
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1 |14cr|0ad-0.0.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# http://trac.wildfiregames.com/wiki/BuildInstructions#Linux

# enable special maintainer debug build ?
%define with_debug 0
%if %{with_debug}
%define config debug
%define dbg _dbg
%else
%define config release
%define dbg %{nil}
%endif

%global with_system_nvtt 0
%global without_nvtt 1
%global with_system_enet 1

Summary:	Cross-Platform RTS Game of Ancient Warfare
Name:		0ad
Version:	0.0.16
Release:	2
Epoch:		1
License:	GPLv2+ and BSD and MIT and IBM
Group:		Games/Strategy
Url:		http://play0ad.com
Source0:	http://releases.wildfiregames.com/%{name}-%{version}-alpha-unix-build.tar.xz
# adapted from binaries/system/readme.txt
# It is advisable to review this file at on newer versions, to update the
# version field and check for extra options. Note that windows specific,
# and disabled options were not added to the manual page.
Source1:	%{name}.6
# http://trac.wildfiregames.com/ticket/1421
Patch0:		%{name}-rpath.patch
# Only do fcollada debug build with enabling debug maintainer mode
# It also prevents assumption there that it is building in x86
Patch1:		%{name}-debug.patch
# Build with miniupnpc-1.9
Patch2:		%{name}-miniupnpc.patch
# After some trial&error this corrects a %%check failure with gcc 4.9 on i686
Patch3:		%{name}-check.patch

BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	nasm
BuildRequires:	subversion
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	libdnet-devel
BuildRequires:	miniupnpc-devel
%if %{with_system_nvtt}
BuildRequires:	nvidia-texture-tools-devel
%endif
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(gloox)
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(IL)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libenet)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(mozjs-24)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
Requires:	%{name}-data
ExclusiveArch:	%{ix86} x86_64

%description
0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform
real-time strategy (RTS) game of ancient warfare. In short, it is a
historically-based war/economy game that allows players to relive or rewrite
the history of Western civilizations, focusing on the years between 500 B.C.
and 500 A.D. The project is highly ambitious, involving state-of-the-art 3D
graphics, detailed artwork, sound, and a flexible and powerful custom-built
game engine.

The game has been in development by Wildfire Games (WFG), a group of volunteer,
hobbyist game developers, since 2001.

%files
%doc README.txt LICENSE.txt
%doc license_gpl-2.0.txt license_lgpl-2.1.txt
%{_gamesbindir}/0ad
%{_gamesbindir}/pyrogenesis%{dbg}
%{_libdir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/appdata/0ad.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_gamesdatadir}/%{name}
%{_mandir}/man6/*.6*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-alpha
%patch0 -p1
%if !%{with_debug}
# disable debug build, and "int 0x3" to trap to debugger (x86 only)
%patch1 -p1
%endif
%if %{mdvver} >= 201400
%patch2 -p1
%endif
%patch3 -p1

%if %{with_system_nvtt}
rm -fr libraries/nvtt
%endif

%build
export CC=%{__cc}
export CFLAGS="%{optflags}"
# avoid warnings with gcc 4.7 due to _FORTIFY_SOURCE in CPPFLAGS
export CPPFLAGS="`echo %{optflags} | sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//'`"
build/workspaces/update-workspaces.sh \
	--bindir %{_gamesbindir} \
	--datadir %{_gamesdatadir}/%{name} \
	--libdir %{_libdir}/%{name} \
%if %{with_system_enet}
	--with-system-enet \
%endif
	--with-system-mozjs24 \
	--with-system-miniupnpc \
%if %{with_system_nvtt}
	--with-system-nvtt \
%endif
%if %{without_nvtt}
	--without-nvtt \
%endif
	%{?_smp_mflags}

%make -C build/workspaces/gcc config=%{config} verbose=1

%install
export CC=%{__cc}
install -d -m 755 %{buildroot}%{_gamesbindir}
install -m 755 binaries/system/pyrogenesis%{dbg} %{buildroot}%{_gamesbindir}/pyrogenesis%{dbg}

install -d -m 755 %{buildroot}%{_libdir}/%{name}
for name in AtlasUI%{dbg} Collada%{dbg}; do
    install -m 755 binaries/system/lib${name}.so  %{buildroot}%{_libdir}/%{name}/lib${name}.so
done

%if !%{with_system_enet}
    install -p -m 755 binaries/system/libenet.so.1 %{buildroot}%{_libdir}/%{name}/libenet.so.1
%endif

%if !%{without_nvtt} && !%{with_system_nvtt}
for name in nvcore nvimage nvmath nvtt; do
    install -p -m 755 binaries/system/lib${name}.so %{buildroot}%{_libdir}/%{name}/lib${name}.so
done
%endif

install -d -m 755 %{buildroot}%{_datadir}/appdata
install -p -m 644 build/resources/0ad.appdata.xml %{buildroot}%{_datadir}/appdata

install -d -m 755 %{buildroot}%{_gamesdatadir}/applications
install -m 644 build/resources/0ad.desktop %{buildroot}%{_gamesdatadir}/applications/%{name}.desktop
perl -pi -e 's|%{_bindir}/0ad|%{_gamesbindir}/0ad|;' \
    %{buildroot}%{_gamesdatadir}/applications/%{name}.desktop

install -d -m 755 %{buildroot}%{_gamesdatadir}/pixmaps
install -m 644 build/resources/0ad.png %{buildroot}%{_gamesdatadir}/pixmaps/%{name}.png

install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}
cp -a binaries/data/* %{buildroot}%{_gamesdatadir}/%{name}

install -d -m 755 %{buildroot}%{_mandir}/man6
install -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man6/%{name}.6
ln -sf %{name}.6 %{buildroot}%{_mandir}/man6/pyrogenesis.6

desktop-file-validate %{buildroot}%{_gamesdatadir}/applications/%{name}.desktop

mkdir -p %{buildroot}%{_datadir}
mv -f %{buildroot}%{_gamesdatadir}/{pixmaps,applications} %{buildroot}%{_datadir}

cat > %{buildroot}%{_gamesbindir}/0ad <<EOF
#!/bin/sh

cd %{_gamesdatadir}/0ad
LD_LIBRARY_PATH=%{_libdir}/0ad %{_gamesbindir}/pyrogenesis%{dbg} "\$@"
EOF
chmod +x %{buildroot}%{_gamesbindir}/0ad

%if %{with debug}
export EXCLUDE_FROM_FULL_STRIP="libAtlasUI_dbg.so libCollada_dbg.so pyrogenesis_dbg"
%endif

# Depends on availablity of nvtt
%if !%{without_nvtt}
%check
export CC=%{__cc}
LD_LIBRARY_PATH=binaries/system binaries/system/test%{dbg}
%endif

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.0.16-2
+ Revision: 73ecc7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2 |14cr|0ad-data-0.0.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# http://trac.wildfiregames.com/wiki/BuildInstructions#Linux

Summary:	The Data Files for 0 AD
Name:		0ad-data
Version:	0.0.16
Release:	2
Epoch:		1
License:	CC-BY-SA
Group:		Games/Strategy
Url:		http://play0ad.com
Source:		http://releases.wildfiregames.com/0ad-%{version}-alpha-unix-data.tar.xz
BuildRequires:	unzip
Requires:	fonts-ttf-dejavu
BuildArch:	noarch

%description
0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform
real-time strategy (RTS) game of ancient warfare. In short, it is a
historically-based war/economy game that allows players to relive or rewrite
the history of Western civilizations, focusing on the years between 500 B.C.
and 500 A.D. The project is highly ambitious, involving state-of-the-art 3D
graphics, detailed artwork, sound, and a flexible and powerful custom-built
game engine.

This package contains the 0ad data files.

%files
%doc LICENSE-art.txt LICENSE-audio.txt
%{_gamesdatadir}/0ad

#----------------------------------------------------------------------------

%prep
%setup -q -n 0ad-%{version}-alpha

%build
pushd binaries/data/mods/public
    mkdir tmp
    pushd tmp
	unzip -x ../public.zip
	cp -a art/LICENSE.txt ../../../../../LICENSE-art.txt
	cp -a audio/LICENSE.txt ../../../../../LICENSE-audio.txt
	rm -fr *
    popd
    rm -fr tmp
popd

%install
mkdir -p %{buildroot}%{_gamesdatadir}
rm -f tools/fontbuilder/fonts/*.ttf
mv binaries/data %{buildroot}%{_gamesdatadir}/0ad


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.0.16-2
+ Revision: 69ba961
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3 |14cr|2mandvd-1.8.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname 2ManDVD

Summary:	Video DVD creation tool, successor to ManDVD
Name:		2mandvd
Version:	1.8.5
Release:	4
# GPLv2 and LGPL for some icons
License:	GPLv2+ and LGPL
Group:		Video
Url:		http://2mandvd.tuxfamily.org/
Source0:	http://download.tuxfamily.org/2mandvd/%{srcname}-%{version}.tar.gz
Patch0:		2ManDVD-1.8.5-ffmpeg2.0.patch
Patch1:		2ManDVD-1.8.5-install.patch
BuildRequires:	qt4-devel >= 4.6
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)

Requires:	dvd+rw-tools
Requires:	dvdauthor
Requires:	ffmpeg >= 0.5
Requires:	ffmpegthumbnailer
Requires:	mencoder
Requires:	mjpegtools
Requires:	mkisofs
Requires:	mplayer
Requires:	netpbm
Requires:	sox
Requires:	exif
Suggests:	transcode
Obsoletes:	2ManDVD < %{EVRD}

%description
2ManDVD is a graphical tool for creating Video DVDs and slideshows, including
menus.

N.B. Executable name is 2ManDVD.

%files
%{_bindir}/%{srcname}
%{_bindir}/fake.pl
%dir %{_datadir}/%{srcname}
%{_datadir}/%{srcname}/2mandvd_*.qm
%{_datadir}/%{srcname}/Bibliotheque
%{_datadir}/%{srcname}/mandvdico.png
%{_datadir}/applications/%{srcname}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{srcname}
%patch0 -p1
%patch1 -p1

%build
%qmake_qt4 2ManDVD.pro
%make

%install
make INSTALL_ROOT=%{buildroot} install


%changelog
* Sat Aug 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.5-4
+ Revision: 3a71999
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4 |14cr|4pane-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname 4Pane

Summary:	A quad-panel detailed-list file manager for linux
Name:		4pane
Version:	2.0
Release:	2
License:	GPLv3+
Group:		File tools
Url:		http://www.4pane.co.uk
Source0:	http://sourceforge.net/projects/fourpane/files/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(liblzma)

%description
4Pane is a detailed-list file manager which displays directories and files
in separate panes. Generally two pairs of these twin-panes are displayed at
a time, allowing easy dragging/pasting of files. 4Pane aims to be fast and
fully-featured without bloat.

%files -f %{oname}.lang
%{_bindir}/%{name}
%{_datadir}/%{oname}/
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.xpm
%{_iconsdir}/%{name}.xpm
%{_liconsdir}/%{name}.png
%{_datadir}/doc/%{oname}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-desktop
%make CXX="g++ %{optflags}"

%install
%makeinstall_std

mv %{buildroot}%{_bindir}/%{oname} %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Version=1.0
Type=Application
Name=%{name}
GenericName=File Manager
Comment=A four-pane file manager
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
StartupNotify=false
Categories=FileManager;Utility;
EOF

# icons
install -D -m 644 bitmaps/%{oname}Icon48.png %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 bitmaps/%{oname}Icon32.xpm %{buildroot}%{_iconsdir}/%{name}.xpm
install -D -m 644 bitmaps/%{oname}Icon16.xpm %{buildroot}%{_miconsdir}/%{name}.xpm

%find_lang %{oname}


%changelog
* Mon Aug 18 2014 Rosa <rosa@abf.rosalinux.ru> 2.0-2
+ Revision: 54000c1
- Automatic import for version 2.0-2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5 |14cr|4stAttack-2.1.4-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Connect-four for pygame
Name:		4stAttack
Version:	2.1.4
Release:	14
Group:		Games/Boards
License:	GPLv2
URL:		http://forcedattack.sourceforge.net
Source:		http://belnet.dl.sourceforge.net/sourceforge/forcedattack/%{name}-%{version}.tar.bz2
Source2:	%{name}-icons.tar.bz2
Requires:	pygame >= 1.5.3
BuildArch:	noarch

%description
4stAttack is a game in which you have to try to out-smart your opponent.
The goal of the game is to connect four of stones in  a	 straight  line.
This can be horizontaly, vertically or diagonally.

This rpm works with the portable pygame game-engine.


%prep
%setup -q
%setup -q -T -D -a2

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_gamesbindir}/%{name}
cp -R *  %{buildroot}%{_gamesbindir}/%{name}
#icon
install -D -m644 %{name}48.png %{buildroot}%{_liconsdir}/%{name}.png
install -D -m644 %{name}32.png %{buildroot}%{_iconsdir}/%{name}.png
install -D -m644 %{name}16.png %{buildroot}%{_miconsdir}/%{name}.png

# Lets make a wrapper.
mkdir -p %{buildroot}%{_bindir}
cat << EOF > %{buildroot}%{_bindir}/%{name}
#!/bin/sh
cd %{_prefix}/games/%{name}

if [ ! -f ~/.%{name} ]; then
    cp settings.ini ~/.%{name} || exit 1
fi

%{__python} 4stattack.py -ini ~/.%{name}
EOF

# Menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=Connect-four for pygame
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Boards;Game;BoardGame;
EOF

%files
%defattr(644,root,root,755)
%doc changelog.txt README.txt
%dir %{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}/*

%{_datadir}/applications/mandriva-%{name}.desktop

%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

%defattr(755,root,root,755)
%{_bindir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.4-14
+ Revision: d8f706a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6 |14cr|4ti2-1.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           4ti2
Version:        1.3.2
Release:        4
Summary:        A software package for problems on linear spaces

Group:          Sciences/Mathematics
License:        GPLv2+
URL:            http://www.4ti2.de/
Source0:        http://www.4ti2.de/version_%{version}/%{name}-%{version}.tar.gz
Source1:        http://www.4ti2.de/4ti2_manual.pdf
Patch0:         4ti2-1.3.2-gcc47.patch
BuildRequires:  gmp-devel
BuildRequires:  glpk-devel

%description
A software package for algebraic, geometric and combinatorial
problems on linear spaces.

This package uses Environment Modules, to load the binaries onto
your PATH you will need to run module load %{name}-%{_arch}

%prep
%setup -q
cp -p %{SOURCE1} .
%patch0 -p1 -b .gcc47

%build
CXXFLAGS="%{optflags} -I%{_includedir}/glpk" \
CFLAGS="%{optflags} -I%{_includedir}/glpk" \
%configure2_5x --disable-shared --disable-static
perl -pi -e 's|hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=\"-L\\\$libdir\"|g;' libtool
%make 

%install
make install-exec DESTDIR=%{buildroot}

# The libraries are not really fit for use outside the package.
rm -rf %{buildroot}/%{_libdir}

%check
make check

%files
%doc COPYING TODO 4ti2_manual.pdf
%{_bindir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-4
+ Revision: 17c728a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7 |14cr|7kaa-2.14.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		7kaa
Version:	2.14.3
Release:	2
Summary:	Seven Kingdoms: Ancient Adversaries is a real-time strategy game
Group:		Games/Strategy
License:	GPLv2
URL:		http://7kfans.com/
Source0:	http://sourceforge.net/projects/skfans/files/7KAA%20%{version}/%{name}-source-%{version}.tar.bz2
Source1:	%{name}.png
Source2:	%{name}.xpm
Patch0:		7kaa-2.14.3-datapath.patch
BuildRequires:	SDL-devel
BuildRequires:	SDL_net-devel
BuildRequires:	pkgconfig(openal)
Requires:	%{name}-data
Suggests:	%{name}-music

%description
Seven Kingdoms made departures from the traditional real-time strategy models
of "gather resources, build a base and army, and attack". The economic model
bears more resemblance to a turn-based strategy game. It features an espionage
system that allows players to train and control spies individually, who each
have a spying skill that increases over time. The player is also responsible
for catching spies in their own kingdom. Inns built within the game allow
players to hire mercenaries of various occupations, skill levels, and races.
Skilled spies of enemy races are essential to a well-conducted espionage
program, and the player can bolster his forces by grabbing a skilled fighter
or give ones own factories, mines, and towers of science, a boost by hiring a
skilled professional.

Enlight Software decided to release the game to the Open Source community
in August 2009. At that time everything, but the music, was released under
the GPL v2. The music has a slightly different license.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

%__mkdir_p %{buildroot}%{_datadir}/pixmaps
%__install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
%__install -D -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/

# menu-entry
%__mkdir_p  %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Version=1.0
Name=Seven Kingdoms
Comment=Seven Kingdoms: Ancient Adversaries
Type=Application
Exec=7kaa
Icon=7kaa
Categories=Game;StrategyGame;
EOF

%clean
%__rm -rf %{buildroot}

%files
%doc COPYING README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.14.3-2
+ Revision: 4343944
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8 |14cr|7kaa-data-2.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	7kaa

Name:		%{oname}-data
Version:	2.13
Release:	3
Summary:	Game data files for Seven Kingdoms: Ancient Adversaries
Group:		Games/Strategy
License:	GPLv2
URL:		http://7kfans.com/
Source0:	http://sourceforge.net/projects/skfans/files/Seven%20Kingdoms%20AA%20Data%20Files/%{name}-%{version}.tar.bz2
Requires:	%{oname} >= %{version}
BuildArch:	noarch

%description
Game data files required to play Seven Kingdoms: Ancient Adversaries game.

%prep
%setup -q -n %{oname}

%build

%install
mkdir -p %{buildroot}%{_datadir}/%{oname}
cp -r * %{buildroot}%{_datadir}/%{oname}/

%files
%doc COPYING README-GameData
%{_datadir}/%{oname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.13-3
+ Revision: 5416487
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9 |14cr|7kaa-music-2.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	7kaa

Name:		%{oname}-music
Version:	2.13
Release:	4
Summary:	Game music files for Seven Kingdoms: Ancient Adversaries
Group:		Games/Strategy
License:	Freeware
URL:		http://7kfans.com/
Source0:	http://www.7kfans.com/downloads/%{name}.tar.bz2
Suggests:	%{oname} >= %{version}
BuildArch:	noarch

%description
Game music files used by Seven Kingdoms: Ancient Adversaries game.

%prep
%setup -q -n %{name}

%build

%install
mkdir -p %{buildroot}%{_datadir}/%{oname}/music
cp -r music/* %{buildroot}%{_datadir}/%{oname}/music/

%files
%doc COPYING-Music.txt README-Music.txt
%{_datadir}/%{oname}/music




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.13-4
+ Revision: d577ed2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10 |14cr|9base-6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A port of following original Plan 9 userland tools to Unix
Name: 9base
Version: 6
License: MIT and Lucent Public License
Release: 2
Group: System/Base
URL: http://tools.suckless.org/9base
Source0: http://dl.suckless.org/tools/%{name}-%{version}.tar.gz
Source1: %{name}.rpmlintrc
Patch0: 9base-6-rosa-perms.patch
Patch1: 9base-6-rosa-etc.patch
BuildRequires: glibc-static-devel

%description
9base is a port of following original Plan 9 userland tools to Unix:
awk basename bc cat cleanname date echo grep rc sed seq sleep sort
tee test touch tr uniq

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%make 

%install
%{__make} DESTDIR=%{buildroot} PREFIX=%{_prefix}/ MANPREFIX=%{_mandir} \
		LIBDIR=%{_libdir}/9/ install

%ifarch x86_64
mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
%endif

mkdir -p %{buildroot}%{_bindir}/9/
for file in %{buildroot}%{_bindir}/*
	do
	if [ -f $file ]; then
 	mv $file %{buildroot}%{_bindir}/9/
	fi
done
#grep awk sed bc basename cat date echo seq sleep sort tee test touch tr uniq
for man in `ls %{buildroot}%{_mandir}/man1/*.1`
do
        mans=`echo $man | sed 's/.1$/9.1/'`
        mv ${man} ${mans}
done

%post
echo "
if you want to use 9base, please add %{_bindir}/9 to your path:
export PATH=\$PATH:%{_bindir}/9"

%files
%{_bindir}/9/*
%{_libdir}/troff
%{_mandir}/man1/*
%{_sysconfdir}/rcmain



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6-2
+ Revision: 972b17a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11 |14cr|a2jmidid-8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package %{nil}

%define name    a2jmidid
%define version 8
%define release 2

Name:           %{name}
Summary:        ALSA to JACK MIDI Bridging tools
Version:        %{version}
Release:        %{release}

Source:         http://download.gna.org/%name-%version.tar.bz2
Patch:		a2jmidid-8-glib.patch
URL:            http://home.gna.org/a2jmidid/
License:        GPLv2
Group:          Sound

BuildRequires:  python
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(jack)
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  pkgconfig(expat)
Requires:       python-dbus


%description
A tools suite allowing the use of ALSA MIDI applications and hardware
in a JACK MIDI system. The package provides a2j, a2jmidi_bridge,
a2j_control, j2amidi_bridge and a2jmidid, which are small commandline
applications establishing the bridge between ALSA and JACK MIDI.

%prep
%setup -q
%patch -p1


%build
./waf configure --prefix=%{_prefix}
./waf

%install
./waf install --destdir=%{buildroot}
mkdir %{buildroot}%{_datadir}/%{name}
cp README %{buildroot}%{_datadir}/%{name}
cp AUTHORS %{buildroot}%{_datadir}/%{name}
cp NEWS %{buildroot}%{_datadir}/%{name}

%files
%doc %{_datadir}/%{name}/README
%doc %{_datadir}/%{name}/AUTHORS
%doc %{_datadir}/%{name}/NEWS
%doc %{_mandir}/man1/*.1.*
%{_bindir}/*
%{_datadir}/dbus-1/services/org.gna.home.a2jmidid.service



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 8-2
+ Revision: e6f8bd2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12 |14cr|a-a-p-1.093-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package	%{nil}


Summary:	Construction tool
Name:		a-a-p
Version:	1.093
Release:	2
Source0:	http://belnet.dl.sourceforge.net/sourceforge/%{name}/aap-%{version}.zip
License:	GPLv2
Group:		Development/Other
BuildArch:	noarch
BuildRequires:	python-devel
Requires:	python
URL:		http://www.a-a-p.org/
Provides:	aap = %{version}-%{release}

%description
A-A-P is an Open Source software construction tool--that is, a build
tool; an improved substitute for the classic Make utility; a better way
to build software.  

a-a-p "configuration files" are similar to makefile but they can include
Python.
a-a-p uses MD5 signatures to rebuild only when the contents of a file have
really changed, not just when the timestamps has been touched.  a-a-p
supports side-by-side variant builds, and is easily extended with user-
defined Builder and/or Scanner objects.  Most of the a-a-p logic is object
oriented, including default build rules for many types of program,  they are
all over-loadable also.

%prep
%setup -q -n aap-%{version} -c aap-%{version}

%build


%install
export PYTHONOPTIMIZE=1
mkdir -p $RPM_BUILD_ROOT%{_prefix}
./aap PREFIX=$RPM_BUILD_ROOT%{_prefix} install

pushd $RPM_BUILD_ROOT%{_bindir}
rm aap
ln -s %{_prefix}/lib/aap/Exec-%{version}/aap aap
popd

mkdir -p $RPM_BUILD_ROOT%{_datadir}
mv $RPM_BUILD_ROOT%{_prefix}/man $RPM_BUILD_ROOT%{_mandir}
mkdir -p $RPM_BUILD_ROOT%{_docdir}/aap-%{version}
mv $RPM_BUILD_ROOT%{_prefix}/lib/aap/Exec-%{version}/doc $RPM_BUILD_ROOT%{_docdir}/aap-%{version}

chmod +x $RPM_BUILD_ROOT%{_prefix}/lib/aap/Exec-1.093/__init__.py

%check
./aap test


%files
%{_bindir}/*
%{_prefix}/lib/aap
%{_mandir}/man*/*
%{_docdir}/aap-%{version}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.093-2
+ Revision: fd68ff6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13 |14cr|abcde-2.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name abcde
%define version 2.5.4
%define release 2

Summary:	Command-line utility to rip and encode audio cds
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv2
URL:		http://www.hispalinux.es/~data/files/
Group:		Sound
Source0:	http://ftp.de.debian.org/debian/pool/main/a/abcde/%{name}_%{version}.orig.tar.gz
Source1:	http://linukz.org/download/cd-discid-1.1.tar.gz
Patch1:		abcde-2.3.99.6-install.patch
Requires:	cdparanoia wget vorbis-tools

%description
abcde is a frontend command-line utility (actually, a shell script) that
grabs tracks off a CD, encodes them to Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or
MPP/MP+(Musepack) format, and tags them, all in one go.


%prep

%setup -q -b0
%setup -q -b1
#%patch1 -p0

%build
cd ../cd-discid-1.1
%make

%install
%makeinstall_std

cd ../cd-discid-1.1
%makeinstall_std

%files
%doc changelog README COPYING TODO FAQ examples/abcded examples/abcde.init examples/autorip.sh
%{_bindir}/*
%{_mandir}/man1/abcde.*
%{_mandir}/man1/cd-discid.*
%{_mandir}/man1/cddb-tool.*
%config(noreplace) %{_sysconfdir}/%{name}.conf

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.4-2
+ Revision: 6f6b4cf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14 |14cr|abcm2ps-7.6.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		abcm2ps
Version:	7.6.10
Release:	2
Summary:	Converts ABC format music sheets into Postscript
License:	GPLv2+
URL:		http://abcplus.sourceforge.net/
Group:		Publishing
Source0:	http://moinejf.free.fr/%{name}-%{version}.tar.gz
Patch0:		abcm2ps_makefile.patch

%description
abcm2ps is a package which converts music tunes from ABC format
to PostScript. Based on abc2ps version 1.2.5, it was developed
mainly to print polyphonic music, i.e. music with multiple voices
per staff. abcm2ps uses an extension to the ABC language that make
it suitable for classical music. This extended format is documented
under http://abcplus.sourceforge.net/.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x --enable-a4 --enable-deco-is-roll
%make

%install
%makeinstall 

%files
%doc Changes License README *.abc *.txt sample3.eps
%{_bindir}/*
%{_datadir}/abcm2ps






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.6.10-2
+ Revision: 5409b21
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15 |14cr|abcmidi-2014.02.05-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 2014.02.05
%define oversion 2014-02-05
%define sname abcMIDI
%define name abcmidi
%define release 2

Summary:	Tool for processing ABC music notation files
Name:		%{name}
Version:	%{version}
Release:	%{release}
Group:		Sound
License:	GPLv2
URL:		http://ifdo.pugmarks.com/~seymour/runabc/top.html
Source0:	http://ifdo.pugmarks.com/~seymour/runabc/%{sname}-%{oversion}.zip
Patch0:		abcmidi-2011.10.19-install.patch


%description
The abcMIDI package contains four programs: abc2midi to convert ABC music
notation to midi, midi2abc to convert midi files to (a first approximation
to) the corresponding ABC, abc2abc to reformat and/or transpose ABC files,
and yaps to typeset ABC files as PostScript.

For a description of the abc syntax, please see the abc user-guide 
which is a part of the abc2mtex package written by Chris Walshaw.

%prep
%setup -q -n %{name}
%patch0 -p1


%build
rm configure makefile || die
sed -i -e "s:-O2::" configure.ac || die
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc doc/CHANGES VERSION
%{_mandir}/man1/*
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2014.02.05-2
+ Revision: d206062
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16 |14cr|abe-1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	abe
%define	version	1.1
%define release	9
%define	Summary	Abe's Amazing Adventure!!

Name:		%{name}
Version:	%{version}
Release:	%{release}
URL:		http://abe.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		abe-1.1-fix-str-fmt.patch
Patch1:		abe-1.1-drop-x-req.patch
License:	GPL
Group:		Games/Arcade
Summary:	%{Summary}
BuildRequires:	SDL-devel SDL_mixer-devel desktop-file-utils
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A scrolling, platform-jumping, key-collecting, ancient pyramid
exploring game, vaguely in the style of similar games for the
Commodore+4. The game is intended to show young people all the
cool games they missed.

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
autoreconf -fi
%configure2_5x	--bindir=%{_gamesbindir} \
		--with-data-dir=%{_gamesdatadir}/abe
%make

%install
rm -rf %{buildroot}
%makeinstall_std
install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -a {images,sounds,maps} %{buildroot}%{_gamesdatadir}/%{name}


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{Summary}
Comment=%{Summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc README
%{_gamesdatadir}/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%defattr(755,root,root,755)
%{_gamesbindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-9
+ Revision: d3a4205
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17 |14cr|abi-compliance-checker-1.99.8.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	API/ABI compatibility checker for C/C++ libraries
Name:		abi-compliance-checker
Version:	1.99.8.5
Release:	2
Group:		Development/Other
License:	GPLv1+ or LGPLv2+
URL:		http://ispras.linuxbase.org/index.php/ABI_compliance_checker
Source0:	https://github.com/lvc/abi-compliance-checker/archive/%{version}.tar.gz
Requires:	gcc-c++
Requires:	binutils
Requires:   ctags
BuildArch:	noarch

%description
ABI Compliance Checker (ACC) is a tool for checking backward binary
and source-level compatibility of a C/C++ library. The tool checks
header files and shared libraries of old and new versions and
analyzes changes in API and ABI that may break binary and/or source
compatibility: changes in calling stack, v-table changes, removed
symbols, renamed fields, etc.

%prep
%setup -q
chmod 0644 LICENSE README

%build
# Nothing to build.

%install
mkdir -p %{buildroot}%{_prefix}
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}

chmod 755 %{buildroot}%{_bindir}/*

%files
%doc LICENSE README doc/
%{_bindir}/%{name}
%{_datadir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.99.8.5-2
+ Revision: 4923958
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18 |14cr|abi-dumper-0.99.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	    Dump ABI of an ELF object containing DWARF debug info
Name:		abi-dumper
Version:	0.99.6
Release:	2
Group:		Development/Other
License:	GPLv2+ or LGPLv2+
URL:		https://github.com/lvc/abi-dumper
Source0:	https://github.com/lvc/abi-dumper/archive/%{version}.tar.gz
Requires:	elfutils
Requires:	vtable-dumper
BuildArch:	noarch

%description
A tool to dump ABI of an ELF object containing DWARF debug info.
It is intended to be used with ABI Compliance Checker tool for
tracking ABI changes of a C/C++ library or kernel module.

%prep
%setup -q
chmod 0644 LICENSE README

%build
# Nothing to build.

%install
mkdir -p %{buildroot}%{_prefix}
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}

chmod 755 %{buildroot}%{_bindir}/*

%files
%doc LICENSE README
%{_bindir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99.6-2
+ Revision: 9a53288
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19 |14cr|abiword-3.0.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%define api %(echo %{version} | cut -d. -f1,2)

Summary:	Lean and fast full-featured word processor
Name:		abiword
Version:	3.0.0
Release:	8
License:	GPLv2+
Group:		Office
Url:		http://www.abisource.com/
Source0:	http://www.abisource.com/downloads/abiword/%{version}/source/%{name}-%{version}.tar.gz
Source100:	abiword.rpmlintrc
Patch0:		abiword-2.9.3-rosa-libebook_h.patch
Patch1:		abiword-3.0.0-collab-boost.patch
Patch2:		abiword-3.0.0-libgcrypt_1_6_0-1.patch
Patch3:		abiword-3.0.0-abiword-librevenge.patch
BuildRequires:	asio
BuildRequires:	bison
BuildRequires:	desktop-file-utils
BuildRequires:	gnome-common
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	libwmf-devel
BuildRequires:	psiconv-devel
BuildRequires:	readline-devel
BuildRequires:	tidy-devel
BuildRequires:	pkgconfig(aiksaurus-1.0)
BuildRequires:	pkgconfig(cairo-pdf)
BuildRequires:	pkgconfig(cairo-ps)
BuildRequires:	pkgconfig(champlain-0.12)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(gaiksaurus-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libebook-1.2)
BuildRequires:	pkgconfig(libecal-1.2)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libgoffice-0.10)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(libots-1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(libwps-0.3)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(link-grammar)
BuildRequires:	pkgconfig(loudmouth-1.0)
BuildRequires:	pkgconfig(mathview-frontend-libxml2)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(rasqal)
BuildRequires:	pkgconfig(redland)
BuildRequires:	pkgconfig(telepathy-glib)
BuildRequires:	pkgconfig(wv-1.0)

Suggests:	abiword-doc

%description
AbiWord is a cross-platform, open source, lean and fast full-featured word
processor. It works on Most Unix systems, Microsoft Windows and Mac OS X.

Abiword with the GNOME front-end is part of the GNOME Office Suite.
See http://www.gnomeoffice.org for details.

%files
%{_bindir}/abiword
%{_datadir}/abiword-%{api}
%dir %{_libdir}/abiword-%{api}
%dir %{_libdir}/abiword-%{api}/plugins
%{_libdir}/abiword-%{api}/plugins/*.so
# this isnt a devel lib
%{_libdir}/libabiword-%{api}.so
%{_datadir}/applications/*.desktop
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.AbiCollab.service
%{_datadir}/telepathy/clients/AbiCollab.client
%{_iconsdir}/hicolor/*/*
%{_mandir}/man1/abiword.1.*

#----------------------------------------------------------------------------

%package devel
Summary:	Devel files for Abiword
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
This pacakage contains devel files for Abiword, mainly header files
and pkg files.

%files devel
%{_includedir}/abiword-%{api}
%{_libdir}/pkgconfig/abiword-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p0

%build
autoreconf -fi
enable_dynamic=yes %configure2_5x \
	--disable-static \
	--enable-default-plugins \
	--enable-emacs-keybinding \
	--enable-vi-keybinding \
	--enable-clipart \
	--enable-templates \
	--enable-collab-backend-xmpp \
	--enable-collab-backend-tcp \
	--enable-collab-backend-sugar \
	--enable-collab-backend-service \
	--with-gio \
	--with-goffice \
	--with-inter7eps \
	--with-libtidy \
	--enable-plugins="wml goffice freetranslation latex eml gimp mif loadbindings babelfish wpg openxml mswrite wordperfect mathview urldict presentation pdb psion collab google paint hancom xslfo opendocument openwriter t602 iscii wmf ots command sdw gdict opml clarisworks kword pdf grammar passepartout applix aiksaurus wikipedia hrtext s5 docbook"

%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
	--remove-category="X-Red-Hat-Base" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop



%changelog
* Fri Aug 22 2014 Sergey A. Sokolov <s.sokolov@ntcit-rosa.ru> 3.0.0-8
+ Revision: 75b4e12
- fix for updated pwg, pwd libs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20 |14cr|abiword-docs-3.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Documentation and help files for Abiword
Name:		abiword-docs
Version:	3.0.0
Release:	2
License:	GPLv2+
Group:		Office
Url:		http://www.abisource.com/
Source0:	http://www.abisource.com/downloads/abiword/%{version}/source/%{name}-%{version}.tar.gz
BuildRequires:	abiword-devel >= 3.0
BuildRequires:	pkgconfig(libglade-2.0)
# Exclude some pages pending http://bugzilla.abisource.com/show_bug.cgi?id=13459
Patch0:		abiword-docs-2.9.4-mga-temp_build_fix-en-US-Makefile.in.patch
Patch1:		abiword-docs-2.9.4-mga-temp_build_fix-pl-PL-Makefile.in.patch
Patch2:		abiword-docs-2.9.4-mga-temp_build_fix-fr-FR-Makefile.in.patch
BuildArch:	noarch

%description
Documentation and help files for Abiword.

#----------------------------------------------------------------------------

%package en
Summary:	English documentation and help files for Abiword
Requires:	locales-en
Provides:	abiword-doc = %{EVRD}
BuildArch:	noarch

%description en
English documentation and help files for Abiword.

%files en
%{_datadir}/abiword*/help/en-US
%dir %{_datadir}/abiword*/help/

#----------------------------------------------------------------------------

%package fr
Summary:	French documentation and help files for Abiword
Requires:	locales-fr
Provides:	abiword-doc = %{EVRD}
BuildArch:	noarch

%description fr
French documentation and help files for Abiword.

%files fr
%{_datadir}/abiword*/help/fr-FR
%dir %{_datadir}/abiword*/help/

#----------------------------------------------------------------------------

%package pl
Summary:	Polish documentation and help files for Abiword
Requires:	locales-pl
Provides:	abiword-doc = %{EVRD}
BuildArch:	noarch

%description pl
Polish documentation and help files for Abiword.

%files pl
%{_datadir}/abiword*/help/pl-PL
%dir %{_datadir}/abiword*/help/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .abiword-docs-2.9.4-mga-temp_build_fix-en-US-Makefile.in.patch
%patch1 -p0 -b .abiword-docs-2.9.4-mga-temp_build_fix-pl-PL-Makefile.in.patch
%patch2 -p0 -b .abiword-docs-2.9.4-mga-temp_build_fix-fr-FR-Makefile.in.patch

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-2
+ Revision: 36e76d0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21 |14cr|abook-0.6.0-0.pre2.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	abook
%define version	0.6.0
%define beta	pre2
%define release	%mkrel 0.%{beta}.5

Name:		%{name}
Summary:	Text-based addressbook program for mutt
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/Mail
URL:		http://abook.sourceforge.net/
Source:		http://abook.sourceforge.net/devel/%{name}-%{version}%{beta}.tar.gz
Patch:      http://abook.sourceforge.net/patches/abook_vcard_import.patch
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Abook is a text-based addressbook program designed for use with the mutt 
mail client.

%prep
%setup -q -n %{name}-%{version}%{beta}
%patch -p 1

%build
%configure2_5x
%make

%install
%makeinstall

%find_lang %name

chmod 644 AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO

%clean
rm -rf %{buildroot}

%files -f %name.lang
%defattr(-,root,root)
%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
%{_bindir}/abook
%{_mandir}/man*/abook*.*
#%{_mandir}/man5/abook.conf.5*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.6.0-0.pre2.5
+ Revision: d89a752
- Automatic import for version 0.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22 |14cr|abspath-0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Return the absolute path of a file or directory
Name:		abspath
Version:	0.1
Release:	7
License:	GPLv2+
Group:		File tools
Url:		http://voxel.jouy.inra.fr/darcs/abspath
Source0:	%{name}-%{version}.tar.bz2
Patch0:		abspath-asciidoc.patch
Requires:	python
BuildRequires:	asciidoc
BuildRequires:	docbook-style-xsl
BuildRequires:	xmlto
BuildArch:	noarch

%description
Return a normalized absolutized version of the pathnames. If no arguments
are passed on the command line, the standard input is used.

%files
%{_bindir}/abspath
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
chmod a+x abspath
asciidoc -b docbook -d manpage abspath.1.txt
xmlto man abspath.1.xml
perl -e 's/\.sp$/\n\.sp/g' -pi abspath.1

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m 0755 abspath %{buildroot}%{_bindir}/
install -m 0644 abspath.1 %{buildroot}%{_mandir}/man1/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-7
+ Revision: 63ef67f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23 |14cr|abuse_sdl-0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	abuse

Summary:	The classic Crack-Dot-Com game
Name:		%{oname}_sdl
Version:	0.8
Release:	3
License:	GPLv2
Group:		Games/Arcade
URL:		http://abuse.zoy.org/
Source0:	http://www.labyrinth.net.au/~trandor/files/%{oname}-%{version}.tar.bz2
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	SDL_mixer-devel
Requires:	TiMidity++

%description
Abuse-SDL is a port of Abuse, the classic Crack-Dot-Com game, to the
SDL library. It can run at any color depth, in a window or fullscreen,
and it has stereo sound with sound panning.

%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Abuse
Comment=The classic Crack-Dot-Com game
Exec=%{_gamesbindir}/%{oname}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

install -d %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert doc/%{oname}.png %{buildroot}%{_iconsdir}/%{name}.png
convert -size 48x48 doc/%{oname}.png %{buildroot}%{_liconsdir}/%{name}.png
convert -size 16x16 doc/%{oname}.png %{buildroot}%{_miconsdir}/%{name}.png

install -d %{buildroot}{%{_gamesdatadir}/%{oname},%{_gamesbindir}}
mv %{buildroot}%{_bindir}/%{oname} %{buildroot}%{_gamesbindir}/%{oname}

%files
%doc AUTHORS README TODO
%{_bindir}/abuse-tool
%{_gamesbindir}/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_gamesdatadir}/%{oname}
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_miconsdir}/*.png
%{_mandir}/man6/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-3
+ Revision: c071f64
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24 |14cr|ac3info-0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A tool to display ac3 properties
Name: ac3info
Version: 0.1
Release: 7
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: File tools
Url: http://konilope.linuxeries.org/ac3info/

%description
This tool display some informations about some ac3 files

%prep
%setup -q

%build
%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%{_bindir}/ac3info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-7
+ Revision: 0d26dfa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25 |14cr|ac3jack-2.0.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ac3jack
Summary:	Jack audio to ac3 surround converter
Version:	2.0.3
Release:	11

Source0:	http://www.essej.net/ac3jack/%{name}-%{version}.tar.gz
Patch0:		%{name}-2.0.3-mdv-fix-gcc4.4.patch
Patch1:		ac3jack-2.0.3-boost-mt.patch
URL:		http://www.essej.net/ac3jack/
License:	GPLv2+
Group:		Sound
BuildRequires:	jackit-devel
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	ffmpeg-devel
BuildRequires:	aften-static-devel
BuildRequires:	libsigc++1.2-devel
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	wxgtku-devel
BuildRequires:	boost-devel

%description
ac3jack is a tool for creating an AC-3 (Dolby Digital) multichannel stream
from its JACK input ports. Using this tool, an AC-3 stream (up to 5.1
channels) is created in real time and either written to a file or streamed to
standard output.

When streamed to stdout and piped through the ALSA tool ac3dec -C, the AC-3
stream can be passed out the SPDIF port on your audio interface for connection
to a multichannel surround receiver. In this way, you can achieve full 5.1
surround mixing and monitoring of your JACK applications with a single digital
cable, and no need for hardware supporting discrete outputs and inputs.

AC-3 is a compressed audio stream, so quality will suffer somewhat, but it is
the price you pay for easy surround sound. After all, if it is good enough for
DVD and film soundtracks, it must be OK.

%prep
%setup -q
%patch0 -p1 -b .gcc44
%patch1 -p0 -b .boost
touch AUTHORS ChangeLog

sed -i -e 's/TIME_UTC/TIME_UTC_/g' src/alsa_spdif_writer.cpp src/file_writer.cpp
sed -i '25a\#include "string.h"' src/ringbuffer.hpp

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Ac3jack
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=
Terminal=false
Type=Application
Categories=Audio;X-MandrivaLinux-Sound;
EOF

%files
%defattr(-,root,root)
%doc README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-11
+ Revision: ded4253
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26 |14cr|acabit-en-26112003-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	acabit
%define name		%{base_name}-en
%define version		26112003
%define release		10

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Automatic Corpus-based Acquisition of Binary Terms
License:	GPL
Group:		Sciences/Computer science
Source0:	http://www.sciences.univ-nantes.fr/info/perso/permanents/daille/%{base_name}_en_%{version}.tar.bz2
Url:		http://www.sciences.univ-nantes.fr/info/perso/permanents/daille/acabit.html
Buildroot:	%{_tmppath}/%{name}-%{version}
BuildArch:	noarch
Obsoletes:	%{base_name}
Provides:	%{base_name}
Requires:	locales-en

%description
ACABIT is a terminological aquisition software, taking an annotated  text as
input, and returning an ordered list of candidates terms.

This is the english version.

%prep
%setup -q -n %{base_name}_en 

%build
perl -pi -e 's|require \("lib/(.*)"\);|require ("%{_datadir}/%{name}/$1");|' */*.pl

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 755 *.pl %{buildroot}%{_bindir}
install -m 644 lib/* %{buildroot}%{_datadir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc exemple_en.txt
%{_bindir}/*
%{_datadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 26112003-10
+ Revision: 63d0658
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 27 |14cr|acabit-fr-4.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	acabit
%define name		%{base_name}-fr
%define version		4.3
%define release		9

Name:		%{name}
Version:	%{version}
Release:	%{release}
Epoch:		1
Summary:	Automatic Corpus-based Acquisition of Binary Terms
License:	GPL
Group:		Sciences/Computer science
Source0:	http://www.sciences.univ-nantes.fr/info/perso/permanents/daille/%{base_name}_fr_v%{version}.tar.bz2
Url:		http://www.sciences.univ-nantes.fr/info/perso/permanents/daille/acabit.html
Buildroot:	%{_tmppath}/%{name}-%{version}
BuildArch:	noarch
Obsoletes:	%{base_name}
provides:	%{base_name}
Requires:	locales-fr

%description
ACABIT is a terminological aquisition software, taking an annotated  text as
input, and returning an ordered list of candidates terms.

This is the french version.

%prep
%setup -q -n %{base_name}_fr_03112004

%build
perl -pi -e 's|require \("lib/(.*)"\);|require ("%{_datadir}/%{name}/$1");|' */*.pl

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 755 *.pl %{buildroot}%{_bindir}
install -m 644 lib/* %{buildroot}%{_datadir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README_FR exemple_fr.txt
%{_bindir}/*
%{_datadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:4.3-9
+ Revision: cf62c3c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 28 |14cr|ace-5.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ace
Version:	5.8.1
Release:	3
Summary:	ADAPTIVE Communication Environment
License: 	BSD-style
Group:		System/Libraries
URL:		http://www.cs.wustl.edu/~schmidt/ACE.html
Source0:	http://download.dre.vanderbilt.edu/previous_versions/ACE-src-%{version}.tar.bz2
Patch1:		ACE-5.8.1-link.patch
Patch2:		ACE-5.8.1-ssl-1.0.patch
BuildRequires:	pkgconfig(openssl)

%description
The ADAPTIVE Communication Environment (ACE) is a freely available,
open-source object-oriented (OO) framework that implements many core
patterns for concurrent communication software. ACE provides a rich set
of reusable C++ wrapper facades and framework components that perform
common communication software tasks across a range of OS platforms. The
communication software tasks provided by ACE include event
demultiplexing and event handler dispatching, signal handling, service
initialization, interprocess communication, shared memory management,
message routing, dynamic (re)configuration of distributed services,
concurrent execution and synchronization.

#----------------------------------------------------------------------------

%define lib_major 5
%define lib_name %mklibname %{name} %{lib_major}

%package -n %{lib_name}
Summary: Main library for ACE (ADAPTIVE Communication Environment)
Group: System/Libraries

%description -n %{lib_name}
This package contains the libraries needed to run programs dynamically linked
with ACE (ADAPTIVE Communication Environment).

%files -n %{lib_name}
%{_libdir}/*-%{version}.so

#----------------------------------------------------------------------------

%define lib_name_devel  %mklibname %{name} -d

%package -n %{lib_name_devel}
Group:		Development/C++
Summary:	Shared libraries and header files for ACE (ADAPTIVE Communication Environment)
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{lib_name} = %{version}-%{release}

%description -n %{lib_name_devel}
The %{name} package contains the shared libraries and header files 
needed for developing ACE (ADAPTIVE Communication Environment) applications.

%files -n %{lib_name_devel}
%doc ACE-INSTALL.html AUTHORS ChangeLog COPYING FAQ NEWS PROBLEM-REPORT-FORM README THANKS VERSION
%{_bindir}/*
%{_mandir}/man1/*
%{_includedir}/%{name}
%{_includedir}/ACEXML
%{_includedir}/Kokyu
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%exclude %{_libdir}/*-%{version}.so

#----------------------------------------------------------------------------

%define lib_name_devel_stat  %mklibname %{name} -d -s

%package -n %{lib_name_devel_stat}
Group:		Development/C++
Summary:	Shared libraries and header files for ACE (ADAPTIVE Communication Environment)
Requires:	%{lib_name_devel} = %{version}-%{release}

%description -n %{lib_name_devel_stat}
The %{name} package contains the shared libraries and header files 
needed for developing ACE (ADAPTIVE Communication Environment) applications.

%files -n %{lib_name_devel_stat}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%package -n %{name}-doc
Group:		Books/Howtos
Summary:	Documentation and examples for ACE (ADAPTIVE Communication Environment)

%description -n %{name}-doc
Documentation and examples for ACE (ADAPTIVE Communication Environment).

%files -n %{name}-doc
%doc docs examples

#----------------------------------------------------------------------------

%prep
%setup -q -n ACE_wrappers
%patch1 -p0 -b .link
%patch2 -p0 -b .ssl

%build
autoreconf -i -v -f

export CONFIGURE_TOP=${PWD}

mkdir -p build
cd build 
%configure2_5x \
   --enable-lib-all \
   --enable-static \
   --enable-symbol-visibility \
   --disable-qos \
   --with-openssl=%{_prefix} \
   --with-openssl-include=%{_includedir} \
   --with-openssl-libdir=%{_libdir}
%make
cd -

%install
%makeinstall_std -C build

# The install script is incomplete (to be polite)

# Shameless adaptation from Debian rules
install -m 755 bin/generate_export_file.pl %{buildroot}%{_bindir}

files=`grep -lr defined.*ACE_TEMPLATES_REQUIRE_SOURCE ace | sed -e 's/^\.//' -e 's/.h$/.cpp/'`
for i in $files ; do
    if [ ! -f %{buildroot}%{_includedir}/$i -a -f $i ] ; then
        install -m 644 $i %{buildroot}%{_includedir}/`dirname $i`
    fi
done

files=`grep -lr defined.*ACE_TEMPLATES_REQUIRE_SOURCE Kokyu | %{__sed} -e 's/^\.//' -e 's/.h$/.cpp/'`
for i in $files ; do
    if [ ! -f %{buildroot}%{_includedir}/$i -a -f $i ] ; then
        install -m 644 $i %{buildroot}%{_includedir}/`dirname $i`
    fi
done

# I hope that's all we need

# fix location of .pc files
if test x"%{_libdir}" != "x%{_prefix}/lib"; then
    if test -d %{buildroot}%{_prefix}/lib/pkgconfig; then
        for i in %{buildroot}%{_prefix}/lib/pkgconfig/*.pc; do
          mv -f $i %{buildroot}%{_libdir}/pkgconfig
        done

        rm -rf %{buildroot}%{_prefix}/lib/pkgconfig
    fi
fi


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.8.1-3
+ Revision: 7bb87f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 29 |14cr|acetoneiso-2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		acetoneiso
Version:	2.3
Release:	3
Summary:	CD/DVD Image Manipulator
Group:		Archiving/Other
License:	GPLv3
URL:		http://www.acetoneteam.org/
Source0:	http://download.sourceforge.net/acetoneiso/%{name}_%{version}.tar.gz
Patch1:		fix_phonon_includes.patch
Patch2:		acetoneiso-2.3-ru.patch
BuildRequires:	qt4-devel
BuildRequires:	phonon-devel
BuildRequires:	desktop-file-utils
Requires:	p7zip
Requires:	cdrdao
Requires:	fuseiso
Requires:	fuse
Requires:	cdrkit-genisoimage
Requires:	gnupg
Requires:	pinentry-qt4

%description
AcetoneISO2: The CD/DVD image manipulator for Linux, it can do the following:
- Mount and Unmount ISO, MDF, NRG (if iso-9660 standard)
- Convert / Extract / Browse to ISO : *.bin *.mdf *.nrg *.img *.daa *.cdi 
  *.xbx *.b5i *.bwi *.pdi
- Play a DVD Movie ISO with most commonly-used media players
- Generate an ISO from a Folder or CD/DVD
- Generate/Check MD5 file of an image
- Encrypt/decrypt an image
- Split image into X megabyte chunks
- Highly compress an image
- Rip a PSX cd to *.bin to make it work with epsxe/psx emulators
- Restore a lost CUE file of *.bin *.img

%prep
%setup -q -n %{name}_%{version}
%patch1 -p0
%patch2 -p1

%build
cd %{name}/
# Update translations first after we used patch for .ts
lrelease ./locale/*.ts
%qmake_qt4
%make

%install
%__rm -rf %{buildroot}
cd %{name}/
make INSTALL_ROOT=%{buildroot} install
desktop-file-install --dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/AcetoneISO.desktop

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS CHANGELOG FEATURES LICENSE README
%{_bindir}/acetoneiso
%{_datadir}/applications/AcetoneISO.desktop
%{_datadir}/pixmaps/Acetino2.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3-3
+ Revision: 5aa912a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 30 |14cr|acfax-981011-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:         	acfax
Version:      	981011
Summary:      	Amateur Radio FAX Receiving Software for Linux / X11 
Release:      	4
License:        GPLv2+
Group:          Networking/Other
URL:            http://linux.maruhn.com/sec/acfax.html
Group:        	Networking/Other 
Source:       	ftp://ftp.funet.fi/pub/ham/unix/Linux/misc/%{name}-%{version}.tar.gz
Patch0:        	acfax.dif
Patch1:       	widgets.c_missing_sentinel.diff
Patch2:       	acfax_mod_demod_c__fix-includes.diff
Patch3:       	acfax_DirMgr_RE_SYNTAX_EGREP.patch  
BuildRequires:	gccmakedep
BuildRequires:	imake
BuildRequires:	Xaw3d-devel

%description
Software to receive ham radio faxes with the soundcard.

%prep
%setup -q -n acfax
%patch0
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
xmkmf -a

%make \
	CDEBUGFLAGS="%{optflags}" \
	CXXDEBUGFLAGS="%{optflags}" \
	LOCAL_LDFLAGS="%{ldflags}"


%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc 0* ChangeLog
%{_bindir}/acfax



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 981011-4
+ Revision: 4db46c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 31 |14cr|acidrip-0.14-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple GUI for MEncoder

Name:		acidrip
Version:	0.14
Release:	10
Source:		http://prdownloads.sourceforge.net/acidrip/%{name}-%{version}.tar.bz2
URL:		http://untrepid.com/acidrip
License:	GPL
Group:		Video
Patch0:		%{name}-0.14-xvid_options.patch
Patch1:		%{name}-0.14-mencoder.patch
Patch2:		%{name}-0.14-gtk2.patch
BuildRequires:	mencoder
BuildRequires:	lsdvd
BuildRequires:	perl-Gtk2
BuildRequires:	perl-devel
Requires:	lsdvd
Requires:	mencoder
Requires:	perl-Gtk2
Provides:	perl(AcidRip::acidrip) perl(AcidRip::DVDInfo)
Provides:	perl(AcidRip::interface) perl(AcidRip::signals)
Provides:	perl(AcidRip::messages)
BuildArch:	noarch

%description
AcidRip is a Gtk::Perl application for ripping and encoding DVD's. It neatly
wraps MPlayer and MEncoder, which I think is pretty handy, seeing as MPlayer
is by far the best bit of video playing kit around for Linux. As well as
creating a simple Graphical Interface for those scared of getting down and
dirty with MEncoders command line interface, It also automates the process in
a number of ways:
    * Parses DVD into contents tree
    * Finds longest title
    * Calculate video bitrate for given filesize
    * Finds black bands and crops them
    * Gives suggestions for improved performance
    * Other stuff!

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

perl -p -i -e 's/mp3lame/copy/g' Makefile.PL

%build
perl Makefile.PL
%make
										
%install

%makeinstall_std INSTALLDIRS=vendor

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=AcidRip
Comment=Video ripping and conversion
Exec=%{name}
Icon=video_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Video;AudioVideo;AudioVideoEditing;GTK;
EOF

%clean

%if %mdkversion < 200900
%post
%{update_menus}
%endif
		
%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%doc CHANGELOG COPYING TODO
%{_bindir}/%{name}
%{perl_vendorlib}/AcidRip
%{_mandir}/man1/*
%{_datadir}/applications/mandriva*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.14-10
+ Revision: 50ea7b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 32 |14cr|ack-2.130_600-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ack
%define upstream_version 2.13_06
%bcond_with	 beta

Name:		%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
%if %{with beta}
Release: 0.%{with beta}
%else
Release: 3
%endif
Summary:	Grep-like text finder for large trees of text

#The Artistic License 2.0 (GPL Compatible)
License:	GPLv2 
Group:		Text tools
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(File::Next)
BuildArch:	noarch

%description
ack is a grep-like program with optimizations for searching through large trees
of source code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# tests failing on cluster because they seem to require a real term.
# ==> skipping tests for now
#make test

%install
%makeinstall_std

%files
%doc Changes 
%{perl_vendorlib}/App/*
%{_mandir}/*/*
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.130_600-3
+ Revision: 815b02e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 33 |14cr|acon-1.0.5-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Arch-independent stuff which ought to be in DATADIR
%define kbddir	%{_prefix}/lib/kbd
%define acondir	%{_prefix}/lib/acon

Summary:	Arabic support for linuxconsole
Name:		acon
Version:	1.0.5
Release:	20
License:	GPLv2+
Group:		System/Internationalization
Source:		http://members.tripod.com/ahmedahamid/arabic/acon-%{version}.tar.bz2
Source1:	%{name}.service
Source3:	%{name}.launcher
# author refuses to integrate Hebrew support, so we need to provide the
# needed files ourselves and do some small patches
Source2:	%{name}-1.0.4-mdk.tar.bz2
Patch0:		%{name}-1.0.4-mdk.patch
Patch1:		acon-1.0.5-fix-str-fmt.patch
URL:		http://members.tripod.com/ahmedahamid/arabic/arabic.html
Requires(post): rpm-helper
Requires(preun):rpm-helper

%description
The function of acon is to display arabic text from right to left,
and process it to change the letter shape according to its position
in the word.

%prep
%setup -q -n %{name} -a2

%patch0 -p1 -b .mdkpatch
%patch1 -p0 -b .str

%build
%serverbuild
%make CFLAGS="%{optflags}"

%install
install -d %{buildroot}%{_bindir}
%makeinstall_std

install -m 755 %{SOURCE1} -D %{buildroot}%{_unitdir}/%{name}.service
install -m 755 %{SOURCE3} -D %{buildroot}%{_bindir}/%{name}.launcher

rm %{buildroot}%{acondir}/keymaps/*

cp keymaps/i386/* %{buildroot}%{acondir}/keymaps/
mkdir -p %{buildroot}%{kbddir}/keymaps/i386/qwerty
(cd %{buildroot}%{kbddir}/keymaps/i386/qwerty
 cp ../../../../acon/keymaps/*map .
 gzip -9 *map
)

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service
%files
%doc doc/* README* AUTHORS CHANGES COPYING
%{_unitdir}/%{name}.service
%{_bindir}/%{name}*
%dir %{acondir}
%{acondir}/*
%{kbddir}/keymaps/i386/qwerty/*



%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-20
+ Revision: aed1bf7
- Use systemd macros in spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 34 |14cr|acoustid-fingerprinter-0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Music AcoustID fingerprinting application
Name:		acoustid-fingerprinter
Version:	0.6
Release:	4
Group:		Sound
License:	GPLv2+
Url:		http://acoustid.org/fingerprinter
Source0:	https://bitbucket.org/acoustid/acoustid-fingerprinter/downloads/%{name}-%{version}.tar.gz
Patch0:		acoustid-fingerprinter-request-s16-audio-format.patch
Patch1:		acoustid-fingerprinter-0.6-ffmpeg-2.0.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	qt4-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(libchromaprint)

%description
Acoustid fingerprinter is a cross-platform GUI application that uses
Chromaprint to submit audio fingerprints from your music collection 
to the Acoustid database. Only tagged audio files are submitted. 
Files tagged by MusicBrainz applications such as Picard are preferred,
but it will submit fingerprints for any files that have tags such as
track title, artist name, album name, etc.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build

install -d -m755 %{buildroot}%{_datadir}/applications

desktop-file-install \
  --remove-key Encoding \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/%{name}.desktop

install -p -D -m 0644 images/%{name}.svg  %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

%files
%doc CHANGES.txt COPYING.txt 
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-4
+ Revision: 7b61857
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 35 |14cr|acpica-20130517-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A set of tools to display and debug your BIOS ACPI tables
Name:		acpica
Version:	20130517
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://acpica.org
# Sources and patches are takes from OpenSUSE
Source0:	acpica-unix2-%{version}.tar.bz2
Source1:	ec_access.c
Source2:	acpi_genl.tar.bz2
Source3:	acpi_validate
Source4:	wmidump.tar.bz2
Patch1:		acpica-no-compiletime.patch
Patch2:		wmidump_add_she_bang.patch
Patch3:		dmar-buf10.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	glibc-devel

%description
The included tools share the same code as it is used in the ACPI
implementation of the kernel. The code of the acpica project is exactly
the same as the ACPI parser and interpreter code of the kernel and the
code gets synced regularly from the acpica project into the kernel.
E.g. if you identify bugs in the kernel's ACPI implementation it might
be easier to debug them in userspace if possible. If the bug is part of
the acpica code, it has to be submitted to the acpica project to get
merged into the mainline kernel sources.

%prep
%setup -q -n acpica-unix2-%{version} -a 2 -a 4
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
cc %{SOURCE1} %{optflags} -o ec_access
%make -C acpi_genl CFLAGS="%{optflags}"
%make -C wmidump CFLAGS="%{optflags}"
%make OPT_CFLAGS="%{optflags}"

%install
install -Dm 755 %{SOURCE4} %{buildroot}%{_bindir}/acpi_validate
install -Dm 755 ec_access %{buildroot}%{_sbindir}/ec_access

install -Dm 755 wmidump/wmidump %{buildroot}%{_bindir}/wmidump
install -Dm 755 wmidump/wmixtract.py %{buildroot}%{_bindir}/wmixtract

install -Dm 755 acpi_genl/acpi_genl %{buildroot}%{_sbindir}/acpi_genl

%makeinstall_std

# We already have iasl package
rm -f %{buildroot}%{_bindir}/iasl

%files
%{_bindir}/acpiexec
%{_bindir}/acpixtract
%{_bindir}/acpisrc
%{_bindir}/wmidump
%{_bindir}/wmixtract
%{_bindir}/acpidump
%{_bindir}/acpibin
%{_bindir}/acpihelp
%{_bindir}/acpinames
%{_bindir}/acpi_validate
%{_sbindir}/acpi_genl
%{_sbindir}/ec_access


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20130517-2
+ Revision: 9b9a4c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 36 |14cr|acpitool-0.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name acpitool
%define version 0.5.1
%define release 3

Summary: A Linux ACPI client 
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://freeunix.dyndns.org:8088/ftp_site/pub/unix/acpitool/%name-%version.tar.bz2
License: GPL 
Group: System/Kernel and hardware
Url: http://freeunix.dyndns.org:8088/site2/acpitool.shtml
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
It's a small command-line application,
intended to be a replacement for the apm tool.

%prep
%setup -q -n %name-%{version}

%build
%configure2_5x

perl -pi -e "s|/usr/local|$RPM_BUILD_ROOT/usr|g" Makefile
perl -pi -e "s|man/man1|share/man/man1|g" Makefile

make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/acpitool
%{_mandir}/man1/acpitool*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-3
+ Revision: d6c3b0e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 37 |14cr|add32to64media-2012.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Name:           add32to64media
Version:        2012.1
Release:        5
Summary:        32 bit Repository Configuration for 64 bit system
Source0:        RPM-GPG-KEYS-rosa2012.1
Source1:        urpmi_32.cfg
Source2:	ftp://mirror.rosalinux.com/rosa/rosa2012.1/repository/i586/media/media_info/synthesis.hdlist_main.cz
Source3:	ftp://mirror.rosalinux.com/rosa/rosa2012.1/repository/i586/media/media_info/synthesis.hdlist_main_updates.cz
Source4:	ftp://mirror.rosalinux.com/rosa/rosa2012.1/repository/i586/media/media_info/synthesis.hdlist_non-free.cz
Source5:	ftp://mirror.rosalinux.com/rosa/rosa2012.1/repository/i586/media/media_info/synthesis.hdlist_non-free_updates.cz
Group:          System/Base
License:        GPL
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}
ExclusiveArch: 	x86_64
Requires:	urpmi

%description

This package add 32 bit media to 64 bit system. 
Now using main and non-free repo.

%prep

%build

%install
# common (name of key see in urpmi.cfg)
install -Dpm 644 %{SOURCE0} \
    %{buildroot}%{_sysconfdir}/RPM-GPG-KEYS/16a853e7.asc

# urpm
install -dm 755 %{buildroot}%{_sysconfdir}/urpmi/
install -pm 644 %{SOURCE1} \
    %{buildroot}%{_sysconfdir}/urpmi/

#repodata
install -dm 755 %{buildroot}%{_localstatedir}/lib/urpmi/main32
install -dm 755 %{buildroot}%{_localstatedir}/lib/urpmi/main32_updates
install -dm 755 %{buildroot}%{_localstatedir}/lib/urpmi/non-free32
install -dm 755 %{buildroot}%{_localstatedir}/lib/urpmi/non-free32_updates

install -pm 644 %{SOURCE2} \
 %{buildroot}%{_localstatedir}/lib/urpmi/main32/synthesis.hdlist.cz

install -pm 644 %{SOURCE3} \
 %{buildroot}%{_localstatedir}/lib/urpmi/main32_updates/synthesis.hdlist.cz

install -pm 644 %{SOURCE4} \
 %{buildroot}%{_localstatedir}/lib/urpmi/non-free32/synthesis.hdlist.cz

install -pm 644 %{SOURCE5} \
 %{buildroot}%{_localstatedir}/lib/urpmi/non-free32_updates/synthesis.hdlist.cz

%post
#import key to keyring
/bin/rpm --import %{_sysconfdir}/RPM-GPG-KEYS/16a853e7.asc

#add 32 media to urpmi.cfg
cat /etc/urpmi/urpmi.cfg | grep -v main32 && cat /etc/urpmi/urpmi_32.cfg >> /etc/urpmi/urpmi.cfg
#add fo skip.list. Avoid twice adding
cat /etc/urpmi/skip.list | grep -v add32to64media && echo "add32to64media" >> /etc/urpmi/skip.list

#Generate MD5SUM
/usr/bin/md5sum /var/lib/urpmi/main32/synthesis.hdlist.cz > /var/lib/urpmi/main32/MD5SUM
/usr/bin/md5sum /var/lib/urpmi/main32_updates/synthesis.hdlist.cz > /var/lib/urpmi/main32_updates/MD5SUM
/usr/bin/md5sum /var/lib/urpmi/non-free32/synthesis.hdlist.cz > /var/lib/urpmi/non-free32/MD5SUM
/usr/bin/md5sum /var/lib/urpmi/non-free32_updates/synthesis.hdlist.cz > /var/lib/urpmi/non-free32_updates/MD5SUM

%files
%defattr(-,root,root,-)
%{_sysconfdir}/RPM-GPG-KEYS/*
%{_sysconfdir}/urpmi/urpmi_32.cfg
%{_localstatedir}/lib/urpmi/main32/*
%{_localstatedir}/lib/urpmi/main32_updates/*
%{_localstatedir}/lib/urpmi/non-free32/*
%{_localstatedir}/lib/urpmi/non-free32_updates/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2012.1-5
+ Revision: db1c365
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 38 |14cr|adesklets-0.6.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Simple desklets for Unix

Name:           adesklets
Version:        0.6.1
Release:        11
License:        GPL
URL:            http://adesklets.sourceforge.net/
Source0:        %{name}-%{version}.tar.bz2
Patch0:		adesklets-0.6.1-fix-str-fmt.patch
Patch1:		adesklets-0.6.1-linkage.patch
Group:          Graphical desktop/Other
Requires:	tkinter
BuildRequires:  imlib2-devel python-devel
BuildRequires:  ncurses-devel
BuildRequires:  readline-devel
BuildRequires:  perl-devel

%description
adesklets is an interactive Imlib2 console for the X Window system. It provides
to scripted languages a clean and simple way to write great looking, mildly
interactive desktop integrated graphic applets (aka "desklets").

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
export LDFLAGS="-lm"
%configure2_5x
pushd scripting/perl/
%{__perl} Makefile.PL INSTALLDIRS=vendor
popd
%make

%install
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_infodir}
%makeinstall_std


%files
%doc README ChangeLog NEWS INSTALL COPYING AUTHORS 
%{_bindir}/*
%{_infodir}/*
%{py_platsitedir}/*
%{perl_vendorlib}/*
%{_datadir}/adesklets
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-11
+ Revision: 83150d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 39 |14cr|adms-2.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A code generator that converts electrical compact device models into C code
Name:		adms
Version:	2.3.0
Release:	2
License:	LGPL
Group:		Development/Other
Url:		http://sourceforge.net/projects/mot-adms/
Source0:	http://sourceforge.net/projects/mot-adms/files/adms-source/2.3/%{name}-%{version}.tar.gz
BuildRequires:	flex
BuildRequires:	bison
Provides:	mot-adms = %{version}-%{release}

%description
ADMS is a code generator that converts electrical compact device models
specified in high-level description language into ready-to-compile c code
for the API of spice simulators.

%files
%doc README AUTHORS COPYING
%{_bindir}/admsXml
%{_mandir}/man1/admsXml.1*

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for ADMS

%description  -n %{libname}
Shared libraries for ADMS.

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for ADMS
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description  -n %{devname}
Development files for ADMS.

%files -n %{devname}
%{_libdir}/lib*.so

#------------------------------------------------------------------------------

%prep
%setup -q -n %{name}_2.30_1180
chmod +x configure

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.0-2
+ Revision: 9907839
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 40 |14cr|adns-python-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python bindings for GNU adns library
Name:		adns-python
Version:	1.2.1
Release:	4
Source0:	%{name}-%{version}.tar.gz
License:	GPLv2
Group:		Development/Python
BuildRequires:	adns-devel
BuildRequires:  python-devel
URL:		http://dustman.net/andy/python/adns-python

%description
adns-python is a Python module that interfaces to the adns asynchronous
resolver library.

%prep
%setup -q

%build
env CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc GPL README
%{_libdir}/python%{py_ver}/site-packages/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-4
+ Revision: b822730
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 41 |14cr|adonthell-0.3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package %{nil}

%define	name	adonthell
%define	version	0.3.5
%define	rel	2
%define release	%{rel}

Summary:		A 2D graphical RPG game
Name:		%{name}
Version:		%{version}
Release:		%{release}
License:		GPLv2+
Group:		Games/Adventure
Source0:		adonthell-src-%{version}.tar.gz
Patch0:		adonthell-src-0.3.5-fix-str-fmt.patch
Patch1:		adonthell-0.3.5-glibc-2.10.patch
Patch2:		adonthell-0.3.5-configure.in.patch
Patch3:		adonthell-0.3.5-gcc-4.7.patch
URL:		http://adonthell.linuxgames.com/
BuildRequires:	pkgconfig(vorbis) 
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(python) 
BuildRequires:	pkgconfig(zlib)
BuildRequires:	swig
BuildRequires:	pkgconfig(SDL_mixer) 
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	gpm-devel 


%description
A 2D, graphical, single player role playing game inspired by good old 
console RPGs from the SNES like Secret of Mana or Chrono Trigger. 

This package contains the Adonthell engine. You will also need a game
package to play Adonthell. For this release, the official package is 
Waste's Edge.

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p0
%patch3 -p1

# Set default screen-mode to fullscreen
sed 's|screen_mode = 0|screen_mode = 1|g' -i src/prefs.cc

%build
autoreconf -fi
export CXXFLAGS="%{optflags} -O2 -fno-exceptions"
%configure2_5x	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir}
%make


%install
%makeinstall_std
install -m644 src/modules/adonthell.py -D %{buildroot}%{_gamesdatadir}/%{name}/modules/adonthell.py
install -m644 src/modules/dialogue.py -D %{buildroot}%{_gamesdatadir}/%{name}/modules/dialogue.py

%post
echo Set default screen-mode to fullscreen

#no language files
#find_lang  %{name} 


%files 
%doc ABOUT-NLS ChangeLog NEWS FULLSCREEN.howto README
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-0.3
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*



%changelog
* Sun Oct 07 2012 SymbianFlo <symbianflo@mandrivausers.ro> 0.3.5-2
+ Revision: f48b2d5
- LOG enable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 42 |14cr|adonthell-wastesedge-0.3.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	mname	adonthell
%define	rname	wastesedge
%define	name	%{mname}-%{rname}

Name:		%{name}
Summary:	Role-playing game (RPG)
Version:	0.3.4
Release:	8
License:	GPL v2+
Group:		Games/Adventure
Source0:	http://freesoftware.fsf.org/download/adonthell/%{rname}-src-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
URL:		http://adonthell.linuxgames.com/
BuildArch:	noarch
Requires:	%{mname} >= %{version}
BuildRequires:	%{mname} >= %{version}
BuildRequires:	python
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
As a loyal servant of the elven Lady Silverhair, you arrive at the remote
trading post of Waste's Edge, where she is engaged in negotiations with the
dwarish merchant Bjarn Fingolson. But not all is well at Waste's Edge, and
soon you are confronted with circumstances that are about to destroy your
mistress' high reputation. And you are the only one to avert this...

%prep
%setup -q -n %{rname}-%{version}

%build
./configure	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir}/%{mname}/games/%{rname} \
		--with-adonthell-binary=%{_gamesbindir}/%{mname}

%make

%install
rm -rf %{buildroot}
%{makeinstall_std} datadir=%{_datadir}

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Categories=Game;AdventureGame;
Name=Adonthell - Waste's Edge
Comment=Open source role-playing game
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%find_lang %{rname}

%if %mdkversion < 200900
%post
%{update_menus}
%{update_icon_cache hicolor}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_icon_cache hicolor}
%endif

%clean
rm -rf %{buildroot}

%files -f %{rname}.lang
%defattr(644,root,root,755)
%doc AUTHORS NEWS PLAYING README
%attr(755, -, -) %{_gamesbindir}/%{name}
%{_gamesdatadir}/%{mname}/games/%{rname}
%{_datadir}/pixmaps/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.4-8
+ Revision: 42015b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 43 |14cr|adplay-1.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name adplay
%define version 1.7
%define release 5

Summary: 	AdLib music player for the command line
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Source0: 	http://prdownloads.sourceforge.net/adplug/%{name}-%{version}.tar.bz2
License: 	GPLv2+
Group: 		Sound
URL: 		http://adplug.sourceforge.net

BuildRequires: pkgconfig(adplug) >= 2.2
BuildRequires: pkgconfig(sdl)
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(esound)
BuildRequires: pkgconfig(ao)
BuildRequires: pkgconfig(zlib)
BuildRequires: chrpath

%description
AdPlay/UNIX is AdPlug's UNIX console-based frontend. AdPlug is a free,
universal OPL2 audio playback library. AdPlay/UNIX supports the full range
of AdPlug's file format playback features. Despite this, at the moment, only
emulated OPL2 output is supported by AdPlay/UNIX, but this on a wide range
of output devices.

%prep
%setup -q
touch *

%build
export CPPFLAGS="-I%_includedir/libbinio"
%configure2_5x
%make

%install
%makeinstall_std
chrpath -d %buildroot%_bindir/adplay

%files
%defattr(-,root,root)
%doc README NEWS TODO AUTHORS ChangeLog
%_bindir/adplay
%_mandir/man1/adplay.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-5
+ Revision: cd19720
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 44 |14cr|adtool-1.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Active Directory administration utility for Unix
Name:		adtool
Version:	1.3.3
Release:	2
License:	GPLv2
Group:		File tools
URL:		http://www.gp2x.org/adtool/
Source0:	http://www.gp2x.org/adtool/%{name}-%{version}.tar.gz
BuildRequires:	gdbm-devel
BuildRequires:	openldap-devel
BuildRequires:	libsasl-devel
BuildRequires:	openssl-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
adtool is a unix command line utility for Active Directory
administration. Features include user and group creation,
deletion, modification, password setting and directory query and
search capabilities. 

%prep

%setup -q

# lib64 fix
perl -pi -e "s|/lib |/%{_lib} |g" configure*

%build
autoreconf -fis

%configure2_5x \
    --with-ldap=%{_prefix}

%make

%install
rm -rf %{buildroot}

%makeinstall

mv %{buildroot}%{_sysconfdir}/adtool.cfg.dist %{buildroot}%{_sysconfdir}/adtool.cfg

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README TODO tests/test.sh
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/adtool.cfg
%{_bindir}/adtool
%{_mandir}/man1/adtool.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-2
+ Revision: 03891da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 45 |14cr|advancecomp-1.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	advancecomp
%define version	1.18
%define release	2

Summary:	The AdvanceCOMP compression
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Archiving/Compression
URL:		http://advancemame.sourceforge.net
Source0:	http://downloads.sourceforge.net/advancemame/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(zlib)
BuildRequires:	libbzip2-devel
#BuildRequires:	mencoder
#BuildRequires:	dos2unix
BuildRequires:  groff
BuildRequires:	autoconf
BuildRequires:	automake

%description
AdvanceCOMP contains recompression utilities for your .zip
archives, .png images, .mng video clips and .gz files.

%prep
%setup -q
perl -i -pe 's/\r\n/\n/gs' doc/{install,authors,advmng,advpng,readme,advzip,advdef,history}.txt


%build
sh autogen.sh
%configure2_5x --enable-bzip2
%make


%install
%makeinstall_std

%check
#make check


%files
%doc AUTHORS HISTORY README doc/*.html doc/*.txt
%{_bindir}/advzip
%{_bindir}/advpng
%{_bindir}/advmng
%{_bindir}/advdef
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.18-2
+ Revision: 37119fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 46 |14cr|advi-1.10.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Programmable DVI previewer for slides written in LaTeX
Name:		advi
Version:	1.10.2
Release:	4
License:	LGPLv2.1+
Group:		Publishing
Url:		http://advi.inria.fr/
Source:		http://advi.inria.fr/%{name}-%{version}.tar.gz
Patch0:		advi-1.10.2-dont-make-doc.patch
Patch1:		advi-1.10.2-manpage.patch
Patch2:		advi-1.10.2-no-local-advirc.patch
Patch3:		advi-1.10.2-typo-message.patch
Patch4:		advi-1.10.2-automake.patch
BuildRequires:	ghostscript
BuildRequires:	hevea
BuildRequires:	imagemagick
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-labltk
BuildRequires:	tetex-dvips
BuildRequires:	tetex-latex
BuildRequires:	texlive-kpathsea
BuildRequires:	ocaml-camlimages-devel >= 4.0
BuildRequires:	ungif-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
Requires:	ghostscript
Requires:	hevea
Requires:	imagemagick
Requires(post,postun):	texlive-kpathsea

%description
To preview DVI files, Active-DVI features:

    * Color anti-aliasing.
    * Inclusion of images (via the Camlimages package) with alpha channel and
      blending.
    * Encapsulated Postscript File inclusion (using graphics macros package).
    * Gpic specials to display pictures.
    * Correct treatment of many (but not all) inlined-Postscript specials.
    * Page background settings.
    * Japanese pTeX DVI extension support (screen shot).

To present your DVI files, Active-DVI features:

    * Basic effects for presentation (pause, delay, dynamic text color change).
    * Annotations displayed on demand (similar to pop-up balloons).
    * Hyper links from slide to slide or to other files (including DVI files).
    * Replay of previously recorded parts of the display.
    * Text movements.
    * Page transitions.
    * Embedded applications (launched and killed on demand from within. the
      presentation text source), with precise security policy.
    * Scratching on slide to interactively modify the text on screen. 

Active-DVI special effects are set and launched from within your LaTeX source
file via the macros of the advi.sty LaTeX package provided by the distribution.

In addition, Caml hackers can program new and fancy Active-DVI effects in the
source code of the presenter.

%files
%doc COPYING LGPL README TODO doc
%{_bindir}/%{name}
%{_bindir}/%{name}.byt
%{_libdir}/ocaml/stublibs/dll%{name}.so
%{_datadir}/texmf-dist/tex/latex/%{name}/
%{_mandir}/man1/%{name}.1*

%post
%{_bindir}/mktexlsr

%postun
%{_bindir}/mktexlsr

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
rm -f doc/index.html

mkdir m4
cp *.m4 m4/

%build
autoreconf -fi
%configure2_5x
make

%install
%makeinstall_std

# To avoid "E: unstripped-binary-or-object"
chmod 0755 %{buildroot}%{_libdir}/ocaml/stublibs/dll%{name}.so


%changelog
* Sat Aug 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.10.2-4
+ Revision: 5df9d18
- Adjust autoreconf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 47 |14cr|aee-2.2.15b-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	An easy to use text editor
Name:		aee
Version:	2.2.15b
Release:	10
License:	Artistic
Group:		Editors
Url:		http://mahon.cwx.net/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-2.2.15b-mdkconf.patch
Patch1:		%{name}-2.2.15b-fix-str-fmt.patch
BuildRequires:	pkgconfig(x11)

%description
An easy to use text editor. Intended to be usable with little or no
instruction. Provides both a terminal (curses based) interface and native
X-Windows interface (in which case the executable is called xae). Features
include pop-up menus, journalling (to recover from system crash or loss of
connection), cut-and-paste, multiple buffers (associated with files or not),
and much more.

%files
%doc Artistic README.aee aee.1.ps aee.i18n.guide keypad
%{_bindir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/help.ae
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .peroyvind
%patch1 -p1 -b .strfmt

%build
make both OPTFLAGS="%{optflags}"

%install
install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}
install -m755 xae -D %{buildroot}%{_bindir}/xae
install -m644 %{name}.1 -D %{buildroot}%{_mandir}/man1/%{name}.1
install -m644 help.ae -D %{buildroot}%{_datadir}/%{name}/help.ae
pushd %{buildroot}%{_bindir}
ln -s aee %{buildroot}%{_bindir}/rae
ln -s xae %{buildroot}%{_bindir}/rxae
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.15b-10
+ Revision: 5522517
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 48 |14cr|aeolus-0.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Synthesized pipe organ emulator
Name:		aeolus
Version:	0.9.0
Release:	4
License:	GPLv2+ and CC-BY-SA
Group:		Sound
Url:		http://okkinizita.net/linuxaudio/aeolus/index.html
Source0:	http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
Source1:	http://kokkinizita.linuxaudio.org/linuxaudio/downloads/stops-0.3.0.tar.bz2
# http://commons.wikimedia.org/wiki/File:Logo_aeolus.png / resized to 48x48
# CC-BY-SA License
Source2:	%{name}48x48.png
Patch0:		aeolus-0.9.0-makefile.patch
BuildRequires:	clthreads-devel >= 2.4.0
BuildRequires:	clxclient-devel >= 3.9.0
BuildRequires:	readline-devel
BuildRequires:	zita-alsa-pcmi-devel >= 0.2.0
BuildRequires:	pkgconfig(jack)

%description
Aeolus is a synthesized (i.e. not sampled) pipe organ emulator that
should be good enough to make an organist enjoy playing it. It is a
software synthesizer optimized for this job, with possibly hundreds
of controls for each stop, that enable the user to "voice" his instrument.

Main features of the default instrument: three manuals and one pedal,
five different temperaments, variable tuning, MIDI control of course,
stereo, surround or Ambisonics output, flexible audio controls
including a large church reverb.

Aeolus is not very CPU-hungry, and should run without problems on a
e.g. a 1GHz, 256MB machine.

%files
%config %{_sysconfdir}/%{name}.conf
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_libdir}/aeolus*.so

#----------------------------------------------------------------------------

%prep
%setup -q -a1
%patch0 -p1

# fix wrong perms
chmod +r stops-0.3.0/*
pushd source
sed -i -e 's/-lXft//g' Makefile
sed -i -e 's/-lrt//g' Makefile
sed -i -e 's#-O3#%{optflags}#' Makefile
popd

%build
cd source
PREFIX=%{_prefix} %make

%install
pushd source
PREFIX=%{_prefix} %makeinstall_std
popd

mkdir -p %{buildroot}%{_datadir}/%{name}/stops
cp -fr stops-0.3.0/* %{buildroot}%{_datadir}/%{name}/stops/

mkdir -p %{buildroot}%{_sysconfdir}/
cat > %{buildroot}%{_sysconfdir}/%{name}.conf <<EOF
-u -J -S %{_datadir}/%{name}/stops
EOF

# desktop file and icon
install -d -m755 %{buildroot}%{_datadir}/pixmaps
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOL
[Desktop Entry]
Type=Application
Exec=aeolus
GenericName=Aeolus
GenericName[en_GB]=Aeolus
Icon=aeolus
Name=Aeolus
Comment=Virtual pipe organ based on additive synthesis
Name[en_GB]=Aeolus
Comment[en_GB]=Virtual pipe organ based on additive synthesis
Name[cs]=Aeolus
Comment[cs]=VirtuÃ¡lnÃ­ varhany zaloÅ¾enÃ© na aditivnÃ­ syntÃ©ze
Name[de]=Aeolus
Comment[de]=Virtuelle Pfeifenorgel, auf additiver Synthese beasierend
Name[es]=Aeolus
Comment[es]=Ã“rgano virtual basado en la sÃ­ntesis aditiva
Name[fr]=Aeolus
Comment[fr]=Orgue virtuel basÃ© sur la synthÃ¨se additive
Name[it]= Aeolus
Comment[it]= Virtual pipe organ basato sulla sintesi additiva
Name[ja]=Aeolus
Comment[ja]=ãƒãƒ¼ãƒãƒ£ãƒ«ãƒ‘ã‚¤ãƒ—ã‚ªãƒ«ã‚¬ãƒ³
Name[nb]=Aeolus
Comment[nb]=Virtuelt orgel basert pÃ¥ additivsyntese
Name[nl]=Aeolus
Comment[nl]=Virtueel pijporgel gebaseerd op toegevoegde syntheses
Name[pl]=Aeolus
Comment[pl]=Wirtualne organy piszczaÅ‚kowe
Name[pt_BR]=Aeolus
Comment[pt_BR]=Virtual pipe organ based on additive synthesis
Name[sk]=Aeolus
Comment[sk]=VirtuÃ¡lny pÃ­Å¡talovÃ½ organ zaloÅ¾enÃ½ na aditÃ­vnej syntÃ©ze
Name[zh_CN]=Aeolus
Comment[zh_CN]=åŸºäºŽåŠ æ³•åˆæˆçš„è™šæ‹Ÿç®¡é“å…ƒä»¶
Name[zh_TW]=Aeolus
Comment[zh_TW]=ä»¥ç–Šåˆå¤šç¨®åˆæˆå™¨ç‚ºåŸºç¤Žçš„è™›æ“¬ç®¡é¢¨ç´
StartupNotify=true
Terminal=false
Categories=Audio;AudioVideo;Midi;
X-KDE-SubstituteUID=false
EOL


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-4
+ Revision: 0951089
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 49 |14cr|afbackup-3.5.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define cryptkey afbackup
%define clientconf afclient.conf
%define serverconf afserver.conf
%define confdir %{_sysconfdir}/afbackup
%define bindir %{_sbindir}
%define logdir %{_var}/log/afbackup
%define vardir %{_var}/lib/afbackup
%define commondir %{_libdir}/afbackup
%define rexecdir %{_libexecdir}/afbackup
%define libdir %{confdir}

Summary:	Client-server backup system
Name:		afbackup
Version:	3.5.3
Release:	7
License:	GPL
Group:		Archiving/Backup
Url:		http://afbackup.sf.net
Source0:	%{name}-%{version}.tar.gz
Source1:	afbackup-xinetd.afbackup
Source3:	afbackup-afmbackup-rc
Source100:	%{name}.rpmlintrc
Patch0:		afbackup-3.3.6-configs.patch
#patch1 sent upstream (Kharec)
Patch1:		afbackup-3.5.3-fix-str-fmt.patch
Requires:	sharutils
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
Client-Server Backup System
This is a client-server backup system offering several workstations a
centralized backup to a special backup server. Backing up only one
computer is easily possible, too. Any streaming device can be used
for writing the data to it, usually this will be a tape
device. Writing backups is normally done sequentially: The next
writing to tape goes to the end of the previous write no matter where
you have restored from in the meantime. This package is for server or
client with remote-start.

Features:
 - Authentication of the client is performed before it can take over control 
 - Access restriction for the streamer device -> security
 - Client-side per-file compression -> reliability
 - Data stream is written to tape in pieces -> fast finding of files 
 - Tape position logging for each file
 - Tape capacity is fully used
 - Full / incremental backups
 - Raw partitions can be backuped
 - Client and Server buffering for maximal throughput is done
 - DES authentication support

Documentation:
http://afbackup-doc.sourceforge.net/html/

%package client
Summary:	AF's backup system client
Group:		Archiving/Backup
Requires:	sharutils

%description client
Client-Server Backup System (Client side)
This is a client-server backup system offering several workstations a
centralized backup to a special backup server. Backing up only one
computer is easily possible, too. Any streaming device can be used
for writing the data to it, usually this will be a tape
device. Writing backups is normally done sequentially: The next
writing to tape goes to the end of the previous write no matter where
you have restored from in the meantime. This is only the client, you
need to have a server running on either this or another host.

Features:
 - Authentication of the client is performed before it can take over control
 - Access restriction for the streamer device -> security
 - Client-side per-file compression -> reliability
 - Data stream is written to tape in pieces -> fast finding of files
 - Tape position logging for each file
 - Tape capacity is fully used
 - Full / incremental backups
 - Raw partitions can be backuped
 - Client and Server buffering for maximal throughput is done
 - DES authentication support

Documentation:
http://afbackup-doc.sourceforge.net/html/

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .cfg
%patch1 -p0 -b .str

%build
%configure2_5x --without-prefixext \
    --with-clientbindir=%{bindir} \
    --with-clientconf=%{clientconf} \
    --with-clientconfdir=%{confdir} \
    --with-clientlibdir=%{libdir} \
    --with-clientlogdir=%{logdir} \
    --with-clientmandir=%{_mandir} \
    --with-clientvardir=%{vardir} \
    --with-commondir=%{commondir} \
    --with-commondatadir=%{commondir} \
    --with-commonshlibdir=%{commondir} \
    --with-rexecdir=%{rexecdir} \
    --with-serverbindir=%{bindir} \
    --with-serverconf=%{serverconf} \
    --with-serverconfdir=%{confdir} \
    --with-serverlibdir=%{libdir} \
    --with-serverlogdir=%{logdir} \
    --with-servermandir=%{_mandir} \
    --with-servervardir=%{vardir} \
    --with-zlib \
    --disable-nls \
    --sysconfdir=%{confdir} \
    --with-des --with-des-ldflag=-lcrypto --with-des-include=/usr/include/openssl

echo %{cryptkey} | make all OPTIMIZE="%{optflags}"

%install
mkdir -p %{buildroot}%{_mandir}/man8
mkdir -p %{buildroot}%{logdir}
mkdir -p %{buildroot}%{_sysconfdir}/xinetd.d
mkdir -p %{buildroot}%{_initrddir}
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xinetd.d/afbackup-xinetd
install -m 755 %{SOURCE3} %{buildroot}%{_initrddir}/afbackup
make install.client install.server \
    SERVERBINDIR=%{buildroot}%{bindir} \
    SERVERCONFDIR=%{buildroot}%{confdir} \
    SERVERLIBDIR=%{buildroot}%{libdir} \
    SERVERVARDIR=%{buildroot}%{vardir} \
    CLIENTBINDIR=%{buildroot}%{bindir} \
    CLIENTCONFDIR=%{buildroot}%{confdir} \
    CLIENTLIBDIR=%{buildroot}%{libdir} \
    CLIENTVARDIR=%{buildroot}%{vardir} \
    SERVERREXECDIR=%{buildroot}%{rexecdir} \
    COMMONDIR=%{buildroot}%{commondir} \
    COMMONDATADIR=%{buildroot}%{commondir} \
    COMMONSHLIBDIR=%{buildroot}%{commondir} \
    CLIENTMANDIR=%{buildroot}%{_mandir} \
    SERVERMANDIR=%{buildroot}%{_mandir}

make install.rexeclinks \
    CLIENTBINDIR=%{bindir} \
    SERVERREXECDIR=%{buildroot}%{rexecdir}

# fix afbackup verify error
rm -f %{buildroot}%{rexecdir}/verify
ln -s %{bindir}/afverify %{buildroot}%{rexecdir}/verify
echo %{cryptkey} >%{buildroot}%{confdir}/cryptkey

%post
grep -q '/usr/lib/afbackup/rexec' %{confdir}/%{serverconf} && {
echo "Upgrade afserver.conf"
sed 's,/usr/lib/afbackup/rexec,%{rexecdir},' %{confdir}/%{serverconf} >%{confdir}/%{serverconf}.%{version}
cat %{confdir}/%{serverconf}.%{version} >%{confdir}/%{serverconf}
}

if ! grep -q ^afbackup %{_sysconfdir}/services
then
echo "afbackup        2988/tcp                        # Afbackup system" >>%{_sysconfdir}/services
fi

if ! grep -q ^afmbackup %{_sysconfdir}/services
then
echo "afmbackup        2989/tcp                        # Afbackup system Multistream" >>%{_sysconfdir}/services
fi

if [ -f %{_sysconfdir}/inetd.conf ]
then
    if ! grep -q afbackup %{_sysconfdir}/inetd.conf
    then
    echo "afbackup stream tcp     nowait  root    %{bindir}/afserver %{bindir}afserver %{confdir}/%{serverconf}" >>%{_sysconfdir}/inetd.conf
    fi
fi

/sbin/chkconfig --add afbackup

%post client
grep -q '/usr/lib/afbackup/rexec' %{confdir}/%{serverconf} && {
echo "Upgrade afserver.conf"
sed 's,/usr/lib/afbackup/rexec,%{rexecdir},' %{confdir}/%{serverconf} >%{confdir}/%{serverconf}.%{version}
cat %{confdir}/%{serverconf}.%{version} >%{confdir}/%{serverconf}
}


if ! grep -q ^afbackup %{_sysconfdir}/services
then
echo "afbackup        2988/tcp                        # Afbackup system" >>%{_sysconfdir}/services
fi

if ! grep -q ^afmbackup %{_sysconfdir}/services
then
echo "afmbackup        2989/tcp                        # Afbackup system Multistream" >>%{_sysconfdir}/services
fi

%preun
if [ "$1" = "0" ]; then
  /sbin/service afbackup stop || :
  /sbin/chkconfig --del afbackup || :
fi

%postun
if [ $1 -ge 1 ] ; then
  /sbin/service afbackup condrestart 2>&1 > /dev/null || :
fi

%files
%doc CONFIG INTRO README PROGRAMS
%attr(700,root,adm) %dir %{commondir}
# ATM it's the same as commondir so skip
#attr(700,root,adm) %dir %{rexecdir}
%{rexecdir}/afverify
%{rexecdir}/verify
%{rexecdir}/copy_tape
%{rexecdir}/full_backup
%{rexecdir}/incr_backup
%config(noreplace) %{_sysconfdir}/xinetd.d/afbackup-xinetd
%config(noreplace) %{_sysconfdir}/afbackup/init.d/afbackup
%attr(755,root,root) %config(noreplace) %{_initrddir}/afbackup
%attr(750,root,adm) %dir %{confdir}
%attr(640,root,adm) %config(noreplace) %{confdir}/%{serverconf}
%attr(640,root,adm) %config(noreplace) %{confdir}/changer.conf
%attr(640,root,adm) %config(noreplace) %{confdir}/%{clientconf}
%attr(600,root,adm) %config(noreplace) %{confdir}/cryptkey
%attr(640,root,adm) %{commondir}/aftcllib.tcl
%attr(750,root,adm) %{commondir}/update_indexes
%attr(711,root,adm) %dir %{vardir}
%attr(640,root,adm) %config(noreplace) %{vardir}/readonly_tapes
%attr(750,root,adm) %dir %{logdir}
%attr(750,root,adm) %{bindir}/afbackout
%attr(750,root,adm) %{bindir}/afbackup
%attr(750,root,adm) %{bindir}/afclient
%attr(750,root,adm) %{bindir}/afclientconfig
%attr(750,root,adm) %{bindir}/afmserver
%attr(750,root,adm) %{bindir}/afrestore
%attr(750,root,adm) %{bindir}/afserver
%attr(750,root,adm) %{bindir}/afserverconfig
%attr(750,root,adm) %{bindir}/afverify
%attr(750,root,adm) %{bindir}/autocptapes
%attr(750,root,adm) %{bindir}/cartagehandler
%attr(750,root,adm) %{bindir}/cart_ctl
%attr(750,root,adm) %{bindir}/cartis
%attr(750,root,adm) %{bindir}/cartready
%attr(750,root,adm) %{bindir}/changerready
%attr(750,root,adm) %{bindir}/copy_tape
%attr(750,root,adm) %{bindir}/full_backup
%attr(750,root,adm) %{bindir}/incr_backup
%attr(750,root,adm) %{bindir}/label_tape
%attr(750,root,adm) %{bindir}/serverconfig
%attr(750,root,adm) %{bindir}/update_indexes
%attr(750,root,adm) %{bindir}/xafclientconfig
%attr(750,root,adm) %{bindir}/xafrestore
%attr(750,root,adm) %{bindir}/xafserverconfig
%attr(750,root,adm) %{bindir}/xafserverstatus
%attr(750,root,adm) %{bindir}/xserverconfig
%attr(750,root,adm) %{bindir}/xserverstatus
%attr(750,root,adm) %{bindir}/__descrpt
%attr(750,root,adm) %{bindir}/__inc_link
%attr(750,root,adm) %{bindir}/__mt
%attr(750,root,adm) %{bindir}/__numset
%attr(750,root,adm) %{bindir}/__packpats
%attr(750,root,adm) %{bindir}/__piper
%attr(750,root,adm) %{bindir}/__z
%{_mandir}/*/*

%files client
%doc CONFIG INTRO README PROGRAMS
%attr(750,root,adm) %dir %{commondir}
%attr(750,root,adm) %{commondir}/afrestore
%attr(750,root,adm) %dir %{confdir}
%attr(711,root,adm) %dir %{vardir}
%attr(750,root,adm) %dir %{logdir}
%attr(750,root,adm) %{bindir}/clientconfig
%attr(750,root,adm) %{bindir}/xclientconfig
%attr(750,root,adm) %{bindir}/xrestore



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.3-7
+ Revision: 85691a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 50 |14cr|afce-0.9.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		original_release	51
Name:		afce
Version:	0.9.0
Release:	3
Summary:	Algorithm Flowchart Editor
License:	GPL
Group:		Education
URL:		http://vicking.narod.ru/flowchart/
Source:		%{name}-%{version}-%{original_release}.tar.gz
Source2:	%{name}.desktop
BuildRequires:	pkgconfig(Qt3Support)

%description
Algorithm Flowchart Editor

%prep
%setup -q -n %{name}-%{version}-%{original_release}

%build
qmake
%make

%install
rm -rf %{buildroot}
install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -dm 0755 %{buildroot}%{_datadir}/%{name}
install -dm 0755 %{buildroot}%{_datadir}/pixmaps
install -dm 0755 %{buildroot}%{_docdir}/%{name}
install -dm 0755 %{buildroot}%{_datadir}/applications
install -m 0644 %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -m 0644 %{name}_en_US.ts %{buildroot}%{_datadir}/%{name}/%{name}_en_US.ts
install -m 0644 %{name}_ru_RU.ts %{buildroot}%{_datadir}/%{name}/%{name}_ru_RU.ts
install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%defattr (-,root,root)
%doc README.RU.txt LICENSE.TXT doc/index.html
%{_bindir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop



%clean
rm -rf %{buildroot}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-3
+ Revision: d76a7f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 51 |14cr|afflib-3.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname afflib %{major}
%define develname %mklibname -d afflib

Summary:	A set of programs for creating and manipulating AFF files
Name:		afflib
Version:	3.7.1
Release:	2
Group:		System/Libraries
License:	BSD
URL:		http://www.afflib.org/
Source0:	http://www.afflib.org/downloads/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libcurl)
# GPLv2 FOSS incompatible with BSD with advertising
#BuildRequires:	fuse-devel
BuildRequires:	libewf-devel
BuildRequires:	lzma-devel
BuildRequires:	expat-devel
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
# GPLv2 FOSS incompatible with BSD with advertising
#BuildRequires:	readline-devel
BuildRequires:	pkgconfig(zlib)

%description
AFFLIB is an open source library developed by Simson Garfinkel and Basis
Technology that implements the AFF standard. AFFLIB is distributed under
4-clause Berkeley License and may be freely incorporated into both Open
Source and Proprietary software.

In addition to the library, AFFLIB also comes with the AFF Tools, a set of
programs for creating and manipulating AFF files.

%package -n	%{libname}
Summary:	A shared library that implements the AFF standard
Group:		System/Libraries

%description -n	%{libname}
AFFLIB is an open source library developed by Simson Garfinkel and Basis
Technology that implements the AFF standard. AFFLIB is distributed under
4-clause Berkeley License and may be freely incorporated into both Open
Source and Proprietary software.

This package contains a shared library that implements the AFF standard.

%package -n	%{develname}
Summary:	Static library and header files for the afflib library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Requires:	%{libname} = %{version}

%description -n	%{develname}
AFFLIB is an open source library developed by Simson Garfinkel and Basis
Technology that implements the AFF standard. AFFLIB is distributed under
4-clause Berkeley License and may be freely incorporated into both Open
Source and Proprietary software.

This package contains the static afflib library and its header files.

%prep
%setup -q

#fix spurious permissions with lzma443
find lzma443 -type f -exec chmod 0644 {} ';'
chmod 0644 lib/base64.{h,cpp}

%build
%configure2_5x \
	--disable-static \
	--enable-shared \
	--enable-wide-character-type \
	--enable-libewf=yes \
	--enable-s3=yes \
	--enable-fuse=no \
	--enable-python=yes \
	--enable-qemu=no \
	--with-curl=%{_prefix}
%make

%install
%makeinstall_std
# install headers as well
install -d %{buildroot}%{_includedir}/afflib
install -m0644 lib/*.h %{buildroot}%{_includedir}/afflib/

%files
%{_bindir}/affcat
%{_bindir}/affcompare
%{_bindir}/affconvert
%{_bindir}/affcopy
%{_bindir}/affcrypto
%{_bindir}/affdiskprint
%{_bindir}/affix
%{_bindir}/affuse
%{_bindir}/affinfo
%{_bindir}/affrecover
%{_bindir}/affsegment
%{_bindir}/affsign
%{_bindir}/affstats
%{_bindir}/affverify
%{_bindir}/affxml
%{_mandir}/man1/affcat.1*
%{py_platsitedir}/pyaff.so

%files -n %{libname}
%doc AUTHORS BUGLIST.txt COPYING ChangeLog NEWS README* doc/*
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/afflib
%{_includedir}/afflib/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.1-2
+ Revision: 0402564
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 52 |14cr|afio-2.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name afio
%define version 2.5.1
%define release 2
%define summary Archiver program which writes cpio-format archives

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        %{summary}
Group:		Archiving/Backup
Source0:	http://members.chello.nl/~k.holtman/%{name}-%{version}.tgz
License:	LGPL

%description
Afio makes cpio-format archives. It deals somewhat gracefully with input
data corruption, supports multi-volume archives during interactive
operation, and can make compressed archives that are much safer than
compressed tar or cpio archives. Afio is best used as an `archive engine'
in a backup script.

%prep
%setup -q

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m 755 afio %{buildroot}%{_bindir}
install -m 755 afio.1 %{buildroot}%{_mandir}/man1

%files
%doc HISTORY INSTALLATION PORTING README SCRIPTS afio.lsm script1 script2 script3 script4
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.1-2
+ Revision: c4518da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 53 |14cr|aften-0.05-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn		r843
%define major		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d
%define staticdevelname	%mklibname %{name} -d -s

Name:		       	aften
Summary:    		An A/52 audio encoder
Version:    		0.05
Release:    		2
License:    		GPLv2+ and LGPLv2+ and BSD
Group:      		Sound
Source:     		%{name}-%{svn}.tar.bz2
URL:        		http://aften.sourceforge.net/
BuildRequires:		cmake
Requires:		%{libname} = %{version}-%{release}
BuildRoot:  		%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Aften is an audio encoder which generates compressed audio streams based on 
ATSC A/52 specification. This type of audio is also known as AC-3 or Dolby 
Digital and is one of the audio codecs used in DVD-Video content. 

%package -n		%{libname}
Summary:		Library for %{name}
Group:			System/Libraries

%description -n		%{libname}
This package provides the library for %{name}.

%package -n		%{develname}
Summary:		Development files for %{name}
Group:			Development/Other
Requires:		%{name} = %{version}-%{release}
Provides:		%{name}-devel = %{version}-%{release}

%description -n 	%{develname}
This package contains development files for %{name}.

%package -n		%{staticdevelname}
Summary:		Static development files for %{name}
Group:			Development/Other
Requires:		%{develname} = %{version}-%{release}
Provides:		%{name}-static-devel = %{version}-%{release}

%description -n		%{staticdevelname}
This package contains static development files for %{name}.

	
%prep
%setup -q -n %{name}

# fix install with x86_64
sed -i -e "s|lib\${LIB_SUFFIX}|%{_lib}|g" CMakeLists.txt

%build
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX:STRING="%{_prefix}" \
	 -DSHARED:STRING="yes"
%make 

%install
rm -rf %{buildroot}
cd build
%makeinstall DESTDIR=%{buildroot} 

# install static devel files
cp -Pp *.a %{buildroot}%{_libdir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING README Changelog
%{_bindir}/*

%files -n               %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.*

%files -n               %{develname}
%defattr(-,root,root)
%{_libdir}/*.so
%{_includedir}/*

%files -n               %{staticdevelname}
%defattr(-,root,root)
%{_libdir}/*.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.05-2
+ Revision: 67c6e3d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 54 |14cr|AfterStep-2.2.11-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	AfterStep Window Manager
Name:		AfterStep
Version:	2.2.11
Release:	7
Epoch:		4
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://www.afterstep.org/
Source0:	ftp://ftp.afterstep.org/stable/AfterStep-%{version}.tar.bz2
Source1:	%{name}-mdkconf.tar.bz2
Source3:	%{name}.png
Source4:	%{name}32.png
Source5:	%{name}48.png
Patch2:		%{name}-1.8.9-menuname.patch
Patch3:		%{name}.MenuKey.patch
Patch4:		afterstep-2.2.9-ldflags.patch
Patch5:		afterstep-2.2.9-libpng15.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
Requires:	desktop-common-data
Requires:	xli

%description
AfterStep is a Window Manager for X which started by emulating the NEXTSTEP
look and feel, but which has been significantly altered according to the
requests of various users. Many adepts will tell you that NEXTSTEP is not
only the most visually pleasant interface, but also one of the most functional
and intuitive out there. AfterStep aims to incorporate the advantages of the
NEXTSTEP interface, and add additional useful features.

The developers of AfterStep have also worked very hard to ensure stability and
a small program footprint. Without giving up too many features, AfterStep still
works nicely in environments where memory is at a premium.

%files
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/15%{name}
%doc COPYRIGHT ChangeLog NEW README TEAM UPGRADE doc/languages doc/licences
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%dir %{_datadir}/afterstep
%{_datadir}/afterstep/*
%{_datadir}/xsessions/AfterStep.desktop

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries needed by AfterStep
Group:		System/Libraries
Provides:	lib%{name} = %{EVRD}

%description -n %{libname}
AfterStep is a Window Manager for X which started by emulating the NEXTSTEP
look and feel, but which has been significantly altered according to the
requests of various users. Many adepts will tell you that NEXTSTEP is not
only the most visually pleasant interface, but also one of the most functional
and intuitive out there. AfterStep aims to incorporate the advantages of the
NEXTSTEP interface, and add additional useful features.

The developers of AfterStep have also worked very hard to ensure stability and
a small program footprint. Without giving up too many features, AfterStep still
works nicely in environments where memory is at a premium.

This package contains libraries needed by AfterStep package.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel files needed to build applications based on AfterStep
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
AfterStep is a Window Manager for X which started by emulating the NEXTSTEP
look and feel, but which has been significantly altered according to the
requests of various users. Many adepts will tell you that NEXTSTEP is not
only the most visually pleasant interface, but also one of the most functional
and intuitive out there. AfterStep aims to incorporate the advantages of the
NEXTSTEP interface, and add additional useful features.

The developers of AfterStep have also worked very hard to ensure stability and
a small program footprint. Without giving up too many features, AfterStep still
works nicely in environments where memory is at a premium.

This package contains devel files needed to build applications based on
AfterStep.

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

# LMDK patches
%patch2 -p1
%patch3 -p1
%patch4 -p0 -b .link
%patch5 -p1 

%build
rm -f config.status
export CFLAGS="%{optflags}"
export CCFLAGS="%{optflags}"

%configure2_5x \
	--enable-sharedlibs \
	--with-imageloader="xsetbg" \
	--with-helpcommand="xterm -fn 9x15 -e man" \
	--with-desktops=1 \
	--with-deskgeometry=1x1 \
	--enable-different-looknfeels \
	--enable-i18n \
	--enable-savewindows \
	--enable-texture \
	--enable-shade \
	--enable-virtual \
	--enable-saveunders \
	--enable-windowlist \
	--enable-availability \
	--enable-shaping \
	--enable-xinerama \
	--enable-script \
	--with-xpm \
	--with-jpeg \
	--with-png \
	--with-ttf \
	--with-tiff

%make

if [ -x /usr/bin/sgml2html ]; then sgml2html doc/afterstep.sgml; fi


%install
%makeinstall_std LDCONFIG=/bin/true

# LMDK icons
install -m644 %{SOURCE4} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE3} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE5} -D %{buildroot}%{_liconsdir}/%{name}.png

# Not needed with Mandriva menu
rm -fr %{buildroot}%{__datadir}/afterstep/start/Applications/

install -d %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/15%{name} << EOF
NAME=%{name}
ICON=%{name}.png
EXEC=%{_bindir}/afterstep
DESC=A NeXt like Window-Manager
SCRIPT:
exec %{_bindir}/afterstep
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4:2.2.11-7
+ Revision: 2efef3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 55 |14cr|afuse-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		afuse
Summary:	An automounter implemented with FUSE
Version:	0.4
Release:	2
License:	GPLv2+
Group:		Networking/Other
Source0:	https://afuse.googlecode.com/files/%{name}-%{version}.tar.gz
URL:		https://github.com/pcarrier/afuse/
BuildRequires:	fuse-devel

%description
Afuse is an automounting file system implemented in user-space using FUSE. 
Afuse currently implements the most basic functionality that can be expected 
by an automounter; that is it manages a directory of virtual directories. If 
one of these virtual directories is accessed and is not already automounted, 
afuse will attempt to mount a filesystem onto that directory. If the mount 
succeeds the requested access proceeds as normal, otherwise it will fail 
with an error.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/afuse
%{_bindir}/afuse-avahissh


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-2
+ Revision: e3b1d3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 56 |14cr|agave-0.4.7-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		agave
Summary:	A GNOME tool to choose colors
Version:	0.4.7
Release:	7
Group:		Graphics
License:	GPL
URL:		http://home.gna.org/colorscheme/
Source0:	http://download.gna.org/colorscheme/releases/%{name}-%{version}.tar.bz2
Patch0:		agave-0.4.7-mdv-fix-str-fmt.patch
Patch1:		agave-0.4.7-fix-build.patch
BuildRequires:	docbook-dtd45-xml
BuildRequires:	intltool
BuildRequires:	perl(XML::Parser)
BuildRequires:	rarian
BuildRequires:	xsltproc
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(gconfmm-2.6)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libglademm-2.4)
BuildRequires:	pkgconfig(libgnomeui-2.0)

%description
A GNOME tool to choose colors.

%prep
%setup -q
%patch0 -p1 -b .strfmt
%patch1 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc README NEWS COPYING AUTHORS
%{_bindir}/agave
%{_sysconfdir}/gconf/schemas/agave.schemas
%dir %{_datadir}/agave
%dir %{_datadir}/agave/palettes
%{_datadir}/agave/palettes/*.gpl
%dir %{_datadir}/agave/pixmaps
%{_datadir}/agave/pixmaps/*.png
%dir %{_datadir}/agave/ui
%{_datadir}/agave/ui/agave.glade
%{_datadir}/agave/ui/*.ui
%{_datadir}/applications/agave.desktop
%{_iconsdir}/hicolor/*/apps/agave.png
%{_iconsdir}/hicolor/scalable/apps/agave.svg


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.7-7
+ Revision: 674f1b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 57 |14cr|aget-0.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		aget
Version:	0.4.1
Release:	3
License:	BSD-like
Group:		Networking/File transfer
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		http://www.enderunix.org/%{name}/
Source:		http://www.enderunix.org/%{name}/%{name}-%{version}.tar.gz
Patch1:		aget-0.4-fix_build_hostent.diff
Summary:	Multithreaded HTTP Download Accelerator

%description
Aget is a multithreaded HTTP download accelerator.

Tests show that Aget is successfull in realizing its objectives. A file
of size 36.347.010 bytes was downloaded in 14 minutes 28 secs via wget;
whereas it was downloaded in 3 minutes and 15 seconds via aget.
Aget is an acronym for two Turkish words "Acele Getir". (Eng.: Get it fast!) 

WARNING: use with care. Some people do not appreciate that you open more
than one connection to download a file from their server.

%prep
%setup -q
%patch1 -p0

%build
%{make}

%install
%{__rm} -Rf %{buildroot}
%{__mkdir} -p %{buildroot}%{_bindir}
%{__cp} -p %{name} %{buildroot}%{_bindir}

%files
%doc INSTALL README README-Developer COPYING ChangeLog AUTHORS THANKS TODO
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-3
+ Revision: 7b2ae18
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 58 |14cr|aggregate-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Aggregate list of prefixes
Name:		aggregate
Version:	1.6
Release:	3
License:	BSD-like
Group:		Networking/Other
Url:		http://freshmeat.net/projects/aggregate
Source0:	ftp://ftp.isc.org/isc/aggregate/%{name}-%{version}.tar.gz

%description
Aggregate takes a list of prefixes in conventional format on stdin,
and performs two optimizations to reduce the length of the prefix
list. It removes any supplied prefixes which are superfluous because
they are already included in another supplied prefix (e.g.,
203.97.2.0/24 would be removed if 203.97.0.0/17 was also supplied),
and identifies adjacent prefixes that can be combined under a single,
shorter-length prefix (e.g., 203.97.2.0/24 and 203.97.3.0/24 can be
combined into the single prefix 203.97.2.0/23).

%prep
%setup -q
#fix rights
chmod 644 LICE*

%build
%configure2_5x
%make

%install
install -d %{buildroot}{%{_bindir},%{_mandir}/man1}

install -Dpm755 aggregate aggregate-ios %{buildroot}%{_bindir}
install -Dpm644 aggregate.1 aggregate-ios.1 %{buildroot}%{_mandir}/man1

%files
%doc LICEN* HISTORY
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-3
+ Revision: 10c9779
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 59 |14cr|aide-0.15.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced Intrusion Detection Environment
Name:		aide
Version:	0.15.1
Release:	3
License:	GPLv2+
Group:		Monitoring
URL:		http://sourceforge.net/projects/aide
Source0:	http://prdownloads.sourceforge.net/aide/%{name}-%{version}.tar.gz
Source1:	http://prdownloads.sourceforge.net/aide/%{name}-%{version}.tar.gz.asc
Source2:	aide.conf
Source3:	aidecheck
Source4:	aideupdate
Source5:	aideinit
Source6:	aideinit.8
#p0 sent upstream by kharec
Patch0:		aide-0.15-fix-str-fmt.patch
BuildRequires:	bison
Buildrequires:	flex
BuildRequires:	glibc-devel
BuildRequires:	glibc-static-devel
BuildRequires:	mhash-devel
BuildRequires:	pkgconfig(zlib)
Requires:	gnupg

%description
AIDE (Advanced Intrusion Detection Environment) is a free alternative to
Tripwire. It does the same things as the semi-free Tripwire and more. It
is a file system integrity monitoring tool.

%files
%doc AUTHORS COPYING ChangeLog NEWS README doc/aide.conf.in
%attr(0700,root,root) %{_sbindir}/aide
%attr(0700,root,root) %{_sbindir}/aidecheck
%attr(0700,root,root) %{_sbindir}/aideinit
%attr(0700,root,root) %{_sbindir}/aideupdate
%{_mandir}/man1/aide.1*
%{_mandir}/man5/aide.conf.5*
%{_mandir}/man8/aideinit.8*
%dir %attr(0700,root,root) /var/lib/aide
%dir %attr(0700,root,root) /var/lib/aide/reports
%attr(0700,root,root) %{_sysconfdir}/cron.daily/aide
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/aide.conf

%post
echo "*********************************************************"
echo "* Please see aideinit(8) for information on how to setup"
echo "* AIDE+gpg which this AIDE implementation uses by default"
echo "*********************************************************"

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x \
	--with-config-file=%{_sysconfdir}/aide.conf \
	--with-zlib \
	--with-mhash \
	--with-syslog_facility=LOG_LOCAL1

perl -pi -e 's|/etc/aide.db|/var/lib/aide/aide.db|g' config.h

%make

%install
make prefix=%{buildroot}%{_prefix} \
	bindir=%{buildroot}%{_sbindir} \
	mandir=%{buildroot}%{_mandir} \
	install

mkdir -p %{buildroot}{/var/lib/aide/reports,%{_sysconfdir}/cron.daily,%{_mandir}/man8}

install -m 0600 %{SOURCE2} %{buildroot}%{_sysconfdir}/aide.conf
install -m 0700 %{SOURCE3} %{buildroot}%{_sbindir}/aidecheck
install -m 0700 %{SOURCE4} %{buildroot}%{_sbindir}/aideupdate
install -m 0700 %{SOURCE5} %{buildroot}%{_sbindir}/aideinit
install -m 0644 %{SOURCE6} %{buildroot}%{_mandir}/man8/aideinit.8
ln -sf ../..%{_sbindir}/aidecheck %{buildroot}%{_sysconfdir}/cron.daily/aide


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15.1-3
+ Revision: 87381ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 60 |14cr|aifad-2.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Automated Induction of Functions over Algebraic Datatypes
Name:		aifad
Version:	2.0.2
Release:	2
License:	GPLv3+
Group:		Development/Other
Url:		https://bitbucket.org/mmottl/aifad
Source0:	https://bitbucket.org/mmottl/aifad/downloads/aifad-%{version}.tar.gz
BuildRequires:	menhir
BuildRequires:	ocaml
BuildRequires:	ocaml-cfg-devel
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-pcre-devel
BuildRequires:	ocaml-res-devel

%description
AIFAD stands for "Automated Induction of Functions over Algebraic Datatypes"
and improves decision tree learning by supporting significantly more complex
kinds of data. This allows users to more conveniently describe the data they
want to have learnt, which can improve accuracy and complexity of resulting
models.

%files
%doc README.md AUTHORS.txt COPYING.txt CHANGES.txt TODO.md
%doc examples/
%{_bindir}/aifad
%{_datadir}/vim/syntax/aifad.vim

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure \
	--bindir %{_bindir} \
	--destdir %{buildroot}

make

%install
%makeinstall_std

install -d %{buildroot}%{_datadir}/vim/syntax/
install -m 0644 ./vim/aifad.vim %{buildroot}%{_datadir}/vim/syntax/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-2
+ Revision: 9fbacfe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 61 |14cr|aiksaurus-1.2.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		1.2
%define major	0
%define libname		%mklibname %{name} %{api} %{major}
%define develname	%mklibname -d %{name}
%define libgtk		%mklibname %{name}gtk %{api} %{major}
%define develgtk 	%mklibname -d %{name}gtk


Summary:	An English-language thesaurus library
Name:		aiksaurus
Version:	1.2.1
Release:	9
License:	GPLv2+
Group:		Office
URL:		http://sourceforge.net/projects/aiksaurus/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		aiksaurus-1.2.1-gcc43.patch
Patch1:		%{name}-1.2.1-fix-str-fmt.patch

BuildRequires:	gnome-common
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	%{name}-data

%description
Aiksaurus is an English-language thesaurus library that can be 
embedded in word processors, email composers, and other authoring
software to provide thesaurus capabilities.  
This package contains a basic command line thesaurus program.

Install Aiksaurus if you want to have a thesaurus available on 
your computer.

%package data
Summary:	An English-language thesaurus library
Group:		Office

%description data
Aiksaurus is an English-language thesaurus library that can be
embedded in word processors, email composers, and other authoring
software to provide thesaurus capabilities.
This package contains the datafiles.

%package -n %{libname}
Summary:	An English-language thesaurus library
Group:		System/Libraries
Requires:	%{name}-data

%description -n %{libname}
Aiksaurus is an English-language thesaurus library that can be
embedded in word processors, email composers, and other authoring
software to provide thesaurus capabilities.
This package contains these libraries.

Install Aiksaurus if you want to have a thesaurus available on
your computer.

%package -n %{develname}
Summary:	Libraries and include files for Aiksuarus
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Aiksaurus is an English-language thesaurus library that can be
embedded in word processors, email composers, and other authoring
software to provide thesaurus capabilities.
This package contains the libraries and includes files necessary to develop
applications with Aiksaurus.

%package -n %{name}gtk
Summary:	A GTK+ thesaurus application
Group:		Office

%description -n %{name}gtk
Aiksaurusgtk is a GTK+ interface to the Aiksaurus library.  
It provides an attractive thesaurus interface, and can be embedded
in GTK+ projects, notably AbiWord.  
This package provides the standalone GTK+ interface.

%package -n %{libgtk}
Summary:	Libraries for aiksaurusgtk
Group:		System/Libraries

%description -n %{libgtk}
Aiksaurusgtk is a GTK+ interface to the Aiksaurus library.
It provides an attractive thesaurus interface, and can be embedded
in GTK+ projects, notably AbiWord.
This package provides the library files for aiksaurusgtk.


%package -n %{develgtk}
Summary:	A GTK+ thesaurus library
Group:		Development/C
Requires:	%{libgtk} = %{version}-%{release}
Provides:	aiksaurusgtk-devel = %{version}-%{release}

%description -n %{develgtk}
This package contains the libraries and includes files necessary to develop
applications with Aiksaurusgtk.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%files
%doc ChangeLog README COPYING AUTHORS
%{_bindir}/aiksaurus
%{_bindir}/caiksaurus

%files data
%dir %{_datadir}/aiksaurus
%{_datadir}/aiksaurus/*.dat

%files -n %{libname}
%{_libdir}/libAiksaurus-*.so.%{major}*

%files -n %{develname}
%{_libdir}/libAiksaurus.so
%{_libdir}/pkgconfig/aiksaurus-1.0.pc
%dir %{_includedir}/Aiksaurus
%{_includedir}/Aiksaurus/Aiksaurus.h
%{_includedir}/Aiksaurus/AiksaurusC.h

%files -n %{name}gtk
%{_bindir}/gaiksaurus

%files -n %{libgtk}
%{_libdir}/libAiksaurusGTK-*.so.%{major}*

%files -n %{develgtk}
%{_libdir}/libAiksaurusGTK.so
%{_libdir}/pkgconfig/gaiksaurus-1.0.pc
%{_includedir}/Aiksaurus/AiksaurusGTK*.h




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-9
+ Revision: 04e2136
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 62 |14cr|aircrack-ng-1.1-4.r1926.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	svnrev	r1926

Name:		aircrack-ng
Version:	1.1
Release:	4.%{svnrev}.1
Summary:	Reliable 802.11 (wireless) sniffer and WEP key cracker
License:	GPLv2+
Group:		Networking/Other
URL:		http://www.aircrack-ng.org/doku.php
Source0:	http://download.aircrack-ng.org/%{name}-%{version}.%{svnrev}.tar.xz
Patch0:		aircrack-ng-1.1.r1926-makefile-fixes.patch
Patch1:		aircrack-ng-1.1.r1926-airodump-oui-destdir.patch
BuildRequires:	openssl-devel
BuildRequires:	zlib-devel
BuildRequires:	sqlite3-devel

%description
aircrack-ng is a set of tools for auditing wireless networks. It's an 
enhanced/reborn version of aircrack. It consists of airodump (an 802.11 
packet capture program), aireplay (an 802.11 packet injection program), 
aircrack (static WEP and WPA-PSK cracking), airdecap (decrypts WEP/WPA 
capture files), and some tools to handle capture files (merge, convert, 
etc.).

%prep
%setup -q
%patch0 -p1 -b .make_makeup~
%patch1 -p1 -b .oui_destdir~

%build
export CFLAGS="%{optflags} -O3"
export LDFLAGS="%{ldflags}"
%make datadir=%{_datadir} unstable=true sqlite=true

%install
%{__rm} -rf %{buildroot}
%makeinstall unstable=true sqlite=true

mkdir -p %{buildroot}%{_datadir}/%{name}
touch %{buildroot}%{_datadir}/%{name}/airodump-ng-oui.txt

%clean
%{__rm} -rf %{buildroot}

%post 
%{_sbindir}/airodump-ng-oui-update

%files
%defattr(-,root,root)
%doc ChangeLog README AUTHORS VERSION 
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man1/*.1*
%dir %{_datadir}/aircrack-ng
%ghost %{_datadir}/aircrack-ng/airodump-ng-oui.txt



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.1-4.r1926.1
+ Revision: ea759f2
- Automatic import for version 1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 63 |14cr|airfart-0.2.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		airfart
Summary:	Wireless network discovery tool
Version:	0.2.1
Release:	12
License:	GPLv2
Group:		Networking/Other
URL:		http://airfart.sourceforge.net/
Source:		%{name}-v%{version}.tar.bz2
Patch0:		airfart-v0.2.1-fix-gcc43.patch
Patch1:		airfart-v0.2.1-fix-link.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pangox)
BuildRequires:	pkgconfig(pangoxft)
Requires:	prism2-utils
Requires:	gksu

%description
AirFart is a wireless tool created to detect wireless devices, calculate their
signal strengths, and present them to the user in an easy-to-understand
fashion. It is written in C/C++ with a GTK front end. Airfart supports all
wireless network cards supported by the linux-wlan-ng Prism2 driver that
provide hardware signal strength information in the "raw signal" format
(ssi_type 3). Airfart implements a modular n-tier architecture with the data
collection at the bottom tier and a graphical user interface at the top.

%prep
%setup -q -n %name
%patch0 -p0
%patch1 -p0 -b .link

%build
%make C_FLAGS="-g %{optflags}" LDFLAGS="%{ldflags}"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_datadir}/pixmaps/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}
cp %{name} %{buildroot}%{_bindir}
bzip2 %{name}.1
cp %{name}.1.bz2 %{buildroot}%{_mandir}/man1
cp graphics/* %{buildroot}%{_datadir}/pixmaps/%{name}
cp manuf %{buildroot}%{_datadir}/%{name}

#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=gksu %{_bindir}/%{name}
Icon=networking_section
Terminal=false
Type=Application
Categories=GTK;Settings;Network;
Encoding=UTF-8
EOF

%files
%doc README Authors ChangeLog TODO LICENSE
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_mandir}/man1/*
%{_datadir}/pixmaps/%{name}
%{_datadir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-12
+ Revision: a31f1d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 64 |14cr|airsnort-0.2.7e-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A wireless LAN tool which cracks encryption keys
Name:		airsnort
Version:	0.2.7e
Release:	13
License:	GPLv2+
Group:		Networking/Other
Url:		http://sourceforge.net/projects/airsnort/
Source:		http://ovh.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(libgnomeui-2.0)

%description
AirSnort is a wireless LAN (WLAN) tool which cracks encryption
keys on 802.11b WEP networks. AirSnort operates by passively
monitoring transmissions, computing the encryption key when
enough packets have been gathered.

%files
%doc ChangeLog README README.decrypt TODO
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.7e-13
+ Revision: a0ab6ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 65 |14cr|airstrike-1.0-1.pre6a.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pre	pre6a

Summary:	Incredibly addictive 2D dogfight game
Name:		airstrike
Version:	1.0
Release:	1.%{pre}.8
License:	GPL
Group:		Games/Arcade
URL:		http://icculus.org/airstrike/
Source0:	%{name}-%{pre}-src.tar.gz
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		airstrike-pre6a-config.patch
Patch1:		airstrike-pre6a-optflags.patch
Patch2:		airstrike-pre6a-linkage.patch
BuildRequires:	SDL-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_image-devel

%description
Airstrike is a 0-2 players 2d dogfight game in the tradition of the 
Intellivision and Amiga games 'Biplanes' and 'BIP'. It features a robust 
physics engine and several other extensions of the original games, 
such as povray made graphics and incredible gameplay.

%prep
%setup -q -n %{name}-%{pre}-src
%patch0 -p1 -b .config
%patch1 -p1 -b .optflags
%patch2 -p1 -b .linkage

%build
%make OPTFLAGS="%{optflags}" airstrike-sound

%install
rm -rf %{buildroot}
install -m755 airstrike -D %{buildroot}%{_gamesbindir}/airstrike.bin

# Launch script
cat <<EOF > %{buildroot}%{_gamesbindir}/airstrike
#!/bin/sh
if [ ! -e \$HOME/.airstrikerc ]; then
	cp %{_gamesdatadir}/%{name}/airstrikerc \$HOME/.airstrikerc
fi
cd %{_gamesdatadir}/%{name}
airstrike.bin \$@
EOF
chmod 755 %{buildroot}%{_gamesbindir}/airstrike

install -m644 airstrikerc -D %{buildroot}%{_gamesdatadir}/%{name}/airstrikerc
cp -r data  %{buildroot}%{_gamesdatadir}/%{name}

install -m644 doc/airstrike.6 -D %{buildroot}%{_mandir}/man6/airstrike.6 

#Menu items
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=AirStrike
Comment=Incredibly addictive 2D dogfight game
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

%files
%doc ChangeLog README doc
%{_gamesbindir}/*
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%{_mandir}/man6/airstrike.6*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Fri Nov 16 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-1.pre6a.8
+ Revision: c890bf7
- LOG Add patch to fix linkage, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 66 |14cr|aisleriot-3.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		aisleriot
Version:	3.12.1
Release:	2
Url:		http://live.gnome.org/Aisleriot
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		aisleriot-3.3.2-help_linguas.patch
Summary:	A compilation of solitaire card games
License:	GPLv3+
Group:		Games/Cards
Conflicts:	gnome-games < 2.29.6-2
BuildRequires:	pkgconfig(cairo) >= 1.10.0
BuildRequires:	pkgconfig(gconf-2.0) >= 2.0
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(guile-2.0) >= 2.0.0
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.26
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	pkgconfig(sm)
BuildRequires:	intltool
BuildRequires:	yelp-tools
BuildRequires:	itstool
BuildRequires:	gnome-doc-utils
BuildRequires:	guile
# For autoreconf, due to Patch0
BuildRequires:	gettext-devel

%description
Aisleriot (also known as Solitaire or sol) is a collection of card games
which are easy to play with the aid of a mouse. The rules for the games
have been coded for your pleasure in the GNOME scripting language (Scheme).

%prep
%setup -q
%apply_patches

%build
autoreconf -vfi
%configure2_5x \
	--with-card-theme-formats=all \
	--with-kde-card-theme-path=%{_datadir}/apps/carddecks \
	--with-pysol-card-theme-path=%{_datadir}/PySolFC \
	--disable-schemas-compile \
	--disable-schemas-install \
	--disable-static
%make V=1

%install
%makeinstall_std
%find_lang %{name} --with-gnome

%preun
%preun_uninstall_gconf_schemas %{name}


%files -f %{name}.lang
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_bindir}/sol
%{_libdir}/%{name}/
#{_libexecdir}/%{name}/
%{_libdir}/valgrind/%{name}.supp
%{_datadir}/applications/sol.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.Patience.WindowState.gschema.xml
%{_iconsdir}/hicolor/*/apps/gnome-%{name}.*
%{_iconsdir}/hicolor/*/apps/gnome-freecell.*
%{_iconsdir}/HighContrast/scalable/apps/gnome-%{name}.svg
%{_mandir}/man6/sol.*
%{_datadir}/%{name}/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.12.1-2
+ Revision: f592f85
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 67 |14cr|ajaxterm-0.10-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A web based terminal
Name: ajaxterm
Version: 0.10
Release: 7

# LGPL for the bundled js part 
License: GPL and LGPL
Group: System/Servers
URL: http://antony.lesuisse.org/qweb/trac/wiki/AjaxTerm
Source: http://antony.lesuisse.org/qweb/files/Ajaxterm-%{version}.tar.bz2
Source1: %{name}.init
Source2: %{name}.sysconfig
Requires(preun): rpm-helper
Requires(post):  rpm-helper
Requires: python
BuildRequires: python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch

%description
Ajaxterm is a web based terminal. It was totally inspired and works almost 
exactly like http://anyterm.org/ except it's much easier to install. 

Ajaxterm written in python (and some AJAX javascript for client side) and 
depends only on python2.3 or better.

%prep
%setup -q -n Ajaxterm-%{version}

%build
./configure --prefix=$RPM_BUILD_ROOT/%_prefix/
perl -pi -e 's/.*ajaxterm.initd.*//' Makefile
perl -pi -e 's|bin/python2.3|bin/python|' qweb.py

%install
%{__rm} -rf %{buildroot}
make install 

mkdir -p %{buildroot}/%_initrddir/
mkdir -p %{buildroot}/%_sysconfdir/sysconfig

cp %SOURCE1 %{buildroot}/%_initrddir/%{name}
cp %SOURCE2 %{buildroot}/%_sysconfdir/sysconfig/%name

chmod 755 %{buildroot}/%_initrddir/%{name}
perl -pi -e 's|%{buildroot}/||g' %{buildroot}/%{_bindir}/ajaxterm

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc README.txt
%{_bindir}/*
%{_datadir}/%name/
%{_mandir}/man1/*
%config(noreplace) %{_initrddir}/%{name}
%config(noreplace) %_sysconfdir/sysconfig/%{name}

%post
%_post_service %{name}

%preun
%_preun_service %{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10-7
+ Revision: 199c046
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 68 |14cr|akamaru-0.1-0.862.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn		862
%define release 		0.%{svn}.4
%define major		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d
Name:			akamaru
Version:			0.1
Release:			%{release}
Summary:			Physics engine used by kiba-dock
Group:			System/X11
URL:			http://www.kiba-dock.org/
Source0:			%{name}-%{svn}.tar.lzma
Patch0:			akamaru-0.1-build.patch
License:			BSD
BuildRequires:		intltool
BuildRequires:		glib2-devel

%description
Akamaru is a simple, but fun, physics engine prototype. It is used by
kiba-dock, a dock applet.

%package -n %{libname}
Group:		System/Libraries
Summary:	Shared library for %{name}
Provides:	lib%{name} = %{version}-%{release}

%description -n %{libname}
Akamaru is a simple, but fun, physics engine prototype. It is used by
kiba-dock, a dock applet.

%package -n %{develname}
Group:		Development/C
Summary:	Development headers for %{name}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
Akamaru is a simple, but fun, physics engine prototype. It is used by
kiba-dock, a dock applet. This package contains development headers
for Akamaru.

%prep
%setup -q -n %{name}
%patch0 -p1 -b .build

%build
export LDFLAGS="${LDFLAGS} -lm" 
sh autogen.sh -V
%configure2_5x 
%make 

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{develname}
%doc AUTHORS ChangeLog README
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/lib%{name}.*a
%{_libdir}/pkgconfig/%{name}.pc



%changelog
* Mon Oct 08 2012 symbianflo <symbianflo@mandrivausers.ro> 0.1-0.862.4
+ Revision: 51d6bda
- Fix build , spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 69 |14cr|akonadi-googledata-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		akonadi-googledata
Version:	1.2.0
Summary:	Google contacts and calendar akonadi resource
Release:	2
License:	LGPLv2.1
Group:		Graphical desktop/KDE
URL:		http://websvn.kde.org/trunk/extragear/pim/googledata/
Source0:	http://libgcal.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRoot:	%_tmppath/%name-%version-%release-buildroot
BuildRequires:	kdepimlibs4-devel
BuildRequires:	libgcal-devel >= 0.9.6
BuildRequires:	boost-devel
BuildRequires:	libxslt-proc
Requires:	akonadi-kde
Obsoletes:	googledata

%description
Google contacts and calendar akonadi resource 

%files -f akonadi_gcal_resource.lang 
%defattr(-,root,root)
%doc README COPYING ChangeLog
%{_kde_bindir}/akonadi_gcal_resource
%{_kde_bindir}/akonadi_googledata_resource
%{_kde_datadir}/akonadi/agents/gcalresource.desktop
%{_kde_datadir}/akonadi/agents/googledataresource.desktop

#-----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

%build
%cmake_kde4
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std -C build
%find_lang akonadi_gcal_resource

%clean
%__rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-2
+ Revision: 7bf6049
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 70 |14cr|alac-0.1-1.20111027
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name            alac
%define libname         %mklibname %name
%define develname       %mklibname -d %name
%define stdevelname     %mklibname -d -s %name

Name:           %name
Version:        0.1
Release:        1.20111027
Group:          Sound
Summary:        Apple Lossless Audio Codec (ALAC)
License:        Apache License
URL:            http://alac.macosforge.org/
Source0:        %{name}-%{version}.tar.xz
Patch0:         alac-0.1-makefile.patch

%description
The Apple Lossless Audio Codec (ALAC) is an audio codec developed by Apple and
supported on iPhone, iPad, most iPods, Mac and iTunes.  ALAC is a data
compression method which reduces the size of audio files with no loss
of information.  A decoded ALAC stream is bit-for-bit identical to the original
uncompressed audio file.

%package -n %libname
Summary:        Apple Lossless Audio Codec
Group:          System/Libraries
License:        Apple Public Source License

%description -n %libname
The Apple Lossless Audio Codec (ALAC) is an audio codec developed by Apple and
supported on iPhone, iPad, most iPods, Mac and iTunes.  ALAC is a data
compression method which reduces the size of audio files with no loss
of information.  A decoded ALAC stream is bit-for-bit identical to the original
uncompressed audio file.

%package -n %develname
Summary:        Apple Lossless Audio Codec
Group:          Development/C++
Requires:       %libname = %{version}
License:        Apple Public Source License

%description -n %develname
The Apple Lossless Audio Codec (ALAC) is an audio codec developed by Apple and
supported on iPhone, iPad, most iPods, Mac and iTunes.  ALAC is a data
compression method which reduces the size of audio files with no loss
of information.  A decoded ALAC stream is bit-for-bit identical to the original
uncompressed audio file.

%package -n %stdevelname
Summary:        Apple Lossless Audio Codec
Group:          Development/C++
Requires:       %develname
License:        Apple Public Source License

%description -n %stdevelname
The Apple Lossless Audio Codec (ALAC) is an audio codec developed by Apple and
supported on iPhone, iPad, most iPods, Mac and iTunes.  ALAC is a data
compression method which reduces the size of audio files with no loss
of information.  A decoded ALAC stream is bit-for-bit identical to the original
uncompressed audio file.

%package -n alacconvert
Summary:        Apple Lossless Audio Codec
Group:          Sound

%description -n alacconvert
The Apple Lossless Audio Codec (ALAC) is an audio codec developed by Apple and
supported on iPhone, iPad, most iPods, Mac and iTunes.  ALAC is a data
compression method which reduces the size of audio files with no loss of
information.  A decoded ALAC stream is bit-for-bit identical to the original
uncompressed audio file.

This package contains a command-line utility to convert the ALAC format.

%prep
%setup -q
%patch0

%build
for d in codec convert-utility; do
    %__make -C "$d" \
        OPTFLAGS="%{optflags}" \
        CC="%__cxx"
done

%install
%__install -D -m0755 convert-utility/alacconvert "%{buildroot}%{_bindir}/alacconvert"

%__install -d "%{buildroot}%{_includedir}"
%__cp -a codec/*.h "%{buildroot}%{_includedir}/"

%__install -D -m0644 codec/libalac.a "%{buildroot}%{_libdir}/libalac.a"
%__cp -a codec/libalac.so* "%{buildroot}%{_libdir}/"

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%files -n %libname
%defattr(-,root,root)
%doc codec/APPLE_LICENSE.txt
%{_libdir}/libalac.so.0
%{_libdir}/libalac.so.0.1

%files -n %develname
%defattr(-,root,root)
%{_includedir}/*.h
%{_libdir}/libalac.so

%files -n %stdevelname
%defattr(-,root,root)
%{_libdir}/libalac.a

%files -n alacconvert
%defattr(-,root,root)
%{_bindir}/alacconvert
%doc ReadMe.txt ALACMagicCookieDescription.txt LICENSE



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-1.20111027
+ Revision: 2401d86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 71 |14cr|albumshaper-2.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Graphical application used to create, maintain, and share photo albums
Name:		albumshaper
Version:	2.1
Release:	12
License:	GPLv2+
Group:		Graphics
Url:		http://albumshaper.sf.net
Source0:	http://prdownloads.sourceforge.net/albumshaper/%{name}_%{version}.tar.bz2
#gw disable upx, find-requires is broken
Patch0:		albumshaper-2.1-no-upx.patch
Patch1:		albumshaper-2.1-gcc4.1.patch
Patch2:		albumshaper-2.1-qt4.patch
BuildRequires:	doxygen
BuildRequires:	imagemagick
BuildRequires:	jpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libxslt)

%description
Album Shaper is a graphical application used to create, maintain, and
share photo albums using open formats like HTML, XSLT, and JPG.
Two-layer albums can be created in a drag-n-drop interface which
allows quick and easy arrangement and categorization of photos. Batch
rotations make getting your photos ready a quick and easy task. You
can also crop, enhance, and manipulate your photos using a powerful
but intuitive editing interface. Photos, collections, and albums
themselves can be labeled as needed and modified at a later time by
saving and loading from a simple XML format. Albums are exported as
HTML which can then be posted directly on the web or viewed straight
from your hard drive. Album Shaper now supports themes which means you
can completely customize the look of the Albums you produce! Album
Shaper is designed to help you share your photos with your friends and
family as easily as possible, as well as update and maintain these
Albums in the most effecient and easy way possible.

%files
%doc docs/html docs/bugs.txt docs/copying.txt *.txt
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}_%{version}_src
%patch -p1
%patch1 -p1
%patch2 -p1
for file in AlbumShaper.pro AlbumShaper.xcode/project.pbxproj src/main.cpp
do
  sed -i -e 's|/local||g' $file
done

%build
%qmake_qt4
%make
doxygen AlbumShaper.doc

%install
# Install to rpm build location
%makeinstall INSTALL_ROOT=%{buildroot}
install -m 755 bin/AlbumShaper %{buildroot}%{_bindir}/AlbumShaper
find %{buildroot} -name .DS_Store -exec rm {} \;
find %{buildroot}%{_datadir} -type f -exec chmod 644 {} \;

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=AlbumShaper
Name[ru]=AlbumShaper
Comment=Create photo albums
Comment[ru]=Создание фотоальбомов
Exec=%{_bindir}/AlbumShaper
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Photography;Graphics;Viewer;
EOF

mkdir -p %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{_miconsdir}
convert -scale 48 resources/icons/as64.png %{buildroot}%{_liconsdir}/%{name}.png
install -m 644 resources/icons/as32.png %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 resources/icons/as16.png %{buildroot}%{_miconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-12
+ Revision: ded1cd0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 72 |14cr|alchemist-1.0.37-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define libname %mklibname alchemist %{major}
%define pyver 2.7
Summary:		A multi-sourced configuration back-end
Name:		alchemist
Version:		1.0.37
Release:		8
License:		GPLv2+
Group:		System/Base
Source0:		%{name}-%{version}.tar.bz2
Patch0:         %{name}-1.0.37-fix-python2.6.patch
Patch1:		%{name}-1.0.37-fix-underlinking.patch
BuildRequires:	libxml2 >= 2.3.8
BuildRequires:	pkgconfig(libxslt) >= 0.9.0
BuildRequires:	doxygen >= 1.2.7
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(glib-2.0) >= 2.0
BuildRequires:	chrpath
BuildRequires:	multiarch-utils >= 1.0.3

%description
The alchemist is a back-end configuration architecture, which provides
multi-sourced configuration at the data level, postponing translation to
native format until the last stage. It uses XML as an intermediary data
encoding, and can be extended to arbitrarily large configuration scenarios.

%package -n	%{libname}
Summary:	Shared libraries for alchemist
Group:		System/Libraries

%description -n %{libname}
The alchemist is a back-end configuration architecture, which provides
multi-sourced configuration at the data level, postponing translation to
native format until the last stage. It uses XML as an intermediary data
encoding, and can be extended to arbitrarily large configuration scenarios.

%package -n	%{libname}-devel
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	alchemist-devel libalchemist-devel

%description -n	%{libname}-devel
The alchemist is a back-end configuration architecture, which provides
multi-sourced configuration at the data level, postponing translation to
native format until the last stage. It uses XML as an intermediary data
encoding, and can be extended to arbitrarily large configuration scenarios.

This package contains the headers that programmers will need to develop
applications which will use %{name}.

%package -n	python-alchemist
Summary:	Python bindings for alchemist apps
Group:		Development/Python
Requires:	%{libname} = %{version}
Provides:	alchemist
Requires:	python

%description -n	python-alchemist
The alchemist is a back-end configuration architecture, which provides
multi-sourced configuration at the data level, postponing translation to
native format until the last stage. It uses XML as an intermediary data
encoding, and can be extended to arbitrarily large configuration scenarios.

%prep

%setup -q
%patch0 -p1 -b .python26
%patch1 -p1
# lib64 fix
find -type f | xargs perl -pi -e "s|/usr/lib|%{_libdir}|g"

%build
export CFLAGS="-Wall -DNDEBUG -fPIC %{optflags}"
[ -f  /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :

%configure2_5x \
    --enable-shared \
    --enable-static

%make

%install
%makeinstall

install -d %{buildroot}%{_mandir}
cd src
doxygen
cp -a doc/man/* %{buildroot}%{_mandir}/

python -O %{_libdir}/python%{pyver}/compileall.py %{buildroot}%py_platsitedir

%if %mdkversion >= 1020
%_multiarch_includes %{buildroot}%{_includedir}/alchemist/alchemist.h
%_multiarch_includes %{buildroot}%{_includedir}/alchemist/blackbox.h
%endif

# nuke rpath
chrpath -d %{buildroot}%{_libdir}/*.so
chrpath -d %{buildroot}%{_libdir}/alchemist/blackbox/*.so
chrpath -d %{buildroot}%py_platsitedir/*.so

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif


%files -n %{libname}
%doc AUTHORS COPYING ChangeLog README
%dir %{_libdir}/alchemist
%dir %{_libdir}/alchemist/blackbox
%{_libdir}/lib*.so.*
%{_libdir}/alchemist/blackbox/*.so.*
%{_sysconfdir}/alchemist
%{_localstatedir}/cache/alchemist


%files -n %{libname}-devel
%doc AUTHORS COPYING ChangeLog README
%doc src/doc/html
%{_includedir}/alchemist/alchemist.h
%{_includedir}/alchemist/blackbox.h
%{_libdir}/*.a
%{_libdir}/*.so
%{_mandir}/*/*
%{_libdir}/alchemist/blackbox/*a
%{_libdir}/alchemist/blackbox/*.so
%if %mdkversion >= 1020
%_multiarch %{multiarch_includedir}/alchemist/alchemist.h
%_multiarch %{multiarch_includedir}/alchemist/blackbox.h
%endif

%files -n python-alchemist
%doc AUTHORS COPYING ChangeLog README
%py_platsitedir/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.37-8
+ Revision: 2e79e76
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 73 |14cr|aldo-0.7.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		aldo
Version: 	0.7.7
Summary: 	Console-based morse tutor 
Release: 	2
License: 	GPLv2+
Group: 		Networking/Other 
Url: 		http://www.nongnu.org/aldo
Source0: 	http://savannah.nongnu.org/download/aldo/%{name}-%{version}.tar.bz2
Source1:	http://savannah.nongnu.org/download/aldo/%{name}-%{version}.tar.bz2.sig
BuildRequires:	libao-devel
BuildRequires:	readline-devel

%description
Console-based morse tutor which has four kinds of exercises:
*  Classic exercise: With this exercise you must guess some random 
   strings of characters that aldo plays in morse code
*  Koch method
*  Read from file (text file)
*  Callsign exercise (random callsigns)

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{name}
%doc AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/aldo
%{_mandir}/man1/aldo*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.7-2
+ Revision: 6021708
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 74 |14cr|AlephOne-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 20120128

Summary:	An engine for 3D first-person shooter games Marathon 1, 2 and Infinity
Name:		AlephOne
Version:	1.0.1
Release:	4
License:	GPLv3+
Group:		Games/Arcade
Url:		http://sourceforge.net/projects/marathon/
Source0:	%{name}-%{oversion}.tar.bz2
Source1:	marathon.png
Patch0:		lua_templates.patch
BuildRequires:	boost-devel
BuildRequires:	smpeg-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(zziplib)
Provides:	alephone = %{EVRD}

%description
Aleph One is an engine to run Marathon, Marathon 2 and Marathon Infinity games.

Packages with game data are:
- marathon
- marathon2
- marathon-infinity

%files
%doc AUTHORS COPYING README docs/MML.html
%{_gamesbindir}/alephone
%{_gamesdatadir}/%{name}
%{_datadir}/pixmaps/marathon.png
%{_mandir}/man6/*.6*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{oversion}
%patch0 -p0 $startdir/lua_templates.patch Source_Files/Lua/lua_templates.h

%build
%configure2_5x	\
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir} \
	--enable-opengl
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_datadir}/pixmaps
cp %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-4
+ Revision: ae74566
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 75 |14cr|alevt-1.6.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:		Teletext decoder and browser for bttv and DVB
Name:		alevt
Version:		1.6.1
Release:		13
License:		GPL
Group:		Video
Source0:		http://www.goron.de/~froese/%name/%name-%version.tar.bz2
Source10:	alevt-big.png
Source11:	alevt-mini.png
Source12:	alevt.png
Patch0:		%name-1.6.0-time.h.patch
Patch1:		alevt-1.6.1-vbi-fix.patch
Patch2:		alevt-1.6.1-koi8.patch
Patch3:		alevt-1.6.1-xio.patch
Patch4:		alevt-1.6.1-dvb.patch
URL:		http://www.goron.de/~froese/
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(libpng) >= 1.0.8
BuildRequires:	pkgconfig(zlib)


%description
AleVT is a teletext/videotext decoder and browser for the bttv and DVB
drivers. It features multiple windows, a page cache, regexp searching,
built-in manual, and more. There's also a program to get the time from
teletext and one to capture teletext pages from scripts.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1
%patch3 -p0 -b .xio
%patch4 -p1
sed -i 's-L/usr/X11R6/lib-L/usr/X11R6/%{_lib}' Makefile
sed -i '7i#include <zlib.h>' exp-gfx.c

%build
make OPT="$RPM_OPT_FLAGS"

%install
install -d $RPM_BUILD_ROOT{%_bindir,%_mandir/man1,%_liconsdir,%_miconsdir}

install alevt alevt-date alevt-cap $RPM_BUILD_ROOT%_bindir
install {alevt-cap.1,alevt-date.1,alevt.1x} $RPM_BUILD_ROOT%_mandir/man1

# Mandriva menu entry

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Alevt
Comment=Teletext/Videotext decoder and browser
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Video;AudioVideo;Video;TV;
EOF

install %SOURCE10 $RPM_BUILD_ROOT%_liconsdir/%name.png
install %SOURCE11 $RPM_BUILD_ROOT%_miconsdir/%name.png
install %SOURCE12 $RPM_BUILD_ROOT%_iconsdir/%name.png 

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif


%files
%doc CHANGELOG COPYRIGHT README
%attr(755,root,root) %_bindir/*
%_mandir/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop
%_iconsdir/%name.png
%_liconsdir/%name.png
%_miconsdir/%name.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.1-13
+ Revision: d1db7eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 76 |14cr|alex-3.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module alex
Name:           %{module}
Version:        3.0.5
Release:        3
Summary:        Tool for generating lexical analysers in Haskell
Group:          Development/Other
License:        BSD
URL:            http://hackage.haskell.org/package/%{module}
Source0:        http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz

BuildRequires:	happy
BuildRequires:	docbook-style-xsl
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	libxml2
BuildRequires:	xmltex
BuildRequires:	gmp-devel
buildrequires:  haskell(QuickCheck)
BuildRequires:  ghc, ghc-devel, haskell-macros
buildrequires:  xsltproc, dblatex

%description
Alex is a tool for generating lexical analysers in Haskell, given a
description of the tokens to be recognised in the form of regular
expressions.  It is similar to the tool lex or flex for C/C++.

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build
cd doc
test -f configure || autoreconf
./configure
make html

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_un

%files
%{_bindir}/%{module}
%{_docdir}/%{module}-%{version}
%{_datadir}/%{module}-%{version}
#% {_libdir}/% {module}-% {version}
%_cabal_rpm_deps_dir
#% _cabal_haddoc_files




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.5-3
+ Revision: 3c1c424
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 77 |14cr|alexandria-0.6.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNOME application to help you manage your book collection
Name:		alexandria
Version:	0.6.9
Release:	4
License:	GPLv2+
Group:		Databases
Url:		http://alexandria.rubyforge.org/
Source0:	http://files.rubyforge.vm.bytemark.co.uk/alexandria/%{name}-%{version}.tar.gz
Patch0:		alexandria-0.6.9-ruby-1.9.1.patch
Patch1:		alexandria-0.6.9-delete-broken-yaml.patch
Patch2:		alexandria-0.6.9-iconv.patch
Patch3:		alexandria-0.6.9-newbook-nothread.patch
# upstream patches from 0.6.9-rc
Patch4:		alexandria-0.6.8-export-to-HTML-with-ruby19.patch
Patch5:		alexandria-0.6.8-z3950-next.patch
Patch6:		alexandria-0.6.8-always-require-rubygems.patch
Patch7:		alexandria-0.6.8-export-to-CSV-bintex-with-ruby19.patch
# fedora patches
Patch8:		alexandria-0.6.8-yaml-unescape.patch
Patch9:		alexandria-0.6.8-utf8-convert.patch
Patch10:	alexandria-0.6.8-kcodefix.patch
Patch11:	alexandria-0.6.8-evalfix.patch
Patch12:	alexandria-0.6.6-dont_use_thread_when_adding_file_by_isdn.patch
Patch13:	alexandria-0.6.8-iconview-multibyte.patch
Patch14:	alexandria-0.6.9-glade-gettext.patch
Patch15:	alexandria-0.6.9-goocanvas-version.patch
Patch16:	alexandria-0.6.9-negative-value.patch
Patch17:	alexandria-0.6.9-z3950-zoom-count.patch
BuildRequires:	desktop-file-utils
BuildRequires:	GConf2
BuildRequires:	intltool
BuildRequires:	pkgconfig(ruby)
Requires:	rubygem(gdk_pixbuf2)
Requires:	rubygem(glib2)
Requires:	rubygem(gettext)
Requires:	rubygem(gstreamer)
Requires:	rubygem(hpricot)
Requires:	rubygem(htmlentities)
Requires:	rubygem(zoom)
Requires(post,postun):	scrollkeeper
BuildArch:	noarch

%description
Alexandria is a GNOME application to help you manage your book collection.

Alexandria:
  * retrieves and displays book information (including cover pictures)
    from several online libraries, such as Amazon, Proxis, Barnes and
    Noble, and the Spanish Ministry of Culture ;
  * allows books to be added and updated by hand ;
  * enables searches either by EAN/ISBN, title, authors or keyword ;
  * saves data using the YAML format ;
  * can import and export data into ONIX, Tellico and EAN/ISBN-list
    formats ;
  * generates from your libraries XHTML web pages themable with CSS ;
  * allows marking your books as loaned, each with the loan-date and the
    name of the person who has borrowed them ;
  * features a HIG-compliant user interface ;
  * shows books in different views (standard list or icons list), that
    can be either filtered or sorted ;
  * handles book rating and notes ;
  * supports CueCat (R) barcode readers ;
  * includes translations for several languages.

%files -f %{name}.lang
%doc README ChangeLog TODO
%{_bindir}/*
%{ruby_sitelibdir}/%{name}*
%{_datadir}/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_datadir}/applications/%{name}.desktop
%{_datadir}/gnome/help/%{name}
%{_datadir}/omf/%{name}
%{_datadir}/sounds/%{name}
%{_datadir}/pixmaps/alexandria.xpm
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .ruby19~
%patch1 -p1 -b .delete_yaml
%patch2 -p1 -b .iconv
%patch3 -p1 -b .nothread
%patch4 -p1 -b .export_html
%patch5 -p1 -b .z3950_next
%patch6 -p1 -b .gems
%patch7 -p1 -b .export_csv
%patch8 -p1 -b .delete_yaml
%patch9 -p1 -b .ruby19_utf8
%patch10 -p1 -b .kcodefix
%patch11 -p1 -b .evalfix
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1

sed -i '3i# encoding: utf-8' lib/alexandria/about.rb

%build
rake --trace build

%install
rake install_package_staging \
	DESTDIR=%{buildroot} \
	RUBYLIBDIR=%{ruby_sitelibdir}

mkdir -p %{buildroot}%{_sysconfdir}/gconf/schemas/
cp -a schemas/alexandria.schemas %{buildroot}%{_sysconfdir}/gconf/schemas/

#menu
rm -f %{buildroot}%{_datadir}/menu/alexandria
install -m 755 -d %{buildroot}%{_datadir}/applications/
cp -a %{name}.desktop %{buildroot}%{_datadir}/applications/

desktop-file-install \
	--vendor="" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

rm -f %{buildroot}%{_datadir}/gconf/schemas/alexandria.schemas

# icon
install -m 755 -d %{buildroot}%{_miconsdir}
install -m 755 -d %{buildroot}%{_liconsdir}
cp -a data/alexandria/icons/alexandria_small.png %{buildroot}%{_miconsdir}/%{name}.png
cp -a data/alexandria/icons/alexandria_small.png %{buildroot}%{_iconsdir}/%{name}.png
cp -a data/alexandria/icons/alexandria_small.png %{buildroot}%{_liconsdir}/%{name}.png

%find_lang %{name} --all-name


%changelog
* Wed Sep 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.9-4
+ Revision: 4a856a2
- Add more patches from Fedora, update Requires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 78 |14cr|alien-8.89-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package	%{nil}
Summary:	Install Debian and Slackware Packages with RPM

Name:		alien
Version:	8.89
Release:	3
URL:		http://sourceforge.net/projects/alien/
Source:		http://ftp.debian.org/debian/pool/main/a/alien/%{name}_%{version}.tar.gz
License:	GPLv2+
Group:		Archiving/Other
BuildRequires:	perl-devel
Requires:	perl
Requires:	dpkg >= 1.13.26
Requires:	rpm-build

BuildArch:	noarch

%description
Alien is a program that converts between the rpm (Mandriva, Redhat ), 
dpkg (Debian), slp (Stampede), and tgz (Slackware) file formats. 
If you want to use a package from another distribution than the one 
you have installed on your system, you can use alien to convert 
it to your preferred package format and install it.

%package -n perl-Alien
Summary:        Alien Perl modules

Requires:	perl(base)

%description -n perl-Alien
Alien is a program that converts between the rpm (Mandriva, Redhat ),
dpkg (Debian), slp (Stampede), and tgz (Slackware) file formats.
If you want to use a package from another distribution than the one
you have installed on your system, you can use alien to convert
it to your preferred package format and install it.

%prep
%setup -q -n %{name}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
perl -pi -e 's/: :\s*extra_/:: extra_/' Makefile

%make

%install
%makeinstall_std VARPREFIX=%{buildroot} PREFIX=%{buildroot}%{_prefix}

%files 
%{_bindir}/*
%dir %{_datadir}/alien
%{_mandir}/*/*
%{_datadir}/alien/patches
/var/lib/alien
%doc README TODO

%files -n perl-Alien
%{perl_vendorlib}/Alien
%doc README TODO




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 8.89-3
+ Revision: 9c5df65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 79 |14cr|alienarena-7.65-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:	Multiplayer retro sci-fi death match game
Name:		alienarena
Version:	7.65
Release:	3
Epoch:		1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://red.planetarena.org/
Source0:	http://red.planetarena.org/files/%{name}-%{version}-linux20130207.tar.gz
Source1:	alienarena.desktop
Source2:	GPL.acebot.txt
Patch0:		alienarena-7.45-no-qglBlitFramebufferEXT.patch
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(dri)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ode)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xxf86vm)
Requires:	alienarena-data = %{EVRD}
Requires:	desktop-file-utils >= 0.9
Requires:	opengl-games-utils
Requires:	openal

%description
Alien Arena is an on-line death match game with over 30 levels, seven modes
of play, loads of mutators, built-in bots, multiple player characters and
weapons (with alt-fire modes).

%files
%doc GPL.acebot.txt
%{_bindir}/%{name}
%{_bindir}/%{name}-wrapper
%{_datadir}/applications/*.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png

#----------------------------------------------------------------------------

%package server
Summary:	Dedicated server for alienarena, the FPS game
Group:		Games/Arcade
Requires:	alienarena-data = %{EVRD}

%description server
Alien Arena is an on-line death match game with over 30 levels, seven modes
of play, loads of mutators, built-in bots, multiple player characters and
weapons (with alt-fire modes).

This is the dedicated server.

%files server
%doc COPYING
%{_bindir}/%{name}-ded
%{_bindir}/%{name}-server

#----------------------------------------------------------------------------

%package data
Summary:	Data files for Alien Arena
Group:		Games/Arcade
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description data
Data files (audio, maps, etc) for Alien Arena.

%files data
%doc README
%{_datadir}/alienarena/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .no-qglBlitFramebufferEXT

# Copy license clarification for acebot
cp -p %{SOURCE2} .

# clean up prebuilt binary files
[[ -e crx ]] && rm crded crx crx.sdl {arena,data1}/game.so

# clean up end-line encoding
[[ -e docs/README.txt ]] && sed -i 's/\r//' docs/README.txt

# So, AlienArena now "uses" openal by dlopening the library, which is hardcoded to 
# "libopenal.so". That file only lives in openal-devel, so we need to adjust the hardcoding.
LIBOPENAL=`ls %{_libdir}/libopenal.so.? | cut -d "/" -f 4`
sed -i "s|\"libopenal.so\"|\"$LIBOPENAL\"|g" source/unix/qal_unix.c

%build
export PTHREAD_LIBS="-lpthread"
export PTHREAD_CFLAGS="-pthread"
%configure2_5x --with-system-libode --without-xf86dga --with-zlib
%make

%install
%makeinstall_std
# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --dir %{buildroot}%{_datadir}/applications	\
	%{SOURCE1}

# icons
install -d -m755 %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert %{name}.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert %{name}.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
install -p %{name}.png %{buildroot}%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}/hicolor/48x48/apps/
install -p %{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# opengl checker
ln -s opengl-game-wrapper.sh %{buildroot}%{_bindir}/%{name}-wrapper
ln -s crx-ded %{buildroot}%{_bindir}/%{name}-server

# clean docs as we don't want to package them twice
rm -rf %{buildroot}%{_defaultdocdir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:7.65-3
+ Revision: 7a0e32e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 80 |14cr|alienarena-data-20120106-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Based on Fedora's package
Name:		alienarena-data
Summary:	Data files for Alien Arena 2011
Version:	20120106
Release:	3
License:	Redistributable, no modification permitted
Group:		Games/Arcade
URL:		http://icculus.org/alienarena/
# Subversion:  https://svn.icculus.org/alienarena/trunk/?sortby=date
# Upstream seems too inept to provide a simple source only tarball, so we use svn.
#   svn export svn://svn.icculus.org/alienarena/tags/7.51/ alienarena-7.51/
# These windows files are useless to us.
#   rm -rf alienarena-7.51/*.exe alienarena-7.51/*.dll alienarena-7.51/Tools/aaradiant.exe
# These bundled zips are also pretty useless.
#   rm -rf alienarena-7.51/lib_zipfiles/
# We don't want the bundled ode code.
#   rm -rf alienarena-7.51/source/unix/ode/
# arena/ botinfo/ data1/ live in the alienarena-data package
#   mkdir alienarena-data-20101216
#   mv alienarena-7.51/arena/ alienarena-7.51/botinfo/ alienarena-7.51/data1/ alienarena-data-20110323/
#   rm -f alienarena-data-20110323/{arena,data1}/game.so
# This data tarball is used for the alienarena-data package
#   tar -cvJf alienarena-data-20110323.tar.xz alienarena-data-20110323
# This source tarball is used for the alienarena package
#   tar -cvjf alienarena-7.51.tar.bz2 alienarena-7.51
Source0:	%{name}-%{version}.tar.xz
BuildArch:	noarch

%description
Data files (audio, maps, etc) for Alien Arena 2011.

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}/%{_datadir}/alienarena/
cp -ap arena botinfo data1 %{buildroot}/%{_datadir}/alienarena/

%files
%{_datadir}/alienarena/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20120106-3
+ Revision: 827492a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 81 |14cr|alienblaster-1.1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	alienblaster
%define	version 1.1.0
%define release	10
%define	Summary	Action-loaded 2D arcade shooter game

Version:	%{version}
Summary:	%{Summary}
Name:		%{name}
Release:	%mkrel %{release}
License:	GPL
Group:		Games/Arcade
Source0:	http://www.informatik.uni-bremen.de/~schwardt/alienblaster/%{name}-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
URL:		http://www.schwardtnet.de/alienblaster/
BuildRequires:	SDL_mixer-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Alien Blaster is an action-loaded 2D arcade shooter game. Your mission in the 
game is simple: stop the invasion of the aliens by blasting them. 
Simultaneous two-player mode is available.

%prep
%setup -q -n %{name}

%build
%make OPTIMIZATION="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT

install -m755 alienBlaster -D $RPM_BUILD_ROOT%{_gamesbindir}/alienBlaster.real

cat > $RPM_BUILD_ROOT%{_gamesbindir}/alienBlaster << EOF
#!/bin/bash
cd %{_gamesdatadir}/%{name}
%{_gamesbindir}/alienBlaster.real \$@
EOF
chmod 755 $RPM_BUILD_ROOT%{_gamesbindir}/alienBlaster

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Alien Blaster
Comment=%{Summary}
Exec=%{_gamesbindir}/alienBlaster
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

mkdir -p $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}
cp -R images sound cfg $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}

install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%update_menus
%endif
 
%if %mdkversion < 200900
%postun
%update_menus 
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%doc README CHANGELOG AUTHORS VERSION
%attr(0755,root,games) %{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-10
+ Revision: 4a550de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 82 |14cr|alienpool-0.2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	alienpool
%define version	0.2.0
%define release	7

Name:		%{name}
Summary:	Arcade-style mix of asteroids and pool
Version:	%{version}
Release:	%{release}
Epoch:		1
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
URL:		http://www.mkorman.org/alienpool/
Group:		Games/Arcade
BuildRoot:	%{_tmppath}/%{name}-buildroot
License:	GPLv2+
BuildRequires:	SDL-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_ttf-devel

%description
Alienpool is a space-shooter that is similar to both asteroids
and pool. Move a spaceship around the screen and shoot at aliens.
Aliens that have been shot bounce around the screen and hit other
aliens.

%prep
%setup -q

%build
%configure --bindir=%{_gamesbindir} --localstatedir=%{_localstatedir}/lib
%make

%install
rm -rf %{buildroot}
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Alien pool
Comment=Arcade-style mix of asteroids and pool
Exec=%{_gamesbindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%__install -D -m 644 %SOURCE1 %{buildroot}%{_iconsdir}/%{name}.png
%__install -D -m 644 %SOURCE2 %{buildroot}%{_miconsdir}/%{name}.png
%__install -D -m 644 %SOURCE3 %{buildroot}%{_liconsdir}/%{name}.png

%__rm -f %{buildroot}%{_datadir}/pixmaps/alienpool.xpm

%clean
%__rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr(0644,root,root,0755)
%doc README NEWS COPYING AUTHORS
%attr(2755, root, games) %{_gamesbindir}/%{name}
%attr(664, root, games) %{_localstatedir}/lib/games/*
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%{_mandir}/man6/%{name}.6*
%{_datadir}/pixmaps/%{name}-48.png
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.2.0-7
+ Revision: cda228b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 83 |14cr|alleyoop-0.9.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical frontend to Valgrind memory checker
Name:		alleyoop
Version:	0.9.8
Release:	3
License:	GPLv2+
Group:		Development/Other
URL:		http://alleyoop.sourceforge.net/

Source0:	https://sourceforge.net/projects/alleyoop/files/alleyoop/alleyoop-0.9.8/%{name}-%{version}.tar.gz

BuildRequires:	binutils-devel
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	libglade2.0-devel
BuildRequires:	valgrind
BuildRequires:	intltool
# it checks for editors
# (saispo) not needed
#BuildRequires:	emacs xemacs vim-X11
Requires(pre):	GConf2 >= 2.3.3
Requires:	valgrind

%description
Alleyoop is a graphical frontend to the Valgrind memory checker for
GNOME.

%prep
%setup -q

%build
# to guarantee that gvim can be found
export PATH="$PATH:/usr/X11R6/bin"

%configure2_5x --enable-vgstrpool=yes
%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %{makeinstall_std}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Alleyoop
Comment=%{Summary}
Exec=%{_bindir}/%{name}
Icon=development_tools_section
Terminal=false
Type=Application
Categories=Development;Debugger;

EOF

%find_lang %{name}

%preun
%preun_uninstall_gconf_schemas %{name}

%clean

%files -f %{name}.lang
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_sysconfdir}/gconf/schemas/*.schemas
%{_bindir}/*
%{_datadir}/applications/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.8-3
+ Revision: f3d85fa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 84 |14cr|alltray-0.71b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Docks any application into the system tray
Name:		alltray
Version:	0.71b
Release:	3
Group:		Graphical desktop/Other
License:	GPL
Url:		http://alltray.trausch.us/
Source0:	http://launchpad.net/alltray/old-maintenance/%{version}/+download/%{name}-%{version}.tar.gz
Patch0:		alltray-0.71a-fix_linking.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(gconf-2.0)

%description
AllTray is a program you can use on systems running the X Window System to
dock any application which doesn't have a native tray icon into the system
tray/notification area. AllTray works with many desktop environments and
window managers, including Metacity  on GNOME, KWin  on KDE  and OpenBox,
both standalone and with GNOME or KDE.

%package -n	%{libname}
Summary:	Shared library for alltray
Group:		System/Libraries

%description -n	%{libname}
Shared library for alltray.

%package -n %{develname}
Summary:	Development libraries for alltray
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development libraries for alltray.

%prep
%setup -q
%patch0 -p0

#fix .desktop file
sed -i -e 's|%{name}.png|%{name}|' -e 's|Application;|GTK;|' %{name}.desktop

%build
%configure2_5x
%make
 
%install
%makeinstall_std

%files 
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/%{name}.1*

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_libdir}/lib*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.71b-3
+ Revision: 66cd0ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 85 |14cr|almanah-0.11.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global		spellcheck 0

Name:		almanah
Version:	0.11.0
Release:	2
Summary:	Application for keeping an encrypted diary
Group:		Office
License:	GPLv3+
URL:		http://tecnocode.co.uk/projects/almanah/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/almanah/%{majorVersion}/%{name}-%{version}.tar.xz
# gtkspell still pulls in gtk2
%if 0%{?spellcheck}
BuildRequires:	pkgconfig(gtkspell-2.0)
%endif

BuildRequires:	intltool
BuildRequires:	pkgconfig
BuildRequires:	gpgme-devel
BuildRequires:	evolution-devel
BuildRequires:	desktop-file-utils 
BuildRequires:	config(gettext)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(gconf-2.0)
BuildRequires:  pkgconfig(cryptui-0.0)

%description
Almanah Diary is a small application to ease the management of an encrypted
personal diary. It's got good editing abilities, including text formatting 
and printing. Evolution tasks and appointments will be listed to ease the 
creation of diary entries related to them. At the same time, you can create
diary entries using multiple events.

%prep
%setup -q
sed -e 's/_//' \
    -e 's/=Diary/=Almanah/' \
    -i data/%{name}.desktop.in

%build
%configure2_5x \
     --enable-encryption \
%if 0%{?spellchecking}
--enable-spell-checking
%else
--disable-spell-checking
%endif
make

%install
%makeinstall_std install_sh=$(pwd)/install-sh

%find_lang %{name}

%post

%posttrans

%postun

%preun
if [ "$1" -eq 0 ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    gconftool-2 --makefile-uninstall-rule \
      %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
fi

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README ChangeLog
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/GConf/gsettings/%{name}.convert
%{_datadir}/appdata/almanah.appdata.xml
%{_datadir}/icons/hicolor/scalable/actions/almanah-tags-symbolic.svg
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.0-2
+ Revision: fb0641c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 86 |14cr|alpine-2.03-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Mail user agent
Name: alpine
Version: 2.03
Release: 2
License: Apache License
Group: Networking/Mail
Source: http://garr.dl.sourceforge.net/project/re-%{name}/re-%{name}-%{version}.tar.bz2
Patch0: alpine-2.00-string-format.patch
Patch1: alpine-2.00-link.patch
Patch2: alpine-2.00-maildir.patch
URL: http://www.washington.edu/alpine
BuildRequires: aspell
BuildRequires: pkgconfig(ncurses)
BuildRequires: pam-devel
BuildRequires: pkgconfig(openssl)
BuildRequires: libldap-devel
BuildRequires: gettext-devel
Conflicts: pine
Requires: aspell
Requires: mailcap

%description
Alpine is a tool for reading, sending, and managing e-mail and 
internet news (usenet) messages. It is the successor to Pine and 
was developed by Computing & Communications at the University of
Washington.

Though originally designed for inexperienced email users,
Alpine supports many advanced features and a large number of
configuration and personal-preference options.

This package contains re-alpine, a continuation of alpine. It is
patched to add support for maildir style mailboxes.

%prep
%setup -q -n re-%{name}-%{version}
%patch0 -p1 -b .stft
%patch1 -p0 -b .link
%patch2 -p1 -b .maildir

%build
autoreconf -fi
touch imap/ip6
%configure2_5x --without-krb5 \
           --without-tcl \
           --with-c-client-target=lfd \
           --with-spellcheck-prog=aspell \
           --with-passfile=.alpine.passfile \
           --with-system-pinerc=%{_sysconfdir}/pine.conf \
           --with-system-fixed-pinerc=%{_sysconfdir}/pine.conf.fixed

%make

%install
%makeinstall_std

install -D -m755 imap/mailutil/mailutil %{buildroot}%{_bindir}/mailutil
install -D -m755 imap/mlock/mlock %{buildroot}%{_sbindir}/mlock
install -D -m644 imap/src/mailutil/mailutil.1 %{buildroot}%{_mandir}/man1/mailutil.1

# create/touch %ghost'd files
mkdir -p %{buildroot}%{_sysconfdir}
touch %{buildroot}%{_sysconfdir}/pine.conf
touch %{buildroot}%{_sysconfdir}/pine.conf.fixed


%files
%doc README LICENSE doc/tech-notes.txt
%{_bindir}/alpine
%{_bindir}/pico
%{_bindir}/pilot
%{_bindir}/rpload
%{_bindir}/rpdump
%{_bindir}/mailutil
%attr(2755, root, mail) %{_sbindir}/mlock
%{_mandir}/man1/alpine.1*
%{_mandir}/man1/pico.1*
%{_mandir}/man1/pilot.1*
%{_mandir}/man1/rpload.1*
%{_mandir}/man1/rpdump.1*
%{_mandir}/man1/mailutil.1*
%ghost %config(noreplace) %{_sysconfdir}/pine.conf
%ghost %config(noreplace) %{_sysconfdir}/pine.conf.fixed



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.03-2
+ Revision: 83be8c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 87 |14cr|alsamixergui-0.9.0-0.14rc1_5.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta	rc1_5
%define fbeta	rc1-2

Summary:	Advanced Linux Sound Architecture (ALSA) graphical mixer
Name:		alsamixergui
Version:	0.9.0
Release:	%mkrel 0.14%{beta}.2
License:	GPL
Group:		Sound
URL:		http://www.iua.upf.es/~mdeboer/projects/alsamixergui/
Source0:	ftp://www.iua.upf.es/pub/mdeboer/projects/alsamixergui/%{name}-%{version}%{fbeta}.tar.bz2
Patch0:		alsamixergui-0.9.0rc1-fixes.patch
Patch1:		alsamixer-0.9.0rc1-2-fltk.patch
Patch2:		alsamixer-0.9.0rc1-2-fltk2.patch
Patch3:		alsamixergui-0.9.0rc1-memleak.patch
Patch4:		alsamisergui-fix-compile-gcc-3.4.patch
Patch5:		alsamixergui-0.9.0rc1-lock.patch
Patch6:		alsamixergui-0.9.0rc1-2-mdv-fix-str-fmt.patch
BuildRequires:	kernel-headers >= 2.4.0
BuildRequires:	libalsa-devel >= %{version}
BuildRequires:	fltk-devel >= 1.1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Alsamixergui is a FLTK based frontend for alsamixer. It is written
directly on top of the alsamixer source, leaving the original source
intact, only adding a couple of ifdefs, and some calls to the gui
part, so it provides exactly the same functionality, but with a 
graphical userinterface.

%prep

%setup -q -n %{name}-%{version}%{fbeta}
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p1
%patch4 -p1 -b .fix_gcc_3.4
%patch5 -p0
%patch6 -p1 -b .strfmt

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf %{buildroot}

%makeinstall_std

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=AlsaMixerGUI
Comment=%{summary}
Exec=%{name}
Icon=sound_section
Terminal=false
Type=Application
Categories=Audio;Mixer;
EOF

%if %mdkversion < 200900
%post
%update_menus
%update_desktop_database
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%clean_desktop_database
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS README
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Thu Feb 16 2012 root <root@build-client_x86_64.rosalab.ru> 0.9.0-0.14rc1_5.2
+ Revision: 69abc0b
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 88 |14cr|alsamixertest-48.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname %{name}_%{version}
%define libname %mklibname %name

Summary:		A test tool for alsa mixer implementations
Name:		    alsamixertest
Version:		48.11
Release:		4
Source0:		https://launchpad.net/~diwic/+archive/ppa/+files/%{fname}.tar.gz
License:		GPLv3
Group:		Sound
Url:		http://thread.gmane.org/gmane.comp.audio.pulseaudio.general/7542
BuildRequires:	pkgconfig(fftw3)
BuildRequires:  pkgconfig(python)

%description
A small script which tests whether the ALSA mixer lives up to PulseAudio's (and
other advanced ALSA clients) expectations. If you are familiar with dbmeasure
or dbverify by Lennart Poettering, this application's purpose is very similar,
but this one is hopefully easier to set up, more user friendly, and also tests
that the names of the volume controls are correct.

My hope is that this will aid as a debugging tool for all these
"everything below 20% of my speaker is muted, and then 21% blows my speakers"
bugs.

To use the tool, you'll need some kind of loopback. You can e g use a loopback
cable and connect that between line in and line out, or test your laptop's
internal speakers with your laptop's internal mic (just stop humming when you
do so :-) ). Just set up the recording levels appropriately.

When it is installed, run "alsamixertest -r" for a small tutorial and
"alsamixertest -h" for command line options help.

%prep
%setup -q
%apply_patches

%build
%make

%install
%makeinstall_std

%files
%{_bindir}/%{name}
%{_datadir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 48.11-4
+ Revision: f38bdfb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 89 |14cr|alsaplayer-0.99.81-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Advanced Linux Sound Architecture (ALSA) player
Name:		alsaplayer
Version:	0.99.81
Release:	4
License:	GPLv3+
Group:		Sound
Url:		http://www.alsaplayer.org/
Source0:	http://www.alsaplayer.org/%{name}-%{version}.tar.bz2
Source1:	%{name}-icons.tar.bz2
BuildRequires:	libmikmod-devel
BuildRequires:	libxosd-devel
BuildRequires:	nas-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)
Requires:	%{name}-plugin-ui-gtk

%description
Advanced Linux Sound Architecture (ALSA) utils. Modularized architecture with
support for a large range of ISA and PCI cards. Fully compatible with OSS/Lite
(kernel sound drivers), but contains many enhanced features.

%files -f %{name}.lang
%doc docs/*.txt
%doc COPYING
%{_bindir}/*
%{_datadir}/applications/*.desktop
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/*/
%{_libdir}/%{name}/input/libcdda.so
%{_libdir}/%{name}/input/libwav.so
%{_libdir}/%{name}/output/libalsa_out.so
%{_libdir}/%{name}/output/libnull_out.so
%{_libdir}/%{name}/output/liboss_out.so
%{_libdir}/%{name}/interface/libdaemon_interface.so
%{_libdir}/%{name}/interface/libtext_interface.so
%{_libdir}/%{name}/interface/libxosd_interface.so
%{_libdir}/%{name}/reader/libfile.so
%{_libdir}/%{name}/reader/libhttp.so
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_mandir}/man1/%{name}.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	AlsaPlayer shared library
Group:		System/Libraries

%description -n %{libname}
This is the shared library of AlsaPlayer.

%files -n %{libname}
%doc COPYING
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	AlsaPlayer development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This is the development part of the AlsaPlayer librairy.

%files  -n %{devname}
%doc COPYING
%doc docs/reference/html/
%{_includedir}/alsaplayer/
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/alsaplayer.pc

#----------------------------------------------------------------------------

%package plugin-input-flac
Summary:	AlsaPlayer plugin for playing FLAC audio files
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-input-flac
This plugin enables alsaplayer to play files in the lossless audio 
compression format FLAC.

%files plugin-input-flac
%doc COPYING
%{_libdir}/%{name}/input/libflac_in.so

#----------------------------------------------------------------------------

%package plugin-input-mad
Summary:	AlsaPlayer plugin
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-input-mad
This plugin enables alsaplayer to play mpeg files though the libmad library.
It currently supports MPEG-1 and the MPEG-2  extension to Lower Sampling
Frequencies, as well as the so-called MPEG 2.5 format. All three audio layers
(Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented.

%files plugin-input-mad
%doc COPYING
%{_libdir}/%{name}/input/libmad_in.so

#----------------------------------------------------------------------------

%package plugin-input-mod
Summary:	AlsaPlayer plugin for playing MOD modules
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-input-mod
This plugin enables alsaplayer to play module music files.
Supported file formats include MOD, STM, S3M, MTM, XM, ULT, and IT.

%files plugin-input-mod
%doc COPYING
%{_libdir}/%{name}/input/libmod.so

#----------------------------------------------------------------------------

%package plugin-input-sndfile
Summary:	AlsaPlayer plugin
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-input-sndfile
This plugin enables alsaplayer to play sound files such as AIFF, AU
and WAV files through the sndfile library. It can currently read 8,
16, 24 and 32-bit PCM files as well as 32-bit floating point WAV files
and a number of compressed formats.

%files plugin-input-sndfile
%doc COPYING
%{_libdir}/%{name}/input/libsndfile_in.so

#----------------------------------------------------------------------------

%package plugin-input-vorbis
Summary:	AlsaPlayer plugin
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-input-vorbis
This plugin enables alsaplayer to play ogg vorbis music files.

%files plugin-input-vorbis
%doc COPYING
%{_libdir}/%{name}/input/libvorbis_in.so

#----------------------------------------------------------------------------

%package plugin-output-jack
Summary:	AlsaPlayer for the jack sound server
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-output-jack
This plugin enables alsaplayer to play music with the jack daemon.

%files plugin-output-jack
%doc COPYING
%{_libdir}/%{name}/output/libjack_out.so

#----------------------------------------------------------------------------

%package plugin-output-esound
Summary:	AlsaPlayer plugin
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-output-esound
This plugin enables alsaplayer to play music with the esound daemon.

%files plugin-output-esound
%doc COPYING
%{_libdir}/%{name}/output/libesound_out.so

#----------------------------------------------------------------------------

%package plugin-output-nas
Summary:	AlsaPlayer NAS output plugin
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-output-nas
This plugin enables alsaplayer to play music with the NAS daemon.

%files plugin-output-nas
%doc COPYING
%{_libdir}/%{name}/output/libnas_out.so

#----------------------------------------------------------------------------

%package plugin-ui-gtk
Summary:	AlsaPlayer UI plugin
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-ui-gtk
This plugin adds a nice graphical interface to alsaplayer.

%files plugin-ui-gtk
%doc COPYING
%{_libdir}/%{name}/interface/libgtk2_interface.so

#----------------------------------------------------------------------------

%package plugin-scopes
Summary:	AlsaPlayer graphical scopes
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-scopes
This plugin adds some nice graphical visualization plugins (scopes).

%files plugin-scopes
%doc COPYING
%{_libdir}/%{name}/scopes2

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%define _disable_ld_no_undefined 1
%configure2_5x \
	--enable-alsa \
	--enable-esd \
	--disable-debug \
	--enable-oggvorbis \
	--enable-gtk2
%make

%install
%makeinstall_std
#clean unpackaged files:
rm -rf %{buildroot}%{_datadir}/doc/alsaplayer

tar xfj %{SOURCE1} -C %{buildroot}%{_datadir}
# fix permissions:
chmod 755 docs/reference/html

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99.81-4
+ Revision: 13f69f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 90 |14cr|altermime-0.3.10-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname altermime %{major}
%define devname %mklibname altermime -d

Summary:	Allows you to modify mailpacks
Name:		altermime
Version:	0.3.10
Release:	7
License:	BSD
Group:		Networking/Mail
URL:		http://www.pldaniels.com/altermime/
Source0:	http://www.pldaniels.com/altermime/%{name}-%{version}.tar.gz
Patch0:		altermime-0.3.7-shared.diff
BuildRequires:	libtool

%description
alterMIME is a small program which is used to alter your mime-encoded
emailpacks as typically received by Inflex, XaMime and AMaViS.

alterMIME will allow you to put in things like disclaimers in each email's
text body, and also permit you to nullify (make into a zero-byte) attachments.

%files
%doc CHANGELOG LICENCE README
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared %{name} library
Group:		System/Libraries

%description -n %{libname}
alterMIME is a small program which is used to alter your mime-encoded
emailpacks as typically received by Inflex, XaMime and AMaViS.

alterMIME will allow you to put in things like disclaimers in each email's
text body, and also permit you to nullify (make into a zero-byte) attachments.

%files -n %{libname}
%{_libdir}/libaltermime.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the %{name} library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
alterMIME is a small program which is used to alter your mime-encoded
emailpacks as typically received by Inflex, XaMime and AMaViS.

alterMIME will allow you to put in things like disclaimers in each email's
text body, and also permit you to nullify (make into a zero-byte) attachments.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/libaltermime.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%serverbuild

%make RPM_OPT_FLAGS="%{optflags} -fPIC -D_REENTRANT -I." libdir=%{_libdir} LDFLAGS="%{ldflags}"

%install
%makeinstall_std \
	bindir=%{_bindir} \
	libdir=%{_libdir} \
	includedir=%{_includedir}/%{name} \


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.10-7
+ Revision: b857da7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 91 |14cr|alure-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define libnamedev %mklibname %{name} -d
%define libnamedevst %mklibname %{name} -d -s

Name:		alure
Summary:	Audio Library Tools REloaded
Group:		System/Libraries
Version:	1.2
Release:	3
License:	LGPLv2+
URL:		http://kcat.strangesoft.net/alure.html
Source0:	http://kcat.strangesoft.net/%{name}-releases/%{name}-%{version}.tar.bz2
Patch0:		alure-gcc47.patch
BuildRequires:	cmake
BuildRequires:	dumb-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(openal)

%description
ALURE is a utility library to help manage common tasks with OpenAL 
applications. This includes device enumeration and initialization, 
file loading, and streaming.


#------------------------------------------------------------------------------
%package -n %{libname}
Summary:	%{name} library
Group:		System/Libraries

%files -n %{libname}
%{_libdir}/libalure.so.%{major}*

%description -n %{libname}
Libraries needed by %{name}.

ALURE is a utility library to help manage common tasks with OpenAL 
applications. This includes device enumeration and initialization, 
file loading, and streaming.


#------------------------------------------------------------------------------
%package -n %{libnamedev}
Summary:	Alure development files
Group:		Development/C++
License:	LGPLv2+,GPLv2+
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{libnamedev}
Libraries and header files to develop applications that use %{name}.

ALURE is a utility library to help manage common tasks with OpenAL 
applications. This includes device enumeration and initialization, 
file loading, and streaming.

%files -n %{libnamedev}
%doc COPYING
%{_docdir}/%{name}
%{_includedir}/AL
%{_libdir}/libalure.so
%{_libdir}/pkgconfig/alure*.pc


#------------------------------------------------------------------------------
%package -n %{libnamedevst}
Summary:	Alure static library
Group:		Development/C++
License:	LGPLv2+,GPLv2+
Requires:	%{libnamedev} = %{version}-%{release}

%description -n %{libnamedevst}
Static library file to develop applications that use %{name}.

ALURE is a utility library to help manage common tasks with OpenAL
applications. This includes device enumeration and initialization,
file loading, and streaming.

%files -n %{libnamedevst}
%{_libdir}/libalure-static.a


#------------------------------------------------------------------------------
%prep
%setup -q
%patch0 -p0

%build
%cmake

%install
%makeinstall_std -C build

%files
%{_bindir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-3
+ Revision: 61c5404
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 92 |14cr|amanda-3.3.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

# new perl policy
%if %{_use_internal_dependency_generator}
%define __noautoprov 'perl\\(Math::BigInt\\)'
%else
%define _provides_exceptions perl(Math::BigInt)
%endif

%define defconfig DailySet1
%define indexserver amandahost
%define tapeserver %{indexserver}
%define amanda_user amandabackup
%define amanda_group disk

Summary:	A network-capable tape backup solution

Name:		amanda
Version:	3.3.5
Release:	5
License:	BSD
Group:		Archiving/Backup
Url:		http://www.amanda.org
Source0:	http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz
Source1:	amanda.crontab
Source4:	disklist
Source5:	amanda-xinetd
Source8:	amandahosts
# filter server spcific permits
Source100:	%{name}.rpmlintrc
Patch2:		amanda-3.1.1-xattrs.patch
Patch3:		amanda-3.1.1-tcpport.patch
Patch6:		amanda-3.2.0-config-dir.patch
Patch11:	amanda-3.3.0-kerberos5-deprecated.patch
BuildRequires:	dump
BuildRequires:	gnuplot
BuildRequires:	cups
BuildRequires:	samba-client
BuildRequires:	krb5-devel
BuildRequires:	netkit-rsh
BuildRequires:	openssh-clients
BuildRequires:	ncompress mtx mt-st
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::Embed)
BuildRequires:	perl(Test::Simple)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	swig
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	readline-devel
BuildRequires:	gettext-devel
BuildRequires:	tirpc-devel

Requires(pre):	shadow-utils
Requires:	xinetd
%rename		amanda-devel

%description
AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a
backup system that allows the administrator of a LAN to set up a
single master backup server to back up multiple hosts to one or more
tape drives or disk files.  AMANDA uses native dump and/or GNU tar
facilities and can back up a large number of workstations running
multiple versions of Unix.  Newer versions of AMANDA (including this
version) can use SAMBA to back up Microsoft(TM) Windows95/NT hosts.
The amanda package contains the core AMANDA programs and will need to
be installed on both AMANDA clients and AMANDA servers.  Note that you
will have to install the amanda-client and/or amanda-server packages as
well.

%files
%doc COPYRIGHT* NEWS README
%config(noreplace) %{_sysconfdir}/xinetd.d/amanda
%dir %{_libexecdir}/amanda
%{_libexecdir}/amanda/amandad
%{_libexecdir}/amanda/amanda-sh-lib.sh
%{_libexecdir}/amanda/amcat.awk
%{_libexecdir}/amanda/amndmjob
%{_libexecdir}/amanda/amplot.awk
%{_libexecdir}/amanda/amplot.g
%{_libexecdir}/amanda/amplot.gp
%{_libexecdir}/amanda/ndmjob

%{_sbindir}/amandad
%{_sbindir}/amaespipe
%{_sbindir}/amarchiver
%{_sbindir}/amcrypt
%{_sbindir}/amcrypt-ossl
%{_sbindir}/amcrypt-ossl-asym
%{_sbindir}/amcryptsimple
%{_sbindir}/amgetconf
%{_sbindir}/amgpgcrypt
%{_sbindir}/amplot

%{perl_vendorarch}/Amanda/Archive.pm
%{perl_vendorarch}/Amanda/BigIntCompat.pm
%{perl_vendorarch}/Amanda/ClientService.pm
%{perl_vendorarch}/Amanda/Config.pm
%{perl_vendorarch}/Amanda/Config/
%{perl_vendorarch}/Amanda/Constants.pm
%{perl_vendorarch}/Amanda/Debug.pm
# Extract.pm
%{perl_vendorarch}/Amanda/Extract.pm
#
%{perl_vendorarch}/Amanda/Feature.pm
%{perl_vendorarch}/Amanda/Header.pm
%{perl_vendorarch}/Amanda/IPC
%{perl_vendorarch}/Amanda/MainLoop.pm
%{perl_vendorarch}/Amanda/NDMP.pm
%{perl_vendorarch}/Amanda/Paths.pm
%{perl_vendorarch}/Amanda/Process.pm
%{perl_vendorarch}/Amanda/Script_App.pm
%{perl_vendorarch}/Amanda/Script.pm
%{perl_vendorarch}/Amanda/Tests.pm
%{perl_vendorarch}/Amanda/Util.pm
%{perl_vendorarch}/Amanda/Xfer.pm
%{perl_vendorarch}/auto/Amanda/Archive/
%{perl_vendorarch}/auto/Amanda/Config/
%{perl_vendorarch}/auto/Amanda/Debug/
%{perl_vendorarch}/auto/Amanda/Feature/
%{perl_vendorarch}/auto/Amanda/Header/
%{perl_vendorarch}/auto/Amanda/IPC/
%{perl_vendorarch}/auto/Amanda/MainLoop/
%{perl_vendorarch}/auto/Amanda/NDMP/
%{perl_vendorarch}/auto/Amanda/Tests/
%{perl_vendorarch}/auto/Amanda/Util/
%{perl_vendorarch}/auto/Amanda/Xfer/

%{_mandir}/man5/amanda-archive-format.5*
%{_mandir}/man7/amanda-compatibility.7*
%{_mandir}/man5/amanda.conf*
%{_mandir}/man7/amanda-auth.7*
%{_mandir}/man7/amanda-match.7*
%{_mandir}/man7/amanda-scripts.7*
%{_mandir}/man8/amanda.8*
%{_mandir}/man8/amarchiver.8*
%{_mandir}/man8/amplot.8*
%{_mandir}/man8/script-email.8*
%{_mandir}/man8/amaespipe.8*
%{_mandir}/man8/amcrypt-ossl-asym.8*
%{_mandir}/man8/amcrypt-ossl.8*
%{_mandir}/man8/amcryptsimple.8*
%{_mandir}/man8/amcrypt.8*
%{_mandir}/man8/amgpgcrypt.8*
%{_mandir}/man8/amgetconf.8*

%dir %{_sysconfdir}/amanda/
%dir %{_sysconfdir}/amanda/%{defconfig}

%attr(-,%{amanda_user},%{amanda_group}) %dir %{_localstatedir}/lib/amanda/
%attr(600,%{amanda_user},%{amanda_group}) %config(noreplace) %{_localstatedir}/lib/amanda/.amandahosts
%attr(02700,%{amanda_user},%{amanda_group}) %dir %{_var}/log/amanda

%pre
/usr/sbin/useradd -M -N -g %{amanda_group} -o -r -d %{_localstatedir}/lib/amanda -s /bin/bash \
	-c "Amanda user" -u 33 %{amanda_user} >/dev/null 2>&1 || :
/usr/bin/gpasswd -a %{amanda_user} tape >/dev/null 2>&1 || :

%post
[ -f %{_var}/lock/subsys/xinetd ] && /sbin/service xinetd reload > /dev/null 2>&1 || :

%postun
[ -f %{_var}/lock/subsys/xinetd ] && /sbin/service xinetd reload > /dev/null 2>&1 || :

#----------------------------------------------------------------------------

%package	client
Summary:	The client component of the AMANDA tape backup system

Group:		Archiving/Backup
Requires:	amanda = %{EVRD}

%description	client
The Amanda-client package should be installed on any machine that will
be backed up by AMANDA (including the server if it also needs to be
backed up).  You will also need to install the amanda package on each
AMANDA client machine.

%files client
%doc COPYRIGHT* NEWS README
%dir %{_libexecdir}/amanda/application/
%attr(4750,root,%{amanda_group}) %{_libexecdir}/amanda/application/amgtar
%attr(4750,root,%{amanda_group}) %{_libexecdir}/amanda/application/amstar
%{_libexecdir}/amanda/application/amlog-script
%{_libexecdir}/amanda/application/ampgsql
%{_libexecdir}/amanda/application/amraw
%{_libexecdir}/amanda/application/amsamba
%{_libexecdir}/amanda/application/amsuntar
%{_libexecdir}/amanda/application/amzfs-sendrecv
%{_libexecdir}/amanda/application/amzfs-snapshot
%{_libexecdir}/amanda/application/script-email

%attr(4750,root,%{amanda_group}) %{_libexecdir}/amanda/calcsize
%attr(4750,root,%{amanda_group}) %{_libexecdir}/amanda/killpgrp
%{_libexecdir}/amanda/noop
%{_libexecdir}/amanda/patch-system
%attr(4750,root,%{amanda_group}) %{_libexecdir}/amanda/rundump
%attr(4750,root,%{amanda_group}) %{_libexecdir}/amanda/runtar
%{_libexecdir}/amanda/selfcheck
%{_libexecdir}/amanda/sendbackup
%{_libexecdir}/amanda/sendsize
%{_libexecdir}/amanda/teecount
%{_sbindir}/amdump_client
%{_sbindir}/amoldrecover
%{_sbindir}/amrecover

%{_mandir}/man7/amanda-applications.7*
%{_mandir}/man8/amdump_client.8*
%{_mandir}/man5/amanda-client.conf.5*
%{_mandir}/man8/amgtar.8*
%{_mandir}/man8/ampgsql.8*
%{_mandir}/man8/amraw.8*
%{_mandir}/man8/amrecover.8*
%{_mandir}/man8/amsamba.8*
%{_mandir}/man8/amstar.8*
%{_mandir}/man8/amsuntar.8*
%{_mandir}/man8/amzfs-sendrecv.8*
%{_mandir}/man8/amzfs-snapshot.8*

%{perl_vendorarch}/Amanda/Application.pm
%{perl_vendorarch}/Amanda/Application/
%{perl_vendorarch}/auto/Amanda/Application/

%config(noreplace) %{_sysconfdir}/amanda/%{defconfig}/amanda-client.conf
%config(noreplace) %{_sysconfdir}/amanda/%{defconfig}/amanda-client-postgresql.conf

%attr(-,%{amanda_user},%{amanda_group}) %config(noreplace) %{_localstatedir}/lib/amanda/amandates
%attr(-,%{amanda_user},%{amanda_group}) %{_localstatedir}/lib/amanda/gnutar-lists/

#----------------------------------------------------------------------------

%package	server
Summary:	The server side of the AMANDA tape backup system

Group:		Archiving/Backup
Requires:	amanda = %{EVRD}

%description server
The amanda-server package should be installed on the AMANDA server,
the machine attached to the device(s) (such as a tape drive) where backups
will be written. You will also need to install the amanda package on
the AMANDA server machine.  And, if the server is also to be backed up, the
server also needs to have the amanda-client package installed.

%files server
%doc COPYRIGHT* NEWS README
%{_libexecdir}/amanda/amdumpd
%{_libexecdir}/amanda/amcheck-device
%{_libexecdir}/amanda/amidxtaped
%{_libexecdir}/amanda/amindexd
%{_libexecdir}/amanda/amlogroll
%{_libexecdir}/amanda/amtrmidx
%{_libexecdir}/amanda/amtrmlog
%{_libexecdir}/amanda/driver
%attr(4750,root,%{amanda_group}) %{_libexecdir}/amanda/dumper
%{_libexecdir}/amanda/chg-disk
%{_libexecdir}/amanda/chg-lib.sh
%{_libexecdir}/amanda/chg-manual
%{_libexecdir}/amanda/chg-multi
%{_libexecdir}/amanda/chg-zd-mtx
%{_libexecdir}/amanda/chunker
%attr(4750,root,%{amanda_group}) %{_libexecdir}/amanda/planner
%{_libexecdir}/amanda/taper
%{_sbindir}/activate-devpay
%{_sbindir}/amaddclient
%{_sbindir}/amcleanupdisk
%{_sbindir}/amadmin
%{_sbindir}/amcleanup
%{_sbindir}/amdevcheck
%{_sbindir}/amdump
%{_sbindir}/amfetchdump
%{_sbindir}/amflush
%attr(4750,root,%{amanda_group}) %{_sbindir}/amcheck
%{_sbindir}/amcheckdb
%{_sbindir}/amcheckdump
%{_sbindir}/amlabel
%{_sbindir}/amoverview
%{_sbindir}/amreport
%{_sbindir}/amrestore
%{_sbindir}/amrmtape
%{_sbindir}/amserverconfig
%attr(4750,root,%{amanda_group}) %{_sbindir}/amservice
%{_sbindir}/amstatus
%{_sbindir}/amtape
%{_sbindir}/amtapetype
%{_sbindir}/amtoc
%{_sbindir}/amvault

%{_mandir}/man5/disklist.5*
%{_mandir}/man5/tapelist.5*
%{_mandir}/man7/amanda-devices.7*
%{_mandir}/man7/amanda-changers.7*
%{_mandir}/man7/amanda-interactivity.7*
%{_mandir}/man7/amanda-taperscan.7*
%{_mandir}/man8/amaddclient.8*
%{_mandir}/man8/amcleanupdisk.8.*
%{_mandir}/man8/amadmin.8*
%{_mandir}/man8/amcleanup.8*
%{_mandir}/man8/amdevcheck.8*
%{_mandir}/man8/amdump.8*
%{_mandir}/man8/amfetchdump.8*
%{_mandir}/man8/amflush.8*
%{_mandir}/man8/amcheckdb.8*
%{_mandir}/man8/amcheckdump.8*
%{_mandir}/man8/amcheck.8*
%{_mandir}/man8/amlabel.8*
%{_mandir}/man8/amoverview.8*
%{_mandir}/man8/amreport.8*
%{_mandir}/man8/amrestore.8*
%{_mandir}/man8/amrmtape.8*
%{_mandir}/man8/amserverconfig.8*
%{_mandir}/man8/amservice.8*
%{_mandir}/man8/amstatus.8*
%{_mandir}/man8/amtapetype.8*
%{_mandir}/man8/amtape.8*
%{_mandir}/man8/amtoc.8*
%{_mandir}/man8/amvault.8*

%{perl_vendorarch}/Amanda/Cmdline.pm
%{perl_vendorarch}/Amanda/Curinfo/
%{perl_vendorarch}/Amanda/Curinfo.pm
%{perl_vendorarch}/Amanda/DB/
%{perl_vendorarch}/Amanda/Device.pm
%{perl_vendorarch}/Amanda/Disklist.pm
%{perl_vendorarch}/Amanda/Holding.pm
%{perl_vendorarch}/Amanda/Changer/
%{perl_vendorarch}/Amanda/Changer.pm
%{perl_vendorarch}/Amanda/Interactivity/
%{perl_vendorarch}/Amanda/Interactivity.pm
%{perl_vendorarch}/Amanda/Logfile.pm
%{perl_vendorarch}/Amanda/Recovery/
%{perl_vendorarch}/Amanda/Report/
%{perl_vendorarch}/Amanda/Report.pm
%{perl_vendorarch}/Amanda/ScanInventory.pm
%{perl_vendorarch}/Amanda/Tapelist.pm
%{perl_vendorarch}/Amanda/Taper/
%{perl_vendorarch}/Amanda/XferServer.pm
%{perl_vendorarch}/auto/Amanda/Cmdline/
%{perl_vendorarch}/auto/Amanda/Device/
%{perl_vendorarch}/auto/Amanda/Disklist/
%{perl_vendorarch}/auto/Amanda/Logfile/
%{perl_vendorarch}/auto/Amanda/Tapelist/
%{perl_vendorarch}/auto/Amanda/XferServer/

%config(noreplace) %{_sysconfdir}/amanda/crontab.sample
%config(noreplace) %{_sysconfdir}/amanda/%{defconfig}/*
%exclude %{_sysconfdir}/amanda/%{defconfig}/amanda-client.conf
%exclude %{_sysconfdir}/amanda/%{defconfig}/amanda-client-postgresql.conf

%attr(-,%{amanda_user},%{amanda_group}) %dir %{_localstatedir}/lib/amanda/%{defconfig}/
%attr(-,%{amanda_user},%{amanda_group}) %dir %{_localstatedir}/lib/amanda/%{defconfig}/index
%attr(-,%{amanda_user},%{amanda_group}) %dir %{_localstatedir}/lib/amanda/template.d
%attr(-,%{amanda_user},%{amanda_group}) %config(noreplace) %{_localstatedir}/lib/amanda/template.d/*

#----------------------------------------------------------------------------

%define libamanda %mklibname amanda %{version}

%package -n	%{libamanda}
Summary:	Amanda libamanda library

Group:		System/Libraries

%description -n	%{libamanda}
Amanda libamanda library.

%files -n %{libamanda}
%doc COPYRIGHT* NEWS README
%{_libdir}/libamanda-%{version}.so
%{_libdir}/libamanda.so

#----------------------------------------------------------------------------

%define libamandad %mklibname amandad %{version}

%package -n	%{libamandad}
Summary:	Amanda libamandad library

Group:		System/Libraries

%description -n	%{libamandad}
Amanda libamandad library.

%files -n %{libamandad}
%doc COPYRIGHT* NEWS README
%{_libdir}/libamandad-%{version}.so
%{_libdir}/libamandad.so

#----------------------------------------------------------------------------

%define libamar %mklibname amar %{version}

%package -n	%{libamar}
Summary:	Amanda libamar library

Group:		System/Libraries

%description -n	%{libamar}
Amanda libamar library.

%files -n %{libamar}
%doc COPYRIGHT* NEWS README
%{_libdir}/libamar-%{version}.so
%{_libdir}/libamar.so

#----------------------------------------------------------------------------

%define libamglue %mklibname amglue %{version}

%package -n	%{libamglue}
Summary:	Amanda libamglue library

Group:		System/Libraries

%description -n	%{libamglue}
Amanda libamglue library.

%files -n %{libamglue}
%doc COPYRIGHT* NEWS README
%{_libdir}/libamglue-%{version}.so
%{_libdir}/libamglue.so

#----------------------------------------------------------------------------

%define libamxfer %mklibname amxfer %{version}

%package -n	%{libamxfer}
Summary:	Amanda libamxfer library

Group:		System/Libraries

%description -n	%{libamxfer}
Amanda libamxfer library.

%files -n %{libamxfer}
%doc COPYRIGHT* NEWS README
%{_libdir}/libamxfer-%{version}.so
%{_libdir}/libamxfer.so

#----------------------------------------------------------------------------

%define libndmjob %mklibname ndmjob %{version}

%package -n	%{libndmjob}
Summary:	Amanda libndmjob library

Group:		System/Libraries

%description -n	%{libndmjob}
Amanda libndmjob library.

%files -n %{libndmjob}
%doc COPYRIGHT* NEWS README
%{_libdir}/libndmjob-%{version}.so
%{_libdir}/libndmjob.so

#----------------------------------------------------------------------------

%define libndmlib %mklibname ndmlib %{version}

%package -n	%{libndmlib}
Summary:	Amanda libndmlib library

Group:		System/Libraries

%description -n	%{libndmlib}
Amanda libndmlib library.

%files -n %{libndmlib}
%doc COPYRIGHT* NEWS README
%{_libdir}/libndmlib-%{version}.so
%{_libdir}/libndmlib.so

#----------------------------------------------------------------------------

%define libamdevice %mklibname amdevice %{version}

%package -n	%{libamdevice}
Summary:	Amanda libamdevice library

Group:		System/Libraries

%description -n	%{libamdevice}
Amanda libamdevice library.

%files -n %{libamdevice}
%doc COPYRIGHT* NEWS README
%{_libdir}/libamdevice-%{version}.so
%{_libdir}/libamdevice.so

#----------------------------------------------------------------------------

%define libamserver %mklibname amserver %{version}

%package -n	%{libamserver}
Summary:	Amanda libamserver library

Group:		System/Libraries

%description -n	%{libamserver}
Amanda libamserver library.

%files -n %{libamserver}
%doc COPYRIGHT* NEWS README
%{_libdir}/libamserver-%{version}.so
%{_libdir}/libamserver.so

#----------------------------------------------------------------------------

%define libamclient %mklibname amclient %{version}

%package -n	%{libamclient}
Summary:	Amanda libamclient library

Group:		System/Libraries

%description -n	%{libamclient}
Amanda libamclient library.

%files -n %{libamclient}
%doc COPYRIGHT* NEWS README
%{_libdir}/libamclient-%{version}.so
%{_libdir}/libamclient.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch2 -p1 -b .xattrs~
%patch3 -p1 -b .tcpport~
%patch6 -p1 -b .config~
%patch11 -p1 -b .krb5_deprecated~
#./autogen
autoreconf -fi

%build
%serverbuild_hardened
export LDFLAGS="%{optflags} -ltirpc"
export MAILER=/bin/mail
export CONFIGURE_XPATH=""
%configure2_5x \
	--enable-shared \
	--disable-rpath \
	--disable-static \
	--disable-installperms \
	--program-prefix=%{?_program_prefix} \
	--with-amdatadir=%{_localstatedir}/lib/amanda \
	--with-amlibdir=%{_libdir} \
	--with-amperldir=%{perl_vendorarch} \
	--with-index-server=%{indexserver} \
	--with-tape-server=%{tapeserver} \
	--with-config=%{defconfig} \
	--with-gnutar-listdir=%{_localstatedir}/lib/amanda/gnutar-lists \
	--with-smbclient=%{_bindir}/smbclient \
	--with-amandates=%{_localstatedir}/lib/amanda/amandates \
	--with-amandahosts \
	--with-user=%{amanda_user} \
	--with-group=%{amanda_group} \
	--with-tmpdir=%{_var}/log/amanda \
	--with-gnutar=/bin/tar \
	--with-ssh-security \
	--with-rsh-security \
	--with-bsdtcp-security \
	--with-bsdudp-security \
	--with-krb5-security

%make

%install
%makeinstall_std BINARY_OWNER=%(id -un) SETUID_GROUP=%(id -gn)

install -m644 %{SOURCE5} -D %{buildroot}%{_sysconfdir}/xinetd.d/amanda
mkdir -p %{buildroot}%{_var}/log/amanda
install -m600 %{SOURCE8} -D %{buildroot}%{_localstatedir}/lib/amanda/.amandahosts

ln -s %{_libexecdir}/amanda/amandad %{buildroot}%{_sbindir}/amandad

mkdir -p %{buildroot}%{_sysconfdir}/amanda
mv %{buildroot}%{_localstatedir}/lib/amanda/example %{buildroot}%{_sysconfdir}/amanda/%{defconfig}
install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/amanda/crontab.sample
install -m644 %{SOURCE4} -D %{buildroot}%{_sysconfdir}/amanda/%{defconfig}
rm -f %{buildroot}%{_sysconfdir}/amanda/%{defconfig}/xinetd*
rm -f %{buildroot}%{_sysconfdir}/amanda/%{defconfig}/inetd*

mkdir -p %{buildroot}%{_localstatedir}/lib/amanda/gnutar-lists
mkdir -p %{buildroot}%{_localstatedir}/lib/amanda/%{defconfig}/index
touch %{buildroot}%{_localstatedir}/lib/amanda/amandates

rm -rf %{buildroot}%{_datadir}/amanda


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.5-5
+ Revision: 1dfd676
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 93 |14cr|amaya-11.4.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define system_libwww	0
%{?_with_system_libwww:	%global system_libwww 1}

Summary:	Web Browser/Editor from the World Wide Web Consortium
Name:		amaya
Version:	11.4.4
Release:	5
License:	W3C License
Group:		Networking/WWW
Url:		http://www.w3.org/Amaya/
Source0:	http://www.w3.org/Amaya/Distribution/amaya-fullsrc-%{version}.tgz
Source1:	%{name}.1.bz2
#2010-01-06
Source10:	http://www.w3.org/Amaya/Distribution/Dutch.tgz
Source11:	http://www.w3.org/Amaya/Distribution/English.tgz
Source12:	http://www.w3.org/Amaya/Distribution/French.tgz
Source13:	http://www.w3.org/Amaya/Distribution/German.tgz
Source14:	http://www.w3.org/Amaya/Distribution/Italian.tgz
Source15:	http://www.w3.org/Amaya/Distribution/Spanish.tgz
Source16:	http://www.w3.org/Amaya/Distribution/Swedish.tgz
Patch0:		amaya-11.4.4-dso.patch
Patch1:		amaya-11.4.4-gzfile.patch
Patch2:		amaya-11.4.4-libpng15.patch
Patch3:		amaya-11.4.4-desktop.patch
Patch4:		amaya-11.4.4-gcc4.8.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	jpeg-devel
BuildRequires:	libstdc++-devel
%if %{system_libwww}
BuildRequires:	w3c-libwww-devel
%else
BuildConflicts:	w3c-libwww-devel
%endif
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(imlib)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(raptor)
BuildRequires:	pkgconfig(redland)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
Amaya is a complete Web authoring tool with some browsing funtionalities
and comes equipped with a WYSIWYG style of interface, similar to that of
the most popular commercial browsers. With such an interface, users do not
need to well know the HTML, MathML or CSS languages.

This graphical HTML Editor supports many of the latest draft standards
for HTML/XHTML.

%files
%doc Amaya/README* Amaya/amaya/COPYRIGHT*
%{_libdir}/Amaya
%{_mandir}/man1/%{name}.*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n Amaya -c
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p0
%patch4 -p1

%build
# use system mesa
rm -f Mesa/Makefile

mkdir Amaya/WX
cd Amaya/WX

ln -s ../configure ./configure
%configure2_5x \
	--enable-system-raptor \
	--enable-system-wx \
	--prefix=%{_libdir}
cp Options.orig Options
make

%install
cd Amaya/WX
mkdir -p %{buildroot}%{_prefix}
%makeinstall_std

mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}/
	ln -sf ../..%{_libdir}/Amaya/wx/bin/amaya amaya
popd

# install .desktop file, pixmap etc
./script_install_gnomekde ./bin %{buildroot}%{_datadir} %{_datadir}

# install man pages
mkdir -p %{buildroot}%{_mandir}/man1
bzcat %{SOURCE1} > %{buildroot}%{_mandir}/man1/%{name}.1

# install dictionaries
cp %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} %{SOURCE15} %{SOURCE16} %{buildroot}%{_libdir}/Amaya/dicopar/
pushd %{buildroot}%{_libdir}/Amaya/dicopar/
gunzip *.tgz
for tarfile in *.tar
do
	tar xf $tarfile
done
rm -f *.tar
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.4.4-5
+ Revision: 9ad684b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 94 |14cr|amd-2.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define NAME 		AMD
%define major 		%{version}
%define libname 	%mklibname %{name} %{major}
%define develname 	%mklibname %{name} -d

Name:		amd
Version:	2.3.1
Release:	2
Epoch:		1
Summary:	Routines for permuting sparse matricies prior to factorization
Group:		System/Libraries
License:	LGPL
URL:		http://www.cise.ufl.edu/research/sparse/amd/
Source0:	http://www.cise.ufl.edu/research/sparse/amd/%{NAME}-%{version}.tar.gz
BuildRequires:	suitesparse-common-devel >= 4.0.0

%description
AMD provides a set of routines for permuting sparse matricies prior to
Cholesky factorization (or LU factorization with diagonal pivoting).

%package -n %{libname}
Summary:	Library of routines for permuting sparse matricies prior to factorization
Group:		System/Libraries
Obsoletes:	%{_lib}amd2 < 1:2.3.0

%description -n %{libname}
AMD provides a set of routines for permuting sparse matricies prior to
Cholesky factorization (or LU factorization with diagonal pivoting).

This package contains the library needed to run programs dynamically
linked against %{NAME}.

%package -n %{develname}
Summary:	C routines for permuting sparse matricies prior to factorization
Group:		Development/C
Requires:	suitesparse-common-devel >= 3.0.0
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}amd2-devel < 1:2.3.0

%description -n %{develname}
AMD provides a set of routines for permuting sparse matricies prior to
Cholesky factorization (or LU factorization with diagonal pivoting).

This package contains the files needed to develop applications that 
use %{NAME}.

%prep
%setup -q -c -n %{name}-%{version}
cd %{NAME}
find . -perm 640 | xargs chmod 644
mkdir ../SuiteSparse_config
ln -sf %{_includedir}/suitesparse/SuiteSparse_config.* ../SuiteSparse_config

%build
cd %{NAME}
pushd Lib
    %make -f GNUmakefile CC=%__cc CFLAGS="%{optflags} -fPIC -I%{_includedir}/suitesparse" INC=
    %__cc -shared -Wl,-soname,lib%{name}.so.%{major} -o lib%{name}.so.%{version} -lm *.o
popd

%install
cd %{NAME}
%__install -d -m 755 %{buildroot}%{_libdir}
%__install -d -m 755 %{buildroot}%{_includedir}/suitesparse

for f in Lib/*.so*; do
    %__install -m 755 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Lib/*.a; do
    %__install -m 644 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Include/*.h; do
    %__install -m 644 $f %{buildroot}%{_includedir}/suitesparse/`basename $f`
done

%__ln_s lib%{name}.so.%{version} %{buildroot}%{_libdir}/lib%{name}.so

%__install -d -m 755 %{buildroot}%{_docdir}/%{name}
%__install -m 644 README.txt Doc/*.txt Doc/*.pdf Doc/ChangeLog Doc/License %{buildroot}%{_docdir}/%{name}

%files -n %{libname}
%attr(755,root,root) %{_libdir}/*.so.*

%files -n %{develname}
%{_docdir}/%{name}
%{_includedir}/suitesparse/*.h
%{_libdir}/*.so
%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.3.1-2
+ Revision: 5fd53e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 95 |14cr|amd-xvba-devel-0.74-1.404002
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		amd-xvba-devel
Summary:	X-Video Bitstream Acceleration SDK by AMD
Version:	0.74
Release:	1.404002
Group:		Development/C
Source0:	http://developer.amd.com/Downloads/xvba-sdk-0.74-404001.tar.gz
URL:		http://developer.amd.com
License:	BSD
BuildArch:	noarch
Requires:	fglrx-devel

%description
This package contains the AMD Embedded Solutions X-Video Bitstream
Acceleration software development kit for Linux.

This software is being released with no warranty or support for the
general public. AMD Embedded Solutions customers may contact their
support representative for technical inquiries. Please reference the
accompanying LICENSE for terms and conditions.

Limited testing has been conducted on RS780, E4690, HD5770, and G-Series.

%prep
%setup -c -q

%build

%install
install -m 644 -D include/amdxvba.h %{buildroot}%{_includedir}/amdxvba.h

%files
%{_includedir}/amdxvba.h
%doc LICENSE README doc/*.pdf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.74-1.404002
+ Revision: a201185
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 96 |14cr|amide-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Program for viewing and analyzing medical image data sets
Name:		amide
Version:	1.0.5
Release:	2
License:	GPLv2+
Group:		Graphics
Url:		http://amide.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz

BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	dcmtk-devel
BuildRequires:	ffmpeg-devel >= 2.1
BuildRequires:	volpack-devel
BuildRequires:	xmedcon-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(libgnomecanvas-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%description
AMIDE is a tool for viewing and analyzing medical image data sets.
It's capabilities include the simultaneous handling of multiple data
sets imported from a variety of file formats, image fusion, 3D region
of interest drawing and analysis, volume rendering, and rigid body
alignments.

%prep
%setup -q

%build
%configure2_5x \
	--enable-libecat=no \
	--enable-amide-debug=no \
	--disable-scrollkeeper
# paralel build don't work on abf 
make

%install
%makeinstall_std

desktop-file-install --vendor gnome --delete-original \
	--dir %{buildroot}%{_datadir}/applications \
	--add-category X-Red-Hat-Extra \
	%{buildroot}%{_datadir}/applications/*

rm -rf %{buildroot}/var/scrollkeeper

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README todo
%{_bindir}/*
%{_datadir}/pixmaps
%{_datadir}/gnome
%{_datadir}/omf
%{_datadir}/applications
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-2
+ Revision: 05599fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 97 |14cr|amigadepacker-0.04-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name amigadepacker
%define version 0.04
%define release 4

Summary: Uncompressor for various AmigaOS formats
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPLv2+
Group: File tools
Url: http://zakalwe.fi/~shd/foss/amigadepacker/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Amigadepacker uncompresses various compression formats used on
AmigaOS. The supported formats are PowerPacker, XPK SQSH, and
MMCMP. It can also decrypt PowerPacker encrypted data files.

%prep
%setup -q
chmod 644 README ChangeLog COPYING*

%build
./configure
%make CFLAGS="%optflags"
%check
make check

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot%_bindir
install -m 755 %name %buildroot%_bindir
mkdir -p %buildroot%_mandir/man1
install -m 644 %name.1 %buildroot%_mandir/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README ChangeLog COPYING*
%_bindir/%name
%_mandir/man1/%name.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.04-4
+ Revision: 48524ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 98 |14cr|amoebax-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Action-Puzzle Game
Name:		amoebax
Version:	0.2.1
Release:	2
Group:		Games/Puzzles
License:	GPLv2+ and Free Art
Url:		http://www.emma-soft.com/games/amoebax/
Source0:	http://www.emma-soft.com/games/amoebax/download/%{name}-%{version}.tar.bz2
Patch0:		amoebax-0.2.1-gcc43.patch
BuildRequires:	doxygen
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
Amoebax is a cute and addictive action-puzzle game. Due an awful mutation,
some amoeba's species have started to multiply until they take the world if
you can't stop them. Fortunately the mutation made then too unstable and
lining up four or more will make them disappear.

Follow Kim or Tom through 6 levels in their quest to prevent the cute
multiplying amoebas to take the world and become the new Amoeba Master. Watch
out for the cute but amoeba's controlled creatures that will try to put and
end to your quest.

Amoebax is designed with levels for everyone, from children to adults. With
the training mode everybody will quickly become a master and the tournament
mode will let you have a good time with your friends. There is also catchy
music, funny sound effects, and beautiful screens that sure appeal to everyone
in the family.

%files
%doc AUTHORS COPYING* NEWS README* THANKS TODO doc/manual.pdf
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
%{_datadir}/pixmaps/%{name}.svg
%{_mandir}/man6/%{name}.6.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_iconsdir}/hicolor/scalable/apps
cp %{buildroot}%{_datadir}/pixmaps/%{name}.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/

rm %{buildroot}%{_defaultdocdir}/%{name}/manual.pdf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: e787748
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 99 |14cr|amora-0.9svn-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: amora
Version: 0.9svn
Release: 3
Summary: A mobile remote assistant
License: GPLv2
Group: System/X11
URL: http://code.google.com/p/amora/
# svn contains some important fixes since 0.9
# (2007-11-12)
Source: http://amora.googlecode.com/files/amora_server-%{version}.tar.gz
BuildRequires: pkgconfig(imlib2)
BuildRequires: pkgconfig(bluez)
BuildRequires: pkgconfig(xtst)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xi)

%description
Amora is an application that enables you to control your PC desktop using a
cellphone. It uses bluetooth to send mouse and keyboard events to the
graphical session. With it you can control your slides in OpenOffice.org,
movies or any other application. Amora also has a screenshot feature, where
you can see a thumbnail in the cellphone screen of the currently focused
window in your desktop.

In order to use amora, you need a mobile phone with amora-client
installed and running. The current client is implemented in Python
for S60 (Nokia cellphones) and is available at
http://code.google.com/p/amora/

%prep
%setup -q -n amora_server-%{version}

%build
%configure
%make

%install
%{__rm} -rf %{buildroot}
%makeinstall

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/amora
%{_mandir}/man1/amora.1.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9svn-3
+ Revision: 0bda68b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 100 |14cr|amora-server-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: amora-server
Version: 1.1
Release: 4
Summary: A mobile remote assistant (server)
License: GPLv2
Group: System/X11
URL: http://code.google.com/p/amora/
Source: http://amora.googlecode.com/files/amora-server-%{version}.tar.gz
BuildRequires: pkgconfig(imlib2)
BuildRequires: pkgconfig(bluez)
BuildRequires: pkgconfig(xtst)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xi)
BuildRequires: dbus-devel
Obsoletes: amora <= 0.9svn-1mdv2008.1

%description
Amora is an application that enables you to control your PC desktop using a
cellphone. It uses bluetooth to send mouse and keyboard events to the
graphical session. With it you can control your slides in OpenOffice.org,
movies or any other application. Amora also has a screenshot feature, where
you can see a thumbnail in the cellphone screen of the currently focused
window in your desktop.

In order to use amora, you need a mobile phone with amora-client
installed and running. The current client is implemented in Python
for S60 (Nokia cellphones) and is available at
http://code.google.com/p/amora/

%prep
%setup -q -n amora-server-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%doc README
%{_bindir}/amorad
%{_mandir}/man7/amora.7.*
%{_mandir}/man8/amorad.8.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 39151f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 101 |14cr|ampache-3.5.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ampache
Version:        3.5.4
Release:        7
Summary:        Web-based MP3/Ogg/RM/Flac/WMA/M4A manager
License:        GPL
Group:		Networking/WWW
URL:            http://www.ampache.org
Source:		http://www.ampache.org/downloads/%{name}-%{version}.tar.gz
Patch0:		%name-browser.patch
Requires:	apache-mod_php
Requires:	php-iconv
Requires:	php-mysql
BuildArch:      noarch

%description
Ampache is a Web-based MP3/Ogg/RM/Flac/WMA/M4A manager.
It allows you to view, edit, and play your audio files via HTTP/IceCast/Mpd 
or Moosic. It has support for downsampling, playlists, artist, 
and album views, album art, random play, song play tracking, user themes, 
and remote catalogs using XML-RPC.

%prep
%setup -q
%patch0 -p0

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_var}/www/%{name}
cp -r * %{buildroot}%{_var}/www/%{name}

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# Ampache configuration

Alias /%{name} %{_var}/www/%{name}
<Directory %{_var}/www/%{name}>
	Require all granted
</Directory>
EOF

%clean
rm -rf %{buildroot}



%files
%defattr(-,root,root)
%doc docs/*
%{_var}/www/%{name}
%config(noreplace) %{_webappconfdir}/%{name}.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.4-7
+ Revision: 9b2e8e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 102 |14cr|ams-2.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       ams
Summary:    Alsa Modular Synth

Version:    2.1.1
Release:    2

URL:        http://alsamodular.sourceforge.net/
Source:     http://sourceforge.net/projects/alsamodular/files/alsamodular/2.1.1/%{name}-%{version}.tar.bz2
License:    GPLv2
Group:      Sound

Requires:   cmt
Requires:   swh-plugins
Requires:   VCO-plugins
Requires:   rev-plugins
Requires:   mcp-plugins
BuildRequires:  pkgconfig(fftw3)
BuildRequires:  qt4-devel
BuildRequires:  pkgconfig(jack)
BuildRequires:  pkgconfig(alsa)
BuildRequires:  ladspa-devel
BuildRequires:  zita-alsa-pcmi-devel

%description
AlsaModularSynth is a realtime modular synthesizer and effect processor.
It features:
    * MIDI controlled modular software synthesis
    * Realtime effect processing with capture from e.g. "Line In" or "Mic In".
    * Full control of all synthesis and effect parameters via MIDI.
    * Integrated LADSPA Browser with search capability
    * JACK Support

NOTE: Example files are in /usr/share/ams


%files
%doc README THANKS
%{_bindir}/%name
%{_datadir}/%name
%{_datadir}/applications/mandriva-%{name}.desktop
%{_mandir}/man1/ams.1.*
%{_datadir}/pixmaps/ams_32.xpm
#--------------------------------------------------------------------

%prep
%setup -q

%build
%configure --with-ladspa-path=%{_libdir}/ladspa
%make

%install
%makeinstall_std

#menu
mkdir -p %{buildroot}/%{_datadir}/applications
cat > %{buildroot}/%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Alsa Modular Synth
Comment=Modular Synthesizer for ALSA
Exec=%{_bindir}/%{name}
Icon=%{_datadir}/pixmaps/ams_32.xpm
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;Audio;AudioVideoEditing;
EOF




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-2
+ Revision: 554b4b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 103 |14cr|amsynth-1.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:            amsynth
Version:         1.4.0
Release:         2

Summary:        Virtual-analog polyphonic synthesizer for ALSA, OSS and JACK
Source:         http://%{name}.googlecode.com/files/amsynth-%{version}.tar.gz
URL:            http://code.google.com/p/%{name}
License:        GPLv2
Group:          Sound
BuildRequires:  pkgconfig(gtkmm-2.4)
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(jack)
BuildRequires:  pkgconfig(sndfile)
BuildRequires:  alsa-oss-devel
BuildRequires:  sndfile-devel
BuildRequires:  dssi-devel
BuildRequires:  liblo-devel
BuildRequires:  lv2-devel

%description
AmSynth is a standalone polyphonic subtractive synthesizer. It supports
OSS, ALSA and JACK for Audio and MIDI I/O. Features are as follows.

o Dual oscillators with classic waveforms - sine / saw / square / noise
o 24 dB/oct low-pass resonant filter
o Independent ADSR envelopes for filter & amplitude
o LFO which can module the oscillators, filter, and amplitude
o Distortion effect
o Reverb

%package dssi
Summary:    amsynth DSSI synthesizer plugin
Group:      Sound
License:    GPLv2+
Requires:   %{name} = %{version}-%{release}

%description dssi
This is the DSSI synthesizer plugin of amSynth, which can be used
with DSSI hosts like qtractor, ghostess, rosegarden and others.

%package plugin-lv2
Summary:    amsynth LV2 synthesizer plugin
Group:      Sound
License:    GPLv2+
Requires:   %{name} = %{version}-%{release}

%description plugin-lv2
This is the LV2 synthesizer plugin of amSynth, which can be used
with LV2 hosts like qtractor, ardour, zynjacku and others.


%prep
%setup -q

%build
%configure --without-lash --libdir=%{_libdir}
%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%doc README AUTHORS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

%files dssi
%{_libdir}/dssi/%{name}_dssi.so
%{_libdir}/dssi/%{name}_dssi/%{name}_dssi_gtk

%files plugin-lv2
%{_libdir}/lv2/%{name}.lv2/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-2
+ Revision: 66254f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 104 |14cr|amule-2.3.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname aMule

Summary:	File sharing client compatible with eDonkey
Name:		amule
Version:	2.3.1
Release:	7
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://amule.org
Source0:	http://ovh.dl.sourceforge.net/sourceforge/amule/%{oname}-%{version}.tar.bz2
Source10:	%{name}-16.png
Source11:	%{name}-32.png
Source12:	%{name}-48.png
Patch0:		aMule-2.3.1rc2-wxversion.patch
Patch1:		amule-2.3.1-gcc47.patch
BuildRequires:	desktop-file-utils
BuildRequires:	binutils-devel
BuildRequires:	gd-devel >= 2.0
BuildRequires:	gettext-devel
BuildRequires:	readline-devel
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(cryptopp)
BuildRequires:	pkgconfig(geoip)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libupnp)
BuildRequires:	pkgconfig(ncurses)

%description
aMule is an easy to use multi-platform client for ED2K Peer-to-Peer
Network. It is a fork of xMule, whis was based on emule for
Windows. aMule currently supports (but is not limited to) the
following platforms: Linux, *BSD and MacOS X.

%files -f %{name}.lang
%doc docs/*
%{_datadir}/applications/alc.desktop
%{_datadir}/applications/wxcas.desktop
%{_datadir}/pixmaps/alc.xpm
%{_datadir}/pixmaps/wxcas.xpm
%{_bindir}/amule
%{_bindir}/amulegui
%{_bindir}/wxcas
%{_bindir}/cas
%{_bindir}/ed2k-amule
%{_bindir}/alc
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/skins
%{_datadir}/applications/amule.desktop
%{_datadir}/applications/amulegui.desktop
%{_datadir}/pixmaps/amule.xpm
%{_datadir}/pixmaps/amulegui.xpm
%{_datadir}/cas
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_mandir}/man1/alc.1*
%{_mandir}/man1/amule.1*
%{_mandir}/man1/amulegui.1*
%{_mandir}/man1/cas.1*
%{_mandir}/man1/ed2k.1*
%{_mandir}/man1/wxcas.1*

%post
update-alternatives --install %{_bindir}/ed2k ed2k %{_bindir}/ed2k-%{name} 5

%postun
update-alternatives --remove ed2k %{_bindir}/ed2k-%{name}

#----------------------------------------------------------------------------

%package commandline
Summary:	File sharing client compatible with eDonkey
Group:		Networking/File transfer
Requires:	amule = %{version}-%{release}

%description commandline
aMule is an easy to use multi-platform client for ED2K Peer-to-Peer
Network.  It is a fork of xMule, whis was based on emule for
Windows. aMule currently supports (but is not limited to) the
following platforms: Linux, *BSD and MacOS X.

This is the command line tool to control aMule remotely (or locally:).

%files commandline -f commandline.lang
%doc docs/README
%{_bindir}/%{name}cmd
%{_bindir}/alcc
%{_bindir}/amuled
%{_mandir}/man1/alcc.1*
%{_mandir}/man1/amulecmd.1*
%{_mandir}/man1/amuled.1*

#----------------------------------------------------------------------------

%package webserver
Summary:	File sharing client compatible with eDonkey
Group:		Networking/File transfer
Requires:	amule = %{version}-%{release}

%description webserver
aMule is an easy to use multi-platform client for ED2K Peer-to-Peer
Network.  It is a fork of xMule, whis was based on emule for
Windows. aMule currently supports (but is not limited to) the
following platforms: Linux, *BSD and MacOS X.

This is the webserver to control aMule remotely (or locally:).

%files webserver -f %{name}web.lang
%doc docs/README
%{_bindir}/%{name}web
%{_datadir}/amule/webserver/*
%{_mandir}/man1/amuleweb.1*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1
%patch1 -p1
cp docs/AUTHORS .
cp docs/Changelog ./ChangeLog
cp docs/README .
touch NEWS

%build
autoreconf -fi
%configure2_5x \
	--with-wx-config=%{_bindir}/wx-config-unicode\
	--enable-amulecmd \
	--enable-amule-gui \
	--enable-webserver\
	--disable-xas\
	--enable-cas\
	--enable-wxcas\
	--enable-alc\
	--enable-alcc \
	--disable-debug\
	--enable-amule-daemon \
	--enable-optimize \
	--enable-geoip
%make

%install
%makeinstall_std
install -m 644 -D %{SOURCE10} %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 -D %{SOURCE11} %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 -D %{SOURCE12} %{buildroot}%{_liconsdir}/%{name}.png

# Fix wrong-script-end-of-line-encoding
perl -pi -e 's/\015$//' %{buildroot}%{_datadir}/doc/amule-%{version}/amule-win32.HOWTO.txt

mv %{buildroot}%{_bindir}/ed2k %{buildroot}%{_bindir}/ed2k-%{name}
rm -rf %{buildroot}%{_datadir}/doc/%{oname}-%{version}
rm -f %{buildroot}%{_libdir}/xchat/plugins/xas.pl

desktop-file-install --vendor="" \
  --add-category="GTK" \
  --add-category="FileTransfer" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# find_lang macro is different since 2012
%find_lang %{name} %{name}gui alc cas wxcas ed2k %{name}.lang --with-man
%find_lang alcc %{name}cmd %{name}d commandline.lang --with-man
%find_lang %{name}web --with-man


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-7
+ Revision: 6fa54a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 105 |14cr|amule-adunanza-2012.1-2.3.1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define oname aMule-AdunanzA
%define uprel 2.3.1

Summary:	File sharing client compatible with eDonkey
Name:		amule-adunanza
Version:	2012.1
Release:	%{uprel}.1
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://amule.sourceforge.net
Source0:	http://downloads.sourceforge.net/amule-adunanza/aMule-AdunanzA/Stable/aMule-AdunanzA-%{version}-%{uprel}.tar.bz2
BuildRequires:	automake1.7
BuildRequires:	cvs
BuildRequires:	desktop-file-utils
BuildRequires:	binutils-devel
BuildRequires:	gd-devel >= 2.0
BuildRequires:	gettext-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(cryptopp)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(glib)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libupnp)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(zlib)
Conflicts:	xmule
Conflicts:	amule
Suggests:	xchat

%description
aMule is an easy to use multi-platform client for ED2K Peer-to-Peer Network.
It is a fork of xMule, whis was based on emule for Windows. aMule currently
supports (but is not limited to) the following platforms: Linux, *BSD and
MacOS X.

%files -f amuleadunanza.lang
%{_bindir}/*
%{_datadir}/amuleadunanza/skins/*
%{_datadir}/applications/*.desktop
%{_mandir}/*/man1/*
%{_mandir}/man1/*.1.xz
%{_docdir}/amuleadunanza/*
%{_datadir}/pixmaps/amuleadunanza.xpm

#----------------------------------------------------------------------------

%prep
%setup -qn aMule-AdunanzA-%{version}-%{uprel}

%build
./configure \
	--prefix=/usr \
	--with-wx-config=%{_bindir}/wx-config \
	--mandir=%{_mandir} \
	--disable-upnp \
	--disable-debug \
	--enable-optimize

%make

%install
%makeinstall

%find_lang amuleadunanza


%changelog
* Sun Aug 03 2014 abondrov <andrey.bondrov@rosalab.ru> 2012.1-2.3.1.1
+ Revision: fcca8ad
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 106 |14cr|amyedit-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		amyedit
Summary:	A lightweight editor for LaTeX files
Version:	1.0
Release:	10
Source:		http://kent.dl.sourceforge.net/sourceforge/amyedit/%{name}-%{version}.tar.bz2
Patch0:		amyedit-1.0-keyfile.patch
Patch1:		amyedit-1.0-signal.patch
Patch2:		amyedit-1.0-fix-build.patch
URL:		http://amyedit.sourceforge.net/
License:	GPLv2
Group:		Publishing
BuildRequires:	perl(XML::Parser)
BuildRequires:	gtkmm2.4-devel
BuildRequires:	aspell-devel
BuildRequires:	intltool
BuildRequires:	gtksourceview1-devel

%description
AmyEdit is a LaTeX editor written to allow users to easily create LaTeX
documents in a simple, user friendly enviroment. Its main requirement is that
it remains lightweight whilst still having a large number of useful features.

AmyEdit is being designed to run on a fairly old laptop, (a P300 with 64 MB of
RAM), running gedit on this is painfully slow, even after the 30 second
startup time has elapsed.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p0

%build
autoreconf -fi
%configure2_5x
%make
										
%install
%makeinstall_std

#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=AmyEdit
Comment=Lightweight LaTeX editor
Exec=%{_bindir}/%{name}
Icon=editors_section
Terminal=false
Type=Application
Categories=GNOME;GTK;Graphics;Office;Viewer;
EOF

#%find_lang %name

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/%name
%{_datadir}/%name
%{_datadir}/applications/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-10
+ Revision: ec5c6b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 107 |14cr|analog-6.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	WWW server logfile analysis program
Name:		analog
Version:	6.0
Release:	9
License:	Distributable
Group:		Monitoring
URL:		http://www.analog.cx/
Source:		http://www.analog.cx/%{name}-%{version}.tar.bz2
Patch0:		analog-5.21-htmlform.patch
Patch1:		analog-5.23-perlform.patch
Patch2:		analog-5.31-config.patch
Patch3:		analog-5.22-defaults.patch
Patch4:		analog-5.22-png.patch
Patch5:		analog-6.0-link.patch
BuildRequires:	bzip2-devel
BuildRequires:	gd-devel >= 2
BuildRequires:	pcre-devel
BuildRequires:	zlib-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
WWW server logfile analysis program with lots of features. Check the home page
at http://www.statslab.cam.ac.uk/~sret1/analog/ for more information. You
should edit the /etc/analog.cfg and customizer it for your webserver with the
HOSTNAME and HOSTURL options. Perl is required for the html forms interface.
Apache is suggested as the default web server.

%prep

%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch5 -p0 -b .link

%build

%make \
    CC="gcc %ldflags" \
    CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" \
    DEFS="-DHAVE_GD -DHAVE_ZLIB -DHAVE_BZLIB -DHAVE_PCRE -DLANGDIR=\\\"%{_datadir}/analog/\\\" -DCONFIGDIR=\\\"%{_sysconfdir}/\\\"" \
    LIBS="-lgd -lpcre -lz -lbz2 -lm"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}/var/www/html/images
install -d %{buildroot}/var/www/html/analog/images
install -d %{buildroot}/var/www/cgi-bin
install -d %{buildroot}%{_datadir}/analog
install -d %{buildroot}%{_mandir}/man1

install -m755 analog %{buildroot}%{_bindir}/
install -m644 analog.cfg %{buildroot}%{_sysconfdir}/
install -m555 anlgform.pl %{buildroot}/var/www/cgi-bin/
install -m644 anlgform.html %{buildroot}/var/www/html/
install -m644 analog.man %{buildroot}%{_mandir}/man1/analog.1

install -m644 images/*.png %{buildroot}/var/www/html/images/
install -m644 lang/* %{buildroot}%{_datadir}/analog/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Licence.txt README.txt docs/ examples/
%config(noreplace) %{_sysconfdir}/analog.cfg
%{_bindir}/analog
/var/www/cgi-bin/anlgform.pl
/var/www/html/anlgform.html
/var/www/html/images/*.png
%dir /var/www/html/analog
%dir /var/www/html/analog/images
%dir %{_datadir}/analog
%{_datadir}/analog/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.0-9
+ Revision: 211e309
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 108 |14cr|andromeda-0.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		andromeda
Summary:	Qt file manager
Version:	0.2.1
Release:	3
License:	LGPL
Group:		Graphical desktop/Other
URL:		https://gitorious.org/andromeda/andromeda/
Source0:	%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	pkgconfig(Qt3Support)

%description
Cross-platform file manager, written on Qt. Currently has support for local
filesystem (i.e. file:// protocol), simple web view and bookmarks plugins.

%prep
%setup -q
find . -type f -name '*.h' -o -name '*.cpp' -exec chmod 644 {} \;

%build
%cmake -DCMAKE_SKIP_RPATH:BOOL=OFF
%make

%install
pushd build
%makeinstall_std
popd

%if %{mdvver} >= 201200
%find_lang %{name} --with-qt --all-name
%define langfile %{name}.lang
%endif

%files %{?langfile:-f %{langfile}}
%{_bindir}/%{name}
%{_libdir}/%{name}/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%doc TODO.txt
%if %{mdvver} <= 201100
%{_datadir}/%{name}/translations/
%endif

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-3
+ Revision: a77f20b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 109 |14cr|angelwars-0.24-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fast-paced, old-fashioned side-scrolling space shooter
Name:		angelwars
Version:	0.24
Release:	16
Group:		Games/Arcade
License:	Artistic
Url:		http://angel-wars.sourceforge.net/
Source0:	http://download.sourceforge.net/angel-wars/%{name}-%{version}.tar.bz2
Source1:	http://download.sourceforge.net/angel-wars/%{name}-media-%{version}.tar.bz2
Source2:	http://download.sourceforge.net/angel-wars/%{name}-docs-%{version}.tar.bz2
Source3:	http://download.sourceforge.net/angel-wars/%{name}-levels-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		%{name}-gcc32.fix.patch.bz2
Patch1:		%{name}-missing-zlib-flag.patch.bz2
Patch2:		angelwars-0.24-libpng15.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	jpeg-devel
BuildRequires:	smpeg-devel

%description
Angel Wars is a traditional "space shooter" with an unusual premise--the
player is a rebellious minion of Satan bent on taking the universe over
for himself. It is written in C++ and aims to be as object-oriented and
platform-independent as possible.

%prep
%setup -q -b1 -b2 -b3
%patch0 -p1
%patch1
%patch2 -p1
# remove .xvpics directories
find . -type d -name .xvpics | xargs rm -rf

%build
%configure	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir}
perl -pi -e "s#images/#%{_gamesdatadir}/%{name}/images/#g" %{name}/*.cc
perl -pi -e "s#levels/#%{_gamesdatadir}/%{name}/levels/#g" %{name}/*.cc
perl -pi -e "s#sounds/#%{_gamesdatadir}/%{name}/sounds/#g" %{name}/*.cc
perl -pi -e "s#images/#%{_gamesdatadir}/%{name}/images/#g" %{name}/*/*.txt
perl -pi -e "s#levels/#%{_gamesdatadir}/%{name}/levels/#g" %{name}/*/*.txt
perl -pi -e "s#sounds/#%{_gamesdatadir}/%{name}/sounds/#g" %{name}/*/*.txt
#Really ugly workaround for lousy perl skills(this will be done in another way if I ever
#get the time and skillz;)
perl -pi -e "s#%{_gamesdatadir}/%{name}/images/%{_gamesdatadir}/%{name}#%{_gamesdatadir}/%{name}/images#g" %{name}/levels/*.txt

%make

%install
%makeinstall bindir=%{buildroot}%{_gamesbindir} datadir=%{buildroot}%{_gamesdatadir}
install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -a %{name}/images %{buildroot}%{_gamesdatadir}/%{name}
cp -a %{name}/levels %{buildroot}%{_gamesdatadir}/%{name}
cp -a %{name}/sounds %{buildroot}%{_gamesdatadir}/%{name}


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Angel Wars
Comment=Fast-paced, old-fashioned side-scrolling space shooter
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

%files
%doc %{name}/docs/*
%{_gamesdatadir}/%{name}
%{_gamesbindir}/*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.24-16
+ Revision: 65de1cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 110 |14cr|animata-004-0.091218.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define date	091218

Summary:	Open source real-time animation software
Name:		animata
Version:	004
Release:	0.%{date}.6
License:	GPLv3
Group:		Graphics
URL:		http://animata.kibu.hu/
Source0:	http://animata.googlecode.com/files/%{name}_%{version}-%{date}.tar.gz
Patch0:		animata-004-mdv-fix-FL-include-path.patch
Patch1:		animata-fltk-1.3.patch
Patch2:		animata-004-gcc4.7.patch
BuildRequires:	scons
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	x11-server-xvfb

%description
Animata is an open source real-time animation software, designed to create
animations, interactive background projections for concerts, theatre and dance
performances.

%files
%doc README AUTHORS CHANGES COPYING examples
%{_bindir}/%{name}
%{_datadir}/icons/animata_icon.png
%{_datadir}/applications/mandriva-%{name}.desktop

#------------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p0
%patch1 -p0
%patch2 -p1
sed -i -e "s/^LINKFLAGS =.*/LINKFLAGS = '%{ldflags}'/" src/SConscript

%build
%setup_compile_flags
/usr/bin/xvfb-run -a %scons

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/icons/
cp build/%{name}	%{buildroot}%{_bindir}
cp data/animata_icon.png	%{buildroot}%{_datadir}/icons/

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Animata
Comment=Open source real-time animation software
Exec=animata
Icon=animata_icon
StartupNotify=true
Type=Application
Categories=3DGraphics;Graphics;Viewer;
EOF


%changelog
* Fri Nov 23 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 004-0.091218.6
+ Revision: 3882a5d
- LOG Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 111 |14cr|anki-2.0.22-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		anki
Version:	2.0.22
Release:	3
Summary:	Flashcard program for using space repetition learning
Group:		Education
# the file anki-%%{version}/libanki/anki/features/chinese/unihan.db 
# was created out of  Unihan.txt from www.unicode.org (MIT license)
License:	GPLv3+ and MIT
URL:		http://ankisrs.net/
Source0:	http://ankisrs.net/download/mirror/anki-%{version}.tgz
Source1:	anki.svg

# Config change: don't check for new updates.
Patch0:		anki-2.0.8-noupdate.patch

BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(sqlalchemy)
BuildRequires:	desktop-file-utils
BuildRequires:	PyQt4
BuildRequires:	pythonegg(simplejson)

Requires:	qt4-common
Requires:	python-qt4
Requires:	pythonegg(sqlalchemy)
Requires:	pythonegg(simplejson)
Requires:	pythonegg(pysqlite)
Requires:	pythonegg(matplotlib)
Requires:	pygame
Requires:	pythonegg(beautifulsoup)
Requires:	pyaudio
Requires:	sox

BuildArch:	noarch

%description
Anki is a program designed to help you remember facts (such as words
and phrases in a foreign language) as easily, quickly and efficiently
as possible. Anki is based on a theory called spaced repetition.

%prep
rm -f anki.bat
%setup -q
%patch0 -p1 -b .noupdate

%build

%install
mkdir -p %{buildroot}%{_datadir}/%{name}
rm -f aqt/*.noupdate
rm -f aqt/*.fix-browserview
cp -R aqt %{buildroot}%{_datadir}/%{name}/
cp -R designer %{buildroot}%{_datadir}/%{name}/
cp -R anki %{buildroot}%{_datadir}/%{name}/
cp -R locale %{buildroot}%{_datadir}/%{name}/
cp -R thirdparty %{buildroot}%{_datadir}/%{name}/
chmod 644 %{buildroot}%{_datadir}/%{name}/thirdparty/httplib2/{__init__,iri2uri,socks}.py
chmod 644 %{buildroot}%{_datadir}/%{name}/thirdparty/httplib2/cacerts.txt

install -d %{buildroot}%{_bindir}
install -m 755 runanki %{buildroot}%{_bindir}/anki



install -d %{buildroot}%{_datadir}/mime/packages
install -m 644 anki.xml %{buildroot}%{_datadir}/mime/packages

install -d %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/

install -d %{buildroot}%{_mandir}/man1
install -m 644 anki.1 %{buildroot}%{_mandir}/man1/

desktop-file-install \
  --remove-category=KDE \
  --dir %{buildroot}%{_datadir}/applications \
  %{name}.desktop



find %{buildroot} -type f -o -type l|sed '
s:'"%{buildroot}"'::
s:\(.*/share/anki/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:
s:\(.*/share/anki/locale/qt_\)\([^.]\+\)\(\.qm\):%lang(\2) \1\2\3:
s:^\([^%].*\)::
s:%lang(C) ::
/^$/d' > anki.lang

find %{buildroot}/usr/share/anki/locale -type d|sed '
s:'"%{buildroot}"'::
s:\(.*\):%dir \1:' >>anki.lang

rm -fr %{buildroot}%{_datadir}/%{name}/thirdparty/py*


%files -f %{name}.lang
%doc LICENSE.* README*
%{_bindir}/anki
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/thirdparty/
%{_datadir}/%{name}/aqt/
%{_datadir}/%{name}/designer/
%{_datadir}/%{name}/anki/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.*
%{_datadir}/mime/packages/anki.xml
%{_mandir}/man1/%{name}.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.22-3
+ Revision: 90a59ae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 112 |14cr|anomy-sanitizer-1.76-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Anomy Sanitizer

Name:		anomy-sanitizer
Version:	1.76
Release:	6
License:	GPL
Group:		Networking/Mail
URL:		http://mailtools.anomy.net/
Source:		http://mailtools.anomy.net/dist/%{name}-%{version}.tar.bz2
Source1:	%{name}.conf.bz2
Requires:	perl
BuildArch:	noarch

%description
The Anomy sanitizer is what most people would call "an email virus scanner".
That description is not totally accurate, but it does cover one of the more
important jobs that the sanitizer can do for you - it can scan email
attachments for viruses. Other things it can do:

* Disable potentially dangerous HTML code, such as javascript, within incoming
  email.
* Protect you from email-based break-in attempts which exploit bugs in common
  email programs (Outlook, Eudora, Pine, ...).
* Block or "mangle" attachments based on their file names. This way if you
  don't need to receive e.g. visual basic scripts, then you don't have to worry
  about the security risk they imply (the ILOVEYOU virus was a visual basic
  program). This lets you protect yourself and your users from whole classes
  of attacks, without relying on complex, resource intensive and outdated
  virus scanning solutions.

%prep
%setup -q -n anomy

%build

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{perl_vendorlib}
mkdir -p %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}/var/spool/anomy

cp -R bin/Anomy %{buildroot}%{perl_vendorlib}/Anomy
cp -r bin/*.pl %{buildroot}%{_bindir}
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/%{name}.conf

%files
%defattr(-, root, root, 0755)
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}.conf
%{perl_vendorlib}/Anomy/*
%{_bindir}/*
%dir /var/spool/anomy

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.76-6
+ Revision: 1cf2de1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 113 |14cr|anonftp-3.0-38
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	anonftp
%define	version	3.0
%define rel	38
%define	release	%mkrel %{rel}

Summary:	A program which enables anonymous FTP access
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Servers
Source0:	recompress.c.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
AutoReqProv:	0
Requires(post):	wu-ftpd
Requires(preun): wu-ftpd
BuildRequires:	ash
Requires:	ash
Requires:	setup >= 2.1.9-16mdk

%description
The anonftp package contains the files you need in order to
allow anonymous FTP access to your machine. Anonymous FTP access allows
anyone to download files from your machine without having a user account. 
Anonymous FTP is a popular way of making programs available via the
Internet.

You should install this if you are using wu-ftpd and wish to enable anonymous
downloads from your machine.

%prep
%setup -q -T -c %{name}-%{version}
bzcat %{SOURCE0} > recompress.c

%build
gcc $RPM_OPT_FLAGS -o recompress recompress.c

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_var}/ftp/{pub,etc,bin,lib}

cat > $RPM_BUILD_ROOT%{_var}/ftp/etc/passwd <<EOF
root:*:0:0:::
bin:*:1:1:::
operator:*:11:0:::
ftp:*:14:50:::
nobody:*:99:99:::
EOF

cat > $RPM_BUILD_ROOT%{_var}/ftp/etc/group <<EOF
root::0:
bin::1:
daemon::2:
sys::3:
adm::4:
ftp::50:
EOF

%define LDSOVER 2
%define LIBCVER %(rpm -q --qf '%%{version}' glibc)
%define LIBNSSVER 2
echo %LIBCVER

%ifarch %{ix86} sparc sparcv9 sparc64 armv4l ppc ia64 ppc64 x86_64
LIBCSOVER=6
LIBNSLVER=1
%endif

%ifarch alpha
LIBCSOVER=6.1
LIBNSLVER=1.1
%endif


%define ROOT $RPM_BUILD_ROOT%{_var}/ftp/lib

cp -fd /etc/ld.so.cache $RPM_BUILD_ROOT%{_var}/ftp/etc
cp -fd /%{_lib}/libc.so.$LIBCSOVER /lib/libc-%{LIBCVER}.so %{ROOT}

%ifarch ppc
cp -fd /%{_lib}/ld-%{LIBCVER}.so %{ROOT}
%else
cp -fd /lib/ld-linux.so.%{LDSOVER} /lib/ld-%{LIBCVER}.so %{ROOT}
%endif

cp -fd /%{_lib}/libnss_files-%{LIBCVER}.so \
	/%{_lib}/libnss_files.so.%{LIBNSSVER}	%{ROOT}
cp -fd /%{_lib}/libnsl-%{LIBCVER}.so /lib/libnsl.so.$LIBNSLVER %{ROOT}

cp -fd /%{_lib}/libnss_dns-%{LIBCVER}.so \
        /%{_lib}/libnss_dns.so.%{LIBNSSVER}       %{ROOT}

%ifnarch armv4l ppc
#cp -fd	/lib/libnss1_files-%{LIBCVER}.so %{ROOT}
cp -fd	/%{_lib}/libnss_files-%{LIBCVER}.so %{ROOT}
%endif

cp -fd /%{_lib}/libtermcap.so.2.0.8 %{ROOT}
cp -fd /%{_lib}/libtermcap.so.2 %{ROOT}

cp -fd /bin/ls /bin/cpio /bin/gzip /bin/tar $RPM_BUILD_ROOT%{_var}/ftp/bin
cp -fd /bin/ash $RPM_BUILD_ROOT%{_var}/ftp/bin/sh
ln -sf gzip $RPM_BUILD_ROOT%{_var}/ftp/bin/zcat
#cp -fd /usr/bin/compress $RPM_BUILD_ROOT%{_var}/ftp/bin

install -m755 recompress -D $RPM_BUILD_ROOT%{_var}/ftp/bin/recompress

%clean
rm -rf $RPM_BUILD_ROOT

%post
if [ -f /etc/ftpaccess ];then
		if ! grep -q "class.*anonymous.*"  /etc/ftpaccess;then
		cat /etc/ftpaccess | grep -v class > /etc/ftpaccess.mdk
		echo "class all real,guest,anonymous  *" > /etc/ftpaccess
		cat /etc/ftpaccess.mdk >> /etc/ftpaccess
		rm -f /etc/ftpaccess.mdk
		fi
fi
exit 0
%if %mdkversion < 200900
/sbin/ldconfig
%endif

%preun
if [ -f /etc/ftpaccess ];then
		grep -q class  /etc/ftpaccess && grep -v class /etc/ftpaccess > /etc/ftpaccess.mdk
		if [ "$?" = "0" ];then		
				mv -f /etc/ftpaccess.mdk /etc/ftpaccess
		fi
fi
exit 0


%files
%defattr(-,root,root)
%attr(0444,root,root) %config(noreplace) %{_var}/ftp/etc/passwd
%attr(0444,root,root) %config(noreplace) %{_var}/ftp/etc/group

%{_var}/ftp/etc/ld.so.cache

%ifarch alpha
%{_var}/ftp/lib/libc.so.6.1
%{_var}/ftp/lib/libnsl.so.1.1
%else
%{_var}/ftp/lib/libc.so.6
%{_var}/ftp/lib/libnsl.so.1

%endif
%{_var}/ftp/lib/libc-%{LIBCVER}.so
%ifnarch ppc
%{_var}/ftp/lib/ld-linux.so.%{LDSOVER}
%else
%{_var}/ftp/lib/ld.so.1
%endif
%{_var}/ftp/lib/ld-%{LIBCVER}.so
%{_var}/ftp/lib/libnss_files-%{LIBCVER}.so
%{_var}/ftp/lib/libnss_files.so.%{LIBNSSVER}
%{_var}/ftp/lib/libnss_dns-%{LIBCVER}.so
%{_var}/ftp/lib/libnss_dns.so.%{LIBNSSVER}
%{_var}/ftp/lib/libnsl-%{LIBCVER}.so
%{_var}/ftp/lib/libtermcap.so.2.0.8
%{_var}/ftp/lib/libtermcap.so.2

%attr(0755,root,root) %dir %{_var}/ftp
%attr(0111,root,root) %dir %{_var}/ftp/bin
%attr(0111,root,root) %dir %{_var}/ftp/etc
%attr(2755,root,ftp) %dir %{_var}/ftp/pub
%dir %{_var}/ftp/lib
%attr(0111,root,root) %{_var}/ftp/bin/ls
#%attr(0111,root,root) %{_var}/ftp/bin/compress
%attr(0111,root,root) %{_var}/ftp/bin/recompress
%attr(0111,root,root) %{_var}/ftp/bin/cpio
%attr(0111,root,root) %{_var}/ftp/bin/gzip
#%attr(0111,root,root) /home/ftp/bin/sh
%attr(0111,root,root) %{_var}/ftp/bin/tar
%attr(0111,root,root) %{_var}/ftp/bin/zcat
%attr(0111,root,root) %{_var}/ftp/bin/sh




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 3.0-38
+ Revision: 9335d9b
- Automatic import for version 3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 114 |14cr|ant-antlr3-20110110-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: ant-antlr3
Version: 20110110
Release: 6
Summary: Antlr3 task for Ant
Group: Development/Java	
License: ASL 2.0
URL: http://antlr.org/
# Repackaged until rhbz#699529 RPM fix takes place in Fedora.
# RPM cannot read the upstream zip file.
# wget http://antlr.org/share/1169924912745/antlr3-task.zip
# unzip antlr3-task.zip
# rm antlr3-task.zip
# zip antlr3-task -r antlr3-task/
Source0: antlr3-task.zip
#Source0: http://antlr.org/share/1169924912745/antlr3-task.zip
BuildRequires: java-devel >= 0:1.6.0
BuildRequires: jpackage-utils
BuildRequires: ant
Requires: java >= 0:1.6.0
Requires: jpackage-utils
Requires: ant
BuildArch: noarch

%description
Antlr3 task for Ant.

%package javadoc
Summary: Javadoc for %{name}
Group: Development/Java
BuildArch: noarch
Requires: jpackage-utils

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n antlr3-task
rm -f ant-antlr3.jar

%build
export CLASSPATH=`build-classpath ant`
javac -encoding utf-8 antlr3-src/src/org/apache/tools/ant/antlr/ANTLR3.java
jar cvf ant-antlr3.jar -C antlr3-src/src org/apache/tools/ant/antlr/antlib.xml -C antlr3-src/src org/apache/tools/ant/antlr/ANTLR3.class
javadoc -encoding utf-8 -d antlr3-src/javadoc -sourcepath antlr3-src/src -subpackages java:org.apache.tools.ant.antlr

# Sanitize line endings
find examples Readme.txt -type f -print0 | xargs -0 -e sed -i 's/\r//'
# Remove zero length Java properties files
find examples -size 0 -name \*.properties -print0 | xargs -0 -e rm -f

%install
install -m 644 ant-antlr3.jar -D $RPM_BUILD_ROOT%{_javadir}/ant/ant-antlr3.jar

mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/ant-antlr3
cp -rf antlr3-src/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/ant-antlr3

# /etc/ant.d
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ant.d
cat > $RPM_BUILD_ROOT%{_sysconfdir}/ant.d/ant-antlr3 << EOF
ant/ant-antlr3 antlr3
EOF

%files
%defattr(-,root,root,-)
%doc Readme.txt examples
%{_javadir}/ant/ant-antlr3.jar
%config(noreplace) %{_sysconfdir}/ant.d/ant-antlr3

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/ant-antlr3




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110110-6
+ Revision: df7e722
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 115 |14cr|ant-antunit-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       antunit

Name:             ant-%{base_name}
Version:          1.1
Release:          8
Summary:          Provide antunit ant task
Group:            Development/Java
License:          ASL 2.0
URL:              http://ant.apache.org/antlibs/%{base_name}/
Source0:          http://www.apache.org/dist/ant/antlibs/%{base_name}/source/apache-%{name}-%{version}-src.tar.bz2
BuildArch:        noarch
ExcludeArch:      ppc64

BuildRequires:    java-devel >= 0:1.6.0
BuildRequires:    jpackage-utils
BuildRequires:    ant

Requires:         java >= 0:1.6.0
Requires:         jpackage-utils
Requires:         ant

Requires(post):   jpackage-utils
Requires(postun): jpackage-utils


%description
The <antunit> task drives the tests much like <junit> does for JUnit tests.

When called on a build file, the task will start a new Ant project for that
build file and scan for targets with names that start with "test". For each
such target it then will:

   1. Execute the target named setUp, if there is one.
   2. Execute the target itself - if this target depends on other targets the
      normal Ant rules apply and the dependent targets are executed first.
   3. Execute the target names tearDown, if there is one.


%package javadoc
Summary:          Javadoc for %{name}
Group:            Development/Java
Requires:         jpackage-utils

%description javadoc
This package contains the API documentation for %{name}.


%prep
%setup -q -n apache-%{name}-%{version}
mv CONTRIBUTORS CONTRIBUTORS.orig
iconv -f ISO-8859-1 -t UTF-8 CONTRIBUTORS.orig > CONTRIBUTORS
touch -r CONTRIBUTORS.orig CONTRIBUTORS


%build
ant package


%install
rm -rf %{buildroot}
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -pm 644 build/lib/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 %{name}-%{version}.pom %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap org.apache.ant %{name} %{version} JPP %{name}

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr docs/* %{buildroot}%{_javadocdir}/%{name}/

# OPT_JAR_LIST fragments
mkdir -p %{buildroot}%{_sysconfdir}/%{name}.d
echo "ant/ant-antunit" > %{buildroot}%{_sysconfdir}/%{name}.d/antunit


%post
%update_maven_depmap

%postun
%update_maven_depmap


%files
%defattr(-,root,root,-)
%doc CONTRIBUTORS NOTICE README README.html WHATSNEW common/LICENSE
%config(noreplace) %{_sysconfdir}/%{name}.d/antunit
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%defattr(-,root,root,-)
%doc common/LICENSE
%{_javadocdir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-8
+ Revision: 1009632
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 116 |14cr|ant-pack200-0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define jarname	Pack200Task

Name:		ant-pack200
Summary:	Java Pack200 External Task for Ant
Version:	0.0
Release:	2
Source0:	https://java-pack200-ant-task.dev.java.net/files/documents/1526/6272/ant-task.zip
Patch0:		ant-pack200-fix_build.patch
URL:		https://java-pack200-ant-task.dev.java.net/

Group:		Development/Java
License:	Sun Public License

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	ant
BuildRequires:	ant-nodeps
BuildRequires:	java-rpmbuild
Requires:	java >= 1.5

BuildArch:	noarch

%description
JSR-200 Network Transfer Protocol reduces the download size of Java Class Files 
in a JAR. http://www.jcp.org/en/jsr/detail?id=200 This JSR has been implemented 
in Java 1.5 as set of Java APIs and Command Line Interfaces.

This project provides Ant http://ant.apache.org/ external task in order for ANT 
users to efficiently use this new feature. Ant users required easy to use Ant 
tasks for performance reasons, this project provides the external ant tasks to 
use Pack200 API effectively.

%prep
# unzip return 2 (Jonathan Bayle <mrhide@mandriva.org>, 2010-04-29)
%setup -cqT
%__cp %{SOURCE0} .
unzip ant-task.zip || true

%__rm %{jarname}.jar
%patch0 -p0

%build
export CLASSPATH="."
pushd make
%ant
popd

%install
rm -rf $RPM_BUILD_ROOT

%__install -dm 755 $RPM_BUILD_ROOT%_javadir/ant
%__install -m 644 dist/%{jarname}.jar $RPM_BUILD_ROOT%_javadir/ant/%{jarname}-%{version}.jar
ln -s %{jarname}-%{version}.jar $RPM_BUILD_ROOT%_javadir/ant/%{jarname}.jar

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc doc/*
%{_javadir}/ant/*.jar



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0-2
+ Revision: d5e84a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 117 |14cr|ant-phone-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	ant-phone
%define version	0.2.1
%define release 2

Name: 	 	%{name}
Summary:	Desktop ISDN telephony application
Version: 	%{version}
Release: 	%{release}

Source0:	http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Patch0:		ant-phone-0.2.1-linking.patch
URL:		http://www.nongnu.org/ant-phone/
License:	GPLv2
Group:		Communications
BuildRequires:	pkgconfig
BuildRequires:  gettext
BuildRequires:  flex
BuildRequires:  bison
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	alsa-oss-devel
BuildRequires:	isdn4k-utils-devel
Requires:	desktop-common-data

%description
ANT is a desktop ISDN telephony application written for GNU/Linux. It supports
OSS (Open Sound System) and I4L (ISDN4Linux).  It directly interfaces OSS and
ISDN devices, so there is no need to install extra software or hardware like
PBX (Private Branch Exchange) or telephony cards, if you've got direct access
to an audio capable ISDN card (teles or HiSax chip-set, e.g. AVM Fritz Card)
and a full duplex sound card or two sound devices.

%prep
%setup -q
%patch0 -p0 -b .linking

%build
%configure2_5x --disable-rpath
%make

%install
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=ANT-phone
Comment=ISDN Telephone
Exec=%{name}
Icon=communications_phone_section
Terminal=false
Type=Application
Categories=GNOME;GTK;X-MandrivaLinux-Office-Communications-Phone;Network;Telephony;
EOF

%find_lang %{name}

%files -f %{name}.lang
%doc README AUTHORS ChangeLog TODO
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: 46062a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 118 |14cr|anyremote2html-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		anyremote2html
Version:	1.4
Release:	2
Summary:	Web frontend for anyRemote Wireless remote control program
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://anyremote.sourceforge.net/
Source0:	http://sourceforge.net/projects/anyremote/files/%{name}/%{version}/%{name}-%{version}.tar.gz
Requires:	python
Requires:	anyremote >= 5.4.1
BuildArch:	noarch

%description
Web frontend for anyRemote Wireless remote control program.
It acts as HTTP server and translates anyRemote commands to HTML.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

%clean
%__rm -rf %{buildroot}

%files
%doc COPYING ChangeLog README
%{_bindir}/*
%{_datadir}/pixmaps/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-2
+ Revision: 32a22a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 119 |14cr|anyremote-6.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		anyremote
Version:	6.3.2
Release:	3
Summary:	Remote control through bluetooth or IR connection
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://anyremote.sourceforge.net/
Source0:	http://sourceforge.net/projects/anyremote/files/%{name}/%{version}/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(xtst)
BuildRequires:  pkgconfig(xi)

Requires:	bluez
Requires:	irda-utils
Suggests:	kanyremote
Suggests:	anyremote2html

%description
The overall goal of this project is to provide wireless remote control program
on Linux through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connection.

anyRemote supports wide range of modern cell phones line Nokia, SonyEricsson,
Motorola and others.

anyRemote was developed as thin "communication" layer between Buetooth
(IR, Wi-Fi) capable phone and Linux, and in principle could be configured to
manage almost any software.

anyRemote could be used with:
* bluetooth connection with java client if cell phone is JSR82 compatible
* Wi-Fi connection with java client if phone supports Wi-Fi
* IR connection with java client if java realization in phone supports access
  to IR port
* ordinary TCP/IP connection with java client, if PC is connectable from
  the Internet
* bluetooth, infrared or cable connection using AT "modem" commands
* web interface
* it supports some of IR remotes supplied with TV tuner cards (like LIRC)
* it has limited support for Bemused clients 

anyRemote is a console application, but in addition there are GUI front ends
for Gnome and KDE.

%package doc
Summary:	Documentations for anyRemote
Group:		System/Kernel and hardware
Conflicts:	%{name} < 4.14
BuildArch:	noarch

%description doc
Documentation for anyRemote.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std



%files 
%doc NEWS README AUTHORS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.*

%files doc
%doc doc-html/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.3.2-3
+ Revision: 0a5010b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 120 |14cr|anytermd-1.1.29-4.20121124.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	svn	20121124

Summary:	Anyterm Daemon
Name:		anytermd
Version:	1.1.29
Release:	4.%{svn}.1
License:	GPLv2
Group:		System/Servers
URL:		http://anyterm.org
Source0:	http://anyterm.org/download/anyterm-%{version}-%{svn}.tar.bz2
Source1:	anytermd.init
Source2:	anytermd.sysconfig
Patch0:		anyterm-1.1.28-respect-LDFLAGS.patch
BuildRequires:	boost-devel
BuildRequires:	librote-devel
BuildRequires:	mailcap

Requires:	openssl
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper

%description
This is the Anyterm daemon terminal emulator.

%prep
%setup -q -n anyterm-%{version}-%{svn}
%patch0 -p0

cp %{SOURCE1} anytermd.init
cp %{SOURCE2} anytermd.sysconfig

%build
%serverbuild
%make GCC_FLAGS="%{optflags} -pthread -fPIC -D_REENTRANT" LDFLAGS="%{ldflags}"

%install
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}/var/lib/anytermd

install -m0755 anytermd %{buildroot}%{_sbindir}/anytermd
install -m0755 anytermd.init %{buildroot}%{_initrddir}/anytermd
install -m0644 anytermd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/anytermd

%post
%_post_service anytermd

%preun
%_preun_service anytermd

%pre
%_pre_useradd anytermd /var/lib/anytermd /bin/false

%postun
%_postun_userdel anytermd

%files
%doc CHANGELOG LICENSE README
%attr(0755,root,root) %{_initrddir}/anytermd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/anytermd
%attr(0755,root,root) %{_sbindir}/anytermd
%attr(0755,anytermd,anytermd) %dir /var/lib/anytermd


%changelog
* Sat Nov 24 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.29-4.20121124.1
+ Revision: 20e371a
- LOG Version update to current SVN trunk (2012.11.24)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 121 |14cr|aoetools-35-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name aoetools
%define version 35
%define release 2

Summary: Programs to setup ATA over Ethernet device
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://downloads.sourceforge.net/project/aoetools/aoetools/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+ 
Group: System/Kernel and hardware
Url: http://sourceforge.net/projects/aoetools/

%description
The aoetools are programs for users of the ATA over Ethernet (AoE)
network storage protocol, a simple protocol for using storage over
an ethernet LAN.

%prep
%setup -q

%build
mkdir -p %buildroot
%make CFLAGS="%optflags"

%install
%makeinstall_std
# fix attr
chmod 755 %{buildroot}%{_sbindir}/*

%files
%doc HACKING NEWS README
%_sbindir/*
%_mandir/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 35-2
+ Revision: c1307a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 122 |14cr|apache-commons-compress-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       compress
%global short_name      commons-%{base_name}

Name:             apache-%{short_name}
Version:          1.1
Release:          5
Summary:          Java API for working with tar, zip and bzip2 files
Group:            Development/Java
License:          ASL 2.0
URL:              http://commons.apache.org/%{base_name}/
Source0:          http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
BuildArch:        noarch

BuildRequires:    java-devel >= 0:1.7.0
BuildRequires:    jpackage-utils
BuildRequires:    apache-commons-parent
Requires:         java >= 0:1.7.0
Requires:         jpackage-utils
Requires(post):   jpackage-utils
Requires(postun): jpackage-utils
%rename           jakarta-%{short_name}

%description
The code in this component came from Avalon's Excalibur, but originally
from Ant, as far as life in Apache goes. The tar package is originally
Tim Endres' public domain package. The bzip2 package is based on the
work done by Keiron Liddle. It has migrated via:
Ant -> Avalon-Excalibur -> Commons-IO -> Commons-Compress.


%package javadoc
Summary:        Javadocs for %{name}
Group:          Development/Java
Requires:       jpackage-utils
%rename         jakarta-%{short_name}-javadoc

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n %{short_name}-%{version}-src

%build
mvn install javadoc:aggregate

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{short_name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}.jar
ln -sf %{name}.jar %{buildroot}%{_javadir}/%{short_name}.jar

# poms
install -d -m 0755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE.txt NOTICE.txt
%{_javadir}/*
%{_mavenpomdir}/JPP-%{short_name}.pom
%{_mavendepmapfragdir}/*

%files javadoc
%doc LICENSE.txt NOTICE.txt
%doc %{_javadocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-5
+ Revision: 31618eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 123 |14cr|apache-commons-configuration-1.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       configuration
%global short_name      commons-%{base_name}

Name:           apache-%{short_name}
Version:        1.6
Release:        8
Epoch:          0
Summary:        Commons Configuration Package
Group:          Development/Java
License:        ASL 2.0
URL:            http://commons.apache.org/%{base_name}/
Source0:        http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Patch1:         0002-Remove-test-deps.patch
BuildArch:      noarch

BuildRequires:  java-devel
BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  maven-doxia-sitetools
#BuildRequires:  maven-plugin-bundle
BuildRequires:  maven-surefire-maven-plugin
BuildRequires:  maven-surefire-provider-junit
#BuildRequires:  maven2-plugin-antrun
BuildRequires:  maven-assembly-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-idea-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven2

BuildRequires:  xalan-j2
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-apis
BuildRequires:  apache-commons-beanutils
BuildRequires:  apache-commons-codec
BuildRequires:  apache-commons-lang
BuildRequires:  apache-commons-logging
BuildRequires:  apache-commons-collections
BuildRequires:  apache-commons-dbcp
BuildRequires:  apache-commons-digester
#BuildRequires:  apache-commons-jxpath
BuildRequires:  apache-commons-pool
BuildRequires:  servlet25
BuildRequires:  tomcat6

Requires:  servlet25
Requires:  apache-commons-beanutils
Requires:  apache-commons-codec
#Requires:  apache-commons-jxpath
Requires:  apache-commons-lang
Requires:  apache-commons-logging
Requires:  apache-commons-collections
Requires:  apache-commons-dbcp
Requires:  apache-commons-digester
Requires:  apache-commons-pool
Requires:  xerces-j2
Requires:  xml-commons-apis

Requires(post):   jpackage-utils >= 1.7.2
Requires(postun): jpackage-utils >= 1.7.2

%rename jakarta-%{short_name}

%description
Configuration is a project to provide a generic Configuration
interface and allow the source of the values to vary. It
provides easy typed access to single, as well as lists of
configuration values based on a 'key'.
Right now you can load properties from a simple properties
file, a properties file in a jar, an XML file, JNDI settings,
as well as use a mix of different sources using a
ConfigurationFactory and CompositeConfiguration.
Custom configuration objects are very easy to create now
by just subclassing AbstractConfiguration. This works
similar to how AbstractList works.

%package        javadoc
Summary:        API documentation for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%rename jakarta-%{short_name}-javadoc

%description    javadoc
%{summary}.


%prep
%setup -q -n %{short_name}-%{version}-src
%patch1 -p1
%{__sed} -i 's/\r//' LICENSE.txt

%build
# we skip tests because we don't have test deps
mvn \
	-Dmaven.test.skip=true \
	install javadoc:javadoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
ln -sf %{name}.jar %{buildroot}%{_javadir}/%{short_name}.jar

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

# Install pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}/%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons and also artifactid
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_mavendepmapfragdir}/*
%{_mavenpomdir}/JPP-%{short_name}.pom
%doc LICENSE.txt
%{_javadir}/*.jar

%files javadoc
%doc LICENSE.txt
%doc %{_javadocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.6-8
+ Revision: 3c8e0ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 124 |14cr|apache-gallery-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Apache-Gallery

Name:		    apache-gallery
Version:	    1.0.2
Release:	    4
Summary:	    A mod_perl handler to create an image gallery

License:	    GPL or Artistic
Group:		    Networking/WWW
URL:		    http://apachegallery.dk/
Source0:	    http://apachegallery.dk/download/%{module}-%{version}.tar.gz
Patch0:		    %{name}-0.9.5.urlbase.patch
Requires:	    apache-mod_perl
Obsoletes:	    perl-Apache-gallery
Provides:	    perl-Apache-gallery
BuildRequires:	apache-mod_perl
# (tv) for testsuite:
BuildRequires:	perl(CGI)
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(Image::Imlib2)
BuildRequires:	perl(Image::Info)
BuildRequires:	perl(Image::Size)
BuildRequires:	perl(Text::Template)
#BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl-devel
BuildArch:	    noarch

%description
Apache::Gallery creates an thumbnail index of each directory and
allows viewing pictures in different resolutions. Pictures are
resized on the fly and cached.

%prep
%setup -q -n %{module}-%{version}
#patch0 -p1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std
install -d -m 755 %{buildroot}%{_datadir}/apache-gallery/default
install -d -m 755 %{buildroot}/var/www/apache-gallery/static

for template in default new; do
    install -d -m 755 %{buildroot}%{_datadir}/apache-gallery/$template
    install -m 644 templates/$template/*.tpl %{buildroot}%{_datadir}/apache-gallery/$template
    install -m 644 templates/$template/gallery.css %{buildroot}/var/www/apache-gallery/static/$template.css
done

install -m 644 htdocs/* %{buildroot}/var/www/apache-gallery/static

install -d -m 755 %{buildroot}/var/www/apache-gallery/photos

install -d -m 755 %{buildroot}/var/cache/apache-gallery

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration
Alias /apache-gallery/static /var/www/apache-gallery/static
Alias /apache-gallery /var/www/apache-gallery/photos

<IfModule mod_perl.c>
    PerlSetVar GalleryTemplateDir '/usr/share/apache-gallery/default'
    PerlSetVar GalleryCacheDir    '/var/cache/apache-gallery'
    PerlSetVar GalleryURLBase     '/apache-gallery/static'
    PerlOptions +GlobalRequest

    <Directory /var/www/apache-gallery>
        Require all granted
    </Directory>

    <Directory /var/www/apache-gallery/photos>
        SetHandler        modperl
        PerlResponseHandler       Apache::Gallery
    </Directory>

    <Directory /var/cache/apache-gallery>
        Require all granted
    </Directory>
</ifModule>
EOF

%check
#make test

%files
%doc README Changes INSTALL LICENSE TODO UPGRADE
%config(noreplace) %{_webappconfdir}/%{name}.conf
%{perl_vendorlib}/Apache
%{_datadir}/%{name}
%attr(-,apache,apache) /var/cache/%{name}
/var/www/%{name}
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-4
+ Revision: 579fa22
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 125 |14cr|apachegrep-0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name apachegrep
%define version 0.3
%define release 5

Summary: A grep tool for apache log files 
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://switch.dl.sourceforge.net/sourceforge/apachegrep/%{name}-%{version}.tar.bz2
License: GPL
Group: File tools
Url: http://apachegrep.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Patch0: apachegrep-zcat.patch
BuildArch: noarch
Requires: gzip, bzip2

%description
apachegrep is a perl program to help webmasters go through their apache logs
and try to pullout various bits of information.
Built in the spirit of unix tools, it's designed to be used standalone or 
as part of a pipeline of tools to pore over common (or combined) logs and 
print out entire lines, specified fields or a simple count of matching lines.
You specify what fields you want and what regular expression you want applied
to that field.

It supports gzipped and bzipped log files.

%prep
%setup -q
%patch0 -p0

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot/%{_mandir}/man1
mkdir -p %buildroot/%{_bindir}
install -m 755 apachegrep %buildroot/%{_bindir}
install -m 644 apachegrep.1 %buildroot/%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc INSTALL CHANGELOG LICENSE README TODO 
%{_bindir}/apachegrep
%{_mandir}/man1/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-5
+ Revision: 7f1a5c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 126 |14cr|apache-HTML-Embperl-2.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module HTML-Embperl
%define mod_conf 76_Embperl.conf

Summary:	Framework for building web sites with Perl

Name:		apache-%{module}
Version:	2.4.0
Release:	4
License:	GPL
Group:		System/Servers
URL:		http://perl.apache.org/embperl/
Source0:	ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		Embperl-2.09b-fix-CVS.patch
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-mod_perl >= 1:2.0.2
BuildRequires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	apache-modules >= 2.2.0
BuildRequires:	apache-mod_perl >= 1:2.0.2
BuildRequires:	apache-mod_perl-devel >= 1:2.0.2
BuildRequires:	libxml2-devel
BuildRequires:	libxslt-devel
BuildRequires:	perl-Apache-Session
BuildRequires:	perl-Apache-SessionX 
BuildRequires:	perl-ExtUtils-XSBuilder
BuildRequires:	perl-HTML-Parser 
BuildRequires:	perl-Parse-RecDescent
BuildRequires:	perl-Tie-IxHash
BuildRequires:	perl-libwww-perl
BuildRequires:	perl-devel
BuildRequires:	file

%description
Embperl is a framework for building websites with Perl.

For the beginner it's an easy to setup and use way of embedding Perl code in
HTML pages. It delivers several features that ease the task of creating a
ebsites, including dynamic tables, formfield-processing,
escaping/unescaping, session handling, caching and more.

If your demands grow it gives you the power to make your Website
object-oriented and build it out of small reusable components. If you don't
like the idea of mixing up all your layout and code then Embperl also
supports separating it in different objects (e.g. creating an MVC
application). Of course Embperl doesn't tie you to HTML - it allows
components to be from different source formats (e.g. HTML, WML, XML, POD,
...) and if necessary transforms them (for example via XSLT) to other output
formats. This is achieved by dividing the output generation into small
steps, where each is processed by a plugable provider. Advanced users can
create their own syntax definitions (for example tag libraries) and extend
Embperl by writing their own providers and much more...

Embperl is a server-side tool, which means that it's browser-independent. It
can run in various ways: under mod_perl, as a CGI script, or offline.

%prep

%setup -q -n Embperl-%{version}

cp %{SOURCE1} %{mod_conf}

# fix strange perms
find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

rm -f eg/x/config.htm

%patch0 -p1

perl -pi -e "s/\&lt;/\</;" eg/x/loop.htm

cat << EOF > eg/.htaccess
<Files ~ (\.htm)>
SetHandler perl-script
PerlResponseHandler Embperl
</Files>
Options +Indexes
EOF

find -type d|grep CVS|xargs rm -rf
find -type f|grep cvsignore|xargs rm -f

%build
# (oe) pull in the apr and apu headers where ever they may be
export APR_HEADERS="`apr-1-config --includes`"
export APU_HEADERS="`apu-1-config --includes`"
perl -pi -e "s|-I\\\$EPPATH \\\$i|-I\\\$EPPATH \\\$i $APR_HEADERS $APU_HEADERS|g" Makefile.PL

perl -pi -e "s/action_module/actions_module/;" Makefile.PL
perl xsbuilder/source_scan.pl
perl xsbuilder/xs_generate.pl

cat << EOF | perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} `apr-1-config --cppflags`" INC="-I%{_includedir}/apache -I%{_includedir}/apache/regex -I%{_includedir}/apache/os/unix $APR_HEADERS $APU_HEADERS -I%{_includedir}/libxml2 -I./xs" 
y
%{_includedir}/apache
y
%{_sbindir}/httpd
%{_libdir}/apache-extramodules
%{_libdir}/apache
.
EOF

make LD_RUN_PATH=""

# one test fails atm
#make test

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

eval `perl '-V:installarchlib'`
install -d %{buildroot}/$installarchlib
%makeinstall_std

%__os_install_post
find %{buildroot}%{_prefix} -type f -print | sed "s@^%{buildroot}@@g" | grep -v perllocal.pod > %{module}-%{version}-filelist

install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

rm -rf test/tmp/* 
rm -rf blib
mkdir -p blib/arch
pushd blib/arch
eval `perl '-V:vendorarch'`
ln -s ../../../../../..$vendorarch/auto/ .
popd

cd test
#chmod 755 tmp
find -type f|xargs perl -pi -e \
	"s|%{_builddir}/embperl|%{_docdir}/%{name}-%{version}|g;"
perl -pi -e 's/\015//;' conf/config.pl
cd ..
rm -f %{buildroot}$vendorarch/auto/Embperl/*.bs

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean 
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%doc MANIFEST READM* eg test.pl test *.pod TODO blib
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/*/*
%{_var}/www/html/addon-modules/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.0-4
+ Revision: c3a573a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 127 |14cr|apache-ivy-2.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           apache-ivy
Version:        2.1.0
Release:        5
Summary:        Java-based dependency manager

Group:          Development/Java
License:        ASL 2.0
URL:            http://ant.apache.org/ivy/
Source0:        http://www.apache.org/dist/ant/ivy/2.1.0/%{name}-%{version}-src.tar.gz
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:      noarch

Provides:       ivy = %{version}-%{release}

BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  commons-httpclient
BuildRequires:  jsch
BuildRequires:  oro
BuildRequires:  java-devel >= 1.5
BuildRequires:  jpackage-utils
Requires:       jpackage-utils

%description
Apache Ivy is a tool for managing (recording, tracking, resolving and
reporting) project dependencies.  It is designed as process agnostic and is
not tied to any methodology or structure. while available as a standalone
tool, Apache Ivy works particularly well with Apache Ant providing a number
of powerful Ant tasks ranging from dependency resolution to dependency
reporting and publication.


%package javadoc
Summary:        API Documentation for ivy
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}

%description javadoc
JavaDoc documentation for %{name}


%prep
%setup -q

# Fix messed-up encodings
for F in RELEASE_NOTES README LICENSE NOTICE CHANGES.txt
do
        sed 's/\r//' $F |iconv -f iso8859-1 -t utf8 >$F.utf8
        touch -r $F $F.utf8
        mv $F.utf8 $F
done


%build
# Remove prebuilt documentation
rm -rf doc build/doc

# How to properly disable a plugin?
# we disable vfs plugin since commons-vfs is not available
rm -rf src/java/org/apache/ivy/plugins/repository/vfs \
        src/java/org/apache/ivy/plugins/resolver/VfsResolver.java
sed '/vfs.*=.*org.apache.ivy.plugins.resolver.VfsResolver/d' -i \
        src/java/org/apache/ivy/core/settings/typedef.properties

# Craft class path
mkdir -p lib
build-jar-repository lib ant ant/ant-nodeps commons-httpclient oro jsch

# Build
ant /localivy /offline jar javadoc


%install
rm -rf $RPM_BUILD_ROOT

# Code
install -d $RPM_BUILD_ROOT%{_javadir}
install -p -m644 build/artifact/jars/ivy.jar $RPM_BUILD_ROOT%{_javadir}/ivy-%{version}.jar
ln -sf ivy-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/ivy.jar

# API Documentation
install -d $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -rp build/doc/reports/api/. $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_javadir}/*
%doc RELEASE_NOTES CHANGES.txt LICENSE NOTICE README


%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-5
+ Revision: 5ab562a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 128 |14cr|apache-mod_activex_filter-0.2b-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_activex_filter
%define mod_conf A17_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module that filter ActiveX on a proxy
Name:		apache-%{mod_name}
Version:	0.2b
Release:	17
Epoch:		1
Group:		System/Servers
License:	Apache License
URL:		http://brice.free.fr
Source0:	mod_activex_%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		mod_activex_0.2-apx1.diff
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
Requires:	apache-mod_proxy

%description
It's only a simple hack of mod_case_filter to get a way to filter
ActiveX on a proxy. Actualy, the only way to filter ActiveX if
your proxy is unable to do it is to use a TIS module chained with
your proxy. But the TIS is only capable of doing HTTP/1.0. If you
need real performances, you'll want to use HTTP/1.1.

%prep
%setup -q -n mod_activex_0.2
%patch0 -p0

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
mv activex_filter/mod_activex_filter.c .
apxs -c mod_activex_filter.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.2b-17
+ Revision: f1ab567
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 129 |14cr|apache-mod_annodex-0.2.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_annodex
%define mod_conf A87_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module for server-side support of annodex media
Name:		apache-%{mod_name}
Version:	0.2.2
Release:	13
Group:		System/Servers
License:	Apache License
URL:		http://www.annodex.net/
Source:		http://www.annodex.net/software/mod_annodex/download/%{mod_name}-ap20-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	libannodex-devel
BuildRequires:	libcmml-devel >= 0.8
BuildRequires:	libogg-devel
BuildRequires:	pkgconfig

%description
mod_annodex provides full support for Annodex.net media. For more details about
annodex format, see http://www.annodex.net/

mod_annodex is a handler for type application/x-annodex. It provides the
following features:

        * dynamic generation of Annodex media from CMML files.

        * handling of timed query offsets, such as

          http://media.example.com/fish.anx?t=npt:01:20.8
        or
          http://media.example.com/fish.anx?id=Preparation

        * dynamic retrieval of CMML summaries, if the Accept: header
          prefers type text/x-cmml over application/x-annodex.

%prep

%setup -q -n %{mod_name}-ap20-%{version}

%build

%{_bindir}/apxs -c %{mod_name}.c `pkg-config annodex cmml --cflags --libs`

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
 %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
 if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
 fi
fi

%clean

%files
%doc LICENSE README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-13
+ Revision: be4e940
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 130 |14cr|apache-mod_antispam-1.0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_antispam
%define mod_conf A41_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module which can control referer spam
Name:		apache-%{mod_name}
Version:	1.0
Release:	18
Group:		System/Servers
License:	Apache License
URL:		http://bluecoara.net/item44/cat9.html
Source0:	http://bluecoara.net/download/mod_antispam/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		mod_antispam-1.0-apache220.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= 2.2.0
Requires(pre):  apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:  apache-devel >= 2.2.0

%description
mod_antispam is an Apache-2/Apache-2.1 module that can control
spam access. By using white/black lists, you can allow/deny
clients that have invalid HTTP_REFERER. In future versions, DNSBL
and BerkeleyDB will be supported.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

%build
%{_bindir}/apxs -DDEBUG -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}/var/log/httpd

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

touch %{buildroot}/var/log/httpd/antispam.white
touch %{buildroot}/var/log/httpd/antispam.black
touch %{buildroot}/var/log/httpd/antispam.black.auto
touch %{buildroot}/var/log/httpd/antispam.white.auto

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc AUTHORS CHANGES INSTALL README TODO httpd.conf.sample
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
# this is prone to change later, leave as is for now
%attr(0644,apache,apache) %config(noreplace) /var/log/httpd/antispam.white
%attr(0644,apache,apache) %config(noreplace) /var/log/httpd/antispam.black
%attr(0644,apache,apache) %config(noreplace) /var/log/httpd/antispam.black.auto
%attr(0644,apache,apache) %config(noreplace) /var/log/httpd/antispam.white.auto



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-18
+ Revision: 0ff3d47
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 131 |14cr|apache-mod_apparmor-2.3-1.907.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rev 907

%define major 1
%define libname %mklibname apparmor %{major}
%define develname %mklibname apparmor -d

Summary:	Fine-grained AppArmor confinement for apache
Name:		apache-mod_apparmor
Version:	2.3
Release:	%mkrel 1.%{rev}.8
License:	LGPL
Group:		System/Servers
URL:		http://forge.novell.com/modules/xfmod/project/?apparmor
Source0:	apache2-mod_apparmor-%{version}-%{rev}.tar.gz
Source1:        B15_mod_apparmor.conf
BuildRequires:  apache-devel
BuildRequires:  libapparmor-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
AppArmor is a security framework that proactively protects the operating system
and applications.

apache-mod_apparmor adds support to apache to provide AppArmor confinement
to individual cgi scripts handled by apache modules like mod_php and mod_perl.
This package is part of a suite of tools that used to be named SubDomain.

%prep
%setup -q -n apache2-mod_apparmor-%{version}

%build
%serverbuild

#%make   LIBAPPARMOR_FLAGS="-L../libapparmor/src/.libs -lapparmor -I../libapparmor/src" \
#        TESTBUILDDIR=$(pwd)

%make TESTBUILDDIR=$(pwd)


%install
rm -rf %{buildroot}

%{makeinstall_std} APXS_INSTALL_DIR=%{_libdir}/apache-extramodules
mkdir -p %{buildroot}%{_sysconfdir}/httpd/modules.d
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/modules.d/

%post
if [ -f /var/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/httpd ]; then
                %{_initrddir}/httpd restart 1>&2
        fi
fi


%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING.LGPL
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/B15_mod_apparmor.conf
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_apparmor.so
%attr(0644,root,root) %{_mandir}/man8/mod_apparmor.8*




%changelog
* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.3-1.907.8
+ Revision: ef491dd
- Automatic import for version 2.3-1.907.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 132 |14cr|apache-mod_auth_cert-0.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.8
%define mod_name mod_auth_cert
%define mod_conf B40_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Maps the Subject DN of a X509 client certificate to a username
Name:		apache-%{mod_name}
Version:	0.3
Release:	10
Group:		System/Servers
License:	GPL
URL:		http://sourceforge.net/projects/mod-auth-cert/
Source0:	http://dfn.dl.sourceforge.net/sourceforge/mod-auth-cert/%{mod_name}-%{version}.tgz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	dos2unix

%description
mod_auth_cert is an authentication module for the Apache 1.3.x/2.x server. It
can be used to map the Subject DN of a X509 client certificate to a username.
The module can be combined with other authentication modules.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}

find -type f -exec dos2unix {} \;

%build

%{_bindir}/apxs -c %{mod_name}.c
        
%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc LICENSE README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-10
+ Revision: d3aafcf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 133 |14cr|apache-mod_auth_certificate-0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_certificate
%define mod_conf B56_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	 A client certificate authentication module for apache
Name:		apache-%{mod_name}
Version:	0.3
Release: 	5
Group:		System/Servers
License:	Apache License
URL:		http://sourceforge.net/projects/modauthcertific/
Source0:	http://sunet.dl.sourceforge.net/project/modauthcertific/mod_auth_certificate/mod_auth_certificate-%{version}/mod_auth_certificate-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires(pre):	apache-mod_ssl >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
Requires:	apache-mod_ssl >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	openssl-devel

%description
mod_auth_certificate is an authentication module for the Apache 2.x server. It
adds the capability to forward usernames returned by mod_ssl to authorization
modules or providers as the are called since >= 2.2.x.

%prep

%setup -q -n %{mod_name}-%{version}
cp %{SOURCE1} %{mod_conf}

%build
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc COPYING README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-5
+ Revision: 385fe9f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 134 |14cr|apache-mod_auth_imap-2.2.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_imap
%define mod_conf A42_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Provides authentication against an IMAP mail server
Name:		apache-%{mod_name}
Version:	2.2.0
Release:	14
Group:		System/Servers
License:	GPL
URL:		http://ben.brillat.net/projects/mod_auth_imap/
Source0:	http://ben.brillat.net/files/projects/mod_auth_imap2/mod_auth_imap2-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= 2.2.0
Requires(pre):  apache >= 2.2.0
Requires:       apache-conf >= 2.2.0
Requires:       apache >= 2.2.0
BuildRequires:  apache-devel >= 2.2.0
BuildRequires:	file

%description
mod_auth_imap is an Apache module to provide authentication
against an IMAP mail server. The httpd.conf or .htaccess file can
specify server name and port of the desired IMAP server. It is
also compatible with stunnel for IMAP over SSL.

%prep

%setup -q -n mod_auth_imap2-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc CHANGELOG GPL.txt README examples/htaccess-example examples/httpd.conf-append-example
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.0-14
+ Revision: eb9e55a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 135 |14cr|apache-mod_auth_kerb-5.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_kerb
%define mod_conf 11_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module to provides authentifation against a Kerberos server
Name:		apache-%{mod_name}
Version:	5.4
Release:	8
Group:		System/Servers
License:	BSD-like
URL:		http://modauthkerb.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/modauthkerb/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Patch1:		mod_auth_kerb-5.4-rcopshack.patch
Patch2:		mod_auth_kerb-5.4-fixes.patch
Patch3:     mod_auth_kerb-5.4-s4u2proxy.patch
Patch4:     mod_auth_kerb-5.4-httpd24.patch

Requires:	krb5-libs
BuildRequires:	krb5-devel
BuildRequires:	automake
BuildRequires:	autoconf2.5
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
Mod_auth_kerb is an apache module designed to provide Kerberos
user authentication to the Apache web server. Using the Basic
Auth mechanism, it retrieves a username/password pair from the
browser and checks them against a Kerberos server as set up by
your particular organization. It also supports mutual ticket
authentication, but most browsers do not support that natively.

I might look into writing a netscape plugin for it at some point.
Some browsers also require being told that they are to use Basic
Auth as opposed to seeing KerberosV* and handling that as basic
auth. The module accounts for this and 'tricks' the browser into
thinking it's normal basic auth. 

If you are using the Basic Auth mechanmism, the module does not
do any special encryption of any sort. The passing of the
username and password is done with the same Base64 encoding that
Basic Auth uses. This can easily be converted to plain text. To
counter this, I would suggest also using mod_ssl. 

%prep

%setup -q -n %{mod_name}-%{version}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

cp %{SOURCE1} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%configure2_5x --localstatedir=/var/lib \
    --with-krb5=%{_prefix} \
    --without-krb4
%make

%install
rm -rf .libs; cp -rp src/.libs .

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}


%files
%doc INSTALL LICENSE README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.4-8
+ Revision: 09b2a80
- Fix build for modern apache



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 136 |14cr|apache-mod_auth_msfix-0.2.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_msfix
%define mod_conf A24_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	A module that fix MS XP WebDAV client problem
Name:		apache-%{mod_name}
Version:	0.2.1
Release:	17
Group:		System/Servers
License:	GPL
URL:		http://www.luluware.com/mod_auth_msfix.html
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}
Patch0:		mod_auth_msfix-0.2.1-apache220.diff
Requires:	apache-mod_dav
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:  apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
When MS XP Clients connect to WebDAV, they may have a problem
sending the user's name to Apache. They send domaine\username
or username@domaine, which break most of the authentification
module of Apache. 

This mod can fix the user's name by rewriting it.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

cp %{SOURCE1} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc CHANGES INSTALL README mod_auth_msfix.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.2.1-17
+ Revision: f75a5d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 137 |14cr|apache-mod_auth_nds-2.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_nds
%define mod_conf 98_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	2.0
Release:	17
Group:		System/Servers
License:	GPL
URL:		http://www.gknw.com/development/apache/
Source0: 	http://www.gknw.com/development/apache/httpd-2.0/unix/modules/%{mod_name}-%{version}beta.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		mod_auth_nds-2.0-register.patch
Patch1:		mod_auth_nds-2.0-apache220.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	ncpfs-devel
BuildRequires:	file
Epoch:		1

%description
mod_auth_nds is the Novell(tm) NDS(tm) authentication module for 
the apache web server.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0
%patch1 -p0

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c -I%{_includedir}/ncp -lncp 

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc my_cfg.txt ChangeLog INSTALL
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.0-17
+ Revision: 78a046d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 138 |14cr|apache-mod_authn_imap-0.01-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_authn_imap
%define mod_conf B42_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module for basic IMAP authentication support
Name:		apache-%{mod_name}
Version:	0.01
Release: 	8
Group:		System/Servers
License:	Apache License
URL:		http://www.s5h.net/code/mod-imap/
Source0:	http://www.s5h.net/code/mod-imap/mod_imap-%{version}.tar.gz
Source1:	http://www.s5h.net/code/mod-imap/mod_imap-%{version}.tar.gz.asc
Source2:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0

%description
Apache module for basic IMAP authentication support.

%prep

%setup -q -n mod_imap

cp %{SOURCE2} %{mod_conf}

# change the modules name
cp mod_authn_imap_basic.c %{mod_name}.c

%build
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

# cleanup
rm -f %{buildroot}%{_libdir}/apache-extramodules/*.*a

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc README INSTALL
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.01-8
+ Revision: 88615bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 139 |14cr|apache-mod_authn_otp-1.1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_authn_otp
%define mod_conf B55_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module for one-time password authentication
Name:		apache-%{mod_name}
Version:	1.1.1
Release:	6
Group:		System/Servers
License:	Apache License
Url:		http://code.google.com/p/mod-authn-otp/
Source0:	http://mod-authn-otp.googlecode.com/files/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_authn_otp-1.1.0-no_funky_cflags.diff
BuildRequires:	apache-devel
BuildRequires:	pkgconfig(openssl)
Requires:	apache
Requires:	apache-conf
Requires(pre):	apache
Requires(pre):	apache-conf
Requires(pre,postun):	rpm-helper

%description
mod_authn_otp is an Apache web server module for two-factor authentication
using one-time passwords (OTP) generated via the HOTP/OATH algorithm defined in
RFC 4226. This creates a simple way to protect a web site with one-time
passwords, using any RFC 4226-compliant hardware or software token device.
mod_authn_otp also supports the Mobile-OTP algorithm.

mod_authn_otp supports both event and time based one-time passwords. It also
supports "lingering" which allows the repeated re-use of a previously used
one-time password up to a configurable maximum linger time. This allows
one-time passwords to be used directly in HTTP authentication without forcing
the user to enter a new one-time password for every page load.

mod_authn_otp supports both basic and digest authentication, and will
auto-synchronize with the user's token within a configurable maximum offset
(auto-synchronization is not supported with digest authentication).

mod_authn_otp is especially useful for setting up protected web sites that
require more security than simple username/password authentication yet also
don't require users to install special VPN software, and is compatible with
software tokens that run on cell phones.

%files
%doc CHANGES LICENSE README users.sample
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_bindir}/otptool
%{_mandir}/man1/otptool.1*

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{mod_name}-%{version}
%patch0 -p0
# needed for autoreconf
touch NEWS AUTHORS ChangeLog COPYING

cp %{SOURCE1} %{mod_conf}

%build
rm -f configure
autoreconf -fi
export LIBS="-L%{_libdir} -lcrypto"

%configure2_5x
%make

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_mandir}/man1

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_bindir}
install -m0755 otptool %{buildroot}%{_bindir}/otptool
install -m0644 otptool.1 %{buildroot}%{_mandir}/man1/


%changelog
* Wed Aug 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-6
+ Revision: 8ca2993
- Create files needed for autoreconf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 140 |14cr|apache-mod_auth_ntlm_winbind-0.0.0-0.r794.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap r794

#Module-Specific definitions
%define mod_name mod_auth_ntlm_winbind
%define mod_conf B19_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Enables the Apache Web Server to Authenticate Users against Microsoft like DCs
Name:		apache-%{mod_name}
Version:	0.0.0
Release:	0.%{snap}.10
Group:		System/Servers
License:	Apache License
URL:		http://adldap.sourceforge.net/wiki/doku.php?id=mod_auth_ntlm_winbind
Source0:	%{mod_name}-%{version}-%{snap}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_auth_ntlm_winbind-20060510-connect_http10.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache-mpm-prefork >= 2.2.0
Requires:	samba-common
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
mod_auth_ntlm_winbind is an Apache module to authenticate users and
authorize access through Samba's winbind daemon against a Microsoft
like Domain Controller (DC).  These are Microsoft NT/2000/XP and Samba.

%prep

%setup -q -n %{mod_name}
%patch0 -p0

cp %{SOURCE1} %{mod_conf}

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -DAPACHE2 -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc AUTHORS README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Sep 28 2012 Denis Silakov <denis.silakov@rosalab.ru> 0.0.0-0.r794.10
+ Revision: ddcdec6
- Fix apxs path, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 141 |14cr|apache-mod_auth_pam-1.1.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_pam
%define mod_conf A48_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary: 	Pam authorisation for Apache
Name: 		apache-%{mod_name}
Version: 	1.1.1
Release: 	12
License: 	LGPL
Group: 		System/Servers
URL: 		http://pam.sourceforge.net/mod_auth_pam/
Source0:	http://pam.sourceforge.net/mod_auth_pam/dist/%{mod_name}-2.0-%{version}.tar.bz2
Source1:	http://pam.sourceforge.net/mod_auth_pam/shadow.html
Source2:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
BuildRequires:  pam-devel

%description
The PAM authentication module implements Basic authentication on 
top of the Pluggable Authentication Module library. Thereby it 
supports standard unix passwd, shadow, NIS, SMB auth and radius 
authentication transparently and easily interchangeable, wherever 
the HTTP protocol allows it.

%prep

%setup -q -n %{mod_name}

cp %{SOURCE1} .
cp %{SOURCE2} %{mod_conf}

chmod 644 INSTALL README doc/configure.html doc/faq.html doc/install.html

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c -o %{mod_name}.la -lpam
%{_bindir}/apxs -c mod_auth_sys_group.c -o mod_auth_sys_group.la -lpam

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_sysconfdir}/pam.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

cat > %{buildroot}%{_sysconfdir}/pam.d/httpd << EOF
#%PAM-1.0
auth       include      system-auth
account    include      system-auth
EOF

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc INSTALL README doc/configure.html doc/faq.html doc/install.html shadow.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/httpd
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-12
+ Revision: 5af9204
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 142 |14cr|apache-mod_auth_sdb-0.12-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_sdb
%define mod_conf 95_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	0.12
Release:	21
Group:		System/Servers
License:	Apache License
URL:		http://shebang.jp/src/apache/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		mod_auth_sdb-0.12-register.patch
Patch1:		mod_auth_sdb-0.12-apache220.diff
BuildRequires:	sdb-devel
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
This module provides Apache user authentication using LibSDB.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0
%patch1 -p0

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

#%{_bindir}/apxs -c %{mod_name}.c -Wl,-lsdb

%{_bindir}/apxs \
    -c %{mod_name}.c \
    `%{_bindir}/sdb-config --cflags` \
    `%{_bindir}/sdb-config --libs`

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc ChangeLog README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.12-21
+ Revision: b818dc0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 143 |14cr|apache-mod_auth_token-1.0.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_token
%define mod_conf A63_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Token based authentication to secure downloads and prevent deep-linking
Name:		apache-%{mod_name}
Version:	1.0.3
Release:	11
Group:		System/Servers
License:	GPL
URL:		http://www.synd.info/
Source0:	http://www.synd.info/downloads/releases/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.8
Requires(pre):	apache >= 2.2.8
Requires:	apache-conf >= 2.2.8
Requires:	apache >= 2.2.8
BuildRequires:  apache-devel >= 2.2.8
BuildRequires:	file
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	libtool

%description
This module uses token based authentication to secure downloads and prevent
deep-linking. Have your PHP script or servlet generate the to authenticate the
download. Apache can then treat the download request like a normal file
transfer without having to pipe the file through a script in  order to add
authentication.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
rm -f configure
libtoolize --copy --force; aclocal; autoconf; automake --add-missing --copy --foreign && autoconf

%configure2_5x --localstatedir=/var/lib \
    --with-apxs=%{_bindir}/apxs

%make

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc AUTHORS ChangeLog LICENSE README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-11
+ Revision: 41f5777
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 144 |14cr|apache-mod_authz_ldap-0.28-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_authz_ldap
%define mod_conf A31_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	LDAP authorization module for apache
Name:		apache-%{mod_name}
Version:	0.28
Release:	6
Group:		System/Servers
License:	GPL
URL:		http://authzldap.othello.ch/
Source0:	%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
BuildRequires:	openssl-devel
BuildRequires:	openldap-devel
BuildRequires:	automake
BuildRequires:	autoconf2.5
Requires:	openldap
Requires:	apache-mod_ssl
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
The mod_authz_ldap package provides support for authenticating
users of the Apache HTTP server against an LDAP database.
mod_authz_ldap features the ability to authenticate users based on
the SSL client certificate presented, and also supports password
aging, and authentication based on role or by configured filters.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
#export WANT_AUTOCONF_2_5=1
#rm -f configure
#libtoolize --copy --force; aclocal; autoconf --force; autoheader; automake --add-missing

export CPPFLAGS="`apr-1-config --includes` `apu-1-config --includes` -I%{_includedir}/openssl -DLDAP_DEPRECATED=1"

%configure2_5x --localstatedir=/var/lib \
    --with-apxs=%{_bindir}/apxs \
    --disable-static

pushd module
%{_bindir}/apxs -Wl,-export-symbols-regex -Wl,authz_ldap_module \
    -Wc,-DAUTHZ_LDAP_HAVE_SSL -c -o mod_authz_ldap.la *.c \
    -DAUTHZ_LDAP_HAVE_SSL -Wl,-lldap -Wl,-lcrypto
popd

%make -C tools

%install

make -C tools install DESTDIR=%{buildroot}
make -C docs install DESTDIR=%{buildroot}

# fix advx compat
rm -rf .libs; cp -rp module/.libs .

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc ldap/*.schema docs/*.{html,jpg} docs/*.{HOWTO,txt} docs/README
%doc NEWS AUTHORS ChangeLog COPYING INSTALL
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%attr(0755,root,root) %{_bindir}/cert*
%attr(0644,root,root) %{_mandir}/man1/cert*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.28-6
+ Revision: e3feca0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 145 |14cr|apache-mod_authz_unixgroup-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.4.0
%define mod_name mod_authz_unixgroup
%define mod_conf A57_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache Unix Group Access Control Modules
Name:		apache-%{mod_name}
Version:	1.1.0
Release:	2
Group:		System/Servers
License:	Apache License
URL:		http://code.google.com/p/mod-auth-external/wiki/ModAuthzUnixGroup
Source0:	http://mod-auth-external.googlecode.com/files/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires:	pwauth
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}

%description
Mod_Authz_Unixgroup is a unix group access control modules for Apache 2.1 and
later. If you are having users authenticate with real Unix login ID over the
net, using something like my mod_authnz_external / pwauth combination, and you
want to do access control based on unix group membership, then
mod_authz_unixgroup is exactly what you need.

%prep

%setup -q -n %{mod_name}-%{version}

chmod 644 CHANGES INSTALL README

rm -rf .libs

cp %{SOURCE1} %{mod_conf}


%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%files
%doc CHANGES INSTALL README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-2
+ Revision: fcc4996
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 146 |14cr|apache-mod_backtrace-0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Collects backtraces when a child process crashes
Name:		apache-mod_backtrace
Version:	0
Release:	17
Group:		System/Servers
License:	Apache License
Group:		System/Servers
URL:		http://www.apache.org
# http://www.apache.org/~trawick/mod_backtrace.c
Source0: 	mod_backtrace.c.bz2
Source1: 	test_char.h.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache-base >= 2.2.0
Requires(pre):	apache-modules >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache-base >= 2.2.0
Requires:	apache-modules >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0

%description
mod_backtrace is an experimental module for Apache httpd 2.x which
collects backtraces when a child process crashes. Currently it is
implemented only on Linux and FreeBSD, but other platforms could be
supported in the future. You should verify that it works reasonably
on your system before putting it in production.

It implements a fatal exception hook that will be called when a child
process crashes. In the exception hook it uses system library routines
to obtain information about the call stack, and it writes the call
stack to a log file or the web server error log. The backtrace is a
critical piece of information when determining the failing software
component that caused the crash.  Note that the backtrace written by
mod_backtrace may not have as much information as a debugger can
display from a core dump.

%prep

%setup -c -T

bzcat %{SOURCE0} > mod_backtrace.c
bzcat %{SOURCE1} > test_char.h

%build

%{_bindir}/apxs `apr-1-config --includes` -c mod_backtrace.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}/var/log/httpd

install -m0755 .libs/mod_backtrace.so %{buildroot}%{_libdir}/apache-extramodules/

# fix the mod_backtrace.conf
cat << EOF > %{buildroot}/%{_sysconfdir}/httpd/modules.d/ZZ90_mod_backtrace.conf
<IfDefine HAVE_BACKTRACE>
  <IfModule !mod_backtrace.so.c>
    LoadModule backtrace_module		extramodules/mod_backtrace.so
  </IfModule>
</IfDefine>

<IfModule mod_backtrace.c>
    EnableExceptionHook On
    BacktraceLog logs/backtrace_log
</IfModule>
EOF

touch %{buildroot}/var/log/httpd/backtrace_log

%post
%create_ghostfile /var/log/httpd/backtrace_log apache apache 0644
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean


%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/ZZ90_mod_backtrace.conf
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_backtrace.so
%attr(0644,apache,apache) %ghost /var/log/httpd/backtrace_log



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-17
+ Revision: 7bfc78e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 147 |14cr|apache-mod_bash-0.1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_bash
%define mod_conf B45_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module which embeds bash
Name:		apache-%{mod_name}
Version:	0.1.1
Release: 	8
Group:		System/Servers
License:	Apache License
URL:		http://www.autistici.org/bakunin/mod_bash/
Source0:	http://www.autistici.org/bakunin/mod_bash/src/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_bash-build_fix.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	glib2-devel
BuildRequires:	pcre-devel
BuildRequires:	pkgconfig
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
mod_bash on is an Apache module that embeds the bash interpreter within the
server.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

cp %{SOURCE1} %{mod_conf}

%build
export PATH="/sbin:/usr/sbin:/bin:/usr/bin"
export CPPFLAGS="`apr-1-config --cppflags`"
autoreconf -fis

%configure2_5x

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 src/.libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc examples/*.bash README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-8
+ Revision: 92a8994
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 148 |14cr|apache-mod_but-3.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_but
%define mod_conf A44_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Shared Memory / Pre-Authentiation / Reverse Proxy
Name:		apache-%{mod_name}
Version:	3.1
Release:	9
Group:		System/Servers
License:	BSD
URL:		http://www.but.ch/mod_but/
Source0:	http://www.but.ch/mod_but/download/mod_but_latest.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= 2.0.54
Requires(pre):  apache >= 2.0.54
Requires:       apache-conf >= 2.0.54
Requires:       apache >= 2.0.54
BuildRequires:  apache-devel >= 2.0.54
BuildRequires:	file

%description
mod_but is an Apache 2.x module designed to operate as
reverse-proxy enhancement component. mod_but integrates with
mod_rewrite, mod_replace, mod_proxy, mod_security, mod_headers and
other standard modules.

%prep

%setup -q -n mod_but_V%{version}

cp %{SOURCE1} %{mod_conf}

cp modules/mod_but/*.[ch] .

chmod 644 INSTALL LICENSE mod_but_*.pdf

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c mod_but.c mod_but_access.c mod_but_authorization.c \
    mod_but_config.c mod_but_cookiestore.c mod_but_output_filter.c \
    mod_but_request_filter.c mod_but_session.c mod_but_shm.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}/var/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}/var/www/html/addon-modules/%{name}-%{version}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc INSTALL LICENSE mod_but_*.pdf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
/var/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1-9
+ Revision: c4fd031
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 149 |14cr|apache-mod_cfg_ldap-1.2-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_cfg_ldap
%define mod_conf A15_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Keeping apache VirtualHost configuration in a LDAP directory
Name:		apache-%{mod_name}
Version:	1.2
Release:	17
Group:		System/Servers
License:	BSD
URL:		http://sourceforge.net/projects/modcfgldap/
Source0: 	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
BuildRequires:	openldap-devel
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
mod_cfg_ldap allows you to keep your virtual host configuration in
a LDAP directory and update it in nearly realtime.

%prep

%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c -lldap_r

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc AUTHORS ChangeLog INSTALL README TODO mod_cfg_ldap.schema
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.2-17
+ Revision: 27ece9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 150 |14cr|apache-mod_chm-0.3.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_chm
%define mod_conf A33_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	0.3.1
Release:	16
Group:		System/Servers
License:	GPL
URL:		http://sourceforge.net/projects/modchm/
Source0: 	http://prdownloads.sourceforge.net/modchm/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
BuildRequires:	perl
BuildRequires:	chmlib-devel
Epoch:		1

%description
mod_chm is an apache module that gives you possibility to explore
files in CHM format. mod_chm uses chmlib by Jed Wing to access CHM
files. This package also includes chmdump program that unpacks
content of CHM file.

%prep

%setup -q -n mod_chm

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c -I. -lchm

gcc %{optflags} chmdump/chmdump.c -o chmdump/chmdump -lchm

%install

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -m0755 chmdump/chmdump %{buildroot}%{_bindir}/

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc AUTHORS COPYING ChangeLog README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_bindir}/chmdump
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.3.1-16
+ Revision: a403964
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 151 |14cr|apache-mod_chroot-0.5-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_chroot
%define mod_conf A85_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Mod_chroot makes running Apache in a secure chroot environment easy
Name:		apache-%{mod_name}
Version:	0.5
Release:	13
Group:		System/Servers
License:	GPL
URL:		http://core.segfault.pl/~hobbit/mod_chroot/
Source0:	http://core.segfault.pl/~hobbit/mod_chroot/dist/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		mod_chroot-0.5-no_version_component.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0

%description
mod_chroot makes running Apache in a secure chroot environment easy. You don't
need to create a special directory hierarchy containing /dev, /lib, /etc...

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done
    
# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
 %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
 if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
 fi
fi

%clean

%files
%doc CAVEATS ChangeLog INSTALL LICENSE README README.Apache20
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-13
+ Revision: eb13269
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 152 |14cr|apache-mod_coredumper-0.1.0-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_coredumper
%define mod_conf A35_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	0.1.0
Release:	19
License:	Apache License
Group:		System/Servers
URL:		http://www.outoforder.cc/projects/apache/mod_coredumper/
Source0: 	http://www.outoforder.cc/downloads/mod_coredumper/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}
Patch0:		mod_coredumper-0.1.0-modname.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	coredumper-devel
Epoch:		1

%description
mod_coredumper uses the CoreDumper library from Google to fetch a
GDB compatible core file from Apache, over HTTP.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

cp %{SOURCE1} %{mod_conf}

perl -pi -e "s|APR_FOPEN_READ|APR_READ|g" src/mod_coredumper.c

%build
%{_bindir}/apxs -lcoredumper -I%{_includedir}/google -c src/mod_coredumper.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 src/.libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc LICENSE NOTICE README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.1.0-19
+ Revision: 6ecb54e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 153 |14cr|apache-mod_defensible-1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.4.0
%define mod_name mod_defensible
%define mod_conf B25_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	An Apache 2.x module intended to block spammers using DNSBL
Name:		apache-%{mod_name}
Version:	1.5
Release:	2
Group:		System/Servers
License:	GPLv2+
URL:		http://julien.danjou.info/mod_defensible.html
Source0:	%{mod_name}-%{version}.tar.xz
Source1:	%{mod_conf}
Patch0:		mod_defensible-1.5-rosa-libfool.patch
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= %{apache_version}
Requires(pre):	apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	apr-devel
BuildRequires:	udns-devel
BuildRequires:	libtool

%description
mod_defensible is an Apache 2.x module intended to block spammers using DNSBL
servers. It will look at the client IP and check it in one or several DNSBL
servers and return a 403 Forbidden page to the client.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p1

cp %{SOURCE1} %{mod_conf}

%build
touch config.h.in
%setup_compile_flags
libtoolize --force --copy; aclocal; automake --add-missing --copy --foreign; autoheader; autoconf
export APXS2="%{_bindir}/apxs"

%configure2_5x --localstatedir=/var/lib \
    --with-udns

%make

#%{_bindir}/apxs -c -I%{_includedir}/mysql -L%{_libdir} -lmysqlclient mod_anticrack.c


%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%files
%doc AUTHORS Changelog README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-2
+ Revision: a967676
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 154 |14cr|apache-mod_delay-0.9.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_delay
%define mod_conf A67_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Delay module for Apache2
Name:		apache-%{mod_name}
Version:	0.9.2
Release:	6
Group:		System/Servers
License:	Apache License
URL:		http://www.heute-morgen.de/modules/mod_delay/
Source0:	http://www.heute-morgen.de/modules/mod_delay/mod_delay.c
Source1:	http://www.heute-morgen.de/modules/mod_delay/mod_delay.h
Source2:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.0.54
Requires(pre):	apache >= 2.0.54
Requires:	apache-conf >= 2.0.54
Requires:	apache >= 2.0.54
BuildRequires:  apache-devel >= 2.0.54
BuildRequires:	file

%description
mod_delay is an output filter that does buffering until it is told to stop this
(by a note). It also enables the sending of 304 by delaying the call to
ap_meets_conditions until then. The module exports one optional functions and
has no configuration. It registers as an output filter named delay.

%package	devel
Summary:	Development API for the mod_delay apache module
Group:		Development/C

%description	devel
mod_delay is an output filter that does buffering until it is told to stop this
(by a note). It also enables the sending of 304 by delaying the call to
ap_meets_conditions until then. The module exports one optional functions and
has no configuration. It registers as an output filter named delay.

This package contains the development API for the mod_delay apache module.

%prep

%setup -q -c -T -n %{mod_name}

cp %{SOURCE0} .
cp %{SOURCE1} .
cp %{SOURCE2} .

find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_includedir}

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 mod_delay.h %{buildroot}%{_includedir}/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

%files devel
%attr(0644,root,root) %{_includedir}/mod_delay.h



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-6
+ Revision: b891f80
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 155 |14cr|apache-mod_diagnostics-0.1-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_diagnostics
%define mod_conf 94_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.1
Release:	19
Group:		System/Servers
License:	Apache License
URL:		http://apache.webthing.com/mod_diagnostics/
Source0:	http://apache.webthing.com/svn/apache/filters/mod_diagnostics.c
Source1:	http://apache.webthing.com/mod_diagnostics/index.html
Source2:	%{mod_conf}
Patch0:		mod_diagnostics-0.1-format_not_a_string_literal_and_no_format_arguments.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
mod_diagnostics is a very simple filter module. It can be inserted anywhere and
in any number of places in the Apache filter chain, and merely listens to and
reports traffic going through. It is  designed as a learning aid and a
debugging tool for Apache filter modules.

%prep

%setup -q -T -c -n %{mod_name}-%{version}
cp %{SOURCE0} .
cp %{SOURCE1} .
cp %{SOURCE2} %{mod_conf}

%patch0 -p0

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc index.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.1-19
+ Revision: 7ecdecb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 156 |14cr|apache-mod_dns-1.02-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.6
%define mod_name mod_dns
%define mod_conf B24_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DNS Protocol module for Apache 2.x
Name:		apache-%{mod_name}
Version:	1.02
Release:	12
Group:		System/Servers
License:	Apache License
URL:		http://www.beamartyr.net/
Source0:	http://www.beamartyr.net/mod-dns-%{version}.tar.bz2
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= %{apache_version}
Requires(pre):	apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}

%description
DNS Protocol module for Apache 2.x
 
%prep

%setup -q -n mod-dns

cp %{SOURCE1} %{mod_conf}

%build

%{_bindir}/apxs -c mod_dns.c buckets.c errors.c protocol.c rr/*.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%clean

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.02-12
+ Revision: 1695a01
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 157 |14cr|apache-mod_dnsbl_lookup-0.91-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_dnsbl_lookup
%define mod_conf A39_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	A DNSBL and RHSBL enabled module for apache 2.x
Name:		apache-%{mod_name}
Version:	0.91
Release:	14
Group:		System/Servers
License:	Apache License
URL:		https://svn.apache.org/repos/asf/httpd/mod_smtpd/trunk/mod_dnsbl_lookup/
Source0: 	http://www.sysdesign.ca/archive/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.0.55
Requires(pre):	apache >= 2.0.55
Requires:	apache-conf >= 2.0.55
Requires:	apache >= 2.0.55
Requires:	apache-mod_smtpd
BuildRequires:	apache-devel >= 2.0.55
BuildRequires:	file
Epoch:		1

%description
mod_dnsbl_lookup aims to provide generic and flexible DNSBL and RHSBL 
use without limiting functionality.

%package	devel
Summary:	Development files for %{mod_name}
Group:		Development/C

%description	devel
Development files for %{mod_name}.

%prep

%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c mod_dnsbl_lookup.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_includedir}

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -m0644 dnsbl_lookup.h %{buildroot}%{_includedir}/

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

%files devel
%{_includedir}/*.h



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.91-14
+ Revision: 4162b31
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 158 |14cr|apache-mod_dnssd-0.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_dnssd
%define mod_conf A47_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Mod_dnssd adds DNS-SD Zeroconf support to Apache 2.0 using Avahi
Name:		apache-%{mod_name}
Version:	0.6
Release:	9
License:	Apache License
Group:		System/Servers
Url:		http://0pointer.de/lennart/projects/mod_dnssd/
Source0:	http://0pointer.de/lennart/projects/mod_dnssd/mod_dnssd-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_dnssd-0.4-no_silly_checks_because_we_know_the_apache_version_is_ok.diff
BuildRequires:	autoconf2.5
BuildRequires:	automake1.8
BuildRequires:	file
BuildRequires:	lynx
BuildRequires:	apache-devel
BuildRequires:	avahi-common-devel >= 0.6.4
BuildRequires:	pkgconfig(avahi-client)
Requires:	apache
Requires:	apache-conf
Requires:	apache-mod_dav
Requires:	apache-mod_userdir
Requires(pre,postun):	rpm-helper
Requires(pre):	apache
Requires(pre):	apache-conf

%description
mod_dnssd is an Apache module which adds Zeroconf support via DNS-SD using
Avahi.

%files
%doc LICENSE README doc/README.html doc/style.css
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{mod_name}-%{version}
%patch0 -p0

cp %{SOURCE1} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
rm -f configure
libtoolize --force --copy; aclocal-1.8 ; autoheader; automake-1.8 --add-missing --copy --foreign; autoconf

%configure2_5x --localstatedir=/var/lib
%make

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 src/.libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}


%changelog
* Fri Aug 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6-9
+ Revision: 2edf90e
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 159 |14cr|apache-mod_domaintree-1.6-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_domaintree
%define mod_conf A60_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Mass virtual hosting module mapping host names to a directory tree
Name:		apache-%{mod_name}
Version:	1.6
Release:	12
Group:		System/Servers
License:	Apache License
URL:		http://dev.iworks.at/mod_domaintree/
Source0:	http://dev.iworks.at/mod_domaintree/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.4
Requires(pre):	apache >= 2.2.4
Requires:	apache-conf >= 2.2.4
Requires:	apache >= 2.2.4
BuildRequires:  apache-devel >= 2.2.4
BuildRequires:	file

%description
Mass virtual hosting module mapping host names to a directory tree.

%prep

%setup -q -n %{mod_name}

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

cp %{SOURCE1} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c mod_domaintree.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}/var/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}/var/www/html/addon-modules/%{name}-%{version}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc ChangeLog LICENSE.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
/var/www/html/addon-modules/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-12
+ Revision: 9e49e28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 160 |14cr|apache-mod_encoding-0.0.20040616-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define snapshot 20040616
%define mod_name mod_encoding
%define mod_conf 44_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.0.%{snapshot}
Release:	10
Group:		System/Servers
License:	GPL
URL:		http://webdav.todo.gr.jp/
Source0: 	mod_encoding-0.0.20021209.tar.bz2
Source1:	%{mod_conf}
Source2:	http://webdav.todo.gr.jp/download/experimental/mod_encoding.c.apache2.%{snapshot}
Patch0:		mod_encoding.c.apache2.20040616-apache220.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
Mod Encoding is an Apache module for non-ascii filename interoperability

This module improves non-ascii filename interoperability of apache
(and mod_dav).

%prep

%setup -q -n mod_encoding-20021209

cp %{SOURCE1} %{mod_conf}
cp %{SOURCE2} %{mod_name}.c

%patch0 -p0 -b .apache220

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

cd lib
[ -r iconv.h ] && rm -f iconv.h
rm -f configure
autoreconf -fis
%configure --enable-shared=no
%make CFLAGS="%{optflags} -fPIC"
ln -s -f  iconv.h.replace iconv.h
cd -

%{_bindir}/apxs -c -I$PWD/lib -L$PWD/lib/ -liconv_hook %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc AUTHORS ChangeLog README COPYING
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.0.20040616-10
+ Revision: 250cb97
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 161 |14cr|apache-mod_fakessl-0.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_fakessl
%define mod_conf A90_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	A apache 2.x module for setting an https flag when you are using reverse proxy
Name:		apache-%{mod_name}
Version:	0.4
Release:	8
Group:		System/Servers
License:	Apache License
URL:		http://websupport.sk/~stanojr/projects/mod_fakessl/
Source0:	http://websupport.sk/~stanojr/projects/mod_fakessl/mod_fakessl-%{version}.tar.gz
Source1:	README.%{mod_name}
Source2:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
Requires:	apache-mod_proxy >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
A apache 2.x module for setting an https flag when you are using reverse proxy

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} .
cp %{SOURCE2} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc README.%{mod_name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-8
+ Revision: 56fb019
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 162 |14cr|apache-mod_fcgid-2.3.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_fcgid
%define load_order 227

Summary:	Apache module for FastCGI
Name:		apache-%{mod_name}
Version:	2.3.6
Release:	5
Group:		System/Servers
License:	Apache License
URL:		http://www.apache.org
Source0:	http://httpd.apache.org/dev/dist/mod_fcgid/mod_fcgid-%{version}.tar.gz
Source1:	http://httpd.apache.org/dev/dist/mod_fcgid/mod_fcgid-%{version}.tar.gz.asc
Patch0:		mod_fcgid-2.3.6-CVE-2012-1181.diff
BuildRequires:	file
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
Epoch:		1

%description
mod_fcgid is a binary compatibility alternative to Apache module mod_fastcgi.
mod_fcgid has a new process management strategy, which concentrates on reducing
the number of fastcgi server, and kick out the corrupt fastcgi server as soon
as possible.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

# still a bit ugly

pushd modules/fcgid
cp fcgid_config.h.in fcgid_config.h
%{_bindir}/apxs -I. -c mod_fcgid.c fcgid_bridge.c fcgid_conf.c fcgid_pm_main.c \
    fcgid_protocol.c fcgid_spawn_ctl.c fcgid_proctbl_unix.c fcgid_pm_unix.c \
    fcgid_proc_unix.c fcgid_bucket.c fcgid_filter.c fcgid_mutex_unix.c
popd

%install

install -d %{buildroot}%{_libdir}/apache
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}/var/lib/%{name}

install -m0755 modules/fcgid/.libs/*.so %{buildroot}%{_libdir}/apache/

cat > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{load_order}_%{mod_name}.conf << EOF
LoadModule fcgid_module	%{_libdir}/apache/%{mod_name}.so

#FcgidIPCDir - fastcgi socket file path
FcgidIPCDir /var/lib/%{name}

# Use FastCGI to process .fcg .fcgi & .fpl scripts
# Don't do this if mod_fastcgi is present, as it will try to do the same thing
AddHandler fcgid-script fcg fcgi fpl
EOF

# fix docs
cp modules/fcgid/ChangeLog ChangeLog.old
cp docs/manual/mod/mod_fcgid.html.en mod_fcgid.html

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%files
%doc ChangeLog.old *-FCGID mod_fcgid.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/*.conf
%attr(0755,root,root) %{_libdir}/apache/*.so
%attr(0755,apache,apache) %dir /var/lib/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.3.6-5
+ Revision: 5d8e9f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 163 |14cr|apache-mod_form-0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_form
%define mod_conf A71_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0
Release:	18
Group:		System/Servers
License:	GPL
URL:		http://apache.webthing.com/mod_form/
# there is no official tar ball
# http://apache.webthing.com/svn/apache/forms/mod_form.c
Source0:	http://apache.webthing.com/svn/apache/filters/xmlns/mod_form.c
Source1:	http://apache.webthing.com/svn/apache/filters/xmlns/mod_form.h
Source2:	README.mod_form
Source3:	%{mod_conf}
# preserve r->args (apr_strtok is
# destructive in this regard). Makes mod_autoindex work again in
# conjunction with directories where FormGET is enabled.
Patch0:         mod_form.c.preserve_args.patch
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
mod_form is a utility to decode data submitted from Web forms. It deals with
both GET and POST methods where the data are encoded using the default content
type application/x-www-form-urlencoded. It does not decode multipart/form-data
(file upload) forms: for those you should use mod_upload.

%package	devel
Summary:	Development API for the mod_form apache module
Group:		Development/C

%description	devel
mod_form is a utility to decode data submitted from Web forms. It deals with
both GET and POST methods where the data are encoded using the default content
type application/x-www-form-urlencoded. It does not decode multipart/form-data
(file upload) forms: for those you should use mod_upload.

This package contains the development API for the mod_form apache module.

%prep

%setup -q -c -T -n %{mod_name}-%{version}

cp %{SOURCE0} %{mod_name}.c
cp %{SOURCE1} %{mod_name}.h
%patch0
cp %{SOURCE2} README
cp %{SOURCE3} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_includedir}

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 mod_form.h %{buildroot}%{_includedir}/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
 %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
 if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
 fi
fi

%clean

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

%files devel
%attr(0644,root,root) %{_includedir}/mod_form.h



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-18
+ Revision: 63cd118
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 164 |14cr|apache-mod_gfx-0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_gfx
%define mod_conf B52_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Performs image operations on the fly
Name:		apache-%{mod_name}
Version:	0.1
Release: 	8
Group:		System/Servers
License:	GPLv3
URL:		http://nauticaltech.com/software/mod_gfx/
Source0:	http://nauticaltech.com/software/mod_gfx/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	libgd-devel

%description
mod_gfx is a configurable Apache module that uses libgd to perform image
operations on the fly. Some of the supported image operations are: resize,
resample, watermark, and crop. A couple of its special features are origin
selection via URI regex and round-robin over a list of hosts.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}

%build
%{_bindir}/apxs -Iinclude -c module/%{mod_name}.c -lgd

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 module/.libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc Benchmark README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-8
+ Revision: a3c539d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 165 |14cr|apache-mod_gzip_disk-0.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_gzip_disk
%define mod_conf B29_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Serves pre-compressed HTML files to avoid compression on the fly
Name:		apache-%{mod_name}
Version:	0.5
Release:	7
Group:		System/Servers
License:	Apache License
URL:		http://www.s5h.net/code/mod-gzip/
Source0:	http://www.s5h.net/code/mod-gzip/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:  apache-devel >= 2.2.0

%description
mod-gzip-disk is a module for serving pre-compressed HTML files to clients to
avoid compression on the fly.

%prep

%setup -q -n %{mod_name}

cp %{SOURCE1} .

%build

%{_bindir}/apxs -c %{mod_name}.c -lz

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-7
+ Revision: 38cca58
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 166 |14cr|apache-mod_icpquery-2.0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_icpquery
%define mod_conf B50_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Extend Apache's mod_rewrite by internal mapping functions using ICP
Name:		apache-%{mod_name}
Version:	2.0.2
Release: 	8
Group:		System/Servers
License:	Apache License
URL:		http://code.google.com/p/modicpquery
Source0:	http://modicpquery.googlecode.com/files/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Apache mod_rewrite provides ways to map values to attributes using the
directive RewriteMap. RewriteMap can use flat mappings files, hashed
mapping files, internal functions and external rewriting programs.
One not well known feature of mod_rewrite is to extend this functionality
with internal functions, which can be defined in a seperate Apache module.
This allows to do some complex and time consuming mappings, since 
mapping requests do not have to be passed through one single pipe, as
in the case of an external rewrite program.

mod_icpquery is a package which can be used to find objects on caching
servers by sending an UDP query. This query conforms to RFC2186 also
known as ICP and can be handeld by various HTTP-caching servers such
as squid. A cache-server handling ICP should reply to an ICP-query
with an ICP-response indicating if it holds the desired object in its
cache or not. mod_icpquery is able to send UDP datagrams to a list of unicast
and/or multicast IP-addresses.

%prep

%setup -q -n %{mod_name}

cp %{SOURCE1} %{mod_conf}

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-8
+ Revision: 13fe59b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 167 |14cr|apache-mod_injection-0.3.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_injection
%define mod_conf 23_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.3.1
Release:	16
Group:		System/Servers
License:	BSD
URL:		http://pmade.org/pjones/software/mod_injection/download.html
Source0: 	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		%{mod_name}-0.3.0-register.patch
Patch1:		mod_injection-0.3.1-apache220.diff
Patch2:		mod_injection-0.3.1-manual.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
BuildRequires:	openjade
BuildRequires:	docbook-style-dsssl
Epoch:		1

%description
mod_injection is an Apache 2.0.X filter module. It allows you to
inject text in the HTTP response after a HTML tag or after any
given text string. The main intention of this module is to add a
banner to several HTML pages on the fly.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p1
%patch1 -p0
%patch2 -p0

# fix strange permissions
find docs/manual/ -name "*.xml" | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
cp src/mod_injection.c .
%{_bindir}/apxs -c mod_injection.c

pushd docs/manual
    make html
popd    

mv docs/manual/one-html/manual.html index.html

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

# make the example work... (ugly, but it works...)
NEW_URL=%{_docdir}/%{name}-%{version}/
perl -pi -e "s|_REPLACE_ME_|$NEW_URL|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc README INSTALL docs/CREDITS index.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.3.1-16
+ Revision: a4e86c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 168 |14cr|apache-mod_jsmin-0-0.r7.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap r7

#Module-Specific definitions
%define mod_name mod_jsmin
%define mod_conf B43_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module which 'minifies' javascript
Name:		apache-%{mod_name}
Version:	0
Release: 	0.%{snap}.7
Group:		System/Servers
License:	BSD
URL:		http://code.google.com/p/modjsmin/
Source0:	mod_jsmin.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0

%description
This is a port of Douglas Crockford's JSMin program so that it can be run as an
apache 2.x filter.

%prep

%setup -q -n %{mod_name}

cp %{SOURCE1} %{mod_conf}

head -27 %{mod_name}.c > LICENSE

%build
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc LICENSE
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog
* Fri Sep 28 2012 Denis Silakov <denis.silakov@rosalab.ru> 0-0.r7.7
+ Revision: 5f419a8
- Fix apxs path, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 169 |14cr|apache-mod_ldap_userdir-1.1.18-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_ldap_userdir
%define mod_conf A37_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Look up user home directories (for /~user URLs) from an LDAP directory
Name:		apache-%{mod_name}
Version:	1.1.18
Release:	5
Group:		System/Servers
License:	GPL
URL:		http://horde.net/~jwm/software/mod_ldap_userdir/
Source0:	http://horde.net/~jwm/software/mod_ldap_userdir/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
BuildRequires:	openssl-devel
BuildRequires:	openldap-devel
Requires:	openldap
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache-mpm-prefork >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache-mpm-prefork >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Conflicts:	apache-mod_userdir
Epoch:		1

%description
mod_ldap_userdir is a module that enables the Apache web server to look up user
home directories (for /~user URLs) from an LDAP directory.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%configure2_5x --localstatedir=/var/lib \
    --with-apxs=%{_bindir}/apxs \
    --with-tls

#%%make

%{_bindir}/apxs -DTLS=1 -L%{_libdir} -lldap -llber -c mod_ldap_userdir.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc DIRECTIVES README user-ldif
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.1.18-5
+ Revision: 4525e82
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 170 |14cr|apache-mod_limitipconn-0.24-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_limitipconn
%define mod_conf 85_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.24
Release:	2
Group:		System/Servers
License:	Apache License
URL:		http://dominia.org/djao/limitipconn.html
Source0:	http://dominia.org/djao/limit/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
%{mod_name} is a DSO module for the apache web server to
limit the maximum number of simultaneous connections per IP
address. Allows inclusion and exclusion of files based on MIME
type.

%prep
%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

cp %{SOURCE1} %{mod_conf}
mv README mod_limitipconn-README.txt

%build
%{_bindir}/apxs  -c %{mod_name}.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name} %{buildroot}%{_var}/www/html/addon-modules/%{name}

# make the example work... (ugly, but it works...)
NEW_URL=/addon-modules/%{name}
perl -pi -e "s|_REPLACE_ME_|$NEW_URL|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%files
%doc ChangeLog INSTALL mod_limitipconn-README.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.24-2
+ Revision: 1348ab2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 171 |14cr|apache-mod_line_edit-1.0.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_line_edit
%define mod_conf A95_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	A general-purpose output filter for text documents for Apache
Name:		apache-%{mod_name}
Version:	1.0.0
Release:	12
Group:		System/Servers
License:	GPL
URL:		http://apache.webthing.com/mod_line_edit/
Source0:	http://apache.webthing.com/mod_line_edit/mod_line_edit.c
Source1:	%{mod_conf}
Source2:	http://apache.webthing.com/mod_line_edit/index.html
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
mod_line_edit is a general-purpose filter for text documents. It operates as a
simple on-the-fly line editor, applying search-and-replace rules defined in a
configuration or .htaccess file.

Unlike most of Webing's filter modules, it is not markup-aware, so it is not an
optimal choice for processing HTML or XML, though it may nevertheless be used
with caution (and may be far better than semi-markup-aware options such as
mod_layout).

For non-markup document types such as plain text, and non-markup Web documents
such as Javascript or Stylesheets, it is the best available option in the
absence of a filter that parses any relevant document structures.

mod_line_edit is written for performance and reliability, and should scale
without problems as document size grows. mod_line_edit is fully compatible with
Apache 2.0 and 2.2, and all operating systems and MPMs.

%prep

%setup -q -T -c -n %{mod_name}-%{version}
cp %{SOURCE0} %{mod_name}.c
cp %{SOURCE1} %{mod_conf}
cp %{SOURCE2} README.html

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

head -19 %{mod_name}.c > LICENSE

%build
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc LICENSE README.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-12
+ Revision: 6b51d08
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 172 |14cr|apache-mod_load_average-0.1.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_load_average
%define mod_conf A52_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.1.0
Release:	16
Group:		System/Servers
License:	Apache License
URL:		http://svn.force-elite.com/mod_load_average/trunk/src/
# http://issues.apache.org/bugzilla/show_bug.cgi?id=29122
Source0: 	http://svn.force-elite.com/svn/mod_load_average/trunk/src/mod_load_average.c.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0

%description
mod_load_average uses the getloadavg function to determine if the
request should be serviced. The module has two operating Modes.

First, it has an absolute max load average, if this is reached,
all requests will be rejected with a 503.

The 2nd mode uses the handler type to determine the maximum load
under which they will be served. This enables you for example to
disable PHP or CGI under high loads, but still serve images and
plain html.

%prep

%setup -q -c -T -n %{mod_name}-%{version}
bzcat %{SOURCE0} > %{mod_name}.c

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-16
+ Revision: 23cdc36
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 173 |14cr|apache-mod_log_data-0.0.3-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_log_data
%define mod_conf A13_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.0.3
Release:	16
Group:		System/Servers
License:	Apache License
URL:		http://loghttp.sourceforge.net/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Source2:	README.html.bz2
Patch0:		mod_log_data-apr1.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
Mod_log_data is a module for apache, dumping the content for
all HTTP/HTTPS request made on the webserver. It can be used for
debugging or for security aim. It's done with two filter, easy to
configure in httpd.conf.

%prep

%setup -q -n %{mod_name}
%patch0 -p0

bzcat %{SOURCE2} > README.html

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc README.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.0.3-16
+ Revision: cf9a1e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 174 |14cr|apache-mod_log_rotate-1.00-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_log_rotate
%define mod_conf A83_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Automatic in-process rotation of transfer log
Name:		apache-%{mod_name}
Version:	1.00
Release:	14
Group:		System/Servers
License:	Apache License
URL:		http://www.hexten.net/mod_log_rotate/
Source0:	http://www.hexten.net/assets/apache2/mod_log_rotate.c
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0

%description
Adds RotateLogs and supporting directives that allow logs to be rotated by the
server without having to pipe them through rotatelogs.

%prep

%setup -q -c -T -n %{mod_name}-%{version}

cp %{SOURCE0} %{mod_name}.c
cp %{SOURCE1} %{mod_conf}

%build
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
 %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
 if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
 fi
fi

%clean

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.00-14
+ Revision: 91d9bd1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 175 |14cr|apache-mod_macro-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_macro
%define mod_conf 30_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	1.2.1
Release:	2
Group:		System/Servers
License:	BSD-style
URL:		http://www.coelho.net/mod_macro/
Source0:	http://www.cri.ensmp.fr/~coelho/mod_macro/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
mod_macro allows the definition and use of macros within apache
runtime configuration files. The syntax is a natural extension to
apache html-like configuration style.

%prep
%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c mod_macro.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/

# fix strange permissions
chmod 644 *

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%files
%doc CHANGES INSTALL README mod_macro.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.2.1-2
+ Revision: 3b19f96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 176 |14cr|apache-mod_memcached-0.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.8
%define mod_name mod_memcached
%define mod_conf B30_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	0.3
Release:	11
Group:		System/Servers
License:	Apache License
URL:		http://tangent.org/
Source0:	http://download.tangent.org/mod_memcached-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}
BuildRequires:  libmemcached-devel

%description
This is an Apache module that provides GET, PUT, and DELETE services to
Memcached clusters. Using this you can serve content directly from memcached
through Apache to clients.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}

%build
echo "#define VERSION \"%{version}\"" > version.h

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc ChangeLog README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-11
+ Revision: 642fa7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 177 |14cr|apache-mod_mime_xattr-0.4-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_mime_xattr
%define mod_conf A96_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Lets you use file system extended attributes data for MIME type detection
Name:		apache-%{mod_name}
Version:	0.4
Release:	16
License:	Apache License
Group:		System/Servers
Url:		http://0pointer.de/lennart/projects/mod_mime_xattr/
Source0:	http://0pointer.de/lennart/projects/mod_mime_xattr/mod_mime_xattr-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_mime_xattr-0.4-no_silly_checks_because_we_know_the_apache_version_is_ok.diff
BuildRequires:	autoconf2.5
BuildRequires:	automake1.8
BuildRequires:	file
BuildRequires:	lynx
BuildRequires:	apache-devel
BuildRequires:	attr-devel
Requires:	apache
Requires:	apache-conf
Requires:	apache-mod_dav
Requires:	apache-mod_userdir
Requires(pre,postun):	rpm-helper
Requires(pre):	apache
Requires(pre):	apache-conf

%description
mod_mime_xattr is a module for the Apache HTTPD 2.2 which may be used to set a
range of MIME properties of files served from a document tree with extended
attributes (EAs) as supported by the underlying file system. The current
version of mod_mime_xattr has support for Linux style EAs which are supported
by Linux 2.4 with the ACL/EA patches applied and vanilla Linux 2.6. The
following attributes may be used:

 * user.mime_type: set the MIME type of a file explicitly. This
   attribute is compatible with the [17]shared MIME database
   specification as published by [18]freedesktop.org
 * user.charset: set the charset used in a file
 * user.mime_encoding: set the MIME encoding of a file (e.g. gzip)
 * user.apache_handler: set the apache handler of a file explicitly

%files
%doc LICENSE README doc/README.html doc/style.css
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{mod_name}-%{version}
%patch0 -p0

cp %{SOURCE1} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
rm -f configure
libtoolize --force --copy; aclocal-1.8 ; autoheader; automake-1.8 --add-missing --copy --foreign; autoconf

%configure2_5x --localstatedir=/var/lib
%make

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 src/.libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}


%changelog
* Fri Aug 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4-16
+ Revision: b2f7e23
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 178 |14cr|apache-mod_mm_auth_ldap-3.11-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.4
%define mod_name mod_mm_auth_ldap
%define mod_conf A31_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	LDAP Authentication module for Apache 2.x
Name:		apache-%{mod_name}
Version:	3.11
Release:	18
Group:		System/Servers
License:	GPL
URL:		http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.html
Source0:	http://www.muquit.com/muquit/software/mod_auth_ldap/mm_mod_auth_ldap%{version}.tar.bz2
Source1:	%{mod_conf}
BuildRequires:	openssl-devel
BuildRequires:	openldap-devel
BuildRequires:	ghthash-devel
Requires:	openldap
Requires:	apache-mod_ssl
Requires(pre):	rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= %{apache_version}
Requires(pre):	apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	file

%description
LDAP Authentication module for Apache 2.x

%prep

%setup -q -n mm_mod_auth_ldap%{version}
cp %{SOURCE1} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# fix attribs
find . -type f|xargs chmod 644
find . -type d|xargs chmod 755

# unless renaming this it will conflict on file level with apache-mod_ldap-2.0.54
mv mm_mod_auth_ldap.c mod_mm_auth_ldap.c
perl -pi -e "s|mm_mod_auth_ldap\.c|mod_mm_auth_ldap\.c|g" mod_mm_auth_ldap.c

# possible symbol clah fix
perl -pi -e "s|mod_auth_ldap|mod_mm_auth_ldap|g" mod_mm_auth_ldap.c

%build

%{_bindir}/apxs -c \
    -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 \
    -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 \
    -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MALLOC_H=1 -DHAVE_UNISTD_H=1 \
    -DHAVE_CTYPE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_STDLIB_H=1 -DHAVE_SOCKET=1 -DHAVE_HTONL=1 \
    -DHAVE_GETHOSTNAME=1 -DHAVE_GETHOSTBYADDR=1 -DHAVE_YP_GET_DEFAULT_DOMAIN=1 -DHAVE_LIBNSL=1 \
    -DHAVE_RES_SEARCH=1 -DHAVE_LIBRESOLV=1 -DHAVE_INET_ATON=1 -DHAVE_DN_SKIPNAME=1 -DWITH_APACHE_22=1 \
    -DWITH_APACHE_2=1 -DHAVE_LDAP=1 -DHAVE_LDAP_START_TLS_S=1 -DHAVE_LDAP_INITIALIZE=1 \
    -I%{_includedir} -L%{_libdir} -lghthash -lldap -llber -lresolv -lnsl mod_mm_auth_ldap.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc README* cache_group.* inst_cacert.pl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.11-18
+ Revision: e985531
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 179 |14cr|apache-mod_musicindex-1.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.4.0
%define mod_name mod_musicindex
%define mod_conf B31_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	1.4.0
Release:	4
Group:		System/Servers
License:	LGPLv2.1
URL:		http://hacks.slashdirt.org/musicindex/
Source0:	http://hacks.slashdirt.org/musicindex/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_musicindex-libdir.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}
BuildRequires:	pkgconfig(flac)
BuildRequires:	id3tag-devel
BuildRequires:	mad-devel
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	libmp4v2-devel
BuildRequires:	mysql-devel

%description
mod_musicindex is an Apache module aimed at being a C alternative to the Perl
module Apache::MP3. It allows nice displaying of directories containing MP3,
Ogg Vorbis, FLAC, or MP4/AAC files, including sorting them on various fields,
streaming/downloading them, constructing playlists, and searching. It also
provides features such as RSS and Podcast feeds, multiple CSS support, and
archive downloads.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

cp %{SOURCE1} %{mod_conf}

%build
rm -f configure
autoreconf -fi

%configure2_5x --localstatedir=/var/lib \
    --libdir=%{_libdir}

%make 

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

%makeinstall_std 

mv %{buildroot}%{_libdir}/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/

install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}


%find_lang %{mod_name}

%post
%_post_service httpd

%preun
%_preun_service httpd

%files -f %{mod_name}.lang
%doc AUTHORS COPYING ChangeLog README README.Handlers
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_datadir}/%{mod_name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-4
+ Revision: 6f60c3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 180 |14cr|apache-mod_mya-3.0.1-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_mya
%define mod_conf 80_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	3.0.1
Release:	24
Group:		System/Servers
License:	GPL
URL:		http://www.synthemesc.com/mod_mya/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	mysql-devel
BuildRequires:	file

%description
mod_mya is an Apache Web Server module allowing basic
authentication data to be stored in a MySQL database thus
deprecating file based configuration.
 
%prep

%setup -q -n %{mod_name}-%{version}
perl -pi -e "s/my_connect/mya_connect/g;" *.c

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -DHAVE_STDDEF_H -I%{_includedir}/mysql -L%{_libdir} -Wl,-lmysqlclient -c mod_mya.c
    
%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc AUTHORS README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.1-24
+ Revision: 0cefd9a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 181 |14cr|apache-mod_parmguard-1.3c-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_parmguard
%define mod_conf A18_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	1.3c
Release:	17
Group:		System/Servers
License:	GPL
URL:		http://www.trickytools.com/php/mod_parmguard.php
Source0:	http://www.trickytools.com/downloads/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		mod_parmguard-1.3-soname_fix.diff
Patch1:		mod_parmguard-1.2-apache220_1.diff
Patch2:		mod_parmguard-1.2-apache220_2.diff
Patch3:		mod_parmguard-1.3-checkconf.diff
Patch4:		mod_parmguard-1.3-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	libxml2-devel
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
mod_parmguard is an apache module that intercepts the HTTP
requests and validates the values of request parameters. If values
do not match the criteria, the request is rejected.

%prep

%setup -q -n %{mod_name}-1.3
%patch0 -p0 -b .soname
%patch1 -p0 -b .apache220_1
%patch2 -p1 -b .apache220_2
%patch3 -p0 -b .checkconf
%patch4 -p0 -b .format_not_a_string_literal_and_no_format_arguments

# fix strange perms
find doc/manual -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
export WANT_AUTOCONF_2_5=1
rm -f missing
libtoolize --copy --force; aclocal; autoconf; automake --add-missing

%configure2_5x --localstatedir=/var/lib \
    --with-apxs2=%{_bindir}/apxs

make

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

cp -rp src/.libs .

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

# make the example/tests work... (ugly, but it works...)
perl -pi -e "s|_REPLACE_ME_|%{name}-%{version}|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

# install the checkconf tool
install -d %{buildroot}%{_bindir}
install -m0755 src/checkconf %{buildroot}%{_bindir}/%{mod_name}-checkconf

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc AUTHORS ChangeLog INSTALL NEWS README TODO doc/manual/* doc/test generator
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%attr(0755,root,root) %{_bindir}/%{mod_name}-checkconf
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.3c-17
+ Revision: 9f05829
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 182 |14cr|apache-mod_proxy_xml-0.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_proxy_xml
%define mod_conf A69_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.1
Release:	16
Group:		System/Servers
License:	GPL
URL:		http://apache.webthing.com/mod_proxy_xml/
# there is no official tar ball
# http://apache.webthing.com/svn/apache/filters/xmlns/
Source0:	http://apache.webthing.com/svn/apache/filters/xmlns/mod_proxy_xml.c
Source1:	README.mod_proxy_xml
Source2:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires(pre):	apache-mod_proxy >= 2.2.0
Requires(pre):	apache-mod_xmlns
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
Requires:	apache-mod_proxy >= 2.2.0
Requires:	apache-mod_xmlns
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	apache-mod_xmlns-devel
BuildRequires:	file

%description
mod_proxy_xml is an output filter to rewrite links in a proxy situation, to
ensure that links work for users outside the proxy. It serves the same purpose
as Apache's ProxyPassReverse directive does for HTTP headers, and is an
essential component of a reverse proxy.

%prep

%setup -q -c -T -n %{mod_name}-%{version}

cp %{SOURCE0} mod_proxy_xml.c
cp %{SOURCE1} README
cp %{SOURCE2} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
 %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
 if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
 fi
fi

%clean

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-16
+ Revision: b3c2203
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 183 |14cr|apache-mod_put-2.0.9-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_put
%define mod_conf 96_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module that implement DELETE and PUT http methods
Name:		apache-%{mod_name}
Version:	2.0.9
Release:	10
Group:		System/Servers
License:	Apache License
URL:		http://www.gknw.net/development/apache/
Source0: 	http://www.gknw.net/development/apache/httpd-2.0/unix/modules/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
This small module implements the HTTP/1.1 PUT and DELETE methods
for apache. Please notice that it can be a big security 
hole to activate them without securing the web server.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}

# fix strange perms
chmod 644 *

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc mod_put.html my_cfg.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.0.9-10
+ Revision: 5c1f28b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 184 |14cr|apache-mod_qos-10.30-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.4.0
%define mod_name mod_qos
%define mod_conf B36_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	A quality of service module for the Apache Web Server
Name:		apache-%{mod_name}
Version:	10.30
Release:	3
Group:		System/Servers
License:	GPLv2+
URL:		http://mod-qos.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/mod-qos/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	dos2unix
BuildRequires:	openssl-devel
BuildRequires:	openldap-devel
BuildRequires:	pcre-devel
BuildRequires:	libpng-devel

%description
mod_qos is a quality of service module for the Apache Web Server. It implements
control mechanisms that can provide different priority to different requests
and controls server access based on available resources.

%prep

%setup -q -n %{mod_name}-%{version}
cp %{SOURCE1} %{mod_conf}

find -type f -exec dos2unix {} \;

%build

pushd tools
autoreconf -fi
%configure2_5x \
    --bindir=%{_sbindir}
make
popd

%{_bindir}/apxs -c -DHAVE_OPENSSL apache2/mod_qos.c -lssl -lcrypto

%install

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}/var/lib/%{mod_name}

install -m0755 apache2/.libs/mod_qos.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%makeinstall_std -C tools

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%files
%doc doc/* README.TXT
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_qos.so
%attr(0755,root,root) %{_sbindir}/*
%dir %attr(0711,apache,apache) /var/lib/%{mod_name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 10.30-3
+ Revision: 43d125a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 185 |14cr|apache-mod_random-2.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_random
%define mod_conf 17_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	2.1
Release:	12
Group:		System/Servers
License:	BSD
URL:		http://www.tangent.org/
Source0: 	http://download.tangent.org/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
Mod Random provides three services. The first service is redirection: you feed
it URLs and it will redirect to random URLs that you have loaded. The second is
providing environment variables that can be used for implementing ad banner
systems. The third is displaying entire pages of random HTML, using its own
custom handlers in combination with with random ads and quotes that you feed
into the system. It can also supply text via an environment variable called
RANDOM_QUOTE, RANDOM_AD, or by environment variables that you specify. This can
be used to implement fortune cookies, message of the day, entire random pages,
or banner ads.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c mod_random.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc ChangeLog README faq.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.1-12
+ Revision: 3c0b2db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 186 |14cr|apache-mod_replace-0.1.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_replace
%define mod_conf A45_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Replace text strings based on regular expressions
Name:		apache-%{mod_name}
Version:	0.1.0
Release:	15
Group:		System/Servers
License:	BSD
URL:		http://mod-replace.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/mod-replace/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Source2:	docs.html.bz2
Source3:	faq.html.bz2
# http://sourceforge.net/tracker/index.php?func=detail&aid=1110387&group_id=107152&atid=646835
Patch0:		mod_replace.c.diff
Patch1:		mod_replace-0.1.0-apache220.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= 2.2.0
Requires(pre):  apache >= 2.2.0
Requires:       apache-conf >= 2.2.0
Requires:       apache >= 2.2.0
BuildRequires:  apache-devel >= 2.2.0
BuildRequires:	file

%description
mod_replace is an Apache 2.0.x filter module that allows you to
replace text strings based on regular expressions. Most commonly
it is used together with mod_proxy to sanitize the behaviour of
ill behaving web applications / servers when using Apache as an
reverse proxy. Other uses are, of course, supported as well. It
has been tested on Solaris 8/Sparc and Linux/i386 with various
versions of Apache 2.0.x (development started with 2.0.44, tested
with all releases up to 2.0.49). Although it has only been tested
on those two platforms, this doesnt mean it wont work for
others. Any reports of successfull or unsuccessfull deployment is
more than welcome!

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0
%patch1 -p0

bzcat %{SOURCE2} > docs.html
bzcat %{SOURCE3} > faq.html

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c mod_replace.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}/var/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}/var/www/html/addon-modules/%{name}-%{version}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc INSTALL LICENSE README docs.html faq.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
/var/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-15
+ Revision: 6093efe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 187 |14cr|apache-mod_roaming-2.0.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_roaming
%define mod_conf 18_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Enables Netscape Communicator roaming profiles with apache
Name:		apache-%{mod_name}
Version:	2.0.0
Release:	15
Group:		System/Servers
License:	BSD-style
URL:		http://www.klomp.org/mod_roaming/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch:		%{mod_name}-register.patch
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
With mod_roaming you can use your apache webserver as a
Netscape Roaming Access server. This allows you to store your
Netscape Communicator 4.5 preferences, bookmarks, address books,
cookies etc. on the server so that you can use (and update) the
same settings from any Netscape Communicator 4.5 that can access
the server. 

%prep

%setup -q -n %{mod_name}-%{version}
%patch

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c mod_roaming.c


%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}/var/lib/mod_roaming

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc CHANGES INSTALL LICENSE README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*
%attr(-,apache,apache) %dir /var/lib/mod_roaming





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.0.0-15
+ Revision: 930a94e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 188 |14cr|apache-mod_schema-0.1.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.8
%define mod_name mod_schema
%define mod_conf B35_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Schema handler module
Name:		apache-%{mod_name}
Version:	0.1.8
Release:	6
Group:		System/Servers
License:	LGPL
URL:		http://sourceforge.net/projects/modschema
Source0:	%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
Requires:	apache-mod_apreq >= 2.08
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	glib2-devel
BuildRequires:	libapreq-devel >= 2.08
BuildRequires:	libxml2-devel
BuildRequires:	pkgconfig
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
mod_schema is an Apache module which allows instance XML document validations
with the W3C schema language. The validation is based on Xerces C++ library and
the module enables a Web tool for multi schema validations.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}

%build

%configure2_5x --localstatedir=/var/lib

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc forms COPYING README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8-6
+ Revision: 5f876d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 189 |14cr|apache-mod_scrmable-0.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_scrmable
%define mod_conf A19_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module to scramble words
Name:		apache-%{mod_name}
Version:	0.1
Release:	16
Group:		System/Servers
License:	Apache License
URL:		http://sourceforge.net/projects/modscrmable/
Source0: 	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		mod_scrmable-0.1-apache220.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
mod_scrmable is an apache module to scramble words. As 
long as the first and the last letter of a word are in place you
can still read the word.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

# fix strange perms
chmod 644 README

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
mv src/%{mod_name}.c .
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.1-16
+ Revision: 38cecb2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 190 |14cr|apache-mod_sesehe-0.1.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_sesehe
%define mod_conf A55_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Modify or remove "Server: " HTTP response header
Name:		apache-%{mod_name}
Version:	0.1.0
Release:	12
Group:		System/Servers
License:	Apache License
URL:		http://jok.is-a-geek.net/mod_sesehe.php
Source0:	http://jok.is-a-geek.net/code/mod_sesehe.c
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
The ServerTokens directive currently can at best be set to Prod, which will
cause apache to return "Apache" as Server header. Some problem still occurs:

First, the level of security by obscurity of this directive is not acceptable
by some people that just want to change it to some other value, without
re-compiling Apache, or people that even want to simply drop the "Server: "
header. Secondly, if apache is configured as a reverse proxy, and a malformed
request is received, then it will display its own server token instead of the
backend one, so we need to handle error response header.

I developed this tiny module by hijacking normal behavior of (reverse) proxy
feature of Apache : i.e. even if a request is not a proxy request, I tag it as
if it was, to make Apache core let me do what I want with this header.

%prep

%setup -q -c -T

cp %{SOURCE0} mod_sesehe.c
cp %{SOURCE1} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c mod_sesehe.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/mod_sesehe.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_sesehe.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-12
+ Revision: 8434726
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 191 |14cr|apache-mod_sleep-2.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_sleep
%define mod_conf 29_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	2.1
Release:	16
Group:		System/Servers
License:	BSD-style
URL:		http://www.snert.com/Software/mod_sleep/index.shtml
Source0:	mod_sleep201.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
This module simply sleeps a fixed length of time every request.
The sleep time can be configured globally, or per <VirtualHost>,
<Directory>, or <Location>. This module serves more as an example
than providing any really useful function, though someone did ask
for it - sort of. 

%prep

%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c mod_sleep.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc Img CHANGES* index.shtml mailto.js style.css
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-16
+ Revision: 5bd53c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 192 |14cr|apache-mod_smtpd-0.9-1.r235759.13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_smtpd
%define mod_conf A38_%{mod_name}.conf
%define mod_so %{mod_name}.so

%define snap r235759

Summary:	A SMTP protocol enabled module for apache 2.x based on qpsmtpd
Name:		apache-%{mod_name}
Version:	0.9
Release:	1.%{snap}.13
Group:		System/Servers
License:	Apache License
URL:		http://www.mail-archive.com/dev@httpd.apache.org/msg27099.html
# http://svn.apache.org/repos/asf/httpd/mod_smtpd/trunk/
Source0: 	%{mod_name}-%{version}-%{snap}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.0.55
Requires(pre):	apache >= 2.0.55
Requires:	apache-conf >= 2.0.55
Requires:	apache >= 2.0.55
BuildRequires:	apache-devel >= 2.0.55
BuildRequires:	file
Epoch:		1

%description
A SMTP protocol enabled module for apache 2.x based on qpsmtpd.

%package	devel
Summary:	Development files for %{mod_name}
Group:		Development/C

%description	devel
Development files for %{mod_name}.

%prep

%setup -q -n %{mod_name}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

cp smtp_core.c mod_smtpd.c

%{_bindir}/apxs -c mod_smtpd.c smtp_protocol.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_includedir}

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

install -m0644 mod_smtpd.h %{buildroot}%{_includedir}/

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc CREDITS NOTICE STATUS
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*

%files devel
%{_includedir}/*.h





%changelog
* Fri Sep 28 2012 Denis Silakov <denis.silakov@rosalab.ru> 1:0.9-1.r235759.13
+ Revision: b711793
- Fix apxs path, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 193 |14cr|apache-mod_spam_die-0.1.2-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_spam_die
%define mod_conf 84_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.1.2
Release:	17
Group:		System/Servers
License:	GPL
URL:		http://spam-die.sourceforge.net/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
%{mod_name} confuses spam crawlers by giving them infinite
fake email addresses. It is inspired by DIE.net and
spam-conference. 

%prep

%setup -q -n %{mod_name}-%{version}
# OE: do _not_ apply any register patch here!

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc INSTALL README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.1.2-17
+ Revision: 637d0e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 194 |14cr|apache-mod_suphp-0.7.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_suphp
%define mod_conf A36_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.7.1
Release:	9
Group:		System/Servers
License:	GPL
URL:		http://www.suphp.org/
Source0: 	http://www.suphp.org/download/suphp-%{version}.tar.gz
Source1:	%{mod_conf}
Source2:	suphp.conf
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
BuildRequires:	automake
Requires:	php-cgi
Requires:	php-fcgi
Epoch:		1

%description
suPHP is a tool for executing PHP scripts with the permissions of their owners.
It consists of an Apache module (mod_suphp) and a setuid root binary (suphp)
that is called by the Apache module to change the uid of the process executing
the PHP interpreter.

This package provides support for php as of:

 o mod_suphp.so uses the %{_bindir}/php-cgi binary
 o mod_suphp_fcgi.so uses the %{_bindir}/php-fcgi binary

%prep

%setup -q -n suphp-%{version}

cp %{SOURCE1} %{mod_conf}
cp %{SOURCE2} suphp.conf

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
rm -f configure
libtoolize --copy --force
aclocal
automake --add-missing --copy
autoconf

COMMON_CONFIGURE="--enable-checkpath \
    --enable-checkuid \
    --enable-checkgid \
    --with-apxs=%{_bindir}/apxs \
    --with-apr=%{_bindir}/apr-1-config \
    --with-setid-mode=owner \
    --with-min-uid=500 \
    --with-min-gid=500 \
    --with-apache-user=apache"


%configure2_5x --localstatedir=/var/lib \
    $COMMON_CONFIGURE \
    --with-php=%{_bindir}/php-cgi \
    --with-logfile=/var/log/httpd/suphp_log

pushd src/apache2
    %{_bindir}/apxs \
    -I. \
    -DHAVE_CONFIG_H \
    -DSUPHP_PATH_TO_SUPHP=\\\"%{_sbindir}/suphp\\\" \
    -c mod_suphp.c
popd
cp src/apache2/.libs/mod_suphp.so .

%make -C src suphp
cp src/suphp suphp
make clean

%configure2_5x --localstatedir=/var/lib \
    $COMMON_CONFIGURE \
    --with-php=%{_bindir}/php-fcgi \
    --with-logfile=/var/log/httpd/suphp_fcgi_log

cp src/apache2/mod_suphp.c src/apache2/mod_suphp_fcgi.c
perl -pi -e "s|suphp|suphp_fcgi|g" src/apache2/mod_suphp_fcgi.c
perl -pi -e "s|suPHP|suPHP_fcgi|g" src/apache2/mod_suphp_fcgi.c

pushd src/apache2
    %{_bindir}/apxs \
    -I. \
    -DHAVE_CONFIG_H \
    -DSUPHP_PATH_TO_SUPHP=\\\"%{_sbindir}/suphp_fcgi\\\" \
    -c mod_suphp_fcgi.c
popd
cp src/apache2/.libs/mod_suphp_fcgi.so .

%make -C src suphp
cp src/suphp suphp_fcgi
make clean

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 mod_suphp.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0755 mod_suphp_fcgi.so %{buildroot}%{_libdir}/apache-extramodules/

install -m0755 suphp %{buildroot}%{_sbindir}/suphp
install -m0755 suphp_fcgi %{buildroot}%{_sbindir}/suphp_fcgi

install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
install -m0644 suphp.conf %{buildroot}%{_sysconfdir}/suphp.conf

# install log rotation stuff
cat > %{buildroot}%{_sysconfdir}/logrotate.d/apache-%{mod_name} << EOF
/var/log/httpd/suphp_log /var/log/httpd/suphp_fcgi_log {
    size=2000M
    rotate 5
    monthly
    missingok
    notifempty
    nocompress
    prerotate
	%{_initrddir}/httpd closelogs > /dev/null 2>&1
    endscript
    postrotate
	%{_initrddir}/httpd closelogs > /dev/null 2>&1
    endscript
}
EOF

cat > REAME.MDK << EOF
A P A C H E - M O D _ S U P H P
-------------------------------

This package provides ways to run php scripts under the uid and gid of the
user owning the vhost using the CGI mode oh php.

The documentation states it is possible to use suphp with the mod_php DSO
installed, but this is not recommended and beyond the scope of this simple
documentation.

You have three suphp DSO's to choose from, but you have to manually 
enable the ones you want to use in the %{_sysconfdir}/httpd/conf.d/%{mod_conf1}
file.

 o mod_suphp.so uses the %{_bindir}/php-cgi binary
 o mod_suphp_fcgi.so uses the %{_bindir}/php-fcgi binary

Additionally you also have to install the nessesary php bits like so:

urpmi php-cgi

Or:

urpmi php-fcgi

Good luck!

Regards // Oden Eriksson
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README REAME.MDK doc
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/suphp.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/apache-%{mod_name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(4755,root,root) %{_sbindir}/suphp
%attr(4755,root,root) %{_sbindir}/suphp_fcgi
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_suphp.so
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_suphp_fcgi.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.7.1-9
+ Revision: b85a7b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 195 |14cr|apache-mod_svn_view-0.1.0-1.r148.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_svn_view
%define mod_conf A59_%{mod_name}.conf
%define mod_so %{mod_name}.so

%define snap r148

Summary:	Mod_svn_view provides a web-based view of a Subversion repository
Name:		apache-%{mod_name}
Version:	0.1.0
Release:	%mkrel 1.%{snap}.5
Group:		System/Servers
License:	GPL
URL:		http://www.outoforder.cc/projects/apache/mod_svn_view/
Source0:	%{mod_name}-%{version}-%{snap}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		mod_svn_view-svn16x_fix.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.0.54
Requires(pre):	apache >= 2.0.54
Requires:	apache-conf >= 2.0.54
Requires:	apache >= 2.0.54
Requires:	apache-mod_transform
BuildRequires:  apache-devel >= 2.0.54
BuildRequires:	autoconf2.5
BuildRequires:	automake1.8
BuildRequires:	subversion-devel
BuildRequires:	libtool
BuildRequires:	libxml2-devel >= 2.6.11
BuildRequires:	libxslt-devel >= 1.1.5
BuildRequires:	file
BuildRequires:	python
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
mod_svn_view provides a web-based view of a Subversion repository, similar to
Chora, or viewcvs. What makes mod_svn_view different is it uses the Subversion
libraries directly instead of executing the command line client, and thus has
tremendous speed. It is also written in C as an Apache 2.0 module and generates
a simple XML output that can be run through XSL Transformations via
mod_transform to generate a customized look. 

%prep

%setup -q -n %{mod_name}
%patch0 -p1

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# libtool
perl -pi -e "s|AC_PROG_RANLIB|AC_PROG_LIBTOOL|g" configure*

# fix apr
if [ -x %{_bindir}/apr-config ]; then APR=%{_bindir}/apr-config; fi || echo APR=%{_bindir}/apr-1-config
if [ -x %{_bindir}/apu-config ]; then APU=%{_bindir}/apu-config; fi || echo APU=%{_bindir}/apu-1-config
perl -pi -e "s|%{_bindir}/apr-config|$APR|g" m4/*.m4
perl -pi -e "s|%{_bindir}/apu-config|$APU|g" m4/*.m4

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" m4/*.m4

%build
rm -rf autom4te.cache
touch ./config.in
#libtoolize --force --copy; aclocal-1.7 -I m4; automake-1.7 --add-missing --copy --foreign; autoheader; autoconf

if [ -x %{_bindir}/apr-config ]; then APR=%{_bindir}/apr-config; fi || echo APR=%{_bindir}/apr-1-config
if [ -x %{_bindir}/apu-config ]; then APU=%{_bindir}/apu-config; fi || echo APU=%{_bindir}/apu-1-config

export CFLAGS="`%{_sbindir}/apxs -q CFLAGS` `$APR --cflags --includes`"
export CXXFLAGS="`%{_sbindir}/apxs -q CFLAGS` `$APR --cflags --includes`"
#export LIBTOOL="`$APR --apr-libtool`"

sh ./autogen.sh
autoconf

%configure2_5x --localstatedir=/var/lib

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -d %{buildroot}/var/www/mod_svn_view/xslt
install -d %{buildroot}/var/www/mod_svn_view/themes/blueview

install -m0644 themes/blueview/* %{buildroot}/var/www/mod_svn_view/themes/blueview
install -m0644 xslt/default.xsl %{buildroot}/var/www/mod_svn_view/xslt/default.xsl

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}/var/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}/var/www/html/addon-modules/%{name}-%{version}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CREDITS LICENSE NOTICE
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0644,root,root) %config(noreplace) /var/www/mod_svn_view/xslt/default.xsl
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
/var/www/html/addon-modules/*
/var/www/mod_svn_view/themes/blueview





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1.0-1.r148.5
+ Revision: 8e1e068
- Automatic import for version 0.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 196 |14cr|apache-mod_tidy-0.5.5-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_tidy
%define mod_conf 31_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.5.5
Release:	14
Group:		System/Servers
License:	Apache License
URL:		http://mod-tidy.sourceforge.net/
Source0:	http://www.gknw.at/development/apache/httpd-2.0/unix/modules/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.0.55
Requires(pre):	apache >= 2.0.55
Requires:	apache-conf >= 2.0.55
Requires:	apache >= 2.0.55
BuildRequires:	apache-devel >= 2.0.55
BuildRequires:	tidy-devel
BuildRequires:	file
Epoch:		1

%description
mod_tidy is a TidyLib based DSO module for the Apache HTTP Server
Version 2 to parse, clean-up and pretty-print the webservers'
(X)HTML output.

%prep

%setup -q -n %{mod_name}-%{version}

# fix strange perms
chmod 644 README Changes

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
 
%{_bindir}/apxs -ltidy -c src/%{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

cp -rp src/.libs .

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc README Changes
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.5.5-14
+ Revision: 23894b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 197 |14cr|apache-mod_traf_thief-0.01-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_traf_thief
%define mod_conf A21_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.01
Release:	16
Group:		System/Servers
License:	BSD-like
URL:		http://web.god.net.ru/projects/mod_traf_thief/
Source0: 	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
This simple module allows you to redirect percent of traffic to 
your url. For example you have free-based hosting services and you
need to redirect each 100 request to your resource From virtual
host user1.free.com. mod_traf_thief allow you to do this.

%prep

%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc index.html License*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.01-16
+ Revision: 816df16
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 198 |14cr|apache-mod_transform-0.6.0-38
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_transform
%define mod_conf A46_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	XSLT and XIncludes Output filter for Apache 2
Name:		apache-%{mod_name}
Version:	0.6.0
Release:	38
Group:		System/Servers
License:	GPL
URL:		http://www.outoforder.cc/projects/apache/mod_transform/
Source0:	http://www.outoforder.cc/downloads/mod_transform/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= 2.0.54
Requires(pre):  apache >= 2.0.54
Requires:       apache-conf >= 2.0.54
Requires:       apache >= 2.0.54
BuildRequires:  apache-devel >= 2.0.54
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	libxml2-devel >= 2.6.11
BuildRequires:	libxslt-devel >= 1.1.5
BuildRequires:	file
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
mod_transform is a filter module that allows Apache 2.0 to do
dynamic XSL Transformations on either static XML documents, or XML
documents generated from another Apache module or CGI program.

%prep

%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# fix apr
if [ -x %{_bindir}/apr-config ]; then APR=%{_bindir}/apr-config; fi || echo APR=%{_bindir}/apr-1-config
if [ -x %{_bindir}/apu-config ]; then APU=%{_bindir}/apu-config; fi || echo APU=%{_bindir}/apu-1-config
perl -pi -e "s|%{_bindir}/apr-config|$APR|g" m4/*.m4
perl -pi -e "s|%{_bindir}/apu-config|$APU|g" m4/*.m4

%build
libtoolize --copy --force; aclocal -I m4; automake --add-missing --copy --foreign; autoconf

%configure2_5x --localstatedir=/var/lib

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 src/.libs/libmod_transform.so %{buildroot}%{_libdir}/apache-extramodules/mod_transform.so
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}/var/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}/var/www/html/addon-modules/%{name}-%{version}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
/var/www/html/addon-modules/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-38
+ Revision: 1339958
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 199 |14cr|apache-mod_upload-0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_upload
%define mod_conf A70_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0
Release:	14
Group:		System/Servers
License:	GPL
URL:		http://apache.webthing.com/mod_upload/
# there is no official tar ball
# http://apache.webthing.com/svn/apache/forms/mod_upload.c
Source0:	http://apache.webthing.com/svn/apache/filters/xmlns/mod_upload.c
Source1:	README.mod_upload
Source2:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
mod_upload is an input filter module for multipart/form-data, as submitted from
File Upload forms on the Web. mod_upload decodes the data, so the handler gets
the file itself without the MIME encoding. Other fields from the form are
provided as a table of names/values.

%prep

%setup -q -c -T -n %{mod_name}-%{version}

cp %{SOURCE0} %{mod_name}.c
cp %{SOURCE1} README
cp %{SOURCE2} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
 %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
 if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
 fi
fi

%clean

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-14
+ Revision: 4e7c83a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 200 |14cr|apache-mod_variety-0.2.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_variety
%define mod_conf 78_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module to serve random files from a directory
Name:		apache-%{mod_name}
Version:	0.2.1
Release:	16
Group:		System/Servers
License:	BSD
URL:		http://pmade.org/pjones/software/mod_variety/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Source2:	README.html.variety.bz2
Patch0:		%{mod_name}-0.2.0-register.patch
Patch1:		mod_variety-0.2.1-apache220.diff
BuildRequires:	unzip
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
mod_variety is an Apache 2.x module that will serve a random file
from the requested directory. It is useful for serving random
images or completely random sites. 

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0
%patch1 -p0
bzcat %{SOURCE2} > README.html

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

# fix strange file permissions
find -type f|xargs chmod 644

cp src/%{mod_name}.c %{mod_name}.c

# make doesn't work, but this does (real qute!)
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc README.html docs/manual/*.xml docs/CREDITS docs/manual.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.2.1-16
+ Revision: 8f0fc0d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 201 |14cr|apache-mod_vdbh-1.0.3-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_vdbh
%define mod_conf 21_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	A Virtual Database Hosting DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	1.0.3
Release:	23
Group:		System/Servers
License:	GPL
URL:		http://www.synthemesc.com/mod_vdbh/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	mysql-devel
BuildRequires:	file
Epoch:		1

%description
mod_vdbh is an Apache Web Server module allowing mass virtual
hosting without the need for file based configuration. The virtual
host paths are translated from a MySQL database at request time,
thus the configuration can be changed without having to restart
Apache Web Server.

%prep

%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -DHAVE_STDDEF_H -I%{_includedir}/mysql -L%{_libdir} -Wl,-lmysqlclient -c mod_vdbh.c
    
%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc AUTHORS README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.0.3-23
+ Revision: 2c01068
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 202 |14cr|apache-mod_vhost_mysql-0.10-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_vhost_mysql
%define mod_conf A74_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.10
Release:	22
License:	GPL
Group:		System/Servers
Url:		http://fabienne.tc2.utelisys.net/~skinkie/mod_vhost_mysql2/
Source0:	http://fabienne.tc2.utelisys.net/~skinkie/mod_vhost_mysql2/mod_vhost_mysql2-0.10.tar.bz2
Source1:	%{mod_conf}.bz2
BuildRequires:	file
BuildRequires:	apache-devel
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(openssl)
Requires:	apache
Requires:	apache-conf
Requires(pre):	apache
Requires(pre):	apache-conf
Requires(pre,postun):	rpm-helper

%description
This module provides dynamically configured virtual Hosting. using MySQL in
Apache2.

%files
%doc README vh.sql
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
 %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
 if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
 fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{mod_name}2-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
apxs `mysql_config --include` -lmysqlclient -c %{mod_name}.c

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}


%changelog
* Fri Aug 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10-22
+ Revision: 1c406cb
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 203 |14cr|apache-mod_vhs-1.0.32-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_vhs
%define mod_conf A73_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	1.0.32
Release:	21
Group:		System/Servers
License:	GPL
URL:		http://www.oav.net/projects/mod_vhs/
Source0:	http://www.oav.net/projects/mod_vhs/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
BuildRequires:	libhome-devel
BuildRequires:	php-devel

%description
mod_vhs is an Apache 2.0/2.1 Web server module allowing mass virtual hosting
without the need for file-based configuration. The virtual host paths are
translated from any database supported by libhome at request time from MySQL,
LDAP, PAM, or a system password file. PHP security can be basically
auto-configured from the database using this module.

%prep

%setup -q -n %{mod_name}

cp %{SOURCE1} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# fix attribs
chmod 644 *

%build
%{_bindir}/apxs -DDEBIAN `apr-1-config --includes` `libhome.sh --includes` `php-config --includes` -lhome -DHAVE_MOD_PHP_SUPPORT -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
 %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
 if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
 fi
fi

%clean

%files
%doc AUTHORS ChangeLog README* THANKS TODO WARNING
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.32-21
+ Revision: 7f2cd05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 204 |14cr|apache-mod_webfilter-0.6-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_webfilter
%define mod_conf A12_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	An apache content filter module
Name:		apache-%{mod_name}
Version:	0.6
Release:	14
Group:		System/Servers
License:	GPL
URL:		http://software.othello.ch/mod_webfilter/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Source2:	mod_webfilter.txt.bz2
Patch0:		mod_webfilter-0.6-misc_fixes.patch
Patch1:		mod_webfilter-0.6-apache220.diff
Requires:	apache-mod_php
Requires:	apache-mod_proxy
BuildRequires:	autoconf2.5
BuildRequires:	automake
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
BuildRequires:	gdbm-devel
Epoch:		1

%description
Even though the free software community opposes censoring efforts
on the Internet, corporations still prefer to restrict the access
their employees have to the interet with technical measures.
Flexible solutions for URL filtering have so far mostly been
provided by commercial software vendors, free software
implementations usually were not versatile enough for commercial
environments. Unfortunately, this also meant that commercial
products were used for proxies and firewalls, and in the process
for many other things as well. 


We believe that mod_webfilter could improve this. In the webfilter
databases, each hostname or domain suffix is categorized with one
or more categories describing the content the site offers. The
administrator can configure the module with a whitelist and a
blacklist. If the hostname requested by a user has a category as
specified in the whitelist, the request is accepted, even if the
following blacklist test would reject it. If the hostname
requested has a category as specified in the black list, it is
rejected. All other requests are accepted, but tag filtering, an
additional capability of the module, is applied to the content
delivered for this URL. 


In principle, one database for blacklist and whitelist would be
enough, nevertheless the module allows the databases for whitelist
and blacklist to be different. This makes sense e.g. in a setting
where the blacklist is imported from some public database of
`indecent' URLs, and the whitelist is a locally maintained
database of exceptions. 

%prep
%setup -q -n %{mod_name}-%{version}
%patch0 -p1
%patch1 -p0

bzcat %{SOURCE2} > mod_webfilter.txt

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
export WANT_AUTOCONF_2_5=1
libtoolize --copy --force; aclocal; autoconf; automake

export CFLAGS=`%{_bindir}/apxs -q CFLAGS`

%configure2_5x --localstatedir=/var/lib \
    --with-apxs=%{_bindir}/apxs \
    --with-htdocs=%{_var}/www/html/admin/mod_webfilter

make

pushd module
    # the autoconf stuff is a mess, we have to build the module "by hand"
    echo "static char *mod_webfilter_version = \"%{version}\";" > mod_webfilter_version.h
    %{_bindir}/apxs -c mod_webfilter.c
    mv .libs ../
popd

%install

%makeinstall_std

install -d %{buildroot}%{_var}/www/html/admin/%{mod_name}
install -d %{buildroot}/var/lib/%{mod_name}

# create some funny defaults ;)
echo "bad_sites no_visit" | %{buildroot}%{_bindir}/webfilter_create \
    %{buildroot}/var/lib/mod_webfilter/blacktypes

echo "good_sites go_visit" | %{buildroot}%{_bindir}/webfilter_create \
    %{buildroot}/var/lib/mod_webfilter/whitetypes

echo "www.microsoft.com bad_sites #bad" | %{buildroot}%{_bindir}/webfilter_create \
    %{buildroot}/var/lib/mod_webfilter/black

echo "nux.se good_sites #good" | %{buildroot}%{_bindir}/webfilter_create \
    %{buildroot}/var/lib/mod_webfilter/white

# remove silly things...
rm -f %{buildroot}%{_var}/www/html/admin/mod_webfilter/*

# install the web stuff
install -m644 web/whitelist.php %{buildroot}%{_var}/www/html/admin/mod_webfilter/whitelist.php

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%files
%doc doc/mod_webfilter.html AUTHORS ChangeLog NEWS README TODO mod_webfilter.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,apache,apache) %dir /var/lib/mod_webfilter
%attr(0666,apache,apache) %config(noreplace) /var/lib/mod_webfilter/white
%attr(0666,apache,apache) %config(noreplace) /var/lib/mod_webfilter/black
%attr(0666,apache,apache) %config(noreplace) /var/lib/mod_webfilter/whitetypes
%attr(0666,apache,apache) %config(noreplace) /var/lib/mod_webfilter/blacktypes
%attr(0755,root,root) %{_bindir}/webfilter_*
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*
%attr(0644,root,root) %{_var}/www/html/admin/mod_webfilter/whitelist.php
%{_mandir}/man1/webfilter_*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.6-14
+ Revision: 9ea90bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 205 |14cr|apache-mod_websh-3.5.0-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_websh
%define mod_conf 24_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Tcl scripting as a DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	3.5.0
Release:	20
Group:		System/Servers
License:	Apache License
URL:		http://tcl.apache.org/websh/
Source0:	websh-%{version}.tar.bz2
Source1:	%{mod_conf}
Patch0:		%{mod_name}-register.patch
Patch1:		websh-tcl_version.diff
BuildRequires:	tcl >= 8.4.5
BuildRequires:	tcl-devel >= 8.4.5
BuildRequires:	autoconf2.5
BuildRequires:	automake
Requires:	tcl >= 8.4.5
Requires(pre): tcl >= 8.4.5
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
Websh is a rapid development environment for building powerful,
fast, and reliable web applications. webshell is versatile and
handles everything from HTML generation to data-base driven
one-to-one page customization.

%prep

%setup -q -n websh-%{version}
%patch0 -p0
%patch1 -p0

cp %{SOURCE1} %{mod_conf}


# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

cd src/unix
export WANT_AUTOCONF_2_5=1
rm -f missing
libtoolize --copy --force; aclocal; autoconf; automake --copy --foreign --add-missing --force-missing ||:

export INC="-I`%{_bindir}/apxs -q INCLUDEDIR` `apr-1-config --includes` `apu-1-config --includes`"

%configure2_5x --localstatedir=/var/lib \
    --enable-shared \
    --enable-threads \
    --with-httpdinclude=%{_includedir}/apache

perl -pi -e "s|^HTTPD_INCLUDES.*|HTTPD_INCLUDES = $INC|g" Makefile

cp configure.ac configure.in
make mod_websh.so

mkdir ../../.libs; mv mod_websh%{version}.so ../../.libs/mod_websh.so

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%clean

%files
%doc INSTALL README src/ChangeLog src/license.terms doc/html/* doc/quickref.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.0-20
+ Revision: 07f4e6d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 206 |14cr|apache-mod_wsgi-3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.8
%define mod_name mod_wsgi
%define mod_conf B23_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Python WSGI adapter module for Apache
Name:		apache-%{mod_name}
Version:	3.4
Release:	2
Group:		System/Servers
License:	Apache License
URL:		http://code.google.com/p/modwsgi/
Source0:	http://modwsgi.googlecode.com/files/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= %{apache_version}
Requires(pre):	apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	python-devel
BuildRequires:	apache-mpm-prefork >= %{apache_version}

%description
The mod_wsgi adapter is an Apache module that provides a WSGI compliant
interface for hosting Python based web applications within Apache. The
adapter is written completely in C code against the Apache C runtime and
for hosting WSGI applications within Apache has a lower overhead than using
existing WSGI adapters for mod_python or CGI.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}

%build
rm -f configure
autoconf

%configure2_5x --localstatedir=/var/lib \
    --with-apxs=%{_bindir}/apxs

%make

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc LICENCE README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4-2
+ Revision: eb0a795
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 207 |14cr|apache-mod_xhtml-0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_xhtml
%define mod_conf A68_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Adds XHTML Namespace processing to the Apache Webserver
Name:		apache-%{mod_name}
Version:	0
Release:	14
Group:		System/Servers
License:	GPL
URL:		http://apache.webthing.com/mod_xhtml/
# there is no official tar ball
# http://apache.webthing.com/svn/apache/filters/xmlns/
Source0:	http://apache.webthing.com/svn/apache/filters/xmlns/mod_xhtml.c
Source1:	README.mod_xhtml
Source2:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires(pre):	apache-mod_xmlns
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
Requires:	apache-mod_xmlns
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	apache-mod_xmlns-devel
BuildRequires:	file

%description
mod_xhtml provides a namespace processor for http://www.w3.org/1999/xhtml that
serves to ensure XHTML meets the W3C Appendix C guidelines for compatibility
with HTML browsers and the text/html MIME type. In addition, mod_xhtml
implements Server Side  Includes (SSI), both as Apache's comment-driven
processing language and as a separate XML namespace processor.

%prep

%setup -q -c -T -n %{mod_name}-%{version}

cp %{SOURCE0} mod_xhtml.c
cp %{SOURCE1} README
cp %{SOURCE2} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
 %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
 if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
 fi
fi

%clean

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-14
+ Revision: 522c358
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 208 |14cr|apache-mod_xhtml_neg-1.0a-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.8
%define mod_name mod_xhtml_neg
%define mod_conf B39_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	An XHTML content negotiation module for Apache
Name:		apache-%{mod_name}
Version:	1.0a
Release:	10
Group:		System/Servers
License:	Apache License
URL:		http://mod-xhtml-neg.sourceforge.net/
Source0:	http://dfn.dl.sourceforge.net/sourceforge/mod-xhtml-neg/%{mod_name}2-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	dos2unix

%description
This module provides content negotiation facilities for XHTML documents that
conform to Appendix C compatibility requirements of the XHTML 1.0
specification. This allows compatible browsers to view XHTML content as
XML-compliant documents, and older or less compatible clients to view XHTML
content as text/html documents.

%prep

%setup -q -n %{mod_name}-2.0

cp %{SOURCE1} %{mod_conf}

find -type f -exec dos2unix {} \;

%build

%{_bindir}/apxs -c mod_xhtml_neg.c lookupa.c
        
%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc LICENSE README mod_xhtml_neg.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-10
+ Revision: 169bef4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 209 |14cr|apache-mod_xmlns-0.97-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_xmlns
%define mod_conf A67_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Adds XML Namespace processing to the Apache Webserver
Name:		apache-%{mod_name}
Version:	0.97
Release:	16
Group:		System/Servers
License:	GPL
URL:		http://apache.webthing.com/mod_xmlns/
# there is no official tar ball
# http://apache.webthing.com/svn/apache/filters/xmlns/
Source0:	http://apache.webthing.com/svn/apache/filters/xmlns/mod_xmlns.c
Source1:	http://apache.webthing.com/svn/apache/filters/xmlns/xmlns.h
Source2:	README.mod_xmlns
Source3:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
mod_xmlns adds XML Namespace support to Apache, and may form the basis of
XML-driven publishing systems. It runs as an output filter, so it works
automatically with any content generator.

%package	devel
Summary:	Development API for the mod_xmlns apache module
Group:		Development/C

%description	devel
mod_xmlns adds XML Namespace support to Apache, and may form the basis of
XML-driven publishing systems. It runs as an output filter, so it works
automatically with any content generator.

This package contains the development API for the mod_xmlns apache module.

%prep

%setup -q -c -T -n %{mod_name}-%{version}

cp %{SOURCE0} mod_xmlns.c
cp %{SOURCE1} xmlns.h
cp %{SOURCE2} README
cp %{SOURCE3} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_includedir}

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 xmlns.h %{buildroot}%{_includedir}/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
  %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
  if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
  fi
fi

%clean

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

%files devel
%attr(0644,root,root) %{_includedir}/xmlns.h



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.97-16
+ Revision: 9264c5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 210 |14cr|apache-mod_xsendfile-0.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.0
%define mod_name mod_xsendfile
%define mod_conf A58_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Process X-SENDFILE header cgi/scripts may set
Name:		apache-%{mod_name}
Version:	0.12
Release:	3
Group:		System/Servers
License:	Apache License
URL:		https://tn123.org/mod_xsendfile/
Source0:	https://tn123.org/mod_xsendfile/mod_xsendfile-%{version}.tar.bz2
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}

%description
mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers
registered by the original output handler. If it encounters the presence of
such a header, it will discard all output and send the file specified by that
header instead, using Apache internals including all optimizations like
caching- headers and sendfile or mmap if configured. It is useful for
processing script output of PHP, Perl, or other CGI programs.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc docs/Readme.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12-3
+ Revision: 52ec0e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 211 |14cr|apache-mod_xslt_filter-1.5.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.8
%define mod_name mod_xslt_filter
%define mod_conf B37_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Performs XSL transformation on the fly
Name:		apache-%{mod_name}
Version:	1.5.2
Release:	8
Group:		System/Servers
License:	Apache License
URL:		http://sourceforge.net/projects/xslt-filter/
Source0:	xslt_filter-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		xslt_filter-correct_naming_fix.diff
Patch1:		xslt_filter-1.5.2-format_not_a_string_literal_and_no_format_arguments.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	automake
BuildRequires:	dos2unix
BuildRequires:	libtool
BuildRequires:	libxml2-devel >= 2.6.30
BuildRequires:	libxslt-devel >= 1.1.20

%description
XSLT Filter is an Apache2 loadable module which performs XSL transformation on
the fly. It uses LibXML2+LibXSLT as parsing and transformation engines. The
module acts as an Apache output fitler and is compatible with mod_perl, CGI and
PHP applications.

%prep

%setup -q -n xslt_filter-%{version}
%patch0 -p1
%patch1 -p0

mv xslt_filter.c %{mod_name}.c

cp %{SOURCE1} %{mod_conf}

find -type f -exec dos2unix {} \;

%build
rm -f configure
libtoolize --copy --force; aclocal; autoconf; automake --add-missing --copy --foreign; autoconf
export APXS2="%{_bindir}/apxs"

%configure2_5x --localstatedir=/var/lib

%make

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-8
+ Revision: 12e32b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 212 |14cr|apache-mod_ziplook-0.99-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_ziplook
%define mod_conf 87_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.99
Release:	16
Group:		System/Servers
License:	BSD
URL:		http://pihl.kumpu.org/ziplook/index2.html
Source0: 	%{mod_name}2-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
# http://www.winimage.com/zLibDll/unzip21.zip
Source2:	unzip21.zip
BuildRequires:	unzip
BuildRequires:	zip
BuildRequires:	zlib-devel
BuildRequires:	perl
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
With the mod_ziplook apache module you can view zip-archive
files directly in apache without extracting them to
filesystem. It's useful with large documentation zip-files which
are not very often hit. 

%prep

%setup -q -n ziplook

unzip %{SOURCE2}
zip README.zip README

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c -I. -lz

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

# make the example work... (ugly, but it works...)

NEW_URL=/addon-modules/%{name}-%{version}/
perl -pi -e "s|_REPLACE_ME_|$NEW_URL|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.99-16
+ Revision: 11fc607
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 213 |14cr|apache-mod_zipread-0.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_zipread
%define mod_conf A16_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.1
Release:	16
Group:		System/Servers
License:	GPL
URL:		http://modzipread.sourceforge.net/
Source0: 	modzipread-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		modzipread-0.1-header_fix.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	zziplib-devel
BuildRequires:	file
Epoch:		1

%description
Mod ZipRead is an Apache module to browser Zip Archives. It uses
zziplib.

%prep

%setup -q -n modzipread-%{version}
%patch0 -p0

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c -lzzip

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc AUTHORS ChangeLog DESC INSTALL
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.1-16
+ Revision: b6e4484
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 214 |14cr|apachetop-0.12.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    apachetop
%define version 0.12.6
%define release 8

Summary:	Utility to display Apache logs with a top-like interface
Name:		%name
Version:	%version
Release:	%release
License:	BSD
Group:		Monitoring
URL:		http://www.webta.org/projects/apachetop/
Source0:	http://www.webta.org/apachetop/%name-%version.tar.bz2
# mandrivaize default logfile
Patch1:		%name-0.12.6-logfile.patch
# support logfiles over 2GB (from Debian)
Patch2:		apachetop-0.12.5-large_logfile.patch
# gcc4.1 fixes (from Debian)
Patch3:		apachetop-0.12.6-gcc41.patch
# fix some error
Patch4:     apachetop-0.12.6-buffer_overflow.patch
BuildRequires:	ncurses-devel
BuildRequires:	m4
BuildRequires:	pcre-devel
BuildRequires:	adns-devel
BuildRequires:	readline-devel
BuildRequires:	autoconf2.5
Requires:	apache
BuildRoot:	%_tmppath/%name-%version

%description
ApacheTop: top-like display of Apache logs.

ApacheTop watches a logfile generated by Apache (in standard common or
combined logformat, although it doesn't (yet) make use of any of the extra
fields in combined) and generates human-parsable output in realtime.


%prep
%setup -q
%patch1 -p1 -b .log
%patch2 -p1 -b .large
%patch3 -p1 -b .gcc41
%patch4 -p0

%build
%configure2_5x
%make


%install
rm -rf %{buildroot}
%makeinstall

# 0.7: remove manpage, not usefull yet, read readme instead
rm %{buildroot}%{_mandir}/man1/*


%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,)
%_bindir/*
#%_mandir/man1/*
%doc AUTHORS LICENSE README ChangeLog TODO



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.6-8
+ Revision: d44211f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 215 |14cr|ape-1.1.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define revision 0eff8f0

Name:		ape
Version:	1.1.2
Release:	9
Summary:    	A full-featured OpenSource solution designed for Ajax Push
License:    	GPLv2+
Group:      	Networking/Other
URL:        	http://www.ape-project.org/
Source:     	APE-Project-APE_Server-v1.1.0-14-g0eff8f0.tar.gz
Source1:     	ape.sysconfig
Source2:     	ape.init
Source3:	http://www.ape-project.org/stable/APE_JSF-1.1.0.tar.gz
Patch0:		ape-makefile.patch
Patch1:		ape-conf.patch
BuildRequires:	mysql-devel
BuildRequires:	js-devel
BuildRequires:	udns-devel
BuildRequires:	mysac-devel
BuildRequires:  tar
BuildRequires:  gzip

%description
A full-featured OpenSource solution designed for Ajax Push. It includes a 
webserver and a Javascript Framework. APE allows to implement any kind of 
real-time data streaming to a web browser, without having to install 
anything on the client-side 

%package        www
Summary:        APE frontend
Group:          Networking/Other
Suggests:       %{name}
Requires:       webserver

%description    www
This package let comunication between APE and apache


%prep
%setup -q -n APE-Project-APE_Server-%{revision}
%patch0 -p1 -b .makefile
%patch1 -p1 -b .conf

cat bin/ape.conf|sed -r 's|/usr/lib|%{_libdir}|' >  ape.conf.1
%{__rm} -f bin/ape.conf
mv ape.conf.1 bin/ape.conf

cat Makefile|sed -r 's|/usr/lib|%{_libdir}|' >  Makefile.1
%{__rm} -f Makefile
mv Makefile.1 Makefile

%if %mdkversion < 201100
cat modules/Makefile|sed -r 's|mysqld|mysqlclient|' >  Makefile.1
%{__rm} -f modules/Makefile
mv Makefile.1 modules/Makefile

%endif


echo "HAS_MYSQL = yes" > ./modules/mysql.mk
echo "#define USE_EPOLL_HANDLER" > ./src/configure.h
echo "LINUX_BUILD = 1" > ./modules/plateform.mk
echo "#define _USE_MYSQL 1" >> ./src/configure.h

%make
# "CFLAGS=%optflags"
cd modules
%make  LIBDIR=%{_libdir}

%install
%makeinstall
%{__install} -d %{buildroot}%{_sysconfdir}/ape
%{__install} bin/ape.conf %{buildroot}%{_sysconfdir}/ape
%{__install} modules/conf/inlinepush.conf %{buildroot}%{_sysconfdir}/ape
%{__install} modules/conf/proxy.conf %{buildroot}%{_sysconfdir}/ape
%{__install} -d %{buildroot}%{_libdir}/ape
%{__install} modules/lib/libmod_spidermonkey.so %{buildroot}%{_libdir}/ape
%{__mkdir_p}  %{buildroot}%{_var}/log/ape
%{__mkdir_p} %{buildroot}%{_initrddir}
%{__mkdir_p} %{buildroot}%{_sysconfdir}/sysconfig
%{__install} -m0755 %{SOURCE2} %{buildroot}%{_initrddir}/ape
%{__install} -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/ape
echo scripts_path = %{_docdir}/ape/ > %{buildroot}%{_sysconfdir}/ape/javascript.conf
# provide a simple apache config
%{__mkdir_p} %{buildroot}%{_sysconfdir}/httpd/conf/vhosts.d/
cat > %{buildroot}%{_sysconfdir}/httpd/conf/vhosts.d/99_ape.conf << EOF
<VirtualHost *>
        Servername localhost
        ServerAlias ape.*
        ServerAlias *.ape.*
 
        DocumentRoot "/var/www/ape/"
</VirtualHost>

<Directory /var/www/ape/>
    Options -Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
EOF

%{__mkdir_p} %{buildroot}%{_var}/www/ape/
pushd %{buildroot}%{_var}/www/ape/
tar -zxvf %{SOURCE3} 
popd

%clean
%{__rm} -rf %{buildroot}


%preun
%_preun_service ape

%pre
%_pre_useradd ape %{_libdir}/ape /bin/false

%postun
%_postun_userdel ape
%_postun_groupdel ape



%post
%_post_service ape



%files
%defattr(-,root,root)
%doc scripts/*
%dir %{_sysconfdir}/ape/
%dir %{_libdir}/ape/
%dir %{_var}/log/ape
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/ape
%attr(0755,root,root) %{_initrddir}/ape
%config(noreplace) %{_sysconfdir}/ape/ape.conf
%config(noreplace) %{_sysconfdir}/ape/javascript.conf
%config(noreplace) %{_sysconfdir}/ape/inlinepush.conf
%config(noreplace) %{_sysconfdir}/ape/proxy.conf
%_sbindir/*
%{_libdir}/ape/*

%files www
%dir %{_var}/www/ape/
%config(noreplace) %{_sysconfdir}/httpd/conf/vhosts.d/99_ape.conf
%{_var}/www/ape/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-9
+ Revision: 6e667a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 216 |14cr|apg-2.2.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	Automated Password Generator (apg)
Name:		apg
Version:	2.2.3
Release:	7
License:	BSD
Group:		System/Configuration/Other
Source0:	%{name}-%{version}.tar.bz2
URL:		http://www.adel.nursat.kz/apg/
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
Apg generates several random passwords. It uses several password
generation algorithms (currently two) and a built-in pseudo random
number generator.


%prep
%setup -q

%build
%{__make} \
	CC="%{__cc}" \
	FLAGS="%{optflags}"

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}

install apg apgbfm $RPM_BUILD_ROOT%{_bindir}
install doc/man/{apgbfm,apg}.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README CHANGES THANKS TODO doc/APG_TIPS
%attr(755,root,root) %{_bindir}/apg
%attr(755,root,root) %{_bindir}/apgbfm
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.3-7
+ Revision: e52bb90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 217 |14cr|aphopper-0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	aphopper
%define version	0.3
%define release 9

Name: 	 	%{name}
Summary: 	Automatic wireless access point hopper
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://aphopper.sourceforge.net/
License:	GPL
Group:		System/Configuration/Networking
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
AP Hopper is a program that automatically hops between access points of
different wireless networks. It checks for DHCP and Internet Access on all
the networks found. It logs successful and unsuccessful attempts.

P.S. The binary is called 'hopper'.

%prep
%setup -q -n %name

%build
%configure2_5x
%make
										
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%_sbindir
cp hopper $RPM_BUILD_ROOT/%_sbindir

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING
%{_sbindir}/hopper





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-9
+ Revision: 6fbb134
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 218 |14cr|api-sanity-checker-1.98.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:An automatic generator of basic unit tests for a C/C++ library API
Name:		api-sanity-checker
Version:	1.98.6
Release:	2
Group:		Development/Other
License:	GPLv1+ or LGPLv2+
URL:		http://ispras.linuxbase.org/index.php/API_Sanity_Checker
Source0:	https://github.com/lvc/api-sanity-checker/archive/%{version}.tar.gz
Requires:   gcc-c++
Requires:   abi-compliance-checker >= 1.99
BuildRequires:   abi-compliance-checker >= 1.99
BuildArch:	noarch

%description
An automatic generator of basic unit tests for a shared C/C++
library. It helps to quickly generate "shallow"-quality test
cases for every API symbol straight from the library header
files.

%prep
%setup -q
chmod 0644 LICENSE README

%build
# Nothing to build.

%install
mkdir -p %{buildroot}%{_prefix}
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}

%files
%doc LICENSE README doc/
%{_bindir}/%{name}
%{_datadir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.98.6-2
+ Revision: 9644fc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 219 |14cr|apitrace-4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		withGUI		1

Summary:	A project to trace, analyze and debug graphics APIs
Name:		apitrace
Version:	4.0
#define		gitdate		20130502
Release:	3
License:	BSD
Group:		Development/X11
Url:		https://github.com/%{name}/%{name}
Source0:	https://github.com/%{name}/%{name}/archive/%{name}-%{version}.tar.gz
Source1:	qapitrace.desktop
Source2:	%{name}.png
Source3:	%{name}.rpmlintrc
BuildRequires:	cmake >= 2.8.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(gl)
%if %{withGUI}
BuildRequires:	qt4-devel >= 4.8.0
BuildRequires:	qjson >= 0.5
BuildRequires:	coreutils
%endif

%description
Apitrace is a project to trace, analyze and debug graphics APIs.
It offers a convenient set of tools for:
- trace OpenGL, OpenGL ES, D3D11, D3D10, D3D9, D3D8, D3D7 and DDRAW API calls
  to a file;
- retrace OpenGL and OpenGL ES calls from a file;
- visualize trace files and inspect their state, frame by frame and call by
  call;
- visualize and edit trace files.
It also sports a nice Qt4-based GUI.


%prep
%setup -q

# Fix the path for libraries on 64bit arch (hopefully with no breakage)
sed -i 's|../lib/apitrace/wrappers|../%{_lib}/apitrace/wrappers|g' cli/cli_resources.cpp
sed -i 's|../lib/apitrace/scripts|../%{_lib}/apitrace/scripts|g' cli/cli_resources.cpp
sed -i 's|lib/${CMAKE_PROJECT_NAME}|%{_lib}/${CMAKE_PROJECT_NAME}|g' CMakeLists.txt
sed -i 's|lib/${ARCH_SUBDIR}/${CMAKE_PROJECT_NAME}|%{_lib}/${ARCH_SUBDIR}/${CMAKE_PROJECT_NAME}|g' CMakeLists.txt
sed -i 's|${LIB_ARCH_INSTALL_DIR}/wrappers|${LIB_INSTALL_DIR}/wrappers|g' CMakeLists.txt


%build
# With shared libs enabled, the build fails
# at the linking stage with "undefined reference" errors
%cmake	-DBUILD_SHARED_LIBS:BOOL=OFF \
	-DENABLE_CLI=TRUE \
	-DENABLE_EGL=TRUE \
%if %{withGUI}
	-DENABLE_GUI=TRUE
%else
	-DENABLE_GUI=FALSE
%endif
%make


%install
%makeinstall_std -C build

# Remove doc files: we already move them in the %%files section
rm -rf %{buildroot}%{_docdir}

# Prepare and copy our stuff
mkdir -p %{buildroot}%{_datadir}/applications/
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/

# Install icons
install -D -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png
for i in 16 24 32 48 64 128; do
	mkdir -p %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps
	install %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps
done
#install -D -m 644 %%{SOURCE1} %%{buildroot}%%{_iconsdir}/hicolor/128x128/apps/%%{name}.png
#install -D -m 644 %%{SOURCE1} %%{buildroot}%%{_datadir}/pixmaps/%%{name}.png
#install -m 755 %%{SOURCE1} %%{buildroot}%%{_bindir}/

# Fix wrong permissions
chmod +x %{buildroot}%{_libdir}/%{name}/scripts/highlight.py


%files
%doc BUGS.markdown DEVELOPMENT.markdown INSTALL.markdown LICENSE NEWS.markdown README.markdown
%{_bindir}/%{name}
%{_bindir}/eglretrace
%{_bindir}/glretrace
%{_bindir}/qapitrace
%{_libdir}/%{name}/wrappers/*.so
%{_libdir}/%{name}/scripts/*.py
%{_datadir}/applications/qapitrace.desktop
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0-3
+ Revision: 5d91885
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 220 |14cr|apngasm-2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Create an APNG from multiple PNG files
Name:		apngasm
Version:	2.6
Release:	3
License:	zlib
Group:		Graphics
URL:		http://sourceforge.net/projects/apngasm
Source0:	http://downloads.sourceforge.net/project/apngasm/%{version}/%{name}-%{version}-src.zip
Buildrequires:	zlib-devel
BuildRequires:	libpng-devel
BuildRequires:	pkgconfig

%description
create an APNG from multiple PNG files

%prep

%setup -q -c apnopt

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_docdir}/%{name}

install -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -m 0644 readme.txt %{buildroot}%{_docdir}/%{name}/readme.txt


%files 
%doc readme.txt 
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6-3
+ Revision: cad53b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 221 |14cr|apngopt-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	optimize APNG images
Name:		apngopt
Version:	1.1
Release:	2
License:	zlib
Group:		Graphics
URL:		http://sourceforge.net/projects/apng/
Source0:	http://downloads.sourceforge.net/project/apng/APNG_Optimizer/1.1/apngopt-1.1-src.zip
Buildrequires:	zlib-devel
BuildRequires:	libpng-devel
BuildRequires:	pkgconfig

%description
Optimizes existing APNG animation.

%prep

%setup -q -c apnopt

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_docdir}/%{name}

install -m 0755 apngopt %{buildroot}%{_bindir}/%{name}
install -m 0644 readme.txt %{buildroot}%{_docdir}/%{name}/readme.txt


%files 
%doc readme.txt 
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: d8b8d51
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 222 |14cr|apper-0.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE interface for PackageKit
Name:		apper
Version:	0.8.1
Release:	3
License:	GPLv2+
Group:		System/Configuration/Packaging
Source0: 	http://fr2.rpmfind.net/linux/KDE/stable/apper/%{version}/%{name}-%{version}.tar.bz2
URL:		http://www.opendesktop.org/content/show.php/Apper?content=84745
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	qt4-qtdbus
BuildRequires:	packagekit-qt-devel >= 0.8.8
BuildRequires:	desktop-file-utils
Requires:	packagekit >= 0.8.5
Provides:	packagekit-gui
Obsoletes:	kpackagekit
Obsoletes:	kpackagekit-common

%description
KDE interface for PackageKit.

%files -f %name.lang
%{_kde_bindir}/*
%{_kde_libdir}/kde4/*.so
%{_kde_libdir}/lib%{name}.so
%{_kde_libdir}/kde4/imports/org/kde/apper
%{_kde_libdir}/kde4/libexec/apper-pk-session
%{_kde_appsdir}/*
%{_kde_datadir}/applications/kde4/*.desktop
%{_kde_services}/*.desktop
%{_kde_services}/kded/*.desktop
%{_datadir}/dbus-1/services/*.service
%{_kde_mandir}/man1/*

#--------------------------------------------------------------------

%prep
%setup -q -n %name-%version
%apply_patches

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor='' \
	--dir %buildroot%_kde_datadir/applications/kde4 \
	--remove-category='System' \
	--add-category='Settings' \
	--remove-mime-type='application/x-deb' \
	%buildroot%_kde_datadir/applications/kde4/*.desktop

#hack
mv %{buildroot}%{_kde_libdir}/apper/lib%{name}.so %{buildroot}%{_kde_libdir}/lib%{name}.so

%find_lang %name --all-name

# hack around gnome-packagekit conflict
mv %{buildroot}%{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service \
%{buildroot}%{_datadir}/dbus-1/services/kde-org.freedesktop.PackageKit.service 

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-3
+ Revision: 2aa8d8c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 223 |14cr|ap-utils-1.5.1-0.pre3.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prerelease pre3

Summary: Configure and monitor Wireless Access Points
Name: ap-utils
Version: 1.5.1
Release: 0.%{prerelease}.5
License: GPL
Group: Networking/Other
URL: http://ap-utils.polesye.net/
Source: http://prdownloads.sourceforge.net/ap-utils/%{name}-%{version}%{prerelease}.tar.bz2
BuildRequires: pkgconfig(ncurses)

%description
Wireless Access Point Utilities for Unix is a set of utilities
to configure and monitor Wireless Access Points under Unix.

%prep
%setup -q -n %{name}-%{version}%{prerelease}

%build
%define Werror_cflags %nil
%configure2_5x
%make

%install
%makeinstall_std

# remove french translation, it is prevent correct usage of ap-config
rm %{buildroot}%{_datadir}/locale/fr/LC_MESSAGES/ap-utils.mo

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS INSTALL NEWS COPYING README TODO ChangeLog
%doc Documentation/FAQ Documentation/*.html
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man8/*


%changelog
* Mon Nov 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.1-0.pre3.5
+ Revision: 952ba5c
- LOG Convert BR to pkgconfig style, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 224 |14cr|apvlv-0.1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A PDF/DJVU/TXT viewer which behaves like Vim
Name:		apvlv
Version:	0.1.4
Release:	3
License:	GPLv2+
Group:		Office
Url:		http://naihe2010.github.com/apvlv/
Source0:	https://github.com/downloads/naihe2010/apvlv/%{name}-%{version}-Source.tar.gz
Source1:	%{name}.desktop
Patch0:		apvlv-0.1.4-cxxflags.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(ddjvuapi)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(poppler-glib)

%description
Apvlv is a PDF viewer which behaves like Vim.

%files
%{_bindir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}rc
%doc %{_datadir}/%{name}/Startup.pdf
%doc %{_datadir}/%{name}/Startup.tex
%doc %{_datadir}/%{name}/apvlvrc.example
%{_datadir}/%{name}/icons/*.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-Source
%patch0 -p1

%build
%cmake \
	-DAPVLV_WITH_UMD:BOOL=OFF \
	-DAPVLV_WITH_DJVU:BOOL=ON \
	-DDOCDIR=%{_datadir}/%{name}

%make VERBOSE=1

%install
%makeinstall_std -C build
mkdir -p %{buildroot}%{_datadir}/applications/
install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/


%changelog
* Fri Sep 12 2014 redmosaic <es_wkm@rambler.ru> 0.1.4-3
+ Revision: b427ed5
- Added DJVU support
- Updated apvlv.desktop file (based on upstream git)
- Fixed debug info package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 225 |14cr|aqemu-0.8.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: aqemu
Version: 0.8.2
Release: 2
Summary: A QT graphical interface to QEMU and KVM
Group: Emulators
License: GPLv2+
URL: http://aqemu.sourceforge.net
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
# Patch for desktop file to ensure it shows up in the GNOME overview.
# Upstream: http://sourceforge.net/tracker/?func=detail&aid=3430317&group_id=229794&atid=1078458
Patch0: aqemu-0.8.2-rosa-desktop.patch
# Fatch for vncview.cp file to disable macro that clashes with QT 4.8.
# Upstram: http://sourceforge.net/tracker/?func=detail&aid=3429937&group_id=229794&atid=1078458
Patch1: aqemu-0.8.2-qt48.patch
Patch2: Utils-format-path.patch
BuildRequires: qt-devel 
BuildRequires: cmake 
BuildRequires: libvncserver-devel
BuildRequires: desktop-file-utils
BuildRequires: gnutls-devel
BuildRequires: hicolor-icon-theme
Requires: qemu

%description
AQEMU is a graphical user interface to QEMU and KVM, written in Qt4. The 
program has a user-friendly interface and allows user to set the 
majority of QEMU and KVM options on their virtual machines.

%prep
%setup -q
%patch0
%patch1
%patch2 -p1

%build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DMAN_PAGE_COMPRESSOR=bzip2
%make

%install
make DESTDIR=%{buildroot} install
# Copy 48x48 and 64x64 icons to correct location.
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{48x48,64x64}/apps
mv %{buildroot}%{_datadir}/pixmaps/%{name}_48x48.png \
   %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
mv %{buildroot}%{_datadir}/pixmaps/%{name}_64x64.png \
   %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
# Remove directories from install which are not being deployed in RPM.
rm -rf %{buildroot}%{_datadir}/pixmaps
rm -rf %{buildroot}%{_datadir}/menu
rm -rf %{buildroot}%{_datadir}/doc/%{name}
# Validate the icon file.
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%{_bindir}/%{name}
%doc AUTHORS CHANGELOG COPYING TODO
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_mandir}/man1/%{name}.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-2
+ Revision: ddd5feb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 226 |14cr|aqsis-1.8.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname	%mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	RenderMan-compliant 3D rendering solution
Name:		aqsis
Version:	1.8.2
Release:	5
License:	GPLv2+i
Group:		Graphics
Url:		http://www.aqsis.org/
Source0:	http://downloads.sourceforge.net/aqsis/%{name}-%{version}.tar.gz
# fix build against ilmbase-2.x, kudos to arch linux
Patch1: imfinputfile-forward-declaration.diff

BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	flex
BuildRequires:	xsltproc
BuildRequires:	boost-devel
BuildRequires:	fltk-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(zlib)

%description
Tha Aqsis rendering system consists of a set of libraries and applications for
creating high-quality computer imagery using the Pixar RenderMan Interface.

%package -n %{libname}
Summary:	Aqsis library
Group:		System/Libraries

%description -n %{libname}
The Aqsis library.

%package -n %{devname}
Summary:	Development files for Aqsis
Group:		Development/C++
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
The Aqsis library developpement files.

%prep
%setup -q
%apply_patches

%build
%cmake \
    -DAQSIS_USE_FLTK:BOOL=ON \
    -DAQSIS_USE_OPENEXR:BOOL=ON \
    -DAQSIS_BOOST_LIB_SUFFIX:STRING=-mt \
    -DCMAKE_CMAKE_BUILD_TYPE=Release \
    -DAQSIS_ENABLE_TESTING:BOOL=OFF \
    -DAQSIS_USE_PLUGINS:BOOL=ON \
    -DAQSIS_USE_TIMERS:BOOL=ON \
    -DSYSCONFDIR:STRING=%{_sysconfdir} \
    -DLIBDIR="%{_libdir}" \
    -DDEFAULT_DISPLAYPATH="%{_libdir}/%{name}"

%make

%install
%makeinstall_std -C build

%files
%doc AUTHORS README
%config(noreplace) %{_sysconfdir}/*
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages/aqsis.xml
%{_datadir}/pixmaps/*.png
%{_iconsdir}/hicolor/*/mimetypes/*.png

%files -n %{libname}
%{_libdir}/%{name}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.2-5
+ Revision: d018826
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 227 |14cr|arandr-0.1.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Screen layout editor for xrandr 1.2 (Another XRandR gui)
Name:		arandr
URL:		http://christian.amsuess.com/tools/%{name}/
Version:	0.1.7.1
Release:	2
Source0:	http://christian.amsuess.com/tools/%{name}/files/%{name}-%{version}.tar.gz
License:	GPLv3
Group:		System/X11
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	python-docutils
Requires:	task-x11
Requires:	pygtk2.0

%description
Provide a simple visual front end for XRandR 1.4, client side X only (no
xorg.conf involved, no pre-1.2 options).
Features:
* Full controll over positioning (instead of plain "left of") with edge
  snapping.

* Saving configurations as executable shell scripts (configurations can be
  loaded without using this program).

* Configuration files can be edited to include additional payload (like
  xsetwacom commands tablet PC users need when rotating), which is preserved
  when editing.

* Metacity keybinding integration:

* Saved configurations can be bound to arbitrary keys via metacity custom
  commands.

* Several layouts can be bound to one key; they are cycled
  through. (Useful for "rotate" buttons on tablet PCs.)

* Main widget separated from packaged application (to facilitate
  integration with existing solutions)


%prep
%setup -q


%build
python setup.py build


%install
python setup.py install --root=%{buildroot}


%files
%doc NEWS README TODO
%{py_puresitedir}/screenlayout
%{py_puresitedir}/*.egg-info
%{_bindir}/%{name}
%{_bindir}/unxrandr
%{_datadir}/applications/arandr.desktop
%{_datadir}/locale/
%{_mandir}/man1/*.xz



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.7.1-2
+ Revision: 41e38ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 228 |14cr|aravis-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define gstapi	0.10
%define api	0.2
%define major	0
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name} -d

Summary:	Glib/gobject based library implementing a Genicam interface
Name:		aravis
Version:	0.2.1
Release:	2
License:	GPLv2+
Group:		Development/GNOME and GTK+
Url:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/aravis/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{gstapi})
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnotify)

%description
Aravis is a glib/gobject based library implementing a Genicam interface, 
which can be used for the acquisition of video streams coming from either
ethernet, firewire or USB cameras. It currently only implements an ethernet 
camera protocol used for industrial cameras.

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Aravis is a glib/gobject based library implementing a Genicam interface, 
which can be used for the acquisition of video streams coming from either
ethernet, firewire or USB cameras. It currently only implements an ethernet 
camera protocol used for industrial cameras.

This package contains the shared library for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n gstreamer%{gstapi}-%{name}
Summary:	Gstreamer support for %{name}
Group:		Sound
Obsoletes:	%{name}-gstreamer

%description -n gstreamer%{gstapi}-%{name}
This package contains the gstreamer plugin for %{name}.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	%{girname} = %{version}

%description -n %{devname}
This package contains the development files for %{name}

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-gst-plugin \
	--enable-viewer \
	--enable-notify

%make LIBS='-lm -lz'

%install
%makeinstall_std
rm -fr %{buildroot}%{_prefix}/doc

%find_lang %{name}-%{api}

%files -f %{name}-%{api}.lang
%{_bindir}/*
%{_datadir}/%{name}-%{api}

%files -n %{libname}
%doc AUTHORS COPYING NEWS
%{_libdir}/libaravis-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Aravis-%{api}.typelib

%files -n gstreamer%{gstapi}-%{name}
%{_libdir}/gstreamer-%{gstapi}/libgstaravis-%{api}.so

%files -n %{devname}
%{_includedir}/%{name}-%{api}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/Aravis-%{api}.gir
%{_datadir}/gtk-doc/html/%{name}-%{api}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: 4a28be2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 229 |14cr|arc-5.21o-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		arc
Version:	5.21o
Release:	6
URL:		http://sourceforge.net/projects/arc/
Source:		%{name}-%{version}.tgz
Summary:	ARC archive compression utility
License:	GPL
Group:		Archiving/Compression 
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%description
ARC is used to create and maintain file archives. Many other new archive
formats exist, but it can stil be useful if you have old .arc files.

%prep
%setup -q

%build
%make
%{__lzma} arc.1

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 arc %{buildroot}%{_bindir}/arc
%{__install} -Dp -m0755 marc %{buildroot}%{_bindir}/marc
%{__install} -Dp -m0644 arc.1.lzma %{buildroot}%{_mandir}/man1/arc.1.lzma

%files
%doc Changelog COPYING LICENSE Readme PATCHLEVEL Arcinfo Arc521.doc
%{_bindir}/%{name}
%{_bindir}/marc
%{_mandir}/man1/%{name}.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.21o-6
+ Revision: 5e27511
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 230 |14cr|archimedes-2.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	2D Quantum Monte Carlo simulator for semiconductor devices
Name:		archimedes
Version:	2.0.1
Release:	2
License:	GPLv3+
Group:		Sciences/Physics
URL:		http://www.gnu.org/software/archimedes/
Source0:	ftp://ftp.gnu.org:21/gnu/archimedes/%{name}-%{version}.tar.bz2
BuildRequires:	dos2unix
BuildRequires:	ghostscript
BuildRequires:	tetex-latex

%description
Archimedes is a package for the design and simulation of submicron
semiconductor devices. It is a 2D Fast Monte Carlo simulator which can take
into account all the relevant quantum effects, thank to the implementation of
the Bohm effective potential method.

The physics and geometry of a general device is introduced by typing a simple
script, which makes, in this sense, Archimedes a powerful tool for the
simulation of quite general semiconductor devices.

%prep
%setup -q

# Suppress rpmlint error.
dos2unix COPYING

%build
%configure --enable-manual --bindir=%{_bindir} --libdir=%{_libdir}
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS
%doc ChangeLog
%doc COPYING
%doc NEWS
%doc README
%doc THANKS
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-2
+ Revision: b2ab6bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 231 |14cr|archivemail-0.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    archivemail
%define version 0.9.0
%define release 2

Name:           %{name}
Version:        %{version}
Release:        %{release}
License:        GPL
Summary:        A tool for archiving and compressing old email
Group:          System/Servers
URL:            http://archivemail.sourceforge.net/
Source:         http://prdownloads.sourceforge.net/archivemail/%{name}-%{version}.tar.bz2
BuildRequires:  python-devel
BuildRequires:  docbook-dtd30-sgml
BuildRequires:  docbook-utils
Requires:       python
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description 
archivemail is a tool written in Python for archiving and compressing old email
in mailboxes. It can move messages older than the specified number of days to a
separate mbox format mailbox that is compressed with gzip, or optionally just
delete old email.

%prep
%setup -q

%build
%{__make} archivemail.1

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%py_sitedir
./setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING FAQ README CHANGELOG TODO
%{_bindir}/*
%{_mandir}/man1/*
%py_sitedir/*.egg-info





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-2
+ Revision: 996cdd4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 232 |14cr|ardentryst-1.71-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ardentryst
Summary:	Action/RPG sidescoller
Version:        1.71
Release:        2
License:        GPLv3
Source:         %{name}%{version}.tar.gz
Group:		Games/Adventure
Url:            http://jordan.trudgett.com/
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:	noarch
BuildRequires:	python
Requires:	pygame

%description
Ardentryst is an action/RPG sidescoller, focused not just on fighting, 
but on story, and character development. Strategy as well as reflexes 
will be needed to overcome the game. The game is set in another world. 

It is somewhat a cross between Donkey Kong Country, Mario, Castlevania 
and Kingdom Hearts. Ardentryst is focused on a fantasy world. 

The player is guided through a storyline which he or her must act in and 
play a major role in keeping peace and order in Ardentryst. It features 
two playable characters and a variety of weapons, items, armour, monsters, 
and beautiful level scenery and graphics.

Authors:
--------
Jordan Trudgett <jordan_trudgett@hotmail.com>

%prep
%setup -q -n %{name}%{version}

%build

%install
%__rm -rf %{buildroot}

install -m 755 -d -D %{buildroot}%{_bindir}
install -m 755 -D %{name} %{buildroot}%{_bindir}/%{name}
install -m 755 -d -D %{buildroot}%{_datadir}/games/%{name}/
install -m 644 -D *.py OPR.txt %{buildroot}%{_datadir}/games/%{name}/
install -m 755 -d -D %{buildroot}%{_datadir}/pixmaps/
install -m 644 -D icon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -m 755 -d -D %{buildroot}%{_datadir}/applications/
install -m 644 -D Ardentryst.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

#Install data
cp -R Base %{buildroot}%{_datadir}/games/%{name}/
cp -R Data %{buildroot}%{_datadir}/games/%{name}/
cp -R Demos %{buildroot}%{_datadir}/games/%{name}/
cp -R Fonts %{buildroot}%{_datadir}/games/%{name}/
cp -R Levels %{buildroot}%{_datadir}/games/%{name}/
cp -R Music %{buildroot}%{_datadir}/games/%{name}/
cp -R Saves %{buildroot}%{_datadir}/games/%{name}/
cp -R Screenshots %{buildroot}%{_datadir}/games/%{name}/
cp -R Sounds %{buildroot}%{_datadir}/games/%{name}/
cp dig.dig %{buildroot}%{_datadir}/games/%{name}/
cp mapconfig.xml %{buildroot}%{_datadir}/games/%{name}/

#Small fixes
sed -i s\|RolePlaying\|AdventureGame\;\|g %{buildroot}%{_datadir}/applications/%{name}.desktop
chmod 755 %{buildroot}%{_datadir}/games/%{name}/%{name}.py

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc help.txt README.txt COPYING
%{_bindir}/%{name}
%dir %{_datadir}/games/%{name}/
%{_datadir}/games/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.71-2
+ Revision: 1471492
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 233 |14cr|ardesia-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ardesia
Summary:        A free digital sketchpad software
Version:        1.1 
Release:        2
Source0:        http://ardesia.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		%{name}-1.1-configure.patch
Patch1:		ardesia-1.1-automake-1.13.4.patch
URL:            http://code.google.com/p/ardesia
Group:          Education
License:        GPLv3 

BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(libvlc)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(blas)
BuildRequires:	libatlas-devel
BuildRequires:	libsigsegv-devel 
BuildRequires:	binutils-devel
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	desktop-file-utils

Suggests:	vlc
Suggests:	curtain
Suggests:	florence

%description
Ardesia is the free digital sketchpad software that help you to make colored 
free-hand annotations with digital ink everywhere, record them and share on 
the network. 

%prep 
%setup -q 
%patch0 -p1 -b .gtk3search
%patch1 -p1 -b .automake

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std XDG_UTILS=""

desktop-file-install    --dir %{buildroot}%{_datadir}/applications \
                        --remove-category="GNOME" \
                        --remove-category="GTK" \
                        --remove-category="Utility" \
                        --add-category="Education" \
                        %{buildroot}%{_datadir}/applications/%name.desktop
%find_lang %{name}

%files -f %name.lang
%doc AUTHORS README COPYING NEWS 
%{_bindir}/%name
%{_datadir}/applications/%name.desktop
%{_datadir}/%{name}/ui/*.glade
%{_datadir}/%{name}/scripts/*.sh
%{_datadir}/%{name}/ui/icons/*
%{_datadir}/%{name}/ui/backgrounds/*
%{_datadir}/%{name}/ui/*.xml
%{_datadir}/pixmaps/%name.png
%{_mandir}/man1/%name.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: d3bf8cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 234 |14cr|ardour3-3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Keep libraries private
%if %{_use_internal_dependency_generator}
%define __noautoprovfiles %{_libdir}/ardour3
%define __noautoreq 'libardour\\.so(.*)|libardourcp\\.so(.*)|libvamphost\\.so(.*)|libtaglib\\.so(.*)|libgtkmm2ext\\.so(.*)|librubberband\\.so(.*)|libpbd\\.so(.*)|libqmdsp\\.so(.*)|libaudiographer\\.so(.*)|libsmf\\.so(.*)|libevoral\\.so(.*)|libtimecode\\.so(.*)|libltc\\.so(.*)|libvampplugin\\.so(.*)|libmidipp\\.so(.*)'
%endif

%define oname	Ardour3

Summary:	Professional multi-track audio recording application

Name:		ardour3
Version:	3.5
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://ardour.org/
Source0:	%{oname}-%{version}.tar.bz2
Source1:	ardour3.desktop
BuildRequires:	boost-devel
BuildRequires:	doxygen
BuildRequires:	gettext
BuildRequires:	graphviz
BuildRequires:	shared-mime-info
BuildRequires:	xdg-utils
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(aubio) >= 0.3.2
BuildRequires:	pkgconfig(cppunit) >= 1.12.0
BuildRequires:	pkgconfig(cwiid)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(flac) >= 1.2.1
BuildRequires:	pkgconfig(glib-2.0) >= 2.2
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(libcurl) >= 7.0.0
BuildRequires:	pkgconfig(libgnomecanvas-2.0) >= 2.30
BuildRequires:	pkgconfig(libgnomecanvasmm-2.6) >= 2.16
BuildRequires:	pkgconfig(liblo) >= 0.24
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(lilv-0) >= 0.14
BuildRequires:	pkgconfig(lrdf) >= 0.4.0
BuildRequires:	pkgconfig(ltc) >= 1.1.0
BuildRequires:	pkgconfig(lv2) >= 1.0.15
BuildRequires:	pkgconfig(ogg) >= 1.1.2
BuildRequires:	pkgconfig(raptor2)
BuildRequires:	pkgconfig(redland)
BuildRequires:	pkgconfig(rubberband)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(serd-0) >= 0.14.0
BuildRequires:	pkgconfig(sndfile) >= 1.0.18
BuildRequires:	pkgconfig(sord-0) >= 0.8.0
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(sratom-0) >= 0.4.0
BuildRequires:	pkgconfig(suil-0) >= 0.6.0
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vamp-sdk)

Requires:	jackit
Requires:	gtk-engines2

# For video import
Requires:	harvid
Requires:	xjadeo

%description
Ardour3 is a digital audio workstation. You can use it to record, edit and mix
multi-track audio. You can produce your own CDs, mix video sound tracks, or
just experiment with new ideas about music and sound.

Ardour3 capabilities include: multi channel recording, non-destructive editing
with unlimited undo/redo, full automation support, a powerful mixer, unlimited
tracks/busses/plugins, time-code synchronization, and hardware control from
surfaces like the Mackie Control Universal.

You must have jackd running and an ALSA sound driver to use Ardour3. If you are
new to jackd, try qjackctl.

See the online user manual at http://en.flossmanuals.net/ardour/index/

%prep
%setup -q -n %{oname}-%{version}

%build
./waf configure \
    --prefix=%{_prefix} \
    --libdir=%{_libdir} \
    --configdir=%{_sysconfdir} \
    --program-name=Ardour3 \
    --nls \
    --docs

./waf build \
    --nls \
    --docs

./waf i18n_mo

%install
./waf install --destdir=%{buildroot}

install -d -m 0755 %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/

install -d -m 0755 %{buildroot}%{_iconsdir}
cp -f %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_48px.png %{buildroot}%{_iconsdir}/ardour3.png

%find_lang %{name} gtk2_ardour3 gtkmm2ext3 %{name}.lang

%files -f %{name}.lang
%doc README
%{_bindir}/%{name}
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/engines
%dir %{_libdir}/%{name}/panners
%dir %{_libdir}/%{name}/surfaces
%dir %{_libdir}/%{name}/vamp
%dir %{_libdir}/%{name}/backends
%{_libdir}/%{name}/backends/*.so
%{_libdir}/%{name}/*.so
%{_libdir}/%{name}/sanityCheck
%{_libdir}/%{name}/ardour-%{version}
%{_libdir}/%{name}/*.so.*
%{_libdir}/%{name}/backends/*.so.*
%{_libdir}/%{name}/panners/*.so
%{_libdir}/%{name}/panners/*.so.*
%{_libdir}/%{name}/surfaces/*.so
%{_libdir}/%{name}/surfaces/*.so.*
%{_libdir}/%{name}/engines/*.so
%{_libdir}/%{name}/vamp/*.so
%{_libdir}/%{name}/vamp/*.so.*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.png
%{_datadir}/%{name}/*.ttf
%dir %{_datadir}/%{name}/icons
%{_datadir}/%{name}/icons/*.png
%dir %{_datadir}/%{name}/pixmaps
%{_datadir}/%{name}/pixmaps/*.xpm
%{_datadir}/%{name}/export/*
%{_datadir}/%{name}/mcp/*
%{_datadir}/%{name}/patchfiles/*
%{_datadir}/%{name}/midi_maps/*
%attr(0644, root, root) %{_datadir}/applications/ardour3.desktop
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}_ui_default.conf
%config(noreplace) %{_sysconfdir}/%{name}/%{name}_ui_light.rc
%config(noreplace) %{_sysconfdir}/%{name}/%{name}_ui_dark.rc
%config(noreplace) %{_sysconfdir}/%{name}/ardour.menus
%config(noreplace) %{_sysconfdir}/%{name}/ardour_system.rc
%config(noreplace) %{_sysconfdir}/%{name}/step_editing.bindings
%config(noreplace) %{_sysconfdir}/%{name}/mnemonic-us.bindings
%config(noreplace) %{_sysconfdir}/%{name}/mixer.bindings
%dir %{_sysconfdir}/%{name}/export
%config(noreplace) %{_sysconfdir}/%{name}/export/CD.format
%{_iconsdir}/ardour3.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5-2
+ Revision: 483221e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 235 |14cr|ardour3-3.5.308-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Set rev to svn revision when using pre-release tarball, otherwise set to 0.
%define rev	0
%define rel	1
%if %{rev}
%define release	%mkrel -c %{rev} %{rel}
%else
%define release	%mkrel %{rel}
%endif
%define oname	Ardour3

Name:		ardour3
Version:	3.5.308
Release:	%{release}
Summary:	Professional multi-track audio recording application
Group:		Sound
License:	GPLv2+
URL:		http://ardour.org/

# Pre-release tarballs may be created in SOURCES with:
# ./mk_svn_tar ardour3 http://subversion.ardour.org/svn/ardour2/branches/3.0 tar.bz2
%if %{rev}
Source0:	%{name}-%{rev}.tar.bz2
%else
# NB to receive a free (as beer) source tarball you need to give your e-mail address here:
# "http://community.ardour.org/download_process_selection_and_amount" to get a download link
Source0:	%{oname}-%{version}.tar.bz2
%endif
Source1:	%{name}.desktop
Source2:	mk_svn_tar

BuildRequires:	boost-devel
BuildRequires:	dmalloc
BuildRequires:	doxygen
BuildRequires:	gettext
BuildRequires:	graphviz
BuildRequires:	gtk2-devel >= 2.12.1
BuildRequires:	gtkmm2.4-devel >= 2.8
BuildRequires:	jackit-devel
BuildRequires:	shared-mime-info
BuildRequires:	xdg-utils
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(aubio) >= 0.3.2
BuildRequires:	pkgconfig(cppunit) >= 1.12.0
BuildRequires:	pkgconfig(cwiid)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(flac) >= 1.2.1
BuildRequires:	pkgconfig(glib-2.0) >= 2.2
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(libcurl) >= 7.0.0
BuildRequires:	pkgconfig(libgnomecanvas-2.0) >= 2.30
BuildRequires:	pkgconfig(libgnomecanvasmm-2.6) >= 2.16
BuildRequires:	pkgconfig(liblo) >= 0.24
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(lilv-0) >= 0.14
BuildRequires:	pkgconfig(lrdf) >= 0.4.0
BuildRequires:	pkgconfig(ltc) >= 1.1.0
BuildRequires:	pkgconfig(lv2) >= 1.0.15
BuildRequires:	pkgconfig(ogg) >= 1.1.2
BuildRequires:	pkgconfig(raptor2)
BuildRequires:	pkgconfig(redland)
BuildRequires:	pkgconfig(rubberband)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(serd-0) >= 0.14.0
BuildRequires:	pkgconfig(sndfile) >= 1.0.18
BuildRequires:	pkgconfig(sord-0) >= 0.8.0
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(sratom-0) >= 0.4.0
BuildRequires:	pkgconfig(suil-0) >= 0.6.0
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vamp-sdk)
BuildRequires:	desktop-file-utils

Requires:	jackit
Requires:	gtk-engines2

Provides:	ardour = 1:%{version}-%{release}
Obsoletes:	ardour < 1:2.9

%description
Ardour3 is a digital audio workstation. You can use it to record, edit and mix
multi-track audio. You can produce your own CDs, mix video sound tracks, or
just experiment with new ideas about music and sound.

Ardour3 capabilities include: multi channel recording, non-destructive editing
with unlimited undo/redo, full automation support, a powerful mixer, unlimited
tracks/busses/plugins, time-code synchronization, and hardware control from
surfaces like the Mackie Control Universal.

You must have jackd running and an ALSA sound driver to use Ardour3. If you are
new to jackd, try qjackctl.

See the online user manual at http://en.flossmanuals.net/ardour/index/

%prep
%if %{rev}
%setup -q -n %{name}
%else
%setup -q -n %{oname}-%{version}
%endif

%build
./waf configure \
    --prefix=%{_prefix} \
    --libdir=%{_libdir} \
    --configdir=%{_sysconfdir} \
    --program-name=Ardour3 \
    --nls \
    --docs

./waf build \
    --nls \
    --docs

./waf i18n_mo

%install
./waf install --destdir=%{buildroot}

desktop-file-install \
--dir=%{buildroot}%{_datadir}/applications %{SOURCE1}

# Symlink icons and mimetypes into the right folders
install -d -m 0755 %{buildroot}%{_iconsdir}

for i in 16 22 32 48; do
install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps
install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes
ln -s %{_datadir}/%{name}/icons/application-x-ardour_${i}px.png \
%{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes/application-x-ardour3.png
ln -s %{_datadir}/%{name}/icons/ardour_icon_${i}px.png \
%{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps/ardour3.png
done

%files
%doc README
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_libdir}/lv2/reasonablesynth.lv2
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}_ui_default.conf
%config(noreplace) %{_sysconfdir}/%{name}/%{name}_ui_light.rc
%config(noreplace) %{_sysconfdir}/%{name}/%{name}_ui_dark.rc
%config(noreplace) %{_sysconfdir}/%{name}/ardour.menus
%config(noreplace) %{_sysconfdir}/%{name}/ardour_system.rc
%config(noreplace) %{_sysconfdir}/%{name}/step_editing.bindings
%config(noreplace) %{_sysconfdir}/%{name}/mnemonic-us.bindings
%config(noreplace) %{_sysconfdir}/%{name}/mixer.bindings
%dir %{_sysconfdir}/%{name}/export
%config(noreplace) %{_sysconfdir}/%{name}/export/CD.format
%{_iconsdir}/hicolor/*
%{_datadir}/locale/*/*/*.mo

%changelog
* Tue Jul 01 2014 Tigro <ashejn@gmail.com> 3.5.308-1
+ Revision: ced8a1a
- update to 3.5.308



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 236 |14cr|argus-3.0.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network transaction audit tool
Name:		argus
Version:	3.0.7.1
Release:	3
License:	GPLv3+
Group:		System/Servers
Url:		http://qosient.com/argus/
Source0:	http://qosient.com/argus/dev/argus-%{version}.tar.gz
Source1:	http://qosient.com/argus/dev/argus-%{version}.tar.gz.asc
Source2:	http://qosient.com/argus/dev/argus-%{version}.tar.gz.md5
Source3:	argus.service
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libsasl-devel
BuildRequires:	libwrap-devel
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(zlib)
Requires(post,preun):	rpm-helper
Requires(post,preun):	systemd

%description
Argus (Audit Record Generation and Utilization System) is an IP network
transaction audit tool. The data generated by argus can be used for a
wide range of tasks such as network operations, security and performance
management.

%files
%defattr(0644,root,root,0755)
%doc COPYING CREDITS INSTALL README VERSION doc support
%attr(0755,root,root) %{_bindir}/*
%attr(0755,root,root) %{_sbindir}/argus
%{_mandir}/man5/argus.conf.5*
%{_mandir}/man8/argus.8*
%dir %{_localstatedir}/lib/%{name}
%dir %{_localstatedir}/lib/%{name}/archive
%attr(0755,root,root) %{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/argus.conf

%post
%_post_service %{name}.service

%preun
%_preun_service %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CPPFLAGS="-I%{_includedir}/sasl"
%configure2_5x \
	--with-sasl=yes
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_bindir}
cp -a bin/argusbug %{buildroot}%{_bindir}/argusbug

mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/archive

mkdir -p %{buildroot}%{_sysconfdir}
cp -a support/Config/argus.conf %{buildroot}%{_sysconfdir}/argus.conf

perl -pi -e 's|/var/log/argus|%{_localstatedir}/lib/%{name}|;' \
         -e 's|^#ARGUS_BIND_IP|ARGUS_BIND_IP|;' \
         -e 's|^#ARGUS_ACCESS_PORT|ARGUS_ACCESS_PORT|;' \
         %{buildroot}%{_sysconfdir}/argus.conf

mkdir -p %{buildroot}%{_unitdir}
cp -a %{SOURCE3} %{buildroot}%{_unitdir}/


%changelog
* Wed Aug 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.7.1-3
+ Revision: 6acb6d7
- Build with libtirpc, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 237 |14cr|argus-clients-3.0.7.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sdevname %mklibname %{name} -d -s

Summary:	Client tools for argus network audit
Name:		argus-clients
Version:	3.0.7.7
Release:	4
License:	GPLv2+
Group:		Networking/Other
Url:		http://qosient.com/argus/
Source0:	http://qosient.com/argus/dev/%{name}-%{version}.tar.gz
Patch0:		argus-clients-3.0.2-fix-str-fmt.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libsasl-devel
BuildRequires:	mysql-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(ncurses)

%description
Clients to the argus probe which process and display information.

%files
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/*
%{_prefix}/argus
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static library and header files for the %{name}
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 3.0.7.7-4
Obsoletes:	%{name}-devel < 3.0.7.7-4

%description -n %{sdevname}
Static library and header files for the %{name}.

%files -n %{sdevname}
%{_includedir}/argus/*
%{_libdir}/*.a
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}


%changelog
* Wed Aug 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.7.7-4
+ Revision: bd11c28
- Build with libtirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 238 |14cr|ario-1.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'devel\\(.*|libaudioscrobbler\\.so\\.0.*|libfilesystem\\.so\\.0.*|libinformation\\.so\\.0.*|liblibnotify\\.so\\.0.*|libmmkeys\\.so\\.0.*|libradios\\.so\\.0.*|libwikipedia\\.so\\.0.*'
%define __noautoreq 'libaudioscrobbler\\.so\\.0.*|libfilesystem\\.so\\.0.*|libinformation\\.so\\.0.*|liblibnotify\\.so\\.0.*|libmmkeys\\.so\\.0.*|libradios\\.so\\.0.*|libwikipedia\\.so\\.0.*'

Summary:	Ario is a GTK2 client for MPD
Name:		ario
Version:	1.5.1
Release:	4
Group:		Sound
License:	GPLv2+
Url:		http://ario-player.sourceforge.net/
Source0:	%{name}-%{version}.tar
Source10:	%{name}.rpmlintrc
Patch1:		ario-1.5.1-glib.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libmpdclient)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(unique-1.0)
Requires:	mpd

%description
Ario is a GTK2 client for MPD (Music player daemon). The interface used to
browse the library is inspired by Rhythmbox but Ario aims to be much lighter
and faster.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_libdir}/%{name}
%{_bindir}/%{name}
%{_iconsdir}/*/*/apps/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1

%build
./configure \
	--libdir=%{_libdir} \
	--datadir=%{_datadir} \
	--disable-static
%make

%install
%makeinstall

%find_lang %{name}

rm -f %{buildroot}%{_iconsdir}/hicolor/icon-theme.cache


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-4
+ Revision: 5e013aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 239 |14cr|arista-0.9.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define python_compile_opt python -O -c "import compileall; compileall.compile_dir('.')"
%define python_compile     python -c "import compileall; compileall.compile_dir('.')"

Summary:	An easy to use multimedia transcoder for the GNOME Desktop
Name:		arista
Version:	0.9.7
Release:	2
License:	LGPLv2+
Group:		Video
Url:		http://programmer-art.org/projects/arista-transcoder
Source:		http://programmer-art.org/media/releases/arista-transcoder/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:      noarch
BuildRequires:	python-devel
Requires:	python-dbus
Requires:	pygtk2.0
Requires:	gnome-python-gconf
Requires:	gstreamer0.10-python
Requires:	gstreamer0.10-ffmpeg
Requires:	gstreamer0.10-plugins-base
Requires:	gstreamer0.10-plugins-good
Requires:	gstreamer0.10-plugins-bad
Requires:	gstreamer0.10-plugins-ugly


%description
An easy to use multimedia transcoder for the GNOME Desktop. Arista 
focuses on being easy to use by making the complex task of encoding 
for various devices simple. Pick your input, pick your target device, 
choose a file to save to and go. 

%prep
%setup -q

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install --root %{buildroot}

rm -f %{buildroot}%{_datadir}/locale/templates/arista.pot %{buildroot}%{_prefix}/lib/nautilus/extensions-2.0/python/arista-nautilus.py

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS LICENSE
%{_bindir}/%{name}*
%{py_puresitedir}/%{name}*.egg-info
%{py_puresitedir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/nautilus-python/extensions/arista-nautilus.py



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.7-2
+ Revision: 759ca0d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 240 |14cr|arj-3.10.22-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	File compression and packaging utility compatible with ARJ for MS-DOS
Name:		arj
Version:	3.10.22
Release:	12
License:	GPLv2+
Group:		Archiving/Compression
Url:		http://arj.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/arj/%{name}-%{version}.tar.bz2
Patch:		arj-3.10.21-debian-arches-align.patch
Patch1:		arj-3.10.22-fix_format_string.patch
Patch2:		arj-3.10.2-fix_strnlen_redefinition.patch
Patch3:		arj-3.10.22-quotes.patch
BuildRequires:	automake

%description
A portable version of the ARJ archiver, available for a growing number
of DOS-like and UNIX-like platforms on a variety of architectures.
This aims for compatibility with the original ARJ archiver by ARJ
Software, Inc.

%files
%doc doc/*
%{_bindir}/arj
%{_bindir}/arj-register
%{_bindir}/arjdisp
%{_bindir}/rearj
%dir %{_libdir}/arj/
%{_libdir}/arj/arjcrypt.so
%{_mandir}/man1/*.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch -p1
%patch1 -p0
%patch2 -p0
%patch3 -p1

cd gnu
# (misc) fix compile on x86_64, as the platform is otherwise not recognized
# by the current config.sub
cp /usr/share/automake-1.14/config.sub .
autoconf

%build
cd gnu
%configure2_5x
cd ..
make prepare
#disable binary strippings
#gw strange errors from the postproc command
make ADD_LDFLAGS="" || make || make || make

%install
%makeinstall_std



%changelog
* Sat Aug 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.10.22-12
+ Revision: 3df0e5e
- Adjust for new automake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 241 |14cr|arka-0.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name arka
%define version 0.11
%define release 6

Summary: GUI for Genpak (gp) set of bioinformatics utilities
Name: %name
Version: %version
Release: %release
License: GPLv2
Group: Sciences/Chemistry
URL: http://www.bioinformatics.org/genpak
Source: %name-%version.tar.bz2
Patch0: %{name}-0.11-fix-overlinking.patch.bz2
BuildRoot: %_tmppath/%name-root
BuildRequires: libgtk+-devel
Requires: gp

%description
Arka is a program that (1) serves as a graphical interface for any command line
driven programs, with the focus on the programs from the GP package (see
http://www.bioinformatics.org/genpak/) (2) has some nice funtions on it's one.
Main scope of the program is the manipulation and visualisation of DNA / RNA /
protein sequences.

The GP package contains many command-line utilities which fullfill a whole 
bunch of tasks (from DNA sequence searches to restriction analysis and 
determining the melting temperature of oligonucleotides). While those programs 
are convenient to use in batch processing and CGI scripts (which was the 
purpose of those programs), they lack a nice GUI. 

Arka remembers the options for the GP programs and knows what both the programs
and the options do. Besides, it has some gadgets on its own. It requires GTK+,
but doesn't need GNOME. Also, it is small and quick.

%prep
%setup -q
%patch0 -p1

%build
%make LIBDIR=%{_libdir}

%install
mkdir -p $RPM_BUILD_ROOT/%_bindir
mkdir -p $RPM_BUILD_ROOT/%_mandir/man1
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
mkdir -p $RPM_BUILD_ROOT/etc
cp arka $RPM_BUILD_ROOT/%_bindir
cp icons/*.xpm $RPM_BUILD_ROOT/%_iconsdir
cp arka.1* $RPM_BUILD_ROOT/%_mandir/man1
cp arkarc $RPM_BUILD_ROOT/etc/arkarc

# menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=arka
Categories=Science;Chemistry;
Name=Arka
Icon=chemistry_section
Comment=GUI for Genpak
EOF

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.TXT LICENSE.TXT CHANGES.TXT TODO.TXT
%config(noreplace) /etc/arkarc
%_bindir/%name
%_iconsdir/%{name}*
%_mandir/man1/%{name}*
%{_datadir}/applications/mandriva-%name.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-6
+ Revision: 6278ad9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 242 |14cr|armagetron-0.2.8.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sourcename	armagetronad

Summary:	Armagetron Advanced, another 3d lightcycle game using OpenGL
Name:		armagetron
Version:	0.2.8.3.2
Release:	3
License:	GPLv2+
Group:		Games/Arcade
Url:		http://armagetronad.net/
Source0:	http://prdownloads.sourceforge.net/armagetronad/%{sourcename}-%{version}.src.tar.bz2
Source1:	%{name}-png.tar.bz2
Patch0:		armagetronad-0.2.8.3.1-empty-master.srv-fix.patch
Patch1:		armagetron-0.2.8.3.2-libpng1.5.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(SDL_image)

%description
Another very nice and networked Tron game using OpenGL. Armagetron Advanced is
the continuation of the original Armagetron game.

%files
%doc AUTHORS COPYING NEWS README
%attr(0755,root,games) %{_gamesbindir}/%{name}
%attr(2755,root,games) %{_gamesbindir}/%{sourcename}
%{_gamesdatadir}/%{sourcename}
%dir %{_sysconfdir}/%{sourcename}
%config(noreplace) %{_sysconfdir}/%{sourcename}/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_defaultdocdir}/%{sourcename}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{sourcename}-%{version}
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir} \
	--disable-games \
	--disable-uninstall
%make

%install
%makeinstall_std
mv %{buildroot}%{_gamesdatadir}/doc %{buildroot}%{_datadir}

# remove unwanted files
rm -f %{buildroot}%{_gamesbindir}/armagetronad-uninstall
rm -rf %{buildroot}%{_gamesdatadir}/%{sourcename}/{desktop,scripts}
rm -rf %{buildroot}%{_datadir}/{applnk,icons}
rm -rf %{buildroot}/opt/kde3/share/{applnk,icons}

cat <<EOF >%{buildroot}%{_gamesbindir}/%{name}
#!/bin/sh -e

REALTRON=%{_gamesbindir}/%{sourcename}

DATADIR=%{_gamesdatadir}/%{sourcename}
CONFDIR=%{_sysconfdir}/%{sourcename}
USERCONFDIR=\$HOME/.%{name}
USERDATADIR=\$USERCONFDIR/data
VARDIR=\$HOME/.%{name}
AUTORESOURCEDIR=\$HOME/.%{name}/resource
if [ ! -d \$USERCONFDIR ]; then
	# have to create configuration directory
	install -d \$USERCONFDIR
fi
if [ -f \$HOME/.%{name}rc ]; then
	# upgrade from before 0.2
	mv -f \$HOME/.%{name}rc \$USERCONFDIR/user.cfg
fi
# remove empty master.srv file created by earlier revisions
if [ -r \$USERCONFDIR/master.srv ] && ! [ -s \$USERCONFDIR/master.srv ]; then
  rm -f \$USERCONFDIR/master.srv
fi

CMDLINE="--datadir \$DATADIR --configdir \$CONFDIR --userconfigdir \$USERCONFDIR --vardir \$VARDIR --autoresourcedir \$AUTORESOURCEDIR"
if [ -d \$USERDATADIR ]; then
	CMDLINE="\$CMDLINE --userdatadir \$USERDATADIR"
fi
exec \$REALTRON \$CMDLINE "\$@"
EOF

tar xjf %{SOURCE1}
install -m0644 %{name}-16.png -D %{buildroot}%{_miconsdir}/%{name}.png
install -m0644 %{name}-32.png -D %{buildroot}%{_iconsdir}/%{name}.png
install -m0644 %{name}-48.png -D %{buildroot}%{_liconsdir}/%{name}.png

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Armagetron Advanced
Comment=Another 3d lightcycle game
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.8.3.2-3
+ Revision: 826260e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 243 |14cr|arnold-0.20090317-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define altname nurgle
%define verdate 2009-03-17

Summary:	Arnold - Amstrad CPC emulator
Name:		arnold
Version:	0.%(sed -e 's/-//g' <<<%{verdate})
Release:	7
License:	GPLv2+
#except amstrad roms
Group:		Emulators
Url:		http://arnold.berlios.de/
Source0:	http://download.berlios.de/%{name}/%{name}-%{altname}-%{verdate}.tar.bz2
Source1:	%{name}-32.png
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(gtk+-2.0)

%description
Arnold "Nurgle" is an Amstrad CPC emulator for Linux.
It is based on original Arnold from Kevin Thacker.
It emulates from CPC 464 to CPC 6128+.

%files
%doc ../README.FIRST ../gpl-spanish.htm ../*.txt ../*.linux ../docs/* ../extras/*
%attr(0755,root,games) %{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_iconsdir}/*
%{_datadir}/applications/mandriva-%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}/src

%build
%configure2_5x
%make

%install
#makeinstall
install -d -m 0755 %{buildroot}/%{_gamesbindir}
install -m 0755 ../%{name} %{buildroot}%{_gamesbindir}

install -d -m 0755 %{buildroot}/%{_gamesdatadir}/%{name}/roms/ARNOR/
install -m 0644 roms/ARNOR/* %{buildroot}/%{_gamesdatadir}/%{name}/roms/ARNOR/

#icon
install -d -m 755 %{buildroot}%{_iconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}/%{name}.png

#xdg menu
install -d -m 755 %{buildroot}%{_datadir}/applications
cat<<EOF>%{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Arnold
Comment=Amstrad CPC emulator
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20090317-7
+ Revision: b4f1f88
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 244 |14cr|arora-0.11.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		arora
Version:	0.11.0
Release:	4
License:	GPLv2+
URL:		http://code.google.com/p/arora/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-build
BuildRequires:	qt4-devel >= 3:4.4
Buildrequires:	qt4-linguist
#Source:		http://arora.googlecode.com/files/%name-%version.tar.gz
Source:		arora-20120617.tar.xz
Group:		Networking/WWW
Provides:	webclient
Summary:	Cross Platform WebKit Browser

%description
Arora is a simple cross platform web browser. Currently Arora is a very
basic browser whose feature list includes things like "History" and
"Bookmarks".

%prep
%setup -q -n %name

%build
%qmake_qt4 PREFIX=%_prefix 
%make

%install
rm -fr %buildroot
make install INSTALL_ROOT=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_bindir}/%{name}
%{_bindir}/arora-cacheinfo
%{_bindir}/arora-placesimport
%{_bindir}/htmlToXBel
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/pixmaps/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.0-4
+ Revision: 90bbad6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 245 |14cr|arpack-3.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_parpack 1

# To build PARPACK, we'll need a FORTRAN 77 MPI implementation.

%define build_mpich 0
%define build_openmpi 1

%{?_with_parpack: %{expand: %%global build_parpack 1}}
%{?_without_parpack: %{expand: %%global build_parpack 0}}

%{?_with_mpich: %{expand: %%global build_mpich 1}}
%{?_with_openmpi: %{expand: %%global build_openmpi 1}}
%{?_without_mpich: %{expand: %%global build_mpich 0}}
%{?_without_openmpi: %{expand: %%global build_openmpi 0}}

Name:		arpack
Version:	3.1.5
Release:	2
Group:		Sciences/Mathematics
License:	BSD
Summary:	Fortran 77 subroutines for solving large scale eigenvalue problems

URL:		http://forge.scilab.org/index.php/p/arpack-ng/
Source0:	http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/arpack-ng-%{version}.tar.gz
Provides:	%{name}-ng = %{version}-%{release}
BuildRequires:	autoconf
BuildRequires:	gcc-gfortran
BuildRequires:	blas-devel
BuildRequires:	lapack-devel
BuildRequires:	openmpi

%if %{build_parpack}
%if %{build_mpich}
BuildRequires:	mpi2f77
%endif
%if %{build_openmpi}
BuildRequires:	openmpi-devel
%endif
%endif

%define major		2
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d
%if %{build_parpack}
%define plibname	%mklibname p%{name} %{major}
%define pdevelname	%mklibname p%{name} -d
%endif

%description
ARPACK is a collection of Fortran 77 subroutines designed to solve large
scale eigenvalue problems.

The package is designed to compute a few eigenvalues and corresponding
eigenvectors of a general n by n matrix A. It is most appropriate for
large sparse or structured matrices A where structured means that a
matrix-vector product w <- Av requires order n rather than the usual
order n**2 floating point operations. This software is based upon an
algorithmic variant of the Arnoldi process called the Implicitly
Restarted Arnoldi Method (IRAM).

%package -n %{libname}
Summary:	Runtime libraries for ARPACK

Group:		Sciences/Mathematics

%description -n %{libname}
ARPACK is a collection of Fortran 77 subroutines designed to solve
large scale eigenvalue problems. This package contains runtime
libraries needed to run arpack based applications.

%package -n %{develname}
Summary:	Files needed for developing ARPACK based applications

Group:		Sciences/Mathematics
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{name}-ng-devel = %{version}-%{release}

%description -n %{develname}
ARPACK is a collection of Fortran 77 subroutines designed to solve
large scale eigenvalue problems. This package contains the .so
library links used for building ARPACK based applications.

%if %{build_parpack}

%package -n %{plibname}
Summary:	Runtime libraries for PARPACK

Group:		Sciences/Mathematics

%description -n %{plibname}
ARPACK is a collection of Fortran 77 subroutines designed to solve
large scale eigenvalue problems. This package contains runtime
libraries needed to run arpack based applications.

PARPACK is a parallel version of ARPACK that utilizes MPI.

%package -n %{pdevelname}
Summary:	Files needed for developing ARPACK based applications

Group:		Sciences/Mathematics
Requires:	%{libname} = %{version}-%{release}
Provides:	p%{name}-devel = %{version}-%{release}

%description -n %{pdevelname}
ARPACK is a collection of Fortran 77 subroutines designed to solve
large scale eigenvalue problems. PARPACK is a parallel version of
ARPACK that utilizes MPI. This package contains the .so library 
links used for building PARPACK based applications.

%endif

%prep

# Whoa, a logical XOR implementation for RPM!
%if !(%{build_mpich} || %{build_openmpi}) || (%{build_mpich} && %{build_openmpi})
%{error:either MPICH or OpenMPI should be chosen}
exit 1
%endif

%setup -q -n %{name}-ng-%{version}

# The Autoconf ax_mpi.m4 file doesn't detect correct library sets.
%if %{build_mpich}
export MPILIBS="-lfmpich -lpmpich -lmpich"
%endif
%if %{build_openmpi}
export MPILIBS="-lmpi_mpifh"
%endif

# Fix undefined __stack_chk_fail
sed -i Makefile.am -e "s/\$(LAPACK_LIBS)/\$(LAPACK_LIBS) -lc/"

# libtool forgets about MPI libs when linking PARPACK, fix it
# (and __stack_chk_fail too)
sed -i PARPACK/Makefile.am -e "s/\$(LAPACK_LIBS)/\$(LAPACK_LIBS) $MPILIBS -lc/"

autoreconf -iv

%configure2_5x \
%if %{build_parpack}
--enable-mpi \
%endif
--disable-static

%build
%make

%install
%makeinstall_std

%__rm -f %{buildroot}/%{_libdir}/*.la
%__rm -f %{buildroot}/%{_bindir}/p??drv?

%files
%doc README TODO CHANGES COPYING PARPACK_CHANGES EXAMPLES DOCUMENTS
#{_bindir}/dnsimp

%files -n %{libname}
%{_libdir}/lib%{name}.so.*

%files -n %{develname}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

%if %{build_parpack}
%files -n %{plibname}
%{_libdir}/libp%{name}.so.*

%files -n %{pdevelname}
%{_libdir}/libp%{name}.so
%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.5-2
+ Revision: 77524fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 246 |14cr|arpalert-2.0.12-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A monitor ethernet networks
Name:		arpalert
Version:	2.0.12
Release:	5
License:	GPLv2
Group:		Monitoring
URL:		http://www.arpalert.org/
Source0:	http://www.arpalert.org/src/%{name}-%{version}.tar.gz
Source1:	arpalert.service
Patch0:		arpalert-2.0.9-fix-str-fmt.diff
BuildRequires:	libpcap-devel
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre):	rpm-helper
Requires(postun): rpm-helper


%description
This software is used for monitoring ethernet networks. It listens on a network
interface (without using 'promiscuous' mode) and catches all conversations of
MAC address to IP request. It then compares the mac addresses it detected with
a pre-configured list of authorized MAC addresses. If the MAC is not in list,
arpalert launches a pre-defined user script with the MAC address and IP address
as parameters. This software can run in daemon mode; it's very fast (low CPU
and memory consumption). It responds at signal SIGHUP (configuration reload)
and at signals SIGTERM, SIGINT, SIGQUIT and SIGABRT (arpalert stops itself).

%prep

%setup -q
%patch0 -p0

%build
%serverbuild
%configure2_5x \
    --localstatedir=/var

perl -pi -e "s|^lock_dir.*|lock_dir=/var/run/%{name}|g" Makefile
perl -pi -e "s|^log_dir.*|log_dir=/var/log/%{name}|g" Makefile
%make

%install
%makeinstall_std

install -d %{buildroot}%{_unitdir}
install -d %{buildroot}/var/log/%{name}
install -d %{buildroot}/var/run/%{name}
install -d %{buildroot}%{_localstatedir}/lib/%{name}

install -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

sed "s:sysconfig:%{_sysconfdir}/sysconfig:" -i %{buildroot}%{_unitdir}/%{name}.service

# cleanup
rm -f %{buildroot}%{_includedir}/arpalert.h

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/sh

%post
%systemd_post %{name}

%preun
%systemd_preun %{name}

%postun
%_postun_userdel %{name}

%files
%doc CHANGES COPYING README
%attr(0644,root,root) %{_unitdir}/%{name}.service
%dir %{_sysconfdir}/arpalert
%config(noreplace) %{_sysconfdir}/arpalert/*
%{_sbindir}/arpalert
%{_mandir}/man8/arpalert.8*
%dir %attr(0755,%{name},%{name}) /var/log/%{name}
%dir %attr(0755,%{name},%{name}) /var/run/%{name}
%dir %attr(0755,%{name},%{name}) %{_localstatedir}/lib/%{name}

%changelog
* Mon Sep 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.12-5
+ Revision: db37138
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 247 |14cr|arpd-0.2-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ARP reply daemon
Name:		arpd
Version:	0.2
Release:	15
License:	BSD
Group:		System/Servers
Url:		http://niels.xtdnet.nl/honeyd/
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.init.bz2
Source2:	%{name}.sysconfig.bz2
Patch0:		arpd-0.2-gcc34.diff
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	dnet-devel
BuildRequires:	libevent0.9-devel
BuildRequires:	pcap-devel
Requires(preun,post):	rpm-helper

%description
arpd replies to any ARP request for an IP address matching the
specified destination net with the hardware MAC address of the
specified interface, but only after determining if another host
already claims it.

%files
%doc LICENSE
%config(noreplace) %attr(0755,root,root) %{_initrddir}/%{name}
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/%{name}
%attr(0755,root,root) %{_sbindir}/%{name}
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p0

# libevent0.9 fix
perl -pi -e "s|event\.h|libevent0\.9\.h|g" *
perl -pi -e "s|libevent\.a|libevent0\.9\.a|g" *

# lib64 fix
perl -pi -e "s|\\\$withval/lib/|\\\${libdir}/|g" configure*
perl -pi -e "s|\\\$withval/lib |\\\${libdir} |g" configure*
perl -pi -e "s|\-L\\\${prefix}/lib|\-L\\\${libdir}|g" configure*
perl -pi -e "s|\\\${prefix}/lib/|\\\${libdir}/|g" configure*
perl -pi -e "s|\-levent|\-levent0.9|g" configure*

bzcat %{SOURCE1} > %{name}.init
bzcat %{SOURCE2} > %{name}.sysconfig

%build
autoreconf -fi

export CFLAGS="%{optflags} -fPIC"

./configure \
	--enable-shared \
	--enable-static \
	--prefix=%{_prefix} \
	--exec-prefix=%{_exec_prefix} \
	--bindir=%{_sbindir} \
	--sbindir=%{_sbindir} \
	--sysconfdir=%{_sysconfdir} \
	--datadir=%{_datadir} \
	--includedir=%{_includedir} \
	--libdir=%{_libdir} \
	--libexecdir=%{_libexecdir} \
	--localstatedir=%{_localstatedir}/lib \
	--sharedstatedir=%{_sharedstatedir} \
	--mandir=%{_mandir} \
	--infodir=%{_infodir}

%make

%install
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8

install -m755 %{name} %{buildroot}%{_sbindir}/%{name}
install -m644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8

install -m755 %{name}.init %{buildroot}%{_initrddir}/%{name}
install -m644 %{name}.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name}


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2-15
+ Revision: a778e97
- Run autoreconf -fi



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 248 |14cr|arping-2.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ARP Ping
Name:		arping
Version:	2.13
Release:	3
License:	GPLv2+
Group:		Networking/Other
URL:		http://www.habets.pp.se/synscan/programs.php?prog=arping
Source0:	http://www.habets.pp.se/synscan/files/%{name}-%{version}.tar.gz
BuildRequires:	libnet-devel
BuildRequires:	libpcap-devel
Conflicts:	iputils

%description
Arping is a util to find out it a specific IP address on the LAN is 'taken'
and what MAC address owns it. Sure, you *could* just use 'ping' to find out if
it's taken and even if the computer blocks ping (and everything else) you still
get an entry in your ARP cache. But what if you aren't on a routable net? Or
the host blocks ping (all ICMP even)? Then you're screwed. Or you use arping.

%files
%doc README extra/arping-scan-net.sh
%attr(0755,root,root) %{_sbindir}/*
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.13-3
+ Revision: 082eca2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 249 |14cr|arprelease-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool to flush ARP cache entries from devices
Name:		arprelease
Version:	1.2
Release:	7
License:	GPLv2+
Group:		Networking/Other
Url:		http://arprelease.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/arprelease/%{name}-%{version}.tar.bz2
BuildRequires:	libnet-devel

%description
arprelease is a small libnet-based tool to flush ARP cache entries from
devices like Cisco routers to move an IP from one Linux box to another.

%files
%doc README
%{_sbindir}/arprelease

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
gcc %{optflags} `libnet-config --defines` arprelease.c -o arprelease `libnet-config --libs`

%install
install -d %{buildroot}%{_sbindir}
install -m0755 arprelease  %{buildroot}%{_sbindir}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-7
+ Revision: 5483b4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 250 |14cr|arpscan-0.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Very simple ARP scanner
Name:           arpscan
Version:        0.10
Release:        3
License:	GPLv2
Group:		Networking/Other
URL:		http://wizard.ae.krakow.pl/~jb/arpscan/
Source0:	http://wizard.ae.krakow.pl/~jb/arpscan/%{name}-%{version}.tar.gz
Source1:	http://standards.ieee.org/regauth/oui/oui.txt.bz2
BuildRequires:	gawk
BuildRoot:      %{_tmppath}/%{name}-%{version}-root

%description
Arpscan is a utility that scans local network using ARP protocol
and reports alive hosts. Program is designed for Linux.

%prep
%setup -q
bzcat %{SOURCE1} > oui.txt

%build
%make \
    CC=%{__cc} \
    CFLAGS="%{optflags} -DVER=\$(VERSION) -DOUI=\$(OUI)" \
    OUI=%{_datadir}/%{name}/oui
gawk -f oui.awk oui.txt > oui

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_datadir}/%{name}/
install -m0755 %{name} %{buildroot}%{_sbindir}/%{name}
install -m0644 oui %{buildroot}%{_datadir}/%{name}/oui

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%attr(0755,root,root) %{_sbindir}/*
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10-3
+ Revision: b61c19f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 251 |14cr|arp-scan-1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		arp-scan
Version:	1.9
Release:	%mkrel 1
Summary:	ARP scanning and fingerprinting tool
License:	BSD
Group:		Networking/Other
URL:		http://www.nta-monitor.com/tools/arp-scan
Source:		http://www.nta-monitor.com/files/arp-scan/arp-scan-%{version}.tar.gz 
BuildRequires:	pcap-devel
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
arp-scan is a command-line tool that uses the ARP protocol to discover and
fingerprint IP hosts on the local network. It is available for Linux and BSD
under the GPL licence.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/arp-fingerprint
%{_bindir}/arp-scan
%{_bindir}/get-iab
%{_bindir}/get-oui
%{_datadir}/arp-scan
%{_mandir}/man1/arp-fingerprint.1*
%{_mandir}/man1/arp-scan.1*
%{_mandir}/man1/get-iab.1*
%{_mandir}/man1/get-oui.1*
%{_mandir}/man5/mac-vendor.5*




%changelog
* Tue Sep 02 2014 Stas Fomin <stas-fomin@yandex.ru> 1.9-1
+ Revision: 9094288
- Up to 1.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 252 |14cr|arpsend-1.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sends an Ethernet frame containing an IP ARP request or reply packet
Name:		arpsend
Version:	1.2.2
Release:	4
License:	BSD
Group:		System/Kernel and hardware
Url:		http://www.net.princeton.edu/software/arpsend/
Source0:	http://www.net.princeton.edu/software/arpsend/%{name}-%{version}.tar.gz
BuildRequires:	libnet-devel

%description
arpsend sends an Ethernet frame containing an IP ARP request or reply packet
containing fields you specify. This is a diagnostic tool intended for use by
network administrators.

%files
%{_bindir}/arpsend
%{_mandir}/man8/arpsend*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-4
+ Revision: 80d292d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 253 |14cr|arptables-0.0.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Userspace control program for the arptables network filter
Name:		arptables
Version:	0.0.3.4
Release:	2
Group:		System/Kernel and hardware
License:	GPLv2
URL:		http://ebtables.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/ebtables/%{name}-%{version}.tar.gz
BuildRequires:  kernel-source
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The arptables utility controls the arpfilter network packet
filtering code in the Linux kernel. You do not need this program
for normal network firewalling. If you need to manually control
which arp requests and/or replies this machine accepts and sends,
you should install this package.

%prep
%setup -q 

%build
%make COPT_FLAGS="%{optflags}" KERNEL_DIR=/usr/src/linux/include

%install
rm -rf %{buildroot}
install -d %{buildroot}/sbin
install -d %{buildroot}%{_mandir}/man8
install -m755 arptables %{buildroot}/sbin/
install -m644 arptables.8 %{buildroot}%{_mandir}/man8/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
#%doc ChangeLog INSTALL THANKS
%attr(0755,root,root) /sbin/arptables
%attr(0644,root,root) %{_mandir}/man8/arptables.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3.4-2
+ Revision: 65ac099
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 254 |14cr|arpwatch2html-0.9-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Convert the arpwatch flat-file into html
Name:		arpwatch2html
Version:	0.9
Release:	8
License:	GPL
Group:		System/Base
URL:		http://sisms.no-ip.com/software/arpwatch2html/
Source0:	arpwatch2html.pl.bz2
Requires:	arpwatch
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
arpwatch2html is a script to convert the arpwatch flat-file
database into a nice looking HTML page. It can sort arpwatch
entries by time, MAC address, IP address, or host name. Users can
select which fields from the address pairing database are to be
shown, and can omit old entries. It can also show the most recent
messages sent by arpwatch to the syslog daemon. 

%prep

%setup -q -T -c -n %{name}-%{version}
bzcat %{SOURCE0} > arpwatch2html.pl
perl -pi -e "s|/var/arpwatch|/var/lib/arpwatch|g" arpwatch2html.pl

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 arpwatch2html.pl %{buildroot}%{_bindir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-8
+ Revision: 0076c01
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 255 |14cr|arx-libertatis-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An open source port of Arx Fatalis, a 2002 first-person role-playing game
Name:		arx-libertatis
Version:	1.1.2
Release:	2
License:	GPLv3+
Group:		Games/Adventure
Url:		http://arx-libertatis.org/
Source0:	http://github.com/downloads/arx/ArxLibertatis/%{name}-%{version}.tar.xz
# Use current screen resolution by default because sometimes max resolution
# is not detected properly and the game doesn't start
Patch0:		arx-libertatis-1.1.1-default-resolution.patch
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	devil-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)

%description
Arx Libertatis is a cross-platform, open source port of Arx Fatalis,
a 2002 first-person role-playing game developed by Arkane Studios.

Arx Fatalis features crafting, melee and ranged combat, as well as a
unique casting system where the player draws runes in real time to
effect the desired spell.

The Arx Libertatis source code is based on the publicly released Arx Fatalis
sources and available under the GPL 3+ license. This does however not include
the game data, so you need to obtain a copy of the original Arx Fatalis or
it's demo to play Arx Libertatis.

%files
%doc ARX_PUBLIC_LICENSE.txt AUTHORS CHANGELOG README.md
%{_gamesbindir}/arx*
%dir %attr(777,-,-) %{_gamesdatadir}/arx
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/arx*.1*
%{_mandir}/man6/arx*.6*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake \
	-DCMAKE_INSTALL_LIBEXECDIR:PATH=%{_bindir} \
	-DUSE_QT5:BOOL=OFF
%make

%install
%makeinstall_std -C build

mv %{buildroot}%{_bindir} %{buildroot}%{_gamesbindir}
mkdir -p %{buildroot}%{_gamesdatadir}/arx

sed -i s\|RolePlaying\|AdventureGame\|g %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-2
+ Revision: 0050f56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 256 |14cr|asc-2.5.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced Strategic Command
Name:		asc
Version:	2.5.0.0
Release:	5
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.asc-hq.org/
Source0:	http://heanet.dl.sourceforge.net/sourceforge/asc-hq/%{name}-%{version}.tar.bz2
Source1:	%{name}-16x16.png
Source2:	%{name}-32x32.png
Source3:	%{name}-48x48.png
Patch0:		asc-2.5.0.0-gcc47.patch
BuildRequires:	boost-devel
BuildRequires:	bzip2-devel
BuildRequires:	jpeg-devel
BuildRequires:	libgii-devel
BuildRequires:	libphysfs-devel
BuildRequires:	SDL_sound-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(sigc++-1.2)
BuildRequires:	zip

%description
ASC is a free, turn based strategy game. It is designed in the tradition
of the Battle Isle series from Bluebyte.

%files
%defattr(755,root,root,755)
%{_gamesbindir}/%{name}*
%defattr(644,root,root,755)
%doc README COPYING AUTHORS doc/
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_mandir}/man6/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
# there seems to be a conflict with libintl defines
# find . -type f -exec perl -pi -e 's/gettext/gettex_/g' {} \;

%build
%configure2_5x	--enable-genparse \
		--disable-paragui \
		--bindir=%{_gamesbindir} 
perl -pi -e 's|^SUBDIRS = (.*)music(.*)|SUBDIRS = $1 $2|' data/Makefile
%make

%install
%makeinstall bindir=%{buildroot}%{_gamesbindir}

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{summary}
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;StrategyGame;
EOF

install %{SOURCE1} -D %{buildroot}%{_miconsdir}/%{name}.png
install %{SOURCE2} -D %{buildroot}%{_iconsdir}/%{name}.png
install %{SOURCE3} -D %{buildroot}%{_liconsdir}/%{name}.png


%changelog
* Tue Aug 05 2014 abondrov <andrey.bondrov@rosalab.ru> 2.5.0.0-5
+ Revision: c15256c
- Try to force lua 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 257 |14cr|ascii-3.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ascii
Version:	3.14
Release:	2
URL:		http://www.catb.org/~esr/ascii/
Source0:	http://www.catb.org/~esr/ascii/%name-%version.tar.gz
License:	BSD
Group:		Text tools
Summary:	Interactive ASCII name and synonym chart


%description
The ascii utility provides easy conversion between various byte representations
and the American Standard Code for Information Interchange (ASCII) character
table.  It knows about a wide variety of hex, binary, octal, Teletype mnemonic,
ISO/ECMA code point, slang names, XML entity names, and other representations.
Given any one on the command line, it will try to display all others.  Called
with no arguments it displays a handy small ASCII chart.

%prep
%setup -q

%build
%make CC="gcc %optflags %ldflags" %{name} %{name}.1

%install
install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}
install -m644 %{name}.1 -D %{buildroot}%{_mandir}/man1/%{name}.1

%files
%doc README COPYING
%{_bindir}/%{name}
%{_mandir}/man?/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.14-2
+ Revision: d86adc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 258 |14cr|ascii-design-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Ascii-Design


Name:       ascii-design
Version:    1.1.1
Release:    2
License:    GPLv2
Summary:    Create awesome ascii art text
Url:        http://ascii-design.sourceforge.net/
Group:      Office
Source0:    https://github.com/Faster3ck/Ascii-Design/archive/v%{version}.tar.gz

BuildRequires:  gcc-c++ 
BuildRequires:  cmake  
BuildRequires:  make 
BuildRequires:  kdelibs4-devel
BuildRequires:  desktop-file-utils
BuildRequires:  jpeg-devel
BuildRequires:  qt5-devel
BuildRequires:  qmake5
BuildRequires:  pkgconfig(Qt5Widgets)

Requires:	figlet
Requires:	figlet-more-fonts

%description
Free program, based on figlet engine, that enables you 
to create awesome ascii art text. 
You can create art based text for 
many types of decorations for web sites, e-mail, text files etc...
Ascii Design is able to use dozens of special fonts 
to create various styles of ascii arts.

%prep
%setup -qn %{oname}-%{version}
sed -i 's/\r//' {COPYING,INSTALL}.TXT
cd src
find . -name "*.cpp" -o -name "*.h" -o -name "*.cpp" |xargs chmod 0644
cd -


%build
%cmake_kde4 -DCMAKE_INSTALL_PREFIX=$RPM_BUILD_ROOT%{_prefix} 
%make

%install
%makeinstall -C build

# fix desktop
rm -fr $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Categories=Office;
Comment=Start Ascii Design
Exec=ascii-design
Icon=ascii-design
Name=Ascii Design
StartupNotify=true
Terminal=false
Type=Application
EOF

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop


%files
%doc COPYING.TXT INSTALL.TXT
%{_bindir}/ascii-design
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/ascii-design.png
%{_datadir}/appdata/ascii-design.appdata.xml
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-2
+ Revision: 6711160
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 259 |14cr|asciiquarium-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    asciiquarium
%define version 1.1
%define release 2

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        An aquarium/sea animation in ASCII art
License:        GPL
Group:          Toys
URL:            http://www.robobunny.com/projects/asciiquarium/
Source0:        http://www.robobunny.com/projects/asciiquarium/%{name}_%{version}.tar.gz
Requires:	perl-Term-Animation
BuildArch:      noarch

%description
Asciiquarium is an aquarium/sea animation in ASCII art.

%prep
%setup -q -n %{name}_%{version}

%build

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 asciiquarium %{buildroot}%{_bindir}


%files
%doc CHANGES  README gpl.txt
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: 5fac8da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 260 |14cr|asio-1.10.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		asio
Version:	1.10.2
Release:	2
Summary:	Cross-platform C++ library for network programming

Group:		Development/C
License:	Boost
Source0:	http://sourceforge.net/projects/asio/files/asio/1.10.2%20%28Stable%29/%{name}-%{version}.tar.bz2
URL:		http://asio.sourceforge.net
BuildRequires:	boost-devel >= 1.33
BuildRequires:	pkgconfig(openssl)

%define debug_package %{nil}

%description
asio is a cross-platform C++ library for network programming that provides
developers with a consistent asynchronous I/O model using a modern C++
approach.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%check
# Disable tests for now as 2 of them fail at ABF but pass at local machines
#make check

%files
%doc README
%doc doc/*
%{_includedir}/*.hpp
%{_includedir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.2-2
+ Revision: 74509bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 261 |14cr|ask-2.5.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Active Spam Killer
Name:		ask
Version:	2.5.3
Release:	10
License:	GPLv2+
Group:		Networking/Mail
Url:		http://a-s-k.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2

%description
Active Spam Killer (ASK) protects your email account against spam
by confirming the sender's email address before actual delivery
takes place. The confirmation happens by means of a "confirmation
message" that is automatically sent to all "unknown" users. Once
the sender replies to that message (a simple reply will do),
future emails from that person will be delivered immediately. You
can also specify (regexp) addresses to be immediately accepted,
rejected (with a nastygram) or ignored. The package also includes
a utility to scan your old mailboxes and generate a list of emails
to be accepted automatically.

%files
%doc ChangeLog
%doc docs/ask_doc.css docs/ask_doc.html docs/ask_doc.pdf docs/ask_doc.txt
%{_bindir}/asksetup
%{_bindir}/asksenders
%{_bindir}/askfilter
%{_libdir}/askversion.py
%{_libdir}/ask/askconfig.py
%{_libdir}/ask/asklock.py
%{_libdir}/ask/asklog.py
%{_libdir}/ask/askmail.py
%{_libdir}/ask/askmain.py
%{_libdir}/ask/askmessage.py
%{_libdir}/ask/askremote.py
%{_datadir}/ask/templates/ask.rc
%{_datadir}/ask/templates/ignorelist.txt
%{_datadir}/ask/templates/whitelist.txt
%{_datadir}/ask/templates/confirm_da.txt
%{_datadir}/ask/templates/confirm_de.txt
%{_datadir}/ask/templates/confirm_en.txt
%{_datadir}/ask/templates/confirm_es.txt
%{_datadir}/ask/templates/confirm_fi.txt
%{_datadir}/ask/templates/confirm_fr.txt
%{_datadir}/ask/templates/confirm_it.txt
%{_datadir}/ask/templates/confirm_nl.txt
%{_datadir}/ask/templates/confirm_ptbr.txt
%{_mandir}/man1/asksenders.1*
%{_mandir}/man1/asksetup.1*
%{_mandir}/man1/askfilter.1*

#----------------------------------------------------------------------------

%prep
%setup -q
perl -p -i -e 's@#!/usr/bin/env python.*@#!/usr/bin/env python@' *.py */*.py

%build
# Nothing

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}/ask
install -d %{buildroot}%{_datadir}/ask
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_datadir}/ask/templates

install -m0755 askfilter asksetup %{buildroot}%{_bindir}/
install -m0755 utils/asksenders %{buildroot}%{_bindir}/

install -m0644 askversion.py %{buildroot}%{_libdir}/
install -m0644 askconfig.py %{buildroot}%{_libdir}/ask/
install -m0644 asklock.py %{buildroot}%{_libdir}/ask/
install -m0644 asklog.py %{buildroot}%{_libdir}/ask/
install -m0644 askmail.py %{buildroot}%{_libdir}/ask/
install -m0644 askmain.py %{buildroot}%{_libdir}/ask/
install -m0644 askmessage.py %{buildroot}%{_libdir}/ask/
install -m0644 askremote.py %{buildroot}%{_libdir}/ask/

install -m0644 templates/* %{buildroot}%{_datadir}/ask/templates/

install -m0644 docs/*.1 %{buildroot}%{_mandir}/man1/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.3-10
+ Revision: 6ed3db7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 262 |14cr|asp2php-0.77.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	asp2php
%define	version	0.77.1
%define release	5


Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Program for converting .asp files to .php files
License:	GPL
Group:		Development/Other
Source0:	%{name}-%{version}.tar.bz2
Source11:	%{name}-16.png
Source12:	%{name}-32.png
Source13:	%{name}-48.png
URL:		http://asp2php.naken.cc/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
asp2php is a program which can help you convert Micro$oft (tm) Active Server
Pages (tm) to PHP files.

Install this if you intend to migrate from Micro$oft(tm) Internet Information
Server(tm) to PHP.

%package -n gtkasp2php
Summary:	Graphical front-end for asp2php
Group:		Development/Other
License:	GPL
Requires:	asp2php
BuildRequires:	gtk+-devel >= 1.2.0

%description -n gtkasp2php
gtkasp2php is the gtk-based graphical front-end for asp2php.

Install this if you want a graphical front-end for asp2php.

%prep
%setup -q 

%build
%make CFLAGS="$RPM_OPT_FLAGS"
%make CFLAGS="$RPM_OPT_FLAGS" gui

%install
rm -rf $RPM_BUILD_ROOT

install -m755 %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}
install -m755 gtk%{name} -D $RPM_BUILD_ROOT%{_bindir}/gtk%{name}

install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png


mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-gtkasp2php.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/gtk%{name}
Name=Asp2Php
Comment=Gtk frontend to asp2php
Icon=%{name}
Categories=X-MandrivaLinux-MoreApplications-Development-Tools;Development;
EOF

%if %mdkversion < 200900
%post -n gtkasp2php
%{update_menus}
%endif

%if %mdkversion < 200900
%postun -n gtkasp2php
%{clean_menus}
%endif


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%doc README LICENSE

%files -n gtkasp2php
%defattr(-,root,root)
%{_bindir}/gtk%{name}
#%{_libdir}/gtkasp2php/gtkasp2php
#%{_libdir}/gtkasp2php/*.xpm
#%{_libdir}/gtkasp2php/*.png
#%{_libdir}/gtkasp2php/asp2php
%{_datadir}/applications/mandriva-gtk%{name}.desktop
# icons
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.77.1-5
+ Revision: 21b7075
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 263 |14cr|aspell-csb-0.02.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.02-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Kashubian
%define languagecode csb
# FIXME: no locale yet
%define lc_ctype csb_XX

Summary:	%{languageenglazy} files for aspell
Name:		aspell-%{languagecode}
Version:	0.02.0
Release:	3
License:	GPLv2+
Group:		System/Internationalization
Url:		http://aspell.net/
Source0:	http://ftp.gnu.org/gnu/aspell/dict/csb/%{fname}-%{src_ver}.tar.bz2
Provides:	spell-%{languagecode}
BuildRequires:	aspell >= %{aspell_ver}
Requires:	aspell >= %{aspell_ver}
# Mandriva Stuff
#Requires:	locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary
#Provides:	aspell-%{lc_ctype}
Autoreqprov:	no

%description
An %{languageenglazy} dictionary for use with aspell, a spelling checker.

%files
%doc README* Copyright
%{_libdir}/aspell-%{aspell_ver}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{fname}-%{src_ver}

chmod 644 Copyright README*

%build
# don't use configure macro
./configure

%make

%install
%makeinstall_std


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.02.0-3
+ Revision: 14848cd
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 264 |14cr|aspellgui-0.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname AspellGUI
%define debug_package	%{nil}
Name:		aspellgui
Summary:	GUI for aspell
License:	GPLv3
Version:	0.0.6
Release:	1
Group:		Text tools
URL:		http://keithhedger.hostingsiteforfree.com/pages/aspellgui/aspelgui.html
Source:		http://keithhedger.hostingsiteforfree.com/zips/aspellgui/%{oname}-%{version}.tar.gz
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  aspell-devel
BuildRequires:	desktop-file-utils
BuildRequires:	qmake5
BuildRequires:	pkgconfig(gtk+-2.0)

%description
GUI for aspell, just launch it from the accessories menu and 
pase or type a word in the text box and either press 
\'Spell Check\' to check and correct all words in the 
text box or select a single word and press 
\'Check Word\' to just correct that one, 
that\'s all there is to it.


%prep
%setup -qn %{oname}-%{version}
perl -pi -e "s|gtk-update-icon-cache --ignore-theme-index --force /usr/share/icons/hicolor||"  AspellGUI/app/Makefile.in

%build
%configure-qt
%make


%install
%makeinstall_std 
# we install this in %doc
rm -fr %{buildroot}%{_datadir}/AspellGUI/docs/gpl-3.0.txt
rm -fr %{buildroot}%{_datadir}/AspellGUI/pixmaps/AspellGUI.desktop
rm -fr %{buildroot}%{_datadir}/pixmaps/AspellGUI/pixmaps/README
rm -fr %{buildroot}%{_datadir}/AspellGUI/pixmaps/AspellGUI.png
rm -fr %{buildroot}%{_datadir}/AspellGUI/pixmaps/AspellGUI48.png
rm -fr %{buildroot}%{_datadir}/AspellGUI/pixmaps/README

desktop-file-install AspellGUI/resources/pixmaps/AspellGUI.desktop \
  --dir=%{buildroot}%{_datadir}/applications
  

  

%files
%doc  ChangeLog README AspellGUI/resources/docs/gpl-3.0.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/pixmaps/AspellGUI.png
%{_datadir}/pixmaps/AspellGUI48.png
%{_iconsdir}/hicolor/256x256/apps/AspellGUI.png
 
 
 
 
 
 
 
 
 
 
 
 
%changelog
* Fri Sep 26 2014 symbianflo <symbianflo@symbianflo> 0.0.6-1
+ Revision: fa1e685
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 265 |14cr|aspell-pt_BR-0.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define languageenglazy Portuguese Brasilian
%define languagecode pt_BR
%define lc_ctype pt_BR


Name:		aspell-%{languagecode}
Summary:	%{languageenglazy} files for aspell
Version:	0.60.0
Release:	5
Group:		System/Internationalization
License:	GPL
URL:		http://aspell.sourceforge.net/
# http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
Source:		ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-%{languagecode}-20090702-0.tar.bz2
BuildRequires:	aspell >= 0.60
BuildRequires:	make
Requires:	aspell >= 0.60
Requires:      locales-pt
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary
Provides:	aspell-%{lc_ctype}
Obsoletes:	ispell-pt_BR
Provides:	ispell-pt_BR
Obsoletes:	aspell-pt-br

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.


%prep
%setup -qn aspell6-pt_BR-20090702-0

%build
# don't use configure macro
./configure
%make

%install
%makeinstall_std

%files
%doc README Copyright COPYING doc/NEWS doc/LEIAME_ooo.txt doc/README_ooo.txt doc/README_aspell.txt
%{_libdir}/aspell-0.60

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-5
+ Revision: 7e1fde0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 266 |14cr|aspell-sr-0.60.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.02
%define languageenglazy Serbian
%define languagecode sr
%define lc_ctype sr_YU

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.60.0
Release:       6
Group:         System/Internationalization
Source:	       http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell6-%{languagecode}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   LGPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n aspell6-%{languagecode}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright 
%{_libdir}/aspell-*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-6
+ Revision: 718ee8b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 267 |14cr|aspell-te-0.60.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.01-2
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Telugu
%define languagecode te
%define lc_ctype te_IN

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.60.0
Release:       7
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   LGPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
An %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-7
+ Revision: 9f30d93
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 268 |14cr|assetml-1.2.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %name %major
%define libnamedev %mklibname %name %major -d



Summary: Library assetml to share and reuse content like image and audio file
Name: 		assetml
Version: 	1.2.1
Release: 	11
License: 	GPLv2+
Group: 		System/Libraries
Source:		lib%name-%version.tar.bz2
BuildRequires:	pkgconfig
BuildRequires:	popt-devel
BuildRequires:	glib2-devel >= 2.0.0
BuildRequires:	glibc-devel
BuildRequires:	libxml2-devel
BuildRequires:	texi2html
BuildRequires:	texinfo
URL: 		http://ofset.sf.net/assetml

%description
This is a library based on an XML file format that is used to share and reuse 
content like image and audio file.
Application using this library can query files on their system that provides an
assetml xml file description.

%package -n %libname
Summary:        Library assetml to share image and audio file between project
Group:          System/Libraries

%description -n %libname
AssetML Library

%package  -n %libnamedev
Summary:        Devel Library assetml to share image and audio file between project
Group: 		System/Libraries
Requires:       %libname = %version
Provides:	libassetml-devel

%description -n %libnamedev
AssetML Devel Library

%prep

%setup -q -n lib%{name}-%version

%build

%configure2_5x

%make

%install
%makeinstall

%find_lang lib%name


%files -f lib%name.lang
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL README THANKS
%_bindir/*
%_datadir/gnome/help/*
%_infodir/*

%files -n %libname
%defattr(-,root,root)
%_libdir/libassetml.so.*

%files -n %libnamedev
%defattr(-, root, root)
%_libdir/lib*.so
%_includedir/libassetml*/*
%_libdir/pkgconfig/libassetml.pc





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-11
+ Revision: b865d57
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 269 |14cr|assimp-3.0.1270-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%define ver 3.0
%define rev 1270

Name:		assimp
Version:	%{ver}.%{rev}
Release:	2
Summary:	Library to import various 3D model formats into applications
Group:		Graphics
License:	BSD
URL:		http://assimp.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/assimp/%{name}-%{ver}/%{name}--%{version}-source-only.zip

BuildRequires:	boost-devel
BuildRequires:	cmake
BuildRequires:	pkgconfig(zlib)

%description
Assimp, the Open Asset Import Library, is a free library to import various
well-known 3D model formats into applications. Assimp aims to provide a full
asset conversion pipeline for use in game engines and real-time rendering
systems, but is not limited to these applications.

This package contains assimp binary, a tool to work with various formats.

%files
%{_bindir}/assimp

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to import various 3D model formats into applications
Group:		System/Libraries

%description -n %{libname}
Assimp, the Open Asset Import Library, is a free library to import various
well-known 3D model formats into applications. Assimp aims to provide a full
asset conversion pipeline for use in game engines and real-time rendering
systems, but is not limited to these applications.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries for assimp
Group:		Development/C++
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
This package contains the header files and libraries for assimp.
You need to install it if you want to develop programs using assimp.

%files -n %{devname}
%doc README LICENSE CREDITS CHANGES
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/cmake/%{name}-%{ver}
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}--%{version}-source-only
sed -i s,"exec_prefix=.*","exec_prefix=%{_bindir}",g %{name}.pc.in
sed -i s,"libdir=.*","libdir=%{_libdir}",g %{name}.pc.in
sed -i s,"includedir=.*","includedir=%{_includedir}/%{name}",g %{name}.pc.in

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.1270-2
+ Revision: a3731e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 270 |14cr|associationsubscribersmanager-3.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	 associationsubscribersmanager
%define oname    AssociationSubscribersManager 
%define version	 3.2.0
%define release	 3
%define Summary	 Software which allow people to easily manage their clubs


Summary:	%Summary
Name:		%name
Version:	%version
Release:	%release
Source0:	%oname-%version.tar.gz
License:	GPLv2
Group:		Graphical desktop/KDE
URL:	    http://www.associationsubscribersmanager.org/
BuildRequires:	qt4-devel

%description
Association Subscribers Manager is a software which allow people 
to easily manage their clubs. The main goal is to make it simple.
Association Subscribers Manager do not require any database not 
any complicated settings.

If you are a in charge of a club and don't want a complicated 
software to manage it, you are in the right place !
In the other hand, if you are searching a collaborative web-based 
suite to manage your club you are clearly not at the right place !

%files
%defattr(-,root,root)
%_bindir/association_subscribers_manager
%_datadir/AssociationSubscribersManager

#---------------------------------------------------------------------

%package devel
Group: Development/KDE and Qt
Summary: Devel files needed to build apps based on %name

%description devel
Devel files needed to build apps based on %name

%files devel
%defattr(-,root,root,-)
%_includedir/AssociationSubscribersManager

#---------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%version

%build
lrelease association_subscribers_manager.pro
%qmake_qt4 INSTALLDIR=%_prefix
%make

%install
%__rm -rf %buildroot
%make INSTALL_ROOT=%buildroot install

%clean
%__rm -rf %buildroot



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.0-3
+ Revision: a1f4570
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 271 |14cr|asterisk-11.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _requires_exceptions perl(Carp::Heavy)
%define _disable_ld_no_undefined 1

%bcond_with	h323
%bcond_with	misdn
%bcond_with	odbc
%bcond_without	oss
%bcond_without	radius
%bcond_without	tds
%bcond_without	corosync

%define	major 1
%define libname %mklibname asteriskssl %{major}

Summary:	The Open Source PBX
Name:		asterisk
Version:	11.5.1
Release:	3
License:	GPLv2
Group:		System/Servers
URL:		http://www.asterisk.org/
Source0:	http://downloads.asterisk.org/pub/telephony/asterisk/%{?!beta:releases/}%{name}-%{version}%{?beta:-%{beta}}.tar.gz
Source1:	asterisk-logrotate
Source2:	%{name}-%{version}-menuselect.makedeps
Source3:	%{name}-%{version}-menuselect.makeopts
Source4:	g72x_install
Source5:	asterisk-mp3.tar.bz2
Source6:	asterisk.service
Source7:	asterisk-tmpfiles
# S8: svn checkout http://svn.digium.com/svn/asterisk-gui/trunk asterisk-gui
Source8:	asterisk-gui.tar.gz
Source100:	asterisk.rpmlintrc
Patch2:		0002-Modify-modules.conf-so-that-different-voicemail-modu.patch
Patch50:	asterisk-1.6.1-rc1-utils_pthread_fix.diff
Patch51:	asterisk-1.6.1-beta3-net-snmp_fix.diff
Patch52:	asterisk-1.6.1-beta3-ffmpeg_fix.diff
Patch53:	asterisk-external_liblpc10.diff
Patch57:	editline-include-missing-1.6.1-fix.diff
Patch58:	asterisk-neon-include-fix.patch
Patch59:	asterisk-11.1.0-lua_fix.diff
Requires:	mpg123
Requires:	asterisk-core-sounds, asterisk-moh
Requires(post): systemd
BuildRequires:	alsa-oss-devel
BuildRequires:	autoconf >= 1:2.60
BuildRequires:	automake1.9 >= 1.9.6
BuildRequires:	bison
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	dahdi-devel >= 2.0.0
BuildRequires:	ffmpeg-devel
BuildRequires:	flex
BuildRequires:	freetds-devel >= 0.64
BuildRequires:	gmime-devel
BuildRequires:	gsm-devel
BuildRequires:	pkgconfig(jack)
BuildRequires:	krb5-devel
BuildRequires:	libcap-devel
BuildRequires:	pkgconfig(libedit)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	gnutls-devel
BuildRequires:	pkgconfig(gpg-error)
BuildRequires:	pkgconfig(libical)
BuildRequires:	idn-devel
BuildRequires:	pkgconfig(iksemel)
BuildRequires:	pkgconfig(libilbc)
BuildRequires:	mysql-devel
BuildRequires:	nbs-devel
BuildRequires:	neon-devel
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pri-devel
BuildRequires:	ss7-devel
BuildRequires:	libtool-devel
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	zapata-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	lpc10-devel
BuildRequires:	lua-devel
%if %{with misdn}
BuildRequires:	isdn4k-utils-devel
BuildRequires:	isdn4net
BuildRequires:	misdn2-devel
%endif
BuildRequires:	pkgconfig(ncurses)
#BuildRequires:	ncurses-devel
BuildRequires:	net-snmp-devel
BuildRequires:	pkgconfig(libnewt)
%if %{with corosync}
BuildRequires:	pkgconfig(corosync)
%endif
BuildRequires:	openldap-devel
BuildRequires:	openssl-devel
BuildRequires:	openr2-devel
BuildRequires:	pkgconfig(libosptk)
BuildRequires:	pam-devel
BuildRequires:	perl-devel
BuildRequires:	portaudio-devel >= 19
BuildRequires:	postgresql-devel
BuildRequires:	radiusclient-ng-devel
BuildRequires:	resample-devel
BuildRequires:	SDL_image-devel
BuildRequires:	spandsp-devel
BuildRequires:	speex-devel
BuildRequires:	sqlite3-devel
BuildRequires:	srtp-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(uuid)
%if %{with odbc}
BuildRequires:	unixODBC-devel
%endif
BuildRequires:	usb-compat-devel
BuildRequires:	wget
BuildRequires:	zlib-devel
BuildRequires:	c-client-devel
%if %{with h323}
BuildRequires:	ooh323c-devel
BuildRequires:	openh323-devel >= 1.15.3
BuildRequires:	pwlib-devel
%endif

%description
Asterisk is a complete PBX in software. It runs on Linux and provides
all of the features you would expect from a PBX and more. Asterisk
does voice over IP in three protocols, and can interoperate with
almost all standards-based telephony equipment using relatively
inexpensive hardware.

%package -n	%{libname}
Summary:	The shared SSL library for Asterisk
Group:		System/Libraries

%description -n	%{libname}
The shared SSL library for Asterisk.

%package	addons
Summary:	Asterisk-addons metapackage
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}
Requires:	asterisk-plugins-mp3 = %{version}-%{release}
Requires:	asterisk-plugins-mysql = %{version}-%{release}
Requires:	asterisk-plugins-ooh323 = %{version}-%{release}
Requires:	asterisk-plugins-saycountpl = %{version}-%{release}

%description	addons
Contain this packages:
1. asterisk-plugins-mp3
2. asterisk-plugins-mysql
3. asterisk-plugins-ooh323
4. asterisk-plugins-saycountpl

%package	firmware
Summary:	Firmware for the Digium S101I (IAXy)
Group:		System/Servers
License:	Redistributable, no modification permitted
Requires:	asterisk = %{version}-%{release}

%description	firmware
Firmware for the Digium S101I (IAXy).

%package	devel
Summary:	Header files for building Asterisk modules
Group:		Development/C

%description	devel
This package contains the development header files that are needed
to compile 3rd party modules.

%if %{with corosync}
%package	plugins-corosync
Summary:	Modules for Asterisk that use corosync
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}
Obsoletes:	asterisk-plugins-ais

%description	plugins-corosync
Modules for Asterisk that use corosync.
%endif

%package	plugins-alsa
Summary:	Modules for Asterisk that use Alsa sound drivers
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-alsa
Modules for Asterisk that use Alsa sound drivers.

%package	plugins-calendar
Summary:	Asterisk calendar support
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-calendar
Asterisk calendar support (ical, caldav, exchange, or ews)

%package	plugins-cel
Summary:	Asterisk Channel Event Logging
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-cel
Channel Event Logging is a mechanism to provide fine-grained event information
that can be used to generate billing information. Such event information can
be recorded to databases and files via pluggable backend modules.

%package	plugins-curl
Summary:	Modules for Asterisk that use cURL
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-curl
Modules for Asterisk that use cURL.

%package	plugins-dahdi
Summary:	Modules for Asterisk that use DAHDI
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}
Requires:	dahdi-tools >= 2.0.0

%description	plugins-dahdi
Modules for Asterisk that use DAHDI.

%package	plugins-fax
Summary:	FAX plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-fax
This package contains FAX plugins for Asterisk.

%package	plugins-festival
Summary:	Festival application for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}
Requires:	festival

%description	plugins-festival
Application for the Asterisk PBX that uses Festival to convert text to speech.

%package	plugins-ices
Summary:	Stream audio from Asterisk to an IceCast server
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}
Requires:	ices

%description	plugins-ices
Stream audio from Asterisk to an IceCast server.

%package	plugins-jabber
Summary:	Jabber support for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-jabber
This package contains Jabber support for Asterisk.

%package	plugins-jack
Summary:	JACK resources for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-jack
JACK resources for Asterisk.

%package	plugins-lua
Summary:	Lua resources for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-lua
Lua resources for Asterisk.

%package	plugins-ldap
Summary:	LDAP resources for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-ldap
LDAP resources for Asterisk.

%if %{with misdn}
%package	plugins-misdn
Summary:	This module adds mISDN support to the Asterisk PBX
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-misdn
This module adds mISDN support to the Asterisk PBX. mISDN is the
(experimental) new ISDN4Linux stack, which adds support for
driving cards in NT mode and thus connecting an ISDN phone to your
computer.
%endif

%package	plugins-minivm
Summary:	MiniVM applicaton for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-minivm
MiniVM application for Asterisk.

%package	plugins-mobile
Summary:	Asterisk channel driver for bluetooth phones and headsets
Group:		System/Servers
BuildRequires:	bluez-devel
Requires:	%{_lib}bluez3
Requires:	asterisk = %{version}-%{release}

%description	plugins-mobile
Asterisk channel driver to allow Bluetooth cell/mobile phones to be
used as FXO devices, and headsets as FXS devices.

%package	plugins-mp3
Summary:	MP3 plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-mp3
This package contains MP3 support for Asterisk.

%package	plugins-mysql
Summary:	MySQL plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-mysql
This package contains MySQL plugins for Asterisk.

%if %{with odbc}
%package	plugins-odbc
Summary:	Applications for Asterisk that use ODBC (except voicemail)
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-odbc
Applications for Asterisk that use ODBC (except voicemail)
%endif

%package        plugins-ooh323
Summary:	Objective System's H323 for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-ooh323
Objective System's H323 for Asterisk.

%if %{with oss}
%package	plugins-oss
Summary:	Modules for Asterisk that use OSS sound drivers
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-oss
Modules for Asterisk that use OSS sound drivers.
%endif

%package	plugins-pktccops
Summary:	Modules for Asterisk that use the IETF COPS protocol on PacketCable
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-pktccops
It's a subset or a "profile" of the IETF COPS protocol, extended for
PacketCable specific usage. The IETF COPS RFC defines the extensions
mechanism and the PacketCable standard uses and respects them. For
example, IETF COPS defines an opaque field called "Client Specific
Decision Data" and the PacketCable Standard defines how to fill it.
Some IETF COPS messages are not used in the PC Standard (like SSC), so
is a subset.

%package	plugins-portaudio
Summary:	Modules for Asterisk that use the portaudio library
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-portaudio
Modules for Asterisk that use the portaudio library.

%package	plugins-pgsql
Summary:	PostgreSQL plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}
Provides:	%{name}-plugins-postgresql = %{version}-%{release}

%description	plugins-pgsql
This package contains PostgreSQL plugins for Asterisk.

%if %{with radius}
%package	plugins-radius
Summary:	Radiusclient plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-radius
This package contains Radiusclient plugins for Asterisk.
%endif

%package	plugins-saycountpl
Summary:	Modules for Asterisk that support the Polish grammar
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-saycountpl
Polish grammar has some funny rules for counting words.
for example 1 zloty, 2 zlote, 5 zlotych.
This application will take the words for 1, 2-4 and
5 and decide based on grammar rules which one
to use with the number you pass to it.
Example: SayCountPL(zloty,zlote,zlotych,122) will give: zlote


%package	plugins-skinny
Summary:	Modules for Asterisk that support the SCCP/Skinny protocol
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-skinny
Modules for Asterisk that support the SCCP/Skinny protocol.

%package	plugins-snmp
Summary:	Brief SNMP Agent / SubAgent support for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}
Requires:	net-snmp

%description	plugins-snmp
This package contains brief SNMP Agent / SubAgent support for Asterisk.

%package	plugins-speex
Summary:	SPEEX plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-speex
This package contains SPEEX plugins for Asterisk.

%package	plugins-sqlite
Summary:	SQLite plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-sqlite
This package contains SQLite plugins for Asterisk.

%if %{with tds}
%package	plugins-tds
Summary:	FreeTDS plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-tds
This package contains FreeTDS plugins for Asterisk.
%endif

%package	plugins-osp
Summary:	Open Settlement Protocol for Asterisk
Group:		System/Servers

%description	plugins-osp
This package contains OSP (Open Settlement Protocol) support for Asterisk.

%package	plugins-unistim
Summary:	Unistim channel for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	plugins-unistim
Unistim channel for Asterisk.

%package	plugins-voicemail
Summary:	Common Voicemail Modules for Asterisk
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}
Requires:	asterisk-plugins-voicemail-implementation = %{version}-%{release}
Requires:	sox
Requires:	sendmail-command

%description	plugins-voicemail
Common Voicemail Modules for Asterisk.

%package	plugins-voicemail-imap
Summary:	Store voicemail on an IMAP server
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}
Requires:	asterisk-plugins-voicemail = %{version}-%{release}
Provides:	asterisk-plugins-voicemail-implementation = %{version}-%{release}

%description	plugins-voicemail-imap
Voicemail implementation for Asterisk that stores voicemail on an IMAP
server.

%if %{with odbc}
%package	plugins-voicemail-odbc
Summary:	Store voicemail in a database using ODBC
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}
Requires:	asterisk-plugins-voicemail = %{version}-%{release}
Provides:	asterisk-plugins-voicemail-implementation = %{version}-%{release}

%description	plugins-voicemail-odbc
Voicemail implementation for Asterisk that uses ODBC to store
voicemail in a database.
%endif

%package	plugins-voicemail-plain
Summary:	Store voicemail on the local filesystem
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}
Requires:	asterisk-plugins-voicemail = %{version}-%{release}
Provides:	asterisk-plugins-voicemail-implementation = %{version}-%{release}

%description	plugins-voicemail-plain
Voicemail implementation for Asterisk that stores voicemail on the
local filesystem.

%package	gui
Summary:	Asterisk GUI
Group:		System/Servers
Requires:	asterisk = %{version}-%{release}

%description	gui
Asterisk GUI is a framework for the creation of graphical interfaces for
configuring Asterisk. Some sample graphical interfaces for specific vertical
markets are included for reference or for actual use and extension.

%prep

%setup0 -q -n asterisk-%{version}%{?beta:-%{beta}} -a 5 -a 8

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;
		
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
	if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch2 -p1 -b .voicemail
##
%patch50 -p1 -b .pthread
%patch51 -p0 -b .net_snmp
%patch52 -p1 -b .ffmpeg
%patch53 -p0 -b .libplc10
%patch57 -p0 -b .editline
%patch58 -p1 -b .neon
%patch59 -p0 -b .lua

cp %{SOURCE2} menuselect.makedeps
cp %{SOURCE3} menuselect.makeopts
cp %{SOURCE4} g72x_install

# Fixup makefile so sound archives aren't downloaded/installed
%{__perl} -pi -e 's/^all:.*$/all:/' sounds/Makefile
%{__perl} -pi -e 's/^install:.*$/install:/' sounds/Makefile

# convert comments in one file to UTF-8
mv main/fskmodem.c main/fskmodem.c.old
iconv -f iso-8859-1 -t utf-8 -o main/fskmodem.c main/fskmodem.c.old
touch -r main/fskmodem.c.old main/fskmodem.c
rm main/fskmodem.c.old

chmod -x contrib/scripts/dbsep.cgi

# lib64 fix
#find -name "Makefile" | xargs perl -pi -e "s|/usr/lib|%{_libdir}|g"
#perl -pi -e "s|/lib\b|/%{_lib}|g" configure* autoconf/*.m4
#perl -pi -e "s|/lib/|/%{_lib}/|g" configure*  autoconf/*.m4

%build

# if we are building for i386 promote the CPU arch to i486 for atomic operations support
%ifarch i386
%define optflags %{__global_cflags} -m32 -march=i486 -mtune=generic -fasynchronous-unwind-tables
%else
%define optflags %(rpm --target %{_target} --eval %%{optflags})
%endif

./bootstrap.sh

sed 's#localstatedir}/lib64#localstatedir}/lib#g' -i configure.ac

pushd menuselect/mxml
%configure2_5x
popd

pushd menuselect
%configure2_5x
popd 

pushd main/editline
%configure2_5x
popd

%configure2_5x \
	--localstatedir=/var \
	--with-asound=%{_prefix} \
	--with-bluetooth=%{_prefix} \
	--with-cap=%{_prefix} \
	--with-curses=%{_prefix} \
	--with-crypto=%{_prefix} \
	--with-dahdi=%{_prefix} \
	--with-avcodec=%{_prefix} \
	--with-gsm=%{_prefix} \
	--without-gtk2 \
	--with-gmime=%{_prefix} \
	--with-ical=%{_prefix} \
	--with-iconv=%{_prefix} \
	--with-iksemel=%{_prefix} \
	--with-imap=system \
	--with-inotify=%{_prefix} \
%if %{with odbc}
	--with-iodbc=%{_prefix} \
%else
	--without-iodbc \
%endif
	--with-jack=%{_prefix} \
	--without-kqueue \
	--with-ldap=%{_prefix} \
	--with-libcurl=%{_prefix} \
	--with-ltdl=%{_prefix} \
	--with-lua=%{_prefix} \
%if %{with misdn}
	--with-isdnnet=%{_prefix} \
	--with-misdn=%{_prefix} \
	--with-suppserv=%{_prefix} \
%else
	--without-isdnnet \
	--without-misdn \
	--without-suppserv \
%endif
	--with-mysqlclient=%{_prefix} \
	--with-nbs=%{_prefix} \
	--with-ncurses=%{_prefix} \
	--with-neon=%{_prefix} \
	--with-neon29=%{_prefix} \
	--with-netsnmp=%{_prefix} \
	--with-newt=%{_prefix} \
	--with-ogg=%{_prefix} \
%if %{with corosync}
	--with-cpg=%{_prefix} \
%else
	--without-cpg \
%endif
	--with-openr2=%{_prefix} \
	--with-osptk=%{_prefix} \
%if %{with oss}
	--with-oss \
%else
	--without-oss \
%endif
	--with-postgres=%{_prefix} \
	--with-popt=%{_prefix} \
	--with-portaudio=%{_prefix} \
	--with-pri=%{_prefix} \
	--with-radius=%{_prefix} \
	--with-resample=%{_prefix} \
%if %{with h323}
	--with-pwlib=%{_prefix} \
	--with-h323=%{_prefix} \
%else
	--without-pwlib \
	--without-h323 \
%endif
	--with-sdl=%{_prefix} \
	--with-SDL_image=%{_prefix} \
	--with-sounds-cache=%{_prefix} \
	--with-spandsp=%{_prefix} \
	--with-ss7=%{_prefix} \
	--with-speex=%{_prefix} \
	--with-speexdsp=%{_prefix} \
	--without-sqlite \
	--with-sqlite3=%{_prefix} \
	--with-srtp=%{_prefix} \
	--with-ssl=%{_prefix} \
	--with-tds=%{_prefix} \
	--with-timerfd=%{_prefix} \
	--without-tinfo \
	--with-tonezone=%{_prefix} \
%if %{with odbc}
	--with-unixodbc=%{_prefix} \
%else
	--without-unixodbc \
%endif
	--with-vorbis=%{_prefix} \
	--without-vpb \
	--without-x11 \
	--with-z=%{_prefix} \
	--with-ilbc=%{_prefix} \
	--with-libedit=%{_prefix} \

sed 's#localstatedir}/lib64#localstatedir}/lib#g' -i makeopts
#fix --no-undefined
sed -e 's/,--no-undefined -Wl//g' -i makeopts

# fix some weirdos
#GMIME_INCLUDE=`pkg-config --cflags gmime-2.6`
#perl -pi -e "s|^GMIME_INCLUDE=.*|GMIME_INCLUDE=$GMIME_INCLUDE|g" makeopts

%{__sed} -i -e 's/^MENUSELECT_OPTS_app_voicemail=.*$/MENUSELECT_OPTS_app_voicemail=FILE_STORAGE/' menuselect.makeopts
ASTCFLAGS="%{optflags}" make DEBUG= OPTIMIZE= ASTVARRUNDIR=/run/asterisk NOISY_BUILD=1

rm apps/app_voicemail.o apps/app_directory.o
mv apps/app_voicemail.so apps/app_voicemail_plain.so
mv apps/app_directory.so apps/app_directory_plain.so

%{__sed} -i -e 's/^MENUSELECT_OPTS_app_voicemail=.*$/MENUSELECT_OPTS_app_voicemail=IMAP_STORAGE/' menuselect.makeopts
ASTCFLAGS="%{optflags}" make DEBUG= OPTIMIZE= ASTVARRUNDIR=/run/asterisk NOISY_BUILD=1

rm apps/app_voicemail.o apps/app_directory.o
mv apps/app_voicemail.so apps/app_voicemail_imap.so
mv apps/app_directory.so apps/app_directory_imap.so

%if %{with odbc}
%{__sed} -i -e 's/^MENUSELECT_OPTS_app_voicemail=.*$/MENUSELECT_OPTS_app_voicemail=ODBC_STORAGE/' menuselect.makeopts
ASTCFLAGS="%{optflags}" make DEBUG= OPTIMIZE= ASTVARRUNDIR=/run/asterisk NOISY_BUILD=1

rm apps/app_voicemail.o apps/app_directory.o
mv apps/app_voicemail.so apps/app_voicemail_odbc.so
mv apps/app_directory.so apps/app_directory_odbc.so
%endif

# so that these modules don't get built again during the install phase
touch apps/app_voicemail.o apps/app_directory.o
touch apps/app_voicemail.so apps/app_directory.so

pushd asterisk-gui
%configure2_5x
popd

%install
rm -rf %{buildroot}

ASTCFLAGS="%{optflags}" make install DEBUG= OPTIMIZE= DESTDIR=%{buildroot} ASTVARRUNDIR=/run/asterisk
ASTCFLAGS="%{optflags}" make samples DEBUG= OPTIMIZE= DESTDIR=%{buildroot} ASTVARRUNDIR=/run/asterisk

install -D -p -m 0644 %{S:1} %{buildroot}%{_sysconfdir}/logrotate.d/asterisk
install -D -p -m 0644 %{SOURCE6} %{buildroot}%{_unitdir}/asterisk.service
rm -f %{buildroot}%{_sbindir}/safe_asterisk
install -D -p -m 0644 %{SOURCE7} %{buildroot}%{_tmpfilesdir}/%{name}.conf

#install -D -p -m 0644 contrib/editors/ael.vim %{buildroot}%{_datadir}/vim/syntax/ael.vim
#install -D -p -m 0644 contrib/editors/asteriskvm.vim %{buildroot}%{_datadir}/vim/syntax/asteriskvm.vim

rm %{buildroot}%{_libdir}/asterisk/modules/app_directory.so
rm %{buildroot}%{_libdir}/asterisk/modules/app_voicemail.so
install -D -p -m 0755 apps/app_directory_imap.so %{buildroot}%{_libdir}/asterisk/modules/
install -D -p -m 0755 apps/app_voicemail_imap.so %{buildroot}%{_libdir}/asterisk/modules/
%if %{with odbc}
install -D -p -m 0755 apps/app_directory_odbc.so %{buildroot}%{_libdir}/asterisk/modules/
install -D -p -m 0755 apps/app_voicemail_odbc.so %{buildroot}%{_libdir}/asterisk/modules/
%endif
install -D -p -m 0755 apps/app_directory_plain.so %{buildroot}%{_libdir}/asterisk/modules/
install -D -p -m 0755 apps/app_voicemail_plain.so %{buildroot}%{_libdir}/asterisk/modules/

# create some directories that need to be packaged
make installdirs DESTDIR=%{buildroot} ASTVARRUNDIR=/run/asterisk
mkdir -p %{buildroot}/var/spool/asterisk/outgoing

# We're not going to package any of the sample AGI scripts
rm -f %{buildroot}/var/lib/asterisk/agi-bin/*

# Don't package the sample voicemail user
rm -rf %{buildroot}/var/spool/asterisk/voicemail/default

# Don't package example phone provision configs
rm -rf %{buildroot}/var/lib/asterisk/phoneprov/*

# these are compiled with -O0 and thus include unfortified code.
rm -rf %{buildroot}%{_sbindir}/hashtest
rm -rf %{buildroot}%{_sbindir}/hashtest2

rm -f %{buildroot}%{_sysconfdir}/asterisk/res_config_sqlite.conf

touch %{name}-devel.filelist

pushd asterisk-gui
%makeinstall_std
popd

# fix ghost files
touch %{buildroot}/var/lib/asterisk/astdb
touch %{buildroot}/var/log/asterisk/console
touch %{buildroot}/var/log/asterisk/debug
touch %{buildroot}/var/log/asterisk/messages
touch %{buildroot}/var/log/asterisk/queue_log
touch %{buildroot}/var/log/asterisk/event_log
touch %{buildroot}/var/log/asterisk/cdr-csv/Master.csv
touch %{buildroot}/var/log/asterisk/h323_log

# remove unused files
%if !%{with odbc}
  rm -f %{buildroot}/%{_sysconfdir}/asterisk/cdr_adaptive_odbc.conf
  rm -f %{buildroot}/%{_sysconfdir}/asterisk/cdr_odbc.conf
  rm -f %{buildroot}/%{_sysconfdir}/asterisk/cel_odbc.conf
  rm -f %{buildroot}/%{_sysconfdir}/asterisk/func_odbc.conf
  rm -f %{buildroot}/%{_sysconfdir}/asterisk/res_odbc.conf
%endif
%if !%{with misdn}
  rm -f %{buildroot}/%{_sysconfdir}/asterisk/misdn.conf
%endif
%if !%{with oss}
  rm -f %{buildroot}/%{_sysconfdir}/asterisk/oss.conf
%endif

%pre
%_pre_useradd asterisk /var/lib/asterisk /bin/sh
gpasswd -a asterisk dialout 1>/dev/null

%post
%create_ghostfile /var/lib/asterisk/astdb asterisk asterisk 640
%create_ghostfile /var/log/asterisk/console asterisk asterisk 640
%create_ghostfile /var/log/asterisk/debug asterisk asterisk 640
%create_ghostfile /var/log/asterisk/messages asterisk asterisk 640
%create_ghostfile /var/log/asterisk/queue_log asterisk asterisk 640
%create_ghostfile /var/log/asterisk/event_log asterisk asterisk 640
%create_ghostfile /var/log/asterisk/cdr-csv/Master.csv asterisk asterisk 640
%create_ghostfile /var/log/asterisk/h323_log asterisk asterisk 640
echo "Adding setuid root to /usr/bin/mpg123, needed for MOH"
chmod u+s %{_bindir}/mpg123
if [[ -e %{_libdir}/asterisk/modules/codec_g729.so ]]; then
  sh %{_docdir}/g72x_install
fi

%tmpfiles_create %{name}
%_post_service %{name}

%preun
if [ "$1" = 0 ]; then
	echo "Removing setuid root from /usr/bin/mpg123"
	chmod u-s %{_bindir}/mpg123
fi

# Remove the G72x stuff
rm -f /usr/share/doc/asterisk/README.g72x.txt
rm -f /usr/$LIBNAME/asterisk/modules/codec_g723.so
rm -f /usr/$LIBNAME/asterisk/modules/codec_g729.so
rm -f /usr/bin/g729_my_enc
rm -f /usr/bin/g729_my_dec
rm -f /usr/bin/astconv

%_preun_service %{name}

%postun
%_postun_userdel asterisk
gpasswd -d asterisk dialout 1>/dev/null

%pre plugins-dahdi
%{_sbindir}/usermod -a -G dahdi asterisk

%if %{with misdn}
%pre plugins-misdn
%{_sbindir}/usermod -a -G misdn asterisk
%endif

%pre plugins-mobile
if [[ -e %{_sysconfdir}/asterisk/mobile.conf ]] ; then
  mv -f %{_sysconfdir}/asterisk/{,chan_}mobile.conf
fi

%files -n %{libname}
%attr(0755,root,root) %{_libdir}/libasteriskssl.so.1

%files
%doc README* *.txt ChangeLog BUGS CREDITS configs
%doc doc/asterisk.sgml g72x_install
%doc contrib/realtime/mysql
%{_unitdir}/asterisk.service
%attr(0644,root,root) %{_tmpfilesdir}/%{name}.conf
%attr(0750,asterisk,asterisk) %dir %{_sysconfdir}/asterisk
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/acl.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/adsi.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/agents.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/alarmreceiver.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/amd.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/app_skel.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/asterisk.adsi
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/asterisk.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/ccss.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_custom.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_manager.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_syslog.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cli_aliases.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cli.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cli_permissions.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/codecs.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/confbridge.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/config_test.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/dnsmgr.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/dsp.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/dundi.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/enum.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/extconfig.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/extensions.ael
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/extensions.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/features.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/followme.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/h323.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/http.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/iax.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/iaxprov.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/indications.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/logger.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/manager.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/mgcp.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/modules.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/motif.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/musiconhold.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/muted.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/phone.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/phoneprov.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/queuerules.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/queues.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_stun_monitor.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/rtp.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/say.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/sip.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/sip_notify.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/sla.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/smdi.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/telcordia-1.adsi
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/udptl.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/users.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/vpb.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/xmpp.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/asterisk
%dir %{_libdir}/asterisk
%dir %{_libdir}/asterisk/modules
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_adsiprog.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_alarmreceiver.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_amd.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_authenticate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_cdr.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_chanisavail.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_channelredirect.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_chanspy.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_confbridge.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_controlplayback.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_db.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_dial.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_dictate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_directed_pickup.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_disa.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_dumpchan.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_echo.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_exec.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_externalivr.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_followme.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_forkcdr.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_getcpeid.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_image.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_ivrdemo.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_macro.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_milliwatt.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_mixmonitor.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_morsecode.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_nbscat.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_originate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_parkandannounce.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_playback.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_playtones.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_privacy.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_queue.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_readexten.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_readfile.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_read.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_record.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_saycounted.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_sayunixtime.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_senddtmf.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_sendtext.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_setcallerid.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_skel.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_sms.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_softhangup.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_speech_utils.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_stack.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_system.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_talkdetect.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_test.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_transfer.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_url.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_userevent.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_waitforring.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_waitforsilence.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_waituntil.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_verbose.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_while.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_zapateller.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/bridge_builtin_features.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/bridge_multiplexed.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/bridge_simple.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/bridge_softmix.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_csv.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_custom.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_manager.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_syslog.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_agent.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_bridge.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_iax2.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_local.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_mgcp.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_motif.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_multicast_rtp.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_nbs.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_phone.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_sip.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_adpcm.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_alaw.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_a_mu.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_g722.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_g726.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_gsm.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_ilbc.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_lpc10.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_resample.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_ulaw.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_g719.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_g723.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_g726.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_g729.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_gsm.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_h263.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_h264.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_ilbc.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_jpeg.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_ogg_vorbis.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_pcm.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_siren14.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_siren7.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_sln.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_wav_gsm.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_wav.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_vox.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_aes.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_audiohookinherit.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_base64.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_blacklist.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_callcompletion.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_callerid.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_cdr.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_channel.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_config.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_cut.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_db.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_devstate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_dialgroup.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_dialplan.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_enum.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_env.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_extstate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_frame_trace.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_global.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_groupcount.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_hangupcause.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_iconv.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_jitterbuffer.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_lock.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_logic.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_math.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_md5.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_module.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_pitchshift.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_presencestate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_rand.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_realtime.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_sha1.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_shell.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_sprintf.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_srv.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_strings.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_sysinfo.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_timeout.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_uri.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_version.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_volume.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/pbx_ael.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/pbx_config.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/pbx_dundi.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/pbx_loopback.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/pbx_realtime.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/pbx_spool.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_adsi.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_ael_share.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_agi.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_clialiases.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_clioriginate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_convert.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_crypto.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_format_attr_celt.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_format_attr_h263.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_format_attr_h264.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_format_attr_silk.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_http_post.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_http_websocket.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_limit.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_monitor.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_musiconhold.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_mutestream.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_phoneprov.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_realtime.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_rtp_asterisk.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_rtp_multicast.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_security_log.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_smdi.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_speech.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_srtp.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_stun_monitor.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_timing_pthread.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_timing_timerfd.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_xmpp.so
%attr(0755,root,root) %{_sbindir}/aelparse
%attr(0755,root,root) %{_sbindir}/astcanary
%attr(0755,root,root) %{_sbindir}/astdb2bdb
%attr(0755,root,root) %{_sbindir}/astdb2sqlite3
%attr(0755,root,root) %{_sbindir}/asterisk
%attr(0755,root,root) %{_sbindir}/astgenkey
%attr(0755,root,root) %{_sbindir}/astman
%attr(0755,root,root) %{_sbindir}/autosupport
%attr(0755,root,root) %{_sbindir}/check_expr
%attr(0755,root,root) %{_sbindir}/check_expr2
%attr(0755,root,root) %{_sbindir}/conf2ael
%attr(0755,root,root) %{_sbindir}/muted
%attr(0755,root,root) %{_sbindir}/rasterisk
%attr(0755,root,root) %{_sbindir}/refcounter
%attr(0755,root,root) %{_sbindir}/smsq
%attr(0755,root,root) %{_sbindir}/stereorize
%attr(0755,root,root) %{_sbindir}/streamplayer
%{_mandir}/man8/asterisk.8*
%{_mandir}/man8/astgenkey.8*
%{_mandir}/man8/autosupport.8*
%{_mandir}/man8/safe_asterisk.8*
%attr(0750,asterisk,asterisk) %dir /var/lib/asterisk
%attr(0750,asterisk,asterisk) %dir /var/lib/asterisk/agi-bin
%attr(0750,asterisk,asterisk) /var/lib/asterisk/documentation
%attr(0750,asterisk,asterisk) /var/lib/asterisk/images
%attr(0750,asterisk,asterisk) /var/lib/asterisk/keys
%attr(0750,asterisk,asterisk) /var/lib/asterisk/phoneprov
%attr(0750,asterisk,asterisk) %dir /var/log/asterisk
%attr(0750,asterisk,asterisk) %dir /var/log/asterisk/cdr-csv
%attr(0750,asterisk,asterisk) %dir /var/log/asterisk/cdr-custom
%attr(0750,asterisk,asterisk) %dir /var/spool/asterisk
%attr(0770,asterisk,asterisk) %dir /var/spool/asterisk/monitor
%attr(0770,asterisk,asterisk) %dir /var/spool/asterisk/outgoing
%attr(0750,asterisk,asterisk) %dir /var/spool/asterisk/tmp
%attr(0750,asterisk,asterisk) %dir /var/spool/asterisk/voicemail
%attr(0640,asterisk,asterisk) %ghost /var/lib/asterisk/astdb
%attr(0640,asterisk,asterisk) %ghost /var/log/asterisk/cdr-csv/Master.csv
%attr(0640,asterisk,asterisk) %ghost /var/log/asterisk/console
%attr(0640,asterisk,asterisk) %ghost /var/log/asterisk/debug
%attr(0640,asterisk,asterisk) %ghost /var/log/asterisk/event_log
%attr(0640,asterisk,asterisk) %ghost /var/log/asterisk/h323_log
%attr(0640,asterisk,asterisk) %ghost /var/log/asterisk/messages
%attr(0640,asterisk,asterisk) %ghost /var/log/asterisk/queue_log
#%attr(0640,asterisk,asterisk) %{_datadir}/vim/syntax/ael.vim
#%attr(0640,asterisk,asterisk) %{_datadir}/vim/syntax/asteriskvm.vim

%files devel -f %{name}-devel.filelist
%dir %{_includedir}/asterisk
%dir %{_includedir}/asterisk/doxygen
%{_includedir}/asterisk.h
%{_includedir}/asterisk/*.h
%{_includedir}/asterisk/doxygen/*.h
%attr(0755,root,root) %{_libdir}/libasteriskssl.so

%files addons

%files firmware
%attr(0750,asterisk,asterisk) /var/lib/asterisk/firmware

%if %{with corosync}
%files plugins-corosync
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_corosync.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_corosync.so
%endif

%files plugins-alsa
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/alsa.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_alsa.so

%files plugins-calendar
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/calendar.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_calendar.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_calendar_caldav.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_calendar_ews.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_calendar_exchange.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_calendar_icalendar.so

%files plugins-cel
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cel.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cel_custom.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_celgenuserevent.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cel_custom.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cel_manager.so

%files plugins-curl
%doc contrib/scripts/dbsep.cgi
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/dbsep.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_curl.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_curl.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_config_curl.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_curl.so

%files plugins-dahdi
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/meetme.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/chan_dahdi.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_flash.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_meetme.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_page.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_dahdibarge.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_dahdiras.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_dahdi.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_dahdi.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_timing_dahdi.so

%files plugins-fax
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_fax.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_fax.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_fax_spandsp.so

%files plugins-festival
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/festival.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_festival.so

%files plugins-ices
%doc contrib/asterisk-ices.xml
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_ices.so

%files plugins-jabber
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/gtalk.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/jabber.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/jingle.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_gtalk.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_jingle.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_jabber.so

%files plugins-jack
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_jack.so

%files plugins-lua
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/extensions.lua
%attr(0755,root,root) %{_libdir}/asterisk/modules/pbx_lua.so

%files plugins-ldap
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_ldap.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_config_ldap.so

%files plugins-minivm
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/extensions_minivm.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/minivm.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_minivm.so

%if %{with misdn}
%files plugins-misdn
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/misdn.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_misdn.so
%endif

%files plugins-mobile
%doc configs/chan_mobile.conf.sample
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/chan_mobile.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_mobile.so

%files plugins-mp3
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_mp3.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_mp3.so

%files plugins-mysql
%doc contrib/realtime/mysql/*.sql
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/app_mysql.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_mysql.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_config_mysql.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_mysql.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_mysql.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_config_mysql.so

%if %{with odbc}
%files plugins-odbc
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_adaptive_odbc.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_odbc.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cel_odbc.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/func_odbc.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_odbc.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_adaptive_odbc.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_odbc.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_odbc.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_config_odbc.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_odbc.so
%endif

%files plugins-ooh323
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/ooh323.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_ooh323.so

%if %{with oss}
%files plugins-oss
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/oss.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_oss.so
%endif

%files plugins-osp
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/osp.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_osplookup.so

%files plugins-pktccops
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_pktccops.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_pktccops.so

%files plugins-portaudio
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/console.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_console.so

%files plugins-pgsql
%doc contrib/realtime/postgresql/realtime.sql
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_pgsql.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cel_pgsql.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_pgsql.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_pgsql.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cel_pgsql.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_config_pgsql.so

%files plugins-radius
%attr(0755,root,root) %{_libdir}/asterisk/modules/cel_radius.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_radius.so

%files plugins-saycountpl
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_saycountpl.so

%files plugins-skinny
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/skinny.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_skinny.so

%files plugins-snmp
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_snmp.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_snmp.so

%files plugins-sqlite
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_sqlite3_custom.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cel_sqlite3_custom.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_config_sqlite3.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_sqlite3_custom.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cel_sqlite3_custom.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_config_sqlite3.so

%files plugins-speex
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_speex.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_speex.so

%files plugins-tds
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cel_tds.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_tds.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/cel_tds.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_tds.so

%files plugins-unistim
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/unistim.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_unistim.so

%files plugins-voicemail
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/voicemail.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_vmcount.so

%files plugins-voicemail-imap
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_directory_imap.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_voicemail_imap.so

%if %{with odbc}
%files plugins-voicemail-odbc
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_directory_odbc.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_voicemail_odbc.so
%endif

%files plugins-voicemail-plain
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_directory_plain.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_voicemail_plain.so

%files gui
%doc asterisk-gui/LICENSE asterisk-gui/README asterisk-gui/developer_info
%dir %attr(0750,asterisk,asterisk) /var/lib/asterisk/gui_backups
%dir %attr(0750,asterisk,asterisk) /var/lib/asterisk/static-http
%dir %attr(0755,asterisk,asterisk) /var/lib/asterisk/static-http/config
%dir %attr(0755,asterisk,asterisk) /var/lib/asterisk/static-http/config/stylesheets
%dir %attr(0755,asterisk,asterisk) /var/lib/asterisk/static-http/config/images
%dir %attr(0755,asterisk,asterisk) /var/lib/asterisk/static-http/config/private
%dir %attr(0755,asterisk,asterisk) /var/lib/asterisk/static-http/config/private/bkps
%dir %attr(0755,asterisk,asterisk) /var/lib/asterisk/static-http/config/js
%dir %attr(0755,asterisk,asterisk) /var/lib/asterisk/scripts
#% attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/index.html
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/config/*.html
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/config/stylesheets/*
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/config/images/*
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/config/js/*
%attr(0755,asterisk,asterisk) /var/lib/asterisk/scripts/*
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/*.html
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/*.css
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/*.js
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/*.xml

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.5.1-3
+ Revision: ac575fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 272 |14cr|asterisk-core-sounds-en-1.4.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

Summary:	English sound files for the Asterisk PBX and telephony application and toolkit
Name:		asterisk-core-sounds-en
Version:	1.4.22
Release:	2
License:	Public Domain
Group:		System/Servers
URL:		http://www.asterisk.org/
#for FMT in alaw g722 g729 gsm sln16 ulaw wav siren7 siren14; do wget -P SOURCES/ -c http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-fr-${FMT}-1.4.17.tar.gz ; done
Source0:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-alaw-%{version}.tar.gz
Source1:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g722-%{version}.tar.gz
Source2:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g729-%{version}.tar.gz
Source3:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-gsm-%{version}.tar.gz
Source4:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren7-%{version}.tar.gz
Source5:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren14-%{version}.tar.gz
Source6:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-sln16-%{version}.tar.gz
Source7:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-ulaw-%{version}.tar.gz
Source8:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-wav-%{version}.tar.gz
Requires:	asterisk
Provides:	asterisk-core-sounds = %{version}-%{release}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Asterisk is an Open Source PBX and telephony development platform that can both
replace a conventional PBX and act as a platform for developing custom
telephony applications for delivering dynamic content over a telephone
similarly to how one can deliver dynamic content through a web browser using
CGI and a web server.
 
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and
IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone
or miniphone).

This package contains freely usable recorded sounds that were meant to be used
with Asterisk in the following formats: a-Law, G.722, G.729, GSM, Siren7, 
Siren14, sln16, mu-Law, WAV

%prep

%setup -q -c -T -n asterisk-core-sounds-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8

# fix dir perms
find . -type d | xargs chmod 755
    
# fix file perms
find . -type f | xargs chmod 644

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}/var/lib/asterisk/sounds/en

cp -aRf * %{buildroot}/var/lib/asterisk/sounds/en

# cleanup
#rm -f %{buildroot}%{_datadir}/asterisk/sounds/*-asterisk-core-*-%{version}

# make a file list
find %{buildroot}/var/lib/asterisk/sounds/en -type f | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) /' >> %{name}.filelist

%clean
rm -rf %{buildroot}

%files -f %{name}.filelist
%defattr(-,root, root)
%doc *-asterisk-core-*-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.22-2
+ Revision: 31b6019
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 273 |14cr|asterisk-core-sounds-en_AU-1.4.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

Summary:	French sound files for the Asterisk PBX and telephony application and toolkit
Name:		asterisk-core-sounds-en_AU
Version:	1.4.22
Release:	2
License:	Public Domain
Group:		System/Servers
URL:		http://www.asterisk.org/
#for FMT in alaw g722 g729 gsm sln16 ulaw wav siren7 siren14; do wget -P SOURCES/ -c http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-fr-${FMT}-1.4.17.tar.gz ; done
Source0:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-alaw-%{version}.tar.gz
Source1:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g722-%{version}.tar.gz
Source2:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g729-%{version}.tar.gz
Source3:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-gsm-%{version}.tar.gz
Source4:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren7-%{version}.tar.gz
Source5:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren14-%{version}.tar.gz
Source6:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-sln16-%{version}.tar.gz
Source7:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-ulaw-%{version}.tar.gz
Source8:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-wav-%{version}.tar.gz
Requires:	asterisk
Provides:	asterisk-core-sounds = %{version}-%{release}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Asterisk is an Open Source PBX and telephony development platform that can both
replace a conventional PBX and act as a platform for developing custom
telephony applications for delivering dynamic content over a telephone
similarly to how one can deliver dynamic content through a web browser using
CGI and a web server.
 
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and
IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone
or miniphone).

This package contains freely usable music that were meant to be used
with Asterisk in the following formats: a-Law, G.722, G.729, GSM, Siren7, 
Siren14, sln16, mu-Law, WAV

%prep

%setup -q -c -T -n asterisk-core-sounds-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8

# fix dir perms
find . -type d | xargs chmod 755
    
# fix file perms
find . -type f | xargs chmod 644

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}/var/lib/asterisk/sounds/en_AU

cp -aRf * %{buildroot}/var/lib/asterisk/sounds/en_AU/

# cleanup
#rm -f %{buildroot}/var/lib/asterisk/sounds/*-asterisk-core-*-%{version}

# make a file list
find %{buildroot}/var/lib/asterisk/sounds -type f | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) /' >> %{name}.filelist

%clean
rm -rf %{buildroot}

%files -f %{name}.filelist
%defattr(-,root, root)
%doc *-asterisk-core-*-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.22-2
+ Revision: 502456c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 274 |14cr|asterisk-core-sounds-es-1.4.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

Summary:	Spanish sound files for the Asterisk PBX and telephony application and toolkit
Name:		asterisk-core-sounds-es
Version:	1.4.22
Release:	2
License:	Public Domain
Group:		System/Servers
URL:		http://www.asterisk.org/
#for FMT in alaw g722 g729 gsm sln16 ulaw wav siren7 siren14; do wget -P SOURCES/ -c http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-es-${FMT}-1.4.17.tar.gz ; done
Source0:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-alaw-%{version}.tar.gz
Source1:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g722-%{version}.tar.gz
Source2:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g729-%{version}.tar.gz
Source3:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-gsm-%{version}.tar.gz
Source4:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren7-%{version}.tar.gz
Source5:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren14-%{version}.tar.gz
Source6:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-sln16-%{version}.tar.gz
Source7:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-ulaw-%{version}.tar.gz
Source8:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-wav-%{version}.tar.gz
Requires:	asterisk
Provides:	asterisk-core-sounds = %{version}-%{release}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Asterisk is an Open Source PBX and telephony development platform that can both
replace a conventional PBX and act as a platform for developing custom
telephony applications for delivering dynamic content over a telephone
similarly to how one can deliver dynamic content through a web browser using
CGI and a web server.
 
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and
IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone
or miniphone).

This package contains freely usable music that were meant to be used
with Asterisk in the following formats: a-Law, G.722, G.729, GSM, Siren7, 
Siren14, sln16, mu-Law, WAV

%prep

%setup -q -c -T -n asterisk-core-sounds-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8

# fix dir perms
find . -type d | xargs chmod 755
    
# fix file perms
find . -type f | xargs chmod 644

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}/var/lib/asterisk/sounds/es

cp -aRf * %{buildroot}/var/lib/asterisk/sounds/es/

# cleanup
#rm -f %{buildroot}/var/lib/asterisk/sounds/*-asterisk-core-*-%{version}

# make a file list
find %{buildroot}/var/lib/asterisk/sounds -type f | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) /' >> %{name}.filelist

%clean
rm -rf %{buildroot}

%files -f %{name}.filelist
%defattr(-,root, root)
%doc *-asterisk-core-*-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.22-2
+ Revision: 64eefa3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 275 |14cr|asterisk-core-sounds-fr-1.4.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

Summary:	French sound files for the Asterisk PBX and telephony application and toolkit
Name:		asterisk-core-sounds-fr
Version:	1.4.22
Release:	2
License:	Public Domain
Group:		System/Servers
URL:		http://www.asterisk.org/
#for FMT in alaw g722 g729 gsm sln16 ulaw wav siren7 siren14; do wget -P SOURCES/ -c http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-fr-${FMT}-1.4.17.tar.gz ; done
Source0:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-alaw-%{version}.tar.gz
Source1:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g722-%{version}.tar.gz
Source2:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g729-%{version}.tar.gz
Source3:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-gsm-%{version}.tar.gz
Source4:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren7-%{version}.tar.gz
Source5:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren14-%{version}.tar.gz
Source6:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-sln16-%{version}.tar.gz
Source7:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-ulaw-%{version}.tar.gz
Source8:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-wav-%{version}.tar.gz
Requires:	asterisk
Provides:	asterisk-core-sounds = %{version}-%{release}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Asterisk is an Open Source PBX and telephony development platform that can both
replace a conventional PBX and act as a platform for developing custom
telephony applications for delivering dynamic content over a telephone
similarly to how one can deliver dynamic content through a web browser using
CGI and a web server.
 
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and
IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone
or miniphone).

This package contains freely usable music that were meant to be used
with Asterisk in the following formats: a-Law, G.722, G.729, GSM, Siren7, 
Siren14, sln16, mu-Law, WAV

%prep

%setup -q -c -T -n asterisk-core-sounds-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8

# fix dir perms
find . -type d | xargs chmod 755
    
# fix file perms
find . -type f | xargs chmod 644

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}/var/lib/asterisk/sounds/fr

cp -aRf * %{buildroot}/var/lib/asterisk/sounds/fr/

# cleanup
#rm -f %{buildroot}/var/lib/asterisk/sounds/*-asterisk-core-*-%{version}

# make a file list
find %{buildroot}/var/lib/asterisk/sounds -type f | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) /' >> %{name}.filelist

%clean
rm -rf %{buildroot}

%files -f %{name}.filelist
%defattr(-,root, root)
%doc *-asterisk-core-*-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.22-2
+ Revision: f9def1f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 276 |14cr|asterisk-core-sounds-ru-1.4.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

Summary:	Russian sound files for the Asterisk PBX and telephony application and toolkit
Name:		asterisk-core-sounds-ru
Version:	1.4.22
Release:	2
License:	Public Domain
Group:		System/Servers
URL:		http://www.asterisk.org/
#for FMT in alaw g722 g729 gsm sln16 ulaw wav siren7 siren14; do wget -P SOURCES/ -c http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-fr-${FMT}-1.4.17.tar.gz ; done
Source0:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-alaw-%{version}.tar.gz
Source1:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g722-%{version}.tar.gz
Source2:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g729-%{version}.tar.gz
Source3:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-gsm-%{version}.tar.gz
Source4:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren7-%{version}.tar.gz
Source5:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren14-%{version}.tar.gz
Source6:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-sln16-%{version}.tar.gz
Source7:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-ulaw-%{version}.tar.gz
Source8:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-wav-%{version}.tar.gz
Requires:	asterisk
Provides:	asterisk-core-sounds = %{version}-%{release}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Asterisk is an Open Source PBX and telephony development platform that can both
replace a conventional PBX and act as a platform for developing custom
telephony applications for delivering dynamic content over a telephone
similarly to how one can deliver dynamic content through a web browser using
CGI and a web server.
 
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and
IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone
or miniphone).

This package contains freely usable recorded sounds that were meant to be used
with Asterisk in the following formats: a-Law, G.722, G.729, GSM, Siren7, 
Siren14, sln16, mu-Law, WAV

%prep

%setup -q -c -T -n asterisk-core-sounds-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8

# fix dir perms
find . -type d | xargs chmod 755
    
# fix file perms
find . -type f | xargs chmod 644

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}/var/lib/asterisk/sounds/en

cp -aRf * %{buildroot}/var/lib/asterisk/sounds/en

# cleanup
#rm -f %{buildroot}%{_datadir}/asterisk/sounds/*-asterisk-core-*-%{version}

# make a file list
find %{buildroot}/var/lib/asterisk/sounds/en -type f | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) /' >> %{name}.filelist

%clean
rm -rf %{buildroot}

%files -f %{name}.filelist
%defattr(-,root, root)
%doc *-asterisk-core-*-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.22-2
+ Revision: 5eeccc9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 277 |14cr|asterisk-extra-sounds-en-1.4.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

Summary:	English sound files for the Asterisk PBX and telephony application and toolkit
Name:		asterisk-extra-sounds-en
Version:	1.4.11
Release:	2
License:	Public Domain
Group:		System/Servers
URL:		http://www.asterisk.org/
#for FMT in alaw g722 g729 gsm sln16 ulaw wav siren7 siren14; do wget -P SOURCES/ -c http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-extra-sounds-en-${FMT}-1.4.10.tar.gz ; done
Source0:	http://ftp.digium.com/pub/telephony/sounds/%{name}-alaw-%{version}.tar.gz
Source1:	http://ftp.digium.com/pub/telephony/sounds/%{name}-g722-%{version}.tar.gz
Source2:	http://ftp.digium.com/pub/telephony/sounds/%{name}-g729-%{version}.tar.gz
Source3:	http://ftp.digium.com/pub/telephony/sounds/%{name}-gsm-%{version}.tar.gz
Source4:	http://ftp.digium.com/pub/telephony/sounds/%{name}-siren7-%{version}.tar.gz
Source5:	http://ftp.digium.com/pub/telephony/sounds/%{name}-siren14-%{version}.tar.gz
Source6:	http://ftp.digium.com/pub/telephony/sounds/%{name}-sln16-%{version}.tar.gz
Source7:	http://ftp.digium.com/pub/telephony/sounds/%{name}-ulaw-%{version}.tar.gz
Source8:	http://ftp.digium.com/pub/telephony/sounds/%{name}-wav-%{version}.tar.gz
Requires:	asterisk
Provides:	asterisk-extra-sounds = %{version}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Asterisk is an Open Source PBX and telephony development platform that can both
replace a conventional PBX and act as a platform for developing custom
telephony applications for delivering dynamic content over a telephone
similarly to how one can deliver dynamic content through a web browser using
CGI and a web server.
 
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and
IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone
or miniphone).

This package contains freely usable recorded sounds that were meant to be used
with Asterisk in the following formats: a-Law, G.722, G.729, GSM, Siren7, 
Siren14, sln16, mu-Law, WAV

%prep

%setup -q -c -T -n asterisk-extra-sounds-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8

# fix dir perms
find . -type d | xargs chmod 755
    
# fix file perms
find . -type f | xargs chmod 644

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}/var/lib/asterisk/sounds/en

find . -maxdepth 1 -not -iname . -exec cp -aRf {} %{buildroot}/var/lib/asterisk/sounds/en \;

# cleanup
rm -f %{buildroot}/var/lib/asterisk/sounds/en/*-asterisk-extra-*-%{version}

# make a file list
find %{buildroot}/var/lib/asterisk/sounds/en -type f | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) /' >> %{name}.filelist

%clean
rm -rf %{buildroot}

%files -f %{name}.filelist
%defattr(-,root, root)
%doc *-asterisk-extra-*-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.11-2
+ Revision: 047c986
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 278 |14cr|asterisk-extra-sounds-fr-1.4.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

Summary:	France sound files for the Asterisk PBX and telephony application and toolkit
Name:		asterisk-extra-sounds-fr
Version:	1.4.11
Release:	2
License:	Public Domain
Group:		System/Servers
URL:		http://www.asterisk.org/
#for I in alaw g722 g729 gsm siren7 siren14 sln16 ulaw wav ; do wget -c http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-extra-sounds-fr-$I-1.4.9.tar.gz -P SOURCES ; done
Source0:	http://ftp.digium.com/pub/telephony/sounds/%{name}-alaw-%{version}.tar.gz
Source1:	http://ftp.digium.com/pub/telephony/sounds/%{name}-g722-%{version}.tar.gz
Source2:	http://ftp.digium.com/pub/telephony/sounds/%{name}-g729-%{version}.tar.gz
Source3:	http://ftp.digium.com/pub/telephony/sounds/%{name}-gsm-%{version}.tar.gz
Source4:	http://ftp.digium.com/pub/telephony/sounds/%{name}-siren7-%{version}.tar.gz
Source5:	http://ftp.digium.com/pub/telephony/sounds/%{name}-siren14-%{version}.tar.gz
Source6:	http://ftp.digium.com/pub/telephony/sounds/%{name}-sln16-%{version}.tar.gz
Source7:	http://ftp.digium.com/pub/telephony/sounds/%{name}-ulaw-%{version}.tar.gz
Source8:	http://ftp.digium.com/pub/telephony/sounds/%{name}-wav-%{version}.tar.gz
Requires:	asterisk
Provides:	asterisk-extra-sounds = %{version}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Asterisk is an Open Source PBX and telephony development platform that can both
replace a conventional PBX and act as a platform for developing custom
telephony applications for delivering dynamic content over a telephone
similarly to how one can deliver dynamic content through a web browser using
CGI and a web server.
 
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and
IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone
or miniphone).

This package contains freely usable recorded sounds that were meant to be used
with Asterisk in the following formats: a-Law, G.722, G.729, GSM, Siren7, 
Siren14, sln16, mu-Law, WAV

%prep

%setup -q -c -T -n asterisk-extra-sounds-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8

# fix dir perms
find . -type d | xargs chmod 755
    
# fix file perms
find . -type f | xargs chmod 644

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}/var/lib/asterisk/sounds/fr

find . -maxdepth 1 -not -iname . -exec cp -aRf {} %{buildroot}/var/lib/asterisk/sounds/fr \;

# cleanup
rm -f %{buildroot}/var/lib/asterisk/sounds/*-asterisk-extra-*-%{version}

# make a file list
find %{buildroot}/var/lib/asterisk/sounds/fr -type f | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) /' >> %{name}.filelist

%clean
rm -rf %{buildroot}

%files -f %{name}.filelist
%defattr(-,root, root)
%doc *-asterisk-extra-*-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.11-2
+ Revision: c1e5251
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 279 |14cr|asterisk-moh-freeplay-20090401-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

Summary:	Free music files for the Asterisk PBX and telephony application and toolkit
Name:		asterisk-moh-freeplay
Version:	20090401
Release:	3
License:	Public Domain
Group:		System/Servers
URL:		http://www.asterisk.org/
Source0:	http://ftp.digium.com/pub/telephony/sounds/%{name}-alaw.tar.gz
Source1:	http://ftp.digium.com/pub/telephony/sounds/%{name}-g722.tar.gz
Source2:	http://ftp.digium.com/pub/telephony/sounds/%{name}-g729.tar.gz
Source3:	http://ftp.digium.com/pub/telephony/sounds/%{name}-gsm.tar.gz
Source4:	http://ftp.digium.com/pub/telephony/sounds/%{name}-siren7.tar.gz
Source5:	http://ftp.digium.com/pub/telephony/sounds/%{name}-siren14.tar.gz
Source6:	http://ftp.digium.com/pub/telephony/sounds/%{name}-sln16.tar.gz
Source7:	http://ftp.digium.com/pub/telephony/sounds/%{name}-ulaw.tar.gz
Source8:	http://ftp.digium.com/pub/telephony/sounds/%{name}-wav.tar.gz
Requires:	asterisk
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Asterisk is an Open Source PBX and telephony development platform that can both
replace a conventional PBX and act as a platform for developing custom
telephony applications for delivering dynamic content over a telephone
similarly to how one can deliver dynamic content through a web browser using
CGI and a web server.
 
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and
IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone
or miniphone).

This package contains freely usable music sounds that were meant to be used
with Asterisk in the following formats: a-Law, G.722, G.729, GSM, Siren7, 
Siren14, sln16, mu-Law, WAV

%prep

%setup -q -c -T -n asterisk-moh-freeplay -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8

# fix dir perms
find . -type d | xargs chmod 755
    
# fix file perms
find . -type f | xargs chmod 644

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}/var/lib/asterisk/sounds

cp -aRf * %{buildroot}/var/lib/asterisk/sounds/

# cleanup
#rm -f %{buildroot}/var/lib/asterisk/sounds/*-asterisk-core-*-%{version}

# make a file list
find %{buildroot}/var/lib/asterisk/sounds -type f | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) /' >> %{name}.filelist

%clean
rm -rf %{buildroot}

%files -f %{name}.filelist
%defattr(-,root, root)
%doc *-%{name}-*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20090401-3
+ Revision: 82bd2e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 280 |14cr|asterisk-moh-opsound-20091226-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

Summary:	Free music files for the Asterisk PBX and telephony application and toolkit
Name:		asterisk-moh-opsound
Version:	20091226
Release:	3
License:	GPL
Group:		System/Servers
URL:		http://www.asterisk.org/
#for I in alaw g722 g729 gsm siren7 siren14 sln16 ulaw wav ; do wget -c http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-moh-opsound-$I.tar.gz -P SOURCES ; done
Source0:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-alaw.tar.gz
Source1:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g722.tar.gz
Source2:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g729.tar.gz
Source3:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-gsm.tar.gz
Source4:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren7.tar.gz
Source5:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren14.tar.gz
Source6:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-sln16.tar.gz
Source7:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-ulaw.tar.gz
Source8:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-wav.tar.gz
Requires:	asterisk
Provides:	asterisk-moh, asterisk-moh-freeplay
Obsoletes:	asterisk-moh-freeplay
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Asterisk is an Open Source PBX and telephony development platform that can both
replace a conventional PBX and act as a platform for developing custom
telephony applications for delivering dynamic content over a telephone
similarly to how one can deliver dynamic content through a web browser using
CGI and a web server.
 
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and
IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone
or miniphone).

This package contains freely usable music sounds that were meant to be used
with Asterisk in the following formats: a-Law, G.722, G.729, GSM, Siren7, 
Siren14, sln16, mu-Law, WAV

%prep

%setup -q -c -T -n %{name} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8

# fix dir perms
find . -type d | xargs chmod 755
    
# fix file perms
find . -type f | xargs chmod 644

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

mv CHANGES-asterisk-moh-opsound-wav CHANGES
mv CREDITS-asterisk-moh-opsound-wav CREDITS
mv LICENSE-asterisk-moh-opsound-wav LICENSE

%install
rm -rf %{buildroot}

install -d %{buildroot}/var/lib/asterisk/moh
cp -aRf * %{buildroot}/var/lib/asterisk/moh/

# cleanup
rm -f %{buildroot}/var/lib/asterisk/moh/{CHANGES,CREDITS,LICENSE}*

# make a file list
find %{buildroot}/var/lib/asterisk/moh -type f | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) /' >> %{name}.filelist

%clean
rm -rf %{buildroot}

%files -f %{name}.filelist
%defattr(-,root, root)
%doc CHANGES CREDITS LICENSE



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20091226-3
+ Revision: 1b29648
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 281 |14cr|asterisknow-0-0.r5210.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	asterisknow
%define version	0
%define svnrel	r5210
%define release	%mkrel 0.%{svnrel}.1
%define debug_package	%{nil}

Summary:	GUI for configuring Asterisk
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Servers
# svn co http://svn.digium.com/svn/asterisk-gui/branches/2.0
Source:		%{name}.%{svnrel}.tar.xz
Patch:		%{name}.mdv.patch
URL:		http://www.asterisknow.org/
Requires:	asterisk >= 1.6.1.0

%description
Asterisk in minutes. The most popular open source PBX software,
Asterisk, can now be easily configured with a graphical interface.
AsteriskNOW. Mandriva Linux distribution that includes Asterisk,
the Asterisk GUI, and all other software needed for an Asterisk system.

%prep
%setup -q -n 2.0
%patch -p0

%build
%configure
%make

%install
%makeinstall
mkdir -p %{buildroot}%{_localstatedir}/lib/asterisk/sounds/record




%files
%defattr(-,root,root)
%doc README
%attr(0755,asterisk,asterisk)	%dir	%{_localstatedir}/lib/asterisk/gui_backups
%attr(0755,asterisk,asterisk)	%dir	%{_localstatedir}/lib/asterisk/scripts
%attr(0644,asterisk,asterisk)		%{_localstatedir}/lib/asterisk/scripts/dldsoundpack
%attr(0755,asterisk,asterisk)		%{_localstatedir}/lib/asterisk/scripts/detectdahdi.sh
%attr(0644,asterisk,asterisk)		%{_localstatedir}/lib/asterisk/scripts/editmisdn.sh
%attr(0644,asterisk,asterisk)		%{_localstatedir}/lib/asterisk/scripts/editzap.sh
%attr(0644,asterisk,asterisk)		%{_localstatedir}/lib/asterisk/scripts/listfiles
%attr(0644,asterisk,asterisk)		%{_localstatedir}/lib/asterisk/scripts/mastercsvexists
%attr(0644,asterisk,asterisk)		%{_localstatedir}/lib/asterisk/scripts/rebootsystem.sh
%attr(0644,asterisk,asterisk)		%{_localstatedir}/lib/asterisk/scripts/registerg729.sh
%attr(0644,asterisk,asterisk)		%{_localstatedir}/lib/asterisk/scripts/restorebackup
%attr(0644,asterisk,asterisk)		%{_localstatedir}/lib/asterisk/scripts/takebackup
%attr(0755,asterisk,asterisk)	%dir	%{_localstatedir}/lib/asterisk/sounds/record
%attr(0755,asterisk,asterisk)	%dir	%{_localstatedir}/lib/asterisk/static-http/config
%attr(0644,root,root)			%{_localstatedir}/lib/asterisk/static-http/config/*.html
%attr(0755,root,root)		%dir	%{_localstatedir}/lib/asterisk/static-http/config/images
%attr(0644,root,root)			%{_localstatedir}/lib/asterisk/static-http/config/images/*.gif
%attr(0644,root,root)			%{_localstatedir}/lib/asterisk/static-http/config/images/*.ico
%attr(0644,root,root)			%{_localstatedir}/lib/asterisk/static-http/config/images/*.jpg
%attr(0644,root,root)			%{_localstatedir}/lib/asterisk/static-http/config/images/*.png
%attr(0755,root,root)		%dir	%{_localstatedir}/lib/asterisk/static-http/config/js
%attr(0644,root,root)			%{_localstatedir}/lib/asterisk/static-http/config/js/*.js
%attr(0755,asterisk,asterisk)	%dir	%{_localstatedir}/lib/asterisk/static-http/config/private
%attr(0755,asterisk,asterisk)	%dir	%{_localstatedir}/lib/asterisk/static-http/config/private/bkps
%attr(0755,root,root)		%dir	%{_localstatedir}/lib/asterisk/static-http/config/stylesheets
%attr(0644,root,root)			%{_localstatedir}/lib/asterisk/static-http/config/stylesheets/*.css
%attr(0644,root,root)			%{_localstatedir}/lib/asterisk/static-http/index.html



%changelog
* Wed Aug 06 2014 abfonly <abfonly@gmail.com> 0-0.r5210.1
+ Revision: 45c5c6f
- Updated asterisknow.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 282 |14cr|asterisk-stat-2.0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		asterisk-stat
Version:	2.0.1
Release:	8
Summary:	Asterisk-Stat : CDR Analyser
License:	GPLv2
Group:		System/Servers
URL:		http://areski.net/asterisk-stat-v2/about.php
Source0:	http://areski.net/asterisk-stat-v2/%{name}-v2_0_1.tar.bz2
Patch0:		asterisk-stat-mdk_conf.diff
Requires:	webserver
Requires:	php-mysql
Requires:	php-gd
Requires:	mod_php
BuildArch:	noarch

%description
Asterisk-Stat is providing different reports & Graph to allow
the Asterisk-admin to analyse quickly and easily the traffic on
their Asterisk server. All the graphic & reports are based over
the CDR database. 

%prep
%setup -q -n %{name}-v2
%patch0 -p0

# fix dir perms
find . -type d | xargs chmod 755

# fix file perms
find . -type f | xargs chmod 644

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_var}/www/html/%{name}
cp -aRf * %{buildroot}%{_var}/www/html/%{name}/

# cleanup
rm -rf %{buildroot}%{_var}/www/html/%{name}/CHANGELOG.txt
rm -rf %{buildroot}%{_var}/www/html/%{name}/counter.txt
rm -rf %{buildroot}%{_var}/www/html/%{name}/info.txt
rm -rf %{buildroot}%{_var}/www/html/%{name}/wiki.html

%files
%doc CHANGELOG.txt
#% {_var}/www/html/%{name}
%{_var}/www/html/%{name}/jpgraph_lib/
%{_var}/www/html/%{name}/images/
%{_var}/www/html/%{name}/lib/font
%{_var}/www/html/%{name}/css/
%{_var}/www/html/%{name}/*.php
%{_var}/www/html/%{name}/lib/DB-modules
%{_var}/www/html/%{name}/lib/fpdf.php
%{_var}/www/html/%{name}/lib/Class*.php
%{_var}/www/html/%{name}/lib/iam*.php
%{_var}/www/html/%{name}/*.js
%config(noreplace) %attr(0644,root,root) %{_var}/www/html/%{name}/lib/defines.php

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-8
+ Revision: 5d528e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 283 |14cr|asteroids3D-0.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	asteroids3D
%define	version	0.5.1
%define release	4
%define	Summary	A 3D, first-person game of blowing up asteroids

Name:		%{name}
Summary:	%{Summary}
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		Games/Arcade
Source:		https://sourceforge.net/projects/a3d/%name-%version.tar.bz2
URL:		https://sourceforge.net/projects/a3d/	
BuildRequires:	mesa-common-devel

%description
asteroids3D is a 3D, first-person game of blowing up asteroids.
The graphics more accurately reflect the future position of the 
targeted asteroid and provide information about closure rate.

%prep
%setup -q 

%build
%configure --with-gamesdir=%_gamesbindir --with-gamedatadir=%_gamesdatadir/%name
%make

%install
rm -rf $RPM_BUILD_ROOT
make install gamesdir=$RPM_BUILD_ROOT%{_gamesbindir} gamedatadir=$RPM_BUILD_ROOT%{_gamesdatadir}/%name

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=arcade_section
Categories=Game;ArcadeGame;
Name=Asteroids3D
Comment=%{Summary}
EOF

%files
%doc COPYRIGHT README.html 
%{_datadir}/applications/mandriva-%{name}.desktop
%{_gamesdatadir}/%name
%defattr (755,root,root,755)
%{_gamesbindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-4
+ Revision: a69c9b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 284 |14cr|astromenace-1.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname openastromenace

Summary:	Hardcore 3D space shooter with spaceship upgrade possibilities
Name:		astromenace
Version:	1.3.2
Release:	3
License:	GPLv3+
Group:		Games/Arcade
Url:		http://www.viewizard.com/
Source0:	http://sourceforge.net/projects/openastromenace/files/%{version}/%{name}-src-%{version}.tar.bz2
Source1:	astromenace.desktop
BuildRequires:	cmake
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	jpeg-devel
BuildRequires:	desktop-file-utils
Provides:	%{oname} = %{version}-%{release}
Requires:	%{name}-data = %{version}

%description
Space is a vast area, an unbounded territory where it seems there is a 
room for everybody, but reversal of fortune put things differently. The 
hordes of hostile creatures crawled out from the dark corners of the
universe, craving to conquer your homeland. Their force is compelling,
their legions are interminable. However, humans didn't give up without
a final showdown and put their best pilot to fight back. These malicious
invaders chose the wrong galaxy to conquer and you are to prove it! 
Go ahead and make alien aggressors regret their insolence.

%package data
Summary:	Game data for AstroMenace game
Requires:	%{name} = %{version}
Obsoletes:	astromenace-data < 1.3.1
Obsoletes:	astromenace-data-ru < 1.3.1
Obsoletes:	astromenace-data-de < 1.3.1

%description data
This package provides game data for AstroMenace.

%prep
%setup -qn AstroMenace
sed -i 's/\r//' License.txt
sed -i 's/\r//' gpl-3.0.txt
sed -i 's/\r//' ReadMe.txt

chmod -x License.txt
chmod -x ReadMe.txt
chmod -x gpl-3.0.txt

%build
%cmake \
	-DCMAKE_INSTALL_PREFIX=/usr \
	-DDATADIR=/usr/share/astromenace
%make
./AstroMenace --pack --rawdata=../RAW_VFS_DATA --dir=.


%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 build/AstroMenace %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}
install -m 644 build/gamedata.vfs %{buildroot}%{_datadir}/%{name}/gamedata.vfs

desktop-file-install             \
  --dir %{buildroot}%{_datadir}/applications \
  %{SOURCE1}

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/64x64/apps
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/128x128/apps
install -p -m 644 %{name}_64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
install -p -m 644 %{name}_128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png

%files
%doc ReadMe.txt License.txt 
%{_bindir}/%{name}
%{_datadir}/applications/astromenace.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

%files data
%doc gpl-3.0.txt
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-3
+ Revision: 6101679
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 285 |14cr|astyle-2.04-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Reindenter and reformatter of C++, C and Java source code
Name:		astyle
Version:	2.04
Release:	2
License:	LGPLv3+
Group:		Development/C
Url:		http://astyle.sourceforge.net/
Source0:	http://internap.dl.sourceforge.net/sourceforge/astyle/astyle_%{version}_linux.tar.gz

%description
Artistic Style is a series of filters that automatically reindent and reformat
C/C++/Java source files. These can be used from a command line, or they can be
incorporated as classes in another C++ program.

%files
%doc doc/*
%{_bindir}/astyle

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
cd build/gcc
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 build/gcc/bin/astyle %{buildroot}%{_bindir}/astyle


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.04-2
+ Revision: 3fec24b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 286 |14cr|asunder-2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK+-based audio CD ripper and encoder
Name:		asunder
Version:	2.5
Release:	2
License:	GPLv2
Group:		Archiving/Cd burning
URL:		http://littlesvr.ca/asunder/
Source0:	http://littlesvr.ca/asunder/releases/%{name}-%{version}.tar.bz2

BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	intltool >= 0.34.90

Requires:	cdparanoia
Suggests:	lame
Suggests:	vorbis-tools
Suggests:	flac
Suggests:	wavpack

%description
Asunder is a graphical Audio CD ripper and encoder for Linux. You can 
use it to save tracks from an Audio CD as WAV, MP3, OGG, Musepack, AAC,
Monkey Audio, and/or FLAC.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5-2
+ Revision: bf62b06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 287 |14cr|asymptote-2.24-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		asymptote
Version:	2.24
Release:	2
Summary:	Descriptive vector graphics language for technical drawing
License:	LGPLv3+
Group:		Publishing
Url:		http://asymptote.sourceforge.net/
Source0:	https://sourceforge.net/projects/asymptote/files/2.24/%{name}-%{version}.src.tgz

BuildRequires:	pkgconfig(bdw-gc)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	readline-devel
BuildRequires:	imagemagick
BuildRequires:	texlive
BuildRequires:	texinfo
BuildRequires:	ghostscript
BuildRequires:	ghostscript-dvipdf
# Just to make sure these exist
BuildRequires:	python-imaging
BuildRequires:	tkinter
BuildRequires:	tetex

Requires:	python-imaging
Requires:	tkinter
Requires:	tetex-latex
Requires(post):	tetex
Requires(postun): tetex

%description
Asymptote is a powerful descriptive vector graphics language that 
provides a natural coordinate-based framework for technical drawing. 
Labels and equations are typeset with LaTeX, for high-quality 
PostScript output.

A major advantage of Asymptote over other graphics packages is that 
it is a programming language, as opposed to just a graphics program.

Features of Asymptote:

- provides a portable standard for typesetting mathematical figures, 
  just as TeX/LaTeX has become the standard for typesetting equations;

- generates and embeds 3D vector PRC graphics within PDF files;

- inspired by MetaPost, with a much cleaner, powerful C++-like 
  programming syntax and floating-point numerics;

- runs on all major platforms (UNIX, MacOS, Microsoft Windows);

- mathematically oriented (e.g. rotation of vectors by complex 
  multiplication);

- LaTeX typesetting of labels (for document consistency);

- uses simplex method and deferred drawing to solve overall size 
  constraint issues between fixed-sized objects (labels and 
  arrowheads) and objects that should scale with figure size;

- fully generalizes MetaPost path construction algorithms to three 
  dimensions;

- compiles commands into virtual machine code for speed without 
  sacrificing portability;

- high-level graphics commands are implemented in the Asymptote 
  language itself, allowing them to be easily tailored to specific 
  applications.

%prep
%setup -q

%build
%configure2_5x	--enable-gc=system \
		--with-latex=%{_datadir}/tex/latex \
		--with-context=%{_datadir}/tex/context
%make

%install
%makeinstall_std

# Create symlinks for vim / emacs
install -d -m 755 %{buildroot}%{_datadir}/vim/syntax
ln -s ../../%{name}/asy.vim %{buildroot}%{_datadir}/vim/syntax/asy.vim

install -d -m 755 %{buildroot}%{_sysconfdir}/emacs/site-start.d
ln -s ../../../%{_datadir}/%{name}/asy-init.el %{buildroot}%{_sysconfdir}/emacs/site-start.d/asy-init.el
install -d -m 755 %{buildroot}%{_datadir}/emacs/site-lisp
ln -s ../../%{name}/asy-mode.el %{buildroot}%{_datadir}/emacs/site-lisp/asy-mode.el
ln -s ../../%{name}/asy-keywords.el %{buildroot}%{_datadir}/emacs/site-lisp/asy-keywords.el

# Move info file
mv %{buildroot}%{_infodir}/asymptote/asymptote.info %{buildroot}%{_infodir}/asymptote.info

# Icon
for size in 16x16 32x32 48x48
do
  install -d %{buildroot}%{_iconsdir}/hicolor/$size/apps
  convert -resize $size asy.ico %{buildroot}%{_iconsdir}/hicolor/$size/apps/asy.png
done

# Create xasy desktop file
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/xasy.desktop << EOF
[Desktop Entry]
Name=Asymptote
Comment=GUI tool for using Asymptote vector graphics 
Exec=%{_bindir}/xasy
Icon=asy
Terminal=false
StartupNotify=true
Type=Application
Categories=Graphics;VectorGraphics;
EOF

%post
texhash

%preun
texhash

%files
%doc BUGS ChangeLog LICENSE* README ReleaseNotes TODO
%{_sysconfdir}/emacs/site-start.d/asy-init.el
%{_bindir}/asy
%{_bindir}/xasy
%{_datadir}/%{name}
%{_datadir}/applications/xasy.desktop
%{_datadir}/emacs/site-lisp/asy-mode.el
%{_datadir}/emacs/site-lisp/asy-keywords.el
%{_datadir}/vim/syntax/asy.vim
%{_datadir}/tex/latex/%{name}
%{_datadir}/tex/context/%{name}
%{_iconsdir}/hicolor/*/apps/asy.png
%{_infodir}/*.info*
%{_mandir}/man1/asy*
%{_mandir}/man1/xasy*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.24-2
+ Revision: dc889e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 288 |14cr|ataidle-2.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A utility to manage ATA drives 
Name:		ataidle
Version:	2.7.1
Release:	2
License:	BSD
Group:		System/Kernel and hardware 
Url:		http://www.cran.org.uk/bruce/software/ataidle.php
Source0:	http://www.cran.org.uk/bruce/software/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
ATAidle is a utility to set the power management features of ATA hard drives
in FreeBSD and Linux, including idle and standby timeouts, APM, and
acoustic level settings.

%prep
%setup -q

%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
%make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_sbindir}
mkdir -p %{buildroot}/%{_mandir}/man8/
install ataidle %{buildroot}/%{_sbindir}
install ataidle.8 %{buildroot}/%{_mandir}/man8

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README Changelog
%{_sbindir}/ataidle
%{_mandir}/man8/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.1-2
+ Revision: 28e827d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 289 |14cr|atanks-5.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	allegro_unstable

Name:		atanks
Version:	5.8
Release:	2
Summary:	Scorched Earth game clone
License:	GPLv2+
Group:		Games/Arcade
Url:		http://atanks.sourceforge.net/
Source0:	http://downloads.sourceforge.net/sourceforge/atanks/atanks-%{version}.tar.gz
Source3:	%{name}-16.png
Source4:	%{name}-32.png
Source5:	%{name}-48.png
Patch0:		atanks-5.4-link.patch
%if %with allegro_unstable
BuildRequires:	allegro-testing-devel
%else
BuildRequires:	allegro-devel
%endif

%description
This is Atomic Tanks, a multi-player game similar to Scorched Earth
which involves firing enormous weapons to try and destroy the other
tanks.

%prep
%setup -q
%apply_patches

%build
%make \
	CC="%{__cxx}" \
	OFLAGS="%{optflags}" \
	LFLAGS="%{ldflags} -L%{_libdir} -lX11 -lXext -lXcursor -lXpm -lxcb -lXrender -lXfixes -lXau -lXdmcp" \
	INSTALLDIR=%{_gamesdatadir}/%{name}

%install
%makeinstall_std \
	BINDIR=%{_gamesbindir} \
	INSTALLDIR=%{_gamesdatadir}/%{name}

perl -pi -e "s/\r$//g" %{buildroot}%{_gamesdatadir}/%{name}/tanks.txt

# Fix icon in .desktop file
perl -pi -e "s/%{name}.png/%{name}/g" %{buildroot}%{_datadir}/applications/%{name}.desktop

# Icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/16x16/apps
mkdir -p %{buildroot}%{_iconsdir}/hicolor/32x32/apps

install -D -m 644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m 644 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png

%files
%doc Changelog README TODO
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.8-2
+ Revision: db8a4f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 290 |14cr|atari800-3.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Atari 800 Emulator
Name:		atari800
Version:	3.0.0
Release:	5
License:	GPLv2+
Group:		Emulators
Url:		http://atari800.atari.org/
Source0:	http://downloads.sourceforge.net/atari800/atari800-%{version}.tar.gz
Source1:	%{name}-chooser
Source2:	ATARI5200.ROM
Source3:	ATARIBAS.ROM
Source4:	ATARIOSA.ROM
Source5:	ATARIOSB.ROM
Source6:	ATARIXL.ROM
Patch0:		atari800-3.0.0-cfg.patch
BuildRequires:	librsvg
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)

%description
This is Atari 800, 800XL, 130XE and 5200 emulator.

#----------------------------------------------------------------------------

%package common
Summary:	Atari 800 Emulator - common files for all versions
License:	GPLv2+
Group:		Emulators
Suggests:	%{name}-roms

%description common
This is Atari 800, 800XL, 130XE and 5200 emulator.

This package contains common files for ncurses, SDL and X11 versions
of Atari800.

%files common
%doc DOC/{BUGS,CREDITS,ChangeLog,FAQ,NEWS,README,TODO,USAGE,*.txt} README.1ST
%{_bindir}/%{name}
%{_sysconfdir}/%{name}.cfg
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%package roms
Summary:	Atari 800 Emulator - ROM files
License:	Freeware
Group:		Emulators

%description roms
This is Atari 800, 800XL, 130XE and 5200 emulator.

This package contains ROM files.

Notes: Darek Mihocka got the permission from Atari corp. to distribute
the images of Atari 800XL's OS and BASIC ROMs. Package that contains these
ROM images is free now.

%files roms
%{_datadir}/%{name}/*.ROM

#----------------------------------------------------------------------------

%package x11
Summary:	Atari 800 Emulator - X Window version
License:	GPLv2+
Group:		Emulators
Requires:	%{name}-common = %{EVRD}

%description x11
This is Atari 800, 800XL, 130XE and 5200 emulator.

This package contains Atari800 executable file configured for X11 with
sound and joystick support.

%files x11
%{_bindir}/atari800-x11

#----------------------------------------------------------------------------

%package sdl
Summary:	Atari 800 Emulator - SDL version
License:	GPLv2+
Group:		Emulators
Requires:	%{name}-common = %{EVRD}

%description sdl
This is Atari 800, 800XL, 130XE and 5200 emulator.

This package contains Atari800 executable file configured for SDL with
sound and joystick support.

%files sdl
%{_bindir}/atari800-sdl

#----------------------------------------------------------------------------

%package ncurses
Summary:	Atari 800 Emulator - Ncurses version
License:	GPLv2+
Group:		Emulators
Requires:	%{name}-common = %{EVRD}

%description ncurses
This is Atari 800, 800XL, 130XE and 5200 emulator.

This package contains Atari800 executable file configured for Ncurses 
support.

%files ncurses
%{_bindir}/atari800-ncurses

#----------------------------------------------------------------------------

%prep
%setup -q
find ./src -type f -name "*.[chi]*" -exec chmod 644 '{}' +
%patch0 -p1

%build
cd src
aclocal
autoconf

%configure --target=default --with-video=sdl --with-sound=sdl
%make
mv -f atari800 atari800-sdl
make clean

%configure --target=shm
%make
mv -f atari800 atari800-x11
make clean

%configure --target=default --with-video=ncurses
%make
mv -f atari800 atari800-ncurses

%install
mkdir -p %{buildroot}%{_bindir}
install src/atari800-x11 %{buildroot}%{_bindir}
install src/atari800-sdl %{buildroot}%{_bindir}
install src/atari800-ncurses %{buildroot}%{_bindir}
install %{SOURCE1} %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_mandir}/man1
install src/atari800.man %{buildroot}%{_mandir}/man1/%{name}.1

mkdir -p %{buildroot}%{_datadir}/%{name}
install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/%{name}/ATARI5200.ROM
install -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/%{name}/ATARIBAS.ROM
install -m 0644 %{SOURCE4} %{buildroot}%{_datadir}/%{name}/ATARIOSA.ROM
install -m 0644 %{SOURCE5} %{buildroot}%{_datadir}/%{name}/ATARIOSB.ROM
install -m 0644 %{SOURCE6} %{buildroot}%{_datadir}/%{name}/ATARIXL.ROM

mkdir -p %{buildroot}%{_sysconfdir}/
install src/dc/%{name}.cfg %{buildroot}%{_sysconfdir}/%{name}.cfg

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=Atari800
Name[ru]=Atari800
Comment=An emulator of 8-bit Atari personal computers.
Comment[ru]=Эмулятор 8-bit компьютера Atari
Icon=%{name}
Exec=%{name}
Categories=Game;Emulator;
EOF

# Install icons of various sizes
for s in 256 128 96 48 32 22 16 ; do
mkdir -p %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps
rsvg-convert -w ${s} -h ${s} \
    data/atari2.svg -o \
    %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/%{name}.png
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-5
+ Revision: 2e46910
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 291 |14cr|aterm-1.0.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An rxvt-based terminal emulator for X11
Name:		aterm
Version:	1.0.1
Release:	11
License:	GPLv2+
Group:		Terminals
Url:		http://aterm.sourceforge.net
Source0:	ftp://ftp.afterstep.org/apps/aterm/%{name}-%{version}.tar.bz2
Patch0:		aterm-1.0.1-no-strip.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)

%description
Aterm is a colour vt102 terminal emulator based on rxvt 2.4.8 intended as an 
xterm replacement for users who do not require features such as Tektronix 4014 
emulation and toolkit style configurability

%files
%doc ChangeLog doc/README.* %{name}.lsm README.configure
%doc doc/FAQ doc/ChangeLog.rxvt
%{_bindir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--enable-fading \
	--enable-background-image
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=An rxvt-based terminal emulator for X11
Exec=%{name} -name Terminal
Icon=%{name}
Terminal=false
Type=Application
Categories=TerminalEmulator;System;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-11
+ Revision: 289036e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 292 |14cr|atftp-0.7-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced Trivial File Transfer Protocol (TFTP) client
Name:		atftp
Version:	0.7
Release:	11
License:	GPLv2+
Group:		System/Servers
Url:		http://ftp.de.debian.org/debian/pool/main/a/atftp/
Source0:	%{name}-%{version}.tar.gz
Source1:	atftpd.init.d
Source2:	atftpd.sysconfig
Source3:	atftpd.logrotate
Patch1:		atftp-0.7-inlines.patch
Patch2:		atftp-0.7.diff
Patch3:		atftp-CLK_TCK.diff
Patch4:		atftp-0.7_compiler_warnings.patch
Patch5:		atftp-0.7_thread_crash.patch
Patch6:		atftp-0.7_sol_ip.patch
BuildRequires:	readline-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(ncurses)
Requires(pre):	rpm-helper
Provides:	tftp = %{EVRD}

%description
atftp is an advanced client implementation of the TFTP protocol that implements
RFCs 1350, 2090, 2347, 2348, and 2349. The server is multi-threaded and the
client presents a friendly interface using libreadline. The current server
implementation lacks IPv6 support.

%files
%defattr(-, root, root, 0755)
%doc BUGS Changelog FAQ INSTALL LICENSE README* TODO
%doc %{_mandir}/man1/atftp.*
%{_bindir}/atftp

#----------------------------------------------------------------------------

%package server
Summary:	Advanced Trivial File Transfer Protocol (TFTP) server
Group:		System/Servers
Requires:	binutils
Requires:	gawk
Requires:	logrotate
Requires:	tcp_wrappers
Requires(pre):	rpm-helper
Conflicts:	tftp-server

%description server
atftpd is an advanced server implementation of the TFTP
protocol that implements RFCs 1350, 2090, 2347, 2348, and 2349.
The server is multi-threaded and the client presents a friendly
interface using libreadline. The current server implementation
lacks IPv6 support.

%files server
%defattr(-, root, root, 0755)
%doc docs/*
%attr(0755,root,root) %{_initrddir}/atftpd
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/xinetd.d/tftp
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/atftpd
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/atftpd
%dir %{_localstatedir}/lib/tftpboot
%dir %attr(0755,nobody,nogroup) %{_var}/run/atftpd
%dir %attr(0755,nobody,nogroup) %{_logdir}/atftpd
%{_sbindir}/atftpd
%{_sbindir}/in.tftpd
%attr(0644,nobody,nogroup) %{_logdir}/atftpd/atftpd.log
%{_mandir}/man8/atftpd.*
%{_mandir}/man8/in.tftpd.*

%post server
%_post_service atftpd

%preun server
%_preun_service atftpd

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1
%patch2
%patch3
%patch4
%patch5
%patch6

### FIXME: Change location of pcre.h to pcre/pcre.h (Please fix upstream)
if [ -r %{_includedir}/pcre/pcre.h ]; then
    perl -pi.orig -e 's|\bpcre.h\b|pcre/pcre.h|' configure tftpd_pcre.h
fi

cat <<EOF >tftp.xinetd
# default: off
# description: The tftp server serves files using the trivial file transfer protocol. The tftp protocol is often used to boot diskless workstations, download configuration files to network-aware printers, and to start the installation process for some operating systems.
service tftp
{
	disable	= yes
	socket_type		= dgram
	protocol		= udp
	wait			= yes
	user			= root
	server			= %{_sbindir}/in.tftpd
# multicast config
#	server_args		= --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --maxthread 1000 --verbose=5 %{_localstatedir}/lib/tftpboot
	server_args		= %{_localstatedir}/lib/tftpboot
	per_source		= 11
	cps			= 100 2
	flags			= IPv4
}
EOF

%build
autoreconf -fi

%configure \
	--disable-dependency-tracking \
	--enable-libreadline \
	--enable-libwrap \
	--enable-libpcre \
	--enable-mtftp
%serverbuild

%install
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_logdir}/atftpd
install -d %{buildroot}%{_var}/run/atftpd

%makeinstall

install -Dp -m 0755 %{SOURCE1} %{buildroot}/%{_initrddir}/atftpd
install -Dp -m 0644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/sysconfig/atftpd
install -Dp -m 0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/logrotate.d/atftpd

install -d %{buildroot}/%{_localstatedir}/lib/tftpboot/
install -Dp -m0644 tftp.xinetd %{buildroot}%{_sysconfdir}/xinetd.d/tftp
touch %{buildroot}%{_logdir}/atftpd/atftpd.log


%changelog
* Sat Aug 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7-11
+ Revision: 8e0c270
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 293 |14cr|atlas-3.8.4-5.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Based on fedora package:
# http://pkgs.fedoraproject.org/gitweb/?p=atlas.git;a=tree

%bcond_with		custom_atlas

%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

# Keep these libraries private because they are not in %%{_libdir}
%if %{_use_internal_dependency_generator}
%define __noautoprov 'libatlas\\.so\\.(.*)|libcblas\\.so\\.(.*)|libclapack\\.so\\.(.*)|libf77blas\\.so\\.(.*)|liblapack\\.so\\.(.*)|libptcblas\\.so\\.(.*)|libptf77blas\\.so\\.(.*)'
%define __noautoreq 'libatlas\\.so\\.(.*)|libcblas\\.so\\.(.*)|libclapack\\.so\\.(.*)|libf77blas\\.so\\.(.*)|liblapack\\.so\\.(.*)|libptcblas\\.so\\.(.*)|libptf77blas\\.so\\.(.*)'
%endif

%define major		3
%define libatlas	libatlas
%define libname		%mklibname %{name} %{major}

Name:		atlas
Version:	3.8.4
Release:	5.2
Summary:	Automatically Tuned Linear Algebra Software
Group:		Sciences/Mathematics
License:	BSD
URL:		http://math-atlas.sourceforge.net/
Source0:	http://downloads.sourceforge.net/math-atlas/atlas%{version}.tar.bz2
Source1:	http://math-atlas.sourceforge.net/errata.html
Source2:	http://math-atlas.sourceforge.net/faq.html
Source3:	http://www.cs.utsa.edu/~whaley/papers.html
Source4:	Makefile
Source5:	README.mandriva

Patch0:		atlas-fedora_shared.patch

Conflicts:	%{libname}-custom < %{version}-%{release}
Conflicts:	%{libatlas}-custom-devel < %{version}-%{release}
%ifarch %{ix86}
Conflicts:	%{libname}-sse < %{version}-%{release}
Conflicts:	%{libatlas}-sse-devel < %{version}-%{release}
%endif
%ifarch %{ix86} x86_64
Conflicts:	%{libname}-sse2 < %{version}-%{release}
Conflicts:	%{libatlas}-sse2-devel < %{version}-%{release}
Conflicts:	%{libname}-sse3 < %{version}-%{release}
Conflicts:	%{libatlas}-sse3-devel < %{version}-%{release}
%endif
%ifnarch %{ix86} x86_64
Conflicts:	%{libname}-%{_arch} < %{version}-%{release}
Conflicts:	%{libatlas}-%{_arch}-devel < %{version}-%{release}
%endif

Requires(post):	update-alternatives
Requires(postun): update-alternatives

Requires:	gcc-gfortran lapack-devel make
BuildRequires:	gcc-gfortran
# ensure it has a pic liblapack.a
BuildRequires:	lapack-devel > 3.3.1-1

%description
The ATLAS (Automatically Tuned Linear Algebra Software) project is an
ongoing research effort focusing on applying empirical techniques in
order to provide portable performance. At present, it provides C and
Fortran77 interfaces to a portably efficient BLAS implementation, as
well as a few routines from LAPACK.

The performance improvements in ATLAS are obtained largely via
compile-time optimizations and tend to be specific to a given hardware
configuration.

########################################################################
%if %{with custom_atlas}
%define types	custom
%define mode	%(gcc -dumpmachine | perl -e '$_ = <>; if (/^i.86-/) { print 32; } elsif (/[^-]+64-/) { print 64; } else { print 32; }')
%package	-n %{libname}-custom
Summary:	Custom ATLAS libraries
Group:		Development/Other
Conflicts:	%{libatlas}-custom-devel < %{version}-%{release}
%ifarch %{ix86}
Conflicts:	%{libname}-sse < %{version}-%{release}
Conflicts:	%{libatlas}-sse-devel < %{version}-%{release}
%endif
%ifarch %{ix86} x86_64
Conflicts:	%{libname}-sse2 < %{version}-%{release}
Conflicts:	%{libatlas}-sse2-devel < %{version}-%{release}
Conflicts:	%{libname}-sse3 < %{version}-%{release}
Conflicts:	%{libatlas}-sse3-devel < %{version}-%{release}
%endif
%ifnarch %{ix86} x86_64
Conflicts:	%{libname}-%{_arch} < %{version}-%{release}
Conflicts:	%{libatlas}-%{_arch}-devel < %{version}-%{release}
%endif
Conflicts:	atlas < %{version}-%{release}
Requires(post):	update-alternatives
Requires(postun): update-alternatives

%description	-n %{libname}-custom
This package contains the ATLAS (Automatically Tuned Linear Algebra
Software) libraries compiled with custom optimizations.

%posttrans	-n %{libname}-custom
update-alternatives							\
    --install %{_libdir}/atlas atlas %{_libdir}/atlas-custom 4		\
    --slave %{_sysconfdir}/ld.so.conf.d/atlas.conf atlas-conf %{_libdir}/atlas-custom/atlas.conf
/sbin/ldconfig

%postun		-n %{libname}-custom
if [ $1 -eq 0 ]; then
    update-alternatives --remove atlas %{_libdir}/atlas-custom
    /sbin/ldconfig
fi

%files		-n %{libname}-custom
%dir %{_libdir}/atlas-custom
%{_libdir}/atlas-custom/*.so.*
%{_libdir}/atlas-custom/atlas.conf

%package	-n %{libatlas}-custom-devel
Summary:	Custom development files for ATLAS
Group:		Development/Other
Requires:	%{libname}-custom = %{version}-%{release}
Requires(post):	update-alternatives
Requires(postun): update-alternatives

%description	-n %{libatlas}-custom-devel
This package contains headers and development libraries of ATLAS
(Automatically Tuned Linear Algebra Software) compiled with custom
optimizations.

%posttrans	-n %{libatlas}-custom-devel
update-alternatives							\
    --install %{_includedir}/atlas atlas-devel %{_includedir}/atlas-custom 4 \
    --slave %{_includedir}/cblas.h cblas.h %{_includedir}/atlas-custom/cblas.h \
    --slave %{_includedir}/clapack.h clapack.h %{_includedir}/atlas-custom/clapack.h
/sbin/ldconfig

%postun		-n %{libatlas}-custom-devel
if [ $1 -eq 0 ]; then
    update-alternatives --remove atlas-devel %{_includedir}/atlas-custom
    /sbin/ldconfig
fi

%files		-n %{libatlas}-custom-devel
%doc doc/*
%{_libdir}/atlas-custom/*.a
%{_libdir}/atlas-custom/*.so
%{_includedir}/atlas-custom/

########################################################################
# with custom_atlas
%else

  %define mode		32
  %define types		%{_arch}
  %ifarch %{ix86}
    %define types	sse sse2 sse3
  %else
    %ifarch x86_64
      %define types	sse2 sse3
      %define mode	64
    %else
      %ifarch ppc64
        %define mode	64
      %endif
    %endif
  %endif

#--#####################################################################
  %ifarch %{ix86}
#----###################################################################
%package	-n %{libname}-sse
Summary:	ATLAS libraries for SSE extensions (Pentium III)
Group:		System/Libraries
Obsoletes:	%mklibname %{name}3.0-sse
Obsoletes:	%mklibname %{name}3.0-3dnow
Obsoletes:	%mklibname %{name}%{major}-3dnow
Conflicts:	%{libname}-custom < %{version}-%{release}
Conflicts:	%{libatlas}-custom-devel < %{version}-%{release}
Conflicts:	%{libatlas}-sse-devel < %{version}-%{release}
Conflicts:	%{libname}-sse2 < %{version}-%{release}
Conflicts:	%{libatlas}-sse2-devel < %{version}-%{release}
Conflicts:	atlas < %{version}-%{release}
Requires(post):	update-alternatives
Requires(postun): update-alternatives

%description	-n %{libname}-sse
This package contains the ATLAS (Automatically Tuned Linear Algebra
Software) libraries compiled with SSE optimizations (Pentium III).
This is a generic binary package. Install the "%{name}" package
to build a version tuned for your computer.

%posttrans	-n %{libname}-sse
update-alternatives							\
    --install %{_libdir}/atlas atlas %{_libdir}/atlas-sse 1		\
    --slave %{_sysconfdir}/ld.so.conf.d/atlas.conf atlas-conf %{_libdir}/atlas-sse/atlas.conf
/sbin/ldconfig

%postun		-n %{libname}-sse
if [ $1 -eq 0 ]; then
    update-alternatives --remove atlas %{_libdir}/atlas-sse
    /sbin/ldconfig
fi

%files		-n %{libname}-sse
%dir %{_libdir}/atlas-sse
%{_libdir}/atlas-sse/*.so.*
%{_libdir}/atlas-sse/atlas.conf

#------#################################################################
%package	-n %{libatlas}-sse-devel
Summary:	Development files for ATLAS SSE (Pentium III)
Group:		Development/Other
Requires:	%{libname}-sse = %{version}-%{release}
Obsoletes:	%mklibname -d %{name}3.0-sse
Obsoletes:	%mklibname -d %{name}3.0-3dnow
Obsoletes:	%mklibname -d %{name}%{major}-3dnow
Requires(post):	update-alternatives
Requires(postun): update-alternatives

%description	-n %{libatlas}-sse-devel
This package contains headers and development libraries of ATLAS
(Automatically Tuned Linear Algebra Software) compiled with SSE
optimizations (Pentium III).

%posttrans	-n %{libatlas}-sse-devel
update-alternatives							\
    --install %{_includedir}/atlas atlas-devel %{_includedir}/atlas-sse 1 \
    --slave %{_includedir}/cblas.h cblas.h %{_includedir}/atlas-sse/cblas.h \
    --slave %{_includedir}/clapack.h clapack.h %{_includedir}/atlas-sse/clapack.h
/sbin/ldconfig

%postun		-n %{libatlas}-sse-devel
if [ $1 -eq 0 ]; then
    update-alternatives --remove atlas-devel %{_includedir}/atlas-sse
    /sbin/ldconfig
fi

%files		-n %{libatlas}-sse-devel
%doc doc/*
%{_libdir}/atlas-sse/*.a
%{_libdir}/atlas-sse/*.so
%{_includedir}/atlas-sse/

# ifarch ix86
  %endif

#--#####################################################################
  %ifarch %{ix86} x86_64
#----###################################################################
%package	-n %{libname}-sse2
Summary:	ATLAS libraries for SSE2 extensions
Group:		System/Libraries
%ifarch %{ix86}
Obsoletes:	%mklibname %{name}3.0-sse2
%else
Obsoletes:	%{libname}-x86_64
%endif
Provides:	%{libatlas} = %{version}-%{release}
Conflicts:	%{libname}-custom < %{version}-%{release}
Conflicts:	%{libatlas}-custom-devel < %{version}-%{release}
%ifnarch x86_64
Conflicts:	%{libname}-sse < %{version}-%{release}
Conflicts:	%{libatlas}-sse-devel < %{version}-%{release}
%endif
Conflicts:	%{libatlas}-sse2-devel < %{version}-%{release}
Conflicts:	%{libname}-sse3 < %{version}-%{release}
Conflicts:	%{libatlas}-sse3-devel < %{version}-%{release}
Conflicts:	atlas < %{version}-%{release}
Requires(post):	update-alternatives
Requires(postun): update-alternatives

%description	-n %{libname}-sse2
This package contains the ATLAS (Automatically Tuned Linear Algebra
Software) libraries compiled with SSE2 optimizations.
This is a generic binary package. Install the "%{name}" package
to build a version tuned for your computer.

%posttrans	-n %{libname}-sse2
update-alternatives							\
    --install %{_libdir}/atlas atlas %{_libdir}/atlas-sse2 2		\
    --slave %{_sysconfdir}/ld.so.conf.d/atlas.conf atlas-conf %{_libdir}/atlas-sse2/atlas.conf
/sbin/ldconfig

%postun		-n %{libname}-sse2
if [ $1 -eq 0 ]; then
    update-alternatives --remove atlas %{_libdir}/atlas-sse2
    /sbin/ldconfig
fi

%files		-n %{libname}-sse2
%dir %{_libdir}/atlas-sse2
%{_libdir}/atlas-sse2/*.so.*
%{_libdir}/atlas-sse2/atlas.conf

#------#################################################################
%package	-n %{libatlas}-sse2-devel
Summary:	Development files for ATLAS SSE2
Group:		Development/Other
Requires:	%{libname}-sse2 = %{version}-%{release}
Provides:	%{libatlas}-devel = %{version}-%{release}
%ifarch x86_64
Obsoletes:	%{libatlas}-x86_64-devel
%endif
Requires(post):	update-alternatives
Requires(postun): update-alternatives

%description	-n %{libatlas}-sse2-devel
This package contains headers and development libraries of ATLAS
(Automatically Tuned Linear Algebra Software) compiled with SSE2
optimizations.

%posttrans	-n %{libatlas}-sse2-devel
update-alternatives							\
    --install %{_includedir}/atlas atlas-devel %{_includedir}/atlas-sse2 2 \
    --slave %{_includedir}/cblas.h cblas.h %{_includedir}/atlas-sse2/cblas.h \
    --slave %{_includedir}/clapack.h clapack.h %{_includedir}/atlas-sse2/clapack.h
    /sbin/ldconfig

%postun		-n %{libatlas}-sse2-devel
if [ $1 -eq 0 ]; then
    update-alternatives --remove atlas-devel %{_includedir}/atlas-sse2
    /sbin/ldconfig
fi

%files		-n %{libatlas}-sse2-devel
%doc doc/*
%{_libdir}/atlas-sse2/*.a
%{_libdir}/atlas-sse2/*.so
%{_includedir}/atlas-sse2/

#----###################################################################
%package	-n %{libname}-sse3
Summary:	ATLAS libraries for SSE3 extensions
Group:		System/Libraries
Provides:	%{libatlas} = %{version}-%{release}
%ifarch x86_64
Obsoletes:	%{libname}-x86_64
%endif
Conflicts:	%{libname}-custom < %{version}-%{release}
Conflicts:	%{libatlas}-custom-devel < %{version}-%{release}
%ifnarch x86_64
Conflicts:	%{libname}-sse < %{version}-%{release}
Conflicts:	%{libatlas}-sse-devel < %{version}-%{release}
%endif
Conflicts:	%{libname}-sse2 < %{version}-%{release}
Conflicts:	%{libatlas}-sse2-devel < %{version}-%{release}
Conflicts:	atlas < %{version}-%{release}
Conflicts:	%{libatlas}-sse3-devel < %{version}-%{release}
Conflicts:	atlas < %{version}-%{release}
Requires(post):	update-alternatives
Requires(postun): update-alternatives

%description	-n %{libname}-sse3
This package contains the ATLAS (Automatically Tuned Linear Algebra
Software) libraries compiled with SS3 optimizations.
This is a generic binary package. Install the "%{name}" package
to build a version tuned for your computer.

%posttrans	-n %{libname}-sse3
update-alternatives							\
    --install %{_libdir}/atlas atlas %{_libdir}/atlas-sse3 3		\
    --slave %{_sysconfdir}/ld.so.conf.d/atlas.conf atlas-conf %{_libdir}/atlas-sse3/atlas.conf
/sbin/ldconfig

%postun		-n %{libname}-sse3
if [ $1 -eq 0 ]; then
    update-alternatives --remove atlas %{_libdir}/atlas-sse3
    /sbin/ldconfig
fi

%files		-n %{libname}-sse3
%dir %{_libdir}/atlas-sse3
%{_libdir}/atlas-sse3/*.so.*
%{_libdir}/atlas-sse3/atlas.conf

#------#################################################################
%package	-n %{libatlas}-sse3-devel
Summary:	Development files for ATLAS SSE3
Group:		Development/Other
%ifarch x86_64
Obsoletes:	%{libatlas}-x86_64-devel
%endif
Requires:	%{libname}-sse3 = %{version}-%{release}
Provides:	%{libatlas}-devel = %{version}-%{release}
Requires(post):	update-alternatives
Requires(postun): update-alternatives

%description	-n %{libatlas}-sse3-devel
This package contains headers and development libraries of ATLAS
(Automatically Tuned Linear Algebra Software) compiled with SSE3
optimizations.

%posttrans	-n %{libatlas}-sse3-devel
update-alternatives							\
    --install %{_includedir}/atlas atlas-devel %{_includedir}/atlas-sse3 3 \
    --slave %{_includedir}/cblas.h cblas.h %{_includedir}/atlas-sse3/cblas.h \
    --slave %{_includedir}/clapack.h clapack.h %{_includedir}/atlas-sse3/clapack.h

%postun		-n %{libatlas}-sse3-devel
if [ $1 -eq 0 ]; then
    update-alternatives --remove atlas-devel %{_includedir}/atlas-sse3
fi

%files		-n %{libatlas}-sse3-devel
%doc doc/*
%{_libdir}/atlas-sse3/*.so
%{_libdir}/atlas-sse3/*.a
%{_includedir}/atlas-sse3/

# ifarch ix86 x86_64
  %endif

#--#####################################################################
  %ifnarch %{ix86} x86_64
#----###################################################################
%package	-n %{libname}-%{_arch}
Summary:	ATLAS libraries for %{_arch}
Group:		System/Libraries
Provides:	%{libatlas} = %{version}-%{release}
Conflicts:	%{libname}-custom < %{version}-%{release}
Conflicts:	%{libatlas}-custom-devel < %{version}-%{release}
Conflicts:	%{libatlas}-%{_arch}-devel < %{version}-%{release}
Conflicts:	atlas < %{version}-%{release}
Requires(post):	update-alternatives
Requires(postun): update-alternatives

%description	-n %{libname}-%{_arch}
This package contains the ATLAS (Automatically Tuned Linear Algebra
Software) libraries compiled with %{_arch} optimizations.
This is a generic binary package. Install the "%{name}" package
to build a version tuned for your computer.

%posttrans	-n %{libname}-%{_arch}
update-alternatives							\
    --install %{_libdir}/atlas atlas %{_libdir}/atlas-%{_arch} 2	\
    --slave %{_sysconfdir}/ld.so.conf.d/atlas.conf atlas-conf %{_libdir}/atlas-%{_arch}/atlas.conf
/sbin/ldconfig

%postun		-n %{libname}-%{_arch}
if [ $1 -eq 0 ]; then
    update-alternatives --remove atlas %{_libdir}/atlas-%{_arch}
/sbin/ldconfig
fi

%files		-n %{libname}-%{_arch}
%dir %{_libdir}/atlas
%{_libdir}/atlas-%{_arch}/*.so.*
%{_libdir}/atlas-%{_arch}/atlas.conf

#------#################################################################
%package	-n %{libatlas}-%{_arch}-devel
Summary:	Development files for ATLAS for %{_arch}
Group:		Development/Other
Requires:	%{libname}-%{_arch} = %{version}-%{release}
Provides:	%{libatlas}-devel = %{version}-%{release}
Requires(post):	update-alternatives
Requires(postun): update-alternatives

%description	-n %{libatlas}-%{_arch}-devel
This package contains headers and development libraries of ATLAS
(Automatically Tuned Linear Algebra Software) compiled with %{_arch}
optimizations.

%posttrans	-n %{libatlas}-%{_arch}-devel
update-alternatives							\
    --install %{_includedir}/atlas atlas-devel %{_includedir}/atlas-%{_arch} 2 \
    --slave %{_includedir}/cblas.h cblas.h %{_includedir}/atlas-%{_arch}/cblas.h \
    --slave %{_includedir}/clapack.h clapack.h %{_includedir}/atlas-%{_arch}/clapack.h
/sbin/ldconfig

%postun		-n %{libatlas}-%{_arch}-devel
if [ $1 -eq 0 ]; then
    update-alternatives --remove atlas-devel %{_includedir}/atlas-%{_arch}
    /sbin/ldconfig
fi

%files		-n %{libatlas}-%{_arch}-devel
%doc doc/*
%{_libdir}/atlas-%{_arch}/*.a
%{_libdir}/atlas-%{_arch}/*.so
%{_includedir}/atlas-%{_arch}/

# ifnarch ix86 x86_64
  %endif
# with custom_atlas
%endif

########################################################################
%prep
%setup -q -n ATLAS

%patch0 -p0 -b .shared

cp %{SOURCE1} %{SOURCE2} %{SOURCE3} doc

mkdir temp
pushd temp
    ar x %{_libdir}/liblapack.a
    rm -f cgesv.f.o cgetrf.o cgetrf.f.o cgetri.o cgetri.f.o		\
	  cgetrs.o cgetrs.f.o clauum.o clauum.f.o cposv.o cposv.f.o	\
	  cpotrf.o cpotrf.f.o cpotri.o cpotri.f.o cpotrs.o cpotrs.f.o	\
	  ctrtri.o ctrtri.f.o dgesv.o dgesv.f.o dgetrf.o dgetrf.f.o	\
	  dgetri.o dgetri.f.o dgetrs.o dgetrs.f.o dlauum.o dlauum.f.o	\
	  dposv.o dposv.f.o dpotrf.o dpotrf.f.o dpotri.o dpotri.f.o	\
	  dpotrs.o dpotrs.f.o dtrtri.o dtrtri.f.o ieeeck.o ieeeck.f.o	\
	  ilaenv.o ilaenv.f.o sgesv.o sgesv.f.o sgetrf.o sgetrf.f.o	\
	  sgetri.o sgetri.f.o sgetrs.o sgetrs.f.o slauum.o slauum.f.o	\
	  sposv.o sposv.f.o spotrf.o spotrf.f.o spotri.o spotri.f.o	\
	  spotrs.o spotrs.f.o strtri.o strtri.f.o zgesv.o zgesv.f.o	\
	  zgetrf.o zgetrf.f.o zgetri.o  zgetri.f.o zgetrs.o zgetrs.f.o	\
	  zlauum.o zlauum.f.o zposv.o zposv.f.o zpotrf.o zpotrf.f.o	\
	  zpotri.o zpotri.f.o zpotrs.o zpotrs.f.o ztrtri.o ztrtri.f.o
    ar q ../liblapack.a *.o
popd
rm -fr temp

%build
for type in %{types}; do
    case $type in
	%{_arch})	libname=%{name}		;;
	*)		libname=%{name}-$type	;;
    esac
    rm -fr %{_arch}_${type}
    mkdir -p %{_arch}_${type}
    pushd %{_arch}_${type}
	../configure -b %{mode} -D c -DWALL -Fa alg			\
	    '-Wa,--noexecstack -fPIC'					\
	    -Ss f77lib `gfortran --print-file-name=libgfortran.so`	\
	    -Si cputhrchk 0 \
	    --prefix=%{buildroot}%{_prefix}				\
	    --incdir=%{buildroot}%{_includedir}				\
	    --libdir=%{buildroot}%{_libdir}/${libname}			\
	    --with-netlib-lapack=%{_builddir}/ATLAS/liblapack.a
	if [ "$type" = "sse" ]; then
		sed -i 's#ARCH =.*#ARCH = PIII32SSE1#' Make.inc
		sed -i 's#-DATL_SSE3 -DATL_SSE2##' Make.inc 
	elif [ "$type" = "sse2" ]; then
%ifarch %{ix86}
		sed -i 's#ARCH =.*#ARCH = P432SSE2#' Make.inc
		sed -i 's#-DATL_SSE3##' Make.inc 
		sed -i 's#-msse3#-msse2#' Make.inc
%endif
%ifarch x86_64
		sed -i 's#ARCH =.*#ARCH = HAMMER64SSE2#' Make.inc
		sed -i 's#-DATL_SSE3##' Make.inc 
		sed -i 's#-msse3#-msse2#' Make.inc
%endif
	elif [ "$type" = "sse3" ]; then
%ifarch %{ix86}
		sed -i 's#ARCH =.*#ARCH = P4E32SSE3#' Make.inc
%endif
%ifarch x86_64
		sed -i 's#ARCH =.*#ARCH = HAMMER64SSE3#' Make.inc
%endif
	fi
	sed -i 's#-melf_i386##' Make.inc
	sed -i 's#-melf_x86_64##' Make.inc
	make build
	cd lib
	make shared
	make ptshared
    popd
done

%install
for type in %{types}; do
    dirname=%{name}-$type
    pushd %{_arch}_${type}
	make DESTDIR=%{buildroot} install || :
	mkdir -p %{buildroot}%{_libdir}/${dirname}
	cp -pr lib/*.so* %{buildroot}%{_libdir}/${dirname}/
	mv %{buildroot}%{_includedir}/atlas %{buildroot}%{_includedir}/${dirname}
	mv %{buildroot}%{_includedir}/*.h %{buildroot}%{_includedir}/${dirname}
    popd
    echo "%{_libdir}/${dirname}"					\
	> %{buildroot}%{_libdir}/${dirname}/atlas.conf
done

mkdir -p %{buildroot}%{_libdir}/%{name}-source
mkdir -p %{buildroot}%{_includedir}/%{name}-source
mkdir -p %{buildroot}%{_usrsrc}
tar jxf %{SOURCE0} -C %{buildroot}%{_usrsrc}
pushd %{buildroot}%{_usrsrc}/ATLAS
    patch -p0 < %{PATCH0}
popd

install -D %{SOURCE4} %{buildroot}%{_usrsrc}/ATLAS/Makefile
perl -pi -e 's|\@\@LIBDIR\@\@|%{_libdir}|g;'				\
	 -e 's|\@\@ARCH\@\@|%{_arch}|g;'				\
	 -e 's|\@\@MODE\@\@|%{mode}|g;'					\
	%{buildroot}%{_usrsrc}/ATLAS/Makefile

install -D %{SOURCE5} %{buildroot}%{_usrsrc}/ATLAS/README.mandriva
perl -pi -e 's|\@\@VERSION\@\@|%{version}|g;'				\
	 -e 's|\@\@RELEASE\@\@|%{release}|g;'				\
	 -e 's|\@\@ARCH\@\@|%{_arch}|g;'				\
	%{buildroot}%{_usrsrc}/ATLAS/README.mandriva

########################################################################
%post
echo "

  Please check %{_usrsrc}/ATLAS/README.mandriva for build instructions.

"

%files
%dir %{_usrsrc}/ATLAS
%{_usrsrc}/ATLAS/*
%dir %{_includedir}/%{name}-source
%dir %{_libdir}/%{name}-source
%doc doc/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.8.4-5.2
+ Revision: 46a73be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 294 |14cr|atomicparsley-0.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec is based on MIB work

%define		oname AtomicParsley

Name:		atomicparsley
Version:	0.9.0
Release:	2
Summary:	Command-Line Program to Read and Set iTunes-style Metadata Tags
License:	GPLv2
Group:		Sound
Url:		http://atomicparsley.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/atomicparsley/%{oname}-source-%{version}.zip
Patch1:		AtomicParsley-fix_bad_math.patch
BuildRequires:	libstdc++-devel
BuildRequires:	glibc-devel
BuildRequires:	unzip

%description
AtomicParsley is a lightweight command line program that can read and set
iTunes-style metadata tags in MPEG-4 files & 3gp assets in 3GPP/3GPP2 files. 

%prep
%setup -q -n %{oname}-source-%{version}
%patch1

%__sed -i '
s/g++/$CXX/g;
s/-g//g;
s/-O2/$OPTFLAGS/g;
' build

%__sed -i '1aset -e' build

%build
CXX="%__cxx" \
OPTFLAGS="%{optflags} -Wall -Wno-deprecated -fno-strict-aliasing" \
./build

%install
%__rm -rf %{buildroot}
%__install -D -m0755 %{oname} %{buildroot}%{_bindir}/%{name}

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-2
+ Revision: bd192d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 295 |14cr|atomix-2.14.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.14.0
%define release	8

Summary:		Mind game - build molecules out of single atoms
Name:		atomix
Version:		%{version}
Release:		%{release}
License:		GPLv2+
Group:		Games/Puzzles
URL:		http://triq.net/~jens/atomix.php
Source:		ftp://ftp.gnome.org/pub/gnome/sources/%{name}/%{name}-%{version}.tar.bz2
Source1:		atomix-zh_TW.po.bz2

BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	gettext
BuildRequires:	perl(XML::Parser)
BuildRequires:  imagemagick
BuildRequires:  desktop-file-utils
Requires(pre):	rpm-helper

%description
Atomix is a little mind game where you have to build molecules out of
single atoms. These are laying around between the walls and obstacles
on the playfield. Once you have pushed an atom in one direction it
moves until it hits an obstacle or another atom. It needs some thinking
how to construct complex molecules with this atom behaviour. The game
is inspired by the original Amiga version.

%prep
%setup -q

[ "%{version}" = "1.2.2a" ] && bzip2 -dc %{SOURCE1} > po/zh_TW.po

%build
export LDFLAGS="${LDFLAGS} -lm" 
%configure --bindir=%{_gamesbindir} --localstatedir=%{_localstatedir}/lib
# fix localization
sed  -i 's!^SOURCES = !&\n'"$(grep "^CATALOGS" po/Makefile.in)"'!' po/Makefile

%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std \
	bindir=%{_gamesbindir} \
	localstatedir=%{_localstatedir}/lib


desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="PuzzleGame" \
  --add-category="X-MandrivaLinux-MoreApplications-Games-Puzzles" \
  --add-category="Game" \
  --add-category="LogicGame" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}%{_miconsdir} \
         %{buildroot}%{_iconsdir} \
         %{buildroot}%{_liconsdir}
convert -geometry 16x16 atomix-icon.png %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 644       atomix-icon.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 48x48 atomix-icon.png %{buildroot}%{_liconsdir}/%{name}.png

%find_lang %{name}

%pre
%create_ghostfile %{_localstatedir}/lib/games/atomix.scores root games 0664


%files -f %{name}.lang
%doc README
%attr(2511, root, games) %{_gamesbindir}/atomix
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/gnome-2.0/ui/*.xml
%{_datadir}/pixmaps/*.png
%ghost %{_localstatedir}/lib/games/atomix.scores
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.14.0-8
+ Revision: fc00e4f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 296 |14cr|atool-0.39.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name atool
%define version 0.39.0
%define release 2

Summary:        A script for managing file archives of various types
Name:           %{name}
Group:		Archiving/Compression
Version:        %{version}
Release:        %{release}
Source:         http://savannah.nongnu.org/download/atool/%{name}-%{version}.tar.gz
Patch: atool-0.37.0-bash-completion.patch
URL:            http://www.nongnu.org/atool/
License:        GPLv2+
BuildRoot:      %{_tmppath}/%{name}-%{version}-root
BuildArch:	noarch
Requires:	perl

%description
atool is a script for managing file archives of various types (tar,
tar+gzip, zip, etc). The main command is probably 'aunpack' which
extracts files from an archive. It overcomes the dreaded "multiple
files in archive root" problem by first extracting to a unique
subdirectory, and then moving back the files if possible. aunpack
also prevents local files from being overwritten by mistake. Other
commands provided are apack (for creating archives), als (for listing
files in archives), and acat (for extracting files to stdout). 

%prep
%setup -q
%patch -p1 -b .bash-completion

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
install -m 644 -D extra/bash-completion-atool_0.1-1 %buildroot%_sysconfdir/bash_completion.d/atool

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%doc README ChangeLog NEWS TODO
%config(noreplace) %_sysconfdir/bash_completion.d/atool
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.39.0-2
+ Revision: 5aba80f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 297 |14cr|atop-2.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:      atop
Version:   2.0.2
Release:   2
Source0:   http://www.atoptool.nl/download/%{name}-%{version}.tar.gz
URL:       http://www.ATComputing.nl/atop
Summary:   AT Computing System and Process Monitor
License:   GPL
Group:     Text tools 
Buildrequires: pkgconfig(zlib) pkgconfig(ncurses)

%description
The program atop is an interactive monitor to view the load on
a Linux-system. It shows the occupation of the most critical
hardware-resources (from a performance point of view) on system-level,
i.e. cpu, memory, disk and network. It also shows which processes are
responsible for the indicated load (again cpu-, memory-, disk- and
network-load on process-level).
The program atop can also be used to log system- and process-level
information in raw format for long-term analysis.

The program atopsar can be used to view system-level statistics as
reports, similar to the program sar.

%prep
%setup -q
sed -i -e "s/CFLAGS  =/CFLAGS +=/" Makefile

%build
CFLAGS="%{optflags}" %make

%install
install -Dp -m 04711 atop 	  %{buildroot}%{_bindir}/atop
ln -s atop                        %{buildroot}%{_bindir}/atopsar
install -Dp -m 0644 man/atop.1 	  %{buildroot}%{_mandir}/man1/atop.1
install -Dp -m 0644 man/atopsar.1 %{buildroot}%{_mandir}/man1/atopsar.1
install -Dp -m 0755 atop.init 	  %{buildroot}%{_initrddir}/atop
install -Dp -m 0711 atop.daily	  %{buildroot}/etc/atop/atop.daily
install -Dp -m 0644 atop.cron 	  %{buildroot}/etc/cron.d/atop
install -Dp -m 0644 psaccs_atop	  %{buildroot}/etc/logrotate.d/psaccs_atop
install -Dp -m 0644 psaccu_atop	  %{buildroot}/etc/logrotate.d/psaccu_atop
install -d  -m 0755 		  %{buildroot}/var/log/atop

%post
%_post_service atop

# save today's logfile (format might be incompatible)
mv /var/log/atop/atop_`date +%Y%m%d` /var/log/atop/atop_`date +%Y%m%d`.save \
					2> /dev/null || :

# create dummy files to be rotated
touch /var/log/atop/dummy_before /var/log/atop/dummy_after

# activate daily logging for today
/etc/atop/atop.daily

%preun
%_preun_service atop

%files
%doc README COPYING README AUTHOR ChangeLog
%{_bindir}/atop
%{_bindir}/atopsar
%{_mandir}/man1/atop.1*
%{_mandir}/man1/atopsar.1*
%config %{_initrddir}/atop
%{_sysconfdir}/%{name}/atop.daily
%{_sysconfdir}/cron.d/atop
%{_sysconfdir}/logrotate.d/psaccs_atop
%{_sysconfdir}/logrotate.d/psaccu_atop
%dir /var/log/atop/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-2
+ Revision: 341a2e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 298 |14cr|atril-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname mate-document-viewer
%define build_dvi 1
%define build_impress 1
%define major 3
%define api 1.5.0
%define girname    %mklibname %{name}-gir %{api}
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}
%define liboname %mklibname %{oname} %{major}

Summary:        MATE Document viewer
Name:           atril
Version:        1.8.0
Release:        2
License:        GPLv2+
Url:            http://mate-desktop.org/
Group:          Graphical desktop/Other
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:         Check-for-NULL-in-synctex_backward_search.patch
Patch1:         atril-1.6.0-mga-Update-to-poppler-api-changes.patch
Patch2:         backends_-Fix-another-security-issue-in-the-dvi-backend.patch
Patch3:         backends_-Fix-several-security-issues-in-the-dvi-backend.patch

BuildRequires:  docbook-dtd412-xml
BuildRequires:  ghostscript
BuildRequires:  gtk-doc
BuildRequires:  intltool
BuildRequires:  mate-common
BuildRequires:  xsltproc
BuildRequires:  libtiff-devel
BuildRequires:	which
BuildRequires:	xml2po
BuildRequires:  pkgconfig(cairo)
BuildRequires:  pkgconfig(ddjvuapi)
BuildRequires:  pkgconfig(gail)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libcaja-extension)
BuildRequires:  pkgconfig(libsecret-1)
BuildRequires:  pkgconfig(libspectre)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(mate-doc-utils)
BuildRequires:  pkgconfig(mate-icon-theme)
BuildRequires:  pkgconfig(mate-keyring-1)
BuildRequires:  pkgconfig(poppler-glib)
BuildRequires:  pkgconfig(sm)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(libgxps)
#gw just like xdvi, needed for rendering the fonts
BuildRequires:  kpathsea-devel
BuildRequires:  djvulibre-devel
BuildRequires:  itstool
BuildRequires:  yelp-tools

Requires:      ghostscript
Requires:      ghostscript-module-X

%rename %{oname}

%description
Atril is the MATE Document viewer.

%package -n %{libname}
Group:   System/Libraries
Summary: MATE Document viewer library
Provides: %{liboname} = %{version}-%{release}

%description -n %{libname}
This is the MATE Document viewer library, the shared parts of %{name}.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{version}

%description -n %{girname}
GObject Introspection interface description for %{name}

%package -n %{develname}
Group:Development/C
Summary: MATE Document viewer library
Requires: %{libname} = %{version}
Provides: %{oname}-devel = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}

%description -n %{develname}
This is the MATE Document viewer library, the shared parts of %{name}.

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
   --with-pic                                                          \
   --disable-static                                                    \
   --disable-scrollkeeper                                              \
   --with-gtk=2.0                                                      \
   --enable-introspection                                              \
   --enable-gtk-doc                                                    \
   --enable-pdf                                                        \
   --enable-tiff                                                       \
   --enable-djvu                                                       \
   --enable-dvi                                                        \
   --enable-pixbuf                                                     \
   --enable-comics                                                     \
   --enable-dvi 						       \
%if %build_impress
   --enable-impress \
%endif
   --enable-xps  
# currently parallel builds are broken
# make
make LIBS='-lm -lz -lgmodule-2.0'

%install
%makeinstall_std

# remove of gsetting,convert file, no need for this in fedora
# because MATE starts with gsetting in fedora.
rm -f %{buildroot}%{_datadir}/MateConf/gsettings/atril.convert

%find_lang %{name} --with-gnome
cat %{name}.lang >> Atril.lang

%files -f Atril.lang
%doc README COPYING NEWS AUTHORS
%{_bindir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/atril.desktop
%{_datadir}/icons/hicolor/*/apps/atril.*
%{_libexecdir}/atril-convert-metadata
%{_libexecdir}/atrild
%{_datadir}/dbus-1/services/org.mate.atril.Daemon.service
%{_datadir}/glib-2.0/schemas/org.mate.Atril.gschema.xml
%{_datadir}/thumbnailers/atril.thumbnailer
# %{_datadir}/mate/help/atril/
%{_mandir}/man1/atril-*.1.*
%{_mandir}/man1/atril.1.*

%files -n %{libname}
%{_libdir}/libatrildocument.so.%{major}*
%{_libdir}/libatrilview.so.%{major}*
%{_libdir}/caja/extensions-2.0/libatril*so*
%dir %{_libdir}/%{name}/%{major}/
%dir %{_libdir}/%{name}/%{major}/backends
%{_libdir}/%{name}/%{major}/backends/lib*so*
%{_libdir}/%{name}/%{major}/backends/comicsdocument.%{name}-backend
%{_libdir}/%{name}/%{major}/backends/djvudocument.%{name}-backend
%{_libdir}/%{name}/%{major}/backends/xpsdocument.%{name}-backend
%{_libdir}/atril/%{major}/backends/dvidocument.%{name}-backend
%{_libdir}/%{name}/%{major}/backends/pdfdocument.%{name}-backend
%{_libdir}/%{name}/%{major}/backends/pixbufdocument.%{name}-backend
%{_libdir}/%{name}/%{major}/backends/psdocument.%{name}-backend
%{_libdir}/%{name}/%{major}/backends/tiffdocument.%{name}-backend

%files -n %{girname}
%{_libdir}/girepository-1.0/AtrilDocument-%{api}.typelib
%{_libdir}/girepository-1.0/AtrilView-%{api}.typelib

%files -n %{develname}
%doc ChangeLog
%{_datadir}/gtk-doc/html/atril
%{_datadir}/gtk-doc/html/libatrildocument-%{api}
%{_datadir}/gtk-doc/html/libatrilview-%{api}
%{_libdir}/libatrildocument.so
%{_libdir}/libatrilview.so
%{_libdir}/pkgconfig/atril*pc
%{_includedir}/atril*
%{_datadir}/gir-1.0/AtrilDocument-%{api}.gir
%{_datadir}/gir-1.0/AtrilView-%{api}.gir


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 76aa0c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 299 |14cr|aubio-0.3.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	A library for audio labelling
Name:		aubio
Version:	0.3.2
Release:	9
License:	GPLv2+
Group:		Sound
Url:		http://aubio.org/
Source0:	http://aubio.org/pub/%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.3.2-format_not_a_string_literal_and_no_format_arguments.patch
Patch1:		aubio-0.3.2-fix-link.patch
Patch2:		aubio-linking.patch
Patch3:		aubio-numarray-gnuplot.patch
BuildRequires:	swig
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(lash-1.0)
BuildRequires:	pd-devel
BuildRequires:	docbook-to-man
Requires:	%{libname} = %{version}-%{release}

%description
A library for audio labelling. Its features include segmenting 
a sound file before each of its attacks, performing pitch 
detection, tapping the beat and producing midi streams from 
live audio. The name aubio comes from 'audio' with a typo: 
several transcription errors are likely to be found in the 
results too.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n %{libname}
Main library for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files and headers for %{name}.

%package -n python-%{name}
Summary:	Python bindings for %{name}
Group:		Development/Python
Requires:	%{libname} = %{version}-%{release}
BuildRequires: python-devel

%description -n python-%{name}
Python bindings for %{name}.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1
%patch3 -p1

%build
%define _disable_ld_no_undefined 1
export CPPFLAGS="%{optflags} -I%{_includedir}/pd"
%configure2_5x --disable-static

%make

%install
%makeinstall_std

%ifarch x86_64
mv -f %{buildroot}%{_prefix}/lib/pd %{buildroot}%{_libdir}/pd
%endif

%files
%doc AUTHORS README THANKS TODO
%{_bindir}/*
%{_datadir}/sounds/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*
%{_libdir}/pd

%files -n %{develname}
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files -n python-%{name}
%{python_sitelib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-9
+ Revision: 2b13de3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 300 |14cr|audacious-skins-1.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name audacious-skins
%define version 1.0.0
%define release 9

Name: 		%{name}
Summary: 	Additional skins for Audacious
Version: 	%{version}
Release: 	%{release}
License: 	GPL
URL: 		http://www.xmms.org/
Source: 	audacious-skins.tar.bz2
Group: 		Sound
Requires: 	audacious unzip
Buildroot: 	%{_tmppath}/%{name}-%{version}
BuildArch:	noarch
Provides:	beep-media-player-skins
Obsoletes:	beep-media-player-skins

%description
Skins for Audacious. When you install this package the skins
will instantly become available from inside Audacious.
Browse them in the appearance category in the Audacious
preferences.
%prep

%install
rm -rf $RPM_BUILD_ROOT 
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/audacious

bzip2 -cd %{SOURCE0} | tar xf - -C $RPM_BUILD_ROOT/%{_datadir}/audacious

cat > README << EOF
This package is a collection of skins for audacious.
Most of them come from http://www.xmms.org
If you would like even more of them you can visit sites like:
  http://www.skinz.org
  http://www.customize.org
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc README
%{_datadir}/audacious/Skins/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-9
+ Revision: baa026a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 301 |14cr|audex-0.77b1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Audio grabber tool for CD-ROM drives based on KDE 4
Name:		audex
Version:	0.77b1
Release:	2
License:	GPLv3
Group:		Sound
URL:		http://kde.maniatek.com/%{name}/
Source0:	http://kde.maniatek.com/%{name}/files/%{name}-%{version}.tar.xz
#Patch0:	audex-0.74b1-fix-lseek-not-declared.patch
Patch1:		audex-0.76b2-enable-translations.patch
BuildRequires:	kdelibs4-devel 
BuildRequires:	cmake >= 2.8.0
BuildRequires:	phonon-devel
BuildRequires:	libcdda-devel
BuildRequires:	automoc4
BuildRequires:	python-eyed3
BuildRequires:	libkcddb-devel >= 4.9
BuildRequires:	libkcompactdisc-devel >= 4.9
Requires:	kdebase4-runtime
Requires(post,postun):	desktop-file-utils


%description
Audex is a new audio grabber tool for CD-ROM drives based on KDE 4. It creates
profiles for LAME, OGG Vorbis (oggenc), FLAC, FAAC (MP4/M4A/AAC) and RIFF
WAVE: please install your favorite encoder. Of course for WAVE no external
encoder is needed! Beyond you can define custom profile, which means that
%{name} works together with command line encoders in general.
Some features are:
* Extracting with CDDA Paranoia. So you have quite perfect audio quality.
* Extracting and encoding run parallel.
* Filename editing with local and remote CDDB/FreeDB database.
* Metadata correction tools like capitalize etc.
* Multi-profile extraction (with one command-line encoder per profile).
* Fetch covers from the Internet and store them in the database.
* Create play-lists, cover and template-based-info files in target directory.
* Creates extraction and encoding protocols.
* Transfer files with KDE KIO-Slaves.


%files -f %{name}.lang
%doc CHANGELOG LICENCE README TODO
%{_kde_bindir}/%{name}
%{_kde_datadir}/applications/kde4/%{name}*.desktop
%{_kde_datadir}/apps/solid/actions/%{name}*.desktop
%{_kde_datadir}/apps/%{name}
# This is useless: already listed by %%find_lang
#{_kde_datadir}/locale/*/LC_MESSAGES/%%{name}.mo
%{_kde_iconsdir}/hicolor/*/*/*.png

#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
# No longer needed
#export CFLAGS="%%{optflags} -fno-strict-aliasing" CXXFLAGS="%%{optflags} -fno-strict-aliasing"
%cmake_kde4
%make


%install
%makeinstall_std -C build

%find_lang %{name} --with-html



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.77b1-2
+ Revision: 568ebff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 302 |14cr|audiere-1.9.4-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	High-level audio API
Name:		audiere
Version:	1.9.4
Release:	12
License:	LGPLv2+
Group:		Sound
URL:		http://audiere.sourceforge.net
Source:		http://prdownloads.sourceforge.net/audiere/%{name}-%{version}-src.tar.bz2
Patch0:		%{name}-1.9.4-speex.patch
Patch1:		%{name}-1.9.4-gcc43.patch
Patch2:		%{name}-1.9.4-flac.patch
Patch3:		audiere-1.9.4-add-missing-header.patch
BuildRequires:	audiofile-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	speex-devel

%description
Audiere is a high-level audio API. It can play Ogg Vorbis, MP3,
FLAC, uncompressed WAV, AIFF, MOD, S3M, XM, and IT files. For
audio output, Audiere supports DirectSound or WinMM in Windows,
OSS on Linux and Cygwin, and SGI AL on IRIX.

%package -n %{libname}
Summary:	High-level audio API
Group:		System/Libraries

%description -n %{libname}
Audiere is a high-level audio API. It can play Ogg Vorbis, MP3,
FLAC, uncompressed WAV, AIFF, MOD, S3M, XM, and IT files. For
audio output, Audiere supports DirectSound or WinMM in Windows,
OSS on Linux and Cygwin, and SGI AL on IRIX.


%package -n %{develname}
Summary:	Development headers and libraries for audiere
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Requires:	pkgconfig(flac)
Requires:	pkgconfig(libcdaudio)
Requires:	pkgconfig(ogg)
Requires:	pkgconfig(vorbis)
Requires:	speex-devel
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development headers and libraries for audiere.

%prep
%setup -qn audiere
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
sh ./bootstrap

%configure2_5x \
	--enable-opt
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libaudiere-%{version}.so

%files -n %{develname}
%doc doc/*.txt
%{_bindir}/audiere-config
%{_includedir}/audiere.h
%{_libdir}/libaudiere.a
%{_libdir}/libaudiere.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.4-12
+ Revision: 51e16e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 303 |14cr|audiocompress-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname		AudioCompress

Summary:		Simple dynamic range compressor
Name:			audiocompress
Version:		2.0
Release:		3
URL:			http://beesbuzz.biz/code/audiocompress.php
Source:			http://beesbuzz.biz/code/%{name}/%{oname}-%{version}.tar.gz
License:		LGPLv2
Group:			Sound
BuildRoot:		%{_tmppath}/%{name}-buildroot
Provides:		%{oname}
Obsoletes:		%{oname}
Obsoletes:		%{oname}-xmms

%description
AudioCompress is (essentially) a very gentle, 1-band dynamic range
compressor intended to keep audio output at a consistent volume without
introducing any audible artifacts.  It can either accept input on
standard input and output audio to standard output or bind to the esound
daemon and apply its effect to all esd output.

Install this if you want a nice way to keep your
audio at a consistent volume level.

%prep
%setup -q -n %{oname}-%{version}

%build
%make CFLAGS="%optflags -fPIC"

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_bindir}
cp %{oname} %{buildroot}/%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root,0755)
%doc ChangeLog COPYING README TODO
%{_bindir}/%{oname}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-3
+ Revision: c0d36eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 304 |14cr|audiotag-0.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# spec is based on MIB work

Name:		audiotag
Version:	0.19
Release:	2
Summary:	Command-line tool for mass tagging/renaming of audio files
License:	GPLv2
Group:		Sound
URL:		http://github.com/Daenyth/audiotag
Source0:	%{name}-%{version}.tar.gz
BuildArch:	noarch
Requires:	id3lib
Requires:	flac
Requires:	atomicparsley

%description
Audiotag is a command-line tool for mass tagging/renaming of audio files.

%prep
%setup -q

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_bindir}
%__install -m755 %{name} %{buildroot}%{_bindir}/%{name}

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root,)
%doc COPYING README ChangeLog
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.19-2
+ Revision: 603fa63
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 305 |14cr|auteur-0.1a7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight video editor powered by mplayer and mencoder
Name:		auteur
Version:	0.1a7
Release:	3
License:	GPLv3+
Group:		Video
Url:		http://auteur-editor.info
Source0:	http://auteur-editor.info/releases/source_tarballs/%{name}-%{version}.tar.gz
Patch0:		auteur-0.1a7-desktop.patch
BuildRequires:	pkgconfig(python)
Requires:	mencoder
Requires:	mplayer
Requires:	PyQt4
Requires:	python-qt4-qscintilla
BuildArch:	noarch

%description
The Auteur Non-Linear Editor is a project seeking to create a
professional-grade but user-friendly video editor.

%files
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{python_sitelib}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

mv %{buildroot}%{_datadir}/applications/Auteur.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1a7-3
+ Revision: 7643cf6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 306 |14cr|authd-0.2.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_name_orig lib%{name} 
%define lib_major 0
%define lib_name %mklibname %name %{lib_major}
%define develname %mklibname -d %name

Summary:	Software for obtaining and verifying user credentials 
Name:		authd
Version:	0.2.3
Release:	6
License:	BSD-Like
Group:		System/Servers
URL:		http://www.cs.berkeley.edu/~bnc/authd/
Source:		http://www.theether.org/authd/%{name}-%{version}.tar.gz
Source1:	authd.init
Patch0:		authd-Makefile.in.patch
Patch1:		authd-linkage_fix.diff
Requires:	openssh-clients
Requires:	openssh-server
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	libe-cluster >= 0.2
BuildRequires:	openssl-devel


%package -n	%{develname}
Summary:	Devel Package for authd 
Group:          Development/Other
Provides:       %{name}-devel = %{version}-%{release}
Obsoletes:	%{lib_name}-devel
Obsoletes:	lib%{name}%{lib_major}-devel

%description
authd is a software package for obtaining and verifying user credentials 
which contain cryptographic signatures based on RSA public key cryptography. 
It includes a server (authd) for authenticating local users through UNIX 
domain sockets and processing credentials, and a client library (libauth.a) 
for requesting new credentials and verifying credentials signed by the server.

%description -n	%{develname} 
authd is a software package for obtaining and verifying user credentials
which contain cryptographic signatures based on RSA public key cryptography.
Provide file auth.h and libauth.a .

%prep

%setup -q
%patch0 -p1 -b .patch
%patch1 -p0

chmod 644 ChangeLog COPYING

%build
export CFLAGS="%{optflags} -D_GNU_SOURCE -D_REENTRANT"

%configure2_5x

%make

%install
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_libdir}

%makeinstall INSTALL_USER=%(id -un) INSTALL_GROUP=%(id -gn)
install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/authd

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%doc ChangeLog COPYING
%{_initrddir}/authd
%{_sbindir}/authd

%files	-n %{develname}
%{_includedir}/auth.h
%{_libdir}/libauth.a


%changelog
* Wed Aug 06 2014 abfonly <abfonly@gmail.com> 0.2.3-6
+ Revision: 344bc39
- Updated authd.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 307 |14cr|autodia-2.140.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Autodia
%define upstream_version 2.14

Name:		autodia
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Automatic Dia/UML generator

License:	GPL
Group:		Text tools
Url:		http://www.aarontrevena.co.uk/opensource/autodia/
Source0:	http://search.cpan.org/CPAN/authors/id/T/TE/TEEJAY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
AutoDia is a modular application that parses source code or data (if a
handler is available) and produces an XML document in Dia format,
essentially a Dia diagram autocreation package. The diagrams its creates
are standard UML diagrams showing dependencies, superclasses, packages,
classes and inheritances, as well as the methods, etc of each class. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std
# what does script do there ?
rm -f %{buildroot}%{perl_vendorlib}/*.pl

%files
%doc CHANGES COPYING CREDITS FAQ README INSTALL TODO
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.140.0-6
+ Revision: df8ecc4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 308 |14cr|autopsy-2.24-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'perl\\(Appsort\\)|perl\\(Appview\\)|perl\\(Args\\)|perl\\(Caseman\\)|perl\\(Data\\)|perl\\(Exec\\)|perl\\(File\\)|perl\\(Filesystem\\)|perl\\(Frame\\)|perl\\(Fs\\)|perl\\(Hash\\)|perl\\(Kwsrch\\)|perl\\(Main\\)|perl\\(Meta\\)|perl\\(Notes\\)|perl\\(Print\\)|perl\\(Timeline\\)|perl\\(autopsyfunc\\)|perl\\(conf.pl\\)|perl\\(define.pl\\)|perl\\(fs.pl\\)|perl\\(search.pl\\)'
%define __noautoreq 'perl\\(Appsort\\)|perl\\(Appview\\)|perl\\(Args\\)|perl\\(Caseman\\)|perl\\(Data\\)|perl\\(Exec\\)|perl\\(File\\)|perl\\(Filesystem\\)|perl\\(Frame\\)|perl\\(Fs\\)|perl\\(Hash\\)|perl\\(Kwsrch\\)|perl\\(Main\\)|perl\\(Meta\\)|perl\\(Notes\\)|perl\\(Print\\)|perl\\(Timeline\\)|perl\\(autopsyfunc\\)|perl\\(conf.pl\\)|perl\\(define.pl\\)|perl\\(fs.pl\\)|perl\\(search.pl\\)'


Summary:	Autopsy Forensic Browser
Name:		autopsy
Version:	2.24
Release:	3
License:	GPLv2+
Group:		System/Base
URL:		http://www.sleuthkit.org
Source0:	http://dfn.dl.sourceforge.net/sourceforge/autopsy/%name-%version.tar.gz
Requires:	binutils
Requires:	file
Requires:	grep
Requires:	perl
Requires:	sleuthkit >= 1.61
BuildArch:	noarch

%description
The Autopsy Forensic Browser is a graphical interface to the command line
digital forensic analysis tools in The Sleuth Kit. Together, The Sleuth Kit and
Autopsy provide many of the same features as commercial digital forensics tools
for the analysis of Windows(tm) and UNIX file systems (NTFS, FAT, FFS, EXT2FS,
and EXT3FS).

The Sleuth Kit and Autopsy are both Open Source and run on UNIX platforms. As
Autopsy is HTML-based, the investigator can connect to the Autopsy server from
any platform using an HTML browser. Autopsy provides a "File Manager"-like
interface and shows details about deleted data and file system structures.

%prep

%setup -q

%build

# "build" autopsy
cat > autopsy << EOF
#!%{_bindir}/perl -wT
use lib '%{_datadir}/autopsy/';
use lib '%{_datadir}/autopsy/lib/';
EOF
cat base/autopsy.base >> autopsy

# "build" make-live-cd
cat > make-live-cd << EOF
#!%{_bindir}/perl
use lib '%{_datadir}/autopsy/';
use lib '%{_datadir}/autopsy/lib/';
EOF
cat base/make-live-cd.base >> make-live-cd

# "build" conf.pl
cat > conf.pl << EOF
# Autopsy configuration settings

# when set to 1, the server will stop after it receives no
# connections for STIMEOUT seconds. 
\$USE_STIMEOUT = 0;
\$STIMEOUT = 3600;

# number of seconds that child waits for input from client
\$CTIMEOUT = 15;

# set to 1 to save the cookie value in a file (for scripting)
\$SAVE_COOKIE = 1;

\$INSTALLDIR = '%{_datadir}/autopsy/';

# System Utilities
\$STRINGS_EXE = '%{_bindir}/strings';
\$GREP_EXE = '/bin/grep';
\$FILE_EXE = '%{_bindir}/file';
\$MD5_EXE = '%{_bindir}/md5sum';
\$SHA1_EXE = '%{_bindir}/sha1sum';

# Directories
\$TSKDIR = '%{_bindir}/';
\$NSRLDB = '';
\$LOCKDIR = '%{_localstatedir}/lib/morgue';
EOF

%install
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}/var/log/autopsy
install -d %{buildroot}%{_localstatedir}/lib/morgue
install -d %{buildroot}%{_datadir}/autopsy/help
install -d %{buildroot}%{_datadir}/autopsy/lib
install -d %{buildroot}%{_datadir}/autopsy/pict

install -m0755 autopsy %{buildroot}%{_sbindir}/autopsy
install -m0755 make-live-cd %{buildroot}%{_sbindir}/make-live-cd
install -m0755 conf.pl %{buildroot}%{_datadir}/autopsy/
install -m0644 help/*.html %{buildroot}%{_datadir}/autopsy/help/
install -m0644 lib/*.p* %{buildroot}%{_datadir}/autopsy/lib/
install -m0644 man/man1/autopsy.1 %{buildroot}%{_mandir}/man1/
install -m0644 pict/* %{buildroot}%{_datadir}/autopsy/pict/

%files
%doc CHANGES.txt COPYING docs/*.txt INSTALL.txt README-LIVE.txt README.txt TODO.txt
%{_datadir}/autopsy
%attr(0755,root,root) %{_sbindir}/autopsy
%attr(0755,root,root) %{_sbindir}/make-live-cd
%dir /var/log/autopsy
%dir %{_localstatedir}/lib/morgue
%attr(0644,root,root) %{_mandir}/man1/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.24-3
+ Revision: cafefc8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 309 |14cr|autosmb-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name autosmb
%define version 1.1
%define release 7

Summary: Automounter script for autods
Name: %name
Version: %version
Release: %release
License: GPL
Group: System/Kernel and hardware
URL: http://www.historischtheater.be/ddemerre/
Source1: auto.smb
Source2: auto.smb.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: samba-client, autofs
BuildArch: noarch

%description
This is an automounter helper script for autofs.

Add this to /etc/auto.master 

	/cifs   /etc/auto.smb   --timeout=60

and edit /etc/auto.smb.conf with credentials. The credemntials
file should be of the form

username=NTDOMAIN\USERNAME
password=PASSWORD

%prep 

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
install -m 500 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
install -m 500 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
/etc/auto.smb
%config(noreplace) /etc/auto.smb.conf
%doc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: d8a3360
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 310 |14cr|autossh-1.4c-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Automatically restart SSH sessions and tunnels
Name:		autossh
Version:	1.4c
Release:	2
License:	BSD
Group:		Networking/Other
URL:		http://www.harding.motd.ca/autossh/
Source:		http://www.harding.motd.ca/autossh/%{name}-%{version}.tgz
BuildRequires:	openssh-clients
Requires:	openssh
BuildRoot:	%{_tmppath}/%{name}-root

%description
autossh is a program to start a copy of ssh and monitor it,
restarting it as necessary should it die or stop passing
traffic. The idea and the mechanism are from rstunnel
(Reliable SSH Tunnel), but implemented in C.

%prep
%setup -q

%build
chmod 644 autossh.host rscreen
%configure2_5x
%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -m755 autossh %{buildroot}%{_bindir}/
install -m644 autossh.1 %{buildroot}%{_mandir}/man1/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr (-,root,root)
%doc CHANGES README autossh.host rscreen
%{_bindir}/autossh
%{_mandir}/man1/autossh.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4c-2
+ Revision: 6d59e75
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 311 |14cr|autotalent-ladspa-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Singer pitch correction LADSPA Plugin
Name:		autotalent-ladspa
Group:		Sound
Version:	0.2
Release:	3
License:	GPLv2+
Url:		http://tombaran.info/autotalent.html
Source0:	http://tombaran.info/autotalent-%{version}.tar.gz
Patch0:		autotalent-0.2-makefile.patch

%description
Automatic pitch correction module for singers as LADSPA plugin.
You specify the notes that a singer is allowed to hit, and Autotalent 
makes sure that they do. You can also use Autotalent for more exotic 
effects, like the Cher / T-Pain effect, making your voice sound like a 
chiptune, adding artificial vibrato, or messing with your formants. 
Autotalent can also be used as a harmonizer that knows how to sing in 
the scale with you. Or, you can use Autotalent to change the scale of a 
melody between major and minor or to change the musical mode. 

%files
%{_libdir}/ladspa/autotalent.so

#----------------------------------------------------------------------------

%prep
%setup -q -n autotalent-%{version}
%patch0 -p1

%build
%setup_compile_flags
%make

%install
install -d %{buildroot}%{_libdir}/ladspa
install -m 0755 autotalent.so %{buildroot}%{_libdir}/ladspa/autotalent.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: d9a5adf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 312 |14cr|autotrace-0.31.1-36
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		3
%define	libname		%mklibname autotrace %{major}
%define	develname	%mklibname autotrace -d

Summary:		Program for converting bitmap to vector graphics
Name:		autotrace
Version:		0.31.1
Release:		36
Group:		Publishing
License:		GPLv2+ and LGPLv2+
URL:		http://autotrace.sourceforge.net
Source0:		http://prdownload.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		autotrace_0.31.1-13.diff
Patch1:		autotrace-0.31.1-swf-output.patch
Patch2:		autotrace-0.31.1-libpng-1.5.patch
BuildRequires:	pstoedit-devel
BuildRequires:	imagemagick-devel
BuildRequires:	multiarch-utils >= 1.0.3
BuildRequires:	libexpat-devel
BuildRequires:	pkgconfig(libpng)
# (Abel) doesn't work with newer libming
#BuildConflicts:	libming-devel
Provides:	fonttracer
Requires:	%{libname} = %{version}

%description
Autotrace is a program for converting bitmap to vector graphics. Supported
formats:
- input formats: BMP, TGA, PNM, PPM, PGM, PBM and those supported by
  ImageMagick;
- export formats: Postscript, svg, xfig, swf, pstoedit, emf, dxf, cgm,
  mif, p2e and sk.

%package -n	%{libname}
Summary:		Autotrace libraries
Group:		System/Libraries
# In the past, a package libautotrace4 existed which in reality
# contained /usr/lib/libautotrace.so.3.0.0. Make the correct
# libautotrace3 conflict with the wrong libautotrace4, to fix upgrade
Conflicts:	%mklibname autotrace 4

%description -n	%{libname}
This package contains the libraries needed to run programs dynamically
linked with autotrace libraries.

%package -n	%{develname}
Summary:		Static libraries and header files for autotrace development
Group:		Development/C
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Obsoletes:	%{name}-devel < %{version}-%{release}
Obsoletes:	%{_lib}autotrace4-devel < %{version}-%{release}

%description -n %{develname}
This package contains the static libraries and header files for
developing applications based on autotrace.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std
%multiarch_binaries %{buildroot}%{_bindir}/autotrace-config

%files
%doc AUTHORS ChangeLog COPYING FAQ README THANKS
%{_bindir}/autotrace
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc README
%{multiarch_bindir}/autotrace-config
%{_bindir}/autotrace-config
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.31.1-36
+ Revision: 3146c26
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 313 |14cr|autounit-0.20.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	autounit
%define version	0.20.1
%define release	8
%define	major	2
%define	libname	%mklibname %{name} %{major}

Name:		    %{name}
Version:	    %{version}
Release:	    %{release}
License:	    GPL
Summary:	    C testing framework
Group:		    System/Libraries
URL:		    http://www.recursism.com/pub/software/testing/gnu-autounit
Source:		    http://www.recursism.com/pub/files/%{name}-%{version}.tar.bz2
BuildRequires:	glib-devel

%description
GNU Autounit's goal is to provide a common unit testing framework for
applications developers who use GNU Autoconf already in their products, but do
not currently use a unit testing framework.

%package -n	%{libname}
Summary:	C testing framework
Group:		System/Libraries

%description -n	%{libname}
GNU Autounit's goal is to provide a common unit testing framework for
applications developers who use GNU Autoconf already in their products, but do
not currently use a unit testing framework.

%package -n	%{libname}-devel 
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n	%{libname}-devel
This package contains development files for %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -rf %{buildroot}%{_prefix}/doc
chmod 644  %{buildroot}%{_libdir}/*.la

%files -n %{libname}
%defattr(-,root,root)
%doc COPYING
%{_libdir}/*.so.*

%files -n %{libname}-devel
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.1-8
+ Revision: 3414b21
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 314 |14cr|autozen-2.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Brainwave controller
Name:		autozen
Version:	2.1
Release:	8
License:	GPLv2+
Group:		Sound
Url:		http://www.linuxlabs.com/autozen.html
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}48.png
Source2:	%{name}32.png
Source3:	%{name}16.png
Patch0:		autozen-2.1-no-strip.patch
BuildRequires:	pkgconfig(gtk+)

%description
AutoZen is a software 'brain machine' for Linux. It generates sounds that are
meant to cause the brain to temporarily shift to a different dominant
frequency and cause the user to experience an altered state of consciousness.

NOTE: Requires headphones.

%files
%doc CHANGES COPYING doc/HTML/*
%{_bindir}/%{name}
%{_bindir}/seq2wav
%{_bindir}/zentime
%{_mandir}/man1/*
%{_datadir}/AutoZen/*.seq
%{_datadir}/applications/mandriva-%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
make clean
make CFLAGS="%{optflags}"

%install
%makeinstall_std PREFIX=%{buildroot}%{_prefix}
rm -fr %{buildroot}%{_docdir}/AutoZen
mv %{buildroot}/usr/man %{buildroot}/%{_datadir}/

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=AutoZen
Comment=Brainwave controller
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;AudioVideo;Audio;AudioVideoEditing;
EOF

#icons
mkdir -p %{buildroot}%{_liconsdir}
install -m 0644 %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}
install -m 0644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_miconsdir}
install -m 0644 %{SOURCE3} %{buildroot}%{_miconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-8
+ Revision: 03575d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 315 |14cr|avant-window-navigator-0.4.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define library_name awn
%define libname %mklibname %{library_name} %{major}
%define develname %mklibname %{library_name} -d

Summary:	AWN - a Dock-style window selector for GNOME
Name:		avant-window-navigator
Version:	0.4.0
Release:	9
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		https://launchpad.net/awn
Source0:	http://launchpad.net/awn/0.4/%{version}/+download/%{name}-%{version}.tar.gz
# add upstream patch to fix unintialized null pointer
Patch0:		avant-window-navigator-0.4.0-688_687.diff
Patch1:		avant-window-navigator-0.4.0-linkage.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	python-devel
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(pycairo)
BuildRequires:	libdesktop-agnostic-devel
BuildRequires:	vala
BuildRequires:	pyxdg
BuildRequires:	GConf2
Requires:	pyxdg
Requires:	pygtk2
Requires:	python-dbus
Requires:	bzr
Conflicts:	%{_lib}awn1 < 0.4.0-8

%description
Avant Window Navigator (AWN) is a dock-style window list for GNOME. It
provides a view of your running applications in a dock at the bottom
of the screen, identified by their icon.

%package -n %{libname}
Group:		System/Libraries
Summary:	Shared libraries for avant-window-navigator
Requires:	%{name} >= %{version}-%{release}

%description -n %{libname}
Avant Window Navigator (AWN) is a dock-style window list for GNOME. It
provides a view of your running applications in a dock at the bottom
of the screen, identified by their icon. This package contains the
shared library for AWN.

%package -n %{develname}
Group:		Development/C
Summary:	Development libraries for avant-window-navigator
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{library_name}-devel = %{version}-%{release}

%description -n %{develname}
Avant Window Navigator (AWN) is a dock-style window list for GNOME. It
provides a view of your running applications in a dock at the bottom
of the screen, identified by their icon. This package contains
development libraries and headers for AWN.

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
%configure2_5x --disable-static \
	--with-vala \
	--with-gnu-ld \
	--enable-shave \
	--with-gconf-schema-file-dir=%{_sysconfdir}/gconf/schemas/ 
%make

%install
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
%makeinstall_std

%find_lang %{name} --with-html

desktop-file-install --vendor="" \
  --add-category="GTK" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# don't ship .a and .la
find %{buildroot} -name "*.*a" -exec rm -f {} \;

%files -f %{name}.lang
%doc README AUTHORS ChangeLog TODO
%{_sysconfdir}/gconf/schemas/*.schemas
%{_bindir}/avant-window-navigator
%{_bindir}/awn-applet
%{_bindir}/awn-settings
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/awn-settings.desktop
%{_iconsdir}/hicolor/*/*/*
%{python_sitearch}/awn/*
%{_libdir}/awn/applets/expander/expander.so
%{_libdir}/awn/applets/quick-prefs/quick-prefs.so
%{_libdir}/awn/applets/separator/separator.so
%{_libdir}/awn/applets/taskmanager/taskmanager.so

%files -n %{libname}
%{_libdir}/libawn.so.%{major}*

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/lib%{library_name}
%{_includedir}/lib%{library_name}
%{_libdir}/libawn.so
%{_libdir}/pkgconfig/%{library_name}.pc
%{_datadir}/vala/vapi/awn.*
%{_datadir}/pygtk/2.0/defs/awn.defs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-9
+ Revision: 03f71ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 316 |14cr|avarice-2.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Program for interfacing the Atmel JTAG ICE to GDB
Name:		avarice
Version:	2.12
Release:	3
License:	GPLv2+
Group:		Development/Other
Url:		http://sourceforge.net/projects/avarice
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
# From Debian
Source1:	avarice.rules
Patch0:		avarice-2.10-link.patch
Patch1:		avarice-2.12-headers.patch
BuildRequires:	binutils-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(libusb)

%description
Program for interfacing the Atmel JTAG ICE to GDB to allow users to debug their
embedded AVR target.

%files
%doc AUTHORS ChangeLog NEWS
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
/lib/udev/rules.d/60-avarice.rules

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .link
%patch1 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/lib/udev/rules.d/
install -m 0644 %{SOURCE1} %{buildroot}/lib/udev/rules.d/60-avarice.rules


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.12-3
+ Revision: b0fe1b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 317 |14cr|avce00-2.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		avce00
Version:	2.0.0
Release:	5
Summary:	Arc/Info (binary) Vector Coverage <-> E00 Utilities
License:	BSD-like
URL:		http://avce00.maptools.org/
Source:		http://avce00.maptools.org/dl/%{name}-%{version}.tar.gz
Group:		Sciences/Geosciences
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
AVCE00 is an Open Source (i.e. Free!) ANSI-C library that makes Arc/Info
(binary) Vector Coverages appear as E00! It allows you to read and write binary
coverages just as if they were E00 files.

For those who do not need a library but simply want to convert some coverages,
the package includes the "AVCIMPORT" and "AVCEXPORT" conversion programs.

%package -n %{name}-devel
License:	BSD-like
Group:		Sciences/Geosciences
Summary:	Arc/Info (binary) Vector Coverage <-> E00 Library

%description -n %{name}-devel
AVCE00 is an Open Source (i.e. Free!) ANSI-C library that makes Arc/Info
(binary) Vector Coverages appear as E00! It allows you to read and write binary
coverages just as if they were E00 files.

The C library can be easily plugged into existing E00 translators to add
support for binary coverages simply by replacing your existing translator's
read/write function by the AVCE00ReadNextLine() and AVCE00WriteNextLine()
functions provided by the library. See the library documentation for all the
details.

This package includes the development files (headers and static library)
for developing applications which use the avc library.

%prep
%setup -q


%build
#configure
%make

%install
rm -Rf %{buildroot}
install -d %{buildroot}/{%{_includedir},%{_bindir},%{_libdir}}
install *.h %{buildroot}/%{_includedir}
install *.a %{buildroot}/%{_libdir}
install avc{delete,export,import,test} ex_avcwrite %{buildroot}/%{_bindir}


%files
%defattr(-,root,root)
%{_bindir}/*avc*

%files -n %{name}-devel
%{_includedir}/*.h
%{_libdir}/avc.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-5
+ Revision: fccf778
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 318 |14cr|avra-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    avra
%define version 1.3.0
%define release 2

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:       	An AVR assembler
Source0:        http://freefr.dl.sourceforge.net/project/%{name}/%{version}/%{name}-%{version}.tar.bz2
License:        GPLv2
Group:          Development/Other
Url:         	http://avra.sourceforge.net/
BuildRequires:	autoconf
BuildRequires:	automake

%description
Avra is an GNU GPL'ed assembler for the Atmel AVR microcontrollers.
Features: 
- It's compatible with Atmel's avrasm. 
- Better macro support. 
- Conditional assembly.

%prep
%setup -q
cp -r README COPYING AUTHORS src
touch src/ChangeLog src/NEWS
iconv -f iso8859-1 -t utf-8 doc/README.txt > doc/README.txt.conv && mv -f doc/README.txt.conv doc/README.txt

%build
cd src
./bootstrap # aclocal, autoconf and automake
%configure --prefix=/usr
%make

%install
%makeinstall_std -C src

install -Dm755 -d %{buildroot}%{_datadir}/%{name}/includes
install -Dm644 src/../includes/* %{buildroot}%{_datadir}/%{name}/includes/
install -Dm755 -d %{buildroot}%{_datadir}/%{name}/examples
install -Dm644 src/../examples/* %{buildroot}%{_datadir}/%{name}/examples/

%files
%doc doc/*
%{_bindir}/%{name}
%{_datadir}/%{name}/includes/*
%{_datadir}/%{name}/examples/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-2
+ Revision: 7190f18
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 319 |14cr|avrdude-6.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: avrdude
Version: 6.0.1
Release: 2
Summary: Software for programming Atmel AVR Microcontroller
Group: Development/Other
License: GPLv2+
URL: http://www.nongnu.org/avrdude
Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Patch0:			avrdude-makefile.patch
BuildRequires: 		flex
BuildRequires: 		bison
BuildRequires: 		readline-devel
BuildRequires: 		ncurses-devel
BuildRequires: 		libusb-devel
BuildRequires: 		texi2html
BuildRequires: 		texinfo
BuildRequires: 		texlive-dvips
BuildRequires: 		texlive-latex
BuildRequires: 		texlive

%description
AVRDUDE is a program for programming Atmel's AVR CPU's. It can program the 
Flash and EEPROM, and where supported by the serial programming protocol, it 
can program fuse and lock bits. AVRDUDE also supplies a direct instruction 
mode allowing one to issue any programming instruction to the AVR chip 
regardless of whether AVRDUDE implements that specific feature of a 
particular chip.

%prep
%setup -q
%patch0 -p0
sed -i 's|/usr/local/etc/avrdude.conf|%{_sysconfdir}/%{name}/avrdude.conf|g' doc/avrdude.texi avrdude.1
sed -i 's|/etc/avrdude.conf|%{_sysconfdir}/%{name}/avrdude.conf|g' doc/avrdude.texi avrdude.1
iconv -f ISO88591 -t UTF8 < ChangeLog-2003 > ChangeLog-2003~
mv ChangeLog-2003~ ChangeLog-2003
iconv -f ISO88591 -t UTF8 < NEWS > NEWS~
mv NEWS~ NEWS

%build
autoreconf -fi
%configure2_5x --enable-doc --sysconfdir=%{_sysconfdir}/%{name}
%make

%install
%makeinstall_std DESTDIR=%buildroot
#mv %buildroot/%{_docdir}/%{name}-%{version} installed-docs
rm -f %buildroot%{_infodir}/dir

%files
%doc README AUTHORS ChangeLog* COPYING NEWS doc/TODO
%config(noreplace) %{_sysconfdir}/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_infodir}/%{name}.info*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.0.1-2
+ Revision: c2ba77c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 320 |14cr|aweather-0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Real-time weather data viewer
Name:		aweather
Version:	0.8
Release:	1
License:	GPLv3+
Group:		Sciences/Geosciences
URL:		http://pileus.org/aweather/
Source0:	http://pileus.org/aweather/files/%{name}-%{version}.tar.gz
Patch0:		aweather-0.6.3-mdv-includepath.patch
Patch1:		aweather-0.6.3-mdv-gthread.patch
Patch2:		aweather-0.6.1-mdv-desktop.patch
Patch3:		aweather-0.8-automake.patch
BuildRequires:	bzip2-devel
BuildRequires:	rsl-devel >= 1.42
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(grits) >= %{version}

%description
AWeather is a free/open source application which has been designed to integrate
and visualize high-quality meteorological data using an interactive Virtual
Globe interface suitable for a wide range of users including weather
enthusiasts, academics, and professionals. It is designed to provide more
information than is typically available from weather widgets and simple desktop
applications. At the same time, it strives to be simpler and easier to use
than existing meteorological software packages such as GEMPAK and IDV.
Currently AWeather only displays data provided by the United States National
Weather Service.

%files
%doc ChangeLog COPYING README TODO
%{_bindir}/aweather
%{_bindir}/wsr88ddec
%{_libdir}/aweather/*.so
%{_datadir}/applications/aweather.desktop
%{_datadir}/aweather
%{_iconsdir}/hicolor/*/apps/aweather.*
%{_mandir}/man1/*.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8-1
+ Revision: 7ced058
- Don't treat automake warnings as errors



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 321 |14cr|awesome-3.5.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Window manager
Name:		awesome
Version:	3.5.2
Release:	5
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://awesome.naquadah.org/
Source0:	http://awesome.naquadah.org/download/%{name}-%{version}.tar.xz
Patch0:		awesome-3.5.2-link.patch
BuildRequires:	cmake
BuildRequires:	gperf
BuildRequires:	imagemagick
BuildRequires:	asciidoc xmlto doxygen
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	lua-lgi
BuildRequires:	luadoc
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(cairo-xcb)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(libev)
BuildRequires:	pkgconfig(libstartup-notification-1.0) >= 0.10
BuildRequires:	pkgconfig(libxdg-basedir)
BuildRequires:	pkgconfig(lua) >= 5.2
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-cursor)
BuildRequires:	pkgconfig(xcb-icccm)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-randr)
BuildRequires:	pkgconfig(xcb-shape)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xcb-xinerama)
BuildRequires:	pkgconfig(xcb-xtest)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(zlib)
# for wallpaper setting handling
Requires:	feh
Requires:	lua-lgi
Requires:	typelib(cairo)
Requires:	typelib(Pango)
Requires:	typelib(PangoCairo)
Requires:	xterm

%description
awesome is a tiling window manager initialy based on a dwm code rewriting.
It's extremely fast, small, dynamic and awesome.

Windows can be managed in several layouts: tiled, maximized and floating.
Each layout can be applied on the fly, optimizing the environment for
the application in use and the task performed.

Managing windows in tiled mode assures that no space will be wasted on
your screen. No gaps, no overlap.

%files -f %{name}.lang
%doc LICENSE AUTHORS README build/awesomerc.lua
%{_bindir}/aw*
%{_mandir}/man1/*.1*
%{_mandir}/man5/*.5*
%{_datadir}/%{name}
%{_datadir}/xsessions/awesome.desktop
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/19awesome
%config(noreplace) %{_sysconfdir}/xdg/awesome/rc.lua

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%cmake -DXDG_CONFIG_DIR:PATH=%{_sysconfdir}/xdg
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d/
cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/19awesome << EOF
NAME=awesome
EXEC=/usr/bin/awesome
DESC=awesome window manager
SCRIPT:
exec /usr/bin/awesome
EOF

%find_lang %{name} --all-name --with-man


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.5.2-5
+ Revision: 0b24f3a
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 322 |14cr|awffull-3.10.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Webalizer Fork, Full o' Features!
Name:		awffull
Version:	3.10.2
Release:	11
License:	GPLv3+
Group:		Monitoring
Url:		http://www.stedee.id.au/awffull
# md5sum: 80acf755b354c49d78a5b9bb580196f2
Source0:	http://www.stedee.id.au/files/%{name}-%{version}.tar.gz
Source1:	http://flags.blogpotato.de/zip/large/world.zip
Source2:	http://flags.blogpotato.de/zip/large/special.zip
Source3:	awffull.cron.daily
Source4:	Vera.ttf
Source5:	VeraBd.ttf
Patch0:		awffull-mdv_conf.diff
Patch1:		awffull-3.10.2-upstreambug309617.diff
Requires:	apache-base
Requires:	geoip
BuildRequires:	gd-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	apache-base >= 2.0.54
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(geoip)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	unzip

%description
Webalizer is a great weblog analysis program but hasn't been going anywhere in
recent years. AWFFull takes that base and starts to fix the niggles and
annoyances and hopefully become a useful enhancement. As a base, weblizer has
a stated goal of producing web server analysis. AWFFull on the other hand, will
gradually focus more on the business intelligence contained within those logs -
and not specifically limited just to web server logs.

%files
%doc COPYING ChangeLog PERFORMANCE_TIPS.txt README* TODO country-codes.txt sample.minimal.conf sample.css
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%attr(0644,root,root) %config(noreplace) %{_webappconfdir}/%{name}.conf
%attr(0755,root,root) %config(noreplace) %{_sysconfdir}/cron.daily/%{name}
%attr(0755,root,root) %{_bindir}/awffull
%attr(0755,root,root) %{_bindir}/awffull_history_regen
%attr(0755,root,root) %dir %{_localstatedir}/lib/%{name}
%attr(0644,root,root) %config(noreplace) %{_localstatedir}/lib/%{name}/%{name}.css
%attr(0755,root,root) %dir /var/www/icons/flags
%attr(0644,root,root) /var/www/icons/flags/*
%attr(0644,root,root) %{_datadir}/locale/*/LC_MESSAGES/%{name}.mo
%attr(0644,root,root) %{_datadir}/%{name}/*.ttf
%attr(0644,root,root) %{_mandir}/man1/*
%attr(0644,root,root) %{_mandir}/man5/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0

unzip -d flags -o -f %{SOURCE1}
unzip -d flags -o -f %{SOURCE2}

cp %{SOURCE3} .
cp %{SOURCE4} .
cp %{SOURCE5} .

%build
%serverbuild

%configure2_5x \
    --with-etcdir=%{_sysconfdir}/%{name} \
    --with-font-default=%{_datadir}/%{name}/VeraBd.ttf \
    --with-font-label=%{_datadir}/%{name}/Vera.ttf

%make

%install
%makeinstall_std

install -d %{buildroot}%{_localstatedir}/lib/%{name}
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_datadir}/%{name}

install -m0644 sample.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
install -m0644 sample.css %{buildroot}%{_localstatedir}/lib/%{name}/%{name}.css
install -m0755 contrib/awffull_history_regen.pl %{buildroot}%{_bindir}/awffull_history_regen
install -m0644 Vera.ttf %{buildroot}%{_datadir}/%{name}/
install -m0644 VeraBd.ttf %{buildroot}%{_datadir}/%{name}/

install -d %{buildroot}/var/www/icons/flags
install -m0644 flags/*.png %{buildroot}/var/www/icons/flags/
install -m0644 flags/README %{buildroot}/var/www/icons/flags/

# apache configuration
install -d %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} configuration

Alias /%{name} %{_localstatedir}/lib/%{name}

<Directory %{_localstatedir}/lib/%{name}>
    Require all granted
</Directory>

Alias /flags /var/www/icons/flags

<Directory /var/www/icons/flags>
    Options -Indexes +MultiViews
    AllowOverride None
    Require all granted
</Directory>

EOF

# cron task
install -d %{buildroot}%{_sysconfdir}/cron.daily
install -m0755 awffull.cron.daily %{buildroot}%{_sysconfdir}/cron.daily/%{name}

cat > README.Mandriva << EOF

The default configuration file has been moved from /etc/awffull.conf to
/etc/awffull/awffull.conf

Currently on Mandriva you need to set two environment variables in order to
get the UTF-8 output in the language you want, so for Swedish you should do
like so:

LANG=sv_SE.UTF-8 LANGUAGE=sv_SE.UTF-8:sv \\
awffull --output=/path/to/the/output/directory -n \$HOSTNAME \\
--use_geoip /path/to/the/apache/log/access_log

If you have many virtual hosts you can copy the default /etc/awffull/awffull.conf
to /etc/awffull/virtual_host_name.conf and edit that file to point to the correct
logfile, output directory and such. The new /etc/cron.daily/awffull script will
look for the following settings in the /etc/awffull/virtual_host_name.conf file
and automatically generate the output in the desired language:

#AWFFULL_LANG=
#AWFFULL_LANGUAGE=

So if you for example want the output in Swedish change this to:

#AWFFULL_LANG=sv_SE.UTF-8
#AWFFULL_LANGUAGE=sv_SE.UTF-8:sv

EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.10.2-11
+ Revision: 428493e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 323 |14cr|aws-1.75-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    aws
%define version 1.75
%define release 2

# Source tar.bz is created by downloading script from
# http://timkay.com/aws
# (https://raw.github.com/timkay/aws/master/aws)

Summary:	Command line access to Amazon S3, EC2 and SQS
Name:		%{name}
Version:	%{version}
Release: 	%{release}	
License:	GPLv3
Group:		Networking/Other
URL:		http://timkay.com/aws/
Source0:	%{name}-%{version}.tar.bz
Requires:	curl
BuildArch: 	noarch
BuildRoot:	%{_tmppath}/%{name}-root

%description
aws is a command line tool that gives you easy access to 
Amazon EC2, S3 and SQS.  aws is designed to be simple to
install and simple to use.

aws S3 (Simple Storage Service) allows you to create 
buckets/directories, add and remove files and list buckets.  

aws EC2 (Elastic Compute Cloud) allows you to start, 
stop, reboot, and manage EC2 virtual machines.

aws SQS (Simple Queue Service) is used to control queues. 

%prep

%setup -q

%build

%install
rm -fr %{buildroot}
install -m 755 -D aws %{buildroot}/%{_bindir}/aws
install -m 644 -D README %{buildroot}/%{_docdir}/aws/README

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root)
%doc README 
%{_bindir}/aws





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.75-2
+ Revision: 94d01cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 324 |14cr|awstats-7.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		awstats
Version:	7.3
Release:	2
Summary:	Advanced Web Statistics
License:	GPLv2
Group:		Networking/WWW
URL:		http://awstats.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/awstats/%{name}-%{version}.tar.gz
BuildRequires:  perl
Requires:	webserver
BuildArch:	noarch

%description
Advanced Web Statistics is a powerful and feature-full tool that generates
advanced web server graphic statistics. This server log analyzer works
from command line or as a CGI and shows you all information your log contains,
in graphical web pages. It can analyze a lot of web/wap/proxy servers like
Apache, IIS, Weblogic, Webstar, Squid, ... but also mail or FTP servers.

This program can measure visits, unique visitors, authenticated users, pages,
domains/countries, OS busiest times, robot visits, type of files, search
engines/keywords used, visits duration, HTTP errors and more...
Statistics can be updated from a browser or your scheduler.
The program also supports virtual servers, plugins and a lot of features.

%prep
%setup -q
# fix perms
find . -type f -exec chmod 644 {} \;
find . -name *.pl -exec chmod 755 {} \;
rm -f  wwwroot/cgi-bin/plugins/.#geoip_city_maxmind.pm.1.8
chmod 755 docs/images docs/scripts

sed -i 's/\r$//' docs/pad_awstats.xml
sed -i 's/\r$//' docs/styles.css

%build
# nothing to build


%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# Awstats configuration

Alias /awstats %{_datadir}/%{name}/www
<Directory %{_datadir}/%{name}/www>
	Require all granted
    
    Options ExecCGI
    AddHandler cgi-script .pl
    DirectoryIndex awstats.pl
</Directory>

SetEnv PERL5LIB %{_datadir}/%{name}/lib:%{_datadir}/%{name}/plugins
EOF

# cron task
install -d -m 755 %{buildroot}%{_sysconfdir}/cron.daily
cat > %{buildroot}%{_sysconfdir}/cron.daily/%{name} <<EOF
#!/bin/sh
%{_datadir}/%{name}/www/awstats.pl -config=awstats.conf -update > /dev/null
EOF
chmod 755 %{buildroot}%{_sysconfdir}/cron.daily/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 wwwroot/cgi-bin/awstats.model.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf

perl -pi \
    -e 's|^LogFile=.*|LogFile="/var/log/httpd/access_log"|;' \
    -e 's|^DirData=.*|DirData="/var/lib/awstats"|;' \
    -e 's|^DirCgi=.*|DirCgi="/awstats"|;' \
    -e 's|^DirIcons=.*|DirIcons="/awstats/icon"|;' \
    -e 's|^MiscTrackerUrl=.*|MiscTrackerUrl="/awstats/js/awstats_misc_tracker.js"|;' \
    %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf

install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/%{name}/www
install -m 755 wwwroot/cgi-bin/awstats.pl %{buildroot}%{_datadir}/%{name}/www
cp -r wwwroot/icon %{buildroot}%{_datadir}/%{name}/www
cp -r wwwroot/css %{buildroot}%{_datadir}/%{name}/www
cp -r wwwroot/js %{buildroot}%{_datadir}/%{name}/www

cp -r tools %{buildroot}%{_datadir}/%{name}
cp -r wwwroot/cgi-bin/lang %{buildroot}%{_datadir}/%{name}
cp -r wwwroot/cgi-bin/lib %{buildroot}%{_datadir}/%{name}
cp -r wwwroot/cgi-bin/plugins %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}


chmod 755 %{buildroot}%{_datadir}/{awstats/lang,awstats/www/icon/browser,awstats/lib,awstats/tools,awstats/tools/webmin,awstats/tools/nginx,awstats/www/icon/flags,awstats/www/icon/other,awstats/www/css,awstats/www/icon/cpu,awstats/www/icon/mime,awstats/tools/xslt,awstats/plugins/example,awstats/plugins,awstats/www/icon/clock,awstats/www/icon/os,awstats/www/icon,awstats/www/js,awstats/lang/tooltips_f,awstats/lang/tooltips_w,awstats/lang/tooltips_m}

%post
if [ $1 -eq 1 ]; then
	perl -pi -e 's/SiteDomain=""/SiteDomain="'`hostname`'"/' %{_sysconfdir}/%{name}/%{name}.conf
fi

%files
%doc README.TXT docs/*
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/cron.daily/%{name}
%{_datadir}/%{name}
%{_localstatedir}/lib/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.3-2
+ Revision: dee661d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 325 |14cr|ax25-0.0.12-0.rc2.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	ax25
%define version	0.0.12
%define prerel	rc2
%define release	2

%define major		_0
%define libname		%mklibname %{name} %{major}
%define libnamedev	%mklibname %{name} %{major} -d

Name:		%{name}
Summary:	Libraries for Amateur AX25 
Version:	%{version}
Release:	%mkrel -c %{prerel} %{release}
Source:		http://www.linux-ax25.org/pub/libax25/lib%{name}-%{version}-%{prerel}.tar.gz
Url:		http://www.linux-ax25.org/wiki/LinuxAX25
Group:		Communications
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	zlib-devel
License:	LGPLv2+

%description
Libraries for Amateur AX25.

This package is split off from the previous ax25-utils.

%package -n %{libname}
Summary:	Libraries for Amateur AX25 
Group:		System/Libraries
Obsoletes:	libax25
Provides:	libax25

%description -n %{libname}
Libraries for Amateur AX25.

%package -n %{libnamedev}
Summary:	Development package for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libax25-devel
Provides:	ax25-devel
Obsoletes:	libax25-devel

%description -n %{libnamedev}
Development package for %{name}.
This package is split off from the previous ax25-utils.

%prep
%setup -q -n lib%{name}-%{version}-%{prerel}
%configure2_5x --disable-static

%build

#fix build
sed -i -e 's|LIBS =|LIBS = -lz|' Makefile

%make

%install
rm -rf %{buildroot}
%makeinstall_std

#we don't want these
find %{buildroot} -name "*.la" -exec rm -rf {} \;

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc README ChangeLog AUTHORS NEWS
%{_libdir}/*.so.*
%{_mandir}/man5/*

%files -n %{libnamedev}
%defattr(-,root,root)
%{_libdir}/*.so
%{_mandir}/man3/*
%{_includedir}/netax25/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.12-0.rc2.2
+ Revision: 56a3c9e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 326 |14cr|ax25-apps-0.0.8-0.rc2.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prerel	rc2
%define release	4

Name:		ax25-apps
Version:	0.0.8
Release:	%mkrel -c %{prerel} %{release}
Summary:	Applications for kernel AX.25 support
Group:		Communications
#ax25ipd is BSD licensed, rest is GPLv2+
License:	GPLv2+ and BSD
Url:		http://www.linux-ax25.org/wiki/LinuxAX25
Source:		http://www.linux-ax25.org/pub/ax25-apps/%{name}-%{version}-%{prerel}.tar.gz
Patch0:		ax25-apps-0.0.8-nongenericnames.patch
BuildRequires:	ax25-devel
BuildRequires:	pkgconfig(ncurses)

%description
Applications for kernel AX.25 support.

This package is split off from the previous ax25-utils and contains the
following applications : ax25ipd, ax25mond, ax25rtctl, ax25rtd, axcall,
axlisten.

%prep
%setup -q -n %{name}-%{version}-%{prerel}
%patch0 -p1 -b .nongenericnames

%build
autoreconf -vfi
%configure2_5x
%make

%install
%makeinstall_std installconf

%files
%defattr(-,root,root)
%doc README NEWS AUTHORS ChangeLog
%dir %{_sysconfdir}/ax25
%config(noreplace) %{_sysconfdir}/ax25/ax25ipd.conf
%config(noreplace) %{_sysconfdir}/ax25/ax25mond.conf
%config(noreplace) %{_sysconfdir}/ax25/ax25rtd.conf
%{_bindir}/ax*
%{_sbindir}/ax25*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.8-0.rc2.4
+ Revision: 568ae53
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 327 |14cr|ax25spyd-0.23-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ax25spyd
Summary:	Daemon that listens for AX.25 packets from the kernel-AX.25
Version:	0.23
Release:	16
Source:		http://linkt.de/ax25spyd/%{name}-%{version}.tar.bz2
# From Debian: fixes build - AdamW 2008/01
Patch0:		ax25spyd-0.23-build.patch
Patch1:		ax25spyd-0.23-str_fmt.patch
Group:		System/Servers
URL:		http://linkt.de/ax25spyd/
License:	GPLv2+
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	ax25-devel

%description
This is ax25spyd (formerly known as monixd), a daemon that listens
for AX.25 packets from the kernel-AX.25. These packets are decoded
(like listen(1)) but not displayed on the screen.

Other programs can connect to ax25spyd via sockets and issue commands.
They will get all heard AX.25-packets in a human-readable format, an
mheard structure, DX-cluster messages or spydata.

%prep
%setup -q
%patch0 -p1 -b .build
%patch1 -p0 -b .strfmt
%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/%_sysconfdir/ax25
mv %{buildroot}/%{_prefix}/etc/ax25/* %{buildroot}/%{_sysconfdir}/ax25/

#doc cleaning
rm -f examples/Makefile*

%files
%defattr(-,root,root)
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/*/*
%{_sysconfdir}/ax25/*
%doc AUTHORS BUGS ChangeLog INSTALL README examples




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23-16
+ Revision: 4b1efbc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 328 |14cr|ax25-tools-0.0.10-0.rc2.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	ax25-tools
%define version	0.0.10
%define prerel	rc2
%define rel	1

Name:           %{name}
Version:        %{version}
Release:        %mkrel -c %{prerel} %{rel}
Summary:        Tools used to configure an ax.25 enabled computer
Group:          Communications
License:        GPLv2+
URL:            http://www.linux-ax25.org/wiki/LinuxAX25
Source0:        http://www.linux-ax25.org/pub/%{name}/%{name}-%{version}-%{prerel}.tar.gz
Patch0:		ax25-tools-0.0.10-rc2-fix_str_fmt.patch
Patch1:		ax25-tools-0.0.10-rc2-fix_linking.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}
BuildRequires:  libax25-devel
BuildRequires:  ncurses-devel
BuildRequires:  libxt-devel
BuildRequires:	fltk-devel

%description
ax25-tools is a collection of tools that are used to configure an ax.25 enabled
computer. They will configure interfaces and assign callsigns to ports as well
as Net/ROM and ROSE configuration.

%prep
%setup -qn %{name}-%{version}-%{prerel}
%patch0 -p1
%patch1 -p1

%build
%configure2_5x --with-x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

rm -rf %{buildroot}%{_docdir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog README
%doc yamdrv/README.yamdrv user_call/README.user_call tcpip/ttylinkd.README dmascc/README.dmascc
%doc ax25/axgetput/README
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man*/*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.0.10-0.rc2.1
+ Revision: dece361
- Automatic import for version 0.0.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 329 |14cr|axel-2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A light Linux download accelerator - Console version
Name:		axel
Version:	2.4
Release:	4
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://axel.alioth.debian.org/
Source0:	http://alioth.debian.org/frs/download.php/2287/%name-%version.tar.bz2

%description
Axel tries to accelerate the downloading process by using multiple
connections for one file. Starting from version 0.97, the program can use
different URL's for one download as well. The program tries to be as light
as possible (25-30k in binary form), so it might be useful as a wget clone
on byte-critical systems.

%files -f %{name}.lang
%{_bindir}/axel
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/axelrc
%{_mandir}/man1/axel.1*
%lang(zh_C) %{_mandir}/zh_CN/man1/*
%doc CREDITS CHANGES README axelrc.example

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--etcdir=%{_sysconfdir} \
	--i18n=1 \
	--strip=0
echo 'CFLAGS=%{optflags}' >> Makefile.settings
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-4
+ Revision: de7bc62
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 330 |14cr|axssh-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Secure login with linemode and ssh
Name:		axssh
Version:	0.4
Release:	3
License:	GPLv2+
Group:		Communications
Url:		http://tools.assembla.com/svn/hamradio
Source0:	axssh-%{version}.tar.gz
Requires:	openssh-clients

%description
Axssh is a linemode wrapper for SSH via Amateur Packet Radio links.

%files
%doc README
%{_bindir}/axssh

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
install -d -m 755 %{buildroot}/%{_bindir}
install -d -m 755 %{buildroot}/%{_docdir}/%{name}
install -m 755 axssh %{buildroot}/%{_bindir}/
install -m 644 README %{buildroot}/%{_docdir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-3
+ Revision: 9785ee2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 331 |14cr|ayttm-0.6.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Instant messaging client 
Name:		ayttm
Version:	0.6.2
Release:	4
License:	GPLv2+
Group:		Networking/Instant messaging
Source:		http://downloads.sourceforge.net/project/ayttm/ayttm/%{version}/%{name}-%{version}.tar.bz2
Source10:	%{name}.16.png.bz2
Source11:	%{name}.32.png.bz2
Source12:	%{name}.48.png.bz2
Source20:	%{name}-puddles-smileys.tar.bz2
Patch0:		ayttm-0.6.2-fix-str-fmt.patch
Patch1:		ayttm-0.6.2-link.patch
Patch2:		ayttm-0.6.2-imagedir.patch
Obsoletes:	everybuddy
Provides:	everybuddy
URL:		http://ayttm.sourceforge.net
BuildRequires:	automake
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	libgpgme-devel
BuildRequires:	libltdl-devel
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xscrnsaver)

%description
Ayttm is designed to become a Universal Instant Messaging client
designed to seamlessly integrate all existing Instant Messaging clients and
provide a single consistant user interface. Currently, Ayttm supports
sending and receiving messages via AOL, ICQ, Yahoo, MSN, IRC and Jabber.

%prep
%setup -q -n %{name}-%{version}
%setup -q -n %{name}-%{version} -T -D -a20
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
autoreconf -fi
%configure2_5x --enable-esd --disable-arts --enable-lj \
            --enable-jasper-filter --enable-smtp --disable-static

%make

%install
%makeinstall_std


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Ayttm
Comment=Universal Instant Messaging Client
Exec=%{_bindir}/ayttm
Icon=%{name}
Terminal=false
Type=Application
Categories=Network;InstantMessaging;
EOF

rm -f %buildroot%_datadir/applnk/Internet/ayttm.desktop
rm -f %buildroot%_datadir/gnome/apps/Internet/ayttm.desktop

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
bzip2 -dc %{SOURCE10} > %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
bzip2 -dc %{SOURCE11} > %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
bzip2 -dc %{SOURCE12} > %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# Extra smileys
cp -a 'Puddles' %{buildroot}%{_datadir}/%{name}/smileys

%find_lang %{name}

%post
# Fix the paths to the modules in the prefs files...
# Note that $ has to be escaped so the shell doesn't wack 
# them.
%__perl <<EOP
while (my (@pwent) = getpwent()) {
  my \$homedir = \$pwent[7];
  my \$prefs;
  if (open PREFS, "<\$homedir/.ayttm/prefs") {
    while (<PREFS>) {
      s!%{_datadir}/%{name}/modules!%{_libdir}/%{name}!g;
      \$prefs .= \$_;
    }
    close PREFS;
    unless (rename("\$homedir/.ayttm/prefs","\$homedir/.ayttm/prefs.orig")) {
      warn "Cannot rename \$homedir/.ayttm/prefs to \$homedir/.ayttm/prefs.orig";
      next;
    }
    open PREFS, ">\$homedir/.ayttm/prefs";
    print PREFS \$prefs;
    close PREFS;
  }
}
EOP

%files -f %{name}.lang
%doc doc/ AUTHORS ChangeLog INSTALL README TODO ABOUT-NLS
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/%{name}
%{_libdir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%config(noreplace) %{_sysconfdir}/%{name}rc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-4
+ Revision: e77102f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 332 |14cr|azy-1.0.0.77508-0.20121010.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Tarball of svn snapshot created as follows...
#Cut and paste in a shell after removing initial #

#svn co http://svn.enlightenment.org/svn/e/trunk/PROTO/azy azy; \
#cd azy; \
#SVNREV=$(LANGUAGE=C svn info | grep "Last Changed Rev:" | cut -d: -f 2 | sed "s@ @@"); \
#v_maj=$(cat configure.ac | grep 'm4_define(\[v_maj\],' | cut -d' ' -f 2 | cut -d[ -f 2 | cut -d] -f 1); \
#v_min=$(cat configure.ac | grep 'm4_define(\[v_min\],' | cut -d' ' -f 2 | cut -d[ -f 2 | cut -d] -f 1); \
#v_mic=$(cat configure.ac | grep 'm4_define(\[v_mic\],' | cut -d' ' -f 2 | cut -d[ -f 2 | cut -d] -f 1); \
#PKG_VERSION=$v_maj.$v_min.$v_mic.$SVNREV; \
#cd ..; \
#tar -Jcf azy-$PKG_VERSION.tar.xz azy/ --exclude .svn --exclude .*ignore

%define svndate 20121010
%define svnrev  77508

%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Lazy RPC client/server library
Name:		azy
Version:	1.0.0.%{svnrev}
Release:	0.%{svndate}.1
License:	BSD
Group:		Graphical desktop/Enlightenment
URL:		http://www.enlightenment.org/
Source0:	%{name}-%{version}.tar.xz
BuildRequires:  byacc
BuildRequires:  re2c
BuildRequires:  pkgconfig(ecore)
BuildRequires:  pkgconfig(eina)

%description
Azy is a full rewrite of libzxr, itself a modification of libxr. It
is meant for implementing rpc clients and servers in a simple manner.

%package -n %{libname}
Summary:    Libraries for the edje package
Group:      System/Libraries

%description -n %{libname}
Azy is a full rewrite of libzxr, itself a modification of libxr. It 
is meant for implementing rpc clients and servers in a simple manner.

Libraries for azy.

%package -n %{develname}
Summary:    Enlightenment azy headers and development libraries
Group:      Development/C
Requires:   %{libname} = %{version}
Provides:   %{name}-devel = %{version}-%{release}

%description -n %{develname}
Azy development headers and libraries.
%prep
%setup -qn %{name}


%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-static
%make

%install
rm -fr %{buildroot}
%makeinstall

%files -n %{libname}
%{_libdir}/libazy*.so.%{major}*

%files -n %{develname}
%doc AUTHORS COPYING README
%{_bindir}/azy_parser
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*


%changelog
* Wed Oct 10 2012 Alexander Khryukin <alexander@mezon.ru> 1.0.0.77508-0.20121010.1
+ Revision: 2cc9801
- BR: re2c



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 333 |14cr|b5i2iso-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	b5i2iso
%define version	0.2
%define release 7

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Convert Blindwrite CD Images to ISO
Source:		%{name}-%{version}.tar.bz2
URL:		http://developer.berlios.de/projects/b5i2iso/
License:	GPL
Group:		Archiving/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description 
B5I2ISO is a very simple utility to 
convert an BlindWrite image to the 
standard ISO-9660 format.

Usage: b5i2iso image.b5i <image.iso>

%prep
%setup -q
chmod 644 CHANGELOG

%build
gcc %optflags ./src/b5i2iso.c -o b5i2iso

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
install b5i2iso %{buildroot}%{_bindir}/b5i2iso

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG
%{_bindir}/b5i2iso





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: 6a8d652
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 334 |14cr|backintime-1.0.34-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Backup tool for Linux
Name:		backintime
Version:	1.0.34
Release:	2
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://backintime.le-web.org
Source0:	http://backintime.le-web.org/download/backintime/%{name}-%{version}.tar.gz
BuildArch:	noarch

%description
Back In Time is a simple backup tool for Linux inspired from
Flyback project and TimeVault.

#----------------------------------------------------------------------------

%package common
Summary:	Back Up Tool for Linux
Group:		Archiving/Backup
Requires:	python
Requires:	rsync
Requires:	cron-daemon
Requires:	python-keyring

%description common
Common files for Back In Time.

%files common -f %{name}.lang
%{_bindir}/%{name}
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/common/
%{_datadir}/%{name}/plugins/
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man1/%{name}-config.1.*
%doc %{_datadir}/doc/%{name}/
%doc %{_datadir}/doc/%{name}-common/

#----------------------------------------------------------------------------

%package gnome
Summary:	Gnome Frontend for Back In Time
Group:		Archiving/Backup
Requires:	pygtk2.0-libglade
Requires:	gnome-python
Requires:	meld
Requires:	python-notify
Requires:	%{name}-common = %{version}
Conflicts:	%{name}-common < 0.9.24-3

%description gnome
Gnome Frontend for Back In Time.

%files gnome
%doc LICENSE README
%{_bindir}/%{name}-gnome
%{_bindir}/%{name}-gnome-root
%{_sbindir}/%{name}-gnome-root
%{_mandir}/man1/%{name}-gnome.*
%{_sysconfdir}/pam.d/%{name}-gnome-root
%{_sysconfdir}/security/console.apps/%{name}-gnome-root
%{_datadir}/applications/%{name}-gnome.desktop
%{_datadir}/applications/%{name}-gnome-root.desktop
%{_datadir}/%{name}/gnome/
%doc %{_datadir}/gnome/help/%{name}/
%{_datadir}/omf/%{name}/

#----------------------------------------------------------------------------

%package kde4
Summary:	KDE Frontend for Back In Time
Group:		Archiving/Backup
Requires:	x11-tools
Requires:	python-kde4 >= 4.1
Requires:	kompare
Requires:	kdebase4-runtime
Requires:	%{name}-common = %{version}

%description kde4
KDE Frontend for Back In Time.

%files kde4
%doc LICENSE README
%{_bindir}/%{name}-kde4
%{_bindir}/%{name}-kde4-root
%{_sbindir}/%{name}-kde4-root
%{_sysconfdir}/pam.d/%{name}-kde4-root
%{_sysconfdir}/security/console.apps/%{name}-kde4-root
%{_datadir}/applications/kde4/%{name}-kde4.desktop
%{_datadir}/applications/kde4/%{name}-kde4-root.desktop
%{_datadir}/%{name}/kde4/*
%{_datadir}/doc/kde/HTML/en/%{name}/index.docbook
%{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_bindir}/%{name}-askpass
%{_mandir}/man1/%{name}-kde4.1.xz

#----------------------------------------------------------------------------

%prep
%setup -qc

# Editing backintime-gnome desktop file
sed -i 's|Exec=gksu backintime-gnome|Exec=backintime-gnome-root|g' gnome/%{name}-gnome-root.desktop

# Editing  backintime-kde desktop file
cp kde4/%{name}-kde4.desktop kde4/%{name}-kde4-root.desktop
sed -i 's|Exec=backintime-kde4|Exec=%{_libdir}/kde4/libexec/kdesu backintime-kde4-root|g' kde4/%{name}-kde4-root.desktop
sed -i 's|Name=Back In Time|Name=Back In Time (root)|g' kde4/%{name}-kde4-root.desktop

%build
pushd common
./configure
%make
popd

pushd kde4
./configure --no-check
%make
popd

pushd gnome
./configure --no-check
%make
popd

%install
pushd common
make install \
     INSTALL="install -p" \
     PREFIX="%{_prefix}" \
     DEST="%{buildroot}/%{_prefix}"

pushd ../kde4
make install \
     INSTALL="install -p" \
     PREFIX="%{_prefix}" \
     DEST="%{buildroot}/%{_prefix}"

pushd ../gnome
make install \
     INSTALL="install -p" \
     PREFIX="%{_prefix}" \
     DEST="%{buildroot}/%{_prefix}"
pushd ..

mkdir -p %{buildroot}%{_sbindir}
cp -p %{buildroot}%{_bindir}/%{name}-gnome \
      %{buildroot}%{_sbindir}/%{name}-gnome-root
cp -p %{buildroot}%{_bindir}/%{name}-kde4 \
      %{buildroot}%{_sbindir}/%{name}-kde4-root

ln -s consolehelper \
      %{buildroot}%{_bindir}/%{name}-gnome-root

ln -s consolehelper \
      %{buildroot}%{_bindir}/%{name}-kde4-root

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps/

cat << EOF > %{buildroot}%{_sysconfdir}/security/console.apps/%{name}-gnome-root
USER=root
PROGRAM=%{_sbindir}/%{name}-gnome-root
SESSION=true
EOF

cat << EOF > %{buildroot}%{_sysconfdir}/security/console.apps/%{name}-kde4-root
USER=root
PROGRAM=%{_sbindir}/%{name}-kde4-root
SESSION=true
EOF

mkdir -p %{buildroot}%{_sysconfdir}/pam.d

cat << EOF > %{buildroot}%{_sysconfdir}/pam.d/%{name}-gnome-root
#%PAM-1.0
auth            include         config-util
account         include         config-util
session         include         config-util
EOF

cat << EOF > %{buildroot}%{_sysconfdir}/pam.d/%{name}-kde4-root
#%PAM-1.0
auth            include         config-util
account         include         config-util
session         include         config-util
EOF

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.34-2
+ Revision: 42b2eaa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 335 |14cr|backport-util-concurrent-3.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:		backport-util-concurrent
Summary:	Backport of java.util.concurrent API, introduced in Java 5.0
Version:	3.1
Release:	8
URL:		http://backport-jsr166.sourceforge.net
License:	Public Domain
Group:		Development/Java
Source0:        http://downloads.sourceforge.net/backport-jsr166/%{name}-%{version}-src.tar.gz
Source1:	http://repo1.maven.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom

BuildRequires:	jpackage-utils >= 0:1.7.2
BuildRequires:	java-devel = 0:1.5.0
BuildRequires:	ant >= 0:1.6.5
BuildRequires:	junit
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:	noarch
Requires:	java >= 0:1.5.0
Requires:	jpackage-utils
Requires(post):		jpackage-utils >= 0:1.7.2
Requires(postun):	jpackage-utils >= 0:1.7.2

BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This package is the backport of java.util.concurrent API, introduced in
Java 5.0, to Java 1.4. The backport is based on public-domain sources
from the JSR 166 CVS repository, and the dl.util.concurrent package.

%package javadoc
Group:			Development/Java
Summary:		Javadoc for %{name}

%description javadoc
API documentation for %{name}.

%prep
%setup -q -n %{name}-%{version}-src

find . -name '*.?ar' | xargs rm -f

build-jar-repository -s -p external \
		junit

%build
unset CLASSPATH
ant dist test

%install
rm -rf $RPM_BUILD_ROOT

# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 backport-util-concurrent-dist/%{name}.jar \
		$RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar \
		$RPM_BUILD_ROOT%{_javadir}/%{name}.jar


# pom
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}.pom

%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr backport-util-concurrent-dist/doc/api/* \
		$RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%doc license.html
%doc README.html
%{_javadir}/*.jar
%{_datadir}/maven2
%{_mavendepmapfragdir}

%files javadoc
%defattr(-,root,root,-)
%doc license.html
%{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1-8
+ Revision: 2bd1cf9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 336 |14cr|backupninja-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight, extensible meta-backup system
Name:		backupninja
Version:	1.0.1
Release:	2
License:	GPLv2
Group:		Archiving/Backup
URL:		http://dev.riseup.net/backupninja/
Source0:	https://labs.riseup.net/code/projects/backupninja/files/242/%{name}-%{version}.tar.gz
Requires(post): rpm-helper
Requires:	cdrdao
Requires:	cdrkit
Requires:	cdrkit-genisoimage
Requires:	dialog
Requires:	dvd+rw-tools
Requires:	hwinfo
Requires:	mailx
Requires:	mdadm
Requires:	python-pylibacl
Requires:	python-xattr
Requires:	rdiff-backup
BuildArch:	noarch


%description
Backupninja lets you drop simple config files in /etc/backup.d to coordinate
system backups. Backupninja is a master of many arts, including incremental
remote filesystem backup, MySQL backup, and ldap backup. By creating simple
drop-in handler scripts, backupninja can learn new skills. Backupninja is a
silent flower blossom death strike to lost data.

In addition to backing up regular files, Backupninja has handlers to ease
backing up: ldap, maildir, MySQL, PostgreSQL, svn, trac, and the output from
shell scripts.

Backupninja currently supports common backup utilities, easing their
configuration, currently supported are: rdiff-backup, duplicity, CD/DVD

%prep
%setup -q

%build
autoreconf -fis
%configure2_5x \
    --libdir=%{_prefix}/lib \
    --localstatedir=/var
%make

%install
%makeinstall_std
install -d %{buildroot}%{_sysconfdir}/backup.d
install -d %{buildroot}/var/backups
install -d %{buildroot}/var/log
install -d %{buildroot}/var/lib/backupninja/reports
touch %{buildroot}/var/log/backupninja.log

%post
%create_ghostfile /var/log/backupninja.log root root 644

%files
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%config %{_sysconfdir}/cron.d/backupninja
%config %{_sysconfdir}/logrotate.d/backupninja
%config(noreplace) %{_sysconfdir}/backupninja.conf
%attr(0750,root,root) %dir %{_sysconfdir}/backup.d
%{_sbindir}/*
%{_datadir}/backupninja
%{_prefix}/lib/backupninja
%attr(0750,root,root) %dir /var/backups
%attr(0750,root,root) %dir /var/lib/backupninja
%attr(0750,root,root) %dir /var/lib/backupninja/reports
%ghost /var/log/backupninja.log
%{_mandir}/man1/*
%{_mandir}/man5/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: 8ba6242
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 337 |14cr|backuponcd-0.9.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		backuponcd
%define version		0.9.1
%define release		13

%define summary		Multi-CD backup shell scripts
%define group		Archiving/Backup

Name:		%{name}
Summary:	%{summary}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		%{group}
URL:		http://www.tuxoncd.de/backuponcd/pub/backuponcd.html/
Source:		%{name}.tar.bz2
Patch1:		%{name}-rcmod.patch.bz2
Patch2:		%{name}-doc.patch.bz2

BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
BackupOnCd is a set of shell scripts which make multi-volume backups on CD-RW
possible.  It also makes the backup faster using cdrecord in a parallel
subshell and minimizes the amount of temporary needed disk space.  Currently
supported: tar and afio.

Be sure to modify /etc/backuponcd/global.rc to suit your system!


%prep

%setup -c -q


# (pc) another dirty hack to clean out some temp files
for i in `find $RPM_BUILD_DIR/%name-%version -path '*~'`; do rm -f $i; done

# (pc) modify global.rc for more of a typical mdk setup
%patch1 -p0
# (pc) patch for documentation locations in backuponcd help message
%patch2 -p0


%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

mkdir -p %{buildroot}{%{_sbindir},%{_sysconfdir}/%{name}}
cp $RPM_BUILD_DIR/%name-%version/usr/local/sbin/* %{buildroot}%{_sbindir}
cp $RPM_BUILD_DIR/%name-%version/etc/%{name}/global.rc %{buildroot}%{_sysconfdir}/%{name}
cp $RPM_BUILD_DIR/%name-%version/usr/doc/%{name}/samples/excludelist %{buildroot}%{_sysconfdir}/%{name}

chmod 755 %{buildroot}%{_sbindir}/*

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}
rm -rf $RPM_BUILD_DIR/*


%files
%defattr(-,root,root)
%doc usr/doc/backuponcd/*
%{_sbindir}/*
%dir %{_sysconfdir}/%{name}
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/global.rc
%config(noreplace) %{_sysconfdir}/%{name}/excludelist





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-13
+ Revision: 33ae067
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 338 |14cr|backuppc-3.2.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name    BackupPC
%define debug_package %{nil}

%define __noautoreq 'perl\\(BackupPC::.*\\)'
%define __noautoprov 'perl\\(BackupPC::.*\\)'

Name:               backuppc
Version:            3.2.1
Release:            13
Summary:            High-performance, enterprise-grade backup system

Group:              Archiving/Backup
License:            GPLv2
Url:                http://backuppc.sourceforge.net
Source0:            http://sourceforge.net/projects/backuppc/files/backuppc/%{version}/%{Name}-%{version}.tar.gz
Source3:	    BackupPC_Admin.c
Source4:	    backuppc.service
Source5:	    backuppc.tmpfiles
Patch0:             %{name}-3.1.0-fhs.patch
Patch1:		    BackupPC-3.1.0-CVE-2009-3369.diff
# Correct upstream perl syntax (get rid of error messages at service start)
Patch2:		    BackupPC-3.2.1-CVE-2011-170886.diff
# CVE-2011-5081 will be obsoleted by next upstream version (> 3.2.1)
Patch3:		    BackupPC-3.2.1-CVE-2011-5081.diff
Patch4:		    BackupPC-3.2.1-CVE-2011-4923.diff
Requires:           sendmail-command
Requires:           apache
Requires(post):     rpm-helper
Requires(preun):    rpm-helper
Suggests:           openssh-clients
Suggests:           samba-client
Suggests:           perl(File::RsyncP)

%description
BackupPC is a high-performance, enterprise-grade system
for backing up Linux, Win32, and laptops to a server's disk.
Features include clever pooling of identical files, no client-side 
software, and a powerful Apache/CGI user interface. 

%prep
%setup -q -n %{Name}-%{version}
%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0

rm -rf images/CVS
# fix file perms
find lib -type f -exec chmod 644 {} \;
find bin -type f -exec chmod 755 {} \;
find doc -type f -exec chmod 644 {} \;
find . -maxdepth 1 -type f -exec chmod 644 {} \;
# fix perl shellbang
find . -type f -exec perl -pi -e 's|^#!/bin/perl|#!/usr/bin/perl|' {} \;

%build
gcc %SOURCE3 -o BackupPC_Admin
# set installation directory
find . -type f -exec perl -pi -e 's|__INSTALLDIR__|%{_datadir}/%{name}|' {} \;
find . -type f -exec perl -pi -e 's|__TOPDIR__|%{_localstatedir}/lib/%{name}|' {} \;
# set configuration
# the binaries path are disabled to avoid service failure at start
perl -pi \
    -e 's|^\$Conf{BackupPCUser}.*|\$Conf{BackupPCUser} = "%{name}";|;' \
    -e 's|^\$Conf{CgiDir}.*|\$Conf{CgiDir} = "%{_var}/www/%{name}";|;' \
    -e 's|^\$Conf{InstallDir}.*|\$Conf{InstallDir} = "%{_datadir}/%{name}";|;' \
    -e 's|^\$Conf{CgiImageDirURL}.*|\$Conf{CgiImageDirURL} = "/%{name}";|;' \
    -e 's|^\$Conf{SshPath}.*|\$Conf{SshPath} = "/usr/bin/ssh";|;' \
    -e 's|^\$Conf{SmbClientPath}.*|\$Conf{SmbClientPath} = "/usr/bin/smbclient";|;' \
    -e 's|^\$Conf{NmbLookupPath}.*|\$Conf{NmbLookupPath} = "/usr/bin/nmblookup";|;' \
    -e 's|^\$Conf{PingPath}.*|\$Conf{PingPath} = "/bin/ping";|;' \
    -e 's|^\$Conf{DfPath}.*|\$Conf{DfPath} = "/bin/df";|;' \
    -e 's|^\$Conf{SplitPath}.*|\$Conf{SplitPath} = "/usr/bin/split";|;' \
    -e 's|^\$Conf{CatPath}.*|\$Conf{CatPath} = "/bin/cat";|;' \
    -e 's|^\$Conf{GzipPath}.*|\$Conf{GzipPath} = "/bin/gzip";|;' \
    -e 's|^\$Conf{Bzip2Path}.*|\$Conf{Bzip2Path} = "/usr/bin/bzip2";|;' \
    -e 's|^\$Conf{SendmailPath}.*|\$Conf{SendmailPath} = "/usr/sbin/sendmail";|;' \
    -e 's|^\$Conf{ServerInitdPath}.*|\$Conf{ServerInitdPath} = "%{_initrddir}/%{name}";|;' \
    -e 's|^\$Conf{BackupPCdPath}.*|\$Conf{BackupPCdPath} = "%{_datadir}/%{name}/bin/BackupPC";|;' \
    -e 's|^\$Conf{TarClientPath}.*|\$Conf{TarClientPath} = "/bin/tar";|;' \
    -e 's|^\$Conf{RsyncClientPath}.*|\$Conf{RsyncClientPath} = "/usr/bin/rsync";|;' \
    -e 's|^\$Conf{TopDir}.*|\$Conf{TopDir} = "/var/lib/backuppc";|;' \
    conf/config.pl

%install
# constant files
install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -pr lib %{buildroot}%{_datadir}/%{name}
cp -pr bin %{buildroot}%{_datadir}/%{name}
cp -pr doc %{buildroot}%{_datadir}/%{name}

# web files
install -d -m 755 %{buildroot}%{_var}/www/%{name}
install -m 644 images/* %{buildroot}%{_var}/www/%{name}
install -m 644 conf/*.css %{buildroot}%{_var}/www/%{name}
install -m 644 conf/*.js %{buildroot}%{_var}/www/%{name}
install -m 755 cgi-bin/BackupPC_Admin %{buildroot}%{_var}/www/%{name}/BackupPC_Admin.cgi

# variable files
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/{cpool,log,pc,pool,trash}

# perl-suidperl is no longer avaialable, use a C wrapper
install -m 4755 BackupPC_Admin %{buildroot}%{_var}/www/%{name}

# configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 conf/{hosts,config.pl} %{buildroot}%{_sysconfdir}/%{name}

# systemd
install -m 644 -D %{SOURCE4} %{buildroot}%{_unitdir}/%{name}.service
install -m 644 -D %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# logs
install -d -m 755 %{buildroot}%{_var}/log/%{name}

# strip binary
%{__strip} %{buildroot}/var/www/%{name}/BackupPC_Admin

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# BackupPC Apache configuration
Alias /%{name} %{_var}/www/%{name}

<Directory %{_var}/www/%{name}>
    Require all granted
    Options ExecCGI
    <Files BackupPC_Admin>
        SetHandler cgi-script
    </Files>
    DirectoryIndex BackupPC_Admin
</Directory>
EOF

cat > README.omv <<EOF
%{_distribution} RPM specific notes

Setup
-----
The %{_distribution} setup improves the FHS compliance wrt. that used upstream:
- /var/www/backuppc    ... files accessible from the web
- /usr/share/backuppc  ... files non-accessible from the web
- /var/lib/backuppc    ... files with varibales
- /etc/backuppc        ... both global and per-host configuration files

Backuppc user; backup-data
--------------------------
Backup-data stored in another file-system can be made accessible to backuppc
by creating a soft link from /var/www/lib to the root of the backup-data
hierarchy. If backuppc is uninstalled (urpme backuppc), this data will not
be deleted - with the exception of a cpool directory that is empty; when,
subsequently, backuppc is newly installed, cpool must be manually created
(with uid:gid = backuppc:backkuppc).

To make backuppc access backup-data that exist prior to installing backkuppc,
make sure that the user "backuppc" exists BEFORE the package is installed, and
that its uid and gid matches the ownership of that data (otherwise the
package would automatically create the user with random uid and gid values).

Lighttpd server definition
--------------------------
When using lighttpd, the following definition in /etc/lighttpd/lighttpd.conf
should work:
    $HTTP["url"] =~ "^/backuppc" {
	server.document-root = "/var/www/backuppc"
	cgi.assign = ( "BackupPC_Admin" => "" )
	index-file.names = ( "BackupPC_Admin" )
	alias.url = ( "/backuppc" => "/var/www/backuppc" )
	dir-listing.activate = "disable"
	$HTTP["remoteip"] != "127.0.0.1" { 
	    auth.backend = "htpasswd"
	    auth.backend.htpasswd.userfile = "<password-dir>/passwd/backuppc"
	    auth.require += ( "" => (	"method" => "basic",
					"realm" => "BackupPC",
					"require" => "valid-user" ) )
	}
    }
<password-dir> is the directory where you keep the passwords for your server;
the suggested definition does not require authentication if the backuppc gui
is invoked from the machine that hosts the lighttpd server
EOF


%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/sh

%post
%tmpfiles_create %{name}
%_post_service %{name}

%preun
%_preun_service %{name}
if [ $1 -ne 0 ] ; then
# previous releases of backuppc had root as the owner - undo this fault
  chown backuppc:backuppc %{_sysconfdir}/%{name}
fi

%postun
%_postun_userdel %{name}

%files
%doc ChangeLog README LICENSE doc/* README.omv
# backuppc must be able to edit the config file and create backup files
%config(noreplace) %attr(0755,backuppc,backuppc) %{_sysconfdir}/%{name}
#% config(noreplace) %attr(0640,backuppc,backuppc) %{_sysconfdir}/%{name}/*
%config(noreplace) %{_webappconfdir}/%{name}.conf
%{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf
%{_datadir}/%{name}
#note: globbings like [^B]* or !(BackupPC*) don't work
%{_var}/www/%{name}/*.gif
%{_var}/www/%{name}/*.png
%{_var}/www/%{name}/*.css
%{_var}/www/%{name}/*.js
%{_var}/www/%{name}/*.ico
%attr(-,backuppc,backuppc) %{_var}/www/%{name}/BackupPC_Admin.cgi
%attr(-,backuppc,backuppc) %{_var}/www/%{name}/BackupPC_Admin
%attr(-,backuppc,backuppc) %{_var}/log/%{name}
%attr(-,backuppc,backuppc) %{_localstatedir}/lib/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.1-13
+ Revision: 89a35a7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 339 |14cr|bacula2-2.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: bacula2.spec 
# Generato: http://www.mandrivausers.ro/
# Build for Stella Linux by Nux
# http://li.nux.ro/stella/
# MRB-Falticska Florin
######################################################


%define _hardened_build 1
%define working_dir	/var/spool/bacula2
%define script_dir	/usr/libexec/bacula2
%define group		Archiving/Backup

Summary: 	Backup client for bacula version 2 server
Name: 		bacula2
Version: 	2.4.4
Release: 	2
License: 	GPLv2 
Group:   	%{group}

URL: 		http://www.bacula.org
Source0: 	http://downloads.sf.net/bacula/bacula-%{version}.tar.gz
Source1: 	bacula2-fd.service
Source100: 	%{name}.rpmlintrc

Patch0:		bacula2-2.4.4-utf8.patch
Patch1: 	bacula2-config.patch
Patch2: 	bacula2-3.0.2-openssl.patch
Patch3: 	bacula2-2.4.4-python27.patch
Patch4: 	bacula2-2.4.4-daemon-name.patch

BuildRequires: pkgconfig(openssl)
BuildRequires: perl
BuildRequires: acl-devel
BuildRequires: pkgconfig(zlib)
BuildRequires: pkgconfig(python) 
BuildRequires: stdc++-devel
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig
BuildRequires: glibc-devel
BuildRequires: sed
BuildRequires: systemd-units
BuildRequires: tcp_wrappers-devel


%description
Bacula is a set of programs that allow you to manage the backup, recovery,
and verification of computer data across a network of different computers.
It is based on a client/server architecture and is efficient and relatively
easy to use, while offering many advanced storage management features that
make it easy to find and recover lost or damaged files.

The bacula2 packages are clients suitable for use with a bacula version
2.x server (director), since later clients are incompatible.

#-----------client-------------
%package 	client
Summary: 	Bacula backup client
Group:   	%{group}
Requires: 	bacula2-common = %{EVRD}
Requires(post): systemd-units
Requires(post): sysvinit
Requires(preun): systemd-units
Requires(postun): systemd-units


%description 	client
Bacula is a set of programs that allow you to manage the backup, recovery,
and verification of computer data across a network of different computers.
It is based on a client/server architecture.

This package contains the bacula version 2 client, the daemon running on
the system to be backed up to a bacula version 2 server (director).

#--------common----------------
%package 	common
Summary: 	Common Bacula utilities
Group:   	%{group}
Requires(pre): 	shadow-utils

%description common
Bacula is a set of programs that allow you to manage the backup, recovery,
and verification of computer data across a network of different computers.
It is based on a client/server architecture.

The bacula2 packages are clients suitable for use with a bacula version
2.x server (director), since later clients are incompatible.

%prep
%setup -q -n bacula-%{version}

%patch0 -p1
%patch1 -p1
%patch2 -p2
%patch3 -p0


# Fix attr
find examples -type f | xargs chmod -x
find updatedb -type f | xargs chmod -x
chmod -x src/console/conio.c

%build
# TODO: ugly but works..if smbody can do it better be my guest Sflo
CFLAGS="$(echo %{optflags}|sed s/-D_FORTIFY_SOURCE=./-U_FORTIFY_SOURCE/)" \
  %configure \
	--sysconfdir=%{_sysconfdir}/bacula2 \
	--with-fd-user=root \
	--with-fd-group=root \
	--with-fd-password=@@FD_PASSWORD@@ \
	--with-mon-dir-password=@@MON_DIR_PASSWORD@@ \
	--with-mon-fd-password=@@MON_FD_PASSWORD@@ \
	--with-mon-sd-password=@@MON_SD_PASSWORD@@ \
	--with-working-dir=%{working_dir} \
	--with-scriptdir=%{script_dir} \
	--with-smtp-host=localhost \
	--with-subsys-dir=%{_localstatedir}/lock/subsys \
	--with-pid-dir=%{_localstatedir}/run \
	--enable-client-only \
	--enable-largefile \
	--with-openssl \
	--with-tcp-wrappers \
	--with-python \
	--enable-smartalloc \
	--enable-tray-monitor
	
	
%{make}

%install
%{makeinstall_std}

# Desktop Integration for the console apps and the traymonitor
mkdir -p %{buildroot}%{_bindir}

# Initscript
install -m 755 -D %{SOURCE1}  %{buildroot}%{_unitdir}/bacula2-fd.service

# Create the bacula user's home directory
mkdir -p %{buildroot}%{_localstatedir}/spool/bacula2

# workaround so files from bacula2 screw the main bacula package Sflo
mv %{buildroot}%{_sbindir}/bacula-fd %{buildroot}%{_sbindir}/bacula2-fd
mv %{buildroot}%{_mandir}/man8/bacula-fd.8.gz %{buildroot}%{_mandir}/man8/bacula2-fd.8.gz

# Fix some linting Sflo
chmod 755 %{buildroot}%{_sbindir}/*

%pre common
getent group bacula >/dev/null || groupadd -r bacula
getent passwd bacula >/dev/null || \
	useradd -r -s /sbin/nologin -d %{_localstatedir}/spool/bacula2 -M \
		-c 'Bacula Backup System' -g bacula bacula
exit 0

%post client
/sbin/chkconfig --add bacula2-fd

%preun client
if [ $1 = 0 ]; then
	/bin/systemctl --no-reload disable bacula2-fd.service > /dev/null 2>&1 || :
	/bin/systemctl stop bacula2-fd.service > /dev/null 2>&1 || :
fi

%postun client
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ "$1" -ge "1" ]; then
	/bin/systemctl try-restart bacula2-fd.service >/dev/null 2>&1 || :
fi


%files common
%doc AUTHORS ChangeLog COPYING LICENSE README SUPPORT VERIFYING examples/
%dir %{_sysconfdir}/bacula2/
%dir %attr(750, bacula, bacula) %{_localstatedir}/spool/bacula2/
%{script_dir}/*
%{_mandir}/man1/*

%files client
%{_sbindir}/btraceback
%{_sbindir}/bacula2-fd
%{_sbindir}/bconsole
%{_unitdir}/bacula2-fd.service
%config(noreplace) %{_sysconfdir}/bacula2/bconsole.conf
%config(noreplace) %{_sysconfdir}/bacula2/bacula-fd.conf
%{_mandir}/man8/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.4-2
+ Revision: f6742ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 340 |14cr|bacula-7.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir /usr/libexec
%define uid 133
%define username bacula
%define _guiver 7.0.2
%define group Archiving/Backup

%define with_omv 0

Name:               bacula
Version:            7.0.2
Release:            3
Summary:            Cross platform network backup for Linux, Unix, Mac and Windows
License:            AGPLv3 
Group:              %{group}
URL:                http://www.bacula.org

Source0:            http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	        bacula.rpmlintrc
Source2:            quickstart_postgresql.txt
Source3:            quickstart_mysql.txt
Source4:            quickstart_sqlite3.txt
Source5:            README
Source6:            %{name}.logrotate
Source7:            %{name}-fd.init
Source8:            %{name}-dir.init
Source9:            %{name}-sd.init
Source10:           %{name}-fd.service
Source11:           %{name}-dir.service
Source12:           %{name}-sd.service
Source13:           %{name}-bat.desktop
Source14:           %{name}-traymonitor.desktop
Source15:           %{name}-fd.sysconfig
Source16:           %{name}-dir.sysconfig
Source17:           %{name}-sd.sysconfig


Patch1:             %{name}-5.0.2-openssl.patch
Patch2:             %{name}-7.0.0-queryfile.patch
Patch3:             %{name}-5.0.3-sqlite-priv.patch
Patch4:             %{name}-5.2.13-bat-build.patch
Patch5:             %{name}-5.2.12-seg-fault.patch
Patch6:             %{name}-5.2.13-logwatch.patch
Patch7:             %{name}-non-free-code.patch
Patch8:             %{name}-7.0.2-configure.patch
Patch9:             %{name}-7.0.2-git.patch

BuildRequires:      desktop-file-utils
BuildRequires:      perl
BuildRequires:      sed

BuildRequires:      glibc-devel
BuildRequires:      acl-devel
BuildRequires:      stdc++-devel
BuildRequires:      pkgconfig(libxml-2.0)
BuildRequires:      cap-devel
BuildRequires:      liblzo-devel

%if %{with_omv} 
BuildRequires:      mariadb-devel >= 3.23
%else
BuildRequires:      mysql-devel
%endif
BuildRequires:      pkgconfig(libecpg)
BuildRequires:      pkgconfig(sqlite3)
BuildRequires:      pkgconfig(ncurses)
BuildRequires:      pkgconfig(openssl)
BuildRequires:      readline-devel
BuildRequires:      pkgconfig(zlib)
BuildRequires:      qt4-devel >= 4.6.2
BuildRequires:      tcp_wrappers-devel
BuildRequires:      systemd


%description
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture and is efficient and relatively easy to
use, while offering many advanced storage management features that make it easy
to find and recover lost or damaged files.


##########################################
%define baculalibname %mklibname bacula %{_guiver}

%package -n %{baculalibname}
Summary:            Bacula libraries
Group:              %{group}


%description -n %{baculalibname}
Bacula is a set of programs that allow you to manage the backup,
recovery, and verification of computer data across a network of
different computers. It is based on a client/server architecture.

This package contains basic Bacula libraries, which are used by all
Bacula programs.

%files  -n %{baculalibname}
%doc AUTHORS ChangeLog LICENSE SUPPORT ReleaseNotes
%{_libdir}/libbac-%{version}.so
%{_libdir}/libbaccfg-%{version}.so
%{_libdir}/libbacfind-%{version}.so


############################################
%define devname		%mklibname -d %{name}

%package  -n	%{devname}
Summary:            Bacula development files
Group:              Development/Other
Requires:           %{baculalibname} = %{EVRD}
Requires:           bacula-dir-sql = %{EVRD}

%description  -n	%{devname}
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This development package contains static libraries and header files.

%files   -n	%{devname}
%{_includedir}/bacula
%{_libdir}/libbac.so
%{_libdir}/libbaccfg.so
%{_libdir}/libbacfind.so
%{_libdir}/libbacsql.so

##############################################

%package dir-sql
Summary:            Bacula SQL libraries
Group:              %{group}
Provides:           bacula-dir-mysql = %{EVRD}
Provides:           bacula-dir-sqlite = %{EVRD}
Provides:           bacula-dir-postgresql = %{EVRD}

%description dir-sql
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains the SQL Bacula libraries, which are used by Director and
Storage daemons. You have to select your preferred catalog library through the
alternatives system.

%files dir-sql
%{_libdir}/libbaccats-mysql-%{version}.so
%{_libdir}/libbaccats-mysql.so
%{_libdir}/libbaccats-postgresql-%{version}.so
%{_libdir}/libbaccats-postgresql.so
%{_libdir}/libbaccats-sqlite3-%{version}.so
%{_libdir}/libbaccats-sqlite3.so
%{_libdir}/libbacsql-%{version}.so
%{_libdir}/libbaccats-%{version}.so
##############################################

%package common
Summary:            Common Bacula files
Group:              %{group}
Provides:           bacula-common = %{EVRD}
Provides:           group(%username) = %uid
Provides:           user(%username) = %uid
Requires:           %{baculalibname} = %{EVRD}
Requires(pre):      shadow-utils
Requires(postun):   shadow-utils

%description common
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains files common to all Bacula daemons.

%files common
%doc README quickstart_*
%config(noreplace) %{_sysconfdir}/logrotate.d/bacula
%dir %{_localstatedir}/log/bacula %attr(750, bacula, bacula)
%dir %{_localstatedir}/spool/bacula %attr(750, bacula, bacula)
%dir %{_libexecdir}/%{name}
%dir %{_sysconfdir}/%{name} %attr(755,root,root)
%{_libexecdir}/%{name}/btraceback.dbx
%{_libexecdir}/%{name}/btraceback.gdb
%{_libexecdir}/%{name}/bacula_config
%{_libexecdir}/%{name}/btraceback.mdb
%{_mandir}/man8/btraceback.8*
%{_mandir}/man8/bpluginfo.8*
%{_sbindir}/btraceback
%{_sbindir}/bpluginfo
#############################################

%package dir-common
Summary:            Bacula Director files
Group:              %{group}
Requires:           bacula-common = %{EVRD}
Requires:           %{baculalibname} = %{EVRD}
Requires:           bacula-dir-sql = %{EVRD}
Requires:           logwatch
# Director backends merged into core.
Provides:           bacula-dir-common = %{EVRD}
Provides:           bacula-dir-mysql = %{EVRD}
Provides:           bacula-dir-sqlite3 = %{EVRD}
Provides:           bacula-dir-pgsql = %{EVRD}


Requires(post):     systemd
Requires(preun):    systemd
Requires(postun):   systemd


%description dir-common
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains the director files.

%files dir-common
%doc updatedb examples/sample-query.sql
%config(noreplace) %{_sysconfdir}/bacula/bacula-dir.conf %attr(640,root,bacula)
%config(noreplace) %{_sysconfdir}/bacula/query.sql %attr(640,root,bacula)
%config(noreplace) %{_sysconfdir}/logwatch/conf/logfiles/bacula.conf
%config(noreplace) %{_sysconfdir}/logwatch/conf/services/bacula.conf
%config(noreplace) %{_sysconfdir}/sysconfig/bacula-dir
%{_libexecdir}/%{name}/create_bacula_database
%{_libexecdir}/%{name}/delete_catalog_backup
%{_libexecdir}/%{name}/drop_bacula_database
%{_libexecdir}/%{name}/drop_bacula_tables
%{_libexecdir}/%{name}/grant_bacula_privileges
%{_libexecdir}/%{name}/make_bacula_tables
%{_libexecdir}/%{name}/make_catalog_backup.pl
%{_libexecdir}/%{name}/update_bacula_tables
%{_libexecdir}/%{name}/create_mysql_database
%{_libexecdir}/%{name}/drop_mysql_database
%{_libexecdir}/%{name}/drop_mysql_tables
%{_libexecdir}/%{name}/grant_mysql_privileges
%{_libexecdir}/%{name}/make_mysql_tables
%{_libexecdir}/%{name}/update_mysql_tables
%{_libexecdir}/%{name}/create_sqlite3_database
%{_libexecdir}/%{name}/drop_sqlite3_database
%{_libexecdir}/%{name}/drop_sqlite3_tables
%{_libexecdir}/%{name}/grant_sqlite3_privileges
%{_libexecdir}/%{name}/make_sqlite3_tables
%{_libexecdir}/%{name}/update_sqlite3_tables
%{_libexecdir}/%{name}/create_postgresql_database
%{_libexecdir}/%{name}/drop_postgresql_database
%{_libexecdir}/%{name}/drop_postgresql_tables
%{_libexecdir}/%{name}/grant_postgresql_privileges
%{_libexecdir}/%{name}/make_postgresql_tables
%{_libexecdir}/%{name}/update_postgresql_tables
%{_mandir}/man1/bsmtp.1*
%{_mandir}/man8/bacula-dir.8*
%{_mandir}/man8/bregex.8*
%{_mandir}/man8/bwild.8*
%{_mandir}/man8/dbcheck.8*
%{_sbindir}/bacula-dir
%{_sbindir}/bregex
%{_sbindir}/bsmtp
%{_sbindir}/bwild
%{_sbindir}/dbcheck
%{_sysconfdir}/logwatch/scripts/services/bacula
%{_sysconfdir}/logwatch/scripts/shared/applybaculadate
%{_unitdir}/bacula-dir.service

#############################################
%package sd
Summary:            Bacula storage daemon files
Group:              %{group}
Requires:           bacula-common = %{EVRD}
Requires:           %{baculalibname} = %{EVRD}
Requires:           bacula-dir-sql = %{EVRD}
Requires:           mt-st
Provides:           bacula-storage-common = %{EVRD}
Provides:           bacula-storage-mysql = %{EVRD}
Provides:           bacula-storage-sqlite3 = %{EVRD}
Provides:           bacula-storage-pgsql = %{EVRD}

Requires(post):     systemd
Requires(preun):    systemd
Requires(postun):   systemd


%description sd
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains the storage daemon, the daemon responsible for writing
the data received from the clients onto tape drives or other mass storage
devices.

%files sd
%config(noreplace) %{_sysconfdir}/bacula/bacula-sd.conf %attr(640,root,root)
%config(noreplace) %{_sysconfdir}/sysconfig/bacula-sd
%{_libexecdir}/%{name}/disk-changer
%{_libexecdir}/%{name}/dvd-handler
%{_libexecdir}/%{name}/mtx-changer
%{_libexecdir}/%{name}/mtx-changer.conf
%{_mandir}/man8/bacula-sd.8*
%{_mandir}/man8/bcopy.8*
%{_mandir}/man8/bextract.8*
%{_mandir}/man8/bls.8*
%{_mandir}/man8/bscan.8*
%{_mandir}/man8/btape.8*
%{_sbindir}/bacula-sd
%{_sbindir}/bcopy
%{_sbindir}/bextract
%{_sbindir}/bls
%{_sbindir}/bscan
%{_sbindir}/btape
%{_unitdir}/bacula-sd.service

##############################################

%package client
Summary:            Bacula backup client
Group:              %{group}
Requires:           bacula-common = %{EVRD}
Requires:           %{baculalibname} = %{EVRD}

Requires(post):     systemd
Requires(preun):    systemd
Requires(postun):   systemd


%description client
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains the bacula client, the daemon running on the system to be
backed up.

%files client
%config(noreplace) %{_sysconfdir}/bacula/bacula-fd.conf %attr(640,root,root)
%config(noreplace) %{_sysconfdir}/sysconfig/bacula-fd
%{_mandir}/man8/bacula-fd.8*
%{_libdir}/bacula/bpipe-fd.so
%{_sbindir}/bacula-fd
%{_unitdir}/bacula-fd.service

###############################################

%package console
Summary:            Bacula management console
Group:              %{group}
Requires:           %{baculalibname} = %{EVRD}

%description console
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains the command-line management console for the bacula backup
system.

%files console
%config(noreplace) %{_sysconfdir}/bacula/bconsole.conf %attr(640,root,root)
%{_mandir}/man8/bconsole.8*
%{_sbindir}/bconsole

##################################################

%package bat
Summary:            Bacula bat console
Group:              %{group}
Requires:           %{baculalibname} = %{EVRD}

%description bat
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains the bat version of the bacula management console.

%files bat
%config(noreplace) %{_sysconfdir}/bacula/bat.conf %attr(640,root,root)
%{_datadir}/applications/bacula-bat.desktop
%{_datadir}/bacula/*.html
%{_datadir}/bacula/*.png
%{_datadir}/pixmaps/bat.png
%{_mandir}/man1/bat.1*
%{_sbindir}/bat

############################################

%package tray-monitor
Summary:            Bacula system tray monitor
Group:              %{group}
Requires:           %{baculalibname} = %{EVRD}

%description tray-monitor
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains the Gnome and KDE compatible tray monitor to monitor your
bacula server.

%files tray-monitor
%config(noreplace) %{_sysconfdir}/bacula/tray-monitor.conf %attr(640,root,root)
%{_datadir}/applications/bacula-traymonitor.desktop
%{_datadir}/pixmaps/bacula-tray-monitor.png
%{_mandir}/man1/bacula-tray-monitor.1*
%{_sbindir}/bacula-tray-monitor

#################################################
# enabled bacula plugin in nagios-check

%package -n nagios-check_bacula
Summary:            Nagios Plugin - check_bacula
Group:              %{group}
Requires:           %{baculalibname} = %{version}-%{release}
Requires:           nagios

%description -n nagios-check_bacula
Provides check_bacula support for Nagios.

%files -n nagios-check_bacula
%{_libdir}/nagios/plugins/check_bacula

###################################################
%prep
%setup -q
%patch1 -p2
%patch2 -p1
%patch3 -p0
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p2
cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} .

# Remove execution permissions from files we're packaging as docs later on
find updatedb -type f | xargs chmod -x

%build
build() {
export LDFLAGS="$LDFLAGS -lreadline -lncurses"
export CFLAGS="%{optflags} -I%{_includedir}/ncurses"
export CPPFLAGS="%{optflags} -I%{_includedir}/ncurses"
%configure \
        --disable-conio \
        --disable-rpath \
        --docdir=%{_datadir}/bacula \
        --enable-batch-insert \
        --enable-build-dird \
        --enable-build-stored \
        --enable-includes \
        --enable-largefile \
        --enable-readline \
        --enable-smartalloc \
        --sysconfdir=%{_sysconfdir}/bacula \
        --with-basename=bacula \
        --with-bsrdir=%{_localstatedir}/spool/bacula \
        --with-dir-password=@@DIR_PASSWORD@@ \
        --with-fd-password=@@FD_PASSWORD@@ \
        --with-hostname=localhost \
        --with-logdir=%{_localstatedir}/log/bacula \
        --with-mon-dir-password=@@MON_DIR_PASSWORD@@ \
        --with-mon-fd-password=@@MON_FD_PASSWORD@@ \
        --with-mon-sd-password=@@MON_SD_PASSWORD@@ \
        --with-mysql \
        --with-openssl \
        --with-pid-dir=%{_localstatedir}/run \
        --with-plugindir=%{_libdir}/bacula \
        --with-postgresql \
        --with-scriptdir=%{_libexecdir}/bacula \
        --with-sd-password=@@SD_PASSWORD@@ \
        --with-smtp-host=localhost \
        --with-sqlite3 \
        --with-subsys-dir=%{_localstatedir}/lock/subsys \
        --with-tcp-wrappers \
        --with-working-dir=%{_localstatedir}/spool/bacula \
        --with-x \
        $*
}


export QMAKE=/usr/lib/qt4/bin/qmake
build --enable-bat

# Remove rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%{make} 
make -C examples/nagios/check_bacula

pushd src/qt-console/tray-monitor
    $QMAKE tray-monitor.pro
    %make
popd


%install
%{makeinstall_std}

# Nagios plugin
install -p -m 755 -D examples/nagios/check_bacula/.libs/check_bacula %{buildroot}%{_libdir}/nagios/plugins/check_bacula

# Remove catalogue backend symlinks
rm -f %{buildroot}%{_libdir}/libbaccats.so
rm -f %{buildroot}%{_libdir}/libbaccats-%{version}.so

# Bat
install -p -m 644 -D src/qt-console/images/bat_icon.png %{buildroot}%{_datadir}/pixmaps/bat.png
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE13}

# QT Tray monitor
install -p -m 755 -D src/qt-console/tray-monitor/bacula-tray-monitor %{buildroot}%{_sbindir}/bacula-tray-monitor
install -p -m 644 -D src/qt-console/tray-monitor/tray-monitor.conf %{buildroot}%{_sysconfdir}/bacula/tray-monitor.conf
install -p -m 644 -D src/qt-console/images/bat_icon.png %{buildroot}%{_datadir}/pixmaps/bacula-tray-monitor.png
install -p -m 644 -D manpages/bacula-tray-monitor.1 %{buildroot}%{_mandir}/man1/bacula-tray-monitor.1
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE14}

# Logrotate
mkdir -p %{buildroot}%{_localstatedir}/log/bacula
install -p -m 644 -D %{SOURCE6} %{buildroot}%{_sysconfdir}/logrotate.d/bacula

# Logwatch
install -p -m 755 -D scripts/logwatch/bacula %{buildroot}%{_sysconfdir}/logwatch/scripts/services/bacula
install -p -m 755 -D scripts/logwatch/applybaculadate %{buildroot}%{_sysconfdir}/logwatch/scripts/shared/applybaculadate
install -p -m 644 -D scripts/logwatch/logfile.bacula.conf %{buildroot}%{_sysconfdir}/logwatch/conf/logfiles/bacula.conf
install -p -m 644 -D scripts/logwatch/services.bacula.conf %{buildroot}%{_sysconfdir}/logwatch/conf/services/bacula.conf

# Systemd unit files
mkdir -p %{buildroot}%{_unitdir}
install -p -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/bacula-fd.service
install -p -m 644 -D %{SOURCE11} %{buildroot}%{_unitdir}/bacula-dir.service
install -p -m 644 -D %{SOURCE12} %{buildroot}%{_unitdir}/bacula-sd.service



# Sysconfig
install -p -m 644 -D %{SOURCE15} %{buildroot}%{_sysconfdir}/sysconfig/bacula-fd
install -p -m 644 -D %{SOURCE16} %{buildroot}%{_sysconfdir}/sysconfig/bacula-dir
install -p -m 644 -D %{SOURCE17} %{buildroot}%{_sysconfdir}/sysconfig/bacula-sd


# bacula Spool dir
mkdir -p %{buildroot}%{_localstatedir}/spool/bacula

# Clean
rm -f %{buildroot}%{_libexecdir}/bacula/{bacula,bacula-ctl-*,startmysql,stopmysql,bconsole,make_catalog_backup}
rm -f %{buildroot}%{_sbindir}/bacula
rm -f %{buildroot}%{_mandir}/man8/bacula.8.gz
rm -f %{buildroot}%{_libdir}/*.la
rm -f %{buildroot}%{_datadir}/bacula/{ChangeLog,INSTALL,LICENSE,README,ReleaseNotes,VERIFYING,technotes}

# make rpmlint a happy 
chmod 755 %{buildroot}%{_sbindir}/*
chmod 755 %{buildroot}%{_libdir}/bacula/*
chmod 755 %{buildroot}%{_libexecdir}/bacula/*
chmod 644 %{buildroot}%{_libexecdir}/bacula/btraceback.*


%post dir-sql
/usr/sbin/alternatives --install %{_libdir}/libbaccats.so libbaccats.so %{_libdir}/libbaccats-mysql.so 50
/usr/sbin/alternatives --install %{_libdir}/libbaccats.so libbaccats.so %{_libdir}/libbaccats-sqlite3.so 40
/usr/sbin/alternatives --install %{_libdir}/libbaccats.so libbaccats.so %{_libdir}/libbaccats-postgresql.so 60
# Fix for automatic selection of backends during upgrades
if readlink /etc/alternatives/libbaccats.so | grep --silent mysql || \
   readlink /etc/alternatives/bacula-dir | grep --silent mysql || \
   readlink /etc/alternatives/bacula-sd | grep --silent mysql; then
        /usr/sbin/alternatives --set libbaccats.so %{_libdir}/libbaccats-mysql.so
elif readlink /etc/alternatives/libbaccats.so | grep --silent sqlite || \
   readlink /etc/alternatives/bacula-dir | grep --silent sqlite || \
   readlink /etc/alternatives/bacula-sd | grep --silent sqlite; then
        /usr/sbin/alternatives --set libbaccats.so %{_libdir}/libbaccats-sqlite3.so
else
        /usr/sbin/alternatives --set libbaccats.so %{_libdir}/libbaccats-postgresql.so
fi
/sbin/ldconfig

%preun dir-sql
if [ "$1" = 0 ]; then
        /usr/sbin/alternatives --remove libbaccats.so %{_libdir}/libbaccats-mysql.so
        /usr/sbin/alternatives --remove libbaccats.so %{_libdir}/libbaccats-sqlite3.so
        /usr/sbin/alternatives --remove libbaccats.so %{_libdir}/libbaccats-postgresql.so
fi

%postun dir-sql
/sbin/ldconfig
exit 0

%pre common
getent group %username >/dev/null || groupadd -g %uid -r %username &>/dev/null || :
getent passwd %username >/dev/null || useradd -u %uid -r -s /sbin/nologin \
    -d /var/spool/bacula -M -c 'Bacula Backup System' -g %username %username &>/dev/null || :
exit 0


%post client
%systemd_post %{name}-fd.service

%preun client
%systemd_preun %{name}-fd.service

%postun client
%systemd_postun_with_restart %{name}-fd.service

%post dir-common
%systemd_post %{name}-dir.service

%preun dir-common
%systemd_preun %{name}-dir.service

%postun dir-common
%systemd_postun_with_restart %{name}-dir.service

%post sd
%systemd_post %{name}-sd.service

%preun sd
%systemd_preun %{name}-sd.service

%postun sd
%systemd_postun_with_restart %{name}-sd.service


























%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.0.2-3
+ Revision: 846962c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 341 |14cr|bakery-2.6.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	bakery
%define version 2.6.3
%define release 5

%define api 2.6
%define api2 6
%define major 	1
%define libname %mklibname %name %{api}_%{api2}_%major
%define develname %mklibname -d %name %{api}

Summary: 	C++ Framework for Document-based GNOME applications
Name: 		%name
Version: 	%version
Release: 	%release
Url: 		http://bakery.sourceforge.net/
License: 	LGPLv2+
Group: 		System/Libraries
Source: 	http://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.bz2
BuildRequires:	gtkmm2.4-devel gconfmm2.6-devel libglademm-devel >= 2.4 
BuildRequires:	libxml++-devel >= 2.23.1
BuildRequires:  gnome-vfsmm2.6-devel
BuildRequires:	libexpat-devel
BuildRequires:	libsm-devel
BuildRequires:	intltool

%description
A C++ Framework for Document-based GNOME applications, using gtkmm. It allows
use of the Document/View architecture.

%package i18n
Summary: C++ Framework for document-based GNOME applications
Group: System/Internationalization

%description i18n
This package contains the translations for %name.

%package -n	%libname
Group:		System/Libraries
Summary:	C++ Framework for document-based GNOME applications
Requires: %{name}-i18n >= %{version}

%description -n %libname
A C++ Framework for Document-based GNOME applications, using gtkmm. It allows
use of the Document/View architecture.

%package -n %develname
Group:          Development/C++
Summary:        Static libraries and header files from %name
Provides:       %name-devel = %version-%release
Provides:	lib%name-devel = %version-%release
Provides:	libbakery%{api}-devel = %version-%release
Requires:       %libname = %version
Obsoletes: %mklibname -d bakery 2.4_1

%description -n %develname
Static libraries and headers from %name.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall
%find_lang %name

%files i18n -f %{name}.lang

%files -n %libname
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%_libdir/libbakery-%{api}-.%{api2}.so.%{major}*

%files -n %develname
%defattr(-,root,root)
%doc docs/*.html
%_libdir/*.so
%_libdir/*.a
%_libdir/pkgconfig/*.pc
%_libdir/bakery-%{api}
%_includedir/%name-%api/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.3-5
+ Revision: a7c5b80
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 342 |14cr|balazar-0.3.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Balazar

Summary:	A 3D adventure and roleplaying game
Name:		balazar
Version:	0.3.4
Release:	8
License:	GPLv2+
Group:		Games/Adventure
# or http://balazar.nekeme.net/
Url:		http://home.gna.org/oomadness/en/balazar/
Source0:	http://download.gna.org/balazar/%{oname}-%{version}.tar.bz2
Source10:	%{name}-16.png
Source11:	%{name}-32.png
Source12:	%{name}-48.png
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sdl)
Requires:	cerealizer
Requires:	pyogg
Requires:	pyopenal
Requires:	python-imaging
Requires:	pyvorbis
Requires:	soya
Requires:	tofu
#dri:)
#pyrex=0.9.3, cal3d=0.9.1
BuildArch:	noarch

%description
A 3D adventure and roleplaying game starring Balazar the photo-mage.

%files
%doc AUTHORS README LICENSE
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/*.egg-info
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
python ./setup.py build

%install
python ./setup.py install --root=%{buildroot}
install -m 644 -D %{SOURCE10} %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 -D %{SOURCE11} %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 -D %{SOURCE12} %{buildroot}%{_liconsdir}/%{name}.png

mkdir %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{oname}.desktop << EOF
[Desktop Entry]
Name=%{oname}
Comment=%{summary}
Exec=%{_bindir}/%{name} %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;AdventureGame;
EOF



%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.4-8
+ Revision: 7977acd
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 343 |14cr|balazarbrothers-0.3.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	balazarbrothers   
%define oname   BalazarBrothers
%define version 0.3.1
%define	rel	6
%define release %mkrel %{rel}

Name:           %{name}
Version:        %{version}
Release:        %{release}
License:        GPL
Url:		http://home.gna.org/oomadness/fr/balazar_brothers/index.html
Source:		http://download.gna.org/soya/%{oname}-%{version}.tar.bz2
Group:          Games/Puzzles
Summary:        Amazing libre (GPL'ed) 3D puzzle game
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	cerealizer soya glew openal cal3d python-twisted python
Requires:	pyvorbis pyogg pyopenal tofu
# (tv) for python:/usr/lib/python2.5/distutils/core.py
BuildRequires: python-devel
Buildarch:	noarch

%description
Balazar Brother is an amazing libre (GPL'ed) 3D puzzle gam

%prep
%setup -q  -n %{oname}-%{version}
rm -rf `find -name CVS` `find -name .cvswrappers`

%build
# needed to generate proper c code for gcc4
#pyrexc _ode.pyx 

%{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --root=%{buildroot}

install -d %{buildroot}%{_menudir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Balazar Brothers
Comment=%{summary}
Exec=%{_bindir}/balazar_brothers %U
Icon=puzzle_section 
Terminal=false
Type=Application
Categories=Game;LogicGame
StartupNotify=true
EOF

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README 
%_bindir/*
%_datadir/balazar_brothers
%_datadir/applications/*
%_datadir/*.egg-info





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.3.1-6
+ Revision: 19620f6
- Automatic import for version 0.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 344 |14cr|balsa-2.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#otherwise the ghost html files are really present
%define _files_listed_twice_terminate_build	0
%define enable_gpgme 1

Summary:	Graphical Mail Client
Name:		balsa
Version:	2.5.1
Release:	3
License:	GPLv2+
Group:		Networking/Mail
Url:		http://pawsa.fedorapeople.org/balsa
Source0:	http://pawsa.fedorapeople.org/balsa/%{name}-%{version}.tar.bz2
BuildRequires:	gnome-doc-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	sendmail-command
BuildRequires:	aspell-devel >= 0.50
BuildRequires:	compface-devel
BuildRequires:	krb5-devel
BuildRequires:	libesmtp-devel
BuildRequires:	libltdl-devel
BuildRequires:	openldap-devel
# in balsa, gtkhtml 3.x is preferred over 2.x
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gmime-2.6)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtksourceview-3.0)
BuildRequires:	pkgconfig(gtkspell3-3.0)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(libgtkhtml-4.0)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(sqlite)
BuildRequires:	pkgconfig(unique-1.0)
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	pkgconfig(webkitgtk-3.0)
%if %{enable_gpgme}
BuildRequires:	gpgme-devel >= 0.4.2
%endif

%description
Balsa is an e-mail reader.

This client is part of the GNOME desktop environment. It supports local
mailboxes, POP3 and IMAP.

*** Build options: ***
--with gpgme		Build with gpgme/GnuPG support

%files -f %{name}.lang
%doc README COPYING ChangeLog NEWS TODO
%config(noreplace) %{_sysconfdir}/sound/events/*
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_datadir}/sounds/*
%{_mandir}/man1/*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/48x48/mimetypes/*.png

%post
touch %{_datadir}/gnome/help/%{name}/C/%{name}.html

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--with-unique \
	--with-gss=yes \
%if %{enable_gpgme}
	--with-gpgme \
%endif
	--with-ssl \
	--with-ldap=yes \
	--with-gtkspell \
	--with-canberra \
	--with-html-widget=webkit \
	--with-gtksourceview \
	--with-sqlite \
	--with-compface \
	--disable-scrollkeeper

make

%install
%makeinstall_std GTK_UPDATE_ICON_CACHE="/usr/bin/gtk-update-icon-cache --ignore-theme-index"

# Icons
mkdir -p %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir}
install -m 644 -D	gnome-balsa2.png %{buildroot}/%{_liconsdir}/%{name}.png
convert -geometry 32x32 gnome-balsa2.png %{buildroot}/%{_iconsdir}/%{name}.png
convert -geometry 16x16 gnome-balsa2.png %{buildroot}/%{_miconsdir}/%{name}.png

%find_lang %{name} --with-gnome



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.1-3
+ Revision: 8b0a2bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 345 |14cr|bam-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bam
Version:	0.4.0
Release:	3
Summary:	A build-system
Group:		Development/Other
License:	MIT
URL:		http://matricks.github.com/bam/
Source0:	http://matricks.github.com/bam/%{name}-%{version}.tar.bz2

%description
A tool that controls process of producing executables of
software from its source code.

%prep
%setup -q

%build
sh -x make_unix.sh %{optflags}

%install
%__rm -rf %{buildroot}
%__install -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name}

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc license.txt docs/*
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-3
+ Revision: a0303ea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 346 |14cr|bamf-0.2.118-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define libname	%mklibname %{name} %{major}
%define develname	%mklibname 	%{name} -d

Name:           bamf
Version:		0.2.118
Release:		2
License:		LGPLv3
Summary:		Window matching library
Url:			http://launchpad.net/bamf
Group:			Graphical desktop/Other
Source0:		https://launchpad.net/bamf/0.2/0.2.118/+download/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libgtop-2.0)
BuildRequires:  pkgconfig(libwnck-3.0)
BuildRequires:  vala-devel

%description
Bamf matches application windows to desktop files.

%package daemon
Summary:        Window matching library - daemon
Group:          System/Servers

%description daemon
Bamf matches application windows to desktop files.
This package contains the daemon used by the library and a gio module that
facilitates the matching of applications started through GDesktopAppInfo.

%package -n %{libname}
Summary:        Window matching library - shared libraries
Group:          System/Libraries

%description -n %{libname}
Bamf matches application windows to desktop files.

This package contains shared libraries to be used by applications.

%package -n %{develname}
Summary:        Window matching library - development files
Group:          Development/C
Requires:       %{name}-daemon = %{version}-%{release}
Requires:       %{libname} = %{version}-%{release}

%description -n %{develname}
Bamf matches application windows to desktop files.

This package contains files that are needed to build applications.

%prep
%setup -q

%build

export CFLAGS+=" -fno-strict-aliasing -Wno-error=deprecated-declarations" CXXFLAGS+=" -fno-strict-aliasing" FFLAGS+=" -fno-strict-aliasing"

%configure2_5x \
  --disable-static \
  --enable-introspection=yes
%make

%install
%makeinstall_std

find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print

%files daemon
%doc COPYING
%{_datadir}/dbus-1/services/*.service
%{_libexecdir}/bamfdaemon

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/libbamf3/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/libbamf/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.118-2
+ Revision: d9cb972
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 347 |14cr|bandsaw-0.3.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define title	BandSaw
%define section System/Monitoring

Summary: 	Band Saw monitor large numbers of computers by monitoring syslog
Name: 		bandsaw
Version: 	0.3.0
Release: 	10
License: GPL
Group: 		System/Servers
URL:		http://bandsaw.sourceforge.net/

Source: 	http://aleron.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
Source1:	%name-16.png
Source2:	%name-32.png
Source3:	%name.png

BuildRequires:	scrollkeeper, GConf2, pkgconfig
BuildRequires:  pygtk2.0-devel, gnome-python-devel 
BuildRequires:	desktop-file-utils

Requires: pygtk2.0, gnome-python, python, gnome-python-gconf

BuildArch: noarch

%description
Band Saw helps system administrators monitor large numbers of computers 
by monitoring syslog and alerting the administrator whenever interesting 
log messages arrive. The administrator has complete control over what 
constitutes an "interesting message".
 
# Prep
%prep
%setup -q

%build
%configure2_5x

%make WARN_CFLAGS=""

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang %name --with-gnome

# menu

desktop-file-install --vendor="" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# icon
mkdir -p %{buildroot}/{%_liconsdir,%_iconsdir,%_miconsdir}
#install -m 644 src/pixmaps/%name.png %buildroot/%_datadir/pixmaps/%name.png
install -m 644 %SOURCE1 %{buildroot}/%_miconsdir/%name.png
install -m 644 %SOURCE2 %{buildroot}/%_liconsdir/%name.png
install -m 644 %SOURCE3 %{buildroot}/%_iconsdir/%name.png

%preun
%preun_uninstall_gconf_schemas %{name}

%files -f %name.lang
%defattr(-,root,root)

%doc AUTHORS COPYING COPYING-DOCS README NEWS TODO
%config(noreplace) %{_sysconfdir}/gconf/schemas/%{name}.schemas

%{_bindir}/*
%dir %{_datadir}/%{name}/glade/
#%dir %{_datadir}/omf/%{name}/
%{_datadir}/%{name}/glade/*
#%{_datadir}/omf/%{name}/*
%{_datadir}/applications/%{name}.desktop
%_liconsdir/%name.png
%_miconsdir/%name.png
%_iconsdir/%name.png
%py_puresitedir/*
%{_datadir}/pixmaps/%name/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-10
+ Revision: 6fb329e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 348 |14cr|bangarang-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Media player for KDE using nepomuk
Name:		bangarang
Version:	2.1
Release:	4
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://bangarangkde.wordpress.com/
Source0:	http://bangarangissuetracking.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		bangarang-2.1-ru.patch
BuildRequires:	automoc4
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(soprano)
BuildRequires:	pkgconfig(taglib)

%description
Bangarang is a media player for KDE using nepomuk to store informations.

%files -f %{name}.lang
%{_kde_bindir}/bangarang
%{_kde_bindir}/bangarangnepomukwriter
%{_kde_datadir}/applications/kde4/bangarang.desktop
%{_kde_appsdir}/solid/actions/*.desktop
%{_kde_iconsdir}/hicolor/*/*/*

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{name}
%patch0 -p1 -b .ru

# GCC 4.7 fix
sed -i '22i#include <unistd.h>' src/platform/infofetchers/{lastfm,tmdb,tvdb}infofetcher.h

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-4
+ Revision: 136c901
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 349 |14cr|banner-1.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name banner
%define version 1.3.3
%define release 2

Summary: Print text as banner on the console
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://cedar-solutions.com/ftp/software/%{name}-%{version}.tar.gz
License: GPL
Group: Text tools
Url: http://www.cedar-solutions.com/software.html
BuildRequires: automake

%description
Banner fills an apparent hole in Linux - that is, that is does not provide 
a "banner" program itself, while nearly all UNIX systems seem to do so.
Banner prints a "banner" on the screen that corresponds to the first 10 
characters of a string entered on the command line, in a way similar to
what you might see when using Solaris or AIX. There are fancier things out 
there, but this is nice and simple. 

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING INSTALL README
%_bindir/banner
%_mandir/man1/banner.1.xz






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-2
+ Revision: 1a40693
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 350 |14cr|banshee-2.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_appledevice	1
%define build_njb		0
%define build_mtp		1
%define build_karma		1
%define build_boo		1
#gw does not build with clutter 1.1.12:
#https://bugzilla.gnome.org/show_bug.cgi?id=611153
%define build_clutter		0
%define build_webkit		1

%{?_without_njb: %{expand: %%global build_njb 0}}
%{?_with_njb: %{expand: %%global build_njb 1}}
%{?_without_mtp: %{expand: %%global build_mtp 0}}
%{?_with_mtp: %{expand: %%global build_mtp 1}}
%{?_without_karma: %{expand: %%global build_karma 0}}
%{?_with_karma: %{expand: %%global build_karma 1}}
%{?_without_boo: %{expand: %%global build_boo 0}}
%{?_with_boo: %{expand: %%global build_boo 1}}
%{?_without_clutter: %{expand: %%global build_clutter 0}}
%{?_with_clutter: %{expand: %%global build_clutter 1}}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	Music player with mobile player support
Name:		banshee
Version:	2.6.1
Release:	2
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
#(nl) KDE Solid integration : from mdv svn  soft/mandriva-kde-translation/trunk/solid/
Source1:	banshee-play-audiocd.desktop
License:	MIT
Group:		Sound
Url:		http://banshee.fm

BuildRequires:	intltool
BuildRequires:	pkgconfig(dbus-sharp-glib-1.0) >= 0.5
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gconf-sharp-2.0) >= 2.8
BuildRequires:	pkgconfig(gdata-sharp-youtube) >= 1.4
BuildRequires:	pkgconfig(gio-sharp-2.0) >= 2.22.3
BuildRequires:	pkgconfig(gkeyfile-sharp)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gstreamer-0.10) >= 0.10.26
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10) >= 0.10.26
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.8
BuildRequireS:	pkgconfig(gtk-sharp-beans-2.0)
BuildRequires:	pkgconfig(gudev-sharp-1.0)
BuildRequires:	pkgconfig(mono) >= 2.4.3
BuildRequires:	pkgconfig(mono-addins) >= 0.3.1
BuildRequires:	pkgconfig(mono-zeroconf)
BuildRequires:	pkgconfig(notify-sharp)
BuildRequires:	pkgconfig(sqlite3) >= 3.4
BuildRequires:	pkgconfig(taglib-sharp) >= 2.0.3.7
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xxf86vm)

%if %{build_mtp}
BuildRequires:	pkgconfig(libmtp)
%endif

%if %{build_appledevice}
Buildrequires:	pkgconfig(libgpod-sharp)
%endif

%if %{build_webkit}
Buildrequires:	pkgconfig(webkit-1.0) >= 1.2.2
%endif

%if %{build_clutter}
Buildrequires:	pkgconfig(clutter-1.0) >= 1.0.1
%endif

%if %{build_boo}
Buildrequires:	pkgconfig(boo) >= 0.8.1
%endif

%if %{build_karma}
Buildrequires:	pkgconfig(karma-sharp)
%endif

Requires:	gstreamer0.10-plugins-base
Requires:	gstreamer0.10-plugins-ugly
Requires:	gstreamer0.10-cdparanoia
Requires:	gstreamer0.10-gnomevfs
Suggests:	gstreamer0.10-xing
Suggests:	gstreamer0.10-lame
Suggests:	gstreamer0.10-faac
Suggests:	gstreamer0.10-faad
#gw for bpm detection:
Suggests:	gstreamer0.10-soundtouch
Suggests:	brasero

%description
With Banshee you can easily import, manage, and play selections from
your music collection. Banshee allows you to import CDs, sync your
music collection to an mobile device, play music directly from an
mobile player, create playlists with songs from your library, and
create audio and MP3 CDs from subsets of your library.

%if %{build_appledevice}
%package ipod
Group:		Sound
Summary:	Ipod support for Banshee
Requires:	%{name} = %{version}-%{release}

%description ipod
With Banshee you can easily import, manage, and play selections from
your music collection. Banshee allows you to import CDs, sync your
music collection to an mobile device, play music directly from an
mobile player, create playlists with songs from your library, and
create audio and MP3 CDs from subsets of your library.

Install this package for iPod support in Banshee.
%endif

%if %{build_njb}
%package njb
Group:		Sound
Summary:	Nomad jukebox support for Banshee
Requires:	%{name} = %{version}-%{release}
Buildrequires:	njb-sharp >= 0.3.0

%description njb
With Banshee you can easily import, manage, and play selections from
your music collection. Banshee allows you to import CDs, sync your
music collection to an mobile device, play music directly from an
mobile player, create playlists with songs from your library, and
create audio and MP3 CDs from subsets of your library.

Install this package for Nomad jukebox support in Banshee.
%endif

%if %{build_mtp}
%package mtp
Group:		Sound
Summary:	MTP audio player support for Banshee
Requires:	%{name} = %{version}-%{release}

%description mtp
With Banshee you can easily import, manage, and play selections from
your music collection. Banshee allows you to import CDs, sync your
music collection to an mobile device, play music directly from an
mobile player, create playlists with songs from your library, and
create audio and MP3 CDs from subsets of your library.

Install this package for MTP audio player support in Banshee.
%endif

%if %{build_karma}
%package karma
Group:		Sound
Summary:	Rio Karma audio player support for Banshee
Requires:	%{name} = %{version}

%description karma
With Banshee you can easily import, manage, and play selections from
your music collection. Banshee allows you to import CDs, sync your
music collection to an mobile device, play music directly from an
mobile player, create playlists with songs from your library, and
create audio and MP3 CDs from subsets of your library.

Install this package for Rio Karma audio player support in Banshee.
%endif

%package doc
Summary:	Development documentation for %{name}
Group:		Development/Other
Requires(post):		mono-tools >= 1.1.9
Requires(postun):	mono-tools >= 1.1.9
BuildArch:	noarch

%description doc
This package contains the API documentation for the %{name} in
Monodoc format.

%package devel
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Summary:	Development parts of %{name}

%description devel
This package contains the pkg-config files needed for building Banshee
extensions.

%prep
%setup -q

%build
%configure2_5x  \
	--with-vendor-build-id="%{_vendor} %{distro_release}"  \
%if %{build_mtp}
	--enable-mtp \
%endif
%if !%{build_appledevice}
	--disable-appledevice \
%endif
%if %{build_karma}
	--enable-karma \
%endif
%if %{build_clutter}
	--enable-clutter \
%endif
	--disable-static \
	--disable-scrollkeeper \
	--disable-schemas-install
%make

%install
%makeinstall_std MONO=true

%find_lang %{name} --with-gnome

%if %{build_appledevice}
ln -sf %{_libdir}/libgpod/libgpod-sharp.dll* %{buildroot}%{_libdir}/%{name}/Extensions/
%endif

%if %{build_karma}
ln -sf %{_prefix}/lib/karma-sharp/karma-sharp.dll %{buildroot}%{_libdir}/%{name}/Extensions/
%endif

# we don't want these
find %{buildroot} -name "*.la" -delete

# gw fix paths in pkgconfig files
perl -pi -e "s^/lib$^/%{_lib}^" %{buildroot}%{_libdir}/pkgconfig/*.pc

#(nl) KDE Solid integration
mkdir -p %{buildroot}/%{_datadir}/apps/solid/actions/
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/apps/solid/actions/

%post doc
%{_bindir}/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
fi

%files -f %{name}.lang
%doc NEWS README AUTHORS
%{_bindir}/bamz
%{_bindir}/%{name}
%{_bindir}/muinshee
%dir %{_libdir}/%{name}/
%dir %{_libdir}/%{name}/Backends
%{_libdir}/%{name}/Backends/Banshee.GStreamer.*
%{_libdir}/%{name}/Backends/Banshee.Gio.*
%{_libdir}/%{name}/Backends/Banshee.Gnome.*
%{_libdir}/%{name}/Backends/Banshee.NowPlaying.X11.*
%{_libdir}/%{name}/Backends/Banshee.Unix.*
%{_libdir}/%{name}/Backends/gio-sharp.dll*
%{_libdir}/%{name}/Backends/libbnpx11.so
%dir %{_libdir}/%{name}/Extensions
%{_libdir}/%{name}/Extensions/Banshee.Audiobook.dll*

%if %build_boo
%{_libdir}/%{name}/Extensions/Banshee.BooScript.dll*
%endif

%{_libdir}/%{name}/Extensions/Banshee.AmazonMp3.exe*
%{_libdir}/%{name}/Extensions/Banshee.Bpm.dll*
%{_libdir}/%{name}/Extensions/Banshee.CoverArt.dll*
%{_libdir}/%{name}/Extensions/Banshee.Daap.dll*
%{_libdir}/%{name}/Extensions/Banshee.Dap.MassStorage.dll*
%{_libdir}/%{name}/Extensions/Banshee.Dap.dll*
%{_libdir}/%{name}/Extensions/Banshee.Emusic.dll*
%{_libdir}/%{name}/Extensions/Banshee.Emusic.Store*
%{_libdir}/%{name}/Extensions/Banshee.FileSystemQueue.dll*
%{_libdir}/%{name}/Extensions/Banshee.Fixup.dll*
%{_libdir}/%{name}/Extensions/Banshee.InternetArchive.dll*
%{_libdir}/%{name}/Extensions/Banshee.InternetRadio.dll*
%{_libdir}/%{name}/Extensions/Banshee.Lastfm.dll*
%{_libdir}/%{name}/Extensions/Banshee.LastfmStreaming.dll*
%{_libdir}/%{name}/Extensions/Banshee.LibraryWatcher.dll*
%{_libdir}/%{name}/Extensions/Banshee.MiniMode.dll*
%{_libdir}/%{name}/Extensions/Banshee.Mpris.dll*
%{_libdir}/%{name}/Extensions/Banshee.MultimediaKeys.dll*
%{_libdir}/%{name}/Extensions/Banshee.NotificationArea.dll*
%{_libdir}/%{name}/Extensions/Banshee.NowPlaying.dll*
%{_libdir}/%{name}/Extensions/Banshee.OpticalDisc.dll*
%{_libdir}/%{name}/Extensions/Banshee.PlayerMigration.dll*
%{_libdir}/%{name}/Extensions/Banshee.PlayQueue.dll*
%{_libdir}/%{name}/Extensions/Banshee.Podcasting.dll*
%{_libdir}/%{name}/Extensions/Banshee.YouTube.dll*

%if %build_webkit
%{_libdir}/%{name}/Extensions/Banshee.AmazonMp3.Store.dll*
%{_libdir}/%{name}/Extensions/Banshee.MiroGuide.dll*
%{_libdir}/%{name}/Extensions/Banshee.Wikipedia.dll*
%endif

%{_libdir}/%{name}/*.exe*
%{_libdir}/%{name}/Banshee*.dll*
%{_libdir}/%{name}/Hyena*.dll*
%{_libdir}/%{name}/Lastfm*.dll*
%{_libdir}/%{name}/Migo.dll*
%{_libdir}/%{name}/Mono*.dll*
%{_libdir}/%{name}/MusicBrainz.dll*
%{_libdir}/%{name}/*.so
%{_libdir}/%{name}/Banshee.Services.addins
%{_datadir}/%{name}/
%{_datadir}/dbus-1/services/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-audiocd.desktop
%{_datadir}/applications/%{name}-media-player.desktop
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/apps/solid/actions/banshee-play-audiocd.desktop
%{_datadir}/mime/packages/banshee-amz.xml
%{_datadir}/mime/packages/banshee-emx.xml

%files devel
%{_libdir}/pkgconfig/%{name}*.pc

%files doc
%{_prefix}/lib/monodoc/sources/banshee-docs*
%{_prefix}/lib/monodoc/sources/hyena-docs*

%if %{build_appledevice}
%files ipod
%{_libdir}/%{name}/Extensions/Banshee.Dap.AppleDevice.dll*
%{_libdir}/%{name}/Extensions/libgpod-sharp.dll*
%endif

%if %{build_njb}
%files njb
%{_libdir}/%{name}/Extensions/Banshee.Dap/*jb*
%endif

%if %{build_mtp}
%files mtp
%{_libdir}/%{name}/Mtp.dll*
%{_libdir}/%{name}/Extensions/Banshee.Dap.Mtp.dll*
%endif

%if %{build_karma}
%files karma
%{_libdir}/%{name}/Extensions/Banshee.Dap.Karma.dll*
%{_libdir}/%{name}/Extensions/karma-sharp.dll*
%endif

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.1-2
+ Revision: 2f57a00
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 351 |14cr|barcode-0.98-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname	  %mklibname barcode %{major}
%define develname %mklibname barcode -d

Summary:	GNU barcode
Name:		barcode
Version:	0.98
Release:	16
License:	GPLv2+
Group:		Publishing
Source:		ftp://ftp.gnu.org/gnu/barcode/%name-%{version}.tar.bz2
Patch0:		barcode-0.98-fix-str-fmt.patch
Patch1:		barcode-0.98-fix-installation.patch
URL:		http://gnu.systemy.it/software/barcode

%description
This is GNU-barcode.
The package is meant to solve most needs in barcode creation with a
conventional printer. It can create printouts for the conventional
product tagging standards: UPC-A, UPC-E, EAN-13, EAN-8, ISBN, as well
as a few other formats. Ouput is generated as either Postscript or
Encapsulated Postscript (other back-ends may be added if needed).

%package -n %{develname}
Summary:	GNU barcode files for development
Group:		Development/Other
Obsoletes:	%{libname}-devel
Provides:	%{name}-devel

%description -n %{develname}
This is GNU-barcode.
The package is meant to solve most needs in barcode creation with a
conventional printer. It can create printouts for the conventional
product tagging standards: UPC-A, UPC-E, EAN-13, EAN-8, ISBN, as well
as a few other formats. Ouput is generated as either Postscript or
Encapsulated Postscript (other back-ends may be added if needed).

This package contain the C header, the static library and man page
for development.

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%defattr(-, root, root)
%doc COPYING ChangeLog README TODO doc/*.pdf doc/*.ps
%{_bindir}/barcode
%{_datadir}/info/*
%{_mandir}/man1/*

%files -n %{develname}
%defattr(-, root, root)
%{_includedir}/barcode.h
%{_libdir}/libbarcode.a
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.98-16
+ Revision: 6cff447
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 352 |14cr|barnyard-1.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Default of no MySQL, but --with mysql will enable it
%define mysql 1
%{?_with_mysql:%define mysql 1}
# Default of no PostgreSQL, but --with postgresql will enable it
%define postgresql 0
%{?_with_postgresql:%define postgresql 1}

%define realname barnyard2

Name:		barnyard
Summary:	Snort Log Backend 
Version:	1.9
Release:	3
License:	GPL
Group:		Monitoring
Url:		http://www.securixlive.com/barnyard2/
Source0:	http://www.securixlive.com/download/%{realname}/%{realname}-%{version}.tar.gz
Source1:	%{realname}.config
Source2:	%{realname}.init
BuildRequires:	pcap-devel


%description
Barnyard has 3 modes of operation:
One-shot, continual, continual w/ checkpoint.  In one-shot mode,
barnyard will process the specified file and exit.  In continual mode,
barnyard will start with the specified file and continue to process
new data (and new spool files) as it appears.  Continual mode w/
checkpointing will also use a checkpoint file (or waldo file in the
snort world) to track where it is.  In the event the barnyard process
ends while a waldo file is in use, barnyard will resume processing at
the last entry as listed in the waldo file.


%package mysql
Summary:	barnyard2 with MySQL support
Group:		Applications/Internet
Requires:	%{name} = %{version}-%{release}
%if %{mysql}
Requires:	mysql
BuildRequires:	mysql-devel
%endif

%description mysql
barnyard2 binary compiled with mysql support.

%package postgresql
Summary:	barnyard2 with PostgreSQL support
Group:		Applications/Internet
Requires:	%{name} = %{version}-%{release}
%if %{postgresql}
Requires:	postgresql
BuildRequires:	postgresql-devel
%endif

%description postgresql
barnyard2 binary compiled with postgresql support.

%prep
%setup -q -n %{realname}-%{version}

%build
./configure \
	--prefix=%{_prefix} \
	--sysconfdir=%{_sysconfdir}/snort \
   %if %{postgresql}
	--with-postgresql \
   %endif
   %if %{mysql}
	--with-mysql-libraries=/usr/%{_lib} \
   %endif

%install
%makeinstall_std

install -d -p %{buildroot}%{_sysconfdir}/{sysconfig,rc.d/init.d,snort} 
install -d -p %{buildroot}%{_docdir}/%{name}-%{version}/contrib
install -d -p %{buildroot}%{_mandir}/man8
install -d -p %{buildroot}%{_docdir}/%{name}-%{version}/doc
mv etc/barnyard2.conf %{buildroot}%{_sysconfdir}/snort
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/barnyard2
install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/rc.d/init.d/barnyard2

rm -rf %{buildroot}%{_datadir}/doc/

%post
%_post_service barnyard2

%preun
%_preun_service barnyard2


%files
%doc LICENSE
%attr(755,root,root) %{_bindir}/barnyard2
%attr(640,root,root) %config %{_sysconfdir}/snort/barnyard2.conf
%attr(755,root,root) %config %{_sysconfdir}/rc.d/init.d/barnyard2
%attr(644,root,root) %config %{_sysconfdir}/sysconfig/barnyard2


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9-3
+ Revision: f627821
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 353 |14cr|barrage-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		barrage
Version:	1.0.4
Release:	2
License:	GPLv2
Group:		Games/Arcade
Summary:	A rather violent action game
URL:		http://lgames.sourceforge.net/index.php?project=Barrage
Source0:	http://nchc.dl.sourceforge.net/sourceforge/lgames/%{name}-%{version}.tar.gz
Patch0:		barrage-1.0.4-desktop-entry-fix.patch
BuildRequires:	SDL_mixer-devel
Buildrequires:	SDL-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Barrage is a rather violent action game with the objective to kill
and destroy as many targets as possible within 3 minutes. The player
controls a gun that may either fire small or large grenades at
soldiers, jeeps and tanks. It is a very simple gameplay though it is
not that easy to get high scores.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x	--bindir=%{_gamesbindir}
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

%clean
%__rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc AUTHORS BUGS ChangeLog NEWS README TODO
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%attr(755,root,root) %{_gamesbindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-2
+ Revision: 29a39c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 354 |14cr|barry-0.18.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	18
%define libname	%mklibname %{name} %major
%define devname	%mklibname %{name} -d

%define build_opensync	1

Summary: 	Linux interface to RIM BlackBerry devices
Name: 	 	barry
Version: 	0.18.4
Release: 	4
License:	GPLv2+
Group:		Communications
URL:		http://www.netdirect.ca/software/packages/barry/
Source0:	http://ovh.dl.sourceforge.net/sourceforge/barry/%{name}-%{version}.tar.bz2
# (austin) I made this icon (photo) myself.  I hope it's legal.
Source1:	bb128.png

BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libusb)
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	libglademm2.4-devel
BuildRequires:  gettext-devel
BuildRequires:	pkgconfig(libxml++-2.6)
%if %build_opensync
BuildRequires:	pkgconfig(opensync-1.0)
%endif
BuildRequires:	libtar-devel
BuildRequires:	fuse-devel

%description
Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.

It comes with a command line tool for exploring the device and a GUI for
making quick backups and udev rules which allow the device to be charged
via a USB port.

%package -n 	%{libname}
Summary:        Dynamic libraries from %{name}
Group:          System/Libraries
Requires:	%{name}-common >= %{version}

%description -n %{libname}
Dynamic libraries from %{name}.

%package -n 	%{devname}
Summary: 	Header files and static libraries from %{name}
Group: 		Development/C
Requires: 	%{libname} >= %{version}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes: 	%{name}-devel < %{version}-%{release} 

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%package tools
Summary:	BlackBerry(tm) Tools
Group:		Communications

%description tools
Barry is a desktop toolset for managing your BlackBerry(tm) device.
(BlackBerry is a registered trademark of Research in Motion Limited.)

This package contains the commandline tools btool, breset and others.

%package common
Summary:	BlackBerry(tm) common files
Group:		Communications

%description common
Common files used by Barry.

%package charge
Summary:	BlackBerry(tm) Charging Scripts
Group:		Communications

%description charge
This package installs special handshake and udev scripts which allow
a BlackBerry device to be charged via USB at 500mA.

%package gui
Summary:	BlackBerry(tm) Backup Tool
Group:		Communications

%description gui
This package contains a graphical applications to backup and restore data
from a BlackBerry device.

%if %build_opensync
%package opensync
Summary:	BlackBerry(tm) opensync plugin
Group:		Communications

%description opensync
Barry is a desktop toolset for managing your BlackBerry(tm) device.
(BlackBerry is a registered trademark of Research in Motion Limited.)

This package contains the opensync plugin to synchronize a BlackBerry with
other devices and applications.
%endif

%package ppp
Summary:	BlackBerry(tm) PPP support utility and example scripts
Group:		Communications

%description ppp
This package contains a utility which enables the use of BlackBerry
devices as cellular data modems, and also contains example PPP scripts
for this purpose.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-gui \
	--enable-boost \
%if %{build_opensync}
	--enable-opensync-plugin
%else
	--disable-opensync-plugin
%endif
%make
										
%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d
cp udev/{10,99}-blackberry*.rules %{buildroot}%{_sysconfdir}/udev/rules.d/

mkdir -p %{buildroot}%{_sysconfdir}/ppp/peers
for i in o2ireland rogers sprint tmobileus verizon; do \
	install -m 0644 ppp/barry-$i %{buildroot}%{_sysconfdir}/ppp/peers/barry-$i; \
	install -m 0644 ppp/barry-$i.chat %{buildroot}%{_sysconfdir}/ppp/chat-barry-$i; \
done

sed -i -e 's,chatscripts/barry-,ppp/chat-barry-,g' %{buildroot}%{_sysconfdir}/ppp/peers/barry-*
sed -i -e 's,\.chat,,g' %{buildroot}%{_sysconfdir}/ppp/peers/barry-*

# menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Barry Backup
Comment=Backup for BlackBerry devices
Exec=%{_bindir}/%{name}backup
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Utility;Office;PDA;
EOF

mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64,128x128}/apps
convert -scale 16 %{SOURCE1} %{buildroot}/%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -scale 32 %{SOURCE1} %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 48 %{SOURCE1} %{buildroot}/%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 64 %{SOURCE1} %{buildroot}/%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -m 0644 %{SOURCE1} %{buildroot}/%{_iconsdir}/hicolor/128x128/apps/%{name}.png

%find_lang %{name}-backup
%find_lang %{name}

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files tools -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_sbindir}/breset
%{_bindir}/btool
%{_bindir}/brecsum
%{_bindir}/upldif
%{_bindir}/btarcmp
%{_bindir}/bidentify
%{_bindir}/bfuse
%{_bindir}/bdptest
%{_bindir}/bjavaloader
%{_bindir}/bjdwp
%{_bindir}/bs11nread
%{_bindir}/bjvmdebug
%{_bindir}/balxparse
%{_bindir}/bio
%{_bindir}/brawchannel
%{_bindir}/btardump
%{_mandir}/man1/btool*
%{_mandir}/man1/bidentify*
%{_mandir}/man1/bs11nread*
%{_mandir}/man1/brecsum*
%{_mandir}/man1/breset*
%{_mandir}/man1/upldif*
%{_mandir}/man1/bfuse*
%{_mandir}/man1/bjavaloader*
%{_mandir}/man1/bjdwp*
%{_mandir}/man1/balxparse*
%{_mandir}/man1/bio*
%{_mandir}/man1/brawchannel*
%{_mandir}/man1/btardump*
%{_mandir}/man1/bwatch*
%{_mandir}/man1/btarcmp*

%files charge
%{_sbindir}/bcharge
%{_sysconfdir}/udev/rules.d/10-blackberry.rules
%{_mandir}/man1/bcharge*

%files gui -f %{name}-backup.lang
%doc gui/AUTHORS gui/ChangeLog gui/README gui/NEWS gui/TODO
%{_bindir}/barrybackup
%{_datadir}/barry/glade/*.glade
%{_datadir}/applications/*
%{_mandir}/man1/barrybackup*
%{_iconsdir}/*

%if %{build_opensync}
%files opensync
%{_libdir}/opensync/plugins/*
%{_datadir}/opensync/defaults/*
%lang(es) %{_localedir}/es/LC_MESSAGES/barry-opensync-plugin.mo
%lang(fr) %{_localedir}/fr/LC_MESSAGES/barry-opensync-plugin.mo
%endif

%files ppp
%doc ppp/README
%{_sbindir}/pppob
%{_mandir}/man1/pppob*
%{_sysconfdir}/ppp/chat-*
%{_sysconfdir}/ppp/peers/barry-*

%files common
%{_sysconfdir}/udev/rules.d/99-blackberry-perms.rules

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.18.4-4
+ Revision: a8a0885
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 355 |14cr|bashburn-3.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	BashBurn

Name:		bashburn
Version:	3.1.0
Release:	2
Summary:	Bash script designed to make CD burning
Source:		%{name}-%{version}.tar.gz
License:	GPLv2
Group:		Archiving/Cd burning
Url:		http://bashburn.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	cdrkit, eject, cdrdao, mpg123, vorbis-tools, flac
Buildarch:	noarch

%description
Sick of all those fancy CD-burning apps not working for you? You need something
that just gets the work done? Welcome to BashBurn - It just works!

BashBurn is the new name for the cd burning shell script Magma. It's not the
best looking CD-burning application out there, but it does what you want it to
do. (And if not then probably didn't want to do it anyway)

Bashburn could need lame codec for some operations.

%prep
%setup -q -n %{oname}-%{version}

%build
make

%install
rm -rf %{buildroot}
./Install.sh --prefix=%{buildroot}%{_prefix}

# correct the symlink
ln -sf /usr/lib/Bashburn/lib/BashBurn.sh %{buildroot}%{_bindir}/bashburn
# fix BBROOTDIR in BashBurn.sh:
sed -i -e 's,BBROOTDIR='.*',BBROOTDIR='/usr/lib/Bashburn/lib',' %{buildroot}/usr/lib/Bashburn/lib/BashBurn.sh

%if 0
install -m 755 -D BashBurn.sh %{buildroot}%{_bindir}/BashBurn.sh
pushd %{buildroot}%{_bindir} && %__ln_s BashBurn.sh bashburn && popd
for i in burning/* config/* convert/* lang/English/* menus/* misc/*; do
	install -m 755 -D $i %{buildroot}%{_datadir}/%{name}/$i
done
install -m 644 -D bashburnrc %{buildroot}/etc/bashburnrc
pushd %{buildroot}/etc && %__sed -i "s|BBROOTDIR: .*|BBROOTDIR: /usr/share/bashburn|" bashburnrc && popd
rm -f Install.sh
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc docs/*
%{_bindir}/*
%{_prefix}/lib/Bashburn
#attr(664,root,cdwriter) %config(noreplace) /etc/bashburnrc
%{_datadir}/man/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.0-2
+ Revision: 903e644
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 356 |14cr|bashdb-4.3_0-0.20140805.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 4.3-0
%define git 20140805

Summary:	BASH debugger, the BASH symbolic debugger
Name:		bashdb
Version:	4.3_0
Release:	0.%{git}.1
License:	GPLv2+
Group:		Development/Tools
Url:		http://bashdb.sourceforge.net/
Source0:	http://downloads.sourceforge.net/bashdb/%{name}-%{oversion}.tar.bz2
Patch0:		bashdb-4.3-0-automake.patch
Patch1:		bashdb-4.3-0-texinfo.patch
Patch2:		bashdb-4.3-0-tests.patch
BuildRequires:	bash
BuildRequires:	texinfo
BuildRequires:	texi2html
Requires:	bash
BuildArch:	noarch

%description
The Bash Debugger Project is a source-code debugger for bash,
which follows the gdb command syntax.
The purpose of the BASH debugger is to check
what is going on “inside” a bash script, while it executes:
    * Start a script, specifying conditions that might affect its behavior.
    * Stop a script at certain conditions (break points).
    * Examine the state of a script.
    * Experiment, by changing variable values on the fly.
The 4.0 series is a complete rewrite of the previous series.
Bashdb can be used with ddd: ddd --debugger %{_bindir}/%{name} <script-name>.

%files
%doc doc/*.html AUTHORS ChangeLog COPYING NEWS README THANKS
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_mandir}/man1/%{name}.1*
%{_infodir}/%{name}.info.*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{oversion}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Tue Aug 05 2014 abondrov <andrey.bondrov@rosalab.ru> 4.3_0-0.20140805.1
+ Revision: 6de699c
- Workaround makefile issue for tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 357 |14cr|basket-1.81-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name           basket
%define longtitle      BasKet for KDE
%define version        1.81
%define release        2

Name:           %name
Summary:        %longtitle
Version:        %version
Release:        %release
URL:            http://basket.kde.org/
Source0:        http://basket.kde.org/downloads/%{name}-%{version}.tar.bz2
Group:          Office
BuildRoot:      %{_tmppath}/%{name}-buildroot
License:        GPLv2+
BuildRequires:  kdepim4-devel
BuildRequires:  kdepimlibs4-devel
BuildRequires:  qimageblitz-devel
BuildRequires:  desktop-file-utils
Requires:       kdebase4-runtime

conflicts:      %{_lib}%{name}4 < 1.80-2

%description
This application is mainly an all-purpose notes taker. 
It provide several baskets where to drop every sort of 
items: text, rich text, links, images, sounds, files, 
colors, application launcher...
Objects can be edited, copied, dragged... So, you can 
arrange them as you want !
This application can be used to quickly drop web objects 
(link, text, images...) or notes, as well as to free your 
clutered desktop (if any).
It is also useful to collect informations for a report. 
Those data can be shared with co-workers by exporting 
baskets to HTML.

%files -f %{name}.lang
%defattr(-,root,root,-)
%{_kde_bindir}/%{name}
%{_kde_appsdir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_datadir}/config/magic/%{name}.magic
%{_kde_datadir}/mimelnk/application/x-%{name}-archive.desktop
%{_kde_datadir}/mimelnk/application/x-%{name}-template.desktop
%{_kde_datadir}/kde4/services/*.desktop
%{_kde_iconsdir}/*/*/*/*
%{_kde_datadir}/kde4/services/kontact/basket_plugin.desktop
%{_kde_libdir}/kde4/basketthumbcreator.so
%{_kde_libdir}/kde4/kcm_basket.so
%{_kde_libdir}/kde4/kontact_basketplugin.so
%{_kde_libdir}/kde4/libbasketpart.so

#--------------------------------------------------------------------

%define basketcommon_major 4
%define libbasketcommon %mklibname basketcommon %{basketcommon_major}

%package -n %{libbasketcommon}
Summary:    Library files for %{name}
Group:      Office
Obsoletes:  %{_lib}%{name}4 < 1.80-2
Provides:   %{_lib}%{name}4 = %version-%release

%description -n %{libbasketcommon}
Library files for %{name}

%files -n %{libbasketcommon}
%{_kde_libdir}/libbasketcommon.so.%{basketcommon_major}*

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

%build
%cmake_kde4 -DBUILD_KPARTS=1
%make

%install
rm -rf %{buildroot}
%makeinstall_std -C build

%{find_lang} %name --with-html


# XDG Menu
desktop-file-install --vendor=""\
  --add-category="KDE" \
  --add-category="Qt" \
  --add-category="Office" \
  --add-category="Utility" \
  --dir %{buildroot}%{_kde_datadir}/applications/kde4/ %{buildroot}%{_kde_datadir}/applications/kde4/%{name}.desktop

rm -f %buildroot%_kde_libdir/*.so

%check
for f in %{buildroot}%{_kde_datadir}/applications/kde4/*.desktop ; do
     desktop-file-validate $f
done 

%clean
rm -rf %buildroot



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.81-2
+ Revision: d55ba20
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 358 |14cr|bastet-0.43-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bastet
Version:	0.43
Release:	6
License:	GPLv3+
Summary:	Tetris clone giving you the worst bricks possible
Group:		Games/Other
Url:		http://fph.altervista.org/prog/bastet.html
Source0:	http://fph.altervista.org/prog/files/%{name}-%{version}.tgz

BuildRequires:  ncurses-devel
BuildRequires:	boost-devel

%description
Bastet stands for "bastard tetris", and is a simple ncurses-based Tetris(R)
clone for Linux. Instead of choosing the next block randomly, this fiendish
program uses a special algorithm to give you the worst possible brick.
Playing Bastet can be a very frustrating experience!

%prep
%setup -q

%build
%serverbuild
%make

%install
# binary
mkdir -p %{buildroot}%{_bindir}
install -p bastet %{buildroot}%{_bindir}/bastet

# empty high score file
mkdir -p %{buildroot}%{_var}/%{_gamesdir}
touch %{buildroot}%{_var}/%{_gamesdir}/%{name}.scores2

# manpage
mkdir -p %{buildroot}%{_mandir}/man6
install -p %{name}.6 %{buildroot}%{_mandir}/man6/%{name}.6 

%files
%doc AUTHORS NEWS README
%attr(2755,root,games) %{_bindir}/%{name}
%attr(664,root,games) %{_var}/%{_gamesdir}/%{name}.scores2
%{_mandir}/man6/%{name}.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.43-6
+ Revision: 0d8dcb2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 359 |14cr|bb-1.3.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: bb
Summary: AA demo
Version: 1.3.0
Release: 11
Source: %{name}-%{version}.tar.bz2 
Patch1: %{name}-1.3.0-timer.patch
Group: Games/Other
URL: http://aa-project.sourceforge.net/aalib/
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	aalib-devel
BuildRequires:	libmikmod-devel
License: GPLv2+

%description
BB is a portable demo based on AAlib

%prep
%setup -q
%patch1 -p0 -b .timers

%build
%configure 
%make

%install
if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
%makeinstall 

%clean
rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/file.list.%{name}

%files
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-11
+ Revision: 83a9de6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 360 |14cr|bbconf-1.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A complete GUI blackbox configuration tool
Name:		bbconf
Version:	1.10
Release:	6
Group:		Graphical desktop/Other
License:	GPL
URL:		http://bbconf.sourceforge.net/
Source:		http://bbconf.sourceforge.net/code/%{name}-%{version}.tar.bz2
Source1:	%{name}-16x16.png.bz2
Source2:	%{name}-32x32.png.bz2
Source3:	%{name}-48x48.png.bz2
Patch0:		bbconf-1.10-gcc4.7.patch
BuildRequires:	jpeg-devel
BuildRequires:	qt3-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)

%description
Bbconf is a complete GUI blackbox configuration tool.
It uses plugins to allow other developers to easily develop plugins 
to run inside bbconf to allow every aspect of blackbox and its 
companion programs to be configured easily in a single application.  
Bbconf comes with 4 plugins, allowing configuration of blackbox's 
keybindings, blackbox's menus, and blackbox's style files/themes.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x	--with-qt-dir=%{_prefix}/lib/qt3
%make

%install
%makeinstall_std

# rm unpackaged files.
rm %{buildroot}/usr/doc/bbconf/*

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Bbconf
Comment=Bbconf is a complete GUI config tool for blackbox
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-System-Configuration-Other;Settings;
EOF

#icon
install -d %{buildroot}/%{_iconsdir}
install -d %{buildroot}/%{_miconsdir}
install -d %{buildroot}/%{_liconsdir}
bzcat %{SOURCE1} > %{buildroot}/%{_miconsdir}/%{name}.png
bzcat %{SOURCE2} > %{buildroot}/%{_iconsdir}/%{name}.png
bzcat %{SOURCE3} > %{buildroot}/%{_liconsdir}/%{name}.png

%files
%doc README README.html ChangeLog AUTHORS TODO COPYING
%{_bindir}/*
%{_prefix}/lib/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10-6
+ Revision: 5deef00
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 361 |14cr|bbdb-2.36-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lispdir	%{_datadir}/emacs/site-lisp/bbdb
%define texdir	%{_datadir}/texmf/tex/plain/bbdb

Summary:	The Insidious Big Brother Database
Name:		bbdb
Version:	2.36
Release:	3
License:	GPLv2+
Group:		Editors
Url:		http://bbdb.sourceforge.net/
Source0:	ftp://ftp.sourceforge.net/pub/sourceforge/bbdb/%{name}-%{version}.tar.bz2
Patch0:		bbdb-2.36-fix_build.patch
BuildRequires:	emacs
BuildRequires:	texinfo
Requires(post):	texlive-kpathsea
BuildArch:	noarch

%description
BBDB is a rolodex-like database program for GNU Emacs which is tightly
integrated with the Emacs mail and news readers (Gnus, MH-E, and
RMAIL).

%files
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/%{name}-init.el
%{lispdir}/*
%{texdir}/*.tex
%{_bindir}/*
%doc %{_infodir}/*

%post
if [ -x %{_bindir}/texhash -a -e %{_datadir}/texmf/ls-R ]; then
	%{_bindir}/texhash
fi

#----------------------------------------------------------------------------

%prep
%setup -q
perl -pi -e 's:^#!/usr/local/bin/perl5?:#!/usr/bin/perl:' utils/*.pl
%patch0 -p1

%build
%configure
make bbdb rmail mhe gnus info

%install
install -d %{buildroot}/%{lispdir}
install -m 644 lisp/bbdb*.el %{buildroot}/%{lispdir}
install -m 644 lisp/bbdb*.elc %{buildroot}/%{lispdir}

install -d %{buildroot}%{_infodir}
install -m 644 texinfo/bbdb.info* %{buildroot}/%{_infodir}

install -d %{buildroot}/%{texdir}
install -m 644 tex/*.tex %{buildroot}/%{texdir}

install -d %{buildroot}/%{_bindir}
install -m 755 utils/*.pl %{buildroot}/%{_bindir}

install -d %{buildroot}/%{_sysconfdir}/emacs/site-start.d
cat << EOF > %{buildroot}/%{_sysconfdir}/emacs/site-start.d/%{name}-init.el
(add-to-list 'load-path "%{lispdir}")

;(require 'bbdb)

; Since the syntax-checking of phone numbers only works with American
; phone numbers the syntax-checking is disabled by default.
(setq bbdb-north-american-phone-numbers-p nil)

; Set the coding system in order to prevent problems with non-ASCII
; characters.  The available coding systems can be displayed with
; (list-coding-systems).
;(modify-coding-system-alist 'file "\\.bbdb" 'emacs-mule)

;(bbdb-initialize 'gnus 'mh-e 'rmail 'sendmail 'message 'sc 'w3)
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.36-3
+ Revision: 11943ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 362 |14cr|bbkeys-0.9.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	bbkeys
%define version 0.9.1
%define release  5

Summary:	Bbkeys, a configurable key-grabber for blackbox
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	MIT
Group:		Graphical desktop/Other
Source0:	http://heanet.dl.sourceforge.net/sourceforge/bbkeys/%name-%version.tar.gz
Source1:	%{name}-16x16.png
Source2:	%{name}-32x32.png
Source3:	%{name}-48x48.png
URL:		http://bbkeys.sourceforge.net/
BuildRequires:	pkgconfig(x11) blackbox-devel

%description
Bbkeys is a configurable key-grabber designed for the blackbox window 
manager which is written by Brad Hughes.  
It is based on the bbtools object code created by John Kennis
and re-uses some of the blackbox window manager classesas well.  
Bbkeys is easily configurable via directly hand-editing ~/.bbkeysrc 
file, or by using the gui configuration tool bbconf.  

%prep 

%setup -q

%build
%configure2_5x
%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=Bbkeys, a configurable key-grabber for blackbox
Exec=%{name} -c
Icon=%{name}
Terminal=false
Type=Application
Categories=Settings;DesktopSettings;
EOF
  
#icon
install -d $RPM_BUILD_ROOT/%{_iconsdir}
install -d $RPM_BUILD_ROOT/%{_liconsdir}
install -d $RPM_BUILD_ROOT/%{_miconsdir}
install %{SOURCE1}  $RPM_BUILD_ROOT/%{_miconsdir}/%{name}.png
install %{SOURCE2}  $RPM_BUILD_ROOT/%{_iconsdir}/%{name}.png
install %{SOURCE3}  $RPM_BUILD_ROOT/%{_liconsdir}/%{name}.png

rm -fr $RPM_BUILD_ROOT%_prefix/doc

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_DIR/%{name}-%{version}

%files -n %{name}
%defattr(-,root,root)
%doc README ChangeLog AUTHORS TODO INSTALL
%attr(755,root,root) 
%{_bindir}/*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_mandir}/man5/*
%_datadir/applications/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-5
+ Revision: ead1760
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 363 |14cr|bblaunch-0.0.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name bblaunch
%define version 0.0.3
%define release  10

Summary: An application launcher for Blackbox type window managers
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://folk.uio.no/~steingrd/%{name}-%{version}.tar.bz2
Source1: %{name}.1
Patch0: bblaunch-0.0.3.typo.patch
License: GPL
Group: Graphical desktop/Other
Url: http://blackboxwm.sourceforge.net/
BuildRequires: pkgconfig(x11)

%description
bblaunch is an application launcher that lets you set certain blackbox related
attributes on the launched program.  You can use it to run an application with
no decorations, to immediately have it sent to a specific workspace, to have it
visible on all workspaces and so on and so on.

%prep
%setup -q
%patch0 -p1 -b .typo

%build
# (blino) the default -O2 optimization makes bblaunch segfault
export CFLAGS="%optflags -O0"
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
install -d -m 755 ${RPM_BUILD_ROOT}%{_mandir}/man1/
install -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_mandir}/man1/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-10
+ Revision: 1f88895
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 364 |14cr|bbrun-1.6-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Run window for Blackbox
Name:		bbrun
Version:	1.6
Release:	11
License:	GPL
Group: 		Toys
Url:		http://www.darkops.net/bbrun
Source: 	http://www.darkops.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		bbrun-1.6-linkage.patch
BuildRequires:	xpm-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)

%description
bbrun is a run window for Blackbox with dropdown history list.

%prep
%setup -q
%patch0 -p1
find . -perm 0600 | xargs chmod 0644

%build
cd bbrun
%make

%install
install -d %{buildroot}%{_bindir}
install bbrun/bbrun %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=BB Run
Comment=BlackBox Run Window
Exec=%{_bindir}/%{name}
Icon=office_accessories_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Office-Accessories;Office;Utility;
EOF

%files
%doc README Changelog COPYING CREDITS
%{_bindir}/*
%{_datadir}/applications/mandriva-%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-11
+ Revision: 803edcb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 365 |14cr|bcd-3.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	pdf

Summary:	Tool to build Mandriva ISO
Name:		bcd
Version:	3.7
Release:	3
Source0:	%{name}-%{version}.tar.xz
License:	GPLv2+
Group:		System/Configuration/Packaging
Url:		http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/build_system/bcd
Requires:	perl-File-Copy-Recursive sudo urpmi perl-Parallel-ForkManager
Requires:	cdrkit-genisoimage cdrkit-isotools syslinux
Requires:	gfxboot mandriva-gfxboot-theme drakxtools-backend rpmtools
Suggests:	rpmcheck smart
%if %{with pdf}
Buildrequires:	perl-LaTeX-Driver perl-Class-Accessor texlive-collection-fontsextra
%endif
BuildArch:	noarch


%description
Create Mandriva ISO
- configuration file is now in XML format
- use of genhdlist2 with file-deps
- support the add of isolinux entry
- change the theme on all.rdz files
- just need an input and an exclude file per media
- write media.cfg
- use input or exclude list for each media
- use custom rpmsrate of compssusers.pl
- all sub-media supported (updates, testing...)
- iso HEADER
- suggests option per media
- md5 in a file
- create a product.id file
- create a VERSION file
- support rpmsrate CAT


%prep
%setup -q

%build
%make
%if %{with pdf}
%make pdf
%endif

%install
%make install PREFIX=$RPM_BUILD_ROOT

%files
%doc README *.xml lists create_dual.sh
%if %{with pdf}
%doc doc/*.pdf
%endif
%{_bindir}/bcd
%{_bindir}/*.pl
%{perl_vendorlib}/BCD
%{perl_vendorlib}/%{name}.pod
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7-3
+ Revision: 801eead
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 366 |14cr|bcfg2-1.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bcfg2
Version:	1.2.2
Release:	3
Summary:	A configuration management system
Group:		System/Base
License:	BSD
URL:		http://bcfg2.org
Source0:	ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-%{version}.tar.gz
Source1:	ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-%{version}.tar.gz.gpg
BuildArch:	noarch
Requires(post):	rpm-helper
Requires(preun): rpm-helper

BuildRequires:	python-setuptools
Requires:	python-lxml

%description
Bcfg2 helps system administrators produce a consistent, reproducible,
and verifiable description of their environment, and offers
visualization and reporting tools to aid in day-to-day administrative
tasks. It is the fifth generation of configuration management tools
developed in the Mathematics and Computer Science Division of Argonne
National Laboratory.

It is based on an operational model in which the specification can be
used to validate and optionally change the state of clients, but in a
feature unique to bcfg2 the client's response to the specification can
also be used to assess the completeness of the specification. Using
this feature, bcfg2 provides an objective measure of how good a job an
administrator has done in specifying the configuration of client
systems. Bcfg2 is therefore built to help administrators construct an
accurate, comprehensive specification.

Bcfg2 has been designed from the ground up to support gentle
reconciliation between the specification and current client states. It
is designed to gracefully cope with manual system modifications.

Finally, due to the rapid pace of updates on modern networks, client
systems are constantly changing; if required in your environment,
Bcfg2 can enable the construction of complex change management and
deployment strategies.

%package server
Summary:	Configuration management server
Group:		System/Base
Requires:	bcfg2 = %{version}-%{release}
Requires:	sendmail
Requires:	openssl
Requires:	python-gamin
Requires:	python-genshi
Requires:	python-cheetah
Requires:	graphviz
Requires(post):	rpm-helper
Requires(preun): rpm-helper

%description server
Configuration management server

%package doc
Summary:	Documentation for Bcfg2
Group:		Development/Other

BuildRequires:	python-sphinx
BuildRequires:	python-docutils

%description doc
Documentation for Bcfg2.

%prep
%setup -q -n %{name}-%{version}%{?_rc:rc%{_rc}}

# fixup some paths
perl -pi -e 's@/etc/default@%{_sysconfdir}/sysconfig@g' debian/bcfg2.init
perl -pi -e 's@/etc/default@%{_sysconfdir}/sysconfig@g' debian/bcfg2-server.init
perl -pi -e 's@/etc/default@%{_sysconfdir}/sysconfig@g' tools/bcfg2-cron

perl -pi -e 's@/usr/lib/bcfg2@%{_libexecdir}@g' debian/bcfg2.cron.daily
perl -pi -e 's@/usr/lib/bcfg2@%{_libexecdir}@g' debian/bcfg2.cron.hourly

# don't start servers by default
perl -pi -e 's@chkconfig: (\d+)@chkconfig: -@' debian/bcfg2.init
perl -pi -e 's@chkconfig: (\d+)@chkconfig: -@' debian/bcfg2-server.init

# get rid of extraneous shebangs
for f in `find src/lib -name \*.py`
do
    sed -i -e '/^#!/,1d' $f
done

%build
python -c 'import setuptools; execfile("setup.py")' build
python -c 'import setuptools; execfile("setup.py")' build_sphinx

%install
python -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}

mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sysconfdir}/cron.daily
mkdir -p %{buildroot}%{_sysconfdir}/cron.hourly
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_libexecdir}
mkdir -p %{buildroot}%{_var}/lib/bcfg2
mkdir -p %{buildroot}%{_var}/cache/bcfg2
mkdir -p %{buildroot}%{_defaultdocdir}/bcfg2-doc-%{version}%{?_pre:pre%{_pre}}

mv %{buildroot}%{_bindir}/bcfg2* %{buildroot}%{_sbindir}

install -m 755 debian/bcfg2.init %{buildroot}%{_initrddir}/bcfg2
install -m 755 debian/bcfg2-server.init %{buildroot}%{_initrddir}/bcfg2-server
install -m 755 debian/bcfg2.cron.daily %{buildroot}%{_sysconfdir}/cron.daily/bcfg2
install -m 755 debian/bcfg2.cron.hourly %{buildroot}%{_sysconfdir}/cron.hourly/bcfg2
install -m 755 tools/bcfg2-cron %{buildroot}%{_libexecdir}/bcfg2-cron

install -m 644 debian/bcfg2.default %{buildroot}%{_sysconfdir}/sysconfig/bcfg2
install -m 644 debian/bcfg2-server.default %{buildroot}%{_sysconfdir}/sysconfig/bcfg2-server

touch %{buildroot}%{_sysconfdir}/bcfg2.cert
touch %{buildroot}%{_sysconfdir}/bcfg2.conf
touch %{buildroot}%{_sysconfdir}/bcfg2.key

mv build/sphinx/html/* %{buildroot}%{_defaultdocdir}/bcfg2-doc-%{version}%{?_pre:pre%{_pre}}

%post
%_post_service bcfg2

%preun
%_preun_service bcfg2

%post server
%_post_service bcfg2-server

%preun server
%_preun_service bcfg2-server

%files
%doc AUTHORS examples COPYRIGHT README
%{_mandir}/man1/bcfg2.1*
%{_mandir}/man5/bcfg2*.5*
%ghost %attr(600,root,root) %config(noreplace) %{_sysconfdir}/bcfg2.cert
%ghost %attr(600,root,root) %config(noreplace) %{_sysconfdir}/bcfg2.conf
%config(noreplace) %{_sysconfdir}/sysconfig/bcfg2
%{_sysconfdir}/cron.daily/bcfg2
%{_sysconfdir}/cron.hourly/bcfg2
%{_initrddir}/bcfg2
%{_sbindir}/bcfg2
%{_libexecdir}/bcfg2-cron
%dir %{_var}/cache/bcfg2
%{python_sitelib}/Bcfg2*.egg-info
%dir %{python_sitelib}/Bcfg2
%{python_sitelib}/Bcfg2/__init__.*
%{python_sitelib}/Bcfg2/Client
%{python_sitelib}/Bcfg2/Component.*
%{python_sitelib}/Bcfg2/Logger.*
%{python_sitelib}/Bcfg2/Options.*
%{python_sitelib}/Bcfg2/Proxy.*
%{python_sitelib}/Bcfg2/SSLServer.*
%{python_sitelib}/Bcfg2/Statistics.*
%{python_sitelib}/Bcfg2/Bcfg2Py3k.*

%files server
%{_mandir}/man8/bcfg2*.8*
%ghost %attr(600,root,root) %config(noreplace) %{_sysconfdir}/bcfg2.key
%config(noreplace) %{_sysconfdir}/sysconfig/bcfg2-server
%{_initrddir}/bcfg2-server
%{_datadir}/bcfg2
%{_sbindir}/bcfg2-*
%dir %{_var}/lib/bcfg2
%{python_sitelib}/Bcfg2/Server

%files doc
%doc %{_defaultdocdir}/bcfg2-doc-%{version}%{?_pre:pre%{_pre}}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-3
+ Revision: aa9fb8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 367 |14cr|bchunk-1.2.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name bchunk
%define version 1.2.0
%define release 8

Summary: CD image format conversion from bin/cue to iso/cdr
Name: %{name}
Version: %{version}
Release: %{release}
Group: Archiving/Other
License: GPL
Url: http://hes.iki.fi/bchunk
Source: %{name}-%{version}.tar.bz2
Buildroot: %{_tmppath}/%{name}-buildroot

%description
This is a Unix/C rewrite of the fine BinChunker software for
some non-Unix system. The non-Unix version of BinChunker
can be found at http://home.ptd.net/~redline/binchunker.html .
Thanks go to Bob Marietta <marietrg@SLU.EDU>, the author of
BinChunker, for the extensive help, documentation and letting me
look at his Pascal/Delphi source code!

binchunker converts a CD image in a ".bin / .cue" format
(sometimes ".raw / .cue") to a set of .iso and .cdr tracks.

The bin/cue format is used by some non-Unix cd-writing
software, but is not supported on most other cd-writing
programs.

The .iso track contains an ISO file system, which can be
mounted through a loop device on Linux systems, or
written on a CD-R using cdrecord.

The .cdr tracks are in the native CD audio format. They can
be either written on a CD-R using cdrecord -audio, or converted
to WAV (or any other sound format for that matter) using
sox.

%prep

%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" make

%install
rm -rf $RPM_BUILD_ROOT

install -m 755 -d  $RPM_BUILD_ROOT%{_bindir}
install -m 755 bchunk $RPM_BUILD_ROOT%{_bindir}

%files
%defattr (-,root,root)
%doc COPYING README bchunk-%{version}.lsm
%{_bindir}/*

%clean
rm -rf $RPM_BUILD_ROOT




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-8
+ Revision: 9feb667
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 368 |14cr|bcrypt-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bcrypt
Summary:	A lightweight blowfish file encryption utility
Version:	1.1 
Release:	%mkrel 8 
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.1.bz2
URL:		http://bcrypt.sourceforge.net/index.html
Group:		Archiving/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	BSD
BuildRequires:	zlib-devel

%description
bcrypt is a blowfish file encryption utility which aims for cross-platform
portability. In addition to providing 448-bit encryption, bcrypt can overwrite
input files with random garbage before deletion in order to make low-level
data recovery much more difficult.

%prep
%setup -q

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
install -m755 bcrypt -D $RPM_BUILD_ROOT%{_bindir}/bcrypt
install -m644 %SOURCE1 -D $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1.bz2

%clean 
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root)
%doc README LICENSE
%{_bindir}/*
%{_mandir}/man1/%{name}.1*





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.1-8
+ Revision: eb93716
- Automatic import for version 1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 369 |14cr|beansbinding-1.2.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section		free

Name:		beansbinding
Version:	1.2.1
Release:	8
Epoch:		0
Summary:        Beans Binding API
License:        LGPL
Url:            https://beansbinding.dev.java.net/
Group:		Development/Java
#
Source0:        https://beansbinding.dev.java.net/files/documents/6779/73673/beansbinding-1.2.1-src.zip
BuildRequires:	java-rpmbuild >= 1.6
BuildRequires:	java-devel >= 1.6
BuildRequires:	java >= 1.6
BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  ant-junit
Requires:	java >= 1.6
BuildArch:      noarch

%description
In essence, Beans Binding (JSR 295) is about keeping two properties
(typically of two objects) in sync. An additional emphasis is placed on the 
ability to bind to Swing components, and easy integration with IDEs such as 
NetBeans. This project provides the reference implementation.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires(post):   /bin/rm,/bin/ln
Requires(postun): /bin/rm

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c -n %{name}-%{version}
# remove all binary libs
find . -name "*.jar" -exec %{__rm} -f {} \;

%build
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java 
ant dist

%install
# jar
%{__install} -d -m 755 %{buildroot}%{_javadir}
%{__install} -m 644 dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
# javadoc
%{__install} -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -sf %{name}-%{version} %{name})

%post javadoc
%{__rm} -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ $1 -eq 0 ]; then
  %{__rm} -f %{_javadocdir}/%{name}
fi

%files
%defattr(-,root,root)
%{_javadir}/*


%files javadoc
%defattr(-,root,root)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%ghost %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.2.1-8
+ Revision: c08a1d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 370 |14cr|beast-0.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define api 0.8
%define major 2
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

%define custom_dsp 0
%{?dsp_device: %global custom_dsp 1}

%define custom_midi 0
%{?midi_device: %global custom_midi 1}

Summary:	Music composition and audio synthesis framework and tool
Name:		beast
Version:	0.8.2
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://beast.gtk.org/
Source0:	ftp://beast.gtk.org/pub/beast/v0.7/%{name}-%{version}.tar.bz2
Source1:	bseapi.idl
Patch0:		beast-0.8.2-gcc4.9.patch
BuildRequires:	groff
BuildRequires:	imagemagick
BuildRequires:	perl-XML-Parser
BuildRequires:	rapicorn
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(guile-1.8)
BuildRequires:	pkgconfig(libgnomecanvas-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(rapicorn1307)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
BEAST (the BEdevilled Audio System) is a GTK+/GNOME-based frontend to
BSE (the Bedevilled Sound Engine). BSE comes with the abilities to
load/store songs and synthesis networks (in .bse files), play them
modify them, etc. BEAST provides the necessary GUI to make actual
use of BSE. Synthesis filters (BseSources) are implemented in shared
library modules, and get loaded on demand.

NOTE: This package assumes audio device of your sound card is /dev/dsp,
and MIDI device is /dev/midi; this setting may not fit your machine. If
this is the case, please rebuild this RPM with the following options
(assuming audio device is /dev/dsp2 and MIDI device is /dev/midi1):

    rpmbuild --rebuild --define='dsp_device /dev/dsp2' \
        --define='midi_device /dev/midi1' beast-*.src.rpm

%files -f %{name}.lang
%doc README AUTHORS COPYING* NEWS TODO
%{_bindir}/*
%{_datadir}/application-registry/*.applications
%{_datadir}/applications/*.desktop
%{_datadir}/bse
%{_datadir}/%{name}
%{_datadir}/mime/packages/*.xml
%{_datadir}/mime-info/*
%{_datadir}/pixmaps/*
%{_libdir}/bse
%{_mandir}/man1/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
License:	LGPLv2+
Group:		System/Libraries

%description -n %{libname}
BEAST (the BEdevilled Audio System) is a GTK+/GNOME-based frontend to
BSE (the Bedevilled Sound Engine). BSE comes with the abilities to
load/store songs and synthesis networks (in .bse files), play them
modify them, etc. BEAST provides the necessary GUI to make actual
use of BSE. Synthesis filters (BseSources) are implemented in shared
library modules, and get loaded on demand.

You must install this library before running %{name}.

%files -n %{libname}
%{_libdir}/libbse-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
License:	LGPLv2+
Group: 		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%doc ChangeLog
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_mandir}/man5/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
perl -p -i -e 's/-DG_DISABLE_DEPRECATED//' bse/Makefile.in bse/Makefile.am

# missing file
cp %{SOURCE1} bse/bseapi.idl

%build
export CFLAGS="%{optflags} -fpermissive -fno-strict-aliasing" 
export CXXFLAGS="%{optflags} -fpermissive -fno-strict-aliasing" 
%configure2_5x \
%if %{custom_dsp}
	--enable-osspcm=%{dsp_device} \
%else
	--enable-osspcm=/dev/dsp \
%endif
%if %{custom_midi}
	--enable-ossmidi=%{midi_device} \
%else
	--enable-ossmidi=/dev/midi \
%endif

%make

%install
%makeinstall_std UPDATE_MIME_DATABASE=

#icons
mkdir -p %{buildroot}%{_iconsdir} \
         %{buildroot}%{_miconsdir}
install -D -m 644       data/beast.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 data/beast.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 data/beast.png %{buildroot}%{_miconsdir}/%{name}.png

# remove files not bundled
rm -f %{buildroot}%{_libdir}/bse/v*/plugins/*.la

%find_lang %{name} --all-name


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.2-1
+ Revision: 571278e
- Add patch to fix build with gcc 4.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 371 |14cr|become-0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		become
Version:	0.1
Release:	5
URL:		http://www.bindshell.net/tools/become
Source:		http://www.bindshell.net/tools/become/become.tgz
Summary:	Utility to changes the effective, or real, user and group id
License:	BSD
Group:		System/Base
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%description
The become utility changes the current effective, or real, user and
group identity to those specified on the command line. The default shell
(/bin/sh) is then executed.
UID and GID are specified numercially and do not have to be currently
defined on the system.

%prep
%setup -q -n %{name}

%build
%{make}
lzma become.8

%install
%{__rm} -Rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man8
%{__install} -c become %{buildroot}%{_sbindir}
%{__install} -c -m 644 become.8.lzma %{buildroot}%{_mandir}/man8

%files
%doc LICENSE
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-5
+ Revision: e8ed84f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 372 |14cr|beediff-1.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name beediff
%define version 1.9
%define release 6

Summary: Graphical file comparator
Name:    %{name}
Version: %{version}
Release: %{release}
License: GPLv2+
Group:   File tools
URL:     http://www.beesoft.org/index.php?id=beediff
Source0: http://www.beesoft.org/download/%{name}_%{version}_src.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: qt4-devel

%description
BeeDiff (beediff) is a graphical file comparator.
User have a possibilty to compare a two text files.
All differences are highlighted in colors.

%prep
%setup -q -n %{name}

%build
%qmake_qt4
%make

%install
rm -rf $RPM_BUILD_ROOT

install -D %{name} %{buildroot}/%{_bindir}/%{name}
install -D img/%{name}.png %{buildroot}/%{_iconsdir}/%{name}.png

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc licence.txt
%{_bindir}/%{name}
%{_iconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9-6
+ Revision: 3882f7f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 373 |14cr|beep-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The pc speaker
Name:		beep
Version:	1.3
Release:	2
License:	GPLv2
Group:		Sound
URL:		http://www.johnath.com/beep/
Source0:	http://www.johnath.com/beep/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
Beep allows the user to control the pc-speaker with precision,
allowing different sounds to indicate different events. While it
can be run quite happily on the commandline, it's intended place
of residence is within shell/perl scripts, notifying the user when
something interesting occurs. Of course, it has no notion of
what's interesting, but it's real good at that notifying part.

%prep
%setup -q

%build
gcc %{optflags} -Wall -o beep beep.c

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1
install -m 755 beep %{buildroot}/%{_bindir}/
gunzip beep.1.gz
install -m 644 beep.1 %{buildroot}%{_mandir}/man1/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG COPYING CREDITS README
%{_bindir}/*
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-2
+ Revision: ce18039
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 374 |14cr|beesu-2.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define nbmversion 1.7

Summary:	Graphical wrapper for su
Name:		beesu
Version:	2.7
Release:	3
License:	GPLv2+
Group:		System/Base
Url:		http://www.honeybeenet.altervista.org
Source0:	http://honeybeenet.altervista.org/beesu/files/beesu-sources/%{name}-%{version}.tar.bz2
Source1:	http://honeybeenet.altervista.org/beesu/files/beesu-manager/nautilus-beesu-manager-%{nbmversion}.tar.bz2
Patch1:		beesu-nautilus-no-browser.patch
Requires:	pam
Requires:	usermode

%description
Beesu is a wrapper around su and works with consolehelper to let you
have a graphic interface like gksu.

%package -n nautilus-beesu-manager
Summary:	Utility to add beesu scripts to nautilus
Version:	%{nbmversion}
Group:		Graphical desktop/Other
Requires:	beesu
Requires:	zenity
Requires:	nautilus
BuildArch:	noarch

%description -n nautilus-beesu-manager
nautilus-beesu-manager is a little utility to add some useful scripts
to the Nautilus file browser; nautilus-beesu-manager can add scripts
to Nautilus using beesu to elevate the user's privileges to root.

%prep
%setup -q -a1
chmod -x nautilus-beesu-manager-%{nbmversion}/COPYING nautilus-beesu-manager-%{nbmversion}/README
%patch1 -p1

%build
%make CFLAGS="%{optflags} -fno-delete-null-pointer-checks"

%install
mkdir -p %{buildroot}%{_datadir}/%{name}

%makeinstall_std

#nbm
pushd nautilus-beesu-manager-%{nbmversion}
mkdir -v -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
mkdir -v -p %{buildroot}%{_datadir}/applications/
install -p -m 755 nautilus-beesu-manager %{buildroot}%{_bindir}
install -p -m 644 nautilus-beesu-manager.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
desktop-file-install --dir %{buildroot}%{_datadir}/applications --mode 0644 nautilus-beesu-manager.desktop
mkdir -v -p %{buildroot}%{_libexecdir}/nautilus-beesu-manager/
install -p -m 755 libexec/api %{buildroot}%{_libexecdir}/nautilus-beesu-manager/
cp -a libexec/scripts %{buildroot}%{_libexecdir}/nautilus-beesu-manager/
install -p -m 644 libexec/local-launcher %{buildroot}%{_libexecdir}/nautilus-beesu-manager/
popd

%files
%doc COPYING README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%{_sysconfdir}/profile.d/%{name}-bash-completion.sh
%{_sbindir}/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.xz

%files -n nautilus-beesu-manager
%doc nautilus-beesu-manager-%{nbmversion}/COPYING nautilus-beesu-manager-%{nbmversion}/README
%{_bindir}/nautilus-beesu-manager
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/32x32/apps/nautilus-beesu-manager.png
%{_libexecdir}/nautilus-beesu-manager/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7-3
+ Revision: 2ac71fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 375 |14cr|beret-1.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		beret
Version:	1.2.0
Release:	3
Summary:	Beret is a 2D puzzle platformer
Group:		Games/Arcade
Url:		http://kiwisauce.com
Source0:	%{name}.tar.bz2
License:	GPLv2
BuildRequires:	SDL-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	SDL_mixer-devel
Patch0:		math_lib.patch

%description
Beret is a 2D puzzle platformer about a 
telekinetic scientist that is available for Windows, Mac OS X, and Linux.

%prep
%setup -q -n %{name}
%patch0 -p1

%build
cp /usr/include/SDL/* ./
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 %{name} %{buildroot}%{_bindir}
#install data

mkdir -p %{buildroot}%{_datadir}/%{name}/images
install -m 0644 images/*.{png,bmp} %{buildroot}%{_datadir}/%{name}/images
#install music
mkdir -p %{buildroot}%{_datadir}/%{name}/music
install -m 0644 music/*.ogg %{buildroot}%{_datadir}/%{name}/music
#install sfx
mkdir -p %{buildroot}%{_datadir}/%{name}/sfx
install -m 0644 sfx/*.wav %{buildroot}%{_datadir}/%{name}/sfx
#install rooms
mkdir -p %{buildroot}%{_datadir}/%{name}/rooms
install -m 0644 rooms/* %{buildroot}%{_datadir}/%{name}/rooms
#font
install -m 0644 AveriaSans-Regular.ttf  %{buildroot}%{_datadir}/%{name}/

%files
%{_bindir}/%{name}
%{_datadir}/%{name}/images/*
%{_datadir}/%{name}/music/*
%{_datadir}/%{name}/sfx/*
%{_datadir}/%{name}/rooms/*
%{_datadir}/%{name}/AveriaSans-Regular.ttf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-3
+ Revision: d87905c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 376 |14cr|berusky-1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sokoban clone
Name:		berusky
Version:	1.7
Release:	3
License:	GPLv2+
Group:		Games/Puzzles
Url:		http://www.anakreon.cz/
Source0:	http://www.anakreon.cz/download/%{name}-%{version}.tar.gz
Source1:	berusky.png
Patch0:		berusky-paths.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
Requires:	%{name}-data = %{version}

%description
Berusky is a 2D logic game based on an ancient puzzle named Sokoban.

An old idea of moving boxes in a maze has been expanded with new logic
items such as explosives, stones, special gates and so on.
In addition, up to five bugs can cooperate and be controlled by the player.

This package contains a binary for the game.

%files
%doc AUTHORS ChangeLog README TODO
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

touch config.rpath ABOUT-NLS
sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -e 's,AM_PROG_CC_STDC,AC_PROG_CC,g' configure.*

%build
#autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

# Remove docs from a wrong directory
rm -rf %{buildroot}%{_prefix}/doc

# Install icon
install -D -p %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png

# Desktop-file
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Berusky
Comment=Rescue the bugs!
Exec=%{_gamesbindir}/%{name}
Terminal=false
Type=Application
StartupNotify=false
Icon=%{name}
Categories=Game;LogicGame;
EOF

# Move berusyk.ini to /etc
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mv %{buildroot}%{_datadir}/%{name}/%{name}.ini %{buildroot}%{_sysconfdir}/%{name}

# Remove empty %{_datadir}, and create %{_gamesdatadir} for files from berusky-data
rm -fR %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}

# Move binary to /usr/games
mv %{buildroot}%{_bindir} %{buildroot}%{_gamesbindir}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-3
+ Revision: 83799bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 377 |14cr|berusky-data-1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname berusky

Name:		%{oname}-data
Version:	1.7
Release:	2
Summary:	Game data files for Berusky
License:	GPLv2+
Group:		Games/Puzzles
URL:		http://www.anakreon.cz/
Source0:	http://www.anakreon.cz/download/%{name}-%{version}.tar.gz
BuildArch:	noarch

%description
A datafile for Berusky. Berusky is a 2D logic game based on an ancient
puzzle named Sokoban.

An old idea of moving boxes in a maze has been expanded with new logic
items such as explosives, stones, special gates and so on.
In addition, up to five bugs can cooperate and be controlled by the player.

This package contains a data for the game, i.e. files with graphics, levels,
game rules and configuration.


%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}

cp -p -R GameData %{buildroot}%{_gamesdatadir}/%{oname}
cp -p -R Graphics %{buildroot}%{_gamesdatadir}/%{oname}
cp -p -R Levels   %{buildroot}%{_gamesdatadir}/%{oname}

# berusky.ini is installed from the berusky package

%files
%doc README COPYING
%{_gamesdatadir}/%{oname}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-2
+ Revision: 83c81c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 378 |14cr|bfast-0.7.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bfast
Version:	0.7.0a
Release:	3
Summary:	Blat-like Fast Accurate Search Tool

Group:		Sciences/Physics
License:	GPLv2 and MIT
URL:		http://bfast.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz

BuildRequires:	zlib-devel bzip2-devel

%description

BFAST facilitates the fast and accurate mapping of short reads to
reference sequences.  Some advantages of BFAST include:

Speed: enables billions of short reads to be mapped quickly.

Accuracy: A priori probabilities for mapping reads with defined set of
variants.

An easy way to measurably tune accuracy at the expense of speed.

Specifically, BFAST was designed to facilitate whole-genome
resequencing, where mapping billions of short reads with variants is
of utmost importance.

BFAST supports both Illumina and ABI SOLiD data, as well as any other
Next-Generation Sequencing Technology (454, Helicos), with particular
emphasis on sensitivity towards errors, SNPs and especially
indels. Other algorithms take short-cuts by ignoring errors, certain
types of variants (indels), and even require further alignment, all to
be the "fastest" (but still not complete). BFAST is able to be tuned
to find variants regardless of the error-rate, polymorphism rate, or
other factors.


%prep
%setup -q

# temporary fix for 32-bit build problem
sed -i '/^extended_CFLAGS=/ s/-m64//' configure

%build
%configure
%make

%install
%makeinstall_std

rm %{buildroot}/%{_docdir}/%{name}/LICENSE
rm %{buildroot}/%{_docdir}/%{name}/bfast-book.pdf


%files
%doc AUTHORS ChangeLog NEWS README LICENSE
%doc manual/bfast-book.pdf
%{_bindir}/balignmentscoredistribution
%{_bindir}/balignsim
%{_bindir}/bevalsim
%{_bindir}/bfast
%{_bindir}/bfast.resubmit.pl
%{_bindir}/bfast.submit.pl
%{_bindir}/bgeneratereads
%{_bindir}/bindexdist
%{_bindir}/bindexhist
%{_bindir}/bmfmerge
%{_bindir}/brepeat
%{_bindir}/btestindexes
%{_bindir}/ill2fastq.pl
%{_bindir}/solid2fastq



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0a-3
+ Revision: 689cc06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 379 |14cr|bfr-1.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	General-purpose command-line pipe buffer
Name:		bfr
Version:	1.6
Release:	9
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.glines.org:8000/software/buffer.html
Source0:	%{name}-%{version}.tar.bz2
Patch0:		bfr-1.6-pod.patch

%description
Buffer is a general-purpose command-line pipe buffer. It buffers data from
stdin and sends it to stdout, adjusting to best fit the pace stdout can
handle. It can solve problems on either end of a pipe. For instance, if the
incoming stream is slower than outgoing, performance is mainly dependent on
the "start-stream threshold" you set. This can be used to group data into
larger packets to, for an example, reduce seeking on a tape drive. In the
case of the outgoing being slower, the "stop-stream threshold" prevents
unnecessary CPU from being taken up by reading single-bytes and such (if the
output stream accepts data one byte at a time, for instance), and will
output-only until the buffer goes down to 97% or so. This speeds up certain
procedures, such as creating a tar file, gzipping it, and putting it through
a program such as "netcat". It boosts performance by allowing a certain level
of detachment between the two... allowing tar and (especially) gzip to do its
work at the same time the network is doing its work, so you're not sending
one packet and THEN seeing gzip kick in to create the next.

The Buffer distribution also contains a variant of buffer named Bufplay (bfp).
Bufplay's purpose is to do the same sort of buffering as Buffer, but it is
intended for use with OSS, configuring /dev/dsp for the type of sound data
you specify and playing it. If, for some reason, you want to be cool like me
and have 60 megs of RAM inbetween mpg123 and your sound card, you can. =)

%files
%doc README
%{_bindir}/bfr
%{_bindir}/bfp
%{_mandir}/man1/bfr.1.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Wed Aug 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6-9
+ Revision: 25c7899
- Fix pod syntax



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 380 |14cr|bg5ps-1.3.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	bg5ps
%define	version	1.3.0
%define release	16

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	A program for converting PostScript files to Chinese PostScript files
Source0:	ftp://ftp.debian.org/debian/dists/unstable/main/source/text/%{name}_%{version}.orig.tar.bz2
Patch0:		bg5ps-geoff.patch
Source1:	gb2312-bg5ps.conf
Source2:	gbps
# note: should we apply debian's patch? heavy hacky hack ..!!
Group:		System/Internationalization
Requires:	fonts-ttf-big5 fonts-ttf-gb2312 locales-zh
BuildRequires:	freetype-devel
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
bg5ps is a program for converting normally unreadable PostScript files 
which are encoded in Big5 or GB to be readable using TrueType fonts.

Its command line options are a bit harsh to get working but there
are detailed instructions on how to do so.

The default system wide encoding is Big5. This can be overridden either by
using the GB configuration file in the documents directory, which will then
prevail to be the system wide policy for bg5ps or alternatively you may want to
use a custom-defined one in your home directory, which will be on a per-user
basis.


%prep
%setup -q
%patch0 -p1

%build
%make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}/chinese}
make BINDIR=$RPM_BUILD_ROOT%{_bindir} \
   ETCDIR=$RPM_BUILD_ROOT%{_sysconfdir}/chinese install

#install default big5 configuration file to /etc/chinese.
install -m644 big5-bg5ps.conf $RPM_BUILD_ROOT%{_sysconfdir}/chinese/bg5ps.conf
install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/chinese/gb2312-bg5ps.conf
install -m755 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/gbps

%clean
rm -rf $RPM_BUILD_ROOT

# we don't use noreplace, stupid. we have a user defined one in ~/ ...

%files
%defattr(-,root,root)
%doc TESTTTF2PSM.short Readme doc examples
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/chinese/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-16
+ Revision: 5780f6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 381 |14cr|bgpq3-0.1.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	BGP filtering automation for cisco and juniper routers


Name:		bgpq3
Version:	0.1.21
Release:	2
License:	GPLv2
Group:		Text tools
URL:		http://snar.spb.ru/prog/bgpq3/
Source:		http://snar.spb.ru/prog/bgpq3/%{name}-%{version}.tgz


%description
The bgpq3 ultility used to generate Cisco and 
Juniper prefix-lists, extended access-lists,
policy-statement terms and as-path lists 
based on RADB data.

%prep
%setup -q

%build
%configure
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -D -m 755 bgpq3 %{buildroot}%{_bindir}/
mkdir -p %{buildroot}%{_mandir}/man8
install -D -m 644 bgpq3.8 %{buildroot}%{_mandir}/man8/

%files
%{_bindir}/*
%{_mandir}/man8/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.21-2
+ Revision: bda7756
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 382 |14cr|biabam-0.9.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Biabam Is A Bash Attachment Mailer
Name:		biabam
License:	GPL
Version:	0.9.7
Release:	8
Group:		Networking/Mail
URL:		http://mmj.dk/biabam/
Source0:	http://mmj.dk/biabam/%{name}-%{version}.tar.bz2
Requires:	sendmail-command
Requires:	sharutils
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-build

%description
Biabam Is A Bash Attachment Mailer. In other words, BIABAM is a
tool that is used for mailing attachments from the commandline. It
is similar to using Mutt to send attachments on the commandline,
but without the overhead of a complete email client.

%prep

%setup -q

%build

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 biabam %{buildroot}%{_bindir}/biabam

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING README
%attr(0755,root,root) %{_bindir}/biabam




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.7-8
+ Revision: 686b313
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 383 |14cr|bib2hal-2.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       bib2hal
Version:    2.3
Release:    5
Summary:    Massive import BibTeX article into HAL
License:    GPL
Group:      Publishing
URL:        http://gforge.inria.fr/projects/bib2hal/
Source:     http://gforge.inria.fr/frs/download.php/4410/%{name}-%{version}.tar.gz
Patch0:     %{name}-2.3-fix-installation.patch
Patch1:     %{name}-2.3-create-man-page.patch
BuildRequires:  perl(Text::BibTeX)
BuildRequires:  perl(IO::Prompt)
BuildRequires:  perl(SOAP::Lite)
BuildRequires:  perl(XML::LibXML)
BuildRequires:  perl(XML::Simple)
BuildRequires:  perl(Readonly)
BuildRequires:  perl(DateTime)
BuildRequires:  perl(MIME::Base64)
BuildArch:  noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
bib2hal allows massive import BibTeX article into HAL.

%prep
%setup -q
%patch0 -p 1
%patch1 -p 1

%build
autoreconf
%configure2_5x
make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root)
%doc README AUTHORS COPYING ChangeLog NEWS
%{_bindir}/%{name}.pl
%{_datadir}/%{name}
%{_mandir}/man1/bib2hal.pl.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3-5
+ Revision: 231f841
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 384 |14cr|bib2html-6.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bib2html
Version:	6.7
Release:	2
Summary:	BibTeX to HTML translator

URL:		http://www.arakhne.org/bib2ml/
Source:		http://download.tuxfamily.org/arakhne/pool/universe/b/bib2ml/bib2ml_%{version}-0arakhne0.tar.gz
Patch0:		bib2ml_6.7-encoding.patch
License:	GPL
Group:		Publishing
BuildArch:	noarch

%description
bib2html is a script which permits to generate a set of HTML or XML
pages from a BibTeX database.

%prep
%setup -q -n bib2ml-%{version}
%patch0 -p0

find . -type d | xargs chmod 755
find . -type f | xargs chmod 644

%build
# Build the manual pages

pod2man --section=1 --release="%{version}" --center=Bib2HTML --name=Bib2HTML man/bib2html_en.pod man/bib2html.1
pod2man --section=1 --release="%{version}" --center=Bib2HTML --name=Bib2HTML man/bib2html_fr.pod man/bib2html.fr.1
pod2man --section=1 --release="%{version}" --center=Bib2XML --name=Bib2XML man/bib2xml_en.pod man/bib2xml.1
pod2man --section=1 --release="%{version}" --center=Bib2XML --name=Bib2XML man/bib2xml_fr.pod man/bib2xml.fr.1
pod2man --section=1 --release="%{version}" --center=Bib2XML --name=Bib2XML man/bib2sql_en.pod man/bib2sql.1
pod2man --section=1 --release="%{version}" --center=Bib2XML --name=Bib2XML man/bib2sql_fr.pod man/bib2sql.fr.1

# Give the correct path to the pod files
perl -p -i -e 's/"\$basename"/"%{name}-%{version}"/' src/Bib2HTML/Main.pm

%install

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 src/bib2html.pl %{buildroot}%{_bindir}/bib2html
install -m 755 src/bib2xml.pl %{buildroot}%{_bindir}/bib2xml
install -m 755 src/bib2sql.pl %{buildroot}%{_bindir}/bib2sql

install -d -m 755 %{buildroot}%{perl_vendorlib}
cp -pr ./src/Bib2HTML %{buildroot}%{perl_vendorlib}

install -d -m 755 %{buildroot}%{_mandir}/man1
install -d -m 755 %{buildroot}%{_mandir}/fr/man1
install -m 644 man/bib2html.1 %{buildroot}%{_mandir}/man1/%{name}.1
install -m 644 man/bib2xml.1 %{buildroot}%{_mandir}/man1/%{name}.1
install -m 644 man/bib2html.fr.1 %{buildroot}%{_mandir}/fr/man1/%{name}.1
install -m 644 man/bib2xml.fr.1 %{buildroot}%{_mandir}/fr/man1/%{name}.1

%files
%doc Changelog COPYING AUTHORS README doc/* man/*.pod
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%lang(fr) %{_mandir}/fr/man1/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.7-2
+ Revision: 367dc75
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 385 |14cr|bib2xhtml-2.35-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	bib2xhtml
%define version	2.35
%define release	3

%define bstdir /usr/share/texmf/bibtex/bst/bib2xhtml

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	A program for converting BibTeX files into XHTML 1.0
License:	GPL 
Group:		Publishing
Url:		http://www.spinellis.gr/sw/textproc/bib2xhtml/
Source:		http://www.spinellis.gr/sw/textproc/bib2xhtml/%{name}-%{version}.tar.bz2
Requires:	tetex
Requires:	perl(PDF::API2)
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
bib2xhtml is a program that converts BibTeX files into HTML
(specifically XHTML 1.0). The conversion is mostly done by specialized
BibTeX style files derived from converted bibliography style
templates. This ensures that the original BibTeX styles are faithfully
reproduced. Some postprocessing is performed by Perl code.

%prep
%setup -q
# fix encoding
perl -pi -e 'tr/\r//d' *.html *.bib bib2xhtml

%build

%install
rm -rf %{buildroot}
install -m 755 -d %{buildroot}%{_bindir} 
install -m 755 -d %{buildroot}%{_mandir}/man1
install -m 755 -d %{buildroot}%{bstdir}
install -m 755 bib2xhtml %{buildroot}%{_bindir}
install -m 644 bib2xhtml.man %{buildroot}%{_mandir}/man1/bib2xhtml.1
install -m 644 *.bst %{buildroot}%{bstdir}

%post
texhash

%postun
rm -rf %bstdir
texhash

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog COPYING README *.html *.txt *.pdf example.bib
%{_bindir}/bib2xhtml
%{_mandir}/man1/bib2xhtml.1.*
%{bstdir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.35-3
+ Revision: 9988fa2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 386 |14cr|bibletime-2.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package %{nil}
%define Werror_cflags %nil
Name:		bibletime
Version:	2.10.0
Release:	2
Summary:	Easy to use Bible study tool
License:	GPLv2+
Url:		http://www.bibletime.info/
Group:		Text tools
Source0:	http://garr.dl.sourceforge.net/project/bibletime/BibleTime%202/BibleTime%202%20source%20code/%{name}-%{version}.tar.xz
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(sword) >= 1.7.0
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libclucene-core) >= 2.0
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(openssl)
BuildRequires:	imagemagick
BuildRequires:	cmake
Requires:	sword >= 1.7.0
Obsoletes:	bibletime-i18n
Obsoletes:	bibletime-i18n-af
Obsoletes:	bibletime-i18n-de
Obsoletes:	bibletime-i18n-fi
Obsoletes:	bibletime-i18n-it
Obsoletes:	bibletime-i18n-no
Obsoletes:	bibletime-i18n-ro
Obsoletes:	bibletime-i18n-ua
Obsoletes:	bibletime-i18n-bg
Obsoletes:	bibletime-i18n-en_GB
Obsoletes:	bibletime-i18n-fr
Obsoletes:	bibletime-i18n-ko
Obsoletes:	bibletime-i18n-pl
Obsoletes:	bibletime-i18n-ru
Obsoletes:	bibletime-i18n-cs
Obsoletes:	bibletime-i18n-es
Obsoletes:	bibletime-i18n-hu
Obsoletes:	bibletime-i18n-nl
Obsoletes:	bibletime-i18n-pt_br
Obsoletes:	bibletime-i18n-sk

%description
BibleTime is a free and easy to use bible study tool built with QT4.

BibleTime provides easy handling of digitized texts (Bibles, commentaries 
and lexicons) and powerful features to work with these texts (search in 
texts, write own notes, save, print etc.). Bibletime is a frontend for 
the SWORD Bible Framework.

%prep
%setup -q

%build
mkdir build
pushd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="%{_prefix}" ../
%make
popd 

%install
%makeinstall_std -C build


desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications \
	--add-category="Office" \
	%{buildroot}%{_datadir}/applications/*.desktop

# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size pics/icons/bibletime.svg \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

# install manpages
install -Dm644 docs/manpages/bibletime.1 %{buildroot}%{_mandir}/man1/bibletime.1

# fix language pathnames
mv %{buildroot}%{_datadir}/%{name}/locale/bibletime_ui_pt_{br,BR}.qm || :
mv %{buildroot}%{_datadir}/%{name}/docs/howto/pt-{br,BR} || :

%find_lang %{name} || touch %{name}.lang
BT_DOC_DIR=%{_datadir}/%{name}/docs
for doctype in handbook howto ; do
	for lang_dir in %{buildroot}/$BT_DOC_DIR/$doctype/* ; do
		lang=$(basename $lang_dir)
		echo "%lang($lang) $BT_DOC_DIR/$doctype/$lang/*" >> %{name}.lang
	done
done	
	
%files -f %{name}.lang
%doc ChangeLog LICENSE README
%{_bindir}/bibletime
%{_datadir}/applications/bibletime.desktop
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/docs/
%dir %{_datadir}/%{name}/docs/handbook/
%dir %{_datadir}/%{name}/docs/howto/
%{_datadir}/%{name}/display-templates/
%{_datadir}/%{name}/javascript/
%{_datadir}/%{name}/license/
%{_datadir}/%{name}/icons/
%{_datadir}/%{name}/locale/
%{_datadir}/%{name}/pics/
%{_datadir}/icons/bibletime.svg
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/bibletime.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.0-2
+ Revision: c5aa979
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 387 |14cr|bibtex2html-1.97-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A Tool for translating from BibTeX to HTML
Name:		bibtex2html
Version:	1.97
Release:	2
License:	GPLv2+
Group:		Publishing
Url:		http://www.lri.fr/~filliatr/bibtex2html
Source0:	http://www.lri.fr/~filliatr/ftp/bibtex2html/%{name}-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	hevea
BuildRequires:	tetex-latex
BuildRequires:	tetex-dvips
BuildRequires:	tetex-cmsuper
BuildRequires:	texlive

%description
bibtex2html is a collection of tools for translating bibliographies
in BibTeX format to HTML. Here are some of these tools' more important
features:

* Handle any BibTeX style (even those producing multiple bibliographies);
* Use additional fields like abstract, url, ps, etc. to insert web links;
* Crossrefs are also replaced by links;
* Sort by dates or authors, in increasing or decreasing order;
* Read simple macros in TeX or LaTeX files;
* Show syntax errors in BibTeX files;
* Extract from one or several BibTeX files the set of entries satisfying
  a given criterion.

%files
%doc CHANGES COPYING README manual.pdf manual.html
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
# Removing unused lib from makefile
sed -i 's/-cclib -lstr//' Makefile.in

%build
%configure
%make
%make doc

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 aux2bib bib2bib bibtex2html %{buildroot}%{_bindir}
install -m 644 aux2bib.1 bib2bib.1 bibtex2html.1 %{buildroot}%{_mandir}/man1


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.97-2
+ Revision: 200b8f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 388 |14cr|bibtool-2.55-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname BibTool

Summary:	A Tool for manipulating BibTeX data bases
Name:		bibtool
Version:	2.55
Release:	2
License:	GPLv1+
Group:		Publishing
Url:		http://www.ctan.org/tex-archive/biblio/bibtex/utils/bibtool
Source0:	ftp://ctan.tug.org/tex-archive/biblio/bibtex/utils/bibtool/%{oname}-%{version}.tar.gz
Patch0:		BibTool-2.51-regex.patch
BuildRequires:	texlive

%description
BibTeX provides an easy to use means to integrate citations and
bibliographies into LaTeX documents. But the user is left alone with
the management of the BibTeX files. The program BibTool is intended to
fill this gap. BibTool allows the manipulation of BibTeX files which
goes beyond the possibilities --- and intentions --- of BibTeX.

%files
%doc COPYING README THANKS ToDo
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}
%patch0 -p1 -b .regex
sed -i -e 's%^#!/usr/local/bin/tclsh%#! %{_bindir}/tclsh%' Tcl/bibtool.tcl
sed -i -e 's%^#!/usr/local/bin/perl%#! %{_bindir}/perl%' Perl/bibtool.pl
# configure will recreate the directory, but only with config.h within
rm -rf regex-0.12

%build
%configure2_5x
sed -i -e 's#@kpathsea_lib_static@##' makefile
%make
cd Doc
make all

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 bibtool %{buildroot}%{_bindir}
install -m 644 Lib/* %{buildroot}%{_datadir}/%{name}
install -m 644 Doc/bibtool.1 %{buildroot}%{_mandir}/man1


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.55-2
+ Revision: f8460de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 389 |14cr|bibus-1.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libreofficedir %{_libdir}/libreoffice

Name:		bibus
Version:	1.5.2
Release:	2
Summary:	Bibliographic database manager with OpenOffice.org integration
Source0:	http://freefr.dl.sourceforge.net/sourceforge/bibus-biblio/%{name}_%{version}.orig.tar.gz
Patch0:		bibus-1.4.3.1-fix-desktop-file.patch
Patch1:		bibus-1.5.1-fix_path_search.patch
Patch2:         bibus-1.5.2-mga-ubu-fix_libreoffice.patch
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
License:	GPLv2+
Group:		Publishing
Url:		http://bibus-biblio.sourceforge.net
BuildRequires:  desktop-file-utils
BuildRequires:  python-devel
BuildRequires:  gettext
BuildRequires:  libreoffice-devel
BuildRequires:  libreoffice-pyuno
Requires:       python >= 2.5
Requires:       wxPython > 2.6
Suggests:       %{_lib}sqlite3_0

%description
Bibus is a bibliographic and reference management software. Besides besides
searching, editing and sorting bibliographic records, it features:
- Online PubMed and eTBLAST queries
- Direct reference insertion in OpenOffice.org
- File exchange capabilities with other reference managers
- Hierarchical organization of the references with user-defined keys
- Multi-user design
- Live queries (i.e. upgraded when database is modified).

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

mv locale/zh_cn locale/zh_CN
mv locale/cn locale/zh_TW

%install
%make -f Setup/Makefile \
    DESTDIR=%{buildroot}%{_prefix} \
    sysconfdir=%{buildroot}%{_sysconfdir} \
    python=%{_bindir}/python \
    oopath=%{libreofficedir}/program \
    ooure=%{libreofficedir}/ure-link/lib \
    oobasis=%{libreofficedir}/program \
    install

# we use our own doc installation macro
rm -rf %{buildroot}%{_docdir}/bibus
# rpm deals with uninstallation
rm -f %{buildroot}%{_datadir}/bibus/Setup/uninstall.sh
# fix symlink pathname
ln -sf %{_datadir}/bibus/bibusStart.py %{buildroot}%{_bindir}/bibus
# dirty hack for wrong pathnames in bibus.cfg
sed -e "s|%{buildroot}/|/|g" %{buildroot}%{_datadir}/bibus/bibus.cfg \
	> %{buildroot}%{_datadir}/bibus/bibuscorr.cfg
install -m644 --backup=off %{buildroot}%{_datadir}/bibus/bibuscorr.cfg \
	%{buildroot}%{_datadir}/bibus/bibus.cfg
rm -f %{buildroot}%{_datadir}/bibus/bibuscorr.cfg
# we use distro's iconsdir
rm -rf %{buildroot}%{_iconsdir}/hicolor

# localization
%find_lang %{name}

# icons
install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

# Menu item, using the provide .desktop file

# Position the bibus.desktop entry
install -m644 --backup=off Setup/bibus.desktop -D %{buildroot}%{_datadir}/applications/bibus.desktop

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GTK" \
  --add-category="Office" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# Adjust some permissions
for file in bibus.py bibusStart.py CleanDB.py CodecChoice.py \
Data/parsePubMedJ.py display_panel.py \
FirstStart/FirstTimeWizard_DB.py \
FirstStart/Wizard_SQLite.py \
FirstStart/Wizard_MySQL.py \
FirstStart/MySQL_Setup.py \
Pref_Connection.py Pref_DB.py Pref_Display.py \
Pref_Duplicates_Base.py Pref_Journals.py Pref_Search.py \
RefDisplayDates.py \
moveFile.py \
lyx_remote.py \
BIBbase.py \
Pref_PubMed.py \
RefEditor_Files.py \
Utilities/open_url.py \
Utilities/title_case.py;
do
	chmod 755     %{buildroot}/%{_datadir}/%{name}/$file
done

%files -f %{name}.lang
%defattr(-,root,root,0755)
%doc Docs/html/ScreenShots Docs/html/en Docs/{CHANGELOG,copying,*.txt}
%attr(644,root,root) %{_miconsdir}/%{name}.png
%attr(644,root,root) %{_iconsdir}/%{name}.png
%attr(644,root,root) %{_liconsdir}/%{name}.png
%{_mandir}/man1/%{name}.1*
%config(noreplace) %{_sysconfdir}/bibus.config
%{_bindir}/bibus
%{_datadir}/%{name}
%{_datadir}/applications/bibus.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-2
+ Revision: 000c701
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 390 |14cr|bibutils-4.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Inter-convert between various bibliography formats
Name:		bibutils
Version:	4.12
Release:	2
License:	GPLv2+
Group:		Sciences/Computer science
Url:		http://www.scripps.edu/~cdputnam/software/bibutils/bibutils.html
Source0:	http://www.scripps.edu/~cdputnam/software/bibutils/%{name}_%{version}_src.tgz
Patch0:		add_missing_library.patch
Buildrequires:	tcsh
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Bibutils converts between bibliography formats
including BibTeX, RIS, Endnote (Refer), ISI,
COPAC, and Medline XML using a MODS v3.0 XML intermediate.

%prep
%setup -q -n %{name}_%{version}
# sed -i.orig "s|/usr/local/bin|%{_bindir}|" configure
%patch0 -p1 -b .missinglib

%build
export CFLAGS="%{optflags}"
./configure --install-dir %_bindir --install-lib %_libdir

%make

%check
cd test
make
make test
cd ..

%install
rm -rf %{buildroot}
mkdir -p %buildroot%{_bindir}
%makeinstall_std INSTALLDIR=%{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog readme.txt
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.12-2
+ Revision: 68ec105
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 391 |14cr|biew-6.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define versrc 610

Summary:	Console hex viewer/editor and disassembler
Name:		biew
Version:	6.1.0
Release:	5
License:	GPLv2+
Group:		File tools
Url:		http://biew.sourceforge.net
Source0:	%{name}-%{versrc}.tar.bz2
#patch0 sent upstream (Kharec)
Patch0:		biew610-fix-str-fmt.patch
ExclusiveArch:	%{ix86}

%description
BIEW (Binary vIEW) is a free, portable, advanced file viewer with
built-in editor for binary, hexadecimal and disassembler modes.

It contains a highlight Athlon64/Prescott/K7-Athlon/Cyrix-M2 disassembler,
full preview of MZ, NE, PE, LE, LX, DOS.SYS, NLM, ELF, a.out, arch,
coff32, PharLap, rdoff executable formats, a code guider, and lot of
other features, making it invaluable for examining binary code.

Linux, Unix, QNX, BeOS, DOS, Win32, OS/2 versions are available.

%files
%doc doc/biew_en.txt doc/biew_ru.txt doc/unix.txt doc/release.txt
%{_bindir}/%{name}
%{_datadir}/%{name}/*
%{_mandir}/man?/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{versrc}
%patch0 -p0

%build
#we can't use %configure2_5x because we need the mm/xmm registers
CFLAGS="%{optflags} -mmmx -msse"
CXXFLAGS="%{optflags} -mmmx -msse"
./configure --enable-curses --libdir=%{_libdir} --prefix=%{_prefix}
make TARGET_OS=linux USE_MOUSE=n PREFIX=%{_prefix}

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_mandir}/man1

install -m 755 %{name} %{buildroot}%{_bindir}/%{name}
cp -a bin_rc/{xlt,skn,*.hlp} %{buildroot}%{_datadir}/%{name}
install -m 0644 doc/biew.1 %{buildroot}%{_mandir}/man1


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1.0-5
+ Revision: 0d29fb7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 392 |14cr|bigloo-3.8c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define inplace `pwd`/inplace
%define __noautoprov 'devel.*'
%define __noautoreq 'devel.*'

%define major %{version}
%define devname %mklibname bigloo -d

Summary:	Compiler for the Scheme programming language
Name:		bigloo
Version:	3.8c
Release:	3
License:	GPLv2+
Group:		Development/C
Url:		http://www-sop.inria.fr/mimosa/fp/Bigloo
Source0:	ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/%{name}%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	indent
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sqlite3)
Requires:	indent

%description
Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based
programming style where C(++) is usually required. Bigloo attempts to make
Scheme practical by offering features usually presented by traditional
programming languages but ot offered by Scheme and functional programming.
Bigloo compiles Scheme modules. It delivers small and fast stand alone binary
executables. Bigloo enables full connections between Scheme and C programs.

%files
%{_bindir}/*
%dir %{_libdir}/bigloo/%{major}
%dir %{_libdir}/bigloo/%{major}/bmem
%{_libdir}/bigloo/%{major}/*.init
%{_libdir}/bigloo/%{major}/*.heap
%{_libdir}/bigloo/%{major}/bmem/*
%{_libdir}/bigloo/%{major}/bigloo_config.sch
%{_libdir}/bigloo/%{major}/runtest
%{_libdir}/bigloo/%{major}/text
%{_infodir}/*.info*
%{_mandir}/man*/*
%{_libdir}/lib*.so
%{_libdir}/bigloo/%{major}/*.so

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Static library and header files for the Bigloo library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{name} = %{EVRD}
Requires:	pkgconfig(openssl)
Requires:	pkgconfig(sqlite3)

%description -n	%{devname}
Runtime libraries for Bigloo compiled programs.

This package contains the static Bigloo library and its header files.

%files -n %{devname}
%doc Makefile.config examples
%{_libdir}/bigloo/%{major}/*.a
%{_libdir}/bigloo/%{major}/*.h
%{_libdir}/bigloo/%{major}/Makefile*

#----------------------------------------------------------------------------

%package	doc
Summary:	Bigloo documentation
Group:		Development/C

%description	doc
Documentation for the Bigloo compiler and integrated development environment.

%files doc
%doc manuals/*.html

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}%{version}

perl -pi -e "s|bmask=755|bmask=644|" configure

# this is needed to construct a correct soname (fugly)
perl -pi -e "s|^release=.*|release=%{major}|" configure

# fix attributes
find . -type f -perm 0640 -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;

%build
export CFLAGS="`echo %{optflags}|sed -e 's/-fomit-frame-pointer//'` -fPIC"
%setup_compile_flags
./configure \
%ifarch x86_64 amd64 athlon
    --arch=athlon \
%endif
%ifarch i586
    --arch=i586 \
%endif
%ifarch i686
    --arch=i686 \
%endif
%ifarch pentium3
    --arch=pentium3 \
%endif
%ifarch pentium4
    --arch=pentium4 \
%endif
    --prefix=%{_prefix} \
    --bindir=%{_bindir} \
    --libdir=%{_libdir} \
    --mandir=%{_mandir}/man1 \
    --infodir=%{_infodir} \
    --docdir=%{_docdir} \
    --bee=full \
    --native-default-backend \
    --emacs=/bin/true \
    --jvm=no \
    --sharedbde=yes \
    --sharedcompiler=yes \
    --coflags="$CFLAGS"

# this is needed to provide a meanful debug package
perl -pi -e "s|STRIP=.*|STRIP=/bin/true|" Makefile.config

# this is needed to construct a correct soname (fugly)
perl -pi -e "s|LDSONAME=.*|LDSONAME=-Wl,-soname|" Makefile.config

# gcc: -pg and -fomit-frame-pointer are incompatible
perl -pi -e "s|-pg||" Makefile.config

export LD_LIBRARY_PATH=`pwd`/lib/%{major}
export BIGLOOLIB=%{inplace}%{_libdir}/bigloo/%{major}
make
make DESTDIR=%{inplace} install

export PATH=`pwd`/bin:$PATH
make compile-bee

# Disable tests as they fail with /usr/bin/bigloo: Command not found
#check
#make test

%install
export LD_LIBRARY_PATH=`pwd`/lib/%{major}
export BIGLOOLIB=%{inplace}%{_libdir}/bigloo/%{major}

make DESTDIR=%{buildroot} install
make DESTDIR=%{buildroot} install-bee
make -C manuals DESTDIR=%{buildroot} install-bee

chmod 755 %{buildroot}%{_bindir}/*
(
    cd %{buildroot}%{_libdir}
    chmod 755 bigloo/%{major}/*.so
    rm -f *.so
    mv bigloo/%{major}/*.so .

    for ext in bdl calendar fth mail multimedia pth sqlite ssl web
    do
        ln -sf libbigloo${ext}_s-%{major}.so libbigloo${ext}_u-%{major}.so
    done

    (cd bigloo/%{major}; ln -sf ../../*.so .)
)
rm -fr %{buildroot}%{_infodir}/dir
rm -fr %{buildroot}%{_datadir}/doc

perl -pi -e 's|^BOOTBINDIR=.*|BOOTBINDIR=%{_bindir}|' Makefile.config


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.8c-3
+ Revision: 9e8ab83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 393 |14cr|billreminder-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple application to remind you to pay your bills
Name:		billreminder
Version:	0.4.0
Release:	4
Source0:	http://download.gnome.org/sources/billreminder/0.3/%{name}-%{version}.tar.bz2
License:	GPLv3
Group:		Graphical desktop/GNOME
URL:		http://billreminder.gnulinuxbrasil.org/
BuildArch:	noarch
BuildRequires:	GConf2
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	python-devel
BuildRequires:	pygtk2
BuildRequires:	python-sqlite2
BuildRequires:	python-dbus
BuildRequires:	desktop-file-utils
Requires:	pygtk2
Requires:	python-sqlite2
Requires:	python-dbus
Requires:	python-imaging
Requires:	python-sqlalchemy

%description
BillReminder is a small and quick accounting application designed to
allow for easy tracking of bills.

%prep
%setup -q

%build
%configure2_5x --disable-schemas-install
%make

%install
rm -rf %{buildroot}
%makeinstall_std

desktop-file-install \
  --add-category="GTK" \
  --add-category="Finance" \
  --remove-category="Application" \
  --remove-category="Miscellaneous" \
  --remove-key="Encoding" \
  --remove-key="Version" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name}

%preun
%preun_uninstall_gconf_schemas %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS NEWS README TODO
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_bindir}/%{name}
%{_bindir}/%{name}d
%{_sysconfdir}/xdg/autostart/%{name}d.desktop
%{py_puresitedir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/dbus-1/services/%{name}.service
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}*
%{_datadir}/pixmaps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-4
+ Revision: 09a27cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 394 |14cr|biloba-0.9.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tactical board game
Name:		biloba
Version:	0.9.3
Release:	3
License:	GPLv2+
Group:		Games/Boards
Url:		http://biloba.sourceforge.net/
Source0:	http://osdn.dl.sourceforge.net/sourceforge/biloba/%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)

%description
Biloba is a very innovative tactical board game.
It can be played by 2, 3 or 4 players and against the computer (IA).
After installing the game you will be able to play on the same computer or
on-line against your opponents.

%files
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/biloba.desktop
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
# fix linting
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog

%build
%configure2_5x \
	--bindir=%{_bindir} \
	--datadir=%{_datadir}
%make

%install
%makeinstall bindir=%{buildroot}%{_bindir} \
	datadir=%{buildroot}%{_datadir}

# install menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=A tactical board game
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;BoardGame;
EOF

# install icons
mkdir -p %{buildroot}{%{_liconsdir},%{_miconsdir},%{_iconsdir}}
cp %{name}_icon.png %{buildroot}%{_liconsdir}/%{name}.png
convert -scale 32x32 %{name}_icon.png %{buildroot}%{_iconsdir}/%{name}.png
convert -scale 16x16 %{name}_icon.png %{buildroot}%{_miconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-3
+ Revision: 7d4167a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 395 |14cr|bin2iso-0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    bin2iso
%define version 0.4
%define release 6

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Very simple utility to convert a BIN image
License:	GPLv2
Group:		File tools
URL:		http://mange.dynalias.org/linux/bin2iso
Source0:	http://mange.dynalias.org/linux/bin2iso/%{name}-%{version}.c
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
This is a very simple utility to convert a BIN image
(either RAW/2352 or Mode2/2336 format) to standard ISO format (2048 b/s).

%prep
%setup -c -T
install -m 644 %{SOURCE0} %{name}.c


%build
gcc %{optflags} -o %{name} %{name}.c


%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}/%{_bindir}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root)
%{_bindir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-6
+ Revision: d014b6c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 396 |14cr|bindfs-1.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           bindfs
Version:        1.12.2
Release:        2
Summary:        Fuse filesystem to mirror a directory

Group:          System/Base
License:        GPLv2+
URL:            http://code.google.com/p/bindfs/
Source0:        http://bindfs.googlecode.com/files/%{name}-%{version}.tar.gz

BuildRequires:  fuse-devel
BuildRequires:  recode

%description
Bindfs allows you to mirror a directory and also change the the permissions in
the mirror directory.

%prep
%setup -q
recode latin1..utf8 ChangeLog


%build
autoreconf -fi
%configure2_5x
%make LIBS="-lpthread"

%install
%makeinstall_std

%files
%doc COPYING ChangeLog README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12.2-2
+ Revision: ede17c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 397 |14cr|bindgraph-0.2-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Gathers bind9 statistics
Name:		bindgraph
Version:	0.2
Release:	16
License:	GPL
Group:		Networking/WWW
URL:		http://www.linux.it/~md/software/
Source0:	http://ftp.debian.org/debian/pool/main/b/bindgraph/bindgraph_0.2a.orig.tar.gz
Source1:	bindgraph.service
Source2:	bindgraph.sysconfig
Source3:	bindgraph.logrotate
Patch0:		bindgraph-0.2-mdk_config.diff
Requires:       webserver
Requires(post):   rpm-helper
Requires(preun):   rpm-helper
Requires:	bind
Requires:	rrdtool
#Requires:	perl-File-Tail
BuildArch:	noarch

Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description
DNS statistics RRDtool frontend for BIND9 BindGraph is a very simple DNS
statistics RRDtool frontend for BIND9 that produces daily, weekly, monthly and
yearly graphs of the DNS server's activity (queries, errors, etc.).

%prep

%setup -q
%patch0 -p0

%build

%install
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_localstatedir}/lib/bindgraph
install -d %{buildroot}/var/run/bindgraph
install -d %{buildroot}/var/log/bindgraph
install -d %{buildroot}/var/cache/bindgraph
install -d %{buildroot}/var/www/cgi-bin

install -m0755 bindgraph.pl %{buildroot}%{_sbindir}/bindgraph
install -m0755 bindgraph.cgi %{buildroot}/var/www/cgi-bin/
install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/bindgraph.service
install -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/bindgraph
install -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/bindgraph

install -d %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
<Location /cgi-bin/bindgraph.cgi>
    Require all granted
</Location>
EOF

%post
%systemd_post bindgraph.service

%preun
%systemd_preun bindgraph.service

%postun
%systemd_postun_with_restart bindgraph.service

%clean

%files 
%doc ChangeLog COPYING rbldnsd.diff README
%{_unitdir}/bindgraph.service
%config(noreplace) %{_webappconfdir}/%{name}.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/bindgraph
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/bindgraph
%attr(0755,root,root) %{_sbindir}/bindgraph
%attr(0755,root,root) /var/www/cgi-bin/bindgraph.cgi
%dir %attr(0755,root,root) /var/run/bindgraph
%dir %attr(0755,root,root) /var/log/bindgraph
%dir %attr(0755,apache,root) /var/cache/bindgraph
%dir %attr(0755,root,root) %{_localstatedir}/lib/bindgraph

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-16
+ Revision: 6722827
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 398 |14cr|biniax2-1.30-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		biniax2
Version:	1.30
Release:	3
Summary:	Colour block logic game with original gameplay
License:	ZLib
Group:		Games/Puzzles
URL:		http://biniax.com
Source:		http://mordred.dir.bg/biniax/%{name}-%{version}-fullsrc.tar.gz
Source1:	%{name}-LICENSE
BuildRequires:	SDL-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel

%description
How to play Biniax :
The gaming field is a 5x7 grid filled partially with pairs of elements.
Every pair consists of two different elements combined of four possible.
You control the box with an element inside. You can move around the field
on empty spaces. You can also remove pairs of elements, if you have the
same element as the one of the pair. When you remove the pair your element
becomes the other one element of the pair and the score is increased;
The gaming field scrolls down slowly (increasing the speed with your progress)
and your goal is to stay as long as possible on the field. Remember, that if
you cannot take the pair in front of you, the scrolling will move your block
down!

%prep
%setup -q -c

%build
%make

%install
cp %{SOURCE1} LICENSE

%__cat > %{name}.sh <<EOF
#!/bin/sh
test -d "\$HOME/.%{name}" || {
  %__rm -rf "\$HOME/.%{name}"
  %__mkdir_p "\$HOME/.%{name}"
  %__ln_s %{_gamesdatadir}/%{name}/data "\$HOME/.%{name}/data"
}
cd "\$HOME/.%{name}"
exec %{name}.bin
EOF

%__mkdir_p %{buildroot}%{_datadir}/applications/
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Biniax-2
Comment=Colour logic game
Type=Application
Exec=%{name}
Icon=%{_datadir}/pixmaps/%{name}.png
Terminal=false
Categories=Game;LogicGame;
EOF

%__rm -f data/Thumbs.db

%__install -D %{name} %{buildroot}%{_gamesbindir}/%{name}.bin
%__install -D -m755 %{name}.sh %{buildroot}%{_gamesbindir}/%{name}
%__install -D data/graphics/element3.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
%__mkdir_p %{buildroot}%{_gamesdatadir}/%{name}
cp -r data %{buildroot}%{_gamesdatadir}/%{name}/

%files
%defattr(644,root,root,755)
%doc LICENSE
%attr(755,root,root) %{_gamesbindir}/%{name}*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_gamesdatadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30-3
+ Revision: 2909604
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 399 |14cr|bino-1.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Video Player with 3D and Multi-Display Video Support
Name:		bino
Version:	1.4.4
Release:	2
License:	GPLv3+
Group:		Video
Url:		http://bino3d.org
Source0:	http://mirror.lihnidos.org/GNU/savannah/bino/%{name}-%{version}.tar.xz

BuildRequires:	ffmpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(openal)
BuildRequires:	texinfo

%description
Bino is a video player with the following main features:
- Support for stereoscopic 3D video, with a wide variety of input and output
formats.
- Support for multi-display video, e.g. for powerwalls, Virtual Reality
installations and other multi-projector setups.

%prep
%setup -q

%build
export PATH=$PATH:%{qt4bin}
export LDFLAGS="%{ldflags} -zmuldefs"
%configure \
	--disable-silent-rules

%make

%install
%makeinstall_std

rm -rf "%{buildroot}%{_datadir}/doc"

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README
%doc doc/*.html doc/*.jpg doc/*.png
%{_bindir}/bino
%doc %{_mandir}/man1/bino.1.*
%doc %{_infodir}/bino.info.*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/bino.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.4-2
+ Revision: 1e5d9f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 400 |14cr|binstats-1.08-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An administration utility
Name:		binstats
Version:	1.08
Release:	12
License:	GPL
Group:		File tools
Url:		http://www.ccc.nottingham.ac.uk/~etzpc/binstats.html
Source0:	%{name}-%{version}.tar.bz2

%description
An administration utility for tracking down the various types of binary
formats for Linux (i386) executables and their dynamic library dependencies
and also executable scripts.

%files
%doc README
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
# make install
install -m 755 -d %{buildroot}%{_bindir}
install -m 755 binstats %{buildroot}%{_bindir}/binstats
install -m 755 derefsymlink %{buildroot}%{_bindir}/derefsymlink



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.08-12
+ Revision: 79212ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 401 |14cr|binwalk-0.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		binwalk
Version:	0.4.2
Release:	2
Summary:	A tool for identifying files embedded inside firmware images
Group:		System/Configuration/Other 
License:	MIT
URL:		http://code.google.com/p/binwalk/
Source0:	http://binwalk.googlecode.com/files/%{name}-%{version}.tar.gz

BuildRequires:	zlib1-devel
BuildRequires:	curl-devel

%description
Binwalk is a tool for searching a given binary 
image for embedded files and executable code.
Specifically, it is designed for identifying files
and code embedded inside of firmware images.
Binwalk uses the libmagic library, so it is
compatible with magic signatures
created for the Unix file utility.

Binwalk also includes a custom magic signature file
which contains improved signatures for files that are
commonly found in firmware images such
as compressed/archived files, firmware headers,
Linux kernels, bootloaders, filesystems, etc. 

%prep
%setup -q


%build
cd src/
%configure2_5x
%make

%install
cd src/
%makeinstall_std

%files
%{_bindir}/%{name}
%{_sysconfdir}/%{name}/magic.binarch
%{_sysconfdir}/%{name}/magic.bincast
%{_sysconfdir}/%{name}/magic.binwalk
%{_sysconfdir}/%{name}/magic.o



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.2-2
+ Revision: 9196cfb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 402 |14cr|biosdevname-0.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		biosdevname
Version:	0.4.1
Release:	2
Summary:	Udev helper for naming devices per BIOS names
Group:		System/Base 
License:	GPLv2
URL:		http://linux.dell.com/files/%{name}
# SMBIOS only exists on these arches.  It's also likely that other
# arches don't expect the PCI bus to be sorted breadth-first, or of
# so, there haven't been any comments about that on LKML.
Source0:	http://linux.dell.com/files/%{name}/permalink/%{name}-%{version}.tar.gz
BuildRequires:	pciutils-devel
BuildRequires:	zlib-devel
BuildRequires:	udev
Requires:	udev

%description
biosdevname in its simplest form takes a kernel device name as an
argument, and returns the BIOS-given name it "should" be.  This is necessary
on systems where the BIOS name for a given device (e.g. the label on
the chassis is "Gb1") doesn't map directly and obviously to the kernel
name (e.g. eth0).

%prep
%setup -q

%build
%configure 

%make

%install
%makeinstall_std install-data

%files
%doc COPYING README
%{_prefix}/sbin/%{name}
/lib/udev/rules.d/71-biosdevname.rules
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-2
+ Revision: 8e6a702
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 403 |14cr|biosdisk-0.75-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name biosdisk
%define version 0.75
%define release 6

Name: %{name}
Version: %{version}
Release: %{release}
Summary: Creating BIOS flash floppy images for DELL machines
License: GPL
Group:   System/Kernel and hardware 
URL: 	 http://linux.dell.com/biosdisk/
Source:  http://linux.dell.com/biosdisk/%{name}-%{version}-2.tar.gz
Requires: python >= 2.2
Requires: dos2unix
Requires: syslinux
Requires: wget
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}

%description
Biosdisk is a utility that can be used to make a FreeDOS floppy boot image
that can be used to flash a Dell system BIOS with Linux.


%prep
%setup -q

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}/var/lib/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_mandir}/man8
mkdir -p %{buildroot}%{_sysconfdir}


#place files
install -m 755 biosdisk %{buildroot}%{_sbindir}
install -m 755 blconf %{buildroot}%{_sbindir}
#install -m 755 geturl %{buildroot}/usr/sbin
install -m 644 dosdisk.img %{buildroot}%{_datadir}/%{name}
install -m 644 biosdisk.conf %{buildroot}%{_sysconfdir}
install -m 644 biosdisk-mkrpm-redhat-template.spec %{buildroot}%{_datadir}/%{name}
install -m 644 biosdisk-mkrpm-generic-template.spec %{buildroot}%{_datadir}/%{name}
install -m 644 biosdisk.8.gz %{buildroot}%{_mandir}/man8

%clean
rm -rf %{buildroot}

%post
#copy memdisk to /boot
if ! [ -e /boot/memdisk ]; then
    for i in /usr/lib/syslinux/memdisk /usr/share/syslinux/memdisk
    do
        if [ -e $i ]; then
            cp -f $i /boot
        fi
    done
fi

%files
%defattr(-,root,root,-)
%attr(0755,root,root) %{_sbindir}/biosdisk
%attr(0755,root,root) %{_sbindir}/blconf
#%attr(0755,root,root) %{_sbindir}geturl
/var/lib/%{name}/
%{_datadir}/%{name}/
%config(noreplace) %{_sysconfdir}/biosdisk.conf
%doc %{_mandir}/man8/biosdisk.8.*
%doc COPYING ChangeLog AUTHORS README INSTALL TODO README.dosdisk VERSION




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.75-6
+ Revision: 8df6cbe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 404 |14cr|bip-0.8.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	IRC Bouncer (proxy)
Name:		bip
Version:	0.8.9
Release:	2
Group:		Networking/IRC
License:	GPLv2+
Url:		http://bip.t1r.net
Source0:	https://projects.duckcorp.org/attachments/download/20/bip-%{version}.tar.gz
Source2:	bip-tmpfs.conf
Source3:	bip.service
Patch0:		0001-Setup-bip-for-Fedora-s-paths.patch
Patch1:		0002-Throttle-joins-to-prevent-flooding.patch
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	systemd-units
BuildRequires:	pkgconfig(openssl)
Requires(post,preun,postun):	systemd-units

%description
Bip is an IRC proxy, which means it keeps connected to your preferred IRC
servers, can store the logs for you, and even send them back to your IRC
client(s) upon connection.
You may want to use bip to keep your logfiles (in a unique format and on a
unique computer) whatever your client is, when you connect from multiple
workstations, or when you simply want to have a playback of what was said
while you were away.

%files
%doc AUTHORS ChangeLog COPYING README TODO
%doc samples/bip.vim
%{_bindir}/bip
%{_bindir}/bipgenconfig
%{_bindir}/bipmkpw
%{_mandir}/man1/bip.1*
%{_mandir}/man1/bipmkpw.1*
%{_mandir}/man5/bip.conf.5*
%attr(0640,root,bip) %config(noreplace) %{_sysconfdir}/bip.conf
%config %{_sysconfdir}/tmpfiles.d/bip.conf
%attr(-,bip,bip) %ghost %{_localstatedir}/run/bip
%attr(-,bip,bip) %dir %{_localstatedir}/log/bip
%{_unitdir}/bip.service

%pre
/usr/sbin/useradd -c "Bip IRC Proxy" \
  -s /bin/sh -r -d / bip 2> /dev/null || :

%post
%systemd_post bip.service
/bin/systemd-tmpfiles --create %{_sysconfdir}/tmpfiles.d/bip.conf

%preun
%systemd_preun bip.service

%postun
%systemd_postun_with_restart bip.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

iconv -f iso-8859-1 -t utf-8 -o ChangeLog{.utf8,}
mv ChangeLog{.utf8,}

%build
%configure2_5x --with-openssl
make CFLAGS="%{optflags} -fPIE -Wno-unused-result -Wstrict-aliasing=0"

%install
%makeinstall_std

# Remove misplaced files
rm -rf %{buildroot}%{_defaultdocdir}/bip
mkdir -p %{buildroot}%{_sysconfdir}
# Install bip.conf
install -m 0644 samples/bip.conf %{buildroot}%{_sysconfdir}/bip.conf
# Install bipgenconfig
install -m 0755 scripts/bipgenconfig %{buildroot}%{_bindir}/bipgenconfig
mkdir -p %{buildroot}%{_localstatedir}/run/bip
mkdir -p %{buildroot}%{_localstatedir}/log/bip

install -d -m 755 %{buildroot}%{_sysconfdir}/tmpfiles.d
install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/tmpfiles.d/bip.conf

# Install systemd service file
install -d -m 755 %{buildroot}%{_unitdir}
install -p -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.9-2
+ Revision: 6aabb73
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 405 |14cr|bison++-1.21.8-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name bison++
%define version 1.21.8
%define prefix %{_prefix}
%define release 11

Name: %{name}
Summary: A GNU general-purpose parser generator for C++
Version: %{version}
Release: %{release}
License: GPL
Group: Development/Other
Source: ftp://ftp.tu-darmstadt.de/pub/programming/languages/C++/tools/flex++bison++/LATEST/%{name}-%{version}.tar.bz2
Patch0: bison++.cflags.patch.bz2
Buildroot: %{_tmppath}/%{name}-buildroot

%description
Bison is a general purpose parser generator which converts a grammar
description for an LALR context-free grammar into a C program to parse that
grammar.

Bison++ is built on top of Bison; it takes advantage of the C++ language.

%prep

%setup -q
%patch0 -p0

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall mandir=$RPM_BUILD_ROOT%{_mandir}/man1
mv $RPM_BUILD_ROOT%{_datadir}/bison.* $RPM_BUILD_ROOT%{_libdir}

%files
%defattr(-,root,root)
%doc README COPYING
%{_bindir}/*
%{_mandir}/man1/*
%{_libdir}/bison.cc
%{_libdir}/bison.h

%clean
rm -rf $RPM_BUILD_ROOT




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.21.8-11
+ Revision: 5527a9e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 406 |14cr|bitbake-1.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A tool for executing tasks and managing metadata 
Name: bitbake
Version: 1.12.0
Release: 2
Source0: http://download.berlios.de/%{name}/%{name}-%{version}.tar.gz
License: GPL
Group: Development/Other
Url: http://bitbake.berlios.de/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Requires: python
BuildRequires:	libxml2-utils
BuildRequires:	python-ply
BuildRequires:	python-devel
BuildRequires:	xsltproc

%description
BitBake is, at its simplest, a tool for executing tasks and managing metadata. 
As such, its similarities to GNU make and other build tools are readily 
apparent. It was inspired by Portage, the package management system used 
by the Gentoo Linux distribution. BitBake is the basis of the OpenEmbedded 
project, which is being used to build and maintain a number of embedded 
Linux distributions, including OpenZaurus and Familiar.

%prep
%setup -q

%build
%__python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%__python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc AUTHORS ChangeLog 
%doc contrib
%doc %{_docdir}/%{name}-%{version}
%_bindir/*
%_datadir/%name/
%py_puresitedir/codegen.py
%py_puresitedir/bb/
%py_puresitedir/*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12.0-2
+ Revision: 9ab6654
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 407 |14cr|bitcoind-0.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Original Bitcoin crypto-currency wallet for automated services
Name:		bitcoind
Version:	0.6.0
Release:	4
Source0:	bitcoind-%{version}.tar.gz
License:	MIT
Group:		System/Configuration/Boot and Init
Url:		http://bitcoin.org
BuildRequires:	qt4-devel
BuildRequires:	db5.2-devel
BuildRequires:	miniupnpc-devel
BuildRequires:	boost-devel

%description
Bitcoin is an experimental new digital currency that 
enables instant payments to anyone, anywhere in the world.
Bitcoin uses peer-to-peer technology to operate with 
no central authority: managing transactions and issuing 
money are carried out collectively by the network.
Bitcoin is also the name of the open source
software which enables the use of this currency.

%prep
%setup -q -n bitcoin-bitcoin-b3b5ab1

%build
%qmake_qt4
pwd
cd src
%make -f makefile.unix BDB_INCLUDE_PATH='/usr/include/db52/' USE_SSL=1

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1/
install -m 0755 src/bitcoind %{buildroot}%{_bindir}
install -m 0644 contrib/debian/manpages/bitcoind.1 %{buildroot}%{_mandir}/man1/

mkdir -p %{buildroot}/%{_sysconfdir}/%{name}
install -m600 contrib/debian/examples/bitcoin.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf


%post
/sbin/chkconfig --add %{name} || :

%preun
if [ $1 -eq 0 ]; then
	service %{name} stop >/dev/null || :
	/sbin/chkconfig --del %{name} || :
fi
exit 0

%postun
if [ "$1" -ge "1" ] ; then
	/sbin/service %{name} condrestart >/dev/null 2>&1 || :
fi
%_postun_userdel bitcoin
%_postun_groupdel bitcoin
exit 0

%files
%doc README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-4
+ Revision: aadf22e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 408 |14cr|bitlbee-3.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	bitlbid	bitlbee

Summary:	IRC proxy to connect to ICQ, AOL, MSN and Jabber
Name:		bitlbee
Version:	3.2.1
Release:	2
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://bitlbee.org/
Source0:	http://get.bitlbee.org/src/%{name}-%{version}.tar.gz
# When the above patches will  be consolidated upstream, this should merge
# with Patch1 or Patch2 or something like that
Patch5:		bitlbee-forkdaemon.patch
# Patch rejected upstream, however we need to keep this, because
# of the SELinux policy is set up for this mode of operation.
Patch6:		bitlbee-systemd.patch
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(systemd)
Requires(post):	ccp
Requires(pre,post,preun):	rpm-helper

%description
%{name} is a proxy which accepts connections from any irc-client
and allows you to communicate using following instant messaging
protocols:
 - ICQ
 - AIM
 - MSN
 - YIM
 - Jabber (including Google Talk and Facebook)
 - Twitter

%files
%defattr(0750,root,%{bitlbid},0755)
%{_sbindir}/%{name}
%defattr(0644,root,root,0755)
%doc doc/AUTHORS doc/README doc/FAQ
%doc doc/CHANGES doc/CREDITS
%doc doc/user-guide/
%{_datadir}/%{name}/help.txt
%dir %{_datadir}/%{name}/
%{_mandir}/man?/*
%config(noreplace) %{_sysconfdir}/%{name}/motd.txt
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%{_unitdir}/%{name}*
%defattr(0600,%{bitlbid},%{bitlbid},0700)
%{_var}/lib/%{name}

%pre
%_pre_useradd %{bitlbid} %{_var}/%{name} /bin/true
# in post it is harder to know if the new empty dir already exists
if [ $1 = 2 -a -d "%{_var}/%{name}" -a ! -d "%{_var}/lib/%{name}" ]; then
   echo -n " NOTE: new location of bitlbee users data: "
   mv -v "%{_var}/%{name}" "%{_var}/lib/%{name}"
fi

%post
ccp --delete --ifexists --set NoOrphans --oldfile %{_sysconfdir}/%{name}/%{name}.conf --newfile %{_sysconfdir}/%{name}/%{name}.conf.rpmnew
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
# Use the nick "bitlbee" instead of "root"
sed -i 's/ROOT_NICK "root"/ROOT_NICK "bitlbee"/' bitlbee.h

%build
perl -pi -e "s#CFLAGS=\"-O2#CFLAGS=\"%{optflags}#g" configure
./configure	--prefix=%{_prefix} \
		--etcdir=%{_sysconfdir}/%{name} \
		--libdir=%{_libdir}/%{name} \
		--strip=0 \
		--otr=0

%make

%install
%makeinstall_std install-etc
install -d %{buildroot}%{_var}/lib/%{name}

install -p -d %{buildroot}%{_unitdir}
install -p -m 644 init/%{name}{.service,@.service,.socket} %{buildroot}%{_unitdir}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.1-2
+ Revision: f201811
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 409 |14cr|BitTornado-0.3.18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool for copying files from one machine to another
Name:		BitTornado
Version:	0.3.18
Release:	3
URL:		http://bittornado.com/
Source0:	http://download2.bittornado.com/download/%{name}-%{version}.tar.bz2
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
Patch0:		BitTornado-0.3.18-fix-egg-version.patch
License:	MIT
Group:		Networking/File transfer
BuildARch:	noarch	
BuildRequires:	python-devel
#Requires:	wxpython2.6
Requires:	wxPythonGTK
Conflicts:	bittorrent < 4.1.4
Conflicts:	bittorrent-gui  < 4.1.4
Conflicts:	kdelibs-common <= 3.1.3
Obsoletes:	bittorrent-shadowsclient
Provides:	bittorrent-shadowsclient
Requires(post):	desktop-file-utils
Requires(postun):desktop-file-utils

%description
BitTorrent is a tool for copying files from one machine to another.
FTP punishes sites for being popular. Since all uploading is done
from one place, a popular site needs big iron and big bandwidth.
With BitTorrent, clients automatically mirror files they download,
making the publisher's burden almost nothing.

This package contains an experimental version of BitTorrent, which
contains many extra features.

%prep
%setup -q -n %{name}-CVS
%patch0 -p1 -b .egg_version~

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

# Icons
install -m644 %{SOURCE1} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE2} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE3} -D %{buildroot}%{_liconsdir}/%{name}.png

# Menu
install -d %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=BitTornado
Comment=Download BitTorrent files
Exec=%{_bindir}/btdownloadgui.py
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
MimeType=application/x-bittorrent
Categories=GTK;X-MandrivaLinux-Internet-FileTransfer;Network;FileTransfer;P2P;
EOF
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-maketorrent.desktop << EOF

[Desktop Entry]
Name=BitTornado Creator
Comment=Create BitTorrent metadata files
Exec=%{_bindir}/btcompletedirgui.py
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;X-MandrivaLinux-Internet-FileTransfer;Network;FileTransfer;P2P;
EOF


# Mime
install -d %{buildroot}%{_datadir}/mime-info

cat << EOF > %{buildroot}%{_datadir}/mime-info/%{name}.mime
application/x-bittorrent
ext: torrent
EOF

%files
%doc LICENSE.txt README* docs/*.txt
%{_bindir}/*
%{py_puresitedir}/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/mime-info/*
%{_datadir}/applications/mandriva-*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.18-3
+ Revision: eff4cb3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 410 |14cr|bjs-0.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	3D tank battle game
Name:		bjs
Version:	0.1.3
Release:	4
License:	GPLv2+
Group:		Games/Arcade
Url:		http://bjs.sourceforge.net/
Source0:	http://sourceforge.net/projects/bjs/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
Patch0:		bjs-0.1.3-gcc4.9.patch
BuildRequires:	python-omniidl
BuildRequires:	CEGUI0.6-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(omniORB4)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	omniorb

%description
BJS is a funny arcade 3D multiplayer tank battle. It is fuly playable and
very fun in multiplayer. Of course the single player is also possible.
The goal of the game is just to create a good time for players ;-) There is
no story. You just get tank and go shooting other players. Currently we are
having 5 different tanks, 6 maps, 9 powerups and 4 weapons.

%files
%doc NEWS
%{_bindir}/*
%{_mandir}/man6/*
%{_datadir}/pixmaps/*
%{_datadir}/applications/*.desktop
%{_gamesdatadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
sed -i 's|lua5.1|lua|g' Makefile
sed -i 's|bjs.png|bjs|g' misc/bjs.desktop
sed -i 's|ActionGame|ArcadeGame|g' misc/bjs.desktop

%build
%make idl OPTIM_FLAGS="%{optflags}"
%make OPTIM_FLAGS="%{optflags}"

%install
make install DESTDIR=%{buildroot}/usr



%changelog
* Wed Sep 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.3-4
+ Revision: 3af1a0d
- Fix build with gcc 4.9, build with proper flags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 411 |14cr|bkchem-0.14.0-0.pre2.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Python 2D chemical structure drawing tool

Name: 		bkchem
Version: 	0.14.0
Release: 	0.pre2.2
Source0:	http://bkchem.zirael.org/download/%{name}-%{version}-pre2.tar.gz
URL: 		http://bkchem.zirael.org
License: 	GPLv2+
Group: 		Sciences/Chemistry
BuildRequires:  python-devel
Requires: 	python-imaging Pmw PyXML
Buildarch:	noarch

%description
BKChem is a free (as in free software :o) chemical drawing program. It was
conceived and written by Beda Kosata.  Supported file formats are SVG and CML.
The output looks best with the Adobe SVG viewer, but sodipodi and batik do a
reasonable job as well.

%prep 
%setup -q -n %{name}-%{version}-pre2
touch INSTALL.binary

%build

%install
mkdir -p %{buildroot}/%{_bindir}
touch %{buildroot}/%{_bindir}/%{name}
python setup.py install --root=%{buildroot}
chmod 644 gpl.txt README 
pushd %{buildroot}/%{_datadir}
chmod 644 `find -type f`
chmod 755 `find -type d`
popd

rm -fr %{buildroot}/%{_prefix}/doc/api

#fix executable
rm %{buildroot}%{_bindir}/%{name}
echo '#!/bin/sh' > %{buildroot}/%{_bindir}/%{name}
echo 'export BKCHEM_MODULE_PATH=%{py_puresitedir}/%{name}' >> %{buildroot}/%{_bindir}/%{name}
echo 'export BKCHEM_TEMPLATE_PATH=%{_datadir}/%{name}/templates' >> %{buildroot}/%{_bindir}/%{name}
echo 'export BKCHEM_PIXMAP_PATH=%{_datadir}/%{name}/pixmaps' >> %{buildroot}/%{_bindir}/%{name}
echo 'export BKCHEM_IMAGE_PATH=%{_datadir}/%{name}/images' >> %{buildroot}/%{_bindir}/%{name}
echo 'python %{py_puresitedir}/%{name}/%{name}.py' >> %{buildroot}/%{_bindir}/%{name}
chmod 755 %{buildroot}/%{_bindir}/%{name}


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=BKchem
Comment=2D chemical structure drawing tool
Exec=bkchem
Icon=chemistry_section
Terminal=false
Type=Application
Categories=Science;Chemistry;
EOF

%find_lang BKChem

%clean

%files -f BKChem.lang
%doc gpl.txt README 
%{_bindir}/%{name}
%{_datadir}/%{name}
%{py_puresitedir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{py_puresitedir}/*.egg-info


%changelog
* Thu May 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.14.0-0.pre2.2
+ Revision: 5657d85
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 412 |14cr|bkf-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple client for BitMover
Name:		bkf
Version:	2.0
Release:	3
License:	GPLv2
Group:		Development/Other
URL:		http://www.bitkeeper.com/
Source0:	http://www.bitmover.com/bk-client%{version}.shar.bz2
Patch0:		bk-client-2.0-conflicting_types_for_getline_fix.diff
Requires:	patch
BuildRequires:	sharutils
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A simple client for BitMover

%prep

%setup -q -c -T -n %{name}-%{version}
bzcat %{SOURCE0} > bk-client%{version}.shar
sh bk-client%{version}.shar
mv bk-client%{version}/* .
rm -rf bk-client%{version}
%patch0 -p0 -b .conflicting_types_for_getline

head -7 bkf.c > LICENSE

%build
gcc %{optflags} bkf.c -o bkf

%install 
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 bkf %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc demo.sh LICENSE
%attr(0755,root,root) %{_bindir}/bkf




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-3
+ Revision: a745001
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 413 |14cr|blackbox-0.70.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname bt %major
# fwang: we don't use libbt-devel because it is already occupied by libbt
%define develname %mklibname -d blackbox

Summary:  	A Window Manager for the X Window System
Name:		blackbox
Version:	0.70.1
Release:	17
License:	BSD-like
Group:		Graphical desktop/Other
URL:		http://blackboxwm.sourceforge.net/
Source0:	blackbox-%{version}.tar.bz2
Source1:	blackbox.xdg
Source3:	blackbox.png
Source4:	blackbox32.png
Source5:	blackbox-startblackbox
Patch0:		blackbox-0.70.1-gcc43.patch
Patch1:		blackbox-0.70.1-x11-1.4.patch
Requires:	desktop-common-data
Requires:	xdg-compliance-menu
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:  locales-en
Requires:	%libname = %version-%release

%description
This is a window manager for X.  It is similar in many respects to
such popular packages as Window Maker, Enlightenment, and FVWM2.  You
might be interested in this package if you are tired of window managers
that are a heavy drain on your system resources, but you still want
an attractive and modern-looking interface.
.
The best part of all is that this program is coded in C++, so it
is even more attractive "under the hood" than it is in service -- no
small feat.
.
If none of this sounds familiar to you, or you want your computer to
look like Windows 98, you probably don't want this package.

%package -n %libname
Group:		Graphical desktop/Other
Summary:	Library files for blackbox

%description -n %libname
This package contains library fiiles needed for blackbox.

%package -n %develname
Group:		Development/X11
Summary:	Developemnt files provided by blackbox
Provides:	%{name}-devel = %version-%release
Requires:	%libname = %version-%release
Conflicts:	%name < 0.70.1-6

%description -n %develname
This package contains developemnt files provided by blackbox.

%prep
%setup -q
%patch0 -p1 -b .gcc43
%patch1 -p0

%build
export LANG="en_US" LC_ALL="en_US"
%configure2_5x --enable-kde --enable-nls --enable-shared --disable-static

%make DEFAULT_MENU=%{_sysconfdir}/menu.d/%name

%install
mkdir -p %{buildroot}%{_prefix}
%makeinstall_std

#mkdir -p %{buildroot}%{_prefix}/bin
#install -m755 %{buildroot}%{_bindir}/* %{buildroot}%{_prefix}/bin/
# and removing the files from _bindir if they are not packaged; otherwise
# the rpm checking makes the building of the package fail -- pablo
#rm -f %{buildroot}%{_bindir}/*

install -m755 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/menu.d/%{name}

mkdir -p %{buildroot}%_sysconfdir/X11/%{name}
touch %{buildroot}%_sysconfdir/X11/%{name}/%{name}-menu

install -m644 %{SOURCE3} -D %{buildroot}%{_miconsdir}/blackbox.png
install -m644 %{SOURCE4} -D %{buildroot}%{_iconsdir}/blackbox.png

# bsetroot is an alternative for the one in fluxbox
mv %{buildroot}%{_bindir}/bsetroot %{buildroot}%{_bindir}/bsetroot-blackbox


rm -f %{buildroot}/%{_libdir}/*.a \
        %{buildroot}/%{_libdir}/*.la

mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat > %{buildroot}/%{_sysconfdir}/X11/wmsession.d/05blackbox << EOF
NAME=BlackBox
ICON=blackbox.png
EXEC=%{_bindir}/blackbox
DESC=A Light but nice looking window manager
SCRIPT:
exec %{_bindir}/startblackbox
EOF

install -m 755 %{SOURCE5} %{buildroot}/usr/bin/startblackbox

%post
%{update_desktop_database}

#blackbox-alternatives
update-alternatives --install %{_bindir}/bsetroot bsetroot %{_bindir}/bsetroot-%name 10

%postun
%{clean_desktop_database}

# Remove bsetroot-alternatives
if [ "$1" = 0 ]; then
update-alternatives --remove bsetroot %{_bindir}/bsetroot-%name
fi

%files
%config(noreplace) %{_sysconfdir}/menu.d/%{name}
%config(noreplace) %{_sysconfdir}/X11/%{name}/%{name}-menu
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/05blackbox
%{_bindir}/*
%{_datadir}/blackbox
%{_iconsdir}/blackbox.png
%{_miconsdir}/blackbox.png
%{_mandir}/man1/*

%files -n %libname
%_libdir/*.so.%{major}*

%files -n %develname
%_libdir/*.so
%_includedir/bt
%{_libdir}/pkgconfig/libbt.pc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.1-17
+ Revision: 6610734
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 414 |14cr|blas-1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 		blas
%define version 	1.1
%define release 	9
%define major 		%{version}
%define libname 	%mklibname %{name} %{major}
%define develname	%mklibname -d %{name}

%if %{mdkversion} <= 1020
%define f77	g77
%define runtime	g2c
%else
%define f77	gfortran
%define runtime	gfortran
%endif

Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Epoch:		0
Summary: 	Basic Linear Algebra Subprograms library
License: 	BSD-like
Group:		Sciences/Mathematics
URL: 		http://www.netlib.org/blas/
Source0: 	http://www.netlib.org/blas/%{name}.tar.bz2
Source1: 	%{name}.makefile.bz2
Source2:	http://www.netlib.org/blas/blasqr.ps.bz2
Source3:	http://www.netlib.org/blas/blas3-paper.ps.bz2
Source4:	http://www.netlib.org/blas/blas2-paper.ps.bz2
%if %{mdkversion} <= 1020
BuildRequires:	gcc-g77
%else
BuildRequires:	gcc-gfortran
%endif
BuildRoot: 	%{_tmppath}/%{name}-%{version}

%description
The BLAS (Basic Linear Algebra Subprograms) are routines that provide standard
building blocks for performing basic vector and matrix operations. The Level 1
BLAS perform scalar, vector and vector-vector operations, the Level 2 BLAS
perform matrix-vector operations, and the Level 3 BLAS perform matrix-matrix
operations. Because the BLAS are efficient, portable, and widely available,
they are commonly used in the development of high quality linear algebra
software, LAPACK for example.

%package -n %{libname}
Summary: 	Basic Linear Algebra Subprograms library
Group:		Sciences/Mathematics
Provides:	lib%{name} = %{epoch}:%{version}-%{release}

%description -n %{libname}
This package contains the dynamic libraries necessary to run applications.

%package -n %{develname}
Summary: 	Basic Linear Algebra Subprograms library
Group:		Sciences/Mathematics
Requires: 	%{libname} = %{epoch}:%{version}
Provides: 	%{name}-devel = %{epoch}:%{version}-%{release}
Obsoletes:	%mklibname -d %{name} 1.1

%description -n	%{develname}
This package contains the headers and development libraries
necessary to develop or compile applications.

%prep
%setup -q -c
bzcat %{SOURCE1} > Makefile
bzcat %{SOURCE2} > blasqr.ps
bzcat %{SOURCE3} > blas3-paper.ps
bzcat %{SOURCE4} > blas2-paper.ps

%build
%make F77="%{f77}" \
      RUNTIME="%{runtime}" \
      CFLAGS="%optflags" \
      FFLAGS="%optflags -ffloat-store"

%install
rm -fr %{buildroot}
install -d -m 755 %{buildroot}%{_libdir}
install -m 755 *.so.* %{buildroot}%{_libdir}
install -m 644 *.a %{buildroot}%{_libdir}
(cd %{buildroot}%{_libdir} && ln -s lib%{name}.so.%{major} lib%{name}.so)

%clean
rm -fr %{buildroot}

%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/lib%{name}.so.%{major}

%files -n %{develname}
%defattr(-,root,root)
%doc blasqr.ps blas3-paper.ps blas2-paper.ps
%{_libdir}/lib%{name}.so
%{_libdir}/lib%{name}.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1-9
+ Revision: fcbe0c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 415 |14cr|bleachbit-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package   %{nil}
%define distsuffix mrb

Name:		bleachbit
Version:	1.0
Release:	2
Summary:	Remove unnecessary files, free space, and maintain privacy
License:	GPLv3+
Group:		System/Configuration/Other
URL:		http://bleachbit.sourceforge.net/
Source0:	http://netcologne.dl.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
Source1:        %{name}.1

BuildRequires:	python-devel
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
Requires:	python
Requires:	gnome-python
Requires:	gnome-python-gnomevfs
Requires:	pygtk2.0 >= 2.6
Requires:	usermode-consoleonly


BuildArch:	noarch


%description
BleachBit deletes unnecessary files to free valuable disk space, maintain 
privacy, and remove junk. Rid your system of old clutter including cache, 
cookies, Internet history, localizations, logs, temporary files, and broken 
shortcuts. It wipes clean the cache and history list of many common programs. 

%prep
%setup -q

%build
make -C po local 
python setup.py build

%install
%makeinstall_std prefix=%{_prefix}

# create root desktop-file
cp %{name}.desktop %{name}-root.desktop
sed -i -e 's/Name=BleachBit$/Name=BleachBit as Administrator/g' %{name}-root.desktop
sed -i -e 's/Exec=bleachbit$/Exec=bleachbit-root/g' %{name}-root.desktop

cat > bleachbit.pam <<EOF
#%PAM-1.0
auth            include         config-util
account         include         config-util
session         include         config-util
EOF

cat > bleachbit.console <<EOF
USER=root
PROGRAM=/usr/bin/bleachbit
SESSION=true
EOF


desktop-file-install \
	--add-category="Utility"\
        --dir=%{buildroot}%{_datadir}/applications/ \
        --vendor="" %{name}.desktop

desktop-file-install \
	--add-category="Utility"\
        --dir=%{buildroot}%{_datadir}/applications/ \
        --vendor="" %{name}-root.desktop

# consolehelper and userhelper
ln -s consolehelper %{buildroot}%{_bindir}/%{name}-root
mkdir -p %{buildroot}%{_sbindir}
ln -s ../..%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}-root
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -m 644 %{name}.pam %{buildroot}%{_sysconfdir}/pam.d/%{name}-root
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
install -m 644 %{name}.console %{buildroot}%{_sysconfdir}/security/console.apps/%{name}-root
mkdir -p %{buildroot}%{_mandir}/man1
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}-root.1

chmod 644 %{buildroot}%{_datadir}/%{name}/Worker.py
chmod 755 %{buildroot}%{_datadir}/%{name}/CLI.py
chmod 755 %{buildroot}%{_datadir}/%{name}/GUI.py

# clean ms crap and *pyo
rm -fr %{buildroot}%{_datadir}/%{name}/Windows.py*
rm %{buildroot}%{_datadir}/%{name}/*.pyo

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING README
%{_bindir}/%{name}
%{_bindir}/%{name}-root
%{_sbindir}/*
%config(noreplace) %{_sysconfdir}/pam.d/%{name}-root
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}-root
%{_datadir}/%{name}
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/*.desktop
%{_mandir}/man1/%{name}.1.xz
%{_mandir}/man1/%{name}-root.1.xz


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: c4b704f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 416 |14cr|blindelephant-1.0-0.5.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot 5

Name:		blindelephant
Version:	1.0
Release:	0.%{snapshot}.2
Summary:	Web Application Finger Printer
License:	LGPL
Group:		Networking/Other
URL:		http://blindelephant.sourceforge.net/
Source:     %{name}-%{snapshot}.tar.bz2
BuildArch:	noarch

%description
The BlindElephant Web Application Fingerprinter attempts to discover the
version of a (known) web application by comparing static files at known
locations against precomputed hashes for versions of those files in all all
available releases. The technique is fast, low-bandwidth, non-invasive,
generic, and highly automatable.

%prep
%setup -q -n %{name}

%build
cd src
python setup.py build

%install
pushd src
python setup.py install --root=%{buildroot}
popd

install -d -m 755 %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/blindelephant <<EOF
#!/bin/sh
python %{py_sitedir}/blindelephant/BlindElephant.py
EOF
chmod +x %{buildroot}%{_bindir}/blindelephant

install -d -m 755 %{buildroot}%{_datadir}/%{name}/shell-scripts
install -m 755 tools/shell-scripts/* \
    %{buildroot}%{_datadir}/%{name}/shell-scripts/

%files
%defattr(-,root,root)
%doc README doc/*
%{_bindir}/blindelephant
%{py_sitedir}/blindelephant
%{py_sitedir}/BlindElephant-1.0-py%{py_ver}.egg-info
%{_datadir}/%{name}




%changelog
* Wed Oct 10 2012 Denis Silakov <denis.silakov@rosalab.ru> 1.0-0.5.2
+ Revision: 9083223
- Fix python macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 417 |14cr|blktool-4.0-0.10262005
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags	%nil
%define name blktool
%define version 4.0
%define gitdate 10262005
%define release %mkrel 0.%{gitdate}

Summary: Multi-purpose tool to manage common block concepts
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group:   System/Kernel and hardware
Url: http://kernel.org/git/?p=linux/kernel/git/jgarzik/blktool.git
BuildRequires: glib2-devel 

%description
blktool is a multi-purpose tool that aims to a common place to
management common block concepts, across a wide variety of hardware.
For example, rather than having to learn and use different tools for
ATA or SCSI or I2O for the concept of "suspend",
in the future one will simply do "blktool /dev/foo suspend" and it will work,
regardless of what type of device it is.

%prep
%setup -q -n %{name}

%build
./autogen.sh
%configure
%make

%install
%makeinstall

%files
%{_sbindir}/blktool
%{_mandir}/man8/blktool*

%changelog
* Fri Dec 07 2012 Alexander Khryukin <alexander@mezon.ru> 4.0-0.10262005
+ Revision: 71e36ee
- contrib repairing



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 418 |14cr|blktrace-0.99.2-1.20070730
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name blktrace
%define version 0.99.2
%define git 20070730
%define release %mkrel 1.%{git}
%define distname %{name}-%{version}-%{git}

Summary: Utilities for block layer IO tracing
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{distname}.tar.bz2
License: GPL
Group: System/Kernel and hardware
Url: http://git.kernel.org/?p=linux/kernel/git/axboe/blktrace.git;a=summary
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
blktrace is a block layer IO tracing mechanism which provides detailed
information about request queue operations to user space. This package
includes both blktrace, a utility which gathers event traces from the kernel;
and blkparse, a utility which formats trace data collected by blktrace.

You should install the blktrace package if you need to gather detailed
information about IO patterns.

%prep
%setup -q -n %{distname}

%build
%make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/blkparse
%{_bindir}/blkrawverify
%{_bindir}/blktrace
%{_bindir}/btrace
%{_bindir}/btt
%{_bindir}/verify_blkparse
%{_mandir}/man1/blkparse.1*
%{_mandir}/man1/blkrawverify.1*
%{_mandir}/man1/btt.1*
%{_mandir}/man1/verify_blkparse.1*
%{_mandir}/man8/blktrace.8*
%{_mandir}/man8/btrace.8*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.99.2-1.20070730
+ Revision: 6cc8b34
- Automatic import for version 0.99.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 419 |14cr|bloboats-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Boat racing game
Name:		bloboats
Version:	1.0.2
Release:	3
License:	GPL
Group:		Games/Arcade
Url:		http://bloboats.dy.fi/
Source0:	http://mirror.kapsi.fi/bloboats.dy.fi/%{name}-%{version}.tar.gz
Patch0:		bloboats-1.0.2-cflags.patch
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(vorbis)

%description
Bloboats is a boat racing game in which the objective is to reach the
goal as fast as possible, at least faster than your friend does.

%files
%doc copying.txt readme.txt
%{_gamesbindir}/%{name}
%{_sysconfdir}/bloboats.dirs
# Why does this files get 755 perms?
%attr(0644,root,root) %{_gamesdatadir}/%{name}/data/*/*.*
%attr(0644,root,root) %{_gamesdatadir}/%{name}/data/defaults/*/*.*
%attr(0644,root,root) %{_gamesdatadir}/%{name}/data/defaults/private/*/*.*
%{_datadir}/applications/*.desktop
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make \
	STRIP=true \
	CFLAGS="%{optflags}" \
	DATADIR=%{_gamesdatadir}/%{name}/data

%install
%makeinstall_std \
	PREFIX=%{buildroot} \
	BINARYDIR=%{buildroot}%{_gamesbindir} \
	DATADIR=%{buildroot}%{_gamesdatadir}/%{name}/data

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{Summary}
Exec=%{name}
Icon=%{name}
Terminal=false
StartupNotify=false
Type=Application
Categories=Game;ArcadeGame;
EOF

# install icons
mkdir -p %{buildroot}{%{_liconsdir},%{_miconsdir},%{_iconsdir}}
cp data/images/icon.png %{buildroot}%{_iconsdir}/%{name}.png
convert -scale 48x48 data/images/icon.png %{buildroot}%{_liconsdir}/%{name}.png
convert -scale 16x16 data/images/icon.png %{buildroot}%{_miconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: d641cf0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 420 |14cr|blobwars-1.19-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	blobwars
%define	oname	BlobWars
%define	version	1.19
%define	rel	1
%define	release	%mkrel %{rel}
%define	Summary	%{oname} Episode I : Metal Blob Solid 

Name:		%{name}
Version:	%{version}
Release:	%{release}
URL:		http://www.parallelrealities.co.uk
Source0:	http://ovh.dl.sourceforge.net/project/blobwars/%{name}-%{version}.tar.gz
Patch0:		blobwars-1.19-link.patch
License:	GPLv2+
Group:		Games/Arcade
Summary:	%{Summary}
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	SDL_net-devel
BuildRequires:	zlib-devel
BuildRequires:	desktop-file-utils
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Since their world was invaded by an alien race, the Blobs have
faced a lifetime of war. But now they have a chance to win
the war once and for all.

In Episode I : Metal Blob Solid, you take on the role of a
fearless Blob agent, Bob. Bob's mission is to infiltrate the
various enemy bases around the Blobs' homeworld and rescue as many
POWs as possible. But standing in his way are many vicious enemies,
other Blobs who have defected and the evil alien leader, Galdov.

%prep
%setup -q
%patch0 -p0
#patch0 -p1
#sed -i 's@-Werror@@' makefile

%build
CFLAGS="%optflags" LDFLAGS="%ldflags" %make DATADIR=%{_gamesdatadir}/%{name}/

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}

%{find_lang} %{name}

desktop-file-install --vendor="" \
  --remove-key="Encoding" \
  --remove-category="Application" \
  --add-category="ArcadeGame" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(644,root,games,755)
%doc %{_docdir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/*
%defattr(755,root,games,755)
%{_gamesbindir}/%{name}



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.19-1
+ Revision: 716f44a
- Automatic import for version 1.19



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 421 |14cr|blogtk-2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version	2.0
%define release 5
%define newname blogtk2

Name:		blogtk
Summary:	Standalone blog entry poster
Version:	%{version}
Release:	%{release}
Source:		http://launchpad.net/blogtk/2.0/2.0/+download/%{name}-%{version}.tar.gz
URL:		http://blogtk.jayreding.com
License:	Apache License
Group:		Networking/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Requires:	gnome-python
Requires:	gnome-python-gtkspell
Requires:	python-webkitgtk
Requires:	python-gdata
Requires:	python-gtksourceview
Requires:	python-feedparser
Requires(pre):	desktop-file-utils
BuildArch:	noarch

%description
BloGTK is a weblog client that allows you to post to your weblog from Linux
without the need for a separate browser window. BloGTK allows you to connect
with many weblog systems such as Blogger, Movable Type, WordPress, and more.

%prep
%setup -q -n %name-%version

chmod 644 data/*

# (Abel) eliminate runtime pygtk warnings
find -type f -name '*.py' -print0 | xargs -r -0 perl -pi -e 's/gtk\.TRUE/True/g; s/gtk\.FALSE/False/g;'

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}
cp -r share/blogtk2 %{buildroot}%{_datadir}
mkdir -p %{buildroot}/%{_datadir}/pixmaps
cp data/blogtk-icon.png %{buildroot}/%{_datadir}/pixmaps
mkdir -p %{buildroot}/%{_datadir}/applications
cp data/blogtk.desktop %{buildroot}/%{_datadir}/applications/
mkdir -p %{buildroot}/%{_bindir}
cp bin/blogtk2 %{buildroot}/%{_bindir}/

#menu
perl -pi -e 's,blogtk-icon.png,%{name},g' %{buildroot}%{_datadir}/applications/*
desktop-file-install --remove-category="Application" \
  --add-category="GTK" \
  --remove-key=Encoding \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

#icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,128x128}/apps
install -m 644 data/%{name}-icon.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
convert -scale 48 data/%{name}-icon.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 data/%{name}-icon.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 data/%{name}-icon.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}
%{update_icon_cache hicolor}
%endif
		
%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_icon_cache hicolor}
%endif

%files
%defattr(-,root,root)
%doc README ChangeLog AUTHORS
%{_bindir}/%{newname}
%{_datadir}/%{newname}
%{_datadir}/pixmaps/*
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-5
+ Revision: 9fe9a31
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 422 |14cr|blop-0.2.8-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		blop
Version:	0.2.8
Release:	10
Summary:	Bandlimited LADSPA Oscillator Plugins
License:	GPLv2+
Group:		Sound
URL:		http://blop.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
#Patch0:	blop-0.2.7-compile.patch.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	ladspa-devel
Requires:	ladspa

%description
BLOP comprises a set of LADSPA plugins that generate bandlimited
sawtooth, square, variable pulse and slope-variable triangle waves,
for use in LADSPA hosts, principally for use with one of the many
modular software synthesisers available.

They are wavetable based, and are designed to produce output with
harmonic content as high as possible over a wide pitch range.

%prep
%setup -q
#%patch0 -p1
perl -p -i -e 's/\/lib\//\/%{_lib}\//g' src/wavedata.c

%build
%configure2_5x --with-ladspa-plugin-dir=%{_libdir}/ladspa
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_libdir}/ladspa
mkdir -p $RPM_BUILD_ROOT%{_datadir}/ladspa/rdf
%{makeinstall_std}

# install the rdf description
install -m0644 doc/blop.rdf $RPM_BUILD_ROOT%{_datadir}/ladspa/rdf
# we don't want to package makefiles in the doc
#rm -f doc/Makefile*

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS NEWS README THANKS TODO doc/{about.txt,blop.rdf,plugins_list.txt}
%{_libdir}/ladspa/*.so
%{_libdir}/ladspa/blop_files
%{_datadir}/ladspa/rdf/*.rdf





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.8-10
+ Revision: 58a310e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 423 |14cr|blowfish-j-2.15-0.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		blowfish-j
Version:	2.15
Release:	0.0.5
Epoch:		0
Summary:	A Blowfish implementation in Java
License:	Apache License
Url: 		http://www.lassekolb.info/bfacs.htm
Source0:	http://www.lassekolb.info/bfj215.zip
Source1:	%{name}-build.xml
BuildRequires:	ant
BuildRequires:  jpackage-utils >= 0:1.5
BuildRequires:  java-rpmbuild
Group: 		Development/Java
Buildarch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
The Blowfish implementation in Java, very fast ECB and CBC 
encryption. Comes with the BlowfishEasy class for simple string 
encryption, plus a solution for streaming.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description javadoc
Javadoc for %{name}

%prep
%setup -c -n %{name}-%{version}
[ ! -f build.xml ] && cp -a %{SOURCE1} build.xml

%build
%{ant} clean dist javadoc

%install
# jar
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}

install -m 644 dist/lib/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do \
ln -sf ${jar} ${jar/-%{version}/}; done)

# javadoc
install -p -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr dist/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
(cd $RPM_BUILD_ROOT%{_javadocdir} && ln -sf %{name}-%{version} %{name})

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644,root,root,755)
%doc license.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%dir %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.15-0.0.5
+ Revision: 5e02867
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 424 |14cr|bluecurve-theme-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define iversion 8.0.0
Summary: Bluecurve GNOME theme
Name: bluecurve-theme
Version: 1.0.0
Release: 5
BuildArch: noarch
License: GPL+
Group: Graphical desktop/GNOME
Source0: bluecurve-gnome-theme-%{version}.tar.bz2
Source1: bluecurve-icon-theme-%iversion.tar.bz2
Source2: bluecurve-metacity-theme-%version.tar.bz2
Source3: bluecurve-classic-metacity-theme-%version.tar.bz2
URL: http://www.redhat.com
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: perl-XML-Parser
Requires: gtk-engines2 >= 2.13.3-2mdv

%description
This package contains the Bluecurve GNOME meta theme, the icon and metacity
themes.

%prep
%setup -q -n bluecurve-gnome-theme-%version -a 1 -a 2 -a 3

%build
./configure --prefix=%_prefix
make
cd bluecurve-icon-theme-%iversion
./configure --prefix=%_prefix
make
cd ../bluecurve-metacity-theme-%version
./configure --prefix=%_prefix
make
cd ../bluecurve-classic-metacity-theme-%version
./configure --prefix=%_prefix
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
cd bluecurve-icon-theme-%iversion
%makeinstall_std
touch %buildroot%_datadir/icons/Bluecurve/icon-theme.cache
cd ../bluecurve-metacity-theme-%version
%makeinstall_std
cd ../bluecurve-classic-metacity-theme-%version
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_icon_cache Bluecurve

%postun
%clean_icon_cache Bluecurve

%files
%defattr(-, root, root)
%doc AUTHORS
%{_datadir}/themes/Bluecurve
%{_datadir}/themes/Bluecurve-classic
%dir %{_datadir}/icons/*Bluecurve*
%{_datadir}/icons/Bluecurve/index.theme
%{_datadir}/icons/*/*.cursortheme
%{_datadir}/icons/*/cursors
%_datadir/icons/Bluecurve/??x??/
%ghost %_datadir/icons/Bluecurve/icon-theme.cache




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: 648551c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 425 |14cr|bluegps-2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: bluegps
Version: 2.0
Group: Sciences/Geosciences
Release: 6
Summary: Simple command line tool for the Royaltek RBT-3000 bluetooth GPS receiver
License: GPL
URL: http://www.harbaum.org/till/bluegps/
Source: http://www.harbaum.org/till/bluegps/bluegps-linux-%{version}.tgz
BuildRequires: bluez-devel
BuildRoot: %{_tmppath}/%{name}-root

%description
BlueGPS is a simple command line tool to download datalogs from the Royaltek
RBT-3000 bluetooth GPS receiver under Linux, and to configure the data logger.

%prep
%setup -q -n %{name}-linux-%{version}

%build
%make

%install
rm -Rf %{buildroot}
mkdir -p %{buildroot}/%{_bindir}
install -m755 bluegps %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1
install -m644 bluegps.1 %{buildroot}/%{_mandir}/man1

%clean
rm -Rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%doc %{_mandir}/man1/%{name}*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-6
+ Revision: bfc295b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 426 |14cr|bluegriffon-1.7.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%global tarballdir  mozilla-2.0

%global withxulrunner   0
%global gecko_version   2.0.1
%global srcversion      9db46ddfb517

Summary:	The next-generation Web Editor
Name:		bluegriffon
Version:	1.7.2
Release:	6
License:	MPLv1.1 or GPLv2+ or LGPLv2+
Group:		Editors
Url:		http://bluegriffon.org/
Source0:	firefox-%{srcversion}.tar.bz2
Source1:	%{name}-%{version}.tar.bz2
Source2:	%{name}-l10n-%{version}.tar.bz2
# russian files
Source3:	russian.tar.bz2

Source10:	%{name}.sh.in
Source11:	%{name}.sh
Source12:	%{name}.desktop

# Russian patch
Patch0:		bluegriffon-1.7.2-update-i18n.patch

# build patches
Patch1:		bluegriffon-build.patch
Patch2:		mozilla-2.0-build-env.patch
Patch3:		mozilla-2.0-no-sig-verify.patch

# upstream patches
Patch10:	firefox-cairo_shared.patch
Patch11:	firefox-gcc49.patch
Patch12:	mozilla-2.0-O0.patch
Patch13:	firefox-freetype25.patch

# custom default settings
Patch30:	bluegriffon-1.7.2-updates.patch

# op1 russian patch
Patch31:	bluegriffon-1.7.2-op1-i18n.patch

BuildRequires:	autoconf2.1
BuildRequires:	desktop-file-utils
BuildRequires:	yasm
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)

%if %{withxulrunner}
%global xulbin xulrunner
%global grecnf gre
BuildRequires:	pkgconfig(libxul)
Requires:	xulrunner
#BuildRequires:	gecko-devel = %{gecko_version}
%else
BuildRequires:	wireless-tools
BuildRequires:	zip
BuildRequires:	krb5-devel
BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xt)

# BR from Xulrunner
BuildRequires:	bzip2-devel
BuildRequires:	jpeg-devel
BuildRequires:	nss-static-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(sqlite)
BuildRequires:	pkgconfig(zlib)

Requires:	nss
Requires:	nspr
%endif %{withxulrunner}

AutoProv:	no

%description
BlueGriffon is a new WYSIWYG content editor for the World Wide Web.

Powered by Gecko, the rendering engine of Firefox 4, it's a modern
and robust solution to edit Web pages in conformance to the latest
Web Standards.

%files
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
echo TARGET %{name}-%{version}-%{release}
%setup -q -n %{tarballdir}
%if %{withxulrunner}
echo use GECKO %{gecko_version}
%else
echo use Bundled GECKO
%endif
tar xjf %{SOURCE1}
tar xjf %{SOURCE2} --directory %{name}
tar xjf %{SOURCE3} --directory %{name}

%patch0 -p1
%patch1 -p0 -b .build
%patch2 -p1
%patch3 -p1

%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1

%patch30 -p1

# Otherwise build fails because it expects this dir to exist
mkdir -p js/src/.deps

# See http://bluegriffon.org/pages/Build-BlueGriffon
cat <<EOF_MOZCONFIG > .mozconfig 
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@

ac_add_options --enable-application=%{name}

#--with-system-png requires APNG support in libpng
ac_add_options --with-system-png
ac_add_options --prefix="\$PREFIX"
ac_add_options --libdir="\$LIBDIR"
ac_add_options --disable-cpp-exceptions
ac_add_options --enable-system-sqlite
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --enable-system-hunspell
ac_add_options --enable-system-cairo
ac_add_options --enable-libnotify
ac_add_options --enable-system-lcms
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-bz2
ac_add_options --with-pthreads
ac_add_options --disable-strip
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-tests
ac_add_options --disable-airbag
ac_add_options --enable-places
ac_add_options --enable-storage
ac_add_options --enable-shared
ac_add_options --disable-static
ac_add_options --disable-mochitest
ac_add_options --disable-installer
ac_add_options --disable-debug
ac_add_options --enable-optimize="\$MOZ_OPT_FLAGS"
ac_add_options --enable-xinerama
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --disable-xprint
ac_add_options --enable-pango
ac_add_options --enable-svg
ac_add_options --enable-canvas
ac_add_options --enable-startup-notification
ac_add_options --disable-javaxpcom
ac_add_options --disable-crashreporter
ac_add_options --enable-safe-browsing
ac_add_options --disable-updater
ac_add_options --enable-gio
ac_add_options --disable-gnomevfs
ac_add_options --enable-libxul
EOF_MOZCONFIG

%if %{withxulrunner}
echo "ac_add_options --with-libxul-sdk=\
$(pkg-config --variable=sdkdir libxul)" >> .mozconfig
%endif

%build
MOZ_OPT_FLAGS=$(echo %{optflags} | sed -e 's/-Wall//' -e 's/-fexceptions/-fno-exceptions/g' -e 's/-gdwarf-4//')
export CFLAGS=$MOZ_OPT_FLAGS
export CXXFLAGS=$MOZ_OPT_FLAGS

export PREFIX='%{_prefix}'
export LIBDIR='%{_libdir}'

MOZ_APP_DIR=%{_libdir}/%{name}

%patch31 -p1

export LDFLAGS="-Wl,-rpath,${MOZ_APP_DIR}"

make -f client.mk build

%install
# No Make install for now :(
mkdir -p %{buildroot}%{_libdir}/%{name}
tar --create --file - --dereference --directory=dist/bin --exclude xulrunner . \
  | tar --extract --file - --directory %{buildroot}%{_libdir}/%{name}

# Launcher
%if %{withxulrunner}
install -d -m 755 %{buildroot}%{_bindir}
XULRUNNER_DIR=`pkg-config --variable=libdir libxul | sed -e "s,%{_libdir},,g"`
cat %{SOURCE10} | sed -e "s,XULRUNNER_DIRECTORY,$XULRUNNER_DIR,g" \
                     | sed -e "s,XULRUNNER_BIN,%{xulbin},g" \
                     | sed -e "s,GRE_CONFIG,%{grecnf},g"  \
  > %{buildroot}%{_bindir}/%{name}
chmod 755 %{buildroot}%{_bindir}/%{name}
%else
install -D -m 755 %{SOURCE11} %{buildroot}%{_bindir}/%{name}
%endif

# Shortcut
desktop-file-install  \
  --dir %{buildroot}%{_datadir}/applications \
  --add-category Development \
  --add-category Network \
  %{SOURCE12}

# Icons
install -D -m 644  bluegriffon/app/icons/default16.png  %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
install -D -m 644  bluegriffon/app/icons/default32.png  %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -D -m 644  bluegriffon/app/icons/default48.png  %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -D -m 644  bluegriffon/app/icons/default50.png  %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
install -D -m 644  bluegriffon/app/icons/%{name}128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png

# install languages
cp bluegriffon/langpacks/*.xpi %{buildroot}%{_libdir}/%{name}/extensions/

# Use the system hunspell dictionaries
rm -rf %{buildroot}%{_libdir}/%{name}/dictionaries
ln -s %{_datadir}/myspell %{buildroot}%{_libdir}/%{name}/dictionaries


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.2-6
+ Revision: 8b50841
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 427 |14cr|bluemindo-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    bluemindo
%define version 0.3
%define release 3

Name:           %{name}
Summary:        Simple audio player in Python/PyGTK, using GStreamer
Version:        %{version}
Release:        %{release}
Source0:        http://codingteam.net/project/bluemindo/download/file/%{name}-%{version}.tar.gz
Patch0:		bluemindo-0.3-makefile.patch
URL:            http://codingteam.net/project/bluemindo
License:	GPLv3
Group:          Sound
Requires:	pygtk2.0 
Requires:	pygtk2.0-libglade
Requires:	gstreamer0.10-python
Requires:	python-tagpy
Requires:	dbus-python
Requires:	gnome-python-extras
Requires:	python-notify
Requires:	python-xmpp
BuildArch:	noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
Bluemindo aims to provide a very simple audio player under 
GNU systems in PyGTK, without any GNOME dependencies.

%prep
%setup -q 
%patch0 -p1 -b .orig

%build
%make

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%find_lang %{name}

%clean 
rm -rf %{buildroot} 

%files -f %{name}.lang
%defattr(-,root,root) 
%doc AUTHORS CHANGELOG COPYING README THANKS 
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/Bluemindo.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/%{name}.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-3
+ Revision: bed81c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 428 |14cr|blueproximity-1.2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		blueproximity
Version:	1.2.5
Release:	%mkrel 1 
Summary:	Detects you via your bluetooth devices and locks/unlocks the screen
BuildArch:	noarch
Group:		Communications
License:	GPLv2+
URL:		http://blueproximity.sourceforge.net/
Source0:	http://downloads.sourceforge.net/blueproximity/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
Patch0:		blueproximity-fix_paths.diff
Patch1:		blueproximity-fix-bash-script.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
BuildRequires:	desktop-file-utils gettext
Requires:	python-configobj python-pybluez  pygtk2.0-libglade

%description
Add security to your desktop by automatically locking and unlocking 
the screen when you and your phone leave/enter the desk. Think of a 
proximity detector for your mobile phone via bluetooth.

%prep
%setup -q -n %{name}-%{version}.orig
%patch0 -p0 -b .fedorization
%patch1 -p0 -b .fix-bash-script

%build

%install
rm -rf %{buildroot}

# Create Directory Structure
install -d %{buildroot}%{_datadir}/%{name}/
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/pixmaps/
install -d %{buildroot}%{_datadir}/%{name}/pixmaps/
install -d %{buildroot}%{_mandir}/man1/

# Install Files
install -p -m 0755 start_proximity.sh %{buildroot}%{_bindir}/%{name}
install -p -m 0755 proximity.py %{buildroot}%{_datadir}/%{name}/
install -p -m 0644 proximity.glade %{buildroot}%{_datadir}/%{name}/
install -p -m 0644 doc/blueproximity.1 %{buildroot}%{_mandir}/man1/

# Install Languages
for i in $(ls LANG/); do
install -d %{buildroot}%{_datadir}/locale/$i/LC_MESSAGES/
install -p -m 0644 LANG/$i/LC_MESSAGES/* %{buildroot}%{_datadir}/locale/$i/LC_MESSAGES/
done

# Install Images
for i in $(ls *.svg); do
install -p -m 0644 $i %{buildroot}%{_datadir}/%{name}/pixmaps/
done

# Link in SVG
pushd %{buildroot}%{_datadir}
ln -s ../%{name}/pixmaps/%{name}_base.svg pixmaps/
popd

# Install Menu Item
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}

# Find Languages
%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc ChangeLog COPYING README doc/manual*
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/blueproximity*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}_base.svg





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.2.5-1
+ Revision: 5ef6d01
- Automatic import for version 1.2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 429 |14cr|bluez-tools-0.1.38-0.662e.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rev	662e

Name:			bluez-tools
Summary:		Command line tools for bluez (bluetooth stack for Linux)
Version:		0.1.38
Release:		0.%{rev}.3
Source0:		%{name}-%{version}-%{rev}.tar.gz
URL:			http://code.google.com/p/bluez-tools
License:		GPLv2
Group:			System/Kernel and hardware
Requires:		bluez >= 4.69
Requires:		obexd >= 0.30
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	readline-devel

%description
This is a GSoC'10 project to implement a new command line tools for 
bluez (bluetooth stack for linux). The project implemented in C and 
uses the D-Bus interface of bluez.

%prep
%setup -q -a 0 -n %{name}-%{version}-%{rev}

%build
%configure2_5x
%make

%install
make DESTDIR=%{buildroot} install

%files 
%doc README NEWS COPYING AUTHORS 
%{_bindir}/*
%{_mandir}/man1/bt-adapter.1*
%{_mandir}/man1/bt-agent.1*
%{_mandir}/man1/bt-audio.1*
%{_mandir}/man1/bt-device.1*
%{_mandir}/man1/bt-input.1*
%{_mandir}/man1/bt-monitor.1*
%{_mandir}/man1/bt-network.1*
%{_mandir}/man1/bt-obex.1*
%{_mandir}/man1/bt-serial.1*

%changelog
* Sun Sep 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.38-0.662e.3
+ Revision: 8103131
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 430 |14cr|boa-0.94.14-0.rc21.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name boa
%define version 0.94.14
%define rcver	rc21
%define release %mkrel 0.%{rcver}.3
%define webrootdir /var/www/html


Summary:	Web server
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://www.boa.org/%{name}-%{version}%{rcver}.tar.gz
Source1:	boa.init
Source2:	boa.sysconfig
Patch:		boa-default-config.patch
URL:		http://www.boa.org/
License:	GPL+
Group:		System/Servers
BuildRoot:	%{_tmppath}/%{name}-%{version}buildroot
BuildRequires:	flex
BuildRequires:	bison

Requires(post):		rpm-helper
Requires(postun):	rpm-helper

Provides: webserver

%description
A high speed, lightweight web server (HTTP protocol).
Based on direct use of the select(2) system call, it
internally multiplexes all connections without forking,
for maximum speed and minimum system resource use.

%prep
%setup -q -n %{name}-%{version}%{rcver}
%patch -p1

%build
%serverbuild
%configure2_5x
%make CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}
cd src
mkdir -p %{buildroot}%{_sbindir}
install boa %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_libdir}/boa
install boa_indexer %{buildroot}%{_libdir}/boa/

mkdir -p %{buildroot}/%{webrootdir}

cd ..
mkdir -p %{buildroot}%{_mandir}/man8
install -m 644 docs/boa.8 %{buildroot}%{_mandir}/man8/

cd examples
mkdir -p %{buildroot}/%{_sysconfdir}/{boa,logrotate.d}
install -m 644 boa.conf %{buildroot}/%{_sysconfdir}/boa/
cd ../contrib
install -m 644 rpm/boa.logrotate %{buildroot}/%{_sysconfdir}/logrotate.d/boa

cd ..
mkdir -p %{buildroot}/%{_initrddir}
install -m 755 %{SOURCE1} %{buildroot}/%{_initrddir}/boa
mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/sysconfig/boa

mkdir -p %{buildroot}/var/log/boa
%clean
rm -rf %{buildroot}

%post
%_post_service boa

%preun
%_preun_service boa

%files
%defattr(-,root,root)
%doc docs/*.{texi,png} contrib/*
%{_sbindir}/boa
%{_libdir}/boa/boa_indexer
%dir %{_libdir}/boa/
%dir %{_sysconfdir}/boa
%config(noreplace) %{_initrddir}/boa
%config(noreplace) %{_sysconfdir}/boa/boa.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/boa
%config(noreplace) %{_sysconfdir}/sysconfig/boa
%dir %{webrootdir}
%dir /var/log/boa
%{_mandir}/man8/*





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.94.14-0.rc21.3
+ Revision: 5836223
- Automatic import for version 0.94.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 431 |14cr|boa-constructor-0.6.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name boa-constructor
%define version 0.6.1

Name: %{name}
Summary: Python IDE and wxPython GUI Builder
Version: %{version}
Release: 6
Group: Development/Python
# the source come from a .zip
Source: %{name}-%{version}.tar.bz2
# icons
Source1: %{name}.16.png.bz2
Source2: %{name}.32.png.bz2
Source3: %{name}.48.png.bz2
# man pages
Source4: %{name}.1.bz2
Source5: %{name}.desktop
# to remove a annoying message when looking at help.
Patch: %{name}.help.patch
Url: http://boa-constructor.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires: perl desktop-file-utils
Requires: wxPythonGTK pychecker python
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
License: GPL
BuildArch: noarch

%description
Boa Constructor is a cross platform Python IDE and wxPython GUI Builder.
It offers visual frame creation and manipulation, an object inspector,
many views on the source like object browsers, inheritance hierarchies,
doc string generated html documentation, an advanced debugger
and integrated help.

Zope support: Object creation and editing. Cut, copy, paste,
import and export. Property creation and editing in the Inspector
and Python Script debugging.

%prep
%setup -q

# (misc) dos2unix on all sources, and config since it is a software developed on windows
perl -pi -e 's%\r\n$%\n%' $(find . -name '*.py')
perl -pi -e 's%\r\n$%\n%' $(find . -name '*.cfg')
perl -pi -e 's%\r\n$%\n%' $(find . -name '*.txt')

%patch -p0

cat << EOF > README.Mandriva
This RPM incorporate a patch made by Cedric Delfosse, of Debian, to use the
~/.boa-constructor directory to store the cache of help file.
EOF

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
echo -e "#!/bin/sh\npython %{_datadir}/%{name}/Boa.py" >  $RPM_BUILD_ROOT/%{_bindir}/%{name}
chmod +x $RPM_BUILD_ROOT/%{_bindir}/%{name}

mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
cp %{SOURCE5} $RPM_BUILD_ROOT/%{_datadir}/applications/


desktop-file-install --vendor="" \
        --remove-category="Development" \
        --remove-category="Debugger" \
        --remove-category="GUIDesigner" \
        --add-category="GNOME" \
        --add-category="GTK" \
        --add-category="Development" \
        --add-category="X-MandrivaLinux-MoreApplications-Development-DevelopmentEnvironments" \
        --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

install -d $RPM_BUILD_ROOT/%{_datadir}/%{name}/
cp -Rf * $RPM_BUILD_ROOT/%{_datadir}/%{name}/

install -d $RPM_BUILD_ROOT/%{_miconsdir}
install -d $RPM_BUILD_ROOT/%{_iconsdir}
install -d $RPM_BUILD_ROOT/%{_liconsdir}
bunzip2 -c %{SOURCE1} >  $RPM_BUILD_ROOT/%{_miconsdir}/%{name}.png
bunzip2 -c %{SOURCE2} >  $RPM_BUILD_ROOT/%{_iconsdir}/%{name}.png
bunzip2 -c %{SOURCE3} >  $RPM_BUILD_ROOT/%{_liconsdir}/%{name}.png


install -d $RPM_BUILD_ROOT/%{_mandir}/man1/
bunzip2 -c %{SOURCE4} >  $RPM_BUILD_ROOT/%{_mandir}/man1/%{name}.1


# (misc) remove documentation
find $RPM_BUILD_ROOT/%{_datadir}/%{name}/ -maxdepth 1 -name '*.txt' | xargs rm -Rf
rm -Rf $RPM_BUILD_ROOT/%{_datadir}/%{name}/README.Mandriva
%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr(-,root,root,0755)
%doc *.txt README.Mandriva
%{_bindir}/%{name}
%{_datadir}/%{name}/*
%dir %{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_mandir}/*/*

%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-6
+ Revision: 78c1a0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 432 |14cr|bobobot-0-16.preview3.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define preview preview3

Summary:	Mario-like game
Name:		bobobot
Version:	0
Release:	16.%{preview}.9
Source0:	ftp://ftp.sonic.net/pub/users/nbs/unix/x/bobobot/bobobot-preview3.tar.bz2
Url:		http://newbreedsoftware.com/bobobot/
License:	GPLv2+
Group:		Games/Arcade
Buildrequires:	SDL-devel
BuildRequires:	SDL_mixer-devel
Buildrequires:	pkgconfig(x11)
BuildRequires:	imagemagick
Patch0:		%{name}-preview3-fix-makefile.patch
Patch2:		%{name}-preview3-fix-nosound.patch

%description
BoboBot is a multi-level one-player action game starring "BoboBot," the
robo-monkey. It's played with the keyboard, or optionally with a joystick

%prep
%setup -q -n %{name}-preview3
%patch0 -p1
%patch2 -p1 -z .pix

# beurk
chmod +x mods/unused
chmod -R a+r *

%build
%make SOUND=YES MUSIC=YES INSTALLROOT=%{_gamesdatadir}/%{name} OPTIMIZE="%{optflags}" X11_LIB="-L%_libdir -lX11" bobobot CC="gcc %ldflags"

%install
%{__install} -d %{buildroot}{%{_liconsdir},%{_miconsdir}}
convert %{name}-icon.xpm -size 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert %{name}-icon.xpm -size 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert %{name}-icon.xpm -size 48x48 %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=BoboBot
Comment=%{summary}
Exec=%_gamesbindir/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

install -d %{buildroot}{%{_gamesbindir},%{_gamesdatadir}/%{name}}
make INSTALLROOT=%{buildroot}%{_gamesdatadir}/%{name}
mv %{buildroot}%{_gamesdatadir}/%{name}/%{name} %{buildroot}%{_gamesbindir}

%clean

%files
%defattr(644,root,root,755)
%doc docs/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%defattr(755,root,root,755)
%{_gamesbindir}/%{name}




%changelog
* Fri May 17 2013 Denis Silakov <denis.silakov@rosalab.ru> 0-16.preview3.9
+ Revision: cc2b29c
- Bump release and clean the spec after applying automated fixes to spec file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 433 |14cr|bochs-2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _hardened_build 1
Name:		bochs
Version:	2.6
Release:	2
Summary:	Portable x86 PC emulator
Group:		Emulators
License:	LGPLv2+
URL:		http://bochs.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz

Patch0:		%{name}-0001_bx-qemu.patch
Patch1:		%{name}-0006_qemu-bios-use-preprocessor-for-pci-link-routing.patch
Patch2:		%{name}-0007_bios-add-26-pci-slots,-bringing-the-total-to-32.patch
Patch3:		%{name}-0008_qemu-bios-provide-gpe-_l0x-methods.patch
Patch4:		%{name}-0009_qemu-bios-pci-hotplug-support.patch
Patch7:		%{name}-nonet-build.patch

BuildRequires:	pkgconfig(xt) libxpm-devel pkgconfig(sdl) readline-devel byacc
BuildRequires:	docbook-utils
BuildRequires:	docbook-style-xsl
BuildRequires:	sgml-common
BuildRequires:	docbook-dtd41-sgml
BuildRequires:	gtk2-devel
%ifarch %{ix86}	x86_64
BuildRequires:	svgalib-devel
BuildRequires:	dev86 iasl
%endif
Requires:	%{name}-bios = %{version}-%{release}
Requires:	vgabios

%description
Bochs is a portable x86 PC emulation software package that emulates
enough of the x86 CPU, related AT hardware, and BIOS to run DOS,
Windows '95, Minix 2.0, and other OS's, all on your workstation.


%package	debugger
Summary:	Bochs with builtin debugger
Group:		Emulators
Requires	:%{name} = %{version}-%{release}

%description	debugger
Special version of bochs compiled with the builtin debugger.


%package	gdb
Summary:	Bochs with support for debugging with gdb
Group:		Emulators
Requires:	%{name} = %{version}-%{release}

%description	gdb
Special version of bochs compiled with a gdb stub so that the software running
inside the emulator can be debugged with gdb.

%ifarch %{ix86} x86_64
# building firmwares are quite tricky, because they often have to be built on
# their native architecture (or in a cross-capable compiler, that we lack in
# koji), and deployed everywhere. Recent koji builders support a feature
# that allow us to build packages in a single architecture, and create noarch
# subpackages that will be deployed everywhere. Because the package can only
# be built in certain architectures, the main package has to use
# BuildArch: <nativearch>, or something like that.
# Note that using ExclusiveArch is _wrong_, because it will prevent the noarch
# packages from getting into the excluded repositories.
%package	bios
Summary:	Bochs bios
Group:		Emulators
BuildArch:	noarch
Provides:	bochs-bios-data = 2.3.8.1
Obsoletes:	bochs-bios-data < 2.3.8.1


%description	bios
Bochs BIOS is a free implementation of a x86 BIOS
provided by the Bochs project.
It can also be used in other emulators, such as QEMU
%endif

%package	devel
Summary:	Bochs header and source files
Group:		Emulators
Requires:	%{name} = %{version}-%{release}

%description	devel
Header and source files from bochs source.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch7 -p0 -z .nonet

# Fix up some man page paths.
sed -i \
  -e 's|/usr/local/share/doc/bochs/|%{_docdir}/%{name}-%{version}/|' \
  -e 's|/usr/local/share/|%{_datadir}/|' \
  doc/man/*.*
# remove executable bits from sources to make rpmlint happy with the debuginfo
chmod -x `find -name '*.cc' -o -name '*.h' -o -name '*.inc'`
# Fix CHANGES encoding
iconv -f ISO_8859-2 -t UTF8 CHANGES > CHANGES.tmp
mv CHANGES.tmp CHANGES


%build
%ifarch %{ix86} x86_64
ARCH_CONFIGURE_FLAGS=--with-svga
%endif
# Note: the CPU level, MMX et al affect what the emulator will emulate, they
# are not properties of the build target architecture.
# Note2: passing --enable-pcidev will change bochs license from LGPLv2+ to
# LGPLv2 (and requires a kernel driver to be usefull)
CONFIGURE_FLAGS=" \
  --enable-plugins \
  --enable-ne2000 \
  --enable-pci \
  --enable-all-optimizations \
  --enable-clgd54xx \
  --enable-sb16=linux \
  --enable-3dnow
  --with-x11 \
  --with-nogui \
  --with-term \
  --with-rfb \
  --with-sdl \
  --without-wx \
  --enable-cpu-level=6 \
  --enable-disasm \
  --enable-usb \
  --enable-usb-ohci \
  $ARCH_CONFIGURE_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS -DPARANOID"

%configure2_5x $CONFIGURE_FLAGS --enable-x86-debugger --enable-debugger
%make
mv bochs bochs-debugger
make dist-clean

%configure2_5x $CONFIGURE_FLAGS --enable-x86-debugger --enable-gdb-stub
%make
mv bochs bochs-gdb
make dist-clean

%configure2_5x $CONFIGURE_FLAGS
%make

%ifarch %{ix86} x86_64
cd bios
make bios
cp BIOS-bochs-latest BIOS-bochs-kvm
%endif

%install
rm -rf %{buildroot} _installed-docs
make install DESTDIR=%{buildroot}
rm -rf %{buildroot}%{_prefix}/share/bochs/VGABIOS*
ln -s %{_prefix}/share/vgabios/VGABIOS-lgpl-latest.bin %{buildroot}%{_prefix}/share/bochs/VGABIOS-lgpl-latest
ln -s %{_prefix}/share/vgabios/VGABIOS-lgpl-latest.cirrus.bin %{buildroot}%{_prefix}/share/bochs/VGABIOS-lgpl-latest.cirrus
ln -s %{_prefix}/share/vgabios/VGABIOS-lgpl-latest.cirrus.debug.bin %{buildroot}%{_prefix}/share/bochs/VGABIOS-lgpl-latest.cirrus.debug
ln -s %{_prefix}/share/vgabios/VGABIOS-lgpl-latest.debug.bin %{buildroot}%{_prefix}/share/bochs/VGABIOS-lgpl-latest.debug
%ifnarch %{ix86} x86_64
rm -rf %{buildroot}%{_prefix}/share/bochs/*BIOS*
%endif
install -m 755 bochs-debugger bochs-gdb %{buildroot}%{_bindir}
mv %{buildroot}%{_docdir}/bochs _installed-docs
rm %{buildroot}%{_mandir}/man1/bochs-dlx.1*

mkdir -p %{buildroot}%{_prefix}/include/bochs/disasm
cp -pr disasm/*.h %{buildroot}%{_prefix}/include/bochs/disasm/
cp -pr disasm/*.cc %{buildroot}%{_prefix}/include/bochs/disasm/
cp -pr disasm/*.inc %{buildroot}%{_prefix}/include/bochs/disasm/
cp -pr config.h %{buildroot}%{_prefix}/include/bochs/

%files
%doc _installed-docs/* README-*
%{_bindir}/bochs
%{_bindir}/bxcommit
%{_bindir}/bximage
%{_libdir}/bochs/
%{_mandir}/man1/bochs.1*
%{_mandir}/man1/bxcommit.1*
%{_mandir}/man1/bximage.1*
%{_mandir}/man5/bochsrc.5*
%dir %{_datadir}/bochs/
%{_datadir}/bochs/keymaps/

%ifarch %{ix86} x86_64
%files bios
%{_datadir}/bochs/BIOS*
%{_datadir}/bochs/VGABIOS*
%endif

%files debugger
%{_bindir}/bochs-debugger

%files gdb
%{_bindir}/bochs-gdb

%files devel
%{_prefix}/include/bochs/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6-2
+ Revision: 98b8254
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 434 |14cr|bochs-tools-1.6.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		bochs-tools
%define shortname	bochstools
%define version		1.6.4
%define release		7

Name:		%{name}
Version:	%{version}
Release:	%{release}
Source: http://www.bablokb.de/%{name}/%{shortname}-%{version}.tar.bz2
Patch0:		bochstools-1.6.4-_syscall5.patch
License: GPL
URL: http://www.bablokb.de/%{name}/
BuildRoot: %{_tmppath}/%{name}-root
Group: Emulators
Summary: Manipulates Bochs disk-images

%description
Bochs-Tools are a collection of scripts and programs to be used together with
the Bochs-emulator. The main goal was to provide a Unix-like interface to the
emulator and to enable access to Bochs disk-images from outside of Bochs.

The tools were developed under Linux. They might also work on other
operating-systems. Feedback on this issue is appreciated. 

%prep

%setup -q -n %{shortname}-%{version}
%patch0 -p6 -b .syscall5

%build

make -C src VERSION="%{version}"

%install

make UID=0 DESTDIR="$RPM_BUILD_ROOT" PREFIX="%{_prefix}" BINDIR="%{_bindir}" \
    MANDIR="%{_mandir}" CFLAGS="$RPM_OPT_FLAGS" bins install

%clean
if test "/" != "$RPM_BUILD_ROOT"; then rm -rf $RPM_BUILD_ROOT; fi

%files
%defattr(-,root,root)
%doc ChangeLog COPYING NEWS README TODO
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.4-7
+ Revision: 5d871e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 435 |14cr|bodr-10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Blue Obelisk Data Repository
Name:		bodr
Version:	10
Release:	2
License:	MIT
Group:		System/Libraries
Url:		http://blueobelisk.sourceforge.net/
Source0:	http://downloads.sourceforge.net/bodr/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	libxslt-proc
BuildArch:	noarch

%description
It represents a set of common, standardized data for chemoinformatics
in both XML and plain-text formats. This data is open for common use,
under the expectation that others will contribute to the repository,
either via tabulations of additional properties or revisions/comments
on existing data.

The concept is that via shared default data, reproducing computational
chemistry and chemoinformatics will become more reproducible :-).

Currently this encompasses:
* Elements directory
  * element names and symbols
  * atomic masses, covalent radii, van der Waals radii
  * Pauling electronegativities
  * electron affinity
  * ionization potential
  * default element colors for viewers
* Isotopes directory
  * exact masses of most abundant isotopes
  * isotopic masses and abundances
  * spin
  * kinds of decay, percentages and energy
  * magnetic dipole moment
  * halflife

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
%{_datadir}/%{name}/*.xml
%{_datadir}/%{name}/dicts/*.xml
%{_datadir}/pkgconfig/%{name}.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 10-2
+ Revision: 8849f45
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 436 |14cr|bogofilter-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define _requires_exceptions perl

Summary:	Fast anti-spam filtering by Bayesian statistical analysis
Name:		bogofilter
Version:	1.2.4
Release:	1
License:	GPLv2+
Group:		Networking/Mail
URL:		http://bogofilter.sourceforge.net
Source0:	https://sourceforge.net/projects/bogofilter/files/bogofilter-stable/bogofilter-1.2.4/%{name}-%{version}.tar.bz2
BuildRequires:	db-devel
BuildRequires:	gsl-devel
BuildRequires:	valgrind
BuildRequires:	flex
BuildRequires:	xmlto
BuildRequires:	openjade

%description
Bogofilter is a Bayesian spam filter. In its normal mode of
operation, it takes an email message or other text on standard
input, does a statistical check against lists of "good" and
"bad" words, and returns a status code indicating whether or not
the message is spam. Bogofilter is designed with fast algorithms
(including Berkeley DB system), coded directly in C, and tuned for
speed, so it can be used for production by sites that process a
lot of mail.

%prep

%setup -q

%build

%configure2_5x \
    --disable-rpath \
    --disable-transactions \
    --with-database=db \
    --without-included-gsl

%make

%check
make DESTDIR="%{buildroot}" check

%install
%makeinstall_std

mv %{buildroot}%{_sysconfdir}/bogofilter.cf.example %{buildroot}%{_sysconfdir}/bogofilter.cf

##include contrib...some my find it usefull
for d in contrib ; do
  install -d %{buildroot}%{_datadir}/%{name}/$d
  files=$(find "$d" -maxdepth 1 -type f -print)
  for f in $files ; do
    case $f in
      *.c|*.o|*.obj|*/Makefile*) continue ;;
      *.1)
    cp -p $f %{buildroot}%{_mandir}/man1 ;;
      *)
    cp -p $f %{buildroot}%{_datadir}/%{name}/$d ;;
    esac
  done
done

# it gets built, so why not install it?
##it is only needed to run check during build and does not need to be installed CAE
#install -m755 contrib/bogogrep %{buildroot}%{_bindir}/

# prepare for doc inclusion
for n in xml html ; do
  install -d .inst/$n
  install -m644 doc/*.$n .inst/$n
done

%files
%doc AUTHORS GETTING.STARTED Doxyfile NEWS
%doc README* RELEASE.NOTES
%doc RELEASE.NOTES* TODO bogofilter.cf.example
%doc doc/README* doc/bogofilter-SA*
%doc doc/integrating-* 
%doc doc/rpm.notes.BerkeleyDB 
%doc .inst/html .inst/xml
%doc trio/AUTHORS trio/CHANGES trio/README 
%doc contrib/README*
%config(noreplace) %{_sysconfdir}/bogofilter.cf
%{_bindir}/*
%{_datadir}/bogofilter
%{_mandir}/man1/*

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.4-1
+ Revision: 6f6f35d
- Updated to 1.2.4 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 437 |14cr|bogosec-20050315-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           bogosec
Version:        20050315
Release:        8
Epoch:          0
Summary:        Source code security quality metric
URL:            http://bogosec.sourceforge.net/
Source0:        http://download.sourceforge.net/bogosec/bogosec-%{version}.tar.bz2
Patch0:         %{name}-build.patch
License:        CPL
Group:          Development/Other
Requires:       flawfinder
Requires:       gzip
Requires:       perl
Requires:       rpm
Requires:       rpm-build
Requires:       tar
BuildRequires:  flawfinder
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
BogoSec is a command-line perl script that wraps various scanners 
available on the system. Currently, BogoSec has support to analyze C/C++ 
code. Easily extendabile framework (with accompanying perl modules for 
each scanner).

%prep
%setup -q
%patch0 -p1

%build
./configure

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc README
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0755,root,root) %{_bindir}/%{name}_wrapper
%{_datadir}/%{name}
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/%{name}.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:20050315-8
+ Revision: 940ea6c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 438 |14cr|boinc-client-7.2.42-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Summary:	The BOINC client core
Name:		boinc-client
Version:	7.2.42
Release:	4
License:	LGPLv2+
Group:		Sciences/Other
URL:		http://boinc.berkeley.edu/
# The source for this package was pulled from upstream's vcs. Use the
# following commands to generate the tarball:
# git clone git://boinc.berkeley.edu/boinc-v2.git boinc
# pushd boinc
# git checkout client_release/7.2/%{version}
# ./_autosetup
# ../trim . Trim all binaries and other unnecessary things.
# rm -rf .git*
# popd
# tar -cJvf boinc-%%{version}.tar.xz boinc
# Full changelog: http://boinc.berkeley.edu/dev/forum_thread.php?id=8378
Source0:	boinc-%{version}.tar.xz
Source1:	boinc-client-systemd
Source2:	boinc-client-logrotate-d
Source3:	boinc-manager.desktop
Source4:	trim
# Wrapper to fix GPU detection (fedora)
Source5:	boinc_gpu
# Create password file rw for group, this enables passwordless connection
# of manager from users of the boinc group.
# This won't be probably upstreamed as it might be unsafe for common usage
# without setting proper group ownership of the password file.
Patch0:		boinc-7.2.39-guirpcauth.patch
# Backport patch from 7.3 branch to fix idle time detection (fedora)
Patch1:		boinc-7.2.39-idledetect.patch
BuildRequires:	curl-devel
BuildRequires:	wxgtku-devel
BuildRequires:	gettext
BuildRequires:	jpeg-devel
BuildRequires:	openssl-devel
BuildRequires:	docbook2x
BuildRequires:	sqlite3-devel
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	xcb-util-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	icoutils
Requires:	logrotate

%description
The Berkeley Open Infrastructure for Network Computing (BOINC) is an open-
source software platform which supports distributed computing, primarily in
the form of "volunteer" computing and "desktop Grid" computing.  It is well
suited for problems which are often described as "trivially parallel".  BOINC
is the underlying software used by projects such as SETI@home, Einstein@Home,
ClimatePrediciton.net, the World Community Grid, and many other distributed
computing projects.

This package installs the BOINC client software, which will allow your
computer to participate in one or more BOINC projects, using your spare
computer time to search for cures for diseases, model protein folding, study
global warming, discover sources of gravitational waves, and many other types
of scientific and mathematical research.

%package -n boinc-manager
Summary:	GUI to control and monitor %{name}
Group:		Sciences/Other
Requires:	%{name} = %{version}-%{release}

%description -n boinc-manager
The BOINC Manager is a graphical monitor and control utility for the BOINC
core client. It gives a detailed overview of the state of the client it is
monitoring. The BOINC Manager has two modes of operation, the "Simple View" in
which it only displays the most important information and the "Advanced View"
in which all information and all control elements are available.

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Requires:	openssl-devel
Requires:	mysql-devel

%description devel
This package contains development files for %{name}.

%package static
Summary:	Static libraries for %{name}
Group:		Sciences/Other
Requires:	%{name}-devel = %{version}-%{release}

%description static
This package contains static libraries for %{name}.

%package doc
Summary:	Documentation files for %{name}
Group:		Sciences/Other
BuildArch:	noarch
Requires:	%{name} = %{version}-%{release}

%description doc
This package contains documentation files for %{name}.

%prep
%setup -qn boinc
%apply_patches

# fix utf8
iconv -f ISO88591 -t UTF8 < checkin_notes_2004 > checkin_notes_2004.utf8
touch -r checkin_notes_2004 checkin_notes_2004.utf8
mv checkin_notes_2004.utf8 checkin_notes_2004

iconv -f ISO88591 -t UTF8 < checkin_notes_2005 > checkin_notes_2005.utf8
touch -r checkin_notes_2005 checkin_notes_2005.utf8
mv checkin_notes_2005.utf8 checkin_notes_2005

iconv -f ISO88591 -t UTF8 < checkin_notes_2009 > checkin_notes_2009.utf8
touch -r checkin_notes_2009 checkin_notes_2009.utf8
mv checkin_notes_2009.utf8 checkin_notes_2009

iconv -f ISO88591 -t UTF8 < checkin_notes_2010 > checkin_notes_2010.utf8
touch -r checkin_notes_2010 checkin_notes_2010.utf8
mv checkin_notes_2010.utf8 checkin_notes_2010

iconv -f ISO88591 -t UTF8 < checkin_notes_2011 > checkin_notes_2011.utf8
touch -r checkin_notes_2011 checkin_notes_2011.utf8
mv checkin_notes_2011.utf8 checkin_notes_2011

%build
%ifarch x86_64
%global boinc_platform x86_64-pc-linux-gnu
%else
%global boinc_platform i686-pc-linux-gnu
%endif

./_autosetup

%configure2_5x	--disable-dependency-tracking \
		--disable-fcgi \
		--disable-shared \
		--disable-server \
		--enable-client \
		--enable-manager \
		--enable-unicode \
		--enable-dynamic-client-linkage \
		--with-ssl \
		--with-x \
		--with-boinc-platform=%{boinc_platform}

# Disable rpaths
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
mkdir -p %{buildroot}%{_iconsdir}/hicolor/256x256/apps
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_localstatedir}/lib/boinc
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d/

%makeinstall_std

chmod a-x %{buildroot}%{_sysconfdir}/sysconfig/%{name}

pushd %{buildroot}%{_bindir}

# use symlink instead of hardlink
rm boinc
cat > boinc <<EOF
#!/bin/bash
# wrapper script that redirects stdout/stderr to correct log paths

# we allow multiple clients so that the client does not think there is another instance running (namely this wrapper)
%{_bindir}/boinc_client --allow_multiple_clients \$@ >> %{_localstatedir}/log/boinc.log 2>> %{_localstatedir}/log/boincerr.log 
EOF
chmod a+x boinc

# remove libtool archives
rm %{buildroot}%{_libdir}/*.la

popd

# own systemd script and logrotate configuration file
rm -f %{buildroot}%{_sysconfdir}/init.d/%{name} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -p -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -p -m 0755 %{SOURCE5} %{buildroot}%{_bindir}

# create .png for app icon and install .desktop file
icotool -x -i 2 clientgui/res/BOINCGUIApp.ico -o %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/boincmgr.png
install -Dp -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/applications/boinc-manager.desktop

%find_lang BOINC-Client
%find_lang BOINC-Manager

# bash-completion
install -Dp -m 0644 client/scripts/boinc.bash %{buildroot}%{_sysconfdir}/bash_completion.d/boinc-client

%pre
getent group boinc >/dev/null || groupadd -r boinc
getent passwd boinc >/dev/null || \
useradd -r -g boinc -d %{_localstatedir}/lib/boinc -s /sbin/nologin -c "BOINC client account." boinc
exit 0

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_service %{name}

%files -f BOINC-Client.lang
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/bash_completion.d/
%doc COPYING COPYRIGHT
%{_bindir}/boinc
%{_bindir}/boinc_client
%{_bindir}/boinccmd
%{_bindir}/boinc_gpu
%{_bindir}/switcher
%{_unitdir}/%{name}.service
%{_mandir}/man?/boinccmd.?.*
%{_mandir}/man?/boinc.?.*
%defattr(-,boinc,boinc,-)
%{_localstatedir}/lib/boinc/

%files doc
%doc checkin_notes checkin_notes_*

%files -n boinc-manager -f BOINC-Manager.lang
%{_bindir}/boincmgr
%{_bindir}/boincscr
%{_datadir}/applications/boinc-manager.desktop
%{_iconsdir}/*/*/apps/boincmgr.*
%{_mandir}/man?/boincmgr.?.*

%files static
%{_libdir}/libboinc.a
%{_libdir}/libboinc_api.a
%{_libdir}/libboinc_crypt.a
%{_libdir}/libboinc_graphics2.a
%{_libdir}/libboinc_opencl.a

%files devel
%{_includedir}/boinc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.2.42-4
+ Revision: fec83e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 439 |14cr|BomberInstinct-0.8.9-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	BomberInstinct
%define version 0.8.9
%define release 14

Summary:	Kill the other players with bombs that throw flames
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Games/Arcade
Source:		%{name}-%{version}.tar.bz2
Source1:	%{name}-48.png.bz2
Source2:	%{name}-32.png.bz2
Source3:	%{name}-16.png.bz2
Patch:      BomberInstinct-fix_missing_level.diff
URL:		http://bomberinstinct.sourceforge.net/index.html
BuildRoot:	%_tmppath/%{name}-%{version}-%{release}-root
BuildRequires:	libSDL_mixer-devel >= 1.2.0

%description
BomberInstinct is part like Bomberman, because you must kill
the other players with bombs that throw flames vertically and
horizontally, but it's much more strategical because you have to
do with the elements of a maze (arrows, tunnels, teleportations,
and many more...), and with the special powers of each character.
(multiplayer on one computer only)

%prep
%setup -q
%patch -p0

%build
%configure	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir}
		
%make CXXFLAGS="-DNDEBUG %optflags"

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=BomberInstinct
Comment=Bomberman clone
Exec=%_gamesbindir/bi
Icon=BomberInstinct
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF

#gw missing file(s):
cp data/Sprites/*.spr %buildroot%{_gamesdatadir}/BomberInstinct/Sprites

mkdir -p $RPM_BUILD_ROOT{%{_liconsdir},%_miconsdir}
bzcat %{SOURCE1} > $RPM_BUILD_ROOT%{_liconsdir}/%name.png
bzcat %{SOURCE2} > $RPM_BUILD_ROOT%{_iconsdir}/%name.png
bzcat %{SOURCE3} > $RPM_BUILD_ROOT%{_miconsdir}/%name.png

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog LISEZMOI LISEZMOI.Nived README README.Nived  
%doc docs/*.html docs/img scenario.txt 
%{_gamesbindir}/bi
%{_gamesbindir}/nived
%{_gamesbindir}/spred
%{_gamesdatadir}/BomberInstinct
%{_iconsdir}/%name.png
%{_iconsdir}/mini/%name.png
%{_liconsdir}/%name.png
%_datadir/applications/mandriva*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.9-14
+ Revision: 5058e2a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 440 |14cr|bonk-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			bonk
Version:		0.6
Release:		2
Summary:		A lossy and lossless audio coder
License:		GPLv2
Group:			Sound
URL:			http://www.logarithmic.net/pfh/bonk/
Source:			http://etree.org/shnutils/shntool/support/formats/bonk/win32/%{version}/%{name}-%{version}-shntool.tar.gz
Patch1:			%{name}-gcc4.patch
BuildRoot:		%{_tmppath}/%{name}-%{version}-build

%description
Bonk is high quality audio compression program. It can operate
in either lossless or lossy mode. In lossless mode, the exact
original WAV file can be recovered from the compressed file. In
lossy mode, some information is discarded in the compressed file,
yielding a much higher compression ratio. The information
discarded is perceptually unimportant, and the result should be
a *perceptually* lossless encoding. Bonk can compress some types
of sounds more than others, so the actual bit-rate achieved varies.

In lossy mode, it can compress some types of sound to as low as
95 kbps (a compression ration of 14:1) while maintaining
perceptually lossless CD quality stereo. In general, the
compression ratio achieved by Bonk is slightly higher than that
achieved using the more common MP3 format, for equivalent sound
quality. In particular it copes with transients (eg clapping,
drum beats) better. Performance on purely tonal sound is roughly
equivalent to MP3.

In lossless mode the compression ratio is typically around 2:1.

This version is patched with shntool patch.

%prep
%setup -q -n %{name}-%{version}-shntool
%patch1 -p1

%build
%make

%install
%__rm -rf %{buildroot}
%__install -dm 755  %{buildroot}%{_bindir}
%__install -m 755 %{name} %{buildroot}%{_bindir}

%clean
%__rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc README COPYING
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-2
+ Revision: 91b2eda
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 441 |14cr|bonsai-1.3.9-0.20051228.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot	20051228

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(CGI.pl.*|perl\\(SourceChecker.*'
%else
%define _requires_exceptions perl(\\(CGI.pl\\|SourceChecker\\))
%endif

Name:		bonsai
Version:	1.3.9
Release:	0.%{snapshot}.10
Summary:	A query interface to the CVS source repository
License:	MPL
Group:		Networking/WWW
URL:		http://www.mozilla.org/projects/bonsai/
Source0:	%{name}-%{snapshot}.tar.bz2
Source1:	%{name}.README.mdk.bz2
Patch0:		%{name}-20051228.fhs.patch
Requires:	perl-DBD-mysql
BuildArch:	noarch

%description
Bonsai is a really cool idea on how to "see" changes taking place during a
development cycle. The original implementation was by Terry Weissman, first
done in TCL, then later ported to Perl. It's built to run against CVS using
Perl, MySQL, and your favorite webserver to display checkin history, log
information, diffs, and other assorted pieces of information in easy to parse
HTML.

%prep
%setup -q -n %{name}
%patch0 -p1

find . -name CVS -o -name .cvsignore | xargs rm -rf

# fix paths
find . -type f | xargs perl -pi -e "s|/usr/bonsaitools/bin|%{_bindir}|g"

%build

%install
install -d -m 755 %{buildroot}%{_var}/www/%{name}
install -m 755 *.cgi %{buildroot}%{_var}/www/%{name}
cp -pr *.html *.gif robots.txt %{buildroot}%{_var}/www/%{name}

install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/%{name}/lib
install -d -m 755 %{buildroot}%{_datadir}/%{name}/bin
install -m 644 CGI.pl \
		addcheckin.pl \
		adminfuncs.pl \
		adminmail.pl \
		createlegaldirs.pl \
		cvsblame.pl \
		cvsindex.pl \
		cvsmenu.pl \
		cvsquery.pl \
		defparams.pl \
		dolog.pl \
		get_line.pl \
		globals.pl \
		handleAdminMail.pl \
		handleCheckinMail.pl \
		header.pl \
		indextest.pl \
		lloydcgi.pl \
		modules.pl \
		processqueue.pl \
		reposfiles.pl \
		testlock.pl \
		%{buildroot}%{_datadir}/%{name}/lib
install -m 755 addcheckin.pl \
		adminmail.pl \
		createlegaldirs.pl \
		cvsblame.pl \
		cvsindex.pl \
		handleAdminMail.pl \
		handleCheckinMail.pl \
		processqueue.pl \
		reposfiles.pl \
		testlock.pl \
		maketables.sh \
		trapdoor \
		%{buildroot}%{_datadir}/%{name}/bin

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 treeconfig.pl.in %{buildroot}%{_sysconfdir}/%{name}/treeconfig.pl
install -m 644 cvsgraph.conf %{buildroot}%{_sysconfdir}/%{name}

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration
Alias /%{name} %{_var}/www/%{name}

<Directory %{_var}/www/%{name}>
    Options ExecCGI
    DirectoryIndex toplevel.cgi
    Require all granted
</Directory>
EOF

%clean



%files
%doc README INSTALL CHANGES
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}
%{_var}/www/%{name}
%{_datadir}/%{name}
%attr(-,apache,apache) %{_localstatedir}/lib/%{name}


%changelog
* Mon Oct 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.3.9-0.20051228.10
+ Revision: 78c217a
- Adopted for Apache 2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 442 |14cr|boolstuff-0.1.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		boolstuff
Summary:	Disjunctive Normal Form boolean expression library and example
Version:	0.1.15
Release:	2
License:	GPLv2+
Group:		Development/C++
Source:		http://sarrazip.com/dev/%{name}-%{version}.tar.gz
URL:		http://sarrazip.com/dev/boolstuff.html

%description
This library contains an algorithm that converts a boolean expression
binary tree into the Disjunctive Normal Form. The NOT operator
is supported.
A command that calls this library is also provided.

%files
%defattr(-, root, root)
%{_bindir}/*
%{_mandir}/man1/booldnf*

#--------------------------------------------------------------------------#

%define soname 0
%define api 0.1
%define libname %mklibname boolstuff%{api}_ %soname

%package -n %{libname}
Summary:  Disjunctive Normal Form boolean expression library
Group:    Development/C++

%description -n %{libname}
This library contains an algorithm that converts a boolean expression
binary tree into the Disjunctive Normal Form. The NOT operator
is supported.

%files -n %{libname}
%defattr(-, root, root)
%{_libdir}/libboolstuff-%{api}.so.%{soname}*
%{_mandir}/man3/boolstuff*
# do we need to redistribute the GPLv2 license? (INSTALL file)
%doc %{_defaultdocdir}/*

#--------------------------------------------------------------------------#

%define develname %mklibname boolstuff -d

%package -n %{develname}
Summary:  C++ header files for the boolstuff library
Group:    Development/C++
Requires: %{libname} = %{version}
Provides: %{name}-devel = %{version}-%{release}
Provides: libboolstuff-devel = %{version}-%{release}

%description -n %{develname}
C++ header files for the Disjunctive Normal Form boolean expression library.

%files -n %{develname}
%defattr(-, root, root)
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*

#--------------------------------------------------------------------------#
%prep
%setup -q

%build
# autoargh listao
./autogen.sh \
	--prefix %_prefix \
	--libdir=%{_libdir}

%make

%install
%makeinstall_std






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.15-2
+ Revision: 7f53372
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 443 |14cr|boomaga-0.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# lang file listed twice
%define git 0
%define _files_listed_twice_terminate_build 0
%define cups_serverbin  %{_exec_prefix}/lib/cups
%define printer_name    "Boomaga"
%define date 20131205

Summary:    A virtual printer for viewing a document before printing
Name:       boomaga
Version:    0.6.0
License:    LGPLv2.1
Group:      System/Printing
Url:        http://boomaga.github.io/
%if %{git}
Release:    0.git%{date}.1
Source0:     https://github.com/Boomaga/boomaga/archive/master.tar.gz
%else
Release:    3
Source0:    https://github.com/Boomaga/boomaga/archive/v%{version}.tar.gz
%endif


BuildRequires:  qt4-devel
BuildRequires:  cups-devel
BuildRequires:  %{_lib}snappy-devel
BuildRequires:  pkgconfig(poppler)
BuildRequires:  pkgconfig(poppler-cpp)
BuildRequires:  cmake


%description
Boomaga (BOOklet MAnager) is a virtual printer for viewing a document before
printing it out using the physical printer.
The program is very simple to work with. Running any program, click “print”
and select “Boomaga” to see in several seconds (CUPS takes some time to
respond) the Boomaga window open.
If you print out one more document, it gets added to the previous one, and you
can also print them out as one.
Regardless of whether your printer supports duplex printing or not, you would
be able to easily print on both sides of the sheet.

%prep
%if %{git}
    %setup -q -n boomaga-master
%else
    %setup -q
%endif

%build
%cmake
%make


%install
%makeinstall_std -C build


%find_lang %{name} --with-qt
%files -f %{name}.lang
%doc COPYING README.md
%{_bindir}/%{name}
%{_exec_prefix}/lib/boomaga/*
%{cups_serverbin}/backend/boomaga
%{cups_serverbin}/filter/boomaga_pstopdf
%{_datadir}/dbus-1/services/org.boomaga.service
%{_mandir}/man1/boomaga.1*
%{_datadir}/ppd/boomaga/boomaga.ppd
%{_datadir}/applications/*
%{_datadir}/icons/*
%{_datadir}/mime/*


%post
if [ $1 = 1 ]; then
    lpadmin -h localhost -p "%{printer_name}" -v "boomaga:/" -E -m "lsb/usr/boomaga/boomaga.ppd" -o printer-is-shared=no -o PageSize=a4
fi


%postun
lpadmin -x "Boomaga"

%changelog
* Mon Sep 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-3
+ Revision: 443257f
- Updated to 0.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 444 |14cr|bootchart-2.0.11.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pybootchartgui_rev r124

%define bootchart2_version 0.11.4

Name:           bootchart
Version:        2.%{bootchart2_version}
Release:        3
Summary:        Boot Process Performance Visualization
License:        GPLv3
Url:            http://www.bootchart.org/
Source0:        http://github.com/mmeeks/bootchart/%{name}2-%{bootchart2_version}.tar.bz2
Group:          Monitoring
BuildRoot:      %_tmppath/%name-%version-buildroot
BuildRequires: python-devel
Obsoletes:	bootchart-logger < 2.0.0.9
Provides:	bootchart-logger = %{version}-%{release}


%description
Bootchart is a tool for performance analysis and visualization of the GNU/Linux
boot process.  Resource utilization and process information are collected
during the boot process and can later be displayed in a PNG, SVG or EPS-encoded
chart.


%prep
%setup -q -n %{name}2-%{bootchart2_version}

%build
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std PY_LIBDIR=%py_platlibdir 

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,)
%doc COPYING README.* TODO README
%_bindir/pybootchartgui
%py_platsitedir/pybootchartgui
/sbin/bootchartd
%config(noreplace) %_sysconfdir/bootchartd.conf
%dir /lib/bootchart
%dir /lib/bootchart/tmpfs
%dir /lib/bootchart/bootchart-collector



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.11.4-3
+ Revision: b971ecf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 445 |14cr|bootsplash-themes-2.1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name bootsplash-themes
%define version 2.1.0
%define release 8
%define scriptdir %{_datadir}/bootsplash/scripts/

Summary:	Bootsplash themes
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source:		%{name}-%{version}.tar.bz2
License:	GPL
Group:		System/Kernel and hardware
BuildRoot:	%{_tmppath}/%{name}-buildroot
Url:		http://www.mandrivalinux.com/cgi-bin/cvsweb.cgi/soft/bootsplash/
Requires:	bootsplash
Requires:	mandriva-theme

BuildArch: noarch

%description
Additional themes for bootsplash:
- Linux
- Ayo
- Ayo-73labAllstar
- Ayo-ElvinTooka
- Ayo-FrozenBubble
- Ayo-Misspingus3
- Ayo-Misspingus4

"-tux" themes use Tux logo instead of theme picture in console

%prep
%setup -q

%build
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
rm -rf $RPM_BUILD_ROOT{%_sysconfdir,%_datadir}/bootsplash/themes/{RadiantStar,Enterprise{,-spot}}

%post
# update current theme
if [ -x %scriptdir/switch-themes ]; then 
    %scriptdir/switch-themes -u
fi
 
%postun
# switch back to Mandriva theme on full removal
if [ "$1" = "0" ]; then
  if [ -x %scriptdir/switch-themes ]; then 
    %scriptdir/switch-themes Mandriva
  fi
fi

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root)
%doc README

%dir %_datadir/bootsplash/themes/Linux
%_datadir/bootsplash/themes/Linux/*
%dir %_sysconfdir/bootsplash/themes/Linux
%config(noreplace) %_sysconfdir/bootsplash/themes/Linux/*

%dir %_datadir/bootsplash/themes/Ayo
%_datadir/bootsplash/themes/Ayo/*
%dir %_sysconfdir/bootsplash/themes/Ayo
%config(noreplace) %_sysconfdir/bootsplash/themes/Ayo/*

%dir %_datadir/bootsplash/themes/Ayo-73labAllstar
%_datadir/bootsplash/themes/Ayo-73labAllstar/*
%dir %_sysconfdir/bootsplash/themes/Ayo-73labAllstar
%config(noreplace) %_sysconfdir/bootsplash/themes/Ayo-73labAllstar/*

%dir %_datadir/bootsplash/themes/Ayo-ElvinTooka
%_datadir/bootsplash/themes/Ayo-ElvinTooka/*
%dir %_sysconfdir/bootsplash/themes/Ayo-ElvinTooka
%config(noreplace) %_sysconfdir/bootsplash/themes/Ayo-ElvinTooka/*

%dir %_datadir/bootsplash/themes/Ayo-FrozenBubble
%_datadir/bootsplash/themes/Ayo-FrozenBubble/*
%dir %_sysconfdir/bootsplash/themes/Ayo-FrozenBubble
%config(noreplace) %_sysconfdir/bootsplash/themes/Ayo-FrozenBubble/*

%dir %_datadir/bootsplash/themes/Ayo-Misspingus3
%_datadir/bootsplash/themes/Ayo-Misspingus3/*
%dir %_sysconfdir/bootsplash/themes/Ayo-Misspingus3
%config(noreplace) %_sysconfdir/bootsplash/themes/Ayo-Misspingus3/*

%dir %_datadir/bootsplash/themes/Ayo-Misspingus4
%_datadir/bootsplash/themes/Ayo-Misspingus4/*
%dir %_sysconfdir/bootsplash/themes/Ayo-Misspingus4
%config(noreplace) %_sysconfdir/bootsplash/themes/Ayo-Misspingus4/*

# -tux themes

%dir %_datadir/bootsplash/themes/Mandriva-tux
%_datadir/bootsplash/themes/Mandriva-tux/*
%dir %_sysconfdir/bootsplash/themes/Mandriva-tux
%config(noreplace) %_sysconfdir/bootsplash/themes/Mandriva-tux/*

%dir %_datadir/bootsplash/themes/Enterprise-tux
%_datadir/bootsplash/themes/Enterprise-tux/*
%dir %_sysconfdir/bootsplash/themes/Enterprise-tux
%config(noreplace) %_sysconfdir/bootsplash/themes/Enterprise-tux/*

%dir %_datadir/bootsplash/themes/Enterprise-spot-tux
%_datadir/bootsplash/themes/Enterprise-spot-tux/*
%dir %_sysconfdir/bootsplash/themes/Enterprise-spot-tux
%config(noreplace) %_sysconfdir/bootsplash/themes/Enterprise-spot-tux/*

%dir %_datadir/bootsplash/themes/Ayo-tux
%_datadir/bootsplash/themes/Ayo-tux/*
%dir %_sysconfdir/bootsplash/themes/Ayo-tux
%config(noreplace) %_sysconfdir/bootsplash/themes/Ayo-tux/*

%dir %_datadir/bootsplash/themes/Ayo-73labAllstar-tux
%_datadir/bootsplash/themes/Ayo-73labAllstar-tux/*
%dir %_sysconfdir/bootsplash/themes/Ayo-73labAllstar-tux
%config(noreplace) %_sysconfdir/bootsplash/themes/Ayo-73labAllstar-tux/*

%dir %_datadir/bootsplash/themes/Ayo-ElvinTooka-tux
%_datadir/bootsplash/themes/Ayo-ElvinTooka-tux/*
%dir %_sysconfdir/bootsplash/themes/Ayo-ElvinTooka-tux
%config(noreplace) %_sysconfdir/bootsplash/themes/Ayo-ElvinTooka-tux/*

%dir %_datadir/bootsplash/themes/Ayo-FrozenBubble-tux
%_datadir/bootsplash/themes/Ayo-FrozenBubble-tux/*
%dir %_sysconfdir/bootsplash/themes/Ayo-FrozenBubble-tux
%config(noreplace) %_sysconfdir/bootsplash/themes/Ayo-FrozenBubble-tux/*

%dir %_datadir/bootsplash/themes/Ayo-Misspingus3-tux
%_datadir/bootsplash/themes/Ayo-Misspingus3-tux/*
%dir %_sysconfdir/bootsplash/themes/Ayo-Misspingus3-tux
%config(noreplace) %_sysconfdir/bootsplash/themes/Ayo-Misspingus3-tux/*

%dir %_datadir/bootsplash/themes/Ayo-Misspingus4-tux
%_datadir/bootsplash/themes/Ayo-Misspingus4-tux/*
%dir %_sysconfdir/bootsplash/themes/Ayo-Misspingus4-tux
%config(noreplace) %_sysconfdir/bootsplash/themes/Ayo-Misspingus4-tux/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-8
+ Revision: 77c39b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 446 |14cr|bos-2.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname boswars

Summary:	A real time strategy game
Name:		bos
Version:	2.7
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.boswars.org/
Source0:	http://www.boswars.org/dist/releases/%{oname}-%{version}-src.zip
# It doesn't provide it's own icon yet
# Found this on their patch tracker
Source11:	%{name}-16.png
Source12:	%{name}-32.png
Source13:	%{name}-48.png
Patch0:		boswars-2.6.1-scons-blows.patch
Patch1:		boswars-2.7-compat-lua-5.1.patch
BuildRequires:	imagemagick
BuildRequires:	scons
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
Provides:	%{oname} = %{EVRD}

%description
Invasion - Battle of Survival is a real-time strategy game using
the Stratagus game engine.

%files
%doc doc/*
%dir %{_gamesdatadir}/bos/
%{_gamesdatadir}/bos/*
%{_gamesbindir}/bos
%{_gamesbindir}/boswars
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n boswars-%{version}-src
%patch0 -p0
%patch1 -p1

%build
%setup_compile_flags
scons opengl=1

%install
mkdir -p %{buildroot}%{_gamesbindir}
mkdir -p %{buildroot}%{_gamesdatadir}/bos
install -m755 build/boswars-release %{buildroot}%{_gamesbindir}/boswars

cp -ra campaigns graphics intro languages maps scripts sounds units %{buildroot}%{_gamesdatadir}/bos/
cat << EOF > ./bos.sh
#!/bin/sh
boswars \$@ -d %{_gamesdatadir}/bos/
EOF
install -m755 ./bos.sh -D %{buildroot}%{_gamesbindir}/bos

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Bos Wars
Comment=Invasion: Battle of survival - a real time strategy game
Exec=%{_gamesbindir}/bos
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;StrategyGame;
EOF



%changelog
* Wed Aug 06 2014 abondrov <andrey.bondrov@rosalab.ru> 2.7-1
+ Revision: d5f46a9
- New version 2.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 447 |14cr|botan-1.10.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.10
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} %{api} -d

Summary:	Crypto library written in C++
Name:		botan
Version:	1.10.3
Release:	3
License:	BSD
Group:		System/Libraries
Url:		http://botan.randombit.net/
Source0:	http://files.randombit.net/botan/v%(echo %{version} |cut -d. -f1-2)/Botan-%{version}.tbz
BuildRequires:	bzip2-devel
BuildRequires:	gmp-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
Botan is a BSD-licensed crypto library written in C++. It provides a
wide variety of basic cryptographic algorithms, X.509 certificates and
CRLs, PKCS \#10 certificate requests, a filter/pipe message processing
system, and a wide variety of other features, all written in portable
C++. The API reference, tutorial, and examples may help impart the
flavor of the library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
Botan is a BSD-licensed crypto library written in C++. It provides a
wide variety of basic cryptographic algorithms, X.509 certificates and
CRLs, PKCS \#10 certificate requests, a filter/pipe message processing
system, and a wide variety of other features, all written in portable
C++. The API reference, tutorial, and examples may help impart the
flavor of the library.

%files -n %{libname}
%{_libdir}/libbotan-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc _doc/readme.txt
%doc doc/examples
%{_includedir}/%{name}-%{api}/
%{_bindir}/botan-config-%{api}
%{_libdir}/libbotan-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -qn Botan-%{version}

# Update permissions for debuginfo package
find . -name "*.c" -o -name "*.h" -o -name "*.cpp" |xargs chmod 0644

%build
# we have the necessary prerequisites, so enable optional modules
%define enable_modules gnump,bzip2,zlib,openssl

# fixme: maybe disable unix_procs, very slow.
%define disable_modules %{nil}

./configure.py \
        --prefix=%{_prefix} \
        --libdir=%{_lib} \
        --cc=gcc \
        --os=linux \
        --cpu=%{_arch} \
        --enable-modules=%{enable_modules} \
        --disable-modules=%{disable_modules}

# (ab)using CXX as an easy way to inject our CXXFLAGS
make CXX="g++ ${CXXFLAGS:-%{optflags}}" %{?_smp_mflags}

%install
make install \
	DESTDIR=%{buildroot}%{_prefix} \
	DOCDIR=_doc \
	INSTALL_CMD_EXEC="install -p -m 755" \
	INSTALL_CMD_DATA="install -p -m 644" \

rm -f %{buildroot}%{_libdir}/*.a

%check
make CXX="g++ ${CXXFLAGS:-%{optflags}}" %{?_smp_mflags} check

# these checks would fail
mv checks/validate.dat{,.orig}
awk '/\[.*\]/{f=0} /\[(RC5.*|RC6|IDEA)\]/{f=1} (f && !/^#/){sub(/^/,"#")} {print}' \
    checks/validate.dat.orig > checks/validate.dat
LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate


%changelog
* Mon Aug 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.10.3-3
+ Revision: 5827198
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 448 |14cr|bouml-4.22.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	UML 2 tool box to specify and generate code in C++, Java, IDL, PHP and Python
Name:		bouml
Version:	4.22.2
%define file_project_version	4.22
%define bouml_doc_version	4.21
Release:	2
License:	GPLv2+
Group:		Development/Other
URL:		http://bouml.free.fr
Source0:	http://downloads.sourceforge.net/bouml/%{name}_%{version}.tar.gz
Patch01:	bouml-mandriva-doc-path-fix.patch
Patch02:	bouml-help-use-xdg-open.patch
BuildRequires:	gcc-c++
BuildRequires:	qt3-devel
%if %{mdkversion} < 200800
BuildRequires:	desktop-file-utils
%endif
Requires:	xdg-utils
Suggests:	bouml-doc >= %{bouml_doc_version}
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
BOUML is a free Unified Modeling Language (UML 2) tool box allowing you
to specify and generate code in C++, Java, Idl, Php and Python.
You can use it to create nearly all of UML diagrams.
BOUML can generate code from those diagrams in
C++, Java, IDL, PHP and Python, and can also reverse existing code.

The program supports class diagrams, sequence diagrams, collaboration diagrams,
object diagrams, use case diagrams, component diagrams, state diagrams,
activity diagrams, component diagrams and deployment diagrams.

%prep
%setup -q -n %{name}_%{version}
%patch01 -p1 -b .mandriva-doc-path-fix
%patch02 -p1 -b .help-use-xdg-open

%build
%make QTDIR=%{qt3dir} QMAKE=%{qt3dir}/bin/qmake BOUML_LIB=%{_libdir}/%{name}

%install
rm -rf %{buildroot}
%makeinstall_std BOUML_LIB=%{_libdir}/%{name}
%if %{mdkversion} < 200800
desktop-file-install \
	--vendor="" \
	--add-category="X-MandrivaLinux-MoreApplications-Development" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*
%endif

cat > README.%{file_project_version}.upgrade.urpmi <<EOF
Because the format of the BOUML files is changed in BOUML %{file_project_version},
the previous releases (BOUML < %{file_project_version}) cannot read a project
saved with this version. Obviously this release is able to read
the projects made by previous releases of BOUML.
EOF

%if %mdkversion < 200900
%post
%update_icon_cache hicolor
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%update_icon_cache hicolor
%{clean_menus}
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README README.*.upgrade.urpmi historic.html licence.txt
%{_bindir}/%{name}
%{_bindir}/projectControl
%{_bindir}/projectSynchro
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/projectControl.png
%{_iconsdir}/hicolor/16x16/apps/projectSynchro.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/projectControl.png
%{_iconsdir}/hicolor/32x32/apps/projectSynchro.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/projectControl.png
%{_iconsdir}/hicolor/48x48/apps/projectSynchro.png
%{_iconsdir}/hicolor/64x64/apps/%{name}.png
%{_iconsdir}/hicolor/64x64/apps/projectControl.png
%{_iconsdir}/hicolor/64x64/apps/projectSynchro.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.22.2-2
+ Revision: b8de142
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 449 |14cr|bouml-doc-4.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Bouml reference manual
Name:		bouml-doc
Version:	4.21
Release:	2
License:	GPLv2+
Group:		Development/Other
URL:		http://bouml.free.fr
Source0:	http://downloads.sourceforge.net/bouml/doc%{version}.tar.gz
Source1:	http://downloads.sourceforge.net/bouml/doc%{version}_A4.pdf
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
BOUML is a free Unified Modeling Language (UML 2) tool box allowing you
to specify and generate code in C++, Java, Idl, Php and Python.
You can use it to create nearly all of UML diagrams.
BOUML can generate code from those diagrams in
C++, Java, IDL, PHP and Python, and can also reverse existing code.

Contains reference manual.

%prep
%setup -q -c %{name}-%{version}
%__cp %{SOURCE1} .

%build

%install
rm -rf %{buildroot}
%__install -d -m 755 %{buildroot}%{_datadir}/%{name}/pdf
%__mv doc %{buildroot}%{_datadir}/%{name}/html
%__mv *.pdf %{buildroot}%{_datadir}/%{name}/pdf

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.21-2
+ Revision: bb67483
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 450 |14cr|box2d-2.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define		oname	Box2D

Summary:	A 2D physics engine for games
Name:		box2d
Version:	2.2.1
Release:	4
Group:		System/Libraries
License:	BSD
Url:		http://www.box2d.org
Source:		http://box2d.googlecode.com/files/%{oname}_v%{version}.zip
Patch1:		box2d-2.2.1-cmake.patch
BuildRequires:	cmake
BuildRequires:	%{_lib}glui2-devel
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(x11)

%description
Box2D is a 2D rigid body simulation library for games. Programmers can use it
in their games to make objects move in believable ways and make the game world
more interactive. From the game's point of view a physics engine is just
a system for procedural animation.

Box2D is written in portable C++. Most of the types defined in the engine begin
with the b2 prefix. Hopefully this is sufficient to avoid name clashing with
your game engine.

#----------------------------------------------------------------------------

%package devel
Summary:	A 2D physics engine for games
Group:		Development/C++

%description devel
Box2D is a 2D rigid body simulation library for games. Programmers can use it
in their games to make objects move in believable ways and make the game world
more interactive. From the game's point of view a physics engine is just
a system for procedural animation.

Box2D is written in portable C++. Most of the types defined in the engine begin
with the b2 prefix. Hopefully this is sufficient to avoid name clashing with
your game engine.

%files devel
%doc License.txt Readme.txt Documentation
%{_libdir}/lib*.a
%{_libdir}/%{oname}
%{_includedir}/%{oname}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}_v%{version}
%patch1 -p1
# XXX incorrect dates in zipfile
find . -type f -exec touch {} \;

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-4
+ Revision: 6a87c94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 451 |14cr|brainparty-0.61-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# spec is based on OpenSUSE and MIB work

Summary:	Brain-stretching game with 36 minigames
Name:		brainparty
Version:	0.61
Release:	3
License:	GPLv3+
Group:		Games/Puzzles
Url:		https://launchpad.net/brainparty
Source0:	http://launchpad.net/brainparty/trunk/0.61/+download/%{name}%{version}.tar.gz
Source1:	%{name}-wrapper.sh
Source2:	%{name}.desktop
Source3:	%{name}.png
# From Debian
Patch0:		change-config-file-path.patch
Patch1:		fix-FTBFS-with-GCC-4.9.patch
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)

%description
Brain Party is a puzzle-solving, brain-stretching game that comes with
36 minigames designed to push your brain to its limits, testing memory,
logic, mathematics, reactions and more.

%files
%doc README COPYING CREDITS
%{_bindir}/%{name}
%{_bindir}/%{name}-bin
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1
sed -i -e "s/CXXFLAGS =/CXXFLAGS = %{optflags}/g" Makefile

%build
%make

%install
mkdir -p %{buildroot}%{_datadir}/%{name}
install -D -m 644 Content/* %{buildroot}%{_datadir}/%{name}/

# Install binary and wrapper
install -D -m 755 %{name} %{buildroot}%{_bindir}/%{name}-bin
install -D -m 755 %{SOURCE1} %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_datadir}/applications/
install -D -m 644 %{SOURCE2} %{buildroot}%{_datadir}/applications/
mkdir -p %{buildroot}%{_datadir}/pixmaps/
install -D -m 644 %{SOURCE3} %{buildroot}%{_datadir}/pixmaps/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.61-3
+ Revision: 5e9e94c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 452 |14cr|brilltagger-1.14-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    brilltagger
%define version 1.14
%define tag     1_14
%define release 12

Name:       %{name}
Version:    %{version}
Release:    %{release}
Summary:    Rule based tagger
Source:     http://www.cs.jhu.edu/~brill/RBT%{tag}.tar.bz2
Patch0:     %{name}.makefile.patch
Patch1:     %{name}.no-hardcoded-path-check.patch
# this url no longer work, and it seems it disappeared from internet
URL:        http://www.cs.jhu.edu/~brill/
License:    MIT
Group:      Sciences/Computer science
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
The Brill tagger is a transformation-based part-of-speech tagger.

%prep
%setup -q -n RULE_BASED_TAGGER_V%{version}
%patch0
%patch1
mkdir Bin
chmod 644 Docs/*

%build
%make RPM_OPT_FLAGS="%{optflags}"

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 Bin/* %{buildroot}%{_bindir}

install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 644 Bin_and_Data/* %{buildroot}%{_datadir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Docs README COPYRIGHT
%{_bindir}/*
%{_datadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14-12
+ Revision: 4f67149
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 453 |14cr|briquolo-0.5.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		briquolo
Version:	0.5.7
Release:	5
Summary:	An OpenGL breakout
Source0:	http://briquolo.free.fr/download/%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.5.6-desktop-install.patch
Patch1:		%{name}-0.5.5-desktop-remove-double-category.patch
Patch2:		briquolo-0.5.7-gcc43.patch
Patch3:		briquolo-0.5.6-fix-icon-install.patch
Patch4:		briquolo-0.5.7-libpng14.patch
Source11:	%{name}-16.png
Source12:	%{name}-32.png
Source13:	%{name}-48.png
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	SDL_mixer1.2-devel
BuildRequires:	dos2unix
BuildRequires:	pkgconfig(libpng)
BuildRequires:	glut-devel
BuildRequires:	desktop-file-utils
BuildRequires:	gettext-devel
Group:		Games/Arcade
License:	GPLv2+
URL:		http://briquolo.free.fr/

%description
Briquolo is a 3D brick game using OpenGL

%prep
%setup -q
dos2unix data/tableau/old/{001,002,003,006}.tab
%patch0 -p1 -b .desktop
%patch1 -p1 -b .remove_category
%patch2 -p0 -b .gcc
%patch3 -p0 -b .icon
%patch4 -p0 -b .png14

%build
autoreconf -fi
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

#this empty file makes rpmlint shouting otherwise...
echo %{version} > %{buildroot}%{_gamesdatadir}/%{name}/%{version}

mv %buildroot%_gamesdatadir/locale %buildroot%_datadir
mv %buildroot%_gamesdatadir/pixmaps %buildroot%_datadir

%find_lang %{name}

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

desktop-file-install --vendor="" --delete-original \
	--add-category="X-MandrivaLinux-MoreApplications-Games-Arcade" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_gamesdatadir}/applications/*

%files -f %{name}.lang
%defattr(-,root,root)
%doc ABOUT-NLS AUTHORS ChangeLog DejaVuSans.ttf-LICENSE README.fr
%attr(0755,root,games) %{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/briquolo.desktop
%{_datadir}/pixmaps/briquolo.svg

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.7-5
+ Revision: 909857a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 454 |14cr|briskola-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Clone of the Italian card game Briscola
Name:		briskola
Version:	1.0.0
Release:	3
License:	GPLv3+
Group:		Games/Cards
Url:		http://www.briskola.net
Source0:	http://www.briskola.net/files/briskola-%{version}.tar.gz
Patch0:		briskola.desktop.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel

%description
BrisKola is a clone of the Italian card game Briscola. This is a classic
Italian game, surely one of the most popular, thanks to the simplicity of
the rules and the modest skills required to players.

%files
%doc README
%{_bindir}/briskola
%{_datadir}/applications/briskola.desktop
%{_datadir}/briskola/background/*.png
%{_datadir}/briskola/cards/*.png
%{_datadir}/briskola/decks/*.png
%{_datadir}/briskola/icons/*.png
%{_datadir}/briskola/misc/*.png
%{_datadir}/briskola/text/*.png
%{_datadir}/pixmaps/*.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: f172d90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 455 |14cr|bristol-0.60.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	bristol
%define	major	0
%define	libname	%mklibname %{name} %{major}

Name:       %{name}
Summary:    Synthesizer Emulator Pack
Version:    0.60.11
Release:    2

URL:        http://%{name}.sourceforge.net/
Source:     http://prdownloads.sourceforge.net/bristol/%{name}-%{version}.tar.gz
Patch0:     bristol-0.60.6-link.patch
License:    GPLv2
Group:      Sound

BuildRequires:	pkgconfig(jack) >= 0.109.0
BuildRequires:	pkgconfig(liblo) >= 0.22.0
BuildRequires:	pkgconfig(alsa) >= 1.0.0
BuildRequires:	pkgconfig(libpulse)
# Needed for GUI and main library
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	x11-proto-devel

Requires:       %{libname} >= %{version}
Requires:       jackit

Obsoletes:      %{name}-aks
Obsoletes:      %{name}-poly
Obsoletes:      %{name}-mixer
Obsoletes:      %{name}-hammond

%description
Bristol emulates several vintage synthesizers, mainly keyboards: Various Moog,
Sequencial Circuits, Oberheim, Arp, Rhodes, Yamaha, Roland, Hammond, Korg,
and Vox algorithms are provided. Each has its own graphical interface.
A central interface is provided by Brighton.

%files
%doc AUTHORS COPYING* NEWS README
%docdir %{_mandir}/man1/*
%{_mandir}/man1/*
%{_bindir}/brighton
%{_bindir}/%{name}
%{_bindir}/bristoljackstats
%{_bindir}/startBristol
%{_datadir}/pixmaps/bicon.svg
%{_datadir}/%{name}
%{_datadir}/desktop-directories/mandriva-%{name}.directory
%config(noreplace) /etc/xdg/menus/applications-merged/%{name}.menu

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries used by bristol
Group:		System/Libraries
Requires:	jackit
Provides:	lib%{name} = %{version}-%{release}

%description -n %{libname}
Dynamic libraries required by the Bristol vintage keyboard emulation package.

%files -n %{libname}
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

#-------------------------------------------------------------------------------

%package arp2600
Summary:	Bristol - arp 2600
Group:		Sound
Requires:	%{name}

%description arp2600
* arp 2600.

%files arp2600
%{_datadir}/applications/mandriva-bristol-arp2600.desktop

#-------------------------------------------------------------------------------

%package axxe
Summary:	Bristol - arp axxe
Group:		Sound
Requires:	%{name}

%description axxe
* axxe - arp axxe.

%files axxe
%{_datadir}/applications/mandriva-bristol-axxe.desktop

#-------------------------------------------------------------------------------

%package b3
Summary:	Bristol - hammond B3
Group:		Sound
Requires:	%{name}

%description b3
* b3 - hammond B3.

%files b3
%{_datadir}/applications/mandriva-bristol-b3.desktop

#-------------------------------------------------------------------------------

%package bitone
Summary:	Bristol - crumar bit 01
Group:		Sound
Requires:	%{name}

%description bitone
* bitone - crumar bit 01.

%files bitone
%{_datadir}/applications/mandriva-bristol-bitone.desktop

#-------------------------------------------------------------------------------

%package bit100
Summary:	Bristol - crumar bit + mods
Group:		Sound
Requires:	%{name}

%description bit100
* bit100 - crumar bit + mods.

%files bit100
%{_datadir}/applications/mandriva-bristol-bit100.desktop

#-------------------------------------------------------------------------------

%package bit99
Summary:	Bristol - crumar bit 99
Group:		Sound
Requires:	%{name}

%description bit99
* bit99 - crumar bit 99.

%files bit99
%{_datadir}/applications/mandriva-bristol-bit99.desktop

#-------------------------------------------------------------------------------

%package stratus
Summary:	Bristol - crumar stratus synth/organ combo
Group:		Sound
Requires:	%{name}

%description stratus
* stratus - crumar stratus synth/organ combo.

%files stratus
%{_datadir}/applications/mandriva-bristol-stratus.desktop

#-------------------------------------------------------------------------------

%package trilogy
Summary:	Bristol - crumar trilogy synth/organ/string combo
Group:		Sound
Requires:	%{name}

%description trilogy
* trilogy - crumar trilogy synth/organ/string combo.

%files trilogy
%{_datadir}/applications/mandriva-bristol-trilogy.desktop

#-------------------------------------------------------------------------------

%package dx
Summary:	Bristol - yamaha DX-7
Group:		Sound
Requires:	%{name}

%description dx
* dx - yamaha DX-7.

%files dx
%{_datadir}/applications/mandriva-bristol-dx.desktop

#-------------------------------------------------------------------------------

%package explorer
Summary:	Bristol - moog voyager
Group:		Sound
Requires:	%{name}

%description explorer
* explorer - moog voyager.

%files explorer
%{_datadir}/applications/mandriva-bristol-explorer.desktop

#-------------------------------------------------------------------------------

%package voyager
Summary:	Bristol - moog voyager electric blue
Group:		Sound
Requires:	%{name}

%description voyager
* voyager - moog voyager electric blue.

%files voyager
%{_datadir}/applications/mandriva-bristol-voyager.desktop

#-------------------------------------------------------------------------------

%package sonic6
Summary:	Bristol - moog sonic 6
Group:		Sound
Requires:	%{name}

%description sonic6
* sonic6 - moog sonic 6.

%files sonic6
%{_datadir}/applications/mandriva-bristol-sonic6.desktop

#-------------------------------------------------------------------------------

%package mg1
Summary:	Bristol - moog/realistic mg-1 concertmate
Group:		Sound
Requires:	%{name}

%description mg1
* mg1 - moog/realistic mg-1 concertmate.

%files mg1
%{_datadir}/applications/mandriva-bristol-mg1.desktop

#-------------------------------------------------------------------------------

%package juno
Summary:	Bristol - roland juno-60
Group:		Sound
Requires:	%{name}

%description juno
* juno - roland juno-60.

%files juno
%{_datadir}/applications/mandriva-bristol-juno.desktop

#-------------------------------------------------------------------------------

%package jupiter
Summary:	Bristol - roland jupiter-8
Group:		Sound
Requires:	%{name}

%description jupiter
* jupiter - roland jupiter-8.

%files jupiter
%{_datadir}/applications/mandriva-bristol-jupiter.desktop

#-------------------------------------------------------------------------------

%package bme700
Summary:	Bristol - Baumann bme-700
Group:		Sound
Requires:	%{name}

%description bme700
* bme700 - Baumann bme-700.

%files bme700
%{_datadir}/applications/mandriva-bristol-bme700.desktop

#-------------------------------------------------------------------------------

%package bm
Summary:	Bristol - bristol bassmaker sequencer
Group:		Sound
Requires:	%{name}

%description bm
* bm - bristol bassmaker sequencer.

%files bm
%{_datadir}/applications/mandriva-bristol-bm.desktop

#-------------------------------------------------------------------------------

%package memory
Summary:	Bristol - moog memory
Group:		Sound
Requires:	%{name}

%description memory
* memory - moog memory.

%files memory
%{_datadir}/applications/mandriva-bristol-memory.desktop

#-------------------------------------------------------------------------------

%package mini
Summary:	Bristol - moog mini
Group:		Sound
Requires:	%{name}

%description mini
* mini - moog mini.

%files mini
%{_datadir}/applications/mandriva-bristol-mini.desktop

#-------------------------------------------------------------------------------

%package mono
Summary:	Bristol - korg monopoly
Group:		Sound
Requires:	%{name}

%description mono
* mono - korg monopoly.

%files mono
%{_datadir}/applications/mandriva-bristol-mono.desktop

#-------------------------------------------------------------------------------

%package obx
Summary:	Bristol - oberheim OB-X
Group:		Sound
Requires:	%{name}

%description obx
* obx - oberheim OB-X.

%files obx
%{_datadir}/applications/mandriva-bristol-obx.desktop

#-------------------------------------------------------------------------------

%package obxa
Summary:	Bristol - oberheim OB-X-A
Group:		Sound
Requires:	%{name}

%description obxa
* obxa - oberheim OB-X-A.

%files obxa
%{_datadir}/applications/mandriva-bristol-obxa.desktop

#-------------------------------------------------------------------------------

%package odyssey
Summary:	Bristol - arp odyssey
Group:		Sound
Requires:	%{name}

%description odyssey
* odyssey - arp odyssey.

%files odyssey
%{_datadir}/applications/mandriva-bristol-odyssey.desktop

#-------------------------------------------------------------------------------

%package polysix
Summary:	Bristol - korg polysix
Group:		Sound
Requires:	%{name}

%description polysix
* polysix - korg polysix.

%files polysix
%{_datadir}/applications/mandriva-bristol-polysix.desktop

#-------------------------------------------------------------------------------

%package poly800
Summary:	Bristol - korg poly-800
Group:		Sound
Requires:	%{name}

%description poly800
* poly800 - korg poly-800.

%files poly800
%{_datadir}/applications/mandriva-bristol-poly800.desktop

#-------------------------------------------------------------------------------

%package monopoly
Summary:	Bristol - korg mono/poly
Group:		Sound
Requires:	%{name}

%description monopoly
* poly - korg mono/poly.

%files monopoly
%{_datadir}/applications/mandriva-bristol-monopoly.desktop

#-------------------------------------------------------------------------------

%package prophet
Summary:	Bristol- sequential circuits prophet-5
Group:		Sound
Requires:	%{name}

%description prophet
* prophet - sequential circuits prophet-5.

%files prophet
%{_datadir}/applications/mandriva-bristol-prophet.desktop

#-------------------------------------------------------------------------------

%package pro10
Summary:	Bristol- sequential circuits prophet-10
Group:		Sound
Requires:	%{name}

%description pro10
* pro10 - sequential circuits prophet-10.

%files pro10
%{_datadir}/applications/mandriva-bristol-pro10.desktop

#-------------------------------------------------------------------------------

%package pro52
Summary:	Bristol- sequential circuits prophet-5/fx
Group:		Sound
Requires:	%{name}

%description pro52
* pro52 - sequential circuits prophet-5 with chorus.

%files pro52
%{_datadir}/applications/mandriva-bristol-pro52.desktop

#-------------------------------------------------------------------------------

%package pro1
Summary:	Bristol- sequential circuits pro-one
Group:		Sound
Requires:	%{name}

%description pro1
* pro1 - sequential circuits pro-one.

%files pro1
%{_datadir}/applications/mandriva-bristol-pro1.desktop

#-------------------------------------------------------------------------------

%package roadrunner
Summary:	Bristol- roadrunner electric piano
Group:		Sound
Requires:	%{name}

%description roadrunner
* roadrunner   - roadrunner electric piano.

%files roadrunner
%{_datadir}/applications/mandriva-bristol-roadrunner.desktop

#-------------------------------------------------------------------------------

%package rhodes
Summary:	Bristol- fender rhodes mark-I stage 73
Group:		Sound
Requires:	%{name}

%description rhodes
* rhodes - fender rhodes mark-I stage 73.

%files rhodes
%{_datadir}/applications/mandriva-bristol-rhodes.desktop

#-------------------------------------------------------------------------------

%package rhodesbass
Summary:	Bristol- fender rhodes bass piano
Group:		Sound
Requires:	%{name}

%description rhodesbass
* rhodesbass - fender rhodes bass piano.

%files rhodesbass
%{_datadir}/applications/mandriva-bristol-rhodesbass.desktop

#-------------------------------------------------------------------------------

%package solina
Summary:	Bristol- Solina string machine
Group:		Sound
Requires:	%{name}

%description solina
* solina - solina string machine.

%files solina
%{_datadir}/applications/mandriva-bristol-solina.desktop

#-------------------------------------------------------------------------------

%package sidney
Summary:	Bristol- Comodore-64 SID chip synth
Group:		Sound
Requires:	%{name}

%description sidney
* sidney - Comodore-64 SID chip synth.

%files sidney
%{_datadir}/applications/mandriva-bristol-sidney.desktop

#-------------------------------------------------------------------------------

%package voxM2
Summary:	Bristol- vox continental super/300/II
Group:		Sound
Requires:	%{name}

%description voxM2
* vox - vox continental super/300/II.

%files voxM2
%{_datadir}/applications/mandriva-bristol-voxM2.desktop

#-------------------------------------------------------------------------------

%package vox
Summary:	Bristol- vox continental
Group:		Sound
Requires:	%{name}

%description vox
* vox - vox continental.

%files vox
%{_datadir}/applications/mandriva-bristol-vox.desktop

#-------------------------------------------------------------------------------


%prep
%setup -q
#patch0 -p1 -b .link
chmod  a-x bitmaps/*/*
chmod  a-x bitmaps/bicon.svg bitmaps/icon_bitmap.xbm
chmod  a-x COPYING AUTHORS NEWS

perl -pi -e 's/-march=core2//g' bristol/Makefile.*
perl -pi -e 's/-march=core2//g' libbristol/Makefile.*

%build
autoreconf -fi
# Still needed?
#define _disable_ld_no_undefined 1
%configure CONFIG_SHELL=/bin/bash \
    --disable-version-check \
    --enable-static=no

%make

%install
make BRISTOL_DIR=%{_datadir}/bristol DESTDIR=%{buildroot} install

rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/*.so

mkdir -p %{buildroot}/etc/xdg/menus/applications-merged
cat > %{buildroot}/etc/xdg/menus/applications-merged/%{name}.menu << EOF
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd">
<Menu>
    <Name>Applications</Name>
    <Menu>
        <Name>SoundVideo</Name>
        <Menu>
            <Name>Bristol</Name>
                <Directory>mandriva-%{name}.directory</Directory>
                <Include>
                    <Category>X-Bristol</Category>
                </Include>
        </Menu>
    </Menu>
</Menu>
EOF

mkdir -p %{buildroot}%{_datadir}/desktop-directories
cat > %{buildroot}%{_datadir}/desktop-directories/mandriva-%{name}.directory << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Bristol
Icon=bicon.svg
Type=Directory
EOF


mkdir -p %{buildroot}%{_datadir}/applications/
for synth in    arp2600 axxe b3 dx explorer voyager mg1 juno jupiter \
                trilogy stratus memory mini sonic6\
                bitone bit99 bit100 sidney bm bme700 \
                mono obx obxa odyssey poly800 monopoly \
                polysix prophet pro10 pro52 pro1 roadrunner rhodes rhodesbass \
                solina vox voxM2; do

cat > %{buildroot}%{_datadir}/applications/mandriva-bristol-${synth}.desktop << EOF
[Desktop Entry]
Name=Bristol ${synth}
Comment=Emulator for diverse keyboard instruments
Icon=bicon.svg
Type=Application
Exec=startBristol -jack -autoconn -priority 70 -${synth}
Terminal=false
Encoding=UTF-8
Categories=X-Bristol;
EOF

done

mkdir -p %{buildroot}%{_datadir}/pixmaps
cp bitmaps/bicon.svg %{buildroot}%{_datadir}/pixmaps/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.11-2
+ Revision: 512d08f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 456 |14cr|brutalchess-0.5.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		brutalchess
Version:	0.5.2
Release:	8
Summary:	A 3D chess game inspired by Battle Chess
Group:		Games/Strategy
License:	GPLv2+
URL:		http://brutalchess.sourceforge.net/
Source0:	%{name}-alpha-%{version}-src.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		brutalchess-0.5.2-fix-FTBFS.patch
Patch1:		brutalchess-0.5.2-gcc4.3.patch
Patch2:		brutalchess-0.5.2-use-own-fonts.patch
Patch3:		brutalchess-0.5.2-gcc4.7.patch
Patch4:		brutalchess-0.5.2-freetype2.patch


Requires:	fonts-ttf-dejavu
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	desktop-file-utils

%description
Brutal Chess features full 3D graphics, an advanced particle
engine, and several different levels of intelligent AI,
inspired by the once popular "Battle Chess" released by
Interplay circa 1988.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p0

%build
autoreconf -fi
%configure2_5x	--disable-sdltest \
		--disable-freetypetest \
		--without-x \
		--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

# we use system default fot via patch2
rm -fr %{buildroot}%{_gamesdatadir}/%{name}/fonts

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Brutal Chess
Comment=A 3D chess game inspired by Battle Chess
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;StrategyGame;BoardGame;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

%files
%doc AUTHORS ChangeLog NEWS README
%{_gamesbindir}/%{name}
%{_libdir}/md3view
%{_libdir}/objview
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Wed Aug 06 2014 symbianflo <symbianflo@symbianflo> 0.5.2-8
+ Revision: e9a79e8
- Log: added freetype2 patch, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 457 |14cr|bsc-4.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       	bsc
Version:    	4.1.0
Release:    	3
Summary:    	Beesoft Commander file manager
License:    	GPLv2+
Group:      	File tools
URL:        	http://www.beesoft.org/index.php?id=bsc
Source:     	http://www.beesoft.org/download/%{name}_%{version}_src.tar.bz2
BuildRoot:  	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	qt4-devel
BuildRequires:	imagemagick

%description
Beesoft Commander is a file manager (like Norton Commander) for Linux. It is
based on Qt4-GUI.

%files
%defattr(-,root,root,-)
%doc *.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.png

# ----------------------------------------------------------

%prep
%setup -q -n bsc

%build
%qmake_qt4
%make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/%{name}
install -m 0755 %{name} %{buildroot}%{_datadir}/%{name}
install -m 0644 help.en.html %{buildroot}%{_datadir}/%{name}
cp -R img %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
ln -s  ../../%{_datadir}/%{name}/%{name} %{name}
popd 

# menu entry

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Beesoft Commander
Comment=Beesoft Commander file manager
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-System-FileTools;System;FileManager;Qt;
EOF

# icon

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{16x16,32x32,48x48}/apps
convert -resize 16x16 BeesoftCommander.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
convert -resize 48x48 BeesoftCommander.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install BeesoftCommander.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png

%clean
rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.0-3
+ Revision: 230de11
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 458 |14cr|bsd-games-2.17-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Collection of text-based games
Name: bsd-games
Version: 2.17
Release: 25
License: BSD
Group: Games/Other
URL: ftp://metalab.unc.edu/pub/Linux/games/
Source0: ftp://metalab.unc.edu/pub/Linux/games/bsd-games-%{version}.tar.gz
Source1: config.params
# A collection of patches from Debian.
Patch0: bsd-games-2.17-debian.patch
# Patches from Fedora Core 1
Patch1: bsd-games-2.17-ospeed.patch
Patch2: bsd-games-2.17-getline.patch
Patch3: bsd-games-2.17-utmpstruct.patch
# Additional new patches
Patch4: bsd-games-2.17-setresgid.patch
Patch5: bsd-games-2.17-tetrisgid.patch
Patch6: bsd-games-2.17-hackgid.patch
Patch7: bsd-games-2.17-phantasiagid.patch
# Add patches for man page renames
Patch8: bsd-games-2.17-monop-rename.patch
Patch9: bsd-games-2.17-banner-rename.patch
Patch10: bsd-games-2.17-stdio-c++.patch
Patch11: bsd-games-2.17-nolibtermcap.patch
Patch12: bsd-games-2.17-tetris-rename.patch
Patch13: bsd-games-2.17-gcc4.3.patch
Patch14: bsd-games-2.17-format-security.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}
BuildRequires: ncurses-devel words flex bison

%description
Bsd-games includes adventure, arithmetic, atc, backgammon, battlestar,
bcd, caesar, canfield, cfscores, cribbage, go-fish, gomoku,
hunt, mille, mpoly, morse, number, phantasia, pig, pom, ppt, primes,
quiz, rain, random, robots, rot13, sail, snake, snscore, teachgammon,
bsd-fbg, trek, worm, worms and wump.

%prep
%setup -q
install -p -m 755 %{SOURCE1} .
%patch0 -p1 -b .debian
%patch1 -p1 -b .ospeed
%patch2 -p1 -b .getline
%patch3 -p1 -b .utmpstruct
%patch4 -p1 -b .setresgid
%patch5 -p1 -b .tetrisgid
%patch6 -p1 -b .hackgid
%patch7 -p1 -b .phantasiagid
%patch8 -p1 -b .monop.rename
%patch9 -p0 -b .banner.rename
%patch10 -p0 -b .cplusplus
%patch11 -p0 -b .nolibtermcap
%patch12 -p0 -b .tetris.rename
%patch13 -p1
%patch14 -p1 -b .format-security

%build
# We include a templatized configuration settings file to set
# reasonable defaults, and to tell the configure script not to
# run in interactive mode.
sed -i.bak -e "s#@DESTDIR@#$RPM_BUILD_ROOT#" \
    -e "s#@bindir@#%{_bindir}#" \
    -e "s#@docdir@#%{_docdir}#" \
    -e "s#@sbindir@#%{_sbindir}#" \
    -e "s#@datadir@#%{_datadir}#" \
    -e "s#@libdir@#%{_libdir}#" \
    -e "s#@mandir@#%{_mandir}#" \
    -e "s#@var@#%{_var}#" \
    -e "s#@RPM_OPT_FLAGS@#$RPM_OPT_FLAGS#" \
    config.params 

# Don't use %%configure.  This configure script wasn't generated by
# autoconf and doesn't obey things like --prefix.
./configure
%make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"

# Rename one doc file to avoid naming collisions
cp hunt/README README.hunt

%install
rm -rf $RPM_BUILD_ROOT
make RPM_BUILD_ROOT="$RPM_BUILD_ROOT" install

# Change the binary name for monop to prevent a conflict with the mono-devel
# package
mv $RPM_BUILD_ROOT/%{_bindir}/monop $RPM_BUILD_ROOT/%{_bindir}/mpoly
mv $RPM_BUILD_ROOT/%{_mandir}/man6/monop.6.gz $RPM_BUILD_ROOT/%{_mandir}/man6/mpoly.6.gz

# Change the binary name for banner to prevent a conflict with a Fedora
# package with the same name
mv $RPM_BUILD_ROOT/%{_bindir}/banner $RPM_BUILD_ROOT/%{_bindir}/vert-banner
mv $RPM_BUILD_ROOT/%{_mandir}/man6/banner.6.gz $RPM_BUILD_ROOT/%{_mandir}/man6/vert-banner.6.gz

# Change the binary name for tetris to prevent a conflict with the mono-devel
# package
mv $RPM_BUILD_ROOT/%{_bindir}/tetris-bsd $RPM_BUILD_ROOT/%{_bindir}/bsd-fbg
mv $RPM_BUILD_ROOT/%{_mandir}/man6/tetris-bsd.6.gz $RPM_BUILD_ROOT/%{_mandir}/man6/bsd-fbg.6.gz

# Change the binary name for rain to prevent a conflict with mesa-demos package
mv $RPM_BUILD_ROOT/%{_bindir}/rain $RPM_BUILD_ROOT/%{_bindir}/bsd-rain
mv $RPM_BUILD_ROOT/%{_mandir}/man6/rain.6.gz $RPM_BUILD_ROOT/%{_mandir}/man6/bsd-rain.6.gz

# Change the binary name for hunt to prevent a conflict with hunt package
mv $RPM_BUILD_ROOT/%{_bindir}/hunt $RPM_BUILD_ROOT/%{_bindir}/bsd-hunt
mv $RPM_BUILD_ROOT/%{_mandir}/man6/hunt.6.gz $RPM_BUILD_ROOT/%{_mandir}/man6/bsd-hunt.6.gz

# Remove this doc file.  We're copying it to a different location for Fedora.
rm -f $RPM_BUILD_ROOT/%{_docdir}/trek.me

%clean
rm -rf $RPM_BUILD_ROOT

%pre
%_pre_groupadd gamehack
%_pre_groupadd gamesail
%_pre_groupadd gamephant

%postun
%_postun_groupdel gamehack
%_postun_groupdel gamesail
%_postun_groupdel gamephant

%files
%defattr(-,root,root)
%{_bindir}/adventure
%{_bindir}/arithmetic
%attr(2755,root,games) %{_bindir}/atc
%{_bindir}/backgammon
%{_bindir}/teachgammon
%attr(2755,root,games) %{_bindir}/battlestar
%{_bindir}/boggle
%{_bindir}/bcd
%{_bindir}/caesar
%{_bindir}/dab
%{_bindir}/rot13
%attr(2755,root,games) %{_bindir}/canfield
%{_bindir}/cfscores
%attr(2755,root,games) %{_bindir}/cribbage
%{_bindir}/go-fish
%{_bindir}/gomoku
%attr(2755,root,gamehack) %{_bindir}/hack
%{_bindir}/hangman
%{_bindir}/bsd-hunt
%{_bindir}/mille
%{_bindir}/mpoly
%{_bindir}/morse
%{_bindir}/number
%attr(2755,root,gamephant) %{_bindir}/phantasia
%{_bindir}/pig
%{_bindir}/pom
%{_bindir}/ppt
%{_bindir}/primes
%{_bindir}/quiz
%{_bindir}/bsd-rain
%{_bindir}/random
%attr(2755,root,games) %{_bindir}/robots
%attr(2755,root,gamesail) %{_bindir}/sail
%attr(2755,root,games) %{_bindir}/snake
%{_bindir}/snscore
%attr(2755,root,games) %{_bindir}/bsd-fbg
%{_bindir}/trek
%{_bindir}/vert-banner
%{_bindir}/worm
%{_bindir}/worms
%{_bindir}/wtf
%{_bindir}/wump
%{_datadir}/%{name}
%{_datadir}/misc/acronyms
%{_datadir}/misc/acronyms.comp
%{_mandir}/man6/*
%{_sbindir}/huntd
%config %attr(664,root,games) %{_var}/games/atc_score
%config %attr(664,root,games) %{_var}/games/battlestar.log
%config %attr(664,root,games) %{_var}/games/cfscores
%config %attr(664,root,games) %{_var}/games/criblog
%dir %attr(0775,root,gamehack) %{_var}/games/hack
%config %attr(664,root,gamehack) %{_var}/games/hack/*
%dir %attr(775,root,gamephant) %{_var}/games/phantasia
%config %attr(664,root,gamephant) %{_var}/games/phantasia/*
%dir %attr(775,root,gamesail) %{_var}/games/sail
%config %attr(644,root,games) %{_var}/games/robots_roll
%config %attr(664,root,gamesail) %{_var}/games/saillog
%config %attr(664,root,games) %{_var}/games/snake.log
%config %attr(664,root,games) %{_var}/games/snakerawscores
%config %attr(664,root,games) %{_var}/games/bsd-fbg.scores
%doc AUTHORS COPYING ChangeLog ChangeLog.0 THANKS YEAR2000 README.hunt trek/USD.doc/trek.me



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.17-25
+ Revision: bc1657c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 459 |14cr|bsdiff-4.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	bsdiff
%define version	4.3
%define rel	4

%define release %mkrel %rel

Summary:	Binary diff/patch utility
Name:		%name
Version:	%version
Release:	%release
Group:		File tools
License:	BSD
URL:		http://www.daemonology.net/bsdiff/
Source:		http://www.daemonology.net/bsdiff/%name-%version.tar.gz
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	bzip2-devel

%description
bsdiff and bspatch are tools for building and applying patches to
binary files. By using suffix sorting (specifically, Larsson and
Sadakane's qsufsort) and taking advantage of how executable files
change, bsdiff routinely produces binary patches 50-80%% smaller
than those produced by Xdelta, and 15%% smaller than those produced
by .RTPatch.

These programs were originally named bdiff and bpatch, but the large
number of other programs using those names lead to confusion; I'm
not sure if the "bs" in refers to "binary software" (because bsdiff
produces exceptionally small patches for executable files) or
"bytewise subtraction" (which is the key to how well it performs).
Feel free to offer other suggestions.

%prep
%setup -q

%build
%__cc %optflags -lbz2 bsdiff.c -o bsdiff
%__cc %optflags -lbz2 bspatch.c -o bspatch

%install
rm -rf %{buildroot}

install -D -m755 bsdiff %{buildroot}%{_bindir}/bsdiff
install -D -m755 bspatch %{buildroot}%{_bindir}/bspatch

install -D -m644 bsdiff.1 %{buildroot}%{_mandir}/man1/bsdiff.1
install -D -m644 bspatch.1 %{buildroot}%{_mandir}/man1/bspatch.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/bsdiff
%{_bindir}/bspatch
%{_mandir}/man1/bsdiff.1*
%{_mandir}/man1/bspatch.1*





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 4.3-4
+ Revision: b90bc79
- Automatic import for version 4.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 460 |14cr|bsnes-0.088-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		vernumber 088

Name:		bsnes
Version:	0.%{vernumber}
Release:	4
Summary:	A multi-system emulator (SNES, NES, GB, GBA, GBC)
License:	GPLv3
Group:		Emulators
URL:		http://byuu.org/bsnes/
Source0:	http://bsnes.googlecode.com/files/%{name}_v%{vernumber}-source.tar.xz
Patch0:		bsnes-088-datapath.patch
Patch1:		bsnes-088-gtkfix.patch
Patch2:		bsnes-088-makefile.patch
Patch3:		bsnes-088-gcc-workaround.patch
Patch4:		bsnes-088-purify-fix1.patch
Patch5:		bsnes-088-purify-fix2.patch
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	libgomp-devel
BuildRequires:	gcc >= 4.5
Requires:	%{name}-binary = %{EVRD}

%description
The purpose of BSNES is a bit different from other emulators.
It focuses on accuracy, debugging functionality, and clean code.
The emulator does not focus on things that would hinder accuracy.
This includes speed and game-specific hacks for compatibility.
As a result, the minimum system requirements for bsnes are very high.

The emulator itself was not derived from any existing emulator source
code, such as SNES9x. It was written from scratch by myself.
Any similarities to other emulators are merely coincidental.

BSNES also has Game Boy (GB, GBC and GBA) and NES emulation support.

Note that you will need the GBA BIOS image to use this. There will not
be any high-level emulation of the BIOS functions for obvious reasons.
Name the file "bios.rom", and place it inside the
"/var/games/bsnes/Game Boy Advance.sys/" directory.

Important! Most likely you won't be able to run SNES ROMs until you
"purify" them with snespurify utility.

Warning! BSNES is still not very stable and may crash with some video
settings, filters/shaders and hardware combination.

%files
%{_datadir}/pixmaps/%{name}.png
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/shaders
%{_datadir}/%{name}/cheats.xml
%{_datadir}/%{name}/shaders/*.shader
%{_libdir}/%{name}/filters/*.filter
%{_var}/games/%{name}

#----------------------------------------------------------------------------

%package -n %{name}-qt4-compatibility
Summary:	Super Nintendo Entertainment System (SNES) Emulator
License:	GPLv3
Group:		Emulators
Requires:	%{name}
Provides:	%{name}-binary = %{EVRD}

%description -n %{name}-qt4-compatibility
BSNES binary compiled with Qt4/compatibility profile.

%files -n %{name}-qt4-compatibility
%{_gamesbindir}/%{name}-qt4-compatibility
%{_datadir}/applications/%{name}-qt4-compatibility.desktop

#----------------------------------------------------------------------------

%package -n %{name}-gtk-compatibility
Summary:	Super Nintendo Entertainment System (SNES) Emulator
License:	GPLv3
Group:		Emulators
Requires:	%{name}
Provides:	%{name}-binary = %{EVRD}

%description -n %{name}-gtk-compatibility
BSNES binary compiled with GTK/compatibility profile.

%files -n %{name}-gtk-compatibility
%{_gamesbindir}/%{name}-gtk-compatibility
%{_datadir}/applications/%{name}-gtk-compatibility.desktop

#----------------------------------------------------------------------------

%package -n %{name}-qt4-accuracy
Summary:	Super Nintendo Entertainment System (SNES) Emulator
License:	GPLv3
Group:		Emulators
Requires:	%{name}
Provides:	%{name}-binary = %{EVRD}

%description -n %{name}-qt4-accuracy
BSNES binary compiled with Qt4/accuracy profile.

%files -n %{name}-qt4-accuracy
%{_gamesbindir}/%{name}-qt4-accuracy
%{_datadir}/applications/%{name}-qt4-accuracy.desktop

#----------------------------------------------------------------------------

%package -n %{name}-gtk-accuracy
Summary:	Super Nintendo Entertainment System (SNES) Emulator
License:	GPLv3
Group:		Emulators
Requires:	%{name}
Provides:	%{name}-binary = %{EVRD}

%description -n %{name}-gtk-accuracy
BSNES binary compiled with GTK/accuracy profile.

%files -n %{name}-gtk-accuracy
%{_gamesbindir}/%{name}-gtk-accuracy
%{_datadir}/applications/%{name}-gtk-accuracy.desktop

#----------------------------------------------------------------------------

%package -n %{name}-qt4-performance
Summary:	Super Nintendo Entertainment System (SNES) Emulator
License:	GPLv3
Group:		Emulators
Requires:	%{name}
Provides:	%{name}-binary = %{EVRD}

%description -n %{name}-qt4-performance
BSNES binary compiled with Qt4/performance profile.

%files -n %{name}-qt4-performance
%{_gamesbindir}/%{name}-qt4-performance
%{_datadir}/applications/%{name}-qt4-performance.desktop

#----------------------------------------------------------------------------

%package -n %{name}-gtk-performance
Summary:	Super Nintendo Entertainment System (SNES) Emulator
License:	GPLv3
Group:		Emulators
Requires:	%{name}
Provides:	%{name}-binary = %{EVRD}

%description -n %{name}-gtk-performance
BSNES binary compiled with GTK/performance profile.

%files -n %{name}-gtk-performance
%{_gamesbindir}/%{name}-gtk-performance
%{_datadir}/applications/%{name}-gtk-performance.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}_v%{vernumber}-source
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%build
pushd %{name}

%if %{mdvver} > 201100
perl -pi -e "s/Q_MOC_OUTPUT_REVISION != 62/Q_MOC_OUTPUT_REVISION != 63/g" phoenix/qt/platform.moc
%endif

export CFLAGS="%{optflags}"

mkdir build

%make compiler=gcc phoenix=qt profile=compatibility
mv out/%{name} build/%{name}-qt4-compatibility
make clean

%make compiler=gcc phoenix=gtk profile=compatibility
mv out/%{name} build/%{name}-gtk-compatibility
make clean

%make compiler=gcc phoenix=qt profile=accuracy
mv out/%{name} build/%{name}-qt4-accuracy
make clean

%make compiler=gcc phoenix=gtk profile=accuracy
mv out/%{name} build/%{name}-gtk-accuracy
make clean

%make compiler=gcc phoenix=gtk profile=performance
mv out/%{name} build/%{name}-gtk-performance
make clean

%make compiler=gcc phoenix=qt profile=performance
%__mv out/%{name} build/%{name}-qt4-performance

popd

pushd snesfilter
%make compiler=gcc
popd

%install
mkdir -p %{buildroot}%{_gamesbindir}
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_libdir}/%{name}/filters
mkdir -p %{buildroot}%{_datadir}/%{name}/shaders
mkdir -p %{buildroot}%{_datadir}/pixmaps

pushd %{name}

#install icon
install -m 644 data/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

#install cheats
install -m 644 data/cheats.xml %{buildroot}%{_datadir}/%{name}/cheats.xml

#install binaries
install -m 755 build/%{name}-qt4-compatibility %{buildroot}%{_gamesbindir}/%{name}-qt4-compatibility
install -m 755 build/%{name}-gtk-compatibility %{buildroot}%{_gamesbindir}/%{name}-gtk-compatibility
install -m 755 build/%{name}-qt4-accuracy %{buildroot}%{_gamesbindir}/%{name}-qt4-accuracy
install -m 755 build/%{name}-gtk-accuracy %{buildroot}%{_gamesbindir}/%{name}-gtk-accuracy
install -m 755 build/%{name}-qt4-performance %{buildroot}%{_gamesbindir}/%{name}-qt4-performance
install -m 755 build/%{name}-gtk-performance %{buildroot}%{_gamesbindir}/%{name}-gtk-performance

#install profiles
mkdir -p %{buildroot}%{_var}/games/%{name}
cp -r profile/* %{buildroot}%{_var}/games/%{name}/
chmod 777 -R %{buildroot}%{_var}/games/%{name}
find %{buildroot}%{_var}/games/%{name} -type f -exec chmod 666 {} \;

popd

#install shaders
install -m 644 snesshader/*.OpenGL.shader %{buildroot}%{_datadir}/%{name}/shaders/

#install filters
install -m 755 snesfilter/out/*.filter %{buildroot}%{_libdir}/%{name}/filters/

#install XDG menu entries
cat > %{buildroot}%{_datadir}/applications/%{name}-qt4-compatibility.desktop << EOF
[Desktop Entry]
Version=1.0
Name=BSNES (Qt4/Compatibility)
Comment=SNES Emulator
Comment[ru]=Эмулятор SNES
Exec=%{name}-qt4-compatibility
Icon=%{_datadir}/pixmaps/%{name}.png
Terminal=false
Type=Application
Categories=Qt;Game;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-gtk-compatibility.desktop << EOF
[Desktop Entry]
Version=1.0
Name=BSNES (GTK/Compatibility)
Comment=SNES Emulator
Comment[ru]=Эмулятор SNES
Exec=%{name}-gtk-compatibility
Icon=%{_datadir}/pixmaps/%{name}.png
Terminal=false
Type=Application
Categories=GTK;Game;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-qt4-accuracy.desktop << EOF
[Desktop Entry]
Version=1.0
Name=BSNES (Qt4/Accuracy)
Comment=SNES Emulator
Comment[ru]=Эмулятор SNES
Exec=%{name}-qt4-accuracy
Icon=%{_datadir}/pixmaps/%{name}.png
Terminal=false
Type=Application
Categories=Qt;Game;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-gtk-accuracy.desktop << EOF
[Desktop Entry]
Version=1.0
Name=BSNES (GTK/Accuracy)
Comment=SNES Emulator
Comment[ru]=Эмулятор SNES
Exec=%{name}-gtk-accuracy
Icon=%{_datadir}/pixmaps/%{name}.png
Terminal=false
Type=Application
Categories=GTK;Game;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-qt4-performance.desktop << EOF
[Desktop Entry]
Version=1.0
Name=BSNES (Qt4/Performance)
Comment=SNES Emulator
Comment[ru]=Эмулятор SNES
Exec=%{name}-qt4-performance
Icon=%{_datadir}/pixmaps/%{name}.png
Terminal=false
Type=Application
Categories=Qt;Game;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-gtk-performance.desktop << EOF
[Desktop Entry]
Version=1.0
Name=BSNES (GTK/Performance)
Comment=SNES Emulator
Comment[ru]=Эмулятор SNES
Exec=%{name}-gtk-performance
Icon=%{_datadir}/pixmaps/%{name}.png
Terminal=false
Type=Application
Categories=GTK;Game;Emulator;
EOF



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.088-4
+ Revision: 15ccfe1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 461 |14cr|btanks-0.9.8083-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Funny battle on your desk
Name:		btanks
Version:	0.9.8083
Release:	5
# Libraries clunk, mrt and sdlx are under LGPLv2+, all other sources are GPLv2+
License:	GPLv2+ with exceptions and LGPLv2+
Group:		Games/Arcade
Url:		http://btanks.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
# Remove RPath from binaries
Patch0:		btanks-remove-rpath.patch
# Disable video previews of map levels (we don't distribute video anyway)
Patch1:		btanks-disable-smpeg.patch
# Avoid problem with lib checks using c++ instead of c.
Patch2:		btanks-libcheck.patch
# Don't override Fedora's options
Patch3:		btanks-excessopts.patch
# gcc is now more picky about casting
Patch4:		btanks-gcc.patch
# bted doesn't explicitly link to clunl
Patch5:		btanks-dso.patch
Patch6:		btanks-gcc47.patch
BuildRequires:	dos2unix
BuildRequires:	scons
BuildRequires:	zip
# Disabled video previews of map levels
BuildRequires:	smpeg-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)
Requires:	%{name}-data = %{EVRD}

%description
Battle Tanks is a funny battle on your desk, where you can choose one of three
vehicles and eliminate your enemy using the whole arsenal of weapons. has
original cartoon-like graphics and cool music, it is fun and dynamic, it has
several network modes for deathmatch and cooperative.
What else is needed to have fun with your friends?

And all is packed and ready for you in Battle Tanks.

%files
%doc README-{editor,en,fr,ru}.txt ChangeLog *.url LICENSE LICENSE.EXCEPTION
%{_gamesbindir}/%{name}
%{_gamesbindir}/bted
%{_libdir}/*.so
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*.so
%{_iconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/bted.desktop

#----------------------------------------------------------------------------

%package	data
Summary:	Data files for %{name}
Group:		Games/Arcade
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	data
The %{name}-data package contains data files that are needed for
running %{name}.

%files data
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/data

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .remove-rpath
%patch1 -p0 -b .disable-smpeg
%patch2 -p0 -b .libcheck
%patch3 -p0 -b .excessopts
%patch4 -p0 -b .gcc
%patch5 -p0 -b .dso
%patch6 -p0 -b .gcc4.7
dos2unix -k *.txt ChangeLog *.url LICENSE LICENSE.EXCEPTION

iconv -f latin1 -t utf-8 LICENSE.EXCEPTION > LICENSE.EXCEPTION.new
touch -r LICENSE.EXCEPTION{,.new}
mv -f LICENSE.EXCEPTION{.new,}

iconv -f latin1 -t utf-8 README-fr.txt > README-fr.txt.new
touch -r README-fr.txt{,.new}
mv -f README-fr.txt{.new,}

iconv -f cp1251 -t utf-8 README-ru.txt > README-ru.txt.new
touch -r README-ru.txt{,.new}
mv -f README-ru.txt{.new,}


%build
# flags need to be passed via environment or they get treated as a single
# word rather than as multiple arguments. CXXFLAGS is only needed if
# there are c++ only flags that need to get added.
export CFLAGS="%{optflags}"; \
        scons \
        prefix=%{_prefix} \
        lib_dir=%{_libdir} \
        plugins_dir=%{_libdir}/%{name} \
        resources_dir=%{_gamesdatadir}/%{name} \
        mode=release \
        enable_lua=true

%install
# binaries
install -dm 755 %{buildroot}%{_gamesbindir}
install -m 755 build/release/engine/%{name} %{buildroot}%{_gamesbindir}
install -m 755 build/release/editor/bted %{buildroot}%{_gamesbindir}

# libs
install -dm 755 %{buildroot}%{_libdir}/%{name}
install -m 755 build/release/engine/libbtanks_engine.so %{buildroot}%{_libdir}
install -m 755 build/release/mrt/libmrt.so %{buildroot}%{_libdir}
install -m 755 build/release/sdlx/libsdlx.so %{buildroot}%{_libdir}
install -m 755 build/release/clunk/libclunk.so %{buildroot}%{_libdir}

# plugins
install -m 755 build/release/objects/libbt_objects.so %{buildroot}%{_libdir}/%{name}

# data-files (see pack-resources.sh)
install -dm 755 %{buildroot}%{_gamesdatadir}/%{name}
install -dm 755 %{buildroot}%{_gamesdatadir}/%{name}/data
pushd data
find . \( -wholename \*.svn\* -or -name \*.wav \) -exec rm -rf {} \;
cp -pR * %{buildroot}%{_gamesdatadir}/%{name}/data
#zip -q -0 -r ../resources.dat * -x \*.svn\* -x \*.wav
popd
#install -m 644 resources.dat %{buildroot}%{_datadir}/%{name}

# icon
install -dm 755 %{buildroot}%{_datadir}/pixmaps
install -D data/tiles/icon.png %{buildroot}%{_iconsdir}/%{name}.png

# menu-entries
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Battle Tanks
Comment=Battle Tanks is a funny battle on your desk
Comment[ru]=Battle Tanks — это веселая маленькая война на столе
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/bted.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Battle Tanks map editor
Name[ru]=Battle Tanks — редактор карт
Comment=Battle Tanks map editor
Comment[ru]=Редактор карт для Battle Tanks
Exec=%{_gamesbindir}/bted
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF


%changelog
* Wed Aug 06 2014 abondrov <andrey.bondrov@rosalab.ru> 0.9.8083-5
+ Revision: 6e7e3e9
- Force lua 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 462 |14cr|btf-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define NAME		BTF
%define major		%{version}
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:		btf
Version:	1.2.0
Release:	2
Epoch:		1
Summary:	Routines for permuting a matrix into block upper triangular form
Group:		System/Libraries
License:	LGPL
URL:		http://www.cise.ufl.edu/research/sparse/btf/
Source0:	http://www.cise.ufl.edu/research/sparse/btf/%{NAME}-%{version}.tar.gz
BuildRequires:	suitesparse-common-devel >= 4.0.0

%description
BTF is a software package for permuting a matrix into block upper
triangular form. It includes a maximum transversal algorithm, which
finds a permutation of a square or rectangular matrix so that it has a
zero-free diagonal (if one exists); otherwise, it finds a maximal
matching which maximizes the number of nonzeros on the diagonal.  The
package also includes a method for finding the strongly connected
components of a graph. These two methods together give the
permutation to block upper triangular form.

%package -n %{libname}
Summary:	Library of routines for permuting a matrix into block upper triangular form
Group:		System/Libraries

%description -n %{libname}
BTF is a software package for permuting a matrix into block upper
triangular form. It includes a maximum transversal algorithm, which
finds a permutation of a square or rectangular matrix so that it has a
zero-free diagonal (if one exists); otherwise, it finds a maximal
matching which maximizes the number of nonzeros on the diagonal.  The
package also includes a method for finding the strongly connected
components of a graph. These two methods together give the
permutation to block upper triangular form.

This package contains the library needed to run programs dynamically
linked against %{NAME}.

%package -n %{develname}
Summary:	C routines for permuting a matrix into block upper triangular form
Group:		Development/C
Requires:	suitesparse-common-devel >= 4.0.0
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
BTF is a software package for permuting a matrix into block upper
triangular form. It includes a maximum transversal algorithm, which
finds a permutation of a square or rectangular matrix so that it has a
zero-free diagonal (if one exists); otherwise, it finds a maximal
matching which maximizes the number of nonzeros on the diagonal.  The
package also includes a method for finding the strongly connected
components of a graph. These two methods together give the
permutation to block upper triangular form.

This package contains the files needed to develop applications which
use %{NAME}.

%prep
%setup -q -c -n %{name}-%{version}
cd %{NAME}
find . -perm 640 | xargs chmod 644
mkdir ../SuiteSparse_config
ln -sf %{_includedir}/suitesparse/SuiteSparse_config.* ../SuiteSparse_config

%build
cd %{NAME}
pushd Lib
    %make -f Makefile CC=%__cc CFLAGS="%{optflags} -fPIC -I%{_includedir}/suitesparse" INC=
    %__cc -shared -Wl,-soname,lib%{name}.so.%{major} -o lib%{name}.so.%{version} *.o
popd

%install
cd %{NAME}

%__install -d -m 755 %{buildroot}%{_libdir}
%__install -d -m 755 %{buildroot}%{_includedir}/suitesparse

for f in Lib/*.so*; do
    %__install -m 755 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Lib/*.a; do
    %__install -m 644 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Include/*.h; do
    %__install -m 644 $f %{buildroot}%{_includedir}/suitesparse/`basename $f`
done

%__ln_s lib%{name}.so.%{version} %{buildroot}%{_libdir}/lib%{name}.so

%__install -d -m 755 %{buildroot}%{_docdir}/%{name}
%__install -m 644 README.txt Doc/*.txt Doc/ChangeLog %{buildroot}%{_docdir}/%{name}

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_docdir}/%{name}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.2.0-2
+ Revision: 8b97c5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 463 |14cr|bubblemon-1.46-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	WindowMaker dockapp CPU, memory, swap and load average monitor
Name:		bubblemon
Version:	1.46
Release:	7
License:	GPLv2+
Group:          Graphical desktop/WindowMaker
Source0:	%{name}-dockapp-%{version}.tar.bz2
Source1:	%{name}-icons.tar.bz2
Patch0:		%{name}-1.46-fix-overlinking.patch
URL:		http://www.ne.jp/asahi/linux/timecop/
BuildRequires:	pkgconfig(x11)
BuildRequires:  xpm-devel 
BuildRequires:  gtk+-devel = 1.2.10

%description
 This is a system monitoring dockapp, visually based on the GNOME "BubbleMon"
 applet. Basically, it displays CPU and memory load as bubbles in a jar of
 water. But that is where similarity ends. New bubblemon-dockapp features
 translucent CPU load meter (for accurate CPU load measurement), yellow duck
 swimming back and forth on the water surface (just for fun), and fading load
 average and memory usage screens. Either of the info screens can be locked to
 stay on top of water/duck/cpu screen, so that you can see both statistics at
 once. Pretty nifty toy for your desktop. Code has been thoroughly optimized
 since version 1.0, and even with all the features compiled in, BubbleMon still
 uses very little CPU time. All the extra "bloated" features can be compiled
 out or disabled on command-line, if you prefer original "BubbleMon" look.

%prep
%setup -q -n %{name}-dockapp-%{version}
%patch0 -p1

%build
make EXTRA="-DENABLE_DUCK -DENABLE_CPU -DENABLE_MEMSCREEN" \
CFLAGS="$RPM_OPT_FLAGS `gtk-config --cflags` \${EXTRA} \${WMAN}"
     
%install
[ -d %buildroot ] && rm -rf %buildroot

install -m 755 -d %buildroot%{_miconsdir}
install -m 755 -d %buildroot%{_iconsdir}
install -m 755 -d %buildroot%{_liconsdir}
tar xOjf %SOURCE1 %{name}-16x16.png > %buildroot%{_miconsdir}/%{name}.png
tar xOjf %SOURCE1 %{name}-32x32.png > %buildroot%{_iconsdir}/%{name}.png
tar xOjf %SOURCE1 %{name}-48x48.png > %buildroot%{_liconsdir}/%{name}.png

install -m 755 bubblemon -D %buildroot%{_bindir}/bubblemon


mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=Monitoring-duck-in-a-jar dockapp
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-System-Monitoring;System;Monitor;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr (-,root,root)
%doc ChangeLog README SUPPORTED_SYSTEMS doc/Xdefaults.sample
%{_bindir}/*
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.46-7
+ Revision: f90c5b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 464 |14cr|bubbros-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           bubbros
Version:        1.6
Release:        3
Summary:        Bub and Brothers game inspired by the classic Bubble and Bobble
Group:          Games/Arcade
License:        MIT and Artistic 2.0
#               Code under MIT
#               Sound and Graphics under Artistic 2.0, as released by Sebastian Wegner, in an email on 28/09/2009.
URL:            http://bub-n-bros.sourceforge.net/
Source0:        http://downloads.sourceforge.net/bub-n-bros/%{name}-%{version}.tar.bz2
Source1:        bubbros.desktop
Source2:        bubbros-client.sh
Source3:        bubbros-server.sh
Source4:        bubbros.sh
Source5:        bubbros-license-Artistic2.0.txt
Patch0:         bubbros-1.5-fixes.patch
BuildRequires:  python-devel imagemagick desktop-file-utils  
BuildRequires:  java-sdk
BuildRequires:  x11-proto-devel
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xext)
Requires:       pygame pygtk2 hicolor-icon-theme
# htmlview

%description
This is a direct clone of the MacOS game Bub & Bob of McSebi. Thanks Sebi for
all the cool graphics and sounds!

Features:

    * 1 to 10 players -- the best fun is with at least 3 players!
    * Same gameplay as the famous McSebi's Bub & Bob.
    * Over-the-network game and/or up to 3 players on the same computer.
    * Completely original crazy bonuses!
    * Capture other players in a bubble!
    * New levels, including a random level generator!


%prep
%setup -q
#no backups for this patch, otherwise they end up getting installed!
%patch0 -p1
sed -i 's:#! /usr/bin/env python:#!%{__python}:' BubBob.py bubbob/bb.py \
  display/Client.py
chmod +x display/Client.py
# for %doc
mv bubbob/levels/README.txt levels.txt
install -m 644 %{SOURCE5} artistic.txt

%build
make %{?_smp_mflags}
pushd bubbob/images
python buildcolors.py
popd
pushd java
rm *.class
make
popd
convert bubbob/images/dragon_0.ppm -transparent '#010101' -crop 32x32+0+0 \
  %{name}.png


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_libdir}/%{name}
mkdir -p %{buildroot}%{_mandir}/man6
# copying the complete dirs and then removing the unwanted bits is easier :)
cp -a BubBob.py bubbob common display http2 java metaserver \
  %{buildroot}%{_datadir}/%{name}
rm -fr %{buildroot}%{_datadir}/%{name}/bubbob/build
rm -fr %{buildroot}%{_datadir}/%{name}/bubbob/doc
rm -fr %{buildroot}%{_datadir}/%{name}/display/build
rm -fr %{buildroot}%{_datadir}/%{name}/display/windows
rm     %{buildroot}%{_datadir}/%{name}/display/*_windows.py
rm -fr %{buildroot}%{_datadir}/%{name}/http2/sf
rm     %{buildroot}%{_datadir}/%{name}/http2/header.png
rm     %{buildroot}%{_datadir}/%{name}/java/pclient.java
rm `find %{buildroot}%{_datadir}/%{name} -name '*.c'`
rm `find %{buildroot}%{_datadir}/%{name} -name 'Makefile'`
rm `find %{buildroot}%{_datadir}/%{name} -name 'setup.py'`
# put the .so files in %{libdir}
mv `find %{buildroot}%{_datadir}/%{name} -name '*.so'` \
  %{buildroot}%{_libdir}/%{name}
# create the symlinks in /usr/bin, these must be absolute links!
install -m 755 %{SOURCE2} %{buildroot}%{_bindir}/bubbros-client
install -m 755 %{SOURCE3} %{buildroot}%{_bindir}/bubbros-server
install -m 755 %{SOURCE4} %{buildroot}%{_bindir}/bubbros
# install the manpages
install -m 644 doc/BubBob.py.1 %{buildroot}%{_mandir}/man6/bubbros.6
install -m 644 doc/bb.py.1 %{buildroot}%{_mandir}/man6/bubbros-server.6
install -m 644 doc/Client.py.1 %{buildroot}%{_mandir}/man6/bubbros-client.6
# below is the desktop file and icon stuff.
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --vendor dribble           \
  --dir %{buildroot}%{_datadir}/applications \
  %{SOURCE1}
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -p -m 644 %{name}.png \
  %{buildroot}%{_datadir}/icons/hicolor/32x32/apps


%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc LICENSE.txt artistic.txt levels.txt
%{_bindir}/bubbros*
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/dribble-%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_mandir}/man6/bubbros*.6.*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-3
+ Revision: a7322e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 465 |14cr|buffer-1.19-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	General purpose buffer program
Name:		buffer
Version:	1.19
Release:	11
License:	GPLv2+
Group:		Archiving/Backup
Source0:	%{name}-%{version}.tar.bz2
Patch0:		buffer_1.19-7.patch.bz2

%description
This is a program designed to speed up writing tapes on remote tape
drives. After startup it splits itself into two processes. The first
process reads (and reblocks) from stdin into a shared memory buffer.
The second writes from the shared memory buffer to stdout.  Doing it this way
means that the writing side effectly sits in a tight write loop and
doesn't have to wait for input.  Similarly for the input side.  It is
this waiting that slows down other reblocking processes, like dd.

%files
%doc COPYING README
%{_bindir}/buffer
%{_mandir}/man1/buffer.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
make CFLAGS="%{optflags}"

%install
install -m 755 -D buffer %{buildroot}%{_bindir}/buffer
install -m 644 -D buffer.man %{buildroot}%{_mandir}/man1/buffer.1


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.19-11
+ Revision: 6ed339a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 466 |14cr|bugsquish-0.0.6-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	bugsquish
%define	version	0.0.6
%define release	16
%define	Summary	Kill bugs with mouse

Summary:	%{Summary}
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	ftp://ftp.sonic.net/pub/users/nbs/unix/x/bugsquish/%{name}-%{version}.tar.bz2
Source5:	%{name}-16.png
Source6:	%{name}-32.png
Source7:	%{name}-48.png
Patch0:		bugsquish-0.0.2-fix-CFLAGS.patch.bz2
License:	GPL
Url:		http://newbreedsoftware.com/bugsquish/
Group:		Games/Arcade
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	SDL-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel

%description
Bugs are trying to suck blood out of your arm! Squish them with with your fly
swatter before you run out of blood.

%prep
%setup -q
%patch0 -p1
chmod a+r -R .
rm -rf `find -name .xvpics`

%build
%make CFLAGS="%{optflags} %ldflags" DATA_PREFIX=%{_gamesdatadir}/%{name}/

%install
rm -rf $RPM_BUILD_ROOT
install -D %{name} $RPM_BUILD_ROOT%{_gamesbindir}/%{name}
install -d $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}
cp -a data/* $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Bugsquish
Comment=%{summary}
Exec=%_gamesbindir/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

install -D -m644 %SOURCE6 $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -D -m644 %SOURCE5 $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -D -m644 %SOURCE7 $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS.txt CHANGES.txt README.txt
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/*
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.6-16
+ Revision: de20d06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 467 |14cr|bugzilla-4.0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoprov 'perl(.*)'
%define __noautoreq 'perl\\(XML::Twig\\)|perl\\(MIME::Parser\\)|perl\\(Bugzilla.*\\)|perl\\(DBD::.*\\)|perl\\(DBI::st\\)|perl\\(DBI::db\\)|perl\\(TheSchwartz\\)'
%else
%define _provides_exceptions perl(.*)
%define _requires_exceptions perl(\\(XML::Twig\\|MIME::Parser\\|Bugzilla.*\\|DBD::.*\\|DBI::st\\))
%endif

Name:		bugzilla
Version:	4.0.1
Release:	9

Summary:	A bug tracking system developed by mozilla.org
License:	MPL
Group:		Networking/WWW
Url:		http://www.bugzilla.org
Source0:	ftp://ftp.mozilla.org/pub/mozilla.org/webtools/%{name}-%{version}.tar.gz
Patch0:		%{name}-3.6.3-fhs.patch
Patch1:		%{name}-4.0.1-dont-mess-file-perms.patch
# https://bugzilla.mozilla.org/show_bug.cgi?id=392482
Patch2:		%{name}-3.6-extern-id.patch
Requires:	apache
Requires:	perl(CGI) >= 1:3.500.0
Requires:	perl(Date::Format) >= 2.21
Requires:	perl(DateTime)     >= 0.280.0
Requires:	perl(Digest::SHA)
Requires:	perl(File::Spec)   >= 0.840.0
Requires:	perl(DBI)          >= 1.410.0
Requires:	perl(Template)     >= 2.120.0
Requires:	perl(Email::Send)  >= 2.0.0
Requires:	perl(Email::MIME::Modifier)
Requires:	sendmail-command
%if %mdkversion < 201010
Requires(post):   rpm-helper
Requires(postun):   rpm-helper
%endif
Suggests: diffutils
Suggests: graphviz
Suggests: patchutils
Suggests: perl(DBD::mysql) >= 4.0.0
Suggests: perl(DBD::Pg)    >= 1.45.0
Suggests: perl(GD)
Suggests: perl(GD::Graph)
Suggests: perl(GD::TextUtil)
Suggests: perl(Chart::Base)
Suggests: perl(Net::LDAP)
Suggests: perl(PatchReader)
Suggests: perl(XML::Parser)
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}

%description
Bugzilla is one example of a class of programs called "Defect Tracking
Systems", or, more commonly, "Bug-Tracking Systems". Defect Tracking Systems
allow individual or groups of developers to keep track of outstanding bugs
in their product effectively.

%package contrib
Summary:	Additional tools for %{name}
Group:		Networking/WWW

%description contrib
This package contains additional tools for %{name}.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
find . -name CVS -o -name .cvsignore | xargs rm -rf

# fix perms
chmod -R go=u-w .
chmod 644 Bugzilla/Bug.pm
chmod 644 template/en/default/admin/keywords/*
chmod 755 docs/makedocs.pl

# fix paths
find . -type f | xargs perl -pi -e "s|/usr/local/bin|%{_bindir}|g"

# fix contrib documentation files names
(cd contrib/bugzilla-submit && mv README README.bugzilla-submit)

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_datadir}/%{name}/www
install -m 755 *.cgi %{buildroot}%{_datadir}/%{name}/www
cp -pr js skins images robots.txt %{buildroot}%{_datadir}/%{name}/www
install -d -m 755 %{buildroot}%{_datadir}/%{name}/extensions
install -d -m 755 %{buildroot}%{_datadir}/%{name}/www/skins/custom
install -d -m 755 %{buildroot}%{_datadir}/%{name}/www/skins/contrib

install -d -m 755 %{buildroot}%{_datadir}/%{name}/lib
install -d -m 755 %{buildroot}%{_datadir}/%{name}/bin

# only install english templates (bug #61555)
install -d -m 755 %{buildroot}%{_datadir}/%{name}/template
cp -pr template/en %{buildroot}%{_datadir}/%{name}/template

cp -pr Bugzilla %{buildroot}%{_datadir}/%{name}/lib
install -m 644 Bugzilla.pm \
	%{buildroot}%{_datadir}/%{name}/lib
install -m 755 collectstats.pl \
	testserver.pl \
	checksetup.pl \
	importxml.pl \
	whineatnews.pl \
	whine.pl \
	contrib/bugzilla_ldapsync.rb \
	contrib/bzdbcopy.pl \
	contrib/cvs-update.pl \
	contrib/jb2bz.py \
	contrib/merge-users.pl \
	contrib/mysqld-watcher.pl \
	contrib/sendbugmail.pl \
	contrib/sendunsentbugmail.pl \
	contrib/syncLDAP.pl \
	contrib/yp_nomail.sh \
	contrib/bugzilla-submit/bugzilla-submit \
	contrib/cmdline/buglist \
	contrib/cmdline/bugs \
	%{buildroot}%{_datadir}/%{name}/bin
cp -p bugzilla.dtd %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 contrib/cmdline/query.conf %{buildroot}%{_sysconfdir}/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# Bugzilla Apache configuration
Alias /bugzilla/data %{_localstatedir}/lib/bugzilla/
Alias /%{name} %{_datadir}/%{name}/www

<Directory %{_datadir}/%{name}/www>
    Require all granted

    Options ExecCGI
    DirectoryIndex index.cgi
</Directory>

# The duplicates.rdf must be accessible, as it is used by
# duplicates.xul
<Directory %{_localstatedir}/lib/bugzilla>
    <Files duplicates.rdf>
        Require all granted
    </Files>
</Directory>

# The dot files must be accessible to the public webdot server
# The png files locally created locally must be accessible
<Directory %{_localstatedir}/lib/bugzilla/webdot>
    <FilesMatch \.dot$>
        Require host research.att.com
    </FilesMatch>

    <FilesMatch \.png$>
        Require all granted
    </FilesMatch>
</Directory>
EOF

# cron task
install -d -m 755 %{buildroot}%{_sysconfdir}/cron.d
cat > %{buildroot}%{_sysconfdir}/cron.d/%{name} <<EOF
0 0 * * *     apache     %{_datadir}/%{name}/bin/collectstats.pl > /dev/null 2>&1
0 0 * * *     apache     %{_datadir}/%{name}/bin/whineatnews.pl > /dev/null 2>&1
*/15 * * * *     apache     %{_datadir}/%{name}/bin/whine.pl > /dev/null 2>&1
EOF

cat > README.mdv <<EOF
Mandriva RPM specific notes

setup
-----
The setup used here differs from default one, to achieve better FHS compliance.
- the constant files are in %{_datadir}/%{name}
- the variables files are in %{_localstatedir}/lib/%{name}
- the configuration file will be generated in %{_sysconfdir}/%{name}

post-installation
-----------------
You have to create the MySQL database, and run %{_datadir}/%{name}/bin/checksetup.pl

Additional useful packages
--------------------------
- perl-GD, perl-GDGraph, perl-GD-TextUtil and perl-Chart for graphical reports
- perl-XML-Parser for importing XML bugs
- perl-Net-LDAP for LDAP authentication
- perl-PatchReader, cvs, diffutils and patchutils for patch viewer
- graphviz for graphical view of dependency relationships
- a MySQL database, either locale or remote
EOF

%clean
rm -rf %{buildroot}



%files
%defattr(-,root,root)
%doc README README.mdv docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/cron.d/%{name}
%{_datadir}/%{name}
%{_sysconfdir}/%{name}
%attr(-,apache,apache) %{_localstatedir}/lib/%{name}
%exclude %{_datadir}/%{name}/bin/bugzilla_ldapsync.rb
%exclude %{_datadir}/%{name}/bin/cvs-update.pl
%exclude %{_datadir}/%{name}/bin/jb2bz.py
%exclude %{_datadir}/%{name}/bin/mysqld-watcher.pl
%exclude %{_datadir}/%{name}/bin/sendbugmail.pl
%exclude %{_datadir}/%{name}/bin/sendunsentbugmail.pl
%exclude %{_datadir}/%{name}/bin/syncLDAP.pl
%exclude %{_datadir}/%{name}/bin/yp_nomail.sh
%exclude %{_datadir}/%{name}/bin/bugzilla-submit
%exclude %{_datadir}/%{name}/bin/buglist
%exclude %{_datadir}/%{name}/bin/bugs
%exclude %{_sysconfdir}/%{name}/query.conf

%files contrib
%defattr(-,root,root)
%doc contrib/README
%doc contrib/bugzilla-submit/README.bugzilla-submit
%{_datadir}/%{name}/bin/bugzilla_ldapsync.rb
%{_datadir}/%{name}/bin/cvs-update.pl
%{_datadir}/%{name}/bin/jb2bz.py
%{_datadir}/%{name}/bin/mysqld-watcher.pl
%{_datadir}/%{name}/bin/sendbugmail.pl
%{_datadir}/%{name}/bin/sendunsentbugmail.pl
%{_datadir}/%{name}/bin/syncLDAP.pl
%{_datadir}/%{name}/bin/yp_nomail.sh
%{_datadir}/%{name}/bin/bugzilla-submit
%{_datadir}/%{name}/bin/buglist
%{_datadir}/%{name}/bin/bugs
%config(noreplace) %{_sysconfdir}/%{name}/query.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.1-9
+ Revision: 9962a94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 468 |14cr|buildbot-0.8.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global slaveversion 0.8.5

Name:           buildbot
Version:        0.8.5
Release:        3
Summary:        Build/test automation system
Group:          Development/Python
License:        GPLv2+
URL:            http://buildbot.net
Source0:        http://buildbot.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:        http://buildbot.googlecode.com/files/%{name}-slave-%{slaveversion}.tar.gz  
Patch0:         buildbot-contrib-shebang.patch
Patch1:         buildbot-alchemy-migrate-req.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:  python-devel
BuildRequires:  python-sphinx
BuildRequires:  python-setuptools
Requires:       python-twisted >= 2.0.0
Requires:       python-jinja2
BuildArch:  noarch

# Turns former package into a metapackage for installing everything
Requires:       %{name}-master = %{version}
#docs disabled
#%%Requires:       %{name}-doc = %{version}
Requires:       %{name}-slave = %{slaveversion}

%description
The BuildBot is a system to automate the compile/test cycle required by
most software projects to validate code changes. By automatically
rebuilding and testing the tree each time something has changed, build
problems are pinpointed quickly, before other developers are
inconvenienced by the failure.

%package master
Summary:        Build/test automation system
Group:          Development/Python
License:        GPLv2+

%description master
The BuildBot is a system to automate the compile/test cycle required by
most software projects to validate code changes. By automatically
rebuilding and testing the tree each time something has changed, build
problems are pinpointed quickly, before other developers are
inconvenienced by the failure.

%package slave
Version:        %{slaveversion}   
Summary:        Build/test automation system
Group:          Development/Python
License:        GPLv2

%description slave
This package contains only the buildslave implementation.
The buildbot-master package contains the buildmaster.


#%%package doc
#Summary:    Buildbot documentation
#Group:      Documentation

#%%description doc
#Buildbot documentation

%prep
%setup -q -b 1 -n %{name}-slave-%{slaveversion}
%setup -q
%patch0 -p0
%patch1 -p0

# include only generated images in binary rpm
#mkdir images && mv docs/images/*.png images/

%build
%{__python} setup.py build

# disable for now, tarball is borked
#pushd docs
#make docs.tgz
#popd

pushd ../%{name}-slave-%{slaveversion}
%{__python} setup.py build
popd

%install
rm -rf %{buildroot}

%{__python} setup.py install -O1 --skip-build --root %{buildroot}

mkdir -p %{buildroot}%{_datadir}/%{name}/ \
         %{buildroot}%{_mandir}/man1/ \
#         %{buildroot}%{_docdir}/%{name}-%{version}

cp -R contrib %{buildroot}/%{_datadir}/%{name}/

# install the man page
cp docs/buildbot.1 %{buildroot}%{_mandir}/man1/buildbot.1

# install HTML documentation
#tar xf docs/docs.tgz --strip-components=1 -C %{buildroot}%{_docdir}/%{name}-%{version}

# clean up Windows contribs.
sed -i 's/\r//' %{buildroot}/%{_datadir}/%{name}/contrib/windows/*
chmod -x %{buildroot}/%{_datadir}/%{name}/contrib/windows/*

# install slave files
cd ../%{name}-slave-%{slaveversion}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

# Fix permissions
chmod 0755 %{buildroot}/%{_datadir}/%{name}/contrib/fix_changes_pickle_encoding.py

%clean
rm -rf %{buildroot}

%files

%files master
%defattr(-,root,root,-)
%doc COPYING CREDITS NEWS README UPGRADING
%doc %{_mandir}/man1/buildbot.1.xz
%{_bindir}/buildbot
%{python_sitelib}/buildbot
%{python_sitelib}/buildbot-*.egg-info
%{_datadir}/%{name}

%files slave
%doc COPYING NEWS README UPGRADING
%defattr(-,root,root,-)
%{_bindir}/buildslave
%{python_sitelib}/buildslave
%{python_sitelib}/buildbot_slave*.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.5-3
+ Revision: 9f83002
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 469 |14cr|bullet-2.82-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# In 2.82 multithreading support is off for linux
%bcond_with multithreading

%define major %{version}

Summary:	Professional 3D collision detection library
Name:		bullet
Version:	2.82
Release:	2
License:	Zlib
Group:		System/Libraries
Url:		http://www.bulletphysics.com
Source0:	http://bullet.googlecode.com/files/%{name}-%{version}-r2704.tgz
Patch0:		bullet-2.80-extras-version.patch
BuildRequires:	cmake
BuildRequires:	libtool
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	perl-Template-Toolkit
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(libxml-2.0)

%description
Bullet 3D Game Multiphysics Library provides state of the art
collision detection, soft body and rigid body dynamics.

* Used by many game companies in AAA titles on Playstation 3,
  XBox 360, Nintendo Wii and PC
* Modular extendible C++ design with hot-swap of most components
* Optimized back-ends with multi-threaded support for Playstation 3
  Cell SPU and other platforms
* Discrete and continuous collision detection (CCD)
* Swept collision queries
* Ray casting with custom collision filtering
* Generic convex support (using GJK), capsule, cylinder, cone, sphere,
  box and non-convex triangle meshes.
* Rigid body dynamics including constraint solvers, generic
  constraints, ragdolls, hinge, ball-socket
* Support for constraint limits and motors
* Soft body support including cloth, rope and deformable
* Bullet is integrated into Blender 3D and provides a Maya Plugin
* Supports import and export into COLLADA 1.4 Physics format
* Support for dynamic deformation of non-convex triangle meshes, by
  refitting the acceleration structures

The Library is free for commercial use and open source
under the ZLib License.

#----------------------------------------------------------------------------

%package demo
Summary:	A demo programs using bullet library
Group:		Graphics

%description demo
A demo programs using bullet library.

%files demo
%{_bindir}/%{name}-*

#----------------------------------------------------------------------------

%define libBulletCollision %mklibname BulletCollision %{major}

%package -n %{libBulletCollision}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4
Obsoletes:	%{_lib}bullet2 < 2.80-4

%description -n %{libBulletCollision}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libBulletCollision}
%{_libdir}/libBulletCollision.so.%{major}

#----------------------------------------------------------------------------

%define libBulletDynamics %mklibname BulletDynamics %{major}

%package -n %{libBulletDynamics}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4
Obsoletes:	%{_lib}MiniCL2.80 < 2.82
Obsoletes:	%{_lib}BulletMultiThreaded2.80 < 2.82

%description -n %{libBulletDynamics}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libBulletDynamics}
%{_libdir}/libBulletDynamics.so.%{major}

#----------------------------------------------------------------------------

%define libBulletFileLoader %mklibname BulletFileLoader %{major}

%package -n %{libBulletFileLoader}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libBulletFileLoader}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libBulletFileLoader}
%{_libdir}/libBulletFileLoader.so.%{major}

#----------------------------------------------------------------------------

%define libBulletMultiThreaded %mklibname BulletMultiThreaded %{major}

%if %{with multithreading}
%package -n %{libBulletMultiThreaded}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libBulletMultiThreaded}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libBulletMultiThreaded}
%{_libdir}/libBulletMultiThreaded.so.%{major}
%endif

#----------------------------------------------------------------------------

%define libBulletSoftBody %mklibname BulletSoftBody %{major}

%package -n %{libBulletSoftBody}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libBulletSoftBody}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libBulletSoftBody}
%{_libdir}/libBulletSoftBody.so.%{major}

#----------------------------------------------------------------------------

%define libBulletWorldImporter %mklibname BulletWorldImporter %{major}

%package -n %{libBulletWorldImporter}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libBulletWorldImporter}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libBulletWorldImporter}
%{_libdir}/libBulletWorldImporter.so.%{major}

#----------------------------------------------------------------------------

%define libBulletXmlWorldImporter %mklibname BulletXmlWorldImporter %{major}

%package -n %{libBulletXmlWorldImporter}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries

%description -n %{libBulletXmlWorldImporter}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libBulletXmlWorldImporter}
%{_libdir}/libBulletXmlWorldImporter.so.%{major}

#----------------------------------------------------------------------------

%define libConvexDecomposition %mklibname ConvexDecomposition %{major}

%package -n %{libConvexDecomposition}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libConvexDecomposition}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libConvexDecomposition}
%{_libdir}/libConvexDecomposition.so.%{major}

#----------------------------------------------------------------------------

%define libGIMPACTUtils %mklibname GIMPACTUtils %{major}

%package -n %{libGIMPACTUtils}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libGIMPACTUtils}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libGIMPACTUtils}
%{_libdir}/libGIMPACTUtils.so.%{major}

#----------------------------------------------------------------------------

%define libGLUI %mklibname GLUI %{major}

%package -n %{libGLUI}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libGLUI}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libGLUI}
%{_libdir}/libGLUI.so.%{major}

#----------------------------------------------------------------------------

%define libHACD %mklibname HACD %{major}

%package -n %{libHACD}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libHACD}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libHACD}
%{_libdir}/libHACD.so.%{major}

#----------------------------------------------------------------------------

%define libLinearMath %mklibname LinearMath %{major}

%package -n %{libLinearMath}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libLinearMath}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libLinearMath}
%{_libdir}/libLinearMath.so.%{major}

#----------------------------------------------------------------------------

%define libMiniCL %mklibname MiniCL %{major}

%if %{with multithreading}
%package -n %{libMiniCL}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libMiniCL}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libMiniCL}
%{_libdir}/libMiniCL.so.%{major}
%endif

#----------------------------------------------------------------------------

%define libOpenGLSupport %mklibname OpenGLSupport %{major}

%package -n %{libOpenGLSupport}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libOpenGLSupport}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libOpenGLSupport}
%{_libdir}/libOpenGLSupport.so.%{major}

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Development headers for Bullet
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libBulletCollision} = %{EVRD}
Requires:	%{libBulletDynamics} = %{EVRD}
Requires:	%{libBulletFileLoader} = %{EVRD}
%if %{with multithreading}
Requires:	%{libBulletMultiThreaded} = %{EVRD}
Requires:	%{libMiniCL} = %{EVRD}
%endif
Requires:	%{libBulletSoftBody} = %{EVRD}
Requires:	%{libBulletWorldImporter} = %{EVRD}
Requires:	%{libBulletXmlWorldImporter} = %{EVRD}
Requires:	%{libConvexDecomposition} = %{EVRD}
Requires:	%{libGIMPACTUtils} = %{EVRD}
Requires:	%{libGLUI} = %{EVRD}
Requires:	%{libHACD} = %{EVRD}
Requires:	%{libLinearMath} = %{EVRD}
Requires:	%{libOpenGLSupport} = %{EVRD}
Requires:	pkgconfig(libxml-2.0)

%description -n %{devname}
Development headers for Bullet, a 3D collision library.

%files -n %{devname}
%doc AUTHORS README COPYING ChangeLog NEWS VERSION *.pdf
%dir %{_includedir}/%{name}
%{_libdir}/*.so
%{_includedir}/%{name}/*
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/cmake/%{name}/*.cmake

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-r2704
%patch0 -p1
rm -f src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/CMakeLists.txt Demos/OpenCLClothDemo/CMakeLists.txt

%build
%cmake \
	-DBUILD_EXTRAS=ON -DINCLUDE_INSTALL_DIR=%{_includedir}/bullet
%make

%install
cd build
%makeinstall_std

#install demos
mkdir -p %{buildroot}%{_bindir}
for i in `find -type f -name *Demo`; do
    install -m 755 $i %{buildroot}%{_bindir}/bullet-`basename $i`
done

# install libs from Extras
pushd Extras
find . -name '*.so*' -exec cp -a {} %{buildroot}%{_libdir} \;
popd

# install libs from Demos
pushd Demos
find . -name '*.so*' -exec cp -a {} %{buildroot}%{_libdir} \;
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.82-2
+ Revision: 4ee7243
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 470 |14cr|bumprace-1.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	bumprace
%define	version	1.5.3
%define release	4

Summary:	Drive the ship to exit
Name:		%{name}
Epoch:		1
Version:	%{version}
Release:	%{release}
Source0:	http://www.linux-games.com/bumprace/bumprace-%{version}.tar.gz
Source5:	%{name}-16.png
Source6:	%{name}-32.png
Source7:	%{name}-48.png
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.linux-games.com/bumprace
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}buildroot

%description
BumpRace is a simple arcade game. You've to get from the start to the finish
line without crashing into deadly blocks. This game is really easy to learn!

%prep
%setup -q

%build
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Bumprace
Comment=%{summary}
Exec=%_gamesbindir/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

install -D -m644 %SOURCE6 $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -D -m644 %SOURCE5 $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -D -m644 %SOURCE7 $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS FAQ NEWS README
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/*
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.5.3-4
+ Revision: 1ff2da0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 471 |14cr|buoy-1.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    buoy
%define version 1.9
%define release 3

Name:           %{name}
Version:        %{version}
Release:        %{release}

Summary:        A toolkit for creating user interfaces in Java programs
URL:            http://buoy.sourceforge.net/
Group:          Development/Java

Source0:        Buoy%{version}.zip
Source1:        Buoyx%{version}.zip
# Fix rpmlint fail
Patch0:         fix-indexed-jars.patch
# The original ant build doesnt make buoyx's javadoc
Patch1:         fix-javadoc.patch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:        Public Domain

BuildArch:      noarch

BuildRequires:  java-rpmbuild
BuildRequires:  ant
BuildRequires:  ant-nodeps

Requires:       java >= 1.4

%description
Buoy is a library for creating user interfaces in Java programs. 
It is built on top of Swing, but provides a completely new set
of classes to represent graphical components.

The current version of Buoy is 1.9, released May 1, 2008.
It is stable, extensively tested, and ready for production use. 


%files
%defattr(-,root,root,-)
%doc AboutBuoy.html
%_javadir/*.jar

#--------------------------------------------------------------------

%package javadoc
Summary:        Javadoc for buoy
Group:          Development/Java

%description javadoc
Javadoc for buoy.


%files javadoc
%defattr(-,root,root,-)
%_javadocdir/*

#--------------------------------------------------------------------

%prep
# %setup -q -n Buoy\ Folder  Doesnt work
# because of the space in the dirname 
%setup -qc -a1
cp -r Buoy\ Folder/* .
# renaming the folder
mv Buoyx\ Folder src
mv buoy src/
rm src/Buoyx.jar
%patch0 -p0
%patch1 -p0

%build
export CLASSPATH="."
%ant -buildfile buoy.xml dist docs

%install
rm -rf $RPM_BUILD_ROOT

%__install -dm 755 $RPM_BUILD_ROOT%_javadir
%__install -m 644 Buoy.jar $RPM_BUILD_ROOT%_javadir/%{name}-%{version}.jar
%__install -m 644 Buoyx.jar $RPM_BUILD_ROOT%_javadir/%{name}x-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%_javadir/%{name}.jar
ln -s %{name}x-%{version}.jar $RPM_BUILD_ROOT%_javadir/%{name}x.jar

# javadoc
%__install -dm 755 $RPM_BUILD_ROOT%_javadocdir/%{name}-%{version}
cd docs
cp -pr * $RPM_BUILD_ROOT%_javadocdir/%{name}-%{version}
cd ..
ln -s %{name}-%{version} $RPM_BUILD_ROOT%_javadocdir/%{name}

%clean
rm -rf $RPM_BUILD_ROOT




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9-3
+ Revision: 0288890
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 472 |14cr|bup-0.26-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Efficient backup system based on the git packfile format
Name:		bup
Version:	0.26
Release:	1
License:	GPLv2+
Group:		Archiving/Backup
Url:		https://github.com/bup/bup
Source0:	https://github.com/bup/bup/archive/%{name}-%{version}.tar.gz
BuildRequires:	git
BuildRequires:	python-fuse
BuildRequires:	python-pylibacl
BuildRequires:	python-xattr
BuildRequires:	pkgconfig(python)
Requires:	git
Requires:	python-fuse
Requires:	python-pylibacl
Requires:	python-xattr

%description
Bup is a very efficient backup system based on the git packfile format,
providing fast incremental saves and global deduplication (among and
within files, including virtual machine images).

%files
%{_bindir}/%{name}
# this path seems to be hardcoded so using _libdir requires testing,
# just leave it like that for now
%{_prefix}/lib/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure
%make

%install
%makeinstall_std

%check
# Tests are quite long, don't enable them for ABF
# make check

%changelog
* Thu Sep 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.26-1
+ Revision: a029d38
- Update BuildRequires and Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 473 |14cr|burgerspace-1.9.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		burgerspace
Version:	1.9.2
Release:	2
Summary:	A Burgertime(TM) clone
License:	GPLv2+
Group:		Games/Arcade
URL:		http://sarrazip.com/dev/burgerspace.html
Source0: 	http://perso.b2b2c.ca/sarrazip/dev/%{name}-%{version}.tar.gz
Source1:	%{name}-16x16.png.bz2
Source2:	%{name}-32x32.png.bz2
Source3:	%{name}-48x48.png.bz2
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	flatzebra-devel >= 0.1.6


%description
Clone of the Burgertime video game.  You are a chef that must walk
over hamburger ingredients in a maze while avoiding enemies.

Use the arrow keys to move, the left Ctrl key to throw pepper, and
P to pause the game and resume it. The Escape key quits the game.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

#icon
%__mkdir_p %{buildroot}%{_iconsdir}
%__mkdir_p %{buildroot}%{_miconsdir}
%__mkdir_p %{buildroot}%{_liconsdir}
bzcat %{SOURCE1} > %{buildroot}%{_miconsdir}/%{name}.png
bzcat %{SOURCE2} > %{buildroot}%{_iconsdir}/%{name}.png
bzcat %{SOURCE3} > %{buildroot}%{_liconsdir}/%{name}.png

%__rm -fr %{buildroot}%{_defaultdocdir}/%{name}-*

%files
%doc AUTHORS COPYING NEWS README THANKS 
%{_bindir}/burgerspace
%{_bindir}/burgerspace-server
%{_datadir}/sounds/*
%{_mandir}/man6/burgerspace.6*
%{_mandir}/man6/burgerspace-server.6*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/*
%{_datadir}/pixmaps/*.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.2-2
+ Revision: e9c42fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 474 |14cr|bvi-1.3.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A vi-like binary file editor
Name:		bvi
Version:	1.3.2
Release:	9
License:	GPLv2+
Group:		Editors
Url:		http://bvi.sourceforge.net/
Source0:	bvi-%{version}.tar.bz2
Patch0:		bvi-1.3.2-config.guess.patch.bz2
Patch1:		bvi-1.3.2-mdv-fix-str-fmt.patch
BuildRequires:	pkgconfig(ncurses)

%description
bvi is a display-oriented editor for binary files, based on the vi
text editor. If you are familiar with vi, just start the editor and
begin to edit! If you never heard about vi, maybe bvi is not the
best choice for you.

%files
%doc README COPYING CHANGES CREDITS
%{_bindir}/bvi
%{_bindir}/bmore
%{_bindir}/bview
%{_bindir}/bvedit
%{_mandir}/man1/bvi.1*
%{_mandir}/man1/bmore.1*
%{_mandir}/man1/bview.1*
%{_mandir}/man1/bvedit.1*
%{_datadir}/bmore.help

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1 -b .strfmt

find . -perm 0600 | xargs chmod 0644

%build
%configure2_5x --libdir=%{_datadir}
make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_libdir}

install -m 755 bvi %{buildroot}%{_bindir}/bvi
install -m 755 bmore %{buildroot}%{_bindir}/bmore
install -m 644 bvi.1 %{buildroot}%{_mandir}/man1/bvi.1
install -m 644 bmore.1 %{buildroot}%{_mandir}/man1/bmore.1
install -m 644 bmore.help %{buildroot}%{_datadir}/bmore.help
ln -sf bvi %{buildroot}%{_bindir}/bview
ln -sf bvi %{buildroot}%{_bindir}/bvedit
echo ".so man1/bvi.1" > %{buildroot}%{_mandir}/man1/bview.1
echo ".so man1/bvi.1" > %{buildroot}%{_mandir}/man1/bvedit.1
chmod 644 README COPYING CHANGES CREDITS


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-9
+ Revision: 9172ae6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 475 |14cr|bwa-0.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bwa
Version:	0.6.2
Release:	2
Summary:	Burrows-Wheeler Alignment tool

Group:		Sciences/Biology
License:	GPLv3
URL:		http://bio-bwa.sourceforge.net/
Source0:	http://downloads.sourceforge.net/bio-bwa/%{name}-%{version}.tar.bz2

BuildRequires:	zlib-devel
Patch0:		msse2_makefile.patch

%description

BWA is a program for aligning sequencing reads against a large
reference genome (e.g. human genome). It has two major components, one
for read shorter than 150bp and the other for longer reads.

%prep
%setup -q
%patch0 -p0


%build

%make

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1

install -m 0755 bwa %{buildroot}/%{_bindir}
install -m 0755 solid2fastq.pl %{buildroot}/%{_bindir}
install -m 0755 qualfa2fq.pl %{buildroot}/%{_bindir}
install -m 0644 bwa.1 %{buildroot}/%{_mandir}/man1/bwa.1

%files
%doc COPYING NEWS 
%{_mandir}/man1/%{name}.1*
%{_bindir}/bwa
%{_bindir}/qualfa2fq.pl
%{_bindir}/solid2fastq.pl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-2
+ Revision: f2043a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 476 |14cr|bwidget-1.9.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bwidget
Version:	1.9.7
Release:	2
Summary:	Extended widget set for Tk
Group:		System/Libraries
License:	BSD
URL:		http://tcllib.sourceforge.net/
Source0:	https://sourceforge.net/projects/tcllib/files/BWidget/1.9.7/%{name}-%{version}.tar.gz
#Requires:      tcl(abi) = 8.5 tk
Requires:	tcl
Requires:	tk
BuildRequires:	tcl-devel
BuildArch:	noarch

%description
An extended widget set for Tcl/Tk.

%prep
%setup -q
%{__sed} -i 's/\r//' LICENSE.txt BWman/*.html

%build

%install
# Don't bother with the included configure script and Makefile.  They
# are missing a lot of pieces and won't work at all.  Installation is
# pretty simple, so we can just do it here manually.
%{__mkdir_p} %{buildroot}%{tcl_sitelib}/%{name}%{version}/
%{__mkdir_p} %{buildroot}%{tcl_sitelib}/%{name}%{version}/lang
%{__mkdir_p} %{buildroot}%{tcl_sitelib}/%{name}%{version}/images

%{__install} -m 0644 -pD *.tcl %{buildroot}%{tcl_sitelib}/%{name}%{version}/
%{__install} -m 0644 -pD lang/*.rc %{buildroot}%{tcl_sitelib}/%{name}%{version}/lang/
%{__install} -m 0644 -pD images/*.gif images/*.xbm %{buildroot}%{tcl_sitelib}/%{name}%{version}/images/


%files
%defattr(0644,root,root,0755)
%doc README.txt LICENSE.txt
%doc BWman/*.html
%defattr(-,root,root,0755)
%{tcl_sitelib}/%{name}%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.7-2
+ Revision: 7d46066
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 477 |14cr|bwm-ng-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	bwm-ng
%define version	0.6
%define rel	3

Summary:	Console-based live network and disk io bandwidth monitor
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{rel}
URL:		http://gropp.org/?id=projects&sub=bwm-ng
Source:		http://gropp.org/bwm-ng/bwm-ng-%{version}.tar.gz
# fixes build, from upstream
Patch0:		bwm-ng-fmt+retvalues.patch
License:	GPLv2+
Group:		Monitoring
BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires:	ncurses-devel
BuildRequires:	libstatgrab-devel

%description
Bandwidth Monitor NG is a small and simple console-based live
network and disk io bandwidth monitor for Linux, BSD, Solaris, Mac
OS X and others.

Short list of features:
- supports /proc/net/dev, netstat, getifaddr, sysctl, kstat,
  /proc/diskstats, /proc/partitions, IOKit, devstat and libstatgrab
- unlimited number of interfaces/devices supported
- interfaces/devices are added or removed dynamically from list
- white-/blacklist of interfaces/devices
- output of KB/s, Kb/s, packets, errors, average, max and total sum
- output in curses, plain console, CSV or HTML
- configfile

%prep
%setup -q
%apply_patches

%build
%configure2_5x --with-ncurses --with-partitions --with-procnetdev --with-libstatgrab
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog NEWS THANKS bwm-ng.conf-example bwm-ng.css
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.6-3
+ Revision: 6c165a0
- Automatic import for version 0.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 478 |14cr|bw-whois-5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Enhanced WHOIS client on steroids

Name:		bw-whois
Version:	5.0
Release:	4
License:	GPL or Artistic
Group:          Networking/Other
URL:		http://whois.bw.org
Source0:	whois-%{version}.tar.bz2
Patch0:		whois-config.diff
BuildArch:      noarch
BuildRequires:  perl-devel

%description
BW Whois is a whois client designed to work with the new "Shared
Registration System" whois introduced 1 December 1999. This new
system has proved to be remarkably disorganized and inconsistent,
resulting in tremendous confusion for those of us who need to
find the ownership of a domain now and then.

%prep

%setup -q -n whois-%{version}
%patch0 -p1

%build

%install

install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{perl_vendorlib}
install -d %{buildroot}%{_mandir}/man1

install -m755 whois %{buildroot}%{_bindir}/%{name}
install -m644 whois.1 %{buildroot}%{_mandir}/man1/%{name}.1
install -m644 whois.conf %{buildroot}%{_sysconfdir}/%{name}/
install -m644 tld.conf %{buildroot}%{_sysconfdir}/%{name}/
install -m644 sd.conf %{buildroot}%{_sysconfdir}/%{name}/
install -m644 bwInclude.pm %{buildroot}%{perl_vendorlib}/

%clean

%files
%doc DISCLAIMER HISTORY INSTALL README create_whois.sql whois-*.html whois.txt
%config(noreplace) %{_sysconfdir}/%{name}/tld.conf
%config(noreplace) %{_sysconfdir}/%{name}/whois.conf
%config(noreplace) %{_sysconfdir}/%{name}/sd.conf
%{_bindir}/%{name}
%{perl_vendorlib}/bwInclude.pm
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.0-4
+ Revision: a43660c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 479 |14cr|bygfoot-2.3.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Football (soccer) manager game
Name:		bygfoot
Version:	2.3.2
Release:	7
License:	GPLv2+
Group:		Games/Sports
Url:		http://bygfoot.sourceforge.net
Source0:	http://downloads.sourceforge.net/bygfoot/%{name}-%{version}.tar.bz2
Source1:	%{name}.desktop
Patch0:		%{name}-2.2.1-gst-version.patch
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gtk+-2.0)

%description
Bygfoot is a small and simple football (a.k.a. soccer) manager game
featuring quite a few international leagues and cups. You manage a
team from one such league: you form the team, buy and sell players,
get promoted or relegated and of course try to be successful.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO UPDATE ReleaseNotes
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
%patch0 -p1

%build
export LDFLAGS="-lpthread -lm"
aclocal --force
autoconf --force
autoheader --force
touch configure.in
%configure2_5x \
	--enable-gstreamer

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/{pixmaps,applications}
install -m 0644 support_files/pixmaps/bygfoot_icon.png %{buildroot}%{_datadir}/pixmaps/bygfoot.png
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.2-7
+ Revision: 5bc43de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 480 |14cr|byobu-5.78-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

#define distsuffix mrb
%define name	byobu
%define version 5.78
%define release 2
Summary: 	Profiles for the GNU screen manager
Name: 	 	%{name}
Version: 	%{version}
Release: 	%{release}
Source0: 	http://launchpad.net/byobu/trunk/%{version}/+download/%{name}_%{version}.orig.tar.gz
Patch0:		byobu_5.60.shebang.patch
License: 	GPLv3+
Group:		Terminals
URL:		https://launchpad.net/byobu
BuildArch:	noarch
BuildRequires:	gettext
BuildRequires:	desktop-file-utils
# from TTY
Requires:	screen 
Requires:	python >= 2.7
Requires:	newt
Requires:	gettext
#From DE xterm-256color
Requires:	ncurses-extraterms

%description
byobu includes a set of profiles for the GNU screen window
manager. These profiles are quite useful on server machines which are
not running a graphical desktop. The 'screen' command provides a
number of advanced features are not necessarily exposed in the default
profile. These profiles provide features such as status bars, clocks,
notifiers (reboot-required, updates-available), etc. The
profile-switcher allows users to quickly switch their .screenrc to any
of the available profiles.

%prep
%setup -q
#patch0 -p0

%build
%configure2_5x

%install
%makeinstall_std
# lang
for po in po/*.po
do
    lang=${po#po/}
    lang=${lang%.po}
    mkdir -p %{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/
    msgfmt ${po} -o %{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/%{name}.mo
done
# desktop
desktop-file-install usr/share/applications/%{name}.desktop --dir %{buildroot}%{_datadir}/applications
# icons in DE
mkdir -p %{buildroot}%{_datadir}/pixmaps
mv %{buildroot}%{_datadir}/byobu/pixmaps/byobu.svg %{buildroot}%{_datadir}/pixmaps/byobu.svg

%find_lang %{name}


%files -f %{name}.lang
%doc README COPYING ChangeLog
%doc usr/share/doc/%{name}/help.screen.txt
%doc usr/share/doc/%{name}/help.tmux.txt
%dir %{_datadir}/%{name}
%dir %{_prefix}/lib/%{name}
%{_bindir}/%{name}*
%config(noreplace) %{_sysconfdir}/%{name}/
%config(noreplace) %{_sysconfdir}/profile.d/Z97-%{name}.sh
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*
%{_mandir}/man1/%{name}*.1.*
%{_prefix}/lib/%{name}/*
%{_datadir}/pixmaps/byobu.svg

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.78-2
+ Revision: e74c5cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 481 |14cr|bytelist-0.1-2.2.svn6558.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           bytelist
Version:        0.1
Release:        %mkrel 2.2.svn6558.3
Summary:        A java library for lists of bytes

Group:          Development/Java
License:        CPL or GPLv2+ or LGPLv2+
URL:            http://jruby.codehaus.org/
# The source for this package was pulled from upstream's vcs. Use the
# following commands to generate the tarball:
#   svn export http://svn.codehaus.org/jruby/bytelist/trunk/ bytelist
#   tar -cjf bytelist-svn6558.tar.bz2 bytelist/
Source0:        %{name}-svn6558.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:      noarch

BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 1.5
BuildRequires:  jpackage-utils
BuildRequires:  junit

Requires:       java >= 1.5
Requires:       jpackage-utils


%description
A small java library for manipulating lists of bytes.


%prep
%setup -q -n %{name}


%build
export CLASSPATH=$(build-classpath junit)
%ant


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p lib/%{name}-%{version}.jar \
       $RPM_BUILD_ROOT%{_javadir}/%{name}.jar


%check
%ant test


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_javadir}/%{name}.jar



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1-2.2.svn6558.3
+ Revision: 28f4642
- Automatic import for version 0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 482 |14cr|bzflag-2.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bzflag
Summary:	A multiplayer 3D tank battle game
Version:	2.4.2
Release:	2
Epoch:		1
License:	LGPLv2
Group:		Games/Arcade
URL:		http://BZFlag.SourceForge.net/
Source0:	http://download.sourceforge.net/bzflag/%{name}-%{version}.tar.bz2
Patch0:		bzflag-2.0.4-lookup.patch
Patch1:		bzflag-2.0.12-findresolutions.patch
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
BuildRequires:	chrpath
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	zlib-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	glew-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcares)
BuildRequires:	openldap-devel
BuildRequires:	desktop-file-utils
BuildConflicts:	freetds-devel

%description
BZFlag is a multiplayer 3D tank battle game. It's one of the most popular games
ever on Silicon Graphics systems.

%prep
%setup -q
%patch0 -p1 -b .lookup
%patch1 -p1 -b .resolutions

%build
CFLAGS="%{optflags} -O3 -ffast-math" \
CXXFLAGS="$CFLAGS" \
%configure2_5x	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir} \
		--enable-robots \
		--disable-static \
		--enable-ldaps \
		--with-gssapi \
		--enable-manual \
		--enable-ares \
		--libdir=%{_libdir}/%{name}
%make

%install
%makeinstall_std
# ugly but gets it done..
for file in %{buildroot}{%{_gamesbindir}/*,%{_libdir}/%{name}/*.so}; do
    chrpath -d $file
done
rm -f %{buildroot}%{_libdir}/%{name}/*la

cp -a misc/maps/ %{buildroot}%{_gamesdatadir}/%{name}/
install -d %{buildroot}{%{_datadir}/applications,%{_iconsdir}}
desktop-file-install	--dir %{buildroot}%{_datadir}/applications \
			%{buildroot}%{_gamesdatadir}/%{name}/bzflag.desktop
cp %{buildroot}%{_gamesdatadir}/%{name}/bzflag-48x48.png %{buildroot}%{_iconsdir}

%files
%doc README BUGS
%{_gamesbindir}/*
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*.so
%{_mandir}/*/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}-48x48.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.4.2-2
+ Revision: 8b1cd12
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 483 |14cr|bzr-2.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO
# split the tools from main package ?
# split the doc ?
Summary:	Next-generation distributed version control
Name:		bzr
Version:	2.5.1
Release:	4
License:	GPLv2+
Group:		Development/Other
Url:		http://www.bazaar-vcs.org/
Source0:	https://launchpad.net/bzr/%{version}/%{version}/+download/bzr-%{version}.tar.gz
Source1:	https://launchpad.net/bzr/%{version}/%{version}/+download/bzr-%{version}.tar.gz.sig
BuildRequires:	python-paramiko
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

%description
Bazaar is a distributed revision control system. It allows team members to
branch and merge upstream code very easily.

Distributed revision control systems allow multiple people to have their
own branch of a project, and merge code efficiently between them. This
enables new contributors to immediately have access to the full tools that
previously have been limited to just the committers to a project.

%files
%doc  doc contrib NEWS README TODO
%{_bindir}/bzr
%{_mandir}/man1/*
%{py_platsitedir}/bzrlib/
%{py_platsitedir}/*egg-info
%config(noreplace) %{_sysconfdir}/bash_completion.d/bzr

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

%check
# run test in /tmp to avoid lock problems with nfs on build cluster
# sadely, it's not enough: bzr tests are trying to rebuild bzr, and
# so must be run in the bzr build dir
# cd /tmp
# $OLDPWD/bzr selftest

# (misc) broken by diff binary test, will investigate later
# still broken with 0.11
# still broken with 0.12
# still broken with 0.13, maybe du to a local server listening , as pycurl test fail
# still broken with 0.15
export TMPDIR=/tmp
#./bzr selftest

%install
python setup.py install --prefix=%{buildroot}%{_prefix}
mkdir -p %{buildroot}%{_mandir}
mv %{buildroot}%{_prefix}/man/* %{buildroot}/%{_mandir}/
# remove as they are packaged externally
rm -Rf %{buildroot}/%{py_platsitedir}/bzrlib/util/elementtree

find %{buildroot}/%{py_platsitedir} -name '*.pyc' | xargs rm -f

# install bash completion
mkdir -p %{buildroot}/%{_sysconfdir}/bash_completion.d/
cp contrib/bash/bzr %{buildroot}/%{_sysconfdir}/bash_completion.d/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.1-4
+ Revision: 1d664a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 484 |14cr|bzr-explorer-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           bzr-explorer
Version:        1.3.0
Release:        2
Summary:        A GUI for Bazaar

Group:          Development/Other
License:        GPLv2
URL:            https://launchpad.net/bzr-explorer
Source0:        https://launchpad.net/%{name}/stable/%{version}/+download/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)

BuildArch:      noarch
BuildRequires:  python-devel 
BuildRequires:  bzr
BuildRequires:  python-pkg-resources
BuildRequires:  python-paste
Requires:       bzr >= 2.1
Requires:	qbzr >= 0.18

%description
Bazaar Explorer is a desktop application for using the Bazaar Version Control 
System. It provides a high level interface to all commonly used features, 
launching "applets" from the QBzr plug-in to provide most of the 
functionality. Alternatively, the applets from the bzr-gtk plug-in 
can be used if it is installed. Bazaar Explorer runs on GNOME, KDE, 
Windows and Mac OS X.

%prep
%setup -q 


%build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --prefix=%{buildroot}/%_prefix

%clean
rm -rf $RPM_BUILD_ROOT


%files 
%defattr(-,root,root,-)
%dir %py_puresitedir/bzrlib/plugins/explorer
%py_puresitedir/bzrlib/plugins/explorer/*
%py_puresitedir/explorer-%{version}-*.egg-info
%doc NEWS COPYING.txt




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-2
+ Revision: c951fe0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 485 |14cr|bzr-gtk-0.104.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# based on http://cvs.fedora.redhat.com/viewcvs/devel/bzr-gtk/?root=extras
Name:           bzr-gtk
Version:        0.104.0
Release:        2
Summary:        Bazaar plugin for GTK+ interfaces to most Bazaar operations

Group:          Development/Python
License:        GPL
URL:            http://bazaar-vcs.org/bzr-gtk
Source0:	http://edge.launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch:      noarch
BuildRequires:  python-devel bzr
BuildRequires:  gettext
Requires:       bzr >= 2.1
Requires:       pygtk2.0
Requires:       pygtk2.0-libglade
Requires:	python-cairo
Requires:	python-gtksourceview

%description
bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most
Bazaar operations.

%package nautilus
Summary: Nautilus integration for bzr-gtk
Group: Development/Other
Requires: %{name} = %{version}-%{release}
Requires: python-nautilus

%description nautilus
bzr-gtk integration with the nautilus file manager for gnome.

%prep
%setup -q

%build
python setup.py build


%install
rm -rf %{buildroot}
touch credits.pickle
python setup.py install --root %{buildroot}
mkdir -p %{buildroot}%{_prefix}/lib/nautilus/extensions-1.0/python/
mv %{buildroot}%{python_sitelib}/bzrlib/plugins/gtk/nautilus* %{buildroot}%{_prefix}/lib/nautilus/extensions-1.0/python/

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc COPYING README
%py_puresitedir/bzrlib/plugins/gtk/
%py_puresitedir/*egg-info
%{_bindir}/bzr-handle-patch
%{_bindir}/bzr-notify
%{_datadir}/applications/bazaar-properties.desktop
%{_datadir}/applications/bzr-handle-patch.desktop
%{_datadir}/applications/bzr-notify.desktop
%{_datadir}/application-registry/bzr-gtk.applications
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/scalable/apps/bzr-panel.svg
%{_datadir}/pixmaps/bzr-icon-64.png
%{_iconsdir}/hicolor/scalable/emblems/*

%files nautilus
%{_prefix}/lib/nautilus/extensions-1.0/python/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.104.0-2
+ Revision: 9776cad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 486 |14cr|bzr-loggerhead-1.18.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name	loggerhead

Name:           bzr-loggerhead
Version:        1.18.1
Release:        3
Summary:        A web view for Bazaar

Group:          Development/Other
License:        GPL
URL:            https://launchpad.net/loggerhead
Source0:        https://launchpad.net/%{name}/stable/%{version}/+download/%{real_name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)

Patch0:	bzr-compat.patch

BuildArch:      noarch
BuildRequires:  python-devel 
BuildRequires:  bzr
BuildRequires:  python-pkg-resources
BuildRequires:	python-paste
Requires:       python >= 2.4
Requires:       bzr >= 1.17
Requires:	python-paste
Requires:	python-pygments
Requires:	python-simpletal
Provides:	loggerhead

%description
Loggerhead is a web viewer for projects in bazaar. 
It can be used to navigate a branch history, annotate files, view patches, 
perform searches, etc. It's originally based on bazaar-webserve, which is 
itself based on hgweb for Mercurial.

This package installs loggerhead as a plugin so that it can be run with:
bzr serve --http [--port=8080] [--directory=.].

%prep
%setup -q -n %{real_name}-%{version}
%patch0 -p1

%build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --prefix=%{buildroot}/%_prefix

%clean
rm -rf $RPM_BUILD_ROOT


%files 
%defattr(-,root,root,-)
%dir %py_puresitedir/bzrlib/plugins/loggerhead
%py_puresitedir/bzrlib/plugins/loggerhead/*
%dir %py_puresitedir/loggerhead
%py_puresitedir/loggerhead/*
%py_puresitedir/loggerhead-%{version}-*.egg-info
%{_bindir}/serve-branches
%{_bindir}/start-loggerhead
%{_bindir}/stop-loggerhead
%{_docdir}/loggerhead
%_mandir/man1/*
%doc README NEWS COPYING.txt




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.18.1-3
+ Revision: aae99a1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 487 |14cr|bzrtools-2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# spec originally for RHEL from: http://www.natemccallum.com/uploads/rpms/bzr/

Name:		bzrtools
Version:	2.5
Release:	2
Summary:	A collection of utilities and plugins for Bazaar-NG
Group:		Development/Other
License:	GPLv2
URL:		http://bazaar-vcs.org/BzrTools
Source0:	https://launchpad.net/%{name}/stable/%{version}/+download/%{name}-%{version}.tar.gz
Source1:	https://launchpad.net/%{name}/stable/%{version}/+download/%{name}-%{version}.tar.gz.sig
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	bzr
Requires:	python
Requires:	bzr
Requires:	patch
Requires:	rsync
Requires:	graphviz
Requires:	librsvg
Requires:	python-paramiko

%description
BzrTools is a collection of plugins for Bazaar-NG (bzr).  Among the included
plugins are:
* push - uses rsync to push local changes to a remote server
* annotate - prints a file annotated with the revision next to each line
* baz-import - (Requres PyBaz) import an arch archive losslessly into bzr
* shelve/unshelve - allows you to undo some changes, commit, and restore
* clean-tree - remove unknown, ignored-junk, or unversioned files from the tree
* graph-ancestry - use dot to produce banch ancestry graphs
* shell - a bzr command interpreter with command completion
* patch - apply a patch to your tree from a file or URL


%prep
%setup -q -n %{name}

%build
CFLAGS="%{optflags}" python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root %{buildroot}
# remove shebangs from all files as none should be executable scripts
sed -e '/^#!\//,1 d' -i %{buildroot}%{py_puresitedir}/bzrlib/plugins/bzrtools/*.py

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README NEWS COPYING
%dir %{py_puresitedir}/bzrlib/plugins/bzrtools
%{py_puresitedir}/bzrlib/plugins/bzrtools/*.py
%dir %{py_puresitedir}/bzrlib/plugins/bzrtools/tests
%{py_puresitedir}/bzrlib/plugins/bzrtools/tests/*.py
%{py_puresitedir}/BzrTools*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5-2
+ Revision: ad32d55
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 488 |14cr|C-0.05-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	C
%define version	0.05
%define release 5

%define major
%define libname %mklibname %name %major

Name: 	 	%{name}
Summary: 	Pseudo-interpreter for C syntax
Version: 	%{version}
Release: 	%{release}

Source:		http://labs.cybozu.co.jp/blog/kazuho/archives/c/%{name}-%{version}.tar.bz2
URL:		http://labs.cybozu.co.jp/blog/kazuhoatwork/2006/01/c.php
License:	GPLv2+
Group:		Development/C
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
C (pronounced large-C) is a pseudo-interpreter of the C programming language.

Without the need of manual compilation, developers can rapidly create scripts
or write one-liners using the C programming language that runs at native-code
speed.

%prep
%setup -q

%build
%configure2_5x
%make
										
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/%name
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.05-5
+ Revision: 1d8e9cf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 489 |14cr|c3270-3.3.14ga7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Curses-based 3270 Emulator
Name:		c3270
Version:	3.3.14ga7
Release:	3
License:	MIT
Group:		Terminals
Url:		http://www.geocities.com/SiliconValley/Peaks/7814/
Source0:	http://downloads.sourceforge.net/project/x3270/x3270/%{version}/suite3270-%{version}-src.tgz
Patch0:		c3270-3.3-readline6.3.patch
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)
Requires:	x3270

%description
Complete IBM 3278/3279 emulation, TN3270E support, structured
fields, color xterm emulation, highly configurable.

%files
%doc html/*.html README
%{_sysconfdir}/x3270/ibm_hosts
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-3.3
%patch0 -p1

%build
%configure2_5x \
	--without-pr3287

%make

%install
%makeinstall_std

rm -f %{buildroot}%{_bindir}/x3270if

install -d %{buildroot}%{_mandir}/man1
install -m644 %{name}.man %{buildroot}%{_mandir}/man1/%{name}.1


%changelog
* Wed Aug 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3.14ga7-3
+ Revision: a2ac8b3
- Add patch to fix build with readline 6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 490 |14cr|cabal-install-1.16.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#% global debug_package %{nil}
#% define _cabal_setup Setup.lhs
%define _no_haddock 1
%define module  cabal-install
Name:           %{module}
Version:        1.16.0.2
Release:        3
Summary:        The command-line interface for Cabal and Hackage
Group:          Development/Other
License:        BSD
URL:            http://hackage.haskell.org/package/%{module}
Source0:        http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz

BuildRequires:  ghc, ghc-devel, haskell-macros, haddock
buildrequires:  haskell(HTTP)
buildrequires:  haskell(mtl)
buildrequires:  haskell(network)
buildrequires:  haskell(random)
buildrequires:  haskell(zlib)
Requires(pre):  ghc

%description
The 'cabal' command-line program simplifies the process of managing Haskell
software by automating the fetching, configuration, compilation and
installation of Haskell libraries and programs.

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
#% _cabal_scriptlets

%check
%_cabal_check

%files
%defattr(-,root,root,-)
%{_docdir}/%{module}-%{version}
%_cabal_rpm_deps_dir
%_cabal_haddoc_files
%{_bindir}/cabal




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.16.0.2-3
+ Revision: 200f57c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 491 |14cr|cableswig-3.20.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Used to create interfaces to interpreted languages
Name:		cableswig
Version:	3.20.0
Release:	6
License:	BSDish
Group:		Development/C++
URL:		http://www.itk.org
Source0:	http://public.kitware.com/pub/itk/v3.20/CableSwig-ITK-%{version}.tar.gz

# From fedora gccxml package
#		Source is created from a cvs checkout
#		Files for the Borland compiler are excluded for license reasons
#		cvs -d:pserver:anoncvs@www.gccxml.org:/cvsroot/GCC_XML co \
#			-D '2011-02-11 23:59:59Z' -d gccxml-20110211 gccxml
#		tar -z -c --exclude CVS --exclude Borland \
#			-f gccxml-20110211.tar.gz gccxml-20110211
Source1:	gccxml-0.9.0-20140828.tar.gz

Requires:	gccxml = 1:%{version}
Provides:	cable
BuildRequires:  cmake

%description
CableSwig is used to create interfaces (i.e. "wrappers") to interpreted
languages such as Tcl and Python. It was created to produce wrappers for ITK
because the toolkit uses C++ structures that SWIG cannot parse (deeply nested
template instantiations). CableSwig is a combination tool that uses  GCC_XML as
the c++ parser. The input files are  Cable style input files. The XML produced
from the Cable/GCC_XML input files are then parsed and feed into a modified
version of  SWIG. SWIG is a software development tool that connects programs
written in C and C++ with a variety of high-level programming languages. It is
used to generate the language bindings to the target language. Currently, Tcl
and Python are supported.

%package -n gccxml
Summary:	The XML output extension to GCC
Group:		Development/C++
Epoch:		1

%description -n gccxml
Development tools that work with programming languages benefit from their
ability to understand the code with which they work at a level comparable to a
compiler. C++ has become a popular and powerful language, but parsing it is a
very challenging problem. This has discouraged the development of tools meant
to work directly with the language. 

There is one open-source C++ parser, the C++ front-end to GCC, which is
currently able to deal with the language in its entirety. The purpose of the
GCC-XML extension is to generate an XML description of a C++ program from GCC's
internal representation. Since XML is easy to parse, other development tools
will be able to work with C++ programs without the burden of a complicated C++
parser. 

GCC-XML was developed by Brad King at Kitware to be used by CABLE, which was
developed as part of the NLM Insight Segmentation and Registration Toolkit
project.

%prep

%setup -q -n CableSwig-%{version} -a1
find -name CVS -type d | xargs rm -rf

rm -fr GCC GCC_XML
mv gccxml-0.9.0-20140828/GCC{,_XML} .

%build
%cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
       -DCMAKE_BUILD_TYPE:STRING=Release \
       -DCMAKE_SKIP_RPATH:BOOL=ON \
       -DLIB_DIRECTORY_NAME:STRING=%{_lib} \
       -DCMAKE_CXX_COMPILER:PATH=%{_bindir}/c++ \
       -DCMAKE_C_COMPILER:PATH=%{_bindir}/gcc
# 3.20.0 has a problem with paralell build when generating yacc scanner
make

%install
%makeinstall_std -C build

# fix lib path
%if "%{_lib}" == "lib64"
mv %{buildroot}/usr/lib %{buildroot}/%{_libdir}
%endif

# mv gccxml to std path
mv %{buildroot}/%{_libdir}/CableSwig/share %{buildroot}/%{_prefix}
mv %{buildroot}/%{_libdir}/CableSwig/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}/%{_libdir}/CableSwig/bin

# set correct path
cat > %{buildroot}/%{_libdir}/CableSwig/CableSwigConfig.cmake <<EOF
SET(CableSwig_VERSION_MAJOR "0")
SET(CableSwig_VERSION_MINOR "1")
SET(CableSwig_VERSION_PATCH "0")

SET(CableSwig_cableidx_EXE "%{_bindir}/cableidx")
SET(CableSwig_cswig_EXE "%{_bindir}/cswig")
SET(CableSwig_gccxml_EXE "%{_bindir}/gccxml")
SET(CableSwig_DEFAULT_LIB "%{_libdir}/CableSwig/SWIGLib")
EOF


%clean
rm -fr %{buildroot}

%files
%{_libdir}/CableSwig
%{_bindir}/cableidx
%{_bindir}/cswig

%files -n gccxml
%{_datadir}/gccxml*
%{_datadir}/doc/*
%{_mandir}/man*/*
%{_bindir}/gccxml
%{_bindir}/gccxml_cc1plus



%changelog
* Fri Aug 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.20.0-6
+ Revision: 5cf1a80
- More gccxml improvements for gcc 4.9 support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 492 |14cr|caboodle-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Clone of the Flash game Planarity
Name:		caboodle
Version:	0.5
Release:	4
License:	GPLv2+
Group:		Games/Puzzles
Url:		http://juripakaste.fi/caboodle/
Source0:	http://www.juripakaste.fi/store/dl/caboodle/releases/caboodle-%{version}.tar.gz
Patch0:		caboodle-makefile.patch
Patch1:		caboodle-desktop.patch
BuildRequires:	ocaml
BuildRequires:	ocaml-cairo-devel
BuildRequires:	ocaml-lablgtk2-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
Requires:	gtk+2

%description
Caboodle is a clone of the Flash game Planarity for the GNOME desktop.

The objective of the game is to arrange the balls on the screen so that
no lines cross.

%files
%doc COPYING README NEWS
%{_gamesbindir}/caboodle
%{_datadir}/applications/caboodle.desktop
%{_datadir}/caboodle/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
make

%install
make install PREFIX=%{buildroot}%{_usr} REALPREFIX=%{_usr}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-4
+ Revision: 72df1ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 493 |14cr|cacti-0.8.7i-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %_use_internal_dependency_generator
%define __noautoreq 'pear(/usr/share/php/adodb/adodb.inc.php)'
%else
%define _requires_exceptions pear(/usr/share/php/adodb/adodb.inc.php)
%endif

%define pia_version 3.1

Summary:	Php frontend for rrdtool
Name:		cacti
Version:	0.8.7i
Release:	6
License:	GPL
Group:		System/Servers
URL:		http://www.cacti.net
Source0:	http://www.cacti.net/downloads/%{name}-%{version}-PIA-%{pia_version}.tar.gz
Patch0:		cacti-0.8.7i-PIA-3.1-fhs.diff
Patch1:		cacti-0.8.7i-PIA-3.1-use-external-adodb.diff
Requires:	apache-mod_php >= 2.0.54
Requires:	php-adodb >= 1:4.64-1mdk
Requires:	php-cli
Requires:	php-gd
Requires:	php-mysql
Requires:	php-snmp
Requires:	php-xml
Requires:	php-sockets
Requires:	net-snmp-utils
Requires:	net-snmp
Requires:	rrdtool
BuildArch:	noarch

%description
Cacti is a complete frondend to rrdtool, it stores all of the
nessesary information to create graphs and populate them with
data in a MySQL database.

The frontend is completely PHP driven. Along with being able
to maintain Graphs, Data Sources, and Round Robin Archives in
a database, cacti handles the data gathering also. There is
also SNMP support for those used to creating traffic graphs
with MRTG.

The plugin architecture patch has been applied

%prep

%setup -q -n %{name}-%{version}-PIA-%{pia_version}

%patch0 -p1
%patch1 -p0

rm -rf lib/adodb
find . -type f -name "*.orig" | xargs rm -f

# fix perms
find . -type d | xargs chmod 755
find . -type f | xargs chmod 644
chmod +x scripts/*.{pl,sh}
chmod +x poller.php cmd.php

# no .htaccess file
rm -f cli/.htaccess

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp *.php %{buildroot}%{_datadir}/%{name}
cp -pr docs %{buildroot}%{_datadir}/%{name}
cp -pr images %{buildroot}%{_datadir}/%{name}
cp -pr install %{buildroot}%{_datadir}/%{name}
cp -pr include %{buildroot}%{_datadir}/%{name}

cp -pr scripts %{buildroot}%{_datadir}/%{name}
cp -pr cli %{buildroot}%{_datadir}/%{name}
cp -pr resource %{buildroot}%{_datadir}/%{name}
cp -pr lib %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_datadir}/%{name}/sql
install -m 644 cacti.sql %{buildroot}%{_datadir}/%{name}/sql

install -d -m 755 %{buildroot}%{_datadir}/%{name}/plugins

# fix SQL schemas
perl -pi -e 's/TYPE=/ENGINE=/' %{buildroot}%{_datadir}/%{name}/sql/*

# configuration
install -d -m 755 %{buildroot}%{_sysconfdir}
mv %{buildroot}%{_datadir}/%{name}/include/config.php \
    %{buildroot}%{_sysconfdir}/%{name}.conf
pushd %{buildroot}%{_datadir}/%{name}/include
ln -s ../../../..%{_sysconfdir}/%{name}.conf config.php
chmod 600 %{buildroot}%{_sysconfdir}/%{name}.conf
popd

perl -pi -e 's|\$url_path = "/";|\$url_path = "/cacti/";|' \
    %{buildroot}%{_sysconfdir}/cacti.conf

# data
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
pushd %{buildroot}%{_datadir}/%{name}
ln -s ../../..%{_localstatedir}/lib/%{name} rra
popd

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# Cacti Apache configuration file
Alias /%{name} %{_datadir}/%{name}
<Directory %{_datadir}/%{name}>
    Require all granted

    Options -FollowSymLinks

    <Files ~ "^(poller.*|cmd).php$">
        Require all denied
    </Files>

    # recommanded value
    php_value memory_limit 128M
</Directory>

<Directory %{_datadir}/%{name}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/cli>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/resource>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/sql>
    Require all denied
</Directory>
EOF

# cron task
install -d -m 755 %{buildroot}%{_sysconfdir}/cron.d
cat > %{buildroot}%{_sysconfdir}/cron.d/%{name} <<EOF
*/5 * * * *     apache     php %{_datadir}/%{name}/poller.php > /dev/null 2>&1
EOF

# logs
install -d -m 755 %{buildroot}%{_var}/log/%{name}
touch %{buildroot}%{_localstatedir}/log/%{name}/%{name}.log
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
%{_var}/log/%{name}/*.log {
    missingok
    compress
}
EOF

rm -rf %{buildroot}%{_datadir}/%{name}/lib/adodb

cat > README.mdv <<EOF
Mandriva RPM specific notes

setup
-----
The setup used here differs from default one, to achieve better FHS compliance.
- the constant files are in %{_datadir}/%{name}
- the configuration file is /etc/cacti.conf
- the variable files are in %{_localstatedir}/lib/%{name}
- the log files are in %{_localstatedir}/log/%{name}

post-installation
-----------------
You have to create the MySQL database using the following files:
- /usr/share/cacti/sql/cacti.sql

Warning, apache will segfault if cacti is run with an empty database...

Additional useful packages
--------------------------
- a MySQL database, either locale or remote
EOF

%pre
if [ $1 = "2" ]; then
    # fix for old setup
    if [ -L %{_var}/www/%{name}/include ]; then
        rm -f %{_var}/www/%{name}/include
    fi
fi

%files
%defattr(-,root,root)
%doc LICENSE README.mdv docs/CHANGELOG docs/CONTRIB docs/README
%attr(640,root,apache) %config(noreplace) %{_webappconfdir}/%{name}.conf
%attr(640,root,apache) %%config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_sysconfdir}/cron.d/%{name}
%{_datadir}/%{name}
%attr(-,apache,apache) %{_localstatedir}/lib/%{name}
%attr(-,apache,apache) %{_localstatedir}/log/%{name}/%{name}.log



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.7i-6
+ Revision: d3ac9bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 494 |14cr|cacti-cactid-0.8.6k-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A backend data gatherer for cacti
Name:		cacti-cactid
Version:	0.8.6k
Release:	15
License:	GPL
Group:		System/Servers
URL:		http://www.cacti.net/
Source0:	http://www.cacti.net/downloads/cactid/%{name}-%{version}.tar.gz
Patch0:		cacti-cactid-0.8.6k-format_not_a_string_literal_and_no_format_arguments.diff
Requires:	cacti
BuildRequires:	mysql-devel
BuildRequires:	net-snmp-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This code represents the future replacement for cmd.php. As you
can see from the short changelog, development on this code has
only just begun. It has been included in the main release for
*testing* purposes only! Please stick to cmd.php for now.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0

%build
%serverbuild
# x86_64 fix
export LDFLAGS="-L%{_libdir}"
%configure2_5x
%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_sbindir}

install -m0644 cactid.conf %{buildroot}%{_sysconfdir}/
install -m0755 cactid %{buildroot}%{_sbindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog INSTALL README LICENSE*
%config(noreplace) %{_sysconfdir}/cactid.conf
%attr(0755,root,root) %{_sbindir}/cactid




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.6k-15
+ Revision: ca58afe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 495 |14cr|cacti-plugin-weathermap-0.97a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name weathermap
%define __noautoreq /usr/bin/php

Name:       cacti-plugin-%{upstream_name}
Version:    0.97a
Release:    3
Summary:    Weathermap plugin for cacti

License:    GPL
Group:      Monitoring
Url:        http://www.network-weathermap.com/
Source0:    http://www.network-weathermap.com/files/php-weathermap-%{version}.zip
Requires:   cacti
BuildArch:  noarch

%description
Weathermap is a network visualisation tool, to take data you already have and
show you an overview of your network in map form.
"The map is in use by a Infrastructure team and coupled with the Cacti Thold
plugin for alert generation. The map monitors a collection of Leased,SDSL and
ADSL lines."
Support is built in for RRD, MRTG (RRD and old log-format), and tab-delimited
text files. Other sources are via plugins or external scripts.

%prep
%setup -q -n weathermap

%install

install -d -m 755 %{buildroot}%{_datadir}/cacti/plugins/weathermap
cp -ap * %{buildroot}%{_datadir}/cacti/plugins/weathermap

pushd %{buildroot}%{_datadir}/cacti/plugins/weathermap
rm -f CHANGES README COPYING
popd

%clean

%files
%doc CHANGES COPYING README
%{_datadir}/cacti/plugins/weathermap

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.97a-3
+ Revision: e4d0264
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 496 |14cr|cadaver-0.23.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:		Command-line WebDAV client
Name:		cadaver
Version:		0.23.3
Release:		3
License:		GPLv2+
Group:		Networking/File transfer
URL:		http://www.webdav.org/cadaver/
Source0:		http://www.webdav.org/cadaver/%{name}-%{version}.tar.gz
Source1:		http://www.webdav.org/cadaver/%{name}-%{version}.tar.gz.asc
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(zlib)


%description
A command-line WebDAV client. Supports file upload, download,
on-screen display, name-space operations (move/copy), collection
creation and deletion, and locking operations.

%prep
%setup -q

%build

%configure \
    --with-neon=%{_prefix} \
    --with-ssl \
    --with-libxml2

%make

%install
%makeinstall_std

%find_lang %{name}


%files -f %{name}.lang
%{_bindir}/*
%{_mandir}/man1/*
%defattr(644,root,root,755)
%doc NEWS TODO FAQ README ChangeLog



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23.3-3
+ Revision: d1b40ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 497 |14cr|caffeine-2.2.386-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A system applet that allows to temporarily inhibit screensaver and sleep mode
Name:		caffeine
Version:	2.2.386
Release:	3
Epoch:		1
License:	LGPLv2+
Group:		Graphical desktop/GNOME
Url:		https://launchpad.net/~caffeine-developers/+archive/ppa/+packages
Source0:	%{name}-%{version}.tar.bz2
Source11:	%{name}.desktop
Source12:	%{name}-preferences.desktop
Patch1:		%{name}.desktop.patch
Patch2:		%{name}-preferences.desktop.patch
BuildRequires:	gettext
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(python)
Requires:	gnome-python
Requires:	gnome-python-gconf
Requires:	pygtk2.0
Requires:	python-notify
Requires:	python-xlib
BuildArch:	noarch

%description
Caffeine is a system applet that allows the user to temporarily
inhibit both the screensaver and the sleep power saving mode, simply
by clicking on it. This could be useful for example when watching
long flash videos or playing certain full screen games that don't
inhibit the screensaver by themselves

%files -f %{name}.lang
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/caffeine
%{py_platsitedir}/*
%{_datadir}/applications/*
%{_datadir}/caffeine/glade/*.glade
%{_datadir}/caffeine/images/*
%{_iconsdir}/hicolor/*
%{_iconsdir}/ubuntu-mono-dark/*
%{_mandir}/man1/%{name}.1*
%{_datadir}/pixmaps/caffeine.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p0
%patch2 -p0

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --install-lib=%{py_platsitedir}

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.2.386-3
+ Revision: e628775
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 498 |14cr|cairo-clock-0.3.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	cairo-clock
%define	version	0.3.4
%define release	6
%define	Summary	Cairo-rendered on-screen clock

Name:	%{name}
Version:		%{version}
Release:		%{release}
Summary:		%{Summary}
URL:		http://macslow.mine.nu/projects/cairo-clock/ 
Source0:		http://macslow.thepimp.net/projects/cairo-clock/%{name}-%{version}.tar.gz
Source11:	%{name}-16.png
Source12:	%{name}-32.png
Source13:	%{name}-48.png
License:		GPLv2
Group:		Graphical desktop/GNOME
BuildRequires:	pkgconfig(gdk-2.0) >= 2.2.0 
BuildRequires:	pkgconfig(pango) >= 1.2.0 
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	libtool 
BuildRequires:	autoconf 
BuildRequires:	automake >= 1.9.6
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libglade-2.0) 
BuildRequires:	perl-XML-Parser
BuildRequires:	desktop-file-utils

%description
Cairo-Clock is a desktop clock using cairo for rendering and taking advantage
of the Composite extension on newer Xorg servers.

%prep
%setup -q
sed -ie 's/-Wl, --export-dynamic/-Wl,--export-dynamic/g' src/Makefile*

%build
export LIBS="-lXext -lX11"
%configure2_5x
%make

%install
%{makeinstall_std}

%find_lang %{name}

desktop-file-install	--vendor="" \
			--remove-category="Application" \
			--add-category="Clock" \
			--add-category="GTK" \
			--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

#clock doesn't display at even resolutions
perl -pi -e 's|Exec=cairo-clock|Exec=cairo-clock -w 127 -g 127||g' %buildroot/%{_datadir}/applications/cairo-clock.desktop

cat > README.urpmi << EOF

Cairo-clock requires the composite extension and a compositing manager
(compiz, beryl, xcompmgr, or properly enabled metacity) to function.

Please use Drak3D to enable these features.
EOF


%files -f %{name}.lang
%doc AUTHORS BUGS NEWS README TODO README.urpmi
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_mandir}/man1/%{name}.1*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.4-6
+ Revision: fbc5baa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 499 |14cr|cairo-dock-3.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Needed to build help plugin
%define _disable_ld_no_undefined 1

Summary:	A light and eye-candy dock to launch your programs easily
Name:		cairo-dock
Version:	3.3.2
Release:	3
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		https://launchpad.net/cairo-dock-core
Source0:	http://launchpad.net/cairo-dock-core/3.3/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(pangox)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xtst)
Suggests:	cairo-dock-plugins = %{version}
Suggests:	cairo-dock-help = %{EVRD}
Suggests:	cairo-dock-themes

%description
cairo-dock uses cairo to render nice graphics, and Glitz to use hardware
acceleration. It's fully configurable and can be a taskbar too. You can
easily plug applets into it.

%files -f %{name}.lang
%{_bindir}/*
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/plug-ins
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.svg
%{_mandir}/man1/cairo-dock.1.*
%{_iconsdir}/hicolor/*/apps/%{name}.png

#---------------------------------------------------------------------
%define major 3
%define libname %mklibname gldi %{major}

%package -n %{libname}
Summary:	Library files for cairo-dock
Group:		System/Libraries

%description -n %{libname}
cairo-dock uses cairo to render nice graphics, and Glitz to use hardware
acceleration. It's fully configurable and can be a taskbar too. You can
easily plug applets into it.

This package provides the libraries for cairo-dock functions.

%files  -n %{libname}
%{_libdir}/libgldi.so.%{major}*

#---------------------------------------------------------------------
%package devel
Summary:	Development files for cairo-dock
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description devel
cairo-dock uses cairo to render nice graphics, and Glitz to use hardware
acceleration. It's fully configurable and can be a taskbar too. You can
easily plug applets into it.

This package provides the include files and library for cairo-dock functions.

%files devel
%{_includedir}/%{name}
%{_libdir}/libgldi.so
%{_libdir}/pkgconfig/*.pc

#---------------------------------------------------------------------

%package help
Summary:	This package provides plugin "help"
Group:		Graphical desktop/Other
Requires:	%{name} = %{EVRD}

%description help
This package provides plugin "help".

%files help
%{_libdir}/%{name}/libcd-Help.so
%{_datadir}/%{name}/plug-ins/Help

#---------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DCMAKE_INSTALL_LIBDIR=lib
%make

%install
%makeinstall_std -C build
chmod 755 %{buildroot}%{_libdir}/libgldi.so.*

%find_lang %{name}

# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size data/cairo-dock.svg \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.2-3
+ Revision: cc9a6b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 500 |14cr|cairo-dock-plugins-3.3.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define packagename cairo-dock

Summary:	Plugins for cairo-dock
Name:		cairo-dock-plugins
Version:	3.3.2
Release:	7
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		https://launchpad.net/cairo-dock-plug-ins
Source0:	http://launchpad.net/cairo-dock-plug-ins/3.3/%{version}/+download/%{name}-%{version}.tar.gz
# From Arch Linux:
Patch0:		cairo-dock-plugins-3.0.2-applet-host-ias.patch
# cmake logic is messed up in 3.2.0
Patch1:		cairo-dock-plugins-3.2.0-xfce-cmake.patch
Patch2:		cairo-dock-plugins-3.3.2-upower.patch
BuildRequires:	cmake
BuildRequires:	ruby
BuildRequires:	vala
BuildRequires:	cairo-dock-devel >= %{version}
BuildRequires:	libetpan-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(dbusmenu-gtk3-0.4)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gldi)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glib-sharp-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libexif)
#disabled until cairo-dock-plugins builds successfully with libgnome-menu-3.0
#BuildRequires:	pkgconfig(libgnome-menu-3.0)
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxklavier)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ndesk-dbus-1.0)
BuildRequires:	pkgconfig(ndesk-dbus-glib-1.0)
BuildRequires:	pkgconfig(thunar-vfs-1)
BuildRequires:	pkgconfig(upower-glib)
BuildRequires:	pkgconfig(vte-2.90)
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(zeitgeist-1.0)

Requires:	cairo-dock >= %{version}
Requires:	%{packagename}-clock
Requires:	%{packagename}-dustbin
Requires:	%{packagename}-logout
Requires:	%{packagename}-musicPlayer
Requires:	%{packagename}-rendering
Requires:	%{packagename}-terminal
Requires:	%{packagename}-powermanager
#Requires:	%{packagename}-shortcuts
Obsoletes:	%{packagename}-shortcuts < %{version}
Requires:	%{packagename}-systray
Requires:	%{packagename}-weather
Requires:	%{packagename}-xgamma
Requires:	%{packagename}-alsamixer
Requires:	%{packagename}-cairo-penguin
Requires:	%{packagename}-tomboy
Requires:	%{packagename}-wifi
Requires:	%{packagename}-netspeed
Requires:	%{packagename}-switcher
Requires:	%{packagename}-dbus
Requires:	%{packagename}-showdesktop
Requires:	%{packagename}-slider
Requires:	%{packagename}-stack
Requires:	%{packagename}-System-monitor
Requires:	%{packagename}-clipper
Requires:	%{packagename}-animated-icons
Requires:	%{packagename}-desklet-rendering
Requires:	%{packagename}-dialog-rendering
Requires:	%{packagename}-drop_indicator
Requires:	%{packagename}-icon-effect
Requires:	%{packagename}-illusion
Requires:	%{packagename}-motion_blur
Requires:	%{packagename}-quick-browser
Requires:	%{packagename}-show_mouse
Requires:	%{packagename}-status-notifier
Requires:	%{packagename}-toons
Requires:	%{packagename}-keyboard-indicator
Requires:	%{packagename}-weblets
Requires:	%{packagename}-dnd2share
Requires:	%{packagename}-kde-integration
Requires:	%{packagename}-mail
Requires:	%{packagename}-rssreader
Requires:	%{packagename}-Folders
Requires:	%{packagename}-remote-control
Requires:	%{packagename}-composite-manager
Requires:	%{packagename}-screenshot
Requires:	%{packagename}-sound-effects
Obsoletes:	%{packagename}-showdesklets < 2.1.3

%description
cairo-dock uses cairo to render nice graphics, and Glitz to use hardware
acceleration. It's fully configurable and can be a taskbar too. You can
easily plug applets into it.

This package contains various plugins for cairo-dock.

%files

#---------------------------------------------------------------------
%package i18n
Summary:	Translation files for %{name}
Group:		Graphical desktop/Other
Requires:	%{packagename} >= %{version}

%description i18n
This package contains common translations for %{name}.

%files i18n -f %{name}.lang

#---------------------------------------------------------------------
%package -n %{packagename}-animated-icons
Summary:	That package provides plugin "Animated Icons"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-animated-icons
This plug-in provides many different animations for your icons.

%files -n %{packagename}-animated-icons
%{_datadir}/cairo-dock/plug-ins/Animated-icons
%{_libdir}/cairo-dock/libcd-Animated-icons.so

#---------------------------------------------------------------------
%package -n %{packagename}-clock
Summary:	That package provides plugin "Clock"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-clock
Display time and date in your dock with the clock applet! 

2 view are available: numeric and analogic.

It can derach itself to be the perfect clone of CairoClock. It can warn you
with alarms, can display a calendar, and allow you to setup time and date.

%files -n %{packagename}-clock
%{_datadir}/cairo-dock/plug-ins/clock
%{_libdir}/cairo-dock/libcd-clock.so

#---------------------------------------------------------------------
%package -n %{packagename}-composite-manager
Summary:	That package provides plugin "Composite Manager"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}
Requires:	%{packagename}-shared-files = %{version}

%description -n %{packagename}-composite-manager
This applet allows you to toggle the composite ON/OFF.

%files -n %{packagename}-composite-manager
%{_datadir}/cairo-dock/plug-ins/Composite-Manager
%{_libdir}/cairo-dock/libcd-Composite-Manager.so

#---------------------------------------------------------------------
%package -n %{packagename}-desklet-rendering
Summary:	That package provides plugin "Desklet Rendering"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-desklet-rendering
This module provides different views for your desklets.

%files -n %{packagename}-desklet-rendering
%{_datadir}/cairo-dock/plug-ins/desklet-rendering
%{_libdir}/cairo-dock/libcd-desklet-rendering.so

#---------------------------------------------------------------------
%package -n %{packagename}-dialog-rendering
Summary:	That package provides plugin "Dialog Rendering"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-dialog-rendering
This plug-in provides some dialog decorators for dialog bubbles.

%files -n %{packagename}-dialog-rendering
%{_datadir}/cairo-dock/plug-ins/dialog-rendering
%{_libdir}/cairo-dock/libcd-dialog-rendering.so

#---------------------------------------------------------------------
%package -n %{packagename}-dnd2share
Summary:	That package provides plugin "dnd2share"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-dnd2share
This applet lets you share files easily :
Drag-and-drop a file on the icon to upload it to one of the available hosting
sites. It supports many sites, like DropBox, Imageshack, pastebin, etc

You can upload text, image, video, and files.

The resulting URL is automatically stored in the clipboard to be directly
copied by CTRL+v. It can keep an history of your last uploads to retrieve them
without any account. You'll need to install 'curl' and 'wget' to upload the
data.

%files -n %{packagename}-dnd2share
%{_datadir}/cairo-dock/plug-ins/dnd2share
%{_libdir}/cairo-dock/libcd-dnd2share.so

#---------------------------------------------------------------------
%package -n %{packagename}-drop_indicator
Summary:	That package provides plugin "Drop Indicator"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-drop_indicator
This plug-in displays an animated indicator when you drop something in the
dock.

%files -n %{packagename}-drop_indicator
%{_datadir}/cairo-dock/plug-ins/drop-indicator
%{_libdir}/cairo-dock/libcd-drop_indicator.so

#---------------------------------------------------------------------
%package -n %{packagename}-dustbin
Summary:	That package provides plugin "Dustbin"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-dustbin
Manage your disks space with this trash applet!

It can handle several trash directories, threw files or unmount disks with
drag'n'drop, warn you if you use too much space, and display usefull info
about your dustbins.

%files -n %{packagename}-dustbin
%{_datadir}/cairo-dock/plug-ins/dustbin
%{_libdir}/cairo-dock/libcd-dustbin.so

#---------------------------------------------------------------------
%package -n %{packagename}-icon-effect
Summary:	That package provides plugin "Icon Effect"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-icon-effect
This plug-in adds many special effects to your icons.

%files -n %{packagename}-icon-effect
%{_datadir}/cairo-dock/plug-ins/icon-effect
%{_libdir}/cairo-dock/libcd-icon-effect.so

#---------------------------------------------------------------------
%package -n %{packagename}-illusion
Summary:	That package provides plugin "Illusion"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-illusion
This plug-in provides animations for appearance & disappearance of icons.

%files -n %{packagename}-illusion
%{_datadir}/cairo-dock/plug-ins/illusion
%{_libdir}/cairo-dock/libcd-illusion.so

#---------------------------------------------------------------------
%package -n %{packagename}-kde-integration
Summary:	That package provides plugin "KDE Integration"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-kde-integration
This applet provides functions for a better integration into a KDE
environnement. It is auto-activated, so you don't need to activate it.
It is designed for KDE4.

%files -n %{packagename}-kde-integration
%{_datadir}/cairo-dock/plug-ins/kde-integration
%{_libdir}/cairo-dock/libcd_kde-integration.so

#---------------------------------------------------------------------
%package -n %{packagename}-logout
Summary:	That package provides plugin "Logout"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-logout
A very simple applet that adds an icon to log out from your session.

%files -n %{packagename}-logout
%{_datadir}/cairo-dock/plug-ins/logout
%{_libdir}/cairo-dock/libcd-logout.so

#---------------------------------------------------------------------
%package -n %{packagename}-mail
Summary:	That package provides plugin "Mail"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-mail
This applet is very useful to warn you when you get new e-mails. It can check
in any kind of mailbox (yahoo, gmail, etc). Left-click to launch the prefered
mail application, middle-click to refresh all the mailboxes.

%files -n %{packagename}-mail
%{_datadir}/cairo-dock/plug-ins/mail
%{_libdir}/cairo-dock/libcd-mail.so

#---------------------------------------------------------------------
%package -n %{packagename}-motion_blur
Summary:	That package provides plugin "Motion Blur"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-motion_blur
This plug-in adds a motion blur effect on docks.

%files -n %{packagename}-motion_blur
%{_datadir}/cairo-dock/plug-ins/motion-blur
%{_libdir}/cairo-dock/libcd-motion_blur.so

#---------------------------------------------------------------------
%package -n %{packagename}-musicPlayer
Summary:	That package provides plugin "Music Player"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}
Obsoletes:	%{packagename}-rhythmbox < 2.1.2
Obsoletes:	%{packagename}-xmms < 2.1.2

%description -n %{packagename}-musicPlayer
This applet lets you control any music player. Left click to Play/Pause,
middle-click to play Next song. Scroll up/down to play previous/next song.
You can drag and drop songs on the icon to put them in the queue,and jpeg
image to use as cover.

%files -n %{packagename}-musicPlayer
%{_datadir}/cairo-dock/plug-ins/musicPlayer
%{_libdir}/cairo-dock/libcd-musicPlayer.so

#---------------------------------------------------------------------
%package -n %{packagename}-quick-browser
Summary:	That package provides plugin "Quick Browser"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-quick-browser
This applet lets you browse a folder and its sub-folders very quickly.
You can set up a shortkey to pop up the menu. Midlle-click will open
the main folder.

This applet can be instanciated several times, if you want to browse
different folders.

%files -n %{packagename}-quick-browser
%{_datadir}/cairo-dock/plug-ins/quick_browser
%{_libdir}/cairo-dock/libcd-quick-browser.so

#---------------------------------------------------------------------
%package -n %{packagename}-rendering
Summary:	That package provides plugin "Rendering"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-rendering
This module adds different views to your dock. Any dock or sub-dock can be
displayed with the view of your choice. Currently, 3D-plane, Caroussel,
Parabolic and Rainbow views are provided

%files -n %{packagename}-rendering
%{_datadir}/cairo-dock/plug-ins/rendering
%{_libdir}/cairo-dock/libcd-rendering.so

#---------------------------------------------------------------------
%package -n %{packagename}-terminal
Summary:	That package provides plugin "Terminal"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-terminal
Add a terminal to your dock! You can drag'n'drop files or text into it
and select an action

%files -n %{packagename}-terminal
%{_datadir}/cairo-dock/plug-ins/terminal
%{_libdir}/cairo-dock/libcd-terminal.so

#---------------------------------------------------------------------
%package -n %{packagename}-powermanager
Summary:	That package provides a powermanager plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-powermanager
A power manager for laptop's battery. It works with ACPI and DBus.

%files -n %{packagename}-powermanager
%{_datadir}/cairo-dock/plug-ins/powermanager
%{_libdir}/cairo-dock/libcd-powermanager.so
%{_datadir}/cairo-dock/gauges/Battery-Mono
%{_datadir}/cairo-dock/gauges/Battery

#---------------------------------------------------------------------
%package -n %{packagename}-shared-files
Summary:	Shared files for plugins
Group:		Graphical desktop/Other
Obsoletes:	%{packagename}-shared-images < %{version}

%description -n %{packagename}-shared-files
This package provides shared files for plugins.

%files -n %{packagename}-shared-files
%{_datadir}/cairo-dock/plug-ins/shared-files

#---------------------------------------------------------------------
#%package -n %{packagename}-shortcuts
#Summary:	That package provides a shortcuts plugins
#Group:		Graphical desktop/Other
#Requires:	%{name}-i18n = %{version}

#%description -n %{packagename}-shortcuts
#An applets thatlet you acces quickly to all of your shortcuts.
#It can manage disks, network points, and Nautilus bookmarks.
#You can add or remove bookmarks bye drag'n'drop, even if you
#don't have Nautilus. Middle-click to acces your desktop easily

#%files -n %{packagename}-shortcuts
#%{_datadir}/cairo-dock/plug-ins/shortcuts
#%{_libdir}/cairo-dock/libcd-shortcuts.so

#---------------------------------------------------------------------
%package -n %{packagename}-show_mouse
Summary:	That package provides plugin "Show Mouse"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-show_mouse
This plug-in draw some animation around the cursor when it's inside a dock
desklet.

%files -n %{packagename}-show_mouse
%{_datadir}/cairo-dock/plug-ins/show_mouse
%{_libdir}/cairo-dock/libcd-show_mouse.so

#---------------------------------------------------------------------
%package -n %{packagename}-systray
Summary:	That package provides a systray plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-systray
Add a systray to your dock!

%files -n %{packagename}-systray
%{_datadir}/cairo-dock/plug-ins/systray
%{_libdir}/cairo-dock/libcd-systray.so

#---------------------------------------------------------------------
%package -n %{packagename}-toons
Summary:	That package provides plugin "Toons"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-toons
This plug-in draw some animation around the cursor when it's inside a dock
desklet.

%files -n %{packagename}-toons
%{_datadir}/cairo-dock/plug-ins/Toons
%{_libdir}/cairo-dock/libcd-Toons.so

#---------------------------------------------------------------------
%package -n %{packagename}-weather
Summary:	That package provides a weather plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-weather
This applet displyas weather into your dock. It can detach itself to be a
totally eye-candy 3D Desklet. You can have many valuable info by (middle)
clicking on the icons. Data are provided by www.weather.com

%files -n %{packagename}-weather
%{_datadir}/cairo-dock/plug-ins/weather
%{_libdir}/cairo-dock/libcd-weather.so

#---------------------------------------------------------------------
%package -n %{packagename}-xgamma
Summary:	That package provides a Xgamma plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-xgamma
Setup the gama of your screen directly from the dock. It is a simple port of
xgamma. Quickly setup gamma with left click, or more accurately with middle
click.

%files -n %{packagename}-xgamma
%{_datadir}/cairo-dock/plug-ins/Xgamma
%{_libdir}/cairo-dock/libcd-Xgamma.so

#---------------------------------------------------------------------
%package -n %{packagename}-alsamixer
Summary:	That package provides a alsaMixer plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-alsamixer
This applet let you set up the sound volume from the dock.

Click on icon to show/hide volume comtrol (You can bin a keyboard shortcut
for it.) Middle-click to set or unset mute.

This applet works with Alsa sound drivers.

%files -n %{packagename}-alsamixer
%{_datadir}/cairo-dock/plug-ins/AlsaMixer
%{_libdir}/cairo-dock/libcd-AlsaMixer.so
%{_datadir}/cairo-dock/gauges/Sound-Mono

#---------------------------------------------------------------------
%package -n %{packagename}-cairo-penguin
Summary:	That package provides a Cairo-Penguin plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-cairo-penguin
Add a lively Penguin in your dock! Left click to change animation,
right click to disturb him ^_^.
Images are from Pingus, Inspiration is from xpenguins.

%files -n %{packagename}-cairo-penguin
%{_datadir}/cairo-dock/plug-ins/Cairo-Penguin
%{_libdir}/cairo-dock/libcd-Cairo-Penguin.so

#---------------------------------------------------------------------
%package -n %{packagename}-slider
Summary:	That package provides a slider plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-slider
The slider applet is a basic image slider.

%files -n %{packagename}-slider
%{_datadir}/cairo-dock/plug-ins/slider
%{_libdir}/cairo-dock/libcd-slider.so

#---------------------------------------------------------------------
%package -n %{packagename}-stack
Summary:	That package provides a stack plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-stack
This applet allows you to build a stack of items, just like the Stack
applet of MacOS X. Items can be files, folders, URL, or even pieces of text.

%files -n %{packagename}-stack
%{_datadir}/cairo-dock/plug-ins/stack
%{_libdir}/cairo-dock/libcd-stack.so

#---------------------------------------------------------------------
%package -n %{packagename}-System-monitor
Summary:	That package provides plugin "System Monitor"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}
Obsoletes:	%{packagename}-rame < 2.1.2
Obsoletes:	%{packagename}-cpusage < 2.1.2
Obsoletes:	%{packagename}-nvidia < 2.1.2

%description -n %{packagename}-System-monitor
This applet shows you the CPU load, RAM usage, graphic card temperature, etc.
Middle click on the icon to get some valuable info. Left click on the icon to
get a list of the most ressources using programs.

You can instanciate this applet several times to show different values each
time.

%files -n %{packagename}-System-monitor
%{_datadir}/cairo-dock/plug-ins/System-monitor
%{_libdir}/cairo-dock/libcd-system-monitor.so

#---------------------------------------------------------------------
%package -n %{packagename}-wifi
Summary:	That package provides a wifi plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-wifi
The wifi applet show you the signal strenght of the first active connection.

%files -n %{packagename}-wifi
%{_datadir}/cairo-dock/plug-ins/wifi
%{_libdir}/cairo-dock/libcd-wifi.so
%{_datadir}/cairo-dock/gauges/Wifi_default

#---------------------------------------------------------------------
%package -n %{packagename}-xfce-integration
Summary:	That package provides a xfce-integration plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-xfce-integration
This applet provides functions for a better integration into XFCE.

%files -n %{packagename}-xfce-integration
%{_datadir}/cairo-dock/plug-ins/xfce-integration
%{_libdir}/cairo-dock/libcd_xfce-integration.so

#---------------------------------------------------------------------
%package -n %{packagename}-tomboy
Summary:	That package provides a tomboy plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-tomboy
Control your TomBoy's notes directly in the dock!

%files -n %{packagename}-tomboy
%{_datadir}/cairo-dock/plug-ins/tomboy
%{_libdir}/cairo-dock/libcd-tomboy.so

#---------------------------------------------------------------------
%package -n %{packagename}-netspeed
Summary:	That package provides a netspeed plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-netspeed
the netspeed applet show you the bit rate of your internet connection
and make some stats on it.

%files -n %{packagename}-netspeed
%{_datadir}/cairo-dock/plug-ins/netspeed
%{_libdir}/cairo-dock/libcd-netspeed.so

#---------------------------------------------------------------------
%package -n %{packagename}-switcher
Summary:	That package provides a switcher plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}
Requires:	%{packagename}-shared-files = %{version}

%description -n %{packagename}-switcher
The new and soon wonderful switcher applet

%files -n %{packagename}-switcher
%{_datadir}/cairo-dock/plug-ins/switcher
%{_libdir}/cairo-dock/libcd-switcher.so

#---------------------------------------------------------------------
%package -n %{packagename}-dbus
Summary:	That package provides a Dbus plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-dbus
This plug-in lets extern application interact on the dock. The communication
between both sides is based on Dbus.

%files -n %{packagename}-dbus
%{_datadir}/cairo-dock/plug-ins/Dbus
%{_libdir}/cairo-dock/libcd-Dbus.so
%{_libdir}/cairo-dock/cairo-dock-launcher-API-daemon
%{_prefix}/lib/cli/cairo-dock-plug-ins/CDApplet.dll
%{ruby_libdir}/CDApplet.rb

#---------------------------------------------------------------------
%package -n %{packagename}-interface-python
Summary:	This package contains a Python interface for the DBus plug-in
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}
Requires:	python
Requires:	python3

%description -n %{packagename}-interface-python
This package provides library of Cairo-Dock D-Bus interface for Python.

%files -n %{packagename}-interface-python
%{python_sitelib}/CDApplet-1.0-py*.egg-info
%{python_sitelib}/CDApplet.py
%{python_sitelib}/CDBashApplet-1.0-py*.egg-info
%{python_sitelib}/CDBashApplet.py
%{python_sitelib}/CairoDock.py
%{python3_sitelib}/CDApplet-1.0-py*.egg-info
%{python3_sitelib}/CDApplet.py
%{python3_sitelib}/CDBashApplet-1.0-py*.egg-info
%{python3_sitelib}/CDBashApplet.py
%{python3_sitelib}/CairoDock.py

#---------------------------------------------------------------------
%package -n %{packagename}-showdesktop
Summary:	That package provides a showDesktop plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}
Requires:	%{packagename}-shared-files = %{version}

%description -n %{packagename}-showdesktop
This applet let you acces quickly to your desktop.

%files -n %{packagename}-showdesktop
%{_datadir}/cairo-dock/plug-ins/showDesktop
%{_libdir}/cairo-dock/libcd-showDesktop.so

#---------------------------------------------------------------------
%package -n %{packagename}-gnome-integration
Summary:	That package provides a gnome-integration plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-gnome-integration
This applet provides functions for a better integration into GNOME.

%files -n %{packagename}-gnome-integration
%{_datadir}/cairo-dock/plug-ins/gnome-integration
%{_libdir}/cairo-dock/libcd_gnome-integration.so

#---------------------------------------------------------------------
%package -n %{packagename}-clipper
Summary:	That package provides plugin "Clipper"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-clipper
This applet keeps a trace of the clipboard and mouse selection, so that
you can recall them quickly. It's a clone of the well-know Klipper.

%files -n %{packagename}-clipper
%{_datadir}/cairo-dock/plug-ins/Clipper
%{_libdir}/cairo-dock/libcd-Clipper.so

#---------------------------------------------------------------------
#disabled until cairo-dock-plugins builds successfully with libgnome-menu-3.0

#%package -n %{packagename}-gmenu
#Summary:	That package provides plugin "gmenu"
#Group:		Graphical desktop/Other
#Requires:	%{name}-i18n = %{version}

#%description -n %{packagename}-gmenu
#The new and soon wonderful GMenu applet

#%files -n %{packagename}-gmenu
#%{_datadir}/cairo-dock/plug-ins/GMenu
#%{_libdir}/cairo-dock/libcd-GMenu.so

#---------------------------------------------------------------------
%package -n %{packagename}-keyboard-indicator
Summary:	That package provides plugin "Keyboard Indicator"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-keyboard-indicator
This applet lets you control the keyboard layout.

%files -n %{packagename}-keyboard-indicator
%{_datadir}/cairo-dock/plug-ins/keyboard-indicator
%{_libdir}/cairo-dock/libcd-keyboard-indicator.so

#---------------------------------------------------------------------
%package -n %{packagename}-weblets
Summary:	That package provides plugin "Weblets"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-weblets
The weblets applet allows you to show an interactive web page on your desktop.

%files -n %{packagename}-weblets
%{_datadir}/cairo-dock/plug-ins/weblets
%{_libdir}/cairo-dock/libcd-weblets.so

#---------------------------------------------------------------------
%package -n %{packagename}-rssreader
Summary:	That package provides plugin "RSS Reader"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-rssreader
This applet is an RSS/Atom feed reader. You can instanciate it as many
times as you want.

%files -n %{packagename}-rssreader
%{_libdir}/cairo-dock/libcd-rssreader.so
%{_datadir}/cairo-dock/plug-ins/RSSreader

#---------------------------------------------------------------------
%package -n %{packagename}-Folders
Summary:	That package provides plugin "Folders"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-Folders
This applet imports folders inside the Dock.

%files -n %{packagename}-Folders
%{_libdir}/cairo-dock/libcd-Folders.so
%{_datadir}/cairo-dock/plug-ins/Folders

#---------------------------------------------------------------------
%package -n %{packagename}-remote-control
Summary: That package provides plugin "Remote Control"
Group: Graphical desktop/Other
Requires: %{name}-i18n = %{version}

%description -n %{packagename}-remote-control
This plug-in lets you control your dock from the keyboard or even
a remote controller.

%files -n %{packagename}-remote-control
%{_libdir}/cairo-dock/libcd-Remote-Control.so
%{_datadir}/cairo-dock/plug-ins/Remote-Control

#---------------------------------------------------------------------
%package -n %{packagename}-vala
Summary:	This package provides vala binding for %{packagename}
Group:		Graphical desktop/Other

%description -n %{packagename}-vala
This package provides vala binding for %{packagename}.

%files -n %{packagename}-vala
%{_libdir}/libCDApplet.so
%{_libdir}/pkgconfig/CDApplet.pc
%{_datadir}/vala*/vapi/CDApplet.*

#---------------------------------------------------------------------
%package -n %{packagename}-status-notifier
Summary:	That package provides plugin "status-notifier"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-status-notifier
This package provides plugin Status Notifier for %{packagename}.

%files -n %{packagename}-status-notifier
%{_libdir}/cairo-dock/libcd-status-notifier.so
%{_libdir}/cairo-dock/status-notifier-watcher
%{_datadir}/cairo-dock/plug-ins/Status-Notifier

#---------------------------------------------------------------------

%package -n %{packagename}-recent-events
Summary:	Recent-Events applet based on Zeitgeist framework
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-recent-events
This applet is an quite complex and Gnome Activity Journal like.
Features:
* you can browse recent tracked events by categories (All,
  Document, Folder, Image, Audioa, Video, Other, Top Results)
* you can look for events (search through it and delete the searched item)
* the tracked items have thumbnails
* huge list of recent items

%files -n %{packagename}-recent-events
%{_libdir}/cairo-dock/libcd-Recent-Events.so
%{_datadir}/cairo-dock/plug-ins/Recent-Events/*

#---------------------------------------------------------------------

%package -n %{packagename}-impulse
Summary:	That package provides plugin "Impulse"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-impulse
This applet analyse the signal given by PulseAudio and provides a graphical
equalizer into the dock.

%files -n %{packagename}-impulse
%{_libdir}/cairo-dock/libcd-Impulse.so
%{_datadir}/cairo-dock/plug-ins/Impulse/*

#---------------------------------------------------------------------

%package -n %{packagename}-screenshot
Summary:	That package provides plugin "Screenshot"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-screenshot
A simple applet to quickly take screenshots.

%files -n %{packagename}-screenshot
%{_libdir}/cairo-dock/libcd-Screenshot.so
%{_datadir}/cairo-dock/plug-ins/Screenshot/*

#---------------------------------------------------------------------

%package -n %{packagename}-sound-effects
Summary:	That package provides plugin "Sound Effects"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-sound-effects
This plug-in adds sound effects on various events in the dock. When clicking
an icon, when hovering an icon etc.

%files -n %{packagename}-sound-effects
%{_libdir}/cairo-dock/libcd-Sound-Effects.so
%{_datadir}/cairo-dock/plug-ins/Sound-Effects/*

#---------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

for i in */src/CMakeLists.txt
do
	sed -i -e 's/ SHARED/ MODULE /' $i
done

%build
%cmake
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_libdir}/cairo-dock/cairo-dock-unity-bridge

# chortcuts crash cairo dock now
rm -rf %{buildroot}%{_datadir}/cairo-dock/plug-ins/shortcuts
rm -f %{buildroot}%{_libdir}/cairo-dock/libcd-shortcuts.so

%find_lang %{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.2-7
+ Revision: 55760b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 501 |14cr|cairo-dock-themes-1.6.3.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Themes for cairo-dock
Name:		cairo-dock-themes
Version:	1.6.3.1
Release:	6
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		http://www.cairo-dock.org/
Source0:	http://download.berlios.de/cairo-dock/%{name}-%{version}.tar.bz2
Source1:	%{name}.rpmlintrc
Patch0:		cairo-dock-themes-1.6.3.1-theme-dir.patch
BuildRequires:	pkgconfig(gldi)
Requires:	cairo-dock
BuildArch:	noarch

%description
This package contains all cairo-dock themes.

%files
%{_datadir}/cairo-dock/themes/*

#---------------------------------------------------------------------
%prep
%setup -q
%patch0 -p0

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.3.1-6
+ Revision: 3448e9b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 502 |14cr|caja-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver     %(echo %{version}|cut -d. -f1,2)
%define name        caja
%define oname       mate-file-manager
%define major       1
%define gi_major    2.0
%define libname     %mklibname %{name}-extension %{major}
%define develname   %mklibname -d %{name}-extension
%define girname     %mklibname %{name}-gir %{gi_major}

Name:               %{name}
Version:            1.8.0
Release:            2
Summary:            File manager for the MATE desktop environment
Group:              File tools
License:            GPLv2+ and LGPLv2+
URL:                http://www.mate-desktop.org/
Source0:            http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Source1:            nautilus_16.png
Source2:            nautilus_32.png
Source3:            nautilus_48.png
Source4:            caja-ffmpegthumbnailer.thumbnailer
Source5:            caja-autostart.in
Source6:            caja-autostart.desktop
# gw from Fedora, fix crash on weird file infos
# http://bugzilla.mate.org/show_bug.cgi?id=519743
Patch0:             nautilus-filetype-symlink-fix.patch
# (fc) don't show KDE specific links (CVS + me) (Mdv bug #4844)
Patch1:             nautilus-kdedesktop.patch
# (fc) auto-unmount ejected medias when mount points are in fstab (Mdv bug #39540)
Patch2:             nautilus-2.25.91-umountfstab.patch
# (fc) add a search .desktop file (GNOME bug #350950) (SUSE)
Patch3:             nautilus-bgo350950-search-desktop.diff
# (cg) Patch for double forking problem (mga#11184)
Patch5:             caja-1.7.2-avoid-double-forking.patch
# (patch by Atilla ÖNTAŞ) This patch fixes unworking accels issue and respects mate config dirs.
Patch7:             mate-file-manager-1.6.2-mga_fix_config_dirs.patch
# (gnome#674659)	places-sidebar: don't double unref GMount objects
Patch8:			    mate-file-manager-1.6.2-double_unref_GMount_objects.patch
# Along with Source5 and Source6 try to fix x-caja-windows on startup issue
# Taken from Fedora
# https://bugzilla.redhat.com/show_bug.cgi?id=886029
# https://bugs.mageia.org/show_bug.cgi?id=12463
# https://github.com/mate-desktop/caja/issues/100
Patch9:             mate-file-manager-1.6.2-fdo-x-caja-windows.patch
Patch10:            mate-file-manager-1.6.2-fdo-yet_another_xcaja_workaround.patch
# Allows to dropping files/directories to bookmarks:
Patch11:            mate-file-manager_allow-dropping-files-to-bookmarks.patch

BuildRequires:      pkgconfig(libxml-2.0)
BuildRequires:      pkgconfig(dbus-glib-1)
BuildRequires:      gtk-doc
BuildRequires:      intltool
BuildRequires:      mate-common
BuildRequires:      pkgconfig(gsettings-desktop-schemas)
BuildRequires:      pkgconfig(exempi-2.0)
BuildRequires:      pkgconfig(gobject-introspection-1.0)
BuildRequires:      pkgconfig(gtk+-2.0)
BuildRequires:      pkgconfig(glib-2.0)
BuildRequires:      pkgconfig(cairo-gobject)
BuildRequires:      pkgconfig(gail)
BuildRequires:      pkgconfig(libexif)
BuildRequires:      pkgconfig(mate-desktop-2.0)
BuildRequires:      pkgconfig(pangox)
BuildRequires:      pkgconfig(sm)
BuildRequires:      pkgconfig(unique-1.0)
BuildRequires:      librsvg-devel
BuildRequires:      chrpath

Requires:           gvfs
# We need a seperate package for other MATE apps.
Requires:           %{name}-schemas = %{version}-%{release}
Suggests:           %{name}-extensions >= 1.7.0

# Whitout these, caja can not connect to a secure network or WebDav
Suggests:           glib-networking
Suggests:           davfs2
Suggests:           ffmpegthumbnailer

Provides:           %{oname}
Obsoletes:          %{oname}

%description
Caja is the file manager and graphical shell for the MATE desktop,
that makes it easy to manage your files and the rest of your system.

It allows to browse directories on local and remote file systems,
preview files and launch applications associated with them.
It is also responsible for handling the icons on the MATE desktop.

%package -n %{libname}
Summary:             Libraries for Mate file manager
Group:               System/Libraries

%description -n %{libname}
Caja is a  file manager for the MATE desktop environment.
This package contains libraries used by Caja.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{version}

%description -n %{girname}
GObject Introspection interface description for %{name}

%package -n %{develname}
Summary:        Libraries and include files for developing caja components
Group:          Development/C
Requires:       %{libname} = %{version}
Requires:       %{girname} = %{version}
Provides:       %{name}-devel = %{version}-%{release}
Obsoletes:      %{oname}-devel
Provides:       %{oname}-devel

%description -n %{develname}
This package provides the necessary development libraries and include
files to allow you to develop caja components.

%package -n %{name}-schemas
Summary:        Gsettings schema files for %{name}
Group:          File tools
Obsoletes:      %{oname}

%description -n %{name}-schemas
This package provides caja gsettings schema files;
needed to run caja and various other MATE applications.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
        --disable-static \
        --enable-unique \
        --disable-schemas-compile \
        --with-x \
        --with-gtk=2.0 \
        --disable-update-mimedb

%make

%install
%makeinstall_std

mkdir -p  %{buildroot}%{_miconsdir} %{buildroot}%{_liconsdir}
cp %{SOURCE1} %{buildroot}%{_miconsdir}/caja.png
cp %{SOURCE2} %{buildroot}%{_iconsdir}/caja.png
cp %{SOURCE3} %{buildroot}%{_liconsdir}/caja.png

mkdir -p %{buildroot}%{_datadir}/thumbnailers
install -m644 %{SOURCE4} %{buildroot}%{_datadir}/thumbnailers/caja-ffmpegthumbnailer.thumbnailer

chrpath --delete %{buildroot}%{_libexecdir}/caja-convert-metadata
chrpath --delete %{buildroot}%{_bindir}/caja
chrpath --delete %{buildroot}%{_bindir}/caja-connect-server
chrpath --delete %{buildroot}%{_bindir}/caja-autorun-software
chrpath --delete %{buildroot}%{_bindir}/caja-file-management-properties

mkdir -p %{buildroot}%{_localstatedir}/lib/mate/desktop \
    %{buildroot}%{_datadir}/%{name}/default-desktop \
    %{buildroot}%{_libdir}/%{name}/extensions-2.0
    
# Install these to fix x-caja-desktop issue (mga#12463)
desktop-file-install --dir=%{buildroot}%{_sysconfdir}/xdg/autostart %{SOURCE6}
install -m 755 -p %{SOURCE5} %{buildroot}%{_bindir}/caja-autostart

#Remove unneeded MateConf convert:
rm -fr %{buildroot}%{_datadir}/MateConf

%{find_lang} %{name}

%files -f %{name}.lang
%doc README NEWS HACKING AUTHORS MAINTAINERS
%dir %{_localstatedir}/lib/mate/desktop
%dir %{_localstatedir}/lib/mate/
%{_sysconfdir}/xdg/autostart/caja-autostart.desktop
%{_bindir}/*
%{_datadir}/caja
%{_datadir}/dbus-1/services/org.mate.freedesktop.FileManager1.service
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/mime/packages/caja.xml
%{_datadir}/thumbnailers/caja-ffmpegthumbnailer.thumbnailer
%{_datadir}/icons/hicolor/*/emblems/emblem-note.png
%{_libexecdir}/caja-convert-metadata
%{_mandir}/man1/*
%{_iconsdir}/hicolor/*/apps/caja.*
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%dir %{_libdir}/caja
%dir %{_libdir}/caja/extensions-2.0

%files -n %{libname}
%{_libdir}/libcaja*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Caja-%{gi_major}.typelib

%files -n %{develname}
%doc ChangeLog
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gtk-doc/html/libcaja-extension
%{_datadir}/gir-1.0/Caja-%{gi_major}.gir

%files -n %{name}-schemas
%{_datadir}/glib-2.0/schemas/org.mate.*.gschema.xml

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 54bac6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 503 |14cr|caja-extensions-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname mate-file-manager

Name:           caja-extensions
Summary:        Set of extensions for caja file manager
Version:        1.8.0
Release:        2
Group:          Graphical desktop/Other
License:        GPLv2+
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Source1:        caja-share-setup-instructions
Source2:        caja-share-smb.conf.example

BuildRequires:  mate-common >= 1.7.0
BuildRequires:  pkgconfig(libcaja-extension) >= 1.7.0
BuildRequires:  pkgconfig(mate-desktop-2.0) >= 1.7.0
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(gupnp-1.0)

%description
Extensions for the caja file-browser, open-terminal,
image-converter, sendto and share

%package common
Summary:    Common files for caja-extensions
Group:      Graphical desktop/Other
BuildArch:  noarch
# gksu support disabled. Suggest caja-actions with open
# as root support.
Suggests:   caja-actions >= 1.6.2-2

%description common
Common files for caja extensions such as 
open-terminal, image-converter etc.

%package -n caja-image-converter
Summary:    Caja extension to mass resize images
Group:	    Graphical desktop/Other
Requires:   %{name}-common = %{version}-%{release}
Requires:   imagemagick
Requires:   %{_lib}caja-extension1 >= 1.7.0
Provides:   %{oname}-image-converter = %{version}-%{release}
Obsoletes:  %{oname}-image-converter < 1.7.0

%description -n caja-image-converter
Adds a "Resize Images..." menu item to the context menu of all images. This
opens a dialog where you set the desired image size and file name. A click
on "Resize" finally resizes the image(s) using ImageMagick's convert tool.

%package -n caja-open-terminal
Summary:    Caja extension for an open terminal shortcut
Group:	    Graphical desktop/Other
Requires:   %{name}-common = %{version}-%{release}
Requires:   %{_lib}caja-extension1 >= 1.7.0
Provides:   %{oname}-open-terminal = %{version}-%{release}
Obsoletes:  %{oname}-open-terminal < 1.7.0

%description -n caja-open-terminal
This is a proof-of-concept Caja extension which allows you to open
a terminal in arbitrary local folders.

%package -n caja-sendto
Summary:    Send files from caja using with mail or IM
Group:	    Graphical desktop/Other
Requires:   %{name}-common = %{version}-%{release}
Requires:   %{_lib}caja-extension1 >= 1.7.0
Provides:   %{name}-gajim  = %{version}-%{release}
Provides:   %{name}-email = %{version}-%{release}
Provides:   %{name}-evolution = %{version}-%{release}
Provides:   %{oname}-sendto = %{version}-%{release}
Obsoletes:  %{oname}-sendto < 1.7.0
Conflicts:  %{oname}-bluetooth

%description -n caja-sendto
This application provides integration between caja and mail or IM clients.
It adds a Caja context menu component ("Send To...") and features
a dialog for insert the email or IM account which you want to send
the file/files.

%package -n caja-sendto-pidgin
Summary:    Send files from caja to pidgin
Group:      Graphical desktop/Other
Requires:   pidgin
Requires:   %{name}-common = %{version}
Requires:   caja-sendto = %{version}-%{release}
Provides:   %{name}-sendto-gaim = %{version}-%{release}
Provides:   %{oname}-sendto-pidgin = %{version}-%{release}
Obsoletes:  %{oname}-sendto-pidgin < 1.7.0

%description -n caja-sendto-pidgin
This application provides integration between caja and pidgin.  It
adds a Caja context menu component ("Send To...") and features a
dialog for insert the IM account which you want to send the file/files.

%package -n caja-sendto-upnp
Summary:    Send files from nautilus via UPNP
Group:      Graphical desktop/Other
Requires:   %{name}-common = %{version}
Requires:   caja-sendto = %{version}-%{release}
Provides:   %{oname}-sendto-upnp = %{version}-%{release}
Obsoletes:  %{oname}-sendto-upnp < 1.7.0

%description -n caja-sendto-upnp
This application provides integration between caja and UPNP.
It adds a Caja context menu component ("Send To...") and allows sending
files to UPNP media servers.

%package -n caja-sendto-devel
Summary:    Development libraries and headers for caja-sendto
Group:	    Development/C
Requires:   %{name}-common = %{version}-%{release}
Requires:   caja-sendto = %{version}-%{release}
Provides:   %{oname}-sendto-devel = %{version}-%{release}
Obsoletes:  %{oname}-sendto-devel < 1.7.0

%description -n caja-sendto-devel
Development libraries and headers for caja-sendto

%package -n caja-share
Summary:    Easy sharing folder via Samba (CIFS protocol)
Group:      Networking/File transfer
Requires:   %{name}-common = %{version}-%{release}
Requires:   %{_lib}caja-extension1 >= 1.7.0
Requires:   samba
Provides:   %{oname}-share = %{version}-%{release}
Obsoletes:  %{oname}-share < 1.7.0

%description -n caja-share
Caja extension designed for easier folders 
sharing via Samba (CIFS protocol) in *NIX systems.

%prep
%setup -q
cp %{SOURCE1} SETUP

%build
# gksu support disabled. It doesn't work with our gksu-polkit
%configure2_5x \
     --disable-schemas-compile \
     --with-gtk=2.0            \
     --enable-image-converter  \
     --enable-open-terminal    \
     --enable-sendto           \
     --enable-share            \
     --disable-gksu             \
     --disable-static

%make

%install
%makeinstall_std

find %{buildroot} -name *.a -delete

mkdir -p %{buildroot}/%{_sysconfdir}/samba/
cp %{SOURCE2} %{buildroot}/%{_sysconfdir}/samba/

# remove needless MateConf stuff
rm -fr  %{buildroot}%{_datadir}/MateConf

%find_lang %{name} --with-gnome --all-name

%files common -f %{name}.lang
%doc AUTHORS README SETUP
%dir %{_datadir}/caja-extensions

%files -n caja-image-converter
%{_libdir}/caja/extensions-2.0/libcaja-image-converter.so
%{_datadir}/caja-extensions/caja-image-resize.ui
%{_datadir}/caja-extensions/caja-image-rotate.ui

%files -n caja-open-terminal
%{_libdir}/caja/extensions-2.0/libcaja-open-terminal.so
%{_datadir}/glib-2.0/schemas/org.mate.caja-open-terminal.gschema.xml

%files -n caja-sendto
%{_bindir}/caja-sendto
%dir %{_libdir}/caja-sendto
%dir %{_libdir}/caja-sendto/plugins
%{_libdir}/caja-sendto/plugins/libnstburn.so
%{_libdir}/caja-sendto/plugins/libnstemailclient.so
%{_libdir}/caja-sendto/plugins/libnstgajim.so
%{_libdir}/caja-sendto/plugins/libnstremovable_devices.so
%{_libdir}/caja/extensions-2.0/libcaja-sendto.so
%{_datadir}/glib-2.0/schemas/org.mate.Caja.Sendto.gschema.xml
%{_datadir}/caja-extensions/caja-sendto.ui
%{_mandir}/man1/caja-sendto.1.*

%files -n caja-sendto-pidgin
%{_libdir}/caja-sendto/plugins/libnstpidgin.so

%files -n caja-sendto-upnp
%{_libdir}/caja-sendto/plugins/libnstupnp.so

%files -n caja-sendto-devel
%dir %{_includedir}/caja-sendto
%{_includedir}/caja-sendto/caja-sendto-plugin.h
%{_libdir}/pkgconfig/caja-sendto.pc
%dir %{_datadir}/gtk-doc/html/caja-sendto
%{_datadir}/gtk-doc/html/caja-sendto/*

%files -n caja-share
%config(noreplace) %{_sysconfdir}/samba/caja-share-smb.conf.example
%{_libdir}/caja/extensions-2.0/libcaja-share.so
%{_datadir}/caja-extensions/share-dialog.ui

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 5b33bc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 504 |14cr|caja-gksu-1.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname    mate-file-manager-gksu

Summary: Run command as root in a specified folder
Name:    caja-gksu
Version: 1.6.0
Release: 3
Group:   File tools
License: GPLv2+
URL:     http://mate-desktop.org
Source0: http://pub.mate-desktop.org/releases/%{url_ver}/%{oname}-%{version}.tar.xz
Patch0:  mate-file-manager-gksu-1.6.0-mga-fix-configure_ac-script.patch

BuildRequires: intltool
BuildRequires: mate-common >= 1.6.0
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libcaja-extension) >= 1.6.0
BuildRequires: pkgconfig(libgksu2)

Provides:      caja-open-gksu = %{version}-%{release}

%rename %{oname}

%description
This is a proof-of-concept Caja extension which allows you to run
a command as root in arbitrary local folders.

%prep
%setup -q -n %{oname}-%{version}

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
   --disable-static

%make

%install
%makeinstall_std

%find_lang %{oname} --with-gnome --all-name

%files -f %{oname}.lang
%{_libdir}/caja/extensions-2.0/libcaja-gksu.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0-3
+ Revision: c67a112
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 505 |14cr|caja-image-converter-1.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname   mate-file-manager-image-converter

Summary:	Caja extension to mass resize images
Name:		caja-image-converter
Version:	1.6.0
Release:	3
Group:		Graphical desktop/Other
License:	GPLv2+
URL:		http://pub.mate-desktop.org
Source0:    http://pub.mate-desktop.org/releases/%{url_ver}/%{oname}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	mate-common
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libcaja-extension)

Requires:	imagemagick
Requires:	%{_lib}caja-extension1 >= 1.6.0

%rename %{oname}

%description
Adds a "Resize Images..." menu item to the context menu of all images. This
opens a dialog where you set the desired image size and file name. A click
on "Resize" finally resizes the image(s) using ImageMagick's convert tool.

%prep
%setup -q -n %{oname}-%{version}

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING
%{_datadir}/caja-image-converter
%{_libdir}/caja/extensions-2.0/*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0-3
+ Revision: 7be27a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 506 |14cr|caja-open-terminal-1.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname   mate-file-manager-open-terminal

Summary:        Caja extension for an open terminal shortcut
Name:           caja-open-terminal
Version:        1.6.0
Release:        3
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{oname}-%{version}.tar.xz
Patch0:		caja-open-terminal-1.6.0-compile-with-desktop-1.7.0.patch
License:        GPLv2+
Group:          Graphical desktop/Other

BuildRequires:  pkgconfig(libcaja-extension)
BuildRequires:  pkgconfig(mate-desktop-2.0)
BuildRequires:  intltool
BuildRequires:  pkgconfig(mate-doc-utils)
BuildRequires:  pkgconfig(gsettings-desktop-schemas)

Requires:       gsettings-desktop-schemas

%rename %{oname}

%description
This is a proof-of-concept Caja extension which allows you to open
a terminal in arbitrary local folders.

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

%build
aclocal
libtoolize --force --automake --copy
autoheader
automake --add-missing --copy
autoconf
cp configure.ac configure.in
# NOCONFIGURE=1 sh ./autogen.sh
intltoolize --copy --force

%configure2_5x \
        --disable-static \
        --disable-schemas-compile
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README COPYING
%{_libdir}/caja/extensions-2.0/libcaja-open-terminal.so
%{_datadir}/MateConf/gsettings/caja-open-terminal.convert
%{_datadir}/glib-2.0/schemas/org.mate.caja-open-terminal.gschema.xml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0-3
+ Revision: 0338331
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 507 |14cr|caja-sendto-1.6.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname    mate-file-manager-sendto

Summary:        Send files from caja using with mail or IM
Name:           caja-sendto
Version:        1.6.0
Release:        5
URL:            http://www.mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{oname}-%{version}.tar.xz
License:        GPLv2+
Group:          Graphical desktop/Other

BuildRequires:  pkgconfig(libcaja-extension)
BuildRequires:  pkgconfig(mate-desktop-2.0)
BuildRequires:  pkgconfig(mate-doc-utils)
BuildRequires:  pkgconfig(gsettings-desktop-schemas)
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(gupnp-1.0)
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  gtk-doc
BuildRequires:  intltool
BuildRequires:  pidgin-devel
# BuildRequires:  gupnp-av-devel
BuildRequires:  gajim

Provides:       %{oname}-sendto-gajim 
Provides:       %{oname}-sendto-email
Provides:       %{oname}-sendto-evolution

%rename %{oname}

Suggests:       %{name}-bluetooth
Requires:       caja

%description
This application provides integration between caja and mail or IM clients.
It adds a Caja context menu component ("Send To...") and features
a dialog for insert the email or IM account which you want to send
the file/files.

%package pidgin
Summary:    Send files from caja to pidgin
Group:      Graphical desktop/Other
Requires:   pidgin
Requires:   %{name} = %{version}
Provides:   %{name}-sendto-gaim
Provides:   %{oname}-sendto-pidgin = %{version}-%{release}

%description pidgin
This application provides integration between caja and pidgin.  It
adds a Caja context menu component ("Send To...") and features a
dialog for insert the IM account which you want to send the file/files.


%package upnp
Summary:   Send files from nautilus via UPNP
Group:     Graphical desktop/Other
Requires:  %{name} = %{version}
%rename    %{oname}-upnp

%description upnp
This application provides integration between caja and UPNP.
It adds a Caja context menu component ("Send To...") and allows sending
files to UPNP media servers.

%package devel
Summary:  Development files for %{name}
Group:    Graphical desktop/Other
Provides: %{name}-devel = %{version}-%{release}

%description devel
This package provides development files needed to build plugins upon
%{name}-sendto.

%prep
%setup -q -n %{oname}-%{version}

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --all-name

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_mandir}/man1/*
%{_bindir}/caja-sendto
%{_datadir}/MateConf/gsettings/caja-sendto-convert
%{_datadir}/caja-sendto/ui/caja-sendto.ui
%{_datadir}/glib-2.0/schemas/org.mate.Caja.Sendto.gschema.xml
%{_libdir}/caja-sendto/plugins/libnstburn.so
%{_libdir}/caja-sendto/plugins/libnstemailclient.so
%{_libdir}/caja-sendto/plugins/libnstgajim.so
%{_libdir}/caja-sendto/plugins/libnstremovable_devices.so
%{_libdir}/caja/extensions-2.0/libcaja-sendto.so

%files pidgin
%{_libdir}/caja-sendto/plugins/libnstpidgin.so

%files upnp
%{_libdir}/caja-sendto/plugins/libnstupnp.so

%files devel
%{_includedir}/caja-sendto/caja-sendto-plugin.h
%{_libdir}/pkgconfig/caja-sendto.pc
%{_datadir}/gtk-doc/html/caja-sendto


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0-5
+ Revision: a73530f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 508 |14cr|caja-share-1.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname   mate-file-manager-share

Name:		caja-share
Version:	1.6.0
Release:	3
Summary:	Easy sharing folder via Samba (CIFS protocol)
Group:		Networking/File transfer
License:	GPLv2+
URL:		http://pub.mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{oname}-%{version}.tar.xz
Source1:	caja-share-setup-instructions
Source2:	caja-share-smb.conf.example

BuildRequires:  pkgconfig(libcaja-extension)
BuildRequires:	mate-common

Requires:	samba

%rename %{oname}

%description
Caja extension designed for easier folders 
sharing via Samba (CIFS protocol) in *NIX systems.

%prep
%setup -q -n %{oname}-%{version}
cp %{SOURCE1} SETUP


%build
NOCONFIGURE=1 ./autogen.sh
%configure \
	--disable-static

%make


%install
%makeinstall_std INSTALL='install -p'

mkdir -p %{buildroot}/%{_sysconfdir}/samba/
cp %{SOURCE2} %{buildroot}/%{_sysconfdir}/samba/

%find_lang %{oname}


%files -f %{oname}.lang
%doc AUTHORS COPYING README
%{_libdir}/caja/extensions-2.0/*
%{_datadir}/mate-file-manager-share/
%config(noreplace) %{_sysconfdir}/samba/caja-share-smb.conf.example


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0-3
+ Revision: 030c905
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 509 |14cr|cakephp-1.3.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define commit 924fb6f
%define tag 60df687

Name:		cakephp
Version:	1.3.13
Release:	2

Summary:	MVC rapid application development framework for PHP
License:	MIT
Group:		Development/PHP
URL:		http://cakephp.org/
		# https://github.com/cakephp/cakephp/tarball/%{version}:
Source0:	%{name}-%{name}-%{version}-0-g%{commit}.tar.gz
		# Fix the path to launch the console php script to an
		# absolute path:
Patch0:		%{name}-%{version}-mdv-fix-lib-path.patch

BuildArch:	noarch

Requires:	apache-mod_php
Requires:	php-pdo
Suggests:	cakephp-cli


%description
CakePHP is a free, open-source, model-view-controller rapid development
framework for PHP. It's a foundational structure for programmers to create
web applications. CakePHP reduces development costs and helps developers
write less code, making it swiftly and with the least amount of hassle:

* Compatible with versions 4 and 5 of PHP
* Integrated CRUD for database interaction
* Application scaffolding
* Code generation
* MVC architecture
* Request dispatcher with clean, custom URLs and routes
* Built-in validation
* Fast and flexible templating (PHP syntax, with helpers)
* View Helpers for AJAX, JavaScript, HTML Forms and more
* Email, Cookie, Security, Session, and Request Handling Components
* Flexible ACL
* Data Sanitization
* Flexible Caching
* Localization
* Works from any web site directory, with little to no Apache configuration
  involved


%package cli
Summary:	CakePHP console client
Group:	 	Development/PHP

Requires:	%{name}
Requires:	php-cli


%description cli
CakePHP is a free, open-source, model-view-controller rapid development
framework for PHP. It's a foundational structure for programmers to create
web applications.

This package contains the console command-line interface to CakePHP. It
features a number of console applications that are used in concert with
other CakePHP features (like ACL or i18n) and for general use in getting you
to launch quicker.


%prep
%setup -q -n %{name}-%{name}-%{tag}
%patch0 -p1


%build
# Remove unnecessary 'empty' files and directories.  These were added
# by upstream to workaround braindead MacOS X extracting utilities
# that would silently not create empty directories:
find ./ -type f -name empty -size 0 -print0 | xargs -0 rm -f
# We don't need the msdos command launcher:
CAKEBAT=cake/console/cake.bat
[[ -f ${CAKEBAT} ]] && rm -f ${CAKEBAT}


%install
mkdir -p %{buildroot}%{_datadir}/php/%{name}/cake/console
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_docdir}/%{name}

cp -r cake/libs \
    cake/tests \
    cake/config \
    cake/*.php \
    %{buildroot}%{_datadir}/php/%{name}/cake
cp -r cake/console/libs \
    cake/console/*.php \
    %{buildroot}%{_datadir}/php/%{name}/cake/console
cp -r cake/console/cake %{buildroot}%{_bindir}/cake

cp README %{buildroot}%{_docdir}/%{name}
cp cake/*.txt %{buildroot}%{_docdir}/%{name}


%files
%defattr(-,root,root)
%{_datadir}/php/%{name}/cake/libs
%{_datadir}/php/%{name}/cake/tests
%{_datadir}/php/%{name}/cake/config
%{_datadir}/php/%{name}/cake/*.php
%doc %{_docdir}/%{name}/README
%doc %{_docdir}/%{name}/VERSION.txt
%doc %{_docdir}/%{name}/LICENSE.txt


%files cli
%{_bindir}/cake
%{_datadir}/php/%{name}/cake/console



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.13-2
+ Revision: f499e8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 510 |14cr|cal3d-0.11.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 12
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	A skeletal based character animation library
Name:		cal3d
Version:	0.11.0
Release:	12
Group:		System/Libraries
License:	LGPLv2+
URL:		http://gna.org/projects/cal3d/
Source0:	http://download.gna.org/cal3d/sources/%{name}-%{version}.tar.bz2
Patch0:		cal3d-0.11.0-gcc43.patch
BuildRequires:	valgrind
BuildRequires:	doxygen
BuildRequires:	docbook-utils

%description
Cal3D is a skeletal based character animation library. It is platform-
independent and not bound to a specific graphic API. Originally designed to
be used in a 3d client for the Worldforge project (www.worldforge.org)
it evolved into a stand-alone product that can be used in many different
projects.

%package -n %{libname}
Summary:	A skeletal based character animation library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
Cal3D is a skeletal based character animation library. It is platform-
independent and not bound to a specific graphic API. Originally designed to
be used in a 3d client for the Worldforge project (www.worldforge.org)
it evolved into a stand-alone product that can be used in many different
projects.

%package -n %{develname}
Summary:	Headers for developing programs that will use Cal3D
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package contains the headers that programmers will need to develop
applications which will use Cal3D.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_bindir}/%{name}_converter
%{_mandir}/man1/%{name}_converter.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.0-12
+ Revision: eedd79b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 511 |14cr|calculate-1.00-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	calculate
%define version	1.00
%define release	15
%define	binname	calc

Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/Other
Source0:	%{name}-%{version}.tar.bz2
Patch0:		calculate-1.00-gcc3-fix.patch.bz2
URL:		http://home.planetinternet.be/~esmee/calc01.html
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Summary:	A simple command line calculator for the console

%description
A very simple console command line calculater.

%prep
%setup -q
%patch0 -p1 -b .gcc3

%build
%{__cxx} $RPM_OPT_FLAGS -o %{binname} %{name}.cpp

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__install} -m755 %{binname} -D $RPM_BUILD_ROOT%{_bindir}/%{binname}

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_bindir}/%{binname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.00-15
+ Revision: fbe2419
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 512 |14cr|calf-0.0.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           calf
Summary:        Pack of multi-standard audio plugins and host for JACK
Version:        0.0.19
Release:        2

Source:         http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
URL:            http://%{name}.sourceforge.net/
License:        GPLv2
Group:          Sound
BuildRequires:  desktop-file-utils expat-devel cairo-devel
BuildRequires:  gtk2-devel
BuildRequires:  fftw-devel
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(gconf-2.0)
BuildRequires:  jackit-devel lv2-devel readline-devel
BuildRequires:  fluidsynth-devel
Requires:       redland lv2 fluidsynth

%description
Calf is a pack of audio plugins for the LV2 interface.
Calf contains the following audio effects: vintage delay,
rotary speaker, reverb, multi chorus, flanger, phaser, filter,
compressor. It also contains two full-blown synthesizers: monosynth and
organ.

%prep

%setup -q

%build
LDFLAGS='-lgthread-2.0' \
%configure  --with-ladspa-dir=%{_libdir}/ladspa \
                --with-dssi-dir=%{_libdir}/dssi \
                --with-lv2-dir=%{_libdir}/lv2 \
                --enable-static=false \
                --libdir=%{_libdir} \
                --without-lash --enable-experimental=yes
%make

%install
%makeinstall_std
desktop-file-install --add-category=";X-MandrivaLinux-Multimedia-Sound;" \
                     --add-category="GTK;" \
                     --remove-key="Version" \
                     --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

rm -f %{buildroot}/%{_datadir}/icons/hicolor/icon-theme.cache


%files
%defattr(-,root,root)
%doc README COPYING AUTHORS
%{_bindir}/calfjackhost
%{_libdir}/lv2/%{name}.lv2
%{_libdir}/%{name}/%{name}.so


%{_datadir}/%{name}/*

%{_datadir}/icons/hicolor/16x16/apps/calf.png
%{_datadir}/icons/hicolor/24x24/apps/calf.png
%{_datadir}/icons/hicolor/32x32/apps/calf.png
%{_datadir}/icons/hicolor/48x48/apps/calf.png
%{_datadir}/icons/hicolor/128x128/apps/calf.png
%{_datadir}/icons/hicolor/128x128/apps/calf_plugin.png
%{_datadir}/icons/hicolor/16x16/apps/calf_plugin.png
%{_datadir}/icons/hicolor/22x22/apps/calf.png
%{_datadir}/icons/hicolor/22x22/apps/calf_plugin.png
%{_datadir}/icons/hicolor/24x24/apps/calf_plugin.png
%{_datadir}/icons/hicolor/256x256/apps/calf.png
%{_datadir}/icons/hicolor/256x256/apps/calf_plugin.png
%{_datadir}/icons/hicolor/32x32/apps/calf_plugin.png
%{_datadir}/icons/hicolor/48x48/apps/calf_plugin.png
%{_datadir}/icons/hicolor/64x64/apps/calf.png
%{_datadir}/icons/hicolor/64x64/apps/calf_plugin.png
%{_datadir}/icons/hicolor/scalable/apps/calf.svg
%{_datadir}/icons/hicolor/scalable/apps/calf_plugin.svg

%{_mandir}/man1/calfjackhost.1.*
%{_mandir}/man7/calf.7.*

%{_datadir}/applications/%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.19-2
+ Revision: f2f043c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 513 |14cr|calibre-1.34.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	E-book converter and library management
Name:		calibre
Version:	1.34.0
Release:	3
Group:		Office
License:	GPLv3+
Url:		http://calibre-ebook.com/
Source0:	http://calibre-ebook.googlecode.com/files/%{name}-%{version}.tar.xz
Source2:	calibre-mount-helper
Patch1:		%{name}-no-update-0.8.6.patch
Patch3:		%{name}-0.7.27-python-fix.patch
Patch4:		%{name}-python2-env-fix.patch
Patch5:		%{name}-web-control.patch
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick-devel
BuildRequires:	python-apsw
BuildRequires:	python-beautifulsoup
BuildRequires:	python-cssselect
BuildRequires:	python-cssutils >= 0.9.9
BuildRequires:	python-dateutil
BuildRequires:	python-imaging
BuildRequires:	python-lxml
BuildRequires:	python-mechanize
BuildRequires:	python-setuptools
BuildRequires:	python-six
BuildRequires:	unzip
BuildRequires:	xdg-utils
BuildRequires:	chmlib-devel
BuildRequires:	libmtp-devel
BuildRequires:	libwmf-devel
BuildRequires:	podofo-devel
BuildRequires:	python-qt4-devel
BuildRequires:	qt4-devel
BuildRequires:	qt4-devel-private
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(poppler-qt4) >= 0.12
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(python) >= 2.6
BuildRequires:	pkgconfig(sqlite3)
Requires:	imagemagick
Requires:	python-apsw
Requires:	python-beautifulsoup
Requires:	python-cherrypy
Requires:	python-cssselect
Requires:	python-cssutils
Requires:	python-dateutil
Requires:	python-django-tagging
Requires:	python-genshi
Requires:	python-imaging
Requires:	python-lxml
Requires:	python-mechanize
Requires:	python-netifaces
Requires:	python-odf
Requires:	python-pypdf
Requires:	python-qt4
Requires:	python-qt4-help
Requires:	poppler
# Require the packages of the files which are symlinked by calibre
Requires:	fonts-ttf-liberation
# E-mail functionality requires this package
# see https://bugs.launchpad.net/calibre/+bug/739073
Requires:	python-dnspython

%description
Calibre is meant to be a complete e-library solution. It includes library
management, format conversion, news feeds to ebook conversion as well as
e-book reader sync features.

Calibre is primarily a ebook cataloging program. It manages your ebook
collection for you. It is designed around the concept of the logical book,
i.e. a single entry in the database that may correspond to ebooks in several
formats. It also supports conversion to and from a dozen different ebook
formats.

Supported input formats are: MOBI, LIT, PRC, EPUB, CHM, ODT, HTML, CBR, CBZ,
RTF, TXT, PDF and LRS.

%files 
#-f %{name}.lang
%doc COPYRIGHT LICENSE Changelog.yaml
%{_bindir}/calibre
%{_bindir}/calibre-complete
%{_bindir}/calibre-customize
%{_bindir}/calibre-debug
%{_bindir}/calibre-parallel
%{_bindir}/calibre-server
%{_bindir}/calibre-smtp
%{_bindir}/calibre-mount-helper
%{_bindir}/calibredb
%{_bindir}/ebook-convert
%{_bindir}/ebook-device
%{_bindir}/ebook-edit
%{_bindir}/ebook-meta
%{_bindir}/ebook-polish
%{_bindir}/ebook-viewer
%{_bindir}/fetch-ebook-metadata
%{_bindir}/lrf2lrs
%{_bindir}/lrfviewer
%{_bindir}/lrs2lrf
%{_bindir}/markdown-calibre
%{_bindir}/web2disk
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages/*
%{_datadir}/icons/hicolor/scalable/mimetypes/*
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/appdata/%{name}-*.appdata.xml
%{python_sitelib}/init_calibre.py*

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}

# remove redundant / non-free fonts
rm -rf resources/fonts/*/

# don't check for new upstream version (that's what packagers do)
# otherwise the plugins are safe to be updated in ~/.config/calibre/plugins/
%patch1 -F 2 -p1 -b .no-update

# libs
%patch3 -p1 -b .python-fix

# there is no python2 symlink to python2.7
# but just python, as opposed to python3
%patch4 -p1 -b .python2-env-fix

# import from QtNetwork, not Qt
%patch5 -p1 -b .python-web-control

# dos2unix newline conversion
sed -i -e 's/\r//' src/calibre/web/feeds/recipes/*

# fix the location of liberation default font
# sed -i -e "s:P('fonts/liberation/LiberationSerif:('%{_datadir}/fonts/TTF/liberation/LiberationSerif:" \
#  src/calibre/library/catalog.py
sed -i -e "s:P('fonts/liberation/LiberationSerif:('%{_datadir}/fonts/TTF/liberation/LiberationSerif:" \
  src/calibre/utils/magick/draw.py
sed -i -e "s:P('fonts/liberation/LiberationSerif:('%{_datadir}/fonts/TTF/liberation/LiberationSerif:" \
  src/calibre/web/feeds/news.py
sed -i -e "s:P('fonts/liberation/LiberationSerif:('%{_datadir}/fonts/TTF/liberation/LiberationSerif:" \
  recipes/*_ke.recipe

# remove shebangs
sed -i -e '/^#!\//, 1d' src/calibre/*/*/*/*.py
sed -i -e '/^#!\//, 1d' src/calibre/*/*/*.py
sed -i -e '/^#![ ]*\//, 1d' src/calibre/*/*.py
sed -i -e '/^#!\//, 1d' src/calibre/*.py
sed -i -e '/^#!\//, 1d' src/templite/*.py
sed -i -e '/^#!\//, 1d' resources/default_tweaks.py
sed -i -e '/^#!\//, 1d' recipes/*.recipe

chmod -x src/calibre/*/*/*/*.py
chmod -x src/calibre/*/*/*.py
chmod -x src/calibre/*/*.py
chmod -x src/calibre/*.py
chmod -x recipes/*.recipe

%build
OVERRIDE_CFLAGS="%{optflags}" python setup.py build 

%install
mkdir -p %{buildroot}%{_datadir}

# create directories for xdg-utils
mkdir -p %{buildroot}%{_datadir}/icons
mkdir -p %{buildroot}%{_datadir}/icons/hicolor
mkdir -p %{buildroot}%{_datadir}/packages
mkdir -p %{buildroot}%{_datadir}/mime
mkdir -p %{buildroot}%{_datadir}/mime/packages
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/desktop-directories

# create directory for calibre environment module
# the install script assumes it's there.
mkdir -p %{buildroot}%{python_sitelib}

XDG_DATA_DIRS="%{buildroot}%{_datadir}" \
XDG_UTILS_INSTALL_MODE="system" \
LIBPATH="%{_libdir}" \
LANG="en_US" \
python setup.py install --root=%{buildroot}%{_prefix} \
			--prefix=%{_prefix} \
			--libdir=%{_libdir} \
			--staging-libdir=%{buildroot}%{_libdir} \
# remove shebang from init_calibre.py here because
# it just got spawned by the install script
sed -i -e '/^#!\//, 1d' %{buildroot}%{python_sitelib}/init_calibre.py

# icons
mkdir -p %{buildroot}%{_datadir}/pixmaps/
cp -p resources/images/library.png		  \
   %{buildroot}%{_datadir}/pixmaps/%{name}-gui.png
cp -p resources/images/viewer.png		  \
   %{buildroot}%{_datadir}/pixmaps/calibre-viewer.png

# every file is empty here
find %{buildroot}%{_datadir}/mime -maxdepth 1 -type f|xargs rm -f 

# the portable batch (>=0.8.5) is not needed
rm -f %{buildroot}%{_bindir}/calibre-portable.bat

# packages aren't allowed to register mimetypes like this
rm -f %{buildroot}%{_datadir}/applications/defaults.list
rm -f %{buildroot}%{_datadir}/applications/mimeinfo.cache
rm -f %{buildroot}%{_datadir}/mime/application/*.xml
rm -f %{buildroot}%{_datadir}/mime/text/*.xml

desktop-file-validate \
%{buildroot}%{_datadir}/applications/calibre-ebook-viewer.desktop
desktop-file-validate \
%{buildroot}%{_datadir}/applications/calibre-gui.desktop
desktop-file-validate \
%{buildroot}%{_datadir}/applications/calibre-lrfviewer.desktop

# mimetype icon for lrf
rm -rf %{buildroot}%{_datadir}/icons/hicolor/128x128
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/mimetypes
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
cp -p resources/images/mimetypes/lrf.png \
      %{buildroot}%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-sony-bbeb.png
cp -p resources/images/viewer.png \
      %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/calibre-viewer.png

# don't put bash completions in /usr/etc
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
mv %{buildroot}%{_prefix}%{_sysconfdir}/bash_completion.d/%{name} %{buildroot}%{_sysconfdir}/bash_completion.d
rmdir %{buildroot}%{_prefix}%{_sysconfdir}/bash_completion.d

# these are provided as separate packages
rm -rf %{buildroot}%{_libdir}/%{name}/{odf,cherrypy,pyPdf,encutils,cssutils}
rm -rf %{buildroot}%{_libdir}/%{name}/cal/utils/genshi
rm -rf %{buildroot}%{_libdir}/%{name}/cal/trac

# link to system fonts after we have deleted the non-free ones
# http://oldbugs.calibre-ebook.com/ticket/3832
mkdir -p %{buildroot}%{_datadir}/%{name}/fonts/prs500
ln -s %{_datadir}/fonts/TTF/liberation/LiberationSans-Regular.ttf \
      %{buildroot}%{_datadir}/%{name}/fonts/prs500/tt0003m_.ttf
ln -s %{_datadir}/fonts/TTF/liberation/LiberationSerif-Regular.ttf \
      %{buildroot}%{_datadir}/%{name}/fonts/prs500/tt0011m_.ttf
ln -s %{_datadir}/fonts/TTF/liberation/LiberationMono-Regular.ttf \
      %{buildroot}%{_datadir}/%{name}/fonts/prs500/tt0419m_.ttf

# localization has changed since calibre-0.8.5
# locale.zip is treated internally at runtime
# so the traditional locale fixes are moot.
# locales should still be looked for in the proper place
# but under the new localization zip-based schema
sed -i -e 's:localization/locale.zip:%{_datadir}/%{name}/localization/locales.zip:' %{buildroot}%{_libdir}/%{name}/%{name}/utils/localization.py  

#% find_lang %{name} --with-kde --all-name

rm -f %{buildroot}%{_bindir}/%{name}-uninstall

install -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.34.0-3
+ Revision: a6435e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 514 |14cr|callgit-2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		callgit
Version:	2.1
Release:	2
Summary:	A tool for Ham Radio Operators to look up call-signs on the web
Group:		Communications
License:	GPLv3
URL:		http://www.hamsoftware.org/
Source0:	http://www.hamsoftware.org/%{name}-%{version}.tgz
#Icon from Fedora
Source1:	Ham_Icon-1-48.png
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:	qt4-devel

%description
This program allows you to search for another Ham's name and address
without having a web browser up. It is very simple.

%prep
%setup -q -n %{name}

%build
%qmake_qt4
%make

%install
rm -rf %{buildroot}
install -Dpm 755 callgit %{buildroot}/%{_bindir}/%{name}

#icon
install -Dpm 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/Ham_icon_callgit.png

#desktop file
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=CallGit
Comment=Ham Radio call-sign lookup tool
Exec=callgit
Icon=Ham_icon_callgit
Terminal=false
Type=Application
Categories=Qt;Network;
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/Ham_icon_callgit.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-2
+ Revision: 9a58134
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 515 |14cr|calligra-2.8.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define compile_apidox 0
%define build_mobile 0
%define _disable_ld_no_undefined 1

Summary:	Set of office applications for KDE
Name:		calligra
Version:	2.8.5
Release:	5
#koffice has epoch 15. We need upper epoch
Epoch:		16
License:	GPLv2+ and LGPLv2+ and GFDL
Group:		Office
Url:		http://www.calligra-suite.org
Source0:	http://master.kde.org/stable/%{name}-%{version}/%{name}-%{version}.tar.xz
Source3:	%{name}.rpmlintrc
Patch1:		calligra-2.4.0-find-openjpeg.patch
Patch2:		calligra-2.6.0-xbase-3.1.2.patch
Patch3:		calligra-optionize-staging.patch
Patch4:		calligra-2.8.0-libpqxx-4.0.patch
Patch5:		calligra-2.8.1-soversion.patch
Patch6:		calligra-2.8.5-eigen3.patch
Patch7:		calligra-2.8.5-switch-to-librevenge-based-import-libs.patch
BuildRequires:	pstoedit
BuildRequires:	boost-devel
BuildRequires:	freetds-devel
BuildRequires:	glpk-devel
BuildRequires:	jbig-devel
BuildRequires:	jpeg-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	marble-devel
BuildRequires:	mysql-devel
BuildRequires:	okular-devel
BuildRequires:	postgresql-devel
BuildRequires:	readline-devel
BuildRequires:	vc-devel
BuildRequires:	wv2-devel
BuildRequires:	xbase-devel
BuildRequires:	pkgconfig(eigen3)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(GraphicsMagick)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libattica)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(libkdcraw)
BuildRequires:	pkgconfig(libkexiv2)
BuildRequires:	pkgconfig(libodfgen-0.1)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
# Should be 3.x but we have 4.x
BuildRequires:	pkgconfig(libpqxx)
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libvisio-0.1)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(libwps-0.3)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(OpenCTL)
BuildRequires:	pkgconfig(OpenColorIO)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(OpenShiva)
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(pstoedit)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(qimageblitz)
BuildRequires:	pkgconfig(QtGTL)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(soprano)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)

Suggests:	%{name}-author
Suggests:	%{name}-words
Suggests:	braindump
Suggests:	flow
Suggests:	karbon
Suggests:	kchart
Suggests:	kexi
Suggests:	kformula
Suggests:	krita
Suggests:	plan
Suggests:	sheets
Suggests:	stage

%description
Office applications for the K Desktop Environment.

Calligra contains:
   * Words: word processor
   * Table: spreadsheet
   * Stage: presentations
   * Flow: diagram generator
   * Some filters (Excel 97, Winword 97/2000, etc.)
   * karbon: the scalable vector drawing application for KDE.
   * krita: painting and image editing application.
   * plan: a project management.
   * kexi: an integrated data management application.

%files

#----------------------------------------------------------------------------

%package core
Summary:	Set of office applications for KDE
Group:		Office
Requires:	kdebase4-runtime

%description core
Common files for Calligra.

%files core
%{_kde_bindir}/calligra
%{_kde_bindir}/calligraconverter
%{_kde_bindir}/cstester
%{_kde_bindir}/cstrunner
%{_kde_bindir}/visualimagecompare
%{_kde_libdir}/kde4/calligra_docker_defaults.so
%{_kde_libdir}/kde4/calligra_shape_artistictext.so
%{_kde_libdir}/kde4/calligra_shape_music.so
%{_kde_libdir}/kde4/calligra_shape_paths.so
%{_kde_libdir}/kde4/calligra_shape_picture.so
%{_kde_libdir}/kde4/calligra_shape_plugin.so
%{_kde_libdir}/kde4/calligra_shape_text.so
%{_kde_libdir}/kde4/calligra_shape_threed.so
%{_kde_libdir}/kde4/calligra_semanticitem_contact.so
%{_kde_libdir}/kde4/calligra_semanticitem_event.so
%{_kde_libdir}/kde4/calligra_semanticitem_location.so
%{_kde_libdir}/kde4/calligra_textediting_autocorrect.so
%{_kde_libdir}/kde4/calligra_textediting_changecase.so
%{_kde_libdir}/kde4/calligra_textediting_spellcheck.so
%{_kde_libdir}/kde4/calligra_textediting_thesaurus.so
%{_kde_libdir}/kde4/calligra_textinlineobject_variables.so
%{_kde_libdir}/kde4/calligra_tool_basicflakes.so
%{_kde_libdir}/kde4/calligra_tool_defaults.so
%{_kde_libdir}/kde4/calligraimagethumbnail.so
%{_kde_libdir}/kde4/calligradocinfopropspage.so
%{_kde_libdir}/kde4/calligrathumbnail.so
%{_kde_libdir}/kde4/kolcmsengine.so
%{_kde_libdir}/kde4/kopabackgroundtool.so
%{_kde_libdir}/kde4/koreport_barcodeplugin.so
%{_kde_libdir}/kde4/koreport_mapsplugin.so
%{_kde_libdir}/kde4/koreport_webplugin.so
%{_kde_libdir}/kde4/calligra_shape_vector.so
%{_kde_libdir}/kde4/calligra_shape_video.so
%{_kde_applicationsdir}/calligra.desktop
%{_kde_appsdir}/calligra
%{_kde_appsdir}/koproperty
%{_kde_appsdir}/musicshape
%{_kde_datadir}/color/icc/pigment/*.icm
%{_kde_iconsdir}/*/*/actions/black.*
%{_kde_iconsdir}/*/*/actions/curve-connector.*
%{_kde_iconsdir}/*/*/actions/highlight.*
%{_kde_iconsdir}/*/*/actions/insert-endnote.*
%{_kde_iconsdir}/*/*/actions/insert-footnote.*
%{_kde_iconsdir}/*/*/actions/insert-tableofcontents.*
%{_kde_iconsdir}/*/*/actions/lines-connector.*
%{_kde_iconsdir}/*/*/actions/object-align-horizontal-center-calligra.*
%{_kde_iconsdir}/*/*/actions/object-align-horizontal-left-calligra.*
%{_kde_iconsdir}/*/*/actions/object-align-horizontal-right-calligra.*
%{_kde_iconsdir}/*/*/actions/object-align-vertical-bottom-calligra.*
%{_kde_iconsdir}/*/*/actions/object-align-vertical-bottom-top-calligra.*
%{_kde_iconsdir}/*/*/actions/object-align-vertical-center-calligra.*
%{_kde_iconsdir}/*/*/actions/object-align-vertical-top-calligra.*
%{_kde_iconsdir}/*/*/actions/object-group-calligra.*
%{_kde_iconsdir}/*/*/actions/object-order-back-calligra.*
%{_kde_iconsdir}/*/*/actions/object-order-front-calligra.*
%{_kde_iconsdir}/*/*/actions/object-order-lower-calligra.*
%{_kde_iconsdir}/*/*/actions/object-order-raise-calligra.*
%{_kde_iconsdir}/*/*/actions/object-ungroup-calligra.*
%{_kde_iconsdir}/*/*/actions/pen.*
%{_kde_iconsdir}/*/*/actions/shape-choose.*
%{_kde_iconsdir}/*/*/actions/standard-connector.*
%{_kde_iconsdir}/*/*/actions/straight-connector.*
%{_kde_iconsdir}/*/*/actions/table.*
%{_kde_iconsdir}/*/*/actions/x-shape-connection.*
%{_kde_iconsdir}/*/*/actions/x-shape-formula.*
%{_kde_iconsdir}/*/*/actions/x-shape-image.*
%{_kde_iconsdir}/*/*/actions/x-shape-text.*
%{_kde_services}/calligra_docker_defaults.desktop
%{_kde_services}/calligra_odg_thumbnail.desktop
%{_kde_services}/calligra_shape_artistictext.desktop
%{_kde_services}/calligra_shape_music.desktop
%{_kde_services}/calligra_shape_paths.desktop
%{_kde_services}/calligra_shape_picture.desktop
%{_kde_services}/calligra_shape_plugin.desktop
%{_kde_services}/calligra_shape_text.desktop
%{_kde_services}/calligra_shape_threed.desktop
%{_kde_services}/calligra_shape_vector.desktop
%{_kde_services}/calligra_shape_video.desktop
%{_kde_services}/calligra_semanticitem_contact.desktop
%{_kde_services}/calligra_semanticitem_event.desktop
%{_kde_services}/calligra_semanticitem_location.desktop
%{_kde_services}/calligra_textediting_autocorrect.desktop
%{_kde_services}/calligra_textediting_changecase.desktop
%{_kde_services}/calligra_textediting_spellcheck.desktop
%{_kde_services}/calligra_textediting_thesaurus.desktop
%{_kde_services}/calligra_textinlineobject_variables.desktop
%{_kde_services}/calligra_tool_basicflakes.desktop
%{_kde_services}/calligra_tool_defaults.desktop
%{_kde_services}/calligradocinfopropspage.desktop
%{_kde_services}/kolcmsengine.desktop
%{_kde_services}/kopabackgroundtool.desktop
%{_kde_services}/koreport_barcodeplugin.desktop
%{_kde_services}/koreport_mapsplugin.desktop
%{_kde_services}/koreport_webplugin.desktop
%{_kde_servicetypes}/calligra_application.desktop
%{_kde_servicetypes}/calligra_deferred_plugin.desktop
%{_kde_servicetypes}/calligra_filter.desktop
%{_kde_servicetypes}/calligra_part.desktop
%{_kde_servicetypes}/calligra_semanticitem.desktop
%{_kde_servicetypes}/calligradocker.desktop
%{_kde_servicetypes}/flake.desktop
%{_kde_servicetypes}/flakedevice.desktop
%{_kde_servicetypes}/flakeshape.desktop
%{_kde_servicetypes}/flaketool.desktop
%{_kde_servicetypes}/inlinetextobject.desktop
%{_kde_servicetypes}/koreport_itemplugin.desktop
%{_kde_servicetypes}/pigment.desktop
%{_kde_servicetypes}/pigmentextension.desktop
%{_kde_servicetypes}/scripteventaction.desktop
%{_kde_servicetypes}/texteditingplugin.desktop
%{_kde_datadir}/mime/packages/msooxml-all.xml
%{_kde_datadir}/mime/packages/calligra_svm.xml
%doc %{_kde_docdir}/HTML/en/calligra

#--------------------------------------------------------------------

%package active
Summary:	A document viewer for touch based tablets
Group:		Office
Requires:	%{name}-words = %{EVRD}
Requires:	sheets = %{EVRD}
Requires:	stage = %{EVRD}

%description active
Calligra's QML UI.

%files active
%{_kde_bindir}/calligraactive
%{_kde_datadir}/applications/calligraactive.desktop
%{_kde_datadir}/calligraactive

#--------------------------------------------------------------------

%package author
Summary:	Write ebooks and textbooks
Group:		Office
Requires:	%{name}-words = %{EVRD}
Provides:	%{name}-apps = %{EVRD}

%description author
Write ebooks and textbooks.

%files author
%{_kde_bindir}/calligraauthor
%{_kde_libdir}/kde4/authorpart.so
%{_kde_libdir}/libkdeinit4_calligraauthor.so
%{_kde_applicationsdir}/author.desktop
%{_kde_appsdir}/author
%{_kde_configdir}/authorrc
%{_kde_services}/authorpart.desktop
%{_kde_iconsdir}/*/*/*/calligraauthor.*

#--------------------------------------------------------------------

%package -n braindump
Summary:	Calligra mind mapping tool
Group:		Office
Url:		http://www.calligra-suite.org/braindump/
Requires:	%{name}-core = %{EVRD}
Provides:	%{name}-apps = %{EVRD}
Obsoletes:	stateshape < 16:2.8.0
Obsoletes:	webshape < 16:2.8.0

%description -n braindump
Braindump is a tool to dump and organize the content of your brain (ideas,
drawings, images, texts...) to your computer. It works by allowing to create
and edit whiteboards, which are infinite canvas on which you can add texts,
images, charts, drawings. You can also organize your ideas into diagrams
and flowcharts.

%files -n braindump
%{_kde_bindir}/braindump
%{_kde_applicationsdir}/braindump.desktop
%{_kde_appsdir}/braindump
%{_kde_appsdir}/stateshape
%{_kde_libdir}/kde4/braindump_shape_state.so
%{_kde_libdir}/kde4/braindump_shape_web.so
%{_kde_services}/braindump_shape_state.desktop
%{_kde_services}/braindump_shape_web.desktop
%{_kde_servicetypes}/braindump_extensions.desktop
%{_kde_iconsdir}/*/*/*/braindump.*
%{_kde_iconsdir}/*/*/*/stateshape*
%{_kde_iconsdir}/*/*/*/statetool*

#--------------------------------------------------------------------

%package -n flow
Summary:	Diagramming and flowcharting apps for calligra
Group:		Office
Url:		http://www.calligra-suite.org/flow/
Requires:	%{name}-core = %{EVRD}
Provides:	%{name}-apps = %{EVRD}

%description -n flow
Use Flow to make network diagrams, organization charts, flowcharts and much
more. Flow also comes with numerous stencils that can be used to make anything
you want. There are options for Networking, Renewable Energy, Chemistry,
Building sites, and many other options to help you make your diagrams.

%files -n flow
%{_kde_bindir}/calligraflow
%{_kde_libdir}/kde4/flowdockersplugin.so
%{_kde_libdir}/kde4/flowpart.so
%{_kde_libdir}/libkdeinit4_calligraflow.so
%{_kde_applicationsdir}/flow.desktop
%{_kde_configdir}/flowrc
%{_kde_configdir}/flow_stencils.knsrc
%{_kde_appsdir}/flow
%{_kde_services}/flowdockersplugin.desktop
%{_kde_services}/flowpart.desktop
%{_kde_services}/flow_vsdx_thumbnail.desktop
%{_kde_services}/flow_wpg_thumbnail.desktop
%{_kde_services}/ServiceMenus/flow_print.desktop
%{_kde_servicetypes}/flow_dock.desktop
%{_kde_iconsdir}/hicolor/*/*/calligraflow*

#--------------------------------------------------------------------

%package -n karbon
Summary:	Scalable drawing for calligra
Group:		Office
Url:		http://www.calligra-suite.org/karbon/
Requires:	%{name}-core = %{EVRD}
Provides:	%{name}-apps = %{EVRD}
# Required at runtime by the Karbon EPS import filter (karbonepsimport)
Requires:	pstoedit

%description -n karbon
Karbon is a vector drawing application with an user interface that is easy to
use, highly customizable and extensible.
That makes Karbon a great application for users starting to explore the world
of vector graphics as well as for artists wanting to create breathtaking vector
art.

%files -n karbon
%{_kde_bindir}/karbon
%{_kde_libdir}/kde4/calligra_filter_eps2svgai.so
%{_kde_libdir}/kde4/calligra_filter_karbon1x2karbon.so
%{_kde_libdir}/kde4/calligra_filter_karbon2image.so
%{_kde_libdir}/kde4/calligra_filter_karbon2svg.so
%{_kde_libdir}/kde4/calligra_filter_karbon2wmf.so
%{_kde_libdir}/kde4/calligra_filter_pdf2svg.so
%{_kde_libdir}/kde4/calligra_filter_svg2karbon.so
%{_kde_libdir}/kde4/calligra_filter_vsdx2odg.so
%{_kde_libdir}/kde4/calligra_filter_wmf2svg.so
%{_kde_libdir}/kde4/calligra_filter_wpg2odg.so
%{_kde_libdir}/kde4/calligra_filter_wpg2svg.so
%{_kde_libdir}/kde4/calligra_filter_xfig2odg.so
%{_kde_libdir}/kde4/karbonfiltereffects.so
%{_kde_libdir}/kde4/karbon_flattenpathplugin.so
%{_kde_libdir}/kde4/karbon_refinepathplugin.so
%{_kde_libdir}/kde4/karbon_roundcornersplugin.so
%{_kde_libdir}/kde4/karbon_whirlpinchplugin.so
%{_kde_libdir}/kde4/karbonpart.so
%{_kde_libdir}/kde4/karbontools.so
%{_kde_libdir}/libkdeinit4_karbon.so
%{_kde_applicationsdir}/karbon.desktop
%{_kde_iconsdir}/*/*/apps/calligrakarbon.*
%{_kde_configdir}/karbonrc
%{_kde_appsdir}/karbon
%{_kde_datadir}/templates/Illustration.desktop
%{_kde_datadir}/templates/.source/Illustration.odg
%{_kde_services}/ServiceMenus/karbon_print.desktop
%{_kde_services}/calligra_filter_eps2svgai.desktop
%{_kde_services}/calligra_filter_karbon1x2karbon.desktop
%{_kde_services}/calligra_filter_karbon2jpg.desktop
%{_kde_services}/calligra_filter_karbon2png.desktop
%{_kde_services}/calligra_filter_karbon2svg.desktop
%{_kde_services}/calligra_filter_karbon2wmf.desktop
%{_kde_services}/calligra_filter_pdf2svg.desktop
%{_kde_services}/calligra_filter_svg2karbon.desktop
%{_kde_services}/calligra_filter_svgz2karbon.desktop
%{_kde_services}/calligra_filter_vsdx2odg.desktop
%{_kde_services}/calligra_filter_wmf2svg.desktop
%{_kde_services}/calligra_filter_wpg2odg.desktop
%{_kde_services}/calligra_filter_wpg2svg.desktop
%{_kde_services}/calligra_filter_xfig2odg.desktop
%{_kde_services}/karbon*.desktop
%{_kde_servicetypes}/filtereffect.desktop
%{_kde_servicetypes}/karbon_dock.desktop
%{_kde_servicetypes}/karbon_viewplugin.desktop

#--------------------------------------------------------------------

%package -n katelier
Summary:	Krita and karbon meta package
Group:		Office
Requires:	karbon = %{EVRD}
Requires:	krita = %{EVRD}

%description -n katelier
Krita and karbon meta package.

%files -n katelier

#--------------------------------------------------------------------

%package -n kchart
Summary:	Chart and diagram drawing
Group:		Office
Requires:	%{name}-core = %{EVRD}
Provides:	%{name}-apps = %{EVRD}

%description -n kchart
Kchart is a chart and diagram drawing program.

%files -n kchart
%{_kde_libdir}/kde4/calligra_shape_chart.so
%{_kde_services}/calligra_shape_chart.desktop

#--------------------------------------------------------------------

%package -n kexi
Summary:	An integrated environment for managing data
Group:		Office
Url:		http://www.calligra-suite.org/kexi/
Requires:	%{name}-core = %{EVRD}
Provides:	%{name}-apps = %{EVRD}

%description -n kexi
Kexi is an integrated data management application.
It can be used for creating database schemas, inserting data, performing
queries, and processing data. Forms can be created to provide a custom
interface to your data. All database objects – tables, queries and forms –
are stored in the database, making it easy to share data and design.

%files -n kexi
%{_kde_bindir}/kexi
%{_kde_bindir}/kexi_sqlite3_dump
%{_kde_libdir}/kde4/kformdesigner_containers.so
%{_kde_libdir}/kde4/kformdesigner_mapbrowser.so
%{_kde_libdir}/kde4/kformdesigner_kexidbwidgets.so
%{_kde_libdir}/kde4/kformdesigner_stdwidgets.so
%{_kde_libdir}/kde4/kformdesigner_webbrowser.so
%{_kde_libdir}/kde4/kexidb_mysqldriver.so
%{_kde_libdir}/kde4/kexidb_pqxxsqldriver.so
%{_kde_libdir}/kde4/kexidb_sqlite3driver.so
%{_kde_libdir}/kde4/kexidb_sqlite3_icu.so
%{_kde_libdir}/kde4/kexidb_sybasedriver.so
%{_kde_libdir}/kde4/kexidb_xbasedriver.so
%{_kde_libdir}/kde4/kexihandler_csv_importexport.so
%{_kde_libdir}/kde4/kexihandler_form.so
%{_kde_libdir}/kde4/kexihandler_migration.so
%{_kde_libdir}/kde4/kexihandler_query.so
%{_kde_libdir}/kde4/kexihandler_script.so
%{_kde_libdir}/kde4/kexihandler_table.so
%{_kde_libdir}/kde4/keximigrate_mdb.so
%{_kde_libdir}/kde4/keximigrate_mysql.so
%{_kde_libdir}/kde4/keximigrate_pqxx.so
%{_kde_libdir}/kde4/keximigrate_sybase.so
%{_kde_libdir}/kde4/keximigrate_txt.so
%{_kde_libdir}/kde4/keximigrate_spreadsheet.so
%{_kde_libdir}/kde4/keximigrate_xbase.so
%{_kde_libdir}/kde4/kexirelationdesignshape.so
%{_kde_libdir}/kde4/krossmodulekexidb.so
%{_kde_libdir}/kde4/kexihandler_report.so
%{_kde_applicationsdir}/kexi.desktop
%{_kde_appsdir}/kexi
%{_kde_configdir}/kexirc
%{_kde_services}/kexi
%{_kde_services}/kexidb_mysqldriver.desktop
%{_kde_services}/kexidb_pqxxsqldriver.desktop
%{_kde_services}/kexidb_sqlite3driver.desktop
%{_kde_services}/kexidb_sybasedriver.desktop
%{_kde_services}/kexidb_xbasedriver.desktop
%{_kde_services}/keximigrate_mdb.desktop
%{_kde_services}/keximigrate_mysql.desktop
%{_kde_services}/keximigrate_pqxx.desktop
%{_kde_services}/keximigrate_sybase.desktop
%{_kde_services}/keximigrate_txt.desktop
%{_kde_services}/keximigrate_spreadsheet.desktop
%{_kde_services}/keximigrate_xbase.desktop
%{_kde_services}/kexirelationdesignshape.desktop
%{_kde_services}/kformdesigner
%{_kde_servicetypes}/widgetfactory.desktop
%{_kde_servicetypes}/calligradb_driver.desktop
%{_kde_servicetypes}/kexihandler.desktop
%{_kde_servicetypes}/keximigration_driver.desktop
%{_kde_iconsdir}/hicolor/*/*/calligrakexi*
%doc %{_kde_docdir}/HTML/en/kexi

#--------------------------------------------------------------------

%package -n kformula
Summary:	Formula Editor for calligra
Group:		Office
Requires:	%{name}-core = %{EVRD}
Provides:	%{name}-apps = %{EVRD}

%description -n kformula
Kformula is a formula editor for kde project.

%files -n kformula
%{_kde_libdir}/kde4/calligra_shape_formular.so
%{_kde_appsdir}/formulashape
%{_kde_services}/calligra_shape_formular.desktop
%{_kde_services}/kformulapart.desktop

#--------------------------------------------------------------------

%package -n krita
Summary:	Sketching and painting program
Group:		Office
Url:		http://www.calligra-suite.org/krita/
Requires:	%{name}-core = %{EVRD}
Requires:	libkdcraw-common
Provides:	%{name}-apps = %{EVRD}

%description -n krita
Krita offers an end–to–end solution for creating digital painting files
from scratch by masters. It supports concept art, creation of comics
and textures for rendering.

%files -n krita
%{_kde_bindir}/gmicparser
%{_kde_bindir}/krita
%{_kde_bindir}/kritagemini
%{_kde_bindir}/kritasketch
%{_kde_libdir}/calligra/imports/org/krita/
%{_kde_libdir}/kde4/*krita*
%{_kde_libdir}/libkdeinit4_krita.so
%{_kde_applicationsdir}/krita.desktop
%{_kde_applicationsdir}/kritagemini.desktop
%{_kde_applicationsdir}/kritasketch.desktop
%{_kde_applicationsdir}/krita_bmp.desktop
%{_kde_applicationsdir}/krita_exr.desktop
%{_kde_applicationsdir}/krita_flipbook.desktop
%{_kde_applicationsdir}/krita_jp2.desktop
%{_kde_applicationsdir}/krita_jpeg.desktop
%{_kde_applicationsdir}/krita_odg.desktop
%{_kde_applicationsdir}/krita_ora.desktop
%{_kde_applicationsdir}/krita_pdf.desktop
%{_kde_applicationsdir}/krita_png.desktop
%{_kde_applicationsdir}/krita_ppm.desktop
%{_kde_applicationsdir}/krita_psd.desktop
%{_kde_applicationsdir}/krita_raw.desktop
%{_kde_applicationsdir}/krita_tiff.desktop
%{_kde_applicationsdir}/krita_xcf.desktop
%{_kde_appsdir}/krita/
%{_kde_appsdir}/kritagemini/
%{_kde_appsdir}/kritaplugins/
%{_kde_appsdir}/kritasketch/
%{_kde_services}/ServiceMenus/krita_print.desktop
%{_kde_services}/*krita*.desktop
%{_kde_servicetypes}/*krita*.desktop
%{_kde_iconsdir}/hicolor/*/apps/calligrakrita.*
%{_kde_configdir}/kritageminipanelsrc
%{_kde_configdir}/kritageminirc
%{_kde_configdir}/kritarc
%{_kde_configdir}/kritasketchpanelsrc
%{_kde_configdir}/kritasketchrc
%{_kde_configdir}/krita*.knsrc
%dir %{_kde_datadir}/color/icc/krita
%{_kde_datadir}/color/icc/krita/README
%{_kde_datadir}/color/icc/krita/*.icm
%{_kde_datadir}/color/icc/krita/*.icc
%{_kde_datadir}/appdata/krita.appdata.xml
%{_kde_appsdir}/color-schemes/Krita50.colors
%{_kde_appsdir}/color-schemes/KritaBlender.colors
%{_kde_appsdir}/color-schemes/KritaBright.colors
%{_kde_appsdir}/color-schemes/KritaBrighter.colors
%{_kde_appsdir}/color-schemes/KritaDark.colors
%{_kde_appsdir}/color-schemes/KritaDarker.colors
%{_kde_datadir}/mime/packages/krita.xml
%{_kde_datadir}/mime/packages/krita_ora.xml

#--------------------------------------------------------------------

%if %{build_mobile}
%package mobile
Summary:	mobile user interaction of Calligra Suite
Group:		Office
Requires:	%{name}-core = %{EVRD}

%description mobile
Calligra Mobile is a mobile user interaction of Calligra Suite

%files mobile
%{_kde_bindir}/calligramobile
%{_kde_applicationsdir}/hildon/calligramobile.desktop
%{_kde_datadir}/calligramobile-templates/
%{_kde_datadir}/dbus-1/services/com.nokia.CalligraMobile.service
%{_kde_iconsdir}/hicolor/178x200/apps/calligramobile.png
%{_kde_iconsdir}/hicolor/48x48/hildon/Document.png
%{_kde_iconsdir}/hicolor/48x48/hildon/Presenter.png
%{_kde_iconsdir}/hicolor/48x48/hildon/SpreadSheet.png
%{_kde_iconsdir}/hicolor/64x64/apps/calligramobile.png
%endif

#--------------------------------------------------------------------

%package -n okular-odp
Summary:	ODP file renderer for Okular
Group:		Office
Requires:	%{name}-core = %{EVRD}
Requires:	okular

%description -n okular-odp
ODP file renderer for Okular.

%files -n okular-odp
%{_kde_libdir}/kde4/okularGenerator_odp.so
%{_kde_applicationsdir}/okularApplication_odp.desktop
%{_kde_services}/libokularGenerator_odp.desktop
%{_kde_services}/okularOdp.desktop

#--------------------------------------------------------------------

%package -n plan
Summary:	Project management application for Calligra
Group:		Office
Url:		http://www.calligra-suite.org/plan/
Requires:	%{name}-core = %{EVRD}
Provides:	%{name}-apps = %{EVRD}

%description -n plan
Plan is a project management application.
It is intended for managing moderately large projects with multiple resources.

%files -n plan
%{_kde_bindir}/calligraplan
%{_kde_bindir}/calligraplanwork
%{_kde_libdir}/libkdeinit4_calligraplan.so
%{_kde_libdir}/libkdeinit4_calligraplanwork.so
%{_kde_libdir}/kde4/calligra_filter_mpxj2plan.so
%{_kde_libdir}/kde4/krossmoduleplan.so
%{_kde_libdir}/kde4/planicalexport.so
%{_kde_libdir}/kde4/plankplatoimport.so
%{_kde_libdir}/kde4/planpart.so
%{_kde_libdir}/kde4/plantjscheduler.so
%{_kde_libdir}/kde4/planworkpart.so
%{_kde_libdir}/kde4/planconvert/PlanConvert.jar
%{_kde_applicationsdir}/plan.desktop
%{_kde_applicationsdir}/planwork.desktop
%{_kde_appsdir}/plan
%{_kde_appsdir}/planwork
%{_kde_configdir}/planrc
%{_kde_configdir}/planworkrc
%{_kde_services}/calligra_filter_mpp2plan.desktop
%{_kde_services}/calligra_filter_mpx2plan.desktop
%{_kde_services}/calligra_filter_planner2plan.desktop
%{_kde_services}/krossmoduleplan.desktop
%{_kde_services}/plan_icalendar_export.desktop
%{_kde_services}/planpart.desktop
%{_kde_services}/planworkpart.desktop
%{_kde_services}/planrcpsscheduler.desktop
%{_kde_services}/planscripting.desktop
%{_kde_services}/plantjscheduler.desktop
%{_kde_services}/plan_kplato_import.desktop
%{_kde_servicetypes}/plan_schedulerplugin.desktop
%{_kde_servicetypes}/plan_viewplugin.desktop
%{_kde_iconsdir}/hicolor/*/*/calligraplan*
%{_kde_iconsdir}/hicolor/*/*/application-x-vnd.kde.plan*
%{_kde_iconsdir}/hicolor/*/mimetypes/application-x-vnd.kde.kplato.*
%{_kde_datadir}/config.kcfg/plansettings.kcfg
%{_kde_datadir}/config.kcfg/planworksettings.kcfg
%{_kde_datadir}/mime/packages/calligra_planner_mpp.xml

#--------------------------------------------------------------------

%package -n sheets
Summary:	SpreadSheet for calligra
Group:		Office
Url:		http://www.calligra-suite.org/sheets/
Requires:	%{name}-core = %{EVRD}
Provides:	%{name}-apps = %{EVRD}

%description -n sheets
Sheets is a fully-featured calculation and spreadsheet tool.
Use it to quickly create and calculate various business-related spreadsheets,
such as income and expenditure, employee working hours, etc.

%files -n sheets
%{_kde_bindir}/calligrasheets
%{_kde_libdir}/kde4/calligra_filter_applixspread2kspread.so
%{_kde_libdir}/kde4/calligra_filter_csv2sheets.so
%{_kde_libdir}/kde4/calligra_filter_dbase2kspread.so
%{_kde_libdir}/kde4/calligra_filter_gnumeric2sheets.so
%{_kde_libdir}/kde4/calligra_filter_html2ods.so
%{_kde_libdir}/kde4/calligra_filter_kspread2tex.so
%{_kde_libdir}/kde4/calligra_filter_opencalc2sheets.so
%{_kde_libdir}/kde4/calligra_filter_qpro2sheets.so
%{_kde_libdir}/kde4/calligra_filter_sheets2csv.so
%{_kde_libdir}/kde4/calligra_filter_sheets2gnumeric.so
%{_kde_libdir}/kde4/calligra_filter_sheets2html.so
%{_kde_libdir}/kde4/calligra_filter_sheets2opencalc.so
%{_kde_libdir}/kde4/calligra_filter_xls2ods.so
%{_kde_libdir}/kde4/calligra_filter_xlsx2ods.so
%{_kde_libdir}/kde4/krossmodulesheets.so
%{_kde_libdir}/kde4/calligrasheetspart.so
%{_kde_libdir}/kde4/kplatorcpsscheduler.so
%{_kde_libdir}/kde4/kspread*.so
%{_kde_libdir}/kde4/sheetspivottables.so
%{_kde_libdir}/kde4/sheetssolver.so
%{_kde_libdir}/kde4/calligra_shape_spreadsheet.so
%{_kde_libdir}/kde4/calligra_shape_spreadsheet-deferred.so
%{_kde_libdir}/libkdeinit4_calligrasheets.so
%{_kde_applicationsdir}/sheets.desktop
%{_kde_appsdir}/sheets
%{_kde_configdir}/sheetsrc
%{_kde_datadir}/config.kcfg/sheets.kcfg
%{_kde_datadir}/templates/.source/SpreadSheet.ods
%{_kde_datadir}/templates/SpreadSheet.desktop
%{_kde_services}/calligra_filter_applixspread2kspread.desktop
%{_kde_services}/calligra_filter_csv2sheets.desktop
%{_kde_services}/calligra_filter_dbase2kspread.desktop
%{_kde_services}/calligra_filter_gnumeric2sheets.desktop
%{_kde_services}/calligra_filter_html2ods.desktop
%{_kde_services}/calligra_filter_kspread2tex.desktop
%{_kde_services}/calligra_filter_opencalc2sheets.desktop
%{_kde_services}/calligra_filter_qpro2sheets.desktop
%{_kde_services}/calligra_filter_sheets2csv.desktop
%{_kde_services}/calligra_filter_sheets2gnumeric.desktop
%{_kde_services}/calligra_filter_sheets2html.desktop
%{_kde_services}/calligra_filter_sheets2opencalc.desktop
%{_kde_services}/calligra_filter_xls2ods.desktop
%{_kde_services}/calligra_filter_xlsx2ods.desktop
%{_kde_services}/sheetspart.desktop
%{_kde_services}/sheets_excel_thumbnail.desktop
%{_kde_services}/sheets_ods_thumbnail.desktop
%{_kde_services}/sheets_xlsx_thumbnail.desktop
%{_kde_services}/ServiceMenus/sheets_print.desktop
%{_kde_services}/krossmodulesheets.desktop
%{_kde_services}/kspread*.desktop
%{_kde_services}/sheetspivottables.desktop
%{_kde_services}/sheetsscripting.desktop
%{_kde_services}/sheetssolver.desktop
%{_kde_services}/calligra_shape_spreadsheet.desktop
%{_kde_services}/calligra_shape_spreadsheet-deferred.desktop
%{_kde_servicetypes}/sheets_plugin.desktop
%{_kde_servicetypes}/sheets_viewplugin.desktop
%{_kde_iconsdir}/hicolor/*/*/calligrasheets*
%doc %{_kde_docdir}/HTML/en/sheets

#--------------------------------------------------------------------

%package -n stage
Summary:	Presentation for calligra-suite
Group:		Office
Url:		http://www.calligra-suite.org/stage/
Requires:	%{name}-core = %{EVRD}
Requires:	xdg-utils
Provides:	%{name}-apps = %{EVRD}

%description -n stage
Stage is an easy to use yet still flexible presentation application. You can
easily create presentations containing a rich variety of elements,
from graphics to text, from charts to images.
Stage is extensible through a plugin system, so it is easy to add new effects,
new content elements or even new ways of managing your presentation. Because of
the integration with Calligra, all the power and flexibility of the Calligra
content elements are available to Stage.

%files -n stage
%{_kde_bindir}/calligrastage
%{_kde_libdir}/kde4/calligra_filter_kpr2odp.so
%{_kde_libdir}/kde4/calligra_filter_ppt2odp.so
%{_kde_libdir}/kde4/calligra_filter_pptx2odp.so
%{_kde_libdir}/kde4/calligrastagepart.so
%{_kde_libdir}/kde4/kpr_pageeffect_barwipe.so
%{_kde_libdir}/kde4/kpr_pageeffect_clockwipe.so
%{_kde_libdir}/kde4/kpr_pageeffect_edgewipe.so
%{_kde_libdir}/kde4/kpr_pageeffect_iriswipe.so
%{_kde_libdir}/kde4/kpr_pageeffect_matrixwipe.so
%{_kde_libdir}/kde4/kpr_pageeffect_slidewipe.so
%{_kde_libdir}/kde4/kpr_pageeffect_fade.so
%{_kde_libdir}/kde4/kpr_pageeffect_spacerotation.so
%{_kde_libdir}/kde4/kpr_pageeffect_swapeffect.so
%{_kde_libdir}/kde4/kpr_shapeanimation_example.so
%{_kde_libdir}/kde4/calligrastageeventactions.so 
%{_kde_libdir}/kde4/calligrastagetoolanimation.so
%{_kde_libdir}/kde4/kprvariables.so
%{_kde_libdir}/libkdeinit4_calligrastage.so
%{_kde_applicationsdir}/stage.desktop
%{_kde_appsdir}/stage
%{_kde_datadir}/templates/Presentation.desktop
%{_kde_datadir}/templates/.source/Presentation.odp
%{_kde_configdir}/stagerc
%{_kde_iconsdir}/hicolor/*/apps/calligrastage.*
%{_kde_services}/ServiceMenus/stage_print.desktop
%{_kde_services}/calligra_filter_kpr2odp.desktop
%{_kde_services}/calligra_filter_ppt2odp.desktop
%{_kde_services}/calligra_filter_pptx2odp.desktop
%{_kde_services}/calligrastageeventactions.desktop
%{_kde_services}/kpr_pageeffect_barwipe.desktop
%{_kde_services}/kpr_pageeffect_clockwipe.desktop
%{_kde_services}/kpr_pageeffect_edgewipe.desktop
%{_kde_services}/kpr_pageeffect_iriswipe.desktop
%{_kde_services}/kpr_pageeffect_matrixwipe.desktop
%{_kde_services}/kpr_pageeffect_slidewipe.desktop
%{_kde_services}/kpr_shapeanimation_example.desktop
%{_kde_services}/kpr_pageeffect_fade.desktop
%{_kde_services}/kpr_pageeffect_spacerotation.desktop
%{_kde_services}/kpr_pageeffect_swapeffect.desktop
%{_kde_services}/calligrastagetoolanimation.desktop
%{_kde_services}/kprvariables.desktop
%{_kde_services}/stagepart.desktop
%{_kde_services}/stage_kpr_thumbnail.desktop
%{_kde_services}/stage_odp_thumbnail.desktop
%{_kde_services}/stage_powerpoint_thumbnail.desktop
%{_kde_services}/stage_pptx_thumbnail.desktop
%{_kde_servicetypes}/presentationeventaction.desktop
%{_kde_servicetypes}/kpr_pageeffect.desktop
%{_kde_servicetypes}/kpr_shapeanimation.desktop
%doc %{_kde_docdir}/HTML/en/stage

#--------------------------------------------------------------------

%package words
Summary:	Word processor for calligra
Group:		Office
Url:		http://www.calligra-suite.org/words/
Requires:	%{name}-core = %{EVRD}
Requires:	wordnet
Provides:	%{name}-apps = %{EVRD}

%description words
Words is an intuitive word processor application with desktop publishing
features.

With it, you can create informative and attractive documents with ease.

%files words
%{_kde_bindir}/calligrawords
%{_kde_libdir}/kde4/calligra_filter_applixword2odt.so
%{_kde_libdir}/kde4/calligra_filter_ascii2words.so
%{_kde_libdir}/kde4/calligra_filter_doc2odt.so
%{_kde_libdir}/kde4/calligra_filter_docx2odt.so
%{_kde_libdir}/kde4/calligra_filter_odt2ascii.so
%{_kde_libdir}/kde4/calligra_filter_odt2epub2.so
%{_kde_libdir}/kde4/calligra_filter_odt2html.so
%{_kde_libdir}/kde4/calligra_filter_odt2mobi.so
%{_kde_libdir}/kde4/calligra_filter_rtf2odt.so
%{_kde_libdir}/kde4/calligra_filter_wpd2odt.so
%{_kde_libdir}/kde4/calligra_filter_wps2odt.so
%{_kde_libdir}/kde4/wordspart.so
%{_kde_libdir}/libkdeinit4_calligrawords.so
%{_kde_applicationsdir}/calligrawords_ascii.desktop
%{_kde_applicationsdir}/words.desktop
%{_kde_appsdir}/words
%{_kde_configdir}/wordsrc
%{_kde_services}/ServiceMenus/words_print.desktop
%{_kde_services}/calligra_filter_applixword2odt.desktop
%{_kde_services}/calligra_filter_ascii2words.desktop
%{_kde_services}/calligra_filter_doc2odt.desktop
%{_kde_services}/calligra_filter_docx2odt.desktop
%{_kde_services}/calligra_filter_odt2ascii.desktop
%{_kde_services}/calligra_filter_odt2epub2.desktop
%{_kde_services}/calligra_filter_odt2html.desktop
%{_kde_services}/calligra_filter_odt2mobi.desktop
%{_kde_services}/calligra_filter_rtf2odt.desktop
%{_kde_services}/calligra_filter_wpd2odt.desktop
%{_kde_services}/calligra_filter_wps2odt.desktop
%{_kde_services}/words*.desktop
%{_kde_datadir}/templates/.source/TextDocument.odt
%{_kde_datadir}/templates/TextDocument.desktop
%{_kde_iconsdir}/hicolor/*/*/calligrawords*
%{_kde_iconsdir}/hicolor/*/actions/tool_pagelayout.*

#--------------------------------------------------------------------

%define libbasicflakes_major 13
%define libbasicflakes %mklibname basicflakes %{libbasicflakes_major}

%package -n %{libbasicflakes}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libbasicflakes}
Calligra core library.

%files -n %{libbasicflakes}
%{_kde_libdir}/libbasicflakes.so.%{libbasicflakes_major}*

#--------------------------------------------------------------------

%define libbraindumpcore_major 13
%define libbraindumpcore %mklibname braindumpcore %{libbraindumpcore_major}

%package -n %{libbraindumpcore}
Summary:	Calligra Braindump core library
Group:		System/Libraries

%description -n %{libbraindumpcore}
Calligra Braindump core library.

%files -n %{libbraindumpcore}
%{_kde_libdir}/libbraindumpcore.so.%{libbraindumpcore_major}*

#--------------------------------------------------------------------

%define libcalligradb_major 13
%define libcalligradb %mklibname calligradb %{libcalligradb_major}

%package -n %{libcalligradb}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libcalligradb}
Calligra core library.

%files -n %{libcalligradb}
%{_kde_libdir}/libcalligradb.so.%{libcalligradb_major}*

#--------------------------------------------------------------------

%define calligrakdchart_major 13
%define libcalligrakdchart %mklibname calligrakdchart %{calligrakdchart_major}

%package -n %{libcalligrakdchart}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libcalligrakdchart}
Calligra core library.

%files -n %{libcalligrakdchart}
%{_kde_libdir}/libcalligrakdchart.so.%{calligrakdchart_major}*

#--------------------------------------------------------------------

%define calligrakdgantt_major 13
%define libcalligrakdgantt %mklibname calligrakdgantt %{calligrakdgantt_major}

%package -n %{libcalligrakdgantt}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libcalligrakdgantt}
Calligra core library.

%files -n %{libcalligrakdgantt}
%{_kde_libdir}/libcalligrakdgantt.so.%{calligrakdgantt_major}*

#--------------------------------------------------------------------

%define sheets_major 13
%define libcalligrasheetscommon %mklibname calligrasheetscommon %{sheets_major}

%package -n %{libcalligrasheetscommon}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libcalligrasheetscommon}
Calligra core library.

%files -n %{libcalligrasheetscommon}
%{_kde_libdir}/libcalligrasheetscommon.so.%{sheets_major}*

#--------------------------------------------------------------------

%define sheetsodf_major 13
%define libcalligrasheetsodf %mklibname calligrasheetsodf %{sheetsodf_major}

%package -n %{libcalligrasheetsodf}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libcalligrasheetsodf}
Calligra core library.

%files -n %{libcalligrasheetsodf}
%{_kde_libdir}/libcalligrasheetsodf.so.%{sheetsodf_major}*

#--------------------------------------------------------------------

%define calligrastageprivate_major 13
%define libcalligrastageprivate %mklibname calligrastageprivate %{calligrastageprivate_major}

%package -n %{libcalligrastageprivate}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libcalligrastageprivate}
Calligra core library.

%files -n %{libcalligrastageprivate}
%{_kde_libdir}/libcalligrastageprivate.so.%{calligrastageprivate_major}*

#--------------------------------------------------------------------

%define libflake_major 13
%define libflake %mklibname flake %{libflake_major}

%package -n %{libflake}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libflake}
Calligra core library.

Flake is the object library for Calligra. It provides a basic concept of a
'shape' which can be a square, circle or any other form. The shape can contain
any sort of media because it is responsible for painting itself. This means
that Words can provide a textShape which has text flowing inside.

%files -n %{libflake}
%{_kde_libdir}/libflake.so.%{libflake_major}*

#--------------------------------------------------------------------

%define libflowprivate_major 13
%define libflowprivate %mklibname flowprivate %{libflowprivate_major}

%package -n %{libflowprivate}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libflowprivate}
Calligra core library.

%files -n %{libflowprivate}
%{_kde_libdir}/libflowprivate.so.%{libflowprivate_major}*

#--------------------------------------------------------------------

%define karboncommon_major 13
%define libkarboncommon %mklibname karboncommon %{karboncommon_major}

%package -n %{libkarboncommon}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkarboncommon}
Calligra core library.

%files -n %{libkarboncommon}
%{_kde_libdir}/libkarboncommon.so.%{karboncommon_major}*

#--------------------------------------------------------------------

%define karbonui_major 13
%define libkarbonui %mklibname karbonui %{karbonui_major}

%package -n %{libkarbonui}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkarbonui}
Calligra core library.

%files -n %{libkarbonui}
%{_kde_libdir}/libkarbonui.so.%{karbonui_major}*

#--------------------------------------------------------------------

%define libkexicore_major 13
%define libkexicore %mklibname kexicore %{libkexicore_major}

%package -n %{libkexicore}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkexicore}
Calligra core library.

%files -n %{libkexicore}
%{_kde_libdir}/libkexicore.so.%{libkexicore_major}*

#--------------------------------------------------------------------

%define libkexidatatable_major 13
%define libkexidatatable %mklibname kexidatatable %{libkexidatatable_major}

%package -n %{libkexidatatable}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkexidatatable}
Calligra core library.

%files -n %{libkexidatatable}
%{_kde_libdir}/libkexidatatable.so.%{libkexidatatable_major}*

#--------------------------------------------------------------------

%define libkexidb_major 13
%define libkexidb %mklibname kexidb %{libkexidb_major}

%package -n %{libkexidb}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkexidb}
Calligra core library.

%files -n %{libkexidb}
%{_kde_libdir}/libkexidb.so.%{libkexidb_major}*

#--------------------------------------------------------------------

%define libkexiextendedwidgets_major 13
%define libkexiextendedwidgets %mklibname kexiextendedwidgets %{libkexiextendedwidgets_major}

%package -n %{libkexiextendedwidgets}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkexiextendedwidgets}
Calligra core library.

%files -n %{libkexiextendedwidgets}
%{_kde_libdir}/libkexiextendedwidgets.so.%{libkexiextendedwidgets_major}*

#--------------------------------------------------------------------

%define libkexiformutils_major 13
%define libkexiformutils %mklibname kexiformutils %{libkexiformutils_major}

%package -n %{libkexiformutils}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkexiformutils}
Calligra core library.

%files -n %{libkexiformutils}
%{_kde_libdir}/libkexiformutils.so.%{libkexiformutils_major}*

#--------------------------------------------------------------------

%define libkeximain_major 13
%define libkeximain %mklibname keximain %{libkeximain_major}

%package -n %{libkeximain}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkeximain}
Calligra core library.

%files -n %{libkeximain}
%{_kde_libdir}/libkeximain.so.%{libkeximain_major}*

#--------------------------------------------------------------------

%define libkeximigrate_major 13
%define libkeximigrate %mklibname keximigrate %{libkeximigrate_major}

%package -n %{libkeximigrate}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkeximigrate}
Calligra core library.

%files -n %{libkeximigrate}
%{_kde_libdir}/libkeximigrate.so.%{libkeximigrate_major}*

#--------------------------------------------------------------------

%define libkexirelationsview_major 13
%define libkexirelationsview %mklibname kexirelationsview %{libkexirelationsview_major}

%package -n %{libkexirelationsview}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkexirelationsview}
Calligra core library.

%files -n %{libkexirelationsview}
%{_kde_libdir}/libkexirelationsview.so.%{libkexirelationsview_major}*

#--------------------------------------------------------------------

%define libkexiutils_major 13
%define libkexiutils %mklibname kexiutils %{libkexiutils_major}

%package -n %{libkexiutils}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkexiutils}
Calligra core library.

%files -n %{libkexiutils}
%{_kde_libdir}/libkexiutils.so.%{libkexiutils_major}*

#--------------------------------------------------------------------

%define libkexiguiutils_major 13
%define libkexiguiutils %mklibname kexiguiutils %{libkexiguiutils_major}

%package -n %{libkexiguiutils}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkexiguiutils}
Calligra core library.

%files -n %{libkexiguiutils}
%{_kde_libdir}/libkexiguiutils.so.%{libkexiguiutils_major}*

#--------------------------------------------------------------------

%define libkexidataviewcommon_major 13
%define libkexidataviewcommon %mklibname kexidataviewcommon %{libkexidataviewcommon_major}

%package -n %{libkexidataviewcommon}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkexidataviewcommon}
Calligra core library.

%files -n %{libkexidataviewcommon}
%{_kde_libdir}/libkexidataviewcommon.so.%{libkexidataviewcommon_major}*

#--------------------------------------------------------------------

%define libkformdesigner_major 13
%define libkformdesigner %mklibname kformdesigner %{libkformdesigner_major}

%package -n %{libkformdesigner}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkformdesigner}
Calligra core library.

%files -n %{libkformdesigner}
%{_kde_libdir}/libkformdesigner.so.%{libkformdesigner_major}*

#--------------------------------------------------------------------

%define libkformula_major 13
%define libkformula %mklibname kformulalib %{libkformula_major}

%package -n %{libkformula}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkformula}
Calligra core library.

%files -n %{libkformula}
%{_kde_libdir}/libkformula.so.%{libkformula_major}*

#--------------------------------------------------------------------

%define libkokross_major 13
%define libkokross %mklibname kokross %{libkokross_major}

%package -n %{libkokross}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkokross}
Calligra core library.

%files -n %{libkokross}
%{_kde_libdir}/libkokross.so.%{libkokross_major}*

#--------------------------------------------------------------------

%define libkomain_major 13
%define libkomain %mklibname komain %{libkomain_major}

%package -n %{libkomain}
Summary:	Calligra core library
Group:		System/Libraries
Requires:	%{name}-l10n

%description -n %{libkomain}
Calligra core library.

%files -n %{libkomain}
%{_kde_libdir}/libkomain.so.%{libkomain_major}*

#--------------------------------------------------------------------

%define komsooxml_major 13
%define libkomsooxml %mklibname komsooxml %{komsooxml_major}

%package -n %{libkomsooxml}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkomsooxml}
Calligra core library.

%files -n %{libkomsooxml}
%{_kde_libdir}/libkomsooxml.so.%{komsooxml_major}*

#--------------------------------------------------------------------

%define libkoodf_major 13
%define libkoodf %mklibname koodf %{libkoodf_major}

%package -n %{libkoodf}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkoodf}
Calligra core library. ODF Library.

%files -n %{libkoodf}
%{_kde_libdir}/libkoodf.so.%{libkoodf_major}*

#--------------------------------------------------------------------

%define koodf2_major 13
%define libkoodf2 %mklibname koodf2_ %{koodf2_major}

%package -n %{libkoodf2}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkoodf2}
Calligra core library.

%files -n %{libkoodf2}
%{_kde_libdir}/libkoodf2.so.%{koodf2_major}*

#--------------------------------------------------------------------

%define koodfreader_major 13
%define libkoodfreader %mklibname koodfreader %{koodfreader_major}

%package -n %{libkoodfreader}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkoodfreader}
Calligra core library.

%files -n %{libkoodfreader}
%{_kde_libdir}/libkoodfreader.so.%{koodfreader_major}*

#--------------------------------------------------------------------

%define libkopageapp_major 13
%define libkopageapp %mklibname kopageapp %{libkopageapp_major}

%package -n %{libkopageapp}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkopageapp}
Calligra core library.

%files -n %{libkopageapp}
%{_kde_libdir}/libkopageapp.so.%{libkopageapp_major}*

#--------------------------------------------------------------------

%define libkoplugin_major 13
%define libkoplugin %mklibname koplugin %{libkoplugin_major}

%package -n %{libkoplugin}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkoplugin}
Calligra core library.

%files -n %{libkoplugin}
%{_kde_libdir}/libkoplugin.so.%{libkoplugin_major}*

#--------------------------------------------------------------------

%define libkoproperty_major 13
%define libkoproperty %mklibname koproperty %{libkoproperty_major}

%package -n %{libkoproperty}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkoproperty}
Calligra core library.

%files -n %{libkoproperty}
%{_kde_libdir}/libkoproperty.so.%{libkoproperty_major}*

#----------------------------------------------------------------------

%define libkordf_major 13
%define libkordf %mklibname kordf %{libkordf_major}

%package -n %{libkordf}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkordf}
Calligra core library.

%files -n %{libkordf}
%{_kde_libdir}/libkordf.so.%{libkordf_major}*

#----------------------------------------------------------------------

%define libkoreport_major 13
%define libkoreport %mklibname koreport %{libkoreport_major}

%package -n %{libkoreport}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkoreport}
Calligra core library.
It's an application-independent reporting library for the generation of both
printed and ODS and HTML reports from various sources of data. It provides a
gui based designer and renderer, and is currently used by Kexi for the
generation of database reports, and Calligra Plan for the generation of
planning reports.

%files -n %{libkoreport}
%{_kde_libdir}/libkoreport.so.%{libkoreport_major}*

#--------------------------------------------------------------------

%define libkotext_major 13
%define libkotext %mklibname kotext %{libkotext_major}

%package -n %{libkotext}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkotext}
Calligra core library.

KoText is the library that offers rich text layout and OpenDocument Format
loading/saving.

%files -n %{libkotext}
%{_kde_libdir}/libkotext.so.%{libkotext_major}*

#--------------------------------------------------------------------

%define kotextlayout_major 13
%define libkotextlayout %mklibname textlayout %{kotextlayout_major}

%package -n %{libkotextlayout}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkotextlayout}
Calligra core library.

%files -n %{libkotextlayout}
%{_kde_libdir}/libkotextlayout.so.%{kotextlayout_major}*

#--------------------------------------------------------------------

%define kovectorimage_major 13
%define libkovectorimage %mklibname kovectorimage %{kovectorimage_major}

%package -n %{libkovectorimage}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkovectorimage}
Calligra core library.

%files -n %{libkovectorimage}
%{_kde_libdir}/libkovectorimage.so.%{kovectorimage_major}*

#--------------------------------------------------------------------

%define libkowidgets_major 13
%define libkowidgets %mklibname kowidgets %{libkowidgets_major}

%package -n %{libkowidgets}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkowidgets}
Calligra core library.

%files -n %{libkowidgets}
%{_kde_libdir}/libkowidgets.so.%{libkowidgets_major}*

#--------------------------------------------------------------------

%define libkowidgetutils_major 13
%define libkowidgetutils %mklibname kowidgetutils %{libkowidgetutils_major}

%package -n %{libkowidgetutils}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkowidgetutils}
Calligra core library.

%files -n %{libkowidgetutils}
%{_kde_libdir}/libkowidgetutils.so.%{libkowidgetutils_major}*

#--------------------------------------------------------------------

%define libkowv2_major 9
%define libkowv2 %mklibname kowv2_ %{libkowv2_major}

%package -n %{libkowv2}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkowv2}
Calligra core library.

%files -n %{libkowv2}
%{_kde_libdir}/libkowv2.so.%{libkowv2_major}*

#-------------------------------------------------------------------

%define kplatokernel_major 13
%define libkplatokernel %mklibname kplatokernel %{kplatokernel_major}

%package -n %{libkplatokernel}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkplatokernel}
Calligra core library.

%files -n %{libkplatokernel}
%{_kde_libdir}/libkplatokernel.so.%{kplatokernel_major}*

#--------------------------------------------------------------------

%define kplatomodels_major 13
%define libkplatomodels %mklibname kplatomodels %{kplatomodels_major}

%package -n %{libkplatomodels}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkplatomodels}
Calligra core library.

%files -n %{libkplatomodels}
%{_kde_libdir}/libkplatomodels.so.%{kplatomodels_major}*

#--------------------------------------------------------------------

%define kplatoui_major 13
%define libkplatoui %mklibname kplatoui %{kplatoui_major}

%package -n %{libkplatoui}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkplatoui}
Calligra core library.

%files -n %{libkplatoui}
%{_kde_libdir}/libkplatoui.so.%{kplatoui_major}*

#--------------------------------------------------------------------

%define libkritaimage_major 13
%define libkritaimage %mklibname kritaimage %{libkritaimage_major}

%package -n %{libkritaimage}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkritaimage}
Calligra core library.

%files -n %{libkritaimage}
%{_kde_libdir}/libkritaimage.so.%{libkritaimage_major}*

#--------------------------------------------------------------------

%define libkritalibbrush_major 13
%define libkritalibbrush %mklibname kritalibbrush %{libkritalibbrush_major}

%package -n %{libkritalibbrush}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkritalibbrush}
Calligra core library.

%files -n %{libkritalibbrush}
%{_kde_libdir}/libkritalibbrush.so.%{libkritalibbrush_major}*

#--------------------------------------------------------------------

%define libkritalibpaintop_major 13
%define libkritalibpaintop %mklibname kritalibpaintop %{libkritalibpaintop_major}

%package -n %{libkritalibpaintop}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkritalibpaintop}
Calligra core library.

%files -n %{libkritalibpaintop}
%{_kde_libdir}/libkritalibpaintop.so.%{libkritalibpaintop_major}*

#--------------------------------------------------------------------

%define kritasketchlib_major 13
%define libkritasketchlib %mklibname kritasketchlib %{kritasketchlib_major}

%package -n %{libkritasketchlib}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkritasketchlib}
Calligra core library.

%files -n %{libkritasketchlib}
%{_kde_libdir}/libkritasketchlib.so.%{kritasketchlib_major}*

#--------------------------------------------------------------------

%define libkritaui_major 13
%define libkritaui %mklibname kritaui %{libkritaui_major}

%package -n %{libkritaui}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkritaui}
Calligra core library.

%files -n %{libkritaui}
%{_kde_libdir}/libkritaui.so.%{libkritaui_major}*

#--------------------------------------------------------------------

%define kundo2_major 13
%define libkundo2 %mklibname kundo2_ %{kundo2_major}

%package -n %{libkundo2}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkundo2}
Calligra core library.

%files -n %{libkundo2}
%{_kde_libdir}/libkundo2.so.%{kundo2_major}*

#--------------------------------------------------------------------

%define libpigmentcms_major 13
%define libpigmentcms %mklibname pigmentcms %{libpigmentcms_major}

%package -n %{libpigmentcms}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libpigmentcms}
Calligra core library.

Pigment is the Color Manipulation System library for Calligra, this include but
it is not limited to full color management. Originating from Krita it provides
a generic KoColor class wich represents the notion of a color. The same color
can often be specified in different colorspaces. Some colors however can only
be specified in some colorspaces.

%files -n %{libpigmentcms}
%{_kde_libdir}/libpigmentcms.so.%{libpigmentcms_major}*

#--------------------------------------------------------------------

%define planprivate_major 13
%define libplanprivate %mklibname planprivate %{planprivate_major}

%package -n %{libplanprivate}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libplanprivate}
Calligra core library.

%files -n %{libplanprivate}
%{_kde_libdir}/libplanprivate.so.%{planprivate_major}*

#--------------------------------------------------------------------

%define planworkapp_major 13
%define libplanworkapp %mklibname planworkapp %{planworkapp_major}

%package -n %{libplanworkapp}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libplanworkapp}
Calligra core library.

%files -n %{libplanworkapp}
%{_kde_libdir}/libplanworkapp.so.%{planworkapp_major}*

#--------------------------------------------------------------------

%define kplatoworkfactory_major 13
%define libplanworkfactory %mklibname kplatoworkfactory %{kplatoworkfactory_major}

%package -n %{libplanworkfactory}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libplanworkfactory}
Calligra core library.

%files -n %{libplanworkfactory}
%{_kde_libdir}/libplanworkfactory.so.%{kplatoworkfactory_major}*

#--------------------------------------------------------------------

%define librcps_plan_major 13
%define librcps_plan %mklibname rcps_plan %{librcps_plan_major}

%package -n %{librcps_plan}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{librcps_plan}
Calligra core library.

%files -n %{librcps_plan}
%{_kde_libdir}/librcps_plan.so.%{librcps_plan_major}*

#--------------------------------------------------------------------

%define rtfreader_major 13
%define librtfreader %mklibname rtfreader %{rtfreader_major}

%package -n %{librtfreader}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{librtfreader}
Calligra core library.

%files -n %{librtfreader}
%{_kde_libdir}/libRtfReader.so.%{rtfreader_major}*

#--------------------------------------------------------------------

%define wordsprivate_major 13
%define libwordsprivate %mklibname wordsprivate %{wordsprivate_major}

%package -n %{libwordsprivate}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libwordsprivate}
Calligra core library.

%files -n %{libwordsprivate}
%{_kde_libdir}/libwordsprivate.so.%{wordsprivate_major}*

#--------------------------------------------------------------------

%package devel
Summary:	Header files for developing calligra applications
Group:		Development/KDE and Qt
Requires:	%{libbasicflakes} = %{EVRD}
Requires:	%{libcalligradb} = %{EVRD}
Requires:	%{libcalligrakdchart} = %{EVRD}
Requires:	%{libcalligrakdgantt} = %{EVRD}
Requires:	%{libcalligrasheetscommon} = %{EVRD}
Requires:	%{libcalligrasheetsodf} = %{EVRD}
Requires:	%{libcalligrastageprivate} = %{EVRD}
Requires:	%{libflake} = %{EVRD}
Requires:	%{libflowprivate} = %{EVRD}
Requires:	%{libkarboncommon} = %{EVRD}
Requires:	%{libkarbonui} = %{EVRD}
Requires:	%{libkexicore} = %{EVRD}
Requires:	%{libkexidatatable} = %{EVRD}
Requires:	%{libkexidataviewcommon} = %{EVRD}
Requires:	%{libkexidb} = %{EVRD}
Requires:	%{libkexiextendedwidgets} = %{EVRD}
Requires:	%{libkexiformutils} = %{EVRD}
Requires:	%{libkexiguiutils} = %{EVRD}
Requires:	%{libkeximain} = %{EVRD}
Requires:	%{libkeximigrate} = %{EVRD}
Requires:	%{libkexirelationsview} = %{EVRD}
Requires:	%{libkexiutils} = %{EVRD}
Requires:	%{libkformdesigner} = %{EVRD}
Requires:	%{libkformula} = %{EVRD}
Requires:	%{libkokross} = %{EVRD}
Requires:	%{libkomain} = %{EVRD}
Requires:	%{libkomsooxml} = %{EVRD}
Requires:	%{libkoodf} = %{EVRD}
Requires:	%{libkoodf2} = %{EVRD}
Requires:	%{libkoodfreader} = %{EVRD}
Requires:	%{libkopageapp} = %{EVRD}
Requires:	%{libkoplugin} = %{EVRD}
Requires:	%{libkoproperty} = %{EVRD}
Requires:	%{libkordf} = %{EVRD}
Requires:	%{libkoreport} = %{EVRD}
Requires:	%{libkotext} = %{EVRD}
Requires:	%{libkotextlayout} = %{EVRD}
Requires:	%{libkovectorimage} = %{EVRD}
Requires:	%{libkowidgets} = %{EVRD}
Requires:	%{libkowidgetutils} = %{EVRD}
Requires:	%{libkowv2} = %{EVRD}
Requires:	%{libkplatokernel} = %{EVRD}
Requires:	%{libkplatomodels} = %{EVRD}
Requires:	%{libkplatoui} = %{EVRD}
Requires:	%{libkritaimage} = %{EVRD}
Requires:	%{libkritalibbrush} = %{EVRD}
Requires:	%{libkritalibpaintop} = %{EVRD}
Requires:	%{libkritasketchlib} = %{EVRD}
Requires:	%{libkritaui} = %{EVRD}
Requires:	%{libkundo2} = %{EVRD}
Requires:	%{libpigmentcms} = %{EVRD}
Requires:	%{libplanprivate} = %{EVRD}
Requires:	%{libplanworkapp} = %{EVRD}
Requires:	%{libplanworkfactory} = %{EVRD}
Requires:	%{librcps_plan} = %{EVRD}
Requires:	%{librtfreader} = %{EVRD}
Requires:	%{libwordsprivate} = %{EVRD}
Requires:	%{name}-core = %{EVRD}

%description devel
Header files needed for developing calligra applications.

%files devel
%{_kde_appsdir}/cmake/*/*
%{_kde_includedir}/*
%{_kde_libdir}/libbasicflakes.so
%{_kde_libdir}/libcalligradb.so
%{_kde_libdir}/libcalligrakdchart.so
%{_kde_libdir}/libcalligrakdgantt.so
%{_kde_libdir}/libcalligrasheetscommon.so
%{_kde_libdir}/libcalligrasheetsodf.so
%{_kde_libdir}/libcalligrastageprivate.so
%{_kde_libdir}/libflake.so
%{_kde_libdir}/libflowprivate.so
%{_kde_libdir}/libkarboncommon.so
%{_kde_libdir}/libkarbonui.so
%{_kde_libdir}/libkexicore.so
%{_kde_libdir}/libkexidatatable.so
%{_kde_libdir}/libkexidataviewcommon.so
%{_kde_libdir}/libkexidb.so
%{_kde_libdir}/libkexiextendedwidgets.so
%{_kde_libdir}/libkexiformutils.so
%{_kde_libdir}/libkexiguiutils.so
%{_kde_libdir}/libkeximain.so
%{_kde_libdir}/libkeximigrate.so
%{_kde_libdir}/libkexirelationsview.so
%{_kde_libdir}/libkexiutils.so
%{_kde_libdir}/libkformdesigner.so
%{_kde_libdir}/libkformula.so
%{_kde_libdir}/libkokross.so
%{_kde_libdir}/libkomain.so
%{_kde_libdir}/libkomsooxml.so
%{_kde_libdir}/libkoodf.so
%{_kde_libdir}/libkoodf2.so
%{_kde_libdir}/libkoodfreader.so
%{_kde_libdir}/libkopageapp.so
%{_kde_libdir}/libkoplugin.so
%{_kde_libdir}/libkoproperty.so
%{_kde_libdir}/libkoreport.so
%{_kde_libdir}/libkordf.so
%{_kde_libdir}/libkotext.so
%{_kde_libdir}/libkotextlayout.so
%{_kde_libdir}/libkovectorimage.so
%{_kde_libdir}/libkowidgets.so
%{_kde_libdir}/libkowidgetutils.so
%{_kde_libdir}/libkowv2.so
%{_kde_libdir}/libkplatokernel.so
%{_kde_libdir}/libkplatomodels.so
%{_kde_libdir}/libkplatoui.so
%{_kde_libdir}/libkritaimage.so
%{_kde_libdir}/libkritalibbrush.so
%{_kde_libdir}/libkritalibpaintop.so
%{_kde_libdir}/libkritasketchlib.so
%{_kde_libdir}/libkritaui.so
%{_kde_libdir}/libkundo2.so
%{_kde_libdir}/libpigmentcms.so
%{_kde_libdir}/libplanprivate.so
%{_kde_libdir}/libplanworkapp.so
%{_kde_libdir}/libplanworkfactory.so
%{_kde_libdir}/librcps_plan.so
%{_kde_libdir}/libRtfReader.so
%{_kde_libdir}/libwordsprivate.so

#--------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .openjpeg~
%patch2 -p0 -b .xbase312~
%patch3 -p1 -b .staging~
%patch4 -p1 -b .pqxx~
%patch5 -p1 -b .soversion~
%patch6 -p1 -b .eigen3~
%patch7 -p1 -b .librevenge~

%build
%cmake_kde4 \
%if %{build_mobile}
	-DBUILD_MOBILE:BOOL=ON \
%else
	-DBUILD_MOBILE:BOOL=OFF \
%endif
	-DIHAVEPATCHEDQT:BOOL=ON \
	-DCALLIGRA_SHOULD_BUILD_STAGING:BOOL=ON
%make

%if %{compile_apidox}
make apidox
%endif

%install
%makeinstall_std -C build

%if %{compile_apidox}
make install-apidox DESTDIR=%{buildroot}/
list=`ls -d */ -1`;
echo $list;
for i in $list ; do
	cd $i;
		if grep '^include .*Doxyfile.am' Makefile.am; then
			echo "installing apidox from $i" ;
			make install-apidox DESTDIR=%{buildroot}/ ;
		fi
	cd ../;
done;
%endif

# Remove shebang from non-executable files
find %{buildroot}%{_kde_appsdir}/ -type f -name '*.py' -exec sed -i '1s/^#!.*$//' {} \;


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 516 |14cr|calligra-l10n-2.8.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Supported l10n language
%define langlist bs ca cs da de el en_GB es et fi fr gl hu it ja kk nb nds nl pl pt pt_BR ru sk sv uk zh_CN zh_TW

# Languages that were once supported, but aren't supported by the current release anymore
# (old packages have to be obsoleted so we don't create dependency problems)
%define temporarily_unsupported sl tr

# Language descriptions
%define language_bs bs
%define langname_bs Bosnian
%define language_ca ca
%define langname_ca Catalan
%define language_cs cs
%define langname_cs Czech
%define language_da da
%define langname_da Dansk
%define language_de de
%define langname_de German
%define language_el el
%define langname_el Greek
%define language_en_GB en_GB
%define langname_en_GB British English
%define language_es es
%define langname_es Spanish
%define language_et et
%define langname_et Estonian
%define language_fi fi
%define langname_fi Finnish
%define language_fr fr
%define langname_fr French
%define language_gl gl
%define langname_gl Galician
%define language_hu hu
%define langname_hu Hungarian
%define language_ia ia
%define langname_ia Interlingua
%define language_it it
%define langname_it Italian
%define language_ja ja
%define langname_ja Japanese
%define language_kk kk
%define langname_kk Kazakh
%define language_nb nb
%define langname_nb Norwegian
%define language_nl nl
%define langname_nl Dutch
%define language_nds nds
%define langname_nds Lower Saxon
%define language_pl pl
%define langname_pl Polish
%define language_pt pt
%define langname_pt Portuguese
%define language_pt_BR pt_BR
%define langname_pt_BR Brazilian portuguese
%define language_pt_PT pt-PT
%define langname_pt_PT Portuguese
%define language_ru ru
%define langname_ru Russian
%define language_sl sl
%define langname_sl Slovenian
%define language_sk sk
%define langname_sk Slovakian
%define language_sv sv
%define langname_sv Swedish
%define language_tr tr
%define langname_tr Turkish
%define language_uk uk
%define langname_uk Ukrainian
%define language_wa wa
%define langname_wa Walloon
%define language_zh_CN zh_CN
%define langname_zh_CN Simplified Chinese
%define language_zh_TW zh_TW
%define langname_zh_TW Traditional Chinese

# --- Danger line ---

# Locales
%{expand:%(for lang in %{langlist}; do echo "%%define locale_$lang `echo $lang | cut -d _ -f 1` "; done)}

Summary:	Language files for Calligra (virtual package)
Name:		calligra-l10n
Version:	2.8.5
Release:	2
License:	GPLv2+
Group:		System/Internationalization
Url:		http://www.calligra-suite.org/
# localisation package template
Source0:	%{name}-template.in
Source1:	%{name}.rpmlintrc
# l10n sources
%{expand:%(\
	i=2; \
	for lang in %{langlist}; do\
		echo "%%{expand:Source$i: http://download.kde.org/stable/calligra-%%{version}/%%{name}/%%{name}-%%{language_$lang}-%%{version}.tar.xz}";\
		i=$[i+1];\
	done\
	)
}
BuildRequires:	gettext
BuildRequires:	kdelibs4-devel
BuildArch:	noarch
%{expand:%(\
	for i in %{temporarily_unsupported}; do \
		echo "Obsoletes: %{name}-$i < %{EVRD}"; \
	done)
}

%description
Language files for Calligra.

# Expand all localisation packages descriptions.

%{expand:%(\
	for lang in %{langlist}; do\
		echo "%%{expand:%%(sed "s!__LANG__!$lang!g" %{_sourcedir}/%{name}-template.in 2> /dev/null)}";\
	done\
	)
}

%prep
%setup -T -n %{name}-%{version} -c

for lang in %{langlist}; do\
  tar xf %{_sourcedir}/%{name}-$lang-%{version}.tar.xz;
done

%build
for lang in %{langlist}; do\
	pushd %{name}-$lang-%{version};
		%cmake_kde4;
		%make;
	popd;
done

%install
for lang in %{langlist}; do
	pushd %{name}-$lang-%{version};
		%makeinstall_std -C build;
	popd;
done

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8.5-2
+ Revision: 8037359
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 517 |14cr|camd-2.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define NAME		CAMD
%define major		%{version}
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:		camd
Version:	2.3.1
Release:	2
Epoch:		1
Summary:	Routines for permuting sparse matricies prior to factorization
Group:		System/Libraries
License:	LGPL
URL:		http://www.cise.ufl.edu/research/sparse/camd/
Source0:	http://www.cise.ufl.edu/research/sparse/camd/%{NAME}-%{version}.tar.gz
BuildRequires:	suitesparse-common-devel >= 4.0.0

%description
CAMD provides a set of routines for permuting sparse matricies prior
to factorization.

%package -n %{libname}
Summary:	Library of routines for permuting sparse matricies prior to factorization
Group:		System/Libraries

%description -n %{libname}
CAMD provides a set of routines for permuting sparse matricies prior
to factorization.

This package contains the library needed to run programs dynamically
linked against %{NAME}.

%package -n %{develname}
Summary:	C routines for permuting sparse matricies prior to factorization
Group:		Development/C
Requires:	suitesparse-common-devel >= 4.0.0
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
CAMD provides a set of routines for permuting sparse matricies prior
to factorization.

This package contains the files needed to develop applications which
use %{name}.

%prep
%setup -q -c -n %{name}-%{version}
cd %{NAME}
find . -perm 0640 | xargs chmod 0644
mkdir ../SuiteSparse_config
ln -sf %{_includedir}/suitesparse/SuiteSparse_config.* ../SuiteSparse_config

%build
cd %{NAME}
pushd Lib
    %make -f GNUmakefile CC=%__cc CFLAGS="%{optflags} -fPIC -I%{_includedir}/suitesparse" INC=
    %__cc -shared -Wl,-soname,lib%{name}.so.%{major} -o lib%{name}.so.%{version} -lm *.o
popd

%install
cd %{NAME}

%__install -d -m 755 %{buildroot}%{_libdir} 
%__install -d -m 755 %{buildroot}%{_includedir}/suitesparse 

for f in Lib/*.so*; do
    %__install -m 755 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Lib/*.a; do
    %__install -m 644 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Include/*.h; do
    %__install -m 644 $f %{buildroot}%{_includedir}/suitesparse/`basename $f`
done

%__ln_s lib%{name}.so.%{version} %{buildroot}%{_libdir}/lib%{name}.so

%__install -d -m 755 %{buildroot}%{_docdir}/%{name}
%__install -m 644 README.txt Doc/*.txt Doc/*.pdf Doc/ChangeLog Doc/License %{buildroot}%{_docdir}/%{name}

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_docdir}/%{name}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.3.1-2
+ Revision: c5f5ca9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 518 |14cr|camlgrenouille-1.28-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name camlgrenouille

%define version 1.28
%define release 6

%define title   Camlgrenouille
%define longtitle Broadband connection test program

Summary:        %longtitle
Name:           %name
Version:        %version
Release:        %release
License:        GPL
Group:          Networking/Other
Url:		http://devel.grenouille.com/Camlgrenouille.php

Source0:        http://devel.grenouille.com/pub/camlgrenouille/sources/%{name}-%{version}.tar.gz
# Make 3 icons %name-{16,32,48}.png and then tar cjf %name-icons.tar.bz2 *png
Source1:        %name-icons.tar.bz2
Source2:	%name-missing-files.tar.bz2

BuildRoot:      %_tmppath/%name-buildroot

Buildrequires: ocaml
Requires: rxvt

%description
This software is meant to test for your broadband connection,
and sends the results to www.grenouille.com

%prep
rm -rf $RPM_BUILD_ROOT
#unpack source, icons and missing files:
%setup -q -b2 -a1 -n %{name}-%{version}

%build
touch build_linux
make depend
make

%install
#installation des executables
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -D -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
install -D -m 755 camlgrenouille $RPM_BUILD_ROOT%{_bindir}/camlgrenouille
(cd $RPM_BUILD_ROOT%{_bindir}
 ln -s camlgrenouille grenouille )

#patch config
perl -pi -e 's#\./shell_ifconfig.sh#%{_sysconfdir}/%{name}/shell_ifconfig.sh#' user.config.linux

#installation des fichiers de config
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
install -D -m 644 user.config.linux $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/user.config
install -D -m 755 shell_ifconfig.sh $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/shell_ifconfig.sh

# icon
mkdir -p $RPM_BUILD_ROOT{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
install -D -m 644 %{name}-48.png $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
install -D -m 644 %{name}-32.png $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -D -m 644 %{name}-16.png $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png

# Menu
# Every entry must be changed according package specfications
# Pay attention to "section" "command" and "longtitle"

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{title}
Comment=%{longtitle}
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-Internet;
EOF

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README TODO
%doc script_demarrage.sh
%_bindir/*
%config(noreplace) %_sysconfdir/*
%{_datadir}/applications/mandriva-%{name}.desktop
%_miconsdir/%name.png
%_iconsdir/%name.png
%_liconsdir/%name.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.28-6
+ Revision: 508d437
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 519 |14cr|camlp5-6.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A preprocessor-pretty-printer of ocaml
Name:		camlp5
Version:	6.11
Release:	1
License:	BSD
Group:		Development/OCaml
Url:		http://pauillac.inria.fr/~ddr/camlp5
Source0:	http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-%{version}.tgz
Patch0:		camlp5-6.11-patch-6.07-1.patch
BuildRequires:	ocaml

%description
Camlp5 is a preprocessor-pretty-printer of ocaml.
It is the continuation of the classical Camlp4 with new features.

%files
%doc CHANGES DEVEL ICHANGES INSTALL LICENSE README UPGRADING doc/html
%{_libdir}/ocaml/camlp5
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
./configure \
	-bindir %{_bindir} \
	-libdir %{_libdir}/ocaml \
	-mandir %{_mandir}/man1
make
make world.opt

%install
make install \
	BINDIR=%{buildroot}%{_bindir} \
	LIBDIR=%{buildroot}%{_libdir}/ocaml \
	MANDIR=%{buildroot}%{_mandir}
install -m 644 etc/META %{buildroot}%{_libdir}/ocaml/camlp5/


%changelog
* Wed Aug 06 2014 abondrov <andrey.bondrov@rosalab.ru> 6.11-1
+ Revision: b09848d
- New version 6.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 520 |14cr|camorama-0.19-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		camorama
Summary:	A GNOME webcam application
Version:	0.19
Release:	9
License:	GPLv2
Group:		Video
URL:		http://camorama.fixedgear.org
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.desktop
Patch0:		camorama-0.19-fixes.patch
Patch1:		camorama-0.19-fix-vl4-header.patch
Patch2:		camorama-0.19-new-glib.patch
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	imagemagick
BuildRequires:	libv4l-devel
BuildRequires:	intltool
BuildRequires:	desktop-file-utils

%description
camorama is a program for controlling webcams. It is able to capture to various
image formats, as well as saving to a local dir or a FTP server on the web.
Right now you can change the video settings using the gui and apply some
filters.

%prep
%setup -q
%patch0 -p1 -b .fixes
%patch1 -p0 -b .v4l
%patch2 -p1 -b .glib

%build
%configure2_5x --disable-schemas-install
%make

%install
%makeinstall_std

# icon
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}
install -m644 pixmaps/camorama-webcam-16.png %{buildroot}%{_miconsdir}/%{name}.png
convert -sample 32x32 pixmaps/camorama.png %{buildroot}%{_iconsdir}/%{name}.png
install -m644 pixmaps/camorama.png %{buildroot}%{_liconsdir}/%{name}.png
cp -rf %{SOURCE1} %{buildroot}%{_datadir}/applications/

%{find_lang} %{name}

desktop-file-install --vendor="" \
	--dir %{buildroot}%{_datadir}/applications \
	--remove-category="Applications" \
	--remove-key="X-GNOME-Bugzilla-Component" \
	--remove-category="Graphics" \
	--add-category="Video" \
	--add-category="AudioVideo" \
	--add-category="GNOME" \
	%{buildroot}%{_datadir}/applications/*.desktop

%preun
%preun_uninstall_gconf_schemas camorama

%files -f %{name}.lang
%doc README COPYING ChangeLog NEWS AUTHORS
%{_bindir}/*
%{_sysconfdir}/gconf/schemas/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/camorama
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.19-9
+ Revision: 529a2f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 521 |14cr|candido-0.9.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname candido-engine

Name: 	 	candido
Summary: 	Candido GTK2 cairo theme
Version: 	0.9.1
Release: 	7
Source:		%{tarname}-%{version}.tar.bz2
Patch0:		candido-engine-0.9.1-glib-includes.patch
URL:		http://candido.berlios.de/
License:	GPL
Group:		Graphical desktop/GNOME
BuildRequires:	gtk2-devel

%description
The Candido engine is a cairo-based GTK2 engine for new thems.  
It's very fast and clean.

%prep
%setup -q -n %{tarname}-%{version}
%patch0 -p1

%build
%configure2_5x --enable-animation
%make										
%install
%makeinstall

%files
%defattr(-,root,root)
%doc AUTHORS COPYING CREDITS ChangeLog NEWS README
%{_libdir}/gtk-2.0/*/engines/libcandido.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-7
+ Revision: cb821de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 522 |14cr|candido-themes-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	candido-themes
%define version 1.0
%define release 6

%define themesdir %{_datadir}/themes

Summary:	  Themes for Candido
Name:    	  %{name}
Version: 	  %{version}
Release: 	  %{release}
Source0: 	  Candido-Calm.tar.bz2
Source1: 	  Candido-Candy.tar.bz2
Source2: 	  Candido-DarkOrange.tar.bz2
Source3: 	  Candido-Hybrid.tar.bz2
Source4: 	  Candido-NeoGraphite.tar.bz2
Source5: 	  Candido-Engine-Metacity.tar.bz2
Source6: 	  Candido-Engine-Xfwm4.tar.bz2
License: 	  GPL
Group: 		  Graphical desktop/GNOME
Url:   		  http://candido.berlios.de/
BuildRoot: 	  %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: 	  noarch
Requires: 	  candido

%description
Various GTK2, Metacity, and XFWM4 themes for the Candido GTK2.x engine.

%prep

%build

%install
%__rm -rf %{buildroot}
%__mkdir -p %{buildroot}%{themesdir}
%__tar jfx %SOURCE0 -C %{buildroot}%{themesdir}
%__tar jfx %SOURCE1 -C %{buildroot}%{themesdir}
%__tar jfx %SOURCE2 -C %{buildroot}%{themesdir}
%__tar jfx %SOURCE3 -C %{buildroot}%{themesdir}
%__tar jfx %SOURCE4 -C %{buildroot}%{themesdir}
%__tar jfx %SOURCE5 -C %{buildroot}%{themesdir}
%__tar jfx %SOURCE6 -C %{buildroot}%{themesdir}

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{themesdir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-6
+ Revision: 088f725
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 523 |14cr|canna-3.7p3-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define filever 37p3
%define	major	1
%define	libname	%mklibname canna %{major}

Name:		canna
Summary:	Japanese Kana-Kanji translation engine
Version:	3.7p3
Release:	18
License:	MIT
Group:		System/Internationalization
URL:		http://sourceforge.jp/projects/canna/
Source:		Canna%{filever}.tar.bz2
Source1:	canna.service
Source2:	canna-tmpfiles.conf
Patch1:		canna-3.7p1-config.patch
Patch2:		canna-3.7p1-buildfix.patch
Patch3:		canna-3.7p1-fix-str-fmt.patch
Requires:	locales-ja
BuildRequires:	imake

# this is for serviceadd, etc.
Requires(post): rpm-helper
Requires(preun): rpm-helper
# this is for useradd, groupadd, etc.
Requires(pre): rpm-helper
Requires(postun): rpm-helper

%description
Canna is a Japanese Kana-Kanji translation engine.


%package -n	%{libname}
Summary:	Canna libraries
Group:		System/Internationalization

%description -n	%{libname}
Canna libraries.

%package -n	%{libname}-devel
Summary:	Headers and libraries of Canna for development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{libname}-devel
Headers and libraries of Canna for development.


%prep
%setup -q -n Canna%{filever}
%patch1 -p0 -b .conf
%patch2 -p0 -b .build
%patch3 -p0 -b .str

%build
xmkmf
make canna EXTRA_LDOPTIONS="%{ldflags}" CCOPTIONS="%{optflags}"

%install
%makeinstall_std sysconfdir=%{buildroot}%{_sysconfdir} libCannaDir=%{_libdir}
mkdir -p %{buildroot}%{_unitdir}
install -p -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/canna.service

install -d -m 0755 %{buildroot}%{_sysconfdir}/tmpfiles.d
install -p -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf

%__install -d %{buildroot}%{_sysconfdir}/logrotate.d
cat << EOF > %{buildroot}%{_sysconfdir}/logrotate.d/canna
/var/log/canna/CANNA?msgs {
    notifempty
    missingok
}
EOF

%pre
%_pre_useradd canna %{_datadir}/canna /sbin/nologin

%post
if ! grep -q canna /etc/services
then
        echo "canna             5680/tcp" >>/etc/services
fi
%systemd_post canna.service

%preun
%systemd_preun canna.service

%postun
%systemd_postun_with_restart canna.service
%_postun_userdel canna

%files
%defattr(0755,root,root,0755)
%{_sbindir}/*
%{_bindir}/*
%{_unitdir}/*
%defattr(0644,root,root,0755)
%doc CHANGES.jp ChangeLog README README.jp WHATIS WHATIS.jp
%dir %{_var}/lib/canna
%config(noreplace) %{_sysconfdir}/logrotate.d/canna
%config(noreplace) %{_var}/lib/canna/default.canna
%config(noreplace) %{_sysconfdir}/tmpfiles.d/%{name}.conf
%{_var}/lib/canna/sample
%dir %attr(755,canna,canna) %{_var}/lib/canna/dic
%dir %attr(755,canna,canna) %{_var}/lib/canna/dic/canna
%attr(644,canna,canna) %config(noreplace) %{_var}/lib/canna/dic/*.cbp
%attr(644,canna,canna) %config(noreplace) %{_var}/lib/canna/dic/canna/*
%attr(755,canna,canna) %dir %{_var}/log/canna

%files -n %{libname}
%defattr(0755,root,root,0755)
%{_libdir}/*.so.*

%files -n %{libname}-devel
%defattr(0644,root,root,0755)
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7p3-18
+ Revision: 48e3da0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 524 |14cr|canonutil-0.07-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Maintenance tool for Canon inkjet printers
Name: 		canonutil
Version:	0.07
Release:	10
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://xwtools.automatix.de/
Source0: 	CanonUtil-%{version}.tar.bz2
Source1:	canonutil.png.bz2
Patch0:		canonuti-0.07-fltk-1.1.patch
BuildRequires:	imagemagick
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
ExclusiveArch:	%{ix86}

%description
CanonUtil does all needed maintenance tasks for Canon inkjet printers:

- Nozzle check page
- Nozzle cleaning
- Nozzle adjustment
- Printer reset
- Power saving control

%files
%doc CHANGES.txt LICENCE.txt README
# This should run SGID sys, so that it can access the printer device files
# when started by a normal user
%attr(2755,lp,sys) %{_bindir}/CanonUtil
%{_libdir}/CanonUtil
%{_datadir}/applications/canonutil.desktop
%{_datadir}/icons/*.png
%{_datadir}/icons/mini/*.png
%{_datadir}/icons/large/*.png

#----------------------------------------------------------------------------

%prep
%setup -q -n CanonUtil-%{version}
%patch0 -p1
bzcat %{SOURCE1} > icon.png

# Fix path for help file
perl -p -i -e 's:CanonUtil.html:/usr/lib/CanonUtil/CanonUtil.html:' CanonUtilFltkMw.cpp

#if [ -d /usr/lib64 ]; then
#  perl -p -i -e 's:lib:lib64:' configure
#fi

%build
./configure --prefix /usr

%make fltk

# convert icons to required format
convert icon.png -resize 32x32 canonutil.png
convert icon.png -resize 16x16 canonutil_mini.png
convert icon.png -resize 48x48 canonutil_large.png

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}

# The Makefile does not support DESTDIR
./configure --prefix %{buildroot}/usr

# We cannot SUID root the executable here, so de-activate appropriate lines
# in the Makefile
perl -p -i -e 's/chmod/:/' Makefile
perl -p -i -e 's/chown/:/' Makefile

%makeinstall install-fltk

# icons
install -d %{buildroot}%{_datadir}/icons
install -m 644 canonutil.png %{buildroot}%{_datadir}/icons/
install -d %{buildroot}%{_datadir}/icons/mini
install -m 644 canonutil_mini.png %{buildroot}%{_datadir}/icons/mini/canonutil.png
install -d %{buildroot}%{_datadir}/icons/large
install -m 644 canonutil_large.png %{buildroot}%{_datadir}/icons/large/canonutil.png

# menu stuff
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/canonutil.desktop
[Desktop Entry]
Type=Application
Exec=/usr/bin/CanonUtil
Name=CanonUtil
Comment=Maintenance tool for Canon inkjet printers
Categories=HardwareSettings;
Icon=canonutil
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.07-10
+ Revision: 225a7d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 525 |14cr|cantata-1.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Client for the Music Player Daemon (MPD)
Name:		cantata
Version:	1.3.3
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://code.google.com/p/cantata/
# NOTE:
# As of January 14th 2014, google code no longer allows adding new downloads. 
# Therefore, the google code download page has been replaced with this page. 
# New downloads (from 1.3.0 onwards) will be served from google drive.
# No longer direct link to the source.
Source0:	%{name}-%{version}.tar.bz2
Patch0:         cantata-1.3.3-locale.patch
BuildRequires:	cdparanoia
BuildRequires:	cdda-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libmusicbrainz5)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(speexdsp)
BuildRequires:	pkgconfig(taglib) >= 1.6
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	ffmpeg-devel
BuildRequires:  pkgconfig(QJson)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(taglib-extras)

Requires:	mpd
Requires:	oxygen-icon-theme
Suggests:	lame

%description
Cantata is a (yet another!) client for the music player daemon (MPD).
Originally started as a fork of QtMPC, the code is now *very* different. To be
true to QtMPCs origins, Cantata can be compiled with KDE support, or as a pure
Qt4 application (however, note that this is not fully tested). The interface
is very configurable - most views can be shown as either a list or tree
structure.

%files -f %{name}.lang
%doc AUTHORS ChangeLog LICENSE README TODO
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/solid/actions/cantata-play-audiocd.desktop
%{_kde_datadir}/%{name}
%{_kde_libdir}/%{name}
%{_kde_iconsdir}/hicolor/*/apps/%{name}.*
#------------------------------------------------------------------------------

%prep
%setup -q

%patch0 -p1

# Hack to fix install path for x86_64 build
# TODO report upstream for a fix -done.
sed -i s,lib/cantata,%{_lib}/cantata,g replaygain/CMakeLists.txt
sed -i s,lib/cantata,%{_lib}/cantata,g replaygain/albumscanner.cpp


%build
%cmake_kde4 
%make

%install
%makeinstall_std -C build

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-2
+ Revision: 20f54cf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 526 |14cr|canto-0.7.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define python_compile_opt python -O -c "import compileall; compileall.compile_dir('.')"
%define python_compile     python -c "import compileall; compileall.compile_dir('.')"

Name:		canto
Version:	0.7.10
Release:	4
Summary:	An Atom/RSS feed reader for the console
Group:		Networking/News
License:	GPLv2+
URL:		http://codezen.org/canto/
Source:		http://codezen.org/static/%{name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildRequires:	python-chardet
BuildRequires:	python-feedparser
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
Requires:	python-chardet
Requires:	python-feedparser
Requires:	xclip

%description
Canto is an Atom/RSS feed reader for the console that is meant to be quick,
concise, and colorful. It's meant to allow you to crank through feeds like
you've never cranked before by providing a minimal, yet information packed
interface. No navigating menus. No dense blocks of unreadable white text.
An interface with almost infinite customization and extensibility using the
excellent Python programming language.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --no-compile
dir -d %{buildroot}%{py_platsitedir}/%{name}
%python_compile_opt
%python_compile
install *.pyc *.pyo %{buildroot}%{py_platsitedir}/%{name}

%files
%doc ChangeLog COPYING README
%{py_platsitedir}/%{name}/*.py
%{py_platsitedir}/%{name}/*.pyc
%{py_platsitedir}/%{name}/*.pyo
%{py_platsitedir}/%{name}/cfg/*.py
%{py_platsitedir}/%{name}/widecurse.so
%{py_platsitedir}/Canto-%{version}-py%{py_ver}.egg-info
%{_bindir}/%{name}*
%{_datadir}/man/man1/%{name}*.1.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.10-4
+ Revision: ea6eb2e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 527 |14cr|capi4hylafax-01.02.03-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CAPI 2.0 Interface to Hylafax
Name:		capi4hylafax
Version:	01.02.03
Release:	11
License:	GPLv2+
Group:		Communications
Url:		http://capi4linux.thepenguin.de/
# http://mungo.homelinux.org/
# ftp://ftp.avm.de/tools/capi4hylafax.linux/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		capi4hylafax-01.02.03-mdk.diff
Patch1:		capi4hylafax-01.02.03-x86_64.diff
Patch2:		capi4hylafax-01.02.03-fix-str-fmt.patch
Patch3:		capi4hylafax-gcc48.diff
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	coreutils
BuildRequires:	isdn4k-utils-devel
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(libtiff-4)

%description
CAPI4HylaFAX provides the programs to make Hylafax compatible to
the CAPI 2.0 interface used by AVM ISDN cards.

%files
%doc AUTHORS COPYING ChangeLog *.html config.faxCAPI fritz_pic.tif sample_*
%attr(0755,uucp,uucp) %dir /var/spool/fax/etc
%config(noreplace) /var/spool/fax/etc/config.faxCAPI
%{_bindir}/capi4hylafax-faxaddmodem
%{_bindir}/c2faxrecv
%{_bindir}/c2faxsend

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .mdk
%patch1 -p0 -b .x86_64
%patch2 -p0 -b .str
%patch3 -p1 -b .gcc4.8

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# fix dir perms
find . -type d | xargs chmod 755

# fix file perms
find . -type f | xargs chmod 644

rm -f configure

%build
export WANT_AUTOCONF_2_5=1

%ifarch x86_64
export CXXFLAGS="%{optflags} -DC_PLATFORM_64"
%else
export CXXFLAGS="%{optflags}"
%endif

autoreconf -fi
%configure2_5x \
	--with-hylafax-spooldir=/var/spool/fax

%make

%install
%makeinstall_std

install -d %{buildroot}/var/spool/fax/etc
install -d %{buildroot}%{_bindir}

install -m0644 config.faxCAPI %{buildroot}/var/spool/fax/etc/
install -m755 src/scripts/setupconffile %{buildroot}%{_bindir}/capi4hylafax-faxaddmodem


%changelog
* Wed Aug 06 2014 abondrov <andrey.bondrov@rosalab.ru> 01.02.03-11
+ Revision: c60cff8
- Add patch to fix build with gcc 4.8+



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 528 |14cr|caprice32-4.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CaPriCe32 - Amstrad CPC Emulator
Name:		caprice32
Version:	4.2.0
Release:	5
#v2, except for cpc roms, which just are just allowed be distributed
License:	GPLv2+
Group:		Emulators
Url:		http://caprice32.sourceforge.net/
Source0:	%{name}-%{version}-src.tar.bz2
Source1:	%{name}.png
#this is the same icon as xcpc, but converted in png
Source2:	%{name}
Patch0:		caprice32-4.2.0-cflags.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)

%description
CaPriCe32 emulates the Amstrad CPC home computer models 464, 664 and 6128
faithfully on your PC. Detailed usage instructions can be found in the
included documentation.

%files
%doc README.txt
%attr(0755,root,root) %{_bindir}/cap32
%attr(0755,root,root) %{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_iconsdir}/*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -c -q
%patch0 -p1
perl -pi -e "s|\r\n|\n|g" README.txt

%build
%setup_compile_flags
%make -f makefile.unix RELEASE=true

%install
#binary
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 cap32 %{buildroot}%{_bindir}
#wrapper
install -m 755 %{SOURCE2} %{buildroot}%{_bindir}
#roms
install -d -m 755 %{buildroot}%{_datadir}/%{name}/rom
install -m 644 rom/* %{buildroot}%{_datadir}/%{name}/rom/
#config
install -m 644 cap32.cfg %{buildroot}%{_datadir}/%{name}/
#icon
install -d -m 755 %{buildroot}%{_iconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}/

#xdg menu
install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=CaPriCe32
Comment=Amstrad CPC Emulator
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.0-5
+ Revision: fb377c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 529 |14cr|caps-0.9.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package          %{nil}

Name: 	 	caps
Version: 	0.9.7
Release: 	2

Summary: 	Collection of plugins for LADSPA
URL:		http://quitte.de/dsp/
License:	GPLv2+
Group:		Sound
Source0:	http://quitte.de/dsp/%{name}_%{version}.tar.bz2
BuildRequires:	ladspa-devel
Requires:	ladspa

%description
CAPS, the C* Audio Plugin Suite, is a collection of refined LADSPA
audio plugins capable of (and mainly intended for) realtime operation.
The suite includes DSP units emulating instrument amplifiers,
stomp-box classics, versatile 'virtual analogue' oscillators, fractal
oscillation, reverb, equalization and more. 

%prep
%setup -q

%build
%make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" DEST=%{_libdir}/ladspa RDFDEST=%{_datadir}/ladspa/rdf
									
%install
%makeinstall DEST=%{buildroot}/%{_libdir}/ladspa RDFDEST=%{buildroot}%{_datadir}/ladspa/rdf

%files
%defattr(-,root,root)
%doc CHANGES README
%{_libdir}/ladspa/%{name}.so
%{_datadir}/ladspa/rdf/%{name}.rdf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.7-2
+ Revision: 7862df7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 530 |14cr|cardpics-0.4-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name cardpics
%define version 0.4
%define release 12

Summary: Some Card images
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: Games/Cards
Source: http://download.savannah.nongnu.org/releases/cardpics/%{name}-%{version}.tar.bz2
URL: http://www.nongnu.org/cardpics
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch

%description
Cardpics is a set of free cards sets.

If you are programming a card game and are looking for free cards, Cardpics was
made for you! Get a set of cards and include them in your project, as soon as
your project is free.

%description -l fr
Cardpics est un jeu de cartes. Pour viter l'ambiguit sur le terme "jeu",
disons que c'est un ensemble d'images de cartes  jouer.

Si vous programmez un jeu de cartes et avez besoin d'un jeu d'images de cartes
libres, Cardpics est fait pour vous! Rcuprez un jeu de ces cartes, et
incluez-le dans votre projet,  condition que votre projet soit libre.

%description -l es
Cardpics es una serie de juegos de cartas.

Si est programando un juego de cartas y est buscando cartas libres, Cardpics
fue hecho para usted! Obtenga un juego de cartas e inclyalas en su proyecto,
mientras que este sea libre.

%prep
%setup -q

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_datadir}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-12
+ Revision: 221bb2a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 531 |14cr|carmetal-3.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# At this moment (19.02.2012) it fails to run with OpenJDK
# so we require jre-sun (Sun JDK) instead of java and use it
# in wrapper script

Name:		carmetal
Version:	3.7.1
Release:	3
BuildArch:	noarch
URL:		http://db-maths.nuxit.net/CaRMetal/
Source0:	%{name}-%{version}.tar.bz2
Summary:	Dynamic geometry software with highly ergonomic UI
License:	LGPLv3
Group:		Sciences/Mathematics
Requires:	jre-openjdk >= 1.6.0

%description
Based on the C.a.R. (Compass and Ruler) project, CaRMetal includes
all of its functionalities - or almost. It propose a different approach
from the graphical interface point of view.

Here's the C.a.R. presentation:
 - Ruler and compass constructions can be changed by dragging one of the
basic construction points. The construction follows immediately. The
student can check the correctness of the construction and gain new
insight.
 - Tracks of points and animated constructions can help to understand
geometric relations. Tracks can be used as new objects to explore.
 - With the macros of C.a.R. very complicated constructions become
possible. Macros are also a way to organize the geometric thinking.
 - Hiding construction details and using colors make constructions
clearer to read. In C.a.R. lines and circles can also be reduced to the
relevant points.
 - Arithmetic computations, numerical solutions, curves and functions
go beyond classical constructions. It is even possible to construct in 3D
using advanced macros.
 - Other geometries, hyperbolic or elliptic, can be explored.

%prep
%setup -q

%install
%__rm -f uninstall
%__rm -f CaRMetalUninstall.png
%__rm -f CaRMetal.desktop

%__install -d %{buildroot}%{_bindir}
%__install -d %{buildroot}%{_datadir}/%{name}
%__install -d %{buildroot}%{_datadir}/pixmaps

cp -r ./* %{buildroot}%{_datadir}/%{name}/
%__install -m 644 CaRMetal.png %{buildroot}%{_datadir}/pixmaps/CaRMetal.png

# wrapper script
%__cat > %{buildroot}%{_bindir}/carmetal << EOF
#!/bin/sh
env AWT_TOOLKIT="MToolkit" java -jar -Xmx256m /usr/share/%{name}/CaRMetal.jar
EOF

%__chmod 0755 %{buildroot}%{_bindir}/carmetal

# xdg menu
%__mkdir_p %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Version=1.0
Type=Application
Name=CaRMetal
Comment=Dynamic mathematics for schools
Icon=CaRMetal
Exec=carmetal
Categories=Math;Science;Education;
StartupNotify=false
Terminal=false
EOF


%files
%{_bindir}/carmetal
%{_datadir}/pixmaps/CaRMetal.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.1-3
+ Revision: 4b336c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 532 |14cr|carpm-2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		carpm
Summary:	Script to help rpm's managing in command-line
Version:	2.2
Release:	5
Source0:	%{name}-%{version}.tar.bz2
License:	GPLv3
Group:		System/Configuration/Packaging
URL:		http://carpm.sourceforge.net
BuildRequires:	bash
Requires:	rpm
Requires:	urpmi  
Requires:	bash
BuildArch:  noarch

%description
Carpm is a script, a text tool for help you to managing your rpm and your rpm
database.

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 %name %{buildroot}/%{_bindir}


%files
%doc INSTALL COPYING
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-5
+ Revision: bb2d967
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 533 |14cr|catcodec-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		catcodec
Version:	1.0.5
Release:	2
Summary:	Sample catalog decoder and encoder for OpenTTD
Group:		Development/Other
License:	GPLv2+
URL:		http://www.openttd.org/en/download-catcodec
Source0:	http://binaries.openttd.org/extra/%{name}/%{version}/%{name}-%{version}-source.tar.xz
Patch0:		catcodec-1.0.2-fix_linking_order.patch

%description
catcodec decodes and encodes sample catalogs for OpenTTD. These sample
catalogs are not much more than some meta-data (description and file name)
and raw PCM data.

%prep
%setup -q
%patch0 -p0

%build
cat << EOF >> Makefile.local
VERBOSE=1
CXXFLAGS=%{optflags}
LDFLAGS=%{ldflags}
prefix=%{_prefix}
DO_NOT_INSTALL_DOCS=1
DO_NOT_INSTALL_LICENSE=1
DO_NOT_INSTALL_CHANGELOG=1
EOF

%make VERBOSE=1

%install
%makeinstall_std

%files
%doc docs/readme.txt
%{_bindir}/*
%{_mandir}/man1/%{name}*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-2
+ Revision: dd0473f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 534 |14cr|catdoc-0.94.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name catdoc
%define version 0.94.2
%define release 2

Summary: Converts MS-Word file to text
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://ftp.wagner.pp.ru/pub/catdoc/%{name}-%{version}.tar.gz
Source1: test-catdoc.tar.bz2
Source2: catdoc-charset-from-glibc-charmap.pl
Patch0: catdoc-0.93.4-mandir.patch
Patch1: catdoc-0.93.4-setvbuf-is-dangerous.patch
Patch2: catdoc-0.93.4-cmd-end-of-line-ends-paragraph.patch
License: GPL
Group: Office
URL: http://vitus.wagner.pp.ru/software/catdoc/
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: glibc-i18ndata
Requires: tk

%description 
CATDOC is program which reads MS-Word file and prints readable
ASCII text to stdout, just like Unix cat command.
It also able to produce correct escape sequences if some UNICODE
charachers have to be represented specially in your typesetting system
such as (La)TeX.

It features runtime configuration, proper charset handling,
user-definable output formats and support
for Word97 files, which contain UNICODE internally.

%prep

%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%configure2_5x --with-install-root="$RPM_BUILD_ROOT" --with-input=cp1252 --with-output=8859-1
%make

zcat /usr/share/i18n/charmaps/MACINTOSH.gz | perl %{SOURCE2} > charsets/cp10000.txt

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/catdoc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.94.2-2
+ Revision: d2080f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 535 |14cr|CBFlib-0.9.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname cbf %{major}
%define develname %mklibname cbf -d

Summary: Crystallographic Binary File and Image Library
Name:    CBFlib
Version: 0.9.2.3
Release: 3
# library files (*.so*) are LGPLv2+, all else is GPLv2+
License: GPLv2+ and (GPLv2+ or LGPLv2+)
Group:   System/Libraries
URL:     http://www.bernstein-plus-sons.com/software/CBF
Source0: http://downloads.sourceforge.net/cbflib/%{name}-%{version}.tar.gz
BuildRequires: gcc-gfortran

%description
CBFlib (Crystallographic Binary File library) is a library of ANSI-C
functions providing a simple mechanism for accessing Crystallographic
Binary Files (CBF files) and Image-supporting CIF (imgCIF) files. The
CBFlib API is loosely based on the CIFPARSE API for mmCIF files. Like
CIFPARSE, CBFlib does not perform any semantic integrity checks;
rather it simply provides functions to create, read, modify and write
CBF binary data files and imgCIF ASCII data files.

%package -n %{libname}
Summary:        The CBFlib shared library
Group:          System/Libraries
Requires:       %{name}

%description -n %{libname}
The CBFlib shared library.

%package -n %{develname}
Summary:  Header files and library for developing programs with cbf
Requires: %{libname} = %{EVRD}
Provides: %{name}-devel
Group:    Development/Other

%description -n %{develname}
This package contains libraries and header files needed for program
development using the crystallographic binary file and image library.

%prep
%setup -q

# various cleanups
iconv -f iso8859-15 -t utf-8 doc/cif_img_1.5.3_8Jul07.dic > doc/cif_img_1.5.3_8Jul07.dic.conv && mv -f doc/cif_img_1.5.3_8Jul07.dic.conv doc/cif_img_1.5.3_8Jul07.dic 
rm doc/.symlinks
rm doc/.undosymlinks
chmod 644 examples/*.c

%build
cd src
gcc -fPIC -DCBF_DONT_USE_LONG_LONG -D_USE_XOPEN_EXTENDED %{optflags} -c *.c ../examples/img.c -I../include/ -I../examples/
gcc -shared -Wl,-soname,libcbf.so.0 -o libcbf.so.0.0.0 *.o -lm
rm *.o
gfortran -fPIC -fno-range-check %{optflags} -c *.f90 -I../include/
gfortran -shared -Wl,-soname,libfcb.so.0 -o libfcb.so.0.0.0 *.o

cd ../examples
utilsublist="adscimg2cbf
cbf2adscimg
adscimg2cbf"
for i in $utilsublist; do
  gcc %{optflags} ${i}.c ${i}_sub.c -I../include ../src/libcbf.so.0.0.0 -o ${i}
done
utillist="convert_image
convert_minicbf
makecbf
img2cif
cif2cbf
cif2c"
for i in $utillist; do
  gcc %{optflags} ${i}.c -I../include ../src/libcbf.so.0.0.0 -o ${i} -lm
done

%install
# make install DESTDIR=%{buildroot} INSTALL='install -p'

mkdir -p %{buildroot}%{_libdir}
install -p -m 644 src/*.so* %{buildroot}%{_libdir}/
pushd %{buildroot}%{_libdir}
chmod +x libcbf.so.0.0.0
ln -sf libcbf.so.0.0.0 libcbf.so.0
ln -sf libcbf.so.0.0.0 libcbf.so
chmod +x libfcb.so.0.0.0
ln -sf libfcb.so.0.0.0 libfcb.so.0
ln -sf libfcb.so.0.0.0 libfcb.so
popd

mkdir -p %{buildroot}%{_bindir}
utilsublist="adscimg2cbf
cbf2adscimg
adscimg2cbf"
for i in $utilsublist; do
  install -p -m 755 examples/${i} %{buildroot}%{_bindir}/
done
utillist="convert_image
convert_minicbf
makecbf
img2cif
cif2cbf
cif2c"
for i in $utillist; do
  install -p -m 755 examples/${i} %{buildroot}%{_bindir}/
done

mkdir -p %{buildroot}%{_includedir}/cbf
install -p -m 644 include/* %{buildroot}%{_includedir}/cbf/
install -p -m 644 examples/img.h %{buildroot}%{_includedir}/cbf/

%files
%doc README doc/gpl.txt
# GPLv2+
%{_bindir}/adscimg2cbf
%{_bindir}/cbf2adscimg
%{_bindir}/convert_image
%{_bindir}/convert_minicbf
%{_bindir}/makecbf
%{_bindir}/img2cif
%{_bindir}/cif2cbf
%{_bindir}/cif2c

%files -n %{libname}
# LGPLv2+
%{_libdir}/libcbf.so.%{major}*
%{_libdir}/libfcb.so.%{major}*

%files -n %{develname}
# GPLv2+
%doc doc
# LGPLv2+
%{_libdir}/libcbf.so
%{_libdir}/libfcb.so
# GPLv2+
%{_includedir}/cbf

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2.3-3
+ Revision: dba98c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 536 |14cr|cboard-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		cboard
Version:	0.7.1
Release:	2
Summary:	Console frontend of gnuchess
License:	GPLv2
Group:		Games/Boards
URL:		http://benkibbey.wordpress.com/cboard/
Source0:	http://sourceforge.net/projects/c-board/files/0.7.1/%{name}-%{version}.tar.bz2
Patch0:		cboard-0.6-mode.patch
BuildRequires:	pkgconfig(ncursesw)
Requires:	gnuchess

%description
CBoard is a console frontend to GNU Chess, using the ncurses library for
the interface. It can edit PGN tags, annotate moves with NAG, and more.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_mandir}/man?/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-2
+ Revision: 3f5206e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 537 |14cr|ccd2cue-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ccd2cue
Summary:	CCD to CUE converter
Version:	0.3
Release:	2
License:	GPLv3
Group:		Archiving/Cd burning
Url:		https://ftp.gnu.org/gnu/ccd2cue
Source:		https://ftp.gnu.org/gnu/ccd2cue/%{name}-%{version}.tar.gz
Patch0:		ccd2cue-0.3-strformat.patch
BuildRequires:  glibc-devel

%description
GNU ccd2cue is a CCD sheet to CUE sheet converter.  It supports the full
extent of CUE sheet format expressiveness, including mixed-mode discs
and CD-Text meta-data.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/*
%{_infodir}/*
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: 860e651
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 538 |14cr|ccd2iso-0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CloneCD image to ISO image file converter
Name:		ccd2iso
Version:	0.3
Release:	8
License:	GPLv2+
Group:		Archiving/Cd burning
Url:		http://sourceforge.net/projects/ccd2iso/
Source0:	http://ovh.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2

%description
CloneCD is an image to ISO image file converter.

%files
%doc README INSTALL AUTHORS
%{_bindir}/ccd2iso

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3-8
+ Revision: 40b044b
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 539 |14cr|cciss_vol_status-1.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	HP Smart Array Status Display
Name:		cciss_vol_status
Version:	1.11
Release:        2
Group:		System/Kernel and hardware
License:	GPLv2
Source0:	https://sourceforge.net/projects/cciss/files/cciss_vol_status/%{name}-%{version}.tar.gz
BuildRequires:	kernel-source
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Show status of logical drives attached to HP Smart Array controllers.

%prep

%setup -q

%build
autoreconf -fis

%configure2_5x

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8

install -m0755 cciss_vol_status %{buildroot}%{_sbindir}/
install -m0644 cciss_vol_status.8 %{buildroot}%{_mandir}/man8/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog AUTHORS
%{_sbindir}/cciss_vol_status
%{_mandir}/man8/cciss_vol_status.8*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.11-2
+ Revision: 94ee483
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 540 |14cr|cclive-0.7.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for downloading media from YouTube and similar websites
Name:		cclive
Version:	0.7.9
Release:	4
License:	GPLv3+
Url:		http://cclive.sourceforge.net/
Group:		Networking/WWW
Source0:	http://sourceforge.net/projects/cclive/files/0.7/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libquvi)
BuildRequires:	pcre-devel
BuildRequires:	curl-devel
BuildRequires:	boost-devel

%description
A tool for downloading media from YouTube and similar websites.
It has a low memory footprint compared to other existing tools.

Features:
- Retries interrupted downloads automatically
- Runs as a background process if preferred
- Use video ID, title, etc. in filenames
- Supports many (40+) websites, see quvi
- Configuration file support
- Bandwidth throttle

%prep
%setup -q

%build
%configure2_5x

%install
%makeinstall_std

%files
%doc README NEWS COPYING ChangeLog
%{_bindir}/%{name}
%{_mandir}/*/%{name}.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.9-4
+ Revision: a042ac0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 541 |14cr|ccolamd-2.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define NAME		CCOLAMD
%define major		%{version}
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:		ccolamd
Version:	2.8.0
Release:	2
Epoch:		1
Summary:	Routines for computing column approximate minimum degree ordering
Group:		System/Libraries
License:	LGPL
URL:		http://www.cise.ufl.edu/research/sparse/ccolamd/
Source0:	http://www.cise.ufl.edu/research/sparse/ccolamd/%{NAME}-%{version}.tar.gz
BuildRequires:	suitesparse-common-devel >= 4.0.0

%description
The CCOLAMD column approximate minimum degree ordering algorithm computes
a permutation vector P such that the LU factorization of A (:,P)
tends to be sparser than that of A.  The Cholesky factorization of
(A (:,P))'*(A (:,P)) will also tend to be sparser than that of A'*A.

%package -n %{libname}
Summary:	Library of routines for computing column approximate minimum degree ordering
Group:		System/Libraries

%description -n %{libname}
The CCOLAMD column approximate minimum degree ordering algorithm computes
a permutation vector P such that the LU factorization of A (:,P)
tends to be sparser than that of A.  The Cholesky factorization of
(A (:,P))'*(A (:,P)) will also tend to be sparser than that of A'*A.

This package contains the library needed to run programs dynamically
linked against %{NAME}.

%package -n %{develname}
Summary:	C routines for computing column approximate minimum degree ordering
Group:		Development/C
Requires:	suitesparse-common-devel >= 4.0.0
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
The CCOLAMD column approximate minimum degree ordering algorithm computes
a permutation vector P such that the LU factorization of A (:,P)
tends to be sparser than that of A.  The Cholesky factorization of
(A (:,P))'*(A (:,P)) will also tend to be sparser than that of A'*A.

This package contains the files needed to develop applications which
use %{name}.

%prep
%setup -q -c -n %{name}-%{version}
cd %{NAME}
find . -perm 0640 | xargs chmod 0644
mkdir ../SuiteSparse_config
ln -sf %{_includedir}/suitesparse/SuiteSparse_config.* ../SuiteSparse_config

%build
cd %{NAME}
pushd Lib
    %make -f Makefile CC=%__cc CFLAGS="%{optflags} -fPIC -I%{_includedir}/suitesparse" INC=
    %__cc -shared -Wl,-soname,lib%{name}.so.%{major} -o lib%{name}.so.%{version} -lm *.o
popd

%install
cd %{NAME}

%__install -d -m 755 %{buildroot}%{_libdir} 
%__install -d -m 755 %{buildroot}%{_includedir}/suitesparse 

for f in Lib/*.so*; do
    %__install -m 755 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Lib/*.a; do
    %__install -m 644 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Include/*.h; do
    %__install -m 644 $f %{buildroot}%{_includedir}/suitesparse/`basename $f`
done

%__ln_s lib%{name}.so.%{version} %{buildroot}%{_libdir}/lib%{name}.so

%__install -d -m 755 %{buildroot}%{_docdir}/%{name}
%__install -m 644 README.txt Doc/*.txt Doc/ChangeLog %{buildroot}%{_docdir}/%{name}

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_docdir}/%{name}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.8.0-2
+ Revision: 034733c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 542 |14cr|ccrtp-2.0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Common C++ RTP stack
Name:		ccrtp
Version:	2.0.9
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.gnu.org/software/ccrtp/
Source0:	ftp://ftp.gnu.org/pub/gnu/ccrtp/%{name}-%{version}.tar.gz
BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:	pkgconfig(libccgnu2)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(ucommon)

%description
Common C++ RTP stack.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%{_libdir}/libccrtp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libccrtp.so
%{_libdir}/pkgconfig/*.pc
%{_infodir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CXXFLAGS="-fpermissive %{optflags}"
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Wed Aug 06 2014 abondrov <andrey.bondrov@rosalab.ru> 2.0.9-1
+ Revision: 183c591
- New version 2.0.9, new library major 2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 543 |14cr|ccsm0.8-0.8.8-0.20130330.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ccsm
%define oversion 0.8

%define git 20130330

%if  %{git}
%define srcname %{oname}-compiz-%{oversion}.tar.bz2
%define distname %{oname}-compiz-%{oversion}
%define rel 0.%{git}.1
%else
%define srcname %{name}-%{version}.tar.bz2
%define distname %{name}-%{version}
%define rel 1
%endif

Name:		%{oname}%{oversion}
Version:	0.8.8
Release:	%{rel}
Summary:	Compiz Config Settings Manager
Group:		System/X11
License:	GPL
URL:		http://www.compiz-fusion.org/
Source:		http://cgit.compiz.org/compiz/compizconfig/ccsm/snapshot/%{srcname}
BuildRequires:	compiz0.8-devel
BuildRequires:	python-compizconfig0.8
BuildRequires:	pygtk2.0-devel
BuildRequires:	intltool
BuildRequires:	desktop-file-utils

Requires:	python-compizconfig0.8
Requires:	pygtk2.0
Suggests:	python-sexy
Conflicts:	%{oname} > 0.9

BuildArch:	noarch

%description
Configuration tool for Compiz when used with the ccp configuration
plugin (default).

#----------------------------------------------------------------------------

%prep
%setup -q -n %{distname}

%build
python setup.py build --prefix=%{_prefix}

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

rm -f %{buildroot}%{py_puresitedir}/*.egg-info

%find_lang %{oname}

desktop-file-install \
  --vendor="" \
  --remove-category="Compiz" \
  --add-category="GTK" \
  --add-category="Settings" \
  --add-category="DesktopSettings" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/%{oname}.desktop

%files -f %{oname}.lang
%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/%{oname}
%{_iconsdir}/hicolor/*/apps/%{oname}.*
%dir %{py_puresitedir}/ccm
%{py_puresitedir}/ccm/*.py


%changelog
* Fri Apr 12 2013 Rosa <rosa@abf.rosalinux.ru> 0.8.8-0.20130330.1
+ Revision: 0241772
- Automatic import for version 0.8.8-0.20130330.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 544 |14cr|cdb-0.75-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Constant DataBase
Name:		cdb
Version:	0.75
Release:	2
License:	Public Domain
Group:		Databases
Url:		http://cr.yp.to/cdb.html
Source0:	%{name}-%{version}.tar.gz
Patch0:		cdb-0.75-errno.patch
Patch1:		cdb-0.75-stdint.patch
Obsoletes:	cdb-devel < 0.75

%description
cdb is a fast, reliable, lightweight package for creating and reading
constant databases.

%files
%doc README TODO
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
sed -i -e 's/head -1/head -n 1/g' Makefile

%build
echo "gcc %{optflags}">conf-cc
echo "gcc %{ldflags}">>conf-ld
make

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}
install -m 755 cdbdump %{buildroot}%{_bindir}/
install -m 755 cdbget %{buildroot}%{_bindir}/
install -m 755 cdbmake %{buildroot}%{_bindir}/
install -m 755 cdbmake-12 %{buildroot}%{_bindir}/
install -m 755 cdbmake-sv %{buildroot}%{_bindir}/
install -m 755 cdbstats %{buildroot}%{_bindir}/
install -m 755 cdbtest %{buildroot}%{_bindir}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.75-2
+ Revision: 4f1ae4a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 545 |14cr|cdd-0.61a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		cdddir		%{_datadir}/cdd
%define		cdd_version	0.61a
%define		cddxx_version	0.77a
%define		cddlib_version	0.94f
%define		libname		cddlib-devel

Name:		cdd
Group:		Sciences/Mathematics
License:	GPL
Summary:	Implementation of the Double Description Method of Motzkin et al
Version:	%{cdd_version}
Release:	6
Source0:	ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/cdd-061a.tar.gz
Source1:	ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/cdd+-077a.tar.gz
Source2:	ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/cddlib-094f.tar.gz
Source3:	cdd_both_reps.c
URL:		http://www.ifor.math.ethz.ch/~fukuda/cdd_home/index.html

Patch0:		cdd-g++4.2.patch
Patch1:		cdd-sagemath.patch

BuildRequires:	gmp-devel

%description
The program cdd is a C implementation of the Double Description
Method of Motzkin et al. for generating all vertices (i.e. extreme points)
and extreme rays of a general convex polyhedron in R^d given by a system
of linear inequalities:

   P = { x :  A  x  <=  b }

where  A  is an m x d real matrix and b is a real m dimensional vector.
The program can be used for the reverse operation (i.e. convex hull
computation).  This means that  one can move back and forth between 
an inequality representation  and a generator (i.e. vertex and ray) 
representation of a polyhedron with cdd.  Also, cdd can solve a linear
programming problem, i.e. a problem of maximizing and minimizing 
a linear function over P.

########################################################################
%package	-n cdd+
Group:		Sciences/Mathematics
Summary:	Implementation of the Double Description Method of Motzkin et al
Version:	%{cddxx_version}
Requires:	%{name}

%description	-n cdd+
The program cdd+ is a C++ implementation of the Double Description 
Method of Motzkin et al. for generating all vertices (i.e. extreme points)
and extreme rays of a general convex polyhedron in R^d given by a system 
of linear inequalities:

   P = { x :  A  x  <=  b }

where  A  is an m x d real matrix and b is a real m dimensional vector.
The program can be used for the reverse operation (i.e. convex hull
computation) if one run cdd with "hull" option.  This means that 
one can move back and forth between an inequality representation 
and a generator (i.e. vertex and ray) representation of a polyhedron
with cdd+.  Also, cdd+ can solve a linear programming problem, i.e.
a problem of maximizing and minimizing a linear function over P.

########################################################################
%package	-n %{libname}
Group:		Development/C
Summary:	Implementation of the Double Description Method of Motzkin et al
Version:	%{cddlib_version}

%description	-n %{libname}
The C-library cddlib is a C implementation of the Double Description 
Method of Motzkin et al. for generating all vertices (i.e. extreme points)
and extreme rays of a general convex polyhedron in R^d given by a system 
of linear inequalities:

   P = { x=(x1, ..., xd)^T :  b - A  x  >= 0 }

where  A  is a given m x d real matrix, b is a given m-vector 
and 0 is the m-vector of all zeros.

########################################################################
%prep
%setup -q -D -c cdd -a0 -a1 -a2

pushd cddlib-094f
  cp %{SOURCE3} src
  cd src-gmp
  ln -sf ../src/cdd_both_reps.c .
popd

%patch0	-p1
%patch1	-p1

%build
pushd cddlib-094f
  autoreconf -ifs
  %configure --bindir=%{cdddir}/bin --includedir=%{_includedir}/%{name}
  %make gmpdir=%{_prefix}
popd

pushd cdd-061
  make CC=gcc all
  pushd utility
    make CC=gcc CFLAGS="%{optflags} -lm" all
  popd
popd

pushd cdd+-077a
  make					\
	CC=g++				\
	LIBDIR=%{_libdir}		\
	GMPLIBDIR=%{_libdir}		\
	GMPINCLUDEDIR=%{_includedir}	\
	OPTFLAGS="%{optflags}"		\
	all
popd

########################################################################
%install
mkdir -p %{buildroot}/%{cdddir}/bin

pushd cddlib-094f
  %makeinstall_std
  mkdir -p %{buildroot}/%{_docdir}/%{name} %{buildroot}/%{cdddir}/bin
  cp -fa src/cdd_both_reps src-gmp/cdd_both_reps_gmp 
  cp -fa doc/cddlibman.{dvi,pdf,ps} %{buildroot}/%{_docdir}/%{name}
  cp -fa examples{,-ext,-ine{,3d}}/ %{buildroot}/%{cdddir}
  cp -fa README %{buildroot}/%{_docdir}/%{name}/README.cddlib
popd

pushd cdd-061
  cp -fa cdd dplex_test utility/{delaunay,rlp,voronoi} %{buildroot}/%{cdddir}/bin
  cp -far ext/ ine/ %{buildroot}/%{cdddir}
  cp -fa cdd.readme %{buildroot}/%{_docdir}/%{name}
popd

pushd cdd+-077a
  cp -fa cddf+ cddr+ get_essential %{buildroot}/%{cdddir}/bin
  # Several files are duplicated from cdd-061
  cp -far ext/* %{buildroot}/%{cdddir}/ext
  cp -far ine/* %{buildroot}/%{cdddir}/ine
  cp -fa README.cdd+* cddman.dvi %{buildroot}/%{_docdir}/%{name}
popd

find %{buildroot} -type d -exec chmod a+x {} \;
find %{buildroot} -type f -exec chmod a+r {} \;

########################################################################
%files
%dir %{cdddir}
%dir %{cdddir}/bin
%{cdddir}/bin/cdd
%{cdddir}/bin/cdd_both_reps
%{cdddir}/bin/cdd_both_reps_gmp
%{cdddir}/bin/dplex_test
%{cdddir}/bin/delaunay
%{cdddir}/bin/rlp
%{cdddir}/bin/voronoi
%dir %{cdddir}/ext
%{cdddir}/ext/ccc4.ext
%{cdddir}/ext/ccc5.ext
%{cdddir}/ext/ccc6.ext
%{cdddir}/ext/ccc7.ext
%{cdddir}/ext/ccp4.ext
%{cdddir}/ext/ccp5.ext
%{cdddir}/ext/ccp6.ext
%{cdddir}/ext/ccp7.ext
%{cdddir}/ext/irbox200-4.ext
%{cdddir}/ext/irbox20-4.ext
%{cdddir}/ext/prodst62.ext
%{cdddir}/ext/reg24-5.ext
%{cdddir}/ext/reg600-5.ext
%{cdddir}/ext/verifyinput1.ext
%dir %{cdddir}/ine
%{cdddir}/ine/cross10.ine
%{cdddir}/ine/cross12.ine
%{cdddir}/ine/cross6.ine
%{cdddir}/ine/cross8.ine
%{cdddir}/ine/cube10.ine
%{cdddir}/ine/cube12.ine
%{cdddir}/ine/cube14.ine
%{cdddir}/ine/cube16.ine
%{cdddir}/ine/cube6.ine
%{cdddir}/ine/cube8.ine
%{cdddir}/ine/ex1.ine
%{cdddir}/ine/findinter.ine
%{cdddir}/ine/infeas.ine
%{cdddir}/ine/integralpoints.ine
%{cdddir}/ine/lpmaxtest.ine
%{cdddir}/ine/lpmintest.ine
%{cdddir}/ine/lptableau.ine
%{cdddir}/ine/mit729-9.ine
%{cdddir}/ine/nonfull.ine
%{cdddir}/ine/origin.ine
%{cdddir}/ine/partialtest1.ine
%{cdddir}/ine/partialtest2.ine
%{cdddir}/ine/prodmT5.ine
%{cdddir}/ine/projtest.ine
%{cdddir}/ine/ucube.ine
%{cdddir}/ine/verifyinput2.ine
%doc %dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/cdd.readme

%files		-n cdd+
%defattr(-,root,root,-)
%dir %{cdddir}
%{cdddir}/bin/cddf+
%{cdddir}/bin/cddr+
%{cdddir}/bin/get_essential
%{cdddir}/ext/accuracy.ext
%{cdddir}/ext/cyclic10-4.ext
%{cdddir}/ext/cyclic12-6.ext
%{cdddir}/ext/cyclic14-8.ext
%{cdddir}/ext/cyclic16-10.ext
%{cdddir}/ext/postcdd.ext
%{cdddir}/ext/vertextest.ext
%{cdddir}/ine/facettest1.ine
%{cdddir}/ine/facettest2.ine
%{cdddir}/ine/kkd18_4.ine
%{cdddir}/ine/kkd27_5.ine
%{cdddir}/ine/kkd38_6.ine
%{cdddir}/ine/multiplerows.ine
%{cdddir}/ine/rational.ine
%{cdddir}/ine/topetest1.ine
%{cdddir}/ine/topetest2.ine
%{cdddir}/ine/topetest3.ine
%doc %{_docdir}/%{name}/cddman.dvi
%doc %{_docdir}/%{name}/README.cdd+*

%files		-n %{libname}
%defattr(-,root,root,-)
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/libcdd.a
%{_libdir}/libcddgmp.a
%{cdddir}/bin/adjacency
%{cdddir}/bin/adjacency_gmp
%{cdddir}/bin/allfaces
%{cdddir}/bin/allfaces_gmp
%{cdddir}/bin/fourier
%{cdddir}/bin/fourier_gmp
%{cdddir}/bin/lcdd
%{cdddir}/bin/lcdd_gmp
%{cdddir}/bin/projection
%{cdddir}/bin/projection_gmp
%{cdddir}/bin/redcheck
%{cdddir}/bin/redcheck_gmp
%{cdddir}/bin/scdd
%{cdddir}/bin/scdd_gmp
%{cdddir}/bin/testcdd1
%{cdddir}/bin/testcdd1_gmp
%{cdddir}/bin/testcdd2
%{cdddir}/bin/testcdd2_gmp
%{cdddir}/bin/testlp1
%{cdddir}/bin/testlp1_gmp
%{cdddir}/bin/testlp2
%{cdddir}/bin/testlp2_gmp
%{cdddir}/bin/testlp3
%{cdddir}/bin/testlp3_gmp
%{cdddir}/bin/testshoot
%{cdddir}/bin/testshoot_gmp
%dir %{cdddir}/examples
%{cdddir}/examples/*
%dir %{cdddir}/examples-ext
%{cdddir}/examples-ext/*
%dir %{cdddir}/examples-ine
%{cdddir}/examples-ine/*
%dir %{cdddir}/examples-ine3d
%{cdddir}/examples-ine3d/*
%doc %{_docdir}/%{name}/cddlibman.*
%doc %{_docdir}/%{name}/README.cddlib



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.61a-6
+ Revision: 30afd9a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 546 |14cr|cddetect-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for detecting the type of a CD/DVD without mounting it
Name:		cddetect
Version:	2.1
Release:	3
License:	GPLv2+
Group:		Archiving/Cd burning
Url:		http://www.bellut.net/projects.html
Source0:	http://www.bellut.net/files/%{name}-%{version}.tar.bz2

%description
This program tries to detect the type of a CD/DVD without mounting it.
It detects audio, ISO, VCD, SVCD and Video-DVD.

%files
%doc COPYING
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
sed -i -e '1i#include <limits.h>' %{name}.c || die
%make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
install -D %{name} %{buildroot}%{_bindir}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-3
+ Revision: 6ddcd9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 547 |14cr|cd-discid-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		cd-discid
Version:	1.3
Release:	2
Summary:	Utility to get CDDB discid information
Group:		File tools
License:	GPLv2+
URL:		https://github.com/taem/cd-discid
Source0:	http://linukz.org/download/%{name}-%{version}.tar.gz

%description
cd-discid is a backend utility to get CDDB discid information for a
CD-ROM disc.  It was originally designed for cdgrab (now abcde), but
can be used for any purpose requiring CDDB data.

%prep
%setup -q -n taem-%{name}-157505f

%build
%make

%install
%makeinstall_std

%files
%doc changelog COPYING README
%{_bindir}/cd-discid
%{_mandir}/man1/cd-discid.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-2
+ Revision: 5d8dc94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 548 |14cr|cdecl-2.5-32
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Programs for encoding and decoding C and C++ function declarations
Name:		cdecl
Version:	2.5
Release:	32
License:	Distributable
Group:		Development/C
Source0:	%{name}-%{version}.tar.bz2
Url:		ftp://sunsite.unc.edu/pub/Linux/devel/lang/c/
Patch0:		cdecl-2.5-readline6.3.patch
Patch1:		cdecl-2.5-fix-conflicts.patch
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	readline-devel
BuildRequires:	termcap-devel

%description
The cdecl package includes the cdecl and c++decl utilities, which are
used to translate English to C or C++ function declarations and vice
versa.

You should install the cdecl package if you intend to do C and/or C++
programming.

%files
%{_bindir}/cdecl
%{_bindir}/c++decl
%{_mandir}/man1/cdecl.*
%{_mandir}/man1/c++decl.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
%make CFLAGS="%{optflags} -DUSE_READLINE"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
%makeinstall \
	BINDIR=%{buildroot}%{_bindir} \
	MANDIR=%{buildroot}%{_mandir}/man1/



%changelog
* Wed Aug 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5-32
+ Revision: fe1f9ea
- Add patch to fix build with readline 6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 549 |14cr|cdemu-client-2.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command-line client for controlling CDEmu daemon
Name:		cdemu-client
Version:	2.1.1
Release:	2
Group:		Emulators
License:	GPLv2+
Url:		http://cdemu.sourceforge.net/
Source0:	http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	intltool
BuildRequires:	glib-gettextize
Requires:	python-dbus
Requires:	cdemu-daemon >= %{version}
BuildArch:	noarch

%description
This is cdemu-client, a simple command-line client for controlling
CDEmu daemon. It is part of the userspace-cdemu suite, a free, GPL
CD/DVD-ROM device emulator for linux.

It provides a way to perform the key tasks related to controlling
the CDEmu daemon, such as loading and unloading devices, displaying
devices' status and retrieving/setting devices' debug masks.

%files -f cdemu.lang
%doc README AUTHORS COPYING NEWS ChangeLog
%{_sysconfdir}/bash_completion.d/cdemu-client
%{_bindir}/cdemu
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/cdemu.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DPOST_INSTALL_HOOKS:BOOL=OFF
%make

%install
%makeinstall_std -C build

%find_lang cdemu


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-2
+ Revision: 3f0a52f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 550 |14cr|cdemu-daemon-2.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Userspace daemon part of the CDemu suite
Name:		cdemu-daemon
Version:	2.1.1
Release:	4
Group:		Emulators
License:	GPLv2+
Url:		http://cdemu.sourceforge.net/
Source0:	http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
Source1:	50-cdemud.rules
# (Anssi 12/2011) change default configuration to
# - no logging into $HOME to reduce homedir pollution
Patch0:		0001-daemon-set-Mageia-default-configuration.patch
BuildRequires:	cmake
BuildRequires:	sysfsutils-devel
BuildRequires:	pkgconfig(libmirage) >= %{version}
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(ao)
Requires:	kmod(vhba)

%description
The daemon receives SCSI commands from kernel module and processes
them, passing the requested data back to the kernel.

Daemon implements the actual virtual device; one instance per each
device registered by kernel module. It uses libMirage, an image
access library that is part of userspace-cdemu suite, for the image
access (e.g. sector reading).

Daemon is controlled through methods that are exposed via D-BUS. It
is written in C and based on GLib (and thus GObjects), but being
controlled over D-BUS, it allows for different clients written in
different languages.

%files
%doc README AUTHORS
%{_sysconfdir}/modprobe.preload.d/cdemud.conf
/lib/udev/rules.d/50-cdemud.rules
%{_bindir}/cdemu-daemon
%{_libexecdir}/cdemu-daemon-session.sh
%{_datadir}/dbus-1/services/net.sf.cdemu.CDEmuDaemon.service
%{_mandir}/man8/cdemu-daemon.8*

%post
# apply the new udev rule if module already present
/sbin/modprobe --first-time vhba 2>/dev/null || /sbin/udevadm trigger --sysname-match=vhba_ctl

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake
%make

%install
%makeinstall_std -C build

install -d -m755 %{buildroot}%{_libexecdir}
install -d -m755 %{buildroot}%{_sysconfdir}/modprobe.preload.d
install -d -m755 %{buildroot}/lib/udev/rules.d

echo "vhba" > %{buildroot}%{_sysconfdir}/modprobe.preload.d/cdemud.conf

install %{SOURCE1} %{buildroot}/lib/udev/rules.d/50-cdemud.rules

%if "%{_prefix}/libexec" != "%{_libexecdir}"
mv %{buildroot}%{_prefix}/libexec/cdemu-daemon-session.sh %{buildroot}%{_libexecdir}/cdemu-daemon-session.sh
sed -i s,"%{_prefix}/libexec/","%{_libexecdir}/",g %{buildroot}%{_datadir}/dbus-1/services/net.sf.cdemu.CDEmuDaemon.service
%endif

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-4
+ Revision: b6a68c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 551 |14cr|cdi2iso-0.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	cdi2iso
%define version	0.1
%define release	10

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Convert DiskJuggler CD Images to ISO
Source:		%{name}-%{version}.tar.bz2
URL:		http://developer.berlios.de/projects/cdi2iso/
License:	GPL
Group:		Archiving/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description 
CDI2ISO is a very simple utility to convert DiscJuggler image
to the standard ISO-9660 format.

%prep
%setup -q

%build
gcc %optflags ./src/cdi2iso.c -o cdi2iso

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
install cdi2iso %{buildroot}%{_bindir}/cdi2iso

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG
%{_bindir}/cdi2iso





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-10
+ Revision: 586f565
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 552 |14cr|cdqa-20070201-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   CDQA
%define jarname cdqa
%define jarlibs axis gemo-utilities gnu.regexp

Name:           cdqa
Version:        20070201
Release:        15
Epoch:          0
Summary:        %{oname}
License:        LGPL
Group:          Development/Java
Url:            http://forge.objectweb.org/projects/activexml/
# from cvs
Source0:        %{name}-%{version}.tar.lzma
BuildRequires:  java-rpmbuild java-devel ant %{jarlibs}
Requires:       %{jarlibs}
Provides:       %{oname} = %{epoch}:%{version}-%{release}
BuildArch:      noarch
BuildRequires:    locales-en

%description
CDQA is part of ActiveXML framework code and implements a query 
processor for XML using X-OQL. X-OQL is a query language for XML.
The X-OQL language is used to let the user define Web services as X-OQL 
queries (with parameters) similar to XQuery.

%package javadoc
Summary:        Javadoc for %{oname}
Group:          Development/Java

%description javadoc
Javadoc for %{oname}.

%prep
%setup -q -n %{oname}
#make sure that we don't use precompiled java package if shipped
rm -rf lib

%build
export LC_ALL=en_US.ISO-8859-1
CLASSPATH=$(build-classpath %{jarlibs}) \
%{ant} -f cdqa_build.xml jar javadoc -DDSTAMP=%{version}
%{jar} -i build/lib/%{jarname}.jar

%install
install -d %{buildroot}%{_javadir}
install -m644 build/lib/%{jarname}.jar -D %{buildroot}%{_javadir}/%{jarname}-%{version}.jar
for jarname in \
        %{buildroot}%{_javadir}/%{name}.jar \
        %{buildroot}%{_javadir}/%{oname}{,-%{version}}.jar
do ln -s %{jarname}-%{version}.jar $jarname
done

install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -r build/api %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog
* Mon Aug 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:20070201-15
+ Revision: ba28b5e
- Drop gcj support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 553 |14cr|cdtool-2.1.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Powerful command line CDROM player and tools
Name:		cdtool
Version:	2.1.8
Release:	8
License:	GPLv2
Group:		Sound
URL:		http://hinterhof.net/cdtool/
Source0:	http://hinterhof.net/cdtool/dist/%name-%version.tar.bz2
# fixes error: conflicting types for 'getline' 09 Jun 2009
Patch0:		%{name}-2.1.8-fix-getline.patch
Buildroot:	%{_tmppath}/%{name}-buildroot

%description
A package of command-line utilities to play and catalog audio CD-ROMs.
This package includes cdstart, cdpause, cdstop, cdeject, and
cdshuffle. Also, cdctrl may be used as a CD-ROM control daemon. Cdown
allows querying of the cddb database to build a local database of
discs usable by cdinfo, etc.

%prep
rm -rf %{buildroot}
%setup -q
%patch0 -p1
sed -i -e 's, -o root,,g' Makefile.in
sed -i -e 's,/lib,/%{_lib},g' Makefile.in

%build
%configure
make RPM_OPT_FLAGS="%{optflags}"

%install
%makeinstall
# don't conflict with cdp (#21020) - AdamW 2008/01
mv %{buildroot}%{_bindir}/cdplay %{buildroot}%{_bindir}/cdplay-cdtool
mv %{buildroot}%{_mandir}/man1/cdplay.1 %{buildroot}%{_mandir}/man1/cdplay-cdtool.1

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%{_bindir}/*
%{_mandir}/man1/*
%{_libdir}/cdtool/*
%defattr(644,root,root,755)
%doc README INSTALL





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.8-8
+ Revision: 2bea4bf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 554 |14cr|cduce-0.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	XML-oriented functional language
Name:		cduce
Version:	0.6.0
Release:	1
License:	BSD
Group:		Development/OCaml
Url:		http://www.cduce.org
Source0:	http://www.cduce.org/download/%{name}-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-sources
BuildRequires:	camlp4-devel
BuildRequires:	ocaml-curl-devel
BuildRequires:	ocaml-expat-devel
BuildRequires:	ocaml-ocamlnet-devel
BuildRequires:	ocaml-pcre-devel
BuildRequires:	ocaml-pxp-devel
BuildRequires:	ocaml-ulex-devel

%description
CDuce is a modern XML-oriented functional language with innovative features. A
compiler is available under the terms of an open-source license. CDuce is
type-safe, efficient, and offer powerful constructions to work with XML
documents.

%files
%doc %{_docdir}/%{name}
%{_bindir}/*
%{_mandir}/man1/*
%{_libdir}/ocaml/cduce
%exclude %{_libdir}/ocaml/cduce/*.a
%exclude %{_libdir}/ocaml/cduce/*.cmxa

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%{_libdir}/ocaml/cduce/*.a
%{_libdir}/ocaml/cduce/*.cmxa

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure \
	--prefix=%{_prefix} \
	--mandir=%{_mandir} \
	--docdir=%{_docdir}/%{name} \
	--mliface=%{_prefix}/src/ocaml
make all doc VERBOSE=true

%install
install -d -m 755 %{buildroot}/%{_libdir}/ocaml
make install \
	OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml \
	BINDIR=%{buildroot}%{_bindir} \
	MANDIR=%{buildroot}%{_mandir} \
	DOCDIR=%{buildroot}%{_docdir}/%{name} \


%changelog
* Wed Aug 06 2014 abondrov <andrey.bondrov@rosalab.ru> 0.6.0-1
+ Revision: 97f70ae
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 555 |14cr|cdvst-0.18-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	cdvst
%define	version	0.18
%define release	12
%define Summary	Certain Death via Space Things

Summary:	%{Summary}
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://kokido.sourceforge.net/%{name}-.18.tar.bz2
Source1:	%{name}-icons.tar.bz2
Patch0:		%{name}-optflags.patch.bz2
Patch1:		%{name}-shared.patch.bz2
License:	GPLv2
Url:		http://kokido.sourceforge.net/cdvst.html
Group:		Games/Arcade
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:  desktop-file-utils

%description
The space things will certainly kill you :)
A top down scrolling putting you in the pilot seat of a space fighter.
Reminiscent of many old arcade games. 
 
%prep
%setup -q -n %{name}-.18

%patch0 -p0
%patch1 -p0



%build
%make OPTFLAGS="$RPM_OPT_FLAGS -lm" DATA_PREFIX=%{_gamesdatadir}/%{name}/

%install
install -m755 cdvst -D $RPM_BUILD_ROOT%{_gamesbindir}/%{name}
chmod 644 readme.txt data/*
install -d $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}
cp -a data $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}


mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=CDvST
Comment=%{Summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF

install -d ${RPM_BUILD_ROOT}{%{_miconsdir},%{_liconsdir}}
tar -xOjf %{SOURCE1} icons/16x16.png > ${RPM_BUILD_ROOT}%{_miconsdir}/%{name}.png
tar -xOjf %{SOURCE1} icons/32x32.png > ${RPM_BUILD_ROOT}%{_iconsdir}/%{name}.png
tar -xOjf %{SOURCE1} icons/48x48.png > ${RPM_BUILD_ROOT}%{_liconsdir}/%{name}.png


%files
%doc readme.txt
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.18-12
+ Revision: 7c1e1f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 556 |14cr|cdw-0.7.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		cdw
Version:	0.7.1
Release:	9
Summary:	Front-end for tools used for burning data CD/DVD
Group:		Archiving/Cd burning
License:	GPLv2+
URL:		http://cdw.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/cdw/cdw/cdw%200.7.1/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(libburn-1)
BuildRequires:	ncursesw-devel
Requires:	dvd+rw-tools 
Requires:	genisoimage 
Requires:	xorriso 

%description
cdw is a ncurses based front-end for some command-line tools used for burning
data CD and DVD discs and for related tasks. The tools are: cdrecord/wodim,
mkisofs/genisoimage, growisofs, dvd+rw-mediainfo, dvd+rw-format, xorriso.
cdw is able to rip tracks from your audio CD to raw audio files.
Limited support for copying content of data CD and DVD discs to image files
is also provided. cdw can verify correctness of writing ISO9660 image to
CD or DVD disc using md5sum or some of  programs that verifies SHA hashes.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%check
make check LIBS="-lm"

%files
%{_bindir}/*
%doc COPYING AUTHORS ChangeLog NEWS README THANKS
%{_mandir}/man1/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-9
+ Revision: 36cd62e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 557 |14cr|CEGUI0.6-0.6.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname CEGUI %{version}
%define devname %mklibname %{name} -d

Summary:	A free library providing windowing and widgets for graphics APIs / engines
Name:		CEGUI0.6
Version:	0.6.2
Release:	10
License:	MIT
Group:		Development/C++
Url:		http://www.cegui.org.uk
Source0:	http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-%{version}.tar.gz
Patch1:		cegui-0.6.0-userverso.patch
Patch2:		CEGUI-0.6.2-fix-underlinking.patch
Patch3:		CEGUI-0.6.2-release-as-so-ver.patch
Patch4:		cegui-0.6.2-new-DevIL.patch
Patch5:		CEGUI-0.6.2-install.patch
Patch6:		CEGUI-0.6.2-gcc46.patch
Patch7:		CEGUI-0.6.2-tinyxml.patch
BuildRequires:	freeimage-devel
BuildRequires:	tinyxml-devel
BuildRequires:	tolua++-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(IL)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(xerces-c)

%description
Crazy Eddie's GUI System is a free library providing windowing and widgets for 
graphics APIs / engines where such functionality is not natively available,
or severely lacking. The library is object orientated, written in C++, 
and targeted at games developers who should be spending their time creating 
great games, not building GUI sub-systems!

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	CEGUI library
Group:		Games/Other

%description -n %{libname}
This is a library used by CEGUI.

%files -n %{libname}
%{_libdir}/libCEGUI*-%{version}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for CEGUI
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}CEGUI-devel >= 0.7

%description -n  %{devname}
Development file for CEGUI.

%files -n %{devname}
%{_libdir}/*.so
%exclude %{_libdir}/libCEGUI*-%{version}.so
%{_includedir}/CEGUI
%{_libdir}/pkgconfig/*
%{_datadir}/CEGUI

#----------------------------------------------------------------------------

%prep
%setup -qn CEGUI-%{version}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p0
%patch6 -p1
%patch7 -p1

touch NEWS

%build
autoreconf -ifv

%configure2_5x \
	--with-gtk2 \
	--disable-samples \
	--disable-irrlicht-renderer \
	--enable-freeimage \
	--disable-directfb-renderer

# We do not want to get linked against a system copy of ourselves!
sed -i 's|-L%{_libdir}||g' RendererModules/OpenGLGUIRenderer/Makefile
# Don't use rpath!
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
%makeinstall_std


%changelog
* Wed Aug 06 2014 abondrov <andrey.bondrov@rosalab.ru> 0.6.2-10
+ Revision: d739b3b
- Force lua 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 558 |14cr|CEGUI-0.7.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %{name} %{version}
%define devname %mklibname %{name} -d

Summary:	A free library providing windowing and widgets for graphics APIs / engines
Name:		CEGUI
Version:	0.7.7
Release:	3
License:	MIT
Group:		System/Libraries
Url:		http://www.cegui.org.uk
Source0:	http://prdownloads.sourceforge.net/crayzedsgui/%{name}-%{version}.tar.gz
BuildRequires:	freeimage-devel
BuildRequires:	irrlicht-devel
BuildRequires:	tinyxml-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(IL)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(xerces-c)

%description
Crazy Eddie's GUI System is a free library providing windowing and widgets for
graphics APIs / engines where such functionality is not natively available,
or severely lacking. The library is object orientated, written in C++,
and targeted at games developers who should be spending their time creating
great games, not building GUI sub-systems!

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	CEGUI library
Group:		System/Libraries

%description -n %{libname}
This is a library used by CEGUI.

%files -n %{libname}
%{_libdir}/libCEGUI*-%{version}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for CEGUI
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}CEUI0.6-devel

%description -n %{devname}
Development file for CEGUI.

%files -n %{devname}
%{_libdir}/*.so
%exclude %{_libdir}/libCEGUI*-%{version}.so
%{_includedir}/%{name}
%{_libdir}/pkgconfig/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

touch NEWS COPYING README AUTHORS ChangeLog

%build
%configure2_5x \
	--with-gtk2 \
	--disable-samples \
	--disable-static \
	--disable-corona \
	--disable-directfb-renderer \
	--disable-irrlicht-renderer \
	--enable-freeimage \
	--enable-bidirectional-text \
	--with-default-xml-parser=ExpatParser \
	--with-pic

# Don't use rpath!
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
%makeinstall_std




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.7-3
+ Revision: 81b0d7b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 559 |14cr|cel-2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2.0
%define libname %mklibname %{name} %{major}

Summary:	Crystal Entity Layer
Name:		cel
Version:	%{major}
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.crystalspace3d.org/
Source0:	http://www.crystalspace3d.org/downloads/release/%{name}-src-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRequires:	ftjam >= 2.5.3rc2-0.9
BuildRequires:	icoutils
BuildRequires:	imagemagick
BuildRequires:	perl(Template::Base)
BuildRequires:	tetex-dvips
BuildRequires:	tetex-dvipdfm
BuildRequires:	texinfo
BuildRequires:	crystalspace-devel >= %{major}
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(zlib)

%description
Crystal Entity Layer (CEL) is a game entity layer based on Crystal Space.
It makes it easier for game developers to create games based on Crystal Space.
CEL can optionally be used together with Python or other scripting languages.

%files
%doc README docs/todo.txt docs/history.txt
%{_bindir}/*
%exclude %{_bindir}/%{name}-config
%{_datadir}/%{name}-%{major}
%dir %{_sysconfdir}/%{name}-%{major}
%config(noreplace) %{_sysconfdir}/%{name}-%{major}/*.cfg
%dir %{_libdir}/%{name}-%{major}
%{_libdir}/%{name}-%{major}/*.so
%{_libdir}/%{name}-%{major}/*.csplugin

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libname}
Shared libraries for %{name}.

%files -n %{libname}
%{_libdir}/libcelstartcore-%{major}.so
%{_libdir}/libceltool-%{major}.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development headers and libraries for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description devel
Development headers and libraries for %{name}.

%files devel
%{_bindir}/%{name}-config
%dir %{_includedir}/%{name}-%{major}
%{_includedir}/%{name}-%{major}/*

#----------------------------------------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description	doc
Documentation for %{name}.

%files doc
%{_docdir}/%{name}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-src-%{version}

%build
CXXFLAGS="%{optflags} -fpermissive" \
%configure2_5x \
	--disable-separate-debug-info \
	--disable-meta-info-embedding \
	--without-python

jam -d2 %{_smp_mflags}

%install
DESTDIR=%{buildroot} jam -d2 install

# Fix unstripped-binary-or-object
chmod 0755 %{buildroot}%{_libdir}/libcelstartcore-%{major}.so
chmod 0755 %{buildroot}%{_libdir}/libceltool-%{major}.so


%changelog
* Fri Feb 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-1
+ Revision: 76fe58a
- LOG Split library package, drop python bindings as they are broken



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 560 |14cr|celestia-1.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A real-time visual space simulation
Name:		celestia
Version:	1.6.1
Release:	4
License:	GPLv2+
Group:		Sciences/Astronomy
Url:		http://www.shatters.net/celestia/
Source0:	http://prdownloads.sourceforge.net/celestia/%{name}-%{version}.tar.gz
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
Patch0:		celestia-1.6.1-gcc46.patch
Patch1:		celestia-1.6.0-cfg.patch
Patch2:		celestia-1.6.1-zlib.patch
Patch3:		celestia-1.6.1-link.patch
Patch4:		celestia-1.6.1-gcc47.patch
Patch5:		celestia-1.6.1-libpng-16.patch
BuildRequires:	desktop-file-utils
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(gdkglext-1.0)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(theora)

%description
Celestia is a free real-time space simulation that lets you experience
our universe in three dimensions. Unlike most planetarium software,
Celestia doesn't confine you to the surface of the Earth. You can
travel throughout the solar system, to any of over 100,000 stars, or
even beyond the galaxy. All travel in Celestia is seamless; the
exponential zoom feature lets you explore space across a huge range of
scales, from galaxy clusters down to spacecraft only a few meters
across. A 'point-and-goto' interface makes it simple to navigate
through the universe to the object you want to visit.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING INSTALL README
%attr(755,root,root) %{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .gcc
%patch1 -p0 -b .cfg
%patch2 -p0 -b .zlib
%patch3 -p0 -b .link
%patch4 -p1 -b .gcc47
%patch5 -p0 -b .png16

# support for automake 1.10: empty file
# http://celestia.cvs.sourceforge.net/celestia/celestia/admin/config.rpath?view=markup&sortby=date
touch admin/config.rpath

# (cjw) A new gettext Makefile.in.in is needed for new autotools but gettextize 
#       cannot be run from a script, so copy it manually.
#       This hack should be removed when upstream updates gettext files.
cp -f %{_datadir}/gettext/po/Makefile.in.in po/Makefile.in.in
cp -f %{_datadir}/gettext/po/Makefile.in.in po2/Makefile.in.in

%build
autoreconf -fi
%configure2_5x \
	--with-gtk \
	--disable-rpath \
	--enable-cairo \
	--enable-theora \
	--with-lua
%make

%install
%makeinstall_std

desktop-file-install --vendor='' \
	--dir %{buildroot}%{_datadir}/applications \
	--remove-category='Application' \
	--add-category='GTK;Education' \
	--remove-key='Version' \
	%{buildroot}%{_datadir}/applications/*.desktop

install -D -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png

%find_lang %{name} celestia_constellations %{name}.lang


%changelog
* Wed Aug 06 2014 abfonly <abfonly@gmail.com> 1.6.1-4
+ Revision: 490c9ab
- Merge pull request #1 from abfonly/celestia:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 561 |14cr|cellwriter-1.3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package %{nil}

Name:           cellwriter
Summary:        Character-based hardwriting input panel
Version:        1.3.5
Release:        2
Source0:        http://pub.risujin.org/cellwriter/%{name}-%{version}.tar.gz
URL:            http://risujin.org/cellwriter/ 
Group:          Accessibility
License:        GPLv2
BuildRequires:   pkgconfig(xtst)
BuildRequires:   pkgconfig(gdk-2.0)
BuildRequires:   pkgconfig(libgnome-2.0)

%description
CellWriter is a grid-entry natural handwriting input panel. As you write
characters into the cells, your writing is instantly recognized at the
character level. When you press Enter on the panel, the input you entered is
sent to the currently focused application as if typed on the keyboard.

%prep 
%setup -q


%build 
%configure2_5x
%make LIBS="$LIBS -lX11 -lm -lXtst"

%install
%makeinstall_std


%files  
%doc README NEWS COPYING AUTHORS 
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%name
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/scalable/apps/cellwriter.svg
%{_datadir}/applications/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.5-2
+ Revision: 21d4071
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 562 |14cr|celt07-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname celt0_ %major
%define develname %mklibname -d celt0_0.7

Summary:	Older version of the CELT ultra-low delay audio codec
Name:		celt07
Version:	0.7.1
Release:	2
Source0:	http://downloads.us.xiph.org/releases/celt/celt-%{version}.tar.gz
License:	BSD
Group:		Sound
Url:		http://www.celt-codec.org/
BuildRequires:	libogg-devel

%description
This is an older version of the CELT ultra-low delay audio codec,
using a bitstream format different from the current version.

Since the older version is still in common use and newer versions
can't play back or convert streams created with the older version,
this version should be available for some time.

%package -n	%{libname}
Summary:	Ultra-low delay audio codec - shared library
Group:		System/Libraries

%description -n	%{libname}
This is an older version of the CELT ultra-low delay audio codec,
using a bitstream format different from the current version.

Since the older version is still in common use and newer versions
can't play back or convert streams created with the older version,
this version should be available for some time.

%prep
%setup -q -n celt-%version

%build
%configure2_5x
%make

%install
%makeinstall_std

# Remove stuff that would conflict with the newer, default celt
rm -rf %buildroot%_includedir \
	%buildroot%_libdir/*.a \
	%buildroot%_libdir/*.so \
	%buildroot%_libdir/pkgconfig \
	%buildroot%_bindir

%check
make check

%files -n %{libname}
%doc README COPYING
%{_libdir}/libcelt0.so.%{major}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-2
+ Revision: 02ad12a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 563 |14cr|centerim-4.22.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Name:		centerim
Summary:	Console ncurses based multi-protocol instant messenger
Version:	4.22.10
Release:	3
License:	GPLv2+ and LGPLv2+
Group:		Networking/Instant messaging
Source:		http://www.centerim.org/download/releases/%{name}-%{version}.tar.gz
Patch0:         centerim-4.22.6-url-escape-fedora.patch
Patch1:         centerim-gcc46.patch
URL:		http://www.centerim.org
BuildRequires:	liblzo2-devel 
BuildRequires:	autoconf
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	jpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	gpgme-devel
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	git

Obsoletes:	centericq
Provides:	centericq

%description
CenterIM is a text mode menu- and window-driven instant messenger. ICQ,
Yahoo!, AIM TOC, IRC, MSN, Gadu-Gadu and Jabber protocols are currently
supported.  There is also an internal RSS reader and a LiveJournal client.

CenterIM is a fork of the CenterICQ project.

%prep 
%setup -q
#security fix from fedora
%patch0 -p1 -b .url-escape-fedora
%patch1 -p1 -b .gcc46

%build
autoconf
%configure \
        --with-ssl \
        --enable-locales-fix

%make

%install
%makeinstall_std

%find_lang %name

%files -f %{name}.lang
%doc ABOUT-NLS AUTHORS COPYING ChangeLog FAQ NEWS README THANKS TODO
%{_bindir}/CenterIMLog2HTML.py
%{_bindir}/centerim
%{_bindir}/cimconv
%{_mandir}/man1/centerim.1*
%{_mandir}/man1/cimconv.1*
%{_datadir}/%{name}
%{_bindir}/cimformathistory
%{_bindir}/cimextracthistory.pl


%changelog
* Fri Aug 01 2014 abfonly <abfonly@gmail.com> 4.22.10-3
+ Revision: d60cd64
- Updated centerim.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 564 |14cr|cerealizer-0.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    cerealizer
%define oname   Cerealizer
%define version 0.7

Name:           %{name}
Version:        0.8.1
Release:        2
License:        GPL
Url:		http://home.gna.org/oomadness/fr/cerealizer/index.html
Source:		http://download.gna.org/soya/Cerealizer-%{version}.tar.bz2
Group:          Development/Python
Summary:        Python module that allows to save objects in file
BuildRequires:  python-devel 
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Buildarch:	noarch

%description
Python module that allows to save objects in file

%prep
%setup -q  -n %{oname}-%{version}
rm -rf `find -name CVS` `find -name .cvswrappers`

%build

%{__python} setup.py build

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__python} setup.py install --root=$RPM_BUILD_ROOT

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README 
%py_puresitedir/%{name}
%py_puresitedir/*.egg-info





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-2
+ Revision: c49fd5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 565 |14cr|certwatch-1.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SSL certificate monitoring
Name:		certwatch
Version:	1.0
Release:	12
License:	GPLv2+
Group:		System/Servers
Source0:	%{name}-%{version}.tar.gz
Patch0:		%{name}-1.0-mdv.patch
BuildRequires:	docbook-style-xsl
BuildRequires:	xmlto
BuildRequires:	pkgconfig(openssl)

%description
The certwatch  program  is used to issue warning when an SSL certificate is
about to expire.

%files
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/cron.daily/certwatch
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p 1

%build
cc %{optflags} -Wall -I/usr/include/openssl \
	certwatch.c -o certwatch -lcrypto

xmlto man certwatch.xml

%install
mkdir -p %{buildroot}%{_sysconfdir}/cron.daily \
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig \
	%{buildroot}%{_mandir}/man1 \
	%{buildroot}%{_bindir}

# install certwatch
install -c -m 755 certwatch %{buildroot}%{_bindir}/certwatch
install -c -m 755 certwatch.cron \
	%{buildroot}%{_sysconfdir}/cron.daily/certwatch
install -c -m 644 certwatch.1 \
	%{buildroot}%{_mandir}/man1/certwatch.1

cat > %{buildroot}%{_sysconfdir}/sysconfig/%{name} <<EOF
# certwatch cron task options
CERTS_DIR=/etc/pki/tls/certs
CERTWATCH_OPTS=
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-12
+ Revision: c4a2952
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 566 |14cr|cgicc-3.2.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define libnamedev %mklibname %{name} -d

Summary:	ANSI C++ class lib that simplifies the creation of CGI apps



Name:		cgicc
Version:	3.2.15
Release:	2
License:	LGPLv3+
Group:		Development/C
URL:		http://www.gnu.org/software/cgicc
Source:		ftp://ftp.gnu.org:21/gnu/cgicc/%{name}-%{version}.tar.bz2
BuildRequires:	doxygen

%description
GNU Cgicc is an ANSI C++ compliant class library that greatly
simplifies the creation of CGI applications for the World Wide
Web. Cgicc performs the following functions:

 - Parses both GET and POST form data transparently. 
 - Provides string, integer, floating-point and single- and
   multiple-choice retrieval methods for form data.
 - Provides methods for saving and restoring CGI environments to aid
   in application debugging.
 - Provides full on-the-fly HTML generation capabilities, with support
   for cookies and file inclusion.
 - Supports HTTP file upload. 

%package -n %{libname}
Summary:        ANSI C++ class lib that simplifies the creation of CGI apps



Group:          Development/C
Obsoletes:	%mklibname cgicc 1

%description -n %{libname}
GNU Cgicc is an ANSI C++ compliant class library that greatly
simplifies the creation of CGI applications for the World Wide
Web. Cgicc performs the following functions:

 - Parses both GET and POST form data transparently.
 - Provides string, integer, floating-point and single- and
   multiple-choice retrieval methods for form data.
 - Provides methods for saving and restoring CGI environments to aid
   in application debugging.
 - Provides full on-the-fly HTML generation capabilities, with support
   for cookies and file inclusion.
 - Supports HTTP file upload.

%package -n %{libnamedev}
Summary:        ANSI C++ class lib that simplifies the creation of CGI apps



Group:          Development/C
Requires:	%{libname} = %{version}
Provides: 	libcgicc-devel
Obsoletes:	%mklibname -d cgicc 1

%description -n %{libnamedev}
GNU Cgicc is an ANSI C++ compliant class library that greatly
simplifies the creation of CGI applications for the World Wide
Web. Cgicc performs the following functions:

 - Parses both GET and POST form data transparently.
 - Provides string, integer, floating-point and single- and
   multiple-choice retrieval methods for form data.
 - Provides methods for saving and restoring CGI environments to aid
   in application debugging.
 - Provides full on-the-fly HTML generation capabilities, with support
   for cookies and file inclusion.
 - Supports HTTP file upload.

%prep
%setup -q

# fix doc files perms
chmod 644 AUTHORS COPYING* ChangeLog NEWS README

%build
autoreconf -f -i
%configure2_5x
%make

%install
%makeinstall_std

rm -rf %{buildroot}/%{_prefix}/doc/
rm -rf %{buildroot}/%{_docdir}/%{name}-%{version}/example/.libs

%files 
%doc AUTHORS COPYING* ChangeLog NEWS README

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{libnamedev}
%{_bindir}/%{name}-config
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}
%{_datadir}/aclocal/%{name}.m4




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.15-2
+ Revision: e1821cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 567 |14cr|cgiirc-0.5.9-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           cgiirc
Version:        0.5.9
Release:        12
Summary:        IRC gateway 
License:        Artistic and GPL
Group:		Networking/WWW
URL:            http://cgiirc.sourceforge.net
Source:		http://prdownloads.sourceforge.net/cgiirc/%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.5.8.fhs.patch
Patch1:		%{name}-0.5.7.config.patch
Requires:	webserver
BuildArch:      noarch

%description
CGI:IRC is a Perl/CGI program that lets you access IRC from a web browser, it
is designed to be flexible and has many uses such as an IRC gateway for an IRC
network, a chat-room for a website or to access IRC when stuck behind a
restrictive firewall.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
chmod 755 docs/*.pl
find . -name .htaccess -exec rm -f {} \;

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_var}/www/cgi-bin
install -d -m 755 %{buildroot}%{_var}/www/%{name}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_sysconfdir}

install -m 755 *.cgi %{buildroot}%{_var}/www/cgi-bin
install -m 644 cgiirc.config.full %{buildroot}%{_sysconfdir}/cgiirc.config
cp -r modules %{buildroot}%{_datadir}/%{name}
cp -r interfaces %{buildroot}%{_datadir}/%{name}
cp -r formats %{buildroot}%{_datadir}/%{name}
cp -r images/* %{buildroot}%{_var}/www/%{name}

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# CGI::IRC configuration

Alias /%{name} %{_var}/www/%{name}
  
<Directory %{_var}/www/%{name}>
    Require all granted
</Directory>
EOF

%clean
rm -rf %{buildroot}



%files
%defattr(-,root,root)
%doc README docs/*
%{_datadir}/%{name}
%{_var}/www/%{name}
%{_var}/www/cgi-bin/*
%config(noreplace) %{_sysconfdir}/cgiirc.config
%config(noreplace) %{_webappconfdir}/%{name}.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.9-12
+ Revision: ca746fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 568 |14cr|cgilib-0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname %mklibname cgi %{major}
%define develname %mklibname cgi -d

Summary:	A CGI (Common Gateway Interface) library
Name:		cgilib
Version:	0.7
Release:	4
License:	GPL
Group:		System/Libraries
URL:		http://www.infodrom.org/projects/cgilib/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool

%description
This is quite a simple library that provides an easy CGI interface (Common
Gateway Interface). It provides an easy to use interface to CGI if you need
to write your program in C instead of perl.

%package -n	%{libname}
Summary:	A CGI (Common Gateway Interface) library
Group:          System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{name}

%description -n	%{libname}
This is quite a simple library that provides an easy CGI interface (Common
Gateway Interface). It provides an easy to use interface to CGI if you need
to write your program in C instead of perl.

%package -n	%{develname}
Summary:	Development library and header files for the %{libname} library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{name}-devel
Provides:	libcgi-devel
Obsoletes:	%{mklibname cgi 0 -d}

%description -n	%{develname}
Header files and develpment documentation for %{name}.

%prep
%setup -q

%build
export CFLAGS="%{optflags} -fPIC"
touch NEWS README AUTHORS ChangeLog
autoreconf -if
%configure2_5x

%make CFLAGS="%{optflags} -fPIC"

%install
%makeinstall_std

# remove unwanted files
rm -f %{buildroot}%{_bindir}/{cgitest,jumpto}

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_libdir}/libcgi.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_mandir}/man[35]/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-4
+ Revision: f238fd5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 569 |14cr|cgoban1-1.9.14-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name cgoban1
%define version 1.9.14
%define release  16
%define rname cgoban

Summary: A Go game client
Summary(fr): Un client pour le jeu de Go
Name: %{name}
Version: %{version}
Release: %{release}
License: GPLv2+
Group: Games/Boards
Source:	http://ovh.dl.sourceforge.net/sourceforge/cgoban1/%rname-%version.tar.bz2
Source2: %name-mini.png
Source3: %name.png
URL: http://cgoban1.sourceforge.net/
BuildRequires:  pkgconfig(x11)
Provides: %rname = %{version}

%description
Cgoban (Complete Goban) is for Unix systems with X11.  It has the ability
to be a computerized go board, view and edit smart-go files, and connect to
go servers on the Internet.
Cgoban is also a smart interface for GNU Go.

%prep
%setup -q -n %rname-%version

%build
mv src/cgoban.c src/cgoban.c.orig
sed -e 's|\"./goDummy\"|\"/usr/games/gnugo --quiet\"|' <src/cgoban.c.orig >src/cgoban.c
mv configure configure.orig
sed -e "s|-O2 -fomit-frame-pointer|$RPM_OPT_FLAGS|g" <configure.orig >configure
chmod +x configure
%configure2_5x --program-suffix=1 
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man6
mkdir -p $RPM_BUILD_ROOT%{_iconsdir}{,/mini,/large}
%makeinstall_std

cp cgoban_icon.png $RPM_BUILD_ROOT%{_iconsdir}/large/cgoban1.png
cp %{SOURCE2} $RPM_BUILD_ROOT%{_iconsdir}/mini/cgoban1.png 
cp %{SOURCE3} $RPM_BUILD_ROOT%{_iconsdir}/cgoban1.png 

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=CGoban
Comment=Graphical game of Go
Exec=%{_bindir}/%{name}
Icon=cgoban1
Terminal=false
Type=Application
Categories=Game;BoardGame;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc README TODO seigen-minoru.sgf
%{_bindir}/*
%{_mandir}/man6/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/cgoban1.png
%{_iconsdir}/*/cgoban1.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.14-16
+ Revision: 12b09e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 570 |14cr|c++-gtk-utils-2.0.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname c++-gtk-utils %{major}
%define develname %mklibname c++-gtk-utils -d

Summary:	A library for programming GTK+ programs using C++
Name:		c++-gtk-utils
Version:	2.0.12
Release:	2
License:	GPLv2
Group:		System/Libraries
URL:		http://cxx-gtk-utils.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.4/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)

%description
c++-gtk-utils is a lightweight library containing a number of classes
and functions for programming GTK+ programs using C++ in POSIX (unix-like)
environments, where the user does not want to use a full-on wrapper such
as gtkmm or wxWidgets, or is concerned about exception safety or thread
safety of the wrapper and their documentation. It is parallel installable
for both GTK+2 and GTK+3.

%package -n	%{libname}
Summary:	A library for programming GTK+ programs using C++
Group:		System/Libraries

%description -n %{libname}
c++-gtk-utils is a lightweight library containing a number of classes
and functions for programming GTK+ programs using C++ in POSIX (unix-like)
environments, where the user does not want to use a full-on wrapper such
as gtkmm or wxWidgets, or is concerned about exception safety or thread
safety of the wrapper and their documentation. It is parallel installable
for both GTK+2 and GTK+3.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static

%make LIBS="-lpthread"

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libcxx-gtk-utils-3-2.0.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}-3-2.0/%{name}/*.h
%{_includedir}/%{name}-3-2.0/%{name}/*.tpp
%{_libdir}/pkgconfig/*.pc
%{_docdir}/%{name}/2.0/html/*
%{_docdir}/%{name}/2.0/README
%{_docdir}/%{name}/2.0/NEWS
%{_docdir}/%{name}/2.0/BUGS
%{_docdir}/%{name}/2.0/COPYING
%{_docdir}/%{name}/2.0/PORTING*
%{_libdir}/libcxx-gtk-utils-3-2.0.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.12-2
+ Revision: eba6fa3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 571 |14cr|chaplin-1.10-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name chaplin
%define version 1.10 
%define release 10

Summary: A dvd chapter tool
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Patch0: http://archive.ubuntu.com/ubuntu/pool/multiverse/c/chaplin/chaplin_1.10-0.0.diff.gz
Patch1: chaplin-1.10-include.patch.bz2
License: GPL
Group: Video 
Url: http://www.lallafa.de/bp/chaplin.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: libdvdread-devel

%description
The tool parses a DVD disc or image and extracts 
the exact duration for each chapter of a given title.

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1

%build
make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
install chaplin $RPM_BUILD_ROOT/%{_bindir}
install chaplin-genmenu $RPM_BUILD_ROOT/%{_bindir}


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/chaplin
%{_bindir}/chaplin-genmenu



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10-10
+ Revision: 9f50b06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 572 |14cr|CharLS-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		CharLS
%define major		1
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:           %{name}
Version:        1.0
Release:        3
License:        BSD
Summary:        A JPEG-LS library
Url:            http://charls.codeplex.com/
Group:          System/Libraries
Source0:        %{name}-source-%{version}.zip
# PATCH-FIX-OPENSUSE charls_add_cmake_install_target.patch asterios.dramis@gmail.com -- Add a cmake install target for CharLS header files
Patch0:         CharLS-1.0-suse-add_cmake_install_target.patch
# PATCH-FIX-OPENSUSE charls_add_sharedlib_soname.patch asterios.dramis@gmail.com -- Add soname to generated shared lib and install libCharLS.so
Patch1:         CharLS-1.0-suse-add_sharedlib_soname.patch
# PATCH-FIX-OPENSUSE charls_fix_tests.patch asterios.dramis@gmail.com -- Fix tests
Patch2:         CharLS-1.0-suse-fix_tests.patch
BuildRequires:	cmake
BuildRequires:	dos2unix

%description
An optimized implementation of the JPEG-LS standard for lossless and
near-lossless image compression. JPEG-LS is a low-complexity standard that
matches JPEG 2000 compression ratios. In terms of speed, CharLS outperforms
open source and commercial JPEG LS implementations.

%package -n %{develname}
Summary:        Libraries and headers for CharLS
Group:          Development/C
Requires:       %{libname} = %{version}
Provides:	CharLS-devel

%description -n %{develname}
This package contains libraries and headers for CharLS.

%package -n %{libname}
Summary:        A JPEG-LS library
Group:          System/Libraries

%description -n %{libname}
An optimized implementation of the JPEG-LS standard for lossless and
near-lossless image compression. JPEG-LS is a low-complexity standard that
matches JPEG 2000 compression ratios. In terms of speed, CharLS outperforms
open source and commercial JPEG LS implementations.

%prep
%setup -c -q
dos2unix *.h *.c* *.txt
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%cmake \
 -Dcharls_BUILD_SHARED_LIBS=ON \
 -DBUILD_TESTING=ON \
 -DCMAKE_BUILD_TYPE=release
%make VERBOSE=1

%install
pushd build
%makeinstall_std
popd

%check
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
ctest .

%files -n %{develname}
%doc License.txt
%{_includedir}/CharLS/
%{_libdir}/*.so

%files -n %{libname}
%{_libdir}/libCharLS.so.%{major}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: 303390a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 573 |14cr|checkbashisms-2.10.39-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name checkbashisms
%define version 2.10.39
%define release 4

Summary: Check shell scripts for common bash-specific contructs
Name: %{name}
Version: %{version}
Release: %{release}
# svn export svn://svn.debian.org/svn/devscripts/trunk/scripts/checkbashisms.pl
Source0: checkbashisms.pl
# svn export svn://svn.debian.org/svn/devscripts/trunk/scripts/checkbashisms.1
Source1: checkbashisms.1
License: GPLv2+
Group: Development/Other
Url: http://packages.debian.org/sid/devscripts
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
checkbashisms checks whether a /bin/sh script contains any common
bash-specific contructs.
It is extracted from the Debian devscripts package.

%prep
%setup -q -T -c

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}%{_bindir}
install -m755 %{SOURCE0} %{buildroot}%{_bindir}/%{name}.pl
install -d %{buildroot}%{_mandir}/man1
install -m644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}.pl
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.39-4
+ Revision: 80424a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 574 |14cr|checkinstall-1.6.2.16-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define fversion 1.6.2

Summary:   CheckInstall installations tracker
Name:      checkinstall
Version:   1.6.2.16
Release:   11
License:   GPLv2+
Group:     System/Configuration/Packaging
#gw git snapshot
Source:    http://checkinstall.izto.org/files/source/%{name}-%{fversion}.tar.gz
Patch0:    checkinstall-mdv-fix-paths.patch
Patch2:    checkinstall-1.6.1-rpm-version-check.patch
Patch3:    installwatch-glibc_minor.patch
Patch4:    checkinstall-mdv-rpm-set-buildroot.patch
#gw from Debian, build with new glibc
Patch5:    checkinstall-1.6.1-deb-mdv-build-with-new-glibc.patch
Url:       http://asic-linux.com.mx/~izto/checkinstall/
Requires:  rpm-build

%description
CheckInstall keeps track of all the files created or modified by your 
installation script ("make install" "make install_modules", "setup", etc),
builds a standard binary package and installs it in your system giving
you the ability to uninstall it with your distribution's standard 
package management utilities. 


%prep
%setup -q -n %{name}-%{fversion}
%patch0 -p1 -b .mdv
%patch2 -p0
%patch3 -p0 -b .glibc
%patch4 -p1 -b .buildroot
ln -s installwatch installwatch-0.7.0beta5
%patch5 -p1

%build
%make

%install
install -D -m 755 checkinstall %{buildroot}/%{_bindir}/checkinstall
install -D -m 755 makepak %{buildroot}/%{_sbindir}/makepak
install -m 755 installwatch/installwatch %{buildroot}/%{_bindir}
install -D -m 755 installwatch/installwatch.so %{buildroot}/%{_libdir}/checkinstall/installwatch.so
install -m 755 checkinstallrc-dist %{buildroot}/%{_libdir}/checkinstall/checkinstallrc
install -D -m 644 locale/checkinstall-es.mo %{buildroot}%{_libdir}/checkinstall/locale/es/LC_MESSAGES/checkinstall.mo
perl -pi -e "s!#PREFIX#!%{_prefix}!" %{buildroot}%{_bindir}/installwatch
perl -pi -e "s!/lib/!/%{_lib}/!" %{buildroot}%{_bindir}/*

%files
%doc README RELNOTES BUGS TODO CREDITS
%{_bindir}/installwatch
%{_bindir}/checkinstall
%{_sbindir}/makepak
%dir %{_libdir}/checkinstall/
%{_libdir}/checkinstall/checkinstallrc
%{_libdir}/checkinstall/installwatch.so
%lang(es) %{_libdir}/checkinstall/locale/es
%dir %{_libdir}/checkinstall/locale/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.2.16-11
+ Revision: 9ccb275
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 575 |14cr|checklink-4.81-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname W3C-LinkChecker

Summary:	A tools to check link on website

Name:		checklink
Version:	4.81
Release:	3
Source0:	http://search.cpan.org/CPAN/authors/id/S/SC/SCOP/%{realname}-%{version}.tar.gz
License:	W3C License
Group:		Networking/WWW
Url:		http://search.cpan.org/dist/W3C-LinkChecker/
BuildArch:	noarch
Provides:	%{realname} = %{version}-%{release}
# To follow perl module policy naming:
Provides:	perl-W3C-LinkChecker = %{version}-%{release}
BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTML::Parser) >= 3.00
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(LWP::RobotUA)
BuildRequires:	perl(Net::IP)
BuildRequires:	perl(Net::hostent)
BuildRequires:	perl(Socket)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(URI)
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(URI::file)
BuildRequires:	perl(WWW::RobotRules)
BuildRequires:	perl(CSS::DOM)
BuildRequires:	perl(Config::General)
BuildRequires:	perl(Term::ReadKey)

%description
The link checker reads an HTML or XHTML document and extracts a list of anchors
and links.

It checks that no anchor is defined twice. 

It then checks that all the links are dereferenceable, including the fragments.
It warns about HTTP redirects, including directory redirects. 

It can check recursively a part of a Web site. 

There is a command line version and a CGI version. They both support HTTP basic
authentication. This is achieved in the CGI version by passing through the
authorization information from the user browser to the site tested. 

%prep
%setup -q -n %realname-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

mkdir -p %{buildroot}%_var/www/cgi-bin/

cp %{buildroot}%{_bindir}/%{name} %{buildroot}%_var/www/cgi-bin/%{name}.cgi

%files
%{_bindir}/%{name}
%{perl_vendorlib}/W3C/LinkChecker.pm
%_var/www/cgi-bin/%{name}.cgi
%{_mandir}/man*/%{name}*
%doc docs/*
%doc README NEWS



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.81-3
+ Revision: 7aeb40f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 576 |14cr|checkpassword-pam-0.99-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A checkpassword compatible authentication program
Name:		checkpassword-pam
Version:	0.99
Release:	8
License:	GPL
Group:		System/Servers
URL:		http://checkpasswd-pam.sourceforge.net/
Source:		%{name}-%{version}.tar.bz2
BuildRequires:	pam-devel
Provides:	checkpassword
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
checkpassword-pam is an implementation of checkpassword-compatible
authentication program.

Checkpassword is described in <URL:http://cr.yp.to/checkpwd.html>

checkpassword-pam was written from scratch.  There are several older
packages called checkpassword-pam, derived from DJB's checkpassword
code.   This checkpassword-pam is more modern and
administrator-friendly.


If you are using Linux-PAM, make sure it is more recent than 0.59.
Incompatibilities are in the PAM conversation function (number of
requests vs number of responses).  All modern Linux distribution use
PAM newer than that.

%prep

%setup -q

%build

%configure2_5x

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}/bin
install -d %{buildroot}%{_sysconfdir}/pam.d
install -d %{buildroot}%{_mandir}/man8

install -m755 checkpassword-pam %{buildroot}/bin/
install -m644 checkpassword-pam.8 %{buildroot}%{_mandir}/man8/

# This is taken from %{_sysconfdir}/pam.d/login
# I hope this is sufficent?

cat > %{buildroot}%{_sysconfdir}/pam.d/checkpassword-pam << EOF
#%PAM-1.0
auth       required	pam_securetty.so
auth       include      system-auth
auth       required	pam_nologin.so
account    include      system-auth
password   include      system-auth
session    include      system-auth
session    optional	pam_console.so
EOF

chmod 644 %{buildroot}%{_sysconfdir}/pam.d/checkpassword-pam

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc AUTHORS NEWS README interface.html
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/checkpassword-pam
%attr(755,root,root) /bin/checkpassword-pam
%attr(644,root,root) %{_mandir}/man8/checkpassword-pam.8*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99-8
+ Revision: 4834553
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 577 |14cr|checkpolicy-2.0.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libsepolver 2.0.10-1
Summary: SELinux policy compiler
Name: checkpolicy
Version: 2.0.16
Release: 4
License: GPL
Group: Development/Other
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz

BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: byacc flex sepol-static-devel >= %{libsepolver} selinux-devel bison

%description
Security-enhanced Linux is a feature of the Linux® kernel and a number
of utilities with enhanced security functionality designed to add
mandatory access controls to Linux.  The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement®, Role-based Access
Control, and Multi-level Security.

This package contains checkpolicy, the SELinux policy compiler.  
Only required for building policies. 

%prep
%setup -q

%build
%make clean
%make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" CC=gcc

%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
%makeinstall_std LIBDIR="%{_libdir}"

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%{_bindir}/checkpolicy
%{_bindir}/checkmodule
%{_mandir}/man8/checkpolicy.8*
%{_mandir}/man8/checkmodule.8*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.16-4
+ Revision: 44bae1e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 578 |14cr|chemtool-1.6.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	chemtool
%define version 1.6.13
%define release 2

Summary:	Program for 2D drawing organic molecules
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Sciences/Chemistry
Source0:	http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz
Url:		http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
Requires:	transfig openbabel
BuildRequires:	gtk2-devel gettext-devel desktop-file-utils
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
Patch0:		chemtool-1.6.8-compilationfix.patch

%description
Chemtool is a program for drawing organic molecules easily and store them as
a X bitmap, Xfig or EPS file. It runs under the X Window System using 
the GTK widget set.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %buildroot%_datadir/%{name}-%{version}
install -m644 examples/* %buildroot%_datadir/%{name}-%{version}/

mkdir -p %buildroot%{_datadir}/applications

# (tv) fix 'error: value "chemtool.png" for key "Icon" in group "Desktop Entry"
# is an icon name with an extension, but there should be no extension as
# described in the Icon Theme Specification if the value is not an absolute
# path':
perl -pi -e 's!^(Icon=).*/([^/]*)$!\1\2!; s!.png$!!' %{name}.desktop

desktop-file-install --vendor='' \
	--dir=%buildroot%{_datadir}/applications/ \
	--remove-category='Application' \
	--add-category='GTK' \
	--add-category='Science' \
	%{name}.desktop

install -D -m644 kde/icons/hicolor/32x32/mimetypes/chemtool.png %buildroot%{_iconsdir}/hicolor/32x32/mimetypes/chemtool.png

# icons
%{__install} -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
%{__install} -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
%{__install} -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
%{__install} -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{__install} -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{__install} -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%{find_lang} %{name}

%files -f %{name}.lang
%doc TODO README ChangeLog
%_bindir/*
%_datadir/%{name}-%{version}
%_mandir/man1/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/*/*.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.13-2
+ Revision: be0d23c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 579 |14cr|cheops-ng-0.2.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Multipurpose network exploration tool
Name:		cheops-ng
Version:	0.2.3
Release:	9
License:	GPLv2+
Group:		Networking/Other
Url:		http://cheops-ng.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Source1:	cheops-agent
Patch0:		cheops-ng-0.2.3-ditch-in_addr_deepstruct.patch
Patch1:		cheops-ng-errno.patch
Patch2:		cheops-ng-0.2.3-ldflags.patch
# openSuSE patches
Patch11:	cheops-ng-missing_autoheader_templates.patch
Patch12:	cheops-ng-modernize_configure.patch
Patch13:	cheops-ng-use_external_libadns.patch
Patch14:	cheops-ng-rename_clog.patch
Patch15:	cheops-ng-pointer_int_casts.patch
Patch16:	cheops-ng-codecleanup.patch
Patch17:	cheops-ng-off_by_one.patch
Patch18:	cheops-ng-destdir.patch
Patch19:	cheops-ng-fix_desktop_file.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	nmap
BuildRequires:	adns-devel
BuildRequires:	gnome-libs-devel
BuildRequires:	pkgconfig(glib)
BuildRequires:	pkgconfig(gtk+)
BuildRequires:	pkgconfig(imlib)
BuildRequires:	pkgconfig(libxml)
BuildRequires:	pkgconfig(ORBit)
BuildRequires:	pkgconfig(xpm)
Requires:	nmap

%description
Cheops-ng is a Network management tool for mapping and monitoring your network.
It has host/network discovery functionality as well as OS detection of hosts.
Cheops-ng has the ability to probe hosts to see what services they are running.
On some services, cheops-ng is actually able to see what program is running for
a service and the version number of that program.

NB: Run cheops-agent as root to enable the backend.

%files
%doc AUTHORS ChangeLog README doc/*
%{_bindir}/cheops-ng
%{_sbindir}/cheops-agent
%attr(755,root,root) %config(noreplace) %{_initrddir}/cheops-agent
%dir %{_datadir}/cheops-ng
%dir %{_datadir}/cheops-ng/pixmaps
%{_datadir}/cheops-ng/pixmaps/*.xpm
%{_datadir}/pixmaps/cheops-ng.xpm
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/gnome/apps/Internet/cheops-ng.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%patch1 -p1
%patch11 -p0 -b .template~
%patch12 -p0
%patch13 -p0
%patch14 -p0
%patch15 -p0
%patch16 -p0
%patch17 -p0
%patch18 -p0
%patch19 -p0

%patch0 -p1
%patch2 -p1 -b .ldflags~

rm -f Makefile
aclocal -I m4
autoheader -I m4
autoconf -I m4
# grf, too incompetent to fix automake mess properly...
cp %{_datadir}/automake-`automake --version|head -n1|cut -d\  -f4|cut -d. -f-2`/config.sub .

%build
%configure2_5x
# make -j2 does not work
make

%install
%makeinstall_std

install -m755 %{SOURCE1} -D %{buildroot}%{_initrddir}/cheops-agent

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name}
Icon=networking_section
Categories=Network;
Name=Cheops-NG
Comment=Network Browser and Tools (requires running agent)
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-9
+ Revision: 0e0aba7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 580 |14cr|cherokee-1.2.101-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libbase %mklibname %{name}-base %{major}
%define libclient %mklibname %{name}-client %{major}
%define libserver %mklibname %{name}-server %{major}
%define mainver %(echo %{version} | sed -e "s/\\([0-9]*\\.[0-9]*\\).[0-9]*/\\1/")

Summary:	Extremely fast and flexible web server
Name:		cherokee
Version:	1.2.101
Release:	7
License:	GPLv2
Group:		System/Servers
Source0:	http://www.cherokee-project.com/download/%{mainver}/%{version}/%{name}-%{version}.tar.gz
Source1:	cherokee.service
Source2:	cherokee.logrotate
Patch0:		cherokee-1.2.101-rosa-linkage.patch
Patch1:		cherokee-1.2.101-ffmpeg0.11.patch
URL:		http://www.cherokee-project.com/
BuildRequires:	ffmpeg-devel
BuildRequires:	php-devel
BuildRequires:	php-fpm
Requires:	php-fpm
BuildRequires:	mysql-devel
BuildRequires:	openldap-devel
BuildRequires:	openssl-devel
BuildRequires:	pkgconfig(geoip)
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Provides:	webserver
Provides:	%mklibname %{name}-config %{major}
Obsoletes:	%mklibname %{name}-config 0

%description
Cherokee is an extremely flexible and fast web server. It's embedable,
extensible with plug-ins. It has handler-to-path, virtual servers, gzip
encoding, modular loggers, CGI support, and can run in a chroot
environment, among other features.

%files -f %{name}.lang
%{_unitdir}/%{name}*
%dir %{_sysconfdir}/cherokee
%config(noreplace) %{_sysconfdir}/cherokee/cherokee.conf
%{_sysconfdir}/cherokee/cherokee.conf.perf_sample
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_bindir}/cherokee-admin-launcher
%{_bindir}/cherokee-macos-askpass
%{_bindir}/cherokee-panic
%{_bindir}/cherokee-tweak
%{_bindir}/CTK-run
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*.so
%{_sbindir}/*
%{_datadir}/%{name}
%doc %{_datadir}/doc/%{name}
%{_mandir}/man1/cherokee-admin.*
%{_mandir}/man1/cherokee-admin-launcher.*
%{_mandir}/man1/cherokee-tweak.*
%{_mandir}/man1/cherokee-worker.*
%{_mandir}/man1/cherokee.*
%_var/www

#----------------------------------------------------------------------

%package -n cget
Group:		System/Servers
Summary:	Web page downloader

%description -n cget
CGet is a small downloader based in the Cherokee client library.

%files -n cget
%{_bindir}/cget
%{_mandir}/man1/cget.*

#----------------------------------------------------------------------

%package -n %libbase
Group:		System/Servers
Summary:	Extremely fast and flexible web server - libraries

%description -n %libbase
Cherokee is an extremely flexible and fast web server. It's embedable,
extensible with plug-ins. It has handler-to-path, virtual servers, gzip
encoding, modular loggers, CGI support, and can run in a chroot
environment, among other features.

This is the runtime library.

%files -n %libbase
%{_libdir}/libcherokee-base.so.%{major}*

#----------------------------------------------------------------------

%package -n %libclient
Group:		System/Servers
Summary:	Extremely fast and flexible web server - libraries

%description -n %libclient
Cherokee is an extremely flexible and fast web server. It's embedable,
extensible with plug-ins. It has handler-to-path, virtual servers, gzip
encoding, modular loggers, CGI support, and can run in a chroot
environment, among other features.

This is the client runtime library.

%files -n %libclient
%{_libdir}/libcherokee-client.so.%{major}*

#----------------------------------------------------------------------

%package -n %libserver
Group:		System/Servers
Summary:	Extremely fast and flexible web server - libraries

%description -n %libserver
Cherokee is an extremely flexible and fast web server. It's embedable,
extensible with plug-ins. It has handler-to-path, virtual servers, gzip
encoding, modular loggers, CGI support, and can run in a chroot
environment, among other features.

This is the server runtime library.

%files -n %libserver
%{_libdir}/libcherokee-server.so.%{major}*

#----------------------------------------------------------------------

%package devel
Group:		System/Servers
Requires:	%libbase = %{version}
Requires:	%libclient = %{version}
Requires:	%libserver = %{version}
Summary:	Extremely fast and flexible web server - development files

%description devel
Cherokee is an extremely flexible and fast web server. It's embedable,
extensible with plug-ins. It has handler-to-path, virtual servers, gzip
encoding, modular loggers, CGI support, and can run in a chroot
environment, among other features.

This package contains the server development files - headers, .so and .a files.

%files devel
%{_bindir}/%{name}-config
%{_libdir}/*.so
%{_includedir}/%{name}
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/*.m4
%{_mandir}/man1/%{name}-config.*

#----------------------------------------------------------------------
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p0
touch ./INSTALL

%build
autoreconf -i
%serverbuild
%configure2_5x --disable-static
%make

%install
%makeinstall_std

mv %{buildroot}%{_datadir}/locale/jp %{buildroot}%{_datadir}/locale/ja
%find_lang %{name}

%{__install} -D -m 0644 pam.d_cherokee %{buildroot}%{_sysconfdir}/pam.d/%{name}
%{__install} -D -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
%{__install} -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

%{buildroot}%{_datadir}/%{name}/admin/upgrade_config.py %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
rm -f %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf.backup

%check
# broken in 0.99.39
#%make test

%post
[[ -e %{_sysconfdir}/%{name}/%{name}.conf ]] && %{_datadir}/%{name}/admin/upgrade_config.py %{_sysconfdir}/%{name}/%{name}.conf
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%changelog
* Fri Sep 05 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.101-7
+ Revision: 9cd823c
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 581 |14cr|cherrytree-0.34.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		cherrytree
Version:	0.34.1
Release:	1
Summary:	Hierarchical note taking application

Group:		Office
License:	GPLv2+
URL:		http://www.giuspen.com/cherrytree/
Source0:	http://www.giuspen.com/software/%{name}-%{version}.tar.xz

BuildArch:	noarch
BuildRequires:	pkgconfig(python)
BuildRequires:	gettext
BuildRequires:	desktop-file-utils
Requires:	pygtk2
Requires:	python-gobject
Requires:	python-gtksourceview
Requires:	python-enchant
Requires:	p7zip

%description
CherryTree is a hierarchical note taking application, featuring rich text and
syntax highlighting, storing all the data (including images) in a single XML
file with extension ".ctd".

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install -O1 --root %{buildroot}

# don't include useless egg
rm -rf %{buildroot}%{python_sitelib}

# these are no longer in use
rm -rf %{buildroot}%{_datadir}/application-registry/
rm -rf %{buildroot}%{_datadir}/mime-info/

# menu entry check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc changelog.txt license.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/cherrytree.appdata.xml
%{_datadir}/%{name}/
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/mime/packages/%{name}.xml
%{_mandir}/man1/*.1*


%changelog
* Wed Sep 03 2014 Eugene Budanov <eugene.budanov@rosalab.ru> 0.34.1-1
+ Revision: d9c9498
- Bugfix release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 582 |14cr|chessbook-medium-0.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	0.1
%define release	10

# (Abel)
# 1. This PGN file is originated from crafty site, named gm2600.pgn.
# It is a carefully selected collection of games of grandmasters
# over 2600 ELO points from different openings.
#
# 2. Don't attempt rebuilding if you don't have enough memory, this
# would result in sllllllow rebuilding.
#
# 3. Not noarch, db format depends on endianess of machine
#
# 4. Only sjeng opening book for normal international chess provides
# sjeng-book, for other chess variants this virtual package is NOT provided

# probably I'll build book for phalanx in the future too
%define build_phalanx 0
%define debug_package %{nil}

Summary:	Chess engine opening book
Name:		chessbook-medium
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Games/Boards
Source0:	gm2600.pgn.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	sjeng-free
BuildRequires:	pgn-extract
%if %build_phalanx
BuildRequires:	phalanx
%endif

%description
International chess opening book (PGN format, medium size)

%package -n	sjeng-book-normal-medium
Summary:	Sjeng chess engine opening book for normal chess
Group:		Games/Boards
URL:		http://sjeng.sourceforge.net/
Provides:	sjeng-book = 0.1

%description -n	sjeng-book-normal-medium
Sjeng chess engine opening book for international chess (medium size)

%package -n	phalanx-book-medium
Summary:	Phalanx chess engine opening book for normal chess
Group:		Games/Boards
URL:		http://dusan.freeshell.org/phalanx/
Provides:	phalanx-book = 0.1

%description -n	phalanx-book-medium
Phalanx chess engine opening book (medium size)

%prep
#*************************************************************************
#* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
#*************************************************************************
#Building this package would not be successful if lmontel logs in. Please
#wait until he logs out before building this RPM, or jobs will be simply
#killed without notice.

%setup -q -c -T
bzip2 -dc %{SOURCE0} > gm2600.pgn

perl -pi -e 's/\r//g' gm2600.pgn
pgn-extract -W -D -s -ogm2600-clean.pgn gm2600.pgn

%build
# === Sjeng ===
# use 1/2 of physical memory for sjeng, should be enough for
# decent machines
mem=`LC_ALL=C free -b | grep '^Mem' | awk '{print $2}' | xargs -i expr {} / 2`

echo -e "book\ngm2600-clean.pgn\n$mem\nquit" | %{_gamesbindir}/sjeng

# === Phalanx ===
# Totally 1562649 positions, multiply it by 36 byte and that's
# the amount of memory needed to sort the buffer in one pass.
# It's not much, so assumes such amount of memory is already
# available.  Otherwise please tune -b option. Using the exact
# number of positions seems to segfault for me, while num+1 is fine.
# DB building time increases exponentially(?) when memory available
# decreses.
#
# Since this file records grandmasters' games, include more
# move to give more variability (50), instead of using the
# default value (80) which includes only better gameplay.
# Only includes common moves would be uninteresting.
%if %build_phalanx
%{_gamesbindir}/phalanx.real bcreate -b 1600000 -g 50 < gm2600-clean.pgn
%endif

%install
rm -rf %{buildroot}
install -D -m 644 nbook.bin %{buildroot}%{_gamesdatadir}/sjeng/nbook-medium.bin
%if %build_phalanx
install -D -m 644 sbook.phalanx %{buildroot}%{_gamesdatadir}/phalanx/sbook-medium.phalanx
%endif

%clean
rm -rf %{buildroot}

%post -n sjeng-book-normal-medium
%{_sbindir}/update-alternatives --install %{_gamesdatadir}/sjeng/nbook.bin \
	nbook.bin %{_gamesdatadir}/sjeng/nbook-medium.bin 20

%preun -n sjeng-book-normal-medium
[ "$1" != 0 ] || %{_sbindir}/update-alternatives --remove nbook.bin \
	%{_gamesdatadir}/sjeng/nbook-medium.bin

%if %build_phalanx
%post -n phalanx-book-medium
%{_sbindir}/update-alternatives --install %{_gamesdatadir}/phalanx/sbook.phalanx \
	sbook.phalanx %{_gamesdatadir}/phalanx/sbook-medium.phalanx 20

%preun -n phalanx-book-medium
[ "$1" != 0 ] || %{_sbindir}/update-alternatives --remove sbook.phalanx \
	%{_gamesdatadir}/phalanx/sbook-medium.phalanx
%endif

%files -n sjeng-book-normal-medium
%defattr(-,root,root)
%{_gamesdatadir}/sjeng/nbook-medium.bin

%if %build_phalanx
%files -n phalanx-book-medium
%defattr(-,root,root)
%{_gamesdatadir}/phalanx/sbook-medium.phalanx
%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-10
+ Revision: 338cd11
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 583 |14cr|chessx-0.9.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 0-9-6
# debuginfo-without-sources
%define debug_package	%{nil}
Name:		chessx
Version:	0.9.6
Release:	2
Summary:	An Open Source chess database
License:	GPLv2
Group:		Games/Boards
URL:		http://chessx.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{oversion}.tar.gz
BuildRequires:	qt4-devel

%description
ChessX is an Open Source chess database. With ChessX you can operate on your
collection of chess games in many ways:
browse, edit, add, organize, analyze, etc.

%prep
%setup -q -n %{name}

%build
%qmake_qt4

# building language files
/usr/lib/qt4/bin/lrelease i18n/*.ts

%make

%install
# binaries
mkdir -p %{buildroot}%{_gamesbindir}
install -m0755 release/chessx %{buildroot}%{_gamesbindir}
# data 
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
cp -r data/* %{buildroot}%{_gamesdatadir}/%{name}
# lang
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}/lang
cp i18n/*.qm %{buildroot}%{_gamesdatadir}/%{name}/lang/
#menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=ChessX
Comment=Open Source chess database
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;BoardGame;
EOF
#icons
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/128x128/apps
cp data/images/%{name}.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
# permits
find %{buildroot}%{_gamesdatadir}/%{name}/images -name '*.svg' -exec chmod a-x  {} \;

%files
%doc COPYING ChangeLog
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-2
+ Revision: 71addc2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 584 |14cr|childsplay-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global alphabet_ver 0.9.1

Summary:	Games for children with plugins
Name:		childsplay
Version:	1.6
Release:	3
License:	GPLv3+
Group:		Education
Url:		http://childsplay.sourceforge.net/
Source0:	http://downloads.sourceforge.net/schoolsplay/%{name}-%{version}.tgz
Source10:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_bg-%{alphabet_ver}.tgz
Source11:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_ca-%{alphabet_ver}.tgz
Source12:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_de-%{alphabet_ver}.tgz
Source13:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_el-0.9.tgz
Source14:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_en_GB-%{alphabet_ver}.tgz
Source15:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_es-%{alphabet_ver}.tgz
Source16:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_fr-%{alphabet_ver}.tgz
Source17:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_it-%{alphabet_ver}.tgz
Source18:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_lt-%{alphabet_ver}.tgz
Source19:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_nb-%{alphabet_ver}.tgz
Source20:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_nl-%{alphabet_ver}.tgz
Source21:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_pt-%{alphabet_ver}.tgz
Source22:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_pt_BR-%{alphabet_ver}.tgz
Source23:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_ro-%{alphabet_ver}.tgz
Source24:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_ru-%{alphabet_ver}.tgz
Source25:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_sl-%{alphabet_ver}.tgz
Source26:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_sv-0.9.2.tgz
Patch0:		setup.py.diff
Requires:	pygame
Requires:	pygtk2.0
Requires:	python-numpy
Requires:	python-sqlalchemy
Requires:	%{name}-sound = %{EVRD}
BuildArch:	noarch

%description
Childsplay is a 'suite' of educational games for young children. It's written
in Python and uses the SDL-libraries to make it more games-like then, for
instance, GCompris. The aim is to be educational and at the same time be fun
to play.

NOTE: This package includes all games currently available for childsplay.
Some activities make use of language dependent voice samples, these sounds are
available as childsplay-sounds packages. For those you'll have to
install the childsplay-alphabet_sounds package for the languages you intend to
use. For example childsplay-sounds-pt_BR.

%files -f %{name}.lang
%doc README* doc/*
%{_bindir}/*
%{_datadir}/childsplay_sp/SPData
%{_datadir}/childsplay_sp/CPData/*.*
%{_datadir}/childsplay_sp/CPData/BilliardData
%{_datadir}/childsplay_sp/CPData/FallinglettersData
%{_datadir}/childsplay_sp/CPData/FindsoundData
%{_datadir}/childsplay_sp/CPData/FishtankData
%{_datadir}/childsplay_sp/CPData/FlashcardsData/cards
%{_datadir}/childsplay_sp/CPData/FlashcardsData/sounds
%{_datadir}/childsplay_sp/CPData/FlashcardsData/names/en
%{_datadir}/childsplay_sp/CPData/LMemoryData
%{_datadir}/childsplay_sp/CPData/MemoryData
%{_datadir}/childsplay_sp/CPData/PackidData
%{_datadir}/childsplay_sp/CPData/PongData
%{_datadir}/childsplay_sp/CPData/PuzzleData
%{_datadir}/childsplay_sp/CPData/SoundmemoryData
%{_datadir}/sp_alphabetsounds/en
%{_datadir}/applications/*.desktop
%{py_puresitedir}/*
%{_datadir}/icons/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%package sounds-bg
Summary:	Bulgarian alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-bg
Bulgarian alphabet sounds for Childsplay.

%files sounds-bg
%doc  alphabet_sounds_bg-%{alphabet_ver}/GPL-2  alphabet_sounds_bg-%{alphabet_ver}/README
%{_datadir}/sp_alphabetsounds/bg

#----------------------------------------------------------------------------

%package sounds-ca
Summary:	Catalan alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-ca
Catalan alphabet sounds for Childsplay.

%files sounds-ca
%doc  alphabet_sounds_ca-%{alphabet_ver}/copyright  alphabet_sounds_ca-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/ca
%{_datadir}/sp_alphabetsounds/ca

#----------------------------------------------------------------------------

%package sounds-de
Summary:	German alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-de
German alphabet sounds for Childsplay.

%files sounds-de
%doc  alphabet_sounds_de-%{alphabet_ver}/copyright  alphabet_sounds_de-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/de
%{_datadir}/sp_alphabetsounds/de

#----------------------------------------------------------------------------

%package sounds-el
Summary:	New Greek alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-el
New Greek alphabet sounds for Childsplay.

%files sounds-el
%doc  alphabet_sounds_el-0.9/copyright  alphabet_sounds_el-0.9/GPL-2
%{_datadir}/sp_alphabetsounds/el

#----------------------------------------------------------------------------

%package sounds-en_GB
Summary:	British English alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-en_GB
British English alphabet sounds for Childsplay.

%files sounds-en_GB
%doc  alphabet_sounds_en_GB-%{alphabet_ver}/copyright  alphabet_sounds_en_GB-%{alphabet_ver}/GPL-2
%{_datadir}/sp_alphabetsounds/en_GB

#----------------------------------------------------------------------------

%package sounds-es
Summary:	Spanish alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-es
Spanish alphabet sounds for Childsplay.

%files sounds-es
%doc  alphabet_sounds_es-%{alphabet_ver}/copyright  alphabet_sounds_es-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/es
%{_datadir}/sp_alphabetsounds/es

#----------------------------------------------------------------------------

%package sounds-fr
Summary:	French alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-fr
French alphabet sounds for Childsplay.

%files sounds-fr
%doc  alphabet_sounds_fr-%{alphabet_ver}/copyright  alphabet_sounds_fr-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/fr
%{_datadir}/sp_alphabetsounds/fr

#----------------------------------------------------------------------------

%package sounds-it
Summary:	Italian alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-it
Italian alphabet sounds for Childsplay.

%files sounds-it
%doc  alphabet_sounds_it-%{alphabet_ver}/copyright  alphabet_sounds_it-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/it
%{_datadir}/sp_alphabetsounds/it

#----------------------------------------------------------------------------

%package sounds-lt
Summary:	Lithuanian alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-lt
Lithuanian alphabet sounds for Childsplay.

%files sounds-lt
%doc  alphabet_sounds_lt-%{alphabet_ver}/copyright  alphabet_sounds_lt-%{alphabet_ver}/GPL-2
%{_datadir}/sp_alphabetsounds/lt

#----------------------------------------------------------------------------

%package sounds-nb
Summary:	Norwegian Bokmål alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-nb
Norwegian Bokmål alphabet sounds for Childsplay.

%files sounds-nb
%doc  alphabet_sounds_nb-%{alphabet_ver}/copyright  alphabet_sounds_nb-%{alphabet_ver}/GPL-2
%{_datadir}/sp_alphabetsounds/nb

#----------------------------------------------------------------------------

%package sounds-nl
Summary:	Dutch alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-nl
Dutch alphabet sounds for Childsplay.

%files sounds-nl
%doc  alphabet_sounds_nl-%{alphabet_ver}/copyright  alphabet_sounds_nl-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/nl
%{_datadir}/sp_alphabetsounds/nl

#----------------------------------------------------------------------------

%package sounds-pt
Summary:	Portuguese alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-pt
Portuguese alphabet sounds for Childsplay.

%files sounds-pt
%doc  alphabet_sounds_pt-%{alphabet_ver}/copyright  alphabet_sounds_pt-%{alphabet_ver}/GPL-2
%{_datadir}/sp_alphabetsounds/pt

#----------------------------------------------------------------------------

%package sounds-pt_BR
Summary:	Brazilian portuguese alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-pt_BR
Brazilian portuguese alphabet sounds for Childsplay.

%files sounds-pt_BR
%doc  alphabet_sounds_pt_BR-%{alphabet_ver}/copyright  alphabet_sounds_pt_BR-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/pt_BR
%{_datadir}/sp_alphabetsounds/pt_BR

#----------------------------------------------------------------------------

%package sounds-ro
Summary:	Romanian alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-ro
Romanian alphabet sounds for Childsplay.

%files sounds-ro
%doc  alphabet_sounds_ro-%{alphabet_ver}/copyright  alphabet_sounds_ro-%{alphabet_ver}/GPL-2
%{_datadir}/sp_alphabetsounds/ro

#----------------------------------------------------------------------------

%package sounds-ru
Summary:	Russian alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-ru
Russian alphabet sounds for Childsplay.

%files sounds-ru
%doc  alphabet_sounds_ru-%{alphabet_ver}/copyright  alphabet_sounds_ru-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/ru
%{_datadir}/sp_alphabetsounds/ru

#----------------------------------------------------------------------------

%package sounds-sl
Summary:	Slovenian alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-sl
Slovenian alphabet sounds for Childsplay.

%files sounds-sl
%doc  alphabet_sounds_sl-%{alphabet_ver}/LICENCE  alphabet_sounds_sl-%{alphabet_ver}/README
%{_datadir}/sp_alphabetsounds/sl
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/sl

#----------------------------------------------------------------------------

%package sounds-sv
Summary:	Swedish alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}

%description sounds-sv
Swedish alphabet sounds for Childsplay.

%files sounds-sv
%doc  alphabet_sounds_sv-0.9.2/copyright  alphabet_sounds_sv-0.9.2/GPL-2
%{_datadir}/sp_alphabetsounds/sv

#----------------------------------------------------------------------------

%prep
%setup -q -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 -a 21 -a 22 -a 23 -a 24 -a 25 -a 26
%patch0 -p0

%build

%install
PREFIX=%{buildroot}%{_prefix} python setup.py install --root="%{buildroot}" --optimize=1

%find_lang %{name} --all-name

rm -fr %{buildroot}%{_datadir}/doc/*

# below is the desktop file and icon stuff.
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=Games for children
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Education;
EOF

mkdir -p %{buildroot}%{_iconsdir}/hicolor/32x32/apps
mkdir -p %{buildroot}%{_iconsdir}/hicolor/64x64/apps
install -p -m 644 lib/SPData/menu/default/logo_cp_32x32.png \
  %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -p -m 644 lib/SPData/menu/default/logo_cp_64x64.png \
  %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png

#Alphabet sounds
# mkdir -p %{buildroot}%{_datadir}/%{name}/CPData/FlashcardsData/names
for sounds in bg ca de en_GB es fr it nb nl pt pt_BR ro ru sl 
do
  cp -a alphabet_sounds_$sounds-%{alphabet_ver}/AlphabetSounds/$sounds %{buildroot}%{_datadir}/sp_alphabetsounds
done
for sounds in ca de es fr it nl pt_BR ru sl
do
  cp -a alphabet_sounds_$sounds-%{alphabet_ver}/FlashCardsSounds/$sounds %{buildroot}%{_datadir}/%{name}_sp/CPData/FlashcardsData/names
done
#some language are not sync
cp -a alphabet_sounds_el-0.9/AlphabetSounds/el %{buildroot}%{_datadir}/sp_alphabetsounds
cp -a alphabet_sounds_sv-0.9.2/AlphabetSounds/sv %{buildroot}%{_datadir}/sp_alphabetsounds
cp -a alphabet_sounds_lt-0.9.1/AlphabetSounds %{buildroot}%{_datadir}/sp_alphabetsounds/lt


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-3
+ Revision: 0dfd929
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 585 |14cr|chipmunk-6.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6.1
%define pkg_major 6
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}
%define demoname  chipmunk-demo
%define samplname chipmunk-samples

Summary:	2D physics engine
Name:		chipmunk
Version:	6.1.5
Release:	2
License:	MIT
Group:		Development/C
Url:		http://chipmunk-physics.net/
Source0:	http://chipmunk-physics.net/release/Chipmunk-%{pkg_major}.x/Chipmunk-%{version}.tgz
Source1:	chipmunk-makefile
# opengl is only needed by the demos
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)

%description
Chipmunk is a rigid body physics library, designed for 2D video games.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	2D physics engine shared library
Group:		Development/C
Obsoletes:	%{_lib}chipmunk6 < 6.1.5

%description -n %{libname}
Chipmunk is a rigid body physics library, designed for 2D video games.

%files -n %{libname}
%doc LICENSE.txt
%{_libdir}/libchipmunk.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The %{devname} package contains header files for developing
applications that use %{libname}.

%files -n %{devname}
%doc README.textile
%{_libdir}/libchipmunk.so
%{_libdir}/libchipmunk.a
%{_includedir}/chipmunk

#----------------------------------------------------------------------------

%package -n %{demoname}
Summary:	Demos of the library %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{demoname}
The %{demoname} package provides some demos of what can be achieved
using the library %{libname}.
Switch the demos using the keyboard keys from [a] to [s].

%files -n %{demoname}
%{_bindir}/chipmunk-demo

#----------------------------------------------------------------------------

%package -n %{samplname}
Summary:	Examples of use of the library %{name}
Group:		Development/C
BuildArch:	noarch

%description -n %{samplname}
The %{samplname} package provides the source code of the demos.

%files -n %{samplname}
%doc samples

#----------------------------------------------------------------------------

%prep
%setup -q -n Chipmunk-%{version}
cp %{SOURCE1} src/Makefile

%build
pushd src
make clean
make CFLAGS="%{optflags} -std=c99"
make cleanobj
make static CFLAGS="%{optflags} -std=c99"
popd
pushd Demo
ln -s ../src/libchipmunk.so.* libchipmunk.so
gcc -o chipmunk-demo -std=gnu99 -I../include/chipmunk -L. -lchipmunk -lm -lGL -lGLU -lglut *.c
popd
mkdir samples
cp Demo/*.[ch] samples/

%install
pushd src
make install \
  INCDIR=%{buildroot}%{_includedir} \
  LIBDEST=%{buildroot}%{_libdir}
popd
pushd Demo
install -d -m 0755 %{buildroot}%{_bindir}
install -m 0755 chipmunk-demo %{buildroot}%{_bindir}
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1.5-2
+ Revision: 5c145ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 586 |14cr|chkfontpath-1.10.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	chkfontpath
%define	version	1.10.1
%define release	8

Summary:	Simple interface for editing the font path for the X font server
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		System/X11
BuildRequires:	popt-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source0:	%{name}-%{version}.tar.gz
Patch0:		chkfontpath-1.7-unscaled.patch
Requires:	xfs

%description 
This is a simple terminal mode program for configuring the directories
in the X font server's path. It is mostly intended to be used
'internally' by RPM when packages with fonts are added or removed, but
it may be useful as a stand-alone utility in some instances.

%prep
%setup -q
%patch0 -p1 -b .old

%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

%install
perl -pi -e "s!/usr/man!%{_mandir}!g" Makefile man/Makefile
%makeinstall INSTROOT=$RPM_BUILD_ROOT BINDIR=%{_sbindir} MANDIR=%{_mandir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_sbindir}/chkfontpath
%{_mandir}/man8/chkfontpath.8*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.1-8
+ Revision: b4058ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 587 |14cr|chkrootkit-0.50-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define build_diet 0

# commandline overrides:
# rpm -ba|--rebuild --with 'xxx'
%{?_with_diet: %{expand: %%define build_diet 1}}

Summary:	Check rootkits
Name:		chkrootkit
Version:	0.50
Release:	1
License:	BSD
Group:		Monitoring
Url:		http://www.chkrootkit.org/
Source0:	ftp://ftp.pangeia.com.br/pub/seg/pac/%{name}-%{version}.tar.gz
Patch0:		chkrootkit_fix_apache_false_positive.diff
Patch1:		chkrootkit-0.49-bug57979.diff
%if %{build_diet}
BuildRequires:	dietlibc-devel >= 0.32
%endif
BuildRequires:	glibc-static-devel
Requires:	binutils
Requires:	coreutils
Requires:	findutils
Requires:	gawk
Requires:	grep
Requires:	net-tools
Requires:	procps
Requires:	sed

%description
Chkrootkit is a tool to locally check for signs of a rootkit.

%files
%doc ACKNOWLEDGMENTS README* COPYRIGHT
%{_sbindir}/*
%{_libdir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0

# instead of a static patch
chmod 644 *
for i in `ls -1 *.c|sed "s/\.c//"`; do
    perl -pi -e "s|\./${i}|%{_libdir}/%{name}/${i}|g" %{name}
done

%build
%if %{build_diet}
# OE: use the power of dietlibc
make CC="diet gcc" CFLAGS="-DHAVE_LASTLOG_H -DLASTLOG_FILENAME='\"/var/log/lastlog\"' -DWTMP_FILENAME='\"/var/log/wtmp\"' -Os  -s -static" LDFLAGS=-static
%else
make CFLAGS="-DHAVE_LASTLOG_H -DLASTLOG_FILENAME='\"/var/log/lastlog\"' -DWTMP_FILENAME='\"/var/log/wtmp\"'" LDFLAGS=-static
%endif

%install
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_libdir}/%{name}

install chkrootkit %{buildroot}%{_sbindir}/
install check_wtmpx chkdirs chklastlog chkproc chkutmp chkwtmp ifpromisc strings-static %{buildroot}%{_libdir}/%{name}/



%changelog
* Thu Sep 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.50-1
+ Revision: 898ed5d
- New version 0.50



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 588 |14cr|chntpw-0.99.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap 080526

Summary:	The Offline NT Password Editor
Name:		chntpw
Version:	0.99.6
Release:	5
License:	GPL
Group:		File tools
URL:		http://home.eunet.no/~pnordahl/ntpasswd/
Source0:	http://home.eunet.no/~pnordahl/ntpasswd/chntpw-source-%{snap}.zip
Source1:	chntpw.8
BuildRequires:	openssl-devel
BuildRequires:	openssl-static-devel
BuildRequires:	glibc-static-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This little program will enable you to view some information and change user
passwords in a Windows NT SAM userdatabase file. You do not need to know the
old passwords. However, you need to get at the file some way or another
yourself. In addition it contains a simple registry editor with full write
support, and hex-editor which enables you to fiddle around with bits&bytes in
the file as you wish yourself.

%package -n	reged
Summary:	Simple Registry Edit Utility
Group:		File tools

%description -n	reged
This program is a command line utility to export of registry to .reg files.

%prep

%setup -q -n chntpw-%{snap}

cp %{SOURCE1} chntpw.8

# fix attribs
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

%build
%serverbuild

make \
    CFLAGS="$CFLAGS -DUSEOPENSSL -I. -I%{_includedir}  -Wall" \
    OSSLLIB=%{_libdir} \
    LIBS="-L%{_libdir} -lcrypto"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8

install -m0755 %{name} %{buildroot}%{_sbindir}/
install -m0755 %{name}.static %{buildroot}%{_sbindir}/
install -m0755 reged %{buildroot}%{_sbindir}/
install -m0755 reged.static %{buildroot}%{_sbindir}/
install -m0644 chntpw.8 %{buildroot}%{_mandir}/man8/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc HISTORY.txt README.txt regedit.txt
%{_sbindir}/%{name}*
%{_mandir}/man8/chntpw.8*

%files -n reged
%defattr(-,root,root)
%{_sbindir}/reged*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99.6-5
+ Revision: 70120cf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 589 |14cr|chocolate-doom-1.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		chocolate-doom
Version:	1.7.0
Release:	2
Group:		Games/Arcade
Summary:	Historically compatible Doom engine
License:	GPLv2+
URL:		http://chocolate-doom.org/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(samplerate)

%description
Chocolate Doom is a game engine that aims to accurately reproduce the
experience of playing vanilla Doom. It is a conservative, historically
accurate Doom source port, which is compatible with the thousands of mods
and levels that were made before the Doom source code was released. Rather
than flashy new graphics, Chocolate Doom's main features are its accurate
reproduction of the game as it was played in the 1990s.

The following games can be played:
-Doom (including the shareware and registered versions,
       and the Ultimate Doom expansion pack)
-Doom II
-Final Doom (TNT:Evilution, and the Plutonia Experiment)
-Chex Quest

It is also possible to play these expansion packs and commercial games, each
of which requires one of the above:
-The Master Levels for Doom II
-Hacx

And also various TCs and WAD files:
http://www.chocolate-doom.org/wiki/index.php/User_guide

Warning! Chocolate Doom needs to know where to find your IWAD file.
To do this, put the file into /usr/share/games/doom or read INSTALL
file in docs for other possibilities.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_datadir}/applications/screensavers/chocolate-doom-screensaver.desktop

#These suck, we don't like them
rm -f %{buildroot}%{_datadir}/applications/chocolate-doom.desktop
rm -f %{buildroot}%{_datadir}/applications/chocolate-setup.desktop

cat > %{buildroot}%{_datadir}/applications/mandriva-chocolate-doom.desktop << EOF
[Desktop Entry]
Name=Chocolate Doom
Comment=Conservative Doom source port
Exec=chocolate-doom
Type=Application
Terminal=false
Icon=chocolate-doom
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-chocolate-setup.desktop << EOF
[Desktop Entry]
Name=Chocolate Doom Setup
Comment=Setup tool for Chocolate Doom
Exec=chocolate-setup
Type=Application
Terminal=false
Icon=chocolate-setup
Categories=Game;ArcadeGame;
EOF

%files
%doc CMDLINE ChangeLog NEWS NOT-BUGS README README.OPL INSTALL
%{_gamesbindir}/chocolate-doom
%{_gamesbindir}/chocolate-server
%{_gamesbindir}/chocolate-setup
%{_datadir}/applications/mandriva-chocolate-doom.desktop
%{_datadir}/applications/mandriva-chocolate-setup.desktop
%{_iconsdir}/chocolate-doom.png
%{_iconsdir}/chocolate-setup.png
%{_mandir}/man5/chocolate-doom.cfg.5.*
%{_mandir}/man5/default.cfg.5.*
%{_mandir}/man6/chocolate-doom.6.*
%{_mandir}/man6/chocolate-server.6.*
%{_mandir}/man6/chocolate-setup.6.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-2
+ Revision: 687bfc0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 590 |14cr|cholmod-2.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define NAME		CHOLMOD
%define major		%{version}
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

%define enable_metis 	0

Name:		cholmod
Version:	2.1.2
Release:	2
Epoch:		1
Summary:	Routines for factorizing sparse symmetric positive definite matricies
Group:		System/Libraries
License:	LGPL
URL:		http://www.cise.ufl.edu/research/sparse/cholmod/
Source0:	http://www.cise.ufl.edu/research/sparse/cholmod/CHOLMOD-%{version}.tar.gz
BuildRequires:	blas-devel
BuildRequires:	lapack-devel
BuildRequires:	amd-devel >= 2.0.0
BuildRequires:	camd-devel >= 2.0.0
BuildRequires:	colamd-devel >= 2.0.0
BuildRequires:	ccolamd-devel >= 2.0.0
BuildRequires:	suitesparse-common-devel >= 4.0.0

%description
CHOLMOD is a set of routines for factorizing sparse symmetric positive
definite matrices of the form A or AA', updating/downdating a sparse
Cholesky factorization, solving linear systems, updating/downdating
the solution to the triangular system Lx=b, and many other sparse
matrix functions for both symmetric and unsymmetric matrices.  Its
supernodal Cholesky factorization relies on LAPACK and the Level-3
BLAS, and obtains a substantial fraction of the peak performance of
the BLAS.  Both real and complex matrices are supported.

%package -n %{libname}
Summary:	Routines for factorizing sparse symmetric positive definite matricies
Group:		System/Libraries

%description -n %{libname}
CHOLMOD is a set of routines for factorizing sparse symmetric positive
definite matrices of the form A or AA', updating/downdating a sparse
Cholesky factorization, solving linear systems, updating/downdating
the solution to the triangular system Lx=b, and many other sparse
matrix functions for both symmetric and unsymmetric matrices.  Its
supernodal Cholesky factorization relies on LAPACK and the Level-3
BLAS, and obtains a substantial fraction of the peak performance of
the BLAS.  Both real and complex matrices are supported.

This package contains the library needed to run programs dynamically
linked against %{NAME}.

%package -n %{develname}
Summary:	C routines for factorizing sparse symmetric positive definite matricies
Group:		Development/C
Requires:	suitesparse-common-devel >= 4.0.0
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
CHOLMOD is a set of routines for factorizing sparse symmetric positive
definite matrices of the form A or AA', updating/downdating a sparse
Cholesky factorization, solving linear systems, updating/downdating
the solution to the triangular system Lx=b, and many other sparse
matrix functions for both symmetric and unsymmetric matrices.  Its
supernodal Cholesky factorization relies on LAPACK and the Level-3
BLAS, and obtains a substantial fraction of the peak performance of
the BLAS.  Both real and complex matrices are supported.

This package contains the files needed to develop applications which
use %{name}.

%prep
%setup -q -c -n %{name}-%{version}
cd %{NAME}
find . -perm 0600 | xargs chmod 0644
mkdir ../SuiteSparse_config
ln -sf %{_includedir}/suitesparse/SuiteSparse_config.* ../SuiteSparse_config

%build
cd %{NAME}
%if "%{?enable_metis}" == "1"
CHOLMOD_FLAGS="%{optflags} -I%{_includedir}/metis -fPIC"
%else
CHOLMOD_FLAGS="%{optflags} -DNPARTITION -fPIC"
%endif
pushd Lib
    %make -f Makefile CC=%__cc CFLAGS="$CHOLMOD_FLAGS -fPIC -I%{_includedir}/suitesparse" INC=
    %__cc -shared -Wl,-soname,lib%{name}.so.%{major} -o lib%{name}.so.%{version} -lamd -lcamd -lcolamd -lccolamd -lblas -llapack -lm *.o
popd

%install
cd %{NAME}

%__install -d -m 755 %{buildroot}%{_libdir} 
%__install -d -m 755 %{buildroot}%{_includedir}/suitesparse 

for f in Lib/*.so*; do
    %__install -m 755 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Lib/*.a; do
    %__install -m 644 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Include/*.h; do
    %__install -m 644 $f %{buildroot}%{_includedir}/suitesparse/`basename $f`
done

%__ln_s lib%{name}.so.%{version} %{buildroot}%{_libdir}/lib%{name}.so

%__install -d -m 755 %{buildroot}%{_docdir}/%{name}
%__install -m 644 README.txt Core/*.txt Doc/*.pdf Doc/ChangeLog %{buildroot}%{_docdir}/%{name}

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_docdir}/%{name}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.1.2-2
+ Revision: 588f209
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 591 |14cr|chpax-0.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	chpax
%define version	0.7
%define release 8

Name:		%{name}
Summary:	Tool that allows PaX flags to be modified on a per-binary basis
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.7-autotools.patch.bz2
URL:		http://pax.grsecurity.net/
Group:		System/Configuration/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	Public Domain
BuildRequires:	autoconf2.5 automake

%description
A tool that allows PaX flags to be modified on a per-binary basis. PaX is part
of common security-enhancing kernel patches, like GrSecurity. Your system needs
to be running an appropriately patched kernel, like the one provided by the
kernel-secure package, for this program to have any effect.

%prep
%setup -q
%patch0 -p1 -b .autotools

%build 
aclocal
autoheader
autoconf
automake --foreign -a
%configure 
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean 
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root,0755) 
%{_mandir}/man1/chpax.1*
%{_sbindir}/chpax
%defattr(644,root,root,0755)
%doc README ChangeLog




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-8
+ Revision: ecfd59f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 592 |14cr|chromium-bsu-0.9.15.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fast paced, arcade-style, top-scrolling space shooter
Name:		chromium-bsu
Version:	0.9.15.1
Release:	2
Group:		Games/Arcade
License:	Artistic clarified
Url:		http://chromium-bsu.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	libglpng-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(quesoglc)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(vorbis)
Obsoletes:	chromium < 0.9.15-3

%description
You are captain of the cargo ship Chromium B.S.U., responsible for delivering
supplies to our troops on the front line. Your ship has a small fleet of
robotic fighters which you control from the relative safety of the Chromium
vessel.

This is an OpenGL-based shoot 'em up game with fine graphics.

%prep
%setup -q

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64}/apps
install -m0644 misc/%{name}.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
convert -scale 48x48 misc/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32x32 misc/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16x16 misc/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README ChangeLog
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/%{name}.6.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.15.1-2
+ Revision: 87be8b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 593 |14cr|chrony-1.27-0.pre1git1ca844a.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitpatch git1ca844a
%define git 1
%define prel pre1

Name:		chrony
Version:	1.27
%if %git
Release:	0.%{?prel}%{?gitpatch}.2
%else
Release:	2
%endif
Summary:	An NTP client/server
Group:		System/Base
License:	GPLv2
URL:		http://chrony.tuxfamily.org
Source0:	http://download.tuxfamily.org/chrony/chrony-%{version}-%{?prel}.tar.gz
Source1:	chrony.conf
Source2:	chrony.keys
Source3:	chronyd.service
Source4:	chrony.helper
Source5:	chrony.logrotate
Source7:	chrony.nm-dispatcher
Source8:	chrony.dhclient
Source9:	chrony-wait.service
%{?gitpatch:Patch0: chrony-%{version}-%{?prel}%{gitpatch}.patch.gz}
BuildRequires:	libcap-devel
BuildRequires:	libedit-devel
BuildRequires:	bison
BuildRequires:	texinfo
Requires(pre):	shadow-utils
Requires(post):	systemd-units chkconfig
Requires(preun):	systemd-units
Requires(postun):	systemd-units

%description
A client/server for the Network Time Protocol, this program keeps your
computer's clock accurate. It was specially designed to support
systems with intermittent internet connections, but it also works well
in permanently connected environments. It can use also hardware reference
clocks, system real-time clock or manual input as time references.

%prep
%setup -q -n %{name}-%{version}-%{?prel}
%{?gitpatch:%patch0 -p1}

%{?gitpatch: echo %{version}-%{gitpatch} > version.txt}

%build
%if %mdkver >= 201200
%serverbuild_hardened
%else
%serverbuild
export CFLAGS="$CFLAGS -pie -fpie"
export LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"
%endif

%configure \
        --docdir=%{_docdir} \
        --with-sendmail=%{_sbindir}/sendmail

%make getdate all docs

%install
%makeinstall_std install-docs DESTDIR=%{buildroot}

rm -rf %{buildroot}%{_docdir}

mkdir -p %{buildroot}%{_sysconfdir}/{sysconfig,logrotate.d}
mkdir -p %{buildroot}%{_localstatedir}/{lib,log}/chrony
mkdir -p %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d
mkdir -p %{buildroot}%{_sysconfdir}/dhcp/dhclient.d
mkdir -p %{buildroot}/usr/libexec/
mkdir -p %{buildroot}/lib/systemd/system

install -m 644 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/chrony.conf
install -m 640 -p %{SOURCE2} %{buildroot}%{_sysconfdir}/chrony.keys
install -m 644 -p %{SOURCE3} %{buildroot}/lib/systemd/system/chronyd.service
install -m 755 -p %{SOURCE4} %{buildroot}/usr/libexec/chrony-helper
install -m 644 -p %{SOURCE5} %{buildroot}%{_sysconfdir}/logrotate.d/chrony
install -m 755 -p %{SOURCE7} %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/20-chrony
install -m 755 -p %{SOURCE8} %{buildroot}%{_sysconfdir}/dhcp/dhclient.d/chrony.sh
install -m 644 -p %{SOURCE9} %{buildroot}/lib/systemd/system/chrony-wait.service

touch %{buildroot}%{_localstatedir}/lib/chrony/{drift,rtc}

%pre
getent group chrony > /dev/null || /usr/sbin/groupadd -r chrony
getent passwd chrony > /dev/null || /usr/sbin/useradd -r -g chrony -d %{_localstatedir}/lib/chrony -s /sbin/nologin chrony
:

%post
/bin/systemctl daemon-reload &> /dev/null
:

%triggerun -- chrony < 1.25
if /sbin/chkconfig --level 3 chronyd; then
        /bin/systemctl enable chronyd.service &> /dev/null
fi
:

%preun
if [ "$1" -eq 0 ]; then
        /bin/systemctl --no-reload disable chrony-wait.service chronyd.service &> /dev/null
        /bin/systemctl stop chrony-wait.service chronyd.service &> /dev/null
fi
:

%postun
/bin/systemctl daemon-reload &> /dev/null
if [ "$1" -ge 1 ]; then
        /bin/systemctl try-restart chronyd.service &> /dev/null
fi
:

%files
%doc COPYING NEWS README chrony.txt faq.txt examples/*
%config(noreplace) %{_sysconfdir}/chrony.conf
%config(noreplace) %verify(not md5 size mtime) %attr(640,root,chrony) %{_sysconfdir}/chrony.keys
%config(noreplace) %{_sysconfdir}/logrotate.d/chrony
%{_sysconfdir}/NetworkManager/dispatcher.d/20-chrony
%{_sysconfdir}/dhcp/dhclient.d/chrony.sh
%{_bindir}/chronyc
%{_sbindir}/chronyd
/usr/libexec/chrony-helper
%{_infodir}/chrony.info*
/lib/systemd/system/chrony*.service
%{_mandir}/man[158]/%{name}*.[158]*
%dir %attr(-,chrony,chrony) %{_localstatedir}/lib/chrony
%ghost %attr(-,chrony,chrony) %{_localstatedir}/lib/chrony/drift
%ghost %attr(-,chrony,chrony) %{_localstatedir}/lib/chrony/rtc
%dir %attr(-,chrony,chrony) %{_localstatedir}/log/chrony


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.27-0.pre1git1ca844a.2
+ Revision: 426814b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 594 |14cr|chrootuid-1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name chrootuid
%define version 1.3
%define release 7

Summary:	Run command in restricted environment
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	ftp://ftp.porcupine.org/pub/security/%{name}%{version}.tar.bz2
License:	BSD
Url:		ftp://ftp.porcupine.org/pub/security/index.html
Group:		System/Servers
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	groff

%description
Chrootuid makes it easy to run a network service at low privilege level
and with restricted file system access.
At Eindhoven University, they use this program to run the gopher
and www (world-wide web) network daemons in a minimal environment:
the daemons have access only to their own directory tree,
and run under a low-privileged userid.
The arrangement greatly reduces the impact of possible loopholes
in daemon software.

%prep
%setup -q -n %{name}%{version}

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
install -D -m 0755 %{name} $RPM_BUILD_ROOT%{_sbindir}/%{name}
install -D -m 0755 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_sbindir}/%{name}
%{_mandir}/man1/%{name}.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-7
+ Revision: 68465e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 595 |14cr|ciao-1.10p8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define shortversion 1.10

Summary:	Prolog development environment
Name:		ciao
Version:	1.10p8
Release:	6
Url:		http://www.ciaohome.org/
Source0:	http://www.clip.dia.fi.upm.es/~clip/Software/Ciao/ciao-%{version}.tar.gz
License:	GPLv2+
Group:		Development/Other
Patch0:		ciao-makefile-destdir.patch
Patch1:		ciao-dotprofile.patch
BuildRequires:	emacs

%description
Ciao is next generation multi-paradigm programming environment with a
unique set of features:

* Ciao offers a complete Prolog system, supporting ISO-Prolog, but its
  novel modular design allows both restricting and extending the language.
  As a result, it allows working with fully declarative subsets of Prolog
  and also to extend these subsets (or ISO-Prolog) both syntactically and
  semantically. Most importantly, these restrictions and extensions can
  be activated separately on each program module so that several
  extensions can coexist in the same application for different modules.

* Ciao also supports (through such extensions) programming with functions,
  higher-order (with predicate abstractions), constraints, and objects,
  as well as feature terms (records), persistence, several control rules
  (breadth-first search, iterative deepening, ...), concurrency
  (threads/engines), a good base for distributed execution (agents),
  and parallel execution. Libraries also support WWW programming,
  sockets, external interfaces (C, Java, TclTk, relational databases,
  etc.), etc.

* Ciao offers support for programming in the large with a robust
  module/object system, module-based separate/incremental compilation
  (automatically --no need for makefiles), an assertion language for
  declaring (optional) program properties (including types and modes,
  but also determinacy, non-failure, cost, etc.), automatic static
  inference and static/dynamic checking of such assertions, etc.

* Ciao also offers support for programming in the small producing small
  executables (including only those builtins used by the program) and
  support for writing scripts in Prolog.

* The Ciao programming environment includes a classical top-level and a
  rich emacs interface with an embeddable source-level debugger and a 
  number of execution visualization tools.

* The Ciao compiler (which can be run outside the top level shell)
  generates several forms of architecture-independent and stand-alone
  executables, which run with speed, efficiency and executable size
  which are very competitive with other commercial and academic
  Prolog/CLP systems. Library modules can be compiled into compact
  bytecode or C source files, and linked statically, dynamically, or
  autoloaded.

* The novel modular design of Ciao enables, in addition to modular 
  program development, effective global program analysis and static
  debugging and optimization via source to source program transformation.
  These tasks are performed by the Ciao preprocessor (ciaopp, 
  distributed separately).

* The Ciao programming environment also includes lpdoc, an automatic
  documentation generator for LP/CLP programs. It processes Prolog files
  adorned with (Ciao) assertions and machine-readable comments and
  generates manuals in many formats including postscript, pdf, texinfo,
  info, HTML, man, etc. , as well as on-line help, ascii README files,
  entries for indices of manuals (info, WWW, ...), and maintains WWW
  distribution sites.

%files
%doc local_doc/*
%config(noreplace) %{_sysconfdir}/profile.d/ciao.sh
%config(noreplace) %{_sysconfdir}/profile.d/ciao.csh
%{_libdir}/ciao-%{shortversion}/*
%{_libdir}/*.elc
%{_libdir}/*.el
%{_bindir}/*
%{_includedir}/ciao_prolog.h
%{_infodir}/ciao.info*
%{_mandir}/man1/ciao.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
make CIAOROOT=%{_prefix} LIBDIR=%{_libdir} SRC=`pwd` DOCROOT=%{_defaultdocdir}/%{name}-%{version} EXECMODE=755 DATAMODE=644

%install
make DESTDIR=%{buildroot} CIAOROOT=%{_prefix} LIBDIR=%{_libdir} SRC=`pwd` \
     DOCROOT=%{_defaultdocdir}/%{name}-%{version} EXECMODE=755 DATAMODE=644 install

pushd ciaoc
make DESTDIR=%{buildroot} CIAOROOT=%{_prefix} LIBDIR=%{_libdir} SRC=`pwd`/.. \
     DOCROOT=%{_defaultdocdir}/%{name}-%{version} EXECMODE=755 DATAMODE=644 install
popd

mkdir -p %{buildroot}%{_mandir}/man1 %{buildroot}%{_infodir}

mv %{buildroot}%{_defaultdocdir}/%{name}-%{version}/ciao.info %{buildroot}%{_infodir}
mv %{buildroot}%{_defaultdocdir}/%{name}-%{version}/manl/ciao.l %{buildroot}%{_mandir}/man1/ciao.1

mv %{buildroot}%{_defaultdocdir}/%{name}-%{version} local_doc

mkdir -p %{buildroot}%{_sysconfdir}/profile.d
mv %{buildroot}%{_libdir}/ciao-%{shortversion}/DOTprofile %{buildroot}%{_sysconfdir}/profile.d/ciao.sh
mv %{buildroot}%{_libdir}/ciao-%{shortversion}/DOTcshrc %{buildroot}%{_sysconfdir}/profile.d/ciao.csh
rm %{buildroot}%{_libdir}/DOTprofile %{buildroot}%{_libdir}/DOTcshrc
rm %{buildroot}%{_libdir}/NewUser


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10p8-6
+ Revision: d55c0b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 596 |14cr|c-icap-0.2.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname c-icap %{major}
%define develname %mklibname c-icap -d

%define epoch 4

Summary:	An ICAP server coded in C
Name:		c-icap
Version:	0.2.3
Release:	5
License:	GPL
Group:		System/Servers
URL:		http://sourceforge.net/projects/c-icap/
Source0:	http://prdownloads.sourceforge.net/c-icap/c_icap-%{version}.tar.gz
Source1:	c-icap.service
Source2:	icapd.sysconfig
Source3:	icapd.logrotate
Source4:	c-icap-tmpfiles.conf
Patch0:		c_icap-mdv_conf.diff
Patch1:		c_icap-makefile.patch
Patch2:		c_icap-030606-perllib_fix.patch
Patch3:		fix_lookuptable.patch
Patch4:		c_icap-domain_strip.diff
BuildRequires:	clamav-devel
BuildRequires:	chrpath
BuildRequires:	dos2unix
BuildRequires:	automake
BuildRequires:	autoconf
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(libidn)
BuildRequires:	gmp-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:  doxygen
BuildRequires:  db-devel
BuildRequires:  file
BuildRequires:  openldap-devel
Epoch:		%{epoch}
Requires(pre,post):	rpm-helper
Requires(postun,preun):	rpm-helper

%description
c-icap is an implementation of an ICAP server. It can be used with HTTP 
proxies that support the ICAP protocol to implement content adaptation 
and filtering services

Most of the commercial HTTP proxies must support the ICAP protocol. The 
open source Squid 3.x proxy server supports it

%package -n	%{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared libraries for %{name}

%package -n	%{develname}
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{epoch}:%{version}-%{release}
Provides:	%{name}-devel = %{epoch}:%{version}-%{release}
Provides:	lib%{name}-devel = %{epoch}:%{version}-%{release}
Obsoletes:	%{mklibname c-icap 0 -d}

%description -n %{develname}
This package contains the static %{libname} library and its header
files.

%package	server
Summary:	An ICAP server coded in C
Group:          System/Servers
Requires:	%{name}-modules = %{epoch}:%{version}-%{release}
Requires:	file webserver
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Suggests:	c-icap-modules-extra
%description	server
An ICAP server coded in C.

%package	client
Summary:	An ICAP client coded in C
Group:          System/Servers

%description	client
An ICAP client coded in C.

%package	modules
Summary:	Modules for the c-icap-server
Group:          System/Servers

%description	modules
Modules for the c-icap-server.

%prep

%setup -q -n c_icap-%{version}
%patch0 -p0
%patch1 -p0
%patch2 -p0
#patch3 -p0
%patch4 -p0 -b domain_strip

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# strip away annoying ^M
# find -type f | grep -v "\.gif" | grep -v "\.png" | grep -v "\.jpg" | xargs dos2unix -U
# find -type f -exec dos2unix --skipbin -U -n {} {} \;
chmod 644 AUTHORS COPYING TODO

cp %{SOURCE2} icapd.sysconfig
cp %{SOURCE3} icapd.logrotate

%build
export WANT_AUTOCONF_2_5=1
libtoolize --copy --force; aclocal; autoconf; automake --foreign --add-missing --copy

export LIBS="-lpthread -ldl"
export ICAP_DIR=`pwd`

%configure2_5x \
    --disable-static \
    --enable-shared \
    --with-perl=%{_bindir}/perl \
    --with-ldap

make

%install
%makeinstall_std CONFIGDIR=%{_sysconfdir}/icapd
install -d -m0755 %{buildroot}%{_sysconfdir}/sysconfig
install -d -m0755 %{buildroot}%{_sysconfdir}/logrotate.d
install -d -m0755 %{buildroot}%{_sbindir}
install -d -m0755 %{buildroot}%{_var}/log/icapd
install -d -m0755 %{buildroot}%{_var}/www/cgi-bin

mv %{buildroot}%{_bindir}/c-icap %{buildroot}%{_sbindir}/icapd
install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/icapd.service
install -m0644 icapd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/icapd
install -m0644 icapd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/icapd
install -m0755 contrib/get_file.pl %{buildroot}%{_var}/www/cgi-bin/get_file.pl
install -D -p -m 0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# nuke rpath
chrpath -d %{buildroot}%{_sbindir}/*

#chrpath -d %{buildroot}%{_bindir}/c-icap
chrpath -d %{buildroot}%{_bindir}/c-icap-client
#chrpath -d %{buildroot}%{_bindir}/c-icap-mkbdb
chrpath -d %{buildroot}%{_bindir}/c-icap-stretch

#for l in %{buildroot}%{_bindir}/* ; do
# file $l |grep "not stripped" 
# if [ $? -eq 0 ]; then
#  chrpath -d $l
#  continue
# else
#  echo "not need to strip"
#  continue#
# fi
#done

touch %{buildroot}%{_var}/log/icapd/server.log
touch %{buildroot}%{_var}/log/icapd/access.log

# cleanup
rm -f %{buildroot}%{_libdir}/c_icap/*.*a
rm -f %{buildroot}%{_libdir}/*.*a

%pre server
%_pre_useradd icapd /var/lib/icapd /bin/sh

%post server
%_post_service icapd
#%create_ghostfile %{_var}/log/icapd/server.log icapd icapd 0644
#%create_ghostfile %{_var}/log/icapd/access.log icapd icapd 0644

%preun server
%_preun_service icapd

%postun server
%_postun_userdel icapd

%files server
%doc AUTHORS COPYING TODO
%{_unitdir}/icapd.service
%{_tmpfilesdir}/%{name}.conf
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/icapd/c-icap.conf
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/icapd/c-icap.magic
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/icapd
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/icapd
%attr(0755,root,root) %{_sbindir}/icapd
%attr(0755,root,root) %{_var}/www/cgi-bin/get_file.pl
%attr(0755,icapd,icapd) %dir %{_var}/log/icapd
%attr(0755,icapd,icapd) %dir %{_var}/run/icapd
%ghost %attr(0644,icapd,icapd) %{_var}/log/icapd/server.log
%ghost %attr(0644,icapd,icapd) %{_var}/log/icapd/access.log
%attr(0755,root,root) %{_mandir}/man8/c-icap.8.*

%files client
%attr(0755,root,root) %{_bindir}/c-icap-client
%attr(0755,root,root) %{_bindir}/c-icap-stretch
%attr(0755,root,root) %{_bindir}/c-icap-mkbdb
%attr(0755,root,root) %{_mandir}/man8/c-icap-client.8.*
%attr(0755,root,root) %{_mandir}/man8/c-icap-mkbdb.8.*
%attr(0755,root,root) %{_mandir}/man8/c-icap-stretch.8.*



%files modules
%dir %{_libdir}/c_icap
%attr(0755,root,root) %{_libdir}/c_icap/*.so

%files -n %{libname}
%attr(0755,root,root) %{_libdir}/*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/c_icap
%attr(0644,root,root) %{_includedir}/c_icap/*
%attr(0755,root,root) %{_libdir}/*.so
%attr(0755,root,root) %{_bindir}/c-icap-config
%attr(0755,root,root) %{_bindir}/c-icap-libicapapi-config
%attr(0755,root,root) %{_mandir}/man8/c-icap-config.8.*
%attr(0755,root,root) %{_mandir}/man8/c-icap-libicapapi-config.8.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4:0.2.3-5
+ Revision: abb0845
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 597 |14cr|c-icap-modules-extra-0.2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define epoch 1
%define _disable_libtoolize 1

Summary:	An ICAP module server coded in C
Name:		c-icap-modules-extra
Version:	0.2.5
Release:	2
License:	GPL
Group:		System/Servers
URL:		http://sourceforge.net/projects/c-icap/
Source0:	http://sourceforge.net/projects/c-icap/files/c-icap-modules/0.2.x/c_icap_modules-%{version}.tar.gz
BuildRequires:	clamav-devel
BuildRequires:  c-icap-devel
BuildRequires:  automake
BuildRequires:  autoconf
BuildRequires:  dos2unix
BuildRequires:	db-devel 
Requires:	c-icap-server

Epoch:		%{epoch}

%description
An ICAP modules server coded in C


%prep

%setup -q -n c_icap_modules-%{version}

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# strip away annoying ^M
find -type f | grep -v "\.gif" | grep -v "\.png" | grep -v "\.jpg" | xargs dos2unix

chmod 644 AUTHORS COPYING 


%build
export WANT_AUTOCONF_2_5=1
libtoolize --copy --force; aclocal; autoconf; automake --foreign --add-missing --copy

export LIBS="-lpthread -ldl"

%configure2_5x \
    --disable-static \
    --enable-shared \
    --with-clamav=%{_prefix} \
    --with-c-icap=%{_prefix} \
    --with-bdb

perl -pi -e 's|(srv_clamav_la_LIBADD =  -L)/usr/lib|$1%{_libdir}|;'    \
        services/clamav/Makefile

%make

%install
%{__mkdir_p} %{buildroot}/%{_sysconfdir}/icapd
%makeinstall_std CONFIGDIR=/etc/icapd


# cleanup
rm -f %{buildroot}%{_libdir}/c_icap/*.*a
rm -f %{buildroot}%{_libdir}/*.*a

%files 
%doc AUTHORS COPYING 
%dir %{_libdir}/c_icap
%dir %{_sysconfdir}/icapd
%attr(0755,root,root) %{_libdir}/c_icap/*.so
%config(noreplace) %{_sysconfdir}/icapd/*.conf
%{_sysconfdir}/icapd/*.conf.default
%{_datadir}/c_icap/templates/virus_scan/en/*
%{_datadir}/c_icap/templates/srv_url_check/en/*
%{_mandir}/man8/*
%{_bindir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.2.5-2
+ Revision: 6f17ead
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 598 |14cr|CImg-1.2.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name CImg
%define version 1.2.7
%define greycstoration_version 2.6
%define release 5

Summary:	Tools for advanced image processing
Name:		%name
Version:	%version
Release:	%release
Source0:	http://downloads.sourceforge.net/cimg/%name-%version.tar.gz
License:	CeCiLL
Group:		Graphics
BuildRoot:	%_tmppath/%name-%version-root
URL:		http://cimg.sourceforge.net/
BuildRequires:	doxygen
BuildRequires:	gimp-devel
BuildRequires:	imagemagick-devel

%description
Advanced image manipulation algorithms, including the GREYCSTORATION
image regularization algorithm which is mainly used for removing image
noise.

This package contains tools based on the CImg library.

%package   devel
Summary:   Library for advanced image processing (development files)
Group:     Development/C
Provides:  cimg-devel = %version-%release

%description devel
This package contains the development files for the CImg library. It is
needed to compile programes which use functions of the CImg library.

Note that this library is not a dynamic library. The whole library
code is in the CImg.h file which is in this package. The main package
is not needed to compile software using this library.

%package -n greycstoration
Summary:	Tool for image noise removal using the GREYCstoration algorithm
Group:		Graphics
Version:	%greycstoration_version

%description -n greycstoration
GIMP plug-in to do noise removal with the help of the GREYCstoration
algorithm. More sophisticated than built-in methods of most image
manipulation software.

%prep
%setup -q
chmod -R go+rX .

%build
cd examples
# create optimized build with minimum dependencies
%make ARCHFLAGS="-Dcimg_display_type=0 %{optflags}" all
g++ %optflags %ldflags -o greycstoration4gimp greycstoration4gimp.cpp `gimptool-2.0 --cflags --libs` -I.. -I ../plugins -lpthread

cd ..
cd documentation
doxygen CImg.doxygen
cd ..

%install

install -d %{buildroot}%{_includedir}
cp CImg.h %{buildroot}%{_includedir}

cd examples
install -d %{buildroot}%{_bindir}
cp CImg_demo \
     dtmri_view \
     edge_explorer\
     fade_images \
     greycstoration \
     greycstoration4integration\
     hough_transform \
     image2ascii \
     image_registration \
     image_surface \
     inrcast \
     mcf_levelsets \
     mcf_levelsets3D\
     nlmeans\
     odykill \
     pde_TschumperleDeriche2D \
     pde_heatflow2D \
     pslider \
     tetris \
     tutorial \
     wavelet_atrous %{buildroot}%{_bindir}

install -d %{buildroot}%_libdir/gimp/2.0/plug-ins/
cp  greycstoration4gimp %{buildroot}%_libdir/gimp/2.0/plug-ins/

cd ..

%clean
rm -rf %buildroot


%files
%defattr(-,root,root)
%_bindir/* 
%exclude %{_bindir}/greycstoration*
%doc README.txt Licence*.txt CHANGES.txt

%files devel
%defattr(-,root,root)
%_includedir/*
%doc documentation/*

%files -n greycstoration
%defattr(-,root,root)
%_bindir/greycstoration*
%_libdir/gimp/2.0/plug-ins/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.7-5
+ Revision: 6d41b68
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 599 |14cr|circuslinux-1.0.3-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name circuslinux
%define version 1.0.3
%define release 17

Summary: Cute breakout-like game
Name: %{name}
Version: %{version}
Release: %{release}
Source0: ftp://ftp.sonic.net/pub/users/nbs/unix/x/circus-linux/circuslinux-%{version}.tar.bz2
Source5: %{name}-16.png
Source6: %{name}-32.png
Source7: %{name}-48.png
Patch0: %{name}-1.0.3-fix-64bits-build.patch
License: GPLv2
Url: http://newbreedsoftware.com/circus-linux/
Group: Games/Arcade
BuildRequires:	SDL_image-devel
BuildRequires:	libalsa-devel
BuildRequires:	esound-devel
BuildRequires:	texinfo
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
"Circus Linux!" is based on the Atari 2600 game "Circus Atari" by Atari,
released in 1980.  Gameplay is similar to "Breakout" and "Arkanoid"- you
slide a device left and right to bounce objects into the air which destroy
a wall.

%prep
%setup -q
%patch0 -p1

# fix EOL
mv README-SDL.txt README-SDL.txt.msdos
sed -e 's/\r$//' README-SDL.txt.msdos > README-SDL.txt

cat << EOF > mandriva-%{name}.desktop
[Desktop Entry]
Name=Circus Linux
Comment=%{summary}
Exec=%_gamesbindir/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%build
%configure2_5x	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir}
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall bindir=$RPM_BUILD_ROOT%{_gamesbindir} datadir=$RPM_BUILD_ROOT%{_gamesdatadir}

install -D -m644 mandriva-%{name}.desktop $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop
install -D -m644 %SOURCE6 $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -D -m644 %SOURCE6 $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m644 %SOURCE5 $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -D -m644 %SOURCE5 $RPM_BUILD_ROOT%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m644 %SOURCE7 $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
install -D -m644 %SOURCE7 $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48/apps/%{name}.png

rm -rf %buildroot%_datadir/doc/circuslinux-1.0.3

%if %mdkversion < 200900
%post
%update_menus
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%clean_icon_cache hicolor
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS.txt CHANGES.txt README.txt FAQ.txt README-SDL.txt
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/*
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-17
+ Revision: 9b81e40
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 600 |14cr|cire-0.14.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	cire
%define	version 0.14.0
%define rel	5
%define	release	%mkrel %rel

Name:		%{name} 
Summary:	An Open-Source Diary Program
Version:	%{version} 
Release:	%{release} 
Source0:	%{name}-%{version}.tar.bz2
# Courtesy of the open clipart library
# http://openclipart.org/clipart/unsorted/glossy_paper__gino_river_01.svg
Source1:	%{name}-48.png
URL:		http://cire.sf.net/
# Not sure where it actually fits
Group:		Office
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPL
BuildRequires: imagemagick

%description
Cire is a Free and Open-Source Program for keeping an Electronic
Journal or Diary. It is designed to run on Linux and other Unixes.

Some Possibilities include:
* Keep a Personal Diary
* Keep a Log of Progress on a Programming Project
* Encrypt Messages to Friends (Put the Message in a Diary File, encrypt it,
  send the diary file to your friend, have them decrypt it.)

You can use:

 'cire -g <diary filename>' to Start GTK Interface,
 'cire -n <diary filename>' to Start Ncurses Interface,
 'cire -t <diary filename>' to Start Text Interface,

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name}                
Icon=%{name}                                
Categories=Office;                
Name=Cire                
Comment=A open-source diary program
EOF

mkdir -p %{buildroot}/%{_iconsdir}/ %{buildroot}/%{_miconsdir}/
install -m644 %{SOURCE1} -D %{buildroot}/%{_liconsdir}/%{name}.png
convert %{buildroot}/%{_liconsdir}/%{name}.png -resize 32x32 %{buildroot}/%{_iconsdir}/%{name}.png
convert %{buildroot}/%{_liconsdir}/%{name}.png -resize 16x16 %{buildroot}/%{_miconsdir}/%{name}.png
%makeinstall

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean 
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root)
%doc README TODO HACKING CREDITS CHANGES
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.14.0-5
+ Revision: 1577a0b
- Automatic import for version 0.14.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 601 |14cr|cirkuit-0.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		cirkuit
Summary:	KDE interface for LaTeX graphic tools
Version:	0.4.3
Release:	2
Group:		Sciences/Physics
License:	GPLv2
URL:		http://wwwu.uni-klu.ac.at/magostin/cirkuit.html
Source0:	http://wwwu.uni-klu.ac.at/magostin/src/%{name}-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(poppler-qt4)
Requires:	ghostscript
Requires:	dpic
Requires:	m4
Requires:	pdf2svg
# Textlive is required for dvips
Requires:	texlive

%description
KDE interface for LaTeX graphic tools (such as TikZ, Gnuplot, Circuit Macros)
to produce publication-ready pictures.

%files -f %{name}.lang
%{_kde_bindir}/cirkuit
%{_kde_libdir}/kde4/cirkuit_circuitmacrosbackend.so
%{_kde_libdir}/kde4/cirkuit_nullbackend.so
%{_kde_datadir}/config.kcfg/circuitmacrosbackend.kcfg
%{_kde_datadir}/config.kcfg/cirkuit.kcfg
%{_kde_datadir}/config/cirkuit_example.knsrc
%{_kde_datadir}/config/cirkuit_template.knsrc
%{_kde_datadir}/mime/packages/cirkuit.xml
%{_kde_applicationsdir}/cirkuit.desktop
%{_kde_services}/cirkuit/circuitmacrosbackend.desktop
%{_kde_services}/cirkuit/nullbackend.desktop
%{_kde_servicetypes}/cirkuit_backend.desktop
%{_kde_appsdir}/cirkuit/
%{_kde_appsdir}/katepart/syntax/m4cm.xml
%{_kde_iconsdir}/hicolor/*/apps/cirkuit.png
%{_kde_iconsdir}/oxygen/scalable/mimetypes/application-x-cirkuit.svgz

#------------------------------------------------------------------------------

%package gnuplot-backend
Summary:	Gnuplot backend for %{name}
Group:		Sciences/Physics
Conflicts:	%{name} < 0.4.3
Requires:	%{name} = %{EVRD}

%description gnuplot-backend
KDE interface for LaTeX graphic tools (such as TikZ, Gnuplot, Circuit Macros)
to produce publication-ready pictures.

This package provides the gnuplot backend for %{name}.

%files gnuplot-backend
%{_kde_libdir}/kde4/cirkuit_gnuplotbackend.so
%{_kde_appsdir}/katepart/syntax/gnuplot.xml
%{_kde_datadir}/config.kcfg/gnuplotbackend.kcfg
%{_kde_services}/cirkuit/gnuplotbackend.desktop

#------------------------------------------------------------------------------

%package pstricks-backend
Summary:	Pstricks backend for %{name}
Group:		Sciences/Physics
Conflicts:	%{name} < 0.4.3
Requires:	%{name} = %{EVRD}

%description pstricks-backend
KDE interface for LaTeX graphic tools (such as TikZ, Gnuplot, Circuit Macros)
to produce publication-ready pictures.

This package provides the pstricks backend for %{name}.

%files pstricks-backend
%{_kde_libdir}/kde4/cirkuit_pstricksbackend.so
%{_kde_datadir}/config.kcfg/pstricksbackend.kcfg
%{_kde_services}/cirkuit/pstricksbackend.desktop

#------------------------------------------------------------------------------

%package tikz-backend
Summary:	Tikz backend for %{name}
Group:		Sciences/Physics
Conflicts:	%{name} < 0.4.3
Requires:	%{name} = %{EVRD}

%description tikz-backend
KDE interface for LaTeX graphic tools (such as TikZ, Gnuplot, Circuit Macros)
to produce publication-ready pictures.

This package provides the tikz backend for %{name}.

%files tikz-backend
%{_kde_libdir}/kde4/cirkuit_tikzbackend.so
%{_kde_datadir}/config.kcfg/tikzbackend.kcfg
%{_kde_services}/cirkuit/tikzbackend.desktop

#------------------------------------------------------------------------------

%define cirkuit_major 1
%define libcirkuit %mklibname cirkuit %{cirkuit_major}

%package -n %{libcirkuit}
Group:		System/Libraries
Summary:	Runtime library for %{name}
Conflicts:	%{name} < 0.4.3

%description -n %{libcirkuit}
KDE interface for LaTeX graphic tools (such as TikZ, Gnuplot, Circuit Macros)
to produce publication-ready pictures.

This package provides the runtime library for %{name}

%files -n %{libcirkuit}
%{_kde_libdir}/libcirkuitlibs.so.%{cirkuit_major}*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_libdir}/libcirkuitlibs.so

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.3-2
+ Revision: 8b32f98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 602 |14cr|cjklib-0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Han character library for CJKV languages
Name:		cjklib
Version:	0.3
Release:	5
Group:		Development/Python
License:	LGPLv3+
URL:		http://code.google.com/p/cjklib/
Source0:	http://cjklib.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	python-setuptools
Requires:	python-pkg-resources
Requires:	python-sqlalchemy >= 0.4.8
BuildArch:	noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-buildroot

%description
Cjklib provides language routines related to Han characters (characters
based on Chinese characters named Hanzi, Kanji, Hanja and chu Han
respectively) used in writing of the Chinese, the Japanese, infrequently
the Korean and formerly the Vietnamese language(s). Functionality is
included for character pronunciations, radicals, glyph components, stroke
decomposition and variant information. Cjklib is implemented in Python.

%prep
%setup -qn %{name}-%{version}

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root=%{buildroot} --optimize=2
 
%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING README TODO examples
%{_bindir}/*
%{python_sitelib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-5
+ Revision: 7adb2cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 603 |14cr|cjs-2.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global _internal_version  8711f3b
%define api             1.0
%define major           0
%define girmajor        1.0
%define libname         %mklibname %{name} %{major}
%define develname       %mklibname -d %{name}
%define girname         %mklibname %{name}-gir %{girmajor}


Name:		cjs
Version:	2.0.0
Release:	3
Summary:	Java script Bindings for Cinnamon
Group:		Graphical desktop/Other
License:	MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
URL:		http://cinnamon.linuxmint.com
Source0:	https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz

BuildRequires: pkgconfig(mozjs185)
BuildRequires: pkgconfig(cairo-gobject)
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.31.22
BuildRequires: readline-devel
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: intltool
# Bootstrap requirements
BuildRequires: gtk-doc
BuildRequires: gnome-common

%description
Cjs allows using Cinnamon libraries from Javascript. It's based on the
Spidermonkey Javascript engine from Mozilla and the GObject introspection
framework.

%package -n %{libname}
Group:          System/Libraries
Summary:        JavaScript bindings based on gobject-introspection

%package -n %{develname}
Summary: Development package for %{name}
Group: Development/C
Requires:       %{libname} = %{EVRD}
Provides:       %{name}-devel = %{EVRD}
Provides:       lib%{name}-devel = %{EVRD}

%description -n %{develname}
Files for development with %{name}.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -q 
sed -i -e 's@{ACLOCAL_FLAGS}@{ACLOCAL_FLAGS} -I m4@g' Makefile.am
echo "AC_CONFIG_MACRO_DIR([m4])" >> configure.ac
rm -f configure

%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
 %configure2_5x --disable-static)
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
%make V=1

%install
%makeinstall



%files
%doc COPYING COPYING.LGPL NEWS README
%{_bindir}/cjs
%{_bindir}/cjs-console
%{_datadir}/%{name}-%{api}/

%files -n %{libname}
%doc COPYING COPYING.LGPL NEWS README
%{_libdir}/*.so.*

%files -n %{girname}
%doc COPYING COPYING.LGPL NEWS README
%{_libdir}/cjs/
%{_libdir}/cjs-1.0/

%files -n %{develname}
%doc examples/*
%{_includedir}/cjs-1.0/
%{_libdir}/pkgconfig/cjs-1.0.pc
%{_libdir}/pkgconfig/cjs-dbus-1.0.pc
%{_libdir}/pkgconfig/cjs-internals-1.0.pc
%{_libdir}/*.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-3
+ Revision: 17d62f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 604 |14cr|cksfv-1.3.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		cksfv
Version:	1.3.14
Release:	3
Summary:	Simple File Verification program
License:	GPLv2+
Group:		File tools
Source0:	http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/%{name}-%{version}.tar.bz2
Source1:	cksfv.bash-completion
URL:		http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
cksfv (Check SFV) can create sfv (Simple File Verification) listings and test
already created sfv files.  Uses the crc32 checksum.
This format is common in the Windows world.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_sysconfdir}/bash_completion.d
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}
# this prepare directory for man page. bug in Makefile..
install -d -m 755 %{buildroot}%{_mandir}/man1

%{makeinstall} BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir}

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc ChangeLog README TODO INSTALL
%doc scripts/
%attr(0755,root,root) %{_bindir}/cksfv
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.14-3
+ Revision: d8e3984
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 605 |14cr|clalsadrv-2.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	clalsadrv

%define major	2
%define libname %mklibname %name %major
%define oldlibname %mklibname %name 1

Name:		%{name}
Summary:	C++ access library for ALSA
Version:	2.0.0
Release:	3
Source:		http://www.kokkinizita.net/linuxaudio/downloads/%{name}-%{version}.tar.bz2
URL:		http://www.kokkinizita.net/linuxaudio/
License:	GPLv2
Group:		System/Libraries
BuildRequires:	pkgconfig(alsa)

%description
C++ access library for ALSA

%package -n 	%{libname}
Summary:        Dynamic libraries from %name
Group:          System/Libraries
Provides:	%name
Obsoletes:	%name = %version-%release
Conflicts:	%oldlibname

%description -n %{libname}
Dynamic libraries from %name.

%package -n 	%{libname}-devel
Summary: 	Header files and static libraries from %name
Group: 		Development/C
Requires: 	%{libname} >= %{version}
Provides: 	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes: 	%name-devel
Conflicts:	%oldlibname-devel

%description -n %{libname}-devel
Libraries and includes files for developing programs based on %{name}.

%prep
%setup -q
cd libs
sed -i -e 's/\-O2/\$\(RPM_OPT_FLAGS\)/' Makefile
sed -i -e 's/\/sbin\/ldconfig/#\/sbin\/ldconfig/g' Makefile

%build
cd libs
%make
										
%install
mkdir -p %{buildroot}/%{_libdir}
mkdir -p %{buildroot}/%{_includedir}
cd libs
make install PREFIX=%{buildroot}/%{_prefix}

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{libname}-devel
%doc AUTHORS
%{_includedir}/*
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-3
+ Revision: 5154a0d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 606 |14cr|clanbomber-1.05-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Summary A free (GPL) Bomberman-like multiplayer game

Summary:	%{Summary}
Name:		clanbomber
Version:	1.05
Release:	15
License:	GPL
Group:		Games/Arcade
URL:		http://clanbomber.sourceforge.net/
Source0:	http://www.clanbomber.de/files/%{name}-%{version}.tar.bz2
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
Patch8:		clanbomber-1.02a-gcc-3.3.patch
Patch9:		%{name}-0.5-compile-without-xdisplay.patch
Patch10:        clanbomber-1.05-gcc3_4.patch
Patch11:	clanbomber-1.05-newer-make.patch
Patch12:	clanbomber-1.05-fix-build.patch
BuildRequires:	zlib-devel libhermes-devel clanlib0.6-devel libclanlib-mikmod
BuildRequires:	libmikmod-devel libclanlib-sound automake

%description
ClanBomber is a free (GPL) Bomberman-like multiplayer game that uses ClanLib, a
free multi platform C++ game SDK. First "ClanBomber" was only a working title
for a small game started in September 1998, that has only been started to learn
how to use ClanLib. But the ClanBomber project has grown into a real game. It
is fully playable and features Computer controlled bombers, however, it is
recommended to play ClanBomber with friends (3-8 players are really fun).

%prep

%setup -q
%patch8 -p1 -b .peroyvind
%patch9 -p1 -b .peroyvind
%patch10 -p1
%patch11 -p0
%patch12 -p0

%build
autoreconf -fi
# (gc) workaround g++ exception bug when -fomit-frame-pointer is set
export CFLAGS="$RPM_OPT_FLAGS -fno-omit-frame-pointer" CXXFLAGS="$RPM_OPT_FLAGS -fno-omit-frame-pointer"
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
make

%install
rm -rf %{buildroot}

%makeinstall_std

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png


# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=ClanBomber
Comment=%{Summary}
Exec=soundwrapper %{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF

%files
%doc AUTHORS COPYING README
%{_gamesbindir}/*
%{_gamesdatadir}/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.05-15
+ Revision: fa604e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 607 |14cr|clanbomber2-0.9.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Clanbomber - free (GPL) Bomberman-like multiplayer game
Name:		clanbomber2
Version:	0.9.1
Release:	16
License:	GPLv2+
Group:		Games/Arcade
Url:		http://clanbomber.sourceforge.net/
Source0:	http://www.clanbomber.de/files/%{name}-%{version}.tar.bz2
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
Patch0:		fusionsound_new_api.patch
Patch8:		clanbomber-1.02a-gcc-3.3.patch
Patch12:	clanbomber2-0.9-x86_64.patch
BuildRequires:	hermes-devel
BuildRequires:	libmikmod-devel
BuildRequires:	pkgconfig(fusionsound)
BuildRequires:	pkgconfig(zlib)

%description
ClanBomber is a free (GPL) Bomberman-like multiplayer game that uses ClanLib, a
free multi platform C++ game SDK. First "ClanBomber" was only a working title
for a small game started in September 1998, that has only been started to learn
how to use ClanLib. But the ClanBomber project has grown into a real game. It
is fully playable and features Computer controlled bombers, however, it is
recommended to play ClanBomber with friends (3-8 players are really fun).

Clanbomber2 is a port of ClanBomber on frame buffer.
For X Window, just use plain legacy ClanBomber.

%files
%doc AUTHORS COPYING README
%{_gamesbindir}/*
%{_gamesdatadir}/*
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch8 -p1 -b .peroyvind
%patch12 -p1 -b .x86_64

%build
# (gc) workaround g++ exception bug when -fomit-frame-pointer is set
export CFLAGS="%{optflags} -fno-omit-frame-pointer" CXXFLAGS="%{optflags} -fno-omit-frame-pointer"
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=ClanBomber
Comment=Clanbomber - free (GPL) Bomberman-like multiplayer game
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-16
+ Revision: 8a37d45
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 608 |14cr|clanlib0.6-0.6.5-42
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	lib_name_orig libclanlib
%define	lib_major 2
%define	lib_name %mklibname clanlib %{lib_major}

Name:		clanlib0.6
Summary:	The ClanLib Game SDK
Version:	0.6.5
Release:	42
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.clanlib.org/
Source0:	http://www.clanlib.org/download/files/ClanLib-%{version}-1.tar.bz2
Patch0:		ClanLib-0.6.5-display-compilation.patch
Patch1:		ClanLib-0.6.5-doc-fix.patch
Patch2:		ClanLib-0.6.5-glXGetProcAddressARB.patch
Patch3:		ClanLib-0.6.5-fix-png-detection.patch
Patch4:		ClanLib-0.6.5-gcc33.patch
Patch5:		ClanLib-0.6.5-64bit-fixes.patch
Patch6:		ClanLib-0.6.5-bounds.patch
Patch7:		ClanLib-0.6.5-directfb-ttf-fix.patch
Patch8:		ClanLib-0.6.5-gcc34.patch
Patch9:		ClanLib-0.6.5-freetype.patch
Patch10:	ClanLib-0.6.5-directfb-fixes.patch
Patch11:	ClanLib-0.6.5-extraqualif.patch
Patch12:	ClanLib-0.6.5-typename.patch
Patch13:	ClanLib-0.6.5-gcc4.3.patch
Patch14:	ClanLib-0.6.5-new-mikmod.patch
Patch15:	ClanLib-0.6.5-gcc4.6.patch
Patch16:	ClanLib-0.6.5-gzopen-flags.patch
Patch17:	ClanLib-0.6.5-gcc45.patch
Patch18:	ClanLib-0.6.5-libpng1.5.patch
Patch19:	ClanLib-0.6.5-link.patch
BuildRequires:	libhermes-devel >= 1.3.0
BuildRequires:	libmikmod-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	mesa-common-devel
BuildRequires:	autoconf2.5
BuildRequires:	tiff-devel
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(freetype2)
Provides:	ClanLib = %{version}-%{release}

%description
The ClanLib Game SDK is a crossplatform game library designed to ease the work
for game developers. The goal is to provide a common interface to classical
game problems (loading graphics eg.), so games can share as much code as
possible. Ideally anyone with small resources should be able to write
commercial quality games.

%package -n	%{lib_name}
Summary:	Main library for %{name}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{lib_name}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n	%{lib_name}-devel
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C++
Requires:	%{lib_name} = %{version}-%{release}
Requires:	%{lib_name}-gl = %{version}-%{release}
Requires:	%{lib_name}-gui = %{version}-%{release}
Requires:	%{lib_name}-jpeg = %{version}-%{release}
Requires:	%{lib_name}-mikmod = %{version}-%{release}
Requires:	%{lib_name}-network = %{version}-%{release}
Requires:	%{lib_name}-png = %{version}-%{release}
Requires:	%{lib_name}-smalljpeg = %{version}-%{release}
Requires:	%{lib_name}-sound = %{version}-%{release}
Requires:	%{lib_name}-ttf = %{version}-%{release}
Requires:	%{lib_name}-vorbis = %{version}-%{release}
Provides:	%{lib_name_orig}-devel = %{version}-%{release}
Provides:	ClanLib-devel = %{version}-%{release} clanlib-devel = %{version}-%{release} %{name}-devel
Conflicts:	clanlib-devel > 0.7.0

%description -n	%{lib_name}-devel
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%package -n	%{lib_name}-static-devel
Summary:	Static libraries for %{name}
Group:		Development/C++
Requires:	%{lib_name} = %{version}
Provides:	%{lib_name_orig}-static-devel = %{version}-%{release}
Provides:	ClanLib-static-devel = %{version}-%{release} clanlib-static-devel = %{version}-%{release}

%description -n	%{lib_name}-static-devel
This package contains the static libraries for %{name}.

%package -n	%{lib_name}-sound
Summary:	ClanLib Sound module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-sound

%description -n	%{lib_name}-sound
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the Sound module (clanSound).

%package -n	%{lib_name}-vorbis
Summary:	ClanLib Vorbis module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-vorbis

%description -n	%{lib_name}-vorbis
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the Vorbis module (clanVorbis).

%package -n	%{lib_name}-network
Summary:	ClanLib Network module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-network

%description -n	%{lib_name}-network
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the Network module (clanNetwork).

%package -n	%{lib_name}-jpeg
Summary:	ClanLib Jpeg module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-jpeg

%description -n	%{lib_name}-jpeg
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the Jpeg module (clanJPEG).

%package -n	%{lib_name}-gui
Summary:	ClanLib Gui module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-gui

%description -n	%{lib_name}-gui
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the Gui module (clanGUI).

%package -n	%{lib_name}-gl
Summary:	ClanLib GL module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-gl

%description -n	%{lib_name}-gl
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the GL module (clanGL).

%package -n	%{lib_name}-ttf
Summary:	ClanLib TTF module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-ttf

%description -n	%{lib_name}-ttf
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the TTF module (clanTTF).

%package -n	%{lib_name}-smalljpeg
Summary:	ClanLib SmallJPEG module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-smalljpeg

%description -n	%{lib_name}-smalljpeg
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the SmallJPEG module
(clanSmallJPEG).

%package -n	%{lib_name}-mikmod
Summary:	ClanLib MikMod module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	ClanLib-mikmod = %{version}-%{release} clanlib-mikmod = %{version}-%{release}
Provides:	%{lib_name_orig}-mikmod

%description -n	%{lib_name}-mikmod
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the MikMod module (clanMikMod).

%package -n	%{lib_name}-png
Summary:	ClanLib PNG module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	ClanLib-png = %{version}-%{release} clanlib-png = %{version}-%{release}
Provides:	%{lib_name_orig}-png

%description -n	%{lib_name}-png
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the PNG module (clanPNG).

%package	docs
Summary:	ClanLib documentation
Group:		Books/Computer books
Provides:	ClanLib-docs = %{version}-%{release} clanlib-docs = %{version}-%{release}

%description	docs
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package contains the documentation.

%prep
%setup -q -n ClanLib-%{version}
%patch0 -p0
%patch1 -p1
%patch2 -p0
%patch3 -p0
%patch4 -p1
%patch5 -p1 -b .64bit-fixes
%patch6 -p1 -b .bounds
%patch7 -p1
%patch8 -p0
%patch9 -p1 -b .freetype
%patch10 -p1 -b .directfb-fixes
%patch11 -p1 -b .extraqualif
%patch12 -p1 -b .typename
%patch13 -p1 -z .gcc43
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p0
%patch18 -p0
%patch19 -p0

autoconf

%build
export COMMON_CONFIGURE_FLAGS="--enable-dyn --enable-joystick --disable-lua --disable-debug --enable-ttf --disable-directfb"
# (sb) doesn't build on PPC with this
%ifarch %ix86
# (gc) workaround g++ exception bug when -fomit-frame-pointer is set
export CFLAGS="%{optflags} -fno-omit-frame-pointer" CXXFLAGS="%{optflags} -fno-omit-frame-pointer"
%else
export COMMON_CONFIGURE_FLAGS="$COMMON_CONFIGURE_FLAGS --disable-asm386"
%endif

%configure2_5x $COMMON_CONFIGURE_FLAGS

# (gc) there can be ordering problem when using percent-make, don't use it
make all
make strip
chmod 755 Documentation/FAQ.theme
rm -f Libs/*.a
make docs

%install
%makeinstall BIN_PREFIX=%{buildroot}%{_bindir} LIB_PREFIX=%{buildroot}%{_libdir} INC_PREFIX=%{buildroot}%{_includedir} TARGET_PREFIX=%{buildroot}%{_libdir}/ClanLib
make MAN_PREFIX=%{buildroot}%{_mandir} HTML_PREFIX=%{buildroot}%{_datadir}/doc/%{name}-docs-%{version}/Docs docs_install

%files -n %{lib_name}
%doc README COPYING CREDITS
%{_libdir}/libclanCore.so.*
%{_libdir}/libclanApp.so.*
%{_libdir}/libclanDisplay.so.*

%files -n %{lib_name}-devel
%doc README COPYING CODING_STYLE ascii-logo
%{_libdir}/*.so
%{_includedir}/ClanLib
%{_bindir}/clanlib-config

%files -n %{lib_name}-static-devel
%doc README
%{_libdir}/*.a

%files docs
%{_docdir}/%{name}-docs-%{version}/*

%files -n %{lib_name}-mikmod
%doc README
%{_libdir}/libclanMikMod.so.*

%files -n %{lib_name}-png
%doc README
%{_libdir}/libclanPNG.so.*

%files -n %{lib_name}-ttf
%doc README
%{_libdir}/libclanTTF.so.*

%files -n %{lib_name}-jpeg
%doc README
%{_libdir}/libclanJPEG.so.*

%files -n %{lib_name}-network
%doc README
%{_libdir}/libclanNetwork.so.*

%files -n %{lib_name}-vorbis
%doc README
%{_libdir}/libclanVorbis.so.*

%files -n %{lib_name}-smalljpeg
%doc README
%{_libdir}/libclanSmallJPEG.so.*

%files -n %{lib_name}-sound
%doc README
%{_libdir}/libclanSound.so.*

%files -n %{lib_name}-gui
%doc README
%{_libdir}/libclanGUI.so.*

%files -n %{lib_name}-gl
%doc README
%{_libdir}/libclanGL.so.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.5-42
+ Revision: 235c057
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 609 |14cr|clanlib0.8-0.8.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	lib_name_orig	libclanlib
%define	lib_major	0.8
%define	lib_name	%mklibname clanlib %{lib_major}

Name:		clanlib0.8
Summary:	The ClanLib Game SDK
Version:	0.8.1
Release:	10
License:	BSD-like
Group:		System/Libraries
Url:		http://www.clanlib.org/
Source0:	http://www.clanlib.org/download/releases-%{lib_major}/ClanLib-%version.tgz
Patch0:		clanlib-0.8.1-gcc43.patch
Patch1:		clanlib-0.8.1-ndebug.patch
Patch2:		clanlib-0.8.1-gcc44.patch
Patch3:		clanlib-0.8.1-libpng1.5.patch
Patch4:		clanlib-0.8.1-link.patch
Patch5:		ClanLib-0.8.1-gcc4.7.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	libmikmod-devel
BuildRequires:	jpeg-devel
BuildRequires:	libxslt-proc

%description
The ClanLib Game SDK is a crossplatform game library designed to ease the work
for game developers. The goal is to provide a common interface to classical
game problems (loading graphics eg.), so games can share as much code as
possible. Ideally anyone with small resources should be able to write
commercial quality games.

%package -n	%{lib_name}
Summary:	Main library for %{name}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{lib_name}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n	%{lib_name}-devel
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C++
Requires:	%{lib_name} = %{version}-%{release}
Requires:	%{lib_name}-gl = %{version}-%{release}
Requires:	%{lib_name}-gui = %{version}-%{release}
Requires:	%{lib_name}-mikmod = %{version}-%{release}
Requires:	%{lib_name}-network = %{version}-%{release}
Requires:	%{lib_name}-sound = %{version}-%{release}
Requires:	%{lib_name}-vorbis = %{version}-%{release}
Requires:	%{lib_name}-sdl = %{version}-%{release}
Requires:	%{lib_name}-signals = %{version}-%{release}
Requires:	%{lib_name}-guistylesilver = %{version}-%{release}
Provides:	%{lib_name_orig}-devel = %{version}-%{release}
Provides:	%{name}-devel
Conflicts:	clanlib0.6-devel

%description -n	%{lib_name}-devel
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%package -n	%{lib_name}-static-devel
Summary:	Static libraries for %{name}
Group:		Development/C++
Requires:	%{lib_name} = %{version}
Provides:	%{lib_name_orig}-static-devel = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}

%description -n	%{lib_name}-static-devel
This package contains the static libraries for %{name}.

%package -n	%{lib_name}-sound
Summary:	ClanLib Sound module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-sound = %{version}-%{release}

%description -n	%{lib_name}-sound
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the Sound module (clanSound).

%package -n	%{lib_name}-vorbis
Summary:	ClanLib Vorbis module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-vorbis = %{version}-%{release}

%description -n	%{lib_name}-vorbis
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the Vorbis module (clanVorbis).

%package -n	%{lib_name}-network
Summary:	ClanLib Network module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-network = %{version}-%{release}

%description -n	%{lib_name}-network
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the Network module (clanNetwork).

%package -n	%{lib_name}-gui
Summary:	ClanLib Gui module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-gui = %{version}-%{release}

%description -n	%{lib_name}-gui
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the Gui module (clanGUI).

%package -n	%{lib_name}-gl
Summary:	ClanLib GL module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-gl = %{version}-%{release}

%description -n	%{lib_name}-gl
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the GL module (clanGL).

%package -n	%{lib_name}-mikmod
Summary:	ClanLib MikMod module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-mikmod = %{version}-%{release}

%description -n	%{lib_name}-mikmod
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the MikMod module (clanMikMod).

%package -n	%{lib_name}-sdl
Summary:	ClanLib SDL module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-sdl = %{version}-%{release}

%description -n	%{lib_name}-sdl
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the SDL module (clanSDL).

%package -n	%{lib_name}-signals
Summary:	ClanLib Signals module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-signals = %{version}-%{release}

%description -n	%{lib_name}-signals
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the Signals module (clanSignals).

%package -n	%{lib_name}-guistylesilver
Summary:	ClanLib GUIStyleSilver module
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-guistylesilver = %{version}-%{release}

%description -n	%{lib_name}-guistylesilver
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package is the GUIStyleSilver module
(clanGUIStyleSilver).

%package	docs
Summary:	ClanLib documentation
Group:		Books/Computer books

%description	docs
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package contains the documentation.

%prep
%setup -q -n ClanLib-%{version}
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p0
%patch4 -p0
%patch5 -p1

%build
./autogen.sh
# disable no_undefined, otherwise it fails on linking src
%define _disable_ld_no_undefined 1
%configure2_5x	--enable-dyn \
		--enable-joystick \
		--disable-lua \
		--disable-debug \
		--with-pic \
		--enable-docs \
		--enable-ttf \
		--enable-clanDisplay \
		--enable-clanSDL \
		--enable-clanGL \
		--enable-clanSound \
		--enable-clanNetwork \
		--enable-clanGUI \
		--enable-clanMikMod \
		--enable-clanVorbis \
%ifarch %{ix86}
		--enable-asm386
%endif

%make all

%install
%makeinstall BIN_PREFIX=%{buildroot}%{_bindir} LIB_PREFIX=%{buildroot}%{_libdir} INC_PREFIX=%{buildroot}%{_includedir} TARGET_PREFIX=%{buildroot}%{_libdir}/ClanLib

ln -s ClanLib-0.7 %{buildroot}%{_includedir}/ClanLib

%files -n %{lib_name}
%doc README COPYING CREDITS
%{_libdir}/libclanCore-%{lib_major}.so.*
%{_libdir}/libclanApp-%{lib_major}.so.*
%{_libdir}/libclanDisplay-%{lib_major}.so.*

%files -n %{lib_name}-devel
%doc README COPYING CODING_STYLE ascii-logo
%{_libdir}/*.so
%{_includedir}/ClanLib-%{lib_major}
%{_includedir}/ClanLib
#{_bindir}/clanlib-config
%{_libdir}/pkgconfig/*.pc

%files -n %{lib_name}-static-devel
%{_libdir}/*.a

%files docs
%{_docdir}/clanlib

%files -n %{lib_name}-mikmod
%{_libdir}/libclanMikMod-%{lib_major}.so.*

%files -n %{lib_name}-network
%{_libdir}/libclanNetwork-%{lib_major}.so.*

%files -n %{lib_name}-vorbis
%{_libdir}/libclanVorbis-%{lib_major}.so.*

%files -n %{lib_name}-sound
%{_libdir}/libclanSound-%{lib_major}.so.*

%files -n %{lib_name}-gui
%{_libdir}/libclanGUI-%{lib_major}.so.*

%files -n %{lib_name}-gl
%{_libdir}/libclanGL-%{lib_major}.so.*

%files -n %{lib_name}-sdl
%{_libdir}/libclanSDL-%{lib_major}.so.*

%files -n %{lib_name}-signals
%{_libdir}/libclanSignals-%{lib_major}.so.*

%files -n %{lib_name}-guistylesilver
%{_libdir}/libclanGUIStyleSilver-%{lib_major}.so.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-10
+ Revision: 8eb4f40
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 610 |14cr|clanlib-2.3.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2.3
%define major 1
%define libname %mklibname clanlib %{api} %{major}
%define devname %mklibname -d clanlib %{api}

Summary:	The ClanLib Game SDK series %{api}
Name:		clanlib
Version:	2.3.7
Release:	3
License:	BSD
Group:		System/Libraries
Url:		http://www.clanlib.org/
Source0:	http://www.clanlib.org/download/releases-2.0/ClanLib-%{version}.tgz
Patch0:		ClanLib-2.3.6-link.patch
Patch1:		ClanLib-2.3.4-gcc47.patch
BuildRequires:	autoconf2.5
BuildRequires:	doxygen
BuildRequires:	libxslt-proc
BuildRequires:	bzip2-devel
BuildRequires:	jpeg-devel
BuildRequires:	libmikmod-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xrender)

%description
The ClanLib Game SDK is a crossplatform game library designed to ease the work
for game developers. The goal is to provide a common interface to classical
game problems (loading graphics eg.), so games can share as much code as
possible. Ideally anyone with small resources should be able to write
commercial quality games.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libclan*-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	ClanLib-devel = %{EVRD}
Provides:	clanlib-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package docs
Summary:	ClanLib documentation
Group:		Books/Computer books
BuildArch:	noarch

%description docs
The ClanLib Game SDK is a crossplatform game library designed to ease the
work for game developers. This package contains the documentation.

%files docs
%{_docdir}/clanlib-%{api}

#----------------------------------------------------------------------------

%prep
%setup -q -n ClanLib-%{version}
%patch0 -p0 -b .link
%patch1 -p1 -b .gcc

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
%ifarch %{ix86}
	--disable-sse2 \
%endif
	--enable-docs

# Hack to fix build with new binutils
sed s,"build_libtool_need_lc=no","build_libtool_need_lc=yes",g -i libtool
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.7-3
+ Revision: 7270b4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 611 |14cr|clara-0.20031214-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	clara
%define version 0.20031214
%define tarver  20031214
%define release  8
%define rc_name	%{name}-%{tarver}

Name: 		%{name}
Version: 	%{version}
Release: 	%{release}

Summary: 	An OCR (Optical Character Recognition) program
URL: 		http://www.geocities.com/claraocr
Source: 	http://www.geocities.com/claraocr/%{rc_name}.tar.bz2
Patch0:		clara-optflags.patch
Patch1:		clara-fix-str-fmt.patch
Patch2:		clara-gcc44.patch
License: 	GPL
Group: 		Graphics
BuildRequires:	pkgconfig(x11)

%description
Clara OCR is intended for large scale digitalization projects. 
It features a powerful GUI and a web interface for cooperative 
digitalization of books. Clara OCR development started in 1999 
and we're approaching production level.

%prep
%setup -q -n %{rc_name}
%patch0 -p1 -b .makefile
%patch1 -p0 -b .str
%patch2 -p0 -b .gcc
%if %_lib == lib64
sed -i 's|LIBPATH = -L/usr/X11R6/lib|LIBPATH = |' Makefile
%endif

%build
%make LDFLAGS="%ldflags"
%make doc

%install
mkdir -p $RPM_BUILD_ROOT%{_bindir}
cp clara $RPM_BUILD_ROOT%{_bindir}

mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -m 644 doc/clara.1 $RPM_BUILD_ROOT%{_mandir}/man1
install -m 644 doc/clara-dev.1 $RPM_BUILD_ROOT%{_mandir}/man1
install -m 644 doc/clara-adv.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc doc/*html doc/FAQ doc/README
%{_mandir}/man1/clara*
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20031214-8
+ Revision: 6fb471d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 612 |14cr|classpath-0.97.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with     ecj
%bcond_without  qt
%bcond_with     gjdoc
%bcond_with     plugin

%define javaver 1.5.0
%define libname %mklibname %{name}

Name:		classpath
Version:	0.97.2
Release:	8
Epoch:		0
Summary:	GNU Classpath, Essential Libraries for Java
Group:		Development/Java
License:	GPL-like
URL:		http://www.classpath.org/
Source0:	http://builder.classpath.org/dist/classpath-%{version}.tar.gz
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dssi)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	magic-devel
BuildRequires:	autoconf2.5
BuildRequires:	automake1.8
BuildRequires:	gcc-java
BuildRequires:	gcj-tools
BuildRequires:	java-rpmbuild
%if %with ecj
BuildRequires:	eclipse-ecj
%endif
%if %with gjdoc
# Need to use gjdoc because of the -licensetext option
BuildRequires:	gjdoc
%else
Obsoletes:	classpath-javadoc
%endif
%if %with plugin
BuildRequires:	mozilla-firefox-devel
%endif
%if %with qt
BuildRequires:	qt4-devel >= 0:4.1.0
%endif

%description
GNU Classpath, Essential Libraries for Java, is a GNU project to
create free core class libraries for use with virtual machines and
compilers for the java programming language.

%package devel
Summary:	Devlopment headers and examples for GNU Classpath
Group:		Development/Java
Requires:	classpath = %{EVRD}

%description devel
%{summary}.

%if %with gjdoc
%package javadoc
Summary:	API documentation for GNU Classpath
Group:		Development/Java
Provides:	java-javadoc = 0:%{javaver}
Provides:	java-%{javaver}-javadoc = 0:%{javaver}

%description javadoc
%{summary}.
%endif

%if %with qt
%package qt
Summary:	QT4 peer for GNU Classpath
Group:		Development/Java

%description qt
%{summary}.
%endif

%if %with plugin
%package -n mozilla-plugin-gcjwebplugin
Summary:	Plugin to execute Java (tm) applets in Mozilla and compatible browsers
Group:		Development/Java
Requires:	mozilla-firefox
Provides:	mozilla-plugin-gcj = %{EVRD}
Provides:	gcjwebplugin = %{EVRD}
Provides:	java-plugin = %{epoch}:%{javaver}
Provides:	java-%{javaver}-plugin = %{EVRD}
Requires:	classpath = %{EVRD}

%description -n mozilla-plugin-gcjwebplugin
gcjwebplugin is a plugin to execute Java (tm) applets in Mozilla and
compatible browsers. It uses the JVM provided by GCJ and adds a
SecurityManager suitable for applets.

WARNING: The current version does not provide a security manager capable
of handling Java (tm) applets. Applets have UNRESTRICTED access to your
computer. This means they can do anything you can do, like deleting all
your important data.
%endif

%prep
%setup -q
%__perl -pi -e 's|^tools_cp=.*|tools_cp="%{_datadir}/%{name}/glibj.zip:%{_datadir}/%{name}/tools.zip"|' tools/g*.in

# freetype2 fix Sflo
perl -pi -e "s|<freetype/|<freetype2/|" native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c
perl -pi -e "s|<freetype/|<freetype2/|" native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c
#

%build
%if %with qt
export MOC=%{_prefix}/lib/qt4/bin/moc
%endif
%configure2_5x --disable-Werror \
%if %with plugin
               --enable-plugin \
%else
               --disable-plugin \
%endif
%if %with qt
               --enable-qt-peer \
%else
               --disable-qt-peer \
%endif
               --enable-regen-headers \
               --disable-rpath \
               --with-vm=%{java} \
%if %with ecj
               --with-ecj \
%else
               --without-ecj \
%endif
%if %with gjdoc
               --with-gjdoc
%else
               --without-gjdoc
%endif

%make

%install
%makeinstall_std
%if %with plugin
(cd native/plugin && %{makeinstall_std})
%__rm %{buildroot}%{_libdir}/%{name}/libgcjwebplugin.la
%endif
%if 0
%__mkdir_p %{buildroot}%{_libdir}/mozilla/plugins
%__mv %{buildroot}%{_libdir}/%{name}/libgcjwebplugin.so %{buildroot}%{_libdir}/mozilla/plugins
%endif
# FIXME: Shared with libgcj
%__rm %{buildroot}%{_prefix}/lib/logging.properties
%__rm %{buildroot}%{_prefix}/lib/security/classpath.security

%if %with gjdoc
%__mkdir_p 755 %{buildroot}%{_javadocdir}
cp -a doc/api/html %{buildroot}%{_javadocdir}/%{name}-%{version}
touch %{buildroot}%{_javadocdir}/{%{name},java}
%endif

# FIXME: conflicts with gcj-tools
%__rm -f %{buildroot}%{_bindir}/gappletviewer
%__rm -f %{buildroot}%{_bindir}/gjar
%__rm -f %{buildroot}%{_bindir}/gjarsigner
%__rm -f %{buildroot}%{_bindir}/gjavah
%__rm -f %{buildroot}%{_bindir}/gkeytool
%__rm -f %{buildroot}%{_bindir}/gnative2ascii
%__rm -f %{buildroot}%{_bindir}/gorbd
%__rm -f %{buildroot}%{_bindir}/grmic
%__rm -f %{buildroot}%{_bindir}/grmid
%__rm -f %{buildroot}%{_bindir}/grmiregistry
%__rm -f %{buildroot}%{_bindir}/gserialver
%__rm -f %{buildroot}%{_bindir}/gtnameserv
%__rm -rf %{buildroot}%{_datadir}/%{name}/examples
%__rm -f %{buildroot}%{_mandir}/man1/gappletviewer.1*
%__rm -f %{buildroot}%{_mandir}/man1/gcjh.1*
%__rm -f %{buildroot}%{_mandir}/man1/gjar.1*
%__rm -f %{buildroot}%{_mandir}/man1/gjarsigner.1*
%__rm -f %{buildroot}%{_mandir}/man1/gjavah.1*
%__rm -f %{buildroot}%{_mandir}/man1/gkeytool.1*
%__rm -f %{buildroot}%{_mandir}/man1/gnative2ascii.1*
%__rm -f %{buildroot}%{_mandir}/man1/gorbd.1*
%__rm -f %{buildroot}%{_mandir}/man1/grmid.1*
%__rm -f %{buildroot}%{_mandir}/man1/grmiregistry.1*
%__rm -f %{buildroot}%{_mandir}/man1/gserialver.1*
%__rm -f %{buildroot}%{_mandir}/man1/gtnameserv.1*


%if %with gjdoc
%post javadoc
%__rm -rf %{_javadocdir}/java
%__rm -f %{_javadocdir}/%{name}
%__ln_s %{name}-%{version} %{_javadocdir}/%{name}
%__ln_s %{name}-%{version} %{_javadocdir}/java
%endif

%files
%defattr(0644,root,root,0755)
%doc AUTHORS BUGS COPYING HACKING INSTALL LICENSE NEWS README THANKYOU TODO
%{_datadir}/%{name}
%{_infodir}/cp-hacking.info*
%{_infodir}/cp-tools.info*
%{_infodir}/cp-vmintegration.info*
%dir %{_libdir}/%{name}
%defattr(-,root,root)
%{_libdir}/%{name}/libgconfpeer.*
%{_libdir}/%{name}/libgjsmalsa.*
%{_libdir}/%{name}/libgjsmdssi.*
%{_libdir}/%{name}/libgtkpeer.*
%{_libdir}/%{name}/libjavaio.*
%{_libdir}/%{name}/libjavalang.*
%{_libdir}/%{name}/libjavalangmanagement.*
%{_libdir}/%{name}/libjavalangreflect.*
%{_libdir}/%{name}/libjavanet.*
%{_libdir}/%{name}/libjavanio.*
%{_libdir}/%{name}/libjavautil.*
%{_libdir}/%{name}/libjawt.*

%files devel
%defattr(0644,root,root,0755)
%doc ChangeLog*
%{_includedir}/*.h

%if %with gjdoc
%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%ghost %doc %{_javadocdir}/%{name}
%ghost %doc %{_javadocdir}/java
%endif

%if %with qt
%files qt
%{_libdir}/%{name}/libqtpeer.*
%endif

%if %with plugin
%files -n mozilla-plugin-gcjwebplugin
%{_libdir}/classpath/libgcjwebplugin.so
%endif



%changelog
* Wed Aug 06 2014 abfonly <abfonly@gmail.com> 0:0.97.2-8
+ Revision: c4c7a79
- Updated classpath.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 613 |14cr|clauer-3.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	clauer
%define version	3.0.2
%define beta	0
%if %{beta}
%define release		%mkrel 0.beta.4
%define filevers	%{version}-beta
%else
%define release		5
%define filevers	%{version}
%endif

#stop automatic dependencies
%if %{_use_internal_dependency_generator}
%define __noautoreq 'devel\\(.*\\)'
%else
%define _requires_exceptions devel(.*)
%endif

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Cryptographic keyring on a USB storage device
License:	BSD-like
Group:		System/Servers
URL:		http://clauer.nisu.org/
Source0:	ClauerLinux-%{filevers}.tar.gz
Source1:	clos
Source2:	install-clauer-firefox.html
Source3:	uninstall-clauer-firefox.html
Source4:	clauer.png
Source5:	clauer-uninstall.png
Patch0:		ClauerLinux-3.0.2-no-install-hooks.patch
Patch1:		ClauerLinux-3.0.2-fix-configure.patch
Patch2:		ClauerLinux-3.0.2-link.patch
Requires(pre):	rpm-helper
BuildRequires:	libopenssl-devel
BuildRequires:	imagemagick
BuildRequires:	autoconf
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
This is a software that converts a simple CD-ROM or a USB flash disk
into an authentication tool, capable of performing authentication with
several levels of security, in particular with X509 certificates.
The result is that you carry, with a simple USB "pen drive", all your
x509 certificates and use them in a transparent way.

%prep
%setup -q -n ClauerLinux-%{version}
%patch0 -p1 -b .nohooks
%patch1 -p1 -b .configure
%patch2 -p0 -b .link

%build
# required by patch0
autoreconf -fi

%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall

#remove unwanted files
rm -f	%{buildroot}%{_bindir}/firefox-install-pkcs11.sh \
	%{buildroot}%{_bindir}/firefox-uninstall-pkcs11.sh \
	%{buildroot}%{_bindir}/makeclos-rc \
	%{buildroot}%{_bindir}/unmakeclos-rc \
	%{buildroot}%{_libdir}/libclauerpkcs11.{la,a}
rm -f %{buildroot}%{_libdir}/{libclio.{so,la,a},libCRYPTOWrap.{so,la,a},libIMPORT.{so,la,a},libRT.{so,la,a}}

#init script
mkdir -p %{buildroot}%{_initrddir}
install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}

#language files
mkdir -p %{buildroot}/usr/share/locale/es/LC_MESSAGES
install -m 644 clauer-utils/clauer-utils_es.mo %{buildroot}/usr/share/locale/es/LC_MESSAGES/clauer-utils.mo
mkdir -p %{buildroot}/usr/share/locale/ca/LC_MESSAGES
install -m 644 clauer-utils/clauer-utils_ca.mo %{buildroot}/usr/share/locale/ca/LC_MESSAGES/clauer-utils.mo

#html pages to install/uninstall pkcs11 module from firefox
mkdir -p %{buildroot}%{_datadir}/clauer
perl -pl -e "s,---LIBDIR---,%{_libdir},g" %{SOURCE2} > %{buildroot}%{_datadir}/clauer/install-clauer-firefox.html
install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/clauer

#icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{64x64,48x48,32x32,16x16}/apps
install -m 644 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -m 644 %{SOURCE5} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}-uninstall.png
convert -scale 48 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -scale 48 %{SOURCE5} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}-uninstall.png
convert -scale 32 %{SOURCE5} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}-uninstall.png
convert -scale 16 %{SOURCE5} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}-uninstall.png

#installation instructions
cat > README.urpmi << EOF 
If you want to use the clauer with firefox/mozilla then use the Mandriva
menu option "Install clauer in Firefox" or open the file
%{_datadir}/clauer/install-clauer-firefox.html
with Firefox.
To install it in Thunderbird follow the instructions in the README file.
Keep in mind that the module is in %{_libdir}/libclauerpkcs11.so

Si vol usar el clauer amb firefox/mozilla seleccioni el programa
"Instal·lar clauer en firefox" des del menu mandriva o obri el fitxer
%{_datadir}/clauer/install-clauer-firefox.html 
amb firefox. Per a usar-lo amb thunderbird segueixi les instruccions en el
fitxer README però tingui en compte que el modulo està en
%{_libdir}/libclauerpkcs11.so

Si quiere usar el clauer con firefox/mozilla seleccione el programa
"Instalar clauer en firefox" desde el menu mandriva o abra el
fichero
%{_datadir}/clauer/install-clauer-firefox.html
con firefox. Para usarlo con thunderbird siga las instrucciones en el fichero
README pero tenga en cuenta que el modulo está en
%{_libdir}/libclauerpkcs11.so
EOF

#menu entries
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-pkcs11-firefox-install.desktop << EOF
[Desktop Entry]
Name=Install Clauer in Firefox
Comment=Install Clauer in Firefox
Name[es]=Instala Clauer en Firefox
Comment[es]=Instala Clauer en Firefox
Name[ca]=Instal·la Clauer per a Firefox
Comment[ca]=Instal·la Clauer per Firefox
Exec=%{_bindir}/firefox %{_datadir}/clauer/install-clauer-firefox.html 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Network;WebBrowser;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-pkcs11-firefox-uninstall.desktop << EOF
[Desktop Entry]
Name=Uninstall Clauer from Firefox
Comment=Uninstall Clauer from Firefox
Name[es]=Desinstala Clauer en Firefox
Comment[es]=Desinstala Clauer en Firefox
Name[ca]=Desinstal·la Clauer per a Firefox
Comment[ca]=Desinstal·la Clauer per a Firefox
Exec=%{_bindir}/firefox %{_datadir}/clauer/uninstall-clauer-firefox.html 
Icon=%{name}-uninstall
Terminal=false
Type=Application
StartupNotify=false
Categories=Network;WebBrowser;
EOF

%find_lang %{name}-utils

%clean
rm -rf %{buildroot}

%post
%if %mdkversion < 200900
/sbin/ldconfig
%endif
%_post_service clos
/sbin/service clos reload > /dev/null 2>&1 || :

%preun
%_preun_service clos

%if %mdkversion < 200900
%postun -p /sbin/ldconfig
%endif

%files -f %{name}-utils.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING INSTALL README THANKS README.urpmi
%{_bindir}/*
%{_sbindir}/*
%{_initrddir}/clos
%{_datadir}/clauer
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*/apps/*
%{_libdir}/lib*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.2-5
+ Revision: 2e3fe3a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 614 |14cr|claws-mail-3.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

# There are perl scripts in docs/tools and we don't want to install perl
# modules required by these scripts
%define __noautoreq 'perl(.*)'

Summary:	The user-friendly, lightweight and fast GTK2 based email client
Name:		claws-mail
Version:	3.10.1
Release:	2
Epoch:		1
License:	GPLv3+
Group:		Networking/Mail
Url:		http://www.claws-mail.org
Source0:	http://downloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
# from Debian
Patch0:		claws-mail-3.7.6-trashed-read.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	docbook-utils
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-1) >= 0.60
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.60
BuildRequires:	pkgconfig(enchant) >= 1.0.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.6
BuildRequires:	pkgconfig(gmodule-2.0) >= 2.6
BuildRequires:	pkgconfig(gnutls) >= 2.2
BuildRequires:	pkgconfig(gobject-2.0) >= 2.6
BuildRequires:	pkgconfig(gthread-2.0) >= 2.6
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.16
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libgdata)
BuildRequires:	pkgconfig(libgnome-2.0) >= 2.0
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libstartup-notification-1.0) >= 0.5
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(NetworkManager) >= 0.6.2
BuildRequires:	pkgconfig(pilot-link)
BuildRequires:	pkgconfig(poppler)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(valgrind)
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	compface-devel
BuildRequires:	gpgme-devel > 0.4.5
BuildRequires:	libetpan-devel >= 0.42
BuildRequires:	libxml2-devel
BuildRequires:	openldap-devel
BuildRequires:	perl-devel
Requires:	compface
Requires:	rootcerts
Requires:	common-licenses
Requires:	aspell-dictionary
# These are dropped
Obsoletes:	%{name}-clamav-plugin < %{EVRD}
Obsoletes:	%{name}-dillo_viewer-plugin < %{EVRD}
Obsoletes:	%{name}-trayicon-plugin < %{EVRD}

%description
Claws-Mail is an e-mail client (and news reader) based on GTK+2, running
on X Window System, and aiming for:
 * Quick response
 * Graceful, and sophisticated interface
 * Easy configuration, intuitive operation
 * Abundant features
The appearance and interface are similar to some popular e-mail clients for
Windows, such as Outlook Express, Becky!, and Datula. The interface is also
designed to emulate the mailers on Emacsen, and almost all commands are
accessible with the keyboard.

The messages are managed by MH format, and you'll be able to use it together
with another mailer based on MH format (like Mew). You can also utilize
fetchmail or/and procmail, and external programs on receiving (like inc or
imget).

This is an improved version over the "bare" sylpheed package. It has
some additional features, and also extends existing features.

Addtitional features include:
    o Scoring
    o Spell checking
    o Return receipts

Improved features include:
    o SMTP Auth
    o Filtering
    o MIME attachments
    o Integrated News reader
    o Automatic mail checking
    o Line-wrapping
    o XML-based addressbook
    o Newly arrived and unread message management
    o Printing
    o GnuPG support
    o Address book supports JPilot, LDAP, LDIF, and vCard data files

For a complete listing of Features: http://www.claws-mail.org/features.php

%files -f %{name}.lang
%{_bindir}/%{name}
%{_bindir}/sylpheed-claws
%{_datadir}/appdata/claws-mail.appdata.xml
%{_datadir}/applications/claws-mail.desktop
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
%{_iconsdir}/hicolor/*/apps/*.png
%{_docdir}/claws-mail

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Claws Mail
Group:		Development/Other
Requires:	%{name} = %{EVRD}
# Dropped since 3.9.2
Obsoletes:	%{name}-notification-plugin-devel < %{EVRD}
Obsoletes:	%{name}-vcalendar-plugin-devel < %{EVRD}

%description devel
Development files and headers for %{name}.

%files devel
%{_includedir}/%{name}
%{_libdir}/pkgconfig/claws-mail.pc

#----------------------------------------------------------------------------

%package acpi-plugin
Summary:	This Claws Mail plugin enables mail notification via LEDs on some laptops
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description acpi-plugin
This plugin for Claws Mail enables mail notification via LEDs on some laptops.

%files acpi-plugin
%{_libdir}/%{name}/plugins/acpi_notifier.so

#----------------------------------------------------------------------------

%package address_keeper-plugin
Summary:	This Claws Mail plugin never forgets e-mail adresses
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description address_keeper-plugin
This plugin for Claws Mail allows saving outgoing addresses to a designated
folder in the address book.Addresses are saved only if not found in the
address book to avoid unwanted duplicates.

%files address_keeper-plugin
%{_libdir}/%{name}/plugins/address_keeper.so

#----------------------------------------------------------------------------

%package att_remover-plugin
Summary:	This Claws Mail plugin enables the removal of attachments
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description att_remover-plugin
This plugin for Claws Mail enables the removal of attachments.

%files att_remover-plugin
%{_libdir}/%{name}/plugins/att_remover.so

#----------------------------------------------------------------------------

%package attachwarner-plugin
Summary:	This Claws Mail plugin enables attachment warnings
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description attachwarner-plugin
This Claws Mail plugin enables attachment warnings.

%files attachwarner-plugin
%{_libdir}/%{name}/plugins/attachwarner.so

#----------------------------------------------------------------------------

%package bogofilter-plugin
Summary:	Bogofilter plugin for Claws Mail
Group:		Networking/Mail
BuildRequires:	bogofilter
Requires:	%{name} = %{EVRD}
Requires:	bogofilter

%description bogofilter-plugin
Enables the scanning of incoming mail received from a POP, IMAP, or LOCAL
account using Bogofilter. It can optionally delete mail identified as spam
or save it to a designated folder. Bogofilter is a pure Bayesian filter,
therefore it has better speed performance than SpamAssassin but might catch
less spam.

%files bogofilter-plugin
%{_libdir}/%{name}/plugins/bogofilter.so

#----------------------------------------------------------------------------

%package bsfilter-plugin
Summary:	This Claws Mail plugin enables spam fitering through bsfilter
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description bsfilter-plugin
Check all messages that are received from an IMAP, LOCAL or POP account
for spam using Bsfilter.

%files bsfilter-plugin
%{_libdir}/%{name}/plugins/bsfilter.so

#----------------------------------------------------------------------------

%package clamd-plugin
Summary:	This Claws Mail plugin enables spam fitering through Clam AntiVirus
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description clamd-plugin
Check all messages that are received from an IMAP, LOCAL or POP account
for spam using Clam AntiVirus.

%files clamd-plugin
%{_libdir}/%{name}/plugins/clamd.so

#----------------------------------------------------------------------------

%package fancy-plugin
Summary:	This Claws Mail plugin renders HTML e-mails through WebKit
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description fancy-plugin
Renders HTML e-mail using the WebKit library.

%files fancy-plugin
%{_libdir}/%{name}/plugins/fancy.so

#----------------------------------------------------------------------------

%package fetchinfo-plugin
Summary:	This Claws Mail plugin inserts headers containing some download information
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description fetchinfo-plugin
This plugin for Claws Mail inserts headers containing some download
information: UIDL, Sylpheeds account name, POP server, user ID
and retrieval time.

%files fetchinfo-plugin
%{_libdir}/%{name}/plugins/fetchinfo.so

#----------------------------------------------------------------------------

%package gdata-plugin
Summary:	This Claws Mail plugin enables access to GData (Google services)
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description gdata-plugin
Plugin to access to GData (Google services). The only currently implemented
feature is inclusion of Google contacts into the address completion.

%files gdata-plugin
%{_libdir}/%{name}/plugins/gdata.so

#----------------------------------------------------------------------------

%package libravatar-plugin
Summary:	This Claws Mail plugin enables libravatar support
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description libravatar-plugin
Plugin to show the profile pictures associated to email addresses provided by
libravatar service ( http://www.libravatar.org ).

%files libravatar-plugin
%{_libdir}/%{name}/plugins/libravatar.so

#----------------------------------------------------------------------------

%package mailmbox-plugin
Summary:	This Claws Mail plugin provides direct access to mbox folders
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description mailmbox-plugin
This Claws Mail plugin provides direct access to mbox folders.

%files mailmbox-plugin
%{_libdir}/%{name}/plugins/mailmbox.so

#----------------------------------------------------------------------------

%package newmail-plugin
Summary:	This Claws Mail plugin can write a summary to a log file
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description newmail-plugin
This Claws Mail plugin can write a summary to a log file upon
receiving new mail. It defaults to ~/Mail/NewLog.

%files newmail-plugin
%{_libdir}/%{name}/plugins/newmail.so

#----------------------------------------------------------------------------

%package notification-plugin
Summary:	This Claws Mail plugin notifies about new mail
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description notification-plugin
This Claws Mail plugin notifies about new mail.

%files notification-plugin
%{_libdir}/%{name}/plugins/notification.so

#----------------------------------------------------------------------------

%package pdfviewer-plugin
Summary:	This Claws Mail plugin handles PDF and PostScript attachments
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description pdfviewer-plugin
This Claws Mail plugin This plugin handles PDF and PostScript attachments.

%files pdfviewer-plugin
%{_libdir}/%{name}/plugins/pdf_viewer.so

#----------------------------------------------------------------------------

%package perl-plugin
Summary:	Perl interface to Claws Mail's filtering mechanism
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description perl-plugin
This plugin is intended to extend the filtering possibilities of Claws Mail.
It provides a Perl interface to Claws Mail's filtering mechanism, allowing
the use of full Perl power in email filters.

%files perl-plugin
%{_libdir}/%{name}/plugins/perl.so

#----------------------------------------------------------------------------

%package pgpcore-plugin
Summary:	PGP core plugin for Claws Mail
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description pgpcore-plugin
Handles core PGP functions and is a dependency of both the PGP/Inline and
PGP/MIME plugins.

%files pgpcore-plugin
%{_libdir}/%{name}/plugins/pgpcore.so

#----------------------------------------------------------------------------

%package pgpinline-plugin
Summary:	PGP/Inline plugin for Claws Mail
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}
Requires:	%{name}-pgpcore-plugin = %{EVRD}

%description pgpinline-plugin
Handles PGP/Inline signed and/or encrypted mails. You can decrypt mails,
verify signatures or sign and encrypt your own mails.

%files pgpinline-plugin
%{_libdir}/%{name}/plugins/pgpinline.so
%{_libdir}/%{name}/plugins/pgpinline.deps

#----------------------------------------------------------------------------

%package pgpmime-plugin
Summary:	PGP/MIME plugin for Claws Mail
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}
Requires:	%{name}-pgpcore-plugin = %{EVRD}

%description pgpmime-plugin
Handles PGP/MIME signed and/or encrypted mails. You can decrypt mails, verify
signatures or sign and encrypt your own mails.

%files pgpmime-plugin
%{_libdir}/%{name}/plugins/pgpmime.so
%{_libdir}/%{name}/plugins/pgpmime.deps

#----------------------------------------------------------------------------

%package python-plugin
Summary:	Python scriptin access to Claws Mail
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description python-plugin
This plugin offers a Python scripting access to Claws Mail.

%files python-plugin
%{_libdir}/%{name}/plugins/python.so

#----------------------------------------------------------------------------

%package rssyl-plugin
Summary:	This Claws Mail plugin allows you to read your favorite newsfeeds
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description rssyl-plugin
This plugin allows you to read your favorite newsfeeds in Claws Mail.
RSS 1.0, 2.0 and Atom feeds are currently supported.

%files rssyl-plugin
%{_libdir}/%{name}/plugins/rssyl.so

#----------------------------------------------------------------------------

%package smime-plugin
Summary:	S/Mime plugin for Claws Mail
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description smime-plugin
This plugin allows to use S/Mime signatures and encryptions in Claws Mail.

%files smime-plugin
%{_libdir}/%{name}/plugins/smime.so
%{_libdir}/%{name}/plugins/smime.deps

#----------------------------------------------------------------------------

%package spamassassin-plugin
Summary:	Spamassassin-plugin for Claws Mail
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}
Requires:	spamassassin-spamd

%description spamassassin-plugin
Enables the scanning of incoming mail received from a POP, IMAP, or LOCAL
account using SpamAssassin. See README for configuration and set-up info.

%files spamassassin-plugin
%doc src/plugins/spamassassin/README
%{_libdir}/%{name}/plugins/spamassassin.so

#----------------------------------------------------------------------------

%package spam_report-plugin
Summary:	This Claws Mail plugin provides spamreport
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description spam_report-plugin
This Claws Mail plugin provides spamreport.

%files spam_report-plugin
%{_libdir}/%{name}/plugins/spamreport.so

#----------------------------------------------------------------------------

%package tnef_parse-plugin
Summary:	This Claws Mail plugin enables parsing MS-TNEF attachments
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description tnef_parse-plugin
This Claws Mail plugin enables parsing MS-TNEF attachments.

%files tnef_parse-plugin
%{_libdir}/%{name}/plugins/tnef_parse.so

#----------------------------------------------------------------------------

%package vcalendar-plugin
Summary:	This Claws Mail plugin enables vCalendar message handling
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description vcalendar-plugin
This Claws Mail plugin handles the vCalendar format (or rather, the meeting
subset of it). It displays such mails in a nice format, lets you create and
send meetings, and creates a virtual folder with the meetings you have sent
or received.

%files vcalendar-plugin
%{_libdir}/%{name}/plugins/vcalendar.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--enable-enchant \
	--enable-jpilot \
	--enable-ldap \
	--enable-crash-dialog \
	--enable-spamassassin-plugin \
	--disable-archive-plugin \
	--enable-ipv6 \
	--enable-compface \
	--enable-gnutls \
	--enable-networkmanager-support \
	--disable-rpath \
	--disable-static

%make LIBTOOL=%{_bindir}/libtool

%check
make check

%install
%makeinstall_std

##remove duplicate man#
rm -rf  %{buildroot}%{_mandir}
## remove unneeded devel files
rm -f %{buildroot}%{_libdir}/%{name}/plugins/*.*a

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64,128x128}/apps
convert %{name}.png -geometry 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert %{name}.png -geometry 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{name}.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -m644 %{name}-64x64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
install -m644 %{name}-128x128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications/
install -m644 %{name}.desktop %{buildroot}%{_datadir}/applications/

cp -a ABOUT-NLS AUTHORS NEWS README* TODO* RELEASE_NOTES tools %{buildroot}%{_docdir}/claws-mail/
rm -f %{buildroot}%{_docdir}/claws-mail/tools/Makefile*

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.10.1-2
+ Revision: 477764f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 615 |14cr|claws-mail-themes-20120129-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Icon themes for Claws-Mail
Name:		claws-mail-themes
Version:	20120129
Release:	2
License:	GPL+
Group:		Networking/Mail
URL:		http://claws-mail.org/
Source0:	http://www.claws-mail.org/themes/%{name}-%{version}.tar.gz
Requires:	claws-mail
BuildArch:	noarch
Obsoletes:	sylpheed-claws-themes < %{version}
Provides:	sylpheed-claws-themes = %{version}
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
This package contains various user contributed icon themes for claws-mail.

%prep
%setup -q

%build
./autogen.sh

%configure2_5x
%make

%install
%makeinstall_std

%files
%{_datadir}/claws-mail/themes/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20120129-2
+ Revision: af45299
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 616 |14cr|clearsilver-0.10.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without	ruby
%bcond_without	python
%bcond_without	perl

Summary:	ClearSilver HTML template system
Name:		clearsilver
Version:	0.10.5
Release:	8
License:	Apache License style
Group:		Networking/WWW
Url:		http://www.clearsilver.net/
Source0:	http://www.clearsilver.net/downloads/%{name}-%{version}.tar.bz2
Patch0:		clearsilver-0.10.5-mandriva.patch
Patch1:		clearsilver-0.10.5-regression.patch
Patch2:		test.patch
Patch3:		clearsilver-ruby-1.9.patch
BuildRequires:	pkgconfig(zlib)
%if %{with python}
BuildRequires:	python-devel
%endif
%if %{with perl}
BuildRequires:	perl-devel
%endif
%if %{with ruby}
BuildRequires:	ruby-devel >= 1.4.5
%endif

%description
ClearSilver is a fast, powerful, and language-neutral HTML template system.
In both static content sites and dynamic HTML applications, it provides a
separation between presentation code and application logic which makes
working with your project easier.

Because it's written as a C-library, and exported to scripting languages
like Python and Perl via modules, it is extremely fast compared to template
systems written in a script language.

%package	devel
Summary:	ClearSilver development package
Group:		Development/C

%description devel
This package provides needed files to develop extension
to ClearSilver.

%if %{with python}
%package -n	python-%{name}
Summary:	Neotonic ClearSilver Python Module
Group:		Development/Python
Requires:	clearsilver = %{version}

%description -n	python-%{name}
This package provides a python interface to the
clearsilver CGI kit and templating system.
%endif

%if %{with perl}
%package -n	perl-ClearSilver
Summary:	Neotonic ClearSilver Perl Module
Group:		Development/Perl
Requires:	clearsilver = %{version}

%description -n perl-ClearSilver
The clearsilver-perl package provides a perl interface to the
clearsilver templating system.
%endif

%if %{with ruby}
%package -n	ruby-%{name}
Summary:	Neotonic ClearSilver Ruby Module
Group:		Development/Ruby
Requires:	clearsilver = %{version}

%description -n	ruby-%{name}
The clearsilver-ruby package provides a ruby interface to the
clearsilver templating system.
%endif

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p0
%patch3 -p1 -b .ruby19~

%build
%configure	--disable-apache \
		--disable-java \
		--disable-csharp \
%if %{with ruby}
		--enable-ruby \
%else
		--disable-ruby \
%endif
%if %{with perl}
		--enable-perl \
%else
		--disable-perl \
%endif
%if %{with python}
		--enable-python
%else
		--disable-python
%endif
perl -pi -e 's#install.rb install$#install.rb install --prefix=%{buildroot}#' ruby/Makefile
perl -pi -e 's/555/755/' ruby/install.rb

%make

cat > README.MandrivaLinux << EOF
This package only includes python, perl and ruby bindings.

Java needs a JVM, so this cannot be done for the moment.
C# didn't compile.

EOF
cd python
LDSHARED="gcc -shared -lz %{ldflags}" python setup.py build

%install
perl -pi -e 's#/usr/local/#/usr/#' scripts/document.py
%if %{with perl}
cd perl
perl Makefile.PL INSTALLDIRS=vendor
%makeinstall_std
cd ..
%endif
%makeinstall_std

%if %{with python}
cd python
python setup.py install --root=%{buildroot}
cd ..
%endif

#
# TODO add script ( in script/ subdir )
# emacs mode
%files
%doc CS_LICENSE INSTALL LICENSE README README.MandrivaLinux scripts/cs_lint.py contrib/cs-mode.el
%{_bindir}/*
%{_mandir}/man3/*.3.*

%files devel
%{_includedir}/ClearSilver/
%{_libdir}/libneo_cgi.a
%{_libdir}/libneo_cs.a
%{_libdir}/libneo_utl.a

%if %{with python}
%files -n python-%{name}
%doc README.python
%{py_platsitedir}/neo_cgi.so
%{py_platsitedir}/clearsilver-%{version}-py%{py_ver}.egg-info
%endif

%if %{with perl}
%files -n perl-ClearSilver
%{perl_vendorlib}/*/ClearSilver.pm
%{perl_vendorlib}/*/auto/ClearSilver/ClearSilver.so
%dir %{perl_vendorlib}/*/auto/ClearSilver/
%{_mandir}/man3/*.3pm*
%endif

%if %{with ruby}
%{ruby_sitelibdir}/neo.rb
%{ruby_sitearchdir}/hdf.so
%endif

#%if %{with apache_subpackage}
#%files apache
#%{apache_libexec}/mod_ecs.so
#%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.5-8
+ Revision: 51591de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 617 |14cr|climm-0.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Text-mode ICQ clone
Name:		climm
Version:	0.7.1
Release:	3
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://www.climm.org/
Source0:	http://www.climm.org/source/%{name}-%{version}.tgz
Patch0:		climm-0.6.4-linktcl.patch
Patch1:		climm-0.7.1-gnutls-2.8.patch
BuildRequires:	enca
BuildRequires:	gettext-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(gloox)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(iksemel)
BuildRequires:	pkgconfig(libotr)

%description
climm is a very portable text-mode ICQ clone - it is known to compile
under Linux, BSD, AIX, HPUX, Windows, AmigaOS and with restrictions
BeOS. Originally written by Matthew D. Smith, a great part of climm
has been rewritten by Rudiger Kuhlmann, in particular the support for
the new version 8 of the OSCAR protocol that became necessary, the
internationalization, the file transfer and some restructuring of
the code.

%files
%defattr(0644,root,root,0755)
%doc NEWS AUTHORS FAQ README TODO
%doc doc/README.i18n doc/README.logformat doc/README.ssl doc/example-climm-event-script
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/%{name}
%defattr(0644,root,root,0755)
%lang(de) %{_mandir}/de/man?/*
%lang(es) %{_mandir}/es/man?/*
%lang(fr) %{_mandir}/fr/man?/*
%lang(it) %{_mandir}/it/man?/*
%{_mandir}/man?/*
%lang(pt_BR) %{_mandir}/pt_BR/man?/*
%lang(ru) %{_mandir}/ru/man?/*
%lang(se) %{_mandir}/se/man?/*
%lang(sk) %{_mandir}/sk/man?/*
%lang(sr) %{_mandir}/sr/man?/*
%lang(uk) %{_mandir}/uk/man?/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
autoreconf -fi
%configure2_5x \
	--disable-dependency-tracking \
	--enable-ssl=gnutls \
	--enable-tcl \
	--enable-xmpp \
	--disable-rpath
make

%install
%makeinstall_std INSTALL="install -p"
# convert documentation to UTF-8, when possible
# es, fr are 7bit, sr is already UTF8
enconv -L russian -x UTF-8 doc/ru/*
enconv -L slovak -x UTF-8 doc/sk/*
enconv -L ukrainian -x UTF-8 doc/uk/* || :
for i in doc/de/* doc/pt_BR/* doc/it/*; do
  iconv -f iso8859-1 -t UTF-8 $i > $i.tmp
  mv -f $i.tmp $i
done



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-3
+ Revision: 9f6e493
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 618 |14cr|cliofetion-2.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: command line libofetion client implemention
Name: cliofetion
Version: 2.2.0
Release: 3
Group: Networking/Instant messaging
License: GPLv2+
URL: http://code.google.com/p/ofetion/
Source0: http://ofetion.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires: libofetion-devel >= 2.2.0
BuildRequires: cmake

%description
OpenFetion is a IM client based on GTK+2.0, using CHINA MOBILE's Fetion
Protocol Version 4.

%prep
%setup -qn %name-%version

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_bindir}/%name
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.0-3
+ Revision: 02bc0e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 619 |14cr|clipgrab-3.4.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           clipgrab
Version:        3.4.2
Release:        3
Summary:        Video down-loader
License:        GPLv3
Group:          Video
URL:            http://clipgrab.org/
Source0:        http://download.clipgrab.de/%{name}-%{version}.tar.bz2            
Source1:        %{name}.desktop
Source2:        http://vanbittern.com/files/clipgrab-icons.zip
BuildRequires:  qt4-devel
BuildRequires:  hicolor-icon-theme
BuildRequires:  unzip
BuildRequires:  desktop-file-utils
Requires:       ffmpeg

%description
A program which downloads and converts on-line videos from YouTube, Vimeo,
DailyMotion, MyVideo and many other platforms.


%prep
%setup -q

# Fix wrong permissions
chmod -x *

# Install kde icons
mkdir _icons
pushd _icons
unzip %{SOURCE2}
popd


%build
qmake %{name}.pro QMAKE_CXXFLAGS="%{optflags -wall}"
%make


%install
# 1. Install binary
install -D -m 755 %{name} %{buildroot}%{_bindir}/%{name}
# 2. Install program icons
install -d %{buildroot}%{_datadir}/%{name}/img
install -m644 *.png %{buildroot}%{_datadir}/%{name}/img
# 3. Install kde icons
pushd _icons
rm -f 512.png
for f in *.png; do
    s="${f%.png}"
    install -D -m644 "$f" "%{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png"
done
popd
# 4. Install desktop file
install -d %{buildroot}%{_datadir}/applications
desktop-file-install --dir="%{buildroot}%{_datadir}/applications" %{SOURCE1}
# 5. Install lang files
install -d %{buildroot}%{_datadir}/%{name}/translations
install -m 644 *.qm %{buildroot}%{_datadir}/%{name}/translations


%files
%doc COPYING license.odt README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}/img/*.png
%{_datadir}/%{name}/translations/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.2-3
+ Revision: 8b5bbd8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 620 |14cr|clips-6.21-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Clips language for expert systems
Name:		clips
Version:	6.21
Release:	15
License:	BSD
Group:		Development/Other
Url:		http://www.ghg.net/clips/download/source/
Source0:	http://www.ghg.net/clips/download/source/clipssrc.tar.bz2
Source1:	http://www.ghg.net/clips/download/source/x-prjct.tar.bz2
Source2:	http://www.ghg.net/clips/download/source/makefile.bz2
Source3:	http://www.ghg.net/clips/download/source/clips.hlp
Source4:	http://www.ghg.net/clips/download/documentation/abstract.pdf
Source5:	http://www.ghg.net/clips/download/documentation/apg.pdf
Source6:	http://www.ghg.net/clips/download/documentation/arch5-1.pdf
Source7:	http://www.ghg.net/clips/download/documentation/bpg.pdf
Source8:	http://www.ghg.net/clips/download/documentation/ig.pdf
Source9:	http://www.ghg.net/clips/download/documentation/usrguide.pdf
Patch0:		clips-setup.patch
Patch1:		clips-6.21-lib64.patch
Patch3:		clips-6.21-gcc4.patch
Patch4:		clips-6.21-link.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xt)

%description
This is the Clips expert systems language.

%files
%{_bindir}/clips
%{_docdir}/clips-%{version}
%{_datadir}/clips

#----------------------------------------------------------------------------

%package	X11
Summary:	X interface to Clips
Group:		Development/Other
Requires:	clips

%description	X11
X interface to Clips.

%files X11
%{_prefix}/X11R6/bin/xclips
%doc clips.hlp

#----------------------------------------------------------------------------

%prep
%setup -q -a 1 -c
mv x-prjct/makefile/makefile.x clipssrc
mv x-prjct/xinterface/* clipssrc
%patch0 -p0 -b .setup
%patch1 -p1 -b .lib64
%patch3 -p1 -b .gcc4
bzcat %{SOURCE2} > clipssrc/makefile
%patch4 -p0 -b .link
#(peroyvind) invalid flag for C, drop it to avoid lots of warning
perl -pi -e "s#-Woverloaded-virtual ##g" clipssrc/makefile
perl -pi -e "s#gcc #gcc %{optflags} %{ldflags} #g" clipssrc/makefile*

%build
pushd clipssrc
%make
%make -f makefile.x LIB=%{_lib}
popd

%install
mkdir -p -m 0755 %{buildroot}%{_prefix}/{X11R6/bin,bin,doc,share/clips}
install -m 0755 clipssrc/clips %{buildroot}%{_prefix}/bin/
install -m 0755 clipssrc/xclips %{buildroot}%{_prefix}/X11R6/bin/
install -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/clips/
cp %{SOURCE3} .
mkdir -p %{buildroot}%{_docdir}/clips-%{version}
for i in %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9}; do
install -m 0644 $i %{buildroot}%{_docdir}/clips-%{version}
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.21-15
+ Revision: 3db86a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 621 |14cr|cliquer-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		cliquer
Version:	1.2
Release:	4
Group:		Sciences/Mathematics
License:	GPL
Summary:	Routines for finding cliques in an arbitrary weighted graph
Source0:	http://users.tkk.fi/~pat/cliquer/cliquer-1.2.tar.gz
# Slightly modified sagemath 4.1.1 patches to generate a shared library
Source1:	SConstruct
Source2:	cl.h
URL:		http://users.tkk.fi/pat/cliquer.html
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	scons

# Unlisted patches to upstream directly applied to spkg...
Patch0:		cliquer-1.2-sagemath.patch

%description
Cliquer is a set of C routines for finding cliques in an arbitrary weighted
graph. It uses an exact branch-and-bound algorithm recently developed by
Patric stergrd. It is designed with the aim of being efficient while still
being flexible and easy to use.

%package devel
Group:		Development/C
Summary:	Routines for finding cliques in an arbitrary weighted graph
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description devel
Cliquer is a set of C routines for finding cliques in an arbitrary weighted
graph. It uses an exact branch-and-bound algorithm recently developed by
Patric stergrd. It is designed with the aim of being efficient while still
being flexible and easy to use.

%prep
%setup -q

%patch0 -p1

%build
# generated shared library
cp %{SOURCE1} `pwd`
%scons

# generated standalone program
%make CFLAGS='%{optflags}'

%install
mkdir -p %{buildroot}%{_libdir} %{buildroot}%{_bindir} %{buildroot}%{_includedir}/%{name}
cp -f libcliquer.so %{buildroot}%{_libdir}
cp -f %{SOURCE2} *.h %{buildroot}%{_includedir}/%{name}

cp -f cl %{buildroot}/%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/cl

%files devel
%defattr(-,root,root)
%{_libdir}/libcliquer.so
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%doc README



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 3e4b357
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 622 |14cr|clisp-2.49-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_lightning 0

Summary:	Common Lisp (ANSI CL) implementation
Name:		clisp
Version:	2.49
Release:	4
Epoch:		1
License:	GPLv2+
Group:		Development/Other
Url:		http://clisp.cons.org/
Source0:	ftp://ftp.gnu.org/pub/gnu/clisp/latest/%{name}-%{version}.tar.bz2
Patch0:		clisp-2.49-debian-bdb-5.1.patch
Patch1:		clisp-2.49-rosa-disable-socket-test.patch
Patch2:		clisp-glibc-fix.patch
Patch3:		clisp-hostname.patch
Patch4:		clisp-linux.patch
BuildRequires:	diffutils
BuildRequires:	imake
%if %{with_lightning}
BuildRequires:	lightning
%endif
BuildRequires:	db5-devel
BuildRequires:	ffcall-devel
BuildRequires:	gdbm-devel
BuildRequires:	libfcgi-devel
BuildRequires:	libpari-devel
BuildRequires:	libsigsegv-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)
Provides:	ansi-cl

%description
Common Lisp is a high-level, all-purpose programming language.

CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe
University and Michael Stoll of Munich University, both in Germany.

It mostly supports Common Lisp as described in the ANSI CL standard.
It runs on microcomputers (DOS, OS/2, Windows NT, Windows 95, Amiga
500-4000, Acorn RISC PC) as well as on Unix workstations (Linux,
SVR4, Sun4, DEC Alpha OSF, HP-UX, NeXTstep, SGI, AIX, Sun3 and others) 
and needs only 2 MB of RAM.

It is free software and may be distributed under the terms of GNU GPL,
while it is possible to distribute commercial applications compiled
with CLISP.

The user interface comes in German, English, French and Spanish.
CLISP includes an interpreter, a compiler, a large subset of CLOS,
a foreign language interface and a socket interface.

An X11 interface is available through CLX and Garnet.

%files -f %{name}.lang
%{_bindir}/clisp
%{_mandir}/*/*
%doc %{_docdir}/clisp
%dir %{_libdir}/%{name}-%{version}
%{_libdir}/%{name}-%{version}/base/lispinit.mem
%{_libdir}/%{name}-%{version}/base/lisp.run
%{_libdir}/%{name}-%{version}/bindings/glibc/*.fas
%{_libdir}/%{name}-%{version}/bindings/glibc/*.lisp
%{_libdir}/%{name}-%{version}/clx/new-clx/*.fas
%{_libdir}/%{name}-%{version}/clx/new-clx/*.lisp
%{_libdir}/%{name}-%{version}/data
%dir %{_libdir}/%{name}-%{version}/dbus
%{_libdir}/%{name}-%{version}/dbus/*.fas
%{_libdir}/%{name}-%{version}/dbus/*.lisp
%dir %{_libdir}/%{name}-%{version}/fastcgi
%{_libdir}/%{name}-%{version}/fastcgi/*.fas
%{_libdir}/%{name}-%{version}/fastcgi/*.lisp
%dir %{_libdir}/%{name}-%{version}/gdbm
%{_libdir}/%{name}-%{version}/gdbm/*.fas
%{_libdir}/%{name}-%{version}/gdbm/*.lisp
%dir %{_libdir}/%{name}-%{version}/gtk2
%{_libdir}/%{name}-%{version}/gtk2/*.fas
%{_libdir}/%{name}-%{version}/gtk2/*.lisp
%{_libdir}/%{name}-%{version}/dynmod
%dir %{_libdir}/%{name}-%{version}/pcre
%{_libdir}/%{name}-%{version}/pcre/*.fas
%{_libdir}/%{name}-%{version}/pcre/*.lisp
%dir %{_libdir}/%{name}-%{version}/postgresql
%{_libdir}/%{name}-%{version}/postgresql/*.fas
%{_libdir}/%{name}-%{version}/postgresql/*.lisp
%dir %{_libdir}/%{name}-%{version}/rawsock
%{_libdir}/%{name}-%{version}/rawsock/*.fas
%{_libdir}/%{name}-%{version}/rawsock/*.lisp
%dir %{_libdir}/%{name}-%{version}/wildcard
%{_libdir}/%{name}-%{version}/wildcard/*.fas
%{_libdir}/%{name}-%{version}/wildcard/*.lisp
%dir %{_libdir}/%{name}-%{version}/zlib
%{_libdir}/%{name}-%{version}/zlib/*.fas
%{_libdir}/%{name}-%{version}/zlib/*.lisp
%{_datadir}/emacs/site-lisp/*
%{_datadir}/vim/vimfiles/after/syntax/lisp.vim

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for CLISP
Group:		Development/Other
Requires:	%{name} = %{epoch}:%{version}-%{release}

%description devel
Files necessary for linking CLISP.

%files devel
%attr(0755,root,root) %{_bindir}/clisp-link
%{_libdir}/%{name}-%{version}/base/*.a
%{_libdir}/%{name}-%{version}/base/*.o
%{_libdir}/%{name}-%{version}/base/*.h
%{_libdir}/%{name}-%{version}/base/makevars
%{_libdir}/%{name}-%{version}/bindings/glibc/*.o
%{_libdir}/%{name}-%{version}/bindings/glibc/*.sh
%{_libdir}/%{name}-%{version}/bindings/glibc/Makefile
%{_libdir}/%{name}-%{version}/build-aux/*
%{_libdir}/%{name}-%{version}/clx/new-clx/*.o
%{_libdir}/%{name}-%{version}/clx/new-clx/*.sh
%{_libdir}/%{name}-%{version}/clx/new-clx/demos
%{_libdir}/%{name}-%{version}/clx/new-clx/Makefile
%{_libdir}/%{name}-%{version}/clx/new-clx/README
%{_libdir}/%{name}-%{version}/dbus/*.o
%{_libdir}/%{name}-%{version}/dbus/*.sh
%{_libdir}/%{name}-%{version}/dbus/Makefile
%{_libdir}/%{name}-%{version}/fastcgi/*.o
%{_libdir}/%{name}-%{version}/fastcgi/*.sh
%{_libdir}/%{name}-%{version}/fastcgi/Makefile
%{_libdir}/%{name}-%{version}/fastcgi/README
%{_libdir}/%{name}-%{version}/gdbm/*.o
%{_libdir}/%{name}-%{version}/gdbm/*.sh
%{_libdir}/%{name}-%{version}/gdbm/Makefile
%{_libdir}/%{name}-%{version}/gtk2/*.cfg
%{_libdir}/%{name}-%{version}/gtk2/*.glade
%{_libdir}/%{name}-%{version}/gtk2/*.o
%{_libdir}/%{name}-%{version}/gtk2/*.sh
%{_libdir}/%{name}-%{version}/gtk2/Makefile
%{_libdir}/%{name}-%{version}/linkkit
%{_libdir}/%{name}-%{version}/pcre/*.o
%{_libdir}/%{name}-%{version}/pcre/*.sh
%{_libdir}/%{name}-%{version}/pcre/Makefile
%{_libdir}/%{name}-%{version}/postgresql/*.o
%{_libdir}/%{name}-%{version}/postgresql/*.sh
%{_libdir}/%{name}-%{version}/postgresql/Makefile
%{_libdir}/%{name}-%{version}/postgresql/README
%{_libdir}/%{name}-%{version}/rawsock/*.o
%{_libdir}/%{name}-%{version}/rawsock/*.sh
%{_libdir}/%{name}-%{version}/rawsock/demos
%{_libdir}/%{name}-%{version}/rawsock/Makefile
%{_libdir}/%{name}-%{version}/wildcard/*.a
%{_libdir}/%{name}-%{version}/wildcard/*.o
%{_libdir}/%{name}-%{version}/wildcard/*.sh
%{_libdir}/%{name}-%{version}/wildcard/Makefile
%{_libdir}/%{name}-%{version}/wildcard/README
%{_libdir}/%{name}-%{version}/zlib/*.o
%{_libdir}/%{name}-%{version}/zlib/*.sh
%{_libdir}/%{name}-%{version}/zlib/Makefile
%{_datadir}/aclocal/clisp.m4

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1

# socket test fails on i586...
%ifarch %{ix86}
%patch1 -p1
%endif

%patch2 -p1
%patch3 -p0
%patch4 -p1

%build
ulimit -s 16384
./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--mandir=%{_mandir} \
	--docdir=%{_docdir}/clisp \
	--fsstnd=redhat \
	--hyperspec=http://www.lispworks.com/documentation/HyperSpec/ \
	--with-module=bindings/glibc \
	--with-module=clx/new-clx \
	--with-module=dbus \
	--with-module=fastcgi \
	--with-module=gdbm \
	--with-module=gtk2 \
	--with-module=i18n \
	--with-module=pcre \
	--with-module=postgresql \
	--with-module=rawsock \
	--with-module=regexp \
	--with-module=syscalls \
	--with-module=wildcard \
	--with-module=zlib \
	--with-readline \
%if %{with_lightning}
	--with-jitc=lightning \
%endif
	--cbc \
	build CFLAGS="%{optflags}"

make -C build

%check
make -C build check

%install
%makeinstall_std  -C build

rm -f %{buildroot}%{_docdir}/clisp/doc/clisp.{dvi,1,ps}
cp -p doc/mop-spec.pdf %{buildroot}%{_docdir}/clisp/doc

find %{buildroot}/%{_libdir} -name '*.so' -exec chmod +x {} \;

%find_lang %{name}
%find_lang %{name}low
cat %{name}low.lang >> %{name}.lang


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 1:2.49-4
+ Revision: a992e3f
- Add patches from Mageia to fix various minor issues, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 623 |14cr|cloc-1.62-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32::File\\)'
%else
%define _requires_exceptions perl.Win32::File.
%endif

Name:           cloc
Version:        1.62
Release:        1
Summary:        Count lines of code

Group:          Development/Perl
License:        GPLv2 and Artistic
URL:            http://cloc.sourceforge.net/

Source0:        http://downloads.sourceforge.net/project/%{name}/%{name}/v%{version}/cloc-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  perl-devel
BuildRequires:  perl(Pod::Checker)
Requires:       perl
Requires:       perl(Regexp::Common)
Requires:       perl(Algorithm::Diff)
# Stop trying to find the optional Win32::File dep.
%{?perl_default_filter}

%description
A tool to count lines of code in various languages from a given directory.

%prep
%setup -q

%build

%install
make install DESTDIR=%{buildroot}

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*

%changelog
* Fri Sep 26 2014 Tigro <ashejn@gmail.com> 1.62-1
+ Revision: b2df2d7
- exclude perl.Win32::File from Req



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 624 |14cr|clone-0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name clone
%define version 0.1
%define release 7
%define tftpboot /var/lib/tftpboot

Summary: HOWTO duplicate an node with ka, dolly, and dollyC
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: System/Cluster
Url: http://www.mandriva.com
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
requires: ka-deploy-source-node
Buildrequires: libxslt-proc
Buildarch: noarch

%description
all scripts, configuration files needed to create and
setup a golden node to duplicate computer.

%prep
%setup -q -n %name-%version

%build

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall PREFIX=%{buildroot}/%{_prefix} \
    TFTPBOOT=%{buildroot}%{tftpboot} \
	SYSCONFDIR=%{buildroot}%{_sysconfdir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc clone.spec html/ *.xml *.xsl Makefile *.dsssl *.css
%attr(644,root,root) %config(noreplace) %{tftpboot}/X86PC/linux/pxelinux.cfg/default.pxe.clone
%attr(755,root,root) %{_bindir}/ka-d-session.sh
%attr(755,root,root) %{_bindir}/clone_script
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/dhcpd.conf.clone
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/xinetd.d/tftp.clone
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/pxe.conf.clone



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-7
+ Revision: 953379e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 625 |14cr|closure-compiler-20131014-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Closure Compiler - JavaScript compressor
Name:		closure-compiler
Version:	20131014
Release:	1
License:	Apache License
Group:		Development/Tools
Url:		http://closure-compiler.appspot.com/
# Source0Download: https://code.google.com/p/closure-compiler/downloads/list
Source0:	http://closure-compiler.googlecode.com/files/compiler-%{version}.tar.gz
# Source0-md5:	37e8eb83d3fe271a002f41e7c2d1e2d7
Source1:	%{name}.sh
Source2:	get-source.sh
BuildArch:	noarch

%description
The Closure Compiler is a tool for making JavaScript download and run
faster. It is a true compiler for JavaScript. Instead of compiling
from a source language to machine code, it compiles from JavaScript to
better JavaScript. It parses your JavaScript, analyzes it, removes
dead code and rewrites and minimizes what's left. It also checks
syntax, variable references, and types, and warns about common
JavaScript pitfalls.

%files
%doc README
%{_bindir}/%{name}
%{_javadir}/*.jar

#----------------------------------------------------------------------------

%prep
%setup -qc
chmod 0644 README

%build

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/%{name}

# jars
mkdir -p %{buildroot}%{_javadir}
install -m 0644 compiler.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar


%changelog
* Thu Sep 25 2014 Rosa <rosa@abf.rosalinux.ru> 20131014-1
+ Revision: 4bcf28d
- Automatic import for version 20131014-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 626 |14cr|cloud-utils-0.27-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Cloud image management utilities
Name:		cloud-utils
Version:	0.27
Release:	2
License:	GPLv3+
Group:		Networking/Other
Url:		https://launchpad.net/ubuntu/+source/cloud-utils
Source:		https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
Source1:	LICENSE
Patch0:		0001-supress-partx-usage-error.patch
Requires:	%{name}-growpart
Requires:	e2fsprogs
Requires:	euca2ools
Requires:	file
Requires:	gawk
Requires:	python-paramiko
Requires:	qemu-img
Requires:	util-linux
BuildArch:	noarch

%description
This package provides a useful set of utilities for managing cloud
images.

The euca2ools package (a dependency of cloud-utils) provides an Amazon
EC2 API compatible set of utilities for bundling kernels, ramdisks,
and root filesystems, and uploading them to either EC2 or UEC.

The tasks associated with image bundling are often tedious and
repetitive.  The cloud-utils package provides several scripts
that wrap the complicated tasks with a much simpler interface.

%files
%doc ChangeLog LICENSE
%{_bindir}/cloud-localds
%{_bindir}/cloud-publish-tarball
%{_bindir}/cloud-run-instances
%{_bindir}/write-mime-multipart
%{_bindir}/cloud-publish-image
%{_bindir}/ec2metadata
%{_bindir}/resize-part-image
%doc %{_mandir}/man1/cloud-publish-image.*
%doc %{_mandir}/man1/cloud-publish-tarball.*
%doc %{_mandir}/man1/cloud-run-instances.*
%doc %{_mandir}/man1/resize-part-image.*
%doc %{_mandir}/man1/write-mime-multipart.*

#----------------------------------------------------------------------------

%package growpart
Summary:	Script for growing a partition
Group:		Networking/Other
Requires:	gawk
# gdisk is only required for resizing GPT partitions and depends on libicu
# (25MB). We don't make this a hard requirement to save some space in non-GPT
# systems.
#Requires:	gdisk
Requires:	util-linux
Conflicts:	%{name} < 0.27

%description growpart
This package provides the growpart script for growing a partition. It is
primarily used in cloud images in conjunction with the dracut-modules-growroot
package to grow the root partition on first boot.

%files growpart
%doc ChangeLog LICENSE
%{_bindir}/growpart
%doc %{_mandir}/man1/growpart.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
cp %{SOURCE1} LICENSE
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1

cp bin/* %{buildroot}%{_bindir}/
cp man/* %{buildroot}%{_mandir}/man1/

rm -f %{buildroot}%{_bindir}/*ubuntu*

# Install the growpart binary and man page
cp bin/growpart %{buildroot}%{_bindir}/
cp man/growpart.* %{buildroot}%{_mandir}/man1/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.27-2
+ Revision: 2dcf0e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 627 |14cr|clthreads-2.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	2
%define	libname	%mklibname %name %major
%define oldlibname %mklibname %name 1
%define	develname %mklibname %name -d

Name:          clthreads
Summary:       Clthreads C++ libraries
Version:       2.4.0
Release:       3
License:       LGPLv2+
Group:	       System/Libraries 
Source0:       http://www.kokkinizita.net/linuxaudio/downloads/%{name}-%{version}.tar.bz2
Patch0:        clthreads-2.2.1-fix-install.patch
Patch1:        clthreads-2.4.0-linkage.patch
URL: 	       http://www.kokkinizita.net/linuxaudio/aeolus/index.html
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Clthreads C++ libraries

#--------------------------------------------------------------------

%package -n	%{libname}
Group: 		System/Libraries
Summary: 	Libraries for %name
Obsoletes:      %{oldlibname} < 2.2.1-2

%description 
Clthreads C++ libraries

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-,root,root)
%_libdir/libclthreads.so.%{major}*

#--------------------------------------------------------------------

%description -n	%{libname}
The libraries from %name package

%package -n	%{develname}
Group: 		Development/Other
Summary: 	Libraries for %name
Requires:	%{libname} = %version-%release
Provides:	lib%name-devel = %version-%release
Provides: 	%{name}-devel = %{version}-%{release}
Obsoletes:      %{oldlibname}-devel < 2.2.1-2Obsoletes:     
Obsoletes:      %{libname}-devel

%description -n	%{develname}
Development libraries from %name

%files -n %{develname}
%defattr (-,root,root)
%_includedir/clthreads.h
%_libdir/libclthreads.so

#--------------------------------------------------------------------

%prep
%setup -q -n %name-%version
%patch1 -p0

%build
%make LDFLAGS="%{ldflags}" CPPFLAGS="%{optflags} -fPIC"

%install
rm -fr %buildroot
mkdir -p %{buildroot}%{_includedir}
make install PREFIX=%{buildroot}%{_prefix}

%clean
rm -fr %buildroot



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.0-3
+ Revision: 58727b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 628 |14cr|clusterit-2.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Collection of clustering tools
Name:		clusterit
Version:	2.5
Release:	6
License:	BSD
Group:		Networking/Remote access
URL:		http://clusterit.sourceforge.net/
Source:		%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(x11)
BuildRequires:	ncurses-devel
Requires:	openssh-clients
Requires:	rsh-client
Requires:	gawk

%description
This is a collection of clustering tools, to turn your ordinary 
everyday pile of UNIX workstations into a speedy parallel beast.
dsh : run a command on a cluster of machines.  dshbak : format the 
output of dsh. barrier, barrierd : synchronize a process on a number 
of machines. jsd : simple command scheduling daemon for remote execution. 
jsh : run scheduled commands on remote machines. run : run a command 
on a machine at random. seq : run a command on a cluster in sequence. 
pcp : copy a file to a cluster of machines. pdf : display free disk space
across a group of machines. prm : delete a file or files on a cluster 
of machines. rvt : a specialized VT100 emulator for the X window system. 
dvt : clustersed quickly dissect cluster files.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%doc INSTALL CHANGES README html/*.html html/man/*.html
%{_mandir}/man1/*
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5-6
+ Revision: bd21ece
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 629 |14cr|clusterscripts-3.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define	perl_vendorlib /usr/lib/perl5/vendor_perl/5.8.7

Summary: Tools to setup a cluster server and client

Name: clusterscripts
Version: 3.5
Release: 6
#Source0: %{name}-%{version}.tar.bz2
Source0: %{name}-devel.tar.bz2
License: 	GPL
Group: 		System/Cluster
Prefix: 	%{_prefix}
URL:		http://www.mandriva.com
buildarch:	noarch
#obsolotes:	clusterautosetup-server

%description
Multiple scripts to setup cluster server or client nodes.


%package        client
Summary:	Script to setup and retrieve information for client node

Group:		System/Cluster
Conflicts:	clusterautosetup-server
Requires:	bind-utils, ypbind, autofs, wget,openssh-clients, openssh-server, tftp, nfs-utils, netkit-rsh-server, ntp, ka-deploy-source-node, oar-user, oar-node, usbutils, urpmi-parallel-ka-run, bc, dhcpcd, smartmontools, ganglia-core, taktuk, clusterscripts-common

%description client
Scripts to retrieve information and setup cluster client node from 
a cluster server.

%package common
Summary:        Common clusterscripts

Group:		System/Cluster

%description common
common libs

%package server-conf
Summary:        Clusterscript configuration file

Group:          System/Cluster
Conflicts:      clusterautosetup-client
Requires:       clusterscripts-common

%description server-conf
The configuration file of clusterscripts

%package server 
Summary:        Script to setup a server node

Group:		System/Cluster
Conflicts:	clusterautosetup-client
Requires:	bind, bind-utils, nfs-utils, ypserv, yp-tools, ypbind, make, oar-user, oar-node, oar-server, openssh-server, openssh-clients, ntp, ganglia-gmetad, urpmi-parallel-ka-run, apache, postfix, iptables, ganglia-core, rpm-helper, syslinux, usbutils, bc, php-cli, apache-mod_php, smartmontools, tentakel, ganglia-webfrontend, taktuk, fping, openldap-servers, openldap-clients
Requires:	clusterscripts-common, clusterscripts-server-pxe, clusterscripts-server-conf
Suggests:	phpldapadmin
#gnbd, gnbd-kernel-BOOT, 
#maui

%description server
Scripts to automatically setup some services
NIS, DNS, NFS, PXE, DHCP, NAMED, LDAP, authd and ssh Keys,
tftp server, ganglia server, OAR, SSH.

%package server-pxe
Summary:        Script to setup a PXE server, dhcpd tftp and optiannly a DNS server

Group:          System/Cluster
Conflicts:      clusterautosetup-client
Requires:       pxe, tftp-server, xinetd, dhcp-server, syslinux, clusterscripts-server-conf
Suggests:	ka-deploy-source-node bind bind-utils

%description server-pxe
Scripts to automatically setup a PXE server with DHCP server.
A DNS server is also optionnal

%prep
rm -rf ${buildroot}
%setup -q -n %{name}-devel


%build
#make build

%install
mkdir -p %{buildroot}/%_docdir/%{name}-%{version}
make install DESTDIR=%{buildroot} SHAREDOC=%_docdir/%{name}-%{version}


%post server-conf
TESTDHETH=`grep ETHDHCP_CLIENT /etc/clusterserver.conf`
if [ -z "$TESTDHETH" ];	then
	echo " old version of clusterscript, updating"
	echo "ETHDHCP_CLIENT=eth0" >> /etc/clusterserver.conf
fi	
# create a file, to check if it is the first time i launch setup_auto_cluster
touch /tmp/first_setup
	
#perl -Mcluster_xconfig -e 'set_xconfig()'

%post client
%_post_service clusterautosetup-client
# horrible hack to avoid dhclient.....
#perl -pi -e "s/\-x\s\/sbin\/dhclient/-x \/sbin\/dhclientsux/" /sbin/ifup

%preun client
%_preun_service clusterautosetup-client

%preun server
#%_preun_service rapidnat

%clean
rm -fr %{buildroot}

%files client
%attr(755,root,root) %{_bindir}/setup_client_cluster.pl
%attr(755,root,root) %{_bindir}/setup_ka_deploy.pl
%attr(755,root,root) %{_initrddir}/clusterautosetup-client
%{perl_vendorlib}/ka_deploy_cluster.pm
%{perl_vendorlib}/client_cluster.pm
%{perl_vendorlib}/fs_client.pm
%{perl_vendorlib}/cluster_clientconf.pm

%files common
#%attr(755,root,root) %{_bindir}/fdisk_to_desc
%{_bindir}/ib-burn-firmware.pl
%{perl_vendorlib}/cluster_commonconf.pm
%{perl_vendorlib}/cluster_fonction_common.pm

%files server-conf
%attr(755,root,root) %{_sysconfdir}/muttrc
%attr(755,root,root) %{_sysconfdir}/rc.sysinit_diskless
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/clusterserver.conf
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/clusternode.conf
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/dhcpd.conf.pxe.single
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/dhcpd.conf.cluster
%{perl_vendorlib}/cluster_serverconf.pm

%files server-pxe
%attr(755,root,root) %{_bindir}/dhcpnode
%{perl_vendorlib}/add_nodes_to_dhcp_cluster.pm
%{perl_vendorlib}/pxe_server_cluster.pm
%{perl_vendorlib}/dhcpnode_cluster.pm
%{perl_vendorlib}/dhcpdconf_server_cluster.pm
%{perl_vendorlib}/wakeup_node_cluster.pm
%{perl_vendorlib}/dns_cluster.pm
%attr(755,root,root) %{_bindir}/setup_add_nodes_to_dhcp.pl
%attr(755,root,root) %{_bindir}/setup_pxe_server.pl
%attr(755,root,root) %{_bindir}/setup_dhcpdconf_server.pl
%attr(755,root,root) %{_bindir}/setup_dns.pl
%attr(755,root,root) %{_bindir}/prepare_diskless_image


%files server
%doc ldap_base.ldif sldap_cluster.conf
%attr(755,root,root) %{_bindir}/ib-cluster-configurator.pl
%attr(755,root,root) %{_bindir}/rapidnat
%attr(755,root,root) %{_bindir}/sauvegarde
%attr(755,root,root) %{_bindir}/setup_xconfig.pl
#%{_initrddir}/rapidnat
%attr(755,root,root) %{_bindir}/setup_test_user
%attr(644,root,root) /var/spool/pbs/pbs_config.sample
%{perl_vendorlib}/cluster_xconfig.pm
%{perl_vendorlib}/fs_server.pm
%{perl_vendorlib}/nis_cluster.pm
%{perl_vendorlib}/ldap_cluster.pm
%{perl_vendorlib}/install_cluster.pm
%{perl_vendorlib}/auto_add_nodes_cluster.pm
%{perl_vendorlib}/maui_cluster.pm
%{perl_vendorlib}/auto_remove_nodes_cluster.pm
%{perl_vendorlib}/cluster_set_admin.pm
%{perl_vendorlib}/cluster_set_compute.pm
%{perl_vendorlib}/user_common_cluster.pm
%{perl_vendorlib}/postfix_cluster.pm
%{perl_vendorlib}/pbs_cluster.pm
%{perl_vendorlib}/server_cluster.pm
%attr(755,root,root) %{_bindir}/setup_pbs.pl
%attr(755,root,root) %{_sbindir}/setup_auto_cluster
%attr(755,root,root) %{_bindir}/setup_add_node.pl
%attr(755,root,root) %{_bindir}/setup_install_cluster.pl
%attr(755,root,root) %{_bindir}/setup_server_cluster.pl
%attr(755,root,root) %{_bindir}/setup_recup_cpus.pl
%attr(755,root,root) %{_bindir}/setup_nis.pl
%attr(755,root,root) %{_bindir}/setup_ldap.pl
%attr(755,root,root) %{_bindir}/setup_auto_remove_nodes.pl
%attr(755,root,root) %{_sbindir}/deluserNis.pl
%attr(755,root,root) %{_bindir}/wakeup_node.pl
%attr(755,root,root) %{_bindir}/setup_maui.pl
%attr(755,root,root) %{_bindir}/setup_auto_add_nodes.pl
%attr(755,root,root) %{_sbindir}/adduserNis.pl
%attr(755,root,root) %{_bindir}/setup_postfix.pl
%attr(755,root,root) %{_bindir}/setup_admin.pl
%attr(755,root,root) %{_bindir}/setup_compute.pl
%attr(755,root,root) %{_bindir}/update_cfg_after_ar_node.pl




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5-6
+ Revision: 51b2797
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 630 |14cr|clusterssh-3.28-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	clusterssh
%define version 3.28
%define release 3

Name:          %name
Version:       %version
Release:       %release
Summary:       Secure concurrent multi-server terminal control
Group:         Shells
License:       GPL
URL:           http://clusterssh.sourceforge.net
Source0:       http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}
BuildArch:     noarch
Requires:      perl-Tk perl-X11-Protocol xterm
Buildrequires:	perl-devel

%description
Control multiple terminals open on different servers to perform administration
tasks, for example multiple hosts requiring the same config within a cluster.
Not limited to use with clusters, however.

%prep
%setup -q

%build
%configure
%make

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS README NEWS ChangeLog
%{_bindir}/cssh
%{_mandir}/man1/*.1*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.28-3
+ Revision: c854546
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 631 |14cr|clutter-perl-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Clutter

%define apiver 1.0
%define api 1.0

Summary:       Perl bindings for clutter

Name:          clutter-perl
Version:       1.0.1
Release:       6
Source0:       http://www.clutter-project.org/sources/clutter-perl/%api/%{name}-%{version}.tar.bz2
License:       LGPLv2+
Group:         Graphics
Url:           http://clutter-project.org/
BuildRequires: clutter-devel >= 1.0
BuildRequires: perl-devel
BuildRequires: perl-Gtk2 >= 1.140
BuildRequires: perl-ExtUtils-Depends
BuildRequires: perl-ExtUtils-PkgConfig


%description
Perl bindings for clutter

#----------------------------------------------------------------------------

%package -n perl-%{module}
Summary:       Perl bindings for clutter

Group:         Graphics
Provides:      clutter-perl = %{version}-%{release}

%description -n perl-%{module}
Perl bindings for clutter

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install

%makeinstall_std

%clean

%files -n perl-%{module}
%{perl_vendorarch}/%module
%{perl_vendorarch}/%module.pm
%{perl_vendorarch}/auto/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-6
+ Revision: 82977d0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 632 |14cr|clutter-sharp-0-0.20090817.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#gw it could even become a noarch package, but it has a dep
#on the clutter library packages
%define debug_package %{nil}

%define cluttergtklibname %mklibname clutter-gtk 1.0 0

%define gitdate 20090817

Summary:	C#/.NET bindings to Clutter
Name:		clutter-sharp
Version:	0
Release:	0.%{gitdate}.6
License:	MIT
Group:		System/Libraries
Url:		http://www.clutter-project.org
Source0:	%{name}-%{gitdate}.tar.xz
Patch0:		clutter-sharp-20090817-ilasm-build.patch
Patch1:		clutter-sharp-20090828-initialization-fix.patch
BuildRequires:	gtk-sharp2
BuildRequires:	glib-sharp2
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(gapi-2.0)
BuildRequires:	pkgconfig(mono)
Requires:	%{cluttergtklibname}

%description
Clutter-sharp offers C#/.NET bindings to Clutter.

%files
%doc COPYING README
%{_libdir}/clutter-sharp/

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description devel
This package contains the development files for the C#/.NET bindings
to clutter.

%files devel
%{_datadir}/gapi-2.0/*
%{_libdir}/pkgconfig/clutter-sharp.pc
%{_libdir}/pkgconfig/clutter-gtk-sharp.pc

#----------------------------------------------------------------------------

%package doc
Summary:	Development documentation for %{name}
Group:		Development/Other
Requires(post,postun):	mono-tools >= 1.1.9
BuildArch:	noarch

%description doc
This package contains the API documentation for the %{name} in
Monodoc format.

%files doc
%{_prefix}/lib/monodoc/sources/*

%post doc
%{_bindir}/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then
  %{_bindir}/monodoc --make-index > /dev/null
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%apply_patches
sed -i -e 's!$(prefix)/lib!%{_libdir}/!' glib/Makefile.am
sed -i -e 's!$(prefix)/lib!%{_libdir}/!' clutter/Makefile.am
sed -i -e 's!$(prefix)/lib!%{_libdir}/!' build/assembly.mk
sed -i -e 's!libdir=${exec_prefix}/lib!libdir=%{_libdir}!' clutter/clutter-sharp.pc.in
sed -i -e 's!libdir=${exec_prefix}/lib!libdir=%{_libdir}!' clutter-gtk/clutter-gtk-sharp.pc.in

#build with new clutter-gtk
sed -i -e 's,clutter-gtk-0.10,clutter-gtk-1.0,g' configure.ac

%build
autoreconf -vfi
export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
%configure2_5x
#gw parallel make broken
make

%install
%makeinstall_std


%changelog
* Wed May 21 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0-0.20090817.6
+ Revision: be7fa44
- remove versioned require on cluttergtklibname



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 633 |14cr|clxclient-3.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# empty debug
%define debug_package %{nil}

%define major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Clxclient C++ libraries
Name:		clxclient
Version:	3.9.0
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.kokkinizita.net/linuxaudio/
Source0:	http://www.kokkinizita.net/linuxaudio/downloads/%{name}-%{version}.tar.bz2
Patch0:		clxclient-3.9.0.patch
BuildRequires:	clthreads-devel
BuildRequires:	x11-proto-devel
BuildRequires:	pkgconfig(xft)

%description
Clthreads C++ libraries

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
The libraries from %{name} package

%files -n %{libname}
%doc COPYING AUTHORS
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development libraries from %{name}.

%files -n %{devname}
%doc COPYING AUTHORS
%{_includedir}/clxclient.h
%{_libdir}/libclxclient.so

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%make LDFLAGS="%{ldflags}"

%install
mkdir -p %{buildroot}%{_includedir}
make install PREFIX=%{buildroot}%{_prefix}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.9.0-2
+ Revision: 3a603e2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 634 |14cr|cm-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libmajor	0
%define libname		%mklibname %{name} %{libmajor}
%define devname	%mklibname %{name} -d

Summary:	Ring class fields of imaginary quadratic number fields and of elliptic curves
Name:		cm
Version:	0.2
Release:	2
License:	GPLv2+
Group:		System/Libraries
URL:		http://www.multiprecision.org/%{name}
Source0:	http://www.multiprecision.org/cm/download/%{name}-%{version}.tar.gz
Patch0:		cm-0.2-link.patch
BuildRequires:	gmp-devel >= 4.3.2
BuildRequires:	mpfr-devel >= 2.4.2
BuildRequires:	libmpc-devel >= 0.8.2
BuildRequires:	libmpfrcx-devel >= 0.4
BuildRequires:	libpari-devel >= 2.5.1
BuildRequires:	ntl-devel
BuildRequires:	zlib-devel

%description
The CM software implements the construction of ring class fields of
imaginary quadratic number fields and of elliptic curves with complex
multiplication via floating point approximations. It consists of libraries
that can be called from within a C program and of executable command line
applications. For the implemented algorithms, see A. Enge, The complexity
of class polynomial computation via floating point approximations,
Mathematics of Computation 78 (266), 2009, pp. 1089-1107.

%package	-n %{libname}
Summary:	Arithmetic of complex numbers with arbitrarily high precision
Group:		System/Libraries

%description	-n %{libname}
The CM software implements the construction of ring class fields of
imaginary quadratic number fields and of elliptic curves with complex
multiplication via floating point approximations. It consists of libraries
that can be called from within a C program and of executable command line
applications. For the implemented algorithms, see A. Enge, The complexity
of class polynomial computation via floating point approximations,
Mathematics of Computation 78 (266), 2009, pp. 1089-1107.

%package	-n %{devname}
Summary:	Development headers and libraries for CM
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description	-n %{devname}
Development headers and libraries for CM.

%prep
%setup -q
%patch0 -p0

%build
autoreconf -if
%configure2_5x			\
	--enable-shared		\
	--disable-static

%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_datadir}/%{name}
mv -f %{buildroot}%{_datadir}/{af,df} %{buildroot}%{_datadir}/%{name}

%check
make check

%files
%{_bindir}/classpol
%{_bindir}/cm
%{_datadir}/%{name}
%{_datadir}/mf/*.gz

%files -n %{libname}
%{_libdir}/lib*.so.%{libmajor}*

%files -n %{devname}
%{_includedir}/*.h
%{_infodir}/cm.info*
%{_libdir}/lib*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-2
+ Revision: c103e5f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 635 |14cr|cmdftp-0.9.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name cmdftp
%define version 0.9.8
%define release 2

Name:		%name
Version:	%version
Release:	%release
Summary:	A command line shell-like FTP client
Source:		http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
URL:		http://www.nongnu.org/cmdftp/
Group:		Networking/File transfer
License:	GPLv3

%description
cmdftp is a command line FTP client for Unix under GPL.

Features include passive mode for all data transfers, shell like
transparent syntax for local and remote modes, multiple and recursive
file transfers using wild-cards, recursive copy and move commands, remote
and local text file viewing and editing, network errors detection and
resuming of currently executing command, partial download resuming (if
server accepts REST command), tab completion for both local and remote
names, auto-login using classic ~/.netrc approach, large file support.

cmdftp is aimed at being small and simple. 

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.8-2
+ Revision: bd6563e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 636 |14cr|cmmusic-1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Console Mplayer Music
Name:		cmmusic
Version:	1.6
Release:	2
License:	GPLv2+
Group:		Sound
Source0:	http://downloads.sourceforge.net/cmmusic/%{name}-%{version}.tar.gz
Source1:	http://downloads.sourceforge.net/cmmusic/%{name}-plugin-%{version}.tar.gz
Patch0:		cmmusic-1.6-gcc43.patch
Patch1:		cmmusic-1.6-fix-format-string-error.patch
URL:		http://cmmusic.sourceforge.net/
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	desktop-file-utils
Requires:	mplayer
%rename		%{name}-gtk

%description
A front looks like xmms of mplayer which base on console user interface for
Linux. It may include control, list or event lirc panel and supports keyboard
and mouse.


%prep
%setup -qc -n %{name}-%{version}
#tar xfz %%{name}-%%{version}.tar.gz
tar xfz %{SOURCE1}
#tar xfz %%{name}-plugin-gtk-%%{version}.tar.gz

# Fix wron executable perms
find %{name}-%{version} -name "*.cpp" -exec chmod a-x {} \;
find %{name}-%{version} -name "*.c" -exec chmod a-x {} \;
find %{name}-%{version} -name "*.h" -exec chmod a-x {} \;
find %{name}-plugin-%{version} -name "*.cpp" -exec chmod a-x {} \;
find %{name}-plugin-%{version} -name "*.c" -exec chmod a-x {} \;
find %{name}-plugin-%{version} -name "*.h" -exec chmod a-x {} \;
chmod -x %{name}-%{version}/{COPYING,ChangeLog,README}

pushd %{name}-plugin-%{version}
%patch0 -p1
popd
%patch1 -p1


%build
pushd %{name}-%{version}
%configure2_5x
%make
popd

pushd %{name}-plugin-%{version}
%configure2_5x
%make
popd


%install
pushd %{name}-%{version}
%makeinstall_std
popd

pushd %{name}-plugin-%{version}
%makeinstall_std
popd

# Fix the .desktop file
desktop-file-install	--remove-key=Encoding \
			--set-key=Icon --set-value=%{name} \
			%{buildroot}%{_datadir}/applications/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

chmod +x %{buildroot}%{_datadir}/%{name}/plugins/{baidump3,cuelist,shell,ttplrc}.sh


%files
%doc %{name}-%{version}/{COPYING,ChangeLog,README}
%{_bindir}/%{name}
%{_bindir}/cmmusicx
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-2
+ Revision: 5adcc17
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 637 |14cr|cmpc-driver-dkms-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			cmpc-driver-dkms
Version:		0.1.1
Release:		4

Summary:        Driver for Classmate PC
License:        GPLv2+
Group:          System/Kernel and hardware 
URL:            None
Source:	classmate_laptop-%{version}.tar.gz
buildarch:	noarch
Requires:       dkms kernel-desktop-devel make
Requires(post):	dkms
Provides:       classmate-laptop
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
This is fixed Classmate PC driver for 4th generation too.
Use with dkms.

%prep
%setup -q -n classmate_laptop-%{version}

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/src/classmate_laptop-%{version}/
cp -f * %{buildroot}/usr/src/classmate_laptop-%{version}/

%files
%defattr(-,root,root,-)
/usr/src/classmate_laptop-%{version}/*

%post
/usr/sbin/dkms --rpm_safe_upgrade add -m classmate_laptop -v %{version}
/usr/sbin/dkms --rpm_safe_upgrade build -m classmate_laptop -v %{version}
/usr/sbin/dkms --rpm_safe_upgrade install -m classmate_laptop -v %{version} --force

# rmmod any old driver if present and not in use (e.g. by X)
rmmod classmate_laptop > /dev/null 2>&1 || true

%preun
/usr/sbin/dkms --rpm_safe_upgrade remove -m classmate_laptop -v %{version} --all

# rmmod any old driver if present and not in use (e.g. by X)
rmmod classmate_laptop > /dev/null 2>&1 || true



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-4
+ Revision: 7ee54aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 638 |14cr|cmph-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname cmph %{major}
%define develname %mklibname -d cmph

Summary:	C Minimal Perfect Hashing Library
Name:		cmph
Version:	2.0
Release:	2
Group:		System/Libraries
License:	LGPL
URL:		http://cmph.sourceforge.net/
Source0:	https://sourceforge.net/projects/cmph/files/cmph/%{name}-%{version}.tar.gz
Patch0:		cmph-2.0-no_examples.diff
Patch1:		cmph-2.0-no_-Werror.diff

%description
C Minimal Perfect Hashing Library is a portable LGPL library to create and to
work with minimal perfect hashing functions. The library encapsulates the
newest and more efficient algorithms available in the literature in an
easy-to-use, production-quality, fast API. The library is designed to work with
big entries that cannot fit in the main memory. It has been used successfully
for constructing minimal perfect hashing functions for sets with billions of
keys.

This package contains the cmph command line tool to generate and query minimal
perfect hash functions.

%package -n	%{libname}
Summary:	C Minimal Perfect Hashing Library
Group:          System/Libraries

%description -n	%{libname}
C Minimal Perfect Hashing Library is a portable LGPL library to create and to
work with minimal perfect hashing functions. The library encapsulates the
newest and more efficient algorithms available in the literature in an
easy-to-use, production-quality, fast API. The library is designed to work with
big entries that cannot fit in the main memory. It has been used successfully
for constructing minimal perfect hashing functions for sets with billions of
keys.

%package -n	%{develname}
Summary:	The development files for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}
Requires:	%{libname} >= %{version}

%description -n	%{develname}
C Minimal Perfect Hashing Library is a portable LGPL library to create and to
work with minimal perfect hashing functions. The library encapsulates the
newest and more efficient algorithms available in the literature in an
easy-to-use, production-quality, fast API. The library is designed to work with
big entries that cannot fit in the main memory. It has been used successfully
for constructing minimal perfect hashing functions for sets with billions of
keys.

This package contains the development files for %{name}

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0
%patch1 -p0

%build
autoreconf -fi

%configure2_5x

%make

%check
make check

%install
%makeinstall_std

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files
%{_bindir}/cmph
%{_mandir}/man1/cmph.1*

%files -n %{libname}
%doc AUTHORS README COPYING NEWS README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc ChangeLog
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/cmph.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-2
+ Revision: efd1cb8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 639 |14cr|cmst-2014.08.23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qt5 GUI for Connman with system tray icon
Name:		cmst
Version:	2014.08.23
Release:	1
License:	MIT
Group:		Networking/Other
Url:		https://github.com/andrew-bibb/cmst
Source0:	https://github.com/andrew-bibb/cmst/releases/download/cmst-2014.08.23/cmst-2014.08.23.tar.gz
Patch0:		cmst-2014.08.23-gzip.patch
Patch1:		cmst-2014.08.23-desktop.patch
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	connman

%description
The program provides graphical user interface to control the connman daemon.
The connman daemon must be started as you normally would, this program just
interfaces with that daemon. You can see what technologies and services connman
has found, and for wifi services an agent is registered to assist in obtaining
the information from you necessary to logon the wifi service.

The program requires that connman be installed and running.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p1
%patch1 -p1

%build
%qmake_qt5
%make

%install
make install INSTALL_ROOT=%{buildroot}


%changelog
* Tue Sep 16 2014 Rosa <rosa@abf.rosalinux.ru> 2014.08.23-1
+ Revision: 017b0b9
- Automatic import for version 2014.08.23-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 640 |14cr|cmt-1.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name cmt
%define oname cmt_src
%define version 1.16
%define release 4

Summary: Computer Music Toolkit ladspa plugins
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.ladspa.org/download/%{oname}_%version.tgz
Patch:	 cmt-optflags.patch
License: GPLv2+
Group: Sound
URL: http://www.ladspa.org
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: ladspa-devel

%description 
The Computer Music Toolkit (CMT) is a collection of LADSPA plugins for
use with software synthesis and recording packages on Linux.

This package contains several audio plugins, including freeverb.

%prep
%setup -q -n %name
%patch -p1

%build
cd src
%make targets OPTFLAGS="%optflags"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%_libdir/ladspa
cp plugins/* $RPM_BUILD_ROOT%_libdir/ladspa

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc doc/*
%_libdir/ladspa/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.16-4
+ Revision: 7651b81
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 641 |14cr|cmuclmtk-0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	The CMU-Cambridge Statistical Language Modeling Toolkit
Name:		cmuclmtk
Version:	0.7
Release:	4
License:	GPLv3+
Group:		Development/Tools
Url:		http://cmusphinx.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/cmusphinx/cmuclmtk/0.7/%{name}-%{version}.tar.gz

%description
The CMU-Cambridge Statistical Language Modeling Toolkit need for make
cmu-sphinx's language models.

%files
%doc README NEWS ChangeLog TODO
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 0.7-4

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 0.7-4

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/lib%{name}.so
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 0.7-4
+ Revision: 387796a
- Fix package structure (split library and development files from main package)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 642 |14cr|cndrvcups-common-2.70-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define RELEASE 1

%ifarch	x86_64
%define	libs32	/usr/lib
%define	locallibs	/usr/local/lib64
%else
%define	libs32	%{_libdir}
%define	locallibs	/usr/local/lib
%endif

Summary:	Canon Printer Driver Common Module for Linux
Name:		cndrvcups-common
Version:	2.70
Release:	5
License:	See the LICENSE*.txt file.
Group:		System/Printing
Source0:	%{name}-%{version}-%{RELEASE}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	cups-devel
BuildRequires:	libtool

%description
Canon Printer Driver Common Module for Linux.

%prep
%setup -q

export LDFLAGS="-lgmodule-2.0"

cd buftool
NOCONFIGURE=1 ./autogen.sh --prefix=%{_prefix} --enable-progpath=%{_bindir} --libdir=%{_libdir} --disable-shared --enable-static
autoreconf
./configure --prefix=%{_prefix} --enable-progpath=%{_bindir} --libdir=%{_libdir} --disable-shared --enable-static

cd ../cngplp
NOCONFIGURE=1 ./autogen.sh --libdir=%{locallibs}
autoreconf
cp configure.ac configure.in
./configure --libdir=%{locallibs}

cd ../backend
./autogen.sh --prefix=%{_prefix} --libdir=%{_libdir}

%build
export LDFLAGS="-lgmodule-2.0"
make

cd c3plmod_ipc
make
cd -

%install
mkdir -pv %{buildroot}%{_bindir}
mkdir -pv %{buildroot}%{_prefix}/local/bin
mkdir -pv %{buildroot}%{_libdir}
mkdir -pv %{buildroot}%{_includedir}
mkdir -pv %{buildroot}%{_prefix}/local/share/locale/ja/LC_MESSAGES
mkdir -pv %{buildroot}%{_datadir}/caepcm
mkdir -pv %{buildroot}%{libs32}
# cngplp
mkdir -pv %{buildroot}%{_datadir}/cngplp/
#
mkdir -pv %{buildroot}%{_libdir}/cups/backend/

%makeinstall_std

cd c3plmod_ipc
%makeinstall_std LIBDIR=%{_libdir}
cd -

mv %{buildroot}/usr/local/bin/* %{buildroot}%{_bindir}
mv %{buildroot}/usr/local/share/* %{buildroot}%{_datadir}/
rm -rf %{buildroot}/usr/local/bin/ %{buildroot}/usr/local/share/

%ifarch x86_64
%define libsdir libsx86_64
%else
%define libsdir libs
%endif

install -c -m 755 libs/libcaiowrap.so.1.0.0		%{buildroot}%{libs32}
install -c -m 755 libs/libcaiousb.so.1.0.0		%{buildroot}%{libs32}

install -c -m 755 libs/libc3pl.so.0.0.1			%{buildroot}%{libs32}
install -c -m 755 libs/libcaepcm.so.1.0			%{buildroot}%{libs32}

install -c -m 755 libs/libColorGear.so.0.0.0    %{buildroot}%{libs32}
install -c -m 755 libs/libColorGearC.so.0.0.0    %{buildroot}%{libs32}

install -c -m 644 data/CA*	%{buildroot}%{_prefix}/share/caepcm
install -c -m 644 data/CNZ0*	%{buildroot}%{_prefix}/share/caepcm

install -c -s -m 755 libs/c3pldrv			%{buildroot}%{_bindir}

install -c -m 755 libs/libcanon_slim.so.1.0.0		%{buildroot}%{libs32}

cd %{buildroot}%{libs32}
ln -sf libc3pl.so.0.0.1		libc3pl.so.0
ln -sf libc3pl.so.0.0.1		libc3pl.so
ln -sf libcaepcm.so.1.0		libcaepcm.so.1
ln -sf libcaepcm.so.1.0		libcaepcm.so
ln -sf libcaiowrap.so.1.0.0	libcaiowrap.so.1
ln -sf libcaiowrap.so.1.0.0	libcaiowrap.so
ln -sf libcaiousb.so.1.0.0	libcaiousb.so.1
ln -sf libcaiousb.so.1.0.0	libcaiousb.so
ln -sf libcanon_slim.so.1.0.0	libcanon_slim.so.1
ln -sf libcanon_slim.so.1.0.0	libcanon_slim.so
ln -sf libColorGear.so.0.0.0	libColorGear.so.0
ln -sf libColorGear.so.0.0.0	libColorGear.so
ln -sf libColorGearC.so.0.0.0	libColorGearC.so.0
ln -sf libColorGearC.so.0.0.0	libColorGearC.so
cd -

pushd %{buildroot}%{_libdir}
ln -sf libcanonc3pl.so.1.0.0	libcanonc3pl.so
ln -sf libcanonc3pl.so.1.0.0	libcanonc3pl.so.1
popd

# Let's keep this in cndrvcups-lb package for now
rm -rf %{buildroot}%{_libdir}/cups/backend/*


%find_lang cngplp

%postun
if [ "$1" = 0 ] ; then
	cd /etc
	rm -rf cngplp
	rm -rf %{_prefix}/share/cngplp/
	rm -rf %{_prefix}/share/caepcm/
fi
#if [ $1 = 0 ]; then
#	if [ -d /usr/lib64/cups ]; then
#		if [ -d /usr/lib/cups ]; then
#			cd /usr/lib/cups/backend
#			rm -f cnusb
#		fi
#	fi
#fi

%files -f cngplp.lang
%doc LICENSE-common-%{version}*.txt
# cngplp
%{_datadir}/cngplp/cngplp.glade
#
%{_bindir}/*
%{_libdir}/libbuftool.a
%{_includedir}/buftool.h
%{_includedir}/buflist.h
%{_sysconfdir}/cngplp/account

%{libs32}/libcaiowrap.so*
%{libs32}/libcaiousb.so*

%{_libdir}/libcanonc3pl.so*
%{libs32}/libc3pl.so*
%{libs32}/libcaepcm.so*
%{libs32}/libcanon_slim.so*

%{_datadir}/caepcm/C*
%{libs32}/libColorGear.so*
%{libs32}/libColorGearC.so*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.70-5
+ Revision: 2f02d67
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 643 |14cr|cndrvcups-lb-2.50-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define VERSION 2.50
%define README_VERSION 2.5x
%define  RELEASE 1

%ifarch x86_64
%define libs32  /usr/lib
%define locallibs  /usr/lib64
%else
%define libs32  %{_libdir}
%define locallibs      /usr/lib
%endif

%if %{_use_internal_dependency_generator}
%define __noautoreq 'devel.*'
%else
%define _requires_exceptions devel.*
%endif

Summary: Canon UFR II / LIPSLX Printer Driver
Name: cndrvcups-lb
Version: %{VERSION}
Release: 5
License: See the LICENSE*.txt file.
# Copyright: Copyright CANON INC. 2004-2012. All Rights Reserved.
Vendor: CANON INC.
Group: System/Printing
Source0: cndrvcups-lb-%{version}-1.tar.gz
Requires: cndrvcups-common >= %{version}
BuildRequires: cndrvcups-common >= %{version}
BuildRequires: libtool gettext
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libglade-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: cups-devel

Conflicts: cndrvcups-ufr2-uk
Conflicts: cndrvcups-ufr2-us
Conflicts: cndrvcups-ufr2-lipslx


ExclusiveArch: %{ix86}

%description 
Canon UFR II / LIPSLX Printer Driver for Linux. 
This UFR II / LIPSLX printer driver provides printing functions
for Canon LBP/iR printers operating under the CUPS
(Common UNIX Printing System) environment.

%prep
%setup -q

cd ppd
./autogen.sh --prefix=%{_prefix} 

cd ../pstoufr2cpca
cp Makefile.am Makefile.in
cp filter/Makefile.am filter/Makefile.in
NOCONFIGURE=1 ./autogen.sh --prefix=%{_prefix} --libdir=%{_libdir}
autoreconf
./configure --prefix=%{_prefix} --libdir=%{_libdir}

cd ../backend
./autogen.sh --prefix=%{_prefix} --libdir=%{_libdir}
cd ..

cd cpca
NOCONFIGURE=1 ./autogen.sh --prefix=%{_prefix} --enable-progpath=%{_bindir} --libdir=%{_libdir} --enable-static --disable-shared
autoreconf
./configure --prefix=%{_prefix} --libdir=%{_libdir}
cd ..

cd cngplp
NOCONFIGURE=1 ./autogen.sh --libdir=%{locallibs}
autoreconf
cp configure.ac configure.in
./configure --libdir=%{locallibs}

cd files
./autogen.sh
cd ..

cd ..
 
%build
make 

%install

mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{libs32}
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_libdir}/cups/filter
mkdir -p %{buildroot}%{_libdir}/cups/backend
mkdir -p %{buildroot}%{_prefix}/share/cups/model
mkdir -p %{buildroot}%{_prefix}/share/caepcm
mkdir -p %{buildroot}%{_prefix}/share/cnpkbidi
mkdir -p %{buildroot}%{_prefix}/share/ufr2filter
mkdir -p %{buildroot}%{_includedir}
# cngplp
mkdir -pv %{buildroot}%{locallibs}
mkdir -pv %{buildroot}%{_prefix}/share/cngplp

make install DESTDIR=%{buildroot}

install -c -m 4755 libs/cnpkmoduleufr2 	%{buildroot}%{_bindir}

install -c    -m 755 libs/libcanonufr2.la  %{buildroot}%{libs32}
install -c -s -m 755 libs/libcanonufr2.so.1.0.0  %{buildroot}%{libs32}
install -c -s -m 755 libs/libufr2filter.so.1.0.0   %{buildroot}%{libs32}
install -c -s -m 755 libs/libEnoJBIG.so.1.0.0   %{buildroot}%{libs32}
install -c -s -m 755 libs/libEnoJPEG.so.1.0.0   %{buildroot}%{libs32}
install -c -s -m 755 libs/cnpkbidi   %{buildroot}%{_bindir}
install -c -s -m 755 libs/libcaiocnpkbidi.so.1.0.0   %{buildroot}%{libs32}

install -c -m 644 data/CNC*	%{buildroot}%{_prefix}/share/caepcm
install -c -m 644 data/CNL6*	%{buildroot}%{_prefix}/share/caepcm
install -c -m 644 data/CNL8*	%{buildroot}%{_prefix}/share/caepcm
install -c -m 644 data/CNL9*	%{buildroot}%{_prefix}/share/caepcm
install -c -m 644 data/CNLC*	%{buildroot}%{_prefix}/share/caepcm
install -c -m 644 data/CNLA*	%{buildroot}%{_prefix}/share/caepcm
install -c -m 644 data/CNLB*	%{buildroot}%{_prefix}/share/caepcm
install -c -m 644 data/CNLD*	%{buildroot}%{_prefix}/share/caepcm
install -c -m 644 data/CNLF*	%{buildroot}%{_prefix}/share/caepcm
install -c -m 644 data/CnLB*	%{buildroot}%{_prefix}/share/caepcm
install -c -m 644 libs/cnpkbidi_info*	%{buildroot}%{_prefix}/share/cnpkbidi
install -c -m 644 libs/ThLB*	%{buildroot}%{_prefix}/share/ufr2filter

install -c -m 755 libs/libcnlbcm.so.1.0			%{buildroot}%{libs32}

# just remove these files to provide the same content as rpms from canon site
rm -f %{buildroot}%{_datadir}/cups/model/CN*ZJ.ppd
rm -f %{buildroot}%{_datadir}/cups/model/CN*ZS.ppd
rm -f %{buildroot}%{_prefix}/share/cngplp/CN*ZJ.res
rm -f %{buildroot}%{_prefix}/share/cngplp/CN*ZS.res

mkdir -p %{buildroot}%{_prefix}/share/locale/
mv %{buildroot}%{_prefix}/local/share/locale/* %{buildroot}%{_prefix}/share/locale/
rm -rf %{buildroot}%{_prefix}/local

cd %{buildroot}%{libs32}
ln -sf libcanonufr2.so.1.0.0 libcanonufr2.so
ln -sf libcanonufr2.so.1.0.0 libcanonufr2.so.1
ln -sf libufr2filter.so.1.0.0 libufr2filter.so
ln -sf libufr2filter.so.1.0.0 libufr2filter.so.1
ln -sf libEnoJBIG.so.1.0.0 libEnoJBIG.so
ln -sf libEnoJBIG.so.1.0.0 libEnoJBIG.so.1
ln -sf libEnoJPEG.so.1.0.0 libEnoJPEG.so
ln -sf libEnoJPEG.so.1.0.0 libEnoJPEG.so.1
ln -sf libcaiocnpkbidi.so.1.0.0 libcaiocnpkbidi.so
ln -sf libcaiocnpkbidi.so.1.0.0 libcaiocnpkbidi.so.1
ln -sf libcnlbcm.so.1.0			libcnlbcm.so.1
ln -sf libcnlbcm.so.1.0			libcnlbcm.so
cd -

%post
if [ -d /usr/lib64/cups ]; then
	if [ -d /usr/lib/cups ]; then
		cd /usr/lib/cups/backend
		ln -sf ../../../lib64/cups/backend/cnusb cnusb
		cd /usr/lib/cups/filter
		ln -sf ../../../lib64/cups/filter/pstoufr2cpca pstoufr2cpca
	fi
fi
if [ -x /sbin/ldconfig ]; then
	/sbin/ldconfig
fi
%postun
if [ $1 = 0 ]; then
	if [ -d /usr/lib64/cups ]; then
		if [ -d /usr/lib/cups ]; then
			cd /usr/lib/cups/backend
			rm -f cnusb
			cd /usr/lib/cups/filter
			rm -f pstoufr2cpca
		fi
	fi
fi
if [ -x /sbin/ldconfig ]; then
	/sbin/ldconfig
fi

%files
%defattr(-,root,root)
%{libs32}/libcnlbcm.so*
%{libs32}/libcanonufr2.*
%{libs32}/libufr2filter.*
%{libs32}/libEnoJBIG.*
%{libs32}/libEnoJPEG.*
%{libs32}/libcaiocnpkbidi.*
%{_bindir}/cnpkbidi
%{_bindir}/cnpkmoduleufr2
%{_libdir}/libcnpkufr2.*
%{_libdir}/cups/filter/pstoufr2cpca
%{_libdir}/cups/backend/cnusb
%{_prefix}/share/cups/model/CNCUPS*ZK.ppd
%{_prefix}/share/caepcm/C*
%{_prefix}/share/cnpkbidi/cnpkbidi*
%{_prefix}/share/ufr2filter/ThLB*
%{_includedir}/cnpklibufr2.h
# cngplp
%{locallibs}/libuictlufr2.*
%{_prefix}/share/cngplp/cngplp_ufr2.glade
%{_prefix}/share/cngplp/CN*ZK.res
%{_prefix}/share/cngplp/common_ufr2.res
%{_prefix}/share/cngplp/func_config_ufr2.xml
%{_prefix}/share/locale/ja/LC_MESSAGES/libuictlufr2*.mo
%{_prefix}/share/locale/fr/LC_MESSAGES/libuictlufr2*.mo
%{_prefix}/share/locale/it/LC_MESSAGES/libuictlufr2*.mo
%{_prefix}/share/locale/de/LC_MESSAGES/libuictlufr2*.mo
%{_prefix}/share/locale/es/LC_MESSAGES/libuictlufr2*.mo

%doc README*.txt
%doc L*-ufr2-%{README_VERSION}*.txt

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.50-5
+ Revision: 6a077ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 644 |14cr|coccigrep-1.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		coccigrep
Version:	1.13
Release:	2
Summary:	Semantic grep for C based on coccinelle

Source0:	http://pypi.python.org/packages/source/c/coccigrep/%{name}-%{version}.tar.gz
License:	GNU General Public License (GPL)
Group:		Development/C
Url:		http://home.regit.org/software/coccigrep/
BuildArch:	noarch
Requires:	coccinelle
Requires:	%{name}-data = %{version}-%{release}
Suggests:	%{name}-doc = %{version}-%{release}
Suggests:	%{name}-vim = %{version}-%{release}
Suggests:	%{name}-emacs = %{version}-%{release}
BuildRequires:	python-sphinx
BuildRequires:	python-setuptools
BuildRequires:	texlive
# Temporary, should be installed together with texlive...
BuildRequires:	texlive-babel-english
BuildRequires:	texlive-hyphen-english

BuildRequires:	python-devel

%description
Coccigrep is a semantic grep for the C language based on coccinelle. It
can be used to find where a given structure is used in code files.
coccigrep depends on the spatch program which comes with coccinelle.

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%{py_puresitedir}/%{name}/*.py*
%{py_puresitedir}/%{name}*.egg-info

%package data
Summary:	Data for %{name}


%description data
This package provides the data for %{name}, i.e. the coccinelle semantic
patches.

%files data
%{py_puresitedir}/%{name}/%{name}.cfg
%{py_puresitedir}/%{name}/data/

%package doc
Summary:	Documentation for %{name}


%description doc
This package provides the documentation for %{name}.

%files doc
%{_docdir}/%{name}-doc/%{name}.pdf

%package vim
Summary:	VIM support for %{name}

Requires:	%{name} = %{version}-%{release}

%description vim
This package provides Vim integration for %{name}.

%files vim
%{_datadir}/vim/plugin/cocci-grep.vim

%package emacs
Summary:	Emacs for %{name}

Requires:	%{name} = %{version}-%{release}

%description emacs
This package provides Emacs integration for %{name}.

%files emacs
%{_datadir}/emacs/site-lisp/cocci-grep.el

%prep
%setup -q

%build
python setup.py build

pushd doc
make man latexpdf
popd

%install
python setup.py install --root=%{buildroot}

pushd doc
%{__install} -m0644 -D _build/latex/%{name}.pdf %{buildroot}%{_docdir}/%{name}-doc/%{name}.pdf
%{__install} -m0644 -D _build/man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
popd

pushd editors
%{__install} -m0644 -D cocci-grep.vim %{buildroot}%{_datadir}/vim/plugin/cocci-grep.vim
%{__install} -m0644 -D cocci-grep.el %{buildroot}%{_datadir}/emacs/site-lisp/cocci-grep.el
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.13-2
+ Revision: ae0933d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 645 |14cr|coccinelle-1.0.0.rc7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
%define debug_package %{nil}
%define name coccinelle
%define versionbase 1.0.0
%define releasecandidate rc7
%define release 2
%define versioncomplete %{versionbase}-%{releasecandidate}

%if !%opt
# Prevent RPM from stripping bytecode /usr/bin/spatch.
%define __strip /bin/true
%endif

Name:           %{name}
Version:        %{versionbase}.%{releasecandidate}
Release:        %{release}
Summary:        Semantic patching for Linux (spatch)
Group:          Development/C
License:        GPLv2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:            http://coccinelle.lip6.fr/
Source0:        http://coccinelle.lip6.fr/distrib/%{name}-%{versioncomplete}.tgz
BuildRequires:  ocaml >= 3.10.0
BuildRequires:  ocaml-findlib-devel
BuildRequires:  ocaml-doc
BUildRequires:	ncurses-devel
BuildRequires:  python-devel
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
BuildRequires:  chrpath

%global __ocaml_requires_opts -i Ast_c -i Token_c -i Type_cocci -i Ast_cocci -i Common -i Oassocb -i ANSITerminal -i Oseti -i Sexplib -i Oassoch -i Setb -i Oassoc_buffer -i Ograph2way -i SetPt -i Mapb -i Dumper -i Osetb -i Flag


%description
Coccinelle is a tool to utilize semantic patches for manipulating C
code. It was originally designed to ease maintenance of device
drivers in the Linux kernel.


%package doc
Summary:        Documentation for %{name}
Group:          Development/C
Requires:       %{name} = %{version}-%{release}


%description doc
The %{name}-doc package contains documentation for %{name}.


%package examples
Summary:        Examples for %{name}
Group:          Development/C
Requires:       %{name} = %{version}-%{release}


%description examples
The %{name}-examples package contains examples for %{name}.


%prep
%setup -q -n %{name}-%{versioncomplete}

# Remove .cvsignore files.
find -name .cvsignore -delete

# Convert a few files to UTF-8 encoding.
for f in demos/demo_rule9/sym53c8xx.res demos/demo_rule9/sym53c8xx.c; do
  mv $f $f.orig
  iconv -f iso-8859-1 -t utf-8 < $f.orig > $f
  rm $f.orig
done


%build
./configure --prefix=%{_prefix}
%{__sed} -i \
  -e 's,LIBDIR=.*,LIBDIR=%{_libdir},' \
  -e 's,MANDIR=.*,MANDIR=%{_mandir},' \
  -e 's,SHAREDIR=.*,SHAREDIR=%{_datadir}/%{name},' \
  Makefile.config

# Note that _smp_mflags breaks the build.
%if !%opt
make all
%else
make all opt
%endif


%install
rm -rf $RPM_BUILD_ROOT
%make DESTDIR=$RPM_BUILD_ROOT install

%if %opt
# Just the native code version.
rm $RPM_BUILD_ROOT%{_bindir}/spatch
mv $RPM_BUILD_ROOT%{_bindir}/spatch.opt $RPM_BUILD_ROOT%{_bindir}/spatch
strip $RPM_BUILD_ROOT%{_datadir}/%{name}/spatch.opt
%else
# Else prevent prelink from buggering about with the bytecode binary.
mkdir -p $RPM_BUILD_ROOT/etc/prelink.conf.d
echo '-b %{_bindir}/spatch' \
  > $RPM_BUILD_ROOT/etc/prelink.conf.d/%{name}.conf
%endif

strip $RPM_BUILD_ROOT%{_libdir}/*.so
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so

# Remove bogus Makefiles from Python directory.
find $RPM_BUILD_ROOT%{_datadir}/%{name} -name Makefile -delete

# Move Python libraries to python lib directory.
mkdir -p $RPM_BUILD_ROOT%{python_sitelib}
mv $RPM_BUILD_ROOT%{_datadir}/%{name}/python/coccilib \
  $RPM_BUILD_ROOT%{python_sitelib}

rmdir $RPM_BUILD_ROOT%{_datadir}/%{name}/python


%check
LD_LIBRARY_PATH=. \
./spatch.opt -cocci_file demos/simple.cocci demos/simple.c


%files
%doc authors.txt bugs.txt changes.txt copyright.txt
%doc credits.txt install.txt license.txt readme.txt
%{_bindir}/spatch
%{_datadir}/%{name}/
%{python_sitelib}/coccilib/
%{_mandir}/man1/*.1*
%{_mandir}/man3/*.3*
%{_libdir}/*.so
%if !%opt
%config(noreplace) /etc/prelink.conf.d/%{name}.conf
%endif


%files doc
%doc docs


%files examples
%doc demos



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0.rc7-2
+ Revision: 0203d6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 646 |14cr|coda-6.9.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO rewrite initscript ( to create the device ), and load the module
#  check requires and buildrequires
#

Name: coda
Version: 6.9.4
Release: 4
Summary: Coda distributed filesystem
License: GPL
Group: Networking/Other
Url: http://www.coda.cs.cmu.edu/doc/html/index.html
Source: ftp://ftp.coda.cs.cmu.edu/pub/coda/src/coda-%{version}.tar.gz
Patch0:	venus_vol_cml.patch
BuildRequires: lwp-devel
BuildRequires: rvm-devel
BuildRequires: rpc2-devel
BuildRequires: rvm-tools
BuildRequires: ncurses-devel
BuildRequires: readline-devel
BuildRequires: byacc
BuildRequires: flex
Requires: bc
Requires(post,preun): rpm-helper

%description
Source package for the Coda filesystem.  Three packages are provided by
this rpm: the client and server and the backup components. Separately
you must install a kernel module, or have a Coda enabled kernel, and 
you should get the Coda documentation package.


%package client
Summary: Coda client
Group: Networking/Other
Requires: bc
Requires: ed
Obsoletes:  coda-debug-client
Requires(post,preun): rpm-helper

%description client
This package contains the main client program, the cachemanager Venus.
Also included are the binaries for the cfs, utilities for logging, ACL
manipulation etc, the hoarding tools for use with laptops and repair
tools for fixing conflicts. Finally there is the cmon and codacon
console utilities to monitor Coda's activities. You need a Coda
kernel-module for your kernel version, or Coda in your kernel, to have
a complete coda client.  Make sure to select the correct C library
version.

%package server
Summary: Coda server
Group: Networking/Other
Requires: bc
Requires: ed
Requires: rvm-tools
Obsoletes:  coda-debug-server
Requires(post,preun): rpm-helper

%description server
This package contains the fileserver codasrv for the coda filesystem,
as well as the volume utilities.  For highest performance you will
need a modified kernel with inode system calls.

%package backup
Summary: Coda backup coordinator
Group: Networking/Other
Requires: bc
Requires: ed
Obsoletes:  coda-debug-backup
Requires(post,preun): rpm-helper

%description backup
This package contains the backup software for the coda filesystem, as
well as the volume utilities.

%prep
%setup -q -n coda-%{version}
%patch0 -p0

%build
# chown -R $LOGNAME.users $RPM_BUILD_DIR/coda-%{version}
rm -rf $RPM_BUILD_DIR/obj-%{version}
mkdir $RPM_BUILD_DIR/obj-%{version}
cd $RPM_BUILD_DIR/obj-%{version}
$RPM_BUILD_DIR/coda-%{version}/configure --prefix=%{_prefix}
make

%install
cd $RPM_BUILD_DIR/obj-%{version}
mkdir -p %{buildroot}%{_prefix}/coda/venus.cache %{buildroot}/dev \
	 %{buildroot}%{_prefix}/coda/etc \
	 %{buildroot}/coda %{buildroot}%{_initrddir}\
	 %{buildroot}%{_libdir}/coda %{buildroot}%{_initrddir}
 %makeinstall_std

#make prefix=%{buildroot}%{_prefix} client-install 
#make prefix=%{buildroot}%{_prefix} server-install

touch %{buildroot}/coda/NOT_REALLY_CODA

# for non debuging versions
if [ X1 != X1 ]; then
   strip %{buildroot}%{_bindir}/* %{buildroot}/vice/bin/* %{buildroot}%{_sbindir}/* || :
fi
for i in %{buildroot}/%{_initrddir}/*init ;
do 
    mv $i ${i//.init/}
done

#mkdir -p %{buildroot}/%{_mandir}
#mv -f %{buildroot}/%{_prefix}/man/* %{buildroot}/%{_mandir}

%clean
rm -rf $RPM_BUILD_DIR/obj-%{version}

%preun client
%_preun_service venus
	
%post client
%_post_service venus

%post server
%_post_service update
%_post_service auth2
%_post_service codasrv
#mknod /dev/cfs0 c 67 0

%preun server
%_preun_service update
%_preun_service auth2
%_preun_service codasrv
#rm -rf /dev/cfs0

%files client
%defattr(-,root,root)
%doc AUTHORS COPYING INSTALL ChangeLog LICENSE NEWS README*
%dir %{_prefix}/coda
%dir %{_prefix}/coda/etc
%dir %{_prefix}/coda/venus.cache
%dir /coda
%verify() /coda/NOT_REALLY_CODA
%config(noreplace)/etc/coda/venus.conf.ex
%{_initrddir}/venus
%{_sbindir}/codaconfedit
%{_sbindir}/venus
%{_sbindir}/venus-setup
%{_sbindir}/volmunge
%{_sbindir}/vutil
%{_bindir}/cfs
%{_bindir}/clog
%{_bindir}/cmon
%{_bindir}/codacon
%{_bindir}/gcodacon
%{_bindir}/cpasswd
%{_bindir}/ctokens
%{_bindir}/cunlog
%{_bindir}/filerepair
%{_bindir}/hoard
%{_bindir}/mklka
%{_bindir}/parser
%{_bindir}/removeinc
%{_bindir}/repair
%{_bindir}/coda_replay
%{_bindir}/spy
%{_bindir}/xaskuser
%{_bindir}/xfrepair
%{_bindir}/getvolinfo
%{_bindir}/rpc2ping
%{_bindir}/smon2

%{_mandir}/man1/cfs.1*
%{_mandir}/man1/clog.1*
%{_mandir}/man1/cmon.1*
%{_mandir}/man1/cunlog.1*
%{_mandir}/man1/hoard.1*
%{_mandir}/man1/repair.1*
%{_mandir}/man1/spy.1*
%{_mandir}/man1/coda_replay.1*
%{_mandir}/man1/cpasswd.1*
%{_mandir}/man1/ctokens.1*
%{_mandir}/man5/passwd.coda.5*
%{_mandir}/man8/venus.8*
%{_mandir}/man8/venus-setup.8*

%files server
%defattr(-,root,root)
%doc AUTHORS COPYING INSTALL ChangeLog LICENSE NEWS README*
%config(noreplace)/etc/coda/server.conf.ex
%config(noreplace)/etc/coda/realms
%{_sbindir}/auth2
%{_sbindir}/bldvldb.sh
%{_sbindir}/codasrv
%{_sbindir}/createvol_rep
%{_sbindir}/initpw
%{_sbindir}/inoder
%{_sbindir}/parserecdump
%{_sbindir}/partial-reinit.sh
%{_sbindir}/pdbtool
%{_sbindir}/printvrdb
%{_sbindir}/purgevol_rep
%{_sbindir}/startserver
%{_sbindir}/updatesrv
%{_sbindir}/updateclnt
%{_sbindir}/updatefetch
%{_sbindir}/vice-killvolumes
%{_sbindir}/vice-setup
%{_sbindir}/vice-setup-rvm
%{_sbindir}/vice-setup-srvdir
%{_sbindir}/vice-setup-user
%{_sbindir}/vice-setup-scm
%{_sbindir}/volutil
%{_bindir}/rvmsizer 
%{_sbindir}/codastart
%{_sbindir}/norton
%{_sbindir}/norton-reinit
%{_bindir}/reinit
%{_sbindir}/coda-server-logrotate
%{_bindir}/au
#%{_bindir}/gcodacon
%{_bindir}/mkcodabf
%{_sbindir}/asrlauncher
%{_sbindir}/tokentool
%{_mandir}/man1/au.1*
%{_mandir}/man1/mkcodabf.1*
%{_mandir}/man5/maxgroupid.5*
%{_mandir}/man5/servers.5*
%{_mandir}/man5/vicetab.5*
%{_mandir}/man5/volumelist.5*
%{_mandir}/man5/vrdb.5*
%{_mandir}/man8/auth2.8*
%{_mandir}/man8/backup.8*
%{_mandir}/man8/bldvldb.sh.8*
%{_mandir}/man8/codasrv.8*
%{_mandir}/man8/createvol_rep.8*
%{_mandir}/man8/initpw.8*
%{_mandir}/man8/merge.8*
%{_mandir}/man8/norton.8*
%{_mandir}/man8/pdbtool.8*
%{_mandir}/man8/purgevol_rep.8*
%{_mandir}/man8/readdump.8*
%{_mandir}/man8/startserver.8*
%{_mandir}/man8/updateclnt.8*
%{_mandir}/man8/updatesrv.8*
%{_mandir}/man8/vice-setup.8*
%{_mandir}/man8/volmunge.8*
%{_mandir}/man8/volutil.8*
%{_mandir}/man8/vutil.8*

%{_initrddir}/codasrv
%{_initrddir}/auth2
%{_initrddir}/update

%files backup
%defattr(-,root,root)
%doc AUTHORS COPYING INSTALL ChangeLog LICENSE NEWS README*
%{_sbindir}/backup
%{_sbindir}/backup.sh
%{_sbindir}/merge
%{_sbindir}/readdump
%{_sbindir}/tape.pl
#%{_sbindir}/updatesrv
#%{_sbindir}/updateclnt
#%{_sbindir}/updatefetch
#%{_sbindir}/volutil
%{_sbindir}/codadump2tar
%{_mandir}/man5/backuplogs.5.*
%{_mandir}/man5/dumpfile.5.*
%{_mandir}/man5/dumplist.5.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.9.4-4
+ Revision: 4105eb4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 647 |14cr|code2html-0.9.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name code2html
%define version 0.9.1
%define release 10

Summary:	Converts a program source code to syntax highlighted HTML
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/Other
Source:		ftp://code2html.sourceforge.net/pub/code2html/all/%{name}-%{version}.tar.bz2
URL:		http://www.palfrader.org/code2html/
BuildRoot:	%{_tmppath}/%{name}-buildroot
Buildarch:	noarch

%description
code2html is a perlscript which converts a program source code to syntax
highlighted HTML. It may be called from the command line or as a CGI script.
It can also handle include commands in HTML files.
Currently supports: Ada 95, C, C++, HTML, Java, JavaScript, Makefile,
Pascal, Perl, SQL, AWK, M4, and Groff. 

%prep

%setup -q

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}/
install -m 644 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CREDITS ChangeLog INSTALL LICENSE README
%{_bindir}/*
%{_mandir}/man1/%{name}.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-10
+ Revision: 4ea4f4f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 648 |14cr|code-aster-11.0.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		astver	11.0.10
%define		medver	3.0.3
%define		medlib	%mklibname med 1
%define		meddev	%mklibname med -d

%define		metisver 4.0.3
%define		metisdev %mklibname -d metis

%define		scotver 5.1.11
%define		scotdev	%mklibname scotch -d
%define		scotsuf _esmumps

Name:		code-aster
Group:		Sciences/Physics
Version:	%{astver}
Release:	3
Summary:	Analysis of of mechanical and civil engineering structures
Source0:	http://www.code-aster.org/FICHIERS/aster-full-src-11.0.10-2.noarch.tar.gz
License:	GPL
URL:		http://www.code-aster.org/


BuildRequires:	flex bison
BuildRequires:	gcc-gfortran
BuildRequires:	hdf5
BuildRequires:	hdf5-devel
BuildRequires:	tcl-devel
BuildRequires:	tk-devel

Patch0:		med-build.patch
Patch1:		scotch-string-format.patch

#-----------------------------------------------------------------------
%description
Code_Aster: how and why?

Why?

EDF guarantees the technical and economical capabilities of its electricity
production means, from the conception to the end of operational life. The
safety and availability requirements infer the need to verify the correct
operation, maintenance and replacements conditions of machines through
numerical simulation. The analysis of real behaviour and the risks associated
with mechanical and civil engineering structures require knowledge over non
linear models of mechanical and thermal phenomena. Code_Aster has been
developed to satisfy these needs.

With Whom?

The main team is responsible for the coherence and quality (from the
architecture to the exploitation) of the code. A development network
provides models adapted to different materials and mechanical components
found in electrical industry equipment. Led by EDF-R&D, this network contains
industrial and university researchers as well as project coordinators. It
aims at giving on time the results of the innovations that are essential to
evaluate the problems of the system under use and of new projects. The
Code_Aster Users' Day shows the vitality of the network.

How?

The industrialisation of models, the adaptation of achievements and the
qualification take advantage of 18 years of development. The configuration
management tool allows the involved researchers to verify the coherence of
new modifications, their conformity with the rules and non-regression policy
of the modified code (over 1,800 tests performed in configuration). prior to
their integration within the code. The architecture of Code_Aster (a FORTRAN
base associated to object language) depends on a memory/disk image manager,
a command supervisor and a finite element calculation engine (the algorithms
are built independently from the elements formulation).

#-----------------------------------------------------------------------
%package	-n med
Summary:	Data exchanges in multi-physics simulation work
Group:		System/Libraries
Version:	%{medver}

%description	-n med
Data exchanges have become a necessity in the studies of multi-physics
simulation work by different scientific computing software. To achieve
these exchanges, it is necessary to develop code between gateways software.

%files		-n med
%{_bindir}/mdump
%{_bindir}/medconforme
%{_bindir}/medimport
%{_bindir}/xmdump
%dir %{_datadir}/med
%{_datadir}/med/*
%dir %{_docdir}/med
%{_docdir}/med/*

#-----------------------------------------------------------------------
%package	-n %{medlib}
Summary:	Data exchanges in multi-physics simulation work
Group:		Development/Other
Version:	%{medver}
Requires:	%{medlib} = %{medver}-%{release}

%description	-n %{medlib}
Data exchanges have become a necessity in the studies of multi-physics
simulation work by different scientific computing software. To achieve
these exchanges, it is necessary to develop code between gateways software.

%files		-n %{medlib}
%{_libdir}/*.so.*

#-----------------------------------------------------------------------
%package	-n %{meddev}
Summary:	Data exchanges in multi-physics simulation work
Group:		Development/Other
Version:	%{medver}
Provides:	med-devel = %{medver}-%{release}
Provides:	libmed-devel = %{medver}-%{release}
Requires:	%{medlib} = %{medver}-%{release}

%description	-n %{meddev}
Data exchanges have become a necessity in the studies of multi-physics
simulation work by different scientific computing software. To achieve
these exchanges, it is necessary to develop code between gateways software.

%files		-n %{meddev}
%{_includedir}/MED*
%{_includedir}/med*
%{_libdir}/*.so
%{_libdir}/*.settings


#-----------------------------------------------------------------------
%package	-n metis
Summary:	Partitioning unstructured graphs and meshes
Group:		Development/Other
License:	BSD like
Version:	%{metisver}

%description	-n metis
METIS is a software package for partitioning unstructured graphs, partitioning 
meshes, and computing fill-reducing orderings of sparse matrices. 

%files		-n metis
%{_bindir}/graphchk
%{_bindir}/kmetis
%{_bindir}/mesh2dual
%{_bindir}/mesh2nodal
%{_bindir}/oemetis
%{_bindir}/onmetis
%{_bindir}/partdmesh
%{_bindir}/partnmesh
%{_bindir}/pmetis
%{_docdir}/metis/manual.ps

#-----------------------------------------------------------------------
%package	-n %{metisdev}
Summary:	Partitioning unstructured graphs and meshes
Group:		Development/Other
License:	BSD like
Version:	%{metisver}
Provides:	metis-devel = %{metisver}-%{release}
Provides:	libmetis-devel = %{metisver}-%{release}

%description	-n %{metisdev}
METIS is a software package for partitioning unstructured graphs, partitioning 
meshes, and computing fill-reducing orderings of sparse matrices. 

%files		-n %{metisdev}
%{_includedir}/metis.h
%dir %{_includedir}/metis
%{_includedir}/metis/*
%{_libdir}/libmetis.a

#-----------------------------------------------------------------------
%package	-n scotch
Summary:	Mapping, partitioning, and sparse matrix block ordering
Group:		Development/Other
License:	LGPL
Version:	%{scotver}

%description	-n scotch
A software package and a software library devoted to static mapping,
partitioning, and sparse matrix block ordering of graphs and meshes.

%files		-n scotch
%dir %{_datadir}/scotch
%{_datadir}/scotch/*
%dir %{_docdir}/scotch
%{_docdir}/scotch/*

#-----------------------------------------------------------------------
%package	-n %{scotdev}
Summary:	Mapping, partitioning, and sparse matrix block ordering
Group:		Development/Other
License:	LGPL
Version:	%{scotver}
Provides:	scotch-devel = %{scotver}-%{release}
Provides:	libscotch-devel = %{scotver}-%{release}

%description	-n %{scotdev}
A software package and a software library devoted to static mapping,
partitioning, and sparse matrix block ordering of graphs and meshes.

%files		-n %{scotdev}
%dir %{_includedir}/scotch
%{_includedir}/scotch/*
%{_libdir}/scotch/*.a

#-----------------------------------------------------------------------
%prep
%setup -q -n aster-full-src-%{astver}/SRC
tar zxf med-%{medver}.tar.gz
tar zxf metis-%{metisver}.tar.gz
tar zxf scotch-%{scotver}%{scotsuf}-1.tar.gz

%patch0 -p2
%patch1 -p2
pushd med-%{medver}
    autoreconf -ifs
popd


#-----------------------------------------------------------------------
%build
pushd med-%{medver}
    %configure --disable-static --enable-shared --with-hdf5=%{_prefix}
    %make
popd

pushd metis-%{metisver}
    %make default
popd

pushd scotch_%{scotver}%{scotsuf}/src
    perl -pi								\
	-e 's|\?CC\?|%{__cc}|;'						\
	-e 's|\?CFLAGS\?|-pthread %{optflags}|;'			\
	-e 's|^(LDFLAGS\s+=.*)|$1 %{ldflags}|;'				\
	-e 's|\?RANLIB\?|ranlib|;'					\
	-e 's|\?FLEX\?|flex|;'						\
	-e 's|\?YACC\?|yacc|;'						\
	Makefile.inc
    %make
popd

#-----------------------------------------------------------------------
%install
pushd med-%{medver}
    %makeinstall_std							\
	docdir=%{_docdir}/med						\
	testcdir=%{_datadir}/med/bin/testc				\
	testfdir=%{_datadir}/med/bin/testf				\
	usescasesdir=%{_datadir}/med/bin/usescases			\
	unittestsdir=%{_datadir}/med/bin/unittests
    pushd %{buildroot}%{_includedir}
	mv -f 2.3.6 med-2.3.6
    popd
popd

pushd metis-%{metisver}
    mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_includedir}/metis	\
	%{buildroot}%{_libdir}  %{buildroot}%{_docdir}/metis
    cp -fa graphchk kmetis mesh2dual mesh2nodal oemetis onmetis		\
	partdmesh partnmesh pmetis %{buildroot}%{_bindir}
    cp -fa libmetis.a %{buildroot}%{_libdir}
    cp -fa Lib/metis.h %{buildroot}%{_includedir}
    cp -fa Lib/{defs,struct,macros,rename,proto}.h			\
	%{buildroot}%{_includedir}/metis
    cp -fa Doc/manual.ps %{buildroot}%{_docdir}/metis
popd

pushd scotch_%{scotver}%{scotsuf}
    mkdir -p %{buildroot}%{_datadir}/scotch/bin				\
	%{buildroot}%{_includedir}/scotch %{buildroot}%{_libdir}/scotch	\
	%{buildroot}%{_docdir}/scotch
    cp -fa lib/lib*.a %{buildroot}%{_libdir}/scotch
    cp -f include/*.h %{buildroot}%{_includedir}/scotch
    pushd bin
	cp -f acpl atst gmk_m3 gtst mmk_m3 amk_ccc gmk_msh mord		\
	    amk_fft2 gmk_ub2 mtst amk_grf gcv gmtst amk_hy gmap gord	\
	    amk_m2 gmk_hy gotst mcv amk_p2 gmk_m2 gout mmk_m2		\
	    %{buildroot}%{_datadir}/scotch/bin
    popd
    cp -fa doc/*.pdf %{buildroot}%{_docdir}/scotch
    cp -far tgt %{buildroot}%{_datadir}/scotch
popd

chmod -R a+r %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.0.10-3
+ Revision: c6b756c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 649 |14cr|codeblocks-13.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%global optflags %{optflags} -fpermissive -fno-strict-aliasing
%define major		0
%define libname_orig	lib%{name}
%define libname		%mklibname %{name} 0
%define develname	%mklibname -d %{name}

Name:		codeblocks
Version:	13.12
Release:	2
Summary:	A C++ IDE
Group:		Development/Other
License:	GPLv3
URL:		http://www.codeblocks.org/
Source0:	http://sourceforge.net/projects/codeblocks/files/Sources/12.11/%{name}_%{version}-1.tar.gz
Source1:	%{name}.png
Source100:	%{name}.rpmlintrc
BuildRequires:	zip
BuildRequires:  autoconf
BuildRequires:  wxgtku2.8-devel
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(gamin)
BuildRequires:	libboost-devel
Requires:       %{libname} >= %{EVRD}
Suggests:	gcc-c++


%description
Code::Blocks is a free C++ IDE built specifically to meet the most 
demanding needs of its users. It was designed, right from the start, 
to be extensible and configurable.
Built around a plugin framework, Code::Blocks can be extended with 
plug-in DLLs. It includes a plugin wizard so you can compile your own
plug-ins!

%package -n %{libname}
Summary:        Shared library for %{name}
Group:          System/Libraries
Provides:       %{libname_orig} = %{version}-%{release}

%description -n %{libname}
Shared libraries for %{name}.

%package -n %{develname}
Summary:        Development headers for %{name}
Group:          Development/C
Requires:       %{libname} = %{version}
Provides:       %{name}-devel = %{version}-%{release}
Provides:       %{libname_orig}-devel = %{version}-%{release}

%description -n %{develname}
Development headers for %{name}.

%prep
%setup -qn %{name}-%{version}

%build
%configure2_5x --with-contrib-plugins=all --disable-static
%make

%install
%makeinstall_std


mkdir -p %{buildroot}%{_iconsdir}/hicolor/{128x128,256x256}/apps
convert -scale 128x128 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
install -m 0644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png

chmod +x %{buildroot}%{_datadir}/%{name}/lexers/lexer_bash.sample

%files
%doc README AUTHORS BUGS COMPILERS TODO NEWS ChangeLog
%{_bindir}/*
%{_libdir}/%{name}
%{_mandir}/man1/*.1*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/*/*.png
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/%{name}.png

%files -n %{libname}
%doc README ChangeLog
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%doc BUGS COMPILERS TODO
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 13.12-2
+ Revision: 05747d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 650 |14cr|codec2-0.1-0.0.r195.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	snap r195

%define	major 0
%define libname %mklibname codec2 _%{major}
%define develname %mklibname codec2 -d

Summary:	Low bit rate speech codec
Name:		codec2
Version:	0.1
Release:	0.0.%{snap}.2
License:	LGPL
Group:		Sound
URL:		http://rowetel.com/codec2.html
Source0:	%{name}-%{snap}.tar.gz
Patch0:		codec2-shared.diff
BuildRequires:	libtool

%description
Codec2 is an open source low bit rate speech codec designed for communications
quality speech at around 2400 bit/s. Applications include low bandwidth HF/VHF
digital radio. It fills a gap in open source, free-as-in-speech voice codecs
beneath 5000 bit/s.

%package -n	%{libname}
Summary:	Shared %{name} library
Group:		System/Libraries

%description -n	%{libname}
Codec2 is an open source low bit rate speech codec designed for communications
quality speech at around 2400 bit/s. Applications include low bandwidth HF/VHF
digital radio. It fills a gap in open source, free-as-in-speech voice codecs
beneath 5000 bit/s.

%package -n	%{develname}
Summary:	Development files for the %{name} library
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{develname}
Codec2 is an open source low bit rate speech codec designed for communications
quality speech at around 2400 bit/s. Applications include low bandwidth HF/VHF
digital radio. It fills a gap in open source, free-as-in-speech voice codecs
beneath 5000 bit/s.

This package contains the development files for codec2.

%prep

%setup -q -n %{name}
%patch0 -p0

%build
%make -C src CFLAGS="%{optflags} -I. -DFLOATING_POINT -DVAR_ARRAYS" LDFLAGS="%{ldflags}" libdir=%{_libdir}

%install
%makeinstall_std -C src \
    bindir=%{_bindir} \
    libdir=%{_libdir} \
    includedir=%{_includedir}

%files
%{_bindir}/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/*.so


%changelog
* Tue Nov 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-0.0.r195.2
+ Revision: a77abf7
- LOG Drop .la and .a files, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 651 |14cr|codehaus-parent-3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           codehaus-parent
Version:        3
Release:        2
Summary:        Parent pom file for codehaus projects

Group:          Development/Java
License:        ASL 2.0
URL:            http://codehaus.org/
#Next version with license is at https://github.com/sonatype/codehaus-parent/blob/master/pom.xml
Source0:        http://repo1.maven.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
#Patch0:         %{name}-enforcer.patch
BuildArch:      noarch

BuildRequires:  jpackage-utils

Requires:       jpackage-utils

%description
This package contains the parent pom file for codehaus projects.


%prep
%setup -q -c -T
cp %{SOURCE0} .
#%patch0

%build


%install
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 codehaus-parent-3.pom \
        %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

#%add_to_maven_depmap org.codehaus codehaus-parent %{version} JPP codehaus-parent
%add_to_maven_depmap JPP-%{name}.pom 

%files
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3-2
+ Revision: 9fbd589
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 652 |14cr|codelite-6.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A powerful open-source, cross platform code editor for C/C++
Name:		codelite
Version:	6.0.1
Release:	2
License:	GPLv2+
Group:		Development/Tools
Url:		http://www.codelite.org
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
Patch0:		codelite-6.0.1-desktop.patch
Patch1:		codelite-6.0.1-linkage.patch
Patch2:		codelite-5.4-libdir.patch
BuildRequires:	cmake
BuildRequires:	wxgtku3.0-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libssh)
Requires:	wxgtk3.0
Requires:	xterm

%description
CodeLite uses a sophisticated, yet intuitive interface which allows
users to easily create, build and debug complex projects.

%files -f %{name}.lang
%doc AUTHORS LICENSE COPYING
%{_bindir}/clg++
%{_bindir}/clgcc
%{_bindir}/codelite
%{_bindir}/codelite-cc
%{_bindir}/codelite-clang
%{_bindir}/codelite-echo
%{_bindir}/codelite-make
%{_bindir}/codelite-terminal
%{_bindir}/codelite_indexer
%{_bindir}/codelite_cppcheck
%{_bindir}/codelite_fix_files
%{_bindir}/codelite_exec
%{_bindir}/codelite_kill_children
%{_bindir}/codelite_xterm
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_libdir}/%{name}/
%{_mandir}/man1/*.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%cmake \
	-DPREFIX:PATH=%{_prefix} \
	-DCL_INSTALL_LIBDIR=%{_lib}
%make

%install
%makeinstall_std -C build

%find_lang %{name}

# To fix unstripped-binary-or-object
chmod 0755 %{buildroot}%{_libdir}/%{name}/*.so


%changelog
* Thu Aug 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.0.1-2
+ Revision: acfa9d2
- Fix menu category in desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 653 |14cr|codeville-0.8.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name codeville
%define oname Codeville
%define version 0.8.0
%define release 8

Summary: Distributed version control system
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.codeville.org/download/%{oname}-%{version}.tar.bz2
License: BSD
Group: Development/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Url: http://www.codeville.org/
BuildRequires: python-devel
Requires: python

%description
Codeville is a distributed version control system. It began with a
novel idea for a merge algorithm and has grown from there. It is
designed to be easy to use and scale from small personal projects to
very large distributed ones.

%prep
%setup -q -n %oname-%version

%build
python setup.py build

%install
rm -rf %buildroot installed-docs
python setup.py install --root=$RPM_BUILD_ROOT
mv %buildroot%_datadir/doc/* installed-docs

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc installed-docs/*
%_bindir/*
%py_puresitedir/Codeville/
%py_puresitedir/*egg-info





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-8
+ Revision: 5184443
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 654 |14cr|codeworker-4.5.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname CodeWorker
%define tarballver %(echo %version |sed -e 's#\\.#_#g')

Summary:	A universal parsing tool and a source code generator
Name:		codeworker
Version:	4.5.4
Release:	3
Source0:	http://codeworker.free.fr/downloads/%{oname}_SRC%{tarballver}.zip
Patch0:		codeworker-4.5.1-enable-readline.patch
Patch1:		codeworker-4.5.1-gcc4.3.patch
License:	LGPLv2+
Group:		Development/Other
URL:		http://codeworker.free.fr/
BuildRequires:	gcc-c++
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	readline-devel

%description
CodeWorker is a versatile parsing tool and a source code generator
devoted to generative programming. Generative programming is a
software engineering approach interested in automating the production
of reusable, tailor-made, adaptable and reliable IT systems.
In layman's terms, CodeWorker lets you generate code by parsing
existing languages, or by creating and parsing your own language. Once
a language file has been parsed, CodeWorker provides several
techniques for generating code.

%package devel
Group:		System/Libraries
Summary:	Codeworker static library

%description devel
CodeWorker is a versatile parsing tool and a source code generator
devoted to generative programming. Generative programming is a
software engineering approach interested in automating the production
of reusable, tailor-made, adaptable and reliable IT systems.
In layman's terms, CodeWorker lets you generate code by parsing
existing languages, or by creating and parsing your own language. Once
a language file has been parsed, CodeWorker provides several
techniques for generating code.

This package include the static library.

%prep
%setup -q -n %{oname}%{tarballver}
%patch0 -p0
%patch1 -p0

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{?ldflags} -L%_libdir"

%install
%{__install} -m 755 -D codeworker %{buildroot}%{_bindir}/codeworker
%{__install} -m 644 -D libcodeworker.a %{buildroot}%{_libdir}/libcodeworker.a
for i in ./*.h; do
	%{__install} -m 644 -D $i %{buildroot}%{_includedir}/%{name}/$i
done

%files
%doc Documentation/ Scripts/ WebSite/
%{_bindir}/codeworker

%files devel
%{_libdir}/libcodeworker.a
%{_includedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.5.4-3
+ Revision: aeca034
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 655 |14cr|coffee-script-1.6.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# don't build the minified browser version yet since uglify-js is somehow broken
%global enable_minified 0

%global commit 84b8b5cceef6c452996d022c4c2d47dc8c8a5ccc
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Name:       coffee-script
Version:    1.6.3
Release:    3
Summary:    A programming language that transcompiles to JavaScript
License:    MIT
Group:      Development/Other
URL:        http://coffeescript.org/
Source0:    https://github.com/jashkenas/%{name}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
BuildArch:  noarch

# some fixes for Cakefile, including:
#  - follow FHS and Fedora Node.js packaging guidelines
#  - support DESTDIR
#  - preserve timestamps when installing
Patch1:     %{name}-Cakefile.patch

# upstream patches to fix one broken test
# https://github.com/jashkenas/coffee-script/commit/2e408648aad42901d96df01fe8475a18054e32c2
Patch2:     coffee-script-fix-importing-test.patch

BuildRequires: nodejs
BuildRequires: nodejs-packaging
Requires:   %{name}-common == %{version}-%{release}

%if 0%{?enable_minified}
BuildRequires: npm(uglify-js)
%endif

%description
CoffeeScript is a little language that compiles into JavaScript. Underneath all
of those embarrassing braces and semicolons, JavaScript has always had a
gorgeous object model at its heart. CoffeeScript is an attempt to expose the
good parts of JavaScript in a simple way.

The golden rule of CoffeeScript is: "It's just JavaScript". The code compiles
one-to-one into the equivalent JS, and there is no interpretation at runtime.
You can use any existing JavaScript library seamlessly (and vice-versa). The
compiled output is readable and pretty-printed, passes through JavaScript Lint
without warnings, will work in every JavaScript implementation, and tends to
run as fast or faster than the equivalent handwritten JavaScript.

%package common
Summary: A programming that transcompiles to JavaScript - core compiler
Group: Development/Other

%description common
This is the core compiler for the CoffeeScript language, suitable for use in
browsers or by other JavaScript implementations.

For the primary compiler and cake utility used in conjunction with Node.js,
install the 'coffee-script' package.

%prep
%setup -qn %{name}-%{commit}
%patch1
%patch2 -p1

#rename documentation directory to html cause that's what we want in %%doc
mv documentation html

%build
./bin/cake build

%if 0%{?enable_minified}
#build the minified coffee-script browser version and put it in its place
./bin/cake build:browser
mv extras/coffee-script.js extras/coffee-script.min.js
%endif

#also build the unminifed version
MINIFY=false ./bin/cake build:browser

%install
mkdir -p %{buildroot}%{_datadir}/%{name}/
cp -pr lib extras %{buildroot}%{_datadir}/%{name}/
chmod 0644 %{buildroot}%{_datadir}/%{name}/lib/coffee-script/parser.js

mkdir -p %{buildroot}%{nodejs_sitelib}/%{name}
cp -pr bin package.json %{buildroot}%{nodejs_sitelib}/%{name}
ln -sf %{_datadir}/%{name}/lib %{buildroot}%{nodejs_sitelib}/%{name}/lib
ln -sf %{_datadir}/%{name}/extras %{buildroot}%{nodejs_sitelib}/%{name}/extras

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{name}/bin/coffee %{buildroot}%{_bindir}/coffee
ln -sf ../lib/node_modules/%{name}/bin/cake %{buildroot}%{_bindir}/cake

#we skip %%nodejs_symlink_deps because this package has no dependencies, and if
#it did, would need special treatment anyway

%check
# tests pass but something weird is going on with node itself at the end
./bin/cake test || :

%files
%doc html
%{nodejs_sitelib}/%{name}
%{_bindir}/coffee
%{_bindir}/cake

%files common
%{_datadir}/%{name}
%doc README LICENSE

%changelog
* Mon Sep 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.3-3
+ Revision: 89f5466
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 656 |14cr|cog-0.8.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name cog
%define version 0.8.0
%define release 9

Name: %name
Summary: Another Gnome config tool
Version: %{version}
Release: %{release}
License: GPL
Url: http://www.krakoa.dk/linux-software.html
Group: Graphical desktop/GNOME
Source: http://www.krakoa.dk/progs/cog/%{name}-%{version}.tar.bz2
Source10:   %{name}-16.png
Source11:   %{name}-32.png
Source12:   %{name}-48.png
BuildRoot: %{_tmppath}/build-root-%{name}

BuildRequires: automake >= 1.4
Buildrequires: libgnomeui2-devel >= 2.0
Buildrequires: libglade2.0-devel >= 2.0

%description
Edit advanced Gnome settings in an easy way.

%prep
%setup -q

%build
%configure

%install
rm -rf ${RPM_BUILD_ROOT}
%makeinstall_std
install -m644 %SOURCE10 -D %{buildroot}/%_miconsdir/%name.png
install -m644 %SOURCE11 -D %{buildroot}/%_iconsdir/%name.png
install -m644 %SOURCE12 -D %{buildroot}/%_liconsdir/%name.png


%find_lang %name --all-name

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files -f %name.lang
%defattr(-,root,root,0755)
%doc NEWS README TODO AUTHORS
%{_bindir}/*
%{_iconsdir}/%name.png
%{_liconsdir}/%name.png
%{_miconsdir}/%name.png
%{_datadir}/pixmaps/%{name}*
%{_datadir}/applications/%name.desktop
%{_datadir}/cog



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-9
+ Revision: 32cb2b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 657 |14cr|cogito-0.18.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Cogito scm with git core
Name:		cogito
Version:	0.18.2
Release:	7
Source0:	http://www.kernel.org/pub/software/scm/cogito/%{name}-%{version}.tar.bz2
License:	GPL
Group:		Development/Other
Url:		http://www.kernel.org/pub/software/scm/cogito/
BuildRequires:	openssl-devel
BuildRequires:  curl-devel
BuildRequires:  zlib-devel
Requires: 	rsync
Requires:       mktemp >= 1.5
Requires:       diffutils
Requires:       git-core
BuildArch:      noarch
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Cogito is a version control system layered on top of the git tree history
storage system. It aims at seamless user interface and ease of use, providing
generally smoother user experience than the "raw" Core GIT itself and indeed
many other version control systems.

%prep
%setup -q

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
make install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} libdir=%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/cg*
#%{_bindir}/commit-id
#%{_bindir}/parent-id
#%{_bindir}/tree-id
%{_datadir}/%{name}
%doc README VERSION COPYING 






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.18.2-7
+ Revision: dea97f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 658 |14cr|coin-3.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 60
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Implementation of the Open Inventor API
Name:		coin
Version:	3.1.3
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.coin3d.org/
Source0:	http://ftp.coin3d.org/coin/src/all/Coin-%{version}.tar.gz
Patch0:		coin-3.1.3-missing-header.patch
Patch1:		coin-3.1.3-gcc4.8.patch
Patch2:		coin-3.1.3-freetype251.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(x11)

%description
Coin is an implementation of the Open Inventor API, fully backwards
compatible with SGI Open Inventor v2.1, and incorporating many new
features.

Coin is portable across Win32, Linux, SGI IRIX, Mac OS X, HP-UX, Sun
Solaris, IBM AIX, and other platforms.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for Coin
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with Coin.

%files -n %{libname}
%{_libdir}/libCoin.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use Coin
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use Coin.

%files -n %{devname}
%doc README FAQ AUTHORS NEWS RELNOTES THANKS
%{_bindir}/coin-config
%{_libdir}/*.so
%{_libdir}/pkgconfig/Coin.pc
%{_includedir}/*
%{_datadir}/Coin
%{_datadir}/aclocal
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q -n Coin-%{version}
for file in AUTHORS THANKS
do
iconv -f ISO-8859-1 -t UTF-8 "$file" > "${file}.new"
mv "${file}.new" "$file"
done
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 3.1.3-3
+ Revision: 6244df1
- Add patch to fix build with gcc 4.8+



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 659 |14cr|coin-or-1.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Required due to circular dependencies in lt_libraries
%define _disable_ld_no_undefined	1

%define alp_major  3
%define bcp_major  1
%define blis_major 1
%define boncouenne_major 0
%define bonmin_major     4
%define cbc_major  3
%define cgl_major  1
%define clp_major  1
%define coinasl_major   1
%define coinmp_major    1
%define coinutils_major 3
%define couenne_major   1
%define decomp_major    1
%define dylp_major      1
%define flopcpp_major   1
%define ipopt_major     1
%define ipoptampl_major  0
%define os_major   6
%define osi_major  1
%define sym_major  2
%define vol_major  1

%define libAlps %mklibname Alps %{alp_major}
%define libBcp %mklibname Bcp %{bcp_major}
%define libBcps %mklibname Bcps %{bcp_major}
%define libBlis %mklibname Blis %{blis_major}
%define libBonCouenne %mklibname BonCouenne %{boncouenne_major}
%define libCbc %mklibname Cbc %{cbc_major}
%define libCbcSolver %mklibname CbcSolver %{cbc_major}
%define libCgl %mklibname Cgl %{cgl_major}
%define libClp %mklibname Clp %{clp_major}
%define libCoinMP %mklibname CoinMP %{coinmp_major}
%define libCoinUtils %mklibname CoinUtils %{coinutils_major}
%define libCouenne %mklibname Couenne %{couenne_major}
%define libCouenneReadnl %mklibname CouenneReadnl %{couenne_major}
%define libDecomp %mklibname Decomp %{decomp_major}
%define libDylp %mklibname Dylp %{dylp_major}
%define libFlopCpp %mklibname FlopCpp %{flopcpp_major}
%define libOS %mklibname OS %{os_major}
%define libOsi %mklibname Osi %{osi_major}
%define libOsiCbc %mklibname OsiCbc %{cbc_major}
%define libOsiClp %mklibname OsiClp %{clp_major}
%define libOsiCommonTests %mklibname OsiCommonTests %{osi_major}
%define libOsiDylp %mklibname OsiDylp %{dylp_major}
%define libOsiSym %mklibname OsiSym %{sym_major}
%define libOsiVol %mklibname OsiVol %{vol_major}
%define libSym %mklibname Sym %{sym_major}
%define libVol %mklibname Vol %{vol_major}
%define libbonmin %mklibname bonmin %{bonmin_major}
%define libbonminampl %mklibname bonminampl %{bonmin_major}
%define libcoinasl %mklibname coinasl %{coinasl_major}
%define libipopt %mklibname ipopt %{ipopt_major}
%define libipoptamplinterface %mklibname ipoptamplinterface %{ipoptampl_major}

%define devname %mklibname %{name} -d

Summary:	COmputational INfrastructure for Operations Research
Name:		coin-or
License:	CPL
Group:		Sciences/Mathematics
Version:	1.6.0
Release:	2
Epoch:		1
Url:		http://www.coin-or.org/
Source0:	http://www.coin-or.org/download/source/CoinAll/CoinAll-1.6.0.tgz
# wget http://netlib.sandia.gov/cgi-bin/netlib/netlibfiles.tar?filename=netlib/ampl/solvers
Source1:	solvers.tar
BuildRequires:	glpk-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(blas)
BuildRequires:	pkgconfig(lapack)
BuildRequires:	gcc-gfortran
Patch0:		CoinAll-1.6.0-format.patch
Patch1:		CoinAll-1.6.0-math.h.patch
Patch2:		CoinAll-1.6.0-svn_rev.patch

%description
The Computational Infrastructure for Operations Research (COIN-OR**, or
simply COIN) project is an initiative to spur the development of open-source
software for the operations research community.

Why open source? The Open Source Initiative explains it well. When people
can read, redistribute, and modify the source code, software evolves. People
improve it, people adapt it, people fix bugs.  The results of open-source
development have been remarkable. Community-based efforts to develop software
under open-source licenses have produced high-quality, high-performance
code---code on which much of the Internet is run.

Why for OR? Consider the following scenario. You read about an optimization
algorithm in the literature and you get an idea on how to improve it.  Today,
testing your new idea typically requires re-implementing (and re-debugging and
re-testing) the original algorithm.  Often, clever implementation details
aren't published. It can be difficult to replicate reported performance.
Now imagine the scenario if the original algorithm was publicly available
in a community repository. Weeks of re-implementing would no longer be
required. You would simply check out a copy of it for yourself and modify it.
Imagine the productivity gains from software reuse!
Our goal is to create for mathematical software what the open literature is
for mathematical theory.

We are building an open-source community for operations research software in
order to speed development and deployment of models, algorithms, and
cutting-edge computational research, as well as provide a forum for peer
review of software similar to that provided by archival journals for
theoretical research. This is a lofty goal, but we believe it's a worthwhile
one. We have ideas, but we don't have all the answers. Only the community of
users and contributors can define what is needed to make it a reality. For
further information, please see the FAQs page, as well as the COIN-OR
resources page.

%files
%{_bindir}/blis
%{_bindir}/bonmin
%{_bindir}/cbc
%{_bindir}/clp
%{_bindir}/couenne
%{_bindir}/ipopt
%{_bindir}/OSSolverService
%{_bindir}/symphony

#----------------------------------------------------------------------------

%package -n coin-or-libs
Summary:	An open-source mixed integer programming solver
License:	CPL
Group:		System/Libraries
Requires:       %{libAlps} = %{EVRD}
Requires:       %{libBcp} = %{EVRD}
Requires:       %{libBcps} = %{EVRD}
Requires:       %{libBlis} = %{EVRD}
Requires:       %{libBonCouenne} = %{EVRD}
Requires:       %{libCbc} = %{EVRD}
Requires:       %{libCbcSolver} = %{EVRD}
Requires:       %{libCgl} = %{EVRD}
Requires:       %{libClp} = %{EVRD}
Requires:       %{libCoinMP} = %{EVRD}
Requires:       %{libCoinUtils} = %{EVRD}
Requires:       %{libCouenne} = %{EVRD}
Requires:       %{libCouenneReadnl} = %{EVRD}
Requires:       %{libDecomp} = %{EVRD}
Requires:       %{libDylp} = %{EVRD}
Requires:       %{libFlopCpp} = %{EVRD}
Requires:       %{libOS} = %{EVRD}
Requires:       %{libOsi} = %{EVRD}
Requires:       %{libOsiCbc} = %{EVRD}
Requires:       %{libOsiClp} = %{EVRD}
Requires:       %{libOsiCommonTests} = %{EVRD}
Requires:       %{libOsiDylp} = %{EVRD}
Requires:       %{libOsiSym} = %{EVRD}
Requires:       %{libOsiVol} = %{EVRD}
Requires:       %{libSym} = %{EVRD}
Requires:       %{libVol} = %{EVRD}
Requires:       %{libbonmin} = %{EVRD}
Requires:       %{libbonminampl} = %{EVRD}
Requires:       %{libcoinasl} = %{EVRD}
Requires:       %{libipopt} = %{EVRD}
Requires:       %{libipoptamplinterface} = %{EVRD}

%description -n coin-or-libs
The Computational Infrastructure for Operations Research (COIN-OR**, or
simply COIN) project is an initiative to spur the development of open-source
software for the operations research community.

%files -n coin-or-libs

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	An open-source mixed integer programming solver
License:	CPL
Group:		Development/C
Requires:       %{libAlps} = %{EVRD}
Requires:       %{libBcp} = %{EVRD}
Requires:       %{libBcps} = %{EVRD}
Requires:       %{libBlis} = %{EVRD}
Requires:       %{libBonCouenne} = %{EVRD}
Requires:       %{libCbc} = %{EVRD}
Requires:       %{libCbcSolver} = %{EVRD}
Requires:       %{libCgl} = %{EVRD}
Requires:       %{libClp} = %{EVRD}
Requires:       %{libCoinMP} = %{EVRD}
Requires:       %{libCoinUtils} = %{EVRD}
Requires:       %{libCouenne} = %{EVRD}
Requires:       %{libCouenneReadnl} = %{EVRD}
Requires:       %{libDecomp} = %{EVRD}
Requires:       %{libDylp} = %{EVRD}
Requires:       %{libFlopCpp} = %{EVRD}
Requires:       %{libOS} = %{EVRD}
Requires:       %{libOsi} = %{EVRD}
Requires:       %{libOsiCbc} = %{EVRD}
Requires:       %{libOsiClp} = %{EVRD}
Requires:       %{libOsiCommonTests} = %{EVRD}
Requires:       %{libOsiDylp} = %{EVRD}
Requires:       %{libOsiSym} = %{EVRD}
Requires:       %{libOsiVol} = %{EVRD}
Requires:       %{libSym} = %{EVRD}
Requires:       %{libVol} = %{EVRD}
Requires:       %{libbonmin} = %{EVRD}
Requires:       %{libbonminampl} = %{EVRD}
Requires:       %{libcoinasl} = %{EVRD}
Requires:       %{libipopt} = %{EVRD}
Requires:       %{libipoptamplinterface} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The Computational Infrastructure for Operations Research (COIN-OR**, or
simply COIN) project is an initiative to spur the development of open-source
software for the operations research community.

%files -n %{devname}
%dir %{_includedir}/coin
%{_includedir}/coin/*
%dir %{_includedir}/cppad
%{_includedir}/cppad/*
%{_libdir}/pkgconfig/*
%{_libdir}/lib*.so
%dir %{_datadir}/coin
%{_datadir}/coin/*

#----------------------------------------------------------------------------

%package -n %{libAlps}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libAlps}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libAlps}
%{_libdir}/libAlps.so.%{alp_major}*

#----------------------------------------------------------------------------

%package -n %{libBcp}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libBcp}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libBcp}
%{_libdir}/libBcp.so.%{bcp_major}*

#----------------------------------------------------------------------------

%package -n %{libBcps}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libBcps}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libBcps}
%{_libdir}/libBcps.so.%{bcp_major}*

#----------------------------------------------------------------------------

%package -n %{libBlis}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libBlis}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libBlis}
%{_libdir}/libBlis.so.%{blis_major}*

#----------------------------------------------------------------------------

%package -n %{libBonCouenne}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libBonCouenne}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libBonCouenne}
%{_libdir}/libBonCouenne.so.%{boncouenne_major}*

#----------------------------------------------------------------------------

%package -n %{libCbc}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libCbc}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libCbc}
%{_libdir}/libCbc.so.%{cbc_major}*

#----------------------------------------------------------------------------

%package -n %{libCbcSolver}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libCbcSolver}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libCbcSolver}
%{_libdir}/libCbcSolver.so.%{cbc_major}*

#----------------------------------------------------------------------------

%package -n %{libCgl}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libCgl}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libCgl}
%{_libdir}/libCgl.so.%{cgl_major}*

#----------------------------------------------------------------------------

%package -n %{libClp}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libClp}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libClp}
%{_libdir}/libClp.so.%{clp_major}*

#----------------------------------------------------------------------------

%package -n %{libCoinMP}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libCoinMP}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libCoinMP}
%{_libdir}/libCoinMP.so.%{coinmp_major}*

#----------------------------------------------------------------------------

%package -n %{libCoinUtils}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libCoinUtils}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libCoinUtils}
%{_libdir}/libCoinUtils.so.%{coinutils_major}*

#----------------------------------------------------------------------------

%package -n %{libCouenne}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libCouenne}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libCouenne}
%{_libdir}/libCouenne.so.%{couenne_major}*

#----------------------------------------------------------------------------

%package -n %{libCouenneReadnl}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libCouenneReadnl}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libCouenneReadnl}
%{_libdir}/libCouenneReadnl.so.%{couenne_major}*

#----------------------------------------------------------------------------

%package -n %{libDecomp}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libDecomp}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libDecomp}
%{_libdir}/libDecomp.so.%{decomp_major}*

#----------------------------------------------------------------------------

%package -n %{libDylp}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libDylp}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libDylp}
%{_libdir}/libDylp.so.%{dylp_major}*

#----------------------------------------------------------------------------

%package -n %{libFlopCpp}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libFlopCpp}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libFlopCpp}
%{_libdir}/libFlopCpp.so.%{flopcpp_major}*

#----------------------------------------------------------------------------

%package -n %{libOS}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libOS}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libOS}
%{_libdir}/libOS.so.%{os_major}*

#----------------------------------------------------------------------------

%package -n %{libOsi}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libOsi}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libOsi}
%{_libdir}/libOsi.so.%{osi_major}*

#----------------------------------------------------------------------------

%package -n %{libOsiCbc}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libOsiCbc}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libOsiCbc}
%{_libdir}/libOsiCbc.so.%{cbc_major}*

#----------------------------------------------------------------------------

%package -n %{libOsiClp}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libOsiClp}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libOsiClp}
%{_libdir}/libOsiClp.so.%{clp_major}*

#----------------------------------------------------------------------------

%package -n %{libOsiCommonTests}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libOsiCommonTests}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libOsiCommonTests}
%{_libdir}/libOsiCommonTests.so.%{osi_major}*

#----------------------------------------------------------------------------

%package -n %{libOsiDylp}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libOsiDylp}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libOsiDylp}
%{_libdir}/libOsiDylp.so.%{dylp_major}*

#----------------------------------------------------------------------------

%package -n %{libOsiSym}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libOsiSym}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libOsiSym}
%{_libdir}/libOsiSym.so.%{sym_major}*

#----------------------------------------------------------------------------

%package -n %{libOsiVol}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libOsiVol}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libOsiVol}
%{_libdir}/libOsiVol.so.%{vol_major}*

#----------------------------------------------------------------------------

%package -n %{libSym}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libSym}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libSym}
%{_libdir}/libSym.so.%{sym_major}*

#----------------------------------------------------------------------------

%package -n %{libVol}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libVol}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libVol}
%{_libdir}/libVol.so.%{vol_major}*

#----------------------------------------------------------------------------

%package -n %{libbonmin}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libbonmin}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libbonmin}
%{_libdir}/libbonmin.so.%{bonmin_major}*

#----------------------------------------------------------------------------

%package -n %{libbonminampl}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libbonminampl}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libbonminampl}
%{_libdir}/libbonminampl.so.%{bonmin_major}*

#----------------------------------------------------------------------------

%package -n %{libcoinasl}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libcoinasl}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libcoinasl}
%{_libdir}/libcoinasl.so.%{coinasl_major}*

#----------------------------------------------------------------------------

%package -n %{libipopt}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libipopt}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libipopt}
%{_libdir}/libipopt.so.%{ipopt_major}*

#----------------------------------------------------------------------------

%package -n %{libipoptamplinterface}
Summary:        Shared library for COIN-OR
Group:          System/Libraries
Conflicts:      coin-or-libs < 1.6.0-2

%description -n %{libipoptamplinterface}
This package contains shared library needed by programs linked against COIN-OR.

%files -n %{libipoptamplinterface}
%{_libdir}/libipoptamplinterface.so.%{ipoptampl_major}*

#----------------------------------------------------------------------------

%prep
%setup -q -n CoinAll-%{version}

pushd ThirdParty/ASL
    tar xf %{SOURCE1}
    gunzip -fr solvers
popd

%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
export PKG_CONFIG_PATH="%{buildroot}%{_libdir}/pkgconfig"
%configure2_5x
%make

%install
%makeinstall_std
# Hack ...
rm -rf %{buildroot}/builddir/build/BUILDROOT/%{name}-%{version}-*-buildroot/usr/share/coin/doc/CoinMP/





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.6.0-2
+ Revision: 052beaa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 660 |14cr|coin-or-Sample-1.2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global		module		Sample

Name:		coin-or-%{module}
Group:		Sciences/Mathematics
Summary:	Coin-or Sample data files

Version:	1.2.8
Release:	2
License:	Public Domain
URL:		https://projects.coin-or.org/svn/Data/%{module}
Source0:	http://www.coin-or.org/download/source/Data/%{module}-%{version}.tgz
Source1:	COPYING
Source2:	%{name}.rpmlintrc
BuildArch:	noarch

%description
Coin-or Sample data files.

%prep
%setup -q -n %{module}-%{version}

%build
%configure
cp -p %{SOURCE1} .
%make all

%install
make install DESTDIR=%{buildroot} pkgconfiglibdir=%{_datadir}/pkgconfig

%files
%{_datadir}/coin
%{_datadir}/pkgconfig/*
%doc COPYING


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.8-2
+ Revision: 51144cf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 661 |14cr|colamd-2.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define NAME		COLAMD
%define major		%{version}
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:		colamd
Version:	2.8.0
Release:	2
Epoch:		1
Summary:	Routines for computing column approximate minimum degree ordering
Group:		System/Libraries
License:	LGPL
URL:		http://www.cise.ufl.edu/research/sparse/colamd/
Source0:	http://www.cise.ufl.edu/research/sparse/colamd/%{NAME}-%{version}.tar.gz
BuildRequires:	suitesparse-common-devel >= 4.0.0

%description
The COLAMD column approximate minimum degree ordering algorithm computes
a permutation vector P such that the LU factorization of A (:,P)
tends to be sparser than that of A.  The Cholesky factorization of
(A (:,P))'*(A (:,P)) will also tend to be sparser than that of A'*A.

%package -n %{libname}
Summary:	Library of routines for computing column approximate minimum degree ordering
Group:		System/Libraries

%description -n %{libname}
The COLAMD column approximate minimum degree ordering algorithm computes
a permutation vector P such that the LU factorization of A (:,P)
tends to be sparser than that of A.  The Cholesky factorization of
(A (:,P))'*(A (:,P)) will also tend to be sparser than that of A'*A.

This package contains the library needed to run programs dynamically
linked against %{NAME}.

%package -n %{develname}
Summary:	C routines for computing column approximate minimum degree ordering
Group:		Development/C
Requires:	suitesparse-common-devel >= 4.0.0
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
The COLAMD column approximate minimum degree ordering algorithm computes
a permutation vector P such that the LU factorization of A (:,P)
tends to be sparser than that of A.  The Cholesky factorization of
(A (:,P))'*(A (:,P)) will also tend to be sparser than that of A'*A.

This package contains the files needed to develop applications which
use %{name}.

%prep
%setup -q -c -n %{name}-%{version}
cd %{NAME}
find . -perm 0640 | xargs chmod 0644
mkdir ../SuiteSparse_config
ln -sf %{_includedir}/suitesparse/SuiteSparse_config.* ../SuiteSparse_config

%build
cd %{NAME}
pushd Lib
    %make -f Makefile CC=%__cc CFLAGS="%{optflags} -fPIC -I%{_includedir}/suitesparse" INC=
    %__cc -shared -Wl,-soname,lib%{name}.so.%{major} -o lib%{name}.so.%{version} -lm *.o
popd

%install
cd %{NAME}

%__install -d -m 755 %{buildroot}%{_libdir} 
%__install -d -m 755 %{buildroot}%{_includedir}/suitesparse 

for f in Lib/*.so*; do
    %__install -m 755 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Lib/*.a; do
    %__install -m 644 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Include/*.h; do
    %__install -m 644 $f %{buildroot}%{_includedir}/suitesparse/`basename $f`
done

%__ln_s lib%{name}.so.%{version} %{buildroot}%{_libdir}/lib%{name}.so

%__install -d -m 755 %{buildroot}%{_docdir}/%{name}
%__install -m 644 README.txt Doc/*.txt Doc/ChangeLog %{buildroot}%{_docdir}/%{name}

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_docdir}/%{name}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.8.0-2
+ Revision: 214dee0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 662 |14cr|coldfire-0.3.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		coldfire
Version:	0.3.1
Release:	9
Summary:	A Freescale Coldfire 5206 Emulator
Group:		Emulators
License:	GPLv2
URL:		http://www.slicer.ca/coldfire/
Source:		http://www.slicer.ca/coldfire/files/coldfire-%{version}.tar.gz
Patch0:		coldfire-0.3.1-headers.patch
Patch1:		coldfire-0.2.2-manpage.patch
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)

%description
Coldfire is a Freescale Coldfire 5206 Emulator. It currently features
all but 5 assembly instructions, a full dBug with extra functionality,
both serial ports, the parallel port, interrupts (through telnet
sessions), full exception handling, timers and timer interrupts, and
full tracing capability.

%prep
%setup -q
%patch0 -p1 -b .headers
%patch1 -p1 -b .manpage

%build
%configure2_5x
make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_datadir}/coldfire
install -m 755 coldfire %{buildroot}%{_bindir}/coldfire
install -m 644 coldfire.1 %{buildroot}%{_mandir}/man1/coldfire.1
install -m 644 boards/* %{buildroot}%{_datadir}/coldfire/

%files
%doc README LICENSE
%{_bindir}/coldfire
%{_mandir}/man1/coldfire.1*
%{_datadir}/coldfire/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-9
+ Revision: 11b304d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 663 |14cr|colibri-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Alternative notifications for KDE4
Name:		colibri
Version:	0.3.0
Release:	2
Group:		Graphical desktop/KDE
License:	GPLv2
Url:		http://kde-apps.org/content/show.php/Colibri?content=117147
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
Requires:	kdebase4-workspace

%description
Colibri provides an alternative to KDE4 Plasma notifications.

Colibri notifications look lighter and are completely passive: they do not
provide any buttons. You may or may not like this.

Since they are completely passive, they smoothly fade away when you mouse over
them, allowing you to interact with any window behind them.

They also do not stack each others: if multiple notifications happen, they will
be shown one at a time.

Colibri can be configured from its System Settings module.
If you need help follow the setup howto at 
http://gitorious.org/colibri/pages/SetupHowto.

%files -f %{name}.lang
%{_kde_bindir}/%{name}
%{_kde_libdir}/kde4/kcm_colibri.so
%{_kde_services}/%{name}.desktop
%{_kde_datadir}/autostart/%{name}_autostart.desktop

#---------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: dde9ded
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 664 |14cr|collectd-5.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname collectdclient %{major}
%define devname %mklibname -d collectdclient

Summary:	Collects system information in RRD files

Name:		collectd
Version:	5.1.0
Release:	4
License:	GPLv2+
Group:		Monitoring
Url:		http://collectd.org/
Source0:	http://collectd.org/files/collectd-%{version}.tar.bz2
Source1:	%{name}-initscript
Source2:	%{name}.logrotate
Patch3:		collectd-4.5.1-perl_fix.diff
Patch101:	collectd-4.10.3-werror.patch
Patch102:	collectd-4.10.3-lt.patch
Patch103:	collectd-4.10.1-noowniptc.patch
Patch104:	collectd-4.10.2-libnotify-0.7.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libdbi-devel
BuildRequires:	libesmtp-devel
BuildRequires:	libtool-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	mysql-devel
BuildRequires:	net-snmp-devel
BuildRequires:	oping-devel
BuildRequires:	pcap-devel
BuildRequires:	perl-devel
BuildRequires:	postgresql-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libiptc)
BuildRequires:	pkgconfig(libip4tc)
BuildRequires:	pkgconfig(libip6tc)
BuildRequires:	pkgconfig(libmemcached)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(librrd)
BuildRequires:	pkgconfig(libstatgrab)
BuildRequires:	pkgconfig(libupsclient)
BuildRequires:	pkgconfig(libvirt)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(OpenIPMI)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(xtables)
Requires(pre):	rpm-helper

%description
The collectd daemon collects information about the system it is running on and
writes this information into special database files. These database files can
then be used to generate graphs of the collected data.

%files
%defattr(644,root,root,755)
%doc AUTHORS COPYING README ChangeLog TODO
%config(noreplace) %{_sysconfdir}/collectd.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_initrddir}/%{name}
%{_bindir}/collectd-nagios
%{_bindir}/collectdctl
%{_sbindir}/collectd
%{_sbindir}/collectdmon
%dir %{_libdir}/collectd
%{_libdir}/collectd/*.so
%{perl_vendorlib}/*
%dir %{_datadir}/collectd
%{_datadir}/collectd/postgresql_default.conf
%{_datadir}/collectd/types.db
%dir /var/lib/%{name}
%dir /var/run/%{name}
%dir /var/log/%{name}
%ghost /var/log/%{name}/%{name}.log
%{_mandir}/man1/collectd.*
%{_mandir}/man5/collectd.conf.*
%{_mandir}/man1/collectdmon.1*
%{_mandir}/man1/collectd-nagios.1*
%{_mandir}/man1/collectdctl.1*
%{_mandir}/man3/Collectd::Unixsock.3pm*
%{_mandir}/man5/collectd-threshold.5*
%{_mandir}/man5/collectd-email.5*
%{_mandir}/man5/collectd-exec.5*
%{_mandir}/man5/collectd-java.5*
%{_mandir}/man5/collectd-perl.5*
%{_mandir}/man5/collectd-python.5*
%{_mandir}/man5/collectd-snmp.5*
%{_mandir}/man5/collectd-unixsock.5*
%{_mandir}/man5/types.db.5*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Collects system information in RRD files

Group:		System/Libraries

%description -n %{libname}
The collectd daemon collects information about the system it is running on.
This package contains the shared libraries used by %{name}

%files -n %{libname}
%{_libdir}/libcollectdclient.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Collects system information in RRD files

Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
The collectd daemon collects information about the system it is running on.
This package contains the development headers.

%files -n %{devname}
%defattr(644,root,root,755)
%{_libdir}/libcollectdclient.so
%{_includedir}/collectd/client.h
%{_includedir}/collectd/lcc_features.h
%{_libdir}/pkgconfig/libcollectdclient.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch101 -p1
%patch3 -p0

%build
autoreconf -fi
%serverbuild
pushd libltdl
%before_configure
popd
%configure2_5x \
    --with-libperl=%{_prefix} \
    --with-perl-bindings="INSTALLDIRS=vendor" \
    --localstatedir=/var/lib \
    --without-included-ltdl \
    --with-ltdl-include=%{_includedir} \
    --with-ltdl-lib=%{_libdir} \
    --disable-xmms \
    --disable-static

%make

%install
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}/var/lib/%{name}
install -d %{buildroot}/var/run/%{name}
install -d %{buildroot}/var/log/%{name}

%makeinstall_std LIBLTDL=%{_libdir}/libltdl.la

install -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name}
install -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

touch %{buildroot}/var/log/%{name}/%{name}.log

# cleanup
rm %{buildroot}%{_libdir}/collectd/*.la

%post
%create_ghostfile /var/log/%{name}/%{name}.log root root 644
%_post_service %{name}

%preun
%_preun_service %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.1.0-4
+ Revision: e8c77d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 665 |14cr|collectl-3.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A utility to collect various linux performance data
Name: collectl
Version: 3.4.0
Release: 3
License: GPL+ or Artistic
Group: Monitoring
Source0: http://prdownloads.sourceforge.net/%name/%{name}-%{version}.src.tar.gz
Source1:collectl-mdv
patch0: collectl-3.4.0-install.patch
Url: http://collectl.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
BuildArch: noarch

%description
A utility to collect linux performance data

%prep
%setup -q
%patch0

%build

%clean
%{__rm} -Rf $RPM_BUILD_ROOT

%install
%{__rm}  -rf $RPM_BUILD_ROOT
export PREFIX=$RPM_BUILD_ROOT
./INSTALL

# lspci is under /usr/bin
echo "Lspci = /usr/bin/lspci" >> ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}.conf

%files
%defattr(-,root,root)
%doc RELEASE-%{name} docs/*.html README GPL ARTISTIC COPYING
%config(noreplace) %{_sysconfdir}/%{name}.conf
#gw AFAIK logrotate is not needed as collectl does that itself
%dir /var/log/%{name}
%{_sbindir}/*
%{_mandir}/man1/*
%{_sysconfdir}/init.d/%{name}
%{_datadir}/%{name}

%preun
# If collectl is running, stop it before removing.
/etc/init.d/%{name} stop
chkconfig --del %{name} 2>&1 > /dev/null

%post
chkconfig --add %{name} 2>&1 > /dev/null
/etc/init.d/%{name} start




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.0-3
+ Revision: 4ce21f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 666 |14cr|colordiff-1.0.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	colordiff
%define version	1.0.13

Summary:	Wrapper for diff that produces output with syntax highlighting
Name:		%{name}
Version:	%{version}
Release:	2
License:	GPLv2+
Url:		http://colordiff.sourceforge.net/
Source0:	http://download.sourceforge.net/sourceforge/colordiff/%{name}-%{version}.tar.gz
Group:		Development/Other
Requires:	diffutils
Requires:	less
Requires:	perl
Requires:	webfetch
BuildArch:	noarch

%description
The Perl script colordiff is a wrapper for diff. It produces the same
output but with syntax highlighting. Color schemes can be customized.

%prep
%setup -q

%build

%install
%{__install} -m 755 -D cdiff.sh %{buildroot}%{_bindir}/cdiff
%{__install} -m 755 -D colordiff.pl %{buildroot}%{_bindir}/colordiff
%{__install} -m 644 -D colordiff.1 %{buildroot}%{_mandir}/man1/colordiff.1
%{__sed} -i -e 's/banner=yes/banner=no/' colordiffrc*
%{__install} -m 644 -D colordiffrc %{buildroot}%{_sysconfdir}/colordiffrc

%files
%doc BUGS CHANGES colordiffrc-lightbg COPYING README
%{_bindir}/cdiff
%{_bindir}/%{name}
%config(noreplace) %{_sysconfdir}/colordiffrc
%{_mandir}/man1/colordiff*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.13-2
+ Revision: 5067600
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 667 |14cr|colord-kde-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Colord support for KDE
Name:		colord-kde
Version:	0.3.0
Release:	2
License:	GPLv2+
Group:		Graphics
Url:		http://dantti.wordpress.com/
Source0:	http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(colord)
BuildRequires:	pkgconfig(lcms2)
Requires:	kdebase4-runtime
Requires:	colord

%description
KDE support for colord including KDE Daemon module and System Settings module.

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%files
%doc COPYING MAINTAINERS TODO
%{_kde_applicationsdir}/colordkdeiccimporter.desktop
%{_kde_bindir}/colord-kde-icc-importer
%{_kde_libdir}/kde4/k*_colord.so
%{_kde_services}/kcm_colord.desktop
%{_kde_services}/kded/colord.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: 5af13b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 668 |14cr|colorer-take5-0-0.beta5.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname colorer %{major}
%define develname %mklibname colorer -d

Summary:	Syntax highlighting and text parsing library
Name:		colorer-take5
Version:	0
Release:	%mkrel 0.beta5.5
Group:		Text tools
License:	MPL
URL:		http://colorer.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/colorer/Colorer-take5-linux.be5.tar.bz2
Patch0:		colorer-optflags.diff
Patch1:		colorer-soname.diff
Patch2:		colorer-DESTDIR.diff
BuildRequires:	libstdc++-devel
Requires:	%{libname} = %{version}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Colorer take5 is a syntax highlighting and text parsing library, that provides
services of text parsing in host editor systems in real-time and transforming
results into colored text. Result information allows to search and build
outlined lists of functions, structures, and to search and indent programming
language constructions (brackets, paired tags). Colorer uses pure C++, XML, it
is fully portable and works on either win32/unix/mac platforms. Top level Java
language API is also available. 

%package -n	%{libname}
Summary:	Syntax highlighting and text parsing library
Group:          System/Libraries

%description -n	%{libname}
Colorer take5 is a syntax highlighting and text parsing library, that provides
services of text parsing in host editor systems in real-time and transforming
results into colored text. Result information allows to search and build
outlined lists of functions, structures, and to search and indent programming
language constructions (brackets, paired tags). Colorer uses pure C++, XML, it
is fully portable and works on either win32/unix/mac platforms. Top level Java
language API is also available. 

%package -n	%{develname}
Summary:	Static library and header files for the %{name} library
Group:		Development/C++
Requires:	%{libname} = %{version}
Requires:	%{name}-base = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	libcolorer-devel = %{version}-%{release}
Obsoletes:	%{mklibname colorer 0 -d}

%description -n	%{develname}
Colorer take5 is a syntax highlighting and text parsing library, that provides
services of text parsing in host editor systems in real-time and transforming
results into colored text. Result information allows to search and build
outlined lists of functions, structures, and to search and indent programming
language constructions (brackets, paired tags). Colorer uses pure C++, XML, it
is fully portable and works on either win32/unix/mac platforms. Top level Java
language API is also available. 

This package contains the development files for the %{name} library.

%package	docs
Summary:	Documentation for Colorer take5
Group:		Development/C++

%description	docs
Colorer take5 is a syntax highlighting and text parsing library, that provides
services of text parsing in host editor systems in real-time and transforming
results into colored text. Result information allows to search and build
outlined lists of functions, structures, and to search and indent programming
language constructions (brackets, paired tags). Colorer uses pure C++, XML, it
is fully portable and works on either win32/unix/mac platforms. Top level Java
language API is also available. 

This package contains the documentation for Colorer take5.

%package	base
Summary:	Common files for Colorer take5
Group:		Text tools

%description	base
Colorer take5 is a syntax highlighting and text parsing library, that provides
services of text parsing in host editor systems in real-time and transforming
results into colored text. Result information allows to search and build
outlined lists of functions, structures, and to search and indent programming
language constructions (brackets, paired tags). Colorer uses pure C++, XML, it
is fully portable and works on either win32/unix/mac platforms. Top level Java
language API is also available. 

This package contains common files for Colorer take5.

%prep

%setup -q -c -n %{name}
%patch0 -p0
%patch1 -p0
%patch2 -p0

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%configure

%make RPM_OPT_FLAGS="%{optflags} -fpermissive -Wall -fPIC"

%install
rm -rf %{buildroot}

%makeinstall_std

ln -snf libcolorer.so.%{major} %{buildroot}%{_libdir}/libcolorer.so

rm -f %{buildroot}%{_datadir}/colorer/{LICENSE,README}

rm -rf installed_docs
mv %{buildroot}%{_datadir}/doc/colorer-take5 installed_docs

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%attr(0755,root,root) %{_bindir}/colorer

%files -n %{libname}
%defattr(-,root,root,-)
%doc LICENSE README
%attr(0755,root,root) %{_libdir}/libcolorer.so.%{major}

%files -n %{develname}
%defattr(-,root,root,-)
%{_includedir}/colorer
%{_libdir}/libcolorer.so
%{_datadir}/colorer/bin

%files docs
%defattr(-,root,root,-)
%doc installed_docs/*

%files base
%defattr(-,root,root,-)
%{_datadir}/colorer/catalog.xml
%{_datadir}/colorer/hrc
%{_datadir}/colorer/hrd



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0-0.beta5.5
+ Revision: cd015e0
- Automatic import for version 0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 669 |14cr|colorgcc-1.3.2-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GCC output colorizer
Name:		colorgcc
Version:	1.3.2
Release:	17
Source0:	%{name}-%{version}.tar.bz2
Patch0:		005_old_changes.patch
Patch1:		01_split_non_quoted.patch
Patch2:		02_stderr.patch
Patch3:		03_color_warnings.patch
Patch4:		04_g++_color.patch
Patch5:		05_console-colors.patch
Patch6:		06_use_distcc.patch
Patch7:		07_invalid_attr.patch
Patch8:		08_force_color_opt.patch 
Patch9:		09_color_warnings.patch
Patch10:	10_utf8_output.patch
Patch11:	colorgcc-1.3.2-handle-translated-output.patch
Patch12:	colorgcc-1.3.2-dont-use-unitialized-env-value.patch
# fix so that colorgcc wrapper will work with other wrappers such as ie.
# icecream, distcc & ccache
Patch13:	colorgcc-1.3.2-get-gcc-path-properly.patch
# magenta color is easier on the eyes than dark blue, especially when using a
# dark background
Patch14:	colorgcc-1.3.2-make-linenumber-magenta-colored.patch

License:	GPL
Group:		Development/C
Url:		http://www.schlueters.de/colorgcc.html
Requires:	gcc
Obsoletes:	gcc2.96-colorgcc
%rename		gcc-colorgcc
BuildArch:	noarch

%description
ColorGCC is a Perl wrapper to colorize the output of compilers with
warning and error messages matching the GCC output format.

This package is configured to run with the associated system compiler. If you
want to use it for another compiler (e.g. gcc 2.96), you may have to define
gccVersion: 2.96 and uncomment the respective compiler paths in
%{_sysconfdir}/colorgccrc for a system-wide effect, or in ~/.colorgccrc for
your user only.

%prep
%setup -q
%apply_patches

cat <<'EOF' > colorgcc.sh
case ":${PATH}:" in
    :: )
	PATH=%{_datadir}/%{name}
	export PATH
    ;;
    *:%{_datadir}/%{name}:* )
	: Already set
    ;;
    * )
	PATH=%{_datadir}/%{name}:$PATH
	export PATH
    ;;
esac
EOF

cat <<'EOF' > colorgcc.csh
if ( $?PATH ) then
    switch (:${PATH}:)
	case *":%{_datadir}/%{name}:"* :
		breaksw
	default :
		setenv PATH %{_datadir}/%{name}:$PATH
		breaksw
	endsw
else
   setenv PATH %{_datadir}/%{name}
endif
EOF

%build

%install
install -D -m 755 colorgcc     %{buildroot}%{_bindir}/colorgcc
install -D -m 644 colorgccrc   %{buildroot}%{_sysconfdir}/colorgccrc
install -D -m 644 colorgcc.sh  %{buildroot}%{_sysconfdir}/profile.d/90colorgcc.sh
install -D -m 644 colorgcc.csh %{buildroot}%{_sysconfdir}/profile.d/90colorgcc.csh

install -d %{buildroot}%{_datadir}/%{name}
ln -s ../../bin/colorgcc %{buildroot}%{_datadir}/%{name}/colorgcc
for i in gcc cc g++ c++ gfortran gcj; do
    ln -s colorgcc %{buildroot}%{_datadir}/%{name}/$i
done

%files
%doc COPYING CREDITS ChangeLog
%config(noreplace) %{_sysconfdir}/colorgccrc
%{_sysconfdir}/profile.d/*
%{_bindir}/colorgcc
%{_datadir}/colorgcc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-17
+ Revision: 3d43ed4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 670 |14cr|colorhug-client-0.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for the Hughski Colorimeter
Name:		colorhug-client
Version:	0.2.1
Release:	3
License:	GPLv2+
Group:		Graphics
Url:		http://www.hughski.com/
Source0:	http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
Patch0:		colorhug-client-0.2.1-colord-1.2.patch
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	docbook-to-man
BuildRequires:	docbook-utils
BuildRequires:	pkgconfig(colord)
BuildRequires:	pkgconfig(colord-gtk)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gusb)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(libsoup-2.4)

%description
The Hughski ColorHug colorimeter is a low cost open-source hardware
sensor used to calibrate screens.

This package includes the client tools which allows the user to upgrade
the firmware on the sensor or to access the sensor from command line
scripts.

%files -f %{name}.lang
%doc README AUTHORS NEWS COPYING
%{_bindir}/colorhug*
%{_datadir}/%{name}
%{_datadir}/help/*/%{name}/
%{_libexecdir}/colorhug*
%{_datadir}/appdata/colorhug-*.appdata.xml
%{_datadir}/applications/*.desktop
%{_mandir}/man1/*.1*
%config %{_sysconfdir}/bash_completion.d/*-completion.bash
%{_datadir}/glib-2.0/schemas/com.hughski.colorhug-client.gschema.xml
%{_iconsdir}/hicolor/*/apps/*
%{_iconsdir}/hicolor/*/mimetypes/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-3
+ Revision: c1be4ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 671 |14cr|colorize-0.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		colorize
Version:	0.3.4
Release:	2
License:	GPLv2+
Group:		Text tools
URL:		http://www.solbu.net/hoved/english/software.htm
Source0:	http://www.solbu.net/progs/%{name}-%{version}.tar.gz
Summary:	Colorized output from tail, like your log files
BuildArch:	noarch
Requires:	perl

%description
This is a perl script, made by Istvan Karaszi, to colorize' your logs.
You can use your own colors, you can simply modify your configuration file 
in your home directory ($HOME), or system-wide (/etc/colorizerc).

%prep
%setup -q

%build

%install
install -m644 %{name}.1.gz -D %{buildroot}%{_mandir}/man1/%{name}.1.gz
install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}
install -m644 %{name}rc -D %{buildroot}%{_sysconfdir}/%{name}rc

%files
%doc README THANKS TIPS TODO examples changelog.gz
%config(noreplace) %{_sysconfdir}/%{name}rc
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.4-2
+ Revision: 004d7f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 672 |14cr|colorprompt-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name colorprompt
%define version 0.1
%define release 4
%define profilefile 92user-color.sh

Summary: Make the user prompt in bash different colors depending on your user
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{profilefile}
License: BSD
Group: Shells
Url: http://colin.guthr.ie/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
A little bash profile extension to color your user prompt appropriately.
It will make regular logins green and root logins red.

%prep

%build

%install
rm -rf %{buildroot}
install -D -m 0644 %SOURCE0 %{buildroot}%{_sysconfdir}/profile.d/%{profilefile}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_sysconfdir}/profile.d/%{profilefile}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 42b2c65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 673 |14cr|colortail-0.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	A colorised tail with configuration files
Name:		colortail
Version:	0.3.3
Release:	2
URL:		http://joakimandersson.se/projects/colortail/
Source:		%{name}-%{version}.tar.gz
License:	GPLv2+
Group:		Monitoring
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	automake autoconf 

%description
Colortail is a log colorizer make log checking easier. 
It works like tail but can read one or more configuration files. 
In which it's specified which patterns result in which colors. 

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall
install -d %{buildroot}/%{_sysconfdir}/%{name}
install -m 0644 example-conf/conf* %{buildroot}/%{_sysconfdir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc INSTALL README AUTHORS ChangeLog BUGS TODO
%attr(0755,root,root) %dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-2
+ Revision: 0c968fa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 674 |14cr|comex-0.1.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:   Console interface for comex project
Name:      comex
Version:   0.1.6.1
Release:   2
License:   GPLv2
#ExcludeArch: ppc64
Group:     Text tools
Source:    http://comex-project.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL:       http://comex-project.googlecode.com/
BuildArch: noarch
# don't generate debug file because is empty
# % define debug_package %{nil}

BuildRequires: mono
BuildRequires: log4net-devel
BuildRequires: comex-base-devel >= 0.1.8.5
BuildRequires: pkgconfig

Requires: mono
Requires: log4net
Requires: comex-base >= 0.1.8.5

%description
Is console interface of a simple application that can be used to exchange
data with smartcards using PC/SC standard readers or smartmouse
phoenix serial reader.


%prep
%setup -q


%build
%configure2_5x --libdir=%_prefix/lib 
%make

%install
rm -fr %{buildroot}
%makeinstall_std


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc copying.gpl comex/readme.txt
%{_bindir}/%{name}
%_prefix/lib/%{name}/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.6.1-2
+ Revision: 83f83bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 675 |14cr|comex-base-0.1.8.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:   Base component for comex project
Name:      comex-base
Version:   0.1.8.5
Release:   2
License:   GPLv2
#ExcludeArch: ppc64
Group:     Office
Source0:   http://comex-project.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:   mono.snk
#Source1:   https://raw.github.com/mono/mono/master/mcs/class/mono.snk
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL:       http://comex-project.googlecode.com/
BuildArch: noarch
# don't generate debug file because is empty
# % define debug_package %{nil}

BuildRequires: mono-devel
BuildRequires: log4net-devel
BuildRequires: pkgconfig

Requires: mono
Requires: log4net
Requires: pcsc-lite
Requires: libpcsclite1
# libpcsclite-devel required because contain /usr/lib/libpcsclite.so
# not contained in to libpcsclite1
#Requires: libpcsclite-devel


%description
Is base component of a simple application that can be used to exchange
data with smartcards using PC/SC standard readers or smartmouse
phoenix serial reader.

%package devel
Summary:	Base component for comex project
Group:		Development/Other
Requires:	%{name} = %{version}
Requires:	pkgconfig

%description devel
Is base component of a simple application that can be used to exchange
data with smartcards using PC/SC standard readers or smartmouse
phoenix serial reader.


%prep
%setup -q

%build
# Use the mono system key instead of generating our own here.
%if %mdvver >= 201100
  cp /etc/pki/mono/mono.snk comex-base/comex-base.snk
%else
  cp -f %{SOURCE1} comex-base/comex-base.snk
%endif
%configure2_5x --prefix=/usr --libdir=%_prefix/lib 
%make

%install
rm -fr %{buildroot}
mkdir -p %{buildroot}%{_datadir}/pkgconfig
%makeinstall_std linuxpkgconfigdir=%{_datadir}/pkgconfig
mkdir -p %{buildroot}%{_prefix}/lib/mono/gac/
gacutil -i %{buildroot}%{_prefix}/lib/%{name}/comex-base.dll \
        -f \
        -package %{name} \
        -root %{buildroot}%{_prefix}/lib/ \
        -gacdir %{buildroot}%{_prefix}/lib/mono/gac



%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc copying.gpl comex-base/Docs/readme
%_prefix/lib/mono/gac/comex-base/
%_prefix/lib/mono/comex-base
%_prefix/lib/%{name}/
%{_datadir}/%{name}/

%files devel
%defattr(-,root,root,-)
%{_datadir}/pkgconfig/%{name}.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8.5-2
+ Revision: da986aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 676 |14cr|comex-gtk-0.1.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:   GTK user interface for comex project
Name:      comex-gtk
Version:   0.1.6.2
Release:   2
License:   GPLv2
#ExcludeArch: ppc64
Group:     Office
Source:    http://comex-project.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL:       http://comex-project.googlecode.com/
BuildArch: noarch
# don't generate debug file because is empty
# % define debug_package %{nil}

BuildRequires: mono
BuildRequires: log4net-devel
BuildRequires: comex-base-devel >= 0.1.8.5
BuildRequires: gtk-sharp2-devel
BuildRequires: glade-sharp2
BuildRequires: pkgconfig

Requires: mono
Requires: log4net
Requires: comex-base >= 0.1.8.5
Requires: gtk-sharp2
Requires: glade-sharp2
Requires: glib-sharp2


%description
Is GTK user interface of a simple application that can be used to exchange
data with smartcards using PC/SC standard readers or smartmouse
phoenix serial reader.


%prep
%setup -q

%build
%configure2_5x --libdir=%_prefix/lib 
%make

%install
rm -fr %{buildroot}
%makeinstall_std


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc copying.gpl comex-gtk/readme
%{_bindir}/%{name}
%_prefix/lib/%{name}/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.6.2-2
+ Revision: b5c871b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 677 |14cr|comex-qt-0.1.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:   QT user interface for comex project
Name:      comex-qt
Version:   0.1.6.2
Release:   2
License:   GPLv2
#ExcludeArch: ppc64
Group:     Office
Source:    http://comex-project.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL:       http://comex-project.googlecode.com/
BuildArch: noarch
# don't generate debug file because is empty
# % define debug_package %{nil}

BuildRequires: mono
BuildRequires: log4net-devel
BuildRequires: comex-base-devel >= 0.1.8.5
BuildRequires: qyoto
BuildRequires: qyoto-devel
BuildRequires: pinentry-qt4
BuildRequires: pkgconfig

Requires: mono
Requires: log4net
Requires: comex-base >= 0.1.8.5
Requires: qyoto
Requires: qyoto-devel


%description
Is QT user interface of a simple application that can be used to exchange
data with smartcards using PC/SC standard readers or smartmouse
phoenix serial reader.


%prep
%setup -q

%build
%configure2_5x --libdir=%_prefix/lib 
%make

%install
rm -fr %{buildroot}
%makeinstall_std


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc copying.gpl comex-qt/readme
%{_bindir}/%{name}
%_prefix/lib/%{name}/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.6.2-2
+ Revision: ca80282
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 678 |14cr|comix-4.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Comic book viewer
Name:    comix
Version: 4.0.4
Release: 4
License: GPLv2+
Group:   Office
URL:     http://comix.sourceforge.net/
Source:  http://downloads.sourceforge.net/comix/%{name}-%{version}.tar.gz
Patch0:  comix-4.0.0-disable-update-mime-db.patch
Patch2:  comix-4.0.4-import-PIL-for-Image.patch

Buildarch: noarch
BuildRequires: python
BuildRequires: python-pillow
BuildRequires: jpeg-progs
BuildRequires: pygtk2.0
BuildRequires: desktop-file-utils
Requires: python
Requires: python-imaging
Requires: jpeg-progs
Requires: pygtk2.0


%description
Comix is a comic book viewer. It reads zip, rar, tar, tar.gz, and tar.bz2
archives (often called .cbz, .cbr and .cbt) as well as normal image files.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0
%patch2 -p1 -b .pil

%build

%install
%{__install} -d %{buildroot}%{_prefix}
python install.py install --dir %{buildroot}%{_prefix}

%find_lang %{name} --with-gnome

desktop-file-install --vendor='' \
	--dir %{buildroot}%{_datadir}/applications \
	--remove-category='Application' \
	--add-category='GNOME;GTK' \
	%{buildroot}%{_datadir}/applications/*.desktop

%post
%{update_desktop_database}
%{update_mime_database}

%postun
%{clean_desktop_database}
%{clean_mime_database}

%clean

%files -f %{name}.lang
%doc ChangeLog COPYING README
%{_bindir}/comicthumb
%{_bindir}/comix
%{_datadir}/comix
%{_mandir}/man1/*
%{_datadir}/applications/*comix.desktop
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/mime/packages/comix.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.4-4
+ Revision: df78fa7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 679 |14cr|commit-patch-2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		commit-patch
Version:	2.4
Release:	2
Summary:	A utility that lets you check select portions of a file into a VCS
License:	GPLv2
URL:		http://porkrind.org/commit-patch/
Group:		Text tools
Source:		http://porkrind.org/commit-patch/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

%description
Jim Radford and David Caldwell wrote a neat little utility that lets you check
in select portions of a file into Darcs, Git, CVS, Subversion, or Mercurial. It
comes as a command line app and also and emacs interface.

A blog entry (http://porkrind.org/missives/commit-patch-managing-your-mess)
about commit-patch provides some detailed information on why you might want to
use commit-patch.

commit-patch and commit-partial can make commiting partial changes easier with:
-darcs
-git
-mercurial
-cvs
-svn

commit-patch-buffer.el is an emacs interface to commit-patch. It allows you to
just hit C-c C-c in any patch buffer to apply and commit only the changes
indicated by the patch, regardless of the changes in your working directory. 

%prep
%setup -q

%install
rm -Rf %{buildroot}
install -d %{buildroot}/%{_bindir} %{buildroot}/%{_mandir}/man1/ %{buildroot}/%{_datadir}/emacs/site-lisp
install -m 755 %{name} %{buildroot}/%{_bindir}
install -m 644 %{name}.1 %{buildroot}/%{_mandir}/man1/
install -m 644 *.el %{buildroot}/%{_datadir}/emacs/site-lisp/
ln -s %{name} %{buildroot}/%{_bindir}/commit-partial
ln -s %{name}.1.%{_extension} %{buildroot}/%{_mandir}/man1/%{name}.1.%{_extension}

%clean
rm -Rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/commit-*
%{_mandir}/man1/commit-*.*
%{_datadir}/emacs/site-lisp/%{name}*.el



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-2
+ Revision: 9891dea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 680 |14cr|compcache-0.6.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Compcache provides the ability to use part of the RAM as compressed swap
Name:		compcache
Version:	0.6.2
Release:	8
License:	BSD and GPLv2+
Group:		System/Kernel and hardware
Url:		http://code.google.com/p/compcache/
Source0:	http://compcache.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	compcache.service
Source2:	compcache.sysconfig

%description
Compcache (compressed caching) provides the ability to use part of the RAM as
compressed swap. In other words, you can take a portion of your RAM (default
25%) and use it as swap, compressing the data before moving it into swap, and
decompressing it when moving it out of swap. This is a classic time-space
trade-off. You effectively get more memory, but some of it is slower than
normal RAM due to the CPU time required to compress and decompress the swapped
pages.

%files
%doc README Changelog
%{_unitdir}/%{name}*
%config %{_sysconfdir}/sysconfig/%{name}
%{_sbindir}/rzscontrol
%{_mandir}/man1/rzscontrol.1*

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q
install -m0755 %{SOURCE1} compcache.service
install -m0755 %{SOURCE2} compcache.sysconfig

%build
%make -C sub-projects/rzscontrol/

%install
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m755 compcache.service -D %{buildroot}%{_unitdir}/%{name}.service
install -m0755 compcache.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m0755 sub-projects/rzscontrol/rzscontrol %{buildroot}%{_sbindir}
install -m0755 sub-projects/rzscontrol/rzscontrol %{buildroot}%{_sbindir}
install -m0644 sub-projects/rzscontrol/man/rzscontrol.1 %{buildroot}%{_mandir}/man1


%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-8
+ Revision: 3a43c81
- Register service during installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 681 |14cr|compiz0.8-0.8.9-0.20130330.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'pkgconfig\\(compiz\\)'
%define __noautoprov 'pkgconfig(.*)'

%define oname compiz
%define oversion 0.8
%define git 20130330

%define major 8
%define libname %mklibname decoration %{major}
%define devname %mklibname -d decoration

%if %{git}
%define srcname core-%{oname}-%{oversion}.tar.bz2
%define distname core-%{oname}-%{oversion}
%define rel 0.%{git}.4
%else
%define srcname %{oname}-%{version}.tar.bz2
%define distname %{oname}-%{version}
%define rel 1
%endif


Name:		%{oname}%{oversion}
Version:	0.8.9
Release:	%{rel}
Summary:	OpenGL composite manager for Xgl and AIGLX
Group:		System/X11
License:	GPLv2+ and LGPLv2+ and MIT
Url:		http://www.compiz.org/
Source:		http://cgit.compiz.org/compiz/core/snapshot/%{srcname}
Source1:	compiz.defaults
Source2:	compiz-window-decorator
Source3:	kstylerc.xinit

# (cg) Using git to manage patches
# To recreate the structure
# git clone git://git.freedesktop.org/git/xorg/app/compiz
# git checkout compiz-0.8.0
# git checkout -b mdv-0.8.0-cherry-picks
# git am 00*.patch
# git checkout -b mdv-0.8.0-patches
# git am 05*.patch

# To apply new custom patches
# git checkout mdv-0.8.0-patches
# (do stuff)

# To apply new cherry-picks
# git checkout mdv-0.8.0-cherry-picks
# git cherry-pick <blah>
# git checkout mdv-0.8.0-patches
# git rebase mdv-0.8.0-cherry-picks

# Make sure we don't conflict with main Compiz
Patch0:		compiz0.8-0.8.9-soversion.patch

Patch1:		compiz0.8-0.8.9-kde4.10.patch
Patch2:		compiz0.8-0.8.9-kde4.11.patch

# Mandriva Patches
# git format-patch --start-number 500 mdv-0.8.0-cherry-picks..mdv-0.8.0-patches
Patch500:	0500-Fix-memory-leak-in-KDE3-window-decorator.patch
Patch501:	0501-Add-ROSA-graphic-to-the-top-of-the-cube.patch
Patch502:	0502-Use-our-compiz-window-decorator-script-as-the-defaul.patch
Patch503:	0503-Do-not-put-window-decorations-on-KDE-screensaver.patch
Patch504:	0504-Also-check-for-tfp-in-server-extensions.patch
Patch505:	0505-Fix-KDE3-linking-by-changing-the-directory-order.patch

BuildRequires:	x11-util-macros
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(fontconfig)

BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)

BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)

BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libmetacity-private)
BuildRequires:	pkgconfig(pango)

BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libgtop-2.0)

BuildRequires:	kdebase4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	kdelibs4-devel

BuildRequires:	pkgconfig(libbonoboui-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	libxslt-proc
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(libsvg-cairo)
BuildRequires:	pkgconfig(fuse)
# needed by autoreconf:
BuildRequires:	intltool

Requires(post): GConf2
Requires(preun): GConf2
Requires:	%{libname} = %{version}-%{release}
Requires:	compositing-wm-common >= 2012.1
Provides:	compositing-wm%{oversion} = %{version}-%{release}
Requires:	compiz-decorator%{oversion}
Conflicts:	%{oname} > 0.9

%description
Compiz is an OpenGL composite manager for Xgl and AIGLX.

#----------------------------------------------------------------------------

%package decorator-gtk
Summary:	GTK window decorator for compiz
Group:		System/X11
Provides:	compiz-decorator%{oversion} = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Conflicts:	%{oname}-decorator-gtk

%description decorator-gtk
This package provides a GTK window decorator for the compiz OpenGL
compositing manager.

#----------------------------------------------------------------------------

%package decorator-kde4
Summary:	KDE4 window decorator for compiz
Group:		System/X11
Provides:	compiz-decorator%{oversion} = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Conflicts:	%{oname}-decorator-kde4

%description decorator-kde4
This package provides a KDE4 window decorator for the compiz OpenGL
compositing manager.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for compiz
Group:		System/X11

%description -n %{libname}
This package provides shared libraries for compiz.

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for compiz
Group:		Development/X11
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	pkgconfig(gl)
Conflicts:	%{_lib}compiz-devel

%description -n %{devname}
This package provides development files for compiz.

#----------------------------------------------------------------------------

%prep
%setup -q -n %{distname}
%apply_patches

%build
%if %{git}
# This is a CVS snapshot, so we need to generate makefiles.
  sh autogen.sh -V
%else
# (Anssi 03/2008) Needed to get rid of RPATH=/usr/lib64 on lib64:
  autoreconf -i
# build fails without this:
  intltoolize --force
%endif

%configure2_5x \
  --disable-kde \
  --disable-gnome \
  --disable-static \
  --with-default-plugins=core,png,decoration,wobbly,fade,minimize,cube,rotate,zoom,scale,move,resize,place,switcher,screenshot,dbus

%make

%install
%makeinstall_std

install -m755 %{SOURCE2} %{buildroot}%{_bindir}/%{oname}-window-decorator
install -D -m644 %{SOURCE1} %{buildroot}%{_datadir}/compositing-wm/%{oname}.defaults
# Old, unneeded schemas
rm -f %{buildroot}%{_sysconfdir}/gconf/schemas/compiz-kconfig.schemas

%find_lang %{oname}

#----------------------------------------------------------------------------

%files -f %{oname}.lang
%{_bindir}/%{oname}
%{_bindir}/%{oname}-window-decorator
%{_libdir}/%{oname}/lib*.so
%{_sysconfdir}/gconf/schemas/*.schemas
%exclude %{_sysconfdir}/gconf/schemas/gwd.schemas
%dir %{_datadir}/%{oname}
%{_datadir}/%{oname}/*.png
%{_datadir}/%{oname}/*.xml
%{_datadir}/%{oname}/*.xslt
%{_datadir}/compositing-wm/%{oname}.defaults

%files decorator-gtk
%{_bindir}/gtk-window-decorator
%{_sysconfdir}/gconf/schemas/gwd.schemas

%files decorator-kde4
%{_bindir}/kde4-window-decorator

%files -n %{libname}
%{_libdir}/libdecoration.so.%{major}*

%files -n %{devname}
%{_includedir}/%{oname}/%{oname}*.h
%{_includedir}/%{oname}/decoration.h
%{_libdir}/libdecoration.so
%{_libdir}/pkgconfig/%{oname}*.pc
%{_libdir}/pkgconfig/libdecoration.pc


%changelog
* Wed Feb 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.9-0.20130330.4
+ Revision: e7a248d
- LOG Add patch to fix build with KDE 4.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 682 |14cr|compiz0.8-bcop-0.8.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname compiz-bcop
%define shortname bcop

Name:		compiz0.8-bcop
Version:	0.8.8
Release:	2
Summary:	BCOP: Compiz Fusion plugin build utility
Group:		System/X11
License:	GPLv2
URL:		http://www.compiz.org/
Source:		http://releases.compiz.org/components/%{oname}/%{oname}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libxslt)
Requires:	xsltproc
Conflicts:	compiz > 0.9
BuildArch:	noarch

%description
BCOP: Compiz Fusion plugin build utility.

%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/%{shortname}
%dir %{_datadir}/%{shortname}
%{_datadir}/%{shortname}/%{shortname}.xslt
%{_datadir}/pkgconfig/%{shortname}.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.8-2
+ Revision: 8c9b6d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 683 |14cr|compiz-fusion-2012.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		compiz-fusion
Version:	2012.1
Release:	5
Summary:	Compiz Fusion OpenGL compositing manager
License:	GPLv2
Group:		System/X11
URL:		http://www.compiz.org/
Source0:	%{name}
Source1:	%{name}.defaults
Requires:	compiz0.8
Requires:	ccsm0.8
Requires:	compiz-fusion-plugins-main
Conflicts:	compiz > 0.9
BuildArch:	noarch

%description
Compiz Fusion is a set of applications based on the compiz OpenGL
compositing manager.

It uses the ccp configuration backend, contains additional compiz
plugins, and provides the ccsm configuration interface.

This package provides some helper scripts and contains the necessary
dependancies to pull in the relevent required packages.

%prep
%setup -q -T -c

%build

%install
install -d %{buildroot}%{_bindir}
install -m755 %{SOURCE0} %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/compositing-wm
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/compositing-wm

%files
%{_bindir}/%{name}
%{_datadir}/compositing-wm/%{name}.defaults


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2012.1-5
+ Revision: b1ca50c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 684 |14cr|compiz-fusion-plugins-extra-0.8.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define __noautoprov 'pkgconfig(.*)'
%define __noautoreq 'pkgconfig\\(compiz\\)'

%define oname compiz-plugins-extra

Summary:	Compiz Fusion Main Plugin Set for compiz
Name:		compiz-fusion-plugins-extra
Version:	0.8.8
Release:	2
License:	GPLv2
Group:		System/X11
URL:		http://www.compiz.org/
Source0:	http://releases.compiz.org/components/plugins-extra/%{oname}-%{version}.tar.bz2
Patch0:		compiz-plugins-extra-0.8.8-libnotify0.7.patch
BuildRequires:	intltool
BuildRequires:	compiz0.8-bcop
BuildRequires:	compiz0.8-devel
BuildRequires:	compiz-fusion-plugins-main-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(pango)
Requires:	compiz0.8

%description
This is the main plugin set from the Compiz Fusion community.

This is a combination of the Compiz Extras and Beryl communities.

%files -f %{oname}.lang
%{_libdir}/compiz/lib*.so
%{_datadir}/compiz/*.xml
%{_datadir}/compiz/*.png

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Compiz Fusion Extra Plugin Set for compiz
Group:		Development/X11
Conflicts:	compiz-devel > 0.9
Requires:	compiz0.8-devel

%description devel
Development files for Compiz Fusion Extra Plugin Set for compiz.

%files devel
%{_includedir}/compiz/*.h
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p0

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{oname}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.8-2
+ Revision: cac6de7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 685 |14cr|compiz-fusion-plugins-main-0.8.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'pkgconfig(.*)'
%define __noautoreq 'pkgconfig\\(compiz\\)'

%define oname compiz-plugins-main

Name:		compiz-fusion-plugins-main
Version:	0.8.8
Release:	3
Summary:	Compiz Fusion Main Plugin Set for compiz
License:	GPLv2
Group:		System/X11
URL:		http://www.compiz.org/
Source0:	http://releases.compiz.org/components/plugins-main/%{oname}-%{version}.tar.bz2
Patch1:		0001-Use-appropriate-animation-for-screenlets.patch
Patch2:		0002-Use-a-more-Mandriva-y-blue-for-expo.patch
# From Debian and Fedora
Patch3:		compiz-plugins-main_fix_edges.patch
BuildRequires:	intltool
BuildRequires:	compiz0.8-bcop
BuildRequires:	compiz0.8-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(pango)
Requires:	compiz0.8
Conflicts:	compiz > 0.9

%description
This is the main plugin set from the Compiz Fusion community.

This is a combination of the Compiz Extras and Beryl communities

%files -f %{oname}.lang
%{_libdir}/compiz/lib*.so
%{_datadir}/compiz/*.xml
%dir %{_datadir}/compiz/filters
%{_datadir}/compiz/filters/*
%{_datadir}/compiz/*/*.png

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Compiz Fusion Main Plugin Set for compiz
Group:		Development/X11
Requires:	compiz0.8-devel
Conflicts:	compiz-devel > 0.9

%description devel
Development files for Compiz Fusion Main Plugin Set for compiz

%files devel
%{_includedir}/compiz/*.h
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{oname}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.8-3
+ Revision: b7a10a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 686 |14cr|compton-0.2-20131109d897740.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrel d897740

Name:           compton
Version:        0.2
Release:        20131109%{gitrel}.2
Summary:        Compositor for X
Group:		System/X11
License:        MIT
URL:            https://github.com/chjj/%{name}

# The source for this package was pulled from upstream's vcs.  Use the
# following command to generate the tarball:
# wget -O chjj-compton-d897740.tar.gz --no-check-certificate --content-disposition http://github.com/chjj/compton/tarball/d897740

Source0:        chjj-compton-%{gitrel}.tar.gz

BuildRequires:  asciidoc
BuildRequires:	pkgconfig(libconfig)
BuildRequires:  pkgconfig(libdrm)
BuildRequires:  pkgconfig(gl)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	xsltproc

Requires:		xprop
Requires:		xwininfo

%description
Compton is a compositor for X, and a fork of xcompmgr-dana.

%prep
%setup -q -n chjj-compton-%{gitrel}

%build
CFLAGS="%{optflags}" make
make docs

%install
%make_install
rm -f %{buildroot}%{_datadir}/applications/compton.desktop


%files
%doc LICENSE README.md
%{_bindir}/%{name}
%{_bindir}/%{name}-trans
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man1/%{name}-trans.1.*
#{_datadir}/applications/compton.desktop

%changelog
* Wed Dec 18 2013 Alexander Kazancev <kazancas@gmail.com> 0.2-20131109d897740.2
+ Revision: fa2fe3e
- Delete desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 687 |14cr|compton-conf-0.1-20131109aaecf43.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrel aaecf43

Name:           compton-conf
Version:        0.1
Release:        20131109%{gitrel}.4
Summary:        Compositor for X
Group:		System/X11
License:        MIT
URL:            https://github.com/lxde/compton-conf

# The source for this package was pulled from upstream's vcs.  Use the
# following command to generate the tarball:
# wget -O chjj-compton-d897740.tar.gz --no-check-certificate --content-disposition http://github.com/chjj/compton/tarball/d897740

Source0:        lxde-%{name}-%{gitrel}.tar.gz
Source1:	compton-conf.desktop
Patch0:		rosa-lxde-config.patch

BuildRequires:  qt4-devel
BuildRequires:	pkgconfig(libconfig)
BuildRequires:	cmake
BuildRequires:  pkgconfig

Requires:	compton

%description
This is lxde configure tools for Compton - compositor for X.

%prep
%setup -q -n lxde-%{name}-%{gitrel}
%apply_patches

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build
install -d %{buildroot}%{_datadir}/applications/
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%{_bindir}/%{name}
%{_datadir}/%{name}/compton.conf.example
%{_datadir}/applications/%{name}.desktop
%changelog
* Sat Nov 09 2013 akdengi <kazancas@mandriva.ru> 0.1-20131109aaecf43.4
+ Revision: 4423a03
- Set opacity to menu on 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 688 |14cr|comsat-0.17-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/

Summary:	A mail checker client and comsat mail checking server
Name:		comsat
Version:	0.17
Release:	13
License:	BSD
Group:		Networking/Mail
Url:		http://freshmeat.net/projects/netkit/
Source0:	ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/biff+comsat-%{version}.tar.bz2
Source1:	%{name}-xinetd
Patch0:		biff+comsat-0.10-nobr.patch
Patch1:		biff+comsat-0.17-no-strip.patch
Requires:	xinetd
Provides:	biff = %{EVRD}

%description
The biff client and comsat server are an antiquated method of
asynchronous mail notification.  Although they are still supported, most
users use their shell's MAIL variable (or csh shell's mail variable) to
check for mail, or a dedicated application like xbiff or xmailbox.  If
the comsat service is not enabled, biff won't work and you'll need to use
either the MAIL or mail variable.

You may want to install biff if you'd like to be notified when mail
arrives. However, you should probably check out the more modern
methodologies of mail notification (xbiff or xmailbox) instead.

%files
%{_bindir}/biff
%{_sbindir}/in.comsat
%config(noreplace) %{_sysconfdir}/xinetd.d/comsat
%{_mandir}/man[18]/*

#----------------------------------------------------------------------------

%prep
%setup -q -n biff+comsat-%{version}
%patch1 -p1
%patch0 -p1

%build
sh configure --with-c-compiler=gcc

perl -pi -e '
    s,^CC=.*$,CC=cc,;
    s,^BINDIR=.*$,BINDIR=%{_bindir},;
    s,^MANDIR=.*$,MANDIR=%{_mandir},;
    s,^SBINDIR=.*$,SBINDIR=%{_sbindir},;
    ' MCONFIG

sed s/"-O2"/"%{optflags}"/g -i MCONFIG

%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_mandir}/man8

make install INSTALLROOT=%{buildroot} MANDIR=%{_mandir}

rm %{buildroot}%{_mandir}/man8/comsat.8
ln -s in.comsat.8.bz2 %{buildroot}%{_mandir}/man8/comsat.8.bz2

install -D -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xinetd.d/comsat


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17-13
+ Revision: a10e209
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 689 |14cr|concordance-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	3
%define libname	%mklibname concord %major
%define devname	%mklibname concord -d 

Summary:	Command-line Logitech Harmony remote programmer
Name:		concordance
Version:	1.0
Release:	2
License:	GPLv3+
URL:		http://www.phildev.net/harmony/
Source:		http://downloads.sourceforge.net/concordance/concordance-%{version}.tar.bz2
Patch0:		concordance-mime.patch
Patch1:		consnoop-includes.patch
Patch2:		concordance-1.0-automake.patch
Group:          System/Configuration/Hardware
BuildRequires:  pkgconfig(libusb)
BuildRequires:  pkgconfig(python)
BuildRequires:	swig
BuildRequires:	perl-devel
BuildRequires:	zziplib-devel

%description
This command-line software allows you to program your Logitech Harmony
remote using a configuration object retrieved from the Harmony website.

%package -n libconcord-common
Summary:	Common files of libconcord

Group:		System/Libraries

%description -n libconcord-common
Common files required by Logitech Harmony remote programmer library.

%package -n %libname
Summary:	System library of libconcord

Group:		System/Libraries
Requires:	libconcord-common >= %{version}-%{release}

%description -n %libname
Logitech Harmony remote programmer library for applications that use it.

%package -n %devname
Summary:	Development headers for libconcord

Group:		Development/C
Requires:	%libname = %{version}
Provides:	concord-devel = %{version}-%{release}

%description -n %devname
Development headers for developing applications that use libconcord, a
Logitech Harmony remote programmer library.

%package -n perl-concord
Summary:	Perl bindings for libconcord

Group:		Development/Perl

%description -n perl-concord
Perl bindings for libconcord, a Logitech Harmony remote programmer
library.

%package -n python-libconcord
Summary:	Python bindings for libconcord

Group:		Development/Python
Requires:	%libname

%description -n python-libconcord
Python bindings for libconcord, a Logitech Harmony remote programmer
library.

%prep
%setup -q
%apply_patches

%build
cd libconcord
# patch0
autoreconf -fi
%configure2_5x --disable-static --disable-mime-update
%make
%make udev
cd bindings/perl
swig -perl5 concord.i
%{__perl} Makefile.PL INSTALLDIRS=vendor INC=-I../..
%make OTHERLDFLAGS="-L../../.libs" LDLOADLIBS="-lconcord"
cd ../../..
cd concordance
%configure2_5x CPPFLAGS=-I../libconcord LDFLAGS="%{?ldflags} -L../libconcord/.libs"
%make
cd ..
cd consnoop
%make CXXFLAGS="%{optflags} %{?ldflags}"

%install
%makeinstall_std -C libconcord \
	install_udev UDEVROOT=/
#
%makeinstall_std -C libconcord/bindings/perl
%makeinstall_std -C concordance

pushd libconcord/bindings/python
python setup.py install --root=%{buildroot}
popd

# useful or not? include for now:
install -m755 consnoop/consnoop %{buildroot}%{_bindir}

%post -n libconcord-common
# apply new/updated rules
/sbin/udevadm trigger --subsystem-match=usb --attr-match=idVendor=046d --attr-match=idProduct="c1*"
/sbin/udevadm trigger --subsystem-match=usb --attr-match=idVendor=0400 --attr-match=idProduct="c359"

%files
%doc concordance/README
%doc Changelog
%{_bindir}/concordance
%{_mandir}/man1/concordance*

%files -n libconcord-common
%{_udevrulesdir}/80-libconcord-usbnet.rules
%{_udevrulesdir}/60-libconcord.rules
/lib/udev/start_concordance_dhcpd.sh
/lib/udev/start_concordance_dhcpd_wrapper.sh
%{_datadir}/mime/packages/libconcord.xml

%files -n %{libname}
%{_libdir}/libconcord.so.%{major}*

%files -n %{devname}
%doc libconcord/README
%{_bindir}/consnoop
%{_libdir}/libconcord.so
%{_includedir}/libconcord.h

%files -n perl-concord
%{perl_vendorarch}/concord.pm
%{perl_vendorarch}/auto/concord

%files -n python-libconcord
%{py_puresitedir}/libconcord*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 7dad2c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 690 |14cr|conduit-0.3.17-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Synchronization solution for GNOME
Name:		conduit
Version:	0.3.17
Release:	5
License:	GPLv2+
Group:		Communications
Url:		http://www.conduit-project.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/conduit/0.3/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	python-dbus
BuildRequires:	python-pygoocanvas
BuildRequires:	python-vobject
BuildRequires:	perl-XML-Parser
BuildRequires:	rarian
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(pygtk-2.0)
Requires:	gnome-python-desktop
Requires:	gnome-python-gconf
Requires:	python-gdata
Requires:	python-gobject
Requires:	python-pygoocanvas
Requires:	python-pyxml
Requires:	python-vobject
Requires:	python-webkitgtk
Suggests:	avahi-python
Suggests:	gnome-python-evolution
Suggests:	python-gpod
Suggests:	python-feedparser
Suggests:	python-twisted
Suggests:	ffmpeg
Suggests:	mencoder
BuildArch:	noarch

%description
Conduit is a synchronization solution for GNOME which allows the user
to take their emails, files, bookmarks, and any other type of personal
information and synchronize that data with another computer, an online
service, or even another electronic device.

Conduit manages the synchronization and conversion of data into other
formats. For example, conduit allows you to synchronize your tomboy 
notes to a file on a remote computer, synchronize your emails to your
mobile phone, synchronize your bookmarks to delicious, gmail, or even
your own webserver, and more.

%files -f %{name}.lang
%doc AUTHORS NEWS README TODO
%{_bindir}/%{name}
%{_bindir}/%{name}-client
%{py_puresitedir}/%{name}
%{_prefix}/lib/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/dbus-1/services/org.%{name}.service
%{_iconsdir}/hicolor/*/*/*.png
%{_iconsdir}/hicolor/*/*/*.svg
%{_datadir}/gnome/help/%{name}
%{_datadir}/omf/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

# install plugins to /usr/lib regardless of arch: they are arch-independent
perl -pi -e 's,\$\(libdir\)/conduit,\$\(exec_prefix\)/lib/conduit,g' conduit/modules/Makefile.am
perl -pi -e 's,\$\(libdir\)/conduit,\$\(exec_prefix\)/lib/conduit,g' conduit/modules/*/Makefile.am
perl -pi -e 's,\$\(libdir\)/conduit,\$\(exec_prefix\)/lib/conduit,g' conduit/modules/*/*/Makefile.am

# install pkgconfig file to /usr/share/pkgconfig instead of libdir/pkgconfig
perl -pi -e 's,\$\(libdir\)/pkgconfig,\$\(datadir\)/pkgconfig,g' data/Makefile.am

# ...and correct the paths in it to match the changes we made above
perl -pi -e 's.MODULEDIR, \$libdir.MODULEDIR, \$exec_prefix/lib.g' configure.ac

# correct start_conduit.py for the changes made above
perl -pi -e 's.LIBDIR, \$libdir.LIBDIR, \$exec_prefix/lib.g' configure.ac

%build
# redefinition of ACLOCAL is needed because conduit ships its own
# Awsum Hax0reD .m4 files and a normal aclocal uses the standard ones
# and breaks build. - AdamW 2007/10
ACLOCAL="aclocal -I ./m4" autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std
# The whole .real bit is only needed for Firefox, and we use Webkit...
# - AdamW 2008/09
mv -f %{buildroot}%{_bindir}/%{name}.real %{buildroot}%{_bindir}/%{name}

# Causes -devel dependencies if present, and isn't really useful as
# there's nothing that builds against Conduit. Will re-introduce in a
# -devel package if it becomes useful in future. - AdamW 2008/03
rm -f %{buildroot}%{_datadir}/pkgconfig/%{name}.pc

%find_lang %{name}


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 0.3.17-5
+ Revision: 055701b
- Use autoreconf -fi



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 691 |14cr|cone-0.90-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mail reader
Name:		cone
Version:	0.90
Release:	4
License:	GPLv2+
Group:		Networking/Mail
Url:		http://www.courier-mta.org/cone
Source0:	http://prdownloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
Source1:	http://prdownloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2.sig
BuildRequires:	autoconf2.5
BuildRequires:	aspell-devel
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
CONE is a simple, text-based E-mail reader and writer.

%files
%doc ABOUT-NLS ChangeLog README NEWS AUTHORS COPYING* cone/html
%attr(644,root,root) %{_sysconfdir}/cone.dist
%ghost %attr(0644,root,root) %{_sysconfdir}/cone
%attr(0755,root,root) %{_bindir}/cone
%attr(0755,root,root) %{_bindir}/leaf
%attr(0755,root,root) %{_bindir}/mailtool
%attr(0755,root,root) %{_libdir}/cone
%{_datadir}/cone
%{_mandir}/man1/*

%preun
if [ "$1" = 0 ]; then
    mv %{_sysconfdir}/cone %{_sysconfdir}/cone.rpmsave
fi

%pre
if [ "$1" = 1 -a -f %{_sysconfdir}/cone.rpmsave -a ! -f %{_sysconfdir}/cone ]; then
    mv %{_sysconfdir}/cone.rpmsave %{_sysconfdir}/cone
fi

%post
perl %{_datadir}/cone/cone.sysconftool %{_sysconfdir}/cone.dist > /dev/null

#----------------------------------------------------------------------------

%package	devel
Summary:	LibMAIL mail client development library
Group:		Development/C++

%description	devel
The %{name}-devel package the header files and library files for
developing application using LibMAIL - a high level, C++ OO
library for mail clients.

%files devel
%{_libdir}/*.a
%{_mandir}/man[35]/*
%{_includedir}/libmail

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-shared \
	--enable-static \
	--enable-fast-install \
	--with-devel
%make

%install
%makeinstall_std
install sysconftool %{buildroot}%{_datadir}/cone/cone.sysconftool
touch %{buildroot}%{_sysconfdir}/cone

pushd %{buildroot}%{_datadir}/cone
    for i in *.html; do
	ln -snf ../doc/%{name}/html/$i $i
    done
popd

# install missing files
install -m755 libmail/mailtool %{buildroot}%{_bindir}/mailtool
install -m644 help.txt %{buildroot}%{_datadir}/cone/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90-4
+ Revision: f351c03
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 692 |14cr|conectivator-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A set of aliases for Conectiva users
Name:		conectivator
Version:	0.2
Release:	7
License:	GPLv2+
Group:		Shells
Source0:	conectivator-profile.sh
Requires:	bash
Buildarch:	noarch

%files
%{_sysconfdir}/profile.d/conectivator.sh

#----------------------------------------------------------------------------

%description
This package provides a set of aliases for users familiar with Conectiva Linux.
Back are:
- l
- tm
- tmm
- tms
- cds

%install
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
install -m 0755 %{SOURCE0} %{buildroot}%{_sysconfdir}/profile.d/conectivator.sh


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: 423477f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 693 |14cr|configure-thinkpad-0.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	configure-thinkpad
%define ver 	0.9
%define rel	%mkrel 6

Name:		%{name}
Version:	%{ver}
Release:	%{rel}
Summary:	Utility to configure IBM Thinkpad behaviour
URL:		http://tpctl.sourceforge.net/configure-thinkpad.html
License:	GPL
Group:		System/Configuration/Hardware
Source:		http://prdownloads.sourceforge.net/tpctl/%{name}-%{version}.tar.bz2
Patch0:		configure-thinkpad-fix-desktop-entry.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
BuildRequires:	libgnomeui2-devel
BuildRequires:	imagemagick desktop-file-utils

%description
Utility to configure IBM Thinkpad behaviour.

Currently, mainly power management features are supported.

%prep
%setup -q
%patch0 -p0

%build
%configure
%make

%install
rm -Rf %{buildroot}
%makeinstall_std


desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Settings;HardwareSettings" \
  --add-category="X-MandrivaLinux-System-Configuration-Hardware" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

mkdir -p %{buildroot}/{%{_miconsdir},%{_liconsdir}}
convert -resize 48x48 pixmaps/gnome-laptop.png %{buildroot}/%{_liconsdir}/%{name}.png
convert -resize 32x32 pixmaps/gnome-laptop.png %{buildroot}/%{_iconsdir}/%{name}.png
convert -resize 16x16 pixmaps/gnome-laptop.png %{buildroot}/%{_miconsdir}/%{name}.png

%clean
rm -rf %{buildroot}

%post
%if %mdkversion < 200900
%update_menus
%endif

modulesconf=/etc/modules.conf
if ! `grep -q "/dev/thinkpad" $modulesconf` ; then
        echo "adding entry for /dev/thinkpad/* to your $modulesconf"
        cat >> $modulesconf << EOF
#Added by %{name} to autoload thinkpad drivers
#path[thinkpad]=/lib/modules/`uname -r`/thinkpad
#options thinkpad enable_smapi=1 enable_superio=1 enable_rtcmosram=1 enable_thinkpadpm=1
alias char-major-10-170 thinkpad
alias /dev/thinkpad thinkpad
alias /dev/thinkpad/thinkpad thinkpad
alias /dev/thinkpad/smapi smapi
alias /dev/thinkpad/superio superio
alias /dev/thinkpad/rtcmosram rtcmosram
alias /dev/thinkpad/thinkpadpm thinkpadpm

EOF
fi

consoleperms=/etc/security/console.perms
if ! `grep -q "/dev/thinkpad" $consoleperms` ; then
        echo "adding entry for /dev/thinkpad/* to your $consoleperms"
        cat >> $consoleperms << EOF

# Added by %{name} to allow user access to thinkpad devices
<console>  0600 /dev/thinkpad/*   0600 root

EOF
fi

# We don't remove the additions to modules.conf and console.perms since
# some other package (ie tpctl) may want them ...

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop

%doc AUTHORS



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.9-6
+ Revision: 0f9a086
- Automatic import for version 0.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 694 |14cr|configure-trackpoint-0.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		configure-trackpoint
Version:	0.6
Release:	7
Summary:	TrackPoint configuration tool
URL:		http://tpctl.sourceforge.net/configure-trackpoint.html
License:	GPL
Group:		System/Configuration/Hardware
Source:		http://prdownloads.sourceforge.net/tpctl/%{name}-%{version}.tar.bz2
Source1:	trackpoint.init
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	imagemagick desktop-file-utils
Requires:	rpm-helper

%description
Configure-trackpoint is a Gnome TrackPoint configuration tool, which
provides a friendly and descriptive interface to configure various
TrackPoint device's parameters.

%prep
%setup -q

%build
%configure
%make
# the Icon tag shouldn't have an extension, desktop-* complains
sed -i~ -e '/^Icon/s/\.png//' configure-trackpoint.desktop

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
# default provided config is useless and very likely bad (wrong device)
# the user must run the app and save settings to get a working config
cat <<FIN >%{buildroot}/%{_sysconfdir}/trackpoint/trackpoint.conf
# This file is manipulated by the configure-trackpoint program, and sourced
# by %{_initrddir}/trackpoint. Avoid hand editing, it is not guaranteed
# to work as expected.

FIN
rm -rf %{buildroot}/{%{_sysconfdir}/init.d,%{_initrddir}/trackpoint}
cp -p %{SOURCE1} %{buildroot}/%{_initrddir}/trackpoint


desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="SystemSetup" \
  --add-category="Settings;HardwareSettings" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

mkdir -p %{buildroot}/{%{_miconsdir},%{_liconsdir}}
convert -resize 48x48 pixmaps/trackpoint.png %{buildroot}/%{_liconsdir}/%{name}.png
convert -resize 32x32 pixmaps/trackpoint.png %{buildroot}/%{_iconsdir}/%{name}.png
convert -resize 16x16 pixmaps/trackpoint.png %{buildroot}/%{_miconsdir}/%{name}.png

%clean
rm -rf $RPM_BUILD_ROOT

%post
%_post_service trackpoint
%if %mdkversion < 200900
%update_menus
%endif

consoleperms=/etc/security/console.perms
if ! `grep -q "/proc/trackpoint/" $consoleperms` ; then
        echo "adding entry for /proc/trackpoint/* to your $consoleperms"
        cat >> $consoleperms << EOF

# Added by %{name} to allow user access to /proc/trackpoint
<console>  0600 /proc/trackpoint/* 0600 root
EOF
fi

%preun
%_preun_service trackpoint

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/*.desktop
%{_initrddir}/trackpoint
%config(noreplace) %{_sysconfdir}/trackpoint/trackpoint.conf




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-7
+ Revision: 428f72b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 695 |14cr|conglomerate-0.9.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A structural XML document editor
Name:		conglomerate
Version:	0.9.1
Release:	12
License:	GPLv2+
Group:		Editors
URL:		http://www.conglomerate.org/
Source:		http://prdownloads.sourceforge.net/conglomerate/%{name}-%{version}.tar.bz2
Source1:	%{name}-48.png
Patch:		conglomerate-0.9.1-format-strings.patch
BuildRequires:	gtksourceview-devel >= 0.6
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	libglade2.0-devel >= 2.0.0
BuildRequires:	enchant-devel
BuildRequires:	scrollkeeper
BuildRequires:	gtk-doc
BuildRequires:	perl-XML-Parser
BuildRequires:	desktop-file-utils
#BuildRequires:	automake1.4
Requires(post): scrollkeeper desktop-file-utils
Requires(postun): scrollkeeper desktop-file-utils

%description
Conglomerate is an XML editor for GNOME, aiming to be as user-friendly as
possible, to help non-technical people to use DocBook and similar formats.


%prep
%setup -q
%patch -p1

%build
%configure2_5x
%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

# menu entry
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-MoreApplications-Editors" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


install -D pixmaps/conglomerate-icon-16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png
install -D pixmaps/conglomerate-icon-32.png %{buildroot}%{_iconsdir}/%{name}.png

%{find_lang} %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%name.desktop
%{_datadir}/application-registry/*.applications
%{_datadir}/mime-info/*
#%dir %{_datadir}/omf/%name
#%{_datadir}/omf/%name/%name-C.omf
%{_datadir}/pixmaps/*
%{_datadir}/gtk-doc/html/%name
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_sysconfdir}/gconf/schemas/%{name}.schemas



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-12
+ Revision: 3ae4787
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 696 |14cr|congruity-18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Logitech Harmony remote programmer GUI

Name:		congruity
Version:	18
Release:	2
License:	GPLv3+
URL:		http://congruity.sourceforge.net/
Source:		http://sourceforge.net/projects/congruity/files/congruity/18/%{name}-%{version}.tar.bz2
Group:		System/Configuration/Hardware
Requires:	python-libconcord
Requires:	wxPythonGTK
BuildArch:	noarch

%description
This software allows you to program your Logitech Harmony universal
remote.

%prep
%setup -q

%install
%makeinstall_std RUN_UPDATE_DESKTOP_DB=0 PREFIX=%{_prefix}

install -d -m755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-harmony-www.desktop <<EOF
[Desktop Entry]
Name=Logitech Harmony configuration
Comment=Configure a Harmony remote
Exec=www-browser http://members.harmonyremote.com/
Type=Application
Icon=web_browser_section
Categories=Utility;Electronics;
StartupNotify=false
EOF

%files
%doc Changelog README.txt LICENSE.txt
%{_bindir}/congruity
%{_bindir}/mhgui
%{_datadir}/congruity
%{_datadir}/applications/congruity.desktop
%{_datadir}/applications/mandriva-harmony-www.desktop
%{_mandir}/man1/congruity*
%{_datadir}/applications/mhgui.desktop
%{_mandir}/man1/mhgui.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 18-2
+ Revision: eb65d6c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 697 |14cr|conky-1.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A lightweight system monitor
Name:		conky
Version:	1.9.0
Release:	4
License:	GPLv3+
Group:		Monitoring
Url:		http://conky.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/conky/conky/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	libxslt-proc
BuildRequires:	gettext-devel
BuildRequires:	libiw-devel
BuildRequires:	tolua++-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xft)

%description
Conky is a free, light-weight system monitor for X, that displays any
information on your desktop.

%files
%config(noreplace) %{_sysconfdir}/%{name}
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--enable-ibm \
	--enable-rss \
	--enable-wlan \
	--enable-imlib2 \
	--enable-lua-cairo \
	--enable-lua-imlib2

%make

%install
%makeinstall_std


%changelog
* Thu Sep 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.0-4
+ Revision: e8b8834
- Force lua 5.1, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 698 |14cr|conmen-0.3.020804-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#This is NOT a relocatable package
%define name conmen
%define version 0.3.020804
%define release 9

Summary:   Console menuscripts for Linux
Name:      %{name}
Version:   %{version}
Release:   %{release}
Source:    %{name}-%{version}.tar.bz2
License:   GPL
Group:     Shells
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:       http://home.wanadoo.nl/cchq/conmen/index.html
Requires:  dialog >= 0.9a Xdialog
BuildArchitectures: noarch

%description
These are menu scripts for the bash shell.
The program uses dialog and Xdialog.

%prep
  [ -n "${RPM_BUILD_ROOT}" -a "${RPM_BUILD_ROOT}" != / ] \
  && rm -rf ${RPM_BUILD_ROOT}/

%setup -q

%install
  mkdir -p ${RPM_BUILD_ROOT}/etc/conmen
  mkdir -p ${RPM_BUILD_ROOT}/usr/bin
  mkdir -p ${RPM_BUILD_ROOT}/usr/lib/conmen
#  mkdir -p ${RPM_BUILD_ROOT}%{_menudir}
  mkdir -p ${RPM_BUILD_ROOT}/var/lib/conmen

  cp conmen \
     cmcfg \
     cmcdrecording \
     cmdialup \
     cmfloppy \
     cmgames \
     cmgraphics \
     cmlog \
     cmm \
     cmmp3 \
     cmprint \
     cmrpm \
     cmsound \
     cmsystem \
     cmuser \
     ${RPM_BUILD_ROOT}/usr/bin

cp -r usr/lib/conmen ${RPM_BUILD_ROOT}/usr/lib

cp cmrc ${RPM_BUILD_ROOT}/etc/conmen

cd ${RPM_BUILD_ROOT}/usr/bin
ln -sf conmen cm

#cat << EOF > ${RPM_BUILD_ROOT}%{_menudir}/%{name}
#?package(conmen): needs="x11" section="Applications/Shells" title="ConMen" longtitle="ConMen is a menu shell" command="%{name}"
#?package(conmen): needs="x11" section="Documentation" title="Conmen Homepage" command="if ps U \$USER | grep -q \$BROWSER; then \$BROWSER -remote \'openURL(%{url})\'; else \$BROWSER \'%{url}\'; fi"
#?package(conmen): title="(Un)Mount CD-ROM" section="Configuration/Other" needs="x11" command="cmm cd"
#?package(conmen): title="(Un)Mount CD-RW" section="Configuration/Other" needs="x11" command="cmm cdr"
#?package(conmen): title="(Un)Mount Windows C:" section="Configuration/Other" needs="x11" command="cmm dosc"
#?package(conmen): title="(Un)Mount Windows D:" section="Configuration/Other" needs="x11" command="cmm dosd"
#?package(conmen): title="(Un)Mount DOS Floppy" section="Configuration/Other" needs="x11" command="cmm df"
#?package(conmen): title="(Un)Mount EXT2 Floppy" section="Configuration/Other" needs="x11" command="cmm e2f"
#EOF

#%post
#%update_menus

#%postun
#%clean_menus

%clean
  [ -n "${RPM_BUILD_ROOT}" -a "${RPM_BUILD_ROOT}" != / ] \
  && rm -rf ${RPM_BUILD_ROOT}/

%files
%defattr(-,root,root,755)
%doc AUTHORS BUGS ChangeLog COPYING README THANKS TODO
%config(noreplace) /etc/conmen/cmrc
/usr/bin/conmen
/usr/bin/cm
/usr/bin/cmcfg
/usr/bin/cmcdrecording
/usr/bin/cmdialup
/usr/bin/cmfloppy
/usr/bin/cmgames
/usr/bin/cmgraphics
/usr/bin/cmlog
/usr/bin/cmm
/usr/bin/cmmp3
/usr/bin/cmprint
/usr/bin/cmrpm
/usr/bin/cmsound
/usr/bin/cmsystem
/usr/bin/cmuser
/usr/lib/conmen/*[!~]
#%{_menudir}/%{name}
/var/lib/conmen




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.020804-9
+ Revision: 36fb545
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 699 |14cr|connect-1.97-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	connect
%define	version	1.97
%define release	3

Name:		%{name} 
Version:	%{version}
Release:	%{release} 
Summary:	Relaying command to make network connection via proxy
Source:		%{name}.tar.bz2
URL:		http://bent.latency.net/bent/git/goto-san-connect-1.85/src/connect.html
Group:		Networking/Other 
BuildRoot:	%{_tmppath}/%{name}-%{version}
License:	GPLv2

%description
Connect is the simple relaying command to make network connection 
via SOCKS and https proxy. It is mainly intended to be used as 
proxy command of OpenSSH. You can make SSH session beyond 
the firewall with this command,

Features of connect.c are:

 * Supports SOCKS (version 4/4a/5) and https CONNECT method.
 * Supports NO-AUTH and USERPASS authentication of SOCKS
 * Partially supports telnet proxy (experimental).
 * You can input password from tty, ssh-askpass or environment variable.
 * Run on UNIX or Windows platform.
 * You can compile with various C compiler (cc, gcc, Visual C, 
Borland C. etc.)
 * Simple and general program independent from OpenSSH.
 * You can also relay local socket stream instead of standard I/O.


%prep 
rm -rf %{buildroot}
%setup -q -n connect
# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build 
gcc connect.c -o %{name}

%install
install -m755 connect -D $RPM_BUILD_ROOT/%{_bindir}/%{name}

%clean 
rm -rf %{buildroot} 

%files
%defattr(-,root,root)
%{_bindir}/connect
%doc connect.html emacs-wiki.css




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.97-3
+ Revision: 9d50a67
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 700 |14cr|connman-1.25-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Connection Manager
Name:		connman
Version:	1.25
Release:	1
License:	GPLv2+
Group:		Networking/Other
Url:		https://01.org/connman
Source0:	http://www.kernel.org/pub/linux/network/%{name}/%{name}-%{version}.tar.xz
Patch0:		connman-1.25-service.patch
BuildRequires:	gtk-doc
BuildRequires:	dhcp-client
BuildRequires:	iptables-devel
BuildRequires:	ppp-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(udev)
BuildRequires:	openvpn openconnect vpnc
Requires:	openvpn openconnect vpnc
Requires:	dbus
Requires:	dhcp-client >= 3.0.2
Requires:	wpa_supplicant >= 0.5.7
Requires:	bluez

%description
Connection Manager provides a daemon for managing Internet connections
within embedded devices running the Linux operating system.

%files
%doc AUTHORS COPYING INSTALL ChangeLog NEWS README
%{_sbindir}/*
%dir %{_libdir}/%{name}/scripts/
%{_libdir}/%{name}/plugins/*.so
%{_libdir}/%{name}/plugins-vpn/*.so
%config %{_sysconfdir}/dbus-1/system.d/*.conf
%{_datadir}/dbus-1/system-services/net.connman.vpn.service
%{_datadir}/dbus-1/system-services/org.moblin.connman.service
%{_datadir}/polkit-1/actions/net.connman.policy
%{_datadir}/polkit-1/actions/net.connman.vpn.policy
%{_libdir}/%{name}/scripts/*.so*
%{_libdir}/%{name}/scripts/open*-script
%{_unitdir}/%{name}.service
%{_unitdir}/%{name}-vpn.service
%{_mandir}/man5/connman.conf.5.*
%{_mandir}/man8/connman.8.*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Connection Manager
Group:		Development/C
Requires:	%{name} = %{version}

%description devel
connman-devel contains development files for use with connman.

%files devel
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x	--disable-static \
		--enable-ethernet \
		--enable-wifi \
		--enable-bluetooth \
		--enable-datafiles \
		--enable-loopback \
		--enable-client \
		--enable-threads \
		--enable-gtk-doc \
		--enable-hh2serial-gps \
		--enable-openvpn \
		--enable-openconnect \
		--enable-vpnc \
		--enable-l2tp \
		--enable-iospm \
		--enable-tist \
		--enable-nmcompat \
		--enable-polkit \
		--prefix=%{_prefix} \
		--libdir=%{_libdir}
%make

%install
%makeinstall_std

install -d %{buildroot}%{_datadir}/dbus-1/system-services/
install -m644 src/connman.service %{buildroot}%{_datadir}/dbus-1/system-services/org.moblin.connman.service


%changelog
* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.25-1
+ Revision: 83e97de
- New version 1.25



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 701 |14cr|conserver-8.1.18-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Serial console server daemon/client
Name:		conserver
Version:	8.1.18
Release:	4
License:	BSD-like
Group:		System/Servers
URL:		http://www.conserver.com/
Source0:	http://www.conserver.com/%{name}-%{version}.tar.gz
Source1:	%{name}.service
Source2:	%{name}.sysconfig
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires:	tcp_wrappers
BuildRequires:	openssl-devel
BuildRequires:	pam-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	gssglue-devel

Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description
Conserver is an application that allows multiple users to watch a serial
console at the same time. It can log the data, allows users to take
write-access of a console (one at a time), and has a variety of bells and
whistles to accentuate that basic functionality.

%package daemon
Summary:	Serial console server daemon
Group:		System/Servers
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires:	tcp_wrappers

Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description daemon
Conserver is an application that allows multiple users to watch a serial
console at the same time. It can log the data, allows users to take
write-access of a console (one at a time), and has a variety of bells and
whistles to accentuate that basic functionality.

This package contains the server daemon part.

%package client
Summary:	Serial console server client
Group:		System/Servers
Requires:	tcp_wrappers

%description client
Conserver is an application that allows multiple users to watch a serial
console at the same time. It can log the data, allows users to take
write-access of a console (one at a time), and has a variety of bells and
whistles to accentuate that basic functionality.

This package contains the client part.


%prep

%setup -q

# lib64 fixes
perl -pi -e "s|/lib\b|/%{_lib}|g" configure*


%build

%configure2_5x \
    --with-port=782 \
    --with-base=0 \
    --with-master=console \
    --with-cffile=%{_sysconfdir}/%{name}.cf \
    --with-pwdfile=%{_sysconfdir}/%{name}.passwd \
    --with-logfile=/var/log/%{name}/%{name}.log \
    --with-pidfile=/var/run/%{name}/%{name}.pid \
    --with-libwrap=%{_prefix} \
    --with-openssl=%{_prefix} \
    --with-uds=%{_localstatedir}/lib/%{name} \
    --with-maxmemb=16 \
    --with-timeout=10 \
    --with-pam \
    --with-gssapi

%make

# make test must be run by root?

%install

%makeinstall

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}/var/log/%{name}
install -d %{buildroot}/var/run/%{name}
install -d %{buildroot}/var/consoles
install -d %{buildroot}%{_localstatedir}/lib/%{name}

%{__sed} -e 's/^/#/' \
  < %{name}.cf/%{name}.cf \
  > %{buildroot}%{_sysconfdir}/%{name}.cf
%{__sed} -e 's/^/#/' \
  < %{name}.cf/%{name}.passwd \
  > %{buildroot}%{_sysconfdir}/%{name}.passwd

install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{name}

# fix ghostfiles
touch %{buildroot}/var/log/%{name}/%{name}.log

# remove crap
rm -f %{buildroot}%{_sysconfdir}/%{name}.rc
rm -rf %{buildroot}%{_datadir}/examples

# install missing stuff
install -m 755 conserver/convert %{buildroot}%{_sbindir}/convert-conserver.cf

# nuke dupe
rm -f %{buildroot}%{_libdir}/conserver/convert

%post -n %{name}-daemon
%systemd_post conserver.service
%create_ghostfile /var/log/%{name}/%{name}.log root root 0644

#make sure /etc/services has a conserver entry
if ! grep -E '\<conserver\>' /etc/services > /dev/null 2>&1 ; then
  echo "console		782/tcp		conserver" >> /etc/services
fi

%preun -n %{name}-daemon
%systemd_preun conserver.service

%postun
%systemd_postun_with_restart conserver.service

%clean

%files daemon
%doc CHANGES FAQ LICENSE README TODO %{name}.html
%doc %{name}.cf/%{name}.cf
%doc %{name}.cf/%{name}.passwd
%doc %{name}.cf/label.ps
%doc %{name}.cf/test.cf
%doc %{name}/Sun-serial
%config(noreplace) %{_sysconfdir}/%{name}.cf
%config(noreplace) %{_sysconfdir}/%{name}.passwd
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_unitdir}/%{name}.service
%{_mandir}/man8/%{name}.8*
%{_mandir}/man5/%{name}.cf.5*
%{_mandir}/man5/%{name}.passwd.5*
%{_sbindir}/%{name}
%{_sbindir}/convert-conserver.cf
%dir /var/log/%{name}
%dir /var/run/%{name}
%dir /var/consoles
%dir %{_localstatedir}/lib/%{name}
%attr(0644,root,root) %ghost /var/log/%{name}/%{name}.log

%files client
%{_bindir}/console
%{_mandir}/man1/console.1*

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 8.1.18-4
+ Revision: e07276f
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 702 |14cr|console-gentoo-style-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Console Gentoo style
Name:		console-gentoo-style
Version:	0.1
Release:	4
Source0:	console-gentoo-style-%{version}.tar.gz
License:	GPLv2
Group:		Shells
BuildArch:	noarch

%description
Console Gentoo style.

%prep
%setup -q

%install
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
cp -rf ./gentoo_colors %{buildroot}%{_sysconfdir}/bash_completion.d/gentoo_colors

%files
%{_sysconfdir}/bash_completion.d/gentoo_colors


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 327fccc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 703 |14cr|contour-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A context sensitive user interface for Plasma Active
Name:		contour
Version:	0.3
Release:	4
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://community.kde.org/Plasma/Active/Contour
Source0:	http://download.kde.org/stable/active/3.0/src/%{name}-%{version}.tar.xz
Patch0:		qtmobility.diff
Patch1:		contour-0.1.1-find-qtmobility.patch
Patch100:	changeset_rd5306e452fd64f8bcb2dab6d5cef770584131486.diff
Patch101:	changeset_r688e2a2ce823d99e5ca1def1861fdf7591603cf2.diff
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-runtime-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(NetworkManager)
BuildRequires:	pkgconfig(NetworkManagerQt)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(soprano)
Requires:	kdebase4-runtime

%description
Contour contributes a new usage paradigm using adaptive activities and
intelligent recommendations. Contour creates a context-sensitive user
interface that adapts to current context, current activities and behavioral
patterns of the user.

Contour is part of Plasma Active project.

%files
%{_kde_bindir}/contour
%{_kde_libdir}/kde4/*.so
%{_kde_appsdir}/contour
%{_kde_appsdir}/plasma/packages/org.kde.contour.recommendations
%{_kde_appsdir}/plasma/services/recommendations.operations
%{_kde_datadir}/autostart/contour.desktop
%{_kde_services}/*.desktop
%{_kde_servicetypes}/*.desktop

#----------------------------------------------------------------------------

%package devel
Summary:	%{name} development files
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
%{name} development files.

%files devel
%{_datadir}/cmake/Contour

#----------------------------------------------------------------------------

%prep
%setup -q

# FindQtMobility is under review for inclusion to kdelibs, not needed
# by any other package
# TODO: remove once included in kdelibs
%patch0 -p1
%patch1 -p1 -b .find-qtmobility

# Upstream patches
%patch100 -p1 -b .makefile
%patch101 -p1 -b .notifier

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: 5c1786c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 704 |14cr|control-timeout-0.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module control-timeout
%define _cabal_setup Setup.lhs
%define _enable_debug_packages %{nil}
%define debug_package %{nil}
%define _no_haddock 1

Summary:	Provides functions for running timeouts
Name:		%{module}
Version:	0.1.2
Release:	3
License:	BSD
Group:		Development/Other
Url:		https://hackage.haskell.org/package/control-timeout
Source0:	http://hackage.haskell.org/package/%{module}-%{version}/%{module}-%{version}.tar.gz

BuildRequires:	cabal-install
BuildRequires:	haskell-macros
BuildRequires:	ghc-devel
Provides:       ghc-%{module}

%description
This package provides functions for running timeouts.

%files
%{_docdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}
%{_libdir}/%{module}-%{version}/ghc-7.6.3/Control/Timeout.hi
%{_libdir}/%{module}-%{version}/ghc-7.6.3/HScontrol-timeout-0.1.2.o
%{_libdir}/%{module}-%{version}/ghc-7.6.3/libHScontrol-timeout-0.1.2.a

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
cabal update
cabal install
cabal configure --prefix=%{_prefix} --libdir=%{_libdir} --disable-executable-stripping
cabal build
%_cabal_genscripts

%install
%_cabal_install
%_cabal_rpm_gen_deps
%changelog
* Fri Sep 12 2014 abfonly <abfonly@gmail.com> 0.1.2-3
+ Revision: 322f8d9
- Updated control-timeout.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 705 |14cr|converseen-0.8.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _desktopdir %{_datadir}/applications
%define oname Converseen
%define _appdatadir %{_datadir}/appdata

Name:		converseen
Version:    0.8.3
Release:	2
Summary:	A batch image conversion tool
License:	GPLv3
Group:		Graphics
URL:		http://converseen.sf.net/
Source0:	https://github.com/Faster3ck/Converseen/archive/v%{version}.tar.gz
Source1:	%{name}.desktop
Source2:	converseen_import.desktop
BuildRequires:	cmake 
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(ImageMagick) >= 6.7.7
BuildRequires:	imagemagick
BuildRequires:	sane-backends >= 1.0.24
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(libpng)

%description
Converseen is a batch image conversion tool and resizer written in C++ with
Qt4 and Magick++. It allows you to convert images in more than 100
different formats!

%prep
%setup -qn %{oname}-%{version}

chmod -x README.* COPYING
#fix linting in debug
find . -type f -exec chmod -x {} \;

# fix png rgb 
pushd res
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd

%build
%cmake
%make

%install
%makeinstall_std -C build
# icons and menu entry ,let's do this right
rm -rf \
    %{buildroot}%{_datadir}/pixmaps/%{name}.png %{buildroot}%{_desktopdir}/%name.desktop \
    %{buildroot}%{_datadir}/kde4/services/ServiceMenus/%{name}_import.desktop
    
# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_datadir}/icons/hicolor/${size}/apps
    convert -strip -resize ${size} res/%{name}.png \
        %{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png
done

# menu entry
desktop-file-install  %{SOURCE1} %{buildroot}%{_desktopdir}/%{name}.desktop
# kde integration
install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/kde4/services/ServiceMenus/

# localize
%find_lang %{name} --with-qt

%files -f %{name}.lang 
%doc README.* COPYING
%{_bindir}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_desktopdir}/%{name}.desktop
%{_datadir}/kde4/services/ServiceMenus/%{name}_import.desktop
%{_appdatadir}/%{name}.appdata.xml

%changelog
* Fri Aug 29 2014 abfonly <abfonly@gmail.com> 0.8.3-2
+ Revision: 837e5c2
- Update to 0.8.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 706 |14cr|convertfs-0.20050113-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# OE: conditional switches
#(ie. use with rpm --rebuild):
#	--with diet	Compile convertfs against dietlibc

%define build_diet 0

# commandline overrides:
# rpm -ba|--rebuild --with 'xxx'
%{?_with_diet: %{expand: %%define build_diet 1}}

%define date	20050113
%define version	0.%{date}
%define fdate	%(date -d %date +%d%b%Y | tr [:upper:] [:lower:])

Summary:	ConvertFS - convert one file system to another
Name:		convertfs
Version:	%{version}
Release:	%{mkrel 3}
Source0:	http://tzukanov.narod.ru/convertfs/%{name}-%{fdate}.tar.gz
# lynx -dump -nolist http://tzukanov.narod.ru/convertfs/ > README
Source1:	README.lzma
License:	GPLv2
Group:		System/Kernel and hardware
URL:		http://tzukanov.narod.ru/convertfs/
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%if %{build_diet}
BuildRequires:	dietlibc-devel >= 0.20-1mdk
%endif

%description
ConvertFS is a very simple but extremely powerful toolset which
allows users to convert one file system to another. It works for
converting virtually any filesystem type to virtually any one as
long as they are both block-oriented and supported by Linux for
read/write, and as long as primary filesystem supports sparse
files. 

 * devclone  -  Utility to make clone of the block device (sparse
                file of the same size).
 * devremap  -  Core of the toolset - block relocation utility.
 * prepindex -  Utility to prepare index (list of raw blocks) of
                filesystem image.

%prep
%setup -q -n %{name}
lzcat %{SOURCE1} > README

%build
%if %{build_diet}
    # OE: use the power of dietlibc
    for i in devclone devremap prepindex; do
	diet gcc -s -static -o $i $i.c -Os
    done	
%else
    %make CFLAGS="%{optflags}"
%endif

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

install -d %{buildroot}/sbin
install -m755 devclone %{buildroot}/sbin/
install -m755 devremap %{buildroot}/sbin/
install -m755 prepindex %{buildroot}/sbin/

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README contrib test convertfs_dumb
/sbin/devclone
/sbin/devremap
/sbin/prepindex




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.20050113-3
+ Revision: 388b816
- Automatic import for version 0.20050113



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 707 |14cr|convirt-2.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A graphical Xen management tool
Name:		convirt
Version:	2.0.1
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.convirt.net
Source0:	http://downloads.sourceforge.net/xenman/%{name}-%{version}.tar.gz
Requires:	pygtk2.0
Requires:	python-vte
Requires:	python-paramiko >= 1.6.4
BuildArch:	noarch

%description
ConVirt is an intuitive, graphical management tool aimed at operational
lifecycle management for the Xen virtualization platform. ConVirt is built
on the firm design philosophy that ease-of-use and sophistication can,
and should, co-exist in a single management tool. So, ConVirt should
hopefully prove valuable to both seasoned Xen Administrators as well as
those just seeking an introduction to Xen Virtualization

%files
%doc doc/*
%{_bindir}/convirt
%{_bindir}/mk_image_store
%{_datadir}/convirt
%{_var}/cache/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
find . -perm 0600 | xargs chmod 0644
find . -perm 0700 | xargs chmod 0755

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 install/common/mk_image_store %{buildroot}%{_bindir}/mk_image_store

cat > %{buildroot}%{_bindir}/convirt <<'EOF'
#!/bin/sh
if [ "$DISPLAY" == "" ]; then
   export DISPLAY=:0.0
fi
export CONVIRT_ROOT=%{_datadir}/%{name}
export CONVIRT_SRC=$CONVIRT_ROOT/src
export PYTHONPATH=$PYTHONPATH:$CONVIRT_SRC
python $CONVIRT_SRC/convirt/client/convirt_client.py
EOF
chmod 755 %{buildroot}%{_bindir}/convirt

install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -r src %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_var}/cache/%{name}
cp -r image_store %{buildroot}%{_var}/cache/%{name}
cp -r appliance_store %{buildroot}%{_var}/cache/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-3
+ Revision: 0aa6caf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 708 |14cr|convmv-1.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name convmv
%define version 1.15
%define release 2

Summary: Converts filenames from one encoding to another
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.j3e.de/linux/convmv/%{name}-%{version}.tar.gz
Source1: testsuite2.tar.bz2
License: GPLv2+
Group: File tools
Url: http://j3e.de/linux/convmv/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
This is a script for renaming files from one file name encoding to another,
e.g. from ISO-LATIN-1 to UTF-8.

%prep
%setup -q -a 1

%build
make 
make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall PREFIX=%buildroot%_prefix

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Changes CREDITS TODO
%_bindir/%name
%_mandir/man1/%name.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.15-2
+ Revision: 2ef21bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 709 |14cr|cooledit-3.17.17-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname %mklibname Cw %{major}
%define develname %mklibname -d Cw

Summary:	Full featured multiple window programmer's text editor
Name:		cooledit
Version:	3.17.17
Release:	9
License:	GPLv2+
Group:		Editors
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
BuildRequires:	gettext-devel
URL:		ftp://ftp.ibiblio.org/pub/Linux/apps/editors/X/cooledit/
Source0:	ftp://ftp.ibiblio.org/pub/Linux/apps/editors/X/%{name}/%{name}-%{version}.tar.bz2
Source1:	%{name}_48x48.xpm
Patch0:		cooledit-gcc4.patch
Patch1:		cooledit-3.17.17-mdv-fix-str-fmt.patch
Patch2:		cooledit-3.17.17-mdv-fix-underlinking.patch

%description 
Full-featured X Window text editor; multiple edit windows; 3D Motif-ish
look and feel; shift-arrow and mouse text highlighting; column text
highlighting and manipulation; color syntax highlighting for various
sources; buildin Python interpretor for macro program.; interactive
graphical debugger - interface to gdb; key for key undo; macro
recording; regular expression search and replace; pull-down menus; drag
and drop; interactive man page browser; run make and other shell
commands with seamless shell interface; redefine keys with an easy
interactive key learner; full support for proportional fonts;

%package -n %{libname}
Group:		Editors
Summary:	Shared library files for cooledit

%description -n %{libname}
Shared library files for cooledit.

%package -n %{develname}
Group:		Development/C
Summary:	Development files for cooledit
Requires:	%{name} = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Files for development from the cooledit package.

%prep
%setup -q
%patch0 -p1
%patch1 -p1 -b .strfmt
%patch2 -p1 -b .undlnk

%build
autoreconf -fi
%configure2_5x --program-prefix='' --disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

# Mandriva menu entries

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=CoolEdit
Comment=Programmer's text editor with Python and shell scripting hooks
Exec=%{_bindir}/%{name}
Icon=editors_section
Terminal=false
Type=Application
StartupNotify=true
Categories=TextEditor;Utility;
EOF

%files -f %{name}.lang
%doc ABOUT-NLS AUTHORS BUGS COPYING FAQ INSTALL INTERNATIONAL HINTS
%doc NEWS README TODO VERSION ChangeLog
%doc cooledit.lsm cooledit.spec
%doc cooledit_16x16.xpm cooledit_32x32.xpm rxvt/README.rxvt
%dir %{_datadir}/cooledit/
%{_datadir}/cooledit/*
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.17.17-9
+ Revision: 601e73f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 710 |14cr|coolreader3-3.0.56-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		shortname	cr

Summary:	Free e-book reader
Name:		coolreader3
Version:	3.0.56
Release:	6
License:	GPLv2+
Group:		Books/Literature
Url:		http://www.coolreader.org
Source0:	%{shortname}3_%{version}.orig.tar.gz
Patch0:		coolreader3-3.0.56-mga-freetype2.patch
BuildRequires:	cmake
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(Qt3Support)
BuildRequires:	pkgconfig(zlib)

%description
CoolReader 3.X is free open-source (GPL) multiplatform version under active
development.

%files
%{_bindir}/%{shortname}3
%{_datadir}/%{shortname}3/*.css
%{_datadir}/%{shortname}3/i18n/*.qm
%{_datadir}/%{shortname}3/hyph/*.pdb
%{_datadir}/%{shortname}3/hyph/*.pattern
%{_datadir}/%{shortname}3/textures/*.jpg
%{_datadir}/%{shortname}3/backgrounds/*.jpg
%{_datadir}/pixmaps/%{shortname}3.*
%{_datadir}/applications/%{shortname}3.desktop
%{_datadir}/doc/%{shortname}3/*
%{_mandir}/man1/%{shortname}3.*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{shortname}%{version}-7
%patch0 -p1

%build
%cmake \
	-DGUI=QT \
	-DMAX_IMAGE_SCALE_MUL=2 \
	-DDOC_DATA_COMPRESSION_LEVEL=3 \
	-DDOC_BUFFER_SIZE=0x1400000 \
	-DCMAKE_BUILD_TYPE=Release
%make

%install
%makeinstall_std -C build


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 3.0.56-6
+ Revision: 279364b
- Add patch to fix build with freetype 2.5+



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 711 |14cr|copter-commander-1.8-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A 2d networked helicopter game
Name:		copter-commander
Version:	1.8
Release:	12
License:	GPLv2+
Group:		Games/Arcade
Url:		http://sourceforge.net/projects/coco/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-makefile-destdir.patch
Patch1:		copter-commander-1.8-lvalue.patch
Source10:	%{name}-16.png
Source11:	%{name}-32.png
Source12:	%{name}-48.png
BuildRequires:	libgnome-devel
BuildRequires:	libgtkglarea-devel
BuildRequires:	pkgconfig(libtiff-4)

%description
A unique blend of arcade action and real time strategy, Copter Commander
is fun for novices but surprisingly deep. It supports one to four players 
via Internet play and is based on the game design of Rescue Raiders/Armor
Alley.

%files
%doc DEVEL GNOME-HACKS ChangeLog copyright
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0 -b .lvalue

%build
%make \
    CFLAGS="%{optflags}" \
    COCO_OPTIMIZATION_FLAGS="-O2" \
    COCO_INSTALL_DIRECTORY=%{_prefix} \
    COCO_BIN_DIRECTORY=%{_gamesbindir} \
    COCO_SHARE_DIRECTORY=%{_gamesdatadir}/%{name}/%{version}

%install
%makeinstall_std \
    COCO_INSTALL_DIRECTORY=%{_prefix} \
    COCO_BIN_DIRECTORY=%{_gamesbindir} \
    COCO_SHARE_DIRECTORY=%{_gamesdatadir}/%{name}/%{version}

(
cd %{buildroot}%{_gamesbindir}
ln -s glx-%{name} %{name}-glx
)

mkdir -p %{buildroot}%{_miconsdir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_liconsdir}
cp %{SOURCE10} %{buildroot}%{_miconsdir}/%{name}.png
cp %{SOURCE11} %{buildroot}%{_iconsdir}/%{name}.png
cp %{SOURCE12} %{buildroot}%{_liconsdir}/%{name}.png


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Copter Commander
Comment=Copter Commander
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-glx.desktop << EOF
[Desktop Entry]
Name=Copter-Commander Glx
Comment=Copter Commander OpenGL
Exec=%{_gamesbindir}/glx-%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8-12
+ Revision: e6c6107
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 712 |14cr|copyfs-1.0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A copy-on-write, versionned filesystem
Name:		copyfs
Version:	1.0.1
Release:	7
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://n0x.org/copyfs/
Source0:	http://n0x.org/copyfs/%{name}-%{version}.tar.bz2
BuildRequires:	attr-devel
BuildRequires:	pkgconfig(fuse)
Requires:	fuse

%description
CopyFS is a copy-on-write, versionned file system. This file system is
useful for example when you have a directory containing important
files, for which you want to track changes, and be able to revert to an
older version. CopyFS lets you do that by transparently making backups
of each file that you modify. You are then able to see what version are
available for a file, and get an older version.

%files
%doc README TODO COPYING
%{_bindir}/copyfs-daemon
%{_bindir}/copyfs-fversion
%{_bindir}/copyfs-mount
%{_mandir}/man1/copyfs-daemon.*
%{_mandir}/man1/copyfs-fversion.*
%{_mandir}/man1/copyfs-mount.*
%{_mandir}/man1/copyfs.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-7
+ Revision: 411157f
- Don't use makeinstall_std here



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 713 |14cr|copyq-2.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced clipboard manager
Name:		copyq
Version:	2.1.0
Release:	2
License:	GPLv3
Group:		Accessibility
Url:		http://sourceforge.net/projects/copyq/
Source0:	http://sourceforge.net/projects/copyq/files/%{name}-%{version}.tar.gz
Patch0:		copyq-2.0.1-install.patch

BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	qt4-devel

%description
CopyQ is advanced clipboard manager with search-able and editable history with
support for image formats, command line control and more.

Features
- Supports Windows and Linux.
- Store text, HTML, images and any other custom format.
- Customize tray menu.
- Save items in new tabs.
- Quickly browse through items (fast navigation, filtering with matched text
  highlighting).
- Sort items, create new, remove, copy/paste to different tab.
- Variety of system-wide shortcuts (e.g. show main window or tray, edit
  clipboard, copy next/previous item, paste as plain text).
- Immediately paste to focused window from tray or main window.
- Fully customizable appearance (colors, fonts, transparency).
- Advanced command-line interface and scripting.
- Ignore clipboard copied from some windows or containing some text.
- Apply custom commands on selected items or automatically when new matching
  clipboard content is available.



%prep
%setup -q
%patch0 -p0
find . -type f -exec chmod -x {} \;

%build
export CFLAGS="$RPM_OPT_FLAGS -ffast-math"
%cmake -DLIBDIR=%{_lib}
%make

%install
%makeinstall_std -C build

%files
%doc AUTHORS LICENSE
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}*.svg
%{_datadir}/%{name}/themes/*.ini
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-2
+ Revision: e0b3b37
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 714 |14cr|coq-8.4.pl4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %nil

%define oversion 8.4
%define patchlevel pl4

Summary:	The Coq Proof Assistant
Name:		coq
Version:	%{oversion}.%{patchlevel}
Release:	1
Group:		Sciences/Computer science
License:	LGPLv2+
Url:		http://coq.inria.fr
Source0:	http://coq.inria.fr/distrib/V%{version}/files/%{name}-%{oversion}%{patchlevel}.tar.gz
Source1:	http://coq.inria.fr/distrib/V8.4/files/Tutorial.pdf
Source2:	http://coq.inria.fr/distrib/V8.4/files/Reference-Manual.pdf
Source10:	%{name}.rpmlintrc
BuildRequires:	camlp4
BuildRequires:	camlp5
BuildRequires:	hevea
BuildRequires:	ocaml
BuildRequires:	camlp4-devel
BuildRequires:	ocaml-lablgtk2-devel
BuildRequires:	pkgconfig(ncurses)

%description
Coq is a proof assistant which:
  - allows to handle calculus assertions,
  - check mechanically proofs of these assertions,
  - helps to find formal proofs,
  - extracts a certified program from the constructive proof
    of its formal specification.

%files
%doc CHANGES COPYRIGHT README CREDITS INSTALL LICENSE
%{_bindir}/*
%{_libdir}/coq
%{_mandir}/man1/*
%{_datadir}/emacs/site-lisp/*
%{_datadir}/texmf/tex/latex/misc/*
%{_datadir}/pixmaps/coq.png
%exclude %{_bindir}/coqide*
%exclude %{_libdir}/coq/ide

#----------------------------------------------------------------------------

%package ide
Summary:	The Coq Integrated Development Interface
Group:		Sciences/Computer science
Requires:	%{name} = %{EVRD}

%description ide
The Coq Integrated Development Interface is a graphical interface for the
Coq proof assistant.

%files ide
%doc INSTALL.ide
%{_sysconfdir}/xdg/coq/coqide-gtk2rc
%{_datadir}/applications/%{name}.desktop
%{_bindir}/coqide*
%{_libdir}/coq/ide

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Sciences/Computer science
License:	Open Publication License
BuildArch:	noarch

%description doc
The %{name}-doc package contains documentation for %{name}.

%files doc
%doc Tutorial.pdf
%doc Reference-Manual.pdf

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{oversion}%{patchlevel}

cp %{SOURCE1} \
   %{SOURCE2} .

%build
./configure \
        -mandir %{_mandir} \
        -bindir %{_bindir} \
        -libdir %{_libdir}/coq \
        -emacslib %{_datadir}/emacs/site-lisp \
        -coqdocdir %{_datadir}/texmf/tex/latex/misc \
        -configdir %{_sysconfdir}/xdg/coq \
        -docdir %{_datadir}/doc/%{name} \
        -datadir %{_datadir}/pixmaps \
        -browser "xdg-open %s" \
        -usecamlp4 \
        -opt
export CAML_LD_LIBRARY_PATH=`pwd`/kernel/byterun:${CAML_LD_LIBRARY_PATH}
make world

%install
make COQINSTALLPREFIX=%{buildroot} install-coq
make COQINSTALLPREFIX=%{buildroot} install-coqide
export EXCLUDE_FROM_STRIP=%{_bindir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=CoqIDE
Comment=Coq integrated developpment environment
Exec=%{_bindir}/coqide
Icon=coq
Type=Application
Categories=Education;Science;Math;
EOF


%changelog
* Fri Aug 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 8.4.pl4-1
+ Revision: 94450d6
- New version 8.4pl4, update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 715 |14cr|coquillo-1.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Audio Metadata Editor
Name:		coquillo
Version:	1.12
Release:	2
License:	GPLv2+
Group:		Sound
Url:		https://github.com/sjuvonen/coquillo
Source0:	http://cs.joensuu.fi/~sjuvonen/coquillo/%{version}/%{name}-%{version}-src.tar.gz
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(taglib)

%description
Coquillo is a metadata editor, or so-called tagger utility, with which you can
edit tags of many different audio files. Its support includes MP3, Ogg/Vorbis,
FLAC and many others.

%files
%doc CHANGES README
%{_bindir}/coquillo
%{_datadir}/applications/coquillo.desktop
%{_datadir}/pixmaps/coquillo.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%qmake_qt4
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12-2
+ Revision: e5b9cb4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 716 |14cr|coralftp-0.2.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	coralftp
%define version	0.2.2
%define release 9

Name: 	 	%{name}
Summary: 	A graphical FTP client
Version: 	%{version}
Release: 	%{release}

Source:		CoralFTP-%{version}.tar.bz2
URL:		https://sourceforge.net/projects/coralftp/
License:	GPLv2+
Group:		Networking/File transfer
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	python-devel imagemagick desktop-file-utils 
Requires:	pygtk2.0 pygtk2.0-libglade gnome-python-gconf
BuildArch:	noarch

%description
CoralFTP is a GTK2-based FTP client program written in python. It has an
easy to understand interface, and it's useful for those whose local
charset is different from server's.

CoralFTP does not require gnome-python-gnomevfs or gnome-python-gconf,
but it will use them if available.

%prep
%setup -q -n CoralFTP-%{version}

%install
rm -rf %{buildroot}
./setup.py install --root=%{buildroot}

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GTK" \
  --add-category="Network" \
  --add-category="FileTransfer" \
  --add-category="P2P" \
  --add-category="X-MandrivaLinux-Internet-FileTransfer" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

#icons
mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert -size 16x16 data/coralftp.xpm %{buildroot}%{_miconsdir}/%{name}.png
convert -size 32x32 data/coralftp.xpm %{buildroot}%{_iconsdir}/%{name}.png
convert -size 48x48 data/coralftp.xpm %{buildroot}%{_liconsdir}/%{name}.png

%find_lang %{name}

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files -f %{name}.lang
%defattr(-,root,root)
%doc ChangeLog PKG-INFO README
%{_bindir}/%{name}
%{_sysconfdir}/gconf/schemas/*
%{py_puresitedir}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/%{name}
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-9
+ Revision: 612feb5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 717 |14cr|coredumper-1.2.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Generate a core dump of a running program without crashing
Name:		coredumper
Version:	1.2.1
Release:	11
License:	BSD
Group:		System/Libraries
Url:		http://code.google.com/p/google-coredumper/
Source0:	http://google-coredumper.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		coredumper-libtool_fixes.diff
Patch1:		coredumper-1.2.1-fix-build.diff
Patch2:		coredumper-1.2.1-rosa-buildfix.patch
BuildRequires:	autoconf2.5
BuildRequires:	automake
# gdb is needed by make check
BuildRequires:	gdb

%description
The coredumper library can be compiled into applications to create
core dumps of the running program, without termination. It
supports both single- and multi-threaded core dumps, even if the
kernel doesn't natively support for multi-threaded core files.

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Generate a core dump of a running program without crashing
Group:		System/Libraries

%description -n	%{libname}
The coredumper library can be compiled into applications to create
core dumps of the running program, without termination. It
supports both single- and multi-threaded core dumps, even if the
kernel doesn't natively support for multi-threaded core files.

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/lib%{name}.so.*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Generate a core dump of a running program without crashing
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	coredumper-devel = %{EVRD}

%description -n	%{devname}
The coredumper library can be compiled into applications to create
core dumps of the running program, without termination. It
supports both single- and multi-threaded core dumps, even if the
kernel doesn't natively support for multi-threaded core files.

This package contains static and debug libraries and header
files for developing applications that use the coredumper library.

%files -n %{devname}
%doc examples
%{_libdir}/lib%{name}.so
%{_includedir}/google/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .libtool
%patch1 -p0 -b .tv
%patch2 -p1

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

%build
export WANT_AUTOCONF_2_5=1
rm -f configure
libtoolize --copy --force
aclocal
autoconf --force
automake --add-missing

%serverbuild

export CFLAGS="$CFLAGS -fPIC -DPIC"

%configure2_5x --disable-static

%make CFLAGS="$CFLAGS -fPIC -DPIC"

%install
%makeinstall_std

# cleanup
rm -rf %{buildroot}%{_datadir}/doc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-11
+ Revision: d8ffade
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 718 |14cr|coriander-2.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version		2.0.1
%define release 		3

Summary:	GUI for controlling IEEE1394 cameras
Name:		coriander
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		Video
Source:		http://downloads.sourceforge.net/project/coriander/coriander-2/%{version}/%{name}-%{version}.tar.gz
URL:		http://damien.douxchamps.net/ieee1394/coriander/
BuildRequires:	SDL-devel
BuildRequires:	ftp-devel
BuildRequires:	dc1394-devel
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	pkgconfig(xv)

%description
Coriander is the Linux graphical user interface (GUI) for controlling
a Digital Camera through the IEEE1394 bus (aka FireWire, or iLink).
Coriander is full featured and besides changing the parameters of the
camera it will also let you record video, send images to an FTP site,
convert the video to a V4L stream,... A live display is of course
provided too. Best of all, Coriander will work with any camera that is
compatible with the IIDC specifications (also known as DCAM specs).
This includes most 1394 webcams and a majority of industrial or
scientific cameras too.

%prep
%setup -q

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x
%make

%install
rm -rf ${RPM_BUILD_ROOT}
%makeinstall_std

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%{_bindir}/coriander
%dir %{_datadir}/pixmaps/coriander
%{_datadir}/pixmaps/coriander/coriander-icon.png
%{_datadir}/pixmaps/coriander/coriander-logo.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-3
+ Revision: eb59a0f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 719 |14cr|corkscrew-2.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name corkscrew
%define version 2.0
%define rel     8
%define patchSet0 20060404

Name: %{name}
Summary: Tool for tunneling SSH through HTTP proxies
Version: %{version}
Release: %mkrel %{rel}
License: GPL
Url: http://www.agroman.net/%{name}
Group: Networking/Other
Source0: http://www.agroman.net/%{name}/%{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}.%{patchSet0}-manpage.patch.bz2
Patch1: %{name}-%{version}.%{patchSet0}-firstpacket.patch.bz2

%description
Corkscrew is a tool for tunneling SSH through HTTP proxies.

%prep
%setup
%patch0 -p1 -b .manpage
%patch1 -p1 -b .firstpacket

# Fix some bad references in the man pages
perl -pi -e 's|/usr/local/bin|%{_bindir}|g;' corkscrew.1 README

%build
rm -f install-sh missing mkinstalldirs
sed -i -e 's:AM_C_PROTOTYPES:dnl &:' configure.in
autoreconf -fi

%configure
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
cp corkscrew.1 %{buildroot}%{_mandir}/man1/corkscrew.1

%makeinstall

%files
%doc README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%changelog
* Thu Dec 06 2012 Alexander Khryukin <alexander@mezon.ru> 2.0-8
+ Revision: 319619f
- AM_C_PROTOTYPES old libtool fix



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 720 |14cr|corosync-2.3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	4
%define maj5	5
%define maj6	6
%define	libcmap		%mklibname cmap %{major}
%define	libname_common	%mklibname corosync_common %{major}
%define	libcpg		%mklibname cpg %{major}
%define	libsam		%mklibname sam %{major}
%define	libcfg		%mklibname cfg %{maj6}
%define	libquorum	%mklibname quorum %{maj5}
%define	libtotem_pg	%mklibname totem_pg %{maj5}
%define	libvotequorum	%mklibname votequorum %{maj6}
%define devname %mklibname -d corosync

Summary:	The Corosync Cluster Engine and Application Programming Interfaces
Name:		corosync
Version:	2.3.3
Release:	3
License:	BSD
Group:		System/Base
Url:		http://www.corosync.org
Source0:	http://build.clusterlabs.org/corosync/releases/corosync-%{version}.tar.gz

BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(libqb)
Requires(post,preun):	rpm-helper

%description 
This package contains the Corosync Cluster Engine Executive, several default
APIs and libraries, default configuration files, and an init script.

%package	-n %{libcmap}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Conflicts:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libcmap}
This package contains corosync libraries.

%package	-n %{libname_common}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Obsoletes:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libname_common}
This package contains corosync libraries.

%package	-n %{libcpg}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Conflicts:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libcpg}
This package contains corosync libraries.

%package	-n %{libsam}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Conflicts:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libsam}
This package contains corosync libraries.

%package	-n %{libcfg}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Conflicts:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libcfg}
This package contains corosync libraries.

%package	-n %{libquorum}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Conflicts:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libquorum}
This package contains corosync libraries.

%package	-n %{libtotem_pg}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Conflicts:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libtotem_pg}
This package contains corosync libraries.

%package	-n %{libvotequorum}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Conflicts:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libvotequorum}
This package contains corosync libraries.

%package	-n %{devname}
Summary:	The Corosync Cluster Engine Development Kit
Group:		Development/C
Requires:	%{libcmap} = %{version}-%{release}
Requires:	%{libname_common} = %{version}-%{release}
Requires:	%{libcpg} = %{version}-%{release}
Requires:	%{libsam} = %{version}-%{release}
Requires:	%{libcfg} = %{version}-%{release}
Requires:	%{libquorum} = %{version}-%{release}
Requires:	%{libtotem_pg} = %{version}-%{release}
Requires:	%{libvotequorum} = %{version}-%{release}
Provides:	%{name}-devel = %{version}

%description	-n %{devname}
This package contains include files and man pages used to develop using
The Corosync Cluster Engine APIs.

%prep
%setup -q

./autogen.sh
%configure2_5x \
	--disable-static \
	--enable-systemd \
	--with-systemddir=%{_unitdir}

%build
%make

%install
%makeinstall_std

## tree fixup
# drop static libs
rm -f %{buildroot}%{_libdir}/*.a
# drop docs and html docs for now
rm -rf %{buildroot}%{_docdir}/*

#add logs directory
install -d %{buildroot}/var/log/%{name}

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
[ "$1" -ge "1" ] && /sbin/service corosync condrestart &>/dev/null || :

%files 
%doc LICENSE SECURITY
%{_sbindir}/corosync*
%{_bindir}/corosync*
%dir %{_sysconfdir}/corosync
%dir %{_sysconfdir}/corosync/service.d
%dir %{_sysconfdir}/corosync/uidgid.d
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example
%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example.udpu
%dir %{_localstatedir}/lib/corosync
%{_mandir}/man8/corosync_overview.8*
%{_mandir}/man8/corosync-*.8*
%{_mandir}/man8/corosync.8*
%{_mandir}/man8/cmap_keys.8*
%{_mandir}/man8/cmap_overview.8*
%{_mandir}/man8/quorum_overview.8*
%{_mandir}/man5/corosync.conf.5*
%{_mandir}/man5/votequorum.5*
%{_unitdir}/corosync-notifyd.service
%{_unitdir}/corosync.service
%dir /var/log/%{name}

%files -n %{libcmap}
%{_libdir}/libcmap.so.%{major}*

%files -n %{libname_common}
%{_libdir}/libcorosync_common.so.%{major}*

%files -n %{libcpg}
%{_libdir}/libcpg.so.%{major}*

%files -n %{libsam}
%{_libdir}/libsam.so.%{major}*

%files -n %{libcfg}
%{_libdir}/libcfg.so.%{maj6}*

%files -n %{libquorum}
%{_libdir}/libquorum.so.%{maj5}*

%files -n %{libtotem_pg}
%{_libdir}/libtotem_pg.so.%{maj5}*

%files -n %{libvotequorum}
%{_libdir}/libvotequorum.so.%{maj6}*

%files -n %{devname}
%doc LICENSE README.recovery
%{_includedir}/corosync/
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/*.3*
%{_mandir}/man8/cpg_overview.8*
%{_mandir}/man8/votequorum_overview.8*
%{_mandir}/man8/sam_overview.8*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.3-3
+ Revision: 1665c2b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 721 |14cr|corsixth-0.30-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname CorsixTH

Summary:	Open source clone of Theme Hospital
Name:		corsixth
Version:	0.30
Release:	2
License:	MIT
Group:		Games/Strategy
Url:		http://code.google.com/p/corsix-th/
Source0:	http://corsix-th.googlecode.com/files/%{oname}-%{version}.tar.gz
Patch0:		CorsixTH-0.30-CMakeLists_license.patch
BuildRequires:	cmake
BuildRequires:	icoutils
BuildRequires:	ffmpeg-devel
BuildRequires:	lua5.1-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
Requires:	TiMidity++

%description
This project aims to reimplement the game engine of Theme Hospital, and
be able to load the original game data files. This means that you will
need a purchased copy of Theme Hospital in order to enjoy CorsixTH.

%files
%attr(755, root, root) %{_gamesbindir}/%{oname}
%dir %{_gamesdatadir}/%{oname}
%{_gamesdatadir}/%{oname}/*
%{_iconsdir}/hicolor/*/apps/%{oname}.*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1

%build
%cmake -DCMAKE_INSTALL_PREFIX=%{_gamesdatadir}/
%make

%install
%makeinstall_std -C build

mkdir %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{oname} << EOF
#!/bin/bash
%{_gamesdatadir}/%{oname}/%{oname}
EOF

mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}/th-files/

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{32x32,128x128}/apps

icotool -x %{oname}/%{oname}.ico
mv %{oname}*32x32*.png %{oname}.png
install -m 644 %{oname}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{oname}.png
mv %{oname}*128x128*.png %{oname}.png
install -m 644 %{oname}.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{oname}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=CorsixTH
Comment=Open source clone of Theme Hospital game
Exec=%{oname}
Path=%{_gamesdatadir}/%{oname}
Icon=%{oname}
Terminal=false
Type=Application
Categories=Game;StrategyGame;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30-2
+ Revision: cb53130
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 722 |14cr|cortado-0.2.2-0.0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: don't bundle all this thirdparty software
# FIXME: do we need to install others jars, besides the applets?

Name:           cortado
Version:        0.2.2
Release:        0.0.4
Epoch:          0
Summary:        Java media framework based on GStreamer's design
Group:          Development/Java
License:        GPLv2+/LGPLv2+/BSD
URL:            http://www.flumotion.net/
Source0:        http://www.flumotion.net/src/cortado/cortado-%{version}.tar.gz
BuildRequires:  ant
BuildRequires:  java-rpmbuild
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Cortado is a Java media framework based on GStreamer's design.

%prep
%setup -q

%build
export CLASSPATH=
export OPT_JAR_LIST=:
%{ant}

%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_javadir}

%{__cp} -a output/dist/applet/cortado-ovt-debug-%{version}.jar  %{buildroot}%{_javadir}/%{name}-ovt-%{version}.jar
%{__cp} -a output/dist/applet/cortado-ov-debug-%{version}.jar  %{buildroot}%{_javadir}/%{name}-ov-%{version}.jar
%{__cp} -a output/dist/applet/cortado-mmjs-debug-%{version}.jar  %{buildroot}%{_javadir}/%{name}-mmjs-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.* HACKING README NEWS RELEASE TODO cortado.doap
%{_javadir}/%{name}-ovt-%{version}.jar
%{_javadir}/%{name}-ovt.jar
%{_javadir}/%{name}-ov-%{version}.jar
%{_javadir}/%{name}-ov.jar
%{_javadir}/%{name}-mmjs-%{version}.jar
%{_javadir}/%{name}-mmjs.jar




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.2.2-0.0.4
+ Revision: 4561715
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 723 |14cr|couchdb-1.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname apache-couchdb
%define couchdb_user couchdb
%define couchdb_group couchdb
%define couchdb_home %{_localstatedir}/lib/couchdb

Name:		couchdb
Version:	1.6.1
Release:	1
Summary:	A document database server, accessible via a RESTful JSON API
Group:		Databases
License:	Apache License
URL:		http://couchdb.apache.org/
Source0:	http://www.eu.apache.org/dist/couchdb/source/%{version}/apache-couchdb-%{version}.tar.gz
Source1:	%{name}.service
Source2:	%{name}.tmpfiles.conf
Patch0:		apache-couchdb-1.3.1-ldflags.patch
BuildRequires:	erlang-devel erlang-compiler erlang-crypto erlang-eunit
BuildRequires:	erlang-public_key
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	js-devel
BuildRequires:	help2man
BuildRequires:	curl-devel
Requires:	couchdb-bin

Requires(pre):	shadow-utils

%description
Apache CouchDB is a distributed, fault-tolerant and schema-free
document-oriented database accessible via a RESTful HTTP/JSON API.
Among other features, it provides robust, incremental replication
with bi-directional conflict detection and resolution, and is
queryable and indexable using a table-oriented view engine with
JavaScript acting as the default view definition language.

This package contains the systemd unit needed to start a systemwide
instance of CouchDB.

%package	bin
Group:		Databases
Summary:	Binary for Couchdb, a document database server

Requires:	erlang
Requires:	erlang-crypto
Requires:	erlang-ssl
Requires:	erlang-xmerl
Requires:	erlang-inets
Requires:	erlang-tools
Requires:	erlang-public_key
Requires:	erlang-os_mon
Requires:	erlang-asn1
Requires:	erlang-syntax_tools
Requires:	erlang-compiler
Requires(post): systemd

%description bin
Apache CouchDB is a distributed, fault-tolerant and schema-free
document-oriented database accessible via a RESTful HTTP/JSON API.
Among other features, it provides robust, incremental replication
with bi-directional conflict detection and resolution, and is
queryable and indexable using a table-oriented view engine with
JavaScript acting as the default view definition language.

This package contains the binary needed to run a CouchDB instance.


%prep
%setup -q -n %{tarname}-%{version}
%apply_patches

%build
%configure2_5x \
    --with-js-include=%{_includedir}/js \
    --with-erlang=%{_libdir}/erlang%{_includedir}

%make


%install
%makeinstall_std

# Libdir for systemd unit
sed -i -e 's|@LIBDIR@|%{_libdir}|' %{SOURCE1}

# Install systemd unit
install -D -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

# Install tmpfiles entry
install -D -m 644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# Create /var/log/couchdb
mkdir -p %{buildroot}%{_localstatedir}/log/%{name}

# Create /var/lib/couchdb
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}

# Create /etc/couchdb/default.d
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/default.d

# Create /etc/couchdb/local.d
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/local.d

## Use /etc/sysconfig instead of /etc/default
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mv %{buildroot}%{_sysconfdir}/default/couchdb \
%{buildroot}%{_sysconfdir}/sysconfig/%{name}
rm -rf %{buildroot}%{_sysconfdir}/default

# Remove unecessary files
rm %{buildroot}%{_sysconfdir}/rc.d/couchdb
rm -rf  %{buildroot}%{_datadir}/doc/couchdb

# clean-up .la archives
find %{buildroot} -name '*.la' -delete


%pre bin
%_pre_useradd %{couchdb_user}  %{couchdb_home} /bin/bash


%post
%_post_service %{name}

%post bin
# (cg) NB This should really be before the _post_service above... but packaging
# here seems really bizare with it's split...
%_tmpfilescreate %{name}

%postun bin
%_postun_userdel %{couchdb_user}


%preun
%_preun_service %{name}


%files
%doc AUTHORS BUGS LICENSE NOTICE THANKS
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_unitdir}/%{name}.service

%files bin
%{_bindir}/*
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/local.d
%dir %{_sysconfdir}/%{name}/default.d
%config(noreplace) %attr(0644,%{couchdb_user},root) %{_sysconfdir}/%{name}/default.ini
%config(noreplace) %attr(0644,%{couchdb_user},root) %{_sysconfdir}/%{name}/local.ini
%{_tmpfilesdir}/%{name}.conf
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_infodir}/*
%dir %attr(0755,%{couchdb_user},root) %{_localstatedir}/log/%{name}
%dir %attr(0755,%{couchdb_user},root) %{_localstatedir}/run/%{name}
%dir %attr(0755,%{couchdb_user},root) %{_localstatedir}/lib/%{name}

%changelog
* Wed Sep 17 2014 Tigro <ashejn@gmail.com> 1.6.1-1
+ Revision: 4d28426
- update to 1.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 724 |14cr|countrycodes-1.0.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name        countrycodes
%define version     1.0.5
%define release     10

Name:       %{name}
Version:    %{version}
Release:    %{release}
Summary:    Country code finder
Source:     http://www.grigna.com/diego/linux/countrycodes/%{name}-%{version}.tar.bz2
URL:        http://www.grigna.com/diego/linux/countrycodes
License:    GPL
Group:      Networking/Other
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
Country codes is an ISO 3166 country code finder. It is mainly used to
determine to what country a domain name belongs. It also allows
searching by 2 or 3 letter codes, country number, and country name.

%prep
%setup -q

%build
cd src && make CCOPTS="%{optflags}"

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 src/iso3166 %{buildroot}%{_bindir}/iso3166
install -m 644 doc/iso3166.1.in %{buildroot}%{_mandir}/man1/iso3166.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc doc/Changelog doc/COPYING doc/INSTALL doc/LSM doc/README
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-10
+ Revision: 1a65373
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 725 |14cr|courier-authlib-0.65.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		courier-authlib
Version:	0.65.0
Release:	3
Summary:	Courier authentication library
Group:		System/Servers
License:	GPL
URL:		http://www.courier-mta.org
Source0:	http://prdownloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
Source1:	courier-authlib.sysconftool.m4
Source2:	courier-authlib.authdaemon-init
Patch0:		courier-authlib-0.65.sysconftool.patch
BuildRequires:	expect
BuildRequires:	libltdl-devel
BuildRequires:	gdbm-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel
Obsoletes:	courier-imap-utils
Obsoletes:	libcourier-authlib0
Conflicts:	courier-imap <= 3.0.8

%description
The Courier authentication library provides authentication
services for other Courier applications.

This package contains the Courier authentication daemon and common
authentication modules:

 o authcustom
 o authpam
 o authpwd
 o authshadow
 o courierauthsaslclient
 o courierauthsasl

%package -n courier-authdaemon
Summary:	Courier authentication daemon
Group:		System/Servers
Requires:	%{name} = %{version}
Requires:	expect
Requires(pre):	rpm-helper

%description -n courier-authdaemon
This package contains the Courier authentication daemon.

%package userdb
Summary:	Userdb support for the Courier authentication library
Group:		System/Servers
Requires(pre):	%{name} = %{version}

%description userdb
This package installs the userdb support for the Courier
authentication library.  Userdb is a simple way to manage virtual
mail accounts using a GDBM-based database file.

Install this package in order to be able to authenticate with
userdb.

%package ldap
Summary:	LDAP support for the Courier authentication library
Group:		System/Servers
Requires(pre):	%{name} = %{version}
Obsoletes:	courier-imap-ldap

%description ldap
This package installs LDAP support for the Courier authentication
library. Install this package in order to be able to authenticate
using LDAP.

%package mysql
Summary:	MySQL support for the Courier authentication library
Group:		System/Servers
Requires(pre):	%{name} = %{version}
Obsoletes:	courier-imap-mysql

%description mysql
This package installs MySQL support for the Courier authentication
library. Install this package in order to be able to authenticate
using MySQL.

%package pgsql
Summary:	PostgreSQL support for the Courier authentication library
Group:		System/Servers
Requires(pre):	%{name} = %{version}
Obsoletes:	courier-imap-pgsql

%description pgsql
This package installs PostgreSQL support for the Courier
authentication library. Install this package in order to be able
to authenticate using PostgreSQL.

%package sqlite
Summary:	SQLite support for the Courier authentication library
Group:		System/Servers
Requires(pre):	%{name} = %{version}

%description sqlite
This package installs SQLite support for the Courier
authentication library. Install this package in order to be able
to authenticate using SQLite.

%package devel
Summary:	Development libraries for the Courier authentication library
Group:		Development/C
Requires:	%{name} = %{version}

%description devel
This package contains the development libraries and files needed
to compile Courier packages that use this authentication library.
Install this package in order to build the rest of the Courier
packages. After they are built and installed this package can be
removed. Files in this package are not needed at runtime.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p 0 -b .sysconftool

cp %{SOURCE1} .

%build
%configure2_5x \
    --with-syslog=MAIL \
    --disable-ltdl-install \
    --with-db=gdbm \
    --with-random=/dev/urandom \
    --with-mailuser=daemon \
    --with-mailgroup=daemon \
    --with-authdaemonrc=%{_sysconfdir}/courier/authdaemonrc \
    --with-authdaemonvar=%{_localstatedir}/lib/authdaemon \
    --with-makedatprog=%{_sbindir}/makedatprog \
    --with-userdb=%{_sysconfdir}/userdb \
    --with-pkgconfdir=%{_sysconfdir}/courier \
    --with-authuserdb \
    --with-authpam \
    --with-authldap \
    --with-authldaprc=%{_sysconfdir}/courier/authldaprc \
    --with-authpwd \
    --with-authshadow \
    --without-authvchkpw \
    --with-authpgsqlrc=%{_sysconfdir}/courier/authpgsqlrc \
    --with-authpgsql \
    --with-pgsql-libs=%{_libdir} \
    --with-pgsql-includes=%{_includedir}/pgsql \
    --with-authmysqlrc=%{_sysconfdir}/courier/authmysqlrc \
    --with-authmysql \
    --with-mysql-libs=%{_libdir} \
    --with-mysql-includes=%{_includedir}/mysql \
    --with-authcustom
%make
%make authinfo

%check
%{__make} check

%install
%makeinstall_std

# fix perms
chmod 755 %{buildroot}%{_localstatedir}/lib/authdaemon

install -d %{buildroot}%{_var}/run/authdaemon

install -m 755 sysconftool %{buildroot}%{_libdir}/courier-authlib/
install -m 755 authmigrate %{buildroot}%{_libdir}/courier-authlib/

install -d -m 755 %{buildroot}%{_initrddir}
install -m 755 %{SOURCE2} %{buildroot}%{_initrddir}/courier-authdaemon
mv %{buildroot}%{_libdir}/courier-authlib/authdaemond %{buildroot}%{_sbindir}/authdaemond

mv %{buildroot}%{_libdir}/courier-authlib/makedatprog %{buildroot}%{_sbindir}/makedatprog

# some utils...
install -m 755 authinfo %{buildroot}%{_sbindir}/
install -m 755 authdaemontest %{buildroot}%{_sbindir}/
install -m 755 liblock/lockmail %{buildroot}%{_sbindir}/
install -m 644 liblock/lockmail.1 %{buildroot}%{_mandir}/man1/

# A hack to provide libraries under libdir to be able to pick up them w/o adding
# courier-authlib to LD_LIBRARY_PATH
for file in %{buildroot}%{_libdir}/courier-authlib/*.so
do
    ln -s %{_libdir}/courier-authlib/`basename $file` %{buildroot}%{_libdir}/`basename $file`
done

# fix configuration
for file in %{buildroot}%{_sysconfdir}/courier/*.dist; do
    mv $file  %{buildroot}%{_sysconfdir}/courier/`basename $file .dist`
done
chmod 644 %{buildroot}%{_sysconfdir}/courier/*

perl -pi \
    -e "s|^authmodulelist=.*|authmodulelist=\"authpam authpwd authshadow\"|g;" \
    -e "s|^authmodulelistorig=.*|authmodulelistorig=\"authpam authpwd authshadow\"|g;" \
    %{buildroot}%{_sysconfdir}/courier/authdaemonrc

cat > README.mdv << EOF
ROSA RPM specific notes

Upgrade
------
Default upgrade procedure consists of shipping new configuration files with
.dist suffix, then running sysconftool script to merge with current
configuration. This packages ships new configuration files with their final
name instead, wich will be saved by rpm as .rpmnew if original ones have been
modified, and run sysconftools script during upgrade automatically.
EOF

%post -n courier-authdaemon
%{_libdir}/courier-authlib/authmigrate >/dev/null
if [ -f %{_sysconfdir}/courier/authdaemonrc.rpmnew ]; then
    %{_libdir}/courier-authlib/sysconftool %{_sysconfdir}/courier/authdaemonrc.rpmnew >/dev/null
fi
%_post_service courier-authdaemon

%preun -n courier-authdaemon
%_preun_service courier-authdaemon

%post userdb
%{_initrddir}/courier-authdaemon condrestart 1>&2;

%postun userdb
if [ "$1" = "0" ]; then
    %{_initrddir}/courier-authdaemon condrestart 1>&2;
fi

%post ldap
%{_libdir}/courier-authlib/authmigrate >/dev/null
if [ -f %{_sysconfdir}/courier/authldaprc.rpmnew ]; then
    %{_libdir}/courier-authlib/sysconftool %{_sysconfdir}/courier/authldaprc.rpmnew >/dev/null
fi
%{_initrddir}/courier-authdaemon condrestart 1>&2;
    
%postun ldap
if [ "$1" = "0" ]; then
    %{_initrddir}/courier-authdaemon condrestart 1>&2;
fi

%post mysql
%{_libdir}/courier-authlib/authmigrate >/dev/null
if [ -f %{_sysconfdir}/courier/authmysqlrc.rpmnew ]; then
    %{_libdir}/courier-authlib/sysconftool %{_sysconfdir}/courier/authmysqlrc.rpmnew >/dev/null
fi
%{_initrddir}/courier-authdaemon condrestart 1>&2;
    
%postun mysql
if [ "$1" = "0" ]; then
    %{_initrddir}/courier-authdaemon condrestart 1>&2;
fi

%pre pgsql
%{_libdir}/courier-authlib/authmigrate >/dev/null

%post pgsql
%{_initrddir}/courier-authdaemon condrestart 1>&2;
    
%postun pgsql
if [ "$1" = "0" ]; then
    %{_initrddir}/courier-authdaemon condrestart 1>&2;
fi

%pre sqlite
%{_libdir}/courier-authlib/authmigrate >/dev/null

%post sqlite
%{_initrddir}/courier-authdaemon condrestart 1>&2;
    
%postun sqlite
if [ "$1" = "0" ]; then
    %{_initrddir}/courier-authdaemon condrestart 1>&2;
fi

%files
%defattr(-,root,root)
%doc README.mdv README README.authdebug.html README.html README_authlib.html
%doc NEWS COPYING* AUTHORS ChangeLog liblock/lockmail.html liblog/courierlogger.html
%dir %{_sysconfdir}/courier
%dir %{_libdir}/courier-authlib
%{_libdir}/courier-authlib/authmigrate
%{_libdir}/courier-authlib/authsystem.passwd
%{_libdir}/courier-authlib/sysconftool
%{_libdir}/courier-authlib/libcourierauthsaslclient.so.*
%{_libdir}/courier-authlib/libcourierauthsasl.so.*
%{_libdir}/courier-authlib/libcourierauthcommon.so.*
%{_libdir}/courier-authlib/libcourierauth.so.*
%{_libdir}/courier-authlib/libauthcustom.so.0
%{_libdir}/courier-authlib/libauthpam.so.0
%{_libdir}/courier-authlib/libauthpwd.so.0
%{_libdir}/courier-authlib/libauthshadow.so.0
%{_libdir}/courier-authlib/libauthpipe.so.0
%{_mandir}/man1/*

%files -n courier-authdaemon
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/courier/authdaemonrc
%{_sbindir}/authdaemond
%{_sbindir}/authdaemontest
%{_sbindir}/authenumerate
%{_sbindir}/authinfo
%{_sbindir}/authtest
%{_sbindir}/courierlogger
%{_sbindir}/lockmail
%{_sbindir}/authpasswd
%{_sbindir}/makedatprog
%{_initrddir}/courier-authdaemon
%{_localstatedir}/lib/authdaemon
%{_var}/run/authdaemon

%files userdb
%defattr(-,root,root)
%doc userdb/makeuserdb.html userdb/userdb.html userdb/userdbpw.html
%{_sbindir}/makeuserdb
%{_sbindir}/pw2userdb
%{_sbindir}/userdb
%{_sbindir}/userdb-test-cram-md5
%{_sbindir}/userdbpw
%{_libdir}/courier-authlib/libauthuserdb.so.0
%{_mandir}/man8/*userdb*

%files ldap
%defattr(-,root,root)
%doc README.ldap authldap.schema
%config(noreplace) %{_sysconfdir}/courier/authldaprc
%{_libdir}/courier-authlib/libauthldap.so.0

%files mysql
%defattr(-,root,root)
%doc README.authmysql.html README.authmysql.myownquery
%config(noreplace) %{_sysconfdir}/courier/authmysqlrc
%{_libdir}/courier-authlib/libauthmysql.so.0

%files pgsql
%defattr(-,root,root)
%doc README.authpostgres.html
%config(noreplace) %{_sysconfdir}/courier/authpgsqlrc
%{_libdir}/courier-authlib/libauthpgsql.so.0

%files sqlite
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/courier/authsqliterc
%{_libdir}/courier-authlib/libauthsqlite.so.0

%files devel
%defattr(-,root,root)
%doc authlib.html auth_*.html
%{_bindir}/courierauthconfig
%{_libdir}/courier-authlib/*.a
%{_libdir}/courier-authlib/*.so
%{_libdir}/*.so
%{_includedir}/*
%{_mandir}/man3/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.65.0-3
+ Revision: 2832c48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 726 |14cr|courier-imap-4.11.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		courier-imap
Version:	4.11.0
Release:	2
Summary:	IMAP server that uses Maildirs
License:	GPL
Group:		System/Servers
URL:		http://www.courier-mta.org
Source0:	http://prdownloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
Source1:	%{name}.imapd-init
Source2:	%{name}.imapd-ssl-init
Source3:	%{name}.pop3d-init
Source4:	%{name}.pop3d-ssl-init
Patch0:		courier-imap-4.11.0-pam_service_name.diff
Requires:	courier-base = %{version}
Requires:	courier-authdaemon
Requires(pre):	rpm-helper >= 0.21
Requires(post):	rpm-helper >= 0.19
Requires(preun):	rpm-helper >= 0.19
Requires(postun):	rpm-helper >= 0.19
BuildRequires:	gdbm-devel
BuildRequires:	openssl-devel
BuildRequires:	libidn-devel
BuildRequires:	locales-en
BuildRequires:	courier-authlib-devel
BuildRequires:	courier-authdaemon
BuildRequires:	rpm-helper >= 0.21

%description
Courier-IMAP is an IMAP server for Maildir mailboxes. This package contains
the standalone version of the IMAP server that's included in the Courier
mail server package. This package is a standalone version for use with
other mail servers. Do not install this package if you intend to install
the full Courier mail server.  Install the Courier package instead.

%package -n courier-base
Summary:	Courier base files for POP and IMAP servers
Group:		System/Servers
Obsoletes:	maildirmake++

%description -n courier-base
This package contains the base files for POP and IMAP servers.

%package -n courier-pop
Summary:	Courier POP servers
Group:		System/Servers
Requires:	courier-base = %{version}
Requires:	courier-authdaemon
Requires(pre):	rpm-helper

%description -n courier-pop
This package contains the POP servers of the Courier-IMAP
server suite.

%prep
%setup -q
%patch0 -p1
chmod 644 maildir/README.sharedfolders.html imap/README.html


%build
export LD_LIBRARY_PATH="%{_libdir}/courier-authlib"
%serverbuild
%configure2_5x \
    --enable-unicode \
    --libexec=%{_libdir}/%{name} \
    --datadir=%{_datadir}/%{name} \
    --sysconfdir=%{_sysconfdir}/courier

%make

#% check
# force utf8, otherwise tests fails
#export LC_ALL=en_US.UTF-8
#% {__make} check

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_initrddir}
install -d -m 755 %{buildroot}%{_sysconfdir}/pam.d
%makeinstall_std

# delete upstream init scripts and install custom one
rm -f  %{buildroot}%{_libdir}/%{name}/*.rc
install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/courier-imapd
install -m 755 %{SOURCE2} %{buildroot}%{_initrddir}/courier-imapd-ssl
install -m 755 %{SOURCE3} %{buildroot}%{_initrddir}/courier-pop3d
install -m 755 %{SOURCE4} %{buildroot}%{_initrddir}/courier-pop3d-ssl
perl -pi -e 's|\@libdir\@|%{_libdir}|' %{buildroot}%{_initrddir}/*

# fix configuration
for file in %{buildroot}%{_sysconfdir}/courier/*.dist; do
    mv $file  %{buildroot}%{_sysconfdir}/courier/`basename $file .dist`
done
chmod 644 %{buildroot}%{_sysconfdir}/courier/imapd*
chmod 644 %{buildroot}%{_sysconfdir}/courier/pop3d*

# fix pam configuration
rm -f %{buildroot}%{_sysconfdir}/pam.d/*
cat > %{buildroot}%{_sysconfdir}/pam.d/courier-imap <<EOF
auth	required	pam_nologin.so
auth	include	system-auth
account	include	system-auth
session	include	system-auth
EOF
cat > %{buildroot}%{_sysconfdir}/pam.d/courier-pop3 <<EOF
auth	required	pam_nologin.so
auth	include	system-auth
account	include	system-auth
session	include	system-auth
EOF

# fix name conflict for doc files
cp imap/README imap/README.imap
cp rfc822/ChangeLog rfc822/ChangeLog.rfc822
cp unicode/README unicode/README.unicode

# Maildir
install -d -m 755 %{buildroot}%{_sysconfdir}/skel
(cd %{buildroot}%{_sysconfdir}/skel && %{buildroot}%{_bindir}/maildirmake Maildir)


cat > README.mdv << EOF
Mandriva RPM specific notes

Upgrade
-------
Upstream upgrade procedure consists of shipping new configuration files with
.dist suffix, then running sysconftool script to merge with current
configuration. This packages ships new configuration files with their final
name instead, wich will be saved by rpm as .rpmnew if original ones have been
modified, and run sysconftools script during upgrade automatically.

Init scripts
------------
Upstream init system consist of one unique init script, using values in
configuration files to select wich services to run. This package ships a
replacement init system, composed of four distincts standard services script
for each server, so as to use normal procedure (chkconfig command) to determine
which one to run. As a side-effect, the various *START variables in
configuration files have no effect.
EOF

# replace SSL certs configuration with our own
rm -f %{buildroot}%{_sysconfdir}/courier/imapd.cnf
rm -f %{buildroot}%{_sysconfdir}/courier/pop3d.cnf
perl -pi \
    -e 's|TLS_CERTFILE=.*|TLS_CERTFILE=%{_sysconfdir}/pki/tls/private/courier-imap.pem|'\
    %{buildroot}%{_sysconfdir}/courier/imapd-ssl
perl -pi \
    -e 's|TLS_CERTFILE=.*|TLS_CERTFILE=%{_sysconfdir}/pki/tls/private/courier-pop.pem|'\
    %{buildroot}%{_sysconfdir}/courier/pop3d-ssl

%post
if [ -f %{_sysconfdir}/courier/imapd.rpmnew ]; then
    %{_libdir}/courier-authlib/sysconftool %{_sysconfdir}/courier/imapd.rpmnew >/dev/null
fi
if [ -f %{_sysconfdir}/courier/imapd-ssl.rpmnew ]; then
    %{_libdir}/courier-authlib/sysconftool %{_sysconfdir}/courier/imapd-ssl.rpmnew >/dev/null
fi
%_post_service courier-imapd
%_post_service courier-imapd-ssl
%_create_ssl_certificate courier-imap -b

%preun 
%_preun_service courier-imapd
%_preun_service courier-imapd-ssl

%post -n courier-pop
%_create_ssl_certificate courier-pop -b
if [ -f %{_sysconfdir}/courier/pop3d.rpmnew ]; then
    %{_libdir}/courier-authlib/sysconftool %{_sysconfdir}/courier/pop3d.rpmnew >/dev/null
fi
if [ -f %{_sysconfdir}/courier/pop3d-ssl.rpmnew ]; then
    %{_libdir}/courier-authlib/sysconftool %{_sysconfdir}/courier/pop3d-ssl.rpmnew >/dev/null
fi
%_post_service courier-pop3d
%_post_service courier-pop3d-ssl

%preun -n courier-pop
%_preun_service courier-pop3d
%_preun_service courier-pop3d-ssl

%clean
rm -rf %{buildroot}

%files -n courier-base
%defattr(-,root,root)
%doc INSTALL INSTALL.html NEWS README README.mdv
%doc liblock/*.html
%doc maildir/README.* maildir/*.html
%doc rfc2045/*.html
%doc rfc822/ChangeLog.rfc822 rfc822/rfc822.html
%doc tcpd/README.* tcpd/*.html
%doc unicode/README.*
%doc maildir/maildirmake.html
%config(noreplace) %{_sysconfdir}/courier/quotawarnmsg.example
%config(noreplace) %{_sysconfdir}/courier/shared
%config(noreplace) %{_sysconfdir}/courier/shared.tmp
%config(noreplace) %{_sysconfdir}/skel/Maildir
%{_bindir}/maildirmake
%{_bindir}/deliverquota
%{_bindir}/couriertls
%{_bindir}/maildirkw
%{_bindir}/maildiracl
%{_sbindir}/sharedindexinstall
%{_sbindir}/sharedindexsplit
%{_mandir}/man1/maildirmake.1*
%{_mandir}/man1/couriertcpd.1*
%{_mandir}/man1/maildiracl.1*
%{_mandir}/man1/maildirkw.1*
%{_mandir}/man8/deliverquota.8*
%{_libdir}/%{name}

%files
%defattr(-,root,root)
%doc imap/BUGS imap/ChangeLog imap/README.* imap/*.html
%config(noreplace) %{_sysconfdir}/pam.d/courier-imap
%config(noreplace) %{_sysconfdir}/courier/imapd
%config(noreplace) %{_sysconfdir}/courier/imapd-ssl
%{_initrddir}/courier-imapd
%{_initrddir}/courier-imapd-ssl
%{_bindir}/imapd
%{_sbindir}/imaplogin
%{_sbindir}/mkimapdcert
%{_mandir}/man8/imapd.8*
%{_mandir}/man8/mkimapdcert.8*
%{_datadir}/%{name}/mkimapdcert

%files -n courier-pop
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/pam.d/courier-pop3
%config(noreplace) %{_sysconfdir}/courier/pop3d
%config(noreplace) %{_sysconfdir}/courier/pop3d-ssl
%{_initrddir}/courier-pop3d
%{_initrddir}/courier-pop3d-ssl
%{_bindir}/pop3d
%{_sbindir}/pop3login
%{_sbindir}/mkpop3dcert
%{_mandir}/man8/mkpop3dcert.8*
%{_datadir}/%{name}/mkpop3dcert



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.11.0-2
+ Revision: ee2875c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 727 |14cr|couturier-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package	%nil
Name:		couturier 
Summary:	Merge PDF in LINUX
Version:	0.5
Release:	2
Source0:	http://dl.dropbox.com/u/1111373/Couturier/Karmic/%name-%version.tar.gz 
URL:		http://sites.google.com/site/couturierapp/
Group:		Office 
License:	GPLv3
BuildRequires:	mono-devel
BuildRequires:	gnome-sharp2-devel
BuildRequires:	glade-sharp2
	
%description
Couturier is a PDF merge application for the GNOME Desktop. 
It allows to merge multiple documents like PDF or images 
into one single PDF document

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files 
%_bindir/%name
%_libdir/%name
%_libdir/pkgconfig/%name.core.pc
%_datadir/applications/%name.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-2
+ Revision: 742a7f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 728 |14cr|cowbell-0.2.7.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	cowbell
%define version 0.2.7.1
%define release 9

Name: 	 	%{name}
Summary: 	Music collection organizer and editor
Version: 	%{version}
Release: 	%{release}

Source:		http://more-cowbell.org/releases/%{name}-%{version}.tar.bz2
URL:		http://more-cowbell.org/
License:	GPLv2+
Group:		Sound
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	pkgconfig imagemagick
BuildRequires:	mono-devel gtk-sharp2 glade-sharp2
BuildRequires:	taglib-devel
BuildRequires:  perl(XML::Parser)
BuildRequires:  desktop-file-utils

%description
Do you ever pull your hair out trying to hand-edit all your tags with some
arcane editor? Tell your inner OCD to take a hike because Cowbell is coming
to town.

Cowbell is an elegant music organizer intended to make keeping your
collection tidy both fun and easy.

Infused with Amazon Web Services SOAP-fu, Cowbell can whip your music
platoon into shape without even getting your boots muddy. And, if that isn't
enough to make you want to rush to the Download link, Cowbell can also
snatch album art and rename your music files like a pro.

%prep
%setup -q

%build
perl -p -i -e 's/lib\/cowbell/%{_lib}\/cowbell/g' Makefile* cowbell.in
%configure2_5x
%make
										
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

#menu

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Audio" \
  --add-category="Recorder" \
  --add-category="AudioVideo" \
  --add-category="X-MandrivaLinux-Multimedia-Sound" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
convert -size 48x48 resources/%name.svg $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
convert -size 32x32 resources/%name.png $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
convert -size 16x16 resources/%name.png $RPM_BUILD_ROOT/%_miconsdir/%name.png

%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/%name
%{_libdir}/%name
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.7.1-9
+ Revision: f36115a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 729 |14cr|cowdancer-0.48-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    cowdancer
%define version 0.48
%define release 5

Summary:	Copy-on-write directory tree utility
Name:		%name
Version: 	%version
Release: 	%release
License: GPL
Group: Development/Other 
Source: %{name}_%{version}.tar.gz
Patch0: Makefile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Tries to make copy-on-write semantics upon hard-link copied
directory trees generated with 'cp -la'.
'cow-shell' command invokes a shell session. Within that session,
under the directory cow-shell was invoked, cowdancer will create 
a new file when existing i-nodes are opened for  write.
Useful for quick scratch workspace and experimentation.
'cowbuilder' command is a wrapper for pbuilder which allows using 
pbuilder-like interface over cowdancer environment.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0

%build
%{make}

%install
rm -rf %{buildroot}
%{makeinstall_std} LIBDIR=%_libdir

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc COPYING NEWS ChangeLog
%{_bindir}/*
%{_sbindir}/*
%{_libdir}/%{name}/*
%{_mandir}/man*/*
%{_sysconfdir}/bash_completion.d/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.48-5
+ Revision: abfef26
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 730 |14cr|cowpatty-4.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name cowpatty
%define version 4.3
%define release 4

Name: %{name}
Summary: Brute-force dictionary attack against WPA-PSK
Version: %{version}
Release: %{release}
Source: %{name}-%{version}.tgz
Group: Networking/Other
URL: http://cowpatty.sf.net
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: openssl-devel libpcap-devel
License: GPLv2

%description
coWPAtty is designed to audit the pre-shared key (PSK) selection for WPA
networks based on the TKIP protocol. Supply a libpcap file that includes the
TKIP four-way handshake to mount an offline dictionary attack with a supplied
wordlist.

See the README for more details.

%prep
%setup -q 

%build
make
make love

%install
rm -rf $RPM_BUILD_ROOT 
# make install is broken
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
cp cowpatty genpmk $RPM_BUILD_ROOT/%{_bindir}/

%clean
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root)
%doc AUTHORS CHANGELOG COPYING FAQ README TODO dict 
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3-4
+ Revision: 377a601
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 731 |14cr|cowsay-3.03-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    cowsay
%define version 3.03
%define release 21

Name:       %{name}
Version:    %{version}
Release:    %{release}
Summary:    Configurable talking cow
License:    Artistic and GPL
Group:      Toys
URL:        http://www.nog.net/~tony/warez/cowsay.shtml
Source0:    http://www.nog.net/~tony/warez/%{name}-%{version}.tar.bz2
Source9:    duck.cow
Source10:   apt.cow
Source11:   calvin.cow
Source12:   cock.cow
Source13:   small-duck.cow
Source14:   gnu.cow
Source15:   sodomized-sheep.cow
Source16:   suse.cow
Source17:   shark.cow
Source18:   girafe.cow
Source19:   phaco.cow
Source20:   pumpkin.cow
Source21:   kenny.cow
Patch0:		%{name}.save.the.world.patch
Patch1:		%{name}-3.03-elephant-in-snake.cow.patch
Patch2:		%{name}-3.03-luke-koala.cow.patch
Patch3:		%{name}-3.03-mech-and-cow.cow.patch
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
Funny program to create ASCII images like cows, sheeps and much more.

%prep
%setup -q
perl -pi -e 's|%BANGPERL%|!%{_bindir}/perl|' cowsay
perl -pi -e 's|%PREFIX%|%{_prefix}|' cowsay cowsay.1
%patch0
%patch1 -p 1
%patch2 -p 1
%patch3 -p 1

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 cowsay %{buildroot}%{_bindir}
(cd %{buildroot}%{_bindir} && ln -s cowsay cowthink)

install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 644 cowsay.1 %{buildroot}%{_mandir}/man1
(cd %{buildroot}%{_mandir}/man1 && ln -s cowsay.1 cowthink.1)

install -d -m 755 %{buildroot}%{_datadir}/cows
install -m 644 cows/* %{buildroot}%{_datadir}/cows
install -m 644 %{SOURCE10} %{buildroot}%{_datadir}/cows
install -m 644 %{SOURCE11} %{buildroot}%{_datadir}/cows
install -m 644 %{SOURCE12} %{buildroot}%{_datadir}/cows
install -m 644 %{SOURCE13} %{buildroot}%{_datadir}/cows
install -m 644 %{SOURCE14} %{buildroot}%{_datadir}/cows
install -m 644 %{SOURCE15} %{buildroot}%{_datadir}/cows
install -m 644 %{SOURCE16} %{buildroot}%{_datadir}/cows
install -m 644 %{SOURCE17} %{buildroot}%{_datadir}/cows
install -m 644 %{SOURCE18} %{buildroot}%{_datadir}/cows
install -m 644 %{SOURCE19} %{buildroot}%{_datadir}/cows
install -m 644 %{SOURCE20} %{buildroot}%{_datadir}/cows
install -m 644 %{SOURCE21} %{buildroot}%{_datadir}/cows

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE README INSTALL
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/cows




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.03-21
+ Revision: 2a2e53d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 732 |14cr|cpanminus-1.501.800-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-cpanminus
%define upstream_version 1.5018

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(App::cpanminus::script\\)'
%endif

Name:       cpanminus
Version:    %perl_convert_version %{upstream_version}
Release:    6

Summary:    Get, unpack, build and install modules from CPAN

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::Install)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(LWP)
BuildRequires: perl(Module::Build)
BuildRequires: perl-devel

BuildArch: noarch

%description
cpanminus is a script to get, unpack, build and install modules from CPAN.

Why? It's dependency free, requires zero configuration, and stands alone --
but it's maintainable and extensible with plugins and friendly to shell
scripting. When running, it requires only 10MB of RAM.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_bindir}/cpanm
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.501.800-6
+ Revision: 8fa180d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 733 |14cr|cpan-upload-2.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       cpan-upload
Version:    2.2
Release:    7
Summary:    Upload one or more files to CPAN, using PAUSE
License:    GPL or Artistic
Group:      Development/Perl
URL:        http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/scripts
Source:     http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/scripts/%{name}-%{version}.tar.gz
BuildRequires:  perl-devel
BuildRequires: perl(AppConfig::Std) >= 1.05
BuildRequires: perl(Pod::Usage) >= 1.14
BuildRequires: perl(Net::FTP) >= 2.28
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(File::Basename) >= 2.28
BuildRequires: perl(Term::ReadKey)
BuildArch:      noarch

%description
cpan-upload is a script which automates the process of uploading a file to
CPAN using PAUSE, the Perl Authors Upload Server.

%prep
%setup -q

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%{__make} test

%install
%makeinstall_std

%files
%defattr(-,root,root)
%doc README ChangeLog
%{_mandir}/*/*
%{_bindir}/%name





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-7
+ Revision: 2979ec1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 734 |14cr|cpp2latex-2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name cpp2latex
%define version 2.3
%define release 2

Summary:	Converts C/C++ code to a LaTeX file
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/C++
Url:		http://www.arnoldarts.de/drupal/?q=Cpp2LaTeX
Source0:	http://www.arnoldarts.de/drupal/files/downloads/cpp2latex/%{name}-%{version}.tar.bz2
BuildRequires:	flex
Requires:	tetex-latex
Patch1:		cpp2latex-2.3-gcc43.patch
Patch0:		cpp2latex-2.3.patch
Patch2:		cpp2latex-2.3-tests.patch

%description
cpp2latex takes as input a C or C++ source file and outputs a LaTeX
file that is a beautified listing (optionally the output can contain
the 'documentstyle' header and so on).

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
./configure --prefix=%{_prefix}
%make CFLAGS="-DC_PLUSPLUS $RPM_OPT_FLAGS"

%install
%makeinstall_std

%files
%doc README ChangeLog
%{_bindir}/cpp2latex

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3-2
+ Revision: 3bbe155
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 735 |14cr|cppcheck-1.63-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       cppcheck
Version:    1.63
Release:    2
License:    GPLv3+
Summary:    Static analysis tool for C/C++
Group:      Development/Other
Url:        http://cppcheck.sourceforge.net/
Source0:    http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:  docbook-style-xsl
BuildRequires:  libxslt-proc
BuildRequires:  pcre-devel
Requires:       python-pygments

%description
This program tries to detect bugs that your C/C++ compiler don't see. Cppcheck
is versatile. You can check non-standard code that includes various compiler
extensions, inline assembly code, etc. Its goal is no false positives.

%prep
%setup -q

%build
CXXFLAGS="%{optflags}" LDFLAGS="%{ldflags}" CFGDIR="%{_datadir}/%{name}" %make

# this command line is documented inside cppcheck.1.xml
cd man
xsltproc --nonet --param man.charmap.use.subset "0" \
   --param make.year.ranges "1" --param make.single.year.ranges "1" \
   /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
   cppcheck.1.xml

%check
CXXFLAGS="%{optflags}" LDFLAGS="%{ldflags}" CFGDIR="%{_datadir}/%{name}" %make test

%install
rm -rf %{buildroot}
%makeinstall DESTDIR=%{buildroot}
mkdir -p %{buildroot}%{_mandir}/man1
install -m 0644 man/cppcheck.1 %{buildroot}/%{_mandir}/man1
install -m 0755 -d %{buildroot}/%{_datadir}/%{name}
install -m 0644 cfg/*.cfg %{buildroot}/%{_datadir}/%{name}

%files
%doc AUTHORS readme.txt
%{_mandir}/man1/cppcheck.1*
%{_bindir}/cppcheck
%{_bindir}/cppcheck-htmlreport
%{_datadir}/%{name}/*.cfg

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.63-2
+ Revision: ba9b8fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 736 |14cr|cpptasks-1.0-0.b4.4.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free
%define debug_package %{nil}
%define gcj_support 1

Name:           cpptasks
Version:        1.0
Release:        %mkrel 0.b4.4.4
Epoch:          0
Summary:        Compile and link task
License:        Apache License
URL:            http://ant-contrib.sourceforge.net/
Group:          Development/Java
#Vendor:         JPackage Project
#Distribution:   JPackage
Source0:        http://easynews.dl.sourceforge.net/ant-contrib/cpptasks-1.0b4.tar.bz2
Source1:	cpptasks-antlib.xml
Requires:	xerces-j2
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit >= 0:1.6
BuildRequires:  junit
BuildRequires:  xerces-j2
Requires:  	ant >= 0:1.6
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%if %{gcj_support}
BuildRequires:	java-gcj-compat-devel
%else
BuildArch:	noarch
%endif

%description
This task can compile various source languages 
and produce executables, shared libraries 
(aka DLL's) and static libraries. Compiler 
adaptors are currently available for several 
C/C++ compilers, FORTRAN, MIDL and Windows 
Resource files. 

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%package        manual
Summary:        Docs for %{name}
Group:          Development/Java

%description    manual
%{summary}.

%prep
%setup -q -n %{name}-%{version}b4
find . -name "*.jar" -exec rm {} \;


%build
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=$(build-classpath xerces-j2)
%{__mkdir_p} build/classes/net/sf/antcontrib/cpptasks
install -m 644 %{SOURCE1} build/classes/net/sf/antcontrib/cpptasks/antlib.xml
%ant jars javadocs

%install
rm -rf $RPM_BUILD_ROOT

# jars
install -Dpm 644 build/lib/%{name}.jar \
      $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# javadoc
install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# manual
install -dm 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
cp -pr docs/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
#cp -p LICENSE $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
#cp -p NOTICE $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}

for i in LICENSE NOTICE `find $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} -type f`; do
  %{__perl} -pi -e 's/\r$//g' $i
done

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc LICENSE NOTICE
%{_javadir}/*.jar
%if %{gcj_support}
%{_libdir}/gcj/%{name}
%endif

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files manual
%defattr(-,root,root,-)
%doc %{_docdir}/%{name}-%{version}

# -----------------------------------------------------------------------------



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0:1.0-0.b4.4.4
+ Revision: 7fb4dd0
- Automatic import for version 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 737 |14cr|cpptest-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname cpptest %{major}
%define develname %mklibname -d cpptest

Summary:	A portable and powerful and simple unit testing framework for C++
Name:		cpptest
Version:	1.1.2
Release:	2
Group:		System/Libraries
License:	LGPLv2+
URL:		http://%{name}.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	autoconf
BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:	pkgconfig

%description
CppTest is a portable and powerful, yet simple, unit testing framework for
handling automated tests in C++. The focus lies on usability and extendability.

%package -n	%{libname}
Summary:	A portable and powerful and simple unit testing framework for C++
Group:          System/Libraries

%description -n	%{libname}
CppTest is a portable and powerful, yet simple, unit testing framework
for handling automated tests in C++. The focus lies on usability and
extendability.

%package -n	%{develname}
Summary:	Development files for the cpptest library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Requires:	%{libname} >= %{version}
Requires:	pkgconfig

%description -n	%{develname}
This package contains libraries and header files for developing applications
that use cpptest.

%prep

%setup -q

%build
autoreconf -fi
%configure2_5x \
    --disable-static \
    --enable-doc
%make

%install
%makeinstall_std

find %{buildroot} -name '*.la' -exec rm -f {} ';'

# Not useful. Aready present in html and images folder
rm -f %{buildroot}/%{_datadir}/doc/%{name}/screenshot*png
rm -f %{buildroot}/%{_datadir}/doc/%{name}/index.html
rm -f %{buildroot}/%{_datadir}/doc/%{name}/html-example.html

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc NEWS COPYING AUTHORS ChangeLog
%doc doc/html
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-2
+ Revision: d651b1c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 738 |14cr|cproto-4.7g-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	cproto
%define	version	4.7g
%define release 2

Summary:	Generates function prototypes and variable declarations from C code
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	Public Domain
Group:		Development/C
Url:		http://sourceforge.net/projects/cproto/
Source0:	ftp://invisible-island.net/cproto/%{name}-%{version}.tgz
BuildRequires:	byacc flex
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Cproto generates function prototypes and variable declarations from
C source code.  Cproto can also convert function definitions between the
old style and the ANSI C style.  This conversion will overwrite the
original files, however, so be sure to make a backup copy of your original
files in case something goes wrong.  Since cproto uses a Yacc generated
parser, it shouldn't be confused by complex function definitions as much
as other prototype generators) because it uses a Yacc generated parser.  

Cproto will be useful for C programmers, so install cproto if you are going
to do any C programming.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall
mkdir $RPM_BUILD_ROOT%{_mandir}/man1
mv -f $RPM_BUILD_ROOT%{_mandir}/*.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CHANGES README
%{_bindir}/cproto
%{_mandir}/*/cproto.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.7g-2
+ Revision: fc6b332
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 739 |14cr|cpu-1.4.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	cpu
%define version 1.4.3
%define release 11

%define	lib_major 0
%define	libname %mklibname %name %lib_major
%define	libnamedev %mklibname %name -d

Summary:	Ldap aware command like useradd, userdel, usermod and others
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://prdownloads.sourceforge.net/cpu/cpu-%version.tar.bz2
# first hunk taken from the debian unstable package,
# author is Guido Trotter <ultrotter@debian.org>
Patch0:		cpu-1.4.3-gcc4.patch
Patch1: 	cpu-1.4.3-fix_open_usage.diff
Patch2:		cpu-1.4.3-fix_makefile.diff
Patch3:		cpu-1.4.3-linkage.patch
License:	GPLv2+
Url:		http://cpu.sourceforge.net
Group:		System/Base
BuildRequires:	openldap-devel
Conflicts:	%{_lib}cpu0-devel < 1.4.3-8
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
CPU is an LDAP user management tool written in C and loosely based
on FreeBSD's pw(8). The goal of CPU is to be a suitable replacement
of the useradd/usermod/userdel utilities for administrators using an
LDAP backend and wishing to have a suite of command line tools for
doing the administration.

%package -n %libname

Summary:	Ldap aware command like useradd, userdel, usermod and others
Group:		System/Base

%description -n %libname
CPU is an LDAP user management tool written in C and loosely based
on FreeBSD's pw(8). The goal of CPU is to be a suitable replacement
of the useradd/usermod/userdel utilities for administrators using an
LDAP backend and wishing to have a suite of command line tools for
doing the administration.

%package -n %libnamedev

Summary:	Ldap aware command like useradd, userdel, usermod and others
Group:		System/Base
Requires:	%libname = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}cpu0-devel < 1.4.3-8

%description -n %libnamedev
CPU is an LDAP user management tool written in C and loosely based
on FreeBSD's pw(8). The goal of CPU is to be a suitable replacement
of the useradd/usermod/userdel utilities for administrators using an
LDAP backend and wishing to have a suite of command line tools for
doing the administration.

%prep
%setup -q
%patch0 -p1 -b .gcc4
%patch1 -p0
%patch2 -p0
%patch3 -p0

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

rm -f $RPM_BUILD_ROOT%{_datadir}/{cpu.conf.doc,test.ldif}

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc AUTHORS COPYING INSTALL NEWS README doc/cpu.conf.doc
%{_mandir}/man8/*
%{_mandir}/man5/*
%{_sbindir}/cpu
%{_libdir}/libcpu_ldap.so
%config(noreplace) %{_sysconfdir}/cpu.conf

%files -n %libname
%defattr(-, root, root)
%_libdir/*.so.%{lib_major}*

%files -n %libnamedev
%defattr(-, root, root)
%{_libdir}/libcputil.so
%_libdir/*.*a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.3-11
+ Revision: f95254b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 740 |14cr|cpuburn-1.4a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%nil

Summary:	CPU testing utilities
Name:		cpuburn
Version:	1.4a
Release:	3
License:	GPLv2+
Group:		Monitoring
URL:		http://pages.sbcglobal.net/redelm/
Source0:	%{name}-%{version}.tar.gz
ExclusiveArch:	%{ix86}

%description
CPU testing utilities in optimized assembler for maximum loading P6 (Intel
Pentium Pro, Pentium II, Celeron and Pentium III TM), AMD K6, and P5
Pentium chips.

%files
%doc Design README
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
gcc -s -nostdlib -o burnP6 burnP6.S
gcc -s -nostdlib -o burnBX burnBX.S
gcc -s -nostdlib -o burnK6 burnK6.S
gcc -s -nostdlib -o burnK7 burnK7.S
gcc -s -nostdlib -o burnMMX burnMMX.S
gcc -s -nostdlib -o burnP5 burnP5.S

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 {burnP6,burnBX,burnK6,burnK7,burnMMX,burnP5} \
	%{buildroot}%{_bindir}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4a-3
+ Revision: 3b41444
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 741 |14cr|cpudyn-1.0.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package   %nil

Summary: A tools to control CPU frequency
Name:    cpudyn
Version: 1.0.1
Release: 10
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}.service
License: GPL
Group:   System/Kernel and hardware
Url:     http://mnm.uib.es/~gallir/cpudyn/
Requires(pre):    rpm-helper
Requires(post):   rpm-helper
Requires(post):   systemd-units
Requires(preun):  systemd-units
Requires(postun): systemd-units
Patch0: cpudyn-printf-format.patch

%description
This program control the speed in Intel SpeedStep, Pentium 4 Mobile
and PowerPC machines with the cpufreq compiled in the kernel.

It allows to reduce cpu speed in order to save battery and reduce 
temperature of the processor. It can also put the drive on standby mode.

Tested with 2.4, Pentium 3 Speedstep Laptop (Dell Latitude),
Pentium 4 Mobile Laptop (Dell Inspiron), AMD Power Now, Apple iBook,
IBM Thinkpad. cpudyn is just a user space program, so it will work on
every processor supported by the kernel's cpufreq driver.

%prep
%setup -q -n %{name}
%patch0 -p0

%build
%make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}{%{_sbindir},%{_mandir}/man8,%{_sysconfdir}/sysconfig}
cp cpudynd %{buildroot}%{_sbindir}/cpudynd
#bzip2 cpudynd.8
cp cpudynd.8 %{buildroot}%{_mandir}/man8/

install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

cat > %{buildroot}/%{_sysconfdir}/sysconfig/%{name} <<EOF
# see man 8 cpudynd  for details
OPTS="-i 1 -p 0.5 0.90"
EOF

%files
%{_sbindir}/cpudynd
%{_mandir}/man8/cpudynd*
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_unitdir}/%{name}.service

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-10
+ Revision: e31c521
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 742 |14cr|cpuid-1.0-0.20120601.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot 20120601

Summary:	Dumps CPUID information about the CPU(s)
Name:		cpuid
Version:	1.0
Release:	%mkrel 0.%{snapshot}.1
License:	BSD
Source0:	cpuid-%{snapshot}.src.tar.gz
Group:		System/Kernel and hardware
URL:		http://www.etallen.com

%description
Cpuid dumps detailed information about the CPU(s) gathered from the
CPUID instruction, and also determines the exact model of CPU(s). It
supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix,
UMC, NexGen, and Rise CPUs.

%prep
%setup -q -n %{name}-%{snapshot}

%build
make

%install
mkdir -p %{buildroot}%{_bindir} \
	%{buildroot}%{_mandir}/man1

install -m 755 cpuid %{buildroot}%{_bindir}
install -m 644 cpuid.man %{buildroot}%{_mandir}/man1/cpuid.1

%files
%defattr(-,root,root)
%doc ChangeLog FUTURE LICENSE
%{_bindir}/cpuid
%{_mandir}/man1/cpuid.1*




%changelog
* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0-0.20120601.1
+ Revision: 45a54ef
- Automatic import for version 1.0-0.20120601.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 743 |14cr|cpulimit-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	cpulimit
%define version	1.1
%define release 8
%define svnrel r35

Name:		%name
Version:	%version
Release:	%release
Summary:	CPU Usage Limiter
URL:		http://cpulimit.sourceforge.net/
Source:		cpulimit-%{version}.%{svnrel}.tar.gz
License:	GPLv2+
Group:		Monitoring
BuildRoot:	%{_tmppath}/%{name}-root
%description
cpulimit is a simple program that attempts to limit the cpu usage of a
process (expressed in percentage, not in cpu time). This is useful to
control batch jobs, when you don't want they eat too much cpu. It does
not act on the nice value or other scheduling priority stuff, but on
the real cpu usage. Also, it is able to adapt itself to the overall
system load, dynamically and quickly.

%prep
%setup -q

%build
%make

%install
%{__rm} -Rf $RPM_BUILD_ROOT
%{__mkdir} -p $RPM_BUILD_ROOT%{_bindir}
%{__cp} -p %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}

%clean
%{__rm} -Rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-8
+ Revision: 14c6af3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 744 |14cr|CQRlib-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:           CQRlib
Version:        1.1.2
Release:        2
Summary:        ANSI C API for quaternion arithmetic and rotation

Group:          System/Libraries
License:        LGPLv2+
URL:            http://cqrlib.sourceforge.net/
Source0:        http://downloads.sourceforge.net/project/cqrlib/cqrlib/CQRlib-%{version}/CQRlib-%{version}.tar.gz
# to fix /-dynamic/-rdynamic/ issue, reported to upstream
Patch0:         CQRlib-1.0.6-dynamic.patch
# to fix libdir for lib64 architecture
Patch1:         CQRlib-1.0.6-lib64.patch
BuildRequires:  libtool

%description
CQRlib is an ANSI C implementation of a utility library for quaternion
arithmetic and quaternion rotation math.

%package -n %{libname}
Summary:        The CQRlib shared library
Group:          System/Libraries
Requires:       %{name}

%description -n %{libname}
The CQRlib shared library.

%package -n %{develname}
Summary:        Development tools for compiling programs using CQRlib
Group:          Development/Other
Requires:       %{libname} = %{EVRD}
Provides:       %{name}-devel

%description -n %{develname}
The CQRlib-devel package includes the header and library files for
developing applications that use CQRlib.

%prep
%setup -q

%patch0 -p1 -b .dynamic
%if %{_lib} == lib64
%patch1 -p1 -b .lib64
%endif

%build
%make

%install
# %makeinstall_std
make install CFLAGS="%{optflags}" INSTALLDIR="%{buildroot}%{_prefix}"

# remove .a files
find %{buildroot} -name '*.a' -exec rm -f {} ';'

%check
make tests

%files
%doc README_CQRlib.html README_CQRlib.txt lgpl.txt

%files -n %{libname}
%{_libdir}/libCQRlib.so.%{major}*

%files -n %{develname}
%{_includedir}/cqrlib.h
%{_libdir}/libCQRlib.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-2
+ Revision: af8107f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 745 |14cr|crafty-19.19-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 19.19
%define release 6
%define Werror_cflags %nil

Summary:	A free chess program, plays decent game of chess
Name:		crafty
Version:	%{version}
Release:	%{release}
License:	Freeware
Group:		Games/Boards
URL:		http://www.cis.uab.edu/info/faculty/hyatt/hyatt.html
Source:		ftp://ftp.cis.uab.edu/pub/hyatt/source/%{name}-%{version}.tar.bz2
Source10:	%{name}.sh.bz2
Source11:	%{name}-opening-book.tar.bz2
Source12:	crafty.txt.bz2
Source20:	crafty.6.bz2
Source21:	crafty.rc.5.bz2

# 1-20: Mandriva patches
# (Abel) Makefile linux-sparc target support, and don't
# add smp and i686 flags in default build
Patch0:		crafty-19.19-makefile.patch
# (Abel) read help file in shared folder, not $cwd
Patch1:		crafty-19.19-help-path.patch.bz2
# (Abel) Fix for gcc 4.0
Patch2:		crafty-19.19-gcc40.patch.bz2
# (Abel) read computer and small opening book from shared folder
Patch3:		crafty-19.19-globalbookpath.patch.bz2


# 21-40: Debian patches
Patch21:	crafty-19.19-alpha.patch.bz2
Patch22:	crafty-19.19-security-flaw.patch.bz2
# Attempt to read global config (/etc/crafty.rc) when personal config
# (~/.craftyrc) is not found
Patch23:	crafty-19.19-global-config.patch.bz2
# Other cleanup
Patch24:	crafty-19.19-va-arg.patch.bz2

# 41- : Other generic patches
# (Abel) Fix some compiler warnings
Patch41:	crafty-19.19-warnings.patch.bz2
# (Abel) Split book initialization into function, otherwise using
#        "book on" won't initialize it properly
Patch42:	crafty-19.19-initialize-book.patch.bz2
# (Abel) Plug segfaults (though they are not architectually correct
#        fixes, just avoiding problem for now)
Patch43:	crafty-19.19-segfault.patch.bz2
# (Abel) Plug some memory leaks
Patch44:	crafty-19.19-memleak.patch.bz2
# (Abel) strcpy -> strncpy, sprintf -> snprintf
Patch45:	crafty-19.19-overflow.patch.bz2

BuildRequires: libstdc++-devel
BuildRequires: libstdc++-static-devel
Provides:	chessengine

%description
Crafty is a chess program written by Bob Hyatt <hyatt at cis.uab.edu>.
It is a direct descendent of Cray Blitz, the World Computer Champion
from 1983 to 1989.

It comes with a text interface like gnuchess do. If you want a graphical
interface, you can install GUI chessboards such as xboard and eboard.

Crafty is based on the classic BITMAP approach to representing the chess
board, but uses a unique methodology called "rotated bitmaps" to
significantly improve the performance of the chess engine.

%prep
%setup -q
%patch0 -p1 -b .opt
%patch1 -p1 -b .help
%patch2 -p1 -b .gcc40
%patch3 -p1 -b .bookpath

%patch21 -p1 -b .alpha
%patch22 -p1 -b .security
%patch23 -p1 -b .config
%patch24 -p1 -b .cleanup

%patch41 -p1 -b .warnings
%patch42 -p1 -b .init-book
%patch43 -p1 -b .segfault
%patch44 -p1 -b .memleak
%patch45 -p1 -b .overflow

bzcat %{SOURCE12} > crafty.txt

%build
%{?cpus: export NCPUS=%cpus}
LDFLAGS="%{ldflags} -lsupc++"

%ifarch x86_64 amd64
make linux-amd64 OPTIMIZE='-ffast-math %optflags'
%else

%ifarch alpha
make linux-alpha OPTIMIZE='-ffast-math %optflags'
%else

%ifarch i686
make linux-i686 OPTIMIZE='-march=i686 -mtune=pentium4 -ffast-math -fno-gcse %optflags'
%else

%ifarch pentium3
make linux-i686 OPTIMIZE='-march=pentium3 -mfpmath=sse -ffast-math -fno-gcse %optflags'
%else

%ifarch pentium4
make linux-i686 OPTIMIZE='-march=pentium4 -mfpmath=sse2 -ffast-math -fno-gcse %optflags'
%else

%ifarch i586
make linux OPTIMIZE='-ffast-math %optflags'
%else

make linux-generic OPTIMIZE='-ffast-math %optflags'
%endif
%endif
%endif
%endif
%endif
%endif

%install
mkdir -p %{buildroot}%{_gamesbindir}
install -m 755 crafty %{buildroot}/%{_gamesbindir}/crafty.real

bzcat %{SOURCE10} > %{buildroot}/%{_gamesbindir}/crafty
chmod 755 %{buildroot}/%{_gamesbindir}/crafty

install -D -m 644 crafty.hlp %{buildroot}%{_gamesdatadir}/crafty/crafty.hlp
tar --bzip2 -xf %{SOURCE11} -C %{buildroot}%{_gamesdatadir}/crafty/

# manpages
mkdir -p %{buildroot}%{_mandir}/man{5,6}
bzip2 -dc %{SOURCE20} > %{buildroot}%{_mandir}/man6/crafty.6
bzip2 -dc %{SOURCE21} > %{buildroot}%{_mandir}/man5/crafty.rc.5

%files
%defattr (-,root,root)
%doc crafty.txt
%{_gamesbindir}/*
%{_gamesdatadir}/crafty
%{_mandir}/man?/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 19.19-6
+ Revision: bfdce29
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 746 |14cr|cream-0.42-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	cream
%define version	0.42
%define release 3

Name: 	 	%{name}
Summary: 	User-friendly face for Vim
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://cream.sourceforge.net/
License:	GPL
Group:		Editors

BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	imagemagick
BuildRequires:  desktop-file-utils
Requires:	vim-X11
BuildArch:	noarch
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description
Cream is a modeless GUIification of Vim.  Cream includes all the features of
Vim plus many custom utilities. A short list of features includes syntax
highlighting, spell check, multi-file find/replace, bookmarking, function
prototype popups, macros, auto-wrapping, reformatting, justification,
time/date stamps, file explorer, completion, sorting, calendar, tag
navigation, block commenting, Microsoft, Unix and Apple format text editing,
virtually unlimited file sizes, 38 varieties of 8-bit, 2-byte, and Unicode
support, single/multiple document modes, unlimited undo/redo, show invisible
characters, word count, and more.

%prep
%setup -q

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot/%_datadir/vim/cream/{addons,bitmaps,docs,docs-html,filetypes,help,spelldicts}
cp creamrc %buildroot/%_datadir/vim/cream/
cp *.vim %buildroot/%_datadir/vim/cream/
cp addons/*.vim %buildroot/%_datadir/vim/cream/addons/
cp bitmaps/*.bmp %buildroot/%_datadir/vim/cream/bitmaps/
cp bitmaps/*.xpm %buildroot/%_datadir/vim/cream/bitmaps/
cp docs/*.txt %buildroot/%_datadir/vim/cream/docs/
cp docs-html/*.html %buildroot/%_datadir/vim/cream/docs-html/
##cp docs-html/*.css %buildroot/%_datadir/vim/cream/docs-html/
cp docs-html/*.png %buildroot/%_datadir/vim/cream/docs-html/
cp filetypes/*.vim %buildroot/%_datadir/vim/cream/filetypes/
cp help/*.txt %buildroot/%_datadir/vim/cream/help/
#cp spelldicts/cream-spell-dict-eng-s*.vim %buildroot/%_datadir/vim/cream/spelldicts/
#cp spelldicts/cream-spell-dict.vim %buildroot/%_datadir/vim/cream/spelldicts/

mkdir -p %buildroot/%_bindir
cp cream %buildroot/%_bindir/

mkdir -p %buildroot/%_datadir/applications
cp cream.desktop %buildroot/%_datadir/applications/

#mkdir -p %buildroot/
#cp cream.svg %buildroot/%_iconsdir/

#menu

desktop-file-install --vendor="" \
  --remove-key="XClassHintResName" \
  --remove-category="Application" \
  --add-category="TextEditor" \
  --add-category="X-MandrivaLinux-MoreApplications-Editors" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
convert -size 48x48 %name.png $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
convert -size 32x32 %name.png $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
convert -size 16x16 %name.png $RPM_BUILD_ROOT/%_miconsdir/%name.png

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%{_bindir}/%name
%{_datadir}/vim/%name
%{_datadir}/applications/%name.desktop
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.42-3
+ Revision: 4499a90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 747 |14cr|createrepo-0.9.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		createrepo
Version:	0.9.9
Release:	5
Summary:	Creates a common metadata repository
License:	GPLv2+
Group:		System/Configuration/Packaging
Source0:	http://createrepo.baseurl.org/download/%{name}-%{version}.tar.gz
Patch0:         createrepo-0.9.9-ten-changelog-limit.patch
URL:		http://createrepo.baseurl.org/

BuildRequires:	pkgconfig(python)

Requires:	python-rpm
Requires:	yum >= 3.2.23
Requires:	python-deltarpm
Requires:	python-libxml2

BuildArch:	noarch

%description
This utility will generate a common metadata repository from a directory of
rpm packages

%prep
%setup -q
%patch0 -p0

%install
%makeinstall
mkdir -p %{buildroot}%{py_puresitedir}/%name
cp -R %{name}/*py  %{buildroot}%{py_puresitedir}/%name
pushd %{buildroot}%{py_puresitedir}/%name
chmod +x {merge,utils,deltarpms,readMetadata,yumbased}.py
popd



%files
%doc ChangeLog README COPYING
%{_datadir}/%{name}/
%{_bindir}/createrepo
%{_bindir}/modifyrepo
%{_bindir}/mergerepo
%{_mandir}/*/*
%{py_puresitedir}/%{name}/*
%config(noreplace) %{_sysconfdir}/bash_completion.d/createrepo.bash



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.9-5
+ Revision: 302b263
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 748 |14cr|createtorrent-1.1.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name createtorrent
%define version 1.1.4
%define release 7

Summary: Create torrent files for BitTorrent
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.gz
# (Anssi 06/2008) Fix linking (SHA1 is in -lcrypto, not -lssl):
Patch0: createtorrent-1.1.4-linking.patch
License: GPL
Group: File tools
Url: http://www.createtorrent.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: openssl-devel

%description
CreateTorrent is a small and fast command line utility for all Linux
and Unix operating systems to create BitTorrent files easily.
BitTorrent files can be created from either one file or a collection
of files that are grouped together into a directory.

%prep
%setup -q
%patch0 -p1

%build
# patch0
autoreconf
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog AUTHORS
%_bindir/%name



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.4-7
+ Revision: 39353aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 749 |14cr|crimson-fields-0.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	0.5.3
%define release	4

%define	pname	crimson
%define	name	%{pname}-fields

Name:		%name
Version:	%{version}
Release:	%{release}
Summary:	Crimson Fields - Tactical war game with hexagonal grid
License:	GPL
Group:		Games/Strategy
URL:		http://crimson.seul.org/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

Source:		http://crimson.seul.org/files/%{pname}-%{version}.tar.bz2

BuildRequires:	imagemagick 
BuildRequires:  SDL_mixer-devel 
BuildRequires:  SDL_ttf-devel 
BuildRequires:  libxslt-proc
BuildRequires:  zlib-devel
BuildRequires:  desktop-file-utils
Obsoletes:	crimson-field
Provides:	crimson-field

%package	utils
Summary:	Utilities for Crimson Fields (a tactical war game)
Group:		Games/Strategy
Requires:	%{name} = %{version}

%description
Crimson Fields is a tactical war game in the tradition of Battle Isle. While
not being an exact clone, it tries to keep closer to the very first part of the
series than to the later ones, especially with regard to a rather simple rule
set and straight forward game play.

A simple editor can be used to create custom level files.

%description	utils
Crimson Fields is a tactical war game in the tradition of Battle Isle. While
not being an exact clone, it tries to keep closer to the very first part of the
series than to the later ones, especially with regard to a rather simple rule
set and straight forward game play.

This package includes utilities for Crimson Fields, including a simple map
editor for creating custom level files, map compiler and Battle Isle map
conversion tool.

%prep
%setup -q -n %{pname}-%{version}

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--enable-cfed \
	--enable-bi2cf \
	--enable-comet

# (Abel) cfed uses SDL which initializes directfb when trying to build
# level files, which means this package is unbuildable without console
# access (at least I don't know how to do it without console access).
# When updating package, please regenerate level files in your machine
# and bundle them into source1.
# Version check is for preventing brainless updating.
[ "%version" = "0.4.2" ] && tar --bzip2 -xf %{SOURCE1}
touch levels/*.lev

%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std


desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-MoreApplications-Games-Strategy;Game;StrategyGame" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*


install -d $RPM_BUILD_ROOT%{_iconsdir} \
           $RPM_BUILD_ROOT%{_miconsdir}
install -m644 gfx/crimson.png -D $RPM_BUILD_ROOT%{_liconsdir}/%{pname}.png
convert -geometry 32x32 gfx/crimson.png $RPM_BUILD_ROOT%{_iconsdir}/%{pname}.png
convert -geometry 16x16 gfx/crimson.png $RPM_BUILD_ROOT%{_miconsdir}/%{pname}.png

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%doc ChangeLog COPYING NEWS README 
%{_iconsdir}/%{pname}.png
%{_miconsdir}/%{pname}.png
%{_liconsdir}/%{pname}.png
%{_gamesbindir}/crimson
%{_datadir}/%{pname}
%{_datadir}/pixmaps/*
%{_mandir}/man6/crimson.*
%{_datadir}/applications/crimson.desktop

%files utils
%defattr(-,root,root)
%doc README.CoMET README.bi2cf
%{_gamesbindir}/comet
%{_gamesbindir}/cfed
%{_gamesbindir}/bi2cf
%{_mandir}/man6/comet.*
%{_mandir}/man6/cfed.*
%{_mandir}/man6/bi2cf.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.3-4
+ Revision: ed51677
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 750 |14cr|CriticalMass-1.0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	CriticalMass
%define version	1.0.2
%define release 9
%define Summary Arcade Shooter

Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://criticalmass.sourceforge.net/criticalmass/%{name}-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		%{name}-1.0.2-fix-gcc-43.patch
Patch1:		criticalmass-1.0.2-libpng14.patch
Patch2:		criticalmass-1.0.2-libpng15.patch
Patch3:		criticalmass-1.0.2-system_curl.patch
License:	GPLv2
Group:		Games/Arcade
URL:		http://criticalmass.sourceforge.net
Summary:	%{Summary}
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(glw)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(libcurl)
#Requires:	SDL_mixer SDL_image zlib

%description
Critical Mass (aka Critter) is an SDL/OpenGL space shoot'em up game.

%prep
%setup -q
%patch0 -p1 -b .gcc43
%patch1 -p0 -b .png14
%patch2 -p0 -b .png15
%patch3 -p0 -b .curl

rm -rf curl/
touch NEWS README AUTHORS ChangeLog

%build
autoreconf -fi
%configure2_5x --prefix=%{_gamesbindir} --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir} --libdir=%_libdir --enable-dyngl
%make

%install
rm -rf %{buildroot}
install -d %{buildroot}%{_gamesbindir}
install -m755 game/critter tools/Packer -D %{buildroot}%{_gamesbindir}
install -d %{buildroot}%{_gamesdatadir}/Critical_Mass
install -m644 data/music/lg-criti.xm %{buildroot}%{_gamesdatadir}/Critical_Mass
install -m644 game/resource.dat %{buildroot}%{_gamesdatadir}/Critical_Mass
install -d %{buildroot}%{_mandir}/man6
install -m644 critter.6 %{buildroot}%{_mandir}/man6


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Critical Mass
Comment=%{Summary}
Exec=%{_gamesbindir}/critter
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D ${RPM_BUILD_ROOT}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D ${RPM_BUILD_ROOT}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D ${RPM_BUILD_ROOT}%{_liconsdir}/%{name}.png

%files
%defattr(644,root,root,755)
%doc Readme.html COPYING TODO
%{_gamesdatadir}/Critical_Mass
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}*.png
%{_miconsdir}/%{name}*.png
%{_mandir}/man6/critter.6*
%defattr(755,root,root,755)
%{_gamesbindir}/critter
%{_gamesbindir}/Packer

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-9
+ Revision: a3efa8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 751 |14cr|cronolog-1.6.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A flexible log file rotation program for Apache
Name:		cronolog
Version:	1.6.2
Release:	10
License: 	Apache License
Group:		System/Servers
URL: 		http://cronolog.org/
Source0:	http://cronolog.org/download/%{name}-%{version}.tar.bz2
# http://cronolog.org/patches/cronolog-jumbo-patch.txt
Patch0:		cronolog-jumbo-patch.txt
# http://cronolog.org/mailing-list/msg00266.html
Patch1:		cronolog-1.6.2-filemode.diff

%description
"cronolog" is a simple program that reads log messages from its input and
writes them to a set of output files, the names of which are constructed using
template and the current date and time. The template uses the same format
specifiers as the Unix date command (which are the same as the standard C
strftime library function).

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
export CFLAGS="%{optflags} -DFILE_MODE=0640 -DDIR_MODE=0711"
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

install -m0755 src/zip_send_rm.sh %{buildroot}%{_sbindir}/zip_send_rm

%files
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%attr(0755,root,root) %{_sbindir}/cronolog
%attr(0755,root,root) %{_sbindir}/cronosplit
%attr(0755,root,root) %{_sbindir}/zip_send_rm
%attr(0644,root,root) %{_mandir}/man1/*.1*
%{_infodir}/cronolog*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.2-10
+ Revision: e82dda0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 752 |14cr|cronutils-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		cronutils
Version:	1.1
Release:	2
Summary:	Utilities to assist running batch processing jobs
Group:		System/Base 
License:	Apache 2.0
URL:		http://code.google.com/p/cronutils
Source0:	http://cronutils.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		prefix.patch


BuildRequires:	python-devel

%description
Utilities to assist running batch processing jobs.
    
    runalarm: Limit the run time of a process.
    runlock: Prevent concurrent runs of a process.
    runstat: Export statistics about a process's execution. 

%prep
%setup -q
%patch0 -p1

%build
%make

%install
%makeinstall_std

%files
%{_bindir}/runalarm
%{_bindir}/runstat
%{_bindir}/runlock
%{_mandir}/man1/*.xz



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: 6dbebac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 753 |14cr|crossfire-client-1.71.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Client for connecting to Crossfire game servers
Name:		crossfire-client
Version:	1.71.0
Release:	1
License:	GPLv2+
Group:		Games/Adventure
Url:		http://crossfire.real-time.com
Source0:	http://downloads.sourceforge.net/project/crossfire/%{name}/%{version}/%{name}-%{version}.tar.bz2
Patch0:		crossfire-client-1.71.0-mga-desktop.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
Requires:	crossfire-client-data = %{version}

%description
Crossfire is a free, open-source, cooperative multi-player RPG and adventure
game. Since its initial release, Crossfire has grown to encompass over 150
monsters, 3000 areas to explore, an elaborate magic system, 13 races, 15
character classes, and many powerful artifacts scattered far and wide. Set
in a fantastical medieval world, it blends the style of Gauntlet, NetHack,
Moria, and Angband.

This package allows you to connect to Crossfire servers around the world.
You do not have to install the crossfire-server package in order to play the
game.

%files
%doc AUTHORS ChangeLog COPYING README README.html
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}-gtk2
%{_gamesbindir}/cfsndserv
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/themes/
%{_gamesdatadir}/%{name}/ui/
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/%{name}-gtk2.6*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
CFLAGS+="%{optflags}"; export CFLAGS;
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir} \
	--with-sound-dir=%{_gamesdatadir}/%{name}/sounds
%make

%install
%makeinstall \
	bindir=%{buildroot}%{_gamesbindir} \
	datadir=%{buildroot}%{_gamesdatadir}

for size in 16x16 32x32 48x48; do
    install -D -m644 pixmaps/${size}.png %{buildroot}%{_iconsdir}/hicolor/${size}/apps/%{name}.png
done

install -D -m644 gtk-v2/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog
* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 1.71.0-1
+ Revision: df685e9
- New version 1.71.0, force lua 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 754 |14cr|crossfire-client-data-1.71.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname crossfire-client

Summary:	Data files for Crossfire game client
Name:		%{oname}-data
Version:	1.71.0
Release:	1
License:	GPLv2+
Group:		Games/Adventure
Url:		http://crossfire.real-time.com/
Source0:	http://downloads.sourceforge.net/project/crossfire/%{oname}/%{version}/%{oname}-sounds-%{version}.tar.bz2
Source1:	http://downloads.sourceforge.net/project/crossfire/%{oname}/%{version}/%{oname}-images-%{version}.tar.bz2
Suggests:	%{oname} = %{version}
BuildArch:	noarch

%description
Crossfire is a highly graphical role-playing adventure game with
characteristics reminiscent of rogue, nethack, omega, and gauntlet.
It has multiplayer capability and presently runs under X11.

This package contains data files for Crossfire game clients.
It includes sound files and image cache.

%files
%{_gamesdatadir}/%{oname}/*

#----------------------------------------------------------------------------

%prep
%setup -q -c -T

%build

%install
# Extract cache images and sounds to buildroot
mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}/
tar -xvf %{SOURCE0} -C %{buildroot}%{_gamesdatadir}/%{oname}/
tar -xvf %{SOURCE1} -C %{buildroot}%{_gamesdatadir}/%{oname}/

# Remove debian files
rm -rf %{buildroot}%{_gamesdatadir}/crossfire-client/sounds/debian


%changelog
* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 1.71.0-1
+ Revision: 31c5b1e
- New version 1.71.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 755 |14cr|crossfire-maps-1.70.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 1.70.0
%define release 2

Name:		crossfire-maps
Version:	%{version}
Release:	%{release}
Summary:	Map files for Crossfire, a graphical adventure game
Group:		Games/Adventure
License:	GPL
URL:		http://crossfire.real-time.com/
Source0:	http://downloads.sourceforge.net/project/crossfire/crossfire-%{version}/crossfire-%{version}.maps.tar.bz2
Source1:	crossfire-maps.README
Buildarch:	noarch

%description
Crossfire is a highly graphical role-playing adventure game
with characteristics reminiscent of rogue, nethack, omega, and gauntlet.
It has multiplayer capability and presently runs under X11.

This package contains map files necessary for crossfire server to
run. If you just want to play crossfire only, you don't need this package.

%prep
# since the archive is quite large and takes long time to decompress, so
# unpack it during %%install to save some time
%setup -q -T -c
cp %{SOURCE1} README

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/crossfire
tar -xvf %SOURCE0 -C %{buildroot}%{_gamesdatadir}/crossfire/

# cleanup
find %{builddoot}%{_gamesdatadir}/crossfire -name '.#*' -type f -print0 | xargs -r -0 rm -f

%files
%defattr(0644,root,root,0755)
%doc README
%{_gamesdatadir}/crossfire/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.70.0-2
+ Revision: c88772f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 756 |14cr|crossfire-server-1.70.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# A few notes:
# Intentionally don't create logrotate files. If I'm a player,
# I'll damn any server admin who try to restart game server because
# of log rotation.
%define version 1.70.0
%define release 2

%define map_version 1.70.0
%define _localstatedir /var/lib/games

Name:		crossfire-server
Version:	%{version}
Release:	%{release}
Summary:	Crossfire - a Graphical Adventure Game
Group:		Games/Adventure
License:	GPLv2
URL:		http://crossfire.real-time.com
Source0:	http://prdownloads.sourceforge.net/crossfire/crossfire-%{version}.tar.gz
Source1:	crossfire-server.service
Patch2:		crossfire-server-1.50.0-detach.patch
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	libxaw-devel pkgconfig(xmu) pkgconfig(xext) libice-devel pkgconfig(xt)
BuildRequires:	pkgconfig(python)
BuildRequires:	flex
BuildRequires:	tetex-latex
BuildRequires:	pkgconfig(libcurl)
Requires(post):		rpm-helper
Requires(preun):	rpm-helper
Requires:	crossfire-maps = %{map_version}

%description
Crossfire is a highly graphical role-playing adventure game
with characteristics reminiscent of rogue, nethack, omega, and gauntlet.
It has multiplayer capability and presently runs under X11.

This package contains files necessary to run a local crossfire server,
or join into a network of crossfire server all over the world. If you
only want to play crossfire, you don't need this package.

%prep
%setup -q -n crossfire-%{version}
%patch2 -p1 -b .detach

sed -i 's#\r##' utils/player_dl.pl.in
# Don't use a hardcoded /tmp directory for building the image archive
sed -i "s#^\$TMPDIR=.*#\$TMPDIR=\"`pwd`\";#" lib/adm/collect_images.pl
# Don't map stdio streams to /
# This is fixed in CVS, but didn't make it into the 1.9.1 release.
sed -i 's#    (void) open ("/", O_RDONLY);#    (void) open ("/var/log/crossfire/crossfire.log", O_RDONLY);#' server/daemon.c

# Change the location of the tmp directory
sed -i "s@^#define TMPDIR \"/tmp\"@#define TMPDIR \"%{_var}/lib/games/%{name}/tmp\"@" include/config.h

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir} \
	--disable-static
	
%make

%install
%makeinstall_std

install -pD -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

# remove unpackaged files
rm -f %{buildroot}%{_libdir}/crossfire/{add_throw.perl,mktable.script}
rm -f %{buildroot}%{_libdir}/crossfire/plugins/*a

#Remove crossedit man page until it compiles again
#rm -f %{buildroot}%{_mandir}/man6/crossedit.*

# touch log file
mkdir -p %{buildroot}%{_logdir}/crossfire
touch %{buildroot}%{_logdir}/crossfire/logfile

%post
%create_ghostfile %{_logdir}/crossfire/logfile root games 0664
%create_ghostfile %{_localstatedir}/crossfire/banish_file root games 0664
%create_ghostfile %{_localstatedir}/crossfire/bookarch root games 0664
%create_ghostfile %{_localstatedir}/crossfire/clockdata root games 0664
%create_ghostfile %{_localstatedir}/crossfire/highscore root games 0664
%create_ghostfile %{_localstatedir}/crossfire/temp.maps root games 0664
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%doc AUTHORS ChangeLog DEVELOPERS INSTALL NEWS README TODO
%config(noreplace) %{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/crossfire
%attr(2111,root,games) %{_gamesbindir}/crossfire-server
%{_gamesbindir}/crossfire-config
%{_gamesbindir}/crossloop*
%{_gamesbindir}/player_dl.pl
%{_gamesdatadir}/crossfire/*
%dir %{_libdir}/crossfire
%{_libdir}/crossfire/metaserver.pl
%{_libdir}/crossfire/random_map
%dir %{_libdir}/crossfire/plugins
%{_libdir}/crossfire/plugins/*.so
%{_mandir}/man6/crossfire*
%{_mandir}/man6/crossloop*


%defattr(0660,root,games,2770)
%dir %{_logdir}/crossfire
%ghost %{_logdir}/crossfire/logfile
%dir %{_localstatedir}/crossfire
%ghost %{_localstatedir}/crossfire/banish_file
%ghost %{_localstatedir}/crossfire/bookarch
%ghost %{_localstatedir}/crossfire/clockdata
%ghost %{_localstatedir}/crossfire/highscore
%ghost %{_localstatedir}/crossfire/temp.maps
%dir %{_localstatedir}/crossfire/maps
%dir %{_localstatedir}/crossfire/players
%dir %{_localstatedir}/crossfire/unique-items

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.70.0-2
+ Revision: e2ded99
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 757 |14cr|crosti-1.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		crosti
Summary:	Tool to create cross stitch scheme from custom image
Version:	1.10.1
Release:	2
License:	GPLv3+
Group:		Graphics
URL:		https://sites.google.com/site/crostiapp/
Source0:	http://garr.dl.sourceforge.net/project/crosti/crosti%201.10.1/%{name}-%{version}-source.zip
Source1:	crosti.xml
BuildRequires:	qt4-devel

%description
This tool allows you to make your own unique cross stitch scheme from custom
image. You can resize and rotate image, reduce the number of colors, change
image palette, make cross stitch scheme, preview it, save and print. Cross
stitch scheme edition available: colors and icons changing, new color addition,
color fill, scheme pixel draw, lines and half-stitches.

Features

* Convert custom image to cross stitch scheme.
* Edit cross stitch scheme.
* Save and print the scheme that you created.
* Input images: BMP, GIF, ICO, JPEG, JPG, MNG, PBM, PGM, PNG, PPM, SVG, TIF,
  TIFF, XBM, XPM.
* Output cross stitch scheme: BMP, ICO, JPEG, JPG, PNG, PPM, TIF, TIFF, XBM,
  XPM, PDF, CST (crosti scheme text file).

%prep
%setup  -qn %{name}-%{version}-source
perl -i -pe 's/\r\n/\n/gs' {readme,changelog}.txt

%build
%qmake_qt4
%make


%install
make install INSTALL_ROOT=%{buildroot}
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/mime/packages/%{name}.xml


%files
%doc readme.txt changelog.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_iconsdir}/hicolor/*/apps/*
%{_iconsdir}/hicolor/*/mimetypes/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.1-2
+ Revision: d3b841a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 758 |14cr|crrcsim-0.9.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Model-Airplane Flight Simulation Program
Name:		crrcsim
Version:	0.9.12
Release:	2
License:	GPLv2
Group:		Games/Other 
URL:		http://crrcsim.berlios.de/wiki
Source0:	http://download.berlios.de/crrcsim/%{name}-%{version}.tar.gz
Source1:	CRRCsim.desktop
BuildRequires:	jpeg-devel
BuildRequires:	plib-devel
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	desktop-file-utils

%description
Crrcsim is a model-airplane flight simulation program. Using it, you can learn
how to fly model aircraft, test new aircraft designs, and improve your
skills by practicing on your computer. 

It rules! The flight model is very realistic. The flight model parameters are
calculated based on a 3D representation of the aircraft. Stalls are properly
modelled as well. Model control is possible with your own rc transmitter, or
any input device such as joystick, mouse, keyboard ...

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

%find_lang %{name}

desktop-file-install --vendor=""                        \
        --dir=%{buildroot}%{_datadir}/applications      \
        %{SOURCE1}

%files -f %{name}.lang
%doc COPYING
%{_datadir}/%{name}/
%{_bindir}/crrcsim
%{_datadir}/applications/CRRCsim.desktop
%{_mandir}/man1/%{name}.1.xz



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.12-2
+ Revision: eb42434
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 759 |14cr|crudini-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           crudini
Version:        0.3
Release:        2
Summary:        A utility for manipulating ini files
Group :         Development/Other
License:        GPLv2
URL:            https://github.com/pixelb/%{name}
Source0:        https://github.com/pixelb/%{name}/archive/%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  pythonegg(iniparse)
Requires:       pythonegg(iniparse)

%description
A utility for easily handling ini files from the command line and shell
scripts.

%prep
%setup -q

%build

%install
install -p -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name}

%check
pushd tests
./test.sh
popd

%files
%doc README COPYING TODO example.ini
%{_bindir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: 867a953
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 760 |14cr|cryptkeeper-0.9.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    cryptkeeper
%define version 0.9.5
%define release 2

Name:       %{name}
Version:    %{version}
Release:    %{release}
Summary:    System tray applet that manages EncFS encrypted folders
License:    GPLv3
Group:      System/Kernel and hardware
URL:        http://tom.noflag.org.uk/cryptkeeper.html
Source0:    http://tom.noflag.org.uk/cryptkeeper/%name-%version.tar.gz
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(gconf-2.0)
Requires:       encfs
Patch0:		cryptkeeper-0.9.5-add-unistd-header.patch
Patch1:		cryptkeeper-0.9.5-fix-linking.patch

%description
Cryptkeeper is a Linux system tray applet that manages EncFS encrypted folders. 

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/cryptkeeper
%{_datadir}/applications/cryptkeeper.desktop
%{_datadir}/pixmaps/cryptkeeper.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5-2
+ Revision: 2da4f0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 761 |14cr|cryptominisat-2.9.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           cryptominisat
Version:        2.9.8
Release:        2
Summary:        SAT solver

# The Mersenne Twister implementation is BSD-licensed.
# All other files are MIT-licensed.
License:        MIT
Group:		Sciences/Mathematics
URL:            http://www.msoos.org/cryptominisat2/
Source0:        https://gforge.inria.fr/frs/download.php/32925/cmsat-%{version}.tar.gz
Source1:	%{name}.rpmlintrc

BuildRequires:  gomp-devel
BuildRequires:  zlib-devel
Requires:       %{name}-libs = %{version}-%{release}

%description
CryptoMiniSat is a SAT solver that aims to become a premiere SAT solver
with all the features and speed of successful SAT solvers, such as
MiniSat and PrecoSat.  The long-term goals of CryptoMiniSat are to be an
efficient sequential, parallel and distributed solver.  There are
solvers that are good at one or the other, e.g. ManySat (parallel) or
PSolver (distributed), but we wish to excel at all.

CryptoMiniSat 2.5 won the SAT Race 2010 among 20 solvers submitted by
researchers and industry.

%package devel
Summary:        Header files for developing with %{name}
Requires:       %{name}-libs = %{version}-%{release}

%description devel
Header files for developing applications that use %{name}.

%package libs
Summary:        Cryptominisat library

%description libs
The %{name} library.

%prep
%setup -q -n cmsat-%{version}

%build
%configure --disable-static
sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
    -i libtool
sed -i 's|^LIBS =.*|LIBS = -lz -lgomp|' cmsat/Makefile
make %{?_smp_mflags}

%install
%makeinstall_std

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*

%files devel
%{_includedir}/cmsat/
%{_libdir}/lib%{name}.so

%files libs
%doc AUTHORS LICENSE-MIT NEWS README TODO
%{_libdir}/lib%{name}-%{version}.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.8-2
+ Revision: 16b7596
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 762 |14cr|cryptopp-5.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define staticname %mklibname %{name} -s -d
%define fver %(echo %{version} |sed s/\\\\.//g)

Summary:	Public domain C++ class library of cryptographic schemes
Name:		cryptopp
Version:	5.6.2
Release:	2
License:	Public Domain
Group:		System/Libraries
Url:		http://www.cryptopp.com/
Source0:	http://www.cryptopp.com/%{name}%{fver}.zip
Source1:	cryptopp.pc
Patch0:		cryptopp-5.6.2-autotools.patch
# Debian patch installs TestVectors and TestData in /usr/share/cryptopp/
# http://groups.google.com/group/cryptopp-users/browse_thread/thread/6fe2192340f07e5d
Patch1:		cryptopp-5.6.2-data-files-location.patch
# Enable SSE2 only on x86_64
Patch2:		cryptopp-5.6.2-x86-disable-sse2.patch
BuildRequires:	doxygen

%description
Crypto++ Library is a public domain C++ class library of cryptographic 
schemes. Currently the library consists of the following features:

    * a class hierarchy with an API defined by abstract base classes 
    * AES(Rijndael) and AES candidates: RC6, MARS, Twofish, Serpent, 
      CAST-256
    * other symmetric block ciphers: IDEA, DES, Triple-DES (DES-EDE2 
      and DES-EDE3), DESX (DES-XEX3), RC2, RC5, Blowfish, TEA, XTEA, 
      SAFER, 3-WAY, GOST, SHARK, CAST-128, Square, Skipjack, Camellia, 
      SHACAL-2
    * generic block cipher modes: ECB, CBC, CBC ciphertext stealing 
      (CTS), CFB, OFB, counter mode (CTR)
    * stream ciphers: Salsa20, Panama, ARC4, SEAL, WAKE, WAKE-OFB, 
      BlumBlumShub
    * public-key cryptography: RSA, DSA, ElGamal, Nyberg-Rueppel (NR),
      Rabin, Rabin-Williams (RW), LUC, LUCELG, DLIES (variants of 
      DHAES), ESIGN
    * padding schemes for public-key systems: PKCS#1 v2.0, OAEP, PSS, 
      PSSR, IEEE P1363 EMSA2 and EMSA5
    * key agreement schemes: Diffie-Hellman (DH), Unified
      Diffie-Hellman (DH2), Menezes-Qu-Vanstone (MQV), LUCDIF, XTR-DH
    * elliptic curve cryptography: ECDSA, ECNR, ECIES, ECDH, ECMQV
    * one-way hash functions: SHA-1, MD2, MD4, MD5, HAVAL, RIPEMD-128, 
      RIPEMD-256, RIPEMD-160, RIPEMD-320, Tiger, SHA-2 (SHA-224, 
      SHA-256, SHA-384, and SHA-512), Panama, WHIRLPOOL
    * message authentication codes: MD5-MAC, HMAC, XOR-MAC, CBC-MAC, 
      DMAC, Two-Track-MAC
    * cipher constructions based on hash functions: Luby-Rackoff, MDC
    * pseudo random number generators (PRNG): ANSI X9.17 appendix C, 
      PGP's RandPool
    * password based key derivation functions: PBKDF1 and PBKDF2 from 
      PKCS #5
    * Shamir's secret sharing scheme and Rabin's information dispersal 
      algorithm (IDA)
    * DEFLATE (RFC 1951) compression/decompression with gzip (RFC 
      1952) and zlib (RFC 1950) format support
    * fast multi-precision integer (bignum) and polynomial operations, 
      with SSE2 optimizations for Pentium 4 processors, and support for 
      64-bit CPUs
    * finite field arithmetics, including GF(p) and GF(2^n)
    * prime number generation and verification
    * various miscellaneous modules such as base 64 coding and 32-bit 
      CRC
    * class wrappers for these operating system features (optional):
          o high resolution timers on Windows, Unix, and MacOS
          o Berkeley and Windows style sockets
          o Windows named pipes
          o /dev/random, /dev/urandom, /dev/srandom
          o Microsoft's CryptGenRandom on Windows 
    * A high level interface for most of the above, using a 
      filter/pipeline metaphor
    * benchmarks and validation testing
    * FIPS 140-2 Validated 

Because one purpose of the project is to act as a repository of public 
domain (not copyrighted) cryptographic source code, the code in 
Crypto++ was either written specifically for this project by its 
contributors and placed in the public domain, or derived from other 
sources that are public domain (again with the exception of mars.cpp).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Base shared library part of %{name}
Group:		System/Libraries

%description -n %{libname}
Crypto++ Library is a free C++ class library of cryptographic schemes.

This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libcryptopp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and development documentation for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Crypto++ Library is a free C++ class library of cryptographic schemes.

This package contains the header files and development documentation
for %{name}.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package -n %{staticname}
Summary:	Static libraries for programs which will use %{name}
Group:		Development/C++
Requires:	%{devname} = %{EVRD}

%description -n %{staticname}
Crypto++ Library is a free C++ class library of cryptographic schemes.

This package contains the static library for %{name}.

%files -n %{staticname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Development/C++
Obsoletes:	lib%{name}-doc < %{EVRD}

%description doc
Crypto++ Library is a free C++ class library of cryptographic schemes.

This package contains documentation for %{name}.

%files doc
%doc doc/html License.txt Readme.txt

#----------------------------------------------------------------------------

%package progs
Summary:	Programs for manipulating %{name} routines
Group:		Development/Other
Obsoletes:	lib%{name}-progs < %{EVRD}

%description progs
Crypto++ Library is a free C++ class library of cryptographic schemes.

This package contains programs for manipulating %{name} routines.

%files progs
%{_bindir}/cryptest
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qc
rm -f GNUmakefile
%patch0 -p1 -b .autotools
%patch1 -p1 -b .data-files-location
%patch2 -p0 -b .x86-disable-sse2

%build
autoreconf -fi
%configure2_5x \
	--enable-static
%make
doxygen

%install
%makeinstall_std

sed -i -e 's/\r$//g' License.txt Readme.txt

# Install pkg-config file
install -D -m 0644 %{SOURCE1} %{buildroot}%{_libdir}/pkgconfig/cryptopp.pc
# Set variables
sed -i "s|@PREFIX@|%{_prefix}|g;s|@LIBDIR@|%{_libdir}|g;s|@INCLUDEDIR@|%{_includedir}|g" %{buildroot}%{_libdir}/pkgconfig/cryptopp.pc

install -d %{buildroot}%{_datadir}/%{name}/TestVectors
install -m 0644 TestVectors/* %{buildroot}%{_datadir}/%{name}/TestVectors
install -d %{buildroot}%{_datadir}/%{name}/TestData
install -m 0644 TestData/* %{buildroot}%{_datadir}/%{name}/TestData

rm -f %{buildroot}%{_bindir}/cryptestcwd

%check
./cryptestcwd v


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.6.2-2
+ Revision: 766b8e2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 763 |14cr|crystalspace-2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2.0
%define libname %mklibname %{name} %{major}

Summary:	CrystalSpace free 3d engine
Name:		crystalspace
Version:	%{major}
Release:	5
Group:		System/Libraries
License:	LGPLv2+
Url:		http://www.crystalspace3d.org/
Source0:	http://www.crystalspace3d.org/downloads/release/%{name}-src-%{version}.tar.bz2
Patch0:		crystalspace-2.0-gcc47.patch
Patch1:		crystalspace-2.0-swig-3.0.patch
Patch2:		crystalspace-2.0-bullet-2.81.patch
BuildRequires:	bison
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	ftjam
BuildRequires:	icoutils
BuildRequires:	imagemagick
BuildRequires:	libtool
BuildRequires:	nasm
BuildRequires:	swig >= 1.3.14
BuildRequires:	tetex-dvipdfm
BuildRequires:	tetex-dvips
BuildRequires:	texinfo
BuildRequires:	perl(Template::Base)
BuildRequires:	jpeg-devel
BuildRequires:	mng-devel
BuildRequires:	perl-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	lib3ds-devel >= 1.3.0
BuildRequires:	libmikmod-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(bullet)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(cal3d)
BuildRequires:	pkgconfig(CEGUI)
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(ode)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
# Dropped in 2.0 upstream:
Obsoletes:	crystalspace-bindings-java < 2.0
Obsoletes:	crystalspace-bindings-perl < 2.0

%description
Crystal Space is a free (LGPL) and portable 3D Development Kit
written in C++. It supports: true six degree's of freedom,
colored lighting, mipmapping, portals, mirrors, alpha transparency,
reflective surfaces, 3D sprites (frame based or with skeletal animation),
procedural textures, radiosity, particle systems, halos, volumetric fog,
scripting (using Python or other languages), 8-bit, 16-bit, and 32-bit
display support, OpenGL and software renderering, font support,
hierarchical transformations, etc.

%files
%dir %{_libdir}/%{name}-%{major}
%{_libdir}/%{name}-%{major}/*.so
%{_libdir}/%{name}-%{major}/*.csplugin
%exclude %{_libdir}/%{name}-%{major}/cspython.so
%exclude %{_libdir}/%{name}-%{major}/cspython.csplugin
%dir %{_datadir}/%{name}-%{major}/bindings
%{_datadir}/%{name}-%{major}/build
%{_datadir}/%{name}-%{major}/conversion
%{_datadir}/%{name}-%{major}/data
%dir %{_sysconfdir}/%{name}-%{major}
%config(noreplace) %{_sysconfdir}/%{name}-%{major}/*
%{_sysconfdir}/profile.d/90crystalspace.sh

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libname}
Shared libraries for %{name}.

%files -n %{libname}
%{_libdir}/libcrystalspace*-%{major}.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development headers and libraries for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description devel
Development headers and libraries for %{name}.

%files devel
%{_includedir}/*
%{_datadir}/aclocal/crystal.m4
%{_bindir}/cs-config*
%exclude %{_includedir}/%{name}-%{major}/bindings/python

#----------------------------------------------------------------------------

%package doc
Summary:	Crystalspace documentation
Group:		Development/C
Requires:	%{name} = %{EVRD}
Conflicts:	freetds-devel
BuildArch:	noarch

%description doc
Crystalspace documentation.

%files doc
%doc %{_docdir}/%{name}-%{version}

#----------------------------------------------------------------------------

%package demos
Summary:	Crystalspace demos
Group:		Toys
Requires:	%{name} = %{EVRD}

%description demos
Crystalspace demos.

%files demos
%{_bindir}/*
%exclude %{_bindir}/cs-config
%exclude %{_bindir}/cs-config-%{major}

#----------------------------------------------------------------------------

%package	bindings-python
Summary:	Python bindings for Crystal Space free 3D SDK
Group:		Development/Python
Requires:	%{name} = %{EVRD}

%description bindings-python
Python bindings for Crystal Space free 3D SDK.

%files bindings-python
%{python_sitearch}/cspace.pth
%dir %{_datadir}/%{name}-%{major}/bindings/python
%{_libdir}/%{name}-%{major}/cspython.so
%{_libdir}/%{name}-%{major}/cspython.csplugin
%{_datadir}/%{name}-%{major}/bindings/python/*
%{_includedir}/%{name}-%{major}/bindings/python

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-src-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%global optflags -O2 -Wa,--compress-debug-sections -gdwarf-4 -ffat-lto-objects
%global ldflags %{nil}
CXXFLAGS="%{optflags} -fpermissive" \
%configure2_5x	\
	--enable-cpu-specific-optimizations=no \
	--with-mesa \
	--disable-optimize \
	--disable-debug \
	--disable-separate-debug-info \
	--without-Cg \
	--with-wx \
	--disable-meta-info-embedding

jam -d2 %{_smp_mflags}

%install
DESTDIR=%{buildroot} jam -d2 install

# Fix unstripped-binary-or-object
chmod 0755 %{buildroot}%{_libdir}/*.so

install -m644 mk/autoconf/crystal.m4 -D %{buildroot}%{_datadir}/aclocal/crystal.m4

mkdir -p %{buildroot}%{_sysconfdir}/profile.d
echo "export CRYSTAL_PLUGIN=%{_libdir}/%{name}-%{major}" > %{buildroot}%{_sysconfdir}/profile.d/90crystalspace.sh
echo "export CRYSTAL_CONFIG=/%{name}-%{major}/" >> %{buildroot}%{_sysconfdir}/profile.d/90crystalspace.sh


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-5
+ Revision: 9d676db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 764 |14cr|cscope-15.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    cscope
%define version 15.8
%define release 2
%define Summary C source file browser

Summary:        %Summary
Name:           %name
Version:        %version
Release:        %release
License: BSD
Group: Development/Other
Source0: http://downloads.sourceforge.net/cscope/%name-%version.tar.bz2
Patch0: cscope_prog_info.patch
URL: http://cscope.sourceforge.net/
BuildRequires: ncurses-devel
BuildRequires: bison flex

%description
cscope is an interactive, screen-oriented tool that allows the user to browse
through C source files for specified elements of code.

%prep
%setup -q
%patch0

%build
%configure2_5x
%make

%install
rm -rf %buildroot
%makeinstall_std
mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp
install contrib/xcscope/xcscope.el %{buildroot}%{_datadir}/emacs/site-lisp/

%files
%defattr(0755,root,root,0755)
%{_bindir}/cscope
%{_bindir}/ocs

%defattr(0644,root,root,0755)
%doc TODO COPYING ChangeLog AUTHORS README NEWS INSTALL
%{_mandir}/man1/cscope.1*
%{_datadir}/emacs/site-lisp/xcscope.el





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 15.8-2
+ Revision: 0cd7196
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 765 |14cr|cs_obexftp-1.0.0.18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name cs_obexftp
%define version 1.0.0.18
%define release 3

Summary: ObexFtp files transfert between two devices
Name: %{name}
Version: %{version}
Release: %{release}
License: GPLv2+
Group: Communications
URL: http://cs-obexftp.wiki.sourceforge.net/
Source0: http://kent.dl.sourceforge.net/sourceforge/cs-obexftp/%name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: mono-devel >= 2.0
BuildRequires: obexftp-devel
Requires: obexftp
BuildArch: noarch

%description
Using the new CSharp Dll from swig portability of Openobex/ObexFtp to write
a nice GUI able to transfer file between two devices.

%prep
%setup -q -n %name-%version

%build
./configure --prefix=%_prefix --bindir=%_bindir --datadir=%_datadir --libdir=%_prefix/lib
%make

%install
rm -fr %buildroot
%makeinstall_std

%clean
rm -fr %buildroot

%files
%defattr(-,root,root)
%doc Cs-ObexFtp/ChangeLog THANKS todos
%_bindir/*
%_prefix/lib/csobexftp
%_prefix/lib/pkgconfig/*.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0.18-3
+ Revision: 6917ba4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 766 |14cr|csound-5.19.01-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Csound is really dumb about 64-bit
%ifarch	x86_64 ia64 ppc64 sparc64 s390x
%define	build64bit	1
%define	lib64		1
%define	useDouble	1
%define	install64bit	--word64
%else
%define	build64bit	0
%define	lib64		0
%define	useDouble	0
%define	install64bit	%{nil}
%endif

%define	use_cmake	0

%define	major		5
%define	libname		%mklibname %{name} %{major}
%define	develname	%mklibname -d %{name}

Summary:	A sound synthesis language and library
Name:		csound
Version:	5.19.01
Release:	6
License:	LGPLv2+
Group:		Sound
URL:		http://csound.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/Csound%{version}.tar.gz
Source1:	http://downloads.sourceforge.net/%{name}/Csound5.19_manual_html.zip
Source2:	http://ccrma.stanford.edu/software/stk/release/stk-4.4.4.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-5.18.02-fixpython.patch
Patch1:		%{name}-5.19.01-no-usr-local.patch
Patch2:		%{name}-5.19.01-default-opcodedir.patch
Patch3:		%{name}-5.19.01-64-bit-plugin-path.patch
Patch4:		%{name}-5.18.02-fix-conflicts.patch
Patch5:		%{name}-5.18.02-fix-locale-install.patch
Patch6:		%{name}-5.19.01-default-pulse.patch
Patch7:		%{name}-5.19.01-compile-flag.patch
Patch8:		%{name}-5.18.02-fix-tcl-check.patch
Patch9:		%{name}-5.19.01-fix-link.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gcc-c++ >= 4.0.0
BuildRequires:	gettext
BuildRequires:	python
BuildRequires:	scons
BuildRequires:	swig
BuildRequires:	stk-devel
BuildRequires:	jpackage-utils >= 1.5
BuildRequires:	texlive
BuildRequires:	texlive-latex
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(alsa)
BuildRequires:	ladspa-devel
BuildRequires:	boost-devel
BuildRequires:	fltk-devel >= 1.1.7
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	jpeg-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dssi)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(luajit)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sndfile) >= 1.0.19
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(vorbis)
# For stk build
BuildRequires:	emacs-common
BuildRequires:	gomp-devel
Obsoletes:	%{name} < %{version}
Requires:	%{libname} = %{version}

%description
Csound is a sound and music synthesis system, providing facilities for
composition and performance over a wide range of platforms. It is not
restricted to any style of music, having been used for many years in
at least classical, pop, techno, ambient...

%files -f csound5.lang
%doc COPYING ChangeLog readme-csound5.txt
%{_bindir}/atsa
%{_bindir}/cs-launcher
%{_bindir}/csb64enc
%{_bindir}/csound
%{_bindir}/cvanal
%{_bindir}/dnoise
%{_bindir}/cs-envext
%{_bindir}/cs-extract
%{_bindir}/cs-extractor
%{_bindir}/het_export
%{_bindir}/het_import
%{_bindir}/hetro
%{_bindir}/lpanal
%{_bindir}/lpc_export
%{_bindir}/lpc_import
%{_bindir}/makecsd
%{_bindir}/cs-mixer
%{_bindir}/pvanal
%{_bindir}/pvlook
%{_bindir}/cs-scale
%{_bindir}/cs-scot
%{_bindir}/scsort
%{_bindir}/cs-sndinfo
%{_bindir}/cs-srconv
%{_bindir}/pv_export
%{_bindir}/pv_import
%{_bindir}/winsound

#-------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Csound main library and plug-ins
Group:		Sound
Requires:	%{libname} = %{version}

%description -n %{libname}
Contains the library and the main plug-ins for using Csound.

%files -n %{libname}
%doc COPYING ChangeLog readme-csound5.txt
%{_libdir}/lib%{name}.so.5.2
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
%{_libdir}/%{name}/plugins/libampmidid.so
%{_libdir}/%{name}/plugins/libcellular.so
%{_libdir}/%{name}/plugins/libchua.so
%{_libdir}/%{name}/plugins/libcontrol.so
%{_libdir}/%{name}/plugins/libcs_date.so
%{_libdir}/%{name}/plugins/libcsladspa.so
%{_libdir}/%{name}/plugins/libdoppler.so
%{_libdir}/%{name}/plugins/libfareygen.so
%{_libdir}/%{name}/plugins/libfractalnoise.so
%{_libdir}/%{name}/plugins/libimage.so
%{_libdir}/%{name}/plugins/libjacko.so
%{_libdir}/%{name}/plugins/libjoystik.so
%{_libdir}/%{name}/plugins/libLuaCsound.so
%{_libdir}/%{name}/plugins/libmixer.so
%{_libdir}/%{name}/plugins/libplaterev.so
%{_libdir}/%{name}/plugins/libpy.so
%{_libdir}/%{name}/plugins/librtalsa.so
%{_libdir}/%{name}/plugins/librtpa.so
%{_libdir}/%{name}/plugins/librtpulse.so
%{_libdir}/%{name}/plugins/libscansyn.so
%{_libdir}/%{name}/plugins/libserial.so
%{_libdir}/%{name}/plugins/libsignalflowgraph.so
%{_libdir}/%{name}/plugins/libstdutil.so
%{_libdir}/%{name}/plugins/libsystem_call.so
%{_libdir}/%{name}/plugins/libudprecv.so
%{_libdir}/%{name}/plugins/libudpsend.so
%{_libdir}/%{name}/plugins/liburandom.so

#-------------------------------------------------------------------------------

%package -n %{develname}
Summary:	Csound development files and libraries
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{name}-devel < %{version}-%{release}

%description -n %{develname}
Contains headers and libraries for developing applications that use Csound.

%files -n %{develname}
%doc COPYING ChangeLog readme-csound5.txt
%dir %{_includedir}/%{name}/
%{_includedir}/%{name}/*
%{_libdir}/lib%{name}.so
%{_libdir}/libcsnd.so

#-------------------------------------------------------------------------------

%package python
Summary:	Python Csound development files and libraries
Group:		Development/Python
Requires:	%{name} = %{version}
Requires:	python

%description python
Contains Python language bindings for developing Python applications that
use Csound.

%files python
%doc COPYING
%{_libdir}/libcsnd.so.5.2
%{python_sitearch}/_csnd.so
%{python_sitearch}/csnd.py

#-------------------------------------------------------------------------------

#package python-devel
#Summary:	Csound python development files and libraries
#Group:		Development/Python
#Requires:	%%{name}-python = %%{version}
#description python-devel
#Contains libraries for developing against csound-python.
#files python-devel
#{_libdir}/libcsnd.so

#-------------------------------------------------------------------------------

%package java
Summary:	Java Csound support
Group:		Development/Java
Requires:	%{name} = %{version}
Requires:	jpackage-utils >= 1.5

%description java
Contains Java language bindings for developing and running Java applications
that use Csound.

%files java
%doc COPYING
%{_libdir}/lib_jcsound.so
%{_libdir}/%{name}/java/
%{_javadir}/csnd.jar

#-------------------------------------------------------------------------------

%package javadoc
Summary:	API documentation for Java Csound support
Group:		Development/Java

%description javadoc
API documentation for the %{name}-java package.

%files javadoc
%doc COPYING
%doc %{_javadocdir}/%{name}-java

#-------------------------------------------------------------------------------

%package tk
Summary:	Tcl/Tk related Csound utilities
Group:		Sound
Requires:	%{name} = %{version}
Requires:	tcl
Requires:	tk

%description tk
Contains Tcl/Tk related Csound utilities.

%files tk
%doc COPYING
%{_libdir}/%{name}/tcl/
%{_bindir}/matrix.tk
%{_bindir}/brkpt
%{_bindir}/linseg
%{_bindir}/tabdes
%{_bindir}/cstclsh
%{_bindir}/cswish

#-------------------------------------------------------------------------------

%package stk
Summary:	STK plug-ins for Csound
Group:		Sound
Requires:	%{name} = %{version}

%description stk
Contains STK plug-ins for Csound.

%files stk
%doc COPYING
%{_libdir}/%{name}/plugins/libstk.so
%{_datadir}/%{name}/rawwaves/*.raw

#-------------------------------------------------------------------------------

%package gui
Summary:	A FLTK-based GUI for Csound
Group:		Sound
Requires:	%{name} = %{version}
Requires:	fltk
Requires:	xdg-utils

%description gui
Contains a FLTK-based GUI for Csound.

%files gui
%doc COPYING
%{_bindir}/csound5gui

#-------------------------------------------------------------------------------

%package fltk
Summary:	FLTK plug-ins for Csound
Group:		Sound
Requires:	%{name} = %{version}
Requires:	fltk

%description fltk
Contains FLTK plug-ins for Csound.

%files fltk
%doc COPYING
%{_libdir}/%{name}/plugins/libwidgets.so

#-------------------------------------------------------------------------------

%package jack
Summary:	Jack Audio plug-ins for Csound
Group:		Sound
Requires:	%{name} = %{version}
Requires:	jackit

%description jack
Contains Jack Audio plugins for Csound.

%files jack
%doc COPYING
%{_libdir}/%{name}/plugins/librtjack.so
%{_libdir}/%{name}/plugins/libjackTransport.so

#-------------------------------------------------------------------------------

%package fluidsynth
Summary:	Fluidsyth sound font plug-in for Csound
Group:		Sound
Requires:	%{name} = %{version}
Requires:	fluidsynth

%description fluidsynth
Contains Fluidsynth sound font plug-in for Csound.

%files fluidsynth
%doc COPYING
%{_libdir}/%{name}/plugins/libfluidOpcodes.so

#-------------------------------------------------------------------------------

%package dssi
Summary:	Disposable Soft Synth Interface (DSSI) plug-in for Csound
Group:		Sound
Requires:	%{name} = %{version}
Requires:	dssi

%description dssi
Disposable Soft Synth Interface (DSSI) plug-in for Csound.

%files dssi
%doc COPYING
%{_libdir}/%{name}/plugins/libdssi4cs.so

#-------------------------------------------------------------------------------

%package osc
Summary:	Open Sound Control (OSC) plug-in for Csound
Group:		Sound
Requires:	%{name} = %{version}

%description osc
Open Sound Control (OSC) plug-in for Csound.

%files osc
%doc COPYING
%{_libdir}/%{name}/plugins/libosc.so

#-------------------------------------------------------------------------------

%package virtual-keyboard
Summary:	Virtual MIDI keyboard plug-in for Csound
Group:		Sound
Requires:	%{name} = %{version}
Requires:	fltk

%description virtual-keyboard
A virtual MIDI keyboard plug-in for Csound.

%files virtual-keyboard
%doc COPYING
%{_libdir}/%{name}/plugins/libvirtual.so

#-------------------------------------------------------------------------------

%package manual
Summary:	The Csound manual
Group:		Sound
Requires:	%{name} = %{version}
BuildArch:	noarch

%description manual
Canonical Reference Manual for Csound.

%files manual
%doc manual/html

#-------------------------------------------------------------------------------

%prep
%setup -qn Csound%{version}
%patch0 -p1 -b .fixpython
%patch1 -p1 -b .no-usr-local
%patch2 -p1 -b .default-opcodedir
%patch3 -p1 -b .64-bit-plugin-path
%patch4 -p1 -b .fix-conflicts
%patch5 -p1 -b .fix-local-install
%patch6 -p1 -b .default-pulse
%patch7 -p1 -b .compile-flag
%patch8 -p1 -b .tcl
%patch9 -p1 -b .link

# It needs a custom.py or scons will fail
cp custom-linux-jpff.py custom.py


# Extract manual files
mkdir -p manual
pushd manual
    unzip -q %{SOURCE1}
    chmod 0755 html
    cd html
    chmod 0644 *.html *.css
    chmod 0755 images examples
    cd images/callouts
    chmod 0644 *
    cd ..
    chmod 0755 callouts
    chmod 0644 *.png *.jpg *.gif
    cd ..
    cd examples
    chmod 0644 *
    cd ../..
popd

# Extract and place the stk stuff
# NOTE: we now have STK in Contrib, but csound needs the stk source files
# in its source tree, so we cannot simply BReq STK and go on
mkdir -p stktemp
pushd stktemp
tar xzvf %{SOURCE2}
mv stk-4.4.4/include ../Opcodes/stk
mv stk-4.4.4/rawwaves ../Opcodes/stk
mv stk-4.4.4/src ../Opcodes/stk
popd

# Adjust location of the documentation for the GUI bits
sed -ie 's#\"firefox /usr/local/share/doc/csound/manual/#\"xdg-open file://%{_docdir}/%{name}-manual-%{version}/#' \
      frontends/fltk_gui/CsoundGlobalSettings.cpp

# Dirty hacks
%if %{use_cmake}
sed -i 's|"lib"|"%{_lib}"|g' CMakeLists.txt
sed -i 's|"${LIBRARY_INSTALL_DIR}/%{name}/plugins64-${APIVERSION}"|"${LIBRARY_INSTALL_DIR}/%{name}/plugins-${APIVERSION}"|g' CMakeLists.txt
sed -i 's|"lib"|"%{_lib}"|g' CMakeLists.txt
%else
#sed -i 's|(LIBS = \['sndfile'\]|(LIBS = \['sndfile', 'python2.7'\]|g' SConstruct
# Add path for OpenJDK to custom.py and SConstruct
#sed -i 's|"\['java', 'jvm/java', 'jvm/java-1.5.0'\]"|"\['java', 'jvm/java', 'jvm/java-1.6.0'\]"|g' SConstruct
sed -i "s|'/usr/lib/jvm/java-1.5.0/include'|'/usr/lib/jvm/java-1.7.0/include'|g" custom.py
sed -i "s|'/usr/lib/jvm/java-1.5.0/include/linux'|'/usr/lib/jvm/java-1.7.0/include/linux'|g" custom.py
# Fix include path
sed -i 's|-I/usr/local/include/|-I/usr/include/|g' custom.py
%endif


%build
%define	Werror_cflags	%{nil}
# TODO: (gvm) Try the cmake-based build
%if %{use_cmake}
%cmake .. \
      -DBUILD_RELEASE=1 \
      -DUSE_DOUBLE=1 \
      -DBUILD_UTILITIES=1 \
      -DBUILD_NEW_PARSER=1 \
      -DBUILD_MULTI_CORE=1 \
      -DFAIL_MISSING=0 \
      -DUSE_GETTEXT=1
%make
%else
scons	\
      customCCFLAGS="%{optflags}" \
      customCXXFLAGS="%{optflags}" \
      customSHLINKFLAGS="%{ldflags}" \
      useDouble=%{useDouble} \
      usePortAudio=1 \
      usePortMIDI=0 \
      useALSA=1 \
      useJack=1 \
      useIpMIDI=0 \
      useFLTK=1 \
      buildCsoundAC=1 \
      buildCsoundVST=0 \
      buildCSEditor=1 \
      buildCsound5GUI=1 \
      generateTags=1 \
      generatePdf=0 \
      useOSC=1 \
      buildPythonOpcodes=1 \
      buildLuaOpcodes=1 \
      prefix=%{_prefix} \
      buildRelease=1 \
      noDebug=1 \
      useLrint=1 \
      Word64=%{build64bit} \
      Lib64=%{lib64} \
      dynamicCsoundLibrary=1 \
      buildStkOpcodes=1 \
      buildDSSI=1 \
      buildUtilities=1 \
      buildTclcsound=1 \
      buildWinsound=1 \
      buildVirtual=1 \
      buildInterfaces=1 \
      buildLuaWrapper=1 \
      buildPythonWrapper=1 \
      buildJavaWrapper=1 \
      buildMultiCore=1 \
      useGettext=1 \
      useOpenMP=1 \
      buildcatalog=1
# No more present in SConstruct
# useFluidsynth=1
# Enabling this makes the build fail
# gcc4opt(=cputype)
# Useless?
# pythonVersion=%%{python_version}
%endif


# Generate javadoc
(cd interfaces; javadoc *.java)


%install
%{__python} install.py --prefix=%{_prefix} --instdir=%{buildroot} %{install64bit}
%{__rm} -f %{buildroot}%{_docdir}/%{name}/COPYING
%{__rm} -f %{buildroot}%{_docdir}/%{name}/ChangeLog
%{__rm} -f %{buildroot}%{_docdir}/%{name}/INSTALL
%{__rm} -f %{buildroot}%{_docdir}/%{name}/readme-csound5.txt
%{__rm} -f %{buildroot}%{_bindir}/uninstall-csound5
%{__rm} -f %{buildroot}%{_prefix}/csound5-*.md5sums


install -dm 755 %{buildroot}%{_javadir}
(cd %{buildroot}%{_javadir}; ln -s %{_libdir}/%{name}/java/csnd.jar .)

install -dm 644 %{buildroot}%{_javadocdir}/%{name}-java
%{__chmod} -R 755 %{buildroot}%{_javadocdir}/%{name}-java
pushd interfaces
    (tar cf - *.html csnd/*.html) | (cd %{buildroot}%{_javadocdir}/%{name}-java; tar xvf -)
popd


%find_lang csound5



%changelog
* Tue Aug 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.19.01-6
+ Revision: 49859ff
- Build with java 1.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 767 |14cr|ctemplate-2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define	libname %mklibname ctemplate %{major}
%define	develname %mklibname ctemplate -d

Name:		ctemplate
Version:	2.2
Release:	2
Summary:	Simple but powerful template language for C++
Group:		System/Libraries
License:	BSD
URL:		https://code.google.com/p/ctemplate/
Source0:	https://ctemplate.googlecode.com/files/%{name}-%{version}.tar.gz

%description
The ctemplate package contains a library implementing a simple but
powerful template language for C++.  It emphasizes separating logic
from presentation: it is impossible to embed application logic in this
template language.  This limits the power of the template language
without limiting the power of the template *system*.  Indeed, Google's
"main" web search uses this system exclusively for formatting output.

%package -n	%{libname}
Summary:	Simple but powerful template language for C++
Group:		System/Libraries

%description -n	%{libname}
The ctemplate package contains a library implementing a simple but
powerful template language for C++.  It emphasizes separating logic
from presentation: it is impossible to embed application logic in this
template language.  This limits the power of the template language
without limiting the power of the template *system*.  Indeed, Google's
"main" web search uses this system exclusively for formatting output.

%package -n	%{develname}
Summary:	Development files for the %{name} library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{version}

%description -n	%{develname}
The ctemplate-devel package contains static and debug libraries and header
files for developing applications that use the ctemplate package.

%prep
%setup -q

%build
export PTHREAD_LIBS="-lpthread"
%configure2_5x -enable-static=no
%make

%check
%__make check

%install
%__rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%{_docdir}/%{name}-%{version}/INSTALL

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc %{_docdir}/%{name}-%{version}
%{_includedir}/ctemplate/*
%{_bindir}/diff_tpl_auto_escape
%{_bindir}/make_tpl_varnames_h
%{_bindir}/template-converter
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%if %{mdvver} < 201200
%{_libdir}/*.la
%endif




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-2
+ Revision: 79874ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 768 |14cr|cthumb-4.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  version	4.2
%define release	13

Summary:	A program to generate Web picture albums
Name:		cthumb
Version:	%version
Release:	%release
License:	GPL
Group:		Networking/WWW
Source0:	http://cthumb.sourceforge.net/cthumb-%{version}.tar.bz2
URL:		http://cthumb.sourceforge.net/
BuildArch:	noarch
Requires:	perl-base
Requires:	perl-HTML-Parser
Requires:	perl-MIME-tools
Requires:	perl-URI
Requires:	netpbm


%description
Cthumb allows you to create a web picture album, with an index and
several pages, each with thumbnails of your pictures. it optionally
generates pages in several languages simultaneously. it automatically
generates thumbnails of the pictures. it attempts to be nice in the
look of the pages it generates. it is geared towards people that have
ton of digital images that need to be labeled and classified. all you
need is the pictures and a text editor to put all the titles for every
picture in a simple "album" textfile.

%prep
%setup -q

%build
./configure --prefix=%{_prefix} --mandir=%{_mandir}

%install
mkdir -p %{buildroot}

make prefix=%{buildroot}%{_prefix} \
    mandir=%{buildroot}%{_mandir} install
cp contrib/mkalbum %{buildroot}%{_bindir}
cp contrib/tree2album %{buildroot}%{_bindir}

%files
%doc README TO-DO INSTALL BUGS VERSION AUTHORS ChangeLog cthumbrc.sample
%doc contrib/*.readme
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/man/*/*
%dir %{_datadir}/images/
%{_datadir}/images/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2-13
+ Revision: 0ea4829
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 769 |14cr|ctorrent-3.3.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fast and small BitTorrent Client program written in C/C++
Name:		ctorrent
Version:	3.3.2
Release:	6
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://www.rahul.net/dholmes/ctorrent/
Source0:	http://www.rahul.net/dholmes/ctorrent/%{name}-dnh%{version}.tar.gz
BuildRequires:	pkgconfig(openssl)

%description
CTorrent is a BitTorrent Client program written in C/C++ for FreeBSD and Linux.
Fast and small are CTorrent's two strengths.

This is the Enhanced CTorrent fork.

%files
%doc AUTHORS ChangeLog NEWS README* VERSION
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-dnh%{version}
find . -perm 0600 | xargs chmod 0644

%build
%configure2_5x
%make

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.2-6
+ Revision: 1409fc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 770 |14cr|ctpl-0.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define use_ccache        	1
%define ccachedir		~/.ccache-OOo%{mdvsuffix}%{?_with_ccache: %global use_ccache 1}%{?_without_ccache: %global use_ccache 0}
%define debug_package          	%{nil}

%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Name:		ctpl
Group:		Sciences/Mathematics
License:	GPLv3+
Summary:	Template engine library written in C
Version:	0.3.3
Release:	2
Source:		http://download.tuxfamily.org/ctpl/releases/%{name}-%{version}.tar.gz
URL:		http://ctpl.tuxfamily.org/
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig

%description
CTPL is a template engine library written in C and distributed 
under the terms of the GNU GPLv3+. See the overview in the
documentation for a more complete description.

%package -n %{libname}
Summary: Template engine library written in C
Group:   Sciences/Mathematics

%description -n %{libname}
Library package for ctpl

%package -n %{devname}
Summary: Development files for ctpl
Group:   Sciences/Mathematics

%description -n %{devname}
Development files for ctpl library

%prep
%setup -q

%build
%configure2_5x --enable-gtk-doc -enable-gtk-doc-pdf
%make

%install
%makeinstall

%files
%{_datadir}/gtk-doc/*
%{_datadir}/man/man1/*
%{_bindir}/ctpl

%files -n %{libname}
%{_libdir}/*

%files -n %{devname}
%{_includedir}/%{name}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-2
+ Revision: 7feab04
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 771 |14cr|cudd-2.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define         libcudd         %mklibname cudd 2
%define         libcudd_devel   %mklibname -d cudd

Name:           cudd
Version:        2.5.0
Release:        3
Summary:        CU Decision Diagram Package
Group:          Sciences/Mathematics
License:        BSD
URL:            http://vlsi.colorado.edu/~fabio/CUDD/
Source0:        ftp://vlsi.Colorado.EDU/pub/%{name}-%{version}.tar.gz
# This patch was sent upstream in September 2005.
# Build shared libraries as well as static archives, and incidentally unbreak
# parallel make.
Patch0:         cudd-2.5.0-sharedlib.patch
# This patch was sent upstream in September 2005.
# Fix some mixed signed/unsigned operations
Patch1:         cudd-2.5.0-signedness.patch
# This patch was sent upstream in September 2005.
# Don't ignore the return values of certain functions
Patch2:         cudd-2.5.0-retval.patch
# This patch was sent upstream in September 2005.
# Fix a bunch of "used without being initialized" warnings
Patch3:         cudd-2.5.0-init.patch
# This patch was sent upstream in September 2005.
# On 64 bit platforms, fix the size definitions of void * and long.
# Use the correct floating point structure based on endianness.
Patch4:         cudd-2.5.0-arch.patch


%description
CUDD is a package for the manipulation of Binary Decision Diagrams
(BDDs), Algebraic Decision Diagrams (ADDs) and Zero-suppressed
Binary Decision Diagrams (ZDDs).


%package        -n %{libcudd}
Summary:        Runtime libraries for %{name}
Group:          Sciences/Mathematics
Requires:       %{libcudd} = %{version}-%{release}


%description    -n %{libcudd}
Runtime libraries for %{name}.


%package        -n %{libcudd_devel}
Summary:        Header files and man pages for %{name}
Group:          Development/C++
Requires:       %{libcudd} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}


%description    -n %{libcudd_devel}
Development headers and man pages for %{name}.


%prep
%setup -q
%patch0
%patch1
%patch2
%patch3
%patch4

# Fix two doc files with DOS line endings
for f in dddmp/README.*; do
  sed 's/\r//' $f > ${f}.fixed
  touch -r $f ${f}.fixed
  mv -f ${f}.fixed $f
done


%build
# Build the shared libraries and binaries
make %{?_smp_mflags} CPPFLAGS="%{optflags}" ICFLAGS="%{optflags} -fPIC" \
  XCFLAGS="-DHAVE_IEEE_754 -DBSD"


%install
# Install the shared libraries
mkdir -p $RPM_BUILD_ROOT%{_libdir}
for slib in */*.so; do
  install -p -m 755 ${slib}.%{version} $RPM_BUILD_ROOT%{_libdir}/
  mv ${slib}.2 $RPM_BUILD_ROOT%{_libdir}
  mv ${slib} $RPM_BUILD_ROOT%{_libdir}
done

# Install the header files
mkdir -p $RPM_BUILD_ROOT%{_includedir}/%{name}
for hdr in include/*; do
  install -p -m 644 ${hdr} $RPM_BUILD_ROOT%{_includedir}/%{name}/
done

# Install the test binary
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -p -m 0755 nanotrav/nanotrav $RPM_BUILD_ROOT%{_bindir}

# Install the test binary man page
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -p -m 0644 nanotrav/nanotrav.1 $RPM_BUILD_ROOT%{_mandir}/man1

# Put all the documentation in one place for easy installation
mkdir doc
mv cudd/doc doc/cudd
mv dddmp/doc doc/dddmp
mv dddmp/R* doc/dddmp
mv mtr/doc doc/mtr
mv nanotrav/doc doc/nanotrav
mv nanotrav/README doc/nanotrav
mv st/doc doc/st


%files
%doc README LICENSE RELEASE.NOTES doc/nanotrav
%{_bindir}/nanotrav
%{_mandir}/man1/*


%files -n %{libcudd}
%doc README LICENSE doc/cudd doc/dddmp doc/mtr doc/st
%{_libdir}/*.so.*


%files -n %{libcudd_devel}
%doc README LICENSE doc/cudd doc/dddmp doc/mtr doc/st
%{_includedir}/%{name}
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.0-3
+ Revision: 7e85881
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 772 |14cr|cudf-0.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package          %{nil}

Summary:	CUDF (Common Upgradeability Description Format) tools and libraries
Name:		cudf
Version:	0.6.3
Release:	2
Source0:	http://gforge.info.ucl.ac.be/frs/download.php/165/%{name}-%{version}.tar.gz
Patch0:		cudf-0.6.3-extlib.patch
URL:		http://www.mancoosi.org/cudf/
License:	LGPL
Group:		Development/Other
BuildRequires:	ocaml ocaml-findlib camlp4 ocaml-extlib-devel
BuildRequires:	glib2-devel ncurses-devel

%description
CUDF (for Common Upgradeability Description Format) is a format for describing
upgrade scenarios in package-based Free and Open Source Software distribution.

libCUDF is a library to manipulate so called CUDF documents. A CUDF document
describe an upgrade problem, as faced by package managers in popular
package-based GNU/Linux distributions.

%package	tools
Summary:	CUDF (Common Upgradeability Description Format) command-line tools

%description	tools
CUDF (for Common Upgradeability Description Format) is a format for describing
upgrade scenarios in package-based Free and Open Source Software distribution.

libCUDF is a library to manipulate so called CUDF documents. A CUDF document
describe an upgrade problem, as faced by package managers in popular
package-based GNU/Linux distributions.

This package contains command line tools to manipulate CUDF and related
documents. In particular it contains cudf-check, which enables checking of
document properties such as installation consistency and matching of problems
with their solutions.

%package	devel
Summary:	CUDF (Common Upgradeability Description Format) C development stuff

%description	devel
CUDF (for Common Upgradeability Description Format) is a format for describing
upgrade scenarios in package-based Free and Open Source Software distribution.

libCUDF is a library to manipulate so called CUDF documents. A CUDF document
describe an upgrade problem, as faced by package managers in popular
package-based GNU/Linux distributions.

This package contains the development stuff needed to use libCUDF in your C
programs.

%package	ocaml-devel
Summary:	CUDF (Common Upgradeability Description Format) OCaml development stuff

%description	ocaml-devel
CUDF (for Common Upgradeability Description Format) is a format for describing
upgrade scenarios in package-based Free and Open Source Software distribution.

libCUDF is a library to manipulate so called CUDF documents. A CUDF document
describe an upgrade problem, as faced by package managers in popular
package-based GNU/Linux distributions.

This package contains the development stuff needed to use libCUDF in your OCaml
programs.

%prep
%setup -q
%patch0 -p1 

%build
make all c-lib
which /usr/bin/ocamlopt > /dev/null && make opt c-lib-opt

%install
%makeinstall_std LIBDIR="%{_libdir}" OCAMLLIBDIR="%{_libdir}/ocaml"

%check
# test suite fails to pass.. :|
make -k test || /bin/true

%files tools
%{_bindir}/cudf-check
%{_bindir}/cudf-parse-822

%files devel
%{_includedir}/cudf.h
%{_libdir}/*.a
%{_libdir}/pkgconfig/cudf.pc

%files ocaml-devel
%{_libdir}/ocaml/cudf




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.3-2
+ Revision: bf54527
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 773 |14cr|cuegen-1.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	1.2.0
%define release	6

Summary:	FLAC-compatible cuesheet generator for Linux
Name:		cuegen
Version:	%{version}
Release:	%{release}
License:	GPL+
Group:		Sound
URL:		http://www.cs.man.ac.uk/~slavinp/cuegen.html
Source:		http://www.cs.man.ac.uk/~slavinp/files/%{name}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
CUEgen is a FLAC-compatible cuesheet generator for Linux. The
FLAC format allows cuesheets to be embedded in .flac files by
storing their data in the CUESHEET metadata block. The cuesheet
itself is simply a description of the contents of an audio CD. The
cuesheet can be used in conjunction with a .flac file to store a
complete album in a single FLAC file and then retrieve individual
tracks fro m that file. The cuesheet may also be used by CD burning
applications to recreate an identical copy of an original audio CD
from its FLAC representation and an associated cuesheet. As such,
cuesheets are of great use in archiving, transporting and burning
FLAC-enc oded audio files.

%prep
%setup -q

%build
make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf %{buildroot}
install -D -m 755 cuegen %{buildroot}%{_bindir}/cuegen

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-6
+ Revision: 941e65a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 774 |14cr|cuetools-1.3.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name cuetools
%define version 1.3.1
%define release 9

Summary: Utilities to works with cue and TOC files
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Source1: cuetag.sh
License: GPL
Group: Archiving/Cd burning
Url: http://cuetools.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
Cuetools is a set of utilities for working with cue files and TOC files.
It includes programs for conversion between the formats, file renaming based
on cue/TOC information, and track breakpoint printing. 

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std

install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc NEWS README TODO
%_bindir/*
%_mandir/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-9
+ Revision: 43d1b74
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 775 |14cr|culmus-latex-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	culmus-latex
%define version 0.7
%define release 3

%define texmfdir %{_datadir}/texmf

Summary: 	 Culmus Hebrew fonts for LaTeX
Name: 		 %{name}
Version: 	 %{version}
Release: 	 %{release}
Source0: 	 %{name}-%{version}-r1.tar.gz
Patch0: 	 Makefile.patch
License: 	 GPLv2
Group: 		 Publishing
Url: 		 http://ivritex.sourceforge.net/
BuildRoot: 	 %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: 	 noarch
Requires: 	 fonts-type1-hebrew, tetex
BuildRequires: 	 fonts-type1-hebrew, tetex-afm, tetex
Obsoletes: 	 ivritex

%description
This package provides LaTeX support for the Hebrew fonts distributed by the
Culmus Project.

%prep
%setup -q -n %{name}-%{version}-r1
%patch0 -p0

%install
%__rm -rf %{buildroot}
make DESTDIR=%{buildroot} pkginstall

%clean
%__rm -rf %{buildroot}

%post
mktexlsr
updmap-sys --enable Map=culmus.map --quiet

%postun
mktexlsr
updmap-sys --disable culmus.map --quiet

%files
%defattr(-,root,root)
%doc README GNU-GPL LICENSE-Culmus examples/
%{texmfdir}/fonts/afm/public/culmus
%{texmfdir}/fonts/type1/public/culmus
%{texmfdir}/fonts/enc/dvips/culmus
%{texmfdir}/fonts/map/dvips/culmus.map
%{texmfdir}/fonts/tfm/public/culmus
%{texmfdir}/fonts/vf/public/culmus
%{texmfdir}/tex/latex/culmus
%{texmfdir}/tex/generic/0babel



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-3
+ Revision: 9746530
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 776 |14cr|cuneiform-linux-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define abi		0
%define libname		%mklibname cuneiform %{abi}
%define develname	%mklibname cuneiform -d

# datafiles must have DOS-style EOL
%define dont_fix_eol	1

Name:		cuneiform-linux
Summary:	An OCR system
Version:	1.1.0
Release:	4
License:	BSD
Group:		Text tools
Url:		https://launchpad.net/cuneiform-linux
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	pkgconfig(ImageMagick)
#Suggests:	cuneiform-qt yagf

%description
Cuneiform is an multi-language OCR system originally developed
and open sourced by Cognitive Technologies. Cuneiform was
originally a Windows program, which was ported to Linux
by Jussi Pakkanen.

%package -n %{libname}
Summary:	Cuneiform OCR system shared libraries
Group:		System/Libraries

%description -n %{libname}
Cuneiform is an multi-language OCR system originally developed
and open sourced by Cognitive Technologies. Cuneiform was
originally a Windows program, which was ported to Linux
by Jussi Pakkanen.

%package -n %{develname}
Summary:	Cuneiform development files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{develname}
Cuneiform is an multi-language OCR system originally developed
and open sourced by Cognitive Technologies. Cuneiform was
originally a Windows program, which was ported to Linux
by Jussi Pakkanen.

This package contains files required only for development purpose.

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%doc issues.txt *readme.rtf readme.txt
%{_bindir}/cuneiform
%{_datadir}/cuneiform/*.dat

%files -n %{libname}
%{_libdir}/*.so.%{abi}*
%{_libdir}/*.so.%{version}

%files -n %{develname}
%{_libdir}/*.so
%{_includedir}/cuneiform.h


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-4
+ Revision: 958cd01
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 777 |14cr|cunit-2.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name cunit
%define Name CUnit
%define version 2.1.2
%define bad_version 2.1-2
%define release 3
%define	major 1
%define	libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Summary:	A Unit Testing Framework for C
Group:		System/Libraries
URL:		http://cunit.sourceforge.net
Source0:	http://sourceforge.net/projects/cunit/files/CUnit/%{bad_version}/%{Name}-%{bad_version}-src.tar.bz2
Patch0:		%{name}-2.1.0.link_against_ncurses.patch
BuildRequires:	pkgconfig(ncurses)

%description
CUnit is a lightweight system for writing, administering, and running unit
tests in C.  It provides C programmers a basic testing functionality with a
flexible variety of user interfaces.

CUnit is built as a static library which is linked with the user's testing
code.  It uses a simple framework for building test structures, and provides a
rich set of assertions for testing common data types. In addition, several
different interfaces are provided for running tests and reporting results.
These interfaces currently include:

- Automated: Non-interactive output to xml file
- Basic: Non-interactive flexible programming interface
- Console: Interactive console interface (ansi C)
- Curses: Interactive graphical interface (Unix)

%package -n %{libname}
Summary:	C testing framework
Group:		System/Libraries

%description -n %{libname}
CUnit is a lightweight system for writing, administering, and running unit
tests in C.  It provides C programmers a basic testing functionality with a
flexible variety of user interfaces.

CUnit is built as a static library which is linked with the user's testing
code.  It uses a simple framework for building test structures, and provides a
rich set of assertions for testing common data types. In addition, several
different interfaces are provided for running tests and reporting results.
These interfaces currently include:

- Automated: Non-interactive output to xml file
- Basic: Non-interactive flexible programming interface
- Console: Interactive console interface (ansi C)
- Curses: Interactive graphical interface (Unix)

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname %{name} 1 -d

%description -n	%{develname}
This package contains development files for %{name}.

%prep
%setup -q -n %{Name}-%{bad_version}
%patch0 -p 0
chmod 644 AUTHORS NEWS ChangeLog README TODO

%build
autoreconf -f -i
%configure2_5x \
	--enable-curses
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# fix la file
perl -pi -e 's| -L\S+ ||'  %{buildroot}%{_libdir}/libcunit.la

# ugly, but needed to deal with installed and non-installed documentation
install -d -m 755 %{buildroot}%{_datadir}/doc/%{libname}-devel-%{version}
mv %{buildroot}%{_prefix}/doc/%{Name} \
    %{buildroot}%{_datadir}/doc/%{libname}-devel-%{version}/html
install -m 644 AUTHORS NEWS ChangeLog README TODO \
    %{buildroot}%{_datadir}/doc/%{libname}-devel-%{version} 
rm -rf %{buildroot}%{_prefix}/doc

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_datadir}/doc/%{libname}-devel-%{version}
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{Name}
%{_datadir}/%{Name}
%{_mandir}/man3/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-3
+ Revision: 9099458
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 778 |14cr|cups-pdf-2.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Extension for creating pdf-Files with CUPS
Name:           cups-pdf
Version:        2.6.1
Release:        3
Group:          System/Printing 
Source0:        http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/%{name}_%{version}.tar.gz
Patch1:         cups-pdf-conf.patch
Patch2:         cups-pdf-desktop.patch
URL:            http://cip.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/
License:        GPLv2+
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
Requires:       ghostscript
Requires:       cups
BuildRequires:  cups-devel

# These are the defaults paths defined in config.h
# CUPS-PDF spool directory
%define CPSPOOL   %{_localstatedir}/spool/cups-pdf/SPOOL

# CUPS-PDF output directory
%define CPOUT     %{_localstatedir}/spool/cups-pdf

# CUPS-PDF log directory
%define CPLOG     %{_localstatedir}/log/cups

# CUPS-PDF cups-pdf.conf config file
%define ETCCUPS   %(cups-config --serverroot 2>/dev/null || echo %{_sysconfdir}/cups)

# Additional path to backend directory
%define CPBACKEND %(cups-config --serverbin  2>/dev/null || echo %{_libdir}/cups)/backend


%description
"cups-pdf" is a backend script for use with CUPS - the "Common UNIX Printing
System" (see more for CUPS under http://www.cups.org/). 
"cups-pdf" uses the ghostscript pdfwrite device to produce PDF Files.

This version has been modified to store the PDF files on the Desktop of the 
user. This behavior can be changed by editing the configuration file.

%prep
%setup -q -n %{name}-%{version}

# Relocate output on user's Desktop
%patch1 -p0 -b .oldconf
%patch2 -p0 -b .desktop

%build
pushd src
gcc $RPM_OPT_FLAGS -o cups-pdf cups-pdf.c
popd

# Avoid perl dependencies
chmod -x contrib/pstitleiconv-0.2/pstitleiconv
chmod -x contrib/cups-pdf-dispatch-0.1/cups-pdf-dispatch
chmod -x contrib/SELinux-HOWTO/update-module


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{CPBACKEND}
mkdir -p %{buildroot}%{CPSPOOL}
mkdir -p %{buildroot}%{CPOUT}
mkdir -p %{buildroot}%{CPLOG}
mkdir -p %{buildroot}%{CPBACKEND}
mkdir -p %{buildroot}%{ETCCUPS}
mkdir -p %{buildroot}%{_datadir}/cups/model/
install -m644 extra/CUPS-PDF.ppd %{buildroot}%{_datadir}/cups/model/
install -m644 extra/cups-pdf.conf %{buildroot}%{ETCCUPS}/
install -m700 src/cups-pdf %{buildroot}%{CPBACKEND}/

%clean
rm -rf %{buildroot}


%post
# First install : create the printer if cupsd is running
if [ "$1" -eq "1" -a -f "%{_var}/run/cupsd.pid" ]
then
    if [ -d /proc/$(cat %{_var}/run/cupsd.pid) ]
    then
        /usr/sbin/lpadmin -p Cups-PDF -v cups-pdf:/ -m CUPS-PDF.ppd -E || :
    fi
fi


%postun
if [ "$1" -eq "0" ]; then
    # Delete the printer
    /usr/sbin/lpadmin -x Cups-PDF || :
fi

%files
%defattr(-,root,root)
%doc ChangeLog README contrib/
%dir %{CPSPOOL}
%dir %{CPOUT}
%attr(700, root, root) %{CPBACKEND}/cups-pdf
%config(noreplace) %{ETCCUPS}/cups-pdf.conf
%{_datadir}/cups/model/CUPS-PDF.ppd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.1-3
+ Revision: 38170e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 779 |14cr|curlftpfs-0.9.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name curlftpfs
%define version 0.9.2
%define release 5

Name:		%name
Version:	%version
Release:	%release
Url:		http://curlftpfs.sourceforge.net/
Summary:	Filesystem for accessing FTP hosts based on FUSE and libcurl
License:	GPL+
Group:		Networking/Other
BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires:	curl-devel, fuse-devel, glib2-devel
Requires:	fuse
Source:		%{name}-%{version}.tar.gz
%description
CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and libcurl.

CurlFtpFS diferentiates itself from other FTP filesystems because it features:

    * SSLv3 and TLSv1 support
    * connecting through tunneling HTTP proxies
    * automatically reconnection if the server times out
    * transform absolute symlinks to point back into the ftp file system

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%clean
%{__rm} -Rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-5
+ Revision: 632471d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 780 |14cr|curl-java-0.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Java wrapper to the curl library
Name:		curl-java
Version:	0.2.3
Release:	3
Group:		Development/Java
License:	MIT
URL:		http://curl.haxx.se/libcurl/java/
Source0:	http://www.gknw.de/mirror/curl/curl_java/%{name}-%{version}.tar.bz2
BuildRequires:	java-rpmbuild
BuildRequires:	curl-devel
Requires:	curl
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
This package allows to use the curl API library (http://curl.haxx.se/libcurl/)
from a Java program.
  This is not (yet) a complete interface implementation: it is however possible
to send and/or receive data via specific subclassing.

%prep
%setup -q

%build
%configure2_5x \
	--with-jdk-home=%{java_home}
%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std
#	We do not need .la files since dynamic library is never ld-linked.
rm -rf %{buildroot}%{_libdir}/*.la

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog README
%{_libdir}/*.so*
%{_datadir}/java/*.jar



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-3
+ Revision: 63e0609
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 781 |14cr|curl-loader-0.53-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A HTTP(S)/FTP(S) application load stress testing tool
Name:		curl-loader
Version:	0.53
Release:	2
License:	GPLv2
Group:		System/Servers
URL:		http://curl-loader.sourceforge.net/
Source0:	http://sunet.dl.sourceforge.net/project/curl-loader/curl-loader/%{name}-%{version}/%{name}-%{version}.tar.bz2
Patch0:		curl-loader-0.53-link.patch
Patch1:		curl-loader-0.50-hack.diff
BuildRequires:	curl-devel >= 7.19.6
BuildRequires:	libevent-devel >= 1.4.11
BuildRequires:	openssl-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
curl-loader is an open-source community tool written in C-language, simulating 
application load and application behavior of thousands and tens of thousand 
HTTP/HTTPS and FTP/FTPS clients, each with its own source IP-address.

%prep
%setup -q
%patch0 -p0 -b .link
%patch1 -p0

%build

%make OPT_FLAGS="%{optflags}" INCDIR="-I. -I%{_includedir}/curl -I%{_includedir}/openssl" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_mandir}/man5

install -m0755 %{name} %{buildroot}%{_sbindir}/
install -m0644 doc/curl-loader.1 %{buildroot}%{_mandir}/man1/
install -m0644 doc/curl-loader-config.5 %{buildroot}%{_mandir}/man5/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc doc/COPYING doc/PROBLEM-REPORTING doc/QUICK-START doc/README doc/THANKS doc/TODO conf-examples
%{_sbindir}/*
%{_mandir}/man1/*
%{_mandir}/man5/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.53-2
+ Revision: 603cc33
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 782 |14cr|cursor_themes-0.0.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    cursor_themes

%define version 0.0.5
%define release 9

Summary:	A Collection of cursor themes for XFree86 4.3 or later
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Url:		http://kde-look.org
BuildArch:	noarch
Group:		Graphical desktop/Other
Source:		choose_cursor
Source1:        4805-RedDot.tar.bz2
Source2:        4858-YCursors.tar.bz2
Source3:        4975-GKD-XCursors.tar.bz2
Source5:        5076-corp.tar.bz2
Source6:        5077-innerspace.tar.bz2
Source7:        5078-vox.tar.bz2
%define		bexos_ver		0.4
Source8:        5211-bexos_color_%{bexos_ver}.tar.bz2
Source9:        5238-3dwhite.tar.bz2
Source10:       5265-3Dcursors-0.2.tar.bz2
Source11:       5271-3dcolor.tar.bz2
Source12:       5359-tuxcursor02.tar.gz
Source13:       5376-tuxcute.tar.bz2
Source14:       5376-tuxresize.tar.bz2
Source15:       5475-yellowdot.tar.bz2
Source16:       5507-Golden-XCursors-3D-0.8.tar.bz2
Source17:       5532-BlueGlass-XCursors-3D-0.4.tar.bz2
Source18:       5533-Silver-XCursors-3D-0.4.tar.bz2
Source19:	5600-redhat9cursor.tar.bz2
Source20:	5605-cursor_mix.tar.bz2
Source21:	5833-aquadiz.tar.bz2
Source22:	6132-SignalOS-Cursors-0.0.2.tar.bz2
Source23:	6240-crystalcursors.tar.bz2
Source24:	6277-bean.tar.bz2
Source25:	6336-flat_white_cursor_0.3.tar.bz2
Source26:	6504-flat_black_cursor_0.3.tar.bz2
Source27:	6550-Jimmac.tar.bz2
Source28:	macoscursors-default-0.2.tar.bz2
Source29:	tuxsplash.tar.bz2
Source30:	10394-justwhite-0.2.tar.bz2
Source31:	10500-justgreen-0.1a.tar.bz2
Source32:	10163-justblue-0.21.tar.bz2
Source33:	10211-daliesque.tar.bz2
Source34:	11313-pearlgrey-1.0.tar.bz2

BuildRoot:	%{_tmppath}/%{name}-%{version}
Requires:	gtkdialogs
Requires:	XFree86 >= 4.3
BuildRequires:	imagemagick XFree86 >= 4.3
Prefix:		%{_prefix}

%description
This package contains all the freely distributeable cursor themes for XFree86
4.3 or newer currently available from http://kde-look.org, along with a 
simple script (choose_cursor) which will allow you to easily choose a 
cursor theme.

%prep
#rm -rf $RPM_BUILD_ROOT
%setup -T -c -q -a 1 -a 2 -a 3 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 20 -a 21 -a 22 -a 23 -a 24 -a 27 -a 28 -a 29 -a 30 -a 31 -a 32 -a 33 -a 34
tar -xzf tuxshadow.tar.gz
mv tuxcursor tuxshadow
tar -xzf tuxcursor.tar.gz
mv tuxcursor tuxcursor.orig
tar xjf %{SOURCE13}; mv tuxcursor tuxcute
tar xjf %{SOURCE14}; mv tuxcursor tuxresize
mv tuxcursor.orig tuxcursor
tar xjf %{SOURCE19}; mkdir redhat;mv cursors redhat
tar xjf %{SOURCE25}; mkdir flat_white;mv cursors flat_white
tar xjf %{SOURCE26}; mkdir flat_black;mv cursors flat_black

%build
rm -Rf default
#pushd reddot;make;popd
mkdir -p GKD-XCursors/cursors;cp -f GKD-XCursors/* GKD-XCursors/cursors 2>/dev/null||:
rm -f GKD-XCursors/cursors/*.png
mkdir -p bexos_color_%{bexos_ver}/bexos_color/cursors;cp -f bexos_color_%{bexos_ver}/* bexos_color_%{bexos_ver}/bexos_color/cursors 2>/dev/null||:
#pushd maccursors; rm -f crosshair cross_reverse hand1 hand2;popd

%install
rm -Rf %{buildroot}
mkdir -p %{buildroot}/%{_bindir}
install -m755 %{SOURCE0} %{buildroot}/%{_bindir}


#Menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Name=Cursor Themes
Comment=Choose a Cursor Theme
Exec=choose_cursor
Icon=%{name}
Terminal=false
Type=Application
Categories=Settings;DesktopSettings;
EOF

mkdir -p %{buildroot}/{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
install -m644 RedDotSource/sources/hand.png %{buildroot}/%{_iconsdir}/%{name}.png
convert -resize 16x16 RedDotSource/sources/hand.png %{buildroot}/%{_miconsdir}/%{name}.png
convert -resize 48x48 RedDotSource/sources/hand.png %{buildroot}/%{_liconsdir}/%{name}.png
pwd
CURSORS=`find . -type d -name 'cursors'`
echo -e "\n\n\n\t\tFound the following cursors:\n $CURSORS\n\n\n"
set +x
for CURSOR in $CURSORS
	do CURSORNAME=$(basename `dirname $CURSOR`)
	CURSORNAME=${CURSORNAME%%-*[0-9]*}
	if [ "$CURSORNAME" == "*-[0-9]*" ]
	then echo "$CURSORNAME is versioned" >&2; CURSORNAME=${CURSORNAME#-[0-9]*}
	fi
	mkdir -p %{buildroot}/%{_iconsdir}/$CURSORNAME
	cp -a $CURSOR %{buildroot}/%{_iconsdir}/$CURSORNAME

	#Ensure links are in place:
	pushd %{buildroot}/%{_iconsdir}/$CURSORNAME/cursors >/dev/null

	
	[ -e hand -a ! -f hand1 ] && ln -sf hand hand1 >/dev/null 2>&1||:
	[ -e hand -a ! -f hand2 ] && ln -sf hand hand2 >/dev/null 2>&1||:
	[ -e cross -a ! -f crosshair ] && ln -sf cross crosshair >&- 2>&- ||:
	[ -e cross -a ! -f cross_reverse ] && ln -sf cross cross_reverse >&- 2>&- ||:

	#QT symlinks mess :-(
	[ -e v_double_arrow ] && ln -sf v_double_arrow	00008160000006810000408080010102 #v_double_arrow
	[ -e h_double_arrow ] && ln -sf h_double_arrow	028006030e0e7ebffc7f7070c0600140 #h_double_arrow
	[ -e fd_double_arrow ] && ln -sf fd_double_arrow	fcf1c3c7cd4491d801f1e1c78f100000 #fd_double_arrow
	[ -e bd_double_arrow ] && ln -sf bd_double_arrow	c7088f0f3e6c8088236ef8e1e3e70000 #bd_double_arrow
	[ -e sb_h_double_arrow ] && ln -sf sb_h_double_arrow   14fef782d02440884392942c11205230 #sb_h_double_arrow
	[ -e sb_v_double_arrow ] && ln -sf sb_v_double_arrow   2870a09082c103050810ffdffffe0204 #sb_v_double_arrow
	[ -e hand1 ] && ln -sf hand1 9d800788f1b08800ae810202380a0822 #hand1
	[ -e hand2 ] && ln -sf hand2 e29285e634086352946a0e7090d73106 #hand2
	[ -e crossed_circle ] && ln -sf crossed_circle 03b6e0fcb3499374a867c041f52298f0 #crossed_circle (dnd forbidden)
	[ -e move ] && ln -sf move 4498f0e0c1937ffe01fd06f973665830 #left_ptr (move_cursor)
	[ -e copy ] && ln -sf copy 6407b0e94181790501fd1e167b474872 #copy
	[ -e link ] && ln -sf link 640fb0e74195791501fd1ed57b41487f # link
	[ -e left_ptr_watch ] && ln -sf left_ptr_watch 3ecb610c1bf2410f44200f48c40d3599 # left_ptr_watch
	[ -e question_arrow ] && ln -sf question_arrow d9ce0ab605698f320427677b458ad60b # question_arrow
	
	#Other apps' symlinks
	[ -e left_ptr_watch ] && ln -sf left_ptr_watch 08e8e1c95fe2fc01f976f1e063a24ccd #mozilla's left_ptr_watch
	popd >/dev/null
done
set -x

pushd %{buildroot}/%{_iconsdir}/ ; ln -s RedDot reddot;popd
rm -Rf %{buildroot}/%{_iconsdir}/RedDotSource

echo "%defattr(-,root,root)" > %name.files
find %{buildroot}/%{_datadir}/icons/ -type d -o -type l -maxdepth 1 -mindepth 1|egrep -v "(large|mini)"|sed -e 's|%{buildroot}/||;s|%{_datadir}|%%{_datadir}|'|sort>> %name.files

%clean
rm -rf $RPM_BUILD_ROOT

%pre
if [ "$1" = "2" -a -d %{_datadir}/icons/reddot ]; then
 rm -rf %{_datadir}/icons/reddot
fi

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files -f %name.files
%defattr(-,root,root)
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-9
+ Revision: 8e59c27
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 783 |14cr|curtain-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Show a movable and resizable curtain on the desktop screen
Name:		curtain
Version:	0.3
Release:	3
License:	GPLv3+
Group:		Education
Url:		http://code.google.com/p/ardesia
Source:		http://ardesia.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		curtain-desktop-file.patch
Patch1:		curtain-0.3-gtk3tests.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)

%description
Curtain is a tool that show a movable and resizable curtain on the desktop
screen. You can use this to hide and show objects on the desktop.

This program has been implemented for educational purposes.

%files -f %{name}.lang
%doc COPYING README NEWS ChangeLog AUTHORS
%{_bindir}/curtain
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/ui/%{name}.glade
%{_datadir}/%{name}/ui/icons/%{name}.*
%{_iconsdir}/%{name}.*
%{_datadir}/pixmaps/%{name}.*
%{_mandir}/man1/%{name}.1.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1 -b .gtk3tests

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_datadir}/pixmaps
mv %{buildroot}%{_iconsdir}/%{name}.xpm %{buildroot}%{_datadir}/pixmaps/

desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}


%changelog
* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 0.3-3
+ Revision: 204bb3c
- Add patches to fix build with new gtk3 and to fix desktop file, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 784 |14cr|cutecom-0.22.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ver 0.20.0
%define rel 1

Name:		cutecom
Version:	0.22.0
Release:	%mkrel %rel
URL:		http://cutecom.sourceforge.net/
Summary:	Graphical serial terminal program
License:	GPL
Group:		Communications
Source:		http://cutecom.sourceforge.net/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
BuildRequires:	qt4-devel desktop-file-utils cmake

%description
CuteCom is a graphical serial terminal, like minicom. It is aimed mainly at
hardware developers or other people who need a terminal to talk to their
devices. 

%prep
%setup -q

%build
%cmake
%make

%install
rm -Rf %{buildroot}
%makeinstall_std -C build

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="System;Settings" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications cutecom.desktop

%clean
rm -Rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr(-,root,root)
%{_bindir}/cutecom
%{_datadir}/applications/cutecom.desktop
%{_mandir}/man1/cutecom.1*
%doc README Changelog



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.22.0-1
+ Revision: ca5ce1f
- Automatic import for version 0.22.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 785 |14cr|cutter-1.03-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Aborts TCP/IP connections
Name:		cutter
Version:	1.03
Release:	9
License:	GPLv2+
Group:		Networking/Other
URL:		http://www.lowth.com/cutter
Source0:	%{name}-%{version}.tar.bz2
Patch1:		%{name}-1.02-fixnonnatted.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
Cutter is an open source program that allows Linux firewall administrators to
abort TCP/IP connections routed over the firewall or router on which it is run.

%prep

%setup -q
%patch1 -p1 -b .fixnonnatted

%build

%{__cc} %{optflags} -o cutter cutter.c

%install
%{__rm} -rf %{buildroot}

%{__install} -d %{buildroot}%{_sbindir}
%{__install} -m755 %{name} %{buildroot}%{_sbindir}/%{name}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%attr(0755,root,root) %{_sbindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.03-9
+ Revision: 4c4020e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 786 |14cr|cuyo-2.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	cuyo
%define	version	2.2.0
%define release	2
%define	Summary A tetris like game
%define latestver 2.0.0

# cuyo-2.0.0.tar.gz             16-Feb-2012 18:07  3.6M 
# the latest vershion is lower then the previouse ...
Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	%{Summary}
License:	GPLv2
Group:		Games/Arcade
Url:		http://www.karimmi.de/cuyo/
Source0:	http://download.savannah.gnu.org/releases/%{name}/%{name}-%{latestver}.tar.gz

BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)

%description
Cuyo is a Tetris like game, There is many different level,
with different rules. We can play it with two players.

%prep
%setup -q -n %{name}-%{latestver}

%build
%configure2_5x	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Categories=Game;ArcadeGame;
Name=Cuyo
Comment=%{Summary}
EOF

%find_lang %{name}

%files -f %{name}.lang
%{_gamesbindir}/%{name}
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%{_mandir}/man?/cu*.6*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/64x64/apps/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.0-2
+ Revision: ec1da28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 787 |14cr|cvc3-2.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_name_orig libcvc3
%define major 5
%define devprovname %mklibname %{name}
# Note the underscore: name ends with a number, we don't want "libcvc35" here (approach taken from libdc1394 package)
%define libname %mklibname %{name}_ %{major}
%define develname %mklibname -d %{name}_ %{major}

Name:		cvc3
Summary:	Automatic theorem prover for Satisfiability Modulo Theories
Version:	2.4.1 
Release:	2
Group:		Sciences/Computer science 
License:	BSD
URL:		http://cs.nyu.edu/acsys/cvc3/index.html
Source0:	http://cs.nyu.edu/acsys/cvc3/releases/%{version}/cvc3-%{version}.tar.gz
Patch0:		cvc3-no-as-needed.patch
BuildRequires:	glibc-static-devel
BuildRequires:	libstdc++-static-devel
BuildRequires:	gmp-devel
BuildRequires:  bison
BuildRequires:  flex
# This library package is described in this very spec
Requires:       %{libname} = %{version}

%description
CVC3 is an automatic theorem prover for Satisfiability Modulo Theories (SMT)
problems. It can be used to prove the validity (or, dually, the satisfiability)
of first-order formulas in a large number of built-in logical theories and
their combination.

CVC3 contains built-in support for theories for rational and integer linear
arithmetic, arrays, tuples, records, inductive data types, bit vectors, and
equality over uninterpreted function symbols.  CVC3 also supports quantifiers.

%package -n %{libname}
Summary:	Shared libraries for automatic SMT theorem proving
Group:		Sciences/Computer science 

%description -n %{libname}
CVC3 is an automatic theorem prover for Satisfiability Modulo Theories (SMT)
problems. It can be used to prove the validity (or, dually, the satisfiability)
of first-order formulas in a large number of built-in logical theories and
their combination.

CVC3 contains built-in support for theories for rational and integer linear
arithmetic, arrays, tuples, records, inductive data types, bit vectors, and
equality over uninterpreted function symbols.  CVC3 also supports quantifiers.

This is a shared library with CVC3 for use in external applications.

%package -n %{develname}
Summary:	Library and includes to use automatic SMT theorem proving
Group:		Sciences/Computer science 
Requires:	%{libname} = %{version}
Provides:	%{devprovname}-devel = %{version}-%{release}

%description -n %{develname}
CVC3 is an automatic theorem prover for Satisfiability Modulo Theories (SMT)
problems. It can be used to prove the validity (or, dually, the satisfiability)
of first-order formulas in a large number of built-in logical theories and
their combination.

CVC3 contains built-in support for theories for rational and integer linear
arithmetic, arrays, tuples, records, inductive data types, bit vectors, and
equality over uninterpreted function symbols.  CVC3 also supports quantifiers.

This is a development package for CVC3 shared library.

%prep 
%setup -q
%patch0 -p2 -b .makefile

%build 
%configure --prefix=/usr --includedir=/usr/include/cvc3 --enable-dynamic
%make

%install
%makeinstall
rm -rf %{buildroot}%{_libdir}/pkgconfig

# Fix unstripped-binary-or-object rpmlint error
chmod 0755 %{buildroot}%{_libdir}/%{lib_name_orig}*.so.%{major}*

%files -n %{libname}
%{_libdir}/%{lib_name_orig}*.so.%{major}*

%files -n %{develname}
%{_libdir}/*.so
%{_prefix}/include/cvc3/*.h

%files 
%doc LICENSE PEOPLE README
%attr(0755,root,root) %{_bindir}/cvc3 


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-2
+ Revision: 81d1205
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 788 |14cr|cvechecker-3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CVE reporting tool
Name: 		cvechecker
Version: 	3.1
Release: 	2
Group: 		System/Servers
License: 	GPL
URL:		http://cvechecker.sourceforge.net/
Source0: 	%{name}-%{version}.tar.gz
BuildRequires:	libconfig-devel
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig
BuildRequires:	sqlite3-devel
Requires:	wget
Requires:	xsltproc
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
cvechecker reports about possible vulnerabilities on your system by scanning
the installed software and matching the results with the CVE database. This is
not a bullet-proof method and you will most likely have many false positives,
but it is still better than nothing, especially if you are running a
distribution with little security coverage.

%prep

%setup -q

%build
%configure2_5x \
    --localstatedir=/var/lib \
    --enable-sqlite3 \
    --enable-mysql
%make

%install
rm -rf %{buildroot}

%makeinstall_std

rm -rf %{buildroot}%{_docdir}/*

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ChangeLog docs/userguide.xml
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/cvechecker.conf
%{_bindir}/*
%attr(0644,root,root) %{_mandir}/man1/*
%{_datadir}/cvechecker
%dir /var/lib/cvechecker
%dir /var/lib/cvechecker/local
%dir /var/lib/cvechecker/cache




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1-2
+ Revision: ffbf593
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 789 |14cr|CVector-1.0.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

#global release_date 5Aug09
%{!?release_func:%global release_func() %1%%{?release_date:.%%release_date}%%{?dist}}
%define version_number 1.0.3

Name:           CVector
Version:        %{version_number}.1
Release:        %release_func 3
Summary:        ANSI C API for Dynamic Arrays

Group:          System/Libraries
License:        LGPLv2+
URL:            http://cvector.sourceforge.net/
%if 0%{?release_date:1}
Source0:        http://downloads.sourceforge.net/project/cvector/cvector/CVector-%{version}/CVector-%{version}-%{release_date}.tar.gz
%else
Source0:        http://downloads.sourceforge.net/project/cvector/cvector/CVector-1.0.3/CVector-%{version}.tar.gz
%endif
# to fix /-dynamic/-rdynamic/ issue, reported to upstream
Patch0:         CVector-1.0.3.1-dynamic.patch
# to fix libdir for lib64 architecture
Patch1:         CVector-1.0.3-lib64.patch

BuildRequires:  libtool

%description
CVector is an ANSI C implementation of dynamic arrays to provide a
crude approximation to the C++ vector class.

%package -n %{libname}
Summary:        The CVector shared library
Group:          System/Libraries
Requires:       %{name}

%description -n %{libname}
The CVector shared library.

%package -n %{develname}
Summary:        Development tools for compiling programs using CVector
Group:          Development/Other
Provides:       %{name}-devel
Requires:       %{libname} = %{EVRD}

%description -n %{develname}
The CVector-devel package includes the header and library files for
developing applications that use CVector.

%prep
%setup -q
%patch0 -p1 -b .dynamic
%if %{_lib} == lib64
%patch1 -p1 -b .lib64
%endif

%build
%make

%install
# %makeinstall_std
make install CFLAGS="%{optflags}" INSTALL_PREFIX="%{buildroot}%{_prefix}"

# remove .a files
find %{buildroot} -name '*.a' -exec rm -f {} ';'

%check
make tests

%files
%doc README_CVector.html README_CVector.txt lgpl.txt

%files -n %{libname}
%{_libdir}/libCVector-%{version_number}.so.%{major}*

%files -n %{develname}
%{_includedir}/CVector.h
%{_libdir}/libCVector.so

%changelog
* Wed Mar 05 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3.1-3
+ Revision: 4d0248a
- Fix package names



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 790 |14cr|cvoicecontrol-0.9-0.alpha.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		cvoicecontrol
Version:	0.9
Release:	%mkrel 0.alpha.7
License:	GPL
Group:		Sound
Source0:	http://www.kiecza.de/daniel/linux/%{name}-%{version}alpha.tar.bz2
Patch0:		%{name}-make.patch.bz2
Patch1:		%{name}-crash.patch.bz2
URL:		http://www.kiecza.de/daniel/linux/
BuildRequires:  texinfo
BuildRequires:  ncurses-devel >= 5.2
BuildRoot:	%_tmppath/%{name}-buildroot
Summary:	Speech recognition system enabling to use spoken commands

%description
CVoiceControl is a speech recognition system that enables a user to
connect spoken commands to unix commands.  It automagically detects
speech input from a microphone, performs recognition on this input and
in case of successful recognition - executes the associated unix
command. 

%prep 
%setup -q -n %{name}-%{version}alpha
%patch0 -p1
%patch1 -p1

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}

install -m755 cvoicecontrol/cvoicecontrol  $RPM_BUILD_ROOT%{_bindir}
install -m755 cvoicecontrol/model_editor  $RPM_BUILD_ROOT%{_bindir}
install -m755 cvoicecontrol/microphone_config  $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS BUGS FAQ README cvoicecontrol/docs/en/index*.html
%{_bindir}/cvoicecontrol
%{_bindir}/model_editor
%{_bindir}/microphone_config



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.9-0.alpha.7
+ Revision: fa1e298
- Automatic import for version 0.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 791 |14cr|cvs2cl-2.72-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name cvs2cl
%define version 2.72
%define release 2
%define url http://www.red-bean.com/cvs2cl/

Summary: Generator of ChangeLog(s) from `cvs log` output
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{url}/cvs2cl.pl
Source1: %{url}/changelogs.html
License: GPL
Group: Development/Other
URL: %url
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArchitectures: noarch

%description
CVS2CL attempt to product a nice ChangeLog from cvs log output, some
say nicer than rcs2log. He included with the OpenSouce cvs book :

http://cvsbook.red-bean.com/

%prep
%setup -T -c

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}/%{_bindir}
install -m755 %{SOURCE0} %{buildroot}/%{_bindir}/%{name}
install -m644 %{SOURCE1} ./

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc changelogs.html
%{_bindir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.72-2
+ Revision: acef23a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 792 |14cr|cvs2svn-2.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		cvs2svn
Version:	2.4.0
Release:	2
License:	BSD
Group:		Development/Other
Summary:	Convert CVS repositories to Subversion, Git or Bazaar repositories
Url:		http://cvs2svn.tigris.org/
Source0:	http://cvs2svn.tigris.org/files/documents/1462/49237/%{name}-%{version}.tar.gz
BuildRequires:	locales-en
BuildRequires:	subversion
BuildRequires:	subversion-tools
BuildRequires:	cvs
BuildRequires:	git
BuildRequires:	rcs
BuildRequires:	pkgconfig(python2)
Requires:	subversion
Requires:	subversion-tools
Requires:	cvs
Requires:	git
Requires:	rcs
BuildArch:	noarch

%description
cvs2svn is a tool for migrating a CVS repository to Subversion Git
or Bazaar. It does a complete conversion; cvs2svn is not usable for
keeping a synchronised CVS and Subversion, Git or Bazaar repository.

%prep
%setup -q

%build
python setup.py build
%make man

%install
%makeinstall_std
for manpage in *.1; do
	install -m644 -p $manpage -D %{buildroot}%{_mandir}/man1/$manpage
done

%files
%doc BUGS COMMITTERS COPYING HACKING README www/
%{_bindir}/*
%{py_sitedir}/*
%{_mandir}/man1/*.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.0-2
+ Revision: 7cd3254
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 793 |14cr|cvsadmin-1.0.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	cvsadmin
%define	version	1.0.3
%define release	12

Version:	%{version}
Summary:	Tool to administer users of a CVS repository
Name:		%{name}
Release:	%{release}
License:	GPLv2
Group:		Development/Other
Source:		%{name}-%{version}.tar.bz2
URL:		ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/gabor/
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
cvsadmin is a simple program to administrate users of a CVS repository. 

It currently allows you to easily
- add users
- remove users
- change users passwords
- show existing users
- rename users
- change system users

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%doc AUTHORS COPYING Makefile README 
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-12
+ Revision: 54a45a1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 794 |14cr|cvsgraph-1.7.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	cvsgraph
%define version	1.7.0
%define release	5

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Create graphs of branches and revisions for files in a CVS repository
License:	GPL
Group:		System/Servers
Source:		http://www.akhphd.au.dk/~bertho/cvsgraph/release/%{name}-%{version}.tar.bz2
URL:		http://www.akhphd.au.dk/~bertho/cvsgraph
BuildRequires:	libgd-devel
BuildRequires:	flex
BuildRequires:	bison
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
CvsGraph is a utility to make a graphical representation of all revisions
and branches of a file in a CVS/RCS repository. It has been inspired by
the 'graph' option in WinCVS, but I could not find a stand-alone version
of this graph code. So, it was time to write one.

%prep
%setup -q
chmod 755 contrib/automatic_documentation/*.sh

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_sysconfdir}
install -d -m 755 %{buildroot}%{_mandir}/{man1,man5}
install -m 755 %{name} %{buildroot}%{_bindir}
install -m 644 %{name}.conf %{buildroot}%{_sysconfdir}
install -m 644 %{name}.1 %{buildroot}%{_mandir}/man1
install -m 644 %{name}.conf.5 %{buildroot}%{_mandir}/man5

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog COPYING AUTHORS NEWS README INSTALL
%doc contrib/*.php
%doc contrib/automatic_documentation
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_bindir}/%{name}
%{_mandir}/man1/*
%{_mandir}/man5/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-5
+ Revision: 8782dc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 795 |14cr|cvsps-2.2b1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           cvsps
Version:        2.2b1
Release:        3
Summary:        Patchset tool for CVS
Group:          Development/Other
License:        GPLv3
URL:            http://www.cobite.com/cvsps/
Source0:        http://www.cobite.com/cvsps/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:  zlib-devel
# Requires cvs only with --no-cvs-direct, but I cannot imagine this dep
# being a problem on systems where cvsps will be installed...
Requires:       cvs

%description
CVSps is a program for generating 'patchset' information from a CVS
repository.  A patchset in this case is defined as a set of changes
made to a collection of files, and all committed at the same time
(using a single 'cvs commit' command).  This information is valuable
to seeing the big picture of the evolution of a cvs project.  While
cvs tracks revision information, it is often difficult to see what
changes were committed 'atomically' to the repository.


%prep
%setup -q


%build
CFLAGS="$RPM_OPT_FLAGS" %make


%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 755 cvsps $RPM_BUILD_ROOT%{_bindir}/cvsps
install -Dpm 644 cvsps.1 $RPM_BUILD_ROOT%{_mandir}/man1/cvsps.1


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CHANGELOG COPYING README merge_utils.sh
%{_bindir}/cvsps
%{_mandir}/man1/cvsps.1*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2b1-3
+ Revision: 2eaa9c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 796 |14cr|cvsreport-0.3.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    cvsreport
%define version 0.3.5
%define release 9

Name:       %{name}
Version:    %{version}
Release:    %{release}
Summary:    Produce CVS activity reports
License:    GPL
Group:      System/Servers
URL:        http://home.gna.org/cvsreport/
Source:     http://download.gna.org/cvsreport/cvsreport.pkg/0.3.5/%{name}-%{version}.tar.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
CVSreport produces text or enhanced HTML activity reports from a local or
remote CVS repository. It can be used to extract activity information from any
time span, or to automatically generate reports and store/send them on commit
events.

CVSreport can extract changesets from a CVS repository history. A changeset is
a set of commit operations (addition, removal, modification) which happen along
a single invocation of the cvs commit command. Used from client side, it
produces a report starting from an arbitrary date from a simple working copy.
On the server side, it can automatically generate reports and mail them upon
commit.

%prep
%setup -q
chmod 644 ChangeLog

%build

%install
rm -rf %{buildroot}
%makeinstall_std PREFIX=%{_prefix}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING ChangeLog TODO README NEWS examples test
%{_bindir}/%{name}
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.5-9
+ Revision: cd8c76c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 797 |14cr|cvsspam-0.2.12-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	cvsspam
%define version 0.2.12
%define release 7

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	CVSspam emails you diffs when someone commits a change to your CVS repository
License:	GPL
Group:		System/Servers
Source:		http://www.badgers-in-foil.co.uk/projects/cvsspam/releases/%{name}-%{version}.tar.bz2
URL:		http://www.badgers-in-foil.co.uk/projects/cvsspam/
Requires:	cvs
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
CVSspam sends email when a change is committed to the CVS repository.
Syntax-highlighted diffs describe the changes made, and links to Web
frontends on CVS and bug tracking systems are generated where
possible.

%prep
%setup -q

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 *.rb %{buildroot}%{_bindir}

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 cvsspam.conf %{buildroot}%{_sysconfdir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CREDITS TODO cvsspam-doc.pdf cvsspam-doc.html
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.12-7
+ Revision: 744be80
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 798 |14cr|cvsutils-0.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	cvsutils
%define	version	0.2.5
%define release	3
%define	Summary	Collection of useful CVS scripts

Summary:	%Summary
Name:		%name
Version:	%version
Release:	%release
License:	GPLv2+
Group:		Development/Other
URL:		http://www.red-bean.com/cvsutils/
Source0:	http://www.red-bean.com/cvsutils/releases/%name-%version.tar.gz
BuildRoot:	%_tmppath/%name-buildroot
BuildArch:	noarch

%description
CVS Utilities is a collection of scripts, mostly in the Perl language,
that allow you to manage the files in the CVS working directory.
You can tell which files are under version control and which are
not without even being online. You can erase or move away all derived
files in seconds.


%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %buildroot
%makeinstall_std

%clean
rm -rf %buildroot

%files
%defattr(0755,root,root,0755)
%_bindir/*
%defattr(0644,root,root,0755)
%_mandir/man1/%name.1*
%doc AUTHORS COPYING ChangeLog NEWS README THANKS



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.5-3
+ Revision: 061a710
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 799 |14cr|cw-1.0.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           cw
Version:        1.0.16
Release:        3
Epoch:          0
Summary:        Non-intrusive real-time ANSI color wrapper for common Unix-based commands
License:        GPLv2+
Group:          Development/Other
URL:            http://cwrapper.sourceforge.net/
Source0:        http://cwrapper.sourceforge.net/cw-%{version}.tar.bz2

%description
cw is a non-intrusive real-time ANSI color wrapper for common Unix-based 
commands on GNU/Linux. cw is designed to simulate the environment of the 
commands being executed, so that if a person types 'du', 'df', 'ping', 
etc. in their shell it will automatically color the output in real-time 
according to a definition file containing the color format desired. cw 
has support for wildcard match coloring, tokenized coloring, 
headers/footers, case scenario coloring, command line dependent 
definition coloring, and includes over 50 pre-made definition files.

%prep
%setup -q
%{__perl} -pi -e 's/ -o 0 -g 0//g' Makefile.in
%{__perl} -pi -e 's|/usr/local/lib|%{_datadir}|g' README

%build
%{configure2_5x}
%{make} LIBDIR=%{_datadir}

%install
%{__mkdir_p} %{buildroot}%{_bindir}
%{__mkdir_p} %{buildroot}%{_datadir}
%{__mkdir_p} %{buildroot}%{_mandir}/man1
%{make} install PREFIX=%{buildroot}%{_prefix} LIBDIR=%{buildroot}%{_datadir} MANDIR=%{buildroot}%{_mandir}
%{__rm} %{buildroot}%{_bindir}/cwe
%{__ln_s} cw %{buildroot}%{_bindir}/cwe

%{__perl} -pi -e 's|CWLIB=.*|CWLIB="%{_datadir}/%{name}"|g' %{buildroot}%{_bindir}/colorcfg
%{__perl} -pi -e 's|%{buildroot}||g' %{buildroot}%{_datadir}/%{name}/*

%files
%defattr(-,root,root)
%doc CHANGES CONTRIB cw.lsm FILES MD5SUM README
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0.16-3
+ Revision: 5e0191e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 800 |14cr|cwiid-0.6.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define lib_major 1
%define lib_name %mklibname %{name} %{lib_major}
%define devel_name %mklibname %{name} -d

%define plugins_dir %{_libdir}/%{name}/plugins

Summary:	CWiid Wiimote Interface
Name:		cwiid
Version:	0.6.01
Release:	4
License:	GPL
Group:		System/Kernel and hardware
Url:		http://abstrakraft.org/cwiid/
Source0:	http://www.abstrakraft.org/%{name}-%{version}.tar.xz
Patch0:		cwiid-0.6.01-fix-linkage.patch
Patch1:		cwiid-0.6.00-fix-str-fmt.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	python-devel
Requires:	python-%{name}

%description
CWiid is a Wiimote Interface.
The %{name} package contains the following parts:
1.%{name} library - abstracts the interface to the wiimote by hiding
  the details of the underlying Bluetooth connection
2.wmif - provides a simple text-based interface to the wiimote.
3.wmgui - provides a simple GTK gui to the wiimote.

%package -n	%{lib_name}
Summary:	CWiid Wiimote library
Group:		System/Libraries

%description -n	%{lib_name}
This package contains the library needed to run programs dynamically
linked with the CWiid Wiimote library.

%package -n	%{devel_name}
Summary:	Development headers and libraries for CWiid
Group:		Development/C
Requires:	%{lib_name} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devel_name}
This package contains the header files and libraries needed for
developing programs using the CWiid Wiimote library.

%package -n	python-%{name}
Summary: 	Python bindings for the %{name} Wiimote library
Group:		System/Libraries

%description -n	python-%{name}
This package contains Python bindings for the %{name} Wiimote
library.

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
autoreconf
%configure2_5x \
    --disable-ldconfig \
    --docdir=%{_docdir}/%{name}

%make WARNFLAGS="%{optflags} -Wall"

%install
%makeinstall_std

%files
%doc README
%docdir %{_docdir}/%{name}
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/wminput
%config(noreplace) %{_sysconfdir}/%{name}/wminput/*
%{_bindir}/lswm
%{_bindir}/wmgui
%{_bindir}/wminput
%{_mandir}/man1/*.1*

%files -n %{lib_name}
%{_libdir}/lib%{name}.so.%{lib_major}*
%{plugins_dir}/*.so

%files -n %{devel_name}
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.a
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/cwiid.pc

%files -n python-%{name}
%{py_platsitedir}/%{name}.so
%{py_platsitedir}/*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.01-4
+ Revision: 75f3af6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 801 |14cr|cwirc-2.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	X-Chat Morse plugin
Name:		cwirc
Version:	2.0.0
Release:	7
License:	GPLv2+
Group:		Networking/IRC
Url:		http://webperso.easyconnect.fr/om.the/web/cwirc/download/
Source0:	http://webperso.easyconnect.fr/om.the/web/cwirc/download/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	xchat >= 2.0.2

%description
X-Chat plugin for sending and receiving raw morse code over IRC.

%files
%doc README Changelog COPYING schematics/cw_oscillator.jpg schematics/rs232_key_connection.jpg
%{_libdir}/xchat/plugins/cwirc.so
%{_bindir}/cwirc_frontend
%{_libdir}/cwirc/extensions

#----------------------------------------------------------------------------

%prep
%setup -q

%build
make \
	CFLAGS="%{optflags} -DLINUX" \
	STRIP=true \
	TARGET_OS=LINUX \
	PLUGIN_INSTALL_DIRECTORY=dummy \
	FRONTEND_INSTALL_DIRECTORY=dummy \
	CWIRC_EXTENSIONS_DIRECTORY=%{_libdir}/cwirc/extensions

%install
mkdir -p %{buildroot}%{_libdir}/xchat/plugins
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_libdir}/cwirc/extensions
install -m 0755 cwirc.so %{buildroot}%{_libdir}/xchat/plugins
install -m 0755 cwirc_frontend %{buildroot}%{_bindir}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-7
+ Revision: 7cdfa89
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 802 |14cr|cwtmp-3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		cwtmp
Version:	3.4
Release:	2
URL:		http://www.armory.com/~spcecdt/
Source0:	ftp://ftp.armory.com/pub/source/%{name}.tar.gz
License:	GPLv2
Group:		Text tools
Summary:	Clean up utmp & wtmp files (discard entries; fix corruption)

%description
cwtmp compresses a wtmp file by discarding the uninteresting utmp entries
that make up a large fraction of the typical wtmp file.  If no filename is
given, /etc/wtmp is read.  utmp entries in the file are written to the
output, except entries of type LOGIN_PROCESS, INIT_PROCESS, and EMPTY,
which are skipped.

%prep
%setup -q -c

%build
%make CFLAGS="%{optflags}" LIBS="%{ldflags}"

%install
install -m755 %{name} -D %{buildroot}%{_sbindir}/%{name}
install -m644 %{name}.8 -D %{buildroot}%{_mandir}/man8/%{name}.8

%files 
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4-2
+ Revision: 704d5da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 803 |14cr|cxmon-3.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	cxmon
%define version	3.2
%define release	5

Summary:	Command-line file manipulation tool and disassembler
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/Other
URL:		http://cxmon.cebix.net/
Source0:	http://cxmon.cebix.net/downloads/%name-%version.tar.gz
Patch0:		cxmon-3.2-includes.patch
Patch1:		cxmon-3.1-pef-decoder.patch
Patch2:		cxmon-3.2-fix-str-fmt.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	readline-devel, ncurses-devel

%description
cxmon is an interactive command-driven file manipulation tool that is
inspired by the "Amiga Monitor" by Timo Rossi. It has commands and
features similar to a machine code monitor/debugger, but it lacks any
functions for running/tracing code. There are, however, built-in
PowerPC, 680x0, 80x86, AMD64, 6502 and Z80 disassemblers and special
support for disassembling MacOS code (LowMem globals, named A-Traps).

%prep
%setup -q
%patch0 -p1 -b .includes
%patch1 -p1 -b .pef-decoder
%patch2 -p0 -b .str

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README ChangeLog
%_bindir/cxmon
%_mandir/man1/cxmon.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2-5
+ Revision: 278e4ea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 804 |14cr|cxref-1.6c-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	cxref
%define	version	1.6c
%define release	2

Summary:	C program cross-referencing & documentation tool
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/C
Source0:	http://www.gedanken.demon.co.uk/download-cxref/%name-%version.tgz
URL:		http://www.gedanken.demon.co.uk/cxref/
Buildrequires:	flex bison
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A program that takes as input a series of C source files
and produces a LaTeX or HTML document containing a cross
reference of the files/functions/variables in the program,
including documentation taken from suitably formatted
source code comments.
The documentation is stored in the C source file in
specially formatted comments, making it simple to maintain.
The cross referencing includes lists of functions called,
callers of each function, usage of global variables, header
file inclusion, macro definitions and type definitions.
Works for ANSI C, including many gcc extensions.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

rm -rf $RPM_BUILD_ROOT%_datadir/cxref-cpp.defines

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6c-2
+ Revision: 706fcfa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 805 |14cr|cxsparse-3.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define NAME		CXSparse
%define major		%{version}
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:		cxsparse
Version:	3.1.1
Release:	2
Epoch:		1
Summary:	Direct methods for sparse linear systems
Group:		System/Libraries
License:	LGPL
URL:		http://www.cise.ufl.edu/research/sparse/CXSparse/
Source0:	http://www.cise.ufl.edu/research/sparse/CXSparse/%{NAME}-%{version}.tar.gz
BuildRequires:	suitesparse-common-devel >= 4.0.0

%description
CSparse is a package of direct methods for sparse linear systems written
to complement the book "Direct Methods for Sparse Linear Systems", by
Timothy A. Davis. The algorithms in CSparse have been chosen with 
five goals in mind:

(1) they must embody much of the theory behind sparse matrix algorithms,
(2) they must be either asymptotically optimal in their run time and memory
    usage or be fast in practice,
(3) they must be concise so as to be easily understood and short enough to
    print in the book,
(4) they must cover a wide spectrum of matrix operations, and
(5) they must be accurate and robust.

The focus is on direct methods; iterative methods and solvers for
eigenvalue problems are beyond the scope of this package.

CXSparse is a version of CSparse that operates on both real and complex
matrices, using either int or UF_long integers.

%package -n %{libname}
Summary:	Library of direct methods for sparse linear systems
Group:		System/Libraries

%description -n %{libname}
CSparse is a package of direct methods for sparse linear systems written
to complement the book "Direct Methods for Sparse Linear Systems", by
Timothy A. Davis. The algorithms in CSparse have been chosen with 
five goals in mind:

(1) they must embody much of the theory behind sparse matrix algorithms,
(2) they must be either asymptotically optimal in their run time and memory
    usage or be fast in practice,
(3) they must be concise so as to be easily understood and short enough to
    print in the book,
(4) they must cover a wide spectrum of matrix operations, and
(5) they must be accurate and robust.

The focus is on direct methods; iterative methods and solvers for
eigenvalue problems are beyond the scope of this package.

CXSparse is a version of CSparse that operates on both real and complex
matrices, using either int or UF_long integers.

This package contains the library needed to run programs dynamically
linked against %{NAME}.

%package -n %{develname}
Summary:	C direct methods for sparse linear systems
Group:		Development/C
Requires:	suitesparse-common-devel >= 4.0.0
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
CSparse is a package of direct methods for sparse linear systems written
to complement the book "Direct Methods for Sparse Linear Systems", by
Timothy A. Davis. The algorithms in CSparse have been chosen with 
five goals in mind:

(1) they must embody much of the theory behind sparse matrix algorithms,
(2) they must be either asymptotically optimal in their run time and memory
    usage or be fast in practice,
(3) they must be concise so as to be easily understood and short enough to
    print in the book,
(4) they must cover a wide spectrum of matrix operations, and
(5) they must be accurate and robust.

The focus is on direct methods; iterative methods and solvers for
eigenvalue problems are beyond the scope of this package.

CXSparse is a version of CSparse that operates on both real and complex
matrices, using either int or UF_long integers.

This package contains the files needed to develop applications which
use %{name}.

%prep
%setup -q -c -n %{name}-%{version}
cd %{NAME}
find . -perm 0600 | xargs chmod 0644
find . -perm 0640 | xargs chmod 0644
mkdir ../SuiteSparse_config
ln -sf %{_includedir}/suitesparse/SuiteSparse_config.* ../SuiteSparse_config

%build
cd %{NAME}
pushd Lib
    %make -f Makefile CC=%__cc CFLAGS="%{optflags} -fPIC -I%{_includedir}/suitesparse" INC=
    %__cc -shared -Wl,-soname,lib%{name}.so.%{major} -o lib%{name}.so.%{version} -lm *.o
popd

%install
cd %{NAME}

install -d -m 755 %{buildroot}%{_libdir} 
install -d -m 755 %{buildroot}%{_includedir}/suitesparse 

for f in Lib/*.so*; do
    install -m 755 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Lib/*.a; do
    install -m 644 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Include/*.h; do
    install -m 644 $f %{buildroot}%{_includedir}/suitesparse/`basename $f`
done

ln -s lib%{name}.so.%{version} %{buildroot}%{_libdir}/lib%{name}.so

install -d -m 755 %{buildroot}%{_docdir}/%{name}
install -m 644 README.txt Doc/*.txt Doc/ChangeLog %{buildroot}%{_docdir}/%{name}

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_docdir}/%{name}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.1.1-2
+ Revision: 0047fb6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 806 |14cr|cxtracker-0.9.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name cxtracker
%define version 0.9.5

Name: %{name}
Summary: Connection Tracker - is a passive network connection tracker
Version: %{version}
Release: 3
License: GPLv3
Group: Monitoring
Source: https://github.com/gamelinux/%{name}/zipball/%{version}
URL:	https://github.com/gamelinux/cxtracker
Requires: perl-Net-Pcap perl-Getopt-Long-Descriptive perl-DateTime perl-NetPacket
BuildRequires: libpcap-devel

%description
CxTracker (Connection Tracker) is a passive network connection tracker 
for profiling, history, auditing and network discovery. It can be used 
as an replacement for sancp in the sguil setup. It handles vlan (2 layers)
and IPv6 out of the box.

%prep
%setup -n gamelinux-cxtracker-3e03b90

%install
cd src/
%make 
mkdir -p %{buildroot}%{_bindir}
install -m 755 cxtracker %{buildroot}%{_bindir}
install -m 755 ../sbin/cxtracker.pl %{buildroot}%{_bindir}

%files
%defattr(0755,root,root)
%{_bindir}/cxtracker
%{_bindir}/cxtracker.pl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5-3
+ Revision: d6057e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 807 |14cr|cxxtools-2.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	cxxtools
%define version	2.1.1
%define rel	1

# NOTE: when updating, make sure tntnet and vdr-plugin-live still build. -Anssi

%define major	8
%define libname	%mklibname cxxtools %major
%define devname	%mklibname cxxtools -d

Summary:	Toolbox with reusable c++ components
Name:		%name
Version:	%version
Release:	%rel
License:	LGPLv2.1+
Group:		System/Libraries
URL:		http://www.tntnet.org/
Source0:	http://www.tntnet.org/download/%name-%version.tar.gz

%description
Toolbox with reusable c++ components.

%package -n %libname
Summary:	Shared library of cxxtools
Group:		System/Libraries

%description -n %libname
Toolbox with reusable c++ components.

%package -n %devname
Summary:	Headers and static library for cxxtools development
Group:		Development/C++
Requires:	%libname = %version
Provides:	cxxtools-devel = %version-%release

%description -n %devname
Toolbox with reusable c++ components.

%prep
%setup -q
# fix spurious executable perm
find -name "*.cpp" -exec chmod -x {} \;
find -name "*.h" -exec chmod -x {} \;

%build
./configure     --disable-static \
		--prefix=%{_prefix} \
		--libdir=%{_libdir} \
		--disable-dependency-tracking \
		--disable-demos \
		--disable-unittest
make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/cxxtools-config

%files -n %libname
%{_libdir}/*.so.%{major}*

%files -n %devname
%doc README AUTHORS
%{_bindir}/cxxtools-config
%{multiarch_bindir}/cxxtools-config
%{_libdir}/*.so
%{_includedir}/%{name}



%changelog
* Fri Jun 08 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.1.1-1
+ Revision: 571f88f
- Automatic import for version 2.1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 808 |14cr|cyassl-1.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define	libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	SSL library developed for embedded environments
Name:		cyassl
Version:	1.9.0
Release:	2
License:	GPL
Group:		System/Libraries
URL:		http://www.yassl.com/
Source0:	http://www.yassl.com/%{name}-%{version}.zip
Patch0:		cyassl-1.4.0-malloc_linkage_fix.diff
BuildRequires:	dos2unix
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
CyaSSL is a C language based SSL library developed for embedded environments
and real time operating systems where resources are constrained. CyaSSL is
about 10 times smaller than yaSSL and up to 20 times smaller than OpenSSL. User
benchmarking and feedback also reports dramatically better performance from
CyaSSL vs. OpenSSL in the vast majority of standard SSL operations.

%package -n	%{libname}
Summary:	Library associated with ncpfs
Group:		System/Libraries

%description -n	%{libname}
CyaSSL is a C language based SSL library developed for embedded environments
and real time operating systems where resources are constrained. CyaSSL is
about 10 times smaller than yaSSL and up to 20 times smaller than OpenSSL. User
benchmarking and feedback also reports dramatically better performance from
CyaSSL vs. OpenSSL in the vast majority of standard SSL operations.

%package -n	%{develname}
Summary:	Development package with static libs and headers
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
CyaSSL is a C language based SSL library developed for embedded environments
and real time operating systems where resources are constrained. CyaSSL is
about 10 times smaller than yaSSL and up to 20 times smaller than OpenSSL. User
benchmarking and feedback also reports dramatically better performance from
CyaSSL vs. OpenSSL in the vast majority of standard SSL operations.

%prep

%setup -q

find -type f -exec dos2unix -U {} \;
%patch0 -p1

%build
%serverbuild
%configure2_5x
%make

%install
rm -rf %{buildroot}

# the install is too borked...

%makeinstall_std -C src

install -d %{buildroot}%{_includedir}/cyassl/openssl
install -m0644 include/*.h %{buildroot}%{_includedir}/cyassl/
install -m0644 include/openssl/*.h %{buildroot}%{_includedir}/cyassl/openssl/

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%dir %{_includedir}/cyassl
%dir %{_includedir}/cyassl/openssl
%{_includedir}/cyassl/*.h
%{_includedir}/cyassl/openssl/*.h
%{_libdir}/lib*.so
%{_libdir}/lib*.*a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.0-2
+ Revision: 98c390f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 809 |14cr|d0_blind_id-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} %{major} -d

Summary:	Blind-ID library for user identification
Name:		d0_blind_id
Version:	0.6
Release:	3
License:	GPLv2+
Group:		Games/Arcade
Url:		http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary
Source0:	%{name}-%{version}.tar.bz2
Requires:	%{libname} = %{version}-%{release}
BuildRequires:	gmp-devel

%description
Cryptographic library to perform identification 
using Schnorr Identification scheme and Blind RSA Signatures.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n %{libname}
Shared library for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel

%description -n %{develname}
Development files needed for compiling against %{name}.


%prep
%setup -q

%build
autoreconf -i

%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%files
%doc COPYING d0_blind_id.txt
%{_bindir}/blind_id

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-3
+ Revision: 4c80e8c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 810 |14cr|d1x-rebirth-0.58.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2006-2008 oc2pus
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments to toni@links2linux.de

# norootforbuild

Summary:	The port of Descent 1 for Linux
Name:		d1x-rebirth
Version:	0.58.1
Release:	2
License:	GPL
Group:		Games/Arcade
URL:		http://www.dxx-rebirth.com/
Source:		http://www.dxx-rebirth.com/download/dxx/%{name}_v%{version}-src.tar.gz
Source1:	%{name}.png
Source2:	D2XBDE01.zip
BuildRequires:	dos2unix
BuildRequires:	gcc-c++
BuildRequires:	nasm
BuildRequires:	scons
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	physfs-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	unzip
Requires:	physfs

%description
This is the port of Descent 1, the famous 3D game for PC.

D2X is based on source code that was released the 14 December 1999 by
Parallax Software Corporation.

To use this package you'll need some datafiles installed in
/usr/share/games/descent2. See dxx-readme.txt.

%package sdl
Group:		Games/Arcade
Summary:	Descent 1 for Linux, SDL version
Requires:	d1x-rebirth = %{version}
Conflicts:	d1x-rebirth-gl

%description sdl
This is the port of Descent 1, the famous 3D game for PC.

D2X is based on source code that was released the 14 December 1999
by Parallax Software Corporation.

To use this package you'll need some datafiles installed in
/usr/share/games/descent2. See dxx-readme.txt.

This version uses SDL for Audio, Input/Output and graphics
rendering.

%package gl
Group:		Games/Arcade
Summary:	Descent 1 for Linux, OpenGL version
Requires:	d1x-rebirth = %{version}
Conflicts:	d1x-rebirth-sdl

%description gl
This is the port of Descent 1, the famous 3D game for PC.

D2X is based on source code that was released the 14 December 1999 by
Parallax Software Corporation.

To use this package you'll need some datafiles installed in
/usr/share/games/descent2.  See dxx-readme.txt.

This version uses SDL for Audio and Input/Output and OpenGL for
graphics rendering.

%prep
%setup -q -n %{name}_v%{version}-src -a2
dos2unix     d1x.ini *.txt
chmod 644 d1x.ini *.txt
dos2unix CHANGELOG.txt

%build
# d1x-sdl
scons %{?jobs:-j%{jobs}} \
	sharepath=%{_datadir}/games/descent2 \
	sdl_only=1 \
	sdlmixer=1 \
	no_asm=1
cp d1x-rebirth d1x-rebirth-sdl

# d1x-gl
scons -c
scons %{?jobs:-j%{jobs}} \
	sharepath=%{_datadir}/games/descent2 \
	sdlmixer=1 \
	PREFIX=%{buildroot}%{_prefix}
cp d1x-rebirth d1x-rebirth-gl

%install
# binaries
install -dm 755 %{buildroot}%{_prefix}/games/
install -m 755 d1x-rebirth-gl \
	%{buildroot}%{_prefix}/games/
install -m 755 d1x-rebirth-sdl \
	%{buildroot}%{_prefix}/games/

install -dm 755 %{buildroot}%{_datadir}/games/descent2
# german translations
install -m 644 D2XBDE01/D2XbDE01/*.txb \
	%{buildroot}%{_datadir}/games/descent2
install -m 644 D2XBDE01/*.txt \
	%{buildroot}%{_datadir}/games/descent2
# directory for original descent data
install -dm 755 %{buildroot}%{_datadir}/games/descent2/missions

# man-pages
# %__install -dm 755 %{buildroot}%{_mandir}/man1/
# %__install  -m 644 libmve/*.1 \
#	%{buildroot}%{_mandir}/man1/

# icon
install -dm 755 %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} \
	%{buildroot}%{_datadir}/pixmaps

# menu
install -dm 755 %{buildroot}%{_datadir}/applications
cat > %{name}-sdl.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=D2x (SDL version)
Comment=The port of Descent 1 for Linux
Exec=%{_prefix}/games/d1x-rebirth-sdl
Icon=%{name}
Categories=Game;ActionGame;
EOF
install -m 644 %{name}-sdl.desktop \
	%{buildroot}%{_datadir}/applications

cat > %{name}-gl.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=D2x (OpenGL version)
Comment=The port of Descent 1 for Linux
Exec=%{_prefix}/games/d1x-rebirth-gl
Icon=%{name}
Categories=Game;ArcadeGame;
EOF
install -m 644 %{name}-gl.desktop \
	%{buildroot}%{_datadir}/applications

%files
%doc *.txt *.plist *.ini
%dir %{_datadir}/games/descent2
%{_datadir}/games/descent2/*.txb
%{_datadir}/games/descent2/*.txt
%dir %{_datadir}/games/descent2/missions
%{_datadir}/pixmaps/%{name}.png

%files sdl
%doc COPYING*
%{_prefix}/games/d1x-rebirth-sdl
%{_datadir}/applications/%{name}-sdl.desktop

%files gl
%doc COPYING*
%{_prefix}/games/d1x-rebirth-gl
%{_datadir}/applications/%{name}-gl.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.58.1-2
+ Revision: 2e4ca1a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 811 |14cr|d2x-rebirth-0.58.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2006-2008 oc2pus
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments to toni@links2linux.de

# norootforbuild

Summary:	The port of Descent 2 for Linux
Name:		d2x-rebirth
Version:	0.58.1
Release:	2
License:	GPL
Group:		Games/Arcade
URL:		http://www.dxx-rebirth.com/
Source:		http://www.dxx-rebirth.com/download/dxx/%{name}_v%{version}-src.tar.gz
Source1:	%{name}.png
Source2:	D2XBDE01.zip
BuildRequires:	dos2unix
BuildRequires:	gcc-c++
BuildRequires:	nasm
BuildRequires:	scons
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	physfs-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	unzip
Requires:	physfs

%description
This is the port of Descent 2, the famous 3D game for PC.

D2X is based on source code that was released the 14 December 1999 by
Parallax Software Corporation.

To use this package you'll need some datafiles installed in
/usr/share/games/descent2. See dxx-readme.txt.

%package sdl
Group:		Games/Arcade
Summary:	Descent 2 for Linux, SDL version
Requires:	d2x-rebirth = %{version}
Conflicts:	d2x-rebirth-gl

%description sdl
This is the port of Descent 2, the famous 3D game for PC.

D2X is based on source code that was released the 14 December 1999
by Parallax Software Corporation.

To use this package you'll need some datafiles installed in
/usr/share/games/descent2. See dxx-readme.txt.

This version uses SDL for Audio, Input/Output and graphics
rendering.

%package gl
Group:		Games/Arcade
Summary:	Descent 2 for Linux, OpenGL version
Requires:	d2x-rebirth = %{version}
Conflicts:	d2x-rebirth-sdl

%description gl
This is the port of Descent 2, the famous 3D game for PC.

D2X is based on source code that was released the 14 December 1999 by
Parallax Software Corporation.

To use this package you'll need some datafiles installed in
/usr/share/games/descent2.  See dxx-readme.txt.

This version uses SDL for Audio and Input/Output and OpenGL for
graphics rendering.


%prep
%setup -q -n %{name}_v%{version}-src -a2
dos2unix     d2x.ini *.txt
%__chmod 644 d2x.ini *.txt
dos2unix CHANGELOG.txt

%build
# d2x-sdl
scons %{?jobs:-j%{jobs}} \
	sharepath=%{_gamesdatadir}/descent2 \
	sdl_only=1 \
	sdlmixer=1 \
	no_asm=1
mv d2x-rebirth d2x-rebirth-sdl

# d2x-gl
scons -c
scons %{?jobs:-j%{jobs}} \
	sharepath=%{_gamesdatadir}/descent2 \
	sdlmixer=1 \
	PREFIX=%{buildroot}%{_prefix}
cp d2x-rebirth d2x-rebirth-gl

%install
# binaries
install -dm 755 %{buildroot}%{_prefix}/games/
install -m 755 d2x-rebirth  \
	%{buildroot}%{_prefix}/games/d2x-rebirth-gl
install -m 755 d2x-rebirth-sdl \
	%{buildroot}%{_prefix}/games/

install -dm 755 %{buildroot}%{_datadir}/games/descent2
# german translations
install -m 644 D2XBDE01/D2XbDE01/*.txb \
	%{buildroot}%{_datadir}/games/descent2
install -m 644 D2XBDE01/*.txt \
	%{buildroot}%{_datadir}/games/descent2
# directory for original descent data
install -dm 755 %{buildroot}%{_datadir}/games/descent2/missions

# man-pages
install -dm 755 %{buildroot}%{_mandir}/man1/
install  -m 644 libmve/*.1 \
	%{buildroot}%{_mandir}/man1/

# icon
install -dm 755 %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} \
	%{buildroot}%{_datadir}/pixmaps

# menu
install -dm 755 %{buildroot}%{_datadir}/applications
cat > %{name}-sdl.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=D2x (SDL version)
Comment=The port of Descent 2 for Linux
Exec=%{_prefix}/games/d2x-rebirth-sdl
Icon=%{name}
Categories=Game;ActionGame;
EOF
install -m 644 %{name}-sdl.desktop \
	%{buildroot}%{_datadir}/applications

cat > %{name}-gl.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=D2x (OpenGL version)
Comment=The port of Descent 2 for Linux
Exec=%{_prefix}/games/d2x-rebirth-gl
Icon=%{name}
Categories=Game;ArcadeGame;
EOF
install -m 644 %{name}-gl.desktop \
	%{buildroot}%{_datadir}/applications

%files
%doc *.txt *.plist *.ini
%dir %{_datadir}/games/descent2
%{_datadir}/games/descent2/*.txb
%{_datadir}/games/descent2/*.txt
%dir %{_datadir}/games/descent2/missions
%{_mandir}/man1/*
%{_datadir}/pixmaps/%{name}.png

%files sdl
%doc COPYING*
%{_prefix}/games/d2x-rebirth-sdl
%{_datadir}/applications/%{name}-sdl.desktop

%files gl
%doc COPYING*
%{_prefix}/games/d2x-rebirth-gl
%{_datadir}/applications/%{name}-gl.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.58.1-2
+ Revision: 3db8dd0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 812 |14cr|d2x-xl-1.16.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%define dataver 1.15.295

Summary:	This is the port of Descent 2 Version 1.2, the famous 3D game for PC
Name:		d2x-xl
Version:	1.16.16
Release:	2
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.descent2.de/
# Repack from original 7z archive + unpacked makefiles
Source0:	%{name}-src-%{version}.tar.bz2
Source1:	d2x-xl-data-%{dataver}.7z
Patch0:		d2x-xl-1.15.130-link.patch
Patch1:		d2x-xl-src-1.16.16-datapath.patch
BuildRequires:	imagemagick
BuildRequires:	p7zip
BuildRequires:	glibc-devel
BuildRequires:	gomp-devel
BuildRequires:	lesstif-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
Requires:	TiMidity++

%description
This is the port of Descent 2 Version 1.2, the famous 3D game for PC.

D2X is based on source code that was released the 14 December 1999 by
Parallax Software Corporation.

To use this package you'll need the datafiles from the Retail version
of Descent 2 Version 1.2 installed in %{_gamesdatadir}/%{name}

%files
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-src-%{version}
%patch0 -p0
%patch1 -p1

%build
autoreconf -fi
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--disable-debug \
	--enable-release \
	--with-opengl
%make 

%install
%makeinstall_std

install -d %{buildroot}%{_gamesdatadir}/%{name}
pushd %{buildroot}%{_gamesdatadir}/%{name}
7z x %{SOURCE1}
popd

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=D2X-XL
Comment=This is the port of Descent 2 Version 1.2, the famous 3D game for PC
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

install -d %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert -resize 16x16 d2x-xl-icon-64x64.png -resize 32x32 %{buildroot}%{_miconsdir}/%{name}.png
convert -resize 32x32 d2x-xl-icon-64x64.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert -resize 48x48 d2x-xl-icon-64x64.png %{buildroot}%{_liconsdir}/%{name}.png


%changelog
* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 1.16.16-2
+ Revision: 302a41d
- Adjust autoreconf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 813 |14cr|dact-0.8.42-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Dinamically choose best algorithm to compress a file
Name:		dact
Version:	0.8.42
Release:	3
License:	LGPL
Group:		Archiving/Compression
Url:		http://www.rkeene.org/oss/dact/
Source:		http://www.rkeene.org/files/oss/dact/release/%{name}-%{version}.tar.gz
BuildRequires:	bzip2-devel
BuildRequires:	liblzo-devel
BuildRequires:	libmcrypt-devel

%description
DACT is a compression tool designed to compress a file dynamically,
choosing the algorithm that works best per block of input data to
produce an overall smaller output file.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall

%files
%doc MD5SUMS README TODO.ideas TODO VERSION ChangeLog AUTHORS
%doc Docs/config_help.txt Docs/dact.txt Docs/helpfile.txt
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_libdir}/lib%{name}.*
%{_mandir}/man1/%{name}.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.42-3
+ Revision: 5612a71
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 814 |14cr|daemonize-1.7.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 8c9856b
Name:		daemonize
Version:	1.7.3
Release:	2
Summary:	Run a command as a Unix daemon
# $UPSTREAM no longer supplies hand made .tar.gz-Files for releases 
# so a github tarball it is:
# https://github.com/bmc/daemonize/tarball/release-1.7.3
Source: %name-%version.tar.gz
URL:		http://www.clapper.org/software/daemonize/
License:	BSD
Group:		System/Servers
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%description
daemonize runs a command as a Unix daemon. As defined in W. Richard
Stevens' 1990 book, Unix Network Programming (Addison-Wesley, 1990), a
daemon is "a process that executes 'in the background' (i.e., without
an associated terminal or login shell) either waiting for some event to
occur, or waiting to perform some specified task on a periodic basis."

Upon startup, a typical daemon program will:
- Close all open file descriptors (especially standard input, standard
  output and standard error)
- Change its working directory to the root filesystem, to ensure that
  it doesn't tie up another filesystem and prevent it from being unmounted
- Reset its umask value
- Run in the background (i.e., fork)
- Disassociate from its process group (usually a shell), to insulate
  itself from signals (such as HUP) sent to the process group
- Ignore all terminal I/O signals
- Disassociate from the control terminal (and take steps not to
  reacquire one)
- Handle any SIGCLD signals

Most programs that are designed to be run as daemons do that work for
themselves. However, you'll occasionally run across one that does not.
When you must run a daemon program that does not properly make itself
into a true Unix daemon, you can use daemonize to force it to run as a
true daemon.

%prep
%setup -q -n bmc-%name-%git

%build
%configure2_5x
%make

%install
%{__rm} -Rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_sbindir}
%{__install} -m 0755 %{name} %{buildroot}%{_sbindir}
%{__mkdir_p} %{buildroot}%{_mandir}/man1
%{__install} -m 0755 %{name}.1 %{buildroot}%{_mandir}/man1

%files
%doc README.md CHANGELOG.md LICENSE.md
%{_sbindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.3-2
+ Revision: 5b8149a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 815 |14cr|daemonlogger-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name daemonlogger
%define version 1.2.1

Name: %{name}
Summary: Simple packet logging daemon
Version: %{version}
Release: 2
License: GPLv3
Group: Monitoring
Source: http://www.snort.org/users/roesch/code/%{name}-%{version}.tar.gz
URL:	http://www.snort.org/users/roesch/Site/Daemonlogger/Daemonlogger.html
BuildRequires: libpcap libdnet libdnet-devel libpcap-devel
BuildRoot: %_tmppath/%{name}-%{version}-buildroot

%description
This is a libpcap-based program.  It has two runtime modes:

1) It sniffs packets and spools them straight to the disk and can daemonize 
itself for background packet logging.  By default the file rolls over when 
1 GB of data is logged.

2) It sniffs packets and rewrites them to a second interface, essentially 
acting as a soft tap.  It can also do this in daemon mode.

These two runtime modes are mutually exclusive, if the program is placed in
tap mode (using the -I switch) then logging to disk is disabled.

%prep
%setup -q

%build 
./configure --with-libpcap-libraries=%{_libdir}/
%make

%install
rm -rf %{buildroot}
%{__install} -D -m 0700 %{name} %{buildroot}%{_sbindir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc README COPYING
%attr(0700,root,root) %{_sbindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-2
+ Revision: c521c65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 816 |14cr|dagrab-0.3.5-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name dagrab
%define version 0.3.5
%define release 13

Name: %{name}  
Summary: A CD ripper
Version: %{version} 
Release: %{release}
Source: %{name}-%{version}.tar.bz2
UrL: http://web.tiscalinet.it:/marcellou/dagrab.html
Group: Sound
BuildRoot: %{_tmppath}/%{name}-buildroot
License: GPL

%description
Dagrab is a digital audio grabber designed to rip sound tracks from an audio 
cd to wave files.

%prep

%setup -q 

%build
%make

%install
rm -rf $RPM_BUILD_ROOT

install -m 755 -d $RPM_BUILD_ROOT%{_bindir}
install -m 755 dagrab $RPM_BUILD_ROOT%{_bindir}/
install -m 755 -d $RPM_BUILD_ROOT%{_mandir}/man1
install -m 644 dagrab.1 $RPM_BUILD_ROOT%{_mandir}/man1/

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%doc README COPYING
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.5-13
+ Revision: 1e403f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 817 |14cr|dahdi-2.6.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_as_needed 1
%define _disable_ld_no_undefined 1

%define tools_version 2.6.1
%define linux_version 2.6.1

%define progs dahdi_diag fxstest hdlcgen hdlcstress hdlctest hdlcverify patgen patlooptest pattest timertest

%define major 2
%define libname	%mklibname tonezone %{major}
%define devname %mklibname tonezone -d

%define __noautoreq '/bin/true'

Summary:	Userspace tools and DAHDI kernel modules

Name:		dahdi
Version:	%{tools_version}
Release:	5
Group:		System/Kernel and hardware
License:	GPLv2+ and LGPLv2+
Url:		http://www.asterisk.org/
Source0:	http://downloads.asterisk.org/pub/telephony/dahdi-tools/releases/dahdi-tools-%{tools_version}.tar.gz
# this is original tarball with stripped binary firmware
Source1:	dahdi-linux-%{linux_version}.tar.xz
Patch0:		dahdi-tools-mdv.diff
Patch1:		dahdi-genudevrules-2.2.0.1.diff
Patch2:		dahdi-2.6.1-rosa-null.patch
Patch3:		dahdi-2.6.1-rosa-no_blobs.patch
BuildRequires:	ppp-devel
BuildRequires:	pkgconfig(libnewt)
BuildRequires:	pkgconfig(libusb)
BuildConflicts:	libtonezone-devel

%description
DAHDI stands for Digium Asterisk Hardware Device Interface. This package
provides the userspace tools to configure the DAHDI kernel modules and the
kernel modules. DAHDI is the replacement for Zaptel, which must be renamed due
to trademark issues.

%package	tools
Summary:	Userspace tools to configure the DAHDI kernel modules

Group:		System/Kernel and hardware
Provides:	zaptel-tools = %{tools_version}-%{release}

%description	tools
DAHDI stands for Digium Asterisk Hardware Device Interface.

This package contains the userspace tools to configure the DAHDI kernel
modules. DAHDI is the replacement for Zaptel, which must be renamed due to
trademark issues.

The DAHDI Telephony Interface drivers is contained in the kernel-dahdi
(or dkms) package.

%package -n	%{libname}
Summary:	The shared DAHDI Library

Group:		System/Libraries

%description -n	%{libname}
DAHDI stands for Digium Asterisk Hardware Device Interface. This package
contains the userspace tools to configure the DAHDI kernel modules. DAHDI is
the replacement for Zaptel, which must be renamed due to trademark issues.

This package contains libraries for accessing DAHDI hardware.

The DAHDI drivers is contained in the kernel-dahdi (or dkms) package.

%package -n	%{devname}
Summary:	Development files for the DAHDI Library

Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	tonezone-devel = %{EVRD}
Provides:	dahdi-devel = %{EVRD}
Provides:	libtonezone-devel = %{EVRD}

%description -n	%{devname}
DAHDI stands for Digium Asterisk Hardware Device Interface. This package
contains the userspace tools to configure the DAHDI kernel modules. DAHDI is
the replacement for Zaptel, which must be renamed due to trademark issues.

This package contains the tonezone library and the development headers for
DAHDI.

%package -n	perl-Dahdi
Summary:	Interface to Dahdi information

Group:		Development/Perl

%description -n	perl-Dahdi
DAHDI stands for Digium Asterisk Hardware Device Interface. This package
contains the userspace tools to configure the DAHDI kernel modules. DAHDI is
the replacement for Zaptel, which must be renamed due to trademark issues.

This package allows access from Perl to information about Dahdi hardware and
loaded Dahdi devices.

%package -n	dkms-dahdi
Summary:	Kernel drivers for the Digium Asterisk Hardware Device Interface (DAHDI)

Group:		System/Kernel and hardware
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(post):	dkms
Requires(preun):	dkms
Requires:	dahdi-tools >= %{tools_version}
Requires:	sethdlc >= 1.15
Suggests:	dahdi-firmware >= %{linux_version}
Provides:	dkms-zaptel = %{linux_version}-%{release}

%description -n	dkms-dahdi
DAHDI stands for Digium Asterisk Hardware Device Interface.

This package contains the kernel modules for DAHDI. For the required 
userspace tools see the package dahdi-tools.

%prep

%setup -q -n dahdi-tools-%{tools_version} -a1
ln -s dahdi-linux-%{linux_version}/include include

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;
		
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done
%patch0 -p1 -b .mdv
pushd dahdi-linux-%{linux_version}
%patch1 -p0 -b .udevrules
%patch3 -p1
popd
%patch2 -p1
pushd dahdi-linux-%{linux_version}/drivers/dahdi
%patch2 -p2
popd

%{__perl} -pi -e 's/chkconfig:\s([0-9]+)\s([0-9]+)\s([0-9]+)/chkconfig: - \2 \3/' dahdi.init

%build

pushd menuselect/mxml
%configure2_5x
popd

pushd menuselect
%configure2_5x
popd

%configure2_5x \
	--disable-static \
	--with-dahdi=`pwd` \
	--with-newt=%{_prefix} \
	--with-usb=%{_prefix} \
	--without-selinux \
	--with-ppp=%{_prefix}

cat >> menuselect.makeopts <<EOF
MENUSELECT_UTILS=
MENUSELECT_BUILD_DEPS=
EOF

%make

for prog in %progs; do
    %make $prog
done

%install
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{buildroot}%{_includedir}

make install config DESTDIR=%{buildroot} PERLLIBDIR=%{perl_vendorlib}

for prog in %progs; do
    install -m0755 $prog %{buildroot}%{_sbindir}/
done

# fix one conflicting file with tetex
mv %{buildroot}%{_sbindir}/patgen %{buildroot}%{_sbindir}/%{name}-patgen

find %{buildroot} -name '*.a' -exec rm -f {} ';'

ln -sf ../../..%{_datadir}/dahdi/xpp_fxloader %{buildroot}%{_sysconfdir}/hotplug/usb/xpp_fxloader

pushd dahdi-linux-%{linux_version}
    make DESTDIR=%{buildroot} \
	install-include \
	install-devices \
	install-xpp-firm \
	HOTPLUG_FIRMWARE=yes \
	DYNFS=yes \
	UDEVRULES=yes \
	DOWNLOAD=echo \
	DAHDI_MODULES_EXTRA="cwain.o qozap.o ztgsm.o"
popd

for file in %{buildroot}/etc/udev/rules.d/*.rules; do
  name=`basename $file`
  mv $file %{buildroot}/etc/udev/rules.d/40-$name
done

install -d %{buildroot}/usr/src/dahdi-%{linux_version}-%{release}
cp	dahdi-linux-%{linux_version}/Makefile \
	dahdi-linux-%{linux_version}/.version \
	%{buildroot}/usr/src/dahdi-%{linux_version}-%{release}/

cp -r	dahdi-linux-%{linux_version}/build_tools \
	dahdi-linux-%{linux_version}/drivers \
	dahdi-linux-%{linux_version}/include \
	%{buildroot}/usr/src/dahdi-%{linux_version}-%{release}/

# Remove files that produce weird dependencies
rm	%{buildroot}/usr/src/dahdi-%{linux_version}-%{release}/drivers/dahdi/oct612x/get_discards

cat > %{buildroot}/usr/src/dahdi-%{linux_version}-%{release}/dkms.conf <<EOF
PACKAGE_VERSION="%{linux_version}-%{release}"

# Items below here should not have to change with each driver version
PACKAGE_NAME="dahdi"
MAKE[0]="make modules KERNVER=\$kernelver DOWNLOAD=echo"
CLEAN="make KERNVER=\$kernelver clean DOWNLOAD=echo"

BUILT_MODULE_NAME[0]="dahdi"
BUILT_MODULE_LOCATION[0]="drivers/dahdi/"
DEST_MODULE_LOCATION[0]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[1]="dahdi_dynamic"
BUILT_MODULE_LOCATION[1]="drivers/dahdi/"
DEST_MODULE_LOCATION[1]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[2]="dahdi_dynamic_eth"
BUILT_MODULE_LOCATION[2]="drivers/dahdi/"
DEST_MODULE_LOCATION[2]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[3]="dahdi_dynamic_loc"
BUILT_MODULE_LOCATION[3]="drivers/dahdi/"
DEST_MODULE_LOCATION[3]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[4]="dahdi_echocan_jpah"
BUILT_MODULE_LOCATION[4]="drivers/dahdi/"
DEST_MODULE_LOCATION[4]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[5]="dahdi_echocan_kb1"
BUILT_MODULE_LOCATION[5]="drivers/dahdi/"
DEST_MODULE_LOCATION[5]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[6]="dahdi_echocan_mg2"
BUILT_MODULE_LOCATION[6]="drivers/dahdi/"
DEST_MODULE_LOCATION[6]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[7]="dahdi_echocan_sec"
BUILT_MODULE_LOCATION[7]="drivers/dahdi/"
DEST_MODULE_LOCATION[7]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[8]="dahdi_echocan_sec2"
BUILT_MODULE_LOCATION[8]="drivers/dahdi/"
DEST_MODULE_LOCATION[8]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[9]="dahdi_transcode"
BUILT_MODULE_LOCATION[9]="drivers/dahdi/"
DEST_MODULE_LOCATION[9]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[10]="pciradio"
BUILT_MODULE_LOCATION[10]="drivers/dahdi/"
DEST_MODULE_LOCATION[10]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[11]="tor2"
BUILT_MODULE_LOCATION[11]="drivers/dahdi/"
DEST_MODULE_LOCATION[11]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[12]="wcb4xxp"
BUILT_MODULE_LOCATION[12]="drivers/dahdi/wcb4xxp/"
DEST_MODULE_LOCATION[12]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[13]="wcfxo"
BUILT_MODULE_LOCATION[13]="drivers/dahdi/"
DEST_MODULE_LOCATION[13]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[14]="wct1xxp"
BUILT_MODULE_LOCATION[14]="drivers/dahdi/"
DEST_MODULE_LOCATION[14]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[15]="wct4xxp"
BUILT_MODULE_LOCATION[15]="drivers/dahdi/wct4xxp/"
DEST_MODULE_LOCATION[15]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[16]="wctc4xxp"
BUILT_MODULE_LOCATION[16]="drivers/dahdi/wctc4xxp/"
DEST_MODULE_LOCATION[16]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[17]="wctdm"
BUILT_MODULE_LOCATION[17]="drivers/dahdi/"
DEST_MODULE_LOCATION[17]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[18]="wctdm24xxp"
BUILT_MODULE_LOCATION[18]="drivers/dahdi/wctdm24xxp/"
DEST_MODULE_LOCATION[18]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[19]="wcte11xp"
BUILT_MODULE_LOCATION[19]="drivers/dahdi/"
DEST_MODULE_LOCATION[19]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[20]="wcte12xp"
BUILT_MODULE_LOCATION[20]="drivers/dahdi/wcte12xp/"
DEST_MODULE_LOCATION[20]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[21]="xpd_fxo"
BUILT_MODULE_LOCATION[21]="drivers/dahdi/xpp/"
DEST_MODULE_LOCATION[21]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[22]="xpd_fxs"
BUILT_MODULE_LOCATION[22]="drivers/dahdi/xpp/"
DEST_MODULE_LOCATION[22]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[23]="xpd_pri"
BUILT_MODULE_LOCATION[23]="drivers/dahdi/xpp/"
DEST_MODULE_LOCATION[23]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[24]="xpp"
BUILT_MODULE_LOCATION[24]="drivers/dahdi/xpp/"
DEST_MODULE_LOCATION[24]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[25]="xpp_usb"
BUILT_MODULE_LOCATION[25]="drivers/dahdi/xpp/"
DEST_MODULE_LOCATION[25]="/kernel/drivers/telephony/dahdi"

AUTOINSTALL=yes
EOF

# cleanup
rm -f %{buildroot}%{_sbindir}/sethdlc
rm -rf %{buildroot}/usr/lib/hotplug/firmware
rm -f drivers/dahdi/firmware/*.{bin,gz}
rm -f %{buildroot}%{_libdir}/libtonezone.so.1.0
rm -f %{buildroot}%{_libdir}/libtonezone.so.1

%pre tools
%_pre_useradd dahdi /usr/share/dahdi /sbin/nologin

%postun tools
%_postun_userdel dahdi

%post -n dkms-dahdi
dkms add	-m dahdi -v %{linux_version}-%{release} --rpm_safe_upgrade &&
dkms build	-m dahdi -v %{linux_version}-%{release} --rpm_safe_upgrade &&
dkms install	-m dahdi -v %{linux_version}-%{release} --rpm_safe_upgrade --force
%_post_service dahdi

%preun -n dkms-dahdi
dkms remove -m	dahdi -v %{linux_version}-%{release} --rpm_safe_upgrade --all
%_preun_service dahdi

%pre -n dkms-dahdi
%_pre_useradd asterisk /var/lib/asterisk /bin/sh

%postun -n dkms-dahdi
%_postun_userdel asterisk

%files tools
%doc README UPGRADE.txt xpp/README.Astribank 
%dir %{_sysconfdir}/dahdi
%config(noreplace) %{_sysconfdir}/dahdi/genconf_parameters
%config(noreplace) %{_sysconfdir}/dahdi/init.conf
%config(noreplace) %{_sysconfdir}/dahdi/modules
%config(noreplace) %{_sysconfdir}/dahdi/system.conf
%{_sysconfdir}/hotplug/usb/xpp_fxloader
%config(noreplace) %{_sysconfdir}/hotplug/usb/xpp_fxloader.usermap
%config(noreplace) %{_sysconfdir}/modprobe.d/dahdi.blacklist.conf
%config(noreplace) %{_sysconfdir}/modprobe.d/dahdi.conf
%{_initrddir}/dahdi
%{_sbindir}/astribank_allow
%{_sbindir}/astribank_hexload
%{_sbindir}/astribank_is_starting
%{_sbindir}/astribank_tool
%{_sbindir}/dahdi_cfg
%{_sbindir}/dahdi_diag
%{_sbindir}/dahdi_genconf
%{_sbindir}/dahdi_hardware
%{_sbindir}/dahdi_maint
%{_sbindir}/dahdi_monitor
%{_sbindir}/dahdi_registration
%{_sbindir}/dahdi_scan
%{_sbindir}/dahdi_speed
%{_sbindir}/dahdi_test
%{_sbindir}/dahdi_tool
%{_sbindir}/dahdi-patgen
%{_sbindir}/fpga_load
%{_sbindir}/fxotune
%{_sbindir}/fxstest
%{_sbindir}/hdlcgen
%{_sbindir}/hdlcstress
%{_sbindir}/hdlctest
%{_sbindir}/hdlcverify
%{_sbindir}/lsdahdi
%{_sbindir}/patlooptest
%{_sbindir}/pattest
%{_sbindir}/timertest
%{_sbindir}/twinstar
%{_sbindir}/xpp_blink
%{_sbindir}/xpp_sync
%{_datadir}/dahdi/astribank_hook
%{_datadir}/dahdi/waitfor_xpds
%{_datadir}/dahdi/xpp_fxloader
%{_mandir}/man8/astribank_allow.8*
%{_mandir}/man8/astribank_hexload.8*
%{_mandir}/man8/astribank_is_starting.8*
%{_mandir}/man8/astribank_tool.8*
%{_mandir}/man8/dahdi_cfg.8*
%{_mandir}/man8/dahdi_diag.8*
%{_mandir}/man8/dahdi_genconf.8*
%{_mandir}/man8/dahdi_hardware.8*
%{_mandir}/man8/dahdi_maint.8*
%{_mandir}/man8/dahdi_monitor.8*
%{_mandir}/man8/dahdi_registration.8*
%{_mandir}/man8/dahdi_scan.8*
%{_mandir}/man8/dahdi_test.8*
%{_mandir}/man8/dahdi_tool.8*
%{_mandir}/man8/fpga_load.8*
%{_mandir}/man8/fxotune.8*
%{_mandir}/man8/fxstest.8*
%{_mandir}/man8/lsdahdi.8*
%{_mandir}/man8/twinstar.8*
%{_mandir}/man8/xpp_blink.8*
%{_mandir}/man8/xpp_sync.8*

%files -n %{libname}
%doc ChangeLog README LICENSE LICENSE.LGPL
%{_libdir}/libtonezone.so.%{major}*

%files -n %{devname}
%dir %{_includedir}/dahdi
%{_includedir}/dahdi/*.h
%{_libdir}/libtonezone.so

%files -n perl-Dahdi
%{perl_vendorlib}/Dahdi
%{perl_vendorlib}/Dahdi.pm

%files -n dkms-dahdi
%doc dahdi-linux-%{linux_version}/ChangeLog
%doc dahdi-linux-%{linux_version}/README*
%doc dahdi-linux-%{linux_version}/UPGRADE.*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/udev/rules.d/40-dahdi.rules
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/udev/rules.d/40-xpp.rules
%{_datadir}/dahdi/XppConfig.pm
%{_datadir}/dahdi/init_card_1_30
%{_datadir}/dahdi/init_card_2_30
%{_datadir}/dahdi/init_card_3_30
%{_datadir}/dahdi/init_card_4_30
%{_datadir}/dahdi/init_card_5_30
/usr/src/dahdi-%{linux_version}-%{release}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.1-5
+ Revision: 51b8756
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 818 |14cr|dailystrips-1.0.28-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	dailystrips
%define	version	1.0.28
%define release	7

Name:		%{name}
Summary:	A program to automatically download your favorite online comic strips 
Version:	%{version}
Release:	%{release}
# (misc) Don't really know where to put it...
Group:		Toys
Source:		%{name}-%{version}.tar.bz2 
# (misc) Use Date::Manip instead of Date::Parse
Patch0:		%{name}-1.0.28-module_date.patch.bz2
Url:		http://dailystrips.sf.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPL
BuildArch:	noarch
Requires:	perl > 5.6
Requires:	perl-libwww-perl perl-DateManip

%description
dailystrips is a perl script to automatically download your favorite online
comics from the web. It currently supports over 300 comics and offers a
'local' mode in which strips are downloaded and saved locally to speed
access time.

%prep
%setup -q
%patch -p1 

cat <<EOF > README.mandrake
The main executable is patched to use the module Date::Manip
instead of Date::Parse, since only the first is packaged for Mandrake.
Date::Manip can parse more date format, see perldoc Date::Manip.
EOF

%install
rm -rf $RPM_BUILD_ROOT

install -m755 %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}
install -m755 %{name}-clean -D $RPM_BUILD_ROOT%{_bindir}/%{name}-clean
install -m755 %{name}-update -D $RPM_BUILD_ROOT%{_bindir}/%{name}-update

mkdir -p  $RPM_BUILD_ROOT/%{_datadir}/%{name}
cp strips.def archive.def  $RPM_BUILD_ROOT/%{_datadir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%doc README BUGS CHANGELOG COPYING INSTALL README.LOCAL TODO README.dailystrips-clean README.DEFS README.mandrake
%{_bindir}/*
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.28-7
+ Revision: db4e127
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 819 |14cr|dangerdeep-0.4-0_pre3327
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define title           Danger from the deep
%define longtitle       WW2 german submarine simulation

Name:		dangerdeep
Version:	0.4
Release:	0_pre3327
Summary:	WW2 German submarine simulation
License:	GPLv2
Group:		Games/Other
URL:		http://dangerdeep.sourceforge.net/
Source0:	http://kent.dl.sourceforge.net/project/dangerdeep/%{version}.%{release}/%{name}-%{version}.%{release}.tar.gz
BuildRequires:	scons
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(sdl)
%if %{mdvver} == 201200
BuildRequires:	SDL_net-devel
%else
BuildRequires:	pkgconfig(SDL_net)
%endif
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libavutil)

Requires:	    dangerdeep-data


%description
Danger from the deep (aka dangerdeep) is a Free / Open Source World War II
German submarine simulation. It is currently available for Linux/i386 and
Windows, but since it uses SDL/OpenGL it should be portable to other operating
systems or platforms. (If anyone wishes to port it, please contact us.) This
game is planned as tactical simulation and will be as realistic as our time and
knowledge of physics allows. It's current state is ALPHA, but it is playable.

%prep
%setup -q -n %{name}-%{version}.%{release}
# fix gl
perl -pi -e "s|/usr/local/bin|%{_gamesbindir}|"                          SConstruct
perl -pi -e "s|/usr/local/share/dangerdeep|%{_gamesdatadir}/dangerdeep|" SConstruct
perl -pi -e "s|/usr/local/lib|/usr/lib64|"				 SConstruct
perl -pi -e "s|ffmpeg/libavutil/avutil.h|libavutil/avutil.h|"		 SConstruct

# glibc fix in fresh
%if %{mdvver} >= 201210
sed -i '114i#include <unistd.h>' src/faulthandler.h
sed -i '28i#include <string.h>' src/matrix3.h
%endif



# spurious-executable-perm
find src -name '*.h' -exec chmod a-x {} \;
find src -name '*.cpp' -exec chmod a-x {} \;

# incorrect-fsf-address
find src -name '*.h' -exec perl -pi -e "s|Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA|Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301|" {} \;
find src -name '*.cpp' -exec perl -pi -e "s|Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA|Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301|" {} \;

# file-not-utf8
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog
iconv -f iso8859-1 -t utf-8 CREDITS > CREDITS.conv && mv -f CREDITS.conv CREDITS
iconv -f iso8859-1 -t utf-8 README > README.conv && mv -f README.conv README
iconv -f iso8859-1 -t utf-8 LICENSE > LICENSE.conv && mv -f LICENSE.conv LICENSE

%build
procs=`egrep -c ^cpu[0-9]+ /proc/stat ||:`
if [ "$procs" ="0"]; then
	procs=1
fi

scons -j$procs \
    installbindir=%{buildroot}%{_gamesbindir} \
    installdatadir=%{buildroot}%{_gamesdatadir} \
    datadir=%{_gamesdatadir}/%{name} \
    usex86sse=1    

for i in 16 32 48; do
    convert -size ${i}x$i logo.xpm -resize ${i}x$i %{name}-${i}x$i.png
done

%install
scons \
    installbindir=%{buildroot}%{_gamesbindir} \
    installdatadir=%{buildroot}%{_gamesdatadir} \
    datadir=%{_gamesdatadir}/%{name} \
    install

#install -d -m 755 %{buildroot}%{_mandir}/man6
#install -m 644 doc/man/dangerdeep.6 %{buildroot}%{_mandir}/man6

install -d -m 755 %{buildroot}%{_datadir}/applications
cat >  %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{title}
Comment=%{longtitle}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=X-MandrivaLinux-MoreApplications-Games-Other;Game;
EOF
  
# icon
install -d -m 755 %{buildroot}/%{_miconsdir}
install -d -m 755 %{buildroot}/%{_iconsdir}
install -d -m 755 %{buildroot}/%{_liconsdir}
install -m 644 %{name}-16x16.png %{buildroot}/%{_miconsdir}/%{name}.png
install -m 644 %{name}-32x32.png %{buildroot}/%{_iconsdir}/%{name}.png
install -m 644 %{name}-48x48.png %{buildroot}/%{_liconsdir}/%{name}.png
 

%files
%doc ChangeLog CREDITS README LICENSE
%{_gamesbindir}/%{name}
#{_mandir}/man6/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/*
%{_iconsdir}/*.*
%{_liconsdir}/*



%changelog
* Wed May 15 2013 symbianflo <symbianflo@mandrivausers.ro> 0.4-0_pre3327
+ Revision: 5f65564
- LOG update to 0.4.0_pre3327



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 820 |14cr|dante-1.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   0
%define libname_orig                            lib%{name}
%define libname                 %mklibname      %{name} %{major}
%define libnamedev              %mklibname      %{name} %{major} -d

%define __noautoreq 'GLIBC_PRIVATE'

Summary:        A free Socks v4/v5 client implementation
Name:           dante
Version:        1.3.2
Release:        3
License:        BSD-like
Group:          Networking/Other
URL:            http://www.inet.no/dante/
BuildRequires:  flex bison
BuildRequires:  perl-base 
BuildRequires:  pam-devel 
BuildRequires:  tcp_wrappers-devel

Source0:        http://www.inet.no/dante/files/%{name}-%{version}.tar.gz
Source1:        %{name}-sockd.init
Source100:	%{name}.rpmlintrc


Requires:       %{libname} = %{version}

%description
Dante is a free implementation of the proxy protocols socks version 4,
socks version 5 (rfc1928) and msproxy. It can be used as a firewall
between networks. It is being developed by Inferno Nettverk A/S, a
Norwegian consulting company. Commercial support is available.

This package contains the dynamic libraries required to "socksify"
existing applications to become socks clients.

%package        server
Summary:        A free Socks v4/v5 server implementation
Group:          System/Servers
Requires(pre):  rpm-helper

%package -n     %{libname}
Summary:        Library for Dante
Group:          System/Libraries

%description -n %{libname}
Library for Dante

%description    server
This package contains the socks proxy daemon and its documentation.
The sockd is the server part of the Dante socks proxy package and
allows socks clients to connect through it to the network.

%package -n     %{libnamedev}
Summary:        Development libraries for dante
Group:          Development/C
Provides:       %{libname_orig}-devel = %{EVRD}
Provides:       %{name}-devel = %{EVRD}
Requires:       %{libname} = %{version}

%description -n %{libnamedev}
Additional libraries required to compile programs that use dante.

%package -n     %{libnamestaticdev}
Summary:        Static libraries for dante
Group:          Development/C
Provides:       %{libname_orig}-static-devel = %{EVRD}
Provides:       %{libname_orig}-static = %{EVRD}
Provides:       %{name}-static-devel = %{EVRD}
Provides:       %{name}-static = %{EVRD}

%description -n %{libnamestaticdev}
Static libraries for dante

%prep
%setup -q

%build
%configure2_5x --enable-shared --disable-static
%make

%install
%makeinstall

#perl -pi -e "s/libdl.so/`basename \`readlink %{_libdir}/libdl.so\``/;s/libdsocks.so/libdsocks.so.%major/" %{buildroot}%{_bindir}/socksify

install -m644 example/socks.conf -D %{buildroot}%{_sysconfdir}/socks.conf
install -m644 example/sockd.conf -D %{buildroot}%{_sysconfdir}/sockd.conf

install -m755 %{SOURCE1} -D %{buildroot}%{_initrddir}/sockd
install -d %{buildroot}%{_sysconfdir}/sysconfig
cat <<EOF > %{buildroot}%{_sysconfdir}/sysconfig/sockd
# Any extra option to pass to sockd
SOCKD_EXTRA_OPTIONS=
EOF

chmod +x %{buildroot}%{_libdir}/lib*.so*

%post server
%_post_service sockd

%preun server
%_preun_service sockd

%files
%doc BUGS CREDITS LICENSE NEWS README SUPPORT VERSION
%doc doc/README* doc/*.protocol doc/rfc*
%{_bindir}/socksify
%{_mandir}/man1/socksify.1*
%{_mandir}/man5/socks.conf.5*
%config(noreplace) %{_sysconfdir}/socks.conf

%files -n %{libname}
%{_libdir}/*.so.*

%files server
%{_sbindir}/sockd
%{_mandir}/man5/sockd.conf.5*
%{_mandir}/man8/*
%attr(0755,root,root) %{_initrddir}/sockd
%config(noreplace) %{_sysconfdir}/sockd.conf
%config(noreplace) %{_sysconfdir}/sysconfig/sockd

%files -n %{libnamedev}
%{_libdir}/*.so
%{_includedir}/*.h





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-3
+ Revision: 3f6cedc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 821 |14cr|dap-2.1.5-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	dap
%define version	2.1.5
%define release  13

Summary:	Audio sample editing and processing suite
Name:		%{name}
Version: 	%{version}
Release: 	%{release}
License: 	GPL
Group: 		Sound
URL: 		http://www.cee.hw.ac.uk/~richardk/
Source: 	%{name}-%{version}.tar.bz2
Patch1:		dap-2.1.5-x11-path.patch
BuildRequires:	libforms-devel
Buildrequires:	pkgconfig(x11)

%description
DAP is a comprehensive audio sample editing and processing suite.
It currently supports AIFF and AIFF-C audio files, 8 or 16 bit
resolution, and 1, 2 or 4 channels of audio data. The package
offers comprehensive editing, playback, and recording facilities
including full time stretch resampling, manual data editing, and
a reasonably complete DSP processing suite.

%prep
%setup -q
%patch1 -p1

%build
export XFORMS=/usr/include/X11
make CXX="g++ %ldflags" OPTIM="$RPM_OPT_FLAGS" -f Makefile.linux

%install
rm -rf %buildroot/

mkdir -p $RPM_BUILD_ROOT/%_bindir
cp main/DAP $RPM_BUILD_ROOT/%_bindir/dap

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=Audio sample editing and processing suite
Exec=%{name} -c
Icon=%{name}
Terminal=false
Type=Application
Categories=AudioVideo;Audio;Midi;Mixer;Sequencer;Tuner;AudioVideoEditing;Player;Recorder;
EOF

%clean
rm -rf %buildroot

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr(-,root,root)
%doc CHANGES COPYING FEATURES README THANKS TODO
%{_bindir}/%name
%{_datadir}/applications/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.5-13
+ Revision: d00c01f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 822 |14cr|daphne-1.0-1.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# spec file for package spec (Version 2.0)
#
# Copyright (c) 2003 SuSE Linux AG, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
#

# norootforbuild

Name:         daphne
License:      GPL
Group:        Emulators
Version:      1.0
Release:      1.2
Summary:      Multiple Arcade Laserdisc Emulator
Source:       %name-%version-src.tar.bz2
Source1:      %name-1.0beta-linux-data.tar.gz
Patch0:	daphne.dif
Patch1:	daphne-gl.patch
BuildRequires: SDL-devel libogg-devel zlib-devel gcc-c++ SDL_mixer-devel libvorbis-devel glew-devel fdupes mesaglu-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Play the original versions of many laserdisc arcade game.

%prep
%setup -q -n src -a 1
%patch0 -p1
%patch1 -p1

%build
cp Makefile.vars.linux_x86 Makefile.vars
make %{?jobs:-j%jobs} \
%ifarch %ix86
I386FLAGS="-DNATIVE_CPU_X86 -DMMX_RGB2YUV -lGL -lGLU" USE_MMX=1
%else
I386FLAGS="-lGL -lGLU"
%endif
cd vldp2
./configure \
%ifnarch %ix86
	--disable-accel-detect
%endif

%ifarch %ix86
make -f Makefile.linux DFLAGS="$RPM_OPT_FLAGS"
%else
make -f Makefile.linux DFLAGS="$RPM_OPT_FLAGS -fPIC"
%endif

%install
# install section
install -D -m 755 ../daphne.bin $RPM_BUILD_ROOT%{_libdir}/%{name}/%{name}
install -m 755 ../libvldp2.so $RPM_BUILD_ROOT%{_libdir}/%{name}
cd daphne
cp -a pics roms sound $RPM_BUILD_ROOT%{_libdir}/%{name}
mkdir -p $RPM_BUILD_ROOT%{_gamesbindir}
cat <<EOT >$RPM_BUILD_ROOT%{_gamesbindir}/%{name}
#!/bin/sh
cd %{_libdir}/%{name}
exec ./daphne "\$@"
EOT
chmod 755 $RPM_BUILD_ROOT%{_gamesbindir}/%{name}

%files
%defattr(-,root,root)
%{_gamesbindir}/%{name}
%{_libdir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-1.2
+ Revision: f6042c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 823 |14cr|dar-2.4.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5000
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Shell command to back up directory trees and files
Name:		dar
Version:	2.4.8
Release:	3
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://dar.linux.free.fr/
Source0:	http://downloads.sourceforge.net/project/dar/%{name}/v%{version}/%{name}-%{version}.tar.gz
Patch0:		dar-2.4.3-mdv-shebang.patch
BuildRequires:	doxygen
BuildRequires:	acl-devel
BuildRequires:	attr-devel
BuildRequires:	bzip2-devel
BuildRequires:	glibc-static-devel
BuildRequires:	libstdc++-static-devel
BuildRequires:	openssl-static-devel
BuildRequires:	pkgconfig(zlib)

%description
DAR is a command line tool to backup a directory tree and files. DAR is
able to make differential backups, split them over a set of disks or files
of a given size, use compression, filter files or subtrees to be saved or
not saved, directly access and restore given files. DAR is also able
to handle extended attributes, and can make remote backups through an
ssh session for example. Finally, DAR handles save and restore of hard
and symbolic links.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%doc README.samples doc/samples/cdbackup.sh doc/samples/darrc_sample doc/samples/sample1.txt
%doc doc/mini-howto/dar-differential-backup-mini-howto.*.html
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}rc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}dar5 < 2.4.8-3
Obsoletes:	%{_lib}dar5 < 2.4.8-3

%description -n %{libname}
DAR is a command line tool to backup a directory tree and files. DAR is
able to make differential backups, split them over a set of disks or files
of a given size, use compression, filter files or subtrees to be saved or
not saved, directly access and restore given files. DAR is also able
to handle extended attributes, and can make remote backups through an
ssh session for example. Finally, DAR handles save and restore of hard
and symbolic links.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
DAR is a command line tool to backup a directory tree and files. DAR is
able to make differential backups, split them over a set of disks or files
of a given size, use compression, filter files or subtrees to be saved or
not saved, directly access and restore given files. DAR is also able
to handle extended attributes, and can make remote backups through an
ssh session for example. Finally, DAR handles save and restore of hard
and symbolic links.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/lib%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-upx \
	--disable-static
%make

%install
# fix-up docs
install -m 644 doc/samples/README README.samples

%makeinstall_std

%find_lang %{name}


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.8-3
+ Revision: 3062dea
- Fix library major, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 824 |14cr|darkice-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (misc) TODO write a initscript, but it requires a proper daemonisation of the server
# and i was unable to code it
# also split --with plf in two

%define build_plf 0

%{?_with_plf: %{expand: %%global build_plf 1}}
%if %build_plf
%define distsuffix plf
%endif


Summary : DarkIce live IceCast / ShoutCast streamer
Name: darkice
Version: 1.1
Release: 3
License: GPLv3+
Group: Sound
Source: http://darkice.googlecode.com/files/%{name}-%{version}.tar.gz
Patch: darkice-0.19-fix-missing-limits_h.diff
URL: http://code.google.com/p/darkice/  
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(ogg)
BuildRequires: pkgconfig(vorbis)
BuildRequires: pkgconfig(jack)
%if %build_plf
# for some reason, it need the static version to detect liblame
BuildRequires: liblame-static-devel
BuildRequires: libfaac-devel
%endif


%description
DarkIce is an IceCast, IceCast2 and ShoutCast live audio streamer. It
takes audio input from a sound card, encodes it into mp3 and/or Ogg Vorbis,
and sends the mp3 stream to one or more IceCast and/or ShoutCast servers,
the Ogg Vorbis stream to one or more IceCast2 servers.

%if %build_plf
This package is in plf as it was linked with Lame, a mp3 encoder, and support
AAC encoding.
%endif

%prep
%setup -q 
%patch -p0

%build

%configure
%make all

%install
%makeinstall

%files
%defattr (-, root, root)
%doc COPYING ChangeLog README TODO AUTHORS
%config(noreplace) %{_sysconfdir}/darkice.cfg
%{_bindir}/*
%{_mandir}/man1/darkice.1*
%{_mandir}/man5/darkice.cfg.5*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: b9db9bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 825 |14cr|darkplaces-20130304-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define debug_package %{nil}

Summary:	Multiplayer, deathmatch oriented first person shooter engine
Name:		darkplaces
Version:	20130304
Release:	3
Epoch:		1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://icculus.org/twilight/darkplaces/
Source0:	%{name}enginesource%{version}.zip
# Debian patchset
Patch0:		0001-Split-Unix-CFLAGS-libs-to-one-per-line.patch
Patch1:		0002-Add-support-for-make-LINK_TO_LIBJPEG-1.patch
Patch2:		0003-Add-support-for-make-LINK_TO_ZLIB-1.patch
Patch3:		0004-Add-support-for-LINK_TO_LIBVORBIS-using-pkg-config.patch
Patch4:		0005-Add-LINK_TO_MODPLUG-option.patch
Patch5:		0006-add-LINK_TO_ODE-to-link-against-system-libode.patch
Patch6:		0007-add-LINK_TO_THEORA.patch
Patch7:		0008-Add-LINK_TO_PNG.patch
Patch8:		0009-add-LINK_TO_CURL.patch
Patch9:		0010-Add-LINK_TO_FREETYPE2.patch
Patch10:	0011-Add-support-for-linking-to-system-d0_blind_id-and-d0.patch
Patch11:	0012-Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch
Patch12:	0014-image_png.h-change-name-of-multiple-inclusion-guard-.patch
Patch13:	0015-Be-more-type-safe-when-calling-setjmp-call-the-same-.patch
Patch14:	0016-Be-a-bit-more-type-safe-about-using-libpng.patch
Patch15:	0017-Fix-various-typos-dont-don-t-doesnt-doesn-t-arguemen.patch
Patch16:	0018-Don-t-build-SSE-only-software-rasterizer-on-non-x86-.patch
Patch17:	0019-If-linking-libpng-conventionally-use-the-png_jmpbuf-.patch
Patch18:	0020-If-linking-libpng-normally-use-its-header-to-get-the.patch
Patch19:	0021-If-linking-libpng-in-the-normal-way-use-its-actual-v.patch
Patch20:	0022-Add-support-for-disabling-libavw.patch
Patch21:	0023-Disable-dlopen-support-and-warn-if-it-gets-compiled-.patch
Patch22:	0024-Disable-gpu-skinning-for-skeletal-models.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ode)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(zlib)
Requires:	curl

%description
Darkplaces is a modern, powerful first-person shooter engine.

%files
%doc COPYING darkplaces.txt
%{_gamesbindir}/darkplaces-glx
%{_gamesbindir}/darkplaces-sdl

#----------------------------------------------------------------------------

%package server
Summary:	Dedicated server for the darkplaces engine
Group:		Games/Arcade
Requires:	curl

%description server
Darkplaces is a modern, powerful first-person shooter engine.

This is the darkplaces dedicated server required to host network games.

%files server
%doc COPYING darkplaces.txt
%{_gamesbindir}/darkplaces-dedicated

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%apply_patches

%build
make \
	release \
	OPTIM_RELEASE="%{optflags}" \
	LINK_TO_CURL=1 \
	LINK_TO_FREETYPE2=1 \
	LINK_TO_LIBJPEG=1 \
	LINK_TO_LIBVORBIS=1 \
	LINK_TO_MODPLUG=1 \
	LINK_TO_ODE=1 \
	LINK_TO_PNG=1 \
	LINK_TO_THEORA=1 \
	LINK_TO_ZLIB=1 \
	DISABLE_OFFSCREEN_GECKO=1 \
	DISABLE_D0_BLIND_ID=1 \
	DISABLE_D0_RIJNDAEL=1

%install
# Install the main programs
mkdir -p %{buildroot}%{_gamesbindir}
install -m 0755 darkplaces-glx \
	%{buildroot}%{_gamesbindir}/darkplaces-glx
install -m 0755 darkplaces-sdl \
	%{buildroot}%{_gamesbindir}/darkplaces-sdl
install -m 0755 darkplaces-dedicated \
	%{buildroot}%{_gamesbindir}/darkplaces-dedicated


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:20130304-3
+ Revision: 8d070f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 826 |14cr|darktable-1.4.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _cmake_skip_rpath -DCMAKE_SKIP_RPATH:BOOL=OFF

# Keep libraries private
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)'
%define __noautoreq 'libdarktable\\.so(.*)'
%endif

Summary:	Utility to organize and develop raw images
Name:		darktable
Version:	1.4.2
Release:	5
License:	GPLv3+
Group:		Graphics
Url:		http://darktable.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	gnome-doc-utils
BuildRequires:	intltool
BuildRequires:	gettext-devel
BuildRequires:	gomp-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(colord)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(flickcurl)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(GraphicsMagick)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(lensfun)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)

%description
Darktable is an open source photography workflow application and RAW developer.
A virtual lighttable and darkroom for photographers. It manages your digital
negatives in a database, lets you view them through a zoomable lighttable
and enables you to develop raw images and enhance them.

%files -f %{name}.lang
%doc doc/README doc/AUTHORS doc/LICENSE doc/TRANSLATORS
%{_bindir}/%{name}*
%{_libdir}/%{name}
%{_datadir}/appdata/darktable.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}*
%{_mandir}/man1/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake \
	-DCMAKE_LIBRARY_PATH:PATH=%{_libdir} \
	-DDONT_INSTALL_GCONF_SCHEMAS:BOOLEAN=ON \
	-DCMAKE_BUILD_TYPE:STRING=Release \
	-DBINARY_PACKAGE_BUILD=1 \
	-DPROJECT_VERSION:STRING="%{name}-%{EVRD}" \
	-DINSTALL_IOP_EXPERIMENTAL:BOOLEAN=ON

%make

%install
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1

%makeinstall_std -C build

%find_lang %{name}

desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
rm -rf %{buildroot}%{_datadir}/doc/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-5
+ Revision: a5ed354
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 827 |14cr|darwinstreamingserver-6.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	DarwinStreamingSrvr

Summary:	Apple's Darwin Streaming Server
Name:		darwinstreamingserver
Version:	6.0.3
Release:	4
License:	APSL 2.0
Group:		System/Servers
URL:		http://developer.apple.com/opensource/server/streaming/index.html
# Upstream download is uncompressed, compress manually - AdamW 2008/08
Source0:	http://dss.macosforge.org/downloads/%{oname}%{version}-Source.tar.lzma
Source1:	dss.init.bz2
Source2:	dss-proxy.init.bz2
Source5:	dss.bz2
Source6:	dss-proxy.bz2
Source7:	dss-setup-script.lzma
Source8:	dss.webadmin.init.lzma
Patch0:		DSS-v6_0_3-Config.diff
# Via http://dss.macosforge.org/trac/ticket/6
# Location http://www.abrahamsson.com/dss-6.0.3.patch
# Fixes various bugs and build errors for Linux, also fixes build for
# x86-64. Author Sverker Abrahamsson.
Patch1:		dss-6.0.3.patch
# Also via http://dss.macosforge.org/trac/ticket/6
# Fixes more minor compilation issues, memory leaks, deadlock, and
# bug on x86-64 preventing any requests from outside localhost. Author
# Horace Hsieh.
Patch2:		dss-hh-20080728-1.patch
Patch3:		darwinstreamingserver-6.0.3-build_optimizer.patch
Patch4:		dss-6.0.3-proxy-compile.patch
BuildRequires:	libstdc++-devel
Requires(pre,post,preun,postun):	rpm-helper

%description
Darwin Streaming Server lets you stream digital video on the
Internet using industry-standard Internet protocols RTP and RTSP.

Using Darwin Streaming Server you can serve stored files (video
on demand) or reflect live broadcasts to thousands of QuickTime
4 or later users. With its combination of industry-standard
streaming protocols and cutting-edge compression technologies,
QuickTime delivers perfectly synchronized audio and video streams
ideal for Internet video and live events.

%package	proxy
Summary:	Apple's Darwin Streaming Proxy
Group:		System/Servers
License:	APSL 2.0
Requires(post,preun):		rpm-helper

%description	proxy
The Darwin Streaming Proxy is an application specific proxy which
would normally be run in a border zone or perimeter network. It
is used to give client machines within a protected network access
to streaming servers outside that network, in the case when the
firewall blocks RTSP connections or RTP/UDP data flow. The
firewall perimeter network is usually configured to allow:

* RTSP connections from within the network, as long as the
  destination is the proxy

* RTSP connections to outside the network, as long as the source
  is the proxy

* RTP datagrams to and from the proxy to the inner network

* RTP datagrams to and from the proxy to the outside

%package	utils
Summary:	Apple's Darwin Streaming Server Movie inspection utilities
Group:		System/Servers
License:	APSL 2.0

%description	utils
* QTBroadcaster
  Requires a target ip address, a source movie, one or more source
  hint track ids in movie, and an initial port. Every packet
  referenced by the hint track(s) is broadcasted to the specified
  ip address.

* QTFileInfo
  Requires a movie name. Displays each track id, name, create date,
  and mod date. If the track is a hint track, additional
  information is displayed: the total rtp bytes and packets, the
  average bit rate and packet size, and the total header
  percentage of the stream.

* QTFileTest
  Requires a movie name. Parses the Movie Header Atom and displays
  a trace of the output.

* QTRTPFileTest
  Requires a movie and a hint track id in the movie. Displays the
  RTP header (TransmitTime, Cookie, SeqNum, and TimeStamp) for
  each packet.

* QTRTPGen
  Requires a movie and a hint track id. Displays the number of
  packets in each hint track sample and writes the RTP packets to
  file "track.cache"

* QTSampleLister
  Requires a movie and a track id. Displays track media sample
  number, media time, Data offset, and sample size for each sample
  in the track.

* QTSDPGen
  Requires a list of 1 or more movies. Displays the SDP
  information for all of the hinted tracks in each movie. Use -f
  to save the SDP information to the file [movie].sdp in the same
  directory as the source movie.

* QTTrackInfo
  Requires a movie, sample table atom type, and track id. Displays
  the information in the sample table atom of the specified track.
  Supports "stco", "stsc", "stsz", "stts" as the atom type.

  Example: "./QTTrackInfo -T stco /movies/mystery.mov 3" dumps the
  chunk offset sample table in track 3.

%package	webadmin
Summary:	Apple's Darwin Streaming Server web admin interface
Group:		System/Servers
License:	APSL 2.0
Requires:	%{name} = %{version}-%{release}

%description	webadmin
Darwin Streaming Server lets you stream digital video on the
Internet using industry-standard Internet protocols RTP and RTSP.
This package contains the web-based administration interface for
Darwin Streaming Server.

%prep
%setup -q -n %{oname}%{version}-Source
%patch0 -p1 -b .config~
%patch1 -p1 -b .linux~
%patch2 -p1 -b .leaks~
%patch3 -p1 -b .optimize~
%patch4 -p1 -b .proxycompile~
# fix qtpasswd resetting ownership of its config files to root - AdamW
# 2008/11
sed -i -e 's,"qtss","dss",g' qtpasswd.tproj/QTSSPasswd.cpp

cat > defaultPaths.h << EOF
# define DEFAULTPATHS_DIRECTORY_SEPARATOR	"/"
# define DEFAULTPATHS_ETC_DIR			"%{_sysconfdir}/dss/"
# define DEFAULTPATHS_ETC_DIR_OLD		"%{_sysconfdir}/"
# define DEFAULTPATHS_SSM_DIR			"%{_libdir}/dss/"
# define DEFAULTPATHS_LOG_DIR			"%{_logdir}/dss/"
# define DEFAULTPATHS_MOVIES_DIR		"%{_localstatedir}/lib/dss/"
# define DEFAULTPATHS_PID_DIR			"/var/run/dss/"
EOF

%build
export RPM_OPT_FLAGS="%{optflags} -Wall"
export ARCH="%{_target_cpu}"
# parallel build hack... (it sucks)
# export JOBS=$(echo %{_smp_mflags}|cut -dj -f2)
# ./Buildit --jobs=$JOBS
./Buildit
cd StreamingProxy.tproj
./BuildProxy

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_sysconfdir}/dss
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_libdir}/dss
install -d %{buildroot}%{_localstatedir}/lib/dss/Movies/http
install -d %{buildroot}%{_localstatedir}/lib/dss/Playlists
install -d %{buildroot}%{_logdir}/dss
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}
install -d %{buildroot}/var/run/dss
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_libdir}/%{name}-Admin/scripts

install -m0755 DarwinStreamingServer %{buildroot}%{_sbindir}/
install -m0755 StreamingProxy.tproj/StreamingProxy %{buildroot}%{_sbindir}/
install -m0755 PlaylistBroadcaster.tproj/PlaylistBroadcaster %{buildroot}%{_bindir}/
install -m0755 MP3Broadcaster/MP3Broadcaster %{buildroot}%{_bindir}/
install -m0755 qtpasswd.tproj/qtpasswd %{buildroot}%{_bindir}/

# setup script (to create an admin user, ripped from the upstream
# install script) - AdamW 2008/11
lzcat %{SOURCE7} > %{buildroot}%{_sbindir}/dss-setup

# NOTE! the StreamingLoadTool is not yet released as source code
#install -m755 StreamingLoadTool %{buildroot}%{_bindir}/

# modules
install -m0755 APIModules/QTSSDemoAuthorizationModule.bproj/QTSSDemoAuthorizationModule %{buildroot}%{_libdir}/dss/
install -m0755 APIModules/QTSSRawFileModule.bproj/QTSSRawFileModule %{buildroot}%{_libdir}/dss/
install -m0755 APIModules/QTSSRefMovieModule/QTSSRefMovieModule %{buildroot}%{_libdir}/dss/
install -m0755 APIModules/QTSSSpamDefenseModule.bproj/QTSSSpamDefenseModule %{buildroot}%{_libdir}/dss/

# utils
install -m0755 QTFileTools/QTBroadcaster.tproj/QTBroadcaster %{buildroot}%{_bindir}/
install -m0755 QTFileTools/QTFileInfo.tproj/QTFileInfo %{buildroot}%{_bindir}/
install -m0755 QTFileTools/QTFileTest.tproj/QTFileTest %{buildroot}%{_bindir}/
install -m0755 QTFileTools/QTRTPFileTest.tproj/QTRTPFileTest %{buildroot}%{_bindir}/
install -m0755 QTFileTools/QTRTPGen.tproj/QTRTPGen %{buildroot}%{_bindir}/
install -m0755 QTFileTools/QTSampleLister.tproj/QTSampleLister %{buildroot}%{_bindir}/
install -m0755 QTFileTools/QTSDPGen.tproj/QTSDPGen %{buildroot}%{_bindir}/
install -m0755 QTFileTools/QTTrackInfo.tproj/QTTrackInfo %{buildroot}%{_bindir}/

# config
install -m0644 streamingserver.xml %{buildroot}%{_sysconfdir}/dss/
install -m0644 streamingserver.xml %{buildroot}%{_sysconfdir}/dss/streamingserver.xml.default
install -m0644 relayconfig.xml-Sample %{buildroot}%{_sysconfdir}/dss/relayconfig.xml
install -m0644 relayconfig.xml-Sample %{buildroot}%{_sysconfdir}/dss/relayconfig.xml.default
install -m0644 StreamingProxy.tproj/streamingproxy.conf %{buildroot}%{_sysconfdir}/dss/
install -m0644 StreamingProxy.tproj/streamingproxy.conf %{buildroot}%{_sysconfdir}/dss/streamingproxy.conf.default
install -m0644 qtaccess %{buildroot}%{_sysconfdir}/dss/
install -m0644 qtusers %{buildroot}%{_sysconfdir}/dss/
install -m0644 qtgroups %{buildroot}%{_sysconfdir}/dss/

# web admin
install -m0755 WebAdmin/src/streamingadminserver.pl %{buildroot}%{_bindir}/streamingadminserver
sed -i -e 's,/etc/streaming,%{_sysconfdir}/dss,g' %{buildroot}%{_bindir}/streamingadminserver
sed -i -e 's,/var/streaming,%{_localstatedir}/lib/dss,g' %{buildroot}%{_bindir}/streamingadminserver
sed -i -e 's,/var/streaming/logs,%{_logdir}/dss,g' %{buildroot}%{_bindir}/streamingadminserver
sed -i -e 's,/usr/local,%{_bindir},g' %{buildroot}%{_bindir}/streamingadminserver
sed -i -e 's,"qtss","dss",g' %{buildroot}%{_bindir}/streamingadminserver

install -m0644 WebAdmin/streamingadminserver.conf %{buildroot}%{_sysconfdir}/dss/streamingadminserver.conf
sed -i -e 's,/Library/QuickTimeStreaming/AdminHtml,%{_localstatedir}/lib/dss/AdminHtml,g' %{buildroot}%{_sysconfdir}/dss/streamingadminserver.conf
sed -i -e 's,/Library/QuickTimeStreaming/Playlists,%{_localstatedir}/lib/dss/playlists,g' %{buildroot}%{_sysconfdir}/dss/streamingadminserver.conf
sed -i -e 's,/usr/sbin/QuickTimeStreamingServer,%{_sbindir}/DarwinStreamingServer,g' %{buildroot}%{_sysconfdir}/dss/streamingadminserver.conf
sed -i -e 's,/Library/QuickTimeStreaming/Logs/streamingadminserver.log,%{_logdir}/dss/streamingadminserver.log,g' %{buildroot}%{_sysconfdir}/dss/streamingadminserver.conf

mkdir -p %{buildroot}%{_localstatedir}/lib/dss
mkdir -p %{buildroot}%{_localstatedir}/lib/dss/playlists
cp -R WebAdmin/WebAdminHtml/ %{buildroot}%{_localstatedir}/lib/dss
mv %{buildroot}%{_localstatedir}/lib/dss/WebAdminHtml %{buildroot}%{_localstatedir}/lib/dss/AdminHtml

# install manuals
install -m0644 Documentation/broadcasterctl.1 %{buildroot}%{_mandir}/man1/
install -m0644 Documentation/MP3Broadcaster.1 %{buildroot}%{_mandir}/man1/

# NOTE! the StreamingLoadTool is not yet released as source code
#install -m644 streamingloadtool.conf %{buildroot}%{_sysconfdir}/dss/streamingloadtool.conf

# sys 5 scripts
bzcat %{SOURCE1} > %{buildroot}%{_initrddir}/%{name}
bzcat %{SOURCE2} > %{buildroot}%{_initrddir}/%{name}-Proxy
lzcat %{SOURCE8} > %{buildroot}%{_initrddir}/streamingadminserver

# logrotate stuff
bzcat %{SOURCE5} > %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
bzcat %{SOURCE6} > %{buildroot}%{_sysconfdir}/logrotate.d/%{name}-Proxy

# i strongly suspect the web admin can't follow symlinks..., if
# so, some coder needs to fix the source. As the server is run
# under the dss user, there might be some problems...

ln -s %{_docdir}/%{name}-%{version} %{buildroot}%{_localstatedir}/lib/dss/Docs
ln -s ../../../etc/dss %{buildroot}%{_localstatedir}/lib/dss/Config
ln -s ../../../usr/lib/dss %{buildroot}%{_localstatedir}/lib/dss/Modules
ln -s ../../log/dss %{buildroot}%{_localstatedir}/lib/dss/Logs

# install instructions

#installation instructions
cat > README.urpmi << EOF 
After installing darwinstreamingserver, please run 'dss-setup' as root
to create an admin user, before starting the 'darwinstreamingserver'
service. The web interface is the most convenient way to configure DSS:
to use it, install the darwinstreamingserver-webadmin package and then
start the 'streamingadminserver' service. You can then connect to
http://127.0.0.1:1220/ in any web browser to configure the server.
EOF

# provide ghost logs...
touch %{buildroot}%{_logdir}/dss/Error.log
touch %{buildroot}%{_logdir}/dss/StreamingServer.log
touch %{buildroot}%{_logdir}/dss/mp3_access.log
touch %{buildroot}%{_logdir}/dss/server_status
touch %{buildroot}%{_logdir}/dss/StreamingProxy.log
touch %{buildroot}%{_logdir}/dss/streamingadminserver.log

# strip the modules
strip %{buildroot}%{_libdir}/dss/*

%pre
%_pre_useradd dss %{_localstatedir}/lib/dss /bin/sh

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel dss

%post proxy
%_post_service %{name}-Proxy

%preun proxy
%_preun_service %{name}-Proxy

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc APPLE_LICENSE ReleaseNotes.txt README.urpmi
%doc APIModules/QTSSRawFileModule.bproj/README-RawFileModule
%doc APIModules/QTSSRawFileModule.bproj/sampleredirect.raw
%doc Documentation/3rdPartyAcknowledgements.rtf
%doc Documentation/AboutTheSource.html
%doc Documentation/admin-protocol-README.txt
%doc Documentation/CachingProxyProtocol-README.txt
%doc Documentation/DevNotes.html
%doc Documentation/draft-serenyi-avt-rtp-meta-00.txt
%doc Documentation/DSS_QT_Logo_License.pdf
%doc Documentation/License.rtf
%doc Documentation/QTSSAPIDocs.pdf
%doc Documentation/ReadMe.rtf
%doc Documentation/readme.txt
%doc Documentation/ReliableRTP_WhitePaper.rtf
%doc Documentation/RTSP_Over_HTTP.pdf
%doc Documentation/FAQ.html
%attr(0755,root,root) %{_initrddir}/%{name}
%config(noreplace) %attr(0640,dss,dss) %{_sysconfdir}/dss/qtaccess
%config(noreplace) %attr(0640,dss,dss) %{_sysconfdir}/dss/qtgroups
%config(noreplace) %attr(0640,dss,dss) %{_sysconfdir}/dss/qtusers
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/dss/relayconfig.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/dss/relayconfig.xml.default
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/dss/streamingserver.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/dss/streamingserver.xml.default
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}
%dir %attr(0755, root, root) %{_bindir}/MP3Broadcaster
%dir %attr(0755, root, root) %{_bindir}/PlaylistBroadcaster
%dir %attr(0755, root, root) %{_bindir}/qtpasswd
%dir %attr(0755, root, root) %{_sbindir}/DarwinStreamingServer
%dir %attr(0755, root, root) %{_sbindir}/dss-setup
%dir %attr(0755, root, root) %{_libdir}/dss
%dir %attr(0755, dss, dss) /var/run/dss
%attr(0755,root,root) %{_libdir}/dss/QTSSDemoAuthorizationModule
%attr(0755,root,root) %{_libdir}/dss/QTSSRawFileModule
%attr(0755,root,root) %{_libdir}/dss/QTSSRefMovieModule
%attr(0755,root,root) %{_libdir}/dss/QTSSSpamDefenseModule
%dir %attr(0755, root, root) %{_localstatedir}/lib/dss/Movies
%dir %attr(0755, root, root) %{_localstatedir}/lib/dss/Movies/http
%dir %attr(0755, root, root) %{_localstatedir}/lib/dss/Playlists
%dir %attr(0755, root, root) %{_localstatedir}/lib/dss/Docs
%dir %attr(0755, root, root) %{_localstatedir}/lib/dss/Config
%dir %attr(0755, root, root) %{_localstatedir}/lib/dss/Modules
%dir %attr(0755, dss, dss) %{_localstatedir}/lib/dss/Logs
%dir %attr(0755, dss, dss) %{_logdir}/dss
%attr(0644,dss,dss) %verify(not md5 size mtime) %ghost %{_logdir}/dss/Error.log
%attr(0644,dss,dss) %verify(not md5 size mtime) %ghost %{_logdir}/dss/StreamingServer.log
%attr(0644,dss,dss) %verify(not md5 size mtime) %ghost %{_logdir}/dss/mp3_access.log
%attr(0644,dss,dss) %verify(not md5 size mtime) %ghost %{_logdir}/dss/server_status
%attr(0644,root,root) %{_mandir}/man1/broadcasterctl.1*
%attr(0644,root,root) %{_mandir}/man1/MP3Broadcaster.1*

%files proxy
%defattr(-, root, root)
%doc APPLE_LICENSE Documentation/CachingProxyProtocol-README.txt
%doc StreamingProxy.tproj/StreamingProxy.html
%attr(0755, root, root) %{_initrddir}/%{name}-Proxy
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/dss/streamingproxy.conf
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/dss/streamingproxy.conf.default
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}-Proxy
%dir %attr(0755, root, root) %{_sbindir}/StreamingProxy
%dir %attr(0755, dss, dss) %{_logdir}/dss
%attr(0644,dss,dss) %verify(not md5 size mtime) %ghost %{_logdir}/dss/StreamingProxy.log

%files utils
%defattr(-, root, root)
%doc APPLE_LICENSE Documentation/AboutQTFileTools.html
%dir %attr(0755, root, root) %{_bindir}/QTBroadcaster
%dir %attr(0755, root, root) %{_bindir}/QTFileInfo
%dir %attr(0755, root, root) %{_bindir}/QTFileTest
%dir %attr(0755, root, root) %{_bindir}/QTRTPFileTest
%dir %attr(0755, root, root) %{_bindir}/QTRTPGen
%dir %attr(0755, root, root) %{_bindir}/QTSampleLister
%dir %attr(0755, root, root) %{_bindir}/QTSDPGen
%dir %attr(0755, root, root) %{_bindir}/QTTrackInfo

%files webadmin
%defattr(-, root, root)
%{_bindir}/streamingadminserver
%{_localstatedir}/lib/dss/AdminHtml
%{_localstatedir}/lib/dss/playlists
%attr(0755,root,root) %{_initrddir}/streamingadminserver
%config(noreplace) %{_sysconfdir}/dss/streamingadminserver.conf
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %{_logdir}/dss/streamingadminserver.log



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.0.3-4
+ Revision: 64470f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 828 |14cr|dataquay-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname dataquay %{major}
%define develname %mklibname -d dataquay

Name:		dataquay
Version:	0.9
Release:	2
Summary:	Simple RDF for C++ and Qt applications
Group:		System/Libraries
License:	MIT
URL:		http://breakfastquay.com/dataquay/
Source0:	http://code.breakfastquay.com/attachments/download/30/dataquay-0.9.tar.bz2

BuildRequires:	qt4-devel
BuildRequires:	redland-devel
BuildRequires:	x11-server-xvfb
Patch0:		dataquay-0.9-linkage.patch

%description
Dataquay is a free open source library that provides a friendly C++
interface to an RDF datastore using Qt4 classes and
containers. Supported datastores are the popular and feature-complete
Redland and the lightweight Sord.

Dataquay is simple to use and easy to integrate. It is principally
aimed at Qt-based applications that would like to use an RDF datastore
as backing for in-memory project data, to avoid having to invent file
formats or XML schemas and to make it easy to augment the data with
descriptive metadata pulled in from external sources. It's also useful
for applications with ad-hoc needs for metadata management using RDF
sources.

Dataquay does not use a separate database, instead using in-memory
storage with separate file import and export facilities. Although it
offers a choice of datastore implementations, the choice is made at
compile time: there is no runtime module system to take into account
when deploying your application.

The Fedora package is configured to use Redland, as recommended by the
developers for general use.

%package -n	%{libname}
Summary:	Simple RDF for C++ and Qt applications
Group:		System/Libraries

%description -n %{libname}
taquay is a free open source library that provides a friendly C++
interface to an RDF datastore using Qt4 classes and
containers. Supported datastores are the popular and feature-complete
Redland and the lightweight Sord.


%package -n	%{develname}
Summary:	Development files for %{name}
Requires:	%{libname} = %{version}-%{release}
Requires:	redland-devel
Provides:	dataquay-devel = %{version}-%{release}

%description -n	%{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q
%patch0 -p1
# patch for multilib
%{__sed} -i.multilib 's|$${PREFIX}/lib|$${PREFIX}/%{_lib}|' lib.pro
%{__sed} -i.multilib 's|${exec_prefix}/lib|${exec_prefix}/%{_lib}|' \
         deploy/dataquay.pc.in


%build
%qmake_qt4 dataquay.pro PREFIX=%{_prefix}
xvfb-run -a -w 1 make 
#LIBS="-lrdf -lQtTest -lQtGui -lQtCore -lpthread"


%install
make install INSTALL_ROOT=%{buildroot}
# actually copy .pc file
mkdir -p  %{buildroot}%{_libdir}/pkgconfig/
%{__cp} -p deploy/dataquay.pc %{buildroot}%{_libdir}/pkgconfig/
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%doc COPYING CHANGELOG README.txt
%doc examples
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-2
+ Revision: e229cda
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 829 |14cr|dayplanner-0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(DP::CoreModules\\)'
%else
%define _requires_exceptions perl\(DP::CoreModules\)
%endif

Summary:	An easy and clean Day Planner
Name:		dayplanner
Version:	0.11
Release:	3
Group:		Office
License:	GPLv3+
URL:		http://www.day-planner.org/
Source0:	http://download.gna.org/dayplanner/%{name}-%{version}.tar.bz2
Patch0:         dayplanner-0.11-locale.patch
BuildRequires:	perl-devel
BuildRequires:	perl(Locale::gettext)
BuildArch:	noarch

%description
Day Planner is a simple time management program.

Day Planner is designed to help you easily manage your time.
It can manage appointments, birthdays and more. It makes sure you
remember your appointments by popping up a dialog box reminding you about it.

%files -f dayplanner.lang
# Note to packagers: Please leave COPYING in here as this package is distributed
#  from the software website aswell
%doc AUTHORS COPYING NEWS THANKS TODO ./doc/*
%{_bindir}/dayplanner
%{_bindir}/dayplanner-daemon
%{_bindir}/dayplanner-notifier
%{_datadir}/%{name}/
%{_mandir}/man1/*
%{_iconsdir}/dayplanner*.png
%{_miconsdir}/dayplanner*.png
%{_liconsdir}/dayplanner*.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%patch0 -p1

%build
# Nothing

%install
%makeinstall_std prefix=/usr

# Install the icons
install -m644 ./art/dayplanner-24x24.png -D %{buildroot}%{_iconsdir}/dayplanner.png
install -m644 ./art/dayplanner-16x16.png -D %{buildroot}%{_miconsdir}/dayplanner.png
install -m644 ./art/dayplanner-48x48.png -D %{buildroot}%{_liconsdir}/dayplanner.png
# (High contrast icons)
install -m644 ./art/dayplanner_HC24.png -D %{buildroot}%{_iconsdir}/dayplanner_HC.png
install -m644 ./art/dayplanner_HC16.png -D %{buildroot}%{_miconsdir}/dayplanner_HC.png
install -m644 ./art/dayplanner_HC48.png -D %{buildroot}%{_liconsdir}/dayplanner_HC.png

# Find the localization
%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-3
+ Revision: 7373899
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 830 |14cr|dbench-4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Filesystem benchmark similar to Netbench
Name:		dbench
Version:	4.0
Release:	4
License:	GPLv3+
Group:		System/Kernel and hardware
Url:		http://samba.org/ftp/tridge/dbench/README
Source0:	http://samba.org/ftp/tridge/dbench/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(popt)

%description
dbench is a filesystem benchmark that generates load patterns similar
to those of the commercial Netbench benchmark, but without requiring
a lab of Windows load generators to run. It is now considered a de-facto
standard for generating load on the Linux VFS.

%files
%doc COPYING README
%attr(755,root,root) %{_bindir}/dbench
%attr(755,root,root) %{_bindir}/tbench
%attr(755,root,root) %{_bindir}/tbench_srv
%attr(644,root,root) %{_mandir}/man1/dbench.1.*
%attr(644,root,root) %{_mandir}/man1/tbench.1.*
%attr(644,root,root) %{_mandir}/man1/tbench_srv.1.*
%attr(644,root,root) %{_datadir}/%{name}/client.txt

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./autogen.sh
%configure2_5x --datadir=/usr/share/dbench
%make CC="cc %ldflags"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_datadir}/%{name}
install -c -m 0755 dbench %{buildroot}%{_bindir}/dbench
install -c -m 0755 tbench %{buildroot}%{_bindir}/tbench
install -c -m 0755 tbench_srv %{buildroot}%{_bindir}/tbench_srv
install -c -m 0644 dbench.1 %{buildroot}%{_mandir}/man1/dbench.1
install -c -m 0644 client.txt %{buildroot}%{_datadir}/%{name}/client.txt
pushd %{buildroot}%{_mandir}/man1/
ln -sf dbench.1 tbench.1
ln -sf dbench.1 tbench_srv.1
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0-4
+ Revision: 31cdb60
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 831 |14cr|dbtool-1.6-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command Line Tool for GDBM
Name:		dbtool
Version:	1.6
Release:	10
License:	GPLv2+
Group:		Databases
Url:		http://www.daemon.de/DBTOOL
Source0:	ftp://ftp.daemon.de/scip/Apps/dbtool/dbtool-%{version}.tar.bz2
Patch0:		dbtool.patch
Patch1:		dbtool-1.6-gcc411.diff
BuildRequires:	gdbm-devel
BuildRequires:	pkgconfig(libpcre)

%description
dbtool can be used to store and retrieve data in a key/value format
in a GDBM hash database. Perl compatible regular expressions are
supported both for storing and retrieving of data. It's main
advantages are the ability to maintain huge amounts of data and
speed. It also supports encrypted databases using the AES cipher
algorithm.

%files
%doc AUTHORS ChangeLog README samples
%{_bindir}/dbtool*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

# fix attribs
find samples -type f | xargs chmod 644
find samples -type d | xargs chmod 755
find . -perm 0640 | xargs chmod 644
chmod 644 AUTHORS ChangeLog README

%build
# build the gdbm version
%configure2_5x --without-berkeley
%make CXXFLAGS="%{optflags} -Wall" LDFLAGS="%{ldflags}"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 dbtool %{buildroot}%{_bindir}/
install -m0644 dbtool.1 %{buildroot}%{_mandir}/man1/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-10
+ Revision: 1275232
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 832 |14cr|dbus-sharp-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name dbus-sharp
%define version 0.7.0
%define release 2
%define pkgname %name-1.0

Summary: Managed D-Bus implementation
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://github.com/downloads/mono/%name/%{name}-%{version}.tar.gz
License: MIT
Group: System/Libraries
Url: http://mono.github.com/dbus-sharp/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: mono-devel
BuildArch: noarch

%description
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus).

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%package devel
Summary: Development files for %name
Group: Development/Other
Requires: %name = %version-%release

%description devel
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus).

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%prep
%setup -q -n %name-%version

%build
./configure --prefix=%_prefix
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std pkgconfigdir=%_datadir/pkgconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING
%_prefix/lib/mono/%pkgname
%_prefix/lib/mono/gac/%name

%files devel
%defattr(-,root,root)
%doc examples
%_datadir/pkgconfig/%pkgname.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 1416263
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 833 |14cr|dbus-sharp-glib-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Managed D-Bus implementation - GLib integration
Name:		dbus-sharp-glib
Version:	0.5.0
Release:	3
License:	MIT
Group:		System/Libraries
Url:		http://mono.github.com/dbus-sharp/
Source0:	http://github.com/downloads/mono/dbus-sharp/%{name}-%{version}.tar.gz
BuildRequires:	gtk-sharp2
BuildRequires:	dbus-sharp-devel
BuildRequires:	pkgconfig(mono)
Requires:	glib2
BuildArch:	noarch

%description
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus). This is the GLib integration for ndesk-dbus.

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%files
%doc README COPYING
%{_prefix}/lib/mono/%{name}-1.0
%{_prefix}/lib/mono/gac/%{name}/

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus). This is the GLib integration for ndesk-dbus.

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%files devel
%doc examples
%{_datadir}/pkgconfig/%{name}-1.0.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure --prefix=%{_prefix}
make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-3
+ Revision: 2463adc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 834 |14cr|dbview-1.0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name dbview
%define version 1.0.4
%define release 6

Summary: Dbview - view dBase files
Name: %{name}
Version: %{version}
Release: %{release}
Source: %{name}-%{version}.tar.bz2
Patch: %name-patch.bz2
License: GPL
Group: Databases
BuildRoot: %_tmppath/%{name}-buildroot

%description
Dbview is a little tool that will display dBase III and IV files. 
You can also use it to convert your old .dbf files for further use with Unix.

%prep
rm -rf $RPM_BUILD_ROOT

%setup

%build
make "CFLAGS=$RPM_OPT_FLAGS -pipe"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -m 755 dbview $RPM_BUILD_ROOT%{_bindir}
install -m 644 dbview.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README dBASE
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-6
+ Revision: 4d0c6c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 835 |14cr|dbx-utils-1.0.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname dbx %{major}
%define develname	%mklibname dbx -d

Summary:	Extracts emails from MS Outlook Express 5.0
Name:   	dbx-utils
Version: 	1.0.3
Release: 	10
License:	GPLv2+
Group:		Networking/Mail
URL:		http://sourceforge.net/projects/ol2mbox
Source0:	libdbx_%{version}.tar.bz2
Patch0:		libdbx_1.0.3-shared.diff
Patch1:		libdbx_1.0.3-Mail-Transport-Dbx-0.07.diff
BuildRequires:	libtool

%description
Extract emails from MS Outlook Express 5.0 directory, and DBX files into mbox
format files.

%package -n	%{libname}
Summary:	Shared libdbx library
Group:          System/Libraries

%description -n	%{libname}
Extract emails from MS Outlook Express 5.0 directory, and DBX files into mbox
format files.

This package contains the shared libdbx library.

%package -n	%{develname}
Summary:	Development files for the libdbx library
Group:		Development/C
Provides:	libdbx-devel = %{version}
Requires:	%{libname} = %{version}
Obsoletes:	%{libname}-devel

%description -n	%{develname}
Extract emails from MS Outlook Express 5.0 directory, and DBX files into mbox
format files.

This package contains the static libdbx library and header files.

%prep

%setup -q -n libdbx_%{version}
%patch0 -p0
%patch1 -p1

%build

%make CFLAGS="%{optflags} -DDBX_BIG_ENDIAN" libdir=%{_libdir}

%install
%makeinstall_std \
    bindir=%{_bindir} \
    libdir=%{_libdir} \
    includedir=%{_includedir}

%files
%defattr(-,root,root)
%doc AUTHORS FILE-FORMAT README*
%{_bindir}/*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/libdbx
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-10
+ Revision: 2257fdb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 836 |14cr|dcaenc-2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libmajor 0
%define pluginname %{mklibname alsa-plugins}-dca
%define libname %mklibname %name %libmajor
%define devellibname %mklibname -d %name
#define debug_package	%{nil}
#define distsuffix mrb

Summary: DTS Coherent Acoustics encoder
Name:    dcaenc
Version: 2
Release: 2
Source0: http://aepatrakov.narod.ru/dcaenc/%{name}-%{version}.tar.gz
License: LGPLv2.1+
Group:   Sound
URL:     http://aepatrakov.narod.ru/dcaenc/
BuildRequires: kernel-headers >= 2.4.0
BuildRequires: pkgconfig(alsa)


%description
DTS Coherent Acoustics encoder

It may be useful if you want to create a 
DTS CD or a DTS 
soundtrack for a DVD
from a 6-channel PCM wav file using linux. 
Another use case is related to
real-time encoding of multichannel PCM 
audio output from arbitrary linux
applications for transmission over SPDIF 
(see %{pluginname} package)


%package -n %{libname}
Summary:   Libraries for DTS Coherent Acoustics encoder
Group:     Sound

%description -n %{libname}
Libraries for DTS Coherent Acoustics encoder


%package -n %{devellibname}
Summary:   Development sources for DTS Coherent Acoustics encoder
Group:     Development/C
Requires:  %{libname} = %{version}-%{release}

%description -n %{devellibname}
Development sources for DTS Coherent Acoustics encoder


%package -n %{pluginname}
Summary:   DTS Coherent Acoustics encoder plugin for ALSA
Group:     Sound
Requires:  alsa-lib

%description -n %{pluginname}
DTS Coherent Acoustics encoder plugin for ALSA

Provides real-time encoding of multichannel PCM audio output from arbitrary
linux applications for transmission over SPDIF.


%prep
%setup -q -n %name-%version
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

mv %{buildroot}%{_datadir}/alsa/pcm %{buildroot}%{_datadir}/alsa/alsa.conf.d

find %{buildroot} -name '*.la' -delete

%files
%{_bindir}/dcaenc

%files -n %{libname}
%{_libdir}/libdcaenc.so.%{libmajor}*

%files -n %{devellibname}
%{_includedir}/dcaenc.h
%{_libdir}/libdcaenc.so
%{_libdir}/pkgconfig/dcaenc.pc

%files -n %{pluginname}
%{_datadir}/alsa/alsa.conf.d/dca.conf
%{_libdir}/alsa-lib/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2-2
+ Revision: b0205ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 837 |14cr|dcc-1.3.135-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_sendmail 1
# commandline overrides:
# rpm -ba|--rebuild --with 'xxx'
%{?_without_sendmail: %{expand: %%define build_sendmail 0}}

Summary:	Distributed Checksum Clearinghouse, anti-spam tool
Name:		dcc
Version:	1.3.135
Release:	5
License:	BSD-like
Group:		System/Servers
URL:		http://www.rhyolite.com/anti-spam/dcc/
Source0:	http://www.rhyolite.com/src/dcc/old/dcc-%{version}.tar.Z
Patch0:		dcc-dccd-initscript-135.diff
Patch1:		dcc-make-dcc_conf-nochwon.diff
Requires(post): rpm-helper perl rrdtool
Requires(preun): rpm-helper perl rrdtool
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires:	perl rrdtool
BuildRequires:	perl wget apache-base
%if %{build_sendmail}
BuildRequires:	sendmail-devel
%endif

%description
Distributed Checksum Clearinghouse or DCC is a cooperative,
distributed system intended to detect "bulk" mail or mail sent to
many people. It allows individuals receiving a single mail message
to determine that many other people have been sent essentially
identical copies of the message and so reject the message. It can
identify some unsolicited bulk mail using "spam traps" and other
detectors, but that is not its focus.

The DCC can be viewed as a tool for end users to enforce their
right to "opt-in" to streams of bulk mail by refusing all bulk mail
except from sources in a "white list."  White lists are generally
the responsibility of DCC clients, since only they know which bulk
mail they solicited.

NB to use DCC to reject SPAM you need to configure
%{_datadir}/dcc/dcc_conf and either use procmail or sendmail to
feed the messages to DCC

%package	cgi
Summary:	The cgi-scripts for managing mail delivery on a DCC enabled server
Group:		System/Servers
Requires:	apache-mpm-prefork
Requires:	%{name} = %{version}

%description	cgi
Example set of cgi-scripts to allow users to point-and-click
manage their own DCC whitelists and thus what is delivered to
them.  Allows overriding of site level lists.  The scripts give
controlled access to the whitelists which are otherwise in
protected directory space (owned by dcc).

NB these scripts need configured after installation

%if %{build_sendmail}
%package	sendmail
Summary:	Distributed Checksum Clearinghouse Milter Interface
Group:		System/Servers
Requires:	sendmail
Requires:	sendmail-cf
Requires:	%{name} = %{version}

%description	sendmail
Dccm is a daemon built with the sendmail milter interface intended
to connect sendmail to DCC servers.
%endif

%package	devel
Summary:	Development headers and libraries for %{name}
Group:		Development/C

%description	devel
Development headers and libraries for %{name}

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0 -b .initscript
%patch1 -p0 -b .nochown

# fix defaults
find . -type f | xargs perl -pi -e "s|/usr/local|%{_prefix}|g"
find . -type f | xargs perl -pi -e "s|/var/dcc|%{_localstatedir}/lib/dcc|g"

# lib64 fixes
perl -pi -e "s|/usr/lib|%{_libdir}|g" configure

%build

./configure \
    --libexecdir=%{_sbindir} \
%if %{build_sendmail}
    --with-sendmail \
%endif
    --with-installroot=%{buildroot} \
    --homedir=%{_localstatedir}/lib/dcc \
    --bindir=%{_bindir} \
    --mandir=%{_mandir} \
    --disable-sys-inst \
    --with-uid=dcc \
    --with-cgibin=/var/www/dcc-bin \
    --with-rundir=/var/run/dcc \
    --with-db-memory=32 

#    --prefix=%{_localstatedir}/lib/dcc \
			  
perl -p -i -e "s:\".*\":\"%{_sbindir}\": if m/define\s+DCC_LIBEXECDIR/ ;" include/dcc_config.h

make CWARN="%{optflags}"

# make extras
make CWARN="%{optflags}" -C dccifd/dccif-test

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/cron.daily
install -d %{buildroot}%{_webappconfdir}
install -d %{buildroot}/var/run/dcc
install -d %{buildroot}%{_localstatedir}/lib/dcc/{log,userdirs/{local,esmtp,cyrus,procmail}}
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}/dcc

export INST_UID="`id -u`"
export INST_GID="`id -g`"
alias chown=echo
make MANOWN=$INST_UID MANGRP=$INST_GID DCC_SUID=$INST_UID DCC_OWN=$INST_UID \
    DCC_GRP=$INST_GID BINOWN=$INST_UID GRP=$INST_GID INSTALL="install -c" \
    install
unalias chown

chmod 755 %{buildroot}%{_sbindir}/* %{buildroot}%{_bindir}/* 

install -m0755 misc/cron-dccd %{buildroot}%{_sysconfdir}/cron.daily/dccd
install -m0755 misc/rcDCC %{buildroot}%{_initrddir}/dccd
install -m0600 homedir/flod %{buildroot}%{_localstatedir}/lib/dcc/flod

install -m0755 dccifd/dccif-test/dccif-test %{buildroot}%{_sbindir}/
#install -m0755 dccifd/dccif-test/dccif-test.pl %{buildroot}%{_sbindir}/
install -m0755 dccifd/dccif.pl %{buildroot}%{_sbindir}/

%if %{build_sendmail}
install -d %{buildroot}%{_datadir}/sendmail-cf/feature
install -m0644 misc/dcc.m4 %{buildroot}%{_datadir}/sendmail-cf/feature/
install -m0644 misc/dccdnsbl.m4 %{buildroot}%{_datadir}/sendmail-cf/feature/
#install -m0644 misc/dict-attack-aliases %{buildroot}%{_localstatedir}/lib/dcc/
#install -m0755 misc/filter-dict-attack %{buildroot}%{_sbindir}/
%endif

# Set some initial logging, but no rejections
perl -p -i -e "s/BRAND=\$/BRAND=%{version}-%{release}/ ; s/DCCM_LOG_AT=\$/\$&10/ ; " \
	%{buildroot}%{_localstatedir}/lib/dcc/dcc_conf

# install the apache2 config
cat > dcc.conf <<EOF

ScriptAlias /dcc-bin/ /var/www/dcc-bin/

    <Directory /var/www/dcc-bin/>
	Require host 127.0.0.1

	SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
	SSLRequireSSL
	ErrorDocument 403 /dcc-bin/http2https

	AuthType Basic
	AuthName "DCC user"
	AuthUserFile %{_localstatedir}/lib/dcc/userdirs/webusers
	require valid-user

    </Directory>
EOF

install -m 0755 dcc.conf %{buildroot}%{_webappconfdir}/dcc.conf 
echo "# put users in here" > %{buildroot}%{_localstatedir}/lib/dcc/userdirs/webusers

# prepare for docs inclusion
cp misc/README README.misc
cp homedir/README README.homedir
cp cgi-bin/README README.cgi-bin

# fix strange attribs
chmod 644 CHANGES LICENSE README*  *.html

# install devel files
install -m0644 dccd/*.h %{buildroot}%{_includedir}/dcc/
install -m0644 include/*.h %{buildroot}%{_includedir}/dcc/
install -m0644 srvrlib/*.h %{buildroot}%{_includedir}/dcc/
install -m0644 thrlib/*.h %{buildroot}%{_includedir}/dcc/
#install -m0644 clntlib/*.h %{buildroot}%{_includedir}/dcc/

install -m0755 dcclib/libdcc.a %{buildroot}%{_libdir}/
install -m0755 srvrlib/libsrvr.a %{buildroot}%{_libdir}/
install -m0755 thrlib/libthr.a %{buildroot}%{_libdir}/
install -m0755 clntlib/libclnt.a %{buildroot}%{_libdir}/



# house cleaning
rm -f %{buildroot}/var/www/dcc-bin/README
rm -f %{buildroot}%{_sbindir}/rcDCC
rm -f %{buildroot}%{_sbindir}/cron-dccd
rm -f %{buildroot}%{_sbindir}/logger
rm -f %{buildroot}%{_sbindir}/updatedcc
rm -f %{buildroot}%{_sbindir}/uninstalldcc

# install man pages
install -m0644 *.8 %{buildroot}%{_mandir}/man8/

%pre
%_pre_useradd dcc %{_localstatedir}/lib/dcc /bin/sh

%post
%_post_service dccd
# this causes a hang if not connected to the internet
# deactivate it for now... user should read man pages
# instead...
#%{_bindir}/cdcc info > %{_localstatedir}/lib/dcc/map.txt || :


%preun
%_preun_service dccd

%postun
%_postun_userdel dcc

%clean

%files
%doc CHANGES  LICENSE README.misc README.homedir
%doc FAQ.html INSTALL.html cdcc.html dbclean.html dblist.html
%doc dcc.html dccd.html dccifd.html dccproc.html dccsight.html

%attr(0755,root,root) %{_sysconfdir}/cron.daily/dccd
%attr(0755,root,root) %{_initrddir}/dccd

%config(noreplace) %attr(0600,dcc,dcc) %{_localstatedir}/lib/dcc/ids
%config(noreplace) %attr(0600,dcc,dcc) %{_localstatedir}/lib/dcc/map
%config(noreplace) %attr(0600,dcc,dcc) %{_localstatedir}/lib/dcc/map.txt
%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/dcc_conf
#%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/dcc_db
#%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/dcc_db.hash
%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/flod
%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/whiteclnt
%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/whitecommon
%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/whitelist
%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/grey_flod
%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/grey_whitelist

%attr(4755,root,root) %{_bindir}/cdcc
%attr(4755,root,root) %{_bindir}/dccproc
%attr(0755,root,root) %{_bindir}/dccif-test

%attr(0755,root,root) %{_sbindir}/dbclean
%attr(0755,root,root) %{_sbindir}/dblist
%attr(0755,root,root) %{_sbindir}/dccd
%attr(0755,root,root) %{_sbindir}/dccifd
%attr(0755,root,root) %{_sbindir}/newwebuser
#%attr(0755,root,root) %{_sbindir}/refeed
%attr(0755,root,root) %{_sbindir}/start-dccd
%attr(0755,root,root) %{_sbindir}/start-dccifd
%attr(0755,root,root) %{_sbindir}/stop-dccd
%attr(0755,root,root) %{_sbindir}/wlist
%attr(4755,root,root) %{_sbindir}/dccsight
%attr(0755,root,root) %{_sbindir}/start-grey
%attr(0755,root,root) %{_sbindir}/fetchblack
%attr(0755,root,root) %{_sbindir}/list-clients
%attr(0755,root,root) %{_sbindir}/dns-helper
%attr(0755,root,root) %{_sbindir}/ck2ip
%attr(0755,root,root) %{_sbindir}/dcc-stats-update

%attr(0755,root,root) %{_sbindir}/check_ip_range
%attr(0755,root,root) %{_sbindir}/dcc-nagios
%attr(0755,root,root) %{_sbindir}/dump-clients
%attr(0755,root,root) %{_sbindir}/fetchids
%attr(0755,root,root) %{_sbindir}/fix-map


# rrdtool stuff
%attr(0755,root,root) %{_sbindir}/dcc-stats-collect
%attr(0755,root,root) %{_sbindir}/dcc-stats-graph
%attr(0755,root,root) %{_sbindir}/dcc-stats-init
%attr(0755,root,root) %{_sbindir}/stats-get

# extras
%attr(0755,root,root) %{_sbindir}/dccif-test
#%attr(0755,root,root) %{_sbindir}/dccif-test.pl
%attr(0755,root,root) %{_sbindir}/dccif.pl
%attr(0755,root,root) %{_sbindir}/fetch-testmsg-whitelist

%attr(0755,dcc,dcc) %dir %{_localstatedir}/lib/dcc
%attr(0755,dcc,dcc) %dir %{_localstatedir}/lib/dcc/log
%attr(0755,dcc,dcc) %dir %{_localstatedir}/lib/dcc/userdirs
%attr(0755,dcc,dcc) %dir %{_localstatedir}/lib/dcc/userdirs/local
%attr(0755,dcc,dcc) %dir %{_localstatedir}/lib/dcc/userdirs/cyrus
%attr(0755,dcc,dcc) %dir %{_localstatedir}/lib/dcc/userdirs/procmail
%attr(0755,dcc,dcc) %dir %{_localstatedir}/lib/dcc/userdirs/esmtp
%attr(0755,dcc,dcc) %dir /var/run/dcc

%attr(0644,root,root) %{_mandir}/man8/cdcc.8*
%attr(0644,root,root) %{_mandir}/man8/dbclean.8*
%attr(0644,root,root) %{_mandir}/man8/dblist.8*
%attr(0644,root,root) %{_mandir}/man8/dcc.8*
%attr(0644,root,root) %{_mandir}/man8/dccd.8*
%attr(0644,root,root) %{_mandir}/man8/dccifd.8*
%attr(0644,root,root) %{_mandir}/man8/dccproc.8*
%attr(0644,root,root) %{_mandir}/man8/dccsight.8*
#%attr(0644,root,root) %{_mandir}/man8/dnsbl.8*

# excludes - files related to dcc-sendmail
%exclude %{_sbindir}/hackmc
%exclude %{_sbindir}/start-dccm
%exclude %{_mandir}/man8/dccm.8*
%if %{build_sendmail}
%files sendmail
%doc dccm.html
#%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/dict-attack-aliases
%attr(0755,root,root) %{_sbindir}/dccm
#%attr(0755,root,root) %{_sbindir}/filter-dict-attack
%attr(0755,root,root) %{_sbindir}/hackmc
#%attr(0755,root,root) %{_sbindir}/na-spam
#%attr(0755,root,root) %{_sbindir}/ng-spam
%attr(0755,root,root) %{_sbindir}/start-dccm
%attr(0644,root,root) %{_datadir}/sendmail-cf/feature/dcc.m4
%attr(0644,root,root) %{_datadir}/sendmail-cf/feature/dccdnsbl.m4
%attr(0644,root,root) %{_mandir}/man8/dccm.8*
%endif

%files cgi
%doc README.cgi-bin
%attr(0644,root,root) %config(noreplace) %{_webappconfdir}/dcc.conf
%attr(0644,root,root) %config(noreplace) %{_localstatedir}/lib/dcc/userdirs/webusers
%attr(0755,root,root) /var/www/dcc-bin/chgpasswd
%attr(0755,root,root) /var/www/dcc-bin/common
%attr(0755,root,root) /var/www/dcc-bin/edit-whiteclnt
%attr(0755,root,root) /var/www/dcc-bin/http2https
%attr(0755,root,root) /var/www/dcc-bin/list-log
%attr(0755,root,root) /var/www/dcc-bin/list-msg
%attr(0755,root,root) /var/www/dcc-bin/webuser-notify
%attr(0755,root,root) /var/www/dcc-bin/footer
%attr(0755,root,root) /var/www/dcc-bin/header
%attr(0755,root,root) /var/www/dcc-bin/common.pm
%attr(0755,root,root) /var/www/dcc-bin/footer-dist
%attr(0755,root,root) /var/www/dcc-bin/header-dist

%files devel
%attr(0644,root,root) %{_includedir}/dcc/*.h
%attr(0755,root,root) %{_libdir}/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.135-5
+ Revision: a5fb940
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 838 |14cr|dccnitghtmare-0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	3D single player RPG in a satirical post-apocalyptical world
Name:		dccnitghtmare
Version:	0.8
Release:	3
License:	GPLv3
Group:		Games/Adventure
URL:		http://dnt.dnteam.org/cgi-bin/about.py
Source:		http://sourceforge.net/projects/dccnitghtmare/files/dccnitghtmare/dccnitghtmare%20%{version}/%{name}-%{version}.tar.bz2
Source1:	dccnitghtmare.png
Patch0:		dccnitghtmare-0.8-linking.patch
# Be sure to check if it's still needed in next version
# The game should be able to save options if there is no
# .dccnitghtmare exist in user home yet
Patch1:		dccnitghtmare-0.8-options.patch
BuildRequires:	cal3d-devel
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	SDL_ttf-devel
Requires:	%{name}-data = %{version}

%description
DccNiTghtmare is a project to make a 3d realtime RPG with battles
in turns schema. The game will have a comic, sarcastic and critic
story in a academic enviroment with a non-linear story/drama.

%package	data
Summary:	DccNiTghtmare data files (graphics, music, maps etc)
Requires:	%{name} = %{version}
Group:		Games/Adventure
BuildArch:	noarch

%description	data
Data files used to play DccNiTghtmare.

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1

%build
%configure2_5x
%make

%install
%makeinstall

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Version=1.0
Type=Application
Name=DccNiTghtmare
Comment=3D single player RPG game
Exec=dccnitghtmare
Icon=dccnitghtmare
Terminal=false
Categories=Game;AdventureGame;
EOF

mkdir -p  %{buildroot}%{_datadir}/pixmaps
cp data/dnt-icon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING README
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

%files data
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-3
+ Revision: 73cece4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 839 |14cr|dcetest-2.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

# OE: conditional switches
#
#(ie. use with rpm --rebuild):
#
#	--with diet	Compile dcetest against dietlibc
#
# 

%define build_diet 0

# commandline overrides:
# rpm -ba|--rebuild --with 'xxx'
%{?_with_diet: %{expand: %%define build_diet 1}}

Summary: 	The @stake MSRPC dumper
Name:		dcetest
Version:	2.0
Release:	9
License:	GPL
Group:		Networking/Other
URL:		http://www.atstake.com/research/tools/info_gathering/
Source0:	%{name}.tar.bz2
Patch0:		%{name}-%{version}-optflags.patch
%if %{build_diet}
BuildRequires: dietlibc-devel >= 0.20-1mdk
%endif
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
This little utility dumps MSRPC endpoint information from Windows 
systems. Similar to the rpcdump program from Microsoft, but does 
not need a DCE stack and so runs on Unixes. dcetest can be very 
useful once inside a DMZ to fingerprint Windows machines on the 
network. dcetest operates over TCP port 135. (Think of it as 
rpcinfo -p against Windows.)

%prep

%setup -q -n %{name}
%patch0 -p0 -b .optflags

%build

%if %{build_diet}
# OE: use the power of dietlibc
make CC="diet gcc -D_BSD_SOURCE -D_GNU_SOURCE -s -static"
%else
%make
%endif

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

install -m755 %{name} %{buildroot}%{_bindir}/%{name}

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG README
%{_bindir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-9
+ Revision: 10c1f8f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 840 |14cr|dclib-0.3.23-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		dclib
%define	version		0.3.23
%define release		3
%define	major		5
%define	libname		%mklibname dc %{major}
%define	develname	%mklibname -d dc
%define staticname	%mklibname -d -s dc


Name:		%{name}
Version:		%{version}
Release:		%{release}
Summary:		Direct Connect file sharing library
Group:		System/Libraries
License:		GPLv2+
URL:		http://sourceforge.net/projects/wxdcgui/
Source0	:	http://dl.sourceforge.net/wxdcgui/%{name}-%{version}.tar.bz2
Patch1:		dclib-0.3.23-openssl.patch
Patch2:		dclib-0.3.23-glib.patch
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(zlib)
BuildRequires:	autoconf
BuildRequires:	automake



%description
This library implements the Direct Connect file sharing protocol.


%package -n %{libname}
Summary:	Direct Connect shared library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{libname} < 0.3.22


%description -n %{libname}
The package contains the shared library required for running programs
based on dclib.


%package -n %{develname}
Summary:	Direct Connect developer files
Group:		Development/C++
BuildRequires:	pkgconfig >= 0.9.0
BuildRequires:	pkgconfig(openssl)
Requires:	%{libname} = %{version}
Requires:	%{name} = %{version}
Requires:	pkgconfig(libxml-2.0)
Provides:	dc-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	dc-devel < 0.3.22
Obsoletes:	%{name}-devel < 0.3.22
Obsoletes:	%{develname} < 0.3.22

%description -n %{develname}
The package contains the C++ headers and the libraries required to compile
programs based on dclib.


%package -n %{staticname}
Summary:	Static libraries for programs using the Direct Connect protocol
Group:		Development/C++
Requires:	%{develname} = %{version}
Requires:	%{name} = %{version}
Requires:	pkgconfig(libxml-2.0)
Provides:	dc-static-devel = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}


%description -n %{staticname}
The package contains the libraries required to run programs statically
linked with dclib.


%prep
%setup -q -n %{name}-%{version}
%patch1 -p1 -b .openssl
%patch2 -p0 -b .glib

%build
%configure2_5x --enable-static
%make



%install
%makeinstall_std
# Remove an useless directory level (dclib-0.3) in the include path
mv %{buildroot}%{_includedir}/dclib-0.3/dclib %{buildroot}%{_includedir}
rmdir %{buildroot}%{_includedir}/dclib-0.3

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING COPYING.OpenSSL INSTALL
# Neeeded?
#doc  dclib.lsm
# FC: {_libdir}/*.so.*
%{_libdir}/libdc.so.%{major}*

%files -n %{develname}
%doc HACKING NEWS README TODO
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/libdc.so
%{_libdir}/pkgconfig/%{name}.pc

%files -n %{staticname}
%{_libdir}/libdc.a






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.23-3
+ Revision: 60a66fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 841 |14cr|dcmo5-11.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Thomson MO5 emulator
Name:		dcmo5
Version:	11.2
Release:	4
License:	GPLv3+
Group:		Emulators
Url:		http://dcmo5.free.fr/
Source0:	http://dcmo5.free.fr/v11/download/%{name}v11.0.tar.gz
Source1:	http://dcmo5.free.fr/v11/download/%{name}v%{version}.tar.gz
Source2:	%{name}-32.png
Source3:	%{name}-16.png
Source4:	%{name}.rom
Patch0:		dcmo5v11.2-user_directory.patch.bz2
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_ttf)

%description
DCMO5 is an emulator for the Thomson MO5 system.

%files
%doc licence/dcmo5v11-licence.txt licence/gpl-3.0.txt licence/lgpl-3.0.txt licence/vera-copyright.txt
%{_bindir}/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/apps/%{name}/%{name}.rom

#----------------------------------------------------------------------------

%prep
%setup -q -a 1 -c %{name}-%{version}-%{release}
%patch0 -p0
sed -i s/cc/"gcc %{optflags}"/g makefile

%build
%make

%install
# binary
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 dcmo5 %{buildroot}%{_bindir}/

# icon
install -d -m 755 %{buildroot}%{_iconsdir}
install -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -d -m 755 %{buildroot}%{_liconsdir}
install -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png

# xdg menu
install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=DCMO5
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF

# rom
install -d -m 755 %{buildroot}%{_datadir}/apps/dcmo5
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/apps/dcmo5/%{name}.rom


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.2-4
+ Revision: 823ce4a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 842 |14cr|dcmtk-3.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		3
%define libname		%mklibname dcmtk %major
%define develname	%mklibname dcmtk -d

Name:		dcmtk
Version:	3.6.0
Release:	3
Summary:	DICOM libraries and applications
Group:		System/Libraries
License:	BSD and MIT
URL:		http://dicom.offis.de/dcmtk.php.en
Source0:	%{name}-%{version}.tar.gz
Patch0:		dcmtk-3.6.0-mdv-link.patch
Patch1:		dcmtk-3.6.0-suse-Added-soname-information-for-all-targets.patch
Patch2:		dcmtk-3.6.0-suse-Install-libs-in-the-correct-arch-dir.patch
Patch3:		dcmtk-3.6.0-suse-Use-system-charls.patch
Patch4:		dcmtk-3.6.0-suse-Fixed-includes-for-CharLS-1.0.patch
Patch5:		dcmtk-3.6.0-suse-Add-soname-generation-for-modules-which-are-not-in-D.patch
Patch6:		dcmtk-3.6.0-mdv-dont-build-libcharls.patch
Patch7:		dcmtk-3.6.0-upstream-gcc47.patch
BuildRequires:	cmake
BuildRequires:	zlib-devel
BuildRequires:	libpng-devel
BuildRequires:	tiff-devel
BuildRequires:	libxml2-devel
BuildRequires:	wrap-devel
BuildRequires:	CharLS-devel

%description
DCMTK is a collection of libraries and applications implementing large parts
the DICOM standard. It includes software for examining, constructing
and converting DICOM image files, handling offline media, sending and receiving
images over a network connection, as well as demonstrative image storage
and worklist servers. DCMTK is is written in a mixture of ANSI C and C++.
It comes in complete source code and is made available as "open source"
software.

DCMTK has been used at numerous DICOM demonstrations to provide central,
vendor-independent image storage and worklist servers (CTNs - Central Test
Nodes). It is used by hospitals and companies all over the world for a wide
variety of purposes ranging from being a tool for product testing to being
a building block for research projects, prototypes and commercial products.

%package -n %{libname}
Summary:	DICOM libraries
Group:		System/Libraries

%description -n %{libname}
DCMTK is a collection of libraries and applications implementing large parts
the DICOM standard. It includes software for examining, constructing
and converting DICOM image files, handling offline media, sending and receiving
images over a network connection, as well as demonstrative image storage
and worklist servers. DCMTK is is written in a mixture of ANSI C and C++.
It comes in complete source code and is made available as "open source"
software.

This package contains shared libraries.

%package -n %{develname}
Summary:	DICOM libraries development files
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{version}

%description -n %{develname}
DCMTK is a collection of libraries and applications implementing large parts
the DICOM standard. It includes software for examining, constructing
and converting DICOM image files, handling offline media, sending and receiving
images over a network connection, as well as demonstrative image storage
and worklist servers. DCMTK is is written in a mixture of ANSI C and C++.
It comes in complete source code and is made available as "open source"
software.

This package contains files required for development only.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1

%build
%cmake
make

%install
pushd build
%makeinstall_std
popd

mv %{buildroot}%{_prefix}/etc %{buildroot}/

%files
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/%{name}/*.cfg
%{_datadir}/dcmtk
%doc %{_defaultdocdir}/dcmtk/*

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_libdir}/*.so
%{_includedir}/dcmtk/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.6.0-3
+ Revision: 1196022
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 843 |14cr|dcto9p-11.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Thomson TO9+ emulator
Name:		dcto9p
Version:	11.0
Release:	4
License:	GPLv3+
Group:		Emulators
Url:		http://dcto9p.free.fr/
Source0:	http://dcto9p.free.fr/v11/download/%{name}v%{version}.tar.gz
Source1:	%{name}-32.png
Source2:	%{name}-16.png
Patch0:		dcto9pv11.0-user_directory.patch.bz2
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_ttf)

%description
DCTO9+ is an emulator for the Thomson TO9+ system.

%files
%doc licence/dcto9pv11-licence.txt licence/gpl-3.0.txt licence/lgpl-3.0.txt licence/vera-copyright.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}-%{release}
%patch0 -p0
sed -i s/cc/"gcc %{optflags}"/g makefile

%build
%make

%install
# binary
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 dcto9p %{buildroot}%{_bindir}/

# icon
install -d -m 755 %{buildroot}%{_iconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}/%{name}.png
install -d -m 755 %{buildroot}%{_liconsdir}
install -m 644 %{SOURCE2} %{buildroot}%{_liconsdir}/%{name}.png

# xdg menu
install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=DCTO9+
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.0-4
+ Revision: d6dad7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 844 |14cr|ddccontrol-0.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ddccontrol
%define version 0.4.2
%define release 4
%define dbversion 20061014
%define ddcdb	%{name}-db-%{dbversion}

%define major 0
%define libname %mklibname %{name} %major
%define libnamedev %mklibname %{name} -d

Summary: Ddccontrol control the monitor parameters
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Source1: %{ddcdb}.tar.bz2
Patch0: ddccontrol-0.4.2-fix-str-fmt.patch
License: GPL 
Group: System/Kernel and hardware 
Url: http://ddccontrol.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: pciutils-devel
BuildRequires: libxml2-devel
BuildRequires: perl(XML::Parser)
BuildRequires: gtk+2-devel

%description
DDCcontrol is a program running on Linux, used to control monitor parameters,
like brightness and contrast, by software, i.e. without using the OSD
and the buttons in front of the monitor.

%package -n %{libname}
Summary: Libddccontrol library 
Group: Development/Other
Provides: lib%{name} = %{version}

%description -n %{libname}
DDCcontrol is a program running on Linux, used to control monitor parameters,
like brightness and contrast, by software, i.e. without using the OSD
and the buttons in front of the monitor.


%package -n %{libnamedev}
Summary: Libddccontrol library headers and development libraries
Group: Development/Other
Requires: %{libname} = %{version}
Provides: lib%{name}-devel = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
Obsoletes: %{_lib}ddccontrol0-devel < %{version}-%{release}

%description -n %{libnamedev}
libddccontrol devel files


%prep
%setup -q -a 1
%patch0 -p0

%build
%configure2_5x
%make
cd %{ddcdb}
%configure2_5x --prefix=%{_prefix}/%{name}
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
cd %{ddcdb}
%makeinstall_std
chmod 755 $RPM_BUILD_ROOT/%{_bindir}/ddcpci

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/ddccontrol
%{_bindir}/ddcpci
%{_bindir}/gddccontrol
%{_datadir}/locale/*/*/*
%{_datadir}/ddccontrol-db/*
#%{_datadir}/%name
%{_datadir}/pixmaps/*
%{_datadir}/applications/*
#%{_libdir}/bonobo/servers/*
#%{_libdir}/%name
%{_mandir}/man1/*

%files -n %libname
%defattr(-,root,root)
%_libdir/*.so.*

%files -n %libnamedev
%defattr(-,root,root)
%_libdir/*.so
%_libdir/*.*a
%{_includedir}/%name




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.2-4
+ Revision: 2fe6093
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 845 |14cr|ddclient-3.8.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _initddir /etc/rc.d/init.d

Summary:	A client to update host entries on DynDNS like services
Name:		ddclient
Version:	3.8.2
Release:	2
License:	GPL
Group:		System/Configuration/Networking
URL:		http://ddclient.sourceforge.net/
Source0:	http://sourceforge.net/projects/ddclient/files/ddclient/ddclient-3.8.2/%{name}-%{version}.tar.bz2
# (fc) 3.8.0-2mdv add LSB header
Patch0:		ddclient-3.8.0-lsb.patch
Requires:	perl(IO::Socket::SSL)
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildArch:	noarch

%description
DDclient is a small full featured client requiring only Perl and no
additional modules. It runs under most UNIX OSes and has been tested
under Linux and FreeBSD. Supported features include: operating as a
daemon, manual and automatic updates, static and dynamic updates,
optimized updates for multiple addresses, MX, wildcards, abuse
avoidance, retrying failed updates, and sending update status to
syslog and through e-mail. This release may now obtain your IP address
from any interface, web based IP detection, Watchguard's SOHO router,
Netopia's R910 router, SMC's Barricade broadband router, Netgear's
RT3xx router, Linksys' broadband routers, MaxGate's UGATE-3x00
routers, ELSA's LANCOM DSL/10 routers, Cisco's 2610, 3com 3c886a 56k
Lan Modem, SOHOWare BroadGuard NBG800, almost every other router with
user configurable FW definitions (see the sample-etc_ddclient.conf)
and now provides Full support for DynDNS.org's NIC2 protocol. Support
is also included for other dynamic DNS services. Comes with sample
scripts for use with DHCP, PPP, and cron. See the README for more
information.

%prep
%setup -q
%patch0 -p1 -b .lsb

%build

%install

mkdir -p %{buildroot}{%{_sbindir},%{_sysconfdir}/%{name},%{_initddir}}
mkdir -p %{buildroot}/var/cache/ddclient

install -p ddclient %{buildroot}%{_sbindir}
install -p sample-etc_ddclient.conf %{buildroot}%{_sysconfdir}/%{name}/ddclient.conf
touch %{buildroot}%{_sysconfdir}/%{name}/ddclient.cache
install -p sample-etc_rc.d_init.d_ddclient.redhat %{buildroot}%{_initddir}/ddclient


%clean

%post
%_post_service privoxy

%preun
%_preun_service privoxy


%files
%doc sample* README* COPYRIGHT COPYING
%{_sbindir}/ddclient
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/%{name}/ddclient.conf
%config(noreplace) %ghost %{_sysconfdir}/%{name}/ddclient.cache
%{_initddir}/ddclient
%dir /var/cache/ddclient

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.8.2-2
+ Revision: c8144b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 846 |14cr|ddd-3.3.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GUI for several command-line debuggers
Name:		ddd
Version:	3.3.12
Release:	4
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source3:	debugger16.png
Source4:	debugger22.png
Patch0:		ddd-3.3.12-gcc4.3.patch
Group:		Development/Other
URL:		http://www.gnu.org/software/ddd/
License:	GPLv2
BuildRequires:	lesstif-devel
BuildRequires:	flex
BuildRequires:	readline-devel
BuildRequires:	termcap-devel
BuildRequires:	ncurses-devel
BuildRequires:	binutils-devel
BuildRequires:	chrpath
Requires:	lesstif
Requires:	gdb

%description
The Data Display Debugger (DDD) is a popular GUI for command-line
debuggers like GDB, DBX, JDB, WDB, XDB, the Perl debugger, and the
Python debugger.  DDD allows you to view source texts and provides an
interactive graphical data display, in which data structures are
displayed as graphs.  You can use your mouse to dereference pointers
or view structure contents, which are updated every time the program
stops.  DDD can debug programs written in Ada, C, C++, Chill, Fortran,
Java, Modula, Pascal, Perl, and Python.  DDD provides machine-level
debugging; hypertext source navigation and lookup; breakpoint,
watchpoint, backtrace, and history editors; array plots; undo and
redo; preferences and settings editors; program execution in the
terminal emulation window, debugging on a remote host, an on-line
manual, extensive help on the Motif user interface, and a command-line
interface with full editing, history and completion capabilities.

%prep
%setup -q
%patch0 -p0
sed -i -e "s/^Categories=Development;$/Categories=Development;Debugger;/" ddd/ddd.desktop

%build
CXXFLAGS="%{optflags} -fpermissive"
%configure2_5x
%make X_INCLUDE=""

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}{%{_bindir},%{_docdir}}
%makeinstall

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,22x22}/apps
install -m 644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/ddd.png
install -m 644 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/22x22/apps/ddd.png

# (sb) remove rpath from binary
chrpath -d %{buildroot}%{_bindir}/%{name}

# (sb) unpackaged files
rm -f %{buildroot}%{_libdir}/libiberty.a

%files
%doc README TODO TIPS NEWS AUTHORS doc/*pdf doc/html
%{_bindir}/*
%{_mandir}/*/*
%{_infodir}/%{name}.*
%{_infodir}/%{name}-*
%dir %{_datadir}/%{name}-%{version}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}-%{version}/COPYING
%{_datadir}/%{name}-%{version}/NEWS
%{_datadir}/%{name}-%{version}/ddd
%{_datadir}/%{name}-%{version}/themes
%{_datadir}/%{name}-%{version}/vsllib
%{_iconsdir}/hicolor/*/apps/ddd.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.12-4
+ Revision: 1ff4276
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 847 |14cr|ddrescue-1.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Data recovery tool
Name:		ddrescue
Version:	1.17
Release:	2
License:	GPLv3+
Group:		System/Kernel and hardware
Source0:	http://ftp.gnu.org/gnu/ddrescue/%{name}-%{version}.tar.gz
URL:		http://www.gnu.org/software/ddrescue/ddrescue.html




%description
GNU ddrescue is a data recovery tool. It copies data from one file or block 
device (hard disc, CDROM, etc) to another, trying hard to rescue data in 
case of read errors.

Ddrescue does not truncate the output file if not asked to. So, every time 
you run it on the same output file, it tries to fill in the gaps.

The basic operation of ddrescue is fully automatic. That is, you don't have 
to wait for an error, stop the program, read the log, run it in reverse mode.

If you use the log-file feature of ddrescue, the data is rescued very 
efficiently (only the needed blocks are read). Also you can interrupt the 
rescue at any time and resume it later at the same point.

Automatic merging of backups: If you have two or more damaged copies of a file,
CDROM, etc, and run ddrescue on all of them, one at a time, with the same 
output file, you will probably obtain a complete and error-free file. This is 
so because the probability of having damaged areas at the same places on 
different input files is very low. Using the log-file, only the needed blocks 
are read from the second and successive copies.

The log-file is periodically saved to disc. So in case of a crash you can 
resume the rescue with little recopying.

Also, the same log-file can be used for multiple commands that copy different 
areas of the file, and for multiple recovery attempts over different subsets.

Ddrescue aligns its I/O buffer to the sector size so that it can be used to 
read from raw devices. For efficiency reasons, also aligns it to the memory 
page size if page size is a multiple of sector size. 

%prep
%setup -q

%build
%configure2_5x
%make CXXFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
%makeinstall_std


%files
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_infodir}/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.17-2
+ Revision: 128e872
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 848 |14cr|dd-rescue-1.33-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dd-rescue
Version:	1.33
Release:	2
Summary:	Similar to dd but can copy from source with errors
Group:		System/Configuration/Hardware
License:	GPLv3
URL:		http://www.garloff.de/kurt/linux/ddrescue
Source0:	http://www.garloff.de/kurt/linux/ddrescue/dd_rescue-%{version}.tar.gz


%description
Imagine, one of your partitions is crashed, and as there are some hard errors,
you don't want to write to this hard disk any more. Just getting all the data
off it and retiring it seems to be suitable. However, you can't access the
files, as the file system is damaged. Now, you want to copy the whole
partition into a file. You burn it on CD-Rom, just to never lose it again. 

You can setup a loop device, and repair (fsck) it and hopefully are able to
mount it. Copying this partition with normal Un*x tools like cat or dd will
fail, as those tools abort on error. dd_rescue instead will try to read and if
it fails, it will go on with the next sectors. The output file naturally will
have holes in it, of course. You can write a log file, to see, where all these
errors are located.

The data rate drops very low, when errors are encountered. If you interrupt
the process of copying, you don't lose anything. You can just continue at any
position later. The output file will just be filled in further and not
truncated as with other Un*x tools. If you have one spot of bad sectors within
the partition, it might be a good idea, to approach this spot from both sides.
Reverse direction copy is your friend.

The two block sizes are a performance optimization. Large block sizes result in
superior performance, but in case of errors, you want to try to salvage every
single sector. So hardbs is best be set to the hardware sector size (most often
512 bytes) and softbs to a large value, such as the default 16k.


%prep
%setup -q -n dd_rescue

%build

%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 dd_rescue %{buildroot}%{_bindir}/%{name}

%files
%doc COPYING README.dd_rescue
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.33-2
+ Revision: 788d5af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 849 |14cr|dd_rhelp-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	dd_rhelp
%define version	0.3.0
%define release	2

Summary:	A hard disk rescue helper
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://www.kalysto.org/pkg/%{name}-%{version}.tar.gz
License:	GPLv2
Group:		System/Kernel and hardware
Url:		http://www.kalysto.org/utilities/dd_rhelp/index.en.html
BuildArch:	noarch
Requires:	dd_rescue

%description
dd_rhelp is a bash script that handles a very useful program written
in C by Kurt Garloff which is called dd_rescue, it roughly act as the
dd Linux command with the characteristic to NOT stop when it falls on
read/write errors.

%prep
%setup -q
perl -pi -e "s|59 Temple Place, Suite 330, Boston, MA  02111-1307  USA|51 Franklin Street, Fifth Floor, Boston, MA 02110-1301|" COPYING
perl -pi -e "s|Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307|Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301|" dd_rhelp

%build

%install
install -D -m 755 %{name} %{buildroot}%{_bindir}/%{name}

%files
%doc ChangeLog FAQ NEWS README THANKS TODO COPYING
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: 993cd9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 850 |14cr|deadbeef-plugin-mpris-2.1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoprov 'mpris\\.so(.*)'
%endif

Summary:	MPRIS support plugin for DeaDBeeF
Name:		deadbeef-plugin-mpris
Version:	2.1.5
Release:	3
License:	GPLv3+
Group:		Sound
Url:		https://github.com/kernelhcy/DeaDBeeF-MPRIS-plugin
# Snapshot from git, version from configure.ac
Source0:	deadbeef-mpris-plugin-%{version}.tar.bz2
Patch0:		deadbeef-plugin-mpris-2.1.5-fix-crash.patch
BuildRequires:	deadbeef-devel
BuildRequires:	pkgconfig(glib-2.0)
Requires:	deadbeef

%description
MPRIS support plugin for DeaDBeeF.

%files
%doc README COPYING
%{_libdir}/deadbeef/mpris.so*

#----------------------------------------------------------------------------

%prep
%setup -qn deadbeef-mpris-plugin-%{version}
%patch0 -p1

sed s,"/lib/","/%{_lib}/",g -i configure.ac

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.5-3
+ Revision: d291448
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 851 |14cr|deadwood-3.2.02-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package %{nil}

Summary:	A fully recursive caching DNS resolver
Name:		deadwood
Version:	3.2.02
Release:	4
License:	BSD
Group:		System/Servers
URL:		http://www.maradns.org
Source0:	http://www.maradns.org/%{name}/stable/%{name}-%{version}.tar.bz2
Source1:	deadwood.service
Source2:	deadwood.tmpfiles.d
Requires(post,preun):	rpm-helper

%description
Deadwood is a fully recursive DNS cache. This is a DNS server with the 
following features:
 * Full support for both DNS recursion and DNS forwarding caching
 * Small size and memory footprint suitable for embedded systems
 * Simple and clean codebase
 * Secure design
 * Spoof protection: Strong cryptography used to determine the
 Query ID and source port
 * Ability to read and write the cache to a file
 * Dynamic cache that deletes entries not recently used
 * Ability to use expired entries in the cache when it is
 impossible to contact upstream DNS servers.
 * Both DNS-over-UDP and DNS-over-TCP are handled by the same daemon
 * Built-in dnswall functionality

%prep
%setup -q

%build
export FLAGS="%{optflags} -DIPV6"
cd src
%make
cd ../tools
%make

%install
mkdir -p %{buildroot}%{_sbindir}
install src/Deadwood %{buildroot}%{_sbindir}/deadwood
install tools/duende %{buildroot}%{_sbindir}/duende
mkdir -p %{buildroot}%{_mandir}/man1
install doc/*.1 %{buildroot}%{_mandir}/man1/
mkdir -p %{buildroot}%{_sysconfdir}/maradns/logger
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mkdir -p %{buildroot}%{_unitdir}
install %{SOURCE1} %{buildroot}%{_unitdir}/deadwood.service
install doc/dwood3rc %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}%{_logdir}/%{name}

install -p -D -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf
%pre
%_pre_useradd %{name} /etc/%{name} /bin/false
%_pre_groupadd %{name} %{name}

%post
%tmpfiles_create
%systemd_post %{name}.service
cat << EOF
Please update the maradns_uid and maradns_gid otions in %{_sysconfdir}/dwood3c (line `%__grep -n '^maradns_uid' %{_sysconfdir}/dwood3rc | %__sed 's/:.*$//'`)
to the valid deadwood uid (`%__grep '^deadwood:' /etc/passwd | %__awk -F ':' '{print $3}'`) and gid (`%__grep '^deadwood:' /etc/passwd | %__awk -F ':' '{print $4}'`)

%preun
%systemd_preun %{name}.service

%postun
%_postun_userdel %{name}
%_postun_groupdel %{name}
%systemd_postun_with_restart %{name}.service

%files
%doc doc/*
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/maradns/logger
%attr(750,root,root) %{_unitdir}/%{name}*
%config(noreplace) %{_sysconfdir}/dwood3rc
%{_sbindir}/deadwood
%{_sbindir}/duende
%{_mandir}/man1/*
%{_tmpfilesdir}/*
%dir %{_logdir}/%{name}

%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.02-4
+ Revision: 3fe6ff5
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 852 |14cr|debmirror-2.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	debmirror
%define version 2.14
%define release 3

Name:		%{name}
Version:	%{version}
Release:	%{release}
Epoch:      1
Summary:	Debian partial mirror script, with ftp and package pool support
License:	GPLv2
Group:		Development/Other
Url:		http://packages.debian.org/unstable/net/debmirror
Source:		http://ftp.debian.org/debian/pool/main/d/debmirror/%{name}_%{version}.tar.gz
Patch0:     %{name}.disableipv6.patch
Buildarch:  noarch

%description
This program downloads and maintains a partial local Debian mirror. It can
mirror any combination of architectures, distributions and sections. Files are
transferred by ftp, http, hftp or rsync, and package pools are fully supported.
It also does locking and updates trace files.

%prep
%setup -q -n %{name}
%patch0 -p0
%build

%install
install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dp -m 0644 examples/%{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf

# generate a man page
install -d %{buildroot}%{_mandir}/man1
pod2man %{name} %{buildroot}%{_mandir}/man1/%{name}.1



%files 
%doc doc/* debian/NEWS debian/copyright debian/changelog examples
%config(noreplace) %{_sysconfdir}/debmirror.conf
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.14-3
+ Revision: de555a1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 853 |14cr|decibel-audio-player-1.08-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	decibel-audio-player
%define	version 1.08
%define rel	1
%define	release	%rel

Name:		%{name}
Summary:	A clean and user-friendly audio player
Version:	%{version} 
Release:	%{release} 
Source0:	http://decibel.silent-blade.org/uploads/Main/%{name}-%{version}.tar.gz
Source1:	decibel-audio-player
Source2:	decibel-audio-player-remote
URL:		http://decibel.silent-blade.org/
Group:		Sound
License:	GPLv2+
Requires:	pygtk2.0 
Requires:	gstreamer0.10-python 
Requires:	pygtk2.0-libglade
Requires:	gstreamer0.10-plugins-good 
Requires:	gstreamer0.10-plugins-base 
Requires:	gstreamer0.10-plugins-ugly 
Requires:	python-pyxml
Requires:	mutagen
Requires:	python-notify
Requires:	python-imaging
Requires:	zeitgeist
Requires:	python-CDDB

BuildArch:	noarch

%description
Decibel is a GTK+ audio player designed for GNU/Linux, which aims at
being very straightforward to use by means of a very clean and user
friendly interface. Decibel is especially targeted at Gnome and will
follow the Gnome HIG as closely as possible.

It does not include features that generally have had better support
in specialized software, e.g. tagging.

%prep
%setup -q -n %{name}-%{version}
# fix paths in make
perl -pi -e "s|/usr/local|/usr|"  Makefile
perl -pi -e "s|share/pixmaps|share/icons|"  Makefile

%build

%install
%makeinstall_std

# replace wrappers
rm -rf %{buildroot}%{_bindir}/*
install -m755 {%SOURCE1,%SOURCE2} %{buildroot}%{_bindir}/
# fix permits
chmod a+x %{buildroot}%{_datadir}/%{name}/src/decibel-audio-player.py
%find_lang %name


%files -f %name.lang
%doc doc/{ChangeLog,decibel-audio-player.1,decibel-audio-player-remote.1,LICENCE}
%{_bindir}/*
%{_datadir}/%name/
%{_datadir}/applications/*
%{_iconsdir}/*
%{_mandir}/*/*




%changelog
* Wed May 15 2013 symbianflo <symbianflo@mandrivausers.ro> 1.08-1
+ Revision: 42564fa
- LOG update to 1.08



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 854 |14cr|declarative-plasmoids-4.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    declarative-plasmoids
Summary: Declarative plasmoids for the plasma desktop and mobile
Version: 4.10
Release: 2
Group:   Graphical desktop/KDE
License: LGPLv2
URL:     http://www.kde.org/
Source:  ftp://ftp.kde.org/pub/kde/stable/active/1.0/src/%{name}-%version.tar.xz
BuildRequires: kdelibs4-devel
BuildArch: noarch


%description
Declarative plasmoids for the plasma desktop and mobile

%files
%doc COPYING.LIB
# dictionary
%_kde_appsdir/plasma/plasmoids/org.kde.dictionary-qml
%_kde_datadir/kde4/services/plasma-applet-dictionary-qml.desktop
# knowledgebase
%_kde_appsdir/plasma/plasmoids/org.kde.knowledgebase
%_kde_datadir/kde4/services/plasma-applet-knowledgebase-qml.desktop
# microblog
%_kde_datadir/applications/kde4/active-microblog.desktop
%_kde_appsdir/plasma/plasmoids/org.kde.microblog-qml
%_kde_datadir/kde4/services/plasma-applet-microblog-qml.desktop
# news
%_kde_appsdir/plasma/plasmoids/org.kde.news-qml
%_kde_datadir/kde4/services/plasma-applet-news-qml.desktop
%_kde_datadir/applications/kde4/active-news-reader.desktop
%_kde_datadir/icons/hicolor/*/apps/active-news.png
%_kde_datadir/icons/hicolor/scalable/apps/active-news.svgz
# rssnow
%_kde_appsdir/plasma/plasmoids/org.kde.rssnow-qml
%_kde_datadir/kde4/services/plasma-applet-rssnow-qml.desktop
# social-news
%_kde_datadir/kde4/services/plasma-applet-social-news-qml.desktop
%_kde_appsdir/plasma/plasmoids/org.kde.social-news-qml

#----------------------------------------------------------------------

%prep
%setup -q 

%build
%cmake_kde4
	
%make

%install
%makeinstall_std -C build

perl -pi -e "s|identi.ca,twitter|identi.ca,twitter;|"  %{buildroot}%{_datadir}/applications/kde4/active-microblog.desktop
perl -pi -e "s|xxidenti.ca,twitter;xx|xxidenti.ca,twitter;xx;|"  %{buildroot}%{_datadir}/applications/kde4/active-microblog.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.10-2
+ Revision: 86c7537
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 855 |14cr|dee-1.0.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 4
%define api 1.0
%define libname %mklibname dee %{api} %{lib_major}
%define gi_name %mklibname dee-gir %{api}
%define libnamedev %mklibname -d dee

Name: dee
Summary: Model to synchronize mutiple instances over DBus
Version: 1.0.14
Release: 3
License: LGPLv2+
Group: System/Libraries
Source0: http://launchpad.net/dee/1.0/%{version}/+download/dee-%{version}.tar.gz
URL: https://launchpad.net/dee
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glib-2.0) >= 2.26
BuildRequires: pkgconfig(gthread-2.0) >= 2.26
BuildRequires: pkgconfig(gobject-2.0) >= 2.26
BuildRequires: pkgconfig(gio-2.0) >= 2.26
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.26
BuildRequires: gobject-introspection-devel
BuildRequires: vala-tools
BuildRequires: vala-devel
BuildRequires: icu-devel


%description
Libdee is a library that uses DBus to provide objects allowing you to create
Model-View-Controller type programs across DBus. It also consists of utility
objects which extend DBus allowing for peer-to-peer discoverability of known
objects without needing a central registrar.

%package -n %{libname}
Summary: Model to synchronize mutiple instances over DBus - Shared lib
Group: System/Libraries

%description -n %{libname}
Libdee is a library that uses DBus to provide objects allowing you to create
Model-View-Controller type programs across DBus. It also consists of utility
objects which extend DBus allowing for peer-to-peer discoverability of known
objects without needing a central registrar.

%package -n %{gi_name}
Summary: GObject Introspection interface library for %{name}
Group: System/Libraries
Requires: %{libname} = %{version}-%{release}

%description -n %{gi_name}
GObject Introspection interface library for %{name}.

%package -n %{libnamedev}
Summary: Libraries and include files for developing with libdee
Group: Development/C
Requires: %{libname} = %{version}
Provides: %{name}-devel = %{version}-%{release}

%description -n %{libnamedev}
This package contains files that are needed to build applications.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.la

%files
%doc ChangeLog README TODO COPYING COPYING.GPL
%{_bindir}/dee-tool
%{python_sitearch}/gi/overrides/Dee.*

%files -n %{libname}
%doc ChangeLog README TODO COPYING COPYING.GPL
%{_libdir}/libdee-%{api}.so.%{lib_major}*

%files -n %{gi_name}
%doc ChangeLog README TODO COPYING COPYING.GPL
%{_libdir}/girepository-1.0/Dee-%{api}.typelib

%files -n %{libnamedev}
%doc ChangeLog README TODO COPYING COPYING.GPL
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/gtk-doc/html/dee-*
%{_datadir}/gir-1.0/*.gir
%{_datadir}/vala/vapi/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.14-3
+ Revision: dd1adee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 856 |14cr|defendguin-0.0.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	defendguin
%define version	0.0.12
%define release	4
%define	Summary	A Defender Clone

Summary:	%{Summary}
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	ftp://ftp.tuxpaint.org/unix/x/defendguin/src/%{name}-%{version}.tar.gz
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
License:	GPLv2 
Url:		http://newbreedsoftware.com/defendguin
Group:		Games/Arcade 
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
Patch0:		%{name}-0.0.11-fix-CFLAGS.patch

%description
Defendguin is going to be a clone of the arcade game "Defender," but with a
Linux theme. Your mission is to defend little penguinoids from being captured
and mutated by... well, you know who.

%prep
%setup -q
%patch0 -p1

%build
%make CFLAGS="%{optflags}" PREFIX=%{_prefix} BIN_PREFIX=%{_gamesbindir} DATA_PREFIX=%{_gamesdatadir}/%{name}/

%install
rm -rf %{buildroot}
install -d %{buildroot}{%{_gamesbindir},%{_mandir}/man6}
%make install PREFIX=%{buildroot}%{_prefix} BIN_PREFIX=%{buildroot}%{_gamesbindir} \
DATA_PREFIX=%{buildroot}%{_gamesdatadir}/%{name}/ MAN_PREFIX=%{buildroot}%{_datadir}


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Defendguin
Comment=%{Summary}
Exec=%_gamesbindir/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus} 
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc docs/*
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_mandir}/*/*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.12-4
+ Revision: 291a922
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 857 |14cr|deflate-stats-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Apache mod_deflate logfile analyzer
Name:		deflate-stats
Version:	1.0
Release:	6
License:	BSD-like
Group:		Monitoring
URL:		http://prefetch.net/code/deflate-stats.html
Source0:	http://prefetch.net/code/deflate-stats.pl.bz2
Requires:	apache-mod_deflate
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
deflate-stats.pl is a Perl script that summarizes mod_deflate log data, and
provides detailed reports that include the amount of bandwidth saved, bytes not
sent, number of requestes deflated, and compresion ratios per URI.

%prep

%setup -q -c -T
bzcat %{SOURCE0} > %{name}

%build

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 %{name} %{buildroot}%{_bindir}/%{name}

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-6
+ Revision: cff8987
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 858 |14cr|dekagen-1.0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name dekagen
%define version 1.0.2
%define release 7

Summary:   Rips and encodes CD's
Name:      %{name}
Version:   %{version}
Release:   %{release}
Source:    %{name}-%{version}.tar.bz2
License:   GPLv2+
Group:     Sound
# looks like is a dead end , maybe abbandon 
URL:       http://userpage.fu-berlin.de/~mbayer/tools/dekagen.html
Obsoletes: ripenc
Provides:  ripenc
Buildarch: noarch
BuildRequires: dos2unix

%description
The dekagen bourne shell script, formerly known as ripenc, is an interactive 
command line tool, that automates the whole process of ripping data from 
music compact discs (CD), the naming of the files, their converting 
into MP3 or Ogg-Vorbis format and the labelling of the MP3 files 
with an ID3 tag.

%prep
%setup 
#fix CRLF in CHANGES
cp --preserve CHANGES CHANGES.msdos
dos2unix  CHANGES
#fix utf8 encoding
iconv -f latin1 -t utf8 README > README 

%build

%install
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1

cp dekagen ${RPM_BUILD_ROOT}%{_bindir}
gunzip dekagen.1.gz
cp dekagen.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/


%files
%doc COPYING CHANGES INSTALL CREDITS README
%_bindir/*
%_mandir/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-7
+ Revision: 0ec3e37
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 859 |14cr|delaboratory-0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		delaboratory
Version:	0.8
Release:	3
Summary:	Free Software color correction utility
License:	GPLv3+
Group:		Graphics
Url:		https://code.google.com/p/delaboratory/
Source0:	https://delaboratory.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		delaboratory-0.8-mdv-makefile.patch
Requires:	dcraw
BuildRequires:	tiff-devel
BuildRequires:	wxgtku-devel
BuildRequires:	libxml2-devel


%description
Delaboratory is a Free Software color correction utility, it allows you
to modify color/contrast of your photo in a creative way - by performing
non-destructive operations in different colorspaces (RGB/BW, XYZ/LAB/LCH,
CMY/CMYK, HSL/HSV) with floating-point precision per channel.

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
CXXFLAGS_WX="%{optflags}" ; export CXXFLAGS_WX ;
make DEBUG=YES

%install
install -D -m0755 delaboratory "%{buildroot}%{_bindir}/delaboratory"
install -d -m0755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}/%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Terminal=false
TryExec=delaboratory
Exec=delaboratory
Type=Application
Categories=Graphics;Photography;GTK;
StartupNotify=false
Name=Delaboratory
GenericName=Color correction utility
EOF

%files
%defattr(-,root,root)
%doc README
%{_bindir}/delaboratory
%{_datadir}/applications/%{name}.desktop





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-3
+ Revision: ff89c14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 860 |14cr|dell-bmcflash-1.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A firmware-tools plugin to handle flash of Dell BMC
Name:		dell-bmcflash
Version:	1.5.0
Release:	4
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://linux.dell.com/libsmbios/download/
Source0:	http://linux.dell.com/libsmbios/download/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(python)
Requires:	firmware-tools
Requires:	firmware-addon-dell
# Dell only sells Intel-compat systems, so this package doesnt make much sense
# on, eg. PPC. Also, we rely on libsmbios, which is only avail on Intel-compat
ExclusiveArch:	x86_64 %{ix86}

%description
The dell-bmcflash package provides plugins to firmware-tools which enable
inventory and firmware updates for Dell Baseboard Management Controllers (BMC)

%files
%doc COPYING-GPL COPYING-OSL README
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/firmware/firmware.d/*.conf
%{python_sitelib}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
python setup.py build

%install
mkdir -p %{buildroot}/%{_datadir}/firmware/dell/bmc
python setup.py install -O1 --skip-build --root %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-4
+ Revision: 033c678
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 861 |14cr|dell-dup-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	dell-dup
%define version	1.1.3
%define rel	2

Name:           %{name}
Version:        %{version}
Release:        %mkrel %{rel}
Summary:        A firmware-tools plugin to handle converting Dell DUPs to FT format
Group:          System/Configuration/Hardware
License:        GPLv2+ and OSL
URL:            http://linux.dell.com/libsmbios/download/
Source0:        http://linux.dell.com/libsmbios/download/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:  pkgconfig(python)
BuildRequires:	firmware-tools
BuildRequires:	firmware-addon-dell
Provides:	dell-bmcflash
Provides:	dell-lsiflash
Obsoletes:	dell-bmcflash <= 1.5.0
Obsoletes:	dell-lsiflash <= 2.0.6

%description
This firmware-tools plugin will extract Dell DUPs into Firmware-Tools format.

%prep
%setup -q

%build
%configure2_5x
%make

%check
%make check

%install
%makeinstall_std

%files
%doc COPYING-* README AUTHORS
%{python_sitelib}/dell_dup
%config(noreplace) %{_sysconfdir}/firmware/firmware.d/%{name}.conf
%{_datadir}/firmware-tools/*

%changelog
* Fri Nov 30 2012 Alexander Khryukin <alexander@mezon.ru> 1.1.3-2
+ Revision: c576141
- contrib repairing



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 862 |14cr|deluge-1.3.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Use system or static libtorrent(-rasterbar)?
%define sys_libtorrent	1
%define _enable_debug_packages %nil
%define debug_package %nil

Summary:	Full-featured GTK+ Bittorrent client
Name:		deluge
Version:	1.3.6
Release:	2
License:	GPLv3+ with exceptions
Group:		Networking/File transfer
Url:		http://deluge-torrent.org/
Source0:	http://download.deluge-torrent.org/source/%{name}-%{version}.tar.bz2
# (Debian) add patch to disable checking for updates by default
Patch0:		new_release_check.patch
Patch1:		deluge-1.1.8-use-multithreaded-boost.patch
BuildRequires:	desktop-file-utils
BuildRequires:	python-devel
BuildRequires:	boost-devel
BuildRequires:	zlib-devel
BuildRequires:	openssl-devel
BuildRequires:	imagemagick
BuildRequires:	python-setuptools
BuildRequires:	intltool
%if %{sys_libtorrent}
BuildRequires:	python-libtorrent-rasterbar >= 0.14.9
%endif
Requires:	librsvg2
Requires:	pyxdg
Requires:	pygtk2.0-libglade
Requires:	gnome-python-gnomevfs
Requires:	python-twisted-web
Requires:	python-simplejson
Requires:	python-notify
Requires:	python-OpenSSL
Requires:	python-chardet
Requires:	python-pkg-resources
%if %{sys_libtorrent}
Requires:	python-libtorrent-rasterbar >= 0.14.9
BuildArch:	noarch
%endif

%description
Deluge is a Bittorrent client. Deluge is intended to bring a native,
full-featured client to Linux GTK+ desktop environments such as GNOME
and XFCE.

%prep
%setup -q

%patch0 -p1 -b .update
%patch1 -p1 -b .mt

%build
%ifarch x86_64 sparc64
	CFLAGS="%{optflags} -DAMD64" python setup.py build
%else
	CFLAGS="%{optflags}" python setup.py build
%endif

%install
python ./setup.py install -O1 --skip-build --root=%{buildroot}

perl -pi -e 's,%{name}.png,%{name},g' %{buildroot}%{_datadir}/applications/%{name}.desktop
mv %{buildroot}%{_iconsdir}/scalable %{buildroot}%{_iconsdir}/hicolor/

%files
%doc ChangeLog
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%if %{sys_libtorrent}
%{py_puresitedir}/*
%else
%{py_platsitedir}/*
%endif
%{_datadir}/pixmaps/%{name}.*
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}*.1.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.6-2
+ Revision: b79d20c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 863 |14cr|demoroniser-20030916-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name    demoroniser	
%define	version 20030916 
%define release	5

Summary:	Corrects incompatible HTML generated by Microsoft applications
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:        Public Domain	
Group:		Text tools
URL:	        http://www.fourmilab.ch/webtools/demoroniser/	
Source0:        http://www.fourmilab.ch/webtools/demoroniser/%{name}.zip
Patch0:		%{name}-perl-path.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
Requires:       perl
BuildArch:	noarch

%description
Corrects moronic and gratuitously incompatible HTML generated by 
Microsoft applications.  Also can be useful on just text to get rid of
the "smart quotes" Microsoft applications like to use.

%prep
rm -rf %{buildroot}
%setup -q -c -n %{name}-%{version}
%patch0

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m 0755 demoroniser.pl %{buildroot}%{_bindir}/demoroniser
install -m 0644 demoroniser.1 %{buildroot}%{_mandir}/man1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc demoroniser.man 
%{_bindir}/demoroniser
%{_mandir}/man1/demoroniser.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20030916-5
+ Revision: d653d65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 864 |14cr|denemo-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
Summary:	WYSIWYG musical score editor and frontend for Lilypond
Name:		denemo
Version:	1.0.2
Release:	2
License:	GPLv2+
Group:		Sound
URL:		http://www.denemo.org/HomePage
Source0:	http://ftp.gnu.org/gnu/denemo/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(aubio)
BuildRequires:	pkgconfig(evince-view-3.0)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtksourceview-3.0)
BuildRequires:	pkgconfig(guile-1.8)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	portmidi-devel
BuildRequires:	desktop-file-utils
Requires:	fluidsynth
Requires:	lilypond
Requires:	playmidi
Requires:	TiMidity++

%description
Denemo is the GNU graphical musical score editor, and serves as a frontend
to Lilypond. Besides lilypond, it can also export music into ABC format.
as well as handling Csound score files playback and MIDI playback.

%prep
%setup -q
# fix debug linting
chmod a-x src/portmidiutil.h
chmod a-x src/portmidiutil.c



%build
%configure2_5x --disable-static --with-included-smf 
perl -pi -e "s|-lporttime||" src/Makefile
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GTK" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*




%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README*
%{_bindir}/%{name}
%{_bindir}/denemo_file_update.sh
%config(noreplace) %{_sysconfdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/fonts/truetype/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-2
+ Revision: e52b24c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 865 |14cr|denyhosts-2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       denyhosts
Version:    2.6
Release:    3
Summary:    A script to help thwart ssh server attacks

Group:      Networking/Other
License:    GPLv2
URL:        http://denyhosts.sourceforge.net/
Source0:    http://dl.sourceforge.net/denyhosts/DenyHosts-%{version}.tar.gz
Source1:    denyhosts.cron
Source2:    denyhosts.init
Source3:    denyhosts-allowed-hosts
Source4:    denyhosts.sysconfig
Source5:    denyhosts.logrotate
Source6:    README.fedora
Patch0:     denyhosts-2.6-config.patch
Patch1:     denyhosts-2.4-setup.patch
Patch2:     denyhosts-2.6-daemon-control.patch
# Patch10 is a security fix
Patch10:    denyhosts-2.6-regex.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:  noarch
BuildRequires:  python-devel
Requires:       openssh-server
Requires(post): rpm-helper
Requires(preun): rpm-helper

%description
DenyHosts is a Python script that analyzes the sshd server log
messages to determine which hosts are attempting to hack into your
system. It also determines what user accounts are being targeted. It
keeps track of the frequency of attempts from each host and, upon
discovering a repeated attack host, updates the /etc/hosts.deny file
to prevent future break-in attempts from that host.  Email reports can
be sent to a system admin.


%prep
%setup -q -n DenyHosts-%{version}
%patch0 -p0 -b .config
%patch1 -p0 -b .setup
%patch2 -p0 -b .daemon-control
%patch10 -p1 -b .regex

cp %{SOURCE6} .

# Fix up non-utf8-ness
for i in CHANGELOG.txt; do
  iconv -f iso-8859-1 -t utf-8 < $i > $i. && touch -r $i $i. && mv -f $i. $i
done

# This must be moved before the Python build process runs so that we
# can include it as documentation.
mv plugins/README.contrib .

# And the permissions are off as well
chmod +x plugins/*


%build
python setup.py build


%install
rm -rf %{buildroot}

python setup.py install -O1 --skip-build --root=%{buildroot}

install -d %{buildroot}/%{_bindir}
install -d %{buildroot}/%{_initrddir}
install -d %{buildroot}/%{_sysconfdir}/cron.d
install -d %{buildroot}/%{_sysconfdir}/logrotate.d
install -d %{buildroot}/%{_sysconfdir}/sysconfig

install -d -m 700 %{buildroot}/%{_localstatedir}/lib/denyhosts
install -d %{buildroot}/%{_localstatedir}/log

install -p -m 600 denyhosts.cfg-dist %{buildroot}/%{_sysconfdir}/denyhosts.conf
install -p -m 755 daemon-control-dist %{buildroot}/%{_bindir}/denyhosts-control
install -p -m 644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/cron.d/denyhosts
install -p -m 755 %{SOURCE2} %{buildroot}/%{_initrddir}/denyhosts
install -p -m 644 %{SOURCE3} %{buildroot}/%{_localstatedir}/lib/denyhosts/allowed-hosts
install -p -m 644 %{SOURCE4} %{buildroot}/%{_sysconfdir}/sysconfig/denyhosts
install -p -m 644 %{SOURCE5} %{buildroot}/%{_sysconfdir}/logrotate.d/denyhosts

touch %{buildroot}/%{_localstatedir}/log/denyhosts

for i in allowed-warned-hosts hosts hosts-restricted hosts-root \
         hosts-valid offset suspicious-logins sync-hosts \
         users-hosts users-invalid users-valid; do
  touch %{buildroot}/%{_localstatedir}/lib/denyhosts/$i
done

%clean
rm -rf %{buildroot}


%preun
%_preun_service %name

%post
# Note that we do not automaticaly run --migrate, because we can't be
# sure that all of the hosts.deny entries were created by denyhosts
%_post_service %name

touch %{_localstatedir}/log/denyhosts
touch %{_localstatedir}/lib/denyhosts/allowed-warned-hosts
touch %{_localstatedir}/lib/denyhosts/hosts
touch %{_localstatedir}/lib/denyhosts/hosts-restricted
touch %{_localstatedir}/lib/denyhosts/hosts-root
touch %{_localstatedir}/lib/denyhosts/hosts-valid
touch %{_localstatedir}/lib/denyhosts/offset
touch %{_localstatedir}/lib/denyhosts/suspicious-logins
touch %{_localstatedir}/lib/denyhosts/sync-hosts
touch %{_localstatedir}/lib/denyhosts/users-hosts
touch %{_localstatedir}/lib/denyhosts/users-invalid
touch %{_localstatedir}/lib/denyhosts/users-valid

%postun
if [ $1 -ge 1 ] ; then
  service %name condrestart >/dev/null 2>&1
fi


%files
%defattr(-,root,root,-)
%doc CHANGELOG.txt denyhosts.cfg-dist LICENSE.txt
%doc README.fedora README.txt setup.py README.contrib

%{_bindir}/denyhosts.py
%{_bindir}/denyhosts-control
%{_datadir}/denyhosts
%{py_puresitedir}/*

%config(noreplace) %{_sysconfdir}/denyhosts.conf
%config(noreplace) %{_sysconfdir}/cron.d/denyhosts
%config(noreplace) %{_sysconfdir}/logrotate.d/denyhosts
%config(noreplace) %{_sysconfdir}/sysconfig/denyhosts
%config(noreplace) %{_localstatedir}/lib/denyhosts/allowed-hosts

%ghost %{_localstatedir}/log/denyhosts
%ghost %{_localstatedir}/lib/denyhosts/allowed-warned-hosts
%ghost %{_localstatedir}/lib/denyhosts/hosts
%ghost %{_localstatedir}/lib/denyhosts/hosts-restricted
%ghost %{_localstatedir}/lib/denyhosts/hosts-root
%ghost %{_localstatedir}/lib/denyhosts/hosts-valid
%ghost %{_localstatedir}/lib/denyhosts/offset
%ghost %{_localstatedir}/lib/denyhosts/suspicious-logins
%ghost %{_localstatedir}/lib/denyhosts/sync-hosts
%ghost %{_localstatedir}/lib/denyhosts/users-hosts
%ghost %{_localstatedir}/lib/denyhosts/users-invalid
%ghost %{_localstatedir}/lib/denyhosts/users-valid

%dir %{_localstatedir}/lib/denyhosts

%{_initrddir}/denyhosts





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6-3
+ Revision: 006fc10
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 866 |14cr|deskolo-0.23-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		deskolo
Version:	0.23
Release:	5
License:	GPLv2
Summary:	Deskolo energy consumption monitoring utilities
Url:        http://www.deskolo.com
Source:		deskolo-%{version}.tar.bz2
Group:		Monitoring
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: python-devel
Requires: wattsup
Requires: python-dbus
Requires: python-lxml
Requires: cpupower
Requires: powertop
Suggests: collectd
Suggests: rrdtool
Suggests: xdg-utils
Suggests: xdpyinfo

%description
Deskolo aims at monitoring and controlling the energy consumption of 
computers in a corporate network.

%prep
%setup -q

%build

%install
%{__rm} -rf %buildroot
%{__mkdir_p} %buildroot/%{_bindir}
%{__make} DESTDIR=%buildroot%{_bindir} install
python setup.py install --root=%{buildroot}




%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/deskolo.cfg
%{python_sitelib}/%{name}
%{python_sitelib}/%{name}-%{version}-py%{py_ver}.egg-info
%{_bindir}/deskolo
%{_bindir}/xlib-dpms




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23-5
+ Revision: 049b801
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 867 |14cr|desktopcouch-1.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:       Integration of CouchDB storage into desktop applications	
Name:          desktopcouch
Version:       1.0.8
Release:       2
License:       LGPLv3
Group:         Databases
URL:           https://launchpad.net/desktopcouch	
Source0:       http://launchpad.net/desktopcouch/trunk/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires: python 
BuildRequires: python-setuptools
BuildRequires: python-distutils-extra
BuildRequires: python-twisted-core
BuildRequires: pkgconfig(pygobject-2.0)
BuildRequires: pkgconfig(dbus-python)
BuildRequires: intltool 
BuildRequires: pyxdg
BuildRequires: pkgconfig(pygtk-2.0)
BuildRequires: python-couchdb
BuildRequires: gnome-python-gnomekeyring
BuildRequires: python-simplejson
BuildRequires: avahi-python
BuildRequires: python-oauth

Requires:      couchdb-bin
Requires:      python-couchdb
Requires:      python-oauth
Requires:      python

BuildArch:     noarch

%description
Integration of CouchDB storage into desktop applications, for automatic 
replication and synchronization of data between computers.

%package tools
Requires:   pygtk2.0
Group:      Databases
Summary: Desktopcouch tools 
%description tools
This package contains graphical tools for desktopcouch, to pair two computers.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root $RPM_BUILD_ROOT

rm -Rf $RPM_BUILD_ROOT/%{_datadir}/apport/
rm -Rf $RPM_BUILD_ROOT/%{_docdir}/

%files
%config(noreplace) %{_sysconfdir}/xdg/desktop-couch/compulsory-auth.ini
%config(noreplace) %{_sysconfdir}/xdg/desktop-couch/default.ini
%dir %{_sysconfdir}/xdg/desktop-couch
%{_datadir}/dbus-1/services/org.desktopcouch.CouchDB.service
%{py_puresitedir}/%{name}/
%{py_puresitedir}/*.egg-info
%{_prefix}/lib/%{name}/
%{_datadir}/%{name}/

%files tools
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/applications/*.desktop





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-2
+ Revision: 342ee25
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 868 |14cr|desktop-data-model-1.2.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define api   1
%define major 0
%define libname %mklibname ddm %{api}_%major
%define develname %mklibname -d ddm %api

Name:           desktop-data-model
Version:        1.2.5
Release:        7
Summary:        Engine providing live updates of online data to the desktop

Group:          Graphical desktop/GNOME
License:        LGPLv2+
URL:            http://live.gnome.org/OnlineDesktop
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%name/%name-%{version}.tar.bz2
Patch:		desktop-data-model-1.2.5-fix-format-strings.patch

BuildRequires:  pkgconfig(gdk-2.0) >= 2.6
BuildRequires:  pkgconfig(loudmouth-1.0) >= 1.0.3-3
BuildRequires:  pkgconfig(dbus-glib-1) >= 0.61 
BuildRequires:  pkgconfig(gnome-desktop-2.0) >= 2.10.0
BuildRequires:  pkgconfig(gnome-vfs-2.0)
BuildRequires:  pkgconfig(sqlite3) >= 3.0.0
BuildRequires:  pkgconfig(xscrnsaver)
Conflicts: mugshot < 1.2.1-1mdv

%description
desktop-data-model provides an engine and client library that allow
desktop applications to retrieve data from the online.gnome.org server
and elsewhere and get updates when the data changes. This allows
creating applications that provide a live display of information
from the Internet.

%package -n %{libname}
Group: System/Libraries
Summary: Engine providing live updates of online data to the desktop
Requires: %name >= %version

%description -n %libname
desktop-data-model provides an engine and client library that allow
desktop applications to retrieve data from the online.gnome.org server
and elsewhere and get updates when the data changes. This allows
creating applications that provide a live display of information
from the Internet.

%package -n %develname
Summary: Development headers for Online Desktop Data Model
Group: Development/C
Requires: %libname = %{version}-%{release}
Provides: %name-devel = %{version}-%{release}
Provides: libddn-devel = %version-%release

%description -n %develname
This package contains libraries for Online Desktop Data Model.

%prep
%setup -q
%patch -p1

%build
%configure2_5x --without-empathy LIBS="-lX11 -lm"
%make

%install
%makeinstall_std

%post
echo %{version} > %{_datadir}/desktop-data-model/version

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%postun -n %libname -p /sbin/ldconfig
%endif


%files
%defattr(-,root,root,-)
%doc COPYING
%ghost %{_datadir}/desktop-data-model/version
%{_libexecdir}/desktop-data-engine
%{_datadir}/dbus-1/services/*.service

%files -n %{libname}
%defattr(-,root,root,-)
%{_libdir}/libddm-%{api}.so.%{major}*


%files -n %develname
%dir %{_includedir}/ddm-1
%{_includedir}/ddm-1/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.5-7
+ Revision: e0214ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 869 |14cr|desmume-0.9.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		longname	DeSmuME

Summary:	A Nintendo DS emulator
Name:		desmume
Version:	0.9.10
Release:	2
License:	GPLv2+
Group:		Emulators
Url:		http://desmume.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source10:	%{name}-48.png
Patch0:		desmume-0.9.10-no-return-for-void.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	recode
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(libagg)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pcap-devel
Obsoletes:	wx%{name} < 0.9.10

%description
DeSmuME is a Nintendo DS emulator running homebrew demos and commercial 
games... For the latter ones, you should own the games corresponding the 
roms you play with.

You can find a compatibility list here : http://desmume.org/?page_id=15

In this package is the GTK GUI version.

%files
%doc AUTHORS ChangeLog README README.LIN
%attr(0755,root,root) %{_bindir}/%{name}
%{_iconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/desmume.1.*
%{_datadir}/pixmaps/DeSmuME.xpm

#----------------------------------------------------------------------------

%package -n %{name}-glade
Summary:	A Nintendo DS emulator (Glade GUI version)
Group:		Emulators

%description -n %{name}-glade
DeSmuME is a Nintendo DS emulator running homebrew demos and commercial 
games... For the latter ones, you should own the games corresponding the 
roms you play with.

You can find a compatibility list here : http://desmume.org/?page_id=15

In this package is the GTK/Glade version, which includes a translation.

%files -n %{name}-glade -f %{name}.lang
%doc AUTHORS ChangeLog README README.LIN
%attr(0755,root,root) %{_bindir}/%{name}-glade
%{_datadir}/%{name}
%{_iconsdir}/%{name}-glade.png
%{_datadir}/applications/%{name}-glade.desktop
%{_mandir}/man1/desmume-glade.1.*

#----------------------------------------------------------------------------

%package -n %{name}-cli
Summary:	A Nintendo DS emulator (CLI version)
Group:		Emulators

%description -n %{name}-cli
DeSmuME is a Nintendo DS emulator running homebrew demos and commercial 
games... For the latter ones, you should own the games corresponding the 
roms you play with.

You can find a compatibility list here : http://desmume.org/?page_id=15

In this package is the CLI version (without a GUI).

%files -n %{name}-cli
%doc AUTHORS ChangeLog README README.LIN
%attr(0755,root,root) %{_bindir}/%{name}-cli
%{_mandir}/man1/desmume-cli.1.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
recode l1..u8 AUTHORS ChangeLog
perl -pi -e 's|\r\n|\n|g' AUTHORS ChangeLog
find src -name *.[ch]* -exec chmod 644 {} +

%build
./autogen.sh
%configure2_5x \
	--enable-wifi \
	--enable-glade
%make

%install
%makeinstall_std

#glade files
install -d -m 755 %{buildroot}/%{_datadir}/%{name}
install -m 644 src/gtk-glade/glade/* %{buildroot}/%{_datadir}/%{name}

#icons
install -d -m 755 %{buildroot}/%{_iconsdir}
install -m 644 %{SOURCE10} %{buildroot}/%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE10} %{buildroot}/%{_iconsdir}/%{name}-glade.png

#xdg menus
desktop-file-install --vendor="" \
 --remove-category="Application" \
 --remove-key="Version" \
 --add-category="X-MandrivaLinux-MoreApplications-Emulators" \
 --add-category="Emulator" \
 --dir=%{buildroot}%{_datadir}/applications \
 %{buildroot}%{_datadir}/applications/%{name}.desktop

desktop-file-install --vendor="" \
 --remove-category="Application" \
 --remove-key="Version" \
 --add-category="X-MandrivaLinux-MoreApplications-Emulators" \
 --add-category="Emulator" \
 --dir=%{buildroot}%{_datadir}/applications \
 %{buildroot}%{_datadir}/applications/%{name}-glade.desktop

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.10-2
+ Revision: c2f966a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 870 |14cr|detox-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		detox
Summary:	A console utility to clean up filenames
Version:	1.2.0
Release:	%{mkrel 2} 
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		%{name}-1.2.0-fix-str-fmt.patch
URL:		http://detox.sourceforge.net
Group:		File tools
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	BSD-like
Buildrequires:	bison
Buildrequires:	flex

%description
The detox utility renames files to make them easier to work with. It
removes spaces and other such annoyances. It'll also translate or
cleanup Latin-1 (ISO 8859-1) characters encoded in 8-bit ASCII, Unicode
characters encoded in UTF-8, and CGI escaped characters.

%prep
%setup -q
%patch0 -p1 -b .strfmt

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall
# Make sure our config is not +x
chmod a-x %{buildroot}%{_sysconfdir}/*

%clean 
rm -rf %{buildroot} 

%files 
%defattr(-,root,root)
%doc CHANGES README
%{_datadir}/%{name}/
%{_bindir}/%{name}
%{_bindir}/inline-%{name}
%{_mandir}/man?/*
%config(noreplace) %{_sysconfdir}/*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.2.0-2
+ Revision: c6068c2
- Automatic import for version 1.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 871 |14cr|deutex-4.4.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		deutex
Version:	4.4.0
Release:	5
Summary:	An utility for modifying the graphics of Doom IWAD and PWAD files
Source0:	http://www.teaser.fr/~amajorel/deutex/%{name}-%{version}.tar.gz
# this patch s needed otherwise we cannot see fatal error on start, used
# to fix a segfault on start, as code was not 64 bits clean
Patch0:     deutex-4.4.0-fix-error-on-startup.diff
Patch1:     deutex-4.4.0-fix-error-on-64b.diff
URL:		http://www.teaser.fr/~amajorel/deutex/
Group:		Games/Arcade
License:	GPLv2
BuildRequires:	SDL-devel smpeg-devel SDL_mixer-devel SDL_net-devel

%description
DeuTex is a wad composer for Doom, Heretic, Hexen and Strife. It can be used
to extract the lumps of a wad and save them as individual files. Conversely,
it can also build a wad from separate files.  When extracting a lump to a file,
it does not just copy the raw data, it converts it to an appropriate format
(such as PPM for graphics, Sun audio for samples, etc.). Conversely, when it
reads files for inclusion in pwads, it does the necessary conversions (for
example, from PPM to Doom picture format). In addition, DeuTex has functions
such as merging wads, etc.

%prep 
%setup -q -n %{name}-%{version}
%patch0 -p0
%patch1 -p0

%build
%make CFLAGS="%optflags" LDFLAGS="%ldflags"

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_prefix}/man/man6/
mkdir -p %{buildroot}/%_mandir/

make install PREFIX=%{buildroot}/%{_prefix}

mv %{buildroot}/%{_prefix}/man/man6/ %{buildroot}/%_mandir/man6/

%clean
rm -rf %{buildroot}

%files
%doc CHANGES LICENSE README COPYING TODO COPYING.LIB VERSION
%defattr (-,root,root)
%{_bindir}/deutex
%{_bindir}/deusf
%_mandir/man6/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.4.0-5
+ Revision: b530082
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 872 |14cr|devede-3.22.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		devede
Version:	3.22.0
Release:	3
Summary:	Graphical frontend to create video DVDs/(S)VCDs
License:	GPLv3+
Group:		Graphical desktop/Other
URL:		http://www.rastersoft.com/programas/devede.html
Source0:	http://www.rastersoft.com/descargas/%{name}-%{version}.tar.bz2
# Created from upstream .svg icon by GIMP - ImageMagick does not do well
# at converting .svg on the fly - AdamW 2007/09
Source1:	devede-16.png
Source2:	devede-32.png
Source3:	devede-48.png
BuildArch:	noarch
BuildRequires:	bash
BuildRequires:	coreutils
Requires:	dvdauthor
Requires:	mencoder
Requires:	mkisofs
Requires:	mplayer
Requires:	pygtk2.0
Requires:	python
Requires:	vcdimager
Requires:	python-cairo

%description
DeVeDe is a program to create video DVDs (compatible with home players) from
nearly any video format. It only uses Python, MPlayer, Mencoder, DVDAuthor,
VCDImager, and mkisofs, so it has very few dependencies.

%prep
%setup -q

# remove shebangs...
%__sed -i -e '/^#!\//, 1d' %{name}_*.py

%build
%__sed -i 's/\/usr\/lib\/devede/\/usr\/share\/devede/' %{name}

%install
# The stuff that goes to /usr/lib is just python scripts, not actually
# arch-specific. The app always looks for them in /usr/lib , even on
# x86-64. So define libdir as %_prefix/lib. See bug #31692. -AdamW 2007/06
DESTDIR=%{buildroot} \
prefix=%{_prefix} \
libdir=%{_datadir}/ \
	./install.sh

# fd.o icons
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32,48x48,scalable}/apps
mv %{buildroot}/%{_datadir}/pixmaps/%{name}.svg %{buildroot}/%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
install -m 644 %{SOURCE1} %{buildroot}/%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 644 %{SOURCE2} %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 644 %{SOURCE3} %{buildroot}/%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# redundant files, temp files...
rm -f %{buildroot}/%{_bindir}/%{name}-debug
rm -f %{buildroot}/%{_datadir}/doc/%{name}/html/*~

%find_lang %{name}

%files -f %{name}.lang
%defattr(0755,root,root,0755)
%{_bindir}/%{name}
%{_bindir}/%{name}_debug
%defattr(0644,root,root,0755)
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/doc/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.22.0-3
+ Revision: c056c48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 873 |14cr|devicesync-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn     893106
Name:           devicesync
Version:        0.1
Summary:        An application that lets you transfer data between devices
Release:        3
License:        GPL
Group:          Graphical desktop/KDE
URL:            http://www.kde.org
Source0:        http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.%{svn}.tar.bz2
BuildRoot:      %_tmppath/%name-%version-%release-buildroot
BuildRequires:  kdelibs4-devel
BuildRequires:  libmtp-devel
BuildRequires:  taglib-devel
Requires:       kdebase4-runtime

%description
An application that lets you transfer data between devices

%files
%defattr(-,root,root)
%{_kde_bindir}/devicesync
%{_kde_libdir}/kde4/devicesync_localstorageplugin.so
%{_kde_libdir}/kde4/devicesync_mtpplugin.so
%{_kde_datadir}/applications/kde4/devicesync.desktop
%{_kde_appsdir}/devicesync
%{_kde_datadir}/config.kcfg/devicesync.kcfg
%doc %{_kde_docdir}/HTML/en/devicesync
%{_kde_iconsdir}/hicolor/*/apps/devicesync.png
%{_kde_datadir}/kde4/services/devicesync_localstorage.desktop
%{_kde_datadir}/kde4/services/devicesync_mtp.desktop
%{_kde_datadir}/kde4/servicetypes/devicesync_plugin.desktop


#------------------------------------------------

%define libdevicesynccore_major 4
%define libdevicesynccore %mklibname devicesynccore %libdevicesynccore_major

%package -n %libdevicesynccore
Summary: %name core library
Group: System/Libraries

%description -n %libdevicesynccore
%name core library.

%files -n %libdevicesynccore
%defattr(-,root,root)
%_kde_libdir/libdevicesynccore.so.%{libdevicesynccore_major}*

#-----------------------------------------------------------------------------

%package devel
Group: Development/KDE and Qt
Summary: Header files and documentation for compiling %name applications
Requires: kdelibs4-devel
Requires: %libdevicesynccore = %version

%description devel
This package includes the header files you will need to compile applications
for %name.

%files devel
%defattr(-,root,root,-)
%{_kde_libdir}/libdevicesynccore.so
%{_kde_includedir}/devicesync

#-----------------------------------------------------------------------------

%prep
%setup -q -n %name

%build

%cmake_kde4
%make


%install
rm -rf %buildroot
cd build
make DESTDIR=%buildroot install
cd ..

%clean
rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: 4ce8288
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 874 |14cr|devilspie-0.23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A window matching tool
Name:		devilspie
Version:	0.23
Release:	2
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.burtonini.com/
Source0:	http://www.burtonini.com/computing/%{name}-%{version}.tar.xz
# Debian patchset
Patch0:		fix_manpage_lintian_warnings.patch
Patch1:		fix_memleak_in_my_wnck_get_viewport_start.patch
Patch2:		fix_using_deprecated_wnck_functions.patch
Patch3:		remove_unavailable_options_from_manpage.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libwnck-3.0)
BuildRequires:	pkgconfig(x11)

%description
A window-matching utility, inspired by Sawfish's "Matched Windows" option and
the lack of the functionality in Metacity. Metacity lacking window matching is
not a bad thing -- Metacity is a lean window manager, and window matching does
not have to be a window manager task.

Devil's Pie can be configured to detect windows as they are created, and match
the window to a set of rules. If the window matches the rules, it can perform a
series of actions on that window. For example, I make all windows created by
X-Chat appear on all workspaces, and the main Gkrellm1 window does not appear
in the pager or task list.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README* TODO
%{_bindir}/*
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%configure2_5x
%make

%check
make check

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23-2
+ Revision: cb73c0f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 875 |14cr|devmon-0.3.1-0.beta1.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta beta1

Summary:	SNMP Device Monitoring for Hobbit/BigBrother
Name:		devmon
Version:	0.3.1
Release:	0.%{beta}.3
License:	GPLv2+
Group:		Monitoring
Url:		http://devmon.sf.net
Source0:	http://prdownloads.sourceforge.net/devmon/devmon-%{version}%{?beta:-%beta}.tar.gz
Patch0:		devmon-correct-paths.patch
Requires:	devmon-templates
Requires(pre,post,preun,postun):	rpm-helper
BuildArch:	noarch

%description
Devmon is a device monitoring script which works in tandem with the
Hobbit/BigBrother monitoring suites. It queries remote hosts via SNMP, applies
user-defined logic and thresholds to the acquired data, and submits status and
alarms to a display server.

%files
%doc docs/* README CHANGELOG extras/devmon.db extras/devmon-graph.cfg
%{_datadir}/%{name}
%attr(,640,root,devmon) %config(noreplace) %{_sysconfdir}/devmon.cfg
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config %{_initrddir}/%{name}
%attr(755,devmon,devmon) %dir %{_logdir}/%{name}
%attr(755,devmon,devmon) %dir %{_var}/run/%{name}
%attr(755,devmon,devmon) %dir %{_localstatedir}/lib/%{name}

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{beta}
%patch0 -p1 -b .mdv

%build

%install
install -d %{buildroot}/%{_datadir}/%{name}
install -d %{buildroot}/%{_sysconfdir}/logrotate.d %{buildroot}/%{_initrddir}
install -d %{buildroot}/%{_localstatedir}/lib/%{name} %{buildroot}/%{_var}/run/%{name}
install -d %{buildroot}/%{_logdir}/%{name}
install -d %{buildroot}/%{_localstatedir}/lib/%{name}
cp -a modules %{buildroot}/%{_datadir}/%{name}
install -m755 devmon %{buildroot}/%{_datadir}/%{name}
install -m 640 devmon.cfg %{buildroot}/%{_sysconfdir}
install -m 755 extras/devmon.initd.redhat %{buildroot}/%{_initrddir}/devmon

cat << EOF > %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
/var/log/devmon/devmon.log {
    notifempty
    missingok
    postrotate
        /sbin/service %{name} condrestart 2> /dev/null > /dev/null || true
    endscript
}
EOF


%changelog
* Mon Feb 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.1-0.beta1.3
+ Revision: ed74b48
- LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 876 |14cr|devmon-templates-20080206-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Templates for Devmon SNMP Device Monitoring for Hobbit/BigBrother
Name:		devmon-templates
Version:	20080206
Release:	7
License:	GPLv2+
Group:		Monitoring
Url:		http://devmon.sf.net
Source0:	http://prdownloads.sourceforge.net/devmon/devmon-templates-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
Requires:	devmon
BuildArch:	noarch

%description
Devmon is a device monitoring script which works in tandem with the
Hobbit/BigBrother monitoring suites. It queries remote hosts via SNMP, applies
user-defined logic and thresholds to the acquired data, and submits status and
alarms to a display server.

This package contains the device templates, which define the OIDs, transforms,
thresholds, exceptions, and the message template sent to Hobbit/Big Brother.

%files
%{_datadir}/devmon/templates

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
install -d %{buildroot}/%{_datadir}/devmon/templates
cp -a * %{buildroot}/%{_datadir}/devmon/templates


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20080206-7
+ Revision: 4b59bf0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 877 |14cr|devtodo-0.1.20-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	devtodo
%define	version	0.1.20
%define release	5

Name:		%{name}
Summary:	Todo displays and manages heirarchical lists of prioritized tasks
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Patch0:		devtodo-0.1.20-fix-gcc43.patch
URL:		http://swapoff.org/DevTodo
Group:		Development/Other
Buildrequires:	readline-devel ncurses-devel glibc-static-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPLv2

%description
Todo is a program to display and manage a hierarchical, prioritized list of
outstanding work, or just reminders.

The program itself is assisted by a few shell scripts that override default
builtins. Specifically, cd, pushd and popd are overridden so that when using
one of these commands to enter a directory, the todo will display any
outstanding items in that directory.

For much more complete information please refer to the man page (devtodo(1)).

%prep
%setup -q
%patch0 -p1 -b .gcc43

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%doc AUTHORS README COPYING INSTALL NEWS QuickStart doc/todorc.example doc/scripts.sh doc/scripts.tcsh ChangeLog
%config(noreplace) %{_sysconfdir}/todorc
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.20-5
+ Revision: 6449936
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 878 |14cr|dfb++-1.2.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name	DFB++

%define api		%(A=%version; echo ${A%%.*})
%define major		%(A=%version; echo ${A##*.})
%define libname		%mklibname %{name} %{api} %{major}
%define libnamedevel	%mklibname %{name} -d

Summary:	C++ binding for DirectFB providing a much easier usage
Name:		dfb++
Version:	1.2.0
Release:	10
License:	LGPLv2+
Group:		System/Libraries
URL:		http://directfb.org/
Source0:	http://directfb.org/downloads/Extras/%{Name}-%{version}.tar.gz
Patch0:		DFB++-1.2.0-directfb-api.patch
BuildRequires:	directfb-devel >= %{version}

%description
This is a C++ binding for DirectFB providing a much easier usage.

%package -n	%{libname}
Summary:	C++ binding for DirectFB providing a much easier usage
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
This is a C++ binding for DirectFB providing a much easier usage.

This package contains the library needed to run programs dynamically
linked with DFB++.

%package -n 	%{libnamedevel}
Summary:	Headers for developing programs that will use DFB++
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}%{api}-devel = %{version}-%{release}

%description -n %{libnamedevel}
This package contains the headers that programmers will need to develop
applications which will use DFB++.

%package	examples
Summary:	Example programs that use DFB++
Group:		Development/C++

%description	examples
Example programs dfbshow and dfbswitch that use DFB++.

%prep
%setup -q -n %{Name}-%{version}
%patch0 -p0

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std
chmod 644 %{buildroot}%{_libdir}/*.la

%multiarch_binaries %{buildroot}%{_bindir}/dfb++-config

make -C examples clean

%files -n %{libname}
%{_libdir}/libdfb++-%{api}.so.%{major}*

%files -n %{libnamedevel}
%doc COPYING
%{_bindir}/dfb++-config
%{multiarch_bindir}/dfb++-config
%{_includedir}/dfb++
%{_libdir}/*.so
%{_libdir}/pkgconfig/dfb++.pc

%files examples
%doc COPYING examples
%{_bindir}/dfbshow
%{_bindir}/dfbswitch


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-10
+ Revision: b9b8ce2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 879 |14cr|dfbterm-0.8.15-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name dfbterm
%define Name DFBTerm
%define version 0.8.15
%define rel	7
%define release %mkrel %rel

Name:		%name
Summary:	Terminal application for DirectFB
Version:	%version
Release:	%release
URL:		http://www.directfb.org/
Group:		Terminals
Source0:	http://www.directfb.org/downloads/Programs/%{Name}-%{version}.tar.bz2
Patch0:		DFBTerm-0.8.15-fontdir.patch
License:	MIT
BuildRequires:	directfb-devel
BuildRequires:	lite-devel
BuildRoot:	%{_tmppath}/%{name}-root

%description
DFBTerm is a terminal application for DirectFB. It uses LiTE (LiTE is
a Toolkit Engine) and has a very nice anti aliased fixed width font.

%prep
%setup -q -n %{Name}-%{version}
%patch0 -p0

%build

%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%{_sbindir}/dfbterm-pty-helper
%{_bindir}/dfbterm





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.8.15-7
+ Revision: d1f4309
- Automatic import for version 0.8.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 880 |14cr|d-feet-0.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package %{nil}
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	 D-Bus debugger
Name:		d-feet
Version:	0.3.4
Release:	2
License:	GPLv2+
Group:		Emulators
Url:		http://fedorahosted.org/d-feet/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/d-feet/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	python-setuptools
BuildRequires:	python-pep8
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.6
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	itstool
BuildRequires:	libxml2-utils
BuildRequires:	intltool

Requires:	python-dbus


%description
D-Feet is a D-Bus debugger written in PyGtk by John (J5) Palmieri.

It allows :
* to view names on any bus,
* to view exported objects, interfaces, methods and signals,
* to view the full command line of services on the bus,
* and to execute methods with parameters on the bus and see their 
 return values.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


mkdir -p %{buildroot}%{_datadir}/%{name}/help/figures
mv %{buildroot}%{_datadir}/help/C/%{name}/{index,basics}.page \
 %{buildroot}%{_datadir}/%{name}/help/
mv %{buildroot}%{_datadir}/help/C/%{name}/figures/icon.png \
 %{buildroot}%{_datadir}/%{name}/help/figures/
rm -rf %{buildroot}%{_datadir}/help
 
%files 
%doc AUTHORS COPYING README
%{python_sitelib}/*
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/*/apps/*.svg
%{_iconsdir}/HighContrast/*/apps/*.svg
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.4-2
+ Revision: ee1cbbf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 881 |14cr|dfm-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dfm
Summary:	Dino file manager
Version:	0.5
Release:	2
License:	GPLv3+
Group:		Graphical desktop/Other
URL:		http://dfm.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/dfm/src/Dino_src-%{version}.tar.gz
BuildRequires:	qt4-devel
BuildRequires:	imagemagick

%description
Dino is an easy to use and powerful file manager built in Qt. It’s features
include symlinking files by mouse click, the usual features such as making
directories, run commands, copying & pasting..etc; drag and drop and even
a built in text editor.

%prep
%setup -q

%build
%qmake_qt4
%make
lrelease Dino.pro

%install
#make install INSTALL_ROOT=%{buildroot}

%__install -d %{buildroot}%{_datadir}/Dino/translations/
%__install -d %{buildroot}%{_datadir}/applications/

%__install -D -m 755 Dino %{buildroot}%{_bindir}/Dino
cp -a translations/Dino_*.qm %{buildroot}%{_datadir}/Dino/translations/
%__rm -f %{buildroot}%{_datadir}/Dino/translations/Dino_xx_xx.qm
%__install -D -m 644 dino.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/dino.png
for size in 16 32 48
do
%__install -d -m 755 %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/
convert -resize ${size}x${size} dino.png %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/dino.png
done

cat > %{buildroot}%{_datadir}/applications/Dino.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Dino
GenericName=Dino
Comment=Simple File Manager
Exec=Dino
Icon=dino
Terminal=false
Type=Application
StartupNotify=false
Categories=FileTransfer;Utility;FileManager;Qt;
EOF

%if %{mdvver} >= 201200
%find_lang Dino --with-qt
%else
cat > Dino.lang << EOF
%lang(ru) /usr/share/Dino/translations/Dino_ru.qm
%lang(sr_BA) /usr/share/Dino/translations/Dino_sr_BA.qm
%lang(de) /usr/share/Dino/translations/Dino_de.qm
%lang(sr_RS) /usr/share/Dino/translations/Dino_sr_RS.qm
%lang(es_VE) /usr/share/Dino/translations/Dino_es_VE.qm
EOF
%endif

%files -f Dino.lang
%{_bindir}/Dino
%{_datadir}/applications/Dino.desktop
%{_iconsdir}/hicolor/*/apps/dino.*
%doc CHANGELOG README



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-2
+ Revision: 646cff4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 882 |14cr|dfu-programmer-0.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           dfu-programmer
Version:        0.6.1
Release:        2
Summary:        A Device Firmware Update based USB programmer for Atmel chips

Group:          Development/Other
License:        GPLv2+
URL:            http://dfu-programmer.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz

BuildRequires:  libusb-devel >= 0.1.10a

%description 
A linux based command-line programmer for Atmel chips with a USB
bootloader supporting ISP. This is a mostly Device Firmware Update
(DFU) 1.0 compliant user-space application. Supports all DFU enabled
Atmel chips with USB support.

%prep
%setup -q

%build
export LDFLAGS="-lusb-1.0"
%configure
%make

%install
%makeinstall_std

%{__install} -d %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty
%{__install} -pm 644 fedora/10-dfu-programmer.fdi %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty/10-dfu-programmer.fdi

%files
%doc AUTHORS ChangeLog NEWS README COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/hal/fdi/information/20thirdparty/10-dfu-programmer.fdi


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-2
+ Revision: 17c0736
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 883 |14cr|dfu-util-0.2-0.20102407.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	gitdate	20102407

Summary:	Tool to reflash firmware by usb
Name:		dfu-util
Version:	0.2
Release:	%mkrel 0.%{gitdate}.2
Source0:	%{name}-%{version}.tar.xz
License:	GPLv2+
Group:		Development/Other
Url:		http://wiki.openmoko.org/wiki/Dfu-util
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	libusb-devel

%description
Dfu-util is a tool to reflash the firmware of compliant usb device.

%prep
%setup -q

%build
%configure 
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%{_bindir}/dfu-util
%{_mandir}/man1/*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.2-0.20102407.2
+ Revision: 097166d
- Automatic import for version 0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 884 |14cr|dgen-sdl-1.32-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dgen-sdl
Summary:	DGen Sega Genesis emulator, ported to SDL
Version:	1.32
Release:	2
Group:		Emulators
License:	BSD
URL:		http://dgen.sourceforge.net/
Source0:	http://sourceforge.net/projects/dgen/files/dgen/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
%ifarch %{ix86}
BuildRequires:	nasm
%endif

%description
DGen/SDL is a free, open source emulator for Sega Genesis/MegaDrive systems.
The latest version supports save states, interlace mode, Game Genie,
Linux joystick support, compressed ROM images, and other nice features.

Warning! There is no GUI yet so you need to either run DGen/SDL from
terminal or use front-end (if there are any).

%prep
%setup -q

%build
%configure --without-star --enable-opengl
%make

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog COPYING README BUGS
%{_bindir}/dgen
%{_bindir}/dgen_tobin
%{_mandir}/man1/dgen.1*
%{_mandir}/man1/dgen_tobin.1*
%{_mandir}/man5/dgenrc.5*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.32-2
+ Revision: 0a65001
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 885 |14cr|d-haven-event-1.1.0-4.0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
%define _without_maven 1

%define gcj_support 0

# If you don't want to build with maven, and use straight ant instead,
# give rpmbuild option '--without maven'

%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}

%define section free

Name:           d-haven-event
Version:        1.1.0
Release:        4.0.4
Epoch:          0
Summary:        D-Haven Event based processing
License:        Apache Software License
URL:            http://d-haven.org/
Group:          Development/Java
Source0:        http://dist.d-haven.org/d-haven-event/src/d-haven-event-1.1.0-src.tar.gz

Source1:        pom-maven2jpp-depcat.xsl
Source2:        pom-maven2jpp-newdepmap.xsl
Source3:        pom-maven2jpp-mapdeps.xsl
Source4:        d-haven-event-1.1.0-jpp-depmap.xml

Source5:        d-haven-event-1.1.0-navigation.xml
Source6:        d-haven-event-1.1.0.pom

Patch0:         d-haven-event-1.1.0-build_xml.patch

Requires:       concurrent
BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  ant-junit
BuildRequires:  junit
%if %{with_maven}
BuildRequires:  maven >= 0:1.1
BuildRequires:  saxon
BuildRequires:  saxon-scripts
%endif
BuildRequires:  concurrent
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2
%if %{gcj_support}
BuildRequires:    java-gcj-compat-devel
%endif

%if ! %{gcj_support}
BuildArch:      noarch
%endif

BuildRoot:      %{_tmppath}/%{name}-%{version}-buildroot

%description
D-Haven Event is a library designed to make it easier to
develop event based processing systems.  It also includes
a CommandManager to handle certain activities behind the
scenes in a controlled number of background threads.  The
library has been fully tested, and all dependencies have
been brought to a minimum.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%if %{with_maven}
%package manual
Summary:        Documents for %{name}
Group:          Development/Documentation

%description manual
%{summary}.
%endif

%prep
%setup -q -n %{name}-%{version}
%remove_java_binaries
%patch0 -b .sav
mkdir xdocs
cp %{SOURCE5} xdocs/navigation.xml
sed --in-place "s/haltonerrot=\"true\"/haltonfailure=\"false\"/" build.xml
%build
%if %{with_maven}
export DEPCAT=$(pwd)/d-haven-event-1.1.0-depcat.new.xml
echo '<?xml version="1.0" standalone="yes"?>' > $DEPCAT
echo '<depset>' >> $DEPCAT
for p in $(find . -name project.xml); do
    pushd $(dirname $p)
    /usr/bin/saxon project.xml %{SOURCE1} >> $DEPCAT
    popd
done
echo >> $DEPCAT
echo '</depset>' >> $DEPCAT
/usr/bin/saxon $DEPCAT %{SOURCE2} > d-haven-event-1.1.0-depmap.new.xml


for p in $(find . -name project.xml); do
    pushd $(dirname $p)
    cp project.xml project.xml.orig
    /usr/bin/saxon -o project.xml project.xml.orig %{SOURCE3} map=%{SOURCE4}
    popd
done

maven \
      -Dmaven.javadoc.source=1.4 \
      -Dmaven.repo.remote=file:/usr/share/maven/repository \
      -Dmaven.home.local=$(pwd)/.maven \
      jar javadoc xdoc:transform
%else
export CLASSPATH=$(build-classpath concurrent junit)
CLASSPATH=${CLASSPATH}:target/classes:target/test-classes
export OPT_JAR_LIST="ant/ant-junit"
%{ant} \
    -Dsource=1.4 \
    -Dbuild.sysclasspath=only \
    jar javadoc
%endif

%install
rm -rf $RPM_BUILD_ROOT
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 target/d-haven-event-1.1.0.jar \
        $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar

(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do \
ln -sf ${jar} ${jar/-%{version}/}; done)

%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

# poms
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 %{SOURCE6} \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{name}.pom

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr target/docs/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
rm -rf target/docs/apidocs

## manual
install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
cp -p LICENSE.txt $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
%if %{with_maven}
cp -pr target/docs/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
%endif

%{gcj_compile}

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_docdir}/%{name}-%{version}/LICENSE.txt
%{_javadir}/*
%{_datadir}/maven2/poms/*
%config(noreplace) %{_mavendepmapfragdir}/*
%{gcj_files}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%if %{with_maven}
%files manual
%defattr(0644,root,root,0755)
%{_docdir}/%{name}-%{version}
%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.0-4.0.4
+ Revision: 74ad1fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 886 |14cr|d-haven-mpool-1.0-6.0.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
%define _with_gcj_support 1
%define _without_maven 1
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}

# If you don't want to build with maven, and use straight ant instead,
# give rpmbuild option '--without maven'

%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}

%define section free

Name:           d-haven-mpool
Version:        1.0
Release:        6.0.6
Epoch:          0
Summary:        D-Haven Managed Pool async
License:        Apache Software License
Url:            http://d-haven.org/
Group:          Development/Java
Source0:        d-haven-mpool-1.0-src.tar.gz
#cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/d-haven login
#cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/d-haven co -P managed-pool

Source1:        pom-maven2jpp-depcat.xsl
Source2:        pom-maven2jpp-newdepmap.xsl
Source3:        pom-maven2jpp-mapdeps.xsl
Source4:        d-haven-mpool-1.0-jpp-depmap.xml
Source5:        d-haven-mpool-1.0.pom
Patch0:         d-haven-mpool-1.0-build_xml.patch

Requires:       concurrent
Requires:       d-haven-event
BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  junit
%if %{with_maven}
BuildRequires:  maven >= 0:1.1
BuildRequires:  saxon
BuildRequires:  saxon-scripts
%endif
BuildRequires:  concurrent
BuildRequires:  d-haven-event
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2
%if %{gcj_support}
BuildRequires:    java-gcj-compat-devel
%endif

%if ! %{gcj_support}
BuildArch:      noarch
%endif

BuildRoot:      %{_tmppath}/%{name}-%{version}-buildroot

%description
D-Haven Managed Pool is a library designed to provide pools
that are asynchronously managed in a background thread.  The
pool system is very flexible and can accommodate just about
every need.  It boasts the ability to add pool listeners so
that you can instrument and intercept the pooled objects when
they are created, destroyed, acquired, and released.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%if %{with_maven}
%package manual
Summary:        Documents for %{name}
Group:          Development/Documentation

%description manual
%{summary}.
%endif

%prep
%setup -q -n managed-pool
%remove_java_binaries
%patch -b .sav

%build
%if %{with_maven}
export DEPCAT=$(pwd)/d-haven-mpool-1.0-depcat.new.xml
echo '<?xml version="1.0" standalone="yes"?>' > $DEPCAT
echo '<depset>' >> $DEPCAT
for p in $(find . -name project.xml); do
    pushd $(dirname $p)
    /usr/bin/saxon project.xml %{SOURCE1} >> $DEPCAT
    popd
done
echo >> $DEPCAT
echo '</depset>' >> $DEPCAT
/usr/bin/saxon $DEPCAT %{SOURCE2} > d-haven-mpool-1.0-depmap.new.xml


for p in $(find . -name project.xml); do
    pushd $(dirname $p)
    cp project.xml project.xml.orig
    /usr/bin/saxon -o project.xml project.xml.orig %{SOURCE3} map=%{SOURCE4}
    popd
done

maven \
      -Dmaven.javadoc.source=1.4 \
      -Dmaven.repo.remote=file:/usr/share/maven/repository \
      -Dmaven.home.local=$(pwd)/.maven \
      jar javadoc xdoc:transform
%else
export CLASSPATH=$(build-classpath concurrent d-haven-event junit)
CLASSPATH=${CLASSPATH}:target/classes:target/test-classes
%{ant} \
    -Dsource=1.4 \
    -Dbuild.sysclasspath=only \
    jar javadoc
%endif


%install
rm -rf $RPM_BUILD_ROOT
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 target/managed-pool-1.0.jar \
$RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar

(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do \
ln -sf ${jar} ${jar/-%{version}/}; done)

%add_to_maven_depmap %{name} managed-pool %{version} JPP %{name}

# poms
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 %{SOURCE5} \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{name}.pom

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr target/docs/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
rm -rf target/docs/apidocs

## manual
install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
cp -p LICENSE.txt $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
%if %{with_maven}
cp -pr target/docs/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
%endif

%{gcj_compile}

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_docdir}/%{name}-%{version}/LICENSE.txt
%{_javadir}/*
%{_datadir}/maven2/poms/*
%config(noreplace) %{_mavendepmapfragdir}/*
%{gcj_files}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%if %{with_maven}
%files manual
%defattr(0644,root,root,0755)
%{_docdir}/%{name}-%{version}
%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0-6.0.6
+ Revision: a921566
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 887 |14cr|dhcpdump-1.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Parse tcpdump DHCP packets
Name:           dhcpdump
Version:        1.8
Release:        5
License:        BSD
Group:		Networking/Other
URL:		http://www.mavetju.org/unix/general.php
Source:         http://www.mavetju.org/download/%{name}-%{version}.tar.gz
Patch0:		dhcpdump-1.8.patch
Requires:	tcpdump
BuildRequires:	perl
BuildRequires:	pcap-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A post-processor of tcpdump output to analyze sniffed DHCP
packets.

%prep

%setup -q
%patch0 -p0 -b .build

%build

%make CCFLAGS="%{otpflags}"

%install
rm -rf %{buildroot}

install -D -m 755 dhcpdump %buildroot%_bindir/%{name}
install -D -m644 dhcpdump.8 %buildroot%_mandir/man8/dhcpdump.8

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES CONTACT
%{_bindir}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8-5
+ Revision: 1a81b3c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 888 |14cr|dhcp-forwarder-0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# OE: conditional switches
#
#(ie. use with rpm --rebuild):
#
#      --with diet     Compile dhcp-forwarder against dietlibc

%define build_diet 0

# commandline overrides:
# rpm -ba|--rebuild --with 'xxx'
%{?_with_diet: %{expand: %%define build_diet 1}}

%define name dhcp-forwarder
%define version 0.8
%define release 4

Summary:	An DHCP relay agent
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Servers
URL:		http://www.nongnu.org/dhcp-fwd/
Source0:	%{name}-%{version}.tar.bz2
Source1:	dhcp-fwd.init.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Conflicts:	dhcpd-relay
Requires(pre):		rpm-helper
Requires(post):		rpm-helper
Requires(preun):	rpm-helper
Requires(postun):   rpm-helper

%if %{build_diet}
BuildRequires:	dietlibc-devel >= 0.20-1mdk
%endif

%description
dhcp-fwd forwards DHCP messages between subnets with different sublayer
broadcast domains. It is similar to the DHCP relay agent dhcrelay of
ISC's DHCP, but has the following features which are important for me:

* Runs as non-root in a chroot-jail
* Uses "normal" AF_INET sockets which allows to uses packagefilters to
  filter incoming messages.
* The DHCP agent IDs can be defined freely
* Has a small memory footprint when using dietlibc

%prep

%setup -q
bzcat %SOURCE1 > dhcp-fwd.init

%build

%if %{build_diet}
%configure --enable-release enable-dietlibc
make CC="diet gcc" CFLAGS="-Os -s -static -nostdinc"
%else
%configure --enable-release --disable-dietlibc
%make
%endif

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

make DESTDIR=%{buildroot} install
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig

install -m755 dhcp-fwd.init %{buildroot}%{_initrddir}/dhcp-fwd
install -m644 contrib/dhcp-fwd.conf %{buildroot}%{_sysconfdir}/dhcp-fwd.conf
install -m644 contrib/dhcp-fwd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/dhcp-fwd

install -m755 -d %{buildroot}/var/lib/dhcpfwd

%pre
%_pre_useradd dhcp-fwd /var/lib/dhcpfwd /bin/false

%post
%_post_service dhcp-fwd

%preun
%_preun_service dhcp-fwd

%postun
%_postun_userdel dhcp-fwd

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog NEWS README
%config(noreplace) %{_initrddir}/dhcp-fwd
%config(noreplace) %{_sysconfdir}/sysconfig/dhcp-fwd
%config(noreplace) %{_sysconfdir}/dhcp-fwd.conf
%{_sbindir}/*
%dir /var/lib/dhcpfwd
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-4
+ Revision: 20b4031
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 889 |14cr|dhcping-1.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dhcp daemon ping program
Name:           dhcping
Version:        1.2
Release:        14
License:        BSD
Group:		Networking/Other
URL:		http://www.mavetju.org/unix/general.php
Source:         http://www.mavetju.org/download/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This small tool let you perform a dhcp-request to find out if a dhcp-server is
still running.

%prep

%setup -q

%build

%configure2_5x

%make

%install
rm -rf %{buildroot}

%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES CONTACT
%{_bindir}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-14
+ Revision: 52423b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 890 |14cr|dhcprelay-0.3.2b-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A dhcp relay to implement dhcp over ipsec
Name:		dhcprelay
Version:	0.3.2b
Release:	6
License:	GPL
Group:		System/Servers
URL:		http://www.strongsec.com/freeswan/dhcprelay/
Source0:	http://www.strongsec.com/freeswan/dhcprelay/dhcprelay-%{version}.tar.bz2
BuildRequires:	gmp-devel
Requires(preun):rpm-helper
Requires(post):	rpm-helper	
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
This DHCP-Relay forwards any DHCP packet out of a list of given ipsec devices
to the DHCP server of a network and returns the response. If no DHCP server is
given the packets are sent by broadcast.

%prep

%setup -q 

%build
%configure
%make

%install
rm -rf %{buildroot}
#%makeinstall_std

install -d %{buildroot}{%{_sysconfdir},/etc/rc.d/init.d,/usr/sbin}
install -m 755 src/dhcprelay %{buildroot}/usr/sbin 
install -m 755 init.d/dhcprelay %{buildroot}/etc/rc.d/init.d
install -m 644 etc/dhcprelay.conf %{buildroot}/etc

%post
%_post_service dhcprelay

%preun
%_preun_service dhcprelay

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,755)
%doc AUTHORS README INSTALL COPYING ChangeLog howto/*
%config(noreplace) %{_sysconfdir}/dhcprelay.conf
%{_initrddir}/dhcprelay
%{_sbindir}/dhcprelay





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2b-6
+ Revision: 47a3a35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 891 |14cr|dhcpv6-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define old_name dhcp6
%define common_description DHCPv6 is a stateful address autoconfiguration protocol for IPv6, a counterpart\
to IPv6 stateless address autoconfiguration protocol. It can either be used\
independently or it can coexist with its counterpart protocol. This protocol\
uses client/server mode of operation but can also provide support through a\
Relay Agent.
%define client_name dhcp6client

#disable format security error flags, it doesn't play nice with lex
##%define Werror_cflags %nil

Summary:	A DHCP client/server for IPv6
Name:		dhcpv6
Version:	1.2.0
Release:	2
License:	LGPLv2+
Group:		System/Servers
URL:		https://fedorahosted.org/dhcpv6
Source0:	https://fedorahosted.org/releases/d/h/%{name}/%{name}-%{version}.tar.gz
BuildRequires: bison
BuildRequires: flex
BuildRequires: openssl-devel
BuildRequires: libnl-devel
Provides:	%{old_name}
Obsoletes:	%{old_name}

%description 
%{common_description}

The protocol is defined by IETF DHC WG (www.ietf.org).


%package	common
Summary:	Common files for DHCP IPv6
Group:		System/Servers
Provides:	%{old_name}-client
Obsoletes:	%{old_name}-client

%description	common
%{common_description}

This package contains common files for DHCP IPv6.


%package	client
Summary:	DHCP client for IPv6
Group:		System/Servers
Provides:	%{old_name}-client
Obsoletes:	%{old_name}-client
Requires:	%{name}-common = %{version}-%{release}

%description	client
%{common_description}

This package contains the DHCP client for IPv6.


%package	server
Summary:	DHCP server for IPv6
Group:		System/Servers
Requires(preun):rpm-helper
Requires(post):	rpm-helper	
Provides:	%{old_name}-server
Obsoletes:	%{old_name}-server
Requires:	%{name}-common = %{version}-%{release}

%description	server
%{common_description}

This package contains the DHCP server for IPv6.


%package	relay
Summary:	DHCP relay agent for IPv6
Group:		System/Servers
Requires(preun):rpm-helper
Requires(post):	rpm-helper	

%description	relay
%{common_description}

This package contains the DHCP relay agent for IPv6.


%package	doc
Summary:	Documentation about the DHCP IPv6 server/client
Group:		System/Servers

%description	doc
%{common_description}

This package contains RFC/API/protocol documentation about the DHCP
server and client for IPv6.


%prep

%setup -q 

%build
%configure2_5x

%make

%install
%makeinstall_std

mkdir -p %buildroot/sbin %buildroot%{_localstatedir}/lib/%{name}
mv %buildroot%_sbindir/dhcp6c %buildroot/sbin

%post server
%_post_service dhcp6s

%preun server
%_preun_service dhcp6s

%post relay
%_post_service dhcp6r

%preun relay
%_preun_service dhcp6r

%files doc
%defattr(-,root,root)
%doc

%files common
%defattr(-,root,root)
%dir %{_localstatedir}/lib/%{name}

%files client
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/dhcp6c.conf
/sbin/dhcp6c
%_mandir/man?/dhcp6c*

%files server
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/dhcp6s.conf
%config(noreplace) %{_sysconfdir}/sysconfig/dhcp6s
%{_initrddir}/dhcp6s
%_sbindir/dhcp6s
%_mandir/man?/dhcp6s*

%files relay
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/sysconfig/dhcp6r
%{_initrddir}/dhcp6r
%_sbindir/dhcp6r
%_mandir/man?/dhcp6r*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-2
+ Revision: 6d7b2e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 892 |14cr|dhsd-1.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A daemon that updates your DNS record in DHS.ORG whenever your IP changes
Name:		dhsd
Version:	1.0
Release:	13
Group:		Networking/Other
License:	GPLv2+
URL:		http://dhsd.sourceforge.net

Source:		%name-%version.tar.bz2

BuildRoot:	%_tmppath/%name-buildroot

%description
DHSD is a small project spurned off the need for a proper updater for the 
DHS.ORG dynamic DNS services. There has already existed scripts to do it made
in botche bash scripts and lynxs, even some attempts in perl. This program is 
totally developed in C and sits in the background and changes your record when 
the IP changes.

%prep

%setup -q

%build
%configure

%make CFLAGS="%optflags" CXXFLAGS="%optflags"

%check
%make check

%install
rm -fr %buildroot

#echo "prefix = %buildroot/%_prefix" >> $RPM_BUILD_DIR/dhsd-%{version}/src/Makefile.am
#echo "sysconfdir = %buildroot/%_sysconfdir" >> $RPM_BUILD_DIR/dhsd-%{version}/scripts/Makefile.am

%makeinstall
mkdir -p %buildroot/%_sysconfdir/rc.d
mkdir -p %buildroot/%_sysconfdir/rc.d/init.d
mkdir -p %buildroot/%_sysconfdir/rc.d/rc3.d

cp scripts/dhsd-rh %buildroot/%_sysconfdir/rc.d/init.d/dhsd
ln -s ../init.d/dhsd %buildroot/%_sysconfdir/rc.d/rc3.d/S15dhsd

%post
if [ "$1" = 1 ]; then
   chkconfig --add dhsd
fi

%preun
if [ "$1" = 0 ]; then
   chkconfig --del dhsd
fi

%clean
rm -fr %buildroot

%files
%defattr (-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%_sbindir/dhsd
%config(noreplace) %_sysconfdir/rc.d/init.d/dhsd
%_sysconfdir/rc.d/rc3.d/S15dhsd
%config(noreplace) %_sysconfdir/dhsd.conf




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-13
+ Revision: d889a46
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 893 |14cr|dibbler-1.0.0-0.1.rc2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dibbler - a portable DHCPv6
Name:		dibbler
Version:	1.0.0
Release:	0.1.rc2

License:	GPL
Group:		System/Servers
URL:		http://klub.com.pl/dhcpv6/dibbler
Source0:	https://klub.com.pl/dhcpv6/dibbler/dibbler-1.0.0RC2.tar.gz
Source1:	dibbler-client
Source2:	dibbler-server

BuildRequires:  tetex-latex

%description
It supports both stateful (i.e. IPv6 address granting) and stateless 
(i.e. options granting) autoconfiguration modes of DHCPv6 protocol. 
There are ports available for Linux 2.4/2.6 systems as well as MS 
Windows XP,2003 (experimental support for NT4 and 2000). 
They are freely available under GNU GPL v2 or later license. 

Install Dibbler if you'd like to have IPv6 hosts automatically 
configured in your network. All infrastructure elements are
provided: server, client and relay.

%prep
%setup -q -n %{name}-%{version}RC2

%build
%configure2_5x
make client server relay doc

%install
%makeinstall_std
mkdir -p %{buildroot}%{_sysconfdir}/dibbler
mkdir -p %{buildroot}%{_localstatedir}/lib/dibbler/
mkdir -p %{buildroot}%{_sysconfdir}/init.d/

install -m 644 doc/examples/client.conf %{buildroot}%{_sysconfdir}/dibbler
install -m 644 doc/examples/client-stateless.conf %{buildroot}%{_sysconfdir}/dibbler
install -m 644 doc/examples/server.conf %{buildroot}%{_sysconfdir}/dibbler
install -m 644 doc/examples/server-stateless.conf %{buildroot}%{_sysconfdir}/dibbler
install -m 644 doc/examples/relay.conf %{buildroot}%{_sysconfdir}/dibbler
install -m 700 %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/
install -m 700 %{SOURCE2} %{buildroot}%{_sysconfdir}/init.d/

%files
%defattr(-,root,root)
%doc CHANGELOG LICENSE RELNOTES
%{_sysconfdir}/%{name}/*.conf
%{_sysconfdir}/init.d/*
%{_sbindir}/%{name}-*
%{_mandir}/man8/*
%{_localstatedir}/lib/%{name}/

%changelog
* Thu Sep 18 2014 Tigro <ashejn@gmail.com> 1.0.0-0.1.rc2
+ Revision: 561f47e
- update to 1.0.0RC2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 894 |14cr|diction-1.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	diction
%define version 1.11
%define epoch   1
%define release 3

Summary: 	Text diction and style analyzer
Name: 		%{name}
Version:	%{version}
Release: 	%{release}
Epoch:		%{epoch}
License: 	GPLv3+
Group: 		Text tools
Source:		%{name}-%{version}.tar.gz
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: 		http://www.moria.de/~michael/diction/

%description
GNU diction and style are free implementations of old standard Unix
commands that are unavailable on many modern systems because they have
been unbundled. Diction identifies wordy and commonly misused phrases.
Style analyses surface characteristics of a document (e.g., sentence
length and various readability measures); unlike the original code, it
cannot analyze sentence type, word usage, and general sentence
beginnings. Both commands currently support English and German
documents.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

%clean
%__rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc COPYING README NEWS INSTALL
%{_bindir}/*
%{_datadir}/diction/
%{_datadir}/locale/
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.11-3
+ Revision: 213bbcd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 895 |14cr|digger-20130313-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		digger
Version:	20130313
Release:	2
# created from my branch at https://gitorious.org/digger with:
# git archive --prefix=digger-$(date +%Y%m%d)/ -o digger-$(date +%Y%m%d).tar --format tar HEAD
Source0:	%{name}-%{version}.tar
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
License:	GPLv2
Group:		Games/Arcade
URL:		http://www.digger.org/
Summary:	The Unix version of the old classic game Digger
BuildRequires:	SDL-devel
BuildRequires:	zlib-devel
BuildRequires:  pkgconfig(x11)
BuildRequires:	cmake

%description
This is the Unix version of the old classic game Digger.
It has many new features including:
* Exit button
* Optional VGA graphics
* Recording and playback
* Real time speed control
* Keyboard redefinition
* Gauntlet mode
* Two player simultaneous mode

%prep
%setup -q

%build

%cmake
%make 

%install
install -m755 build/digger -D %{buildroot}%{_gamesbindir}/%{name}

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Digger Remastered
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

%files
%doc %{name}.txt
%{_gamesbindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20130313-2
+ Revision: b8c83d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 896 |14cr|digicamerge-2.00-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name digicamerge
%define version 2.00
%define release  6

Summary: 	Digital camera filename manager
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Source0: 	http://www.librelogiciel.com/software/DigicaMerge/tarballs/%name-%{version}.tar.bz2
URL: 		http://www.librelogiciel.com/software/DigicaMerge/action_Presentation
License: 	GPL
Group: 		Graphics
BuildRoot: 	%{_tmppath}/%{name}-buildroot
BuildRequires: 	python-devel 
Requires: 	python
Buildarch:	noarch

%description
DigicaMerge is a commandline tool to merge directories of pictures taken
with digital cameras. If you've got a digital camera, your hard disk
probably contains many directories full of pictures all named with the
same names. This utility allows you to merge such directories' contents
into a new directory, and renames all the pictures on the fly, ensuring
no filename clash will occur. You can define your own naming scheme,
using either a set of predefined variables or any recognized Exif tag
which may be present in your pictures, and also specify a pattern to
select only certain files.

%prep
%setup -q

%install
python setup.py install --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING CREDITS NEWS PKG-INFO README TODO
%_bindir/%name
%_mandir/man1/*
%py_sitedir/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.00-6
+ Revision: f52c5e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 897 |14cr|digitemp-3.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Digital thermometer using DS1820 1-wire sensors
Name:		digitemp
Version:	3.6.0
Release:	4
License:	GPLv2+
Group:		Monitoring
URL:		http://www.digitemp.com/
Source0:	http://www.digitemp.com/software/linux/%{name}-%{version}.tar.gz
Source1:	http://www.brianlane.com/linux/dthowto.txt
Source2:	DS9097_Schematic.gif
Patch0:		%{name}-opt.patch
Patch1:		%{name}-str_fmt.patch
BuildRequires:	libusb-devel
#BuildRequires:	lockdev-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
DigiTemp is a simple to use interface to the Dallas Semiconductor DS18S20,
DS1822, and DS18B20 1-wire digital temperature sensors. You can use DigiTemp
in a wide variety of applications, such as heating control, process monitoring,
weather station, indor/outdoor temperature logging, etc. It includes a couple
of useful Perl, Python and RRD Tool scripts for crating graphs and dynamic
signatures.

%prep

%setup -q
%patch0 -p1
%patch1 -p1

cp %{SOURCE1} %{SOURCE2} .

%build
export OPT="%{optflags}"

%make ds9097

%make clean
%make ds9097u

%make clean
%make ds2490

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -pm0755 digitemp_DS* %{buildroot}%{_bindir}/
install -pm0644 %{name}.1 %{buildroot}%{_mandir}/man1/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CREDITS DS9097_S* FAQ README TODO dthowto.txt perl python rrdb
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.6.0-4
+ Revision: b9a2c7a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 898 |14cr|dikt-2.0g-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This spec is based on GvM work in MIB

%define		oversion	2g

Name:		dikt
Version:	2.0g
Release:	2
Summary:	A KDE client for the Dict network dictionary protocol
License:	BSD-like
Group:		Networking/Other
URL:		http://dikt.99k.org/
Source0:	%{name}-%{oversion}.xz
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	phonon-devel

%description
Dikt is a dictionary that implements the client side of Dict protocol for
KDE. It is a network application: it looks up words on dict servers; so you
don't need to install any dictionaries and only need a connection to
the Internet. It is very similar to web browsers but has the advantage that
is much smaller and faster than a real web browser.

%prep
%setup -q -n %{name}-%{oversion}
# The LICENSE file has wrong permissions and
# result unalterable later
%__chmod +w LICENSE

%build
%cmake
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std -C build

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE README
%{_kde_bindir}/%{name}
%{_kde_datadir}/apps/%{name}/*
%{_kde_datadir}/applications/kde4/%{name}.desktop
%{_kde_services}/dict.protocol
%{_kde_iconsdir}/hicolor/128x128/apps/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0g-2
+ Revision: c6c9f99
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 899 |14cr|dillo-3.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Very fast and light web browser
Name:		dillo
Version:	3.0.3
Release:	3
# The OpenSSL exception is in dpi/https.c - AdamW 2008/12
License:	GPLv3+ with exceptions
Group:		Networking/WWW
URL:		http://www.dillo.org/
Source0:	http://www.dillo.org/download/%{name}-%{version}.tar.bz2
Source1:	http://www.dillo.org/download/%{name}-%{version}.tar.bz2.asc
BuildRequires:	fltk-devel
BuildRequires:	jpeg-devel
BuildRequires:	ungif-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
Dillo is a Web browser that's completely written in C, very fast, and small in
code base and binary. It is a graphical browser built upon FLTK2 and currently
renders a subset of HTML (no frames, no JavaScript, and no JVM).

%prep
%setup -q

%build
%configure2_5x --enable-ipv6
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}
install -m 644 dillorc %{buildroot}%{_sysconfdir}/

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Dillo
Comment=A simple web browser
Exec=%{name}
Icon=networking_www_section
Terminal=false
Type=Application
Categories=Network;WebBrowser;
EOF

%files
%doc AUTHORS ChangeLog* INSTALL NEWS README
%{_bindir}/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_libdir}/%{name}/
%config(noreplace) %{_sysconfdir}/dillorc
%config(noreplace) %{_sysconfdir}/dillo/dillorc
%config(noreplace) %{_sysconfdir}/dillo/dpidrc
%config(noreplace) %{_sysconfdir}/dillo/keysrc
%config(noreplace) %{_sysconfdir}/dillo/domainrc
%{_mandir}/man1/dillo.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.3-3
+ Revision: 740364b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 900 |14cr|ding-1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A Dictionary Lookup program
Name: ding
Version: 1.7
Release: 3
License: GPL 
Group: System/Internationalization
Source: ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/ding-%{version}.tar.bz2
Patch: ding-1.5-xdg.patch
Patch1: ding-1.5-encoding.patch
URL: http://www-user.tu-chemnitz.de/~fri/ding/
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: desktop-file-utils
BuildRequires: imagemagick
Requires: tcl >= 8.0
Requires: tk >= 8.0
Requires: aspell-en
Requires: aspell-de

%description 
Ding (DIctionary Nice Grep) is a tool to lookup words in dictionaries.
It uses tools like agrep, dict, ispell/aspell etc. It contains a program 
(ding) written in Tcl/Tk and a German - English dictionary with about
180,000 translations.

%prep 
%setup -q
%patch -p1 -b .xdg
%patch1 -p1 -b .encoding

%build
%install
echo $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/dict
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
mkdir -p $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
cp ding $RPM_BUILD_ROOT%{_bindir}/ding
cp de-en.txt $RPM_BUILD_ROOT%{_datadir}/dict/de-en.txt
cp ding.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/ding.png
cp ding.desktop $RPM_BUILD_ROOT%{_datadir}/applications/ding.desktop
cp ding.1 $RPM_BUILD_ROOT%{_mandir}/man1/ding.1
mkdir -p %buildroot{%_liconsdir,%_miconsdir,%_iconsdir}
ln -s %_datadir/pixmaps/%name.png %buildroot%_iconsdir/
convert -scale 16 %name.png %buildroot%_miconsdir/%name.png

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files 
%defattr(-,root,root)
%doc README
%doc CHANGES
%doc COPYING
%{_bindir}/ding
%{_datadir}/dict/de-en.txt
%{_datadir}/pixmaps/ding.png
%{_datadir}/applications/ding.desktop
%{_mandir}/man1/ding.1*
%_iconsdir/%name.png
%_miconsdir/%name.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-3
+ Revision: 767a124
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 901 |14cr|ding-libs-0.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define path_utils_version 0.2.1
%define dhash_version 0.4.2
%define collection_version 0.6.0
%define ref_array_version 0.1.1
%define ini_config_version 0.6.1

%define path_utils_libname %mklibname path_utils 1
%define path_utils_develname %mklibname path_utils -d
%define dhash_libname %mklibname dhash 1
%define dhash_develname %mklibname dhash -d
%define collection_libname %mklibname collection 2
%define collection_develname %mklibname collection -d
%define ref_array_libname %mklibname ref_array 1
%define ref_array_develname %mklibname ref_array -d
%define ini_config_libname %mklibname ini_config 2
%define ini_config_develname %mklibname ini_config -d

Name: ding-libs
Version: 0.1.2
Release: 3
Summary: "Ding is not GLib" assorted utility libraries
Group: Development/C
License: LGPLv3+
URL: http://fedorahosted.org/sssd/
Source0: http://fedorahosted.org/releases/d/i/ding-libs/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}
BuildRequires: doxygen
BuildRequires: check-devel

%description
A set of helpful libraries used by projects such as SSSD.

%package -n %{path_utils_libname}
Summary: Filesystem Path Utilities
Group: Development/C
License: LGPLv3+
Version: %{path_utils_version}

%description -n %{path_utils_libname}
Utility functions to manipulate filesystem pathnames

%package -n %{path_utils_develname}
Summary: Development files for libpath_utils
Group: Development/C
Requires: %{path_utils_libname} = %{path_utils_version}-%{release}
Provides: path_utils-devel = %{path_utils_version}-%{release}
License: LGPLv3+
Version: %{path_utils_version}

%description -n %{path_utils_develname}
Utility functions to manipulate filesystem pathnames


%package -n %{dhash_libname}
Group: Development/C
Summary: Dynamic hash table
License: LGPLv3+
Version: %{dhash_version}

%description -n %{dhash_libname}
A hash table which will dynamically resize to achieve optimal storage & access
time properties

%package -n %{dhash_develname}
Summary: Development files for libdhash
Group: Development/C
Requires: %{dhash_libname} = %{dhash_version}-%{release}
Provides: dhash-devel = %{dhash_version}-%{release}
License: LGPLv3+
Version: %{dhash_version}

%description -n %{dhash_develname}
A hash table which will dynamically resize to achieve optimal storage & access
time properties

%package -n %{collection_libname}
Summary: Collection data-type for C
Group: Development/C
License: LGPLv3+
Version: %{collection_version}

%description -n %{collection_libname}
A data-type to collect data in a hierarchical structure for easy iteration
and serialization

%package -n %{collection_develname}
Summary: Development files for libcollection
Group: Development/C
License: LGPLv3+
Requires: %{collection_libname} = %{collection_version}-%{release}
Provides: collection-devel = %{collection_version}-%{release}
Version: %{collection_version}

%description -n %{collection_develname}
A data-type to collect data in a hierarchical structure for easy iteration
and serialization

%package -n %{ref_array_libname}
Summary: A refcounted array for C
Group: Development/C
License: LGPLv3+
Version: %{ref_array_version}

%description -n %{ref_array_libname}
A dynamically-growing, reference-counted array

%package -n %{ref_array_develname}
Summary: Development files for libref_array
Group: Development/C
Requires: %{ref_array_libname} = %{ref_array_version}-%{release}
Provides: ref_array-devel = %{ref_array_version}-%{release}
License: LGPLv3+
Version: %{ref_array_version}

%description -n %{ref_array_develname}
A dynamically-growing, reference-counted array

%package -n %{ini_config_libname}
Summary: INI file parser for C
Group: Development/C
License: LGPLv3+
Version: %{ini_config_version}

%description -n %{ini_config_libname}
Library to process config files in INI format into a libcollection data
structure

%package -n %{ini_config_develname}
Summary: Development files for libini_config
Group: Development/C
License: LGPLv3+
Requires: %{ini_config_libname} = %{ini_config_version}-%{release}
Provides: ini_config-devel = %{ini_config_version}-%{release}
Version: %{ini_config_version}

%description -n %{ini_config_develname}
Library to process config files in INI format into a libcollection data
structure

%prep
%setup -q

%build
%configure2_5x \
    --disable-static
%make
%make docs

%check
%make check

%install
rm -rf %{buildroot}

%makeinstall_std

# Remove .la files created by libtool
rm -f %{buildroot}/%{_libdir}/*.la

# Remove the example files from the output directory
# We will copy them directly from the source directory
# for packaging
rm -f \
    %{buildroot}/usr/share/doc/ding-libs/README.* \
    %{buildroot}/usr/share/doc/ding-libs/examples/dhash_example.c \
    %{buildroot}/usr/share/doc/ding-libs/examples/dhash_test.c

# Remove document install script. RPM is handling this
rm -f */doc/html/installdox

%clean
rm -rf %{buildroot}

%files -n %{path_utils_libname}
%defattr(-,root,root)
%doc COPYING COPYING.LESSER
%{_libdir}/libpath_utils.so.1
%{_libdir}/libpath_utils.so.1.0.0

%files -n %{path_utils_develname}
%defattr(-,root,root)
%{_includedir}/path_utils.h
%{_libdir}/libpath_utils.so
%{_libdir}/pkgconfig/path_utils.pc
%doc path_utils/README.path_utils
%doc path_utils/doc/html/

%files -n %{dhash_libname}
%defattr(-,root,root)
%doc COPYING COPYING.LESSER
%{_libdir}/libdhash.so.1
%{_libdir}/libdhash.so.1.0.0

%files -n %{dhash_develname}
%defattr(-,root,root)
%{_includedir}/dhash.h
%{_libdir}/libdhash.so
%{_libdir}/pkgconfig/dhash.pc
%doc dhash/README.dhash
%doc dhash/examples/

%files -n %{collection_libname}
%defattr(-,root,root)
%doc COPYING
%doc COPYING.LESSER
%{_libdir}/libcollection.so.2
%{_libdir}/libcollection.so.2.0.0

%files -n %{collection_develname}
%defattr(-,root,root)
%{_includedir}/collection.h
%{_includedir}/collection_tools.h
%{_includedir}/collection_queue.h
%{_includedir}/collection_stack.h
%{_libdir}/libcollection.so
%{_libdir}/pkgconfig/collection.pc
%doc collection/doc/html/

%files -n %{ref_array_libname}
%defattr(-,root,root)
%doc COPYING
%doc COPYING.LESSER
%{_libdir}/libref_array.so.1
%{_libdir}/libref_array.so.1.0.0

%files -n %{ref_array_develname}
%defattr(-,root,root)
%{_includedir}/ref_array.h
%{_libdir}/libref_array.so
%{_libdir}/pkgconfig/ref_array.pc
%doc refarray/README.ref_array
%doc refarray/doc/html/

%files -n %{ini_config_libname}
%defattr(-,root,root)
%doc COPYING
%doc COPYING.LESSER
%{_libdir}/libini_config.so.2
%{_libdir}/libini_config.so.2.0.0

%files -n %{ini_config_develname}
%defattr(-,root,root)
%{_includedir}/ini_config.h
%{_libdir}/libini_config.so
%{_libdir}/pkgconfig/ini_config.pc
%doc ini/doc/html/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-3
+ Revision: 3aff6fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 902 |14cr|dino-0.2.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	dino
%define version	0.2.8
%define release  3

Name: 	 	%{name}
Summary: 	Pattern-based MIDI sequencer
Version: 	%{version}
Release: 	%{release}
License:	GPLv2+
Group:		Sound
URL:		http://dino.nongnu.org/
Source0:	http://download.savannah.nongnu.org/releases/dino/%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	jackit-devel >= 0.102.5
BuildRequires:	pkgconfig(libglademm-2.4)
BuildRequires:	lash-devel
BuildRequires:	pkgconfig(libxml++-2.6)
BuildRequires:	chrpath
BuildRequires:	readline-devel

%description
Dino is a pattern-based sequencer, which means that you write small patterns
of MIDI events that you can repeat and arrange to create a whole song. Each
track has its own patterns, so you can for example play the same drum pattern
over and over again while you play different lead synth patterns and
basslines.

%prep
%setup -q

%build
%configure2_5x
%make
										
%install
%makeinstall_std
chrpath -d %buildroot/%_bindir/%name

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Dino
Comment=MIDI Sequencer
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;Audio;Sequencer;
EOF

#icons
mkdir -p %{buildroot}/%_liconsdir
convert -size 48x48 pixmaps/head.png %{buildroot}/%_liconsdir/%name.png
mkdir -p %{buildroot}/%_iconsdir
convert -size 32x32 pixmaps/head.png %{buildroot}/%_iconsdir/%name.png
mkdir -p %{buildroot}/%_miconsdir
convert -size 16x16 pixmaps/head.png %{buildroot}/%_miconsdir/%name.png

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/%name
%{_datadir}/%name
%{_datadir}/applications/mandriva-%{name}.desktop
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.8-3
+ Revision: 0b698ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 903 |14cr|directory-naming-0.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           directory-naming
Version:        0.8
Release:        7
Summary:        Apache Directory Naming Component
License:        ASL 2.0
URL:            http://directory.apache.org
Group:          Development/Java

Source0:        directory-naming-0.8.tar.bz2
# svn export -r 124846 http://svn.apache.org/repos/asf/directory/sandbox/dormant-subprojects/naming/ directory-naming-0.8

Source5:        http://repo1.maven.org/maven2/directory-naming/naming-core/0.8/naming-core-0.8.pom
Source6:        http://repo1.maven.org/maven2/directory-naming/naming-config/0.8/naming-config-0.8.pom
Source7:        http://repo1.maven.org/maven2/directory-naming/naming-factory/0.8/naming-factory-0.8.pom
Source8:        http://repo1.maven.org/maven2/directory-naming/naming-java/0.8/naming-java-0.8.pom
Source9:        http://repo1.maven.org/maven2/directory-naming/naming-management/0.8/naming-management-0.8.pom
Source10:       http://repo1.maven.org/maven2/directory-naming/naming-resources/0.8/naming-resources-0.8.pom

BuildRequires:  jpackage-utils >= 1.7.3
BuildRequires:  java-devel >= 1.4.2
BuildRequires:  ant >= 1.6.5
BuildRequires:  hsqldb
BuildRequires:  junit
BuildRequires:  ant-junit
BuildRequires:  jakarta-commons-beanutils
BuildRequires:  jakarta-commons-collections
BuildRequires:  jakarta-commons-dbcp
BuildRequires:  jakarta-commons-digester
BuildRequires:  jakarta-commons-lang
BuildRequires:  jakarta-commons-logging
BuildRequires:  jakarta-commons-pool
BuildRequires:  classpathx-mail
BuildRequires:  mx4j

Requires:  jakarta-commons-beanutils
Requires:  jakarta-commons-collections
Requires:  jakarta-commons-dbcp
Requires:  jakarta-commons-digester
Requires:  jakarta-commons-lang
Requires:  jakarta-commons-logging
Requires:  jakarta-commons-pool
Requires:  classpathx-mail
Requires:  mx4j
Requires(post):    jpackage-utils >= 1.7.3
Requires(postun):  jpackage-utils >= 1.7.3

BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Naming is a lightweight, in-memory JNDI service provider.  To
enable flexible deployment with limited dependencies, Naming is divided in 6
packages, each producing a separate jar artifact.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
API documentation for %{name}.

%prep
%setup -q
# remove all binary libs
for j in $(find . -name "*.jar"); do
    mv $j $j.no
done
sed -i "s/\r//" LICENSE.txt

%build
export CLASSPATH=$(build-classpath \
commons-beanutils \
commons-collections \
commons-dbcp \
commons-digester \
commons-lang \
commons-logging \
commons-pool \
hsqldb \
javamail \
junit \
mx4j/mx4j-jmx \
)

CLASSPATH=$CLASSPATH:$(pwd)/naming-config/target/classes:$(pwd)/naming-config/target/test-classes
CLASSPATH=$CLASSPATH:$(pwd)/naming-core/target/classes:$(pwd)/naming-core/target/test-classes
CLASSPATH=$CLASSPATH:$(pwd)/naming-factory/target/classes:$(pwd)/naming-factory/target/test-classes
CLASSPATH=$CLASSPATH:$(pwd)/naming-java/target/classes:$(pwd)/naming-java/target/test-classes
CLASSPATH=$CLASSPATH:$(pwd)/naming-management/target/classes:$(pwd)/naming-management/target/test-classes
CLASSPATH=$CLASSPATH:$(pwd)/naming-resources/target/classes:$(pwd)/naming-resources/target/test-classes

export OPT_JAR_LIST="junit ant/ant-junit"

ant -Dbuild.sysclasspath=only jar javadoc

%install
export NO_BRP_CHECK_BYTECODE_VERSION=true
# jars
%__mkdir_p %{buildroot}%{_javadir}/%{name}
for p in \
         naming-config \
         naming-core \
         naming-factory \
         naming-java \
         naming-management \
         naming-resources \
         ; do
%__install -m 644 $p/target/$p-%{version}.jar %{buildroot}%{_javadir}/%{name}/$p-%{version}.jar
done
(cd %{buildroot}%{_javadir}/%{name} && for jar in *-%{version}*; do %__ln_s ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# poms
%__mkdir_p %{buildroot}%{_datadir}/maven2/poms
%__install -m 644 %{SOURCE5}  %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-naming-core.pom
%add_to_maven_depmap %{name} naming-core %{version} JPP/%{name} naming-core
%__install -m 644 %{SOURCE6}  %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-naming-config.pom
%add_to_maven_depmap %{name} naming-config %{version} JPP/%{name} naming-config
%__install -m 644 %{SOURCE7}  %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-naming-factory.pom
%add_to_maven_depmap %{name} naming-factory %{version} JPP/%{name} naming-factory
%__install -m 644 %{SOURCE8}  %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-naming-java.pom
%add_to_maven_depmap %{name} naming-java %{version} JPP/%{name} naming-java
%__install -m 644 %{SOURCE9}  %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-naming-management.pom
%add_to_maven_depmap %{name} naming-management %{version} JPP/%{name} naming-management
%__install -m 644 %{SOURCE10} %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-naming-resources.pom
%add_to_maven_depmap %{name} naming-resources %{version} JPP/%{name} naming-resources

# docs
%__mkdir_p %{buildroot}%{_docdir}/%{name}-%{version}
%__cp LICENSE.txt  %{buildroot}%{_docdir}/%{name}-%{version}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%{_docdir}/*
%{_javadir}/%{name}
%{_datadir}/maven2/poms/*
%config %{_mavendepmapfragdir}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-7
+ Revision: ea5e772
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 904 |14cr|disc-cover-1.5.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	disc-cover
%define version 1.5.6
%define release 6

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Makes covers for audio CDs using CDDB info
License:	GPL
Group:		Graphics
Source:		http://www.vanhemert.co.uk/files/%{name}-%{version}.tar.bz2
URL:		http://www.vanhemert.co.uk/disc-cover.html
Requires:	tetex-dvips
Requires:	tetex-latex
Requires:	perl-Audio-CD
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Provides an easy way to produce covers for audio cds.  It scans audio CDs and
uses information from the CDDB database to build a back and front cover for the
CD.  The cover output is in Latex, Dvi, Pdf or Postscript.  This little gadget
lets you produce covers without typing in all the information yourself.  An
easy way to replace all those lost covers ;-)

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 0755 disc-cover %{buildroot}%{_bindir}
chmod 755 templates
chmod 644 templates/*
cp -r templates %{buildroot}%{_datadir}/%{name}
#fix doc permissions
chmod 644 AUTHORS COPYING CHANGELOG TODO

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING CHANGELOG TODO
%{_bindir}/disc-cover
%_datadir/disc-cover/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.6-6
+ Revision: 2866ecb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 905 |14cr|diskimg-1.1.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tools to make disks/partitions image
Name:		diskimg
Version:	1.1.1
Release:	11
License:	GPL
Group:		Archiving/Backup
Url:		http://www.scylla-charybdis.com/tools.html#diskimg
Source0:	%{name}.tar.bz2

%description
DiskImg is a small command-line utility that dumps the contents
of a drive or partition to standard out. Because it is based on 
large file support, it is able to skip over read errors and log
them to a log file. It can start reading at an offset and writes
its progress to stderr.

%files
%doc VERSION README
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make "CFLAGS=%{optflags}"

%install
install -D %{name} %{buildroot}%{_bindir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-11
+ Revision: df1c028
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 906 |14cr|disksearch-1.2.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		disksearch
Summary:	Catalog and search tool for removable media
Version:	1.2.1
Release:	7
Source:		http://prdownloads.sourceforge.net/disksearch/%{name}-%{version}.tar.bz2
URL:		http://disksearch.sourceforge.net/
License:	GPL
Group:		File tools
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	imagemagick
Requires:	pygtk2.0-libglade
BuildArch:	noarch

%description
DiskSearch is a tool for searching for files on all your removable media disks
(e.g. CD's, ZIP disks or backup tapes). For instance you can search for songs
on your MP3-CD's or for a document on your backup DVD's. For advanced queries
there is a regular expression search mode.  The search is based on a simple
database file which needs to be filled once by adding all your disks to it.

%prep
%setup -q
perl -p -i -e 's|/usr/local|/usr||g' %name

%build
# for remove rpmlint's warning...

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%find_lang %name

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=DiskSearch
Comment=Search removable media
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=System;Filesystem;
EOF

#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
convert -size 48x48 resource/%name.png $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
convert -size 32x32 resource/%name.png $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
convert -size 16x16 resource/%name.png $RPM_BUILD_ROOT/%_miconsdir/%name.png

mkdir -p %{buildroot}%{_iconsdir}/hicolor/16x16/apps/
convert -geometry 16x16 resource/%name.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}/hicolor/32x32/apps/
convert -geometry 32x32 resource/%name.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}/hicolor/48x48/apps/
convert -geometry 48x48 resource/%name.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-,root,root)
%doc docs/*
%{_bindir}/%name
%{_datadir}/%name
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/applications/mandriva-%name.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-7
+ Revision: 85a1033
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 907 |14cr|dispcalGUI-1.7.5.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A graphical user interface for the Argyll CMS display calibration utilities
Name:		dispcalGUI
Version:	1.7.5.7
Release:	2
License:	GPLv3+
Group: 		Graphics
Url:		http://dispcalGUI.hoech.net
Source0:	http://sourceforge.net/projects/dispcalgui/files/release/%{version}/%{name}-%{version}.tar.gz
Patch0:		dispcalGUI-1.7.5.7-rpmbuild.patch
BuildRequires:	python-setuptools
BuildRequires:	wxPythonGTK
BuildRequires:	wxPythonGTK-wxversion
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xxf86vm)
Requires:	argyllcms
Requires:	python-setuptools
Requires:	wxPythonGTK
Requires:	wxPythonGTK-wxversion

%description
A graphical user interface for the Argyll CMS display calibration utilities.

%files
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/dispcalGUI*.desktop
%{_mandir}/man1/*.xz
%{_iconsdir}/hicolor/*/*
%{py_platsitedir}/%{name}
%{py_platsitedir}/*egg*
%{_sysconfdir}/xdg/autostart/z-dispcalGUI-apply-profiles.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
python setup.py build

%install
python setup.py install --prefix=/usr --root=%{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.5.7-2
+ Revision: 59c99e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 908 |14cr|distcc-3.2rc1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")}
%define _hardened_build 1


Name:       distcc
Version:    3.2rc1
Release:    2
Summary:    Distributed C/C++ compilation
Group:      Development/C
License:    GPLv2+
URL:        http://distcc.org/
Source0:    http://distcc.googlecode.com/files/%{name}-%{version}.tar.bz2
Source1:    hosts.sample
Source2:    distccd.service
Patch0:     %{name}-3.2rc1-mga-fix-sv-coding-in-distccmon-gnome.desktop.patch
BuildRequires: pkgconfig(popt)
BuildRequires: pkgconfig(libgnomeui-2.0)
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(python-2.7)
BuildRequires: desktop-file-utils
BuildRequires: avahi-common-devel 
BuildRequires: pkgconfig(avahi-client)
BuildRequires: pkgconfig(avahi-core)


%description
distcc is a program to distribute compilation of C or C++ code across
several machines on a network. distcc should always generate the same
results as a local compile, is simple to install and use, and is often
two or more times faster than a local compile.


%package     server
Summary:    Server for distributed C/C++ compilation
Group:      Development/C
License:    GPLv2+

Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description server
This package contains the compilation server needed to use %{name}.


%prep
%setup -q
# desktop patch from mga
%patch0 -p0
# fix debug
find src -type f -exec chmod 644 {} \;
chmod 644 include_server/c_extensions/distcc_pump_c_extensions_module.c
chmod 644 lzo/minilzo.{c,h}
chmod 644 lzo/lzoconf.h
chmod 644 README 
chmod 644 COPYING
iconv -f iso8859-1 -t utf-8 NEWS > NEWS.conv && mv -f NEWS.conv NEWS

%build
%configure --with-gnome --with-docdir=%{_datadir}/doc/%{name}-%{version} --disable-Werror
%make


%install
%makeinstall_std

# Move desktop file to right directory
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
mv $RPM_BUILD_ROOT%{_datadir}/%{name}/*.desktop $RPM_BUILD_ROOT%{_datadir}/applications/
sed -i 's@Icon=@Icon=%{_datadir}/%{name}/@' $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop

# Install sample hosts file
install -Dm 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/hosts

# Install sample distccd config file
install -Dm 0644 contrib/redhat/sysconfig $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/distccd

# Install distcdd unit file
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
install -Dm 0755 %{SOURCE2} $RPM_BUILD_ROOT%{_unitdir}/distccd.service

# fix permits
find $RPM_BUILD_ROOT%{python_sitearch}/include_server -name '*.py' -exec chmod +x {} \;
chmod +x $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/commands.allow.sh
sed -i -e '1d;2i#!/usr/bin/python' $RPM_BUILD_ROOT%{python_sitearch}/include_server/__init__.py

%post server
#[ $1 -lt 2 ] && /sbin/chkconfig --add distccd ||:
if [ $1 -eq 1 ] ; then 
    # Initial installation 
    /usr/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi



%preun server
#[ $1 -eq 0 ] && /sbin/chkconfig --del distccd ||:
if [ $1 -eq 0 ] ; then
    # Package removal, not upgrade
    /usr/bin/systemctl --no-reload disable distccd.service > /dev/null 2>&1 || :
    /usr/bin/systemctl stop distccd.service > /dev/null 2>&1 || :
fi

%postun server
/usr/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall
    /usr/bin/systemctl try-restart distccd.service >/dev/null 2>&1 || :
fi

%files
%doc %{_datadir}/doc/%{name}-%{version}
%{_bindir}/distcc
%{_bindir}/distccmon*
%{_bindir}/lsdistcc
%{_bindir}/pump
%{_mandir}/man1/distcc.*
%{_mandir}/man1/distccmon*
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/hosts

%files server
%doc COPYING README
%{_bindir}/distccd
%{_unitdir}/*
%{_sysconfdir}/default/distcc
%{_sysconfdir}/distcc/*allow*
%{_mandir}/man1/distccd*
%{_mandir}/man1/include_server*
%{_mandir}/man1/pump*
%config(noreplace) %{_sysconfdir}/sysconfig/distccd
%{python_sitearch}/include_server*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2rc1-2
+ Revision: 66456c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 909 |14cr|divfix++-0.34-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec is based on Enrico Chiaretti's work in MIB and
# Erdem U. Altinyurt's and Toni Graffy's work in OpenSUSE(?)

%define oname DivFix++

Name:		divfix++
Summary:	A program to repair broken AVI file streams by rebuilding index part of file
Version:	0.34
Release:	2
License:	GPL
Group:		Video
URL:		http://divfixpp.sourceforge.net/
Source0:	%{oname}_v%{version}-src.tar.bz2
BuildRequires:	dos2unix
BuildRequires:	wxgtku-devel
%rename		%{oname}

%description
This program designed to repair broken AVI file streams by
rebuilding index part of file. This is very useful when trying
to preview movies which has no index part, like some files are
currently downloading from ed2k or bittorent networks.

DivFix++ has supports CLI tools, this means you can fix, preview
and delete movies automatically via script (by using argument
parameters...)

DivFix++ program code supports lots of operating system, because
it's writen by cross-platform API, wxWidgets.

%prep
%setup -q -n %{oname}_v%{version}
dos2unix docs/*
%__chmod 644 docs/*

%build
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

# Overwite .desktop file
cat > %{buildroot}%{_datadir}/applications/%{oname}.desktop << EOF
[Desktop Entry]
Name=DivFix++
Comment=AVI Repair & Preview Utility
Exec=DivFix++
Icon=DivFix++
Terminal=false
Type=Application
Categories=AudioVideo;Video;
EOF

%find_lang %{oname}

%clean
%__rm -rf %{buildroot}

%files -f %{oname}.lang
%defattr(-,root,root)
%doc docs/*
%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/pixmaps/%{oname}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.34-2
+ Revision: 5a7c426
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 910 |14cr|djview4-4.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           djview4
Version:        4.9
Release:        2
Epoch:          0
Summary:        DjVu viewer and browser plugin
License:        GPLv2+
Group:          Publishing
URL:            http://djvu.sourceforge.net/djview4.html
Source0:        https://sourceforge.net/projects/djvu/files/DjView/4.9/djview-%{version}.tar.gz
BuildRequires:  desktop-file-utils
BuildRequires:  djvulibre-devel >= 3.5.18
BuildRequires:  qt4-devel >= 4.2.0
BuildRequires:  tiff-devel

%description
This package contains the djview4 viewer and browser plugin.

Highlights:

- Entirely based on the public djvulibre api.
- Entirely written in portable Qt4.
- Works with Qt/X11, Qt/Mac, and Qt/Windows.
- Continuous scrolling of pages.
- Side-by-side display of pages.
- Ability to specify a url to the djview command.
- All plugin and cgi options available from the command line.
- All silly annotations implemented.
- Display thumbnails as a grid.
- Display outlines.
- Page names supported (see djvused command set-page-title).
- Metadata dialog (see djvused command set-meta).
- Mmplemented as reusable Qt widgets.

%package -n mozilla-plugin-dejavu
Summary:        UNIX-based DjVu Netscape plugin
Group:          Publishing
Requires:       %{name} = %{epoch}:%{version}-%{release}
Obsoletes:      djvulibre-browser-plugin < %{epoch}:%{version}-%{release}
Provides:       djvulibre-browser-plugin = %{epoch}:%{version}-%{release}

%description -n mozilla-plugin-dejavu
UNIX-based DjVu Netscape plugin.

%prep
%setup -q

%build
export QTDIR=%{qt4dir}
%configure2_5x
%make

%install
%makeinstall_std
%__rm -r %{buildroot}%{_datadir}/djvu/djview4/desktop
%__mkdir_p %{buildroot}%{_libdir}/mozilla/plugins
%__mv %{buildroot}%{_libdir}/netscape/plugins/nsdejavu.so %{buildroot}%{_libdir}/mozilla/plugins/nsdejavu.so
%__ln_s %{_libdir}/mozilla/plugins/nsdejavu.so %{buildroot}%{_libdir}/netscape/plugins/nsdejavu.so

%__mkdir_p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
%__cp -a desktopfiles/hi32-djview4.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/djvulibre-djview4.png
%__mkdir_p %{buildroot}%{_datadir}/icons/hicolor/64x64/apps
%__cp -a desktopfiles/hi64-djview4.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/djvulibre-djview4.png
%__mkdir_p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
%__cp -a desktopfiles/djview.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/djvulibre-djview4.svg

%{_bindir}/desktop-file-install \
  --vendor="" \
  --remove-category="Application" \
  --add-category="Qt" \
  --add-category="Graphics" \
  --add-category="Viewer" \
  --dir %{buildroot}%{_datadir}/applications desktopfiles/djvulibre-djview4.desktop

%files
%defattr(0644,root,root,0755)
%doc COPYING COPYRIGHT INSTALL NEWS README README_packagers README_translations
%attr(0755,root,root) %{_bindir}/djview
%attr(0755,root,root) %{_bindir}/djview4
%{_datadir}/djvu/djview4/
%{_mandir}/man1/djview4.1*
%{_mandir}/man1/djview.1*
%{_datadir}/applications/djvulibre-djview4.desktop
%{_datadir}/icons/hicolor/*/apps/djvulibre-djview4.*

%files -n mozilla-plugin-dejavu
%defattr(0644,root,root,0755)
%doc nsdejavu/README
%attr(0755,root,root) %{_libdir}/netscape/plugins/nsdejavu.so
%attr(0755,root,root) %{_libdir}/mozilla/plugins/nsdejavu.so
%{_mandir}/man1/nsdejavu.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:4.9-2
+ Revision: ad6779a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 911 |14cr|dkms-kalmia-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	kalmia

Name:		dkms-%{modname}
Version:	0.2
Release:	2
Summary:	Driver for Kalmia-based 4G/LTE modems
Group:		System/Configuration/Hardware
License:	GPLv2+
URL:		https://github.com/mkotsbak/Samsung-GT-B3730-linux-driver
Source0:	%{modname}-%{version}.tar.xz
#CVSID:		796fd38b68167f527980ed75a5cbfe0d802d4ece
Requires(post):	dkms
Requires(preun):dkms
BuildArch:	noarch
Suggests:	minicom

%description
This package provides the kernel driver for 4G/LTE modems using the Kalmia
chipset, ie. such as Samsung's GT-B3710 & GT-B3730.

%prep
%setup -qn %{modname}-%{version}

%build

%install
install -d %{buildroot}%{_docdir}/%{modname}
install -m644 README *.txt %{buildroot}%{_docdir}/%{modname}
install -m755 chat.sh connect_lte.sh connect_nonlte.sh %{buildroot}%{_docdir}/%{modname}

# DKMS stuff
install -d %{buildroot}%{_usrsrc}/%{modname}-%{version}
install -m644 Makefile kalmia.c %{buildroot}%{_usrsrc}/%{modname}-%{version}

# Configuration for dkms
cat > %{buildroot}%{_usrsrc}/%{modname}-%{version}/dkms.conf << 'EOF'
PACKAGE_NAME=%{modname}
PACKAGE_VERSION=%{version}
BUILT_MODULE_NAME="%{modname}"
DEST_MODULE_LOCATION="/kernel/drivers/usb/net"
AUTOINSTALL=yes
EOF

%post
dkms add -m %{modname} -v %{version} --rpm_safe_upgrade || :
dkms build -m %{modname} -v %{version} --rpm_safe_upgrade || :
dkms install -m %{modname} -v %{version} --rpm_safe_upgrade || :

%preun
dkms remove -m %{modname} -v %{version} --all --rpm_safe_upgrade || :

%files
%dir %{_docdir}/%{modname}
%doc %{_docdir}/%{modname}/README
%{_docdir}/%{modname}/*.txt
%{_docdir}/%{modname}/*.sh
%{_usrsrc}/%{modname}-%{version}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-2
+ Revision: 3df964c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 912 |14cr|dkms-lazyfs-0.1.26-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module lazyfs
%define vname lazyfs-linux
%define LAZYFS_VERSION 0d1d26

Summary: Dkms module for the lazyfs module
Name: dkms-lazyfs
Version: 0.1.26
Release: 7
Source0: http://prdownloads.sourceforge.net/zero-install/%{vname}-%{version}.tgz.gpg
Source1: lazyfs-dkms.conf
License: GPL
Group: System/Kernel and hardware
URL: http://0install.net/
BuildArchitectures: noarch
Requires(post): dkms
Requires(preun): dkms
Provides: lazyfs = %{LAZYFS_VERSION}
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
BuildRequires: gnupg
%description
Lazyfs is a kernel module needed by the Zero Install system.

%prep
%setup -c -T -n %vname-%version
cd ..
gpg -o %{vname}.tar.gz %{SOURCE0} || echo Ignoring GPG error
tar --no-same-owner -xzf %{vname}.tar.gz
rm %{vname}.tar.gz
cd %vname-%version
perl -p -i -e 's/\@VERSION@/%version/; s/\@LAZYFS_VERSION@/%{LAZYFS_VERSION}/' < %{SOURCE1} > dkms.conf

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/src/%module-%version.%release/
install -m 644 dkms.conf $RPM_BUILD_ROOT/usr/src/%module-%version.%release/dkms.conf
tar c . | tar x -C $RPM_BUILD_ROOT/usr/src/%module-%version.%release/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%attr(0755,root,root) /usr/src/%module-%version.%release/

%post
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %module -v %version.%release
/usr/sbin/dkms --rpm_safe_upgrade build -m %module -v %version.%release
/usr/sbin/dkms --rpm_safe_upgrade install -m %module -v %version.%release

%preun
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %module -v %version.%release --all


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.26-7
+ Revision: 3b074d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 913 |14cr|dkms-netfilter-rtsp-3.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define proto rtsp
%define module_name netfilter-%{proto}

Summary:	Netfilter RTSP support (nat and conntrack)
Name:		dkms-%{module_name}
Version:	3.7
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://mike.it-loops.com/rtsp/
Source0:	%{proto}-module-%{version}-v2.tar.gz
Source10:	%{name}.rpmlintrc
Requires(post):	coreutils
Requires(post,preun):	dkms
Provides:	%{module_name} = %{EVRD}
BuildArch:	noarch

%description
This module enable to add conntrack and nat support to netfilter for rtsp,
( Real Time Streaming Protocol ).

%files
%defattr(0644,root,root,0755)
%doc README.rst
%{_usrsrc}/%{module_name}-%{version}-%{release}

%post
%{_sbindir}/dkms add -m %{module_name} -v %{version}-%{release} --rpm_safe_upgrade
%{_sbindir}/dkms build -m %{module_name} -v %{version}-%{release} --rpm_safe_upgrade
%{_sbindir}/dkms install -m %{module_name} -v %{version}-%{release} --rpm_safe_upgrade
/sbin/rmmod nf_conntrack_rtsp
/sbin/modprobe nf_conntrack_rtsp
/sbin/rmmod nf_nat_rtsp
/sbin/modprobe nf_nat_rtsp || :

%preun
%{_sbindir}/dkms remove -m %{module_name} -v %{version}-%{release} --rpm_safe_upgrade --all || :

#----------------------------------------------------------------------------

%prep
%setup -q -c

%build

%install
mkdir -p %{buildroot}%{_usrsrc}/%{module_name}-%{version}-%{release}
cp -a * %{buildroot}%{_usrsrc}/%{module_name}-%{version}-%{release}
cat > %{buildroot}%{_usrsrc}/%{module_name}-%{version}-%{release}/dkms.conf << EOF
PACKAGE_VERSION="%{version}-%{release}"

# Items below here should not have to change with each driver version
PACKAGE_NAME="%{module_name}"

BUILT_MODULE_NAME[0]="nf_conntrack_rtsp"
DEST_MODULE_LOCATION[0]="/kernel/net/netfilter"
BUILT_MODULE_NAME[1]="nf_nat_rtsp"
DEST_MODULE_LOCATION[1]="/kernel/net/netfilter"

AUTOINSTALL="yes"

EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7-2
+ Revision: 85f3411
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 914 |14cr|dkms-tp_smapi-0.41-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	tp_smapi
%define	name	dkms-%{modname}
%define	version	0.41
%define release	2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	DKMS-ready module for SMAPI BIOS of ThinkPad laptops
License:	GPLv2+
Source0:	%{modname}-%{version}.tar.gz
Source1:	README.urpmi
Source2:	kernel-2.6.27-semaphore_h.patch
Url:		http://heanet.dl.sourceforge.net/sourceforge/tpctl/
Group:		Development/Kernel
Requires(pre):	dkms
Requires(post): dkms
Buildarch:	noarch

%description
ThinkPad laptops include a proprietary interface called SMAPI BIOS
(System Management Application Program Interface) which provides some
hardware control functionality that is not accessible by other means.

This driver exposes some features of the SMAPI BIOS through a sysfs
interface. It is suitable for newer models, on which SMAPI is invoked
through IO port writes.

WARNING:
This driver uses undocumented features and direct hardware access.
It thus cannot be guaranteed to work, and may cause arbitrary damage
(especially on models it wasn't tested on).

NOTE:
This package replaces module hdaps from upstream kernel with an
improved and tp_smapi compatible one. See the documentation.


%prep
%setup -q -c -n %{modname}-%{version}
chmod -R go=u-w .
# build in kernel 2.6.24 complains about not using EXTRA_CFLAGS
sed -i.bak -e 's/^CFLAGS/EXTRA_CFLAGS/' %{modname}-%{version}/Makefile
rm -f %{modname}-%{version}/Makefile.bak
cp %SOURCE1 .

%build


%install
mkdir -p %{buildroot}%{_usrsrc}/%{modname}-%{version}-%{release}
mkdir -p %{buildroot}%{_usrsrc}/%{modname}-%{version}-%{release}/patches
cp -a %{modname}-%{version}/* %{buildroot}%{_usrsrc}/%{modname}-%{version}-%{release}
cp -a %SOURCE2 %{buildroot}%{_usrsrc}/%{modname}-%{version}-%{release}/patches/
cat > %{buildroot}%{_usrsrc}/%{modname}-%{version}-%{release}/dkms.conf <<EOF

PACKAGE_VERSION="%{version}-%{release}"

# Items below here should not have to change with each driver version
PACKAGE_NAME="%{modname}"
MAKE[0]="make -C \${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build KBASE=\${kernel_source_dir}/.. KSRC=\${kernel_source_dir} KBUILD=\${kernel_source_dir} HDAPS=1"
CLEAN="make -C \${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build clean"
BUILT_MODULE_NAME[0]="\$PACKAGE_NAME"
DEST_MODULE_LOCATION[0]="/extra"
BUILT_MODULE_NAME[1]="thinkpad_ec"
DEST_MODULE_LOCATION[1]="/extra"
BUILT_MODULE_NAME[2]="hdaps"
DEST_MODULE_LOCATION[2]="/kernel/drivers/hwmon"
REMAKE_INITRD="no"
AUTOINSTALL="YES"
PATCH[0]=%(basename %SOURCE2)
PATCH_MATCH[0]="2\.6\.27"
EOF


%post
#if [ $1 == 1 ]
#then 
  dkms add -m %{modname} -v %{version}-%{release} --rpm_safe_upgrade
  dkms build -m %{modname} -v %{version}-%{release} --rpm_safe_upgrade
  dkms install -m %{modname} -v %{version}-%{release} --rpm_safe_upgrade
#fi


%preun
#if [ $1 == 0 ]
#  then
  dkms remove -m %{modname} -v %{version}-%{release} --rpm_safe_upgrade --all
#fi


%files
%doc %{modname}-%{version}/{README,CHANGES,TODO} README.urpmi
%docdir %{_usrsrc}/%{modname}-%{version}-%{release}/doc
/usr/src/%{modname}-%{version}-%{release}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.41-2
+ Revision: c5804b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 915 |14cr|dkms-vhba-2.1.1-0.20130607.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module vhba
%define oname vhba-module
# upstream release tarball is a snapshot-style one
%define snapshot 20130607

Summary:	Virtual SCSI HBA kernel module
Name:		dkms-vhba
# Sync version with cdemu because there's no version for module
Version:	2.1.1
Release:	0.%{snapshot}.2
Group:		System/Kernel and hardware
License:	GPLv2+
Url:		http://cdemu.sourceforge.net/
Source0:	http://downloads.sourceforge.net/cdemu/%{oname}-%{snapshot}.tar.bz2
Source10:	%{name}.rpmlintrc
Requires:	dkms
Requires(post,preun):	dkms
BuildArch:	noarch

%description
Virtual SCSI HBA kernel module. The vhba module is used by cdemu.

%files
%{_usrsrc}/%{module}-%{version}-%{release}

%post
dkms add	-m %{module} -v %{version}-%{release} --rpm_safe_upgrade &&
dkms build	-m %{module} -v %{version}-%{release} --rpm_safe_upgrade &&
dkms install	-m %{module} -v %{version}-%{release} --rpm_safe_upgrade
true

%preun
dkms remove  -m %{module} -v %{version}-%{release} --all --rpm_safe_upgrade
true

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{snapshot}
rm -rf debian

%build

%install
install -d -m755 %{buildroot}%{_usrsrc}/%{module}-%{version}-%{release}
cp -r * %{buildroot}%{_usrsrc}/%{module}-%{version}-%{release}

cat > %{buildroot}%{_usrsrc}/%{module}-%{version}-%{release}/dkms.conf <<EOF
PACKAGE_NAME="%{module}"
PACKAGE_VERSION="%{version}-%{release}"
DEST_MODULE_LOCATION[0]="/kernel/%{module}"
BUILT_MODULE_NAME[0]="%{module}"
MAKE[0]="make KDIR=\${kernel_source_dir}"
AUTOINSTALL="yes"
EOF
sed -i 's/-Werror//' %{buildroot}%{_usrsrc}/%{module}-%{version}-%{release}/Makefile



%changelog
* Sun Jan 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.1-0.20130607.2
+ Revision: 696c967
- LOG Drop udev rule, use it in cdemu-daemon package instead



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 916 |14cr|dlint-1.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name dlint
%define version 1.4.1
%define release  3

Summary: A DNS error checking utility
Name: %{name}
Version: %{version}
Release: %{release}
Source: http://www.domtools.com/pub/%{name}%{version}.tar.gz
Patch0: %{name}-rrfilt.patch
Patch1: %{name}-tempdir.patch
License: GPLv2+
URL: http://www.domtools.com
Group: Networking/Other
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: bind-utils, perl

%description 
This program analyzes any DNS zone you specify, and reports any
problems it finds by displaying errors and warnings.  Then it descends
recursively to examine all zones below the given one (this can be
disabled with a command line option).

%prep
%setup -q -n %{name}%{version}
%patch0 -p1 -b .rrfilt
%patch1 -p1 -b .tempdir
%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir} \
	$RPM_BUILD_ROOT%{_datadir}/%{name} \
	$RPM_BUILD_ROOT%{_mandir}/man1
install -m 755 dlint digparse $RPM_BUILD_ROOT%{_bindir}
install -m 755 digparse $RPM_BUILD_ROOT%{_datadir}/%{name}
install -m 644 dlint.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING CHANGES COPYRIGHT TESTCASES
%{_bindir}/*
%{_datadir}/%{name}/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-3
+ Revision: 80b4933
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 917 |14cr|dma-0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sendmail_command %{_sbindir}/%{name}

Summary:	An end-system mail server
Name:		dma
Version:	0.7
Release:	2
License:	BSD
URL:		https://github.com/corecode/dma
Group:		Networking/Mail
BuildRequires:	flex
BuildRequires:	bison
BuildRequires:	openssl-devel

Provides:	sendmail-command

# The source was obtained from upstream git repository:
# git clone git://github.com/corecode/dma.git
# pushd dma
# git archive --prefix=dma-X.Y/ -o ../dma-X.Y.tar commit_id
# popd
# xz -z -e dma-X.Y.tar
Source0:	dma-%{version}.tar.xz
Source1:	dma-aliases
Source2:	README.urpmi
Patch0:		dma-0.5-mdv-fix-build-in-rpm-env.patch
Patch1:		dma-0.2-mdv-locate-aliases-in-dma-etc-subdir.patch

%description
DragonFly Mail Agent (dma) is a small and secure MTA (mail transport agent) for
end-system use.
It features:
– daemon-less operation
– queueing
– aliases
– local delivery
– remote delivery via SMTP
– SSL support via STARTTLS and SSL
– SMTP AUTH LOGIN and -MD5 (for smart hosts)

%files
%defattr(-,root,root)
%doc TODO README.markdown VERSION README.urpmi
%attr(2755, root, mail)%{_sbindir}/%{name}
%attr(4750, root, mail)%{_libdir}/dma-mbox-create
%{_mandir}/man8/%{name}.8.*
%attr(770, root, mail)%{_var}/spool/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}/auth.conf
%config(noreplace) %{_sysconfdir}/%{name}/aliases

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0
%patch1

%build
%make -j1 CFLAGS="%{optflags} \
	-DDMA_VERSION='\"%{version}\"' \
	-DLIBEXEC_PATH='\"%{_libdir}\"' \
	-DCONF_PATH='\"/etc/dma\"'" \
	LIBEXEC=%{_libdir} \
	PREFIX=%{_prefix}

%install
%__rm -rf %{buildroot}
%makeinstall DESTDIR=%{buildroot} LIBEXEC=%{_libdir} PREFIX=%{_prefix}

%__install -d %{buildroot}/%{_sysconfdir}/%{name}
%__cp auth.conf %{buildroot}/%{_sysconfdir}/%{name}/auth.conf
%__cp dma.conf %{buildroot}/%{_sysconfdir}/%{name}/%{name}.conf
%__cp %{SOURCE1} %{buildroot}/%{_sysconfdir}/%{name}/aliases
%__install -m644 %{SOURCE2} README.urpmi

%clean
%__rm -rf %{buildroot}

%post
/usr/sbin/update-alternatives --install %{_sbindir}/sendmail sendmail-command %{sendmail_command} 5 --slave %{_prefix}/lib/sendmail sendmail-command-in_libdir %{sendmail_command}

%postun
if [ ! -e %{sendmail_command} ]; then 
      /usr/sbin/update-alternatives --remove sendmail-command %{_sendmail_command}
fi



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-2
+ Revision: cf73dcf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 918 |14cr|dmalloc-5.5.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 5.5.2
%define release 8

%define libname %mklibname -d %{name}

Name:		dmalloc
Version:	%{version}
Release:	%{release}
Summary:	Debugging MALLOC
License:	BSD style
URL:		http://dmalloc.com/
Group:		Development/Other
Source:		http://dmalloc.com/releases/%{name}-%{version}.tgz
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	%{libname} = %{version}

%package -n %{libname}
Summary:	Debugging MALLOC library
Group:		Development/Other
Provides:	dmalloc-devel = %{version}-%{release}
Provides:	libdmalloc-devel = %{version}-%{release} %mklibname %name
Obsoletes:	dmalloc-devel libdmalloc-devel %mklibname %name

%description
The debug memory allocation or "dmalloc" library has been designed
as a drop in replacement for the system's `malloc', `realloc',
`calloc', `free' and other memory management routines while providing
powerful debugging facilities configurable at runtime.  These
facilities include such things as memory-leak tracking, fence-post write
detection, file/line number reporting, and general logging of
statistics.

%description -n %{libname}
The debug memory allocation or "dmalloc" library has been designed
as a drop in replacement for the system's `malloc', `realloc',
`calloc', `free' and other memory management routines while providing
powerful debugging facilities configurable at runtime.  These
facilities include such things as memory-leak tracking, fence-post write
detection, file/line number reporting, and general logging of
statistics.

%prep
%setup -q
chmod -R o+rX .

%build
export CFLAGS=`echo %optflags | sed 's/-O2/-O0/'`

# testing program will segfault when building with -fPIC flag, so
# don't build shared library at all. Anyway this is for developers,
# so building static library is enough.
%configure2_5x --enable-threads

# test this puppy
make heavy

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%doc ChangeLog.1 INSTALL NEWS README RELEASE.html docs/NOTES docs/TODO docs/*.html
%{_bindir}/*

%files -n %libname
%defattr (-,root,root)
%{_includedir}/*
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.5.2-8
+ Revision: 6423b39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 919 |14cr|dmtx-utils-0.7.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dmtx-utils
Version:	0.7.4
Release:	5
Summary:	a library for reading and writing Data Matrix 2D barcodes
Source0:	http://downloads.sourceforge.net/project/libdmtx/libdmtx/0.7.4/%{name}-%{version}.tar.bz2
Group:		Development/C++
License: 	GPLv2
URL:		http://www.libdmtx.org
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libdmtx)
Obsoletes: libdmtx-utils

%description
dmtx-utils is open source software for reading and writing Data Matrix 2D
barcodes on Linux and Unix. At its core libdmtx is a shared library,
allowing C/C++ programs to use its capabilities without restrictions
or overhead.

This package contains command line tools (dmtxread, dmtxwrite and dmtxquery)
to test %{name} and to learn its behavior.

%prep
%setup -q

%build
%configure2_5x \

%make

%install
%makeinstall

%files
%doc AUTHORS ChangeLog COPYING README README.linux TODO
%{_bindir}/dmtxquery
%{_bindir}/dmtxread
%{_bindir}/dmtxwrite
%{_mandir}/man1/dmtxquery*
%{_mandir}/man1/dmtxread*
%{_mandir}/man1/dmtxwrite*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.4-5
+ Revision: 6dad74d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 920 |14cr|dnotify-0.18.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name dnotify 
%define version 0.18.0
%define release 10

Summary: Execute command when directory changes
Name: %{name}
Version: %{version}
Release: %{release}
# Not working anymore ??
# URL: http://oskarsapps.mine.nu/dnotify.html
Source0: http://oskarsapps.mine.nu/src/%{name}-%{version}.tar.bz2
Source1: %{name}.init
Source2: %{name}.sysconfig
Source3: %{name}.d.README
Patch0: dnotify-include-stat_h.patch
License: GPL
Group: File tools
Requires(post): rpm-helper
Requires(preun): rpm-helper

%description
Dnotify is a simple program that makes it possible
to execute a command every time the contents of a
specific directory change in Linux. It is run from
the command line and takes two arguments: one or
more directories to monitor and a command to
execute whenever a directory has changed. Options
control what events to trigger on: when a file was
read in the directory, when one was created/deleted,
etc.

%prep
%setup -q
%patch0 -p0 -b .stat_h

%build
%configure
%make

%install
%makeinstall
%{__install} -m755 -d %{buildroot}%{_sysconfdir}/sysconfig/%{name}.d
%{__install} -m755 -d %{buildroot}%{_initrddir}
%{__install} -m700 %{SOURCE1} %{buildroot}%{_initrddir}/%{name}
%{__install} -m600 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
%{__install} -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{name}.d/README

%find_lang %name

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files -f %name.lang
%{_bindir}/dnotify
%{_mandir}/*/*
%config(noreplace) %{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%dir %{_sysconfdir}/sysconfig/%{name}.d
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}.d/README
%doc README NEWS AUTHORS COPYING INSTALL

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.18.0-10
+ Revision: 573479e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 921 |14cr|dns2tcp-0.5.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dns2tcp
Version:	0.5.2
Release:	4
Summary:	Tunnel TCP over DNS
Group:		Networking/Other
License:	GPLv2+
URL:		http://www.hsc.fr/ressources/outils/dns2tcp/
Source0:	http://www.hsc.fr/ressources/outils/dns2tcp/download/%{name}-%{version}.tar.gz
Source1: 	dns2tcpd.service
Source2: 	dns2tcpd.conf
Source3: 	dns2tcpc.service
Source4: 	dns2tcpc.conf
BuildRequires:  openssl-devel
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description
Dns2tcp is a tool for relaying TCP connections over DNS. There is no
authentications nor encryption mecanisms : DNS encapsulation must be
considered as an unsecure and anonymous transport layer. Ressources should
be public external services like ssh, ssltunnel ... 

%package	client
Summary:	Client for dns2tcp (Tunnel TCP over DNS)
Group:		Networking/Other
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description	client
Dns2tcp is a tool for relaying TCP connections over DNS. There is no
authentications nor encryption mecanisms : DNS encapsulation must be
considered as an unsecure and anonymous transport layer. Ressources should
be public external services like ssh, ssltunnel ...

This package contains the client part.

%package	server
Summary:	dns2tcp server (Tunnel TCP over DNS)
Group:		Networking/Other
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description	server
Dns2tcp is a tool for relaying TCP connections over DNS. There is no
authentications nor encryption mecanisms : DNS encapsulation must be
considered as an unsecure and anonymous transport layer. Ressources should
be public external services like ssh, ssltunnel ...

This package contains the server part.

%prep
%setup -q 

%build
%configure2_5x
%make


%install

%makeinstall

install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/dns2tcpd.service
install -D -m 0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/dns2tcpd.conf
install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/dns2tcpc.service
install -D -m 0755 %{SOURCE4} %{buildroot}%{_sysconfdir}/dns2tcpc.conf

%clean

%post server
%systemd_post dns2tcpd.service

%preun server
%systemd_preun dns2tcpd.service

%postun server
%systemd_postun_with_restart dns2tcpd.service

%post client
%systemd_post dns2tcpc.service

%preun client
%systemd_preun dns2tcpc.service

%postun client
%systemd_postun_with_restart dns2tcpc.service

%files server
%doc README COPYING ChangeLog
%{_bindir}/dns2tcpd
%{_unitdir}/dns2tcpd.service
%config(noreplace) %{_sysconfdir}/dns2tcpd.conf
%{_mandir}/man1/dns2tcpd.1.*

%files client
%doc README COPYING ChangeLog
%{_bindir}/dns2tcpc
%{_unitdir}/dns2tcpc.service
%config(noreplace) %{_sysconfdir}/dns2tcpc.conf
%{_mandir}/man1/dns2tcpc.1.*

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.2-4
+ Revision: 8be888e
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 922 |14cr|dnsa-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DNS Auditing tool
Name:		dnsa
Version:	0.5
Release:	2
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.packetfactory.net/projects/dnsa/
Source0:	%{name}-%{version}-beta.tar.bz2
BuildRequires:	libnet-devel
BuildRequires:	libpcap-devel

%description
DNS Auditing tool.

%files
%doc sources/AUTHORS sources/ChangeLog sources/INSTALL sources/KNOWN_BUGS sources/README sources/TODO docs
%{_bindir}/dnsa

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-beta

# lib64 fixes
perl -pi -e "s|/lib\ |/%{_lib}\ |g" sources/configure*

# anti recheck hack
touch sources/*

%build
cd sources
%configure2_5x
%make

%install
install -d %{buildroot}%{_bindir}
install -m0755 sources/dnsa %{buildroot}%{_bindir}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-2
+ Revision: 9910444
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 923 |14cr|dns-analyzer-0.3.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Analyze DNS traffic from tcpdump trace files
Name:		dns-analyzer
Version:	0.3.0
Release:	10
Group:		Networking/Other
License:	GPL
URL:		http://www.nlnetlabs.nl/dns-analyzer/
Source0:	http://www.nlnetlabs.nl/dns-analyzer/%{name}-%{version}.tar.bz2
Patch0:		dns-analyzer-0.3.0-gcc43.diff
BuildRequires:	libpcap-devel
BuildRequires:	libstdc++-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The DNS Analyzer is a tool to analyze DNS traffic from
tcpdump/libpcap trace files. The purpose of the DNS Analyzer is to
analyze DNS trace files from the DNS root servers to find traffic
that is unnecessary.

The DNS Analyzer can also be used to convert trace files into R data
files. R can be used to perform fine-grained statistical analysis of
the data. Some sample R functions are provided in the R/dns.R file
that can be found in the source distribution.

%prep

%setup -q
%patch0 -p1

%build

%configure2_5x

%make

%install
rm -rf %{buildroot}

%makeinstall

install -m0755 packet2c %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%doc CODING ChangeLog README
%{_bindir}/dns-analyzer
%{_bindir}/packet2c
%{_mandir}/man1/dns-analyzer.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-10
+ Revision: 8074e2a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 924 |14cr|dnsflood-1.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DNS Flood Detector
Name:		dnsflood
Version:	1.20
Release:	2
License:	GPLv2
Group:		System/Servers
URL:		http://www.adotout.com/dnsflood.html
Source0:	http://www.adotout.com/%{name}-%{version}.tgz
Source1:	%{name}.init
Source2:	%{name}.sysconfig
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	libpcap-devel


%description
DNS Flood Detector was developed to detect abusive usage levels on high traffic
name-servers and to enable quick response to the use of one's name-server to
facilitate Spam.

%prep

%setup -q -n dns_flood_detector_1.2

cp %{SOURCE1} %{name}.init
cp %{SOURCE2} %{name}.sysconfig

%build
%serverbuild

gcc $CFLAGS -D_BSD_SOURCE -lpcap -lpthread -lm -o dns_flood_detector dns_flood_detector.c

%install
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig

install -m0755 dns_flood_detector %{buildroot}%{_sbindir}/
install -m0755 %{name}.init %{buildroot}%{_initrddir}/'dnsflood'
install -m0644 %{name}.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/dns_flood_detector

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%doc README LICENSE
%config(noreplace) %{_sysconfdir}/sysconfig/dns_flood_detector
%attr(0755,root,root) %{_initrddir}/dnsflood
%attr(0755,root,root) %{_sbindir}/dns_flood_detector




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20-2
+ Revision: b75e8f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 925 |14cr|dnshistory-1.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Processes various log file formats doing dns IP Address lookups
Name:		dnshistory
Version:	1.3
Release:	9
License:	GPL
Group:		File tools
URL:		http://www.stedee.id.au/dnshistory
Source:		http://www.stedee.id.au/files/%{name}-%{version}.tar.bz2
BuildRequires:	db-devel
BuildRequires:	pcre-devel
BuildRequires:	zlib-devel
BuildRequires:	autoconf2.5
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
dnshistory currently processes Apache CLF and Combined logs, Squid access logs,
FTP xferlog files and iptables based logs. The log format is auto-detected.

%prep

%setup -q -n %{name}-%{version}
 
%build

%configure2_5x \
    --enable-database-name=%{name}.db \
    --enable-database-dir=%{_localstatedir}/lib/%{name}

%make

%install
rm -rf %{buildroot}

%makeinstall_std

install -d %{buildroot}%{_localstatedir}/lib/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc ChangeLog COPYING INSTALL README
%{_bindir}/%{name}
%dir %{_localstatedir}/lib/%{name}
%{_mandir}/man1/%{name}.1*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-9
+ Revision: d63c987
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 926 |14cr|dnsproxy-1.16-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Proxy for DNS queries
Name:		dnsproxy
Version:	1.16
Release:	5
License:	BSD-style
Group:		System/Servers
URL:		http://www.wolfermann.org/dnsproxy.html
Source0:	http://www.wolfermann.org/%{name}-%{version}.tar.bz2
Source1:	dnsproxy.service
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	libevent-devel
BuildRequires:	groff-for-man
BuildRequires: systemd
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd

%description
The dnsproxy daemon is a proxy for DNS queries. It forwards these
queries to two previously configured nameservers: one for
authoritative queries and another for recursive queries. The
received answers are sent back to the client unchanged. No local
caching is done. 

Primary motivation for this project was the need to replace Bind
servers with djbdns in an ISP environment. These servers get
recursive queries from customers and authoritative queries from
outside at the same IP address. Now it is possible to run dnscache
and tinydns on the same machine with queries dispatched by
dnsproxy.

Other scenarios are firewalls where you want to proxy queries to
the real servers in your DMZ. Or internal nameservers behind
firewalls, or...

%prep
%setup -q

%build
%configure2_5x \
    --with-native-libevent
%make

%install
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 dnsproxy %{buildroot}%{_sbindir}/
install -m0644 dnsproxy.1 %{buildroot}%{_mandir}/man1
install -D -p -m 0644 dnsproxy.conf %{buildroot}%{_sysconfdir}/dnsproxy.conf
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/dnsproxy.service

%post
%systemd_post dnsproxy.service

%preun
%systemd_preun dnsproxy.service

%postun
%systemd_postun_with_restart dnsproxy.service

%clean

%files
%doc README
%{_unitdir}/dnsproxy.service
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/dnsproxy.conf
%attr(0755,root,root) %{_sbindir}/dnsproxy
%{_mandir}/man1/*

%changelog
* Wed Aug 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.16-5
+ Revision: 2b13785
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 927 |14cr|dnssec-conf-2.02-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DNSSEC and DLV configuration and priming tool
Name:		dnssec-conf
Version:	2.02
Release:	2
License:	GPLv2+
Group:		System/Servers
Url:		http://www.xelerance.com/software/dnssec-conf/
Source0:	http://www.xelerance.com/software/%{name}/%{name}-%{version}.tar.gz
Patch0:		dnssec-conf-1.20-borked_xml.diff
BuildRequires:	docbook-style-xsl
BuildRequires:	xmlto
Requires:	curl
Requires:	python-dns
#Requires: a caching nameserver
#Requires bind 9.4.0 if bind is reconfigured.....
BuildArch:	noarch

%description
DNSSEC configuration and priming tool. Keys are required until the root
is signed, as well as for local unpublished DNSSEC keys to be preloaded
into the recursive nameserver. These DNSSEC configuration files can be
directly included in the bind or unbound nameserver configuration files.
dnssec-conf includes a commandline configuration client for Bind and
Unbound, known DNSSEC keys, URL's to official publication pages of keys,
and harvested keys, as well a script to harvest DNSKEY's from DNS.
See also: system-config-dnssec

%files
%doc LICENSE README INSTALL
%attr(0755,root,root) %dir %{_sysconfdir}/pki/dnssec-keys
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pki/dnssec-keys/*/*
%attr(0755,root,root) %dir %{_sysconfdir}/pki/dnssec-keys/production
%attr(0755,root,root) %dir %{_sysconfdir}/pki/dnssec-keys/harvest
%attr(0755,root,root) %dir %{_sysconfdir}/pki/dnssec-keys/dlv
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/dnssec
%{_bindir}/dnskey-pull
%{_sbindir}/dnssec-configure
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0

%build
make

%install
%makeinstall_std \
    PREFIX=%{_prefix} \
    ETCDIR=%{buildroot}%{_sysconfdir} \
    BINDIR=%{buildroot}%{_bindir}\
    SBINDIR=%{buildroot}%{_sbindir} \
    MANDIR=%{buildroot}%{_mandir}

#KEYSDIR=$(ETCDIR)/pki/dnssec-keys

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -m0644 packaging/fedora/dnssec.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/dnssec

# until upstream fixes standard DLV setting in 1.21
sed -i 's|#DLV="dlv.isc.org"|DLV="dlv.isc.org"|' %{buildroot}%{_sysconfdir}/sysconfig/dnssec
sed -i 's|DLV="off"|#DLV="off"|' %{buildroot}%{_sysconfdir}/sysconfig/dnssec


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.02-2
+ Revision: 31a2e63
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 928 |14cr|dnssec-tools-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	14
%define	libname %mklibname dnssec-tools %{major}
%define	devname	%mklibname dnssec-tools -d

Summary:	A suite of tools for managing dnssec aware DNS usage



Name:		dnssec-tools
Version:	2.0
Release:	2
License:	BSD-like
Group:		Networking/Other
URL:		http://www.dnssec-tools.org/
Source0:	http://www.dnssec-tools.org/download/dnssec-tools-%{version}.tar.gz
Source1:	dnssec-tools-dnsval.conf
Source2:	libval-config
Patch1:		dnssec-tools-linux-conf-paths-1.13.patch
Patch2:		dnssec-tools-zonefile-fast-nsec3-1.20.patch
Patch3:		dnssec-tools-zonefile-fast-misc.patch
Requires:	bind
Requires:	perl-Net-DNS
Requires:	perl-%{name} >= %{version}
Requires:	perl(Tk)
Requires:	perl(Tk::Dialog)
Requires:	perl(Tk::Pane)
Requires:	perl(Tk::Table)
BuildRequires:	perl-devel
BuildRequires:	openssl-devel
BuildRequires:	autoconf2.5
BuildRequires:	libtool
BuildRequires:	bind

%description
The goal of the DNSSEC-Tools project is to create a set of tools, patches,
applications, wrappers, extensions, and plugins that will help ease the
deployment of DNSSEC-related technologies.

%package -n	perl-%{name}
Summary:	Perl modules supporting DNSSEC (needed by the dnssec-tools)



Group:		Development/Perl

%description -n	perl-%{name}
The dnssec-tools project comes with a number of perl modules that are required
by the DNSSEC tools themselves as well as modules that are useful for other
developers.

%package -n	%{libname}
Summary:	C-based libraries for dnssec aware tools



Group:		System/Libraries
Requires:	openssl

%description -n	%{libname}
C-based libraries useful for developing dnssec aware tools.

%package -n	%{devname}
Summary:	C-based development libraries for dnssec aware tools



Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{mklibname dnssec-tools -d 4}

%description -n	%{devname}
C-based libraries useful for developing dnssec aware tools.

%prep
%setup -q
%patch1 -p0
%patch2 -p2
%patch3 -p2

find -name \*.orig -o -name .gitignore|xargs rm -f

autoreconf -fi
pushd validator
autoreconf -fi
popd

%build
%configure2_5x \
        --with-validator-testcases-file=%{_datadir}/dnssec-tools/validator-testcases \
        --with-perl-build-args="INSTALLDIRS=vendor OPTIMIZE='%{optflags}'" \
        --sysconfdir=/etc \
        --with-root-hints=/etc/dnssec-tools/root.hints \
        --with-resolv-conf=/etc/dnssec-tools/resolv.conf \
        --disable-static \
        --with-nsec3 \
        --with-ipv6 \
        --with-dlv \
	--disable-bind-checks

sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' validator/libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' validator/libtool

%make

%install
%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var/log/%{name}
install -d %{buildroot}%{_localstatedir}/lib/%{name}/KEY-SAFE

install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/dnsval.conf
install -m0644 tools/etc/%{name}/blinkenlights.conf %{buildroot}%{_sysconfdir}/%{name}/blinkenlights.conf

# not needed and installed in two places
rm -f %{buildroot}%{perl_vendorlib}/TrustMan.pl

# install log rotation stuff
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} << EOF
/var/log/%{name}/rollerd.log {
    rotate 5
    monthly
    missingok
    notifempty
    nocompress
}
EOF

# Move the architecture dependent config file to its own place
# (this allows multiple architecture rpms to be installed at the same time)
mv %{buildroot}/%{_bindir}/libval-config %{buildroot}/%{_bindir}/libval-config-%{_arch}
# Add a new wrapper script that calls the right file at run time
install -m 755 %{SOURCE2} %{buildroot}/%{_bindir}/libval-config

%files
%doc COPYING ChangeLog NEWS README tools/demos tools/linux/ifup-dyn-dns tools/logwatch
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/dnsval.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/blinkenlights.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_bindir}/blinkenlights
%{_bindir}/bubbles
%{_bindir}/buildrealms
%{_bindir}/check-zone-expiration
%{_bindir}/cleanarch
%{_bindir}/cleankrf
%{_bindir}/convertar
%{_bindir}/dnspktflow
%{_bindir}/donuts
%{_bindir}/donutsd
%{_bindir}/drawvalmap
%{_bindir}/dt-danechk
%{_bindir}/dt-getaddr
%{_bindir}/dt-gethost
%{_bindir}/dt-getname
%{_bindir}/dt-getquery
%{_bindir}/dt-getrrset
%{_bindir}/dtck
%{_bindir}/dtconf
%{_bindir}/dtconfchk
%{_bindir}/dtdefs
%{_bindir}/dtinitconf
%{_bindir}/dtrealms
%{_bindir}/expchk
%{_bindir}/fixkrf
%{_bindir}/genkrf
%{_bindir}/getdnskeys
%{_bindir}/getds
%{_bindir}/grandvizier
%{_bindir}/keyarch
%{_bindir}/keymod
%{_bindir}/krfcheck
%{_bindir}/libval_check_conf
%{_bindir}/lights
%{_bindir}/lsdnssec
%{_bindir}/lskrf
%{_bindir}/lsrealm
%{_bindir}/lsroll
%{_bindir}/maketestzone
%{_bindir}/mapper
%{_bindir}/realmchk
%{_bindir}/realmctl
%{_bindir}/realminit
%{_bindir}/realmset
%{_bindir}/rollchk
%{_bindir}/rollctl
%{_bindir}/rollerd
%{_bindir}/rollinit
%{_bindir}/rolllog
%{_bindir}/rollrec-editor
%{_bindir}/rollset
%{_bindir}/signset-editor
%{_bindir}/tachk
%{_bindir}/timetrans
%{_bindir}/trustman
%{_bindir}/dt-validate
%{_bindir}/zonesigner

%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/donuts
%dir %{_datadir}/%{name}/donuts/rules
%{_datadir}/%{name}/donuts/rules/*
%{_datadir}/%{name}/validator-testcases
%dir %{_localstatedir}/lib/%{name}
%dir %{_localstatedir}/lib/%{name}/KEY-SAFE
%dir /var/log/%{name}
%{_mandir}/man1/*
%{_mandir}/man3/p_ac_status.3*
%{_mandir}/man3/p_val_status.3*

%files -n perl-%{name}
%{perl_vendorarch}/Net/addrinfo*
%{perl_vendorarch}/Net/DNS/SEC/*
%{perl_vendorarch}/auto/Net/DNS/SEC/Validator
%{perl_vendorarch}/auto/Net/addrinfo/
%{perl_vendorarch}/Net/DNS/ZoneFile/
%{perl_vendorlib}/Net/DNS/SEC/Tools/Donuts/
%{perl_vendorlib}/Net/DNS/SEC/Tools/TrustAnchor*
%{_mandir}/man3/Net::*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%doc apps/*
%{_bindir}/libval-config*
%dir %{_includedir}/validator
%{_includedir}/validator/*.h
%{_libdir}/*.so
%{_mandir}/man3/dnsval.conf.3*
%{_mandir}/man3/dnsval_conf_get.3*
%{_mandir}/man3/dnsval_conf_set.3*
%{_mandir}/man3/libsres.3*
%{_mandir}/man3/libval.3*
%{_mandir}/man3/libval_shim.3.*
%{_mandir}/man3/resolv_conf_get.3*
%{_mandir}/man3/resolv_conf_set.3*
%{_mandir}/man3/root_hints_get.3*
%{_mandir}/man3/root_hints_set.3*
%{_mandir}/man3/val_*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-2
+ Revision: 8b64d98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 929 |14cr|dnstop-20121017-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	This displays various tables of DNS traffic on your network
Name:		dnstop
Version:	20121017
Release:	2
License:	BSD
Group:		Monitoring
URL:		http://dnstop.measurement-factory.com/
Source0:	http://dns.measurement-factory.com/tools/dnstop/src/%{name}-%{version}.tar.gz
BuildRequires:	libpcap-devel >= 0.7
BuildRequires:	pkgconfig(ncurses)

%description
dnstop is a libpcap application (ala tcpdump) that displays
various tables of DNS traffic on your network, including tables
of source and destination IP addresses, query types, top level
domains and second level domains. 

%prep
%setup -q -n %{name}-%{version}

%build
%configure
%make CFLAGS="%{optflags} -DUSE_IPV6=1 -DUSE_PPP=0"

%install
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8
install -m755 dnstop %{buildroot}%{_sbindir}/
install -m644 dnstop.8 %{buildroot}%{_mandir}/man8/
						
%files
%doc CHANGES LICENSE
%attr(0755,root,root) %{_sbindir}/dnstop
%attr(0644,root,root) %{_mandir}/man8/dnstop.8*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20121017-2
+ Revision: 9b331f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 930 |14cr|dnstouch-0.4-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Incrementally updates bind v8+ zone file serial numbers
Name:		dnstouch
Version:	0.4
Release:	17
License:	GPL
Group:		Networking/Other
URL:		http://uranus.it.swin.edu.au/~jn/linux/dns.htm
Source0:	http://uranus.it.swin.edu.au/~jn/linux/ndu-%{version}.tar.bz2
Source1:	ndu.conf
Patch0:		ndu-opt.patch
Patch1:		ndu-verbose.patch
Requires:	ed bind 
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
dnstouch incrementally updates bind v8+ zone file serial numbers.

%prep

%setup -q -n ndu-%{version}
%patch0 -p0
%patch1 -p0 

%build
export CFLAGS="%{optflags}"
export CC="g++"
make CC="g++" CFLAGS="%{optflags}" -C src dnstouch

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sysconfdir}

install -m0755 src/dnstouch %{buildroot}%{_bindir}/dnstouch
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README INSTALL
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ndu.conf
%attr(0755,root,root) %{_bindir}/dnstouch





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-17
+ Revision: bcfe803
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 931 |14cr|dnstracer-1.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool to trace dns queries
Name:		dnstracer
Version:	1.9
Release:	4
License:	BSD
Group:		Networking/Other
URL:		http://www.mavetju.org/unix/general.php
Source:		http://www.mavetju.org/download/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
dnstracer determines where a given Domain Name Server (DNS) gets
its information from, and follows the chain of DNS servers back to
the servers which know the data.

%prep
%setup -q

%build
%configure2_5x
%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
%makeinstall

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES README
%{_bindir}/*
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9-4
+ Revision: c25db4e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 932 |14cr|dnsutl-1.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name  dnsutl
%define version   1.8
%define release   6

Summary:      Utilities to make DNS easier to configure
Name:         %{name}
Version:      %{version}
Release:      %{release}
License:    GPL
Group:        Networking/Other
Source:       http://www.canb.auug.org.au/%7Emillerp/dnsutl/%{name}-%{version}.tar.bz2
URL:          http://www.canb.auug.org.au/~millerp/dnsutl/
 
Buildrequires: byacc gettext-devel gawk
# (tv) for gsoelim:
Buildrequires: groff
BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The dnsutl package is a collection of tools to make administering
DNS easier.  The tools include:

dns-rev: Take the forward DNS mapping and generate the reverse mapping.

dns-hosts: Take the forward DNS mapping and generate the /etc/hosts file.

dns-ng: Take the forward DNS mapping and generate the /etc/netgroup file.

dns-ethers: By using a bogus record type, you can keep the MAC address
	with the IP address, and generate the /etc/ethers file.

dns-bootp: Using the MAC and IP information, you can generate the
	/etc/bootptab file.

dns-bootparams: Using the MAC and IP information, you can generate the
	Sun /etc/bootparams file.

All of these programs are both faster than shell scripts, and more
robust when faced with all the peculiar semantics of DNS resource files.
They even understand the \f(CW$include\fP directive.

%prep

%setup -q 
%configure2_5x

%build
# doesn't build with -j
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean 
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%doc etc/CHANGES.1*
%doc README 
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8-6
+ Revision: 67cd534
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 933 |14cr|dnswalk-2.0.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The dnswalk DNS database debugger
Name:		dnswalk
Version:	2.0.2
Release:	10
Group:		Networking/Other
URL:		http://www.visi.com/~barr/dnswalk/
License:	Artistic
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-%{version}-perlpath.patch
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
dnswalk is a DNS debugger. It performs zone transfers of specified
domains, and checks the database in numerous ways for internal
consistency, as well as accuracy. 

%prep

%setup -q -c -a0
%patch0 -p1

%build

# fix attr
chmod 644 *

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man1
install -m755 %{name} %{buildroot}%{_sbindir}/
install -m755 %{name}.1 %{buildroot}%{_mandir}/man1/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES README TODO makereports sendreports rfc1912.txt do-dnswalk
%attr(0755,root,root) %{_sbindir}/%{name}
%{_mandir}/man1/%{name}.1*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-10
+ Revision: 28e4675
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 934 |14cr|doc++-3.4.10-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DOC++ - A Documentation System for C, C++, IDL and Java
Name:		doc++
Version:	3.4.10
Release:	9
License:	GPLv2+
Group:		Publishing
URL:		http://docpp.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/docpp/doc++-%{version}.tar.bz2
Patch0:		gcc40_build_fix.patch
Patch1:		gcc41_build_fix.patch
Patch2:		segfault_fix.patch
Patch3:		translation_ja.patch
Patch4:		%{name}-3.4.10-fix-gcc43.patch
BuildRequires:	bison flex
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
DOC++ is a documentation system for C, C++, IDL and Java, generating both TeX
output for high quality hardcopies and HTML output for sophisticated online
browsing of your documentation. The documentation is extracted directly from
the C/C++/IDL header/source files or Java class files.

%prep

%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1 -b .gcc43

%build

%configure2_5x

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

# cleanup
rm -f %{buildroot}%{_datadir}/locale/locale.alias

%find_lang %{name}

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc COPYING CREDITS NEWS PLATFORMS README REPORTING-BUGS doc/manual doc/doc++.conf 
%doc doc/docxx-br.sty doc/docxx-fr.sty doc/docxx-ja.sty doc/docxx-ro.sty doc/docxx.sty
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.10-9
+ Revision: 92a32d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 935 |14cr|docbook-dtd-mathml20-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dtdver 20030619
%define mltype mathml20
%define sgmlbase %{_datadir}/sgml

Name:    docbook-dtd-%{mltype}
Version: 1.0
Release:  2
Group  : Publishing
Summary: XHTML 1.1 plus MathML 2.0 document type definition
License: Distributable
URL    : http://numexp.sourceforge.net/

# tar.gz at http://www.w3.org/Math/DTD/mathml2.tgz
Source0  : mathml2.tar.bz2
Patch0   : %{name}-sysid-base.patch.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildArch: noarch

BuildRequires: libxml2-utils
Requires: sgml-common >= 0.6.3-2mdk

%description
The DocBook Document Type Definition (DTD) describes the syntax of
technical documentation texts (articles, books and manual pages).
This syntax is XML-compliant and is developed by the OASIS consortium.
This is the version %{dtdver} of this DTD.

%prep
%setup -q -n mathml2

# CRLF -> LF
find -type f -print0 | xargs -r -0 perl -pi -e 's/\r//g'

%patch0 -p1

%build

%install
[ -z "$RPM_BUILD_ROOT" -o "$RPM_BUILD_ROOT" = "/" ] || rm -rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT%{sgmlbase}/docbook/%{mltype}-dtd-%{dtdver}
mkdir -p $DESTDIR
cp -a html iso8879 iso9573-13 mathml $DESTDIR/
cp -a mathml2.dtd xhtml-math11-f.dtd *.mod $DESTDIR/

ln -s %{mltype}-dtd-%{dtdver} $RPM_BUILD_ROOT%{sgmlbase}/docbook/%{mltype}-dtd

# create subcatalog
SUBCATALOG="%{_sysconfdir}/xml/mathml.cat"
SGMLDIR="%{sgmlbase}/docbook/%{mltype}-dtd"

mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xml
xmlcatalog --create > $RPM_BUILD_ROOT$SUBCATALOG

xmlcatalog --noout --add "rewriteSystem" \
	"http://www.w3.org/Math/DTD/mathml2/" \
	"file://$SGMLDIR/" \
	$RPM_BUILD_ROOT$SUBCATALOG

xmlcatalog --noout --add "public" \
	"-//W3C//DTD MathML 2.0//EN" \
	"$SGMLDIR/mathml2.dtd" \
	$RPM_BUILD_ROOT$SUBCATALOG

xmlcatalog --noout --add "public" \
	"-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" \
	"$SGMLDIR/xhtml-math11-f.dtd" \
	$RPM_BUILD_ROOT$SUBCATALOG

xmlcatalog --noout --add "public" \
	"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" \
	"$SGMLDIR/xhtml-math11-f.dtd" \
	$RPM_BUILD_ROOT$SUBCATALOG


%clean
[ -z "$RPM_BUILD_ROOT" -o "$RPM_BUILD_ROOT" = "/" ] || rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,0755)
%{sgmlbase}/docbook/%{mltype}-dtd
%{sgmlbase}/docbook/%{mltype}-dtd-%{dtdver}
%{_sysconfdir}/xml/mathml.cat

%post
CATALOG="%{_sysconfdir}/xml/catalog"
SUBCATALOG="%{_sysconfdir}/xml/mathml.cat"
# test xmlcatalog is available before using it...
[ -f "$CATALOG" -a -f "$SUBCATALOG" ] || exit 0

%{_bindir}/xmlcatalog --noout --add "delegatePublic" \
	"-//W3C//DTD MathML 2.0//EN" \
	"file://$SUBCATALOG" "$CATALOG"
%{_bindir}/xmlcatalog --noout --add "delegatePublic" \
	"-//W3C//DTD XHTML 1.1 plus MathML 2.0" \
	"file://$SUBCATALOG" "$CATALOG"
%{_bindir}/xmlcatalog --noout --add "delegateSystem" \
	"http://www.w3.org/Math/DTD/mathml2"  \
	"file://$SUBCATALOG" "$CATALOG"
%{_bindir}/xmlcatalog --noout --add "delegateURI" \
	"http://www.w3.org/Math/DTD/mathml2" \
	"file://$SUBCATALOG" "$CATALOG"

%preun
CATALOG=%{_sysconfdir}/xml/catalog
SUBCATALOG="%{_sysconfdir}/xml/mathml.cat"
# test xmlcatalog is available before using it...
[ -f "$CATALOG" -a -f "$SUBCATALOG" ] || exit 0
# Do not remove if upgrade
[ "$1" = "0" ] || exit 0

%{_bindir}/xmlcatalog --noout --del \
	"file://$SUBCATALOG" $CATALOG
 



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 30a3385
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 936 |14cr|docbook-style-xsl-ns-1.78.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name docbook-style-xsl-ns

Name:		%{Name}
Version:	1.78.1
Release:	2
Group:		Publishing

Summary:	Norman Walsh's modular stylesheets for DocBook5

License:	Artistic style
URL:		http://sourceforge.net/projects/docbook

Provides:	docbook-xsl = %{version}
Requires:	docbook-dtd-xml
Requires(pre):	sgml-common >= 0.6.3-2mdk
# BuildRequires:	gcj-tools
Source0:	https://sourceforge.net/projects/docbook/files/docbook-xsl-ns/1.78.1/docbook-xsl-ns-%{version}.tar.bz2
BuildArch:	noarch
Obsoletes:	docbook5-style-xsl
Provides:	docbook5-style-xsl

%define sgmlbase %{_datadir}/sgml/

%Description
These XSL stylesheets allow to convert any DocBook5 document to another
printed (for example, RTF or PostScript) or online (for example, HTML) format.
They are highly customizable.
Note that this is an experimental release for testing purposes only: it makes
the stylesheets namespace aware for the first time for DocBook 5 (RNG based).
For production use please install docbook-style-xsl instead.

%prep
%setup -n docbook-xsl-ns-%{version} -q

%build
# index jar files to please rpmlint
# jar -i extensions/*.jar

%install
TARGET=%{sgmlbase}/docbook/xsl-stylesheets-db5-%{version}
mkdir -p %{buildroot}$TARGET
# Camille 2007-01-23: "slides website roundtrip" XSL not available in this DB5 release
cp -a VERSION common eclipse extensions fo highlighting html htmlhelp images javahelp lib template xhtml manpages profiling params tools %{buildroot}$TARGET


%files
%defattr (-,root,root)
%doc BUGS TODO README VERSION NEWS* COPYING RELEASE* INSTALL
%{sgmlbase}/docbook/xsl-stylesheets-db5-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.78.1-2
+ Revision: 116e7c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 937 |14cr|docco-0.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global docs %{_docdir}/%{name}

Name:       docco
Version:    0.6.3
Release:    1
Summary:    The Quick and Dirty Literate Programming Documentation Generator
License:    MIT
Group:      Development/Other
URL:        http://jashkenas.github.com/docco/
Source0:    http://registry.npmjs.org/docco/-/docco-%{version}.tgz

# These files are not included in the npm tarball but are needed for %%build.
# https://raw.githubusercontent.com/jashkenas/docco/b71e9924fb0ff27bf52377479ba6c36ac9eee007/Cakefile
Source1:    %{name}-%{version}-Cakefile
# https://raw.githubusercontent.com/jashkenas/docco/b71e9924fb0ff27bf52377479ba6c36ac9eee007/docco.litcoffee
Source2:    %{name}-%{version}-docco.litcoffee

Patch0:	    docco-0.6.3-fix-version-highlight.js.patch

BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  coffee-script

# Required for running docco to build the docs.
BuildRequires:  npm(commander)
BuildRequires:  npm(fs-extra)
BuildRequires:  npm(highlight.js)
BuildRequires:  npm(jsonfile)
BuildRequires:  npm(marked)
BuildRequires:  npm(underscore)
BuildRequires:  python-pygments

Requires:       python-pygments

%description
Docco is a quick-and-dirty documentation generator, written in Literate
CoffeeScript. It produces an HTML document that displays your comments
intermingled with your code. All prose is passed through Markdown, and
code is passed through Pygments syntax highlighting.


%prep
%setup -q -n package
%apply_patches
cp -p %{SOURCE1} ./Cakefile
cp -p %{SOURCE2} ./docco.litcoffee


%build
%nodejs_symlink_deps --check
# Build docco.js
/usr/bin/cake build
# Build the documentation.
./bin/docco --layout linear docco.litcoffee
# Remove bundled web fonts.
find . -type f -iname '*.eot' -delete
find . -type f -iname '*.ttf' -delete
find . -type f -iname '*.woff' -delete


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/docco
cp -pr package.json docco.js \
    %{buildroot}%{nodejs_sitelib}/docco
mkdir -p %{buildroot}%{nodejs_sitelib}/docco/bin
install -p -D -m0755 bin/docco \
    %{buildroot}%{nodejs_sitelib}/docco/bin/docco
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/docco/bin/docco \
    %{buildroot}%{_bindir}/docco

mkdir -p %{buildroot}%{_datadir}/docco
cp -pr resources/ %{buildroot}%{_datadir}/docco
ln -sf %{_datadir}/docco/resources \
    %{buildroot}%{nodejs_sitelib}/docco/resources

# The docs expect the resources/ directory to be present.
mkdir -p %{buildroot}%{docs}
ln -sf %{_datadir}/docco/resources \
    %{buildroot}%{docs}/resources

%nodejs_symlink_deps


%files
%doc LICENSE README docs/*
%{?el6:%doc resources}
%{nodejs_sitelib}/docco
%{_bindir}/docco
%{_datadir}/docco


%changelog
* Thu Sep 25 2014 Rosa <rosa@abf.rosalinux.ru> 0.6.3-1
+ Revision: 39ed1f6
- Automatic import for version 0.6.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 938 |14cr|docker-1.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	docker
%define version	1.5
%define release  8

Name: 	 	%{name}
Summary: 	Standalone system tray
Version: 	%{version}
Release: 	%{release}
Source:		%{name}-%{version}.tar.bz2
Patch0:		docker-1.5-link.patch
URL:		http://icculus.org/openbox/2/docker/
License:	GPL
Group:		Graphical desktop/Other
BuildRequires:	pkgconfig(x11) glib2-devel

%description
Docker is a docking application (WindowMaker dock app) which acts as a system
tray for KDE3 and GNOME2. It can be used to replace the panel in either
environment, allowing you to have a system tray without running the KDE/GNOME
panel or environment. Originally written and designed to work with Openbox 2,
it should work fine in any window manager that supports WindowMaker dock apps.

%prep
%setup -q
%patch0 -p0

%build
%make CFLAGS="%optflags" XLIBPATH=%_libdir LDFLAGS="%ldflags"
										
%install
rm -rf $RPM_BUILD_ROOT
install -D -m755 %name %buildroot/%_bindir/%name

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_bindir}/%name



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-8
+ Revision: 8c79034
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 939 |14cr|docky-2.1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global         debug_package %{nil}

Name:           docky
Version:        2.1.4
Release:        5
Summary:        Advanced shortcut bar written in Mono

Group:          Graphical desktop/GNOME
License:        GPLv3+
URL:            http://wiki.go-docky.com
Source0:        http://launchpad.net/docky/2.1/%{version}/+download/docky-%{version}.tar.xz

Requires:       gnome-sharp2 gnome-desktop-sharp
Requires:       gnome-keyring-sharp mono-addins
Requires:       mono ndesk-dbus notify-sharp gtk2
Requires:       hicolor-icon-theme
Requires:       gio-sharp 
Requires:       dbus-sharp dbus-sharp-glib
Requires:       gnome-python-wnck

# sharp deps
BuildRequires:  gnome-sharp2-devel gnome-desktop-sharp-devel
BuildRequires:  gnome-keyring-sharp gtk-sharp2-devel mono-addins-devel
BuildRequires:  mono-devel ndesk-dbus-devel ndesk-dbus-glib-devel
BuildRequires:  notify-sharp-devel
BuildRequires:  pkgconfig(gconf-2.0)
BuildRequires:  gio-sharp-devel
BuildRequires:  dbus-sharp-devel pkgconfig(dbus-sharp-glib-1.0)
# native deps
BuildRequires:  pkgconfig(glib-2.0) pkgconfig(gtk+-2.0)
BuildRequires:  gettext
BuildRequires:  perl-XML-Parser
BuildRequires:  intltool
BuildRequires:  desktop-file-utils

# Mono only available on these:
ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x


%description
Docky is an advanced shortcut bar that sits at the bottom, top, and/or sides 
of your screen. It provides easy access to some of the files, folders, 
and applications on your computer, displays which applications are 
currently running, holds windows in their minimized state, and more.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Other
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description    devel
The %{name}-devel package contains libraries and header files
for developing applications that use %{name}.


%prep
%setup -q


%build
%configure2_5x
%make


%install
make install DESTDIR=$RPM_BUILD_ROOT

#gapi_codegen.exe is not distributed (licence is GNU GPL v2)
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/gapi_codegen*

desktop-file-install    \
        --dir $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart       \
        --add-only-show-in=GNOME                                \
        $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
desktop-file-install --delete-original  \
        --dir $RPM_BUILD_ROOT%{_datadir}/applications   \
        --remove-category Application \
        $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

# autostart is disabled by default
echo "X-GNOME-Autostart-enabled=false" >> \
    $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/%{name}.desktop

%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS COPYING COPYRIGHT NEWS
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/icons/hicolor/*/apps/gmail.png
%{_datadir}/icons/hicolor/*/mimetypes/*
%{_datadir}/applications/*.desktop
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_sysconfdir}/gconf/schemas/docky.schemas
%doc %{_mandir}/man1/%{name}.1*


%files devel
%{_libdir}/pkgconfig/docky.cairohelper.pc
%{_libdir}/pkgconfig/docky.services.pc
%{_libdir}/pkgconfig/docky.widgets.pc
%{_libdir}/pkgconfig/docky.items.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.4-5
+ Revision: 1867048
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 940 |14cr|docmgr-1.0-0.RC10.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	prerel	RC10
%define	webroot	%{_var}/www/docmgr

Name:		docmgr
Version:	1.0
Release:	0.%{prerel}.4
License:	GPLv2
Group:		System/Servers
Summary:	Web based DMS - Document Management System
URL:		http://docmgr.org/

Source0:	%{name}-%{version}%{?prerel:-%{prerel}}.tar.gz
Source1:	docmgr-rsync.sh
#Patch0:		docmgr-1.0-RC10-local-config.patch
Patch1:		docmgr-1.0-RC10-unified-tmpdir.patch
Patch2:		docmgr-1.0-RC8-quiet-rm.patch
#Patch3:		docmgr-1.0-RC10-no-dos-eol.patch
Patch4:		docmgr-1.0-RC6-PyODConverter-1.1.patch
Patch5:		docmgr-1.0-RC6-PyODConvert-stream.patch
Patch6:		docmgr-1.0-RC10-fileconvert-ooo-profile.d.patch
#Patch7:		docmgr-1.0-RC6-fix-keepalive-relative-url.patch
# As DocumentConvert.py now uses streams, we don't need to copy documents
# to a temporary directory to read them. This will also get rid of an issue
# with the input document being deleted before reading as well..
# Also since we no longer create a temporary copy with an extension to detect
# the type from, we now detect it based on mime type in stead.
# NOTE: Since we lack magic for ie. OOXML files and OOo also is dependent on suffix
# to determine type, behaviour has been partly reverted to create a symlink
# in stead with the corresponding suffix...
Patch8:		docmgr-1.0-RC10-dont-use-temp-copy-for-ooo-input.patch
# Use LC_TIME for date & time format if LOCALE is set
Patch9:		docmgr-1.0-RC9-locale-use-LC_TIME.patch
#Patch10:	docmgr-1.0-RC6-add-mediawiki-derived-installer.patch
# This is mainly to avoid dependency extractor from adding dependencies on the
# conditionally included files...
#Patch11:	docmgr-1.0-RC6-conditional-include-function.patch
Patch12:	docmgr-1.0-RC6-die-if-pg_connect-fails.patch
# This will set the default timezone if defined, this to silence php warnings
# when using date() with LC_TIME.
# TODO: fetch timezone from system(?), defaults to GMT for now. Uncertain whether
# or not it's actually desired to set any other timezone, rationale for now is to
# set it only to silence php errors about it not being set when using date()..
Patch13:	docmgr-1.0-RC10-set-default-timezone.patch
# Check that user actually exists before trying to update failed_logins for it
Patch14:	docmgr-1.0-RC8-check-if-user-exists-for-failed-logins.patch
# The config file mentions RESTRICTED_DELETE, but it's not really implemented,
# so let's implement it here.
Patch15:	docmgr-1.0-RC10-restricted-delete.patch
Patch16:	docmgr-1.0-RC6-use-FILE_DIR-for-process.patch
#Patch17:	docmgr-1.0-RC6-fix-typo.patch
Patch18:	docmgr-1.0-RC6-use-correct-mime-types.patch
# Add absolute path to include_path
Patch19:	docmgr-1.0-RC10-set-include_path.patch
# Check that the OOo converter returns without error status.
# TODO: implement proper behaviour on error
Patch20:	docmgr-1.0-RC6-check-fileconvert-exit-status.patch
#Patch21:	docmgr-1.0-RC10-use-utf8-for-client_encoding.patch
Patch22:	docmgr-1.0-RC10-run-indexer-as-admin-user.patch
Patch23:	docmgr-1.0-RC8-webdav-baseUri-no-reserved-domain.patch
# Print out the actual error message within the array, rather than the
# array (type) itself. Probably not the best solution, but does at least
# provide *some* verbosity...
#Patch24:	docmgr-1.0-RC8-print-firstlogin-perm-error.patch
# Do prefix searching to allow for searching on beginning of words as you write
# them. TODO: will it work with or break postgresql < 8.4?
Patch25:	docmgr-1.0-RC8-tsearch2-prefix-search.patch
Patch26:	docmgr-1.0-RC8-update-to-ckeditor-3.2.patch
# You can only search for users in the account manager, not list them, so let's
# implement a list as well.
Patch27:	docmgr-1.0-RC9-show-user-list.patch
#Patch28:	docmgr-1.0-RC8-set-bitmask.patch
Patch29:	docmgr-1.0-RC8-check-bitset-not-bitmask.patch
Patch30:	docmgr-1.0-RC8-fix-css-themes-relative-path.patch
Patch31:	docmgr-1.0-RC9-default-perms.patch
# Split date and time in php to get it correctly with localized version
Patch32:	docmgr-1.0-RC9-split-time-and-date-in-php-not-js.patch
Patch33:	docmgr-1.0-RC9-add-missing-objectId-to-edittask-query.patch
Patch34:	docmgr-1.0-RC9-set-workflow-comment-properly.patch
Patch35:	docmgr-1.0-RC9-display-recipient-notes-for-task.patch
Patch36:	docmgr-1.0-RC9-pg_connect-accept-empty-default-values.patch
# Use host & port specified in /etc/sysconfig/docmgr if available for doc conversion
Patch37:	docmgr-1.0-RC9-docconv-host-port-sysconfig.patch
#Patch38:	docmgr-1.0-RC10-installer-use-local-config.patch
Patch39:	docmgr-1.0-RC10-make-users-directory-protected.patch
#Patch40:	docmgr-1.0-RC10-customizable-database-setup.patch
Patch41:	docmgr-1.0-RC10-enhanced-setup-and-config.patch
Patch42:	docmgr-1.0-RC10-use-improved-external-documentconverter.patch

Requires:	clamav
Requires:	enscript
Requires:	file
Requires:	gocr
Requires:	imagemagick
Requires:	libtiff-progs
Requires:	ocrad
Requires:	poppler
Requires:	python-odconverter
Requires:	sendmail-command
Requires:	xpdf
Requires:	wget
Requires:	zip

Requires:	apache-mod_ssl
Requires:	mod_php
Requires:	php-cli
Requires:	php-iconv
Requires:	php-imap
Requires:	php-fileinfo
Requires:	php-mbstring
Requires:	php-pgsql
Requires:	php-zip

Requires:	postgresql-server >= 8.4
Requires:	postgresql-contrib-virtual
Requires:	postgresql-plpgsql-virtual
Requires(post,preun):	rpm-helper

BuildArch:	noarch

%description
DocMgr is a complete, web-based Document Management System (DMS).
It allows for the storage of any file type, and supports full-text indexing
of the most popular document formats. It is available in many different
languages and is easy to translate into new languages.

DocMgr runs on PHP, the Apache webserver, and Postgresql. It optionally
uses tsearch2 for full-text indexing which provides for faster search results
and result ranking. DocMgr supports LDAP authentication, the ability to
easily add and remove "objects" for storage in the system, document workflow,
object subscriptions, WebDAV access, and an ever-growing set of features
revolving around content storage.

%prep
%setup -q -n %{name}
#%%patch0 -p1 -b .local~
%patch1 -p1 -b .tmpdir~
%patch2 -p1 -b .quiet~
#%%patch3 -p1 -b .dos_eol~
%patch4 -p1 -b .doc_conv1.1~
%patch5 -p1 -b .stream~
%patch6 -p1 -b .ooo~
#%%patch7 -p1 -b .relative~
%patch8 -p1 -b .notemp~
%patch9 -p1 -b .locale~
#%%patch10 -p1 -b .mw_install~
#%%patch11 -p1 -b .cond_include~
%patch12 -p1 -b .die~
%patch13 -p1 -b .timezone~
%patch14 -p1 -b .failed_logins~
%patch15 -p1 -b .restricted~
%patch16 -p1 -b .file_dir~
#%%patch17 -p1 -b .typo~
%patch18 -p1 -b .mime_types~
%patch19 -p1 -b .set_include_path~
%patch20 -p1 -b .exit_status~
#%%patch21 -p1 -b .utf8~
%patch22 -p1 -b .admin~
%patch23 -p1 -b .webdav~
#%%patch24 -p1 -b .perm_error~
%patch25 -p1 -b .prefix_search~
%patch26 -p1 -b .ckeditor3.2~
%patch27 -p1 -b .account_list~
#%%patch28 -p1 -b .bitmask~
%patch29 -p1 -b .bitset~
%patch30 -p1 -b .themes_path~
%patch31 -p1 -b .perms~
%patch32 -p1 -b .date_view~
%patch33 -p1 -b .objectId~
%patch34 -p1 -b .comment~
%patch35 -p1 -b .task_notes~
%patch36 -p1 -b .emptydefs~
%patch37 -p1 -b .hostport~
#%%patch38 -p1 -b .local_installer~
%patch39 -p1 -b .protected~
#%%patch40 -p1 -b .db_setup~
%patch41 -p1 -b .setup~
%patch42 -p1 -b .pyodconv_new~

find -type f |xargs chmod 644

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_var}/{www,lib}/docmgr
cp -r */ *.php %{buildroot}%{webroot}
rm -rf %{buildroot}%{webroot}/{DOCS,sd}
mv %{buildroot}%{webroot}/files %{buildroot}%{_var}/lib/%{name}

install -d %{buildroot}%{_webappconfdir}
tee %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /%{name} %{webroot}
<Directory "%{webroot}">
  Require all granted
</Directory>

<Directory "%{webroot}/bin">
  Require all denied
</Directory>

<IfModule mod_ssl.c>
  <LocationMatch /%{name}>
    Options FollowSymLinks
    RewriteEngine on
    RewriteCond %{SERVER_PORT} !^443$
    RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
  </LocationMatch>
</IfModule>
EOF

install -d %{buildroot}%{webroot}/config/{local/tmp,vendor}
touch %{buildroot}%{webroot}/config/local/{app-config,config}.php
tee %{buildroot}%{webroot}/config/vendor/config.php << EOF
<?php
/********************************************
  DO NOT EDIT THE SETTINGS IN THIS FILE (config/vendor/config.php)!
  Add your own local settings to config/local/config.php in stead,
  otherwise you might loose your configuration when upgrading.
********************************************/

# No host & port specified, means use postgresql defaults (unix sockets)
define("DBHOST","");
define("DBPORT","");
define("DBUSER", "docmgr");
define("DBPASSWORD", "");
define("DBNAME", "docmgr");
define("FILE_DIR", "%{_localstatedir}/lib/%{name}/files");
define("ADMIN_EMAIL", "root@localhost");
define("SITE_URL", "http://localhost/%{name}");
define("SITE_PATH", "%{webroot}");
define("IMPORT_DIR", FILE_DIR . "/import");
define("DB_CHARSET", "UTF-8");
define("VIEW_CHARSET", "UTF-8");
define("DEBUG", "5");
EOF

tee %{buildroot}%{webroot}/config/vendor/app-config.php << EOF
<?php
/********************************************
  DO NOT EDIT THE SETTINGS IN THIS FILE (config/vendor/app-config.php)!
  Add your own local settings to config/local/app-config.php in stead,
  otherwise you might loose your configuration when upgrading.
********************************************/

define('OPENOFFICE_PATH', '');
EOF

find %{buildroot} -name \*~ |xargs rm -f

# ghost files
for conf in app-config.php config.php; do
	touch %{buildroot}%{webroot}/config/local/{,tmp/}$conf
done

install -m755 %{SOURCE1} -D %{buildroot}%{webroot}/bin/docmgr-rsync.sh

install -d %{buildroot}%{_sysconfdir}/logrotate.d
tee %{buildroot}%{_sysconfdir}/logrotate.d/docmgr-rsync <<EOH
%{_var}/log/docmgr/rsync.log {
    notifempty
    missingok
    copytruncate
}
EOH

install -m700 -d %{buildroot}%{_var}/log/docmgr

%posttrans
%_post_webapp

%postun
%_postun_webapp

%files
%defattr(644,root,root,755)
%doc DOCS/AUTHORS 
%config %{_webappconfdir}/%{name}.conf
%dir %{webroot}
%{webroot}/apilib
%{webroot}/app
%{webroot}/auth
%dir %{webroot}/bin
%attr(755,,root,root) %{webroot}/bin/*
%{webroot}/ckeditor
%dir %{webroot}/config
%config %{webroot}/config/app-config.php
%config %{webroot}/config/config.php
%dir %{webroot}/config/vendor
%config %{webroot}/config/vendor/app-config.php
%config %{webroot}/config/vendor/config.php
%config(noreplace) %{webroot}/config/ldap-config.php
%dir %{webroot}/config/local
%config(noreplace, missingok) %ghost %{webroot}/config/local/app-config.php
%config(noreplace, missingok) %ghost %{webroot}/config/local/config.php
%attr(775, root, apache) %dir %{webroot}/config/local/tmp/
%ghost %{webroot}/config/local/tmp/app-config.php
%ghost %{webroot}/config/local/tmp/config.php
#%attr(600, root, root) %config(noreplace, missingok) %ghost %{webroot}/config/ldap-config.php
%{webroot}/config/forms
%{webroot}/config/db_version.php
%{webroot}/config/*.xml
%{webroot}/controls
%{webroot}/header
%{webroot}/install
%{webroot}/javascript
%{webroot}/jslib
%{webroot}/lib
%{webroot}/modules
%{webroot}/themes
%{webroot}/sabredav
%{webroot}/scripts
%{webroot}/api.php
%{webroot}/history.php
%{webroot}/index.php
%{webroot}/webdav.php
%attr(711,root,root) %dir %{_localstatedir}/lib/%{name}
%attr(-,apache,apache) %{_localstatedir}/lib/%{name}/files
%config(noreplace) %{_sysconfdir}/logrotate.d/docmgr-rsync
%attr(700,apache,apache) %{_var}/log/docmgr



%changelog
* Mon Oct 07 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.0-0.RC10.4
+ Revision: 753076d
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 941 |14cr|doctorj-5.1.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support 1
%bcond_with tests

Name:		doctorj
Version:	5.1.2
Release:	10
Epoch:		0
Summary:	Compares javadoc comments against code
License:	LGPL
Group:		Development/Java
URL:		http://www.incava.org/projects/java/doctorj/index.html
Source0:	http://superb-east.dl.sourceforge.net/sourceforge/doctorj/doctorj-%{version}.tar.gz
%if %{gcj_support}
BuildRequires:	java-gcj-compat-devel
%else
BuildArch: 	noarch
BuildRequires:	java-devel
%endif
BuildRequires:	ant
%if %with tests
BuildRequires:	ant-junit
%endif
BuildRequires:	java-rpmbuild
BuildRequires:  xmlto

%description
Beyond the level of what Javadoc does, DoctorJ compares
documentation against code. Among what it detects:

    * misspelled words
    * parameter and exception names:
          o missing
          o misordered
          o misspelled
    * Javadoc tags:
          o invalid
          o misordered
          o missing expected arguments
          o invalid arguments
          o missing descriptions
    * undocumented classes, methods, fields, parameters

%package        javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q

%build
export CLASSPATH=
export OPT_JAR_LIST=
%ant dist
%ant doc

%if %with tests
%check
export CLASSPATH=
export OPT_JAR_LIST="%{__cat} %{_sysconfdir}/ant.d/junit"
%ant tests
%endif

%install
%ant -Ddestdir=%{buildroot} install

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a doc/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%attr(0755,root,root) %{_bindir}/%{name}
# XXX: This should probably go in %%{_javadir}.
%{_datadir}/%{name}/doctorj.jar
%{_datadir}/%{name}/words.*
%{_mandir}/man1/%{name}.1*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:5.1.2-10
+ Revision: f3487b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 942 |14cr|docx2txt-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: cli tool to convert docx to ascii txt files
Name: docx2txt
Version: 1.2
Release: 2
Group: Office
License: GPLv3
Url: http://sourceforge.net/projects/docx2txt
Source0: http://downloads.sourceforge.net/project/docx2txt/docx2txt/v1.2/%{name}-%{version}.tgz
BuildArch: noarch
Requires: unzip

%description
Docx2txt is a Perl based command-line tool
to convert Microsoft docx documents to
(ASCII) text files, preserving some formatting
and document information (which MS
text conversion drops) along with appropriate
character conversions.

%prep
%setup -q

%build


%install
export BINDIR="%{buildroot}%{_bindir}"
export CONFIGDIR="%{buildroot}%{_sysconfdir}"
make INSTALLDIR=%{buildroot}%{_bindir}
mv %{buildroot}%{_bindir}/docx2txt.sh %{buildroot}%{_bindir}/docx2txt
rm -f %{buildroot}%{_sysconfdir}/docx2txt.config

%files
%doc ChangeLog README COPYING
%{_bindir}/%{name}
%{_bindir}/docx2txt.pl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-2
+ Revision: 58b1056
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 943 |14cr|dogtail-0.9.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: GUI test tool and automation framework

Name:    dogtail
Version: 0.9.0
Release: 5
License: GPLv2
Group:   System/X11
URL:     https://fedorahosted.org/dogtail/
Source0: https://fedorahosted.org/released/dogtail/%{name}-%{version}.tar.gz
Patch0:  dogtail-0.9.0-desktop-fix.patch
BuildRequires: imagemagick
BuildArch: noarch
BuildRequires:  python-devel
Requires: python-rpm
Requires: python-at-spi
Requires: python-imaging
Requires: pygtk2.0-libglade
Requires: gnome-python

%description
GUI test tool and automation framework that uses Accessibility (a11y) 
technologies to communicate with desktop applications.

%prep
%setup -q
%patch0 -p1

%build
python ./setup.py build

%install
python ./setup.py install -O2 --root=%{buildroot} 

rm -fr %{buildroot}%{_datadir}/doc/dogtail

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -resize 16x16 icons/dogtail-head-48.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/dogtail-head.png
convert -resize 32x32 icons/dogtail-head-48.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/dogtail-head.png
convert -resize 48x48 icons/dogtail-head-48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/dogtail-head.png

%clean

%files 
%doc COPYING examples NEWS
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/dogtail
%{py_puresitedir}/dogtail
%{py_puresitedir}/*.egg-info
%{_iconsdir}/hicolor/*/apps/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-5
+ Revision: 30d37b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 944 |14cr|dokeos-1.8.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An elearning and course management web application
Name:		dokeos
Version:	1.8.6.1
Release:	4
License:	GPLv2+
Group:		Education
Url:		http://www.dokeos.com/
Source0:	http://ovh.dl.sourceforge.net/sourceforge/dokeos/%{name}-%{version}.zip
Requires:	apache-mod_php
Requires:	php-mysql
Requires:	php-xml
BuildArch:	noarch

%description
Dokeos is an elearning and course management web application, translated
in 31 languages, already helping thousands of organisations worldwide to
manage learning and collaboration activities. It has many tools, is light
and flexible, and free software.

%files
%doc README.txt install.sh
%{_var}/www/html/%{name}

%post
echo "Default permissions of configuration files won't allow dokeo to make changes."
echo "To allow dokeos to make changes be sure to run %{_docdir}/%{name}-%{version}/install.sh"
echo "to change the permissions."
echo "Also be sure to restrict permissions of /var/www/html/dokeos/claroline/inc/conf/claro_main.conf.php"
echo "afterwards so other users can't write to it."
echo "Eg. chmod 644 /var/www/html/dokeos/claroline/inc/conf/claro_main.conf.php"

#----------------------------------------------------------------------------

%prep
%setup -q

%build
cat << EOF > install.sh
#!/bin/sh
echo "Setting permissions of dokeos' files"
chmod 777 %{webroot}/claroline/inc/conf/
chmod 777 %{webroot}/claroline/garbage/
chmod 777 %{webroot}/claroline/upload/
chmod 777 %{webroot}/archive/
chmod 777 %{webroot}/courses/
chmod 777 %{webroot}/home/
echo ""
echo "Be sure to change the permission of /var/www/html/dokeos/claroline/inc/conf/claro_main.conf.php"
echo "afterwards so other users can't write to it."
echo "Eg. chmod 644 /var/www/html/dokeos/claroline/inc/conf/claro_main.conf.php"
EOF
chmod 700 install.sh

%install
install -d %{buildroot}%{_var}/www/html/%{name}
cp -r * %{buildroot}%{_var}/www/html/%{name}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.6.1-4
+ Revision: 1860818
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 945 |14cr|dokuwiki-20110525a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_version  2011-05-25a
%define dir_version  2011-05-25a

%define _localstatedir %{_var}
%define __noautoreq /usr/bin/php

Name:       dokuwiki
Version:    20110525a
Release:    7
Summary:    A wiki with plain text files backend
License:    GPLv2
Group:      Networking/WWW
Url:        http://wiki.splitbrain.org/wiki:dokuwiki 
Source:     http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-%{up_version}.tgz
Requires:   mod_php
Requires:   php-xml
Requires:   apache-mod_socache_shmcb
BuildArch:  noarch

%description
DokuWiki is a standards compliant, simple to use Wiki, mainly aimed at creating
documentation of any kind. It is targeted at developer teams, workgroups and
small companies. It has a simple but powerful syntax which makes sure the
datafiles remain readable outside the Wiki and eases the creation of structured
texts. All data is stored in plain text files -- no database is required.

%prep
%setup -q -n %{name}-%{dir_version}
find . -name '.htaccess' | xargs rm -f

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_var}/www/%{name}
install -m 644 *.php %{buildroot}%{_var}/www/%{name}
(cd %{buildroot}%{_var}/www/%{name} && ln -sf ../../..%{_datadir}/%{name}/lib .)

cat > %{buildroot}%{_var}/www/%{name}/prepend.php <<'EOF'
<?php
define('DOKU_CONF','%{_sysconfdir}/%{name}/');
define('DOKU_LOCAL','%{_sysconfdir}/%{name}/');
define('DOKU_INC','%{_datadir}/%{name}/');
define('DOKU_DATA','%{_localstatedir}/lib/%{name}/');
EOF

install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -pr bin %{buildroot}%{_datadir}/%{name}
chmod +x %{buildroot}%{_datadir}/%{name}/bin/*
cp -pr inc %{buildroot}%{_datadir}/%{name}
cp -pr lib %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_localstatedir}/lib
cp -pr data %{buildroot}%{_localstatedir}/lib/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}
cp -pr conf %{buildroot}%{_sysconfdir}/%{name}
rm -f %{buildroot}%{_sysconfdir}/%{name}/*.{dist,example}
perl -pi -e 's|./data|%{_localstatedir}/lib/%{name}|' %{buildroot}%{_sysconfdir}/%{name}/dokuwiki.php


# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration
Alias /%{name} %{_var}/www/%{name}

<Directory %{_var}/www/%{name}>
    Require all granted
    Options FollowSymLinks
    DirectoryIndex doku.php
    php_value auto_prepend_file %{_var}/www/%{name}/prepend.php
</Directory>
EOF

cat > README.urpmi <<EOF
ROSA RPM specific notes

setup
-----
The setup used here differs from default one, to achieve better FHS compliance, and
follow upstream security recommandations detailed at
http://wiki.splitbrain.org/wiki:security:
- the files accessibles from the web are in %{_var}/www/%{name}
- the variable files are in %{_localstatedir}/lib/%{name}
- the non-variable files are in %{_datadir}/%{name}
- the configuration files are in %{_sysconfdir}/%{name}
EOF
	
%clean

%pretrans
# fix for old lib setup
if [ -d %{_localstatedir}/www/%{name}/lib -a ! -L %{_localstatedir}/www/%{name}/lib ]; then
    cd %{_localstatedir}/www/%{name}
    find lib -type f | \
        tar --create --files-from - --remove-files | \
        (cd %{_datadir}/%{name} && tar --preserve --extract)
    rm -rf lib
    ln -sf ../../..%{_datadir}/%{name}/lib lib
fi


%pre
if [ $1 = "2" ]; then
    # fix for old setup
    if [ -d %{_localstatedir}/lib/%{name}/data ]; then
        mv %{_localstatedir}/lib/%{name}/data/* %{_localstatedir}/lib/%{name}
        rmdir %{_localstatedir}/lib/%{name}/data
    fi
fi



%files
%doc COPYING README VERSION README.urpmi conf/*.{dist,example}
%config(noreplace) %{_webappconfdir}/%{name}.conf
%attr(-,apache,apache) %config(noreplace) %{_sysconfdir}/%{name}
%{_var}/www/%{name}
%{_datadir}/%{name}
%attr(-,apache,apache) %{_localstatedir}/lib/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110525a-7
+ Revision: 38313a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 946 |14cr|dolly-0.57-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    dolly
%define version  0.57
%define release 11
%define lib_name_orig lib%{name}
%define lib_major 0
%define lib_name %{lib_name_orig}%{lib_major}

Name:           %{name}
Summary:	Clone the installation of one machine to many other machines
Group:		System/Cluster
Version:        %{version}
Release:        %{release}
License:	GPL
URL:		http://www.cs.inf.ethz.ch/stricker/CoPs/patagonia/dolly.html
#Requires:
BuildRoot:      %{_tmppath}/%{name}-%{version}
Prefix:         %{_prefix}
Source:         %{name}-%{version}.tar.bz2
Source10:	dolly.html
Source11:	dolly.conf
#Patch0:

%description
Dolly is used to clone the installation of one machine to 
(possibly many) other machines. It can distribute image-files 
(even gnu-zipped), partitions or whole hard disk drives to 
other partitions or hard disk drives. As it forms a "virtual TCP 
ring" to distribute data, it works best with fast switched 
networks (we were able to clone a 2 GB Windows NT partition 
to 15 machines in our cluster over Gigabit Ethernet in less 
than 4 minutes).

As dolly clones whole partitions block-wise it works for most 
filesystems. We used it to clone partitions of the following 
type: Linux, Windows NT, Oberon, Solaris (most of our machines 
have multi boot setups). We have a small (additional) Linux 
installation on all of our machines or use a small one-floppy-disk-linux 
(e.g. muLinux) to do the cloning. 

%prep
rm -rf %{RPM_BUILD_ROOT}
%setup -q -n %{name}-%{version}
#%patch0 -p0

%build
gcc dolly.c -o dolly

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sysconfdir}
install -m755 $RPM_BUILD_DIR/%{name}-%{version}/dolly %{buildroot}%{_bindir}/dolly
cp -v %{SOURCE10} ${RPM_BUILD_DIR}/%{name}-%{version}
cp -v %{SOURCE11} %{buildroot}%{_sysconfdir}/%{name}.conf

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%doc README dolly.html
%attr(755,root,root) %{_bindir}/dolly
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}.conf





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.57-11
+ Revision: 4946470
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 947 |14cr|dolly_plus-0.93-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name dolly_plus
%define version 0.93
%define release 8

Summary: Clone the installation of one machine to many other machines
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Patch0: dolly_plus-Makefile.patch
Patch1: dolly_plus-Client.patch
Source2: dolly_plus.cfg
License: GPL
Group: System/Servers
Url: http://corvus.kek.jp/~manabe/pcf/dolly/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
In administrating a large scale PC cluster, installation and updating both
of kernel and utility software to whole the system are very troublesome, 
especially if the numbers of PC exceeds a hundred. In installation, people 
usually make dead copies of a hard disk image in which software systems are
previously installed and then they are distributed among node PCs by CDs or
hard disk themselves.
Though some software do such a process through networks, they commonly have 
an performance bottleneck at server where the original image are hold. 
A cloning program `dolly' developed in ETH(Swiss Federal Institute of 
Technology) avoids such bottleneck by using a "ring" type connection rather 
than 'hub' type connection among one server and many clients.
I have extended its concept with multi-threading and pipeline technique.
It speeds up installation process very much. One-to-ten copying, for example,
finishes in almost same minutes for one-to-one copy. 
In addition, time out sensing 'bypass' mechanism makes the copy process
pretty robust in the case of a client machine trouble.

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_sysconfdir}
install -m755 $RPM_BUILD_DIR/%name-%version/dollyS %{buildroot}/%{_bindir}/dollyS
install -m755 $RPM_BUILD_DIR/%name-%version/dollyC %{buildroot}/%{_bindir}/dollyC
install -m755 $RPM_BUILD_DIR/%name-%version/dping %{buildroot}/%{_bindir}/dping
install -m 644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/dolly_plus.cfg.sample

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc index.html
%config %{_sysconfdir}/dolly_plus.cfg.sample
%{_bindir}/dollyS
%{_bindir}/dollyC
%{_bindir}/dping





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.93-8
+ Revision: 2a9b817
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 948 |14cr|dolphin-connector-1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn_version g5f75edb

Name: dolphin-connector
Summary: Simple MySQL C API wrapper for C++
Version: 1.2
Release: 6
License: BSD
Group: Development/C++
Source: http://github.com/poetinha/dolphin-connector/tarball/master/poetinha-%{name}-v%{version}-1-%{svn_version}.tar.gz
URL:	http://github.com/poetinha/dolphin-connector
BuildRequires: boost-static-devel, mysql-devel, automake

%description
Dolphin Connector is a simples MySQL C API wrapper for C++, It is originally
designed to be as efficient as is possible, and makes no use of exceptions

%package  devel
Summary: Development files for Dolphin Connector
Group: Development/C++
Requires: %{name} = %{version}-%{release}
Requires: mysql-devel
Requires: boost-devel

%description devel
Dolphin Connector development package

%prep
%setup -q -n poetinha-%{name}-5f75edb 

%build
./autogen.sh

########./configure --prefix=/usr/ --disable-static
%configure
%make

%install
%make_install

cd include/
make install DESTDIR=%{buildroot}

rm -f %{buildroot}%{_libdir}/*.la
rm -f %{buildroot}%{_libdir}/*.a

rm -f sample/Makefile*

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc ChangeLog LICENSE README TODO
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc sample
%{_includedir}/dolphinconn
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-6
+ Revision: d68dba7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 949 |14cr|dolphin-emu-4.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Gamecube / Wii / Triforce Emulator
Name:		dolphin-emu
Version:	4.0.2
Release:	3
Epoch:		1
License:	GPLv2+
Group:		Emulators
Url:		http://www.dolphin-emu.com/
# Fetched from git and cleaned up from useless junk
Source0:	%{name}-%{version}.tar.bz2
Source9:	%{name}-256.png
Source10:	%{name}-128.png
Source11:	%{name}-64.png
Source12:	%{name}-32.png
Source13:	%{name}-16.png
Patch0:		dolphin-emu-cmakepath.patch
Patch1:		dolphin-emu-4.0.2-gcc4.9.patch
Patch2:		dolphin-emu-4.0.2-static.patch
BuildRequires:	cmake
BuildRequires:	git
BuildRequires:	ffmpeg-devel
BuildRequires:	gomp-devel
BuildRequires:	liblzo-devel
BuildRequires:	polarssl-devel
BuildRequires:	sfml-network-devel
BuildRequires:	wxgtku3.0-devel
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(soundtouch)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(zlib)

%description
Gamecube / Wii / Triforce Emulator.

%files -f %{name}.lang
%doc license.txt Readme.txt
%attr(0755,root,root) %{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.xpm

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%cmake
%make VERBOSE=1

%install
%makeinstall_std -C build

install -D -m 644 %{SOURCE13} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m 644 %{SOURCE12} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m 644 %{SOURCE11} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D -m 644 %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
install -D -m 644 %{SOURCE9} %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Dolphin-Emulator
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF

%find_lang %{name}


%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.0.2-3
+ Revision: 4d33785
- Fix install macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 950 |14cr|dom2-core-tests-0.0.1-0.20040405.1.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support     1
%define section         free

# -----------------------------------------------------------------------------

Name:           dom2-core-tests
Version:        0.0.1
Release:        0.20040405.1.8
Epoch:          0
Summary:        DOM Conformance Test Suite
Group:          Development/Java
License:        W3C Software License
URL:            http://www.w3.org/DOM/Test/
Source0:        http://www.w3.org/2004/04/dom2-core-tests-20040405.jar
Patch0:         dom2-core-tests-build_xml.patch
Patch1:         dom2-core-tests-no-classpath-in-manifest.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
#Vendor:         JPackage Project
#Distribution:   JPackage
BuildRequires:  ant
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel >= 0:1.4.2
%endif
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  junit

%description
The DOM Test Suites (DOM TS) will consist of a number of tests 
for each level of the DOM specification. The tests will be 
represented in an XML grammar which ensures that tests can easily 
be ported from the description format to a number of specific 
language bindings. This grammar will be specified in XML Schema 
and DTD form. The grammar will be automatically generated from the 
DOM specifications themselves, to ensure stability and correctness.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
rm -r junit
find . -name '*.jar' -o -name '*.class' -exec rm {} \;

%patch0 -b .orig
%patch1 -p1

%build
export CLASSPATH=$(build-classpath junit)
export OPT_JAR_LIST=
%{ant} dist

%install
rm -rf $RPM_BUILD_ROOT

# jars
install -d -m 0755 $RPM_BUILD_ROOT%{_javadir}

vjar=$(echo %{name}.jar | sed s+.jar+-%{version}.jar+g)
install -m 644 %{name}-%{version}/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/$vjar
pushd $RPM_BUILD_ROOT%{_javadir}
   ln -fs $vjar %{name}.jar
popd

# javadoc
install -d -m 0755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr %{name}-%{version}/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644,root,root,0755)
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.0.1-0.20040405.1.8
+ Revision: 17af4ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 951 |14cr|dom4j-1.6.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Summary:        Open Source XML framework for Java
Name:           dom4j
Version:        1.6.1
Release:        9
License:        BSD
URL:            http://www.dom4j.org/
Group:          Development/Java
Source0:        http://downloads.sourceforge.net/dom4j/dom4j-1.6.1.tar.gz
Source1:        dom4j_rundemo.sh
Patch0:         dom4j-1.6.1-build_xml.patch
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  junit
BuildRequires:  jtidy
BuildRequires:  junitperf
BuildRequires:  isorelax
BuildRequires:  jaxen-bootstrap >= 0:1.1-0.b7
BuildRequires:  msv-msv
BuildRequires:  relaxngDatatype
BuildRequires:  bea-stax
BuildRequires:  bea-stax-api
BuildRequires:  ws-jaxme
BuildRequires:  xalan-j2
BuildRequires:  xerces-j2
BuildRequires:  jaxp = 1.2
BuildRequires:  xpp2
BuildRequires:  xpp3
BuildRequires:  msv-xsdlib
Requires:  xpp2
Requires:  xpp3
Requires:  xerces-j2
Requires:  msv-msv
Requires:  msv-xsdlib
Requires:  relaxngDatatype
Requires:  isorelax
Requires:  jaxen-bootstrap >= 0:1.1-0.b7
Requires:  jpackage-utils >= 0:1.6
Requires:  bea-stax
Requires:  bea-stax-api
Requires:  ws-jaxme
Requires:  xalan-j2
BuildArch:      noarch

%description
dom4j is an Open Source XML framework for Java. dom4j allows you to read,
write, navigate, create and modify XML documents. dom4j integrates with 
DOM and SAX and is seamlessly integrated with full XPath support. 

%package demo
Summary:        Samples for %{name}
Group:          Development/Java
Requires:       dom4j = 0:%{version}-%{release}

%description demo
Samples for %{name}.

%package manual
Summary:        Manual for %{name}
Group:          Development/Java

%description manual
Development/Java for %{name}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.


%prep
%setup -q 
# replace run.sh
cp -p %{SOURCE1} run.sh
# remove binary libs
find . -name "*.jar" -exec rm -f {} \;
# fix for deleted jars
mv build.xml build.xml.orig
sed -e '/unjar/d' -e 's|,cookbook/\*\*,|,|' build.xml.orig > build.xml

%patch0 -b .sav

%build
pushd lib
ln -sf $(build-classpath xpp2)
ln -sf $(build-classpath relaxngDatatype)
ln -sf $(build-classpath jaxme/jaxmeapi) 
ln -sf $(build-classpath msv-xsdlib) 
ln -sf $(build-classpath msv-msv) 
ln -sf $(build-classpath jaxen) 
ln -sf $(build-classpath bea-stax-api) 
pushd test
ln -sf $(build-classpath bea-stax-ri) 
ln -sf $(build-classpath junitperf) 
ln -sf $(build-classpath junit) 
popd
ln -sf $(build-classpath xpp3) 
pushd tools
ln -sf $(build-classpath jaxme/jaxmexs) 
ln -sf $(build-classpath xalan-j2) 
ln -sf $(build-classpath jaxme/jaxmejs) 
ln -sf $(build-classpath jtidy) 
ln -sf $(build-classpath isorelax) 
ln -sf $(build-classpath jaxme/jaxme2) 
ln -sf $(build-classpath xerces-j2) 
popd
popd

# FIXME: test needs to be fixed
ant all samples # test

%install
# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p build/%{name}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
pushd build/doc/javadoc
for f in `find -name \*.html -o -name \*.css`; do
  sed -i 's/\r//g' $f;
done
popd
cp -pr build/doc/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# manual
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
rm -rf docs/apidocs docs/clover
pushd docs
for f in `find -name \*.html -o -name \*.css -o -name \*.java`; do
  sed -i 's/\r//g' $f;
done
popd
cp -pr docs/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
tr -d \\r <LICENSE.txt >tmp.file; mv tmp.file LICENSE.txt
cp -p LICENSE.txt $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}

# demo
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/classes/org/dom4j
cp -pr xml $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/src
cp -pr src/samples $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/src
cp -pr build/classes/org/dom4j/samples $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/classes/org/dom4j
install -m 755 run.sh $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}

%files
%dir %{_docdir}/%{name}-%{version}
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/*

%files manual
%doc %{_docdir}/%{name}-%{version}

%files demo
%attr(0755,root,root) %{_datadir}/%{name}-%{version}/run.sh
%dir %{_datadir}/%{name}-%{version}
%{_datadir}/%{name}-%{version}/src
%{_datadir}/%{name}-%{version}/xml
%{_datadir}/%{name}-%{version}/classes




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.1-9
+ Revision: c5c90a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 952 |14cr|domain-check-1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DNS domain expiration checker
Name:		domain-check
Version:	1.3
Release:	6
License:	BSD-like
Group:		Monitoring
URL:		http://prefetch.net/code/domain-check.html
Source0:	http://prefetch.net/code/domain-check.bz2
Patch0:		domain-check-1.3-whois.diff
Requires:	whois
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
domain-check is a utility for checking DNS domain expiration dates. domain-
check queries WHOIS data in realtime, and can be integrated with cron to
provide e-mail notifications prior to a domain expiring.

%prep

%setup -q -c -T
bzcat %{SOURCE0} > %{name}
%patch0 -p0

%build

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 %{name} %{buildroot}%{_bindir}/%{name}

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-6
+ Revision: 97e1560
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 953 |14cr|dopewars-1.5.12-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    dopewars
%define version 1.5.12
%define release 11

%define title       Dopewars
%define longtitle   Make a fortune dealing drugs on the streets of New York

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        Make a fortune dealing drugs on the streets of New York
License:        GPL
Group:          Games/Strategy
URL:            http://dopewars.sourceforge.net/
Source0:        http://prdownloads.sourceforge.net/dopewars/%{name}-%{version}.tar.bz2
Source11:       %{name}-16.png
Source12:       %{name}-32.png
Source13:       %{name}-48.png
Patch1:         %{name}-1.5.10-config.patch
Patch2:         dopewars-1.5.12-fix-format-errors.patch
BuildRequires:  gtk+2-devel
BuildRequires:  ncurses-devel
BuildRequires:  SDL-devel
BuildRequires:  SDL_mixer-devel
BuildRequires:  esound-devel
BuildRequires:	desktop-file-utils
Buildrequires:	recode
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
Based on John E. Dell's old Drug Wars game, dopewars is a simulation of an    
imaginary drug market.  dopewars is an All-American game which features       
buying, selling, and trying to get past the cops!                              

The first thing you need to do is pay off your debt to the Loan Shark. After   
that, your goal is to make as much money as possible (and stay alive)! You     
have one month of game time to make your fortune.                              

dopewars supports multiple players via. TCP/IP. Chatting to and fighting
with other players (computer or human) is supported; check the command line
switches (via dopewars -h) for further information. 

%prep
%setup -q
%patch1 -p1
%patch2 -p1

%build
%configure2_5x  --bindir=%{_gamesbindir} \
        --datadir=%{_gamesdatadir} \
        --localstatedir=/var/lib/games
%make

%install
rm -rf %{buildroot}
%{makeinstall_std}
install -d %{buildroot}{%{_gamesdatadir},%{_sysconfdir},%{_localstatedir}/lib/games}
mv %{buildroot}%{_gamesdatadir}/{doc,gnome,locale,pixmaps} %{buildroot}%{_datadir}/
install -m 644 doc/example-cfg  %{buildroot}%{_sysconfdir}/%{name}

%{find_lang} %{name}

# icons
install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png 
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png 
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

# menu entry
mkdir -p %{buildroot}/usr/share/applications
mv %{buildroot}%{_datadir}/gnome/apps/Games/%{name}.desktop \
    %{buildroot}%{_datadir}/applications/%{name}.desktop

perl -pi -e 's,%{name}-weed.png,%{name}-weed,g' %{buildroot}%{_datadir}/applications/*

recode ISO-8859-15..UTF-8 %{buildroot}%{_datadir}/applications/%{name}.desktop

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Game;StrategyGame" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# create highscore file
install -d %{buildroot}%{_localstatedir}/lib/games
touch %{buildroot}%{_localstatedir}/lib/games/%{name}.sco

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files -f %{name}.lang
%defattr(-,root,root)
# not very nice, but it makes things work
%doc %{_datadir}/doc/*/
%config(noreplace) %{_sysconfdir}/%{name}
%{_libdir}/%{name}
%attr(2755,root,games) %{_gamesbindir}/dopewars
%attr(0664,root,games) %{_localstatedir}/lib/games/%{name}.sco
%{_mandir}/man6/*
%{_datadir}/pixmaps/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.12-11
+ Revision: 1cbeae2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 954 |14cr|dosbox-0.74-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A DOS emulator
Name:		dosbox
Version:	0.74
Release:	5
License:	GPLv2+
Group:		Emulators
Url:		http://dosbox.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/dosbox/%{name}-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		dosbox-0.73-fix-str-fmt.patch
# patch for gcc-4.6. Thnx to Gentoo
Patch1:		dosbox-0.74-gcc46.patch
BuildRequires:	SDL_sound-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
DOSBox is a DOS-emulator that uses the SDL-library which makes
DOSBox very easy to port to different platforms. DOSBox has
already been ported to many different platforms, such as
Windows, BeOS, Linux, MacOS X...

DOSBox also emulates CPU:286/386 realmode/protected mode,
Directory FileSystem/XMS/EMS, Tandy/Hercules/CGA/EGA/VGA/VESA
graphics, a SoundBlaster/Gravis Ultra Sound card for excellent
sound compatibility with older games...

You can "re-live" the good old days with the help of DOSBox,
it can run plenty of the old classics that don't run on your
new computer!

%files
%doc AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_mandir}/*/*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_datadir}/doc/dosbox

mkdir -p %{buildroot}%{_datadir}/applications

# Create appropriate .desktop file
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=DOSBox
Comment=A DOS emulator
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Utility;Emulator;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.74-5
+ Revision: 0267b28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 955 |14cr|dosemu-1.4.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	dosver	1.1

#disable for plugins
%define _disable_ld_no_undefined 1

Summary:	DOSEMU stands for DOS Emulation, and enables Linux to run DOS programs
Name:		dosemu
Version:	1.4.0.8
Release:	2
Group:		Emulators
License:	GPLv2+
Url:		http://dosemu.sourceforge.net/
#git archive --format=tar --remote=git://dosemu.git.sourceforge.net/gitroot/dosemu/dosemu dosemu-1.4.0.7 | xz >dosemu-1.4.0.7.tar.xz
Source0:	%{name}-%{version}.tar.xz
Source1:	%{name}-freedos-%{dosver}-bin.tar.bz2
Source11:	xdosemu-16x16.png
Source12:	xdosemu-32x32.png
Source13:	xdosemu-48x48.png
Patch0:		dosemu-1.4.0.8-parallel-build.patch
BuildRequires:	bdftopcf
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	mkfontdir
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(slang)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	gpm-devel
BuildRequires:	svgalib-devel
Requires:	dosimage
Exclusivearch:	%{ix86} x86_64

%description
DOSEMU is a user-level program which uses certain special features
of the Linux kernel and the 80386 processor to run MS-DOS/FreeDOS/
DR-DOS, DOS programs, and many DPMI applications in what we in the
biz call a `DOS box'.

%package -n	xdosemu
Summary:	A DOS emulator for the X Window System
Group:		Emulators
Requires:	%{name} = %{EVRD}
Requires:	dosimage

%description -n xdosemu
Xdosemu is a version of the dosemu DOS emulator that runs with the X
Window System.  Xdosemu provides VGA graphics and mouse support.

Install xdosemu if you need to run DOS programs on your system, and you'd
like to do so with the convenience of graphics support and mouse
capabilities.

%package	freedos
Summary:	A FreeDOS hdimage for dosemu, a DOS emulator, to use
Group:		Emulators
Provides:	dosimage

%description freedos
Generally, the dosemu DOS emulator requires either that your system
have some version of DOS available or that your system's partitions
were formatted and installed with DOS. If your system does not meet
either of the previous requirements, you can instead use the dosemu-
freedos package, which contains required files which will be
installed in '/usr/share/dosemu/freedos-1.0'

Install dosemu-freedos if you are installing the dosemu package
and you don't have a version of DOS available on your system,
and your system's partitions were not formatted and installed
with DOS.

%prep
%setup -c %{name} -q -n %{name}-%{version}
%patch0 -p1

bunzip2 -c %{SOURCE1} | gzip -c > freedos.tgz

%build
%configure2_5x	--with-fdtarball=freedos.tgz \
		--with-svgalib \
		--with-x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m644 %{SOURCE11} -D \
	%{buildroot}%{_iconsdir}/hicolor/16x16/apps/x%{name}.png
install -m644 %{SOURCE12} -D \
	%{buildroot}%{_iconsdir}/hicolor/32x32/apps/x%{name}.png
install -m644 %{SOURCE13} -D \
	%{buildroot}%{_iconsdir}/hicolor/48x48/apps/x%{name}.png

#xdg menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/xdosemu.desktop <<EOF
[Desktop Entry]
Name=Xdosemu
Comment=DOS emulator running under X
Exec=%{_bindir}/x%{name}
Icon=x%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Emulators;Emulator;
EOF

rm -rf %{buildroot}%{_docdir}

# move freedos to another place to fix update issue (#34837)
mv %{buildroot}%{_datadir}/%{name}/freedos \
 %{buildroot}%{_datadir}/%{name}/freedos-%{dosver}

chmod 0755 %{buildroot}%{_libdir}/dosemu/libplugin*.so

%files
%doc doc/*
%{_bindir}/dosemu.bin
%{_bindir}/dosemu
%{_bindir}/mkfatimage
%{_bindir}/mkfatimage16
%{_bindir}/midid
%{_bindir}/dosdebug
%{_libdir}/dosemu/libplugin*.so
%{_mandir}/man1/mkfatimage16.1*
%{_mandir}/man1/dosdebug.1*
%{_mandir}/man1/dosemu.1*
%{_mandir}/man1/dosemu.bin.1*
%{_mandir}/man1/midid.1.*
%lang(ru) %{_mandir}/ru/man1/mkfatimage16.1*
%lang(ru) %{_mandir}/ru/man1/dosdebug.1*
%lang(ru) %{_mandir}/ru/man1/dosemu.1*
%lang(ru) %{_mandir}/ru/man1/dosemu.bin.1*
%{_datadir}/dosemu/commands
%{_datadir}/dosemu/keymap
%{_datadir}/dosemu/Xfonts
%config(noreplace) %{_sysconfdir}/dosemu.conf
%config(noreplace) %{_sysconfdir}/drives/c
%config(noreplace) %{_sysconfdir}/drives/d
%config(noreplace) %{_sysconfdir}/dosemu.users
%config(noreplace) %{_sysconfdir}/global.conf

%files -n xdosemu
%{_bindir}/xdosemu
%{_mandir}/man1/xdosemu.1*
%lang(ru) %{_mandir}/ru/man1/xdosemu.1*
%{_iconsdir}/hicolor/16x16/apps/x%{name}.png
%{_iconsdir}/hicolor/32x32/apps/x%{name}.png
%{_iconsdir}/hicolor/48x48/apps/x%{name}.png
%{_datadir}/applications/xdosemu.desktop

%files freedos
%{_datadir}/dosemu/freedos-%{dosver}
%{_datadir}/dosemu/drive_z



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0.8-2
+ Revision: 5453c56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 956 |14cr|dot2tex-2.8.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphviz to LaTeX converter

Name:		dot2tex
Version:	2.8.7
Release:	5
Source0:	%{name}-%{version}.zip
License:	MIT
Group:		Graphics
Url:		http://www.fauskes.net/code/dot2tex/
BuildArch:	noarch
Requires:	python-parsing
Requires:	emacs-auctex
Requires:	graphviz
Suggests:	texlive
BuildRequires:  python-devel

%description
The purpose of dot2tex is to give graphs generated by Graphviz a more
LaTeX friendly look and feel. This is accomplished by converting xdot
output from Graphviz to a series of PSTricks or PGF/TikZ
commands. This approach allows:

* Typesetting labels with LaTeX, allowing mathematical notation.
* Using native PSTricks and PGF/TikZ commands for drawing arrows (optional).
* Using backend specific styles to customize the output

Dot2tex can preprocess graphs using the preview package. Information
about label sizes will be extracted and used to get correctly sized
nodes and edge labels.

%prep
%setup -q

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
%__chmod -R o-w *.txt LICENSE doc/ examples
%__chmod -R g-w *.txt LICENSE doc/ examples

%clean

%files -f FILE_LIST
%doc *.txt LICENSE doc/* examples/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8.7-5
+ Revision: b9991c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 957 |14cr|dotclear-2.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dotclear
Version:	2.6.3
Release:	2
Summary:	Web-based blog

License:	GPLv2
Group:		System/Servers
URL:		http://www.dotclear.net
Source0:	http://download.dotclear.org/latest/%{name}-%{version}.tar.gz
Source1:	%{name}.rpmlintrc
Patch0:		php53.patch
Requires:		php-xml 
Requires:		php-iconv
Requires:		php-mbstring
BuildArch:	noarch

%description
dotclear is a multilingual web application developed in php. 
It provides personal blogs and trackbacks to react,
but also can be used in a multi-user mode with several right levels.

%prep
%setup -q -n %{name}
%patch0 -p1

%build

%install
# install files
install -d -m 755 %{buildroot}%{_var}/www/%{name}
cp -aRf * %{buildroot}%{_var}/www/%{name}
for i in CHANGELOG CREDITS LICENSE README; do
	rm -f %{buildroot}%{_var}/www/%{name}/$i
done

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
Alias /dotclear /var/www/dotclear
<Directory /var/www/dotclear>
    Require all granted
</Directory>

<Directory /var/www/dotclear/admin/install>
    Require local granted
    ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"
</Directory>
EOF

# remove .htaccess files
find %{buildroot}%{_var}/www/%{name} -name .htaccess -exec rm -f {} \;

# fix exectuable bit 
find %{buildroot}%{_var}/www/%{name} -type f -exec chmod 644 {} \;
chmod 755 %{buildroot}%{_var}/www/%{name}/inc/dbschema/upgrade-cli.php

cat > README.urpmi <<EOF
Dotclear is a database driven blogging program designed to make it exceedingly
easy to publish an online blog, sometimes also called a weblog or journal.

Once this package is installed, there are a few configuration items which need
to be performed before the blog is usable.  First, you need to install
Mysql or PostgreSQL database and corresponding php modules:

# urpmi mysql php-mysql

or 

# urpmi postgresql php-pgsql

Then, you need to establish a username and password to connect to your
MySQL database as, and make both MySQL/Postgres and Dotclear aware of this.
Let's start by creating the database and the username / password
inside MySQL first:

  # mysql
  mysql> create database dotclear;
  Query OK, 1 row affected (0.00 sec)

  mysql> grant all privileges on dotclear.* to dotclear identified by 'dotclear';
  Query OK, 0 rows affected (0.00 sec)

  mysql> flush privileges;
  Query OK, 0 rows affected (0.00 sec)

  mysql> exit
  Bye
  #

Under certain curcumstances, you may need to run variations of the "grant"
command:
mysql> grant all privileges on dotclear.* to dotclear@localhost identified by 'dotclear';
   OR
mysql> grant all privileges on dotclear.* to dotclear@'%' identified by 'dotclear';

This has created an empty database called 'dotclear', created a user named
'dotclear' with a password of 'dotclear', and given the 'dotclear' user total
permission over the 'dotclear' database.  Obviously, you'll want to select a
different password, and you may want to choose different database and user
names depending on your installation.  The specific values you choose are
not constrained, they simply need to be consistent between the database and the
config file.

Once that's done and the database server and web server have been started, 
 in your favourite web browser, enter following URL :
http://hostname/dotclear/admin/install/wizard.php  and 
follow the instructions given to you on the pages you see to set up the 
database tables and begin publishing your blog.
EOF

%files
%doc README.urpmi CHANGELOG CREDITS LICENSE
%config(noreplace) %{_webappconfdir}/%{name}.conf
%dir %{_var}/www/%{name}
%{_var}/www/%{name}/*.php
%{_var}/www/%{name}/*.md
#%{_var}/www/%{name}/inc/
%{_var}/www/%{name}/admin
#%{_var}/www/%{name}/cache
%{_var}/www/%{name}/db
%{_var}/www/%{name}/locales
%{_var}/www/%{name}/plugins
%{_var}/www/%{name}/public
%{_var}/www/%{name}/themes
%attr(0775,root,apache) %{_var}/www/%{name}/cache
%attr(0775,root,apache) %{_var}/www/%{name}/inc/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.3-2
+ Revision: f5e0331
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 958 |14cr|dotproject-2.1.4-0.0.r6063.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn_snap r6063
%define __noautoreq /usr/bin/php

Summary:	Web Based Project Management Tool
Name:		dotproject
Version:	2.1.4
Release:	0.0.%{svn_snap}.5
License:	GPL
Group:		System/Servers
URL:		http://sourceforge.net/projects/dotproject/
Source0:	http://prdownloads.sourceforge.net/dotproject/%{name}-%{version}-%{svn_snap}.tar.xz
# S10 - S30 was taken http://sourceforge.net/projects/dotmods/
Source10:	http://mesh.dl.sourceforge.net/project/dotmods/Annotations/0.3.0/annotations_1235-29072009.zip
Source11:	http://mesh.dl.sourceforge.net/project/dotmods/Backup%20Module/v2.0/backup_2.0.tar.gz
Source12:	http://mesh.dl.sourceforge.net/project/dotmods/Details/0.3.0/details_1235-29072009.zip
Source13:	http://mesh.dl.sourceforge.net/project/dotmods/Eventum%20Integration%20Module/v1.1.5/dp_eventum_1_1_5.zip
Source14:	http://mesh.dl.sourceforge.net/project/dotmods/Finance/finance%200.1/finance.zip
# cvs -z3 -d:pserver:anonymous@dotmods.cvs.sourceforge.net:/cvsroot/dotmods co -P helpdesk
Source15:	helpdesk.tar.gz
Source16:	http://mesh.dl.sourceforge.net/project/dotmods/Holiday/Version%201.2/holiday_v1_2.tar.gz
Source17:	http://mesh.dl.sourceforge.net/project/dotmods/Import%20Export/backup%200.2/backup.zip
# cvs -z3 -d:pserver:anonymous@dotmods.cvs.sourceforge.net:/cvsroot/dotmods co -P inventory
Source18:	inventory.tar.gz
Source19:	http://mesh.dl.sourceforge.net/project/dotmods/Invoice/invoice_0.7.tar.gz
Source20:	http://mesh.dl.sourceforge.net/project/dotmods/Journal%20Module/v1.0a/journal.zip
Source21:	http://mesh.dl.sourceforge.net/project/dotmods/Opportunities/0.3.0/opportunities_1235-29072009.zip
Source22:	http://mesh.dl.sourceforge.net/project/dotmods/ProjectDesigner/ProjectDesigner%20v1/projectdesigner_v1.zip
# cvs -z3 -d:pserver:anonymous@dotmods.cvs.sourceforge.net:/cvsroot/dotmods co -P risks
Source23:	risks.tar.gz
Source24:	http://mesh.dl.sourceforge.net/project/dotmods/Trac%20Integration/Release%200.5/trac_dotmod-0.5.1.tar.gz
Source25:	http://mesh.dl.sourceforge.net/project/dotmods/Unitcost/v1.0.0/unitcost_1.0.0.tar.gz
Patch0:		dotproject-2.1.2-fix-perl-path.patch
Patch1:		dotproject-external_smarty.diff
Patch2:		dotproject-external_nusoap.diff
Patch3:		dotproject-external_adodb.diff
Requires(post): rpm-helper apache-mod_php
Requires(preun): rpm-helper apache-mod_php
Requires:	apache-mod_php
Requires:	apache-mod_socache_shmcb
Requires:	nusoap
Requires:	php-adodb
Requires:	php-gd
Requires:	php-jpgraph
Requires:	php-ldap
Requires:	php-mysql
Requires:	php-pear-Date_Holidays
Requires:	php-smarty
Requires:	php-sqlite3
BuildArch:	noarch
BuildRequires:	apache-devel >= 2.0.54
BuildRequires:	unzip

%description
DotProject is a Web-based project management framework that includes modules
for companies, projects, tasks (with Gantt charts), forums, files, a
calendar, contacts, tickets/helpdesk, multi-language support, user/module
permissions, and themes. It is translated into 17 languages and has a modular
design that allows extra modules (such as time sheets and inventory) to be
added in easily.

%prep
%setup -q

# extra modules
pushd modules

if ! [ -d annotations ]; then unzip -q %{SOURCE10}; else exit 1; fi
if ! [ -d backup ]; then tar -zxf %{SOURCE11}; else exit 1; fi
if ! [ -d details ]; then unzip -q %{SOURCE12}; else exit 1; fi
if ! [ -d eventum ]; then unzip -q %{SOURCE13}; else exit 1; fi
if ! [ -d finance ]; then unzip -q %{SOURCE14}; else exit 1; fi
if ! [ -d helpdesk ]; then tar -zxf %{SOURCE15}; else exit 1; fi
if ! [ -d holiday ]; then tar -zxf %{SOURCE16}; else exit 1; fi

# special voodoo magic here...
if ! [ -d import_export ]; then
    mkdir -p import_export
    pushd import_export
	unzip -q %{SOURCE17}
	mv backup/* .
	rm -rf backup
	perl -pi -e "s|\'Backup\'\;|\'Import_Export\'\;|g" setup.php
	perl -pi -e "s|\'backup\'\;|\'import_export\'\;|g" setup.php
    popd
else
    exit 1
fi

if ! [ -d inventory ]; then tar -zxf %{SOURCE18}; else exit 1; fi
if ! [ -d invoice ]; then tar -zxf %{SOURCE19}; else exit 1; fi

# more special voodoo magic here.
if ! [ -d journal ]; then
    cd ..
    unzip -q %{SOURCE20}
    cd -
else
    exit 1
fi

if ! [ -d opportunities ]; then unzip -q %{SOURCE21}; else exit 1; fi
if ! [ -d projectdesigner ]; then unzip -q %{SOURCE22}; else exit 1; fi
if ! [ -d risks ]; then tar -zxf %{SOURCE23}; else exit 1; fi
if ! [ -d trac ]; then tar -zxf %{SOURCE24}; else exit 1; fi
if ! [ -d unitcost ]; then tar -zxf %{SOURCE25}; else exit 1; fi

popd

# don't bundle these
#rm -rf lib/PEAR
rm -rf lib/adodb
rm -rf lib/jpgraph
rm -rf lib/smarty
rm -f lib/phpgacl/soap/nusoap.php
rm -rf modules/holiday/PEAR

%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1

# fix dir/file perms
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# clean up SVN stuff
for i in `find . -type d -name .svn` `find . -type f -name .svn\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# unwanted files
find . -type f -name "Thumbs.db" -exec rm -f {} \;

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%install
export DONT_RELINK=1

install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_datadir}/%{name}

cp -aRf * %{buildroot}%{_datadir}/%{name}/

install -d %{buildroot}%{_datadir}/%{name}/files/cache/phpgacl
install -d %{buildroot}%{_datadir}/%{name}/files/cache/smarty_templates
install -d %{buildroot}%{_datadir}/%{name}/files/cache/smarty_templates_c

# fix file perms
chmod 755 %{buildroot}%{_datadir}/%{name}/includes/gateway.pl
cp %{buildroot}%{_datadir}/%{name}/includes/gateway.pl %{buildroot}%{_datadir}/%{name}/modules/helpdesk/gateway.pl

# fix config file location
cp %{buildroot}%{_datadir}/%{name}/includes/config-dist.php %{buildroot}%{_sysconfdir}/%{name}/config.php
ln -s %{_sysconfdir}/%{name}/config.php %{buildroot}%{_datadir}/%{name}/includes/config.php

cat > dotproject-apache.conf << EOF

Alias /%{name} "%{_datadir}/%{name}"

<Directory "%{_datadir}/%{name}">
    Require all granted
    php_admin_value memory_limit    64M
    php_admin_value post_max_size   17M
    php_admin_value upload_max_filesize 32M
    php_admin_value max_execution_time 120
</Directory>

<Directory "%{_datadir}/%{name}/files">
    Options -All
    Require all denied
</Directory>

<Directory "%{_datadir}/%{name}/files/temp">
    Options -All
    Require all granted
</Directory>

<Directory "%{_datadir}/%{name}/includes">
    <Files "gateway.pl">
	Require all denied
    </Files>
</Directory>

<Directory "%{_datadir}/%{name}/install">
    Require host 127.0.0.1
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf"
</Directory>
EOF

install -m0644 dotproject-apache.conf %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf

# cleanup
find %{buildroot}%{_datadir}/%{name} -type f -name "\.htaccess" | xargs rm -f


%files
%doc ChangeLog
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%attr(0640,apache,apache) %config(noreplace) %{_sysconfdir}/%{name}/config.php
%{_datadir}/%{name}

%changelog
* Fri May 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.4-0.0.r6063.5
+ Revision: 261d4ed
- Fix requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 959 |14cr|doublecmd-0.5.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# norootforbuild

%define debug_package %{nil}

Summary:	Twin-panel (commander-style) file manager (Qt4)
Name:		doublecmd
Version:	0.5.10
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://doublecmd.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/doublecmd/Double%20Commander%20Source/%{name}-%{version}-src.tar.gz
Patch0:		dont_build_lazarus_components.patch
Patch1:		doublecmd-0.5.10-lazarus-1.2.patch
BuildRequires:	fpc
BuildRequires:	fpc-src
BuildRequires:	lazarus
BuildRequires:	bzip2-devel
BuildRequires:	qt4pas-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(dbus-1)

%files
%{_libdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/man/man1/%{name}.*
%{_datadir}/pixmaps/%{name}.*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%description
Double Commander is a cross platform open source file manager with two panels
side by side. It is inspired by Total Commander and features some new ideas.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
./build.sh beta qt

%install
install/linux/install.sh --install-prefix=%{buildroot}


%changelog
* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.10-1
+ Revision: e1aea35
- Add patch from upstream to fix build with Lazarus 1.2+



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 960 |14cr|dparser-1.30-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Simple but powerful tool for parsing

Name: dparser
Version: 1.30
Release: 2
Source0: http://aleron.dl.sourceforge.net/sourceforge/dparser/d-%{version}-src.tar.gz
Source1: python-dparser-calc.tar.bz2
Source2: %{name}.rpmlintrc
License: BSD
Group: Development/Python
Url: http://dparser.sourceforge.net/
BuildRequires:  python-devel

%description
DParser is an simple but powerful tool for parsing. You can specify the form of
the text to be parsed using a combination of regular expressions and grammar
productions.  Because of the parsing technique (technically a scannerless GLR
parser based on the Tomita algorithm) there are no restrictions.   The grammar
can be ambiguous, right or left recursive, have any number of null productions,
and because there is no separate tokenizer, can include whitespace in terminals
and have terminals which are prefixes of other terminals.   DParser handles not
just well formed computer languages and data files, but just about any wacky
situation that occurs in the real world.


%package -n python-%{name}
Summary: DParser python binding

Requires: python
Group: Development/Python

%description  -n python-%{name}
DParser is a simple but powerful tool for parsing, written by J. Plevyak.
DParser for Python gives Python programmers a seamless interface to DParser.

The features that set this Python parser apart from other Python parsers are:
 + it can deal with any grammar (GLR)
 + it is fast (based in C)
 + it does not require a compiler to operate.

DParser for Python also has many easy-to-use features found in other Python
parsers:
 + it does not require explicit definitions of tokens
 + it does not require a separate, non-Python grammar file
 + it uses function documentation strings to specify grammar rules
 + it does not output parser code that the user must compile or run.

%prep
%setup -q -n d
%setup -q -T -D -a 1 -n d

%build
make
#make test

%install
PREFIX=%{buildroot}%{_prefix} make install
cd python
python setup.py install --root=%{buildroot}

mkdir -p %{buildroot}%{_mandir}/man1
mv  %{buildroot}%{_prefix}/man/man1/* %{buildroot}%{_mandir}/man1/
%ifarch x86_64
mv  %{buildroot}{/usr/lib,%{_libdir}}/libdparse.a
%endif

%clean

%files
%defattr(-,root,root,0755)
%{_bindir}/*
%{_includedir}/*
%{_libdir}/*.a
%{_mandir}/man1/*
%defattr(644,root,root,755)
%doc CHANGES COPYRIGHT README *.html tests verilog

%files  -n python-%{name}
%defattr(-,root,root,0755)
%doc python/README python/*.html python/tests python/contrib python/calc.py
%{py_platsitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30-2
+ Revision: 5d349cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 961 |14cr|dpatch-2.0.35-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dpatch
Version:	2.0.35
Release:	2
Summary:	Debian dpatch tool
Group:		Development/Other
License:	GPLv2+
URL:		https://alioth.debian.org/projects/dpatch/
Source0:	ftp://ftp.debian.org:21/debian/pool/main/d/dpatch/dpatch_2.0.35.tar.gz
BuildArch:	noarch
Requires:   	dpkg
Patch1:		dpatch-nawk.patch

%description
Debian dpatch tool.

%prep
%setup -q -n %{name}
%patch1 -p1 -b .orig

%build
make

%install
install -d %{buildroot}{%{_mandir}/{man1,man7},%{_bindir}}
make install DESTDIR=%{buildroot}

%files
%doc debian/control debian/copyright debian/NEWS
%{_bindir}/*
%{_datadir}/dpatch
%{_mandir}/*/*
%{_sysconfdir}/bash_completion.d/dpatch_edit_patch



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.35-2
+ Revision: 85ef8d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 962 |14cr|dpgconv-9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			dpgconv
Version: 		9
Release:		3

Summary: 	Transcode video files to DPG (nDs mPeG)
Source0: 	http://theli.is-a-geek.org/files/dpgconv/dpgconv-9.py.bz2
Source1:	dpgconv-readme
Source2:	dpgshow

License: 	GPLv2
Group:	 	Video
URL:		http://theli.is-a-geek.org/blog/static/dpgconv

Requires:	mplayer
Requires:	mencoder
Requires:	mpeg-stat
Requires:	python-imaging

BuildArch:	noarch
BuildRoot: 	%{_tmppath}/%{name}-%{version}

%description
A script to transcode video files to DPG format suitable for Nintendo DS (tm)


%prep

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
bzip2 -dc %{SOURCE0} > %{buildroot}%{_bindir}/%{name}.py
install -D -m 644 %{SOURCE1} %{buildroot}%{_docdir}/%{name}/Get-Started
install -m 644 %{SOURCE2} %{buildroot}%{_docdir}/%{name}/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_docdir}/%{name}/Get-Started
%{_docdir}/%{name}/dpgshow
%attr(0755,root,root) %{_bindir}/dpgconv.py





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 9-3
+ Revision: 9d6760c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 963 |14cr|dpic-2013.03.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dpic
Version:	2013.03.10
Release:	2
Summary:	Pic language processor
License:	BSD
Group:		Publishing
URL:		http://www.ece.uwaterloo.ca/~aplevich/dpic/
Source0:	%{name}-%{version}.tar.gz

%description
Pic language processor for LaTeX documents or web sites.

%files
%doc README CHANGES doc/dpicdoc.pdf
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*


#--------------------------------------------------------------------

%prep
%setup -qn %{name}
chmod 0644 README CHANGES doc/dpicdoc.pdf

%build
%setup_compile_flags
%make

%install
install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dm 0644 doc/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2013.03.10-2
+ Revision: ea6bded
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 964 |14cr|dpml-util-cli-1.0.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name      cli
%define category        util
%define section         free
%define gcj_support     1

Name:           dpml-%{category}-%{short_name}
Version:        1.0.0
Release:        10
Epoch:          0
Summary:        DPML Metro Common Utilities
License:        Apache License
Group:          Development/Java
URL:            http://dpml.net/util/cli/index.html
# svn checkout https://svn.berlios.de/svnroot/repos/dpml/trunk/main
Source0:        %{name}-%{version}.tar.bz2
Source1:        %{name}-build.xml
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif
BuildRequires:  ant >= 0:1.6
#BuildRequires: ant-junit >= 0:1.6
#BuildRequires: junit
BuildRequires:  java-rpmbuild >= 0:1.5

%description
The CLI index provides an API for processing command line interfaces.

The implementation is based on the Jakarta Commons CLI2 library written 
by John Keyes and Rob Oxspring.

CLI1 was formed by the merger of ideas and code from three different 
libraries and allows most simple interfaces to be modelled. CLI1 became 
increasingly difficult to maintain and develop further and so CLI2 was 
developed with the goals of clearer responsibilities and being more 
flexible. The intention was that CLI2 would be able to model a far 
greater selection of interfaces and do so more completely, validating 
as much as possible.

The DPML codebase was established in late 2005 based on a fork of the 
Jarkata Commons CL2 content as CLI2 development with Jakarta Commons 
appears to have stopped around April 2005. Modification to the codebase 
applied during incorporation under DPML include removal of CLI1 
content, resolution of a number of testcase failures, removal of file 
validation hidden feature (due to platform inconsitencies at the JVM 
level), removal of Maven dependencies in the build and test procedures, 
resolution of issues in the Help formatter, package renaming, 
documentation enhancements, upgrading of the codebase to be compliant 
with DPML style guidelines, and additions to the argument validator 
package.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
BuildRequires:  java-javadoc

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{short_name}
%{__cp} -a %{SOURCE1} build.xml

%build
#export OPT_JAR_LIST="ant/ant-junit junit"
export OPT_JAR_LIST=
export CLASSPATH=
%ant jar javadoc #test

%install
# jars
%{__mkdir_p} %{buildroot}%{_javadir}
%{__cp} -a build/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # ghost symlink

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%post javadoc
rm -f %{_javadocdir}/%{name}
%{__ln_s} %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ $1 -eq 0 ]; then
  %{__rm} -f %{_javadocdir}/%{name}
fi

%files
%defattr(0644,root,root,0755)
%doc
%{_javadir}/*
%if %{gcj_support}
%attr(-,root,root) %{_libdir}/gcj/%{name}
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%ghost %doc %{_javadocdir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0.0-10
+ Revision: 1f9c073
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 965 |14cr|dragonmemory-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	DragonMemory

Name:		dragonmemory
Version:	1.0
Release:	4
Summary:	A memory game where you have to match identical chips
License:	GPLv3
Group:		Games/Boards
URL:		http://dragontech.net/index.php/games-en
Source0:	http://dragontech.net/index.php/games-en?file=tl_files/dragontech/Software/%{oname}/%{oname}-source.tgz
Source1:	dragonmemory.png
Patch0:		dragonmemory-1.0-linuxpath.patch
Patch1:		dragonmemory-1.0-makefile.patch
BuildRequires:	SDL-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_image-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)

%description
Dragon Memory is a memory game where you have to match identical chips from
a board. The game has very detailed graphics and a lot of levels to play.

%prep
%setup -q -n %{oname}
%patch0 -p1 -b .path
%patch1 -p1 -b .makefile

%build
export CPPFLAGS="%{optflags}"
%make

%install
mkdir -p %{buildroot}%{_gamesbindir}
cp %{name} %{buildroot}%{_gamesbindir}/

mkdir -p %{buildroot}%{_gamesdatadir}/%{name}

cp -r fonts %{buildroot}%{_gamesdatadir}/%{name}/
cp -r gfx %{buildroot}%{_gamesdatadir}/%{name}/
cp -r music %{buildroot}%{_gamesdatadir}/%{name}/
cp -r sounds %{buildroot}%{_gamesdatadir}/%{name}/
cp -r themes %{buildroot}%{_gamesdatadir}/%{name}/

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Dragon Memory
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;BoardGame;
EOF

mkdir -p %{buildroot}%{_iconsdir}/hicolor/128x128/apps/
cp %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/

%files
%doc Authors.txt License.txt
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 3e43b14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 966 |14cr|drakbackup-0.19.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define drakxtools_required_version  10.4.89-1mdv2007.0
%define drakxtools_conflicted_version  10.4.88

%define libname %mklibname %{name}

Summary:  Backup and restore the system
Name:     drakbackup
Version:  0.19.3
Release:  3
Source0:  %name-%version.tar.lzma
License:  GPL
Group:    Archiving/Other
Url:      http://www.mandrivalinux.com/en/cvs.php3
BuildRequires: perl-MDK-Common-devel
Requires: drakxtools => %drakxtools_required_version
Requires: common-licenses
Requires: usermode-consoleonly >= 1.92-4mdv2008.0
BuildRoot: %_tmppath/%name-%version-buildroot
# for program:
Conflicts: drakxtools <= %drakxtools_conflicted_version
# for man pages:
Conflicts: drakxtools-curses <= %drakxtools_conflicted_version
BuildArch: noarch

%description
Drakbackup enables to backup and restore the system.

%prep
%setup -q

%build

%install
rm -fr $RPM_BUILD_ROOT
%makeinstall_std

#install lang
%find_lang %name

# consolehelper configuration
# ask for root password
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/drakbackup
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/drakbackup <<EOF
USER=root
PROGRAM=/usr/sbin/drakbackup
FALLBACK=false
SESSION=true
EOF
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
ln -sf %{_sysconfdir}/pam.d/mandriva-simple-auth %{buildroot}%{_sysconfdir}/pam.d/drakbackup
# make menu entry call the consolehelper link
sed -i -e "s,%{_sbindir}/drakbackup,%{_bindir}/drakbackup," \
        %{buildroot}%{_datadir}/applications/drakbackup.desktop

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc ChangeLog
%config(noreplace) %_sysconfdir/pam.d/drakbackup
%config(noreplace) %_sysconfdir/security/console.apps/drakbackup
%_bindir/drakbackup
%_sbindir/*
/usr/lib/libDrakX/icons/*
/usr/share/libDrakX/pixmaps/*
/usr/share/applications/drakbackup.desktop
%_mandir/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.19.3-3
+ Revision: 4c5b92d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 967 |14cr|drakclick-0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A program to change Single/Double click in KDE
Name:		drakclick
Version:	0.2
Release:	9
Group:		Graphical desktop/KDE
Source0: 	drakclick
License:	GPL
URL:		http://www.advx.org/drakclick
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildArch: 	noarch

%description
A quick 5 minute hack to test GTK-perl and provide an easy way
to change the SingleClick vs DoubleClick KDE behavior.

%install
mkdir -p %{buildroot}/usr/bin
cp %{SOURCE0} %{buildroot}/usr/bin
mkdir -p %{buildroot}%{_docdir}/drakclick-%{version}
cat << EOF > %{buildroot}%{_docdir}/drakclick-%{version}/README
A quick 5 minute hack to test GTK-perl and provide an easy way
to change the SingleClick vs DoubleClick KDE behavior.
EOF


%clean
#Yeah, right ;-)

%files
%defattr(755,root,root)
%{_bindir}/drakclick
%{_docdir}/drakclick-%{version}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-9
+ Revision: fe00b77
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 968 |14cr|drakcluster-1.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphic interface tool to setup server cluster

Name:		drakcluster
Version:	1.6
Release:	6
#Source0: %{name}-%{version}.tar.bz2
Source0:	%{name}-devel.tar.bz2
License:	GPL
Group:		System/Cluster
URL:		http://www.mandriva.com
BuildArch:	noarch
Requires:	perl-Gtk2
Requires:	clusterscripts-server
Requires:	xli
Requires:	xterm
Requires:	xpdf
Requires:	drakxtools

%description
Graphic interface to admin and setup the servr cluster.

%prep
%setup -q -n %{name}-devel

%build
make build

%install
make installd DESTDIR=%{buildroot}
%find_lang drakcluster

%files -f drakcluster.lang
%{_datadir}/pixmaps/cluster/*
%{perl_vendorlib}/drakcluster/*
%{perl_vendorlib}/interface_cluster.pm
%attr(755,root,root) %{_sbindir}/drakcluster.pl
%attr(755,root,root) %{_sbindir}/draktab*
%attr(755,root,root) %{_bindir}/cluster_applet.pl
%attr(755,root,root) %{_sbindir}/drakka


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-6
+ Revision: a603a0f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 969 |14cr|drakconf-legacy-12.19.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define   legacy_name drakconf

Summary:  The %{vendor} Linux Control Center 
Name:     drakconf-legacy
Version:  12.19.2
Release:  7
License:  GPLv2+
Group:    System/Configuration/Other
Url:      http://wiki.mandriva.com/en/ControlCenter
Source0:  %{legacy_name}-%{version}.tar.lzma
Source1:  drakconf16.png
Source2:  drakconf32.png
Source3:  drakconf48.png
Source4:  drakconf-legacy.rpmlintrc
BuildArch: noarch

BuildRequires: gettext
BuildRequires: intltool
BuildRequires: perl-MDK-Common-devel
BuildRequires: drakxtools-backend

Requires: %{_vendor}-release
Requires: drakxtools >= 11.64
Requires: harddrake-ui
Requires: usermode
Requires: perl-Gtk2
Requires: perl-Gnome2-Vte
Requires: gtk+2.0
Requires: perl-MDK-Common
Requires: userdrake
Requires: drakconf-icons = %{version}
Requires: drakx-net
Requires: drakx-kbd-mouse-x11
Requires: perl-Gtk2-WebKit
Requires: drakconf-icons
Suggests: drakfax
Suggests: system-config-printer
Suggests: rpmdrake
Suggests: drakmenustyle
Suggests: drakguard
Suggests: mdkonline >= 2.77.19

# workaround rpm issues on updates (bad ordering relating to virtual packages?):
%define _requires_exceptions perl(Gtk2::Html2)

%description
drakconf includes the %{vendor} Linux Control Center which is an interface to 
multiple utilities from DrakXtools.

%prep
%setup -q -n %{legacy_name}-%{version}
%apply_patches

%build

%install
rm -fr %{buildroot}
%makeinstall_std

#install lang
%find_lang %{legacy_name}

#install menu
mkdir -p %{buildroot}%{_datadir}/applications
install -m644 drakconf.desktop %{buildroot}%{_datadir}/applications/%{_vendor}-drakconf.desktop

#fix run from /usr/bin as need for consolehelper work
sed -e 's/sbin/bin/' -i %{buildroot}%{_datadir}/applications/%{_vendor}-drakconf.desktop

#install menu icon
mkdir -p %{buildroot}/{%{_miconsdir},%{_liconsdir}}
install -m644 %{SOURCE1} %{buildroot}/%{_miconsdir}/drakconf.png
install -m644 %{SOURCE2} %{buildroot}/%{_iconsdir}/drakconf.png
install -m644 %{SOURCE3} %{buildroot}/%{_liconsdir}/drakconf.png

install -d %{buildroot}/etc
touch %{buildroot}/etc/mcc.conf

#icons still in old drakconf-icons package
rm -rf %{buildroot}%{_datadir}/mcc/themes

#mv drakconf to sbin - it's need be run only from root
mv -f %{buildroot}%{_bindir}/drakconf %{buildroot}%{_sbindir}/drakconf

#pam.d configuration
# console user, ask for root password
        ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/drakconf
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/drakconf <<EOF
USER=root
PROGRAM=/usr/sbin/drakconf.real
SESSION=true
FALLBACK=false
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d
		cat > %{buildroot}%{_sysconfdir}/pam.d/drakconf  <<EOF
#%PAM-1.0
auth	sufficient	pam_rootok.so
auth	sufficient	pam_timestamp.so
auth	include		system-auth
session	required	pam_permit.so
session	optional	pam_xauth.so
session	optional	pam_timestamp.so
account	required	pam_permit.so
EOF

for i in %{buildroot}{%{_sbindir},%{_bindir}}/mcc; do ln -s {drakconf,$i}; done

%files -f %{legacy_name}.lang
%doc COPYING 
%config(noreplace) %ghost %{_sysconfdir}/mcc.conf
%config(noreplace) %{_sysconfdir}/sysconfig/mcc.conf
%{_bindir}/*
%{_sbindir}/*
%{_datadir}/applications/%{_vendor}-drakconf.desktop
%{perl_vendorlib}/MDV
%dir %{_datadir}/mcc
%{_datadir}/mcc/progs.conf
%{_iconsdir}/*
%{_sysconfdir}/pam.d/drakconf
%{_sysconfdir}/security/console.apps/drakconf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 12.19.2-7
+ Revision: 770bca6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 970 |14cr|drakcowsay-0.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'irssi'
Name: drakcowsay
Version: 0.7
Release: 8
Summary: Graphical interface for cowsay
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Toys
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://peoples.mandriva.com/~blino/drakcowsay/
Requires: drakxtools cowsay
BuildRequires: xchat-devel

%description
%{name} is a graphical interface for cowsay.
Its target audience is those not yet familiar with the tough command line,
thus making cowsay rendering as easy as if you were a true l33t.

This package also includes drakcowthink, a graphical interface to cowthink.

%package -n xchat-%{name}
Group: System/Libraries
Summary: Xchat plugin for %{name}
Requires: xchat

%description -n xchat-%{name}
xchat-%{name} is a plugin for xchat to cowsay in your current IRC window.

%package -n irssi-%{name}
Group: System/Libraries
Summary: Irssi plugin for %{name}
Requires: irssi

%description -n irssi-%{name}
irssi-%{name} is a plugin for irssi to cowsay in your current IRC window.

%prep
%setup -q

%build
gcc -Wl,--export-dynamic -Wall -O1 -shared -fPIC -I. xchat-%{name}.c -o xchat-%{name}.so

%install
rm -rf %{buildroot}
install -m755 -D %{name} %{buildroot}%{_bindir}/%{name}
ln -s %{name} %{buildroot}%{_bindir}/drakcowthink
install -m755 -D xchat-%{name}.so %{buildroot}%{_libdir}/xchat/plugins/xchat-%{name}.so
install -m755 -D irssi-%{name}.pl %{buildroot}%{_datadir}/irssi/scripts/irssi-%{name}.pl

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_bindir}/drakcowthink

%files -n xchat-%{name}
%defattr(-,root,root)
%{_libdir}/xchat/plugins/xchat-%{name}.so

%files -n irssi-%{name}
%defattr(-,root,root)
%{_datadir}/irssi/scripts/irssi-%{name}.pl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-8
+ Revision: 4b62dfe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 971 |14cr|drakfon-0.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name drakfon
%define version 0.6
%define release 6

Summary:	Install FON firmwares in wireless routers
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
License:	GPL	
Group:		System/Configuration/Networking
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Url:		http://fon.com
BuildArch:      noarch

%description
Tool to install FON based firmwares in wireless routers

%prep
%setup -q

%build
%make -C po

%install
rm -rf %{buildroot}
%makeinstall_std -C po
install -D -m 755 %{name} %{buildroot}%{_sbindir}/%{name}
install -d %{buildroot}%{_datadir}/%{name}/firmwares
install -m 644 FONbasic-* %{buildroot}%{_datadir}/%{name}/firmwares
install -d %{buildroot}%{_iconsdir}
install -m 644 FON*.png %{buildroot}%{_iconsdir}
install -m 644 -D %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files -f %{name}.lang
%defattr(-,root,root)
%{_sbindir}/%{name}
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/firmwares/
%{_datadir}/%{name}/firmwares/FONbasic-*
%{_iconsdir}/FON*.png
%{_datadir}/applications/%{name}.desktop





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-6
+ Revision: 8440ffa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 972 |14cr|drakguard-policy-0.7.7-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Parental control tool with NetPolice DNS enable
Name:		drakguard-policy
Version:	0.7.7
Release:	10
License:	GPLv2+
Group:		System/Configuration/Other
Url:		http://www.rosalab.ru/
Requires(post,postun):	squid
Requires:	drakguard
BuildArch:	noarch

%description
This tool allows to configure parental control. It can block access to
web sites and restrict connection during a specified timeframe. This version
consist DNS-protect from russian company Yandex.

To disable NetPolice filters remove this line from /etc/squid/squid.conf:
dns_nameservers 77.88.8.3 77.88.8.7

%files

%post
echo "dns_nameservers 77.88.8.3 77.88.8.7" >> /etc/squid/squid.conf

%postun
sed -i 's/dns_nameservers\ 77.88.8.3\ 77.88.8.7//' /etc/squid/squid.conf

#----------------------------------------------------------------------------

%prep
# Nothing

%build
# Nothing

%install
# Nothing


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.7-10
+ Revision: 77e0d9a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 973 |14cr|draklive-0.9-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name draklive
%define version 0.9
%define release 7

Summary:	Live systems generation and copying tool
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.xz
License:	GPLv2+
Group:		System/Configuration/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Url:		http://wiki.mandriva.com/Development/Packaging/Tools/draklive
BuildArch:      noarch
Requires:       syslinux grub
Requires:       cdrkit cdrkit-genisoimage mkcd
Requires:       curl rsync dosfstools mtools patch squashfs3-tools setarch urpmi
Suggests:	draklive-config-One
Suggests:	drakx-installer-images drakx-installer-rescue
Suggests:	x11-server-xnest mkisofs

%description
This tool lets you generate Mandriva live systems.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
install -D -m 0755 %{name} %{buildroot}/%{_sbindir}/%{name}
mkdir -p %{buildroot}/%{perl_vendorlib}/MDV/Draklive/
install -D -m 0755 lib/MDV/Draklive/*.pm %{buildroot}/%{perl_vendorlib}/MDV/Draklive/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc NEWS
%{_sbindir}/%{name}
%{perl_vendorlib}/MDV/Draklive/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-7
+ Revision: ce54602
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 974 |14cr|drakmsync-0.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:  Mobile device synchronization tool
Name:     drakmsync
Version:  0.6.1
Release:  2
Source0:  %name-%version.tar.bz2
License:  GPL
Group:    System/Configuration/Other
Url:      http://www.mandrivalinux.com/en/cvs.php3
Requires: drakxtools => 10.4.53-1mdv2007.0
Requires: msynctool
Requires: perl-Gtk2 >= 1.023-1mdk
BuildRoot: %_tmppath/%name-%version-buildroot
BuildArch: noarch

%description
Drakmsync is a tool that makes it easy to synchronize
mobile devices.

%prep
%setup -q

%build
%make

%install
rm -fr $RPM_BUILD_ROOT
%makeinstall_std

#install lang
%find_lang %name

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%_bindir/*
%{_datadir}/applications/drakmsync.desktop
%_datadir/drakmsync/*.pm
%attr(644,root,root) %_datadir/drakmsync/profiles/*
/usr/lib/libDrakX/icons/pda_section.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-2
+ Revision: b6cbb43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 975 |14cr|draktermserv-0.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define drakxtools_required_version  10.4.89-1mdv2007.0
%define drakxtools_conflicted_version  10.4.88

%define libname %mklibname %{name}

Summary:  Terminal server configurator
Name:     draktermserv
Version:  0.8.1
Release:  2
Source0:  %name-%version.tar.bz2
License:  GPL
Group:    System/Configuration/Printing
Url:      http://www.mandrivalinux.com/en/cvs.php3
BuildRequires: perl-MDK-Common-devel
Requires: drakxtools => %drakxtools_required_version
BuildRoot: %_tmppath/%name-%version-buildroot
Conflicts: drakxtools <= %drakxtools_conflicted_version
BuildArch: noarch

%description
Draktermserv is a terminal server configurator.

%prep
%setup -q

%build

%install
rm -fr $RPM_BUILD_ROOT
%makeinstall_std

#install lang
%find_lang %name

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc COPYING ChangeLog
%_sbindir/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-2
+ Revision: bdf7c47
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 976 |14cr|drakvirt-0.8.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name drakvirt
%define version 0.8.2
%define release 4

Summary:	Virtualization configuration
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Patch:		xen.pm.patch
License:	GPL
Group:		System/Configuration/Other
Url:		https://svn.mandriva.com/svn/soft/drakvirt/trunk/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:      noarch
Requires:	drakxtools >= 10.4.222-1mdv2008.0

%description
This tool allows to configure virtualization using Xen.

%prep
%setup -q
%patch -p0

%build
%make

%install
rm -rf %{buildroot}
%makeinstall_std
%find_lang %name

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files -f %name.lang
%defattr(-,root,root)
%_sbindir/%name
%dir %_datadir/%name
%_datadir/%name/*.pm
%dir %_datadir/%name/virtual
%_datadir/%name/virtual/*.pm
%_datadir/applications/%name.desktop
%_prefix/lib/libDrakX/icons/*.png
%{_iconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-4
+ Revision: 71b532d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 977 |14cr|drakx-autoinstall-doc-10.0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name drakx-autoinstall-doc
%define version 10.0.3
%define release 8

Summary:        Auto Install Documentation for Drakx
Name:           %{name}
Version:        %{version}
Release:        %{release}
Url:            http://members.shaw.ca/mandrake
Source0:        drakx-autoinstall-doc.tar.bz2
Source1:        so_split.tar.bz2
License:        GFDL
Group:          System/Configuration/Other
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-buildroot

%description
This package contains the AutoInstall documents, in OpenOffice.org binary
format, Post Script, PDF, one big HTML file and a HOWTO like set of smaller
HTML files.

The Mandriva Linux Distribution provides a facility, DrakX, which allows
for the automated installation on to computers that you use or manage.

The DrakX graphic installer has the capability of being used in both the
interactive and automated modes. These documents deal specifically with
it's automated capability.

Automated Installation is intended for situations where the same
'Install' set is to be placed on multiple computers. This can be a
substantial time saver for anyone. More importantly, the automation means
that you do not have to sit in front of each computer filling in the
blanks, picking this and that and hoping that you remember the selections
you chose the previous time.

%prep

%setup -q -n %{version}

# put source code in here too
bzip2 -dc %{SOURCE1} | tar xf -
# make sure executable is not present
rm -f Programs/so_split

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AutoInstall-%{version}.sxw
%doc AutoInstall-%{version}.ps AutoInstall-%{version}.pdf
%doc AutoInstall-%{version}.html HTML
%doc README build Programs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 10.0.3-8
+ Revision: f07985d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 978 |14cr|dreamchess-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OpenGL chess game
Name:		dreamchess
Version:	0.2.0
Release:	3
License:	GPLv3+
Group:		Games/Boards
Url:		http://www.dreamchess.org/
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
Source2:	%{name}-48.png
Patch0:		dreamchess-0.2.0-pthread.patch
Patch1:		dreamchess-0.2.0-sfmt.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(mxml)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(zlib)
Requires:	%{name}-data = %{EVRD}

%description
DreamChess is a user interface for playing chess. It comes with its own
engine called Dreamer. Both DreamChess and Dreamer are compatible with the
xboard/Winboard chess engine communication protocol. This means that
DreamChess can be used with other xboard-compatible chess engines such as
crafty (ftp://ftp.cis.uab.edu/pub/hyatt/) and GNU Chess
(http://www.gnu.org/software/chess/). Similarly, the Dreamer chess engine can
be used with other xboard-compatible user interfaces such as xboard and
Winboard (http://www.tim-mann.org/xboard.html) and recent editions of the
commercial chess program Chessmaster (http://www.chessmaster.com/).

%files
%doc README COPYING ChangeLog AUTHORS INSTALL
%{_gamesbindir}/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man6/*

#----------------------------------------------------------------------------

%package data
Summary:	Data files for DreamChess game
Group:		Games/Boards
BuildArch:	noarch
Requires:	%{name} = %{EVRD}

%description data
This package contains data files for DreamChess game.

%files data
%{_gamesdatadir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std
install -pD -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
install -pD -m644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-3
+ Revision: c55516d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 979 |14cr|drgeo-doc-1.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	1.5
%define release	7

Summary:	Drgeo documentation
Name:		drgeo-doc
Version:	%{version}
Release:	%{release}
License:	GFDL
Group:		Books/Other
URL:		http://www.ofset.org/drgeo/
Source:		http://prdownloads.sourceforge.net/ofset/%{name}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch

%description
This package contains manual for DrGeo, an interactive geometry
software.

%prep
%setup -q

%build
%configure2_5x

%install
rm -rf %{buildroot}
%makeinstall_std

# drgeo searches for ..../C/drgenius.html, not c/drgenius.html
mv %{buildroot}%{_datadir}/drgeo/help/{c,C}

pwd=`pwd`
pushd %{buildroot}%{_datadir}/drgeo/help
for i in ??*; do echo "%%lang($i) %%{_datadir}/drgeo/help/$i" >> $pwd/%{name}.lang; done
popd

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README
%dir %{_datadir}/drgeo/help
%{_datadir}/drgeo/help/C




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-7
+ Revision: 697aaab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 980 |14cr|driconf-0.9.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name driconf
%define version 0.9.1
%define release 6

Summary: DRI Configuration GUI
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://people.freedesktop.org/~fxkuehl/driconf/%{name}-%{version}.tar.bz2
Patch: driconf-0.9.0-glinfo.patch
Patch1: driconf-0.9.1-desktopentry.patch
License: GPL
Group: System/Configuration/Hardware
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: python-devel
Requires: gnome-python
Requires: xdriinfo
#gw for glinfo
Requires: glxinfo
BuildArch: noarch
Url: http://dri.sourceforge.net/cgi-bin/moin.cgi/DriConf

%description
DRIConf is the first configuration GUI for DRI. It provides a
comfortable GUI for changing the OpenGL settings.

%prep
%setup -q
%patch -p1
%patch1 -p1 -b .desktopentry

%build
python setup.py build 

%install
rm -rf %buildroot %name.lang
python setup.py install --root=$RPM_BUILD_ROOT --prefix=%_prefix --install-purelib=%_datadir/%name

install -D -m 644 %name.desktop $RPM_BUILD_ROOT%{_datadir}/applications/%name.desktop
install -D -m 644 driconf-icon.png %buildroot%_datadir/icons/hicolor/24x24/apps/%name.png

%find_lang %name
#fix paths
perl -pi -e "s^/usr/local/lib/driconf^%_datadir/%name^" %buildroot%_bindir/%name
%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%{update_menus}
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%clean_icon_cache hicolor
%endif

%files -f %name.lang
%defattr(-,root,root)
%doc README
%_bindir/%name
%_datadir/applications/*
%_datadir/%name
%_datadir/icons/hicolor/24x24/apps/%name.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-6
+ Revision: 6dbcd25
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 981 |14cr|driftnet-0.1.6-10.20040426cvs.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		cvs	20040426cvs

Summary:	Network pictures sniffer
Name:		driftnet
Version:	0.1.6
Release:	10.%{cvs}.2
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.ex-parrot.com/~chris/driftnet/
Source0:	%{name}-%{version}-%{cvs}.tar.gz
Source1:	driftnet-0.1.6-pam.config
Source2:	driftnet-0.1.6-security.config
Patch0:		driftnet-0.1.6-libpng.patch
Patch1:		driftnet-0.1.6-avoid-tmpname.patch
Patch2:		driftnet-0.1.6-no-makedepend.patch
Patch3:		driftnet-0.1.6-linkage.patch
Patch4:		driftnet-0.1.6-giflib51.patch
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(gtk+-2.0)

%description
Inspired by EtherPEG, Driftnet is a program which listens to network traffic
and picks out images from TCP streams it observes.

%files
%doc CHANGES COPYING CREDITS README TODO
%{_bindir}/driftnet
%{_sbindir}/driftnet
%config(noreplace) %{_sysconfdir}/pam.d/driftnet
%config %{_sysconfdir}/security/console.apps/driftnet
%{_mandir}/man1/driftnet.1*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{cvs}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -Dpm 0755 driftnet %{buildroot}%{_sbindir}/driftnet
install -Dpm 0644 driftnet.1 %{buildroot}%{_mandir}/man1/driftnet.1
ln -sf consolehelper %{buildroot}%{_bindir}/driftnet
install -Dpm 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/driftnet
install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/security/console.apps/driftnet


%changelog
* Fri May 30 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.6-10.20040426cvs.2
+ Revision: c22f9b0
- Add patch to fix build with giflib 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 982 |14cr|drill-0.9.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool ala dig from BIND
Name:		drill
Version:	0.9.2
Release:	8
License:	GPL
Group:		Networking/Other
URL:		http://www.nlnetlabs.nl/dnssec/drill.html
Source0:	http://www.nlnetlabs.nl/downloads/drill/%{name}-%{version}.tar.bz2
BuildRequires:	openssl-devel
BuildRequires:	autoconf2.5
BuildRoot:	%{_tmppath}/%{name}-root

%description
Drill is a tool ala dig from BIND. It was designed with DNSSEC in
mind and should be a useful debugging/query tool for DNSSEC. 

%prep

%setup -q -n %{name}
chmod 644 ChangeLog README

%build

%configure2_5x

%make CFLAGS="%{optflags} -fPIC"

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 drill %{buildroot}%{_bindir}/
install -m0755 doc/drill.1 %{buildroot}%{_mandir}/man1/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr (-,root,root)
%doc ChangeLog README 
%{_bindir}/drill
%{_mandir}/man1/drill.1*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-8
+ Revision: 7882cc7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 983 |14cr|dropbox-servicemenu-0.16.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           dropbox-servicemenu
Version:        0.16.1
Release:        3
Summary:        Dropbox servicemenu for Konqueror and Dolphin
Group:          Networking/File transfer
License:        GPLv3+
#peace's latest fix
Url:            http://kde-apps.org/content/show.php/Dropbox+ServiceMenu?content=124416
Source0:        http://dl.dropbox.com/u/4127065/DropboxServiceMenu-0.16.1_peace.tar.gz
BuildArch:      noarch
BuildRequires:  kdebase4, desktop-file-utils
Requires:       kdebase4, python, xdg-utils, sqlite3-tools, klipper

%description
Dropbox ServiceMenu is a servicemenu which allows easy access to most
of Dropbox features.

%prep
%setup -q -n DropboxServiceMenu-0.16.1_peace
rm install-it.sh
rm deinstall.sh

%build
# nothing to build


%install
mkdir -p $RPM_BUILD_ROOT%{_datadir}/kde4/services/ServiceMenus/
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -m 755 dropbox-scripts/pyndexer.py $RPM_BUILD_ROOT%{_bindir}/pyndexer.py
install -m 755 dropbox-scripts/dropbox.py $RPM_BUILD_ROOT%{_bindir}/dropbox.py
install -m 755 dropbox-scripts/dropbox-notify.py $RPM_BUILD_ROOT%{_bindir}/dropbox-notify.py
install -m 755 dropbox-scripts/dropbox_menu.sh $RPM_BUILD_ROOT%{_bindir}/dropbox_menu.sh
install -m 755 dropbox-scripts/dropbox_menu_translations.sh $RPM_BUILD_ROOT%{_bindir}/dropbox_menu_translations.sh

install -m 644 dropbox_all.desktop $RPM_BUILD_ROOT%{_datadir}/kde4/services/ServiceMenus/
install -m 644 dropbox_directories.desktop $RPM_BUILD_ROOT%{_datadir}/kde4/services/ServiceMenus/
install -m 644 dropbox_files.desktop $RPM_BUILD_ROOT%{_datadir}/kde4/services/ServiceMenus/


%files
%defattr(-,root,root,-)
%doc LICENSE Changelog THANKS pEACEFIX
%{_bindir}/pyndexer.py
%{_bindir}/dropbox.py
%{_bindir}/dropbox-notify.py
%{_bindir}/dropbox_menu.sh
%{_bindir}/dropbox_menu_translations.sh
%{_datadir}/kde4/services/ServiceMenus/dropbox_all.desktop
%{_datadir}/kde4/services/ServiceMenus/dropbox_directories.desktop
%{_datadir}/kde4/services/ServiceMenus/dropbox_files.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.16.1-3
+ Revision: 8ce7957
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 984 |14cr|drpython-3.11.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		drpython
Summary: 	Python editor and development environment
Version: 	3.11.1
Release: 	4
Epoch:          1
Source:		http://prdownloads.sourceforge.net/drpython/%{name}-%{version}.zip
URL:		http://drpython.sourceforge.net/
License:	GPLv2
Group:		Development/Python
BuildRoot:	%{_tmppath}/%{name}-buildroot
Requires:	wxPythonGTK
BuildRequires:	imagemagick
BuildRequires:	python-setuptools
BuildRequires:	python
BuildRequires:	python-devel
BuildArch:	noarch

%description
DrPython is a highly customizable, simple, and clean editing environment for
developing Python programs. It is intended primarily for use in schools, and
is a tribute to DrScheme.

%prep
%setup -q -n %{name}_%{version}
chmod 644 %name.py
#use xdg-open for the help instead of non existing mozilla
sed --in-place "s/mozilla/xdg-open/" drPreferences.py

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT
echo 'python %py_puresitedir/%name/%name.pyw' >> $RPM_BUILD_ROOT/%_bindir/%name
chmod 755 $RPM_BUILD_ROOT/%_bindir/%name
rm -f $RPM_BUILD_ROOT/%_bindir/postinst.py

#menu

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Dr. Python
Comment=Python Editor and IDE
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Development-DevelopmentEnvironments;Development;IDE;
EOF

#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
convert -size 16x16 documentation/%name.png $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
convert -size 32x32 documentation/%name.png $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
convert -size 48x48 documentation/%name.png $RPM_BUILD_ROOT/%_miconsdir/%name.png

mkdir -p $RPM_BUILD_ROOT/%_iconsdir/hicolor/{48x48,32x32,16x16}/apps
convert -size 16x16 documentation/%name.png $RPM_BUILD_ROOT/%_iconsdir/hicolor/16x16/apps/%name.png
convert -size 32x32 documentation/%name.png $RPM_BUILD_ROOT/%_iconsdir/hicolor/32x32/apps/%name.png
convert -size 48x48 documentation/%name.png $RPM_BUILD_ROOT/%_iconsdir/hicolor/48x48/apps/%name.png

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc examples/ *.txt
%{_bindir}/%name
%py_puresitedir/%name
%py_puresitedir/DrPython-%{version}-py%{py_ver}.egg-info
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png
%{_iconsdir}/hicolor/16x16/apps/%name.png
%{_iconsdir}/hicolor/32x32/apps/%name.png
%{_iconsdir}/hicolor/48x48/apps/%name.png
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.11.1-4
+ Revision: 88155b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 985 |14cr|drqueue-0.64.4c1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name drqueue
%define version 0.64.4c1
%define release 4

Summary: Render farm managing software
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}.%{version}.tgz
Source1: drqueue.profile
Source2: slave.conf
Source3: master.conf
Source4: drqman.conf
License: GPL 
Group: System/Cluster
Url: http://www.drqueue.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Buildrequires: pkgconfig gtk2-devel scons

%description
DrQueue is an Open Source render farm managing software. It distributes 
shell based tasks such as rendering images on a per frame basis. 
DrQueue works under Linux, FreeBSD, Irix, Mac OS X and Windows. 
It is distributed under GPL and is composed by three main tools: 
master, slave and drqman.

%prep
%setup -q -n DrQueue-%version

%build
echo "DESTDIR = '$RPM_BUILD_ROOT'" > scons.conf
echo "PREFIX = '%{_prefix}'" >> scons.conf
scons

%install
rm -rf $RPM_BUILD_ROOT
# create needed dir
install -d 755 $RPM_BUILD_ROOT/var/log/drqueue $RPM_BUILD_ROOT/var/tmp/drqueue
install -d 755 $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d
install -d 755 $RPM_BUILD_ROOT/%{_sysconfdir}/%name
install -d 755 $RPM_BUILD_ROOT/%{_bindir}
install -d 755 $RPM_BUILD_ROOT/%_datadir/%name

# copy conf file from the source
cp -av etc/*.sg $RPM_BUILD_ROOT/%{_sysconfdir}/%name/
cp -av etc/*.rc $RPM_BUILD_ROOT/%{_sysconfdir}/%name/
cp -av etc/*.py $RPM_BUILD_ROOT/%{_sysconfdir}/%name/

# copy basic configuration file
cp -av %{SOURCE2} %{SOURCE3} %{SOURCE4} $RPM_BUILD_ROOT/%{_sysconfdir}/%name/ 

# copy binaries
ARCH=`uname -m`
cp -av bin/* $RPM_BUILD_ROOT/%{_bindir}/
cp -av drqman/drqman $RPM_BUILD_ROOT/%{_bindir}/drqman.Linux.$ARCH
# copy wrappers
for bin in `ls blockhost cfgreader cjob compinfo delipc jobfinfo jobinfo master requeue sendjob slave`
do
cp -av $bin $RPM_BUILD_ROOT/%{_bindir}/$bin.Linux.$ARCH
done
cp -av contrib/sendjob.blender.py $RPM_BUILD_ROOT/%_datadir/%name
# copy profile
cp -av %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/%name.sh

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING README* INSTALL AUTHORS
%config(noreplace) %{_sysconfdir}/%name/*.sg
%config(noreplace) %{_sysconfdir}/%name/*.rc
%config(noreplace) %{_sysconfdir}/%name/*.conf
%config(noreplace) %{_sysconfdir}/%name/*.py
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %_datadir/%name/
/var/log/drqueue
%attr(755,root,root) %{_sysconfdir}/profile.d/%name.sh



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.64.4c1-4
+ Revision: 50281e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 986 |14cr|drumstick-0.5.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libalsa %mklibname %{name}-alsa %{major}
%define libfile %mklibname %{name}-file %{major}
%define devname %mklibname %{name} -d

Summary:	C++/Qt4 wrapper around the ALSA library sequencer interface
Name:		drumstick
Version:	0.5.0
Release:	5
Group:		Development/C++
License:	GPLv2+
Url:		http://drumstick.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/drumstick/%{version}/%{name}-%{version}.tar.bz2
Patch0:		drumstick-0.5.0-fix-gold-linker.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
# vpiano example program needs it
BuildRequires:	pkgconfig(x11)
# to build the manpages
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd-xml
BuildRequires:	doxygen >= 1.5.0
BuildRequires:	graphviz
BuildRequires:	xsltproc
# See INSTALL file
BuildRequires:	shared-mime-info >= 0.3.0

%description
The %{name} library is a C++ wrapper around the ALSA library sequencer
interface, using Qt4 objects, idioms and style. The ALSA sequencer
interface provides software support for MIDI technology on GNU/Linux.

%files
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_datadir}/mime/packages/drumstick.xml

#----------------------------------------------------------------------------

%package -n %{libalsa}
Summary:	Drumstick shared library
Group:		System/Libraries
Conflicts:	%{name} < 0.5.0-4

%description -n %{libalsa}
Drumstick shared library.

%files -n %{libalsa}
%{_libdir}/lib%{name}-alsa.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libfile}
Summary:	Drumstick shared library
Group:		System/Libraries
Conflicts:	%{name} < 0.5.0-4

%description -n %{libfile}
Drumstick shared library.

%files -n %{libfile}
%{_libdir}/lib%{name}-file.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libalsa} = %{EVRD}
Requires:	%{libfile} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.5.0-4
Obsoletes:	%{name}-devel < 0.5.0-4

%description -n %{devname}
The %{name} library is a C++ wrapper around the ALSA library sequencer
interface, using Qt4 objects, idioms and style. This package contains
the files needed for build programs against %{name}.

%files -n %{devname}
%doc build/doc/html/*
%{_libdir}/libdrumstick-alsa.so
%{_libdir}/libdrumstick-file.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/drumstick/
%{_includedir}/drumstick.h

#----------------------------------------------------------------------------

%package examples
Summary:	Example programs for %{name}
Group:		Development/C++
Requires:	%{name} = %{EVRD}

%description examples
This package contains the test/example programs for %{name}.

%files examples
%{_bindir}/drumstick-*
%{_datadir}/applications/drumstick-*.desktop
%{_datadir}/icons/hicolor/*/apps/*
%{_mandir}/man1/%{name}-*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake
%make
# (gvm) Make also the doxygen docs for the library
%make doxygen

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-5
+ Revision: 0e7a9d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 987 |14cr|drupal-7.27-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open source content management platform
Name:		drupal
Version:	7.27
Release:	2
License:	GPLv2+
Group:		Networking/WWW
Url:		http://www.drupal.org/
Source0:	http://ftp.osuosl.org/pub/drupal/files/projects/%{name}-%{version}.tar.gz
Patch0:		drupal-7.4-baseurl.patch
Patch1:		drupal-7.8-scripts-remove-shebang.patch
Patch2:		drupal-7.14-fc-fix-path-disclosure-vulnerability.patch
Patch3:		drupal-7.26-drupal-conf.patch
Requires:	apache
Requires:	apache-mod_php
Requires:	php-xml
Requires:	php-mbstring
Requires:	php-gd
Suggests:	drupal-database-storage
# Drupal fails to create initial config when php-suhosin is installed
Conflicts:	php-suhosin
BuildArch:	noarch

%description
Drupal is a free software package that allows an individual or a 
community of users to easily publish, manage and organize a wide variety 
of content on a website. Tens of thousands of people and organizations 
have used Drupal to power scores of different web sites, including

    * Community web portals
    * Discussion sites
    * Corporate web sites
    * Intranet applications
    * Personal web sites or blogs
    * Aficionado sites
    * E-commerce applications
    * Resource directories
    * Social Networking sites

%files
%defattr(0644,root,root,0755)
%doc *.txt
%dir %{_var}/www/drupal
%{_var}/www/drupal/*.php
%{_var}/www/drupal/*.txt
%{_var}/www/drupal/includes
%{_var}/www/drupal/misc
%{_var}/www/drupal/modules
%{_var}/www/drupal/profiles
%dir %{_var}/www/drupal/scripts
%attr(0755,root,root) %{_var}/www/drupal/scripts/*
%attr(0755,apache,apache) %{_var}/www/drupal/sites
%{_var}/www/drupal/themes
%attr(710,root,apache) %dir %{_sysconfdir}/drupal
%attr(640,root,apache) %config(noreplace) %{_sysconfdir}/drupal/robots.txt
%config(noreplace) %{_webappconfdir}/drupal.conf

#----------------------------------------------------------------------------

%package mysql
Summary:	mysql storage of drupal
Group:		Networking/WWW
Provides:	drupal-database-storage = %{EVRD}
Requires:	drupal = %{EVRD}
Requires:	php-pdo_mysql
Requires:	mysql
Obsoletes:	drupal-mysqli < %{EVRD}

%description mysql
This package provides virtual requries of using mysql as storage backend
for drupal.

%files mysql

#----------------------------------------------------------------------------

%package postgresql
Summary:	postgresql storage of drupal
Group:		Networking/WWW
Provides:	drupal-database-storage = %{EVRD}
Requires:	drupal = %{EVRD}
Requires:	php-pdo_pgsql
Requires:	postgresql-virtual

%description postgresql
This package provides virtual requries of using postgresql as storage backend
for drupal.

%files postgresql

#----------------------------------------------------------------------------

%package sqlite
Summary:	sqlite storage of drupal
Group:		Networking/WWW
Provides:	drupal-database-storage = %{EVRD}
Requires:	drupal = %{EVRD}
Requires:	php-pdo_sqlite

%description sqlite
This package provides virtual requries of using sqlite as storage backend
for drupal.

%files sqlite

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p1

%build

%install
mkdir -p %{buildroot}%{_var}/www/drupal
cp -a * %{buildroot}%{_var}/www/drupal

rm %{buildroot}%{_var}/www/drupal/*.txt %{buildroot}%{_var}/www/drupal/web.config

mkdir -p %{buildroot}%{_sysconfdir}/drupal
cat > %{buildroot}%{_sysconfdir}/drupal/robots.txt << EOF
User-agent: *
Disallow:   /
EOF
(cd %{buildroot}%{_var}/www/drupal && \
ln -s %{_sysconfdir}/drupal/robots.txt robots.txt)

mkdir -p %{buildroot}%{_webappconfdir}
cp .htaccess %{buildroot}%{_webappconfdir}/drupal.conf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.27-2
+ Revision: 00fe3cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 988 |14cr|drupal-antispam-7.x.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname		antispam
%define drupal_version	7
%define module_version	1.5
%define version		%{drupal_version}.x.%{module_version}
%define tarname		%{modname}-%{drupal_version}.x-%{module_version}

Name:		drupal-%{modname}
Summary:	AntiSpam module for Drupal
Version:	%{version}
Release:	2
License:	GPLv2+
Group:		Networking/WWW
URL:		https://drupal.org/project/%{modname}
Source0:	http://ftp.drupal.org/files/projects/%{tarname}.tar.gz
BuildArch:	noarch
Requires:	drupal >= %{drupal_version}
Requires:	drupal < %{lua: print(rpm.expand("%{drupal_version}")+1)}

%description
AntiSpam module is the successor of the Akismet module, and it provides spam
protection to your drupal site using external antispam service like Akismet.

AntiSpam module expanded the support of the external antispam service
with TypePad AntiSpam and Defensio service as well as Akismet service.
Now you can choose one of the antispam service you wish to use.

%prep
%setup -q -n %{modname}

%build

%install
%__install -d -m 0755 %{buildroot}%{_var}/www/drupal/modules/
cp -a . %{buildroot}%{_var}/www/drupal/modules/%{modname}
rm -f %{buildroot}%{_var}/www/drupal/modules/%{modname}/*.txt

%files
%{_var}/www/drupal/modules/%{modname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.x.1.5-2
+ Revision: b00da39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 989 |14cr|drupal-ctools-7.x.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname		ctools
%define drupal_version	7
%define module_version	1.1
%define version		%{drupal_version}.x.%{module_version}
%define tarname		%{modname}-%{drupal_version}.x-%{module_version}

Name:		drupal-%{modname}
Summary:	Chaos tool suite module for Drupal
Version:	%{version}
Release:	2
License:	GPLv2+
Group:		Networking/WWW
URL:		https://drupal.org/project/%{modname}
Source0:	http://ftp.drupal.org/files/projects/%{tarname}.tar.gz
Requires:	drupal >= %{drupal_version}
Requires:	drupal < %{lua: print(rpm.expand("%{drupal_version}")+1)}
BuildArch:	noarch

%description
This suite is primarily a set of APIs and tools to improve the developer
experience. It also contains a module called the Page Manager whose job is to
manage pages. In particular it manages panel pages, but as it grows it will be
able to manage far more than just Panels.

%prep
%setup -q -n %{modname}

%build

%install
%__install -d -m 0755 %{buildroot}%{_var}/www/drupal/modules/
cp -a . %{buildroot}%{_var}/www/drupal/modules/%{modname}
rm -f %{buildroot}%{_var}/www/drupal/modules/%{modname}/*.txt

%files
%{_var}/www/drupal/modules/%{modname}
%doc API.txt CHANGELOG.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.x.1.1-2
+ Revision: 92d316f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 990 |14cr|drupal-metatags_quick-7.x.2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname		metatags_quick
%define drupal_version	7
%define module_version	2.5
%define version		%{drupal_version}.x.%{module_version}
%define tarname		%{modname}-%{drupal_version}.x-%{module_version}

Name:		drupal-%{modname}
Summary:	Meta tags quick module for Drupal
Version:	%{version}
Release:	2
License:	GPLv2+
Group:		Networking/WWW
URL:		https://drupal.org/project/%{modname}
Source0:	http://ftp.drupal.org/files/projects/%{tarname}.tar.gz
BuildArch:	noarch
Requires:	drupal >= %{drupal_version}
Requires:	drupal < %{lua: print(rpm.expand("%{drupal_version}")+1)}

%description
Meta tags support for Drupal 7 sites based on Fields API.

%prep
%setup -q -n %{modname}

%build

%install
%__install -d -m 0755 %{buildroot}%{_var}/www/drupal/modules/
cp -a . %{buildroot}%{_var}/www/drupal/modules/%{modname}
rm -f %{buildroot}%{_var}/www/drupal/modules/%{modname}/*.txt

%files
%{_var}/www/drupal/modules/%{modname}
%doc README.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.x.2.5-2
+ Revision: ab5433c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 991 |14cr|drupal-module_filter-7.x.1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname		module_filter
%define drupal_version	7
%define module_version	1.7
%define version		%{drupal_version}.x.%{module_version}
%define tarname		%{modname}-%{drupal_version}.x-%{module_version}

Name:		drupal-%{modname}
Summary:	Module Filter module for Drupal
Version:	%{version}
Release:	2
License:	GPLv2+
Group:		Networking/WWW
URL:		https://drupal.org/project/%{modname}
Source0:	http://ftp.drupal.org/files/projects/%{tarname}.tar.gz
BuildArch:	noarch
Requires:	drupal >= %{drupal_version}
Requires:	drupal < %{lua: print(rpm.expand("%{drupal_version}")+1)}

%description
The modules list page can become quite big when dealing with a fairly large
site or even just a dev site meant for testing new and various modules being
considered. What this module aims to accomplish is the ability to quickly find
the module you are looking for without having to rely on the browsers search
feature which more times than not shows you the module name in the 'Required
by' or 'Depends on' sections of the various modules or even some other location
on the page like a menu item.

When tabs is enabled via the Module Filter's settings page, a new module layout
theme is implemented. This tab layout provides a tab for each package as well
as a tab that will show every module alphabetically. The filter textfield is
available on each tab but currently doesn't support autocomplete.

%prep
%setup -q -n %{modname}

%build

%install
%__install -d -m 0755 %{buildroot}%{_var}/www/drupal/modules/
cp -a . %{buildroot}%{_var}/www/drupal/modules/%{modname}
rm -f %{buildroot}%{_var}/www/drupal/modules/%{modname}/*.txt

%files
%{_var}/www/drupal/modules/%{modname}
%doc CHANGELOG.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.x.1.7-2
+ Revision: ef1a372
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 992 |14cr|drupal-page_title-7.x.2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname		page_title
%define drupal_version	7
%define module_version	2.7
%define version		%{drupal_version}.x.%{module_version}
%define tarname		%{modname}-%{drupal_version}.x-%{module_version}

Name:		drupal-%{modname}
Summary:	Page Title module for Drupal
Version:	%{version}
Release:	2
License:	GPLv2+
Group:		Networking/WWW
URL:		https://drupal.org/project/%{modname}
Source0:	http://ftp.drupal.org/files/projects/%{tarname}.tar.gz
BuildArch:	noarch
Requires:	drupal >= %{drupal_version}
Requires:	drupal < %{lua: print(rpm.expand("%{drupal_version}")+1)}

%description
The word "title" is a bit overloaded. Every piece of content in Drupal has
a title, and so does every page. The page title is the one found in the HTML
head inside the <title> tag. It is also used on SERPs (Search Engine Result
Pages) and can greatly enhance your websites SEO (Search Engine Optimization).

This module gives you granular control over the page title. You can specify
patterns for how the title should be structured and, on content creation pages,
specify the page title separately to the content's title.

%prep
%setup -q -n %{modname}

%build

%install
%__install -d -m 0755 %{buildroot}%{_var}/www/drupal/modules/
cp -a . %{buildroot}%{_var}/www/drupal/modules/%{modname}
rm -f %{buildroot}%{_var}/www/drupal/modules/%{modname}/*.txt

%files
%defattr(644,root,root,755)
%{_var}/www/drupal/modules/%{modname}
%doc CHANGELOG.txt README.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.x.2.7-2
+ Revision: 08fe631
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 993 |14cr|drupal-panels-7.x.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname		panels
%define drupal_version	7
%define module_version	3.2
%define version		%{drupal_version}.x.%{module_version}
%define tarname		%{modname}-%{drupal_version}.x-%{module_version}

Name:		drupal-%{modname}
Summary:	Panels module for Drupal
Version:	%{version}
Release:	2
License:	GPLv2+
Group:		Networking/WWW
URL:		https://drupal.org/project/%{modname}
Source0:	http://ftp.drupal.org/files/projects/%{tarname}.tar.gz
BuildArch:	noarch
Requires:	drupal >= %{drupal_version}
Requires:	drupal < %{lua: print(rpm.expand("%{drupal_version}")+1)}
Requires:	drupal-ctools

%description
The Panels module allows a site administrator to create customized layouts
for multiple uses. At its core it is a drag and drop content manager that lets
you visually design a layout and place content within that layout. Integration
with other systems allows you to create nodes that use this, landing pages
that use this, and even override system pages such as taxonomy and the node
page so that you can customize the layout of your site with very fine grained
permissions.

%prep
%setup -q -n %{modname}

%build

%install
%__install -d -m 0755 %{buildroot}%{_var}/www/drupal/modules/
cp -a . %{buildroot}%{_var}/www/drupal/modules/%{modname}
rm -f %{buildroot}%{_var}/www/drupal/modules/%{modname}/*.txt

%files
%defattr(644,root,root,755)
%{_var}/www/drupal/modules/%{modname}
%doc CHANGELOG.txt KNOWN_ISSUES.txt README.txt UPGRADE.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.x.3.2-2
+ Revision: d5300cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 994 |14cr|drupal-pathauto-7.x.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname		pathauto
%define drupal_version	7
%define module_version	1.1
%define version		%{drupal_version}.x.%{module_version}
%define tarname		%{modname}-%{drupal_version}.x-%{module_version}

Name:		drupal-%{modname}
Summary:	Pathauto module for Drupal
Version:	%{version}
Release:	2
License:	GPLv2+
Group:		Networking/WWW
URL:		https://drupal.org/project/%{modname}
Source0:	http://ftp.drupal.org/files/projects/%{tarname}.tar.gz
Requires:	drupal >= %{drupal_version}
Requires:	drupal < %{lua: print(rpm.expand("%{drupal_version}")+1)}
BuildArch:	noarch

%description
The Pathauto module automatically generates URL/path aliases for various kinds
of content (nodes, taxonomy terms, users) without requiring the user
to manually specify the path alias. This allows you to have URL aliases like
/category/my-node-title instead of /node/123. The aliases are based
upon a "pattern" system that uses tokens which the administrator can change.

%prep
%setup -q -n %{modname}

%build

%install
%__install -d -m 0755 %{buildroot}%{_var}/www/drupal/modules/
cp -a . %{buildroot}%{_var}/www/drupal/modules/%{modname}
rm -f %{buildroot}%{_var}/www/drupal/modules/%{modname}/*.txt

%files
%{_var}/www/drupal/modules/%{modname}
%doc API.txt README.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.x.1.1-2
+ Revision: 1fe02a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 995 |14cr|drupal-seo_checker-7.x.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname		seo_checker
%define drupal_version	7
%define module_version	1.5
%define version		%{drupal_version}.x.%{module_version}
%define tarname		%{modname}-%{drupal_version}.x-%{module_version}

Name:		drupal-%{modname}
Summary:	SEO Compliance Checker module for Drupal
Version:	%{version}
Release:	2
License:	GPLv2+
Group:		Networking/WWW
URL:		https://drupal.org/project/%{modname}
Source0:	http://ftp.drupal.org/files/projects/%{tarname}.tar.gz
BuildArch:	noarch
Requires:	drupal >= %{drupal_version}
Requires:	drupal < %{lua: print(rpm.expand("%{drupal_version}")+1)}

%description
The SEO Compliance Checker checks node content on search engine optimization
upon its creation or modification. Whenever a publisher saves or previews
a node, the module performs a set of checks and gives the user a feedback
on the compliance of the rules.

%prep
%setup -q -n %{modname}

%build

%install
%__install -d -m 0755 %{buildroot}%{_var}/www/drupal/modules/
cp -a . %{buildroot}%{_var}/www/drupal/modules/%{modname}
rm -f %{buildroot}%{_var}/www/drupal/modules/%{modname}/{*.txt,.gitignore}

%files
%{_var}/www/drupal/modules/%{modname}
%doc README_FOR_DEVELOPERS.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.x.1.5-2
+ Revision: ac90adf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 996 |14cr|drupal-token-7.x.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname		token
%define drupal_version	7
%define module_version	1.1
%define version		%{drupal_version}.x.%{module_version}
%define tarname		%{modname}-%{drupal_version}.x-%{module_version}

Name:		drupal-%{modname}
Summary:	Token module for Drupal
Version:	%{version}
Release:	2
License:	GPLv2+
Group:		Networking/WWW
URL:		https://drupal.org/project/%{modname}
Source0:	http://ftp.drupal.org/files/projects/%{tarname}.tar.gz
Source1:	%{name}.rpmlintrc
Requires:	drupal >= %{drupal_version}
Requires:	drupal < %{lua: print(rpm.expand("%{drupal_version}")+1)}
BuildArch:	noarch

%description
Tokens are small bits of text that can be placed into larger documents via
simple placeholders, like %%site-name or [user]. The Token module provides
a central API for modules to use these tokens, and expose their own token
values.

Note that Token module doesn't provide any visible functions to the user on its
own, it just provides token handling services for other modules.

The basic token API is now a part of Drupal 7! Unfortunately, other things like
the a browsable token UI, and field & profile tokens did not make it into core
and will be supported here for Drupal 7.

%prep
%setup -q -n %{modname}

%build

%install
%__install -d -m 0755 %{buildroot}%{_var}/www/drupal/modules/
cp -a . %{buildroot}%{_var}/www/drupal/modules/%{modname}
rm -f %{buildroot}%{_var}/www/drupal/modules/%{modname}/*.txt

%files
%{_var}/www/drupal/modules/%{modname}
%doc README.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.x.1.1-2
+ Revision: c9ac944
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 997 |14cr|drupal-transliteration-7.x.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname		transliteration
%define drupal_version	7
%define module_version	3.1
%define version		%{drupal_version}.x.%{module_version}
%define tarname		%{modname}-%{drupal_version}.x-%{module_version}

Name:		drupal-%{modname}
Summary:	Transliteration module for Drupal
Version:	%{version}
Release:	2
License:	GPLv2+
Group:		Networking/WWW
URL:		https://drupal.org/project/%{modname}
Source0:	http://ftp.drupal.org/files/projects/%{tarname}.tar.gz
BuildArch:	noarch
Requires:	drupal >= %{drupal_version}
Requires:	drupal < %{lua: print(rpm.expand("%{drupal_version}")+1)}

%description
Provides one-way string transliteration (romanization) and cleans file names
during upload by replacing unwanted characters.

Generally spoken, it takes Unicode text and tries to represent it in US-ASCII
characters (universally displayable, unaccented characters) by attempting
to transliterate the pronunciation expressed by the text in some other writing
system to Roman letters.

According to Unidecode, from which most of the transliteration data has been
derived, "Russian and Greek seem to work passably. But it works quite bad
on Japanese and Thai."

%prep
%setup -q -n %{modname}

%build

%install
%__install -d -m 0755 %{buildroot}%{_var}/www/drupal/modules/
cp -a . %{buildroot}%{_var}/www/drupal/modules/%{modname}
rm -f %{buildroot}%{_var}/www/drupal/modules/%{modname}/*.txt

%files
%{_var}/www/drupal/modules/%{modname}
%doc README.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.x.3.1-2
+ Revision: 2e81a0b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 998 |14cr|drupal-variable-7.x.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname		variable
%define drupal_version	7
%define module_version	2.1
%define version		%{drupal_version}.x.%{module_version}
%define tarname		%{modname}-%{drupal_version}.x-%{module_version}

Name:		drupal-%{modname}
Summary:	Variable module for Drupal
Version:	%{version}
Release:	2
License:	GPLv2+
Group:		Networking/WWW
URL:		https://drupal.org/project/%{modname}
Source0:	http://ftp.drupal.org/files/projects/%{tarname}.tar.gz
BuildArch:	noarch
Requires:	drupal >= %{drupal_version}
Requires:	drupal < %{lua: print(rpm.expand("%{drupal_version}")+1)}

%description
Variable module provides a registry for meta-data about Drupal variables
and some extended Variable API and administration interface.

This is an API module so it must be installed only when other modules require
it.

%prep
%setup -q -n %{modname}

%build

%install
%__install -d -m 0755 %{buildroot}%{_var}/www/drupal/modules/
cp -a . %{buildroot}%{_var}/www/drupal/modules/%{modname}
rm -f %{buildroot}%{_var}/www/drupal/modules/%{modname}/*.txt

%files
%{_var}/www/drupal/modules/%{modname}
%doc README.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.x.2.1-2
+ Revision: c84fd60
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 999 |14cr|drupal-views-7.x.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname		views
%define drupal_version	7
%define module_version	3.3
%define version		%{drupal_version}.x.%{module_version}
%define tarname		%{modname}-%{drupal_version}.x-%{module_version}

Name:		drupal-%{modname}
Summary:	Views module for Drupal
Version:	%{version}
Release:	2
License:	GPLv2+
Group:		Networking/WWW
URL:		https://drupal.org/project/%{modname}
Source0:	http://ftp.drupal.org/files/projects/%{tarname}.tar.gz
Requires:	drupal >= %{drupal_version}
Requires:	drupal < %{lua: print(rpm.expand("%{drupal_version}")+1)}
Requires:	drupal-ctools
BuildArch:	noarch

%description
The Views module provides a flexible method for Drupal site designers
to control how lists and tables of content, users, taxonomy terms
and other data are presented.

This tool is essentially a smart query builder that, given enough information,
can build the proper query, execute it, and display the results. It has four
modes, plus a special mode, and provides an impressive amount of functionality
from these modes.

Among other things, Views can be used to generate reports, create summaries,
and display collections of images and other content.

%prep
%setup -q -n %{modname}

%build

%install
%__install -d -m 0755 %{buildroot}%{_var}/www/drupal/modules/
cp -a . %{buildroot}%{_var}/www/drupal/modules/%{modname}
rm -f %{buildroot}%{_var}/www/drupal/modules/%{modname}/*.txt

%files
%{_var}/www/drupal/modules/%{modname}
%doc CHANGELOG.txt README.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.x.3.3-2
+ Revision: 45dd955
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1000 |14cr|drupal-wysiwyg-7.x.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname		wysiwyg
%define drupal_version	7
%define module_version	2.1
%define version		%{drupal_version}.x.%{module_version}
%define tarname		%{modname}-%{drupal_version}.x-%{module_version}

Name:		drupal-%{modname}
Summary:	Wysywig module for Drupal
Version:	%{version}
Release:	3
License:	GPLv2+
Group:		Networking/WWW
URL:		https://drupal.org/project/%{modname}
Source0:	http://ftp.drupal.org/files/projects/%{tarname}.tar.gz
Requires:	drupal >= %{drupal_version}
Requires:	drupal < %{lua: print(rpm.expand("%{drupal_version}")+1)}
Requires:	drupal-wysiwyg-editor
BuildArch:	noarch

%description
Allows to use client-side editors to edit content. It simplifies
the installation and integration of the editor of your choice. This module
replaces all other editor integration modules. No other Drupal module is
required.

Wysiwyg module is capable to support any kind of client-side editor. It can be
a HTML-editor (a.k.a. WYSIWYG), a pseudo-editor (buttons to insert markup
into a textarea), or even Flash-based applications. The editor library needs
to be downloaded separately. Various editors are supported (see below).

Wysiwyg module also provides an abstraction layer for other Drupal modules
to integrate with any editor. This means that other Drupal modules can expose
content-editing functionality, regardless of which editor you have installed.

%prep
%setup -q -n %{modname}

%build

%install
%__install -d -m 0755 %{buildroot}%{_var}/www/drupal/modules/
cp -a . %{buildroot}%{_var}/www/drupal/modules/%{modname}
rm -f %{buildroot}%{_var}/www/drupal/modules/%{modname}/*.txt

%files
%{_var}/www/drupal/modules/%{modname}
%doc CHANGELOG.txt README.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.x.2.1-3
+ Revision: 89351ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1001 |14cr|drupal-wysiwyg-ckeditor-3.6.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	ckeditor

Name:		drupal-wysiwyg-%{oname}
Summary:	CKEditor for Drupal Wysiwyg module
Version:	3.6.4
Release:	2
License:	GPLv2+ or LGPLv2.1+ or MPL
Group:		Networking/WWW
URL:		http://ckeditor.com/
Source0:	http://download.cksource.com/CKEditor/CKEditor/CKEditor%%20%{version}/%{oname}_%{version}.tar.gz
Requires:	drupal-wysiwyg
Provides:	drupal-wysiwyg-editor
BuildArch:	noarch

%description
CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor,
which means that the text being edited on it looks as similar as possible
to the results users have when publishing it. It brings to the web common
editing features found on desktop editing applications like Microsoft Word
and OpenOffice.

%prep
%setup -q -n %{oname}

%build

%install
%__install -d %{buildroot}%{_var}/www/drupal//sites/all/libraries/
cp -a . %{buildroot}%{_var}/www/drupal//sites/all/libraries/%{oname}
rm %{buildroot}%{_var}/www/drupal//sites/all/libraries/%{oname}/*.html

%files
%{_var}/www/drupal//sites/all/libraries/%{oname}
%doc CHANGES.html LICENSE.html



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.6.4-2
+ Revision: 1005647
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1002 |14cr|drupal-wysiwyg-tinymce-3.5.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	tinymce

Name:		drupal-wysiwyg-tinymce
Summary:	TinyMCE editor for Drupal Wysiwyg module
Version:	3.5.6
Release:	2
License:	LGPLv2.1
Group:		Networking/WWW
URL:		http://www.tinymce.com/
Source0:	https://github.com/downloads/tinymce/%{oname}/%{oname}_%{version}.zip
Requires:	drupal-wysiwyg
Provides:	drupal-wysiwyg-editor
BuildArch:	noarch

%description
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor
control released as Open Source under LGPL by Moxiecode Systems AB.

TinyMCE has the ability to convert HTML TEXTAREA fields or other HTML elements
to editor instances. TinyMCE is very easy to integrate into other Content
Management Systems.

%prep
%setup -q -n %{oname}

%build

%install
%__install -d %{buildroot}%{_var}/www/drupal//sites/all/libraries/
cp -a . %{buildroot}%{_var}/www/drupal//sites/all/libraries/%{oname}
rm %{buildroot}%{_var}/www/drupal//sites/all/libraries/%{oname}/*.txt

%files
%{_var}/www/drupal//sites/all/libraries/%{oname}
%doc changelog.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.6-2
+ Revision: e7ee2e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1003 |14cr|drupal-wysiwyg-wymeditor-0.5-0.rc2.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	wymeditor
%define pre_rc	2
%define rel	1

Name:		drupal-wysiwyg-%{oname}
Summary:	WYMeditor for Drupal Wysiwyg module
Version:	0.5
Release:	%{?pre_rc:0.rc%{pre_rc}.}%{rel}
License:	GPLv2 or MIT
Group:		Networking/WWW
URL:		http://www.wymeditor.org/
Source0:	%{oname}-%{version}%{?pre_rc:-rc-%{pre_rc}}.tar.gz
Requires:	drupal-wysiwyg
Provides:	drupal-wysiwyg-editor
BuildArch:	noarch

%description
WYMeditor is a web-based WYSIWYM (What You See Is What You Mean) XHTML editor 
(not WYSIWYG).

WYMeditor's main concept is to leave details of the document's visual layout,
and to concentrate on its structure and meaning, while trying to give the user
as much comfort as possible (at least as WYSIWYG editors).

WYMeditor has been created to generate perfectly structured XHTML strict code,
to conform to the W3C XHTML specifications and to facilitate further processing
by modern applications.

With WYMeditor, the code can't be contaminated by visual informations like font
styles and weights, borders, colors, ...

%prep
%setup -q -n %{oname}

%build

%install
%__install -d %{buildroot}%{_var}/www/drupal//sites/all/libraries/
cp -a . %{buildroot}%{_var}/www/drupal//sites/all/libraries/%{oname}
rm %{buildroot}%{_var}/www/drupal//sites/all/libraries/%{oname}/{*.txt,README}

%files
%{_var}/www/drupal//sites/all/libraries/%{oname}
%doc README



%changelog
* Sun May 13 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.5-0.rc2.1
+ Revision: 5668527
- Automatic import for version 0.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1004 |14cr|ds_net_utils-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DanSoft Net Utils
Name:		ds_net_utils
Version:	0.3
Release:	2
License:	GPLv2+
Group:		Networking/Other
Url:		http://dansoft.krasnokamensk.ru
Source0:	http://dansoft.krasnokamensk.ru/data/1017/%{name}-%{version}.tar.gz
BuildRequires:	qt4-devel

%description
DanSoft Net Utils:
 - ping
 - what is my ip
 - Looking Glass

%prep
%setup -q

%build
%qmake_qt4
%make

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 ping/ds_ping %{buildroot}%{_bindir}/ds_ping
install -m 755 lg/ds_lg %{buildroot}%{_bindir}/ds_lg
install -m 755 whatismyip/ds_whatismyip %{buildroot}%{_bindir}/ds_whatismyip

%files
%{_bindir}/ds_ping
%{_bindir}/ds_lg
%{_bindir}/ds_whatismyip


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: d512791
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1005 |14cr|dspam-3.10.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define	major 7
%define libname %mklibname dspam %{major}
%define develname %mklibname dspam -d

Summary:	A library and Mail Delivery Agent for Bayesian spam filtering
Name:		dspam
Version:	3.10.1
Release:	5
License:	GPL
Group:		System/Servers
URL:		http://dspam.nuclearelephant.com/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	dspam.cf
Source2:	dspam.cron
Source3:	dspam.sysconfig
Source4:	dspam.service
Patch0:		dspam-modules.diff
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires:   apache-mod_socache_shmcb
Requires:	clamav clamd
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	mysql-devel
BuildRequires:	sqlite3-devel
BuildRequires:	postgresql-devel
BuildRequires:	openldap-devel
BuildRequires:	libtool
#BuildConflicts:	sqlite-devel
Obsoletes:	dspam-amavis
Obsoletes:	dspam-db4

%description
DSPAM (as in De-Spam) is an open-source project to create a new
kind of anti-spam mechanism, and is currently effective as both a
server-side agent for UNIX email servers and a developer's library
for mail clients, other anti-spam tools, and similar projects
requiring drop-in spam filtering.

The DSPAM agent masquerades as the email server's local delivery
agent and filters/learns spams using an advanced Bayesian
statistical approach (based on Baye's theorem of combined
probabilities) which provides an administratively
maintenance-free, easy-learning Anti-Spam service custom tailored
to each individual user's behavior. Advanced because on top of
standard Bayesian filtering is also incorporated the use of
Chained Tokens, de-obfuscation, and other enhancements. DSPAM
works great with Sendmail and Exim, and should work well with
any other MTA that supports an external local delivery agent
(postfix, qmail, etc.)

%package -n	%{libname}
Summary:	A library and Mail Delivery Agent for Bayesian spam filtering
Group:         	System/Libraries
Conflicts:	%{mklibname dspam 5}
Conflicts:	%{mklibname dspam 6}
Conflicts:	%{mklibname dspamdb4 6}
Conflicts:	%{mklibname dspamamavis 6}

%description -n	%{libname}
DSPAM (as in De-Spam) is an open-source project to create a new
kind of anti-spam mechanism, and is currently effective as both a
server-side agent for UNIX email servers and a developer's library
for mail clients, other anti-spam tools, and similar projects
requiring drop-in spam filtering.

The DSPAM agent masquerades as the email server's local delivery
agent and filters/learns spams using an advanced Bayesian
statistical approach (based on Baye's theorem of combined
probabilities) which provides an administratively
maintenance-free, easy-learning Anti-Spam service custom tailored
to each individual user's behavior. Advanced because on top of
standard Bayesian filtering is also incorporated the use of
Chained Tokens, de-obfuscation, and other enhancements. DSPAM
works great with Sendmail and Exim, and should work well with
any other MTA that supports an external local delivery agent
(postfix, qmail, etc.)

%package -n	%{develname}
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel lib%{name}-devel
Obsoletes:	%{mklibname dspam 5 -d}
Obsoletes:	%{mklibname dspam 6 -d}
Obsoletes:	%{mklibname dspam 7 -d}

%description -n	%{develname}
DSPAM has had its core engine moved into a separate library,
libdspam. This library can be used by developers to provide
'drop-in' spam filtering for their mail client applications,
other anti-spam tools, or similar projects. 

%package	backend-mysql
Summary:	The mysql driver for dspam
Group:		System/Servers
Requires:	%{name} = %{version}
Obsoletes:	dspam-mysql
Obsoletes:	%{mklibname dspammysql 6}

%description	backend-mysql
The mysql driver for dspam

%package	backend-pgsql
Summary:	The pgsql driver for dspam
Group:		System/Servers
Requires:	%{name} = %{version}
Obsoletes:	dspam-pgsql
Obsoletes:	%{mklibname dspampgsql 6}

%description	backend-pgsql
The pgsql driver for dspam

%package	backend-sqlite3
Summary:	The sqlite3 driver for dspam
Group:		System/Servers
Requires:	%{name} = %{version}

%description	backend-sqlite3
The sqlite3 driver for dspam

%package	cgi
Summary:	Web administration GUI for DSPAM
Group:		System/Servers
Requires:	apache
Requires:	%{name} = %{version}

%description	cgi
Web administration GUI for DSPAM.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1

# instead of maintaining patches...
find -type f -name "Makefile*" | xargs perl -pi -e "s|-static||g"


%build
export WANT_AUTOCONF_2_5=1
rm -f configure
autoreconf -fis
ln -snf %{_bindir}/libtool .

#sh ./autogen.sh

%configure2_5x \
    --enable-daemon \
    --enable-ldap \
    --enable-trusted-user-security \
    --enable-clamav \
    --enable-neural-networking \
    --enable-long-usernames \
    --enable-domain-scale \
    --enable-virtual-users \
    --with-dspam-home=%{_localstatedir}/lib/dspam \
    --with-logdir=/var/log/dspam \
    --with-storage-driver=hash_drv,mysql_drv,pgsql_drv,sqlite3_drv \
    --with-mysql-includes=%{_includedir}/mysql --with-mysql-libraries=%{_libdir} \
    --with-pgsql-includes=%{_includedir} --with-pgsql-libraries=%{_libdir} \
    --with-sqlite3-includes=%{_includedir} --with-sqlite3-libraries=%{_libdir}

%install

# make some dirs
install -d %{buildroot}%{_includedir}/dspam
install -d %{buildroot}%{_sysconfdir}/mail/spamassassin
install -d %{buildroot}%{_sysconfdir}/cron.daily
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/ld.so.conf.d
install -d %{buildroot}%{_libdir}/dspam
install -d %{buildroot}%{_localstatedir}/lib/dspam/data
install -d %{buildroot}/var/log/dspam
install -d %{buildroot}/var/run/dspam
install -d %{buildroot}/var/www/icons
install -d %{buildroot}%{_datadir}/dspam/cgi-bin/templates
install -d %{buildroot}%{_datadir}/dspam-sqlite3
install -d %{buildroot}%{_datadir}/dspam-mysql
install -d %{buildroot}%{_datadir}/dspam-pgsql

%makeinstall_std

# install promo icon
install -m0644 webui/htdocs/dspam-logo-small.gif %{buildroot}/var/www/icons/dspam.gif

# install /etc stuff
install -m0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/cron.daily/dspam
install -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/dspam

# install systemd unit
install -D -m0644 %{SOURCE4} %{buildroot}%{_unitdir}/dspam.service

# nuke unwanted devel files
rm -f %{buildroot}%{_libdir}/dspam/lib*_drv.*a

# install sql stuff
install -m0644 src/tools.sqlite_drv/*.sql %{buildroot}%{_datadir}/dspam-sqlite3/
install -m0644 src/tools.mysql_drv/*.sql %{buildroot}%{_datadir}/dspam-mysql/
install -m0644 src/tools.pgsql_drv/*.sql %{buildroot}%{_datadir}/dspam-pgsql/

# install the cgi stuff
install -m0755 webui/cgi-bin/*.cgi %{buildroot}%{_datadir}/dspam/cgi-bin/
install -m0755 webui/cgi-bin/configure.pl %{buildroot}%{_datadir}/dspam/cgi-bin/
install -m0644 webui/cgi-bin/*.txt %{buildroot}%{_datadir}/dspam/cgi-bin/
install -m0644 webui/cgi-bin/default.prefs %{buildroot}%{_datadir}/dspam/cgi-bin/
install -m0644 webui/cgi-bin/admins %{buildroot}%{_datadir}/dspam/cgi-bin/
install -m0644 webui/htdocs/*.css %{buildroot}%{_datadir}/dspam/cgi-bin/
install -m0644 webui/htdocs/*.gif %{buildroot}%{_datadir}/dspam/cgi-bin/
install -m0644 webui/cgi-bin/templates/*.html %{buildroot}%{_datadir}/dspam/cgi-bin/templates/

# fix webroot
perl -pi -e "s|\"\/\"\;|\"\/dspam\"\;|g" %{buildroot}%{_datadir}/dspam/cgi-bin/configure.pl

cat > dspam.apache2 << EOF

Alias /dspam %{_datadir}/dspam/cgi-bin

<Directory %{_datadir}/dspam/cgi-bin/>

    Options ExecCGI
    AllowOverride Limit AuthConfig
    DirectoryIndex dspam.cgi

    Require host 127.0.0.1

    AuthUserFile %{_datadir}/dspam/cgi-bin/.htpasswd
    AuthGroupFile /dev/null
    AuthName "Authorization required"
    AuthType Basic

    <Limit GET>
	require user root
	require user dspamadmin
    </Limit>

</Directory>
EOF
install -m0644 dspam.apache2 %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/dspam.conf
echo "dspamadmin:h7Sr5nPztyPjU" > %{buildroot}%{_datadir}/dspam/cgi-bin/.htpasswd
echo "dspamadmin" >> %{buildroot}%{_datadir}/dspam/cgi-bin/admins

cat > dspam.logrotate << EOF
/var/log/dspam/*.log {
    missingok
    monthly
    compress
    postrotate
	/bin/kill -HUP \`cat /var/run/dspam/dspam.pid 2> /dev/null\` || /bin/true
    endscript
}
EOF
install -m0644 dspam.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/dspam

# fix strange perms (strip cannot access setuid/sgid files...)
chmod 755 %{buildroot}%{_bindir}/*

# install spamassassin stuff
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/mail/spamassassin

# fix default config (patches won't apply here...)
perl -pi -e "s|^#ServerDomainSocketPath.*|ServerDomainSocketPath \"%{_localstatedir}/lib/dspam/dspam\.sock\"|g" %{buildroot}%{_sysconfdir}/dspam.conf
perl -pi -e "s|^#ClientHost.*|ClientHost \"%{_localstatedir}/lib/dspam/dspam\.sock\"|g" %{buildroot}%{_sysconfdir}/dspam.conf
perl -pi -e "s|^#ServerPID.*|ServerPID \"/var/run/dspam/dspam\.pid\"|g" %{buildroot}%{_sysconfdir}/dspam.conf
perl -pi -e "s|^#ServerMode.*|ServerMode dspam|g" %{buildroot}%{_sysconfdir}/dspam.conf

# fix strange perms
chmod 644 doc/*

# provide a  README.urpmi file
cat > README.urpmi << EOF

Due huge changes in the source an upgrade from 3.4.x to 3.6.x has to be done 
manually, please read these files:

%{_docdir}/%{name}-%{version}/RELEASE.NOTES
%{_docdir}/%{name}-%{version}/UPGRADING

The previous 3.4.x packages was specially handcrafted so that you could use each
driver and even toggle between them, or use them simultaneousely. This is not
nessesary anymore and that magic has therefore been removed.

The Berkley-DB backend driver has been removed as it is prone to give errors due 
lack of thread safety as outlined in the dspam documentation.

The amavis-new tailored package has been removed, it may reappear later on.

You will have to define a proper cron command to use for daily cleanups. Look
in the %{_sysconfdir}/sysconfig/dspam file for some examples.

For example when executing dspam with the mysql driver it is possible it will
complain that it cannot find a %{_localstatedir}/lib/dspam/mysql.data file. This
is for backward compatibility. Do not use this file, edit the %{_sysconfdir}/dspam.conf
file instead.

The dspam-cgi web interface is password protected and only accessable from 127.0.0.1,
login as dspamadmin (l/p=dspamadmin) and change this ASAP in the 
%{_datadir}/dspam/cgi-bin/.htpasswd file. Preferably you should use some other
authentication mechanish.
EOF

echo "%{_libdir}/dspam" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/dspam.conf

%post
%systemd_post dspam.service

%preun
%systemd_preun dspam.service

%postun
%systemd_postun_with_restart dspam.service

%post cgi
/bin/systemctl try-restart httpd
 
%postun cgi
if [ "$1" = "0" ]; then
    /bin/systemctl try-restart httpd
fi

%files
%doc README* RELEASE.NOTES CHANGELOG txt/*.txt
%doc doc/courier.txt doc/exim.txt doc/markov.txt doc/pop3filter.txt
%doc doc/postfix.txt doc/qmail.txt doc/relay.txt doc/sendmail.txt
%{_unitdir}/dspam.service
%attr(0755,root,root) %{_sysconfdir}/cron.daily/dspam
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/dspam.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/dspam
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/dspam
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/mail/spamassassin/dspam.cf
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/ld.so.conf.d/dspam.conf
%attr(0755,root,root) %{_bindir}/cssclean
%attr(0755,root,root) %{_bindir}/csscompress
%attr(0755,root,root) %{_bindir}/cssconvert
%attr(0755,root,root) %{_bindir}/cssstat
%attr(0755,root,mail) %{_bindir}/dspam_admin
%attr(0755,root,mail) %{_bindir}/dspam
%attr(0755,root,root) %{_bindir}/dspam_2sql
%attr(0755,root,root) %{_bindir}/dspam_clean
%attr(0755,root,root) %{_bindir}/dspam_crc
%attr(0755,root,root) %{_bindir}/dspamc
%attr(0755,root,root) %{_bindir}/dspam_dump
%attr(0755,root,root) %{_bindir}/dspam_logrotate
%attr(0755,root,root) %{_bindir}/dspam_merge
%attr(0755,root,root) %{_bindir}/dspam_stats
%attr(0755,root,root) %{_bindir}/dspam_train
%attr(0755,root,root) %{_bindir}/dspam_notify
%attr(0644,root,root) %{_mandir}/man1/dspam.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_clean.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_dump.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_merge.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_stats.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_train.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_admin.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_crc.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_logrotate.1*
%attr(0644,root,root) /var/www/icons/dspam.gif
%dir %attr(0750,root,mail) %{_localstatedir}/lib/dspam
%dir %attr(0750,root,mail) %{_localstatedir}/lib/dspam/data
%dir %attr(0755,root,root) %{_datadir}/dspam
%dir %attr(0750,root,mail) /var/log/dspam
%dir %attr(0750,root,root) /var/run/dspam

%files -n %{libname}
%attr(0755,root,root) %{_libdir}/libdspam.so.*
%attr(0755,root,root) %{_libdir}/dspam/libhash_drv.so

%files -n %{develname}
%attr(0755,root,root) %{_libdir}/libdspam.so
%attr(0644,root,root) %{_libdir}/libdspam.*a
%{_includedir}/dspam
%attr(0644,root,root) %{_libdir}/pkgconfig/dspam.pc
%attr(0644,root,root) %{_mandir}/man3/*

%files backend-mysql
%doc doc/mysql_drv.txt
%attr(0755,root,root) %{_libdir}/dspam/libmysql_drv.so
%dir %attr(0755,root,root) %{_datadir}/dspam-mysql
%attr(0644,root,root) %{_datadir}/dspam-mysql/*

%files backend-pgsql
%doc doc/pgsql_drv.txt
%attr(0755,root,root) %{_libdir}/dspam/libpgsql_drv.so
%attr(0755,root,root) %{_bindir}/dspam_pg2int8
%dir %attr(0755,root,root) %{_datadir}/dspam-pgsql
%attr(0644,root,root) %{_datadir}/dspam-pgsql/*

%files backend-sqlite3
%doc doc/sqlite_drv.txt
%attr(0755,root,root) %{_libdir}/dspam/libsqlite3_drv.so
%{_datadir}/dspam-sqlite3

%files cgi
%dir %attr(0755,root,root) %{_datadir}/dspam/cgi-bin
%dir %attr(0755,root,root) %{_datadir}/dspam/cgi-bin/templates
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/dspam.conf
%attr(0644,root,root) %config(noreplace) %{_datadir}/dspam/cgi-bin/default.prefs
%attr(0644,root,root) %config(noreplace) %{_datadir}/dspam/cgi-bin/admins
%attr(0644,root,root) %config(noreplace) %{_datadir}/dspam/cgi-bin/.htpasswd
%attr(0644,root,root) %{_datadir}/dspam/cgi-bin/*.txt
%attr(0644,root,root) %{_datadir}/dspam/cgi-bin/*.gif
%attr(0644,root,root) %{_datadir}/dspam/cgi-bin/*.css
%attr(0755,root,root) %{_datadir}/dspam/cgi-bin/*.cgi
%attr(0755,root,root) %{_datadir}/dspam/cgi-bin/*.pl
%attr(0644,root,root) %{_datadir}/dspam/cgi-bin/templates/*.html

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.10.1-5
+ Revision: e8439a1
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1006 |14cr|dspam-scripts-0.0.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	dspam-scripts
%define version	0.0.6
%define release	7

Summary:	A script for let dspam learning maildirs of spam/ham
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/Mail
URL:		http://www.kalysto.org/utilities/dspam-scripts/index.en.html
Source0:	http://www.kalysto.org/pkg/%{name}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-root
BuildArch:	noarch

%description
This package holds the 'dspam-learn' bash script that will help greatly using
dspam learning by looking at mailbox directories rather than a forwarding
method. This is much as you could have set it with Spamassassin and the
sa-learn.

%prep
%setup

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/mail/
%makeinstall
install -m 644 src/sample/dspam-learn.rc $RPM_BUILD_ROOT%{_sysconfdir}/mail/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL README README.en.desc
%doc README.fr.desc THANKS
%{_bindir}/dspam-learn
%config(noreplace) %{_sysconfdir}/mail/dspam-learn.rc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.6-7
+ Revision: 8f8138e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1007 |14cr|dssh-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name dssh
%define version 0.1
%define release  6

Summary: Remote command via ssh
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Networking/Remote access
Url: http://dssh.subverted.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Buildarch: noarch
requires: perl	

%description
Remote command via ssh.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sysconfdir}/dssh/node_groups
cp -vf $RPM_BUILD_DIR/%name-%version/dssh %{buildroot}%{_bindir}
cp -vf $RPM_BUILD_DIR/%name-%version/dssh.1 %{buildroot}%{_mandir}/man1

cat > %{buildroot}%{_sysconfdir}/dssh/node_groups/ALL <<EOF
# username@host:port
# ex: root@n1:22
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING README TODO 
%attr(755,root,root) %{_bindir}/dssh
%{_mandir}/man1/dssh.1*
%config(noreplace) %{_sysconfdir}/dssh/node_groups/ALL




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-6
+ Revision: 19b0606
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1008 |14cr|dssi-vst-0.9.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
# when building debug package: *** ERROR: same build ID in nonidentical files!

Summary:	DSSI and LADSPA plugin wrapper for VST plugins
Name:		dssi-vst
Version:	0.9.2
Release:	7
License:	GPLv2+
Group:		Sound
Url:		http://breakfastquay.com/dssi-vst/
Source0:	http://code.breakfastquay.com/attachments/download/2/%{name}-%{version}.tar.bz2
BuildRequires:	ladspa-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dssi)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo)
# The -wine subpackage will only be built on ix86
%ifarch %{ix86}
BuildRequires:	wine-devel
# Both packages depend on each other
Requires:	%{name}-wine = %{EVRD}
%endif
Requires:	dssi
ExclusiveArch:	%{ix86} x86_64

%description
dssi-vst enables any compliant DSSI or LADSPA host to use VST instruments
and effects as plugins. They will recognize VSTs placed in the user's

myhome/plugins/win32-vst

Note:
x86_64 users also need the dssi-vst-wine package from the i586 contrib
repository.

'VST is a trademark of Steinberg Media Technologies GmbH'

However, this library does not use VST headers, and is absolutely free.

%files
%doc README
%{_bindir}/*
%{_libdir}/dssi/%{name}.so
%dir %{_libdir}/dssi/%{name}/
%{_libdir}/dssi/%{name}/%{name}_gui
%{_libdir}/ladspa/%{name}.so
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/profile.d/dssi-vst.sh
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/profile.d/dssi-vst.csh

#----------------------------------------------------------------------------

%ifarch %{ix86}
%package wine
Summary:	VST plugins wrapper
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description wine
This package provides two 32bit executables necessary for using dssi-vst
even on 64bit platforms.
dssi-vst enables any compliant DSSI or LADSPA host to use VST instruments
and effects as plugins. They will recognize VSTs placed in the user's

myhome/plugins/win32-vst

'VST is a trademark of Steinberg Media Technologies GmbH'

However, this library does not use VST headers, and is absolutely free.

%files wine
%dir %{_libdir}/dssi/
%dir %{_libdir}/dssi/%{name}/
%{_libdir}/dssi/%{name}/%{name}-scanner*
%{_libdir}/dssi/%{name}/%{name}-server*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%ifarch %{ix86}
#build all targets only on i586
make CXXFLAGS="%{optflags} -fPIC -Ivestige"

# correct executable filenames if wineg++ >= 4.3
mv dssi-vst-server.exe dssi-vst-server
mv dssi-vst-scanner.exe dssi-vst-scanner

%else
# On x86_64, build non-wine parts only:
make \
	dssi-vst.so vsthost dssi-vst_gui \
	CXXFLAGS="%{optflags} -fPIC -Ivestige"
%endif

%install
%ifarch %{ix86}
make DSSIDIR=%{buildroot}%{_libdir}/dssi   \
	LADSPADIR=%{buildroot}%{_libdir}/ladspa \
	BINDIR=%{buildroot}%{_bindir}        \
	install
rm -f %{buildroot}%{_libdir}/ladspa/*
%else
mkdir -p %{buildroot}%{_libdir}/dssi/%{name} \
	%{buildroot}%{_bindir}              \
	%{buildroot}%{_libdir}/ladspa
install -pm 755 vsthost %{buildroot}%{_bindir}
install -pm 644 %{name}.so %{buildroot}%{_libdir}/dssi/
install -pm 755 %{name}_gui %{buildroot}%{_libdir}/dssi/%{name}/
%endif
ln -s ../dssi/%{name}.so %{buildroot}%{_libdir}/ladspa

install -d -m 755 %{buildroot}%{_sysconfdir}/profile.d

#prepare VST_PATH definition in user profile
cat > %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh << EOF
# Set VST_PATH for csh
if ( \${?VST_PATH} ) then
   exit
endif
setenv VST_PATH \$HOME/plugins/win32-vst
EOF

cat > %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh << EOF
# Set VST_PATH for Bash shell
if [ -n "\\\$VST_PATH" ]; then
   export VST_PATH="\$HOME/plugins/win32-vst"
fi
EOF

# add 32bit dssi path on x86_64 systems to find wine executables
%ifarch x86_64
cat  > %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh << EOF
setenv DSSI_PATH \$DSSI_PATH:/usr/lib/dssi
EOF
cat  > %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh << EOF
export DSSI_PATH="\$DSSI_PATH:/usr/lib/dssi"
EOF
%endif


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-7
+ Revision: 45eeac3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1009 |14cr|dssl-1.4.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 1.4
%define libname %mklibname %{name} %{api} %{major}
%define develname %mklibname %{name} -d

Name:		dssl
Version:	1.4.4
Release:	8
Summary:    DSSL library: network capture and SSL decryption toolkit
License:    GPLv3+
Group:      Networking/Other
URL:        http://www.ssltech.net/
Source:     http://www.ssltech.net/downloads/%{name}-%{version}.tar.gz
Patch0:		dssl-samples.diff
BuildRequires:	openssl-devel
BuildRequires:	pcap-devel
BuildRequires:	zlib-devel

%description
DSSL library is a network caputre and SSL decryption toolkit useful 
for snort and other SSL aware software.

%package -n %{libname}
Summary:	Main library for dssl
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
DSSL library is a network caputre and SSL decryption toolkit useful 
for snort and other SSL aware software.


%package -n %{develname}
Summary:	Header files for the dssl library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	openssl-devel
Requires:	pcap-devel
Requires:	zlib-devel

%description    -n %{develname}
DSSL library is a network caputre and SSL decryption toolkit useful
for snort and other SSL aware software. These are .h files.

%prep
%setup -q 
%patch0 -p1 -b .sample_fix

export LIBS=-lpcap 
%configure2_5x --enable-shared

%build
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libdssl.so.%{major}*

%files -n %{develname}
%{_includedir}/dssl/*
%{_bindir}/ssltrace
%{_libdir}/libdssl.so
%{_libdir}/libdssl.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.4-8
+ Revision: e17fc6c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1010 |14cr|dstat-0.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Versatile vmstat, iostat and ifstat replacement
Name: dstat
Version: 0.7.2
Release: 2
License: GPL
Group: System/Kernel and hardware
URL: http://dag.wieers.com/home-made/dstat/
Source: http://dag.wieers.com/home-made/dstat/dstat-%{version}.tar.bz2
BuildArch: noarch

%description
Dstat is a versatile replacement for vmstat, iostat and ifstat. Dstat
overcomes some of the limitations and adds some extra features.

Dstat allows you to view all of your system resources instantly,
you can eg. compare disk usage in combination with interrupts from
your IDE controller, or compare the network bandwidth numbers
directly with the disk throughput (in the same interval).

Dstat also cleverly gives you the most detailed information in
columns and clearly indicates in what magnitude and unit the output
is displayed. Less confusion, less mistakes.

Dstat is also unique in letting you aggregate block device throughput
for a certain diskset or network bandwidth for a group of interfaces,
ie. you can see the throughput for all the block devices that make up
a single filesystem or storage system.

You can customize your dstat output from /etc/dstat.conf and you can
write your own dstat modules to plug into the dstat output.

Dstat's output, in its current form, is not very useful to be post-
processed by other tools. It's mostly meant for allowing humans to
interprete real-time data as easy as possible.

%prep
%setup -q

%install
%makeinstall

mkdir -p %buildroot%_mandir/man1
install -m 644 docs/dstat.1 %buildroot%_mandir/man1/dstat.1

%files
%doc AUTHORS ChangeLog COPYING README TODO 
%{_bindir}/dstat
%_datadir/%name
%doc %{_mandir}/man1/dstat.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.2-2
+ Revision: 63ab0ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1011 |14cr|dt-15.14-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    dt
%define version 15.14
%define release 7

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:	Hardware performances test
URL:		http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/dt.html
License:	GPL
Group:		System/Kernel and hardware
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source0:	intel-%{name}.tar.bz2
Patch0:		makefile.patch.bz2
BuildRequires: ed

%description
'dt' is a generic data test program used to verify proper operation of
peripherals and for obtaining performance information.  Since verification
of data is performed, 'dt' can be thought of as a generic diagnostic tool.

'dt' command lines are similar to the 'dd' program, which is popular on
most UNIX systems.  It contains numerous options to give the user complete
control of the test parameters.

'dt' has been used to successfully test disks, tapes, serial lines,
parallel lines, pipes, and memory mapped files.  In fact, 'dt' can be used
for any device which allows the standard open, read, write, & close system
calls.  Special support is necessary for some devices, such as serial lines,
for setting up the speed, parity, data bits, etc.

%prep
%setup -q -n %{name}.d
%patch0 -p0

%build
%make depend
# avoid static link to libc
%make LDFLAGS=

%install
rm -rf $RPM_BUILD_ROOT

install -d $RPM_BUILD_ROOT%_bindir
cp dt $RPM_BUILD_ROOT%_bindir

install -d $RPM_BUILD_ROOT%_defaultdocdir/%name-%version
cp dt-Abstract dt.examples dt-UsersGuide.* IOT-Example $RPM_BUILD_ROOT%_defaultdocdir/%name-%version
cp LINUX-Notes README.1st ToDoList WhatsNew-* $RPM_BUILD_ROOT%_defaultdocdir/%name-%version
cp -r html $RPM_BUILD_ROOT%_defaultdocdir/%name-%version

%files
%attr(755,root,root)
%_bindir/dt
%_defaultdocdir/%name-%version

%clean
rm -rf $RPM_BUILD_ROOT



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 15.14-7
+ Revision: 623c0f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1012 |14cr|dtach-0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary: A simple program that emulates the detach feature of screen
Name: dtach
Version: 0.8
Release: 4
License: GPL
URL: http://dtach.sourceforge.net
Group:   Terminals
Source: http://prdownloads.sourceforge.net/dtach/dtach-%{version}.tar.bz2
Buildroot: %{_tmppath}/%{name}-%{version}-root
 
%description
dtach is a program that emulates the detach feature of screen, with
less overhead.  It is designed to be transparent and un-intrusive; it
avoids interpreting the input and output between attached terminals
and the program under its control. Consequently, it works best with
full-screen applications such as emacs.
  
%prep
%setup
 
%build
%configure
make
 
%install
rm -rf $RPM_BUILD_ROOT/*
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
install -m 755 dtach $RPM_BUILD_ROOT/%{_bindir}/dtach
install -m 644 dtach.1 $RPM_BUILD_ROOT/%{_mandir}/man1/dtach.1

%clean
make clean
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_DIR/%{name}-%{version}

%files
%defattr(-,root,root,-)
%doc COPYING README
%{_bindir}/dtach
%{_mandir}/*/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-4
+ Revision: d955c0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1013 |14cr|dtrx-7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           dtrx
Version:        7.1
Release:        3
Summary:        Do The Right Extraction
Group:          Archiving/Compression
License:        GPLv3+
URL:            http://brettcsmith.org/2007/%{name}
Source0:        http://brettcsmith.org/2007/%{name}/%{name}-%{version}.tar.gz
BuildRequires:  python >= 2.4
buildrequires:  python-docutils
buildrequires:  python-yaml, bzip2, unzip, cpio, binutils, p7zip, cabextract, unshield, lzma, xz, lha, lzip
Requires:       python >= 2.4, bzip2, unzip, cpio, binutils, p7zip, cabextract, unshield, lzma, xz, lha, lzip
buildarch:      noarch

%description
dtrx is basically the same as tar -zxf or tar -xjf except you don't have to
remember the flags for each file. But there's more to it than that. You know
those really annoying files that don't put everything in a dedicated directory,
and have the permissions all wrong? dtrx takes care of all those problems for
you, too. dtrx is simple and powerful. Just use the same command for all your
archive files, and they'll never frustrate you again.

%prep
%setup -q

%build
python setup.py build
rst2man -q README %{name}.1

%install
python setup.py install --skip-build --root $RPM_BUILD_ROOT
install -d %{buildroot}%{_mandir}/man1
install %{name}.1 %{buildroot}%{_mandir}/man1/
chmod go+r COPYING NEWS PKG-INFO README

%check
python tests/compare.py

%files
%defattr(-,root,root,-)
%doc COPYING NEWS PKG-INFO README
%{_bindir}/%{name}
%{python_sitelib}/*.egg-info
%{_mandir}/man1/*



%changelog
* Mon Sep 15 2014 abfonly <abfonly@gmail.com> 7.1-3
+ Revision: 64bccb9
- Fixed  python-docutils, and bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1014 |14cr|duma-2.5.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# $Id$
# Authority: dries
# Upstream:  Hayati Ayguen <h_ayguen$web,de>

%define real_version 2_5_15

Summary:	Detect Unintended Memory Access
Name:		duma
Version:	2.5.15
Release:	2
License:	GPL
Group:		Development/Other
URL:		http://duma.sourceforge.net/

Source:		http://dl.sf.net/duma/duma_%{real_version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires:	gcc-c++

%description
DUMA (Detect Unintended Memory Access) stops your program on the exact
instruction that overruns (or underruns) a malloc() memory buffer. GDB
will then display the source-code line that causes the bug. It works by
using the virtual-memory hardware to create a red-zone at the border of
each buffer: touch that, and your program stops. It can catch formerly
impossible-to-catch overrun bugs. DUMA is a fork of Bruce Perens'
Electric Fence library.

%package devel
Summary:	Header files, libraries and development documentation for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%prep
%setup -q -n duma_%{real_version}
# disable 'testoperators' because it doesn't stop
%{__perl} -pi.orig -e "s|..CURPATH.testoperators..EXEPOSTFIX.||g;" Makefile

%build
# duma doesn't build with _smp_mflags
%{__make}

%install
%{__rm} -rf %{buildroot}
%{__install} -d -m0755 %{buildroot}%{_bindir}
%{__install} -d -m0755 %{buildroot}%{_mandir}/man3/
%{__install} -d -m0755 %{buildroot}%{_libdir}
%makeinstall BIN_INSTALL_DIR="%{buildroot}%{_bindir}" \
    LIB_INSTALL_DIR="%{buildroot}%{_libdir}" \
    MAN_INSTALL_DIR="%{buildroot}%{_mandir}/man3/"

rm -r %{buildroot}/%{_libdir}/libduma.a
rm -r %{buildroot}/%{_docdir}/duma/README.txt
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc INSTALL TODO README.txt
%doc %{_mandir}/man3/duma.3*
%{_bindir}/duma
%{_libdir}/libduma.so.*
#% exclude % {_docdir}/duma/README.txt

%files devel
%defattr(-, root, root, 0755)
%{_includedir}/duma*.h
%{_includedir}/noduma.h
#% exclude % {_libdir}/libduma.a
%{_libdir}/libduma.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.15-2
+ Revision: 12641c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1015 |14cr|dumb-0.9.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	0.9.3
%define libname	%mklibname %{name} %{api}
%define devname	%mklibname %{name} -d

Summary:	Dynamic Universal Music Bibliotheque
Name:		dumb
Version:	0.9.3
Release:	12
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source1:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}-autotools.tar.gz
Patch0:		dumb-0.9.3-fix-linking.patch
Patch1:		dumb-0.9.3-CVE-2006-3668.patch
License:	BSD-like
Group:		Sound
Url:		http://dumb.sf.net/
BuildRequires:	liballegro-devel

%description
DUMB is an IT, XM, S3M and MOD player library.

This package includes a player based on Allegro.

%package -n %{libname}
Group:		System/Libraries
Summary:	Shared libraries for %{name}

%description -n %{libname}
DUMB is an IT, XM, S3M and MOD player library.

%package -n %{devname}
Group:		Development/C
Summary:	Development files and headers for %{name}
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%{name}-devel < 0.9.3-9

%description -n %{devname}
This package contains the development files and headers for %{name}.

%prep
%setup -q -b 01
%patch0 -p0 -b .linking
%patch1 -p1 -b .CVE

%build
%configure2_5x --disable-static
make

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name "*.la" -delete

%files
%doc readme.txt licence.txt release.txt
%{_bindir}/*

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so
%{_libdir}/libaldmb-%{api}.so

%files -n %{devname}
%doc docs/*
%{_libdir}/lib%{name}.so
%{_libdir}/libaldmb.so
%{_includedir}/*.h


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-12
+ Revision: a434772
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1016 |14cr|dumbster-1.6-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Summary:        Fake SMTP Server
Name:           dumbster
Version:        1.6
Release:        14
License:        ASL 2.0
URL:            http://quintanasoft.com/dumbster/
Group:          Development/Java 
# cvs -z3 -d:pserver:anonymous@dumbster.cvs.sourceforge.net:/cvsroot/dumbster export -r RELEASE_1_6 dumbster
# tar czf dumbster-1.6-src.tgz dumbster
Source0:        %{name}-%{version}-src.tgz
Source1:        %{name}-1.6.pom
Patch0:         %{name}-SimpleSmtpServer.patch
BuildRequires:  ant >= 0:1.6
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  javamail
BuildRequires:  junit
Requires:       java-sasl
Requires:       javamail

BuildArch:      noarch

%description
The Dumbster is a very simple fake SMTP server designed for
unit and system testing applications that send email messages.
It responds to all standard SMTP commands but does not deliver
messages to the user. The messages are stored within the
Dumbster for later extraction and verification.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java 

%description javadoc
%{summary}.

%prep
%setup -q -n %{name}
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;

%patch0 -p0
rm -f src/com/dumbster/smtp/SimpleSmtpServer.java.orig

%build
pushd lib
ln -sf $(build-classpath javamail)
ln -sf $(build-classpath junit)
ln -sf $(build-classpath sasl)
popd

ant jar javadoc

%install
rm -rf $RPM_BUILD_ROOT

# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}

install -m 0644 build/%{name}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr doc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# pom
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
cp -pr %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}.pom
%add_to_maven_depmap dumbster %{name} 1.6 JPP %{name}

install -dm 755 $RPM_BUILD_ROOT%{_javadir}/maven2
ln -s %{_datadir}/maven2/poms $RPM_BUILD_ROOT%{_javadir}/maven2/poms

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%doc license.txt
%{_javadir}/*.jar
%{_datadir}/maven2/poms
%{_javadir}/maven2
%{_mavendepmapfragdir}

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-14
+ Revision: 53f0df4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1017 |14cr|dunelegacy-0.96.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dunelegacy
Version:	0.96.3
Release:	2
Summary:	Open-source Dune II engine
License:	GPLv2+
Group:		Games/Strategy
URL:		http://dunelegacy.sourceforge.net/
Source0:	http://www.myway.de/richieland/%{name}-%{version}-src.tar.bz2
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	libstdc++-devel
BuildRequires:	desktop-file-utils

%description
Lead one of three interplanetary houses, Atreides, Harkonnen or Ordos,
in an attempt to harvest the largest amount of spice from the sand
dunes. Exchange your spice stockpiles for credits through refinement
and build an army capable of thwarting attempts of the other houses to
stop your harvesting!

Dune Legacy is an effort by a handful of developers to revitalize the
first-ever real-time strategy game. The original game was the basis
for the hugely successful Command and Conquer series, and the game-play
has been replicated an extended to a wide variety of story-lines and
series.

NOTE: Original Dune 2 game files are needed.

%prep
%setup -q
sed -i s,"#!/usr/bin/env xdg-open",,g %{name}.desktop
sed -i 's/\r//' ToDo.txt
# clean   
rm -fr debian
rm -fr MacOSX

%build
%configure2_5x
%make 

%install
%makeinstall_std 
# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
# icons
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 %{name}-128x128.png %{buildroot}%{_datadir}/pixmaps/%{name}.png



%files
%doc README ToDo.txt ChangeLog
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.96.3-2
+ Revision: daadf2c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1018 |14cr|dv2sub-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dv2sub
Version:	0.3
Release:	3
Summary:	Extracts info or subtitles from DV stream
License:	GPLv2+
Group:		Video
Url:		http://dv2sub.sourceforge.net/
Source0:	http://downloads.sourceforge.net/dv2sub/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	libdv-devel

%description
A simple util that extracts the date and time of recording from a dv video file
(using libdv) and outputs it as a subtitle file.

It can also display useful information about the dv stream, like video norm 
(PAL/NTSC), aspect ratio normal (4:3) or wide (16:9), interlaced or progressive
material, number of audio channels, audio sampling frequency, number of audio 
samples, timestamp and recording date & time.

Be sure the input file or stream is in pure RAW DV format. dv2sub doesn't work
with DV AVI files (type 1 or type 2)

%package kino-scripts
Summary:	Export scripts provided by dv2sub for DV editing tool Kino
Group:		Video

Requires:	dv2sub
Requires:	kino
Requires:	dvdauthor

%description kino-scripts
This package contains export scripts for DV editing tool Kino provided by
dv2sub.

%prep
%setup -q

%build
%configure
%make

%install
rm -rf %{buildroot}
%makeinstall

# install kino scripts and move dv2sub_spumux.xml to include it in doc
install -d -m755 %{buildroot}%{_datadir}/kino/scripts/exports
install -D -m755 kino_scripts/*.sh %{buildroot}%{_datadir}/kino/scripts/exports
install -d -m755 examples
install -D -m644 kino_scripts/%{name}_spumux.xml examples

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO 
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%files kino-scripts
%defattr(-,root,root,-)
%doc examples
%{_datadir}/kino/scripts/exports/*.sh



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-3
+ Revision: 6c8eaf4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1019 |14cr|dvbstream-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Define Mandrake Linux version we are building for
%define mdkversion %(perl -pe '/(\\d+)\\.(\\d)\\.?(\\d)?/; $_="$1$2".($3||0)' /etc/mandrake-release)

%define name	dvbstream
%define version 0.5
%define beta	0
%define mdkrel	%mkrel 4

%if %mdkversion < 1000
%define kernel_rel 2.4.22-28.tmb.1mdk
%define kernel_dir /usr/src/linux-%{kernel_rel}
%define kernel_inc %kernel_dir/3rdparty/mod_dvb/include
%else
#define kernel_rel 2.6.3-7mdk
%define kernel_dir /usr/src/linux
#-{kernel_rel}
%define kernel_inc %kernel_dir/include
%endif

%if %beta
%define release 0.%{beta}.%{mdkrel}
%else
%define release %{mdkrel}
%endif

Summary:	Dvbstream
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://osdn.dl.sourceforge.net/dvbtools/%{name}-%{version}.tar.bz2
URL:		http://www.linuxstb.org
License:	GPL
Group:		Video
BuildRoot:	%{_tmppath}/%{name}-buildroot
Prefix:		%{_prefix}

%description
 DVBstream is based on the ts-rtp package available at
 http://www.linuxtv.org.  It broadcasts a (subset of a) DVB transport
 stream over a LAN using the rtp protocol.  There were a couple of
 small bugs in the original ts-rtp application, which I have fixed
 here.

%prep
%setup -q

%build
#UK
make INCS=-I%kernel_inc
install -m755 dvbstream dvbstream-uk
install -m755 dumprtp dvb_dumprtp-uk
install -m755 rtpfeed dvb_rtpfeed-uk
install -m755 ts_filter dvb_ts_filter-uk
make clean
#Finland
make INCS=-I%kernel_inc FINLAND=1
install -m755 dvbstream dvbstream-fin
install -m755 dumprtp dvb_dumprtp-fin
install -m755 rtpfeed dvb_rtpfeed-fin
install -m755 ts_filter dvb_ts_filter-fin
make clean

make INCS=-I%kernel_inc FINLAND2=1
install -m755 dvbstream dvbstream-fin2
install -m755 dumprtp dvb_dumprtp-fin2
install -m755 rtpfeed dvb_rtpfeed-fin2
install -m755 ts_filter dvb_ts_filter-fin2

%install
rm -rf $RPM_BUILD_ROOT
install -d -m755 %buildroot%_bindir
install -m755 dvbstream-* %buildroot%_bindir/
install -m755 dvb_dumprtp* %buildroot%_bindir/
install -m755 dvb_rtpfeed* %buildroot%_bindir/
install -m755 dvb_ts_filter* %buildroot%_bindir/

install -d -m755 %buildroot%_libdir/%name
install TELNET/* %buildroot%_libdir/%name/

echo "update-alternatives --install %_bindir/dvbstream dvbstream %_bindir/dvbstream-uk 30 \\" >> dvbstream-setup-alternatives.sh
for i in dvb_dumprtp dvb_rtpfeed dvb_ts_filter ; do
	echo "--slave  %_bindir/$i $i %_bindir/$i-uk \\" >> dvbstream-setup-alternatives.sh
done
echo >> dvbstream-setup-alternatives.sh

echo "update-alternatives --install %_bindir/dvbstream dvbstream %_bindir/dvbstream-fin 20 \\" >> dvbstream-setup-alternatives.sh
for i in dvb_dumprtp dvb_rtpfeed dvb_ts_filter ; do
	echo "--slave  %_bindir/$i $i %_bindir/$i-fin \\" >> dvbstream-setup-alternatives.sh
done
echo >> dvbstream-setup-alternatives.sh


echo "update-alternatives --install %_bindir/dvbstream dvbstream %_bindir/dvbstream-fin2 10 \\" >> dvbstream-setup-alternatives.sh
for i in dvb_dumprtp dvb_rtpfeed dvb_ts_filter ; do
	echo "--slave  %_bindir/$i $i %_bindir/$i-fin2 \\" >> dvbstream-setup-alternatives.sh
done
echo >> dvbstream-setup-alternatives.sh

%post -f dvbstream-setup-alternatives.sh

%postun
if [ $1 = 0 ]; then
	update-alternatives --remove dvbstream %_bindir/dvbstream-uk
	update-alternatives --remove dvbstream %_bindir/dvbstream-fin
	update-alternatives --remove dvbstream %_bindir/dvbstream-fin2
fi
%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING CHANGES
%_bindir/*
%dir %_libdir/%name
%_libdir/%name/*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.5-4
+ Revision: 7719894
- Automatic import for version 0.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1020 |14cr|dvbtune-0.5-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kernel_dir /usr/src/linux
%define kernel_inc %kernel_dir/include
%define debug_package %{nil}

Summary:	Tuning application for DVB cards
Name:		dvbtune
Version:	0.5
Release:	23
License:	GPLv2
Group:		Video
Url:		http://www.linuxstb.org
Source0:	http://osdn.dl.sourceforge.net/dvbtools/%{name}-%{version}.tar.bz2

BuildRequires:	kernel-headers
BuildRequires:	pkgconfig(libxml-2.0)
Requires(post):	update-alternatives

%description
DVBtune is a simple tuning application for DVB cards supported by the
Linux DVB driver (www.linuxtv.org).

%prep
%setup -q
find . -type f -exec chmod -x {} \;


%build
#UK
make INCS=-I%kernel_inc
make xml2vdr
install -m755 dvbtune dvbtune-uk
install -m755 xml2vdr dvb_xml2vdr-uk

make clean
#Finland
make INCS=-I%kernel_inc FINLAND=1
make FINLAND=1 xml2vdr
install -m755 dvbtune dvbtune-fin
install -m755 xml2vdr dvb_xml2vdr-fin

make clean

make INCS=-I%kernel_inc FINLAND2=1
make FINLAND2=1 xml2vdr
install -m755 dvbtune dvbtune-fin2
install -m755 xml2vdr dvb_xml2vdr-fin2

%install
install -d -m755 %{buildroot}%{_bindir}
install -m755 dvbtune-* %{buildroot}%{_bindir}/
install -m755 dvb_* %{buildroot}%{_bindir}/

install -d -m755 %{buildroot}%{_libdir}/%{name}
install -m755 scripts/* %{buildroot}%{_libdir}/%{name}/

echo "update-alternatives --install %{_bindir}/dvbtune dvbtune %{_bindir}/dvbtune-uk 30 \\" >> dvbtune-setup-alternatives.sh
echo "--slave  %{_bindir}/dvb_xml2vdr dvb_xml2vdr %{_bindir}/dvb_xml2vdr-uk \\" >> dvbtune-setup-alternatives.sh
echo >> dvbtune-setup-alternatives.sh

echo "update-alternatives --install %{_bindir}/dvbtune dvbtune %{_bindir}/dvbtune-fin 20 \\" >> dvbtune-setup-alternatives.sh
echo "--slave  %{_bindir}/dvb_xml2vdr dvb_xml2vdr %{_bindir}/dvb_xml2vdr-fin \\" >> dvbtune-setup-alternatives.sh
echo >> dvbtune-setup-alternatives.sh

echo "update-alternatives --install %{_bindir}/dvbtune dvbtune %{_bindir}/dvbtune-fin2 10 \\" >> dvbtune-setup-alternatives.sh
echo "--slave  %{_bindir}/dvb_xml2vdr dvb_xml2vdr %{_bindir}/dvb_xml2vdr-fin2 \\" >> dvbtune-setup-alternatives.sh
echo >> dvbtune-setup-alternatives.sh

rm -fr %{buildroot}%{_bindir}/dvb_defaults.h
pushd %{buildroot}%{_libdir}/dvbtune
chmod -x README astra28.txt astra19.txt
popd




%post -f dvbtune-setup-alternatives.sh

%postun
if [ $1 = 0 ]; then
	update-alternatives --remove dvbtune %{_bindir}/dvbtune-uk
	update-alternatives --remove dvbtune %{_bindir}/dvbtune-fin
	update-alternatives --remove dvbtune %{_bindir}/dvbtune-fin2
fi

%files
%doc README
%{_bindir}/*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-23
+ Revision: 82a8986
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1021 |14cr|dvda-author-09.09-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	High-definition DVD-AUDIO disc creator
Name:		dvda-author
Version:	09.09
Release:	3
License:	GPLv3+
Group:		Archiving/Cd burning
# Repack, drop built binaries etc from upstream tarball
Url:		http://dvd-audio.sourceforge.net/
Source0:	%{name}-%{version}-60.tar.lzma
BuildRequires:	curl
BuildRequires:	help2man
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(sox)
BuildRequires:	pkgconfig(vorbis)
Requires:	cdrkit
Requires:	dvdauthor
Requires:	imagemagick
Requires:	mkisofs
Requires:	mjpegtools

%description
dvda-author creates high-definition DVD-Audio discs with navigable DVD-Video
zone from DVD-Audio zone Supported input audio types: .wav, .flac, .oga,
SoX-supported formats
EXAMPLES
-creates a 3-group DVD-Audio disc (legacy syntax):

dvda-author -g file1.wav file2.flac -g file3.flac -g file4.wav

-creates a hybrid DVD disc with both AUDIO_TS mirroring audio_input_directory
and VIDEO_TS imported from directory VID, outputs disc structure to directory
DVD_HYBRID and links video titleset #2 of VIDEO_TS to AUDIO_TS:

dvda-author -i ~/audio/audio_input_directory -o DVD_HYBRID -V ~/Video/VID -T 2

Both types of constructions can be combined.

%files
%doc %{_datadir}/doc/%{name}/*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}/
%{_datadir}/pixmaps/%{name}*.png
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 09.09-3
+ Revision: 8f9021a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1022 |14cr|dvda-author-gui-09.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qt GUI for dvda-author
Name:		dvda-author-gui
Version:	09.02
Release:	3
Source0:	%{name}-%{version}-13.tar.gz
License:	GPLv3
Group: 		Archiving/Cd burning
BuildRoot:	%{_builddir}/%{name}-%{version}-%{release}-buildroot
Requires:	dvda-author
BuildRequires:	qt4-devel

%description
dvda-author-gui is a Qt4 GUI for dvda-author.

%prep
%setup -q

%build
%qmake_qt4
%make
mv gui dvda-author-gui
sed -e 's#/usr/local/share#%{_datadir}#g' -i %{name}.desktop

%install
rm -rf %{buildroot}

install -m644 images/dvda-author.png -D %{buildroot}%{_datadir}/pixmaps/dvda-author.png
install -m644 %{name}.desktop -D %{buildroot}%{_datadir}/applications/%{name}.desktop
install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}
cp -rf images/ %{buildroot}%{_datadir}/%{name}
cp -f GUI.shtml %{buildroot}%{_datadir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ChangeLog
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/dvda-author.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 09.02-3
+ Revision: 7aae7e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1023 |14cr|dvdisaster-0.72.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags	%nil

Summary:	Securely store data on DVD/CD media
Name:		dvdisaster
Version:	0.72.6
Release:	5
License:	GPLv2
Group:		Archiving/Backup
URL:		http://dvdisaster.net/
Source0:	http://dvdisaster.net/downloads/%{name}-%{version}.tar.bz2
Patch0:		dvdisaster-0.72.6-po.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pango-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	bzip2-devel 
BuildRequires:	imagemagick

%description

dvdisaster is a way to securely store data on DVD/CD media.
CD, DVD and BD media keep their data only for a finite time
(typically for many years). 
After that time, data loss develops slowly with read errors
growing from the outer media region towards the inside.
dvdisaster stores data on CD/DVD/BD (supported media) in a way
that it is fully recoverable even after some read errors have
developed. This enables you to rescue the complete data to a new
medium. Data loss is prevented by using error correcting codes.
Error correction data is either added to the medium 
or kept in separate error correction files. dvdisaster works at
the image level so that the 
ecovery does not depend on the file system of the medium. 
The maximum error correction capacity is user-selectable.



%prep
%setup -q
# linting Sflo
pushd documentation/cs
find -name "*.php"  -exec chmod -x {} \;
popd
chmod 0755 documentation/diff-content.sh
#
%patch0 -p1

%build
%configure2_5x \
	--buildroot=%{buildroot} \
	--docdir=%{_defaultdocdir} \
	--docsubdir=%{name} \
	--localedir=%{_datadir}/locale \
	--mandir=%{_mandir} \
	--with-embedded-src-path=no

# No parallel build. sflo
make

%install

%makeinstall_std
# icons
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
install -Dm644 contrib/%{name}48.png %{buildroot}/%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -size 32x32 contrib/%{name}48.png %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -size 16x16 contrib/%{name}48.png %{buildroot}/%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# desktop file
desktop-file-install --vendor "" \
     --dir %{buildroot}%{_datadir}/applications \
     --set-icon=%{name} \
     contrib/%{name}.desktop

# handle docs in files section
mv %{buildroot}%{_defaultdocdir}/%{name} installed-docs

# unwanted files
rm -f %{buildroot}%{_bindir}/*-uninstall.sh


%files
%{_bindir}/dvdisaster*
%doc CHANGELOG COPYING CREDIT* README* TODO  documentation
%{_mandir}/man?/%{name}*
%{_mandir}/*/man?/%{name}*
%lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/dvdisaster.mo
%lang(de) %{_datadir}/locale/de/LC_MESSAGES/dvdisaster.mo
%lang(it) %{_datadir}/locale/it/LC_MESSAGES/dvdisaster.mo
%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/dvdisaster.mo
%lang(ru) %{_datadir}/locale/ru/LC_MESSAGES/dvdisaster.mo
%lang(sv) %{_datadir}/locale/sv/LC_MESSAGES/dvdisaster.mo
%{_datadir}/icons/hicolor/*/apps/dvdisaster.png
%{_datadir}/applications/dvdisaster.desktop

%changelog
* Thu Sep 11 2014 abfonly <abfonly@gmail.com> 0.72.6-5
+ Revision: 0f17492
- Merge pull request #1 from abfonly/dvdisaster:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1024 |14cr|dvdstyler-2.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname DVDStyler

Summary:	DVD authoring application
Name:		dvdstyler
Version:	2.7.2
Release:	2
Epoch:		1
License:	GPLv2+
Group:		Video
Url:		http://dvdstyler.sourceforge.net/
Source0:	http://sourceforge.net/projects/dvdstyler/files/%{name}/%{version}/%{oname}-%{version}.tar.bz2
Patch0:		dvdstyler-make-desktopfile-valid.patch
BuildRequires:	bison
BuildRequires:	desktop-file-utils
BuildRequires:	dvd+rw-tools
BuildRequires:	dvdauthor >= 0.7.0
BuildRequires:	ffmpeg
BuildRequires:	flex
BuildRequires:	gettext
BuildRequires:	imagemagick
BuildRequires:	mkisofs
BuildRequires:	netpbm
BuildRequires:	xmlto
BuildRequires:	zip
BuildRequires:	ffmpeg-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libwxsvg) >= 1.1.14

Requires:	dvdauthor
Requires:	mjpegtools
Requires:	dvd+rw-tools
Requires:	mkisofs

%description
DVDstyler is a DVD authoring program. The main DVDStyler features are:
    * you can drag and drop MPEG files directly
    * you can import image file for background
    * you can create NTSC/PAL menu
    * you can place text and images anywhere on the menu screen
    * you can change font/color
    * you can put basic text buttons, change font/color and background color
    * you can set chapters for each movie
    * you can change post command for each movie

%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.png
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p0

# fix desktop file
sed -i -e 's,%{name}.png,%{name},g' data/dvdstyler.desktop

# not utf-8 file
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog

%build
chmod +x ./autogen.sh ./configure
./autogen.sh
%configure2_5x --with-wx-config=%{_bindir}/wx-config-unicode
%make

%install
%makeinstall_std
# we'll install this in %%files section
rm -fr %{buildroot}%{_docdir}

# menu entry
desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications \
	--remove-category='Application' \
	--add-category='Video;AudioVideoEditing' \
	%{buildroot}%{_datadir}/applications/*.desktop

# icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert -size 48x48 src/rc/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -size 32x32 src/rc/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -size 16x16 src/rc/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# remove duplicate files
rm -fr %{buildroot}%{_libdir}/share/doc/dvdstyler/

# es_ar language missing in rosa lang tree, to be seen later
# for now we got to live with "E: invalid-lc-messages-dir"
# I'd like to avoid rpmlintrc usage.
# If someone have a fix please push it.

%find_lang %{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.7.2-2
+ Revision: 367337c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1025 |14cr|dvi2tty-5.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	dvi2tty
%define version 5.3.4
%define release 2
#debuginfo-without-sources
%define debug_package	%{nil}

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Tool for previewing DVI files on text-only devices
Group:		Text tools
URL:		http://www.mesa.nl/pub/dvi2tty/
Source:		http://www.mesa.nl/pub/dvi2tty/%{name}-%{version}.tgz
Patch0:		dvi2tty-5.3.4-pager.patch
License:	GPLv2


%description
dvi2tty is a tool for previewing DVI files on text-only devices. It is
used by MC for viewing DVI files.

%prep
%setup -q
%patch0 -p0 -b .pager

%build
%make

%install
mkdir -p %buildroot%_bindir
mkdir -p %buildroot%_mandir/man1
install -m 755 dvi2tty disdvi %buildroot%_bindir
install -m 644 dvi2tty.1 disdvi.1 %buildroot%_mandir/man1

%files
%_bindir/*
%_mandir/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.3.4-2
+ Revision: 93f9e37
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1026 |14cr|dvorak7min-1.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dvorak7min
Version:	1.6.1
Release:	2
Summary:	Typing tutor for dvorak keyboards
License:	GPLv2+
Group:		Games/Other
Source:		dvorak7min_1.6.1.orig.tar.gz
# debian patch
Patch0:		dvorak7min_1.6.1-9.diff.gz
BuildRequires:	ncurses-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
%description
dvorak7min is a typing tutor to help you learn dvorak.

%prep
%setup -q
%patch0 -p1

%build
%make

%install
%{__rm} -Rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_bindir}
%{__cp} -p %{name} %{buildroot}%{_bindir}

%clean
%{__rm} -Rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog COPYING README
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.1-2
+ Revision: c555c0e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1027 |14cr|dvtm-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#empty-debuginfo-package
%define debug_package	%{nil}
Name:		dvtm
Version:	0.9
Release:	2
Summary:	Tiling window management for the console
License:	MIT
Group:		Terminals
URL:		http://www.brain-dump.org/projects/dvtm/
Source0:	http://www.brain-dump.org/projects/dvtm/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)

%description
dvtm brings the concept of tiling window management, popularized by
X11-window managers like dwm to the console. As a console window manager
it tries to make it easy to work with multiple console based programs
like vim, mutt, cmus or irssi.

%prep
%setup -q

%build
sed -i 's/PREFIX.*local*/PREFIX\ =\ \/usr\//' config.mk
%make

%install
%makeinstall_std

%files
%doc README LICENSE
%{_bindir}/%{name}
%{_bindir}/%{name}-status
%{_mandir}/man1/%{name}.1*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-2
+ Revision: 2e51180
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1028 |14cr|dwm-6.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A minimalist window manager for the X Window System
Name:		dwm
Version:	6.0
Release:	5
License:	MIT
Group:		Graphical desktop/Other
Url:		http://dwm.suckless.org
Source0:	http://dl.suckless.org/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}.png
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
Requires:	dwm-tools
Requires:	xmessage
Requires:	xterm

%description
dwm is a dynamic window manager for X.

It manages windows in tiled and floating layouts. Either layout can be applied
dynamically, optimizing the environment for the application in use and the
task performed. It is the little brother of wmii.

%files
%defattr(-,root,root,755)
%doc LICENSE README
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/40%{name}
%{_bindir}/%{name}
%{_bindir}/start%{name}
%{_mandir}/man1/dwm.1*
%{_datadir}/icons/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make CC="gcc %{optflags} %{ldflags}"

%install
%makeinstall_std DESTDIR=%{buildroot} PREFIX=%{_prefix}

# startfile
cat > %{buildroot}%{_bindir}/start%{name} << EOF
#!/bin/sh
exec %{_bindir}/%{name}
EOF

chmod 755 %{buildroot}%{_bindir}/start%{name}

# session file
install -d %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/40%{name} << EOF
NAME=%{name}
EXEC=%{_bindir}/start%{name}
DESC=%{name} window manager
SCRIPT:
exec %{_bindir}/start%{name}
EOF

mkdir -p %{buildroot}%{_datadir}/icons/
cp -f %{SOURCE1} %{buildroot}%{_datadir}/icons/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.0-5
+ Revision: 681eb41
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1029 |14cr|dwm-tools-32-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define dmenu_version 4.4.1
%define lsw_version 0.2
%define slock_version 0.9
%define sselp_version 0.2
%define ssid_version 0.1
%define swarp_version 0.1
%define tabbed_version 0.3
%define wmname_version 0.1

Summary:	Dwm Window Manager Tools
Name:		dwm-tools
Version:	32
Release:	5
License:	MIT
Group:		Graphical desktop/Other
Url:		http://www.suckless.org
Source0:	%{name}-%{version}.tar.bz2
Patch0:		dmenu-4.4.1-unicode.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
Provides:	dmenu = %{dmenu_version}
Provides:	lsw = %{lsw_version}
Provides:	slock = %{slock_version}
Provides:	sselp = %{sselp_version}
Provides:	ssid = %{ssid_version}
Provides:	swarp = %{swarp_version}
Provides:	tabbed = %{tabbed_version}
Provides:	wmname = %{wmname_version}

%description
Dwm tools is a set of tools for some WM such as wmii, dwm, etc.

%files
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/man/man*/*

#----------------------------------------------------------------------------

%prep
%setup -q
for tarballs in dmenu-%{dmenu_version}.tar.gz lsw-%{lsw_version}.tar.gz slock-%{slock_version}.tar.gz sselp-%{sselp_version}.tar.gz ssid-%{ssid_version}.tar.gz swarp-%{swarp_version}.tar.gz tabbed-%{tabbed_version}.tar.gz wmname-%{wmname_version}.tar.gz; \
do \
   tar xf $tarballs; \
done
%patch0 -p0

%build
for dwmtools in dmenu-%{dmenu_version} lsw-%{lsw_version} slock-%{slock_version} sselp-%{sselp_version} ssid-%{ssid_version} swarp-%{swarp_version} tabbed-%{tabbed_version} wmname-%{wmname_version}; \
do \
   make -C $dwmtools PREFIX=/usr; \
done

%install
for dwmtools in dmenu-%{dmenu_version} lsw-%{lsw_version} slock-%{slock_version} sselp-%{sselp_version} ssid-%{ssid_version} swarp-%{swarp_version} tabbed-%{tabbed_version} wmname-%{wmname_version}; \
do \
   make -C $dwmtools install DESTDIR=%{buildroot} PREFIX=/usr; \
done

%changelog
* Sat Sep 06 2014 redmosaic <es_wkm@rambler.ru> 32-5
+ Revision: 499f425
- Add patch to fix default font (for unicode support)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1030 |14cr|dxf2fig-2.13-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Convert dxf files to xfig format
Name:		dxf2fig
Version:	2.13
Release:	7
License:	GPL
Group:		Graphics
Url:		http://ta.twi.tudelft.nl/ftp/dv/lemmens/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		dxf2fig-format-string.patch

%description
dxf2fig parses Autocad DXF input, then calls external
routines to do either plotting or a fig conversion for xfig.
The conversion is fairly complete. Layers (depths in xfig),
blocks (compounds in xfig), colors, and linetypes are roughly
preserved in the output file. 

%prep
%setup -q
%patch0 -p0 -b .fmt

%build
%make CFLAGS="%{optflags} -DVERSION=\\\"\$(VERSION)\\\" -DMODDATE=\\\"\$(MODDATE)\\\""

%install
mkdir -p %{buildroot}%{_bindir}
cp dxf2fig %{buildroot}%{_bindir}

%files
%doc README TODO Changelog
%{_bindir}/dxf2fig



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.13-7
+ Revision: b0f2a2f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1031 |14cr|dynagen-0.11.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dynagen
Version:	0.11.0
Release:	2
Group:		Emulators
URL:		http://dyna-gen.sourceforge.net/
Source:		http://downloads.sourceforge.net/dyna-gen/dynagen-%{version}.tar.gz
# Patch for gdynagen, shipped in gdynagen tarball, merged in dynagen svn
# http://gdynagen.sourceforge.net/
Summary:	A configuration tool the dynamips Cisco router simulator
License:	GPL
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-root
Suggests:	dynamips >= 0.2.8
Suggests:	xterm
#Requires:	dynamips


%description
Dynagen is a front-end for use with the  Dynamips Cisco router emulator. It
uses an INI-like configuration file to provision Dynamips emulator networks. It
takes care of specifying the right port adapters, generating and matching up
those pesky NIO descriptors, specifying bridges, frame-relay, ATM switches,
etc. It also provides a management CLI for listing devices, suspending and
reloading instances, determining and managing idle-pc values, etc.

%prep
%setup -q
for file in `find . -type f`
do perl -pi -e 'BEGIN {exit unless -T $ARGV[0];}s/\r\n$/\n/;' $file
done

%build

%install
rm -Rf %{buildroot}
mkdir -p %{buildroot}/{%{_datadir}/%{name},%{_sysconfdir},%{_bindir},%{python_sitelib}}
install configspec *.py *.sh %{buildroot}/%{_datadir}/%{name}
#install dynamips_lib.py %{buildroot}/%{python_sitelib}
install -m755 dynagen %{buildroot}/%{_datadir}/%{name}
install %{name}.ini %{buildroot}/%{_sysconfdir}
ln -s %{_datadir}/%{name}/%{name} %{buildroot}/%{_bindir}/%{name}

%clean
rm -Rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%attr (644,root,root) %config(noreplace) %{_sysconfdir}/%{name}.ini
%{_datadir}/%{name}
#%{python_sitelib}/dynamips_lib.py
%defattr(644,root,root,755)
%doc docs sample_labs README.txt dynagen.ini





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.0-2
+ Revision: 792002a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1032 |14cr|dynamips-0.2.8-0.RC2.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pre RC2
%define rel 2

Name:		dynamips
Version:	0.2.8
Release:	%mkrel %{?pre:0.%pre.}%rel
License:	GPL
Group:		Emulators
Summary:	MIPS64 emulator able to emulate the Cisco 7200 and 3600 platforms
URL:		http://www.ipflow.utc.fr/index.php/Cisco_7200_Simulator
Source:		http://www.ipflow.utc.fr/dynamips/dynamips-%{version}%{?pre:-%pre}.tar.gz
Patch:		dynamips-makefile-libs.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	libpcap-devel elfutils-devel
ExclusiveArch:	%ix86 x86_64

%description
I started in August 2005 a project to emulate a Cisco 7200 on a traditionnal
PC. Now, it also supports Cisco 3600 series (3620, 3640 and 3660).

The goals of this emulator are mainly:

    * To be used as a training platform, with software used in real world. It
      would allow people to become more familiar with Cisco devices, Cisco
      being the world leader in networking technologies ;
    * Test and experiment the numerous and powerful features of Cisco IOS ;
    * Check quickly configurations to be deployed later on real routers.


Of course, this emulator cannot replace a real router: you should be able to
get a performance of about 1 kpps (depending on your host machine), to be
compared to the 100 kpps delivered by a NPE-100 (the oldest NPE model). So, it
is simply a complementary tool to real labs for administrators of Cisco
networks or people wanting to pass their CCNA/CCNP/CCIE exams. 


%prep
%setup -q %{?pre:-n %{name}-%{version}-%{pre}}
%patch -p1 -b .orig

%build
#%make
#parallel build fails
%ifarch x86_64
export DYNAMIPS_ARCH=amd64
%endif
make

%install
rm -Rf %{buildroot}

mkdir -p %{buildroot}/{%{_bindir},%{_mandir}/man1}
install -m755 dynamips nvram_export %{buildroot}/%{_bindir}
install -m644 dynamips.1 nvram_export.1 %{buildroot}/%{_mandir}/man1
mkdir -p %{buildroot}/var/lib/%{name}/{labs,images}

%clean
rm -Rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%dir /var/lib/%{name}/images
%dir /var/lib/%{name}/labs
%doc README README.hypervisor TODO
%doc %{_mandir}/man1/*





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.2.8-0.RC2.2
+ Revision: 040e11b
- Automatic import for version 0.2.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1033 |14cr|e00compr-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		e00compr
Version:	1.0.1
Release:	3
Summary:	Tools to Read/Write Compressed E00 Files
License:	BSD-like
Source:		http://avce00.maptools.org/dl/%{name}-%{version}.tar.bz2
URL:		http://avce00.maptools.org/e00compr
Group:		Sciences/Geosciences
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
E00Compr is an Open Source (i.e. Free!) ANSI-C library to compress and
uncompress Arc/Info Export (E00) files.

For those who do not need a library but simply want to convert some files, the
package includes the "E00CONV" conversion program that allows you to convert a
E00 file to and from any compression level (NONE, PARTIAL or FULL). 

%package -n %{name}-devel
License:	BSD-like
Group:		Sciences/Geosciences
Summary:	A Library to Read/Write Compressed E00 Files

%description -n %{name}-devel
E00Compr is an Open Source (i.e. Free!) ANSI-C library to compress and
uncompress Arc/Info Export (E00) files.

The C library can be easily plugged into existing E00 translators to add
support for compressed E00 files simply by replacing the existing translator's
read/write function by the E00ReadNextLine() and E00WriteNextLine() functions
provided by the library. See the library documentation for all the details.

This package includes the development files (headers and static library)
for developing applications which use the e00 library.

%prep
%setup -q


%build
#configure
%make

%install
rm -Rf %{buildroot}
install -d %{buildroot}/{%{_includedir},%{_bindir},%{_libdir}}
install -m644 *.h %{buildroot}/%{_includedir}
install *.a %{buildroot}/%{_libdir}
install e00conv %{buildroot}/%{_bindir}

%clean
rm -Rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/e00conv

%files -n %{name}-devel
%{_includedir}/*.h
%{_libdir}/e00compr.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-3
+ Revision: 35b4596
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1034 |14cr|e-0.19.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define use_ccache 1
%define oname enlightenment

%define _disable_ld_no_undefined 1

Summary:	Enlightenment DR 17 window manager
Name:		e
Version:	0.19.0
Release:	1
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/apps/%{oname}/%{oname}-%{version}.tar.bz2
# When we have it:
#Source1:	some-theme.edj.bz2
Patch0:		e17_sysactions.conf.patch

BuildRequires:	doxygen
BuildRequires:	edje
BuildRequires:	eet
BuildRequires:	embryo
BuildRequires:	multiarch-utils
BuildRequires:	systemd-units
BuildRequires:	gettext-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(ecore) >= 1.10.0
BuildRequires:	pkgconfig(ecore-con) >= 1.10.0
BuildRequires:	pkgconfig(ecore-evas) >= 1.10.0
BuildRequires:	pkgconfig(ecore-file) >= 1.10.0
BuildRequires:	pkgconfig(ecore-input) >= 1.10.0
BuildRequires:	pkgconfig(ecore-input-evas) >= 1.10.0
BuildRequires:	pkgconfig(ecore-ipc) >= 1.10.0
BuildRequires:	pkgconfig(ecore-x) >= 1.10.0
BuildRequires:	pkgconfig(edje) >= 1.10.0
BuildRequires:	pkgconfig(eet) >= 1.10.0
BuildRequires:	pkgconfig(eeze) >= 1.10.0
BuildRequires:	pkgconfig(efreet) >= 1.10.0
BuildRequires:	pkgconfig(efreet-mime) >= 1.10.0
BuildRequires:	pkgconfig(efreet-trash) >= 1.10.0
BuildRequires:	pkgconfig(eina) >= 1.10.0
BuildRequires:	pkgconfig(eio) >= 1.10.0
BuildRequires:	pkgconfig(eldbus) >= 1.10.0
BuildRequires:	pkgconfig(elementary) >= 1.10.0
BuildRequires:	pkgconfig(ephysics)
BuildRequires:	pkgconfig(ethumb)
BuildRequires:	pkgconfig(evas) >= 1.10.0
BuildRequires:	pkgconfig(exchange)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-shape)

#Requires:	acpitool
Requires:	pm-utils
Requires:	eet >= 1.10.0
Requires:	ecore >= 1.10.0
Requires:	efreet >= 1.10.0
Requires:	embryo >= 1.10.0
Requires:	emotion >= 1.10.0
Requires:	emotion_generic_players >= 1.10.0
Requires:	eldbus >= 1.10.0
Requires:	evas >= 1.10.0
Requires:	evas_generic_loaders >= 1.10.0
#Suggests:	econnman

Provides:	%{oname} = %{EVRD}

%description
E19 is a next generation window manager for UNIX operating systems. Based on
the Enlightenment Foundation Libraries (EFL), E19 is much more than just
another window manager - it's an ambitious and innovative project that aims
to drive the development of graphical applications industry-wide for several
years to come.

%files -f %{oname}.lang
%doc AUTHORS README COPYING doc/*
%config(noreplace) %{_sysconfdir}/%{oname}/sysactions.conf
%{_sysconfdir}/xdg/menus/e-applications.menu
%{_bindir}/%{oname}
%{_bindir}/%{oname}_*
%{_datadir}/%{oname}
%{_datadir}/applications/enlightenment_filemanager.desktop
%{_datadir}/xsessions/%{oname}.desktop
%{_libdir}/%{oname}
%{_unitdir}/enlightenment.service

#----------------------------------------------------------------------------

%package devel
Summary:	Enlightenment library headers and development libraries
Group:		Development/C

%description devel
E19 development headers and development libraries.

%files devel
%{_bindir}/%{oname}-config
%{multiarch_bindir}/%{oname}-config
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{oname}

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches

sed -i s,release_info=\"-release\ \$release\",release_info=\"\",g configure.ac

%build
#NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--enable-files \
	--disable-device-hal \
	--enable-device-udev

%make

%install
%makeinstall_std

%find_lang %{oname}

# Put systemd service to proper path
mkdir -p %{buildroot}%{_unitdir}/
mv %{buildroot}%{_prefix}/lib/systemd/user/enlightenment.service %{buildroot}%{_unitdir}/enlightenment.service

#fake e-config
touch %{buildroot}/%{_bindir}/%{oname}-config
%multiarch_binaries %{buildroot}/%{_bindir}/%{oname}-config

#fix bad perms
chmod a=rx,u+xws %{buildroot}%{_libdir}/%{oname}/modules/cpufreq/linux-*/freqset
chmod a=rx,u+xws %{buildroot}%{_libdir}/%{oname}/utils/enlightenment_sys
chmod a=rx,u+xws %{buildroot}%{_libdir}/%{oname}/utils/enlightenment_backlight

# When we have our own theme
# rename default theme, so we can replace it with our theme
#mv %{buildroot}%{_datadir}/enlightenment/data/themes/default.edj %{buildroot}%{_datadir}/enlightenment/data/themes/original-default.edj
# add our theme as default
#bzcat %{SOURCE1} > %{buildroot}%{_datadir}/enlightenment/data/themes/default.edj


%changelog
* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.19.0-1
+ Revision: b9574e6
- New version 0.19.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1035 |14cr|e17_themes-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Enlightenment DR 17 themes
Name: 		e17_themes
Version: 	0.2
Release: 	4
License: 	BSD
Group: 		Graphical desktop/Enlightenment
URL:		http://exchange.enlightenment.org/theme/
#Source0:	Natural_Yellow.edj.bz2
#Source1:	bwsquared.edj.bz2
Source2:	cerium.edj.bz2
#Source3:	crude.edj.bz2
#Source4:	cthulhain-0.5.8.edj.bz2
#Source5:	grunge.edj.bz2
Source6:	milky1.0-Beta8.edj.bz2
#Source7:	nyz-0.3.edj.bz2
Source8:	simply-white-1.0.2.edj.bz2
Source9:	steampunk_0_18.edj.bz2
Source10:	edjy-b.edj.bz2
#Source11:	fireball.edj.bz2
Source12:	A-Beautiful-Blue.edj.bz2
Requires:	e >= 0.16.999.050

%description
E17 theme from exchange.enlightenment.org.

%prep

%build

%install
rm -fr %{buildroot}
mkdir -p %buildroot/%{_datadir}/enlightenment/data/themes/
#cp -av %{SOURCE1} %buildroot/%{_datadir}/enlightenment/data/themes/
cp -av %{SOURCE2} %buildroot/%{_datadir}/enlightenment/data/themes/
#cp -av %{SOURCE3} %buildroot/%{_datadir}/enlightenment/data/themes/
#cp -av %{SOURCE4} %buildroot/%{_datadir}/enlightenment/data/themes/
#cp -av %{SOURCE5} %buildroot/%{_datadir}/enlightenment/data/themes/
cp -av %{SOURCE6} %buildroot/%{_datadir}/enlightenment/data/themes/
#cp -av %{SOURCE7} %buildroot/%{_datadir}/enlightenment/data/themes/
cp -av %{SOURCE8} %buildroot/%{_datadir}/enlightenment/data/themes/
cp -av %{SOURCE9} %buildroot/%{_datadir}/enlightenment/data/themes/
cp -av %{SOURCE10} %buildroot/%{_datadir}/enlightenment/data/themes/
#cp -av %{SOURCE11} %buildroot/%{_datadir}/enlightenment/data/themes/
cp -av %{SOURCE12} %buildroot/%{_datadir}/enlightenment/data/themes/

pushd %buildroot/%{_datadir}/enlightenment/data/themes/
for theme in *.bz2
do
bunzip2 -fv $theme
done
popd

%clean

%files
%defattr(-,root,root)
%{_datadir}/enlightenment/data/themes/*.edj



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 1436612
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1036 |14cr|e2tools-0.0.16-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           e2tools
Version:        0.0.16
Release:        11
Summary:        Manipulate files in unmounted ext2/ext3 filesystems

Group:          System/Kernel and hardware
License:        GPLv2
URL:            http://home.earthlink.net/~k_sheff/sw/e2tools/
Source0:        http://home.earthlink.net/~k_sheff/sw/e2tools/%{name}-%{version}.tar.lzma
Source1:        e2tools-test.sh
# Thank you very much for the man pages from Debian package.
Source2:        e2cp.1
Source3:        e2ln.1
Source4:        e2ls.1
Source5:        e2mkdir.1
Source6:        e2mv.1
Source7:        e2rm.1
Source8:        e2tail.1
Source9:        e2tools.7
Patch1:         e2tools-fedora-fixes.patch

BuildRequires:  pkgconfig(ext2fs) >= 1.27

# For e2tools-test.sh
BuildRequires:  e2fsprogs, diffutils


%description
A simple set of utilities to read, write, and manipulate files in an
ext2/ext3 filesystem directly using the ext2fs library. This works

  - without root access
  - without the filesystem being mounted
  - without kernel ext2/ext3 support

The utilities are: e2cp e2ln e2ls e2mkdir e2mv e2rm e2tail

%prep
%setup -q
%patch1 -p1

%build
sed -i '/e2cp_LDADD/s:-L@[^@]*@::' Makefile.in || die

%configure
%make  CPPFLAGS="-Wall"


%check
# Run tests
for e in e2ln e2ls e2mkdir e2mv e2rm e2tail; do
    ln -s e2cp $e
done
sh %{SOURCE1}


%install
%makeinstall_std
%{__install} -d %{buildroot}%{_mandir}/man1/
%{__install} \
    %{SOURCE2} \
    %{SOURCE3} \
    %{SOURCE4} \
    %{SOURCE5} \
    %{SOURCE6} \
    %{SOURCE7} \
    %{SOURCE8} \
    %{buildroot}%{_mandir}/man1/
%{__install} -D %{SOURCE9} %{buildroot}%{_mandir}/man7/e2tools.7


%files
%doc README ChangeLog TODO AUTHORS
%{_bindir}/e2cp
%{_bindir}/e2ln
%{_bindir}/e2ls
%{_bindir}/e2mkdir
%{_bindir}/e2mv
%{_bindir}/e2rm
%{_bindir}/e2tail
%doc %{_mandir}/man1/e2cp.1*
%doc %{_mandir}/man1/e2ln.1*
%doc %{_mandir}/man1/e2ls.1*
%doc %{_mandir}/man1/e2mkdir.1*
%doc %{_mandir}/man1/e2mv.1*
%doc %{_mandir}/man1/e2rm.1*
%doc %{_mandir}/man1/e2tail.1*
%doc %{_mandir}/man7/e2tools.7*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.16-11
+ Revision: c1a5d59
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1037 |14cr|e3-2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Tiny editor, well suited for rescue disks
Name:		e3
Version:	2.8
Release:	2
License:	GPLv2+
Group:		Editors
Url:		https://sites.google.com/site/e3editor/
Source0:	https://sites.google.com/site/e3editor/Home/%{name}-%{version}.tgz
# mark the stack as non-executable and disable tiny/crippled elf on 32
# bit linux so that stack can be marked as non-executable on it too
# http://www.gentoo.org/proj/en/hardened/gnu-stack.xml
Patch0:		e3-gnu-stack.patch
BuildRequires:	nasm
ExclusiveArch:	%{ix86} x86_64

%description
E3 is teeny tiny editor that doesn't depend on any libs.
e3 uses subset of wordstar|emacs|pico|vi|nedit commands.

%files
%doc README ChangeLog e3.html
%{_bindir}/e3
%{_bindir}/e3em
%{_bindir}/e3ne
%{_bindir}/e3pi
%{_bindir}/e3vi
%{_bindir}/e3ws
%{_mandir}/man1/e3*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
rm -rf bin

%build
%ifarch x86_64
make PREFIX=%{_prefix} MANDIR=%{_mandir}/man1 EXMODE=SED 64
%else
make PREFIX=%{_prefix} MANDIR=%{_mandir}/man1 EXMODE=SED 32
%endif

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m755 e3 %{buildroot}%{_bindir}/e3
install -m644 e3.man %{buildroot}%{_mandir}/man1/e3.1

# fix those softlinks
pushd %{buildroot}%{_bindir}
    for i in e3em e3ne e3pi e3vi e3ws; do
	ln -snf e3 ${i}
    done
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8-2
+ Revision: 1eb435c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1038 |14cr|e4rat-0.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name}-core %{major}

Summary:	Toolset to accelerate the boot process as well as application startups
Name:		e4rat
Version:	0.2.3
Release:	3
License:	GPLv3+
Group:		System/Configuration/Boot and Init
Url:		http://e4rat.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/dracut/%{name}_%{version}_src.tar.gz
Patch1:		e4rat-0.2.2-libdir.patch
Patch2:		e4rat-0.2.3-shared-build.patch
Patch3:		e4rat-0.2.3-boostfsv3.patch
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	ext2fs-devel
BuildRequires:	pkgconfig(blkid)
BuildRequires:	audit-devel
BuildRequires:	auparse-devel
BuildRequires:	libstdc++-devel
BuildRequires:	audit
# (tpg) this packages causes negative effect
Conflicts:	preload

%description
e4rat ("Ext4 - Reducing Access Times") is a toolset to accelerate the boot
process as well as application startups. Through physical file realloction
e4rat eliminates both seek times and rotational delays. This leads to a high
disk transfer rate.

Placing files on disk in a sequentially ordered way allows to efficiently
read-ahead files in parallel to the program startup. The combination of
sequentially reading and a high cache hit rate may reduce the boot time by a
factor of three, as the example below shows.

e4rat is based on the online defragmentation ioctl EXT4_IOC_MOVE_EXT from the
Ext4 filesystem, which was introduced in Linux Kernel 2.6.31. Other filesystem
types and/or earlier versions of extended filesystems are not supported. 

%package %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description %{libname}
Main library for %{name}.

%prep
%setup -q
%patch1 -p1 -b .libdir
%patch2 -p1 -b .shared
%patch3 -p0 -b .boost3

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%doc README
%config %{_sysconfdir}/%{name}.conf
%{_sbindir}/%{name}-collect
%{_sbindir}/%{name}-preload
%{_sbindir}/%{name}-realloc
%{_mandir}/man5/%{name}.conf.5*
%{_mandir}/man8/%{name}-collect.8*
%{_mandir}/man8/%{name}-preload.8*
%{_mandir}/man8/%{name}-realloc.8*

%files %{libname}
%{_libdir}/lib*%{name}-core.so
%{_libdir}/lib*%{name}-core.so.%{major}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-3
+ Revision: fcf0a10
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1039 |14cr|easychem-0.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Name:		easychem
Summary:	2D molecular drawing program
Version:	0.6
Release:	8

Source0:	http://puzzle.dl.sourceforge.net/sourceforge/easychem/%{name}-%{version}.tar.bz2
Patch0:		easychem-0.6-rosa-linkage.patch
URL:		http://easychem.sourceforge.net/
License:	GPLv2+
Group:		Sciences/Chemistry
BuildRequires:	gtk2-devel

%description
EasyChem is a program designed to draw chemical molecules.  The problem in all
existing programs is: they intend to be easy to use at first try, kind of a
quick-and-dirty approach. EasyChem would be a bit difficult to learn, but when
you master it, you can be very fast, and with a huge precision. In fact, it's
just like a specialized vectorial drawing tool.

%prep
%setup -q
%patch0 -p1

%build
%make -f Makefile.linux C_FLAGS="%{?optflags} %{?ldflags}"

%install
install -D -m755 %{name} %{buildroot}/%{_bindir}/%{name}

#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=EasyChem
Comment=2D Molecule Editor
Exec=%{name}
Icon=chemistry_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Sciences-Chemistry;Science;Chemistry;
EOF

%files
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-8
+ Revision: c32d067
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1040 |14cr|easymp3gain-0.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Graphical user interface for MP3Gain, AACGain and VorbisGain (GTK2)
Name:		easymp3gain
Version:	0.5.0
Release:	4
License:	GPLv2+
Group:		Sound
Url:		http://easymp3gain.sourceforge.net
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
Source0:	%{name}-%{version}.src.tar.gz
Patch0:		easymp3gain-cpu.patch
Patch1:		easymp3gain-0.5.0-desktop.patch
Patch2:		fix_missing_LazarusDir.diff
Patch3:		fix_missing_overload_on_AddTask.diff
BuildRequires:	fpc
BuildRequires:	lazarus
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	mp3gain
Requires:	vorbisgain

%description
easyMP3Gain is a graphical user interface for MP3Gain, AACGain and VorbisGain.
The Interface looks similar to the one available for Windows.
It's a native GTK/GTK+ application, so it runs on Linux and FreeBSD/OpenBSD.

%files
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%ifarch %{ix86}
%patch0 -p1
%endif
%patch1 -p0
%patch2 -p1
%patch3 -p1

%build
make all

%install
./install.sh DESTDIR=%{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-4
+ Revision: 4eafabb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1041 |14cr|easynote-keys-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		easynote-keys
Version:	1.0
Release:	2
Summary:	Mappings for additional keys of Packard Bell EASYNOTE
License:	GPLv2+
Group:		System/Configuration/Hardware
BuildArch:	noarch
Requires:	xmodmap

%description
setkeycodes and Xmodmap settings for
Packard Bell EASYNOTE machines such as TE11HC-B8302G50Mnks

%prep

%build

%install

%post
cat >>/etc/rc.d/rc.local <<EOF
setkeycodes e01a 217     # added by easynote-keys
setkeycodes e034 219     # added by easynote-keys
setkeycodes e033 221     # added by easynote-keys
EOF

cat >>/etc/X11/Xmodmap <<EOF
! added by easynote-keys
keycode 229 = EuroSign
! added by easynote-keys
keycode 227 = dollar
EOF

%preun
sed -i '/added by easynote-keys/{N;d}' /etc/X11/Xmodmap
sed -i '/added by easynote-keys/d' /etc/rc.d/rc.local


%files

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 763810d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1042 |14cr|easystroke-0.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#empty debug package
%define debug_package	%{nil}

Summary:	A gesture-recognition application for X11
Name:		easystroke
Version:	0.6.0
Release:	3
Group:		Accessibility
License:	ISC
Url:		http://easystroke.sourceforge.net/
Source0:	http://garr.dl.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(gdkmm-3.0)
BuildRequires:	dbus-glib-devel
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	x11-server-devel
BuildRequires:	intltool
BuildRequires:	help2man

%description
Easystroke is a gesture-recognition application for X11. Gestures or 
strokes are movements that you make with you mouse (or your pen, 
finger etc.) while holding down a specific mouse button. Easystroke 
will execute certain actions if it recognizes the stroke; currently 
easystroke can emulate key presses, execute shell commands, hold down 
modifiers and emulate a scroll wheel. 
The program was designed with Tablet PCs in mind and can be used 
effectively even without access to a keyboard. Easystroke tries to 
provide an intuitive and efficient user interface, while at the same 
time being highly configurable and offering many advanced features. 

%prep
%setup -q
# fix PREFIX
sed -i -e 's:/usr/local:%{_prefix}:' Makefile

%build
%make	CXX="g++ %{optflags}" \
	CC="gcc -std=c99 %{optflags}" \
	LDFLAGS="%{ldflags}"

# man page
make man

%install
%makeinstall_std

# man page install
install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

%find_lang %{name}

%files -f %{name}.lang
%doc LICENSE changelog
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_mandir}/man1/%{name}*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-3
+ Revision: 67e9f2f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1043 |14cr|eatmonkey-0.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Name:		eatmonkey
Version:	0.1.4
Release:	2
Summary:	Download manager for Xfce
Group:		Graphical desktop/Xfce
License:	GPLv3
URL:		http://goodies.xfce.org/projects/applications/eatmonkey
Source0:	http://archive.xfce.org/src/apps/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2 
BuildRequires:	rubygem-gio2
BuildRequires:	rubygem-glib2
BuildRequires:	rubygem-gobject-introspection
BuildRequires:	intltool

BuildArch:	noarch

%description
Eatmonkey is a download manager that works exclusively with aria2, the ultra
fast download utility. It has support for HTTP(s)/FTP, BitTorrent and Metalink
files.

%prep
%setup -q

%build
%configure2_5x

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/eatmonkey
%{_datadir}/applications/eatmonkey.desktop
%{_datadir}/eatmonkey
%{_iconsdir}/hicolor/*/apps/eatmonkey.*
%{_datadir}/pixmaps/eatmonkey-logo.png


%changelog
* Sun Sep 14 2014 abfonly <abfonly@gmail.com> 0.1.4-2
+ Revision: 88717b1
- Merge pull request #1 from abfonly/eatmonkey:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1044 |14cr|eatmydata-65-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A small wrapper to disable fsync and related functions
Name:		eatmydata
Version:	65
Release:	2
Group:		File tools
License:	GPLv3
URL:		https://launchpad.net/libeatmydata
Source0:	https://launchpad.net/libeatmydata/trunk/release-%{version}/+download/libeatmydata-%{version}.tar.gz
Source1:	eatmydata
Patch0:		libeatmydata-26-use-correct-libdir.patch
Provides:	libeatmydata

%description 
LD_PRELOAD library that disables all forms of writing data safely to disk.
fsync() becomes a NO-OP, O_SYNC is removed etc. The idea is to use in
testing to get faster test runs where real durability is not required.

%prep
%setup -q -n libeatmydata-%{version}
#patch0 -p1

%build
#./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std
 # LIBDIR=%{_libdir} DESTDIR=%{buildroot}

install -d %{buildroot}/%{_bindir}
install -m 755 %{SOURCE1} %{buildroot}/%{_bindir}/%{name}
sed -i 's,__LIBDIR__,%{_libdir},g' %{buildroot}/%{_bindir}/%{name}

%files
%doc AUTHORS ChangeLog README
%{_bindir}/%{name}
%{_libdir}/libeatmydata.so*
%{_libexecdir}/eatmydata.sh



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 65-2
+ Revision: 2bc99c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1045 |14cr|eboard-1.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    eboard
%define version 1.1.1
%define release 3

Summary:        FICS chess-server interface
Name:           %{name}
Version:        %{version}
Release:        %{release}
License:        GPLv2+
Group:          Games/Boards
URL:            http://eboard.sf.net
Source0:        http://nchc.dl.sourceforge.net/sourceforge/eboard/%name-%version.tar.bz2
Source1:        http://nchc.dl.sourceforge.net/sourceforge/eboard/%name-icons.tar.bz2
Source2:	http://nchc.dl.sourceforge.net/sourceforge/eboard/%name-extras-1pl2.tar.bz2
Source3:	http://nchc.dl.sourceforge.net/sourceforge/eboard/%name-extras-2.tar.bz2
Patch0:		eboard-1.0.4-mdv-fix-str-fmt.patch
Patch1:		eboard-1.1.1-gcc44.patch
Patch2:		eboard-1.1.1-libpng15.patch
Patch3:		eboard-1.1.1-link.patch
Patch4:		eboard-1.1.1-ldl.patch
BuildRoot:      %{_tmppath}/%{name}-buildroot
Buildrequires:  gtk+2-devel
Buildrequires:  libpng-devel

%description
eboard is a chess interface for Unix-like systems (GNU/Linux, FreeBSD,
Solaris, etc.) based on the GTK+ GUI toolkit.  It provides a chess
board interface to ICS (Internet Chess Servers) like FICS and to chess
engines like GNU Chess, Sjeng and Crafty.

%prep
%setup -q
%setup -q -T -D -a1
%setup -q -T -D -a2
%setup -q -T -D -a3
%patch0 -p1 -b .strfmt
%patch1 -p1 -b .gcc44
%patch2 -p0 -b .png15
%patch3 -p0 -b .link
%patch4 -p1 -b .ldl


%build
%configure2_5x

# o_O
%__sed -i 's/-O6/%{optflags}/' Makefile
%__sed -i 's,/usr/share,%{_gamesdatadir},' config.h


%make bindir=%{_gamesbindir} \
      datadir=%{_gamesdatadir}/%{name}

# Add the additional themes to the configurationfile
%__cat %{name}-extras-1pl2/extras1.conf >> %{name}_themes.conf
%__cat %{name}-extras-2/extras2.conf    >> %{name}_themes.conf

%install
%__rm -rf %{buildroot}
%makeinstall bindir=%{buildroot}%{_gamesbindir} \
             datadir=%{buildroot}%{_gamesdatadir}/%{name}

# Menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Eboard
Comment=FICS chess-server interface
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Type=Application
Categories=Game;BoardGame;
EOF

# Icons
%__install -D %{name}-48x48.png %{buildroot}%{_liconsdir}/%{name}.png
%__install -D %{name}-32x32.png %{buildroot}%{_iconsdir}/%{name}.png
%__install -D %{name}-16x16.png %{buildroot}%{_miconsdir}/%{name}.png

# extras
%__install -d %{buildroot}%{_gamesdatadir}/%{name}
%__install %{name}-extras-*/*.{png,wav} %{buildroot}%{_gamesdatadir}/%{name}


%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
%__rm -rf %{buildroot}

%files
%defattr(0755,root,root,0755)
%{_gamesbindir}/*
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING README ChangeLog TODO Documentation/*
%{_gamesdatadir}/%{name}/*
%dir %{_gamesdatadir}/%{name}
%{_mandir}/man1/*
%{_mandir}/man6/*
%{_datadir}/applications/*
%{_iconsdir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-3
+ Revision: 38e043d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1046 |14cr|ebview-0.3.6.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ebview
Summary:	EBView is a browser for EB/EPWING files
Version:	0.3.6.2
Release:	4
Group:		System/Internationalization
License:	GPL
URL:		http://ebview.sourceforge.net/
Source0:		%{name}_%{version}.orig.tar.gz
#Source0:	http://prdownloads.sourceforge.net/ebview/%{name}-%{version}.tar.bz2
# patches from Gentoo
Patch0:		ebview-0.3.6_pango_with_cairo.patch
Patch1:		ebview-0.3.6.2-destdir.diff
# Fix build errors with -Wformat -Werror=format-security
Patch3:		ebview-0.3.6-format-security.patch
Requires:	eb
BuildRequires:	eb-devel gtk2-devel eb
BuildRequires:  pkgconfig(pangox)

%description
EBView is a browser for EB/EPWING files.


%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch3 -p1

%build
%configure2_5x

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%find_lang %{name}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=EBView
Comment=%{Summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Utility;TextTools;GTK;
EOF

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/ebview
%{_datadir}/ebview
%{_datadir}/applications/mandriva-%{name}.desktop
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog NEWS README



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.6.2-4
+ Revision: fb29012
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1047 |14cr|ecasound-2.9.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 24
%define cmajor 1
%define kmajor 10
%define libname %mklibname %{name} %{major}
%define libnamec %mklibname %{name}c %{cmajor}
%define libkvutils %mklibname kvutils %{kmajor}
%define devname %mklibname %{name} -d

Summary:	Sound processing, multitrack recording, and mixing tools
Name:		ecasound
Version:	2.9.0
Release:	5
License: 	GPLv2+
Group:		Sound
Url: 		http://www.eca.cx/ecasound/
Source0:	http://ecasound.seul.org/download/%{name}-%{version}.tar.gz
Source1:	%{name}16.png
Source2:	%{name}32.png
Source3:	%{name}48.png
Patch0:		%{name}-2.7.0-shared.diff
Patch1:		%{name}-shellbang_fix.patch
Patch2:		%{name}-linkage_fix.diff
Patch3:		%{name}-2.6.0-link-pyecasound.patch
BuildRequires:	multiarch-utils >= 1.0.3
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(lilv-0)
BuildRequires:	pkgconfig(liboil-0.3)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
Requires(post,postun):	desktop-file-utils

%define	python_compile_opt	python -O -c "import compileall; compileall.compile_dir('.')"
%define	python_compile		python -c "import compileall; compileall.compile_dir('.')"

%description
Ecasound is a software package designed for multitrack audio processing.
It can be used for simple tasks like audio playback, recording and format
conversions, as well as for multitrack effect processing, mixing, recording
and signal recycling. Ecasound supports a wide range of audio inputs, outputs
and effect algorithms. Effects and audio objects can be combined in various
ways, and their parameters can be controlled by operator objects like
oscillators and MIDI-CCs. A versatile console mode user-interface is included
in the package.

%files
%doc NEWS COPYING COPYING.GPL COPYING.LGPL README BUGS TODO examples
%doc Documentation/*.html
%{_bindir}/eca*
#%%config(noreplace) %%{_sysconfdir}/ecasound/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*.desktop

#-------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main shared library for Ecasound
Group:		System/Libraries

%description -n %{libname}
Ecasound is a software package designed for multitrack audio processing.
It can be used for simple tasks like audio playback, recording and format
conversions, as well as for multitrack effect processing, mixing, recording
and signal recycling. Ecasound supports a wide range of audio inputs, outputs
and effect algorithms. Effects and audio objects can be combined in various
ways, and their parameters can be controlled by operator objects like
oscillators and MIDI-CCs. A versatile console mode user-interface is included
in the package. This package contains the shared Ecasound libraries.

%files -n %{libname}
%{_libdir}/libecasound.so.%{major}*

#-------------------------------------------------------------------------------

%package -n %{libnamec}
Summary:	Shared library for Ecasound
Group:		System/Libraries
Conflicts:	%{_lib}ecasound24 < 2.9.0-5

%description -n %{libnamec}
Shared library for Ecasound.

%files -n %{libnamec}
%{_libdir}/libecasoundc.so.%{cmajor}*

#-------------------------------------------------------------------------------

%package -n %{libkvutils}
Summary:	Shared library for Ecasound
Group:		System/Libraries
Conflicts:	%{_lib}ecasound24 < 2.9.0-5

%description -n %{libkvutils}
Shared library for Ecasound.

%files -n %{libkvutils}
%{_libdir}/libkvutils.so.%{kmajor}*

#-------------------------------------------------------------------------------

%package -n %{devname}
Summary:	Ecasound - development files
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamec} = %{EVRD}
Requires:	%{libkvutils} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains the files necessary for building apps like
ecawave and ecamegapedal that directly link against %{name} libraries.

%files -n %{devname}
%{_bindir}/libecasound-config
%{_bindir}/libecasoundc-config
%{_includedir}/kvutils/*.h
%{_includedir}/libecasound/*.h
%{_includedir}/libecasoundc/*.h
%{_libdir}/*.so
%{_libdir}/*.a

#-------------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python bindings to %{name} control interface
Group:		Sound
Requires:	%{name} = %{EVRD}
%rename		pyecasound

%description -n python-%{name}
Python bindings to Ecasound Control Interface (ECI).

%files -n python-ecasound
#{py_platsitedir}/*.so
%{py_platsitedir}/*.py
%{py_platsitedir}/*.pyc
%{py_platsitedir}/*.pyo

#-------------------------------------------------------------------------------

%package -n ruby-%{name}
Summary:	Ruby bindings to %{name} control interface
Group:		Sound
Requires:	%{name} = %{EVRD}
%rename		rubyecasound

%description -n ruby-%{name}
Ruby bindings to Ecasound Control Interface (ECI).

%files -n ruby-ecasound
%{ruby_sitelibdir}/*.rb

#-------------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p0
%patch3 -p1

# lib64 fix
perl -pi -e "s|/lib/|/%{_lib}/|g" configure*

%build
autoreconf -fiv
# It was "%%{optflags} -fPIC -DPIC",
# but we already have "-fPIC" in %%{optflags}
export CFLAGS="%{optflags} -DPIC"
export CXXFLAGS="%{optflags} -DPIC"

%configure2_5x \
	--enable-liboil \
	--enable-pyecasound \
	--disable-dependency-tracking \
	--disable-liblilv \
	--enable-sys-readline

%make

# (eandry) the tests dies at "pyecasound" on bs submit,
# but build fine with mdvsys build, so disabling for submission
#%%check
#%%make check


%install
install -d %{buildroot}%{py_platsitedir}
%makeinstall_std

pushd pyecasound
%python_compile_opt
%python_compile
install *.pyc *.pyo %{buildroot}%{py_platsitedir}
popd

# Icons
install -m644 %{SOURCE1} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE2} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE3} -D %{buildroot}%{_liconsdir}/%{name}.png

# Menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Name[ru]=%{name}
Comment=%{Summary}
Comment[ru]=Инструменты обработки звука, микширования и записи
Exec=%{name} -c
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;
EOF

cat > %{buildroot}%{_datadir}/applications/ecamonitor.desktop << EOF
[Desktop Entry]
Name=%{name}
Name[ru]=%{name}
Comment=%{Summary}
Comment[ru]=Инструменты обработки звука, микширования и записи
Exec=ecamonitor
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;
EOF

cat > %{buildroot}%{_datadir}/applications/ecasignalview.desktop << EOF
[Desktop Entry]
Name=%{name}
Name[ru]=%{name}
Comment=%{Summary}
Comment[ru]=Инструменты обработки звука, микширования и записи
Exec=ecasignalview
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;
EOF

# Installer wrongly put the ecasound.rb file in /usr/lib/ruby/1.9.1/site_ruby/1.9/
# the right one is %%{ruby_sitelibdir}= /usr/lib/ruby/1.9.1/site_ruby/1.9.1/:
# rename it accordingly
mkdir -p %{buildroot}%{ruby_sitelibdir}/
mv %{buildroot}/ecasound.rb %{buildroot}%{ruby_sitelibdir}/

%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.9.0-5
+ Revision: 8cfb508
- Split library package, minor cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1048 |14cr|ec-fonts-mftraced-1.0.12-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ec-fonts-mftraced
Version:        1.0.12
Release:        7
Epoch:          0
Summary:        Type1 PostScript fonts for TeX with european accents
License:        Public Domain
Group:          Publishing
URL:            http://lilypond.org/download/
Source0:        http://lilypond.org/download/old/ec-fonts-mftraced/ec-fonts-mftraced-%{version}.tar.gz
Requires(post): tetex
BuildRequires:  mftrace
BuildRequires:  potrace
BuildRequires:  texlive
BuildRequires:  texlive-dvips
BuildArch:      noarch

%description
These are Type1 renderings of the EC variants of the standard CMR
family.

%prep
%setup -q
%{__perl} -pi -e 's|--potrace |--potrace="%{_bindir}/potrace" |' ./GNUmakefile

%build
%{configure2_5x}
%{__make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}

# handle doc files in %%doc instead
%{__rm} -r %{buildroot}%{_docdir}


%post
[ -x %{_bindir}/texhash ] && %{_bindir}/texhash 2>/dev/null

%files
%defattr(0644,root,root,0755)
%doc COPYING ChangeLog INSTALL LICENSE README VERSION
%{_datadir}/texmf/fonts/map/dvips/%{name}
%{_datadir}/texmf/fonts/type1/public/%{name}
%{_datadir}/texmf/fonts/tfm/public/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0.12-7
+ Revision: b0ef6b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1049 |14cr|echo-icon-theme-0.3.89.0-0.11.20081003gitcc6da5b.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git_head cc6da5b
%define checkout 20081003
%define alphatag %{checkout}git%{git_head}

Name:           echo-icon-theme
Version:        0.3.89.0
Release:        %mkrel 0.11.%{alphatag}.3
Summary:        Echo icon theme

Group:          Graphical desktop/Other
License:        CC-BY-SA
URL:            http://fedoraproject.org/wiki/Artwork/EchoDevelopment
Source0:        %{name}-%{version}.tar.bz2
Patch:		echo-icon-theme-0.3.89.0-icon-naming.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:      noarch
Requires(post): gtk2 >= 2.6.0
Requires(postun): gtk2 >= 2.6.0
BuildRequires: icon-naming-utils >= 0.8.7
Requires:       gnome-icon-theme

#for Clearlooks icon theme dependency
Requires:       gnome-themes

%description
This package contains the Echo icon theme from Fedora.


%prep
%setup -q -n %{name}-%version
%patch -p1 -b .icon-naming

%{_bindir}/autoreconf --install

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std
touch %{buildroot}%{_datadir}/icons/Echo/icon-theme.cache

%post
%update_icon_cache Echo

%postun
%clean_icon_cache Echo

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING
%dir %{_datadir}/icons/Echo
%{_datadir}/icons/Echo/index.theme
%_datadir/icons/Echo/??x??/
%_datadir/icons/Echo/???x???/
%_datadir/icons/Echo/scalable
%ghost %_datadir/icons/Echo/icon-theme.cache





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.3.89.0-0.11.20081003gitcc6da5b.3
+ Revision: a8a4f60
- Automatic import for version 0.3.89.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1050 |14cr|echomine-muse-0.81-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free

Name:           echomine-muse
Version:        0.81
Release:        5
Epoch:          0
Summary:        Java API for XMPP/Jabber
License:        GPL
Group:          Development/Java
URL:            http://open.echomine.org/confluence/display/MUSE/Muse+Home
Source0:        http://download.berlios.de/muse/muse-0.81.tar.gz
Patch0:         muse-0.81-file-compare-to.patch
Requires:       jakarta-commons-logging
Requires:       jdom
Requires:       xpp3
BuildRequires:  ant
BuildRequires:  apache-commons-logging
BuildRequires:  jdom
BuildRequires:  xpp3
BuildArch:      noarch
BuildRequires:  java-rpmbuild

%description
Echomine Muse provides an easy-to-use Java API that gives you quick
and easy yet powerful access to network collaboration services.
Specifically, it allows you to communicate with XMPP/Jabber servers
to perform instant messaging and presence management in a secure
and real-time environment.

%package javadoc
Summary:        Javadoc documentation for muse
Group:          Development/Java

%description javadoc
Javadoc documentation for muse.

%prep
%setup -q -c
%patch0 -p0
%{_bindir}/find . -name '*.jar' | %{_bindir}/xargs -t %{__rm}

%build
export CLASSPATH=$(build-classpath apache-commons-logging jdom xpp3)
export OPT_JAR_LIST=:
%{ant} jar javadocs

%install
%{__mkdir_p} %{buildroot}%{_javadir}
cp -a work/muse.jar %{buildroot}%{_javadir}/muse-%{version}.jar
%{__ln_s} muse-%{version}.jar %{buildroot}%{_javadir}/muse.jar

%{__mkdir_p} %{buildroot}%{_javadocdir}/muse-%{version}
cp -a work/docs/api/* %{buildroot}%{_javadocdir}/muse-%{version}
%{__ln_s} muse-%{version} %{buildroot}%{_javadocdir}/muse

%files
%defattr(0644,root,root,0755)
%doc examples license
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/muse-%{version}
%doc %{_javadocdir}/muse


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.81-5
+ Revision: 5651f04
- Drop gcj, build with apache-commons



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1051 |14cr|echoping-6.0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	TCP "echo" performance test
Name:		echoping
Version:	6.0.2
Release:	6
License:	GPLv2+
Group:		System/Base
URL:		http://echoping.sourceforge.net/
Source0:	ftp://ftp.internatif.org/pub/unix/echoping/echoping-%{version}.tar.bz2
Patch0:     echoping-6.0.2-fix-plugin-loading.patch
Patch1:     echoping-6.0.2-fix-autotools.patch
BuildRequires:	openssl-devel
BuildRequires:	libidn-devel
BuildRequires:	libtool
BuildRequires:	openldap-devel
BuildRequires:	popt-devel
BuildRequires:	postgresql-devel

%description
"echoping" is a small program to test (approximatively) performances of a
remote host by sending it TCP "echo" (or other protocol, such as HTTP)
packets.

%package devel
Summary:	Development files and headers for %{name}
Group:		Development/C++

%description devel
Development files and headers for %{name}.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x \
    --disable-static \
    --enable-icp \
    --enable-http \
    --enable-smtp \
    --disable-ttcp \
    --enable-tos \
    --enable-priority \
    --with-libidn \
    --with-ssl \
    --without-gnutls

%make

# (tpg) tests fails on test-echoping-local
#check

# only do this if we have a working network
#if ping -c4 www.mandriva.com >/dev/null 2>&1; then
#    make test
#else
#    echo "Network is not working, no tests will be executed."
#fi

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog README TODO DETAILS
%dir %{_libdir}/%{name}
%{_bindir}/echoping
%{_libdir}/%{name}/*.so
%{_mandir}/man1/echoping*.1*

%files devel
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.0.2-6
+ Revision: 6042d25
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1052 |14cr|ecl-13.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags	%{nil}

Name:           ecl
Version:        13.5.1
Release:        2
Summary:        Embeddable Common-Lisp
Group:          Development/Other
License:        LGPLv2+ and BSD and MIT and Public Domain
URL:            http://ecls.sourceforge.net/
Source0:        http://downloads.sourceforge.net/ecls/%{name}-%{version}.tgz
# The manual has not yet been released.  Use the following commands to generate
# the manual tarball:
#   git clone git://ecls.git.sourceforge.net/gitroot/ecls/ecl-doc
#   cd ecl-doc
#   git checkout 5d2657b5b32a2b5df701ba1ffa768e3e05816b70
#   rm -fr .git
#   cd ..
#   tar cJf ecl-doc.tar.xz ecl-doc
Source1:        %{name}-doc.tar.xz
Source2:        %{name}.desktop
# A modified version of src/util/ecl.svg with extra whitespace removed.  The
# extra whitespace made the icon appear very small and shoved into a corner.
Source3:        %{name}.svg
Source4:        %{name}.rpmlintrc
# This patch was sent upstream on 4 Feb 2012.  It fixes a few warnings
# from the C compiler that indicate situations that might be dangerous at
# runtime.
Patch0:         %{name}-13.5.1-warnings.patch
# Do not use a separate thread to handle signals by default if built with
# boehm-gc support.
# This prevents a deadlock when building maxima with ecl support in
# fedora, and should handle by default these problems:
# http://trac.sagemath.org/sage_trac/ticket/11752
# http://www.mail-archive.com/ecls-list@lists.sourceforge.net/msg00644.html
Patch1:         %{name}-13.5.1-signal_handling_thread.patch
# Work around xsltproc requiring namespace declarations for entities.  This
# patch was sent upstream 3 Jun 2013.
Patch2:         %{name}-12.12.1-xsltproc.patch
# GCC does not implement support for #pragma STDC FENV_ACCESS
Patch3:         %{name}-13.5.1-fenv-access.patch

BuildRequires:  m4
BuildRequires:  texi2html
BuildRequires:	texinfo
BuildRequires:  gmp-devel
BuildRequires:  pkgconfig(bdw-gc)
BuildRequires:  pkgconfig(x11)
BuildRequires:  xmlto

# ECL permits to mix C code and Lisp, so users probably want gcc and 
# devel packages of libraries used by ecl
Suggests:       gcc
Suggests:       pkgconfig(bdw-gc)
Suggests:       gmp-devel

%description
ECL (Embeddable Common-Lisp) is an interpreter of the Common-Lisp
language as described in the X3J13 Ansi specification, featuring CLOS
(Common-Lisp Object System), conditions, loops, etc, plus a translator
to C, which can produce standalone executables.

# no -devel package for header files is split off
# since they are required by the main package

%package doc
Summary:      Documentation for Embeddable Common-Lisp
Group:        Development/Other
Requires:     %{name} = %{version}

%description doc
ECL (Embeddable Common-Lisp) is an interpreter of the Common-Lisp
language as described in the X3J13 Ansi specification, featuring CLOS
(Common-Lisp Object System), conditions, loops, etc, plus a translator
to C, which can produce standalone executables.

This package contains the documentation for ECL.

%prep
%setup -q
%setup -q -T -D -a 1
%patch0
%patch1
%patch2
%patch3

# Remove spurious executable bits
chmod a-x src/CHANGELOG
find src/c -type f -perm /0111 | xargs chmod a-x
find src/h -type f -perm /0111 | xargs chmod a-x

%build
CONFIGURE_TOP=$PWD \
%configure2_5x --enable-unicode=yes --enable-c99complex --enable-threads=yes \
  --with-__thread --with-clx --disable-rpath \
%ifarch x86_64
  --with-sse \
%endif
  CPPFLAGS=`pkg-config --cflags libffi` \
  CFLAGS="%{optflags} -std=gnu99 -Wno-unused -Wno-return-type"
make
mkdir -p ecl-doc/tmp
make -C ecl-doc
rm ecl-doc/html/ecl2.proc

%install
%makeinstall_std

# Remove installed files that are in the wrong place
rm -fr %{buildroot}%{_docdir}
rm -f %{buildroot}%{_libdir}/Copyright
rm -f %{buildroot}%{_libdir}/LGPL

# Install the man pages
mkdir -p %{buildroot}%{_mandir}/man1
sed -e "s|@bindir@|%{_bindir}|" src/doc/ecl.man.in > \
  %{buildroot}%{_mandir}/man1/ecl.1
cp -p src/doc/ecl-config.man.in %{buildroot}%{_mandir}/man1/ecl-config.1

# Install the desktop file
desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{SOURCE2}

# Install the desktop icon
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
cp -p %{SOURCE3} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/

%files
%{_bindir}/ecl
%{_bindir}/ecl-config
%{_datadir}/applications/ecl.desktop
%{_datadir}/icons/hicolor/scalable/apps/ecl.svg
%{_libdir}/%{name}-%{version}/
%{_libdir}/libecl.so*
%{_includedir}/ecl
%{_mandir}/man1/*

%doc ANNOUNCEMENT Copyright LGPL src/CHANGELOG

%files doc
%doc examples ecl-doc/html
%doc src/doc/amop.txt src/doc/types-and-classes

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 13.5.1-2
+ Revision: 6f31c56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1053 |14cr|eclectus-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Han character dictionary

Name:		eclectus
Version:	0.2
Release:	4
Group:		Development/Python
License:	GPLv3+
URL:		http://code.google.com/p/eclectus/
Source0:	http://eclectus.googlecode.com/files/%{name}-%{version}beta.tar.gz
BuildRequires:  python-devel
BuildRequires:	python-setuptools
BuildRequires:	kdelibs4-core
BuildArch:	noarch
Requires:	python-kde4
Requires:	cjklib
Suggests:	eclectus-voice-female
Suggests:	eclectus-voice-male
Suggests:	eclectus-segment-bwpng
Suggests:	eclectus-segment-ordergif
Suggests:	eclectus-segment-redpng

%description
Eclectus is a small Han character dictionary especially designed for
learners of Chinese character based languages like Mandarin Chinese
or Japanese.

%prep
%setup -qn %{name}-%{version}beta

%build
python setup.py build

%install
python setup.py install --skip-build --root=%{buildroot}

%find_lang %{name}qt %{name}.lang

%files -f %{name}.lang
%doc COPYING README
%{_bindir}/eclectus
%{py_puresitedir}/*
%{_datadir}/applications/kde4/eclectus.desktop
%{_datadir}/apps/%{name}
%{_iconsdir}/eclectus.png
%{_iconsdir}/%{name}
%{_datadir}/pixmaps/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 3bd17b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1054 |14cr|eclectus-segment-bwpng-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Han character dictionary
Name:		eclectus-segment-bwpng
Version:	0.2
Release:	3
Group:		Development/Python
License:	GPLv3+
URL:		http://code.google.com/p/eclectus/
Source0:	http://eclectus.googlecode.com/files/bw.png.segment-%{version}beta.tar.gz
BuildArch:	noarch
Requires:	eclectus
BuildRoot:      %{_tmppath}/%{name}-%{version}-buildroot

%description
Eclectus is a small Han character dictionary especially designed for
learners of Chinese character based languages like Mandarin Chinese
or Japanese.

%prep
%setup -qn bw.png.segment-%{version}beta

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/eclectus/bw.png.segment/
cp -fr *.png.segment %{buildroot}%{_datadir}/eclectus/bw.png.segment/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/eclectus/bw.png.segment



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: bf661f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1055 |14cr|eclectus-segment-ordergif-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Han character dictionary
Name:		eclectus-segment-ordergif
Version:	0.2
Release:	3
Group:		Development/Python
License:	GPLv3+
URL:		http://code.google.com/p/eclectus/
Source0:	http://eclectus.googlecode.com/files/order.gif-%{version}beta.tar.gz
BuildArch:	noarch
Requires:	eclectus
BuildRoot:      %{_tmppath}/%{name}-%{version}-buildroot

%description
Eclectus is a small Han character dictionary especially designed for
learners of Chinese character based languages like Mandarin Chinese
or Japanese.

%prep
%setup -qn order.gif-%{version}beta

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/eclectus/order.gif/
cp -fr *.gif %{buildroot}%{_datadir}/eclectus/order.gif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/eclectus/order.gif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: 9a3e1ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1056 |14cr|eclectus-segment-redpng-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Han character dictionary
Name:		eclectus-segment-redpng
Version:	0.2
Release:	3
Group:		Development/Python
License:	GPLv3+
URL:		http://code.google.com/p/eclectus/
Source0:	http://eclectus.googlecode.com/files/red.png-%{version}beta.tar.gz
BuildArch:	noarch
Requires:	eclectus
BuildRoot:      %{_tmppath}/%{name}-%{version}-buildroot

%description
Eclectus is a small Han character dictionary especially designed for
learners of Chinese character based languages like Mandarin Chinese
or Japanese.

%prep
%setup -qn red.png-%{version}beta

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/eclectus/red.png/
cp -fr *.png %{buildroot}%{_datadir}/eclectus/red.png

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/eclectus/red.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: 98abddd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1057 |14cr|eclectus-voice-female-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Han character dictionary
Name:		eclectus-voice-female
Version:	0.2
Release:	3
Group:		Development/Python
License:	GPLv3+
URL:		http://code.google.com/p/eclectus/
Source0:	http://eclectus.googlecode.com/files/cmn-caen-tan-%{version}beta.tar.gz
BuildArch:	noarch
Requires:	eclectus
BuildRoot:      %{_tmppath}/%{name}-%{version}-buildroot

%description
Eclectus is a small Han character dictionary especially designed for
learners of Chinese character based languages like Mandarin Chinese
or Japanese.

%prep
%setup -qn cmn-caen-tan-%{version}beta

%install
rm -rf %{buildroot}
make install installpath=%{buildroot}%{_datadir}/eclectus/cmn-caen-tan

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/eclectus/cmn-caen-tan



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: fd41538
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1058 |14cr|eclectus-voice-male-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Han character dictionary
Name:		eclectus-voice-male
Version:	0.2
Release:	3
Group:		Development/Python
License:	GPLv3+
URL:		http://code.google.com/p/eclectus/
Source0:	http://eclectus.googlecode.com/files/chi-balm-hsk1-%{version}beta.tar.gz
BuildArch:	noarch
Requires:	eclectus
BuildRoot:      %{_tmppath}/%{name}-%{version}-buildroot

%description
Eclectus is a small Han character dictionary especially designed for
learners of Chinese character based languages like Mandarin Chinese
or Japanese.

%prep
%setup -qn chi-balm-hsk1-%{version}beta

%install
rm -rf %{buildroot}
make install installpath=%{buildroot}%{_datadir}/eclectus/chi-balm-hsk1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/eclectus/chi-balm-hsk1



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: 2169b18
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1059 |14cr|eclib-mwrank-20120830-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libeclib	%mklibname eclib %{major}
%define libeclib_devel	%mklibname -d eclib

Name:		eclib-mwrank
Group:		Sciences/Mathematics
License:	GPLv3+
Summary:	Mordell-Weil groups of elliptic curves over Q via 2-descent
Version:	20120830
Release:	1
URL:		http://www.warwick.ac.uk/~masgaj/mwrank/index.html
Source:		http://sagemath.org/packages/standard/eclib-20120830.spkg

BuildRequires:	gcc-c++
BuildRequires:	gmp-devel
BuildRequires:	ntl-devel
BuildRequires:	libpari-devel

%description
mwrank is a program written in C++ for computing Mordell-Weil groups of
elliptic curves over Q via 2-descent. It is available as source code
(licensed under GPL) in the eclib package. mwrank is now only distributed
as part of eclib. eclib is also included in Sage, and for most potential
users the easiest way to run mwrank is to install Sage (which also of
course gives you much much more). I no longer provide a source code
distribution of mwrank by itself: use eclib instead. Full source code
for eclib is available from google code.

%package	-n %{libeclib}
Group:		Sciences/Mathematics
License:	GPL
Summary:	Run time libraries for %{name}

%description	-n %{libeclib}
Run time libraries for %{name}.

%package	-n %{libeclib_devel}
Group:		Development/C
License:	GPL
Summary:	Development files for %{name}
Provides:	eclib-devel = %{version}-%{release}
Provides:	libeclib-devel = %{version}-%{release}
Requires:	%{libeclib} = %{version}-%{release}

%description	-n %{libeclib_devel}
Development header files and libraries for %{name}.

%prep
%setup -qn eclib-%{version}

%build
pushd src
    %configure2_5x --disable-static --enable-shared --disable-allprogs
    %make
popd

%install
pushd src
    %makeinstall_std
    mkdir -p %{buildroot}%{_docdir}/eclib
    cp -a AUTHORS COPYING ChangeLog NEWS README %{buildroot}%{_docdir}/eclib
popd

%check
make -C src check LD_LIBRARY_PATH=%{buildroot}%{_libdir}

%files
%{_bindir}/*
%{_datadir}/doc/eclib/g0n.txt
%{_datadir}/doc/eclib/howto.txt
%{_datadir}/doc/eclib/mwrank/mwrank.changes
%{_datadir}/doc/eclib/mwrank/mwrank.info
%{_datadir}/doc/eclib/mwrank/mwrank.options
%{_datadir}/doc/eclib/mwrank/mwrank.readme
%{_datadir}/doc/eclib/progs.txt
%{_mandir}/man1/mwrank.1*

%files -n %{libeclib}
%{_libdir}/lib*.so.%{major}*

%files		-n %{libeclib_devel}
%doc %dir %{_docdir}/eclib
%doc %{_docdir}/eclib/AUTHORS
%doc %{_docdir}/eclib/COPYING
%doc %{_docdir}/eclib/ChangeLog
%doc %{_docdir}/eclib/NEWS
%doc %{_docdir}/eclib/README
%{_includedir}/eclib
%{_libdir}/lib*.so

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 20120830-1
+ Revision: d0f706e
- Add new files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1060 |14cr|ecm-6.3-0.1434.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libmajor	0
%define libname		%mklibname %{name} %{libmajor}
%define devname		%mklibname %{name} -d

Summary:	GMP ECM - Elliptic Curve Method for Integer Factorization
Name:		ecm
Version:	6.3
Release:	0.1434.5
Group:		Sciences/Mathematics
License:	GPL
URL:		http://gforge.inria.fr/projects/ecm/
Source:		http://gforge.inria.fr/frs/download.php/4837/ecm-6.3-r1434.tar.xz
Patch0:		ecm-6.3-fix-build.patch
Patch1:		ecm-6.3-install.patch
BuildRequires:	gmp-devel
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl

%description
GMP ECM - Elliptic Curve Method for Integer Factorization.

%package	-n %{libname}
Group:		System/Libraries
License:	LGPL
Summary:	Shared GMP ECM library
Provides:	lib%{name} = %{version}-%{release}

%description	-n %{libname}
This package contains the libraries needed to run ecm.

%package	-n %{devname}
Group:		Development/C
License:	LGPL
Summary:	Development files for GMP ECM
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	lib%{name}-devel < %{version}-%{release}

%description	-n %{devname}
This package contains the GMP ECM development header files and
libraries.

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
autoreconf -fi
%configure2_5x			\
	--enable-shared		\
	--disable-static	\
%ifarch %{ix86}
	--enable-sse2
%else
  %ifarch x86_64
	--enable-asm-redc
  %endif
%endif

%make

%install
%makeinstall_std

%files
%doc NEWS README
%{_bindir}/%{name}
%{_mandir}/man1/ecm.1*

%files -n %{libname}
%{_libdir}/libecm.so.%{libmajor}*

%files -n %{devname}
%doc AUTHORS README.lib TODO
%{_includedir}/ecm.h
%{_libdir}/libecm.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.3-0.1434.5
+ Revision: ab115b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1061 |14cr|econnman-1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	EFL user interface for ConnMan
Name:		econnman
Version:	1.1
Release:	1
License:	LGPLv3+
Group:		Graphical desktop/Enlightenment
Url:		http://enlightenment.org/
Source:		http://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.gz
Patch:		econnman-1.1-desktop.patch
BuildRequires:	edje
BuildRequires:	pkgconfig(edje)
Requires:	python-dbus
Requires:	python-efl
Requires:	connman
BuildArch:	noarch

%description
EFL user interface for ConnMan (Connection Manager).

%files
%doc README COPYING AUTHORS
%{_bindir}/*
%{_datadir}/econnman/
%{_datadir}/applications/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch -p1

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-1
+ Revision: 2d526ba
- New version 1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1062 |14cr|ecryptfs-utils-99-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define libmajor 0
%define libname %mklibname ecryptfs %libmajor
%define libnamedevel %mklibname -d ecryptfs
%define libnamestaticdevel %mklibname -d -s ecryptfs

Summary: An Enterprise-class Cryptographic Filesystem for Linux
Name: ecryptfs-utils
Version: 99
Release: 2
Source0: http://launchpad.net/ecryptfs/trunk/%{version}\/+download/%{name}_%{version}.orig.tar.gz
Patch0: ecryptfs-utils_83-fix-link.patch
License: GPLv2+
Group: System/Kernel and hardware
Url: https://launchpad.net/ecryptfs
BuildRequires: openssl-devel
BuildRequires: keyutils-devel
BuildRequires: libgcrypt-devel
BuildRequires: pam-devel
BuildRequires: python-devel
BuildRequires: nss-devel
BuildRequires: intltool
BuildRequires: glib2-devel
Requires: python-%{name} = %{version}

%description
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic
filesystem for Linux. It is derived from Erez Zadok's Cryptfs, implemented
through the FiST framework for generating stacked filesystems. eCryptfs
extends Cryptfs to provide advanced key management and policy features.
eCryptfs stores cryptographic metadata in the header of each file written,
so that encrypted files can be copied between hosts; the file will be
decryptable with the proper key, and there is no need to keep track of any
additional information aside from what is already in the encrypted file
itself. Think of eCryptfs as a sort of ``gnupgfs.''

eCryptfs is a native Linux filesystem (other popular cryptographic
filesystems for Linux require FUSE or operate via RPC calls). The kernel
module component of eCryptfs is upstream in the Linux kernel.


%package -n pam_ecryptfs
Summary: eCryptfs PAM module
Group: System/Libraries
Requires: %name = %version

%description -n pam_ecryptfs
eCryptfs PAM module to automatically mount a private cryptographic
directory.


%package -n %libname
Summary: eCryptfs library
Group: Development/C

%description -n %libname
eCryptfs library.


%package -n %libnamedevel
Summary: eCryptfs library
Group: Development/C
Requires: %libname = %version
Provides: libecryptfs-devel = %version-%release
Provides: %name-devel = %version-%release

%description -n %libnamedevel
eCryptfs development files.


%package -n %libnamestaticdevel
Summary: eCryptfs library
Group: Development/C
Requires: %libnamedevel = %version
Provides: libecryptfs-static-devel = %version-%release

%description -n %libnamestaticdevel
eCryptfs static library development files.

%package -n python-%{name}
Summary: eCryptfs Python library
Group: Development/C
#Requires: python-devel
#Requires: %libnamedevel = %version
Requires: %name = %version

%description -n python-%{name}
eCryptfs Python library.

%prep
%setup -q
%patch0 -p0

%build
autoreconf -fi
%configure2_5x 
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make

%install
%makeinstall_std

# only needed to update-notifier, that is a ubuntu-only thing, afaik
rm -f %{buildroot}/usr/share/ecryptfs-record-passphrase
mkdir %{buildroot}/usr/share/applications/
mv    %{buildroot}/usr/share/%{name}/*desktop %{buildroot}/usr/share/applications/

%files
%_datadir/applications/*desktop
%_docdir/%name/README
%_docdir/%name/ecryptfs-faq.html
#%_docdir/%name/*.txt
/sbin/mount.ecryptfs
/sbin/umount.ecryptfs
/sbin/mount.ecryptfs_private
/sbin/umount.ecryptfs_private
%_bindir/ecryptfs-add-passphrase
%_bindir/ecryptfs-insert-wrapped-passphrase-into-keyring
%_bindir/ecryptfs-manager
%_bindir/ecryptfs-verify
%_bindir/ecryptfs-mount-private
%_bindir/ecryptfs-rewrap-passphrase
%_bindir/ecryptfs-setup-private
%_bindir/ecryptfs-stat
%_bindir/ecryptfs-umount-private
%_bindir/ecryptfs-unwrap-passphrase
%_bindir/ecryptfs-wrap-passphrase
%_bindir/ecryptfsd
%_bindir/ecryptfs-setup-swap
%_bindir/ecryptfs-rewrite-file
%_bindir/ecryptfs-recover-private
%_bindir/ecryptfs-migrate-home
%_mandir/man1/ecryptfs-add-passphrase.1.*
%_mandir/man1/ecryptfs-generate-tpm-key.1.*
%_mandir/man1/ecryptfs-insert-wrapped-passphrase-into-keyring.1.*
%_mandir/man1/ecryptfs-mount-private.1.*
%_mandir/man1/ecryptfs-rewrap-passphrase.1.*
%_mandir/man1/ecryptfs-setup-private.1.*
%_mandir/man1/ecryptfs-umount-private.1.*
%_mandir/man1/ecryptfs-unwrap-passphrase.1.*
%_mandir/man1/ecryptfs-wrap-passphrase.1.*
%_mandir/man1/ecryptfs-rewrite-file.1.*
%_mandir/man1/ecryptfs-recover-private.1.*
%_mandir/man1/mount.ecryptfs_private.1.*
%_mandir/man1/umount.ecryptfs_private.1.*
%_mandir/man1/ecryptfs-setup-swap.1.*
%_mandir/man1/ecryptfs-stat.1.*
%_mandir/man7/ecryptfs.7.*
%_mandir/man8/ecryptfs-manager.8.*
%_mandir/man8/ecryptfsd.8.*
%_mandir/man8/mount.ecryptfs.8.*
%_mandir/man8/umount.ecryptfs.8.*
%dir %_datadir/ecryptfs-utils
%_datadir/ecryptfs-utils/ecryptfs-mount-private.txt
%_datadir/ecryptfs-utils/ecryptfs-record-passphrase
%_datadir/ecryptfs-utils/ecryptfs-find
%_datadir/locale/ca/LC_MESSAGES/ecryptfs-utils.mo

%files -n pam_ecryptfs
/%_lib/security/pam_ecryptfs.so
%_mandir/man8/pam_ecryptfs.8.*

%files -n %libname
%_libdir/ecryptfs/libecryptfs_key_mod_openssl.so
%_libdir/ecryptfs/libecryptfs_key_mod_passphrase.so
%_libdir/libecryptfs.so.%libmajor
%_libdir/libecryptfs.so.%libmajor.*

%files -n %libnamedevel
%_includedir/ecryptfs.h
%_libdir/libecryptfs.so
%_libdir/pkgconfig/libecryptfs.pc

%files -n python-%name
%{py_puresitedir}/%{name}/libecryptfs.py
%{py_puresitedir}/%{name}/libecryptfs.pyc
%{py_puresitedir}/%{name}/libecryptfs.pyo
%{py_platsitedir}/ecryptfs-utils/_libecryptfs.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 99-2
+ Revision: db3a414
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1063 |14cr|edb-1.0.5.050-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	edb
%define version 1.0.5.050
%define release 5

%define major 1
%define libname %mklibname %{name} %major
%define libnamedev %mklibname %{name} -d

Summary: 	Enlightenment database access library
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
License: 	BSD
Group: 		Graphical desktop/Enlightenment
URL: 		http://www.enlightenment.org/
Source0: 	http://download.enlightenment.org/snapshots/LATEST/%{name}-%{version}.tar.bz2
BuildRequires:	ncurses-devel zlib-devel

%description
Edb is a simple, clean high-level db access/storage library.

This package is part of the Enlightenment DR17 desktop shell.

%package -n %libname
Summary: Libraries for the %{name} package
Group: System/Libraries

%description -n %libname
Libraries for %{name}.

%package -n %libnamedev
Summary: Headers and development libraries from %{name}
Group: Development/Other
Requires: %libname = %{version}
Provides: lib%{name}-devel = %{version}-%{release}
Provides: %{libname}-devel = %{version}-%{release}
Provides: %name-devel = %{version}-%{release}

%description -n %libnamedev
%{name} development headers and libraries

%prep
%setup -q

%build
%configure2_5x --disable-test --disable-gtk --disable-static
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING README src/LICENSE
%{_bindir}/edb_*

%files -n %libname
%{_libdir}/lib*.so.%{major}*

%files -n %libnamedev
%{_libdir}/pkgconfig/*
%_libdir/libedb.so
%{_includedir}/Edb.h



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5.050-5
+ Revision: fce8426
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1064 |14cr|edb-debugger-0.9.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _name   debugger 
%define _exe    edb

Name:           edb-debugger
Summary:        A free OllyDbg like debugger
Version:        0.9.17
Release:        3
Source0:        http://www.codef00.com/projects/%{_name}-%{version}.tgz
URL:            http://www.codef00.com/projects

Group:          Development/Other
License:        GPLv2 

BuildRequires: qt4-devel >= 4.5
BuildRequires: boost-devel >= 1.35
BuildRequires: imagemagick
BuildRequires: desktop-file-utils


%description
One of the main goals of this debugger is modularity. 
The interface is written in Qt4 and is therefore source portable 
to many platforms. The debugger core is a plugin and the platform 
specific code is isolated to just a few files, porting to a new OS 
would require porting these few files and implementing a plugin 
which implements the DebuggerCoreInterface interface. Also, 
because the plugins are based on the QPlugin API, and do their work 
through the DebuggerCoreInterface object, they are almost always 
portable with just a simple recompile.
The disassembly engine is my edisassm project. I feel that this 
disassembler is mature and works well. It is worth noting that the 
current version of edb has temporarily dropped AT&T syntax support. 
Once this is implemented in edisassm, it will return.

%prep 
%setup -q -n %{_name}
# fix png rgb 
pushd src/images
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd

%build
%{qmake_qt4} PREFIX=%{_prefix} DEFAULT_PLUGIN_PATH="%{_libdir}/%{_exe}/"
%make

%install

make install INSTALL_ROOT=%{buildroot}
mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir},%{_bindir},%{_libdir}}/
install -c -m 0755 src/images/edb48-logo.png "$RPM_BUILD_ROOT%{_liconsdir}/%{_exe}.png"
%{__mv} %{buildroot}/bin/* %{buildroot}%{_bindir}/
%{__mv} %{buildroot}/%{_lib}/* %{buildroot}%{_libdir}/
%{__rm} -fr %{buildroot}/bin
%{__rm} -fr %{buildroot}/%{_lib}

convert src/images/edb48-logo.png -resize 32x32 $RPM_BUILD_ROOT%{_iconsdir}/%{_exe}.png
convert src/images/edb48-logo.png -resize 16x16 $RPM_BUILD_ROOT%{_miconsdir}/%{_exe}.png

desktop-file-install --vendor="" \
		     --dir $RPM_BUILD_ROOT%{_datadir}/applications \
		     %{_exe}.desktop



%files
%{_bindir}/%{_exe}
%{_libdir}/%{_exe}/*.so
%{_datadir}/applications/%{_exe}.desktop
%{_liconsdir}/%{_exe}.png
%{_miconsdir}/%{_exe}.png
%{_iconsdir}/%{_exe}.png

%changelog
* Sat Aug 02 2014 abfonly <abfonly@gmail.com> 0.9.17-3
+ Revision: 8dcf505
- fix png rgb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1065 |14cr|ede-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		ede
Version: 	2.0
Release: 	4
Source0: 	http://downloads.sourceforge.net/project/ede/%{name}/%{version}/%{name}-%{version}.tar.gz
Patch0:		ede-1.0.4-exclude-unused-progs.patch
Patch1:		ede-2.0-mdv-linking.patch
Patch2:		ede-mandriva-menufixes.patch
Patch3:		ede-2.0-rosa-flags.patch
Patch4:		ede-2.0-rosa-format-security.patch
Patch5:		ede-2.0-rosa-no-update-mime-database.patch
Summary:	The core programs for the Equinox Desktop Environment
URL: 		http://equinox-project.org/
License: 	GPLv2+
Group: 		Graphical desktop/Other

BuildRequires:	jam
BuildRequires:	pkgconfig(edelib)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	jpeg-devel
BuildRequires:	png-devel

%description
Equinox Desktop Environment (EDE) is desktop environment - the piece of
software that enables you to launch applications in a convenient way,
show what windows you have opened, manages icons and background of your
desktop, etc. This core package provides panel with tasklist, clock,
load status; icon manager that take care of your icons on background,
control panel for easy access to your settings, sound volume control, 
color configuration, panel configuration, menu editor, icons configuration, 
tips, time/date and timezone configuration, fast file search tool and of 
course window manager that manages your windows with config utility.

%prep
%setup -q
#patch0 -p1
%patch1 -p1
#patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%build
%define _disable_ld_no_undefined 1

%configure
jam -d+5

%install
jam install DESTDIR=%{buildroot}

# Mandriva specific stuff - add to wmsessions
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d/
cat << EOF > %{buildroot}%{_sysconfdir}/X11/wmsession.d/08EDE
NAME=EDE
ICON=ede-wmsession.xpm
EXEC=%{_bindir}/startede
DESC=Equinox Lightweight desktop environment
SCRIPT:
exec %{_bindir}/startede
EOF

mv %{buildroot}%{_docdir}/%{name}-%{version}* %{buildroot}%{_docdir}/%{name}



%files
%doc AUTHORS AUTHORS.pekwm ChangeLog README
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/08EDE
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/edeneu
%{_iconsdir}/kbflags
%{_datadir}/dbus-1/services/*.service
%{_datadir}/desktop-directories/ede-*.directory
%{_datadir}/ede
%{_datadir}/mime/packages/*.xml
%{_datadir}/pekwm
%{_datadir}/wallpapers/*
%{_datadir}/xsessions/ede.desktop
%config(noreplace) %{_sysconfdir}/pekwm/*
%config(noreplace) %{_sysconfdir}/xdg/ede/*
%config(noreplace) %{_sysconfdir}/xdg/menus/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 2680325
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1066 |14cr|edelib-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define devel	%mklibname %name -d
Name:		edelib
Summary:	Equinox Desktop Environment library
Version:	2.0
Release:	3
License:	GPLv2+
Group:		System/Libraries
URL:		http://equinox-project.org/
Source0:	http://downloads.sourceforge.net/project/ede/%{name}/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	jam
BuildRequires:	doxygen
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pixman-1)

%description
edelib is small and portable C++ library for EDE (Equinox Desktop Environment).

Aims are to provide enough background for easier EDE components construction
and development.

%package -n %{devel}
Summary:	Equinox Desktop Environment library
Group:		Development/C++

%description -n %{devel}
edelib is small and portable C++ library for EDE (Equinox Desktop Environment).

Aims are to provide enough background for easier EDE components construction
and development.

%prep
%setup -q

%build
%setup_compile_flags
./configure --prefix=%{buildroot}%{_prefix} --libdir=%{buildroot}%{_libdir}
sed -i 's|%{buildroot}||' *.pc edelib/edelib-config.h
jam

%install
jam install

%files -n %{devel}
%{_bindir}/%{name}-*
%{_libdir}/*.a
%{_includedir}/%{name}
%{_libdir}/pkgconfig/*
%{_libdir}/%{name}
%doc %{_docdir}/%{name}-2.0.0



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-3
+ Revision: db7c27c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1067 |14cr|edgar-1.06-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rel 2

Name:		edgar
Summary:	2D Platform Game
Version:	1.06
Release:	2
Source:		%{name}-%{version}-%{rel}.tar.gz
Url:		http://www.parallelrealities.co.uk/projects/edgar.php
Group:		Games/Adventure
License:	GPLv2
Requires:	%{name}-data = %{version}
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_net-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	zlib-devel
BuildRequires:	desktop-file-utils

%description
The Legend of Edgar. When his father fails to return home after venturing out
one stormy night, Edgar sets off on a quest to rescue him.

%package data
Group:		Games/Arcade
License:	GPLv2
BuildArch:	noarch
Summary:	The Legend of Edgar level set
Requires:	%{name} = %{version}

%description data
The Legend of Edgar. When his father fails to return home after venturing
out one stormy night, Edgar sets off on a quest to rescue him.

This package contains official level set for Edgar.

%prep
%setup -q

%build
%make VERSION=%{version} RELEASE=%{rel}

%install
%makeinstall_std

%find_lang %{name}
desktop-file-install --dir %{buildroot}%{_datadir}/applications \
	--remove-category=Application \
	--add-category="AdventureGame" \
	%{buildroot}%{_datadir}/applications/edgar.desktop

rm -rf %{buildroot}%{_datadir}/doc

%files -f %{name}.lang
%doc doc/*
%{_gamesbindir}/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*

%files data
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.06-2
+ Revision: c6ba38e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1068 |14cr|editje-0.9.3-0.76819.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define svndate 20120628
# didn't change anything since date above up to r76819
%define svnrev 76819

Summary:	Edje editor oriented towards UI design
Name:		editje
Version:	0.9.3
Release:	0.%{svnrev}.2
License:	LGPL,GPLv3
Group:		Graphical desktop/Enlightenment
URL:		http://enlightenment.org/
Source0: 	%{name}-%{version}.%{svnrev}.tar.xz

BuildRequires:	edje
BuildRequires:	embryo
BuildRequires:	evas
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(embryo)

Requires:	edje
Requires:	python-efl

%description
Editje is an Edje editor oriented towards UI design, and not just being 
a GUI over the edc syntax. It provides three major modes: standard 
edition, animations and signals management.

%files
%doc AUTHORS COPYING README
%{_bindir}/editje-bin
%{_datadir}/applications/editje.desktop
%{_datadir}/application-registry/editje.applications
%{_iconsdir}/editje.png
%{_datadir}/%{name}
%{py_puresitedir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}.%{svnrev}

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3-0.76819.2
+ Revision: 7ffc401
- Require python-efl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1069 |14cr|editobj2-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	EditObj2

Name: 	 	editobj2
Summary: 	Tkinter dialog box for editing any Python object

Version: 	0.4
Release: 	2
Source:		EditObj2-%{version}.tar.gz
URL:		http://home.gna.org/oomadness/en/editobj/
License:	GPLv2
Group:		Development/Python
BuildRequires:  python-devel
Requires:	tkinter
Obsoletes:	editobj
BuildArch:	noarch

%description
EditObj2 can create and display a Tkinter dialog box for editing any Python
object (similarly to what Java call a Bean editor, but for Python object).
EditObj2 is a useful tool for writing (text or non-text) editors of all
kinds, including GUI editor, 3D editor,... It also includes a Python console.

EditObj2 supports also lists, dictionaries and hierarchies (nested lists)
edition. EditObj2 includes also a tree widget for Tkinter, an event framework
and a mutiple undo/redo system.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%clean

%files
%doc AUTHORS LICENSE README 
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-2
+ Revision: 17d26bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1070 |14cr|edje_viewer-1.1.0-0.76819.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 76819

Summary:	A simple viewer for edj files
Name:		edje_viewer
Version:	1.1.0
Release:	0.%{svn}.2
License:	BSD
Group:		Graphical desktop/Enlightenment
URL:		http://www.enlightenment.org/
Source:		%{name}-%{version}.%{svn}.tar.xz
Patch0:		edje_viewer-fix-desktop-file.patch
BuildRequires:	edje
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(ecore-file)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eet)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(elementary)
Buildrequires:	pkgconfig(evas)
Buildrequires:	pkgconfig(eweather)

%description
A simple viewer for edj files. Should provide more ease of use than the
edje viewer that comes with edje itself.

%files
%doc AUTHORS COPYING* README TODO
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}.%{svn}
%patch0 -p1

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.0-0.76819.2
+ Revision: b5eb99a
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1071 |14cr|edyuk-1.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname %{name} %{major}
%define libnamedev	%mklibname %{name} %{major} -d

Summary:	Edyuk - fully-featured, highly flexible IDE for Qt 4
Name:		edyuk
Version:	1.1.0
Release:	6
License:	GPLv3
Group:		Development/KDE and Qt
URL:		http://edyuk.org/
Source0:	http://download.tuxfamily.org/edyuk/%{name}-%{version}.tar.bz2
Patch1:		edyuk-1.1.0.desktop.patch.bz2
Patch2:		edyuk-1.1.0.qt4.5.patch.bz2
Patch3:		edyuk-1.1.0.version.patch.bz2
BuildRequires:	qt4-devel
Requires:	%{libname} = %{version}-%{release}

%description
Edyuk is an Integrated Development Environment built with Qt4 and meant to
provide a light, fast and stable environment for rapid application development
in C++/Qt4. Thanks to plugins (see III) its scope can hopefully be extended to
any possible programming related task (e.g version control, issue tracking,
management of other project formats, support for other languages/toolkits...)

%package -n %{libname}
Summary:	Edyuk shared library
Group:		System/Libraries

%description -n %{libname}
Shared library for edyuk.

%package -n %{libnamedev}
Summary:	Edyuk development files
Group:		Development/KDE and Qt
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{libnamedev}
Development files needed to create edyuk plugins.

%prep
%setup -q
%patch1 -p0
%patch2 -p0
%patch3 -p0

%build
%qmake_qt4
# Can not used -j option included in %make
make

%install
%makeinstall INSTALL_ROOT=%{buildroot}

%__install -d -m755 %{buildroot}%{_libdir}
%__install -m755 %{name}.bin %{buildroot}%{_bindir}
%__install -m755 -p libedyuk.so %{buildroot}%{_libdir}

# Already defined in freedesktop.org.xml
rm -rf %{buildroot}%{_datadir}/mime/packages/%{name}.xml
rm -rf %{buildroot}%{_datadir}/icons/gnome
mv %{buildroot}%{_datadir}/icons/default.kde %{buildroot}%{_datadir}/icons/hicolor

%files
%doc CHANGELOG.txt GPL.txt README.txt TODO.txt
%{_bindir}/%{name}*
%{_datadir}/%{name}
%{_datadir}/mimelnk/text/*.desktop
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{libnamedev}
%doc GPL.txt
%{_prefix}/lib/qt4/include/Edyuk
%{_prefix}/lib/qt4/mkspecs/features/*.prf
%{_libdir}/lib%{name}.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-6
+ Revision: f4e8651
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1072 |14cr|eee-control-0.9.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# It's the same for releases, but different for pre-releases: please
# don't remove, even if it seems superfluous - AdamW 2008/03
%define fversion	%{version}

Summary:	Eee PC hardware control and configuration
Name:		eee-control
Version:	0.9.6
Release:	9
# Source code from git repository:
# git clone git://greg.geekmind.org/eee-control.git && cd eee-control && git checkout 0.9.6 && \
# cd .. && tar zcvf eee-control-0.9.6.tar.gz --exclude=.git eee-control
Source0:	%{name}-%{version}.tar.gz
Source1:	eee-control.service
Source2:	eee-control-fi.po
Patch2:		eee-control-daemon_no-powerdev-group.patch
Patch3:		eee-control_fix-setup.patch
Patch5:		eee-control_add-fi-lang.patch
Patch6:		eee-control_use_ath5k.patch
Patch7:		eee-control-brightness_fix.patch
Patch8:		eee-control-0.9.6-pynotify.patch
License:	MIT
Group:		System/Configuration/Hardware
URL:		http://greg.geekmind.org/eee-control/
# Asus Eee PC comes with x86_32 CPUs
ExclusiveArch:	%ix86
BuildRequires:	imagemagick
BuildRequires:	python-devel
Requires:	python-smbus
Requires:	gnome-python-gconf
Requires:	python-notify
Requires:	python-gobject
Requires:	pygtk2.0
Requires:	python-dbus
Requires:	xset
Requires(post):	rpm-helper
Requires(preun):	rpm-helper

%description
Eee-control can switch hardware of your Eee PC on and off (WiFi, Bluetooth,
Camera, and so on), adjust the performance level, control your fan, give you
a bigger LCD brightness range, program hotkeys and more. It all does that
with a clean client-server-like architecture and a nice GUI.

Compatible with: ASUS Eee PC 700/700SE, 701/701SD, 702, 900/900A/900SD/900HD,
901, 904HA/904HD, 1000/1000H/1000HD/1000HE, 1002HA.

%prep
%setup -q -n %{name}
%patch2 -p0
%patch3 -p0
%patch5 -p0
%patch6 -p1
%patch7 -p1
%patch8 -p0

# fix langs and install fi language file
cp %{SOURCE2} locale/fi.po
%{_buildshell} locale/update.sh

# fix desktop file
sed -i -e 's,Categories=Application;System;,Categories=GTK;System;Monitor;X-MandrivaLinux-CrossDesktop;,g' data/eee-control-tray.desktop

%build
python setup.py build

%install
python setup.py install \
	-O1 \
	--prefix=%{_prefix} \
	--root=%{buildroot} \
	--skip-build

# Generate and install 32x32 and 16x16 icons.
%{__mkdir} -p %{buildroot}%{_iconsdir}/hicolor/{64x64,32x32,24x24,16x16}/apps
convert -scale 32 data/eee-icon.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 data/eee-icon.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# Install some stuff manually because the build process can't.
%{__install} -D -m644 data/eee-icon.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
%{__install} -D -m644 data/eee-icon-small.png %{buildroot}%{_iconsdir}/hicolor/24x24/apps/%{name}.png

# Initfile
%{__mkdir} -p %{buildroot}%{_unitdir}
%{__install} -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

# Install config file
mv %{buildroot}%{_datadir}/%{name}/%{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf

# Not needed
rm -rf %{buildroot}%{_bindir}/eee-control-setup.sh

%find_lang %{name}

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service
%preun_uninstall_gconf_schemas %{name}

%postun
%systemd_postun_with_restart %{name}.service

%files -f %{name}.lang
%doc doc/NOTES doc/README doc/901-ACPI.txt
%{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_sysconfdir}/dbus-1/system.d/eee-control-daemon.conf
%{_sysconfdir}/xdg/autostart/eee-control-tray.desktop
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_bindir}/eee-*
%{_datadir}/applications/%{name}-tray.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/*
%{py_platsitedir}/EeeControl
%{py_platsitedir}/eee_control-%{fversion}-py%{py_ver}.egg-info

%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-9
+ Revision: 00c78e9
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1073 |14cr|eekboard-1.0.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		eekboard
Version:	1.0.8
Release:	5%{?dist}
Summary:	Yet Another Virtual Keyboard

Group:		System/X11
License:	GPLv3+
URL:		http://fedorahosted.org/eekboard/
Source0:	http://github.com/downloads/ueno/eekboard/eekboard-%{version}.tar.gz
Patch0:		eekboard-stop-key-repeat.patch
BuildRequires:	gnome-common, gettext-devel
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libxklavier)
BuildRequires:	pkgconfig(atspi-2)
BuildRequires:	intltool desktop-file-utils
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libcroco-0.6)
BuildRequires:	vala-tools

Requires:	eekboard-service = %{version}-%{release}
Provides:	eekboard-python = %{version}-%{release}
Obsoletes:	eekboard-python < 1.0.5-5

%description
eekboard is a virtual keyboard software package, including a set of
tools to implement desktop virtual keyboards.

%package service
Summary:	Runtime service for eekboard
Group:		System/X11

Requires:	%{name}-libs = %{version}-%{release}

%description service
This package contains the D-Bus service for eekboard

%package libs
Summary:	Runtime libraries for eekboard
Group:		System/Libraries
License:	LGPLv2+

%description libs
This package contains the libraries for eekboard

%package devel
Summary:	Development tools for eekboard
Group:		Development/X11
License:	LGPLv2+ and GFDL

Requires:	vala
Requires:	%{name}-libs = %{version}-%{release}

%description devel
This package contains the development tools for eekboard.


%prep
%setup -q
%patch0 -p1 -b .stop-key-repeat

AUTOPOINT='intltoolize --automake --copy' autoreconf -fi


%build
%configure --disable-static --enable-atspi
make %{?_smp_mflags}


%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la

# We don't install autostart file to avoid conflict with other OSK.
# Instead, install it under doc.
mkdir -p base-installed/examples
mv $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop base-installed/examples

desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%post libs -p /sbin/ldconfig

%postun libs
if [ $1 -eq 0 ] ; then
    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
fi

%posttrans libs
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
/sbin/ldconfig


%files -f %{name}.lang
%doc base-installed/examples
%{_bindir}/eekboard
%{_libexecdir}/eekboard-setup
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/eekboard.png
%{_datadir}/icons/hicolor/scalable/apps/eekboard.svg

%files service
%{_bindir}/eekboard-server
%{_datadir}/dbus-1/services/eekboard-server.service
%{_datadir}/eekboard/
%{_datadir}/glib-2.0/schemas/*

%files libs
%doc AUTHORS COPYING README
%{_libdir}/libeek*.so.*
%{_libdir}/girepository-1.0/Eek*.typelib

%files devel
# LGPLv2+
%{_libdir}/libeek*.so
%{_includedir}/eek-0.90/
%{_includedir}/eekboard-0.90/
%{_datadir}/gir-1.0/Eek*.gir
%{_datadir}/vala/vapi/eek*.vapi
%{_datadir}/vala/vapi/eek*.deps
%{_libdir}/pkgconfig/eek*.pc
# GFDL
%{_datadir}/gtk-doc/html/*



%changelog
* Mon Nov 18 2013 Rosa <rosa@abf.rosalinux.ru> 1.0.8-5
+ Revision: 40b11a2
- Automatic import for version 1.0.8-5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1074 |14cr|efax-gtk-3.2.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define name	efax-gtk
%define version 3.2.10
%define release 2

Name: 	 	%{name}
Summary: 	GTK2 frontend for efax
Version: 	3.2.12
Release: 	2

Source0:	http://sourceforge.net/projects/efax-gtk/files/efax-gtk/3.2.12/%{name}-%{version}.src.tgz
URL:		http://efax-gtk.sourceforge.net
License:	GPLv2
Group:		Communications
BuildRequires:	pkgconfig
BuildRequires:  gtk+3-devel
BuildRequires:  sigc++2.0-devel
BuildRequires:  desktop-file-utils
BuildRequires:	libtiff-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	c++-gtk-utils-devel

Requires:	ghostscript
Requires:       cups
Requires:       gv

%description
Efax-gtk provides a GUI frontend for the efax fax program. It interfaces with
efax directly, replacing the scripts supplied with efax, and can be used for
receiving and sending faxes, and for viewing, printing, and managing faxes
which have been received and sent.

%prep
%setup -q
# since users can't write to /var/lock
perl -p -i -e 's|/var/lock|/tmp||g' efax-gtkrc
# /dev/modem is quite common
perl -p -i -e 's|ttyS1|modem||g' efax-gtkrc

%build
%configure2_5x
perl -p -i -e 's/install-data-hook//g' Makefile efax-gtk-faxfilter/Makefile
perl -p -i -e 's/usr\/local/usr/g' Makefile
perl -p -i -e 's/efax-gtk.png/efax-gtk/g' efax-gtk.desktop
%make

%install
%makeinstall_std

#menu
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-Office-Communications-Fax" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %name

%post
touch /tmp/faxfile.ps
chmod a+rw /tmp/faxfile.ps

%files -f %{name}.lang
%doc AUTHORS README BUGS COPYING
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/%{name}rc
%{_datadir}/applications/*
%{_mandir}/man1/*
%{_datadir}/pixmaps/%{name}.png
%{_localstatedir}/spool/fax/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.12-2
+ Revision: a03286c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1075 |14cr|efl-1.11.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define gstapi 1.0
%define major 1

%define libecore %mklibname ecore %{major}
%define libecore_audio %mklibname ecore_audio %{major}
%define libecore_avahi %mklibname ecore_avahi %{major}
%define libecore_con %mklibname ecore_con %{major}
%define libecore_evas %mklibname ecore_evas %{major}
%define libecore_file %mklibname ecore_file %{major}
%define libecore_imf %mklibname ecore_imf %{major}
%define libecore_imf_evas %mklibname ecore_imf_evas %{major}
%define libecore_input %mklibname ecore_input %{major}
%define libecore_input_evas %mklibname ecore_input_evas %{major}
%define libecore_ipc %mklibname ecore_ipc %{major}
%define libecore_sdl %mklibname ecore_sdl %{major}
%define libecore_x %mklibname ecore_x %{major}
%define devecore %mklibname ecore -d

%define libedje %mklibname edje %{major}
%define devedje %mklibname edje -d

%define libeet %mklibname eet %{major}
%define deveet %mklibname eet -d

%define libeeze %mklibname eeze %{major}
%define deveeze %mklibname eeze -d

%define libefreet %mklibname efreet %{major}
%define libefreet_mime %mklibname efreet_mime %{major}
%define libefreet_trash %mklibname efreet_trash %{major}
%define devefreet %mklibname efreet -d

%define libeina %mklibname eina %{major}
%define deveina %mklibname eina -d

%define libeio %mklibname eio %{major}
%define deveio %mklibname eio -d

%define libeldbus %mklibname eldbus %{major}
%define develdbus %mklibname eldbus -d

%define libembryo %mklibname embryo %{major}
%define devembryo %mklibname embryo -d

%define libemotion %mklibname emotion %{major}
%define devemotion %mklibname emotion -d

%define libeo %mklibname eo %{major}
%define deveo %mklibname eo -d

%define libeolian %mklibname eolian %{major}
%define deveolian %mklibname eolian -d

%define libephysics %mklibname ephysics %{major}
%define devephysics %mklibname ephysics -d

%define libethumb %mklibname ethumb %{major}
%define libethumb_client %mklibname ethumb_client %{major}
%define devethumb %mklibname ethumb -d

%define libevas %mklibname evas %{major}
%define devevas %mklibname evas -d

%define devname %mklibname %{name} -d

Summary:	Enlightenment Foundation Libraries
Name:		efl
Version:	1.11.2
Release:	1
Epoch:		3
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/libs/efl/%{name}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	gstreamer%{gstapi}-tools
BuildRequires:	gettext-devel
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(bullet)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-video-%{gstapi})
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libcares)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libsystemd-journal)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(libxine)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(mount)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xp)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(luajit)

%description
The Enlightenment Foundation Libraries are a collection of libraries
and tools upon which sophisticated graphical applications can be
built.  Included are a data structure library (Eina), a C-based object
engine (EO), a data storage library (EET), an object canvas (Evas),
and more.

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README

#----------------------------------------------------------------------------

%package -n ecore
Summary:	Enlightenment event/X abstraction layer
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n ecore
Ecore is the event/X abstraction layer that makes doing selections,
Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
optimized, and convenient.

%files -n ecore
%{_bindir}/ecore_evas_convert
%{_datadir}/ecore/
%{_datadir}/ecore_imf/
%{_datadir}/ecore_x/
%{_libdir}/ecore/system/upower/*/module.so
%{_libdir}/ecore/system/systemd/*/module.so
%{_libdir}/ecore_evas/engines/*/*/module.so
%{_libdir}/ecore_imf/modules/*/*/module.so
%{_libdir}/ecore_x/bin/v-1.11/ecore_x_vsync

#----------------------------------------------------------------------------

%package -n %{libecore}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	ecore = %{EVRD}

%description -n %{libecore}
Enlightenment event/X abstraction layer library.

%files -n %{libecore}
%{_libdir}/libecore.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_audio}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}

%description -n %{libecore_audio}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_audio}
%{_libdir}/libecore_audio.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_avahi}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}

%description -n %{libecore_audio}
Enlightenment avahi abstraction layer library.

%files -n %{libecore_avahi}
%{_libdir}/libecore_avahi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_con}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_con}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_con}
%{_libdir}/libecore_con.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_evas}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_evas}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_evas}
%{_libdir}/libecore_evas.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_file}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_file}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_file}
%{_libdir}/libecore_file.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_imf}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_imf}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_imf}
%{_libdir}/libecore_imf.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_imf_evas}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_imf_evas}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_imf_evas}
%{_libdir}/libecore_imf_evas.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_input}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_input}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_input}
%{_libdir}/libecore_input.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_input_evas}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_input_evas}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_input_evas}
%{_libdir}/libecore_input_evas.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_ipc}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_ipc}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_ipc}
%{_libdir}/libecore_ipc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_sdl}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_sdl}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_sdl}
%{_libdir}/libecore_sdl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_x}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_x}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_x}
%{_libdir}/libecore_x.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devecore}
Summary:	Ecore headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libecore} = %{EVRD}
Requires:	%{libecore_audio} = %{EVRD}
Requires:	%{libecore_avahi} = %{EVRD}
Requires:	%{libecore_con} = %{EVRD}
Requires:	%{libecore_evas} = %{EVRD}
Requires:	%{libecore_file} = %{EVRD}
Requires:	%{libecore_imf} = %{EVRD}
Requires:	%{libecore_imf_evas} = %{EVRD}
Requires:	%{libecore_input} = %{EVRD}
Requires:	%{libecore_input_evas} = %{EVRD}
Requires:	%{libecore_ipc} = %{EVRD}
Requires:	%{libecore_sdl} = %{EVRD}
Requires:	%{libecore_x} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	ecore-devel = %{EVRD}

%description -n %{devecore}
Ecore headers and development libraries.

%files -n %{devecore}
%{_libdir}/cmake/Ecore/
%{_libdir}/cmake/EcoreCxx/
%{_libdir}/pkgconfig/ecore.pc
%{_libdir}/pkgconfig/ecore-audio.pc
%{_libdir}/pkgconfig/ecore-audio-cxx.pc
%{_libdir}/pkgconfig/ecore-avahi.pc
%{_libdir}/pkgconfig/ecore-cxx.pc
%{_libdir}/pkgconfig/ecore-con.pc
%{_libdir}/pkgconfig/ecore-evas.pc
%{_libdir}/pkgconfig/ecore-file.pc
%{_libdir}/pkgconfig/ecore-imf.pc
%{_libdir}/pkgconfig/ecore-imf-evas.pc
%{_libdir}/pkgconfig/ecore-input.pc
%{_libdir}/pkgconfig/ecore-input-evas.pc
%{_libdir}/pkgconfig/ecore-ipc.pc
%{_libdir}/pkgconfig/ecore-sdl.pc
%{_libdir}/pkgconfig/ecore-x.pc
%{_libdir}/libecore.so
%{_libdir}/libecore_audio.so
%{_libdir}/libecore_avahi.so
%{_libdir}/libecore_con.so
%{_libdir}/libecore_evas.so
%{_libdir}/libecore_file.so
%{_libdir}/libecore_imf.so
%{_libdir}/libecore_imf_evas.so
%{_libdir}/libecore_input.so
%{_libdir}/libecore_input_evas.so
%{_libdir}/libecore_ipc.so
%{_libdir}/libecore_sdl.so
%{_libdir}/libecore_x.so
%{_includedir}/ecore-1/
%{_includedir}/ecore-audio-1/
%{_includedir}/ecore-audio-cxx-1/
%{_includedir}/ecore-avahi-1/
%{_includedir}/ecore-cxx-1/
%{_includedir}/ecore-con-1/
%{_includedir}/ecore-evas-1/
%{_includedir}/ecore-file-1/
%{_includedir}/ecore-imf-1/
%{_includedir}/ecore-imf-evas-1/
%{_includedir}/ecore-input-1/
%{_includedir}/ecore-input-evas-1/
%{_includedir}/ecore-ipc-1/
%{_includedir}/ecore-sdl-1/
%{_includedir}/ecore-x-1/
%{_datadir}/eolian/include/ecore-1/

#----------------------------------------------------------------------------

%package -n edje
Summary:	Enlightenment complex graphical design and layout library extra files
License:	BSD
Group:		Graphical desktop/Enlightenment
Requires:	evas = %{EVRD}

%description -n edje
Enlightenment complex graphical design and layout library extra files.

%files -n edje
%{_bindir}/edje_*
%{_datadir}/edje/
%{_datadir}/mime/packages/edje.xml
%{_libdir}/edje/utils/*/epp

#----------------------------------------------------------------------------

%package -n %{libedje}
Summary:	Enlightenment complex graphical design and layout library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	edje = %{EVRD}

%description -n %{libedje}
Enlightenment complex graphical design and layout library for animated
resizable, compressed and scalable themes.

%files -n %{libedje}
%{_libdir}/libedje.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devedje}
Summary:	Edje headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libedje} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	edje-devel = %{EVRD}

%description -n %{devedje}
Edje headers and development libraries.

%files -n %{devedje}
%{_libdir}/cmake/Edje/
%{_libdir}/pkgconfig/edje.pc
%{_libdir}/pkgconfig/edje-cxx.pc
%{_libdir}/libedje.so
%{_includedir}/edje-1/
%{_includedir}/edje-cxx-1/
%{_datadir}/eolian/include/edje-1/

#----------------------------------------------------------------------------

%package -n eet
Summary:	Enlightenment simple compression utility
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n eet
Enlightenment simple compression utility.

%files -n eet
%{_bindir}/eet
%{_bindir}/vieet

#----------------------------------------------------------------------------

%package -n %{libeet}
Summary:	Enlightenment simple compression library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	eet = %{EVRD}

%description -n %{libeet}
Enlightenment simple compression library.

%files -n %{libeet}
%{_libdir}/libeet.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{deveet}
Summary:	Eet headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libeet} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	eet-devel = %{EVRD}

%description -n %{deveet}
Eet headers and development libraries.

%files -n %{deveet}
%{_libdir}/cmake/Eet/
%{_libdir}/cmake/EetCxx/
%{_libdir}/pkgconfig/eet.pc
%{_libdir}/pkgconfig/eet-cxx.pc
%{_libdir}/libeet.so
%{_includedir}/eet-1/
%{_includedir}/eet-cxx-1/

#----------------------------------------------------------------------------

%package -n eeze
Summary:	Enlightenment devices manipulation library extra files
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n eeze
Eeze is a library for manipulating devices through udev with a simple and fast
api. It interfaces directly with libudev, avoiding such middleman daemons as
udisks/upower or hal, to immediately gather device information the instant it
becomes known to the system.

%files -n eeze
%{_bindir}/eeze_disk_ls
%{_bindir}/eeze_mount
%{_bindir}/eeze_scanner
%{_bindir}/eeze_umount
%{_datadir}/eeze/
%{_libdir}/eeze/modules/

#----------------------------------------------------------------------------

%package -n %{libeeze}
Summary:	Enlightenment devices manipulation library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	eeze = %{EVRD}

%description -n %{libeeze}
Enlightenment devices manipulation library.

%files -n %{libeeze}
%{_libdir}/libeeze.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{deveeze}
Summary:	Eeze headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libeeze} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	eeze-devel = %{EVRD}

%description -n %{deveeze}
Eeze headers and development libraries.

%files -n %{deveeze}
%{_libdir}/cmake/Eeze/
%{_libdir}/pkgconfig/eeze.pc
%{_libdir}/libeeze.so
%{_includedir}/eeze-1/

#----------------------------------------------------------------------------

%package -n efreet
Summary:	Enlightenment freedesktop.org specifications implementation extra files
License:	BSD
Group:		Graphical desktop/Enlightenment
Requires(post,preun,postun):	systemd

%description -n efreet
Enlightenment freedesktop.org specifications implementation extra files.
 - Base Directory
 - Desktop Entry
 - Icon Theme
 - Menu

%files -n efreet
%{_bindir}/efreetd
%{_datadir}/efreet/
%{_datadir}/dbus-1/services/org.enlightenment.Efreet.service
%{_libdir}/efreet/*/efreet_desktop_cache_create
%{_libdir}/efreet/*/efreet_icon_cache_create
%{_userunitdir}/efreet.service

%post -n efreet
%systemd_post efreet.service

%preun -n efreet
%systemd_preun efreet.service

%postun -n efreet
%systemd_postun

#----------------------------------------------------------------------------

%package -n %{libefreet}
Summary:	Enlightenment freedesktop.org specifications implementation library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	efreet = %{EVRD}

%description -n %{libefreet}
Enlightenment freedesktop.org specifications implementation library.

%files -n %{libefreet}
%{_libdir}/libefreet.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libefreet_mime}
Summary:	Enlightenment freedesktop.org specifications implementation library
License:	BSD
Group:		System/Libraries
Requires:	%{libefreet} = %{EVRD}
Conflicts:	%{_lib}efreet1 < 2:1.8.0

%description -n %{libefreet_mime}
Enlightenment freedesktop.org specifications implementation library.

%files -n %{libefreet_mime}
%{_libdir}/libefreet_mime.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libefreet_trash}
Summary:	Enlightenment freedesktop.org specifications implementation library
License:	BSD
Group:		System/Libraries
Requires:	%{libefreet} = %{EVRD}
Conflicts:	%{_lib}efreet1 < 2:1.8.0

%description -n %{libefreet_trash}
Enlightenment freedesktop.org specifications implementation library.

%files -n %{libefreet_trash}
%{_libdir}/libefreet_trash.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devefreet}
Summary:	Efreet headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libefreet} = %{EVRD}
Requires:	%{libefreet_mime} = %{EVRD}
Requires:	%{libefreet_trash} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	efreet-devel = %{EVRD}

%description -n %{devefreet}
Efreet headers and development libraries.

%files -n %{devefreet}
%{_libdir}/cmake/Efreet/
%{_libdir}/pkgconfig/efreet.pc
%{_libdir}/pkgconfig/efreet-mime.pc
%{_libdir}/pkgconfig/efreet-trash.pc
%{_libdir}/libefreet.so
%{_libdir}/libefreet_mime.so
%{_libdir}/libefreet_trash.so
%{_includedir}/efreet-1/

#----------------------------------------------------------------------------

%package -n eina
Summary:	Enlightenment data types library extra files
License:	LGPLv2.1+
Group:		Graphical desktop/Enlightenment

%description -n eina
Enlightenment data types library extra files.

eina-bench-cmp:
- generate reports comparing two or more outputs of expedite

%files -n eina
%{_bindir}/eina-bench-cmp

#----------------------------------------------------------------------------

%package -n %{libeina}
Summary:	Enlightenment data types library
License:	LGPLv2.1+
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libeina}
Enlightenment data types library.

%files -n %{libeina}
%{_libdir}/libeina.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{deveina}
Summary:	Eina headers and development libraries
License:	LGPLv2.1+
Group:		Development/Other
Requires:	%{libeina} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	eina-devel = %{EVRD}

%description -n %{deveina}
Eina headers and development libraries.

%files -n %{deveina}
%{_libdir}/cmake/Eina/
%{_libdir}/cmake/EinaCxx/
%{_libdir}/pkgconfig/eina.pc
%{_libdir}/pkgconfig/eina-cxx.pc
%{_libdir}/libeina.so
%{_includedir}/eina-1/
%{_includedir}/eina-cxx-1/

#----------------------------------------------------------------------------

%package -n %{libeio}
Summary:	Enlightenment Input Output library
License:	LGPLv2.1+
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libeio}
Enlightenment Input Output library.

%files -n %{libeio}
%{_libdir}/libeio.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{deveio}
Summary:	Eio headers and development libraries
License:	LGPLv2.1+
Group:		Development/Other
Requires:	%{libeio} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	eio-devel = %{EVRD}

%description -n %{deveio}
Eio headers and development libraries.

%files -n %{deveio}
%{_libdir}/pkgconfig/eio.pc
%{_libdir}/libeio.so
%{_includedir}/eio-1/

#----------------------------------------------------------------------------

%package -n eldbus
Summary:	Enlightenment dbus wrapper
License:	LGPLv2.1+
Group:		Graphical desktop/Enlightenment

%description -n eldbus
Enlightenment dbus wrapper.

%files -n eldbus
%{_bindir}/eldbus-codegen

#----------------------------------------------------------------------------

%package -n %{libeldbus}
Summary:	Enlightenment dbus wrapper library
License:	LGPLv2.1+
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	eldbus = %{EVRD}

%description -n %{libeldbus}
Enlightenment dbus wrapper library.

%files -n %{libeldbus}
%{_libdir}/libeldbus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{develdbus}
Summary:	Eldbus headers and development libraries
License:	LGPLv2.1+
Group:		Development/Other
Requires:	%{libeldbus} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	eldbus-devel = %{EVRD}

%description -n %{develdbus}
Eldbus headers and development libraries.

%files -n %{develdbus}
%{_libdir}/cmake/Eldbus/
%{_libdir}/pkgconfig/eldbus.pc
%{_libdir}/libeldbus.so
%{_includedir}/eldbus-1/
%{_includedir}/eldbus_cxx-1/

#----------------------------------------------------------------------------

%package -n elua
Summary:	Enlightenment Lua-based Just-in-Time application runtime stack
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n elua
Enlightenment Lua-based Just-in-Time application runtime stack.

%files -n elua
%{_bindir}/elua
%{_datadir}/elua/apps/*.lua
%{_datadir}/elua/core/*.lua
%{_datadir}/elua/modules/*.lua
%{_datadir}/elua/modules/eina/*.lua
%{_datadir}/elua/modules/xgettext/*.lua

#----------------------------------------------------------------------------

%package -n embryo
Summary:	Enlightenment bytecode virtual machine
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n embryo
Embryo is primarily a shared library that gives you an API to load and control
interpreted programs compiled into an abstract machine bytecode that it
understands. This abstract (or virtual) machine is similar to a real machine
with a CPU, but it is emulated in software.

%files -n embryo
%{_bindir}/embryo_cc
%{_datadir}/embryo/

#----------------------------------------------------------------------------

%package -n %{libembryo}
Summary:	Enlightenment bytecode virtual machine library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	embryo = %{EVRD}

%description -n %{libembryo}
Enlightenment bytecode virtual machine library.

%files -n %{libembryo}
%{_libdir}/libembryo.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devembryo}
Summary:	Embryo headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libembryo} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	embryo-devel = %{EVRD}

%description -n %{devembryo}
Embryo headers and development libraries.

%files -n %{devembryo}
%{_libdir}/pkgconfig/embryo.pc
%{_libdir}/libembryo.so
%{_includedir}/embryo-1/

#----------------------------------------------------------------------------

%package -n emotion
Summary:	Enlightenment video & media object library extra files
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n emotion
Emotion is a video & media object library designed to interface with Evas and
Ecore to provide autonomous "video" and "audio" objects that can be moved,
resized and positioned like any normal object, but instead they can play video
and audio and can be controlled from a high-level control API allowing the
programmer to quickly piece together a multi-media system with minimal work.

%files -n emotion
%{_datadir}/emotion/
%{_libdir}/emotion/
%{_libdir}/edje/modules/emotion/

#----------------------------------------------------------------------------

%package -n %{libemotion}
Summary:	Enlightenment video & media object library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	emotion = %{EVRD}

%description -n %{libemotion}
Enlightenment video & media object library.

%files -n %{libemotion}
%{_libdir}/libemotion.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devemotion}
Summary:	Emotion headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libemotion} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	emotion-devel = %{EVRD}

%description -n %{devemotion}
Emotion headers and development libraries.

%files -n %{devemotion}
%{_libdir}/cmake/Emotion/
%{_libdir}/pkgconfig/emotion.pc
%{_libdir}/libemotion.so
%{_includedir}/emotion-1/

#----------------------------------------------------------------------------

%package -n %{libeo}
Summary:	Enlightenment generic object system library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libeo}
Enlightenment generic object system library.

%files -n %{libeo}
%{_libdir}/libeo.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{deveo}
Summary:	Eo headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libeo} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	eo-devel = %{EVRD}

%description -n %{deveo}
Eo headers and development libraries.

%files -n %{deveo}
%{_libdir}/cmake/Eo/
%{_libdir}/cmake/EoCxx/
%{_libdir}/pkgconfig/eo.pc
%{_libdir}/pkgconfig/eo-cxx.pc
%{_libdir}/libeo.so
%{_includedir}/eo-1/
%{_includedir}/eo-cxx-1/
%{_datadir}/gdb/auto-load/%{_libdir}/libeo.so.*-gdb.py
%{_datadir}/eo/gdb/eo_gdb.py
%{_datadir}/eolian/include/eo-1/

#----------------------------------------------------------------------------

%package -n eolian
Summary:	Enlightenment C++ bindings generator
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n eolian
Enlightenment C++ bindings generator.

%files -n eolian
%{_bindir}/eolian_cxx
%{_bindir}/eolian_gen

#----------------------------------------------------------------------------

%package -n %{libeolian}
Summary:	Enlightenment C++ bindings generator library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libeolian}
Enlightenment C++ bindings generator library.

%files -n %{libeolian}
%{_libdir}/libeolian.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{deveolian}
Summary:	Eolian headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libeolian} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	eolian-devel = %{EVRD}

%description -n %{deveolian}
Eolian headers and development libraries.

%files -n %{deveolian}
%{_libdir}/cmake/Eolian/
%{_libdir}/cmake/EolianCxx/
%{_libdir}/pkgconfig/eolian.pc
%{_libdir}/pkgconfig/eolian-cxx.pc
%{_libdir}/libeolian.so
%{_includedir}/eolian-1/
%{_includedir}/eolian-cxx-1/

#----------------------------------------------------------------------------

%package -n %{libephysics}
Summary:	Enlightenment physics library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libephysics}
Ephysics is a library that manages Ecore, Evas and Bullet Physics into
an easy to use way. It's a kind of wrapper, a glue, between these libraries.
It's not intended to be a physics library (we already have many out there).

%files -n %{libephysics}
%{_libdir}/libephysics.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devephysics}
Summary:	Ephysics headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libephysics} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	ephysics-devel = %{EVRD}

%description -n %{devephysics}
Ephysics headers and development libraries.

%files -n %{devephysics}
%{_libdir}/pkgconfig/ephysics.pc
%{_libdir}/libephysics.so
%{_includedir}/ephysics-1/

#----------------------------------------------------------------------------

%package -n ethumb
Summary:	Enlightenment canvas library extra files
License:	LGPLv2.1+
Group:		Graphical desktop/Enlightenment
Requires(post,preun,postun):	systemd

%description -n ethumb
Enlightenment canvas library extra files.

Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects much and more.

%files -n ethumb
%{_bindir}/ethumb
%{_bindir}/ethumbd
%{_bindir}/ethumbd_client
%{_datadir}/dbus-1/services/org.enlightenment.Ethumb.service
%{_datadir}/ethumb/
%{_datadir}/ethumb_client/
%{_libdir}/ethumb/
%{_libdir}/ethumb_client/
%{_userunitdir}/ethumb.service

%post -n ethumb
%systemd_post ethumb.service

%preun -n ethumb
%systemd_preun ethumb.service

%postun -n ethumb
%systemd_postun

#----------------------------------------------------------------------------

%package -n %{libethumb}
Summary:	Enlightenment thumbnailing library
License:	LGPLv2.1+
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	ethumb = %{EVRD}

%description -n %{libethumb}
Enlightenment thumbnailing library.

%files -n %{libethumb}
%{_libdir}/libethumb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libethumb_client}
Summary:	Enlightenment thumbnailing library
License:	LGPLv2.1+
Group:		System/Libraries
Requires:	%{libethumb} = %{EVRD}
Conflicts:	%{_lib}ethumb1 < 1.7.9

%description -n %{libethumb_client}
Enlightenment thumbnailing library.

%files -n %{libethumb_client}
%{_libdir}/libethumb_client.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devethumb}
Summary:	Ethumb headers and development libraries
License:	LGPLv2.1+
Group:		Development/Other
Requires:	%{libethumb} = %{EVRD}
Requires:	%{libethumb_client} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	ethumb-devel = %{EVRD}

%description -n %{devethumb}
Ethumb headers and development libraries.

%files -n %{devethumb}
%{_libdir}/cmake/Ethumb/
%{_libdir}/cmake/EthumbClient/
%{_libdir}/pkgconfig/ethumb.pc
%{_libdir}/pkgconfig/ethumb_client.pc
%{_libdir}/libethumb.so
%{_libdir}/libethumb_client.so
%{_includedir}/ethumb-1/
%{_includedir}/ethumb-client-1/

#----------------------------------------------------------------------------

%package -n evas
Summary:	Enlightenment canvas library extra files
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n evas
Enlightenment canvas library extra files.

Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects much and more.

%files -n evas
%{_bindir}/evas_cserve2_client
%{_bindir}/evas_cserve2_debug
%{_bindir}/evas_cserve2_shm_debug
%{_bindir}/evas_cserve2_usage
%{_datadir}/evas/
%{_libdir}/evas/modules/engines/*/*/*.so
%{_libdir}/evas/modules/loaders/*/*/*.so
%{_libdir}/evas/modules/savers/*/*/*.so
%{_libdir}/evas/cserve2/bin/*/evas_cserve2
%{_libdir}/evas/cserve2/bin/*/evas_cserve2_slave

#----------------------------------------------------------------------------

%package -n %{libevas}
Summary:	Enlightenment canvas library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	evas = %{EVRD}

%description -n %{libevas}
Enlightenment canvas library.

%files -n %{libevas}
%{_libdir}/libevas.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devevas}
Summary:	Evas headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libevas} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	evas-devel = %{EVRD}

%description -n %{devevas}
Evas headers and development libraries.

%files -n %{devevas}
%{_libdir}/cmake/Evas/
%{_libdir}/cmake/EvasCxx/
%{_libdir}/pkgconfig/evas.pc
%{_libdir}/pkgconfig/evas-cxx.pc
%{_libdir}/pkgconfig/evas-opengl-sdl.pc
%{_libdir}/pkgconfig/evas-opengl-x11.pc
%{_libdir}/pkgconfig/evas-software-buffer.pc
%{_libdir}/pkgconfig/evas-software-x11.pc
%{_libdir}/libevas.so
%{_includedir}/evas-1/
%{_includedir}/evas-cxx-1/
%{_datadir}/eolian/include/evas-1/

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	EFL headers and development libraries
License:	BSD
Group:		Development/Other

%description -n %{devname}
EFL headers and development libraries.

%files -n %{devname}
%{_includedir}/efl-1/

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-fontconfig \
	--enable-gstreamer-1.0 \
	--enable-image-loader-bmp \
	--enable-image-loader-eet \
	--enable-image-loader-generic \
	--enable-image-loader-gif \
	--enable-image-loader-ico \
	--enable-image-loader-jpeg \
	--enable-image-loader-jp2k \
	--enable-image-loader-pmaps \
	--enable-image-loader-png \
	--enable-image-loader-psd \
	--enable-image-loader-tga \
	--enable-image-loader-tiff \
	--enable-image-loader-wbmp \
	--enable-image-loader-webp \
	--enable-image-loader-xpm \
	--enable-sdl \
	--enable-systemd \
	--enable-v4l2 \
	--enable-xine \
	--with-eject \
	--with-mount \
	--with-umount \
	--disable-static \

%make

%install
%makeinstall_std

%find_lang %{name}

%changelog
* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.11.2-1
+ Revision: c14dca3
- New version 1.11.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1076 |14cr|eggdrop-1.6.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		eggdrop
Version:	1.6.21
Release:	2
Summary:	IRC bot, written in C
Source0:	ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/%{name}%{version}.tar.bz2
Patch4:		eggdrop1.6.19-fix-str-fmt.patch
Group:		Networking/IRC
URL:		http://www.eggheads.org/
License:	GPLv2+
BuildRequires:	tcl 
BuildRequires:	tcl-devel
BuildRequires:	perl

%description
Eggdrop is an IRC bot, written in C.  If you don't know what IRC is,
this is probably not whatever you're looking for!  Eggdrop, being a
 bot, sits on a channel and takes protective measures: to keep the
channel from being taken over (in the few ways that anything CAN),

to recognize banished users or sites and reject them, to recognize
privileged users and let them gain ops, etc.

%prep
%setup -q -n eggdrop%{version}
%patch4 -p0 -b .str

%build
export CPPFLAGS="%{optflags} -DHAVE_TCL_THREADS"
#any optimizations on PPC break bots
%ifnarch ppc
export CFLAGS="%optflags"
%endif
%configure2_5x --prefix=%{_prefix} --libdir=%{_libdir}

make config

%make LD="gcc %ldflags" \
	SHLIB_LD="gcc -shared -nostartfiles %ldflags" \
	MOD_LD="gcc %ldflags"

%install
mkdir -p %{buildroot}%{_libdir}/eggdrop
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_docdir}/eggdrop-%{version}
mkdir -p %{buildroot}%{_mandir}

%makeinstall prefix=%{buildroot}%{_libdir}/eggdrop
cd %{buildroot}
mv %{buildroot}%{_libdir}/eggdrop/doc/man1/ %{buildroot}%{_mandir}

#rpm installation complains otherwise due to rpm looking up the executables..
perl -pi -e s":/path/to/executable/eggdrop:%{_libdir}/eggdrop/eggdrop:" %{_builddir}/eggdrop%{version}/eggdrop.conf
cp -fR %{_builddir}/eggdrop%{version}/eggdrop.conf %{buildroot}%{_docdir}/eggdrop-%{version}/
cp -Rf %{_builddir}/eggdrop%{version}/scripts/botchk %{buildroot}%{_docdir}/eggdrop-%{version}/
rm -rf %{buildroot}%{_libdir}/eggdrop/filesys
cp -Rf %{buildroot}%{_libdir}/eggdrop/doc/* %{buildroot}%{_docdir}/eggdrop-%{version}/
rm -rf %{buildroot}%{_libdir}/eggdrop/doc/
mv %{buildroot}%{_libdir}/eggdrop/README %{buildroot}%{_docdir}/eggdrop-%{version}/

%files
%dir %{_libdir}/eggdrop
%dir %{_libdir}/eggdrop/language
%dir %{_libdir}/eggdrop/modules-%{version}
%dir %{_libdir}/eggdrop/help
%dir %{_libdir}/eggdrop/help/msg
%dir %{_libdir}/eggdrop/help/set
%dir %{_libdir}/eggdrop/scripts
%dir %{_libdir}/eggdrop/logs
%dir %{_libdir}/eggdrop/text
%{_libdir}/eggdrop/language/*.lang
%{_libdir}/eggdrop/text/*
%{_libdir}/eggdrop/logs/*
%{_libdir}/eggdrop/modules-%{version}/*.so
%{_libdir}/eggdrop/eggdrop-%{version}
%{_libdir}/eggdrop/eggdrop
%{_libdir}/eggdrop/help/*.help
%{_libdir}/eggdrop/help/msg/*.help
%{_libdir}/eggdrop/help/set/*.help
%{_libdir}/eggdrop/scripts/CONTENTS
%{_libdir}/eggdrop/scripts/*.tcl
%{_libdir}/eggdrop/scripts/botchk
%{_libdir}/eggdrop/scripts/autobotchk
%{_libdir}/eggdrop/scripts/weed
%{_libdir}/eggdrop/eggdrop.conf
%{_mandir}/man1/*

%doc %{_docdir}/*
%doc %{_libdir}/eggdrop/modules



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.21-2
+ Revision: 4f4410d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1077 |14cr|egoboo-2.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	3D dungeon crawling game
Name:		egoboo
Version:	2.8.1
Release:	2
Epoch:		1
License:	GPLv3+
Group:		Games/Adventure
URL:		http://egoboo.sourceforge.net/
#Source0:	http://downloads.sourceforge.net/egoboo/%{name}-%{version}.tar.gz
#Since upstream gives both source and data in one tarball, we split it between here and egoboo-data package :
#wget http://downloads.sourceforge.net/egoboo/%{name}-%{version}.tar.gz
#tar xvf %{name}-%{version}.tar.gz
#mkdir %{name}-data-%{version}
#cd %{name}-%{version}
#mv basicdat/ doc/ modules/ egoboo*ico ../%{name}-data-%{version}/
#cd ..
#tar Jcvf %{name}-%{version}.tar.xz %{name}-%{version}/
#tar Jcvf %{name}-data-%{version}.tar.xz %{name}-data-%{version}/
Source0:	%{name}-%{version}.tar.xz
Patch5:		egoboo-2.8.1-add-destdir.patch
Patch7:		egoboo-2.8.1-use-datadir-for-config.patch
Patch9:		egoboo-2.8.1-link-against-libm.patch
BuildRequires:	SDL-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	SDL_image-devel
BuildRequires:	mesaglu-devel
BuildRequires:	imagemagick
BuildRequires:	physfs-devel
BuildRequires:	dos2unix
Requires:	egoboo-data = %{epoch}:%{version}

%description
Egoboo is an open source project, using OpenGL and SDL(Simple
DirectMedia Layer) libraries. It is a 3d dungeon role playing
game in the spirit of NetHack. Nice colorful graphics, and
detailed models(using Quake2 modeling tools) make this game
stand out in the gaming open-source community.

%prep
%setup -q
%patch5 -p1 -b .destdir~
%patch7 -p1 -b .conf_dir~
%patch9 -p1 -b .libm~
for f in `find -name \*.c -o -name \*.h -o -name README\* -o -name change.log`; do
	dos2unix $f
	chmod 644 $f
done

%build
%make OPT='-DPREFIX=\"%{_prefix}\" -D_NIX_PREFIX -Wall %{optflags}'

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Egoboo
Comment=A top down graphical (3D) RPG in the spirit of Nethack
Exec=%{_gamesbindir}/egoboo
Icon=egoboo
Terminal=false
StartupNotify=false
Type=Application
Categories=Game;RolePlaying;AdventureGame;
EOF

mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert egoboo1.ico egoboo.png
convert -resize 16x16 egoboo-1.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -resize 32x32 egoboo-1.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -resize 48x48 egoboo-1.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%files
%doc README.Linux game/change.log
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/controls.txt
%{_gamesdatadir}/%{name}/setup.txt
%{_datadir}/applications/egoboo.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.8.1-2
+ Revision: 2c26b5c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1078 |14cr|egoboo-data-2.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	egoboo

Summary:	Data files for egoboo
Name:		%{oname}-data
Version:	2.8.1
Release:	2
Epoch:		1
License:	GPLv3+
Group:		Games/Adventure
URL:		http://egoboo.sourceforge.net/
Source0:	http://downloads.sourceforge.net/egoboo/%{name}-%{version}.tar.xz
Requires:	%{oname} = %{epoch}:%{version}
BuildArch:	noarch

%description
Egoboo is an open source project, using OpenGL and SDL(Simple
DirectMedia Layer) libraries. It is a 3d dungeon role playing
game in the spirit of NetHack. Nice colorful graphics, and
detailed models(using Quake2 modeling tools) make this game
stand out in the gaming open-source community.

%prep
%setup -q

%build

%install
install -d %{buildroot}%{_gamesdatadir}/%{oname}
cp -r basicdat modules %{buildroot}%{_gamesdatadir}/%{oname}

%files
%defattr(644,root,root,755)
%dir %{_gamesdatadir}/%{oname}
%{_gamesdatadir}/%{oname}/basicdat
%{_gamesdatadir}/%{oname}/modules



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.8.1-2
+ Revision: f6c7117
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1079 |14cr|egroupware-1.8.005.20131001-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (oe) undefining these makes the build _real_ quick.
%undefine __find_provides
%undefine __find_requires

%define	Name	eGroupware

Name:		egroupware
Version:	1.8.005.20131001
Release:	3
Summary:	Web-based groupware suite written in php
License:	GPL+
Group:		System/Servers
URL:		http://www.egroupware.org/
Source0:	http://downloads.sourceforge.net/%{name}/%{Name}-%{version}.tar.bz2
Source1:	http://downloads.sourceforge.net/%{name}/%{Name}-egw-pear-%{version}.tar.bz2
Source2:	http://downloads.sourceforge.net/%{name}/%{Name}-gallery-%{version}.tar.bz2
Patch0:		eGroupware-1.6.002-preferred_php_binary.patch

Requires:	apache-mod_php
Requires:   apache-mod_socache_shmcb
Requires:	php-xml
Requires:	php-gd
Requires:	php-cli
Requires:	php-dom
Requires:	php-zip
Requires:   php-pear-XML_Parser
Requires:	%{name}-calendar
Requires:	%{name}-etemplate
Requires:	%{name}-emailadmin
Suggests:	php-pdo_mysql
Suggests:	php-mcrypt
Suggests:	php-imap
Provides:	egroupware-addressbook = %{version}-%{release}
Provides:	egroupware-etemplate = %{version}-%{release}
Provides:	egroupware-contrib-icalsrv = %{version}-%{release}
Provides:	egroupware-contrib-egwical = %{version}-%{release}
Provides:	egroupware-icalsrv = %{version}-%{release}
Provides:	egroupware-mydms = %{version}-%{release}
Obsoletes:	egroupware-addressbook < 1.8.001.2010111-1
Obsoletes:	egroupware-etemplate < 1.8.001.2010111-1
Obsoletes:	egroupware-icalsrv < 1.8.001.2010111-1
Obsoletes:	egroupware-mydms < 1.8.001.2010111-1
Obsoletes:	egroupware-contrib-icalsrv < 1.2.107-5
Obsoletes:	egroupware-contrib-egwical < 1.2.107-5
BuildArch:	noarch

%description
eGroupWare is a web-based groupware suite written in PHP. 
The core package provides the admin, setup, phpgwapi and preferences
packages. It also provides an API for developing additional applications. 
See the egroupware apps project for add-on apps.

%package bookmarks
Summary:	The eGroupWare bookmarks application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description bookmarks
Manage your bookmarks with eGroupWare. Has Netscape plugin.

%package calendar
Summary:	The eGroupWare calendar application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description calendar
Powerful calendar with meeting request system, Alarms, CalDAV and E-Mail 
support, and ACL security.

%package developer_tools
Summary:	The eGroupWare developer_tools application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description developer_tools
The TranslationTools allow to create and extend translations-files for
eGroupWare. They can search the sources for new / added phrases and show you
the ones missing in your language. 

%package egw-pear
Summary:	php-pear classes for eGroupWare
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description egw-pear
egw-pear contains modified pear classes necessary for eGroupware.

%package emailadmin
Summary:	The eGroupWare emailadmin application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}
Requires:	%{name}-egw-pear >= %{version}-%{release}
Suggests:	php-pear-Auth_SASL

%description emailadmin
EmailAdmin enables user email account maintenance in eGroupWare.

%package felamimail
Summary:	The eGroupWare felamimail application
Group:		System/Servers
Requires:	%{name}-emailadmin = %{version}-%{release}
Requires:	%{name}-egw-pear = %{version}-%{release}

%description felamimail
The felamimail Email Reader is an alternative email application for eGroupWare.

%package filemanager
Summary:	The eGroupWare filemanager application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}
Requires:	%{name}-egw-pear >= %{version}-%{release}

%description filemanager
This is the filemanager app for eGroupWare.

%package gallery
Summary:	The eGroupWare gallery application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}
Requires:	%{name}-egw-pear >= %{version}-%{release}

%description gallery
A gallery application for eGroupWare (a port of gallery2).

%package importexport
Summary:	The eGroupWare import/export function
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description importexport
This package provides a general import/export function for the 
eGroupware suite.

%package infolog
Summary:	The eGroupWare infolog application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description infolog
This is the infolog app for eGroupWare.

%package manual
Summary:	The eGroupWare messenger application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description manual
This is the manual app for eGroupWare.

%package news_admin
Summary:	The eGroupWare news_admin application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description news_admin
This is the news_admin app for eGroupWare.

%package notifications
Summary:	User notifications for eGroupWare
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description notifications
This package provides pop-up user notifications for the eGroupWare 
suite.

%package phpbrain
Summary:	The eGroupWare phpbrain application
Group:		System/Servers

%description phpbrain
This is the phpbrain app for eGroupWare.

%package phpsysinfo
Summary:	The eGroupWare phpsysinfo application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description phpsysinfo
This is the cire phpsysinfo of eGroupWare.

%package polls
Summary:	The eGroupWare polls application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description polls
This is the polls app for eGroupWare.

%package projectmanager
Summary:	The eGroupWare projects application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description projectmanager
This is the projects app for eGroupWare.

%package registration
Summary:	The eGroupWare registration application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description registration
This is the registration app for eGroupWare.

%package sambaadmin
Summary:	The eGroupWare sambaadmin application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description sambaadmin
Manage Samba resources with egroupware.

%package sitemgr
Summary:	The eGroupWare sitemgr application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description sitemgr
This is the sitemgr app for eGroupWare.

%package syncml
Summary:	The eGroupWare syncml application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description syncml
Synchronisation for agenda, contacts and todo list.

%package timesheet
Summary:	The eGroupWare timesheet application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description timesheet
Free time management.

%package tracker
Summary:	The eGroupWare tracker application
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description tracker
This is the tracker app for eGroupWare.

%package wiki
Summary:	The eGroupWare wiki application
Group:		System/Servers

%description wiki
This is the wiki app for eGroupWare.

%prep
%setup -q -n %{name}
%setup -q -T -D -b 1 -n %{name}
%setup -q -T -D -b 2 -n %{name}
%patch0 -p1

# cleanup
find . -type d -name CVS | xargs rm -rf
find . -type f -name *.old -o -name *.backup | xargs rm -f
find . -type f -empty | xargs rm -f
find . -type f | xargs chmod 644
find . -name .htaccess |xargs rm -f
find . -name .svn | xargs rm -rf

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
sed 's,\/usr\/share\/egroupware,\/var\/www\/egroupware,' doc/rpm-build/apache.conf > %{buildroot}%{_webappconfdir}/%{name}.conf

# install files
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/default/files
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/default/backup
install -d -m 755 %{buildroot}%{_var}/www/%{name}
cp -aRf * %{buildroot}%{_var}/www/%{name}

# setup the config file: this dummy content triggers the setup process 
# (from upstream's package)
cp doc/rpm-build/header.inc.php %{buildroot}%{_localstatedir}/lib/%{name}/header.inc.php
ln -s %{_localstatedir}/lib/%{name}/header.inc.php %{buildroot}%{_var}/www/%{name}/header.inc.php

# post-install cleanup
rm -rf %{buildroot}%{_var}/www/%{name}/doc 
rm -rf %{buildroot}%{_var}/www/%{name}/*/doc 
rm -f %{buildroot}%{_var}/www/%{name}/felamimail/{COPYING,Changelog,README,TODO}
# doc cleanup
rm -f doc/Makefile
rm -rf doc/rpm-build

%files
%doc doc/* 
%doc phpgwapi/doc/*
# Apache configuration file
%config(noreplace) %{_webappconfdir}/%{name}.conf
# Header config file
%attr(640,apache,apache) %config(noreplace) %{_localstatedir}/lib/%{name}/header.inc.php
# top level dir and files
%dir %{_var}/www/%{name}
%{_var}/www/%{name}/*.php
%{_var}/www/%{name}/groupdav.htaccess
%{_var}/www/%{name}/header.inc.php.template
%{_var}/www/%{name}/phpgwapi
%{_var}/www/%{name}/addressbook
%{_var}/www/%{name}/admin
%{_var}/www/%{name}/etemplate
%{_var}/www/%{name}/preferences
%{_var}/www/%{name}/setup
%{_var}/www/%{name}/home
%{_var}/www/%{name}/resources
%{_var}/www/%{name}/files
%attr(-,apache,apache) %dir %{_localstatedir}/lib/%{name}
%attr(-,apache,apache) %dir %{_localstatedir}/lib/%{name}/default
%attr(-,apache,apache) %dir %{_localstatedir}/lib/%{name}/default/files
%attr(-,apache,apache) %dir %{_localstatedir}/lib/%{name}/default/backup

%files bookmarks
%{_var}/www/%{name}/bookmarks

%files calendar
%{_var}/www/%{name}/calendar

%files developer_tools
%doc developer_tools/doc/*
%{_var}/www/%{name}/developer_tools

%files egw-pear
%{_var}/www/%{name}/egw-pear

%files emailadmin
%{_var}/www/%{name}/emailadmin

%files felamimail
%doc felamimail/{Changelog,README,TODO}
%{_var}/www/%{name}/felamimail

%files filemanager
%{_var}/www/%{name}/filemanager

%files gallery
%{_var}/www/%{name}/gallery

%files importexport
%{_var}/www/%{name}/importexport

%files infolog
%{_var}/www/%{name}/infolog

%files manual
%{_var}/www/%{name}/manual

%files news_admin
%doc news_admin/doc/*
%{_var}/www/%{name}/news_admin

%files notifications
%{_var}/www/%{name}/notifications

%files phpbrain
%{_var}/www/%{name}/phpbrain

%files phpsysinfo
%{_var}/www/%{name}/phpsysinfo

%files polls
%doc polls/doc/*
%{_var}/www/%{name}/polls

%files projectmanager
%{_var}/www/%{name}/projectmanager

%files registration
%doc registration/doc/*
%{_var}/www/%{name}/registration

%files sambaadmin
%defattr(-,root,root)
%{_var}/www/%{name}/sambaadmin

%files sitemgr
%{_var}/www/%{name}/sitemgr

%files syncml
%{_var}/www/%{name}/syncml

%files timesheet
%{_var}/www/%{name}/timesheet

%files tracker
%{_var}/www/%{name}/tracker

%files wiki
%doc wiki/doc/*
%{_var}/www/%{name}/wiki



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.005.20131001-3
+ Revision: 8d2b1a1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1080 |14cr|egroupware-contrib-1.2.107-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	Name	eGroupWare-contrib
%define egw	egroupware
%define wwwdir	%{_var}/www/%{egw}
%define	Version	1.2.107-2

Name:		egroupware-contrib
Version:	1.2.107
Release:	12
Summary:	Contrib modules for egroupware suite
License:	GPL+
Group:		System/Servers
URL:		http://www.egroupware.org/
Source0:	%{Name}-%{Version}.tar.bz2
Requires:	apache-mod_php
Requires:   apache-mod_socache_shmcb
Requires:	php-xml
Requires:	php-gd
BuildArch:	noarch

%description
eGroupWare is a web-based groupware suite written in PHP. This -contrib 
package provides unsupported (and often obsolete and broken) plugins.

%package backup
Summary:	The eGroupWare backup application
Group:		System/Servers
Requires:	%{egw} >= %{version}-%{release}
Obsoletes:	egroupware-backup
Provides:	egroupware-backup

%description backup
An online configurable backup app to store data offline. 
Can store files in zip, tar.gz and tar.bz2 on the local machine 
or Remote via FTP, SMBMOUNT or NFS 

%package browser
Summary:	The eGroupWare browser application
Group:		System/Servers
Requires:	%{egw} >= %{version}-%{release}

%description browser
The eGroupWare browser application

%package chatty
Summary:	The eGroupWare chat application
Group:		System/Servers
Requires:	%{egw} >= %{version}-%{release}

%description chatty
Direct dialogue for egroupware.

%package comic
Summary:	The eGroupWare comic application
Group:		System/Servers
Requires:	%{egw} >= %{version}-%{release}
Obsoletes:	egroupware-comic
Provides:	egroupware-comic

%description comic
This application display comic strips.

%package email
Summary:	The eGroupWare email application
Group:		System/Servers
Obsoletes:	egroupware-email
Provides:	egroupware-email

%description email
AngleMail for eGroupWare at www.anglemail.org is an Email reader with multiple
accounts and mailbox filtering. Also Anglemail support IMAP, IMAPS, POP3 and
POP3S accounts.

%package filescenter
Summary:	The eGroupWare filescenter application
Group:		System/Servers
Requires:	%{egw} >= %{version}-%{release}

%description filescenter
This is the filescenter app for eGroupWare.

%package forum
Summary:	The eGroupWare forum application
Group:		System/Servers
Requires:	%{egw} >= %{version}-%{release}
Obsoletes:	egroupware-forum
Provides:	egroupware-forum

%description forum
This is the forum app for eGroupWare.

%package ftp
Summary:	The eGroupWare ftp application
Group:		System/Servers
Requires:	%{egw} >= %{version}-%{release}
Obsoletes:	egroupware-ftp
Provides:	egroupware-ftp

%description ftp
This is the ftp app for eGroupWare.

%package fudforum
Summary:	The eGroupWare fudforum application
Group:		System/Servers
Requires:	%{egw} >= %{version}-%{release}
Obsoletes:	egroupware-fudforum
Provides:	egroupware-fudforum

%description fudforum
This is the fudforum app for eGroupWare.

%package headlines
Summary:	The eGroupWare headlines application
Group:		System/Servers
Requires:	%{egw} >= %{version}-%{release}
Obsoletes:	egroupware-headlines
Provides:	egroupware-headlines

%description headlines
This is the headlines app for eGroupWare.

%package jinn
Summary:	The eGroupWare jinn application
Group:		System/Servers
Requires:	%{egw} >= %{version}-%{release}
Obsoletes:	egroupware-jinn
Provides:	egroupware-jinn

%description jinn
The jinn app is a multi-site, multi-database, multi-user/-group, database
driven Content Management System written in and for the eGroupWare Framework.

%package messenger
Summary:	The eGroupWare messenger application
Group:		System/Servers
Requires:	%{egw} >= %{version}-%{release}
Obsoletes:	egroupware-messenger
Provides:	egroupware-messenger

%description messenger
This is the messenger app for eGroupWare.
bsoletes:	egroupware-phpbrain
Provides:	egroupware-phpbrain

%package phpldapadmin
Summary:	The eGroupWare phpldapadmin application
Group:		System/Servers
Requires:	%{egw} >= %{version}-%{release}
Obsoletes:	egroupware-phpldapadmin
Provides:	egroupware-phpldapadmin

%description phpldapadmin
This is the phpldapadmin app for eGroupWare.

%package projects
Summary:	The eGroupWare projects application
Group:		System/Servers
Obsoletes:	egroupware-projects
Provides:	egroupware-projects

%description projects
This is the projects app for eGroupWare.

%package skel
Summary:        The eGroupWare skel application
Group:          System/Servers
Requires:       %{egw} >= %{version}-%{release}
Obsoletes:	egroupware-skel
Provides:	egroupware-skel

%description skel
This is the skel app for eGroupWare.

%package soap
Summary:        The eGroupWare soap application
Group:          System/Servers
Requires:       %{egw} >= %{version}-%{release}

%description soap
This is the soap app for eGroupWare.

%package stocks
Summary:	The eGroupWare stocks application
Group:		System/Servers
Requires:	%{egw} >= %{version}-%{release}
Obsoletes:	egroupware-stocks
Provides:	egroupware-stocks

%description stocks
This is the stocks app for eGroupWare.

%package switchuser
Summary:        The eGroupWare switchuser application
Group:          System/Servers
Requires:       %{egw} >= %{version}-%{release}

%description switchuser
This is the switchuser app for eGroupWare.

%package tts
Summary:	The eGroupWare tts application
Group:		System/Servers
Requires:	%{egw} >= %{version}-%{release}
Obsoletes:	egroupware-tts
Provides:	egroupware-tts

%description tts
This is the tts app for eGroupWare.

%package xmlrpc
Summary:        The eGroupWare xmlrpc application
Group:          System/Servers
Requires:       %{egw} >= %{version}-%{release}

%description xmlrpc
This is the xmlrpc app for eGroupWare.

%prep
%setup -q -n %{egw}
# cleanup
find . -type d -name CVS | xargs rm -rf
find . -type f -name *.old -o -name *.backup | xargs rm -f
find . -type f -empty | xargs rm -f
find . -type f | xargs chmod 644
find . -name .svn | xargs rm -rf


# delete duplicate fonts
find . -type d -name ttf-bitstream-vera-1.10|xargs rm -rf

# remove egwical and icalsrv (they're in the main package now)
rm -rf egwical/ icalsrv/

%build

%install
rm -rf  %{buildroot}

# install files
install -d -m 755 %{buildroot}%{wwwdir}
cp -aRf * %{buildroot}%{wwwdir}

# post-install cleanup
rm -rf %{buildroot}%{wwwdir}/doc 
rm -rf %{buildroot}%{wwwdir}/*/doc 
rm -f %{buildroot}%{wwwdir}/backup/README
rm -f %{buildroot}%{wwwdir}/felamimail/{COPYING,Changelog,README,TODO}
rm -f %{buildroot}%{wwwdir}/jinn/{CHANGELOG,COPYING,INSTALL,LICENSE,README,TODO}
rm -f %{buildroot}%{wwwdir}/phpldapadmin/{INSTALL,LICENSE,VERSION}
rm -rf %{buildroot}%{wwwdir}/infolog/debian
rm -rf %{buildroot}%{wwwdir}/jinn/quixplorer_2_3
# doc cleanup
rm -f doc/Makefile
rm -rf doc/rpm-build

# remove .htaccess files
find %{buildroot}%{wwwdir} -name .htaccess -exec rm -f {} \;

# modify shell bang for perl scripts
find %{buildroot}%{wwwdir} -name '*.pl' -exec perl -pi -e 's|/usr/local/bin/perl|/usr/bin/perl|g' {} \;
find %{buildroot}%{wwwdir} -name '*.py' -exec perl -pi -e 's|/usr/local/bin/python|/usr/bin/python|g' {} \;

# fix right on scripts
find %{buildroot}%{wwwdir} -name '*.pl' -exec chmod 755 {} \;
find %{buildroot}%{wwwdir} -name '*.py' -exec chmod 755 {} \;

# apache configuration for fudforum
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{egw}-fudforum.conf <<EOF
<Directory /var/www/egroupware/fudforum/setup/base>
    Require all denied
</Directory>

<Directory /var/www/egroupware/fudforum/setup/base/sql>
    Require all denied
</Directory>

<Directory /var/www/egroupware/fudforum/setup/base/src>
    Require all denied
</Directory>

<Directory /var/www/egroupware/fudforum/setup/base/thm>
    Require all denied
</Directory>

<Directory /var/www/egroupware/fudforum/setup/base/cache>
    Require all denied
</Directory>

<Directory /var/www/egroupware/fudforum/setup/base/scripts>
    Require all denied
</Directory>

<Directory /var/www/egroupware/fudforum/setup/base/www_root>

    php_admin_value output_buffering 16000
    php_admin_value variables_order GPCS
    php_admin_value implicit_flush 0
    php_admin_value register_globals 0
    php_admin_value register_argc_argv 0
    php_admin_value magic_quotes_gpc 0
    php_admin_value session.use_trans_sid 0
</Directory>

<Directory /var/www/egroupware/fudforum/setup/base/include>
    Require all denied
</Directory>
EOF



%clean
rm -rf %{buildroot}

%files backup
%defattr(-,root,root)
%doc backup/README
%{wwwdir}/backup

%files browser
%defattr(-,root,root)
%doc browser/doc/*
%{wwwdir}/browser

%files chatty
%defattr(-,root,root)
%{wwwdir}/chatty

%files comic
%defattr(-,root,root)
%doc comic/doc/*
%{wwwdir}/comic

%files email
%defattr(-,root,root)
%doc email/addressbook-js.changelog.txt email/doc/*
%{wwwdir}/email

%files filescenter
%defattr(-,root,root)
%doc filescenter/doc/*
%{wwwdir}/filescenter

%files forum
%defattr(-,root,root)
%doc forum/README 
%{wwwdir}/forum

%files ftp
%defattr(-,root,root)
%doc ftp/doc/*
%{wwwdir}/ftp

%files fudforum
%defattr(-,root,root)
%{wwwdir}/fudforum
%config(noreplace) %{_webappconfdir}/%{egw}-fudforum.conf

%files headlines
%defattr(-,root,root)
%{wwwdir}/headlines

%files jinn
%defattr(-,root,root)
%doc jinn/{CHANGELOG,COPYING,INSTALL,LICENSE,README,TODO} jinn/doc/*
%{wwwdir}/jinn

%files messenger
%defattr(-,root,root)
%doc messenger/doc/*
%{wwwdir}/messenger

%files phpldapadmin
%defattr(-,root,root)
%doc phpldapadmin/{LICENSE,VERSION}
%{wwwdir}/phpldapadmin

%files projects
%defattr(-,root,root)
%doc projects/doc/*
%{wwwdir}/projects

%files skel
%defattr(-,root,root)
%doc skel/doc/*
%{wwwdir}/skel

%files soap
%defattr(-,root,root)
%doc soap/README.txt
%{wwwdir}/soap

%files stocks
%defattr(-,root,root)
%doc stocks/doc/*
%{wwwdir}/stocks

%files switchuser
%defattr(-,root,root)
%doc switchuser/CHANGELOG switchuser/doc/*
%{wwwdir}/switchuser

%files tts
%defattr(-,root,root)
%doc tts/doc/*
%{wwwdir}/tts

%files xmlrpc
%defattr(-,root,root)
%doc xmlrpc/NOTE xmlrpc/doc/*
%{wwwdir}/xmlrpc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.107-12
+ Revision: c71a200
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1081 |14cr|egueb-0.0.23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Rendering framework
Name:		egueb
Version:	0.0.23
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://enesim.org/
# https://github.com/turran/egueb/archive/v%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
# https://github.com/turran/common
Source1:	enesim-common-20140714.tar.bz2
Patch0:		egueb-0.0.23-enesim-api.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(eina-extra)
BuildRequires:	pkgconfig(enesim)
BuildRequires:	pkgconfig(etch)
Obsoletes:	edom-common < 0.0.23
Obsoletes:	esvg < 0.0.23
Obsoletes:	%{_lib}esvg0 < 0.0.23
Obsoletes:	%{_lib}esvg-devel < 0.0.23

%description
Enesim is generic rendering framework used by other libraries.

%files

#---------------------------------------------------------------------

%define ecss_major 0
%define ecss_libname %mklibname egueb_css %{ecss_major}

%package -n %{ecss_libname}
Summary:	Generic rendering framework library
Group:		System/Libraries
Obsoletes:	%{_lib}ecss0 < 0.0.23

%description -n %{ecss_libname}
Generic rendering framework library used by other libraries.
Part of Enesim framework.

%files -n %{ecss_libname}
%{_libdir}/libegueb_css.so.%{ecss_major}*

#---------------------------------------------------------------------

%define edom_major 0
%define edom_libname %mklibname egueb_dom %{edom_major}

%package -n %{edom_libname}
Summary:	Generic rendering framework library
Group:		System/Libraries
Obsoletes:	%{_lib}edom0 < 0.0.23

%description -n %{edom_libname}
Generic rendering framework library used by other libraries.
Part of Enesim framework.

%files -n %{edom_libname}
%{_libdir}/libegueb_dom.so.%{edom_major}*

#---------------------------------------------------------------------

%define esmil_major 0
%define esmil_libname %mklibname egueb_smil %{esmil_major}

%package -n %{esmil_libname}
Summary:	Generic rendering framework library
Group:		System/Libraries

%description -n %{esmil_libname}
Generic rendering framework library used by other libraries.
Part of Enesim framework.

%files -n %{esmil_libname}
%{_libdir}/libegueb_smil.so.%{esmil_major}*

#---------------------------------------------------------------------

%define esvg_major 0
%define esvg_libname %mklibname esvg %{esvg_major}

%if 0
%package -n %{esvg_libname}
Summary:	Generic rendering framework library
Group:		System/Libraries
Requires:	esvg >= %{version}

%description -n %{esvg_libname}
Generic rendering framework library used by other libraries.
Part of Enesim framework.

%files -n %{esvg_libname}
%{_libdir}/libesvg.so.%{esvg_major}*
%endif

#---------------------------------------------------------------------

%define ecss_devname %mklibname egueb_css -d

%package -n %{ecss_devname}
Summary:	Enesim headers, static libraries, documentation and test programs
Group:		Development/Other
Requires:	%{ecss_libname} = %{EVRD}
Obsoletes:	%{_lib}ecss-devel < 0.0.23

%description -n %{ecss_devname}
Headers, static libraries, test programs and documentation for enesim.

%files -n %{ecss_devname}
%{_libdir}/pkgconfig/egueb-css.pc
%{_includedir}/egueb-0/css/Egueb_Css.h
%{_libdir}/libegueb_css.so

#---------------------------------------------------------------------

%define edom_devname %mklibname egueb_dom -d

%package -n %{edom_devname}
Summary:	Enesim headers, static libraries, documentation and test programs
Group:		Development/Other
Requires:	%{edom_libname} = %{EVRD}
Obsoletes:	%{_lib}edom-devel < 0.0.23

%description -n %{edom_devname}
Headers, static libraries, test programs and documentation for enesim.

%files -n %{edom_devname}
%{_libdir}/pkgconfig/egueb-dom.pc
%{_includedir}/egueb-0/dom/
%{_libdir}/libegueb_dom.so

#---------------------------------------------------------------------

%define esmil_devname %mklibname egueb_smil -d

%package -n %{esmil_devname}
Summary:	Enesim headers, static libraries, documentation and test programs
Group:		Development/Other
Requires:	%{esmil_libname} = %{EVRD}

%description -n %{esmil_devname}
Headers, static libraries, test programs and documentation for enesim.

%files -n %{esmil_devname}
%{_libdir}/pkgconfig/egueb-smil.pc
%{_includedir}/egueb-0/smil/
%{_libdir}/libegueb_smil.so

#---------------------------------------------------------------------

%define esvg_devname %mklibname esvg -d

%if 0
%package -n %{esvg_devname}
Summary:	Enesim headers, static libraries, documentation and test programs
Group:		Development/Other
Requires:	%{esvg_libname} = %{EVRD}

%description -n %{esvg_devname}
Headers, static libraries, test programs and documentation for enesim.

%files -n %{esvg_devname}
%{_libdir}/pkgconfig/esvg.pc
%{_includedir}/Esvg.h
%{_includedir}/esvg
%{_libdir}/libesvg.so
%endif

#---------------------------------------------------------------------

%if 0
%package -n esvg
Summary:	Common files used by Esvg library
Group:		Development/Other

%description -n esvg
Common files used by Esvg library.

%files -n esvg
%doc README
%{_bindir}/esvg*
%{_libdir}/emage/emage_svg.so
%endif

#---------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
cd common
tar -xf %{SOURCE1}

%build
NOCONFIGURE=1 ./autogen.sh
#autoreconf -ifv
%configure2_5x \
	--disable-esvg \
	--disable-static
%make

%install
%makeinstall_std

%changelog
* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.23-1
+ Revision: e3ef6a3
- New version 0.0.23
- New shared library libegueb_smil
- Build without esvg for now (until we have new enesim release)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1082 |14cr|eiciel-0.9.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	eiciel
%define	version	0.9.6.1
%define release	3

Name:		%name
Version:	%version
Release:	%release
Summary:	Graphical access control list (ACL) editor
Group:		Graphical desktop/GNOME
License:	GPL
URL:		http://rofi.roger-ferrer.org/eiciel/
Source0:	http://rofi.roger-ferrer.org/eiciel/download/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libgnomeui-2.0) gtkmm2.4-devel gnome-vfs2-devel nautilus-devel
BuildRequires:	attr-devel acl-devel gettext-devel
BuildRequires:	autoconf2.5
BuildRequires:	desktop-file-utils

%description
Graphical editor for access control lists (ACL) 
and extended attributes (XATTR), either as an 
extension within Nautilus, or as a standalone utility.

%prep
%setup -q
sed -i s/Version=.*/Version=1.0/ src/*.desktop.in

%build
#autoreconf -fi
%configure2_5x --with-nautilus-extensions-dir=%{_libdir}/nautilus/extensions-2.0
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/*%{name}*
%{_datadir}/gnome/help/%{name}
%{_mandir}/man1/%{name}*
%{_libdir}/nautilus/extensions-2.0/lib%{name}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6.1-3
+ Revision: ddfbd70
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1083 |14cr|eina-extra-0.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname eina_extra %{major}
%define devname %mklibname eina_extra -d

Summary:	Extra types for eina
Name:		eina-extra
Version:	0.0.1
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		https://code.google.com/p/enesim/source/browse/#svn%2Ftrunk%2Feina-extra
# svn snapshot
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(eina)

%description
Extra types for eina.

#---------------------------------------------------------------------

%package -n %{libname}
Summary:	Extra types for eina
Group:		System/Libraries

%description -n %{libname}
Extra types for eina.

%files -n %{libname}
%{_libdir}/libeina_extra.so.%{major}*

#---------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for eina-extra
Group:		Development/Other
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for eina-extra.

%files -n %{devname}
%{_libdir}/pkgconfig/*
%{_libdir}/libeina_extra.so
%{_includedir}/*

#---------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Mon Sep 15 2014 Rosa <rosa@abf.rosalinux.ru> 0.0.1-1
+ Revision: 8574ad9
- Automatic import for version 0.0.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1084 |14cr|einstein-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Remake of old DOS game Sherlock which was inspired by Albert Einstein's puzzle
Name:		einstein
Version:	2.0
Release:	3
License:	GPLv2+
Group:		Games/Puzzles
Url:		http://games.flowix.com/en/index.html
Source:		http://www.babichev.info/files/einstein/%{name}-%{version}-src.tar.gz
Source1:	%{name}-1.0-html-pages.tgz
Source2:	%{name}-wrapper
Source3:	icon.bmp
Source4:	einstein.desktop
Source5:	einstein.png
Patch1:		einstein-math_h.patch
Patch2:		einstein-Makefile.patch
Patch3:		einstein-formatter_cpp.patch
Patch4:		einstein-2.0-deb-icon_change.patch
Patch5:		einstein-2.0-deb-font_change.patch
Patch6:		einstein-2.0-deb-random_init.patch
Patch7:		einstein-2.0-alt-rules_clarification.patch
Patch8:		einstein-2.0-alt-fix_mkres_link.patch
Patch9:		einstein-2.0-alt-translation_fix.patch
Patch10:	einstein-2.0-gcc43.patch
Patch11:	einstein-2.0-no-strip.patch
BuildRequires:	fonts-ttf-dejavu
BuildRequires:	makedepend
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(zlib)

%description
Einstein puzzle is cross-platform open source remake of old DOS game Sherlock
which was inspired by Albert Einstein's puzzle. Einstein said that only those
with an intelligence quotient of 97 percentile and higher should be able to
solve it.

The game goal is to open all cards in square of 6x6 cards.
Every row of square contains cards of one type only. For example, first row
contains arabic digits, second - letters, third - rome digits, fouths - dices,
fifth - geometric figures, sixs - mathematic symbols.

%files
%doc doc/*
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup
%setup -q -T -D -a 1

%patch1
%patch2
%patch3 -p2
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
install %{SOURCE3} res/
mv %{name} doc
cp /usr/share/fonts/TTF/dejavu/DejaVuSans.ttf res/

%build
%make depend
%make -C mkres OPTIMIZE="%{optflags}"
pushd res
../mkres/mkres --source resources.descr --output ../einstein.res
popd
%make PREFIX=/usr OPTIMIZE="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}/res
%makeinstall_std PREFIX=%{buildroot}%{_prefix}
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}.bin
install %{SOURCE2} %{buildroot}%{_bindir}/%{name}
chmod 755 %{buildroot}%{_bindir}/%{name}
install -Dm 0644 %{SOURCE4} %{buildroot}%{_datadir}/applications/%{name}.desktop
install -Dm 0644 %{SOURCE5} %{buildroot}%{_datadir}/pixmaps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-3
+ Revision: d37c90a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1085 |14cr|eiskaltdcpp-2.2.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		2.2
%define	libname		%mklibname %{name} %{major}
%define	develname	%mklibname %{name} -d

Summary:	Cross-platform program that uses the Direct Connect and ADC protocol
Name:		eiskaltdcpp
Version:	2.2.9
Release:	4
License:	GPLv3+
Group:		Networking/File transfer
Url:		http://code.google.com/p/eiskaltdc
Source0:	https://eiskaltdc.googlecode.com/files/%{name}-%{version}.tar.xz
Patch0:		eiskaltdcpp-2.2.8-fix-linkage.patch

BuildRequires:  cmake >= 2.6.3
BuildRequires:  boost-devel
BuildRequires:  aspell-devel
BuildRequires:  pkgconfig(libupnp)
BuildRequires:  qt4-devel
BuildRequires:  bzip2-devel
BuildRequires:  pkgconfig(openssl) >= 0.9.8
BuildRequires:  gettext-devel
BuildRequires:  pkgconfig(gail-3.0)
BuildRequires:  pkgconfig(gdk-3.0)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(lua)
BuildRequires:  pkgconfig(gladeui-2.0)
BuildRequires:  pkgconfig(libidn)
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(libpcre)
BuildRequires:  miniupnpc-devel
BuildRequires:  pkgconfig(lua)
BuildRequires:  pkgconfig(libcanberra-gtk3)


%description
EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC
protocol. It is compatible with other DC clients, such as the original DC from
Neomodus, DC++ and derivatives. EiskaltDC++ also inter operates with all
common DC hub software. The minimum number of our patches to original DC++
kernel makes it easy to upgrade to new versions and ensures compatibility with
other clients.


%files -f lib%{name}.lang
%doc AUTHORS COPYING LICENSE ChangeLog.txt ChangeLog_ru.txt ChangeLog_uk.txt
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/update_geoip
%{_datadir}/%{name}/sounds
%{_datadir}/%{name}/examples
%{_datadir}/%{name}/emoticons
%{_datadir}/%{name}/luascripts
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/icons/hicolor/*/apps/%{name}.png

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic library used by EiskaltDC++
Group:		System/Libraries

%description -n %{libname}
Dynamic library used by EiskaltDC++.

%files -n %{libname}
%doc COPYING
%{_libdir}/lib%{name}.so.%{major}*

#-----------------------------------------------------------------------------


%package qt
Summary:	Qt frontend for EiskaltDC++
Group:		Networking/File transfer
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description qt
EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC
protocol. It is compatible with other DC clients, such as the original DC from
Neomodus, DC++ and derivatives. EiskaltDC++ also inter operates with all
common DC hub software. The minimum number of our patches to original DC++
kernel makes it easy to upgrade to new versions and ensures compatibility with
other clients. This is the Qt front end.



%files qt -f %{name}-qt.lang
%doc COPYING
%dir %{_datadir}/%{name}/qt
%dir %{_datadir}/%{name}/qt/ts
%{_datadir}/%{name}/qt/icons
%{_datadir}/%{name}/qt/qtscripts
%{_datadir}/%{name}/qt/resources
%{_mandir}/man1/%{name}-qt.1.*
%{_datadir}/applications/%{name}-qt.desktop
%{_bindir}/%{name}-qt


#-----------------------------------------------------------------------------
%package gtk
Summary:	GTK frontend for EiskaltDC++
Group:		Networking/File transfer
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description gtk
EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC
protocol. It is compatible with other DC clients, such as the original DC from
Neomodus, DC++ and derivatives. EiskaltDC++ also inter operates with all
common DC hub software. The minimum number of our patches to original DC++
kernel makes it easy to upgrade to new versions and ensures compatibility with
other clients. This is the GTK front end.



%files gtk -f %{name}-gtk.lang
%doc COPYING
%{_datadir}/%{name}/gtk
%{_mandir}/man1/%{name}-gtk.1.*
%{_datadir}/applications/%{name}-gtk.desktop
%{_bindir}/%{name}-gtk


#-----------------------------------------------------------------------------
%package daemon
Summary:	A simple EiskaltDC++ daemon
Group:		Networking/File transfer
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	perl(Term::UI)

%description daemon
EiskaltDC++ is a cross-platform program that uses the Direct Connect and
ADC protocol. It is compatible with other DC clients, such as the original
DC from Neomodus, DC++ and derivatives. EiskaltDC++ also inter operates
with all common DC hub software. This is a simple daemon for running
EiskaltDC++ without any GUI; it can be controlled via XMLRPC or JSONRPC.

%files daemon
%doc AUTHORS COPYING LICENSE README TODO
%{_datadir}/%{name}/cli/*
%{_mandir}/man1/%{name}-daemon.1.*
%{_mandir}/man1/%{name}-cli-*.1.*
%{_bindir}/%{name}-daemon
%{_bindir}/%{name}-cli-*


#-----------------------------------------------------------------------------
%package -n %{develname}
Summary:	Development files for the main EiskaltDC++ library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
EiskaltDC++ is a cross-platform program that uses the Direct Connect and
ADC protocol. It is compatible with other DC clients, such as the original
DC from Neomodus, DC++ and derivatives. EiskaltDC++ also inter operates
with all common DC hub software.
This package contains the header files needed to use the main EiskaltDC++
library.

%files -n %{develname}
%doc COPYING ChangeLog.txt ChangeLog_ru.txt ChangeLog_uk.txt
%{_includedir}/%{name}/dcpp/*.h


#-----------------------------------------------------------------------------

%prep
%setup -q
#https://github.com/eiskaltdcpp/eiskaltdcpp/issues/27
lua_version=`lua -v 2>&1 | cut -d ' ' -f2 | cut -d '.' -f1,2`
if [ "$lua_version" = "5.2" ]
then
    sed -i -e 's/Lua51/Lua52/' CMakeLists.txt cmake/FindLua52.cmake
fi

%patch0 -p1 -b .linkage

%build
rm -rf data/examples/*.php eiskaltdcpp-qt/qtscripts/gnome/*.php

%cmake	-DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
	-DLIB_INSTALL_DIR=%{_libdir} \
	-DLOCAL_BOOST=OFF \
	-DLUA_SCRIPT=ON \
	-DUSE_IDNA=ON \
	-DPERL_REGEX=ON \
	-DUSE_QT=ON \
	-DUSE_QT_SQLITE=ON \
	-DUSE_QT_QML=ON \
	-DUSE_JS=ON \
	-DUSE_ASPELL=ON \
	-DFREE_SPACE_BAR_C=ON \
	-DDBUS_NOTIFY=ON \
	-DUSE_GTK3=ON \
	-DUSE_LIBGNOME2=OFF \
	-DUSE_LIBNOTIFY=ON \
	-DUSE_LIBCANBERRA=ON \
	-DNO_UI_DAEMON=ON \
	-DXMLRPC_DAEMON=OFF \
	-DJSONRPC_DAEMON=ON \
	-DUSE_CLI_XMLRPC=ON \
	-DUSE_CLI_JSONRPC=ON \
	-DWITH_DEV_FILES=ON \
	-DEISKALTDCPP_INCLUDE_DIR="%{_includedir}/%{name}" \
	-DWITH_EMOTICONS=ON \
	-DWITH_SOUNDS=ON \
	-DWITH_EXAMPLES=ON \
	-DWITH_LUASCRIPTS=ON \
	-DWITH_DHT=ON \
	-DUSE_MINIUPNP=ON \
	-DCREATE_MO=ON \
	-DINSTALL_RUNTIME_PATH=OFF
%make


%install
%makeinstall_std -C build

%find_lang %{name}-gtk

find %{buildroot} -name "*.qm" | sed 's:'%{buildroot}':: 
s:.*/\([a-zA-Z]\{2\}\).qm:%lang(\1) \0:' > %{name}-qt.lang

%find_lang lib%{name} lib%{name}.lang





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.9-4
+ Revision: 4bf4621
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1086 |14cr|ejabberd-2.1.13-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A distributed, fault-tolerant Jabber/XMPP server

Name:		ejabberd
Version:	2.1.13
Release:	5
Group:		System/Servers
License:	GPLv2+
URL:		http://www.ejabberd.im/
Source0:	http://www.process-one.net/downloads/ejabberd/%{version}/%{name}-%{version}.tgz
Source3:        inetrc
# http://ejabberd.jabber.ru/ejabberdctl-extra
Source4:	http://ejabberd.jabber.ru/files/efiles/mod_ctlextra.erl
# The following were extracted from a patch found on http://realloc.spb.ru/share/ejabberdad.html
Source5:	ejabberd_auth_ad.erl
Source6:	mod_shared_roster_ad.erl
Source7:	mod_vcard_ad.erl

Source9:        ejabberd.logrotate
Source10:       ejabberd.sysconfig
Source11:       ejabberd.service
Source12:       ejabberd.tmpfiles.conf

# PAM support
Source13:       ejabberdctl.pam
Source14:       ejabberdctl.apps
Source15:       ejabberd.pam

# Patches from Fedora
# Use ejabberd as an example for PAM service name (fedora/epel-specific)
Patch1: ejabberd-0001-Fix-PAM-service-example-name-to-match-actual-one.patch
# fixed delays in s2s connections
Patch2: ejabberd-0002-Fixed-delays-in-s2s-connections.patch
# Introducing mod_admin_extra
Patch3: ejabberd-0003-Introducing-mod_admin_extra.patch
# BZ# 439583, 452326, 451554, 465196, 502361 (fedora/epel-specific)
Patch4: ejabberd-0004-Fedora-specific-changes-to-ejabberdctl.patch
# Fix so-lib permissions while installing (fedora/epel-specific)
Patch5: ejabberd-0005-Install-.so-objects-with-0755-permissions.patch
# Will be proposed for inclusion into upstream
Patch6: ejabberd-0006-Use-versioned-directory-for-storing-docs.patch
# Backported from upstream
Patch7: ejabberd-0007-Support-SASL-GSSAPI-authentication-thanks-to-Mikael-.patch
# Disable IP restriction for ejabberdctl (seems that it doesn't work well)
Patch8: ejabberd-0008-Disable-INET_DIST_INTERFACE-by-default.patch

BuildRequires:	erlang-base
BuildRequires:	erlang-ssl
BuildRequires:	erlang-devel
BuildRequires:	erlang-erl_interface
BuildRequires:	erlang-compiler
BuildRequires:	erlang-asn1
BuildRequires:	erlang-public_key
BuildRequires:	erlang-parsetools
BuildRequires:	libexpat-devel
BuildRequires:	openssl-devel
BuildRequires:	zlib-devel
BuildRequires:	tetex-latex
BuildRequires:	hevea
BuildRequires:	rpm-helper >= 0.21
BuildRequires:  texlive-collection-basic
Requires:	erlang-base
Requires:	erlang-crypto
Requires:	erlang-mnesia
Requires:	erlang-syntax_tools
Requires:	erlang-compiler
Requires:	erlang-asn1
Requires:	erlang-ssl
Requires(post):	systemd
Requires(pre):	rpm-helper >= 0.19
Requires(post):	rpm-helper >= 0.21
Requires(preun):	rpm-helper >= 0.19
Requires(postun):	rpm-helper >= 0.19


%description
ejabberd is a Free and Open Source distributed fault-tolerant
Jabber/XMPP server. It is mostly written in Erlang, and runs on many
platforms (tested on Linux, FreeBSD, NetBSD, Solaris, Mac OS X and
Windows NT/2000/XP).

%package devel
Summary:	Development files for %{name}

Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Requires:	erlang-devel

%description devel
Development files for %{name}.

%package doc
Summary:	Documentation for ejabberd

Group:		System/Servers

%description doc
Documentation for ejabberd.

%prep
%setup -q


%patch1 -p1 -b .pam_name
%patch2 -p1 -b .s2s_delays
%patch3 -p1 -b .mod_admin_extra
#%patch4 -p1 -b .fedora_specific
%patch5 -p1 -b .fix_perms
%patch6 -p1 -b .versioned_docdir
%patch7 -p1 -b .gssapi
%patch8 -p1 -b .disable_ip_restriction_for_ejabberdctl

# FIXME one more last-minute fix, now for 2.1.13
sed -i -e "s,2.1.12,2.1.13,g" src/configure
touch -r src/configure.ac src/configure

%{__perl} -pi -e "s!/var/lib/ejabberd!%{_libdir}/ejabberd-%{version}!g" src/Makefile.in
%{__perl} -pi -e "s!/etc!%{_sysconfdir}!g" src/Makefile.in

cp %{SOURCE4} src
cp %{SOURCE5} src
cp %{SOURCE6} src
cp %{SOURCE7} src

%build
%define _disable_ld_no_undefined 1
pushd src
%configure2_5x \
	--enable-odbc \
	--disable-pam \
	--disable-ejabberd_zlib

%make -j1
popd
pushd doc
make html pdf
popd

%install
pushd src
%makeinstall_std
popd

# fix example SSL certificate path to real one, which we created recently (see above)
%{__perl} -pi -e 's!/path/to/ssl.pem!/etc/ejabberd/ejabberd.pem!g' %{buildroot}/etc/ejabberd/ejabberd.cfg

# fix captcha path
%{__perl} -pi -e 's!/lib/ejabberd/priv/bin/captcha.sh!%{_libdir}/%{name}/priv/bin/captcha.sh!g' %{buildroot}/etc/ejabberd/ejabberd.cfg

mkdir -p %{buildroot}/var/log/ejabberd
mkdir -p %{buildroot}/var/lib/ejabberd/spool

chmod a+x %{buildroot}%{_libdir}/ejabberd/priv/lib/

%{__perl} -pi -e 's!./ssl.pem!/etc/pki/tls/private/ejabberd.pem!g' \
    %{buildroot}/etc/ejabberd/ejabberd.cfg

install -d -m 755 %{buildroot}/var/log/ejabberd
install -d -m 755 %{buildroot}%{_var}/lib/ejabberd

# install systemd entry
install -D -m 0644 -p %{S:11} %{buildroot}%{_unitdir}/%{name}.service
install -D -m 0644 -p %{S:12} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# install sysconfig file
install -D -p -m 0644  %{S:10} %{buildroot}%{_sysconfdir}/sysconfig/ejabberd

mkdir -p %{buildroot}%{_bindir}
ln -s consolehelper %{buildroot}%{_bindir}/ejabberdctl
install -D -p -m 0644 %{S:13} %{buildroot}%{_sysconfdir}/pam.d/ejabberdctl
install -D -p -m 0644 %{S:14} %{buildroot}%{_sysconfdir}/security/console.apps/ejabberdctl
install -D -p -m 0644 %{S:15} %{buildroot}%{_sysconfdir}/pam.d/ejabberd


# install config for logrotate
install -D -p -m 0644  %{S:9} %{buildroot}%{_sysconfdir}/logrotate.d/ejabberd

cp %{S:3} %{buildroot}%{_sysconfdir}/ejabberd/inetrc

cat > README.urpmi <<EOF
Mageia RPM specific notes

Post-installation
-----------------
There is no users created with the default configuration.

You have to first create an user, either through a client supporting registration (kopete, psi), or through command line:

$> su ejabberd -c 'ejabberdctl --node ejabberd@host register user domain.tld passwd'

Then you have to grant him admin privilege, by adding such a line in /etc/ejabberd/ejabberd.cfg:

{acl, admin, {user, "user"}}.

More commands are available, through ejabberctl:

$> su ejabberd -c 'ejabberdctl --node ejabberd@host help'

You can also access the web console at http://host:5280/admin
EOF

install -d -m 755 %{buildroot}%{_docdir}/%{name}
install -m 644 README %{buildroot}%{_docdir}/%{name}
install -m 644 README.urpmi %{buildroot}%{_docdir}/%{name}
install -m 644 COPYING %{buildroot}%{_docdir}/%{name}
install -m 644 doc/*.pdf doc/*.html doc/*.png doc/release_notes_*  %{buildroot}%{_docdir}/%{name}

install -d -m 755 %{buildroot}%{_sbindir}
# ejabberd wrapper
cat > %{buildroot}%{_sbindir}/ejabberd <<'EOF'
#!/bin/sh

ERLANG_NODE=ejabberd
ERL=/usr/bin/erl
LIB=%{_var}/lib/ejabberd/ebin
CONFIG=/etc/ejabberd/ejabberd.cfg
INETRC=/etc/ejabberd/inetrc
LOG=/var/log/ejabberd/ejabberd.log
SASL_LOG=/var/log/ejabberd/sasl.log
SPOOL=/var/lib/ejabberd

if [ -r /var/lib/ejabberd/.erlang.cookie ] ; then
    export HOME=/var/lib/ejabberd
fi

ARGS=
while [ $# -ne 0 ] ; do
    PARAM=$1
    shift
    case $PARAM in
	--) break ;;
	--node) ERLANG_NODE=$1; shift ;;
	--config) CONFIG=$1 ; shift ;;
	--log) LOG=$1 ; shift ;;
	--sasl-log) SASL_LOG=$1 ; shift ;;
	--spool) SPOOL=$1 ; shift ;;
	*) ARGS="$ARGS $PARAM" ;;
    esac
done

if [ "$ERLANG_NODE" = "${ERLANG_NODE%.*}" ] ; then
    SNAME=-sname
else
    SNAME=-name
fi

exec $ERL -pa $LIB \
    $SNAME $ERLANG_NODE \
    -s ejabberd \
    -kernel inetrc \"$INETRC\" \
    -ejabberd config \"$CONFIG\" log_path \"$LOG\" \
    -sasl sasl_error_logger \{file,\"$SASL_LOG\"\} \
    -mnesia dir \"$SPOOL\" \
    $ERL_OPTIONS $ARGS "$@"
EOF
chmod 755 %{buildroot}%{_sbindir}/ejabberd

%pre
if [ -d %{_var}/lib/%{name}/spool ]; then
    mv -f %{_var}/lib/%{name}/spool/* %{_var}/lib/%{name}
    rmdir %{_var}/lib/%{name}/spool
fi
%_pre_useradd %{name} /var/lib/%{name} /bin/sh
%_pre_groupadd %{name} %{name}

%preun
%_preun_service %{name}

%post
%_create_ssl_certificate %{name} -b -g %{name}
%_tmpfilescreate %{name}
%_post_service %{name}

%postun
%_postun_userdel %{name}
%_postun_groupdel %{name}

%clean

%files
%doc %{_docdir}/%{name}-%{version}
%{_docdir}/%{name}/COPYING
%{_docdir}/%{name}/README
%{_docdir}/%{name}/README.urpmi
%dir %attr(750,root,ejabberd) %{_sysconfdir}/ejabberd
%attr(750,root,ejabberd) %{_sysconfdir}/sysconfig/ejabberd
%attr(640,root,ejabberd) %config(noreplace) %{_sysconfdir}/ejabberd/ejabberd.cfg
%attr(640,root,ejabberd) %config(noreplace) %{_sysconfdir}/ejabberd/inetrc
%attr(640,root,ejabberd) %config(noreplace) %{_sysconfdir}/ejabberd/ejabberdctl.cfg
%{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf
%{_sbindir}/ejabberd
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/pam.d/ejabberdctl
%config(noreplace) %{_sysconfdir}/security/console.apps/ejabberdctl
%{_bindir}/ejabberdctl
%attr(550,root,ejabberd) %{_sbindir}/ejabberdctl
%dir %{_libdir}/ejabberd
%dir %{_libdir}/ejabberd/ebin
%dir %{_libdir}/ejabberd/priv
%{_libdir}/ejabberd/ebin/*
%{_libdir}/ejabberd/priv/*
%config(noreplace) %{_sysconfdir}/logrotate.d/ejabberd
%attr(-,ejabberd,ejabberd) /var/lib/ejabberd
%attr(-,ejabberd,ejabberd) /var/log/ejabberd

%files devel
%{_libdir}/ejabberd/include

%files doc
%{_docdir}/%{name}/*
%exclude %{_docdir}/%{name}/COPYING
%exclude %{_docdir}/%{name}/README
%exclude %{_docdir}/%{name}/README.urpmi

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.13-5
+ Revision: cd0ba60
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1087 |14cr|ekee-2.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ekee
%define version 2.0.2
%define release 3

Summary: LaTeX equation editor
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPLv2
Group: Publishing
Url: http://rlehy.free.fr/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: ruby, ruby-qt4, tetex, tetex-latex, pstoedit, xdg-utils
BuildArch: noarch

%description
Ekee is a tool for interactively producing images from LaTeX
expressions. Several common formats (PNG, SVG, PDF, EPS) are
supported.

%prep
%setup -q

%build

%install
%__rm -rf %{buildroot}
%__rm -f doc/*.pod
%__install -D -m 755 ekee %{buildroot}%{_bindir}/ekee

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc doc/*
%_bindir/ekee




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-3
+ Revision: 0053336
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1088 |14cr|ekg-1.8-0.rc2.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prel rc1

Summary:	A client compatible with Gadu-Gadu
Name:		ekg
Version:	1.8
Release:	0.rc2.4
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://ekg.chmurka.net/
Source0:	http://ekg.chmurka.net/%{name}-%{version}%{prel}.tar.bz2
Source1:	%{name}.conf
Patch0:		%{name}-makefile-ioctld-makedir.patch
Patch1:		ekg-1.8_rc1-gtk.patch
Patch2:		ekg-1.8rc1-linkage.patch
BuildRequires:	aspell-devel
BuildRequires:	jpeg-devel
BuildRequires:	libgsm-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgadu)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

%description
EKG ("Eksperymentalny Klient Gadu-Gadu") is an open source gadu-gadu
client for UNIX systems. Gadu-Gadu is an instant messaging program,
very popular in Poland.

EKG features include:
  - irssi-like ncurses interface
  - sending and receiving files
  - voice conversations
  - launching shell commands on certain events
  - reading input from pipe
  - python scripting support
  - speech synthesis (using an external program)
  - encryption support

Please note that the program is not internationalized and all messages
are in Polish (although the commands are in English).

%files
%defattr(644,root,root,755)
%doc docs/{dcc,files,gdb,python,sim,themes,ui-ncurses,vars,voip}.txt
%doc ChangeLog docs/{FAQ,README,TODO,ULOTKA} docs/emoticons.{ansi,sample}
%config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(755,root,root) %{_bindir}/e*
%attr(755,root,root) %{_bindir}/ioctld
%{_datadir}/ekg
%{_mandir}/man1/*
%{_mandir}/pl/man1/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}%{prel}
%patch0 -p1 -b .ioctld
%patch1 -p1 -b .gtk
%patch2 -p1 -b .linkage

%build
%configure2_5x \
	--enable-aspell \
	--disable-static \
	--enable-shared \
	--enable-ioctld \
	--with-python \
	--with-libgsm
%make

%install
%makeinstall_std

install contrib/ekl2.pl %{buildroot}%{_bindir}
install contrib/ekl2.sh %{buildroot}%{_bindir}
install docs/ekl2.man.pl %{buildroot}%{_mandir}/pl/man1/ekl2.1
install docs/ekl2.man.en %{buildroot}%{_mandir}/man1/ekl2.1
install -D %{SOURCE1} %{buildroot}%{_sysconfdir}/ekg.conf
rm -f examples/Makefile examples/Makefile.in examples/.cvsignore

#fix wrong-script-end-of-line-encoding /usr/bin/ekl2.pl
perl -pi -e 's/\015$//' %{buildroot}/%{_bindir}/ekl2.pl

#Remove bad requires from libgadu.pc
perl -pi -e 's/@[^@]*@//' %{buildroot}%{_libdir}/pkgconfig/libgadu.pc


%changelog
* Tue Feb 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8-0.rc2.4
+ Revision: 5c8f0aa
- LOG Update BuildRequires, fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1089 |14cr|ekg2-1.0-7.20120212.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _snapshot 20120212

Summary:	Opensource multi-protocol instatnt messaging client

Name:		ekg2
Version:	1.0
Release:	7.%{_snapshot}.3
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://ekg2.org/
Source0:	http://pl.ekg2.org/%{name}-%{_snapshot}.tar.bz2
BuildRequires:	libtool
BuildRequires:	aspell-devel
BuildRequires:	gettext-devel
BuildRequires:	gpgme-devel
BuildRequires:	gpm-devel
BuildRequires:	jpeg-devel
BuildRequires:	libgsm-devel
BuildRequires:	libltdl-devel
BuildRequires:	perl-devel
BuildRequires:	readline-devel
BuildRequires:	xosd-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgadu)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3)
Conflicts:	ekg
Conflicts:	%{name}-devel

%description
EKG2 is opensource IM client for Unix systems. Program supports plugins,
which make possibility to support many diffrent protocols.

%files -f %{name}.lang
%doc docs/*
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/%{name}
%{perl_vendorarch}/Ekg2
%{perl_vendorarch}/Ekg2.pm
%{perl_vendorarch}/auto/Ekg2

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{_snapshot}
export AUTOMAKE="automake --foreign"
autoreconf -fi
sed -i "s/);/,\n\t'INSTALLDIRS' => 'vendor');/" plugins/perl/common/Makefile.PL
sed -i "s/);/,\n\t'INSTALLDIRS' => 'vendor');/" plugins/perl/irc/Makefile.PL

%build
%configure2_5x \
    --with-aspell \
    --with-expat \
    --with-libgnutls \
    --with-libgadu \
    --with-libgsm \
    --with-python \
    --without-readline \
    --with-sqlite \
    --with-sqlite3 \
    --with-gtk \
    --enable-unicode \
    --disable-rpath

# /usr/bin/gpgme-config --cflags returns empty string, but build fails:
# error: GPGME was compiled with _FILE_OFFSET_BITS = 64
%make GPGME_CFLAGS="-D_FILE_OFFSET_BITS=64"

%install
install -d %{buildroot}%{_datadir}/%{name}/scripts
install -d  %{buildroot}%{perl_vendorlib}/i386-linux

%makeinstall_std

rm -rf docs/{CVS,.cvsignore,Makefile*}
rm -rf docs/ekg2book/{CVS,.cvsignore,Makefile*}
rm -rf docs/ekg2book/design/CVS
rm -rf docs/ekg2book-en/{CVS,.cvsignore,Makefile*}
rm -rf docs/ekg2book-en/design/CVS
rm -f %{buildroot}%{_libdir}/%{name}/plugins/*.la

%find_lang %{name}


%changelog
* Wed May 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7.20120212.3
+ Revision: d8e3a86
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1090 |14cr|elementary-1.11.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Basic widget set based on EFL for mobile touch-screen devices
Name:		elementary
Version:	1.11.2
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.fr/releases/%{name}-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRequires:	gettext-devel
BuildRequires:	edje
BuildRequires:	eet
BuildRequires:	embryo
BuildRequires:	eolian
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(ecore-con)
BuildRequires:	pkgconfig(ecore-evas)
BuildRequires:	pkgconfig(ecore-file)
BuildRequires:	pkgconfig(ecore-imf)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eet)
BuildRequires:	pkgconfig(efreet)
BuildRequires:	pkgconfig(efreet-mime)
BuildRequires:	pkgconfig(efreet-trash)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(eio)
BuildRequires:	pkgconfig(eldbus)
BuildRequires:	pkgconfig(eo)
BuildRequires:	pkgconfig(eolian)
BuildRequires:	pkgconfig(evas)
BuildRequires:	evas_generic_loaders

# Extra stuff
BuildRequires:	pkgconfig(emotion)
BuildRequires:	pkgconfig(ethumb_client)
#BuildRequires:	pkgconfig(eweather)

%description
A basic widget set that is easy to use based on EFL for mobile
touch-screen devices.

This package is part of the Enlightenment DR17 desktop shell.

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_bindir}/elementary_run
%{_bindir}/elementary_codegen
%{_bindir}/elementary_config
%{_bindir}/elementary_quicklaunch
%{_bindir}/elm_prefs_cc
%{_libdir}/edje/modules/elm/v-*/module.so
%{_libdir}/elementary/modules/access_output/v-*
%{_libdir}/elementary/modules/datetime_input_ctxpopup/v-*
%{_libdir}/elementary/modules/prefs/v-*
%{_datadir}/applications/%{name}_config.desktop
%{_datadir}/%{name}/config/*
%{_datadir}/%{name}/edje_externals/*
%{_datadir}/%{name}/images/*
%{_datadir}/%{name}/themes/default.edj
%{_datadir}/%{name}/objects/*
%{_iconsdir}/%{name}.png

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for the %{name} package
Group:		System/Libraries

%description -n %{libname}
Libraries for %{name}.

%files -n %{libname}
%{_libdir}/libelementary.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and development libraries from %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
%{name} development headers and libraries.

%files -n %{devname}
%{_bindir}/elementary_test
%dir %{_libdir}/cmake/Elementary
%{_libdir}/cmake/Elementary/*.cmake
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libelementary.so
%{_libdir}/elementary/modules/test_entry/v-*
%{_libdir}/elementary/modules/test_map/v-*
%{_datadir}/applications/%{name}_test.desktop
%dir %{_datadir}/eolian/include/elementary-1
%{_datadir}/eolian/include/elementary-1/*
%{_includedir}/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.11.2-1
+ Revision: 5957bd4
- New version 1.11.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1091 |14cr|elementary-icon-theme-2.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	icon-theme
%define theme_name	elementary

Name:			%{theme_name}-%{base_name}
Version:		2.7.1
Release:		2
Summary:		Elementary icons for GNOME Desktop
License:		GPLv2+
Group:			Graphical desktop/GNOME
Source:			http://launchpad.net/elementaryicons/2.0/%{version}/+download/%{name}-%{version}.tar.gz
URL:			https://launchpad.net/elementaryicons
BuildRequires: 		icon-naming-utils
Requires:		hicolor-icon-theme
Requires:		faenza-icon-theme
BuildArch:		noarch

%description
Elementary icons is an icon theme designed to be smooth,
sexy, clear, and efficient.

%prep
%setup -q -n %{name}/%{theme_name}

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_iconsdir}/%{theme_name}
cp -Rf * %{buildroot}%{_iconsdir}/%{theme_name}/

%clean
rm -rf %{buildroot}

%post
%update_icon_cache %{_iconsdir}/%{theme_name}/

%postun
%clean_icon_cache %{_iconsdir}/%{theme_name}/

%files
%doc AUTHORS CONTRIBUTORS COPYING
%{_iconsdir}/%{theme_name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.1-2
+ Revision: 9ab725d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1092 |14cr|elfio-1.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ELFIO
%define sdevname %mklibname %{name} -d -s

Summary:	ELF (Executable and Linkable Format) reader and producer
Name:		elfio
Version:	1.0.3
Release:	7
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://elfio.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{oname}-%{version}.tar.bz2

%description
ELFIO is a C++ library for reading and generating files in the ELF
binary format. This library is unique and not based on any other
product. It is also platform independent. The library uses standard
ANSI C++ constructions and runs on a wide variety of architectures.

%files
%doc README AUTHORS doc/tutorial.pdf
%{_bindir}/ELFDump

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Development tools for programs using the %{oname} library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}elfio1-devel < 1.0.3-6

%description -n %{sdevname}
This package contains the header files and libraries needed for
developing programs using the %{oname} library.

%files -n %{sdevname}
%{_includedir}/ELF*.h
%{_libdir}/lib%{oname}.a

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-7
+ Revision: 7f27e43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1093 |14cr|eliminate-dups-1.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name eliminate-dups
%define version 1.2
%define release 13
%define qdir /var/qmail

Name:		%{name}
Summary:	Eliminates duplicate email messages for qmail users
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/Mail
Source:		%{name}-%{version}.tar.bz2
Patch:		%{name}.patch.bz2
Requires:	perl
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildArch:	noarch
Buildrequires:  perl-MD5

%description
eliminate-dups is a small perl program that will help in the elimination of
duplicate messages.


%prep

%setup -q
%patch -p1


%build
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}
mkdir -p %{buildroot}
mv $RPM_BUILD_DIR/%{name}-%{version}/Makefile.dist $RPM_BUILD_DIR/%{name}-%{version}/Makefile
make

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p %{buildroot}/var/qmail/bin
install -m 755 $RPM_BUILD_DIR/%{name}-%{version}/%{name} %{buildroot}%{qdir}/bin

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}
rm -rf $RPM_BUILD_DIR/%{name}-%{version}


%files 
%defattr(-,root,root)
%doc README INSTALL CHANGES
%{qdir}/bin/eliminate-dups




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-13
+ Revision: b7147af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1094 |14cr|elinks-0.12-0.pre6.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pre pre6

Summary:	Lynx-like text WWW browser
Name:		elinks
Version:	0.12
Release:	0.%{pre}.2
License:	GPLv2+
Group:		Networking/WWW
Url:		http://elinks.or.cz/
Source0:	http://elinks.or.cz/download/%{name}-%{version}%{pre}.tar.bz2
Source1:	elinks.conf
# stella6.4/centos patches thx to Nux
Patch0:		elinks-0.11.0-ssl-noegd.patch
Patch1:		elinks-0.10.1-utf_8_io-default.patch
Patch3:		elinks-0.11.0-getaddrinfo.patch
Patch4:		elinks-0.11.0-sysname.patch
Patch5:		elinks-0.10.1-xterm.patch
Patch7:		elinks-0.11.3-macropen.patch
Patch8:		elinks-scroll.patch
# nss_compat_ossl not yet ported on rosa
#Patch9:	elinks-nss.patch
#Patch10:	elinks-nss-inc.patch
Patch11:	elinks-0.12pre5-js185.patch
Patch12:	elinks-0.12pre5-ddg-search.patch
Patch13:	elinks-0.12pre6-autoconf.patch

BuildRequires:	bzip2-devel
BuildRequires:	gpm-devel
BuildRequires:	krb5-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(mozjs185)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(x11)
Provides:	webclient
Provides:	links

%description
ELinks is an advanced and well-established feature-rich text mode web
(HTTP/FTP/..) browser. ELinks can render both frames and tables, is highly
customizable and can be extended via scripts. Its features include:

- renders tables and frames
- displays colors as specified in current HTML page
- uses drop-down menu (like in Midnight Commander)
- can download files in background
- HTTP authentication

%files -f elinks.lang
%{_bindir}/elinks
%doc README SITES TODO COPYING
%ghost %verify(not md5 size mtime) %{_bindir}/links
%ghost %verify(not md5 size mtime) %{_mandir}/man1/links*
%config(noreplace) %{_sysconfdir}/elinks.conf
%{_mandir}/man1/elinks.1*
%{_mandir}/man5/*

%postun
if [ "$1" -ge "1" ]; then
	links=`readlink %{_sysconfdir}/alternatives/links`
	if [ "$links" == "%{_bindir}/elinks" ]; then
		%{_sbindir}/alternatives --set links %{_bindir}/elinks
	fi
fi
exit 0

%post
#Set up alternatives files for links
%{_sbindir}/alternatives --install %{_bindir}/links links %{_bindir}/elinks 90 \
  --slave %{_mandir}/man1/links.1.gz links-man %{_mandir}/man1/elinks.1.gz
links=`readlink %{_sysconfdir}/alternatives/links`
if [ "$links" == "%{_bindir}/elinks" ]; then
	%{_sbindir}/alternatives --set links %{_bindir}/elinks
fi

%preun
if [ $1 = 0 ]; then
	%{_sbindir}/alternatives --remove links %{_bindir}/elinks
fi
exit 0

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}%{pre}
%patch0 -p1
%patch1 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch7 -p1
%patch8 -p1
#patch9 -p1
#patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1

find . -name "Makefile*" -o -name "*.m4" |xargs sed -i -e 's,configure.in,configure.ac,g'
sed -i 's/^# *serial [AM0-9]*$//' acinclude.m4 config/m4/*.m4
aclocal -I config/m4
autoreconf

%build
export CFLAGS="%{optflags} $(getconf LFS_CFLAGS) -D_GNU_SOURCE"
%configure2_5x \
	%{?rescue:--without-gpm} \
	--without-x \
	--with-gssapi \
	--enable-bittorrent \
	--with-nss_compat_ossl \
	--enable-256-colors \
	--without-openssl \
	--without-gnutls

MOPTS="V=1"
if tty >/dev/null 2>&1; then
    # turn on fancy colorized output only when we have a TTY device
    MOPTS=
fi
%make $MOPTS

%install
%makeinstall_std
rm -f %{buildroot}%{_datadir}/locale/locale.alias
mkdir -p %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/elinks.conf
touch %{buildroot}%{_bindir}/links
true | gzip -c > %{buildroot}%{_mandir}/man1/links.1.gz

%find_lang elinks


%changelog
* Tue Jul 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.12-0.pre6.2
+ Revision: d0e7adf
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1095 |14cr|elyxer-1.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec is based on Cristobal Lopez's work in MIB
# and Damir Shayhutdinov's work in ALT Linux

Name:		elyxer
Version:	1.2.3
Release:	3
Summary:	Convert LyX source files to HTML output
License:	GPLv3
Group:		Text tools
URL:		http://www.nongnu.org/elyxer/
Source0:	http://download.savannah.gnu.org/releases-noredirect/%{name}/%{name}-%{version}.tar.gz
Source1:	elyxer.1
Source2:	loremipsumize.1
BuildRequires:	python-devel
BuildRequires:	gettext-devel
BuildRequires:	pygtk2.0-devel
Requires:	pygtk2.0 >= 2.10
Requires:	gettext
Requires:	python
BuildArch:	noarch

%description
eLyXer converts a LyX source file to a HTML page. Full documentation in HTML
format can be found at docs/index.html, or on the web:
http://www.nongnu.org/elyxer/

%prep
%setup -q

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot} --install-lib=%{py_sitedir}

%__mkdir_p %{buildroot}%{_bindir}
%__mkdir_p %{buildroot}%{_datadir}/locale
cp -rf ./po/locale/* %{buildroot}%{_datadir}/locale

%__mkdir_p %{buildroot}%{_mandir}/man1
cp %{SOURCE1} %{SOURCE2} %{buildroot}%{_mandir}/man1/

for i in %{buildroot}%{_bindir}/*.py; do
%__mv $i %{buildroot}%{_bindir}/`basename $i .py`
done

%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/*
%{py_sitedir}/*.egg-info
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-3
+ Revision: dd540fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1096 |14cr|emacs-browse-kill-ring-1.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname browse-kill-ring

Summary:	Interactively insert items from kill-ring
Name:		emacs-%{rname}
Version:	1.3
Release:	11
License:	GPLv2+
Group:		Editors
Url:		http://www.todesschaf.org/projects/bkr.html
Source0:	%{rname}.el
Source1:	%{name}-autostart.el
BuildRequires:	emacs
BuildRequires:	perl
BuildArch:	noarch

%description
Ever feel that 'C-y M-y M-y M-y ...' is not a great way of trying
to find that piece of text you know you killed a while back?  Then
browse-kill-ring is for you.

%files
%doc DOCUMENTATION
%config(noreplace) /etc/emacs/site-start.d/%{name}.el
%{_datadir}/*/site-lisp/*el*

#----------------------------------------------------------------------------

%prep
%setup -T -c
install -m644 %{SOURCE0} .

%build
emacs -batch -q -no-site-file -f batch-byte-compile %{rname}.el
mv %{rname}.elc emacs-%{rname}.elc

#Maybe need adjust
perl -n -e 'last if /^\(/;last if /^;;; Code/; s|^([;])+\s||; print' < %{SOURCE0} > DOCUMENTATION

%install
mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp/
install -m644 emacs-%{rname}.elc %{buildroot}%{_datadir}/emacs/site-lisp/
install -m644 %{rname}.el %{buildroot}%{_datadir}/emacs/site-lisp/

install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
install -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-11
+ Revision: b9ec2f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1097 |14cr|emacs-chess-2.0b5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pname chess

Name:		emacs-%{pname}
Summary: 	A client and library for playing Chess from Emacs
Version: 	2.0b5
Release: 	7
License:	GPL
Group: 		Editors
Source: 	%{pname}-%{version}.tar.bz2
Patch0:         chess-2.0b5-texi.patch
Url: 		http://www.newartisans.com/johnw/EmacsChess.html
BuildRequires: 	emacs-bin
BuildRequires:  texinfo
BuildArch: noarch

%{expand:%%define emacs_version %(rpm -q emacs|sed 's/emacs-\([0-9].*\)-.*$/\1/')}

%description
Chess.el does not know how to play chess against you.  While the
library does know all legal moves, there is no "thinking" module.  For
this, you must download one of the publically available chess engines,
such as gnuchess, crafty or phalanx.  You will find all of these
sufficiently challenging, I'm sure.  Once they are installed, chess.el
will use them, provided the locations of the binaries is on your PATH.

%prep
%setup -q -n %{pname}-%{version}
%patch0 -p1

%build
make clean
%make

%install
mkdir -p %{buildroot}/%{_datadir}/emacs/site-lisp
install	*.el *.elc %{buildroot}/%{_datadir}/emacs/site-lisp

install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
cp chess-auto.el %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{pname}-emacs.el

%files
%doc COPYING ChangeLog EPD.txt PGN.txt PLAN README TODO 
%{_datadir}/emacs/site-lisp/*.el
%{_datadir}/emacs/site-lisp/*.elc
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/%{pname}-emacs.el


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0b5-7
+ Revision: dd8a20c
- Added texi patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1098 |14cr|emacs-ebib-1.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	ebib
%define name	emacs-%{tarname}
%define version 1.7.2
%define release 2

Summary:	BibTeX database manager for Emacs
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{tarname}-%{version}.tar.gz
License:	BSD
Group:		Editors
Url:		http://ebib.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Provides:	%{tarname} = %{version}-%{release}
Requires:	emacs 
BuildRequires:	emacs 

%description
Ebib is a BibTeX database manager that runs in GNU Emacs and
XEmacs. With Ebib, you can create and manage .bib-files, all within
Emacs. It supports @string and @preamble definitions, multi-line field
values, searching, and integration with Emacs' (La)TeX mode.

%prep
%setup -q -n %{tarname}-%{version}

%build
emacs -batch -f batch-byte-compile ebib.el
cp -p info/*.info .
lzma -z *.info

%install
%__rm -rf %{buildroot}
%__install -d -m 755 %{buildroot}%{_datadir}/emacs/site-lisp
%__install -d -m 755 %{buildroot}%{_infodir}
%__install -d -m 755 %{buildroot}%{_sysconfdir}/emacs/site-start.d
%__install -m 644 ebib.el* %{buildroot}%{_datadir}/emacs/site-lisp
%__install -m 644 ebib-manual.info* %{buildroot}%{_infodir}
ln -s %{_infodir}/ebib-manual.info.lzma %{buildroot}%{_infodir}/ebib.info.lzma
%__cat <<EOF > %{buildroot}%{_sysconfdir}/emacs/site-start.d/ebib.el
(autoload 'ebib "ebib" "Ebib, a BibTeX database manager" t)
EOF
%__chmod 644 %{buildroot}%{_sysconfdir}/emacs/site-start.d/ebib.el

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog README doc/html/*
%_sysconfdir/emacs/site-start.d/ebib.*
%_datadir/emacs/site-lisp/ebib*
%_infodir/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.2-2
+ Revision: cc19e5f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1099 |14cr|emacs-elib-1.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname   elib
%define elibdir %{_datadir}/emacs/site-lisp/%{fname}

Name:           emacs-%{fname}
Version:        1.0
Release:        14
Epoch:          0
Summary:        Emacs Lisp Library
Requires:       emacs >= 0:20.7
License:        GPL
URL:            http://jdee.sunsite.dk/
Source:         http://jdee.sunsite.dk/%{fname}-%{version}.tar.bz2
Patch0:         emacs-elib-1.0-direntry.patch
Patch1:		emacs-elib-1.0-texi.patch
Group:          Editors
Obsoletes:      elib < %{epoch}:%{version}-%{release}
Provides:       elib = %{epoch}:%{version}-%{release}
BuildArch:      noarch
BuildRequires:  emacs-bin
BuildRequires:  texinfo

%description
The Emacs Lisp Library.

%prep
%setup -q -n %{fname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%make

%install
%{__mkdir_p} %{buildroot}%{_datadir}/emacs/site-lisp/%{fname}
%{__mkdir_p} %{buildroot}{%{elibdir},%{_infodir}}

%{__install} -m 644 *.el *.elc %{buildroot}%{elibdir}
%{__install} -m 644 *.info* %{buildroot}%{_infodir}

%files
%doc ChangeLog COPYING INSTALL NEWS README RELEASING TODO
%{elibdir}
%{_infodir}/*info*



%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0-14
+ Revision: bc045f6
- Added texi patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1100 |14cr|emacs-EPL-0.7-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


Summary: Control Emacs using Perl as an alternative to Emacs Lisp

Name: emacs-EPL
Version: 0.7
Release: 12
License: GPL
Group: Development/Perl
Source: http://www.cpan.org/modules/by-module/Emacs/Emacs-EPL-%{version}.tar.bz2
Requires: emacs, perl
BuildRequires: perl-devel
BuildArch: noarch

%description
EPL (Emacs Perl) lets you control Emacs and XEmacs using Perl as an alternative
to Emacs Lisp.

%prep
%setup -n Emacs-EPL-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std
(
 cd lisp
 for i in *.el; do install -D $i %{buildroot}/usr/share/emacs/site-lisp/$i; done
)

install -d %{buildroot}/etc/emacs/site-start.d
echo "(require 'perl)" > %{buildroot}/etc/emacs/site-start.d/epl.el

%clean 

%files
%doc README
%{perl_vendorlib}/Emacs*
%{_mandir}/*/*
%{_datadir}/emacs/site-lisp/*
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-12
+ Revision: 3db9b0b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1101 |14cr|emacs-ess-13.09-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name ess

Summary:	Emacs Speaks Statistics package for Emacs
Name:		emacs-%{upstream_name}
Version:	13.09
Release:	2
License:	GPLv2+
Group:		Editors
Url:		http://ess.r-project.org
Source0:	http://ess.r-project.org/downloads/ess/%{upstream_name}-%{version}.tgz
BuildRequires:	emacs
BuildRequires:	emacs-el
BuildRequires:	R-base
BuildRequires:	texinfo
Requires:	emacs
Requires:	emacs-el
BuildArch:	noarch

%description
This package provides Emacs Speaks Statistics (ESS), which provides
Emacs-based front ends for popular statistics packages.

ESS provides an intelligent, consistent interface between the user and
the software.  ESS interfaces with S-PLUS, R, SAS, BUGS and other
statistical analysis packages under the Unix, Microsoft Windows, and
Apple Mac OS operating systems.  ESS is a package for the GNU Emacs
text editor whose features ESS uses to streamline the creation and use
of statistical software. ESS knows the syntax and grammar of statistical
analysis packages and provides consistent display and editing features
based on that knowledge. ESS assists in interactive and batch execution
of statements written in these statistical analysis languages.

%files
%doc ANNOUNCE ChangeLog README VERSION
%dir %{_datadir}/emacs/site-lisp
%{_datadir}/emacs/site-lisp/%{upstream_name}
%{_infodir}/%{upstream_name}.info.xz
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/%{name}.el

#----------------------------------------------------------------------------

%package doc
Summary:	Emacs Speaks Statistics Documentation
Group:		Editors

%description doc
This package provides documentation for Emacs Speaks Statistics (ESS).

%prep
%setup -q -n %{upstream_name}-%{version}
chmod u+w doc/{html,info,refcard,dir.txt} # fix perms

%files doc
%doc doc/ess-intro-graphs.pdf doc/readme.pdf doc/html

#----------------------------------------------------------------------------

%build
%make \
	PREFIX=%{_prefix} \
	LISPDIR=%{_datadir}/emacs/site-lisp/%{upstream_name} \
	ETCDIR=%{_datadir}/emacs/site-lisp/%{upstream_name}/etc \
	INFODIR=%{_infodir}

cat > %{name}.el <<"EOF"
;;; Set up %{upstream_name} for Emacs.
;;;
;;; This file is automatically loaded by emacs's site-start.el
;;; when you start a new emacs session.
(if (not (string-match "XEmacs" emacs-version)) (require 'ess-site))
EOF

%install
install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
install -d %{buildroot}%{_infodir}

%makeinstall_std \
	PREFIX=%{buildroot}%{_prefix} \
	LISPDIR=%{buildroot}%{_datadir}/emacs/site-lisp/%{upstream_name} \
	ETCDIR=%{buildroot}%{_datadir}/emacs/site-lisp/%{upstream_name}/etc \
	INFODIR=%{buildroot}%{_infodir} \
	DOCDIR=%{buildroot}%{_docdir}/%{name}-doc
install -m 0644 %{name}.el %{buildroot}%{_sysconfdir}/emacs/site-start.d/
rm -f %{buildroot}%{_datadir}/emacs/site-lisp/%{upstream_name}/etc/*.BAT
rm -f %{buildroot}%{_datadir}/emacs/site-lisp/%{upstream_name}/etc/*.sparc
rm -f %{buildroot}%{_docdir}/%{name}-doc/*.dvi
rm -f %{buildroot}%{_docdir}/%{name}-doc/*.html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 13.09-2
+ Revision: 12f02fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1102 |14cr|emacs-haskell-mode-2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname haskell-mode

Summary: Major mode for editing Haskell code with emacs
Name:    emacs-haskell-mode
Version: 2.4
Release: 2
Source0: http://www.iro.umontreal.ca/~monnier/elisp/haskell-mode-%{version}.tar.gz
License: GPL
Group: Development/Other
BuildArch: noarch
BuildRequires: emacs
Url: http://haskell.org/haskell-mode/

%description
Haskell Mode for Emacs

%prep
%setup -q -n %{rname}-%{version}

%build
make

%install
# NB: prefering .el files (so that it's version independant)
install -d %buildroot%{_datadir}/emacs/site-lisp
install -m644 *.el %buildroot%_datadir/emacs/site-lisp

install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
cat <<EOF >%{buildroot}%{_sysconfdir}/emacs/site-start.d/%{rname}.el
(load "%{_datadir}/emacs/site-lisp/haskell-site-file")
;(add-hook 'haskell-mode-hook 'turn-on-haskell-decl-scan)
;(add-hook 'haskell-mode-hook 'turn-on-haskell-hugs)
EOF


%files
%doc NEWS
%config(noreplace) /etc/emacs/site-start.d/%{rname}.el
%_datadir/*/site-lisp/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-2
+ Revision: 178e89c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1103 |14cr|emacs-htmlize-1.37-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname 	htmlize
%define name 	emacs-%{rname}
%define version 1.37
%define release  3

Summary: 	HTML-ize font-lock buffers
Name: 		%{name}
Version:	%{version}
Release: 	%{release}
Epoch:		0
Group: 		Editors
Url:		http://fly.srk.fer.hr/~hniksic/emacs/
Source0: 	%{url}%{rname}.el.lzma
License: 	GPLv2+
BuildArch:	noarch
BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:  emacs

%description
This package converts text and associated decorations in an emacs
buffer to HTML.

%prep
%setup -T -q -c %{rname}-%{version}
cp -f %SOURCE0 .
unlzma %{rname}.el.lzma
cat > %{rname}-start.el << EOF
;; -*- Mode: Emacs-Lisp -*-

(if (string-match "GNU Emacs" (version)) (autoload '%rname-buffer "%{rname}" nil t))
(if (string-match "GNU Emacs" (version)) (autoload '%rname-region "%{rname}" nil t))
(if (string-match "GNU Emacs" (version)) (autoload '%rname-file "%{rname}" nil t))
(if (string-match "GNU Emacs" (version)) (autoload '%rname-many-files "%{rname}" nil t))
(if (string-match "GNU Emacs" (version)) (autoload '%rname-many-files-dired "%{rname}" nil t))
EOF

%build
emacs -batch -q -no-site-file -f batch-byte-compile %{rname}.el 

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%_datadir/emacs/site-lisp
%__install -m 644 %{rname}.el %{buildroot}/%{_datadir}/emacs/site-lisp
%__install -m 644 %{rname}.elc %{buildroot}/%{_datadir}/emacs/site-lisp

%__mkdir -p %{buildroot}%_sysconfdir/emacs/site-start.d
%__install -m 644 %{rname}-start.el %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{rname}.el

%clean
%__rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/%{rname}.el
%{_datadir}/emacs/site-lisp/%{rname}.el*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.37-3
+ Revision: 71f9c28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1104 |14cr|emacs-matlab-3.3.1-2.20130402.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20130402

Summary:	Matlab mode for emacs
Name:		emacs-matlab
Version:	3.3.1
Release:	2.%{git}.1
License:	GPLv2+
Group:		Editors
Url: 		http://matlab-emacs.sourceforge.net/
Source0:	matlab-emacs-%{git}.tar.bz2
BuildRequires:	emacs
BuildRequires:	emacs-cedet
Requires:	emacs
Requires:	emacs-cedet
BuildArch:	noarch

%description
Matlab mode for emacs.

%files
%doc ChangeLog* README
%{_datadir}/emacs/site-lisp/matlab
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/matlab-load.*

#----------------------------------------------------------------------------

%prep
%setup -q -n matlab-emacs

%build
sed -i 's,--no-site-file,,' Makefile
%make all

%install
rm -f *~
mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp/matlab/
install -m 644 *.el* %{buildroot}%{_datadir}/emacs/site-lisp/matlab/

cat > tmp <<EOF
;; Set path to matlab mode files on Mandriva
(add-to-list 'load-path "/usr/share/emacs/site-lisp/matlab")

EOF
cat tmp matlab-load.el > tmp2
mv -f tmp2 matlab-load.el

mkdir -p %{buildroot}%{_sysconfdir}/emacs/site-start.d/
install -m 644 matlab-load.el* %{buildroot}%{_sysconfdir}/emacs/site-start.d/
rm -f %{buildroot}%{_datadir}/emacs/site-lisp/matlab/matlab-load*

chmod 644 ChangeLog* README


%changelog
* Wed Feb 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3.1-2.20130402.1
+ Revision: fa61ee8
- LOG Update to latest snapshot (20130402), spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1105 |14cr|emacs-mode-compile-2.27-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname mode-compile
%define name emacs-%{rname}
%define version 2.27
%define release 15

%define flavor emacs

Summary: Smart command for compiling files according to major-mode
Name: %{name}
Version: %{version}
Release: %{release}
# From the XEmacs source
Source0: %{rname}.el.bz2
Source1: %{name}-autostart.el
License: GPL
Group: Editors
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
BuildRequires: %{flavor}-bin
BuildRequires: perl
BuildArch: noarch

%description
Provide `mode-compile' function as a replacement for the use of
 `compile' command which is very dumb for creating it's compilation
 command (use "make -k" by default).  `mode-compile' is a layer
 above `compile'; Its purpose is mainly to build a smart
 compile-command for `compile' to execute it. This compile-command
 is built according to number of parameters:
  - the major-mode.
  - presence or not of a makefile in current directory.
  - the buffer-file-name and extension.
  - what is in the current buffer (`main' function,"#!/path/shell", ...).
  - and more ...
Most of these parameters are higly customizable through Emacs
Lisp variables (to be set in your .emacs or through Customization
menu).  Running mode-compile after an universal-argument (C-u)
allows remote compilations, user is prompted for a host name to
run the compilation command on.  Another function provided is
`mode-compile-kill' which terminate a running compilation session
launched by `mode-compile'.

%prep
%setup -T -c %{name}-%{version}
bzcat %{SOURCE0} > %{rname}.el

%build
for i in %{flavor};do
$i -batch -q -no-site-file -f batch-byte-compile %{rname}.el 
mv %{rname}.elc $i-%{rname}.elc
done

#Maybe need adjust
perl -n -e 'last if /^\(/;last if /^;;; Code/; print' < %{SOURCE0} > DOCUMENTATION

%install
rm -rf $RPM_BUILD_ROOT

for i in %{flavor};do
install -D -m644 $i-%{rname}.elc %{buildroot}%{_datadir}/${i}/site-lisp/$i-%{rname}.elc
[[ $i = emacs ]] && install -D -m644 %{rname}.el %{buildroot}%{_datadir}/emacs/site-lisp/%{rname}.el
done

install -d %buildroot%{_sysconfdir}/emacs/site-start.d
cat << EOF > %buildroot%{_sysconfdir}/emacs/site-start.d/%{name}.el
%{expand:%(%__cat %{SOURCE1})}
EOF


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc DOCUMENTATION
%config(noreplace) /etc/emacs/site-start.d/%{name}.el
%{_datadir}/*/site-lisp/*el*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.27-15
+ Revision: 186093a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1106 |14cr|emacs-php-mode-1.13.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		rname php-mode

Summary:	Major mode for editing PHP code

Name:		emacs-%{rname}
Version:	1.13.1
Release:	2
Epoch:		1
Source0:	http://sourceforge.net/projects/php-mode/files/php-mode/php-mode-%{version}.zip
URL:		http://php-mode.sourceforge.net/
License:	GPLv3+
Group:		Editors
Requires:	emacs >= 22.0
BuildRequires:	emacs >= 22.0, texinfo
BuildArch:    	noarch	

%description 
PHP mode is a major Emacs mode for editing PHP 3 and 4 source code. As
it is an extension of the C mode, it inherits all of that mode's
navigation functionality. It's syntax highlighting colors code
according to PHP's grammar, however, and indents it according to the
PEAR coding guidelines. The mode also includes a couple of handy
IDE features such as documentation search and a source and class
browser.

%prep
%setup -q -n %{rname}-%{version}

%build
emacs -batch -q -no-site-file -f batch-byte-compile %{rname}.el 
make

%install

%__install -m 755 -d %{buildroot}%{_datadir}/emacs/site-lisp
%__install -m 644 %{rname}.el* %{buildroot}%{_datadir}/emacs/site-lisp/

%__install -m 755 -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
cat > %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el << EOF
;; -*- Mode: Emacs-Lisp -*-
; Copyright (C) 2000 by Chmouel Boudjnah
; 
; Redistribution of this file is permitted under the terms of the GNU 
; Public License (GPL)
;

(autoload '%{rname} "%{rname}" nil t)
(setq auto-mode-alist (append '(("\\\\.php3?\\\\'" . %{rname})) auto-mode-alist))
EOF

# %check
# make test

%files
%config(noreplace) /etc/emacs/site-start.d/%{name}.el
%{_datadir}/*/site-lisp/*el*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.13.1-2
+ Revision: 9bb4942
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1107 |14cr|emacs-psgml-1.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	fname	psgml
%define psgmldir %_datadir/emacs/site-lisp/psgml

%define debug_package %{nil}

Summary:	A GNU Emacs major mode for editing SGML documents
name:		emacs-%fname
Version:	1.3.2
Release: 	2
Requires: 	sgml-common
Requires: 	emacs >= 20.7
License: 	GPL
URL:		http://www.lysator.liu.se/projects/about_psgml.html
Source: 	ftp://ftp.lysator.liu.se:21/pub/sgml/ALPHA/psgml-%{version}.tar.gz
Group: 		Editors
Obsoletes:	psgml
Provides:	psgml = %version-%release
BuildRequires:	emacs-bin

%description
Emacs is an advanced and extensible editor. An Emacs major mode
customizes Emacs for editing particular types of text documents. PSGML
is a major mode for SGML (a markup language) documents.  PSGML
provides several functionalities for editing SGML documents:
indentation according to element nesting depth and identification of
structural errors (but it is not a validating SGML parser); menus and
commands for inserting tags with only the contextually valid tags;
attribute values can be edited in a separate window with information
about types and defaults; structure based editing includes movement
and killing; and also several commands for folding editing.

%prep
%setup -q -n %fname-%version

%build
%configure
make infodir=%{_infodir} psgmldir=%{psgmldir}

%install
install -d %{buildroot}{%{psgmldir},%{_infodir},%{_libdir}/sgml/cdtd}

%makeinstall psgmldir=%{buildroot}%{psgmldir} lispdir=%{buildroot}%{psgmldir}

# Why putting source files ??????
#for i in $RPM_BUILD_ROOT%{psgmldir}/*.elc; do 
#  rm -f $i
#  cp `echo $(basename $i) | sed s/elc/el/` %{buildroot}%{psgmldir}
#done

make install-info infodir=%{buildroot}%{_infodir}

install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
cat << EOF > %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}-init.el
(add-to-list 'load-path "%{psgmldir}")

(autoload 'sgml-mode "psgml" "Major mode for editing SGML." t)
(autoload 'xml-mode "psgml" "Major mode for editing XML." t)
(if (not (getenv "SGML_CATALOG_FILES"))
   (defvar sgml-catalog-files '("CATALOG" "catalog" "/etc/sgml/catalog""%{_libdir}/sgml/CATALOG" "%{_libdir}/sgml-tools/dtd/catalog"))
  "*List of catalog entry files.
The files are in the format defined in the SGML Open Draft Technical
Resolution on Entity Management.")
(put 'sgml-catalog-files 'sgml-type 'list);;
;;
;; SGML markup faces.
;;
(setq sgml-markup-faces
'((start-tag . font-lock-function-name-face)
(end-tag . font-lock-builtin-face)
(comment . font-lock-comment-face)
(pi . font-lock-keyword-face)
(sgml . font-lock-keyword-face)
(doctype . font-lock-keyword-face)
(entity . font-lock-variable-name-face)
(shortref . font-lock-variable-name-face)
(ignored  . font-lock-comment)
(ms-start . font-lock-type-face)
(ms-end . font-lock-type-face)))

(setq sgml-set-face t)

EOF


%files
%doc README.psgml
%config(noreplace) %_sysconfdir/emacs/site-start.d/%{name}-init.el
%dir %{psgmldir}
%{psgmldir}/*
%_libdir/sgml/cdtd
%_infodir/*info*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-2
+ Revision: 9e4c245
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1108 |14cr|emacs-tnt-2.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname 	tnt
%define name 	emacs-%{rname}
%define version 2.4
%define release  9

Summary: 	Emacs based AOL Instant Message Client
Name: 		%{name}
Version:	%{version}
Release: 	%{release}
Source0: 	%{rname}-%{version}.tar.bz2
Url:		http://tnt.sourceforge.net
License: 	GPL
Group: 		Editors
BuildRoot: 	%{_tmppath}/%{name}-buildroot
Prefix: 	%{_prefix}
BuildRequires:  emacs-bin
BuildArch: noarch

%description
TNT is an Emacs client for AIM, AOL's free instant messaging service.
Using TNT, you can, from the comfort of your Emacs window, check
whether friends and coworkers are online, send them "instant
messages", and join them in multi-party private chat sessions.  Unlike
the official AIM clients, TNT is designed to be functional rather than
pretty, easy to use rather than easy to learn.  It doesn't have a
graphical user interface, fancy artwork, or other random fluff.
Instead, like other emacs extensions, it has a keyboard-driven,
text-based interface.  TNT is AIM for grownups ;-).

%prep
%setup -n %{rname}-%{version}

%build
emacs -batch --no-site-file --eval '(setq load-path (cons "." load-path))' -f batch-byte-compile *.el

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/tnt $RPM_BUILD_ROOT%{_sysconfdir}/emacs/site-start.d
cp *.el *.elc $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp
cat << EOF > $RPM_BUILD_ROOT%{_sysconfdir}/emacs/site-start.d/tnt.el
(load "tnt")
EOF
%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644,root,root,0755)
%doc README PROTOCOL TODO
%{_datadir}/emacs/site-lisp/*.el
%{_datadir}/emacs/site-lisp/*.elc
%{_sysconfdir}/emacs/site-start.d/tnt.el




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-9
+ Revision: 160da0c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1109 |14cr|emacs-w3m-1.5-0.20120203.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname w3m
%define emacs_version 24.3
%define git 20120203

Summary:	An Emacs interface to w3m, a web browser and pager
Name:		emacs-%{rname}
Version:	1.5
Release:	0.%{git}.1
License:	GPLv2+
Group:		Networking/WWW
Url:		http://emacs-w3m.namazu.org/
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}-autostart.el
BuildRequires:	emacs
Requires:	emacs
Requires:	w3m
Conflicts:	xemacs
Provides:	emacs-w3 = %{EVRD}
BuildArch:	noarch

%description
Emacs-w3m is a simple Emacs interface to w3m, which is a pager with WWW
capability. Although it is a pager, it can be used as a text-mode WWW browser.

%files
%doc README
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*el
%{_infodir}/*
%dir %attr(0755, root, root) %{_datadir}/emacs/site-lisp/%{rname}/
%{_datadir}/emacs/site-lisp/%{rname}/*elc
%{_datadir}/emacs/site-lisp/%{rname}/mew-%{rname}.el
%{_datadir}/emacs/site-lisp/%{rname}/mime-%{rname}.el
%{_datadir}/emacs/site-lisp/%{rname}/octet.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-load.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-ucs.el
%{_datadir}/emacs/%{emacs_version}/etc/images/w3m/

#----------------------------------------------------------------------------

%package el
Summary:	Web Browser sources for GNU Emacs
Group:		Editors
Url:		http://www.cs.indiana.edu/elisp/w3/
Requires:	%{name} = %{EVRD}

%description el
Emacs-w3m is a simple Emacs interface to w3m, which is a pager with WWW
capability. Although it is a pager, it can be used as a text-mode WWW browser.

This is the elisp source.

%files el
%doc ChangeLog
%dir %attr(0755, root, root) %{_datadir}/emacs/site-lisp/%{rname}/
%{_datadir}/emacs/site-lisp/%{rname}/ChangeLog
%{_datadir}/emacs/site-lisp/%{rname}/ChangeLog.1
%{_datadir}/emacs/site-lisp/%{rname}/bookmark-w3m.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-antenna.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-bookmark.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-bug.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-ccl.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-cookie.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-dtree.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-ems.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-favicon.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-fb.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-filter.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-form.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-hist.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-image.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-lnum.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-mail.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-namazu.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-perldoc.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-proc.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-rss.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-search.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-session.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-symbol.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-tabmenu.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-util.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-weather.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}.el

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
./configure --with-emacs=emacs --libdir=%{_libdir}

make

%install
mkdir -p %{buildroot}%{_sysconfdir}/emacs/site-start.d/
install -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{rname}.el

make install \
     infodir=%{buildroot}%{_infodir} \
     lispdir=%{buildroot}%{_datadir}/emacs/site-lisp/%{rname}

make install-icons \
     ICONDIR=%{buildroot}%{_datadir}/emacs/%{emacs_version}/etc/images/%{rname}


%changelog
* Wed Feb 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5-0.20120203.1
+ Revision: b5225d5
- LOG Update to new snapshot (20120203), spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1110 |14cr|emacs-xslide-0.2.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A GNU Emacs major mode for editing XSL documents
name: emacs-xslide
%define version 0.2.2
Version: %{version}
Release: 10
BuildRequires: emacs-bin
Requires: emacs
Obsoletes: xslide
Provides: xslide
License: GPL
Source: http://www.menteith.com/xslide/data/xslide-%{version}.tar.bz2
URL:	http://www.menteith.com/xslide/index.html
Group: Publishing
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArch: noarch
%define xslidedir /%{_prefix}/share/emacs/site-lisp/xslide/

%description
Emacs is an advanced and extensible editor. An Emacs major mode
customizes Emacs for editing particular types of text documents.
The xslide package is an Emacs major mode for editing XSL.

%prep

%setup -q -n xslide-%version

%build

%make 

cat >> dot_emacs << __ELISP__
(setq load-path (append load-path '("/usr/share/emacs/site-lisp/xslide")))

;; "Used for prefix and colon portion of formatting object elements and attributes"
(make-face 'xsl-fo-alternate-face)
(set-face-foreground 'xsl-fo-alternate-face "Midnight Blue")

;; "Used for literal result element tags"
(make-face 'xsl-other-element-face)
(set-face-foreground 'xsl-other-element-face "Midnight Blue")

(make-face 'xsl-fo-main-face)
(set-face-foreground 'xsl-other-element-face "Midnight Blue")

__ELISP__

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT/%{xslidedir}
mkdir -p $RPM_BUILD_ROOT/etc/emacs/site-start.d/

make
cp *.elc $RPM_BUILD_ROOT/%{xslidedir}
cp dot_emacs $RPM_BUILD_ROOT/etc/emacs/site-start.d/xslide-init.el

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.TXT ChangeLog TODO NEWS
%dir %{xslidedir}
%{xslidedir}/*.elc
/etc/emacs/site-start.d/xslide-init.el





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-10
+ Revision: 06efecb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1111 |14cr|emacs-yaml-mode-0.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		rname yaml-mode

Summary:	Major mode for editing YAML file
Name:		emacs-%{rname}
Version:	0.0.4
Release:	4
Epoch:		1
Source0:	%{rname}-%{version}.tar.gz
URL:		http://github.com/yoshiki/yaml-mode/tree/master
License:	GPLv3+
Group:		Editors
BuildRoot:	%_tmppath/%{name}-%{release}-buildroot
Requires:	emacs >= 22.0
BuildRequires:	emacs >= 22.0, texinfo
BuildArch:    	noarch	

%description 
YAML mode is a major Emacs mode for editing YAML.

%prep
%setup -q -n yoshiki-yaml-mode-bce5aa195f30734b2f559ee36065e6c96b36986e/

%build
emacs -batch -q -no-site-file -f batch-byte-compile %{rname}.el 

%install
%__rm -rf %{buildroot}

%__install -m 755 -d %{buildroot}%{_datadir}/emacs/site-lisp
%__install -m 644 %{rname}.el* %{buildroot}%{_datadir}/emacs/site-lisp/

%__install -m 755 -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
cat > %buildroot%_sysconfdir/emacs/site-start.d/%{name}.el << EOF
;; -*- Mode: Emacs-Lisp -*-
; 
; Redistribution of this file is permitted under the terms of the GNU 
; Public License (GPL)
;

(autoload '%{rname} "%{rname}" nil t)
(setq auto-mode-alist (append '(("\\\\.yml?\\\\'" . %{rname})) auto-mode-alist))

(add-hook 'yaml-mode-hook
      '(lambda ()
        (define-key yaml-mode-map "\C-m" 'newline-and-indent)))

EOF



%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Changes README
%config(noreplace) /etc/emacs/site-start.d/%{name}.el
%_datadir/*/site-lisp/*el*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.0.4-4
+ Revision: 23b5b76
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1112 |14cr|emboss-6.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define _disable_ld_as_needed 1

%define oname EMBOSS
%define major 6
%define major1 1
%define major7 7
%define major3 3
%define libacd %mklibname acd %{major}
%define libajax %mklibname ajax %{major}
%define libajaxdb %mklibname ajaxdb %{major}
%define libajaxg %mklibname ajaxg %{major}
%define libeexpat %mklibname eexpat %{major1}
%define libensembl %mklibname ensembl %{major}
%define libepcre %mklibname epcre %{major7}
%define libeplplot %mklibname eplplot %{major3}
%define libezlib %mklibname ezlib %{major1}
%define libnucleus %mklibname nucleus %{major}
%define devname %mklibname %{name} -d

Summary:	The European Molecular Biology Open Software Suite
Name:		emboss
Version:	6.4.0
Release:	4
License:	GPL/LGPL
Group:		Sciences/Biology
Url:		http://www.emboss.org
Source0:	ftp://emboss.open-bio.org/pub/EMBOSS/%{oname}-%{version}.tar.gz
Source1:	%{name}.default.bz2
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
Obsoletes:	%{_lib}emboss6 < 6.4.0-4

%description
EMBOSS is a new, free Open Source software analysis package specially
developed for the needs of the molecular biology (e.g. EMBnet) user community.
The software automatically copes with data in a variety of formats and even
allows transparent retrieval of sequence data from the web. Also, as extensive
libraries are provided with the package, it is a platform to allow other
scientists to develop and release software in true open source spirit.
EMBOSS also integrates a range of currently available packages and tools for
sequence analysis into a seamless whole.

Reference for EMBOSS: Rice,P. Longden,I. and Bleasby,A.
"EMBOSS: The European Molecular Biology Open Software Suite"
Trends in Genetics June 2000, vol 16, No 6. pp.276-277

%files
%doc AUTHORS ChangeLog COPYING FAQ INSTALL LICENSE NEWS README THANKS
%{_bindir}/*
%{_datadir}/EMBOSS
%config(noreplace) %{_sysconfdir}/emboss.default
%config(noreplace) %{_sysconfdir}/profile.d/emboss.*

#----------------------------------------------------------------------------

%package -n %{libacd}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}emboss6 < 6.4.0-4

%description -n %{libacd}
Shared library for %{name}.

%files -n %{libacd}
%{_libdir}/libacd.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libajax}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}emboss6 < 6.4.0-4

%description -n %{libajax}
Shared library for %{name}.

%files -n %{libajax}
%{_libdir}/libajax.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libajaxdb}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}emboss6 < 6.4.0-4

%description -n %{libajaxdb}
Shared library for %{name}.

%files -n %{libajaxdb}
%{_libdir}/libajaxdb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libajaxg}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}emboss6 < 6.4.0-4

%description -n %{libajaxg}
Shared library for %{name}.

%files -n %{libajaxg}
%{_libdir}/libajaxg.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libeexpat}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}emboss6 < 6.4.0-4

%description -n %{libeexpat}
Shared library for %{name}.

%files -n %{libeexpat}
%{_libdir}/libeexpat.so.%{major1}*

#----------------------------------------------------------------------------

%package -n %{libensembl}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}emboss6 < 6.4.0-4

%description -n %{libensembl}
Shared library for %{name}.

%files -n %{libensembl}
%{_libdir}/libensembl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libepcre}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}emboss6 < 6.4.0-4

%description -n %{libepcre}
Shared library for %{name}.

%files -n %{libepcre}
%{_libdir}/libepcre.so.%{major7}*

#----------------------------------------------------------------------------

%package -n %{libeplplot}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}emboss6 < 6.4.0-4

%description -n %{libeplplot}
Shared library for %{name}.

%files -n %{libeplplot}
%{_libdir}/libeplplot.so.%{major3}*

#----------------------------------------------------------------------------

%package -n %{libezlib}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}emboss6 < 6.4.0-4

%description -n %{libezlib}
Shared library for %{name}.

%files -n %{libezlib}
%{_libdir}/libezlib.so.%{major1}*

#----------------------------------------------------------------------------

%package -n %{libnucleus}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}emboss6 < 6.4.0-4

%description -n %{libnucleus}
Shared library for %{name}.

%files -n %{libnucleus}
%{_libdir}/libnucleus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libacd} = %{EVRD}
Requires:	%{libajax} = %{EVRD}
Requires:	%{libajaxdb} = %{EVRD}
Requires:	%{libajaxg} = %{EVRD}
Requires:	%{libeexpat} = %{EVRD}
Requires:	%{libensembl} = %{EVRD}
Requires:	%{libepcre} = %{EVRD}
Requires:	%{libeplplot} = %{EVRD}
Requires:	%{libezlib} = %{EVRD}
Requires:	%{libnucleus} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libacd.so
%{_libdir}/libajax.so
%{_libdir}/libajaxdb.so
%{_libdir}/libajaxg.so
%{_libdir}/libeexpat.so
%{_libdir}/libensembl.so
%{_libdir}/libepcre.so
%{_libdir}/libeplplot.so
%{_libdir}/libezlib.so
%{_libdir}/libnucleus.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
bzcat %{SOURCE1} > emboss.default

%build
autoreconf -fi
%configure2_5x \
	--without-java \
	--disable-static
%make

%install
%makeinstall_std

# fix perms and conflicts
chmod 755 %{buildroot}%{_bindir}/runJemboss.csh
for file in merger emma yank; do 
	mv %{buildroot}%{_bindir}/$file %{buildroot}%{_bindir}/$file-%{name}
done
# configuration file
install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 emboss.default %{buildroot}%{_sysconfdir}
cd %{buildroot}%{_datadir}/EMBOSS && ln -s ../../../etc/emboss.default .
# shell init files
install -d -m 755 %{buildroot}%{_sysconfdir}/profile.d
cat >%{buildroot}%{_sysconfdir}/profile.d/emboss.sh <<EOF
#EMBOSS environment
export PLPLOT_LIB=%{_datadir}/EMBOSS
EOF
cat >%{buildroot}%{_sysconfdir}/profile.d/emboss.csh <<EOF
#EMBOSS environment
setenv PLPLOT_LIB %{_datadir}/EMBOSS
EOF
#remove jemboss
rm -rf %{buildroot}%{_datadir}/EMBOSS/jemboss

#fix avlmap-utils
mv %{buildroot}%{_bindir}/wordcount %{buildroot}%{_bindir}/wordcount-%{name}


%changelog
* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 6.4.0-4
+ Revision: 546c710
- Split library package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1113 |14cr|embutils-0.19-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Small system utilities for embedded systems
Name:		embutils
Version:	0.19
Release:	6
License:	GPLv2+
Group:		System/Base
Url:		http://www.fefe.de/
Source0:	http://www.fefe.de/embutils/%{name}-%{version}.tar.bz2
Source1:	http://www.fefe.de/embutils/%{name}-%{version}.tar.bz2.sig
BuildRequires:	dietlibc-devel
Prefix:		%{_libdir}/%{name}

%description
Most of the typical Unix userland typically comes from either the
GNU project or the BSD people. Those sources are ancient and 
optimized for features, not for small size, and now that computers
are fast enough and have lots of RAM, implementations became 
larger and larger. Features like internationalization eat lots of
memory and disk space.

For embedded system and boot disks (and desktops and servers for 
purist Unix users), you rather want small than internationalized 
versions of the utilities. That's why I started to reimplement a 
few important typical userland programs that I need on boot and 
rescue disks, making sure that you can link it against diet libc
to create very small statically linked binaries.

%files
%doc CHANGES TODO
%{prefix}/bin/allinone
%{prefix}/bin/arch
%{prefix}/bin/basename
%{prefix}/bin/cat
%{prefix}/bin/chgrp
%{prefix}/bin/chmod
%{prefix}/bin/chown
%{prefix}/bin/chroot
%{prefix}/bin/chrootuid
%{prefix}/bin/chvt
%{prefix}/bin/clear
%{prefix}/bin/cmp
%{prefix}/bin/cp
%{prefix}/bin/date
%{prefix}/bin/dd
%{prefix}/bin/df
%{prefix}/bin/dirname
%{prefix}/bin/dmesg
%{prefix}/bin/domainname
%{prefix}/bin/du
%{prefix}/bin/echo
%{prefix}/bin/env
%{prefix}/bin/false
%{prefix}/bin/head
%{prefix}/bin/hostname
%{prefix}/bin/id
%{prefix}/bin/insmod
%{prefix}/bin/install
%{prefix}/bin/kill
%{prefix}/bin/ln
%{prefix}/bin/ls
%{prefix}/bin/lsmod
%{prefix}/bin/md5sum
%{prefix}/bin/mesg
%{prefix}/bin/mkdir
%{prefix}/bin/mkfifo
%{prefix}/bin/mknod
%{prefix}/bin/mktemp
%{prefix}/bin/mount
%{prefix}/bin/mv
%{prefix}/bin/nice
%{prefix}/bin/nohup
%{prefix}/bin/pivot_root
%{prefix}/bin/printenv
%{prefix}/bin/pwd
%{prefix}/bin/renice
%{prefix}/bin/rm
%{prefix}/bin/rmdir
%{prefix}/bin/rmmod
%{prefix}/bin/sleep
%{prefix}/bin/sleep2
%{prefix}/bin/soscp
%{prefix}/bin/sosln
%{prefix}/bin/soslns
%{prefix}/bin/sosmv
%{prefix}/bin/sosrm
%{prefix}/bin/strings
%{prefix}/bin/sync
%{prefix}/bin/tail
%{prefix}/bin/tar
%{prefix}/bin/tee
%{prefix}/bin/test
%{prefix}/bin/time
%{prefix}/bin/touch
%{prefix}/bin/tr
%{prefix}/bin/true
%{prefix}/bin/truncate
%{prefix}/bin/tty
%{prefix}/bin/umount
%{prefix}/bin/uname
%{prefix}/bin/uniq
%{prefix}/bin/uudecode
%{prefix}/bin/uuencode
%{prefix}/bin/wc
%{prefix}/bin/which
%{prefix}/bin/whoami
%{prefix}/bin/write
%{prefix}/bin/yes

#----------------------------------------------------------------------------

%prep
%setup -q

%build
make FLAGS="-DPAGE_SIZE=\"`getconf PAGE_SIZE`\""

%install
install -d %{buildroot}%{prefix}/bin

make DESTDIR="%{buildroot}%{prefix}" prefix="" install

# fix softlinks...
ln -snf chown %{buildroot}%{prefix}/bin/chgrp
ln -snf mv %{buildroot}%{prefix}/bin/cp
ln -snf mknod %{buildroot}%{prefix}/bin/mkfifo


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.19-6
+ Revision: 48f1c3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1114 |14cr|emelfm-0.9.2.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define extra_ver 1
%define rversion 0.9.2

Summary:	File manager using the two-panel design and Gtk+
Name:		emelfm
Version:	0.9.2.%{extra_ver}
Release:	7
License:	GPLv2+
Group:		File tools
Url:		http://www.havens.de/elm/emelfm.html
Source0:	%{name}-%{rversion}-elm%{extra_ver}.tar.bz2
BuildRequires:	pkgconfig(gtk+)
Requires:	gtk+
Requires:	xterm

%description
emelFM is a file manager that implements the popular two-panel design. It
features a simple GTK+ interface, a flexible filetyping scheme, and a built-in
command line for executing commands without opening an xterm.

Features:
     o Simple Interface
     o Bookmarks and History Lists
     o Flexible filetyping scheme
     o Multiple actions selectable for each filetype
     o Filename, Size, and Date Filters
     o Built-In Command Line
     o User-defined menu
     o Configurable Keyboard bindings
     o Configurable Toolbar
     o Runtime loadable plugins

%files -f %{name}.lang
%doc README COPYING ChangeLog
%doc docs/help.txt
%{_bindir}/*
%{_datadir}/applications/*
%{_libdir}/emelfm/plugins/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{rversion}-elm%{extra_ver}

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_docdir}
mkdir -p %{buildroot}%{_libdir}/emelfm/plugins
mkdir -p %{buildroot}%{_datadir}/locale/
make BIN_DIR=%{buildroot}%{_bindir} DOC_DIR=%{buildroot}%{_docdir} \
	PLUGINS_DIR=%{buildroot}%{_libdir}/emelfm/plugins \
	LOCALEDIR=%{buildroot}%{_datadir}/locale/ install

rm -rf %{buildroot}%{_docdir}/help.txt

mkdir -p %{buildroot}%{_datadir}/applications/
 cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Name=Emelfm
Comment=A GTK file manager
Icon=file_tools_section
Categories=FileManager;Utility;
EOF

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2.1-7
+ Revision: c2f9683
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1115 |14cr|emelfm2-0.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK+3 file manager with two-panel format
Name:		emelfm2
Version:	0.9.1
Release:	1
License:	GPLv3+ and LGPLv3+
Group:		File tools
Url:		http://emelfm2.net
Source0:	http://emelfm2.net/rel/%{name}-%{version}.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	acl-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(polkit-agent-1)
BuildRequires:	pkgconfig(udev)
Obsoletes:	%{name}-i18n < 0.8.1-3

%description
emelFM2 is a file manager with the efficient two-panel format,
featuring:
  o Simple interface
  o Bookmarks and history lists
  o Flexible filetyping scheme
  o Multiple actions selectable for each filetype
  o Filename, size, and date Filters
  o Built-in command line
  o Configurable keyboard bindings
  o Configurable toolbars
  o Runtime loadable plugins

It is the GTK+3 port of emelFM.

Note: EmelFM2 and EmelFM are parallel installable

%files -f %{name}.lang
%doc docs/ACTIONS docs/CONFIGURATION docs/CREDITS
%doc docs/HACKING docs/README docs/TODO docs/USAGE
%doc docs/WARNING
%{_bindir}/*
%{_datadir}/pixmaps/*
%{_datadir}/applications/*
%{_prefix}/lib/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
sed -i Makefile -e 's:dbus-glib-1::' || die

%make \
	OPTIMIZE="%{optflags}" \
	CFLAGS="%{optflags}" \
	STRIP=0 \
	DEBUG=0 \
	USE_INOTIFY=1 \
	GTK3=1 \
	WITH_POLKIT=1 \
	WITH_DEVKIT=1 \
	WITH_ACL=1 \
	USE_LATEST=1 \
	PREFIX="%{_prefix}" \
	WITH_THUMBS=1 \
	WITH_TRACKER=1 \
	WITH_CUSTOMMOUSE=1 \
	WITH_HAL=0 \
	EDITOR_SPELLCHECK=0 \
	PREFIX="%{_prefix}"

%install
make install PREFIX=%{buildroot}%{_prefix}
make install_i18n PREFIX=%{buildroot}%{_prefix}

# remove unnecessary
rm -rf %{buildroot}/%{_docdir}/*

# icons
install -m 644 -D icons/emelfm2_48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m 644 -D icons/emelfm2_32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 644 -D icons/emelfm2_24.png %{buildroot}%{_iconsdir}/hicolor/24x24/apps/%{name}.png

# menu
perl -pi -e 's,Icon=emelfm2/emelfm2_48.png,Icon=%{name},g' %{buildroot}%{_datadir}/applications/*
desktop-file-install --vendor="" \
	--add-category="System" \
	--add-category="Utility" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name}


%changelog
* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 0.9.1-1
+ Revision: f79c5d9
- New version 0.9.1, fix build flags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1116 |14cr|emerald-0.8.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'pkgconfig\\(libdecoration\\)'

%define major 0
%define libname %mklibname %{name}engine %{major}
%define devname %mklibname -d %{name}engine

Name:		emerald
Version:	0.8.8
Release:	2
Summary:	Window decorator for Compiz
Group:		System/X11
License:	GPLv2
URL:		http://www.compiz.org/
Source:		http://releases.compiz.org/components/emerald/%{name}-%{version}.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	subversion-devel
BuildRequires:	compiz0.8-devel
BuildRequires:	pkgconfig(apr-1)
BuildRequires:	pkgconfig(apr-util-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(pango)

Requires:	compiz0.8
Requires:	emerald-themes
Provides:	compiz-decorator = %{version}-%{release}

%description
Themeable window decorator for the Compiz window manager/compositor.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library files for %{name}
Group:		System/X11
Conflicts:	%{_lib}name

%description -n %{libname}
Library files for %{name}.

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files from %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Requires:	compiz0.8-devel
Provides:	%{name}-devel = %{version}-%{release}
Conflicts:	%{_lib}name-devel

%description -n %{devname}
Development files from %{name}.

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-mime-update \
	--disable-static

%make LIBS="-ldl -lm"

%install
%makeinstall_std

%find_lang %{name}

desktop-file-install \
  --vendor="" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/*.desktop

mkdir -p %{buildroot}%{_datadir}/mimelnk/application
cat >%{buildroot}%{_datadir}/mimelnk/application/x-%{name}-theme.desktop <<EOF
[Desktop Entry]
Type=MimeType
Comment=Emerald Theme
MimeType=application/x-emerald-theme
Patterns=*.emerald
EOF

#----------------------------------------------------------------------------

%files -f %{name}.lang
%doc AUTHORS ChangeLog README COPYING
%{_bindir}/%{name}*
%{_libdir}/%{name}/engines/*.so
%{_datadir}/applications/%{name}*.desktop
%{_datadir}/mime-info/%{name}.mime
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/mimelnk/application/x-%{name}-theme.desktop
%{_datadir}/pixmaps/%{name}*.png
%{_iconsdir}/hicolor/48x48/mimetypes/*.png
%{_datadir}/%{name}/*
%{_mandir}/man1/%{name}*.1*

%files -n %{libname}
%{_libdir}/lib%{name}engine.so.%{major}*

%files -n %{devname}
%{_libdir}/pkgconfig/%{name}engine.pc
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/lib%{name}engine.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.8-2
+ Revision: 952c348
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1117 |14cr|emerald-themes-0.6.0-0.20080210.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20080210

%if  %{git}
%define srcname %{name}-%{git}
%define distname %{name}
%define rel 0.%{git}.4
%else
%define srcname %{name}-%{version}
%define distname %{name}-%{version}
%define rel 1
%endif

Name:		emerald-themes
Version:	0.6.0
Release:	%{rel}
Summary:	Themes for the Emerald Window Decorator
Group:		System/X11
License:	GPLv2
URL:		http://www.compiz-fusion.org/
Source:		%{srcname}.tar.bz2
Requires:	emerald
BuildArch:	noarch

%description
Themes for the Emerald Window Decorator for Compiz.

This package provides some basic themes, although more can be downloaded
automatically once installed.

#----------------------------------------------------------------------------

%prep
%setup -q -n %{distname}

%build
%if %{git}
# This is a GIT snapshot, so we need to generate makefiles.
  sh autogen.sh -V
%endif

%configure2_5x
%make

%install

%makeinstall_std

chmod -R a+r %{buildroot}

#----------------------------------------------------------------------------

%files
%dir %{_datadir}/emerald/themes
%{_datadir}/emerald/themes/*


%changelog
* Fri Apr 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.0-0.20080210.4
+ Revision: 08f2108
- LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1118 |14cr|emerillon-0.1.90-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	A map viewer for GNOME
Name:		emerillon
Version:	0.1.90
Release:	5
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
Url:		http://projects.gnome.org/emerillon/
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		emerillon-0.1.90-undef-GTK_DISABLE_DEPRECATED.patch
Patch1:		emerillon-0.1.90-deprecated.patch
BuildRequires:	intltool
BuildRequires:	vala
BuildRequires:	pkgconfig(champlain-gtk-0.12)
BuildRequires:	pkgconfig(geoclue)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libpeas-gtk-1.0)
BuildRequires:	pkgconfig(rest-0.7)

%description
Emerillon is a map viewer for GNOME that has an extensible plugin architecture
and Telepathy integration to enable app and location sharing and display of 
friends locations.

%files -f %{name}.lang
%doc AUTHORS NEWS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_libdir}/%{name}
%{_libdir}/girepository-1.0/Emerillon-0.2.typelib
%{_datadir}/applications/%{name}.desktop
%{_datadir}/GConf/gsettings/%{name}.convert
%{_datadir}/glib-2.0/schemas/org.gnome.emerillon.gschema.xml

#----------------------------------------------------------------------------

%package devel
Summary:	Development package for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
Files for developing plugins for %{name}.

%files devel
%doc %{_datadir}/gtk-doc/html/%{name}
%{_datadir}/gir-1.0/Emerillon-0.2.gir
%{_includedir}/%{name}*/
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package vala
Summary:	Vala Development package for %{name}
Group:		Development/Other
Requires:	%{name}-devel = %{EVRD}

%description vala
Files for vala development with %{name}.

%files vala
%{_datadir}/vala/vapi/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x \
	--disable-schemas-compile \
	--enable-introspection
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome


%changelog
* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 0.1.90-5
+ Revision: 28c9f5c
- Add patch to fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1119 |14cr|emesene-2.12.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define 	name 	emesene
%define 	version 2.12.3
%define release 2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	IM client for the Windows Live Messenger network and others
URL:		http://blog.emesene.org/
License:	Python Software Foundation License and GPLv3 and LGPLv3
Group:		Networking/Instant messaging
# Official tar.gz cleaned: 
#1. remove 'dlls' directory
#2. remove 'emesene/e3/papylib/papyon'
Source0:	%{name}-%{version}-0.tar.gz
Patch0:		emesene-2.12.3-desktop.patch
BuildArch:	noarch

Requires:	python >= 2.5
Requires:	python-dnspython
Requires:	pylint
Requires:	python-OpenSSL
Requires:	python-imaging
Requires:	dbus-python
Requires:	gnome-python-gtkspell

Requires:	%{name}-gui = %{version}-%{release}

Suggests:	python-webkitgtk
Suggests:	python-xmpp
Suggests:	python-papyon >= 0.5.5
Suggests: 	python-notify

Provides:       emesene2 = %{version}-%{release}

%description
Emesene is an OS independent Windows Live Messenger client writed in python and
GTK. The main idea is to make a client similar to the official Windows Live
Messenger client but kepping it simple and with a nice GUI.
 
Emesene is a python/GTK MSN messenger clone, it uses msnlib (MSNP9)
and try to be a nice looking and simple MSN client.

You can login, send formated messages, smilies, use autoreply, change
status, change nick, send nudges and all the stuff you can do in a
normal MSN client except, file transfers,custom emoticons and display
picture.

%package	gtk2
Summary:        emesene GTK interface for emesene client
Group:          Networking/Instant messaging
Provides:       emesene-gui = %{version}-%{release}
Requires:       pygtk2.0 >= 2.12
Requires:       %{name} = %{version}-%{release}

%description	gtk2
This contains the GTK interface for emesene.

%package	qt4
Summary:        emesene Qt4 interface for emesene client
Group:          Networking/Instant messaging
Provides:       emesene-gui = %{version}-%{release}
Requires:	python-qt4 >= 4.6
Requires:       %{name} = %{version}-%{release}

%description	qt4
This contains the Qt4 interface for emesene.

%prep
%setup -q -n %{name}
%patch0 -p0

find -name \*~ |xargs rm -fv

%build
python setup.py build_ext -ilm

%install
rm -rf $RPM_BUILD_ROOT %name.lang

install -D -m 644 docs/man/%name.1 %buildroot%_mandir/man1/%name.1
install -D -m 644 %name/data/pixmaps/%name.png %buildroot%_datadir/icons/hicolor/48x48/apps/%name.png
install -D -m 644 %name/data/icons/hicolor/scalable/apps/%name.svg %buildroot%_datadir/icons/hicolor/scalable/apps/%name.svg
install -D -m 644 %name/data/share/applications/emesene.desktop %buildroot%_datadir/applications/%name.desktop

cd %{name}

sed -i '/import e3dummy/d' emesene.py

# Copying files
mkdir -p %buildroot%_datadir/%{name}
cp -r * %buildroot%_datadir/%{name}

cd %buildroot%_datadir/%name

#delete Unity file
find . -type f -name UnityLauncher.py -exec rm -rf '{}' +
find . -type f -name .gitignore -exec rm -rf '{}' +
rm -rf debug*.list MANIFEST.in *.nsi *WINDOWS.txt *.translations setup.py *.developers %name.pot
find . -type f -name extension.py -exec chmod 755 '{}' +
find . -type f -name plugin_base.py -exec chmod 755 '{}' +
find . -type f -name e3_example.py -exec chmod 755 '{}' +
find . -type f -name emesene.py -exec chmod 755 '{}' +
find . -type f -name debugger.py -exec chmod 755 '{}' +
find . -type f -name SingleInstance.py -exec chmod 755 '{}' +
find . -type f -name pluginmanager.py -exec chmod 755 '{}' +

mkdir -p %buildroot%_bindir/
cat > %buildroot%_bindir/%name << EOF
#!/bin/sh
cd %_datadir/%name
exec ./%name
EOF

%files
%doc COPYING GPL LGPL
%attr(755,root,root) %_bindir/%name
%_datadir/%name/
%exclude %_datadir/%name/gui/gtkui
%exclude %_datadir/%name/gui/qt4ui
%_datadir/icons/hicolor/*/apps/%name.*
%_datadir/applications/%name.desktop
%_mandir/man1/%name.1*

%files gtk2
%_datadir/%name/gui/gtkui

%files qt4
%_datadir/%name/gui/qt4ui



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.12.3-2
+ Revision: 5857a04
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1120 |14cr|emi-1.5.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	emi
%define version	1.5.1
%define release 8

%define python_compile_opt python -O -c "import compileall; compileall.compile_dir('.')"
%define python_compile     python -c "import compileall; compileall.compile_dir('.')"

Name: 	 	%{name}
Summary: 	Ecasound Mastering Interface
Version: 	%{version}
Release: 	%{release}

Source:		http://emi.thevtek.com/tarball/EMi_%{version}.zip
URL:		http://emi.thevtek.com/
License:	Python license
Group:		Sound
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildArch:	noarch

BuildRequires:	imagemagick python
Requires:	pyecasound tkinter

%description
EMI is a python front end to ecasound, it's a virtual rackmount effect that
can be use to record and mix audio.  You will be able to export to *.ecs as
well.  This nice light interface give you full control over ecasound effect
parameters in real time.  EMI Interface use real ecasound parameter name so
you can use ecasound documentation to catch the basic's.

%prep
%setup -q -n EMI
perl -p -i -e 's|/usr/local/bin/python|/usr/bin/python||g' *.py
perl -p -i -e 's|/usr/python|/usr/bin/python||g' *.py

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%_bindir
mkdir -p $RPM_BUILD_ROOT/%_datadir/%name
chmod 644 *.py
%python_compile_opt
%python_compile
cp *.py* $RPM_BUILD_ROOT/%_datadir/%name
echo '#!/bin/bash' > $RPM_BUILD_ROOT/%_bindir/%name
echo 'cd /usr/share/emi' >> $RPM_BUILD_ROOT/%_bindir/%name
echo 'python EMI.py $@' >> $RPM_BUILD_ROOT/%_bindir/%name
chmod 755 $RPM_BUILD_ROOT/%_bindir/%name

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=Ecasound Mastering Interface
Exec=%{name} -c
Icon=%{name}
Terminal=false
Type=Application
Categories=AudioVideo;Audio;AudioVideoEditing;
EOF


#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
convert -size 48x48 %name.png $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
convert -size 32x32 %name.png $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
convert -size 16x16 %name.png $RPM_BUILD_ROOT/%_miconsdir/%name.png

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc doc
%{_bindir}/%name
%{_datadir}/%name
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png
%{_datadir}/applications/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-8
+ Revision: 3e2e46c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1121 |14cr|emma-2.0.5312-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%global shortver 2.0

Summary:        Code Coverage Tool
Name:           emma
Version:        %{shortver}.5312
Release:        10
Group:          Development/Java
License:        CPL
URL:            http://emma.sourceforge.net/
Source0:        http://downloads.sourceforge.net/emma/%{name}-%{version}-src.zip
Source1:        emma-2.0.5312.pom
Source2:        emma_ant-2.0.5312.pom
# These are hacks until we get the source for the timestamping class
# http://sourceforge.net/tracker/index.php?func=detail&aid=1953619&group_id=108932&atid=651900
Source3:        emma-timestamp.sh
Source4:        emma-timestamp2.sh

Patch0:         emma-2.0.5312-dependencies_xml.patch
Patch1:         emma-2.0.5312-build_xml.patch
# Taken from Gentoo package to allow us to build on a JDK > 1.4
Patch2:         emma-2.0.5312-java15api.patch
# From eclemma's emmapatch directory
Patch3:         %{name}-eclemma.patch
# This is a hack until we get the source for the timestamping class
# http://sourceforge.net/tracker/index.php?func=detail&aid=1953619&group_id=108932&atid=651900
Patch4:         %{name}-timestamp.patch
# This patch fixes ArrayIndexOutOfBoundExceptions on 64-bit.  I modified
# the patch against HEAD to apply to this version -- overholt
# http://sourceforge.net/tracker/index.php?func=detail&aid=2119913&group_id=108932&atid=651897
Patch5:         %{name}-%{version}-64_bit_fix.patch
Requires:       java >= 0:1.4.2
Requires:       jaxp_parser_impl
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  java-devel >= 0:1.6
BuildRequires:  jpackage-utils >= 0:1.7.5-1jpp.3
# For the timestamp hack (see above)
BuildRequires:  bc
Requires(post):    jpackage-utils >= 0:1.7.5-1jpp.3
Requires(postun):  jpackage-utils >= 0:1.7.5-1jpp.3

BuildArch:      noarch

%description
EMMA is an open-source toolkit for measuring and reporting Java
code coverage. EMMA distinguishes itself from other tools by going
after a unique feature combination: support for large-scale
enterprise software development while keeping individual developer's
work fast and iterative.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
%{summary}.

%prep
%setup -q
cp -p %{SOURCE3} .
cp -p %{SOURCE4} .

# Make sure we don't use this no-source jar
rm lib/internal/stamptool.jar

%patch0 -p0 -b .orig
%patch1 -p0 -b .orig
%patch2 -p1 -b .orig
%patch3 -p0 -b .orig
%patch4 -p0 -b .orig
%patch5 -p0 -b .orig

%build
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
ant -Dbuild.compiler=modern build javadoc

%install
rm -rf $RPM_BUILD_ROOT
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 dist/%{name}.jar \
               $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
install -m 644 dist/%{name}_ant.jar \
               $RPM_BUILD_ROOT%{_javadir}/%{name}_ant.jar
%add_to_maven_depmap emma emma %{version} JPP %{name}
%add_to_maven_depmap emma emma_ant %{version} JPP %{name}_ant


# poms
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
install -pm 644 %{SOURCE1} \
    $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
install -pm 644 %{SOURCE2} \
    $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}_ant.pom

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr out/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%doc cpl-v10.html
%{_javadir}/*
%{_mavenpomdir}/JPP-%{name}*
%{_mavendepmapfragdir}/%{name}

%files javadoc
%doc cpl-v10.html
%defattr(-,root,root,-)
%doc %{_javadocdir}/%{name}*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.5312-10
+ Revision: 1375292
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1122 |14cr|e_modules-0.0.1-2.20140902.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitdate 20140902

Summary:	Loose collection of third party Enlightenment modules
Name:		e_modules
Epoch:		1
Version:	0.0.1
Release:	2.%{gitdate}.2
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://enlightenment.org/
Source0:	%{name}-%{version}.%{gitdate}.tar.bz2
BuildRequires:	edje
BuildRequires:	embryo
BuildRequires:	elementary
BuildRequires:	evas
Buildrequires:	imagemagick
Buildrequires:	gettext-devel
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eet)
BuildRequires:	pkgconfig(eeze)
BuildRequires:	pkgconfig(efreet)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(eldbus)
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(embryo)
BuildRequires:	pkgconfig(enlightenment)
BuildRequires:	pkgconfig(ethumb)
BuildRequires:	pkgconfig(evas)
BuildRequires:	pkgconfig(eweather)
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(libmpd)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	v8-devel
Requires:	e

%description
e_modules is a loose collection of third party Enlightenment modules written
by various authors. They are not officially a part of Enlightenment, but they
are allowed to use the Enlightenment git repository. The modules are all
separate modules, written by separate authors.

%files
%{_libdir}/enlightenment/modules/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}.%{gitdate}

# No longer build, not ready to use etc
rm -fr comp-scale eenvader.fractal empris engage everything-websearch packagekit photo

%build
%define Werror_cflags %nil

for i in `find * -type d|awk -F'/' '{print $1}'|sort|uniq`
do
(
	pushd $i
	autoreconf -fi
	%configure2_5x --disable-static
	make
	popd
)
done

%install
for i in `find * -type d|awk -F'/' '{print $1}'|sort|uniq`
do
	%makeinstall_std -C $i
done

# Don't use it to avoid file listed twice rpm error
#find_lang %{name} --all-name

# do not provide devel stuffs
rm -fr %{buildroot}%{_includedir}/drawer %{buildroot}%{_libdir}/pkgconfig


%changelog
* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.0.1-2.20140902.2
+ Revision: 644403f
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1123 |14cr|emote-0.0.1-1.20140606.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20140606

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	EFL IRC Client
Name:		emote
Version:	0.0.1
Release:	1.%{git}.1
License:	GPLv3+
Group:		Graphical desktop/Enlightenment
Url:		http://enlightenment.org/
# git://git.enlightenment.org/devs/devilhorns/emote.git
Source0: 	%{name}-%{git}.tar.bz2
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(ecore-con)
BuildRequires:	pkgconfig(ecore-file)
BuildRequires:	pkgconfig(eet)
BuildRequires:	pkgconfig(efreet)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(evas)

%description
EFL IRC Client.

%files  -f %{name}.lang
%doc COPYING AUTHORS
%{_bindir}/emote
%{_datadir}/icons/*.png
%{_datadir}/applications/*.desktop
%{_libdir}/%{name}/protocols/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Emote shared library
Group:		System/Libraries

%description -n %{libname}
This package contains the dynamic libraries from %{name}.

%files -n %{libname}
%{_libdir}/libemote.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Emote headers, libraries, documentation and test programs
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Headers and libraries from %{name}

%files -n %{devname}
%{_libdir}/libemote.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}/*.h

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{git}

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

rm -fr %{buildroot}/%{_datadir}/%{name}/{COPYING,AUTHORS}

%find_lang %{name}


%changelog
* Thu Sep 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.1-1.20140606.1
+ Revision: 4b5b9ed
- New git snapshot
- Fix summary and description
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1124 |14cr|emotion_generic_players-1.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Emotion generic players
Name:		emotion_generic_players
Version:	1.11.0
Release:	1
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/libs/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(emotion)
BuildRequires:	pkgconfig(libvlc)

%description
These are binary players for Emotion using the "generic" module.

Emotion supports multiple modules provided as shared-objects under
PREFIX/lib/emotion/modules, making it extensible. However these
live in the same process as the application, thus problems handling
the media may crash or halt the application. Unfortunately media
handling is very error prone due multiple sources, sinks, decoders et
al, each with their own level of stability.

To solve this, Emotion ships with a "generic" module that is a
layer to talk to another process, the "player", using pipes and shared
memory (shm). If this external process dies, the main application
remains working (without any media, of course). Thus it is safer and
has some nice side effects such as avoiding bringing in many libraries to
decode media, saving memory in the application process, etc.

A secondary benefit is that the generic player is a separate process
and does not link with the user application code or EFL, avoiding
license conflicts. Many decoding libraries or elements exist with
conflicting licenses with GPL, LGPL or even proprietary code.

%files
%doc AUTHORS COPYING README
%{_libdir}/emotion/generic_players/*/vlc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Tue Sep 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.11.0-1
+ Revision: 9a4a5fd
- New version 1.11.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1125 |14cr|empower-2.0.999-0.76628.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Tarball of svn snapshot created as follows...
#Cut and paste in a shell after removing initial #

#svn co http://svn.enlightenment.org/svn/e/trunk/empower empower; \
#cd empower; \
#SVNREV=$(LANGUAGE=C svn info | grep "Last Changed Rev:" | cut -d: -f 2 | sed "s@ @@"); \
#VERSION=$(cat configure.ac | grep "empower" | grep INIT | sed 's@\[@@g' | sed 's@\]@@g' | sed 's@)@@g' | cut -d, -f 2 | sed "s@ @@"); \
#PKG_VERSION=$VERSION.$SVNREV; \
#cd ..; \
#tar -Jcf empower-$PKG_VERSION.tar.xz empower/ --exclude .svn --exclude .*ignore

%define svnrev	76628

Summary:	A graphical sudo tool based on the Enlightenment Foundation Libraries
Name:		empower
Version:	2.0.999
Release:	0.%{svnrev}.1
License:	3-clause BSD
Group:		System/Base
URL: 		http://enlightenment.org
Source0: 	%{name}-%{version}.%{svnrev}.tar.xz

BuildRequires: 	gettext-devel
BuildRequires: 	pkgconfig(edje)
BuildRequires: 	pkgconfig(elementary)
BuildRequires:	pkgconfig(eweather)

%description
A graphical sudo tool based on the Enlightenment Foundation Libraries

%prep
%setup -qn %{name}

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x 
%make

%install
%makeinstall_std
mkdir -p %{buildroot}/%{_docdir}/%{name}/

mv %{buildroot}/%{_datadir}/%{name}/AUTHORS %{buildroot}/%{_docdir}/%{name}/
mv %{buildroot}/%{_datadir}/%{name}/COPYING %{buildroot}/%{_docdir}/%{name}/

%files
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/*
%{_datadir}/%{name}/data/*.png

%changelog
* Fri Oct 12 2012 Alexander Khryukin <alexander@mezon.ru> 2.0.999-0.76628.1
+ Revision: a0e65bd
- mistake buildrot when needed buildroot



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1126 |14cr|emprint-0.1.0-2.20130110.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20130110

Summary:	Enlightenment screen capture utility
Name:		emprint
Version:	0.1.0
Release:	2.%{git}.2
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
# git://git.enlightenment.org/apps/emprint.git
Source0:	%{name}-%{git}.tar.bz2
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(evas)

%description
Emprint is a utility for taking screenshots of the entire screen, a specific
window, or a specific region. It is written with the Enlightenment Foundation
Libraries.

%files
%doc AUTHORS README ChangeLog NEWS TODO
%{_bindir}/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{git}

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.0-2.20130110.2
+ Revision: 4532805
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1127 |14cr|empy-3.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	empy
%define version	3.3
%define release	 7

Summary:	System for embedding Python expressions and statements in template text
Name:		%name
Version:	%version
Release:	%release
License:	GPL
Group:		Text tools
Source0:	%{name}-%{version}.tar.bz2
URL:		http://www.alcyone.com/pyos/empy/
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-root
Requires:	python

%description
System for embedding Python expressions and statements in template
text.

%prep
%setup -q
perl -p -i -e 's/usr\/local\/bin\/python/usr\/bin\/python/g' em.py

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}
install em.py $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,755)
%doc README *.em
%{_bindir}/em.py




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3-7
+ Revision: a226aa1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1128 |14cr|encfs-1.7.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	6
%define libname %mklibname %{name} %{major}

Summary: 	Encrypted pass-through filesystem for Linux
Name:		encfs
Version:	1.7.4
Release:	6
License:	GPLv3+
Group:		File tools
Source0:	http://encfs.googlecode.com/files/%{name}-%{version}.tgz
URL: 		http://www.arg0.net/encfs
Requires:	fuse >= 2.6
Requires:	kmod(fuse)
Requires:	openssl >= 0.9.7
BuildRequires:	rlog-devel >= 1.3
BuildRequires:	fuse-devel >= 2.6
BuildRequires:	openssl-devel >= 0.9.7
BuildRequires:	chrpath
BuildRequires:	boost-devel >= 1.34
BuildRequires:	autoconf-archive

%description
EncFS implements an encrypted pass-through filesystem in userspace using
FUSE. File names and contents are encrypted using OpenSSL.

%package -n 	%{libname}
Summary:	Libraries for encfs
Group:		System/Libraries

%description -n	%{libname}
Libraries for encfs.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x --disable-rpath --with-boost-serialization=boost_serialization --with-boost-system=boost_system --with-boost-libdir=%{_libdir}
%make SED=/usr/bin/sed

%install
%makeinstall_std

%find_lang %{name}

chrpath -d %{buildroot}%{_bindir}/{encfs,encfsctl}

# unneeded files
rm -f %{buildroot}%{_libdir}/libencfs.la
rm -f %{buildroot}%{_libdir}/libencfs.so

%files -f %{name}.lang
%doc README AUTHORS ChangeLog
%{_bindir}/*
%{_mandir}/man?/*

%files -n %{libname}
%{_libdir}/libencfs.so.%{major}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.4-6
+ Revision: 8c967a7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1129 |14cr|ender-0.0.8-0.20140808.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20140808

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Generic renderer
Name:		ender
Version:	0.0.8
Release:	0.%{git}.1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		https://github.com/turran/ender/
# git snapshot
Source0:	%{name}-%{version}-%{git}.tar.bz2
# https://github.com/turran/common
Source1:	enesim-common-20140714.tar.bz2
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	pkgconfig(eina) >= 1.7.0
BuildRequires:	pkgconfig(enesim) >= 0.0.21
BuildRequires:	pkgconfig(libffi)

%description
Ender is generic renderer, part of enesim framework.

%files
%{_bindir}/*
%{_datadir}/ender

#---------------------------------------------------------------------

%package -n %{libname}
Summary:	Generic rendering framework library
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{libname}
Core library of ender - generic renderer, part of enesim framework.

%files -n %{libname}
%{_libdir}/libender.so.%{major}*

#---------------------------------------------------------------------

%package -n %{devname}
Summary:	Ender headers, static libraries, documentation and test programs
Group:		Development/Other
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Headers, static libraries, test programs and documentation for ender.

%files -n %{devname}
%{_libdir}/pkgconfig/*
%{_libdir}/libender.so
%{_includedir}/*

#---------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{git}
cd common
tar -xf %{SOURCE1}

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Sun Sep 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.8-0.20140808.1
+ Revision: d159524
- New version 0.0.8 (git snapshot)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1130 |14cr|enemylines4-1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		enemylines4
Summary:	A simple futuristic racing game
Version:	1.0
Release:	11
Group:		Games/Arcade
License:	GPL+
URL:		http://proj.phk.at/el/4/
Source0:	http://proj.phk.at/el/4/%{name}-%{version}.tar.bz2
Source10:	%{name}.png
# include assert.h in track.cc to fix build failure - AdamW 2008/02
Patch0:		enemylines4-assert.patch
Patch1:		enemylines4-1.0-mdv-fix-gcc-4.3.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(glut)
BuildRequires:	imagemagick

%description
A simple futuristic racing game. Urgent deliveries - Reach goal before
time runs out. Times aren't what they used to be though.
Road conditions are horrible and traffic safety and control systems
have been offline for months.

%prep
%setup -q
%patch0 -p1 -b .assert
%patch1 -p1 -b .gcc43

%build
%make

%install
mkdir -p %{buildroot}%{_datadir}/%{name}/
cp ./data/* %{buildroot}%{_datadir}/%{name}/
install -m755 %{name} -D %{buildroot}%{_gamesbindir}/%{name}

mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m644 %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32x32 %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16x16 %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Categories=Game;ArcadeGame;
Name=Enemy Lines 4
Comment=A simple futuristic racing game
EOF

%files 
%doc README
%{_datadir}/%{name}
%{_gamesbindir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-11
+ Revision: 91ba378
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1131 |14cr|enesim-0.0.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname enesim %{major}
%define devname %mklibname enesim -d

Summary:	Rendering framework
Name:		enesim
Version:	0.0.21
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://enesim.org/
# https://github.com/turran/enesim/archive/v%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
# https://github.com/turran/common
Source1:	enesim-common-20140714.tar.bz2
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(libpng)

%description
Enesim is generic rendering framework used by other libraries.

#---------------------------------------------------------------------

%package -n %{libname}
Summary:	Generic rendering framework library
Group:		System/Libraries
Suggests:	%{name}-modules
Obsoletes:	%{_lib}emage0 < 0.0.21
Obsoletes:	%{_lib}etex0 < 0.0.21

%description -n %{libname}
Generic rendering framework library used by other libraries.
Part of Enesim framework.

%files -n %{libname}
%{_libdir}/libenesim.so.%{major}*

#---------------------------------------------------------------------

%package -n %{devname}
Summary:	Enesim headers, static libraries, documentation and test programs
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{_lib}emage-devel < 0.0.21
Obsoletes:	%{_lib}etex-devel < 0.0.21

%description -n %{devname}
Headers, static libraries, test programs and documentation for enesim.

%files -n %{devname}
%doc ChangeLog README COPYING
%{_includedir}/enesim-0/
%{_libdir}/libenesim.so
%{_libdir}/pkgconfig/enesim.pc
%{_libdir}/pkgconfig/enesim_opengl.pc

#---------------------------------------------------------------------

%package examples
Summary:	Enesim examples
Group:		Development/Other

%description examples
Enesim examples.

%files examples
%{_bindir}/*

#---------------------------------------------------------------------

%package modules
Summary:	Modules used by Enesim library
Group:		System/Libraries
Obsoletes:	emage-modules < 0.0.21

%description modules
Modules used by Enesim library. Part of Enesim framework.

%files modules
%{_libdir}/enesim/image/*.so

#---------------------------------------------------------------------

%prep
%setup -q
cd common
tar -xf %{SOURCE1}

%build
#autoreconf -fi
./autogen.sh
%configure2_5x \
	--disable-benchmark \
	--disable-static \
	--disable-cpu-sse \
	--enable-cpu-sse2 \
	--enable-opengl
%make

%install
%makeinstall_std


%changelog
* Thu Sep 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.21-1
+ Revision: b7f41aa
- New version 0.0.21, re-work package structure



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1132 |14cr|enet1.2-1.2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname enet 1.2 %{major}
%define develname %mklibname enet 1.2 -d

Name:		enet1.2
Version:	1.2.5
Release:	2
Summary:	Simple Network Communication Layer on Top of UDP
License:	BSD
Group:		System/Libraries
Url:		http://enet.bespin.org/
Source:		http://enet.bespin.org/download/enet-%{version}.tar.gz

%description
ENet's purpose is to provide a relatively thin, simple and robust network 
communication layer on top of UDP (User Datagram Protocol). The primary 
feature it provides is optional reliable, in-order delivery of packets.

ENet omits certain higher level networking features such as authentication, 
lobbying, server discovery, encryption, or other similar tasks that are 
particularly application specific so that the library remains flexible, 
portable, and easily embeddable.

%package -n	%{libname}
Group:		System/Libraries
Summary:	Simple Network Communication Layer on Top of UDP

%description -n %{libname}
ENet's purpose is to provide a relatively thin, simple and robust network 
communication layer on top of UDP (User Datagram Protocol). The primary 
feature it provides is optional reliable, in-order delivery of packets.

ENet omits certain higher level networking features such as authentication, 
lobbying, server discovery, encryption, or other similar tasks that are 
particularly application specific so that the library remains flexible, 
portable, and easily embeddable.

%package -n	%{develname}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Summary:	Simple Network Communication Layer on Top of UDP

%description -n	%{develname}
ENet's purpose is to provide a relatively thin, simple and robust network
communication layer on top of UDP (User Datagram Protocol). The primary
feature it provides is optional reliable, in-order delivery of packets.

ENet omits certain higher level networking features such as authentication,
lobbying, server discovery, encryption, or other similar tasks that are
particularly application specific so that the library remains flexible,
portable, and easily embeddable.


%prep
%setup -qn enet-%{version}

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

#we don't want these
rm -rf %{buildroot}%{_libdir}/libenet.la

%check
%make check

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libenet.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/enet
%{_libdir}/libenet.so
%{_libdir}/pkgconfig/libenet.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.5-2
+ Revision: d578278
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1133 |14cr|enet-1.3.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		7
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	Simple and robust network communication layer on top of UDP

Name:		enet
Version:	1.3.12
Release:	2
Source0:	http://enet.bespin.org/download/%{name}-%{version}.tar.gz
License:	BSD
Group:		System/Libraries
URL:		http://enet.bespin.org

%description
ENet's purpose is to provide a relatively thin, simple and robust
network communication layer on top of UDP (User Datagram Protocol). The
primary feature it provides is optional reliable, in-order delivery of
packets.

ENet omits certain higher level networking features such as
authentication, lobbying, server discovery, encryption, or other similar
tasks that are particularly application specific so that the library
remains flexible, portable, and easily embeddable.

%package -n	%{libname}
Summary:	Libraries for %{name}

Group:		System/Libraries

%description -n	%{libname}
ENet's purpose is to provide a relatively thin, simple and robust
network communication layer on top of UDP (User Datagram Protocol). The
primary feature it provides is optional reliable, in-order delivery of
packets.

ENet omits certain higher level networking features such as
authentication, lobbying, server discovery, encryption, or other similar
tasks that are particularly application specific so that the library
remains flexible, portable, and easily embeddable.

This package provides the libraries for %{name}.

%package -n %{develname}
Summary:	Development files for for %{name}

Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n	%{develname}
Development files and headers for %{name}.

%prep
%setup -q 

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%doc LICENSE README ChangeLog
%{_libdir}/libenet.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}
%{_libdir}/libenet.so
%{_libdir}/pkgconfig/libenet.pc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.12-2
+ Revision: 4d34dc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1134 |14cr|engine_pkcs11-0.1.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: PKCS#11 engine for OpenSSL
Name: engine_pkcs11
Version: 0.1.8
Release: 5
License: BSD
Group: System/Libraries
Source0: http://www.opensc-project.org/files/%{name}/%{name}-%{version}.tar.gz
Buildrequires: libp11-devel >= 0.2.1
Buildrequires: pkgconfig(openssl)
URL: http://www.opensc.org/engine_pkcs11

%description
Engine_pkcs11 is an implementation of an engine for OpenSSL. It can be loaded
using code, config file or command line and will pass any function call by
openssl to a PKCS#11 module. Engine_pkcs11 is meant to be used with smart cards
and software for using smart cards in PKCS#11 format, such as OpenSC. Originaly
this engine was a part of OpenSC, until OpenSC was split into several small
projects for improved flexibility.

%prep
%setup -q
cat > README.mandriva <<EOF
In Mandriva, the engine file has been placed in the
%{_libdir}/openssl/engines directory instead of the default
%{_libdir}/engines. This was done so in order to match our openssl
installation.

Considering this new path, below is the suggested change to openssl.cnf
in order to use this engine:

openssl_conf = openssl_def

[openssl_def]
engines = engine_section

[engine_section]
pkcs11 = pkcs11_section

[pkcs11_section]
engine_id = pkcs11
dynamic_path = %{_libdir}/openssl/engines/engine_pkcs11.so
MODULE_PATH = %{_libdir}/opensc-pkcs11.so
init = 0

EOF

chmod 0644 README.mandriva

%build
%configure2_5x --with-enginesdir=%{_libdir}/openssl/engines
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# remove unnecessary files
rm -f %{buildroot}%{_libdir}/openssl/engines/*.a

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc doc/README doc/nonpersistent/wiki.out/* README.mandriva
%{_libdir}/openssl/engines/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8-5
+ Revision: d3e7aab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1135 |14cr|engrampa-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname   mate-file-archiver

Name:          engrampa
Version:       1.8.0
Release:       2
Summary:       An archive manager for MATE Desktop
Group:         Archiving/Compression
License:       GPLv2+ and LGPLv2+
URL:           http://mate-desktop.org
Source0:       http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: chrpath
BuildRequires: mate-common
BuildRequires: xsltproc
BuildRequires: which
BuildRequires: xml2po
BuildRequires: magic-devel
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gnome-doc-utils)
BuildRequires: pkgconfig(libcaja-extension)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: itstool
BuildRequires: yelp-tools

Suggests:      cdrecord-isotools
# for the gsettings schema
Requires:      caja

%rename %{oname}

%description
Engrampa is an archive manager for the GNOME environment.  This means that 
you can : create and modify archives; view the content of an archive; view a 
file contained in the archive; extract files from the archive.
Engrampa is only a front-end (a graphical interface) to archiving programs 
like tar and zip. The supported file types are :
    * Tar archives uncompressed (.tar) or compressed with
          * gzip (.tar.gz , .tgz)
          * bzip (.tar.bz , .tbz)
          * bzip2 (.tar.bz2 , .tbz2)
          * compress (.tar.Z , .taz)
          * lzop (.tar.lzo , .tzo)
          * lzma (.tar.lzma , .tlz)
    * Zip archives (.zip)
    * Jar archives (.jar , .ear , .war)
    * Lha archives (.lzh)
    * Rar archives (.rar)
    * Single files compressed with gzip, bzip, bzip2, compress, lzop, lzma
    * ISO images


%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x                \
   --disable-scrollkeeper  \
   --disable-static        \
   --with-gtk=2.0          \
   --enable-packagekit \
   --enable-caja-actions

%make


%install
%makeinstall_std

%find_lang %{name} --with-gnome --all-name

#gw rpmlint errors
chrpath -d %{buildroot}%{_bindir}/%{name}
chrpath -d %{buildroot}%{_libdir}/caja/*/*.so

%files -f %{name}.lang
%doc README COPYING NEWS AUTHORS
%{_bindir}/%{name}
%{_libexecdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/MateConf/gsettings/%{name}.convert
%{_datadir}/glib-2.0/schemas/org.mate.engrampa.gschema.xml
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_libdir}/caja/extensions-2.0/libcaja-%{name}.so
%{_mandir}/man1/%{name}.1.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: ec56440
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1136 |14cr|enigma-1.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Puzzle game similar to Oxyd
Name:		enigma
Version:	1.20
Release:	3
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.nongnu.org/enigma/
Source0:	http://downloads.sourceforge.net/%{name}-game/Release%20%{version}/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(xerces-c)

%description
Enigma is a tribute to and a re-implementation of one of the most
original and intriguing computer games of the 1990's: Oxyd.  Your
objective is easily explained: find and uncover all pairs of identical
Oxyd stones in each landscape.  Sounds simple?  It would be, if it
weren't for hidden traps, vast mazes, insurmountable obstacles and
innumerable puzzles blocking your direct way to the Oxyd stones...

%files -f %{name}.lang
%{_bindir}/*
%{_datadir}/enigma
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man6/*
%{_datadir}/icons/hicolor/48x48/apps/*
%{_datadir}/pixmaps/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -rf %{buildroot}/%{_docdir}/%{name}

rm -rf %{buildroot}%{_includedir} %{buildroot}%{_libdir}/*.a

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="PuzzleGame" \
  --add-category="ArcadeGame;LogicGame" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20-3
+ Revision: 2105ead
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1137 |14cr|enjoy-0.1.0-1.20140805.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20140805

Summary:	Enjoy is a music player
Name:		enjoy
Version:	0.1.0
Release:	1.%{git}.1
License:	GPLv3+
Group:		Graphical desktop/Enlightenment
Url:		http://enlightenment.org/
Source0:	%{name}-%{version}-%{git}.tar.bz2
BuildRequires:	edje
BuildRequires:	elementary
BuildRequires:	embryo
BuildRequires:	evas
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(eldbus)
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(emotion)
BuildRequires:	pkgconfig(lightmediascanner)
BuildRequires:	pkgconfig(sqlite3)

%description
Enjoy is a music player written using Enlightenment Foundation Libraries (EFL) 
with focus on speed and mobile usability, yet should be usable on desktops as 
well.

Enjoy is modeled around a media database constructed by LightMediaScanner, it 
is not meant to play single files from disk, instead it will recursively index 
directories for music files and then list them by artist, album, genre and so 
on. Playlists are also supported, as well as random or filter playlists can be 
dynamically generated.

Feature highlight:

    * Fast database scanning
    * Efficient handling of huge collections
    * MPRIS compliant
    * mobile usability
    * Search for covers in Last.FM internet service 

%files
%{_bindir}/*
%{_libdir}/enjoy_ql.so
%{_libdir}/%{name}/*.so
%{_iconsdir}/*.png
%{_datadir}/%{name}/*.edj
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{git}

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.0-1.20140805.1
+ Revision: de9a4e9
- New snapshot, now depends on eldbus



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1138 |14cr|enki-0.6.0-0.74197.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svnrev 74197

Summary:	Enki Photo Manager for Enlightenment
Name:		enki
Version:	0.6.0
Release:	0.%{svnrev}.2
License:	GPLv2+
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	%{name}-%{version}.%{svnrev}.tar.xz
Patch0:		enki-desktop.patch
Patch1:		enki-header.patch

BuildRequires:	desktop-file-utils
BuildRequires:	edje
BuildRequires:	embryo
BuildRequires:	evas
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(eio)
BuildRequires:	pkgconfig(enlil)
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(eweather)
Requires:	enlil

%description
Enki is a photo manager using the EFL and allows the user to manage a
list of albums and photos.

%files
%doc AUTHORS COPYING INSTALL NEWS README
%{_bindir}/enki
%{_bindir}/enki-slideshow
%{_datadir}/enki/themes/*.edj
%{_datadir}/applications/enki.desktop
%{_datadir}/pixmaps/enki.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%apply_patches

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

#menu
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="X-MandrivaLinux-Multimedia-Graphics" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*.desktop


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.0-0.74197.2
+ Revision: b2f0c72
- Update header patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1139 |14cr|enlil-0.6.0.73129-0.20121010.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Tarball of svn snapshot created as follows...
#Cut and paste in a shell after removing initial #

#svn co http://svn.enlightenment.org/svn/e/trunk/enlil enlil; \
#cd enlil; \
#SVNREV=$(LANGUAGE=C svn info | grep "Last Changed Rev:" | cut -d: -f 2 | sed "s@ @@"); \
#v_maj=$(cat configure.ac | grep 'm4_define(\[v_maj\],' | cut -d' ' -f 2 | cut -d[ -f 2 | cut -d] -f 1); \
#v_min=$(cat configure.ac | grep 'm4_define(\[v_min\],' | cut -d' ' -f 2 | cut -d[ -f 2 | cut -d] -f 1); \
#v_mic=$(cat configure.ac | grep 'm4_define(\[v_mic\],' | cut -d' ' -f 2 | cut -d[ -f 2 | cut -d] -f 1); \
#PKG_VERSION=$v_maj.$v_min.$v_mic.$SVNREV; \
#cd ..; \
#tar -Jcf enlil-$PKG_VERSION.tar.xz enlil/ --exclude .svn --exclude .*ignore
# to disable debug build error
%define debug_package %{nil}

%define svndate 20121010
%define svnrev	73129

%define	major	0
%define	libname		%mklibname	enlil %{major}
%define	develname	%mklibname	enlil -d

Summary:	enil Library for EFL
Name:		enlil
Version:	0.6.0.%{svnrev}
Release:	0.%{svndate}.1
Group:		Graphical desktop/Enlightenment
License:	BSD
URL:		http://www.enlightenment.org/
Source0:	%{name}-%{version}.tar.xz

BuildRequires:	gettext-devel
BuildRequires:  pkgconfig(azy)
BuildRequires:  pkgconfig(efreet)
BuildRequires:  pkgconfig(emotion)
BuildRequires:  pkgconfig(eio)
BuildRequires:  pkgconfig(ethumb)
BuildRequires:	pkgconfig(flickcurl)
BuildRequires:  pkgconfig(libexif)
BuildRequires:  pkgconfig(libiptcdata)

%description
Enlil is a library using the EFL which allows to manage
a list of albums and photos. EET is used to create the
database and ecore to manage events and file.

%package -n %{libname}
Summary:    Dynamic libraries from %{name}
Group:      System/Libraries
Provides:   %{name} = %{version}-%{release}
Obsoletes:	%{mklibname enlil1}

%description -n %{libname}
Enlil is a library for easily manipulating devices.

%package -n %{develname}
Summary:    Headers and development libraries from %{name}
Group:      Development/C
Requires:   %{libname} = %{version}-%{release}
Provides:   %name-devel = %{version}-%{release}

%description -n %{develname}
%{name} development headers and libraries.

%prep
%setup -qn %{name}

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-static
%make

%install
rm -fr %{buildroot}
%makeinstall

%files
%doc AUTHORS COPYING NEWS README
%{_bindir}/enlil_db_load_sync
%{_bindir}/enlil_db_print
%{_bindir}/enlil_db_sync
%{_bindir}/enlil_geocaching_print
%{_bindir}/enlil_transformations

%files -n %{libname}
%{_libdir}/libenlil.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}/
%{_includedir}/%{name}-0/
%{_libdir}/libenlil.so
%{_libdir}/pkgconfig/enlil.pc


%changelog
* Wed Oct 10 2012 Alexander Khryukin <alexander@mezon.ru> 0.6.0.73129-0.20121010.1
+ Revision: c9c1067
- rev up 73129



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1140 |14cr|entagged-audioformats-java-0.15-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname entagged-audioformats
Name:		%{shortname}-java
Version:	0.15
Release:	7
License:	LGPLv2+
URL:		http://entagged.sourceforge.net/
Source:		entagged-audioformats-source-%{version}.tar.gz
Group:		Development/Java
Summary:	Library to access and modify tags in audio files
Requires:	java
BuildRequires:	java-devel ant
BuildArch:	noarch
%description
Java library to access and modify tags in audio files.

%prep
%setup -q -n entagged

%build
cd audioformats
%{_bindir}/ant

%install
rm -Rf %{buildroot}
cd audioformats
%{__mkdir_p} %{buildroot}%{_javadir}
ln -s %{shortname}-%{version}.jar %{shortname}.jar
cp -p %{shortname}-%{version}.jar %{shortname}.jar %{buildroot}%{_javadir}

%files
%{_javadir}/%{shortname}-%{version}.jar
%{_javadir}/%{shortname}.jar

%package -n %{shortname}-javadoc
Group:		Development/Java
Summary:	Javadoc for %{shortname}
%description -n %{shortname}-javadoc
javadoc for %{shortname}

%files -n %{shortname}-javadoc
%doc audioformats/javadoc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15-7
+ Revision: 8d93536
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1141 |14cr|enventor-0.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The dynamic EDC editor to write your layout fast and easy
Name:		enventor
Version:	0.3.2
Release:	1
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	edje
BuildRequires:	evas
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(ecore-ipc)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eet)
BuildRequires:	pkgconfig(efreet)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(eio)
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(eo)
BuildRequires:	pkgconfig(evas)
Requires:	edje
Requires:	evas

%description
The dynamic EDC editor to write your layout fast and easy.

%files
%doc AUTHORS README ChangeLog NEWS
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/pixmaps
mv %{buildroot}%{_datadir}/icons/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

%changelog
* Wed Sep 03 2014 Rosa <rosa@abf.rosalinux.ru> 0.3.2-1
+ Revision: 31ff20a
- Automatic import for version 0.3.2-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1142 |14cr|eog-plugins-3.13.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plugins for the Eye of GNOME image viewer

Name:		eog-plugins
Version:	3.13.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org/projects/eog/
Source0: 	https://download.gnome.org/sources/eog-plugins/3.13/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(champlain-0.12)
BuildRequires:	pkgconfig(eog)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libpeas-gtk-1.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libgdata)

Requires:	eog
Requires:	postr

%description
This is the Eye of Gnome, an image viewer program. It is meant
to be a fast and functional image viewer as well as an image
cataloging program. It does proper handling of large images and
images with full opacity information, and can zoom and scroll
images quickly while keeping  memory usage constant.

This package contains additional plugins for EOG:
- Map
- Exif display
- Zoom to fit image width
- Flickr Uploader
- PicasaWeb Uploader
- Python Console
- Send By Mail
- Slideshow Shuffle

%files -f %{name}.lang
%doc AUTHORS NEWS README
# %{_datadir}/eog/plugins/*
# %{_libdir}/eog/plugins/*
%{_datadir}/glib-2.0/schemas/*.xml
%{_libdir}/eog/plugins/exif-display.plugin
%{_libdir}/eog/plugins/fit-to-width.plugin
%{_libdir}/eog/plugins/hide-titlebar.plugin
%{_libdir}/eog/plugins/libexif-display.so
%{_libdir}/eog/plugins/libfit-to-width.so
%{_libdir}/eog/plugins/libhide-titlebar.so
%{_libdir}/eog/plugins/liblight-theme.so
%{_libdir}/eog/plugins/libmap.so
%{_libdir}/eog/plugins/libpostasa.so
%{_libdir}/eog/plugins/libsend-by-mail.so
%{_libdir}/eog/plugins/light-theme.plugin
%{_libdir}/eog/plugins/map.plugin
%{_libdir}/eog/plugins/postasa.plugin
%{_libdir}/eog/plugins/send-by-mail.plugin
%{_datadir}/appdata/eog-exif-display.metainfo.xml
%{_datadir}/appdata/eog-fit-to-width.metainfo.xml
%{_datadir}/appdata/eog-hide-titlebar.metainfo.xml
%{_datadir}/appdata/eog-light-theme.metainfo.xml
%{_datadir}/appdata/eog-map.metainfo.xml
%{_datadir}/appdata/eog-postasa.metainfo.xml
%{_datadir}/appdata/eog-send-by-mail.metainfo.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.13.1-1
+ Revision: 6a0f8c3
- Add new files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1143 |14cr|eog-plugins-3.13.92-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plugins for the Eye of GNOME image viewer

Name:		eog-plugins
Version:	3.13.92
Release:	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org/projects/eog/
Source0: 	https://download.gnome.org/sources/eog-plugins/3.13/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(champlain-0.12)
BuildRequires:	pkgconfig(eog)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libpeas-gtk-1.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libgdata)

Requires:	eog
Requires:	postr

%description
This is the Eye of Gnome, an image viewer program. It is meant
to be a fast and functional image viewer as well as an image
cataloging program. It does proper handling of large images and
images with full opacity information, and can zoom and scroll
images quickly while keeping  memory usage constant.

This package contains additional plugins for EOG:
- Map
- Exif display
- Zoom to fit image width
- Flickr Uploader
- PicasaWeb Uploader
- Python Console
- Send By Mail
- Slideshow Shuffle

%files -f %{name}.lang
%doc AUTHORS NEWS README
# %{_datadir}/eog/plugins/*
# %{_libdir}/eog/plugins/*
%{_datadir}/glib-2.0/schemas/*.xml
%{_libdir}/eog/plugins/exif-display.plugin
%{_libdir}/eog/plugins/fit-to-width.plugin
%{_libdir}/eog/plugins/hide-titlebar.plugin
%{_libdir}/eog/plugins/libexif-display.so
%{_libdir}/eog/plugins/libfit-to-width.so
%{_libdir}/eog/plugins/libhide-titlebar.so
%{_libdir}/eog/plugins/liblight-theme.so
%{_libdir}/eog/plugins/libmap.so
%{_libdir}/eog/plugins/libpostasa.so
%{_libdir}/eog/plugins/libsend-by-mail.so
%{_libdir}/eog/plugins/light-theme.plugin
%{_libdir}/eog/plugins/map.plugin
%{_libdir}/eog/plugins/postasa.plugin
%{_libdir}/eog/plugins/send-by-mail.plugin
%{_datadir}/appdata/eog-exif-display.metainfo.xml
%{_datadir}/appdata/eog-fit-to-width.metainfo.xml
%{_datadir}/appdata/eog-hide-titlebar.metainfo.xml
%{_datadir}/appdata/eog-light-theme.metainfo.xml
%{_datadir}/appdata/eog-map.metainfo.xml
%{_datadir}/appdata/eog-postasa.metainfo.xml
%{_datadir}/appdata/eog-send-by-mail.metainfo.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%changelog
* Thu Sep 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.13.92-1
+ Revision: ffe2a63
- Updated to 3.13.92 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1144 |14cr|eom-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)
%define oname  mate-image-viewer

Name:          eom
Version:       1.8.0
Release:       2
Summary:       Eye of MATE image viewer
Group:         Graphical desktop/Other
License:       GPLv2+ and LGPLv2+ 
URL:           http://mate-desktop.org 
Source0:       http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtk-doc)
BuildRequires: pkgconfig(libglade-2.0)
BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(exempi-2.0)
BuildRequires: pkgconfig(libart-2.0)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(mate-doc-utils)
BuildRequires: pkgconfig(mate-desktop-2.0)
BuildRequires: pkgconfig(lcms)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(mate-icon-theme)
BuildRequires: pkgconfig(pygtk-2.0)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(shared-mime-info)
BuildRequires: pkgconfig(pygobject-2.0)
BuildRequires: jpeg-devel
BuildRequires: intltool
BuildRequires: itstool
BuildRequires: which
BuildRequires: xml2po
BuildRequires: mate-common
BuildRequires: yelp-tools

Requires:      mate-icon-theme
Requires:      gsettings-desktop-schemas   

%rename %{oname}

%description
This is the Eye of MATE, an image viewer program.  It is meant to be
a fast and functional image viewer.

Eye of MATE is a fork of Eye of GNOME.

%package devel
Summary:  C headers needed to build EOM plugins
Group:    Development/C
Requires: %{name} = %{version}
Provides: %{name}-devel = %{version}-%{release}
Provides: %{oname}-devel = %{version}-%{release}

%description devel
The Eye of MATE image viewer (eom) is the official image viewer for the
MATE desktop. This package allows you to develop plugins that add new
functionality to eom.

%prep
%setup -q
%apply_patches

%build
# NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
   --disable-schemas-compile \
   --disable-scrollkeeper
           
%make LIBS='-lgmodule-2.0 -lz'


%install
%makeinstall_std

desktop-file-install                               \
  --delete-original                                \
  --dir %{buildroot}%{_datadir}/applications    \
%{buildroot}%{_datadir}/applications/eom.desktop

# Remove needless MateConf stuff
rm -fr %{buildroot}%{_datadir}/MateConf

%find_lang eom --with-gnome

# save space by linking identical images in translated docs
helpdir=%{buildroot}%{_datadir}/mate/help/%{name}
for f in $helpdir/C/figures/*.png; do
  b="$(basename $f)"
  for d in $helpdir/*; do
    if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
      g="$d/figures/$b"
      if [ -f "$g" ]; then
        if cmp -s $f $g; then
          rm "$g"; ln -s "../../C/figures/$b" "$g"
        fi
      fi
    fi
  done
done

%post
/bin/touch --no-create %{_datadir}/mate-image-viewer/icons/hicolor >&/dev/null || :

%files -f %name.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/eom
%{_mandir}/man1/eom.*
%{_libdir}/eom/plugins
%{_datadir}/applications/eom.desktop
%{_datadir}/eom
# %{_datadir}/help/*/%{name}
%{_datadir}/gtk-doc/html/eom/*
%{_datadir}/icons/hicolor/*/apps/eom.*
%{_datadir}/glib-2.0/schemas/org.mate.eom.gschema.xml

%files devel
%{_libdir}/pkgconfig/eom.pc
%{_includedir}/eom-2.20

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: dfb37d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1145 |14cr|epdfview-0.1.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple and lightweight PDF viewer
Name:		epdfview
Version:	0.1.8
Release:	6
License:	GPLv2+
Group:		Office
Url:		http://trac.emma-soft.com/epdfview/
Source0:	http://trac.emma-soft.com/epdfview/chrome/site/releases/%{name}-%{version}.tar.bz2
Patch1:		epdfview-0.1.8_glibh.patch
Patch2:		epdfview-0.1.6-format_not_a_string_literal_and_no_format_arguments.patch
Patch3:		epdfview-0.1.8-bgra_to_rgba.patch
Patch4:		epdfview-0.1.8-cups-1.6.patch
BuildRequires:	bison
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(poppler-glib)
Requires:	poppler

%description
ePDFView is a free lightweight PDF document viewer using Poppler and GTK+
libraries.The aim of ePDFView is to make a simple PDF document viewer,
in the lines of Evince but without using the Gnome libraries.

%files -f %{name}.lang
%dir %{_datadir}/%{name}
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/epdfview.1.*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-rpath \
	--with-cups
%make

%install
%makeinstall_std

# (tpg) move icons to the right place
for i in 24 32 48;do
mkdir -p %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps
cp %{buildroot}%{_datadir}/%{name}/pixmaps/icon_epdfview-$i.png %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps/%{name}.png;
done

sed -i -e 's/^Icon=icon_epdfview-48$/Icon=%{name}/g' %{buildroot}%{_datadir}/applications/*

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8-6
+ Revision: 105ef2e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1146 |14cr|ephoto-0.1.1.79722-0.79722.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svnrev 79722

Summary:	Enlightenment photo manager
Name:		ephoto
Epoch:		1
Version:	0.1.1.%{svnrev}
Release:	0.%{svnrev}.2
License:	BSD
Group: 		Graphics
Url:		http://www.enlightenment.org
Source0: 	%{name}-%{version}.tar.xz
Buildrequires:	edje
Buildrequires:	elementary
Buildrequires:	evas
Buildrequires:	evas_generic_loaders
Buildrequires:	gettext-devel
BuildRequires:	pkgconfig(edje)
Buildrequires:	pkgconfig(efreet)
Buildrequires:	pkgconfig(eio)
Buildrequires:	pkgconfig(elementary)
Buildrequires:	pkgconfig(ethumb)
BuildRequires:	pkgconfig(evas)
Buildrequires:	pkgconfig(eweather)
Buildrequires:	pkgconfig(libexif)

%description
Ephoto is an ewl app that is used for sophisticate image viewing.
This package is part of the Enlightenment DR17 desktop shell.

%files
%doc AUTHORS ChangeLog COPYING COPYING.icons README
%{_bindir}/*
%{_libdir}/*.so
%{_datadir}/%{name}/themes/default/*.edj
%{_datadir}/%{name}/images/*.png
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/ephoto.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std



%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.1.1.79722-0.79722.2
+ Revision: f4c4bbc
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1147 |14cr|epic4-2.10.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define help_version 20050315

Summary:	(E)nhanced (P)rogrammable (I)RC-II (C)lient
Name:		epic4
Version:	2.10.1
Release:	3
License:	BSD
Group:		Networking/IRC
Url:		http://www.epicsol.org/
Source0:	ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/epic4-%{version}.tar.bz2
Source1:	ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/epic4-help-%{help_version}.tar.gz
Source2:	epic.wmconfig
Source3:	ircII.servers
# Don't include term.h, it conflicts with termcap.h - AdamW 2008/12
Patch0:		epic4-2.10-include.patch
BuildRequires:	desktop-file-utils
BuildRequires:	perl-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
Provides:	epic = %{EVRD}
Provides:	epic-help = %{help_version}

%description
EPIC is the (E)nhanced (P)rogrammable (I)RC-II (C)lient. It is a program
used to connect to IRC servers around the globe so that the user can chat
with others.

%files
%doc INSTALL UPDATES KNOWNBUGS BUG_FORM doc/*
%{_bindir}/*
%{_libexecdir}/wserv4
%dir %{_datadir}/epic
%config(noreplace) %{_datadir}/epic/ircII.servers
%{_datadir}/epic/script/
%{_datadir}/epic/help/
%{_mandir}/man1/*
%{_datadir}/applications/*-%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -a 1 -T -b 0
%patch0 -p1 -b .include
rm -r `%{_bindir}/find -type d -name CVS`

%build
%configure2_5x \
	--with-ipv6 \
	--with-perl \
	--with-ssl \
	--without-socks \
	--without-socks5 \
	--with-tcl

%make wserv_exe="%{_libexecdir}"

%install
%makeinstall installhelp sharedir=%{buildroot}%{_datadir} libexecdir=%{buildroot}%{_libexecdir}
install -m644 %{SOURCE3} %{buildroot}%{_datadir}/epic
chmod 755 %{buildroot}%{_datadir}/epic/script/epic-crypt-gpg{,-aa}

cat > %{name}.desktop << EOF
[Desktop Entry]
Name=Epic
Comment=EPIC is the (E)nhanced (P)rogrammable (I)RC-II (C)lient.
Exec=%{_bindir}/%{name}
Icon=irc_section
Terminal=false
Type=Application
Categories=Network;IRCClient;
EOF

mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --vendor="rosa" \
	--remove-category="Application" \
	--dir %{buildroot}%{_datadir}/applications %{name}.desktop

# Empty docs make rpmlint go crazy
find %{buildroot} -size 0 |xargs rm -f


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-3
+ Revision: 9d41dbd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1148 |14cr|epic5-1.1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	(E)nhanced (P)rogrammable (I)RC-II (C)lient
Name:		epic5
Version:	1.1.6
Release:	3
License:	BSD
Group:		Networking/IRC
Url:		http://www.epicsol.org/
Source0:	http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/%{name}-%{version}.tar.bz2
Source1:	ftp://ftp.epicsol.org/pub/epic/help/epic-help-current.tar.gz
# Amnesiac 2.0.2 release updated on Jul 26 2010 @ 20:09
Source2:	http://amnesiac.ircii.org/amnesiac2.0.2cvs51.tgz
Source10:	%{name}.rpmlintrc
BuildRequires:	perl-devel
BuildRequires:	ruby-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)

%description
EPIC is an irc client project. The EPIC software was forked from
ircII-2.8.2 in fall 1994. There have been 5 generations of EPIC.

EPIC's development model is to provide tools to scripters rather than
features to end users. Out of the box, EPIC behaves much the same way
ircII-2.8.2 did in 1994. To truly leverage EPIC, you will need a
script pack.

This package includes the Amnesia script pack, see http://amnesiac.ircii.org

%files
%defattr(0644,root,root,0755)
%doc BUG_FORM COPYRIGHT FILES INSTALL KNOWNBUGS README README-CRYPTO UPDATES VOTES doc/* contrib regress
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0755,root,root) %{_bindir}/%{name}-%{version}
%attr(0755,root,root) %{_bindir}/epic5-wserv4
%{_mandir}/man1/%{name}.1*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -a 1 -T -b 0
find . -type d -name CVS | xargs -t rm -r
perl -pi -e 's|/usr/local/bin/perl5|perl|' regress/crash-irc

%build
autoreconf -fi
%configure2_5x \
	--with-ipv6 \
	--with-perl \
	--with-ruby \
	--with-ssl \
	--without-socks \
	--with-tcl
make wserv_exe=%{_bindir}/wserv4

%install
%makeinstall \
	libexecdir=%{buildroot}%{_bindir} \
	sharedir=%{buildroot}%{_datadir} \
	installhelp

chmod 755 %{buildroot}%{_datadir}/%{name}/script/epic-crypt-gpg{,-aa}

tar -xf %{SOURCE2} -C %{buildroot}%{_datadir}/%{name}/script
chmod 644 %{buildroot}%{_datadir}/%{name}/script/amn/themes/ansiless.th


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-3
+ Revision: 3ae65f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1149 |14cr|epour-0.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Enlightened torrent client
Name: 		epour
Version:	0.6.0
Epoch:		1
Release:	1
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	python-distutils-extra
Requires:	python-dbus
Requires:	python-efl
Requires:	python-libtorrent-rasterbar
Requires:	python-pyxdg
BuildArch:	noarch

%description
Epour is a torrent client based on EFL.

%files
%doc AUTHORS README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
python setup.py install --prefix=%{buildroot}%{_prefix}


%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.6.0-1
+ Revision: 3c6cf05
- New version 0.6.0
- Update Requires (add python-pyxdg)
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1150 |14cr|eqonomize-0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    eqonomize          
%define version 0.6                
%define release 4
 
Name:           %name
Version:        %version
Release:        %release
Source0:        http://ovh.dl.sourceforge.net/sourceforge/eqonomize/%name-%version.tar.gz
Patch0:         eqonomize-0.6-fix-desktopfile-typo.patch
Patch1:		eqonomize-0.6-fix-docs.patch
Summary:        Personal finance program for KDE                                         
License:        GPLv2+                                                                   
Group:          Office                                                                   
Url:            http://eqonomize.sourceforge.net/                                        
BuildRequires:  kdelibs4-devel                                                           
 
%description
Eqonomize! is a personal accounting software, 
with focus on efficiency and ease of use for  
the small household economy. 
 
%files -f %name.lang
%defattr(-,root,root)
%_bindir/eqonomize   
%_datadir/applications/kde4/eqonomize.desktop
%_datadir/apps/eqonomize/eqonomizeui.rc      
%_datadir/icons/hicolor/128x128/apps/eqonomize.png
%_datadir/icons/hicolor/128x128/mimetypes/eqz.png 
%_datadir/icons/hicolor/16x16/apps/eqonomize.png
%_datadir/icons/hicolor/16x16/mimetypes/eqz.png
%_datadir/icons/hicolor/22x22/apps/eqonomize.png
%_datadir/icons/hicolor/22x22/mimetypes/eqz.png
%_datadir/icons/hicolor/32x32/apps/eqonomize.png
%_datadir/icons/hicolor/32x32/mimetypes/eqz.png
%_datadir/icons/hicolor/48x48/apps/eqonomize.png
%_datadir/icons/hicolor/48x48/mimetypes/eqz.png
%_datadir/icons/hicolor/64x64/apps/eqonomize.png
%_datadir/icons/hicolor/64x64/mimetypes/eqz.png
%_datadir/mimelnk/application/x-eqonomize.desktop
 
 
#--------------------------------------------------------------------
 
%prep
%setup -q -n %name-%version
%apply_patches
%build
%cmake_kde4
%make
 
%install
rm -rf %{buildroot}
%{makeinstall_std} -C build
 
rm -f %buildroot%_datadir/applications/kde/*.desktop
 
%find_lang %name --with-html
 
%clean
rm -rf %{buildroot}
 
%post
%update_icon_cache hicolor
 
%postun
%clean_icon_cache hicolor



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-4
+ Revision: 88fc842
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1151 |14cr|eric-4.5.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Full featured Python and Ruby editor and IDE
Name:		eric
Version:	4.5.7
Release:	4
License:	GPLv2+
Group:		Development/Python
Url:		http://eric-ide.python-projects.org/
Source0:	http://heanet.dl.sourceforge.net/project/eric-ide/eric4/stable/%{version}/%{name}4-%{version}.tar.gz
Source1:	http://switch.dl.sourceforge.net/project/eric-ide/eric4/stable/%{version}/%{name}4-i18n-de-%{version}.tar.gz
Source2:	http://switch.dl.sourceforge.net/project/eric-ide/eric4/stable/%{version}/%{name}4-i18n-fr-%{version}.tar.gz
Source3:	http://switch.dl.sourceforge.net/project/eric-ide/eric4/stable/%{version}/%{name}4-i18n-ru-%{version}.tar.gz
Source4:	http://switch.dl.sourceforge.net/project/eric-ide/eric4/stable/%{version}/%{name}4-i18n-cs-%{version}.tar.gz
Source5:	http://switch.dl.sourceforge.net/project/eric-ide/eric4/stable/%{version}/%{name}4-i18n-es-%{version}.tar.gz
Source6:	http://switch.dl.sourceforge.net/project/eric-ide/eric4/stable/%{version}/%{name}4-i18n-tr-%{version}.tar.gz
Source7:	http://switch.dl.sourceforge.net/project/eric-ide/eric4/stable/%{version}/%{name}4-i18n-zh_CN.GB2312-%{version}.tar.gz
Source8:	http://switch.dl.sourceforge.net/project/eric-ide/eric4/stable/%{version}/%{name}4-i18n-it-%{version}.tar.gz
Source9:	http://switch.dl.sourceforge.net/project/eric-ide/eric4/stable/%{version}/%{name}4-i18n-en-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	python-qt4
BuildRequires:	python-qt4-qscintilla
BuildRequires:	python-sip
BuildRequires:	qscintilla-qt4-devel
Requires:	python-qt4
Requires:	python-qt4-help
Requires:	python-qt4-qscintilla
Requires:	python-svn
BuildArch:	noarch

%description
Eric is a full featured Python and Ruby editor and IDE, written in python. It
is based on the cross platform Qt gui toolkit, integrating the highly flexible
Scintilla editor control. It is designed to be usable as everdays' quick and
dirty editor as well as being usable as a professional project management tool
integrating many advanced features Python offers the professional coder.

%files
%doc README THANKS
%{_bindir}/*
%{qt4dir}/qsci/api
%{py_puresitedir}/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}4-%{version}
# This unpacks the i18n sources correctly. The previous spec unpacked them to the wrong place. -AdamW, 2007/05
%setup -q -n %{name}4-%{version} -D -T -b 1
%setup -q -n %{name}4-%{version} -D -T -b 2
%setup -q -n %{name}4-%{version} -D -T -b 3
%setup -q -n %{name}4-%{version} -D -T -b 4
%setup -q -n %{name}4-%{version} -D -T -b 5
%setup -q -n %{name}4-%{version} -D -T -b 6
%setup -q -n %{name}4-%{version} -D -T -b 7
%setup -q -n %{name}4-%{version} -D -T -b 8
%setup -q -n %{name}4-%{version} -D -T -b 9

%install
mkdir -p %{buildroot}%{py_puresitedir}/%{name}
python install.py -i %{buildroot} \
	-b %{_bindir} -d %{py_puresitedir} \
	-a %{qt4dir}/qsci/api

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Eric
Comment=Python IDE
Exec=eric4
Icon=%{name}
Terminal=false
Type=Application
Categories=Development;IDE;QT;
EOF

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert -scale 48 %{buildroot}%{py_puresitedir}/eric4/icons/default/erict.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{buildroot}%{py_puresitedir}/eric4/icons/default/erict.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{buildroot}%{py_puresitedir}/eric4/icons/default/erict.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.5.7-4
+ Revision: 18f36c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1152 |14cr|erlang-esdl-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname esdl
%define erlang_libdir %{_libdir}/erlang/addons

Summary:	Erlang OpenGL/SDL api and utilities
Name:		erlang-%{oname}
Version:	1.2
Release:	3
Group:		Development/Other
License:	BSD
URL:		http://esdl.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/esdl/esdl/%{oname}-%{version}/%{oname}-%{version}.src.tar.gz
Patch0:		esdl-1.0.1-optflags.patch
Patch1:		esdl-1.0.1-makefile.patch
BuildRequires:  SDL-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	SDL_image-devel
BuildRequires:	mesa-common-devel
BuildRequires:	erlang-compiler		>= R11B-7
BuildRequires:	erlang-devel		>= R11B-7
Requires:	erlang-base		>= R11B-7

%description
A library that gives you access to SDL and OpenGL functionality in
your Erlang program.

%package devel
Summary:	Development files for ESDL
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Requires:	erlang-devel >= R11B-6
Requires:	SDL-devel
Requires:	mesa-common-devel

%description devel
Development files for ESDL.

%prep
%setup -qn %{oname}-%{version}
#% patch0 -p1

%patch1 -p1

perl -pi -e 's|INSTALLDIR = |INSTALLDIR = \$(DESTDIR)|' Makefile

%build
%define _disable_ld_no_undefined 1
export CFLAGS="%{optflags}"
export CLINKFLAGS="%{ldflags}"
%make

%install
%makeinstall_std

pushd test
mv -f *.beam %{buildroot}%{erlang_libdir}/esdl-%{version}/ebin
popd

rm -f %{buildroot}%{erlang_libdir}/esdl-%{version}/Readme.MacOSX-Cocoa
rm -f %{buildroot}%{erlang_libdir}/esdl-%{version}/Readme.win32

%files
%defattr(644,root,root,755)
%doc %{erlang_libdir}/esdl-%{version}/license.terms
%doc %{erlang_libdir}/esdl-%{version}/Readme
%dir %{erlang_libdir}/esdl-%{version}
%dir %{erlang_libdir}/esdl-%{version}/ebin
%dir %{erlang_libdir}/esdl-%{version}/priv
%attr(755,root,root) %{erlang_libdir}/esdl-%{version}/priv/*.so
%{erlang_libdir}/esdl-%{version}/ebin/*.beam
%{erlang_libdir}/esdl-%{version}/vsn.mk
%exclude %{erlang_libdir}/esdl-%{version}/include
%exclude %{erlang_libdir}/esdl-%{version}/src

%files devel
%defattr(644,root,root,755)
%doc %{erlang_libdir}/esdl-%{version}/doc
%{erlang_libdir}/esdl-%{version}/include
%{erlang_libdir}/esdl-%{version}/src
%{erlang_libdir}/esdl-%{version}/c_src

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-3
+ Revision: 2500d8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1153 |14cr|erlang-R16B03-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without java

%define erlang_libdir %{_libdir}/erlang/lib
%define realver R16B03

Summary:	General-purpose programming language and runtime environment
Name:		erlang
Version:	%(echo %{realver} | sed -e 's/-//')
Release:	2
Group:		Development/Other
License:	MPL
Url:		http://www.erlang.org
Source0:	http://www.erlang.org/download/otp_src_%{realver}.tar.gz
Source1:	http://www.erlang.org/download/otp_doc_html_%{realver}.tar.gz
Source2:	http://www.erlang.org/download/otp_doc_man_%{realver}.tar.gz
BuildRequires:	bison
BuildRequires:	flex
%if %{with java}
BuildRequires:	java-rpmbuild
%endif
BuildRequires:	m4
# needed for configure test
BuildRequires:	openssl
BuildRequires:	libgd-devel
BuildRequires:	tcl-devel
BuildRequires:	unixODBC-devel
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(valgrind)
Requires:	tk
Requires:	tcl

%description
Erlang is a general-purpose programming language and runtime
environment. Erlang has built-in support for concurrency, distribution
and fault tolerance. Erlang is used in several large telecommunication
systems from Ericsson.

#----------------------------------------------------------------------------

%package stack
Summary:	Erlang bundle
License:	MPL
Group:		Development/Other
Requires:	erlang-base = %{EVRD}
Requires:	erlang-appmon
Requires:	erlang-asn1
Requires:	erlang-common_test
Requires:	erlang-compiler
Requires:	erlang-cosEvent
Requires:	erlang-cosEventDomain
Requires:	erlang-cosFileTransfer
Requires:	erlang-cosNotification
Requires:	erlang-cosProperty
Requires:	erlang-cosTime
Requires:	erlang-cosTransactions
Requires:	erlang-crypto
Requires:	erlang-debugger
Requires:	erlang-dialyzer
Requires:	erlang-diameter
Requires:	erlang-edoc
Requires:	erlang-eldap
Requires:	erlang-emacs
Requires:	erlang-erl_docgen
Requires:	erlang-erl_interface
Requires:	erlang-et
Requires:	erlang-eunit
Requires:	erlang-gs
Requires:	erlang-hipe
Requires:	erlang-ic
Requires:	erlang-inets
%if %{with java}
Requires:	erlang-jinterface
%endif
Requires:	erlang-megaco
Requires:	erlang-mnesia
Requires:	erlang-observer
Requires:	erlang-odbc
Requires:	erlang-orber
Requires:	erlang-os_mon
Requires:	erlang-otp_mibs
Requires:	erlang-parsetools
Requires:	erlang-percept
Requires:	erlang-pman
Requires:	erlang-public_key
Requires:	erlang-reltool
Requires:	erlang-runtime_tools
Requires:	erlang-snmp
Requires:	erlang-ssh
Requires:	erlang-ssl
Requires:	erlang-syntax_tools
Requires:	erlang-test_server
Requires:	erlang-toolbar
Requires:	erlang-tools
Requires:	erlang-tv
Requires:	erlang-typer
Requires:	erlang-webtool
Requires:	erlang-wx
Requires:	erlang-xmerl

%description stack
Erlang bundle.

The Erlang/OTP system --- Erlang is a programming language which
has many features more commonly associated with an operating system
than with a programming language: concurrent processes, scheduling,
memory management, distribution, networking, etc. The development package
in addition contains the Erlang sources for all base libraries.
Includes the Erlang/OTP graphical libraries.

%files stack
%doc AUTHORS EPLICENCE README.md

#----------------------------------------------------------------------------

%package base
Summary:	Erlang architecture independent files
License:	MPL
Group:		Development/Other
Provides:	%{name} = %{EVRD}
# Removed in R16
Obsoletes:	%{name}-inviso < %{EVRD}

%description base
Erlang architecture independent files

The Erlang/OTP system --- Erlang is a programming language which
has many features more commonly associated with an operating system
than with a programming language: concurrent processes, scheduling,
memory management, distribution, networking, etc. The development package
in addition contains the Erlang sources for all base libraries.
Includes the Erlang/OTP graphical libraries.

%files base
%dir %{_libdir}/erlang
%dir %{_libdir}/erlang/bin
%dir %{_libdir}/erlang/lib
%dir %{_libdir}/erlang/misc
%{_bindir}/*
%{_libdir}/erlang/Install
%{_libdir}/erlang/bin/ct_run
%{_libdir}/erlang/bin/epmd
%{_libdir}/erlang/bin/erl
%{_libdir}/erlang/bin/erlc
%{_libdir}/erlang/bin/escript
%{_libdir}/erlang/bin/no_dot_erlang.boot
%{_libdir}/erlang/bin/run_erl
%{_libdir}/erlang/bin/start
%{_libdir}/erlang/bin/start.boot
%{_libdir}/erlang/bin/start.script
%{_libdir}/erlang/bin/start_clean.boot
%{_libdir}/erlang/bin/start_erl
%{_libdir}/erlang/bin/start_sasl.boot
%{_libdir}/erlang/bin/to_erl
%{_libdir}/erlang/erts-*
%{_libdir}/erlang/misc/format_man_pages
%{_libdir}/erlang/misc/makewhatis
%{_libdir}/erlang/releases
%{erlang_libdir}/erts-*
%{erlang_libdir}/kernel-*
%{erlang_libdir}/stdlib-*
%{erlang_libdir}/sasl-*

%post base
%{_libdir}/erlang/Install -minimal %{_libdir}/erlang >/dev/null 2>/dev/null

#----------------------------------------------------------------------------

%package devel
Summary:	Erlang header
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description devel
Erlang headers. This package is used to build some library.

%files devel
%dir %{_libdir}/%{name}/%{_includedir}
%dir %{_libdir}/%{name}/%{_prefix}/lib
%{_libdir}/%{name}/%{_includedir}/*
%{_libdir}/%{name}/%{_prefix}/lib/*

#----------------------------------------------------------------------------

%package manpages
Summary:	Erlang man pages
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description manpages
Documentation for the Erlang programming language in `man' format. This
documentation can be read using the command `erl -man mod', where `mod' is
the name of the module you want documentation on.

%files manpages
%{_mandir}/*/*

#----------------------------------------------------------------------------

%package appmon
Summary:	Utility used to supervise Applications executing on several Erlang nodes
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description appmon
Appmon, is a graphical utility used to supervise applications executing
either locally or on remote nodes. The process tree of an application
can furthermore be monitored.

%files appmon
%{erlang_libdir}/appmon-*

#----------------------------------------------------------------------------

%package asn1
Summary:	Provides support for Abstract Syntax Notation One
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description asn1
Asn1 application contains modules with compile-time and run-time support for
ASN.1.

%files asn1
%{erlang_libdir}/asn1-*

#----------------------------------------------------------------------------

%package common_test
Summary:	Portable framework for automatic testing
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description common_test
A portable Erlang framework for automatic testing.

%files common_test
%{erlang_libdir}/common_test-*

#----------------------------------------------------------------------------

%package compiler
Summary:	Byte code compiler for Erlang which produces highly compact code
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description compiler
Compiler application compiles Erlang code to byte-code. The highly compact
byte-code is executed by the Erlang emulator.

%files compiler
%{erlang_libdir}/compiler-*

#----------------------------------------------------------------------------

%package cosEvent
Summary:	Orber OMG Event Service
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description cosEvent
The cosEvent application is an Erlang implementation of a CORBA Service
CosEvent.

%files cosEvent
%{erlang_libdir}/cosEvent-*

#----------------------------------------------------------------------------

%package cosEventDomain
Summary:	Orber OMG Event Domain Service
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description cosEventDomain
The cosEventDomain application is an Erlang implementation of a CORBA
Service CosEventDomainAdmin.

%files cosEventDomain
%{erlang_libdir}/cosEventDomain-*

#----------------------------------------------------------------------------

%package cosFileTransfer
Summary:	Orber OMG File Transfer Service
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description cosFileTransfer
The cosFileTransfer Application is an Erlang implementation of the
OMG CORBA File Transfer Service.

%files cosFileTransfer
%{erlang_libdir}/cosFileTransfer-*

#----------------------------------------------------------------------------

%package cosNotification
Summary:	Orber OMG Notification Service
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description cosNotification
The cosNotification application is an Erlang implementation of the OMG
CORBA Notification Service.

%files cosNotification
%{erlang_libdir}/cosNotification-*

#----------------------------------------------------------------------------

%package cosProperty
Summary:	Orber OMG Property Service
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description cosProperty
The cosProperty Application is an Erlang implementation of the OMG
CORBA Property Service.

%files cosProperty
%{erlang_libdir}/cosProperty-*

#----------------------------------------------------------------------------

%package cosTime
Summary:	Orber OMG Timer and TimerEvent Services
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description cosTime
The cosTime application is an Erlang implementation of the OMG
CORBA Time and TimerEvent Services.

%files cosTime
%{erlang_libdir}/cosTime-*

#----------------------------------------------------------------------------

%package cosTransactions
Summary:	Orber OMG Transaction Service
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description cosTransactions
The cosTransactions application is an Erlang implementation of the OMG
CORBA Transaction Service.

%files cosTransactions
%{erlang_libdir}/cosTransactions-*

#----------------------------------------------------------------------------

%package crypto
Summary:	Cryptographical support
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description crypto
Cryptographical support for erlang.

%files crypto
%{erlang_libdir}/crypto-*

#----------------------------------------------------------------------------

%package debugger
Summary:	Debugger for debugging and testing of Erlang programs
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description debugger
Debugger is a graphical tool which can be used for debugging and testing
of Erlang programs. For example, breakpoints can be set, code can be single
stepped and variable values can be displayed and changed.

%files debugger
%{erlang_libdir}/debugger-*

#----------------------------------------------------------------------------

%package dialyzer
Summary:	Static analysis tool
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description dialyzer
Dialyzer is a static analysis tool that identifies software discrepancies
such as type errors, unreachable code, unnecessary tests, etc in single
Erlang modules or entire (sets of) applications.

%files dialyzer
%{erlang_libdir}/dialyzer-*
%{_libdir}/%{name}/bin/dialyzer

#----------------------------------------------------------------------------

%package diameter
Summary:	An implementation of the Diameter protocol as defined by RFC 3588
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description diameter
An implementation of the Diameter protocol as defined by RFC 3588.

%files diameter
%{erlang_libdir}/diameter-*

#----------------------------------------------------------------------------

%package edoc
Summary:	The Erlang program documentation generator
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}
Requires:	erlang-syntax_tools
Requires:	erlang-xmerl

%description edoc
This module provides the main user interface to EDoc.

%files edoc
%{erlang_libdir}/edoc-*

#----------------------------------------------------------------------------

%package eldap
Summary:	The Erlang LDAP library
License:	MPL
Group:		Development/Other
Requires:	%{name}-asn1 = %{EVRD}
Requires:	%{name}-base = %{EVRD}
Requires:	%{name}-hipe = %{EVRD}
Requires:	%{name}-ssl = %{EVRD}

%description eldap
Eldap is a module which provides a client API to the Lightweight Directory
Access Protocol (LDAP).

%files eldap
%{erlang_libdir}/eldap-*

#----------------------------------------------------------------------------

%package emacs
Summary:	Emacs support for The Erlang language
License:	GPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}
Requires:	emacs

%description emacs
This module provides Erlang support to Emacs.

%files emacs
%{_sysconfdir}/emacs/site-start.d/erlang.el

#----------------------------------------------------------------------------

%package erl_docgen
Summary:	Documentation generator
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description erl_docgen
Documentation generator for erlang.

%files erl_docgen
%{erlang_libdir}/erl_docgen-*

#----------------------------------------------------------------------------

%package erl_interface
Summary:	Low level interface to C
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description erl_interface
Low level interface to C for erlang.

%files erl_interface
%{erlang_libdir}/erl_interface-*

#----------------------------------------------------------------------------

%package et
Summary:	Event Tracer
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description et
The Event Tracer (ET) uses the built-in trace mechanism in Erlang and
provides tools for collection and graphical viewing of trace data.

%files et
%{erlang_libdir}/et-*

#----------------------------------------------------------------------------

%package eunit
Summary:	Erlang support for unit testing
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description eunit
Erlang support for unit testing.

%files eunit
%{erlang_libdir}/eunit-*

#----------------------------------------------------------------------------

%package gs
Summary:	Graphics System used to write platform independent user interfaces
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}
Requires:	tcl
Requires:	tk

%description gs
The Graphics System application, GS, is a library of routines for writing
graphical user interfaces. Programs written using GS work on all Erlang
platforms and do not depend upon the underlying windowing system.

%files gs
%{erlang_libdir}/gs-*

#----------------------------------------------------------------------------

%package hipe
Summary:	High performance erlang
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description hipe
High-performance erlang.

%files hipe
%{erlang_libdir}/hipe-*

#----------------------------------------------------------------------------

%package ic
Summary:	IDL compiler
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description ic
The IC application is an Erlang implementation of an IDL compiler.

%files ic
%{erlang_libdir}/ic-*

#----------------------------------------------------------------------------

%package inets
Summary:	Set of services such as a Web server and a ftp client etc
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description inets
Inets is a container for Internet clients and servers. Currently a HTTP
server and a FTP client has been incorporated in Inets. The HTTP server
is an efficient implementation of HTTP 1.1 as defined in RFC 2616, i.e.
a Web server.

%files inets
%{erlang_libdir}/inets-*

#----------------------------------------------------------------------------

%if %{with java}
%package jinterface
Summary:	Low level interface to Java
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description jinterface
The Jinterface package provides a set of tools for communication with
Erlang processes. It can also be used for communication with other Java
processes using the same package, as well as C processes using the
Erl_Interface library.

%files jinterface
%{erlang_libdir}/jinterface-*/priv/OtpErlang.jar
%{erlang_libdir}/jinterface-*/java_src/com/ericsson/otp/erlang/*
%endif

#----------------------------------------------------------------------------

%package megaco
Summary:	Framework for building applications on top of the Megaco/H.248 protocol
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description megaco
Megaco/H.248 is a protocol for control of elements in a physically decomposed
multimedia gateway, enabling separation of call control from media conversion.

%files megaco
%{erlang_libdir}/megaco-*

#----------------------------------------------------------------------------

%package mnesia
Summary:	Heavy duty real-time distributed database
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description mnesia
Mnesia is a distributed DataBase Management System (DBMS), appropriate for
telecommunications applications and other Erlang applications which require
continuous operation and exhibit soft real-time properties.

%files mnesia
%{erlang_libdir}/mnesia-*

#----------------------------------------------------------------------------

%package observer
Summary:	Observer, tools for tracing and investigation of distributed systems
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description observer
The OBSERVER application contains tools for tracing and investigation of
distributed systems.

%files observer
%{erlang_libdir}/observer-*

#----------------------------------------------------------------------------

%package odbc
Summary:	Interface to relational SQL-databases built on ODBC
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description odbc
The ODBC application is an interface to relational SQL-databases built 
on ODBC (Open Database.)

%files odbc
%{erlang_libdir}/odbc-*

#----------------------------------------------------------------------------

%package orber
Summary:	CORBA Object Request Broker
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description orber
The Orber application is an Erlang implementation of a CORBA Object Request
Broker.

%files orber
%{erlang_libdir}/orber-*

#----------------------------------------------------------------------------

%package os_mon
Summary:	Monitor which allows inspection of the underlying operating system
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description os_mon
The operating system monitor OS_Mon monitors operating system disk and memory
usage etc.

%files os_mon
%{erlang_libdir}/os_mon-*

#----------------------------------------------------------------------------

%package otp_mibs
Summary:	Snmp management information base for Erlang
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description otp_mibs
The OTP_Mibs application provides an SNMP management information base for
Erlang nodes.

%files otp_mibs
%{erlang_libdir}/otp_mibs-*

#----------------------------------------------------------------------------

%package parsetools
Summary:	Set of parsing and lexical analysis tools
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description parsetools
The Parsetools application contains utilities for parsing, e.g. the yecc
module. Yecc is an LALR-1 parser generator for Erlang, similar to yacc.
Yecc takes a BNF grammar definition as input, and produces Erlang code for
a parser as output.

%files parsetools
%{erlang_libdir}/parsetools-*

#----------------------------------------------------------------------------

%package percept
Summary:	Concurrency profiler tool for Erlang
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description percept
A concurrency profiler tool for Erlang.

%files percept
%{erlang_libdir}/percept-*

#----------------------------------------------------------------------------

%package pman
Summary:	Process manager used to inspect the state of an Erlang system
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description pman
The process manager Pman is a graphical tool used to inspect the Erlang
processes executing either locally or on remote nodes. It is also possible
to trace events in the individual processes.

%files pman
%{erlang_libdir}/pman-*

#----------------------------------------------------------------------------

%package public_key
Summary:	Erlang API to public key infrastructure
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description public_key
Erlang API to public key infrastructure.

%files public_key
%{erlang_libdir}/public_key-*

#----------------------------------------------------------------------------

%package reltool
Summary:	A release management tool for Erlang
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description reltool
It analyses a given Erlang/OTP installation and determines various
dependencies between applications. The graphical frontend depicts
the dependencies and enables interactive customization of a
target system. The backend provides a batch interface for
generation of customized target systems.

%files reltool
%{erlang_libdir}/reltool-*

#----------------------------------------------------------------------------

%package runtime_tools
Summary:	Runtime tools, tools to include in a production system
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description runtime_tools
Runtime tools, tools to include in a production system.

%files runtime_tools
%{erlang_libdir}/runtime_tools-*

#----------------------------------------------------------------------------

%package snmp
Summary:	Simple Network Management Protocol (SNMP) support
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description snmp
A multilingual Simple Network Management Protocol Extensible Agent, featuring
a MIB compiler and facilities for implementing SNMP MIBs etc.

%files snmp
%{erlang_libdir}/snmp-*

#----------------------------------------------------------------------------

%package ssh
Summary:	Secure Shell application with ssh and sftp support
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description ssh
Secure Shell application with ssh and sftp support.

%files ssh
%{erlang_libdir}/ssh-*

#----------------------------------------------------------------------------

%package ssl
Summary:	Interface to UNIX BSD sockets with Secure Sockets Layer
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description ssl
The SSL application provides secure communication over sockets.

%files ssl
%{erlang_libdir}/ssl-*

#----------------------------------------------------------------------------

%package syntax_tools
Summary:	Set of modules for working with Erlang source code
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description syntax_tools
This package defines an abstract datatype that is compatible with the
`erl_parse' data structures, and provides modules for analysis and
manipulation, flexible pretty printing, and preservation of source-code
comments. Now includes `erl_tidy': automatic code tidying and checking.

%files syntax_tools
%{erlang_libdir}/syntax_tools-*

#----------------------------------------------------------------------------

%package test_server
Summary:	The OTP test sewrver for Erlang
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description test_server
The OTP test sewrver for Erlang.

%files test_server
%{erlang_libdir}/test_server-*

#----------------------------------------------------------------------------

%package toolbar
Summary:	Tool bar simplifying access to the Erlang tools
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description toolbar
The Toolbar application simplifies access to the Erlang/OTP tools. It
consists of a number of power buttons, one for each available tool.

%files toolbar
%{erlang_libdir}/toolbar-*

#----------------------------------------------------------------------------

%package tools
Summary:	Set of programming tools including a coverage analyzer etc
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description tools
The Tools application contains a number of stand-alone tools, which are
useful when developing Erlang programs.

%files tools
%{erlang_libdir}/tools-*

#----------------------------------------------------------------------------

%package typer
Summary:	Type annotator of Erlang code
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description typer
A type annotator of Erlang code.

%files typer
%{erlang_libdir}/typer-*
%{_libdir}/%{name}/bin/typer

#----------------------------------------------------------------------------

%package tv
Summary:	ETS and MNESIA graphical table visualizer
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description tv
The TV application enables the user to examine ETS and Mnesia tables.
Once a certain table has been opened in the tool, the content may be viewed
in various levels of detail.

%files tv
%{erlang_libdir}/tv-*

#----------------------------------------------------------------------------

%package webtool
Summary:	Tool that simplifying the use of web based Erlang tools
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description webtool
Erlang Module to configure,and start the webserver httpd and the various
web based tools to Erlang/OTP.

%files webtool
%{erlang_libdir}/webtool-*

#----------------------------------------------------------------------------

%package wx
Summary:	Graphic system for Erlang
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description wx
A Graphics System used to write platform independent user interfaces
for Erlang.

%files wx
%{erlang_libdir}/wx-*

#----------------------------------------------------------------------------

%package xmerl
Summary:	XML processing tools
License:	MPL
Group:		Development/Other
Requires:	%{name}-base = %{EVRD}

%description xmerl
Implements a set of tools for processing XML documents, as well as working
with XML-like structures in Erlang. The main attraction so far is a
single-pass, highly customizable XML processor. Other components are an
export/translation facility and an XPATH query engine. This version fixes
a few bugs in the scanner, and improves HTML export.

%files xmerl
%{erlang_libdir}/xmerl-*

#----------------------------------------------------------------------------

%prep
%setup -qn otp_src_%{realver}

%build
%serverbuild
export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXLAGS=$CFLAGS
ERL_TOP=`pwd`; export ERL_TOP

# enable dynamic linking for ssl
sed -i 's|SSL_DYNAMIC_ONLY=no|SSL_DYNAMIC_ONLY=yes|' erts/configure
#define __cputoolize true
%define _disable_ld_no_undefined 1

%configure2_5x \
	--prefix=%{_prefix} \
	--exec-prefix=%{_prefix} \
	--bindir=%{_bindir} \
	--libdir=%{_libdir} \
	--mandir=%{_mandir} \
	--datadir=%{_datadir} \
	%ifarch x86_64
	--enable-m64-build \
	%endif
	--enable-threads \
	--enable-kernel-poll \
	--enable-hipe \
	--enable-smp-support \
	--with-ssl \
	--disable-erlang-mandir \
	--enable-dynamic-ssl-lib

%make -j1

%install
%makeinstall_std INSTALL_PREFIX=%{buildroot}

# clean up
find %{buildroot}%{_libdir}/erlang -perm 0775 | xargs chmod 755
find %{buildroot}%{_libdir}/erlang -name Makefile | xargs chmod 644
find %{buildroot}%{_libdir}/erlang -name \*.bat | xargs rm -f
find %{buildroot}%{_libdir}/erlang -name index.txt.old | xargs rm -f

# doc
mkdir -p erlang_doc
mkdir -p %{buildroot}%{_mandir}/erlang
tar -C erlang_doc -xf %{SOURCE1}
tar -C %{buildroot}%{_datadir} -xf %{SOURCE2}

# make links to binaries
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
for file in erl erlc escript run_erl
do
  ln -sf ../%{_lib}/erlang/bin/$file .
done
popd

# (tpg) fixes bug #32318
mkdir -p %{buildroot}%{_sysconfdir}/emacs/site-start.d
cat > %{buildroot}%{_sysconfdir}/emacs/site-start.d/erlang.el << EOF
(setq load-path (cons "%{_libdir}/%{name}/lib/tools-*/emacs" load-path))
(add-to-list 'load-path "%{_datadir}/emacs/site-lisp/ess")
(load-library "erlang-start")
EOF

# remove buildroot from installed files
pushd %{buildroot}%{_libdir}/erlang
sed -i "s|%{buildroot}||" erts*/bin/{erl,start} releases/RELEASES bin/{erl,start}
popd

# (tpg) remove not needed files
rm -rf %{buildroot}%{_datadir}/COPYRIGHT
rm -rf %{buildroot}%{_datadir}/PR.template
rm -rf %{buildroot}%{_datadir}/README


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> R16B03-2
+ Revision: a7591a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1154 |14cr|ermixer-0.8-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ermixer
%define version 0.8
%define release 10

Name:		%{name}
Summary:	A full featured OSS mixer
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Sound
URL:		http://ermixer.sourceforge.net
Source:		http://erevan.cuore.org/files/ermixer/%{name}-%{version}.tar.bz2
Patch0:		ermixer-0.8-fix-link.patch
BuildRequires:	ncurses-devel

%description
This is a very sophisticated OSS mixer with a lot of useful 
features like handling of multiple profile files, it offers 
a complete interface to the mixer capatibilities. You can
use it with a nice curses interface or with a command line 
interface (useful for use it in scripts).

%prep
%setup -q 
%patch0 -p0 -b .link

%build
%configure2_5x
%make

%install
rm -fr %buildroot
%makeinstall_std

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%name.desktop
[Desktop Entry]
Type=Application
Exec=/usr/bin/ermixer
Icon=sound_section
Categories=AudioVideo;Player;Audio;
Name=Ermixer
Comment=A full featured OSS mixer
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr(-,root,root)
%doc INSTALL COPYING
%{_bindir}/ermixer
%{_mandir}/man1/ermixer.1*
%{_datadir}/applications/mandriva-ermixer.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-10
+ Revision: ad6c278
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1155 |14cr|esmtp-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	User configurable relay-only Mail Transfer Agent (MTA)
Name:		esmtp
Version:	1.2
Release:	4
License:	GPLv2+
Group:		Networking/Mail
# http://flow.dl.sourceforge.net/sourceforge/esmtp/
URL:		http://esmtp.sourceforge.net
Source0:	http://heanet.dl.sourceforge.net/sourceforge/esmtp/%{name}-%{version}.tar.bz2
BuildRequires:	libesmtp-devel
Provides:	sendmail-command
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
ESMTP is a user configurable relay-only Mail Transfer Agent (MTA) with a
sendmail-compatible syntax. It's based on libESMTP supporting the AUTH
(including the CRAM-MD5 and NTLM SASL mechanisms) and the StartTLS SMTP
extensions.

So these are ESMTP features:

 * requires no administration privileges
 * individual user configuration
 * sendmail command line compatible
 * supports the AUTH SMTP extension, with the CRAM-MD5 and NTLM SASL
   mechanisms
 * support the StartTLS SMTP extension
 * does not receive mail, expand aliases or manage a queue


%prep
%setup -q


%build
# Avoid making symlinks, this is done  by make alternatives.
%__sed -i 's/\(.*LN_S.*\)/\#\1/' Makefile.in
%configure2_5x
%make


%install
%__rm -rf %buildroot
%makeinstall
%__install -d %buildroot%_sbindir

install -d %{buildroot}%{_sysconfdir}
install -m0644 sample.esmtprc %{buildroot}%{_sysconfdir}/esmtprc

%post
# sendmail-alternatives
update-alternatives --install %_sbindir/sendmail sendmail-command %_bindir/%name 20

%postun
# sendmail-alternatives
if [ "$1" = 0 ]; then
    update-alternatives --remove sendmail-command  %_bindir/%name
fi

%clean
%__rm -rf %buildroot

%files
%defattr(-,root,root)
%doc AUTHORS README TODO ChangeLog sample.esmtprc
%config(noreplace) %{_sysconfdir}/esmtprc
%_bindir/%name
%_mandir/man1/%name.1*
%_mandir/man5/%{name}rc.5*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 5c0cf1a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1156 |14cr|etch-0.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Rendering framework
Name:		etch
Version:	0.0.7
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		https://github.com/turran/etch/
# From git
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(eina)

%description
Generic rendering framework library used by other libraries.
Part of Enesim framework.

%files
%{_bindir}/*

#---------------------------------------------------------------------

%package -n %{libname}
Summary:	Generic rendering framework library
Group:		System/Libraries

%description -n %{libname}
Generic rendering framework library used by other libraries.
Part of Enesim framework.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#---------------------------------------------------------------------

%package -n %{devname}
Summary:	Enesim headers, static libraries, documentation and test programs
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Headers, static libraries, test programs and documentation for etch.

%files -n %{devname}
%doc ChangeLog README COPYING
%{_libdir}/pkgconfig/etch.pc
%{_includedir}/*
%{_libdir}/*.so

#---------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Sun Sep 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.7-1
+ Revision: 3cda8ef
- New version 0.0.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1157 |14cr|etc-update-20020731-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		etc-update
Version:	20020731
Release:	13
Summary:	Mergemaster for Linux
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.1
Patch0:		etc-update-foo.patch.bz2
URL:		http://www.xs4all.nl/~hanb/software
License:	GPLv2+
Group:		System/Configuration/Packaging
BuildArch:	noarch

%description
After an update with urpmi rpm makes .rpmnew  copies  of  all  files  it
knows it should not overwrite. Of course you have to look at  all  those
files and merge any changes. A tedious and much forgotten job.


%prep
%setup -q
%patch0 -p1 -b .foo

%build

%install
install -m 755 %{name} -D %{buildroot}%{_bindir}/%{name}
install -m 644 %{name}rc -D %{buildroot}%{_sysconfdir}/%{name}rc
install -m 644 %{SOURCE1} -D %{buildroot}%{_mandir}/man1/%{name}.1

%files
%doc CHANGES
%config(noreplace) %{_sysconfdir}/%{name}rc
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20020731-13
+ Revision: 6c0db24
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1158 |14cr|eterm-0.9.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	Eterm

# this situation is similar to Berkeley DB
%define major	%{version}
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Terminal emulator
Name:		eterm
Version:	0.9.6
Release:	4
License:	BSD
Group:		Terminals
URL:		http://eterm.sourceforge.net/
Source0:	http://www.eterm.org/download/%{oname}-%{version}.tar.gz
Source5:	http://www.eterm.org/download/%{oname}-bg-%{version}.tar.gz

BuildRequires:	pkgconfig(imlib2)
BuildRequires:	libast-devel >= 0.5
BuildRequires:	utempter-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	twin-devel
BuildRequires:	pkgconfig(xres)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xmu)
BuildRequires:  groff-for-man man
BuildRequires:	gdb
Requires(pre):	ncurses
# needed by Etbg_update_list script
Requires(post):	diffutils
Conflicts:	ncurses-extraterms
Provides:	%{oname} = %{version}-%{release}
Obsoletes:	%{oname} < %{version}-%{release}

%description
Eterm is a color vt102 terminal emulator intended as a replacement for Xterm.
It is designed with a Freedom of Choice philosophy, leaving as much power,
flexibility, and freedom as possible in the hands of the user.

It is designed to look good and work well, but takes a feature-rich approach
rather than one of minimalism while still maintaining speed and efficiency.

It works on any window manager/desktop environment, although it is designed
to work and integrate best with Enlightenment.

%package -n %{libname}
Summary:	Library from Eterm (Enlightened Terminal Emulator)
Group:		Terminals

%description -n	%{libname}
Eterm is a color vt102 terminal emulator intended as a replacement for Xterm.
It is designed with a Freedom of Choice philosophy, leaving as much power,
flexibility, and freedom as possible in the hands of the user.

It is designed to look good and work well, but takes a feature-rich approach
rather than one of minimalism while still maintaining speed and efficiency.

It works on any window manager/desktop environment, although it is designed
to work and integrate best with Enlightenment.

This library is essential for Eterm to work.

%package -n %{devname}
Summary:	Devel files for Eterm
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{oname}-devel = %{version}-%{release}

%description -n %{devname}
Eterm is a color vt102 terminal emulator intended as a replacement for Xterm.
It is designed with a Freedom of Choice philosophy, leaving as much power,
flexibility, and freedom as possible in the hands of the user.

It is designed to look good and work well, but takes a feature-rich approach
rather than one of minimalism while still maintaining speed and efficiency.

It works on any window manager/desktop environment, although it is designed
to work and integrate best with Enlightenment.

This package provides the necessary development libraries and include files
to allow you to develop or compile programs that needs Eterm, though no such
program has existed so far.

%prep
%setup -q -a5 -n %{oname}-%{version}

# patch1 also sets $TERM = xterm for all themes,
# do that here since patch1 is not applied
find themes/ -name 'theme.cfg.in' -print0 | xargs -0 -r perl -pi -e 's/term_name Eterm/term_name xterm/'

%build
%configure2_5x \
  --enable-etwin \
  --enable-escreen-fx \
  --enable-profile \
  --enable-trans \
  --with-backspace=bs \
  --enable-mmx \
  --enable-utmp \
  --with-delete=execute \
  --enable-auto-encoding \
  --enable-multi-charset \
  --enable-xim \
  --enable-greek \
  --disable-static

%make

%install
%makeinstall_std

# Install menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Eterm
Comment=Enlightened Terminal Emulator
Exec=Eterm
Icon=terminals_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-System-Terminals;System;TerminalEmulator;
EOF

mkdir -p %{buildroot}%{_datadir}/terminfo/E
tic -o %{buildroot}%{_datadir}/terminfo doc/Eterm.ti

%post
update-alternatives --install /usr/bin/xvt xvt /usr/bin/Eterm 15
%{_bindir}/Etbg_update_list

%postun
[ "$1" = "0" ]&& update-alternatives --remove xvt /usr/bin/Eterm

%files
%doc ChangeLog README ReleaseNotes doc/Eterm_reference.html doc/README.Escreen
%{_bindir}/*
%dir %{_datadir}/Eterm
%config(noreplace) %{_datadir}/Eterm/themes
%{_datadir}/Eterm/pix
%{_mandir}/man1/Eterm.1.*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/%{oname}/gdb.scr
%{_datadir}/terminfo/E/*

%files -n %{libname}
%{_libdir}/lib%{oname}-%{major}.so

%files -n %{devname}
%{_libdir}/lib%{oname}.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-4
+ Revision: 855dcf6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1159 |14cr|eternallands-1.9.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A free to play, graphical MMORPG client
Name:		eternallands
Version:	1.9.3
Release:	3
License:	QTPL-based
Group:		Games/Adventure
URL:		http://www.eternal-lands.com
# it's better to get sources from here than from git:
# http://ppa.launchpad.net/pjbroad/ppa/ubuntu/pool/main/e/
Source0:	%{name}-%{version}.tar.gz
Patch0:		eternallands-1.9.2-wrapper.patch
Patch1:		eternallands-1.9.2-linking.patch
Patch2:		eternallands-1.9.2-verbose.patch
Patch3:		eternallands-1.9.3-glext.patch
Patch4:		eternallands-1.9.3-libxml29.patch
BuildRequires:	cal3d-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
Requires:	zenity
Requires:	%{name}-data = %{version}

%description
Eternal Lands is a free to play, graphical MMORPG (massively-multi-player
online role-playing game).  Different from other role-playing games, there are
no fixed classes so you can improve any of the many skills.  There is a choice
of several character races but all are equal.

%files
%doc CHANGES TODO eternal_lands_license.txt
%{_gamesbindir}/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man6/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .wrapper
%patch1 -p1 -b .linking
%patch2 -p1 -b .verbose
%patch3 -p1 -b .glext
%patch4 -p1 -b .libxml29

%build
sed -i s,-march=i686,,g make.conf
%make -f Makefile.linux

%install
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Eternal Lands
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;AdventureGame;
EOF

install -d %{buildroot}%{_datadir}/pixmaps
cp pkgfiles/%{name}.png %{buildroot}%{_datadir}/pixmaps/

# game binary and wrapper
install -d %{buildroot}%{_gamesbindir}
cp el.x86.linux.bin %{buildroot}%{_gamesbindir}/
cp pkgfiles/%{name} %{buildroot}%{_gamesbindir}/

# man files
install -d %{buildroot}%{_mandir}/man6
cp pkgfiles/*.6 %{buildroot}%{_mandir}/man6/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.3-3
+ Revision: a80963c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1160 |14cr|eternallands-data-1.9.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname eternallands

# data package version
%define dversion 193
# sound package version
%define sversion 191

Summary:	Data files to play Eternal Lands
Name:		%{oname}-data
Version:	1.9.3
Release:	3
License:	QTPL-based
Group:		Games/Adventure
Url:		http://www.eternal-lands.com
Source0:	http://www.eternal-lands.com/el_linux_%{dversion}.zip
Source1:	http://www.eternallands.co.uk/EL_sound_%{sversion}.zip
Source10:	http://www.eternallands.co.uk/music_full.zip
BuildRequires:	unzip
BuildArch:	noarch

%description
Data files to play Eternal Lands. Graphics, music, sounds etc.

%files
%doc license.txt
%{_gamesdatadir}/%{oname}

#----------------------------------------------------------------------------

%prep
%setup -q -n el_linux -a 1

%build

%install
# game data and sound files
install -d %{buildroot}%{_gamesdatadir}/%{oname}
rm -f *.bin *.exe
cp -r * %{buildroot}%{_gamesdatadir}/%{oname}/

# game music
install -d %{buildroot}%{_gamesdatadir}/%{oname}/music
unzip %{SOURCE10} -d %{buildroot}%{_gamesdatadir}/%{oname}/music


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.3-3
+ Revision: 2b44d48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1161 |14cr|etftp-1.1.3-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name etftp
%define version 1.1.3
%define release 15

Summary: The Enhanced Trivial File Transfer Protocol, RFC 1986, client/server
Name: %{name}
Version: %{version}
Release: %{release}
Source: %{name}-%{version}.tar.bz2
License: GPL
Url: http://www.networksorcery.com/enp/protocol/etftp.htm
Group: Networking/File transfer
Buildroot: %{_tmppath}/%{name}-buildroot

%description
ETFTP - Enhanced Trivial File Transfer Protocol. Adaptive transmission
protocol for radio based data transmission.

The idea of ETFTP as a project originated from RFC 1986 in which an
experimental protocol for tactical radio is specified.  On account of
the increasing interest in data transmission over tactical radio, the
code was finally donated to the National Defence Research
Establishment, Dept. of Communication Systems, FOA 72, on condition
that it was released under the terms of the GNU GPL.


Please drop us an e-mail if you do use ``our'' etftp in any research
and/or development...

The code is an extension of W. Richard Stevens implementation of TFTP.
For further reading, study his book "UNIX Network Programming" (ISBN
0-13-949876-1).  See also RFC 998 (NETBLT) and RFC 1350 (TFTP) for more
background and ideas...

For RFC 1986, see, e.g., ftp://nis.nsf.net/documents/rfc/rfc1986.txt.


%prep
 
%setup -q -n etftp-1.1.3

%configure

%build

%make


%install
rm -rf $RPM_BUILD_ROOT

%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr (-,root,root)
%doc INSTALL TODO USAGE README WhatsNew batchfile.sample
%{_bindir}/*
%{_sbindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-15
+ Revision: a9151d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1162 |14cr|ethemes-1.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ethemes
Version:	1.1
Release:	 17
License:	GPL
Summary:	Themes for Enlightenment
Group:		Graphical desktop/Enlightenment

Source:		ethemes-%{version}.tar.bz2

BuildRoot:	%_tmppath/%name-%version-%release-root
Requires:	enlightenment >= 0.16
BuildArchitectures: noarch
URL:		http://e.themes.org/
Prefix:		%{_prefix}

%description
This package contains some nice themes for Enlightenment.

%description -l fr
Ce package contient des thmes pour Enlightenment.

%prep
%setup -q -n  %{name} 

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{prefix}/X11R6/share/enlightenment/themes/
cp -a * $RPM_BUILD_ROOT%{prefix}/X11R6/share/enlightenment/themes/
cd $RPM_BUILD_ROOT%{prefix}/X11R6/share/enlightenment/themes/Absolute_E/sound/samples
for sample in *.wav;
 do ln -sf %{prefix}/X11R6/share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/$sample .;
done
find $RPM_BUILD_ROOT -type d -a -name .xvpics | xargs rm -rf

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%{prefix}/X11R6/share/enlightenment/themes/Absolute_E
%{prefix}/X11R6/share/enlightenment/themes/Aliens
%{prefix}/X11R6/share/enlightenment/themes/minEguE
%{prefix}/X11R6/share/enlightenment/themes/GTK+





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-17
+ Revision: fbd7b28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1163 |14cr|etherape-0.9.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical network viewer modeled after etherman
Name:		etherape
Version:	0.9.12
Release: 	4
License:	GPLv2+
Group:		Monitoring
URL:		http://etherape.sourceforge.net/
Source:		http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Requires:	usermode-consoleonly
Requires:       libbonoboui
Requires:       libgnomeui2
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	libpcap-devel
BuildRequires:	desktop-file-utils
BuildRequires:	scrollkeeper
BuildRequires:	imagemagick

%description
Etherape is a graphical network monitor for Unix modeled after
etherman. Featuring ether, ip and tcp modes, it displays network
activity graphically. Hosts and links change in size with traffic. 
Color coded protocols display. It supports ethernet, ppp and slip 
devices. It can filter traffic to be shown, and can read traffic 
from a file as well as live from the network. 

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std bindir=%{_sbindir}
mkdir -p %{buildroot}%{_bindir}

mv %{buildroot}/%{_sbindir}/etherape %{buildroot}/%{_sbindir}/etherape.real
ln -sf %{_bindir}/consolehelper %{buildroot}/%{_bindir}/etherape

perl -pi -e 's,%{name}.png,%{name},g' %{buildroot}%{_datadir}/applications/*

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="System" \
  --add-category="Monitor" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# pam.d
install -m 755 -d %{buildroot}%{_sysconfdir}/pam.d
cat > %{buildroot}%{_sysconfdir}/pam.d/%{name} << _EOF_
#%PAM-1.0
auth       sufficient	pam_rootok.so
auth       required     pam_console.so
auth       sufficient	pam_timestamp.so
auth       include	system-auth
account    required	pam_permit.so
session    optional	pam_xauth.so
session    optional	pam_timestamp.so
_EOF_

# console.apps
install -m 755 -d %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} << _EOF_
USER=root
PROGRAM=%{_sbindir}/etherape.real
SESSION=true
FALLBACK=false
_EOF_

# fd.o icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 %{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# remove files not bundled
rm -rf %{buildroot}%{_datadir}/gnome

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README* FAQ
%config(noreplace) %{_sysconfdir}/etherape
%config(noreplace) %{_sysconfdir}/pam.d/etherape
%config(noreplace) %{_sysconfdir}/security/console.apps/etherape
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man1/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_datadir}/applications/*.desktop
%{_datadir}/omf/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.12-4
+ Revision: 4932edc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1164 |14cr|etherboot-5.4.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define docver  5.2.2

Summary:	Software package for booting x86 PCs over a network
Name:		etherboot
Version:	5.4.4
Release:	7
License:	GPLv2+
Group:		Development/Kernel
Url:		http://etherboot.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/etherboot/%{name}-%{version}.tar.bz2
Source1:	http://prdownloads.sourceforge.net/etherboot/%{name}-doc-%{docver}.tar.bz2
Patch0:		etherboot-5.4.4-no-inline.patch
BuildRequires:	dos2unix
ExclusiveArch:	%{ix86} x86_64

%description
Etherboot is a free software package for booting x86 PCs over a
network. In principle this could be any network technology that TCP/IP
runs on that supports broadcasting. In practice, the bandwidth
required means it's only practical over LANs and some WANs. Etherboot
is useful for booting PCs diskless. This is desirable in various
situations, for example:
  - Maintaining software for a cluster of equally configured
    workstations centrally.`
  - A low-cost X-terminal.
  - A low cost user platform where remote partitions are mounted by NFS
    and you are willing to accept the slowness of data transfers that
    results from NFS, compared to a local disk.
  - Various kinds of remote servers, e.g. a tape drive server that can
    be accessed with the RMT protocol.
  - Routers.
  - Machines doing tasks in environments unfriendly to disks.

See %{_docdir}/%{name}-%{version}/README.MDK for examples of usage.

%files
%defattr(644,root,root,755)
%doc INSTALL RELNOTES index.html doc contrib
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%attr(755,root,root) %{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -a1
%patch0 -p0 -b .no_inline

%build
# we don't use custom optimizations here because it can cause problems
# parallel make dies on cluster
make allzdsks allzpxes allzlilos -C src \
%ifarch x86_64
ARCH="i386" EXTRA_CFLAGS="-m32" EXTRA_ASFLAGS="--32" EXTRA_LDFLAGS="-m elf_i386"
# (x86_64 flags from main Makefile)
# x86_64 systems can run 32-bit code so there is no sense in porting etherboot
# to x86_64 native, also this way the boot images have the ability to work on
# both 32-bit and 64-bit systems
%endif

# clean up cvs files, remove .exe files
find . -name '.cvs*' | xargs rm -f
find . -name '*.exe' | xargs rm -f
find . -name '.keepme' | xargs rm -f
find . -name '.DS_Store' | xargs rm -f

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/%{name}/zdsk
install -d %{buildroot}%{_datadir}/%{name}/zlilo
install -d %{buildroot}%{_datadir}/%{name}/zpxe

install src/util/makerom.pl %{buildroot}%{_bindir}/makerom
install src/bin/*.zdsk %{buildroot}%{_datadir}/%{name}/zdsk
install src/bin/*.zpxe %{buildroot}%{_datadir}/%{name}/zpxe
install src/bin/*.zlilo %{buildroot}%{_datadir}/%{name}/zlilo

# (sb) rpmlint
#find contrib/wakeonlan -type f | xargs dos2unix
dos2unix contrib/wakeonlan/readme.txt
dos2unix contrib/wakeonlan/wakeup.pl
dos2unix contrib/wakeonlan/mp-form.pl
dos2unix contrib/romid/pktdrv.bat
dos2unix contrib/hdload/hdload.S
dos2unix contrib/romid/readme
dos2unix contrib/wakeonlan/mp-form.txt
dos2unix contrib/wakeonlan/mp-form1.pl
sed -i 's|perl/bin/perl|usr/bin/perl|' contrib/wakeonlan/mp-form.pl


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.4.4-7
+ Revision: e6e7feb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1165 |14cr|etl-0.04.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_enable_debug_packages	%{nil}
%define	debug_package		%{nil}

%define oname ETL
%define devname %mklibname %{name} -d

Summary:	Template library for synfig
Name:		etl
Version:	0.04.17
Release:	2
License:	GPLv2+
Group:		Development/C++
Url:		http://www.synfig.org
Source0:	http://downloads.sourceforge.net/synfig/%{oname}-%{version}.tar.gz
Patch0:		etl-0.04.15-cflags.patch

%description
Voria ETL is a multi-platform class and template library designed to add new
data types and functions which combine well with the existing types and
functions from the C++ Standard Template Library (STL).

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Template library for synfig
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Provides:	%{name} = %{EVRD}

%description -n %{devname}
Voria ETL is a multi-platform class and template library designed to add new
data types and functions which combine well with the existing types and
functions from the C++ Standard Template Library (STL).

%files -n %{devname}
%doc AUTHORS README NEWS
%{_bindir}/%{oname}-config
%{_includedir}/%{oname}
%{_libdir}/pkgconfig/%{oname}.pc

#----------------------------------------------------------------------------

%prep
%setup -q  -n %{oname}-%{version}
%patch0 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.04.17-2
+ Revision: 2b4f389
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1166 |14cr|etoys-4.1.2388-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    etoys
%define version 4.1.2388
%define release 2
%define source  %{name}-%{version}

Name:		%{name}
Summary:	A media-rich model, game, and simulation construction kit and authoring tool
Version:	%{version}
Release:	%{release}
#Vendor:		Squeakland Foundation
URL:		http://squeakland.org/
License:	MIT/Apache
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

# git clone git://dev.laptop.org/git/projects/etoys
# cd etoys
# git archive --format=tar --prefix=etoys-4.1.2388/ da36a993bede5edc64ff444f45fdc67dcc7865c8 | bzip2 > etoys-4.1.2388.tar.bz2
#
# Changes to spec to match Mandriva environment and build system
# Original spec (and changelog) in tarball or git checkout
Source:		%{source}.tar.bz2

# svn checkout -r 559 http://etoys.squeak.org/svn/trunk/Etoys Content
# find Content -name .svn | xargs rm -rf
# tar jcf Content.tar.bz2 Content
#
# Do not run svn to checkout extra files during build
Source1:	Content.tar.bz2

Group:		Development/Other
Requires:	squeak-vm >= 3.10
Requires:	shared-mime-info
BuildRequires:	gettext

Patch0:		etoys-4.1.2388-Content.patch

%description
Squeak Etoys was inspired by LOGO, PARC-Smalltalk, Hypercard,
and starLOGO. It is a media-rich authoring environment with a
simple powerful scripted object model for many kinds of objects
created by end-users that runs on many platforms, and is free
and open source. It includes graphics, images, text, particles,
presentations, web-pages, videos, sound and MIDI, etc.

%prep
%setup -n %{source} -a 1
%patch0 -p1

%build
./autogen.sh --prefix=%{_prefix}
make ROOT=%{buildroot} %{?_smp_mflags}

%install
[ -n "%{buildroot}" -a "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"
make install-etoys ROOT=%{buildroot}

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"

%post
%{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null

%postun
%{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null

%files
%{_datadir}/etoys
%{_bindir}/etoys
%{_datadir}/doc/etoys
%{_datadir}/mime/packages/etoys.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.2388-2
+ Revision: c40cd7f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1167 |14cr|etrace-1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		etrace
Version:	1.1
Release:	9
URL:		http://www.bindshell.net/tools/etrace
Source:		http://www.bindshell.net/tools/etrace/%{name}.%{version}.tgz
Patch0:		etrace-1.1-fix-str-fmt.patch
License:	BSD
Group:		Monitoring
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Summary:	Network tracing tool
BuildRequires:	libpcap-devel libdnet-devel
%description
etrace is a configurable static port network tracing tool, similar to
traceroute, but supporting ICMP, TCP, UDP and other IP protocols.

%prep
%setup -q -n %{name}
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall

%clean
rm -rf %{buildroot}

%files
%doc LICENSE README TODO
%{_bindir}/%{name}
%{_datadir}/%{name}/dns
%{_datadir}/%{name}/ike
%{_datadir}/%{name}/profile
%{_mandir}/man8/%{name}.8.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-9
+ Revision: 42a6845
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1168 |14cr|etswitch-0.1.14-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		etswitch
Summary:	ETSWITCH - A *nix 'minimizer' for a few games
Version:	0.1.14
Release:	11
License:	GPLv2+
Group:		Games/Other
Url:		http://hem.bredband.net/b400150/
Source:		http://hem.bredband.net/b400150/etswitch/%{name}-%{PACKAGE_VERSION}.tar.gz
Patch0:		etswitch-0.1.14-missing-argument-in-open.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	desktop-file-utils

%description
A minimizer for all OpenGL and SDL games natively supported by GNU/Linux.

%prep
%setup -q
%patch0 -p1

sed -i -e 's/^Icon=%{name}.png$/Icon=%{name}/g' %{name}.desktop.in

%build
%configure2_5x \
	--enable-debug=no \
	--disable-debug

%make

%install
rm -rf %{buildroot}
%makeinstall_std

desktop-file-install \
	--remove-category="Tool" \
	--remove-category="Application" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}
%{update_desktop_database}
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_desktop_database}
%clean_icon_cache hicolor
%endif

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/etswitch
%{_datadir}/applications/etswitch.desktop
%{_mandir}/man1/etswitch.*
%{_datadir}/pixmaps/etswitch.png
%{_datadir}/pixmaps/etswitch.xpm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.14-11
+ Revision: c88e6ea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1169 |14cr|ettercap-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ncurses/Gtk2 based sniffer/interceptor utility
Name:		ettercap
Version:	0.8.0
Release:	2
License:	GPLv2+
Group:		Networking/Other
Url:		http://ettercap.github.io/ettercap/
Source:		https://github.com/Ettercap/ettercap/archive/v%{version}.tar.gz
Patch0:		ettercap-0.7.6-CMAKE_MODULE_LINKER_FLAGS.patch
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	flex
BuildRequires:	ghostscript
BuildRequires:	groff
BuildRequires:	libnet-devel
BuildRequires:	libtool-devel
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
%rename ettercap-ng

%description
Ettercap is a suite for man in the middle attacks on LAN.

It features sniffing of live connections, content filtering
on the fly and many other interesting tricks.

It supports active and passive dissection of many protocols
(even ciphered ones) and includes many feature for network
and host analysis.

%files
%doc AUTHORS CHANGELOG INSTALL LICENSE README* THANKS TODO TODO.TESTING doc/*
%{_mandir}/man?/*
%{_bindir}/*
%{_datadir}/ettercap
%{_datadir}/applications/ettercap.desktop
%{_datadir}/pixmaps/ettercap.svg
%{_datadir}/polkit-1/actions/org.pkexec.ettercap.policy
%{_libdir}/ettercap
%{_libdir}/libettercap.so
%dir %{_sysconfdir}/ettercap
%config(noreplace) %{_sysconfdir}/ettercap/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake \
	-DENABLE_IPV6=yes \
	-DCMAKE_BUILD_TYPE=Release
%make

%install
%makeinstall_std -C build



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-2
+ Revision: a4f967b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1170 |14cr|e-uae-0.8.29-2.WIP4.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define cdrname cdrtools
%define cdrmainvers 2.01
%define cdrvers %{cdrmainvers}a38
%define wiprel WIP4

# For building with SCSI support
%define build_scsi 0
%{?_with_scsi: %global build_scsi 1}
%{?_without_scsi: %global build_scsi 0}

Summary:	A software emulation of the Amiga system
Name:		e-uae
Version:	0.8.29
Release:	2.%{wiprel}.2
License:	GPLv2+
Group:		Emulators
Url:		http://sourceforge.net/projects/uaedev/
Source0:	e-uae-%{version}-%{wiprel}.tar.bz2
Source1:	ftp://ftp.berlios.de/pub/cdrecord/alpha/%{cdrname}-%{cdrvers}.tar.bz2
Source10:	%{name}.rpmlintrc
Patch4:		uae-0.8.25-20040302-libscg.patch
Patch7:		e-uae-0.8.29-WIP4-sdlkeys-wahcade.patch
Patch8:		e-uae-fix-string-format-bug.patch
BuildRequires:	x11-data-xkbdata
BuildRequires:	attr-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(pangoft2)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
Conflicts:	uae

%description
UAE is a software emulation of the Amiga system hardware, which
enables you to run most available Amiga software.  Since it is a
software emulation, no extra or special hardware is needed.  The Amiga
hardware is emulated accurately, so that Amiga software is tricked
into thinking it is running on the real thing.  Your computer's
display, keyboard, hard disk and mouse assume the roles of their
emulated counterparts.

Note that to fully emulate the Amiga you need the Amiga KickStart ROM
images, which are copyrighted and, of course, not included here.

[This is in an unofficial branch of UAE (the Ubiquitous Amiga Emulator)
with the aim of bringing the features of WinUAE to non-Windows platforms
such as Linux, Mac OS X and BeOS.]

%files
%doc docs/*
%{_bindir}/*
%{_libdir}/uae

#----------------------------------------------------------------------------

%prep
%setup -q -n e-uae-%{version}-%{wiprel} -a1
%patch4 -p1 -b .libscg
%patch7
%patch8

%build
%if %{build_scsi}
# build libscg for scsi-device support
(cd %{cdrname}-%{cdrmainvers}
ln -sf i586-linux-cc.rul RULES/ia64-linux-cc.rul
ln -sf i586-linux-cc.rul RULES/x86_64-linux-cc.rul
ln -sf i586-linux-cc.rul RULES/amd64-linux-cc.rul
ln -sf i686-linux-cc.rul RULES/athlon-linux-cc.rul
pwd

CFLAGS="%{optflags}" \
CONFFLAGS="%{_target_platform} --prefix=%{_prefix}" \
        XL_ARCH=%{_target_cpu} ./Gmake)
(cd src
./install_libscg ../%{cdrname}-%{cdrmainvers})
%endif

# build uae
CFLAGS="%{optflags} -O3 -pipe -ffast-math -fomit-frame-pointer -Wa,--execstack" \
./configure \
	--prefix=%{_prefix} \
	--with-x \
	--with-sdl \
	--with-sdl-sound \
	--with-sdl-gfx \
	--enable-threads \
	--enable-ui \
	--enable-jit \
%if %{build_scsi}
	--enable-scsi-device \
	--with-libscg-includedir=`pwd`/src/include/ \
	--with-libscg-libdir=`pwd`/src \
%else
	--disable-scsi-device \
%endif
	--enable-bsdsock-new
make

%install
mkdir -p %{buildroot}%{_prefix}/bin \
	%{buildroot}%{_libdir}/uae/amiga/source

%makeinstall_std
cp -pR amiga/* %{buildroot}/%{_libdir}/uae/amiga/.


%changelog
* Wed Feb 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.29-2.WIP4.2
+ Revision: adc8566
- LOG Disable scsi build because it's broken, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1171 |14cr|euca2ools-2.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           euca2ools
Version:        2.1.4
Release:        2
License:        BSD
Summary:        Elastic Utility Computing Architecture Command Line Tools
Url:            http://open.eucalyptus.com/downloads
Group:          Networking/WWW
Source0:        http://downloads.eucalyptus.com/software/euca2ools/2.0/source/euca2ools-%{version}.tar.gz
Patch0:		euca2ools-1.3.1_Makefile.patch
Patch1:         euca2ools-2.1.4-boto-ssl.patch
Patch2:         euca2ools-2.1.4-virttype.patch

BuildRequires:  make
BuildRequires:  pythonegg(boto) >= 2.13.3
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(m2crypto)
BuildRequires:  pythonegg(xmldiff)
BuildRequires:  help2man
BuildRequires:  pythonegg(setuptools)

Requires:       python-base  >= 2.6
Requires:       pythonegg(boto) >= 2.13.3
Requires:       python-m2crypto
Requires:       rsync
Requires:       util-linux


BuildArch:      noarch

%description
Euca2ools are command-line tools for interacting with Web services that
export a REST/Query-based API compatible with Amazon EC2 and S3 services.
The tools can be used with both Amazon's services and with installations
of the Eucalyptus open-source cloud-computing infrastructure.

%prep
%setup -q
# let's try to build the manpages
# I'll keep the patch , just in case.Sflo
#patch0 -p0
#
%patch1 -p1
%patch2 -p1

%build
FLAGS="%{optflags}" python setup.py build
# build man
sh -xe generate-manpages.sh

%install
python setup.py install --skip-build --root %{buildroot}
python setup.py install -O1 --skip-build --root %{buildroot}
# install man
export DESTDIR=%{buildroot}
export PREFIX=%{_prefix}
sh -xe install-manpages.sh

%files
%doc INSTALL COPYING README CHANGELOG
%{_mandir}/man1/euare*
%{_mandir}/man1/euca*
%{_mandir}/man1/eustore*
%{_bindir}/euare-*
%{_bindir}/euca-*
%{_bindir}/eustore-*
%{py_puresitedir}/%{name}-*.egg-info
%{py_puresitedir}/%{name}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.4-2
+ Revision: dce28f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1172 |14cr|evas_generic_loaders-1.11.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gstapi 1.0

Summary:	Evas generic loaders
Name:		evas_generic_loaders
Version:	1.11.2
Release:	1
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/libs/%{name}/%{name}-%{version}.tar.bz2
Patch0:		evas_generic_loaders-1.10.0-libraw.patch
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(gstreamer-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{gstapi})
BuildRequires:	pkgconfig(libraw)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libspectre)
BuildRequires:	pkgconfig(poppler)
BuildRequires:	pkgconfig(zlib)

%description
These are additional "generic" loaders for Evas that are stand-alone
executables that evas may run from its generic loader module. This
means that if they crash, the application loading the image does not
crash also. In addition the licensing of these binaries will not
affect the license of any application that uses Evas as this uses a
completely generic execution system that allows anything to be plugged
in as a loader.

%files
%doc AUTHORS COPYING README
%{_libdir}/evas/utils

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.11.2-1
+ Revision: 9f7309f
- New version 1.11.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1173 |14cr|evemu-1.0.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_major		1
%define 	_name		evemu
%define		devname		%mklibname -d %{_name}
%define		libname		%mklibname %{_name} %{_major}

Name:           %{_name}
Version:        1.0.10
Release:        3
Summary:        Event Device Query and Emulation Program

Group:          Development/Other
License:        GPLv3+

URL:            https://launchpad.net/evemu
Source0:        http://launchpad.net/%{name}/trunk/%{name}-%{version}/+download/%{name}-%{version}.tar.xz

BuildRequires:  automake
BuildRequires:	libtool
BuildRequires:  python-devel
BuildRequires:  xmlto
BuildRequires:	asciidoc

%description
%{name} is a simple utility to capture the event stream from input devices
and replay that stream on a virtual input device.

%prep
%setup -q

%build
autoreconf -fi
%configure --disable-static
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.la

%files
%doc COPYING
%{_bindir}/evemu-describe
%{_bindir}/evemu-device
%{_bindir}/evemu-play
%{_bindir}/evemu-record
%{_bindir}/evemu-event
%{_mandir}/man1/evemu-*

%package -n %libname
Summary:        Event Device Query and Emulation Program Library Package
Group:		System/Libraries
Requires:       %{name} = %{version}-%{release}

%description -n %libname
This package contains the library needed to run programs
dynamically linked with evemu.

%files -n %libname
%{_libdir}/libevemu.so*

%package -n %devname
Summary:        Event Device Query and Emulation Program Development Package
Group:		Development/Other
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig
Requires:       python
Provides:	%{name}-devel = %{version}-%{release}

%description -n %devname
This package provides headers files for evemu development.

%files -n %devname
%{_includedir}/evemu.h
%{_libdir}/pkgconfig/evemu.pc
%dir %{python_sitelib}/evemu/
%{python_sitelib}/evemu/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.10-3
+ Revision: c733b81
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1174 |14cr|eventlog-0.2.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname	%mklibname %{name} %{major}

Name:		eventlog
Version:	0.2.12
Release:	3
Summary:	Replacement for syslog API
License:	GPL
Group:		System/Libraries
URL:		http://www.balabit.com/products/syslog_ng/
Source:     http://www.balabit.com/downloads/files/eventlog/0.2/%{name}_%{version}.tar.gz

%description
The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.

Where you had a simple non-structrured string in syslog() you have a
combination of description and tag/value pairs.

EventLog provides an interface to build, format and output an event record.
The exact format and output method can be customized by the administrator
via a configuration file.

%package -n	%{libname}
Group:		Development/Other
Summary:	Replacement for syslog API

%description -n	%{libname}
The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.

Where you had a simple non-structrured string in syslog() you have a
combination of description and tag/value pairs.

EventLog provides an interface to build, format and output an event record.
The exact format and output method can be customized by the administrator
via a configuration file.

%package -n	%{libname}-devel
Group:		Development/Other
Summary:	Replacement for syslog API
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{libname}-devel
The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.

Where you had a simple non-structrured string in syslog() you have a
combination of description and tag/value pairs.

EventLog provides an interface to build, format and output an event record.
The exact format and output method can be customized by the administrator
via a configuration file.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

%files -n %{libname}
%{_libdir}/libevtlog*so.*

%files -n %{libname}-devel
%{_includedir}/eventlog
%{_libdir}/libevtlog.a
%{_libdir}/libevtlog.so
%{_libdir}/pkgconfig/eventlog.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.12-3
+ Revision: 0c5f542
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1175 |14cr|evolvotron-0.6.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#debuginfo-without-sources
%define debug_package %{nil}

Summary:	Interactive "generative art" software
Name:		evolvotron
Version:	0.6.3
Release:	4
License:	GPLv2+
Group:		Toys
Url:		http://evolvotron.sf.net
Source0:	http://prdownloads.sourceforge.net/evolvotron/%{name}-%{version}.tar.gz
Patch0:		evolvotron-qmake-name.patch
Patch1:		evolvotron-0.6.3-gcc4.9.patch
BuildRequires:	boost-devel
BuildRequires:	qt4-devel

%description
Evolvotron Interactive "generative art" software to evolve images/textures/
patterns through an iterative process of random mutation and user-selection
driven evolution.  If you like lava lamps, and still think the Mandelbrot
set is cool, this could be the software for you.

%files
%doc LICENSE README TODO USAGE
%doc USAGE %{name}.html
%{_bindir}/%{name}*
%{_mandir}/man1/%{name}*.1*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1

%build
./BUILD

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 evolvotron/evolvotron evolvotron_mutate/evolvotron_mutate \
  evolvotron_render/evolvotron_render %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_mandir}/man1
install -m 644 man/man1/*.1 %{buildroot}%{_mandir}/man1

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Evolvotron
Comment=Interactive generative art software
Exec=%{name}
Icon=toys_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Qt;Amusement;
EOF


%changelog
* Fri Aug 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.3-4
+ Revision: 973bef2
- Add patch to fix build with new gcc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1176 |14cr|exaile-3.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define url_ver %(echo %version | cut -d. -f1,2,3)

Summary:	A powerful GTK music player
Name:		exaile
Version:	3.3.1
Release:	2
Epoch:		1
Group:		Sound
License:	GPLv2+
URL:		http://www.exaile.org/
Source0:	https://launchpad.net/%{name}/3.3.x/%{version}/+download/%{name}-%{version}.tar.gz
# (tpg) somehow a musictracker plugin for pidgin doesnt work... http://code.google.com/p/pidgin-musictracker/issues/detail?id=164
# let's use native plugin for exaile
# http://sourceforge.net/projects/exailemusictrac/
Source1:	http://downloads.sourceforge.net/project/exailemusictrac/%{name}musictracker-0.1.2.tar.bz2
Patch0:		exaile-3.3.0-makefile.patch
Patch1:		exaile-3.3.0-udisks.patch
Patch2:		exaile-3.3.1-launcher.patch 
BuildRequires:	python-gobject-devel
BuildRequires:	intltool
BuildRequires:	gettext-devel
BuildRequires:	help2man
Requires:	pygtk2.0
Requires:	gstreamer0.10-python
Requires:	gstreamer0.10-plugins-good
Requires:	gstreamer0.10-plugins-base
Requires:	gstreamer0.10-plugins-ugly
Requires:	gstreamer0.10-cdio
Requires:	gstreamer0.10-moodbar
Requires:	dbus-python
Requires:	mutagen
Requires:	python-gobject2
Requires:	python-CDDB
Suggests:	python-gpod
BuildArch:	noarch

%description
Exaile is a music player inspired by KDE's Amarok, but for GTK and written in
Python. It incorporates many of the cool things from Amarok and other, like:
* automatic fetching of album art
* handling of large libraries
* lyrics fetching
* artist/album information via the wikipedia
* Last.fm support
* optional iPod support
* an advanced tag editor
* a SHOUTcast directory browser

In addition, Exaile also includes:
* a SHOUTcast directory browser
* tabbed playlists (so you can have more than one playlist open at a time)
* blacklisting of tracks (so they don't get scanned into your library)
* downloading of guitar tablature from fretplay.com
* submitting played tracks on your iPod to Last.fm

%prep
%setup -q
%apply_patches

# (tpg) unpack the plugin
tar xf %{SOURCE1} -C plugins/

%build
%make

%install
%makeinstall_std PREFIX=%{_prefix} LIBINSTALLDIR=%{_datadir} DESTDIR=%{buildroot}

%find_lang %{name}

%files -f %{name}.lang
%dir %{_datadir}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/%{name}.*
%{_datadir}/dbus-1/services/org.exaile.Exaile.service
%config(noreplace) %{_sysconfdir}/xdg/exaile/
%{_mandir}/man1/%{name}.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.3.1-2
+ Revision: 26eb4c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1177 |14cr|exchange-0.0.0.002-0.54300.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svnrev 54300

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	The enlightened way how to exchange stuff 
Name:		exchange
Version:	0.0.0.002
Release:	0.%{svnrev}.2
License:	GPLv2+
Group:		System/Libraries
Url:		http://enlightenment.org/
Source0: 	%{name}-%{version}.%{svnrev}.tar.xz
BuildRequires:	edje
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eio)
BuildRequires:	pkgconfig(libxml-2.0)

%description
The enlightened way how to exchange stuff.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Exchange library
Group:		System/Libraries

%description -n %{libname}
This package contains the dynamic libraries from %{name}.

%files -n %{libname}
%{_libdir}/libexchange.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Exchange headers, libraries, documentation and test programs
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Headers and libraries from %{name}

%files -n %{devname}
%{_includedir}/exchange*
%{_libdir}/libexchange.so
%{_libdir}/pkgconfig/*pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog
* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.0.002-0.54300.2
+ Revision: a9dd48e
- Minor cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1178 |14cr|ExEf-1.70-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:   Real-time audio effects processor
Name:      ExEf
Version:   1.70
Release:   10
Source0:   %{name}.tar.bz2
Source1:   robots.tar.bz2
Source2:   %{name}16.png.bz2
Source3:   %{name}32.png.bz2
Source4:   %{name}48.png.bz2
Patch0:    ExEf-fix-str-fmt.patch
License:   GPL
Group:     Sound
URL:	   http://twinstar.hobby.cz/exef/
Requires:  tcl, tk
Requires:  pulseaudio-utils

%description
ExEf (Extreme Effect) is an extremely powerful and flexible Real Time
effect engine. It is designed to work with guitars, microphones and
other instruments. It can run both in X Window System and command line.

%prep
%setup -T -b 0 -qn %{name}-V116
%setup -T -D -a 1 -qn %{name}-V116
%patch0 -p0

# Make package relocatable
for FILE in ExEf ExEfDSP.c ; do

    sed "s|/usr/share|%{_datadir}| ; s|/usr/bin|%{_bindir}|" < ./${FILE} > ${FILE}.tmp
    mv ./${FILE}.tmp ${FILE}

done

gcc ExEfDSP.c %{optflags} -lm -o ExEfDSP.bin
mv ExEf ExEf.bin

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/ExEf

install -m 755 ExEf.bin ExEfDSP.bin %{buildroot}%{_bindir}
cp -f ExEflogo.gif .ExEfrc %{buildroot}%{_datadir}/ExEf
cp -R configs %{buildroot}%{_datadir}/ExEf
cp -f robots/* %{buildroot}%{_datadir}/ExEf/configs

#
# Icons
install -d %{buildroot}{%{_miconsdir},%{_liconsdir}}
bzcat %{SOURCE2} > %{buildroot}%{_miconsdir}/%{name}.png
bzcat %{SOURCE3} > %{buildroot}%{_iconsdir}/%{name}.png
bzcat %{SOURCE4} > %{buildroot}%{_liconsdir}/%{name}.png

# Wrappers to launch real application binaries using 'padsp'
cat > %{buildroot}%{_bindir}/ExEf << EOF
#!/bin/bash

padsp /usr/bin/ExEf.bin
EOF

cat > %{buildroot}%{_bindir}/ExEfDSP << EOF
#!/bin/bash

padsp /usr/bin/ExEfDSP.bin
EOF

chmod a+x %{buildroot}%{_bindir}/ExEfDSP %{buildroot}%{_bindir}/ExEf

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/rosa-%{name}.desktop << EOF
[Desktop Entry]
Name=ExEf
Name[ru]=ExEf
Comment=Real-time audio effects processor
Comment[ru]=Гитарный процессор реального времени
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=AudioVideo;Audio;
EOF

%files
%defattr(-,root,root,755)
%doc COPYING
%{_bindir}/*
%dir %{_datadir}/ExEf
%{_datadir}/ExEf/*
%{_datadir}/ExEf/.ExEfrc
%{_datadir}/applications/rosa-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.70-10
+ Revision: 72b5958
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1179 |14cr|exelearning-1.04.0.3532-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           exelearning
Summary:        EXe eLearning XHTML editor

Url:            http://exelearning.org/
Version:        1.04.0.3532
License:        GPL
Group:          Publishing
Release:        5
Source0:        exe-%{version}-source.tar.bz2
Source1:	exe_ru.tar.gz
Patch0:         exe-1.02.0.3303-desktop.patch
#Patch1:         exe-1.04.0.3532-deprecated_md5.patch
BuildRequires:  python-devel unzip
BuildRequires:  fdupes
BuildRequires:  python-setuptools
Requires:       python-imaging 
Requires:       python-zope-interface
Requires:       firefox
Requires:       python-xmldiff
Suggests:     %{name}-manual = %{version}


%description
eXe, the eLearning XHTML editor, is an authoring environment which enables
teachers to publish web content in standard package formats (like IMS
Content Packages and SCORM) without the need to become proficient in HTML
or XML markup.  Content generated using eXe can be used by any Learning
Management System.


%package manual
Summary:        The complete manual for eXe

Group:          Books/Other
Recommends:     %{name} = %{version}

%description manual
This package contains the complete manual for eXe.

%package devel
Summary:        Development package for eXe based software

Group:          Development/Other
Requires:       %{name} = %{version}

%description devel
This package contains the header files and libraries needed to develop
programs that use eXe.


%prep
%setup -n exe -a 1
%patch0 
#patch1 -p0
# remove the other platform binaries
#rm -f exe/webui/templates/mimetex.64.cgi exe/webui/templates/mimetex.exe
rm -f exe/webui/templates/mimetex-darwin.cgi
rm -f exe/msvcr71.dll
rm -f twisted/spread/cBanana.so
rm -f twisted/protocols/_c_urlarg.so

#exclude file requires ugly arch dependensis
%ifarch i586
rm -f exe/webui/templates/mimetex.64.cgi
%endif
%ifarch x86_64
rm -f exe/webui/templates/mimetex.cgi
%endif

%build
python rpm-setup.py build

%install
export NO_BRP_CHECK_BYTECODE_VERSION="true"
python rpm-setup.py install --prefix=%{_prefix} --root=%{buildroot}
#
cp -a twisted nevow formless %{buildroot}%{_datadir}/exe
install -Dm644 exe.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/exe.png
install -Dm644 exe.desktop %{buildroot}%{_datadir}/applications/exe.desktop
install -Dm644 exe.xml     %{buildroot}%{_datadir}/mime/packages/exe.xml

chmod 755 %{buildroot}%{_datadir}/exe/twisted/web/test/test_distrib.py
chmod 755 %{buildroot}%{_datadir}/exe/twisted/trial/test/scripttest.py
chmod 755 %{buildroot}%{_datadir}/exe/twisted/pb/tokens.py
chmod 755 %{buildroot}%{_datadir}/exe/twisted/pb/test/test_schema.py 
chmod 755 %{buildroot}%{_datadir}/exe/twisted/pb/remoteinterface.py
chmod 755 %{buildroot}%{_datadir}/exe/twisted/pb/banana.py
chmod 755 %{buildroot}%{_datadir}/exe/twisted/internet/glib2reactor.py
chmod 755 %{buildroot}%{py_puresitedir}/exe/webui/webserver.py
chmod 755 %{buildroot}%{py_puresitedir}/exe/webui/browser.py
chmod 755 %{buildroot}%{py_puresitedir}/exe/engine/version.py
chmod 755 %{buildroot}%{py_puresitedir}/exe/engine/feedparser.py
chmod 755 %{buildroot}%{py_puresitedir}/exe/application.py
chmod 755 %{buildroot}%{_datadir}/exe/templates/mimetex*.cgi


%post
if [ -f usr/bin/update-mime-database ]; then
	usr/bin/update-mime-database /usr/share/mime &> /dev/null
fi

%postun
if [ -f usr/bin/update-mime-database ]; then
  usr/bin/update-mime-database /usr/share/mime > /dev/null
fi

%files 
%doc COPYING NEWS 
%{_bindir}/exe
%dir %{py_puresitedir}/exe
%{py_puresitedir}/exe/*
%dir %{_datadir}/exe
%{_datadir}/exe/*
%exclude %{_datadir}/exe/docs/manual/*
%{_datadir}/icons/hicolor
%{_datadir}/applications/exe.desktop
%config %{_datadir}/mime/packages/exe.xml
%exclude %{_datadir}/exe/twisted/spread/cBanana.c
%exclude %{_datadir}/exe/twisted/protocols/_c_urlarg.c
%exclude %{_datadir}/exe/twisted/internet/iocpreactor/_iocp.c
%exclude %{_datadir}/exe/twisted/internet/cfsupport/cfsupport.c

%{py_puresitedir}/exe-*.egg-info

%files manual
%dir %{_datadir}/exe/docs/manual
%{_datadir}/exe/docs/manual/*

%files devel
%{_datadir}/exe/twisted/spread/cBanana.c
%{_datadir}/exe/twisted/protocols/_c_urlarg.c
%{_datadir}/exe/twisted/internet/iocpreactor/_iocp.c
%{_datadir}/exe/twisted/internet/cfsupport/cfsupport.c



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.04.0.3532-5
+ Revision: 4d76092
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1180 |14cr|exfat-utils-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		exfat-utils
Summary:	Utilities for exFAT file system
Version:	1.0.1
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
Source0:	http://exfat.googlecode.com/files/exfat-utils-%{version}.tar.gz

# A cumulative patch with changes since the release of 1.0.1 (SVN rev 342)
# till the newest revision at the moment (rev 392, 2014-01-18).
# The license also changed from GPLv3+ to GPLv2+.
Patch0: exfat-utils-r342-to-r392.patch

URL:		http://code.google.com/p/exfat/
BuildRequires:	scons

%description
A set of utilities for creating, checking, dumping and labeling exFAT file
system.

%prep
%setup -q
%patch0 -p1

%build
%scons

%install
scons install DESTDIR=%{buildroot}/sbin
mkdir -p %{buildroot}/%{_mandir}/man8/

install -m644 dump/dumpexfat.8 %{buildroot}/%{_mandir}/man8/dumpexfat.8
install -m644 fsck/exfatfsck.8 %{buildroot}/%{_mandir}/man8/exfatfsck.8
install -m644 mkfs/mkexfatfs.8 %{buildroot}/%{_mandir}/man8/mkexfatfs.8
install -m644 label/exfatlabel.8 %{buildroot}/%{_mandir}/man8/exfatlabel.8

pushd %{buildroot}/%{_mandir}/man8/
ln -s exfatfsck.8 fsck.exfat.8
ln -s mkexfatfs.8 mkfs.exfat.8
popd

%files
/sbin/dumpexfat
/sbin/exfatfsck
/sbin/fsck.exfat
/sbin/mkexfatfs
/sbin/mkfs.exfat
/sbin/exfatlabel
%{_mandir}/man8/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: 77dd5ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1181 |14cr|exim-4.76-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%if %mandriva_branch == Cooker
# Cooker
%define release  5
%else
# Old distros
%define subrel 2
%define release  1
%endif

%define saversion 4.2.1

%define tlsdir		%{_sysconfdir}/pki/tls/%{name}

%define build_mysql	1
%define build_pgsql	0
%define build_monitor	1
%define build_exiscan	1
%define build_spf2	0
%define build_srs_alt	0
%define build_sqlite3	1
%define build_ldap	1
%define build_sasl2	1
%define build_logrotate	1

%define build_certs	1
%define altpriority 	40

# commandline overrides:
# rpm -ba|--rebuild --define 'with_xxx'
%{?_with_mysql: %{expand: %%global build_mysql 1}}
%{?_without_mysql: %{expand: %%global build_mysql 0}}
%{?_with_pgsql: %{expand: %%global build_pgsql 1}}
%{?_without_pgsql: %{expand: %%global build_pgsql 0}}
%{?_with_monitor: %{expand: %%global build_monitor 1}}
%{?_without_monitor: %{expand: %%global build_monitor 0}}
%{?_with_exiscan: %{expand: %%global build_exiscan 1}}
%{?_without_exiscan: %{expand: %%global build_exiscan 0}}
%{?_with_spf2: %{expand: %%global build_spf2 1}}
%{?_without_spf2: %{expand: %%global build_spf2 0}}
%{?_with_srs_alt: %{expand: %%global build_srs_alt 1}}
%{?_without_srs_alt: %{expand: %%global build_srs_alt 0}}
%{?_with_sqlite3: %{expand: %%global build_sqlite3 1}}
%{?_without_sqlite3: %{expand: %%global build_sqlite3 0}}
%{?_with_ldap: %{expand: %%global build_ldap 1}}
%{?_without_ldap: %{expand: %%global build_ldap 0}}
%{?_with_sasl2: %{expand: %%global build_sasl2 1}}
%{?_without_sasl2: %{expand: %%global build_sasl2 0}}
%{?_with_logrotate: %{expand: %%global build_logrotate 1}}
%{?_without_logrotate: %{expand: %%global build_logrotate 0}}

%define alternatives_install_cmd update-alternatives --install %{_sbindir}/sendmail mta %{_sbindir}/sendmail.exim %{altpriority} --slave %{_prefix}/lib/sendmail mta-in_libdir %{_sbindir}/sendmail.exim --slave %{_bindir}/mailq mta-mailq %{_bindir}/mailq.exim --slave %{_bindir}/newaliases mta-newaliases %{_bindir}/newaliases.exim --slave %{_bindir}/rmail mta-rmail %{_bindir}/rmail.exim --slave %{_sysconfdir}/aliases mta-etc_aliases %{_sysconfdir}/exim/aliases

Summary:		The exim mail transfer agent
Name:			exim
Version:		4.76
Release:		%{release}
License:		GPLv2+
Group:			System/Servers
URL:			http://www.exim.org
Source0:		ftp://ftp.exim.org/pub/exim/exim4/%{name}-%{version}.tar.gz
Source1:		ftp://ftp.exim.org/pub/exim/exim4/%{name}-%{version}.tar.gz.asc
# http://www.exim.org/pub/exim/exim4/config.samples.tar.bz2
Source2:		exim-4.43-config.samples.tar.bz2
Source3:		ftp://ftp.exim.org/pub/exim/exim4/exim-html-%{version}.tar.gz
Source4:		ftp://ftp.exim.org/pub/exim/exim4/exim-html-%{version}.tar.gz.asc
# http://sa-exim.sourceforge.net/
Source5:		http://prdownloads.sourceforge.net/sa-exim/sa-exim-%{saversion}.tar.gz
#Source6:		eximconfig.bz2
Source7:		exim-README.urpmi
Source20:		exim.aliases
Source21:		exim.init
Source22:		exim.sysconfig
Source23:		exim.logrotate
Source24:		exim.pam
Source25:		exim_monitor-16x16.png
Source26:		exim_monitor-32x32.png
Source27:		exim_monitor-48x48.png
Source28:		exim-4.63-auth_pop3_imap.embedded_perl
Source29:		exim-4.63-sasl2_smtpd.conf
Source30:		exim-4.63-logrotate_eximstats
Source31:		exim-4.63-cron_exicyclog_eximstats
Source32:		exim-4.63-sysconfig
Patch0:			exim-4.69-mdv-config.patch
Patch3:			exim-4.22-install.patch
Patch5:			exim-4.43-dontoverridecflags.diff
Patch7:			exim-4.69-configure.default.patch
Patch8:			sa-exim-4.2.1-fix-str-fmt.patch
Requires(pre):		rpm-helper
Requires:		perl(Net::IMAP::Simple)
Requires:		openssl
Requires:		apache-mod_socache_shmcb
Provides:		mail-server
Provides:		sendmail-command
Conflicts:		postfix
Conflicts:		sendmail
Conflicts:		qmail
BuildRequires:		tcp_wrappers-devel
BuildRequires:		pam-devel
BuildRequires:		openssl-devel
BuildRequires:		lynx
BuildRequires:		links
BuildRequires:		pcre-devel
BuildRequires:		perl-devel
BuildRequires:		db-devel >= 4.2
%if %{build_monitor}
BuildRequires:		pkgconfig(x11)
BuildRequires:		pkgconfig(xaw7)
BuildRequires:		pkgconfig(xext)
BuildRequires:		pkgconfig(xmu)
BuildRequires:		pkgconfig(xt)
%endif
%if %{build_mysql}
BuildRequires:		mysql-devel
%endif
%if %{build_pgsql}
BuildRequires:		postgresql-devel
%endif
%if %{build_spf2}
BuildRequires:		libspf2-devel
%endif
%if %{build_srs_alt}
BuildRequires:		srs_alt-devel
%endif
%if %{build_sqlite3}
BuildRequires:		sqlite3-devel >= 3.2.2
%endif
%if %{build_ldap}
BuildRequires:		openldap-devel >= 2.0.11
Requires:		openldap >= 2.0.11
%endif
%if %{build_sasl2}
BuildRequires:		sasl-devel >= 2.1.25
%endif

%description
Exim is a mail transport agent (MTA) developed at the University of
Cambridge for use on Unix systems connected to the Internet. In style
it is similar to Smail 3, but its facilities are more extensive, and
in particular it has options for verifying incoming sender and
recipient addresses, for refusing mail from specified hosts, networks,
or senders, and for controlling mail relaying. Exim is in production
use at quite a few sites, some of which move hundreds of thousands of
messages per day.

You can build %{name} with some conditional build swithes;

(ie. use with rpm --rebuild):
--with[out] mysql	MySQL lookup support (enabled)
--with[out] pgsql	PostgreSQL lookup support (disabled)
--with[out] monitor	The Exim Monitor (enabled)
--with[out] exiscan	SpamAssassin support (enabled)
--with[out] srs_alt	Experimental SRS support (disabled)
--with[out] spf2	Experimental SPF2 support (disabled)
--with[out] sqlite3	SQLite3 lookup support (enabled)
--with[out] ldap	LDAP lookup support (enabled)
--with[out] sals2	SASL2 auth support (disabled)
--with[out] logrotate	Logrotate  (enabled)

%if %{build_monitor}
%package		monitor
Summary:		X11 monitor application for exim
Group:			Monitoring
Requires:		%{name} >= %{version}-%{release}

%description		monitor
The Exim Monitor is an optional supplement to the Exim package. It
displays information about Exim's processing in an X window, and an
administrator can perform a number of control actions from the window
interface.
%endif

%package		plugins-SpamAssassin
Summary:		Exim SpamAssassin at SMTP time plugin
Group:			System/Servers
Requires:		%{name} >= %{version}-%{release}

%description 		plugins-SpamAssassin
Allows running SpamAssassin on incoming mail and rejection
at SMTP time as well as other nasty things like teergrubbing.

%package		doc
Summary:		Exim documentation
Group:			System/Servers

%description		doc
This package includes the Exim FAQ and Exim manual in HTML.


%prep

%setup -q -n %{name}-%{version} -a2 -a3 -a5

cp %{SOURCE7} README.urpmi

# fix strange attribs
find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

# cvs cleanup
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
	if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p1 -b .config
%patch3 -p1 -b .install
%patch5 -p0 -b .dontoverridecflags
%patch7 -p0 -b .configure_default

# apply the SA-exim dlopen patch
cat sa-exim-%{saversion}/localscan_dlopen_exim_4.20_or_better.patch | patch -p1

pushd sa-exim-%{saversion}
%patch8 -p0 -b .str
popd

# pre-build setup
cp src/EDITME Local/Makefile
%if %{build_monitor}
cp exim_monitor/EDITME Local/eximon.conf
%endif

# Added BIN_DIRECTORY:
perl -pi -e 's|^BIN_DIRECTORY=/usr/exim/bin|BIN_DIRECTORY=%{_bindir}|g' Local/Makefile

# modify Local/Makefile for our builds
%if !%{build_mysql}
  perl -pi -e 's|^LOOKUP_MYSQL=yes|#LOOKUP_MYSQL=yes|g' Local/Makefile
  perl -pi -e 's|-lmysqlclient||g' Local/Makefile
  perl -pi -e 's|-I%{_includedir}/mysql||g' Local/Makefile
%endif
%if !%{build_pgsql}
  perl -pi -e 's|^LOOKUP_PGSQL=yes|#LOOKUP_PGSQL=yes|g' Local/Makefile
  perl -pi -e 's|-lpq||g' Local/Makefile
  perl -pi -e 's|-I%{_includedir}/pgsql||g' Local/Makefile
%endif
%if !%{build_monitor}
  perl -pi -e 's|^EXIM_MONITOR=|#EXIM_MONITOR=|g' Local/Makefile
%endif

%ifarch amd64 x86_64
  perl -pi -e 's|X11\)/lib|X11\)/lib64|g' OS/Makefile-Linux
%endif

%if %{build_exiscan}
  perl -pi -e 's|^# WITH_CONTENT_SCAN=.*|WITH_CONTENT_SCAN=yes|g' Local/Makefile
  perl -pi -e 's|^# WITH_OLD_DEMIME=.*|WITH_OLD_DEMIME=yes|g' Local/Makefile
%endif

# the spf stuff won't build
%if %{build_spf2}
  perl -pi -e 's|^# EXPERIMENTAL_SPF=.*|EXPERIMENTAL_SPF=yes\nCFLAGS += -DHAVE_NS_TYPE\nLDFLAGS += -L%{_libdir} -lspf2|g' Local/Makefile
%endif

%if %{build_srs_alt}
  perl -pi -e 's|^# EXPERIMENTAL_SRS=.*|EXPERIMENTAL_SRS=yes\nLDFLAGS += -L%{_libdir} -lsrs_alt|g' Local/Makefile
%endif

%if %{build_ldap}
perl -pi -e 's|^# LOOKUP_LDAP=yes|LOOKUP_LDAP=yes|g' Local/Makefile
perl -pi -e 's|^# LDAP_LIB_TYPE=OPENLDAP2|LDAP_LIB_TYPE=OPENLDAP2|' Local/Makefile
perl -pi -e 's|^LOOKUP_INCLUDE=|LOOKUP_INCLUDE=-I%{_includedir}/ldap |' Local/Makefile
perl -pi -e 's|^LOOKUP_LIBS=|LOOKUP_LIBS=-L%{_libdir} -llber -lldap |' Local/Makefile
%endif

%if %{build_sqlite3}
perl -pi -e 's|^# LOOKUP_SQLITE=yes|LOOKUP_SQLITE=yes|g' Local/Makefile
perl -pi -e 's|^LOOKUP_INCLUDE=|LOOKUP_INCLUDE=-I/usr/include |g' Local/Makefile
perl -pi -e 's|^LOOKUP_LIBS=|LOOKUP_LIBS=-L%{_libdir} -lsqlite3 |g' Local/Makefile
%endif

%if %{build_sasl2}
  perl -pi -e 's|^# CYRUS_SASLAUTHD_SOCKET=/var/run/saslauthd/mux|CYRUS_SASLAUTHD_SOCKET=/var/lib/sasl2/mux|' Local/Makefile
  perl -pi -e 's|^# AUTH_LIBS=-lsasl2|AUTH_LIBS=-L%{_libdir} -lsasl2|' Local/Makefile
%endif

# Remove references to Interbase (-lgds):
perl -pi -e 's|-lgds||g' Local/Makefile

# support the SMTP STARTTLS:
perl -pi -e 's|-L/usr/openssl/lib -lssl -lcrypto|-L%{_libdir} -lssl -lcrypto|' Local/Makefile

# enable all of them
perl -pi -e "s|^# AUTH_CYRUS_SASL=yes|AUTH_CYRUS_SASL=yes|g" Local/Makefile
perl -pi -e "s|^# AUTH_DOVECOT=yes|AUTH_DOVECOT=yes|g" Local/Makefile

# fix stray borked libdir
perl -pi -e "s|/usr/lib\b|%{_libdir}|g" Local/Makefile

# unpack some other stuff
mkdir -p mandriva
#cp %{SOURCE6} mandriva/eximconfig
cp %{SOURCE20} mandriva/exim.aliases
cp %{SOURCE21} mandriva/exim.init
cp %{SOURCE22} mandriva/exim.sysconfig
cp %{SOURCE23} mandriva/exim.logrotate
cp %{SOURCE24} mandriva/exim.pam

# copy icons
cp %{SOURCE25} exim_monitor-16x16.png
cp %{SOURCE26} exim_monitor-32x32.png
cp %{SOURCE27} exim_monitor-48x48.png

mkdir -p exim_tmp
# embedded perl
cp -f %{SOURCE28} exim_tmp/exim_auth_pop3_imap.embedded_perl
cp -f %{SOURCE29} exim_tmp/exim_sasl2_smtpd.conf
cp -f %{SOURCE30} exim_tmp/exim_logrotate_eximstats
cp -f %{SOURCE31} exim_tmp/exim_cron_exicyclog_eximstats
cp -f %{SOURCE32} exim_tmp/exim_sysconfig

# prepare docs
mkdir -p doc/html
mv exim-html-%{version}/doc/html/spec_html/* doc/html/

%build
%serverbuild

make CC="gcc %ldflags" \
    CFLAGS="%optflags -fPIC" \
    RPM_OPT_FLAGS="%optflags -fPIC"

# build SA-exim
pushd sa-exim-%{saversion}
perl -pi -e 's|\@lynx|HOME=/ /usr/bin/lynx|g;' Makefile
perl -pi -e 's|/usr/lib/exim4/local_scan|%{_libdir}/exim|g' INSTALL
make clean

make \
    SACONF=%{_sysconfdir}/exim/sa-exim.conf \
    CFLAGS="%optflags" \
    LDFLAGS="-shared -fPIC %ldflags"
popd

%install
# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

# make some directories
install -d %{buildroot}%{_sysconfdir}/{pam.d,exim,sysconfig,cron.weekly}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}/exim
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}/var/spool/exim/{db,input,msglog}
install -d %{buildroot}/var/run/exim
install -d %{buildroot}/var/log/exim
install -d %{buildroot}/%{_menudir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{tlsdir}/{certs,private,dhparam}

%makeinstall_std

pushd build-`scripts/os-type`-`scripts/arch-type`
    for i in convert4r3 convert4r4 exicyclog exigrep \
    exim exim_checkaccess exim_dbmbuild exim_dumpdb exim_fixdb \
    exim_lock eximstats exim_tidydb exinext exipick exiqgrep \
    exiqsumm exiwhat; do
	install -m0755 $i %{buildroot}%{_bindir}/
    done

%if %{build_monitor}
    install -m0755 eximon %{buildroot}%{_bindir}/
    install -m0755 eximon.bin %{buildroot}%{_bindir}/
%endif

popd

# make some softlinks
ln -snf ../bin/exim %{buildroot}%{_prefix}/lib/sendmail.exim
ln -snf ../bin/exim %{buildroot}%{_sbindir}/exim
ln -snf exim %{buildroot}%{_sbindir}/sendmail.exim
ln -snf exim %{buildroot}%{_bindir}/mailq.exim
ln -snf exim %{buildroot}%{_bindir}/newaliases.exim
ln -snf exim %{buildroot}%{_bindir}/rmail.exim
ln -snf exim %{buildroot}%{_bindir}/rsmtp
ln -snf exim %{buildroot}%{_bindir}/rsmtp.exim
ln -snf exim %{buildroot}%{_bindir}/runq
ln -snf exim %{buildroot}%{_bindir}/runq.exim

# install SA-exim
install -m0644 sa-exim-%{saversion}/*.so %{buildroot}%{_libdir}/exim/
install -m0644 sa-exim-%{saversion}/*.conf %{buildroot}%{_sysconfdir}/exim/

pushd %{buildroot}%{_libdir}/exim
    strip sa-exim*.so
    strip accept.so
    ln -s sa-exim*.so sa-exim.so
popd

# install some other stuff
pushd mandriva
    install -m0644 exim.aliases %{buildroot}%{_sysconfdir}/exim/aliases
    install -m0755 exim.init %{buildroot}%{_initrddir}/exim
    install -m0644 exim.pam %{buildroot}%{_sysconfdir}/pam.d/smtp
popd

install -m0644 exim_tmp/exim_auth_pop3_imap.embedded_perl %{buildroot}%{_sysconfdir}/exim/exim_perl.pl
%if %{build_sasl2}
install -d %{buildroot}%{_sysconfdir}/sasl2
install -m0644 exim_tmp/exim_sasl2_smtpd.conf %{buildroot}%{_sysconfdir}/sasl2/smtpd.conf
%endif
%if %{build_logrotate}
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -m0644 exim_tmp/exim_logrotate_eximstats %{buildroot}%{_sysconfdir}/logrotate.d/exim
%else
install -m0755 exim_tmp/exim_cron_exicyclog_eximstats %{buildroot}%{_sysconfdir}/cron.weekly/exim
%endif
install -m0644 exim_tmp/exim_sysconfig %{buildroot}%{_sysconfdir}/sysconfig/exim

install -m644 doc/exim.8 %{buildroot}%{_mandir}/man8/exim.8

# Alias /eximstats /var/www/eximstats for Apache
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/eximstats.conf << EOF
Alias /eximstats /var/www/eximstats
<Directory /var/www/eximstats>
	Require all granted
	Options +Indexes
</Directory>
EOF

pod2man --center=EXIM --section=8 \
    %{buildroot}%{_bindir}/eximstats \
    %{buildroot}%{_mandir}/man8/eximstats.8

%if %{build_monitor}
# Mandriva Icons
install -m0644 exim_monitor-48x48.png %{buildroot}%{_liconsdir}/%{name}-monitor.png
install -m0644 exim_monitor-32x32.png %{buildroot}%{_iconsdir}/%{name}-monitor.png
install -m0644 exim_monitor-16x16.png %{buildroot}%{_miconsdir}/%{name}-monitor.png

#menu-xdg
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-monitor.desktop << EOXDG
[Desktop Entry]
Name=Exim Monitor
Comment=X11 monitor application for exim
Exec=%{_bindir}/eximon
Icon=%{name}-monitor
Terminal=false
Type=Application
Categories=Settings;Network;
EOXDG

%endif

# include more README files in %%doc
cp src/auths/README README.auths
cp src/lookups/README README.lookups
cp src/routers/README README.routers
cp src/transports/README README.transports
cp doc/README README.doc

# cleanup
rm -f %{buildroot}%{_bindir}/exim-%{version}*

%post
%_post_service exim
%{alternatives_install_cmd}

# scrub hints files - db files change format between builds so
# killing the hints can save an MTA crash later
[ -d /var/spool/exim/db ] && rm -f /var/spool/exim/db/*

# alternatives changes the mode of /usr/bin/exim so we have to chmod
chmod 4755 %{_bindir}/exim

# Define FQDN
FQDN=`hostname`
if [ "x${FQDN}" = "x" ]; then
    FQDN="localhost.localdomain"
fi
# fix primary_hostname
perl -pi -e "s|^# primary_hostname =|primary_hostname = $FQDN|" %{_sysconfdir}/%{name}/%{name}.conf

# disable cron job if build_logrotate enabled:
%if %{build_logrotate}
if [ -f "/etc/cron.weekly/exim" ]; then
    day=`date +%Y%m%d`
    mv /etc/cron.weekly/exim /etc/exim/cron.weekly_exim.backup.$day
fi
%endif

%if %{build_certs}
# Add dummy certficates
if [ ! -f "%{tlsdir}/certs/%{name}.pem" ]; then
    touch %{tlsdir}/{certs,private,dhparam}/%{name}.pem
    umask 077
    cat << EOF | openssl req -new -x509 -days 365 -nodes \
    -out %{tlsdir}/certs/%{name}.pem \
    -keyout %{tlsdir}/private/%{name}.pem &>/dev/null
MandrivaLand
MandrivaCountry
MandrivaCity
SMTP server on ${FQDN}
SMTP SSL/TLS key on ${FQDN}
${FQDN}
root@${FQDN}
EOF
    openssl dhparam -check -text -5 512 -out %{tlsdir}/dhparam/%{name}.pem &>/dev/null
    %__chown mail.root %{tlsdir}/{private,certs,dhparam}/%{name}.pem
    %__chmod 600 %{tlsdir}/{private,certs,dhparam}/%{name}.pem
fi
%endif

# necessary when we upgrade from a non-alternatives package
%triggerpostun -- exim
[ -e %{_sbindir}/sendmail.exim ] && %{alternatives_install_cmd} || :

%preun
%_preun_service exim
if [ "$1" = "0" ]; then
    update-alternatives --remove mta %{_sbindir}/sendmail.exim
fi

%postun
if [ "$1" -ge "1" ]; then
    /sbin/service exim condrestart > /dev/null 2>&1
fi

%files
%doc ACKNOWLEDGMENTS CHANGES LICENCE NOTICE README*
%doc doc/ChangeLog doc/*.upgrade doc/NewStuff doc/OptionLists.txt doc/README.SIEVE doc/dbm.discuss.txt
%doc doc/experimental-spec.txt doc/filter.txt doc/pcrepattern.txt doc/pcretest.txt doc/spec.txt
%doc util/unknownuser.sh build-Linux-*/transport-filter.pl util/cramtest.pl util/logargs.sh
%attr(0755,root,mail) %dir %{_sysconfdir}/exim
%attr(0755,root,root) %{_initrddir}/exim
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/exim/exim.conf
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/exim/aliases
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/exim
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/exim/exim_perl.pl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/eximstats.conf
%if %{build_sasl2}
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/sasl2/smtpd.conf
%endif
%if %{build_logrotate}
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/logrotate.d/exim
%else
%attr(0755,root,root) %{_sysconfdir}/cron.weekly/exim
%endif
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/smtp
# SSL/TLS
%attr(0600,root,root) %dir %{tlsdir}/certs
%attr(0600,root,root) %dir %{tlsdir}/dhparam
%attr(0600,root,root) %dir %{tlsdir}/private
# end SSL/TLS
%attr(0755,root,root) %{_bindir}/convert4r3
%attr(0755,root,root) %{_bindir}/convert4r4
%attr(0755,root,root) %{_bindir}/exicyclog
%attr(0755,root,root) %{_bindir}/exigrep
%attr(0755,root,root) %{_bindir}/exim_checkaccess
%attr(0755,root,root) %{_bindir}/exim_dbmbuild
%attr(0755,root,root) %{_bindir}/exim_dumpdb
%attr(0755,root,root) %{_bindir}/exim_fixdb
%attr(0755,root,root) %{_bindir}/exim_lock
%attr(0755,root,root) %{_bindir}/eximstats
%attr(0755,root,root) %{_bindir}/exim_tidydb
%attr(0755,root,root) %{_bindir}/exinext
%attr(0755,root,root) %{_bindir}/exipick
%attr(0755,root,root) %{_bindir}/exiqgrep
%attr(0755,root,root) %{_bindir}/exiqsumm
%attr(0755,root,root) %{_bindir}/exiwhat
%attr(0755,root,root) %{_bindir}/rsmtp
%attr(0755,root,root) %{_bindir}/runq
%attr(4755,root,root) %{_bindir}/exim
%attr(0755,root,root) %{_sbindir}/exim
#%attr(0755,root,root) %{_sbindir}/eximconfig
# alternatives
%attr(0755,root,root) %{_sbindir}/sendmail.exim
%attr(0644,root,root) %{_prefix}/lib/sendmail.exim
%attr(0755,root,root) %{_bindir}/mailq.exim
%attr(0755,root,root) %{_bindir}/newaliases.exim
%attr(0755,root,root) %{_bindir}/rmail.exim
%attr(0755,root,root) %{_bindir}/rsmtp.exim
%attr(0755,root,root) %{_bindir}/runq.exim
%attr(0755,mail,mail) %dir %{_var}/spool/exim
%attr(0755,mail,mail) %dir %{_var}/spool/exim/db
%attr(0755,mail,mail) %dir %{_var}/spool/exim/input
%attr(0755,mail,mail) %dir %{_var}/spool/exim/msglog
%attr(0755,mail,mail) %dir %{_logdir}/exim
%attr(0755,mail,mail) %dir %{_var}/run/exim
%attr(0644,root,root) %{_mandir}/man8/exim.8*
%attr(0644,root,root) %{_mandir}/man8/eximstats.8*

%if %{build_monitor}
%files monitor
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/eximon
%attr(0755,root,root) %{_bindir}/eximon.bin
%{_iconsdir}/%{name}-monitor.png
%{_miconsdir}/%{name}-monitor.png
%{_liconsdir}/%{name}-monitor.png
%{_datadir}/applications/mandriva-%{name}-monitor.desktop
%endif

%files plugins-SpamAssassin
%defattr(-,root,root)
%doc sa-exim-%{saversion}/*.html sa-exim-%{saversion}/{ACKNOWLEDGEMENTS,CHANGELOG,INSTALL,LICENSE,TODO,contrib}
%doc sa-exim-%{saversion}/{README,README.greylisting,*.diff}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/exim/sa-exim.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/exim/sa-exim_short.conf
%dir %{_libdir}/exim
%attr(0644,root,root) %{_libdir}/exim/*

%files doc
%defattr(-,root,root)
%doc doc/html config.samples README.urpmi



%changelog
* Sun Oct 06 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.76-1
+ Revision: 5fb7611
- Fix strip



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1182 |14cr|exim-4.76-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define saversion 4.2.1

%define tlsdir %{_sysconfdir}/pki/tls/%{name}

%bcond_without mysql
%bcond_with pgsql
%bcond_without monitor
%bcond_without exiscan
%bcond_with spf2
%bcond_with srs_alt
%bcond_without sqlite3
%bcond_without ldap
%bcond_without sasl2
%bcond_without logrotate
%bcond_without certs

%define altpriority 40
%define alternatives_install_cmd update-alternatives --install %{_sbindir}/sendmail mta %{_sbindir}/sendmail.exim %{altpriority} --slave %{_prefix}/lib/sendmail mta-in_libdir %{_sbindir}/sendmail.exim --slave %{_bindir}/mailq mta-mailq %{_bindir}/mailq.exim --slave %{_bindir}/newaliases mta-newaliases %{_bindir}/newaliases.exim --slave %{_bindir}/rmail mta-rmail %{_bindir}/rmail.exim --slave %{_sysconfdir}/aliases mta-etc_aliases %{_sysconfdir}/exim/aliases

Summary:	The exim mail transfer agent
Name:		exim
Version:	4.76
Release:	4
License:	GPLv2+
Group:		System/Servers
Url:		http://www.exim.org
Source0:	ftp://ftp.exim.org/pub/exim/exim4/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.exim.org/pub/exim/exim4/%{name}-%{version}.tar.gz.asc
# http://www.exim.org/pub/exim/exim4/config.samples.tar.bz2
Source2:	exim-4.43-config.samples.tar.bz2
Source3:	ftp://ftp.exim.org/pub/exim/exim4/exim-html-%{version}.tar.gz
Source4:	ftp://ftp.exim.org/pub/exim/exim4/exim-html-%{version}.tar.gz.asc
# http://sa-exim.sourceforge.net/
Source5:	http://prdownloads.sourceforge.net/sa-exim/sa-exim-%{saversion}.tar.gz
#Source6:	eximconfig.bz2
Source7:	exim-README.urpmi
Source20:	exim.aliases
Source21:	exim.init
Source22:	exim.sysconfig
Source23:	exim.logrotate
Source24:	exim.pam
Source25:	exim_monitor-16x16.png
Source26:	exim_monitor-32x32.png
Source27:	exim_monitor-48x48.png
Source28:	exim-4.63-auth_pop3_imap.embedded_perl
Source29:	exim-4.63-sasl2_smtpd.conf
Source30:	exim-4.63-logrotate_eximstats
Source31:	exim-4.63-cron_exicyclog_eximstats
Source32:	exim-4.63-sysconfig
Patch0:		exim-4.69-mdv-config.patch
Patch3:		exim-4.22-install.patch
Patch5:		exim-4.43-dontoverridecflags.diff
Patch7:		exim-4.69-configure.default.patch
Patch8:		sa-exim-4.2.1-fix-str-fmt.patch
BuildRequires:	links
BuildRequires:	lynx
BuildRequires:	db-devel
%if %{with spf2}
BuildRequires:	libspf2-devel
%endif
%if %{with mysql}
BuildRequires:	mysql-devel
%endif
%if %{with ldap}
BuildRequires:	openldap-devel >= 2.0.11
Requires:	openldap >= 2.0.11
%endif
BuildRequires:	pam-devel
BuildRequires:	perl-devel
%if %{with sasl2}
BuildRequires:	sasl-devel >= 2.1.25
%endif
%if %{with srs_alt}
BuildRequires:	srs_alt-devel
%endif
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(libpcre)
%if %{with pgsql}
BuildRequires:	pkgconfig(libpq)
%endif
BuildRequires:	pkgconfig(libtirpc)
%if %{with sqlite3}
BuildRequires:	pkgconfig(sqlite3)
%endif
%if %{with monitor}
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
%endif
Requires(pre):	rpm-helper
Requires:	apache-mod_socache_shmcb
Requires:	openssl
Requires:	perl(Net::IMAP::Simple)
Provides:	mail-server
Provides:	sendmail-command
Conflicts:	postfix
Conflicts:	qmail
Conflicts:	sendmail

%description
Exim is a mail transport agent (MTA) developed at the University of
Cambridge for use on Unix systems connected to the Internet. In style
it is similar to Smail 3, but its facilities are more extensive, and
in particular it has options for verifying incoming sender and
recipient addresses, for refusing mail from specified hosts, networks,
or senders, and for controlling mail relaying. Exim is in production
use at quite a few sites, some of which move hundreds of thousands of
messages per day.

%files
%doc ACKNOWLEDGMENTS CHANGES LICENCE NOTICE README*
%doc doc/ChangeLog doc/*.upgrade doc/NewStuff doc/OptionLists.txt doc/README.SIEVE doc/dbm.discuss.txt
%doc doc/experimental-spec.txt doc/filter.txt doc/pcrepattern.txt doc/pcretest.txt doc/spec.txt
%doc util/unknownuser.sh build-Linux-*/transport-filter.pl util/cramtest.pl util/logargs.sh
%attr(0755,root,mail) %dir %{_sysconfdir}/exim
%attr(0755,root,root) %{_initrddir}/exim
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/exim/exim.conf
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/exim/aliases
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/exim
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/exim/exim_perl.pl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/eximstats.conf
%if %{with sasl2}
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/sasl2/smtpd.conf
%endif
%if %{with logrotate}
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/logrotate.d/exim
%else
%attr(0755,root,root) %{_sysconfdir}/cron.weekly/exim
%endif
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/smtp
# SSL/TLS
%attr(0600,root,root) %dir %{tlsdir}/certs
%attr(0600,root,root) %dir %{tlsdir}/dhparam
%attr(0600,root,root) %dir %{tlsdir}/private
# end SSL/TLS
%attr(0755,root,root) %{_bindir}/convert4r3
%attr(0755,root,root) %{_bindir}/convert4r4
%attr(0755,root,root) %{_bindir}/exicyclog
%attr(0755,root,root) %{_bindir}/exigrep
%attr(0755,root,root) %{_bindir}/exim_checkaccess
%attr(0755,root,root) %{_bindir}/exim_dbmbuild
%attr(0755,root,root) %{_bindir}/exim_dumpdb
%attr(0755,root,root) %{_bindir}/exim_fixdb
%attr(0755,root,root) %{_bindir}/exim_lock
%attr(0755,root,root) %{_bindir}/eximstats
%attr(0755,root,root) %{_bindir}/exim_tidydb
%attr(0755,root,root) %{_bindir}/exinext
%attr(0755,root,root) %{_bindir}/exipick
%attr(0755,root,root) %{_bindir}/exiqgrep
%attr(0755,root,root) %{_bindir}/exiqsumm
%attr(0755,root,root) %{_bindir}/exiwhat
%attr(0755,root,root) %{_bindir}/rsmtp
%attr(0755,root,root) %{_bindir}/runq
%attr(4755,root,root) %{_bindir}/exim
%attr(0755,root,root) %{_sbindir}/exim
#%attr(0755,root,root) %{_sbindir}/eximconfig
# alternatives
%attr(0755,root,root) %{_sbindir}/sendmail.exim
%attr(0644,root,root) %{_prefix}/lib/sendmail.exim
%attr(0755,root,root) %{_bindir}/mailq.exim
%attr(0755,root,root) %{_bindir}/newaliases.exim
%attr(0755,root,root) %{_bindir}/rmail.exim
%attr(0755,root,root) %{_bindir}/rsmtp.exim
%attr(0755,root,root) %{_bindir}/runq.exim
%attr(0755,mail,mail) %dir %{_var}/spool/exim
%attr(0755,mail,mail) %dir %{_var}/spool/exim/db
%attr(0755,mail,mail) %dir %{_var}/spool/exim/input
%attr(0755,mail,mail) %dir %{_var}/spool/exim/msglog
%attr(0755,mail,mail) %dir %{_logdir}/exim
%attr(0755,mail,mail) %dir %{_var}/run/exim
%attr(0644,root,root) %{_mandir}/man8/exim.8*
%attr(0644,root,root) %{_mandir}/man8/eximstats.8*

%post
%_post_service exim
%alternatives_install_cmd

# scrub hints files - db files change format between builds so
# killing the hints can save an MTA crash later
[ -d /var/spool/exim/db ] && rm -f /var/spool/exim/db/*

# alternatives changes the mode of /usr/bin/exim so we have to chmod
chmod 4755 %{_bindir}/exim

# Define FQDN
FQDN=`hostname`
if [ "x${FQDN}" = "x" ]; then
    FQDN="localhost.localdomain"
fi
# fix primary_hostname
perl -pi -e "s|^# primary_hostname =|primary_hostname = $FQDN|" %{_sysconfdir}/%{name}/%{name}.conf

# disable cron job if with logrotate enabled:
%if %{with logrotate}
if [ -f "/etc/cron.weekly/exim" ]; then
    day=`date +%Y%m%d`
    mv /etc/cron.weekly/exim /etc/exim/cron.weekly_exim.backup.$day
fi
%endif

%if %{with certs}
# Add dummy certficates
if [ ! -f "%{tlsdir}/certs/%{name}.pem" ]; then
    touch %{tlsdir}/{certs,private,dhparam}/%{name}.pem
    umask 077
    cat << EOF | openssl req -new -x509 -days 365 -nodes \
    -out %{tlsdir}/certs/%{name}.pem \
    -keyout %{tlsdir}/private/%{name}.pem &>/dev/null
MandrivaLand
MandrivaCountry
MandrivaCity
SMTP server on ${FQDN}
SMTP SSL/TLS key on ${FQDN}
${FQDN}
root@${FQDN}
EOF
    openssl dhparam -check -text -5 512 -out %{tlsdir}/dhparam/%{name}.pem &>/dev/null
    chown mail.root %{tlsdir}/{private,certs,dhparam}/%{name}.pem
    chmod 600 %{tlsdir}/{private,certs,dhparam}/%{name}.pem
fi
%endif

# necessary when we upgrade from a non-alternatives package
%triggerpostun -- exim
[ -e %{_sbindir}/sendmail.exim ] && %alternatives_install_cmd || :

%preun
%_preun_service exim
if [ "$1" = "0" ]; then
    update-alternatives --remove mta %{_sbindir}/sendmail.exim
fi

%postun
if [ "$1" -ge "1" ]; then
    /sbin/service exim condrestart > /dev/null 2>&1
fi


#----------------------------------------------------------------------------

%if %{with monitor}
%package monitor
Summary:	X11 monitor application for exim
Group:		Monitoring
Requires:	%{name} >= %{EVRD}

%description monitor
The Exim Monitor is an optional supplement to the Exim package. It
displays information about Exim's processing in an X window, and an
administrator can perform a number of control actions from the window
interface.

%files monitor
%attr(0755,root,root) %{_bindir}/eximon
%attr(0755,root,root) %{_bindir}/eximon.bin
%{_iconsdir}/%{name}-monitor.png
%{_miconsdir}/%{name}-monitor.png
%{_liconsdir}/%{name}-monitor.png
%{_datadir}/applications/%{name}-monitor.desktop
%endif

#----------------------------------------------------------------------------

%package plugins-SpamAssassin
Summary:	Exim SpamAssassin at SMTP time plugin
Group:		System/Servers
Requires:	%{name} >= %{EVRD}

%description plugins-SpamAssassin
Allows running SpamAssassin on incoming mail and rejection
at SMTP time as well as other nasty things like teergrubbing.

%files plugins-SpamAssassin
%doc sa-exim-%{saversion}/*.html sa-exim-%{saversion}/{ACKNOWLEDGEMENTS,CHANGELOG,INSTALL,LICENSE,TODO,contrib}
%doc sa-exim-%{saversion}/{README,README.greylisting,*.diff}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/exim/sa-exim.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/exim/sa-exim_short.conf
%dir %{_libdir}/exim
%attr(0644,root,root) %{_libdir}/exim/*

#----------------------------------------------------------------------------

%package doc
Summary:	Exim documentation
Group:		System/Servers

%description doc
This package includes the Exim FAQ and Exim manual in HTML.

%files doc
%doc doc/html config.samples README.urpmi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version} -a2 -a3 -a5

cp %{SOURCE7} README.urpmi

# fix strange attribs
find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

# cvs cleanup
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
	if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p1 -b .config
%patch3 -p1 -b .install
%patch5 -p0 -b .dontoverridecflags
%patch7 -p0 -b .configure_default

# apply the SA-exim dlopen patch
cat sa-exim-%{saversion}/localscan_dlopen_exim_4.20_or_better.patch | patch -p1

pushd sa-exim-%{saversion}
%patch8 -p0 -b .str
popd

# pre-build setup
cp src/EDITME Local/Makefile
%if %{with monitor}
cp exim_monitor/EDITME Local/eximon.conf
%endif

# Added BIN_DIRECTORY:
perl -pi -e 's|^BIN_DIRECTORY=/usr/exim/bin|BIN_DIRECTORY=%{_bindir}|g' Local/Makefile

# modify Local/Makefile for our builds
%if !%{with mysql}
  perl -pi -e 's|^LOOKUP_MYSQL=yes|#LOOKUP_MYSQL=yes|g' Local/Makefile
  perl -pi -e 's|-lmysqlclient||g' Local/Makefile
  perl -pi -e 's|-I%{_includedir}/mysql||g' Local/Makefile
%endif
%if !%{with pgsql}
  perl -pi -e 's|^LOOKUP_PGSQL=yes|#LOOKUP_PGSQL=yes|g' Local/Makefile
  perl -pi -e 's|-lpq||g' Local/Makefile
  perl -pi -e 's|-I%{_includedir}/pgsql||g' Local/Makefile
%endif
%if !%{with monitor}
  perl -pi -e 's|^EXIM_MONITOR=|#EXIM_MONITOR=|g' Local/Makefile
%endif

%ifarch amd64 x86_64
  perl -pi -e 's|X11\)/lib|X11\)/lib64|g' OS/Makefile-Linux
%endif

%if %{with exiscan}
  perl -pi -e 's|^# WITH_CONTENT_SCAN=.*|WITH_CONTENT_SCAN=yes|g' Local/Makefile
  perl -pi -e 's|^# WITH_OLD_DEMIME=.*|WITH_OLD_DEMIME=yes|g' Local/Makefile
%endif

# the spf stuff won't build
%if %{with spf2}
  perl -pi -e 's|^# EXPERIMENTAL_SPF=.*|EXPERIMENTAL_SPF=yes\nCFLAGS += -DHAVE_NS_TYPE\nLDFLAGS += -L%{_libdir} -lspf2|g' Local/Makefile
%endif

%if %{with srs_alt}
  perl -pi -e 's|^# EXPERIMENTAL_SRS=.*|EXPERIMENTAL_SRS=yes\nLDFLAGS += -L%{_libdir} -lsrs_alt|g' Local/Makefile
%endif

%if %{with ldap}
perl -pi -e 's|^# LOOKUP_LDAP=yes|LOOKUP_LDAP=yes|g' Local/Makefile
perl -pi -e 's|^# LDAP_LIB_TYPE=OPENLDAP2|LDAP_LIB_TYPE=OPENLDAP2|' Local/Makefile
perl -pi -e 's|^LOOKUP_INCLUDE=|LOOKUP_INCLUDE=-I%{_includedir}/ldap |' Local/Makefile
perl -pi -e 's|^LOOKUP_LIBS=|LOOKUP_LIBS=-L%{_libdir} -llber -lldap |' Local/Makefile
%endif

%if %{with sqlite3}
perl -pi -e 's|^# LOOKUP_SQLITE=yes|LOOKUP_SQLITE=yes|g' Local/Makefile
perl -pi -e 's|^LOOKUP_INCLUDE=|LOOKUP_INCLUDE=-I/usr/include |g' Local/Makefile
perl -pi -e 's|^LOOKUP_LIBS=|LOOKUP_LIBS=-L%{_libdir} -lsqlite3 |g' Local/Makefile
%endif

%if %{with sasl2}
  perl -pi -e 's|^# CYRUS_SASLAUTHD_SOCKET=/var/run/saslauthd/mux|CYRUS_SASLAUTHD_SOCKET=/var/lib/sasl2/mux|' Local/Makefile
  perl -pi -e 's|^# AUTH_LIBS=-lsasl2|AUTH_LIBS=-L%{_libdir} -lsasl2|' Local/Makefile
%endif

# Remove references to Interbase (-lgds):
perl -pi -e 's|-lgds||g' Local/Makefile

# support the SMTP STARTTLS:
perl -pi -e 's|-L/usr/openssl/lib -lssl -lcrypto|-L%{_libdir} -lssl -lcrypto|' Local/Makefile

# enable all of them
perl -pi -e "s|^# AUTH_CYRUS_SASL=yes|AUTH_CYRUS_SASL=yes|g" Local/Makefile
perl -pi -e "s|^# AUTH_DOVECOT=yes|AUTH_DOVECOT=yes|g" Local/Makefile

# fix stray borked libdir
perl -pi -e "s|/usr/lib\b|%{_libdir}|g" Local/Makefile

# unpack some other stuff
mkdir -p mandriva
#cp %{SOURCE6} mandriva/eximconfig
cp %{SOURCE20} mandriva/exim.aliases
cp %{SOURCE21} mandriva/exim.init
cp %{SOURCE22} mandriva/exim.sysconfig
cp %{SOURCE23} mandriva/exim.logrotate
cp %{SOURCE24} mandriva/exim.pam

# copy icons
cp %{SOURCE25} exim_monitor-16x16.png
cp %{SOURCE26} exim_monitor-32x32.png
cp %{SOURCE27} exim_monitor-48x48.png

mkdir -p exim_tmp
# embedded perl
cp -f %{SOURCE28} exim_tmp/exim_auth_pop3_imap.embedded_perl
cp -f %{SOURCE29} exim_tmp/exim_sasl2_smtpd.conf
cp -f %{SOURCE30} exim_tmp/exim_logrotate_eximstats
cp -f %{SOURCE31} exim_tmp/exim_cron_exicyclog_eximstats
cp -f %{SOURCE32} exim_tmp/exim_sysconfig

# prepare docs
mkdir -p doc/html
mv exim-html-%{version}/doc/html/spec_html/* doc/html/

%build
%serverbuild

make CC="gcc %{ldflags}" \
    CFLAGS="%{optflags} -fPIC" \
    RPM_OPT_FLAGS="%{optflags} -fPIC"

# build SA-exim
pushd sa-exim-%{saversion}
perl -pi -e 's|\@lynx|HOME=/ /usr/bin/lynx|g;' Makefile
perl -pi -e 's|/usr/lib/exim4/local_scan|%{_libdir}/exim|g' INSTALL
make clean

make \
    SACONF=%{_sysconfdir}/exim/sa-exim.conf \
    CFLAGS="%{optflags}" \
    LDFLAGS="-shared -fPIC %{ldflags}"
popd

%install
# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

# make some directories
install -d %{buildroot}%{_sysconfdir}/{pam.d,exim,sysconfig,cron.weekly}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}/exim
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}/var/spool/exim/{db,input,msglog}
install -d %{buildroot}/var/run/exim
install -d %{buildroot}/var/log/exim
install -d %{buildroot}/%{_menudir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{tlsdir}/{certs,private,dhparam}

%makeinstall_std

pushd build-`scripts/os-type`-`scripts/arch-type`
    for i in convert4r3 convert4r4 exicyclog exigrep \
    exim exim_checkaccess exim_dbmbuild exim_dumpdb exim_fixdb \
    exim_lock eximstats exim_tidydb exinext exipick exiqgrep \
    exiqsumm exiwhat; do
	install -m0755 $i %{buildroot}%{_bindir}/
    done

%if %{with monitor}
    install -m0755 eximon %{buildroot}%{_bindir}/
    install -m0755 eximon.bin %{buildroot}%{_bindir}/
%endif

popd

# make some softlinks
ln -snf ../bin/exim %{buildroot}%{_prefix}/lib/sendmail.exim
ln -snf ../bin/exim %{buildroot}%{_sbindir}/exim
ln -snf exim %{buildroot}%{_sbindir}/sendmail.exim
ln -snf exim %{buildroot}%{_bindir}/mailq.exim
ln -snf exim %{buildroot}%{_bindir}/newaliases.exim
ln -snf exim %{buildroot}%{_bindir}/rmail.exim
ln -snf exim %{buildroot}%{_bindir}/rsmtp
ln -snf exim %{buildroot}%{_bindir}/rsmtp.exim
ln -snf exim %{buildroot}%{_bindir}/runq
ln -snf exim %{buildroot}%{_bindir}/runq.exim

# install SA-exim
install -m0644 sa-exim-%{saversion}/*.so %{buildroot}%{_libdir}/exim/
install -m0644 sa-exim-%{saversion}/*.conf %{buildroot}%{_sysconfdir}/exim/

pushd %{buildroot}%{_libdir}/exim
    strip sa-exim*.so
    strip accept.so
    ln -s sa-exim*.so sa-exim.so
popd

# install some other stuff
pushd mandriva
    install -m0644 exim.aliases %{buildroot}%{_sysconfdir}/exim/aliases
    install -m0755 exim.init %{buildroot}%{_initrddir}/exim
    install -m0644 exim.pam %{buildroot}%{_sysconfdir}/pam.d/smtp
popd

install -m0644 exim_tmp/exim_auth_pop3_imap.embedded_perl %{buildroot}%{_sysconfdir}/exim/exim_perl.pl
%if %{with sasl2}
install -d %{buildroot}%{_sysconfdir}/sasl2
install -m0644 exim_tmp/exim_sasl2_smtpd.conf %{buildroot}%{_sysconfdir}/sasl2/smtpd.conf
%endif
%if %{with logrotate}
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -m0644 exim_tmp/exim_logrotate_eximstats %{buildroot}%{_sysconfdir}/logrotate.d/exim
%else
install -m0755 exim_tmp/exim_cron_exicyclog_eximstats %{buildroot}%{_sysconfdir}/cron.weekly/exim
%endif
install -m0644 exim_tmp/exim_sysconfig %{buildroot}%{_sysconfdir}/sysconfig/exim

install -m644 doc/exim.8 %{buildroot}%{_mandir}/man8/exim.8

# Alias /eximstats /var/www/eximstats for Apache
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/eximstats.conf << EOF
Alias /eximstats /var/www/eximstats
<Directory /var/www/eximstats>
	Require all granted
	Options +Indexes
</Directory>
EOF

pod2man --center=EXIM --section=8 \
    %{buildroot}%{_bindir}/eximstats \
    %{buildroot}%{_mandir}/man8/eximstats.8

%if %{with monitor}
# Mandriva Icons
install -m0644 exim_monitor-48x48.png %{buildroot}%{_liconsdir}/%{name}-monitor.png
install -m0644 exim_monitor-32x32.png %{buildroot}%{_iconsdir}/%{name}-monitor.png
install -m0644 exim_monitor-16x16.png %{buildroot}%{_miconsdir}/%{name}-monitor.png

#menu-xdg
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}-monitor.desktop << EOXDG
[Desktop Entry]
Name=Exim Monitor
Comment=X11 monitor application for exim
Exec=%{_bindir}/eximon
Icon=%{name}-monitor
Terminal=false
Type=Application
Categories=Settings;Network;
EOXDG
%endif

# include more README files in %%doc
cp src/auths/README README.auths
cp src/lookups/README README.lookups
cp src/routers/README README.routers
cp src/transports/README README.transports
cp doc/README README.doc

# cleanup
rm -f %{buildroot}%{_bindir}/exim-%{version}*


%changelog
* Thu Sep 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.76-4
+ Revision: 89e1c80
- Build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1183 |14cr|exmap-console-0.4.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kernelname exmap

Summary:	Memory analysis tool
Name:		exmap-console
Version:	0.4.1
Release:	10
License:	GPLv2+
Group:		Development/Tools
Url:		http://projects.o-hand.com/exmap-console
Source0:	http://projects.o-hand.com/sources/exmap-console/%{name}-%{version}.tgz
Patch0:		exmap-console-0.4.1-no_module.patch
Patch1:		exmap-console-2.6.26.patch
BuildRequires:	help2man
BuildRequires:	readline-devel
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(glib-2.0)
Requires(post,preun):	dkms

%description
Exmap-console is a suite of command line applications developed around the
Exmap memory analysis tool. It is intended for use in situations where running
the Exmap GUI application is not feasible, for example, on embedded devices,
or when memory data needs to be saved for later examination.

The suite contains three applications: exmap client (exmap), exmap daemon
(exampd) and exmap remote server (exmapserver).

%files
%doc AUTHORS COPYING ChangeLog INSTALL README
%{_bindir}/*
%{_prefix}/src/%{kernelname}-%{version}

%post
dkms add -m %{kernelname} -v %{version} --rpm_safe_upgrade ||:
dkms build -m %{kernelname} -v %{version} --rpm_safe_upgrade ||:
dkms install -m %{kernelname} -v %{version} --rpm_safe_upgrade

%preun
dkms remove -m %{kernelname} -v %{version} --rpm_safe_upgrade --all ||:

#----------------------------------------------------------------------------

%prep
%setup -q 
%patch0 -p1
%patch1 -p2
sed -i 's/-lreadline/-ltermcap -lreadline/' configure.ac

%build
autoreconf -fi
%configure2_5x --disable-kernel-module
%make

%install
%makeinstall

# DKMS
######

install -d -m 755 %{buildroot}%{_prefix}/src
cp -a kernel %{buildroot}%{_prefix}/src/%{kernelname}-%{version}

cat > %{buildroot}%{_prefix}/src/%{kernelname}-%{version}/dkms.conf <<EOF

PACKAGE_VERSION="%{version}"

# Items below here should not have to change with each driver version
PACKAGE_NAME="%{kernelname}"
MAKE[0]="make -C \${kernel_source_dir} SUBDIRS=\${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build modules"
CLEAN="make clean"

BUILT_MODULE_NAME[0]="\$PACKAGE_NAME"
DEST_MODULE_LOCATION[0]="/kernel/3rdparty/\$PACKAGE_NAME/"

AUTOINSTALL=yes
REMAKE_INITRD=no

EOF


%changelog
* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 0.4.1-10
+ Revision: 99ee178
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1184 |14cr|exmplayer-3.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MPlayer GUI with thumbnail seeking and 3D Video support
Name:		exmplayer
Version:	3.8.0
Release:	4
License:	GPLv2+
Group:		Video
Url:		http://exmplayer.sourceforge.net/
Source0:	https://launchpadlibrarian.net/165380514/%{name}_%{version}.tar.gz
Patch0:		exmplayer-3.8.0-segfault.patch
Patch1:		exmplayer-3.8.0-click-pause.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	qt4-devel
Requires:	ffmpeg
Requires:	mplayer

%description
ExMplayer(Extended MPlayer) is a GUI front-end for MPlayer.

Version 3 introduces 3D video playback,wide variety of 3D video formats
supported. Volume booster with volume boost up to 5000%. It can play audio,
video, dvd files(.vob), vcd files(.mpg, .dat), mp4, mkv etc, supports network
streaming and subtitles. ExMplayer has many useful tools like audio converter,
audio extractor,media cutter.

%files
%{_bindir}/%{name}
%{_sysconfdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}_enqueue.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n ExMplayer
%patch0 -p1
%patch1 -p1

%build
cd src
%qmake_qt4
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 src/%{name} %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/%{name}
install -m 0644 linux_build/fmts %{buildroot}%{_sysconfdir}/%{name}/fmts
install -m 0644 linux_build/sc_default.xml %{buildroot}%{_sysconfdir}/%{name}/sc_default.xml

mkdir -p %{buildroot}%{_datadir}/applications
install -m 0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
install -m 0644 %{name}_enqueue.desktop %{buildroot}%{_datadir}/applications/%{name}_enqueue.desktop

mkdir -p %{buildroot}%{_datadir}/%{name}
ln -s %{_bindir}/ffmpeg %{buildroot}%{_datadir}/%{name}/ffmpeg

# install menu icons
for N in 16 32 48 64 128 256;
do
convert debian/%{name}.png -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.8.0-4
+ Revision: a51d3fa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1185 |14cr|exo-0.10.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)

%define major 0
%define api 1
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	An extension library to Xfce desktop environment
Name:		exo
Version:	0.10.2
Release:	5
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/exo/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.11.0
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.11.0
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(URI::file)
BuildRequires:	perl(URI::URL)

%description
This is libexo, an extension library to Xfce, developed by os-cillation.
While Xfce comes with quite a few libraries that are targeted at
desktop development, libexo is targeted at application development.

%files -f %{name}-%{api}.lang
%doc AUTHORS README ChangeLog TODO
%{_bindir}/exo*
%{_libdir}/xfce4/%{name}-%{api}/exo-helper-%{api}
%{_libdir}/xfce4/%{name}-%{api}/exo-compose-mail-%{api}
%{_datadir}/applications/*.desktop
%{_datadir}/xfce4/helpers/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_mandir}/man1/exo*
%{_datadir}/pixmaps/exo-%{api}/exo-thumbnail-frame.png

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	An extension library to Xfce
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{libname}
Main library for the libexo.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers, static libraries and documentation for libexo
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
Headers, static libraries and documentation for libexo.

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/%{name}-%{api}/
%{_libdir}/lib%{name}-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

# (tpg) already in %{_real_vendor}-xfce-config package
rm -rf %{buildroot}%{_sysconfdir}/xdg/xfce4/helpers.rc

%find_lang %{name}-%{api}


%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.2-5
+ Revision: f601bd0
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1186 |14cr|expedite-1.7.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Expedite Evas benchmark/test suite
Name:		expedite
Version:	1.7.9
Release:	3
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.fr/releases/%{name}-%{version}.tar.bz2
Source1:	%{name}.desktop
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(evas)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(directfb)
BuildRequires:	pkgconfig(libgdiplus)
BuildRequires:	pkgconfig(libxine)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(xcb-util)

%description
Expedite Evas benchmark/test suite.

%files
%doc AUTHORS COPYING* README
%{_bindir}/%{name}
%{_bindir}/expedite-cmp
%{_datadir}/%{name}
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-directfb \
	--disable-opengl-sdl

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications/
cp -vf %{SOURCE1} %{buildroot}%{_datadir}/applications/

mkdir -p %{buildroot}%{_datadir}/pixmaps
cp data/e.png %{buildroot}%{_datadir}/pixmaps/%{name}.png


%changelog
* Thu Sep 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.9-3
+ Revision: 324f80e
- Disable opengl-sdl for now as EFL moved to SDL2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1187 |14cr|expresso-0.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global enable_tests 1

Name:       expresso
Version:    0.9.2
Release:    1
Summary:    A lightweight, fast, test-driven development (TDD) framework for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/expresso
Source0:    http://registry.npmjs.org/expresso/-/expresso-%{version}.tgz
Source1:    expresso.1

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package
rm -rf deps/


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/expresso
cp -pr package.json \
    %{buildroot}%{nodejs_sitelib}/expresso
mkdir -p %{buildroot}{%nodejs_sitelib}/expresso/bin
install -p -D -m0755 bin/expresso \
    %{buildroot}%{nodejs_sitelib}/expresso/bin/expresso
mkdir -p %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/expresso/bin/expresso %{buildroot}/%{_bindir}/expresso

mkdir -p %{buildroot}%{_mandir}/man1
install -p -D -m0644 %{SOURCE1} \
    %{buildroot}%{_mandir}/man1/expresso.1

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
rm -f test/bar.test.js
rm -f test/foo.test.js
bin/expresso --growl
bin/expresso -I lib --cov
bin/expresso --serial test/serial/*.test.js
%endif


%files
%doc History.md Readme.md docs/
%{nodejs_sitelib}/expresso
%{_bindir}/expresso
%{_mandir}/man1/expresso.1*

%changelog
* Thu Sep 25 2014 Rosa <rosa@abf.rosalinux.ru> 0.9.2-1
+ Revision: 8249cc2
- Automatic import for version 0.9.2-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1188 |14cr|exquisite-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	This is a psplash replacement that is very simple and uses EFL
Name:		exquisite
Version:	1.0.0
Release:	5
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://enlightenment.org/
Source0: 	http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRequires:	edje
BuildRequires:	embryo
BuildRequires:	evas
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(ecore-con)
BuildRequires:	pkgconfig(ecore-evas)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eet)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(eio)
BuildRequires:	pkgconfig(evas)

%description
This is a psplash replacement that is very simple and uses EFL (Evas, Edje,
Ecore etc.) for display - thus having immensely powerful theme abilities
without needing any platform-specific compiled themes or modules. It is
compatible with psplash with the same message commands (and more). The
difference is that it requires libraries like evas, edje, ecore, eet and
embryo. These also have loadable modules of their own - thus this is not
perfect for systems that can not have these libraries available and working at
boot, but if you can, it is a lot more capable than other splash engines,
while still running in the framebuffer.

%files
%{_bindir}/*
%{_datadir}/exquisite/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-5
+ Revision: d0873e1
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1189 |14cr|ext2resize-1.1.19-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Ext2 fs resizer
Name:	 ext2resize
Version: 1.1.19
Release: 6
License: GPL
Group: System/Kernel and hardware
Url: http://ext2resize.sourceforge.net/
Source0: http://ext2resize.sourceforge.net/%{name}-%{version}.tar.bz2
Patch0:	ext2resize-1.1.19-blkgetsize64.patch
Obsoletes: ext2fs
Provides: ext2fs
BuildRequires:	pkgconfig(ext2fs)
#BuildRequires:	autoconf2.5

%description
ext2resize enable to enlarge or reduce a ext2 fs.

WARNING: this is BETA software.
You may lose data.
You have been warned
Save them before using ext2resize

WARNING: you should probably use resize2fs from e2fsprogs
         which is more robust.

%prep
%setup -q
%patch0 -p2 -b .blkgetsize64
# lib64 fixes, aka libuuid.a is in $(libdir) not /usr/lib
perl -pi -e "s@/usr/lib/(libuuid.a)@%{_libdir}/\1@g" \
	src/Makefile.am src/Makefile.in

%build
%configure2_5x
make

%install
chmod +r *
%makeinstall

install -d %{buildroot}%{_mandir}/man8
install -m 644 doc/*.8 %{buildroot}%{_mandir}/man8

%files
%doc AUTHORS COPYING ChangeLog INSTALL README
%{_sbindir}/*
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.19-6
+ Revision: 4a7724b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1190 |14cr|ext3grep-0.10.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ext3grep
Version:	0.10.2
Release:	2
Summary:	Investigation and recovery tool for ext3 filesystem
Group:		File tools
License:	GPLv2+
URL:		http://code.google.com/p/ext3grep/
Source0:	http://ext3grep.googlecode.com/files/ext3grep-%version.tar.gz
BuildRequires:	ext2fs-devel
Patch0:		ext3grep-0.10.1-gcc44.patch
Patch1:		ext3grep-0.10.2-include-unistd_h-for-sysconf.patch
Patch2:		ext3grep-0.10.2-new-e2fsprogs.diff

%description
A tool to investigate an ext3 file system for deleted content and
possibly recover it.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1

%build
# http://code.google.com/p/ext3grep/issues/detail?id=14
export CXX=%{_bindir}/g++

%configure2_5x
%make

%install
# Builds twice unless setting it here as well:
export CXX=%{_bindir}/g++
%makeinstall_std

%files
%doc NEWS README
%{_bindir}/ext3grep

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.2-2
+ Revision: abe924d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1191 |14cr|extace-1.9.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name     extace
%define title    eXtace
%define mainname %{name}
%define alsaname %{name}-alsa
%define ossname	 %{name}-oss
%define version  1.9.6
%define release  6
%define descr    %{title} - An Extace Waveform Viewer
%define summalsa %{descr} with ALSA support
%define summoss  %{descr} without ALSA support
%define group    Sound
%define section  Multimedia/%{group}
%define iconname multimedia_section.png
# Change to 1 if ALSA compiles cleanly again
%define buildalsa 0

Summary:         Visual sound display/analysis program
Name:            %{name}
Version:         %{version}
Release:         %{release}
Source:          %{name}-%{version}.tar.bz2
Patch0:		 extace-1.9.6-desktop-file.patch
License:	 GPL
Group:           %{group}
BuildRoot:       %{tmppath_}/%{name}-%{version}-%{release}-buildroot
Requires:        gnome-libs >= 1.0.11, esound
BuildRequires:   fftw3-devel
BuildRequires:   alsa-lib
BuildRequires:   coreutils
BuildRequires:   perl
BuildRequires:   gtk-devel
BuildRequires:   esound-devel
BuildRequires:   imlib-devel
BuildRequires:   gdkimlib-devel
BuildRequires:   desktop-file-utils
BuildRequires:   imagemagick
#Obsoletes:       %{alsaname}
URL:		 http://extace.sf.net

%description
eXtace is a visual sound display/analysis program for the Gnome Desktop
environment (though it works under other environments as long as gnome/esd
installed and used). Requires ESD to function. Includes
various fourier transforms of the audio data in real-time. Displays include
3D textured flying landscape, 16-128 channel graphic EQ, scope, and a 3D
pointed flying landscape. All aspects of the display are fully configurable,
even the axis placement. 

%if %{buildalsa}
This version is for users who don't use ALSA.
%endif

%if %{buildalsa}
%package alsa
Summary:         %{summalsa}
Group:           %{group}
Obsoletes:       %{mainname}

%description alsa
eXtace is a visual sound display/analysis program for the Gnome Desktop
environment (though it works under other environments as long as gnome/esd
or ALSA is installed and used). Requires ESD or ALSA to function. Includes
various fourier transforms of the audio data in real-time. Displays include
3D textured flying landscape, 16-128 channel graphic EQ, scope, and a 3D
pointed flying landscape. All aspects of the display are fully configurable,
even the axis placement. 

This version is for users who use ALSA.
%endif

%prep
# remove build directories.  better do it by hand as I later on move
# them around
rm -fr $RPM_BUILD_DIR/%{name}-%{version} $RPM_BUILD_DIR/%{alsaname}

# Unpack main source
%setup -q
%patch0 -p1

%if %{buildalsa}
	# Copy source tree to dir %{alsaname} for later building the alsa version
	cp -a $RPM_BUILD_DIR/%{name}-%{version} $RPM_BUILD_DIR/%{alsaname}
%endif

%build
# First build the normal/OSS version, and force to ignore ALSA even if present
%configure2_5x --disable-alsa --disable-rpath
# Remove ALSA support from this build
perl -pi -e 's|(^#define HAVE_ALSA.*$)|/* $1 */|' config.h
for f in {extace,.}/Makefile ; do
	perl -pi -e 's|(^ALSA_LIBS\s+=\s+).*$|$1|' $f
	perl -pi -e 's|-lasound||' $f
done
%make

%if %{buildalsa}
	# Now build the ALSA version.  ALSA support is built by default if available
	cd $RPM_BUILD_DIR/%{alsaname}
	%configure2_5x --disable-rpath
	%make
%endif

%install
rm -rf %buildroot

# First install the OSS version
%makeinstall

mkdir -p %{buildroot}%{_bindir}

# Use /etc/alternatives to have it point to the right binary
# The "normal" one is named extace-oss, the alsa bin is called extace-alsa
mv %{buildroot}%{_bindir}/%{name} %buildroot%{_bindir}/%{ossname}

%if %{buildalsa}
	# And now install the alsa version
	cd $RPM_BUILD_DIR/%{alsaname}
	%makeinstall
	# Rename the binary so that it doesn't overwrite the pointer to /etc/alternatives
	mv %{buildroot}%{_bindir}/%{name} %buildroot%{_bindir}/%{alsaname}
%endif

mkdir -p %buildroot%_datadir/applications/
desktop-file-install --vendor='' \
	--dir=%buildroot%_datadir/applications/ \
	%buildroot%_datadir/gnome/apps/Multimedia/extace.desktop

rm -f %buildroot%_datadir/gnome/apps/Multimedia/extace.desktop

mkdir -p %buildroot%_iconsdir/
convert src/logo.xpm %buildroot%_iconsdir/%{name}.png

%post
# Update /etc/alternatives to point to the right binary file
update-alternatives --install %{_bindir}/%{name} %{name} %{_bindir}/%{ossname} 100

# Only in Mandriva:
# Update menus
%if %mdkversion < 200900
%{update_menus}
%endif

%postun
update-alternatives --remove %{name} %{_bindir}/%{ossname}

# Only in Mandriva:
# Remove the menu entry
%if %mdkversion < 200900
%{clean_menus}
%endif

%if %{buildalsa}
	%post alsa
	# Update /etc/alternatives to point to the right binary file
	update-alternatives --install %{_bindir}/%{name} %{name} %{_bindir}/%{alsaname} 200

	# Only in Mandriva:
	# Update menus
%if %mdkversion < 200900
	%{update_menus}
%endif

	%postun alsa
	update-alternatives --remove %{name} %{_bindir}/%{alsaname}

	# Only in Mandriva:
	# Remove the menu entry
%if %mdkversion < 200900
	%{clean_menus}
%endif
%endif

%clean
rm -rf %buildroot

%files
%defattr(-,root,root,0755)
%doc TODO AUTHORS CREDITS NEWS ChangeLog README
%{_bindir}/%{ossname}
%{_datadir}/applications/extace.desktop
%{_iconsdir}/*.png

%if %{buildalsa}
%files alsa
%defattr(-,root,root,0755)
%{_bindir}/%{alsaname}
%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.6-6
+ Revision: acf1a35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1192 |14cr|extra-cmake-modules-0.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 1

Name:		extra-cmake-modules
Summary:	KDE cmake extra modules
Group:		Graphical desktop/KDE
Version:	0.0.1
Release:	2
License:	GPL
URL:		https://projects.kde.org/projects/kdesupport/extra-cmake-modules
Source0:	ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}%{?!git:-%{version}}.tar.xz
Patch0:		extra-cmake-modules-0.0.1-fix-man-path.patch
BuildArch:	noarch
BuildRequires:	cmake

%description
KDE cmake extra modules.

%files
%{_datadir}/%{name}-%{version}/
%{_mandir}/man1/%{name}.1.xz

#--------------------------------------------------------------------
%prep
%setup -q%{?git:n %{name}}
%patch0 -p0 -b .fix-man-path

%build
%cmake
%make

%install
rm -fr %{buildroot}
%makeinstall_std -C build





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-2
+ Revision: ca07073
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1193 |14cr|extract-xiso-2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		extract-xiso
Version:	2.5
Release:	2
Summary:	A backup tool for creating and extracting disc image .iso's of XBox games
License:	BSD
Group:		Archiving/Backup
URL:		http://sourceforge.net/projects/extract-xiso
Source0:	%{name}_v%{version}_src.tgz

%description
A backup tool for creating and extracting disc image .iso's of XBox games.
For more details see: http://sourceforge.net/projects/extract-xiso

%prep
%setup -q -n %{name}

%build
%setup_compile_flags
gcc -D__LINUX__ $CFLAGS $LDFLAGS extract-xiso.c libftp-*/*.c -o extract-xiso

%install
%__rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_bindir}
%__cp %{name} %{buildroot}%{_bindir}/

%clean
%__rm -rf %{buildroot}

%files
%doc LICENSE.TXT README.TXT
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5-2
+ Revision: 206f6d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1194 |14cr|extremetuxracer-0.5-0.beta.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gname	etracer

Name:		extremetuxracer
Version:	0.5
Release:	0.beta.7
Summary:	OpenGL racing game featuring Tux
License:	GPLv2
Group:		Games/Arcade
URL:		http://www.extremetuxracer.com/
Source0:	http://downloads.sourceforge.net/extremetuxracer/%{name}-%{version}beta.tar.gz
Patch0:		extremetuxracer-0.5-defaultopt.patch
Patch1:		extremetuxracer-0.5-link.patch
Patch2:		extremetuxracer-0.5-install.patch
Patch3:		extreme-tuxracer-0.5beta-libpng15.patch
Requires:	squirrel
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(glu)
BuildRequires:	texinfo
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	squirrel
BuildRequires:	tcl-devel
BuildRequires:	libsquirrel-devel

Provides:	tuxracer = %{version}-%{release}

%description
Extreme Tux Racer is an OpenGL racing game featuring Tux, the Linux
mascot. The goal of the game is to slide down a snow- and ice-covered
mountain as quickly as possible.  It is based on the GPL version of
TuxRacer.

%prep
%setup -q -n extreme-tuxracer-%{version}beta
%patch0 -p1 -b .defaultopt
%patch1 -p0 -b .link
%patch2 -p0 -b .install
%patch3 -p1 -b .libpng
unzip %{gname}icons.zip

%build
autoreconf -fi
CFLAGS="%{optflags} -O3 -ffast-math" \
CXXFLAGS="%{optflags} -O3 -ffast-math" \
%configure2_5x	--bindir=%{_gamesbindir} \
		--with-data-dir=%{_gamesdatadir}/%{name}\
		--datadir=%{_gamesdatadir} \
		--disable-debug
%make

%install
%makeinstall_std

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Extreme Tux Racer
Comment=OpenGL racing game featuring Tux
Exec=%{_gamesbindir}/%{gname}
Icon=%{gname}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

for r in 16 22 32 48; do
    install -D %{gname}icons/%{gname}icon_${r}.png %{buildroot}%{_datadir}/icons/hicolor/${r}x${r}/apps/%{gname}.png
done
install -D %{gname}icon.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{gname}.svg

%find_lang %{gname}

cat > README.urpmi << EOF

---------------------------Description-------------------------------------

Extreme Tux Racer is an OpenGL racing game featuring Tux, 
the Linux mascot. The goal of the game is to slide down 
a snow- and ice-covered mountain as quickly as possible. 
It is based on the GPL version of TuxRacer.

-----------------------------Warning--------------------------------------- 

It might occurs that etracer won t start,
in that case you need to edit ~/.ppracer/options
and adjust values to your hardware configuration.

---------------------------DescriptionFR-----------------------------------
Extreme Tux Racer est un jeu OpenGL avec en hero Tux la 
masctotte Linux. Le but de ce jeu est de faire descendre Tux 
le plus rapidement possible de pistes pentues et recouvertes de neige et
de glace.
Ce jeu est bas? sur la version GPL de TuxRacer.

-----------------------------Attention-------------------------------------

Il est possible que etracer ne demarre pas.
Dans ce cas il vous faudra editer le fichier ~/.ppracer/options
et changer les valeurs pour qu elles soient correctes avec votre
configuration materielle.

---------------------------------------------------------------------------
EOF

%files -f %{gname}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README.urpmi
%{_gamesdatadir}/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{gname}.*
%attr(755,root,root) %{_gamesbindir}/%{gname}




%changelog
* Tue Aug 28 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5-0.beta.7
+ Revision: 77ffe26
- LOG Fix BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1195 |14cr|eyelight-0.5.0-0.68638.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svnrev 68638

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Eyelight is a simple EFL based presentation tool
Name:		eyelight
Version:	0.5.0
Release:	0.%{svnrev}.3
License:	GPLv2+
Group:		Graphical desktop/Enlightenment
Url:		http://enlightenment.org/
Source0: 	%{name}-%{version}.%{svnrev}.tar.xz
Patch0:		eyelight-header.patch
BuildRequires:	doxygen
BuildRequires:	edje
BuildRequires:	embryo
BuildRequires:	evas
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eet)
BuildRequires:	pkgconfig(emotion)
BuildRequires:	pkgconfig(libpng)

%description
Eyelight is a simple EFL based presentation tool.

%files
%{_bindir}/*
%{_datadir}/%{name}/themes/default/fonts/*
%{_datadir}/%{name}/themes/default/theme.edj
%{_datadir}/%{name}/themes/default/transition/*.edc
%{_datadir}/%{name}/viewer/*.ttf

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Eyelight library
Group:		System/Libraries

%description -n %{libname}
This package contains the dynamic libraries from %{name}.

%files -n %{libname}
%{_libdir}/libeyelight.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Eyelight headers, libraries, documentation and test programs
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Headers and libraries from %{name}.

%files -n %{devname}
%{_libdir}/libeyelight.so
%{_includedir}/*
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p1

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-static
%make LIBS='-leet'

%install
%makeinstall_std


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 0.5.0-0.68638.3
+ Revision: 62724ec
- Add patch to fix build with new EFL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1196 |14cr|ezusbmidi-2002_10_20-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Firmware drivers for EZUSB MIDI devices
Name:		ezusbmidi
Version:	2002_10_20
Release:	12
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://linux-hotplug.sourceforge.net
Source0:	%{name}-%{version}.tar.bz2
Patch0:		ezusbmidi-2002_10_20-sdcc33.patch
Patch1:		ezusbmidi-2002_10_20-udev.patch
BuildRequires:	linuxdoc-tools
BuildRequires:	sdcc
Requires:	fxload
Requires:	udev
BuildArch:	noarch

%description
This program is an USB-MIDI compliant firmware for the EZUSB chip
(AN2131SC) developed to make an USB-MIDI adapter to run with Linux.
It runs with these USB-MIDI devices:
- Midiman Midisport 1x1
- Midiman Midisport 2x2
- Midiman Midisport UNO
- Steinberg USB-2-MIDI

%files
%doc AUTHORS COPYING ChangeLog descriptor.png KnownBugs README *.html
%{_sysconfdir}/udev/rules.d/*
%{_datadir}/usb/ezusbmidi

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
make

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2002_10_20-12
+ Revision: ed947f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1197 |14cr|f2c-20031026-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: The f2c Fortran to C/C++ conversion program and static libraries
Name: f2c
Version: 20031026
Release: 5
License: Distributable
Group: Development/Other
Source: f2c.tar
Patch0: f2c-20031026.patch 
URL: http://netlib.org/f2c/
BuildRequires: unzip
Obsoletes: f2c-libs

%description
F2c converts Fortran 77 source code to C or C++ source files. If no
Fortran files are named on the command line, f2c can read Fortran from
standard input and write C to standard output.


%prep
%setup -q -n %{name}
unzip libf2c.zip
%patch0 -p1  -b .tim

%build
%ifarch axp
MFLAG=-mieee
%endif

mkdir -p $RPM_BUILD_DIR/f2c-%{version}/libf2c/PIC

cp src/makefile.u src/Makefile
cp libf2c/makefile.u libf2c/Makefile
make -C src RPM_OPT_FLAGS="$RPM_OPT_FLAGS" MFLAG="$MFLAG" f2c
make -C libf2c RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC" MFLAG="$MFLAG" 

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1
install -m 644 libf2c/libf2c.a %{buildroot}%{_libdir}
install -m 644 f2c.h %{buildroot}%{_includedir}
install -s -m 755 src/f2c %{buildroot}%{_bindir}/f2c
install -m 644 src/f2c.1t %{buildroot}/%{_mandir}/man1/f2c.1
install -m 755 libf2c/libf2c.so.0.22 %{buildroot}%{_libdir}
ln -sf libf2c.so.0.22 %{buildroot}%{_libdir}/libf2c.so

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc f2c.ps readme permission disclaimer changes src/Notice src/README
%{_bindir}/*
%{_libdir}/libf2c.so.*
%{_mandir}/man1/f2c.1*
%{_includedir}/*
%{_libdir}/libf2c.a
%{_libdir}/libf2c.so

%clean
rm -rf %{buildroot}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20031026-5
+ Revision: a99a22f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1198 |14cr|faces-penguin-0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	faces-penguin
%define	version 0.1
%define release	9

Summary:	Penguin face icons
Name:		%name
Version:	%version
Release:	%release
License:	GPL
Group:		System/Configuration/Other	
Source0:	%name-%version.tar.bz2
BuildRoot:	%_tmppath/%name-buildroot
BuildArch:	noarch

%description
Penguin faces from previous Mandriva Linux releases.

%prep

%setup -q


%install
rm -rf $RPM_BUILD_ROOT

install -d %{buildroot}/%{_datadir}/mdk/faces
install -m644 olddefault.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 root.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 tuxbaby.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 tuxbox.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 tuxcoocker.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 tuxdad.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 tuxegg.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 tuxgirl.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 tuxhead1.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 tuxhead2.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 tuxmam.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 tuxmecano.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 tux.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 user-brunette-mdk.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 user-curly-mdk.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 user-olddefault-mdk.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 user-girl-mdk.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 user-hat-mdk.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 user-tie-mdk.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 user-woman-blond-mdk.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 utildame.png %{buildroot}/%{_datadir}/mdk/faces
install -m644 utilmons.png %{buildroot}/%{_datadir}/mdk/faces

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/mdk/faces/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-9
+ Revision: 2a6a9bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1199 |14cr|faenza-icon-theme-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		faenza-icon-theme
Version:	1.3
Release:	2
Summary:	Faenza icon theme
Group:		Graphical desktop/Other
License:	GPLv3+
URL:		http://tiheum.deviantart.com/art/Faenza-Icons-173323228
Source0:	http://faenza-icon-theme.googlecode.com/files/%{name}_%{version}.zip

Requires(post):	gtk+2
Requires(postun):	gtk+2
BuildRequires:	icon-naming-utils >= 0.8.7
Requires:	gnome-icon-theme
Requires:	tango-icon-theme
Requires:	gnome-themes

BuildArch:	noarch

%description
This icon theme for Gnome provides monochromatic icons for panels, 
toolbars and buttons and colourful squared icons for devices, 
applications, folder, files and Gnome menu items.

Four themes are included to fit with light or dark themes/panels.

%prep
%setup -q -c
for f in Faenza Faenza-Ambiance Faenza-Dark Faenza-Darker Faenza-Darkest Faenza-Radiance
do
    tar xzf ${f}.tar.gz
done

%install
find Faenza* -type d -exec chmod 755 {} \;
find Faenza* -type f -exec chmod 644 {} \;
install -d -m 755 %{buildroot}%{_iconsdir}
mv Faenza* %{buildroot}%{_iconsdir}
touch %{buildroot}%{_iconsdir}/Faenza/icon-theme.cache
touch %{buildroot}%{_iconsdir}/Faenza-Ambiance/icon-theme.cache
touch %{buildroot}%{_iconsdir}/Faenza-Dark/icon-theme.cache
touch %{buildroot}%{_iconsdir}/Faenza-Darker/icon-theme.cache
touch %{buildroot}%{_iconsdir}/Faenza-Darkest/icon-theme.cache
touch %{buildroot}%{_iconsdir}/Faenza-Radiance/icon-theme.cache

%post
%update_icon_cache Faenza
%update_icon_cache Faenza-Ambiance
%update_icon_cache Faenza-Dark
%update_icon_cache Faenza-Darker
%update_icon_cache Faenza-Darkest
%update_icon_cache Faenza-Radiance

%postun
%clean_icon_cache Faenza
%clean_icon cache Faenza-Ambiance
%clean_icon_cache Faenza-Dark
%clean_icon_cache Faenza-Darker
%clean_icon_cache Faenza-Darkest
%clean_icon_cache Faenza_Radiance

%files
%defattr(0644,root,root,0755)
%{_iconsdir}/Faenza*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-2
+ Revision: 79aea9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1200 |14cr|fail2ban-0.8.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ban IPs that make too many password failures

Name:		fail2ban
Version:	0.8.6
Release:	3
License:	GPLv2+
Group:		System/Configuration/Networking
URL:		http://fail2ban.sourceforge.net/
Source0:	https://github.com/downloads/fail2ban/fail2ban/%{name}_%{version}.orig.tar.gz
Source1:	%{name}.service
Patch0:		%{name}-0.8.2-jail-conf.patch
Patch2:		fail2ban_0.8.6-fix-init-script.patch
Patch3:		fail2ban_0.8.6-log-actions-to-SYSLOG.patch
Patch4:		fail2ban-0.8.6-fix-dict.patch
Requires(pre):	rpm-helper
BuildRequires:	python-devel
Requires:	python		>= 2.5
Requires:	tcp_wrappers	>= 7.6-29
Requires:	iptables	>= 1.3.5-3
Suggests:	python-gamin
BuildRequires:  python-devel
BuildArch:	noarch
BuildRequires:	systemd-units
Requires(post,preun): systemd-units


%description
Fail2Ban scans log files like /var/log/secure and bans IP that makes
too many password failures. It updates firewall rules to reject the IP
address. These rules can be defined by the user. Fail2Ban can read
multiple log files including sshd or Apache web server logs.

%prep
%setup -qn fail2ban-fail2ban-a20d1f8
%patch0 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
%serverbuild_hardened
env CFLAGS="%{optflags}" python setup.py build

pushd man
sh generate-man
popd

%install
python setup.py install --root=%{buildroot}

install -d %{buildroot}/%{_mandir}/man1
install man/*.1 %{buildroot}%{_mandir}/man1/
mkdir -p %{buildroot}%{_unitdir}
install -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

install -d %{buildroot}/%{_var}/run/%{name}

%post
%_post_service fail2ban

%preun
%_preun_service fail2ban

%files
%doc ChangeLog README TODO
%{_unitdir}/%{name}.service
%{_bindir}/%{name}-*
%config(noreplace) %{_sysconfdir}/%{name}/*.conf
%config(noreplace) %{_sysconfdir}/%{name}/action.d/*.conf
%config(noreplace) %{_sysconfdir}/%{name}/filter.d/*.conf
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/action.d
%dir %{_sysconfdir}/%{name}/filter.d
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/client
%dir %{_datadir}/%{name}/server
%dir %{_datadir}/%{name}/common
%ghost %dir %{_var}/run/%{name}
%{_datadir}/%{name}/client/*.py*
%{_datadir}/%{name}/server/*.py*
%{_datadir}/%{name}/common/*.py*
%{_datadir}/%{name}/*-info
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.6-3
+ Revision: bad57c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1201 |14cr|fake-1.1.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Switches in redundant servers using arp spoofing
Name:		fake
Version:	1.1.11
Release:	4
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.vergenet.net/linux/fake/
Source0:	http://www.vergenet.net/linux/fake/download/%{version}/%{name}-%{version}.tar.gz

%description
Fake is a utility that enables the IP address be taken over
by bringing up a second interface on the host machine and
using gratuitous arp. Designed to switch in backup servers
on a LAN.

%files
%defattr(644,root,root,755)
%doc COPYING AUTHORS README ChangeLog docs/* instance_config/* heartbeat/fake
%defattr(-,root,root)
%{_prefix}/sbin/*
%{_mandir}/man8/*
%dir %{_sysconfdir}/fake
%config(noreplace) %{_sysconfdir}/fake/instance_config
%config(noreplace) %{_sysconfdir}/fake/.fakerc
%config(noreplace) %{_sysconfdir}/fake/clear_routers
%{_prefix}/lib/heartbeat/fake

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make patch
%make CC="gcc %{optflags}"

%install
make ROOT_DIR=%{buildroot} MAN8_DIR=%{buildroot}%{_mandir}/man8 install
rm -rf %{buildroot}%{_prefix}/doc/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.11-4
+ Revision: db825aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1202 |14cr|fakechroot-2.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A chroot-like wrapper for non-privileged users
Name:		fakechroot
Version:	2.16
Release:	2
Group:		File tools
License:	GPLv2+
URL:		https://github.com/fakechroot/fakechroot/wiki
Source0:	https://github.com/downloads/%{name}/%{name}/%{name}-%{version}.tar.gz

%description 
fakechroot runs a command in an environment were is additional possibility
to use chroot(8) command without root privileges. This is useful for
allowing users to create own chrooted environment with possibility to
install another packages without need for root privileges.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'


%files
%doc README NEWS LICENSE
%{_bindir}/%{name}
%{_bindir}/ldd.%{name}
%{_sbindir}/chroot.%{name}
%{_mandir}/man1/%{name}*
%{_libdir}/%name/*.so
%{_sysconfdir}/%name/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.16-2
+ Revision: 076717e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1203 |14cr|fanout-0.6.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.6.1
Summary:	Fanout lets you run commands on multiple remote machines simultaneously
Name:		fanout
Version:	%{version}
Release:	9
License:	GPL
Group:		Networking/Remote access
Source:		http://www.stearns.org/fanout/fanout-%{version}.tar.bz2
URL:		http://www.stearns.org/fanout/
BuildRoot:	%{_tmppath}/%{name}-%{version}-build
Buildarch:	noarch
requires:	xterm

%description
Fanout allows you to run non-interactive commands on remote
machines simultaneously, collecting the output in an organized fashion.

%prep
%setup
#%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
#%make DESTDIR=$RPM_BUILD_ROOT install
echo $RPM_BUILD_DIR
cp -avf $RPM_BUILD_DIR/%name-%version/fanout $RPM_BUILD_ROOT/%{_bindir}
cp -avf $RPM_BUILD_DIR/%name-%version/fanterm $RPM_BUILD_ROOT/%{_bindir}
cp -avf $RPM_BUILD_DIR/%name-%version/fanmux $RPM_BUILD_ROOT/%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING CREDITS ChangeLog Makefile
%attr(755,root,root) %{_bindir}/fanmux
%attr(755,root,root) %{_bindir}/fanout
%attr(755,root,root) %{_bindir}/fanterm





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-9
+ Revision: 90c31fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1204 |14cr|fapg-0.41-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
#define debug_package	%{nil}


%define name fapg
%define version 0.41
%define release 2

Summary: Fast Audio Playlist Generator
Name: %{name}
Version: %{version}
Release: %{release}
Group: Sound
License: GPLv2
Url: http://royale.zerezo.com/fapg/
Source: http://royale.zerezo.com/%{name}/%{name}-%{version}.tar.gz
Buildrequires:	pkgconfig(liburiparser)
Buildrequires:	gawk

%description
FAPG is a tool to generate list of audio files (Wav, MP3, Ogg, etc)
in various formats (M3U, PLS, HTML, etc).

%prep 
%setup -q

%build 
%configure2_5x
make

%install 
%makeinstall_std

rm -rf $RPM_BUILD_ROOT%{_docdir}/


%files 
%doc COPYING README
%{_bindir}/fapg
%{_mandir}/man1/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.41-2
+ Revision: d913cce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1205 |14cr|fastdup-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fastdup
Version:	0.3
Release:	2
Group:		Archiving/Backup
License:	GPLv3+
Summary:	Find copies of the same file
Url:		http://sourceforge.net/projects/fastdup/
Source0:	http://downloads.sourceforge.net/project/fastdup/fastdup/0.3%20alpha/fastdup-0.3.tar.bz2
Patch0:		fastdup-0.3-install-path.patch

%description
FastDup is a tool to find copies of the same file within directory tree(s),
designed for maximum speed and efficiency unlike most similar tools. Where
many similar tools rely on checksums or hashes of files, or simple comparisons,
fastdup uses a number of cleverly optimized tricks to reduce the number of
actual comparisons necessary, and as a result can scan large sets of data
extremely quickly compared to alternatives.

%prep
%setup -q
%patch0 -p1

%build
%make

%install
mkdir -p %{buildroot}/usr/bin
%makeinstall_std

%files
%{_bindir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: ac91d65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1206 |14cr|fatpack-0.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-FatPacker
%define upstream_version 0.010000

Name:       fatpack
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Pack your dependencies onto your script file

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel

BuildArch: noarch

%description
Pack your dependencies onto your script file
Command line frontend for App::FatPacker  

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_bindir}/fatpack
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-3
+ Revision: 554b48b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1207 |14cr|fatrat-1.2.0-0.beta2.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta beta2

Summary:	Download manager for Linux with the help of the Qt4 library
Name:		fatrat
Version:	1.2.0
Release:	0.%{beta}.2
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://fatrat.dolezel.info/
Source0:	http://www.dolezel.info/download/data/fatrat/%{name}-%{version}_%{beta}.tar.xz
Patch0:		fatrat-headers.patch
Patch10:	fatrat-remove-java-applet.patch
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	gloox-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(libtorrent-rasterbar)
BuildRequires:	pkgconfig(pion-net)
BuildRequires:	pkgconfig(QtWebKit)
Requires:	qt4-common
Suggests:	fatrat-czshare
Suggests:	fatrat-opensubtitles
Suggests:	fatrat-unpack

%description
FatRat is an open source download manager for Linux/Unix systems written
in C++ with the help of the Trolltech Qt 4 library. It is rich in features
and is continuously developed.

%files -f %{name}.lang
%{_datadir}/%{name}/AUTHORS
%{_datadir}/%{name}/INSTALL
%{_datadir}/%{name}/LICENSE
%{_datadir}/%{name}/README
%{_datadir}/%{name}/TRANSLATIONS
%{_bindir}/fatrat
%{_bindir}/fatrat-conf
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/data/btsearch/
%{_datadir}/%{name}/data/css/*
%{_datadir}/%{name}/data/btlinks.txt
%{_datadir}/%{name}/data/bttrackers.txt
%{_datadir}/%{name}/data/defaults.conf
%{_datadir}/%{name}/data/genssl.*
%{_datadir}/%{name}/data/mirrors.txt
%{_mandir}/man1/%{name}*
%{_datadir}/%{name}/data/remote/*

#----------------------------------------------------------------------------

%package devel
Summary:	Fatrat development files
Group:		Development/C++

%description devel
This package contains header files required for development.

%files devel
%{_includedir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}_%{beta}
%patch0 -p1

# remove Java web-interface applet
rm -rf data/remote/applet.html data/remote/applet/
%patch10 -p1

%build
%cmake_qt4 \
	-DCMAKE_EXE_LINKER_FLAGS="-lpthread -lssl -lcrypto -lboost_system -lboost_filesystem -lboost_thread -llog4cpp" \
	-DWITH_BITTORRENT=ON \
	-DWITH_CURL=ON \
	-DWITH_JABBER=ON \
	-DWITH_JPLUGINS=OFF \
	-DWITH_NLS=ON \
	-DWITH_WEBINTERFACE=ON

%make

%install
cp build/config.h .
%makeinstall_std -C build

%find_lang %{name} --with-qt



%changelog
* Fri Jun 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-0.beta2.2
+ Revision: d24e6ae
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1208 |14cr|fatrat-czshare-1.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	CZShare plugin for FatRat
Name:		fatrat-czshare
Version:	1.1.3
Release:	3
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://fatrat.dolezel.info/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	fatrat-devel
Requires:	fatrat

%description
FatRat is an open source download manager for Linux/Unix systems written
in C++ with the help of the Qt4 library. It is rich in features and is
continuously developed.

%files
%{_libdir}/fatrat/plugins/libfatrat-czshare.so
%{_docdir}/%{name}/TRANSLATIONS

#----------------------------------------------------------------------------

%prep
%setup -q
sed s,lib/fatrat/plugins,%{_lib}/fatrat/plugins,g -i CMakeLists.txt

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-3
+ Revision: 4818f42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1209 |14cr|fatrat-opensubtitles-1.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	OpenSubtitles plugin for FatRat
Name:		fatrat-opensubtitles
Version:	1.1.3
Release:	3
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://fatrat.dolezel.info/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	fatrat-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(zlib)
Requires:	fatrat

%description
FatRat is an open source download manager for Linux/Unix systems written
in C++ with the help of the Qt4 library. It is rich in features and is
continuously developed.

%files
%{_libdir}/fatrat/plugins/lib%{name}.so
%{_docdir}/%{name}/TRANSLATIONS

#----------------------------------------------------------------------------

%prep
%setup -q
sed s,lib/fatrat/plugins,%{_lib}/fatrat/plugins,g -i CMakeLists.txt

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-3
+ Revision: be406db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1210 |14cr|fatrat-unpack-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	UnPack plugin for FatRat
Name:		fatrat-unpack
Version:	1.1.3
Release:	2
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://fatrat.dolezel.info/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	fatrat-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libzip)
Requires:	fatrat
Requires:	libzip

%description
FatRat is an open source download manager for Linux/Unix systems written in C++
with the help of the Trolltech Qt 4 library. It is rich in features and is
continuously developed.

Unpack or pipe RAR (and ZIP optionally) archives inside the application.

%files
%{_libdir}/fatrat/plugins/libfatrat-unpack.so
%{_datadir}/fatrat/data/plugins/%{name}/pipecmds
%{_docdir}/%{name}/TRANSLATIONS
%{_docdir}/%{name}/3RDPARTIES

#----------------------------------------------------------------------------

%prep
%setup -q
sed s,lib/fatrat/plugins,%{_lib}/fatrat/plugins,g -i CMakeLists.txt

%build
%cmake_qt4 \
	-DWITH_ZIP=ON
cp config.h ..
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-2
+ Revision: 981df1c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1211 |14cr|faust-0.9.67-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Faust AUdio Stream (real-time audio signal processing language)

Name:		faust
Version:	0.9.67
Release:	2
License:	GPLv2+ and BSD
Group:		Development/Other
Url:		http://faust.grame.fr/
Source0:	http://sourceforge.net/projects/faudiostream/files/%{name}-%{version}.zip
Source1:	faust.rpmlintrc
BuildRequires:	doxygen
BuildRequires:	graphviz
Requires:	glitz
Suggests:	jackit
Suggests:	csound
Suggests:	octave

%description
Faust AUdio STreams is a functional programming language for real-time audio
signal processing. Its programming model combines two approaches : functional
programming and block diagram composition. You can think of FAUST as a
structured block diagram language with a textual syntax.

FAUST is intended for developers who need to develop efficient C/C++ audio
plugins for existing systems or full standalone audio applications. Thanks to
some specific compilation techniques and powerful optimizations, the C++ code
generated by the Faust compiler is usually very fast. It can generally compete
with (and sometimes outperform) hand-written C code.

Programming with FAUST is somehow like working with electronic circuits and
signals. A FAUST program is a list of definitions that defines a signal
processor block-diagram: a piece of code that produces output signals
according to its input signals (and maybe some user interface parameters)

%files
%doc COPYING README examples
%{_bindir}/%{name}
%{_bindir}/%{name}path
%{_bindir}/%{name}optflags
%{_libdir}/%{name}
%{_includedir}/%{name}

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}

License:	GPLv2+
Group:		Development/Other
BuildArch:	noarch

%description doc
Faust AUdio STreams is a functional programming language for real-time audio
signal processing. This package provides documentation files to help with
writing programs with faust.

%files doc
%doc documentation/*
%doc dox

#----------------------------------------------------------------------------

%package tools
Summary:	3rd party tools written for %{name}

License:	GPLv2+
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description tools
Faust AUdio STreams is a functional programming language for real-time audio
signal processing. These additional tools are provided by various contributors
to help the building process of applications and plugins with Faust.

%files tools
%doc tools/README README.supercollider README.appls
%{_bindir}/%{name}2*

#----------------------------------------------------------------------------

%package kate
Summary:	Kate/Kwrite plugin for %{name}

License:	GPLv2+
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description kate
Faust AUdio STreams is a functional programming language for real-time audio
signal processing. This package provides Faust code syntax highlighting support
for KDE's Kate/Kwrite.

%files kate
%doc syntax-highlighting/README
%{_datadir}/kde4/apps/katepart/syntax/%{name}.xml

#----------------------------------------------------------------------------

%prep
%setup -q
# For installation in the correct location and for preserving timestamps:
# The Makefile normally puts noarch files in $prefix/lib. We change
# this to $prefix/share
# Also don't build the osclib until upstream supports shared libs
#	-e '/osclib/d'				\
sed -i	-e 's|/lib/|/%{_lib}/|g'			\
	-e 's| -r | -pr |'			\
	-e 's| -m | -pm |'			\
	Makefile
sed -i 's|/lib|/%{_lib}|g' compiler/parser/enrobage.cpp
sed -i 's|install |install -pm 755 |' tools/faust2appls/Makefile

iconv -f iso8859-1 -t utf8 examples/README -o tmpfile

%build
%make PREFIX=%{_prefix}

#limit doxy generation to html:
sed -i -e "s/GENERATE_LATEX         = YES/GENERATE_LATEX          = NO/g" compiler/Doxyfile

%make doc PREFIX=%{_prefix}

%install
mkdir -p %{buildroot}%{_bindir}
touch -r examples/README tmpfile
mv -f tmpfile examples/README
make install DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBDIR=%{_libdir} INCLUDEDIR=%{_includedir}

mv documentation/faust-quick-reference-src/illustrations/ documentation
rm -fr documentation/faust-quick-reference-src

cp -a tools/%{name}2sc-*/%{name}2sc %{buildroot}%{_bindir}
mv tools/%{name}2sc-*/README README.supercollider

cp -a tools/%{name}2appls/%{name}2* %{buildroot}%{_bindir}
mv tools/%{name}2appls/README README.appls

mkdir -p %{buildroot}%{_datadir}/kde4/apps/katepart/syntax/
cp -a syntax-highlighting/%{name}.xml \
    %{buildroot}%{_datadir}/kde4/apps/katepart/syntax/

# remove the android lib
rm -fr %{buildroot}%{_libdir}/faust/android/
rm -fr %{buildroot}%{_libdir}/faust/iOS/
rm -fr %{buildroot}%{_libdir}/faust/iPhone/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.67-2
+ Revision: a36828c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1212 |14cr|fb-1.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fb
%define version 1.5
%define release 15

Summary: Utility for the viewing, editing, and manipulation of binary files
Name: %{name}
Version: %{version}
Release: %{release}
License: GPLv1
Source0: fb_tar.bz2
Source1: fb_exmp.html
Group: File tools
URL: http://home.mho.net/jswaby/fb.html 


%description
fb is a binary file viewer, editor, and manipulator. It can be used as a 
filter, an interactive browser, or to simply dump a file in either binary, 
decimal, hexadecimal, or octal and/or characters. Either overwrite bytes in 
either of the four bases or characters or dump to a file and edit the 
resulting text file with any text editor, then fb can translate from either 
of the four bases back into a binary file. In summary, fb is a versatile 
tool for binary file creation, manipulation, and examination. 
 

%prep 
%setup0 -q -c 
cp %SOURCE1 $RPM_BUILD_DIR/%{name}-%{version}

%build
cc $RPM_OPT_FLAGS fb.c -o fb

%install
install -m 755 -d $RPM_BUILD_ROOT%{_bindir}
install -m 755 -d $RPM_BUILD_ROOT%{_mandir}/man1
install -m 755 fb $RPM_BUILD_ROOT%{_bindir}/
install -m 644 fb.1 $RPM_BUILD_ROOT%{_mandir}/man1/


%files 
%{_bindir}/*
%{_mandir}/man1/*
%doc README fb.doc fb_exmp.html






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-15
+ Revision: 3bcffe4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1213 |14cr|fbdesk-1.4.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fluxbox-application to create and manage icons on your desktop
Name:		fbdesk
Version:	1.4.1
Release:	9
License:	MIT
Group:		Graphical desktop/Other
Url:		http://fluxbox.sourceforge.net/fbdesk
Source0:	http://fluxbox.sourceforge.net/fbdesk/%{name}-%{version}.tar.bz2
Source1:	%{name}-icons.tar.bz2
Patch0:		fbdesk-1.4.1-gcc43.patch
Patch1:		fbdesk-1.4.1-gcc48.patch
Patch2:		fbdesk-1.4.1-libpng15.patch
Patch3:		fbdesk-1.4.1-cassert.patch
Patch4:		fbdesk-1.4.1-option-v.patch
Buildrequires:	imlib2-devel
Buildrequires:	pkgconfig(x11)
Buildrequires:	pkgconfig(xext)
Buildrequires:	pkgconfig(xft)
Buildrequires:	pkgconfig(xpm)
Buildrequires:	pkgconfig(xrender)

%description
FbDesk is a fluxbox-application to create and manage icons on your desktop.

Implemented Features :

 * XPM and PNG image loading
 * Antialias text
 * UTF-8 and multibyte support
 * Vertical text
 * Grid Snapping
 * GUI for editing command/label and add/remove icons
 * Fluxbox menu style

%files
%doc README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%setup -q -T -D -a1
%patch0 -p1
%patch1 -p1
%patch2 -p0
%patch3 -p1
%patch4 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

# Menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Name=Fbdesk
Comment=Fluxbox-application to create and manage icons on your desktop
Exec=%{_bindir}/%{name}
Icon=%{name}
Categories=Graphics;2DGraphics;
EOF

# icon
install -D -m 644 %{name}48.png %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 %{name}32.png %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{name}16.png %{buildroot}%{_miconsdir}/%{name}.png

install -d %{buildroot}%{_datadir}/%{name}
install -m 0644 *.png %{buildroot}%{_datadir}/%{name}


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 1.4.1-9
+ Revision: 957a44f
- Add patches from Fedora to fix various minor issues



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1214 |14cr|fbida-2.09-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Collection of applications for viewing and editing images
Name:		fbida
Version:	2.09
Release:	4
License:	GPLv2+
Group:		Graphics
URL:		http://linux.bytesex.org/fbida/
Source0:	http://dl.bytesex.org/releases/fbida/%{name}-%{version}.tar.gz
# replace old copied jpeg headers from old libjpeg with new one from libjpeg8
# (c.f. the similar fix in mdv bug#57950)
Patch0:		fbida-2.07-replace-old-libjpeg-headers.patch
Patch1:		fbida-2.09-fmtstr.diff
Patch2:		fbida-2.09-no_strip.diff
Patch3:		fbida-2.09-giflib5.1.diff
Provides:	fbi
BuildRequires:	curl-devel
BuildRequires:	freetype2-devel
BuildRequires:	jpeg-devel
BuildRequires:	libexif-devel
BuildRequires:	libpcd-devel
BuildRequires:	lirc-devel
BuildRequires:	png-devel
BuildRequires:	sane-devel
BuildRequires:	tiff-devel
BuildRequires:	ungif-devel
BuildRequires:	lesstif-devel
BuildRequires:	xpm-devel
BuildRequires:	libxext-devel
BuildRequires:	x11-server-common
BuildRequires:	fontconfig-devel
# fwang: the app needs /etc/X11/app-defaults
BuildRequires:	xsysinfo
# fbi uses convert to show indirectly supported image format
Requires:	imagemagick
# fbgs requires gs
Requires:	ghostscript
Requires:	exiftran = %{version}

%description
The fbida project contains a few applications for viewing and editing
images, with the main focus being photos. The applications are:

fbi	- Image viewer for Linux framebuffer console
fbgs	- Wrapper script using fbi, for viewing ps/pdf files on framebuffer
ida	- X11 application (Motif based) for viewing images with
	basic editing functions
exiftran- command line tool to do lossless transformations of JPEG
	images, similar to jpegtran but includes EXIF data
thumbnail.cgi - CGI script to extract EXIF thumbnails from jpeg images
	 and send them to web browser

This project used to be 2 seperate projects (fbi and ida), but later
merged by author.

%package -n	exiftran
Summary:	Transform Digital Camera JPEG Images
Group:		Graphics
Conflicts:	fbida < 2.09

%description -n	exiftran
exiftran is a command-line utility to transform digital image JPEG
images. It can do lossless rotations like jpegtran, but unlike
jpegtran, it cares about the EXIF data.  It can rotate images
automatically by checking the EXIF orientation tag, updating the EXIF
information if needed (image dimension, orientation), and also rotating
the EXIF thumbnail. It can process multiple images at once.

%prep

%setup -q
%patch0 -p1 -b .oldjpeg
%patch1 -p0 -b .fmtstr
%patch2 -p0 -b .no_strip
%patch3 -p1 -b .giflib
rm -f jpeg/*/jpeg*

%build
# Must use CFLAGS as env variable, because makefile adds flags to it.
# Directly specifying CFLAGS as make variable would fail
export CFLAGS="%optflags"
%make verbose=yes

%install

%makeinstall_std prefix=%{_prefix}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=IDA Image Viewer
Comment=Basic image viewer and editor
Exec=%{_bindir}/ida
Icon=graphics_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Motif;Graphics;2DGraphics;RasterGraphics;Viewer;
EOF

%files
%doc Changes COPYING README
%config(noreplace) %{_sysconfdir}/X11/app-defaults/*
%{_bindir}/fbi
%{_bindir}/fbgs
%{_bindir}/ida
%{_datadir}/applications/mandriva-%{name}.desktop
%{_mandir}/man1/fbi.1*
%{_mandir}/man1/fbgs.1*
%{_mandir}/man1/ida.1*

%files -n exiftran
%{_bindir}/exiftran
%{_mandir}/man1/exiftran.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.09-4
+ Revision: 5e57595
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1215 |14cr|fbpager-0.1.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:             fbpager
Version:          0.1.4
Release:          10
Summary:          Workspace pager dockapp for Fluxbox
License:          MIT
Group:            Graphical desktop/Other
Source:           %{name}-%{version}.tar.gz
Patch0:           01-fix_g++_build_error.patch
Patch1:		  fbpager-0.1.4-gcc43.patch
URL:              http://fluxbox.sourceforge.net/fbpager/
BuildRequires:    pkgconfig(x11)
BuildRequires:    pkgconfig(xrender)
Requires:         fluxbox

%description
Fbpager is a workspace pager dockapp, particularly useful with the
fbpager window manager. It is largely based on bbpager for Blackbox.

For additional information, see the included README and INSTALL text
files.

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
%configure2_5x
%make

%install
rm -fr %buildroot
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS  COPYING ChangeLog INSTALL NEWS README  TODO
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.4-10
+ Revision: f70d99a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1216 |14cr|fbpanel-6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	A lightweight X11 desktop panel
Name:		fbpanel
Version:	6.1
Release:	4
License:	LGPLv2+ and GPLv2+
Group:		Graphical desktop/Other
Url:		http://fbpanel.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tbz2
Patch0:		fbpanel-6.1-dsofix.patch
# distro specific patches
Patch10:	fbpanel-6.1-default-config.patch
Patch11:	fbpanel-6.1-default-applications.patch
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
Requires:	xdg-utils

%description
fbpanel is a lightweight, NETWM compliant desktop panel. It works with any
NETWM compliant window manager (eg xfwm4, sawfish, openbox, metacity, kde).

It provides:
    * variety of plugins
    * ability to replace window icons
    * all icons follow your current GTK+ icon theme
    * transparency support
    * customizable size and screen position
    * ability to run many instances each with its own configuration
    * modest resource usage

%prep
%setup -q
%patch0 -p1 -b .dsofix
%patch10 -p1 -b .default-config
%patch11 -p1 -b .default-applications

%build
%setup_compile_flags
# this script is really ugly and doesn't work with configure macro
./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--libexecdir=%{_libexecdir} \
	--sysconfdir=%{_sysconfdir} \
	--localstatedir=%{_localstatedir}
%make cflagsx="%{optflags}"

%install
%makeinstall_std

# man page
install -Dpm 644 data/man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

# change some icon names that were also changed in the default panel config
mv %{buildroot}%{_datadir}/%{name}/images/logo.png \
	%{buildroot}%{_datadir}/%{name}/images/start-here.png

mv %{buildroot}%{_datadir}/%{name}/images/gnome-session-halt.png \
	%{buildroot}%{_datadir}/%{name}/images/system-shutdown.png

mv %{buildroot}%{_datadir}/%{name}/images/gnome-session-reboot.png \
	%{buildroot}%{_datadir}/%{name}/images/system-reboot.png

# volume plugin is not working and prevents starting of fbpanel, lets remove it.
# https://sourceforge.net/tracker/?func=detail&aid=3121295&group_id=66031&atid=513125
rm %{buildroot}%{_libdir}/%{name}/volume.so

%files
%doc CHANGELOG COPYING CREDITS README NOTES
%{_bindir}/%{name}
%{_libdir}/%{name}/
%{_datadir}/%{name}/
%{_mandir}/man1/%{name}.1.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-4
+ Revision: dfc8b86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1217 |14cr|fbreader-0.99.5-0.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# empty debug
%define debug_package %{nil}
%define _disable_ld_no_undefined 1

%define major 0.99
%define libzlcore %mklibname zlcore %{major}
%define libzltext %mklibname zltext %{major}
%define libzlui %mklibname zlui %{major}

Summary:	Reader for e-books in various formats
Name:		fbreader
Version:	0.99.5
Release:	0.2
License:	GPLv2+
Group:		Office
Url:		http://www.fbreader.org
#Source0:	http://fbreader.org/files/desktop/%{name}-sources-%{version}.tgz
# from git this time
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	bzip2-devel
BuildRequires:	jpeg-devel
BuildRequires:	libstdc++-devel
BuildRequires:	linebreak-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	desktop-file-utils
# force explicit Requires because of library packages being messed up in past
Requires:	%{libzlcore} = %{EVRD}
Requires:	%{libzltext} = %{EVRD}
Requires:	%{libzlui} = %{EVRD}
Obsoletes:	%{_lib}zlibrary-devel < 0.99.5

%description
FBReader is an e-book reader for various platforms.
Supported formats include: fb2, HTML, chm, plucker, palmdoc,
zTxt, TCR, RTF, OEB, OpenReader, mobipocket, plain text.

%files
%doc fbreader/LICENSE
%{_bindir}/FBReader
%{_datadir}/FBReader/
%{_datadir}/pixmaps/FBReader/
%{_datadir}/pixmaps/FBReader.png
%{_datadir}/applications/FBReader.desktop
%{_mandir}/man1/FBReader.1.*

#----------------------------------------------------------------------------

%package -n %{libzlcore}
Summary:	Cross-platform GUI library
Group:		System/Libraries
Requires:	zlibrary-common = %{EVRD}
Conflicts:	%{_lib}zlibrary < 0.99.5
Obsoletes:	%{_lib}zlibrary < 0.99.5

%description -n %{libzlcore}
ZLibrary is a cross-platform library to build applications running on
desktop Linux, Windows, and different Linux-based PDAs.

This package provides ZLibrary core.

%files -n %{libzlcore}
%{_libdir}/libzlcore.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libzltext}
Summary:	Cross-platform GUI library
Group:		System/Libraries
Requires:	zlibrary-common = %{EVRD}
Conflicts:	%{_lib}zlibrary < 0.99.5

%description -n %{libzltext}
ZLibrary is a cross-platform library to build applications running on
desktop Linux, Windows, and different Linux-based PDAs.

This package provides ZLibrary text.

%files -n %{libzltext}
%{_libdir}/libzltext.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libzlui}
Summary:	Cross-platform GUI library
Group:		System/Libraries
Requires:	zlibrary-common = %{EVRD}
Conflicts:	%{_lib}zlibrary < 0.99.5

%description -n %{libzlui}
ZLibrary is a cross-platform library to build applications running on
desktop Linux, Windows, and different Linux-based PDAs.

This package provides ZLibrary ui.

%files -n %{libzlui}
%{_libdir}/libzlui.so.%{major}*

#----------------------------------------------------------------------------

%package -n zlibrary-common
Summary:	Cross-platform GUI library
Group:		System/Libraries
BuildArch:	noarch
Conflicts:	%{_lib}zlibrary < 0.99.5

%description -n zlibrary-common
ZLibrary is a cross-platform library to build applications running on
desktop Linux, Windows, and different Linux-based PDAs.

This package provides ZLibrary common files.

%files -n zlibrary-common
%{_datadir}/zlibrary/

#----------------------------------------------------------------------------

%prep
%setup -q

# fix icon extension in the .desktop file
perl -pi -e 's,FBReader.png,FBReader,' fbreader/desktop/desktop

# fix qt4 build
perl -pi -e 's,moc-qt4,%{qt4bin}/moc,' makefiles/arch/desktop.mk
perl -pi -e 's,CC = .*,CC = gcc,' makefiles/arch/desktop.mk
perl -pi -e 's,QTINCLUDE = -I /usr/include/qt4,QTINCLUDE = -I %{qt4include},' makefiles/arch/desktop.mk
perl -pi -e 's,UILIBS = -lQtGui,UILIBS = -lQtGui -lQtCore,' makefiles/arch/desktop.mk
perl -pi -e 's,-lunibreak,-llinebreak,' makefiles/config.mk zlibrary/text/Makefile

echo "CFLAGS = %{optflags}" >> makefiles/arch/desktop.mk
echo "LDFLAGS = %{ldflags}" >> makefiles/arch/desktop.mk

%build
make -C zlibrary/core TARGET_ARCH=desktop UI_TYPE=dummy

make -C zlibrary/text TARGET_ARCH=desktop UI_TYPE=dummy

make -C zlibrary/ui TARGET_ARCH=desktop UI_TYPE=qt4

make -C fbreader TARGET_ARCH=desktop UI_TYPE=dummy

%install
make -C zlibrary/core TARGET_ARCH=desktop UI_TYPE=dummy \
	DESTDIR=%{buildroot} INSTALLDIR=%{_prefix} LIBDIR=%{_libdir} do_install

make -C zlibrary/text TARGET_ARCH=desktop UI_TYPE=dummy \
	DESTDIR=%{buildroot} INSTALLDIR=%{_prefix} LIBDIR=%{_libdir} do_install

make -C zlibrary/ui TARGET_ARCH=desktop UI_TYPE=qt4 \
	DESTDIR=%{buildroot} INSTALLDIR=%{_prefix} LIBDIR=%{_libdir} do_install

make -C fbreader TARGET_ARCH=desktop UI_TYPE=dummy \
	DESTDIR=%{buildroot} INSTALLDIR=%{_prefix} LIBDIR=%{_libdir} do_install

# add mimetypes
desktop-file-install \
	--vendor="" \
	--add-mime-type="application/epub+zip;application/rtf;" \
	--add-mime-type="application/x-mobipocket-ebook;application/x-fictionbook+xml;" \
	--add-mime-type="text/html;application/xhtml+xml;" \
	%{buildroot}%{_datadir}/applications/FBReader.desktop --dir=%{buildroot}%{_datadir}/applications/

# man
mkdir -p %{buildroot}%{_mandir}/man1
install -m644 fbreader/desktop/FBReader.1 %{buildroot}%{_mandir}/man1

# remove useless .so files (there are no includes to use them)
rm -f %{buildroot}%{_libdir}/*.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99.5-0.2
+ Revision: dd35246
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1218 |14cr|fbterm-1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A fast FrameBuffer based TERMinal emulator for linux
Name:	  	fbterm
Version:	1.7
Release:	4
License:	GPLv2+
Group:		Terminals
Source0: 	http://fbterm.googlecode.com/files/%name-%version.tar.gz
URL:		http://code.google.com/p/fbterm/
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	fontconfig-devel
BuildRequires:  gpm-devel
BuildRequires:  libx86-devel

%description
FbTerm is a fast terminal emulator for linux with frame buffer. Features
include: 

* mostly as fast as terminal of linux kernel while accelerated scrolling
  is enabled on framebuffer device
* select font with fontconfig and draw text with freetype2, same as
  Qt/Gtk+ based GUI apps
* dynamicly create/destroy up to 10 windows initially running default
  shell
* record scrollback history for every window 
* auto-detect text encoding with current locale, support double width
  scripts like Chinese, Japanese etc
* switch between configurable additional text encodings with hot keys on
  the fly 
* copy/past selected text between windows with mouse when gpm server is
  running

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog README
%{_bindir}/%{name}
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-4
+ Revision: 46bcd3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1219 |14cr|fbv-1.0b-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: fbv.spec 
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################
%define debug_package	%{nil}

Summary:	Framebuffer image viewer
Name:		fbv
Version:	1.0b
Release:	7
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://s-tech.elsat.net.pl/fbv
Source0:	http://s-tech.elsat.net.pl/fbv/%{name}-%{version}.tar.gz
#patch from alt-linux
Patch0:		fbv-nocenter.patch
# giflib 5.1 support
Patch1:		fbv-1.0b-giflib51.patch
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
A simple program to view pictures on a framebuffer console. It
supports PNG, JPEG, GIF and BMP files.

%files
%doc ChangeLog README TODO
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && \
	mv -f ChangeLog.conv ChangeLog

%build
./configure \
	--prefix=%{_prefix} \
	--mandir=%{_mandir}

sed -i 's|LIBS.*|LIBS=-lpng -ljpeg -lungif -lgif|' Make.conf
sed -i 's|setjmp(png_ptr->jmpbuf)|setjmp(png_jmpbuf(png_ptr))|' png.c

%make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1

%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0b-7
+ Revision: 790c81b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1220 |14cr|fbzx-2.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fbzx
Version:	2.10.0
Release:	2
Summary:	A ZX Spectrum Emulator for FrameBuffer
Group:		Emulators
License:	GPLv3+
URL:		http://www.rastersoft.com/fbzx.html
Source0:	http://www.rastersoft.com/descargas/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	desktop-file-utils
Suggests:	spectrum-roms

%description
FBZX is a Sinclair Spectrum emulator, designed to work at full screen using 
the FrameBuffer or under X-Windows.

For ZX Spectrum roms install spectrum-roms package from non-free repository.

%prep
%setup -q

# Patch to use rpm optflags 
sed -i -e "s/^\(CC\ =\ gcc\) [^\`]*/\1 \$(CFLAGS) /" Makefile

# Fix source file permissions
chmod 644 z80free/Z80free.c

# Remove roms as they are non-free
rm -rf spectrum-roms

%build
export CFLAGS="%{optflags}"
%make

%install
#install application
mkdir -p %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}

# install data
mkdir -p %{buildroot}%{_datadir}/%{name}
install -p -m 644 keymap.bmp %{buildroot}%{_datadir}/%{name}

# install icon
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
install -p -m 644 %{name}.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps

# install desktop file
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
  --remove-key=Version \
  --add-category=Emulator \
  --add-category=X-MandrivaLinux-MoreApplications-Emulators \
  --dir %{buildroot}%{_datadir}/applications \
  %{name}.desktop

%files
%doc AMSTRAD CAPABILITIES COPYING FAQ README* TODO VERSIONS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/applications/%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.0-2
+ Revision: 7c8a782
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1221 |14cr|fceux-2.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NES emulator
Name:		fceux
Version:	2.2.2
Release:	2
License:	GPLv2+
Group:		Emulators
Url:		http://fceultra.sourceforge.net/
Source0:	http://fceultra.sourceforge.net/releases/%{name}-%{version}.src.tar.gz
Patch0:		fceux-2.1.5-gcc46.patch
BuildRequires:	scons
BuildRequires:	lua5.1-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
Requires:	zenity

%description
FCEUX is a Nintendo Entertainment System (NES), Famicom, and Famicom
Disk System (FDS) emulator. It supports both PAL (European) and NTSC
(USA/JPN) modes. It supports both Windows and SDL versions for cross
compatibility.

%files
%doc Authors changelog.txt NewPPUtests.txt README-SDL TODO*
%doc documentation/
%{_bindir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_datadir}/applications/mandriva-%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
%scons

%install
install -m 755 -D bin/fceux %{buildroot}%{_bindir}/fceux
install -D documentation/fceux.6 %{buildroot}%{_mandir}/man6/fceux.6

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=FCEUX
GenericName=NES emulator
Comment=Play Nintendo Enternainment System games
Exec=%{_bindir}/%{name}
Icon=emulators_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.2-2
+ Revision: 4fae2e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1222 |14cr|fcgi-2.4.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}

Summary:	The FastCGI development kit
Name:		fcgi
Version:	2.4.0
Release:	16
License:	BSD-style
Group:		System/Servers
URL:		http://www.fastcgi.com/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		fcgi-no-libs.patch
Patch1:		FastCGI-clientdata_pointer.patch
Patch2:		FastCGI-makefile.am_cppflags.patch
Patch3:		fastcgi-2.4.0_missing_call_to_fclose.patch
Patch4:		FastCGI-2.4.0-CVE-2011-2766.diff
Patch5:		fcgi-2.4.0-gcc4.4.diff
BuildRequires:	libstdc++-devel
BuildRequires:	autoconf automake libtool
Requires:	%{libname} >= %{version}

%description
FastCGI is an open extension to CGI that provides high performance
for all Internet applications without the penalties of Web server
APIs.

FastCGI is designed to be layered on top of existing Web server
APIs. For instance, the mod_fastcgi Apache module adds FastCGI 
support to the Apache server. FastCGI can also be used, with 
reduced functionality and reduced performance, on any Web server
that supports CGI.

This FastCGI Developer's Kit is designed to make developing 
FastCGI applications easy. The kit currently supports FastCGI 
applications written in C/C++, Perl, Tcl, and Java.

This package contains only shared libraries used by programs 
developed using FastCGI Developer's Kit and cgi-fcgi (bridge from
CGI to FastCGI).

%package -n	%{libname}
Summary:	Libraries for %{name}
Group:          System/Libraries

%description -n	%{libname}
This package contains the %{name} library files.

%package -n	%{libname}-devel
Summary:	Development headers and libraries for %{name}
Group:		Development/C
Requires:	%{libname} >= %{version}
Provides:	libfcgi-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}


%description -n	%{libname}-devel
This package contains FastCGI Developer's Kit, which is designed
to make developing FastCGI applications easy. The kit currently
supports FastCGI applications written in C/C++, Perl, Tcl, and
Java.

%prep

%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p0

%build
touch INSTALL NEWS AUTHORS ChangeLog COPYING
rm -f configure
libtoolize --copy --force; aclocal; autoconf; automake --add-missing --copy

%configure2_5x \
    --with-global \
    --with-nodebug \
    --with-noassert \
    --with-notest

make

%install
%makeinstall_std

install -d %{buildroot}%{_datadir}/fastcgi
cp -a examples/{Makefile*,*.c} %{buildroot}%{_datadir}/fastcgi/

# install the built examples (should we require apache here?)
install -d %{buildroot}/var/www/fcgi-bin

pushd examples/.libs/
    install -m755 authorizer %{buildroot}/var/www/fcgi-bin/
    install -m755 echo %{buildroot}/var/www/fcgi-bin/
    install -m755 echo-cpp %{buildroot}/var/www/fcgi-bin/
    install -m755 echo-x %{buildroot}/var/www/fcgi-bin/
    install -m755 log-dump %{buildroot}/var/www/fcgi-bin/
    install -m755 size %{buildroot}/var/www/fcgi-bin/
    install -m755 threaded %{buildroot}/var/www/fcgi-bin/
popd

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files
%doc doc/*.1 LICENSE.TERMS README
%attr(0755,root,root) %{_bindir}/cgi-fcgi
%attr(0755,root,root) /var/www/fcgi-bin/authorizer
%attr(0755,root,root) /var/www/fcgi-bin/echo
%attr(0755,root,root) /var/www/fcgi-bin/echo-cpp
%attr(0755,root,root) /var/www/fcgi-bin/echo-x
%attr(0755,root,root) /var/www/fcgi-bin/log-dump
%attr(0755,root,root) /var/www/fcgi-bin/size
%attr(0755,root,root) /var/www/fcgi-bin/threaded

%files -n %{libname}
%attr(0755,root,root) %{_libdir}/libfcgi++.so.%{major}*
%attr(0755,root,root) %{_libdir}/libfcgi.so.%{major}*

%files -n %{libname}-devel
%doc doc/*.htm* doc/*.gif doc/fastcgi-* doc/*.3
%attr(0755,root,root) %{_libdir}/libfcgi++.so
%attr(0755,root,root) %{_libdir}/libfcgi.so
%{_includedir}/*.h
%{_datadir}/fastcgi/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.0-16
+ Revision: d8ed98d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1223 |14cr|fcitx-4.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fcitx
Version:	4.2.2
Release:	3
Summary:	Fcitx - Free Chinese Input Toys for X
License:	GPLv2
Group:		System/Internationalization
URL:		http://code.google.com/p/fcitx/
Source0:	http://fcitx.googlecode.com/files/%{name}-%{version}_dict.tar.xz
BuildRequires:	automake
BuildRequires:	cmake
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	xpm-devel
BuildRequires:	pkgconfig(xext)
BuildRequires:	dbus-devel
BuildRequires:	wget
BuildRequires:	cairo-devel
BuildRequires:	pango-devel
BuildRequires:	intltool
BuildRequires:	dbus-glib-devel
BuildRequires:	gtk+2-devel
BuildRequires:	gtk+3-devel

%if %mdvver >= 201100
BuildRequires:	opencc-devel
%endif
BuildRequires:	chrpath
Requires:	locales-zh

%description
%{name} is an X input method allowing people to enter simplified Chinese
characters in X environment following XIM standard.

%package devel
Summary:	fcitx development library
Group:		Development/C
Requires:	%{name} = %{version}

%description devel
fcitx development files.

%package gtk
Summary:	fcitx gtk module
Group:		System/Internationalization
Requires:	%{name} = %{version}
Requires(post):	gtk+2.0
Requires(postun): gtk+2.0

%description gtk
fcitx gtk module.

%post gtk
%{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/gtk.immodules.%{_lib}

%postun gtk
%{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/gtk.immodules.%{_lib}

%prep
%setup -q

%build
#Don't build GTK3 module because we don't have GTK3 yet
%cmake -DENABLE_GTK2_IM_MODULE=ON -DENABLE_GTK3_IM_MODULE=ON -DCMAKE_SKIP_RPATH=OFF
%make

%install
%makeinstall_std -C build

chrpath -d %{buildroot}%{_libdir}/*.so

%find_lang %{name}

%files -f %{name}.lang
%attr(0644,-,-) %doc doc/*.txt doc/*.htm
%{_bindir}/*
%{_libdir}/*.so.*
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages/x-fskin.xml
%{_iconsdir}/*/*/*/*

%files devel
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*
%{_datadir}/cmake/%{name}

%files gtk
%{_libdir}/gtk-2.0/*/immodules/im-fcitx.so
%{_libdir}/gtk-3.0/*/immodules/im-fcitx.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.2-3
+ Revision: cb7aa3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1224 |14cr|fcrackzip-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fcrackzip
Version:	1.0
Release:	2
Summary:	A zip password cracker
License:	GPLv2
Group:		File tools
URL:		http://oldhome.schmorp.de/marc/fcrackzip.html
Source:		http://oldhome.schmorp.de/marc/data/%{name}-%{version}.tar.gz
Requires:	unzip

%description
A zip password cracker.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std
%__rm -f %{buildroot}%{_bindir}/zipinfo

%clean
%__rm -rf %{buildroot}

%files
%doc COPYING README NEWS AUTHORS
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: a4c0bb0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1225 |14cr|fcron-3.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Task scheduler
Name:		fcron
Version:	3.0.6
Release:	2
License:	GPLv2+
Group:		System/Configuration/Other
URL:		http://fcron.free.fr/
Source0:	http://fcron.free.fr/archives/%{name}-%{version}.src.tar.gz
Source1:	%{name}-2.0.0-extra.tar.bz2
Patch0:		fcron-3.0.5-Makefile.in.diff
# (fc) 3.0.4-5mdv accept fcron.conf file with 644 perms (Fedora)
Patch1:		fcron-3.0.2-accept_readable_fcron.conf.patch
BuildRequires:	pam-devel
BuildRequires:	sendmail-command
BuildRequires:	vim-minimal
Requires(post):	systemd
Requires(pre,preun,post,postun):	rpm-helper
Requires:	syslog-daemon
Requires:	sendmail-command
Provides:	cron-daemon
BuildConflicts:	libselinux-devel

%description
Fcron is a scheduler. It aims at replacing Vixie Cron, so it implements most
of its functionalities.

But contrary to Vixie Cron, fcron does not need your system to be up 7 days
a week, 24 hours a day : it also works well with systems which are
not running neither all the time nor regularly (contrary to anacrontab).

In other words, fcron does both the job of Vixie Cron and anacron, but does
even more and better :)) ...

%files
%doc fcrontab.example
%{_initrddir}/fcron
%attr(640,root,fcron) %config(noreplace) %{_sysconfdir}/fcron.conf
%attr(640,root,fcron) %config(noreplace) %{_sysconfdir}/fcron.allow
%attr(640,root,fcron) %config(noreplace) %{_sysconfdir}/fcron.deny
%config(noreplace) %{_sysconfdir}/pam.d/fcron
%config(noreplace) %{_sysconfdir}/pam.d/fcrontab
%{_tmpfilesdir}/%{name}.conf
%{_mandir}/man8/fcron.8*
%{_mandir}/man1/fcrontab.1*
%{_mandir}/man1/fcrondyn.1*
%{_mandir}/man1/fcron-update-crontabs.1*
%{_mandir}/man5/fcrontab.5*
%{_mandir}/man5/fcron.conf.5*
%{_mandir}/man3/bitstring.3*
%lang(fr) %{_mandir}/fr/man?/*
%attr(6111,root,root) %{_bindir}/convert-fcrontab
%attr(6111,root,root) %{_bindir}/fcronsighup
%attr(6111,root,root) %{_bindir}/fcrondyn
%attr(6111,fcron,fcron) %{_bindir}/fcrontab
%attr(110,root,root) %{_sbindir}/fcron
%{_sbindir}/fcron-update-crontabs
%dir %attr(770,fcron,fcron) /var/spool/fcron

%pre
# Check now if there is an old ( < 1.1.x ) version of fcrontab on the system.
echo `fcron -V 2>&1 | grep "^fcron "` > /tmp/PREVIOUS_VERSION
if [ "$1" = "1" ]; then
    %_pre_useradd fcron /var/spool/fcron /bin/true
fi

%post
%_tmpfilescreate %{name}
if [ "$1" = "2" ]; then
    killall -TERM fcron
    FCRONTABS=/var/spool/fcron

    find ${FCRONTABS} -type f \( -name "*.orig" -a ! -name "root.orig" \) \
        -exec chown fcron:fcron {} \; -exec chmod 640 {} \;
    find ${FCRONTABS} -type f -name "root.orig" -exec chown root:fcron {} \; -exec chmod 600 {} \;
    find ${FCRONTABS} -type f ! -name "*.orig" -exec chown root:root {} \; -exec chmod 600 {} \;
    [ -f %{_sysconfdir}/fcron.deny ] && chown root:fcron %{_sysconfdir}/fcron.deny
    [ -f %{_sysconfdir}/fcron.allow ] && chown root:fcron %{_sysconfdir}/fcron.allow

    if test -r "/tmp/PREVIOUS_VERSION"; then
        MAJOR=`cat /tmp/PREVIOUS_VERSION | awk '{print $2}' | awk -F '.' '{print $1}'`
        MINOR=`cat /tmp/PREVIOUS_VERSION | awk '{print $2}' | awk -F '.' '{print $2}'`
    fi

    if test \( "$MAJOR" -lt 1 \) -o \( \( "$MINOR" -lt 1 \) -a "$MAJOR" -eq 1 \); then
        for FILE in $FCRONTABS/* ; do \
            if test "$FILE" != "$FCRONTABS/*"; then
                BASENAME=`basename $FILE` ; \
                FCRONTAB=`echo "$BASENAME" | \
                sed "s|.*orig|| ; s|fcrontab.sig|| ; s|rm.*||"` ; \
                ( test ! -z "$FCRONTAB" && convert-fcrontab $FCRONTAB ) \
                || echo -n ""; \
            fi
        done
    fi
fi

%{_initrddir}/fcron start
%_post_service %{name}

%postun
if [ "$1" = "0" ]; then
    # Remove user fcron
    %_postun_userdel fcron
fi

%preun
%_preun_service %{name}


#----------------------------------------------------------------------------

%prep
%setup -q -T -b 0 -n %{name}-%{version} -a1
mv %{name}-2.0.0-extra/fcrontab.example ./

%patch0 -p0
%patch1 -p0 -b .readable-file

%build
%configure2_5x \
	--with-sendmail=/bin/false \
	--with-shell=/bin/sh \
	--with-editor=/bin/vi \
	--with-etcdir=%{_sysconfdir} \
	--with-spooldir=/var/spool/fcron \
	--with-run-non-privileged=no \
	--with-username=fcron \
	--with-groupname=fcron \
	--with-sysfcrontab=yes \
	--with-pam=yes \
	--with-selinux=no

perl -pi \
	-e 's|^#define SENDMAIL .*|#define SENDMAIL "%{_libdir}/sendmail"|;' \
	-e 's|^#define PIDFILE .*|#define PIDFILE "/run/fcron/fcron.pid"|;' \
	-e 's|^#define FIFOFILE .*|#define FIFOFILE "/run/fcron/fcron.fifo"|;' \
	config.h

%make OPTIM="%{optflags} -I%{_includedir}/selinux"

%install
install -d %{buildroot}%{_docdir}
install -d %{buildroot}%{_sysconfdir}/pam.d
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man{1,3,5,8}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}/var/spool/fcron

yes n | make install \
	DESTDIR=%{buildroot} \
	ROOTNAME=`id -un` ROOTGROUP=`id -gn`

install -m 755 script/sysVinit-launcher %{buildroot}%{_initrddir}/fcron
install -m 755 convert-fcrontab %{buildroot}%{_bindir}

install -m755 debian/fcron-update-crontabs %{buildroot}%{_sbindir}/
install -m644 debian/fcron-update-crontabs.1 %{buildroot}%{_mandir}/man1/

install -m644 files/fcron.pam %{buildroot}%{_sysconfdir}/pam.d/fcron
install -m644 files/fcrontab.pam %{buildroot}%{_sysconfdir}/pam.d/fcrontab

# fixup
perl -pi \
	-e 's|SBIN=@\@DESTSBIN@|SBIN=%{_sbindir}|;' \
	-e 's|^# pidfile: .*|# pidfile: /run/fcron/fcron.pid|;' \
	%{buildroot}%{_initrddir}/fcron
perl -pi \
	-e "s|^pidfile.*|pidfile = /run/fcron/fcron\.pid|;" \
	-e "s|^fifofile.*|fifofile = /run/fcron/fcron\.fifo|;" \
	%{buildroot}%{_sysconfdir}/fcron.conf

# nuke installed files
rm -rf %{buildroot}%{_docdir}/%{name}-%{version}
rm -f %{buildroot}%{_sysconfdir}/pam.conf

# nuke permissions (for strip)
chmod 755 %{buildroot}%{_bindir}/*
chmod 755 %{buildroot}%{_sbindir}/*

mkdir -p %{buildroot}%{_tmpfilesdir}
cat <<EOF > %{buildroot}%{_tmpfilesdir}/%{name}.conf
d /run/fcron 0755 root root
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.6-2
+ Revision: 06d3ef0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1226 |14cr|FDesktopRecorder-20130527-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: FDesktopRecorder.spec 
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################
#define debug_package	%{nil}
%define oname fdesktoprecorder

Name:           FDesktopRecorder
Version:	20130527  
Release:	4
License:	GPLv2
Summary:	A program to record the screen
Url:		http://kde-apps.org/content/show.php/FDesktopRecorder?content=147844&PHPSESSID=57d37aac96e72e09176982eea7020ac6
Group:		Video
Source0:	https://github.com/froksen/FDesktopRecorder/zipball/master/%{name}-%{version}.tar.gz
BuildRequires:	qt4-devel 
BuildRequires:	gcc-c++ 
BuildRequires:	cmake  
BuildRequires:	make 
BuildRequires:	kdelibs4-devel
BuildRequires:  desktop-file-utils
Requires:	ffmpeg >= 2.2.3
Provides:	fdesktoprecorder = %{version}

%description
A program that can record a single window or your entire desktop using ffmpeg. 
Based on a script by Peter Lyberth from the 
danish GNU/Linux show "Kanal Tux" http://www.kanaltux.dk 


%prep
%setup -q 
rm -rf 'RPM (buildservice)'
rm -rf 'Desktop'
rm -rf abandoned
find src -name '*.{h,cpp}' -exec chmod a-x {} \;

%build
%cmake_kde4 -DCMAKE_INSTALL_PREFIX=$RPM_BUILD_ROOT%{_prefix} 
%make 

%install
%makeinstall -C build
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{oname}.desktop

# fix localize in fresh
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{oname}/translations
cp -R build/src/*.qm $RPM_BUILD_ROOT%{_datadir}/%{oname}/translations



%files
%doc CHANGELOG README.md 
%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/pixmaps/%{oname}.png
%_kde_datadir/kde4/apps/%{oname}/%{oname}.notifyrc
%{_datadir}/%{oname}/translations/*.qm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20130527-4
+ Revision: dccba52
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1227 |14cr|feedjack-0.9.16-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define     real_name  Feedjack
Name:		feedjack
Version:	0.9.16
Release:	5
Summary:	A web based rss and atom feed aggregator 
License:	BSD
Group:      Networking/News 
URL:		http://www.feedjack.org/
Source:		http://www.feedjack.org/download/%{real_name}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root
Buildrequires:	python-devel
BuildArch:      noarch
BuildRequires:  python-django
BuildRequires:  python-setuptools 
Requires:       python-django python-feedparser
%description
Feedjack is a rss and atom feed aggregator.
 
Like the Planet feed aggregator:
  * It downloads feeds and aggregate their contents in a single site
  * The new aggregated site has a feed of its own (atom and rss)
  * It uses Mark Pilgrim?s excelent FeedParser
  *  The subscriber list can be exported as OPML and FOAF

But FeedJack also has some advantages:
  * It handles historical data, you can read old posts
  * It parses a lot more info, including post categories
  * It generates pages/feeds with posts of a certain category 
  * It generates pages/feeds with posts from a certain subscriber 
  * It generates pages/feeds with posts of a certain category from a certain 
    subscriber 
  * A cloud tag/folksonomy (hype 2.0 compliant) for every page and every 
    subscriber
  * It uses Django templates
  * The administration is done via web and can handle multiple planets.
  * Extensive use of djangoi's internal cache engine. Most of the time you 
    will have no database hits when serving pages.

%prep
%setup -q -n %real_name-%version

%build
python setup.py build

%install
python setup.py install --root %buildroot

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE AUTHORS  CHANGES README
%doc INSTALL
%{_bindir}/*
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.16-5
+ Revision: 8499624
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1228 |14cr|feff-1.9.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# empty debug
%define debug_package	%{nil}
%define	name	feff
%define	version	1.9.2
%define release	3
Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Front-end for FFmpeg
License:	GPLv3
URL:		http://dansoft.krasnokamensk.ru/
Source:		http://qt-apps.org/CONTENT/content-files/140298-%{name}_source.tar.gz
Group:		Video
BuildRequires:	qt4-devel 
BuildRequires:	desktop-file-utils 
BuildRequires:	imagemagick
Requires:	ffmpeg 

%description
Front-end for FFmpeg written in QT4

%prep
%setup -q -n feff_source

ln Bin/COPYING COPYING
ln Bin/HISTORY HISTORY

%build
qmake 
%make 

%install

# menu entry
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Categories=X-MandrivaLinux-Multimedia-Video;AudioVideo;Video;
Comment=Front-end for FFmpeg
Exec=feff
GenericName=feff
Icon=feff
Name=feff
StartupNotify=true
Terminal=false
Type=Application
EOF

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop 

#binaries
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 Bin/%{name} %{buildroot}%{_bindir}/

# icons
install -d -m755 $RPM_BUILD_ROOT%{_miconsdir}
convert %{name}.ico -resize 16x16 $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -d -m755 $RPM_BUILD_ROOT%{_iconsdir}
convert %{name}.ico -resize 32x32 $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -d -m755 $RPM_BUILD_ROOT%{_liconsdir}
convert %{name}.ico -resize 48x48 $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
# lang
install -d -m 755 %{buildroot}%{_datadir}/%{name}
# .ts needed for translations to be dropped in the future.
install -m 755  %{name}_*.ts %{buildroot}%{_datadir}/%{name}/
install -m 755  Bin/feff_*.qm %{buildroot}%{_datadir}/%{name}/
# permits
find %{buildroot}%{_datadir}/%{name} -name '*.ts' -exec chmod -x {} \;

%files
%doc HISTORY COPYING
%{_datadir}/%{name}/*.ts
%{_datadir}/%{name}/feff_*.qm
%{_bindir}/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.2-3
+ Revision: b617bc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1229 |14cr|feh-2.9.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Image viewer at heart, though it does other cool stuff
Name:           feh
Version:        2.9.3
Release:        3
License:        MIT
Group:          Graphics
URL:            https://derf.homelinux.org/projects/feh/
Source0:	http://feh.finalrewind.org/%{name}-%{version}.tar.bz2

BuildRequires:  pkgconfig(imlib2)
BuildRequires:  pkgconfig(xt) 
BuildRequires:  pkgconfig(xinerama)
BuildRequires:  pkgconfig(giblib)
BuildRequires:  jpeg-devel 
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(libexif)
BuildRequires:	perl-devel
BuildRequires:	perl-Test-Command

%description
Feh is an image viewer, but it does a whole lot of other cool stuff as
well. There are simply too many to mention them here so please check the
docs/homepage.

%prep
%setup -q

# fix debug
find . -name "*.c" -o -name "*.h" |xargs chmod 0644
chmod 644 AUTHORS ChangeLog README TODO examples/*
chmod 755 examples

%build
%setup_compile_flags
%make PREFIX=/usr 


%install
%makeinstall_std PREFIX=%{_prefix}

#let files section handle docs
rm -rf %{buildroot}%{_docdir}%{name}

%check
%make test


%files
%doc AUTHORS ChangeLog README TODO examples
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.3-3
+ Revision: c623507
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1230 |14cr|fes-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# http://trac.sagemath.org/sage_trac/ticket/13162

Name:		fes
Version:	0.1
Release:	2
License:	GPLv3+
Group:		Sciences/Mathematics
Summary:	Fast Exhaustive Search

URL:		http://www.lifl.fr/~bouillag
Source0:	http://www.lifl.fr/~bouillag/download/fes-0.1.spkg
Source1:	%{name}.rpmlintrc
ExclusiveArch:	x86_64
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	python-devel
BuildRequires:	texlive
BuildRequires:	texlive-collection-science
Patch0:		%{name}-dynamic.patch

%description
This external library implements an efficient implement of exhaustive
search to solve systems of low-degree boolean equations. Exhaustive
search is asymptotically faster than computing a Groebner basis,
except in special cases. This particular implementation is
particularly efficient (in the good cases it tests 3 candidate
solutions per CPU cycle on each core).

%package	devel
Summary:	Development files for %{name}

Group:		Development/C
Requires:	%{name} = %{version}-%{release}

%description	devel
This package contains the header files and development documentation
for %{name}.

%prep
%setup -q
%patch0 -p1

pushd src
    autoreconf -ifs
popd

%build
pushd src
    export CCASFLAGS="%{optflags} -Wa,--noexecstack"
    %configure --disable-static --enable-dynamic
    %make
    pushd doc
	pdflatex doc.tex
    popd
popd

%install
make install DESTDIR=%{buildroot} -C src

%check
pushd src
    chmod +x test/test_suite.py
    make check
    cat test/test_suite.py.log
popd

%files
%doc src/AUTHORS
%doc src/COPYING
%{_libdir}/libfes.so.*

%files		devel
%doc src/TODO
%doc src/doc/doc.pdf
%{_includedir}/fes_interface.h
%{_libdir}/libfes.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-2
+ Revision: 287ffe6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1231 |14cr|festivox-ru-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#sound-theme-echoe.synth.spec
Summary: Festival speech synthesis russian voice
Name:    festivox-ru
Version: 0.5
Release: 4
Group:   Sound
License: GPL
# for content EFML and OAL or Free Art or CC-BY-SA - just not for sale
# For details on the licenses used, see CREDITS
Url:     http://festlang.berlios.de/docu/doku.php?id=russianru
Source0: msu_ru_nsh_clunits-0.5.tar.bz2
Patch0:  patch.festival_server
Patch1:  patch.lexicon.scm
Patch2:  patch.tokenizer.scm
BuildArch: noarch
BuildRequires: festival
Provides: festivox-ru

%define _this msu_ru_nsh_clunits
%define indir /usr/share/festival/voices/russian
%define instdir %{buildroot}%{indir}

%description
Russian voice for Festival tts engine 
made by MGU speech group http://www.philol.msu.ru/~otipl/SpeechGroup/


%prep
%setup -qn %{_this}
%patch1 -p0
%patch2 -p0

%build

%install
mkdir -p %{instdir}/%{_this}
cp -a %{_builddir}/%{_this}/* %{buildroot}%{indir}/%{_this}/

%post
%patch0 -p0

%files
%{indir}/%{_this}/


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1232 |14cr|festvox-suopuhe-lj-1.0g-20051204.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	festvox-suopuhe-lj
%define version	1.0g
%define date	20051204
%define rel	4
%define release	%mkrel %date.%rel

Summary:	Festival Voice - Finnish female speaker (suo_fi_lj)
Name:		%name
Version:	%version
Release:	%release
License:	LGPL
Group:		Sound
URL:		http://phon.joensuu.fi/suopuhe/
Source:		http://phon.joensuu.fi/suopuhe/tulosaineisto/suo_fi_lj-%version-%date.tar.bz2
Source1:	README.MDV
# patches from debian
Patch0:		festvox-suopuhe-lj-paths.diff
Patch1:		festvox-suopuhe-lj-funcname.patch
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildArch:	noarch
Requires:	festvox-suopuhe-common
# other festvox packages seem to provide these:
Provides:	festival-voice
Provides:	festival-voice-finnish
Provides:	festival-voice-fi_FI
# per Mandriva locale-specific package policy:
Requires:	locales-fi

%description
This is a Finnish female speaker for the Festival speech synthesis
system. It was developed as part of the Suopuhe project at
the universities of Helsinki and Joensuu.

%package -n	festvox-suopuhe-common
Summary:	Common files for Festival Finnish speakers
Group:		Sound
Suggests:	festvox-suopuhe-mv
Suggests:	festvox-suopuhe-lj

%description -n	festvox-suopuhe-common
This package contains the common files between the two Finnish
Festival speech synthesis speakers, festvox-suopuhe-mv and
festvox-suopuhe-lj.

%prep
%setup -q -n festival
%patch0 -p1
%patch1 -p1
cp -a %{SOURCE1} .
cat > README.install.urpmi <<EOF
See suopuhe usage instructions in
%{_docdir}/festvox-suopuhe-common/README.MDV.
EOF

%install
rm -rf %{buildroot}

install -d -m755 %{buildroot}%{_datadir}/festival/voices/finnish/suopuhe.common
cp -a lib/voices/finnish/suo_fi_lj_diphone/festvox/* \
	%{buildroot}%{_datadir}/festival/voices/finnish/suopuhe.common

install -d -m755 %{buildroot}%{_datadir}/festival/voices/finnish/suo_fi_lj_diphone
cp -a lib/voices/finnish/suo_fi_lj_diphone/group \
	%{buildroot}%{_datadir}/festival/voices/finnish/suo_fi_lj_diphone

ln -s ../suopuhe.common %{buildroot}%{_datadir}/festival/voices/finnish/suo_fi_lj_diphone/festvox

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc lib/voices/finnish/suo_fi_lj_diphone/README.lj
%{_datadir}/festival/voices/finnish/suo_fi_lj_diphone

%files -n festvox-suopuhe-common
%defattr(-,root,root)
%doc README.MDV README.install.urpmi
%{_datadir}/festival/voices/finnish/suopuhe.common
%dir %{_datadir}/festival/voices/finnish



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0g-20051204.4
+ Revision: f8aafe3
- Automatic import for version 1.0g



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1233 |14cr|festvox-suopuhe-mv-20041119-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	festvox-suopuhe-mv
%define version	20041119
%define rel	4
%define release	%mkrel %rel

Summary:	Festival Voice - Finnish male speaker (hy_fi_mv)
Name:		%name
Version:	%version
Release:	%release
License:	LGPL
Group:		Sound
URL:		http://phon.joensuu.fi/suopuhe/
Source:		http://phon.joensuu.fi/suopuhe/tulosaineisto/hy_fi_mv_diphone-%version.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildArch:	noarch
Requires:	festvox-suopuhe-common
# other festvox packages seem to provide these:
Provides:	festival-voice
Provides:	festival-voice-finnish
Provides:	festival-voice-fi_FI
# per Mandriva locale-specific package policy:
Requires:	locales-fi

%description
This is a Finnish male speaker for the Festival speech synthesis
system. It was developed as part of the Suopuhe project at
the universities of Helsinki and Joensuu.

%prep
%setup -q -n festival

%install
rm -rf %{buildroot}

install -d -m755 %{buildroot}%{_datadir}/festival/voices/finnish/hy_fi_mv_diphone
cp -a lib/voices/finnish/hy_fi_mv_diphone/group \
	%{buildroot}%{_datadir}/festival/voices/finnish/hy_fi_mv_diphone

ln -s ../suopuhe.common %{buildroot}%{_datadir}/festival/voices/finnish/hy_fi_mv_diphone/festvox

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc lib/voices/finnish/hy_fi_mv_diphone/README.mv
%{_datadir}/festival/voices/finnish/hy_fi_mv_diphone




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 20041119-4
+ Revision: c586e9d
- Automatic import for version 20041119



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1234 |14cr|fet-5.20.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package   %{nil}
#define distsuffix mrb

Name:		fet
Summary:	Free Timetabling Software
Version:	5.20.2
Release:	2
Group:		Education
License:	GPLv2+
URL:		http://lalescu.ro/liviu/fet/
Source0:	http://lalescu.ro/liviu/fet/download/%{name}-%{version}.tar.bz2
BuildRequires:	qt5-devel

%description
FET is free timetabling software (licensed under GNU GPL v2 or later). This
program aims to automatically generate the timetable of a school,
high-school or university. It may be used for other timetabling purposes.

FET can mean "Free Educational Timetabling" (the "E" in the middle may
also stand for other words, based on your personal preference).

%prep
%setup -q

%build
%qmake_qt5
%make

%install
# manual installation, make file doesn't provide it
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/%{name}/translations

# moved man file to /usr/share/man/man1/
xz -k 'doc/fet.1'
install -D -m 644 'doc/fet.1.xz' %{buildroot}%{_mandir}/man1/fet.1.xz

# installing translations
cp  translations/*.qm %{buildroot}%{_datadir}/%{name}/translations/
# installing binary.
install -D -m 755 fet %{buildroot}%{_bindir}/fet

# menu entry
install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/fet.desktop << EOF
[Desktop Entry]
Type=Application
Name=Timetable Generator
Name[de]=Stundenplan Generator
Name[ru]=Генератор расписаний
GenericName=Timetable software for schools
GenericName[de]=Stundenplan Generator
GenericName[ru]=Генератор расписаний
Comment=Generate timetables for educational institutions
Comment[de]=Erzeugt Stundenplne fr Lehranstalten
Comment[ru]=Составление расписаний для учебных заведений
Icon=fet
Exec=fet
Terminal=false
StartupNotify=true
Categories=Office;
EOF

%find_lang %{name} --with-qt

%files -f %{name}.lang
%doc doc/algorithm/*.txt
%doc AUTHORS ChangeLog COPYING
%doc README REFERENCES THANKS TODO TRANSLATORS
%doc examples
%{_bindir}/fet
%{_datadir}/applications/fet.desktop
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/translations
%{_datadir}/%{name}/translations/fet_untranslated.qm
%{_mandir}/man1/fet.1.xz

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.20.2-2
+ Revision: b652e37
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1235 |14cr|fetchlog-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fetch and convert new messages of a logfile
Name:		fetchlog
Version:	1.4
Release:	3
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://sourceforge.net/projects/fetchlog/
Source0:	http://prdownloads.sourceforge.net/fetchlog/%{name}-%{version}.tar.gz

%description
The fetchlog utility displays the last new messages of a logfile
(syslog).  fetchlog is similar like tail but offers some extra
functionality like pattern matching with regular expressions,
output formatting for email, SMS, pager or SNMP tools, etc.

%prep

%setup -q -n %{name}-%{version}

%build

%make CFLAGS="%{optflags}"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 fetchlog %{buildroot}%{_bindir}/
install -m0644 fetchlog.1 %{buildroot}%{_mandir}/man1/

%files
%doc CHANGES README README.Nagios README.SNMP
%{_bindir}/*
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: 091c4c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1236 |14cr|fetchyahoo-2.14.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Downloads mail from an Yahoo! webmail account
Name: fetchyahoo
Version: 2.14.10
Release: 2
URL: http://fetchyahoo.twizzler.org
Source0: http://fetchyahoo.twizzler.org/%{name}-%{version}.tar.gz
Source1: README.urpmi
License: GPLv2+
Group: Networking/Mail

Requires: perl(LWP::Protocol::https)
Requires: perl

BuildArch: noarch

%description
FetchYahoo is a Perl script that downloads mail from a Yahoo! web-mail
account to a local mail spool, an m-box file, or to proc-mail. It is
meant to replace fetchmail for people using Yahoo! mail since Yahoo!'s
POP and email forwarding services are no longer free. It includes all
parts and attachments within the email. It can also forward the email
to a specified address.

%prep
%setup -q
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog
iconv -f iso8859-1 -t utf-8 Credits > Credits.conv && mv -f Credits.conv Credits

%build

%install
mkdir -p $RPM_BUILD_ROOT%_bindir
mkdir -p $RPM_BUILD_ROOT%_mandir/man1
cp -a fetchyahoo $RPM_BUILD_ROOT%_bindir/fetchyahoo
cp -a fetchyahoo.1 $RPM_BUILD_ROOT%_mandir/man1/fetchyahoo.1
install  %{SOURCE1} README.urpmi

%files
%doc COPYING INSTALL TODO index.html fetchyahoorc ChangeLog Credits
%_bindir/fetchyahoo
%_mandir/man1/fetchyahoo.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.14.10-2
+ Revision: 9a48853
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1237 |14cr|ffcall-1.10-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libavcall %mklibname avcall %{major}
%define libcallback %mklibname callback %{major}
%define devname %mklibname %{name} -d

Summary:	Libraries that can be used to build foreign function call interfaces
Name:		ffcall
Version:	1.10
Release:	12
License:	GPLv2+
Group:		System/Libraries
Url:		ftp://ftp.santafe.edu/pub/gnu/
Source:		ftp://ftp.santafe.edu/pub/gnu/%{name}-%{version}.tar.bz2
Patch0:		ffcall-make-jN.patch

%description
This is a collection of four libraries which can be used to build
foreign function call interfaces in embedded interpreters.

The four packages are:
- avcall - calling C functions with variable arguments
- vacall - C functions accepting variable argument prototypes
- trampoline - closures as first-class C functions
- callback - closures with variable arguments as first-class C functions
  (a reentrant combination of vacall and trampoline)
This version B includes some minor configuration changes so that files
are installed in the proper place. Also it compiles on cygwin and mingw32.

#----------------------------------------------------------------------------

%package -n %{libavcall}
Summary:	Libraries that can be used to build foreign function call interfaces
Group:		System/Libraries
Conflicts:	%{_lib}ffcall0 < 1.10-11

%description -n %{libavcall}
This is a collection of four libraries which can be used to build
foreign function call interfaces in embedded interpreters.

The four packages are:
- avcall - calling C functions with variable arguments
- vacall - C functions accepting variable argument prototypes
- trampoline - closures as first-class C functions
- callback - closures with variable arguments as first-class C functions
  (a reentrant combination of vacall and trampoline)
This version B includes some minor configuration changes so that files
are installed in the proper place. Also it compiles on cygwin and mingw32.

%files -n %{libavcall}
%{_libdir}/libavcall.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcallback}
Summary:	Libraries that can be used to build foreign function call interfaces
Group:		System/Libraries
Conflicts:	%{_lib}ffcall0 < 1.10-11
Obsoletes:	%{_lib}ffcall0 < 1.10-11

%description -n %{libcallback}
This is a collection of four libraries which can be used to build
foreign function call interfaces in embedded interpreters.

The four packages are:
- avcall - calling C functions with variable arguments
- vacall - C functions accepting variable argument prototypes
- trampoline - closures as first-class C functions
- callback - closures with variable arguments as first-class C functions
  (a reentrant combination of vacall and trampoline)
This version B includes some minor configuration changes so that files
are installed in the proper place. Also it compiles on cygwin and mingw32.

%files -n %{libcallback}
%{_libdir}/libcallback.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for ffcall library
Group:		Development/C
Requires:	%{libavcall} = %{EVRD}
Requires:	%{libcallback} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for ffcall library.

%files -n %{devname}
%doc NEWS README PLATFORMS
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--enable-shared
%make

%install
# make install does not create all necessary directories
mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_mandir}
%makeinstall_std

mkdir -p %{buildroot}%{_defaultdocdir}/%{devname}
mv %{buildroot}%{_datadir}/html %{buildroot}%{_defaultdocdir}/%{devname}/html

chmod 0755 %{buildroot}%{_libdir}/*.so.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10-12
+ Revision: 53f9c63
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1238 |14cr|ffdiaporama-2.2-0.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname   ffDiaporama
Name:           ffdiaporama
Version:        2.2
Release:        0.2
Summary:        Movie creator from photos and video clips
License:        GPLv2
URL:            http://ffdiaporama.tuxfamily.org
Group:          Video
# this is devel version
Source:         http://download.tuxfamily.org/%{name}/Packages/Stable/%{name}-2014.07.01.tar.gz

BuildRequires:  pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(libavcodec)
BuildRequires:  pkgconfig(Qt5Multimedia)
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(exiv2)
BuildRequires:  pkgconfig(Qt5Svg)
BuildRequires:  pkgconfig(Qt5Help)
BuildRequires:  pkgconfig(Qt5Xml)
BuildRequires:  pkgconfig(Qt5Concurrent)
BuildRequires:  qt5-macros
BuildRequires:  qmake5



Requires:       ffmpeg
Requires:       qt5-database-plugin-sqlite
Suggests:       ffdiaporama-texturemate
Suggests:       ffdiaporama-openclipart

%description
ffDiaporama is an application for creating video sequences consisting of
* titles, fixed or animated.
* images or photos, fixed or animated.
* movie clips
* music

These sequences are assembled into a slide show by means of transitions
to produce complete videos
The following options are available:

* Reframing of images and photos
* Cutting of video clips
* Adding text, notes to images, photos, sequences and animations
* Graphical filters on the images and the videos (conversion into
  black and white, dust removal, equalization of colors, etc.)
* Creation of animation by zoom, rotation or Ken Burns Effect on
  images or photos
* Correction of the images and the videos during animations
  (luminosity, contrast, gamma, colors, etc.)
* Transitions between sequences with definition of the transition type,
  sequence by sequence.
* Addition of a background sound (wav, mp3 or ogg) with customizable
  effects for volume, fade in/out and passage in pause, sequence by sequence.
* Generation of videos usable on most current video equipment
  (DVD player/smartphone, multimedia box, hard drive, etc.)
  but also publishable on the main video-sharing Websites
  (YouTube, Dailymotion, etc.)
* Video formats from QVGA (320×240) to Full HD (1920×1080)
  by way of the DVD and HD 720 formats.
* Image geometry (aspect ratio) : 4:3, 16:9 or 2.35:1 (cinema)
* Possible formats for rendering : avi, mpg, mp4, webm, mkv

%prep
%setup -q -n %{oname}
perl -pi -e "s|Categories=GTK;GNOME;Qt;KDE;AudioVideo|Categories=GTK;GNOME;Qt;KDE;AudioVideo;|" ffDiaporama.desktop

chmod -x authors.txt BUILDVERSION.txt changelog-en.txt changelog-fr.txt licences.txt \
  readme.txt licence.rtf ffDiaporama.xml ffDiaporama.desktop Devices.xml ffDiaporama-mime.xml \
  locale/LOCALEVERSION.TXT locale/WIKIVERSION.TXT


%build
%qmake_qt5 %{oname}.pro
%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}
mkdir -p %{buildroot}%{_datadir}%{oname}/locale
install locale/*  %{buildroot}%{_datadir}/%{oname}/locale/

desktop-file-validate %{buildroot}%{_datadir}/applications/%{oname}.desktop

(cd %{buildroot} && find . -name '*.q*') | sed -e 's|^.||' | sed -e \
    's:\(.*/locale/\)\([_a-z_A-Z]\+\)\(.q\):%lang(\2) \1\2\3:' >> %{name}.lang
    
find %{buildroot}%{_datadir}/%{oname}/locale  -name '*.ts' -exec chmod -x {} \;

%files -f %{name}.lang
%doc authors.txt BUILDVERSION.txt changelog-en.txt changelog-fr.txt licences.txt readme.txt licence.rtf ffDiaporama.xml Devices.xml
%{_datadir}/%{oname}/*.txt
%{_datadir}/%{oname}/*.xml
%{_datadir}/%{oname}/*.rtf
%{_datadir}/%{oname}/locale/*.TXT
%{_datadir}/%{oname}/locale/*.ts

%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/mime/packages/%{oname}-mime.xml
%{_iconsdir}/hicolor/*/apps/%{name}.png
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-0.2
+ Revision: f68adff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1239 |14cr|ffdiaporama-openclipart-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	This is ffDiaporama extension for Openclipart
Name:		ffdiaporama-openclipart
Version:	1.0
Release:	2
License:	GPLv2+
Group:		Graphics
Url:		http://ffdiaporama.tuxfamily.org/?page_id=9273
BuildRequires:	openclipart
Requires:	ffdiaporama
Requires:	openclipart
BuildArch:	noarch

%description
This extension allows you to use the openclipart database (version 0.18+)
with ffDiaporama. This database contains nearly 13,000 free clipart in .svg
format (vector). These cliparts are available in ffDiaporama under the
"clipart" entry of the directory tree in multimedia file browser.

%files
%{_datadir}/ffDiaporama/clipart/openclipart

#----------------------------------------------------------------------------

%prep
#nothing

%build
#nothing

%install
install -d %{buildroot}%{_datadir}/ffDiaporama/clipart/openclipart
ln -s %{_datadir}/clipart/openclipart/* %{buildroot}%{_datadir}/ffDiaporama/clipart/openclipart


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: ed554d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1240 |14cr|ffdiaporama-texturemate-1.0-1.2014.0125.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ffdiaporama_texturemate
%define upname ffDiaporama_texturemate

%define year 2014
%define minor 0125

Summary:	Background textures for ffDiaporama
Name:		ffdiaporama-texturemate
Version:	1.0
Release:	1.%{year}.%{minor}.1
License:	CC-BY
Group:		Graphics
Url:		http://www.texturemate.com/
Source0:	http://download.tuxfamily.org/ffdiaporama/Packages/Stable/%{oname}_%{version}.%{year}.%{minor}.tar.gz
BuildRequires:	ffdiaporama
BuildRequires:	qmake5
BuildRequires:	qt5-macros
Requires:	ffdiaporama
BuildArch:	noarch

%description
This package contains free textures to set as background in ffDiaporama.
You can set a texture as background from the library when editing the
background in a slide's settings dialog.

ffDiaporama is a tool to make diaporamas as video and a part of ffDiaporama.

All resources provided with ffDiaporama-texturemate are from the site:
 http://www.texturemate.com/
and have been redesigned to work with ffDiaporama 1.6 and higher.

%files
%doc licence.txt readme.txt TMTBUILDVERSION.txt
%{_datadir}/ffDiaporama/background/texturemate/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{upname}

%build
%qmake_qt5 %{upname}.pro

%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}


%changelog
* Sun Jul 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-1.2014.0125.1
+ Revision: 3b20171
- Adjust spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1241 |14cr|ffingerd-1.28-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fullname %{name}-%{version}
%define version 1.28
%define release 12
%define name ffingerd

Name: %{name}
Summary: Secure finger daemon
Version: %{version}
Release: %{release}
Source: %{fullname}.tar.bz2
Group: Networking/Other
URL: http://www.fefe.de/ffingerd/
License: GPL
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
Fefe's Finger Daemon is a secure fingerd which doesn't run as root,
doesn't give away vital info about your system, and does syslogging.

%prep

%setup -q %{fullname}

%build

%configure

%make

%install
rm -rf $RPM_BUILD_ROOT

install -d $RPM_BUILD_ROOT%{_prefix}/sbin
install -d $RPM_BUILD_ROOT%{_mandir}/man8
install -m 644 ffingerd.8 $RPM_BUILD_ROOT/%{_mandir}/man8
install -m 755 ffingerd $RPM_BUILD_ROOT%{_sbindir}/

%post
# remove other fingerd's and add ffingerd. make a backup, too
cat /etc/inetd.conf | grep ffingerd > /tmp/ffingerd.test
if [ ! -s /tmp/ffingerd.test ]; then
     cp -f /etc/inetd.conf /etc/inetd.conf.rpmsave
     cat /etc/inetd.conf | grep -v in.fingerd | grep -v "End of inetd.conf" > /etc/inetd.conf
     echo "#" >> /etc/inetd.conf
     echo "# Fefe's finger daemon, a secure finger daemon" >> /etc/inetd.conf
     echo "#" >> /etc/inetd.conf
     echo "finger  stream  tcp     nowait  nobody  /usr/sbin/tcpd  /usr/sbin/ffingerd" >> /etc/inetd.conf
     echo >> /etc/inetd.conf
     echo "# End of inetd.conf" >> /etc/inetd.conf
fi
rm /tmp/ffingerd.test

# now restart inetd
if [ -f /var/run/inetd.pid ]; then
     kill -HUP `cat /var/run/inetd.pid` ;
else
     echo "Now you need to restart inetd" ;
fi

%postun
# restore the old config file, or try to at least
if [ -f /etc/inetd.conf.rpmsave ]; then
     mv /etc/inetd.conf.rpmsave /etc/inetd.conf ;
fi

# now restart inetd
if [ -f /var/run/inetd.pid ]; then
     kill -HUP `cat /var/run/inetd.pid` ;
else
     echo "Now you need to restart inetd" ;
fi

%files
%defattr(-,root,root)
%doc NEWS README TODO
%{_sbindir}/*
%{_mandir}/man8/*

%clean
rm -rf $RPM_BUILD_ROOT




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.28-12
+ Revision: eee118f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1242 |14cr|fflas-ffpack-1.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This package is arch-specific, because it computes properties of the system
# (such as endianness) and stores them in generated header files.  Hence, the
# files DO vary by platform.  However, there is no actual compiled code, so
# turn off debuginfo generation.
%global debug_package %{nil}

Name:           fflas-ffpack
Version:        1.6.0
Release:        3
Summary:        Finite field linear algebra subroutines

Group:          Sciences/Mathematics
# %%{_bindir}/fflasffpack-config is CeCILL-B; other files are LGPLv2+
License:        LGPLv2+ and CeCILL-B
URL:            http://linalg.org/projects/fflas-ffpack
Source0:        http://linalg.org/%{name}-%{version}.tar.gz

# Patch from upstream discussion list.  Fixes building with debug.
Patch1:         %{name}-debug.patch

BuildRequires:  libatlas-devel
BuildRequires:  doxygen
BuildRequires:  givaro-devel
BuildRequires:  gmp-devel
BuildRequires:  gomp-devel
BuildRequires:  texlive

# Although there are references to linbox-devel files in this package,
# linbox-devel Requires fflas-ffpack-devel, not the other way around.

%description
The FFLAS-FFPACK library provides functionality for dense linear algebra
over word size prime finite fields.

%package devel
Summary:        Header files for developing with fflas-ffpack
Group:          Development/C++
Requires:       libatlas-devel, givaro-devel, gmp-devel

%description devel
The FFLAS-FFPACK library provides functionality for dense linear algebra
over word size prime finite fields.  This package provides the header
files for developing applications that use FFLAS-FFPACK.

%prep
%setup -q
%patch1 -p1

# Fix character encodings
for f in AUTHORS TODO; do
  iconv -f iso8859-1 -t utf-8 $f > $f.utf8
  touch -r $f $f.utf8
  mv -f $f.utf8 $f
done

# Fix the FSF's address
for f in `grep -FRl 'Temple Place' .`; do
  sed -i.orig \
    's/59 Temple Place, Suite 330, Boston, MA  02111-1307/51 Franklin Street, Suite 500, Boston, MA  02110-1335/' \
    $f
  touch -r $f.orig $f
  rm -f $f.orig
done

%build
%configure --docdir=%{_docdir}/fflas-ffpack-%{version} --disable-static \
  --enable-optimization --enable-doc --with-cblas=%{_libdir}/atlas \
  --with-lapack=%{_libdir}/atlas
make %{?_smp_mflags}

# Build the developer documentation, too
cd doc
doxygen DoxyfileDev
cd ..

%install
make install DESTDIR=$RPM_BUILD_ROOT

# Documentation is installed in the wrong place
rm -fr $RPM_BUILD_ROOT%{_prefix}/docs

# Don't want these files in with the HTML files
rm -f doc/fflas-ffpack-html/{AUTHORS,COPYING,INSTALL}

# Force linking to atlas lapack
sed -i 's|-llapack|-lclapack|g' $RPM_BUILD_ROOT%{_bindir}/fflas-ffpack-config

%check
make check

%files devel
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/fflas-ffpack-config
%{_includedir}/fflas-ffpack
%doc doc/fflas-ffpack.html doc/fflas-ffpack-html doc/fflas-ffpack-dev-html



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0-3
+ Revision: 673edd0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1243 |14cr|ffmpeg2theora-0.29-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A simple converter to create Ogg Theora files
Name:		ffmpeg2theora
Version:	0.29
Release:	5
License:	GPLv2+
Group:		Video
Url:		http://www.v2v.cc/~j/ffmpeg2theora/
Source0:	http://v2v.cc/~j/ffmpeg2theora/downloads/%{name}-%{version}.tar.bz2
Patch0:		ffmpeg2theora-0.29-ffmpeg-2.0.patch
Patch1:		ffmpeg2theora-0.29-link.patch
BuildRequires:	scons
BuildRequires:	ffmpeg-devel >= 0.6
BuildRequires:	pkgconfig(kate)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(theoraenc)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisenc)

%description
Simple converter to create Ogg Theora files.

%files
%doc COPYING ChangeLog AUTHORS README TODO README.mdv
%attr(0755,root,root) %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
scons prefix=%{_prefix} mandir=%{_mandir}

%install
scons install destdir=%{buildroot} prefix=%{_prefix} mandir=%{_mandir}
install -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1


cat > %{_builddir}/%{name}-%{version}/README.mdv << EOF

some examples using ffmpeg2theora:

to convert your DV file, called videoclip.dv to Ogg Theora:

ffmpeg2theora videoclip.dv

this will create an Ogg Theora file called videoclip.dv.ogg.

to encode with another quality, lets say Video Quality 7 and Audio Quality 3:

ffmpeg2theora -v 7 -a 3 videoclip.dv

you can also use the v2v Presets to encode your video

ffmpeg2theora -p preview videoclip.dv

or

ffmpeg2theora -p pro videoclip.dv

on linux you can use ffmpeg2theora to stream to an icecast server:
this needs the latest icecast-kh version and a small tool to send the ogg stream to the icecast server.

dvgrab --format raw - | \
	ffmpeg2theora -a 0 -v 5 -f dv -x 320 -y 240 -o /dev/stdout - | \ 
	oggfwd  icecastserver  8000 pwd /theora.ogg

crop the input

ffmpeg2theora --croptop 16 --cropbottom 16 --cropright 32 --cropleft 8 file.avi

further examples and discussion

EOF


%changelog
* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 0.29-5
+ Revision: 9c24f1d
- Add patch to fix linkage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1244 |14cr|ffmpegthumbnailer-2.0.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Lightweight video thumbnailer
Name:		ffmpegthumbnailer
Version:	2.0.8
Release:	7
License:	GPLv2+
Group:		Video
Url:		http://code.google.com/p/ffmpegthumbnailer/
Source0:	http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		ffmpegthumbnailer-2.0.8-memcpy.patch
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	jpeg-devel

%description
This video thumbnailer can be used by file managers to create thumbnails for
your video files. The thumbnailer uses ffmpeg to decode frames from the video
files, so supported videoformats depend on the configuration flags of ffmpeg.

This thumbnailer was designed to be as fast and lightweight as possible.

%files
%doc AUTHORS ChangeLog README TODO
%{_bindir}/ffmpegthumbnailer
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		Video

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog README TODO
%{_libdir}/libffmpegthumbnailer.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog README TODO
%{_libdir}/libffmpegthumbnailer.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
chmod 644 AUTHORS ChangeLog README TODO

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.8-7
+ Revision: 0b857c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1245 |14cr|ffmpegthumbnailer-caja-1.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight video thumbnailer
Name:		ffmpegthumbnailer-caja
Version:	1.4.0
Release:	2
License:	GPLv2+
Group:		Video
URL:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
Patch0:		ffmpegthumbnailer-caja_mateconf.patch
BuildArch:	noarch

%description
This package install a MateConf schemas to use ffmpegthumbnailer to
make thumbnails of video files in caja file manager.

%prep
%setup -q
%apply_patches

%build
%setup_compile_flags
%make

%install
%makeinstall_std

%files
%doc AUTHORS README
%{_sysconfdir}/mateconf/schemas/ffmpegthumbnailer-caja.schemas




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-2
+ Revision: 6b91573
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1246 |14cr|fget-1.3.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sdevname %mklibname %{name} -d -s

Summary:	Commandline tool for mirroring remote files via FTP
Name:		fget
Version:	1.3.3
Release:	8
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://www.feep.net/fget/
Source0:	ftp://ftp.feep.net/pub/software/fget/%{name}-%{version}.tar.bz2
Patch0:		fget-1.3.3-no-strip.patch

%description
fget is a commandline tool for mirroring remote files via FTP. It was designed
as an analog to the GNU wget utility. The fget package includes an FTP client
library, so that others can make use of FTP from within their own C programs.

%files
%doc README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Development library for fget
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 1.3.3-6
Conflicts:	%{name}-devel < 1.3.3-6
Obsoletes:	%{name}-devel < 1.3.3-6

%description -n %{sdevname}
Development library for fget.

%files -n %{sdevname}
%{_includedir}/*.h
%{_libdir}/*.a
%{_mandir}/man3/*.3*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-8
+ Revision: a0ed8f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1247 |14cr|fgrun-3.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gittag e13e42811239008fded7685d8f2311bb571f6a58

Summary: Graphical launcher for the FlightGear flight simulator
Name:		fgrun
Version:	3.0.0
Release:	2
Source0:	https://gitorious.org/fg/fgrun/archive/%{gittag}.tar.gz
Patch1:         0001-Build-fgrun-with-static-ui-libs.patch
Patch2:         0002-Fix-a-crash-when-setting-defaults.patch
Patch3:         0003-Default-settings-for-Fedora.patch
Patch4:         0004-Fix-reloadPath-logic.patch
License:	GPLv2
Group:		Games/Simulation
URL:		http://sourceforge.net/projects/fgrun/
BuildRequires:  cmake
BuildRequires:  imagemagick
BuildRequires:  boost-devel
BuildRequires:  fltk-devel >= 1.3.0
BuildRequires:  simgear-devel
BuildRequires:  pkgconfig(openscenegraph)
BuildRequires:  pkgconfig(xft)
BuildRequires:  pkgconfig(xinerama)
Requires:       flightgear

%description
fgrun is a graphical launcher for the FlightGear flight simulator.

%prep
%setup -qn fg-fgrun
%apply_patches

%build
%cmake
%make

%install
%makeinstall_std -C build
mkdir -p %{buildroot}%{_sysconfdir}/fltk/flightgear.org
install -m 0644 fgrun.prefs \
        %{buildroot}%{_sysconfdir}/fltk/flightgear.org/fgrun.prefs
%find_lang %{name}

mkdir %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Name[ru]=%{name}
Comment=Graphical launcher for the FlightGear flight simulator
Comment[ru]=Графический интерфейс для запуска авиасимулятора FlightGear
Exec=fgrun
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;Simulation;
EOF

install -d %{buildroot}{%{_miconsdir},%{_liconsdir}}
convert flightgear.ico flightgear.png 
install flightgear-1.png %{buildroot}%{_miconsdir}/%{name}.png
install flightgear-0.png %{buildroot}%{_iconsdir}/%{name}.png
install flightgear-3.png %{buildroot}%{_liconsdir}/%{name}.png

%files -f %{name}.lang
%doc README COPYING NEWS AUTHORS
%{_bindir}/%{name}
%dir %{_sysconfdir}/fltk
%dir %{_sysconfdir}/fltk/flightgear.org
%{_sysconfdir}/fltk/flightgear.org/%{name}.prefs
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-2
+ Revision: 3fa5a6b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1248 |14cr|fidoconf-1.4.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define preversion rc5

%define release 0.%{preversion}.%{rel}

%define major 1.4
%define libname %mklibname %name %major

Summary:	Library to access the fidoconfig
Name:           fidoconf
Version:        1.4.0
Release:        5
License:	GPL
Group:		File tools
Source0:		%{name}-%{major}-%{preversion}.tar.bz2
Patch0:		fidoconf-20021015-main.patch
Patch1:		fidoconf-20021015-doc.patch
Patch2:		fidoconf-20021015-man.patch
Patch3:		fidoconf-20021022-config.patch
Patch4:		fidoconf-20030523-fc2fgate.patch
Patch5:		fidoconf-tparser.diff
Patch6:		fidoconf-Makefile.diff
patch7:		fidoconf-1.4-rc5.huskymak.patch
patch8:		fidoconf-1.4-rc5.printf.patch
BuildRequires:	huskybse smapi-devel texinfo
URL:		http://sourceforge.net/projects/husky/

%description
The design goal of fidoconfig was to provide one config-file for several
different fido software packages like editor, tosser etc.
An additional aim was to have one library (fidoconfig) which can be used by
all programs.
The advantage is you only have to edit one config-file, so changing your
system is much easier than with common software packages. Also bugs can only
creep in one library and not in thousands over thousands libraries.

%package -n %libname
Summary: Library to access the fidoconfig
Group: System/Libraries
Provides: lib%name = %version-%release

%description -n %libname
The design goal of fidoconfig was to provide one config-file for several
different fido software packages like editor, tosser etc.
An additional aim was to have one library (fidoconfig) which can be used by
all programs.
The advantage is you only have to edit one config-file, so changing your
system is much easier than with common software packages. Also bugs can only
creep in one library and not in thousands over thousands libraries.

%package -n %libname-devel
Summary: Library to access the fidoconfig, development files
Group: Development/Other
Requires: %{libname} = %{version}-%{release}
Provides: lib%name-devel = %{version}-%{release}
Provides: %name-devel = %{version}-%{release} 

%description -n %libname-devel
The design goal of fidoconfig was to provide one config-file for several
different fido software packages like editor, tosser etc.
An additional aim was to have one library (fidoconfig) which can be used by
all programs.
The advantage is you only have to edit one config-file, so changing your
system is much easier than with common software packages. Also bugs can only
creep in one library and not in thousands over thousands libraries.

This Package contains the Development Files. Only needed if you want to
compile the Husky-Programs yourself

%prep
%setup -q -n %name
#% patch0 -p1
#% patch1 -p1
#% patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1 -b .huskymak
%patch8 -p1 -b .printf

%build
MANDIR=%{buildroot}%{_mandir} BINDIR=%{buildroot}%{_bindir} INCDIR=%{buildroot}%{_includedir} LIBDIR=%{buildroot}%{_libdir} INFODIR=%{buildroot}%{_infodir}
%make OPTCFLAGS=" -s -c -fPIC %{optflags}"

%install
make BINDIR=%{buildroot}%{_bindir} INCDIR=%{buildroot}%{_includedir} LIBDIR=%{buildroot}%{_libdir} INFODIR=%{buildroot}%{_infodir} install
rm -rf %{buildroot}%{_infodir}/dir
make MANDIR=%{buildroot}%{_mandir} install-man

chmod 755 %{buildroot}%{_bindir}/*
chmod 755 %{buildroot}%{_libdir}/*



%files
%doc COPYING ChangeLog HISTORY INSTALL README.TXT TODO VERSION fconf2dir fconf2fidogate.cfg.sample doc/config
%{_bindir}/*
%{_infodir}/fidoconfig.info*
%{_mandir}/*/*

%files -n %libname
%{_libdir}/libfidoconfig.so.*

%files -n %libname-devel
%{_libdir}/libfidoconfig.so
%dir %{_includedir}/fidoconf
%{_includedir}/fidoconf/*
%{_libdir}/libfidoconfig.a





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-5
+ Revision: 1a175b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1249 |14cr|fife-0.3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define soname 0
%define libname %mklibname %{name} %{soname}
%define devname %mklibname -d %{name}
%define staticname %mklibname -d -s %{name}
# fife.ppc: W: devel-file-in-non-devel-package /usr/lib/libfife.so <- just a symlink, shouldn't be in -devel. It's used by the client(s).
#global minor_version r3

Summary:	Cross platform game creation framework
Name:		fife
Version:	0.3.4
Release:	4
Group:		System/Libraries
License:	LGPLv2+
Url:		http://www.fifengine.de
# https://sourceforge.net/projects/fife/files/active/src/fife_%{version}.tar.gz/download
# removed ext/   -  removed for using system libs instead of shipped
# removed tests/   -  removed for legal issues
# added docs/   -  missing in 0.3.4 by mistake?
Source0:	%{name}_%{version}%{?minor_version}.tar.xz
Patch0:		fife-0.3.4-no-tests.patch
BuildRequires:	chrpath
BuildRequires:	scons
BuildRequires:	graphviz
BuildRequires:	swig
BuildRequires:	boost-devel
BuildRequires:	python-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	tinyxml-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(guichan-0.8)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(zlib)

Provides:	%{name}-python = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description
This package of Fife comes with game-engine only.
Unknown horizons is one of the clients that will use this engine.

%package -n %{libname}
Summary:	Shared libs for %{name}
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n %{libname}
Shared libs for %{name}.

%package -n %{devname}
Summary:	Development package for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{name}-devel < %{version}-%{release}

%description -n %{devname}
Files for development with %{name}.

%package -n %{staticname}
Summary:	Static library for %{name} development
Group:		Development/C
Requires:	%{devname} = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}
Obsoletes:	%{name}-static < %{version}-%{release}

%description -n %{staticname}
The %{name}-static package includes static library needed to develop programs
that use the %{name} library.

%package doc
Summary:	Documentation for %{name}
Group:		Development/Other
BuildRequires:	doxygen
BuildArch:	noarch
Requires:	%{name} = %{version}-%{release}

%description doc
Doxygen generated documentation for %{name}.

%prep
%setup -q -n %{name}_%{version}%{?minor_version}
%patch0 -p1

# remove usage of ./ext/ (see line 16 for further informations)
# very dirrty, but it works
sed -i '21d' \
    build/linux2-config.py

# use libdir instead of lib (for 64bit systems)
for l in ./engine/SConscript ./build/linux2-config.py
do
 sed -i "s|'lib'|'%{_lib}'|g" $l
done 

# be utf-8 clean, dudes!
for f in ./AUTHORS ./CHANGES ./COPYING ./README
do
 iconv -f iso-8859-1 -t utf-8 $f |sed 's|\r||g' > $f.utf8
 touch -c -r $f $f.utf8
 mv $f.utf8 $f
done

# correction of leaf
sed -i 's|i->leaf()|i->path().leaf()|g' \
    engine/core/vfs/vfsdirectory.cpp

%build
scons . \
	CXXFLAGS='%{optflags}' \
	--enable-debug \
	--enable-rend-grid \
	--enable-rend-camzone \
	fife-shared fife-static fife-python fife-swig

# Doxygen generated docs
doxygen ./doc/doxygen/doxyfile
rm -f ./doc/doxygen/html/installdox

%install
scons . \
	CXXFLAGS='%{optflags}' \
	--enable-debug \
		install-all \
		install-dev \
	DESTDIR=%{buildroot} \
	--prefix=%{_prefix} \
	--lib-dir=%{_lib} \
	--python-prefix=%{python_sitearch}

# rpath is evil, evil, evil
chrpath --delete %{buildroot}%{_libdir}/lib%{name}.so.%{version}
chrpath --delete %{buildroot}%{python_sitearch}/%{name}/_%{name}.so

# playing a little bit with soname
pushd %{buildroot}%{_libdir}
ln -s lib%{name}.so.%{version} lib%{name}.so.%{soname}
ln -s lib%{name}.so.%{version} lib%{name}.so
popd

mkdir -p %{buildroot}/%{_bindir}/
cat > %{buildroot}/%{_bindir}/%{name}-documentation << EOF
#!/bin/sh
xdg-open file://%{_docdir}/%{name}-doc-%{version}/index.html
EOF
chmod +x %{buildroot}/%{_bindir}/%{name}-documentation

# fife.ppc: E: non-standard-executable-perm /usr/lib/libfife.so.0 0775
chmod 755 %{buildroot}/%{_libdir}/lib%{name}.so.%{soname}
# fife.ppc: E: non-standard-executable-perm /usr/lib/python2.6/site-packages/fife/_fife.so 0775
chmod 755 %{buildroot}/%{python_sitearch}/%{name}/_%{name}.so

%files
%doc AUTHORS CHANGES COPYING README
%{python_sitearch}/%{name}

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{soname}
%{_libdir}/lib%{name}.so.%{version}

%files -n %{devname}
%{_libdir}/lib%{name}.so
%{_includedir}/%{name}/

%files -n %{staticname}
%{_libdir}/lib%{name}.a

%files doc
%doc ./doc/doxygen/html/*
%{_bindir}/%{name}-documentation



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.4-4
+ Revision: 7e57562
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1250 |14cr|figlet-2.2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _fontdir %{_datadir}/%{name}

Name: figlet
Epoch: 1
Version: 2.2.5
Release: 2
Summary: A program for making large letters out of ordinary text
URL: http://www.figlet.org/
Group: Toys
License: BSD
Source: ftp://ftp.figlet.org:21/pub/figlet/program/unix/%{name}-%{version}.tar.gz
BuildRequires: zip
BuildRoot: %{_tmppath}/%{name}-%{version}-root

%description
FIGlet is a program that creates large characters out of ordinary
screen characters
 _ _ _          _   _     _
| (_) | _____  | |_| |__ (_)___
| | | |/ / _ \ | __| '_ \| / __|
| | |   <  __/ | |_| | | | \__ \_
|_|_|_|\_\___|  \__|_| |_|_|___(_)

(This is meant to be viewed in a monospaced font.)  FIGlet can create
characters in many different styles and can kern and "smush" these
characters together in various ways.

%prep
%setup -q

%build
%make \
  CFLAGS="%{optflags}" \
  BINDIR=%{_bindir} \
  MANDIR=%{_mandir} \
  DEFAULTFONTDIR=%{_fontdir}

%install
rm -rf %{buildroot}

# Compress fonts
(cd fonts;
chmod 644 *;
for i in *; do
  zip -m $i.zip $i
  mv $i.zip $i
done)

make install \
  BINDIR=%{_bindir} \
  MANDIR=%{_mandir} \
  DEFAULTFONTDIR=%{_fontdir} \
  DESTDIR=%{buildroot}
./run-tests.sh %{buildroot}%{_fontdir}

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc FAQ CHANGES LICENSE README figfont.txt
%attr(755,-,-) %{_bindir}/figlet
%attr(755,-,-) %{_bindir}/chkfont
%attr(755,-,-) %{_bindir}/figlist
%attr(755,-,-) %{_bindir}/showfigfonts
%{_mandir}/man6/figlet.6*
%{_mandir}/man6/chkfont.6*
%{_mandir}/man6/figlist.6*
%{_mandir}/man6/showfigfonts.6*
%dir %{_fontdir}
%{_fontdir}/*.fl[fc]



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.2.5-2
+ Revision: bf2af66
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1251 |14cr|figlet-more-fonts-20040514-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name figlet-more-fonts
%define version 20040514
%define release 11

Summary: Program for making large letters out of ordinary text 
Name: %{name}
Version: %{version}
Release: %{release}
Source0: contributed.tar.bz2
Source2: international.tar.gz
Source3: ms-dos.tar.bz2
License: Artistic
Group: Toys
Url: http://ianchai.50megs.com/figlet.html
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
Requires: figlet

%description
FIGlet is a program for making large letters out 
of ordinary text.

This package allready include lot of fonts.

%prep
%setup -q -n %name%version -c 0 
%setup -q -T -D -n %name%version -a 2 
%setup -q -T -D -n %name%version -a 3 

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%_datadir/figlet

(#SOURCE2
cd contributed

# Conflict with figlet itself
find . -name banner.flf -exec rm -f {} \;

cp -af *.fl? $RPM_BUILD_ROOT%_datadir/figlet
tar xzf Obanner.tgz
cp -af Obanner/*.fl? $RPM_BUILD_ROOT%_datadir/figlet
tar xzf Obanner-canon.tgz
cp -af Obanner-canon/*.fl? $RPM_BUILD_ROOT%_datadir/figlet
cp -af bdffonts/*.fl? $RPM_BUILD_ROOT%_datadir/figlet
cp -af C64-fonts/*.fl? $RPM_BUILD_ROOT%_datadir/figlet
)

ls contributed/*.fl? | sed 's!^.*/!%_datadir/figlet/!' >> files.list
ls contributed/Obanner/*.fl? | sed 's!^.*/!%_datadir/figlet/!' >> files.list
ls contributed/Obanner-canon/*.fl? | sed 's!^.*/!%_datadir/figlet/!' >> files.list
ls contributed/bdffonts/*.fl? | sed 's!^.*/!%_datadir/figlet/!' >> files.list
ls contributed/C64-fonts/*.fl? | sed 's!^.*/!%_datadir/figlet/!' >> files.list
(#SOURCE3
cd international
tar xzf cjkfonts.tar.gz
cp -af *.fl? $RPM_BUILD_ROOT%_datadir/figlet
)

ls international/*.fl? | sed 's!^.*/!%_datadir/figlet/!' >> files.list

(#SOURCE4
cd ms-dos
cp -af *.fl? $RPM_BUILD_ROOT%_datadir/figlet
)

ls ms-dos/*.fl? | sed 's!^.*/!%_datadir/figlet/!' >> files.list

chmod 644 $RPM_BUILD_ROOT%_datadir/figlet/*

cat files.list | sort | uniq >> files.list.uniq

%clean
rm -rf $RPM_BUILD_ROOT

%files -f files.list.uniq
%defattr(-,root,root)
%doc contributed/Obanner.README international/cjkfonts.readme  




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20040514-11
+ Revision: 419b9ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1252 |14cr|filerunner-13.4.18.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	FileRunner

Summary:	A simple file manager with built-in FTP support
Name:		filerunner
Version:	13.4.18.11
Release:	2
License:	GPLv3+
Group:		File tools
URL:		http://sourceforge.net/projects/filerunner/
Source0:	http://netcologne.dl.sourceforge.net/project/filerunner/Release-13.4.18.11/fr-13.4.18.11.tar.gz
BuildArch:	noarch
BuildRequires:	imagemagick
BuildRequires:	tcl-devel
Requires:	tcl
Requires:	tk
Suggests:	expect
Suggests:	openssh-clients


Provides:	%{oname} = %{version}-%{release}
Obsoletes:	%{oname} <= 2.5.1


%description
FileRunner is a file manager for Unix. It is simple and efficient and has
a built-in FTP client. New and improved from a FileRunner of long ago.

%prep
%setup -q -c %{name}-%{version}
cd %{name}
# http://qa.mandriva.com/show_bug.cgi?id=22193
find -type f | xargs perl -pi -e "s|\\\$glob\(doclib_fr\)|%{_docdir}/%{name}|g"

%build
#nothing

%install
mkdir -p %{buildroot}%{tcl_sitelib}/%{oname}/bitmaps
mkdir -p %{buildroot}%{_bindir}
cd %{name}
cp -a bitmaps/* %{buildroot}%{tcl_sitelib}/%{oname}/bitmaps
cp -a *.tcl %{buildroot}%{tcl_sitelib}/%{oname}
cp -a icon.xpm %{buildroot}%{tcl_sitelib}/%{oname}
cp -a tclIndex %{buildroot}%{tcl_sitelib}/%{oname}

install -m755 fr %{buildroot}%{tcl_sitelib}/%{oname}/fr
install -m755 frftp %{buildroot}%{tcl_sitelib}/%{oname}/frftp

ln -s %{tcl_sitelib}/%{oname}/fr %{buildroot}%{_bindir}/fr
ln -s %{_docdir}/%{name}/HISTORY %{buildroot}%{tcl_sitelib}/%{oname}/HISTORY

# Icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps

convert icon.xpm -resize 16x16  %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert icon.xpm -resize 32x32  %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert icon.xpm -resize 48x48  %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=fr
Icon=%{name}
Terminal=false
Type=Application
Categories=Network;FileTransfer;
EOF

find %{buildroot}%{_datadir}/tcl8.6/FileRunner/bitmaps -name '*.bit' -exec chmod -x {} \;
chmod +x %{buildroot}%{_datadir}/tcl8.6/FileRunner/bitmaps/bitmapeditor
chmod 0755 %{buildroot}%{_datadir}/tcl8.6/FileRunner/frcolor.tcl



%files
%doc %{name}/COPYING %{name}/FAQ %{name}/HISTORY %{name}/README %{name}/*.txt
%{tcl_sitelib}/%{oname}
%{_bindir}/fr
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 13.4.18.11-2
+ Revision: 0be5eb2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1253 |14cr|fileschanged-0.6.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Reports when files have been altered
Name:		fileschanged
Version:	0.6.5
Release:	6
License:	GPLv2+
Group:		File tools
Url:		http://fileschanged.sourceforge.net
Source0:	http://mesh.dl.sourceforge.net/sourceforge/fileschanged/%{name}-%{version}.tar.bz2
BuildRequires:	help2man
BuildRequires:	pkgconfig(gamin)
Requires:	gamin

%description
This software is a client to the FAM (File Alteration Monitor) server.
Here's how the fileschanged FAM client works: 
you give it some filenames on the command line, it monitors those for changes.
When it discovers that a file has changed (or has been altered),
it displays the filename on the standard-output.

%files -f %{name}.lang
%doc README
%{_bindir}/fileschanged
%{_datadir}/fileschanged
%{_mandir}/man1/*
%{_datadir}/info/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
sed -i 's/-Werror//' src/Makefile.*
%configure2_5x
make

%install
%makeinstall_std
rm -f %{buildroot}%{_datadir}/%{name}/NEWS

%find_lang %{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.5-6
+ Revision: edbb3c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1254 |14cr|fillets-ng-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fish Fillets NG
Name:		fillets-ng
Version:	1.0.1
Release:	4
License:	GPLv2+
Group:		Games/Puzzles
Url:		http://fillets.sourceforge.net/
Source0:	http://downloads.sourceforge.net/fillets/%{name}-%{version}.tar.gz
Source3:	%{name}-48.png
Source4:	%{name}-32.png
Source5:	%{name}-16.png
Patch0:		fillets-ng-1.0.1-lua-5.2.patch
Requires:	%{name}-data
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)

%description
Fish Fillets NG is strictly a puzzle game. The goal in every of the seventy
levels is always the same: find a safe way out. The fish utter witty remarks
about their surroundings, the various inhabitants of their underwater realm
quarrel among themselves or comment on the efforts of your fish. The whole
game is accompanied by quiet, comforting music.

%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%{_gamesbindir}/fillets
%{_mandir}/man6/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .lua-52

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}/%{name}
%make

%install
%makeinstall_std

# Menu entry
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Fish Fillets NG
Comment=Fish Fillets NG puzzle game
Exec= %{_gamesbindir}/fillets
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;LogicGame;
EOF

# Icon installation
install -D -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 %{SOURCE4} %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{SOURCE5} %{buildroot}%{_miconsdir}/%{name}.png


%changelog
* Mon Sep 15 2014 abfonly <abfonly@gmail.com> 1.0.1-4
+ Revision: 9805e97
- Merge pull request #1 from abfonly/fillets-ng:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1255 |14cr|fillets-ng-data-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fillets-ng-data
%define version 1.0.0
%define release 2

%define mainname fillets-ng

Summary: Data files for the Fish Fillets NG game
Name: %{name}
Version: %{version}
Release: %{release}
License: GPLv2+
Group: Games/Puzzles
URL: http://fillets.sourceforge.net/
# gz smaller than bz2
Source0: http://downloads.sourceforge.net/fillets/%name-%version.tar.gz
Requires: %{mainname}
Provides: fillets-ng-data-cs
Obsoletes: fillets-ng-data-cs
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildArch: noarch

%description
Data files for the Fish Fillets NG game.

%prep
%setup -q

%install
rm -rf %{buildroot}

install -m 755 -d %{buildroot}%{_gamesdatadir}/%{mainname}
cp -a font images music script sound %{buildroot}%{_gamesdatadir}/%{mainname}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING doc
%{_gamesdatadir}/%{mainname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 9ef879a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1256 |14cr|filters-2.48-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	filters
%define debug_package %{nil}

Name: %name
Version: 2.48
Release: 2
Summary: A collection of text filters, including the Swedish Chef
License: GPL
Group: Toys
URL: http://kitenet.net/~joey/code/filters.html
# author distributes tarball only from debian pool
Source: http://ftp.debian.org/debian/pool/main/f/filters/filters_2.48.tar.gz
BuildRequires: flex, byacc

%description
A collection of filters to do all sorts of strange things to text.
This includes such favorites as B1FF and the Swedish Chef, and a
wide range of others.

%prep
%setup -q -n %{name}

sed -r -i '/\s+g*cc/s,g*cc,\$(CC),' *.dir/makefile

%build
export CC="%__cc %optflags"
%make

%install
%makeinstall_std

%files
%defattr(0644,root,root,0755)
%doc README
%attr(0755,root,root) %{_gamesbindir}/*
%{_mandir}/man6/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.48-2
+ Revision: 08d72db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1257 |14cr|findbugs-bcel-5.2-1.3.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This is a version of BCEL that has been modified by the findbugs team.  They
# added some new functionality and also did some performance optimizations of
# the base code.  I am not producing a new manual, since we already have a
# bcel-manual package and the findbugs team did not patch the manual.  However,
# the javadoc package is necessary to show the changes in the API created by
# the findbug team's work.

%global findbugsver 1.3.8

Name:           findbugs-bcel
Version:        5.2
Release:        %{findbugsver}
Summary:        Byte Code Engineering Library with findbugs extensions

Group:          Development/Java
License:        ASL 2.0
URL:            http://jakarta.apache.org/bcel/
Source0:        http://www.apache.org/dist/jakarta/bcel/source/bcel-%{version}-src.tar.gz
# This patch is available in the findbugs release, in src/patches/bcel.diff.
Source1:        bcel.diff

BuildRequires:  java-devel, jpackage-utils
Requires:       java, jpackage-utils

BuildArch:      noarch

%description
This is a version of Apache's Byte Code Engineering Library (BCEL) that has
been modified by the findbugs developers.  The modifications add some new
functionality, and also introduce a number of performance optimizations to
address findbugs performance problems.  Some of the performance optimizations
induce API changes, so this version of BCEL is not compatible with the vanilla
upstream version.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
%{summary}.

%prep
%setup -q -n bcel-%{version}
%{__patch} -p7 -s < %{SOURCE1}

%build
# The ant and maven builds both try to download unneeded jars
mkdir classes
find src/java -type f -name '*.java' | \
xargs javac -g -d classes -source 1.5 -encoding ISO8859-1
cd classes
jar cf findbugs-bcel-%{findbugsver}.jar org
cd ..

mkdir javadoc
find src/java -type f -name '*.java' | xargs javadoc -sourcepath src/java \
  -classpath classes -source 1.5 -encoding ISO8859-1 -d javadoc 

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p classes/findbugs-bcel-%{findbugsver}.jar $RPM_BUILD_ROOT%{_javadir}
ln -s findbugs-bcel-%{findbugsver}.jar $RPM_BUILD_ROOT%{_javadir}/findbugs-bcel.jar

mkdir -p $RPM_BUILD_ROOT%{_javadocdir}
cp -a javadoc $RPM_BUILD_ROOT%{_javadocdir}/findbugs-bcel-%{findbugsver}
ln -s findbugs-bcel-%{findbugsver} $RPM_BUILD_ROOT%{_javadocdir}/findbugs-bcel

%files
%defattr(-,root,root,-)
%doc LICENSE.txt NOTICE.txt README.txt
%{_javadir}/findbugs-bcel*

%files javadoc
%defattr(-,root,root,-)
%doc LICENSE.txt NOTICE.txt
%{_javadocdir}/findbugs-bcel*


%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 5.2-1.3.8
+ Revision: c887ae4
- Automatic import for version 5.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1258 |14cr|fio-2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fio
%define version 2.1
%define release 2

Summary: A flexible I/O tester/benchmarker
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2
License: GPLv2
Group: System/Kernel and hardware
Url: http://git.kernel.dk/?p=fio.git;a=summary
BuildRequires: libaio-devel

%description
fio is an I/O tool meant to be used both for benchmark and 
stress/hardware verification.
It has support for 9 different types of I/O engines
(sync, mmap, libaio, posixaio, SG v3, splice, null, network, syslet),
I/O priorities (for newer Linux kernels), rate I/O, forked or threaded jobs,
and much more. It can work on block devices as well as files.
fio accepts job descriptions in a simple-to-understand text format.
Several example job files are included. 
fio displays all sorts of I/O performance information.
It supports Linux, FreeBSD, and OpenSolaris.

%prep
%setup -q

%build
%make

%install
%makeinstall

%files
%doc HOWTO README COPYING REPORTING-BUGS
%doc examples
%{_bindir}/fio
%{_bindir}/fio_generate_plots
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-2
+ Revision: 606e379
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1259 |14cr|fireflies-2.07-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Colourful OpenGL screensaver
Name:		fireflies
Version:	2.07
Release:	13
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://somewhere.fscked.org/fireflies/
Source0:	http://somewhere.fscked.org/fireflies/%{name}-%{version}.tar.bz2
Patch0:		fireflies-2.07-gcc4.3.patch
Patch1:		libgfx-fltk-header.patch
Patch2:		fireflies-2.07-missing-header.patch
Patch3:		fireflies-2.07-libgfx-libpng15.patch
Patch4:		fireflies-2.07-libgfx-libpng16.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
Requires:	xscreensaver

%description
Fireflies is an OpenGL screensaver for Linux (using xscreensaver) and
Windows. It also works as a standalone program, which allows you to
move and rotate the camera. Swarms of bugs fly around the screen
leaving colorful translucent trails that get blown around by the wind.

%files
%doc README ChangeLog
%{_libexecdir}/xscreensaver/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
tar xzf libgfx*
%patch0 -p1
%patch1 -p0
%patch2 -p1
%patch3 -p0
%patch4 -p0

%build
cd libgfx
%configure2_5x
cd src
%make
cd ../..
%configure2_5x
%make OPT_LIBS=-lX11

%install
install -D -m 755 src/%{name} %{buildroot}%{_libexecdir}/xscreensaver/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.07-13
+ Revision: e49e36a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1260 |14cr|firefly-1.1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name firefly
%define version 1.1.1
%define release 8

Summary: Multi-user professional help desk system
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Communications
URL: http://somwhere.com
BuildRoot: %{_tmppath}/%{name}
Requires: mod_php, php-gd, php-pgsql, postgresql, postgresql-server
Buildarch: noarch

%description
Firefly is a multi-user professional help desk system with several additional
applications including company and contact management, knowledge database 
management, and contracts management. 
Firefly is also an application framework providing services such as
user authentication, profile management, and database abstraction.
It is designed on PHP3, postgreSQL, and Apache.

Any new module profits firefly's user authentification and framework services.
A library of generic functions and a unified structure of the folders
make it possible to develop ew modules easily.

%prep
%setup -q

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/var/www/html/firefly
cp -avf images include modules templates *.php *.gif *.css $RPM_BUILD_ROOT/var/www/html/firefly

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README README-FR CREDITS doc_* DocUser.txt INSTALL LICENSE INSTALL-FR GPL GPL-FR dumps/*
/var/www/html/firefly




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-8
+ Revision: d0544a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1261 |14cr|firefox-ext-adblock-plus-2.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package	%{nil}

Summary:	Ad-blocking extension for firefox
Name:		firefox-ext-adblock-plus
Version:	2.5.1
Release:	2
License:	MPL
Group:		Networking/WWW
URL:		https://addons.mozilla.org/en-US/firefox/addon/1865
Source0:	http://releases.mozilla.org/pub/mozilla.org/addons/1865/adblock_plus-%{version}-sm+tb+an+fx.xpi
BuildRequires:	firefox-devel
Requires:	firefox >= %{firefox_version}
BuildArch:	noarch

%description
Ever been annoyed by all those ads and banners on the Internet that often take
longer to download than everything else on the page? Install Adblock Plus now
and get rid of them. 


%prep
%setup -qcn %{name}-%{version}


%build
# Precompiled Java archive: nothing to do


%install
mkdir -p %{buildroot}%{firefox_extdir}

hash="$(sed -n '/.*em:id="\(.*\)"/{s//\1/p;q}' install.rdf)"
if [ -z "$hash" ]; then
    hash="$(sed -n '/.*em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)"
fi
if [ -z "$hash" ]; then
    echo "Failed to find plugin hash."
    exit 1
fi
extdir="%{firefox_extdir}/"
mkdir -p "%{buildroot}$extdir"
cp -af %SOURCE0 "%{buildroot}$extdir/$hash.xpi"


%files
%{firefox_extdir}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.1-2
+ Revision: 5897385
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1262 |14cr|firefox-ext-bugzilla-tweaks-1.12.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Bugzilla extension for firefox
Name:		firefox-ext-bugzilla-tweaks
Version:	1.12.1.1
Release:	2
License:	MPL
Group:		Networking/WWW
URL:		https://addons.mozilla.org/en-US/firefox/addon/187588/
Source0:	https://addons.mozilla.org/firefox/downloads/latest/187588/bugzilla_tweaks-%{version}-fx.xpi
BuildRequires:	firefox-devel
Requires:	firefox >= %{firefox_version}
BuildArch:	noarch

%description
This extension modifies the pages loaded from bugzilla.mozilla.org and adds
features including:
- Interleaving the bug's change history with the comments on the same page
- Showing the last time that a bug or attachment flag was changed
- Proving user name autocompletion support
- And many more...


%prep
%setup -qcn %{name}-%{version}


%build
# Precompiled Java archive: nothing to do


%install
mkdir -p %{buildroot}%{firefox_extdir}

hash="$(sed -n '/.*em:id="\(.*\)"/{s//\1/p;q}' install.rdf)"
if [ -z "$hash" ]; then
    hash="$(sed -n '/.*em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)"
fi
if [ -z "$hash" ]; then
    echo "Failed to find plugin hash."
    exit 1
fi
extdir="%{firefox_extdir}/$hash"
mkdir -p "%{buildroot}$extdir"
cp -af * "%{buildroot}$extdir/"


%files
%{firefox_extdir}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12.1.1-2
+ Revision: 8d7766b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1263 |14cr|firefox-ext-download-statusbar-0.9.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Download Statusbar extension for firefox
Name: firefox-ext-download-statusbar
Version: 0.9.8
Release: 3
License: MPL
Group:	Networking/WWW
URL:	https://addons.mozilla.org/en_US/firefox/addon/26/
Source: http://releases.mozilla.org/pub/mozilla.org/addons/26/download_statusbar-%{version}-fx.xpi
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Requires: firefox >= %{firefox_version}
Obsoletes: %{name} < %{version}
BuildRequires: firefox-devel
Buildarch: noarch

%description
Despite its compact size, Download Statusbar packs in more useful features than
the standard download window. The fully customizable interface auto-hides when
not in use, allowing full control without interruption. 

%prep
%setup -q -c -n %{name}-%{version}

%install
mkdir -p %{buildroot}%{firefox_extdir}

hash="$(sed -n '/.*em:id="\(.*\)"/{s//\1/p;q}' install.rdf)"
if [ -z "$hash" ]; then
    hash="$(sed -n '/.*em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)"
fi
if [ -z "$hash" ]; then
    echo "Failed to find plugin hash."
    exit 1
fi
extdir="%{firefox_extdir}/$hash"
mkdir -p "%{buildroot}$extdir"
# (tv) xpi packaging doesn't work with that extension (UI issues):
#cp -af %SOURCE0 "%{buildroot}$extdir/$hash.xpi"
#zip -9 "%{buildroot}$extdir/$hash.xpi" *
cp -af * "%{buildroot}$extdir/"

%files
%defattr(0644,root,root,0755)
%{firefox_extdir}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.8-3
+ Revision: c3c1906
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1264 |14cr|firefox-ext-downthemall-2.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname downthemall

%define rel 2

Summary: DownThemAll! extension for firefox
Name: firefox-ext-%{realname}
Version: 2.0.3
Release: %rel
License: MPL1.1 or GPLv2+ or LGPLv2+
Group: Networking/WWW
URL: http://www.downthemall.net
Source: http://code.downthemall.net/releases/%{realname}-%{version}.xpi
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Buildarch: noarch
Requires: firefox >= %{firefox_version}
Obsoletes: mozilla-firefox-ext-%{realname} < %{version}-%{release}
Provides: mozilla-firefox-ext-%{realname} = %{version}-%{release}
BuildRequires: firefox-devel
Obsoletes: %{name} < %{version}-%{release}

%description
DownThemAll (or just dTa) is a powerful yet easy-to-use Mozilla Firefox
extension that adds new advanced download capabilities to your browser.

DownThemAll lets you download all the links or images contained in a
webpage and much more: you can refine your downloads by fully
customizable criteria to get only what you really want.

%prep
%setup -q -c -n %{name}-%{version}

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{firefox_extdir}

hash="$(sed -n '/.*id="\(.*\)"/{s//\1/p;q}' install.rdf)"
if [ -z "$hash" ]; then
    hash="$(sed -n '/.*id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)"
fi
if [ -z "$hash" ]; then
    echo "Failed to find plugin hash."
    exit 1
fi
extdir="%{firefox_extdir}/$hash"
mkdir -p "%{buildroot}$extdir"
cp -af * "%{buildroot}$extdir/"

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%{firefox_extdir}



%changelog
* Thu Aug 30 2012 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-2
+ Revision: 29d6077
- Fix macro-in-requirements issue



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1265 |14cr|firefox-ext-firebug-1.12-0..0a7.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pre			.0a7
%define	firefox_version		21
%define	firefox_extdir		%{_datadir}/mozilla/extensions

Summary:	Web development tool extension for firefox
Name:		firefox-ext-firebug
Version:	1.12
Release:	%mkrel 0.%{pre}.1
License:	MPL
Group:		Networking/WWW
URL:		https://addons.mozilla.org/en-US/firefox/addon/1843
#Source: http://www.gtlib.gatech.edu/pub/mozilla.org/addons/1843/firebug-%%{version}-fx.xpi
Source0:	http://getfirebug.com/releases/firebug/1.12/firebug-%{version}%{pre}.xpi
BuildRequires:	firefox-devel
Requires:	firefox => %{firefox_version}
BuildArch:	noarch

%description
The most popular and powerful web development tool:
* Inspect HTML and modify style and layout in real-time
* Use the most advanced JavaScript debugger available for any browser
* Accurately analyze network usage and performance
* Extend Firebug and add features to make Firebug even more powerful
* Get the information you need to get it done with Firebug.


%prep
%setup -q -c -n %{name}-%{version}


%build
# Prebuilt: nothing to do


%install
mkdir -p %{buildroot}%{firefox_extdir}

hash="$(sed -n '/.*em:id="\(.*\)"/{s//\1/p;q}' install.rdf)"
if [ -z "$hash" ]; then
    hash="$(sed -n '/.*em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)"
fi
if [ -z "$hash" ]; then
    echo "Failed to find plugin hash."
    exit 1
fi
extdir="%{firefox_extdir}/"
mkdir -p "%{buildroot}$extdir"
cp -af %{SOURCE0} "%{buildroot}$extdir/$hash.xpi"


%files
%{firefox_extdir}




%changelog
* Sat Jun 08 2013 Giovanni Mariani <mc2374@mclink.it> 1.12-0..0a7.1
+ Revision: 93dc2f3
- Updated to version 1.12.0alpha7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1266 |14cr|firefox-ext-flashgot-1.2.9.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Flashgot extension for firefox
Name: firefox-ext-flashgot
Version: 1.2.9.4
Release: 3
License: GPLv2+
Group: Networking/WWW
URL: http://flashgot.net
Source: https://secure.informaction.com/download/releases/flashgot-%{version}.xpi
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: firefox >= %{firefox_version}
Obsoletes: mozilla-firefox-ext-flashgot < %{version}-%{release}
Obsoletes: %{name} < %{version}-%{release}
BuildArch: noarch
Suggests: kget curl gwget
BuildRequires: firefox-devel

%description
FlashGot is the free Mozilla / Firefox / Flock / Thunderbird extension
(compatible with Netscape too), meant to handle single and massive ("all"
and "selection") downloads with several external Download Managers.

%prep
%setup -q -c -n %{name}-%{version}

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{firefox_extdir}

hash="$(sed -n '/.*em:id="\(.*\)"/{s//\1/p;q}' install.rdf)"
if [ -z "$hash" ]; then
    hash="$(sed -n '/.*em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)"
fi
if [ -z "$hash" ]; then
    echo "Failed to find plugin hash."
    exit 1
fi
extdir="%{firefox_extdir}/$hash"
mkdir -p "%{buildroot}$extdir"
cp -af * "%{buildroot}$extdir/"

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%{firefox_extdir}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.9.4-3
+ Revision: 76e53e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1267 |14cr|firefox-ext-greasemonkey-1.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Greasemonkey extension for firefox
Name:		firefox-ext-greasemonkey
Version:	1.15
Release:	2
License:	MIT
Group:		Networking/WWW
URL:		https://addons.mozilla.org/en-US/firefox/addon/748
Source0:	https://addons.mozilla.org/firefox/downloads/latest/748/greasemonkey-%{version}-fx.xpi
BuildRequires:	firefox-devel
Requires:	firefox >= %{firefox_version}
BuildArch:	noarch

%description
Allows you to customize the way a webpage displays using small bits of
JavaScript.  Hundreds of scripts, for a wide variety of popular sites, are
already available at http://userscripts.org.  You can write your own scripts,
too. Check out http://wiki.greasespot.net/ to get started.


%prep
%setup -qcn %{name}-%{version}


%build
# Precompiled Java archive: nothing to do


%install

mkdir -p %{buildroot}%{firefox_extdir}

hash="$(sed -n '/.*em:id="\(.*\)"/{s//\1/p;q}' install.rdf)"
if [ -z "$hash" ]; then
    hash="$(sed -n '/.*em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)"
fi
if [ -z "$hash" ]; then
    echo "Failed to find plugin hash."
    exit 1
fi
extdir="%{firefox_extdir}/"
mkdir -p "%{buildroot}$extdir"
cp -af %SOURCE0 "%{buildroot}$extdir/$hash.xpi"


%files
%{firefox_extdir}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.15-2
+ Revision: 2bd8237
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1268 |14cr|firefox-ext-jumpstart-0.5a5.4.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname new_tab_jumpstart

Summary:	New Tab JumpStart for firefox
Name:		firefox-ext-jumpstart
Version:	0.5a5.4.3
Release:	4
License:	MPL
Group:		Networking/WWW
URL:		https://addons.mozilla.org/en-US/firefox/addon/8914
Source:		http://releases.mozilla.org/pub/mozilla.org/addons/8914/%{srcname}-%{version}-fx.xpi
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
Requires:	firefox >= %{firefox_version}
Obsoletes:	%{name} < %{version}-%{release}
BuildArch:	noarch
BuildRequires:	firefox-devel

%description
When you open a new tab get immediate access to your most frequently
used sites, bookmarks, closed tabs, history search.
Similar to Google's Chrome new tab feature.

%prep
%setup -q -c -n %{name}-%{version}

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{firefox_extdir}

hash="$(sed -n '/.*em:id="\(.*\)"/{s//\1/p;q}' install.rdf)"
if [ -z "$hash" ]; then
    hash="$(sed -n '/.*em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)"
fi
if [ -z "$hash" ]; then
    echo "Failed to find plugin hash."
    exit 1
fi

extdir="%{firefox_extdir}/$hash"
mkdir -p "%{buildroot}$extdir"
cp -af * "%{buildroot}$extdir/"

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%{firefox_extdir}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5a5.4.3-4
+ Revision: 5f82373
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1269 |14cr|firefox-ext-noscript-2.6.8.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Firefox extension that protects against XSS and Clickjacking attacks
Name:		firefox-ext-noscript
Version:	2.6.8.19
Release:	2
License:	MPL
Group:		Networking/WWW
URL:		https://addons.mozilla.org/en-US/firefox/addon/722/
Source0:	https://addons.mozilla.org/firefox/downloads/latest/722/noscript_security_suite-%{version}-fn+sm+fx.xpi
BuildRequires:	firefox-devel
Requires:	firefox >= %{firefox_version}
BuildArch:	noarch

%description
The best security you can get in a web browser! Allow active content to run
only from sites you trust, and protect yourself against XSS and Clickjacking
attacks.
Winner of the "2006 PC World World Class Award", this tool provides extra
protection to your Firefox. It allows JavaScript, Java and other executable
content to run only from trusted domains of your choice, e.g. your
home-banking web site, guarding your "trust boundaries" against cross-site
scripting attacks (XSS), cross-zone DNS rebinding / CSRF attacks
(router hacking), and Clickjacking attempts, thanks to its unique ClearClick
technology.
Such a preemptive approach prevents exploitation of security vulnerabilities
(known and even unknown!) with no loss of functionality... 
Experts do agree: Firefox is really safer with NoScript ;-)


%prep
%setup -qcn %{name}-%{version}


%build
# Precompiled Java archive: nothing to do


%install
mkdir -p %{buildroot}%{firefox_extdir}

hash="$(sed -n '/.*em:id="\(.*\)"/{s//\1/p;q}' install.rdf)"
if [ -z "$hash" ]; then
    hash="$(sed -n '/.*em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)"
fi
if [ -z "$hash" ]; then
    echo "Failed to find plugin hash."
    exit 1
fi
extdir="%{firefox_extdir}/"
mkdir -p "%{buildroot}$extdir"
cp -af %SOURCE0 "%{buildroot}$extdir/$hash.xpi"


%files
%{firefox_extdir}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.8.19-2
+ Revision: e2b38d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1270 |14cr|firefox-ext-speed-dial-0.9.5.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname speed_dial

Summary: Speed dial extension for firefox
Name: firefox-ext-speed-dial
Version: 0.9.5.9
Release: 4
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Networking/WWW
URL: http://speeddial.uworks.net/
Source: http://speeddial.uworks.net/speed_dial-%version-fx.xpi
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Requires: firefox >= %{firefox_version}
Obsoletes: %{name} < %{version}-%{release}
BuildRequires: firefox-devel

%description
With Speed Dial, you can easily access your most used websites. To show
the Speed Dial tab, use the Speed Dial button (which can be added to the
toolbar), or enter "chrome://speeddial/content" in your location bar.

To assign one website to Speed Dial, use the new "Set as Speed Dial"
option in the bookmarks menu, or right click on the tab you want to add,
and choose "Set as Speed Dial". That option is also available in the
contextual area menu.

%prep
%setup -q -c -n %{name}-%{version}

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{firefox_extdir}

hash="$(sed -n '/.*em:id="\(.*\)"/{s//\1/p;q}' install.rdf)"
if [ -z "$hash" ]; then
    hash="$(sed -n '/.*em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)"
fi
if [ -z "$hash" ]; then
    echo "Failed to find plugin hash."
    exit 1
fi
extdir="%{firefox_extdir}/$hash"
mkdir -p "%{buildroot}$extdir"
cp -af * "%{buildroot}$extdir/"

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%{firefox_extdir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5.9-4
+ Revision: 04d3a82
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1271 |14cr|firmware-addon-dell-2.2.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A firmware-tools plugin to handle BIOS/Firmware for Dell systems
Name:		firmware-addon-dell
Version:	2.2.9
Release:	3
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://linux.dell.com/libsmbios/download/ 
Source0:	http://linux.dell.com/libsmbios/download/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(python)
# I know rpmlint complains about this (An ERROR, in fact), but it is a
# false positive. Auto deps cannot find this one because I actually am running
# binaries, not linking agains libs, as indicated by the fact that I require
# the -bin package
Requires:	libsmbios-bin
Requires:	firmware-tools
# Dell only sells Intel-compat systems, so this package doesnt make much sense
# on, eg. PPC. Also, we rely on libsmbios, which is only avail on Intel-compat
ExclusiveArch:	x86_64 %{ix86}

%description
The firmware-addon-dell package provides plugins to firmware-tools which enable
BIOS updates for Dell system, plus pulls in standard inventory modules
applicable to most Dell systems.

%files
%doc COPYING-GPL COPYING-OSL README TODO AUTHORS
%{python_sitelib}/*
%config(noreplace) %{_sysconfdir}/firmware/firmware.d/*.conf
%{_datadir}/firmware/dell
%{_datadir}/firmware-tools/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
mkdir -p %{buildroot}/%{_datadir}/firmware/dell/bios
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.9-3
+ Revision: cd0e3a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1272 |14cr|firmware-tools-2.1.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		firmware-tools
Version:	2.1.15
Release:	2
Summary:	Scripts and tools to manage firmware and BIOS updates
Group:		System/Kernel and hardware
License:	GPLv2+
URL:		http://linux.dell.com/libsmbios/download/ 
Source0:	http://linux.dell.com/libsmbios/download/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
Patch0:		001-fix-lzma-not-supported.patch
BuildRequires:	python-devel
Requires:	python-rpm
BuildArch:	noarch

%description
The firmware-tools project provides tools to inventory hardware and a plug-in
architecture so that different OEM vendors can provide different inventory
components. It is intended to tie to the package system to enable seamless
installation of updated firmware via your package manager, as well as provide
a framework for BIOS and firmware updates.


%prep
%setup -q
%patch0 -p1
find . -type f | xargs perl -pi -e 's|#!/usr/bin/python2|#!/usr/bin/python|'


%build
# Needed by P0
autoreconf -vfi
%configure2_5x
# There is nothing to build
#%%make


%install
%makeinstall_std
mkdir -p %{buildroot}/%{_sysconfdir}/firmware/firmware.d/
mkdir -p %{buildroot}/%{_datadir}/firmware


%files
%doc COPYING-GPL COPYING-OSL README
%{python_sitelib}/*
%{_sbindir}/*
%{_datadir}/firmware-tools/
%dir %{_sysconfdir}/firmware
%dir %{_sysconfdir}/firmware/firmware.d
%config(noreplace) %{_sysconfdir}/firmware/firmware.conf
%{_datadir}/firmware/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.15-2
+ Revision: 4b67ab1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1273 |14cr|fish-1.23.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:                A friendly interactive shell
Name:                   fish
Version:                1.23.1
Release:                3
License:                GPLv2
Group:                  Shells
URL:                    https://sourceforge.net/projects/fish/
Source0:                https://sourceforge.net/projects/fish/%{name}-%{version}.tar.bz2
Patch0:                 fish-1.23.0-ARG_MAX.patch
BuildRoot:              %{_tmppath}/%{name}-%{version}-%{release}
BuildRequires:          doxygen ncurses-devel
Requires(post):         rpm-helper
Requires(postun):       rpm-helper
# for some function in fish configfile, like max_width, etc
Requires:               bc

%description
fish is a shell geared towards interactive use. It's features are
focused on user friendlieness and discoverability. The language syntax
is simple but incompatible with other shell languages.

%prep
%setup -q
%patch0 -p1 -b .ARG_MAX

%build
%configure2_5x --without-xsel
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

rm -Rf $RPM_BUILD_ROOT/usr/share/doc/fish/
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT

%post
/usr/share/rpm-helper/add-shell %name $1 %_bindir/fish

%postun
/usr/share/rpm-helper/del-shell %name $1 %_bindir/fish

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc user_doc/html/*
%_mandir/man1/*
%_bindir/*
%_datadir/%name
%config(noreplace) %_sysconfdir/fish
%{_docdir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.23.1-3
+ Revision: 59e3b40
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1274 |14cr|fit-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#


%define section free

Summary:        Framework for Integrated Test
Name:           fit
Version:        1.1
Release:        2
Epoch:          0
License:        GPL
URL:            http://fit.c2.com/
Group:          Development/Java
Source0:        http://prdownloads.sourceforge.net/fit/fit-java-1.1.zip
Patch0:         fit-1.1-build_xml.patch
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
BuildRequires:  locales-en
BuildArch:      noarch

%description
Great software requires collaboration and communication.
Fit is a tool for enhancing collaboration in software
development. It's an invaluable way to collaborate on
complicated problems--and get them right--early in development.
Fit allows customers, testers, and programmers to learn what
their software should do and what it does do. It automatically
compares customers' expectations to actual results. 

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires(post):   /bin/rm,/bin/ln
Requires(postun): /bin/rm

%description javadoc
%{summary}.

%package manual
Summary:        Documents for %{name}
Group:          Development/Java

%description manual
%{summary}.

%prep
%setup -c -q -n %{name}-%{version}
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
%patch0 -p0 -b .sav
%{_bindir}/find . -name '*.css' -o -name '*.html' -o -name '*.txt' | \
  %{_bindir}/xargs -t %{__perl} -pi -e 's/\r$//g'
%{__perl} -pi -e 's/fork="true"/fork="false"/g' source/imp/java/build.xml

%build
export LC_ALL=en_US.ISO-8859-1
export CLASSPATH=$(build-classpath junit):`pwd`/source/imp/java/output/jars/fit.jar
export OPT_JAR_LIST="ant/ant-junit"
pushd source/imp/java
# XXX: %{ant} release fails with gcj so spec, examples, and test targets are disabled
# XXX: Permission (java.lang.RuntimePermission exitVM) was not granted.
# XXX: http://developer.classpath.org/pipermail/classpath-patches/2007-May/005469.html
%{ant} release
popd

%install
# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}

install -m 0644 source/imp/java/output/jars/%{name}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -a source/imp/java/doc/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
rm -rf source/imp/java/doc/api

# manual
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
cp -a source/imp/java/doc/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}

%files
%defattr(0644,root,root,0755)
%doc license.txt
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files manual
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1-2
+ Revision: 683d8b5
- Drop gcj support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1275 |14cr|fityk-0.9.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:		fityk
Summary:	Non-linear curve fitting and data analysis
Version:	0.9.8
Release:	2
License:	GPLv2+
Group:		Sciences/Other
URL:		http://www.unipress.waw.pl/fityk/
Source0:	http://prdownloads.sourceforge.net/fityk/%{name}-%{version}.tar.bz2
BuildRequires:	wxgtku-devel
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
BuildRequires:	boost-devel
BuildRequires:	xylib-devel
BuildRequires:	desktop-file-utils
Requires:	gnuplot

%description
Fityk is nonlinear curve-fitting and data analysis software. It allows data
visualization, separation of overlapping peaks, and least squares fitting
using standard Levenberg-Marquardt algorithm, a genetic algorithm, or
Nelder-Mead simplex method. It only knows about common bell-shaped functions
(Gaussian, Loretzian, Pearson 7, Voigt, Pseudo-Voigt) and polynomials, but
more sophisticated formulae can be easily added if necessary. It also
enables background substracting, data calibration and task automation with a
simple script language. It is being developed to analyze powder diffraction
patterns, but it can be used to fit analytical functions to any kind of data.

%package -n	%{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n	%{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q

%build
%configure2_5x	--disable-3rdparty \
		--disable-xyconvert
%make

%install
%makeinstall_std

desktop-file-install	--vendor="" \
	--remove-category="Education" \
	--add-category="X-MandrivaLinux-MoreApplications-Sciences-DataVisualization" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%files
%doc README NEWS
%{_bindir}/%{name}
%{_bindir}/c%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/mime/packages/*

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_includedir}/*.h
%{_libdir}/*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.8-2
+ Revision: b474312
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1276 |14cr|fizmo-0.7.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           fizmo
Summary:        A Z-Machine interpreter supporting unicode, sound, blorbfile and more
Version:        0.7.7
Release:        3
URL:            http://spellbreaker.org/~chrender/fizmo/ 
Source0:        http://spellbreaker.org/~chrender/fizmo/source/fizmo-%{version}.tar.gz
License:        BSD
Group:          Games/Adventure
BuildRequires:  pkgconfig(ncursesw)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  SDL_sound-devel
BuildRequires:  pkgconfig(sndfile)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  jpeg-devel


%description
Fizmo is a Z-Machine interpreter. That means it allows you to play interactive 
fiction, also know as textadventures, which were implemented either by Infocom
or created using the Inform compiler. It is a console-based interpreter, 
meaning that there is no graphical user interface, and works with all Z-machine
versions except version 6.

%prep
%setup -q -n %{name}-%{version}

%build
%configure prefix=%{_prefix} bindir=%{_gamesbindir} mandir=%{_mandir}
%make 

%install
%makeinstall_std 

cd %{buildroot}%{_gamesbindir} && ln -s fizmo-ncursesw fizmo && cd -
cd %{buildroot}%{_mandir}/man6 && ln -s fizmo-ncursesw.6.xz fizmo.6.xz

%files
%doc CHANGELOG.txt COPYRIGHT.txt README.txt README-0.7.txt user-config-example.txt
%{_mandir}/*/*
%{_gamesbindir}/fizmo-console
%{_gamesbindir}/fizmo-ncursesw
%lang(de) %{_datadir}/fizmo/locales/de_DE/*
%lang(en) %{_datadir}/fizmo/locales/en_US/*
%lang(fr) %{_datadir}/fizmo/locales/fr_FR/*
%{_gamesbindir}/fizmo





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.7-3
+ Revision: 8e7f7aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1277 |14cr|flac123-0.0.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line program for playing FLAC audio files
Name:		flac123
Version:	0.0.12
Release:	3
License:	GPLv2+
Group:		Sound
URL:		http://flac-tools.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/flac-tools/flac123/%{name}-%{version}-release.tar.gz
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(popt)

%description
%{name} is a command-line program for playing FLAC audio files.

%files
%doc AUTHORS BUGS ChangeLog NEWS README*
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make CPPFLAGS=-DHAVE_INTTYPES_H

%install
%makeinstall_std


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.12-3
+ Revision: 8eb9e69
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1278 |14cr|flacon-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Audio file splitter and converter
Name:		flacon
Version:	1.0.1
Release:	1
Group:		Sound
License:	GPLv3
URL:		http://flacon.github.io/
# https://github.com/flacon/flacon/archive/v%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
BuildRequires:  hicolor-icon-theme
BuildRequires:	desktop-file-utils
BuildRequires:  qt4-devel
BuildRequires:  pkgconfig(uchardet)
BuildRequires:  cmake

Requires:	shntool
Requires:	flac
Requires:	wavpack
Requires:	vorbis-tools
Requires:	vorbisgain
Requires:	mp3gain
Requires:	ttaenc

Suggests:       faac
Suggests:       lame
Suggests:	mac


%description
Flacon extracts individual tracks from one big audio file containing the
entire album of music and saves them as separate audio files. To do this, it
uses information from the appropriate CUE file. Flacon also makes it possible
to conveniently revise or specify tags both for all tracks at once or for each
tag separately.


%prep
%setup -q


%build
mkdir build
cd build
cmake .. \
    -DCMAKE_INSTALL_PREFIX=%{_prefix} \
    -DCMAKE_C_FLAGS="%{optflags}" \
    -DCMAKE_CXX_FLAGS="%{optflags}"
%make VERBOSE=1


%install
%makeinstall_std -C build

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-Multimedia-Sound" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name} --with-qt

%files -f %{name}.lang
%doc LICENSE README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.*
%{_mandir}/man?/*

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-1
+ Revision: c418829
- Updated to 1.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1279 |14cr|flamerobin-0.9.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	flamerobin
%define version	0.9.2
%define release	2

Summary:	Graphical client for Firebird
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	BSD style
Group:		Databases
Source0:	%{name}-%{version}-src.tar.gz
URL:		http://www.flamerobin.org/
BuildRequires:	firebird-devel >= 2.0.0.12748
BuildRequires:	wxgtku-devel >= 2.6
BuildRequires:  imagemagick
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
FlameRobin is a database administration tool for Firebird DBMS based on wxgtk
toolkit.

%prep
%setup -q -n %{name}-%{version}-src

%build
chmod +x configure
%configure \
	--with-wx-config=wx-config-unicode \
	--disable-debug \
	--mandir=%{buildroot}%{_mandir}/
%make -j ${NRPROC:-1}

%install
rm -rf %{buildroot}
%makeinstall

install -d %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert -size 16x16 ./res/fricon128.png %{buildroot}%{_miconsdir}/%{name}.png
convert -size 32x32 ./res/fricon128.png %{buildroot}%{_iconsdir}/%{name}.png
convert -size 48x48 ./res/fricon128.png %{buildroot}%{_liconsdir}/%{name}.png

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc docs
%{_mandir}/man1/flamerobin.1*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-2
+ Revision: 4d31f83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1280 |14cr|flare-15.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	sname		flare_linux
%define	sversion	v015_1

Name:		flare
Version:	15.1
Release:	2
Summary:	Diablo-like role-playing game in 2D
License:	GPLv3
Group:		Games/Adventure
URL:		http://clintbellanger.net/rpg/
Source0:	https://github.com/downloads/clintbellanger/%{name}/%{sname}_%{sversion}.tar.gz
Patch0:		flare-0.15-desktop.patch
BuildRequires:	cmake
BuildRequires:	SDL-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_ttf-devel
BuildRoot:	%{_tmppath}/%{oname}-%{version}-%{release}

%description
This fantasy dungeon crawl game is a proof of concept implementation of the
Free Libre Action Roleplaying Engine (FLARE). FLARE a simple
isometric-perspective action role-play game engine in the basic style of
Diablo.

%prep
%setup -q -n %{sname}_%{sversion}
%patch0 -p1 -b .desktop

%build
%cmake
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std -C build

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING README
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 15.1-2
+ Revision: 04634b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1281 |14cr|flashrom-0.9.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Utility which can be used to detect/read/write BIOS chips 

Name:		flashrom
Epoch:		1
Version:	0.9.7
Release:	2
Source0:	http://download.flashrom.org/releases/%{name}-%{version}.tar.bz2
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://flashrom.org
BuildRequires:	pciutils-devel
BuildRequires:	zlib-devel
BuildRequires:	glibc-static-devel

%description
Flashrom is a utility which can be used to detect BIOS chips (DIP, PLCC),
read their contents and write new contents on the chips ("flash the chip").

%prep
%setup -q

%build
%make

%install
mkdir -p %{buildroot}/%{_sbindir}
%makeinstall PREFIX=%{buildroot}/usr

%files
%{_sbindir}/flashrom
%{_mandir}/man8/flashrom*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.9.7-2
+ Revision: 25fe501
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1282 |14cr|flatzebra-0.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major		2
%define		libname		%mklibname %{name} %{major}
%define		develname	%mklibname %{name} -d

Name:		flatzebra
Version:	0.1.6
Release:	2
Summary:	A Generic Game Engine library for 2D double-buffering animation
Group:		System/Libraries
License:	GPLv2
URL:		http://sarrazip.com/dev/burgerspace.html
Source:		http://sarrazip.com/dev/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(zlib)

%description
Generic Game Engine library suitable for BurgerSpace, Afternoon Stalker
and Cosmosmash.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	flatzebra-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}

%files -n %{libname}
%doc AUTHORS COPYING README INSTALL NEWS
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/%{name}-0.1
%{_includedir}/%{name}-0.1/%{name}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.6-2
+ Revision: f810753
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1283 |14cr|flaw-1.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	F.L.A.W. is a fighting game between magicians
Name:		flaw
Version:	1.3.2
Release:	4
License:	GPLv3+
Group:		Games/Arcade
Url:		http://flaw.sourceforge.net/index.php
Source0:	%{name}-%{version}.tar.gz
# Buffer is too small and sprintf causes segfault with buffer overflaw
Patch0:		flaw-1.3.2-buffer.patch
BuildRequires:	boost-devel
BuildRequires:	intltool
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	SDL_gfx-devel
Requires:	fonts-ttf-freefont

%description
F.L.A.W. is a free top-down wizard fighting game that can be played by
up to 5 players. The goal of the game is to survive as long as possible
while more and more fireballs appear in the arena.

%prep
%setup -q
%apply_patches

%build
%configure2_5x --with-fontpath=%{_datadir}/fonts/TTF/
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_bindir}/*
%{_datadir}/%{name}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-4
+ Revision: a959609
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1284 |14cr|flawfinder-1.27-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           flawfinder
Version:        1.27
Release:        7
Epoch:          0
Summary:        Examines C/C++ source code for security flaws
License:        GPL
Group:          Development/C
URL:            http://www.dwheeler.com/flawfinder/
Source0:        http://www.dwheeler.com/flawfinder/flawfinder-%{version}.tar.gz
Requires:       python
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Flawfinder scans through C/C++ source code, identifying lines ("hits") with
potential security flaws. By default it reports hits sorted by severity, with
the riskiest lines first.

%prep
%setup -q

%build
%{make}

%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_bindir}
%{__mkdir_p} %{buildroot}%{_mandir}/man1
%{__cp} -a flawfinder %{buildroot}%{_bindir}/flawfinder
/bin/zcat flawfinder.1.gz >%{buildroot}%{_mandir}/man1/flawfinder.1

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc announcement ChangeLog COPYING flawfinder.p{df,s} INSTALL.txt README 
%attr(0755,root,root) %{_bindir}/flawfinder
%{_mandir}/man1/flawfinder.1*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.27-7
+ Revision: 2ccf0a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1285 |14cr|fldigi-3.21.70-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fldigi
Version:	3.21.70
Release:	3
Summary:	Fldigi is a software modem for Amateur Radio use
License:        GPLv3+
Group:          Communications
URL:            http://www.w1hkj.com
Source0:        http://www.w1hkj.com/downloads/%{name}/%{name}-%{version}.tar.gz
BuildRequires:  pulseaudio-devel
BuildRequires:  portaudio-devel
BuildRequires: 	fltk-devel
BuildRequires:  libxmlrpc-c-devel
BuildRequires:	hamlib-devel
BuildRequires:	sndfile-devel
BuildRequires:	asciidoc

%description
Fldigi is a software modem for Amateur Radio use. It is a sound card based
program that is used for both transmitting and receiving data in any of the
following modes:

BPSK and QPSK        31, 63, 125, 250 (both), and 63F and 500 (BPSK only)
PSKR                 125, 250, and 500
CW                   speeds from 5 to 200 wpm
DominoEX             4, 5, 8, 11, 16 and 22; also with FEC
Hellschreiber        Feld Hell, Slow Hell, Hell x5/x9, FSKHell(-105)
                     and Hell 80
MFSK                 4, 8, 11, 16, 22, 31, 32 and 64; most with image support
MT63                 500, 1000 and 2000
OLIVIA               various tones and bandwidths
RTTY                 various baud rates, shifts, nbr. of data bits, etc.
THOR                 4, 5, 8, 11, 16 and 22
Throb and ThrobX     1, 2, and 4
WWV                  receive only - calibrate your sound card to WWV
Frequency Analysis   receive only - measure the frequency of a carrier

Fldigi can also control a transceiver using Hamlib or RigCAT I/O, perform
online or cdrom QRZ queries, log QSOs with the built-in logbook or Xlog,
and send reception reports to the PSK Automatic Propagation Reporter.

%prep 
%setup -q

%build 
%configure2_5x \
	--disable-rpath \
	--with-xmlrpc \
	--with-hamlib

%make LIBS='-lxmlrpc_server_abyss++ -lxmlrpc_server++ -lxmlrpc_server_abyss -lxmlrpc_server -lxmlrpc_abyss -lxmlrpc++ -lxmlrpc -lxml2 -lxmlrpc_util' \
	ASCIIDOC_ICONS_DIR=%{_sysconfdir}/asciidoc/images/icons \
	V=1

%install
%makeinstall_std

%find_lang %{name}


%files -f %{name}.lang
%doc README NEWS AUTHORS doc/guide*
%{_bindir}/flarq
%{_bindir}/fldigi
%{_bindir}/fldigi-shell
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.xpm
%{_datadir}/%{name}/NAVTEX_Stations.csv
%{_mandir}/man1/flarq.1*
%{_mandir}/man1/fldigi.1*
%{_mandir}/man1/fldigi-shell.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.21.70-3
+ Revision: eec2169
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1286 |14cr|flemm-3.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    flemm
%define version 3.1
%define release 11

Name:       %{name}
Version:    %{version}
Release:    %{release}
Summary:    Inflectional analysis on French texts
License:    GPL
Group:      Sciences/Computer science
URL:        http://www.univ-nancy2.fr/pers/namer/Telecharger_Flemm.htm
Source:     %{name}-%{version}.tar.bz2
Patch0:     %{name}.perl-modules-path.patch.bz2
Patch1:     %{name}-3.1.stdin.patch.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
FLEMM is a Perl5 program that performs inflectional analysis on French texts
which have previously been tagged (eg. by the Brill tagger). This is a small
program, (60kb in a zipped format) mainly rule-based (i.e. only a 3000 words
lexicon is used in order to deal with exceptions). It runs on PCs or
Workstation, under Unix, Linux or Windows95/NT OS.

The returned Flemm result objects are likely to be displayed as
XML structures.

%prep
%setup -q
%patch0
%patch1
perl -pi -e 'tr/\r//d' LISMOI.txt tests/agatha.bll
chmod 755 *.pl

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 flemm.pl %{buildroot}%{_bindir}/flemm.pl

install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 644 Flemm.pm %{buildroot}%{_datadir}/%{name}
cp -pr Flemm %{buildroot}%{_datadir}/%{name}
cp -pr EXCEP %{buildroot}%{_datadir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENCE.txt README.txt LISMOI.txt tests flem_ex?.pl
%{_bindir}/flemm.pl
%{_datadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1-11
+ Revision: 2e7f4f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1287 |14cr|flexdock-1.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		    flexdock
Version:	    1.2.4
Release:	    2
Summary:	    Docking framework for Java Swing GUI apps
Group:		    Development/Java
License:	    MIT 
URL:		    http://forge.scilab.org/index.php/p/flexdock/
Source0:	    http://forge.scilab.org/index.php/p/flexdock/downloads/get/%{name}-%{version}.tar.gz
Patch1:		    flexdock-1.2.3-demos.patch
Patch2:		    flexdock-1.2.3-build.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	java-devel
BuildRequires:	ant
BuildRequires:	jpackage-utils
BuildRequires:	jgoodies-common
BuildRequires:	jgoodies-looks
BuildRequires:	skinlf

Requires:       java
Requires:       jpackage-utils
Requires:       jgoodies-common
Requires:       jgoodies-looks
Requires:       skinlf

BuildArch:      noarch


%description
FlexDock is a Java docking framework for use in cross-platform Swing
applications. It offers features you'd expect in any desktop docking
framework such as:

* Tabbed and Split Layouts
* Drag-n-Drop capability (native drag rubber band painting on some platforms)
* Floating windows
* Collapsible Containers to Save Real Estate
* Layout Persistence

It is released using the MIT license.

#-------------------
%package javadoc
Summary:	Javadoc for flexdock
Group:		Development/Java

%description javadoc
Javadoc for flexdock.

#-------------------
%package manual
Summary:	User documentation for flexdock
Group:		Development/Java

%description manual
User manual for flexdock.

#-------------------
%prep
%setup -q
%patch1 -p1
%patch2 -p1

echo "sdk.home=%{java_home}" > workingcopy.properties
find ./ -name \*.jar -exec rm {} \;
build-jar-repository -s -p lib skinlf jgoodies-looks jgoodies-common
rm src/java/demo/org/flexdock/demos/raw/jmf/MediaPanel.java
rm src/java/demo/org/flexdock/demos/raw/jmf/JMFDemo.java

for i in "LICENSE.txt README release-notes.txt" ;
do
    %{__sed} -i 's/\r//' $i
done

%build
ant jar

%install
# jars
mkdir -p %{buildroot}%{_javadir}
install -pm644 build/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr docs/* \
	%{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}


%files
%doc LICENSE.txt README release-notes.txt
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files manual
%doc docs/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.4-2
+ Revision: 530a77a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1288 |14cr|flickcurl-1.25-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	C library for the Flickr API
Name:		flickcurl
Version:	1.25
Release:	2
License:	LGPLv2+
Group:		Networking/File transfer
URL:		http://librdf.org/flickcurl/
Source0:	http://download.dajobe.org/flickcurl/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6.8
BuildRequires:	pkgconfig(raptor2)
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	pkgconfig(libcares)
BuildRequires:	pkgconfig(gnutls)

%description
Flickcurl is a C library for the Flickr API, handling creating the
requests, signing, token management, calling the API, marshalling
request parameters and decoding responses. It uses libcurl to call the
REST web service and libxml2 to manipulate the XML responses. The
current version supports part of the API (see Flickcurl API coverage)
primarily the functions for reading photo, people and tags description,
uploading photos, changing tags and comments.

This package contains some utility programs using the %{name} library.


%package -n %{libname}
Summary:	C library for the Flickr API
Group:		System/Libraries

%description -n %{libname}
Flickcurl is a C library for the Flickr API, handling creating the
requests, signing, token management, calling the API, marshalling
request parameters and decoding responses. It uses libcurl to call the
REST web service and libxml2 to manipulate the XML responses. The
current version supports part of the API (see Flickcurl API coverage)
primarily the functions for reading photo, people and tags description,
uploading photos, changing tags and comments.


%package -n %{develname}
Summary:	Development files for %{libname}
Group:		System/Libraries
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{develname}
This package contains the development files for the %{name} library.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc LICENSE-2.0.txt LICENSE.html AUTHORS
%doc NEWS NEWS.html README README.html ChangeLog coverage.html
%{_bindir}/%{name}
%{_bindir}/flickrdf
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man1/flickrdf.1.*

%files -n %{libname}
%doc LICENSE-2.0.txt LICENSE.html AUTHORS
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{develname}
%doc NOTICE
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}.h
%{_bindir}/%{name}-config
%{_mandir}/man1/%{name}-config.1.*
%{_datadir}/gtk-doc/html/flickcurl


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.25-2
+ Revision: fc857c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1289 |14cr|flightgear-3.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The FlightGear Flight Simulator
Name:		flightgear
Version:	3.0.0
Release:	2
License:	GPLv2+
Group:		Games/Other
Url:		http://www.flightgear.org/
Source0:	ftp://ftp.flightgear.org/pub/fgfs/Source/%{name}-%{version}.tar.bz2
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
Patch0:		flightgear-2.6.0-mandriva-linkage.patch
BuildRequires:	cmake
BuildRequires:	git-core
BuildRequires:	boost-devel
BuildRequires:	fltk-devel
BuildRequires:	plib-devel
BuildRequires:	subversion-devel
BuildRequires:	simgear-devel >= %{version}
BuildRequires:	pkgconfig(apr-1)
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openscenegraph)
BuildRequires:	pkgconfig(openal)
BuildRequires:  pkgconfig(sqlite3)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(zlib)
Requires:	%{name}-data = %{version}
Requires:	openscenegraph-plugins

%description
The FlightGear project is working to create a sophisticated flight simulator
framework for the development and pursuit of interesting flight simulator
ideas. We are developing a solid basic sim that can be expanded and improved
upon by anyone interested in contributing.

%files
%doc README AUTHORS docs-mini/
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

# Taken from OBS
for f in docs-mini/README.xmlparticles Thanks
do
    iconv -f iso-8859-1 -t utf-8 -o ${f}.utf8 ${f}
    mv -f ${f}.utf8 ${f}
done
sed -i 's/\r//' docs-mini/AptNavFAQ.FlightGear.html

# remove some unneeded doc files
for ext in Cygwin IRIX Joystick Linux MSVC MSVC8 MacOS SimGear Unix Win32-X autoconf mingw plib src xmlsyntax; do
    rm -f docs-mini/README.${ext}
done

%build
%cmake \
	-DFG_DATA_DIR=%{_datadir}/%{name} \
	-DJPEG_FACTORY:BOOL=ON -DSYSTEM_SQLITE:BOOL=ON

%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Flight Gear
Name[ru]=Flight Gear
Comment=%{Summary}
Comment[ru]=Авиасимулятор Flight Gear
Exec=fgfs
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Simulation;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

rm -rf %{buildroot}%{_docdir}/FlightGear

# remove obsolete utilities (taken from OBS)
cd %{buildroot}%{_bindir} && rm GPSsmooth MIDGsmooth UGsmooth metar


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-2
+ Revision: 4319c9f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1290 |14cr|flightgear-data-3.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	flightgear

Summary:	The data for FlightGear Flight Simulator
Name:		flightgear-data
Version:	3.0.0
Release:	2
License:	GPLv2+
Group:		Games/Other
Url:		http://www.flightgear.org/
Source0:	ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Shared/FlightGear-data-%{version}.tar.bz2
Provides:	flightgear-base = %{EVRD}
BuildArch:	noarch

%description
The Flight Gear project is working to create a sophisticated flight simulator
framework for the development and pursuit of interesting flight simulator
ideas. We are developing a solid basic sim that can be expanded and improved
upon by anyone interested in contributing.

This package contains the base data files.

%files
%doc AUTHORS COPYING NEWS README Thanks Docs
%{_datadir}/%{oname}

#----------------------------------------------------------------------------

%prep
%setup -q -n fgdata

%build
# Nothing

%install
install -d -m 0755 %{buildroot}%{_datadir}/%{oname}/
cp -a * %{buildroot}%{_datadir}/%{oname}/

# cleanup temporary files and fix permissions
find %{buildroot}%{_datadir}/%{oname} -name '*#*' -exec rm {} \;
find %{buildroot}%{_datadir}/%{oname} -type f -exec chmod 644 {} \;

# fix wrong eol encoding on some doc files
for f in Docs/FGShortRef.css Docs/README.kln89.html Docs/FGShortRef.html \
	Docs/README.submodels Docs/README.yasim Docs/README.xmlparticles
do
	sed -i 's/\r//' %{buildroot}%{_datadir}/%{oname}/$f
done

# fix files not in utf-8
for f in Thanks Docs/README.xmlparticles
do
	path=%{buildroot}%{_datadir}/%{oname}/$f
	iconv -f iso-8859-1 -t utf-8 -o ${path}.utf8 $path
	mv -f ${path}.utf8 ${path}
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-2
+ Revision: ab6336b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1291 |14cr|flint-1.5.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		flint
%define flintdir	%{_datadir}/%{name}
%define libmajor	1
%define libname		%mklibname %{name} %{libmajor}

Name:		%{name}
Group:		Sciences/Mathematics
License:	GPL
Summary:	FLINT - Fast Library for Number Theory
Version:	1.5.0
Release:	8
Source:		http://www.flintlib.org/flint-%{version}.tar.gz
URL:		http://www.flintlib.org/

BuildRequires:	gmp-devel
BuildRequires:	ntl-devel
BuildRequires:	python
BuildRequires:	zn_poly-devel

Requires:	pari
Requires:	python-matplotlib

# Based on sagemath & debian package
Patch0:		flint-1.5.0-soname.patch

# Link applications with the generated dynamic library instead of the .o files
Patch1:		flint-1.5.0-dynlink.patch

# Link ntl interface in libflint.so; this interface is required by
# sage python modules.
Patch2:		flint-1.5.0-ntl.patch

Patch3:		flint-1.5.0-zn_poly.patch

%description
FLINT - Fast Library for Number Theory. FLINT is a C library for
doing number theory, written by William Hart and David Harvey.

%package	-n %{libname}
Group:		System/Libraries
Summary:	Shared FLINT library
Provides:	lib%{name} = %{version}-%{release}

%description	-n %{libname}
This package contains the shared FLINT libraries.

%package	-n lib%{name}-devel
Group:		Development/C
Summary:	FLINT Development files
Requires:	lib%{name} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description	-n lib%{name}-devel
This package contains the FLINT development headers and libraries.

%prep
%setup -q

%patch0	-p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
rm -fr zn_poly

%build
make						\
	LIBDIR=%{_libdir}			\
	INCLUDEDIR=%{_includedir}		\
	DOCDIR=%{_docdir}/%{name}-%{version}	\
	FLINT_NTL_LIB_DIR=%{_libdir}		\
	FLINT_GMP_LIB_DIR=%{_libdir}		\
	FLINT_GMP_INCLUDE_DIR=%{_includedir}	\
	FLINT_LIB=libflint.so			\
	FLINT_VERSION=%{version}		\
	FLINT_TUNE=-fPIC			\
	library all

%install
mkdir -p %{buildroot}/%{flintdir}/bin
cp -fa `find . -maxdepth 1 -mindepth 1 -type f -executable | grep -v libflint` \
	 %{buildroot}/%{flintdir}/bin

mkdir -p %{buildroot}/%{_libdir}
cp -fa libflint* %{buildroot}/%{_libdir}

perl -pi -e 's|(#include "zn_poly/)src/(zn_poly.h")|$1$2|;' *.h
mkdir -p %{buildroot}/%{_includedir}/%{name}
cp -fa *.h %{buildroot}/%{_includedir}/%{name}

# sagemath expects it this way
ln -sf %{_includedir}/%{name} %{buildroot}%{_includedir}/FLINT

cp -far graphing  %{buildroot}/%{flintdir}
cp -far pari-profiles %{buildroot}/%{flintdir}

ln -sf %{_docdir}/%{name} %{buildroot}%{flintdir}/doc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%dir %{flintdir}
%{flintdir}/*
%doc doc/*

%files		-n %{libname}
%defattr(-,root,root)
%{_libdir}/libflint.so.*

%files		-n lib%{name}-devel
%defattr(-,root,root)
%{_libdir}/libflint.so
%{_includedir}/FLINT
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%doc CHANGES.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-8
+ Revision: d70a81a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1292 |14cr|florence-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		florence
Version:	0.6.0
Release:	2
Summary:	Extensible scalable on-screen virtual keyboard

Group:		System/X11
License:	GPLv2+ and GFDL
URL:		http://florence.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		florence-0.6.0-desktop.patch
BuildRequires:	intltool
BuildRequires:	rarian
BuildRequires:	pkgconfig(atspi-2)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xtst)

%description
Florence is an extensible scalable virtual keyboard.

It's designed for GNOME but can be used in any DE (without some features).

You need it if you can't use a real hardware keyboard, for
example because you are disabled, your keyboard is broken or
because you use a tablet PC, but you must be able to use a pointing
device (as a mouse, a trackball or a touchscreen).

In GNOME Florence stays out of your way when you don't need it:
it appears on the screen only when you need it. 

A Timer-based auto-click functionality is available 
to help disabled people having difficulties to click.

If you have problems switching keyboard layout (language) in KDE4,
reconfigure layouts in KDE4 settings once and it should work.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
      --without-panelapplet \
      --without-xrecord \
      --without-notification
%make


%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING COPYING-DOCS NEWS README 
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.*
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/pixmaps/%{name}.svg
%{_mandir}/man1/%{name}*.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-2
+ Revision: 98d26b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1293 |14cr|flowcanvas-0.7.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	An interactive Gtkmm/Gnomecanvasmm widget
Name:		flowcanvas
Version:	0.7.1
Release:	7
License:	GPLv2+
Group:		System/Libraries
Url:		http://drobilla.net/software/flowcanvas/
Source0:	http://download.drobilla.net/%{name}-%{version}.tar.bz2
Patch0:		flowcanvas-0.7.1-graphviz23.patch
BuildRequires:	waf
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libgnomecanvasmm-2.6)
BuildRequires:	pkgconfig(libgvc)

%description
FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget for "boxes
and lines" style environments (e.g. modular synths or interactive
finite state automata diagrams).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	An interactive Gtkmm/Gnomecanvasmm widget library
Group:		System/Libraries

%description -n %{libname}
FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget for "boxes
and lines" style environments (e.g. modular synths or interactive
finite state automata diagrams).

%files -n %{libname}
%doc AUTHORS README ChangeLog
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
./waf configure \
	--prefix=%{_prefix} \
	--datadir=%{_datadir} \
	--libdir=%{_libdir} \
	--includedir=%{_includedir} \

# execution of waf link in source topdir fails to include autowaf.py:

./autowaf/waf build

%install
./autowaf/waf install --destdir=%{buildroot}

chmod 0755 %{buildroot}%{_libdir}/lib%{name}.so.%{major}*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-7
+ Revision: 5bd8faa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1294 |14cr|flow-tools-0.68.5.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname ft %{major}
%define develname %mklibname ft -d

Summary:	Tool set for working with NetFlow data
Name:		flow-tools
Version:	0.68.5.1
Release:	5
License:	BSD
Group:		Monitoring
URL:		http://code.google.com/p/flow-tools/
Source0:	http://flow-tools.googlecode.com/files/flow-tools-%{version}.tar.bz2
Source1:	flow-capture.init
Source2:	flow-capture.conf
Patch4:		flow-tools-0.68-format_not_a_string_literal_and_no_format_arguments.diff
Requires:	tcp_wrappers
BuildRequires:	docbook-utils
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	zlib-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel

%description
Flow-tools is library and a collection of programs used to
collect, send, process, and generate reports from NetFlow data.
The tools can be used together on a single server or distributed
to multiple servers for large deployments. The flow-toools library
provides an API for development of custom applications for NetFlow
export versions 1,5,6 and the 14 currently defined version 8
subversions.

%package -n	%{libname}
Summary:	Flow-tools shared libraries
Group:          System/Libraries

%description -n	%{libname}
Flow-tools is library and a collection of programs used to
collect, send, process, and generate reports from NetFlow data.
The tools can be used together on a single server or distributed
to multiple servers for large deployments. The flow-toools library
provides an API for development of custom applications for NetFlow
export versions 1,5,6 and the 14 currently defined version 8
subversions.

%package -n	%{develname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel libft-devel
Obsoletes:	%{name}-devel
Obsoletes:	%{mklibname ft 0 -d}

%description -n	%{develname}
Flow-tools is library and a collection of programs used to
collect, send, process, and generate reports from NetFlow data.
The tools can be used together on a single server or distributed
to multiple servers for large deployments. The flow-toools library
provides an API for development of custom applications for NetFlow
export versions 1,5,6 and the 14 currently defined version 8
subversions.

%package -n	flow-capture
Summary:	Manage storage of flow file archives by expiring old data
Group:		System/Servers
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires:	flow-tools = %{version}-%{release}

%description -n	flow-capture
The flow-capture utility will receive and store NetFlow exports to
disk.

%package rrdtool
Summary:    Scripts for flow-tools to build rrd graphs
Group:		Monitoring
Requires:   %{name} = %{version}-%{release}
Requires:   python-rrdtool

%description rrdtool
Flow-tools is library and a collection of programs used to collect,
send, process, and generate reports from NetFlow data. The tools can be
used together on a single server or distributed to multiple servers for
large deployments. The flow-toools library provides an API for development
of custom applications for NetFlow export versions 1,5,6 and the 14 currently
defined version 8 subversions. A Perl and Python interface have been
contributed and are included in the distribution. 

This package contains scripts that use python-rrdtool to create rrds and graphs
from flow data. 

%package docs
Summary:    HTML and other redundant docs for flow-tools
Group:      Monitoring

%description docs
Flow-tools is library and a collection of programs used to collect,
send, process, and generate reports from NetFlow data. The tools can be
used together on a single server or distributed to multiple servers for
large deployments. The flow-toools library provides an API for development
of custom applications for NetFlow export versions 1,5,6 and the 14 currently
defined version 8 subversions. A Perl and Python interface have been
contributed and are included in the distribution.

This package contains additional documentation, such as man pages in html
format.

%prep
%setup -q 
%patch4 -p0

cp %{SOURCE1} flow-capture.init
cp %{SOURCE2} flow-capture.conf

%build
%configure2_5x \
    --localstatedir=%{_localstatedir}/%{name} \
    --sysconfdir=%{_sysconfdir}/%{name} \
    --bindir=%{_sbindir} \
    --with-mysql \
    --with-postgresql \
    --with-openssl

%install
rm -rf %{buildroot}

%makeinstall_std

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/ft
install -d %{buildroot}/var/lib/flow-capture

install -m0755 flow-capture.init %{buildroot}%{_initrddir}/flow-capture
install -m0644 flow-capture.conf %{buildroot}%{_sysconfdir}/flow-capture.conf

# python path fix
perl -pi -e "s|/usr/local/bin/python|%{_bindir}/python|g" %{buildroot}%{_sbindir}/flow-log2rrd
perl -pi -e "s|/usr/local/bin/python|%{_bindir}/python|g" %{buildroot}%{_sbindir}/flow-rpt2rrd
perl -pi -e "s|/usr/local/bin/python|%{_bindir}/python|g" %{buildroot}%{_sbindir}/flow-rptfmt

%post -n flow-capture
%_post_service flow-capture

%preun -n flow-capture
%_preun_service flow-capture

%files
%doc ChangeLog README SECURITY TODO
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/cfg
%dir %{_sysconfdir}/%{name}/sym
%config(noreplace) %{_sysconfdir}/%{name}/cfg/*
%config(noreplace) %{_sysconfdir}/%{name}/sym/*
%{_sbindir}/flow-cat
%{_sbindir}/flow-dscan
%{_sbindir}/flow-expire
%{_sbindir}/flow-export
%{_sbindir}/flow-fanout
%{_sbindir}/flow-filter
%{_sbindir}/flow-gen
%{_sbindir}/flow-header
%{_sbindir}/flow-import
%{_sbindir}/flow-mask
%{_sbindir}/flow-merge
%{_sbindir}/flow-nfilter
%{_sbindir}/flow-print
%{_sbindir}/flow-receive
%{_sbindir}/flow-report
%{_sbindir}/flow-send
%{_sbindir}/flow-split
%{_sbindir}/flow-stat
%{_sbindir}/flow-tag
%{_sbindir}/flow-xlate
%{_sbindir}/flow-rptfmt
%{_mandir}/man1/flow-cat.1*
%{_mandir}/man1/flow-dscan.1*
%{_mandir}/man1/flow-expire.1*
%{_mandir}/man1/flow-export.1*
%{_mandir}/man1/flow-fanout.1*
%{_mandir}/man1/flow-filter.1*
%{_mandir}/man1/flow-gen.1*
%{_mandir}/man1/flow-header.1*
%{_mandir}/man1/flow-import.1*
%{_mandir}/man1/flow-mask.1*
%{_mandir}/man1/flow-merge.1*
%{_mandir}/man1/flow-nfilter.1*
%{_mandir}/man1/flow-print.1*
%{_mandir}/man1/flow-receive.1*
%{_mandir}/man1/flow-report.1*
%{_mandir}/man1/flow-send.1*
%{_mandir}/man1/flow-split.1*
%{_mandir}/man1/flow-stat.1*
%{_mandir}/man1/flow-tag.1*
%{_mandir}/man1/flow-tools.1*
%{_mandir}/man1/flow-tools-examples.1*
%{_mandir}/man1/flow-xlate.1*
%{_mandir}/man1/flow-rptfmt.1*
%{_datadir}/%{name}

%files -n flow-capture
%defattr(-,root,root)
%{_initrddir}/flow-capture
%config(noreplace) %{_sysconfdir}/flow-capture.conf
%{_sbindir}/flow-capture
%{_mandir}/man1/flow-capture.1*
%dir /var/lib/flow-capture

%files rrdtool
%defattr(-,root,root)
%{_sbindir}/flow-log2rrd
%{_sbindir}/flow-rpt2rrd
%{_mandir}/man1/flow-log2rrd.1*
%{_mandir}/man1/flow-rpt2rrd.1*

%files docs
%defattr(-,root,root)
%doc docs/*.html ChangeLog.old TODO INSTALL SECURITY 

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%doc docs/*.html
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.68.5.1-5
+ Revision: 13bbedd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1295 |14cr|flrig-1.3.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		flrig
URL:		http://www.w1hjk.com
License:	GPL
Group:		Communications
Version:	1.3.16
Release:	2
Summary:	Transceiver control program for Amateur Radio use

Source0:	http://www.w1hkj.com/downloads/flrig/%{name}-%{version}.tar.gz
BuildRequires:	gcc-c++ gcc make pkgconfig(x11) fltk-devel pkgconfig(xmlrpc) pkgconfig(libpng) jpeg-devel
BuildRequires:	pixman-devel
BuildRequires:	pkgconfig(cairo)

%description
Flrig is a transceiver control program designed to be used either stand
alone or as an adjunct to fldigi. The user interface changes to accommodate
the degree of CAT support available for the transceiver in use.
The back end control code for each transceiver is unique to flrig.
No additional libraries or definition files are required.

Authors:
--------
W1HKJ    -   w1hkj@w1hkj.com

%prep
%setup -q -n %{name}-%{version}

%build
%configure
%make

%install
%makeinstall_std

%files
%{_bindir}/%{name}
%{_datadir}/applications/flrig.desktop
%{_datadir}/pixmaps/flrig.xpm






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.16-2
+ Revision: 372941e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1296 |14cr|fluidsynth-dssi-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       fluidsynth-dssi
Summary:    DSSI plugin wrapper for the FluidSynth software synthesizer
Version:    1.0.0
Release:    3

Source:     http://prdownloads.sourceforge.net/dssi/%{name}-%{version}.tar.gz
URL:        http://dssi.sourceforge.net
License:    GPLv2+
Group:      Sound

BuildRequires:  pkgconfig(dssi)
BuildRequires:  pkgconfig(liblo)
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(fluidsynth)

%description
The FluidSynth-DSSI package contains FluidSynth-DSSI, a wrapper for the
FluidSynth SoundFont-playing software synthesizer, allowing it to function
as a DSSI plugin.

%prep
%setup -q

%build
alias libtoolize=true
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%files
%defattr(-,root,root)
%doc ChangeLog COPYING README TODO
%{_libdir}/dssi/%{name}/FluidSynth-DSSI_gtk
%{_libdir}/dssi/%{name}.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 9b906be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1297 |14cr|flukz-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: flukz.spec 
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################
#define debug_package   %{nil}


Name:       flukz
Summary:    Flukz is a shoot'em up with levels directly editable online
Version:    0.4
Release:    2
License:    GPLv2
Group:      Games/Arcade
URL:        http://flukz.org/wiki/doku.php?id=flukz
Source0:    http://download.tuxfamily.org/flukz/%{name}%{version}.tar.gz
BuildRequires:  qt4-devel 
BuildRequires:  pkgconfig(QtMultimediaKit)
BuildRequires:  pkgconfig(libpulse)
BuildRequires:  desktop-file-utils
BuildRequires:  imagemagick
Requires:       pulseaudio

%description
Flukz is a shoot'em up with levels directly editable on-line. 
All users can easily create new levels or edit existing ones, 
in the same way as a wiki. A graphical interface is provided 
o edit levels easily, without programming knowledge.
In the new version 0.4 (released on 22 february 2014), 
the best scores are automatically saved on the server 
and displayed at the end of a level.Our long-term goal is 
to create a complete Qt platform for all 2D games 
like shoot'em ups, platformers, board games or puzzles

%prep
%setup -qn %{name}%{version}

%build
%qmake_qt4
%make 

%install
#makeinstall not provided
# binary
install -d -m755 %{buildroot}%{_bindir}
install -m755 bin/%{name} %{buildroot}%{_bindir}/%{name}

# icons
install -d -m755 %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
convert images/flukz-24x32.png -resize 48x48 %{buildroot}%{_liconsdir}/%{name}.png
convert images/flukz-24x32.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert images/flukz-24x32.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Categories=Qt;Game;
Comment=funny 2D game
Exec=flukz
GenericName=flukz
Icon=flukz
Name=flukz
NoDisplay=false
StartupNotify=true
Terminal=false
Type=Application
EOF

desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop


%files
%doc Changelog.txt License.txt README.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-2
+ Revision: eb7ffc3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1298 |14cr|fluxstyle-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           fluxstyle
Version:        1.0.1
Release:        6
Summary:        A graphical style manager for Fluxbox

Group:          Graphical desktop/Other
License:        GPL
URL:            http://fluxstyle.berlios.de
Source0:        http://errr-online.com/%{name}/%{version}/%{name}-%{version}.tar.bz2
Source1:        fluxstyle.desktop

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:      noarch

BuildRequires:  python >= 2.3, pygtk2.0-libglade, pygtk2, desktop-file-utils, python-devel
# Im not sure how which of these requires is really needed... the fluxbox for sure
# (version of flux is important due to a bug in pre .9.15)
# but considering yum has to have python is making it a require really needed?
Requires:       python >= 2.3, pygtk2 >= 2.4, pygtk2.0-libglade, fluxbox >= 0.9.15

%description
fluxstyle is a graphical style manager for the fluxbox window manager.
fluxstyle is written in python using pygtk and glade, you can use it
to preview, add, remove and apply styles in fluxbox.

%prep
%setup -q

sed -i s,"mini-fluxbox6.png","../images/mini-fluxbox6.png", images/main.glade
sed -i s,"fluxmetal.png","../images/fluxmetal.png", images/main.glade
%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

desktop-file-install --vendor Mandriva \
    --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
    --add-category X-Mandriva %{SOURCE1}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
cp images/fluxmetal.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps

#clean up docs
rm -rf %{buildroot}%{_datadir}/%{name}/docs

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc docs/Changelog docs/LICENSE docs/README
%{_bindir}/fluxStyle
%{python_sitelib}/%{name}
%{python_sitelib}/%{name}-%{version}-py%{py_ver}.egg-info
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/48x48/apps/fluxmetal.png
%{_datadir}/applications/Mandriva-fluxstyle.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-6
+ Revision: 4669300
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1299 |14cr|fly-2.0.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fly
%define version 2.0.0
%define release 11

Summary: Generate GIF on the fly
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://martin.gleeson.com/fly/dist/%{name}-%{version}.tar.bz2
License: Distributable
Group: Graphics
URL: http://martin.gleeson.com/fly/
Buildrequires: gd-devel
Buildrequires: freetype-devel 
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
Fly is a graphic tool to generate gif/png on the fly

%prep

%setup -q

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%_bindir
cp fly $RPM_BUILD_ROOT/%_bindir

%clean


%files
%defattr(-,root,root)
%doc README
%doc doc/*
%_bindir/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-11
+ Revision: 77404aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1300 |14cr|flyspray-0.9.9.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear\\(Zend(.*)\\)'
%else
%define _requires_exceptions pear(Zend.*)
%endif

Summary:	A simple Bug tracking system
Name:		flyspray
Version:	0.9.9.6
Release:	8
License:	GPLv2
Group:		Networking/WWW
Url:		http://flyspray.org
Source0:	http://flyspray.org/%{name}-%{version}.tar.bz2
Requires:	apache-mod_php
Requires:	php-adodb
Requires:	apache-mod_socache_shmcb
BuildArch:	noarch

%description
%{name} is a simple bug tracking system, written in php, aimed
at people who do not want to deploy Bugzilla.
It offer most of the features needed without a increased complexity.
The configuration is done trough a web interface, and you can fully
control who can do what on the various task.

%prep
%setup -q -c %{name}-%{release}

%build

%install
%__install -d -m 755 %{buildroot}%{_var}/www/%{name}
cp -aRf * %{buildroot}%{_var}/www/%{name}

# remove .htaccess files
find %{buildroot}%{_var}/www/%{name} -name .htaccess -exec rm -f {} \;

# Create empty config file
%__install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
cat > %{buildroot}%{_sysconfdir}/%{name}/flyspray.conf.php <<EOF
# Configuration file for flyspray will be overide during configuration
EOF

ln -s %{_sysconfdir}/%{name}/flyspray.conf.php %{buildroot}%{_var}/www/%{name}/

%__install -d -m 755  %{buildroot}/%{_webappconfdir}
cat > %{buildroot}/%{_webappconfdir}/%{name}.conf << EOF

Alias /%{name} %{_var}/www/%{name}
<Directory %{_var}/www/%{name}>
    Require all granted
</Directory>

<Directory %{_var}/www/%{name}/adodb>
    Require all denied
</Directory>

<Directory %{_var}/www/%{name}/conf>
    Require all denied
</Directory>

<Directory %{_var}/www/%{name}/includes>
    Require all denied
</Directory>

<Directory %{_var}/www/%{name}/templates>
    Require all denied
</Directory>

<Files %{_var}/www/%{name}/plugins/*.php>
    Require all denied
</Files>

<Files %{_var}/www/%{name}/plugins/fetch.php>
    Require all granted
</Files>
EOF

cat > README.urpmi <<EOF
Once this package is installed, there are a few configuration items which need
to be performed before the blog is usable.  First, you need to install
Mysql or PostgreSQL database and corresponding php modules:

# urpmi mysql php-mysql

or 

# urpmi postgresql php-pgsql

Then, you need to establish a username and password to connect to your
MySQL database as, and make both MySQL/Postgres and Flyspray aware of this.
Let's start by creating the database and the username / password
inside MySQL first:

  # mysql
  mysql> create database flyspray;
  Query OK, 1 row affected (0.00 sec)

  mysql> grant all privileges on flyspray.* to flyspray identified by 'flyspray';
  Query OK, 0 rows affected (0.00 sec)

  mysql> flush privileges;
  Query OK, 0 rows affected (0.00 sec)

  mysql> exit
  Bye
  #

Under certain curcumstances, you may need to run variations of the "grant"
command:
mysql> grant all privileges on flyspray.* to flyspray@localhost identified by 'flyspray';
   OR
mysql> grant all privileges on flyspray.* to flyspray@'%' identified by 'flyspray';

This has created an empty database called 'flyspray', created a user named
'flyspray' with a password of 'flyspray', and given the 'flyspray' user total
permission over the 'flyspray' database.  Obviously, you'll want to select a
different password, and you may want to choose different database and user
names depending on your installation.  The specific values you choose are
not constrained, they simply need to be consistent between the database and the
config file.

Once that's done and the database server and web server have been started, 
 in your favourite web browser, enter following URL :
http://hostname/flyspray/  and 
follow the instructions given to you on the pages you see to set up the 
database tables and begin publishing your blog.
EOF

%files
%doc docs/* 
%{_var}/www/%{name}/adodb
%{_var}/www/%{name}/docs
%{_var}/www/%{name}/favicon.ico
%{_var}/www/%{name}/feed.php
%{_var}/www/%{name}/flyspray.conf.php
%{_var}/www/%{name}/header.php
%{_var}/www/%{name}/htaccess.dist
%{_var}/www/%{name}/includes
%{_var}/www/%{name}/index.php
%{_var}/www/%{name}/javascript
%{_var}/www/%{name}/lang
%{_var}/www/%{name}/plugins
%{_var}/www/%{name}/scripts
%{_var}/www/%{name}/setup
%{_var}/www/%{name}/templates
%{_var}/www/%{name}/themes
%{_var}/www/%{name}/robots.txt
%{_var}/www/%{name}/schedule.php
%dir %attr(0755,apache,apache) %{_var}/www/%{name}/attachments/
%dir %attr(0755,apache,apache) %{_var}/www/%{name}/cache/
%attr(0644,apache,apache) %{_var}/www/%{name}/attachments/index.html
%attr(0644,apache,apache) %{_var}/www/%{name}/cache/index.html
%config(noreplace) %attr(0755,apache,apache) %{_sysconfdir}/%{name}/flyspray.conf.php
%config(noreplace) %{_webappconfdir}/%{name}.conf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.9.6-8
+ Revision: 06b2a64
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1301 |14cr|fnfx-0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fnfx
Version:	0.3
Release:	7
Summary:	Toshiba laptop function key utility
License:	GPL
URL:		http://fnfx.sf.net
Group:		System/Configuration/Hardware
Source0:	downloads.sourceforge.net/project/fnfx/fnfx/fnfx%20v0.3/fnfx-0.3.tar.bz2
Source1:	%{name}.service
Source2:	fnfxd_check.sh
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description
FnFX enables owners of Toshiba laptops to change the LCD brightness,
control, the internal fan and use the special keys on their keyboard
(Fn-x combinations, hot-keys). The internal functions will give the
possibility to map the Fn-Keys to functions like volume up/down, mute,
suspend to disk, suspend to ram and switch LCD/CRT/TV-out. These
functions heavily depend on the system and/or kernel configuration.
You will need at least a kernel (v2.4.x, v2.5.x, v2.6.x) with ACPI and
Toshiba support (CONFIG_ACPI and CONFIG_ACPI_TOSHIBA).

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -D -m0755 %{SOURCE2} %{buildroot}%{_sbindir}/fnfxd_check

%clean

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%{_bindir}/%{name}
%{_sbindir}/*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_unitdir}/%{name}.service

%doc ChangeLog INSTALL AUTHORS README

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-7
+ Revision: 4edb8a9
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1302 |14cr|focuswriter-1.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		focuswriter
Version:	1.4.4
Release:	2
Summary:	A full-screen, distraction-free writing program

Group:		Editors
License:	GPLv3+
URL:		http://gottcode.org/%{name}/
Source:		http://gottcode.org/%{name}/%{name}-%{version}-src.tar.bz2

BuildRequires:	pkgconfig(libzip)
BuildRequires:  pkgconfig(QtCore)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(hunspell)

%description
A full-screen, distraction-free writing program. 
You can customize your environment by changing the font, colors, and
background image to add ambiance as you type. FocusWriter features
an on-the-fly updating word count, optional auto-save, optional daily
goals, and an interface that hides away to allow you to focus more 
clearly; additionally, when you open the program your current 
work-in-progress will automatically load and position you at the end
of your document, so that you can immediately jump back in.

%prep
%setup -q

%build
%qmake_qt4 PREFIX=%{_prefix}
%make

%install
make install INSTALL_ROOT=%{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/pixmaps/%{name}.xpm


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.4-2
+ Revision: cdf092d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1303 |14cr|fondu-2.0-0.060102.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		fondu
%define fonduversion	060102
%define mdkrelease	%mkrel 4

Name:		fondu
Version:	2.0
Release:	0.%{fonduversion}.%{mdkrelease}
Summary:	Converts between mac and unix fonts
License:	BSD
Group:		Publishing
Source0:	http://fondu.sourceforge.net/fondu_src-%{fonduversion}.tar.bz2
Url:		http://fondu.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Conflicts:	dgen-sdl

%description 
Fondu allows you to convert a mac font into a unix one. ufond converts
a unix font into a mac one.

%prep
%setup -q -n fondu-%{fonduversion}

%build
%configure2_5x
%make OPT_FLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir} \
	$RPM_BUILD_ROOT%{_mandir}/man1
%makeinstall
install -m 644 *.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc LICENSE README
%{_bindir}/fondu
%{_bindir}/ufond
%{_bindir}/showfond
%{_bindir}/dfont2res
%{_bindir}/frombin
%{_bindir}/tobin
%{_bindir}/lumper
%{_bindir}/setfondname
%{_mandir}/man1/*





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.0-0.060102.4
+ Revision: 5d06a0f
- Automatic import for version 2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1304 |14cr|fontmatrix-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Featureful personal font manager
Name:		fontmatrix
Version:	0.6.0
Release:	2
License:	GPLv2+
Group:		Office
Url:		http://fontmatrix.net/
Source0:	http://fontmatrix.net/archives/fontmatrix-%{version}-Source.tar.gz
Patch0:		fontmatrix-0.6.0-sfmt.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(freetype2)

%description
fontmatrix is a manager built with the kind of features and abilities graphic
designers, layout professionals along with others have felt necessary, but
modernized with some new touches.

Fontmatrix has a concept of 'tagging'. This makes it really nice to group
fonts and even sub-group them logically for use in a book for instance. It
also has extensive gui support for showing all glyphs in a font, previews of
sample text, variable sizing and also tells what kinds of advanced Open Type
features are inside each font. These features have never been seen outside of
a font editor. And not least, it creates a nice PDF catalogue of user's fonts
for printing or reference. In short, fontmatrix is a font manager for
professionals, but is nice and user friendly.

%files
%doc COPYING ChangeLog TODO
%{_bindir}/fontmatrix
%{_mandir}/man1/fontmatrix.1*
%{_datadir}/applications/fontmatrix.desktop
%{_iconsdir}/hicolor/*/apps/fontmatrix.png
%dir %{_datadir}/fontmatrix
%{_datadir}/fontmatrix/*

#----------------------------------------------------------------------------

%prep
%setup -q -n fontmatrix-%{version}-Source
%patch0 -p1

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build

desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/fontmatrix.desktop



%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 0.6.0-2
+ Revision: dd0a21f
- Build with system flags, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1305 |14cr|fontpackages-1.44-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global spectemplatedir %{_sysconfdir}/rpmdevtools/
%global ftcgtemplatedir %{_datadir}/fontconfig/templates/
%global rpmmacrodir     %{_sysconfdir}/rpm/

Name:    fontpackages
Version: 1.44
Release: 2
Summary: Common directory and macro definitions used by font packages


# Mostly means the scriptlets inserted via this package do not change the
# license of the packages they're inserted in
Group:	   System/X11
License:   LGPLv3+
URL:       http://fedoraproject.org/wiki/fontpackages
Source0:   http://fedorahosted.org/releases/f/o/%{name}/%{name}-%{version}.tar.xz

BuildArch: noarch


%description
This package contains the basic directory layout, spec templates, rpm macros
and other materials used to create font packages.


%package filesystem
Summary: Directories used by font packages
License: Public Domain

%description filesystem
This package contains the basic directory layout used by font packages,
including the correct permissions for the directories.


%package devel
Summary: Templates and macros used to create font packages

Requires: rpmdevtools, %{name}-filesystem = %{version}-%{release}
Requires: fontconfig

%description devel
This package contains spec templates, rpm macros and other materials used to
create font packages.


%package tools
Summary: Tools used to check fonts and font packages

Requires: fontconfig, fontforge
Requires: curl, make, mutt
Requires: rpmlint

%description tools
This package contains tools used to check fonts and font packages


%prep
%setup -q

%build
for file in bin/repo-font-audit bin/compare-repo-font-audit ; do
sed -i "s|^DATADIR\([[:space:]]*\)\?=\(.*\)$|DATADIR=%{_datadir}/%{name}|g" \
  $file
done

%install

# Pull macros out of macros.fonts and emulate them during install
for dir in fontbasedir        fontconfig_masterdir \
           fontconfig_confdir fontconfig_templatedir ; do
  export _${dir}=$(rpm --eval $(%{__grep} -E "^%_${dir}\b" \
    rpm/macros.fonts | %{__awk} '{ print $2 }'))
done

install -m 0755 -d %{buildroot}${_fontbasedir} \
                   %{buildroot}${_fontconfig_masterdir} \
                   %{buildroot}${_fontconfig_confdir} \
                   %{buildroot}${_fontconfig_templatedir} \
                   %{buildroot}%{spectemplatedir} \
                   %{buildroot}%{rpmmacrodir} \
                   %{buildroot}%{_datadir}/fontconfig/templates \
                   %{buildroot}/%_datadir/%{name} \
                   %{buildroot}%{_bindir}
install -m 0644 -p spec-templates/*.spec       %{buildroot}%{spectemplatedir}
install -m 0644 -p fontconfig-templates/*      %{buildroot}%{ftcgtemplatedir}
install -m 0644 -p rpm/macros*                 %{buildroot}%{rpmmacrodir}
install -m 0644 -p private/repo-font-audit.mk  %{buildroot}/%{_datadir}/%{name}
install -m 0755 -p private/core-fonts-report \
                   private/font-links-report \
                   private/fonts-report \
                   private/process-fc-query \
                   private/test-info           %{buildroot}/%{_datadir}/%{name}
install -m 0755 -p bin/*                       %{buildroot}%{_bindir}

cat <<EOF > %{name}-%{version}.files
%defattr(0644,root,root,0755)
%dir ${_fontbasedir}
%dir ${_fontconfig_masterdir}
%dir ${_fontconfig_confdir}
%dir ${_fontconfig_templatedir}
EOF

%files filesystem -f %{name}-%{version}.files
%defattr(0644,root,root,0755)
%dir %{_datadir}/fontconfig

%files devel
%defattr(0644,root,root,0755)
%doc license.txt readme.txt
%config(noreplace) %{spectemplatedir}/*.spec
%{rpmmacrodir}/macros*
%dir %{ftcgtemplatedir}
%{ftcgtemplatedir}/*conf
%{ftcgtemplatedir}/*txt

%files tools
%defattr(0644,root,root,0755)
%doc license.txt readme.txt
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/repo-font-audit.mk
%defattr(0755,root,root,0755)
%{_datadir}/%{name}/core-fonts-report
%{_datadir}/%{name}/font-links-report
%{_datadir}/%{name}/fonts-report
%{_datadir}/%{name}/process-fc-query
%{_datadir}/%{name}/test-info
%{_bindir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.44-2
+ Revision: a206ae2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1306 |14cr|fonts-bitmap-lfp-fix-0.83-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: fonts-bitmap-lfp-fix
Summary: Linux Font Project fixed width bitmap fonts for X11
Version: 0.83
Release: 7
Source0: http://ovh.dl.sourceforge.net/sourceforge/xfonts/lfpfonts-fix-src-0.83.tar.bz2
License: Public Domain
Group: System/Fonts/X11 bitmap
Url: http://dreamer.nitro.dk/typography/bitmap-fonts.html
BuildRequires: bdftopcf
BuildRequires: mkfontdir
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: fontconfig

%description
This package is a part of bigger project -- Linux Font Project. It includes
fixed width (character cell) fonts for X in PCF format.

The project is now inactive, but the fonts are still good.

%prep
%setup -q -n lfpfonts-fix-src

%build
pushd src
# use the provided ucs2any script, ucs2any from x11-font-util crashes badly
PATH=.:$PATH ./compile 2>/dev/null
popd
pushd lfp-fix
mkfontdir
popd


%install
rm -rf %{buildroot}
mkdir -p %buildroot%_datadir/fonts %buildroot%_sysconfdir/X11/fontpath.d
cp -pr lfp-fix %buildroot%_datadir/fonts/
ln -s ../../..%_datadir/fonts/lfp-fix \
   %buildroot%_sysconfdir/X11/fontpath.d/lfp-fix:unscaled:pri=50


%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%dir %_datadir/fonts/lfp-fix
%_datadir/fonts/lfp-fix/*
%_sysconfdir/X11/fontpath.d/lfp-fix:unscaled:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.83-7
+ Revision: ea41055
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1307 |14cr|fonts-otf-Aegean-3.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname	Aegean
%define name		fonts-otf-%{fontname}
%define version		3.01
%define release		4

%define fontdir		%{_datadir}/fonts/OTF/%{fontname}
%define fontconfdir	%{_sysconfdir}/X11/fontpath.d

Summary:	Unicode Aegean fonts
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://users.teilar.gr/~g1951d/%{fontname}.zip
Source1:	http://users.teilar.gr/~g1951d/Anatolian.zip
License:	Public Domain
Group:		System/Fonts/True type
Url:		http://users.teilar.gr/~g1951d/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	mkfontscale, mkfontdir

%description
Aegean covers the following scripts and symbols supported by The
Unicode Standard 5.2: Basic Latin, Greek and Coptic, Greek Extended,
some Punctuation and other Symbols, Linear B Syllabary, Linear B
Ideograms, Aegean Numbers, Ancient Greek Numbers, Ancient Symbols,
Phaistos Disc, Lycian, Carian, Old Italic, Ugaritic, Old Persian,
Cypriot Syllabary, Phoenician, Lydian, and Archaic Greek Musical
Notation. Aegean allocates in the Supplementary Private Use Plane 15,
the following scripts and symbols, as yet unsupported by Unicode:
Cretan Hieroglyphs, Cypro-Minoan, Linear A, the Arkalochori Axe,
Ancient Greek and Old Italic variant alphabets.

In this version:
* Cretan Hieroglyphs are redesigned and expanded to cover signs on
  seals.
* Cypro-Minoan is entirely new and in agreement with the latest
  edition of the inscriptions.
* Idalion, Akanthou, Eteocypriot, Ancient and Recent Paphian variants
  of the Cypriot Syllabary are available as its Open Type Stylistic
  Sets I-V.
* Anatolian Hieroglyphs are included in this package.

%prep
%setup -q -c %{name}-%{version}
unzip %SOURCE1

%install
%__rm -rf %{buildroot}

%__install -m 0755 -d %{buildroot}%{fontdir}
%__install -m 0644 *.otf %{buildroot}%{fontdir}
mkfontscale %{buildroot}%{fontdir}
mkfontdir %{buildroot}%{fontdir}

%__install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/otf-%{fontname}:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc *.txt
%{fontconfdir}/otf*
%{fontdir}/*.otf
%{fontdir}/fonts.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.01-4
+ Revision: 933d33f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1308 |14cr|fonts-otf-Aegyptus-3.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname	Aegyptus
%define name		fonts-otf-%{fontname}
%define version		3.11
%define release		4

%define fontdir		%{_datadir}/fonts/OTF/%{fontname}
%define fontconfdir	%{_sysconfdir}/X11/fontpath.d

Summary:	Unicode Aegyptus fonts
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://users.teilar.gr/~g1951d/%{fontname}311.zip
Source1:	http://users.teilar.gr/~g1951d/Gardiner311.zip
License:	Public Domain
Group:		System/Fonts/True type
Url:		http://users.teilar.gr/~g1951d/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	mkfontscale, mkfontdir

%description
Ars longa, vita brevis; this is the final version of Aegyptus. The
font encodes some 7100 Egyptian Hieroglyphs, all with a graphical
representation. The main sources of glyphs are Hieroglyphica and the
work of Alan Gardiner. Egyptian Hieroglyphs are allocated in the
Supplementary Private Use Plane 15, for the lack of a standard. The
font also covers Basic Latin, Egyptian Transliteration characters,
Meroitic, some Punctuation and other Symbols and the Gardiner set of
Egyptian Hieroglyphs supported by The Unicode Standard 5.2 (13000 -
1342F).

The Gardiner set is also available in the small font Gardiner (regular
and bold).

%prep
%setup -q -c %{name}-%{version}
unzip -o %SOURCE1

%install
%__rm -rf %{buildroot}

%__install -m 0755 -d %{buildroot}%{fontdir}
%__install -m 0644 *.otf %{buildroot}%{fontdir}
mkfontscale %{buildroot}%{fontdir}
mkfontdir %{buildroot}%{fontdir}

%__install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/otf-%{fontname}:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc *.txt
%{fontconfdir}/otf*
%{fontdir}/*.otf
%{fontdir}/fonts.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.11-4
+ Revision: fc6ee34
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1309 |14cr|fonts-otf-Akkadian-2.52-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname	Akkadian
%define name		fonts-otf-%{fontname}
%define version		2.52
%define release		4

%define fontdir		%{_datadir}/fonts/OTF/%{fontname}
%define fontconfdir	%{_sysconfdir}/X11/fontpath.d

Summary:	Unicode Akkadian fonts
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://users.teilar.gr/~g1951d/%{fontname}.zip
License:	Public Domain
Group:		System/Fonts/True type
Url:		http://users.teilar.gr/~g1951d/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	mkfontscale, mkfontdir

%description
Akkadian covers the following scripts and symbols supported by The
Unicode Standard 5.2: Basic Latin, Greek and Coptic, some Punctuation
and other Symbols, Cuneiform, Cuneiform Numbers and Punctuation.

%prep
%setup -q -c %{name}-%{version}

%install
%__rm -rf %{buildroot}

%__install -m 0755 -d %{buildroot}%{fontdir}
%__install -m 0644 *.otf %{buildroot}%{fontdir}
mkfontscale %{buildroot}%{fontdir}
mkfontdir %{buildroot}%{fontdir}

%__install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/otf-%{fontname}:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{fontconfdir}/otf*
%{fontdir}/*.otf
%{fontdir}/fonts.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.52-4
+ Revision: f40557e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1310 |14cr|fonts-otf-Alexander-3.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname	Alexander
%define name		fonts-otf-%{fontname}
%define version		3.01
%define release		3

%define fontdir		%{_datadir}/fonts/OTF/%{fontname}
%define fontconfdir	%{_sysconfdir}/X11/fontpath.d

Summary:	Unicode Alexander fonts
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://users.teilar.gr/~g1951d/%{fontname}.zip
License:	Public Domain
Group:		System/Fonts/True type
Url:		http://users.teilar.gr/~g1951d/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	mkfontscale, mkfontdir

%description
A text typeface using the Greek letters designed by Alexander Wilson
(1714-1786), a Scottish doctor, astronomer, and typefounder. The type
was especially designed for an edition of Homer's epics, published in
1756-8 by Andrew and Robert Foulis, printers to the University of
Glasgow. A modern revival, Wilson Greek, has been designed by Matthew
Carter in 1995. Peter S. Baker is also using Wilson's Greek type in
his Junicode font for medieval scholars (2007). Latin and Cyrillic are
based on a Garamond typeface. The font covers the Windows Glyph List,
IPA Extensions, Greek Extended, Ancient Greek Numbers, Byzantine and
Ancient Greek Musical Notation, various typographic extras and several
Open Type features (Case-Sensitive Forms, Small Capitals, Subscript,
Superscript, Numerators, Denominators, Fractions, Old Style Figures,
Historical Forms, Stylistic Alternates, Ligatures).

%prep
%setup -q -c %{name}-%{version}

%install
%__rm -rf %{buildroot}

%__install -m 0755 -d %{buildroot}%{fontdir}
%__install -m 0644 *.otf %{buildroot}%{fontdir}
mkfontscale %{buildroot}%{fontdir}
mkfontdir %{buildroot}%{fontdir}

%__install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/otf-%{fontname}:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{fontconfdir}/otf*
%{fontdir}/*.otf
%{fontdir}/fonts.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.01-3
+ Revision: 40a1de4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1311 |14cr|fonts-otf-Alfios-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname	Alfios
%define name		fonts-otf-%{fontname}
%define version		1.01
%define release		3

%define fontdir		%{_datadir}/fonts/OTF/%{fontname}
%define fontconfdir	%{_sysconfdir}/X11/fontpath.d

Summary:	Unicode Alfios fonts
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://users.teilar.gr/~g1951d/%{fontname}.zip
License:	Public Domain
Group:		System/Fonts/True type
Url:		http://users.teilar.gr/~g1951d/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	mkfontscale, mkfontdir

%description
Lowercase upright Greek were designed in 1805 by Firmin Didot (1764 -
1836) and cut by Walfard and Vibert. The typeface, together with a
complete printing house, was donated in 1821 to the new Greek state by
Didot's son, Ambroise Firmin Didot (1790 - 1876). Lowercase italic
Greek were designed in 1802 by Richard Porson (1757 - 1808) and cut by
Richard Austin. They were first used by Cambridge University Press in
1810. Capitals, Latin and Cyrillic, as well as the complete bold
weights, have been designed in an attempt to create a well-balanced
font. The font covers the Windows Glyph List, Greek Extended, various
typographic extras and some Open Type features (Numerators,
Denominators, Fractions, Old Style Figures, Historical Forms,
Stylistic Alternates, Ligatures); it is available in regular, italic,
bold and bold italic.

%prep
%setup -q -c %{name}-%{version}

%install
%__rm -rf %{buildroot}

%__install -m 0755 -d %{buildroot}%{fontdir}
%__install -m 0644 *.otf %{buildroot}%{fontdir}
mkfontscale %{buildroot}%{fontdir}
mkfontdir %{buildroot}%{fontdir}

%__install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/otf-%{fontname}:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{fontconfdir}/otf*
%{fontdir}/*.otf
%{fontdir}/fonts.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.01-3
+ Revision: d57efa4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1312 |14cr|fonts-otf-Anaktoria-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname	Anaktoria
%define name		fonts-otf-%{fontname}
%define version		1.01
%define release		3

%define fontdir		%{_datadir}/fonts/OTF/%{fontname}
%define fontconfdir	%{_sysconfdir}/X11/fontpath.d

Summary:	Unicode Anaktoria fonts
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://users.teilar.gr/~g1951d/%{fontname}.zip
License:	Public Domain
Group:		System/Fonts/True type
Url:		http://users.teilar.gr/~g1951d/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	mkfontscale, mkfontdir

%description
Grecs du roi was designed by Claude Garamond (1480 - 1561) between
1541 and 1544, commissioned by king Francis I of France, for the
exclusive use by the Imprimerie Nationale in Paris. Greek in Anaktoria
is based on a modern version of Grecs du roi prepared by Mindaugas
Strockis in 2001. Lowercase Latin stems from the titles in the 1623
First Folio Edition of Shakespeare. Scott Mann & Peter Guither
prepared a modern version for The Illinois Shakespeare Festival in
1995. Cyrillic has been designed to match the above Greek and
Latin. The font covers the Windows Glyph List, Greek Extended, various
typographic extras and some Open Type features (Numerators,
Denominators, Fractions, Old Style Figures, Historical Forms,
Stylistic Alternates, Ligatures, Swash Capitals).

%prep
%setup -q -c %{name}-%{version}

%install
%__rm -rf %{buildroot}

%__install -m 0755 -d %{buildroot}%{fontdir}
%__install -m 0644 *.otf %{buildroot}%{fontdir}
mkfontscale %{buildroot}%{fontdir}
mkfontdir %{buildroot}%{fontdir}

%__install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/otf-%{fontname}:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{fontconfdir}/otf*
%{fontdir}/*.otf
%{fontdir}/fonts.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.01-3
+ Revision: 8ecb60c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1313 |14cr|fonts-otf-Analecta-2.52-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname	Analecta
%define name		fonts-otf-%{fontname}
%define version		2.52
%define release		4

%define fontdir		%{_datadir}/fonts/OTF/%{fontname}
%define fontconfdir	%{_sysconfdir}/X11/fontpath.d

Summary:	Unicode Analecta fonts
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://users.teilar.gr/~g1951d/%{fontname}.zip
License:	Public Domain
Group:		System/Fonts/True type
Url:		http://users.teilar.gr/~g1951d/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	mkfontscale, mkfontdir

%description
Analecta is an ecclesiastic scripts font, covering Basic Latin, Greek
and Coptic, some Punctuation and other Symbols, Coptic, typographica
varia, Specials, Gothic and Deseret.

%prep
%setup -q -c %{name}-%{version}

%install
%__rm -rf %{buildroot}

%__install -m 0755 -d %{buildroot}%{fontdir}
%__install -m 0644 *.otf %{buildroot}%{fontdir}
mkfontscale %{buildroot}%{fontdir}
mkfontdir %{buildroot}%{fontdir}

%__install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/otf-%{fontname}:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{fontconfdir}/otf*
%{fontdir}/*.otf
%{fontdir}/fonts.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.52-4
+ Revision: e7f7791
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1314 |14cr|fonts-otf-Aroania-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname	Aroania
%define name		fonts-otf-%{fontname}
%define version		1.01
%define release		3

%define fontdir		%{_datadir}/fonts/OTF/%{fontname}
%define fontconfdir	%{_sysconfdir}/X11/fontpath.d

Summary:	Unicode Aroania fonts
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://users.teilar.gr/~g1951d/%{fontname}.zip
License:	Public Domain
Group:		System/Fonts/True type
Url:		http://users.teilar.gr/~g1951d/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	mkfontscale, mkfontdir

%description
In 1927, Victor Julius Scholderer (1880 - 1971), on behalf of the
'Society for the Promotion of Greek Studies', got involved in choosing
and consulting the design and production of a Greek type called 'New
Hellenic' cut by the Lanston Monotype Corporation. He chose the
revival of a round, and almost monoline type which had first appeared
in 1492 in the edition of Macrobius, ascribable to the printing shop
of Giovanni Rosso (Joannes Rubeus) in Venice. Aroania is a modern
recast of Victor Scholderer’s 'New Hellenic' font, on the basis of
Verdana. The font covers the Windows Glyph List, Greek Extended,
various typographic extras and is available in regular and bold. The
regular style of the font also covers IPA Extensions, Ancient Greek
Numbers, Byzantine and Ancient Greek Musical Notation and several Open
Type features (Case-Sensitive Forms, Small Capitals, Subscript,
Superscript, Numerators, Denominators, Fractions, Old Style Figures,
Historical Forms, Stylistic Alternates, Ligatures).

%prep
%setup -q -c %{name}-%{version}

%install
%__rm -rf %{buildroot}

%__install -m 0755 -d %{buildroot}%{fontdir}
%__install -m 0644 *.otf %{buildroot}%{fontdir}
mkfontscale %{buildroot}%{fontdir}
mkfontdir %{buildroot}%{fontdir}

%__install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/otf-%{fontname}:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{fontconfdir}/otf*
%{fontdir}/*.otf
%{fontdir}/fonts.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.01-3
+ Revision: 35bc464
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1315 |14cr|fonts-otf-Atavyros-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname	Atavyros
%define name		fonts-otf-%{fontname}
%define version		1.01
%define release		3

%define fontdir		%{_datadir}/fonts/OTF/%{fontname}
%define fontconfdir	%{_sysconfdir}/X11/fontpath.d

Summary:	Unicode Atavyros fonts
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://users.teilar.gr/~g1951d/%{fontname}.zip
License:	Public Domain
Group:		System/Fonts/True type
Url:		http://users.teilar.gr/~g1951d/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	mkfontscale, mkfontdir

%description
Robert Granjon (1513 - 1589) produced his Parangonne Greque typeface
(garmond size) at the instigation of Christophe Plantin as a
counterpart to Garamond's Grec du roi, in Antwerp Holland, between
1560 - 1565. It was used in Plantin's multilingual Bible of
1572. Versions of Granjon's type were used for the 1692 edition of
Diogenes Laertius and for the Greek-Dutch edition of the New Testament
in 1698, both published by Henric Wetstenium in Amsterdam. A digital
revival was prepared by Ralph P. Hancock for his Vusillus font in
1999. Latin and Cyrillic are based on a Goudy typeface. The font
covers the Windows Glyph List, Greek Extended, various typographic
extras and some Open Type features (Numerators, Denominators,
Fractions, Old Style Figures, Historical Forms, Stylistic Alternates,
Ligatures).

%prep
%setup -q -c %{name}-%{version}

%install
%__rm -rf %{buildroot}

%__install -m 0755 -d %{buildroot}%{fontdir}
%__install -m 0644 *.otf %{buildroot}%{fontdir}
mkfontscale %{buildroot}%{fontdir}
mkfontdir %{buildroot}%{fontdir}

%__install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/otf-%{fontname}:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{fontconfdir}/otf*
%{fontdir}/*.otf
%{fontdir}/fonts.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.01-3
+ Revision: e88112b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1316 |14cr|fonts-otf-Avdira-3.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname	Avdira
%define name		fonts-otf-%{fontname}
%define version		3.01
%define release		3

%define fontdir		%{_datadir}/fonts/OTF/%{fontname}
%define fontconfdir	%{_sysconfdir}/X11/fontpath.d

Summary:	Unicode Avdira fonts
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://users.teilar.gr/~g1951d/%{fontname}.zip
License:	Public Domain
Group:		System/Fonts/True type
Url:		http://users.teilar.gr/~g1951d/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	mkfontscale, mkfontdir

%description
Upright is based on the lowercase Greek letters in the typeface used
by Demetrios Damilas for the edition of Isocrates, published in Milan
in 1493. A digital revival was prepared by Ralph P. Hancock for his
Milan (Mediolanum) font in 2000. Italic Greek were designed in 1802 by
Richard Porson (1757 - 1808) and cut by Richard Austin. They were
first used by Cambridge University Press in 1810. Capitals, Latin and
Cyrillic, as well as the complete bold weights, have been designed in
an attempt to create a well-balanced font. The font covers the Windows
Glyph List, Greek Extended, various typographic extras and is
available in regular, italic, bold and bold italic. The regular style
of the font also covers IPA Extensions, Ancient Greek Numbers,
Byzantine and Ancient Greek Musical Notation and several Open Type
features (Case-Sensitive Forms, Small Capitals, Subscript,
Superscript, Numerators, Denominators, Fractions, Old Style Figures,
Historical Forms, Stylistic Alternates, Ligatures).

%prep
%setup -q -c %{name}-%{version}

%install
%__rm -rf %{buildroot}

%__install -m 0755 -d %{buildroot}%{fontdir}
%__install -m 0644 *.otf %{buildroot}%{fontdir}
mkfontscale %{buildroot}%{fontdir}
mkfontdir %{buildroot}%{fontdir}

%__install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/otf-%{fontname}:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{fontconfdir}/otf*
%{fontdir}/*.otf
%{fontdir}/fonts.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.01-3
+ Revision: 64fdcb8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1317 |14cr|fonts-otf-crimson-20110816-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname crimson

Summary:	Crimson serif font family
Name:		fonts-otf-crimson
Version:	20110816
Release:	2
License:	OFL
Group:		System/Fonts/True type
URL:		http://openfontlibrary.org/font/crimson
Source0:	%{pkgname}.zip
Source1:	OFL.txt
Source2:	OFL-FAQ.txt
BuildArch:	noarch
BuildRequires:	freetype-tools

%description
A Garalde under construction; for the love of the works of Tschichold, Slimbach
and Hoefler. For now, only the cuts Roman, Italic and Bold are kerned.

%prep
%setup -q -c -n %{pkgname}-%{version}

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/OTF/crimson

%__install -m 644 *.otf %{buildroot}%{_xfontdir}/OTF/crimson
ttmkfdir %{buildroot}%{_xfontdir}/OTF/crimson -o %{buildroot}%{_xfontdir}/OTF/crimson/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/OTF/crimson/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/OTF/crimson \
    %{buildroot}%_sysconfdir/X11/fontpath.d/otf-crimson:pri=50

%__install -D -m 644 %{SOURCE1} %{buildroot}%{_docdir}/%name/OFL.txt
%__install -D -m 644 %{SOURCE2} %{buildroot}%{_docdir}/%name/OFL-FAQ.txt

%files
%doc %{_docdir}/%name/OFL.txt
%doc %{_docdir}/%name/OFL-FAQ.txt
%dir %{_xfontdir}/OTF/crimson
%{_xfontdir}/OTF/crimson/*.otf
%verify(not mtime) %{_datadir}/fonts/OTF/crimson/fonts.dir
%{_xfontdir}/OTF/crimson/fonts.scale
%{_sysconfdir}/X11/fontpath.d/otf-crimson:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110816-2
+ Revision: 16beef0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1318 |14cr|fonts-otf-Musica-2.52-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname	Musica
%define name		fonts-otf-%{fontname}
%define version		2.52
%define release		4

%define fontdir		%{_datadir}/fonts/OTF/%{fontname}
%define fontconfdir	%{_sysconfdir}/X11/fontpath.d

Summary:	Unicode Musica fonts
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://users.teilar.gr/~g1951d/%{fontname}.zip
License:	Public Domain
Group:		System/Fonts/True type
Url:		http://users.teilar.gr/~g1951d/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	mkfontscale, mkfontdir

%description
Musica (formerly issued as Musical Symbols), covers the following
scripts and symbols supported by The Unicode Standard 5.2: Basic
Latin, Greek and Coptic, some Punctuation and other Symbols, Byzantine
Musical Symbols, (Western) Musical Symbols, Archaic Greek Musical
Notation.

%prep
%setup -q -c %{name}-%{version}

%install
%__rm -rf %{buildroot}

%__install -m 0755 -d %{buildroot}%{fontdir}
%__install -m 0644 *.otf %{buildroot}%{fontdir}
mkfontscale %{buildroot}%{fontdir}
mkfontdir %{buildroot}%{fontdir}

%__install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/otf-%{fontname}:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{fontconfdir}/otf*
%{fontdir}/*.otf
%{fontdir}/fonts.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.52-4
+ Revision: b764b68
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1319 |14cr|fonts-otf-poltawski-antiqua-1.101-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OpenType's Poltawski-Antiqua fonts
Name:		fonts-otf-poltawski-antiqua
Version:	1.101
Release:	2
License:	GUST Font License
Group:		System/Fonts/True type
URL:		http://jmn.pl/antykwa-poltawskiego/
Source0:	http://jmn.pl/pliki/ap%{version}otf.zip
BuildArch:	noarch
BuildRequires:	fontconfig
BuildRequires:	mkfontscale
BuildRequires:	mkfontdir

%description
This font was designed in the 'twenties and the 'thirties
of XX century by a Polish graphic artist and a typographer 
Adam Ptawski.
It was widely used by Polish printing houses as long as metal
types were in use (until ca the 'sixties).

%prep
%setup -qc

%build

%install
mkdir -p %{buildroot}%{_datadir}/fonts/OTF/antpolt

install -m 644 *.otf %{buildroot}%{_datadir}/fonts/OTF/antpolt

mkfontscale %{buildroot}%{_datadir}/fonts/OTF/antpolt
mkfontdir %{buildroot}%{_datadir}/fonts/OTF/antpolt

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/OTF/antpolt \
	%{buildroot}%{_sysconfdir}/X11/fontpath.d/otf-antpolt:pri=50

%files
%dir %{_datadir}/fonts/OTF/antpolt
%{_datadir}/fonts/OTF/antpolt/*.otf
%verify(not mtime) %{_datadir}/fonts/OTF/antpolt/fonts.dir
%{_datadir}/fonts/OTF/antpolt/fonts.scale
%{_sysconfdir}/X11/fontpath.d/otf-antpolt:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.101-2
+ Revision: f3a42a7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1320 |14cr|fonts-otf-stix-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname	stix
%define name		fonts-otf-%{fontname}
%define version		1.0.0
%define release		3

%define fontdir	 	%{_datadir}/fonts/OTF/%{fontname}
%define fontconfdir	%{_sysconfdir}/X11/fontpath.d

Summary:	Scientific and Technical Information Exchange fonts
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	STIXv%{version}.zip
License:	OFLv1.1
Group:		System/Fonts/True type
Url:		http://www.stixfonts.org/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	mkfontscale, mkfontdir

%description
The mission of the Scientific and Technical Information Exchange
(STIX) font creation project is the preparation of a comprehensive set
of fonts that serve the scientific and engineering community in the
process from manuscript creation through final publication, both in
electronic and print formats. Toward this purpose, the STIX fonts will
be made available, under royalty-free license, to anyone, including
publishers, software developers, scientists, students, and the general
public.

The STIX mission will be fully realized when:

* Fully hinted PostScript Type 1 and TrueType font sets have been created
* All characters/glyphs have been incorporated into Unicode
  representation or comparable representation and browsers include
  program logic to fully utilize the STIX font set in the electronic
  representation of scholarly scientific documents


%prep
%setup -q -n STIXv%{version}

%install
%__rm -rf %{buildroot}

%__install -m 0755 -d %{buildroot}%{fontdir}
%__install -m 0644 Fonts/*.otf %{buildroot}%{fontdir}
mkfontscale %{buildroot}/%{fontdir}
mkfontdir %{buildroot}/%{fontdir}

%__install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/otf-%{fontname}:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc License/*.pdf *.pdf
%{fontconfdir}/otf*
%{fontdir}/*.otf
%{fontdir}/fonts.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 8beae7b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1321 |14cr|fonts-otf-Symbola-2.53-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname	Symbola
%define name		fonts-otf-%{fontname}
%define version		2.53
%define release		4

%define fontdir		%{_datadir}/fonts/OTF/%{fontname}
%define fontconfdir	%{_sysconfdir}/X11/fontpath.d

Summary:	Unicode Symbola fonts
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://users.teilar.gr/~g1951d/%{fontname}253.zip
License:	Public Domain
Group:		System/Fonts/True type
Url:		http://users.teilar.gr/~g1951d/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	mkfontscale, mkfontdir

%description
Symbola (formerly issued as Unicode Symbols) covers the following
scripts and symbols supported by The Unicode Standard 5.2:
Basic Latin, Latin-1 Supplement, Latin Extended-A, IPA Extensions,
Spacing Modifier Letters, Greek and Coptic, Cyrillic, Cyrillic
Supplementary, General Punctuation, Superscripts and Subscripts,
Combining Diacritical Marks for Symbols, Letterlike Symbols, Number
Forms, Arrows, Mathematical Operators, Miscellaneous Technical,
Control Pictures, Optical Character Recognition, Box Drawing, Block
Elements, Geometric Shapes, Miscellaneous Symbols, Dingbats,
Miscellaneous Mathematical Symbols-A, Supplemental Arrows-A,
Supplemental Arrows-B, Miscellaneous Mathematical Symbols-B,
Supplemental Mathematical Operators, Miscellaneous Symbols and Arrows,
Supplemental Punctuation, CJK Symbols and Punctuation, Yijing Hexagram
Symbols, Vertical Forms, Combining Half Marks, CJK Compatibility
Forms, Specials, Tai Xuan Jing Symbols, Counting Rod Numerals,
Mathematical Alphanumeric Symbols, Mahjong Tile Symbols, Domino Tile
Symbols.

%prep
%setup -q -c %{name}-%{version}

%install
%__rm -rf %{buildroot}

%__install -m 0755 -d %{buildroot}%{fontdir}
%__install -m 0644 *.otf %{buildroot}%{fontdir}
mkfontscale %{buildroot}%{fontdir}
mkfontdir %{buildroot}%{fontdir}

%__install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/otf-%{fontname}:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc *.txt
%{fontconfdir}/otf*
%{fontdir}/*.otf
%{fontdir}/fonts.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.53-4
+ Revision: f5a457f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1322 |14cr|fonts-ttf-ancient-semitic-0.06.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name		AncientSemiticFonts
%define	upstream_version	0.06-1

%define rname		ancient-semitic
%define ver		0.06.1
%define rel		2

%define _fontdir	%{_datadir}/fonts/TTF

%define debug_package	%{nil}

Name:		fonts-ttf-%{rname}
Version:	%{ver}
Release:	%mkrel %{rel}
Summary:	A collection of fonts related to the history of the Hebrew writing
Url:		http://culmus.sourceforge.net/ancient/index.html
License:	GPLv2
Source0:	http://sourceforge.net/downloads/project/culmus/ancient_fonts/%{upstream_name}-%{upstream-version}/%{upstream_name}-%{upstream_version}.tgz
Source1:	GenerateTTF.pe
Group:		System/Fonts/True type
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	fontforge
BuildRequires:	ttmkfdir
Provides:	ancient-semitic-fonts = %{version}-%{release}

%description
This package contains a collection of fonts related to the
history of the Hebrew writing. Starting with the Proto-Canaanite
continuing with Phoenician/Canaanite, Paleo-Hebrew, Aramaic, early
Hebrew Square Script - all the way to the modern Hebrew letter forms. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

#fix rights 
chmod 644 README LICENSE CHANGES

#build fonts from source
rm -rf src/*.ttf

%build
pushd src
install -m755 %{SOURCE1} .
for i in *.sfd
	do ./GenerateTTF.pe $i .
done
popd

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_fontdir}/AncientSemitic
cp src/*.ttf %{buildroot}%{_fontdir}/AncientSemitic

ttmkfdir -d %{buildroot}%{_fontdir}/AncientSemitic -o %{buildroot}%{_fontdir}/AncientSemitic/fonts.dir
ln -s fonts.dir %{buildroot}%{_fontdir}/AncientSemitic/fonts.scale

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README LICENSE CHANGES
%{_fontdir}/AncientSemitic



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.06.1-2
+ Revision: 922ef71
- Automatic import for version 0.06.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1323 |14cr|fonts-ttf-andagii-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname andagii

%define fontdir %{_datadir}/fonts/TTF/%{fontname}
%define fontconfdir %{_sysconfdir}/X11/fontpath.d

Summary:	Andagii font for the Osmanya script
Name:		fonts-ttf-%{fontname}
Version:	1.0
Release:	4
License:	GPL
Group:		System/Fonts/True type
Url:		http://www.i18nguy.com/unicode/unicode-font.html
Source0:	%{fontname}.zip
BuildRequires:	fontconfig
BuildRequires:	freetype-tools
BuildArch:	noarch

%description
This package contains the Andagii font for the Osmanya script by
Mark Williamson. Ugaritic and Shavian are also supported.

%files
%dir %{fontdir}
%{fontdir}/*.ttf
%{fontdir}/fonts.*
%{fontconfdir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -c -T
unzip %{SOURCE0}
mv -f ANDAGII_.TTF andagii.ttf

%install
install -m 0755 -d %{buildroot}%{fontdir}
install -m 0644 -p *.ttf %{buildroot}%{fontdir}
ttmkfdir -u %{buildroot}%{fontdir} > %{buildroot}%{fontdir}/fonts.dir
ln -s fonts.dir %{buildroot}%{fontdir}/fonts.scale

install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/ttf-%{fontname}:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 59a0784
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1324 |14cr|fonts-ttf-charis-sil-4.110-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname CharisSIL

Summary:	Unicode serif font family for typography
Name:		fonts-ttf-charis-sil
Version:	4.110
Release:	2
License:	OFL
Group:		System/Fonts/True type
URL:		http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=CharisSILfont
Source0:	%{pkgname}-%{version}.zip
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	freetype-tools
BuildRequires:	dos2unix

%description
Charis is similar to Bitstream Charter, one of the first fonts designed
specifically for laser printers. It is highly readable and holds up well
in less-than-ideal reproduction environments. It also has a full set of styles
- regular, italic, bold, bold italic - and so is more useful in general
publishing than Doulos SIL. Charis is a serif, proportionally-spaced font
optimized for readability in long printed documents.

The goal for this product was to provide a single Unicode-based font family
that would contain a comprehensive inventory of glyphs needed for almost any
Roman- or Cyrillic-based writing system, whether used for phonetic
or orthographic needs. In addition, there is provision for other characters
and symbols useful to linguists. This font makes use of state-of-the-art font
technologies to support complex typographic issues, such as the need
to position arbitrary combinations of base glyphs and diacritics optimally. 


%prep
%setup -q -n %{pkgname}-%{version}
dos2unix *.txt

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/TTF/charis-sil

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/charis-sil
ttmkfdir %{buildroot}%{_xfontdir}/TTF/charis-sil -o %{buildroot}%{_xfontdir}/TTF/charis-sil/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/charis-sil/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/charis-sil \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-charis-sil:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc FONTLOG.txt OFL.txt OFL-FAQ.txt README.txt
%dir %{_xfontdir}/TTF/charis-sil
%{_xfontdir}/TTF/charis-sil/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/charis-sil/fonts.dir
%{_xfontdir}/TTF/charis-sil/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-charis-sil:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.110-2
+ Revision: 8984513
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1325 |14cr|fonts-ttf-chinese-opendesktop-1.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 1.4.2
%define release 9

Summary:	OpenDesktop.Org.tw Font
Name:		fonts-ttf-chinese-opendesktop
Version:	%{version}
Release:	%{release}

Source:		ftp://ftp.opendesktop.org.tw/odp/ODOFonts/OpenFonts/opendesktop-fonts-%{version}.tar.gz
URL:		http://www.opendesktop.org.tw/
License:	Arphic Public License
Group:		System/Fonts/True type
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%{_tmppath}/%name-%version-%release-root
Requires(post): mkfontdir, mkfontscale
Requires(postun): mkfontdir, mkfontscale
Obsoletes:	fonts-ttf-chinese-compat
Provides:	fonts-ttf-chinese-compat = %{version}-%{release}

%description
OpenDesktop.Org.tw Font -- Simplified and Traditional Chinese and Japanese
Ming and Kai Face, based on Chinese and Japanese TTF Fonts donated by
Arphic company.

%prep
%setup -q -n opendesktop-fonts-%{version} 
 
%build

%install
rm -fr %{buildroot}

install -d %{buildroot}/%{_datadir}/fonts/TTF/chinese-opendesktop/
install -m 644 odosung.ttc %{buildroot}/%{_datadir}/fonts/TTF/chinese-opendesktop/
install -m 644 odosung-ExtB.ttf %{buildroot}/%{_datadir}/fonts/TTF/chinese-opendesktop/
install -m 644 odokai.ttf %{buildroot}/%{_datadir}/fonts/TTF/chinese-opendesktop/
install -m 644 odokai-ExtB.ttf %{buildroot}/%{_datadir}/fonts/TTF/chinese-opendesktop/

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/chinese-opendesktop \
    %{buildroot}%_sysconfdir/X11/fontpath.d/chinese-opendesktop:pri=50

%post
[ -x %{_bindir}/mkfontdir ] && %{_bindir}/mkfontdir %{_datadir}/fonts/TTF/chinese-opendesktop
[ -x %{_bindir}/mkfontscale ] && %{_bindir}/mkfontscale %{_datadir}/fonts/TTF/chinese-opendesktop

%postun
if [ "$1" = "0" ]; then
  [ -x %{_bindir}/mkfontdir ] && %{_bindir}/mkfontdir %{_datadir}/fonts/TTF/chinese-opendesktop
  [ -x %{_bindir}/mkfontscale ] && %{_bindir}/mkfontscale %{_datadir}/fonts/TTF/chinese-opendesktop
fi

%clean
rm -fr %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc Changelog Changelog.zh_TW AUTHORS COPYRIGHT license
%dir %{_datadir}/fonts/TTF/chinese-opendesktop/
%{_datadir}/fonts/TTF/chinese-opendesktop/*.ttf
%{_datadir}/fonts/TTF/chinese-opendesktop/*.ttc
%{_sysconfdir}/X11/fontpath.d/chinese-opendesktop:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-9
+ Revision: e6824f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1326 |14cr|fonts-ttf-consolamono-20110922-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname consolamono

Summary:	Consola Mono Book typeface
Name:		fonts-ttf-consolamono
Version:	20110922
Release:	2
License:	OFL
Group:		System/Fonts/True type
URL:		http://openfontlibrary.org/font/consolamono
Source0:	%{pkgname}.zip
BuildArch:	noarch
BuildRequires:	freetype-tools

%description
Monospaced font Consola Mono.

%prep
%setup -q -n 'Consola Mono'

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/TTF/consolamono

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/consolamono
ttmkfdir %{buildroot}%{_xfontdir}/TTF/consolamono -o %{buildroot}%{_xfontdir}/TTF/consolamono/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/consolamono/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/consolamono \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-consolamono:pri=50

%files
%doc *.txt
%dir %{_xfontdir}/TTF/consolamono
%{_xfontdir}/TTF/consolamono/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/consolamono/fonts.dir
%{_xfontdir}/TTF/consolamono/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-consolamono:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110922-2
+ Revision: 43acf54
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1327 |14cr|fonts-ttf-designosaur-20110526-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname designosaur

Summary:	Designosaur font family
Name:		fonts-ttf-designosaur
Version:	20110526
Release:	2
License:	Creative Commons Attribution
Group:		System/Fonts/True type
URL:		http://openfontlibrary.org/font/designosaur
Source0:	%{pkgname}.zip
BuildArch:	noarch
BuildRequires:	freetype-tools

%description
"Designosaur" typeface was inspired by classic school design canons to turn
greatly elegant and functional, serve for various ideas and survive decades.

%prep
%setup -q -c -n %{name}-%{version}

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/TTF/designosaur

%__install -m 644 OT-tt/*.ttf %{buildroot}%{_xfontdir}/TTF/designosaur
ttmkfdir %{buildroot}%{_xfontdir}/TTF/designosaur -o %{buildroot}%{_xfontdir}/TTF/designosaur/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/designosaur/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/designosaur \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-designosaur:pri=50

%__install -d %{buildroot}%{_docdir}/%{name}
cat > %{buildroot}%{_docdir}/%{name}/README << EOF
Family		Designosaur
Designer	Sergiy S. Tkachenko 
Foundry		Sergiy S. Tkachenko 
License		CC-BY
Category	Serif

Description

"Designosaur" typeface was inspired by classic school design canons to turn
greatly elegant and functional, serve for various ideas and survive decades.

Full Language Support

Afrikaans, Baltic, Basic Cyrillic, Basic Latin, Catalan, Central European,
Dutch, Euro, Igbo Onwu, Pinyin, Romanian, Turkish, Vietnamese, Western
European.
EOF

%files
%doc %{_docdir}/%{name}/README
%dir %{_xfontdir}/TTF/designosaur
%{_xfontdir}/TTF/designosaur/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/designosaur/fonts.dir
%{_xfontdir}/TTF/designosaur/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-designosaur:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110526-2
+ Revision: b51a254
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1328 |14cr|fonts-ttf-DidactGothic-20110825-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname DidactGothic

Summary:	Sans-serif font
Name:		fonts-ttf-DidactGothic
Version:	20110825
Release:	2
License:	OFL
Group:		System/Fonts/True type
URL:		http://io.debian.net/~danielj/
Source0:	http://io.debian.net/~danielj/DidactGothic/%{pkgname}-%{version}.tar.bz2
BuildArch:	noarch
BuildRequires:	freetype-tools
BuildRequires:	dos2unix

%description
Didact Gothic is a sans-serif font designed to present each letter in the form
most often used in elementary classrooms. This makes it very suitable
for literacy efforts.

The font supports all of Basic Latin, Latin-1 Supplement, and most of Latin
Extended-A. It supports almost all Latin-alphabet European languages.
It also supports the major Cyrillic scripts, including non-Slavic languages,
as well as modern and polytonic Greek.

%prep
%setup -q -c -n %{pkgname}-%{version}
chmod -x *
dos2unix OFL.txt

%build

%install
%__mkdir_p %{buildroot}%{_xfontdir}/TTF/DidactGothic

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/DidactGothic
ttmkfdir %{buildroot}%{_xfontdir}/TTF/DidactGothic -o %{buildroot}%{_xfontdir}/TTF/DidactGothic/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/DidactGothic/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/DidactGothic \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-DidactGothic:pri=50

%files
%doc FONTLOG.txt OFL.txt
%dir %{_xfontdir}/TTF/DidactGothic
%{_xfontdir}/TTF/DidactGothic/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/DidactGothic/fonts.dir
%{_xfontdir}/TTF/DidactGothic/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-DidactGothic:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110825-2
+ Revision: 87332a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1329 |14cr|fonts-ttf-doulos-sil-4.110-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname DoulosSIL

Summary:	Unicode Times-like font with only regular face
Name:		fonts-ttf-doulos-sil
Version:	4.110
Release:	2
License:	OFL
Group:		System/Fonts/True type
URL:		http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=DoulosSILfont
Source0:	%{pkgname}-%{version}.zip
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	freetype-tools
BuildRequires:	dos2unix

%description
The goal for this product was to provide a single Unicode-based font family
that would contain a comprehensive inventory of glyphs needed for almost any
Roman- or Cyrillic-based writing system, whether used for phonetic
or orthographic needs. In addition, there is provision for other characters
and symbols useful to linguists. This font makes use of state-of-the-art font
technologies to support complex typographic issues, such as the need
to position arbitrary combinations of base glyphs and diacritics optimally.

Doulos is very similar to Times/Times New Roman, but only has a single face -
regular. It is intended for use alongside other Times-like fonts where
a range of styles (italic, bold) are not needed.

%prep
%setup -q -n %{pkgname}-%{version}
dos2unix *.txt

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/TTF/doulos-sil

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/doulos-sil
ttmkfdir %{buildroot}%{_xfontdir}/TTF/doulos-sil -o %{buildroot}%{_xfontdir}/TTF/doulos-sil/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/doulos-sil/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/doulos-sil \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-doulos-sil:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc FONTLOG.txt OFL.txt OFL-FAQ.txt README.txt
%dir %{_xfontdir}/TTF/doulos-sil
%{_xfontdir}/TTF/doulos-sil/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/doulos-sil/fonts.dir
%{_xfontdir}/TTF/doulos-sil/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-doulos-sil:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.110-2
+ Revision: 6e43d75
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1330 |14cr|fonts-ttf-dustismo-2.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A small collection of Truetype fonts (GPL)
Name:		fonts-ttf-dustismo
Version:	2.0
Release:	13

Source0:	Dustismo.tgz
Source1:	Abogada_loco.zip
Source2:	balker.zip
Source3:	Domestic_Manners.zip
Source4:	El_Abogado_Loco.zip
Source5:	flatline.zip
Source6:	ItWasntMe.zip
Source7:	Junkyard.zip
Source8:	MarkedFool.zip
Source9:	PenguinAttack.zip
Source10:	Progenisis.zip
Source11:	Swift.zip
Source12:	Wargames.zip
Source13:	Winks.zip
License:	GPL
Group:		System/Fonts/True type
URL:		http://www.dustismo.com
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildArch:	noarch
BuildRequires: fontconfig
Obsoletes:	dustismo-fonts
Provides:	dustismo-fonts
BuildRequires:	fontconfig
BuildRequires:	freetype-tools

%description 
A small collection of Truetype fonts released under the GPL.
One of the fonts included is Dustismo. The aim is to create a standard,
high quality, all purpose, sans serif font.

%prep
%setup -q -c %name-%version
unzip -o %SOURCE2 -d $RPM_BUILD_DIR/%name-%version
unzip -o %SOURCE3 -d $RPM_BUILD_DIR/%name-%version
unzip -o %SOURCE4 -d $RPM_BUILD_DIR/%name-%version
unzip -o %SOURCE5 -d $RPM_BUILD_DIR/%name-%version
unzip -o %SOURCE6 -d $RPM_BUILD_DIR/%name-%version
unzip -o %SOURCE7 -d $RPM_BUILD_DIR/%name-%version
unzip -o %SOURCE8 -d $RPM_BUILD_DIR/%name-%version
unzip -o %SOURCE9 -d $RPM_BUILD_DIR/%name-%version
unzip -o %SOURCE10 -d $RPM_BUILD_DIR/%name-%version
unzip -o %SOURCE11 -d $RPM_BUILD_DIR/%name-%version
unzip -o %SOURCE12 -d $RPM_BUILD_DIR/%name-%version
unzip -o %SOURCE13 -d $RPM_BUILD_DIR/%name-%version

mv "It wasn't me.ttf" It_wasn_t_me.ttf

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/dustismo
cp -f *.ttf $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/dustismo
{
    pushd $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/dustismo
    ttmkfdir > fonts.dir
    cp fonts.dir fonts.scale
    popd
}

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/ttf/dustismo \
	%{buildroot}%_sysconfdir/X11/fontpath.d/ttf-dustismo:pri=50


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644,root,root,0755)
%doc installation.txt license.txt
%dir %_datadir/fonts/ttf/dustismo
%config(noreplace) %{_datadir}/fonts/ttf/dustismo/fonts.dir
%config(noreplace) %{_datadir}/fonts/ttf/dustismo/fonts.scale
%{_datadir}/fonts/ttf/dustismo/*.ttf
%{_sysconfdir}/X11/fontpath.d/ttf-dustismo:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-13
+ Revision: 96c7164
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1331 |14cr|fonts-ttf-ebgaramond-0.014e-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname	EBGaramond

Name:		fonts-ttf-ebgaramond
Summary:	A revival of Claude Garamont’s famous humanist typeface
Version:	0.014e
Release:	2
License:	OFL
Group:		System/Fonts/True type
URL:		http://www.georgduffner.at/ebgaramond/index.html
Source0:	https://github.com/downloads/georgd/EB-Garamond/%{pkgname}-%{version}.zip
BuildArch:	noarch
BuildRequires:	freetype-tools
BuildRequires:	dos2unix

%description
Garamont’s fonts represent a milestone in the history of type design,
a touchstone to which font designers have been returning ever since.
EB Garamond is an open source project to create a revival of Claude
Garamont’s famous humanist typeface from the mid-16th century. Its design
reproduces the original by Claude Garamont: The source for the letterforms
is a scan of a specimen known as the “Berner specimen”, which, composed
in 1592 by Conrad Berner, son-in-law of Christian Egenolff and his successor
at the Egenolff print office, shows Garamont’s roman and Granjon’s italic
fonts at different sizes. Hence the name of this project: Egenolff-Berner
Garamond.

%prep
%setup -qn %{pkgname}-%{version}
dos2unix COPYING

%build

%install
%__mkdir_p %{buildroot}%{_xfontdir}/TTF/ebgaramond

%__install -m 644 ttf/*.ttf %{buildroot}%{_xfontdir}/TTF/ebgaramond
ttmkfdir %{buildroot}%{_xfontdir}/TTF/ebgaramond -o %{buildroot}%{_xfontdir}/TTF/ebgaramond/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/ebgaramond/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/ebgaramond \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-ebgaramond:pri=50

%files
%defattr(0644,root,root,0755)
%doc COPYING
%dir %{_xfontdir}/TTF/ebgaramond
%{_xfontdir}/TTF/ebgaramond/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/ebgaramond/fonts.dir
%{_xfontdir}/TTF/ebgaramond/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-ebgaramond:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.014e-2
+ Revision: 97a2779
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1332 |14cr|fonts-ttf-edrip-r6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname edrip-ttf

Summary: contrast sans-serif font
Name: fonts-ttf-edrip
Version: r6
Release: 3
License: OFL
Group: System/Fonts/True type
URL: http://code.google.com/p/edrip/
Source0: http://edrip.googlecode.com/files/%{pkgname}-%{version}.tar.xz
BuildArch: noarch
BuildRequires: freetype-tools

%description
Edrip font is a contrast sans-serif font. It is based on the Teams font
released on 2000 by TopTeam Co. which can be found in Debian:
http://packages.debian.org/sarge/t1-teams. The font is distributed under the
terms of SIL Open Font License. Up to now this font contains symbols for
Cyrillic and basic Latin alphabets.

%prep
%setup -q -c -n %{pkgname}-%{version}

%build

%install
%__mkdir_p %{buildroot}%{_xfontdir}/TTF/edrip

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/edrip
ttmkfdir %{buildroot}%{_xfontdir}/TTF/edrip > %{buildroot}%{_xfontdir}/TTF/edrip/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/edrip/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/edrip \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-edrip:pri=50

%files
%defattr(-,root,root,-)
%doc README OFL.txt OFL-FAQ.txt FontLog.txt
%dir %{_xfontdir}/TTF/edrip
%{_xfontdir}/TTF/edrip/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/edrip/fonts.dir
%{_xfontdir}/TTF/edrip/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-edrip:pri=50






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> r6-3
+ Revision: 00239a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1333 |14cr|fonts-ttf-essays1743-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A small collection of Truetype fonts
Name:		fonts-ttf-essays1743
Version:	1.0
Release:	10

Source0:	Essays1743-1.0-ttf.tar.gz
Source1:	Isabella.ttf.tar.gz
Source2:	StayPuft.ttf.tar.gz
License:	GPL/LGPL
Group:		System/Fonts/True type
URL:		http://www.thibault.org/fonts/
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildArch:	noarch
BuildRequires:	fontconfig
BuildRequires:	freetype-tools


%description 
A small collection of Truetype fonts.

This package contains 3 fonts:
 * Essays1743 which is based on the typeface used in a 1743
   English translation of Montaigne's Essays,
 * Isabella is based on the calligraphic hand used in the Isabella
   Breviary, made around 1497, in Holland, for Isabella of Castille,
   the first queen of united Spain,
 * StayPuft is a rounded, sort of marshmallowy font.
   It's kind of cute, and might be good for frivolous stuff such as
   birthday cards.


%prep
%setup -q -b1 -b2 -c %name-%version

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/essays1743

cp -f *.ttf $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/essays1743/
cp -f Isabella/*.ttf $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/essays1743/
cp -f Essays1743/*.ttf $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/essays1743/

{
    pushd $RPM_BUILD_ROOT/usr/share/fonts/ttf/essays1743
    ttmkfdir > fonts.dir
    cp fonts.dir fonts.scale
    popd
}
# Rename docs
cp README.txt StayPuft.README.txt
cp Isabella/README.txt Isabella/Isabella.README.txt
cp Essays1743/README Essays1743/Essays1743.README.txt

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/ttf/essays1743 \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-essays:pri=50

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644,root,root,0755)
%doc StayPuft.README.txt Isabella/Isabella.README.txt Essays1743/Essays1743.README.txt
%dir %_datadir/fonts/ttf/essays1743
%config(noreplace) %{_datadir}/fonts/ttf/essays1743/fonts.dir
%config(noreplace) %{_datadir}/fonts/ttf/essays1743/fonts.scale
%{_datadir}/fonts/ttf/essays1743/*.ttf
%{_sysconfdir}/X11/fontpath.d/ttf-essays:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-10
+ Revision: 0a56aea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1334 |14cr|fonts-ttf-Gentium-1.02-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname		Gentium
%define name		fonts-ttf-%{pkgname}
%define version		1.02
%define release		6

Summary:		Free multilingual Truetype fonts
Name:			%{name}
Version:		%{version}
Release:		%{release}
Source0:		%{pkgname}_102_W.zip
License:		OFL
Group:			System/Fonts/True type
Url:			http://scripts.sil.org/%{pkgname}
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:		noarch
BuildRequires: fontconfig
BuildRequires:		freetype-tools, dos2unix

%description
Gentium is a typeface family designed to enable the diverse ethnic
groups around the world who use the Latin and Greek scripts to produce
readable, high-quality publications. It supports a wide range of
Latin-based alphabets and includes glyphs that correspond to all the
Latin ranges of Unicode.

The design is intended to be highly readable, reasonably compact, and
visually attractive. The additional 'extended' Latin letters are
designed to naturally harmonize with the traditional 26
ones. Diacritics are treated with careful thought and attention to
their use. Gentium also supports both polytonic and monotonic Greek,
including a number of alternate forms. Expansion of the character set
to include more extended Latin glyphs (Unicode 5.1), archaic Greek
symbols, and full Cyrillic script support is underway and will be
released in 2008.

%prep
%setup -q -n %{pkgname}102

%install
%__rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/fonts/TTF/%{pkgname}

install -m 644 *.TTF %{buildroot}%{_datadir}/fonts/TTF/%{pkgname}
ttmkfdir %{buildroot}/%{_datadir}/fonts/TTF/%{pkgname}  > %{buildroot}%{_datadir}/fonts/TTF/%{pkgname}/fonts.dir
ln -s fonts.dir %{buildroot}%{_datadir}/fonts/TTF/%{pkgname}/fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/%{pkgname} \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-%{pkgname}:pri=50

dos2unix README.txt

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc *.txt
%dir %{_datadir}/fonts/TTF/%{pkgname}
%{_datadir}/fonts/TTF/%{pkgname}/*.TTF
%verify(not mtime) %{_datadir}/fonts/TTF/%{pkgname}/fonts.dir
%{_datadir}/fonts/TTF/%{pkgname}/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-%{pkgname}:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.02-6
+ Revision: b81c41f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1335 |14cr|fonts-ttf-gliphmaker.com-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname gliphmaker.com-fonts

Summary: Fonts from gliphmaker.com Web-site
Name: fonts-ttf-gliphmaker.com
Version: 1.0
Release: 2
License: Other/Non-commertial
Group: System/Fonts/True type
URL: http://www.gliphmaker.com/
Source0: %{pkgname}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: freetype-tools

%description
A collection of non-commertial fonts from gliphmaker.com Web-site

%prep
%setup -q -n %{pkgname}-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/gliphmaker.com

install -m 644 *.?tf $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/gliphmaker.com
ttmkfdir $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/gliphmaker.com > $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/gliphmaker.com/fonts.dir
ln -s fonts.dir $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/gliphmaker.com/fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/gliphmaker.com \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-gliphmaker.com:pri=50

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%dir %{_datadir}/fonts/TTF/gliphmaker.com
%{_datadir}/fonts/TTF/gliphmaker.com/*.ttf
%{_datadir}/fonts/TTF/gliphmaker.com/*.otf
%verify(not mtime) %{_datadir}/fonts/TTF/gliphmaker.com/fonts.dir
%{_datadir}/fonts/TTF/gliphmaker.com/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-gliphmaker.com:pri=50





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: c894936
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1336 |14cr|fonts-ttf-grana-padano-20100429-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontname grana-padano

Summary:	medium-weight upright sans-serif font
Name:		fonts-ttf-grana-padano
Version:	20100429
Release:	4
License:	OFL
Group:		System/Fonts/True type
Url:		http://io.debian.net/~danielj/
Source0:	http://io.debian.net/~danielj/grana-padano/%{fontname}-%{version}.zip
BuildArch:	noarch
BuildRequires:	freetype-tools
BuildRequires:	fontforge

%description
Grana Padano is a medium-weight upright sans-serif font in roughly the same
family as Apple Computer's historic Chicago font. It has support for Latin and
Cyrillic character sets, containing sufficient characters for Latin-0 through
Latin-10, as well as support for Vietnamese and all major Slavic
Cyrillic-based languages.

%files
%doc FONTLOG.txt
%dir %{_xfontdir}/TTF/grana-padano
%{_xfontdir}/TTF/grana-padano/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/grana-padano/fonts.dir
%{_xfontdir}/TTF/grana-padano/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-grana-padano:pri=50

#----------------------------------------------------------------------------

%prep
%setup -q -c -n %{fontname}-%{version}

%build
for sfdfile in *.sfd
do
  fontforge -lang=ff -c "Open(\"./$sfdfile\"); Generate(\"./$sfdfile\":r + \".ttf\")"
done

%install
mkdir -p %{buildroot}%{_xfontdir}/TTF/grana-padano

install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/grana-padano
ttmkfdir %{buildroot}%{_xfontdir}/TTF/grana-padano > %{buildroot}%{_xfontdir}/TTF/grana-padano/fonts.dir
ln -s fonts.dir %{buildroot}%{_xfontdir}/TTF/grana-padano/fonts.scale

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_xfontdir}/TTF/grana-padano \
	%{buildroot}%{_sysconfdir}/X11/fontpath.d/ttf-grana-padano:pri=50


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20100429-4
+ Revision: c87e036
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1337 |14cr|fonts-ttf-heuristica-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname heuristica-ttf

Summary:	Extended version of Adobe Utopia font
Name:		fonts-ttf-heuristica
Version:	1.0.1
Release:	2
License:	OFL
Group:		System/Fonts/True type
URL:		http://code.google.com/p/evristika/
Source0:	http://evristika.googlecode.com/files/%{pkgname}-%{version}.tar.xz
BuildArch:	noarch
BuildRequires:	freetype-tools
%rename		fonts-ttf-heuristika

%description
Heuristica is a font, based on the “Adobe Utopia” font that was released
to the TeX Users Group.

%prep
%setup -q -c -n %{pkgname}-%{version}

%build

%install
%__mkdir_p %{buildroot}%{_xfontdir}/TTF/heuristica

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/heuristica
ttmkfdir %{buildroot}%{_xfontdir}/TTF/heuristica -o %{buildroot}%{_xfontdir}/TTF/heuristica/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/heuristica/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/heuristica \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-heuristica:pri=50

%files
%doc OFL.txt OFL-FAQ.txt FontLog.txt
%dir %{_xfontdir}/TTF/heuristica
%{_xfontdir}/TTF/heuristica/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/heuristica/fonts.dir
%{_xfontdir}/TTF/heuristica/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-heuristica:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: e16384a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1338 |14cr|fonts-ttf-Inconsolata-1.010-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	fontname	Inconsolata

%define fontdir		%{_datadir}/fonts/TTF/%{fontname}
%define fontconfdir 	%{_sysconfdir}/X11/fontpath.d

Summary:		Inconsolata monospace font
Name:			fonts-ttf-%{fontname}
Version:		1.010
Release: 		7
License:		OFL
Group:			System/Fonts/True type
URL:			http://www.levien.com/type/myfonts/inconsolata.html
Source0:		http://www.levien.com/type/myfonts/Inconsolata.otf
Source1:		OFL.txt
Source2:		OFL-FAQ.txt
BuildArch:		noarch
BuildRequires:		ttmkfdir
BuildRequires: fontconfig

%description
A monospace font designed by Ralph Levien for code listings and the like
in print.

%prep
cp %{SOURCE1} %{SOURCE2} .

%install
%__install -m 0755 -d %{buildroot}%{fontdir}
%__install -m 0644 -p %{SOURCE0} %{buildroot}%{fontdir}
ttmkfdir %{buildroot}%{fontdir} > %{buildroot}%{fontdir}/fonts.dir
ln -s fonts.dir %{buildroot}%{fontdir}/fonts.scale

%__install -m 0755 -d %{buildroot}%{fontconfdir}
ln -s ../../../%{fontdir} %{buildroot}%{fontconfdir}/ttf-%{fontname}:pri=50

%files
%doc OFL*
%dir %{fontdir}
%{fontdir}/*.otf
%{fontdir}/fonts.*
%{fontconfdir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.010-7
+ Revision: 7c00421
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1339 |14cr|fonts-ttf-istok-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname istok-ttf

Summary:	Sans serif typeface
Name:		fonts-ttf-istok
Version:	1.0
Release:	2
License:	GPLv3 with font exception
Group:		System/Fonts/True type
URL:		http://code.google.com/p/istok/
Source0:	http://istok.googlecode.com/files/%{pkgname}-%{version}.tar.xz
BuildArch:	noarch
BuildRequires:	freetype-tools

%description
Istok is new sans serif typeface. At present it has four fonts
with support for Latin and Cyrillic. Most glyphs are manually instructed using
xgridfit, but another ones are autoinstructed in fontforge. Truetype
instructions are specifically intended for rendering on LCD displays.

%prep
%setup -q -c -n %{pkgname}-%{version}

%build

%install
%__mkdir_p %{buildroot}%{_xfontdir}/TTF/istok

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/istok
ttmkfdir %{buildroot}%{_xfontdir}/TTF/istok -o %{buildroot}%{_xfontdir}/TTF/istok/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/istok/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/istok \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-istok:pri=50

%files
%defattr(644,root,root,755)
%doc README COPYING ChangeLog AUTHORS TODO
%dir %{_xfontdir}/TTF/istok
%{_xfontdir}/TTF/istok/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/istok/fonts.dir
%{_xfontdir}/TTF/istok/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-istok:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 21c14c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1340 |14cr|fonts-ttf-japanese-extra-0.20040217-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Japanese TrueType fonts
Name:		fonts-ttf-japanese-extra
Version:	0.20040217
Release:	14
License:	Distributable
URL:		http://sourceforge.jp/projects/mplus-fonts/
Group:		System/Fonts/True type


# Original Kochi fonts include in ascii section non free glyphs, they must
# be removed. Red Hat did it, packages taken from them 

## Original fonts is here
Source0:	%{name}-%{version}.tar.bz2

BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	mkfontscale
Obsoletes:	xtt-fonts
Provides:	xtt-fonts

%description
This Package provides Free Japanese TrueType fonts (alternative Kochi fonts:
kochi-gothic-subst, kochi-mincho-subst)


%prep
%setup -q

%build
tar xfj docs.tar.bz2

%install
rm -fr %buildroot
mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/japanese-extra
install -m 755 *.ttf $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/japanese-extra

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/ttf/japanese-extra \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-japanese-extra:pri=50

cd %buildroot/%_datadir/fonts/ttf/japanese-extra/
mkfontscale
cp fonts.scale fonts.dir
cd -

%clean
rm -fr %buildroot

%files
%defattr(0644,root,root,0755)
%doc COPYING  Changelog  README.ja docs/*
%dir %_datadir/fonts/ttf/japanese-extra/
%config(noreplace) %_datadir/fonts/ttf/japanese-extra/fonts.dir
%config(noreplace) %_datadir/fonts/ttf/japanese-extra/fonts.scale
%_datadir/fonts/ttf/japanese-extra/kochi*
%_sysconfdir/X11/fontpath.d/ttf-japanese-extra:pri=50




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20040217-14
+ Revision: c2238dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1341 |14cr|fonts-ttf-japanese-ipamona-20060712-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version	20060712
%define release	11
%define fontdir %_datadir/fonts/TTF/japanese-ipamona

Name:		fonts-ttf-japanese-ipamona
Summary:	IPAMona fonts for Japanese
Version:	%{version}
Release:	%{release}
Group:		System/Fonts/True type
License:	Distributable
URL:		http://www.geocities.jp/ipa_mona/
Source0:	%{name}-%{version}.tar.bz2
Source1:	fonts-ttf-japanese-ipamona_fonts.dir
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:	noarch
BuildRequires: fontconfig

%description
IPAMona fonts are modified IPA fonts.

Most Japanese web sites and MS Office templates are
designed for MSPGothic, so Mr. Kobayashi changed the width of 
IPAPGothic to fit against MSPGothic.

Also he changed IPAPMincho for MSPMincho,
and added a "0x301c" character (= "〜") to IPAGothic/IPAMincho.


%prep
%setup -q

%install
rm -rf $RPM_BUILD_ROOT

install -d %buildroot/%fontdir
install -m 644 fonts/*.ttf %{buildroot}/%fontdir/
install %SOURCE1 %buildroot/%fontdir/fonts.dir
install %SOURCE1 %buildroot/%fontdir/fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%fontdir \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-japanese-ipamona:pri=50

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc fonts/COPYING.font.ja fonts/README_ipamona.txt
%doc fonts/doc/*
%doc opfc-ModuleHP-1.1.1.tar.bz2
%{fontdir}/*
%_sysconfdir/X11/fontpath.d/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20060712-11
+ Revision: a34cb7a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1342 |14cr|fonts-ttf-japanese-mplus_ipagothic-20060520-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version	20060520
%define release	11
%define fontdir %_datadir/fonts/TTF/japanese-mplus_ipagothic

Name:		fonts-ttf-japanese-mplus_ipagothic
Summary:	M+ OUTLINE FONTS with IPA gothic for Japanese
Version:	%{version}
Release:	%{release}
Group:		System/Fonts/True type
License:	Distributable
URL:		http://mix-mplus-ipa.sourceforge.jp/
Source0:	%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
Requires(post): mkfontdir, mkfontscale
BuildArch:	noarch
BuildRequires: fontconfig

%description
M+ OUTLINE FONTS don't have Kanji,
so "M+ with IPA gothic" use IPA gothic for Kanji.


%prep
%setup -q

%install
rm -rf $RPM_BUILD_ROOT

install -d %{buildroot}/%{fontdir}
install -m 644 *.ttf %{buildroot}/%{fontdir}

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%fontdir \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-japanese-mplus_ipagothic:pri=50

%clean
rm -rf $RPM_BUILD_ROOT

%post
cd %{fontdir}
mkfontdir
mkfontscale
cd -

%preun
rm -f %fontdir/fonts.{dir,scale}

%files
%defattr(-,root,root)
%doc COPYING.font.ja *.txt
%doc opfc-ModuleHP-1.1.1_withIPAFonts_and_Mplus.tar.bz2
%{fontdir}/*.ttf
%_sysconfdir/X11/fontpath.d/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20060520-11
+ Revision: 85dda55
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1343 |14cr|fonts-ttf-junicode-0.6.11-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.6.11
%define fversion 0-6-11
%define release 9

Summary:	Peter Baker's Junicode Fonts for medievalists
Name:		fonts-ttf-junicode
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Fonts/True type
URL:		http://junicode.sourceforge.net/
# (Abel) I'm lazy; zip file at http://www.engl.virginia.edu/OE/junicode/
Source0:	junicode-%fversion.zip
# from http://heanet.dl.sourceforge.net/sourceforge/junicode/junicode-source-0.6.11.tar.gz:
Source1:	junicode-changelog-0.6.11
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	freetype-tools

%description
This package contains the excellent Junicode font created by Peter
S. Baker. This font is especially suited for medievalists, as it offers
many characters common in languages as Old English, Old Norse, etc.,
but it is beautiful and elegant enough to be used for other purposes.

%prep
%setup -q -c %name-%version
install -m 644 %SOURCE1 ChangeLog

# clean useless dirs
rm -rf docs/.xvpics

%build

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/junicode

cp *.ttf $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/junicode
ttmkfdir $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/junicode > $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/junicode/fonts.dir
ln -s fonts.dir $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/junicode/fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/ttf/junicode \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-junicode:pri=50

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog
%{_datadir}/fonts/ttf/junicode
%{_sysconfdir}/X11/fontpath.d/ttf-junicode:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.11-9
+ Revision: 7e1ea1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1344 |14cr|fonts-ttf-jura-2.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname jura-ttf

Summary:	Family of sans-serif fonts in the Eurostile vein
Name:		fonts-ttf-jura
Version:	2.6.1
Release:	2
License:	OFL and GPLv3
Group:		System/Fonts/True type
URL:		http://io.debian.net/~danielj/
Source0:	http://io.debian.net/~danielj/jura/%{pkgname}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	freetype-tools
BuildRequires:	dos2unix

%description
Jura is a family of sans-serif fonts in the Eurostile vein. It was originally
inspired by some work I was doing for the FreeFont project in designing a Kayah
Li range for FreeMono. (Kayah Li is a language used by a minority people group
in Burma. Because the Burmese government suppresses the teaching of minority
scripts, the Kayah Li script is taught only in schools in refugee camps
in Thailand.) I wanted to create a Roman alphabet using the same kinds
of strokes and curves as the Kayah Li glyphs, and thus Jura was born. It has
been expanded to include glyphs for the Cyrillic and Greek alphabets as well.

Jura is available in four weights: Book, Medium, DemiBold, and Bold.

%prep
%setup -q -c -n %{pkgname}-%{version}
chmod -x *
dos2unix *.txt

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/TTF/jura

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/jura
ttmkfdir %{buildroot}%{_xfontdir}/TTF/jura -o %{buildroot}%{_xfontdir}/TTF/jura/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/jura/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/jura \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-jura:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc FONTLOG.txt license-gpl-3.0.txt license-ofl.txt
%dir %{_xfontdir}/TTF/jura
%{_xfontdir}/TTF/jura/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/jura/fonts.dir
%{_xfontdir}/TTF/jura/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-jura:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.1-2
+ Revision: 94813ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1345 |14cr|fonts-ttf-khartiya-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname khartiya-ttf

Summary:	Extended Bitstream Charter font
Name:		fonts-ttf-khartiya
Version:	1.0.1
Release:	2
License:	OFL
Group:		System/Fonts/True type
URL:		http://code.google.com/p/khartiya/
Source0:	http://khartiya.googlecode.com/files/%{pkgname}-%{version}.tar.xz
BuildArch:	noarch
BuildRequires:	freetype-tools
BuildRequires:	dos2unix

%description
These fonts are based on Bitstream Charter font which was released by Bitstream
for X Window System. They are extended by addition of Cyrillic letters.

%prep
%setup -q -c -n %{pkgname}-%{version}
dos2unix OFL-FAQ.txt

%build

%install
%__mkdir_p %{buildroot}%{_xfontdir}/TTF/khartiya

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/khartiya
ttmkfdir %{buildroot}%{_xfontdir}/TTF/khartiya -o %{buildroot}%{_xfontdir}/TTF/khartiya/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/khartiya/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/khartiya \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-khartiya:pri=50

%files
%defattr(644,root,root,755)
%doc FontLog.txt OFL.txt OFL-FAQ.txt
%dir %{_xfontdir}/TTF/khartiya
%{_xfontdir}/TTF/khartiya/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/khartiya/fonts.dir
%{_xfontdir}/TTF/khartiya/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-khartiya:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: 7343fcc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1346 |14cr|fonts-ttf-liberastika-1.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname liberastika-ttf

Summary: Sans fonts derived from Liberation Sans
Name: fonts-ttf-liberastika
Version: 1.1.3
Release: 3
License: GPLv2 with exception
Group: System/Fonts/True type
URL: http://code.google.com/p/liberastika/
Source0: http://liberastika.googlecode.com/files/%{pkgname}-%{version}.tar.xz
BuildArch: noarch
BuildRequires: freetype-tools

%description
The font based on Liberation Sans with some cyrillic letters modified. It is
metrically incompatible with Arial fonts.

%prep
%setup -q -c -n %{pkgname}-%{version}

%build

%install
%__mkdir_p %{buildroot}%{_xfontdir}/TTF/liberastika

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/liberastika
ttmkfdir %{buildroot}%{_xfontdir}/TTF/liberastika > %{buildroot}%{_xfontdir}/TTF/liberastika/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/liberastika/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/liberastika \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-liberastika:pri=50

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README ChangeLog
%dir %{_xfontdir}/TTF/liberastika
%{_xfontdir}/TTF/liberastika/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/liberastika/fonts.dir
%{_xfontdir}/TTF/liberastika/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-liberastika:pri=50






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-3
+ Revision: c63060b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1347 |14cr|fonts-ttf-libertine-5.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define archivename	LinLibertineTTF
%define reldate		2012_07_02
%define fontdir		%{_datadir}/fonts/ttf/libertine

Name:		fonts-ttf-libertine
Version:	5.3.0
Release:	2
Summary:	Linux Libertine Open Fonts
Group:		System/Fonts/True type
License:	GPLv2 and OFL
URL:		http://linuxlibertine.sf.net
Source0:	http://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/5.3.0/%{archivename}_%{version}_%{reldate}.tgz
BuildArch:	noarch
BuildRequires:	fontconfig
BuildRequires:	freetype-tools
Provides:	linux-libertine-fonts
Obsoletes:	linux-libertine-fonts

%description
The Linux Libertine Open Fonts are a TrueType font family for practical
use in documents. They were created to provide a free alternative to
proprietary standard fonts.


%prep
%setup -qc


%install
install -d -m 0755 %{buildroot}%{fontdir}
install -p -m 0644 *.ttf  %{buildroot}%{fontdir}
ttmkfdir -d %{buildroot}%{fontdir} -o %{buildroot}%{fontdir}/fonts.scale
cp -f %{buildroot}%{fontdir}/fonts.scale %{buildroot}%{fontdir}/fonts.dir
mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d
ln -s %{fontdir} %{buildroot}%{_sysconfdir}/X11/fontpath.d/ttf-libertine:pri=50


%files
%doc *.txt
%{fontdir}
%{_sysconfdir}/X11/fontpath.d/ttf-libertine:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.3.0-2
+ Revision: 00bacb1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1348 |14cr|fonts-ttf-myuppy-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MYuppy TrueType font
Name:		fonts-ttf-myuppy
Version:	1.0.0
Release:	3
License:	Eclipse Public Licence 1.0
URL:		http://developer.symbian.org/
Group:		System/Fonts/True type
Source0:	http://developer.symbian.org/xref/epl/raw/Symbian3/sf/os/textandloc/fontservices/referencefonts/truetype/myuppygb-medium.ttf
Source1:	http://developer.symbian.org/xref/epl/raw/Symbian3/sf/os/textandloc/fontservices/referencefonts/truetype/myuppygb-medium_readme.txt
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
MYuppyGB-Medium

Format - TTF TrueType
Character set - GB2312
Encoding - Unicode

This font was designed to appeal to young urban professionals, Monotype
Yuppy is a newly designed typeface with a unique, modern feel. The
design combines elements of handwriting with classic letterform
characteristics, such as open shapes and proper proportions that help
the typeface retain legibility.

%prep
%setup -Tc
cp %{SOURCE1} .

%install
rm -fr %buildroot
mkdir -p %buildroot/%{_datadir}/fonts/TTF/myuppy
install -m 644 %{SOURCE0} %buildroot/%{_datadir}/fonts/TTF/myuppy

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/myuppy \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-myuppy:pri=50

%clean
rm -fr %buildroot

%files
%defattr(-,root,root,0755)
%doc *.txt
%dir %_datadir/fonts/TTF/myuppy/
%_datadir/fonts/TTF/myuppy/*.ttf
%_sysconfdir/X11/fontpath.d/ttf-myuppy:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: f44f028
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1349 |14cr|fonts-ttf-neocyr-20110622-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname neocyr

Summary:	Decorative typeface
Name:		fonts-ttf-neocyr
Version:	20110622
Release:	2
License:	OFL
Group:		System/Fonts/True type
URL:		http://openfontlibrary.org/font/neocyr
Source0:	%{pkgname}.zip
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	freetype-tools
BuildRequires:	dos2unix

%description
Neocyr is a decorative typeface that includes Latin and Cyrillic characters.

%prep
%setup -q -c -n %{pkgname}-%{version}
dos2unix *.txt

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/TTF/neocyr

%__install -m 644 ttf/*.ttf %{buildroot}%{_xfontdir}/TTF/neocyr
ttmkfdir %{buildroot}%{_xfontdir}/TTF/neocyr -o %{buildroot}%{_xfontdir}/TTF/neocyr/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/neocyr/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/neocyr \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-neocyr:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc FONTLOG.txt OFL.txt OFL-FAQ.txt
%dir %{_xfontdir}/TTF/neocyr
%{_xfontdir}/TTF/neocyr/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/neocyr/fonts.dir
%{_xfontdir}/TTF/neocyr/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-neocyr:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110622-2
+ Revision: a3277e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1350 |14cr|fonts-ttf-notcouriersans-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname notcouriersans

Summary:	Re-interpretation of Nimbus Mono
Name:		fonts-ttf-notcouriersans
Version:	1.1
Release:	2
License:	GPLv2 with font exception
Group:		System/Fonts/True type
URL:		http://ospublish.constantvzw.org
Source0:	%{pkgname}.zip
BuildArch:	noarch
BuildRequires:	freetype-tools

%description
NotCourierSans is a re-interpretation of Nimbus Mono whose design began
in Wroclaw at the occasion of the Libre Graphics Meeting 2008. For more
detailed information explore the files included in the font package
(FONTLOG.txt). The 1.1 version has been expanded by a work on Cyrillic
glyphs by Paulo Silva aka nitrofurano. NotCourierSans 1.1 contains 2 ornamental
glyphs encoded in the private use characters: - in U+E000, the OSP frog mascot
- in U+E001, the 75 ligature added during an OSP workshop in Le 75, École
Supérieure des Arts de l’Image, on Wednesday 17 December. These sugars are
accessible through the Ornament Open Type features.

%prep
%setup -q -n OSP_NotCourierSans

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/TTF/notcouriersans

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/notcouriersans
ttmkfdir %{buildroot}%{_xfontdir}/TTF/notcouriersans -o %{buildroot}%{_xfontdir}/TTF/notcouriersans/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/notcouriersans/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/notcouriersans \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-notcouriersans:pri=50

%files
%doc FONTLOG.txt COPYING.txt
%dir %{_xfontdir}/TTF/notcouriersans
%{_xfontdir}/TTF/notcouriersans/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/notcouriersans/fonts.dir
%{_xfontdir}/TTF/notcouriersans/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-notcouriersans:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: 450edac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1351 |14cr|fonts-ttf-oldstandard-2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname oldstandard

Summary:	Old-style font family
Name:		fonts-ttf-oldstandard
Version:	2.2
Release:	2
License:	OFL
Group:		System/Fonts/True type
URL:		http://www.thessalonica.org.ru/en/fonts.html
Source0:	http://www.thessalonica.org.ru/downloads/%{pkgname}-%{version}.ttf.zip
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	freetype-tools
BuildRequires:	dos2unix

%description
Old Standard is a multilingual font family, supposed to be a good companion
for Thessalonica. It is based on Russian and German editions of the late 19th
and early 20th centuries and reproduces the so-called "Modern" style, extremely
popular in its time, but almost completely abandoned later. This project is
currently most mature and stable, although still has a large field
for improvements. The Old Standard font family currently includes three shapes
(regular, italic and bold) and has more than 1400 glyphs in the regular
version.

%prep
%setup -q -c -n %{pkgname}-%{version}
dos2unix OFL-FAQ.txt

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/TTF/oldstandard

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/oldstandard
ttmkfdir %{buildroot}%{_xfontdir}/TTF/oldstandard -o %{buildroot}%{_xfontdir}/TTF/oldstandard/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/oldstandard/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/oldstandard \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-oldstandard:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc FONTLOG.txt OFL.txt OFL-FAQ.txt
%dir %{_xfontdir}/TTF/oldstandard
%{_xfontdir}/TTF/oldstandard/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/oldstandard/fonts.dir
%{_xfontdir}/TTF/oldstandard/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-oldstandard:pri=50






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-2
+ Revision: 3e907fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1352 |14cr|fonts-ttf-pfennig-20110924-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname pfennig

Summary:	Humanist sans-serif font family
Name:		fonts-ttf-pfennig
Version:	20110924
Release:	2
License:	OFL
Group:		System/Fonts/True type
URL:		http://io.debian.net/~danielj/
Source0:	http://io.debian.net/~danielj/pfennig/%{pkgname}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	freetype-tools
BuildRequires:	dos2unix

%description
Pfennig is a humanist sans-serif font with support for Latin, Cyrillic, Greek
and Hebrew character sets. It contains sufficient characters for Latin-0
through Latin-10, as well as glyphs for all modern Cyrillic orthographies,
the full Vietnamese range, modern Greek, modern Hebrew, and the Pan-African
Alphabet. It supports the standard Roman ligatures and uses OpenType tables
for diacritic placement. The italic faces are true italics, not just oblique.

%prep
%setup -q -c -n %{pkgname}-%{version}
dos2unix *.txt

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/TTF/pfennig

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/pfennig
ttmkfdir %{buildroot}%{_xfontdir}/TTF/pfennig -o %{buildroot}%{_xfontdir}/TTF/pfennig/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/pfennig/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/pfennig \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-pfennig:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc FONTLOG.txt OFL.txt
%dir %{_xfontdir}/TTF/pfennig
%{_xfontdir}/TTF/pfennig/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/pfennig/fonts.dir
%{_xfontdir}/TTF/pfennig/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-pfennig:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110924-2
+ Revision: f01f7e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1353 |14cr|fonts-ttf-poltawski-antiqua-1.101-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Truetype's Poltawski-Antiqua fonts
Name:		fonts-ttf-poltawski-antiqua
Version:	1.101
Release:	2
License:	GUST Font License
Group:		System/Fonts/True type
URL:		http://jmn.pl/antykwa-poltawskiego/
Source0:	http://jmn.pl/pliki/ap%{version}ttf.zip
BuildArch:	noarch
BuildRequires:	fontconfig
BuildRequires:	freetype-tools

%description
This font was designed in the 'twenties and the 'thirties
of XX century by a Polish graphic artist and a typographer 
Adam Ptawski.
It was widely used by Polish printing houses as long as metal
types were in use (until ca the 'sixties).

%prep
%setup -qc

%build

%install
mkdir -p %{buildroot}%{_datadir}/fonts/TTF/antpolt

install -m 644 *.ttf %{buildroot}%{_datadir}/fonts/TTF/antpolt
ttmkfdir %{buildroot}%{_datadir}/fonts/TTF/antpolt > %{buildroot}%{_datadir}/fonts/TTF/antpolt/fonts.dir
ln -s fonts.dir %{buildroot}%{_datadir}/fonts/TTF/antpolt/fonts.scale

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/TTF/antpolt \
	%{buildroot}%{_sysconfdir}/X11/fontpath.d/ttf-antpolt:pri=50

%files
%dir %{_datadir}/fonts/TTF/antpolt
%{_datadir}/fonts/TTF/antpolt/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/antpolt/fonts.dir
%{_datadir}/fonts/TTF/antpolt/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-antpolt:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.101-2
+ Revision: 6540d10
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1354 |14cr|fonts-ttf-ptsans-20101225-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname PTSans

Summary: Fonts to support national alphabet of Russian people
Name: fonts-ttf-ptsans
Version: 20101225
Release: 2
License: open
Group: System/Fonts/True type
URL: http://www.fontstock.com/public/PTSans.zip
Source0: %{pkgname}.zip
BuildArch: noarch
BuildRequires: freetype-tools

%description
Headset PTSans is part of the project to create a set of Russian fonts free
public open-user license, designed to meet the needs of multi-ethnic country
in the font that will not only serve in official and business correspondence,
but also serve as a tool for development of national literature
and intercultural exchange.

%prep
%setup -q -c -n %{pkgname}

%build

%install
mkdir -p %{buildroot}%{_datadir}/fonts/TTF/ptsans

install -m 644 *.ttf %{buildroot}%{_datadir}/fonts/TTF/ptsans
ttmkfdir %{buildroot}%{_datadir}/fonts/TTF/ptsans -o %{buildroot}%{_datadir}/fonts/TTF/ptsans/fonts.dir
ln -s fonts.dir %{buildroot}%{_datadir}/fonts/TTF/ptsans/fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/ptsans \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-ptsans:pri=50

%files
%defattr(644,root,root,755)
%doc *.txt 
%dir %{_datadir}/fonts/TTF/ptsans
%{_datadir}/fonts/TTF/ptsans/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/ptsans/fonts.dir
%{_datadir}/fonts/TTF/ptsans/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-ptsans:pri=50




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20101225-2
+ Revision: a20edde
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1355 |14cr|fonts-ttf-ptserif-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname PTSerif

Summary:	Fonts to support national alphabet of Russian people
Name:		fonts-ttf-ptserif
Version:	0.1
Release:	4
License:	ParaType Free Font License
Group:		System/Fonts/True type
URL:		http://www.paratype.com/public/
Source0:	http://www.fontstock.com/public/%{pkgname}.zip
BuildArch:	noarch
BuildRequires:	freetype-tools
BuildRequires:	dos2unix

%description
PT Serif is a transitional serif face with humanistic terminals designed
for use together with PT Sans and harmonized with PT Sans on metrics,
proportions, weights and design. PT Serif consists of six styles: regular
and bold weights with corresponding italics form a standard computer font
family for basic text setting; two caption styles (regular and italic) are
for texts of small point sizes.

Designed by Alexandra Korolkova, Olga Umpeleva and Vladimir Yefimov.
Released by ParaType in 2010. 

%prep
%setup -q -c -n %{pkgname}
iconv -f cp1252 -t utf8 'PT Free Font License_eng_1.2.txt' -o 'PT-Free-Font-License_eng_1.2.txt'
dos2unix PT-Free-Font-License_eng_1.2.txt

%build

%install
mkdir -p %{buildroot}%{_xfontdir}/TTF/ptserif

install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/ptserif
ttmkfdir %{buildroot}%{_xfontdir}/TTF/ptserif -o %{buildroot}%{_xfontdir}/TTF/ptserif/fonts.dir
ln -s fonts.dir %{buildroot}%{_xfontdir}/TTF/ptserif/fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/ptserif \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-ptserif:pri=50

%files
%doc PT-Free-Font-License_eng_1.2.txt
%dir %{_xfontdir}/TTF/ptserif
%{_xfontdir}/TTF/ptserif/*.ttf
%verify(not mtime) %{_xfontdir}/TTF/ptserif/fonts.dir
%{_xfontdir}/TTF/ptserif/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-ptserif:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: a0f12b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1356 |14cr|fonts-ttf-pwt-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname pwtfont

Summary: Fonts to replace commonly used Microsoft Windows Fonts
Name: fonts-ttf-pwt
Version: 0.5
Release: 3
License: open
Group: System/Fonts/True type
URL: http://www.pingwinsoft.ru/system/uploads/7/original/fonts_test.zip?1276003553
Source0: %{pkgname}.tar.bz2
BuildArch: noarch
BuildRequires: freetype-tools

%description
The PingWin Typography (PWT) fonts are intended to be replacements for most 
commonly used fonts on Microsoft systems: Tahoma, Arial, Courier, Verdana,
Times New Roman

%prep
%setup -q -n %{pkgname}

%build

%install
mkdir -p %{buildroot}%{_datadir}/fonts/TTF/pwt

install -m 644 *.ttf %{buildroot}%{_datadir}/fonts/TTF/pwt
ttmkfdir %{buildroot}%{_datadir}/fonts/TTF/pwt > %{buildroot}%{_datadir}/fonts/TTF/pwt/fonts.dir
ln -s fonts.dir %{buildroot}%{_datadir}/fonts/TTF/pwt/fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/pwt \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-pwt:pri=50

%post
[ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache 

%postun
if [ "$1" = "0" ]; then
  [ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache 
fi


%files
%defattr(-,root,root,-)
%doc License.txt 
#COPYING
%dir %{_datadir}/fonts/TTF/pwt
%{_datadir}/fonts/TTF/pwt/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/pwt/fonts.dir
%{_datadir}/fonts/TTF/pwt/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-pwt:pri=50




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-3
+ Revision: dfd5502
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1357 |14cr|fonts-ttf-ru-eng-fonts-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname 122658-ru-eng-fonts

Summary: Russian Fonts
Name: fonts-ttf-ru-eng-fonts
Version: 1.0
Release: 2
License: GPL
Group: System/Fonts/True type
URL: http://opendesktop.org/content/show.php/ru-eng-fonts?content=122658
Source0: %{pkgname}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: freetype-tools

%description
There are 8 fonts in this package,which include english and russian alphabet.

%prep
%setup -q -n ru-eng-fonts

%build

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/ru-eng

install -m 644 *.ttf $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/ru-eng
ttmkfdir $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/ru-eng > $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/ru-eng/fonts.dir
ln -s fonts.dir $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/ru-eng/fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/ru-eng \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-ru-eng:pri=50

%clean
rm -rf $RPM_BUILD_ROOT

%post
[ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache 

%postun
if [ "$1" = "0" ]; then
  [ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache 
fi


%files
%defattr(-,root,root,-)
#%doc License.txt 
#COPYING
%dir %{_datadir}/fonts/TTF/ru-eng
%{_datadir}/fonts/TTF/ru-eng/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/ru-eng/fonts.dir
%{_datadir}/fonts/TTF/ru-eng/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-ru-eng:pri=50




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: dc9681a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1358 |14cr|fonts-ttf-sansus-webissimo-20110518-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname sansus-webissimo

Summary:	Sansus Webissimo serif font family
Name:		fonts-ttf-sansus-webissimo
Version:	20110518
Release:	2
License:	Creative Commons Attribution
Group:		System/Fonts/True type
URL:		http://openfontlibrary.org/font/sansus-webissimo
Source0:	%{pkgname}.zip
BuildArch:	noarch
BuildRequires:	freetype-tools

%description
"Sansus" - experiment with a new font brought into life in our professional
type foundry. We worked on every single shape and curve to enrich "Sansus"
with elegance and exactitude, try it on phone directories, on your site -
anywhere.

%prep
%setup -q -c -n %{name}-%{version}

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/TTF/sansus-webissimo

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/sansus-webissimo
ttmkfdir %{buildroot}%{_xfontdir}/TTF/sansus-webissimo -o %{buildroot}%{_xfontdir}/TTF/sansus-webissimo/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/sansus-webissimo/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/sansus-webissimo \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-sansus-webissimo:pri=50

%__install -d %{buildroot}%{_docdir}/%{name}
cat > %{buildroot}%{_docdir}/%{name}/README << EOF
Family		Sansus Webissimo
Designer	Sergiy S. Tkachenko 
License		CC-BY
Category	Serif

Description

"Sansus" - experiment with a new font brought into life in our professional
type foundry. We worked on every single shape and curve to enrich "Sansus"
with elegance and exactitude, try it on phone directories, on your site -
anywhere.

Full Language Support

Basic Cyrillic, Basic Latin, Euro, Western European
EOF

%files
%doc %{_docdir}/%{name}/README
%dir %{_xfontdir}/TTF/sansus-webissimo
%{_xfontdir}/TTF/sansus-webissimo/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/sansus-webissimo/fonts.dir
%{_xfontdir}/TTF/sansus-webissimo/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-sansus-webissimo:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110518-2
+ Revision: b3f6ddc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1359 |14cr|fonts-ttf-tempora-lgc-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname tempora-lgc

Summary:	times-like font with Latin, Greek and Cyrillic support
Name:		fonts-ttf-tempora-lgc
Version:	0.2
Release:	2
License:	GPLv2 with exception
Group:		System/Fonts/True type
URL:		http://www.thessalonica.org.ru/en/fonts.html
Source0:	http://www.thessalonica.org.ru/downloads/%{pkgname}.ttf.zip
BuildArch:	noarch
BuildRequires:	freetype-tools

%description
This font family is based on two well-known free typefaces similar to Adobe
Times: Nimbus Roman No 9 L by URW (russified by Valek Filippov), and the Omega
Serif family, developed by Yannis Haralambous. However, all basic components
of the font, and especially its Greek and Cyrillic parts, have suffered
serious modifications, so that currently Tempora LGC Unicode represents an
independent typeface, quite different from its predecessors.

%prep
%setup -q -c -n %{pkgname}-%{version}

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/TTF/tempora-lgc

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/tempora-lgc
ttmkfdir %{buildroot}%{_xfontdir}/TTF/tempora-lgc > %{buildroot}%{_xfontdir}/TTF/tempora-lgc/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/tempora-lgc/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/tempora-lgc \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-tempora-lgc:pri=50

%clean
%__rm -rf %{buildroot}

%files
%doc COPYING HISTORY README
%dir %{_xfontdir}/TTF/tempora-lgc
%{_xfontdir}/TTF/tempora-lgc/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/tempora-lgc/fonts.dir
%{_xfontdir}/TTF/tempora-lgc/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-tempora-lgc:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-2
+ Revision: 0bb17ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1360 |14cr|fonts-ttf-theano-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname theano

Summary:	Theano Classical Fonts
Name:		fonts-ttf-theano
Version:	2.0
Release:	2
License:	OFL
Group:		System/Fonts/True type
URL:		http://www.thessalonica.org.ru/en/fonts.html
Source0:	http://www.thessalonica.org.ru/downloads/%{pkgname}-%{version}.ttf.zip
BuildRequires:	freetype-tools
BuildRequires:	dos2unix
BuildArch:	noarch

%description
Theano is a common name for some fonts designed from historic samples. Most
of these fonts were initially intended as Greek-only faces, but currently
Theano fonts contain a standard set of Latin, Greek and Cyrillic characters
(including the full polytonic set for Greek) and some additional characters.
These fonts can be useful for classicists or medievalists.

%prep
%setup -q -c -n %{pkgname}-%{version}
dos2unix OFL-FAQ.txt

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/TTF/theano

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/theano
ttmkfdir %{buildroot}%{_xfontdir}/TTF/theano -o %{buildroot}%{_xfontdir}/TTF/theano/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/theano/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/theano \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-theano:pri=50

%files
%doc FONTLOG.txt OFL.txt OFL-FAQ.txt
%dir %{_xfontdir}/TTF/theano
%{_xfontdir}/TTF/theano/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/theano/fonts.dir
%{_xfontdir}/TTF/theano/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-theano:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-2
+ Revision: 4d68156
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1361 |14cr|fonts-ttf-tibetan-ttmuni-1.901b-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tibetan Machine Unicode font
Name:		fonts-ttf-tibetan-ttmuni
Version:	1.901b
Release:	6
License:	GPLv2+
URL: 		http://www.thdl.org/tools/fonts/tibfonts.php
Group:		System/Fonts/True type
Source0:	TibetanMachineUnicodeFont.zip
Buildarch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	mkfontdir

%description
This package provides an OpenType Unicode Tibetan font,
for writing in Tibetan, Dzongkha and Ladakhi with almost 4000 glyphs.

%prep
%setup -q -c %{name}

%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}/%{_datadir}/fonts/ttf/ttmuni/
install -m 644 *.ttf ${RPM_BUILD_ROOT}%{_datadir}/fonts/ttf/ttmuni/
cd ${RPM_BUILD_ROOT}/%{_datadir}/fonts/ttf/ttmuni/
mkfontdir
cp fonts.dir fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/ttf/ttmuni \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-tibetan-ttmuni:pri=50


%clean
rm -fr ${RPM_BUILD_ROOT}

%files
%defattr(0644,root,root,0755)
%doc *.txt
%{_datadir}/fonts/ttf/ttmuni/
%{_sysconfdir}/X11/fontpath.d/ttf-tibetan-ttmuni:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.901b-6
+ Revision: 12e93d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1362 |14cr|fonts-ttf-triod-postnaja-20100305-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname TriodPostnaja

Summary: Decorative font in Slavonic Church style
Name: fonts-ttf-triod-postnaja
Version: 20100305
Release: 3
License: OFL
Group: System/Fonts/True type
URL: http://io.debian.net/~danielj/
Source0: http://io.debian.net/~danielj/triod-postnaja/%{pkgname}-%{version}.sfd.gz
BuildArch: noarch
BuildRequires: freetype-tools
BuildRequires: fontforge


%description
Triod Postnaja attempts to mimic the typefaces used to publish Old Church
Slavonic service books prior to the 20th century. It also provides a range of
Latin letters in the same style, sufficient for the needs of central, northern
and western European languages.

%prep
#%setup -q -c -n %{pkgname}-%{version}
cd %_builddir
%__mkdir_p %{pkgname}-%{version}
cd %{pkgname}-%{version}
%__gzip -dc %{SOURCE0} > %{pkgname}-%{version}.sfd

%build
cd %{_builddir}/%{pkgname}-%{version}
for sfdfile in *.sfd
do
  fontforge -lang=ff -c "Open(\"./$sfdfile\"); Generate(\"./$sfdfile\":r + \".ttf\")"
done

%install
cd %{pkgname}-%{version}

%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/TTF/triod-postnaja

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/triod-postnaja
ttmkfdir %{buildroot}%{_xfontdir}/TTF/triod-postnaja > %{buildroot}%{_xfontdir}/TTF/triod-postnaja/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/triod-postnaja/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/triod-postnaja \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-triod-postnaja:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%dir %{_xfontdir}/TTF/triod-postnaja
%{_xfontdir}/TTF/triod-postnaja/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/triod-postnaja/fonts.dir
%{_xfontdir}/TTF/triod-postnaja/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-triod-postnaja:pri=50






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20100305-3
+ Revision: 9860fa2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1363 |14cr|fonts-ttf-ubuntu-0.80-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname ubuntu-font-family-sources
%define _fontdir %{_datadir}/fonts/TTF/ubuntu

Name: fonts-ttf-ubuntu
Summary: Ubuntu Font Family
Version: 0.80
Release: 2
License: Ubuntu Font Licence 1.0
Group: System/Fonts/True type
URL: http://font.ubuntu.com/
Source: http://font.ubuntu.com/download/%{pkgname}_0.80.orig.tar.gz
BuildRequires: freetype-tools
BuildArch: noarch
BuildRequires: fontconfig

%description
The Ubuntu Font Family are a set of matching new libre/open fonts in
development during 2010--2011. The development is being funded by
Canonical Ltd on behalf the wider Free Software community and the
Ubuntu project.  The technical font design work and implementation is
being undertaken by Dalton Maag.

Both the final font Truetype/OpenType files and the design files used
to produce the font family are distributed under an open licence and
you are expressly encouraged to experiment, modify, share and improve.

%prep
%setup -q -n %{pkgname}-%{version}

%build

%install
mkdir -p %{buildroot}%{_fontdir}
install -m 644 *.ttf %{buildroot}%{_fontdir}
ttmkfdir %{buildroot}%{_fontdir} > %{buildroot}%{_fontdir}/fonts.dir
ln -s fonts.dir %{buildroot}%{_fontdir}/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_fontdir} \
	%{buildroot}%{_sysconfdir}/X11/fontpath.d/ttf-ubuntu:pri=50

%files
%doc *.txt
%dir %{_fontdir}
%{_fontdir}/*.ttf
%verify(not mtime) %{_fontdir}/fonts.dir
%{_fontdir}/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-ubuntu:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80-2
+ Revision: 87b57cf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1364 |14cr|fonts-ttf-uralic-0-2.20040829.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Truetype fonts for Cyrillic-based Uralic languages
Name: fonts-ttf-uralic
Version: 0
Release: 2.20040829.6
License: GPLv2+
Group: System/Fonts/True type
URL: http://peoples.org.ru/eng_uralic.html
Source0: http://www.peoples.org.ru/font/BookmanUralic.zip
Source1: http://www.peoples.org.ru/font/ChanceryUralic.zip
Source2: http://www.peoples.org.ru/font/GothicUralic.zip
Source3: http://www.peoples.org.ru/font/MonoUralic.zip
Source4: http://www.peoples.org.ru/font/PalladioUralic.zip
Source5: http://www.peoples.org.ru/font/RomanUralic.zip
Source6: http://www.peoples.org.ru/font/SansCondUralic.zip
Source7: http://www.peoples.org.ru/font/SansUralic.zip
Source8: http://www.peoples.org.ru/font/SchoolbookUralic.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: freetype-tools

%description
The Uralic fonts contain additional letters used in most Uralic languages
with Russian-based writing systems - Khanty (all dialects), Komi, Mansi 
(without marking long vowels), Mari, Nenets, Selkup and Udmurt. 

The fonts also support Altai, Chukchi, Even, Evenki, Koryak and Nanai.

Font list:

   * Bookman Uralic (regular, bold, italic)
   * Chancery Uralic - Decorative calligraphic font
   * Gothic Uralic (regular, bold) - Futura-like sans serif
   * Mono Uralic (regular) - Courier-like fixed width font
   * Palladio Uralic (regular, bold, italic) - Palatino-like typeface
   * Roman Uralic (regular, bold, italic) - Times-like typeface
   * Sans Uralic (regular, bold, italic, bold italic) - Helvetica-like
     sans serif typeface
   * Sans Condensed Uralic (regular, bold) - Narrow version of Sans Uralic
   * Schoolbook Uralic (regular, bold, italic)

These fonts cover ISO10646-1 and CP1251 charsets.

%prep
%setup -q -c 
unzip -qq -o %{SOURCE1}
unzip -qq -o %{SOURCE2}
unzip -qq -o %{SOURCE3}
unzip -qq -o %{SOURCE4}
unzip -qq -o %{SOURCE5}
unzip -qq -o %{SOURCE6}
unzip -qq -o %{SOURCE7}
unzip -qq -o %{SOURCE8}
chmod 0644 license.txt

%build

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/uralic

install -m 644 *.TTF $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/uralic
ttmkfdir $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/uralic > $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/uralic/fonts.dir
ln -s fonts.dir $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/uralic/fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/uralic \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-uralic:pri=50

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc license.txt
%dir %{_datadir}/fonts/TTF/uralic
%{_datadir}/fonts/TTF/uralic/*.TTF
%verify(not mtime) %{_datadir}/fonts/TTF/uralic/fonts.dir
%{_datadir}/fonts/TTF/uralic/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-uralic:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-2.20040829.6
+ Revision: 92118c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1365 |14cr|fonts-ttf-vds-20110926-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname vds

Summary:	VDS font family
Name:		fonts-ttf-vds
Version:	20110926
Release:	2
License:	OFL
Group:		System/Fonts/True type
URL:		http://openfontlibrary.org/font/vds
Source0:	%{pkgname}.zip
Source1:	OFL.txt
Source2:	OFL-FAQ.txt
BuildArch:	noarch
BuildRequires:	freetype-tools
BuildRequires:	dos2unix

%description
Font family. Regular Bold Italic Bold Italic. More than 15 languages supported,
including Baltic & Cyrillic symbols.

%prep
%setup -q -c -n %{pkgname}-%{version}

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_xfontdir}/TTF/vds

%__install -m 644 *.ttf %{buildroot}%{_xfontdir}/TTF/vds
ttmkfdir %{buildroot}%{_xfontdir}/TTF/vds -o %{buildroot}%{_xfontdir}/TTF/vds/fonts.dir
%__ln_s fonts.dir %{buildroot}%{_xfontdir}/TTF/vds/fonts.scale

%__mkdir_p %{buildroot}%_sysconfdir/X11/fontpath.d/
%__ln_s ../../..%{_xfontdir}/TTF/vds \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-vds:pri=50

%__install -D -m 644 %{SOURCE1} %{buildroot}%{_docdir}/%name/OFL.txt
%__install -D -m 644 %{SOURCE2} %{buildroot}%{_docdir}/%name/OFL-FAQ.txt

%files
%doc %{_docdir}/%name/OFL.txt
%doc %{_docdir}/%name/OFL-FAQ.txt
%dir %{_xfontdir}/TTF/vds
%{_xfontdir}/TTF/vds/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/vds/fonts.dir
%{_xfontdir}/TTF/vds/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-vds:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110926-2
+ Revision: 48c446c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1366 |14cr|fonts-ttf-wqy-zenhei-0.9.45-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname wqy-zenhei

Summary:	WenQuanYi ZenHei TrueType font
Name:		fonts-ttf-%{oname}
Version:	0.9.45
Release:	4
Source:		http://downloads.sourceforge.net/wqy/%{oname}-%{version}.tar.gz
URL:		http://www.wenq.org
License:	GPLv2+
Group:		System/Fonts/True type
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires(post):	mkfontdir, mkfontscale
Requires(postun):	mkfontdir, mkfontscale

%description
The WenQuanYi Zen Hei is the first open-source Chinese font
for Hei Ti, a sans-serif font style that are widely used for
general purpose Chinese text formatting, and on-screen
display of Chinese characters (such as in Windows Vista and Mac OS).
Simple and elegant font outlines and slightly emboldened strokes
makes the glyphs presenting higher contrast and therefore easy
to read. The unique style of this font also provide a simple
interface for adding grid-fitting information for further
fine-tuning of the on-screen performance.

%prep
%setup -q -n %{oname} 
 
%build

%install
rm -fr %{buildroot}

install -d %{buildroot}/%{_datadir}/fonts/TTF/%{oname}/
install -m 644 wqy-zenhei.ttc %{buildroot}/%{_datadir}/fonts/TTF/%{oname}/

install -d %{buildroot}/%{_sysconfdir}/fonts/conf.avail/
install -m 644 43-wqy-zenhei-sharp.conf %{buildroot}/%{_sysconfdir}/fonts/conf.avail/43-wqy-zenhei-sharp.conf

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/%{oname} \
    %{buildroot}%_sysconfdir/X11/fontpath.d/%{oname}:pri=50

%post
[ -x %{_bindir}/mkfontdir ] && %{_bindir}/mkfontdir %{_datadir}/fonts/TTF/%{oname}
[ -x %{_bindir}/mkfontscale ] && %{_bindir}/mkfontscale %{_datadir}/fonts/TTF/%{oname}

%postun
if [ "$1" = "0" ]; then
  [ -x %{_bindir}/mkfontdir ] && %{_bindir}/mkfontdir %{_datadir}/fonts/TTF/%{oname}
  [ -x %{_bindir}/mkfontscale ] && %{_bindir}/mkfontscale %{_datadir}/fonts/TTF/%{oname}
fi

%clean
rm -fr %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc ChangeLog AUTHORS COPYING README
%{_sysconfdir}/fonts/conf.avail/43-wqy-zenhei-sharp.conf
%dir %{_datadir}/fonts/TTF/%{oname}/
%{_datadir}/fonts/TTF/%{oname}/*.ttc
%{_sysconfdir}/X11/fontpath.d/%{oname}:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.45-4
+ Revision: 2c03798
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1367 |14cr|fonts-type1-mathml-cm-1.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fonts-type1-mathml-cm
%define version 1.0
%define release 12
%define fontdir %{_datadir}/fonts/type1/mathml-cm

Name:          %{name}
Version:       %{version}
Release:       %{release}
License:       freely distributable
Summary:       PostScript Type1 MathML fonts (Computer Modern)
Group:         System/Fonts/Type1
Source0:       ftp://ftp.dante.de/pub/tex/fonts/cm/ps-type1/bluesky/cmps-unix.tar.bz2
URL:           http://www.ams.org/tex/type1-fonts.html
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}
Requires:      font-tools >= 0.1-5mdk
Obsoletes:     fonts-mathml-cm-type1
Provides:      fonts-mathml-cm-type1
BuildArch:     noarch
BuildRequires: fontconfig

%description
This package contains a subset of PostScript fonts of the Knuth's Computer
Modern family, to be used with Xprint.

%prep
%setup -q -n cmpsfont

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{fontdir}
(cd pfb
install -m 644 cmr10.pfb cmmi10.pfb cmex10.pfb cmsy10.pfb \
	$RPM_BUILD_ROOT%{fontdir}/
)

(cd afm
install -m 644 cmr10.afm cmmi10.afm cmex10.afm cmsy10.afm \
	$RPM_BUILD_ROOT%{fontdir}/
)

cat <<EOF > $RPM_BUILD_ROOT%{fontdir}/fonts.dir
4
cmex10.pfb -bsr-cmex10-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
cmmi10.pfb -bsr-cmmi10-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
cmr10.pfb -bsr-cmr10-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
cmsy10.pfb -bsr-cmsy10-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
EOF

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%{fontdir} \
    %{buildroot}%_sysconfdir/X11/fontpath.d/type1-mathml-cm:pri=50

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%dir %{fontdir}
%doc README
%attr(644,root,root) %{fontdir}/*.pfb
%attr(644,root,root) %{fontdir}/*.afm
%attr(644,root,root) %{fontdir}/fonts.dir
%{_sysconfdir}/X11/fontpath.d/type1-mathml-cm:pri=50



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-12
+ Revision: 3d5cf3d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1368 |14cr|foobillard-3.0a-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# (*) TTF fonts are taken from http://www.larabiefonts.com, thus we can redistribute
#
Summary:	OpenGL billard game
Name:		foobillard
Version:	3.0a
Release:	10
License:	GPLv2+
Group:		Games/Sports
URL:		http://foobillard.sunsite.dk/
Source0:	http://foobillard.sunsite.dk/dnl/%{name}-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
#Patch0:	%{name}-2.7-no_nv_fresnel.patch.bz2
Patch1:		foobillard-3.0-really-disable-nvidia.patch
#Patch2:	foobillard-3.0-fix-chdir.patch.bz2
BuildRequires:	mesaglu-devel
BuildRequires:	mesa-common-devel
BuildRequires:	png-devel
BuildRequires:	zlib-devel
BuildRequires:	libxaw-devel
BuildRequires:	freetype2-devel
Requires:	pulseaudio-utils
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A free OpenGl billard game for linux.

%prep
%setup -q
#%patch0 -p1
%patch1 -p1
#%patch2 -p1

%build
%configure2_5x	\
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir} \
	--enable-glut \
	--enable-nvidia=off
%make

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}
%{__install} -m644 %{name}.6 -D %{buildroot}%{_mandir}/man6/%{name}.6


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=FooBillard
Comment=%{summary}
Exec=padsp %{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;SportsGame;
EOF

%{__install} -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
%{__install} -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
%{__install} -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_mandir}/man6/%{name}.6*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_gamesbindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0a-10
+ Revision: 5d4b5be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1369 |14cr|foobnix-2.6.03-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define	PYVER	`python -c "import sys; print sys.version[:3]"`
%define	rel	1

Name:		foobnix
Version: 	2.6.03
Release: 	2
URL:		http://foobnix.com
License	:	GPLv3 
Source:		https://launchpad.net/~foobnix-player/+archive/foobnix/+files/%{name}_%{version}m.tar.gz
Summary:		Simple and Powerful music player for Linux
Group:		Sound


BuildRequires: python-chardet, 
BuildRequires: pygtk2.0, 
BuildRequires: pygtk2.0-libglade, 
BuildRequires: mutagen, 
BuildRequires: python-simplejson, 
BuildRequires: python-setuptools 
BuildRequires: gstreamer0.10-plugins-good, 
BuildRequires: gstreamer0.10-plugins-ugly, 
BuildRequires: gstreamer0.10-ffmpeg, 
BuildRequires: gstreamer0.10-plugins-bad
BuildRequires: gstreamer0.10-python, 
BuildRequires: gettext, 
BuildRequires: make, 
BuildRequires: fuseiso
BuildRequires: keybinder


Requires: python-webkitgtk
Requires: python-chardet, 
Requires: python-setuptools, 
Requires: python-simplejson, 
Requires: mutagen
Requires: gstreamer0.10-plugins-good, 
Requires: gstreamer0.10-python
Requires: gstreamer0.10-ffmpeg, 
Requires: gstreamer0.10-plugins-ugly

%description 
Simple and Powerful music player for Linux

All best features in one player. Foobnix small, fast, customizable, powerful
music player with user-friendly interface.

%prep
%setup -q -n %{name}_%{version}

%build

%install
PREFIX=%{buildroot}/usr make install

%if "%{?_lib}" == "lib64" 
mkdir -p %{buildroot}%{python_sitearch}/
cp -r %{buildroot}%{python_sitelib}/ %{buildroot}%{py_platlibdir}/
rm -r %{buildroot}%{python_sitelib}/
%endif

# icons fix
mkdir -p %{buildroot}%{_icons64dir}/
cp %{buildroot}%{_datadir}/pixmaps/%{name}.png \
%{buildroot}%{_icons64dir}/
#permissions
chmod a+x %{buildroot}%{_libdir}/python2.7/site-packages/foobnix/thirdparty/google/{browser,__init__,search}.py
chmod a+x %{buildroot}%{_libdir}/python2.7/site-packages/foobnix/thirdparty/mutagen/__init__.py
chmod a+x %{buildroot}%{_libdir}/python2.7/site-packages/foobnix/preferences/preferences_window.py

%find_lang %{name}

%files -f %{name}.lang
%doc README COPYING CHANGELOG
%{_bindir}/%{name}
%{python_sitearch}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*
#{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_datadir}/pixmaps/%{name}*
%{_datadir}/pixmaps/theme/cat.jpg
%{_datadir}/pixmaps/theme/flower.jpg
%{_datadir}/pixmaps/vk.png
%{_datadir}/pixmaps/theme/winter.jpg
%{_mandir}/man1/%{name}*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.03-2
+ Revision: 660116f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1370 |14cr|foo-yc20-1.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define lv2dir  %{_libdir}/lv2/

Summary:	YC-20 organ emulation
Name:		foo-yc20
Version:	1.3.0
Release:	5
License:	GPLv2+
Group:		Sound
Source0:	http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2
Url:		http://code.google.com/p/%{name}
BuildRequires:	desktop-file-utils
BuildRequires:	faust
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lv2)
BuildRequires:	pkgconfig(slv2)

%description
The YC-20 is a divide-down combo organ designed in the late 60's. This
emulation faithfully copies the features, sounds and flaws of the
original organ. It comes as standalone synth and as LV2 plugin. Features
are as follows.

o Physical modelling, no polyphony restrictions
o 61 keys
o Two main voice sections
o Switchable bass section
o Realism control to add flaws found in the real organ

%files
%doc README
%{_bindir}/*
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{lv2dir}%{name}.lv2/%{name}-lv2ui.so
%{lv2dir}%{name}.lv2/%{name}.so
%{lv2dir}%{name}.lv2/%{name}.ttl
%{lv2dir}%{name}.lv2/manifest.ttl

#----------------------------------------------------------------------------

%prep
%setup -q

perl -pi -e 's/\/usr\/local/\/usr\//g' Makefile
perl -pi -e 's/\/lib\/lv2/\/%{_lib}\/lv2/g' Makefile
perl -pi -e 's/CFLAGS=/#CFLAGS=/g' Makefile

%build
CFLAGS="-mfpmath=sse -ffast-math -ftree-vectorize" %make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
    --add-category="Midi" \
    --add-category="X-MandrivaLinux-Sound" \
    --dir %{buildroot}%{_datadir}/applications \
    %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-5
+ Revision: 4b9ce30
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1371 |14cr|foremost-1.5.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Summary:        Recover files based on their headers and footers
Name:           foremost
Version:        1.5.7
Release:        3
Epoch:          0
Group:          File tools
License:        Public Domain
URL:            http://foremost.sourceforge.net/
Source0:        http://foremost.sourceforge.net/pkg/foremost-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Foremost is a Linux program to recover files based on their headers and
footers. Foremost can work on image files, such as those generated by
dd, Safeback, Encase, etc, or directly on a drive. The headers and
footers are specified by a configuration file, so you can pick and
choose which headers you want to look for.

%prep
%setup -q
%{__perl} -pi -e 's/-O2/%{optflags}/g' Makefile
%{__perl} -pi -e 's|/usr/local/etc|%{_sysconfdir}|' config.c

%build
%make

%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_bindir}
%{__install} -m 755 foremost %{buildroot}%{_bindir}/foremost
%{__mkdir_p} %{buildroot}%{_sysconfdir}
%{__install} -m 644 foremost.conf %{buildroot}%{_sysconfdir}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc CHANGES README
%attr(0755,root,root) %{_bindir}/foremost
%config(noreplace) %{_sysconfdir}/%{name}.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.5.7-3
+ Revision: b325f1c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1372 |14cr|forge-parent-5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           forge-parent
Version:        5
Release:        9
Summary:        Sonatype Forge Parent Pom

Group:          Development/Java
#Note: The license is confirmed at:
#http://nexus.sonatype.org/mailing-list-dev-archives.html#nabble-ts28522017
License:        ASL 2.0
#svn export http://svn.sonatype.org/forge/tags/forge-parent-5 forge-parent
URL:            http://svn.sonatype.org/forge/tags/forge-parent-5

# tar czf forge-parent-5.tgz forge-parent
Source0:        forge-parent-5.tgz

BuildArch: noarch

BuildRequires: jpackage-utils
BuildRequires: java
BuildRequires: java-devel

Requires: jpackage-utils

%description
Sonatype Forge is an open-source community dedicated to the creation of the 
next-generation of development tools and technologies.

%prep
%setup -q -n %{name}

%build
#nothing to do for the pom

%install
%add_to_maven_depmap org.sonatype.forge forge-parent %{version} JPP forge-parent

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5-9
+ Revision: b00e917
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1373 |14cr|formmail-3.14m1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:		    formmail
Version:	    3.14m1
Release:	    8
Summary:	    Converts an HTML form submission to an email message

License:	    Apache License
Group:		    Networking/WWW
URL:		    http://nms-cgi.sourceforge.net/scripts.shtml
Source:         http://nms-cgi.sourceforge.net/%{name}_modules-%{version}.tar.bz2
BuildRequires:	rpm-mandriva-setup >= 1.23
BuildArch:	    noarch

%description
NMS FormMail is a drop-in replacement for Matt Wright's FormMail script. It
converts an HTML form submission to an email message.

%prep
%setup -q -n %{name}_modules-%{version}
chmod 644 ChangeLog EXAMPLES README
find lib -type d | xargs chmod 755
find lib -type f | xargs chmod 644

%build

%install

install -d -m 755 %{buildroot}%{_var}/www/cgi-bin
install -d -m 755 %{buildroot}%{perl_vendorlib}

install -m 755 FormMail.pl %{buildroot}%{_var}/www/cgi-bin
cp -pr lib/* %{buildroot}%{perl_vendorlib}

%clean


%files
%doc ChangeLog EXAMPLES README
%{_var}/www/cgi-bin/*
%{perl_vendorlib}/CGI





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.14m1-8
+ Revision: bf8c7b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1374 |14cr|fortune-bofh-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	bofh

Name:		fortune-%{base_name}
Version:	1.2
Release:	2
Summary:	BOFH excuses fortune
License:	Public Domain
Group:		Toys
Source:		%{base_name}-%{version}.tar.bz2
URL:		http://www.cs.wisc.edu/~ballard/bofh
BuildArch:	noarch
Requires:	fortune-mod
BuildRequires:	fortune-mod

%description
This is a set of BOFH-style excuses.

%prep
%setup -q -n %{base_name}-%{version}

%build
%__perl -ni -e 'print "BOFH excuse #" . ++$i . ":\n\n$_%\n"' excuses
/usr/sbin/strfile excuses

%install
%__rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_gamesdatadir}/fortunes
install -m 644 excuses %{buildroot}%{_gamesdatadir}/fortunes/%{base_name}
install -m 644 excuses.dat %{buildroot}%{_gamesdatadir}/fortunes/%{base_name}.dat

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_gamesdatadir}/fortunes/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-2
+ Revision: 0ce271a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1375 |14cr|fortune-brice2nice-0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	brice2nice
%define name		fortune-%{base_name}
%define version		0.2
%define release		8

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Brice de nice sketches
License:	Public Domain
Group:		Toys
Source:		%{name}.tar.bz2
Url:		http://www.tom.free.fr/src/brice2nice
BuildArch:	noarch
Buildroot:	%{_tmppath}/%{name}-buildroot
Requires:	fortune-mod

BuildRequires: fortune-mod

%description
The "Brice de nice" sketches.
Special Thanks to the mandrakefr community during RMLL2004
where "Brice de Nice" was inside all our discussions.

%prep
%setup -q -n %{name} 

%build
%make clean
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_gamesdatadir}/fortunes/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-8
+ Revision: 0edec0c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1376 |14cr|fortune-distribfr-20090926-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fortune-distribfr
%define version 20090926
%define release 3

Summary: The best IRC moments by the French Mandr* team
Summary(fr): Les meilleurs moments IRC par les mandr* français
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPLv2+
Group: Toys
URL: http://nanardon.zarb.org/cgi-bin/viewcvs.cgi/?root=fortune
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Requires: fortune-mod
BuildRequires: fortune-mod
BuildRequires: recode

%define thanks Milka, Ennael, Zborg, Zorro, Dolly, Erinmargault, Virginie, Hina,
%define thanks2 Paysage, Bibi, Cvjetic, Othalia, Mandi, leeloo, Little_Tux_Girl,
%define thanks3 poipoi, Scara, lafeebleue, Cinaee, eponae, annma, elephantine,
%define thanks4 melodie, Amaz, Jehane, Djezael

%description
The best moments of IRC chatting from channels #mandriva-fr ( ex #mandrakefr ),
#gentoofr, #lea-linux, on the IRC server irc.freenode.net (in French), and from
the Mandriva Linux Cooker mailing list.

This package includes octoz fortunes.

Special thanks to:
%{thanks}
%{thanks2}
%{thanks3}
%{thanks4}.

%description -l fr
Les meilleurs moments trouvés sur IRC sur les canaux #mandrivafr 
( ex #mandrakefr ), #gentoofr, #lea-linux, serveur IRC irc.freenode.net, et sur
la mailing-list Mandriva Linux Cooker.

Ce paquet inclut les fortunes octoz.

Spéciale dédicace à:
%{thanks}
%{thanks2}
%{thanks3}
%{thanks4}.

%prep
%setup -q -c %name
rm -f fr/*.dat
for fortune in fr/*;do recode l1..u8 $fortune; done

%build
%make clean
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
cd %buildroot%_datadir/games/fortunes/fr
for x in *.dat; do 
  ln -s $(echo $x|sed s/.dat//) $(echo $x|sed s/.dat/.u8/) 
done

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
 %_datadir/games/fortunes/mandrake*
%lang(fr) %_datadir/games/fortunes/fr/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20090926-3
+ Revision: c47f746
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1377 |14cr|fortune-kernelnewbies-20060120-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fortune-kernelnewbies
%define version 20060120
%define release 7

Summary: The best IRC moments by kernel hacker
Name: %{name}
Version: %{version}
Release: %{release}
Source0: kernelnewbies-fortunes.tar.bz2
License: GPL
Group: Toys
URL: http://kernelnewbies.org/kernelnewbies-fortunes.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Requires: fortune-mod

%description
The best "famous word" of famous kernel hackers.

%prep
%setup -q -c %name

%build
# nothing to do

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%_datadir/games/fortunes
install -m 644 kernelnewbies $RPM_BUILD_ROOT/%_datadir/games/fortunes/
install -m 644 kernelnewbies.dat $RPM_BUILD_ROOT/%_datadir/games/fortunes/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%_datadir/games/fortunes/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20060120-7
+ Revision: 2e90da0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1378 |14cr|fortune-MDOS-fr-20040104-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fortune-MDOS-fr 
%define version 20040104
%define release 8

Summary: The best of Jayce about MultiDeskOS
Summary(fr): Le meilleur de Jayce  propos de MultiDeskOS 
Name: %{name}
Version: %{version}
Release: %{release}
Source0: multidesk.tar.bz2
License: Public Domain
Group: Toys
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
Url: http://lordoric.free.fr/fortunes
BuildRequires: fortune-mod
Requires: fortune-mod locales-fr

%description -l fr
Le meilleur de la liste de discussion de MultideskOS et de la documentation
de ce systme (?) d'avenir.
 
%description 
Best of MultideskOS' ML and documentation. In French.

%prep
%setup -c 

%build
sed -i 's/\r//g' multidesk
cat multidesk2 >> multidesk
%{_sbindir}/strfile multidesk

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%_datadir/games/fortunes/fr/
cp multidesk multidesk.dat $RPM_BUILD_ROOT/%_datadir/games/fortunes/fr/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc multidesk.licence
%_datadir/games/fortunes/fr/multidesk*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20040104-8
+ Revision: a3294fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1379 |14cr|fortune-mod-ru-1.52-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Russian fortune messages
Name:		fortune-mod-ru
Version:	1.52
Release:	2
License:	GPLv2+
Group:		Toys
Url:		http://jack.kiev.ua/fortune-mod-ru/
Source0:	http://jack.kiev.ua/filez/%{name}-%{version}.tar.bz2
Requires:	fortune-mod
BuildArch:	noarch

%description
Russian fortune messages from Acid Jack.

%files
%doc ChangeLog README
%{_gamesdatadir}/fortunes/ru/

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
%makeinstall_std INSTALL=install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.52-2
+ Revision: d98b30c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1380 |14cr|fortune-murphy-1.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	murphy
%define name		fortune-%{base_name}
%define version		1.0
%define release		14

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Quotes from Murphy's laws
License:	GPL
Group:		Toys
Url:		http://lis.snv.jussieu.fr/~rousse/linux
Source:		%{name}-%{version}.tar.bz2
Requires:	fortune-mod
BuildArch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}

%description
This is a collection of more than 1250 Murphy's (& Al) laws, ignominously
stolen from the excellent Ultimate Collection of Murphy's Laws by Andreas Götz
(http://www.cpuidle.de/murphy.shtml), at format used by the good old fortune
command.

%prep
%setup -q

%build

%clean 
rm -rf %{buildroot}

%install
install -d -m 755 %{buildroot}%{_gamesdatadir}/fortunes
for file in data/*; do
  install -m 644 $file %{buildroot}%{_gamesdatadir}/fortunes/%{base_name}-`basename $file`
done

%files
%defattr(-,root,root)
%doc COPYING README
%{_gamesdatadir}/fortunes/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-14
+ Revision: fd87a4f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1381 |14cr|fortune-top100-1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	top100
%define name		fortune-%{base_name}
%define version		1.0
%define release		11

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Top 100 things you don't want the sysadmin to say
License:	Public Domain
Group:		Toys
Source:		%{base_name}.tar.bz2
Url:		http://people.redhat.com/andrew/humor/100sys.html
Requires:	fortune-mod
BuildArch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}

%description
The top 100 things you don't want the sysadmin to say in fortune format.

%prep
%setup -q -n %{base_name}

%build

%clean 
rm -rf %{buildroot}

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_gamesdatadir}/fortunes
install -m 644 %{base_name}* %{buildroot}%{_gamesdatadir}/fortunes

%files
%defattr(-,root,root)
%{_gamesdatadir}/fortunes/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-11
+ Revision: 7a88de0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1382 |14cr|fotowall-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fotowall
Version:	0.9
Release:	2
Summary:	FotoWall is a wallpaper generator
License:	GPLv2
Source0:	Fotowall-%{version}.tar.bz2
Group:		Graphical desktop/KDE
URL:		http://www.kde-apps.org/content/show.php/FotoWall?content=71320
BuildRequires:	qt4-devel >= 4.5.2
BuildRequires:	libv4l-devel
BuildRequires:	desktop-file-utils

%description
FotoWall is a wallpaper generator rendering some of your favorite pictures
in a nice and smooth high resolution composition.

%prep
%setup -q -n Fotowall-%{version}
# for hidden-file-or-dir warning
sed -i -e "s/\.build/build/" %{name}.pro
# Unused file
sed -i -e "/scripts/d" -e "s@man\ \\\@man@" %{name}.pro
# for v4l1 compatibility
sed -i -e 's/linux\/videodev.h/libv4l1-videodev.h/' 3rdparty/videocapture/VideoDevice.h

%build
%qmake_qt4
%make

%install
%__rm -rf %{buildroot}
make install INSTALL_ROOT=%{buildroot}
desktop-file-install --vendor="" \
    --mode 644 \
    --dir %{buildroot}%{_datadir}/applications/ \
    %{buildroot}%{_datadir}/applications/%{name}.desktop

%clean
%__rm -rf %{buildroot}

%files
%doc README.markdown GPL_V2
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/%{name}.1.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-2
+ Revision: 9f94359
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1383 |14cr|fotoxx-13.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			fotoxx
Version:		13.12
Release:		3
Summary:		Editor of image files from digital cameras
License:		GPLv3
Group:			Graphics
Source0:		http://www.kornelix.com/uploads/1/3/0/3/13035936/fotoxx-13.12.tar.gz
URL:			http://www.kornelix.com/tarballs.html
BuildRequires:		pkgconfig(gtk+-3.0)
BuildRequires:		ufraw
BuildRequires:		perl(Image::ExifTool)
BuildRequires:		tiff-devel
BuildRequires:		xdg-utils
BuildRequires:		imagemagick
BuildRequires:		pkgconfig(lcms2)
Requires:		exiv2
Requires:		ufraw
Requires:		perl(Image::ExifTool)

%description
Edit image files from a digital camera. Includes color and contrast
enhancement, red-eye removal, sharpen, crop, rotate, noise removal,
HDR (high dynamic range) and panorama image compositing, thumbnail
image browser, tag editing and search.

%prep
%setup -q

%build
%make CXXFLAGS="%{optflags}" LDFLAGS="%{ldflags}" PREFIX=%{_prefix}

%install
%makeinstall_std

# menu icon
install -D -m 644 %{buildroot}%{_datadir}/%{name}/icons/%{name}.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
for size in 16 24 32 48
do
install -d %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/
convert -resize ${size}x${size} %{buildroot}%{_datadir}/%{name}/icons/%{name}.png %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/%{name}.png
done

# menu entry
rm -rf %{buildroot}%{_datadir}/applications/kornelix-fotoxx.desktop

mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=%{name}
GenericName=Image Editor
Comment=Edit image files from a digital camera
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Graphics;X-MandrivaLinux-CrossDesktop;
EOF

chmod -x %{buildroot}%{_datadir}/%{name}/data/quickstart-it.html 


%files
%{_docdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_mandir}/man1/fotoxx.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 13.12-3
+ Revision: d049648
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1384 |14cr|fox1.6-1.6.47-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fox

%define libname %mklibname %{oname} 1.6 0
%define develname %mklibname %{name} -d

Summary:	The FOX C++ GUI Toolkit
Name:		fox1.6
Version:	1.6.47
Release:	2
License:	LGPLv2+
Group:		Development/C++
URL:		http://www.fox-toolkit.org
Source:		http://www.fox-toolkit.org/ftp/%{oname}-%{version}.tar.gz
Patch0:		fox-1.6.36-fix-str-fmt.patch
Patch1:		fox-1.6.43-fix-linkage.patch
BuildRequires:	bzip2-devel
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xrandr)

%description
FOX is a C++-Based Library for Graphical User Interface Development
FOX supports modern GUI features, such as Drag-and-Drop, Tooltips, Tab
Books, Tree Lists, Icons, Multiple-Document Interfaces (MDI), timers,
idle processing, automatic GUI updating, as well as OpenGL/Mesa for
3D graphics.  Subclassing of basic FOX widgets allows for easy
extension beyond the built-in widgets by application writers.

%package -n %{libname}
Summary:	The FOX C++ GUI Toolkit - Libraries
Group:		System/Libraries

%description -n %{libname}
FOX is a C++-Based Library for Graphical User Interface Development
FOX supports modern GUI features, such as Drag-and-Drop, Tooltips, Tab
Books, Tree Lists, Icons, Multiple-Document Interfaces (MDI), timers,
idle processing, automatic GUI updating, as well as OpenGL/Mesa for
3D graphics.  Subclassing of basic FOX widgets allows for easy
extension beyond the built-in widgets by application writers.

%package -n %{develname}
Summary:	FOX header files
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	fox1.6-devel = %{version}-%{release}
Provides:	libfox1.6-devel = %{version}-%{release}
Conflicts:	fox1.4-devel
Conflicts:	fox1.7-devel

%description -n %{develname}
FOX is a C++-Based Library for Graphical User Interface Development
FOX supports modern GUI features, such as Drag-and-Drop, Tooltips, Tab
Books, Tree Lists, Icons, Multiple-Document Interfaces (MDI), timers,
idle processing, automatic GUI updating, as well as OpenGL/Mesa for
3D graphics.  Subclassing of basic FOX widgets allows for easy
extension beyond the built-in widgets by application writers.

This package contains the necessary files to develop applications
with FOX.

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p0
%patch1 -p0

%build
LDFLAGS="-lfontconfig" %configure2_5x \
    --with-opengl=yes \
    --with-xft \
    --with-xcursor \
    --with-xrandr \
    --with-shape \
    --with-xshm \
    --disable-static \
    --enable-release

%make

%install
%makeinstall_std

mv %{buildroot}%{_datadir}/doc/fox-1.6/* installed-docs
%multiarch_binaries %{buildroot}%{_bindir}/fox-config

rm -rf %{buildroot}%{_prefix}/fox %{buildroot}%{_bindir}/Adie.stx \
       %{buildroot}%{_bindir}/PathFinder %{buildroot}%{_bindir}/adie \
       %{buildroot}%{_bindir}/calculator %{buildroot}%{_bindir}/shutterbug \
       %{buildroot}%{_mandir}/man1/PathFinder* %{buildroot}%{_mandir}/man1/adie* \
       %{buildroot}%{_mandir}/man1/calculator* %{buildroot}%{_mandir}/man1/shutterbug*

%files -n %{libname}
%{_libdir}/*-1.6.so.0*

%files -n %{develname}
%doc doc ADDITIONS TRACING
%doc installed-docs
%doc %{_mandir}/man1/reswrap*
%{_bindir}/reswrap
%{_bindir}/fox-config
%multiarch_bindir/fox-config
%dir %{_includedir}/fox-1.6
%{_includedir}/fox-1.6/*
%{_libdir}/pkgconfig/fox.pc
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.47-2
+ Revision: a2c6b64
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1385 |14cr|fox-1.7.39-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1.7

%define name		fox
%define version 1.7.39
%define release 3

%define libname		%mklibname %{name} %{major}
%define libnamedev	%mklibname -d %{name}

%define name_ex_apps	%{name}-example-apps

%define icon_name_calc	%{name}-calculator.png
%define icon_name_adie	%{name}-adie.png

#should fix unpacked dir/subdir....
%define _unpackaged_subdirs_terminate_build 0

#debuginfo-without-sources
%define debug_package	%{nil}

Summary:	The FOX C++ GUI Toolkit
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	LGPLv2+
Group:		Development/C++
URL:		http://www.fox-toolkit.org
Source: 	ftp://ftp.fox-toolkit.org/pub/%{name}-%{version}.tar.gz
Source1:	fox-shutterbug-16.png
Source2:	fox-shutterbug-32.png
Source3:	fox-shutterbug-48.png
Source10:	%{name}_adie_16.png
Source11:	%{name}_adie_32.png
Source12:	%{name}_adie_48.png
Source20:	%{name}_calc_16.png
Source21:	%{name}_calc_32.png
Source22:	%{name}_calc_48.png

BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glut)
BuildRequires:	cups-devel
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	jpeg-devel
BuildRequires:	freetype-devel
BuildRequires:	doxygen


%description
FOX is a C++-Based Library for Graphical User Interface Development
FOX supports modern GUI features, such as Drag-and-Drop, Tooltips, Tab
Books, Tree Lists, Icons, Multiple-Document Interfaces (MDI), timers,
idle processing, automatic GUI updating, as well as OpenGL/Mesa for
3D graphics.  Subclassing of basic FOX widgets allows for easy
extension beyond the built-in widgets by application writers.

%package -n %{name_ex_apps}
Summary:	FOX example applications
Group:		Office
Requires:	%{libname} >= %{version}

%description -n %{name_ex_apps}
Editor, file browser and calculator, written with FOX

%package -n %{libname}
Summary:	The FOX C++ GUI Toolkit - Libraries
Group:		System/Libraries

%description -n %{libname}
FOX is a C++-Based Library for Graphical User Interface Development
FOX supports modern GUI features, such as Drag-and-Drop, Tooltips, Tab
Books, Tree Lists, Icons, Multiple-Document Interfaces (MDI), timers,
idle processing, automatic GUI updating, as well as OpenGL/Mesa for
3D graphics.  Subclassing of basic FOX widgets allows for easy
extension beyond the built-in widgets by application writers.

%package -n %{libnamedev}
Summary:	FOX header files
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	libfox-devel = %version-%release
Provides:	fox%{major}-devel = %version-%release
Provides:	libfox%{major}-devel = %version-%release
Conflicts:	%mklibname -d fox 1.4
Obsoletes:	%mklibname -d fox 1.7

%description -n %{libnamedev}
FOX is a C++-Based Library for Graphical User Interface Development
FOX supports modern GUI features, such as Drag-and-Drop, Tooltips, Tab
Books, Tree Lists, Icons, Multiple-Document Interfaces (MDI), timers,
idle processing, automatic GUI updating, as well as OpenGL/Mesa for
3D graphics.  Subclassing of basic FOX widgets allows for easy
extension beyond the built-in widgets by application writers.

This package contains the necessary files to develop applications
with FOX.

%prep
%setup -q

%build
#gw the examples don't link
##define _disable_ld_no_undefined 1
%configure2_5x --with-opengl=mesa --enable-cups LIBS='-lfontconfig'
make GL_LIBS="-lGL -lGLU"

%install
rm -rf %{buildroot} installed-docs
%makeinstall_std
mv %buildroot%_datadir/doc/fox-%{major}/* installed-docs
cp -p pathfinder/PathFinder %{buildroot}/usr/bin

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-foxcalculator.desktop << EOF
[Desktop Entry]
Name=FOX Calculator
Comment=Calculator using the FOX toolkit
Exec=%{_bindir}/calculator %U
Icon=%{icon_name_calc}
Terminal=false
Type=Application
StartupNotify=true
Categories=Science;Math;
EOF
cat > %{buildroot}%{_datadir}/applications/mandriva-foxadie.desktop << EOF
[Desktop Entry]
Name=FOX Adie
Comment=A.D.I.E. - Advanced Interactive Editor using the FOX toolkit
Exec=%{_bindir}/adie %U
Icon=%{icon_name_adie}
Terminal=false
Type=Application
StartupNotify=true
Categories=TextEditor;Utility;
EOF
cat > %{buildroot}%{_datadir}/applications/mandriva-shutterbug.desktop << EOF
[Desktop Entry]
Name=FOX Shutterbug
Comment=Takes a screenshot and saves it to a file
Exec=%{_bindir}/shutterbug %U
Icon=shutterbug
Terminal=false
Type=Application
StartupNotify=true
Categories=Graphics;
EOF

install -D -m 644 %{SOURCE10} %{buildroot}%{_miconsdir}/%{icon_name_adie}
install -D -m 644 %{SOURCE11} %{buildroot}%{_iconsdir}/%{icon_name_adie}
install -D -m 644 %{SOURCE12} %{buildroot}%{_liconsdir}/%{icon_name_adie}

install -m 644 %{SOURCE20} %{buildroot}%{_miconsdir}/%{icon_name_calc}
install -m 644 %{SOURCE21} %{buildroot}%{_iconsdir}/%{icon_name_calc}
install -m 644 %{SOURCE22} %{buildroot}%{_liconsdir}/%{icon_name_calc}

install -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/shutterbug.png
install -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/shutterbug.png
install -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/shutterbug.png

rm -rf %buildroot%_prefix/fox



%files -n %{name_ex_apps}
%doc %{_mandir}/man1/ControlPanel*
%doc %{_mandir}/man1/PathFinder*
%doc %{_mandir}/man1/adie*
%doc %{_mandir}/man1/calculator*
%doc %{_mandir}/man1/shutterbug.1*
%{_bindir}/calculator
%{_bindir}/ControlPanel
%{_bindir}/PathFinder
%{_bindir}/adie
%{_bindir}/Adie.stx
%{_bindir}/shutterbug
%{_datadir}/applications/mandriva*
%{_miconsdir}/%{icon_name_adie}
%{_iconsdir}/%{icon_name_adie}
%{_liconsdir}/%{icon_name_adie}
%{_miconsdir}/%{icon_name_calc}
%{_iconsdir}/%{icon_name_calc}
%{_liconsdir}/%{icon_name_calc}
%{_miconsdir}/shutterbug.png
%{_iconsdir}/shutterbug.png
%{_liconsdir}/shutterbug.png


%files -n %{libname}
%doc LICENSE README
%{_libdir}/*%{major}.so.0*

%files -n %{libnamedev}
%doc doc ADDITIONS TRACING
%doc installed-docs
%doc %{_mandir}/man1/reswrap*
%{_bindir}/reswrap
%{_bindir}/fox-config
%dir %{_includedir}/fox-%{major}
%{_includedir}/fox-%{major}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.39-3
+ Revision: 3efef34
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1386 |14cr|fplll-4.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		fplll
%define major		0
%define libfplll	%mklibname %{name} %{major}
%define libfplll_devel	%mklibname %{name} -d

Epoch:		1
Name:		%{name}
Group:		Sciences/Mathematics
License:	LGPLv2+
Summary:	LLL-reduction of euclidean lattices
Version:	4.0.4
Release:	3
Source:		http://perso.ens-lyon.fr/damien.stehle/fplll/lib%{name}-%{version}.tar.gz
URL:		http://perso.ens-lyon.fr/damien.stehle/fplll/
BuildRequires:	gmp-devel
BuildRequires:	mpfr-devel
#Reversed (or previously applied) patch detected!
#Patch0:		%{name}-fplllv31.patch

%description
%{name}-%{version} contains several algorithms on lattices that rely on
floating-point computations. This includes implementations of the
floating-point LLL reduction algorithm, offering different
speed/guarantees ratios. It contains a 'wrapper' choosing the
estimated best sequence of variants in order to provide a guaranteed
output as fast as possible. In the case of the wrapper, the
succession of variants is oblivious to the user. It also includes
a rigorous floating-point implementation of the Kannan-Fincke-Pohst
algorithm that finds a shortest non-zero lattice vector, and the BKZ
reduction algorithm.

%package	-n %{libfplll}
Summary:	lib%{name} shared libraries
Group:		System/Libraries

%description	-n %{libfplll}
libfpll shared libraries. fplll is code that LLL-reduces euclidean lattices.

%package	-n %{libfplll_devel}
Summary:	lib%{name} libraries, includes, etc
Group:		Development/C
Requires:	%{libfplll} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}fplll3 < 3.0-7
Obsoletes:	%{_lib}fplll3 < 3.0-7

%description	-n %{libfplll_devel}
libfpll libraries, includes, etc. fplll is code that LLL-reduces
euclidean lattices.

%prep
%setup -q -n lib%{name}-%{version}
#patch0 -p1

%build
%configure2_5x --disable-static LDFLAGS="-Wl,--as-needed $RPM_LD_FLAGS"

# Eliminate hardcoded rpaths, and workaround libtool moving all -Wl options
# after the libraries to be linked
sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
    -e 's|-nostdlib|-Wl,--as-needed &|' \
    -i libtool
%make

%install
%makeinstall_std
rm %{buildroot}%{_libdir}/libfplll.la

%check
export LD_LIBRARY_PATH=$PWD/src/.libs
make check

%files
%{_bindir}/*

%files		-n %{libfplll}
%{_libdir}/libfplll.so.*

%files		-n %{libfplll_devel}
%{_includedir}/%{name}.h
%{_includedir}/%{name}
%{_libdir}/libfplll.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:4.0.4-3
+ Revision: 6711f4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1387 |14cr|fpm-0.60-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	fpm
%define	version	0.60
%define release	11

Summary:	Figaro's Password Manager
Name:		%{name}
Version:	%{version}
Release:	%{release}
Group:		Graphical desktop/GNOME
License:	GPL
Source0:	%{name}-%{version}.tar.bz2
URL:		http://fpm.sourceforge.net/
Buildrequires:	gtk+-devel 
Buildrequires:  libgnome-devel
Buildrequires:  libxml2-devel
Buildroot:	%{_tmppath}/%{name}-%{version}

%description
Figaro's Password Manager is a program that allows you to securely store the
passwords you use on the web.  Features include:
- Passwords are encrypted with the blowfish algorithm
- Copy passwords or usernames to the clipboard
- Copy passwords or usernames to the primary selection. (And paste them with a
  middle mouse button click)
- If the password is for a web site, FPM can keep track of the URLs of your
  login screens and can automatically launch your browser.  In this capacity,
  FPM acts as a kind of bookmark manager.
- Combine all three features: you can configure FPM to bring you to a web
  login screen, copy your username to the clipboard and your password to the
  primary selection, all with a single button click.
- FPM also has a passord generator that can choose passwords for you.  It
  allows you to determine how long the password should be, and what types of
  characters (lower case, upper case, numbers and symbols) should be used.
  You can even have it avoid ambiguous characters such as a capital O or the
  number zero.
         
%prep
%setup -q

%build
#./autogen.sh
CFLAGS="`xml2-config --cflags` $RPM_OPT_FLAGS" \
%configure
%make

%install
rm -rf %{buildroot}
%{makeinstall_std}

# menu

#xdg
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{name} 
Icon=other_archiving
Terminal=false
Type=Application
Categories=Utility;Archiving;
EOF


%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}/*
%_mandir/man1/*
%{_datadir}/applications/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60-11
+ Revision: 273f89a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1388 |14cr|frame-2.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Buildup and synchronization of simultaneous touches
Name:		frame
Version:	2.5.0
Release:	2
License:	GPLv3+
Group:		Development/Other
Url:		https://launchpad.net/frame
Source0:	https://launchpad.net/frame/trunk/utouch-%{name}-%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	asciidoc
BuildRequires:	pkgconfig(evemu)
BuildRequires:	pkgconfig(mtdev)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xorg-server)
Requires:	evemu

%description
Frame handles the buildup and synchronization of a set of simultaneous touches.

%files
%doc COPYING
%{_bindir}/frame-test-x11
%{_mandir}/man1/frame-test-x11.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Frame shared library Package
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically linked
with Frame.

%files -n %{libname}
%{_libdir}/libframe.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Frame development package
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}frame6 < 2.5.0

%description -n %{devname}
This package provides headers files for Frame development.

%files -n %{devname}
%{_includedir}/oif/*.h
%{_libdir}/libframe.so
%{_libdir}/pkgconfig/frame.pc
%{_libdir}/pkgconfig/frame-x11.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.0-2
+ Revision: dcfcccf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1389 |14cr|fred-0.1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple action game: save Fred from a plummeting death!
Name:		fred
Version:	0.1.1
Release:	9
# Upstream source includes arial.ttf. Which is, um, copyright
# Microsoft. That's not smart. This source is upstream's tarball
# with arial.ttf and the (likely also copyright someone) grease.ttf
# removed. - AdamW 2008/02
Source0:	http://www.enormousplow.com/projects/fred/%{name}-%{version}-fontclean.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		fred-0.1.1-no-windows.patch
# Fix an error in a header file that breaks build - AdamW 2008/02
Patch1:		fred-0.1.1-build.patch
# Use DejaVu instead of arial.ttf and grease.ttf - AdamW 2008/02
Patch2:		fred-0.1.1-font.patch
License:	GPL+
URL:		http://www.enormousplow.com/projects/fred/
Group:		Games/Arcade
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	SDL_image-devel
BuildRequires:	zlib-devel
BuildRequires:	SDL_ttf-devel
Requires:	fonts-ttf-dejavu

%description
Free Fallin' Fred is a very simple clicking game.
You see the airplane going across the screen and after a while, Fred jumps.
You click on Fred to open his chute.
If you fail to open the chute in time, poor Fred will be dead.
Don't let Fred die. 

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1 -b .build
%patch2 -p1 -b .fonts

%build
rm -f install-sh
autoreconf -i
perl -pi -e 's!DATADIR = "/usr/local/share/games/fred/data/";!DATADIR = "%{_gamesdatadir}/%{name}/data/";!g' src/fred.cpp
%configure2_5x --bindir=%{_gamesbindir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}		  
Icon=%{name}		  		  
Categories=Game;ArcadeGame;		  
Name=Fred 
Comment=Simple action game: save Fred from a plummeting death
EOF

%{__install} -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{__install} -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{__install} -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%if %mdkversion < 200900
%post
%{update_menus}
%{update_icon_cache hicolor}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_icon_cache hicolor}
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(755,root,root,755)
%{_gamesbindir}/%{name}
%defattr(644,root,root,755)
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%{_mandir}/man6/fred.6*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%doc AUTHORS ChangeLog INSTALL NEWS README TODO




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-9
+ Revision: 866d62b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1390 |14cr|freebirth-0.3.2-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	freebirth
%define version	0.3.2
%define release	19
%define	Summary	Bass synth/sequencer/sample player for linux

Summary:	%{Summary}
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch1:		freebirth-0.3.2-debian-fixes.patch
Patch2:		freebirth-0.3.2-mdv-fix-str-fmt.patch
URL:		http://www.bitmechanic.com/projects/freebirth/
License:	GPLv2+ 
Group:		Sound
BuildRequires:	gtk+2-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Freebirth is a free software bass synthesizer / step sequencer
 / sample player. The bass synthesizer is vaguely 303ish but
also has other capabilities such as 

 - Three oscillators (saw, sin, sqr)
 - Phase offsets for each oscillator
 - Separate filter and amplitude envelopes
 - Separate tuning for each oscillator
 - Two effects busses (reverb and delay).

%prep
%setup -q
%patch1 -p0
%patch2 -p1 -b .strfmt

%build
%setup_compile_flags
%make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/freebirth/raw/
install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}
install -m755 wav_to_raw -D %{buildroot}%{_bindir}/wav_to_raw
install -m644 raw/*.raw %{buildroot}%{_datadir}/freebirth/raw/

#menu item

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{Summary}
Exec=%{name} 
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;
EOF


install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES INSTALL NEXT_VERSION README
%{_bindir}/*
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/raw
%{_datadir}/%{name}/raw/*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-19
+ Revision: 020066f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1391 |14cr|freecad-0.13.1830-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	FreeCAD is a general purpose 3D CAD modeler
Name:		freecad
Version:	0.13.1830
Release:	3
License:	GPL and LGPL
Group: 		Graphics
Url:		http://free-cad.sourceforge.net/
Source0:	http://dfn.dl.sourceforge.net/sourceforge/free-cad/freecad-%{version}.tar.gz
Source1:	freecad.desktop
Source2:	freecad.1
Source3:	%{name}.rpmlintrc
# Patch to build with non-backward compatible change in QT4.
Patch1:         freecad-0.13-qt4_cmake.patch

BuildRequires:	cmake
BuildRequires:	eigen3
BuildRequires:	gcc-gfortran
BuildRequires:	python-matplotlib
BuildRequires:	boost-devel
BuildRequires:	opencascade-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(SoQt)
BuildRequires:	pkgconfig(Coin)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(ode)
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(xerces-c)

%description
FreeCAD will be a general purpose 3D CAD modeler.

The development will be completely Open Source. As with many modern 3D CAD
modelers it will have a 2D component in order to extract design detail from
the 3D model to create 2D production drawings, although 2D (e.g. AutoCAD LT)
is not the focus, neither are animation and organic shapes (e.g. Maya,
3D StudioMAX and Cinema 4D).

%files
%doc ChangeLog.txt copying.lib data/License.txt build/doc/*
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_libdir}/%{name}/bin/
%{_libdir}/%{name}/lib/
%{_libdir}/%{name}/Mod/
%{_datadir}/%{name}/
%{_mandir}/man1/*.1*

#----------------------------------------------------------------------------

%package devel
Summary:	Devel package for %{name}
Requires:	%{name} = %{version}
Group:		Development/C++

%description devel
Development files for FreeCAD.

%files devel
%{_libdir}/%{name}/include/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%define Werror_cflags %nil
%cmake_qt4 \
	-DCMAKE_INSTALL_PREFIX=%{_libdir}/%{name} \
	-DCMAKE_INSTALL_DATADIR=%{_datadir}/%{name} \
	-DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \
	-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \
	-DRESOURCEDIR=%{_libdir}/freecad
%make

%install
%makeinstall_std -C build

# Symlink binaries to /usr/bin
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
ln -s ../%{_lib}/freecad/bin/FreeCAD .
ln -s ../%{_lib}/freecad/bin/FreeCADCmd .
popd

# Install desktop file
desktop-file-install \
    --dir=%{buildroot}%{_datadir}/applications  %{SOURCE1}

sed -i 's,@lib@,%{_lib},g' %{buildroot}%{_datadir}/applications/%{name}.desktop

# Install desktop icon
install -pD -m 0644 src/Gui/Icons/%{name}.svg \
    %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

# Install man page
install -pD -m 0644 %{SOURCE2} \
    %{buildroot}%{_mandir}/man1/%{name}.1

# Symlink manpage to other binary names
pushd %{buildroot}%{_mandir}/man1
ln -sf %{name}.1.gz FreeCAD.1.gz.
ln -sf %{name}.1.gz FreeCADCmd.1.gz
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13.1830-3
+ Revision: 899f8cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1392 |14cr|freecell-solver-3.16.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define basen freecell-solver
%define libname_orig lib%{basen}
%define major 0
%define libname %mklibname %{basen} %{major}
%define develname %mklibname %{basen} -d
%define staticname %mklibname %{basen} -d -s
%define debug_package	%{nil}

Name: %{basen}
Version: 3.16.0
Release: 2
License: MIT
Group: Games/Cards
Source: http://download.berlios.de/fc-solve/%{name}-%{version}.tar.bz2
Buildroot: %{_tmppath}/freecell-solver-root
URL: http://fc-solve.berlios.de/
Requires: %{libname} = %{PACKAGE_VERSION}
Summary: The Freecell Solver Executable
BuildRequires: cmake

%description
The Freecell Solver package contains the fc-solve executable which is
a command-line program that can be used to solve games of Freecell and
similar card solitaire variants.

This package also contains command line executables to generate the initial
boards of several popular Freecell implementations.

%files
%_bindir/fc-solve
%_bindir/freecell-solver-fc-pro-range-solve
%_bindir/freecell-solver-multi-thread-solve
%_bindir/freecell-solver-range-parallel-solve
%_bindir/make-aisleriot-freecell-board
%_bindir/make-gnome-freecell-board
%_bindir/make_pysol_freecell_board.py
%_bindir/pi-make-microsoft-freecell-board
%_datadir/freecell-solver
%{_mandir}/*/*
%{_docdir}/*

######################

%package -n %{libname}
Summary: The Freecell Solver dynamic libraries for solving Freecell games
Group: Games/Cards

%description -n %{libname}
Contains the Freecell Solver libraries that are used by some programs to solve
games of Freecell and similar variants of card solitaire.

This package is mandatory for the Freecell Solver executable too.

%files -n %{libname}
%{_libdir}/libfreecell-solver.so.%{major}.*
%{_libdir}/libfreecell-solver.so.%{major}

#######################

%package -n %{develname}
Summary: The Freecell Solver development tools for solving Freecell games
Group: Games/Cards
Requires: %{libname} = %{PACKAGE_VERSION}

%description -n %{develname}
Freecell Solver is a library for automatically solving boards of Freecell and
similar variants of card Solitaire. This package contains the header files and 
static libraries necessary for developing programs using Freecell Solver.

You should install it if you are a game developer who would like to use 
Freecell Solver from within your programs.

%files -n %{develname}
%_includedir/freecell-solver/*.h
%_bindir/freecell-solver-config
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libfreecell-solver.so

#######################

%package -n %{staticname}
Summary: The Freecell Solver static libraries
Group: Games/Cards
Requires: %{develname} = %{PACKAGE_VERSION}

%description -n %{staticname}
Freecell Solver is a library for automatically solving boards of Freecell and
similar variants of card Solitaire. This package contains the static libraries.

It is not generally required.

%files -n %{staticname}
%{_libdir}/libfreecell-solver.a

########################

%prep
%setup -q
# This is a hack that is meant to make sure the README of the board
# generation programs resides inside the board_gen sub-dir of the 
# documentation directory.
cd board_gen
mkdir doc
cd doc
mkdir board_gen
cd board_gen
cp ../../README .


%build
# limits are suggested by the PySolFC

%cmake -DLOCALE_INSTALL_DIR=%{_datadir}/locale \
	-DLIB_INSTALL_DIR=%{_libdir} \
	-DMAX_NUM_FREECELLS=8 \
	-DMAX_NUM_STACKS=20 \
	-DMAX_NUM_INITIAL_CARDS_IN_A_STACK=60
%make

%install
cd build
%{makeinstall_std}

rm -f  %{buildroot}%{_bindir}/make-microsoft-freecell-board




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.16.0-2
+ Revision: 743d4ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1393 |14cr|freeciv-2.4.0-0.beta1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta beta1

Name:		freeciv
Version:	2.4.0
%if "%beta" != ""
Release:	0.%beta.1
Source0:	http://download.gna.org/freeciv/beta/freeciv-%version-%beta.tar.bz2
%else
Release:	2
Source0:	http://download.gna.org/freeciv/stable/freeciv-%version.tar.gz
%endif
Summary:	CIVilization clone
License:	GPLv2+
Group:		Games/Strategy
URL:		http://www.freeciv.org/
Source1:	%{name}.server.wrapper
Source2:	stdsounds3.tar.gz
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	readline-devel
BuildRequires:	desktop-file-utils
BuildRequires:	ggz-gtk-client-devel
BuildRequires:	libstdc++-static-devel
Requires(post):	ggz-client-libs
Requires(preun): ggz-client-libs

%description
Freeciv is a multiplayer strategy game, released under the GNU General
Public License. It is generally comparable with Civilization II(r),
published by Microprose(r).

Default configuration uses the Civilization II(r) style Isometric view. If
you prefer classic Civilization(r) 2-d view, invoke the client with
"civclient --tiles trident".

%package	data
Group:		Games/Strategy
Summary:	FREE CIVilization clone - data files
Requires:	%{name}-server = %{version}
BuildArch:	noarch

%description	data
Freeciv is a multiplayer strategy game, released under the GNU General
Public License. It is generally comparable with Civilization II(r),
published by Microprose(r).

Default configuration uses the Civilization II(r) style Isometric view. If
you prefer classic Civilization(r) 2-d view, invoke the client with
"civclient --tiles trident".

%package	client
Group:		Games/Strategy
Summary:	FREE CIVilization clone - client
Provides:	%{name} = %{version}-%{release}
Requires:	%{name}-data = %{version}
Requires:	%{name}-server = %{version}
Obsoletes:	%{name}-client < %{version}-%{release}
Requires(post):	ggz-client-libs
Requires(preun): ggz-client-libs

%description	client
This is the graphical client for freeciv

%package	server
Group:		Games/Strategy
Summary:	FREE CIVilization clone - server
Provides:	%{name} = %{version}-%{release}
Requires:	%{name}-data = %{version}
Requires(post):	ggz-client-libs
Requires(preun): ggz-client-libs

%description	server
This is the server for freeciv.

%prep
%if "%beta" != ""
%setup -q -n %name-%version-%beta
%else
%setup -q
%endif

%build
#locales are not in %{_gamesdatadir}
export localedir=%{_datadir}/locale

%configure2_5x \
    --bindir=%{_gamesbindir} \
    --datadir=%{_gamesdatadir} \
    --enable-client=gtk-2.0
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std localedir=%{_datadir}/locale

tar -xvf %{SOURCE2} -C %{buildroot}%{_gamesdatadir}/%{name}

# wrapper
%__mv %{buildroot}%{_gamesbindir}/freeciv-server %{buildroot}%{_gamesbindir}/civserver.real
%__install -m 755 %{SOURCE1} %{buildroot}%{_gamesbindir}/freeciv-server

# fix icons locations
%__mv %{buildroot}%{_gamesdatadir}/icons %{buildroot}%{_datadir}/icons

# menu entry
desktop-file-install --vendor="" \
			--remove-category="Application" \
			--remove-category="GNOME" \
			--remove-category="Strategy" \
			--add-category="GTK" \
			--add-category="StrategyGame" \
			--dir %{buildroot}%{_datadir}/applications \
            %{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name}

# omit ggz.modules, to register at install, not build, time.
%__rm %{buildroot}%{_sysconfdir}/ggz.modules
# include .dsc files
%__mkdir_p %{buildroot}%{_datadir}/ggz
%__install -p -D -m644 data/civclient.dsc %{buildroot}%{_datadir}/ggz/civclient.dsc
%__install -p -D -m644 data/civclient.dsc %{buildroot}%{_datadir}/ggz/civserver.dsc 

#remove unneeded
# The Qt one will be useful as soon as the Qt client becomes more than a
# stub -- probably by 2.5.x
%__rm -f %{buildroot}%{_libdir}/*a
%__rm -f %{buildroot}%{_mandir}/man6/*ftwl*
%__rm -f %{buildroot}%{_mandir}/man6/*gtk3*
%__rm -f %{buildroot}%{_mandir}/man6/*qt*
%__rm -f %{buildroot}%{_mandir}/man6/*sdl*
%__rm -f %{buildroot}%{_mandir}/man6/*win32*
%__rm -f %{buildroot}%{_mandir}/man6/*xaw*

%clean
%__rm -rf %{buildroot}

%post client
%{_bindir}/ggz-config --install --force --modfile=%{_datadir}/ggz/civclient.dsc || :

%preun client
if [ $1 -eq 0 ]; then
   %{_bindir}/ggz-config --remove --modfile=%{_datadir}/ggz/civclient.dsc || :
fi

%post server
%{_bindir}/ggz-config --install --force --modfile=%{_datadir}/ggz/civserver.dsc || :

%preun server
if [ $1 -eq 0 ]; then
  %{_bindir}/ggz-config --remove --modfile=%{_datadir}/ggz/civserver.dsc || :
fi

%files -f %{name}.lang data
%doc AUTHORS doc/BUGS doc/HOWTOPLAY NEWS doc/README doc/README.AI doc/README.graphics doc/README.rulesets doc/README.sound doc/HACKING
%{_gamesdatadir}/%{name}

%files client
%{_gamesbindir}/freeciv-gtk2
%{_gamesbindir}/freeciv-manual
%{_gamesbindir}/freeciv-modpack
%{_mandir}/man6/freeciv-client.6*
%{_mandir}/man6/freeciv-gtk2.6*
%{_mandir}/man6/freeciv-modpack*
%{_datadir}/applications/freeciv.desktop
%{_datadir}/applications/freeciv-modpack.desktop
%{_datadir}/pixmaps/freeciv-client.png
%{_iconsdir}/hicolor/*/apps/freeciv-modpack.png
%{_iconsdir}/hicolor/*/apps/freeciv-client.png
%{_datadir}/ggz/civclient.dsc

%files server
%{_gamesbindir}/civserver.real
%{_gamesbindir}/freeciv-server
%{_mandir}/man6/freeciv-server.6*
%{_datadir}/applications/freeciv-server.desktop
%{_iconsdir}/hicolor/*/apps/freeciv-server.png
%{_datadir}/ggz/civserver.dsc
%_sysconfdir/freeciv



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.0-0.beta1.1
+ Revision: 543ce5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1394 |14cr|freedoom-0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	freedoom
%define version 0.7
%define release 2
%define distname %{name}-iwad-%{version}

Summary:	Complete independent Doom game
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://prdownloads.sourceforge.net/freedoom/%{distname}.zip
License:	GPLv2
Group:		Games/Arcade
Url:		http://freedoom.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Provides:	doom-iwad

%description
Freedoom is a project to create a complete, free Doom IWAD
file. Combined with the GPLed Doom source code, it will create a
completely free Doom-based game.

To play it, a game engine such as prboom is required.

In order to play it with prboom, install prboom and type:

$ prboom -iwad /usr/share/games/doom/freedoom.wad

%prep
%setup -q -n %{distname}

%build

%install
rm -rf %{buildroot}
install -D doom2.wad %{buildroot}%{_gamesdatadir}/doom/%{name}.wad

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CREDITS ChangeLog NEWS README
%{_gamesdatadir}/doom/%{name}.wad





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-2
+ Revision: ed770fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1395 |14cr|freedroid-1.0.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	freedroid
%define	version	1.0.2
%define release 12
%define	Summary	Clone of the C64 Game Paradroid

Summary:	%{Summary}
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Source1:	http://freedroid.sourceforge.net/Freedroid_Manual.ps.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch:		freedroid-1.0.2-vorbis.patch.bz2
Patch1:		freedroid-1.0.2-format-strings.patch
License:	GPLv2+
Group:		Games/Arcade
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		http://freedroid.sourceforge.net/
BuildRequires:	SDL_mixer-devel SDL_image-devel jpeg-devel png-devel
BuildRequires:	libvorbis-devel

%description
This is a clone of the classic game "Paradroid" on Commodore 64
with some improvements and extensions to the classic version.

In this game, you control a robot, depicted by a small white ball with
a few numbers within an interstellar spaceship consisting of several
decks connected by elevators.

The aim of the game is to destroy all enemy robots, depicted by small
black balls with a few numbers, by either shooting them or seizing
control over them by creating connections in a short subgame of
electric circuits.

%prep
%setup -q
%patch -p1
%patch1 -p1
%{__cp} %SOURCE1 .
autoconf

%build
%configure2_5x --bindir=%_gamesbindir --datadir=%_gamesdatadir
%make CC="%{__cc} $RPM_OPT_FLAGS"

%install
%{__rm} -rf $RPM_BUILD_ROOT
%makeinstall_std transform=""
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Freedroid
Comment=%Summary
Exec=%_gamesbindir/%name
Icon=%name
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF

%{__install} -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
%{__install} -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
%{__install} -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%{__rm} -rf $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}/mac-osx

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog NEWS TODO Freedroid_Manual.ps.bz2
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_mandir}/man6/%{name}.6*
%_datadir/applications/mandriva*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-12
+ Revision: 0eac00e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1396 |14cr|freedroidrpg-0.15.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	freedroidRPG

Summary:	Summary A Diablo clone with the Tux as hero in a world of rampaging robots
Name:		freedroidrpg
Version:	0.15.1
Release:	4
Group:		Games/Adventure
License:	GPLv2
URL:		http://freedroid.sourceforge.net/
Source0:	http://garr.dl.sourceforge.net/project/freedroid/freedroidRPG/freedroidRPG-0.15/%{oname}-%{version}.tar.gz
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		freedroidrpg-0.13-string-format.patch
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	gtk+-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	gettext-devel

%rename	%{oname}

%description
FreeDroidRPG is a free isometric RPG game inspired by elements of Diablo and
Fallout. Originally based on FreeDroid Classic, this project now has vastly
deviated from its parent.

This game tells the story of a world destroyed by a conflict between the bots
and their human masters. Play as Tux in a quest to save the world from the
murderous
rebel bots who know no mercy. You get to choose which path you wish to follow,
and
freedom of choice is everywhere in the game.

FreeDroidRPG features a complete real time combat system with me-lee and ranged
weapons, fairly similar to the proprietary game Diablo. There also is an 
innovative system of magic, with features such as forced casting and over 20
spells.
You can use over 50 different kinds of items and fight countless enemies on
your way to your destiny.

We have an advanced dialog system, which aims at being at least on par with
Fallout's. The dialogs in the game represent a large part of the game-play.
Finally, if guns are too inaccurate and blades too messy, you can always take
over your enemies and have them fight on your side."

%prep
%setup -q
# %patch0 -p1 -b .strfmt
rm -rf `find -name .xvpics`

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}
make clean
%make

%install
%makeinstall_std

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=FreedroidRPG
Comment=%{Summary}
Exec=%{_gamesbindir}/%{oname}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;AdventureGame;
EOF

install %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

# fix attr
chmod +x %{buildroot}%{_gamesdatadir}/freedroidrpg/sound/speak.py

%files -n %{name}
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
%{_datadir}/applications/mandriva*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%dir %{_gamesdatadir}/%{name}
%dir %{_gamesdatadir}/%{name}/sound
%{_gamesdatadir}/%{name}/sound/*
%{_gamesdatadir}/%{name}/graphics
%{_gamesdatadir}/%{name}/map
%{_gamesdatadir}/%{name}/dialogs
%{_mandir}/man6/freedroidRPG.6.*
%attr(755,root,root) %{_gamesbindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15.1-4
+ Revision: 6985890
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1397 |14cr|freedups-0.6.14-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	freedups
%define	version	0.6.14
%define release	7

Summary:	Hardlinks identical files to save space
Name:		%{name}	
Version:	%{version}
Release:	%{release}	
License:	GPL
Group:		File tools
URL:		http://www.stearns.org/freedups/
Source:		http://www.stearns.org/freedups/%{name}-%{version}.tar.bz2
Buildarch:	noarch
BuildRoot:	%{_tmppath}/%{name}--buildroot

%description
Freedups hardlinks identical files to save space.  For files that are
generally read from and not written to, this can provide a 
significant space savings with no performance degredation.  In fact,
in a small number of cases, this can speed up the system.


%prep
%setup

%install
rm -rf $RPM_BUILD_ROOT

install -d $RPM_BUILD_ROOT%{_bindir}
install -m755 %{name}.pl $RPM_BUILD_ROOT%{_bindir}/%{name}

						
%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README ChangeLog
%{_bindir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.14-7
+ Revision: 4dbb97e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1398 |14cr|freefilesync-5.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec is baed on Alberto Altieri's work in MIB

%define		oname FreeFileSync

Name:		freefilesync
Version:	5.9
Release:	3
Summary:	A free file sync tool
Group:		Networking/File transfer
License:	GPLv3
Url:		http://sourceforge.net/projects/freefilesync/
Source0:	http://ignum.dl.sourceforge.net/project/freefilesync/freefilesync/v%{version}/%{oname}_%{version}_source.zip
Source1:	%{oname}.desktop
BuildRequires:	gtkmm2.4-devel
BuildRequires:	wxgtku2.8-devel >= 2.8.11
BuildRequires:	boost-devel >= 1.42.0

%description
FreeFileSync is a folder comparison and synchronization tool.

%prep
%setup -q -c %{name}-%{version}

%build
%make

%install
%makeinstall_std
%__install -Dm644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{oname}.desktop
%__sed -i 's/\r//' BUILD/Changelog.txt
%__sed -i 's/\r//' BUILD/License.txt

%__rm -rf %{buildroot}%{_docdir}/%{oname}

%files
%doc BUILD/Changelog.txt BUILD/License.txt
%{_bindir}/%{oname}
%dir %{_datadir}/%{oname}
%{_datadir}/%{oname}/*
%{_datadir}/applications/%{oname}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.9-3
+ Revision: 13238b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1399 |14cr|freego-4.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Easier access to your personal data on free.fr
Name:		freego
Version:	4.5
Release:	3
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.freego.fr/
Source0:	http://www.freego.fr/logiciel/linux/FreeGo%{version}.zip
Patch0:		freego-4-prefix.patch
Patch1:		freego-4-desktopfile.patch
Patch2:		freego-4-gcc45.patch
BuildRequires:	qt4-devel
Requires:	vlc

%description
FreeGo makes it easier to access your personal data on the french ISP Free.

%files
%doc *.pdf
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*.png

#----------------------------------------------------------------------------

%prep
%setup -q -c Freego%{version}
%patch0 -p0 -b .prefix
%patch1 -p0 -b .desktopfile
%patch2 -p0 -b .gcc

%build
%qmake_qt4
%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}
install -p -m 755 -D FreeGo %{buildroot}%{_bindir}/FreeGo

desktop-file-install  \
	--dir %{buildroot}%{_datadir}/applications\
	--delete-original\
	%{buildroot}%{_datadir}/applications/*.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.5-3
+ Revision: 312a173
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1400 |14cr|freehdl-0.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Free HDL simulator
Name:		freehdl
Version:	0.0.7
Release:	4
License:	GPL
Group:		Sciences/Other
URL:		http://freehdl.seul.org/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libtool

%description
A project to develop a free, open source, GPL'ed VHDL simulator for Linux.

%files
%doc AUTHORS COPYING HACKING INSTALL NEWS README README.AIRE README.gen-nodes README.libraries README.v2cc README.vaul
%{_bindir}/freehdl-gennodes
%{_bindir}/freehdl-v2cc
%{_bindir}/gvhdl
%{_datadir}/%{name}
%{_infodir}/fire.info.*
%{_mandir}/man?/*

#----------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared libraries for %{name}.

%files -n %{libname}
%{_libdir}/freehdl/libieee.so.%{major}*
%{_libdir}/libfreehdl-cdfggen.so.%{major}*
%{_libdir}/libfreehdl-fire.so.%{major}*
%{_libdir}/libfreehdl-kernel.so.%{major}*
%{_libdir}/libfreehdl-std.so.%{major}*
%{_libdir}/libfreehdl-vaul.so.%{major}*

#----------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_bindir}/freehdl-config
%{_includedir}/%{name}
%{_libdir}/freehdl/libieee.so
%{_libdir}/libfreehdl-cdfggen.so
%{_libdir}/libfreehdl-fire.so
%{_libdir}/libfreehdl-kernel.so
%{_libdir}/libfreehdl-std.so
%{_libdir}/libfreehdl-vaul.so
%{_libdir}/freehdl/libieee.a
%{_libdir}/libfreehdl-cdfggen.a
%{_libdir}/libfreehdl-fire.a
%{_libdir}/libfreehdl-kernel.a
%{_libdir}/libfreehdl-std.a
%{_libdir}/libfreehdl-vaul.a
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------

%prep
%setup -q
autoreconf -fi

%build
%configure --with-gnu-ld --with-pic
%make

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.7-4
+ Revision: e38d030
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1401 |14cr|freelords-0.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A Linux clone of the old DOS game WarLords
Name:		freelords
Version:	0.0.3
Release:	3
License:	GPLv2+
Group:		Games/Strategy
Source0:	http://switch.dl.sourceforge.net/project/freelords/Java%20Freelords/%{version}/freelords-%{version}_src.tar.gz2
URL:		http://sourceforge.net/projects/freelords/
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	ant
BuildRequires:	xml-commons-jaxp-1.3-apis
BuildRequires:	xalan-j2 xerces-j2
BuildArch:	noarch

%description
FreeLords is a turn-based strategy game similar to Warlords. 
It can be played with friends on one computer or via a network.

%prep
%setup -q

%build 
ant build

%install
ant deploy

# No need to support M$ crap
rm -f deploy/*.bat

mkdir -p %{buildroot}%{_datadir}/games/%{name}
cp -a deploy/* %{buildroot}%{_datadir}/games/%{name}

mkdir -p %{buildroot}%{_bindir}
for i in client server; do
	cat >%{buildroot}%{_bindir}/%{name}-$i <<EOF
#!/bin/sh
cd %{_datadir}/games/%{name}
exec $i.sh "$@"
EOF
done
chmod 0755 %{buildroot}%{_bindir}/*

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=FreeLords
Name[ru]=FreeLords
Comment=A Linux clone of the old DOS game WarLords
Comment[ru]=Клон игры WarLords
Exec=%{_bindir}/%{name}-client
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;StrategyGame;
EOF

%files
%{_bindir}/*
%{_datadir}/games/%{name}
%{_datadir}/applications/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-3
+ Revision: eff07e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1402 |14cr|freemarker-2.3.10-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           freemarker
Version:        2.3.10
Release:        11
Summary:        FreeMarker template engine - a generic tool to generate text output
License:        BSD
Group:          Development/Java
Url:            http://freemarker.org/
BuildArch:      noarch
Source0:        %{name}-%{version}.tar.gz
Patch0:         build.patch
BuildRequires:  java-rpmbuild
BuildRequires:  ant
BuildRequires:  java-devel >= 1.6
BuildRequires:  java >= 1.6
Requires:       java >= 1.6

%description
FreeMarker is a "template engine"; a generic tool to generate text output 
(anything from HTML to autogenerated source code) based on templates. 
It's a Java package, a class library for Java programmers. 
It's not an application for end-users in itself, but something that 
programmers can embed into their products.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:        %{name} = %{version}-%{release}
%description    javadoc
FreeMarker is a "template engine"; a generic tool to generate text output 
(anything from HTML to autogenerated source code) based on templates. 
It's a Java package, a class library for Java programmers. 
It's not an application for end-users in itself, but something that 
programmers can embed into their products.

%prep
%setup -q
%remove_java_binaries
%patch0 -p0 -b .sav

#
# XXX: This package contains just core of freemarker. This is enough for
# NetBeans integration, that is why it removes certain extensions. In case
# of need, feel free to modify this script to compile these extensions correctly.
#
%{__rm} -rf src/freemarker/ext/jython/
%{__rm} -rf src/freemarker/ext/xml/
%{__rm} -rf src/freemarker/ext/jsp/
%{__rm} -rf src/freemarker/ext/servlet/
%{__rm} src/freemarker/cache/WebappTemplateLoader.java

%build
ant -f build.xml jar javadoc

%install
install -m644 lib/%{name}.jar -D %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -r build/api %{buildroot}%{_javadocdir}/%{name}-%{version}

%create_jar_links


%postun

%defattr(644,root,root,755)
%{_javadir}/%{name}.jar
%ghost %{_javadir}/%{name}-%{version}.jar

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files javadoc
%defattr(644,root,root,755)
%{_javadocdir}/%{name}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.10-11
+ Revision: 399cc88
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1403 |14cr|freemedforms-0.7.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define Werror_cflags	%nil

# There are a lot of internal libs in this package...
%define __noautoprov 'lib.*'
%define __noautoreq 'lib(A.*|C.*|D.*|E.*|F.*|I.*|L.*|M.*|P.*|T.*|U.*|Z.*)'

Name:		freemedforms
Version:	0.7.6
Release:	4
License:	GPLv3+
Summary:	Electronical Medical Record
Url:		http://www.freemedforms.com
Group:		Office
Source0:	http://freemedforms.googlecode.com/files/freemedformsfullsources-%{version}.tgz
Patch0:		freemedforms-0.7.3-mdv-use_system_quazip.patch
BuildRequires:	doxygen
BuildRequires:	qt4-devel >= 4.6.2
#BuildRequires:	quazip-devel
BuildRequires:	qt4-database-plugin-sqlite
BuildRequires:	dos2unix
Requires:	qt4-database-plugin-sqlite
Suggests:	%{name}-doc = %{version}

%description
FreeMedForms is a multi-user, Open EMR (electronic medical record) manager.
It is free and open source. The main objective of FreeMedForms is to create
a highly dynamic EMR manager where patient files are defined by a set of XML
scripted files. Interoperability and internationalization are main objectives
too.

FreeMedForms is intended to be used:

* in general medical practice (unique doctor office, groups),
* in small clinics and hospitals,
* in clinical research groups.

%package common
Summary:		Common libraries for FreeMedForms and its derivatives

%description common
This package contains common libraries used by FreeMedForms and its derivatives
including FreeDiams.

%package -n freediams
Summary:	Standalone prescriber
Requires:	%{name}-common = %{version}
Suggests:	freediams-doc = %{version}

%description -n freediams
FreeDiams prescriber is the result of FreeMedForms prescriber plugins built
into a standalone application. FreeDiams is a multi-platform (MacOS, Linux,
FreeBSD, Windows), free and open source released under the GPLv3 license.

It is mainly developed by medical doctors and is intended for use by these same
professionals. It can be used alone to prescribe and / or test drug
interactions within a prescription. It can be linked to any application thanks
to its command line parameters.

FreeDiams can manage multiple drugs databases. Some drugs databases are already
available:

* French (sources: AFSSAPS)
* Canadian (sources: HCDPD)
* USA (sources: FDA)
* South African (sources: AEPI)

The interactions database (source: AFSSAPS) give access to many informations:

* interactions by themselves
* risk level
* nature of the risk
* management of the interaction

%package devel
Summary:	Development files for FreeMedForms
Group:		Development/C++
Requires:	%{name} = %{version}

%description devel
FreeMedForms is a free, open source, multiplatform medical forms manager.
It can be used for clinical research and patient database management.

%package doc-en
Summary:	English documentation for FreeMedForms
Requires:	locales-en
Provides:	%{name}-doc = %{EVRD}

%description doc-en
FreeMedForms documentation in English.

%package doc-fr
Summary:	French documentation for FreeMedForms
Requires:	locales-fr
Provides:	%{name}-doc = %{EVRD}

%description doc-fr
FreeMedForms documentation in French.

%package -n freediams-doc-en
Summary:	English documentation for FreeDiams
Requires:	locales-en
Provides:	freediams-doc = %{EVRD}

%description -n freediams-doc-en
FreeDiams documentation in English.

%package -n freediams-doc-fr
Summary:	French documentation for FreeDiams
Requires:	locales-fr
Provides:	freediams-doc = %{EVRD}

%description -n freediams-doc-fr
FreeDiams documentation in French.

%prep
%setup -q -n %{name}-%{version}
#patch0 -p1
dos2unix *.txt

%build
lrelease global_resources/translations/*.ts

pushd freemedforms
%qmake_qt4 -r -config release "CONFIG+=LINUX_INTEGRATED" INSTALL_ROOT_PATH="%{_prefix}" LIBRARY_BASENAME="%{_lib}" LOWERED_APPNAME="%{name}" %{name}.pro
%make
popd

pushd freediams
%qmake_qt4 -r -config release "CONFIG+=LINUX_INTEGRATED" INSTALL_ROOT_PATH="%{_prefix}" LIBRARY_BASENAME="%{_lib}" LOWERED_APPNAME="freediams" freediams.pro
%make
popd


%install
pushd freemedforms
%makeinstall_std INSTALL_ROOT=%{buildroot}
popd

pushd freediams
%makeinstall_std INSTALL_ROOT=%{buildroot}
popd

%__install -D -m 644 global_resources/pixmap/svg/freemedforms.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/freemedforms.svg
%__install -D -m 644 global_resources/pixmap/svg/freediams.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/freediams.svg
find %{buildroot}%{_datadir} -perm 666 -name "*png" -exec chmod 644 {} \;

# files for the doc package
%__install -d %{buildroot}%{_docdir}/%{name}
%__mv %{buildroot}%{_docdir}/freemedforms-project/freemedforms/ %{buildroot}%{_docdir}/
%__mv %{buildroot}%{_docdir}/freemedforms-project/freediams/ %{buildroot}%{_docdir}/
%__rm -rf %{buildroot}%{_docdir}/freemedforms-project/

%files
%defattr(-,root,root,755)
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%{_libdir}/%{name}/*.so
%{_libdir}/%{name}/*.pluginspec
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
%{_datadir}/%{name}
%doc COPYING.txt README.txt
%exclude %{_docdir}/%{name}/en
%exclude %{_docdir}/%{name}/fr

%files doc-en
%defattr(-,root,root,755)
%{_docdir}/%{name}/en

%files doc-fr
%defattr(-,root,root,755)
%{_docdir}/%{name}/fr

%files devel
%defattr(-,root,root,755)
%{_libdir}/%{name}-common/*.so

%files common
%defattr(-,root,root,755)
%{_libdir}/%{name}-common/*.so.*

%files -n freediams
%defattr(-,root,root,755)
%{_bindir}/freediams
%{_libdir}/freediams
%{_datadir}/freediams
%{_datadir}/applications/freediams.desktop
%{_datadir}/pixmaps/freediams.svg
%{_iconsdir}/hicolor/scalable/apps/freediams.svg
%doc COPYING.txt README.txt
%exclude %{_docdir}/freediams/en
%exclude %{_docdir}/freediams/fr

%files -n freediams-doc-en
%defattr(-,root,root,755)
%{_docdir}/freediams/en

%files -n freediams-doc-fr
%defattr(-,root,root,755)
%{_docdir}/freediams/fr



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.6-4
+ Revision: 00fdb7f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1404 |14cr|freemode-3.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	freemode
%define version 3.0
%define release 8

Summary: Alternative UI for freeplayer
Name: 	 %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group:   Video
Url:     http://www.moktoipas.com/freemode/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Buildarch: noarch

Requires:	freeplayer-common

%description
Alternative UI for freeplayer

%prep
%setup -q

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT/%{_datadir}/freeplayer/http-fbx
for i in config settings options; do
  mv $i.html $RPM_BUILD_ROOT/%{_datadir}/freeplayer/http-fbx/$i-freemode.html
done
cp -rp *.html $RPM_BUILD_ROOT/%{_datadir}/freeplayer/http-fbx
cp -rp *.m3u $RPM_BUILD_ROOT/%{_datadir}/freeplayer/http-fbx
cp -rp aides $RPM_BUILD_ROOT/%{_datadir}/freeplayer/http-fbx
cp -rp freezic $RPM_BUILD_ROOT/%{_datadir}/freeplayer/http-fbx
cp -rp radios $RPM_BUILD_ROOT/%{_datadir}/freeplayer/http-fbx
cp -rp tele $RPM_BUILD_ROOT/%{_datadir}/freeplayer/http-fbx
cp -rp favoris $RPM_BUILD_ROOT/%{_datadir}/freeplayer/http-fbx
cp -rp imgs $RPM_BUILD_ROOT/%{_datadir}/freeplayer/http-fbx

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc LICENCE.TXT
%{_datadir}/freeplayer/http-fbx





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-8
+ Revision: 16b12ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1405 |14cr|freenx-0.7.3-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# --with NomachineKey
# Allow login with the key shipped with the NoMachine client.
# This can be a security risk, so it is disabled by default
# and an SSH key is generated at install time.
%bcond_with NomachineKey

Summary:        Free NX implementation
Name:           freenx
Version:        0.7.3
Release:        14
License:        GPLv2
Group:          Networking/Remote access
URL:            http://freenx.berlios.de/
Source0:        http://download.berlios.de/freenx/freenx-server-%{version}.tar.gz
Source1:        freenx-nxserver.logrotate
Patch0:         freenx-server-0.7.3-lp-fixes.patch
Patch1:         freenx-server-r104-fixes.patch
Patch2:		freenx-server-0.7.3-connection-fix.patch
Patch3:		freenx-server-0.7.3-authkeys2.patch
Patch4:		freenx-server-0.7.3-lxde_gnome_crash.patch
Requires:       expect
Requires:       netcat
Requires:       nxagent
Requires:       nxproxy
Requires:       openssh-server
Requires:       Xdialog
Requires:       xmessage
Requires:       xterm
Requires(pre):  rpm-helper
Requires(post): expect

%description
NoMachine NX is the next-generation X compression and roundtrip 
suppression scheme. It can operate remote X11 sessions over 56k 
modem dialup links or anything better.

This package contains a free (GPL) implementation of the nxserver
component.
 
%prep
%setup -q -n %{name}-server-%{version}
%patch0 -p1 -b .lp
%patch1 -p1 -b .fixes
%patch2 -p0 -b .connection-fix
%patch3 -p1 -b .authkeys2
%patch4 -p1 -b .lxde_gnome_crash

%build
perl -pi -e "s|/var/lib/nxserver/home|%{_localstatedir}/lib/nxserver/nxhome|" nxloadconfig
pushd nxserver-helper
%make
popd

# README.install.urpmi doesn't work yet.
cat << EOF > README.urpmi
After installing this package, an nx user is created (this is a 
system user, do not try to log in as him), with a home located 
at %{_localstatedir}/lib/nxserver/nxhome. His password is a random 
32-character password. 

%if %with NomachineKey
Using Nomachine ssh key, warning, this is a potential security risk.
%else
Your user must install the key located at: 
%{_localstatedir}/lib/nxserver/nxhome/.ssh/client.id_dsa.key
to log in.

For knx, put it in: %{_datadir}/knx/ with world-readable right.
For nomachine.com Nx client for windows put it in : C:\Program
Files\NX Client for Windows\share

You user will now be able to log in using their username 
and password provided you have ssh logins enabled for them
%endif
EOF

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
install -m 755 {nxdialog,nxkeygen,nxloadconfig,nxnode,nxnode-login,nxserver,nxserver-helper/nxserver-helper} %{buildroot}%{_bindir}
install -m 755 nxsetup %{buildroot}%{_sbindir}

mkdir -p %{buildroot}%{_localstatedir}/lib/nxserver/nxhome/.ssh
mkdir -p %{buildroot}%{_localstatedir}/lib/nxserver/db/{closed,failed,running}
mkdir -p %{buildroot}%{_sysconfdir}/nxserver
mkdir -p %{buildroot}%{_logdir}
/bin/touch %{buildroot}%{_sysconfdir}/nxserver/{passwords,passwords.orig,users.id_dsa,users.id_dsa.pub}
/bin/touch %{buildroot}%{_localstatedir}/lib/nxserver/nxhome/.ssh/{server.id_dsa.pub.key,client.id_dsa.key,authorized_keys,known_hosts}
/bin/touch %{buildroot}%{_logdir}/nxserver.log
install node.conf.sample %{buildroot}%{_sysconfdir}/nxserver/node.conf
#/bin/echo 'ENABLE_1_5_0_BACKEND="1"' >> %{buildroot}%{_sysconfdir}/nxserver/node.conf
/bin/echo 'ENABLE_2_0_0_BACKEND="1"' >> %{buildroot}%{_sysconfdir}/nxserver/node.conf
/bin/echo 'ENABLE_ROOTLESS_MODE="1"' >> %{buildroot}%{_sysconfdir}/nxserver/node.conf
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
cp -a %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

# install init script
install -D -m 755 init.d/freenx-server %{buildroot}%{_initrddir}/freenx-server

# tell spec-helper to not remove passwords.orig
export DONT_CLEANUP=1

%clean
rm -rf %{buildroot}

%pre
if [ $1 = 1 ]; then
        %_pre_useradd nx %{_localstatedir}/lib/nxserver/nxhome %{_bindir}/nxserver
fi

%postun
if [ $1 = 0 ]; then
        %_postun_userdel nx
fi

%post
%_post_service freenx-server

# make a link from %{_usr}/X11R6/lib/X11/fonts -> %{_datadir}/fonts if needed
[ ! -d %{_usr}/X11R6/lib/X11/fonts ] && %{__ln_s} %{_datadir}/fonts %{_usr}/X11R6/lib/X11/ 
if [ $1 = 1 ]; then
        %{_bindir}/ssh-keygen -f %{_sysconfdir}/nxserver/users.id_dsa -t dsa -N "" 2>&1 > /dev/null
        chown nx.root %{_sysconfdir}/nxserver/users.id_dsa 
        chmod 600 %{_sysconfdir}/nxserver/users.id_dsa

%if %with NomachineKey
        cat << EOF > %{_localstatedir}/lib/nxserver/nxhome/.ssh/authorized_keys
ssh-dss AAAAB3NzaC1kc3MAAACBAJe/0DNBePG9dYLWq7cJ0SqyRf1iiZN/IbzrmBvgPTZnBa5FT/0Lcj39sRYt1paAlhchwUmwwIiSZaON5JnJOZ6jKkjWIuJ9MdTGfdvtY1aLwDMpxUVoGwEaKWOyin02IPWYSkDQb6cceuG9NfPulS9iuytdx0zIzqvGqfvudtufAAAAFQCwosRXR2QA8OSgFWSO6+kGrRJKiwAAAIEAjgvVNAYWSrnFD+cghyJbyx60AAjKtxZ0r/Pn9k94Qt2rvQoMnGgt/zU0v/y4hzg+g3JNEmO1PdHh/wDPVOxlZ6Hb5F4IQnENaAZ9uTZiFGqhBO1c8Wwjiq/MFZy3jZaidarLJvVs8EeT4mZcWxwm7nIVD4lRU2wQ2lj4aTPcepMAAACANlgcCuA4wrC+3Cic9CFkqiwO/Rn1vk8dvGuEQqFJ6f6LVfPfRTfaQU7TGVLk2CzY4dasrwxJ1f6FsT8DHTNGnxELPKRuLstGrFY/PR7KeafeFZDf+fJ3mbX5nxrld3wi5titTnX+8s4IKv29HJguPvOK/SI7cjzA+SqNfD7qEo8= root@nettuno
EOF
%else
        %{_bindir}/ssh-keygen -q -t dsa -N '' -f %{_localstatedir}/lib/nxserver/nxhome/.ssh/local.id_dsa 2>&1 > /dev/null
        mv -f %{_localstatedir}/lib/nxserver/nxhome/.ssh/local.id_dsa %{_localstatedir}/lib/nxserver/nxhome/.ssh/client.id_dsa.key
        mv -f %{_localstatedir}/lib/nxserver/nxhome/.ssh/local.id_dsa.pub %{_localstatedir}/lib/nxserver/nxhome/.ssh/server.id_dsa.pub.key
        cat %{_localstatedir}/lib/nxserver/nxhome/.ssh/server.id_dsa.pub.key >  %{_localstatedir}/lib/nxserver/nxhome/.ssh/authorized_keys
        
%endif
        /bin/echo -n "127.0.0.1 " > %{_localstatedir}/lib/nxserver/nxhome/.ssh/known_hosts
        cat %{_sysconfdir}/ssh/ssh_host_rsa_key.pub >> %{_localstatedir}/lib/nxserver/nxhome/.ssh/known_hosts
        chmod 600 %{_localstatedir}/lib/nxserver/nxhome/.ssh/*
        chown nx.root %{_localstatedir}/lib/nxserver/nxhome/.ssh/*
        %create_ghostfile %{_sysconfdir}/nxserver/users.id_dsa.pub root root 644
        %create_ghostfile %{_sysconfdir}/nxserver/passwords.orig nx root 600
        %create_ghostfile %{_sysconfdir}/nxserver/passwords nx root 600
        %create_ghostfile %{_logdir}/nxserver.log nx root 600
        %{_bindir}/mkpasswd -l 32 | %{_bindir}/passwd --stdin nx 2>&1 > /dev/null
fi

%preun
%_preun_service freenx-server

%files
%defattr(0644,root,root,0755)
%doc AUTHORS README.urpmi
%attr(0755,root,root) %{_bindir}/nxdialog
%attr(0755,root,root) %{_bindir}/nxkeygen
%attr(0755,root,root) %{_bindir}/nxloadconfig
%attr(0755,root,root) %{_bindir}/nxnode
%attr(0755,root,root) %{_bindir}/nxnode-login
%attr(0755,root,root) %{_bindir}/nxserver
%attr(0755,root,root) %{_bindir}/nxserver-helper
%attr(0755,root,root) %{_sbindir}/nxsetup
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(0755,root,root) %{_initrddir}/freenx-server
%attr(755,nx,root) %dir %{_sysconfdir}/nxserver
%attr(755,nx,root) %dir %{_localstatedir}/lib/nxserver
%attr(755,nx,root) %dir %{_localstatedir}/lib/nxserver/db
%attr(700,nx,root) %dir %{_localstatedir}/lib/nxserver/db/closed
%attr(700,nx,root) %dir %{_localstatedir}/lib/nxserver/db/failed
%attr(700,nx,root) %dir %{_localstatedir}/lib/nxserver/db/running
%attr(755,nx,root) %dir %{_localstatedir}/lib/nxserver/nxhome
%attr(700,nx,root) %dir %{_localstatedir}/lib/nxserver/nxhome/.ssh
%attr(644,nx,root) %config(noreplace) %{_sysconfdir}/nxserver/node.conf
%attr(600,nx,root) %ghost %{_sysconfdir}/nxserver/passwords
%attr(600,nx,root) %ghost %{_sysconfdir}/nxserver/users.id_dsa
%attr(644,root,root) %ghost %{_sysconfdir}/nxserver/users.id_dsa.pub
%attr(600,nx,root) %ghost %{_sysconfdir}/nxserver/passwords.orig
%attr(600,nx,root) %ghost %{_localstatedir}/lib/nxserver/nxhome/.ssh/known_hosts
%attr(600,nx,root) %ghost %{_localstatedir}/lib/nxserver/nxhome/.ssh/authorized_keys
%attr(600,nx,root) %ghost %{_localstatedir}/lib/nxserver/nxhome/.ssh/client.id_dsa.key
%attr(600,nx,root) %ghost %{_localstatedir}/lib/nxserver/nxhome/.ssh/server.id_dsa.pub.key
# E: freenx non-root-user-log-file /var/log/nxserver.log nx
%attr(600,nx,root) %ghost %{_logdir}/nxserver.log



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-14
+ Revision: b9ae606
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1406 |14cr|freeorion-0.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define oname FreeOrion

Summary:	Turn-based space empire and galactic conquest
Name:		freeorion
Version:	0.4.3
Release:	3
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.freeorion.org
# From SVN, rev 6318
Source0:	%{oname}-%{version}.tar.bz2
Source1:	%{name}.png
Requires:	%{name}-data = %{version}
Requires:	ogre
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(bullet)
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(OGRE)
BuildRequires:	pkgconfig(OIS)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
FreeOrion is a free, open source, turn-based space empire and galactic conquest
(4X) computer game being designed and built by the FreeOrion project. FreeOrion
is inspired by the tradition of the Master of Orion games, but is not a clone
or remake of that series or any other game.

%files
%doc changelog.txt
%{_iconsdir}/%{name}.png
%{_gamesbindir}/freeorion*
%{_gamesdatadir}/freeorion/ogre_plugins.cfg
%{_datadir}/applications/mandriva-freeorion.desktop

#----------------------------------------------------------------------------

%package data
Summary:	FreeOrion game data files
Group:		Games/Strategy
BuildArch:	noarch
License:	CC-BY-SA

%description data
Data files for FreeOrion game

%files data
%{_gamesdatadir}/freeorion
%exclude %{_gamesdatadir}/freeorion/ogre_plugins.cfg

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
#patch0 -p1
sed -e "s:PluginFolder=.*:PluginFolder=$(pkg-config --variable=plugindir OGRE):" -i ogre_plugins.cfg.in

%build
# System resource usage is extremely high so disable extra flags and parallel build
%global optflags -O2
%cmake \
	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
	-DBUILD_DEBUG:BOON=ON \
	-DUSE_STATIC_LIBS:BOOL=ON \
	-DBUILD_SHARED_LIBS:BOOL=OFF
make VERBOSE=1

%install
install -d -m 755 %{buildroot}%{_gamesbindir}
install -m 755 build/freeorion %{buildroot}%{_gamesbindir}/freeorion.real
install -m 755 build/freeoriond %{buildroot}%{_gamesbindir}/freeoriond
install -m 755 build/freeorionca %{buildroot}%{_gamesbindir}/freeorionca

cat > %{buildroot}%{_gamesbindir}/freeorion <<EOF
#!/bin/sh
cd %{_gamesdatadir}/%{name}
%{_gamesbindir}/freeorion.real
EOF
chmod +x %{buildroot}%{_gamesbindir}/freeorion

install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}
cp -ar default %{buildroot}%{_gamesdatadir}/%{name}

install -d -m 755 %{buildroot}%{_iconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}

install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=FreeOrion
Comment=Turn-based space empire and galactic conquest
Exec=%{_gamesbindir}/%{name}
Path=%{_gamesbindir}
Icon=%{name}
Terminal=false
Categories=Game;StrategyGame;
EOF

install -m 644 ogre_plugins.cfg.in %{buildroot}%{_gamesdatadir}/%{name}/ogre_plugins.cfg


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.3-3
+ Revision: 9040112
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1407 |14cr|freeplane-1.2.23_01-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           freeplane
Summary:        Free and open source software application
Version:        1.2.23_01
Release:        7
Group:          Office
License:        GPLv2
Url:            http://freeplane.sourceforge.net

Requires:       java >= 1.6.0
BuildRequires:  unzip

Source0:        %{name}_bin-%{version}.zip
Source1:        %{name}.desktop
Source2:	%{name}.xml
Source99:	%{name}.rpmlintrc
BuildArch:      noarch

%description
Freeplane is free and open source software to support 
thinking, sharing information and getting things done at work, 
in school and at home. The core of the software consists of 
functions for mind mapping, also called concept mapping or information
mapping, and tools for using mapped information. Freeplane runs on 
any operating system on which a current version of Java is
installed and from USB.

%prep
%setup -q -n %{name}-%{version}

%build

%install
mkdir -p %{buildroot}/opt/%{name}

# Copy all files from archive into /opt/freeplane dir
cp -Rp * %{buildroot}/opt/%{name}/

# install resources
install -Dm644 %{SOURCE1} %{buildroot}/%{_datadir}/applications/%{name}.desktop
install -Dm644 freeplane.png %{buildroot}/%{_datadir}/pixmaps/%{name}.png
install -Dm644 freeplane.svg %{buildroot}/%{_datadir}/pixmaps/%{name}.svg
install -Dm644 %{SOURCE2} %{buildroot}/%{_datadir}/mime/packages/%{name}.xml

# Add antialiasing settings
echo -Dawt.useSystemAAFontSettings=on >> init.xargs

mkdir -p %{buildroot}/%{_bindir}
cd %{buildroot}/%{_bindir}
ln -snf ../../opt/%{name}/%{name}.sh %{name}

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/mime/packages/%{name}.xml
/opt/%{name}

%post
update-mime-database /usr/share/mime

%postun
update-mime-database /usr/share/mime


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.23_01-7
+ Revision: 192932d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1408 |14cr|freeplayer-20070531-0.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name freeplayer
%define version 20070531
%define release 0.6
%define aname vlc-fbx
%define bname fbx-playlist
%define longtitle Create Playlist for Freeplayer
%define title Freeplayer-playlist
%define playlist_version 1.1

Name:      %{name}
Version:   %{version}
Release:   %{release}
Summary:   Freeplayer from french isp Free ADSL
License:   GPL
URL:       http://faq.free.fr/adsl/Decouvrir_les_services/Freebox_TV/Options_supplementaires/FreePlayer
Group:     Video
Source0:   ftp://ftp.free.fr/pub/%{name}/%{name}-linux-%{version}.tgz
Source1:   vlc-fbx.init
Source2:   vlc-fbx.sysconfig
Source3:  freeplayer-images.tar.bz2

Source10:  %{name}-16.png
Source11:  %{name}-32.png
Source12:  %{name}-48.png
Patch0:    freeplayer-fix-vlc-args.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires: qt4-devel
Requires: vlc >= 0.8.4
Requires: freeplayer-mod
Requires: freeplayer-common

%description
Freeplayer from french isp Free ADSL


%package data
Group: 		Video
License: 	GPL
Summary: 	Freeplayer from french isp Free ADSL
Provides: freeplayer-mod
Provides: freeplayer-data = %{version}
Requires: freeplayer-common

%description data
Freeplayer from french isp Free ADSL default mod

%package common
Group: 		Video
License: 	GPL
Summary: 	Freeplayer from french isp Free ADSL
Requires(post): rpm-helper
Requires(preun): rpm-helper

%description common
Freeplayer from french isp Free ADSL default mod

%prep
rm -rf %buildroot

%setup -n %{name} -q

tar xzf share/fbx-playlist-%{playlist_version}.tar.gz
/usr/bin/bzip2 -dc %{SOURCE3} | tar -xf -

%build
cd fbx-playlist-%{playlist_version}
/usr/lib/qt4/bin/qmake
#qmake is dropping quotes, restoring them
sed -i -e 's/VERSION="1.1"/VERSION=\\"1.1\\"/g' Makefile
sed -i -e 's///g' license.ui
make

%install
mkdir -p %buildroot/%_datadir/%{name}
mkdir -p %buildroot/%_bindir %buildroot/%_sysconfdir/{init.d,sysconfig}

install -m 755 %{SOURCE1} %buildroot/%_sysconfdir/init.d/vlc-fbx
install -m 644 %{SOURCE2} %buildroot/%_sysconfdir/sysconfig/vlc-fbx

cp -r share/http-fbx %buildroot/%_datadir/%{name}
install -m 755 bin/vlc-fbx.sh -D %buildroot/%_bindir/%{aname}
install -m 755 fbx-playlist-%{playlist_version}/fbx-playlist -D %buildroot/%_bindir/%{bname}
sed -i -e 's^%HTTP_PATH%^/usr/share/freeplayer/http-fbx/^g' %buildroot/%_bindir/%{aname}

#menus

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{title}
Comment=%{longtitle}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=QT;Video;Player;X-MandrivaLinux-Multimedia-Video;
EOF

install -m644 %{SOURCE10} -D %buildroot/%{_miconsdir}/%{name}.png
install -m644 %{SOURCE11} -D %buildroot/%{_iconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %buildroot/%{_liconsdir}/%{name}.png

%clean
rm -rf %buildroot

%preun common
%_preun_service vlc-fbx

%post common
%_post_service vlc-fbx

%if %mdkversion < 200900
%post 
%{update_menus}
%endif

%if %mdkversion < 200900
%postun 
%{clean_menus}
%endif

%files 
%defattr(-,root,root)
%doc README share/doc/*
%_bindir/*
%_iconsdir/*.png
%_liconsdir/*.png
%_miconsdir/*.png
%_datadir/applications/mandriva-%{name}.desktop

%files data
%defattr(-,root,root)
%_datadir/%{name}

%files common
%defattr(-,root,root)
%config(noreplace) %_sysconfdir/sysconfig/vlc-fbx
%_sysconfdir/init.d/vlc-fbx




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20070531-0.6
+ Revision: 2101875
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1409 |14cr|freeradius-client-1.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	FreeRADIUS Client Software
Name:		freeradius-client
Version:	1.1.6
Release:	4
License:	BSD-like
Group:		System/Servers
URL:		http://www.freeradius.org/
Source0:	ftp://ftp.freeradius.org/pub/radius/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.freeradius.org/pub/radius/%{name}-%{version}.tar.gz.sig
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
FreeRADIUS Client is a framework and library for writing RADIUS Clients which
additionally includes radlogin, a flexible RADIUS aware login replacement, a
command line program to send RADIUS accounting records and a utility to query
the status of a (Merit) RADIUS server.

%package -n	%{libname}
Summary:	FreeRADIUS Client Software library
Group:          System/Libraries

%description -n	%{libname}
FreeRADIUS Client is a framework and library for writing RADIUS Clients which
additionally includes radlogin, a flexible RADIUS aware login replacement, a
command line program to send RADIUS accounting records and a utility to query
the status of a (Merit) RADIUS server.

This package contains the shared library of FreeRADIUS Client

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name} = %{version}-%{release}

%description -n	%{develname}
FreeRADIUS Client is a framework and library for writing RADIUS Clients which
additionally includes radlogin, a flexible RADIUS aware login replacement, a
command line program to send RADIUS accounting records and a utility to query
the status of a (Merit) RADIUS server.

This package contains the header and static libraries files for
freeradius-client.

%prep

%setup -q

%build
rm missing
libtoolize --copy --force; aclocal; automake -ac; autoconf

%configure2_5x \
    --localstatedir=/var/lib \
    --enable-shadow \
    --with-secure-path

%make

%install
rm -rf %{buildroot}

%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc BUGS COPYRIGHT README README.radexample doc/ChangeLog doc/instop.html doc/login.example
%dir %{_sysconfdir}/radiusclient
%attr(0644,root,root) %{_sysconfdir}/radiusclient/dictionary
%attr(0644,root,root) %{_sysconfdir}/radiusclient/dictionary.*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/radiusclient/radiusclient.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/radiusclient/issue
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/radiusclient/port-id-map
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/radiusclient/servers
%attr(0755,root,root) %{_sbindir}/login.radius
%attr(0755,root,root) %{_sbindir}/radacct
%attr(0755,root,root) %{_sbindir}/radembedded
%attr(0755,root,root) %{_sbindir}/radexample
%attr(0755,root,root) %{_sbindir}/radiusclient
%attr(0755,root,root) %{_sbindir}/radlogin
%attr(0755,root,root) %{_sbindir}/radstatus

%files -n %{libname}
%defattr(-,root,root)
%attr(0755,root,root) %{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%attr(0644,root,root) %{_includedir}/*.h
%attr(0644,root,root) %{_libdir}/*.*a
%attr(0755,root,root) %{_libdir}/*.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-4
+ Revision: 13fc24d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1410 |14cr|freesynd-0.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		freesynd
Version:	0.7.1
Release:	3
Summary:	Open-source engine for the classic DOS game Syndicate
Group:		Games/Strategy
License:	GPLv2
URL:		http://freesynd.sourceforge.net/
Source0:	http://sourceforge.net/projects/freesynd/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
Patch0:		freesynd-0.7-path.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(zlib)

%description
FreeSynd is a cross-platform, GPLed reimplementation of engine for the classic
Bullfrog game, Syndicate.

Syndicate is an isometric real-time tactical game created in 1993.

Gameplay involves ordering a four-person team of cyborg agents around cities
displayed in a fixed-view isometric style, in pursuit of mission goals such
as assassinating executives of a rival syndicate, rescuing captured allies,
"persuading" civilians and scientists to join the player's company or simply
killing all enemy agents.

As the player progresses through the game, they must manage the research and
development of new weaponry and cyborg upgrades. The player has only limited
funds, requiring taxation of the conquered territories while ensuring that
they are not so over-taxed that they revolt against the player.

WARNING!!! You need original game data to play this game. Copy all files from
data directory to: %{_gamesdatadir}/%{name}/data/

%prep
%setup -q
%patch0 -p1
# fix png rgb 
pushd  icon
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd


for N in 16 32 64 128; do convert icon/sword.png -resize ${N}x${N} $N.png; done

%build
%cmake -DCMAKE_BUILD_TYPE=release
%make

%install
%makeinstall_std -C build

install -D 16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D 32.png %{buildroot}%{_liconsdir}/%{name}.png
install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# menu-entry
mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Syndicate (freesynd)
Comment=An isometric real-time tactical game
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;StrategyGame;
EOF

%files
%doc AUTHORS COPYING NEWS README
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Sun Aug 03 2014 abfonly <abfonly@gmail.com> 0.7.1-3
+ Revision: 20d28fd
- fix png rgb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1411 |14cr|freetuxtv-0.6.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	TV player
Name:		freetuxtv
Version:	0.6.6
Release:	3
License:	GPLv2+
Group:		Video
Url:		http://freetuxtv.googlecode.com
Source0:	http://freetuxtv.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	intltool
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libvlc)
BuildRequires:	pkgconfig(sqlite3)
Requires:	vlc

%description
freetuxtv is a player for Television on Internet with french Free
or SFR (ex-Neuf) Internet service providers, and a lot of WebTV in
French languages in the world (Canada, Switzerland, Belgium, etc...).

%files -f %{name}.lang
%doc NEWS AUTHORS COPYING README ChangeLog
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --with-gtk=3.0
%make

%install
%makeinstall_std

%find_lang %{name}

rm -fr %{buildroot}%{_libdir}/*.a
rm -fr %{buildroot}%{_includedir}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.6-3
+ Revision: bb64324
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1412 |14cr|freevo-1.9.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define 	_cachedir /var/cache
%define         py_ver 	  %(python -c 'import sys; print sys.version[:3]')

# Set default freevo parameters
%define display  x11

Summary:        Open-source digital video jukebox 

Name: 		freevo
Version: 	1.9.0
Release: 	5
URL:            http://freevo.sourceforge.net/
Source0: 	http://belnet.dl.sourceforge.net/sourceforge/freevo/%{name}-%{version}.tar.gz
Source11:	freevo-mail-0.6.tgz 
Source1: 	redhat-boot_config
Source2:	local_conf.py
Source4:	firebird.py
Source7:	freevo_tvgrab
Source8:	mute
Source9:	unmute
Source10:	fonts.tgz
Patch0:		%{name}-build.patch
Patch5: 	%{name}-webserver.patch
Patch6: 	%{name}-boot.patch
Patch7: 	%{name}-volume.patch
Patch8:		freevo-1.9.0-pillow.patch
License: 	GPLv2+
Group: 		Video
Buildarch:	noarch
BuildRequires: 	docbook-utils
BuildRequires:  wget
BuildRequires:  python-devel
BuildRequires:  pygame >= 1.5
BuildRequires:  python-twisted >= 1.1.0
BuildRequires:  python-imaging >= 1.1.4
BuildRequires:  python-kaa-base
BuildRequires:	python-kaa-metadata
BuildRequires:	python-kaa-imlib2
BuildRequires:  python-pyxml
BuildRequires:  python-devel
BuildRequires:	python-beautifulsoup >= 3.0.3
BuildRequires:  python-numeric
Requires:	pygame >= 1.5
Requires:	python-twisted >= 1.1.0
Requires:	python-imaging >= 1.1.4
Requires:	python-kaa-base
Requires:	python-kaa-metadata
Requires:	python-kaa-imlib2
Requires:	python-beautifulsoup >= 3.0.3
Requires:	python-lirc >= 0.0.4
Requires:	mplayer, tvtime, xine-ui, xmltv, PyXML, libjpeg-progs, mencoder, cdparanoia, vorbis-tools, util-linux, python-numeric, lsdvd, python-osd, xmltv-grabbers
Requires(pre):  rpm-helper
Requires(post): rpm-helper 
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description
Freevo is a Linux application that turns a PC with a TV capture card
and/or TV-out into a standalone multimedia jukebox/VCR. It builds on
other applications such as xine, mplayer, tvtime and mencoder to play
and record video and audio.

Available rpmbuild rebuild options :
--without: use_sysapps

%prep
%setup -q
%patch0 -p0
%patch5 -p0
%patch6 -p0
#%patch7 -p0
%patch8 -p1
cd share/fonts/
tar -xvzf %{SOURCE10}

%build
find . -name CVS | xargs rm -rf
find . -name ".cvsignore" |xargs rm -f
find . -name "*.pyc" |xargs rm -f
find . -name "*.pyo" |xargs rm -f
find . -name "*.py" |xargs chmod 644

#./autogen.sh
#Building freevo
env CFLAGS="%{optflags}" python setup.py build 

#Building mail menu
#cd $RPM_BUILD_DIR/%{name}-%{version}/*mail*
#PYTHONPATH=../build/lib env CFLAGS="$RPM_OPT_FLAGS" python setup.py build


%install
rm -rf %{buildroot}/%{name}-%{version}

mkdir -p %{buildroot}%{_sysconfdir}/freevo
# The following is needed to let RPM know that the files should be backed up
touch %{buildroot}%{_sysconfdir}/freevo/freevo.conf

# boot scripts
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_bindir}
install -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/freevo/boot_config

mkdir -p %{buildroot}%{_cachedir}/freevo
mkdir -p %{buildroot}%{_cachedir}/freevo/{thumbnails,audio}
mkdir -p %{buildroot}%{_cachedir}/xmltv/logos
chmod 777 %{buildroot}%{_cachedir}/{freevo,freevo/thumbnails,freevo/audio,xmltv,xmltv/logos}

mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}/etc/freevo
mkdir -p %{buildroot}%{_datadir}/%{name}/contrib
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
mkdir -p %{buildroot}/tmp/%{name}/Videos
mkdir -p %{buildroot}/etc/cron.weekly

python setup.py install %{?_without_compile_obj:--no-compile} --root=%{buildroot} --record=INSTALLED_FILES

#cp -av contrib/examples contrib/fbcon contrib/xmltv %{buildroot}%{_prefix}/contrib
cp -av contrib/lirc/ %{buildroot}/%{_datadir}/%{name}/contrib/
install -m 755 freevo %{buildroot}%{_datadir}/%{name}
install -m 755 freevo_config.py %{buildroot}%{_datadir}/%{name}
install %SOURCE2 %{buildroot}/%{_sysconfdir}/freevo/local_conf.py
install %SOURCE7 %{buildroot}/etc/cron.weekly
install %SOURCE8 %{buildroot}%{_datadir}/%{name}
install %SOURCE9 %{buildroot}%{_datadir}/%{name}

#######################
#Installing Initscripts
#######################
#install -m 755 boot/freevo %{buildroot}%{_sysconfdir}/rc.d/init.d
#install -m 755 boot/freevo_dep %{buildroot}%{_sysconfdir}/rc.d/init.d
install -m 755 boot/recordserver %{buildroot}%{_initrddir}/freevo_recordserver
install -m 755 boot/webserver %{buildroot}%{_initrddir}/freevo_webserver
#install -m 755 boot/recordserver_init %{buildroot}%{_bindir}/freevo_recordserver_init
#install -m 755 boot/webserver_init %{buildroot}%{_bindir}/freevo_webserver_init

####################
# Installing Plugins
####################
# Mailer Plugin
#cd $RPM_BUILD_DIR/%{name}-%{version}/*mail*
#PYTHONPATH=../build/lib python setup.py install %{?_without_compile_obj:--no-compile} --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
#
install %SOURCE4 %{buildroot}/%{py_puresitedir}/freevo/plugins

###############
# Copying icons
###############
install -D -m 644 share/icons/misc/freevo_app.png %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 share/icons/misc/freevo_app.png %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 share/icons/misc/freevo_app.png %{buildroot}%{_miconsdir}/%{name}.png

#####################
# Adding a menu entry
####################
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}/%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;TV;Player;Recorder;
EOF

####################
# About locales... #
####################

find %{buildroot}/%{_datadir}/locale -name "*.po" -exec rm -f {} \;
%find_lang %{name}

####################
# Cleaning
####################
rm -rf %{buildroot}/%{_datadir}/fxd/web*

%pre
%_pre_useradd %{name} %{_datadir}/%{name} /bin/bash

%post
rm -rf /var/log/freevo 2>/dev/null
%if %mdkversion < 200900
%{update_menus}
%endif

#Determining TV_NORM & CHANNEL_LIST from local clock
ZONE=`grep "ZONE" /etc/sysconfig/clock | sed -e "s/^ZONE\=\(.*\)\/\(.*\)/\1/g"`
CITY=`grep "ZONE" /etc/sysconfig/clock | sed -e "s/^ZONE\=\(.*\)\/\(.*\)/\2/g"`
TV_NORM="ntsc"
CHANNEL_LIST="us-cable"

if [ "${CITY}" = "Paris" ]; then
TV_NORM="secam"
CHANNEL_LIST="france"
else
        if [ "${ZONE}" = "Europe" ]; then
                TV_NORM="pal"
                CHANNEL_LIST="europe-west"
        fi
fi

#Determining current X configuration
RESOLUTION=`xdpyinfo 2>/dev/null | grep dimensions | awk '{ print $2 }'`
case $RESOLUTION in
	"1280x800")
		RESOLUTION="1024x768";
		;;
	"1280x720")
		RESOLUTION="1024x768";
		;;
	"1680x1050")
		RESOLUTION="1280x1024";
		;;
	"1400x1050")
		RESOLUTION="1280x1024";
		;;

	"1920x1200")
		RESOLUTION="1600x1200";
		;;
	"")	
		RESOLUTION="800x600";
		;;
esac

# Copy old local_conf.py to replace dummy file
cd %{_datadir}/%{name}
./freevo setup --geometry=$RESOLUTION --display=%{display} \
        --tv=${TV_NORM} --chanlist=${CHANNEL_LIST} \
	%{!?_without_use_sysapps:--sysfirst} 

if [ ! -f /etc/freevo/lircrc ]; then
	ln -sf %{_datadir}/%{name}/contrib/lirc/pinnacle_PCTV /etc/freevo/lircrc
fi;
%_post_service freevo_webserver
%_post_service freevo_recordserver


%preun
%_preun_service freevo_recordserver
%_preun_service freevo_webserver

%clean

%postun
%if %mdkversion < 200900
%{clean_menus}
%endif
%_postun_userdel %{name}

%files -f %{name}.lang
%doc COPYING ChangeLog FAQ INSTALL README local_conf.py.example Docs/*
%{_datadir}/%{name}
%{_bindir}/freevo
%{_iconsdir}/freevo.png
%{_liconsdir}/freevo.png
%{_miconsdir}/freevo.png
%{_datadir}/applications/mandriva-%{name}.desktop
%config(noreplace) /etc/cron.weekly/*
# Hu, even those files are need, tmpwatch will delete it !!
#%attr(777,root,root) %dir /tmp/%{name}/Videos
#%attr(777,root,root) %dir /tmp/%{name}/
%attr(777,root,root) %dir %{_cachedir}/freevo
%attr(777,root,root) %dir %{_cachedir}/freevo/audio
%attr(777,root,root) %dir %{_cachedir}/freevo/thumbnails
%attr(777,root,root) %dir %{_cachedir}/xmltv
%attr(777,root,root) %dir %{_cachedir}/xmltv/logos
%dir %{_sysconfdir}/freevo
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/freevo/*
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/rc.d/init.d/*
%{py_puresitedir}/freevo
%{py_puresitedir}/*.egg-info
%{_defaultdocdir}/%{name}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.0-5
+ Revision: 2e43126
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1413 |14cr|freewheeling-0.6-0.svn20110421.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn svn20110421

Name:		freewheeling
Summary:	Live Audio Looper
Version:	0.6
Release:	0.%{svn}.2
License:	GPLv2+
Group:		Sound
Url:		http://%{name}.sourceforge.net/
Source0:	http://freewheeling.svn.sourceforge.net/viewvc/freewheeling/%{name}.tar.gz
Patch0:		freewheeling-0.6-strfmt.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)

%description
FreeWheeling is an audio tool for live looping. It provides a highly
configurable, fluid user interface for instrumentalists to capture
loops in real-time.

%files
%doc README NEWS COPYING AUTHORS
%{_bindir}/fweelin
%{_datadir}/fweelin
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p0 -b .strfmt

%build
export LDFLAGS="${LDFLAGS} -logg -lSDL"
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Freewheeling
Comment=Live Looper
Exec=%{_bindir}/fweelin
Icon=sound_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;
Encoding=UTF-8
EOF


%changelog
* Fri Jul 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6-0.svn20110421.2
+ Revision: ad00af1
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1414 |14cr|freexl-1.0.0g-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Library to extract valid data from within an Excel spreadsheet
Name:		freexl
Version:	1.0.0g
Release:	2
License:	MPL or GPLv2+ or LGPLv2.1+
Group:		System/Libraries
Url:		https://www.gaia-gis.it/fossil/freexl/index
Source0:	http://www.gaia-gis.it/gaia-sins/%{name}-%{version}.tar.gz

%description
FreeXL is an open source library to extract valid data from within an Excel
(.xls) spreadsheet.

FreeXL design goals:

- to be simple and lightweight
- to be stable, robust and efficient
- to be easily and universally portable
- completely ignoring any GUI-related oddity

Note that the final goal means that FreeXL ignores at all fonts, sizes
and alignments, and most formats. It ignores Pivot Table, Charts, Formulas,
Visual Basic macros and so on. FreeXL is structurally simple and quite
light-weight.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to extract valid data from within an Excel spreadsheet

%description -n %{libname}
FreeXL is an open source library to extract valid data from within an Excel
(.xls) spreadsheet.

FreeXL design goals:

- to be simple and lightweight
- to be stable, robust and efficient
- to be easily and universally portable
- completely ignoring any GUI-related oddity

Note that the final goal means that FreeXL ignores at all fonts, sizes
and alignments, and most formats. It ignores Pivot Table, Charts, Formulas,
Visual Basic macros and so on. FreeXL is structurally simple and quite
light-weight.

%files -n %{libname}
%{_libdir}/libfreexl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Library to extract valid data from within an Excel spreadsheet
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
FreeXL is an open source library to extract valid data from within an Excel
(.xls) spreadsheet.

This package contains development files.

%files -n %{devname}
%doc AUTHORS README
%{_libdir}/libfreexl.so
%{_libdir}//pkgconfig/freexl.pc
%{_includedir}/freexl.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# please keep it verbose. Sflo
autoreconf -fiv
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog
* Sat Aug 09 2014 abfonly <abfonly@gmail.com> 1.0.0g-2
+ Revision: 99fa510
- Updated freexl.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1415 |14cr|freeze-2.5.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Freeze/melt/fcat compression utilities
Name:		freeze
Version:	2.5.0
Release:	8
Group:		Archiving/Compression
License:	Distributable
# No one agrees on the canonical download site, everyone uses the same version
Source:		http://www.ibiblio.org/pub/Linux/utils/compress/freeze-2.5.0.tar.gz
Patch0:		freeze-2.5.patch
Patch1:		freeze-2.5.0-printf.patch
Patch2:		freeze-2.5.0-deffile.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
Freeze is an old file compressor and decompressor that is not in common use
anymore, but can be useful if the need ever arises to dearchive files
compressed with it.

%prep

%setup -q
%patch0 -p1 -b .Makefile
%patch1 -p1 -b .printf
%patch2 -p1 -b .deffile

%build
chmod u+x configure
%configure
%make CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

%makeinstall \
    MANDEST="%{buildroot}%{_mandir}/man1/"

### Fix symlinks properly
for bin in fcat melt unfreeze; do
    ln -sf freeze %{buildroot}%{_bindir}/$bin
    rm -f %{buildroot}%{_mandir}/man1/$bin.1
    ln -sf freeze.1.bz2 %{buildroot}%{_mandir}/man1/$bin.1.bz2
done

%clean
rm -rf %{buildroot}

%files
%defattr(0644, root, root, 0755)
%doc MANIFEST README
%attr(0755,root,root) %{_bindir}/*
%doc %{_mandir}/man?/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.0-8
+ Revision: 56d4ede
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1416 |14cr|freqtweak-0.7.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		freqtweak
Summary:	GUI-based sound file tweaker
Version:	0.7.2
Release:	4
License:	GPLv2+
Group:		Sound
Url:		http://freqtweak.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
# From Debian: fixes a variable cast error on x86-64 - AdamW 2008/03
Patch0:		freqtweak-0.7.0-long.patch
Patch1:		freqtweak-0.7.2-deb-missing-include.patch
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sigc++-1.2)

%description
FreqTweak is a tool for FFT-based realtime audio spectral manipulation and
display. It provides several algorithms for processing audio data in the
frequency domain and a highly interactive GUI to manipulate the associated
filters for each. It also provides high-resolution spectral displays in the
form of scrolling-raster spectragrams and energy vs frequency plots
displaying both pre- and post-processed spectra.

%files
%doc README AUTHORS ChangeLog NEWS THANKS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .long
%patch1 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=sound_section
Name=FreqTweak
Comment=Sound manipulator
Categories=AudioVideo;Audio;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.2-4
+ Revision: 588a04f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1417 |14cr|frescobaldi-2.0.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# keep our find_lang
%define _unpackaged_files_terminate_build 0

Summary:	A LilyPond sheet music editor
Name:		frescobaldi
Version:	2.0.15
Release:	2
Source0:	https://github.com/wbsoft/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.frescobaldi.org/
BuildArch:	noarch
BuildRequires:	desktop-file-utils
BuildRequires:	python-devel
BuildRequires:	gettext
Requires:	python-qt4
Requires:	python-poppler-qt4
Requires:	lilypond
Suggests:	portmidi

%description 
Frescobaldi is a LilyPond sheet music editor. It aims to be powerful, yet
lightweight and easy to use.

%prep
%setup -q
find -name "*.py"  -exec sed -i -e 's|#! python||' {} \;

%build
python setup.py build
cd %{name}_app/po
make

%install
python ./setup.py install --skip-build --prefix=%{buildroot}%{_prefix}

# menu entry
desktop-file-install                                         \
   --dir=%{buildroot}%{_datadir}/applications                \
   --remove-category=Application                             \
   --add-category=AudioVideo                                 \
   --add-category=X-Notation                                 \
   --delete-original                                         \
   %{name}.desktop
   
# create lang files
for file in %{buildroot}%{python_sitelib}/%{name}_app/po/*.mo; do
    bn=$(basename $file)
    language=$(basename $file|cut -f 2 -d _|sed 's|\..*||')
    echo %%lang\($language\) %{python_sitelib}/%{name}_app/po/$bn >> frescobaldi.lang
    done


# fix shebangs
sed -i -e 's|#!/usr/bin/python||' \
    %{buildroot}%{py_puresitedir}/%{name}_app/language_names/generate.py

    
# fix permissions
find %{buildroot}%{py_puresitedir}/%{name}_app/ -name "*.py*" -exec chmod 644 {} \;

%files -f %{name}.lang
%doc ChangeLog COPYING README* THANKS TODO
%{_bindir}/%{name}
%{py_puresitedir}/%{name}_app
# use our find-lang
%exclude %{py_puresitedir}/%{name}_app/po/*.mo
%{py_puresitedir}/%{name}-%{version}-py2.7.egg-info
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_mandir}/man1/frescobaldi.1.xz

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.15-2
+ Revision: 1c200a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1418 |14cr|freshplayerplugin-0-0.20140903.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20140903

Summary:	Ppapi2npapi compatibility layer
Name:		freshplayerplugin
Version:	0
Release:	0.%{git}.1
License:	MIT
Group:		Networking/WWW
Url:		https://github.com/i-rinat/freshplayerplugin
Source0:	%{name}-%{git}.tar.gz

BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glesv2)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libconfig)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(libevent_pthreads)
BuildRequires:	pkgconfig(liburiparser)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(pangoft2)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	cmake

%description
Ppapi2npapi compatibility layer.

%files
%{_libdir}/mozilla/plugins/*.so*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
%cmake
%make

%install
mkdir -p %{buildroot}%{_libdir}/mozilla/plugins
cp build/libfreshwrapper-pepperflash.so %{buildroot}%{_libdir}/mozilla/plugins/



%changelog
* Wed Sep 03 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-0.20140903.1
+ Revision: 3f8ccf8
- Added gl BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1419 |14cr|fretscale-2.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Calculates fret distances for stringed musical instruments
Name:		fretscale
Version:	2.0
Release:	11
Group:		Sound
License:	GPLv2+
# this url is dead...
#URL:            http://members.safepages.net/gurensan/
Source0:	fretscale-%{version}.tar.bz2
BuildRequires:	qt3-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
fretscale finds fret distances from the nut for stringed musical
instruments based on scale length/# frets/decimal accuracy. It can
output with/without a heading and with/without the remaining scale
distance after each fret. 

%prep
%setup -q

%build
%qmake_qt3
%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 bin/fretscale %{buildroot}%{_bindir}/


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=FretScale
Comment=Calculates fret distances for stringed musical instruments
Exec=%{_bindir}/%{name} 
Icon=sound_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;Audio;Recorder;
EOF


%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root,755)
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-11
+ Revision: e5d5265
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1420 |14cr|fretsonfire-1.3.110-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Frets On Fire
Name:		fretsonfire
Version:	1.3.110
Release:	2
Group:		Games/Arcade
License:	GPLv2
URL:		http://fretsonfire.sourceforge.net/
Source:		FretsOnFire-%{version}.tar.gz
Patch0:		fretsonfire-1.3.110-credits_music.patch
Patch1:		fretsonfire-1.3.110-datapath.patch
Patch2:		fretsonfire-1.3.110-font-revert.patch
Patch3:		fretsonfire-1.3.110-fonts_lower_cpu.patch
Patch4:		fretsonfire-1.3.110-keep_sound_when_failed.patch
Patch5:		fretsonfire-1.3.110-typeerror.patch
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Requires:	python-numpy
Requires:	python-imaging
Requires:	python-opengl
Requires:	pygame

%description
Frets on Fire is a game of musical skill and fast fingers.
The aim of the game is to play guitar with the keyboard as
accurately as possible.

%prep
%setup -q -n Frets\ on\ Fire-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
chmod 644 copying.txt

%build
%make

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
mkdir -p %{buildroot}%{_gamesbindir}

install -D -m 0644 data/icon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
cp -r data %{buildroot}%{_gamesdatadir}/%{name}/
cp -r src %{buildroot}%{_gamesdatadir}/%{name}/

#Menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=Frets On Fire
Comment=Game of Musical Skill and Fast Fingers
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

#Executable
cat > %{buildroot}%{_gamesbindir}/%{name}<<EOF
#!/bin/sh
cd /
cd %{_gamesdatadir}/%{name}/src
python ./FretsOnFire.py
EOF

chmod 0755 %{buildroot}%{_gamesbindir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc copying.txt readme.txt
%attr(755,root,root) %{_gamesbindir}/fretsonfire
%{_gamesdatadir}/fretsonfire
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/pixmaps/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.110-2
+ Revision: a81b71d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1421 |14cr|fricas-1.1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: fricas
Version: 1.1.8
Release: 3
Summary: FriCAS Computer Algebra System
License: Modified BSD License
Group: Sciences/Mathematics
Url: http://fricas.sourceforge.net
Source0: http://downloads.sourceforge.net/project/fricas/fricas/%{version}/%{name}-%{version}-full.tar.bz2
Source1: %name-16.png
Source2: %name-32.png
Source3: %name-48.png
Source4: %name.desktop
Requires: sbcl
Conflicts: axiom
BuildRequires: pkgconfig(xpm)
BuildRequires: clisp
BuildRequires: sbcl

%description
FriCAS is an advanced computer algebra system. Its capabilities range 
from calculus (integration and differentiation) to abstract algebra. 
It can plot functions and has integrated help system.
 
FriCAS a fork of Axiom project -- its starting point was wh-sandbox 
branch of the Axiom project.

%prep 
%setup -q -n %name-%version

%build

%configure --with-lisp=clisp
%make

%install
%define _strip_method no

%makeinstall_std
# icons
install -D -m644 %SOURCE1 %{buildroot}%{_miconsdir}/%name.png
install -D -m644 %SOURCE2 %{buildroot}%{_iconsdir}/%name.png
install -D -m644 %SOURCE3 %{buildroot}%{_liconsdir}/%name.png

# menu items
install -D -m644 %SOURCE4 %{buildroot}%{_datadir}/applications/%name.desktop

%files
%{_bindir}/*
%{_datadir}/applications/%name.desktop
%{_iconsdir}/*/
%{_libdir}/%name/*
%doc README FAQ CHA* Cha*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.8-3
+ Revision: fcbd4ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1422 |14cr|fricorder-0.6-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fricorder
%define version 0.6
%define release 10
%define title Fricorder

Summary: Video recorder for Freebox from a french isp adsl 
Name:    %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Patch0: %{name}-fixed-exe.patch.bz2
Source10:  %{name}-16.png
Source11:  %{name}-32.png
Source12:  %{name}-48.png
License: GPL
Group: 	 Video
Url: 	 http://manatlan.online.fr/fricorder.php
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

Requires: vlc
Requires: python => 2.4 
Requires: pygtk2.0 pygtk2.0-libglade python-pyxml
Requires: zenity
Requires: at

%description
Fricorder is a video recorder for Freebox from a french isp adsl.

Fricorder permet de programmer des enregistrements
vido des flux mis par la freebox dans le cadre de
la fonctionnalit "multiposte", en utilisant vlc.

Ses principales features :
 - interfaces Web (pilotable  distance) et GTK
 - utilisation d'un guide tv pour faciliter la saisie (xmltv)
 - utilise les capacits de linux ;-) (commande "at")
   (fricorder n'a pas besoin d'tre lanc, c'est l'OS qui se
   charge de l'enregistrement, seul ce dernier doit tourner ;-)
 - recherche des flux directement sur la freebox (playlist.m3u)

%prep
%setup -q -n %{name}
%patch -p1 
chmod 444 README

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version}
install -m755 frecord.sh $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version}
install -m755 fricorder.py $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version}
install -m644 SimpleGladeApp.py $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version}
install -m644 fricorder.glade $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version}
install -m755 fricorder-web.py $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version}
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version}/libs
for i in libs/*; do
  install -m644 $i $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version}/libs
done
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version}/templates
for i in templates/*; do
  install -m644 $i $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version}/templates
done
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version}/tmp

mkdir -p $RPM_BUILD_ROOT/%{_bindir}/
cat <<EOF >$RPM_BUILD_ROOT/%{_bindir}/%{name}
#!/bin/sh
PYTHONPATH=${PYTHONPATH=.}

PYTHONPATH=${PYTHONPATH}:%{_datadir}/%{name}-%{version}

exec python -u -O %{_datadir}/%{name}-%{version}/fricorder.py $*
EOF
chmod 755 $RPM_BUILD_ROOT/%{_bindir}/%{name}

#menus

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{title}
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=QT;Video;Player;X-MandrivaLinux-Multimedia-Video;
EOF

install -m644 %{SOURCE10} -D %buildroot/%{_miconsdir}/%{name}.png
install -m644 %{SOURCE11} -D %buildroot/%{_iconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %buildroot/%{_liconsdir}/%{name}.png

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}-%{version}
%_iconsdir/%{name}.png
%_liconsdir/%{name}.png
%_miconsdir/%{name}.png
%_datadir/applications/mandriva-%{name}.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-10
+ Revision: e9abd60
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1423 |14cr|fritzing-0.8.3b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global _enable_debug_package 0
%global debug_package %{nil}

Name: fritzing
Version: 0.8.3b
Release: 2
Summary: Electronic Design Automation software; from prototype to product
License: GPLv2/GPLv3
Group: Sciences/Other
Url: http://fritzing.org/
Source: http://fritzing.org/download/%{version}/source-tarball/%{name}-%{version}.source.tar.bz2
Source1: fritzing.desktop
Source2: fritzing.rpmlintrc
# Fedora patch to disable internal auto-updating feature.
Patch0:         fritzing-disable-autoupdate.patch

BuildRequires:  qt4-devel
BuildRequires:  desktop-file-utils
BuildRequires:  boost-devel
BuildRequires:  quazip-devel
BuildRequires:  minizip-devel
Requires:	fonts-ttf-droid

%description
Fritzing is an open-source initiative to support designers, artists,
researchers and hobbyists to take the step from physical prototyping
to actual product. It is in the spirit of Processing and Arduino which
allows users to document their Arduino and other electronic-based 
prototypes, and to create a PCB layout for manufacturing.

%prep
%setup -q -n %{name}-%{version}.source
rm -f pri/quazip.pri
rm -rf src/lib/quazip

sed -i 's/\r//' README.txt
sed -i 's/\r//' LICENSE.CC-BY-SA

%patch0 -p1 -b .disable-updates

%build
CXXFLAGS="%{optflags}"
%qmake_qt4 DEFINES=QUAZIP_INSTALLED
%make

%install
make install INSTALL_ROOT=%{buildroot}

# A few files in /usr/share/fritzing end up executable.
find %{buildroot}%{_datadir}/%{name} -type f -exec %{__chmod} 644 {} \;
find %{buildroot}%{_datadir}/%{name} -type d -exec %{__chmod} 755 {} \;

# Icon is dumped in /usr/share/icons by default, need to move it.
mv %{buildroot}%{_datadir}/icons %{buildroot}%{_datadir}/pixmaps

# Included .desktop file is suitable for SuSE, not ROSA.
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}

%files
%defattr(-,root,root,-)
%doc README.txt LICENSE.GPL2 LICENSE.GPL3 LICENSE.CC-BY-SA
%{_bindir}/Fritzing
%{_datadir}/%{name}
%{_datadir}/applications/fritzing.desktop
%{_datadir}/pixmaps/fritzing.png
%{_mandir}/man?/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3b-2
+ Revision: d3e9132
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1424 |14cr|frodo-4.2-0.20030707.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    frodo
%define version 4.2
%define cvsdate 20030707
%define rel %mkrel 4
%define release 0.%{cvsdate}.%{rel}

Summary:       Free portable C64 emulator
Name:          %{name}
Version:       %{version}
Release:       %{release}
Source0:       Frodo4-%{cvsdate}.tar.bz2
Source10:      Frodo.16.png
Source11:      Frodo.32.png
Source12:      Frodo.48.png
License:       GPLv2
Group:         Emulators
Url:           http://frodo.cebix.net/
BuildRoot:     %{_tmppath}/%{name}-buildroot
BuildRequires: SDL-devel >= 1.2.0

%description
Frodo is a free, portable Commodore 64 emulator that runs on a variety
of platforms, with a focus on the exact reproduction of special graphical
effects possible on the C64.

Frodo comes in three flavours: The "normal" Frodo with a line-based
emulation, the improved line-based emulation "Frodo PC", and the
single-cycle emulation "Frodo SC" that is slower but far more compatible.

%prep
%setup -q -n Frodo4

%build
cd Src
%configure2_5x
%make

%install
rm -rf %{buildroot}
cd Src
%makeinstall_std

cd ..
mkdir -p %{buildroot}%{_datadir}/frodo/64prgs
rm -rf 64prgs/CVS
install -m644 64prgs/* %{buildroot}%{_datadir}/frodo/64prgs/

mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Frodo
Comment=C64 Emulator, Classic Line Mode
Exec=Frodo
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Emulators;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-pc.desktop << EOF
[Desktop Entry]
Name=FrodoPC
Comment=C64 Emulator, Improved Line Mode
Exec=Frodo
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Emulators;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-sc.desktop << EOF
[Desktop Entry]
Name=FrodoSC
Comment=C64 Emulator, Single-Cycle Mode
Exec=Frodo
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Emulators;
EOF

install -m644 %{SOURCE10} %{buildroot}%{_miconsdir}/frodo.png
install -m644 %{SOURCE11} %{buildroot}%{_iconsdir}/frodo.png
install -m644 %{SOURCE12} %{buildroot}%{_liconsdir}/frodo.png

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}

%postun
%{clean_menus}
%endif

%files
%defattr(-,root,root)
%doc COPYING CHANGES 
%doc Docs/*.html
%{_bindir}/Frodo
%{_bindir}/FrodoPC
%{_bindir}/FrodoSC
%{_bindir}/Frodo_GUI.tcl
"%{_datadir}/frodo/1541 ROM"
"%{_datadir}/frodo/Basic ROM"
"%{_datadir}/frodo/Char ROM"
"%{_datadir}/frodo/Kernal ROM"
%{_datadir}/frodo/64prgs
%{_miconsdir}/frodo.png
%{_iconsdir}/frodo.png
%{_liconsdir}/frodo.png
%{_datadir}/applications/mandriva-%{name}*.desktop




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 4.2-0.20030707.4
+ Revision: 91f77ba
- Automatic import for version 4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1425 |14cr|frogatto-1.3.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global commit a7ef3bfa0c32df4852bf057fab969c1a080edf4d
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Summary:	Frogatto & Friends classic adventure game
Name:		frogatto
Version:	1.3.3
Release:	5
License:	GPLv3+
Group:		Games/Arcade
Url:		http://www.frogatto.com/
Source0:	https://github.com/frogatto/frogatto/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
Source1:	frogatto
Source2:	frogatto.desktop
Source3:	frogatto.pod
# Patch Makefile not to link lSDLmain
Patch0:         %{name}-1.2-Makefile.patch
# Boost no longer has separate non mt and -mt variants of its libs
Patch1:         %{name}-1.3-no-boost-mt.patch
# Use FreeFont instead of the Ubuntu Font Family
Patch2:         %{name}-1.3-fonts.patch

BuildRequires:  boost-devel
BuildRequires:  gcc-c++
BuildRequires:  SDL-devel
BuildRequires:  SDL_image-devel
BuildRequires:  SDL_mixer-devel
BuildRequires:  SDL_ttf-devel
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(glew)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  ccache
BuildRequires:  glibc-devel
BuildRequires:  perl
BuildRequires:  libicns-utils
BuildRequires:  desktop-file-utils

Requires:       hicolor-icon-theme
Requires:       fonts-ttf-freefont

Requires: %{name}-gamedata = %{version}

%description
Frogatto & Friends is a old-school 2d platformer game, starring a certain
quixotic frog.

%package	gamedata
Summary:	Game data for frogatto
License:	distributable
Group:		Games/Arcade
# We split game data to separate package to make it noarch and thus save
# bandwidth and space on distribution media.
BuildArch:	noarch

%description	gamedata
Game data for frogatto.

%prep
%setup -qn %{name}-%{commit}
%patch0 -p1
%patch1 -p1
%patch2 -p1

sed -i -e 's#BINARY_FILE=.*#BINARY_FILE=%{_libdir}/frogatto/game#g' %{SOURCE1}

# Fix locale file path
sed -i 's!"./locale/"!"%{_datadir}/locale/"!' src/i18n.cpp

%build
%make

%install
# Install wrapper script
install -d %{buildroot}%{_gamesbindir}
install -pDm 755 %{SOURCE1} %{buildroot}%{_gamesbindir}/frogatto

# Install game and data
install -d %{buildroot}%{_libdir}/%{name}
install -m 755 -p game %{buildroot}%{_libdir}/%{name}
install -d %{buildroot}%{_datadir}/%{name}/modules/%{name}
cp -pr data images music *.cfg %{buildroot}%{_datadir}/%{name}
pushd modules/%{name}
cp -pr data images music sounds *.cfg \
  %{buildroot}%{_datadir}/%{name}/modules/%{name}
# Install translations
  cp -pr locale %{buildroot}%{_datadir}
popd

# Install desktop file
install -d %{buildroot}%{_datadir}/applications
desktop-file-install \
  --dir %{buildroot}%{_datadir}/applications \
  %{SOURCE2}

# Extract Mac OS X icons
icns2png -x modules/%{name}/images/os/mac/icon.icns

# Install icons
for i in 16 32 128 256; do
  install -d -m 755 %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
  install -m 644 icon_${i}x${i}x32.png \
    %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
done

# Install man page
install -d %{buildroot}%{_mandir}/man6
pod2man --section=6 \
  -center="RPM Fusion contributed man pages" \
  -release="%{name} %{version}" \
  -date="July 13th, 2010" \
   %{SOURCE3} > %{buildroot}%{_mandir}/man6/%{name}.6

%find_lang %{name}

%files -f %{name}.lang
%{_gamesbindir}/*
%{_libdir}/%{name}/
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_mandir}/man6/*

%files gamedata
%doc LICENSE modules/%{name}/CHANGELOG
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-5
+ Revision: 98640cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1426 |14cr|frogr-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)
%define gstapi 1.0

Summary:	Tool to Manage Flickr Accounts
Name:		frogr
Version:	0.9
Release:	2
License:	GPLv3+
Group:		Graphical desktop/GNOME
Url:		https://live.gnome.org/Frogr
Source0:	http://ftp.gnome.org/pub/GNOME/sources/frogr/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gstreamer-%{gstapi})
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)

%description
Frogr is a small application for the GNOME desktop that allows users to
manage their accounts in the Flickr image hosting website. It supports
all the basic Flickr features, including uploading pictures, adding
descriptions, setting tags and managing sets and groups pools.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README THANKS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_datadir}/pixmaps/frogr.xpm
%{_iconsdir}/hicolor/*/apps/frogr.*
%{_iconsdir}/HighContrast/*/apps/frogr.*
%{_mandir}/man1/frogr.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-2
+ Revision: a972fe2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1427 |14cr|frontline-0.5.4-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GUI frontend for autotrace
Name: 		frontline
Version:	0.5.4
Release:	18
Group:		Graphics
License:	GPLv2+
Url:		http://autotrace.sourceforge.net/frontline

Source:		http://autotrace.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}.png
Patch0:		frontline-0.5.4-mdv-fix-str-fmt.patch
Patch1:		frontline-0.5.4-mdv-fix-linkage.patch

BuildRequires:	gnome-libs-devel
BuildRequires:	popt-devel
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(autotrace)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(pstoedit)
BuildRequires:	pkgconfig(ImageMagick)

%description
Frontline provides a gtk+/gnome based GUI frontend for 
autotrace (http://autotrace.sourceforge.net) in 4 ways.

1. Stand alone program. A command `frontline' runs as a stand alone
   program. It will work well with Gnome desktop and nautilus.
   
2. Reusable library. A library `libfrontline.a' could be used as a
   building block of your application that needs the autotrace function.
   APIs are listed in frontline.h.  The stand alone program frontline
   itself uses libfrontline.a.

3. Sodipodi, a drawing editor add-on module. add-on module uses the 
   libfrontline.a. See below.

%package -n %{name}-devel
Summary:	Frontline devel file
Group:		Development/C
Requires:	%{name} = %{version}-%{release}

%description -n %{name}-devel
Frontline devel file.

%prep
%setup -q
%patch0 -p1 -b .strfmt
%patch1 -p1 -b .linkage

%build
%configure2_5x
make

%install
%makeinstall_std

%find_lang %{name}

# menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=FrontLine
Comment=A GUI frontend for autotrace
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Graphics;Graphics;
EOF

# icon
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
install -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE2} %{buildroot}%{_liconsdir}/%{name}.png
install -m 644 %{SOURCE3} %{buildroot}%{_iconsdir}/%{name}.png

rm -Rf %{buildroot}%{_libdir}/gimp/

%files -f %{name}.lang
%doc README NEWS AUTHORS TODO ChangeLog
%{_bindir}/%{name}
%{_datadir}/pixmaps/*
%{_datadir}/mime-info/*
%{_datadir}/gnome/*/*/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png

%files -n %{name}-devel
%{_includedir}/*
%{_bindir}/%{name}-config
%{_libdir}/pkgconfig/*
%{_libdir}/*.a
%{_datadir}/aclocal/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.4-18
+ Revision: 3aeddb6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1428 |14cr|frostwire-5.6.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec is based on Nicolo' Costanza's and Francesco Mancuso's work in MIB

Summary:	Java-based BitTorrent client
Name:		frostwire
Version:	5.6.4
Release:	3
License:	GPLv3+
Group:		Networking/WWW
Url:		http://www.frostwire.com/
Source0:	http://downloads.sourceforge.net/frostwire/frostwire_%{version}.orig.tar.gz
BuildRequires:	ant
BuildRequires:	locales
Requires:	java >= 1.7
BuildArch:	noarch

%description
FrostWire is a peer-to-peer file sharing program for the BitTorrent protocol.
It is forked from Limewire and written in Java.

%files
%doc README.txt
%{_bindir}/%{name}
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export LC_ALL=en_US.UTF-8
ant everything

#Copy frostwire.jar
cp -p -v dist/*.jar lib/jars
#Copy all component jars too
cp -p -v components/*/dist/*.jar lib/jars
#Final pack200 all the jars
./resources/pack200.sh

%install
export DONT_STRIP=1

mkdir -p %{buildroot}%{_datadir}/%{name} %{buildroot}%{_datadir}/applications %{buildroot}%{_iconsdir} %{buildroot}%{_bindir}

install -m0644 lib/jars/*.pack %{buildroot}%{_datadir}/frostwire/
install -m0755 resources/frostwire.sh %{buildroot}%{_datadir}/frostwire/
install -m0644 resources/EULA.txt %{buildroot}%{_datadir}/frostwire/
install -m0644 resources/VERSION %{buildroot}%{_datadir}/frostwire/
install -m0755 resources/frostwire %{buildroot}%{_bindir}/
install -m0644 resources/frostwire.desktop %{buildroot}%{_datadir}/applications/
cp -fr lib/icons/hicolor %{buildroot}%{_iconsdir}


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.6.4-3
+ Revision: b784f44
- Fix locale issue



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1429 |14cr|frozen-bubble-2.212.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Games-FrozenBubble
%define upstream_version 2.212

# TODO 
#  server package, with initscript, for people wanting to have a complete
#   server
#  zeroconf integration, with this initscript ( and in konqueror )
Name:		frozen-bubble
Version:	%perl_convert_version %{upstream_version}
Release:	10

Summary:	Frozen Bubble arcade game

License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.frozen-bubble.org/
Source0:	http://www.frozen-bubble.org/data/%{module}-%{upstream_version}.tar.gz

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer) >= 1.2.2
BuildRequires:	libsmpeg-devel
BuildRequires:	perl(Alien::SDL)
BuildRequires:	perl(Archive::Extract)
BuildRequires:	perl(Compress::Bzip2)
BuildRequires:	perl(IPC::System::Simple)
BuildRequires:	perl(Locale::Maketext::Extract)
BuildRequires:	perl(SDL)          >= 2.400.0
BuildRequires:	perl(autodie)
BuildRequires:	perl(parent)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(SDL_Pango)

Requires:	perl-SDL >= 2.400.0
Requires:	perl(Compress::Bzip2)

%description
A Puzzle Bobble / Bust-a-Move like game featuring colorful 3D rendered
penguin animations, 100 levels, local and Internet-based multiplayer,
a level editor, 3 professional quality digital soundtracks, 15 stereo
sound effects, 8 unique graphical transition effects, 8 unique logo
eye-candies.


%prep
%setup -q -n %{module}-%{upstream_version}

%build
export CFLAGS="%{optflags} -Wno-error=unused-result"
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}
rm -f %{buildroot}%{_gamesdatadir}/frozen-bubble/gfx/shoot/create.pl

install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Frozen Bubble
Name[ru]=Frozen Bubble
Comment=Frozen Bubble arcade game
Comment[ru]=Игра Frozen Bubble
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

install -m 644 share/icons/frozen-bubble-icon-16x16.png -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 644 share/icons/frozen-bubble-icon-32x32.png -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 644 share/icons/frozen-bubble-icon-48x48.png -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
# language files not located in standard location, so let's screw it for now..
#%find_lang %{name}

%files
#-f %{name}.lang
%doc README AUTHORS META.yml HISTORY
%{_bindir}/*
#{_gamesdatadir}/%{name}
#{perl_vendorlib}/*
%{perl_vendorarch}/*
#{perl_vendorarch}/*.pm
%{_mandir}/*/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.212.0-10
+ Revision: 446e472
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1430 |14cr|fsa-0.51-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fsa
Version:	0.51
Release:	2
Summary:	Finite state automata package
Group:		Sciences/Computer science
License:	Freeware
URL:		http://www.eti.pg.gda.pl/~jandac/fsa.html
Source:		ftp://ftp.pg.gda.pl/pub/software/xtras-PG/fsa/%{name}_%{version}.tar.gz
Patch:		%{name}_0.41.fileselect-shellbang.patch.bz2

%description
This package contains several finite state automata-based utilities for:
- spellchecking
- diacritic restoration
- morphological analysis and synthesis
- acquisition of data for morphological descriptions
- perfect hashing

%package tcl
Summary:	Tcl/Tk interface for %{name}
Group:		Sciences/Computer science
Requires:	%{name} = %{version}-%{release}

%description tcl
Tcl/Tk interface for %{name}.

%prep
%setup -q -n s_fsa
%patch

%build
%make CPPFLAGS="\
  %{optflags} \
  -DFLEXIBLE  \
  -DNUMBERS \
  -DA_TERGO \
  -DGENERALIZE \
  -DSORT_ON_FREQ \
  -DSHOW_FILLERS  \
  -DSTOPBIT \
  -DNEXTBIT \
  -DMORE_COMPR \
  -DCASECONV \
  -DRUNON_WORDS \
  -DMORPH_INFIX \
  -DPOOR_MORPH \
  -DCHCLASS \
  -DGUESS_LEXEMES -DGUESS_PREFIX \
  -DGUESS_MMORPH \
  -DDUMP_ALL"

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/{man1,man5}
install -d -m 755 %{buildroot}%{_datadir}/%{name}/{dict,tclmacq}
make PREFIXDIR=%{buildroot}%{_prefix} \
     MANDIR=%{buildroot}%{_mandir} \
     DICTDIR=%{buildroot}%{_datadir}/%{name}/dict \
     LISPDIR=%{buildroot}%{_libdir}/emacs/site-lisp \
     TCLMACQDIR=%{buildroot}%{_datadir}/%{name}/tclmacq \
     install
mv %{buildroot}%{_bindir}/simplify.pl %{buildroot}%{_bindir}/simplify-fsa.pl

%files
%doc CHANGES INSTALL README TROUBLESHOOTING
%{_bindir}/*
%{_mandir}/*/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/dict
%exclude %{_bindir}/*.tcl

%files tcl
%doc CHANGES INSTALL README TROUBLESHOOTING
%{_bindir}/*.tcl
%{_datadir}/%{name}/tclmacq


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.51-2
+ Revision: 38bbd1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1431 |14cr|fsarchiver-0.6.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Safe and flexible file-system backup/deployment tool
Name:		fsarchiver
Version:	0.6.17
Release:	3
Group:		Archiving/Backup
License:	GPLv2+
Url:		http://www.fsarchiver.org
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		fsarchiver-0.6.13-linking.patch
BuildRequires:	e2fsprogs
BuildRequires:	attr-devel
BuildRequires:	bzip2-devel
BuildRequires:	liblzo-devel
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(zlib)

%description
FSArchiver is a system tool that allows you to save the contents of a
file-system to a compressed archive file. The file-system can be restored
on a partition which has a different size and it can be restored on a
different file-system. Unlike tar/dar, FSArchiver also creates the
file-system when it extracts the data to partitions. Everything is
checksummed in the archive in order to protect the data. If the archive
is corrupt, you just loose the current file, not the whole archive.

%files
%doc README THANKS NEWS ChangeLog
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x

%make V=1

%install
%makeinstall_std




%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.17-3
+ Revision: 065f120
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1432 |14cr|fsgrab-1.1-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fsgrab
%define version 1.1
%define release 15

Summary: Get blocks from an (ext2) filesystem on Linux
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: File tools
Source: %name-%version.tar.bz2
Buildroot: %_tmppath/%{name}-buildroot

%description
This program allows you to seek to a given point in a file or a block device
and write a given number of blocks out from that point, without reading the
intervening material. This is useful in attempting undeletion of
files. See the Ext2fs-Undeletion howto for details.

%prep
rm -rf $RPM_BUILD_ROOT

%setup

%build
make

%install
install -m 755 -d $RPM_BUILD_ROOT%{_bindir}
install -m 755 fsgrab $RPM_BUILD_ROOT%{_bindir}/

install -m 755 -d $RPM_BUILD_ROOT%{_mandir}/man1
install -m 644 fsgrab.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%doc README
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-15
+ Revision: f30b185
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1433 |14cr|fslint-2.42-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           fslint
Version:        2.42
Release:	2
Summary:       	An utility to find and clean "lint" on a filesystem
Group:          File tools 
License:        GPLv2+
URL:            http://www.pixelbeat.org/fslint/
Source0:        http://www.pixelbeat.org/fslint/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}
BuildArch:      noarch
BuildRequires:  gettext, desktop-file-utils
Requires:       python >= 0:2.0, pygtk2.0, pygtk2.0-libglade, cpio

%description
FSlint is a toolkit to find all redundant disk usage (duplicate files
for e.g.). It includes a GUI as well as a command line interface.


%prep
%setup -q 
%{__perl} -pi -e 's|^liblocation=.*$|liblocation="%{_datadir}/%{name}" #RPM edit|' fslint-gui
%{__perl} -pi -e 's|^locale_base=.*$|locale_base=None #RPM edit|' fslint-gui


%build
# Not.


%install
rm -rf %buildroot
install -Dpm 755 fslint-gui %buildroot%{_bindir}/fslint-gui
install -dm 755 %buildroot%{_datadir}/%{name}/%{name}/{fstool,supprt}
install -dm 755 %buildroot%{_datadir}/%{name}/%{name}/supprt/rmlint
install -dm 755 %buildroot%{_mandir}/man1
install -pm 644 fslint.glade fslint_icon.png \
  %buildroot%{_datadir}/%{name}
install -dm 755 %buildroot%{_datadir}/pixmaps
ln -s %{_datadir}/%{name}/fslint_icon.png $RPM_BUILD_ROOT%{_datadir}/pixmaps
install -pm 755 fslint/{find*,fslint,zipdir} \
  %buildroot%{_datadir}/%{name}/fslint
install -pm 755 fslint/fstool/* \
  %buildroot%{_datadir}/%{name}/fslint/fstool
install -pm 644 fslint/supprt/fslver \
  %buildroot%{_datadir}/%{name}/fslint/supprt
install -pm 755 fslint/supprt/get* \
  %buildroot%{_datadir}/%{name}/fslint/supprt
install -pm 755 fslint/supprt/rmlint/* \
  %buildroot%{_datadir}/%{name}/fslint/supprt/rmlint

cp -a man/* \
  %buildroot%{_mandir}/man1/

make -C po DESTDIR=%buildroot LOCALEDIR=%{_datadir}/locale install

desktop-file-install \
  --vendor author \
  --dir %buildroot%{_datadir}/applications \
  --mode 644 \
  %{name}.desktop

%find_lang %{name}


%clean
rm -rf %buildroot


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc doc/*
%{_mandir}/man1/fslint*
%{_bindir}/fslint-gui
%{_datadir}/%{name}
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/pixmaps/fslint_icon.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.42-2
+ Revision: 9d39a2d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1434 |14cr|fsstress-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fsstress
%define version 1.0
%define release 10

Summary: A filesystem stressing tool
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.gz
License: GPL v2
Group: System/Kernel and hardware 
Url: http://cvs.sourceforge.net/viewcvs.py/ltp/ltp/testcases/kernel/fs/fsstress/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
fsstress is a filesystem stressing tool.


%prep
%setup -q

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}/
cp fsstress $RPM_BUILD_ROOT%{_bindir}/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/fsstress




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-10
+ Revision: 3763806
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1435 |14cr|fs-uae-2.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A software emulation of the Amiga system
Name:		fs-uae
Version:	2.2.2
Release:	3
License:	GPLv2
Group:		Emulators
URL:		http://fengestad.no/fs-uae/files/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
UAE is a software emulation of the Amiga system hardware, which
enables you to run most available Amiga software.  Since it is a
software emulation, no extra or special hardware is needed.  The Amiga
hardware is emulated accurately, so that Amiga software is tricked
into thinking it is running on the real thing.  Your computer's
display, keyboard, hard disk and mouse assume the roles of their
emulated counterparts.

Note that to fully emulate the Amiga you need the Amiga KickStart ROM
images, which are copyrighted and, of course, not included here.

[This is in an unofficial branch of UAE (the Ubiquitous Amiga Emulator)
with the aim of bringing the features of WinUAE to non-Windows platforms
such as Linux, Mac OS X and BeOS.]

%prep
%setup -q

%build
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/fs-uae
%{_docdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/fs-uae.desktop
%{_datadir}/icons/hicolor/*/apps/fs-uae.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.2-3
+ Revision: c22271a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1436 |14cr|fsx-1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    fsx
%define version 1.3
%define release 7

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:	General filesystem exerciser
URL:		http://www.freebsd.org/cgi/cvsweb.cgi/src/tools/regression/fsx
License:	GPL
Group:		System/Kernel and hardware
Source0:	%{name}.c
Source1:	README
Buildroot:	 %{_tmppath}/%{name}-%{version}-root

%description
General filesystem exerciser

%build
%__cc %{optflags} -o %{name} %SOURCE0

%install
rm -rf $RPM_BUILD_ROOT

install -d $RPM_BUILD_ROOT%_bindir
cp fsx $RPM_BUILD_ROOT%_bindir

install -d $RPM_BUILD_ROOT%_defaultdocdir/%{name}-%{version}
cp %SOURCE1 $RPM_BUILD_ROOT%_defaultdocdir/%{name}-%{version}

%files
%attr(755,root,root)
%_bindir/fsx
%_defaultdocdir/%{name}-%{version}

%clean
rm -rf $RPM_BUILD_ROOT





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-7
+ Revision: 5db9b49
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1437 |14cr|fte-0.50-0.20040412.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define cvssnap 20040412

Summary:	FTE Text Editor (programmer oriented)
Name:		fte
Epoch:		1
Version:	0.50
Release:	0.%{cvssnap}.10
License:	GPLv2+
Group:		Editors
Url:		http://fte.sourceforge.net/
Source0:	http://fte.sourceforge.net/fte/%{name}-cvs-%{cvssnap}.tar.bz2
Patch0:		fte-20040412-rpmopt.patch
Patch1:		fte-slang2_compat.patch
Patch2:		fte-lib64.patch
BuildRequires:	gpm-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(slang)
BuildRequires:	pkgconfig(x11)

%description
FTE is a Text Mode text editor for xterm sessions.  Color syntax highlighting
for C/C++, REXX, HTML, IPF, PERL, Ada, Pascal, TEX.  Multiple file/window
editing, Column blocks, configurable menus and keyboard bindings, mouse
support, undo/redo, regular expression search and replace, folding, background
compiler execution.

%files
%defattr(0755,root,root,0755)
%{_bindir}/*
%defattr(0644,root,root,0755)
%doc README COPYING Artistic CHANGES HISTORY TODO BUGS doc/*.html
%{_libdir}/fte
%{_datadir}/applications/*

#----------------------------------------------------------------------------

%prep
%setup -q -n fte
%patch0 -p0 -b .rpmopt
%patch1 -p1 -b .slang2_compat
%if %{_lib} == lib64
%patch2 -p1 -b .lib64
%endif

%build
make PREFIX=%{_prefix}

%install
%makeinstall_std INSTALL_NONROOT=1 PREFIX=%{buildroot}%{_prefix}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=FTE Text Editor (programmer oriented)
Exec=%{name}
Icon=editors_section
Terminal=false
Type=Application
Categories=Utility;TextEditor;
EOF


%changelog
* Fri May 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.50-0.20040412.10
+ Revision: fa3e788
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1438 |14cr|ftnchek-3.3.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fortran 77 program checker
Name:		ftnchek
Version:	3.3.1
Release:	9
License:	MIT
Group:		Development/Other
Url:		http://www.dsm.fordham.edu/~ftnchek
Source0:	ftp://ftp.dsm.fordham.edu/pub/ftnchek/%{name}-%{version}.tar.bz2
Buildrequires:	bison
Buildrequires:	groff
Buildrequires:	groff-for-man

%description
Ftnchek (short for Fortran checker) is designed to detect certain errors in a
Fortran program that a compiler usually does not.

Ftnchek is not primarily intended to detect syntax errors.
Its purpose is to assist the user in finding semantic errors.
Semantic errors are legal in the Fortran language but are wasteful or may
cause incorrect operation.

%files
%doc README PATCHES FAQ LICENSE dcl2inc.ps ftnchek.ps html
%attr (0755,root,root) %{_bindir}/*
%attr (0644,root,root) %{_mandir}/man1/*
%attr (0644,root,root) %{_datadir}/emacs/site-lisp/*
%{_libdir}/*.awk

#----------------------------------------------------------------------------

%prep
%setup -q
touch `find . -type f`

%build
%configure2_5x
make "OPTIONS=%{optflags}"
cd test
make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp
%makeinstall STRIP=true


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3.1-9
+ Revision: 7c51956
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1439 |14cr|ftplib-4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname ftp %{major}
%define devname %mklibname ftp -d

Summary:	FTP Library Routines
Name:		ftplib
Version:	4.0
Release:	2
License:	Artistic
Group:		System/Libraries
Url:		http://nbpfaus.net/~pfau/ftplib/
Source0:	http://www.nbpfaus.net/~pfau/ftplib/%{name}-%{version}.tar.gz

%description
This package implements a callable interface to FTP. The FTP
protocol is specified in RFC 959.

#----------------------------------------------------------------------------

%package -n qftp
Summary:	Command line driven ftp file transfer program
Group:		Networking/File transfer

%description -n qftp
qftp performs directories or file transfers using the ftp protocol
based on the command it was invoked with and command line arguments.

%files -n qftp
%doc README.qftp
%{_bindir}/ftp*
%{_bindir}/qftp

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of ftplib
Group:		System/Libraries

%description -n %{libname}
This package implements a callable interface to FTP. The FTP
protocol is specified in RFC 959.

This package contains the library needed to run programs dynamically
linked with ftplib.

%files -n %{libname}
%doc CHANGES README.ftplib-%{version} LICENSE
%{_libdir}/libftp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and static library for ftplib development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	libftp-devel = %{EVRD}
Provides:	ftp-devel = %{EVRD}

%description -n %{devname}
This package implements a callable interface to FTP. The FTP
protocol is specified in RFC 959.

This package contains the headers and static library that
programmers will need to develop applications which will use
ftplib.

%files -n %{devname}
%doc CHANGES README.ftplib-%{version} LICENSE
%{_libdir}/*.so
%{_includedir}/%{name}.h

#----------------------------------------------------------------------------

%prep
%setup -q
sed -i 's,/usr/local/bin,$(DESTDIR)%{_bindir},' src/Makefile
sed -i 's,/usr/local/lib,$(DESTDIR)%{_libdir},' src/Makefile
sed -i 's,/usr/local/include,$(DESTDIR)%{_includedir},' src/Makefile

%build
cd src
%make DEBUG="%{optflags}"

%install
cd src
install -d -m755 %{buildroot}%{_bindir}
install -d -m755 %{buildroot}%{_libdir}
install -d -m755 %{buildroot}%{_includedir}
%makeinstall_std

# unstripped-binary-or-object
chmod 0755 %{buildroot}%{_libdir}/libftp.so.%{major}*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0-2
+ Revision: e43b357
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1440 |14cr|ftpproxy-1.2.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    ftpproxy
%define version 1.2.3
%define release 8
%define Summary Application level gateway for FTP

Summary:        %Summary
Name:           %name
Version:        %version
Release:        %release
License:        GPL
Group:          Networking/File transfer
URL:            http://www.ftpproxy.org/
Source0:        %name-%version.tar.bz2
BuildRoot:      %_tmppath/%name-buildroot

%description
ftp.proxy is an application level gateway for FTP. It sits between a client and
a server forwarding command and data streams supporting a subset of the file
transfer protocol as described in RFC 959.

Beside this basic function which makes the program useful on firewall or
masqueraders it offers fixing the FTP server (e.g. for connections into a
protected LAN) and proxy authentication.

%prep
%setup -q

%build
%make

%install
rm -rf %buildroot

%__mkdir_p %{buildroot}%{_bindir}
%__cp src/ftp.proxy %{buildroot}%{_bindir}

%clean
rm -rf %buildroot

%files
%defattr(0755,root,root,0755)
%_bindir/*
%defattr(0644,root,root,0755)
%doc HISTORY INSTALL LICENSE doc/rfc2389.txt doc/rfc959.txt
%doc samples/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-8
+ Revision: 371a5fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1441 |14cr|ftpsync-1.81-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ftpsync
Version:	1.81
Release:	2
Summary:	Tool to synchronize a remote FTP-served with a local directory
Source0:	http://www.linux-france.org/prj/ftpsync/dist/%{name}-%{version}.tgz
License:	GPLv2
Group:		Networking/File transfer
Url:		http://www.linux-france.org/prj/ftpsync/
BuildArch:	noarch

%description
The command ftpsync is a tool allowing incremental and recursive FTP
transfer from a local directory to a remote FTP-served directory.

We sometimes need to mirror a set of files on a remote ftp server. The
perfect tool (rsync) is not always available.

Developing a script invoking a standard FTP client software will cause
useless transfers (all files again and again even if they have not
changed), and taking sub-directories into account will not be easy.

ftpsync is the adequate tool because it reduces the amount of data
transferred by not transferring a given local file if the remote copy
has an newer date (so the copy is already done and up to date) and the
same size (transfer completely done). The difference between system
clocks is taken into account using the ftp protocol. ftpsync is
somewhat "like" the rsync command but it uses the FTP protocol and
only transfers local files to a remote FTP server. Moreover it
implements the missing 'recursive PUT' FTP command.

%prep
%setup -q

%build

%install
%__rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_bindir}
%__install -m 755 ftpsync %{buildroot}%{_bindir}/ftpsync

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README VERSION GPL INSTALL TODO ChangeLog CREDITS
%{_bindir}/ftpsync




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.81-2
+ Revision: 93542be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1442 |14cr|funcoeszz-13.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Handy bash functions called zz*
Name:		funcoeszz
Version:	13.2
Release:	2
License:	GPLv2+
Group:		Text tools
Url:		http://funcoeszz.net/
Source0:	http://funcoeszz.net/funcoeszz
Source1:	zzwrapper
Requires:	lynx
BuildArch:	noarch

%description
Handy bash functions called zz*, to deal with files, internet dictionary
queries, freshmeat, and others.

%files
%{_bindir}/funcoeszz
%{_bindir}/zz*

#----------------------------------------------------------------------------

%prep

%build

%install
install -d %{buildroot}%{_bindir}
install -m 0755 %{SOURCE0} %{buildroot}%{_bindir}/funcoeszz
install -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/zzwrapper
pushd %{buildroot}%{_bindir}
grep '^zz.*()' funcoeszz | sed 's,(),,g' | xargs -n1 ln -s zzwrapper
popd

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 13.2-2
+ Revision: ddc2f92
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1443 |14cr|funguloids-1.06.4-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# pre release from http://www.ogre3d.org/phpBB2/viewtopic.php?t=29147&postdays=0&postorder=asc&start=75 (with autotools and OpenAL support)
##%define pre 0
%define distname %{name}-linux-src-1.06-4

Summary:	Those Funny Funguloids! arcade game
Name:		funguloids
Version:	1.06.4
Release:	17
License:	Zlib/libpng
Group:		Games/Arcade
Url:		http://funguloids.sourceforge.net/
Source0:	http://www.newbyteorder.net/%{distname}.tar.bz2
Source1:	funguloids-linux-1.06-4.tar.bz2
# (ahmad) fix segmenation fault on selecting "start game", due to change in ogre
# using mpak.py, from upstream author, to unpack, modify the scritps and repack
# c.f. http://www.mail-archive.com/packman@links2linux.de/msg02703.html
Source2:	mpak.py
Patch0:		funguloids-1.06-0-noCg.patch
Patch1:		funguloids-1.06-4-gcc43.patch
Patch2:		funguloids-size_chunks_reverse.patch
# add upstream patch to make it work with openal, because it defaults to openal-soft
Patch3:		funguloids-1.06-more-ogre.patch
Patch4:		funguloids-1.06.4-alc_error.patch
# fix doc location
Patch5:		funguloids-1.06-fix-doc-location.patch
Patch6:		funguloids-ogre-1.7.0.patch
Patch7:		funguloids-1.06-gcc4.7.patch
Patch8:		funguloids-1.06-linkage.patch
BuildRequires:	automake1.8
BuildRequires:	lua5.1-devel ogre-devel ois-devel
BuildRequires:	freealut-devel mad-devel pkgconfig(vorbis) openal-devel
Requires:	ogre

%description
Never before has collecting mushrooms been this mildly
entertaining. At least not in outer space. It's more of a lifestyle
than a game, really. Now with graphics and sound, too!

%prep
%setup -q -n %{name} -a 1
%patch0 -p1 -b .noCg
%patch1 -p0
%patch2 -p0
%patch3 -p1
%patch4 -p0
%patch5 -p0 -b .doc
%patch6 -p1
%patch7 -p1
%patch8 -p1
perl -pi -e 's/-llua5\.1/-llua/' configure*
autoreconf -fi

# fix scritps using mpak.py from upstream
cp %{SOURCE2} .
python mpak.py -e -f funguloids/bin/bootstrap.mpk -p _bootstrap
python mpak.py -e -f funguloids/bin/funguloids.mpk -p _gamedata
sed -ri '/^[A-Z]/ s/(.*)/overlay \1/' _bootstrap/*.overlay _gamedata/*.overlay
sed -ri '/^[A-Z]/ s/(.*)/particle_system \1/' _gamedata/*.particle
# This last one looks like a bug in ogre, should be removed when fixed
# The problem is that green and blue mushrooms have a square instead of a glow
sed -ri 's/^(\t\t\t)(texture_unit) 1/\1\2\n\1{\n\1}\n\1\2/' _gamedata/materials.material
python mpak.py -c -f funguloids/bin/bootstrap.mpk _bootstrap/*
python mpak.py -c -f funguloids/bin/funguloids.mpk _gamedata/*
rm -rf mpak.py _bootstrap _gamedata

%build
%configure2_5x --bindir=%{_gamesbindir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std
install %{name}/bin/*.mpk %{buildroot}%{_gamesdatadir}/%{name}
install bin/icon/*.png %{buildroot}%{_gamesdatadir}/%{name}/music

install -m 755 -d %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Those Funny Funguloids!
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/doc/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.06.4-17
+ Revision: e13faed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1444 |14cr|funionfs-0.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fuseversion 2.5.2

Summary:	An union filesystem for FUSE 
Name:		funionfs
Version:	0.4.3
Release:	3
License:	GPLv2
Group:		System/Servers
URL:		http://funionfs.apiou.org
Source:		http://funionfs.apiou.org/file/%{name}-%{version}.tar.bz2
BuildRequires:	fuse-devel >= %{fuseversion}
Requires:	fuse >= %{fuseversion}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Funionfs is a filesystem which concatenate two or more directories. These
directories are hierarchised by Funionfs. Typically, you could use a mounted
filesystem wich is in read-only where you only read files and an upper
filesystem (empty at the start of the system) where you write modifications.
Funionfs is very useful for embedded linux (the system must resist powerfail)
and for live-cd Linux.

%prep
%setup -q -n %{name}-%{version}

%build 
rm -rf autom4te.cache
%configure2_5x
%make

%install
rm -fr %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README NEWS TODO BUGS
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0644,root,root) %{_mandir}/man1/%{name}.1*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.3-3
+ Revision: 9e08a11
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1445 |14cr|furiusisomount-0.11.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	An ISO, IMG, BIN, MDF and NRG Image management utility
Name:		furiusisomount
Version:	0.11.3.1
Release:	2
License:	GPLv3+
Group:		Archiving/Cd burning
Url:		https://launchpad.net/furiusisomount
Source0:	https://launchpad.net/furiusisomount/python/%{version}/+download/%{name}_%{version}.tar.gz
Patch0:		furiusisomount_0.11.3.1-desktop.patch
Requires:	fuseiso
Requires:	pygtk2.0

%description
Simple Gtk+ Interface to Mount ISO, IMG, BIN, MDF and NRG Image files without
burning to disk.

%files
%{_bindir}/%{name}
%dir %{python_sitelib}/%{name}
%{python_sitelib}/%{name}/*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}_%{version}
%patch0 -p1

#Remove unneeded files
rm -fr .bzr
rm -fr .project
rm -fr .pydevproject
rm -fr .settings
rm -fr %{name}

%build

%install
install -dm 755 %{buildroot}%{python_sitelib}/%{name}
install -dm 755 %{buildroot}%{_bindir}

cp -r * %{buildroot}%{python_sitelib}/%{name}
install -Dm644 app.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

#Create a working launch script (the included one doesn't work when you move the files around)
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh

python "%{python_sitelib}/%{name}/src/main.py" \$1

EOF

chmod 755 %{buildroot}%{_bindir}/%{name}


%changelog
* Tue Aug 26 2014 Rosa <rosa@abf.rosalinux.ru> 0.11.3.1-2
+ Revision: e3cad65
- Automatic import for version 0.11.3.1-2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1446 |14cr|fusecompress-2.6-2.41.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# These need from git tarball.
%define gitrel		41
%define downloadcode	4b43418

%define build_bzip2	1
%define build_lzma	1
%define build_lzo	1
%define build_zlib	1

%{?_with_bzip2: %{expand: %%global build_bzip2 1}}
%{?_without_bzip2: %{expand: %%global build_bzip2 0}}
%{?_with_lzma: %{expand: %%global build_lzma 1}}
%{?_without_lzma: %{expand: %%global build_lzma 0}}
%{?_with_lzo: %{expand: %%global build_lzo 1}}
%{?_without_lzo: %{expand: %%global build_lzo 0}}
%{?_with_zlib: %{expand: %%global build_zlib 1}}
%{?_without_zlib: %{expand: %%global build_zlib 0}}

Summary:	Provides a mountable Linux filesystem which transparently compress its content
Name:		fusecompress
Version:	2.6
Release:	2.%{gitrel}.2
License:	GPLv2
Group:		System/Kernel and hardware
Url:		http://miio.net/wordpress/projects/fusecompress/
# Please add comment with the right url/downloadpage.
Source0:	http://download.github.com/tex-%{name}-%{version}-%{gitrel}-g%{downloadcode}.tar.xz

%if %{build_bzip2}
BuildRequires:	bzip2-devel
%endif
%if %{build_lzma}
Requires:	xz
BuildRequires:	pkgconfig(liblzma)
%endif
%if %{build_lzo}
BuildRequires:	liblzo-devel
%endif
%if %{build_zlib}
BuildRequires:	pkgconfig(zlib)
%endif
BuildRequires:	boost-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(fuse)
Requires:	fuse

%description
FuseCompress provides a mountable Linux file system which transparently 
compress its content.  Files stored in this file system are compressed on the 
fly and Fuse allows to create a transparent interface between compressed files 
and user applications.

FuseCompress currently supports these compression methods:
- bzip2 compression
- lzma compression
- lzo2 compression
- zlib compression
- none compression

%prep
%setup -qn %{name}

%build
%configure2_5x \
%if %{build_bzip2}
	--with-bz2 \
%endif
%if %{build_lzma}
	--with-lzma \
%endif
%if %{build_lzo}
	--with-lzo2 \
%endif
%if %{build_zlib}
	--with-z \
%endif
	--with-boost=%{_prefix} \
	--with-boost-libdir=%{_libdir}
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING README
%{_bindir}/*
%{_mandir}/man1/%{name}*


%changelog
* Fri Jun 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.6-2.41.2
+ Revision: a9c3fca
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1447 |14cr|fusedav-0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Userspace file system driver for mounting WebDAV shares
Name:		fusedav
Version:	0.2
Release:	8
Group:		Networking/Other
License:	GPLv2
URL:		http://0pointer.de/lennart/projects/fusedav/
Source0:	http://0pointer.de/lennart/projects/fusedav/%{name}-%{version}.tar.gz
# Patch to fix build on x86_64
# http://ftp.debian.org/debian/pool/main/f/fusedav/fusedav_0.2-1.diff.gz
Patch0:		ne_lfs.dpatch

BuildRequires:	lynx
BuildRequires:	attr-devel
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(neon)

Requires:	fuse
Requires:	lynx

%description
fusedav is a Linux userspace file system driver for mounting WebDAV shares.
It makes use of FUSE as userspace file system API and neon as WebDAV API.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall

%files
%doc LICENSE README
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-8
+ Revision: 0d282b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1448 |14cr|fuse-emulator-1.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		sname	fuse

Summary:	Free Unix Spectrum Emulator
Name:		fuse-emulator
Version:	1.1.1
Release:	5
License:	GPLv2+
Group:		Emulators
Url:		http://fuse-emulator.sourceforge.net/
Source0:	%{sname}-%{version}.tar.gz
Source1:	%{sname}-icons.tar.bz2
BuildRequires:	flex
BuildRequires:	bison
BuildRequires:	bzip2-devel
BuildRequires:	jsw-devel
BuildRequires:	libspectrum-devel >= %{version}
BuildRequires:	libgcrypt-devel >= 1.1.42
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(zlib)

%description
What Fuse does have:

* Working 16K/48K/128K/+2/+2A/+3 Speccy, Timex TC2048/TC2068 and
  Pentagon 128 emulation, running at true Speccy speed on any computer
  you're likely to try it on.
* Support for loading from .tzx files.
* Sound (on systems supporting the Open Sound System, SDL, or OpenBSD/
  Solaris's /dev/audio).
* Emulation of most of the common joysticks used on the Spectrum
  (including Kempston, Sinclair and Cursor joysticks).
* Emulation of some of the printers you could attach to a Spectrum.
* Support for the RZX input recording file format, including
  'competition mode'.
* Emulation of the Spectrum +3e, ZXATASP and ZXCF IDE interfaces.

%files
%defattr(0644,root,root,0755)
%doc README THANKS COPYING AUTHORS ChangeLog
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{sname}*
%{_iconsdir}/%{sname}*
%{_liconsdir}/%{sname}*
%{_mandir}/*/*
%{_datadir}/%{sname}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{sname}-%{version}
%setup -q -T -D -a1 -n %{sname}-%{version}

%build
autoreconf -fi
%configure2_5x \
	--enable-gtk2 \
	--with-roms-dir=%{_datadir}/%{sname}
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat<<EOF>%{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=Fuse
Comment=Free Unix Spectrum Emulator
Exec=%{_bindir}/%{sname}
Icon=%{sname}
Terminal=false
Type=Application
Categories=Game;Emulator;X-MandrivaLinux-MoreApplications-Emulators;
EOF

install -D -m 644 %{sname}48.png %{buildroot}%{_liconsdir}/%{sname}.png
install -D -m 644 %{sname}32.png %{buildroot}%{_iconsdir}/%{sname}.png
install -D -m 644 %{sname}16.png %{buildroot}%{_miconsdir}/%{sname}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-5
+ Revision: 8c587d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1449 |14cr|fuse-emulator-utils-1.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fuse-utils

Summary:	A few tools to deal with ZX Spectrum emulator files
Name:		fuse-emulator-utils
Version:	1.1.1
Release:	3
License:	GPLv2+
Group:		Emulators
Url:		http://fuse-emulator.sourceforge.net/
Source0:	%{oname}-%{version}.tar.gz
BuildRequires:	gettext-devel
BuildRequires:	libspectrum-devel >= %{version}
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(zlib)
%rename fuse-utils

%description
The Fuse utilities are a few tools which may be of occasional use when
dealing with ZX Spectrum emulator files. They were originally
distributed with Fuse, the Free Unix Spectrum Emulator, but are now
independent of Fuse and can be used on their own.

The available utilities are:

* createhdf: create an empty .hdf IDE hard disk image.
* listbasic: list the BASIC in a snapshot or tape file.
* rzxcheck: verify the digital signature in an RZX file.
* rzxdump: list the contents of an RZX input recording file.
* rzxtool: add, extract or remove the embedded snapshot from an RZX file,
  or compress or uncompress the file.
* scl2trd: convert .scl disk images to .trd disk images.
* snap2tzx: convert snapshots to TZX tape images.
* snapconv: convert between snapshot formats.
* tapeconv: convert between .tzx and .tap files.
* tzxlist: list the contents of a TZX file.

%files
%doc README AUTHORS ChangeLog
%{_bindir}/*
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-3
+ Revision: 520c286
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1450 |14cr|fuseftp-0.8-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fuseftp
Summary:	FTP module for FUSE
Version:	0.8
Release:	11
License:	GPLv1 or Artistic
Group:		Development/Perl
URL:		https://github.com/marcust/fuseftp
Source0:	%{name}-%{version}.tar.bz2
Buildarch:	noarch
BuildRequires:	perl-devel
Requires:	fuse perl-Cache

%description
FTP module for FUSE.

%prep
%setup -q

%build
perl Makefile.PL INSTALLDIRS=vendor

%install
%makeinstall_std

%files
%doc README
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-11
+ Revision: ef02bda
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1451 |14cr|fusesmb-0.8.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Browse your network neighbourhood as if it were on your own filesystem
Name:		fusesmb
Version:	0.8.7
Release:	5
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.ricardis.tudelft.nl/~vincent/fusesmb/
Source0:	http://www.ricardis.tudelft.nl/~vincent/fusesmb/download/%{name}-%{version}.tar.gz
Patch0:		fusesmb-0.8.7-fix-str-fmt.patch
Patch1:		fusesmb-0.8.7-smb4.patch
BuildRequires:	samba-client
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(smbclient)
Requires:	fuse
Requires:	samba-client

%description
With SMB for Fuse you can seamlessly browse your network neighbourhood
as if it were on your own filesystem.

It's basically smbmount with a twist. Instead of mounting one Samba share
at a time, you mount all workgroups, hosts and shares at once. Only when
you're accessing a share a connection is made to the remote computer. 

%files
%doc TODO AUTHORS README INSTALL ChangeLog COPYING
%{_bindir}/%{name}
%{_bindir}/%{name}.cache
%{_mandir}/man1/%{name}.1*
%{_mandir}/man5/%{name}.conf.5*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
CFLAGS="%{optflags} $(pkg-config --cflags smbclient)" %configure2_5x
%make

%install
%makeinstall_std


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.7-5
+ Revision: 8530050
- Restore samba-client in BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1452 |14cr|fusil-1.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	fusil
%define version 1.3.2
%define release 3

Summary: 	Framework for fuzzing
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
License: 	GPL
Group: 		Development/Other
URL: 		http://fusil.hachoir.org/trac
Source0: 	http://pypi.python.org/packages/source/f/%{name}/%{name}-%{version}.tar.gz
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: 	noarch
BuildRequires: 	python-devel
Requires: 	python python-ptrace

%description
Fusil the fuzzer is a Python library used to write fuzzing programs.
It helps to start process with a prepared environment (limit memory,
environment variables, redirect stdout, etc.), start network client
or server, and create mangled files. Fusil has many probes to detect
program crash: watch process exit code, watch process stdout and
syslog for text patterns (eg. "segmentation fault"), watch session
duration, watch cpu usage (process and system load), etc.

%prep
%setup -q


%build
python setup.py build


%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=%{buildroot}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING INSTALL README README.windows.txt TODO
%{_bindir}/%{name}-*
%py_puresitedir/%{name}
%py_puresitedir/*.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-3
+ Revision: 5e95e51
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1453 |14cr|fusion-icon-0.1-0.20100215.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20100215

%if  %{git}
# git clone git://anongit.compiz-fusion.org/users/crdlb/fusion-icon
# git archive --format=tar --prefix=fusion-icon-$(date +%Y%m%d)/ master | bzip2 > ../fusion-icon-$(date +%Y%m%d).tar.bz2
%define distname %{name}-%{git}
%define rel 0.%{git}.5
%else
%define distname %{name}-%{version}
%define rel 1
%endif

Name:		fusion-icon
Version:	0.1
Release:	%{rel}
Summary:	Simple tray icon for compiz fusion
Group:		System/X11
License:	GPLv2
URL:		http://www.compiz-fusion.org/
Source:		%{distname}.tar.bz2
Patch0:		fusion-icon-20071127-icon32.patch
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(python)
Requires:	python-compizconfig0.8
Requires:	pygtk2.0
Requires:	glxinfo
Requires:	xvinfo
BuildArch:	noarch

%description
fusion-icon is a simple tray icon for compiz fusion.

%prep
%setup -q -n %{distname}
%patch0 -p1 -b .icon32

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

desktop-file-install \
	--vendor="" \
	--remove-category="Compiz" \
	--add-category="Settings" \
	--add-category="DesktopSettings" \
	--add-category="X-MandrivaLinux-CrossDesktop" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%{_bindir}/%{name}
%{py_puresitedir}/FusionIcon
%{py_puresitedir}/*.egg-info
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/applications/%{name}.desktop


%changelog
* Sat Apr 13 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-0.20100215.5
+ Revision: d6d342a
- LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1454 |14cr|fusioninventory-agent-2.1.9-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32(.*)\\)'
%endif

Name:		fusioninventory-agent
Version:	2.1.9
Release:	8
Summary:	Linux agent for OCSNG
License:	GPL
Group:		System/Servers
URL:		http://fusioninventory.org/wordpress/
Source0:	http://search.cpan.org/CPAN/authors/id/F/FU/FUSINV/FusionInventory-Agent-%{version}.tar.gz
Source1:	%{name}.service
Source100:	%{name}.rpmlintrc
BuildArch:  noarch
Requires:	perl-Net-SSLeay
BuildRequires: perl-devel

%description
FusionInventory-Agent is an agent for OCS NG & GLPI.

%prep
%setup -q -n FusionInventory-Agent-%{version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
rm -f run-postinst
%makeinstall_std

install -d -m 755 %{buildroot}%{_sysconfdir}/cron.daily
cat > %{buildroot}%{_sysconfdir}/cron.daily/fusioninventory-agent <<EOF
#!/bin/sh
. /etc/sysconfig/fusioninventory-agent
%{_bindir}/fusioninventory-agent --no-ssl-check --server="\${SERVER}" > /dev/null 2>&1
EOF
chmod 755 %{buildroot}%{_sysconfdir}/cron.daily/fusioninventory-agent

install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/fusioninventory-agent <<EOF
%{_localstatedir}/log/%{name}/*.log {
    compress
    notifempty
    missingok
}
EOF

install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
cat > %{buildroot}%{_sysconfdir}/sysconfig/fusioninventory-agent <<EOF
SERVER="localhost"
EOF

install -d -m 755 %{buildroot}%{_unitdir}
install -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/fusioninventory-agent.service

install -d -m 755 %{buildroot}%{_localstatedir}/log/%{name}
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}

%files
%doc AUTHORS Changes THANKS LICENSE
%{_bindir}/fusioninventory-agent
%{_bindir}/fusioninventory-agent-config
%{_bindir}/fusioninventory-injector
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/FusionInventory
%{perl_vendorlib}/auto/share/dist/FusionInventory-Agent
%{_localstatedir}/log/fusioninventory-agent
%{_localstatedir}/lib/fusioninventory-agent
%config(noreplace) %{_sysconfdir}/sysconfig/fusioninventory-agent
%config(noreplace) %{_sysconfdir}/logrotate.d/fusioninventory-agent
%config(noreplace) %{_sysconfdir}/cron.daily/fusioninventory-agent
%{_unitdir}/fusioninventory-agent.service

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service


%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.9-8
+ Revision: d02cdf9
- Register service during installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1455 |14cr|fusioninventory-agent-plugin-netdiscovery-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fusioninventory-agent-plugin-netdiscovery
Version:	1.5
Release:	4
Summary:	OCS Inventory Software deployment support for FusionInventory agent

License:	GPL
Group:		System/Servers
URL:		http://fusioninventory.org/wordpress/
Source0:	http://search.cpan.org/CPAN/authors/id/F/FU/FUSINV/FusionInventory-Agent-Task-NetDiscovery-%{version}.tar.gz
BuildArch:  noarch
BuildRequires:  perl(Module::Install)
BuildRequires:  perl(Module::CoreList)
BuildRequires:  perl-devel

%description
With this module, FusionInventory can accept software deployment request from
an OCS Inventory server.

%prep
%setup -q -n FusionInventory-Agent-Task-NetDiscovery-%{version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc AUTHORS Changes README LICENSE
%{perl_vendorlib}/FusionInventory
%{_mandir}/man3/FusionInventory::Agent::Task::NetDiscovery.3pm*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: 6b1972c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1456 |14cr|fusioninventory-agent-plugin-ocsdeploy-1.0.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32::(.*)\\)'
%endif

Name:		fusioninventory-agent-plugin-ocsdeploy
Version:	1.0.5
Release:	5
Summary:	OCS Inventory Software deployment support for FusionInventory agent

License:	GPL
Group:		System/Servers
URL:		http://fusioninventory.org/wordpress/
Source0:	http://search.cpan.org/CPAN/authors/id/G/GO/GONERI/FusionInventory-Agent-Task-OcsDeploy-%{version}.tar.gz
BuildArch:  noarch
BuildRequires: perl-devel

%description
With this module, FusionInventory can accept software deployment request from
an OCS Inventory server.

%prep
%setup -q -n FusionInventory-Agent-Task-OcsDeploy-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc AUTHORS Changes README LICENSE
%{perl_vendorlib}/FusionInventory
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-5
+ Revision: 9ab90ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1457 |14cr|fusioninventory-agent-plugin-snmpquery-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fusioninventory-agent-plugin-snmpquery
Version:	1.3
Release:	4
Summary:	OCS Inventory Software deployment support for FusionInventory agent

License:	GPL
Group:		System/Servers
URL:		http://fusioninventory.org/wordpress/
Source0:	http://search.cpan.org/CPAN/authors/id/F/FU/FUSINV/FusionInventory-Agent-Task-SNMPQuery-%{version}.tar.gz
BuildArch:  noarch
BuildRequires:  perl(Module::Install)
BuildRequires:  perl(Module::CoreList)
BuildRequires:  perl-devel

%description
With this module, FusionInventory can accept software deployment request from
an OCS Inventory server.

%prep
%setup -q -n FusionInventory-Agent-Task-SNMPQuery-%{version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc AUTHORS Changes README LICENSE
%{perl_vendorlib}/FusionInventory




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: 3a65c5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1458 |14cr|fusionsound-1.6.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname FusionSound

%define api 1.6
%define major 2
%define libname %mklibname %{name}-%{api}_ %{major}
%define devname %mklibname %{name} -d

%define dfbmoduledir %(pkg-config --variable=moduledir direct)

Summary:	An audio sub system
Name:		fusionsound
Version:	1.6.3
Release:	5
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.directfb.org
Source0:	http://www.directfb.org/downloads/Core/%{oname}-%{version}.tar.gz
Patch0:		FusionSound-1.6.2-ffmpeg1.0.patch
Patch1:		FusionSound-1.6.3-ffmpeg2.0.patch
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(directfb)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(vorbis)
Provides:	%{oname} = %{version}-%{release}

%description
FusionSound is a very powerful audio sub system in the
manner of DirectFB and a technical demonstration of Fusion.

FusionSound supports multiple applications using Fusion IPC.
It provides streams, static sound buffers and control over any
number of concurrent playbacks. Sample data is always stored
in shared memory, starting a playback simply adds an entry to
the playlist of the mixer thread in the master application.

%files
%doc AUTHORS ChangeLog TODO
%{_bindir}/fs*
%{_mandir}/*/%{name}*
%dir %{dfbmoduledir}/interfaces/IFusionSound
%{dfbmoduledir}/interfaces/IFusionSound/libifusionsound.*
%dir %{dfbmoduledir}/interfaces/IFusionSoundMusicProvider
%{dfbmoduledir}/interfaces/IFusionSoundMusicProvider/libifusionsoundmusicprovider_cdda.*
%{dfbmoduledir}/interfaces/IFusionSoundMusicProvider/libifusionsoundmusicprovider_ffmpeg.*
%{dfbmoduledir}/interfaces/IFusionSoundMusicProvider/libifusionsoundmusicprovider_mad.*
%{dfbmoduledir}/interfaces/IFusionSoundMusicProvider/libifusionsoundmusicprovider_playlist.*
%{dfbmoduledir}/interfaces/IFusionSoundMusicProvider/libifusionsoundmusicprovider_vorbis.*
%{dfbmoduledir}/interfaces/IFusionSoundMusicProvider/libifusionsoundmusicprovider_wave.*
%dir %{dfbmoduledir}/snddrivers
%{dfbmoduledir}/snddrivers/libfusionsound_alsa.*
%{dfbmoduledir}/snddrivers/libfusionsound_oss.*
%{dfbmoduledir}/snddrivers/libfusionsound_wave.*
%{dfbmoduledir}/snddrivers/libfusionsound_dummy.*

#----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	An audio sub sytem
Obsoletes:	%{_lib}fusionsound2 < 1.6.3-3

%description -n %{libname}
FusionSound is a very powerful audio sub system in the
manner of DirectFB and a technical demonstration of Fusion. 

FusionSound supports multiple applications using Fusion IPC.
It provides streams, static sound buffers and control over any
number of concurrent playbacks. Sample data is always stored
in shared memory, starting a playback simply adds an entry to
the playlist of the mixer thread in the master application.

%files -n %{libname}
%doc ChangeLog
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Group:		Development/Other
Summary:	An audio sub system
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
FusionSound is a very powerful audio sub system in the
manner of DirectFB and a technical demonstration of Fusion.

FusionSound supports multiple applications using Fusion IPC.
It provides streams, static sound buffers and control over any
number of concurrent playbacks. Sample data is always stored
in shared memory, starting a playback simply adds an entry to
the playlist of the mixer thread in the master application.

%files -n %{devname}
%doc AUTHORS ChangeLog TODO
%{_libdir}/pkgconfig/fusionsound*.pc
%{_includedir}/fusionsound
%{_includedir}/fusionsound-internal
%{_libdir}/lib%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.3-5
+ Revision: 862230b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1459 |14cr|fvwm-1.24r-38
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fvwm
Version:	1.24r
Summary:	An X Window System based window manager
Release:	38
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/FVWM based
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xt)
BuildRequires:	x11-data-bitmaps
BuildRequires:	pkgconfig(xmu)
BuildRequires:	imake
Requires:	x11-data-bitmaps fvwm2-icons xterm xsetroot
URL:		http://www.fvwm.org/
Source0:	sunsite.unc.edu:/pub/Linux/X11/window-managers/%{name}-%{version}.tar.bz2
Source1:	%{name}-%{version}-system-menu.fvwmrc
Source2:	fvwm1.menu-method
Source3:	%{name}.icon-48.png
Source4:	%{name}.icon-32.png
Source5:	%{name}.icon-16.png
# patch to add FHS compliance
Patch0:		%{name}-%{version}-fsstnd.patch
# add Alpha support on linux for the makefile
Patch1:		%{name}-%{version}-imake.patch
# ??? try to open a file in exclusive mode 
Patch2:		%{name}-%{version}-security.patch
# add a suffix to manpage 
Patch3:		%{name}-%{version}-fvwmman.patch
# increase the number of popup from 50 to 100
Patch4:		%{name}-%{version}-menu-100.patch
# remove /usr/lib/X11 from linker search path 
Patch5:		%{name}-%{version}-config.patch

%description
FVWM (the F stands for whatever you want, but the VWM stands for Virtual Window
Manager) is a window manager for the X Window System. FVWM was derived from the
twm window manager. FVWM is designed to minimize memory consumption, to provide
window frames with a 3D look, and to provide a simple virtual desktop. FVWM can
be configured to look like Motif.

Install the fvwm package if you'd like to use the FVWM window manager. If you
install fvwm, you'll also need to install fvwm2-icons.

%prep

%setup -q
%patch0 -p1 -b .fsstnd
%patch1 -p1 -b .imake
%patch2 -p1 -b .security
%patch3 -p1 -b .fvwmman
%patch4 -p1
%patch5 -p1
install -m644 %{SOURCE3} %{name}-48.png
install -m644 %{SOURCE4} %{name}-32.png
install -m644 %{SOURCE5} %{name}-16.png
# fix strange perms
chmod 644 sample.fvwmrc/*

%build
xmkmf
make Makefiles
%make CDEBUGFLAGS="%optflags" EXTRA_LDOPTIONS="%ldflags"

%install
rm -rf %{buildroot}
make install install.man DESTDIR=%{buildroot}
mkdir -p %{buildroot}/%{_datadir}/X11/fvwm/
rm -f %{buildroot}/%{_sysconfdir}/X11/fvwm/system.fvwmrc

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Categories=X-MandrivaLinux-System-Session-Windowmanagers;
Name=Fvwm
Comment=FVWM Windows manager
Icon=fvwm
Exec=startfvwm
EOF

install -D -m 644 %{SOURCE1} %{buildroot}/%{_datadir}/X11/fvwm/system.fvwmrc
install -D -m 644 %{SOURCE2} %{buildroot}/%{_menudir}/%{name}

# icons
install -D -m 644 %{name}-16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 644 %{name}-32.png %{buildroot}%{_iconsdir}/%{name}.png 
install -D -m 644 %{name}-48.png %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}/%{_sysconfdir}/X11/wmsession.d/
cat << EOF > %{buildroot}/%{_sysconfdir}/X11/wmsession.d/10Fvwm1
NAME=Fvwm1
EXEC=%{_bindir}/startfvwm
DESC=A very stable and light window manager
SCRIPT:
exec %{_bindir}/startfvwm
EOF

# 1.24r-24mdk: add startfvwm script to set cursor (defaults to wait)
# is this the right way to set the cursor?
cat > %{buildroot}%{_bindir}/startfvwm << EOF
#!/bin/sh
%{_bindir}/xsetroot -cursor_name left_ptr
exec %{_bindir}/fvwm
EOF
chmod 755 %{buildroot}%{_bindir}/startfvwm



%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root)
%config(noreplace) %{_menudir}/%{name}
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/10Fvwm1
%doc sample.fvwmrc/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/X11/fvwm
%{_bindir}/fvwm
%{_bindir}/startfvwm
%{_mandir}/man*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.24r-38
+ Revision: 9d961a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1460 |14cr|fvwm2-2.6.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# These are bogus as they're all internal, nothing else can use 'em
# The perl-Gtk requires is also not really necessary
# Inspired by Fedora - AdamW 2008/08
%define __noautoreq 'perl(\\(FvwmCommand\\)|\\(FVWM::|\\(General::)'
%define __noautoprov 'perl(\\(FvwmCommand\\)|\\(FVWM::|\\(General::)'

Name:		fvwm2
Version:	2.6.5
Release:	4
Summary:	An improved version of the FVWM X-based window manager
URL: 		http://www.fvwm.org/
Source0:	ftp://ftp.fvwm.org/pub/fvwm/version-2/fvwm-%{version}.tar.bz2
Source1:	fvwm2.png
Source2:	fvwm2
Source3:	system.fvwm2rc
Source4:	configuration
Source5:	http://www.cl.cam.ac.uk/~pz215/fvwm-scripts/scripts/fvwm-xdg-menu.py
# From Gentoo, which got it from fvwm-user mailing list; enables fast
# translucent menus - AdamW 2008/08
Patch0:		fvwm-2.5.26-translucent-menus.diff
# From Fedora: use xdg-open instead of 'netscape' - AdamW 2008/08
Patch1:		fvwm-2.6.5-rosa-www-browser.patch
# From Fedora: use mimeopen instead of just opening files with an
# editor - AdamW 2008/08
Patch2:		fvwm-2.5.21-mimeopen.patch
# From Fedora: generate menu using fvwm-xdg-menu.py (external source
# above) instead of hardcoding it
Patch3:		fvwm-2.5.21-menu-generate.patch
Patch4:		fvwm-2.5.26-fix-str-fmt.patch
License:	GPLv2+
Group:		Graphical desktop/FVWM based
Requires:	fvwm-icons
# for www-browser
Requires:	desktop-common-data
# for fvwm-bug
Requires:	sendmail-command
# for fvwm-menu-headlines
Requires:	xdg-utils
# for fvwm-menu-xlock
Requires:	xlockmore
# for auto-menu generation
Requires:	imagemagick pyxdg
Requires:	xterm
Requires:	xdg-compliance-menu
# for mimeinfo
#Requires:	perl-File-MimeInfo
BuildRequires:	flex
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
BuildRequires:  pkgconfig(xft)
BuildRequires:	xpm-devel
BuildRequires:	png-devel
BuildRequires:	readline-devel
BuildRequires:	termcap-devel
BuildRequires:  fribidi-devel
BuildRequires:  rplay-devel
BuildRequires:  libstroke-devel
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(xinerama)

%description
FVWM2 (the F stands for whatever you want, but the VWM stands for Virtual
Window Manager) is an improved version of the FVWM window manager for the X
Window System and shares the same characteristics as FVWM.

%prep
%setup -q -n fvwm-%{version}
%patch0 -p0 -b .translucent
%patch1 -p1 -b .www
#patch2 -p1 -b .mime
%patch3 -p1 -b .generate
%patch4 -p0 -b .str

%build
%configure2_5x \
    --disable-gtk \
    --libexecdir=%{_libdir}/X11/fvwm2 \
    --sysconfdir=%{_sysconfdir}/X11/fvwm2 \
    --with-imagepath=%{_datadir}/icons


%make LOCALEDIR=%{_datadir}/locale localedir=%{_datadir}/locale

%install
%{makeinstall_std} LOCALEDIR=%{_datadir}/locale localedir=%{_datadir}/locale

install -d -m 755 %{buildroot}%{_iconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}

mkdir -p %{buildroot}%{_sysconfdir}/X11/fvwm2
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/fvwm2
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/X11/fvwm2

mkdir -p %{buildroot}%{_sysconfdir}/menu.d
install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/menu.d

# session stuff
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/09fvwm2 << EOF
NAME=Fvwm2
ICON=fvwm2.png
EXEC=%{_bindir}/fvwm2
DESC=A popular window manager
SCRIPT:
exec %{_bindir}/fvwm2
EOF

# OT fvwm is fvwm1
rm -f %{buildroot}%{_bindir}/fvwm2
mv %{buildroot}%{_bindir}/fvwm %{buildroot}%{_bindir}/fvwm2

# menus
install -D -m0755 -p %{SOURCE2} %{buildroot}%{_bindir}/fvwm-xdg-menu

%find_lang %{name} --all-name

%files -f %{name}.lang
%defattr(-,root,root)
%doc INSTALL README AUTHORS INSTALL.fvwm NEWS ChangeLog docs
%config(noreplace) %{_sysconfdir}/X11/fvwm2
%config(noreplace) %{_sysconfdir}/menu.d/fvwm2
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/09fvwm2
%{_mandir}/man1/*
%{_bindir}/*
%{_datadir}/fvwm
%{_libdir}/X11/fvwm2
%{_iconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.5-4
+ Revision: 0bfa861
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1461 |14cr|fvwm-icons-1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	fvwm-icons
%define	version	1.0
%define release	11

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	FVWM icons
URL: 		http://www.fvwm.org/
Source:		http://www.fvwm.org/generated/icon_download/fvwm_icons.tar.bz2
License:	GPL
Group:		Graphical desktop/FVWM based
Obsoletes:	fvwm2-icons
Provides:	fvwm2-icons
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
The icons that used to be part of the fvwm source distribution are now
accessible separately.

%prep
%setup -q -n fvwm_icons

%build

%install
shopt -s extglob
install -d -m 755 %{buildroot}%{_iconsdir}
install -d -m 755 %{buildroot}%{_miconsdir}

for i in mini.*; do
    install -m 644 $i %{buildroot}%{_miconsdir}/${i#mini.}
done
for i in !(mini.*); do
    install -m 644 $i %{buildroot}%{_iconsdir}/${i}
done

# prevent conflicts
rm -f %{buildroot}%{_iconsdir}/xemacs.xpm
rm -f %{buildroot}%{_miconsdir}/xmag.xpm
# From twm
rm -f %{buildroot}%{_miconsdir}/twm.xpm

%files
%defattr(-,root,root)
%{_iconsdir}/*.xpm
%{_miconsdir}/*.xpm

%clean
rm -rf %{buildroot}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-11
+ Revision: 27e9095
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1462 |14cr|fwbackups-1.43.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	fwbackups
%define version	1.43.4
#define pre	rc6
%define rel	2

Summary:	Feature-rich user backup program
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{?pre:0.%{pre}.}%{rel}
Group:		Archiving/Backup
License:	GPLv2+
URL:		http://www.diffingo.com/oss/fwbackups/
Source:		http://www.diffingo.com/downloads/fwbackups/%{name}-%{version}%{?pre:%{pre}}.tar.bz2
Source1:	fwbackups-po.tar.gz
Patch0:		fwbackups-desktop.patch
Patch1:		fwbackups-glade.patch
Patch2:		fwbackups-runapp.patch
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	xsltproc
BuildRequires:	python-devel
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Requires:	python-pycrypto
Requires:	python-paramiko
Requires:	python-notify
Requires:	tar
Requires:	rsync

%description
fwbackups is a feature-rich user backup program that allows you to
backup your documents anytime, anywhere.

It offers a simple but powerful interface that permits you to perform
backups with ease, supporting scheduled backups and backing up to
remote computers.

%prep
%setup -q -n %{name}-%{version}%{?pre:%{pre}} -a1
%apply_patches

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# icon theme spec
install -d -m755 %{buildroot}%{_iconsdir}/hicolor/{scalable,48x48,32x32,16x16}/apps
mv %{buildroot}%{_datadir}/pixmaps/%{name}.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/
for i in 16x16 32x32 48x48; do
	convert %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg -resize ${i} %{buildroot}%{_iconsdir}/hicolor/${i}/apps/%{name}.png
done

%find_lang %{name} 

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README TODO
%{_bindir}/%{name}
%{_bindir}/%{name}-*
%{_datadir}/%{name}
%{_datadir}/applications/fwbackups.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{python_sitelib}/%{name}
%{_localedir}/*


%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.43.4-2
+ Revision: 294c901
- Automatic import for version 1.43.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1463 |14cr|fwbuilder-5.1.0.3599-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Firewall Builder
Name:		fwbuilder
Version:	5.1.0.3599
Release:	7
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.fwbuilder.org/
Source0:	http://downloads.sourceforge.net/fwbuilder/%{name}-%{version}.tar.gz
Patch0:		fwbuilder-4.1.0-recognize-rosa.patch
Patch1:		ftbfs-gcc-4.7.diff
Patch2:		fwbuilder-5.1.0.3599-C++11.patch
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libxslt)

%description
Firewall administration tool.

%files
%doc %{_datadir}/doc/%{name}
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
./autogen.sh
%configure2_5x \
	--with-templatedir=%{_datadir}/%{name} \
	--with-docdir=%{_datadir}/doc/%{name}
%make

%install
make INSTALL_ROOT=%{buildroot} install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.1.0.3599-7
+ Revision: 1634aae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1464 |14cr|fwmon-1.1.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A linux netlink firewall monitor
Name:		fwmon
Version:	1.1.0
Release:	12
License:	GPLv2+
Group:		System/Servers
Url:		http://www.scaramanga.co.uk/fwmon/
Source0:	%{name}-%{version}.tar.bz2
# http://qa.mandriva.com/show_bug.cgi?id=36213
Patch0:		fwmon-1.1.0-mb.patch
Patch1:		fwmon-1.1.0-sfmt.patch
Buildrequires:	pcap-devel

%description
This program allows you to monitor ipchains/iptables output in realtime.
It  supports both logging to a file/stdout and/or to tcpdump format
capture logs. It also supports security features such as running
non-root, and chrooting itself.

%files
%defattr(0644,root,root)
%config(noreplace) %{_sysconfdir}/logrotate.d/fwmon
%defattr(0755,root,root)
%{_sbindir}/fwmon
%defattr(644,root,root,755)
%doc README README.2nd README.chroot COPYING
%doc initdb.sql
%{_mandir}/man8/*

%post
# Add the fwmon user
adduser -d /var/log/fwmon -s /bin/false -M fwmon 2>/dev/null || true

# Add the fwmon directory if it isnt already there
if [ ! -d /var/log/fwmon ]; then
	mkdir /var/log/fwmon
	chown fwmon.fwmon /var/log/fwmon
	chmod 700 /var/log/fwmon
fi

# Add a line to init
F_UID=`id -u fwmon`
F_GID=`id -g fwmon`
INITLINE="fw:2345:respawn:fwmon -sa -l /fwmon.log -t /fwmon.cap -u $F_UID -g $F_GID -c /var/log/fwmon"
echo "#$INITLINE" >> /etc/inittab

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .mb
%patch1 -p1

find . -perm 640 | xargs chmod 644

%build
%make CFLAGS="%{optflags} -D_HAVE_LIBPCAP -I/usr/include/pcap"

%install
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_mandir}/man8/
install -m 500 fwmon %{buildroot}%{_sbindir}/fwmon
install -m 644 fwmon.8 %{buildroot}%{_mandir}/man8/fwmon.8
install -m 644 logrotate.fwmon %{buildroot}%{_sysconfdir}/logrotate.d/fwmon



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-12
+ Revision: 1574fd6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1465 |14cr|fyre-1.0.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Explorer for iterated chaotic functions
Name:		fyre
Version:	1.0.1
Release:	12
License:	GPLv2+
Group:		Graphics
Url:		http://fyre.navi.cx
Source0:	http://flapjack.navi.cx/releases/fyre/%{name}-%{version}.tar.bz2
Patch0:		fyre-1.0.0-datadir.patch
Patch1:		fyre-1.0.1-format-strings.patch
BuildRequires:	automake1.9
BuildRequires:	desktop-file-utils
BuildRequires:	shared-mime-info
BuildRequires:	pkgconfig(gnet-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(OpenEXR)

%description
Fyre is a tool for producing computational artwork based on histograms
of iterated chaotic functions. At the moment, it implements the Peter
de Jong map in a fixed-function pipeline with an interactive GTK+
frontend and a command line interface for easy and efficient rendering
of high-resolution, high quality images.

%prep
%setup -q
%patch0 -p1 -b .datadir
%patch1 -p1

%build
autoreconf -fi
%configure2_5x --enable-gnet --enable-openexr
%make

%install
%makeinstall update_xdgmime=true
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-Multimedia-Graphics" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache

%files
%doc AUTHORS ChangeLog README TODO
%{_bindir}/fyre
%{_datadir}/applications/fyre.desktop
%{_datadir}/fyre/
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/icons/hicolor/48x48/mimetypes/application-x-fyre-animation.png
%{_datadir}/mime/packages/fyre.xml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-12
+ Revision: 4a192dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1466 |14cr|g15composer-3.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:                   g15composer
Version:                3.2
Release:                6
Summary:                Scriptable command interface to libg15render drawing functions
License:                GPLv2+
Group:                  System/Configuration/Hardware
URL:                    http://g15tools.sourceforge.net/
Source0:                http://downloads.sourceforge.net/g15tools/g15composer-%{version}.tar.bz2
BuildRequires:          bison
BuildRequires:          flex
BuildRequires:          g15-devel
BuildRequires:          g15daemon_client-devel
BuildRequires:          g15render-devel

%description
G15composer is a scriptable command interface to the libg15render drawing
functions that outputs to a g15daemon screen. G15composer exposes all
graphics primitives and text rendering functions of libg15render so that
they may be used in a variety of situations, including from the command
line or in virtually any scripting language.

%prep
%setup -q

%build
%{configure2_5x}
%{make}

%install
%{makeinstall_std}
%{__rm} -r %{buildroot}%{_docdir}

%files 
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README examples/ 
%defattr(-,root,root,0755)
%{_bindir}/g15composer
%{_mandir}/man1/g15composer.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2-6
+ Revision: 5142ee4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1467 |14cr|g15daemon-1.9.5.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname g15daemon_client 1
%define libname_devel %mklibname g15daemon_client -d

Name:                   g15daemon
Version:                1.9.5.3
Release:                11
Summary:                Daemon to control logitech G15 keyboards
License:                GPLv2+
Group:                  System/Servers
URL:                    http://g15daemon.sourceforge.net/
Source0:                http://downloads.sourceforge.net/g15daemon/g15daemon-%{version}.tar.bz2
Source1:                g15daemon.service
Patch0:                 %{name}-1.9.5.3-fix-open-with-O_CREAT.patch
Requires(post):         rpm-helper
Requires(preun):        rpm-helper
BuildRequires:          g15-devel
BuildRequires:          g15render-devel
Requires(post): 	systemd-units
Requires(preun): 	systemd-units
Requires(postun): 	systemd-units

%description
G15daemon controls the G15 keyboard, allowing the use of 
all keys through the linux kernel uinput device driver.  
It also controls the use of the keyboard's LCD display, 
allows multiple, simultaneous client applications to connect, 
and gives the user the ability to switch between client 
apps at the press of a button.

%package -n %{libname}
Summary:        Daemon to control logitech G15 keyboards
Group:          System/Libraries
Provides:       g15daemon_client = %{EVRD}
Requires:       %{name} >= %{version}

%description -n %{libname}
G15daemon controls the G15 keyboard, allowing the use of
all keys through the linux kernel uinput device driver.
It also controls the use of the keyboard's LCD display,
allows multiple, simultaneous client applications to connect,
and gives the user the ability to switch between client
apps at the press of a button.

%package -n %{libname_devel}
Summary:        Daemon to control logitech G15 keyboards
Group:          Development/C
Provides:       g15daemon_client-devel = %{EVRD}
Requires:       g15daemon_client = %{version}

%description -n %{libname_devel}
G15daemon controls the G15 keyboard, allowing the use of
all keys through the linux kernel uinput device driver.
It also controls the use of the keyboard's LCD display,
allows multiple, simultaneous client applications to connect,
and gives the user the ability to switch between client
apps at the press of a button.

%prep
%setup -q
%patch0 -p1 -b .ocreat

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
rm -r %{buildroot}%{_docdir}

install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/g15daemon.service

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files 
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING Documentation/README* FAQ INSTALL LICENSE NEWS README* TODO contrib lang-bindings 
%defattr(-,root,root,0755)
%{_datadir}/g15daemon
%{_unitdir}/g15daemon.service
%{_libdir}/g15daemon
%{_mandir}/man1/*
%{_sbindir}/g15daemon

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{libname_devel}
%defattr(-,root,root,0755)
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man3/*

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.5.3-11
+ Revision: 21baade
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1468 |14cr|g15macro-1.0.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:                   g15macro
Version:                1.0.3
Release:                10
Summary:                Simple Macro recording/playback app for G15Daemon
License:                GPLv2+
Group:                  System/Configuration/Hardware
URL:                    http://g15daemon.sourceforge.net/
Source0:                http://downloads.sourceforge.net/g15daemon/g15macro-%{version}.tar.bz2
Patch0:                 g15macro-1.0.3-rosa-linkage.patch
BuildRequires:          g15-devel
BuildRequires:          g15daemon_client-devel
BuildRequires:          g15render-devel
BuildRequires:          pkgconfig(x11)
BuildRequires:          pkgconfig(xtst)

%description
A simple Macro recording/playback app for G15Daemon.

Requires X11, libg15render, and the XTEST extension headers to compile, and
XTEST extension in order to function.

Features:
- records both keyboard and mouse activity, playback via 'G' hotkey
- up to 56 macros can be created (using the 'M' keys to select a palette).
- Each macro can have up to 128 steps

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x --enable-xtest
%make

%install
%{makeinstall_std}
%{__rm} -r %{buildroot}%{_docdir}

%files 
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%defattr(-,root,root,0755)
%{_bindir}/g15macro
%{_datadir}/g15macro



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-10
+ Revision: 9cc1ad5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1469 |14cr|g15message-1.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:                   g15message
Version:                1.0.0
Release:                7
Summary:                Simple message/alert tool for g15daemon and the Logitech G15
License:                GPL
Group:                  System/Configuration/Hardware
URL:                    http://g15daemon.sourceforge.net/
Source0:                http://downloads.sourceforge.net/g15daemon/g15message-%{version}.tar.bz2
BuildRequires:		g15-devel
BuildRequires:          g15daemon_client-devel
BuildRequires:          g15render-devel
BuildRoot:              %{_tmppath}/%{name}-%{version}-%{release}-root

%description
A simple message/alert tool for g15daemon and the Logitech G15.
By default (with no additional options) it will display the text on the
commandline for 5seconds, then exit.

Requires libg15render devel package to compile.

%prep
%setup -q

%build
%{configure2_5x}
%{make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}
%{__rm} -r %{buildroot}%{_docdir}

%clean
%{__rm} -rf %{buildroot}

%files 
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%defattr(-,root,root,0755)
%{_bindir}/g15message



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-7
+ Revision: 5fe6c37
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1470 |14cr|g15mpd-1.0.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple frontend for the MPD Media Player Daemon, for use with g15daemon
Name:		g15mpd
Version:	1.0.0
Release:	10
License:	GPLv2+
Group:		Sound
Url:		http://g15daemon.sourceforge.net/
Source0:	http://downloads.sourceforge.net/g15daemon/%{name}-%{version}.tar.bz2
Patch0:		g15mpd-1.0.0-newer-mpd.patch
Patch1:		g15mpd-1.0.0-rosa-linkage.patch
BuildRequires:	g15-devel
BuildRequires:	g15daemon_client-devel
BuildRequires:	g15render-devel
BuildRequires:	pkgconfig(libmpd)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)

%description
A simple frontend for the MPD Media Player Daemon, for use with g15daemon.

Features:
- Artist/Title Info is displayed
- Track time elapsed/total time is displayed, with a completion bar.
- Random and Repeat modes are available.
- Multimedia keys are usable when run from X.

Caveats:
- Requires MPD to be running in the background.
- In order for multimedia keys to function, the frontend must be run from
  X11, either in a console, or at X login.
- Requires that X11 has been configured to understand the mediakeys, either
  via the g15daemon xmodmap file, or a similar keyboard being selected in X
  configuration.
- Currently, playlist management is not available, so another mpd frontend
  will be required to create one.

%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_bindir}/g15mpd

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std
rm -r %{buildroot}%{_docdir}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-10
+ Revision: 2cfc309
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1471 |14cr|g15stats-1.9.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:                   g15stats
Version:                1.9.2
Release:                5
Summary:                CPU/Memory/Swap usage meter for G15Daemon
License:                GPLv2+
Group:                  System/Configuration/Hardware
URL:                    http://g15daemon.sourceforge.net/
Source0:                http://downloads.sourceforge.net/g15daemon/g15stats-%{version}.tar.bz2
Patch0:                 g15stats-1.9.2-rosa-linkage.patch
BuildRequires:          g15-devel
BuildRequires:          g15daemon_client-devel
BuildRequires:          g15render-devel
BuildRequires:          pkgconfig(libgtop-2.0)

%description
A CPU/Memory/Swap usage meter for G15Daemon.

This first version of G15Stats requires libgtop development packages to be
installed before compilation.

Features:
CPU Screen displays graphs of User/System/Nice and Idle time, along with
LoadAVG and Uptime.

Memory Screen displays Memory Total & Free, and graph of Used vs
Buffered+Cached Memory.

Swap Screen displays Used, Free and Total swap space, along with the number
of pages currently paged in/out.

Network Screen displays Total bytes In/Out, history graph, Peak speed.

%prep
%setup -q
%patch0 -p1

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std
%__rm -r %{buildroot}%{_docdir}

%files 
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING ChangeLog README
%defattr(-,root,root,0755)
%{_bindir}/g15stats



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.2-5
+ Revision: 66ffa4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1472 |14cr|gadmin-bind-0.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# if I fix the string literal errors according to the wiki Problems
# page, it crashes on startup - AdamW 2009/01
%define Werror_cflags %nil

Summary:	A GTK+ administation tool for ISC BIND
Name:		gadmin-bind
Version:	0.2.5
Release:	3
License:	GPLv3+
Group:		System/Configuration/Networking
URL:		http://www.gadmintools.org/
Source0:	http://mange.dynalias.org/linux/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}.pam
BuildRequires:	gtk+2-devel
BuildRequires:	imagemagick
BuildRequires:  desktop-file-utils
Requires:	bind >= 9.3.2
Requires:	usermode-consoleonly
Obsoletes:	gbindadmin
Provides:	gbindadmin
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Gadmin-Bind is a fast and easy to use GTK+ administration tool for
ISC BIND.

%prep
%setup -q

# fix png rgb 
pushd pixmaps
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd

%build
%configure2_5x

perl -pi -e 's|^#define CHROOT_PATH .*|#define CHROOT_PATH \"%{_localstatedir}/lib/named-chroot\"|g' config.h
perl -pi -e 's|^#define SYSLOG_PATH .*|#define SYSLOG_PATH \"/var/log/messages\"|g' config.h
perl -pi -e 's|^#define NAMED_USER .*|#define NAMED_USER \"named\"|g' config.h

%make

%install
rm -rf %{buildroot}

%makeinstall INSTALL_USER=`id -un` INSTALL_GROUP=`id -gn`

install -d %{buildroot}%{_sysconfdir}/%{name}

# pam auth
install -d %{buildroot}%{_sysconfdir}/pam.d/
install -d %{buildroot}%{_sysconfdir}/security/console.apps

install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -m 644 etc/security/console.apps/%{name} %{buildroot}%{_sysconfdir}/security/console.apps/%{name}

# locales
%find_lang %name

# Icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -geometry 48x48 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -geometry 32x32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -geometry 16x16 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# Menu
mkdir -p %{buildroot}%{_datadir}/applications
sed -i -e 's,%{name}.png,%{name},g' desktop/%{name}.desktop
sed -i -e 's,GADMIN-BIND,Gadmin-Bind,g' desktop/%{name}.desktop
mv desktop/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="" \
    --remove-category="Application" \
    --add-category="Settings;Network;GTK;" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# Prepare usermode entry
mkdir -p %{buildroot}%{_bindir}
mv %{buildroot}%{_sbindir}/%{name} %{buildroot}%{_sbindir}/%{name}.real
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<_EOF_
USER=root
PROGRAM=%{_sbindir}/%{name}.real
SESSION=true
FALLBACK=false
_EOF_

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,0755)
%doc COPYING AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%dir %{_sysconfdir}/%{name}
%{_bindir}/%{name}
%{_sbindir}/%{name}.real
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*.png
%{_datadir}/pixmaps/%{name}/*.png
%{_iconsdir}/hicolor/*/apps/%{name}.png




%changelog
* Fri Aug 01 2014 abfonly <abfonly@gmail.com> 0.2.5-3
+ Revision: 870cb43
- fix png rgb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1473 |14cr|gadmin-dhcpd-0.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GTK+ administation tool for the ISC DHCPD server
Name:		gadmin-dhcpd
Version:	0.5.2
Release:	2
License:	GPLv3+
Group:		System/Configuration/Networking
URL:		http://www.gadmintools.org/
Source0:	http://mange.dynalias.org/linux/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}.pam
BuildRequires:	gtk+2-devel
BuildRequires:	imagemagick
BuildRequires:  desktop-file-utils
Requires:	dhcp-server >= 3.0.1
Requires:	usermode-consoleonly
Obsoletes:	gdhcpd
Provides:	gdhcpd

%description
Gadmin-Dhcpd is a fast and easy to use GTK+ administration tool for the
ISC DHCPD server.

%prep
%setup -q
# fix png rgb 
pushd pixmaps
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd

%build
%configure2_5x

perl -pi -e 's|^#define DHCPD_BINARY .*|#define DHCPD_BINARY \"%{_sbindir}/dhcpd\"|g' config.h
perl -pi -e 's|^#define DHCPD_CONF .*|#define DHCPD_CONF \"%{_sysconfdir}/dhcpd.conf\"|g' config.h
perl -pi -e 's|^#define LEASE_FILE .*|#define LEASE_FILE \"%{_localstatedir}/lib/dhcp/dhcpd.leases\"|g' config.h

%make

%install
%makeinstall_std INSTALL_USER=`id -un` INSTALL_GROUP=`id -gn`

# pam auth
install -d %{buildroot}%{_sysconfdir}/pam.d/
install -d %{buildroot}%{_sysconfdir}/security/console.apps

install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -m 644 etc/security/console.apps/%{name} %{buildroot}%{_sysconfdir}/security/console.apps/%{name}

# locales
%find_lang %{name}

# Icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -geometry 48x48 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -geometry 32x32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -geometry 16x16 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
sed -i -e 's,%{name}.png,%{name},g' desktop/%{name}.desktop
sed -i -e 's,GADMIN-DHCPD,Gadmin-Dhcpd,g' desktop/%{name}.desktop
mv desktop/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="" \
    --remove-category="Application" \
    --add-category="Settings;Network;GTK;" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# Prepare usermode entry
mkdir -p %{buildroot}%{_bindir}
mv %{buildroot}%{_sbindir}/gadmin-dhcpd %{buildroot}%{_sbindir}/gadmin-dhcpd.real
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/gadmin-dhcpd

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<_EOF_
USER=root
PROGRAM=%{_sbindir}/%{name}.real
SESSION=true
FALLBACK=false
_EOF_

rm -rf %{buildroot}%{_datadir}/doc/%{name}



%files -f %{name}.lang
%doc COPYING AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%{_bindir}/%{name}
%{_sbindir}/%{name}.real
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*.png
%{_datadir}/pixmaps/%{name}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Fri Aug 01 2014 abfonly <abfonly@gmail.com> 0.5.2-2
+ Revision: 88b5ad4
- fix png rgb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1474 |14cr|gadmin-httpd-0.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# if I fix the string literal errors according to the wiki Problems
# page, it crashes on startup - AdamW 2009/01
%define Werror_cflags %nil

Summary:	Easy to use GTK+ frontend for the Apache HTTPD webserver
Name:		gadmin-httpd
Version:	0.1.4
Release:	4
License:	GPLv3+
Group:		System/Configuration/Networking
Url:		http://www.gadmintools.org/
Source0:	http://mange.dynalias.org/linux/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}.pam
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	apache-base
Requires:	usermode-consoleonly

%description
GAdmin-HTTPD is an easy to use GTK+ frontend for the Apache httpd webserver.

%files
%defattr(-,root,root,0755)
%doc COPYING AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%{_bindir}/%{name}
%{_sbindir}/%{name}.real
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*.png
%{_datadir}/pixmaps/%{name}/*.png
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
# fix png rgb 
pushd pixmaps
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd

%build
%configure2_5x
%make

%install
%makeinstall_std
#INSTALL_USER=`id -un` INSTALL_GROUP=`id -gn`

# pam auth
install -d %{buildroot}%{_sysconfdir}/pam.d/
install -d %{buildroot}%{_sysconfdir}/security/console.apps

install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -m 644 etc/security/console.apps/%{name} %{buildroot}%{_sysconfdir}/security/console.apps/%{name}

# Icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -geometry 48x48 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -geometry 32x32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -geometry 16x16 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# Menu
mkdir -p %{buildroot}%{_datadir}/applications
sed -i -e 's,%{name}.png,%{name},g' desktop/%{name}.desktop
sed -i -e 's,GADMIN-HTTPD,Gadmin-HTTPD,g' desktop/%{name}.desktop
mv desktop/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="" \
    --remove-category="Application" \
    --add-category="Settings;Network;GTK;" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# Prepare usermode entry
mkdir -p %{buildroot}%{_bindir}
mv %{buildroot}%{_sbindir}/%{name} %{buildroot}%{_sbindir}/%{name}.real
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<_EOF_
USER=root
PROGRAM=%{_sbindir}/%{name}.real
SESSION=true
FALLBACK=false
_EOF_

rm -rf %{buildroot}%{_datadir}/doc/%{name}


%changelog
* Fri Aug 01 2014 abfonly <abfonly@gmail.com> 0.1.4-4
+ Revision: 08a8f12
- fix png rgb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1475 |14cr|gadmin-openvpn-client-0.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# if I fix the string literal errors according to the wiki Problems
# page, it crashes on startup - AdamW 2009/01
%define Werror_cflags %nil

Summary:	A GTK+ administation tool for OpenVPN (client)
Name:		gadmin-openvpn-client
Version:	0.1.5
Release:	4
License:	GPLv3+
Group:		System/Configuration/Networking
URL:		http://www.gadmintools.org/
Source0:	http://mange.dynalias.org/linux/gadmin-openvpn/client/%{name}-%{version}.tar.gz
Source1:	%{name}.pam
BuildRequires:	gtk+2-devel
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
Requires:	openvpn
Requires:	usermode-consoleonly


%description
Gadmin-OpenVPN-client is a fast and easy to use GTK+ administration tool for
OpenVPN (client use).

%prep
%setup -q
# fix png rgb 
pushd pixmaps
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd

%build
%configure2_5x
%make

%install
%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/%{name}

# pam auth
install -d %{buildroot}%{_sysconfdir}/pam.d/
install -d %{buildroot}%{_sysconfdir}/security/console.apps

install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -m 644 etc/security/console.apps/%{name} %{buildroot}%{_sysconfdir}/security/console.apps/%{name}

## locales
%find_lang %{name}

# Mandriva Icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -geometry 48x48 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/%{name}.png
convert -geometry 32x32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/%{name}.png
convert -geometry 16x16 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
sed -i -e 's,%{name}.png,%{name},g' desktop/%{name}.desktop
sed -i -e 's,GADMIN-OPENVPN-Client,Gadmin-OpenVPN-client,g' desktop/%{name}.desktop
mv desktop/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="" \
    --remove-category="Application" \
    --add-category="Settings;Network;GTK;" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# Prepare usermode entry
mkdir -p %{buildroot}%{_bindir}
mv %{buildroot}%{_sbindir}/%{name} %{buildroot}%{_sbindir}/%{name}.real
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<_EOF_
USER=root
PROGRAM=%{_sbindir}/%{name}.real
SESSION=true
FALLBACK=false
_EOF_

rm -rf %{buildroot}%{_datadir}/doc/%{name}


%files -f %{name}.lang
%defattr(-,root,root,0755)
%doc COPYING AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%dir %{_sysconfdir}/%{name}
%{_bindir}/%{name}
%{_sbindir}/%{name}.real
%{_datadir}/pixmaps/*.png
%{_datadir}/pixmaps/%{name}/*.png
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*/%{name}.png




%changelog
* Sat Aug 02 2014 abfonly <abfonly@gmail.com> 0.1.5-4
+ Revision: 5596c0e
- fix png rgb , spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1476 |14cr|gadmin-openvpn-server-0.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# if I fix the string literal errors according to the wiki Problems
# page, it crashes on startup - AdamW 2009/01
%define Werror_cflags %nil

Summary:	A GTK+ administation tool for OpenVPN (bridge)
Name:		gadmin-openvpn-server
Version:	0.1.5
Release:	4
License:	GPLv3+
Group:		System/Configuration/Networking
URL:		http://www.gadmintools.org/
Source0:	http://mange.dynalias.org/linux/gadmin-openvpn/server/%{name}-%{version}.tar.gz
Source1:	%{name}.pam
BuildRequires:	gtk+2-devel
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
Requires:	openvpn
Requires:	bridge-utils
Requires:	usermode-consoleonly

%description
Gadmin-OpenVPN-server is a fast and easy to use GTK+ administration tool for
the OpenVPN server in bridge mode. It allows generation of five signed
certificates and keys, including HMAC-Firewall and user authentications.
Bridge mode enables SAMBA browsing and printing across physically separated
networks and or full-blown road warrior client capabilities.

%prep
%setup -q
# fix png rgb 
pushd pixmaps
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd

%build
%configure2_5x
%make

%install
%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/%{name}

# pam auth
install -d %{buildroot}%{_sysconfdir}/pam.d/
install -d %{buildroot}%{_sysconfdir}/security/console.apps

install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -m 644 etc/security/console.apps/%{name} %{buildroot}%{_sysconfdir}/security/console.apps/%{name}

# Mandriva Icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -geometry 48x48 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/%{name}.png
convert -geometry 32x32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/%{name}.png
convert -geometry 16x16 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
sed -i -e 's,%{name}.png,%{name},g' desktop/%{name}.desktop
sed -i -e 's,GADMIN-OPENVPN-Server,Gadmin-OpenVPN-server,g' desktop/%{name}.desktop
mv desktop/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="" \
    --remove-category="Application" \
    --add-category="Settings;Network;GTK;" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# Prepare usermode entry
mkdir -p %{buildroot}%{_bindir}
mv %{buildroot}%{_sbindir}/%{name} %{buildroot}%{_sbindir}/%{name}.real
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<_EOF_
USER=root
PROGRAM=%{_sbindir}/%{name}.real
SESSION=true
FALLBACK=false
_EOF_

rm -rf %{buildroot}%{_datadir}/doc/%{name}

%files
%defattr(-,root,root,0755)
%doc COPYING AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%dir %{_sysconfdir}/%{name}
%{_bindir}/%{name}
%{_sbindir}/%{name}.real
%{_datadir}/pixmaps/*.png
%{_datadir}/pixmaps/%{name}/*.png
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*/%{name}.png




%changelog
* Sat Aug 02 2014 abfonly <abfonly@gmail.com> 0.1.5-4
+ Revision: 293356d
- fix png rgb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1477 |14cr|gadmin-proftpd-0.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# if I fix the string literal errors according to the wiki Problems
# page, it crashes on startup - AdamW 2009/01
%define Werror_cflags %nil

Summary:	GNOME GUI Tool for Proftpd Server Configuration
Name:		gadmin-proftpd
Version:	0.4.2
Release:	2
Group:		System/Configuration/Networking
License:	GPLv3+
URL:		http://www.gadmintools.org/
Source0:	http://mange.dynalias.org/linux/gadmin-proftpd/%{name}-%{version}.tar.gz
Source1:	%{name}.pam
Requires:	proftpd >= 1.2.8
Requires:	usermode-consoleonly
BuildRequires:	gtk+2-devel
BuildRequires:	desktop-file-utils
Obsoletes:	gproftpd
Provides:	gproftpd
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Gadmin-proftpd is a fast and easy to use GTK+-based administration tool
for the Proftpd FTP server.

%prep
%setup -q

%build
# (Abel) otherwise it would try to find files such as /var/lib/log/xferlog
%define _localstatedir /var

%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -fr %{buildroot}/%{_docdir}

install -d %{buildroot}%{_sysconfdir}/pam.d/
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/%{name}

# locales
%find_lang %{name}

# Icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -D -m644 pixmaps/%{name}32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m644 pixmaps/%{name}16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m644 pixmaps/%{name}48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# Menu
mkdir -p %{buildroot}%{_datadir}/applications
sed -i -e 's,%{name}.png,%{name},g' desktop/%{name}.desktop
sed -i -e 's,GADMIN-PROFTPD,Gadmin-Proftpd,g' desktop/%{name}.desktop

mv desktop/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="" \
    --remove-category="Application" \
    --add-category="Settings;Network;GTK;" \
    --remove-key="Encoding" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


# Prepare usermode entry
mkdir -p %{buildroot}%{_bindir}
mv %{buildroot}%{_sbindir}/%{name} %{buildroot}%{_sbindir}/%{name}.real
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<_EOF_
USER=root
PROGRAM=%{_sbindir}/%{name}.real
SESSION=true
FALLBACK=false
_EOF_

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,0755)
%doc AUTHORS ChangeLog README
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%{_bindir}/%{name}
%{_sbindir}/%{name}.real
%{_sbindir}/gprostats
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/*
%defattr(0600,root,root,0700)
%config(noreplace) %{_sysconfdir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.2-2
+ Revision: 4c51443
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1478 |14cr|gadmin-rsync-0.1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# if I fix the string literal errors according to the wiki Problems
# page, it crashes on startup - AdamW 2009/01
%define Werror_cflags %nil

Summary:	A GTK+ administation tool for rsync
Name:		gadmin-rsync
Version:	0.1.7
Release:	3
License:	GPLv3+
Group:		System/Configuration/Networking
URL:		http://www.gadmintools.org/
Source0:	http://mange.dynalias.org/linux/gadmin-rsync/%{name}-%{version}.tar.gz
Source1:	%{name}.pam
BuildRequires:	gtk+2-devel
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
Requires:	rsync
Requires:	usermode-consoleonly

%description
Gadmin-Rsync is a fast and easy to use GTK+ administration tool for rsync.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

install -d %{buildroot}%{_sysconfdir}/%{name}

# pam auth
install -d %{buildroot}%{_sysconfdir}/pam.d/
install -d %{buildroot}%{_sysconfdir}/security/console.apps

install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -m 644 etc/security/console.apps/%{name} %{buildroot}%{_sysconfdir}/security/console.apps/%{name}

# Mandriva Icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -geometry 48x48 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/%{name}.png
convert -geometry 32x32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/%{name}.png
convert -geometry 16x16 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
sed -i -e 's,%{name}.png,%{name},g' desktop/%{name}.desktop
sed -i -e 's,GADMIN-RSYNC,Gadmin-Rsync,g' desktop/%{name}.desktop
mv desktop/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="" \
    --remove-category="Application" \
    --add-category="Settings;Network;GTK;" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# Prepare usermode entry
mkdir -p %{buildroot}%{_bindir}
mv %{buildroot}%{_sbindir}/%{name} %{buildroot}%{_sbindir}/%{name}.real
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<_EOF_
USER=root
PROGRAM=%{_sbindir}/%{name}.real
SESSION=true
FALLBACK=false
_EOF_

rm -rf %{buildroot}%{_datadir}/doc/%{name}

%files
%defattr(-,root,root,0755)
%doc COPYING AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%dir %{_sysconfdir}/%{name}
%{_bindir}/%{name}
%{_sbindir}/%{name}.real
%{_datadir}/pixmaps/*.png
%{_datadir}/pixmaps/%{name}/*.png
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.7-3
+ Revision: 9562163
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1479 |14cr|gadmin-samba-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# if I fix the string literal errors according to the wiki Problems
# page, it crashes on startup - AdamW 2009/01
%define Werror_cflags %nil

Summary:	A GTK+ administation tool for the SAMBA server
Name:		gadmin-samba
Version:	0.3.0
Release:	4
License:	GPLv3+
Group:		System/Configuration/Networking
URL:		http://www.gadmintools.org/
Source0:	http://mange.dynalias.org/linux/gadmin-samba/%{name}-%{version}.tar.gz
Source1:	%{name}.pam
Patch0:		gadmin-samba-0.3.0-fix_netlogon_script.patch
BuildRequires:	gtk+2-devel
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
Requires:	samba-server >= 3.0
Requires:	openssl
Requires:	usermode-consoleonly
Obsoletes:	gsambad
Provides:	gsambad


%description
Gadmin-Samba is a fast and easy to use GTK+ administration tool for the
Samba server.

%prep
%setup -q
%patch0 -p1 -b .fix_netlogon

# fix png rgb 
pushd pixmaps
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd

%build
%configure2_5x

perl -pi -e 's|^#define SAMBA_USER .*|#define SAMBA_USER \"root\"|g' config.h

%make

%install
%makeinstall_std INSTALL_USER=`id -un` INSTALL_GROUP=`id -gn`

install -d %{buildroot}%{_sysconfdir}/%{name}

# pam auth
install -d %{buildroot}%{_sysconfdir}/pam.d/
install -d %{buildroot}%{_sysconfdir}/security/console.apps

install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -m 644 etc/security/console.apps/%{name} %{buildroot}%{_sysconfdir}/security/console.apps/%{name}

## locales
%find_lang %{name}

# Mandriva Icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -geometry 48x48 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/%{name}.png
convert -geometry 32x32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/%{name}.png
convert -geometry 16x16 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
sed -i -e 's,%{name}.png,%{name},g' desktop/%{name}.desktop
sed -i -e 's,GADMIN-SAMBA,Gadmin-Samba,g' desktop/%{name}.desktop
install -m644 desktop/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="" \
    --remove-category="Application" \
    --add-category="Settings;Network;GTK;" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# Prepare usermode entry
mkdir -p %{buildroot}%{_bindir}
mv %{buildroot}%{_sbindir}/%{name} %{buildroot}%{_sbindir}/%{name}.real
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/%{name}

# Scripts
install -d %{buildroot}%{_bindir}
install -m 755 scripts/example.bat %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<_EOF_
USER=root
PROGRAM=%{_sbindir}/%{name}.real
SESSION=true
FALLBACK=false
_EOF_

rm -rf %{buildroot}%{_datadir}/doc/%{name}


%files -f %{name}.lang
%defattr(-,root,root,0755)
%doc COPYING AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%dir %{_sysconfdir}/%{name}
%{_bindir}/*
%{_sbindir}/%{name}.real
%{_datadir}/pixmaps/*.png
%{_datadir}/pixmaps/%{name}/*.png
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*/%{name}.png
%{_localstatedir}/lib/samba/netlogon/example.bat

%changelog
* Sat Aug 02 2014 abfonly <abfonly@gmail.com> 0.3.0-4
+ Revision: b800f51
- fix png rgb , spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1480 |14cr|gadmin-squid-0.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# if I fix the string literal errors according to the wiki Problems
# page, it crashes on startup - AdamW 2009/01
%define Werror_cflags %nil

Summary:	A GTK+ administation tool for the Squid proxy
Name:		gadmin-squid
Version:	0.1.3
Release:	4
License:	GPLv3+
Group:		System/Configuration/Networking
URL:		http://www.gadmintools.org/
Source0:	http://mange.dynalias.org/linux/gadmin-squid/%{name}-%{version}.tar.gz
Source1:	%{name}.pam
BuildRequires:	gtk+2-devel
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
Requires:	squid
Requires:	openssl
Requires:	usermode-consoleonly

%description
Gadmin-Samba is a fast and easy to use GTK+ administration tool for the
Samba server.

%prep
%setup -q

# fix png rgb 
pushd pixmaps
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd

%build
%configure2_5x
%make

%install
%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/%{name}

# pam auth
install -d %{buildroot}%{_sysconfdir}/pam.d/
install -d %{buildroot}%{_sysconfdir}/security/console.apps

install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -m 644 etc/security/console.apps/%{name} %{buildroot}%{_sysconfdir}/security/console.apps/%{name}

# Mandriva Icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -geometry 48x48 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/%{name}.png
convert -geometry 32x32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/%{name}.png
convert -geometry 16x16 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
sed -e 's,%{name}.png,%{name},g' \
	-e 's,GADMIN-SQUID,Gadmin-Squid,g'\
	desktop/%name.desktop > %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="" \
    --remove-category="Application" \
    --add-category="Settings;Network;GTK;" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# Prepare usermode entry
mkdir -p %{buildroot}%{_bindir}
mv %{buildroot}%{_sbindir}/%{name} %{buildroot}%{_sbindir}/%{name}.real
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<_EOF_
USER=root
PROGRAM=%{_sbindir}/%{name}.real
SESSION=true
FALLBACK=false
_EOF_

rm -rf %{buildroot}%{_datadir}/doc/%{name}

%files
%defattr(-,root,root,0755)
%doc COPYING AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%dir %{_sysconfdir}/%{name}
%{_bindir}/%{name}
%{_sbindir}/%{name}.real
%{_datadir}/pixmaps/*.png
%{_datadir}/pixmaps/%{name}/*.png
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*/%{name}.png


%changelog
* Sat Aug 02 2014 abfonly <abfonly@gmail.com> 0.1.3-4
+ Revision: 53289e4
- fix png rgb, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1481 |14cr|gajim-0.15.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
Summary:	Jabber Client written in PyGTK
Name:		gajim
Version:	0.15.4
Release:	3
Source:		http://gajim.org/downloads/0.15/gajim-%{version}.tar.bz2
URL:		http://www.gajim.org
Group:		Networking/Instant messaging
License:	GPLv3
BuildRequires:	pkgconfig(gnome-python-extras-2.0)
BuildRequires:	pkgconfig(gtkspell-2.0) 
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:  pkgconfig(xscrnsaver)
BuildRequires:  pkgconfig(expat)
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  imagemagick
BuildRequires:  desktop-file-utils
BuildRequires:  intltool

Requires:       pygtk2.0-libglade 
Requires:       python-sqlite2
Requires:       gnome-python-gconf
Requires:       gnome-python-extras
Requires:       dbus-python 
Requires:       python-OpenSSL
Requires:	pyasn1
Requires:       bind-utils

Suggests:       gnome-python-gtkspell


%description
Gajim is a jabber client written in PyGTK. The goal of Gajim's developers is
to provide a full featured and easy to use xmpp client for the GTK+
users. Gajim does not require GNOME to run, event-hough it exists with it
nicely. Gajim is released under the GNU General Public License

Features:
- Tabbed chat windows
- Groupchat support (with MUC protocol)
- Emoticons, URL grabber
- Systray icon
- TLS & GPG support
- Transport Registration support
- Service Discovery including Nodes
- Multiple accounts support

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot} installed-docs
%makeinstall_std

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GNOME" \
  --add-category="X-MandrivaLinux-Internet-InstantMessaging" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*
  
  
# Fix python-bytecode-inconsistent-mtime
pushd %{buildroot}%{_datadir}/%{name}/src/common
rm -rf *.pyc
rm -rf *.pyo
python -m compileall *.py
popd  

pushd %{buildroot}%{_datadir}/%{name}/src/plugins
rm -rf *.pyc
rm -rf *.pyo
python -m compileall *.py
popd  
 
%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog COPYING README THANKS THANKS.artists
%{_bindir}/gajim
%{_bindir}/gajim-remote
%{_bindir}/gajim-history-manager
%{_datadir}/applications/gajim.desktop
%{_datadir}/gajim
%{_mandir}/man1/gajim.1*
%{_mandir}/man1/gajim-remote.1*
%{_mandir}/man1/gajim-history-manager.1*
%{_iconsdir}/hicolor/*/apps/%{name}.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15.4-3
+ Revision: bcdecf8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1482 |14cr|galago-daemon-0.5.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name galago-daemon
%define version 0.5.1
%define release 5

Summary: Galago desktop presence daemon
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.galago-project.org/files/releases/source/galago-daemon/%{name}-%{version}.tar.bz2
License: GPL
Group: System/Servers
Url: http://www.galago-project.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: libgalago-devel >= 0.5.2

%description
This are the daemon of the Galago desktop presence framework.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc NEWS AUTHORS ChangeLog
%config(noreplace) %_sysconfdir/dbus-1/system.d/galago-daemon.conf
%_libexecdir/galago-daemon
%_datadir/dbus-1/services/org.freedesktop.Galago.service





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-5
+ Revision: 2cd3aa6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1483 |14cr|galan-0.3.0-0.beta7.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta beta7

%define __noautoprov '(.*)\\.so\\.0(.*)'
%define __noautoreq 'libgalan\\.so\\.(.*)'

Summary:	Graphical audio processing toolkit
Name:		galan
Version:	0.3.0
Release:	0.%{beta}.4
Source0:	%{name}-%{version}_%{beta}.tar.bz2
Url:		http://galan.sourceforge.net/
License:	GPLv2+
Group:		Sound
BuildRequires:	fftw2-devel
BuildRequires:	gtkglarea-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lrdf)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)

%description
Using gAlan is much like setting up an effects-chain for, say, a guitar.
You choose the effects units you wish to use, lay them out, and then
connect them to each other, starting with the guitar, threading through
the effects, and ending up at the amplifier (and ultimately the speakers).

It's not just limited to acting as an effects-chain, though. You can also
configure it (using the same basic principles) to act as a mixer, a
sample-sequencer or drum machine, or a synthesizer capable of emulating
various analogue systems. The examples page and the tutorial provide some
descriptions of some of the ways gAlan can be used. The User Guide has a
section on common motifs in mesh design which may also give an impression
of how gAlan works.

%files
%doc AUTHORS COPYING NEWS NOTES README TODO doc/examples doc/html
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}_%{beta}

%build
#autoreconf -fi
LDFLAGS="-lm -ldl" %configure2_5x --enable-static=no
make

%install
%makeinstall_std

#cleanup
for i in doc/CVS doc/examples/CVS doc/examples/samples/CVS doc/exdoc/html/CVS doc/html/CVS
do
rm -fr $i
done

rm -f %{buildroot}%{_libdir}/%{name}/libgalan.so

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Galan
Comment=Graphical audio processing toolkit
Exec=%{_bindir}/%{name}
Icon=sound_section
Terminal=false
Type=Application
Categories=AudioVideo;Audio;AudioVideoEditing;
EOF




%changelog
* Mon Feb 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.0-0.beta7.4
+ Revision: 1a4d686
- LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1484 |14cr|galaxy-1.0.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Mandriva Galaxy theme
Name:           galaxy
Version:        1.0.6
Release:        6
License:        GPLv2+
Group:          Graphical desktop/GNOME
URL:            http://www.mandrivalinux.com/
BuildRequires:  gtk+1.2-devel
BuildRequires:  gtk+2-devel
BuildRequires:  gdk-pixbuf-devel
Source0:        %{name}-%{version}.tar.bz2
Patch0:		galaxy-1.0.6-no-kde.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Mandriva Galaxy theme

 
%package gnome
Summary: Mandriva Galaxy theme for GTK+2 and GNOME
Group: Graphical desktop/GNOME
Requires: gnome-icon-theme
 
%description gnome
Mandriva theme for GNOME and GTK2 applications

%package gtk12
Summary: Mandriva Galaxy theme for GTK+ 1.2 applications
Group: Graphical desktop/GNOME
Conflicts: galaxy-gnome < 1.0.5-2mdv
 
%description gtk12
Mandriva Galaxy theme for GTK 1.2 applications

%prep
%setup -q 
%apply_patches
autoreconf -fi

%build
%configure2_5x

%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std

#remove unpackaged files 
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.la \
  $RPM_BUILD_ROOT%{_libdir}/gtk/themes/engines/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%files gnome
%defattr(-,root,root,-)
%doc README ChangeLog
%{_libdir}/gtk-2.0/*/engines/*.so
%{_datadir}/themes/*

%files gtk12
%defattr(-,root,root,-)
%{_libdir}/gtk/themes/engines/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.6-6
+ Revision: df8a860
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1485 |14cr|gamazons-0.83-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	0.83
%define release 	12

Summary:	A board game similar to chess and go combined
Name:		gamazons
Version:	%{version}
Release:	%{release}
License:	GPLv2
Group:		Games/Boards
URL:		http://www.yorgalily.org/gamazons/
Source:		http://www.yorgalily.org/gamazons/src/%{name}-%{version}.tar.bz2
Patch0:		gamazons-0.83-fix-desktop-file.patch
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libgnomeui-2.0)
# (tv) for /usr/bin/desktop-file-install:
BuildRequires:	desktop-file-utils

%description
Amazons is a game played on a 10x10 chess board. Each side has four pieces
(amazons) that move like chess queens (in a straight line in any direction).
Instead of capturing pieces like in chess, the game is determined based on
who moves last.

Each move consists of two parts. First an amazon moves to a new square and
then fires an arrow to another square (the arrow is fired in a straight
line in any direction from the square the amazon landed on). The square
the arrow lands on becomes a permenant block for the rest of the game.
No one can move over it, or fire an arrow over it. Every turn an amazon
must move and fire an arrow, so every turn there is one less square
available on the board. Try and block in your opponent or section off a
good chunk of the board for yourself.


%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --bindir=%{_gamesbindir}
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std


desktop-file-install --vendor="" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

mkdir -p $RPM_BUILD_ROOT%{_iconsdir} \
	 $RPM_BUILD_ROOT%{_miconsdir} \
	 $RPM_BUILD_ROOT%{_liconsdir}
install -m 0644         pixmaps/gnome-gamazons.png $RPM_BUILD_ROOT%{_liconsdir}/gnome-gamazons.png
convert -geometry 32x32 pixmaps/gnome-gamazons.png $RPM_BUILD_ROOT%{_iconsdir}/gnome-gamazons.png
convert -geometry 16x16 pixmaps/gnome-gamazons.png $RPM_BUILD_ROOT%{_miconsdir}/gnome-gamazons.png

# translation will come in future versions, find
# help files for now
%{find_lang} %{name} --with-gnome

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc COPYING
%{_gamesbindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_iconsdir}/gnome-gamazons.png
%{_miconsdir}/gnome-gamazons.png
%{_liconsdir}/gnome-gamazons.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.83-12
+ Revision: bee936f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1486 |14cr|gambas3-3.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gambas3
Summary:	Complete IDE based on a BASIC interpreter with object extensions
Version:	3.5.4
Release:	2
License:	GPLv2+
Group:		Development/Other
URL:		http://gambas.sourceforge.net
Source0:    http://garr.dl.sourceforge.net/project/gambas/gambas3/%{name}-%{version}.tar.bz2


Source1:	%{name}.desktop
Source100:	%{name}.rpmlintrc

BuildRequires:	bzip2-devel
BuildRequires:	autoconf automake libtool
BuildRequires:	unixODBC-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	imagemagick
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(poppler)
BuildRequires:	SDL_sound-devel
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(gdkglext-1.0)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(libecpg)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	pkgconfig(xtst)
BuildRequires:  freetype2-devel
BuildRequires:	xdg-utils
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(sqlite)
BuildRequires:  libstdc++-static-devel 
BuildRequires:  libstdc++-devel
BuildRequires:  freetype-devel
BuildRequires:  pkgconfig(gsl)
BuildRequires:  pkgconfig(gnome-keyring-1)
BuildRequires:  pkgconfig(libpcre)
BuildRequires:  pkgconfig(ice)
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  pkgconfig(SDL_image)
# no pkgconfig for gmime for portability
BuildRequires:  gmime-devel
BuildRequires:  pkgconfig(libv4lconvert)
#
%if %{mdvver} >= 201210
BuildRequires:  llvm-devel
%if %{mdvver} == 201200
BuildRequires:	llvm
%endif
%endif
# No jit modules in 2014.1, won't build against llvm3.4.2
# we don't have gst-1 in lts
BuildRequires:  pkgconfig(gstreamer-1.0)
BuildRequires:  pkgconfig(gstreamer-app-1.0)
BuildRequires:  pkgconfig(openssl)
BuildRequires:  gmp-devel
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(alure)
BuildRequires:  pkgconfig(sndfile)
BuildRequires:  pkgconfig(libmpg123)
BuildRequires:  pkgconfig(fluidsynth)
BuildRequires:  dumb-devel

%description
Gambas is a free development environment based on a Basic interpreter
with object extensions, like Visual Basic(tm) (but it is NOT a clone!). 
With Gambas, you can quickly design your program GUI, access MySQL or
PostgreSQL databases, translate your program into many languages, 
create network applications easily, build RPMs of your apps 
automatically, and so on...

%prep
%setup -q

for i in `find . -name "acinclude.m4"`;
do
	sed -i -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' ${i}
	sed -i 's|$AM_CFLAGS -O3|$AM_CFLAGS|g' ${i}
	sed -i 's|$AM_CXXFLAGS -Os -fno-omit-frame-pointer|$AM_CXXFLAGS|g' ${i}
	sed -i 's|$AM_CFLAGS -Os|$AM_CFLAGS|g' ${i}
	sed -i 's|$AM_CFLAGS -O0|$AM_CFLAGS|g' ${i}
	sed -i 's|$AM_CXXFLAGS -O0|$AM_CXXFLAGS|g' ${i}
done


# debug linting fix
chmod -x main/gbx/gbx_local.h
chmod -x gb.xml/src/xslt/CXSLT.h
chmod -x main/lib/option/main.h
chmod -x main/lib/option/main.c
chmod -x main/lib/option/getoptions.c
chmod -x main/lib/option/getoptions.h
chmod -x main/gbx/gbx_subr_file.c
chmod -x gb.xml/src/xslt/main.cpp
chmod -x gb.qt4/src/CContainer.cpp
chmod -x gb.xml/src/xslt/CXSLT.cpp



%build
%if %{mdvver} == 201410
# add math's functions to the linker
export LDFLAGS="$LDFLAGS -lm"
# export pow, ceil a.s.o math's functions
# in both compilers , gb.image component is in C
export CXXFLAGS="%{optflags} -lm"
export CFLAGS="%{optflags} -lm"
%endif

%setup_compile_flags
./reconf-all
for i in `find -name configure`
do
        (
          pushd `dirname $i`
          %before_configure
          popd
        )
done


%configure2_5x
%make

%install
%makeinstall_std

# Get the SVN noise out of the main tree
find %{buildroot}%{_datadir}/%{name}/ -type d -name .svn -exec rm -rf {} 2>/dev/null ';' || :

# Mime types.
mkdir -p %{buildroot}%{_datadir}/mime/packages/
install -m 0644 -p app/mime/application-x-gambasscript.xml %{buildroot}%{_datadir}/mime/packages/
install -m 0644 -p main/mime/application-x-gambas3.xml %{buildroot}%{_datadir}/mime/packages/

# clean, should be done upstream
find %{buildroot} -name '*.la' -delete
rm -f %{buildroot}%{_libdir}/%{name}/gb.so %{buildroot}%{_libdir}/%{name}/gb.so.*

# menu entry && icons
install -D -m 755 app/src/%{name}/img/logo/logo-16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m 755 app/src/%{name}/img/logo/logo-32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m 755 app/src/%{name}/img/logo/logo-64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D -m 755 app/src/%{name}/img/logo/logo-ide.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
# attr fix
chmod -x %{buildroot}%{_datadir}/gambas3/gb.sdl/LICENSE

desktop-file-install %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
chmod -x %{buildroot}%{_datadir}/applications/%{name}.desktop 

mkdir -p %{buildroot}%{_docdir}

#------------------------------------------------------------------------

%package runtime
Summary: The Gambas runtime
Group: Development/Other

%description runtime
This package includes the Gambas interpreter needed to run Gambas applications.

%files runtime 
%doc README ChangeLog AUTHORS
%{_bindir}/gbx3
%{_bindir}/gbr3
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.component
%{_libdir}/%{name}/gb.debug.*
%{_libdir}/%{name}/gb.eval.component
%{_libdir}/%{name}/gb.eval.so*
%{_libdir}/%{name}/gb.draw.*
%{_libdir}/%{name}/gb.geom.*
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.info
%{_datadir}/%{name}/info/gb.list
%{_datadir}/%{name}/info/gb.debug.*
%{_datadir}/%{name}/info/gb.eval.list
%{_datadir}/%{name}/info/gb.eval.info
%dir %{_datadir}/%{name}/icons
%{_datadir}/%{name}/icons/application-x-%{name}.png

#-----------------------------------------------------------------------------

%package devel
Summary: The Gambas development package
Group: Development/Other

%description devel
This package includes all tools needed to compile Gambas projects
without having to install the complete development environment.

%files devel
%doc README  ChangeLog 
%{_bindir}/gbc3
%{_bindir}/gba3
%{_bindir}/gbi3

#-----------------------------------------------------------------------------

%package script
Summary: The Gambas scripter package
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}


%description script
This package includes the scripter program that allows to write script files
in Gambas.

%files script
%doc README  ChangeLog 
%{_bindir}/gbs3
%{_bindir}/gbs3.gambas
%{_bindir}/gbw3
%{_datadir}/%{name}/icons/application-x-gambasserverpage.png
%{_datadir}/%{name}/icons/application-x-gambasscript.png

#-----------------------------------------------------------------------------

%package ide
Summary: The Gambas IDE
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}
Requires: %{name}-devel = %{version}
Requires: %{name}-gb-db = %{version}
Requires: %{name}-gb-db-form = %{version}
Requires: %{name}-gb-desktop = %{version}
Requires: %{name}-gb-eval-highlight = %{version}
Requires: %{name}-gb-form = %{version}
Requires: %{name}-gb-form-dialog = %{version}
Requires: %{name}-gb-form-mdi = %{version}
Requires: %{name}-gb-form-stock = %{version}
Requires: %{name}-gb-gui = %{version}
Requires: %{name}-gb-image = %{version}
Requires: %{name}-gb-image-effect = %{version}
Requires: %{name}-gb-qt4 = %{version}
Requires: %{name}-gb-qt4-ext = %{version}
Requires: %{name}-gb-qt4-webkit = %{version}
Requires: %{name}-gb-settings = %{version}
Requires: %{name}-examples = %{version}
Requires: gettext
Requires: rpm-build

%description ide
This package includes the complete Gambas Development Environment, with the
database manager, the help files, and all components.

%files ide 
%doc README ChangeLog 
%{_bindir}/%{name}
%{_bindir}/%{name}.gambas
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/*/%{name}.png
%{_datadir}/pixmaps/%{name}.png
%dir %{_datadir}/%{name}/examples/

#-----------------------------------------------------------------------------

%package examples
Summary: The Gambas examples
Group: Development/Other
BuildArch: noarch
Suggests: %{name}-ide = %{version}


%description examples
This package includes all the example projects provided with Gambas.

%files examples
%doc README  ChangeLog
%dir %{_datadir}/%{name}/examples/Automation/
%dir %{_datadir}/%{name}/examples/Basic/
%dir %{_datadir}/%{name}/examples/Control/
%dir %{_datadir}/%{name}/examples/Database/
%dir %{_datadir}/%{name}/examples/Drawing/
%dir %{_datadir}/%{name}/examples/Games/
%dir %{_datadir}/%{name}/examples/Image/
%dir %{_datadir}/%{name}/examples/Misc/
%dir %{_datadir}/%{name}/examples/Multimedia/
%dir %{_datadir}/%{name}/examples/Networking/
%dir %{_datadir}/%{name}/examples/OpenGL/
%dir %{_datadir}/%{name}/examples/Printing/
%dir %{_datadir}/%{name}/examples/Automation/DBusExplorer/
%{_datadir}/%{name}/examples/Automation/DBusExplorer/dbus*.png
%{_datadir}/%{name}/examples/Automation/DBusExplorer/DBusExplorer.gambas
%{_datadir}/%{name}/examples/Automation/DBusExplorer/.directory
%{_datadir}/%{name}/examples/Automation/DBusExplorer/.gambas/
%{_datadir}/%{name}/examples/Automation/DBusExplorer/.hidden
%{_datadir}/%{name}/examples/Automation/DBusExplorer/.icon.png
%{_datadir}/%{name}/examples/Automation/DBusExplorer/method.png
%{_datadir}/%{name}/examples/Automation/DBusExplorer/.project
%{_datadir}/%{name}/examples/Automation/DBusExplorer/property.png
%{_datadir}/%{name}/examples/Automation/DBusExplorer/.settings
%{_datadir}/%{name}/examples/Automation/DBusExplorer/signal.png
%{_datadir}/%{name}/examples/Automation/DBusExplorer/.src/
%{_datadir}/%{name}/examples/Automation/DBusExplorer/.startup

%dir %{_datadir}/%{name}/examples/Basic/Blights/
%dir %{_datadir}/%{name}/examples/Basic/Blights/.lang/
%{_datadir}/%{name}/examples/Basic/Blights/.directory
%{_datadir}/%{name}/examples/Basic/Blights/.gambas/
%{_datadir}/%{name}/examples/Basic/Blights/.hidden
%{_datadir}/%{name}/examples/Basic/Blights/.icon*
%{_datadir}/%{name}/examples/Basic/Blights/.project
%{_datadir}/%{name}/examples/Basic/Blights/.src/
%{_datadir}/%{name}/examples/Basic/Blights/.startup
%{_datadir}/%{name}/examples/Basic/Blights/Blights.gambas
%{_datadir}/%{name}/examples/Basic/Blights/ampoule.png
%{_datadir}/%{name}/examples/Basic/Blights/bloff.xpm
%{_datadir}/%{name}/examples/Basic/Blights/blon.xpm

%dir %{_datadir}/%{name}/examples/Basic/Collection/
%dir %{_datadir}/%{name}/examples/Basic/Collection/.lang/
%{_datadir}/%{name}/examples/Basic/Collection/.directory
%{_datadir}/%{name}/examples/Basic/Collection/.gambas/
%{_datadir}/%{name}/examples/Basic/Collection/.hidden
%{_datadir}/%{name}/examples/Basic/Collection/.icon*
%{_datadir}/%{name}/examples/Basic/Collection/.project
%{_datadir}/%{name}/examples/Basic/Collection/.startup
%{_datadir}/%{name}/examples/Basic/Collection/.src/
%{_datadir}/%{name}/examples/Basic/Collection/Collection.gambas
%{_datadir}/%{name}/examples/Basic/Collection/collection.png

%dir %{_datadir}/%{name}/examples/Basic/DragNDrop/
%{_datadir}/%{name}/examples/Basic/DragNDrop/.directory
%{_datadir}/%{name}/examples/Basic/DragNDrop/.gambas/
%{_datadir}/%{name}/examples/Basic/DragNDrop/.hidden
%{_datadir}/%{name}/examples/Basic/DragNDrop/.icon*
%{_datadir}/%{name}/examples/Basic/DragNDrop/.project
%{_datadir}/%{name}/examples/Basic/DragNDrop/.startup
%{_datadir}/%{name}/examples/Basic/DragNDrop/DragNDrop.gambas
%{_datadir}/%{name}/examples/Basic/DragNDrop/.src/
%{_datadir}/%{name}/examples/Basic/DragNDrop/drop.png

%dir %{_datadir}/%{name}/examples/Basic/Object/
%dir %{_datadir}/%{name}/examples/Basic/Object/.lang/
%{_datadir}/%{name}/examples/Basic/Object/.directory
%{_datadir}/%{name}/examples/Basic/Object/.gambas/
%{_datadir}/%{name}/examples/Basic/Object/.hidden
%{_datadir}/%{name}/examples/Basic/Object/.icon*
%{_datadir}/%{name}/examples/Basic/Object/.project
%{_datadir}/%{name}/examples/Basic/Object/.startup
%{_datadir}/%{name}/examples/Basic/Object/.src/
%{_datadir}/%{name}/examples/Basic/Object/Object.gambas
%{_datadir}/%{name}/examples/Basic/Object/object.png

%dir %{_datadir}/%{name}/examples/Basic/Timer/
%dir %{_datadir}/%{name}/examples/Basic/Timer/.lang/
%{_datadir}/%{name}/examples/Basic/Timer/.directory
%{_datadir}/%{name}/examples/Basic/Timer/.gambas/
%{_datadir}/%{name}/examples/Basic/Timer/.hidden
%{_datadir}/%{name}/examples/Basic/Timer/.icon*
%{_datadir}/%{name}/examples/Basic/Timer/.project
%{_datadir}/%{name}/examples/Basic/Timer/.startup
%{_datadir}/%{name}/examples/Basic/Timer/.src/
%{_datadir}/%{name}/examples/Basic/Timer/Timer.gambas
%{_datadir}/%{name}/examples/Basic/Timer/timer.png

%dir %{_datadir}/%{name}/examples/Control/ArrayOfControls/
%dir %{_datadir}/%{name}/examples/Control/ArrayOfControls/.lang/
%{_datadir}/%{name}/examples/Control/ArrayOfControls/.directory
%{_datadir}/%{name}/examples/Control/ArrayOfControls/.gambas/
%{_datadir}/%{name}/examples/Control/ArrayOfControls/.hidden
%{_datadir}/%{name}/examples/Control/ArrayOfControls/.icon*
%{_datadir}/%{name}/examples/Control/ArrayOfControls/.project
%{_datadir}/%{name}/examples/Control/ArrayOfControls/.startup
%{_datadir}/%{name}/examples/Control/ArrayOfControls/.src/
%{_datadir}/%{name}/examples/Control/ArrayOfControls/green1.png
%{_datadir}/%{name}/examples/Control/ArrayOfControls/green.png
%{_datadir}/%{name}/examples/Control/ArrayOfControls/phone.png
%{_datadir}/%{name}/examples/Control/ArrayOfControls/red1.png
%{_datadir}/%{name}/examples/Control/ArrayOfControls/red.png
%{_datadir}/%{name}/examples/Control/ArrayOfControls/ArrayOfControls.gambas

%dir %{_datadir}/%{name}/examples/Control/Embedder/
%dir %{_datadir}/%{name}/examples/Control/Embedder/.lang/
%{_datadir}/%{name}/examples/Control/Embedder/.directory
%{_datadir}/%{name}/examples/Control/Embedder/.gambas/
%{_datadir}/%{name}/examples/Control/Embedder/.hidden
%{_datadir}/%{name}/examples/Control/Embedder/.icon*
%{_datadir}/%{name}/examples/Control/Embedder/.project
%{_datadir}/%{name}/examples/Control/Embedder/.settings
%{_datadir}/%{name}/examples/Control/Embedder/.startup
%{_datadir}/%{name}/examples/Control/Embedder/.src/
%{_datadir}/%{name}/examples/Control/Embedder/Embedder.gambas
%{_datadir}/%{name}/examples/Control/Embedder/embedder.png

%dir %{_datadir}/%{name}/examples/Control/HighlightEditor/
%dir %{_datadir}/%{name}/examples/Control/HighlightEditor/.lang/
%{_datadir}/%{name}/examples/Control/HighlightEditor/.directory
%{_datadir}/%{name}/examples/Control/HighlightEditor/.gambas/
%{_datadir}/%{name}/examples/Control/HighlightEditor/.hidden
%{_datadir}/%{name}/examples/Control/HighlightEditor/.icon*
%{_datadir}/%{name}/examples/Control/HighlightEditor/.project
%{_datadir}/%{name}/examples/Control/HighlightEditor/.startup
%{_datadir}/%{name}/examples/Control/HighlightEditor/.src/
%{_datadir}/%{name}/examples/Control/HighlightEditor/HighlightEditor.gambas
%{_datadir}/%{name}/examples/Control/HighlightEditor/download.html
%{_datadir}/%{name}/examples/Control/HighlightEditor/editor.png

%dir %{_datadir}/%{name}/examples/Control/MapView/
%{_datadir}/%{name}/examples/Control/MapView/.directory
%{_datadir}/%{name}/examples/Control/MapView/.gambas/
%{_datadir}/%{name}/examples/Control/MapView/.hidden/
%{_datadir}/%{name}/examples/Control/MapView/.icon*
%{_datadir}/%{name}/examples/Control/MapView/.project
%{_datadir}/%{name}/examples/Control/MapView/.src/
%{_datadir}/%{name}/examples/Control/MapView/.startup
%{_datadir}/%{name}/examples/Control/MapView/MapView.gambas

%dir %{_datadir}/%{name}/examples/Control/TextEdit/
%dir %{_datadir}/%{name}/examples/Control/TextEdit/.lang/
%{_datadir}/%{name}/examples/Control/TextEdit/.directory
%{_datadir}/%{name}/examples/Control/TextEdit/.gambas/
%{_datadir}/%{name}/examples/Control/TextEdit/.hidden
%{_datadir}/%{name}/examples/Control/TextEdit/.icon*
%{_datadir}/%{name}/examples/Control/TextEdit/.project
%{_datadir}/%{name}/examples/Control/TextEdit/.startup
%{_datadir}/%{name}/examples/Control/TextEdit/.src/
%{_datadir}/%{name}/examples/Control/TextEdit/TextEdit.gambas
%{_datadir}/%{name}/examples/Control/TextEdit/edit.png
%{_datadir}/%{name}/examples/Control/TextEdit/text.html

%dir %{_datadir}/%{name}/examples/Control/TreeView/
%dir %{_datadir}/%{name}/examples/Control/TreeView/.lang/
%{_datadir}/%{name}/examples/Control/TreeView/.directory
%{_datadir}/%{name}/examples/Control/TreeView/.gambas/
%{_datadir}/%{name}/examples/Control/TreeView/.hidden
%{_datadir}/%{name}/examples/Control/TreeView/.icon*
%{_datadir}/%{name}/examples/Control/TreeView/.project
%{_datadir}/%{name}/examples/Control/TreeView/.startup
%{_datadir}/%{name}/examples/Control/TreeView/.src/
%{_datadir}/%{name}/examples/Control/TreeView/Female.png
%{_datadir}/%{name}/examples/Control/TreeView/Male.png
%{_datadir}/%{name}/examples/Control/TreeView/treeview.png
%{_datadir}/%{name}/examples/Control/TreeView/TreeView.gambas

%dir %{_datadir}/%{name}/examples/Control/Wizard/
%dir %{_datadir}/%{name}/examples/Control/Wizard/.lang/
%{_datadir}/%{name}/examples/Control/Wizard/.directory
%{_datadir}/%{name}/examples/Control/Wizard/.gambas/
%{_datadir}/%{name}/examples/Control/Wizard/.hidden
%{_datadir}/%{name}/examples/Control/Wizard/.icon*
%{_datadir}/%{name}/examples/Control/Wizard/.project
%{_datadir}/%{name}/examples/Control/Wizard/.startup
%{_datadir}/%{name}/examples/Control/Wizard/.src/
%{_datadir}/%{name}/examples/Control/Wizard/Wizard.gambas
%{_datadir}/%{name}/examples/Control/Wizard/wizard.png

%dir %{_datadir}/%{name}/examples/Database/Database/
%dir %{_datadir}/%{name}/examples/Database/Database/.lang/
%{_datadir}/%{name}/examples/Database/Database/.component
%{_datadir}/%{name}/examples/Database/Database/.directory
%{_datadir}/%{name}/examples/Database/Database/.gambas/
%{_datadir}/%{name}/examples/Database/Database/.hidden
%{_datadir}/%{name}/examples/Database/Database/.icon*
%{_datadir}/%{name}/examples/Database/Database/.project
%{_datadir}/%{name}/examples/Database/Database/.startup
%{_datadir}/%{name}/examples/Database/Database/.src/
%{_datadir}/%{name}/examples/Database/Database/Database.gambas
%{_datadir}/%{name}/examples/Database/Database/database.png

%dir %{_datadir}/%{name}/examples/Database/MySQLExample/
%dir %{_datadir}/%{name}/examples/Database/MySQLExample/.lang/
%{_datadir}/%{name}/examples/Database/MySQLExample/.action
%{_datadir}/%{name}/examples/Database/MySQLExample/.directory
%{_datadir}/%{name}/examples/Database/MySQLExample/.gambas/
%{_datadir}/%{name}/examples/Database/MySQLExample/.hidden
%{_datadir}/%{name}/examples/Database/MySQLExample/.icon*
%{_datadir}/%{name}/examples/Database/MySQLExample/icons/
%{_datadir}/%{name}/examples/Database/MySQLExample/MySQLExample.gambas
%{_datadir}/%{name}/examples/Database/MySQLExample/.project
%{_datadir}/%{name}/examples/Database/MySQLExample/.src/
%{_datadir}/%{name}/examples/Database/MySQLExample/.startup

%dir %{_datadir}/%{name}/examples/Database/PictureDatabase/
%dir %{_datadir}/%{name}/examples/Database/PictureDatabase/.lang/
%{_datadir}/%{name}/examples/Database/PictureDatabase/.directory
%{_datadir}/%{name}/examples/Database/PictureDatabase/.gambas/
%{_datadir}/%{name}/examples/Database/PictureDatabase/.hidden
%{_datadir}/%{name}/examples/Database/PictureDatabase/.icon*
%{_datadir}/%{name}/examples/Database/PictureDatabase/.project
%{_datadir}/%{name}/examples/Database/PictureDatabase/.startup
%{_datadir}/%{name}/examples/Database/PictureDatabase/.src/
%{_datadir}/%{name}/examples/Database/PictureDatabase/Images/
%{_datadir}/%{name}/examples/Database/PictureDatabase/PictureDatabase.gambas

%dir %{_datadir}/%{name}/examples/Drawing/AnalogWatch/
%{_datadir}/%{name}/examples/Drawing/AnalogWatch/.directory
%{_datadir}/%{name}/examples/Drawing/AnalogWatch/.gambas/
%{_datadir}/%{name}/examples/Drawing/AnalogWatch/.hidden
%{_datadir}/%{name}/examples/Drawing/AnalogWatch/.icon*
%{_datadir}/%{name}/examples/Drawing/AnalogWatch/.project
%{_datadir}/%{name}/examples/Drawing/AnalogWatch/.startup
%{_datadir}/%{name}/examples/Drawing/AnalogWatch/AnalogWatch.gambas
%{_datadir}/%{name}/examples/Drawing/AnalogWatch/.src/
%{_datadir}/%{name}/examples/Drawing/AnalogWatch/timer.png

%dir %{_datadir}/%{name}/examples/Drawing/Barcode/
%dir %{_datadir}/%{name}/examples/Drawing/Barcode/.lang/
%{_datadir}/%{name}/examples/Drawing/Barcode/.directory
%{_datadir}/%{name}/examples/Drawing/Barcode/.gambas/
%{_datadir}/%{name}/examples/Drawing/Barcode/.hidden
%{_datadir}/%{name}/examples/Drawing/Barcode/.icon*
%{_datadir}/%{name}/examples/Drawing/Barcode/.project
%{_datadir}/%{name}/examples/Drawing/Barcode/.settings
%{_datadir}/%{name}/examples/Drawing/Barcode/.startup
%{_datadir}/%{name}/examples/Drawing/Barcode/.src/
%{_datadir}/%{name}/examples/Drawing/Barcode/Barcode.gambas
%{_datadir}/%{name}/examples/Drawing/Barcode/barcode.png

%dir %{_datadir}/%{name}/examples/Drawing/Chart/
%dir %{_datadir}/%{name}/examples/Drawing/Chart/.lang/
%{_datadir}/%{name}/examples/Drawing/Chart/.directory
%{_datadir}/%{name}/examples/Drawing/Chart/.gambas/
%{_datadir}/%{name}/examples/Drawing/Chart/.hidden
%{_datadir}/%{name}/examples/Drawing/Chart/.icon*
%{_datadir}/%{name}/examples/Drawing/Chart/.project
%{_datadir}/%{name}/examples/Drawing/Chart/.src/
%{_datadir}/%{name}/examples/Drawing/Chart/.startup
%{_datadir}/%{name}/examples/Drawing/Chart/Chart.gambas
%{_datadir}/%{name}/examples/Drawing/Chart/graph.png

%dir %{_datadir}/%{name}/examples/Drawing/Clock/
%dir %{_datadir}/%{name}/examples/Drawing/Clock/.lang/
%{_datadir}/%{name}/examples/Drawing/Clock/.directory
%{_datadir}/%{name}/examples/Drawing/Clock/.gambas/
%{_datadir}/%{name}/examples/Drawing/Clock/.hidden
%{_datadir}/%{name}/examples/Drawing/Clock/.icon*
%{_datadir}/%{name}/examples/Drawing/Clock/.project
%{_datadir}/%{name}/examples/Drawing/Clock/.startup
%{_datadir}/%{name}/examples/Drawing/Clock/.src/
%{_datadir}/%{name}/examples/Drawing/Clock/Clock.gambas
%{_datadir}/%{name}/examples/Drawing/Clock/img/

%dir %{_datadir}/%{name}/examples/Drawing/Fractal/
%dir %{_datadir}/%{name}/examples/Drawing/Fractal/.lang
%{_datadir}/%{name}/examples/Drawing/Fractal/.directory
%{_datadir}/%{name}/examples/Drawing/Fractal/.gambas/
%{_datadir}/%{name}/examples/Drawing/Fractal/.icon*
%{_datadir}/%{name}/examples/Drawing/Fractal/.project
%{_datadir}/%{name}/examples/Drawing/Fractal/.startup
%{_datadir}/%{name}/examples/Drawing/Fractal/.src/
%{_datadir}/%{name}/examples/Drawing/Fractal/Fractal.gambas
%{_datadir}/%{name}/examples/Drawing/Fractal/icon.png
%{_datadir}/%{name}/examples/Drawing/Fractal/rose.jpg

%dir %{_datadir}/%{name}/examples/Drawing/Gravity/
%dir %{_datadir}/%{name}/examples/Drawing/Gravity/.lang/
%{_datadir}/%{name}/examples/Drawing/Gravity/.directory
%{_datadir}/%{name}/examples/Drawing/Gravity/.gambas/
%{_datadir}/%{name}/examples/Drawing/Gravity/.hidden
%{_datadir}/%{name}/examples/Drawing/Gravity/.icon*
%{_datadir}/%{name}/examples/Drawing/Gravity/.project
%{_datadir}/%{name}/examples/Drawing/Gravity/.startup
%{_datadir}/%{name}/examples/Drawing/Gravity/.src/
%{_datadir}/%{name}/examples/Drawing/Gravity/Gravity.gambas
%{_datadir}/%{name}/examples/Drawing/Gravity/gravity.png

%dir %{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/
%dir %{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/.lang/
%{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/.directory
%{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/.gambas/
%{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/.hidden
%{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/.icon*
%{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/.project
%{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/.startup
%{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/.src/
%{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/OnScreenDisplay.gambas
%{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/icon.png

%dir %{_datadir}/%{name}/examples/Drawing/Painting/
%dir %{_datadir}/%{name}/examples/Drawing/Painting/.lang
%{_datadir}/%{name}/examples/Drawing/Painting/.directory
%{_datadir}/%{name}/examples/Drawing/Painting/.gambas/
%{_datadir}/%{name}/examples/Drawing/Painting/.hidden
%{_datadir}/%{name}/examples/Drawing/Painting/.icon*
%{_datadir}/%{name}/examples/Drawing/Painting/.project
%{_datadir}/%{name}/examples/Drawing/Painting/.startup
%{_datadir}/%{name}/examples/Drawing/Painting/.src/
%{_datadir}/%{name}/examples/Drawing/Painting/Example*
%{_datadir}/%{name}/examples/Drawing/Painting/clovis.jpg
%{_datadir}/%{name}/examples/Drawing/Painting/gambas.*svg
%{_datadir}/%{name}/examples/Drawing/Painting/icon.png
%{_datadir}/%{name}/examples/Drawing/Painting/image.jpg
%{_datadir}/%{name}/examples/Drawing/Painting/Painting.gambas

%dir %{_datadir}/%{name}/examples/Drawing/GSLSpline/
%{_datadir}/%{name}/examples/Drawing/GSLSpline/.directory
%{_datadir}/%{name}/examples/Drawing/GSLSpline/.gambas/
%{_datadir}/%{name}/examples/Drawing/GSLSpline/.icon*
%{_datadir}/%{name}/examples/Drawing/GSLSpline/.project
%{_datadir}/%{name}/examples/Drawing/GSLSpline/.src/
%{_datadir}/%{name}/examples/Drawing/GSLSpline/.startup
%{_datadir}/%{name}/examples/Drawing/GSLSpline/GSLSpline.gambas
%{_datadir}/%{name}/examples/Drawing/GSLSpline/spline.png

%dir %{_datadir}/%{name}/examples/Drawing/Tablet/
%{_datadir}/%{name}/examples/Drawing/Tablet/.directory
%{_datadir}/%{name}/examples/Drawing/Tablet/.gambas/
%{_datadir}/%{name}/examples/Drawing/Tablet/.icon*
%{_datadir}/%{name}/examples/Drawing/Tablet/.project
%{_datadir}/%{name}/examples/Drawing/Tablet/.src/
%{_datadir}/%{name}/examples/Drawing/Tablet/.startup
%{_datadir}/%{name}/examples/Drawing/Tablet/Icon.png
%{_datadir}/%{name}/examples/Drawing/Tablet/Tablet.gambas

%dir %{_datadir}/%{name}/examples/Games/BeastScroll/
%{_datadir}/%{name}/examples/Games/BeastScroll/.dir_icon.png
%{_datadir}/%{name}/examples/Games/BeastScroll/.directory
%{_datadir}/%{name}/examples/Games/BeastScroll/.gambas/
%{_datadir}/%{name}/examples/Games/BeastScroll/.hidden
%{_datadir}/%{name}/examples/Games/BeastScroll/.icon*
%{_datadir}/%{name}/examples/Games/BeastScroll/.project
%{_datadir}/%{name}/examples/Games/BeastScroll/.startup
%{_datadir}/%{name}/examples/Games/BeastScroll/.src/
%{_datadir}/%{name}/examples/Games/BeastScroll/BeastScroll.gambas
%{_datadir}/%{name}/examples/Games/BeastScroll/b-title.mod
%{_datadir}/%{name}/examples/Games/BeastScroll/bgd*.png
%{_datadir}/%{name}/examples/Games/BeastScroll/fireworks.png
%{_datadir}/%{name}/examples/Games/BeastScroll/logo.png
%{_datadir}/%{name}/examples/Games/BeastScroll/scrolltext.png
%{_datadir}/%{name}/examples/Games/BeastScroll/sprite*.png

%dir %{_datadir}/%{name}/examples/Games/Concent/
%dir %{_datadir}/%{name}/examples/Games/Concent/.lang/
%{_datadir}/%{name}/examples/Games/Concent/.directory
%{_datadir}/%{name}/examples/Games/Concent/.gambas/
%{_datadir}/%{name}/examples/Games/Concent/.hidden
%{_datadir}/%{name}/examples/Games/Concent/.icon*
%{_datadir}/%{name}/examples/Games/Concent/.project
%{_datadir}/%{name}/examples/Games/Concent/.settings
%{_datadir}/%{name}/examples/Games/Concent/.startup
%{_datadir}/%{name}/examples/Games/Concent/*.wav
%{_datadir}/%{name}/examples/Games/Concent/CHANGELOG
%{_datadir}/%{name}/examples/Games/Concent/Concent.gambas
%{_datadir}/%{name}/examples/Games/Concent/.src/
%{_datadir}/%{name}/examples/Games/Concent/imagenes/

%dir %{_datadir}/%{name}/examples/Games/DeepSpace/
%dir %{_datadir}/%{name}/examples/Games/DeepSpace/.lang/
%{_datadir}/%{name}/examples/Games/DeepSpace/.directory
%{_datadir}/%{name}/examples/Games/DeepSpace/.gambas/
%{_datadir}/%{name}/examples/Games/DeepSpace/.hidden
%{_datadir}/%{name}/examples/Games/DeepSpace/.icon*
%{_datadir}/%{name}/examples/Games/DeepSpace/.project
%{_datadir}/%{name}/examples/Games/DeepSpace/.startup
%{_datadir}/%{name}/examples/Games/DeepSpace/.src/
%{_datadir}/%{name}/examples/Games/DeepSpace/DeepSpace.gambas
%{_datadir}/%{name}/examples/Games/DeepSpace/doc/
%{_datadir}/%{name}/examples/Games/DeepSpace/images/
%{_datadir}/%{name}/examples/Games/DeepSpace/object.data/

%dir %{_datadir}/%{name}/examples/Games/GameOfLife/
%dir %{_datadir}/%{name}/examples/Games/GameOfLife/.lang/
%{_datadir}/%{name}/examples/Games/GameOfLife/.debug
%{_datadir}/%{name}/examples/Games/GameOfLife/.directory
%{_datadir}/%{name}/examples/Games/GameOfLife/.gambas/
%{_datadir}/%{name}/examples/Games/GameOfLife/.hidden
%{_datadir}/%{name}/examples/Games/GameOfLife/.icon*
%{_datadir}/%{name}/examples/Games/GameOfLife/.project
%{_datadir}/%{name}/examples/Games/GameOfLife/.settings
%{_datadir}/%{name}/examples/Games/GameOfLife/.startup
%{_datadir}/%{name}/examples/Games/GameOfLife/.src/
%{_datadir}/%{name}/examples/Games/GameOfLife/GameOfLife.gambas
%{_datadir}/%{name}/examples/Games/GameOfLife/glob2*.png

%dir %{_datadir}/%{name}/examples/Games/GNUBoxWorld/
%dir %{_datadir}/%{name}/examples/Games/GNUBoxWorld/.lang/
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/.directory
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/.gambas/
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/.hidden
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/.icon*
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/License
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/.project
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/.startup
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/.src/
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/GNUBoxWorld.gambas
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/abajo.png
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/arriba.png
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/derecha.png
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/destino.png
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/ganador.png
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/izquierda.png
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/logo.png
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/movibleendestino.png
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/movible.png
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/obstaculo*.png
%{_datadir}/%{name}/examples/Games/GNUBoxWorld/piso.png
%dir %{_datadir}/%{name}/examples/Games/Invaders
%{_datadir}/%{name}/examples/Games/Invaders/invaders.png
%{_datadir}/%{name}/examples/Games/Invaders/.directory
%{_datadir}/%{name}/examples/Games/Invaders/.gambas/
%{_datadir}/%{name}/examples/Games/Invaders/.icon*
%{_datadir}/%{name}/examples/Games/Invaders/.project
%{_datadir}/%{name}/examples/Games/Invaders/.src/
%{_datadir}/%{name}/examples/Games/Invaders/.startup
%{_datadir}/%{name}/examples/Games/Invaders/Invaders.*

%dir %{_datadir}/%{name}/examples/Games/MineSweeper/
%dir %{_datadir}/%{name}/examples/Games/MineSweeper/.lang/
%{_datadir}/%{name}/examples/Games/MineSweeper/.directory
%{_datadir}/%{name}/examples/Games/MineSweeper/.gambas/
%{_datadir}/%{name}/examples/Games/MineSweeper/.icon*
%{_datadir}/%{name}/examples/Games/MineSweeper/.project
%{_datadir}/%{name}/examples/Games/MineSweeper/.src/
%{_datadir}/%{name}/examples/Games/MineSweeper/.startup
%{_datadir}/%{name}/examples/Games/MineSweeper/MineSweeper.gambas
%{_datadir}/%{name}/examples/Games/MineSweeper/image/

%dir %{_datadir}/%{name}/examples/Games/Pong/
%{_datadir}/%{name}/examples/Games/Pong/.directory
%{_datadir}/%{name}/examples/Games/Pong/.gambas/
%{_datadir}/%{name}/examples/Games/Pong/.icon*
%{_datadir}/%{name}/examples/Games/Pong/.project
%{_datadir}/%{name}/examples/Games/Pong/.src/
%{_datadir}/%{name}/examples/Games/Pong/.startup
%{_datadir}/%{name}/examples/Games/Pong/Pong.gambas
%{_datadir}/%{name}/examples/Games/Pong/SPEED
%{_datadir}/%{name}/examples/Games/Pong/pong.png

%dir %{_datadir}/%{name}/examples/Games/Puzzle1To8
%dir %{_datadir}/%{name}/examples/Games/Puzzle1To8/.lang/
%{_datadir}/%{name}/examples/Games/Puzzle1To8/.directory
%{_datadir}/%{name}/examples/Games/Puzzle1To8/.gambas/
%{_datadir}/%{name}/examples/Games/Puzzle1To8/.hidden
%{_datadir}/%{name}/examples/Games/Puzzle1To8/.icon*
%{_datadir}/%{name}/examples/Games/Puzzle1To8/.project
%{_datadir}/%{name}/examples/Games/Puzzle1To8/.startup
%{_datadir}/%{name}/examples/Games/Puzzle1To8/.src/
%{_datadir}/%{name}/examples/Games/Puzzle1To8/ejemplo1.png
%{_datadir}/%{name}/examples/Games/Puzzle1To8/ejemplo2.png
%{_datadir}/%{name}/examples/Games/Puzzle1To8/logo.png
%{_datadir}/%{name}/examples/Games/Puzzle1To8/Licence
%{_datadir}/%{name}/examples/Games/Puzzle1To8/Puzzle*.gambas

%dir %{_datadir}/%{name}/examples/Games/RobotFindsKitten/
%dir %{_datadir}/%{name}/examples/Games/RobotFindsKitten/.lang/
%{_datadir}/%{name}/examples/Games/RobotFindsKitten/.directory
%{_datadir}/%{name}/examples/Games/RobotFindsKitten/.gambas/
%{_datadir}/%{name}/examples/Games/RobotFindsKitten/.hidden
%{_datadir}/%{name}/examples/Games/RobotFindsKitten/.icon*
%{_datadir}/%{name}/examples/Games/RobotFindsKitten/.project
%{_datadir}/%{name}/examples/Games/RobotFindsKitten/.startup
%{_datadir}/%{name}/examples/Games/RobotFindsKitten/.src/
%{_datadir}/%{name}/examples/Games/RobotFindsKitten/COPYING
%{_datadir}/%{name}/examples/Games/RobotFindsKitten/RobotFindsKitten.gambas
%{_datadir}/%{name}/examples/Games/RobotFindsKitten/heart.png
%{_datadir}/%{name}/examples/Games/RobotFindsKitten/nkis.txt
%{_datadir}/%{name}/examples/Games/RobotFindsKitten/readme.txt

%dir %{_datadir}/%{name}/examples/Games/Snake/
%dir %{_datadir}/%{name}/examples/Games/Snake/.lang/
%{_datadir}/%{name}/examples/Games/Snake/.directory
%{_datadir}/%{name}/examples/Games/Snake/.gambas/
%{_datadir}/%{name}/examples/Games/Snake/.hidden
%{_datadir}/%{name}/examples/Games/Snake/.icon*
%{_datadir}/%{name}/examples/Games/Snake/.project
%{_datadir}/%{name}/examples/Games/Snake/.startup
%{_datadir}/%{name}/examples/Games/Snake/.src/
%{_datadir}/%{name}/examples/Games/Snake/Snake.gambas
%{_datadir}/%{name}/examples/Games/Snake/apple.png
%{_datadir}/%{name}/examples/Games/Snake/body.png
%{_datadir}/%{name}/examples/Games/Snake/*.wav
%{_datadir}/%{name}/examples/Games/Snake/head.png

%dir %{_datadir}/%{name}/examples/Games/Solitaire/
%dir %{_datadir}/%{name}/examples/Games/Solitaire/.lang/
%{_datadir}/%{name}/examples/Games/Solitaire/.directory
%{_datadir}/%{name}/examples/Games/Solitaire/.gambas/
%{_datadir}/%{name}/examples/Games/Solitaire/.hidden
%{_datadir}/%{name}/examples/Games/Solitaire/.icon*
%{_datadir}/%{name}/examples/Games/Solitaire/.project
%{_datadir}/%{name}/examples/Games/Solitaire/.startup
%{_datadir}/%{name}/examples/Games/Solitaire/.src/
%{_datadir}/%{name}/examples/Games/Solitaire/Solitaire.gambas
%{_datadir}/%{name}/examples/Games/Solitaire/ball.png
%{_datadir}/%{name}/examples/Games/Solitaire/new.png
%{_datadir}/%{name}/examples/Games/Solitaire/quit.png
%{_datadir}/%{name}/examples/Games/Solitaire/redo.png
%{_datadir}/%{name}/examples/Games/Solitaire/undo.png

%dir %{_datadir}/%{name}/examples/Games/StarField/
%{_datadir}/%{name}/examples/Games/StarField/.directory
%{_datadir}/%{name}/examples/Games/StarField/.gambas/
%{_datadir}/%{name}/examples/Games/StarField/.icon*
%{_datadir}/%{name}/examples/Games/StarField/.project
%{_datadir}/%{name}/examples/Games/StarField/.src/
%{_datadir}/%{name}/examples/Games/StarField/.startup
%{_datadir}/%{name}/examples/Games/StarField/StarField.gambas
%{_datadir}/%{name}/examples/Games/StarField/enterprise.png
%{_datadir}/%{name}/examples/Games/StarField/logo.png

%dir %{_datadir}/%{name}/examples/Image/ImageViewer/
%dir %{_datadir}/%{name}/examples/Image/ImageViewer/.lang/
%{_datadir}/%{name}/examples/Image/ImageViewer/.directory
%{_datadir}/%{name}/examples/Image/ImageViewer/.gambas/
%{_datadir}/%{name}/examples/Image/ImageViewer/.hidden
%{_datadir}/%{name}/examples/Image/ImageViewer/.icon*
%{_datadir}/%{name}/examples/Image/ImageViewer/image.png
%{_datadir}/%{name}/examples/Image/ImageViewer/ImageViewer.gambas
%{_datadir}/%{name}/examples/Image/ImageViewer/.project
%{_datadir}/%{name}/examples/Image/ImageViewer/.startup
%{_datadir}/%{name}/examples/Image/ImageViewer/.src/
%{_datadir}/%{name}/examples/Image/ImageViewer/test.png

%dir %{_datadir}/%{name}/examples/Image/Lighttable/
%dir %{_datadir}/%{name}/examples/Image/Lighttable/.lang/
%{_datadir}/%{name}/examples/Image/Lighttable/.action/
%{_datadir}/%{name}/examples/Image/Lighttable/.gambas/
%{_datadir}/%{name}/examples/Image/Lighttable/.src/
%{_datadir}/%{name}/examples/Image/Lighttable/.directory
%{_datadir}/%{name}/examples/Image/Lighttable/.hidden
%{_datadir}/%{name}/examples/Image/Lighttable/.icon*
%{_datadir}/%{name}/examples/Image/Lighttable/.project
%{_datadir}/%{name}/examples/Image/Lighttable/.settings
%{_datadir}/%{name}/examples/Image/Lighttable/.startup
%{_datadir}/%{name}/examples/Image/Lighttable/CHANGELOG
%{_datadir}/%{name}/examples/Image/Lighttable/close.png
%{_datadir}/%{name}/examples/Image/Lighttable/FStart.*
%{_datadir}/%{name}/examples/Image/Lighttable/hand1.png
%{_datadir}/%{name}/examples/Image/Lighttable/help-contents.png
%{_datadir}/%{name}/examples/Image/Lighttable/Help*.html
%{_datadir}/%{name}/examples/Image/Lighttable/Liesmich.txt
%{_datadir}/%{name}/examples/Image/Lighttable/Lighttable.gambas
%{_datadir}/%{name}/examples/Image/Lighttable/lighttable.png
%{_datadir}/%{name}/examples/Image/Lighttable/LTicon.png
%{_datadir}/%{name}/examples/Image/Lighttable/move.png
%{_datadir}/%{name}/examples/Image/Lighttable/Readme.txt
%{_datadir}/%{name}/examples/Image/Lighttable/zoom-in.png

%dir %{_datadir}/%{name}/examples/Image/PhotoTouch/
%dir %{_datadir}/%{name}/examples/Image/PhotoTouch/.lang/
%{_datadir}/%{name}/examples/Image/PhotoTouch/.directory
%{_datadir}/%{name}/examples/Image/PhotoTouch/.gambas/
%{_datadir}/%{name}/examples/Image/PhotoTouch/.info
%{_datadir}/%{name}/examples/Image/PhotoTouch/.icon*
%{_datadir}/%{name}/examples/Image/PhotoTouch/.list
%{_datadir}/%{name}/examples/Image/PhotoTouch/.project
%{_datadir}/%{name}/examples/Image/PhotoTouch/.src/
%{_datadir}/%{name}/examples/Image/PhotoTouch/.startup
%{_datadir}/%{name}/examples/Image/PhotoTouch/PhotoTouch.gambas
%{_datadir}/%{name}/examples/Image/PhotoTouch/*.png

%dir %{_datadir}/%{name}/examples/Misc/Console/
%dir %{_datadir}/%{name}/examples/Misc/Console/.lang/
%{_datadir}/%{name}/examples/Misc/Console/.directory
%{_datadir}/%{name}/examples/Misc/Console/.gambas/
%{_datadir}/%{name}/examples/Misc/Console/.hidden
%{_datadir}/%{name}/examples/Misc/Console/.icon*
%{_datadir}/%{name}/examples/Misc/Console/.project
%{_datadir}/%{name}/examples/Misc/Console/.startup
%{_datadir}/%{name}/examples/Misc/Console/Console.gambas
%{_datadir}/%{name}/examples/Misc/Console/terminal.png
%{_datadir}/%{name}/examples/Misc/Console/.src/

%dir %{_datadir}/%{name}/examples/Misc/Evaluator/
%dir %{_datadir}/%{name}/examples/Misc/Evaluator/.lang/
%{_datadir}/%{name}/examples/Misc/Evaluator/.directory
%{_datadir}/%{name}/examples/Misc/Evaluator/.gambas/
%{_datadir}/%{name}/examples/Misc/Evaluator/.hidden
%{_datadir}/%{name}/examples/Misc/Evaluator/.icon*
%{_datadir}/%{name}/examples/Misc/Evaluator/.project
%{_datadir}/%{name}/examples/Misc/Evaluator/.startup
%{_datadir}/%{name}/examples/Misc/Evaluator/Evaluator.gambas
%{_datadir}/%{name}/examples/Misc/Evaluator/.src/
%{_datadir}/%{name}/examples/Misc/Evaluator/calculator.png

%dir %{_datadir}/%{name}/examples/Misc/Explorer/
%dir %{_datadir}/%{name}/examples/Misc/Explorer/.lang/
%{_datadir}/%{name}/examples/Misc/Explorer/.directory
%{_datadir}/%{name}/examples/Misc/Explorer/.gambas/
%{_datadir}/%{name}/examples/Misc/Explorer/.hidden
%{_datadir}/%{name}/examples/Misc/Explorer/.icon*
%{_datadir}/%{name}/examples/Misc/Explorer/.project
%{_datadir}/%{name}/examples/Misc/Explorer/.startup
%{_datadir}/%{name}/examples/Misc/Explorer/Explorer.gambas
%{_datadir}/%{name}/examples/Misc/Explorer/.src/
%{_datadir}/%{name}/examples/Misc/Explorer/folder.png

%dir %{_datadir}/%{name}/examples/Misc/Notepad/
%dir %{_datadir}/%{name}/examples/Misc/Notepad/.lang/
%{_datadir}/%{name}/examples/Misc/Notepad/.directory
%{_datadir}/%{name}/examples/Misc/Notepad/.gambas/
%{_datadir}/%{name}/examples/Misc/Notepad/.hidden
%{_datadir}/%{name}/examples/Misc/Notepad/.icon*
%{_datadir}/%{name}/examples/Misc/Notepad/.project
%{_datadir}/%{name}/examples/Misc/Notepad/.startup
%{_datadir}/%{name}/examples/Misc/Notepad/.src/
%{_datadir}/%{name}/examples/Misc/Notepad/Notepad.gambas
%{_datadir}/%{name}/examples/Misc/Notepad/notepad.png

%dir %{_datadir}/%{name}/examples/Misc/PDFViewer/
%dir %{_datadir}/%{name}/examples/Misc/PDFViewer/.lang/
%{_datadir}/%{name}/examples/Misc/PDFViewer/.directory
%{_datadir}/%{name}/examples/Misc/PDFViewer/.gambas/
%{_datadir}/%{name}/examples/Misc/PDFViewer/.hidden
%{_datadir}/%{name}/examples/Misc/PDFViewer/.icon*
%{_datadir}/%{name}/examples/Misc/PDFViewer/.project
%{_datadir}/%{name}/examples/Misc/PDFViewer/.startup
%{_datadir}/%{name}/examples/Misc/PDFViewer/.src/
%{_datadir}/%{name}/examples/Misc/PDFViewer/PDFViewer.gambas
%{_datadir}/%{name}/examples/Misc/PDFViewer/pdf.png

%dir %{_datadir}/%{name}/examples/Multimedia/CDPlayer/
%dir %{_datadir}/%{name}/examples/Multimedia/CDPlayer/.lang/
%{_datadir}/%{name}/examples/Multimedia/CDPlayer/.directory
%{_datadir}/%{name}/examples/Multimedia/CDPlayer/.gambas/
%{_datadir}/%{name}/examples/Multimedia/CDPlayer/.icon*
%{_datadir}/%{name}/examples/Multimedia/CDPlayer/.project
%{_datadir}/%{name}/examples/Multimedia/CDPlayer/.src/
%{_datadir}/%{name}/examples/Multimedia/CDPlayer/.startup
%{_datadir}/%{name}/examples/Multimedia/CDPlayer/CDPlayer.gambas
%{_datadir}/%{name}/examples/Multimedia/CDPlayer/cdrom.png

%dir %{_datadir}/%{name}/examples/Multimedia/MediaPlayer/
%{_datadir}/%{name}/examples/Multimedia/MediaPlayer/.directory
%{_datadir}/%{name}/examples/Multimedia/MediaPlayer/.icon*
%{_datadir}/%{name}/examples/Multimedia/MediaPlayer/.info
#need gst1
%{_datadir}/%{name}/examples/Multimedia/MediaPlayer/.gambas/
%{_datadir}/%{name}/examples/Multimedia/MediaPlayer/.list
%{_datadir}/%{name}/examples/Multimedia/MediaPlayer/.project
%{_datadir}/%{name}/examples/Multimedia/MediaPlayer/.src/
%{_datadir}/%{name}/examples/Multimedia/MediaPlayer/.startup
%{_datadir}/%{name}/examples/Multimedia/MediaPlayer/MediaPlayer.gambas
%{_datadir}/%{name}/examples/Multimedia/MediaPlayer/*.png

%dir %{_datadir}/%{name}/examples/Multimedia/MoviePlayer/
%dir %{_datadir}/%{name}/examples/Multimedia/MoviePlayer/.lang/
%{_datadir}/%{name}/examples/Multimedia/MoviePlayer/.directory
%{_datadir}/%{name}/examples/Multimedia/MoviePlayer/.gambas/
%{_datadir}/%{name}/examples/Multimedia/MoviePlayer/.icon*
%{_datadir}/%{name}/examples/Multimedia/MoviePlayer/.project
%{_datadir}/%{name}/examples/Multimedia/MoviePlayer/.src/
%{_datadir}/%{name}/examples/Multimedia/MoviePlayer/.startup
%{_datadir}/%{name}/examples/Multimedia/MoviePlayer/MoviePlayer.gambas
%{_datadir}/%{name}/examples/Multimedia/MoviePlayer/video.png

%dir %{_datadir}/%{name}/examples/Multimedia/MusicPlayer/
%dir %{_datadir}/%{name}/examples/Multimedia/MusicPlayer/.lang/
%{_datadir}/%{name}/examples/Multimedia/MusicPlayer/.directory
%{_datadir}/%{name}/examples/Multimedia/MusicPlayer/.gambas/
%{_datadir}/%{name}/examples/Multimedia/MusicPlayer/.icon*
%{_datadir}/%{name}/examples/Multimedia/MusicPlayer/.project
%{_datadir}/%{name}/examples/Multimedia/MusicPlayer/.src/
%{_datadir}/%{name}/examples/Multimedia/MusicPlayer/.startup
%{_datadir}/%{name}/examples/Multimedia/MusicPlayer/MusicPlayer.gambas
%{_datadir}/%{name}/examples/Multimedia/MusicPlayer/sound.png

%dir %{_datadir}/%{name}/examples/Multimedia/MyWebCam/
%dir %{_datadir}/%{name}/examples/Multimedia/MyWebCam/.lang/
%{_datadir}/%{name}/examples/Multimedia/MyWebCam/.directory
%{_datadir}/%{name}/examples/Multimedia/MyWebCam/.gambas/
%{_datadir}/%{name}/examples/Multimedia/MyWebCam/.icon*
%{_datadir}/%{name}/examples/Multimedia/MyWebCam/.project
%{_datadir}/%{name}/examples/Multimedia/MyWebCam/.src/
%{_datadir}/%{name}/examples/Multimedia/MyWebCam/.startup
%{_datadir}/%{name}/examples/Multimedia/MyWebCam/MyWebCam.gambas
%{_datadir}/%{name}/examples/Multimedia/MyWebCam/camera.png

%dir %{_datadir}/%{name}/examples/Multimedia/WebCam/
%{_datadir}/%{name}/examples/Multimedia/WebCam/.directory
%{_datadir}/%{name}/examples/Multimedia/WebCam/.gambas/
%{_datadir}/%{name}/examples/Multimedia/WebCam/.icon*
%{_datadir}/%{name}/examples/Multimedia/WebCam/.project
%{_datadir}/%{name}/examples/Multimedia/WebCam/.src/
%{_datadir}/%{name}/examples/Multimedia/WebCam/.startup
%{_datadir}/%{name}/examples/Multimedia/WebCam/WebCam.gambas
%{_datadir}/%{name}/examples/Multimedia/WebCam/camera.png
%{_datadir}/%{name}/examples/Multimedia/WebCam/settings.png

%dir %{_datadir}/%{name}/examples/Networking/ClientSocket/
%dir %{_datadir}/%{name}/examples/Networking/ClientSocket/.lang/
%{_datadir}/%{name}/examples/Networking/ClientSocket/.directory
%{_datadir}/%{name}/examples/Networking/ClientSocket/.gambas/
%{_datadir}/%{name}/examples/Networking/ClientSocket/.hidden
%{_datadir}/%{name}/examples/Networking/ClientSocket/.icon*
%{_datadir}/%{name}/examples/Networking/ClientSocket/.project
%{_datadir}/%{name}/examples/Networking/ClientSocket/.startup
%{_datadir}/%{name}/examples/Networking/ClientSocket/ClientSocket.gambas
%{_datadir}/%{name}/examples/Networking/ClientSocket/.src/
%{_datadir}/%{name}/examples/Networking/ClientSocket/socket.png

%dir %{_datadir}/%{name}/examples/Networking/DnsClient/
%dir %{_datadir}/%{name}/examples/Networking/DnsClient/.lang/
%{_datadir}/%{name}/examples/Networking/DnsClient/.directory
%{_datadir}/%{name}/examples/Networking/DnsClient/.gambas/
%{_datadir}/%{name}/examples/Networking/DnsClient/.hidden
%{_datadir}/%{name}/examples/Networking/DnsClient/.icon*
%{_datadir}/%{name}/examples/Networking/DnsClient/.project
%{_datadir}/%{name}/examples/Networking/DnsClient/.startup
%{_datadir}/%{name}/examples/Networking/DnsClient/DnsClient.gambas
%{_datadir}/%{name}/examples/Networking/DnsClient/.src/
%{_datadir}/%{name}/examples/Networking/DnsClient/dnsclient.png

%dir %{_datadir}/%{name}/examples/Networking/HTTPGet/
%dir %{_datadir}/%{name}/examples/Networking/HTTPGet/.lang/
%{_datadir}/%{name}/examples/Networking/HTTPGet/.directory
%{_datadir}/%{name}/examples/Networking/HTTPGet/.gambas/
%{_datadir}/%{name}/examples/Networking/HTTPGet/.hidden
%{_datadir}/%{name}/examples/Networking/HTTPGet/.icon*
%{_datadir}/%{name}/examples/Networking/HTTPGet/.project
%{_datadir}/%{name}/examples/Networking/HTTPGet/.startup
%{_datadir}/%{name}/examples/Networking/HTTPGet/.src/
%{_datadir}/%{name}/examples/Networking/HTTPGet/HTTPGet.gambas
%{_datadir}/%{name}/examples/Networking/HTTPGet/httpclient.png

%dir %{_datadir}/%{name}/examples/Networking/HTTPPost/
%dir %{_datadir}/%{name}/examples/Networking/HTTPPost/.lang/
%{_datadir}/%{name}/examples/Networking/HTTPPost/.directory
%{_datadir}/%{name}/examples/Networking/HTTPPost/.gambas/
%{_datadir}/%{name}/examples/Networking/HTTPPost/.hidden
%{_datadir}/%{name}/examples/Networking/HTTPPost/.icon*
%{_datadir}/%{name}/examples/Networking/HTTPPost/.project
%{_datadir}/%{name}/examples/Networking/HTTPPost/.startup
%{_datadir}/%{name}/examples/Networking/HTTPPost/.src/
%{_datadir}/%{name}/examples/Networking/HTTPPost/HTTPPost.gambas
%{_datadir}/%{name}/examples/Networking/HTTPPost/httpclient.png

%dir %{_datadir}/%{name}/examples/Networking/POPMailbox/
%{_datadir}/%{name}/examples/Networking/POPMailbox/.directory
%{_datadir}/%{name}/examples/Networking/POPMailbox/.gambas/
%{_datadir}/%{name}/examples/Networking/POPMailbox/.icon*
%{_datadir}/%{name}/examples/Networking/POPMailbox/.project
%{_datadir}/%{name}/examples/Networking/POPMailbox/.src/
%{_datadir}/%{name}/examples/Networking/POPMailbox/.startup
%{_datadir}/%{name}/examples/Networking/POPMailbox/POPMailbox.gambas
%{_datadir}/%{name}/examples/Networking/POPMailbox/pop3client.png

%dir %{_datadir}/%{name}/examples/Networking/SerialPort/
%dir %{_datadir}/%{name}/examples/Networking/SerialPort/.lang/
%{_datadir}/%{name}/examples/Networking/SerialPort/.directory
%{_datadir}/%{name}/examples/Networking/SerialPort/.gambas/
%{_datadir}/%{name}/examples/Networking/SerialPort/.hidden
%{_datadir}/%{name}/examples/Networking/SerialPort/.icon*
%{_datadir}/%{name}/examples/Networking/SerialPort/.project
%{_datadir}/%{name}/examples/Networking/SerialPort/.startup
%{_datadir}/%{name}/examples/Networking/SerialPort/.src/
%{_datadir}/%{name}/examples/Networking/SerialPort/SerialPort.gambas
%{_datadir}/%{name}/examples/Networking/SerialPort/serialport.png

%dir %{_datadir}/%{name}/examples/Networking/ServerSocket/
%dir %{_datadir}/%{name}/examples/Networking/ServerSocket/.lang/
%{_datadir}/%{name}/examples/Networking/ServerSocket/.directory
%{_datadir}/%{name}/examples/Networking/ServerSocket/.gambas/
%{_datadir}/%{name}/examples/Networking/ServerSocket/.hidden
%{_datadir}/%{name}/examples/Networking/ServerSocket/.icon*
%{_datadir}/%{name}/examples/Networking/ServerSocket/.project
%{_datadir}/%{name}/examples/Networking/ServerSocket/.startup
%{_datadir}/%{name}/examples/Networking/ServerSocket/.src/
%{_datadir}/%{name}/examples/Networking/ServerSocket/ServerSocket.gambas
%{_datadir}/%{name}/examples/Networking/ServerSocket/serversocket.png

%dir %{_datadir}/%{name}/examples/Networking/UDPServerClient/
%dir %{_datadir}/%{name}/examples/Networking/UDPServerClient/.lang/
%{_datadir}/%{name}/examples/Networking/UDPServerClient/.directory
%{_datadir}/%{name}/examples/Networking/UDPServerClient/.gambas/
%{_datadir}/%{name}/examples/Networking/UDPServerClient/.hidden
%{_datadir}/%{name}/examples/Networking/UDPServerClient/.icon*
%{_datadir}/%{name}/examples/Networking/UDPServerClient/.project
%{_datadir}/%{name}/examples/Networking/UDPServerClient/.startup
%{_datadir}/%{name}/examples/Networking/UDPServerClient/.src/
%{_datadir}/%{name}/examples/Networking/UDPServerClient/UDPServerClient.gambas
%{_datadir}/%{name}/examples/Networking/UDPServerClient/udpsocket.png

%dir %{_datadir}/%{name}/examples/Networking/WebBrowser/
%dir %{_datadir}/%{name}/examples/Networking/WebBrowser/.lang/
%{_datadir}/%{name}/examples/Networking/WebBrowser/.directory
%{_datadir}/%{name}/examples/Networking/WebBrowser/.gambas/
%{_datadir}/%{name}/examples/Networking/WebBrowser/.hidden
%{_datadir}/%{name}/examples/Networking/WebBrowser/.icon*
%{_datadir}/%{name}/examples/Networking/WebBrowser/.project
%{_datadir}/%{name}/examples/Networking/WebBrowser/.startup
%{_datadir}/%{name}/examples/Networking/WebBrowser/.src/
%{_datadir}/%{name}/examples/Networking/WebBrowser/WebBrowser.gambas
%{_datadir}/%{name}/examples/Networking/WebBrowser/konqueror.png
%{_datadir}/%{name}/examples/Networking/WebBrowser/list-*.png

%dir %{_datadir}/%{name}/examples/OpenGL/3DWebCam/
%{_datadir}/%{name}/examples/OpenGL/3DWebCam/.directory
%{_datadir}/%{name}/examples/OpenGL/3DWebCam/.gambas/
%{_datadir}/%{name}/examples/OpenGL/3DWebCam/.hidden
%{_datadir}/%{name}/examples/OpenGL/3DWebCam/.icon*
%{_datadir}/%{name}/examples/OpenGL/3DWebCam/.project
%{_datadir}/%{name}/examples/OpenGL/3DWebCam/.startup
%{_datadir}/%{name}/examples/OpenGL/3DWebCam/3DWebCam.gambas
%{_datadir}/%{name}/examples/OpenGL/3DWebCam/.src/
%{_datadir}/%{name}/examples/OpenGL/3DWebCam/webcam.png

%dir %{_datadir}/%{name}/examples/OpenGL/GambasGears/
%{_datadir}/%{name}/examples/OpenGL/GambasGears/.directory
%{_datadir}/%{name}/examples/OpenGL/GambasGears/.gambas/
%{_datadir}/%{name}/examples/OpenGL/GambasGears/.hidden
%{_datadir}/%{name}/examples/OpenGL/GambasGears/.icon*
%{_datadir}/%{name}/examples/OpenGL/GambasGears/.project
%{_datadir}/%{name}/examples/OpenGL/GambasGears/.startup
%{_datadir}/%{name}/examples/OpenGL/GambasGears/GambasGears.gambas
%{_datadir}/%{name}/examples/OpenGL/GambasGears/.src/
%{_datadir}/%{name}/examples/OpenGL/GambasGears/gears.png

%dir %{_datadir}/%{name}/examples/OpenGL/Md2Model/
%{_datadir}/%{name}/examples/OpenGL/Md2Model/.directory
%{_datadir}/%{name}/examples/OpenGL/Md2Model/.gambas/
%{_datadir}/%{name}/examples/OpenGL/Md2Model/.icon*
%{_datadir}/%{name}/examples/OpenGL/Md2Model/.project
%{_datadir}/%{name}/examples/OpenGL/Md2Model/.settings
%{_datadir}/%{name}/examples/OpenGL/Md2Model/.src/
%{_datadir}/%{name}/examples/OpenGL/Md2Model/.startup
%{_datadir}/%{name}/examples/OpenGL/Md2Model/Md2Model.gambas
%{_datadir}/%{name}/examples/OpenGL/Md2Model/Weapon.*
%{_datadir}/%{name}/examples/OpenGL/Md2Model/bauul.*
%{_datadir}/%{name}/examples/OpenGL/Md2Model/goblin.*
%{_datadir}/%{name}/examples/OpenGL/Md2Model/icon.*
%{_datadir}/%{name}/examples/OpenGL/Md2Model/igdosh.*
%{_datadir}/%{name}/examples/OpenGL/Md2Model/knight.*
%{_datadir}/%{name}/examples/OpenGL/Md2Model/ogro.*
%{_datadir}/%{name}/examples/OpenGL/Md2Model/rat.*
%{_datadir}/%{name}/examples/OpenGL/Md2Model/rhino.*

%dir %{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/.directory
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/.gambas/
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/.icon*
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/.project
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/.src/
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/.startup
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/NeHe.png
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/NeHeTutorial.gambas
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/*.txt
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/Star.png
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/barrel.png
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/ceiling.png
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/crate.jpeg
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/floor.png
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/glass.png
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/icon.png
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorial/wall.jpeg

%dir %{_datadir}/%{name}/examples/OpenGL/NeHeTutorialShell/
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorialShell/.directory
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorialShell/.gambas/
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorialShell/.icon*
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorialShell/.project
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorialShell/.src/
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorialShell/.startup
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorialShell/NeHeTutorialShell.gambas
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorialShell/icon.png
%{_datadir}/%{name}/examples/OpenGL/NeHeTutorialShell/nehe.png

%dir %{_datadir}/%{name}/examples/OpenGL/PDFPresentation/
%{_datadir}/%{name}/examples/OpenGL/PDFPresentation/.directory
%{_datadir}/%{name}/examples/OpenGL/PDFPresentation/.gambas/
%{_datadir}/%{name}/examples/OpenGL/PDFPresentation/.hidden
%{_datadir}/%{name}/examples/OpenGL/PDFPresentation/.icon*
%{_datadir}/%{name}/examples/OpenGL/PDFPresentation/.project
%{_datadir}/%{name}/examples/OpenGL/PDFPresentation/.settings
%{_datadir}/%{name}/examples/OpenGL/PDFPresentation/.startup
%{_datadir}/%{name}/examples/OpenGL/PDFPresentation/.src/
%{_datadir}/%{name}/examples/OpenGL/PDFPresentation/PDFPresentation.gambas
%{_datadir}/%{name}/examples/OpenGL/PDFPresentation/icon.png
%{_datadir}/%{name}/examples/OpenGL/PDFPresentation/logo.png
%{_datadir}/%{name}/examples/OpenGL/PDFPresentation/music.xm

%dir %{_datadir}/%{name}/examples/OpenGL/TunnelSDL/
%{_datadir}/%{name}/examples/OpenGL/TunnelSDL/.dir_icon.png
%{_datadir}/%{name}/examples/OpenGL/TunnelSDL/.directory
%{_datadir}/%{name}/examples/OpenGL/TunnelSDL/.gambas/
%{_datadir}/%{name}/examples/OpenGL/TunnelSDL/.icon*
%{_datadir}/%{name}/examples/OpenGL/TunnelSDL/.project
%{_datadir}/%{name}/examples/OpenGL/TunnelSDL/.src/
%{_datadir}/%{name}/examples/OpenGL/TunnelSDL/.startup
%{_datadir}/%{name}/examples/OpenGL/TunnelSDL/CHANGELOG
%{_datadir}/%{name}/examples/OpenGL/TunnelSDL/TunnelSDL.gambas
%{_datadir}/%{name}/examples/OpenGL/TunnelSDL/texture.png
%{_datadir}/%{name}/examples/OpenGL/TunnelSDL/tunnelsdl.png

%dir %{_datadir}/%{name}/examples/Printing/Printing/
%{_datadir}/%{name}/examples/Printing/Printing/.directory
%{_datadir}/%{name}/examples/Printing/Printing/.gambas/
%{_datadir}/%{name}/examples/Printing/Printing/.hidden
%{_datadir}/%{name}/examples/Printing/Printing/.icon*
%{_datadir}/%{name}/examples/Printing/Printing/.project
%{_datadir}/%{name}/examples/Printing/Printing/.startup
%{_datadir}/%{name}/examples/Printing/Printing/molly-malone.txt
%{_datadir}/%{name}/examples/Printing/Printing/printer-laser.png
%{_datadir}/%{name}/examples/Printing/Printing/.src/
%{_datadir}/%{name}/examples/Printing/Printing/Printing.gambas

%dir %{_datadir}/%{name}/examples/Printing/ReportExample/
%{_datadir}/%{name}/examples/Printing/ReportExample/.connection/
%{_datadir}/%{name}/examples/Printing/ReportExample/.directory
%{_datadir}/%{name}/examples/Printing/ReportExample/.gambas/
%{_datadir}/%{name}/examples/Printing/ReportExample/.hidden/
%{_datadir}/%{name}/examples/Printing/ReportExample/.icon*
%{_datadir}/%{name}/examples/Printing/ReportExample/.project
%{_datadir}/%{name}/examples/Printing/ReportExample/.settings
%{_datadir}/%{name}/examples/Printing/ReportExample/.src/
%{_datadir}/%{name}/examples/Printing/ReportExample/.startup
%{_datadir}/%{name}/examples/Printing/ReportExample/ReportExample.gambas
%{_datadir}/%{name}/examples/Printing/ReportExample/gambas.svg

# Translation files
%lang(ca) %{_datadir}/%{name}/examples/Basic/Blights/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Basic/Blights/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Basic/Blights/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Basic/Blights/.lang/es.*o
%lang(fr) %{_datadir}/%{name}/examples/Basic/Blights/.lang/fr.*o
%lang(sv) %{_datadir}/%{name}/examples/Basic/Blights/.lang/sv.*o
%lang(ca) %{_datadir}/%{name}/examples/Basic/Collection/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Basic/Collection/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Basic/Collection/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Basic/Collection/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Basic/Object/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Basic/Object/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Basic/Object/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Basic/Object/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Basic/Timer/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Basic/Timer/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Basic/Timer/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Basic/Timer/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Control/ArrayOfControls/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Control/ArrayOfControls/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Control/ArrayOfControls/.lang/de.*o
%lang(ca) %{_datadir}/%{name}/examples/Control/Embedder/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Control/Embedder/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Control/Embedder/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Control/Embedder/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Control/HighlightEditor/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Control/HighlightEditor/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Control/HighlightEditor/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Control/HighlightEditor/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Control/TextEdit/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Control/TextEdit/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Control/TextEdit/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Control/TextEdit/.lang/es.*o
%lang(fr) %{_datadir}/%{name}/examples/Control/TextEdit/.lang/fr.*o
%lang(sv) %{_datadir}/%{name}/examples/Control/TextEdit/.lang/sv.*o
%lang(ca) %{_datadir}/%{name}/examples/Control/TreeView/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Control/TreeView/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Control/TreeView/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Control/TreeView/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Control/Wizard/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Control/Wizard/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Control/Wizard/.lang/de.*o
%lang(ca) %{_datadir}/%{name}/examples/Database/Database/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Database/Database/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Database/Database/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Database/Database/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Database/MySQLExample/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Database/MySQLExample/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Database/MySQLExample/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Database/MySQLExample/.lang/es.*o
%lang(fr) %{_datadir}/%{name}/examples/Database/MySQLExample/.lang/fr.*o
%lang(ca) %{_datadir}/%{name}/examples/Database/PictureDatabase/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Database/PictureDatabase/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Database/PictureDatabase/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Database/PictureDatabase/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Drawing/Barcode/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Drawing/Barcode/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Drawing/Barcode/.lang/de.*o
%lang(ca) %{_datadir}/%{name}/examples/Drawing/Chart/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Drawing/Chart/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Drawing/Chart/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Drawing/Chart/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Drawing/Clock/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Drawing/Clock/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Drawing/Clock/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Drawing/Clock/.lang/es.*o
%lang(cs) %{_datadir}/%{name}/examples/Drawing/Fractal/.lang/cs.*o
%lang(fr) %{_datadir}/%{name}/examples/Drawing/Fractal/.lang/fr.*o
%lang(ca) %{_datadir}/%{name}/examples/Drawing/Gravity/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Drawing/Gravity/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Drawing/Gravity/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Drawing/Gravity/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Drawing/OnScreenDisplay/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Drawing/Painting/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Drawing/Painting/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Drawing/Painting/.lang/de.*o
%lang(ca) %{_datadir}/%{name}/examples/Games/Concent/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Games/Concent/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Games/Concent/.lang/de.*o
%lang(en) %{_datadir}/%{name}/examples/Games/Concent/.lang/en.*o
%lang(es) %{_datadir}/%{name}/examples/Games/Concent/.lang/es.*o
%lang(fr) %{_datadir}/%{name}/examples/Games/Concent/.lang/fr.*o
%lang(ca) %{_datadir}/%{name}/examples/Games/DeepSpace/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Games/DeepSpace/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Games/DeepSpace/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Games/DeepSpace/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Games/GameOfLife/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Games/GameOfLife/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Games/GameOfLife/.lang/de.*o
%lang(ca) %{_datadir}/%{name}/examples/Games/GNUBoxWorld/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Games/GNUBoxWorld/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Games/GNUBoxWorld/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Games/GNUBoxWorld/.lang/es*.*o
%lang(cs) %{_datadir}/%{name}/examples/Games/MineSweeper/.lang/cs.*o
%lang(ja) %{_datadir}/%{name}/examples/Games/MineSweeper/.lang/ja.*o
%lang(zh) %{_datadir}/%{name}/examples/Games/MineSweeper/.lang/zh*.*o
%lang(ca) %{_datadir}/%{name}/examples/Games/Puzzle1To8/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Games/Puzzle1To8/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Games/Puzzle1To8/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Games/Puzzle1To8/.lang/es*.*o
%lang(ca) %{_datadir}/%{name}/examples/Games/RobotFindsKitten/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Games/RobotFindsKitten/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Games/RobotFindsKitten/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Games/RobotFindsKitten/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Games/Snake/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Games/Snake/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Games/Snake/.lang/de.*o
%lang(ca) %{_datadir}/%{name}/examples/Games/Solitaire/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Games/Solitaire/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Games/Solitaire/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Games/Solitaire/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Image/ImageViewer/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Image/ImageViewer/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Image/ImageViewer/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Image/ImageViewer/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Image/Lighttable/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Image/Lighttable/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Image/Lighttable/.lang/de.*o
%lang(en) %{_datadir}/%{name}/examples/Image/Lighttable/.lang/en.*o
%lang(fr) %{_datadir}/%{name}/examples/Image/PhotoTouch/.lang/fr.*o
%lang(fr) %{_datadir}/%{name}/examples/Misc/Console/.lang/fr.*o
%lang(ca) %{_datadir}/%{name}/examples/Misc/Evaluator/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Misc/Evaluator/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Misc/Evaluator/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Misc/Evaluator/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Misc/Explorer/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Misc/Explorer/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Misc/Explorer/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Misc/Explorer/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Misc/Notepad/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Misc/Notepad/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Misc/Notepad/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Misc/Notepad/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Misc/PDFViewer/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Misc/PDFViewer/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Misc/PDFViewer/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Misc/PDFViewer/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Multimedia/CDPlayer/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Multimedia/CDPlayer/.lang/cs.*o
%lang(es) %{_datadir}/%{name}/examples/Multimedia/CDPlayer/.lang/es.*o
%dir %{_datadir}/%{name}/examples/Multimedia/MediaPlayer/.lang
%lang(fr) %{_datadir}/%{name}/examples/Multimedia/MediaPlayer/.lang/fr.*o
%lang(ca) %{_datadir}/%{name}/examples/Multimedia/MoviePlayer/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Multimedia/MoviePlayer/.lang/cs.*o
%lang(es) %{_datadir}/%{name}/examples/Multimedia/MoviePlayer/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Multimedia/MusicPlayer/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Multimedia/MusicPlayer/.lang/cs.*o
%lang(es) %{_datadir}/%{name}/examples/Multimedia/MusicPlayer/.lang/es.*o
%lang(fr) %{_datadir}/%{name}/examples/Multimedia/MusicPlayer/.lang/fr.*o
%lang(ca) %{_datadir}/%{name}/examples/Multimedia/MyWebCam/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Multimedia/MyWebCam/.lang/cs.*o
%lang(es) %{_datadir}/%{name}/examples/Multimedia/MyWebCam/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Networking/ClientSocket/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Networking/ClientSocket/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Networking/ClientSocket/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Networking/ClientSocket/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Networking/DnsClient/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Networking/DnsClient/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Networking/DnsClient/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Networking/DnsClient/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Networking/HTTPGet/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Networking/HTTPGet/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Networking/HTTPGet/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Networking/HTTPGet/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Networking/HTTPPost/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Networking/HTTPPost/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Networking/HTTPPost/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Networking/HTTPPost/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Networking/SerialPort/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Networking/SerialPort/.lang/cs.*o
%lang(es) %{_datadir}/%{name}/examples/Networking/SerialPort/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Networking/ServerSocket/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Networking/ServerSocket/.lang/cs.*o
%lang(es) %{_datadir}/%{name}/examples/Networking/ServerSocket/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Networking/UDPServerClient/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Networking/UDPServerClient/.lang/cs.*o
%lang(es) %{_datadir}/%{name}/examples/Networking/UDPServerClient/.lang/es.*o
%lang(ca) %{_datadir}/%{name}/examples/Networking/WebBrowser/.lang/ca.*o
%lang(cs) %{_datadir}/%{name}/examples/Networking/WebBrowser/.lang/cs.*o
%lang(de) %{_datadir}/%{name}/examples/Networking/WebBrowser/.lang/de.*o
%lang(es) %{_datadir}/%{name}/examples/Networking/WebBrowser/.lang/es.*

#-----------------------------------------------------------------------------

%package gb-cairo
Summary: The Gambas Cairo component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-cairo
This package contains the Gambas Cario components.

%files gb-cairo
%doc README  ChangeLog
%{_libdir}/%{name}/gb.cairo.*
%{_datadir}/%{name}/info/gb.cairo.*

#-----------------------------------------------------------------------------

%package gb-chart
Summary: The Gambas chart component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-chart
This package contains the Gambas Chart components.

%files gb-chart
%doc README  ChangeLog
%{_libdir}/%{name}/gb.chart.*
%{_datadir}/%{name}/info/gb.chart.*

#-----------------------------------------------------------------------------

%package gb-compress
Summary: The Gambas compression component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-compress
This component allows you to compress/uncompress data or files with
the bzip2 and zip algorithms.

%files gb-compress
%doc README  ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.compress.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.compress.*

#-----------------------------------------------------------------------------

%package gb-crypt
Summary: The Gambas cryptography component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-crypt
This component allows you to use cryptography in your projects.

%files gb-crypt
%doc README  ChangeLog
%{_libdir}/%{name}/gb.crypt.*
%{_datadir}/%{name}/info/gb.crypt.*

#-----------------------------------------------------------------------------

%package gb-db
Summary: The Gambas database component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-db
This component allows you to access many databases management systems,
provided that you install the needed driver packages.

%files gb-db
%doc README  ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.db.so*
%{_libdir}/%{name}/gb.db.component
%{_libdir}/%{name}/gb.db.gambas
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.db.info
%{_datadir}/%{name}/info/gb.db.list

#-----------------------------------------------------------------------------

%package gb-db-form
Summary: The Gambas db-form component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-db-form
This package contains the Gambas Database form components.

%files gb-db-form
%doc README  ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.db.form.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.db.form.*
%dir %{_datadir}/%{name}/control
%{_datadir}/%{name}/control/gb.db.form

#-----------------------------------------------------------------------------
%package gb-db-mysql
Summary: The MySQL driver for the Gambas database component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}
Requires: %{name}-gb-db = %{version}-%{release}

%description gb-db-mysql
This component allows you to access MySQL databases.

%files gb-db-mysql
%doc README  ChangeLog
%{_libdir}/%{name}/gb.db.mysql.*
%{_datadir}/%{name}/info/gb.db.mysql.info
%{_datadir}/%{name}/info/gb.db.mysql.list

#-----------------------------------------------------------------------------
%package gb-db-odbc
Summary: The ODBC driver for the Gambas database component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}
Requires: %{name}-gb-db = %{version}-%{release}

%description gb-db-odbc
This component allows you to access ODBC databases.

%files gb-db-odbc
%doc README  ChangeLog
%{_libdir}/%{name}/gb.db.odbc.*
%{_datadir}/%{name}/info/gb.db.odbc.info
%{_datadir}/%{name}/info/gb.db.odbc.list

#-----------------------------------------------------------------------------
%package gb-db-postgresql
Summary: The PostgreSQL driver for the Gambas database component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}
Requires: %{name}-gb-db = %{version}

%description gb-db-postgresql
This component allows you to access PostgreSQL databases.

%files gb-db-postgresql
%doc README  ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.db.postgresql.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.db.postgresql.info
%{_datadir}/%{name}/info/gb.db.postgresql.list

#-----------------------------------------------------------------------------
%package gb-db-sqlite2
Summary: The SQLite 2 driver for the Gambas database component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}
Requires: %{name}-gb-db = %{version}-%{release}

%description gb-db-sqlite2
This component allows you to access SQLite 2 databases.

%files gb-db-sqlite2
%doc README  ChangeLog
%{_libdir}/%{name}/gb.db.sqlite2.*
%{_datadir}/%{name}/info/gb.db.sqlite2.info
%{_datadir}/%{name}/info/gb.db.sqlite2.list

#-----------------------------------------------------------------------------

%package gb-db-sqlite3
Summary: The SQLite 3 driver for the Gambas database component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}
Requires: %{name}-gb-db = %{version}-%{release}

%description gb-db-sqlite3
This component allows you to access SQLite 3 databases.

%files gb-db-sqlite3
%doc README  ChangeLog
%{_libdir}/%{name}/gb.db.sqlite3.*
%{_datadir}/%{name}/info/gb.db.sqlite3.info
%{_datadir}/%{name}/info/gb.db.sqlite3.list

#-----------------------------------------------------------------------------

%package gb-dbus
Summary: The Gambas dbus component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-dbus
This package contains the Gambas D-bus components.

%files gb-dbus
%doc README  ChangeLog
%{_libdir}/%{name}/gb.dbus.*
%{_datadir}/%{name}/info/gb.dbus.*

#-----------------------------------------------------------------------------

%package gb-desktop
Summary: The Gambas XDG component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-desktop
This component allows you to use desktop-agnostic routines based on 
the xdg-utils scripts of the Portland project.

%files gb-desktop
%doc README  ChangeLog
%{_libdir}/%{name}/gb.desktop.*
%{_datadir}/%{name}/info/gb.desktop.*
%{_datadir}/%{name}/control/gb.desktop

#-----------------------------------------------------------------------------

%package gb-eval-highlight
Summary: The Gambas eval-highlight component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-eval-highlight
This component implements the eval-highlight component.

%files gb-eval-highlight
%doc README  ChangeLog
%{_libdir}/%{name}/gb.eval.highlight.*
%{_datadir}/%{name}/info/gb.eval.highlight.*

#-----------------------------------------------------------------------------

%package gb-form
Summary: The Gambas dialog form component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-form
This component implements the form control.

%files gb-form
%doc README  ChangeLog
%{_libdir}/%{name}/gb.form.component
%{_libdir}/%{name}/gb.form.gambas
%{_datadir}/%{name}/control/gb.form
%{_datadir}/%{name}/info/gb.form.info
%{_datadir}/%{name}/info/gb.form.list

#-----------------------------------------------------------------------------

%package gb-form-dialog
Summary: The Gambas dialog form component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-form-dialog
This component implements the form-dialog control.

%files gb-form-dialog
%doc README  ChangeLog
%{_libdir}/%{name}/gb.form.dialog.component
%{_libdir}/%{name}/gb.form.dialog.gambas
%{_datadir}/%{name}/info/gb.form.dialog.info
%{_datadir}/%{name}/info/gb.form.dialog.list

#-----------------------------------------------------------------------------

%package gb-form-mdi
Summary: The Gambas mdi form component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-form-mdi
This component implements the form-mdi control.

%files gb-form-mdi
%doc README  ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.form.mdi.component
%{_libdir}/%{name}/gb.form.mdi.gambas
%dir %{_datadir}/%{name}/control
%{_datadir}/%{name}/control/gb.form.mdi
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.form.mdi.info
%{_datadir}/%{name}/info/gb.form.mdi.list

#-----------------------------------------------------------------------------

%package gb-form-stock
Summary: The Gambas stock form component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-form-stock
This component implements the form-stock control.

%files gb-form-stock
%doc README  ChangeLog
%{_libdir}/%{name}/gb.form.stock.component
%{_libdir}/%{name}/gb.form.stock.gambas
%{_datadir}/%{name}/info/gb.form.stock.info
%{_datadir}/%{name}/info/gb.form.stock.list

#-----------------------------------------------------------------------------

%package gb-gtk
Summary: The Gambas GTK+ GUI component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-gtk
This package contains the Gambas GTK+ GUI components.

%files gb-gtk
%doc README  ChangeLog
%dir %{_datadir}/%{name}/info
%{_libdir}/%{name}/gb.gtk.*
%{_datadir}/%{name}/info/gb.gtk.*

#-----------------------------------------------------------------------------
%package gb-gsl
Summary: The Gambas interface to the GNU Scientific Library 
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-gsl
This component provides an interface to the GNU Scientific Library.

%files gb-gsl
%doc README  ChangeLog
%{_libdir}/%{name}/gb.gsl.*
%{_datadir}/%{name}/info/gb.gsl.*

#-----------------------------------------------------------------------------
%package gb-gui
Summary: The Gambas GUI component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-gui
This is a component that just loads gb.qt if you are running KDE or
gb.gtk in the other cases.

%files gb-gui
%doc README  ChangeLog
%{_libdir}/%{name}/gb.gui.*
%{_datadir}/%{name}/info/gb.gui.*

#-----------------------------------------------------------------------------
%if %{mdvver} < 201410
%package gb-jit
Summary: The Gambas JIT component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-jit
This component provides the jit compiler for gambas.

%files gb-jit
%doc README  ChangeLog
%{_libdir}/%{name}/gb.jit.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.jit.info
%{_datadir}/%{name}/info/gb.jit.list
%endif
#-----------------------------------------------------------------------------
%package gb-image
Summary: The Gambas image manipulation component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-image
This component allows you to apply various effects to images.

%files gb-image
%doc README  ChangeLog
%{_libdir}/%{name}/gb.image.component
%{_libdir}/%{name}/gb.image.so*
%{_datadir}/%{name}/info/gb.image.info
%{_datadir}/%{name}/info/gb.image.list

#-----------------------------------------------------------------------------

%package gb-image-effect
Summary: The Gambas image effect component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-image-effect
This component allows you to apply various effects to images.

%files gb-image-effect
%doc README  ChangeLog
%{_libdir}/%{name}/gb.image.effect.*
%{_datadir}/%{name}/info/gb.image.effect.*

#-----------------------------------------------------------------------------

%package gb-image-imlib
Summary: The Gambas image imlib component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-image-imlib
This component allows you to manipulate images with imlibs.

%files gb-image-imlib
%doc README  ChangeLog
%{_libdir}/%{name}/gb.image.imlib.*
%{_datadir}/%{name}/info/gb.image.imlib.*

#-----------------------------------------------------------------------------

%package gb-image-io
Summary: The Gambas image io component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-image-io
This component allows you to perform images input output operations.

%files gb-image-io
%doc README  ChangeLog
%{_libdir}/%{name}/gb.image.io.*
%{_datadir}/%{name}/info/gb.image.io.*

#-----------------------------------------------------------------------------
# we don't have gst-1 in lts
%if %{mdvver} >= 201210
%package gb-media
Summary: The Gambas media component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-media
This package contains the Gambas media component.

%files gb-media
%doc README  ChangeLog
%{_libdir}/%{name}/gb.media.*
%{_datadir}/%{name}/info/gb.media.*
%endif

#-----------------------------------------------------------------------------
%package gb-mysql
Summary: The Gambas mysql component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-mysql
This package contains the Gambas MySQL components.

%files gb-mysql
%doc README  ChangeLog
%{_libdir}/%{name}/gb.mysql.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.mysql.*

#-----------------------------------------------------------------------------
%package gb-ncurses
Summary: The Gambas ncurses component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-ncurses
This component allows you to use ncurses with gambas.

%files gb-ncurses
%doc README  ChangeLog
%{_libdir}/%{name}/gb.ncurses.so*
%{_libdir}/%{name}/gb.ncurses.component
%{_datadir}/%{name}/info/gb.ncurses.info
%{_datadir}/%{name}/info/gb.ncurses.list

#---------------------------------------------------------------------------
%package gb-net
Summary: The Gambas networking component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-net
This component allows you to use TCP/IP and UDP sockets, and to access
any serial ports.

%files gb-net
%doc README  ChangeLog
%{_libdir}/%{name}/gb.net.so*
%{_libdir}/%{name}/gb.net.component
%{_datadir}/%{name}/info/gb.net.info
%{_datadir}/%{name}/info/gb.net.list

#-----------------------------------------------------------------------------

%package gb-net-curl
Summary: The Gambas advanced networking component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}
Requires: %{name}-gb-net = %{version}-%{release}

%description gb-net-curl
This component allows your programs to easily become FTP or HTTP clients.

%files gb-net-curl
%doc README  ChangeLog
%{_libdir}/%{name}/gb.net.curl.so*
%{_libdir}/%{name}/gb.net.curl.component
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.net.curl.info
%{_datadir}/%{name}/info/gb.net.curl.list

#-----------------------------------------------------------------------------

%package gb-net-smtp
Summary: The Gambas SMTP component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}
Requires: %{name}-gb-net = %{version}-%{release}

%description gb-net-smtp
This component allows you to send emails using the SMTP protocol.

%files gb-net-smtp
%doc README  ChangeLog
%{_libdir}/%{name}/gb.net.smtp.*
%{_datadir}/%{name}/info/gb.net.smtp.*

#-----------------------------------------------------------------------------

%package gb-opengl
Summary: The Gambas OpenGL component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-opengl
This component allows you to use the Mesa libraries to do 3D operations.

%files gb-opengl
%doc README  ChangeLog
%{_libdir}/%{name}/gb.opengl.component
%{_libdir}/%{name}/gb.opengl.so*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.opengl.info
%{_datadir}/%{name}/info/gb.opengl.list

#-----------------------------------------------------------------------------

%package gb-opengl-glsl
Summary: The Gambas opengl-glsl component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-opengl-glsl
This component allows you to use the Mesa libraries to do 3D operations.

%files gb-opengl-glsl
%doc README  ChangeLog
%{_libdir}/%{name}/gb.opengl.glsl.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.opengl.glsl.*

#-----------------------------------------------------------------------------

%package gb-opengl-glu
Summary: The Gambas opengl-glu component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-opengl-glu
This component allows you to use the Mesa libraries to do 3D operations.

%files gb-opengl-glu
%doc README  ChangeLog
%{_libdir}/%{name}/gb.opengl.glu.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.opengl.glu.*

#-----------------------------------------------------------------------------

%package gb-option
Summary: The Gambas command-line option component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-option
This component allows you to interpret command-line options.

%files gb-option
%doc README  ChangeLog
%{_libdir}/%{name}/gb.option.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.option.*

#-----------------------------------------------------------------------------

%package gb-pcre
Summary: The Gambas PCRE component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-pcre
This component allows you to use Perl compatible regular expressions
within Gambas code.

%files gb-pcre
%doc README  ChangeLog
%{_libdir}/%{name}/gb.pcre.*
%{_datadir}/%{name}/info/gb.pcre.*

#-----------------------------------------------------------------------------

%package gb-pdf
Summary: The Gambas PDF component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-pdf
This component allows you to manipulate pdf files with Gambas code.

%files gb-pdf
%doc README  ChangeLog
%{_libdir}/%{name}/gb.pdf.*
%{_datadir}/%{name}/info/gb.pdf.*

#-----------------------------------------------------------------------------

%package gb-qt4
Summary: The Gambas Qt GUI component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-qt4
This package includes the Gambas QT GUI component.

%files gb-qt4
%doc README  ChangeLog
%{_libdir}/%{name}/gb.qt4.component
%{_libdir}/%{name}/gb.qt4.so*
%{_datadir}/%{name}/info/gb.qt4.info
%{_datadir}/%{name}/info/gb.qt4.list

#-----------------------------------------------------------------------------

%package gb-qt4-ext
Summary: The Gambas qt-ext component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-qt4-ext
This package contains the Gambas qt-ext components.

%files gb-qt4-ext
%doc README  ChangeLog
%{_libdir}/%{name}/gb.qt4.ext.*
%{_datadir}/%{name}/info/gb.qt4.ext.*

#-----------------------------------------------------------------------------

%package gb-qt4-opengl
Summary: The Gambas qt-opengl component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-qt4-opengl
This package contains the Gambas qt-opengl components.

%files gb-qt4-opengl
%doc README  ChangeLog
%{_libdir}/%{name}/gb.qt4.opengl.*
%{_datadir}/%{name}/info/gb.qt4.opengl.*

#-----------------------------------------------------------------------------

%package gb-qt4-webkit
Summary: The Gambas qt-webkit component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-qt4-webkit
This package contains the Gambas qt-webkit components.

%files gb-qt4-webkit
%doc README  ChangeLog
%{_libdir}/%{name}/gb.qt4.webkit.*
%{_datadir}/%{name}/info/gb.qt4.webkit.*

#-----------------------------------------------------------------------------

%package gb-report
Summary: The Gambas report component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-report
This package contains the Gambas Report components.

%files gb-report
%doc README  ChangeLog
%{_libdir}/%{name}/gb.report.*
%{_datadir}/%{name}/info/gb.report.*
%{_datadir}/%{name}/control/gb.report

#-----------------------------------------------------------------------------

%package gb-sdl
Summary: The Gambas SDL component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-sdl
This component use the sound, image and TTF fonts parts of the SDL
library. It allows you to simultaneously play many sounds and music
stored in a file. If OpenGL drivers are installed it uses them to 
accelerate 2D and 3D drawing.

%files gb-sdl
%doc README  ChangeLog 
%{_libdir}/%{name}/gb.sdl.so
%{_libdir}/%{name}/gb.sdl.so.*
%{_libdir}/%{name}/gb.sdl.component
%{_datadir}/%{name}/info/gb.sdl.info
%{_datadir}/%{name}/info/gb.sdl.list
%{_datadir}/%{name}/gb.sdl

#-----------------------------------------------------------------------------

%package gb-sdl-sound
Summary: The Gambas SDL sound component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-sdl-sound
This component allows you to play sounds in Gambas. This component 
manages up to 32 sound tracks that can play sounds from memory, and
one music track that can play music from a file. Everything is mixed
in real time. 

%files gb-sdl-sound
%doc README  ChangeLog
%{_libdir}/%{name}/gb.sdl.sound.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.sdl.sound.*

#-----------------------------------------------------------------------------

%package gb-settings
Summary: The Gambas settings component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-settings
This components allows you to deal with configuration files.

%files gb-settings
%doc README  ChangeLog
%{_libdir}/%{name}/gb.settings.*
%{_datadir}/%{name}/info/gb.settings.*

#-----------------------------------------------------------------------------

%package gb-signal
Summary: The Gambas signal component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-signal
This package contains the Gambas Signal components.

%files gb-signal
%doc README  ChangeLog
%{_libdir}/%{name}/gb.signal.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.signal.*

#-----------------------------------------------------------------------------

%package gb-v4l
Summary: The Gambas Video4Linux component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-v4l
This components allows you to use the Video4Linux interface with
Gambas.

%files gb-v4l
%doc README  ChangeLog
%{_libdir}/%{name}/gb.v4l.*
%{_datadir}/%{name}/info/gb.v4l.*

#-----------------------------------------------------------------------------

%package gb-vb
Summary: The Gambas Visual Basic(tm) compatibility component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-vb
This component aims at including some functions that imitate the 
behavior
 of Visual Basic(TM) functions. Use it only if you want to 
port some VB projects.

%files gb-vb
%doc README  ChangeLog
%{_libdir}/%{name}/gb.vb.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.vb.*

#-----------------------------------------------------------------------------

%package gb-web
Summary: The Gambas CGI component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-web
This components allows you to make CGI web applications using Gambas, 
with an ASP-like interface.

%files gb-web
%doc README  ChangeLog
%{_libdir}/%{name}/gb.web.*
%{_datadir}/%{name}/info/gb.web.*

#-----------------------------------------------------------------------------
%package gb-libxml
Summary: The Gambas libxml component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-libxml
This component allows you to use xml.

%files gb-libxml
%doc README  ChangeLog
%{_libdir}/%{name}/gb.libxml.so*
%{_libdir}/%{name}/gb.libxml.component
%{_datadir}/%{name}/info/gb.libxml.info
%{_datadir}/%{name}/info/gb.libxml.list

#------------------------------------------------------------------------------
%package gb-xml
Summary: The Gambas xml component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-xml
This component allows you to use xml.

%files gb-xml
%doc README  ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.xml.gambas
%{_libdir}/%{name}/gb.xml.so*
%{_libdir}/%{name}/gb.xml.component
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.xml.info
%{_datadir}/%{name}/info/gb.xml.list

#-----------------------------------------------------------------------------
%package gb-xml-html
Summary: The Gambas xml html component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}
Requires: %{name}-gb-xml

%description gb-xml-html
This component allows you to use xml html.

%files gb-xml-html
%doc README  ChangeLog
%{_libdir}/%{name}/gb.xml.html.so*
%{_libdir}/%{name}/gb.xml.html.component
%{_datadir}/%{name}/info/gb.xml.html.info
%{_datadir}/%{name}/info/gb.xml.html.list

#-----------------------------------------------------------------------------
%package gb-xml-rpc
Summary: The Gambas xml-rpc component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}
Requires: %{name}-gb-xml

%description gb-xml-rpc
This component allows you to use xml-rpc.

%files gb-xml-rpc
%doc README  ChangeLog
%{_libdir}/%{name}/gb.xml.rpc*
%{_datadir}/%{name}/info/gb.xml.rpc.info
%{_datadir}/%{name}/info/gb.xml.rpc.list


#-----------------------------------------------------------------------------

%package gb-xml-xslt
Summary: The Gambas xml-rpc component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-xml-xslt
This component allows you to use xml-xslt.

%files gb-xml-xslt
%doc README  ChangeLog
%{_libdir}/%{name}/gb.xml.xslt*
%{_datadir}/%{name}/info/gb.xml.xslt*

#-----------------------------------------------------------------------------
%package gb-complex
Summary: The Gambas complex component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-complex
New component that implements a rudimentary management of complex numbers. 
This component is automatically loaded if a complex 
number constant is encountered and no loaded component 
can already handle complex numbers.

%files gb-complex
%doc README  ChangeLog
%{_libdir}/%{name}/gb.complex*
%{_datadir}/%{name}/info/gb.complex*
#-----------------------------------------------------------------------------

%package gb-data
Summary: The Gambas data component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-data
New component that adds new container data types to Gambas.

%files gb-data
%doc README  ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.data*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.data*
#-----------------------------------------------------------------------------
%package gb-mime
Summary: The Gambas mime component
Group: Development/Other
Requires: %{name}-runtime = %{version}-%{release}

%description gb-mime
New component that allows to encode and decode MIME messages.

%files gb-mime
%doc README  ChangeLog
%{_libdir}/gambas3/gb.mime.component
%{_libdir}/gambas3/gb.mime.so
%{_libdir}/gambas3/gb.mime.so.0
%{_libdir}/gambas3/gb.mime.so.0.0.0
%{_datadir}/gambas3/info/gb.mime.info
%{_datadir}/gambas3/info/gb.mime.list
%{_datadir}/mime/packages/application-x-gambas3.xml
%{_datadir}/mime/packages/application-x-gambasscript.xml

#----------------------------------------------------------------------------
%package gb-net-pop3
Summary:	Gambas3 component package for net-pop3
Group:		Development/Other
Requires:	%{name}-runtime = %{version}-%{release}
Requires:	%{name}-gb-mime

%description gb-net-pop3
New component that implements a POP3 client.

%files gb-net-pop3
%doc README  ChangeLog
%{_libdir}/%{name}/gb.net.pop3.*
%{_datadir}/%{name}/info/gb.net.pop3.*

#---------------------------------------------------------------------------

%package gb-args
Summary:	Gambas3 component package for args
Group:		Development/Other
Requires:	%{name}-runtime = %{version}-%{release}

%description gb-args
%{summary}

%files gb-args
%doc README  ChangeLog
%{_libdir}/%{name}/gb.args.*
%{_datadir}/%{name}/info/gb.args.*

#---------------------------------------------------------------------------
%package gb-httpd
Summary:	Gambas3 component package for httpd
Group:		Development/Other
Requires:	%{name}-runtime = %{version}-%{release}

%description gb-httpd
%{summary}.

%files gb-httpd
%doc README  ChangeLog
%{_libdir}/%{name}/gb.httpd.*
%{_datadir}/%{name}/info/gb.httpd.*


#---------------------------------------------------------------------------

%package gb-map
Summary:	Gambas3 component package for map
Group:		Development/Other
Requires:	%{name}-runtime = %{version}-%{release}

%description gb-map
%{summary}.

%files gb-map
%doc README  ChangeLog
%{_libdir}/%{name}/gb.map.component
%{_libdir}/%{name}/gb.map.gambas
%{_datadir}/%{name}/info/gb.map.*
%{_datadir}/%{name}/control/gb.map/

#---------------------------------------------------------------------------
%package gb-memcached
Summary:	Gambas3 component package for memcached
Group:		Development/Other
Requires:	%{name}-runtime = %{version}-%{release}

%description gb-memcached
%{summary}.

%files gb-memcached
%doc README  ChangeLog
%{_libdir}/%{name}/gb.memcached.*
%{_datadir}/%{name}/info/gb.memcached.*

#---------------------------------------------------------------------------
%package gb-clipper
Group:   Development/Other
Requires:      %{name}-runtime = %{version}-%{release}

%description gb-clipper
New component based on the Clipper library

%files gb-clipper
%doc README  ChangeLog
%{_libdir}/%{name}/gb.clipper.*
%{_datadir}/%{name}/info/gb.clipper.*

#---------------------------------------------------------------------------
%package gb-gmp
Summary:       Gambas3 component package for gmp
Group:   Development/Other
Requires:      %{name}-runtime = %{version}-%{release}

%description gb-gmp
New component based on the Gnu Multiple Precision Arithmetic 
Library that implements big integers and big rational numbers.

%files gb-gmp
%doc README  ChangeLog
%{_libdir}/%{name}/gb.gmp.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.gmp.*
#---------------------------------------------------------------------------
%package gb-logging
Summary:       Gambas3 component package for logging
Group:   Development/Other
Requires:      %{name}-runtime = %{version}-%{release}

%description gb-logging
%{summary}.

%files gb-logging
%doc README  ChangeLog
%{_libdir}/%{name}/gb.logging.*
%{_datadir}/%{name}/info/gb.logging.*

#---------------------------------------------------------------------------
%package gb-openal
Summary:       Gambas3 component package for openal
Group:   Development/Other
Requires:      %{name}-runtime = %{version}-%{release}

%description gb-openal
Component based on the OpenAL 3D audio library.

%files gb-openal
%doc README  ChangeLog
%{_libdir}/%{name}/gb.openal.*
%{_datadir}/%{name}/info/gb.openal.*

#---------------------------------------------------------------------------
%package gb-opengl-sge
Summary:       Gambas3 component package for opengl-sge
Group:   Development/Other
Requires:      %{name}-runtime = %{version}-%{release}
Requires:      %{name}-gb-opengl = %{version}-%{release}

%description gb-opengl-sge
Component that implements a simple OpenGL game engine based on the MD2 format.

%files gb-opengl-sge
%doc README  ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.opengl.sge.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.opengl.sge.*

#---------------------------------------------------------------------------
%package gb-openssl
Summary:       Gambas3 component package for openssl
Group:   Development/Other
Requires:      %{name}-runtime = %{version}-%{release}

%description gb-openssl
Component to wrap cryptographic functions of 
libcrypto from the OpenSSL project.

%files gb-openssl
%doc README  ChangeLog
%{_libdir}/%{name}/gb.openssl.*
%{_datadir}/%{name}/info/gb.openssl.*

#---------------------------------------------------------------------------















































%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.4-2
+ Revision: 53f9bf4
- MassBuild#464: Increase release tag

* Sun Jun 29 2014 symbianflo <symbianflo@symbianflo> 3.5.4-1
+ Revision: 1eb9fe7
- Log:disable jit component for 2014.1, due the llvm3.4.2

* Sun Jun 29 2014 symbianflo <symbianflo@symbianflo> 3.5.4-1
+ Revision: 34a1116
- Log:disable jit component for 2014.1, due the llvm3.4.2

* Sun Jun 29 2014 symbianflo <symbianflo@symbianflo> 3.5.4-1
+ Revision: 12f19b0
- Log:disable jit component for 2014.1, due the llvm3.4.2

* Sat Jun 21 2014 abfonly <abfonly@gmail.com> 3.5.3-4
+ Revision: de9b04f
- Updated gambas3.spec

* Sat Jun 21 2014 symbianflo <symbianflo@symbianflo> 3.5.3-3
+ Revision: b4a49d3
- Log: patched 3 digits llvm-configure search, jor just-in-time (jit), compiler,bump rel

* Sat Jun 21 2014 abfonly <abfonly@gmail.com> 3.5.3-3
+ Revision: 9e17b92
- build against new llvm

* Sun Jun 08 2014 SymbianFlo <symbianflo@mandrivausers.ro> 3.5.3-2
+ Revision: 5305746
- Updated gambas3.spec

* Sun Jun 08 2014 SymbianFlo <symbianflo@mandrivausers.ro> 3.5.3-2
+ Revision: 6ddf6a4
- Updated gambas3.spec

* Sun Jun 08 2014 SymbianFlo <symbianflo@mandrivausers.ro> 3.5.3-2
+ Revision: 768b8f1
- Updated gambas3.spec

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.5.3-2
+ Revision: b5370ac
- MassBuild#430: Increase release tag

* Fri Apr 18 2014 SymbianFlo <symbianflo@mandrivausers.ro> 3.5.3-1
+ Revision: f5429a7
- ChangeLog 3.5.3
- [DEVELOPMENT ENVIRONMENT]
- * NEW: Use the new wiki for the documentation.
- * BUG: Write project configuration before making an executable or a source
- archive, so that their contents is up to date.
- * BUG: Don't freeze when loading an older version of a component project
- that misses some classes implemented in the newer versions of the
- component.
- * BUG: Fix the analyze of exported classes that override a class from a
- component.
- * BUG: Help on function argument is correct now.
- [INTERPRETER]
- * BUG: Correctly close the standard error output of an ending process if
- its standard output has already been closed.
- * BUG: Fix a possible file descriptor leak when using LOCK.
- * BUG: Fix memory leak with Lower$() and Upper$() on some null strings.
- [COMPILER]
- * BUG: Prevent NEW and READ from being used without an affectation.
- * BUG: Raise an error if a function has too many arguments or too many
- local variables.
- [GB.COMPLEX]
- * BUG: Conversion from complex to number now returns the real part if the
- imaginary part is null, and raises an error otherwise. It does not return
- the complex modulus anymore. Use Abs() for that.
- [GB.FORM]
- * BUG: Balloon: Fix position on desktop having top and/or left panels.
- * BUG: Balloon: Fix arrow drawing.
- [GB.GTK]
- * BUG: The TextArea.Text property does not waste memory anymore.
- * BUG: TrayIcon: Handle DblClick and MouseWheel events correctly.
- * BUG: Controls inside TabStrip now are detected correctly and are not
- insensitive anymore.
- * BUG: The MouseDrag event can be canceled now, like with gb.qt4.
- * BUG: Fix the default size of message boxes.
- * BUG: Fix Align.IsBottom() and Align.IsMiddle().
- [GB.GSL]
- * BUG: Conversion from complex to number now returns the real part if the
- imaginary part is null, and raises an error otherwise. It does not return
- the complex modulus anymore. Use Abs() for that.
- [GB.GUI.BASE]
- * BUG: GridView: Dnd now works as expected even in multiple selection mode.
- * BUG: Draw.End() now resets anti-aliasing to TRUE.
- * BUG: If the Layout property of HSplit or VSplit controls does not receive
- one size for each child control, then child controls without size are
- hidden (i.e. their size is assumed to be zero).
- [GB.MEDIA]
- * BUG: When a MediaPipeline is freed, the pipeline is first stopped before
- being put to the null state. Otherwise GStreamer freezes.
- * BUG: Fix inputs and outputs enumeration.
- [GB.NET.SMTP]
- * NEW: Recipients now support the "Chuck Norris " syntax.
- * NEW: The "Chuck Norris " is now supported in the "From"
- property.
- [GB.OPENGL]
- * BUG: Fix the missing "gl" prefix on two OpenGL calls.
- [GB.QT4]
- * BUG: TextLabel: Automatic size is correctly computed now. Apparently
- there are internal changes in the Qt library that made it false.
- * BUG: Text can be drop on TextBox and TextArea controls again, unless
- their Drop property is set. In that case, the dnd behavior is entirely
- controlled by Gambas.
- * BUG: Correctly free the internal clipboard formats list when the
- clipboard contents changes. This avoids possible crashes.
- * BUG: Correctly handle UTF-8 when displaying the error message.
- * BUG: Fix Align.IsBottom() and Align.IsMiddle().
- * BUG: Key.Normal now works correctly with numeric pad keys.
- [GB.SDL]
- * BUG: Don't create a default TTF font for each draw event!

* Fri Apr 18 2014 SymbianFlo <symbianflo@mandrivausers.ro> 3.5.3-1
+ Revision: a06666f
- Update to 3.5.3
- ChangeLog
- [DEVELOPMENT ENVIRONMENT]
- * NEW: Use the new wiki for the documentation.
- * BUG: Write project configuration before making an executable or a source
- archive, so that their contents is up to date.
- * BUG: Don't freeze when loading an older version of a component project
- that misses some classes implemented in the newer versions of the
- component.
- * BUG: Fix the analyze of exported classes that override a class from a
- component.
- * BUG: Help on function argument is correct now.
- [INTERPRETER]
- * BUG: Correctly close the standard error output of an ending process if
- its standard output has already been closed.
- * BUG: Fix a possible file descriptor leak when using LOCK.
- * BUG: Fix memory leak with Lower$() and Upper$() on some null strings.
- [COMPILER]
- * BUG: Prevent NEW and READ from being used without an affectation.
- * BUG: Raise an error if a function has too many arguments or too many
- local variables.
- [GB.COMPLEX]
- * BUG: Conversion from complex to number now returns the real part if the
- imaginary part is null, and raises an error otherwise. It does not return
- the complex modulus anymore. Use Abs() for that.
- [GB.FORM]
- * BUG: Balloon: Fix position on desktop having top and/or left panels.
- * BUG: Balloon: Fix arrow drawing.
- [GB.GTK]
- * BUG: The TextArea.Text property does not waste memory anymore.
- * BUG: TrayIcon: Handle DblClick and MouseWheel events correctly.
- * BUG: Controls inside TabStrip now are detected correctly and are not
- insensitive anymore.
- * BUG: The MouseDrag event can be canceled now, like with gb.qt4.
- * BUG: Fix the default size of message boxes.
- * BUG: Fix Align.IsBottom() and Align.IsMiddle().
- [GB.GSL]
- * BUG: Conversion from complex to number now returns the real part if the
- imaginary part is null, and raises an error otherwise. It does not return
- the complex modulus anymore. Use Abs() for that.
- [GB.GUI.BASE]
- * BUG: GridView: Dnd now works as expected even in multiple selection mode.
- * BUG: Draw.End() now resets anti-aliasing to TRUE.
- * BUG: If the Layout property of HSplit or VSplit controls does not receive
- one size for each child control, then child controls without size are
- hidden (i.e. their size is assumed to be zero).
- [GB.MEDIA]
- * BUG: When a MediaPipeline is freed, the pipeline is first stopped before
- being put to the null state. Otherwise GStreamer freezes.
- * BUG: Fix inputs and outputs enumeration.
- [GB.NET.SMTP]
- * NEW: Recipients now support the "Chuck Norris <chuck@norris.com>" syntax.
- * NEW: The "Chuck Norris <chuck@norris.com>" is now supported in the "From"
- property.
- [GB.OPENGL]
- * BUG: Fix the missing "gl" prefix on two OpenGL calls.
- [GB.QT4]
- * BUG: TextLabel: Automatic size is correctly computed now. Apparently
- there are internal changes in the Qt library that made it false.
- * BUG: Text can be drop on TextBox and TextArea controls again, unless
- their Drop property is set. In that case, the dnd behavior is entirely
- controlled by Gambas.
- * BUG: Correctly free the internal clipboard formats list when the
- clipboard contents changes. This avoids possible crashes.
- * BUG: Correctly handle UTF-8 when displaying the error message.
- * BUG: Fix Align.IsBottom() and Align.IsMiddle().
- * BUG: Key.Normal now works correctly with numeric pad keys.
- [GB.SDL]
- * BUG: Don't create a default TTF font for each draw event!

* Fri Mar 14 2014 SymbianFlo <symbianflo@mandrivausers.ro> 3.5.2-1
+ Revision: c6b620f
- Updated gambas3.spec

* Fri Mar 14 2014 SymbianFlo <symbianflo@mandrivausers.ro> 3.5.2-1
+ Revision: 4a0b333
- Updated gambas3.spec

* Thu Mar 13 2014 SymbianFlo <symbianflo@mandrivausers.ro> 3.5.2-1
+ Revision: 22238fd
- Update to 3.5.2, Cahngelog:
- * BUG: Report editor: Now the report borders are shown correctly in the
- editor.
- * BUG: The property help WebView now uses the same default font size (80%)
- than the help window.
- * BUG: Fix HTML compression so that everything is not put on the same line.
- * BUG: Subversion: Support for Subversion >= 1.8.
- * BUG: Subversion: Automatically remove the ".lang/.pot" file from version
- control, as it is a generated file, and as its conflicts cannot be
- resolved.
- * BUG: Subversion: Fix the Subversion conflict management.
- * BUG: Subversion: Raise the svn commands timeout to 30 seconds: some
- commits can take a long time.
- * BUG: File property dialog: The 'Revert' button is correctly hidden now.
- * BUG: Menu editor: The last menu can be move up now.
- * BUG: Menu editor: Fix the highlight of the current menu.
- * BUG: Menu editor: Fix the menu search box.
- * BUG: Project tree: The popup menu should be accurate with extern files
- now.
- * BUG: Project tree: Fix popup menu when clicking on the "Data" project
- tree folder.
- * BUG: Form editor: Correctly hide and show toolbar entries according to
- the current state (debugging, read-only...).
- * BUG: Form editor: Formatting toolbar buttons act on the entire form if
- nothing is selected now.
- * BUG: Don't set the focus to the console if it is hidden.
- * BUG: Packager: Fix .deb package description.
- BUG: Image editor: Don't left the editor in an inconsistent state after a
- paste has been done.[INTERPRETER]
- * BUG: String.InStr() does not crash anymore if the string pattern is void.
- It returns 0 instead (like InStr).
- * BUG: Don't crash if an unknown option is passed with the '-g' option.
- * BUG: Fix the LIKE operator whth "{...}" patterns.
- * BUG: Fix a crash when using CStr() on an object having a conversion
- function.
- * BUG: Be virtual even the first time when calling the [] operator.
- [COMPILER]
- * BUG: Fix compilation of NOT LIKE, NOT BEGINS and NOT ENDS operators when
- they are not alone in an expression.
- [GB.DB]
- * BUG: Don't crash anymore when releasing database objects.
- * BUG: The automatic Blob to String conversion does not lead to a crash
- anymore.
- [GB.DB.FORM]
- * BUG: DataCheckBox correctly defines its internal TriState property
- depending on whether its database field is mandatory or not.
- * BUG: Editable DataBrowser and DataView do not create a spurious extra
- line anymore.
- [GB.DB.SQLITE3]
- * BUG: Fix specific implementation of sqlite3_exec. Prevent some crashes
- and make database creation work again (among other things).
- * BUG: Correctly handle requests returning only one table name inside field
- names.
- [GB.DRAW]
- * BUG: Correctly initialize the Paint class when calling Paint.Begin() on
- an already opened drawing device.
- [GB.FORM]
- * BUG: FileProperties: Do not crash anymore if the directory size
- calculation task returns rubbish.
- * BUG: FileProperties: The icon of the FileProperties control now correctly
- adapts its size.
- * BUG: FileChooser: The Paths property now returns the selected path in
- single mode and not a void array anymore.
- [GB.FORM.DIALOG]
- * BUG: Dialog.Open() in multiple mode works now.
- [GB.FORM.MDI]
- * BUG: Raise an error if the Toolbar.Configure() method is called whereas
- the toolbar Key property is not defined.
- * BUG: Toolbar configuration dialog: the toolbar elements with a short text
- are correctly displayed now.
- [GB.GSL]
- * BUG: Polynomial: Create a new void polymonial does not lead to a crash
- anymore.
- [GB.GTK]
- * BUG: The RTL layout is correctly initialized at startup.
- * BUG: Embedder.Embed() does not take two arguments.
- * BUG: Imbrication of popup menu click events works correctly now and does
- not crash anymore.
- * BUG: The Window.Picture property now should work correctly.
- * BUG: Correctly update background and foreground of multi-container
- controls.
- * BUG: Font.Grade maximum value is now +24, as expected by the font
- selector.
- * BUG: Fix memory leak when loading images without alpha channel.
- * BUG: GlArea control now can take the focus.
- [GB.GUI.BASE]
- * BUG: Clicking on GridView/ColumnView headers now should work correctly
- again.
- [GB.NET.POP3]
- * BUG: Error messages must not be translatable.
- [GB.OPENGL]
- * BUG: GL.GetString() now raises an error if the glGetString() function
- fails.
- [GB.OPENGL.SGE]
- * BUG: Don't crash if a model has only one frame.
- [GB.PCRE]
- * BUG: RegExp.Replace(): Explicitly use 0 if optional arguments are missing
- * BUG: Don't call GB.ReturnNewString() if a match returns a null string.
- * BUG: Use GB.ReturnVoidString() instead of GB.ReturnNull().
- [GB.QT4]
- * BUG: Imbrication of popup menu click events works correctly now and does
- not crash anymore.
- * BUG: Correctly update background and foreground of multi-container
- controls.
- * BUG: Font.Grade maximum value is now +24, as expected by the font
- selector.
- * BUG: Foreground and background colors now work as expected on ComboBox
- and SpinBox controls.
- [GB.SDL]
- * BUG: Restore fill pattern to solid after a Draw.Rect() or a
- Draw.Ellipse(), otherwise Draw.Image() draws nothing!
- [GB.XML]
- * BUG: XMLElement.AppendFromText() now behaves correctly if no extra
- arguments are given.
- * BUG: XMLElement.FromText() now correctly catches parsing exceptions.
- * BUG: The Boolean parameter 'Indent' of XMLDocument.ToString() is now
- correctly interpreted.
- * BUG: Serializing a comment that is a direct child of a document with
- indentation enabled does not crash anymore.
- * BUG: The Document.All property is now correctly declared as an XMLNode[]
- [GB.XML.HTML]
- * BUG: Serializing a comment that is a direct child of a document with
- indentation enabled does not crash anymore.
- [GB.XML.RPC]
- * BUG: miniServer would give an out-of-bound with multiple parallel
- requests.
- * BUG: miniServer could crash on an invalid request.
- [GB.WEB]
- * BUG: CGI.Error() now correctly sends an UTF-8 HTML page.

* Thu Mar 13 2014 SymbianFlo <symbianflo@mandrivausers.ro> 3.5.2-1
+ Revision: 10af094
- Update to 3.5.2, Cahngelog: * BUG: Report editor: Now the report borders are shown correctly in the
- editor.
- * BUG: The property help WebView now uses the same default font size (80%)
- than the help window.
- * BUG: Fix HTML compression so that everything is not put on the same line.
- * BUG: Subversion: Support for Subversion >= 1.8.
- * BUG: Subversion: Automatically remove the ".lang/.pot" file from version
- control, as it is a generated file, and as its conflicts cannot be
- resolved.
- * BUG: Subversion: Fix the Subversion conflict management.
- * BUG: Subversion: Raise the svn commands timeout to 30 seconds: some
- commits can take a long time.
- * BUG: File property dialog: The 'Revert' button is correctly hidden now.
- * BUG: Menu editor: The last menu can be move up now.
- * BUG: Menu editor: Fix the highlight of the current menu.
- * BUG: Menu editor: Fix the menu search box.
- * BUG: Project tree: The popup menu should be accurate with extern files
- now.
- * BUG: Project tree: Fix popup menu when clicking on the "Data" project
- tree folder.
- * BUG: Form editor: Correctly hide and show toolbar entries according to
- the current state (debugging, read-only...).
- * BUG: Form editor: Formatting toolbar buttons act on the entire form if
- nothing is selected now.
- * BUG: Don't set the focus to the console if it is hidden.
- * BUG: Packager: Fix *.deb package description.
- * BUG: Image editor: Don't left the editor in an inconsistent state after a
- paste has been done.
- [INTERPRETER]
- * BUG: String.InStr() does not crash anymore if the string pattern is void.
- It returns 0 instead (like InStr).
- * BUG: Don't crash if an unknown option is passed with the '-g' option.
- * BUG: Fix the LIKE operator whth "{...}" patterns.
- * BUG: Fix a crash when using CStr() on an object having a conversion
- function.
- * BUG: Be virtual even the first time when calling the [] operator.
- [COMPILER]
- * BUG: Fix compilation of NOT LIKE, NOT BEGINS and NOT ENDS operators when
- they are not alone in an expression.
- [GB.DB]
- * BUG: Don't crash anymore when releasing database objects.
- * BUG: The automatic Blob to String conversion does not lead to a crash
- anymore.
- [GB.DB.FORM]
- * BUG: DataCheckBox correctly defines its internal TriState property
- depending on whether its database field is mandatory or not.
- * BUG: Editable DataBrowser and DataView do not create a spurious extra
- line anymore.
- [GB.DB.SQLITE3]
- * BUG: Fix specific implementation of sqlite3_exec. Prevent some crashes
- and make database creation work again (among other things).
- * BUG: Correctly handle requests returning only one table name inside field
- names.
- [GB.DRAW]
- * BUG: Correctly initialize the Paint class when calling Paint.Begin() on
- an already opened drawing device.
- [GB.FORM]
- * BUG: FileProperties: Do not crash anymore if the directory size
- calculation task returns rubbish.
- * BUG: FileProperties: The icon of the FileProperties control now correctly
- adapts its size.
- * BUG: FileChooser: The Paths property now returns the selected path in
- single mode and not a void array anymore.
- [GB.FORM.DIALOG]
- * BUG: Dialog.Open() in multiple mode works now.
- [GB.FORM.MDI]
- * BUG: Raise an error if the Toolbar.Configure() method is called whereas
- the toolbar Key property is not defined.
- * BUG: Toolbar configuration dialog: the toolbar elements with a short text
- are correctly displayed now.
- [GB.GSL]
- * BUG: Polynomial: Create a new void polymonial does not lead to a crash
- anymore.
- [GB.GTK]
- * BUG: The RTL layout is correctly initialized at startup.
- * BUG: Embedder.Embed() does not take two arguments.
- * BUG: Imbrication of popup menu click events works correctly now and does
- not crash anymore.
- * BUG: The Window.Picture property now should work correctly.
- * BUG: Correctly update background and foreground of multi-container
- controls.
- * BUG: Font.Grade maximum value is now +24, as expected by the font
- selector.
- * BUG: Fix memory leak when loading images without alpha channel.
- * BUG: GlArea control now can take the focus.
- [GB.GUI.BASE]
- * BUG: Clicking on GridView/ColumnView headers now should work correctly
- again.
- [GB.NET.POP3]
- * BUG: Error messages must not be translatable.
- [GB.OPENGL]
- * BUG: GL.GetString() now raises an error if the glGetString() function
- fails.
- [GB.OPENGL.SGE]
- * BUG: Don't crash if a model has only one frame.
- [GB.PCRE]
- * BUG: RegExp.Replace(): Explicitly use 0 if optional arguments are missing
- * BUG: Don't call GB.ReturnNewString() if a match returns a null string.
- * BUG: Use GB.ReturnVoidString() instead of GB.ReturnNull().
- [GB.QT4]
- * BUG: Imbrication of popup menu click events works correctly now and does
- not crash anymore.
- * BUG: Correctly update background and foreground of multi-container
- controls.
- * BUG: Font.Grade maximum value is now +24, as expected by the font
- selector.
- * BUG: Foreground and background colors now work as expected on ComboBox
- and SpinBox controls.
- [GB.SDL]
- * BUG: Restore fill pattern to solid after a Draw.Rect() or a
- Draw.Ellipse(), otherwise Draw.Image() draws nothing!
- [GB.XML]
- * BUG: XMLElement.AppendFromText() now behaves correctly if no extra
- arguments are given.
- * BUG: XMLElement.FromText() now correctly catches parsing exceptions.
- * BUG: The Boolean parameter 'Indent' of XMLDocument.ToString() is now
- correctly interpreted.
- * BUG: Serializing a comment that is a direct child of a document with
- indentation enabled does not crash anymore.
- * BUG: The Document.All property is now correctly declared as an XMLNode[]
- [GB.XML.HTML]
- * BUG: Serializing a comment that is a direct child of a document with
- indentation enabled does not crash anymore.
- [GB.XML.RPC]
- * BUG: miniServer would give an out-of-bound with multiple parallel
- requests.
- * BUG: miniServer could crash on an invalid request.
- [GB.WEB]
- * BUG: CGI.Error() now correctly sends an UTF-8 HTML page.

* Tue Dec 17 2013 symbianflo <symbianflo@mandrivausers.ro> 3.5.1-1
+ Revision: 25f8335
- Log. update to 3.5.1. This release must be used instead of the 3.5.0 version, because it fixes the IDE packager. But there are some bug fixes and new features related to the bug fixes too.

* Tue Dec 17 2013 Alexander Kazancev <kazancas@gmail.com> 3.5.0-2
+ Revision: 024e1e2
- Rebuild with new libglew

* Sun Nov 03 2013 SymbianFlo <symbianflo@mandrivausers.ro> 3.5.0-1
+ Revision: d42a9da
- Updated gambas3.desktop

* Fri Nov 01 2013 symbianflo <symbianflo@mandrivausers.ro> 3.5.0-1
+ Revision: 187be0f
- Log fix desktop attr

* Fri Nov 01 2013 symbianflo <symbianflo@mandrivausers.ro> 3.5.0-1
+ Revision: 6669e63
- Log : update to 3.5.0, fix build, drop llvm patch, drop dirty fixings, refilter gambas behavior in linting

* Fri Oct 18 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.4.2-5
+ Revision: 57d7046
- LOG Add patch to fix build with LLVM 3.3

* Fri Oct 18 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.4.2-5
+ Revision: 68fe0f7
- Rebuild with new LLVM

* Tue Sep 24 2013 symbianflo <symbianflo@mandrivausers.ro> 3.4.2-4
+ Revision: 52dd227
- LOG fix attr in debug, some other attr fixings

* Tue Sep 24 2013 symbianflo <symbianflo@mandrivausers.ro> 3.4.2-4
+ Revision: 8affa95
- Log filtering gambas normal behavior in linting, linking fonts,remane spec

* Sat Sep 14 2013 symbianflo <symbianflo@mandrivausers.ro> None
+ Revision: 75c22b7
- LOG: update to 3.4.2, huge amount of bugfix in this version, see http://gambasdoc.org/help/doc/release/3.4.2?view for detailes

* Fri Apr 19 2013 Denis Silakov <denis.silakov@rosalab.ru> None
+ Revision: f6e3325
- Bump release to rebuild with newer poppler

* Sat Apr 06 2013 symbianflo <symbianflo@mandrivausers.ro> None
+ Revision: 705c756
- LOG: new bugfix release from 3.4 series

* Sat Apr 06 2013 symbianflo <symbianflo@mandrivausers.ro> None
+ Revision: 97b2e2c
- LOG: new bugfix release from 3.4 series

* Tue Apr 02 2013 SymbianFlo <symbianflo@mandrivausers.ro> None
+ Revision: 75600eb
- fix files in gb-jit component

* Tue Apr 02 2013 symbianflo <symbianflo@mandrivausers.ro> None
+ Revision: bd654c3
- LOG update to 3.4.1, re-enabled gb-media componenet in LTS,upstream fix

* Thu Feb 28 2013 SymbianFlo <symbianflo@mandrivausers.ro> None
+ Revision: abc3e75
- Add notice for spec-helper fix ,to be dropped from the next %rel

* Wed Feb 27 2013 SymbianFlo <symbianflo@mandrivausers.ro> None
+ Revision: 2bc839b
- Updated gambas3-rosa.spec

* Wed Feb 27 2013 symbianflo <symbianflo@mandrivausers.ro> None
+ Revision: 2ac1c57
- LOG fix build for 2012.1, hopfuly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1487 |14cr|gambatte-0.5.0-1.r550.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define subver r550

Summary:	Game Boy Color emulator with Qt and SDL frontends
Name:		gambatte
Version:	0.5.0
Release:	1.%{subver}.1
License:	GPLv2+
Group:		Emulators
Url:		http://sourceforge.net/projects/gambatte/
Source0:	%{name}_src-%{subver}.tar.gz
Source1:	%{name}.png
BuildRequires:	imagemagick
BuildRequires:	scons
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xv)

%description
Gambatte is an accuracy-focused, open-source, cross-platform
Game Boy / Game Boy Color emulator written in C++. It is based on hundreds of
corner case hardware tests, as well as previous documentation and reverse
engineering efforts.

The core emulation code is contained in a separate library back-end
(libgambatte) written in platform-independent C++. There is currently a GUI
front-end (gambatte_qt) using Trolltech's Qt4 toolkit, and a simple 
command-line SDL front-end (gambatte_sdl).

%files
%doc README changelog COPYING
%{_bindir}/gambatte_*
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}_src-%{subver}

# fix png rgb 
find . %{SOURCE1} -exec convert {} -strip {} \;


%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
cd libgambatte
%scons
cd ../gambatte_qt
%qmake_qt4
%make
cd ../gambatte_sdl
%scons

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 gambatte_qt/bin/gambatte_qt %{buildroot}%{_bindir}
install -m 755 gambatte_sdl/gambatte_sdl %{buildroot}%{_bindir}

# install menu entries
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Gambatte
Comment=Game Boy Color Emulator
Exec=%{name}_qt
Icon=%{name}
Type=Application
Terminal=false
Categories=X-MandrivaLinux-MoreApplications-Emulators;Emulator;
EOF

#Icons
mkdir -p %{buildroot}%{_datadir}/pixmaps/
install -c -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}%{_miconsdir}
mkdir -p %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{_iconsdir}

install -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png
convert %{buildroot}%{_miconsdir}/%{name}.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert %{buildroot}%{_iconsdir}/%{name}.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png


%changelog
* Sat Aug 02 2014 abfonly <abfonly@gmail.com> 0.5.0-1.r550.1
+ Revision: ec22288
- fix png rgb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1488 |14cr|gameandwatch-0.3-131.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 131

Summary:	A generic engine for simulation of Game & Watch-like games
Name:		gameandwatch
Version:	0.3
Release:	%{svn}.2
License:	GPLv3+
Group:		Emulators
Url:		http://www.rangelreale.com/programming/game-watch-simulator
# fetched from svn
Source0:	%{name}-%{version}-%{svn}.tar.bz2
Patch0:		gameandwatch-0.3-131-type.patch
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(zziplib)

%description
This is a generic engine for simulation of Game & Watch games,
starting with ports of the Madrigal Game & Watch Simulators
(http://www.madrigaldesign.it/sim/).

It is designed to run anywhere SDL is available, withemphasis
in handheld machines.

Currently 6 games from VTECH are simulated:
- MONKEY
- PIRATE
- DEFENDO
- CONDOR
- PANCAKE
- ROLLER COASTER

%files
%doc doc/README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{svn}
%patch0 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

# menu-entry, overwrite the default one
mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
[Desktop Entry]
Version=1.0
Name=Game & Watch Simulator
Comment=Game & Watch-like games simulator
Exec=gameandwatch %U
Icon=gameandwatch
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF

rm -rf %{buildroot}%{_docdir}


%changelog
* Tue Jul 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3-131.2
+ Revision: 741143e
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1489 |14cr|gammu-1.33.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define libname %mklibname %{name} %major
%define libnamedev %mklibname %{name} -d

Summary:		Mobile phones tools for Unix (Linux) and Win32
Name:			gammu
Version:		1.33.0
Release:		2
License:		GPLv2+
Group:			Communications
Source:			http://dl.cihar.com/gammu/releases/%{name}-%{version}.tar.xz
Source1:		69-gammu-acl.rules
URL:			http://www.gammu.org/
BuildRequires:		pkgconfig(bluez)
BuildRequires:		cmake
BuildRequires:		doxygen
BuildRequires:		gettext-devel
BuildRequires:		curl-devel
BuildRequires:		mysql-devel
BuildRequires:		postgresql-devel
BuildRequires:		python-devel
BuildRequires:		dbi-devel
BuildRequires:		usb1.0-devel

%description
Gammu can do such things with cellular phones as making data calls,
updating the address book, changing calendar and ToDo entries, sending and
receiving SMS messages, loading and getting ring tones and pictures (different
types of logos), synchronizing time, enabling NetMonitor, managing WAP
settings and bookmarks and much more. Functions depend on the phone model.

%package -n %libname
Summary: Mobile phones tools for Unix (Linux) and Win32 (libraries)
Group: System/Libraries
Requires: %{name} = %{version}

%description -n %libname
Gammu can do such things with cellular phones as making data calls,
updating the address book, changing calendar and ToDo entries, sending and
receiving SMS messages, loading and getting ring tones and pictures (different
types of logos), synchronizing time, enabling NetMonitor, managing WAP
settings and bookmarks and much more. Functions depend on the phone model.

%package -n %libnamedev
Summary:		Headers and pkgconfig file for Gammu development
Group:			Development/Other
Requires:		%libname = %{version}
Provides:		libgammu-devel = %{version}-%{release}
Provides:		%{name}-devel = %{version}-%{release}
Obsoletes:		%mklibname -d gammu 0.0
Obsoletes:		%mklibname -d gammu 1.0

%description -n %libnamedev
This package contains the headers and pkgconfig file that programmers
will need to develop applications which will use libGammu.

%package -n python-%{name}
Summary:		Python module to communicate with mobile phones
Group:			Communications
Requires:		%{name} = %{version}
BuildRequires:  python-devel

%description -n python-%{name}
This provides gammu module, that can work with any phone Gammu
supports - many Nokias, Siemens, Alcatel, ...

%prep
%setup -q

%build
%cmake -DINSTALL_LIB_DIR=%{_lib}
%make

%install
%makeinstall_std -C build

%__mkdir_p %{buildroot}%{_sysconfdir}
%__sed -e 's|^port =.*$|port = /dev/ttyS0|' \
         -e 's|^connection =.*$|connection = dlr3|' \
         -e 's/$//' \
         < docs/config/gammurc > %{buildroot}%{_sysconfdir}/gammurc

mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d/
install -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/69-gammu-acl.rules

%find_lang %{name} lib%{name} %{name}.lang

%files -f %{name}.lang
%doc ChangeLog COPYING INSTALL README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/gammurc
%{_sysconfdir}/udev/rules.d/*.rules
%{_sysconfdir}/bash_completion.d/gammu
%{_bindir}/gammu
%{_bindir}/gammu-detect
%{_bindir}/gammu-smsd
%{_bindir}/gammu-smsd-inject
%{_bindir}/gammu-smsd-monitor
%{_bindir}/jadmaker
%{_mandir}/man1/gammu-detect.*
%{_mandir}/man1/gammu-smsd-inject.*
%{_mandir}/man1/gammu-smsd-monitor.1.*
%{_mandir}/man1/gammu-smsd.*
%{_mandir}/man1/gammu.*
%{_mandir}/man1/jadmaker.*
%{_mandir}/man5/*
%{_mandir}/man7/*
#%doc %{_datadir}/doc/%{name}
%{_datadir}/%{name}

%files -n %libname
%{_libdir}/*.so.%{major}*

%files -n %libnamedev
%{_bindir}/gammu-config
%{_libdir}/*.so
%{_includedir}/gammu
%{_mandir}/man1/gammu-config.*
%{_libdir}/pkgconfig/*.pc

%files -n python-%{name}
%doc python/examples
%py_platsitedir/gammu


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.33.0-2
+ Revision: c5edb86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1490 |14cr|ganeti-2.9.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Ganeti is a cluster virtual server management software tool
Name:		ganeti
Version:	2.9.4
Release:	3
License:	GPLv3+
Group:		System/Cluster
Source0:	http://ganeti.googlecode.com/files/%{name}-%{version}.tar.gz
Url:		http://code.google.com/p/ganeti/
BuildRequires:	ghc
BuildRequires:	ghc-devel
BuildRequires:	ghc-curl
BuildRequires:	ghc-hslogger
BuildRequires:	ghc-json
BuildRequires:	ghc-mtl
BuildRequires:	ghc-network
BuildRequires:	ghc-parallel
BuildRequires:	ghc-utf8-string
BuildRequires:	graphviz
BuildRequires:	pylint
BuildRequires:	python-bitarray
BuildRequires:	python-curl
BuildRequires:	python-ipaddr
BuildRequires:	python-OpenSSL
BuildRequires:	python-paramiko
BuildRequires:	python-parsing
BuildRequires:	python-pep8
BuildRequires:	python-pyinotify
BuildRequires:	python-simplejson
BuildRequires:	python-sphinx
BuildRequires:	qemu-img
BuildRequires:	socat
BuildRequires:	pkgconfig(libcurl)
Requires:	qemu-img
Requires:	pylint
Requires:	python-bitarray
Requires:	python-curl
Requires:	python-ipaddr
Requires:	python-OpenSSL
Requires:	python-paramiko
Requires:	python-parsing
Requires:	python-pep8
Requires:	python-pyinotify
Requires:	python-simplejson
Requires:	python-sphinx

%description
Ganeti is a cluster virtual server management software tool built on top of
existing virtualization technologies such as Xen or KVM and other Open Source
software.

Ganeti requires pre-installed virtualization software on your servers in order
to function. Once installed, the tool will take over the management part of the
virtual instances (Xen DomU), e.g. disk creation management, operating system
installation for these instances (in co-operation with OS-specific install
scripts), and startup, shutdown, failover between physical systems.

It has been designed to facilitate cluster management of virtual servers and
to provide fast and simple recovery after physical failures using commodity
hardware.

%files
%{python_sitelib}
%{_bindir}/h*
%{_sbindir}/g*
%{_libdir}/%{name}
%{_mandir}/man1/*.1*
%{_mandir}/man7/*.7*
%{_mandir}/man8/*.8*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export PATH=$PATH:/sbin/
%configure2_5x
%make

%install
mkdir -p %{buildroot}/%{_var}
mkdir -p %{buildroot}/%{_sysconfdir}
mkdir -p %{buildroot}/srv/%{name}/export
mkdir -p %{buildroot}/srv/%{name}/os
mkdir -p %{buildroot}/srv/%{name}/file-storage
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.4-3
+ Revision: 267c657
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1491 |14cr|ganglia-3.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3.2.0.0
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

%define script_version 0.3

Summary:	Cluster Toolkit
Name:		ganglia
Version:	3.2.0
Release:	5
License:	BSD
Group:		Monitoring
Url:		http://ganglia.sourceforge.net
Source0:	http://downloads.sourceforge.net/ganglia/%{name}-%{version}.tar.gz
Source2:	%{name}-monitor-script-%{script_version}.tar.bz2
Source3:	%{name}-monitor-script.service
Source4:	ganglia-script
Source5:	README.script
Source6:	ganglia-monitor-logrotate.d
Source7:	gmond.service
Source8:	gmetad.service
Buildrequires:	apr-devel
Buildrequires:	gettext-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libconfuse)
BuildRequires:	pkgconfig(librrd)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(python)

%description
Ganglia is a scalable, real-time cluster monitoring and execution environment
with all execution requests and cluster statistics expressed in an open
well-defined XML format.

#----------------------------------------------------------------------------

%package core
Summary:	Cluster Core
Group:		Monitoring
Conflicts:	%{_lib}ganglia1 < 3.2.0-4
Requires(post,preun):	rpm-helper

%description core
The core package of Ganglia Monitor.

%files core
%doc AUTHORS COPYING INSTALL gmond/gmond.conf.html BUGS NEWS
%{_bindir}/gmetric
%{_bindir}/gstat
%{_bindir}/ganglia-config
%{_sbindir}/gmond
%{_libdir}/ganglia/*.so
%config(noreplace) %{_unitdir}/gmond.service
%config(noreplace) %{_sysconfdir}/gmond.conf
%{_mandir}/man1/*
%{_mandir}/man5/*
%attr(644,root,root)%config(noreplace) %{_sysconfdir}/logrotate.d/ganglia-monitor-core

%post core
%systemd_post gmond.service

%preun core
%systemd_preun gmond.service

%postun core
%systemd_postun_with_restart gmond.service

#----------------------------------------------------------------------------

%package gmetad
Summary:	Meta daemon
Group:		Monitoring
Requires:	%{name}-core
Requires(post,preun):	rpm-helper

%description gmetad
Ganglia is a scalable, real-time monitoring and execution environment with all
execution requests and statistics expressed in an open well-defined XML format.

This gmetad daemon can aggregate monitoring data from several clusters
to form a monitoring grid. It also keeps metric history using the RRD tool.

%files gmetad
%attr(0777,nobody,nobody)/var/lib/ganglia/rrds
%{_sbindir}/gmetad
%config(noreplace) %{_unitdir}/gmetad.service
%config(noreplace) %{_sysconfdir}/conf.d/modpython.conf
%config(noreplace) %{_sysconfdir}/gmetad.conf

%post gmetad
%systemd_post gmetad.service
if [ -d "var/lib/ganglia/rrds" ]; then
	echo "gmetad is launched as nobody users now, changing /var/lib/ganglia/rrds permissions to nobody.nobody"
	chown -R nobody.nobody /var/lib/ganglia/rrds
fi

%preun gmetad
%systemd_preun gmetad.service

%postun gmetad
%systemd_postun_with_restart gmetad.service

#----------------------------------------------------------------------------

%package script
Summary:	Cluster Script
Group:		Monitoring
Requires:	%{name}-core
Requires(post,preun):	rpm-helper

%description script
Ganglia Monitor Script is an extrension for Ganglia Monitor. It's a easy way
to add value to monitor for your Ganglia Monitor.

%files script
%config(noreplace) %attr(744,root,root) %{_unitdir}/%{name}-script.service
%{_bindir}/ganglia-script
%{_datadir}/%{name}-script
%doc %{_defaultdocdir}/%{name}-script-%{version}/README

%post script
%systemd_post ganglia-script.service

%preun script
%systemd_preun ganglia-script.service

%postun script
%systemd_postun_with_restart ganglia-script.service

#----------------------------------------------------------------------------

%package webfrontend
Summary:	Ganglia Web Frontend
Group:		Monitoring
Requires:	%{name}-core
Requires:	%{name}-gmetad
Requires:	mod_php
Requires:	php-xml
Requires:	php-gd
Requires:	rrdtool

%description webfrontend
This component presents all the historical data saved to Round-Robin databases
by Gmetad in HTML allowing all cluster, hosts and host metrics to be viewed in
real-time.

%files webfrontend
%{_var}/www/html/ganglia/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Cluster Toolkit Library
Group:		Development/Other
Conflicts:	%{_lib}ganglia1 < 3.2.0-4
Obsoletes:	%{_lib}ganglia1 < 3.2.0-4

%description -n %{libname}
The Ganglia Monitoring Core library provides a set of functions that
programmers can use to build scalable cluster or grid applications.

%files -n %{libname}
%doc AUTHORS COPYING INSTALL
%{_libdir}/libganglia-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Cluster Toolkit Library
Group:		Development/Other
Provides:	libganglia-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Conflicts:	%{_lib}ganglia1-devel < 3.2.0-4
Obsoletes:	%{_lib}ganglia1-devel < 3.2.0-4

%description -n %{devname}
The Ganglia Monitoring Core library provides a set of functions that
programmers can use to build scalable cluster or grid applications.

%files -n %{devname}
%doc AUTHORS COPYING INSTALL
%{_includedir}/*
%{_libdir}/libganglia.so

#----------------------------------------------------------------------------

%prep
%setup -q -T -n %{name}-monitor-script-%{script_version} -b 2
%setup -q -T -n %{name}-%{version} -b 0

%build
%configure2_5x \
	--with-gmetad \
	--enable-status \
	--disable-static
%make GLDADD="-ltirpc"

%install
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sysconfdir}/ganglia
mkdir -p %{buildroot}%{_oldincludedir}/ganglia
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d/
mkdir -p %{buildroot}/var/lib/ganglia/rrds
mkdir -p %{buildroot}/var/www/html

%makeinstall_std

#Disabling setuid
echo "setuid off" >> %{_builddir}/%{name}-%{version}/gmetad/gmetad.conf

find  %{_builddir}/%{name}-%{version}/ -name "CVS" | xargs rm -rf

cp -f %{_builddir}/%{name}-%{version}/mans/* %{buildroot}%{_mandir}/man1/
install -D -m 644 %{SOURCE8} %{buildroot}%{_unitdir}/gmetad.service
cp -avf %{_builddir}/%{name}-%{version}/web %{buildroot}/var/www/html/ganglia

#script
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}-script/script/
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-script-%{version}/
install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}-script.service
install %{SOURCE4} %{buildroot}%{_bindir}
install %{_builddir}/%{name}-monitor-script-%{script_version}/* %{buildroot}%{_datadir}/%{name}-script/script/
install %{SOURCE5} %{buildroot}%{_defaultdocdir}/%{name}-script-%{version}/README
install %{SOURCE6} %{buildroot}%{_sysconfdir}/logrotate.d/ganglia-monitor-core
install -D -m 644 %{SOURCE7} %{buildroot}%{_unitdir}/gmond.service
rm -rf  %{buildroot}%{_includedir}/*.h

%{_builddir}/%{name}-%{version}/gmond/gmond -t > %{buildroot}%{_sysconfdir}/gmond.conf
perl -pi -e 's|name = "unspecified".*|name = "Cluster"|' %{buildroot}%{_sysconfdir}/gmond.conf


%changelog
* Wed Aug 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.0-5
+ Revision: 9fb4bfe
- Migrated to systemd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1492 |14cr|ganyremote-6.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:		GTK frontend for anyRemote
Name:			ganyremote
Version:		6.3.1
Release:		3
License:		GPLv2+
Group:			Graphical desktop/GNOME
BuildArch:		noarch
Source0:	 	http://download.sourceforge.net/anyremote/%name-%version.tar.gz
URL:			http://anyremote.sourceforge.net/
Requires:	pygtk2.0 
Requires:	pythonegg(pybluez) 
Requires:	anyremote >= 6.3.2
Requires:	bluez

%description
gAnyRemote package is GTK GUI frontend for anyRemote.  It provides remote
control service on Linux through Bluetooth, InfraRed, Wi-Fi or TCP/IP
connection.

%prep
%setup -q

%build
%configure2_5x --build=%{_host}
%make

%install
%makeinstall_std

%find_lang %name

# we'll cp our own doc files
rm -rf %buildroot%_datadir/doc

%files -f %name.lang
%doc NEWS README AUTHORS
%{_bindir}/%name
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/*.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.3.1-3
+ Revision: 57023c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1493 |14cr|gap-4.6.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_xemacs	0
%define bootstrap 0
%define _emacs_sitelispdir %{_datadir}/emacs/site-lisp
%define _emacs_bytecompile %{_bindir}/emacs -batch --no-init-file --no-site-file --eval '(progn (setq load-path (cons "." load-path)))' -f batch-byte-compile
%define _xemacs_sitelispdir %{_datadir}/xemacs/site-lisp
%define _xemacs_bytecompile %{_bindir}/xemacs -q -no-site-file -batch -eval '(push "." load-path)' -f batch-byte-compile

%global upstreamver 4r6p5
%global pkgdate 2013_07_20-20_02
%global gapdirname gap%(cut -dp -f1 <<<%upstreamver)
%global gapdir %{_prefix}/lib/gap
%global icondir %{_datadir}/icons/hicolor

Name:           gap
Version:        %(sed -r "s/r|p/./g" <<<%upstreamver)
Release:        4
Summary:        Computational discrete algebra
License:        GPLv2+
Group:		Sciences/Mathematics
URL:            http://www.gap-system.org/
Source0:        ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/%{name}%{upstreamver}_%{pkgdate}.tar.bz2
Source1:        README.urpmi
Source2:        update-gap-workspace
Source3:        gap.xml
Source4:        gap.desktop
Source5:        gap.el
Source6:        gap.1.in
Source7:        gac.1.in
Source8:        update-gap-workspace.1
Source9:        gap.vim
# rpm5 does not understand heredoc with double %%
Source10:       gap.macros
# This patch from Debian rearranges some paths to match Linux conventions.
Patch0:         %{name}-paths.patch
# This patch applies a change from Debian to allow help files to be in gzip
# compressed DVI files, and also adds support for viewing with xdg-open.
Patch1:         %{name}-help.patch
# This patch will not be sent upstream.  It makes the main binary read the
# environment variables now read by gap.sh, so we can dispose of the shell
# script and run the actual binary directly.
Patch2:         %{name}-env.patch
# This patch was sent upstream 4 Aug 2011.  It fixes some cosmetic issues in
# the Emacs Lisp sources.
Patch3:         %{name}-emacs.patch
# This patch will not be sent upstream.  Force use of the 64-bit stat()
# routines to avoid overflow of the inode and size fields.
Patch4:         %{name}-stat.patch

BuildRequires:  emacs
BuildRequires:  desktop-file-utils
BuildRequires:  gmp-devel
BuildRequires:  netpbm
BuildRequires:  readline-devel
%if %{with_xemacs}
BuildRequires:  xemacs
%endif
Obsoletes:      gap-system <= 4.4.12
Obsoletes:      gap-system-packages <= 4.4.12

Requires:       %{name}-libs = %{EVRD}
Requires:       %{name}-core = %{EVRD}
Requires:       %{name}-online-help = %{EVRD}
Requires:       meataxe

%description
GAP is a system for computational discrete algebra, with particular
emphasis on Computational Group Theory.  GAP provides a programming
language, a library of thousands of functions implementing algebraic
algorithms written in the GAP language as well as large data libraries
of algebraic objects.  GAP is used in research and teaching for studying
groups and their representations, rings, vector spaces, algebras,
combinatorial structures, and more.

This is a metapackage that requires the standard GAP components.

%package libs
Summary:        Essential GAP libraries
BuildArch:      noarch

Provides:       %{name}-prim-groups = %{EVRD}
Provides:       %{name}-small-groups = %{EVRD}
Provides:       %{name}-trans-groups = %{EVRD}

%description libs
This package contains the essential GAP libraries: lib and grp, as well as
the primitive, small, and transitive group databases.

%package core
Summary:        GAP core components
Requires:       %{name}-libs = %{EVRD}
%if !%{bootstrap}
Requires:       GAPDoc
%endif
# The gap binary executes gunzip
Requires:       gzip
Requires:       hicolor-icon-theme

%description core
This package contains the core GAP system.

%package online-help
Summary:        Online help for GAP
Requires:       %{name}-core = %{EVRD}
BuildArch:      noarch

%description online-help
This package contains the documentation in TeX format needed for GAP's
online help system.

%package devel
Summary:        GAP compiler and development files
Requires:       %{name}-core%{?isa} = %{EVRD}
Requires:       gcc
Requires:       gmp-devel%{?_isa}

%description devel
This package contains the GAP compiler (gac) and the header files necessary
for developing GAP programs.

%package vim
Summary:        Edit GAP files with VIM
Requires:       %{name}-core = %{EVRD}, vim-enhanced
BuildArch:      noarch

%description vim
This package provides VIM add-on files to support editing GAP sources.
Both syntax highlighting and indentation are supported.

%package emacs
Summary:        Edit GAP files with Emacs
Requires:       %{name}-core = %{EVRD}
Requires:       emacs
BuildArch:      noarch

%description emacs
This package provides Emacs add-on files to support editing GAP sources
and running GAP from within Emacs.

%package emacs-el
Summary:        Emacs Lisp source files for GAP
Requires:       %{name}-emacs = %{EVRD}
BuildArch:      noarch

%description emacs-el
Emacs Lisp source files for GAP.  This package is not needed to use the
GAP Emacs support.

%if %{with_xemacs}
%package xemacs
Summary:        Edit GAP files with XEmacs
Requires:       %{name}-core = %{EVRD}
Requires:       xemacs
BuildArch:      noarch

%description xemacs
This package provides XEmacs add-on files to support editing GAP sources
and running GAP from within XEmacs.

%package xemacs-el
Summary:        XEmacs Lisp source files for GAP
Requires:       %{name}-xemacs = %{EVRD}
BuildArch:      noarch

%description xemacs-el
XEmacs Lisp source files for GAP.  This package is not needed to use the
GAP XEmacs support.
%endif

%prep
%setup -q -n %{gapdirname}
%patch0
%patch1
%patch2
%patch3
%patch4

# Replace the CFLAGS, find the math functions and sigsetjmp
sed -re "s|(gp_cv_prog_cc_cdynoptions=)\"-fpic -Wall -O2|\1\"\$RPM_OPT_FLAGS -fPIC -D_FILE_OFFSET_BITS=64 -DSYS_DEFAULT_PATHS='\"%{gapdir}\"'|" \
    -e "s|(gp_cv_prog_cc_cdynlinking=)\"-shared -g|\1\"\$RPM_LD_FLAGS -shared|" \
    -e '/log2 log10/iLIBS="-lm $LIBS"' \
    -e "/sigsetjmp/,\$s|(ac_fn_c_check_func.*)ac_func(.*)|\1{ac_func/sigsetjmp/__sigsetjmp}\2|" \
    -i cnf/configure.out

# The -m32 and -m64 flags are not available on all platforms, and we provide
# them in optflags when they are needed.
sed -e 's/GMP_CFLAGS="-m${ABI}"/GMP_CFLAGS=""/' \
    -e 's/ABI_CFLAGS="-m[[:digit:]]*"/ABI_CFLAGS=""/' \
    -i configure

# Get the README
cp -p %{SOURCE1} README.urpmi

# Fix a missing executable bit
chmod a+x makepkgs

%build
%configure --with-gmp=system \
  CPPFLAGS='-D_FILE_OFFSET_BITS=64 -DSYS_DEFAULT_PATHS=\"%{gapdir}\"'
# FIXME: GAP 4.5 broke parallel build?
make

# Get the value of the GAParch variable
source ./sysinfo.gap

# The packages must be built for the check script to succeed
sed -e "s|@gaparch@|$GAParch|" \
    -e "s| -DSYS_DEFAULT_PATHS=\\\"/usr/share/gap\\\"||" \
    -i bin/$GAParch/gac
mkdir -p bin/$GAParch/extern/gmp/include
ln -s %{_includedir}/gmp.h bin/$GAParch/extern/gmp/include
sed -i "s|-D_GNU_SOURCE|-I$PWD|" Makefile-default*
sed -i "s|-o|-p -I -p $PWD -p -I -p $PWD/bin/$GAParch &|" \
    pkg/edim/Makefile.in pkg/Browse/Makefile.in
make packages

# Compress help files
find doc -name \*.dvi -o -name \*.toc | xargs gzip --best

# Compress large group files
find -O3 small -mindepth 2 -type f | xargs gzip --best -f
gzip --best prim/grps/*.g trans/*.grp

%install
# Get the value of the GAParch variable
source ./sysinfo.gap

# Install the binaries
mkdir -p %{buildroot}%{_bindir}
cp -p bin/$GAParch/{gac,gap} %{buildroot}%{_bindir}
cp -p %{SOURCE2} %{buildroot}%{_bindir}
chmod +x %{buildroot}%{_bindir}/update-gap-workspace

# Install the data
mkdir -p %{buildroot}%{gapdir}/etc
cp -a grp lib prim small trans tst %{buildroot}%{gapdir}
cp -p etc/debug* %{buildroot}%{gapdir}/etc

# Install the arch-specific files
cp -a sysinfo.gap* %{buildroot}%{gapdir}

# Create the system workspace, initially empty
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}
touch %{buildroot}%{_localstatedir}/lib/%{name}/workspace

# Install the header and object files where the GAP compiler can find them
mkdir -p %{buildroot}%{gapdir}/src
cp -p src/*.h %{buildroot}%{gapdir}/src
mkdir -p %{buildroot}%{gapdir}/bin/$GAParch
cp -p bin/$GAParch/config.h %{buildroot}%{gapdir}/bin/$GAParch
cp -p bin/$GAParch/*.o %{buildroot}%{gapdir}/bin/$GAParch
rm -f bin/$GAParch/extern/Makefile
cp -a bin/$GAParch/extern %{buildroot}%{gapdir}/bin/$GAParch
ln -s %{_bindir}/gac %{buildroot}%{gapdir}/bin/$GAParch/gac
ln -s %{_bindir}/gap %{buildroot}%{gapdir}/bin/$GAParch/gap

# Make an empty directory to hold the GAP packages
mkdir -p %{buildroot}%{gapdir}/pkg

# Intall the documentation
cp -a doc %{buildroot}%{gapdir}
rm -f %{buildroot}%{gapdir}/doc/manualindex
rm -fr %{buildroot}%{gapdir}/doc/test

# Install the icon
mkdir -p %{buildroot}%{icondir}/32x32
bmptopnm bin/gapicon.bmp | pnmtopng -compression=9 \
         > %{buildroot}%{icondir}/32x32/gap.png

# Install the MIME type
mkdir -p %{buildroot}%{_datadir}/mime/packages
cp -p %{SOURCE3} %{buildroot}%{_datadir}/mime/packages

# Install the desktop file
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --mode=644 --dir=%{buildroot}%{_datadir}/applications \
  %{SOURCE4}

# Install the RPM macro file
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d
cp -p %{SOURCE10} %{buildroot}%{_sysconfdir}/rpm/macros.d

# Install the VIM support
mkdir -p %{buildroot}%{_datadir}/vim/vimfiles/indent
cp -p etc/gap_indent.vim %{buildroot}%{_datadir}/vim/vimfiles/indent
mkdir -p %{buildroot}%{_datadir}/vim/vimfiles/syntax
cp -p etc/gap.vim %{buildroot}%{_datadir}/vim/vimfiles/syntax
mkdir -p %{buildroot}%{_datadir}/vim/vimfiles/ftdetect
cp -p %{SOURCE9}  %{buildroot}%{_datadir}/vim/vimfiles/ftdetect

# Install the Emacs support
mkdir -p %{buildroot}%{_emacs_sitelispdir}
cp -p etc/emacs/gap*.el %{buildroot}%{_emacs_sitelispdir}
pushd %{buildroot}%{_emacs_sitelispdir}
%{_emacs_bytecompile} gap*.el
popd
mkdir -p %{buildroot}%{_emacs_sitestartdir}
cp -p %{SOURCE5} %{buildroot}%{_emacs_sitestartdir}

%if %{with_xemacs}
# Install the XEmacs support
mkdir -p %{buildroot}%{_xemacs_sitelispdir}
cp -p etc/emacs/gap*.el %{buildroot}%{_xemacs_sitelispdir}
pushd %{buildroot}%{_xemacs_sitelispdir}
%{_xemacs_bytecompile} gap*.el
popd
mkdir -p %{buildroot}%{_xemacs_sitestartdir}
cp -p %{SOURCE5} %{buildroot}%{_xemacs_sitestartdir}
%endif

# Install the man pages
mkdir -p %{buildroot}%{_mandir}/man1
sed "s|@VERSION@|%{version}|" %{SOURCE6} > %{buildroot}%{_mandir}/man1/gap.1
sed "s|@VERSION@|%{version}|" %{SOURCE7} > %{buildroot}%{_mandir}/man1/gac.1
cp -p %{SOURCE8} %{buildroot}%{_mandir}/man1

%post core
update-desktop-database %{_datadir}/applications &>/dev/null ||:
update-mime-database %{_datadir}/mime &>/dev/null ||:
touch --no-create %{icondir} >&/dev/null ||:

%posttrans
%{_bindir}/gtk-update-icon-cache %{icondir} >&/dev/null ||:
%{_bindir}/update-gap-workspace ||:

%postun core
update-desktop-database %{_datadir}/applications &>/dev/null ||:
update-mime-database %{_datadir}/mime &>/dev/null ||:
if [ $1 -eq 0 ] ; then
touch --no-create %{icondir} >&/dev/null ||:
%{_bindir}/gtk-update-icon-cache %{icondir} >&/dev/null ||:
fi

%check
sed -e "s|^GAP_DIR=.*|GAP_DIR=$PWD|" \
    -e "s|\$GAP_DIR/bin/\$GAP_PRG|$PWD/bin/\$GAP_PRG|" \
    -i bin/gap.sh bin/gap-default*.sh
sed -i "s|80 -r|& -l $PWD|" Makefile-default*
make testinstall

%files
# No files in the metapackage

%files libs
%doc etc/GPL small/README
%dir %{gapdir}
%{gapdir}/grp/
%{gapdir}/lib/
%{gapdir}/prim/
%{gapdir}/small/
%{gapdir}/trans/

%files core
%doc README.urpmi
%{_bindir}/gap
%{_bindir}/update-gap-workspace
%{gapdir}/sysinfo.gap*
%{gapdir}/pkg/
%{_mandir}/man1/gap.1*
%{_mandir}/man1/update-gap-workspace.1*
%{_datadir}/applications/gap.desktop
%{_datadir}/mime/packages/gap.xml
%{icondir}/32x32/gap.png
%dir %{_localstatedir}/lib/%{name}/
%verify(user group mode) %{_localstatedir}/lib/%{name}/workspace

%files online-help
%{gapdir}/doc/

%files devel
%{_bindir}/gac
%{gapdir}/bin/
%{gapdir}/src/
%{gapdir}/tst/
%{_mandir}/man1/gac.1*
%config(noreplace) %{_sysconfdir}/rpm/macros.d/gap.macros

%files vim
%{gapdir}/etc/
%{_datadir}/vim/vimfiles/ftdetect/gap.vim
%{_datadir}/vim/vimfiles/indent/gap_indent.vim
%{_datadir}/vim/vimfiles/syntax/gap.vim

%files emacs
%doc etc/emacs/gap-mode.doc
%{_emacs_sitelispdir}/gap*.elc
%{_emacs_sitestartdir}/gap.el

%files emacs-el
%{_emacs_sitelispdir}/gap*.el

%if %{with_xemacs}
%files xemacs
%doc etc/emacs/gap-mode.doc
%{_xemacs_sitelispdir}/gap*.elc
%{_xemacs_sitestartdir}/gap.el

%files xemacs-el
%{_xemacs_sitelispdir}/gap*.el
%endif

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.6.5-4
+ Revision: 53a4fb0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1494 |14cr|gap-character-tables-1.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global upstreamver 1r2p1

Name:           gap-character-tables
Version:        %(echo %upstreamver | sed -r "s/r|p/./g")
Release:        3
Summary:        GAP Character Table Library
License:        GPLv2+
Group:          Sciences/Mathematics
URL:            http://www.math.rwth-aachen.de/~Thomas.Breuer/ctbllib/
Source0:        http://www.math.rwth-aachen.de/~Thomas.Breuer/ctbllib/ctbllib-%{upstreamver}.tar.gz
BuildArch:      noarch

BuildRequires:  gap-devel
Requires:       gap-table-of-marks
Provides:       gap-pkg-ctbllib = %{version}-%{release}

%description
This package provides the Character Table Library by Thomas Breuer.

%prep
%setup -q -n ctbllib

# Compress large tables
gzip --best data/*.tbl

%build
# Nothing to do

%install
mkdir -p %{buildroot}%{_gap_dir}/pkg/ctbllib
cp -a data doc gap4 tst *.g %{buildroot}%{_gap_dir}/pkg/ctbllib

%posttrans
    %{_bindir}/update-gap-workspace

%postun
    %{_bindir}/update-gap-workspace

%files
%doc README htm
%{_gap_dir}/pkg/ctbllib/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-3
+ Revision: aafc738
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1495 |14cr|gapcmon-0.8.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# spec taken from upstream - thanks. AdamW 2007/07

Summary:	Utility for monitoring the operation of UPSs controlled by apcupsd
Name:		gapcmon
Version:	0.8.9
Release:	3
License:	GPLv2+
Group:		Monitoring
Source0:	https://sourceforge.net/projects/gapcmon/files/gapcmon/0.8.9/%{name}-%{version}.tar.bz2
# Fixes up the .desktop file - it's too broken to use 
# desktop-file-install. AdamW 2007/07
Patch0:		gapcmon-0.8.5-desktop.patch
Patch1:		gapcmon-0.8.6-fix-str-fmt.patch
URL:		http://gapcmon.sourceforge.net/
BuildRequires:	imagemagick
BuildRequires:	gtk2-devel
BuildRequires:	pkgconfig(gconf-2.0)
Requires:	apcupsd

%description
gapcmon monitors and displays the status of UPSs under the management 
of apcupsd. 

%prep
%setup -q
%patch0 -p1 -b .desktop
%patch1 -p0 -b .str

%build
export LDFLAGS="-lX11"
%configure2_5x --disable-maintainer-mode
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# fd.o icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 %{buildroot}%{_datadir}/pixmaps/apcupsd.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{buildroot}%{_datadir}/pixmaps/apcupsd.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -scale 48 %{buildroot}%{_datadir}/pixmaps/apcupsd.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%if %mdkversion < 200900
%post
%{update_menus}
%{update_icon_cache hicolor}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_icon_cache hicolor}
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%doc README AUTHORS NEWS INSTALL ChangeLog
%{_datadir}/pixmaps/*.png
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.9-3
+ Revision: f79ceb7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1496 |14cr|GAPDoc-1.5.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           GAPDoc
Version:        1.5.1
Release:        6
Summary:        GAP documentation tool
Group:		Sciences/Mathematics
# The package is all GPLv2+ except for some of the mathml files
License:        GPLv2+ and MPLv1.1 and W3C
URL:            http://www.math.rwth-aachen.de/~Frank.Luebeck/%{name}/
Source0:        http://www.math.rwth-aachen.de/~Frank.Luebeck/%{name}/%{name}-%{version}.tar.bz2
BuildArch:      noarch
BuildRequires:  gap-devel
Requires:       gap-core
Requires:       texlive
Provides:       gap-pkg-%{name} = %{version}-%{release}

%description
This package describes a document format for writing GAP documentation.

The idea is to define a sufficiently abstract markup language for GAP
documentation which can be (relatively easily) converted into different
output formats.  We used XML to define such a language.

This package provides:
- Utilities to use the documentation which is written in GAPDoc format
  with the GAP help system.  If you don't want to write your own
  (package) documentation you can skip to the last point of this list.
- The description of a markup language for GAP documentation (which is
  defined using the XML standard).
- Three example documents using this language: The GAPDoc documentation
  itself, a short example which demonstrates all constructs defined in
  the GAPDoc language, and a very short example explained in the
  introduction of the main documentation.
- A mechanism for distributing documentation among several files,
  including source code files.
- GAP programs (written by the first named author) which produce from
  documentation written in the GAPDoc language several document formats:
  * text format with color markup for onscreen browsing.
  * LaTeX format and from this PDF- (and DVI)-versions with hyperlinks.
  * HTML (XHTML 1.0 strict) format for reading with a Web-browser (and
    many hooks for CSS layout).
- Utility GAP programs which are used for the above but can be of
  independent interest as well:
  * Unicode strings with translations to and from other encodings
  * further utilities for manipulating strings
  * tools for dealing with BibTeX data
  * another data format BibXMLext for bibliographical data including
    tools to manipulate/translate them
  * a tool ComposedDocument for composing documents which are
    distributed in many files

%prep
%setup -q

# Fix line endings
for fil in mathml/{ctop,mathml,pmathml}.xsl; do
  sed 's/\r//' $fil > $fil.new
  touch -r $fil $fil.new
  mv -f $fil.new $fil
done

%build
# Remove unnecessary documentation clean scripts
rm -f 3k+1/clean doc/clean example/clean

%install
mkdir -p %{buildroot}%{_gap_dir}/pkg
cd ..
cp -a %{name}-%{version} %{buildroot}%{_gap_dir}/pkg
rm -f %{buildroot}%{_gap_dir}/pkg/%{name}-%{version}/{CHANGES,GPL,README}

%posttrans
    %{_bindir}/update-gap-workspace

%postun
    %{_bindir}/update-gap-workspace

%files
%doc CHANGES GPL README
%{_gap_dir}/pkg/%{name}-%{version}/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-6
+ Revision: bf6a500
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1497 |14cr|gap-io-4.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gap-io
Version:        4.2
Release:        3
Summary:        Unix I/O functionality for GAP

Group:          Sciences/Mathematics
License:        GPLv3+
URL:            http://www-groups.mcs.st-and.ac.uk/~neunhoef/Computer/Software/Gap/io.html
Source0:        http://www-groups.mcs.st-and.ac.uk/~neunhoef/Computer/Software/Gap/io/io-%{version}.tar.gz

BuildRequires:  gap-devel
BuildRequires:  pkgconfig

Requires:       gap-core

Provides:       gap-pkg-io = %{version}-%{release}

%description
This GAP package provides a link to the standard UNIX I/O functionality
that is available through the C library.  This part basically consists
of functions on the GAP level that allow functions in the C library to
be called.

Built on top of this is a layer for buffered input/output which is
implemented completely in the GAP language.  It is intended to be used
by programs for which it is not necessary to have full direct access to
the operating system.

On this level, quite a few convenience functions are implemented for
interprocess communication like starting up pipelines of processes to
filter data through them and to start up processes and then communicate
with them.  There is also support for creating network connections over
TCP/IP and UDP.

Building on this, the package contains an implementation of the client
side of the HTTP protocol making it possible among other things to
access web pages from within GAP.

Another part of the package is a framework for object serialization.
That is, GAP objects can be converted into a platform-independent byte
sequence which can be stored to a file or sent over the network.  The
code takes complete care of arbitrarily self-referential data structures
like lists containing themselves as an entry.  The resulting byte
strings can be read back into GAP and the original objects are rebuilt
with exactly the same self-references.  This works for most of the
standard builtin types of GAP like numbers, permutations, polynomials,
lists, and records and can be extended to nearly arbitrary GAP objects.

%prep
%setup -q -n io

# File file encodings
for fil in PackageInfo.g PackageInfoFor4.5.g; do
  iconv -f iso8859-1 -t utf-8 -o $fil.utf8 $fil
  touch -r $fil $fil.utf8
  mv -f $fil.utf8 $fil
done

%build
%configure --with-gaproot=%{_gap_dir}
%make io.la

# Remove an unnecessary script and some leftover build artifacts
rm -f doc/clean doc/io.{aux,bbl,blg,idx,ilg,ind,log,pnr,toc}

%install
# make install is broken

# Get the name of the arch-specific subdirectory
source %{_gap_dir}/sysinfo.gap

# Install, but not the libtool archive
mkdir -p %{buildroot}%{_gap_dir}/pkg/io/bin/$GAParch
./libtool --mode=install %{_bindir}/install -c io.la \
  %{buildroot}%{_gap_dir}/pkg/io/bin/$GAParch
rm -f %{buildroot}%{_gap_dir}/pkg/io/bin/$GAParch/io.la
cp -a *.g doc example gap tst %{buildroot}%{_gap_dir}/pkg/io

%post
    %{_bindir}/update-gap-workspace

%postun
    %{_bindir}/update-gap-workspace

%check
# Cannot run the HTTP test, as there is no network access on koji builders
gap -l "/usr/lib/gap;%{buildroot}%{_gap_dir}" tst/platform.g tst/pickle.g \
  tst/buffered.g < /dev/null

%files
%doc CHANGES GPL HISTORY LICENSE README TODO
%{_gap_dir}/pkg/io/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2-3
+ Revision: 72e797f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1498 |14cr|gap-sonata-2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gap-sonata
Version:        2.6
Release:        2
Summary:        GAP package for systems of nearrings
License:        GPLv2
Group:		Sciences/Mathematics
URL:            http://www.algebra.uni-linz.ac.at/Sonata/
Source0:        http://www.algebra.uni-linz.ac.at/Sonata/sonata-%{version}/sonata-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  gap-devel

Provides:       gap-pkg-sonata = %{version}-%{release}
Requires:       gap-core

%description
SONATA stands for "systems of nearrings and their applications".  It
provides methods for the construction and the analysis of finite
nearrings.  A left nearring is an algebra (N;+,*), where (N,+) is a (not
necessarily abelian) group, (N,*) is a semigroup, and x*(y+z) = x*y + x*z
holds for all x,y,z in N.

As a typical example of a nearring, we may consider the set of all
mappings from a group G into G, where the addition is the pointwise
addition of mappings in G, and the multiplication is composition of
functions.  If functions are written on the right of their arguments,
then the left distributive law holds, while the right distributive law
is not satisfied for non-trivial G.

The SONATA package provides methods for the construction and analysis of
finite nearrings.
1. Methods for constructing all endomorphisms and all fixed-point-free
   automorphisms of a given group.
2. Methods for constructing the following nearrings of functions on a
   group G:
   - the nearring of polynomial functions of G (in the sense of
     Lausch-Nöbauer);
   - the nearring of compatible functions of G;
   - distributively generated nearrings such as I(G), A(G), E(G);
   - centralizer nearrings. 
3. A library of all small nearrings (up to order 15) and all small
   nearrings with identity (up to order 31).
4. Functions to obtain solvable fixed-point-free automorphism groups on
   abelian groups, nearfields, planar nearrings, as well as designs from
   those.
5. Various functions to study the structure (size, ideals, N-groups, ...)
   of nearrings, to determine properties of nearring elements, and to
   decide whether two nearrings are isomorphic.
6. If the package XGAP is installed, the lattices of one- and two-sided
   ideals of a nearring can be studied interactively using a graphical
   representation. 

%prep
%setup -q -n sonata

# Fix file encodings
for f in PackageInfo.g README.sonata; do
  iconv -f iso8859-1 -t utf-8 -o ${f}.utf8 $f
  touch -r $f ${f}.utf8
  mv -f ${f}.utf8 $f
done

# Delete KDE Desktop files
find . -name .directory | xargs rm -f

# Delete documentation log files
find . -name \*.log | xargs rm -f

%build
# Compress large data files
gzip --best nr/*.nr nri/*.nr

%install
mkdir -p %{buildroot}%{_gap_dir}/pkg
cd ..
cp -a sonata %{buildroot}%{_gap_dir}/pkg
rm -f %{buildroot}%{_gap_dir}/pkg/sonata/README.sonata
rm -f %{buildroot}%{_gap_dir}/pkg/sonata/doc/{make_doc,convert.pl}

%post
    %{_bindir}/update-gap-workspace

%postun
    %{_bindir}/update-gap-workspace

%files
%doc README.sonata
%{_gap_dir}/pkg/sonata/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6-2
+ Revision: e4e5e2e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1499 |14cr|gap-table-of-marks-1.2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global upstreamver 1r2p2

Name:           gap-table-of-marks
Version:        %(echo %upstreamver | sed -r "s/r|p/./g")
Release:        5
Summary:        GAP Table of Marks package
Group:		Sciences/Mathematics
License:        GPLv2+
URL:            http://schmidt.nuigalway.ie/tomlib/
Source0:        http://schmidt.nuigalway.ie/tomlib/tomlib%{upstreamver}.tar.gz
BuildArch:      noarch

BuildRequires:  gap-devel
Requires:       gap-core
Provides:       gap-pkg-tomlib = %{version}-%{release}

%description
This package provides access to several hundred tables of marks of
almost simple groups and their maximal subgroups.

%prep
%setup -q -n tomlib

# Remove spurious executable bits
chmod a-x doc/tomlib.xml

# Compress large tables of marks
gzip --best data/*.tom

%build
# Nothing to do

%install
mkdir -p %{buildroot}%{_gap_dir}/pkg
cd ..
cp -a tomlib %{buildroot}%{_gap_dir}/pkg
rm -f %{buildroot}%{_gap_dir}/pkg/tomlib/README

%posttrans
    %{_bindir}/update-gap-workspace

%postun
    %{_bindir}/update-gap-workspace

%files
%doc README
%{_gap_dir}/pkg/tomlib/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-5
+ Revision: 70b5e3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1500 |14cr|garcon-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

%define major 0
%define api 1
%define libname %mklibname %{name} %{api} %{major}
%define gtklibname %mklibname %{name}-gtk2_ %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	A freedesktop.org menu implementation
Name:		garcon
Version:	0.3.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/libs/garcon/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.11.0

%description
Garcon is an implementation of the freedesktop.org menu specification
replacing the former Xfce menu library libxfce4menu. It is based on
GLib/GIO only and aims at covering the entire specification except for
legacy menus.

%files -f %{name}.lang
%{_datadir}/desktop-directories/xfce-*.directory

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A freedesktop.org menu implementation
Group:		System/Libraries
Requires:	%{name} >= %{EVRD}
Conflicts:	%{_lib}garcon0 < 0.3.0
Obsoletes:	%{_lib}garcon0 < 0.3.0

%description -n %{libname}
Garcon is an implementation of the freedesktop.org menu specification
replacing the former Xfce menu library libxfce4menu. It is based on
GLib/GIO only and aims at covering the entire specification except for
legacy menus.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{gtklibname}
Summary:	Common GTK library for Xfce's freedesktop.org menu implementation
Group:		System/Libraries

%description -n %{gtklibname}
Garcon is an implementation of the freedesktop.org menu specification
replacing the former Xfce menu library libxfce4menu. It is based on
GLib/GIO only and aims at covering the entire specification except for
legacy menus.

%files -n %{gtklibname}
%{_libdir}/lib%{name}-gtk2-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{gtklibname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files and headers for %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog HACKING NEWS README STATUS TODO
%{_includedir}/%{name}*
%{_libdir}/*%{name}*.so
%{_libdir}/pkgconfig/%{name}-*.pc
%{_datadir}/gtk-doc/html/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

# (tpg) this file is in mandriva-xfce-config package
rm -rf %{buildroot}%{_sysconfdir}/xdg/menus/xfce-applications.menu

%find_lang %{name}


%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.0-1
+ Revision: 08e49b1
- New version 0.3.0, add new shared library package for gtk stuff, fix old shared library package name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1501 |14cr|garlic-1.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Free molecular viewer and editor
Name:		garlic
Version:	1.6
Release:	8
License:	GPLv2+
Group:		Sciences/Chemistry
Url:		http://garlic.mefos.hr/sources
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}-%{version}-doc.tar.bz2
Source2:	%{name}.1.bz2
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(x11)

%description
Garlic is a full-featured molecular viewer and editor. It is intended mainly
for biological macromolecules (proteins and DNA) in PDB format. It can also
render high-quality images for presentations or publishing.

%files
%doc README HISTORY BUGS *.script doc
%{_bindir}/*
%{_libdir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -a 1
mv garlic-%{version} doc
perl -pi -e "s/^CCOPT.*/CCOPT = %{optflags}/" Makefile
rm -rf doc/mouse/.xvpics/
perl -pi -e 's/usr\/X11R6\/lib/usr\/X11R6\/%{_lib}/g' Makefile

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m755 garlic %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_libdir}/%{name}
install -m644 .garlicrc *.pdb %{buildroot}%{_libdir}/%{name}
mkdir -p %{buildroot}%{_mandir}/man1
cp %SOURCE2 %{buildroot}%{_mandir}/man1

install -d %{buildroot}{%{_miconsdir},%{_liconsdir}}
convert -size 16x16 %{name}.xpm %{buildroot}%{_liconsdir}/%{name}.png
convert -size 32x32 %{name}.xpm %{buildroot}%{_iconsdir}/%{name}.png
convert -size 48x48 %{name}.xpm %{buildroot}%{_miconsdir}/%{name}.png

# menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=garlic
Categories=Science;Chemistry;
Name=Garlic
Icon=%{name}
Comment=3D Molecule Viewer
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-8
+ Revision: 83a2201
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1502 |14cr|garmindev-0.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname garmindev %{major}
%define develname %mklibname -d garmindev

Summary:	Drivers for communication with Garmin GPS devices
Name:		garmindev
Version:	0.3.4
Release:	2
Group:		System/Libraries
License:	GPLv2+
URL:		http://www.qlandkarte.org
Source0:	http://downloads.sourceforge.net/qlandkartegt/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	libusb-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
Drivers for communication with Garmin GPS devices used by QLandkarteGT.

%package -n	%{libname}
Summary:	Drivers for communication with Garmin GPS devices
Group:          System/Libraries
Provides:	%{name}(interface) = 1.18
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
Drivers for communication with Garmin GPS devices used by QLandkarteGT.

%prep

%setup -q

%build
export CXXFLAGS="%{optflags} -fno-strict-aliasing"
%cmake ..
%make VERBOSE=1

%install
rm -rf %{buildroot}
cd build
%makeinstall_std

# fix perms on plugins
find %{buildroot}%{_libdir}/qlandkartegt -type f -exec chmod 0755 {} \;

# drop the development files
rm -rf %{buildroot}%{_includedir}/garmin
rm -rf %{buildroot}%{_libdir}/qlandkartegt/libgarmin*

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/qlandkartegt




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.4-2
+ Revision: c200a09
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1503 |14cr|gastman-1.0-0.RC1.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		beta 1

Summary:	GTK ASTerisk MANager
Name:		gastman
Epoch:		1
Version:	1.0
Release:	0.%{?beta:RC%{beta}}.5
Group:		System/Configuration/Networking
License:	GPLv2+
URL:		http://www.asterisk.org
Source0:	%{name}-%{version}%{?beta:-RC%{beta}}.tar.gz
Patch0:		gastman-20040803-mdk.diff
Patch1:		gastman-1.0-gold.patch
BuildRequires:	gtk+2-devel
BuildRequires:	imagemagick
BuildRequires:  db-devel
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
GTK ASTerisk MANager is a administration tool for asterisk.

%prep

%setup -q -n %{name}-%{version}%{?beta:-RC%{beta}}
%patch0 -p0
%patch1 -p0

%build

%make CC="gcc %{?ldflags}"

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_datadir}/%{name}/icons
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}

install -m0755 gastman %{buildroot}%{_sbindir}/
install -m0644 art/*.xpm %{buildroot}%{_datadir}/%{name}/icons/

# Mandriva Icons
convert -size 48x48 art/phone2.xpm %{buildroot}%{_liconsdir}/%{name}.png
convert -size 32x32 art/phone2.xpm %{buildroot}%{_iconsdir}/%{name}.png
convert -size 16x16 art/phone2.xpm %{buildroot}%{_miconsdir}/%{name}.png

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{_sbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Settings;Network;
EOF

%if %mdkversion < 200900
%post
%update_menus
%update_desktop_database
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%clean_desktop_database
%endif

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%{_sbindir}/*
%{_datadir}/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*.desktop



%changelog
* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 1:1.0-0.RC1.5
+ Revision: a0764cd
- Automatic import for version 1.0-0.RC1.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1504 |14cr|gav-0.9.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tver 0.7.3

Summary:	Arcade volleyball
Name:		gav
Version:	0.9.0
Release:	10
License:	GPLv2+
Group:		Games/Sports
Url:		http://gav.sourceforge.net/
Source0:	http://puzzle.dl.sourceforge.net/sourceforge/gav/%{name}-%{version}.tar.bz2
Source1:	%{name}-themes-%{tver}.tar.bz2
Source11:	%{name}16.png
Source12:	%{name}32.png
Source13:	%{name}48.png
Patch0:		gav-0.9.0-mdv-fix-gcc-4.3.patch
Patch1:		gav-0.9.0-no-strip.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_net)

%description
An SDL-based rendition of an old favorite CGA game featuring
two characters playing a volleyball-like game. This "revamped"
version is supposed to support theming, multiplayer games,
different input devices and networking (not yet).

This package contains all available themes as well.

%files
%doc README CHANGELOG
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -a1
%patch0 -p1 -b .gcc43
%patch1 -p1

%build
%make depend CXXFLAGS="%{optflags} `sdl-config --cflags` -I`pwd`/menu  -I`pwd`/automa  -I`pwd`/net -I`pwd`"
make CXXFLAGS="%{optflags} `sdl-config --cflags` -I`pwd`/menu  -I`pwd`/automa  -I`pwd`/net -I`pwd`"

%install
install -m755 %{name} -D %{buildroot}%{_gamesbindir}/%{name}
install -m755 -d %{buildroot}%{_gamesdatadir}/%{name}/themes
cp -r themes/* %{buildroot}%{_gamesdatadir}/%{name}/themes

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=2D Volleyball
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;SportsGame;
EOF

#icons
install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-10
+ Revision: 235ff36
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1505 |14cr|gazpacho-0.7.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname Gazpacho
Summary: Clone of the glade designer written in python and gtk
Name: gazpacho
Version: 0.7.2
Release: 7
Source: http://ftp.gnome.org/pub/GNOME/sources/gazpacho/%{name}-%{version}.tar.bz2
License: LGPL
Group: Development/Python
BuildRequires: pygtk2.0-devel
BuildRequires: python-kiwi
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(python)
BuildRequires: pythonegg(setuptools)

Requires: python
Requires: python-kiwi
Url: http://gazpacho.sicem.biz/
Buildarch: noarch

%description
This program allows you to create the Graphical User Interface (GUI) of your
GTK+ program in a visual way. Yes, it is a Glade-3 clone. It is compatible with
libglade and it's on its early stages of development.
 
Gazpacho is part of the Gruppy framework but is not dependent of any part of
it so you can use it by its own.

%prep
%setup -q

%build
export LC_ALL=C
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT %name.lang
export LC_ALL=C
python setup.py install --root=%{buildroot}
%find_lang %name
# menu
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-MoreApplications-Development-DevelopmentEnviroments" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*




%files -f %name.lang
%defattr(-,root,root)
%doc %_datadir/doc/%name/
%{_bindir}/%{name}
%{_datadir}/%{name}/*
%_datadir/applications/%name.desktop
%{py_puresitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.2-7
+ Revision: 4657d93
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1506 |14cr|gbase-0.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Small numeric base converter
Name:		gbase
Version:	0.5
Release:	7
Source0:	%{name}-%{version}.tar.bz2
License:	Artistic
Group:		Sciences/Mathematics
Url:		http://www.hibernaculum.net/gbase/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	gtk+1.2-devel

%description
GBase is a GTK program designed to convert between the four common
bases used in programming (decimal, hexadecimal, octal and binary). It
converts numbers on-the-fly as they are typed in. It can also convert
numbers entered on the command line. It can correctly handle both
signed and unsigned 32-bit integers.

%prep
%setup -q

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
install -D -m755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README TODO
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-7
+ Revision: b7f61fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1507 |14cr|gbrainy-1.65-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A brain teaser game and trainer to have fun and to keep your brain trained
Name:		gbrainy
Version:	1.65
Release:	5
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://live.gnome.org/gbrainy
Source0:	http://gent.softcatala.org/jmas/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	intltool
BuildRequires:	pkgconfig(glade-sharp-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-sharp-2.0)
BuildRequires:	pkgconfig(gtk-sharp-2.0)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(mono)
BuildRequires:	pkgconfig(mono-addins)

%description
gbrainy is a brain teaser game and trainer written for GNOME using Mono,
C# and Cairo.

Its mission is to provide a platform for creating different kinds of
brain-teasers and brain trainer games for GNOME.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/*
%{_libexecdir}/%{name}/%{name}.exe
%{_libexecdir}/%{name}/%{name}.exe.config
%{_libexecdir}/%{name}/%{name}.Core.dll
%{_libexecdir}/%{name}/%{name}.Core.dll.config
%{_libexecdir}/%{name}/%{name}.Games.dll
%{_libdir}/pkgconfig/gbrainy.pc
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man6/*
%{_datadir}/pixmaps/*
%{_datadir}/games/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

# find_lang seems to fail on this
rm -rf %{buildroot}%{_datadir}/gnome/help/%{name}/sr@latin

%find_lang %{name} --with-gnome


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.65-5
+ Revision: 73758c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1508 |14cr|gbsplay-0.0.91-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Gameboy Music Player
Name:		gbsplay
Version:	0.0.91
Release:	4
License:	GPL
Group:		Sound
URL:		http://www.cgarbs.de/gbsplay.en.html
Source0:	http://www.cgarbs.de/stuff/%{name}-%{version}.tar.gz
BuildRequires:	nas-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	splint

%description
This is a Gameboy sound player.

%prep
%setup -q

%build
./configure
%make prefix=%{_prefix} localedir=%{_datadir}/locale

%install
%makeinstall \
		man1dir=%{buildroot}%{_mandir}/man1 \
        man5dir=%{buildroot}%{_mandir}/man5 \
        docdir=installed-docs \
        localedir=%{buildroot}%{_datadir}/locale

%find_lang %{name}

%files -f %{name}.lang
%doc installed-docs/*
%{_bindir}/gbsinfo
%{_bindir}/gbsplay
%{_mandir}/man1/gbsinfo.1*
%{_mandir}/man1/gbsplay.1*
%{_mandir}/man5/gbsplayrc.5*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.91-4
+ Revision: b5cbf30
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1509 |14cr|gcal-3.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Program for calculating and printing calendars

Name:		gcal
Version:	3.6.3
Release:	2
License:	GPLv3+
Group:		Office
Source0:	ftp://ftp.gnu.org/pub/gnu/gcal/%{name}-%{version}.tar.xz
Patch1:		gcal-3.6.3-texinfo.patch
URL:		http://www.gnu.org/software/gcal/
BuildRequires:	ncurses-devel
BuildRequires:	texinfo

%description
Gcal is a program for calculating and printing calendars. Gcal displays
hybrid and proleptic Julian and Gregorian calendar sheets, respectively
for one month, three months, or a whole year. It also displays eternal
holiday lists for many countries around the globe, and features a very
powerful creation of fixed date lists that can be used for reminding
purposes.

Gcal can calculate various astronomical data and times of the Sun and
the Moon for pleasure at any location, precisely enough for most civil
purposes. Gcal supports some other calendar systems, for example, the
Chinese and Japanese calendars, the Hebrew calendar, and the civil
Islamic calendar, too.

%prep
%setup -q
%patch1 -p1

sed -i -e "s,ThisGcal=.*,ThisGcal=@PACKAGE@,g" misc/*/*.in

%build
%configure2_5x --disable-rpath MAKEINFO="makeinfo"
%make
%make html

%install
%makeinstall_std

%find_lang %{name}

#examples
mkdir -p %{buildroot}%{_docdir}/%{name}
cp -rf doc/en/examples %{buildroot}%{_docdir}/%{name}/

#misc files
cp -rf misc %{buildroot}%{_docdir}/%{name}/

#fix rights
chmod 644 %{buildroot}%{_docdir}/%{name}/misc/gcalltx/gcalltx.pl
chmod 755 %{buildroot}%{_docdir}/%{name}/misc/wloc/wlocdrv

for i in daily ddiff dst gcalltx moon mrms srss
do
  chmod 755 %{buildroot}%{_docdir}/%{name}/misc/$i/$i
done

#cleanup
rm -rf %{buildroot}%{_datadir}/%{name}/{CREDITS,README}
find %{buildroot} -name "Makefile*" -exec rm -rf {} \;
find %{buildroot}%{_docdir} -name "*.in" -exec rm -rf {} \;
find %{buildroot}%{_docdir} -name "*.bat" -exec rm -rf {} \;
find %{buildroot}%{_docdir} -name "*.texi" -exec rm -rf {} \;



%clean

%files -f %{name}.lang
%defattr(-,root,root,0755)
%doc doc/en/gcal.html doc/GREG-REFORM README BUGS LIMITATIONS TODO AUTHORS NEWS THANKS 
%{_bindir}/*
%{_datadir}/gcal
%{_infodir}/gcal*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.6.3-2
+ Revision: 84a42e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1510 |14cr|gcdemu-2.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK+ based GUI for controlling CDEmu daemon
Name:		gcdemu
Version:	2.1.1
Release:	2
Group:		Emulators
License:	GPLv2+
Url:		http://cdemu.sourceforge.net/
Source0:	http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	cmake
BuildRequires:	intltool
# for cdemu daemon interface v3
Requires:	cdemu-daemon
Requires:	python-gi
Requires:	typelib(Notify) >= 0.7
Requires:	typelib(Gtk) >= 3.0
BuildArch:	noarch

%description
gCDEmu is a Gtk+ based GUI for controlling CDEmu daemon. It is part of the
userspace-cdemu suite, a free, GPL CD/DVD-ROM device emulator for linux.

It provides a graphic interface that allows performing the key tasks related to
controlling the CDEmu daemon, such as loading and unloading devices, displaying
devices' status and retrieving/setting devices' debug masks.

In addition, it listens to signals emitted by CDEmu daemon and provides
notifications via libnotify.

%files -f %{name}.lang
%doc README AUTHORS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}*.svg
%{_datadir}/glib-2.0/schemas/net.sf.cdemu.gcdemu.gschema.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DPOST_INSTALL_HOOKS:BOOL=OFF
%make

%install
%makeinstall_std -C build

%find_lang %{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-2
+ Revision: 2faad9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1511 |14cr|gcl-2.6.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# minor adptation of fedora package:
#	http://cvs.fedoraproject.org/viewvc/rpms/gcl/devel/
%define _disable_ld_as_needed		1
%define _disable_ld_no_undefined	1

%define with_selinux    0
%define with_xemacs     0

%define static_libbfd   0

%define emacs_version 23.3
%define emacs_lispdir %{_datadir}/emacs/site-lisp

%if %{with_xemacs}
%define xemacs_version 21.4.22
%define xemacs_lispdir %{_datadir}/xemacs/site-packages/lisp
%endif

Summary:	GNU Common Lisp
Name:		gcl
Version:	2.6.11
Release:	1
License:	GPL+ and LGPLv2+
Group:		Development/Other
Url:		http://www.gnu.org/software/gcl/
# The source for this package was pulled from upstream's CVS repository.  Use
# the following commands to generate the tarball:
#   cvs -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/gcl export \
#     -r Version_2_6_8pre -D 2010-11-16 -d gcl-2.6.8 gcl
#   tar cvf gcl-2.6.8.tar gcl-2.6.8
#   xz gcl-2.6.8.tar
Source0:	gcl-%{version}.tar.gz
Source1:	gcl.el
# This is some info files that are needed for the DESCRIBE function to do
# something useful.  These files are present in CVS HEAD (i.e., the upcoming
# 2.7.0 release), but are missing in the 2.6 branch.
Source2:	%{name}-2.6.8-info.tar.xz
# This patch was last sent upstream on 29 Dec 2008.  It fixes a file descriptor
# leak, as well as combining 4 system calls into only 2 on an exec().
Patch0:		%{name}-2.6.11-fd-leak.patch
# This patch was last sent upstream on 29 Dec 2008.  It updates one source file
# from LaTeX 2.09 to LaTeX 2e, thereby eliminating LaTeX warnings about running
# in compatibility mode.
Patch1:		%{name}-2.6.11-latex.patch
# This patch was last sent upstream on 29 Dec 2008.  It adapts to texinfo 5.0.
Patch2:		%{name}-2.6.11-texinfo.patch
# This patch was last sent upstream on 29 Dec 2008.  It fixes a large number of
# compile- and run-time problems with the Emacs interface code.
Patch3:		%{name}-2.6.11-elisp.patch
# This patch was last sent upstream on 17 Jan 2009.  It adds support for
# compiling and running on an SELinux-enabled host.
Patch4:		%{name}-2.6.11-selinux.patch
# This patch was last sent upstream on 29 Dec 2008.  It uses the rename()
# system call when it is available to avoid spawning a subshell and suffering a
# context switch just to rename a file.
Patch5:		%{name}-2.6.11-rename.patch
# This patch was last sent upstream on 29 Dec 2008.  It eliminates a
# compilation problem due to the fact that, at high optimization levels,
# getcwd() is an inline function.
Patch6:		%{name}-2.6.11-getcwd.patch
# This is a Fedora-specific patch.  Do not delete C files produced from D files
# so they can be pulled into the debuginfo package.
Patch7:		%{name}-2.6.11-debuginfo.patch
# This patch was last sent upstream on 13 Oct 2009.  It fixes two bugs in the
# reading of PLT information.
Patch8:		%{name}-2.6.11-plt.patch
# This patch was last sent upstream on 13 Oct 2009.  It fixes several malformed
# function prototypes involving an ellipsis.
Patch9:		%{name}-2.6.11-ellipsis.patch
# This patch was last sent upstream on 30 Oct 2012.  It provides more
# information when an unknown reloc type is encountered.
Patch10:	%{name}-2.6.11-reloc-type.patch
# This patch was last sent upstream on 29 Dec 2008.  It updates the autoconf
# and libtool files to newer versions.  By itself, this patch accomplishes
# little of interest.  However, some of the later patches change configure.in.
# Without this patch, autoconf appears to run successfully, but generates a
# configure script that contains invalid shell script syntax.
Patch11:	%{name}-2.6.11-infrastructure.patch
# This patch was last sent upstream on 29 Dec 2008.  It rationalizes the
# handling of system extensions.  For example, on glibc-based systems, some
# functionality is available only when _GNU_SOURCE is defined.
Patch12:	%{name}-2.6.11-extension.patch
# This patch was last sent upstream on 29 Dec 2008.  It fixes a compilation
# error on newer GCC systems due to an include inside a function.  This affects
# the "unrandomize" sbrk() functionality, hence the name of the patch.
Patch13:	%{name}-2.6.11-unrandomize.patch
# The need for this patch was last communicated to upstream on 21 May 2009.
# Without this patch, compilation fails due to conflicting type definitions
# between glibc and Linux kernel headers.  This patch prevents the kernel
# headers from being used.
Patch14:	%{name}-2.6.11-asm-signal-h.patch
# This patch is still experimental.  Enable large file support.
Patch15:	%{name}-2.6.11-largefile.patch

# Patch required to build in Rosa
Patch20:	%{name}-2.6.11-tcl8.6.patch

BuildRequires:	emacs-bin
BuildRequires:	emacs-el
%if %{with_selinux}
BuildRequires:	selinux-policy
%endif
BuildRequires:	texinfo
BuildRequires:	texlive-collection-latex
BuildRequires:	x11-server-common
%if %{with_xemacs}
BuildRequires:	xemacs
BuildRequires:	xemacs-devel
%endif
BuildRequires:	binutils-devel
BuildRequires:	gmp-devel
BuildRequires:	readline-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xext)
%if %{with_selinux}
Requires:	gcl-selinux
%endif

%description
GCL is a Common Lisp currently compliant with the ANSI standard.  Lisp
compilation produces native code through the intermediary of the
system's C compiler, from which GCL derives efficient performance and
facile portability. Currently uses TCL/Tk as GUI.

%files
%{_bindir}/gcl
%{_prefix}/lib/gcl*
%{_infodir}/*
%{_mandir}/man*/*
%doc COPYING* readme readme.xgcl RELEASE* ChangeLog* faq doc
%doc gcl*.jpg gcl.ico gcl.png
%doc --parent html

#----------------------------------------------------------------------------

%package emacs
Summary:	Emacs mode for interacting with GCL
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	emacs >= %{emacs_version}
# Don't make subpackages noarch as our bs does not deal with this yet
#BuildArch:	noarch

%description emacs
Emacs mode for interacting with GCL.

%files emacs
%doc elisp/readme
%dir %{emacs_lispdir}/gcl
%{emacs_lispdir}/gcl/*.elc
%{emacs_lispdir}/site-start.d/*

#----------------------------------------------------------------------------

%package emacs-el
Summary:	Source for Emacs mode for interacting with GCL
Group:		Development/Other
Requires:	%{name}-emacs = %{EVRD}
#BuildArch:	noarch

%description emacs-el
Source Elisp code for Emacs mode for interacting with GCL.

%files emacs-el
%{emacs_lispdir}/gcl/*.el

#----------------------------------------------------------------------------

%if %{with_xemacs}
%package xemacs
Summary:	XEmacs mode for interacting with GCL
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	xemacs >= %{xemacs_version}
Requires:	xemacs-extras
#BuildArch:	noarch

%description xemacs
XEmacs mode for interacting with GCL.

%files xemacs
%doc elisp/readme
%dir %{xemacs_lispdir}/gcl
%{xemacs_lispdir}/gcl/*.elc
%{xemacs_lispdir}/site-start.d/*
%endif

#----------------------------------------------------------------------------

%if %{with_xemacs}
%package xemacs-el
Summary:	Source for XEmacs mode for interacting with GCL
Group:		Development/Other
Requires:	%{name}-xemacs = %{EVRD}
#BuildArch:	noarch

%description xemacs-el
Source Elisp code for XEmacs mode for interacting with GCL.

%files xemacs-el
%{xemacs_lispdir}/gcl/*.el
%endif

#----------------------------------------------------------------------------

%if %{with_selinux}
%package selinux
Summary:	SELinux policy for GCL images
Group:		Development/Other
Requires(post,postun):	policycoreutils

%description selinux
SELinux policy for GCL images. All programs that dump GCL images to be run on
SELinux-enabled hosts should Require this package, and give the image the type
gcl_exec_t.

%files selinux
%{_datadir}/selinux/packages/gcl

%post selinux
/usr/sbin/semodule -i %{_datadir}/selinux/packages/gcl/gcl.pp || :
/sbin/fixfiles -R gcl restore || :

%postun selinux
if [ $1 = 0 ]; then
    /usr/sbin/semodule -r gcl || :
fi

%endif

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%setup -q -n %{name} -T -D -a 2
%patch0
%patch1
%patch2
%patch3
%patch4 -p1
%patch5
%patch6
%patch7
%patch8
%patch9
%patch10
%patch11
%patch12
%patch13
%patch14
%patch15

%patch20 -p1

# Ensure the frame pointer doesn't get added back
sed -i 's/"-fomit-frame-pointer"/""/' configure

# Fix a path in the launch script
sed -i -e 's|/usr/lib/tk|%{_datadir}/tk|' debian/gcl.sh

# Get a version of texinfo.tex that works with the installed version of texinfo
cp -p %{_datadir}/texmf-dist/tex/texinfo/texinfo.tex info

# The archive is so full of spurious executable bits that we just remove them
# all here, then add back the ones that should exist
find . -type f -perm /0111 | xargs chmod a-x
chmod a+x add-defs add-defs1 config.guess config.sub configure install.sh
chmod a+x bin/info bin/info1 gcl-tk/gcltksrv.in gcl-tk/ngcltksrv mp/gcclab
chmod a+x o/egrep-def utils/replace xbin/*

%build
# -fstack-protector leads to segfaults because GCL uses its own conflicting
# stack protection scheme.
%define _ssp_cflags %{nil}
%configure2_5x \
	--enable-readline \
	--enable-ansi \
	--enable-dynsysgmp \
	--enable-xgcl \
	--enable-tclconfig=%{_libdir} \
	--enable-tkconfig=%{_libdir} \
	--disable-custreloc \
	--enable-dlopen

make

# Build gcl.info, which is needed for DESCRIBE to work properly
make -C info gcl.info

# dwdoc needs one extra LaTeX run to resolve references
cd xgcl-2
pdflatex dwdoc.tex

%if %{with_selinux}
# Build the SELinux policy
cd ../selinux
make -f %{_datadir}/selinux/devel/Makefile
%endif

%install
%makeinstall_std

# Get rid of the parts that we don't want
rm -f %{buildroot}%{_infodir}/dir
rm -rf %{buildroot}%{_datadir}/doc
rm -rf %{buildroot}%{_datadir}/emacs
rm -rf %{buildroot}%{_prefix}/lib/gcl-*/info

# Install the man page
mkdir -p %{buildroot}%{_mandir}/man1
cp -pf man/man1/* %{buildroot}%{_mandir}/man1

# Install the HTML documentation
mkdir -p html
cp -pfr info/gcl-si info/gcl-tk html

# Install and compile the Emacs code
mkdir -p %{buildroot}%{emacs_lispdir}/gcl
cp -pfr elisp/* %{buildroot}%{emacs_lispdir}/gcl
rm -f %{buildroot}%{emacs_lispdir}/gcl/makefile
rm -f %{buildroot}%{emacs_lispdir}/gcl/readme
mkdir -p %{buildroot}%{emacs_lispdir}/site-start.d
sed -e "s|%LISP_DIR%|%{emacs_lispdir}|" %{SOURCE1} > %{buildroot}%{emacs_lispdir}/site-start.d/gcl.el
pushd %{buildroot}%{emacs_lispdir}/gcl
emacs -batch -no-site-file --eval "(push \"`pwd`\" load-path)" \
  -f batch-byte-compile *.el
popd

%if %{with_xemacs}
# Install and compile the XEmacs code
mkdir -p %{buildroot}%{xemacs_lispdir}/gcl
cp -fr elisp/* %{buildroot}%{xemacs_lispdir}/gcl
rm -f %{buildroot}%{xemacs_lispdir}/gcl/makefile
rm -f %{buildroot}%{xemacs_lispdir}/gcl/readme
mkdir -p %{buildroot}%{xemacs_lispdir}/site-start.d
sed -e "s|%LISP_DIR%|%{xemacs_lispdir}|" %{SOURCE1} > %{buildroot}%{xemacs_lispdir}/site-start.d/gcl.el
pushd %{buildroot}%{xemacs_lispdir}/gcl
xemacs -batch -no-site-file -eval "(push \"`pwd`\" load-path)" \
  -f batch-byte-compile *.el
popd
%endif

%if %{with_selinux}
# Save the policy file away for later installation
mkdir -p %{buildroot}%{_datadir}/selinux/packages/gcl
cp -p selinux/gcl.pp %{buildroot}%{_datadir}/selinux/packages/gcl
%endif

# The image has garbage strings containing RPM_BUILD_ROOT
export QA_SKIP_BUILD_ROOT=1


%changelog
* Fri Sep 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.6.11-1
+ Revision: 829a714
- Fix texinfo path



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1512 |14cr|gcolor2-0.4-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gcolor2
Version:	0.4
Release:	20
Summary:	Simple color selector
Group:		Graphics
License:	GPLv2+
URL:		http://gcolor2.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/gcolor2/%{name}-%{version}.tar.bz2
Source1:	gcolor2-pofiles.tar.bz2

Patch1:		gcolor2-0.4-amd64.patch
Patch2:		gcolor2-i18n.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}

BuildRequires:	gtk2-devel
BuildRequires:	imagemagick perl(XML::Parser)
BuildRequires:	intltool

%description 
Gcolor2 is a GTK2 color selector to provide a quick and easy way to find
colors for whatever task is at hand. Colors can be saved and deleted as well.

%prep
%setup -q -a1
%patch1 -p1
%patch2 -p1

%build
echo "gcolor2.glade" >> po/POTFILES.in

autoreconf -fiv
intltoolize --force

%configure2_5x

#languages not detected
pushd po
sed -i s/"ALL_LINGUAS ="/"ALL_LINGUAS = `ls *.po | cut -d. -f1 | xargs`"/"" Makefile
popd

%make


%install
rm -rf %{buildroot}
%makeinstall


# Menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Encoding=UTF-8
Type=Application
Exec=%{_bindir}/%{name}
Icon=%{name}
Categories=GNOME;Graphics;GTK;Utility;
Name=Color Chooser
Name[ar]=منتقي الألوان
Name[bg]=Избор на цвят
Name[de]=Farbauswahl
Name[el]=Επιλογέας χρωμάτων
Name[en_GB]=Colour Chooser
Name[es]=Selector de colores
Name[et]=Värvivalija
Name[fi]=Värivalitsin
Name[fr]=Sélecteur de couleurs
Name[gl]=Selector de cores
Name[hu]=Színválasztó
Name[is]=Litaval
Name[it]=Selettore di colori
Name[ky]=Түс тандагыч
Name[nb]=Fargevelger
Name[nl]=Kleurenkiezer
Name[pl]=Wybór koloru
Name[pt]=Seletor de Cores
Name[pt_BR]=Seletor de cores
Name[ru]=Выбор цветов
Name[sl]=Izbirnik barv
Name[tr]=Renk Seçici
GenericName=Color Chooser
GenericName[ar]=منتقي الألوان
GenericName[bg]=Избор на цвят
GenericName[de]=Farbauswahl
GenericName[el]=Επιλογέας χρωμάτων
GenericName[en_GB]=Colour Chooser
GenericName[es]=Selector de colores
GenericName[et]=Värvivalija
GenericName[fi]=Värivalitsin
GenericName[fr]=Sélecteur de couleurs
GenericName[gl]=Selector de cores
GenericName[hu]=Színválasztó
GenericName[is]=Litaval
GenericName[it]=Selettore di colori in GTK2
GenericName[ky]=Түс тандагыч
GenericName[nb]=Fargevelger
GenericName[nl]=Kleurenkiezer
GenericName[pl]=Wybór koloru
GenericName[pt]=Seletor de Cores
GenericName[pt_BR]=Seletor de cores
GenericName[ru]=Выбор цветов
GenericName[sl]=Izbirnik barv
GenericName[tr]=Renk Seçici
Comment=GTK2 color chooser
Comment[ar]=منتقي ألوان GTK2
Comment[bg]=GTK2 Избор на цвят
Comment[de]=GTK2 Farbauswahl
Comment[el]=Επιλογέας χρωμάτων GTK2
Comment[en_GB]=GTK2 colour chooser
Comment[es]=Selector de colores en GTK2
Comment[et]=GTK2 värvivalija
Comment[fi]=Värivalitsin GTK2:lle
Comment[fr]=Sélecteur de couleurs GTK2
Comment[gl]=Selector de cores feito con GTK2
Comment[hu]=Színek kiválasztása (GTK2)
Comment[is]=GTK2 litaval
Comment[it]=Selettore di colori in GTK2
Comment[ky]=GTK2 түс тандагычы
Comment[nb]=En fargevelger for GTK2
Comment[nl]=Kleurenkiezer gebaseerd op GTK2
Comment[pl]=Wybór koloru w GTK2
Comment[pt]=Selecionador de cores GTK2
Comment[pt_BR]=Selecionador de cores GTK2
Comment[ru]=GTK2 выбор цветов
Comment[sl]=GTK+2 Izbirnik barv
Comment[tr]=GTK2 Renk Seçici
EOF

#icons
mkdir -p %{buildroot}/%_liconsdir
convert -size 48x48 pixmaps/icon.png %{buildroot}/%_liconsdir/%name.png
mkdir -p %{buildroot}/%_iconsdir
convert -size 32x32 pixmaps/icon.png %{buildroot}/%_iconsdir/%name.png
mkdir -p %{buildroot}/%_miconsdir
convert -size 16x16 pixmaps/icon.png %{buildroot}/%_miconsdir/%name.png

%find_lang %{name}

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/pixmaps/%{name}
%{_iconsdir}/%name.png
%{_liconsdir}/%name.png
%{_miconsdir}/%name.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-20
+ Revision: e527725
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1513 |14cr|gcombust-0.1.55-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gcombust
%define version	0.1.55
%define release	18

Name:		%{name}
Summary:	Disc writing frontend
Version:	%{version}
Release:	%{release}
Source0:	http://www.abo.fi/~jmunsin/gcombust/%{name}-%{version}.tar.bz2
Source4:	gcombust-0.1.55-de.po
Patch:		gcombust-0.1.55-getopt.patch
Patch1:		gcombust-0.1.55-defaults.patch
Patch2:		gcombust-0.1.55-gcc4.patch
Patch3:		gcombust-0.1.55-desktop.patch
Patch4:		gcombust-0.1.55-cdrkit.patch
Group:		Archiving/Cd burning
URL:		http://www.abo.fi/~jmunsin/gcombust/
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
License:	GPLv2+
Requires:	cdrkit cdrkit-genisoimage cdrkit-icedax
Requires:	cdlabelgen diffutils cdparanoia
BuildRequires:	imagemagick
BuildRequires:	gtk+-devel

%description
gcombust is a GTK+ 1.2 frontend for genisofs, wodim, icedax and
cdlabelgen. It's written in C. It has primitive support for
controlling the directory (root) structure and size of image without
copying files/symlinking or writing 10 lines of arguments and can
maximize disk by hinting which directories/files to use.

%prep
rm -rf %{buildroot}

%setup -q -n gcombust-%{version}
%patch -p1 -b .getopt
%patch1 -p1 -b .defaults
%patch2 -p1
%patch3 -p1 -b .desktop
%patch4 -p1 -b .cdrkit
cp %SOURCE4 po/de.po

%build
libtoolize --install --force
%configure2_5x
%make 

%install
[ "%{buildroot}" != "/"] && [ -d %{buildroot} ] && rm -rf %{buildroot}

%makeinstall

%find_lang %{name}

#icon
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert gcombust.xpm %{buildroot}/%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert gcombust.xpm -scale 32 %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert gcombust.xpm -scale 16 %{buildroot}/%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post  
%{update_menus}
%{update_icon_cache hicolor}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_icon_cache hicolor}
%endif

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS TODO ChangeLog INSTALL NEWS README* THANKS ABOUT-NLS
%{_bindir}/gcombust
%{_datadir}/pixmaps/gcombust.xpm
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/gcombust.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.55-18
+ Revision: 22c007d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1514 |14cr|gcompris-14.07-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Name:		gcompris
Version:	14.07
Release:	1
Summary:	An educational game for children starting at 2
License:	GPLv2+
Group:		Education
URL:		http://www.gcompris.net
Source0:	http://gcompris.net/download/%{name}-%{version}.tar.bz2
Source100:	gcompris.rpmlintrc

BuildRequires:	automake
BuildRequires:	autoconf
BuildRequires:	libtool-base
BuildRequires:	gnuchess
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(ao)
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(gnet-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(pycairo)
BuildRequires:	texinfo
BuildRequires:	texi2html >= 1.82
BuildRequires:	pkgconfig(libassetml)
# (misc) for the need of a display for pygtk
BuildRequires:	x11-server-xvfb
BuildRequires:	xauth
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	python-pyxml
BuildRequires:	python-sqlite2
BuildRequires:	pkgconfig(gtk+-2.0)
# (misc) for fullscreen support, now it is done with xvidmode instead of xrandr
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	intltool
BuildRequires:	pkgconfig(librsvg-2.0)

Requires:	%{name}-sound = %{version}-%{release}
Requires:	gnuchess >= 5.02
Requires:	python
Requires:	pygtk2.0
Requires:	python-sqlite2
Requires:	python-cairo
Requires:	librsvg
Requires:	tuxpaint
Requires:	gnucap
Requires:	gstreamer0.10-plugins-good

%description
An educational game for children starting at 2.
More than 100 different activities are proposed:
* Click on the animals => learn the mouse/click usage
* Type the falling letters => learn the keyboard usage
* Falling Dices
* Falling words
* Basic algebra
* Time learning with an analog clock
* Puzzle game with famous paintings
* Drive Plane to catch clouds in increasing number
* Balance the scales
* And much more ...

The Game is included in the Main desktop menu in 'Games'.

You should install it only if you have children using this computer.

%package music
Summary:	Background music for GCompris
Group:		Education
Provides:	%{name}-music = %{version}
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description music
Background music for gcompris.

%package sounds-af
Summary:	Afrikaans sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-af
BuildArch:	noarch

%description sounds-af
Afrikaans sounds for gcompris.

%package sounds-ast
Summary:	Asturian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-ast
BuildArch:	noarch

%description sounds-ast
Asturian sounds for gcompris.

%package sounds-ar
Summary:	Arabic (Tunisia) sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-ar
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-ar
Arabic (Tunisia) sounds for gcompris.

%package sounds-bg
Summary:	Bulgarian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-bg
Conflicts:	%{name} < 8.4.4-2
BuildArch:	noarch

%description sounds-bg
Bulgarian sounds for gcompris.

%package sounds-br
Summary:	Breton sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-br
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-br
Breton sounds for gcompris.

%package sounds-cs
Summary:	Czech sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-cs
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-cs
Czech sounds for gcompris.

%package sounds-de
Summary:	German sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-de
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-de
German sounds for gcompris.

%package sounds-da
Summary:	Danish sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-da
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-da
Danish sounds for gcompris.

%package sounds-eo
Summary:	Esperanto sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-eo
Conflicts:	%{name} < 9.0-2
BuildArch:	noarch

%description sounds-eo
Esperanto sounds for gcompris.

%package sounds-es
Summary:	Spanish sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-es
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-es
Spanish sounds for gcompris.

%package sounds-el
Summary:	Greek sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-el
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-el
Greek sounds for gcompris.

%package sounds-en
Summary:	English sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-en
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-en
English sounds for gcompris.

%package sounds-eu
Summary:	Basque sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-eu
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-eu
Basque sounds for gcompris.

%package sounds-fi
Summary:	Finnish sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-fi
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-fi
Finnish sounds for gcompris.

%package sounds-fr
Summary:	French sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-fr
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-fr
French sounds for gcompris.

%package sounds-he
Summary:	Hebrew soundsfor GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-he
Conflicts:	%{name} < 8.4.6-2
BuildArch:	noarch

%description sounds-he
Hebrew sounds for gcompris.

%package sounds-hi
Summary:	Hindi soundsfor GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-hi
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-hi
Hindi sounds for gcompris.

%package sounds-hu
Summary:	Hungarian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-hu
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-hu
Hungarian sounds for gcompris.

%package sounds-id
Summary:	Indonesian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-id
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-id
Indonesian sounds for gcompris.

%package sounds-it
Summary:	Italian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-it
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-it
Italian sounds for gcompris.

%package sounds-mr
Summary:	Marathi sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-mr
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-mr
Marathi sounds for gcompris.

%package sounds-nb
Summary:	Norvegian Bokmal sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-no
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-nb
Norvegian BÃ¶kmal sounds for gcompris.

%package sounds-nl
Summary:	Nederland sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-nl
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-nl
Nederland sounds for gcompris.

%package sounds-nn
Summary:	Norvegian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-nn
BuildArch:	noarch

%description sounds-nn
Norvegian sounds for gcompris.

%package sounds-pa
Summary:	Punjabi sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-pa
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-pa
Punjabi sounds for gcompris.

%package sounds-pt
Summary:	Portuguese sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-pt
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-pt
Portuguese sounds for gcompris.

%package sounds-pt_BR
Summary:	Brasilian Portuguese sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-pt
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-pt_BR
Brasilian Portuguese sounds for gcompris.

%package sounds-ru
Summary:	Russian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-ru
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-ru
Russian sounds for gcompris.

%package sounds-sl
Summary:	Slovenian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-sl
BuildArch:	noarch

%description sounds-sl
Slovenian sounds for gcompris.

%package sounds-so
Summary:	Somalian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-so
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-so
Somalian sounds for gcompris.

%package sounds-sr
Summary:	Serbian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-sr
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-sr
Serbian sounds for gcompris.

%package sounds-sv
Summary:	Swedish sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-sv
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-sv
Swedish sounds for gcompris.

%package sounds-tr
Summary:	Turkish sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-tr
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-tr
Turkish sounds for gcompris.

%package sounds-ur
Summary:	Urdu sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-ur
Conflicts:	%{name} < 8.4.4-1
BuildArch:	noarch

%description sounds-ur
Urdu sounds for gcompris.

%package sounds-zh_CN
Summary:	Simplified Chinese sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-zh
Conflicts:	%{name} < 9.1-2
BuildArch:	noarch

%description sounds-zh_CN
Simplified Chinese sounds for gcompris.

%prep
%setup -q

%build
%configure2_5x --enable-py-build-only --enable-gnet

%make

%install
%makeinstall_std

#Fixing desktop file to match spec
perl -pi -e "s/Icon=.*/Icon=gcompris/g" %{buildroot}%{_datadir}/applications/%{name}.desktop
perl -pi -e "s/(Categories=).*/$1/" %{buildroot}%{_datadir}/applications/%{name}.desktop
perl -pi -e "s/Icon=.*/Icon=gcompris-edit/g" %{buildroot}%{_datadir}/applications/%{name}-edit.desktop

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Education" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Education" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}-edit.desktop

# install icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 gcompris{,-edit}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/
for size in 16x16 32x32; do
	convert -scale $size gcompris.png \
		%{buildroot}%{_iconsdir}/hicolor/$size/apps/gcompris.png
	convert -scale $size gcompris-edit.png \
		%{buildroot}%{_iconsdir}/hicolor/$size/apps/gcompris-edit.png
done

# remove unwanted files
rm -f %{buildroot}%{_menudir}/%{name}

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/boards/music
%exclude %{_datadir}/%{name}/boards/voices/af
%exclude %{_datadir}/%{name}/boards/voices/ar
%exclude %{_datadir}/%{name}/boards/voices/ast
%exclude %{_datadir}/%{name}/boards/voices/bg
%exclude %{_datadir}/%{name}/boards/voices/br
%exclude %{_datadir}/%{name}/boards/voices/cs
%exclude %{_datadir}/%{name}/boards/voices/da
%exclude %{_datadir}/%{name}/boards/voices/de
%exclude %{_datadir}/%{name}/boards/voices/el
%exclude %{_datadir}/%{name}/boards/voices/en
%exclude %{_datadir}/%{name}/boards/voices/eo
%exclude %{_datadir}/%{name}/boards/voices/es
%exclude %{_datadir}/%{name}/boards/voices/eu
%exclude %{_datadir}/%{name}/boards/voices/fi
%exclude %{_datadir}/%{name}/boards/voices/fr
%exclude %{_datadir}/%{name}/boards/voices/he
%exclude %{_datadir}/%{name}/boards/voices/hi
%exclude %{_datadir}/%{name}/boards/voices/hu
%exclude %{_datadir}/%{name}/boards/voices/id
%exclude %{_datadir}/%{name}/boards/voices/it
%exclude %{_datadir}/%{name}/boards/voices/mr
%exclude %{_datadir}/%{name}/boards/voices/nb
%exclude %{_datadir}/%{name}/boards/voices/nn
%exclude %{_datadir}/%{name}/boards/voices/nl
%exclude %{_datadir}/%{name}/boards/voices/pa
%exclude %{_datadir}/%{name}/boards/voices/pt
%exclude %{_datadir}/%{name}/boards/voices/pt_BR
%exclude %{_datadir}/%{name}/boards/voices/ru
%exclude %{_datadir}/%{name}/boards/voices/sl
%exclude %{_datadir}/%{name}/boards/voices/so
%exclude %{_datadir}/%{name}/boards/voices/sr
%exclude %{_datadir}/%{name}/boards/voices/sv
%exclude %{_datadir}/%{name}/boards/voices/tr
%exclude %{_datadir}/%{name}/boards/voices/ur
%exclude %{_datadir}/%{name}/boards/voices/zh_CN
%{_datadir}/appdata/gcompris.appdata.xml

%files music
%{_datadir}/%{name}/boards/music

%files sounds-af
%{_datadir}/%{name}/boards/voices/af

%files sounds-ar
%{_datadir}/%{name}/boards/voices/ar

%files sounds-ast
%{_datadir}/%{name}/boards/voices/ast

%files sounds-bg
%{_datadir}/%{name}/boards/voices/bg

%files sounds-br
%{_datadir}/%{name}/boards/voices/br

%files sounds-cs
%{_datadir}/%{name}/boards/voices/cs

%files sounds-da
%{_datadir}/%{name}/boards/voices/da

%files sounds-de
%{_datadir}/%{name}/boards/voices/de

%files sounds-el
%{_datadir}/%{name}/boards/voices/el

%files sounds-en
%{_datadir}/%{name}/boards/voices/en

%files sounds-eo
%{_datadir}/%{name}/boards/voices/eo

%files sounds-eu
%{_datadir}/%{name}/boards/voices/eu

%files sounds-es
%{_datadir}/%{name}/boards/voices/es

%files sounds-fi
%{_datadir}/%{name}/boards/voices/fi

%files sounds-fr
%{_datadir}/%{name}/boards/voices/fr

%files sounds-he
%{_datadir}/%{name}/boards/voices/he

%files sounds-hi
%{_datadir}/%{name}/boards/voices/hi

%files sounds-hu
%{_datadir}/%{name}/boards/voices/hu

%files sounds-id
%{_datadir}/%{name}/boards/voices/id

%files sounds-it
%{_datadir}/%{name}/boards/voices/it

%files sounds-mr
%{_datadir}/%{name}/boards/voices/mr

%files sounds-nb
%{_datadir}/%{name}/boards/voices/nb

%files sounds-nl
%{_datadir}/%{name}/boards/voices/nl

%files sounds-nn
%{_datadir}/%{name}/boards/voices/nn

%files sounds-pa
%{_datadir}/%{name}/boards/voices/pa

%files sounds-pt
%{_datadir}/%{name}/boards/voices/pt

%files sounds-pt_BR
%{_datadir}/%{name}/boards/voices/pt_BR

%files sounds-ru
%{_datadir}/%{name}/boards/voices/ru

%files sounds-sl
%{_datadir}/%{name}/boards/voices/sl

%files sounds-so
%{_datadir}/%{name}/boards/voices/so

%files sounds-sr
%{_datadir}/%{name}/boards/voices/sr

%files sounds-sv
%{_datadir}/%{name}/boards/voices/sv

%files sounds-tr
%{_datadir}/%{name}/boards/voices/tr

%files sounds-ur
%{_datadir}/%{name}/boards/voices/ur

%files sounds-zh_CN
%{_datadir}/%{name}/boards/voices/zh_CN

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 14.07-1
+ Revision: 288463d
- Add new files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1515 |14cr|gconnman-0.5.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major           0
%define libname         %mklibname %{name} %{major}
%define develname       %mklibname %{name} -d

Name: gconnman
Summary: A GObject binding of the Connman D-Bus API
Group: System/Configuration/Networking
Version: 0.5.0
License: LGPL 2.1
URL: http://www.moblin.org
Release: 5
Source0: http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2

BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: connman-devel
BuildRequires: intltool
BuildRequires: gettext
BuildRequires: automake
BuildRequires: autoconf
BuildRequires: gettext-devel

%description
Description: %{summary}

%package -n %{libname}
Summary: Gconnman library, GObject binding of the Connman D-Bus API
Group: System/Libraries

%description -n %{libname}
Description: %{summary}

%package -n %{develname}
Summary: Gconnman development package
Group: System/Libraries

Requires: %{libname} >= %{version}
Provides: %{name}-devel

%description -n %{develname}
Gconnman development package

%prep
%setup -q 
perl -pi -e 's,^./configure.*,,' ./autogen.sh

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%doc README AUTHORS ChangeLog COPYING NEWS
%{_libdir}/libgconnman*.so.*

%files -n %{develname}
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libgconnman*.so
%{_libdir}/libgconnman*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-5
+ Revision: 438a626
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1516 |14cr|gcstar-1.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(GC(.*)\\)|perl\\(Gtk2::(.*)\\)'
%endif

%define iconname gcstar.png

Summary:	A collection manager 
Name:		gcstar
Version:	1.7.0
Release:	4
License:	GPLv2+
Group:		Databases
URL:		https://gna.org/projects/gcstar/
Source0:	http://download.gna.org/gcstar/%{name}-%{version}.tar.gz
Requires:	perl-Gtk2
BuildRequires:	desktop-file-utils
BuildArch:	noarch

%description
Gcstar is an application that can manage multiple collections.
Movies, Books, Video games, Games, Music, Stamps, Vine, etc.
It builds upon gcfilm's legacy.
You can update your data directly from the Internet.

%prep
%setup -q -n %{name}

%install
install -d %{buildroot}%{_bindir}
install bin/gcstar %{buildroot}%{_bindir}
install -d %{buildroot}%{_prefix}/lib
cp -a lib/gcstar %{buildroot}%{_prefix}/lib
install -d %{buildroot}%{_datadir}
cp -a share/* %{buildroot}%{_datadir}
install -d %{buildroot}%{_mandir}/man1
install man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

desktop-file-install --vendor='' \
	--dir %{buildroot}%{_datadir}/applications \
	--add-category='Office;AudioVideo;GTK' \
	%{buildroot}%{_datadir}/applications/*.desktop

mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir},%{_menudir}}
cp share/gcstar/icons/%{name}_48x48.png %{buildroot}%{_liconsdir}/%{iconname}
cp share/gcstar/icons/%{name}_32x32.png %{buildroot}%{_iconsdir}/%{iconname}
cp share/gcstar/icons/%{name}_16x16.png %{buildroot}%{_miconsdir}/%{iconname}

%files
%doc README CHANGELOG
%{_bindir}/%{name}
%{_prefix}/lib/%{name}
%{_datadir}/applications/%{name}*
%{_datadir}/%{name}
%{_miconsdir}/%{iconname}
%{_iconsdir}/%{iconname}
%{_liconsdir}/%{iconname}
%{_mandir}/man1/%{name}*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-4
+ Revision: 561f6d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1517 |14cr|gcue2tracks-0.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool for spliting audio CD image to tracks with cue sheet info
Name:		gcue2tracks
Version:	0.5.2
Release:	3
License:	GPLv2+
Group:		Sound
Url:		https://www.assembla.com/wiki/show/gCue2tracks
Source0:	%{name}-%{version}.tar.xz
Requires:	cuetools
Requires:	ffmpeg
Requires:	mutagen
Requires:	pygtk2.0
Requires:	shntool
Suggests:	flac
Suggests:	vorbis-tools
Suggests:	wavpack
BuildArch:	noarch

%description
GUI for cue2tracks. Tool for spliting audio CD image to tracks with cue sheet
info.

%files -f gCue2tracks.lang
%doc debian/copyright changelog
%{_bindir}/gcue2tracks
%{_datadir}/applications/gCue2tracks.desktop
%{_datadir}/gcue2tracks
%{_datadir}/pixmaps/gCue2tracks.png
%{py_sitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
# Don't use --record-rpm, this records standard dirs.
python setup.py install \
	--root=%{buildroot} \
	--prefix=%{_prefix} \
	--record=INSTALLED_FILES

rm -f %{buildroot}%{_datadir}/gcue2tracks/ui/*.h

%find_lang gCue2tracks


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.2-3
+ Revision: defef66
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1518 |14cr|gcursor-0.061-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:		A little gtk program to change your Xcursor with animated preview
Name:			gcursor
Version: 		0.061
Release: 		 7
License:		GPL
Group:			Graphical desktop/GNOME
Source0:		%{name}-%{version}.tar.bz2
Patch1:			gcursor-0.061-desktopicon.patch.bz2
URL:			http://qballcow.nl/?s=14
BuildRoot:		%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:		libglade2.0-devel libgnomeui2-devel perl-XML-Parser 
Requires:		cursor_themes

%description
A little gtk program to change youre Xcursor with anitmated preview.

This program only works with gnome 2.4 and up.
It sets a gconf key that is used by gnome's session manager.
You also need to log in gnome again to make the changes (hopefully 
this will change in gnome).
 
%prep
%setup -q
%patch1 -p1

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-, root, root)
%doc AUTHORS COPYING INSTALL TODO
%{_bindir}/gcursor
%{_datadir}/applications/gcursor.desktop
%{_datadir}/gcursor/gcursor.glade




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.061-7
+ Revision: cdde99a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1519 |14cr|gdal-1.11.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}

%if %{_use_internal_dependency_generator}
%define __noautoreq 'devel\\(libogdi31.*|devel\\(libcfitsio.*|libgrass.*'
%endif

%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define sdevname %mklibname %{name} -d -s

# Build gdal against libgrass. It is better to instead compile the new plugin
# which builds against grass itself (and thus has more features than the
# libgrass5 version)
# In fact, building with direct grass support will break gdal on every grass
# upgrade, see http://n2.nabble.com/qgis-%2B-grass-plugin-%3D-gdal-problem-tp2394932p2405146.html
%define build_libgrass 0
%{?with_libgrass: %define build_libgrass 1}

Summary:	The Geospatial Data Abstraction Library (GDAL)
Name:		gdal
Version:	1.11.0
Release:	3
License:	MIT
Group:		Sciences/Geosciences
Url:		http://www.gdal.org/
Source0:	ftp://ftp.remotesensing.org/pub/gdal/%{name}-%{version}.tar.xz
Patch0:		gdal-1.11.0-giflib51.patch
Patch3:		gdal-1.6.0-fix-libname.patch
Patch4:		gdal-fix-pythontools-install.patch
BuildRequires:	swig
BuildRequires:	doxygen
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
BuildRequires:	giflib-devel
BuildRequires:	hdf5-devel
BuildRequires:	jpeg-devel
BuildRequires:	libgeos-devel >= 2.2.3
BuildRequires:	postgresql-devel >= 9.0
BuildRequires:	python-numpy-devel
BuildRequires:	unixODBC-devel

BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(geotiff)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(ogdi)
BuildRequires:	pkgconfig(proj) >= 4.4.7
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xerces-c)
BuildRequires:	pkgconfig(zlib)
%if %{build_libgrass}
BuildRequires:	grass
Requires:	grass >= 6.4.0
%endif

%description
The Geospatial Data Abstraction Library (GDAL) is a unifying
C/C++ API for accessing raster geospatial data, and currently
includes formats like GeoTIFF, Erdas Imagine, Arc/Info
Binary, CEOS, DTED, GXF, and SDTS. It is intended to provide
efficient access, suitable for use in viewer applications,
and also attempts to preserve coordinate systems and metadata.
Python, C, and C++ interfaces are available.

%files
%doc NEWS VERSION
%{_datadir}/gdal/
%{_bindir}/*
%{_mandir}/man1/*.1*
%exclude %{_bindir}/gdal-config
%exclude %{multiarch_bindir}/gdal-config

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	The Python bindings for the GDAL library
Group:		Sciences/Geosciences
Requires:	%{libname} = %{EVRD}

%description -n python-%{name}
The Python bindings for the GDAL library

%files -n python-%{name}
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries required for the GDAL library
Group:		System/Libraries

%description -n %{libname}
Libraries required for the GDAL library

%files -n %{libname}
%{_libdir}/libgdal.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for using the GDAL library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for using the GDAL library

%files -n %{devname}
%{_bindir}/%{name}-config
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/libgdal.so
%{_includedir}/*
%{multiarch_bindir}/gdal-config

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Development files for using the GDAL library
Group:		Development/C
Requires:	%{devname} = %{EVRD}

%description -n %{sdevname}
Development files for using the GDAL library

%files -n %{sdevname}
%{_libdir}/libgdal.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .giflib51
%patch3 -p0 -b .libname
%patch4 -p1 -b .pythontools

find . -name '*.h' -o -name '*.cpp' -executable -exec chmod a-x {} \;
find . -name '*.h' -o -name '*.cpp' -executable -exec chmod a+r {} \;

%build
%configure2_5x \
	--datadir=%{_datadir}/gdal \
	--includedir=%{_includedir}/gdal \
	--with-dods-root=no \
	--with-ogdi=%{_includedir}/ogdi \
	--with-cfitsio=yes \
	--with-geotiff=internal \
	--with-libtiff=internal \
	--with-libz=%{_prefix} \
	--with-liblzma=yes \
	--with-netcdf=%{_prefix} \
	--with-hdf5=%{_prefix} \
	--with-geos \
	--with-jasper \
	--with-png \
	--with-gif \
	--with-jpeg \
	--with-odbc \
	--with-sqlite3 \
	--with-mysql \
	--with-curl \
	--with-python \
	--with-xerces \
	--with-xerces-lib='-lxerces-c' \
	--with-xerces-inc=%{_includedir} \
	--without-pcraster \
%if %{build_libgrass}
	--with-grass=%{_libdir}/grass64 \
%endif
	--with-threads

perl -pi -e 's,PYTHON = no,PYTHON = /usr/bin/python,g' GDALmake.opt
make
make docs

%install
mkdir -p %{buildroot}%{py_platsitedir}
export PYTHONPATH="%{buildroot}%{py_platsitedir}"
export DESTDIR=%{buildroot}
unset PYTHONDONTWRITEBYTECODE
export INST_MAN=%{_mandir}
%makeinstall_std install-man

%multiarch_binaries %{buildroot}%{_bindir}/gdal-config

find %{buildroot}%{py_platsitedir} -name '*.py' -exec chmod a-x {} \;

install -d %{buildroot}%{_docdir}/%{name}
mv %{buildroot}%{_bindir}/*.dox %{buildroot}%{_docdir}/%{name}
chmod a-x %{buildroot}%{_docdir}/%{name}/*.dox

mkdir -p %{buildroot}%{_mandir}/man1/
mv %{buildroot}%{_prefix}/man/man1/*.1* %{buildroot}%{_mandir}/man1/


%changelog
* Sun Aug 03 2014 abfonly <abfonly@gmail.com> 1.11.0-3
+ Revision: d2c7c42
- Updated gdal.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1520 |14cr|gdeskcal-1.01-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Eye-candy calendar for your desktop
Name:		gdeskcal
Version:	1.01
Release:	8
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.pycage.de/
Source0:	http://www.pycage.de/download/gDeskCal-%{version}.tar.gz
Source1:	gdeskcal.png
Source2:	gdeskcal.desktop
Patch0:		gdeskcal-1.0.1-fix-source-encoding.patch
BuildRequires:	desktop-file-utils
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(pygtk-2.0)
Requires:	pygtk2.0
Provides:	gDeskCal = %{EVRD}

%description
gDeskCal is a cute little eye-candy calendar for your desktop. It features
transparency with smooth alpha-blending and its appearance can be changed
completely by using skins.

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/gdeskcal
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_libdir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q -n gDeskCal-%{version}
%patch0 -p0

%build
%configure2_5x
make
# no multi build as it's annoying the buildsys

%install
install -p -D -m0644 %{SOURCE1} %{buildroot}/%{_datadir}/pixmaps/gdeskcal.png
%makeinstall_std

desktop-file-install \
	--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
	%{SOURCE2}

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.01-8
+ Revision: b0672e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1521 |14cr|gdesklets-0.36.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gdesklets
%define version	0.36.3
%define release 	3

Summary:	GNOME Desktop Applets
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{release}
URL:            http://gdesklets.de/
Source0:	http://gdesklets.de/files/%{name}-%{version}.tar.bz2
Source1:	%{name}-32.png
Source2:	%{name}-16.png
Patch1:		gdesklets-0.36.3-no-import-override.patch
Patch3:		gdesklets-0.36.3-.in-files.patch
License:	GPLv2+
Group:		Graphical desktop/GNOME
BuildRequires:	gnome-python-devel
BuildRequires:  pyorbit-devel  
BuildRequires:	pygtk2.0-devel > 2.4.0
BuildRequires:  pkgconfig(librsvg-2.0) 
BuildRequires:	libgtop2.0-devel >= 2.8.0
BuildRequires:	pkgconfig(xdmcp)
BuildRequires:  pkgconfig(xau)
BuildRequires:	pkgconfig(libgnome-2.0) > 2.6.0
BuildRequires:  desktop-file-utils
BuildRequires:	pkgconfig(libgnomeui-2.0) >= 2.2.0
BuildRequires:	librsvg-devel intltool
Requires(pre):	shared-mime-info
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
Requires:	gnome-python
Requires:	gnome-python-gconf >= 2.6.0
Requires:	gnome-python-gtkhtml2
Requires:	gnome-python-gnomevfs

%description
'gDesklets' provides an advanced architecture for desktop applets -
tiny displays sitting on your desktop in a symbiotic relationship of
eye candy and usefulness.

Populate your desktop with status meters, icon bars, weather sensors,
news tickers... whatever you can imagine! Virtually anything is
possible and maybe even available some day.

%prep
%setup -q
%patch1 -p0
%patch3 -p0

%build
# FIXME: temporary workaround to get intltool-merge working. Will get fixed with a new release (> 0.36.1) released with a newer intltool.
#intltoolize --force --copy
autoreconf -f -i
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std
%find_lang %{name}

perl -pi -e 's,%{name}.png,%{name},g' %{buildroot}%{_datadir}/applications/*

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GTK" \
  --add-category="System;Monitor" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*		  
 
install -d %{buildroot}%{_liconsdir}
ln -s %{_datadir}/pixmaps/%{name}.png %{buildroot}%{_liconsdir}
install -D %{SOURCE1} %{buildroot}%{_iconsdir}/%{name}.png
install -D %{SOURCE2} %{buildroot}%{_miconsdir}/%{name}.png

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog NEWS README
%{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-x-%{name}-display.png
%{_mandir}/man1/%{name}.1*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.36.3-3
+ Revision: 47c1f7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1522 |14cr|gdevilspie-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK GUI for devilspie
Name:		gdevilspie
Version:	0.5
Release:	2
Epoch:		1
License:	GPLv3+
Group:		Graphical desktop/GNOME
Url:		http://code.google.com/p/gdevilspie/
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(python)
Requires:	devilspie
Requires:	pygtk2.0-libglade
Requires:	gnome-python-desktop
BuildArch:	noarch

%description
A user friendly interface to the devilspie window matching daemon, to
create rules easily.

%files
%doc README TODO Changelog
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{py_puresitedir}/g*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.5-2
+ Revision: 6f285a7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1523 |14cr|gdhcpd-0.3.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GTK+ administation tool for the ISC DHCPD server
Name:		gdhcpd
Version:	0.3.2
Release:	9
License:	GPLv2+
Group:		System/Configuration/Networking
URL:		http://www.gadmintools.org/
Source0:	http://mange.dynalias.org/linux/gdhcpd/%{name}-%{version}.tar.bz2
Source1:	%{name}.pam-0.77.bz2
Source2:	%{name}.pam.bz2
BuildRequires:	gtk+2-devel
BuildRequires:	imagemagick
Requires:	dhcp-server >= 3.0.1
Requires:	usermode-consoleonly

%description
GDHCPD is a fast and easy to use GTK+ administration tool for the
ISC DHCPD server.

%prep
%setup -q
bzcat %{SOURCE2} > %{name}.pam
# fix png rgb 
pushd pixmaps
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd


%build
%configure2_5x

perl -pi -e 's|^#define DHCPD_BINARY .*|#define DHCPD_BINARY \"%{_sbindir}/dhcpd\"|g' config.h
perl -pi -e 's|^#define DHCPD_CONF .*|#define DHCPD_CONF \"%{_sysconfdir}/dhcpd.conf\"|g' config.h
perl -pi -e 's|^#define LEASE_FILE .*|#define LEASE_FILE \"%{_localstatedir}/lib/dhcp/dhcpd.leases\"|g' config.h

%make

%install
%makeinstall INSTALL_USER=`id -un` INSTALL_GROUP=`id -gn`

# pam auth
install -d %{buildroot}%{_sysconfdir}/pam.d/
install -d %{buildroot}%{_sysconfdir}/security/console.apps

install -m 644 %{name}.pam %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -m 644 etc/security/console.apps/%{name} %{buildroot}%{_sysconfdir}/security/console.apps/%{name}

# locales
%find_lang %name

# Mandriva Icons
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}
convert -geometry 48x48 pixmaps/gdhcpd.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 pixmaps/gdhcpd.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 pixmaps/gdhcpd.png %{buildroot}%{_miconsdir}/%{name}.png

# Mandriva Menus
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=GDHCPD
Comment=%{summary}
Exec=%{_sbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Settings;Network;GTK;
EOF

# Prepare usermode entry
mv %{buildroot}%{_sbindir}/gdhcpd %{buildroot}%{_sbindir}/gdhcpd.real
ln -s %{_bindir}/consolehelper %{buildroot}%{_sbindir}/gdhcpd

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<_EOF_
USER=root
PROGRAM=%{_sbindir}/gdhcpd.real
SESSION=true
FALLBACK=false
_EOF_

rm -rf %{buildroot}%{_datadir}/doc/%{name}

%files -f %{name}.lang
%defattr(-,root,root,0755)
%doc COPYING AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%{_sbindir}/%{name}
%{_sbindir}/%{name}.real
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/pixmaps/*.png
%{_datadir}/pixmaps/%{name}/*.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Sat Aug 02 2014 abfonly <abfonly@gmail.com> 0.3.2-9
+ Revision: 59ea5c0
- fix png rgb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1524 |14cr|gdis-0.89-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary: 	A molecular and crystal model viewer 
Name: 		gdis
Version: 	0.89
Release: 	8
License: 	GPL
Group: 		Sciences/Chemistry
URL: 		http://gdis.sourceforge.net/
Source: 	%name-%version-source.tar.bz2
Source2:	%name-models.tar.bz2
BuildRequires: 	mesaglu-devel pkgconfig(glut) gtk2-devel gtkglext-devel
Requires: 	povray imagemagick openbabel grace

%description
gdis is a graphical program for displaying and manipulating 
molecular and crystal systems.

%prep
%setup -q -a 2
mv gdis/models .
rm -fr gdis
rm -fr models/CVS

%build
export LDFLAGS="-lm"
%make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}/%{_bindir}
make INSTALL=%{buildroot}/%{_bindir} install

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=A molecular and crystal model viewer
Exec=%{name} 
Icon=chemistry_section
Terminal=false
Type=Application
Categories=Science;Chemistry;
EOF

%files
%defattr (-,root,root,0755)
%doc README CHANGELOG TODO
%_bindir/*
%_datadir/applications/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.89-8
+ Revision: 25c5b8c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1525 |14cr|gdlmm-3.7.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d "." -f -2)

%define api 3.0
%define major 2
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname -d %{name}

Summary:	C++ binding for the gdl library
Name:		gdlmm
Version:	3.7.3
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org/
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gdl-3.0) >= 3.7
BuildRequires:	pkgconfig(glibmm-2.4) >= 2.16
BuildRequires:	pkgconfig(gtkmm-3.0) >= 3.0
BuildRequires:	doxygen
BuildRequires:	xsltproc

%description
gdlmm is the C++ binding for the gdl library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++ binding for the gdl library
Group:		System/Libraries

%description -n %{libname}
gdlmm is the C++ binding for the gdl library.

%files -n %{libname}
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and include files for gdlmm
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
gdlmm development files.

%files -n %{devname}
%doc %{_datadir}/doc/gdlmm-%{api}/
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/%{name}-%{api}
%{_datadir}/devhelp/books/%{name}-%{api}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh

# first remove outdated generated source files
%configure2_5x
make maintainer-clean

# now build it
%configure2_5x
# generate source files
pushd gdl/src
make all-local
popd
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.3-2
+ Revision: a721420
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1526 |14cr|gdome2-0.8.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname  %mklibname gdome %{major}
%define devname %mklibname -d gdome

Summary:	A DOM level2 library for accessing XML files
Name:		gdome2
Version:	0.8.1
Release:	12
License:	LGPLv2.1+
Group:		System/Libraries
URL:		http://gdome2.cs.unibo.it
Source0:	http://gdome2.cs.unibo.it/tarball/%{name}-%{version}.tar.bz2
Patch0:		gdome2-0.8.1-gdome-config_lib64.diff
Patch1:		gdome2-0.8.1-fix-str-fmt.patch
Patch2:		gdome2-0.8.1-libxml2.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%description
Libgdome is a DOM C library developed for the Gnome project. It's a DOM level2
implementation. Libgdome supports "Core", "XML", "Events" and "MutationEvents"
modules. It's based on libxml2.

%package -n	%{libname}
Summary:	A DOM level2 library for accessing XML files
Group:		System/Libraries

%description -n	%{libname}
A fast, light and complete DOM level2 implementation based on libxml2.

%files -n %{libname}
%{_libdir}/libgdome.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	DOM level2 library for accessing XML files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
This package contains the header files and static libraries for
developing with libgdome.

%files -n %{devname}
%doc AUTHORS MAINTAINERS ChangeLog README COPYING COPYING.LIB
%{_bindir}/gdome-config
%{_datadir}/aclocal/gdome2.m4
%{_includedir}/*
%{_libdir}/pkgconfig/gdome2.pc
%{_libdir}/libgdome.so
%{_libdir}/*.sh
%{_mandir}/man1/gdome-config.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--disable-glib-1

%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-12
+ Revision: a1c5f5f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1527 |14cr|geany-1.23.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#for educational needs
%define edm	1

Summary:	Small C editor using GTK2
Name: 		geany
Version: 	1.23.1
Release: 	2
License: 	GPLv2+
Group: 		Development/C
URL: 		http://geany.uvena.de/
Source0: 	http://download.geany.org/%{name}-%{version}.tar.bz2
# The following tags files were retrieved 17 Aug 2009
Source1:	http://download.geany.org/contrib/tags/sqlite3.c.tags
Source2:	http://download.geany.org/contrib/tags/std.glsl.tags
Source3:	http://download.geany.org/contrib/tags/gtk216.c.tags
Source4:	http://download.geany.org/contrib/tags/xfce46.c.tags
Source5:	http://download.geany.org/contrib/tags/dbus-glib-0.76.c.tags
Source6:	http://download.geany.org/contrib/tags/geany-api-0.18.c.tags
Source7:	http://download.geany.org/contrib/tags/standard.css.tags
Source8:	http://download.geany.org/contrib/tags/std.vala.tags
# Russian help source. You may create another similar file for you language
Source9: 	index.html
Source10: 	images.tar.bz2
# Replace default setup for FreeBasic on MS QB compatable and complex Haskell 
# on simple Hugs98
Patch0:		001_geany_qb_fb.patch
Patch1:		002_geany_hugs98.patch
# Russian doc patch
Patch2:		ru_doc.patch
# Patch3:		ru_compile_typo.patch
Patch4:		geany-1.23-rosaconf.patch

BuildRequires:  desktop-file-utils
BuildRequires:  imagemagick
BuildRequires:  intltool
BuildRequires:	lxterminal
BuildRequires:  perl-XML-Parser
BuildRequires:  pkgconfig(gtk+-2.0)

Suggests:	geany-plugins

%description
Geany is a small C editor using GTK2 with basic features of an
integrated development environment. It features syntax highlighting,
code completion, call tips, many supported filetypes (including C,
Java, PHP, HTML, DocBook, Perl, LateX, and Bash), and symbol lists.

%package devel
Summary:	Header files for building Geany plug-ins
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description devel
This package contains the header files and pkg-config file needed for
building Geany plug-ins. You do not need to install this package

%prep
%setup -q
# For future reason add edm distepoch  You may recreate packets set edm to 0
%if %{edm}
%patch0 -p0
%patch1 -p0
%endif
%patch2 -p1
# %patch3 -p0
%patch4 -p1

%build
%configure2_5x
%make LIBS='-lgmodule-2.0'

%install
%makeinstall
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

#Fix for Russian
sed 's/Name\[ru\]=Geany/Name\[ru\]=Среда разработки Geany/g' -i %{buildroot}%{_datadir}/applications/geany.desktop
mkdir -p  %{buildroot}%{_defaultdocdir}/%{name}/html/ru/
install -Dpm 0644 %{SOURCE9} %{buildroot}%{_defaultdocdir}/%{name}/html/ru/
tar -xjvf %SOURCE10
mv images %{buildroot}%{_defaultdocdir}/%{name}/html/ru/

# research locale file
%find_lang %{name}

# prepare menu
# we remove the key "Version" and "Encoding" because it's invalid
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="GNOME" \
	--remove-key="Version" \
	--remove-key="Encoding" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# Install tags files
install -p %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{buildroot}%{_datadir}/%{name}

# remove useless file
rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
rm -f %{buildroot}%{_datadir}/icons/Tango/icon-theme.cache

%files -f %{name}.lang
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_defaultdocdir}/%{name}
%{_iconsdir}/hicolor/*/apps/*
%{_iconsdir}/hicolor/*/actions/*
%{_iconsdir}/Tango/*/actions/*
%{_mandir}/man1/%{name}.*

%files devel
%{_includedir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.23.1-2
+ Revision: 34798ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1528 |14cr|geany-plugins-1.23-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global geany_plug_docdir %{_defaultdocdir}/%{name}

Summary:	A collection of different plugins for Geany
Name:		geany-plugins
Version:	1.23
Release:	4
License:	GPLv2+ and GPLv3+
Group:		Development/GNOME and GTK+
Url:		http://plugins.geany.org/
Source0:	http://plugins.geany.org/geany-plugins/%{name}-%{version}.tar.bz2
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(geany)
BuildRequires:	pkgconfig(gtkspell-2.0)
BuildRequires:	pkgconfig(lua) < 5.2
Requires:	geany
Requires:	lua5.1

%description
Geany-Plugins is a collection of different plugins for Geany,
a lightweight IDE. It provides a common location for plugin authors
and users with a known infrastructure and support. List of included
plugins:


- Addons: Collection of small addons for geany
- Codenav: make it possible to
           - switch between header and implementation
           - go to a file by typing its name
- Geanydoc: allow executing specified commands on the
            current word at the cursor position
- Geanyextreasel: The Extra Selection adds several selection
                  enhancements to geany
- Geanygdb: integrated debugging support within Geany via
            the GNU Debugger (GDB).
- Geanyinsertnum: replaces a (possibly zero-width) rectangular selection
                  with integer numbers, using start/step/base etc.
                  specified by the user.
- Geanylatex: GeanyLaTeX is a plugin for Geany IDE to improve work
              with LaTeX.
- Geanylipsum: implements a Lorem Ipsum generator to insert
               placeholder text into your document
- Geanyprj: alternative project manager for Geany fast light IDE
- Geanysendmail: send a document as attachment using the preferred
                 mail client from inside Geany
- Geanyvc: provides a uniform way of accessing the different
           version-control systems inside Geany IDE.
- ShiftColumn: allows you to move blocks of text horizontally
- Spellcheck: checks the content of the current document in Geany
              with the spell check library Enchant
- Treebrowser

%files -f %{name}.lang
%doc NEWS README
%if "%{_libdir}" != "%{_libexecdir}"
%{_libexecdir}/geany-plugins
%endif
%{_iconsdir}/hicolor/16x16/apps/*
%{_libdir}/geany-plugins
%{_libdir}/geany/*
%{_datadir}/geany-plugins

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --docdir=%{geany_plug_docdir}
make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.23-4
+ Revision: 4509866
- Force lua 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1529 |14cr|geary-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A lightweight email program designed around conversations
Name:		geary
Version:	0.6.0
Release:	2
License:	LGPLv2+
Group:		Networking/Mail
URL:		http://yorba.org/geary/
Source0:	http://yorba.org/download/geary/stable/%{name}-%{version}.tar.xz

BuildRequires:	vala >= 0.18
BuildRequires:	vala-tools
BuildRequires:	make
BuildRequires:	cmake
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.30.0
BuildRequires:	pkgconfig(gio-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.2.0
BuildRequires:	pkgconfig(gee-1.0) >= 0.6.0
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(unique-3.0) >= 3.0.0
BuildRequires:	pkgconfig(libnotify) >= 0.7.5
BuildRequires:	pkgconfig(libcanberra) >= 0.28
BuildRequires:	pkgconfig(sqlite3) >= 3.7.4
BuildRequires:	pkgconfig(gmime-2.6) >= 2.6.0
BuildRequires:	pkgconfig(gnome-keyring-1) >= 3.2.2
BuildRequires:	pkgconfig(webkitgtk-3.0) >= 1.8.0
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	xml2po

Requires:	hicolor-icon-theme

%description
Geary is a new email reader for GNOME designed to let you read your email
quickly and effortlessly. Its interface is based on conversations, so you
can easily read an entire discussion without having to click from message
to message.
Geary is still in early development and has limited features today, but
we're planning to add lightning-fast searching, multiple account support,
and much more. Eventually we'd like Geary to have an extensible plugin
architecture so that developers will be able to add all kinds of nifty
features in a modular way.

%prep
%setup -q

%build
%cmake

%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS MAINTAINERS README THANKS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/appdata/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.yorba.geary.gschema.xml
%{_datadir}/icons/hicolor/*/apps/%{name}.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-2
+ Revision: c2af158
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1530 |14cr|geda-1.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libmajor 42

Summary:	GPL Electronic Design Automation Project
Name:		geda
Epoch:		1
Version:	1.8.1
Release:	4
License:	GPLv2
Group:		Office
Url:		http://www.gpleda.org/
Source:		ftp://ftp.geda-project.org/geda-gaf/stable/v1.8/%{version}/geda-gaf-%{version}.tar.gz
Patch0:		geda-gaf-1.8.1-linkage.patch
Patch1:		geda-gaf-1.8.1-desktop.patch
BuildRequires:	shared-mime-info
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(guile-2.0)
BuildRequires:	libstroke-devel
BuildRequires:	guile
Requires:	geda-gattrib
Requires:	geda-gschem
Requires:	geda-gnetlist
Requires:	geda-gsymcheck
Requires:	geda-symbols
Requires:	geda-utils
Suggests:	geda-docs
Suggests:	geda-examples

%description
The GPL Electronic Design Automation (gEDA) project has produced and
continues working on a full GPL'd suite and toolkit of Electronic
Design Automation tools. These tools are used for electrical circuit
design, schematic capture, simulation, prototyping, and
production. Currently, the gEDA project offers a mature suite of free
software applications for electronics design, including schematic
capture, attribute management, bill of materials (BOM) generation,
net listing into over 20 net list formats, analog and digital
simulation, and printed circuit board (PCB) layout.

%files

#--------------------------------------------------------------------------
%package -n lib%{name}-data
Summary:	Static data from %{name}
Group:		Sciences/Other
Conflicts:	%{name}-symbols < 1:1.6.0-2

%description -n lib%{name}-data
This packages contains some help files and other
static stuff.

The gEDA project is working on producing a full GPL'd suite of
Electronic Design Automation tools. These tools are used for electrical
circuit design, simulation, prototyping, and production.

%files -n lib%{name}-data -f lib%{name}%{libmajor}.lang
%dir %{_datadir}/gEDA
%{_datadir}/gEDA/prolog.ps
%{_datadir}/gEDA/scheme/geda.scm
%{_datadir}/gEDA/scheme/color-map.scm
%{_datadir}/gEDA/system-gafrc
%{_datadir}/gEDA/print-colormap-*
%{_iconsdir}/hicolor/*/mimetypes/*
%{_datadir}/mime/packages/*

#--------------------------------------------------------------------------
%define libname %mklibname %{name} %{libmajor}

%package -n %{libname}
Summary:	Libraries for the gEDA project
Group:		Sciences/Other
Requires:	lib%{name}-data = %{EVRD}

%description -n %{libname}
This package contains libgeda%{libmajor} (library needed by gEDA applications).

The gEDA project is working on producing a full GPL'd suite of
Electronic Design Automation tools. These tools are used for electrical
circuit design, simulation, prototyping, and production.

%files -n %{libname}
%{_libdir}/*.so.%{libmajor}
%{_libdir}/*.so.%{libmajor}.*

#--------------------------------------------------------------------------
%define develname %mklibname -d %{name}

%package -n %{develname}
Summary:	Development libraries for the gEDA project
Group:		Sciences/Other
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{develname}
This package contains libgeda%{libmajor} development libraries needed
by gEDA applications) and the necessary header files for development.

The gEDA project is working on producing a full GPL'd suite of
Electronic Design Automation tools. These tools are used for electrical
circuit design, simulation, prototyping, and production.

%files -n %{develname}
%{_libdir}/libgeda.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/libgeda

#--------------------------------------------------------------------------
%package symbols
Summary:	Electronic symbols for gEDA
Group:		Sciences/Other

%description symbols
This package contains a bunch of symbols of electronic devices
used by gschem, the gEDA project schematic editor.

%files symbols
%dir %{_datadir}/gEDA/sym
%dir %{_datadir}/gEDA/sym/*/
%{_datadir}/gEDA/sym/*/*
%{_datadir}/gEDA/gafrc.d
%{_datadir}/doc/geda-gaf/nc.pdf

#--------------------------------------------------------------------------
%package gattrib
Summary:	Electronics schematics editor
Group:		Sciences/Other
Requires:	%{name}-symbols = %{EVRD}

%description gattrib
Gattrib is gEDA's attribute editor.  It reads a set of gschem .sch
files (schematic files), and creates a spreadsheet showing all
components in rows, with the associated component attributes listed in
the columns.  It allows the user to add, modify, or delete component
attributes outside of gschem, and then save the .sch files back
out.  When it is completed, it will allow the user to edit attributes
attached to components, nets, and pins.  (Currently, only component
attribute editing is implemented; pin and net attributes are displayed
only.)

%files gattrib -f %{name}-gattrib.lang
%{_bindir}/gattrib
%{_datadir}/gEDA/system-gattribrc
%{_datadir}/gEDA/gattrib-menus.xml
%{_datadir}/applications/geda-gattrib.desktop
%{_iconsdir}/hicolor/*/apps/geda-gattrib.*
%{_datadir}/doc/geda-gaf/man/gattrib.html
%{_mandir}/man1/gattrib.1.xz

#--------------------------------------------------------------------------
%package gschem
Summary:	Electronics schematics editor
Group:		Sciences/Other
Requires:	%{name}-symbols = %{EVRD}
Conflicts:	%{name}-symbols < 1:1.6.0-2

%description gschem
Gschem is an electronics schematic editor. It is part of the gEDA project.

%files gschem -f %{name}-gschem.lang
%{_bindir}/gschem
%{_mandir}/man1/gschem.*
%{_datadir}/gEDA/bitmap/gschem*
%{_datadir}/gEDA/system-gschemrc
%{_datadir}/gEDA/gschem-*
%{_datadir}/gEDA/scheme/auto-place-attribs.scm
%{_datadir}/gEDA/scheme/auto-uref.scm
%{_datadir}/gEDA/scheme/default-attrib-positions.scm 
%{_datadir}/gEDA/scheme/generate_netlist.scm
%{_datadir}/gEDA/scheme/gschem.scm
%{_datadir}/gEDA/scheme/image.scm
%{_datadir}/gEDA/scheme/list-keys.scm
%{_datadir}/gEDA/scheme/partslist-common.scm
%{_datadir}/gEDA/scheme/pcb.scm
%{_datadir}/gEDA/scheme/print.scm
%{_datadir}/gEDA/scheme/print-NB-attribs.scm
%{_datadir}/gEDA/scheme/geda/attrib.scm
%{_datadir}/gEDA/scheme/geda/core/gettext.scm
%{_datadir}/gEDA/scheme/geda/deprecated.scm
%{_datadir}/gEDA/scheme/geda/object.scm
%{_datadir}/gEDA/scheme/geda/os.scm
%{_datadir}/gEDA/scheme/geda/page.scm
%{_datadir}/gEDA/scheme/gschem/attrib.scm
%{_datadir}/gEDA/scheme/gschem/core/gettext.scm
%{_datadir}/gEDA/scheme/gschem/deprecated.scm
%{_datadir}/gEDA/scheme/gschem/gschemdoc.scm
%{_datadir}/gEDA/scheme/gschem/hook.scm
%{_datadir}/gEDA/scheme/gschem/keymap.scm
%{_datadir}/gEDA/scheme/gschem/selection.scm
%{_datadir}/gEDA/scheme/gschem/util.scm
%{_datadir}/gEDA/scheme/gschem/window.scm
%{_datadir}/doc/geda-gaf/man/gschem.html
%{_datadir}/applications/geda-gschem.desktop
%{_iconsdir}/hicolor/*/apps/geda-gschem.*
%{_infodir}/geda-scheme.info.*

#--------------------------------------------------------------------------
%package gsymcheck
Summary:	Electronics schematics editor
Group:		Sciences/Other
Requires:	%{name}-symbols = %{EVRD}

%description gsymcheck
Gsymcheck is a utility to check symbols for gschem. It is part
of the gEDA project.

%files gsymcheck
%{_bindir}/gsymcheck
%{_datadir}/gEDA/system-gsymcheckrc
%{_datadir}/doc/geda-gaf/man/gsymcheck.html
%{_mandir}/man1/gsymcheck.*

#--------------------------------------------------------------------------
%package utils
Summary:	Net lister for the gEDA project
Group:		Sciences/Other
Requires:	%{name}-symbols = %{EVRD}

%description utils
Several utilities for the gEDA project.

%files utils
%{_bindir}/gmk_sym
%{_bindir}/smash_megafile
%{_bindir}/convert_sym
%{_bindir}/sarlacc_schem
%{_bindir}/sarlacc_sym
%{_bindir}/gschlas
%{_bindir}/olib
%{_bindir}/refdes_renum
%{_bindir}/gsch2pcb
%{_bindir}/pads_backannotate
%{_bindir}/tragesym
%{_bindir}/garchive
%{_bindir}/grenum
%{_bindir}/gsymfix
%{_bindir}/schdiff
%{_bindir}/pcb_backannotate
%{_bindir}/gxyrs
%{_datadir}/gEDA/perl/lib/gxyrs.pm
%{_datadir}/gEDA/system-gschlasrc
%{_datadir}/doc/geda-gaf/man/grenum.html
%{_datadir}/doc/geda-gaf/man/convert_sym.html
%{_datadir}/doc/geda-gaf/man/garchive.html
%{_datadir}/doc/geda-gaf/man/gmk_sym.html
%{_datadir}/doc/geda-gaf/man/gsch2pcb.html
%{_datadir}/doc/geda-gaf/man/gschlas.html
%{_datadir}/doc/geda-gaf/man/gsymfix.html
%{_datadir}/doc/geda-gaf/man/gxyrs.html
%{_datadir}/doc/geda-gaf/man/olib.html
%{_datadir}/doc/geda-gaf/man/pads_backannotate.html
%{_datadir}/doc/geda-gaf/man/pcb_backannotate.html
%{_datadir}/doc/geda-gaf/man/refdes_renum.html
%{_datadir}/doc/geda-gaf/man/sarlacc_schem.html
%{_datadir}/doc/geda-gaf/man/sarlacc_sym.html
%{_datadir}/doc/geda-gaf/man/schdiff.html
%{_datadir}/doc/geda-gaf/man/smash_megafile.html
%{_datadir}/doc/geda-gaf/man/tragesym.html
%{_datadir}/doc/geda-gaf/readmes
%{_mandir}/man1/grenum.1*
%{_mandir}/man1/convert_sym.1*
%{_mandir}/man1/garchive.1*
%{_mandir}/man1/gmk_sym.1*
%{_mandir}/man1/gsch2pcb.1*
%{_mandir}/man1/gschlas.1*
%{_mandir}/man1/gsymfix.1*
%{_mandir}/man1/gxyrs.1*
%{_mandir}/man1/olib.1*
%{_mandir}/man1/pads_backannotate.1*
%{_mandir}/man1/pcb_backannotate.1*
%{_mandir}/man1/refdes_renum.1*
%{_mandir}/man1/sarlacc_schem.1*
%{_mandir}/man1/sarlacc_sym.1*
%{_mandir}/man1/schdiff.1*
%{_mandir}/man1/smash_megafile.1*
%{_mandir}/man1/tragesym.1*

#--------------------------------------------------------------------------
%package gnetlist
Summary:	Net lister for the gEDA project
Group:		Sciences/Other
Requires:	%{name}-symbols = %{EVRD}
Conflicts:	%{name}-symbols < 1:1.6.0-2

%description gnetlist
Gnetlist generates net lists from schematics drawn with gschem
(the gEDA schematic editor). Possible output formats are:
- spice net lists
- verilog
- tango

%files gnetlist
%dir %{_datadir}/gEDA
%{_bindir}/gnetlist
%{_bindir}/sw2asc
%{_mandir}/man1/gnetlist.*
%{_datadir}/gEDA/system-gnetlistrc
%{_datadir}/gEDA/scheme/gnet*.scm
%dir %{_datadir}/gEDA/scheme/gnetlist
%{_datadir}/gEDA/scheme/gnetlist/backend-getopt.scm
%{_datadir}/doc/geda-gaf/man/gnetlist.html
%{_datadir}/doc/geda-gaf/man/sw2asc.html
%{_mandir}/man1/sw2asc.1*

#--------------------------------------------------------------------------
%package examples
Summary:	Examples for the gEDA project
Group:		Sciences/Other

%description examples
This package provide example for the gEDA project.

%files examples
%{_datadir}/doc/geda-gaf/examples

#--------------------------------------------------------------------------
%package docs
Summary:	Doc for the gEDA project
Group:		Sciences/Other

%description docs
This package provides documentation for the gEDA project.

%files docs
%{_datadir}/doc/geda-gaf/wiki
%{_datadir}/doc/geda-gaf/gedadocs.html

#--------------------------------------------------------------------------

%prep
%setup -qn geda-gaf-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-update-xdg-database \
	--disable-static \
	--disable-rpath
%make

%install
%makeinstall_std

%find_lang lib%{name}%{libmajor}
%find_lang %{name}-gattrib
%find_lang %{name}-gschem
#fix linting
sed -i 's/\r//' %{buildroot}%{_datadir}/doc/geda-gaf/examples/RF_Amp/{Q2,MSA-2643,Q1}.cir
sed -i 's/\r//' %{buildroot}%{_datadir}/doc/geda-gaf/examples/TwoStageAmp/spice.netlist






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.8.1-4
+ Revision: 504858e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1531 |14cr|gedit-root-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gedit-root
Summary:	Lets you launch gedit as root from the menu
Version:	1.0
Release:	8
Source0:	gedit-root.console
Source1:	gedit-root.desktop
Source2:	gedit-root.pam
License:	GPLv2+
Group:		Editors
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
Requires:	gedit
Requires:	usermode-consoleonly

%description
%{name} creates a command named %{name} which launches gedit with
root privileges (after authenticating via consolehelper), and adds a
menu launcher so you can launch gedit as root from the system menu.

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/security/console.apps/%{name}
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/%{name}
mkdir -p %{buildroot}%{_bindir}
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/gedit-root

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_desktop_database}
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_desktop_database}
%endif

%files
%defattr(-, root, root)
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_sysconfdir}/security/console.apps/%{name}
%{_sysconfdir}/pam.d/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-8
+ Revision: 1bf6936
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1532 |14cr|geeqie-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define docname %{name}

Summary:	Graphics file browser utility
Name:		geeqie
Version:	1.1
Release:	3
License:	GPLv2+
Group:		Graphics
Url:		http://sourceforge.net/projects/geeqie/
Source0:	%{name}-%{version}.tar.gz
# sent upstream 2010/02/19 
# http://sourceforge.net/tracker/?func=detail&aid=2954914&group_id=222125&atid=1054680
Patch0:         geeqie_lib64.diff
Patch1:		geeqie-1.0-champlain0.8.patch

BuildRequires:  intltool 
BuildRequires:  pkgconfig(champlain-0.12)
BuildRequires:  pkgconfig(exiv2)
BuildRequires:  pkgconfig(gnome-doc-utils)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(lcms)
BuildRequires:  pkgconfig(liblircclient0)

%description
Geeqie is a browser for graphics files.
Offering single click viewing of your graphics files.
Includes thumbnail view, zoom and filtering features.
And external editor support.

%prep
%setup -q
%patch0 -p0
%patch1 -p1
autoreconf -fi

%build
%configure2_5x \
	--with-readmedir="%{_docdir}/%{docname}" \
	--enable-gps \
	--enable-lirc

%make

%install
mkdir -p %{buildroot}%{_docdir}/%{name}/html
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README README.lirc 
%{_bindir}/geeqie
%{_datadir}/applications/geeqie.desktop
%{_datadir}/pixmaps/geeqie.png
%{_datadir}/%{name}/applications/*
%{_datadir}/%{name}/template.desktop
%{_libdir}/%{name}/*
%{_mandir}/man1/geeqie*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: 599c1a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1533 |14cr|geis-2.2.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Gesture Engine Interface and Support Interface
Name:		geis
Version:	2.2.16
Release:	3
License:	GPLv3+
Group:		System/Libraries
Url:		https://launchpad.net/geis
Source0:	https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(frame)
BuildRequires:	pkgconfig(grail)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xorg-server)

%description
GEIS is a library for applications and toolkit programmers which provides
a consistent platform independent interface for any system-wide input gesture
recognition mechanism.

%files
%doc README COPYING
%{_bindir}/geis-server
%{_bindir}/geistest
%{_mandir}/man1/geis*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Gesture Engine Interface and Support lLibrary package
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically linked
with geis.

%files -n %{libname}
%{_libdir}/libgeis.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Gesture Engine Interface and Support development package
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}geis1 < 2.2.16

%description -n %{devname}
This package provides headers files for geis development.

%files -n %{devname}
%{_includedir}/%{name}/geis.h
%{_includedir}/%{name}/geisimpl.h
%{_libdir}/libgeis.so
%{_libdir}/pkgconfig/libgeis.pc

#----------------------------------------------------------------------------

%package -n python3-%{name}
Summary:	GEIS python bindings
Group:		Development/Python
Requires:	%{libname} = %{EVRD}
Obsoletes:	python-%{name} < 2.2.16
Conflicts:	python-%{name} < 2.2.16

%description -n python3-%{name}
GEIS python bindings.

%files -n python3-%{name}
%{_bindir}/pygeis
%{python3_sitelib}/%{name}/
%{python3_sitearch}/_geis_bindings.so
%{_mandir}/man1/pygeis.1*

#----------------------------------------------------------------------------

%package -n %{name}view
Summary:	GEIS View
Requires:	python3-%{name} = %{EVRD}

%description -n %{name}view
GEIS View.

%files -n %{name}view
%{_bindir}/%{name}view
%{_datadir}/applications/geisview.desktop
%{_datadir}/geisview/*.ui
%{_datadir}/pixmaps/geisview32x32.xpm
%{python3_sitelib}/%{name}view/

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
automake --add-missing
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.16-3
+ Revision: c4589b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1534 |14cr|gelide-0.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gelide
Version:	0.1.5
Release:	4
Summary:	Emulators manager
Group:		Emulators
License:	GPLv3
URL:		http://gelide.sourceforge.net/
Source0:	http://sourceforge.net/projects/%{name}/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
Patch0:		gelide-0.1.5-glib.patch
Patch1:		gelide-0.1.5-gcc4.7.patch
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool
BuildRequires:	rarian
BuildRequires:	gcc-c++

%description
Gelide is a configurable frontend which let you manage any kind of emulated
system (PC, console, arcade, etc) letting you to catalog and launch any game
from any existing emulator under GNU/Linux. With Gelide, you can configure
any emulator with command line parameters support, without the need of
remember them every now and then.

%prep
%setup -q
%patch0 -p1 -b .glib~
%patch1 -p1 -b .gcc47~

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install \
	--remove-key="Version" \
	--remove-key="Encoding" \
	--dir=%{buildroot}%{_datadir}/applications/ \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

rm -rf %{buildroot}/usr/doc

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS ChangeLog README INSTALL COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*.xml
%{_datadir}/%{name}/pixmaps/*
%{_datadir}/%{name}/ui/*
%{_iconsdir}/hicolor/*
%{_mandir}/*/%{name}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.5-4
+ Revision: 8a98db7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1535 |14cr|gemdropx-0.9-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tetris meets Space Invaders
Name:		gemdropx
Version:	0.9
Release:	13
Source0:	ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/gemdropx-%{version}.tar.bz2
License:	GPLv2+
Url:		http://newbreedsoftware.com/gemdropx
Group:		Games/Arcade
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	SDL-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	imagemagick
Patch0:		%{name}-0.9-fix-CFLAGS.patch

%description
Gem Drop X is a fast-paced puzzle game where it's your job to clear the screen
of gems before they squash you! (You're at the bottom, they're at the top, and
they keep coming!)

%prep
%setup -q
%patch0 -p1
chmod a+r -R .
rm -rf `find -type d -name .xvpics`

%build
%make CFLAGS="%{optflags}" DATA_PREFIX=%{_gamesdatadir}/%{name}/

%install
rm -rf $RPM_BUILD_ROOT
install -D %{name} $RPM_BUILD_ROOT%{_gamesbindir}/%{name}
install -d $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}
cp -a data/* $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}

%{__install} -d $RPM_BUILD_ROOT{%{_liconsdir},%{_miconsdir}}
convert data/images/gemdropx-icon.xpm -size 16x16 $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
convert data/images/gemdropx-icon.xpm -size 32x32 $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
convert data/images/gemdropx-icon.xpm -size 48x48 $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Gem Drop X
Comment=%{summary}
Exec=%_gamesbindir/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc AUTHORS.txt CHANGES.txt README.txt
%{_gamesdatadir}/%{name}
%{_datadir}/applications/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%defattr(755,root,root,755)
%{_gamesbindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-13
+ Revision: ee2a135
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1536 |14cr|gemo-utilities-20070201-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	jarlibs	xalan-j2

Name:		gemo-utilities
Version:	20070201
Release:	12
Summary:	Gemo Utilities
License:	LGPL
Group:		Development/Java
Url:		http://forge.objectweb.org/projects/activexml/
# from cvs
Source0:	%{name}-%{version}.tar.lzma
BuildRequires:	lzma
BuildRequires:	java-rpmbuild
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	ant
BuildRequires:	%{jarlibs}
Requires:	%{jarlibs}
BuildArch: noarch
BuildRequires:    locales-en

%description
Gemo Utilities

%prep
%setup -q
#make sure that we don't use precompiled java package if shipped
rm -rf lib

%build
export LC_ALL=en_US.ISO-8859-1
CLASSPATH=$(build-classpath %{jarlibs}) \
%{ant} dist -DDSTAMP=%{version}
%{jar} -i dist/%{name}-%{version}.jar

%install
install -d %{buildroot}%{_javadir}
install -m644 dist/%{name}-%{version}.jar -D %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

%files
%defattr(0644,root,root,0755)
%{_javadir}/*.jar

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20070201-12
+ Revision: b8579fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1537 |14cr|gemrb-0.8.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Port of the original Infinity (Game) Engine
Name:		gemrb
Version:	0.8.0.1
Release:	4
Group:		Games/Adventure
License:	GPLv2+
Url:		http://gemrb.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/gemrb/GemRB%20Sources/GemRB%200.7.0%20Sources/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)
Requires:	openal

%description
GemRB (Game Engine Made with pre-Rendered Background) is a portable
open-source implementation of Bioware's Infinity Engine.

It was written to support pseudo-3D role playing games based on the
Dungeons & Dragons ruleset (Baldur's Gate and Icewind Dale series,
Planescape: Torment).

This is not a game, but the engine. You need data installed somewhere, and
point gemrb the the relevant directory. More details and a list of
supported games can be found at
http://gemrb.sourceforge.net/wiki/doku.php?id=getting_started

%files
%defattr(644,root,root,755)
%doc AUTHORS COPYING NEWS README INSTALL
%attr(755,root,root) %{_bindir}/gemrb
%attr(755,root,root) %{_libdir}/gemrb/libgemrb_core.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/NullSource.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/TTFImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/2DAImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/ACMReader.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/AREImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/BAMImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/BIFImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/BIKPlayer.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/BMPImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/BMPWriter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/CHUImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/CREImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/DirectoryImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/DLGImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/EFFImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/FXOpcodes.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/GAMImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/GUIScript.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/IDSImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/INIImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/ITMImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/IWDOpcodes.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/KEYImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/MOSImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/MUSImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/MVEPlayer.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/NullSound.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/OGGReader.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/OpenALAudio.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/PLTImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/PNGImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/PROImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/PSTOpcodes.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/SDLAudio.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/SDLVideo.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/SPLImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/STOImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/TISImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/TLKImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/WAVReader.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/WEDImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/WMPImporter.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/ZLibManager.so
%attr(755,root,root) %{_libdir}/gemrb/plugins/SAVImporter.so

%{_sysconfdir}/gemrb/GemRB.cfg.sample
%{_mandir}/man6/gemrb.6.*
%{_datadir}/gemrb/*
%{_datadir}/applications/gemrb.desktop
%{_iconsdir}/hicolor/scalable/apps/gemrb.svg
%{_datadir}/pixmaps/gemrb.png
%{_bindir}/extend2da.py

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%global optflags %{optflags} -fno-stack-protector
%cmake -DLAYOUT=fhs -DLIB_DIR='%{_libdir}/gemrb'
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}/etc/gemrb/GemRB.cfg.noinstall.sample


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0.1-4
+ Revision: b0e1b97
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1538 |14cr|genius-1.0.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	A general purpose calculator and math tool
Name:		genius
Version:	1.0.17
Release:	2
License:	GPLv3+
Group:		Sciences/Mathematics
URL:		http://www.jirka.org/genius.html
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		genius-1.0.17-readline-fix.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	intltool
BuildRequires:	rarian
BuildRequires:	gmp-devel
BuildRequires:	mpfr-devel
BuildRequires:	readline-devel
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	pkgconfig(vte)

Requires:	ghostscript

%description
Genius is an advanced calculator and a mathematical programming language.
It handles multiple precision floating point numbers, infinite precision
integers, complex numbers and matrixes.

%package devel
Summary:	Files to develop genius plugins
Requires:	%{name} = %{version}

%description devel
Genius is an advanced calculator and a mathematical programming language.
It handles multiple precision floating point numbers, infinite precision
integers, complex numbers and matrixes.

This package contains developmend files and not required for runnind genius.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-mpfr \
	--disable-scrollkeeper \
	--disable-update-mimedb \
	--disable-static
%make

%install
%makeinstall_std

%{find_lang} %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_datadir}/application-registry/*
%{_datadir}/mime/packages/*
%{_datadir}/mime-info/*
%{_iconsdir}/hicolor/*/apps/gnome-genius.png
%{_iconsdir}/hicolor/*/apps/genius-stock-plot.png
%{_libdir}/%{name}
%{_libexecdir}/genius-readline-helper-fifo

%files devel
%{_includedir}/*



%changelog
* Fri Aug 08 2014 abfonly <abfonly@gmail.com> 1.0.17-2
+ Revision: 910160c
- Merge pull request #2 from abfonly/genius:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1539 |14cr|gens-2.15.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gens
Summary:	Sega Genesis/MegaDrive emulator
Version:	2.15.5
Release:	4
Group:		Emulators
License:	GPLv2
Url:		http://sourceforge.net/projects/gens/
Source0:	http://sourceforge.net/projects/gens/files/Gens%20Source%20Code/Gens%20%{version}/%{name}-%{version}.tar.gz
Source1:	%{name}.16.png.bz2
Source2:	%{name}.32.png.bz2
Source3:	%{name}.48.png.bz2
Patch1:		gens-libgl.patch
Patch2:		gens-rpmlint.patch
Patch3:		gens-2.15.5-strings.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	nasm
ExclusiveArch:	%ix86
Conflicts:	gens-gs

%description
Gens is a GPL emulator for the genesis, ported from win32
to BeOS and linux. It was the fastest on win32, and is pretty fast on linux.

%prep
%setup -q
%patch1 -p0
%patch2 -p0
%patch3 -p1

%build
%configure2_5x
%make

%install
%makeinstall
mkdir -p %{buildroot}%{_miconsdir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{_menudir}
bzcat %{SOURCE1} > %{buildroot}%{_miconsdir}/%{name}.png
bzcat %{SOURCE2} > %{buildroot}%{_iconsdir}/%{name}.png
bzcat %{SOURCE3} > %{buildroot}%{_liconsdir}/%{name}.png

install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Gens
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Emulators;Game;Emulator;
EOF

%files
%defattr(-,root,root,0755)
%doc AUTHORS COPYING README INSTALL BUGS
%{_bindir}/%{name}
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/*
%{_datadir}//applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.15.5-4
+ Revision: 4751db1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1540 |14cr|gens-gs-2.16.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sname		gens

Name:		%{sname}-gs
Version:	2.16.7
Release:	6

Summary:	A Sega Genesis, Sega CD and Sega 32X emulator
License:	GPLv2+
Group:		Emulators
URL:		http://info.sonicretro.org/Gens/GS
Source0:	Gens-gs-r7.tar.bz2
Source1:	gens-gs.png
Patch0:		gens-gs-r7-gtk-deprecated.patch

BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(gtkglextmm-1.2)
BuildRequires:	nasm
BuildRequires:	desktop-file-utils

Conflicts:	gens

ExclusiveArch:	%ix86

%description
Gens is an emulator for the Sega Genesis, Sega CD and Sega 32X.

Gens/GS is a version of Gens maintained by GerbilSoft.

The main goal of Gens/GS is to clean up the source code and combine features 
from various forks of Gens.

%prep
%setup -q -n %{name}-r7
%patch0 -p1

%build
autoreconf -i
%configure2_5x LDFLAGS='%{ldflags} -fuse-ld=bfd' CFLAGS='-ldl -lX11'
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
 --remove-category="Application" \
 --remove-category="Game" \
 --add-category="X-MandrivaLinux-MoreApplications-Emulators" \
 --dir %{buildroot}%{_datadir}/applications/ \
 %{buildroot}%{_datadir}/applications/*

rm -f %{buildroot}%{_libdir}/mdp/*.{a,la}

%files
%defattr(-,root,root,0755)
%doc AUTHORS.txt ChangeLog.txt NEWS.txt README.txt doc/*
%{_bindir}/gens
%{_bindir}/mdp_test
%dir %{_datadir}/gens/
%{_datadir}/gens/*
%{_datadir}/applications/gens.desktop
%{_libdir}/mdp/*.so
%{_docdir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.16.7-6
+ Revision: a9bca9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1541 |14cr|genus2reduction-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           genus2reduction
Version:        0.3
Release:        2
Summary:        Computes Reductions of Genus 2 Proper Smooth Curves
Group:          Sciences/Mathematics
License:        GPLv2
URL:            http://www.math.u-bordeaux1.fr/~qliu/G2R/
Source0:        http://www.math.u-bordeaux1.fr/~qliu/G2R/genus2reduction-%{version}.tar.gz
# License clarification:
Source1:        genus2reduction.mbox
# More license clarification:
Source2:        genus2reduction-licenseinfo.txt
# Adapt to pari 2.5
Patch0:         genus2reduction-compile.patch

BuildRequires:  libpari-devel

%description
Computes the conductor and reduction types for a genus 2 hyperelliptic
curve.

As an example of genus2reduction's functionality, let C be a proper
smooth curve of genus 2 defined by a hyperelliptic equation
y^2+Q(x)y=P(x), where P(x) and Q(x) are polynomials with rational
coefficients such that deg(Q(x))<4, deg(P(x))<7.  Let J(C) be the
Jacobian of C, let X be the minimal regular model of C over the ring of
integers Z.

This program determines the reduction of C at any prime number p (that
is the special fiber X_p of X over p), and the exponent f of the
conductor of J(C) at p.

%prep
%setup -q
%patch0
cp -p %{SOURCE1} .
cp -p %{SOURCE2} .

%build
make CC="%{__cc}" CFLAGS="$RPM_OPT_FLAGS -I/usr/include/pari"

%install
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -p -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}

%files
%doc README %{name}.mbox %{name}-licenseinfo.txt
%{_bindir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: 4d3cdbd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1542 |14cr|geogebra-3.2.47.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:             geogebra
Summary:          Free mathematics software for learning and teaching
Version:          3.2.47.0
Release:          3
Group:            Sciences/Mathematics
Url:              http://www.geogebra.org
License:          GPLv2+ ; CC-BY-SAv3+ ; CC-BY-NC-SAv3+
Source:           geogebra-%{version}.tar.gz  
Source1:          %{name}.desktop
Requires:         java >= 1.5.0
Requires(post):   shared-mime-info
Requires(postun): shared-mime-info
BuildArch:        noarch

%description
This package provides GeoGebra.

GeoGebra is free and multi-platform dynamic mathematics software for all
levels of education that joins geometry, algebra, tables, graphing, statistics
and calculus in one easy-to-use package. It has received several educational
software awards in Europe and the USA.

Quick Facts:

- Graphics, algebra and tables are connected and fully dynamic
- Easy-to-use interface, yet many powerful features 
- Authoring tool to create interactive learning materials as web pages 
- Available in many languages for our millions of users around the world 
- Free and open source software



Authors:
--------
    Markus Hohenwarter (Austria & USA): Project leader since 2001
    Michael Borcherds (UK): Lead Developer since 2007
    Yves Kreis (Luxembourg): Developer since 2005

%prep
%setup -q -n geogebra-%{version}

%build
#

%install
%{__install} -d -m755 %{buildroot}%{_datadir}/%{name}
%{__install} -d -m755 %{buildroot}%{_datadir}/%{name}/unsigned
%{__install} -m644 *.jar %{buildroot}%{_datadir}/%{name}
%{__install} -m644 unsigned/*.jar %{buildroot}%{_datadir}/%{name}/unsigned
%{__install} -d -m755 %{buildroot}%{_datadir}/mime/packages
%{__install} -m644 geogebra.xml %{buildroot}%{_datadir}/mime/packages/%{name}.xml
%{__install} -d -m755 %{buildroot}%{_datadir}/applications
%{__install} -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications/
for SIZE in 16x16 22x22 32x32 48x48 64x64 128x128 256x256; do
%{__install} -d -m755 %{buildroot}%{_datadir}/icons/hicolor/$SIZE/apps
%{__install} -d -m755 %{buildroot}%{_datadir}/icons/hicolor/$SIZE/mimetypes
%{__install} -m644 icons/hicolor/$SIZE/apps/geogebra.png %{buildroot}%{_datadir}/icons/hicolor/$SIZE/apps
%{__install} -m644 icons/hicolor/$SIZE/mimetypes/application-vnd.geogebra.file.png %{buildroot}%{_datadir}/icons/hicolor/$SIZE/mimetypes
%{__install} -m644 icons/hicolor/$SIZE/mimetypes/application-vnd.geogebra.tool.png %{buildroot}%{_datadir}/icons/hicolor/$SIZE/mimetypes
done
%{__install} -d -m755 %{buildroot}%{_docdir}/%{name}
%{__install} -m644 license.txt %{buildroot}%{_docdir}/%{name}/COPYING
%{__install} -d -m755 %{buildroot}%{_bindir}

# startscript
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/bash
# simple script to start GeoGebra
func_usage()
{
cat << _USAGE
Usage: %{name} [Java-options] [GeoGebra-options] [FILE]

GeoGebra - Dynamic mathematics software

Java options:
  -Xms<size>                       Set initial Java heap size
  -Xmx<size>                       Set maximum Java heap size

GeoGebra options:
  --help                           Show this help message
  --language=<iso_code>            Set language using locale code, e.g. en, de_AT
  --showAlgebraInput=<boolean>     Show/hide algebra input field
  --showAlgebraWindow=<boolean>    Show/hide algebra window
  --showSpreadsheet=<boolean>      Show/hide spreadsheet
  --fontSize=<number>              Set default font size
  --showSplash=<boolean>           Enable/disable the splash screen
  --enableUndo=<boolean>           Enable/disable Undo
_USAGE
}
# prefer jre-sun, if exists
if [ -z "\$JAVACMD" ]; then
    if [ -e /etc/alternatives/jre_sun/bin/java ]; then
        JAVACMD=/etc/alternatives/jre_sun/bin/java
    else
        JAVACMD=java
    fi
fi
# check for option --help and pass memory options to Java, others to GeoGebra
for i in "\$@"; do
    case "\$i" in
    --help | --hel | --he | --h )
        func_usage; exit 0 ;;
    esac
    if [ \$(expr match "\$i" '.*-Xm') -ne 0 ]; then
        if [ -z "\$JAVA_OPTS" ]; then
            JAVA_OPTS="\$i"
        else
            JAVA_OPTS="\$JAVA_OPTS \$i"
        fi
        shift \$((1))
    else
        if [ \$(expr match "\$i" '.*--') -ne 0 ]; then
            if [ -z "\$GG_OPTS" ]; then
                GG_OPTS="\$i"
            else
                GG_OPTS="\$GG_OPTS \$i"
            fi
            shift \$((1))
        fi
    fi
done
# if memory not set, change to GeoGebra defaults
if [ \$(expr match "\$JAVA_OPTS" '.*-Xmx') -eq 0 ]; then
    JAVA_OPTS="\$JAVA_OPTS -Xmx512m"
fi
if [ \$(expr match "\$JAVA_OPTS" '.*-Xms') -eq 0 ]; then
    JAVA_OPTS="\$JAVA_OPTS -Xms32m"
fi
# run
exec \$JAVACMD \$JAVA_OPTS -jar %{_datadir}/%{name}/geogebra.jar \$GG_OPTS "\$@"
EOF
%{__chmod} 755 %{buildroot}%{_bindir}/%{name}

#%if 0%{?suse_version}
#%suse_update_desktop_file %{name}
#%else
#%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
#desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
#%endif
#%endif

%clean

%post
%if 0%{?mandriva_version}
%{update_menus}
%update_desktop_database
%update_mime_database
%update_icon_cache hicolor
%else
%{_bindir}/update-mime-database %{_datadir}/mime >/dev/null
%endif

%postun
%if 0%{?mandriva_version}
%{clean_menus}
%clean_desktop_database
%clean_mime_database
%update_icon_cache hicolor
%else
%{_bindir}/update-mime-database %{_datadir}/mime >/dev/null
%endif

%files
%defattr(-,root,root)
%dir %{_datadir}/icons/hicolor
%dir %{_datadir}/icons/hicolor/16x16
%dir %{_datadir}/icons/hicolor/22x22
%dir %{_datadir}/icons/hicolor/32x32
%dir %{_datadir}/icons/hicolor/48x48
%dir %{_datadir}/icons/hicolor/64x64
%dir %{_datadir}/icons/hicolor/128x128
%dir %{_datadir}/icons/hicolor/256x256
%dir %{_datadir}/icons/hicolor/16x16/apps
%dir %{_datadir}/icons/hicolor/16x16/mimetypes
%dir %{_datadir}/icons/hicolor/22x22/apps
%dir %{_datadir}/icons/hicolor/22x22/mimetypes
%dir %{_datadir}/icons/hicolor/32x32/apps
%dir %{_datadir}/icons/hicolor/32x32/mimetypes
%dir %{_datadir}/icons/hicolor/48x48/apps
%dir %{_datadir}/icons/hicolor/48x48/mimetypes
%dir %{_datadir}/icons/hicolor/64x64/apps
%dir %{_datadir}/icons/hicolor/64x64/mimetypes
%dir %{_datadir}/icons/hicolor/128x128/apps
%dir %{_datadir}/icons/hicolor/128x128/mimetypes
%dir %{_datadir}/icons/hicolor/256x256/apps
%dir %{_datadir}/icons/hicolor/256x256/mimetypes
%{_docdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/mime/packages/%{name}.xml
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/*.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.47.0-3
+ Revision: 1cc1c59
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1543 |14cr|geoipgen-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Country-to-IPs generator. Geographic IP generator for IPv4 networks
Name:		geoipgen
Version:	0.4
Release:	3
License:	BSD
Group:		Networking/Other
URL:		http://www.morningstarsecurity.com/research/geoipgen
Source0:	http://geoipgen.googlecode.com/files/%{name}-%{version}.tar.gz
BuildArch:	noarch
Requires:	ruby
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
GeoIPgen is a country-to-IPs generator. It's a geographic IP generator for IPv4
networks that uses the MaxMind GeoLite Country database. Geoipgen is the first
published use of a geographic ip database in reverse to translate from
country-to-IPs instead of the usual use of IP-to-country.

%prep

%setup -q

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 geoipgen %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README INSTALL
%{_bindir}/geoipgen




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-3
+ Revision: d8c5f40
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1544 |14cr|geos-3.3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:  geos
Version: 3.3.5
Release: 2
License: LGPLv2+
Summary: GEOS (Geometry Engine, Open Source) topology library
URL: http://trac.osgeo.org/geos
Source0: http://download.osgeo.org/geos/%{name}-%{version}.tar.bz2  
Group: Sciences/Geosciences
BuildRequires: multiarch-utils

%description
The GEOS library provides topological operators and simple spatial constructs:
points, lines, polygons, and collections.

#-----------------------------------------------------------------------------

%define major 3
%define libname	%mklibname geos %{major}

%package -n %{libname}
Summary: Libraries for GEOS
Group: Sciences/Geosciences
Provides: %{name} lib%{name}
Obsoletes: %{libname} < %{version}-%{release}

%description -n %{libname}
The GEOS library provides topological operators and simple spatial constructs:
points, lines, polygons, and collections.

%files -n %{libname}
%{_libdir}/libgeos-%{version}.so

#-----------------------------------------------------------------------------

%define major_c	1
%define libname_c %mklibname geos_c %{major_c}

%package -n %{libname_c}
Summary: Libraries for GEOS
Group: Sciences/Geosciences
Obsoletes: %{libname_c} < %{version}-%{release}

%description -n %{libname_c}
The GEOS library provides topological operators and simple spatial constructs:
points, lines, polygons, and collections.

%files -n %{libname_c}
%{_libdir}/libgeos_c.so.%{major_c}*

#-----------------------------------------------------------------------------

%define devel_name	%mklibname %{name} -d

%package -n %{devel_name}
Summary: Development Libraries for the GEOS topology library
Group: Sciences/Geosciences
Requires: %{libname} = %{version}
Requires: %{libname_c} = %{version}
Provides: %{name}-devel = %{version}
Provides: libgeos-devel = %{version}
Obsoletes: %{mklibname -d geos 3}

%description -n %{devel_name}
The GEOS library provides topological operators and simple spatial constructs:
points, lines, polygons, and collections.

%files -n %{devel_name}
%{_bindir}/geos-config
%{_includedir}/*
%{_libdir}/*.so
%multiarch %{multiarch_bindir}/geos-config

%exclude %{_libdir}/libgeos-%{version}.so

#-----------------------------------------------------------------------------

%define devel_name_static %mklibname %{name} -d -s

%package -n %{devel_name_static}
Summary: Development Libraries for the GEOS topology library
Group: Sciences/Geosciences
Requires: %{devel_name} = %{version}
Provides: %{name}-static-devel = %{version}
Provides: libgeos-static-devel = %{version}
Obsoletes: %{mklibname -d geos 3}
Obsoletes: %{mklibname -d -s geos 3}

%description -n %{devel_name_static}
The GEOS library provides topological operators and simple spatial constructs:
points, lines, polygons, and collections.

%files -n %{devel_name_static}
%{_libdir}/*.a


#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/geos-config


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.5-2
+ Revision: 92e7bdb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1545 |14cr|Geramik-0.27-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK theme
Name:		Geramik
Version:	0.27
Release:	10
License:	GPL
Group:		Graphical desktop/Other
Url:		http://www.kde-look.org/content/show.php?content=3952
Source0:	3952-%{name}-%{version}.tar.bz2
Requires:	QtPixmap
BuildArch:	noarch

%description
This is a theme intended to make GTK applications have a similar look
to the Keramik and ThinKeramik KDE styles.

The theme, and pixmaps within, are based upon the alpha release of
Keramik_GTK by Goamaus. However, most pixmaps have been re-created,
and/or modified.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_datadir}/themes/Geramik/README.html

mv -f Geramik/README.html Geramik-README.html
mv -f ThinGeramik/README.html ThinGeramik-README.html
mv -f ThinGeramik/TODO ThinGeramik-TODO

chmod 644 AUTHORS ChangeLog COPYING README TODO \
Geramik-README.html ThinGeramik-README.html ThinGeramik-TODO

%files
%doc AUTHORS ChangeLog COPYING README TODO
%doc Geramik-README.html ThinGeramik-README.html ThinGeramik-TODO
%dir %{_datadir}/themes/Geramik
%{_datadir}/themes/Geramik/*
%dir %{_datadir}/themes/ThinGeramik
%{_datadir}/themes/ThinGeramik/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.27-10
+ Revision: f193981
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1546 |14cr|gerbv-2.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %name %major
%define develname %mklibname -d %name

Summary:	Gerber file viewer
Name: 		gerbv
Version:	2.6.0
Release: 	2
Source:		http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
URL:		http://gerbv.gpleda.org/
License:	GPLv2+
Group: 		Graphics
BuildRequires:	gtk+2-devel glib2-devel pango-devel atk-devel freetype2-devel
Suggests:	%name-examples = %version

%description
Gerbv is a viewer for Gerber files. Gerber files are generated from PCB CAD 
system and sent to PCB manufacturers as basis for the manufacturing process.

%package examples
Summary:	Gerber file examples for gerbv
Requires:	gerbv
Group: 		Graphics

%description examples
Example files for gerbv.

%package -n %libname
Summary:	Libraries for gerbv
Group:		Graphics

%description -n %libname
Libraries for gerbv.

%package -n %develname
Summary:	Development files for gerbv
Group:		Graphics
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}

%description -n %develname
Development files for gerbv

%prep
%setup -q

%build
%configure2_5x --enable-exportpng --enable-gtk2 --disable-static --disable-update-desktop-database
%make

%install
%makeinstall_std
find %{buildroot} -name *.la -delete

cp -fr doc example %buildroot%_datadir/%name

%files 
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/gerbv
%{_mandir}/man1/gerbv.*
%dir %{_datadir}/gerbv
%{_datadir}/gerbv/gerbv_icon.ico
%{_datadir}/gerbv/doc
%{_datadir}/gerbv/scheme
%_iconsdir/hicolor/*/*/*
%_datadir/applications/*.desktop

%files examples
%{_datadir}/gerbv/example

%files -n %libname
%_libdir/*.so.%{major}*

%files -n %develname
%_libdir/*.so
%_libdir/pkgconfig/*.pc
%_includedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.0-2
+ Revision: 5eab500
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1547 |14cr|getlive-0.59-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	getlive
Summary: 	Fetches mail from a Hotmail or Hotmail Live account
Version: 	0.59
Release: 	3
Epoch:		1
Source:		http://jaist.dl.sourceforge.net/sourceforge/getlive/%{name}-%{version}.tgz
URL:		http://sourceforge.net/projects/getlive/
License:	GPLv2
Group:		Networking/Mail
BuildRoot:	%{_tmppath}/%{name}-buildroot
Requires:	curl
BuildArch:	noarch
Obsoletes:	gotmail
Provides:	gotmail

%description
GetLive is a perl script that fetches mail from your Hotmail or Hotmail
Live account. The mail is then presented to any filter (typically
procmail) for further processing or dropping in a local mailbox.

The scripts keeps track of all downloaded message-ids to avoid double
fetching.

Messages can be marked read or moved to a folder after being downloaded.

%prep
%setup -q 

%build
										
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}/%_bindir
install -m 755 GetLive.pl %{buildroot}/%_bindir/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog License Manual
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.59-3
+ Revision: 2ded6cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1548 |14cr|getmail-4.27.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		getmail
Summary:	POP3 mail retriever with reliable Maildir delivery
Version:	4.27.0
Release:	2
License:	GPLv2
Group:		Networking/Mail
URL:		http://pyropus.ca/software/getmail/
Source0:	http://pyropus.ca/software/getmail/old-versions/%{name}-%{version}.tar.gz
Requires:	python
BuildRequires:	python-devel
BuildArch:	noarch

%description
getmail is intended as a simple replacement for fetchmail for those people
who do not need its various and sundry configuration options, complexities,
and bugs. It retrieves mail from one or more POP3 servers for one or more
email accounts, and reliably delivers into a Maildir specified on a
per-account basis. It can also deliver into mbox files, although this
should not be attempted over NFS. getmail is written entirely in python.

%prep
%setup -q
# workaround a bug in 4.7.8
perl -pi -e 's/^.*getmail\.spec.*$//' setup.py

%build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}
rm -Rf %{buildroot}%{_datadir}/doc/%{name}-%{version}

%files
%doc docs/*
%{py_puresitedir}/getmailcore/
%{py_puresitedir}/*.egg-info
%{_bindir}/getmail*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.27.0-2
+ Revision: 08723c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1549 |14cr|gettext-lint-0.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: gettext-lint
Summary: Gettext linting tools
Version: 0.4
Release: 7
License: GPL
URL: http://gettext-lint.sourceforge.net/
Source: http://prdownloads.sourceforge.net/%name/%name-%version.tar.bz2
Patch0: gettext-lint-0.4-check_formats.patch
Group: Development/Other
Requires: gettext
BuildArchitectures: noarch
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
The gettext lint tools are a collection of tools for checking the validity,
consistency and spelling of PO and POT files.
An experimental glossary building tool is also included.

%prep
%setup -q
%patch0 -p1

%build
aclocal
autoconf
automake -a -c
%configure2_5x
%make

%install
rm -rf %buildroot
%makeinstall

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/POFileChecker
%{_bindir}/POFileClean
%{_bindir}/POFileConsistency
%{_bindir}/POFileEquiv
%{_bindir}/POFileFill
%{_bindir}/POFileGlossary
%{_bindir}/POFileSpell
%{_bindir}/POFileStatus
%{_mandir}/man1/POFileChecker.1*
%{_mandir}/man1/POFileClean.1*
%{_mandir}/man1/POFileConsistency.1*
%{_mandir}/man1/POFileEquiv.1*
%{_mandir}/man1/POFileFill.1*
%{_mandir}/man1/POFileGlossary.1*
%{_mandir}/man1/POFileSpell.1*
%{_mandir}/man1/POFileStatus.1*
%{_datadir}/%{name}
%doc README NEWS AUTHORS




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-7
+ Revision: 1fa35a1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1550 |14cr|getxml-1.0.4-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	XML file internationalization
Name:		getxml
Version:	1.0.4
Release:	12
License:	GPLv2+
Group:		System/Libraries
Url:		http://toutdoux.sourceforge.net
Source0:	%{name}-%{version}.tar.bz2
# from GNU git
Source1:	config.sub.20091120
Source2:	config.guess.20091120
BuildRequires:	pkgconfig(glib)
BuildRequires:	pkgconfig(libxml)

%description
XML File internationalization.

%files
%doc AUTHORS README COPYING NEWS INSTALL ABOUT-NLS
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
install -b %{SOURCE1} config.sub
install -b %{SOURCE2} config.guess

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-12
+ Revision: a1c5395
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1551 |14cr|gexec-0.3.6-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gexec	
%define	version 0.3.6
%define release	12
%define lib_name_orig lib%{name}
%define lib_major 0
%define lib_name        %mklibname %{name} %{lib_major}
%define devel_name	%mklibname -d -s %{name}

Summary:	Scalable cluster remote execution 
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/Remote access
URL:		http://www.cs.berkeley.edu/~bnc/gexec/
Source:		%{name}-%{version}.tar.bz2
Source1:	gexecd
Source2:	gexec.README
Source3:	gexec
Patch0:		gexec-Makefile.in.patch
#Patch0:		
Requires:	authd >= 0.2, xinetd, tftp
Provides:	%{name}-%{version} = %{version}-%{release}
BuildRequires:	libe-devel >= 0.2.1, %{mklibname authd}-devel >= 0.2
BuildRequires:	openssl-devel
#libganglia-monitor1-devel >= 2.4

%package	-n %{devel_name}
Summary:        Gexec scalable cluster remote execution devel package
Provides:       %{name}-devel-%{version} = %{version}-%{release}
Group:          Development/Other
Obsoletes:	%{mklibname gexec 0 -d}

%description
GEXEC is a scalable cluster remote execution system which provides 
fast, RSA authenticated remote execution of parallel and distributed 
jobs. It provides transparent forwarding of stdin, stdout, stderr, and 
signals to and from remote processes, provides local environment 
propagation, and is designed to be robust and to scale to systems over 
1000 nodes.

%description -n %{devel_name}
gexec devel package.

%prep
%setup -q
%patch0 -p0 -b .patch

%build
%configure --prefix=%{buildroot}/usr
#		--enable-ganglia 

make

%install
myname=`id -un`
mygroup=`id -gn`
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}/etc/xinetd.d
mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}
%makeinstall INSTALL_USER=$myname INSTALL_GROUP=$mygroup
mv %{buildroot}/%{_bindir}/gexec %{buildroot}/%{_bindir}/gexec_wrap
install -m 644 %{SOURCE1} %{buildroot}/etc/xinetd.d/gexecd
install -m 644 %{SOURCE2} %{buildroot}/%{_defaultdocdir}/%{name}/README
install -m 755 %{SOURCE3} %{buildroot}/%{_bindir}

%post
CHECK_PORT=`grep -w 2875 /etc/services`
if [ -z "$CHECK_PORT" ]; then
cat >> /etc/services << EOF
# Port needed by gexecd"
gexec	2875/tcp       # Caltech gexec
EOF
fi 

if [ -f /var/run/xinetd.pid ]; then
	echo "Restarting xinetd service"
	service xinetd restart	
fi

%postun
if [ -f /var/run/xinetd.pid ]; then
	echo "Restarting xinetd service"
	service xinetd restart	
fi

%files
%defattr(-,root,root) 
%doc INSTALL ChangeLog AUTHORS README
%config(noreplace) %{_sysconfdir}/xinetd.d/gexecd
%{_bindir}/gexec
%{_bindir}/gexec_wrap
%{_sbindir}/gexecd

%files -n %{devel_name}
%defattr(-,root,root)
%doc INSTALL AUTHORS ChangeLog README
%{_includedir}/gexec_lib.h
%{_libdir}/libgexec.a




%changelog
* Fri Aug 08 2014 abfonly <abfonly@gmail.com> 0.3.6-12
+ Revision: bce7b5c
- Updated gexec.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1552 |14cr|gf2x-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Library for multiplying polynomials over the binary field
Name:		gf2x
Version:	1.1
Release:	4
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://gforge.inria.fr/projects/gf2x/
Source0:	http://gforge.inria.fr/frs/download.php/27999/%{name}-%{version}.tar.gz
BuildRequires:	gmp-devel

%description
gf2x is a library for multiplying polynomials over the binary field.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for multiplying polynomials over the binary field
Group:		System/Libraries

%description -n %{libname}
Library for multiplying polynomials over the binary field.
This package contains the gf2x runtime library.

%files -n %{libname}
%{_libdir}/libgf2x.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
Library for multiplying polynomials over the binary field.
This package contains the gf2x development files.

%files -n %{devname}
%{_includedir}/*.h
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/libgf2x.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
%ifarch %{ix86}
	--disable-sse2 \
%endif
	--disable-static

%make

%install
%makeinstall_std


%changelog
* Fri Sep 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-4
+ Revision: 664d998
- Disable sse2 for 32 bit builds, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1553 |14cr|gfan-0.4plus-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gfan
Group:		Sciences/Mathematics
License:	GPL
Summary:	Computation of Gröbner fans and tropical varieties
Version:	0.4plus
Release:	4
Source:		http://www.math.tu-berlin.de/~jensen/software/gfan/gfan0.4plus.tar.gz
URL:		http://www.math.tu-berlin.de/~jensen/software/gfan/gfan.html

BuildRequires:	gcc-c++
BuildRequires:	gmp-devel
BuildRequires:	cddlib-devel

Patch0:		sagemath.patch
Patch1:		gfan0.4plus-gcc45.patch
Patch2:		gfan0.4plus-fix-str-fmt.patch
Patch3:		gfan0.4plus-gcc47.patch

%description
Gfan is a software package for computing Gröbner fans and tropical varieties.
These are polyhedral fans associated to polynomial ideals. The maximal cones
of a Gröbner fan are in bijection with the marked reduced Gröbner bases of
its defining ideal. The software computes all marked reduced Gröbner bases
of an ideal. Their union is a universal Gröbner basis. The tropical variety
of a polynomial ideal is a certain subcomplex of the Gröbner fan. Gfan
contains algorithms for computing this complex for general ideals and
specialized algorithms for tropical curves, tropical hypersurfaces and
tropical varieties of prime ideals. In addition to the above core functions
the package contains many tools which are useful in the study of Gröbner
bases, initial ideals and tropical geometry. Among these are an interactive
traversal program for Gröbner fans and programs for graphical renderings.
The full list of commands can be found in Appendix B of the manual. For
ordinary Gröbner basis computations Gfan is not competitive in speed
compared to programs such as CoCoA, Singular and Macaulay2.

%prep
%setup -q -n %{name}%{version}

%patch0 -p1
%patch1 -p0
%patch2 -p0 -b .str
%patch3 -p0 -b .gcc47

%build
make						\
	OPTFLAGS="%{optflags} -DGMPRATIONAL"	\
	PREFIX=%{_prefix}			\
	CDD_LINKOPTIONS=-lcddgmp		\
	CDD_INCLUDEOPTIONS=-I%{_includedir}/cdd	\
	all

%install
rm -fr %buildroot
mkdir -p %{buildroot}%{_bindir}
cp -fa %{name} %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_datadir}/%{name}
cp -fa examples %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}%{_docdir}/%{name}
cp -far doc/* %{buildroot}%{_docdir}/%{name}
cp -far homepage %{buildroot}%{_docdir}/%{name}
# this tries to do an "upload", using scp with the package's author account...
rm -f %{buildroot}%{_docdir}/%{name}/homepage/Makefile

pushd %{buildroot}%{_bindir}
    ./%{name} installlinks
popd

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%dir %doc %{_docdir}/%{name}
%doc %{_docdir}/%{name}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4plus-4
+ Revision: 0be12f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1554 |14cr|gforth-0.7.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNU Forth
Name:		gforth
Version:	0.7.3
Release:	1
License:	GPLv3+

Group:		Development/Other
Url:		http://www.jwdt.com/~paysan/gforth.html
Source0:	http://www.complang.tuwien.ac.at/forth/gforth/%{name}-%{version}.tar.gz
Source16:	gnu-forth.16.png
Source32:	gnu-forth.32.png
Source48:	gnu-forth.48.png
Source100:	%{name}.rpmlintrc
Patch1:		gforth-0.7.0-shebang.patch
# s390 build fix from Debian (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544827)
Patch2:		gforth-0.7.0-compile-fix.patch
Patch3:		gforth-libtool-build.patch

BuildRequires:	emacs
BuildRequires:	libltdl-devel
BuildRequires:	pkgconfig(libffi)

%description
Gforth is a fast and portable implementation of the ANS Forth language.

%files
%doc README README.vmgen NEWS NEWS.vmgen AUTHORS BUGS
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/emacs/site-lisp/gforth.el
%{_datadir}/emacs/site-lisp/gforth.elc
%{_includedir}/%{name}/%{version}/*.h
%{_mandir}/man1/*
%{_infodir}/*
%{_iconsdir}/*
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

iconv -f latin1 -t utf8 AUTHORS > AUTHORS.new
mv -f AUTHORS.new AUTHORS

%build
CFLAGS="${RPM_OPT_FLAGS} `pkg-config libffi --cflags`" %configure2_5x
make libdir=%{_libdir}

%install
install -d %{buildroot}/usr/share/emacs/site-lisp

%makeinstall_std

# icon section
install -D %{SOURCE16} %{buildroot}%{_miconsdir}/gnu-forth.png
install -D %{SOURCE32} %{buildroot}%{_iconsdir}/gnu-forth.png
install -D %{SOURCE48} %{buildroot}%{_liconsdir}/gnu-forth.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=GNU Forth
Exec=%{name}
Icon=gnu-forth
Terminal=false
Type=Application
Categories=Development;Building;
EOF


%changelog
* Thu Sep 18 2014 Tigro <ashejn@gmail.com> 0.7.3-1
+ Revision: 3c201f7
- change depend



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1555 |14cr|gftp-2.0.19-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	gftp
%define version 2.0.19
%define release 7

Name:		%{name}
Summary:	Multithreaded FTP client for X Windows
Version:	%{version}
Release:	%{release}
Epoch:		1
License:	GPL
Group:		Networking/File transfer
URL:		http://www.gftp.org/
Requires:	gtk+2 
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	gtk+2-devel
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
BuildRequires:	openssl-devel

Source0:	http://www.gftp.org/%{name}-%{version}.tar.gz
Source1:	%{name}.icons.tar.bz2
Patch0:		%{name}-2.0.19-datetime-fixedsort.patch
Patch1:		%{name}-2.0.18-bookmarks.patch
Patch6:     gftp-2.0.19-fix-desktop-file.patch
patch7:     gftp-2.0.19-fix-crash.patch
     
%description
gFTP is a multithreaded FTP client for X Window written using Gtk. It features
simultaneous downloads, resuming of interrupted file transfers, file transfer
queues, downloading of entire directories, ftp proxy support, remote directory
caching, passive and non-passive file transfers, drag-n-drop, bookmarks menu,
stop button, and many more features.


%prep
%setup -q -a 1
%patch1 -p1 -b .bookmarks
%patch6 -p0
%patch7 -p0

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall_std}

# locale files
%find_lang %{name}

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc ABOUT-NLS THANKS COPYING ChangeLog README TODO
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*
%{_mandir}/man?/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.0.19-7
+ Revision: 0725afc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1556 |14cr|ggobi-2.1.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_disable_ld_no_undefined	1

Name:		ggobi
Version:	2.1.9
Release:	4
License:	Common Public License
Group:		Graphics
Summary:	Interactive and dynamic graphics
URL:		http://www.ggobi.org
Source0:	http://www.ggobi.org/downloads/%{name}-%{version}.tar.bz2
Source1:	ggobi.desktop
BuildRequires:  desktop-file-utils
BuildRequires:	gtk2-devel     
BuildRequires:  libxml2-devel
BuildRequires:	libtool-devel
Patch0:		ggobi-2.1.9-format.patch
Patch1:		ggobi-2.1.9-underlink.patch
Patch2:		ggobi-2.1.9-graphviz.patch

%description
GGobi is an open source visualization program for exploring high-dimensional
data. It provides highly dynamic and interactive graphics such as tours,
as well as familiar graphics such as the scatterplot, barchart and parallel
coordinates plots. Plots are interactive and linked with brushing and
identification.

GGobi is fully documented in the GGobi book:
"Interactive and Dynamic Graphics for Data Analysis".

%files
%doc ABOUT-NLS AUTHORS ChangeLog COPYING CPLicense.txt INSTALL README
%{_bindir}/ggobi
%{_datadir}/pixmaps/ggobi.png
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_libdir}/*.so.0*
%{_sysconfdir}/xdg/%{name}

#-----------------------------------------------------------------------
%package	devel
Summary:	Open source visualization for exploring high-dimensional data
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description	devel
GGobi development files.

%files		devel
%{_includedir}/ggobi
%{_libdir}/*.so
%{_libdir}/pkgconfig/ggobi.pc

#-----------------------------------------------------------------------
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

#-----------------------------------------------------------------------
%build
%configure2_5x --with-all-plugins --disable-rpath

#-----------------------------------------------------------------------
%install
%makeinstall_std
make ggobirc
mkdir -p %{buildroot}%{_datadir}/pixmaps

desktop-file-install					\
    --vendor mandriva					\
    --dir %{buildroot}%{_datadir}/applications		\
    %{SOURCE1}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.9-4
+ Revision: 298093f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1557 |14cr|ggz-docs-0.0.14.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ggz-docs
Summary:	GGZ Gaming Zone Documentation
Version:	0.0.14.1
Release:	6
License:	GPL
Group:		Games/Other
URL:		http://ggzgamingzone.org/
Source0:	http://ftp.ggzgamingzone.org/pub/ggz/%{version}/%{name}-%{version}.tar.bz2
Patch1:		ggz-docs-0.0.14-infoentry.patch
Patch2:		ggz-docs-0.0.14-destdir.patch
BuildRequires:	docbook-utils
BuildRequires:	openjade
BuildRequires:	lynx
BuildRequires:	texinfo
BuildRequires:	texi2html
BuildRequires:	texlive
BuildRequires:	docbook-utils-pdf
BuildRequires:	transfig
BuildRequires:	docbook-dtd31-sgml
BuildRequires:	ghostscript
BuildArch:	noarch

%description
Documentation for the GGZ Gaming Zone.

%prep
%setup -q
%patch1 -p1 -b .direntry
%patch2 -p1
autoreconf
find . -name texinfo.tex -exec rm {} \;

%build
# (Abel) no problem for noarch package to not use macros
# in fact it fails to build with macros
%configure \
	--enable-guides \
	--enable-spec \
	--prefix=%{_prefix} \
	--infodir=%{_infodir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# move docs back to build dir
rm -rf ./package-docs
mv %{buildroot}%{_docdir}/ggz-docs package-docs

%files
%doc package-docs/*
%{_infodir}/ggz-game-development-guide.info.*
%{_infodir}/ggz-hosting-guide.info.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.14.1-6
+ Revision: fbc9d15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1558 |14cr|ggz-gnome-client-0.0.14.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libggz_version %{version}
%define ggz_client_libs_version %{version}

Name:		ggz-gnome-client
Summary:	GGZ Client for Gnome Desktop
Version:	0.0.14.1
Release:	8
License:	GPL
Group:		Games/Other
URL:		http://ggzgamingzone.org/
Source:		http://download.sf.net/ggz/%{name}-%{version}.tar.bz2
BuildRequires:	libggz-devel = %{libggz_version}
BuildRequires:	ggz-client-libs-devel = %{ggz_client_libs_version}
BuildRequires:	desktop-file-utils libgnome2-devel libGConf2-devel libgnomeui2-devel
Requires:	libggz = %{libggz_version}
Requires:	ggz-client-libs = %{ggz_client_libs_version}
Requires:	ggz-game-modules = %{version}

%description
The official GGZ Gaming Zone client for Gnome Desktop.

%prep
%setup -q

%build
export LDFLAGS="-lX11"
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir="\${prefix}/share" \
	--with-libggz-libraries=%{_libdir} \
	--with-ggzcore-libraries=%{_libdir} \
	--with-ggzmod-libraries=%{_libdir}

%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-key="Encoding" \
  --add-category="GTK" \
  --add-category="Game" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

%preun
%preun_uninstall_gconf_schemas ggz-gnome

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README README.GGZ
%{_sysconfdir}/gconf/schemas/ggz-gnome.schemas
%{_gamesbindir}/ggz-gnome
%{_gamesbindir}/motd_editor
%{_datadir}/applications/*
%{_datadir}/ggz/ggz-gnome/*
%{_datadir}/locale/*
%{_mandir}/man?/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.14.1-8
+ Revision: 2d22feb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1559 |14cr|ggz-sdl-games-0.0.14.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libggz_version %{version}
%define ggz_client_libs_version %{version}

# list of game description files
%define games_list ttt3d geekgame

Name:		ggz-sdl-games
Summary:	GGZ Games in SDL user interface
Version:	0.0.14.1
Release:	8
License:	GPLv2+
Group:		Games/Other
Url:		http://www.ggzgamingzone.org/
Source0:	http://prdownload.sourceforge.net/ggz/%{name}-%{version}.tar.bz2
BuildRequires:	libggz-devel = %{libggz_version}
BuildRequires:	ggz-client-libs-devel = %{ggz_client_libs_version}
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
Requires:	libggz = %{libggz_version}
Requires:	ggz-client-libs = %{ggz_client_libs_version}
Requires:	libggz = %{libggz_version}
Provides:	ggz-game-modules = %{version}

%description
The complete set of GGZ Gaming Zone games in SDL user interface.
Includes all of the following:

TicTacToe 3D:   OpenGL client compatible to other TicTacToe clients
The Geek Game:  Calculate numbers in all directions and wrap around edges

%files
%doc AUTHORS COPYING ChangeLog NEWS README README.GGZ QuickStart.GGZ
%{_libdir}/ggz/*
%{_datadir}/ggz/geekgame
%{_datadir}/ggz/ggz-config/*
%{_datadir}/ggz/ttt3d

%post
# Run ggz-config vs. all installed games
if [ -f %{_sysconfdir}/ggz.modules -a -x %{_bindir}/ggz-config ]; then
  for i in %{games_list}; do
    ggz-config --install --modfile=%{_datadir}/ggz/ggz-config/sdl-$i.dsc --force
  done
fi

%preun
# Run ggz-config to uninstall all the games
if [ $1 = 0 ]; then
  if [ -f %{_sysconfdir}/ggz.modules -a -x %{_bindir}/ggz-config ]; then
    for i in %{games_list}; do
      ggz-config --remove --modfile=%{_datadir}/ggz/ggz-config/sdl-$i.dsc
    done
  fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export LDFLAGS="-lggz -lX11"
%configure2_5x \
	--with-libggz-libraries=%{_libdir} \
	--with-ggzmod-libraries=%{_libdir} \
	--with-ggzcore-libraries=%{_libdir}
%make

%install
# Create a ggz.modules file so we can make install easily
mkdir -p %{buildroot}%{_sysconfdir}
echo "[Games]" > %{buildroot}%{_sysconfdir}/ggz.modules

%makeinstall_std

rm %{buildroot}%{_sysconfdir}/ggz.modules
rmdir %{buildroot}%{_sysconfdir}

# Get a copy of all of our .dsc files
mkdir -p %{buildroot}%{_datadir}/ggz/ggz-config
for i in %{games_list}; do
  install -m 0644 $i/module.dsc %{buildroot}%{_datadir}/ggz/ggz-config/sdl-$i.dsc
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.14.1-8
+ Revision: 34a1477
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1560 |14cr|ggz-txt-client-0.0.14.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    ggz-txt-client
%define version 0.0.14.1
%define release 7

%define libggz_version %{version}
%define ggz_client_libs_version %{version}

%define games_list tttxt

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	GGZ Text Mode Client
License:	GPL
Group:		Games/Other
URL:		http://ggzgamingzone.org/
Source0:	http://ftp.ggzgamingzone.org/pub/ggz/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	libggz-devel = %{libggz_version}
BuildRequires:	ggz-client-libs-devel = %{ggz_client_libs_version}
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
Requires:	libggz = %{libggz_version}
Requires:	ggz-client-libs = %{ggz_client_libs_version}
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
The official GGZ Gaming Zone client for text mode, suitable for
environment where no graphical desktop is available.

It also includes the following text mode GGZ game(s):
    TicTacToe

%prep
%setup -q

%build
%configure2_5x  \
    --bindir=%{_gamesbindir} \
    --with-libggz-libraries=%{_libdir} \
    --with-ggzmod-libraries=%{_libdir} \
    --with-ggzcore-libraries=%{_libdir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std

rm %{buildroot}%{_sysconfdir}/ggz.modules
rmdir %{buildroot}%{_sysconfdir}

# Get a copy of all of our .dsc files
mkdir -p %{buildroot}%{_datadir}/ggz/ggz-config
for i in %games_list; do
  install -m 0644 $i/module.dsc %{buildroot}%{_datadir}/ggz/ggz-config/txt-$i.dsc
done

cat > README.mdv <<EOF
Notes:

Currently GGZ text client document is almost non-existant. You have to
look at the source to understand how to use it. Here are a few simple
instructions (though I still can't launch any playable game yet):

1. In command line, type

	ggz-txt ggz://username:password@live.ggzgamingzone.org

   You should substitute username and password appropriately, as what
   you would do when launching URI that requires username and password.
   No trailing slash!

2. Inside client, type '/help' for help message. Good luck :-)
EOF

%find_lang ggz-txt

%clean
rm -rf %{buildroot}

%post
# Run ggz-config vs. all installed games
if [ -f %{_sysconfdir}/ggz.modules ]; then
  for i in %games_list; do
    ggz-config --install --modfile=%{_datadir}/ggz/ggz-config/txt-$i.dsc --force
  done
fi

%preun
# Run ggz-config to uninstall all the games
if [ "$1" = "0" ]; then
  if [ -f %{_sysconfdir}/ggz.modules ]; then
    for i in %games_list; do
      ggz-config --remove --modfile=%{_datadir}/ggz/ggz-config/txt-$i.dsc
    done
  fi
fi

%files -f ggz-txt.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README README.GGZ README.mdv 
%doc TODO QuickStart.GGZ
%{_gamesbindir}/ggz-txt
%{_mandir}/man?/*
%{_libdir}/ggz/*
%{_datadir}/ggz/ggz-config/*.dsc
%{_datadir}/applications/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.14.1-7
+ Revision: 8b8118a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1561 |14cr|ghc-7.6.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Glasgow Haskell Compiler
Name:		ghc
Version:	7.6.3
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://haskell.org/ghc/
Source0:	http://haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2
Patch0:		ghc-7.6.3-haddockpath.patch
Patch1:		ghc-7.6.1-fromsuse-use-system-libffi.patch
Requires:	gcc
BuildRequires:	alex >= 2.0
BuildRequires:	dblatex
BuildRequires:	docbook-dtd42-xml
BuildRequires:	ghc
BuildRequires:	happy >= 1.15
BuildRequires:	texlive
BuildRequires:	texlive-bibtopic
BuildRequires:	update-alternatives
BuildRequires:	ghc-devel
BuildRequires:	gmp-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(glut)
Requires:	gmp-devel

%description
Haskell is the standard lazy purely functional programming language.
The current language version is Haskell 98, agreed in December 1998,
with a revised version published in January 2003.

GHC is a state-of-the-art programming suite for Haskell. Included is
an optimising compiler generating good code for a variety of
platforms, together with an interactive system for convenient, quick
development. The distribution includes space and time profiling
facilities, a large collection of libraries, and support for various
language extensions, including concurrency, exceptions, and foreign
language interfaces (C, C++, whatever).

A wide variety of Haskell related resources (tutorials, libraries,
specifications, documentation, compilers, interpreters, references,
contact information, links to research groups) are available from the
Haskell home page at http://haskell.org/.

%files -f rpm-noprof-lib-files
%{_mandir}/man1/ghc.1*
%{_bindir}/ghc
%{_bindir}/ghc-%{version}
%{_bindir}/ghc-pkg
%{_bindir}/ghc-pkg-%{version}
%{_bindir}/ghci
%{_bindir}/ghci-%{version}
%{_bindir}/hp2ps
%{_bindir}/hpc
%{_bindir}/hsc2hs
%{_bindir}/hsc2hs-ghc
%{_bindir}/hsc2hs-%{version}
%{_bindir}/runghc
%{_bindir}/runghc-%{version}
%{_bindir}/runhaskell

%post
# Alas, GHC, Hugs and nhc all come with different set of tools in addition to
# a runFOO:
#
#   * GHC:  hsc2hs
#   * Hugs: hsc2hs, cpphs
#   * nhc:  cpphs
#
# Therefore it is currently not possible to use --slave below to form link
# groups under a single name 'runhaskell'. Either these tools should be
# disentangled from the Haskell implementations or all implementations should
# have the same set of tools. *sigh*
update-alternatives --install %{_bindir}/runhaskell runhaskell %{_bindir}/runghc     500
/usr/bin/ghc-pkg recache

%preun
if test "$1" = 0; then
  update-alternatives --remove runhaskell %{_bindir}/runghc
fi

#----------------------------------------------------------------------------

%package prof
Summary:	Profiling libraries for GHC
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description prof
Profiling libraries for Glorious Glasgow Haskell Compilation System (GHC).
They should be installed when GHC's profiling subsystem is needed.

%files prof -f rpm-prof-lib-files

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for the Glasgow Haskell Compiler
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description doc
Documentation for the Glasgow Haskell Compiler.

%files doc
%doc docs/comm
%{_docdir}/%{name}

#----------------------------------------------------------------------------

%package devel
Summary:	GHC development libraries
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	pkgconfig(libffi)

%description devel
This is a meta-package for all the development library packages in GHC
except the ghc library, which is installed by the toplevel ghc metapackage.

%files devel -f rpm-devel-files

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .haddockpath
%patch1 -p1 -b .use-system-libffi

%build
# simulate old texlive behavior for processing backslashes in urls in the
# docbooks. see f.e.: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563659
export DBLATEX_OPTS="--param=texlive.version=2009"
# makeindex (called by dblatex) by default does not work with absolute paths
export openout_any=r
# executable-stack rpmlint error
export LDFLAGS="-Wl,-z,noexecstack"

autoreconf -vif
./configure \
	--prefix=%{_prefix} \
	--mandir=%{_mandir} \
	--libdir=%{_libdir} \
	--with-system-libffi

# Don't install these tools, we'll use update-alternatives below.
touch mk/build.mk
echo "NO_INSTALL_RUNHASKELL=YES" >>mk/build.mk
echo "NO_INSTALL_HSC2HS=YES" >>mk/build.mk

%make

%install
# This is a cruel hack: There seems to be no way to install the Haddock
# documentation into the build directory, because DESTDIR is alway prepended.
# Furthermore, rpm removes the target documentation directory before the doc
# macros are processed. Therefore we have to copy things back into safety... :-P
# The right thing would be being able to install directly into the build tree.
make DESTDIR=%{buildroot} docdir=%{_datadir}/doc/packages/%{name} HADDOCK_DOCS=NO install

mkdir -p %{buildroot}%{_docdir}/%{name}
mv %{buildroot}%{_docdir}/packages/%{name} %{buildroot}%{_docdir}/%{name}/packages
rm -rf %{buildroot}%{_docdir}/packages

mv %{buildroot}%{_prefix}/bin/hsc2hs %{buildroot}%{_prefix}/bin/hsc2hs-%{version}
ln -s hsc2hs-%{version} %{buildroot}%{_prefix}/bin/hsc2hs-ghc
ln -s hsc2hs-%{version} %{buildroot}%{_prefix}/bin/hsc2hs

# generate the file list for lib/ _excluding_ all files needed for profiling
# only
#
# * generating file lists in a BUILD_ROOT spec is a bit tricky: the file list
#   has to contain complete paths, _but_ without the BUILD_ROOT, we also do
#   _not_ want have directory names in the list; furthermore, we have to make
#   sure that any leading / is removed from % {_prefix}/lib, as find has to
#   interpret the argument as a relative path; however, we have to include the
#   leading / again in the final file list (otherwise, rpm complains)
# * isn't there an easier way to do all this?
#
dir=`pwd`
cd %{buildroot}
libdir=`echo %{_libdir} | sed 's|^/||'`
find $libdir ! -type d ! -name '*.p_hi' ! -name '*_p.a' ! -name 'libffi.so*' ! -name '*.a' ! -name '*.h' -print | sed 's|^|/|' > $dir/rpm-noprof-lib-files
find $libdir ! -type d -name '*.p_hi' -print | sed 's|^|/|' > $dir/rpm-prof-lib-files
find $libdir ! -type d \( -name '*.a' -or -name '*.h' \) -print | sed 's|^|/|' > $dir/rpm-devel-files
cd $dir


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.6.3-4
+ Revision: b7af3b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1562 |14cr|ghc-cabalrpmdeps-0.0.4-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module cabalrpmdeps
%define _no_haddock 0
%global debug_package %{nil}

Summary:	Tools to build rpm dependencies from Cabal
Name:		ghc-%{module}
Version:	0.0.4
Release:	15
License:	GPLv2+
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
# actualize code for ghc-7.6.1
# thanks to Roman Cheplyaka:
# https://groups.google.com/group/haskell-russian/browse_thread/thread/507bf0121ecebe60
Patch0:		cabalrpmdeps-0.0.4.nohaskell98.patch
BuildRequires:	ghc-devel
BuildRequires:	haskell-macros
BuildRequires:	pkgconfig(libffi) >= 3.1

Requires(post,preun):	ghc
Obsoletes:	haskell-%{module} < 0.0.4-14
Obsoletes:	%{module} < 0.0.4-14

%description
Tools to build rpm dependencies from Cabal.

%files
%{_bindir}/*
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}
%patch0 -p1 -b .nohaskell98

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-15
+ Revision: c73b2de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1563 |14cr|ghc-ConfigFile-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}

%define module ConfigFile

Summary:	Configuration file reading & writing
Name:		ghc-%{module}
Version:	1.1.1
Release:	4
License:	LGPLv2+
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(MissingH)
BuildRequires:	haskell(mtl)
BuildRequires:	haskell(parsec)
Requires(post,preun):	ghc
Requires(pre):	haskell(MissingH)
Requires(pre):	haskell(mtl)
Requires(pre):	haskell(parsec)

%description
Parser and writer for handling sectioned config files in Haskell.

The ConfigFile module works with configuration files in a standard
format that is easy for the user to edit, easy for the programmer
to work with, yet remains powerful and flexible. It is inspired by,
and compatible with, Python's ConfigParser module. It uses files
that resemble Windows .INI-style files, but with numerous
improvements.

ConfigFile provides simple calls to both read and write config files.
It's possible to make a config file parsable by this module,
the Unix shell, and make.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-4
+ Revision: 11a12ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1564 |14cr|ghc-containers-0.5.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module containers

Summary:	Assorted concrete container types for Haskell
Name:		ghc-%{module}
Version:	0.5.1.0
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
This package contains efficient general-purpose implementations of various
basic immutable container types. The declared cost of each operation is either
worst-case or amortized, but remains valid even if structures are shared.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1.0-3
+ Revision: d5a52e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1565 |14cr|ghc-convertible-1.0.11.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module convertible

Summary:	Typeclasses and instances for converting between types for Haskell
Name:		ghc-%{module}
Version:	1.0.11.1
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(mtl)
BuildRequires:	haskell(text)
Requires(post,preun):	ghc
Requires(pre):	haskell(mtl)
Requires(pre):	haskell(text)

%description
convertible provides a typeclass with a single function that is designed to
help convert between different types: numeric values, dates and times, and the
like.  The conversions perform bounds checking and return a pure Either value.
This means that you need not remember which specific function performs the
conversion you desire.

Also included in the package are optional instances that provide conversion
for various numeric and time types, as well as utilities for writing your own
instances.

Finally, there is a function that will raise an exception on bounds-checking
violation, or return a bare value otherwise, implemented in terms of the safer
function described above.

Convertible is also used by HDBC 2.0 for handling marshalling of data to and
from databases.

Convertible is backed by an extensive test suite and passes tests on GHC and
Hugs.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.11.1-3
+ Revision: e5d6e15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1566 |14cr|ghc-cpphs-1.17.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module cpphs

Summary:	A liberalised re-implementation of cpp, the C pre-processor for Haskell
Name:		ghc-%{module}
Version:	1.17.1
Release:	4
License:	LGPLv2.1+
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/cpphs/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc
Obsoletes:	%{module} < 1.17.1-2
Provides:	%{module} = %{EVRD}

%description
Cpphs is a re-implementation of the C pre-processor that is both more
compatible with Haskell, and itself written in Haskell so that it can be
distributed with compilers.

This version of the C pre-processor is pretty-much feature-complete and
compatible with traditional (K&R) pre-processors. Additional features
include:
- a plain-text mode;
- an option to unlit literate code files;
- and an option to turn off macro-expansion.

%files
%{_bindir}/%{module}
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.17.1-4
+ Revision: fa5b96b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1567 |14cr|ghc-curl-1.3.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}

%global module curl

Summary:	Haskell curl library
Name:		ghc-curl
Version:	1.3.8
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	pkgconfig(libcurl)

%description
A curl library for Haskell.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.8-3
+ Revision: 2282386
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1568 |14cr|ghc-data-default-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module data-default

Summary:	A class for types with a default value for Haskell
Name:		ghc-%{module}
Version:	0.5.1
Release:	2
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(dlist)
Requires(post,postun):	ghc
Requires(pre):	haskell(dlist)

%description
A class for types with a default value for Haskell.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
+ Revision: 136a537
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1569 |14cr|ghc-data-default-class-0.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define compiler ghc-7.6.3
%define module data-default-class
%define _cabal_setup Setup.lhs

Name:           ghc-%{module}
Version:        0.0.1
Release:        2
Summary:        Class for types with a default value
Group:			Development/Other
License:        BSD
URL:            http://hackage.haskell.org/package/%{module}
Source0:        http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz

BuildRequires:  ghc-devel
BuildRequires:  haskell-macros
BuildRequires:  haskell(haddock)

%description
A class for types with a default value.


%prep
%setup -q -n %{module}-%{version}


%build
%{_cabal_build}
%{_cabal_genscripts}

%install
%{_cabal_install}
%{_cabal_rpm_gen_deps}


%files 
%{_datadir}/doc/%{module}-%{version}/LICENSE
%{_datadir}/haskell-deps/ghc-data-default-class-0.0.1-2/provides
%{_datadir}/haskell-deps/ghc-data-default-class-0.0.1-2/requires
%{_datadir}/doc/%{module}-%{version}/html/*
%{_libdir}/%{module}-%{version}/%{compiler}/Data/Default/Class.hi
%{_libdir}/%{module}-%{version}/%{compiler}/HS%{module}-%{version}.o
%{_libdir}/%{module}-%{version}/%{compiler}/libHS%{module}-%{version}.a

%changelog
* Sat Sep 13 2014 abfonly <abfonly@gmail.com> 0.0.1-2
+ Revision: d38481a
- Updated ghc-data-default-class.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1570 |14cr|ghc-dataenc-0.14.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module dataenc

Summary:	Data encoding library for Haskell
Name:		ghc-%{module}
Version:	0.14.0.4
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haskell-macros
BuildRequires:	haddock
Requires(post,preun):	ghc

%description
Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
uuencode, xxencode, and yEncoding.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.14.0.4-4
+ Revision: dbbd699
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1571 |14cr|ghc-dlist-0.6.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package   %{nil}

%define _cabal_setup Setup.lhs
%define module dlist

Summary:	Haskell differences lists
Name:		ghc-%{module}
Version:	0.6.0.1
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
BuildRequires:	ghc-devel
BuildRequires:	haskell-macros
BuildRequires:	haskell(haddock)

%description
Differences lists: a list-like type supporting O(1) append.
This is particularly useful for efficient logging and pretty
printing, (e.g. with the Writer monad), where list append
quickly becomes too expensive.


%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0.1-3
+ Revision: 0bf8b6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1572 |14cr|ghc-extensible-exceptions-0.1.1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module extensible-exceptions

Summary:	Extensible exceptions for Haskell
Name:		ghc-%{module}
Version:	0.1.1.4
Release:	5
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
This package provides extensible exceptions for both new and old versions of
GHC (i.e., < 6.10).

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1.4-5
+ Revision: c507a61
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1573 |14cr|ghc-FindBin-0.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module FindBin

Summary:	Locate directory of original program for Haskell
Name:		ghc-%{module}
Version:	0.0.5
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
This module locates the full directory to the running program, to allow the use
of paths relative to it.

FindBin supports invocation of Haskell programs via "ghci", via
"runhaskell/runghc", as well as compiled as an executable.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-3
+ Revision: 25c5d19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1574 |14cr|ghc-happy-1.19.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define _cabal_setup Setup.lhs
%define _no_haddock 0
%define module happy

Summary:	Happy is a parser generator for Haskell
Name:		ghc-%{module}
Version:	1.19.3
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haskell-macros
BuildRequires:	haskell(mtl)
Requires(post,preun):	ghc
Requires(pre):	haskell(mtl)
Obsoletes:	%{module} < 1.19.3
Provides:	%{module} = %{EVRD}

%description
Happy is a parser generator system for Haskell, similar to the tool
`yacc' for C. Like `yacc', it takes a file containing an annotated BNF
specification of a grammar and produces a Haskell module containing a
parser for the grammar.

Happy is flexible: you can have several Happy parsers in the same
program, and several entry points to a single grammar. Happy can work
in conjunction with a lexical analyser supplied by the user (either
hand-written or generated by another program), or it can parse a
stream of characters directly (but this isn't practical in most
cases).

%files
%{_bindir}/%{module}
%{_datadir}/%{module}-%{version}
%{_docdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.19.3-3
+ Revision: fa7103f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1575 |14cr|ghc-hashed-storage-0.5.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module hashed-storage

Summary:	Hashed file storage support code for Haskell
Name:		ghc-%{module}
Version:	0.5.10
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(dataenc)
BuildRequires:	haskell(extensible-exceptions)
BuildRequires:	haskell(mmap)
BuildRequires:	haskell(mtl)
BuildRequires:	haskell(transformers)
BuildRequires:	haskell(zlib)
Requires(post,preun):	ghc

%description
Support code for reading and manipulating hashed file storage (where each file
and directory is associated with a cryptographic hash, for corruption-resistant
storage and fast comparisons).
The supported storage formats include darcs hashed pristine, a plain filesystem
tree and an indexed plain tree (where the index maintains hashes of the plain
files and directories).

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.10-4
+ Revision: a86334a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1576 |14cr|ghc-haskeline-0.7.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module haskeline

Summary:	A command-line interface for user input, written in Haskell
Name:		ghc-%{module}
Version:	0.7.0.3
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	haskell(terminfo)
BuildRequires:	haskell(transformers)
Requires(post,preun):	ghc

%description
Haskeline provides a user interface for line input in command-line programs.
This library is similar in purpose to readline, but since it is written in
Haskell it is (hopefully) more easily used in other Haskell programs.
Haskeline runs both on POSIX-compatible systems and on Windows.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_haskell_compiler %_cabal_setup configure --prefix=%{_prefix} --libdir=%{_libdir} --disable-executable-stripping -fterminfo
%_haskell_compiler %_cabal_setup build
%{?!_no_haddock:%_haskell_compiler %_cabal_setup haddock}
%_cabal_genscripts

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0.3-4
+ Revision: 211ae7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1577 |14cr|ghc-haskell-src-1.0.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module haskell-src

Summary:	Support for manipulating Haskell source code
Name:		ghc-%{module}
Version:	1.0.1.5
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(syb)
Requires(post,preun):	ghc
Requires(pre):	haskell(syb)

%description
The 'haskell-src' package provides support for manipulating Haskell source
code. The package provides a lexer, parser and pretty-printer, and a definition
of a Haskell abstract syntax tree (AST). Common uses of this package are to
parse or generate Haskell 98 code.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1.5-4
+ Revision: ad7b1cf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1578 |14cr|ghc-haskell-src-exts-1.14.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module haskell-src-exts

Summary:	Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Name:		ghc-%{module}
Version:	1.14.0.1
Release:	2
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(cpphs)
BuildRequires:	haskell(happy)
Requires(post,preun):	ghc
Requires(pre):	haskell(cpphs)
Requires(pre):	haskell(happy)
Obsoletes:	%{module} < 1.14.0.1

%description
Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension of the
standard haskell-src package, and handles most registered syntactic extensions
to Haskell, including:
* Multi-parameter type classes with functional dependencies
* Indexed type families (including associated types)
* Empty data declarations
* GADTs
* Implicit parameters
* Template Haskell
and a few more. All extensions implemented in GHC are supported.
Apart from these standard extensions, it also handles regular patterns as per
the HaRP extension as well as HSX-style embedded XML syntax.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.0.1-2
+ Revision: 6f539e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1579 |14cr|ghc-HaXml-1.23.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define module HaXml

Summary:	Utilities for manipulating XML documents for Haskell
Name:		ghc-%{module}
Version:	1.23.3
Release:	4
License:	LGPLv2.1+
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(polyparse)
BuildRequires:	haskell(random)
Requires(post,postun):	ghc
Requires(pre):	haskell(polyparse)
Requires(pre):	haskell(random)
Obsoletes:	haskell-%{module} < 1.23.3-2

%description
Haskell utilities for parsing, filtering, transforming and generating XML
documents.

%files
%{_bindir}/*
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.23.3-4
+ Revision: 941eea3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1580 |14cr|ghc-HDBC-2.3.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module HDBC

Summary:	Haskell Database Connectivity
Name:		ghc-%{module}
Version:	2.3.1.1
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(convertible)
BuildRequires:	haskell(mtl)
BuildRequires:	haskell(text)
BuildRequires:	haskell(utf8-string)
Requires(post,preun):	ghc
Requires(pre):	haskell(convertible)
Requires(pre):	haskell(mtl)
Requires(pre):	haskell(text)
Requires(pre):	haskell(utf8-string)
Obsoletes:	haskell-%{module} < 2.3.1.1-2

%description
HDBC provides an abstraction layer between Haskell programs and SQL relational
databases. This lets you write database code once, in Haskell, and have it work
with any number of backend SQL databases (MySQL, Oracle, PostgreSQL,
ODBC-compliant databases, etc.)

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1.1-3
+ Revision: 69bd6f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1581 |14cr|ghc-hslogger-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module hslogger

Summary:	Versatile logging framework for Haskell
Name:		ghc-%{module}
Version:	1.2.1
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(network)
BuildRequires:	haskell(mtl)
Requires(post,preun):	ghc
Requires(pre):	haskell(network)
Requires(pre):	haskell(mtl)

%description
hslogger is a logging framework for Haskell, roughly similar to
Python's logging module.

hslogger lets each log message have a priority and source be associated
with it.  The programmer can then define global handlers that route
or filter messages based on the priority and source.  hslogger also
has a syslog handler built in.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-4
+ Revision: 1e49c69
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1582 |14cr|ghc-HsParrot-0.0.2.20120717-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module HsParrot

Summary:	Haskell integration with Parrot virtual machine
Name:		ghc-%{module}
Version:	0.0.2.20120717
Release:	5
License:	MIT
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(HsSyck)
BuildRequires:	haskell(pugs-DrIFT)
Requires(post,preun):	ghc
Requires(pre):	haskell(HsSyck)
Requires(pre):	haskell(pugs-DrIFT)

%description
Haskell integration with Parrot virtual machine.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}
%{_datadir}/%{module}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2.20120717-5
+ Revision: 44ce270
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1583 |14cr|ghc-HsSyck-0.50-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module HsSyck

Summary:	Fast, lightweight YAML loader and dumper for Haskell
Name:		ghc-%{module}
Version:	0.50
Release:	4
License:	MIT
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(syb)
BuildRequires:	haskell(utf8-string)
Requires(post,preun):	ghc
Requires(pre):	haskell(syb)
Requires(pre):	haskell(utf8-string)

%description
This is a simple YAML ('Yet Another Markup Language') processor, used by the
Pugs project for handling data serialization; this can be useful for
optimization and caching purposes.

This is an interface to the @syck@ C library for parsing and dumping YAML data.
It lets you transform textual YAML data into an object of type 'YamlNode', and
vice versa, fast.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}
%{_datadir}/%{module}-%{version}/Changes

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50-4
+ Revision: e9f7d80
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1584 |14cr|ghc-html-1.0.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module html

Summary:	HTML combinator library for Haskell
Name:		ghc-%{module}
Version:	1.0.1.2
Release:	5
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
This package contains a combinator library for constructing HTML documents.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1.2-5
+ Revision: 900cc1d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1585 |14cr|ghc-HTTP-4000.2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module HTTP

Summary:	A library for client-side HTTP for Haskell
Name:		ghc-%{module}
Version:	4000.2.6
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(mtl)
BuildRequires:	haskell(network)
BuildRequires:	haskell(parsec)
Requires(post,preun):	ghc
Requires(pre):	haskell(mtl)
Requires(pre):	haskell(network)
Requires(pre):	haskell(parsec)
Obsoletes:	haskell-%{module} < 4000.2.6-2

%description
The HTTP package supports client-side web programming in Haskell. It lets you
set up HTTP connections, transmitting requests and processing the responses
coming back, all from within the comforts of Haskell. It's dependent on the
network package to operate, but other than that, the implementation is all
written in Haskell.

A basic API for issuing single HTTP requests + receiving responses is provided.
On top of that, a session-level abstraction is also on offer  (the
@BrowserAction@ monad); it taking care of handling the management of persistent
connections, proxies, state (cookies) and authentication credentials required
to handle multi-step interactions with a web server.

The representation of the bytes flowing across is extensible via the use of a
type class, letting you pick the representation of requests and responses that
best fits your use.  Some pre-packaged, common instances are provided for you
(@ByteString@, @String@.)

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4000.2.6-3
+ Revision: cda2edb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1586 |14cr|ghc-HUnit-1.2.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module HUnit

Summary:	A unit testing framework for Haskell
Name:		ghc-%{module}
Version:	1.2.5.1
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
HUnit is a unit testing framework for Haskell, inspired by the JUnit
tool for Java.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_datadir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.5.1-3
+ Revision: a060f0e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1587 |14cr|ghc-hxt-9.3.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module hxt

Summary:	A collection of tools for processing XML with Haskell
Name:		ghc-%{module}
Version:	9.3.1.1
Release:	3
License:	MIT
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(HUnit)
BuildRequires:	haskell(hxt-charproperties)
BuildRequires:	haskell(hxt-regex-xmlschema)
BuildRequires:	haskell(hxt-unicode)
BuildRequires:	haskell(mtl)
BuildRequires:	haskell(network)
BuildRequires:	haskell(parsec)
Requires(post,preun):	ghc
Requires(pre):	haskell(HUnit)
Requires(pre):	haskell(hxt-charproperties)
Requires(pre):	haskell(hxt-regex-xmlschema)
Requires(pre):	haskell(hxt-unicode)
Requires(pre):	haskell(mtl)
Requires(pre):	haskell(network)
Requires(pre):	haskell(parsec)
Obsoletes:	haskell-%{module} < 9.3.1.1-2

%description
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a
more general approach for processing XML with Haskell.
The Haskell XML Toolbox uses a generic data model for representing XML
documents, including the DTD subset and the document subset, in Haskell.
It contains a validating XML parser, a HTML parser, namespace support, an XPath
expression evaluator, an XSLT library, a RelaxNG schema validator and funtions
for serialization and deserialization of user defined data.
The library makes extensive use of the arrow approach for processing XML.
Since version 9 the toolbox is partitioned into various (sub-)packages.
This package contains the core functionality, hxt-curl, hxt-tagsoup,
hxt-relaxng, hxt-xpath, hxt-xslt, hxt-regex-xmlschema contain the extensions.
hxt-unicode contains encoding and decoding functions,
hxt-charproperties char properties for unicode and XML.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 9.3.1.1-3
+ Revision: 8241346
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1588 |14cr|ghc-hxt-charproperties-9.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module hxt-charproperties

Summary:	Character properties and classes for XML and Unicode for Haskell
Name:		ghc-%{module}
Version:	9.1.1
Release:	3
License:	MIT
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
Character proprties defined by XML and Unicode standards. These modules
contain predicates for Unicode blocks and char proprties and character
predicates defined by XML. Supported Unicode version is 5.2.0.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 9.1.1-3
+ Revision: 74e7a99
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1589 |14cr|ghc-hxt-regex-xmlschema-9.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module hxt-regex-xmlschema

Summary:	A regular expression library for W3C XML Schema regular expressions for Haskell
Name:		ghc-%{module}
Version:	9.0.4
Release:	3
License:	MIT
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(hxt-charproperties)
BuildRequires:	haskell(mtl)
BuildRequires:	haskell(parsec)
Requires(post,preun):	ghc
Requires(pre):	haskell(hxt-charproperties)
Requires(pre):	haskell(mtl)
Requires(pre):	haskell(parsec)

%description
This library supports full W3C XML Schema regular expressions inclusive all
Unicode character sets and blocks.

It is implemented by the technique of derivations of regular expressions.
The W3C syntax is extended to support not only union of regular sets, but also
intersection, set difference, exor.

Matching of subexpressions is also supported.

The library can be used for constricting lightweight scanners and tokenizers.

It is a standalone library, no external regex libraries are used.

This package is a substitute for the old regex-xmlschema package.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 9.0.4-3
+ Revision: 2ae46e2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1590 |14cr|ghc-hxt-unicode-9.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module hxt-unicode

Summary:	Unicode en-/decoding functions for utf8, iso-latin-* and other encodings
Name:		ghc-%{module}
Version:	9.0.2
Release:	3
License:	MIT
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(hxt-charproperties)
Requires(post,preun):	ghc
Requires(pre):	haskell(hxt-charproperties)

%description
Unicode encoding and decoding functions for utf8, iso-latin-* and somes other
encodings, used in the Haskell XML Toolbox.

ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding is done with lasy
functions, errors may be detected or ignored.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 9.0.2-3
+ Revision: 5316f96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1591 |14cr|ghc-json-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}

%global module json

Summary:	Haskell JSON library
Name:		ghc-json
Version:	0.7
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	ghc-mtl
BuildRequires:	ghc-text
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
A JSON library for Haskell.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-3
+ Revision: 97cdb34
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1592 |14cr|ghc-MissingH-1.2.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module MissingH

Summary:	Large utility library for Haskell
Name:		ghc-%{module}
Version:	1.2.0.0
Release:	6
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(HUnit)
BuildRequires:	haskell(hslogger)
BuildRequires:	haskell(network)
BuildRequires:	haskell(parsec)
BuildRequires:	haskell(random)
BuildRequires:	haskell(regex-base)
BuildRequires:	haskell(regex-compat)
BuildRequires:	haskell(regex-posix)
Requires:	haskell(HUnit)
Requires:	haskell(hslogger)
Requires:	haskell(network)
Requires:	haskell(parsec)
Requires:	haskell(random)
Requires:	haskell(regex-base)
Requires:	haskell(regex-compat)
Requires:	haskell(regex-posix)
Requires(post,preun):	ghc
Obsoletes:	haskell-%{module} < 1.2.0.0-3

%description
MissingH is a library of all sorts of utility functions for Haskell
programmers. It is written in pure Haskell and thus should be extremely
portable and easy to use.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build


%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0.0-6
+ Revision: 29bf70b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1593 |14cr|ghc-mmap-0.5.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module mmap

Summary:	Memory mapped files for POSIX and Windows
Name:		ghc-%{module}
Version:	0.5.8
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or
devices to be lazily loaded into memory as strict or lazy ByteStrings,
ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
loading. Modifications are also supported.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.8-4
+ Revision: 0bf3665
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1594 |14cr|ghc-mtl-2.1.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module mtl

Summary:	Monad classes, using functional dependencies
Name:		ghc-%{module}
Version:	2.1.2
Release:	9
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(transformers)
Requires(pre):	haskell(transformers)
Requires(post,preun):	ghc

%description
Monad classes using functional dependencies, with instances
for various monad transformers, inspired by the paper
/Functional Programming with Overloading and Higher-Order Polymorphism/,
by Mark P Jones, in /Advanced School of Functional Programming/, 1995
(<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-9
+ Revision: deaa746
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1595 |14cr|ghc-network-2.4.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module network

Summary:	Low-level networking interface for Haskell
Name:		ghc-%{module}
Version:	2.4.0.1
Release:	6
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(mtl)
BuildRequires:	haskell(parsec)
Requires(post,preun):	ghc
Requires(pre):	haskell(mtl)
Requires(pre):	haskell(parsec)

%description
Low-level networking interface.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.0.1-6
+ Revision: 4d7d52d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1596 |14cr|ghc-parallel-3.2.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}

%global module parallel

Summary:	Haskell parallel library
Name:		ghc-parallel
Version:	3.2.0.3
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
A parallel library for Haskell.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.0.3-3
+ Revision: 9c21d3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1597 |14cr|ghc-parsec-3.1.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module parsec

Summary:	Monadic parser combinators for Haskell
Name:		ghc-%{module}
Version:	3.1.3
Release:	9
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(mtl)
BuildRequires:	haskell(text)
Requires(post,preun):	ghc
Requires(pre):	haskell(text)

%description
Parsec is designed from scratch as an industrial-strength parser library.
It is simple, safe, well documented (on the package homepage), has extensive
libraries and good error messages, and is also fast.  It is defined as a
monad transformer that can be stacked on arbitrary monads, and it is also
parametric in the input stream type.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build


%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.3-9
+ Revision: 7e6d8b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1598 |14cr|ghc-paths-0.1.0.8-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _no_haddock 1

Summary:	Knowledge of GHC's installation directories
Name:		ghc-paths
Version:	0.1.0.8
Release:	9
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{name}
Source0:	http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	haskell-macros
BuildRequires:	ghc-devel
Requires:	ghc
Requires(post,preun):	ghc
Requires(post,preun):	haddock

%description
Knowledge of GHC's installation directories

%files
%{_docdir}/%{name}-%{version}
%{_libdir}/%{name}-%{version}
%{_cabal_haddoc_files}
%{_cabal_rpm_deps_dir}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0.8-9
+ Revision: 952e473
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1599 |14cr|ghc-plugins-1.5.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module plugins

Summary:	Dynamic linking for Haskell and C objects
Name:		ghc-%{module}
Version:	1.5.3.0
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(haskell-src)
BuildRequires:	haskell(random)
Requires(post,preun):	ghc
Requires(pre):	haskell(haskell-src)
Requires(pre):	haskell(random)

%description
Dynamic linking and runtime evaluation of Haskell,
and C, including dependency chasing and package resolution.

Described in the papers:
 * /Plugging Haskell In/
 * /Dynamic Applications from the Ground Up/
 * /Dynamic Extension of Typed Functional Languages/.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.3.0-4
+ Revision: 54e81a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1600 |14cr|ghc-polyparse-1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module polyparse

Summary:	A variety of alternative parser combinator libraries for Haskell
Name:		ghc-%{module}
Version:	1.8
Release:	3
License:	LGPLv2.1+
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(text)
Requires(post,preun):	ghc
Requires(pre):	haskell(text)
Obsoletes:	haskell-%{module} < 1.8-2

%description
A variety of alternative parser combinator libraries, including the original
HuttonMeijer set. The Poly sets have features like good error reporting,
arbitrary token type, running state, lazy parsing, and so on. Finally,
Text.Parse is a proposed replacement for the standard Read class, for better
deserialisation of Haskell values from Strings.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8-3
+ Revision: f9e618e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1601 |14cr|ghc-primitive-0.5.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module  primitive

Summary:	Primitive memory-related operations for Haskell
Name:		ghc-%{module}
Version:	0.5.0.1
Release:	5
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
This package provides various primitive memory-related operations.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0.1-5
+ Revision: c320bb8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1602 |14cr|ghc-pugs-DrIFT-2.2.3.20120717-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define module pugs-DrIFT

Summary:	DrIFT with pugs-specific rules for Haskell
Name:		ghc-%{module}
Version:	2.2.3.20120717
Release:	5
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
Patch0:		pugs-DrIFT-2.2.3.20120717.catch.patch
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(HsSyck)
BuildRequires:	haskell(mtl)
BuildRequires:	haskell(random)
BuildRequires:	haskell(stm)
BuildRequires:	haskell(utf8-string)
Requires(post,preun):	ghc
Requires(pre):	haskell(HsSyck)
Requires(pre):	haskell(mtl)
Requires(pre):	haskell(random)
Requires(pre):	haskell(stm)
Requires(pre):	haskell(utf8-string)

%description
DrIFT is a type sensitive preprocessor for Haskell. It extracts type
declarations and directives from modules. The directives cause rules to be
fired on the parsed type declarations, generating new code which is then
appended to the bottom of the input file. The rules are expressed as Haskell
code, and it is intended that the user can add new rules as required.

DrIFT automates instance derivation for classes that aren't supported by the
standard compil In addition, instances can be produced in seperate modules to
that containing the type decla This allows instances to be derived for a type
after the original module has been compiled. As a bonus, simple utility
functions can also be produced from a type.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}
%{_bindir}/%{module}
%{_datadir}/%{module}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}
%patch0 -p1 -b .catch

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.3.20120717-5
+ Revision: 8a44de8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1603 |14cr|ghc-QuickCheck-2.5.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module QuickCheck

Summary:	Automatic testing of Haskell programs
Name:		ghc-%{module}
Version:	2.5.1.1
Release:	5
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(random)
Requires(post,preun):	ghc
Requires(pre):	haskell(random)

%description
QuickCheck is a library for random testing of program properties.

The programmer provides a specification of the program, in the form of
properties which functions should satisfy, and QuickCheck then tests
that the properties hold in a large number of randomly generated cases.

Specifications are expressed in Haskell, using combinators defined in the
QuickCheck library. QuickCheck provides combinators to define properties,
observe the distribution of test data, and define test data generators.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.1.1-5
+ Revision: 87d07a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1604 |14cr|ghc-random-1.0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}

%define module random

Summary:	Random number library for Haskell
Name:		ghc-%{module}
Version:	1.0.1.1
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
This package provides a basic random number generation library,
including the ability to split random number generators.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1.1-4
+ Revision: ec01c6f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1605 |14cr|ghc-regex-base-0.93.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module regex-base

Summary:	Replaces/Enhances Text.Regex
Name:		ghc-%{module}
Version:	0.93.2
Release:	8
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(mtl)
Requires(post,preun):	ghc
Requires(pre):	haskell(mtl)

%description
Interface API for regex-posix, pcre, parsec, tdfa, dfa.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.93.2-8
+ Revision: f344c86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1606 |14cr|ghc-regex-compat-0.95.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module regex-compat

Summary:	Replaces/Enhances Text.Regex
Name:		ghc-%{module}
Version:	0.95.1
Release:	7
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haskell-macros
BuildRequires:	haddock
BuildRequires:	haskell(regex-base)
BuildRequires:	haskell(regex-posix)
Requires(post,preun):	ghc
Requires(pre):	haskell(regex-base)
Requires(pre):	haskell(regex-posix)

%description
One module layer over regex-posix to replace Text.Regex.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.95.1-7
+ Revision: 040c908
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1607 |14cr|ghc-regex-posix-0.95.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module regex-posix

Summary:	Replaces/Enhances Text.Regex
Name:		ghc-%{module}
Version:	0.95.2
Release:	5
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(regex-base)
Requires(post,preun):	ghc

%description
The posix regex backend for regex-base.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.95.2-5
+ Revision: 633dc3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1608 |14cr|ghc-stm-2.4.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module stm

Summary:	Software Transactional Memory for Haskell
Name:		ghc-%{module}
Version:	2.4.2
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
A modular composable concurrency abstraction.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-3
+ Revision: 13cdbbd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1609 |14cr|ghc-strict-0.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module  strict

Summary:	Strict data types and String IO for Haskell
Name:		ghc-%{module}
Version:	0.3.2
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
This package provides strict versions of some standard Haskell data types
(pairs, Maybe and Either). It also contains strict IO operations.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-3
+ Revision: e84df9b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1610 |14cr|ghc-syb-0.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module syb
%define _no_haddock 1

Summary:	Scrap Your Boilerplate for Haskell
Name:		ghc-%{module}
Version:	0.4.1
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
#for check
BuildRequires:	haskell(HUnit)
BuildRequires:	haskell(mtl)
Requires(post,preun):	ghc
Requires(pre):	haskell(HUnit)
Requires(pre):	haskell(mtl)

%description
This package contains the generics system described in the /Scrap Your
Boilerplate/ papers (see <http://www.cs.uu.nl/wiki/GenericProgramming/SYB>).
It defines the @Data@ class of types permitting folding and unfolding of
constructor applications, instances of this class for primitive types, and a
variety of traversals.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-4
+ Revision: 37b478c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1611 |14cr|ghc-tagsoup-0.12.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module tagsoup

Summary:	Parsing and extracting information from (possibly malformed) HTML/XML documents
Name:		ghc-%{module}
Version:	0.12.8
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(text)
Requires(post,preun):	ghc
Requires(pre):	haskell(text)

%description
TagSoup is a library for parsing HTML/XML. It supports the HTML 5
specification, and can be used to parse either well-formed XML, or unstructured
and malformed HTML from the web. The library also provides useful functions to
extract information from an HTML document, making it ideal for screen-scraping.

Users should start from the "Text.HTML.TagSoup" module.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.8-3
+ Revision: d4df9ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1612 |14cr|ghc-tar-0.4.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module tar

Summary:	Reading, writing and manipulating ".tar" archive files for Haskell
Name:		ghc-%{module}
Version:	0.4.0.1
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haskell-macros
BuildRequires:	haddock
Requires(post,preun):	ghc

%description
This library is for working with "tar" archive files. It can read and write a
range of common variations of archive format including V7, USTAR, POSIX and GNU
formats. It provides support for packing and unpacking portable archives. This
makes it suitable for distribution but not backup because details like file
ownership and exact permissions are not preserved.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0.1-4
+ Revision: 43b163c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1613 |14cr|ghc-terminfo-0.3.2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module terminfo

Summary:	Haskell bindings to the terminfo library
Name:		ghc-%{module}
Version:	0.3.2.5
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	pkgconfig(ncurses)
Requires(post,preun):	ghc

%description
This library provides an interface to the terminfo database (via bindings to
the curses library). Terminfo allows POSIX systems to interact with a variety
of terminals using a standard set of capabilities.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2.5-4
+ Revision: ac2a1ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1614 |14cr|ghc-testpack-2.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module testpack

Summary:	Test Utililty Pack for HUnit and QuickCheck
Name:		ghc-%{module}
Version:	2.1.2
Release:	3
License:	LGPLv2.1+
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
Patch0:		testpack-2.1.2.maxdiscard.patch
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(HUnit)
BuildRequires:	haskell(QuickCheck)
BuildRequires:	haskell(mtl)
BuildRequires:	haskell(random)
Requires(post,preun):	ghc
Requires(pre):	haskell(HUnit)
Requires(pre):	haskell(QuickCheck)
Requires(pre):	haskell(mtl)
Requires(pre):	haskell(random)

%description
Haskell Test Utility Pack for HUnit and QuickCheck testpack provides utilities
for both HUnit and QuickCheck. These include tools for running QuickCheck
properties as HUnit test cases, allowing you to combine both approaches in a
single program. It also includes tools for more helpful displays of running
progress in both HUnit and QuickCheck, additional generators for other types
for QuickCheck, and shortcuts for quickly defining new test cases.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}
%patch0 -p1 -b .maxdiscard

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-3
+ Revision: 7cf3f64
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1615 |14cr|ghc-text-0.11.2.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _cabal_setup Setup.lhs
%define module text

Summary:	An efficient packed Unicode text type
Name:		ghc-%{module}
Version:	0.11.2.3
Release:	7
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(preun,post):	ghc

%description
An efficient packed, immutable Unicode text type (both strict and
lazy), with a powerful loop fusion optimization framework.

The 'Text' type represents Unicode character strings, in a time and
space-efficient manner. This package provides text processing
capabilities that are optimized for performance critical use, both
in terms of large data quantities and high speed.

The 'Text' type provides character-encoding, type-safe case
conversion via whole-string case conversion functions. It also
provides a range of functions for converting 'Text' values to and from
'ByteStrings', using several standard encodings.

Efficient locale-sensitive support for text IO is also supported.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.2.3-7
+ Revision: 3b339dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1616 |14cr|ghc-transformers-0.3.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}

%define module transformers

Summary:	Concrete functor and monad transformers
Name:		ghc-%{module}
Version:	0.3.0.0
Release:	6
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
A portable library of functor and monad transformers, inspired by
the paper \"Functional Programming with Overloading and Higher-Order
Polymorphism\", by Mark P Jones,
in /Advanced School of Functional Programming/, 1995
(<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).

This package contains:
* the monad transformer class (in "Control.Monad.Trans.Class")
* concrete functor and monad transformers, each with associated
  operations and functions to lift operations associated with other
  transformers.

It can be used on its own in portable Haskell code, or with the monad
classes in the @mtl@ or @monads-tf@ packages, which automatically
lift operations introduced by monad transformers through other
transformers.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0.0-6
+ Revision: 6c78947
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1617 |14cr|ghc-utf8-string-0.3.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}

%global module utf8-string

Summary:	Haskell UTF8-String library
Name:		ghc-utf8-string
Version:	0.3.7
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
Patch0:		utf8-string-0.3.7-setup.patch
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
A UTF8-String library for Haskell.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}
%patch0 -p1

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.7-3
+ Revision: 9f1e97c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1618 |14cr|ghc-vector-0.10.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module vector

Summary:	Efficient Arrays for Haskell
Name:		ghc-%{module}
Version:	0.10.0.1
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(primitive)
Requires(post,preun):	ghc

%description
An efficient implementation of Int-indexed arrays (both mutable
and immutable), with a powerful loop optimisation framework.

It is structured as follows:

["Data.Vector"] Boxed vectors of arbitrary types.

["Data.Vector.Unboxed"] Unboxed vectors with an adaptive
representation based on data type families.

["Data.Vector.Storable"] Unboxed vectors of 'Storable' types.

["Data.Vector.Primitive"] Unboxed vectors of primitive types as
defined by the @primitive@ package. "Data.Vector.Unboxed" is more
flexible at no performance cost.

["Data.Vector.Generic"] Generic interface to the vector types.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0.1-4
+ Revision: c3c85a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1619 |14cr|ghc-X11-1.6.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define module X11

Summary:	A binding to the X11 graphics library for Haskell
Name:		ghc-%{module}
Version:	1.6.1.1
Release:	5
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source1:	x11-1.6.1.1-html.tar.bz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(data-default)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xinerama)
Requires(post,preun):	ghc
Requires(pre):	haskell(data-default)

%description
A Haskell binding to the X11 graphics library.

The binding is a direct translation of the C binding; for documentation of
these calls, refer to "The Xlib Programming Manual", available online at
<http://tronche.com/gui/x/xlib/>.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version} -a1

%build
%_cabal_build
mkdir -p dist/doc
cp -r html dist/doc/html

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.1.1-5
+ Revision: 986563c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1620 |14cr|ghc-xhtml-3000.2.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define _no_haddock 0
%define sname xhtml

Summary:	An XHTML combinator library
Name:		ghc-xhtml
Version:	3000.2.1
Release:	8
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/%{sname}
Source0:	http://hackage.haskell.org/packages/archive/%{sname}/%{version}/%{sname}-%{version}.tar.gz
BuildRequires:	ghc-devel
BuildRequires:	haskell(cabalrpmdeps)
BuildRequires:	haskell-macros
Requires:	ghc
Requires(post,preun):	ghc

%description
This package provides combinators for producing XHTML 1.0, including the
Strict, Transitional and Frameset variants.

%files
%{_docdir}/%{sname}-%{version}
%{_libdir}/%{sname}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{sname}-%{version}

%build
%_cabal_build

%check
%_cabal_check

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets


%changelog
* Sat Sep 13 2014 abfonly <abfonly@gmail.com> 3000.2.1-8
+ Revision: f1292bf
- Updated ghc-xhtml.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1621 |14cr|ghc-zlib-0.5.4.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}

%define module  zlib

Summary:	Compression and decompression in the gzip and zlib formats for Haskell
Name:		ghc-%{module}
Version:	0.5.4.0
Release:	5
Group:		Development/Other
License:	BSD
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
Requires(post,preun):	ghc

%description
This package provides a pure interface for compressing and decompressing
streams of data represented as lazy 'ByteString's. It uses the zlib C library
so it has high performance. It supports the "zlib", "gzip" and "raw"
compression formats.

It provides a convenient high level API suitable for most tasks and for the few
cases where more control is needed it provides access to the full zlib feature
set.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.4.0-5
+ Revision: 2b63234
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1622 |14cr|ghostess-20120105-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ghostess
Summary:        Simple DSSI host with GUI capability
Version:        20120105
Release:        3

Source:         http://smbolton.com/linux/%{name}-%{version}.tar.bz2
URL:            http://smbolton.com/linux.html
License:        GPLv2
Group:          Sound

BuildRequires:  pkgconfig(jack)
BuildRequires:  pkgconfig(dssi)
BuildRequires:  pkgconfig(liblo)
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  ladspa-devel

%description
Ghostess is a simple DSSI host with support for the plugin graphical
user interfaces. It can host several plugins, which can be attributed
to a dedicated MIDI channel. Refer to the README file for a brief
introduction and a usage example.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README COPYING AUTHORS
%{_bindir}/%{name}
%{_bindir}/%{name}_universal_gui
%{_mandir}/man1/ghostess.1.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20120105-3
+ Revision: 55d384f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1623 |14cr|gif89encoder-0.90-0.b.2.0.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define _with_gcj_support 1

%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}

%define section free

Name:           gif89encoder
Version:        0.90
Release:        %mkrel 0.b.2.0.7
Epoch:          0
Summary:        Java class library for encoding GIF's
License:        BSD
URL:            http://jmge.net/java/gifenc/
Group:          Development/Java
Source0:        http://jmge.net/java/gifenc/Gif89Encoder090b.zip
Requires:       jpackage-utils >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  java-rpmbuild >= 0:1.6
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%endif
%if ! %{gcj_support}
BuildArch:      noarch
%endif

%description
This Java class library for encoding GIF's is likely to be of 
utility to many other programmers. It covers more of the extended 
GIF89a feature set, including animation and embedded textual 
comments, than any other free Java GIF encoder.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires(post): /bin/rm,/bin/ln
Requires(postun): /bin/rm

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%__rm -f lib/classes.jar
%{__perl} -pi -e 's/\r$//g' readme.txt

%build
%__mkdir_p build/lib
%__mkdir_p build/javadocs

pushd src

%javac `find . -name "*.java"`
%jar cfm ../build/lib/%{name}.jar /dev/null `find . -name "*.class"`
%javadoc -d ../build/javadocs `find . -name "*.java"`

popd

%install
# jars
%__mkdir_p %{buildroot}%{_javadir}
%__install -p -m 644 build/lib/%{name}.jar \
%{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do \
%__ln_s ${jar} ${jar/-%{version}/}; done)

# javadoc
%__mkdir_p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %__ln_s %{name}-%{version} %{name})

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
if [ -x %{_bindir}/rebuild-gcj-db ]
then
  %{_bindir}/rebuild-gcj-db
fi
%endif

%if %{gcj_support}
%postun
if [ -x %{_bindir}/rebuild-gcj-db ]
then
  %{_bindir}/rebuild-gcj-db
fi
%endif

%files
%defattr(0644,root,root,0755)
%doc readme.txt
%{_javadir}/%{name}.jar
%{_javadir}//%{name}-%{version}.jar
%if %{gcj_support}
%attr(-,root,root) %dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.*
%endif


%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%dir %{_javadocdir}/%{name}



%changelog
* Thu Oct 25 2012 Denis Silakov <denis.silakov@rosalab.ru> 0:0.90-0.b.2.0.7
+ Revision: 5e7ec25
- Fix cp usage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1624 |14cr|gift-0.11.8.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    gift
%define lname	giFT
%define major	0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define version 0.11.8.1
%define rel	5

Summary:        Internet File Transfer
Name:           %{name}
Version:        %{version}
Release:        %{rel}
License:        GPL
Group:          Networking/File transfer
URL:            http://gift.sf.net/
Source0:        %{name}-%{version}.tar.bz2
Patch0:		gift-0.11.8.1-gcc4.patch
Patch1:		gift-sformatfix.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	libtool-devel
BuildRequires:	imagemagick-devel
BuildRequires:	magic-devel
BuildRequires:	libvorbis-devel

%description
This packages containt the giFT daemon. giFT is the filesharing tool for
linux.

%package -n %{libname}
Summary:	Shared libraries for a %{name}
Group:          System/Libraries

%description -n %{libname}
Shared libraries for %{name}.

%package -n %{devname}
Summary:	Header files and static library for development with %{name}
Requires: 	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel
Group: 		Development/C
Obsoletes:	%{_lib}gift0-devel < 0.11.8.1-2

%description -n %{devname}
Header files and static library for development with %{name}.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
	--enable-libmagic \
	--enable-perl \
	--with-Magick=%{_prefix}
%make

%install
rm -rf %{buildroot}
%makeinstall_std
pushd %{buildroot}%{_bindir}
ln -sf giftd giFT
popd

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING README INSTALL NEWS TODO
%{_bindir}/*
%{_datadir}/%{lname}/*
%{_mandir}/*/*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*




%changelog
* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.11.8.1-5
+ Revision: e0f4a8a
- Automatic import for version 0.11.8.1-5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1625 |14cr|giFTcurs-0.6.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Cursed frontend to the giFT daemon
Name:		giFTcurs
Version:	0.6.2
Release:	10
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.nongnu.org/giftcurs/
Source0:	http://savannah.nongnu.org/download/giftcurs/%name-%version.tar.bz2
Source1:	%{name}-icon-16.png
Source2:	%{name}-icon-32.png
Source3:	%{name}-icon-48.png
BuildRequires:	gpm-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(ncursesw)
Suggests:	gift
# It doesn't not requires giFT to run 'cause it can connect to another
# host

%description
The giFTcurs software is a cursed frontend to the giFT daemon and has been
described as "seriously slick". It won't work that well without giFT, which
you should have already.

%files -f %{name}.lang
%doc README COPYING NEWS AUTHORS ChangeLog TODO ABOUT-NLS
%{_bindir}/giFTcurs
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_mandir}/man1/giFTcurs.1*
%{_mandir}/man5/giFTcurs.conf.5*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --with-ncursesw
%make

%install
%makeinstall_std

%find_lang %{name}

# menu
install %{SOURCE1} -D -m 644 %{buildroot}%{_miconsdir}/%{name}.png
install %{SOURCE2} -D -m 644 %{buildroot}%{_iconsdir}/%{name}.png
install %{SOURCE3} -D -m 644 %{buildroot}%{_liconsdir}/%{name}.png

# Creation of the menu item

mkdir -p %{buildroot}%{_datadir}/applications/

cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/giFTcurs
Categories=P2P;Network;FileTransfer;ConsoleOnly;
Name=GiFTcurs
Comment=Cursed frontend for the giFT peer2peer software
Icon=%{name}
Terminal=true
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-10
+ Revision: 9919bb3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1626 |14cr|gift-openft-0.2.1.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    gift-openft
%define version 0.2.1.6
%define rel	6

Summary:        OpenFT plugin for giFT
Name:           %{name}
Version:        %{version}
Release:        %{rel}
License:        GPL
Group:          Networking/File transfer
URL:            http://gift.sf.net/
Source0:        http://download.sourceforge.net/gift/%{name}-%{version}.tar.bz2
Requires:	gift
BuildRequires:	db-devel
BuildRequires:	gift-devel
BuildRequires:	zlib-devel
BuildRequires:	magic-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-buildroot

%description
This is the OpenFT plugin for giFT.

%prep
%setup -q
perl -pi -e 's,\${prefix}/lib,%{_libdir},' m4/gift-prefix.m4 configure*

%build
%configure2_5x 
%make

%install
%{__rm} -rf %{buildroot}
%makeinstall_std

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog COPYING README INSTALL NEWS TODO
%{_datadir}/*
%{_libdir}/giFT/*




%changelog
* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.2.1.6-6
+ Revision: d9801cf
- Automatic import for version 0.2.1.6-6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1627 |14cr|gig-3.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	6
%define	libname	%mklibname %{name} %{major}
%define	develname	%mklibname %{name} -d
%define oname  libgig

Name:          gig
Summary:       C++ library for loading Gigasampler files
Version:       3.3.0
Release:       4
License:       GPLv2+
Group:	       System/Libraries 
Source0:       %{oname}-%{version}.tar.bz2
Patch0:		libgig-gcc-4.3.patch
URL: 	       http://www.linuxsampler.org/
BuildRequires: pkgconfig(sndfile)

%description
C++ library for loading Gigasampler files and DLS Level 1/2 files.

%files 
%defattr(-,root,root)
%{_bindir}/dlsdump
%{_bindir}/gigdump
%{_bindir}/gigextract
%{_bindir}/rifftree
%{_mandir}/man1/dlsdump.1.*
%{_mandir}/man1/gigdump.1.*
%{_mandir}/man1/gigextract.1.*
%{_mandir}/man1/rifftree.1.*

#--------------------------------------------------------------------

%package -n	%libname
Group: 		System/Libraries
Summary: 	Libraries for %name
Provides: 	lib%name = %version-%release

%description -n %libname 
C++ library for loading Gigasampler files and DLS Level 1/2 files

%files -n %libname
%defattr(-,root,root)
%{_libdir}/libgig.so.%{major}*

#--------------------------------------------------------------------

%package -n	%develname
Group: 		Development/Other
Summary: 	Libraries for %name
Requires:	%libname = %version-%release
Provides:	lib%name-devel = %version-%release
Provides: 	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}%{name}6-devel

%description -n	%develname
Development libraries from %oname

%files -n %develname
%defattr (-,root,root)
%{_includedir}/DLS.h
%{_includedir}/RIFF.h
%{_includedir}/gig.h
%{_libdir}/libgig.a
%{_libdir}/libgig.so
%{_libdir}/pkgconfig/gig.pc

#--------------------------------------------------------------------

%prep
%setup -q -n %oname-%version
%patch0

%build
#make -f Makefile.cvs
%configure2_5x
make

%install
make DESTDIR=%buildroot  install

%clean




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.0-4
+ Revision: b030a7c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1628 |14cr|gigedit-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   2
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:          gigedit
Summary:       Instrument editor for gig files
Version:       0.2.0
Release:       3
License:       GPLv2+
Group:         Sound
Source0:       %{name}-%{version}.tar.gz
#Patch0:        gigedit-0.1.1-gcc43.patch
URL:           http://www.linuxsampler.org/

BuildRequires: perl(XML::Parser)
BuildRequires: gtkmm2.4-devel
BuildRequires: libgig-devel
BuildRequires: sndfile-devel
BuildRequires: liblinuxsampler-devel >= 0.5.0
BuildRequires: sqlite3-devel
BuildRequires: jackit-devel
BuildRequires: libalsa-devel
BuildRequires: intltool
Requires: %{name}-plugins

%description
An instrument editor for gig files

%files -f %name.lang
%defattr(-,root,root)
%{_bindir}/gigedit
%{_datadir}/gigedit/status_attached.xpm
%{_datadir}/gigedit/status_detached.xpm

%dir %_docdir/gigedit
%doc %_docdir/gigedit/*.png
%doc %_docdir/gigedit/*.css
%doc %_docdir/gigedit/*.html

#--------------------------------------------------------------------

%package -n     %libname
Group:          System/Libraries
Summary:        Libraries for %name
Provides:       %name = %version-%release

%description -n %libname
Librairies from %name

%files -n %libname
%defattr(-,root,root)
%_libdir/gigedit/libgigedit.so.%{major}*

#--------------------------------------------------------------------

%package -n     %develname
Group:          Development/Other
Summary:        Libraries for %name
Requires:       %libname = %version-%release
Provides:       %{name}-devel = %{version}-%{release}
Obsoletes:      %{_lib}%{name}1-devel

%description -n %develname
Development libraries from %name

%files -n %develname
%defattr (-,root,root)
%_libdir/gigedit/*.a
%_libdir/gigedit/*.so

#--------------------------------------------------------------------

%package plugins
Group:          Sound
Summary:        Gigedit plugin for LinuxSampler
Requires:       linuxsampler
Requires:       %{name}

%description plugins
Gigedit plugin for LinuxSampler. This plugin is required when using
the Edit button in QSampler

%files plugins
%defattr (-,root,root)
%_libdir/linuxsampler/plugins/*.a
%_libdir/linuxsampler/plugins/*.so

#--------------------------------------------------------------------

%prep
%setup -q -n %name-%version

%build
LDFLAGS="-lsigc-2.0" %configure2_5x
make

%install
make DESTDIR=%buildroot  install
%find_lang %name



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-3
+ Revision: 347a45d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1629 |14cr|giggle-0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define libgit %mklibname %{name}-git %{major}
%define devname %mklibname -d %{name}

Summary:	Gtk frontend for git
Name:		giggle
Version:	0.7
Release:	2
License:	GPLv2+
Group:		Development/Other
Url:		https://wiki.gnome.org/giggle
Source0:	https://download.gnome.org/sources/%name/%{name}-%{version}.tar.xz
Patch0:		giggle-0.7-gtksourceview-3.8.patch
Patch1:		giggle-0.7-gettext-usage.patch
BuildRequires:	git-core
BuildRequires:	gnome-common
BuildRequires:	intltool >= 0.40.0
BuildRequires:	itstool
BuildRequires:	libxml2-utils
BuildRequires:	xsltproc
BuildRequires:	yelp-tools
BuildRequires:	pkgconfig(gdk-3.0) >= 3.3.12
BuildRequires:	pkgconfig(gdk-pixbuf-2.0) >= 2.22
BuildRequires:	pkgconfig(gio-2.0) >= 2.30
BuildRequires:	pkgconfig(glib-2.0) >= 2.30
BuildRequires:	pkgconfig(gthread-2.0) >= 2.30
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.3.12
BuildRequires:	pkgconfig(gtksourceview-3.0) >= 3.8
BuildRequires:	pkgconfig(libebook-1.2) >= 3.2
BuildRequires:	pkgconfig(vte-2.90) >= 0.28
Requires:	git-core

%description
Giggle is a graphical frontend for the git directory tracker.

%files -f %{name}.lang
%doc AUTHORS README NEWS ChangeLog
%{_bindir}/*
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
%dir %{_libdir}/%{name}/plugins/%{version}
%{_libdir}/%{name}/plugins/%{version}/libpersonal-details*
%{_libdir}/%{name}/plugins/%{version}/libterminal-view*
%{_libdir}/%{name}/plugins/%{version}/*.xml
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for Giggle
Group:		System/Libraries

%description -n %{libname}
Giggle is a graphical frontend for the git directory tracker.

%files -n %{libname}
%{_libdir}/libgiggle.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgit}
Summary:	Shared libraries for Giggle
Group:		System/Libraries
Conflicts:	%{_lib}giggle0 < 0.7

%description -n %{libgit}
Giggle is a graphical frontend for the git directory tracker.

%files -n %{libgit}
%{_libdir}/libgiggle-git.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Giggle
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libgit} = %{EVRD}

%description -n %{devname}
Giggle is a graphical frontend for the git directory tracker.

%files -n %{devname}
%{_libdir}/libgiggle.so
%{_libdir}/libgiggle-git.so
%{_includedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=yes gnome-autogen.sh
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-2
+ Revision: 114ab26
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1630 |14cr|gigi-0.8.0-8.20130806.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# System resource usage is extremely high so disable extra flags, including debug
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define oname GiGi

# 20120910 is from FreeOrion source tree
%define svnrev	20130806

%define major		0
%define libname		%mklibname %{oname} %{major}
%define libggogre	%mklibname %{oname}Ogre %{major}
%define libggois	%mklibname %{oname}OgrePlugin_OIS %{major}
%define libggsdl	%mklibname %{oname}SDL %{major}
%define devname		%mklibname %{oname} -d

Summary:	A GUI library for OpenGL
Name:		gigi
Version:	0.8.0
Release:	8.%{svnrev}.4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://gigi.sourceforge.net/
Source0:	%{name}-%{svnrev}.tar.xz
Patch0:		gigi-20130806-link.patch
Patch1:		gigi-20130806-soversion.patch

BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	libtool-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(OGRE)
BuildRequires:	pkgconfig(OIS)
BuildRequires:	pkgconfig(sdl)

%description
GiGi (aka GG) is a GUI library for OpenGL. It is platform-independent
(it runs at least on Linux and Windows, and probably more),
compiler-independent (it compiles under at GCC 3.2 or higher and MSVC++ 7.1 
or higher, and probably more), and driver-independent. A reference driver
for SDL is provided, and it is straightforward to write one for yourself
should you decide to do so.

#----------------------------------------------------------------------------

%package -n 	%{libname}
Summary:	A GUI library for OpenGL
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Conflicts:	%{_lib}gigi0 < %{EVRD}
Obsoletes:	%{_lib}gigi0 < %{EVRD}

%description -n %{libname}
This package contains the shared library for GiGi (aka GG), a GUI library
for OpenGL.

%files -n %{libname}
%{_libdir}/lib%{oname}.so.%{major}*

#----------------------------------------------------------------------------

%package -n 	%{libggogre}
Summary:	A GUI library for OpenGL (OGRE)
Group:		System/Libraries
Conflicts:	%{_lib}gigi0 < %{EVRD}

%description -n %{libggogre}
This package contains the shared library for GiGi (aka GG), a GUI library
for OpenGL.

%files -n %{libggogre}
%{_libdir}/lib%{oname}Ogre.so.%{major}*

#----------------------------------------------------------------------------

%package -n 	%{libggois}
Summary:	A GUI library for OpenGL (OGRE OIS plugin)
Group:		System/Libraries
Conflicts:	%{_lib}gigi0 < %{EVRD}

%description -n %{libggois}
This package contains the shared library for GiGi (aka GG), a GUI library
for OpenGL.

%files -n %{libggois}
%{_libdir}/lib%{oname}OgrePlugin_OIS.so.%{major}*

#----------------------------------------------------------------------------

%package -n 	%{libggsdl}
Summary:	A GUI library for OpenGL (SDL)
Group:		System/Libraries
Conflicts:	%{_lib}gigi0 < %{EVRD}

%description -n %{libggsdl}
This package contains the shared library for GiGi (aka GG), a GUI library
for OpenGL.

%files -n %{libggsdl}
%{_libdir}/lib%{oname}SDL.so.%{major}*

#----------------------------------------------------------------------------

%package -n 	%{devname}
Summary:	Development headers for GiGi
Group:		System/Libraries
Provides:	%{name}-devel = %{EVRD}
Provides:	%{oname}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libggogre} = %{EVRD}
Requires:	%{libggois} = %{EVRD}
Requires:	%{libggsdl} = %{EVRD}
Conflicts:	%{_lib}gigi-devel < %{EVRD}
%rename		%{_lib}gigi-devel

%description -n %{devname}
Development headers and includes for GiGi (aka GG), a GUI library
for OpenGL.

%files -n %{devname}
%{_libdir}/lib%{oname}*.so
%{_libdir}/pkgconfig/%{oname}*
%{_includedir}/GG

#----------------------------------------------------------------------------

%prep
%setup -qn GG
%patch0 -p1
%patch1 -p1

%build
# System resource usage is extremely high so disable extra flags and parallel build
%global optflags -O2
%cmake -DBUILD_DEBUG:BOON=ON
make VERBOSE=1

%install
%makeinstall_std -C build


%changelog
* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.0-8.20130806.4
+ Revision: ca48e8d
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1631 |14cr|gimp2-freetype-0.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname gimp-freetype

Summary:	A GIMP font renderer based on the freetype library
Name:		gimp2-freetype
Version:	0.6
Release:	9
License:	GPLv2+
Group:		Graphics
Url:		http://freetype.gimp.org/
Source0:	%{pkgname}-%{version}.tar.bz2
#gw for the broken intltool scripts:
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gimp-2.0)
Requires:	gimp

%description
The goal of gimp-freetype project is to get superb font support into
The GIMP. As a first step, a plug-in for GIMP based on the freetype2
library is developed. Later it might become a tool or a pluggable
module.

%files -f gimp20-freetype.lang
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/gimp/*/plug-ins/*
%{_datadir}/gimp-freetype

#----------------------------------------------------------------------------

%prep
%setup -q -n %{pkgname}-%{version}

%build
export LDFLAGS="-lm"
%configure2_5x
%make

%install
%makeinstall_std

%find_lang gimp20-freetype


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-9
+ Revision: f76ee4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1632 |14cr|gimp2-gap-2.6.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname gimp-gap

Summary:	GAP (GIMP Animation Package), a video plug-in for GIMP
Name:		gimp2-gap
Version:	2.6.0
Release:	7
License:	GPLv2+
Group:		Graphics
Url:		http://gimp.org
Source0:	ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/%{pkgname}-%{version}.tar.bz2
Patch2:		gimp-gap-2.6.0-libmpeg3-format-strings.patch
Patch3:		gimp-gap-2.6.0-format-strings.patch
Patch4:		gimp-gap-2.6.0-fix-linking.patch
BuildRequires:	glib-gettextize
BuildRequires:	intltool >= 0.17
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gimp-2.0)
Requires:	gimp
Requires:	wavplay

%description
The GIMP has some plug-ins supporting animation features based on
layers, with each layer of the image being considered as one frame of
the animation.

GAP is a collection of plug-ins that extend the GIMP's animation
capabilities by supporting the creation of more complex animations. It
was part of the GIMP from 1.1.4 to the 1.2 series, but was split
afterwards.

Additional Informations about the GAP can be found in the GimpUserManual
Chapter Advanced Animation.

%files -f gimp20-gap.lang
%doc AUTHORS ChangeLog* README
%{_libdir}/gimp/2.0/plug-ins/*
%{_libdir}/gimp-gap-2.0
%{_datadir}/gimp/2.0/scripts/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{pkgname}-%{version}
pushd extern_libs/
tar xzf libmpeg3.tar.gz
%patch2 -p0
popd
%patch3 -p1 -b .format-strings
%patch4 -p1

find . -name "Makefile*" -o -name "*.m4" |xargs sed -i -e 's,configure.in,configure.ac,g'

%build
%define _disable_ld_no_undefined 1
%configure2_5x
make LIBS="-lm -pthread"

%install
%makeinstall \
	libexecdir=%{buildroot}%{_libexecdir}/gimp/2.0/plug-ins \
	scriptdatadir=%{buildroot}%{_datadir}/gimp/2.0/scripts
#gw the makefile is broken, move the file by hand
mkdir -p %{buildroot}%{_libexecdir}/gimp-gap-2.0
mv %{buildroot}%{_libexecdir}/gimp/2.0/plug-ins/audioconvert_to_wav.sh %{buildroot}%{_libexecdir}/gimp-gap-2.0
rm -f %{buildroot}%{_datadir}/gimp/2.0/scripts/*.a

%find_lang gimp20-gap


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.0-7
+ Revision: 32b7548
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1633 |14cr|gimpbox-0.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix edm

Summary:        Gimpbox take Gimp work on one window interface
Name:           gimpbox
Version:        0.1.0
Release:        3
License:        GPLv2+
Group:          Graphics
Source0:        http://gimpbox.googlecode.com/hg/%{name}.py
BuildArch:      noarch
Requires:	gimp >= 2.6.10
Requires:	gnome-python-desktop
Requires:	libwnck

%description
gimbox is a small script on python, running Gimp on one window interface

%prep

%build

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p ${RPM_BUILD_ROOT}/%{_bindir}
cp %SOURCE0  ${RPM_BUILD_ROOT}/%{_bindir}/%{name}

%clean
rm -rf %{buildroot}

%post

rm -f /usr/bin/gimp
ln -s /usr/bin/%{name} /usr/bin/gimp
sed -i '/Exec/s/gimp-2.6/gimpbox/g' /usr/share/applications/gimp.desktop

%postun

rm -f /usr/bin/gimp
ln -s /usr/bin/gimp-2.6 /usr/bin/gimp
sed -i '/Exec/s/gimpbox/gimp-2.6/g' /usr/share/applications/gimp.desktop


%files
%defattr(-, root, root, -)

%{_bindir}/gimpbox




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-3
+ Revision: da8e474
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1634 |14cr|gimp-data-extras-2.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 2.0.2
%define rel     3
%define release %mkrel %rel

Summary:	The GNU Image Manipulation Program
Name:		gimp-data-extras
Version:	%version
Release:	%release
License:	GPL
Group:		Graphics
URL:		http://www.gimp.org/
Source0:	ftp://ftp.gimp.org/pub/gimp/extras/gimp-data-extras-%{PACKAGE_VERSION}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
#BuildRequires:	gimp2-devel
#Requires:	gimp2_0
Requires:	gimp > 2
BuildRequires:	gimp-devel

%description
Patterns, gradients etc. for gimp. This package isn't required, but contains
lots of goodies for gimp.

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall GIMP_DATA_DIR=$RPM_BUILD_ROOT/%{_datadir}/gimp/2.0

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,755)
%doc README NEWS
%{_datadir}/gimp/*





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.0.2-3
+ Revision: 478e8cb
- Automatic import for version 2.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1635 |14cr|gimp-dbp-1.1.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gimp-dbp
%define version 1.1.8
%define fversion %(echo %version|sed s/\\\\\./-/g)
%define release 4
%define gimpdir %(gimptool-2.0 --gimpplugindir)
%define oname dbp

Summary: David's Batch Processor for The GIMP
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.ozemail.com.au/~hodsond/%{oname}Src-%{fversion}.tgz
Patch: dbp-1.1.8-gcc-4.3.patch
License: GPLv2+
Group: Graphics
Url: http://members.ozemail.com.au/~hodsond/dbp.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: gimp-devel
Requires: gimp

%description
DBP (David's Batch Processor) is a simple batch processing plugin for
the Gimp - it allows the user to automatically perform operations
(such as resize) on a collection of image files. Its main advantage is
that the user does not have to learn a scripting language. Like the
Gimp itself, DBP relies on a graphical interface. The user creates a
list of images, and sets up the processing required for each
image. The results of the current settings can be displayed. Once the
required sequence of operations has been set up, DBP performs the same
processing on each image in turn. The images can be colour corrected,
resized, cropped, and sharpened, then renamed and saved to a different
file in a specified image format. All the steps (except loading and
saving the image!) are optional; so the simplest use of DBP is just to
convert a number of image files from one format to another.

Note that DBP is intended for RGB, not indexed images. Trying to
process an indexed image will probably just cause an error, and DBP
will halt. Also, DBP will not overwrite the original image (in fact,
it should not overwrite any file) - images must at least be either
renamed (possibly by changing the image format) or moved to a
different directory.

%prep
%setup -q -n %oname-%version
%patch -p1

%build
%make NODEPS=""

%install
rm -rf $RPM_BUILD_ROOT
install -D -m 755 %oname %buildroot%gimpdir/plug-ins/%oname


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc %oname.html *.png
%_libdir/gimp/2.0/plug-ins/%oname





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.8-4
+ Revision: 2d4a73c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1636 |14cr|gimp-lqr-plugin-0.7.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gettext_name	gimp20-lqr-plugin

Summary:        Content-aware image resize plug-in for GIMP
Name:           gimp-lqr-plugin
Version:        0.7.1
Release:        4
License:        GPLv2+
Group:          Graphics
URL:            http://liquidrescale.wikidot.com/
Source0:        http://liquidrescale.wikidot.com/local--files/en:download-page/%{name}-%{version}.tar.bz2
BuildRequires:  gimp-devel >= 2.4
BuildRequires:  pkgconfig(lqr-1) >= 0.3.0
BuildRequires:  intltool
Requires:       gimp >= 2.4

%description
This package is a plug-in for GIMP 2.4. It implements the algorithm
described in the paper "Seam Carving for Content-Aware Image Resizing"
by Shai Avidan and Ariel Shamir, which can be found at
http://www.faculty.idc.ac.il/arik/imret.pdf

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
%find_lang %{gettext_name}

%files -f %{gettext_name}.lang
%doc AUTHORS ChangeLog NEWS README TODO
%{_libdir}/gimp/2.0/plug-ins/%{name}
%{_libdir}/gimp/2.0/plug-ins/plug_in_lqr_iter
%{_datadir}/gimp/2.0/scripts/batch-gimp-lqr.scm
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-4
+ Revision: 1e700b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1637 |14cr|gimp-plugin-wavelet-decompose-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	sname	wavelet-decompose

Summary:	Gimp plugin to decomposes a layer into layers of wavelet scales
Name:		gimp-plugin-%{sname}
Version:	0.1.2
Release:	2
Group:		Graphics
License:	GPLv2
Url:		http://registry.gimp.org/node/11742
Source:		http://registry.gimp.org/files/%{sname}-%{version}.tar.gz
BuildRequires:	pkgconfig(gimp-2.0)
Requires:	gimp

%description
This plugin losslessly decomposes a layer of an image into layers of wavelet
scales. This means that you can edit the image on different detail scales.
The trivial recomposition of the image can be done by GIMP's layer modes so
you can see the results of your modifications instantly.

Among the applications are:
 - retouching
 - noise reduction
 - enhancing global contrast

%prep
%setup -q -n %{sname}-%{version}
sed -i s,"install -v","install -D -v",g po/Makefile

%build
%make

%install
make -C po install LOCALEDIR=%{buildroot}%{_datadir}/locale
install -Dm 755 src/%{sname} %{buildroot}%{_libdir}/gimp/2.0/plug-ins/%{sname}

%find_lang gimp20-%{sname}-plug-in

%files -f gimp20-%{sname}-plug-in.lang
%doc COPYING AUTHORS ChangeLog THANKS README TRANSLATIONS
%{_libdir}/gimp/2.0/plug-ins/%{sname}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-2
+ Revision: fbab50f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1638 |14cr|gimp-plugin-wavelet-denoise-0.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	sname	wavelet-denoise

Summary:	The wavelet denoise Gimp plugin is a tool to reduce noise
Name:		gimp-plugin-%{sname}
Version:	0.3.1
Release:	3
License:	GPLv2+
Group:		Graphics
Url:		http://registry.gimp.org/node/4235
Source0:	http://registry.gimp.org/files/%{sname}-%{version}.tar.gz
Patch0:		wavelet-denoise-0.3.1-flags.patch
BuildRequires:	pkgconfig(gimp-2.0)
Requires:	gimp

%description
The wavelet denoise plugin is a tool to reduce noise in each channel of an
image separately. The default colour space to do denoising is YCbCr which has
the advantage that chroma noise can be reduced without affecting image details.
Denoising in CIELAB (L*a*b*) or RGB is available as an option. The user
interface allows colour mode and preview channel selection. The denoising
threshold can be set for each colour channel independently.

%files -f gimp20-%{sname}-plug-in.lang
%doc COPYING AUTHORS ChangeLog THANKS README TRANSLATIONS
%{_libdir}/gimp/2.0/plug-ins/%{sname}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{sname}-%{version}
%patch0 -p1
sed -i s,"install -v","install -D -v",g po/Makefile
sed -i s,"(LIBS)","(LIBS) -lm",g src/Makefile
sed -i s,"*.c","*.c -lm",g src/Makefile

%build
%setup_compile_flags
%make

%install
make -C po install LOCALEDIR=%{buildroot}%{_datadir}/locale
install -Dm 755 src/%{sname} %{buildroot}%{_libdir}/gimp/2.0/plug-ins/%{sname}

%find_lang gimp20-%{sname}-plug-in


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-3
+ Revision: 58e9169
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1639 |14cr|gimp-resynthesizer-2.0-0.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git e637010

Summary: Gimp plug-in for texture synthesis
Name: gimp-resynthesizer
Version: 2.0
Release: 0.2
Group: Graphics
License: GPLv2+
Requires: gimp
Obsoletes: gimp2-resynthesizer
Provides: gimp2-resynthesizer
BuildRequires: gimp, gimp-devel
BuildRequires: intltool
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
URL: http://logarithmic.net/pfh/resynthesizer
Source: bootchk-resynthesizer-v%{version}-1-g%git.zip
Patch0: resynthesizer-2.0-fix-linking.patch

%description
Resynthesizer is a Gimp plug-in for texture synthesis. Given a sample of a 
texture, it can create more of that texture. This has uses including: 
- Creating more of a texture (including creation of tileable textures)
- Removing objects from images (great for touching up photos)
- Creating themed images (by transfering a texture from one image to another)

%prep
%setup -q -n bootchk-resynthesizer-%git/
%apply_patches
./autogen.sh

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std
%find_lang resynthesizer

%clean
%__rm -rf %{buildroot}

%files -f resynthesizer.lang
%defattr(-,root,root,-)
%doc README COPYING
%_libdir/gimp/*/plug-ins/*
%_datadir/resynthesizer




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-0.2
+ Revision: ac384b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1640 |14cr|gimp-scripts-40-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gimp_ver 2.8

Name:		gimp-scripts
Summary:	Collection of script-FUs for GIMP
Version:	40
Release:	2
License:	GPLv2+ and GPLv3+
Group:		Graphics
URL:		http://www.gimphelp.org
Source0:	http://www.gimphelp.org/DL/gimp_scripts-%{gimp_ver}.tar.bz2
BuildArch:	noarch
Requires:	gimp >= %{gimp_ver}

%description
Script-FUs working with gimp 2.8.

%prep
%setup -q -n gimp_scripts-%{gimp_ver}

%build

%install
install -d %{buildroot}%{_datadir}/gimp/2.0/scripts/
install -d %{buildroot}%{_datadir}/gimp/2.0/gimpressionist/
install -m 644 *.scm %{buildroot}%{_datadir}/gimp/2.0/scripts/
cp -ar Presets %{buildroot}%{_datadir}/gimp/2.0/gimpressionist/Presets

%files
%{_datadir}/gimp/2.0/scripts/*
%{_datadir}/gimp/2.0/gimpressionist/Presets/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 40-2
+ Revision: a6c67ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1641 |14cr|ginac-1.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2

%define libname              %mklibname ginac %{major}
%define libname_devel        %mklibname ginac -d
%define libname_static_devel %mklibname ginac -d -s

Name:		ginac
Version:	1.6.2
Release:	2
Summary:	C++ class library for symbolic calculations
License:	GPLv2+
Group:		Sciences/Mathematics
URL:		http://www.ginac.de/
Source0:	ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ginac-%{version}.tar.bz2
BuildRequires:	chrpath
BuildRequires:	cln-devel
BuildRequires:	doxygen
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel
BuildRequires:	tetex
BuildRequires:	tetex-dvips
BuildRequires:	tetex-latex
BuildRequires:	transfig
BuildRequires:	bison
BuildRequires:	flex
Obsoletes:	GiNaC < %{version}-%{release}
Provides:	GiNaC = %{version}-%{release}

%description
GiNaC is Not a Cocktail.

GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra
System)") is an open framework for symbolic computation within the
C++ programming language.

%package -n %{libname}
Summary:	C++ class library for symbolic calculations
Group:		Sciences/Mathematics

%description -n %{libname}
GiNaC is Not a Cocktail.

GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra
System)") is an open framework for symbolic computation within the
C++ programming language.

This package provides the core GiNaC libraries.

%package -n %{libname_devel}
Summary:	Libraries, includes and more for developing GiNaC applications
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	ginac-devel = %{version}-%{release}
Obsoletes:	%{_lib}ginac1.5-devel

%description -n %{libname_devel}
GiNaC is Not a Cocktail.

GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra
System)") is an open framework for symbolic computation within the
C++ programming language.

This is the libraries, include files and other resources you can use
for developing GiNaC applications.

%package -n %{libname_static_devel}
Summary:	Static libraries for developing GiNaC applications
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	ginac-static-devel = %{version}-%{release}
Obsoletes:	%{_lib}ginac1.5-static-devel

%description -n %{libname_static_devel}
GiNaC is Not a Cocktail.

GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra
System)") is an open framework for symbolic computation within the
C++ programming language.

This is the static libraries which you can use
for developing GiNaC applications.

%prep
%setup -q

%build
%configure2_5x --disable-rpath
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

%check
%make check

%files
%doc AUTHORS NEWS README
%{_bindir}/ginsh
%{_bindir}/viewgar
%{_mandir}/man1/ginsh.1*
%{_mandir}/man1/viewgar.1*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{libname_devel}
%doc ChangeLog
%{_bindir}/ginac-excompiler
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_infodir}/*.info*

%files -n %{libname_static_devel}
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.2-2
+ Revision: 3f99523
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1642 |14cr|gist-3.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line gister
Name:		gist
Version:	3.1.0
Release:	3
Source0:	http://rubygems.org/downloads/%{name}-%{version}.gem
License:	MIT
Group:		Development/Other
Url:		https://github.com/defunkt/gist/
BuildArch:	noarch
Requires:	ruby
BuildRequires:	ruby-RubyGems
Provides:	rubygem(%{name})

%description
Creates Gists (pastes) on gist.github.com from standard input or
arbitrary files. Can link to your GitHub account, create private
gists, and enable syntax highlighting.

%prep
%setup -q

%install
gem install --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

%__install -m 755 -d %{buildroot}%{_mandir}
mv %{buildroot}%{ruby_gemdir}/bin %{buildroot}%{_prefix}
rm -f %{buildroot}%{ruby_gemdir}/gems/%{name}-%{version}/man/*ron
rm -f %{buildroot}%{ruby_gemdir}/gems/%{name}-%{version}/man/*html
mv %{buildroot}%{ruby_gemdir}/gems/%{name}-%{version}/man %{buildroot}%{_mandir}/man1

%clean

%files
%doc %{ruby_gemdir}/doc/%{name}-%{version}
%{_bindir}/gist
%{_mandir}/man1/gist.*
%attr(755,root,root) %{ruby_gemdir}/cache/%{name}-%{version}.gem
%{ruby_gemdir}/specifications/%{name}-%{version}.gemspec
%{ruby_gemdir}/gems/%{name}-%{version}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.0-3
+ Revision: 992706f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1643 |14cr|git2cl-2.0-0.0.git8373c9f
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Converts git logs to GNU style ChangeLog format
Name: git2cl
Version: 2.0
Release: 0.0.git8373c9f
Group: Development/Other
License: GPLv2+
URL: http://josefsson.org/git2cl/
# Source is generated from a git tag. This
# shows an example of producing a tar ball from
# the  2.0 tag.
# git clone http://repo.or.cz/r/git2cl.git 
# cd git2cl
# git archive --prefix=git2cl-2.0/  git2cl-2.0 | gzip -c > git2cl-2.0.tar.gz
# And finally to get git hash for use in the release.
# git checkout git2cl-2.0
Source0: git2cl-2.0.tar.gz
BuildArch: noarch
Requires: git

%description
A quick tool to convert git logs to GNU ChangeLog format.

The tool invokes git log internally unless you pipe a log to it. 

%prep

%setup -q

%build
# Nothing to build.

%install
install -d %{buildroot}%{_bindir}
install -m0755 git2cl %{buildroot}%{_bindir}/git2cl

%files
%doc README COPYING
%{_bindir}/git2cl



%changelog
* Sun May 06 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.0-0.0.git8373c9f
+ Revision: 8df5af4
- Automatic import for version 2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1644 |14cr|gitbuster-2.1-0.b5.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    gitbuster
%define version 2.1
%define beta	b5
%define release %mkrel 0.%beta.1

Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Summary: 	Python Qt4 frontend for git filter-branch and git cherry-pick
License:	GPLv3
Group: 		Development/Python
Url: 		http://pypi.python.org/pypi/gitbuster/
Source0: 	http://pypi.python.org/packages/source/g/gitbuster/gitbuster-%{version}%{beta}.tar.gz
Requires:       python-gitpython
Requires:       python-gfbi_core
BuildRequires:  python-qt4-devel
BuildArch:      noarch

%description
" If there's something strange / In your history / Who you gonna call ? /
GitBuster! "

%prep
%setup -q -n %{name}-%{version}%{beta}

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS.txt CHANGELOG LICENSE.txt README.rst
%{_bindir}/gitbuster
%{python_sitelib}/gitbuster
%{python_sitelib}/gitbuster-%{version}%{beta}-py%{py_ver}.egg-info



%changelog
* Wed Oct 31 2012 Denis Silakov <denis.silakov@rosalab.ru> 2.1-0.b5.1
+ Revision: 3178c17
- Fix python macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1645 |14cr|gitg-3.13.91-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define gmajor  1.0
%define libname %mklibname %{name} %{api} %major
%define girname %mklibname %{name}-gir %{gmajor}
%define develname %mklibname -d %{name}

Name:           gitg
Version:        3.13.91
Release:        1
Summary:        GTK+ graphical interface for the git revision control system

Group:          Graphical desktop/GNOME
License:        GPLv2+
URL:            http://trac.novowork.com/gitg
Source0:        http://download.gnome.org/sources/gitg/3.13/%{name}-%{version}.tar.xz

BuildRequires:  dbus-devel
BuildRequires:  pkgconfig(gconf-2.0)
BuildRequires:  glib2-devel >= 1:2.26
BuildRequires:  gtk+3-devel
BuildRequires:  gtksourceview3-devel >= 3.1.3
BuildRequires:  gsettings-desktop-schemas-devel
BuildRequires:  pkgconfig(gladeui-2.0)
BuildRequires:  pkgconfig(gee-0.8)
BuildRequires:  pkgconfig(webkit2gtk-3.0)
BuildRequires:  pkgconfig(libgit2-glib-1.0)
BuildRequires:  pkgconfig(libgit2-glib-1.0)
BuildRequires:  pkgconfig(libpeas-1.0)
BuildRequires:  pkgconfig(libpeas-gtk-1.0)
BuildRequires:  pkgconfig(gtkspell3-3.0)
BuildRequires:  pkgconfig(json-glib-1.0)
BuildRequires:  intltool
BuildRequires:  vala-tools

Requires:       git
Requires:	%{libname} >= %{version}-%{release}
Requires:	%{girname} >= %{version}-%{release}

%description
gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
convenient tool to visualize git history and actions that benefit from a
graphical presentation.

%package -n %{libname}
Group: System/Libraries
Summary: Shared library parts of %{name}

%description -n %{libname}
gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
convenient tool to visualize git history and actions that benefit from a
graphical presentation.

%package -n %{develname}
Group: Development/C
Summary: Development library parts of %{name}
Requires: %{libname} = %{version}-%{release}
Provides: libgitg-devel = %{version}-%{release}

%description -n %{develname}
gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
convenient tool to visualize git history and actions that benefit from a
graphical presentation.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{version}-%{release}
Conflicts:      %{name} < 0.3.2-2

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static --disable-maintainer-mode
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/gitg
%{_datadir}/appdata/gitg.appdata.xml
%{_datadir}/applications/gitg.desktop
%{_datadir}/gitg
%{_datadir}/glib-2.0/schemas/org.gnome.gitg.gschema.xml
%{_datadir}/icons/hicolor/*/apps/gitg*
%{_libdir}/gitg/plugins/*
%{_mandir}/man1/gitg.1*

%files -n %{libname}
%{_libdir}/libgitg*-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gitg*-%{gmajor}.typelib

%files -n %{develname}
%doc ChangeLog
%{_includedir}/libgitg*-%{api}
%{_libdir}/libgitg*-%{api}.so
%{_libdir}/pkgconfig/libgitg*-%{api}.pc
%{_datadir}/gir-%{gmajor}/Gitg*-%{gmajor}.gir
%{_datadir}/vala/vapi/libgitg*-%{api}.vapi

%changelog
* Tue Sep 16 2014 Tigro <ashejn@gmail.com> 3.13.91-1
+ Revision: 8dbf2d8
- added BR: json-glib-1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1646 |14cr|gitslave-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:		gitslave
Summary:		gitslave creates a group of related repositories
Group:		Development/Other
Version:		2.0.1
Release:		4
BuildArch:	noarch
License:		LGPL 2.1
URL:		http://gitslave.sourceforge.net
Source0:		http://downloads.sourceforge.net/project/gitslave/%{name}-%{version}.tar.gz
BuildRequires:	perl
Requires:	git

%description
gitslave creates a group of related repositories—a superproject repository 
and a number of slave repositories—all of which are concurrently developed 
on and on which all git operations should normally operate; so when you 
branch, each repository in the project is branched in turn.

%files
%{_bindir}/gits
%{_mandir}/man1/*

#--------------------------------------------------------------------
%prep
%setup -q

%build
sed -i 's#/usr/local#/usr#g' Makefile
%make

%install
rm -rf %{buildroot}
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-4
+ Revision: 943a3dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1647 |14cr|givaro-3.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		givaro
%define libgivaro	%mklibname %{name} 0
%define libgivaro_devel	%mklibname %{name} -d 

Name:		%{name}
Version:	3.7.0
Release:	3
Summary:	C++ library for arithmetic and algebraic computations
Group:		Sciences/Mathematics

License:	CeCILL-B
URL:		http://ljk.imag.fr/CASYS/LOGICIELS/givaro/
Source0:	https://forge.imag.fr/frs/download.php/207/%{name}-%{version}.tar.gz
Patch0:		givaro-config-script.patch
Patch1:		givaro-underlink.patch

BuildRequires:	doxygen
BuildRequires:	gmpxx-devel
BuildRequires:	texlive


%description
Givaro is a C++ library for arithmetic and algebraic computations.
Its main features are implementations of the basic arithmetic of many
mathematical entities: Primes fields, Extensions Fields, Finite Fields,
Finite Rings, Polynomials, Algebraic numbers, Arbitrary precision
integers and rationals (C++ wrappers over gmp) It also provides
data-structures and templated classes for the manipulation of basic
algebraic objects, such as vectors, matrices (dense, sparse, structured),
univariate polynomials (and therefore recursive multivariate).


%package	-n %{libgivaro}
Group:		System/Libraries
Summary:	Givaro shared library


%description	-n %{libgivaro}
This package contains the givaro shared libraries.


%package	-n %{libgivaro_devel}
Group:		Development/C++
Summary:	Givaro development files
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib-%{name}-devel = %{version}-%{release}
Requires:	%{libgivaro} = %{version}-%{release}
Requires:	gmpxx-devel


%description	-n %{libgivaro_devel}
This package contains the givaro development files.


%prep
%setup -q -n givaro-%{version}
%patch0 -p0
%patch1 -p1

# Fix file encodings
for i in Licence_CeCILL-B_V1-fr.txt Licence_CeCILL-B_V1-en.txt;
do
	iconv -f  iso8859-1 -t utf-8 $i > $i.new && \
	touch -r $i $i.new && \
	mv $i.new $i
done

# Remove unnecessary executable bits
find examples -name Makefile.am -perm /0111 | xargs chmod a-x

%build
%configure2_5x --enable-shared --disable-static --enable-doc \
  --docdir=%{_docdir}/%{name}-devel-%{version}

# Fix an unused direct library dependency
sed -i 's/-lm -lgcc_s/-lgcc_s/' libtool

make %{?_smp_mflags}

# We don't want these files with the doxygen-generated files
rm -f docs/givaro-html/{AUTHORS,COPYING,INSTALL}


%install
# Documentation installation is hopelessly broken
sed -i 's/^SUBDIRS =.*/SUBDIRS = src macros tests/' Makefile

make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_libdir}/lib%{name}.la

#givaro-makefile is installed incorrectly in usr/bin
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
mv $RPM_BUILD_ROOT/%{_bindir}/givaro-makefile $RPM_BUILD_ROOT%{_datadir}/%{name}
chmod 644  $RPM_BUILD_ROOT%{_datadir}/%{name}/givaro-makefile
sed -i '\%#! /bin/sh%D' $RPM_BUILD_ROOT%{_datadir}/%{name}/givaro-makefile


%check
make check

%files		-n %{libgivaro}
%doc COPYRIGHT Licence_CeCILL-B_V1-en.txt Licence_CeCILL-B_V1-fr.txt
%{_libdir}/lib%{name}.so.*


%files		-n %{libgivaro_devel}
%doc docs/givaro-html docs/givaro-dev-html examples
%{_bindir}/%{name}-config
%{_includedir}/%{name}/
%{_includedir}/gmp++/
%{_datadir}/%{name}/
%{_includedir}/%{name}-config.h
%{_libdir}/lib%{name}.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.0-3
+ Revision: c482ee7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1648 |14cr|giws-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Generate C++ class wrappers to call Java methods/objects
Name:		giws
Version:	1.2.0
Release:	2
License:	CeCILL
Group:		Development/Python
Url:		http://www.scilab.org/giws/
Source0:	http://www.scilab.org/giws/download/%{name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Giws is basically doing the same stuff as SWIG but the opposite.
Calling Java from C/C++ can be tricky: JNI calls are complicated 
especially when dealing with non primivite types or arrays, 
performance issues must be kept in mind all the time, 
the code can be redundant (checking exceptions, checking returns
of operations...).
Giws hides this complexity through a C++ class which wraps the
Java class.

%prep
%setup -q

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS BUGS README LICENSE CHANGELOG
%{_bindir}/*
%py_puresitedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-2
+ Revision: 81fe5d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1649 |14cr|gjay-0.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Automated music manager for DJ applications
Name:		gjay
Version:	0.3.2
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://gjay.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
Patch0:		gjay-0.3.2-sfmt.patch
BuildRequires:	pkgconfig(audacious)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libmpdclient)
BuildRequires:	pkgconfig(vorbis)
Requires:	audacious
Requires:	mp3info
Requires:	mpg321
Requires:	vorbis-tools
# Doesn't get autogenerated as the app doesn't link against it but
# dlopens it: it's not strictly required, so make it a suggests
Suggests:	%{_lib}flac8
Suggests:	%{_lib}mpdclient2
Suggests:	%{_lib}vorbis0
Suggests:	%{_lib}vorbisfile3

%description
GJay (Gtk+ DJ) generates playlists across a collection of music (ogg, mp3,
wav) such that each song sounds good following the previous song. It is ideal
for home users who want a non-random way to wander large collections or for
DJs planning a set list. You can generate playlists from within the
application, or run GJay as a standalone command-line utility.

%files
%doc README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=GJay
Comment=DJ Collection Manager
Exec=%{_bindir}/%{name}
Icon=sound_section
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;X-MandrivaLinux-CrossDesktop;Audio;Player;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-2
+ Revision: d3d2229
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1650 |14cr|gjdoc-0.7.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support        1
%bcond_with                native

%if %with native
%define gcj_support        0
%endif

Summary:                GNU Javadoc
Name:                   gjdoc
Version:                0.7.9
Release:                6
Epoch:                  0
License:                GPL
Group:                  Development/Java
URL:                    http://savannah.gnu.org/projects/classpath/
Source0:                ftp://ftp.gnu.org/gnu/classpath/gjdoc-%{version}.tar.gz
Source1:                ftp://ftp.gnu.org/gnu/classpath/gjdoc-%{version}.tar.gz.sig
Patch0:                 %{name}-fix-control-z.patch
Patch1:                 %{name}-rm-timestamp.patch
Patch2:                 %{name}-consistent-html.patch
Patch3:                 %{name}-fix-bootclasspath-option.patch
Requires:               antlr
Requires:               jaxp_parser_impl
Requires:               jaxp_transform_impl
Requires:               java >= 0:1.4.2
Requires:               jpackage-utils
%if %{gcj_support}
BuildRequires:          java-gcj-compat-devel
%else
%if %without native
BuildArch:              noarch
%endif
%endif
BuildRequires:          antlr
BuildRequires:          chrpath
BuildRequires:          java-devel >= 0:1.4.2
BuildRequires:          jaxp_parser_impl
BuildRequires:          jaxp_transform_impl
BuildRequires:          java-rpmbuild

%description
A documentation generation system for "javadoc"-style comments.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p1

%build
export CLASSPATH=
#export CLASSPATH=$(build-classpath jaxp_parser_impl jaxp_transform_impl)
export JAR=%{jar}
export JAVA=%{java}
export JAVAC=%{javac}
export JAVADOC=%{javadoc}
%ifarch noarch
%{configure} \
%else
%{configure2_5x} \
%endif
--with-antlr-jar=%{_javadir}/antlr.jar \
--enable-xmldoclet \
%if %with native
--enable-native
%else
--disable-native
%endif
%{__sed} -i 's/^pic_flag=\"\"/pic_flag=\"\ \-fPIC\"/' libtool
%{__sed} -i 's/^compiler_c_o=\"no\"/compiler_c_o=\"yes\"/' libtool
%{make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall}

%if %with natuve
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/gjdoc
%endif

pushd %{buildroot}%{_javadir}
%{__ln_s} com-sun-javadoc-%{version}.jar com-sun-javadoc.jar
%{__ln_s} com-sun-tools-doclets-Taglet-%{version}.jar com-sun-tools-doclets-Taglet.jar
%{__ln_s} gnu-classpath-tools-gjdoc-%{version}.jar gnu-classpath-tools-gjdoc.jar
popd

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}
%endif

%if %{gcj_support}
%postun
%{clean_gcjdb}
%endif

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%{_bindir}/gjdoc
%{_javadir}/com-sun-javadoc-%{version}.jar
%{_javadir}/com-sun-tools-doclets-Taglet-%{version}.jar
%{_javadir}/gnu-classpath-tools-gjdoc-%{version}.jar
%{_javadir}/com-sun-javadoc.jar
%{_javadir}/com-sun-tools-doclets-Taglet.jar
%{_javadir}/gnu-classpath-tools-gjdoc.jar
%if %{gcj_support}
%{_libdir}/gcj/%{name}/com-sun-javadoc-%{version}.jar.*
%{_libdir}/gcj/%{name}/com-sun-tools-doclets-Taglet-%{version}.jar.*
%{_libdir}/gcj/%{name}/gnu-classpath-tools-gjdoc-%{version}.jar.*
%endif
%if %with native
%{_libdir}/lib-com-sun-javadoc.la
%{_libdir}/lib-com-sun-javadoc.so
%{_libdir}/lib-com-sun-javadoc.so.0
%{_libdir}/lib-com-sun-javadoc.so.0.0.0
%{_libdir}/lib-com-sun-tools-doclets-Taglet.la
%{_libdir}/lib-com-sun-tools-doclets-Taglet.so
%{_libdir}/lib-com-sun-tools-doclets-Taglet.so.0
%{_libdir}/lib-com-sun-tools-doclets-Taglet.so.0.0.0
%{_libdir}/lib-gnu-classpath-tools-gjdoc.la
%{_libdir}/lib-gnu-classpath-tools-gjdoc.so
%{_libdir}/lib-gnu-classpath-tools-gjdoc.so.0
%{_libdir}/lib-gnu-classpath-tools-gjdoc.so.0.0.0
%endif
%{_infodir}/gjdoc.info*
%{_mandir}/man1/gjdoc*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.7.9-6
+ Revision: 05c31fa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1651 |14cr|gjots2-2.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gjots2
Version:	2.4.1
Release:	2
Summary:	A note jotter in tree structure
License:	GPLv2
Group:		Graphical desktop/GNOME
URL:		http://bhepple.freeshell.org/gjots/
Source:		http://bhepple.freeshell.org/gjots/%{name}-%{version}.tgz
BuildArch:	noarch
Requires:	gnome-python
Requires:	gnome-python-gconf
Requires:	gnome-python-gnomevfs
Requires:	pygtk2.0-libglade >= 2.2.0
Requires:	python-gtksourceview
Requires:	openssl
Requires:	gnupg
Requires:	m4
BuildRequires:	imagemagick
BuildRequires:	python-devel
BuildRequires:	desktop-file-utils

%description
GJots2 can be used to organize one's jottings into a tree structure,
adding thoughts and miscellaneous things. Afterwards the notes can be
exported into various formats such as HTML, XML, Postscript, PDF, man etc.
It can also make use of OpenSSL, GPG or ccrypt(1) for encrypting PINs
and passwords.

%prep
%setup -q

%install
python setup.py install --root=%{buildroot}
%find_lang %{name}

# fix desktop file
sed -i -e 's/gjots.png/gjots/' %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install \
	--remove-key=Encoding \
	--remove-category=Application \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# icons
install -d -m 755 %{buildroot}%{_liconsdir} %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir}
convert -geometry 48x48 pixmaps/gjots.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 pixmaps/gjots.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 pixmaps/gjots.png %{buildroot}%{_miconsdir}/%{name}.png

%files -f %{name}.lang
%doc %{_docdir}/*
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*
%{py_puresitedir}/*
%{_prefix}/lib/%{name}
%{_mandir}/man1/*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-2
+ Revision: f92d54e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1652 |14cr|gkermit-1.00-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gkermit
%define version 1.00
%define release	9
%define remoteversion 100

Summary:	Transfer files with the Kermit protocol
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source:		ftp://kermit.columbia.edu/kermit/archives/gku%{remoteversion}.tar.bz2
Patch0:		gkermit-missing-errno-include.patch
License:	GPL
Group:		Networking/File transfer
BuildRoot:	%{_tmppath}/%{name}-buildroot

URL:		http://www.columbia.edu/kermit/gkermit.html

%description
gkermit is a GPL'd implementation of the Kermit protocol, developed by
Columbia University.  Kermit is often used to transfer files over serial
connections as well as through networks.  This version is quite minimal;
support for non-Kermit protocols may be found in ckermit, which is not,
unfortunately, Free Software. See the gkermit webpage for more information.

gkermit is a command line, non-interactive client.

%prep
%setup

%patch0 -p1

%build
%make

bzip2 -f gkermit.nr

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir} $RPM_BUILD_ROOT/%{_mandir}/man1
cp gkermit $RPM_BUILD_ROOT/%{_bindir}/
cp gkermit.nr.bz2 $RPM_BUILD_ROOT/%{_mandir}/man1/gkermit.1.bz2

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root,0755)
%doc ANNOUNCE COPYING README
%{_bindir}/gkermit
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.00-9
+ Revision: 435d1a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1653 |14cr|gkii-0.4.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	gkII

Summary:	Mandelbrot and Julia set image generator
Name:		gkii
Version:	0.4.7
Release:	5
License:	GPL
Group:		Graphics
Url:		http://www.jwm-art.net/gkII/
Source0:	http://www.jwm-art.net/gkII/%{oname}-%{version}.tar.bz2
Patch0:		gkII-0.4.7-Makefile.patch
Patch1:		gkII-0.4.7-libpng15.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpng)

%description 
It features unlimited image size, anti-aliasing, Mandelbrot/Julia mangling, 
autolayers with ramped bailout/perturbation, and controllable colour palette 
randomization, striping, scaling, and interpolation.

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%setup_compile_flags
pushd src
%make
popd

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}/gallery

install src/gkII %{buildroot}%{_bindir}/%{name}
install gallery/* %{buildroot}%{_datadir}/%{name}/gallery

%files
%defattr(644,root,root,755)
%doc BUGS CHANGES KEYS LICENSE README TODO
%attr(755,root,root) %{_bindir}/%{name}
%{_datadir}/%{name}/gallery


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.7-5
+ Revision: 7bd7119
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1654 |14cr|gkrellm-2.3.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gkrellm
Version:	2.3.5
Release:	8
Summary:	Multiple stacked system monitors
License:	GPLv3+
Group:		Monitoring
URL:		http://gkrellm.net
Source0:	http://members.dslextreme.com/users/billw/gkrellm/%{name}-%{version}.tar.bz2
Source1:	gkrellm-themes.tar.bz2
Source2:	gkrellmd.service
Source3:	gkrellm-pt.po
Patch0:		gkrellm-2.3.5-fix-format-errors.patch
Patch2:		gkrellm-2.3.5-force-libsensor-test-result.patch
BuildRequires:	gettext
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(libntlm)
BuildRequires:	lm_sensors-devel

%description
GKrellM charts SMP CPU, load, Disk, and all active net interfaces
automatically. An on/off button and online timer for the PPP interface
is provided. Monitors for memory and swap usage, file system, internet
connections, APM laptop battery, mbox style mailboxes, and cpu temps.
Also includes an uptime monitor, a hostname label, and a clock/calendar.
Additional features are:

  * Autoscaling grid lines with configurable grid line resolution.
  * LED indicators for the net interfaces.
  * A gui popup for configuration of chart sizes and resolutions.

%package devel
Summary:	Include files for gkrellm
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description devel
gkrellm header files for gkrellm development and plugin support.

%package server
Summary:	Server component for gkrellm
Group:		Monitoring
Requires(post):	rpm-helper
Requires(preun): rpm-helper

%description server
The server component allows you to monitor a server remotely from 
a client running gkrellm, without installing gkrellm on the server.

%prep
%setup -q
%setup -q -D -T -a1
cp -a %{S:3} po/pt.po
for i in `find -type d -name .xvpics`
    do rm -rf $i
done
# make it lib64 aware
perl -pi -e "/PLUGINS_DIR/ and s|/lib/|/%{_lib}/|g" ./src/gkrellm.h ./server/gkrellmd.h
perl -pi -e "s|/lib/|/%{_lib}/|" Makefile
%patch0 -p1 -b .wformat
%patch2 -p1 -b .libsensors

%build
%make INSTALLROOT=%{_prefix} \
      INCLUDEDIR=%{_includedir} \
      CFLAGS="%{optflags}" \
      LDFLAGS="$(pkg-config --libs gmodule-2.0) %{ldflags}" \
      LOCALEDIR=%{_datadir}/locale

#      LIBS="-lgtk-x11-2.0 -lgdk-x11-2.0 -lglib-2.0 -lgmodule-2.0"

%install
mkdir -p %{buildroot}%{_bindir}
make install \
    INSTALLROOT=%{buildroot}%{_prefix} \
    INSTALLDIR=%{buildroot}%{_bindir} \
    INCLUDEDIR=%{buildroot}%{_includedir} \
    MANDIR=%{buildroot}%{_mandir}/man1 \
    LOCALEDIR=%{buildroot}%{_datadir}/locale \
    STRIP=""

mkdir -p %{buildroot}%{_libdir}/%{name}2/plugins

mkdir -p %{buildroot}{%{_iconsdir},%{_liconsdir},%{_miconsdir}}
convert src/icon.xpm -geometry 48x48 %{buildroot}%{_liconsdir}/%{name}.png
convert src/icon.xpm -geometry 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert src/icon.xpm -geometry 16x16 %{buildroot}%{_miconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/%{name}2/themes
cp -av gkrellm-themes/* %{buildroot}%{_datadir}/%{name}2/themes

install -d -m 755 %{buildroot}%{_datadir}/applications
cat >  %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Gkrellm
Name[ru]=Gkrellm
Comment=A GTK-based monitoring app
Comment[ru]=Программа мониторинга ресурсов компьютера
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;System;Monitor;
EOF

install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 server/gkrellmd.conf %{buildroot}%{_sysconfdir}

install -d -m 755 %{buildroot}%{_unitdir}
install -m 755 %{SOURCE2} %{buildroot}%{_unitdir}/gkrellmd.service

%multiarch_includes %{buildroot}%{_includedir}/gkrellm2/gkrellm.h

%multiarch_includes %{buildroot}%{_includedir}/gkrellm2/gkrellmd.h

%{find_lang} %{name}

# lock dir
install -d -m 755 %{buildroot}%{_localstatedir}/lock/gkrellm
chmod 1777 %{buildroot}%{_localstatedir}/lock/gkrellm

%post
%systemd_post %{name}d.service

%preun
%systemd_preun %{name}d.service

%postun
%systemd_postun_with_restart %{name}d.service

%files -f %{name}.lang
%doc COPYRIGHT Changelog INSTALL README *.html
%{_bindir}/gkrellm
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/gkrellm.png
%{_liconsdir}/gkrellm.png
%{_miconsdir}/gkrellm.png
%{_mandir}/man1/gkrellm.1*
%{_libdir}/gkrellm2
%{_datadir}/gkrellm2
%{_localstatedir}/lock/gkrellm

%files devel
%doc *.html
%{_includedir}/gkrellm2/
%dir %{multiarch_includedir}/gkrellm2
%{multiarch_includedir}/gkrellm2/*.h
%{_libdir}/pkgconfig/gkrellm.pc

%files server
%config(noreplace) %{_sysconfdir}/gkrellmd.conf
%{_unitdir}/gkrellmd.service
%{_bindir}/gkrellmd
%{_mandir}/man1/gkrellmd.1*



%changelog
* Wed Sep 03 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.5-8
+ Revision: 035d03b
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1655 |14cr|gkrellm-plugins-2.3.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gkrellm-plugins
%define version	2.3.5
%define release 	5

%define debug_package %{nil}

%define gkrellweather_version	2.0.8
%define seti_version		0.7.0b
%define gkrellStock_version	0.5.1
%define gkrellShoot_version	0.4.4
%define snmp_version		1.1
%define gkrellmitime_version	1.0
%define volume_version		2.1.13
%define mailwatch_version	2.4.3
%define gkrellmss_version	2.6
%define gkrellmwireless_version	2.0.3
%define radio_version		2.0.4
%define gkrellkam_version	2.0.0
%define fmonitor_version	2.0.4
%define reminder_version	2.0.0
%define gkrellmoon_version	0.6
%define gkleds_version		0.8.0
%define gkrellmbgchg2_version	0.1.9
%define gkrellsun_version	1.0.0
%define hddtemp_version		0.2-beta
%define timers_version		1.3
%define gkrelltop_version	2.2.13
%define gkrellmlaunch_version 0.5
%define cpufreq_version		0.6.1

Name:		%{name}
Summary:	Plugins for gkrellm
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Monitoring
URL:		http://gkrellm.net
Source2:	gkrellm-volume-%{volume_version}.tar.gz
Source3:	gkrellm-mailwatch-%{mailwatch_version}.tar.gz
Source4:	gkrellmitime-%{gkrellmitime_version}.tar.bz2
Source5:	gkrellstock-%{gkrellStock_version}.tar.bz2
Patch5:		gkrellstock-0.5.1.path.patch.bz2
Source6:	http://prdownloads.sourceforge.net/gkrellshoot/gkrellshoot-%{gkrellShoot_version}.tar.gz
Source7:	http://members.dslextreme.com/~billw/gkrellmss/gkrellmss-%{gkrellmss_version}.tar.gz
Source8:	gkrellmwireless-%{gkrellmwireless_version}.tar.bz2
Source9:	gkrellm-radio-%{radio_version}.tar.bz2
Source10:	gkrellkam_%{gkrellkam_version}.tar.bz2
Source11:	gkrellweather-%{gkrellweather_version}.tgz
Patch4:		gkrellweather-2.0.8-fix-path.patch
Source12:	gkrellm-fmonitor-%{fmonitor_version}.tgz
Source13:	gkrellm-reminder-%{reminder_version}.tar.bz2
Source14:	gkrellmoon-%{gkrellmoon_version}.tar.bz2
Source15:	gkrellm_snmp-%{snmp_version}.tar.gz
Source16:	gkleds-%{gkleds_version}.tar.bz2
Source17:	http://www.bender-suhl.de/stefan/comp/sources/gkrellmbgchg2-%{gkrellmbgchg2_version}.tar.gz
Source18:	http://sourceforge.net/projects/gkrellsun/files/gkrellsun%20gkrellm-2.2/1.0.0/gkrellsun-%{gkrellsun_version}.tar.gz
Source20:	seti-%{seti_version}.tar.bz2
Patch2:		seti-%{seti_version}-gkrellm2.patch.bz2
Source21:	gkrellm-hddtemp-%{hddtemp_version}.tar.bz2
Source22:	gkrellm_timers-%{timers_version}.tar.bz2
Source23:	http://sourceforge.net/projects/gkrelltop/files/gkrelltop/2.2.13/gkrelltop_%{gkrelltop_version}.orig.tar.gz
Source24:	gkrellmlaunch-%{gkrellmlaunch_version}.tar.bz2 
Source25:	gkrellm2-cpufreq-%{cpufreq_version}.tar.gz

Requires:	gkrellm = %{version}
BuildRequires:	gkrellm-devel = %{version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	libmcrypt-devel
BuildRequires:	pkgconfig(esound)
BuildRequires:  pkgconfig(openssl)
BuildRequires:  pkgconfig(xtst)
BuildRequires:  cpupower-devel

%description
This package contains some plugins for gkrellm.  Included are the following
plugins:

  * volume, controls mixer
  * mailwatch, watches individual mailboxes for new mail
  * gkrellmitime, displays internet time
  * gkrellmss, sound scope
  * gkrellmwireless, monitors the link quality of a wirless LAN card
  * gkrellm-radio, radio tuner interface
  * gkrellweather, checks and reports weather conditions
  * fmonitor, displays contents of files
  * reminder, a cron-lick scheduler
  * gkleds, plugin which monitors CapsLock, NumLock, ScrollLock
  * gkrellmbgchg, Change your background on a schedule
  * gkrellsun, Sunrise and Sunset display
  * gkx86info, Calculates Mhz/Ghz of processor
  * gkrellmoon, shows the phases of the moon
  * seti, displays information about your seti progress
  * gkrellm-hddtemp, displays temperatures of hard disks
  * gkrellmlaunch, allows one click access to programs

%package snmp
Summary:	SNMP plugin for %{name}
Group:		Monitoring
Requires:	gkrellm = %{version}
BuildRequires:	net-snmp-devel

%description snmp
gkrellm_snmp, SNMP monitor.

%package stock
Summary:	Stock plugin for %{name}
Group:		Monitoring
Requires:	gkrellm = %{version}

%description stock
gkrellStock, a stock monitor.

%package shoot
Summary:	Shoot plugin for %{name}
Group:		Monitoring
Requires:	gkrellm = %{version}
Requires:	imagemagick

%description shoot
gkrellShoot, a screen locker and screen capture krell.

%package kam
Summary:	Kam plugin for %{name}
Group:		Monitoring
Requires:	gkrellm = %{version}
Requires:	wget

%description kam
gkrellkam, monitor static images such as webcams.

%prep
%setup -T -c -n %{name}
#%setup -q -T -D -c -a 1 -n %{name}
%setup -q -T -D -c -a 2 -n %{name}
%setup -q -T -D -c -a 3 -n %{name}
%setup -q -T -D -c -a 4 -n %{name}
%setup -q -T -D -c -a 5 -n %{name}
%setup -q -T -D -c -a 6 -n %{name}
%setup -q -T -D -c -a 7 -n %{name}
%setup -q -T -D -c -a 8 -n %{name}
%setup -q -T -D -c -a 9 -n %{name}
%setup -q -T -D -c -a 10 -n %{name}
%setup -q -T -D -c -a 11 -n %{name}
%setup -q -T -D -c -a 12 -n %{name}
%setup -q -T -D -c -a 13 -n %{name}
%setup -q -T -D -c -a 14 -n %{name}
%setup -q -T -D -c -a 15 -n %{name}
%setup -q -T -D -c -a 16 -n %{name}
%setup -q -T -D -c -a 17 -n %{name}
%setup -q -T -D -c -a 18 -n %{name}
%setup -q -T -D -c -a 20 -n %{name}
%setup -q -T -D -c -a 21 -n %{name}
%setup -q -T -D -c -a 22 -n %{name}
%setup -q -T -D -c -a 23 -n %{name}
%setup -q -T -D -c -a 24 -n %{name}
%setup -q -T -D -c -a 25 -n %{name}

(cd seti-%{seti_version}
%patch2 -p1 -b .gtk2
)
(cd gkrellweather-%{gkrellweather_version}
%patch4 -p1 -b .path
)
(cd gkrellStock-%{gkrellStock_version}
%patch5 -p0 -b .path
)

sed -i 's/-Wl /-Wl,/' gkrellmitime-%{gkrellmitime_version}/Makefile
sed -i 's/-Wl//' gkrellm-radio/Makefile
sed -i 's/-Wl//' gkrellkam-%{gkrellkam_version}/Makefile
sed -i 's/-Wl//' seti-%{seti_version}/Makefile
sed -i 's/-Wl//' gkrellm-hddtemp-%{hddtemp_version}/Makefile
sed -i 's/-W1//' gkrellmlaunch-%{gkrellmlaunch_version}/Makefile
sed -i 's/lcpufreq/lcpupower/' gkrellm2-cpufreq-%{cpufreq_version}/Makefile

%build
(cd gkrellm-volume
make CFLAGS="%{optflags}"
)
(cd gkrellm-mailwatch
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkrellmitime-%{gkrellmitime_version}
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkrellStock-%{gkrellStock_version}
make CFLAGS="%{optflags}"
)
(cd gkrellShoot-%{gkrellShoot_version}
make CFLAGS="%{optflags}"
)
(cd gkrellmss-%{gkrellmss_version}
make CFLAGS="%{optflags}"
)
(cd gkrellmwireless
make CFLAGS="%{optflags}"
)
(cd gkrellm-radio
make WITH_LIRC=1
)
(cd gkrellkam-%{gkrellkam_version}
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkleds-%{gkleds_version}
%ifarch x86_64
make X11_LIB="-L/usr/X11R6/lib64 -lX11 -lXtst" CFLAGS="%{optflags} -fPIC"
%else
make CFLAGS="%{optflags}"
%endif
)
(cd gkrellmbgchg2-%{gkrellmbgchg2_version}
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkrellm-fmonitor-%{fmonitor_version}
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkrellmoon-%{gkrellmoon_version}
make CFLAGS="%{optflags}"
)
(cd gkrellm-reminder-%{reminder_version}
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkrellm_snmp-%{snmp_version}
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkrellsun-%{gkrellsun_version}/src20
make CFLAGS="%{optflags}"
)
(cd gkrellweather-%{gkrellweather_version}
make PREFIX=%{_prefix} CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd seti-%{seti_version}
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkrellm-hddtemp-%{hddtemp_version}
make gkrellm2 CFLAGS="%{optflags} -fPIC"
)
(cd gkrellm_timers-%{timers_version}
make CFLAGS="%{optflags}"
)
( cd gkrelltop-%{gkrelltop_version}.orig
make clean
make CFLAGS="%{optflags}"
)
( cd gkrellmlaunch-%{gkrellmlaunch_version}
make CFLAGS="%{optflags}"
)
(cd gkrellm2-cpufreq-%{cpufreq_version}
make CFLAGS="%{optflags}"
)

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_libdir}/gkrellm2/plugins
mkdir -p %{buildroot}%{_datadir}/gkrellm2/scripts
install -c -s -m 755 gkrellm-volume/volume.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellm-mailwatch/mailwatch.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellmitime-%{gkrellmitime_version}/gkrellm_itime.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellStock-%{gkrellStock_version}/gkrellstock.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -m 755 gkrellStock-%{gkrellStock_version}/GetQuote2 %{buildroot}%{_datadir}/gkrellm2/scripts
install -c -s -m 755 gkrellShoot-%{gkrellShoot_version}/gkrellshoot.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellmss-%{gkrellmss_version}/src/gkrellmss.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellmwireless/wireless.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellm-radio/radio.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellkam-%{gkrellkam_version}/gkrellkam2.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellweather-%{gkrellweather_version}/gkrellweather.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -m 755 gkrellweather-%{gkrellweather_version}/GrabWeather %{buildroot}%{_datadir}/gkrellm2/scripts
install -c -s -m 755 gkrellm-fmonitor-%{fmonitor_version}/fmonitor.so  %{buildroot}%{_libdir}/gkrellm2/plugins
#install -c -s -m 755 gkrellm-fmonitor-%{fmonitor_version}/sensors.tcl %{buildroot}%{_bindir}
install -c -s -m 755 gkrellm-reminder-%{reminder_version}/reminder.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellm_snmp-%{snmp_version}/gkrellm_snmp.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkleds-%{gkleds_version}/gkleds.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellmbgchg2-%{gkrellmbgchg2_version}/gkrellmbgchg.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellsun-%{gkrellsun_version}/src20/gkrellsun.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellmoon-%{gkrellmoon_version}/gkrellmoon.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 seti-%{seti_version}/seti.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellm-hddtemp-%{hddtemp_version}/gkrellm-hddtemp.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellm_timers-%{timers_version}/gkrellm_timers.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrelltop-%{gkrelltop_version}.orig/gkrelltop{,d}.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellmlaunch-%{gkrellmlaunch_version}/gkrellmlaunch.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellm2-cpufreq-%{cpufreq_version}/cpufreq.so %{buildroot}%{_libdir}/gkrellm2/plugins

# setup various docs
mkdir -p doc/gkleds
cp gkleds-%{gkleds_version}/{COPYING,Changelog,License,README,TODO,Themes} doc/gkleds
mkdir -p doc/gkrellm-fmonitor
cp gkrellm-fmonitor-%{fmonitor_version}/README doc/gkrellm-fmonitor
mkdir -p doc/gkrellm-hddtemp
cp gkrellm-hddtemp-%{hddtemp_version}/{COPYING,README} doc/gkrellm-hddtemp
mkdir -p doc/gkrellm-mailwatch
cp gkrellm-mailwatch/{Changelog,README} doc/gkrellm-mailwatch
mkdir -p doc/gkrellm-radio
cp gkrellm-radio/{CHANGES,README,lirc.example} doc/gkrellm-radio
mkdir -p doc/gkrellm-reminder
cp gkrellm-reminder-%{reminder_version}/{COPYING,ChangeLog,INSTALL,README} doc/gkrellm-reminder
mkdir -p doc/gkrellm-volume
cp gkrellm-volume/{COPYRIGHT,Changelog,README,THEMING} doc/gkrellm-volume
mkdir -p doc/timers
cp gkrellm_timers-%{timers_version}/{ChangeLog,README,TODO} doc/timers
mkdir -p doc/gkrellmbgchg2
cp gkrellmbgchg2-%{gkrellmbgchg2_version}/{ChangeLog,README,TODO} doc/gkrellmbgchg2
mkdir -p doc/gkrellmitime
cp gkrellmitime-%{gkrellmitime_version}/{COPYING,ChangeLog,README} doc/gkrellmitime
mkdir -p doc/gkrellmlaunch
cp gkrellmlaunch-%{gkrellmlaunch_version}/{CHANGELOG,COPYING,LICENSE,README} doc/gkrellmlaunch
mkdir -p doc/gkrellmoon
cp gkrellmoon-%{gkrellmoon_version}/{AUTHORS,COPYING,ChangeLog,INSTALL,NEWS,README} doc/gkrellmoon
mkdir -p doc/gkrellmss
cp gkrellmss-%{gkrellmss_version}/{COPYRIGHT,Changelog,INSTALL,README,Themes} doc/gkrellmss
mkdir -p doc/gkrellmwireless
cp gkrellmwireless/{Changelog,README} doc/gkrellmwireless
mkdir -p doc/gkrellsun
cp gkrellsun-%{gkrellsun_version}/{AUTHORS,COPYING,INSTALL,README} doc/gkrellsun
mkdir -p doc/gkrelltop
cp gkrelltop-%{gkrelltop_version}.orig/README doc/gkrelltop
mkdir -p doc/gkrellweather
cp gkrellweather-%{gkrellweather_version}/{COPYING,ChangeLog,README} doc/gkrellweather
mkdir -p doc/seti
cp seti-%{seti_version}/{AUTHORS,BUGS,COPYING,ChangeLog,INSTALL,INSTALL.gtk2,LICENSE,NEWS,README,README-pcpu,TODO} doc/seti
mkdir -p doc/cpufreq
cp gkrellm2-cpufreq-%{cpufreq_version}/{ChangeLog,LICENSE,README} doc/cpufreq

# fix some perms
chmod 644 doc/gkrellmoon/*
chmod 644 doc/gkleds/*
chmod 644 doc/gkrelltop/*

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc doc/*
%{_libdir}/gkrellm2/plugins/*
%exclude %{_libdir}/gkrellm2/plugins/gkrellm_snmp.so
%exclude %{_libdir}/gkrellm2/plugins/gkrellstock.so
%exclude %{_libdir}/gkrellm2/plugins/gkrellshoot.so
%exclude %{_libdir}/gkrellm2/plugins/gkrellkam2.so
%{_datadir}/gkrellm2/scripts/GrabWeather

%files snmp
%defattr(-,root,root)
%doc gkrellm_snmp-%{snmp_version}/ChangeLog
%doc gkrellm_snmp-%{snmp_version}/FAQ
%doc gkrellm_snmp-%{snmp_version}/README
%doc gkrellm_snmp-%{snmp_version}/TODO
%{_libdir}/gkrellm2/plugins/gkrellm_snmp.so

%files stock
%defattr(-,root,root)
%doc gkrellStock-%{gkrellStock_version}/COPYING
%doc gkrellStock-%{gkrellStock_version}/ChangeLog
%doc gkrellStock-%{gkrellStock_version}/README
%{_libdir}/gkrellm2/plugins/gkrellstock.so
%{_datadir}/gkrellm2/scripts/GetQuote2

%files shoot
%defattr(-,root,root)
%doc gkrellShoot-%{gkrellShoot_version}/ChangeLog
%doc gkrellShoot-%{gkrellShoot_version}/README
%{_libdir}/gkrellm2/plugins/gkrellshoot.so

%files kam
%defattr(-,root,root)
%doc gkrellkam-%{gkrellkam_version}/README
%doc gkrellkam-%{gkrellkam_version}/COPYING
%doc gkrellkam-%{gkrellkam_version}/Changelog
%doc gkrellkam-%{gkrellkam_version}/INSTALL
%doc gkrellkam-%{gkrellkam_version}/Release
%doc gkrellkam-%{gkrellkam_version}/Todo
%doc gkrellkam-%{gkrellkam_version}/example.list
%{_libdir}/gkrellm2/plugins/gkrellkam2.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.5-5
+ Revision: a53190f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1656 |14cr|gkrellm-themes-20030129-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gkrellm-themes
%define version	20030129
%define release	12

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Themes for the GKrellM
License:	GPL
Group:		Monitoring
URL:		http://www.muhri.net
Source:		http://www.muhri.net/gkrellm/GKrellM-Skins.tar.bz2
Requires:	gkrellm >= 0.9.0
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
This package contains some nice themes for the GKrellM monitoring utility.

%prep
%setup -q -n GKrellM-skins
rm -f Aqua.gkrellm.tgz
rm -f Azteker2k.gkrellm.tar.gz
rm -f BloeStolen.tar.gz
rm -f brushedmetalnew.tar.gz
rm -f Cyroid.tar.gz
rm -f E-Tech_XSlate_GKrellM.tar.gz
rm -f E17.gkrellm.tar.gz
rm -f Eazel.gkrellm.tar.gz
rm -f Plastique.tar.gz
rm -f ShinyMetal2.tar.gz
rm -f TaoMetal.tar.gz
rm -f blueHeart_gkrellm.tar.gz
rm -f brushed.tar.gz
rm -f indiglow_blue-gkrellm.tar.gz
rm -f minE-Gkrellm.tar.gz
for file in *.tar.gz *.tgz; do
	tar xvzf $file;
	rm -f $file
done
# remove hidden files or directories
find . -mindepth 1 -name '.*' | xargs rm -rf
# remove empty files or directories
find . -empty | xargs rm -rf
# remove CVS files
find . -type d -name CVS | xargs rm -rf
# fix perms
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/gkrellm2/themes
cp -av * %{buildroot}%{_datadir}/gkrellm2/themes

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/gkrellm2/themes/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20030129-12
+ Revision: 500b835
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1657 |14cr|gl-117-1.3.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Action flight simulator
Name:		gl-117
Version:	1.3.2
Release:	8
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.heptargon.de/
Source0:	http://prdownloads.sourceforge.net/gl-117/%{name}-%{version}-src.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)

%description
GL-117 is an action flight simulator for Linux/Unix and MSWindows.
Enter the Eagle Squadron and succeed in several challenging missions
leading though different landscapes. Five predefined levels of video
quality and an amount of viewing ranges let you perfectly adjust the
game to the performance of your system. Joystick, mouse,
sound effects, music...

%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README FAQ
%{_mandir}/man6/%{name}.6*
%{_gamesdatadir}/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%defattr(755,root,root,755)
%{_gamesbindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

install -d %{buildroot}%{_datadir}/applications
cat <<EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=GL-117
Comment=Action flight simulator
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

install -m644 doc/%{name}.6 -D %{buildroot}%{_mandir}/man6/%{name}.6



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-8
+ Revision: 3a98165
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1658 |14cr|glabels-2.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3.0
%define major 7
%define libname %mklibname %{name} %api %major
%define libnamedev %mklibname %{name}  -d


Summary:	GNOME program to create labels and business cards
Name:		glabels
Version:	2.3.0
Release:	5
License:	GPLv2+
Group:		Office
Source:		ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
URL:		http://glabels.sourceforge.net/
BuildRequires:  evolution-data-server-devel
BuildRequires:  gtk+2-devel
BuildRequires:  scrollkeeper
BuildRequires:  desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:  qrencode-devel
BuildRequires:  iec16022-devel
BuildRequires:  zint-devel
BuildRequires:  barcode-devel
Requires(post): scrollkeeper
Requires(postun): scrollkeeper

%description
Glabels is stand-alone program for creating labels and business cards
for GNOME.

%package -n %libname
Summary: GNOME program to create labels and business cards
Group: System/Libraries

%description -n %libname
Glabels is stand-alone program for creating labels and business cards
for GNOME. Libraries.

%package -n %libnamedev
Summary: Glabels devel files
Group: Development/Other
Requires: %libname = %version
Provides: libglabels-devel
Obsoletes: %mklibname -d glabels 4

%description -n %libnamedev
Glabels is stand-alone program for creating labels and business cards
for GNOME. Devel files.

%prep
%setup -q

%build
export LDFLAGS="-lgobject-2.0"
%configure2_5x --disable-update-mimedb --disable-update-desktopdb
%make

%install
rm -fr %buildroot *.lang
%makeinstall_std
rm -rf $RPM_BUILD_ROOT/var

perl -p -i -e 's/%{name}.png/%{name}/g' %{buildroot}/%{_datadir}/applications/%{name}.desktop

desktop-file-install --vendor="" \
  --remove-category='Application' \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

%find_lang %name-%api --with-gnome
#for omf in %buildroot%_datadir/omf/*/*-??*.omf;do 
#echo "%lang($(basename $omf|sed -e s/.*-// -e s/.omf//)) $(echo $omf|sed -e s!%buildroot!!)" >> %name-%api.lang
#done

%files -f %name-%api.lang
%defattr(-, root, root)
%doc README AUTHORS
%_bindir/*
%_datadir/%name-%api
%_datadir/lib%name-%api
%_datadir/applications/*
%_datadir/mime/packages/*
%_datadir/icons/hicolor/*/mimetypes/*glabels*
#%dir %_datadir/omf/%name
#%_datadir/omf/%name/%name-C.omf
%_datadir/pixmaps/*
%_mandir/man1/*
%_datadir/gtk-doc/html/lib%name-%api/

%files -n %libname
%defattr(-, root, root)
%_libdir/libglabels-%api.so.%{major}*

%files -n %libnamedev
%defattr(-, root, root)
%_libdir/libglabels-%api.so
%_libdir/libglabels-%api.*a
%dir %_includedir/libglabels-%api
%_includedir/libglabels-%api/*
%_libdir/pkgconfig/libglabels-%api.pc





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.0-5
+ Revision: 2ddb17f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1659 |14cr|glc-0.5.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libcapture %mklibname %{name}-capture %{major}
%define libcore %mklibname %{name}-core %{major}
%define libexport %mklibname %{name}-export %{major}
%define libhook %mklibname %{name}-hook %{major}
%define libplay %mklibname %{name}-play %{major}
%define devname %mklibname %{name} -d

Summary:	ALSA and OpenGL video capture tool
Name:		glc
Version:	0.5.8
Release:	4
License:	MIT
Group:		Video
Url:		https://github.com/nullkey/glc
Source0:	https://nodeload.github.com/nullkey/glc/tarball/master/%{name}-%{version}.tar.bz2
Patch0:		glc-0.5.8-alsa-capture-stop.patch
Patch1:		glc-0.5.8-linkage.patch
BuildRequires:	cmake
BuildRequires:	libelfhacks-devel
BuildRequires:	libpacketstream-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xorg-server)

%description
glc is an ALSA and OpenGL video capture tool that you can use to record
the output from opengl applications.

%files -n %{name}
%{_bindir}/glc*

#----------------------------------------------------------------------------

%package -n %{libcapture}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}glc < 0.5.8-2

%description -n %{libcapture}
This project provides a client library for %{name}.

%files -n %{libcapture}
%{_libdir}/lib%{name}-capture.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcore}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}glc < 0.5.8-2
Obsoletes:	%{_lib}glc < 0.5.8-2

%description -n %{libcore}
This project provides a client library for %{name}.

%files -n %{libcore}
%{_libdir}/lib%{name}-core.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libexport}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}glc < 0.5.8-2

%description -n %{libexport}
This project provides a client library for %{name}.

%files -n %{libexport}
%{_libdir}/lib%{name}-export.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libhook}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}glc < 0.5.8-2

%description -n %{libhook}
This project provides a client library for %{name}.

%files -n %{libhook}
%{_libdir}/lib%{name}-hook.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libplay}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}glc < 0.5.8-2

%description -n %{libplay}
This project provides a client library for %{name}.

%files -n %{libplay}
%{_libdir}/lib%{name}-play.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libcapture} = %{EVRD}
Requires:	%{libcore} = %{EVRD}
Requires:	%{libexport} = %{EVRD}
Requires:	%{libhook} = %{EVRD}
Conflicts:	%{_lib}glc < 0.5.8-2

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%{_libdir}/lib%{name}-*.so
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake -DMLIBDIR=%{_lib}
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.8-4
+ Revision: 48ab28f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1660 |14cr|glee-5.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0d1
%define libname %mklibname glee %major
%define libname_devel %mklibname -d glee
%define debug_package	%{nil}

Name:          glee
Version:       5.4.0
Release:       1
Summary:       GL Easy Extension library
Group:         System/X11
License:       BSD
Url:           http://elf-stone.com/glee.php
Source0:       http://elf-stone.com/downloads/GLee/GLee-%{version}-src.tar.gz
# includedir point to /usr/include instead of /usr/include/GL (default location)
# from Debian
Source1:       glee-%{version}.pc
Patch0:        glee-5.4.0-Makefile_in.patch
Patch1:        glee-5.4.0-GLXContextID.patch
BuildRequires: pkgconfig(gl)

%description
GLee (GL Easy Extension library) is a 
free cross-platform extension 
loading library for OpenGL. It
provides seamless support for 
OpenGL functions up to version 
3.0 and 398 extensions.

Features:

 * Core functions up to OpenGL 3.0
 * 398 extensions
 * Lazy loading for extension functions, 
 so no initialisation code is required
 * Forced extension loading, 
 though the GLeeForceLink function.

%package -n %libname
Summary:          Library files for %{name}
Group:            System/X11
Provides:         %{name} = %{version}

%description -n %libname
GLee (GL Easy Extension library) is a free 
cross-platform extension loading library for OpenGL.
#--------------------------------------

%package -n %libname_devel
Group:         Development/C++
Summary:       Devel package for %{name}
Requires:      %libname = %{EVRD}
Provides:      %{name}-devel = %{version}

%description -n %libname_devel
GLee (GL Easy Extension library) is a free 
cross-platform extension loading library for OpenGL.

This package contains static libraries 
and header files need for development.
#--------------------------------------------

%prep
%setup -q -c
%patch0 -p0
%patch1 -p1

chmod -x readme.txt extensionList.txt

%build
%configure2_5x
%make

%install
%makeinstall_std

chmod 755 %{buildroot}%{_libdir}/*.so*

mkdir -p %{buildroot}%{_libdir}/pkgconfig
install -pm 644 %SOURCE1 %{buildroot}%{_libdir}/pkgconfig/%{name}.pc

%files -n %libname
%{_libdir}/lib%{name}.so.*
%doc readme.txt

%files -n %libname_devel
%{_includedir}/GLee.h
%{_libdir}/lib%{name}.a
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%doc extensionList.txt




%changelog
* Sat Sep 06 2014 abfonly <abfonly@gmail.com> 5.4.0-1
+ Revision: 929c86b
- Merge pull request #6 from abfonly/glee:master
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1661 |14cr|glightoff-1.0.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	1.0.0
%define release	8

Summary:	Simple puzzle game, switch off all the lights on a 5x5 board
Name:		glightoff
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		Games/Puzzles
URL:		http://glightoff.sourceforge.net/
Source:		http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		glightoff-1.0.0-fix-desktop-file.patch
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	gtk2-devel >= 2.6
BuildRequires:	imagemagick
BuildRequires:  perl-XML-Parser
# see bug 18528, 
Requires:       librsvg

%description
GLightOff is a simple (but not so easy to solve!) puzzle game.
The goal is to switch off all the lights on the 5x5 board.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# icons
mkdir -p %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir}
install -D -m 644       glightoff.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 glightoff.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 glightoff.png %{buildroot}%{_miconsdir}/%{name}.png

%find_lang %{name}

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-8
+ Revision: 773d72f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1662 |14cr|glinuxsms-0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# SPEC written by Julien Catalano with the great help of http://qa.mandrakesoft.com/twiki/bin/view/Main/RpmHowTo
%define name glinuxsms

%define version 0.1
%define release   8

%define title   Glinuxsms
%define longtitle Glinuxsms is a GNOME2 GUI/front-end for linuxsms 

Summary:        %longtitle
Name:           %name
Version:        %version
Release:        %release
License:        GPL
Group:          Communications
Url:		http://glinuxsms.sourceforge.net/

Source0:        %name-%version.tar.bz2
# Make 3 icons %name-{16,32,48}.png and then tar cjf %name-icons.tar.bz2 *png
Source1:        %name-icons.tar.bz2
Patch0:		glinuxsms-0.1-fix-str-fmt.patch

Buildrequires: pkgconfig(libgnomeui-2.0)
Requires: linuxsms

%description
 glinuxsms is a GNOME2 GUI/front-end for linuxsms, an interesting
 tool to send SMS to cellphones all over the world. With glinuxsms
 you just write your message and click SEND, no need to get write
 the full command on a terminal. It uses linuxsms as a backend,
 and its configuration files as well. 

The main purpose for now is to keep it simple and light. 

Why should you use it?

 If you are a GNOME user, then you may SMS message your 
 contacts with a few clicks, no need to launch a xterm 
 to write the full commands. 

%prep
%setup -q
# unpack icons:
%setup -q -T -D -a1
%patch0 -p0

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
# icon
mkdir -p $RPM_BUILD_ROOT{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
install -D -m 644 %{name}-48.png $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
install -D -m 644 %{name}-32.png $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -D -m 644 %{name}-16.png $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png

# Menu
# Every entry must be changed according package specfications
# Pay attention to "section" "command" and "longtitle"
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name}
Icon=%{name}
Categories=Network;
Name=%{title}
Comment=%{longtitle}
EOF

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING README INSTALL TODO AUTHORS
%_bindir/*
%{_datadir}/applications/mandriva-%name.desktop

%_miconsdir/%name.png
%_iconsdir/%name.png
%_liconsdir/%name.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-8
+ Revision: c8217e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1663 |14cr|glista-0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple TODO manager
Name:		glista
Version:	0.4
Release:	5
License:	GPLv3
Group:		Office
Url:		http://prematureoptimization.org/glista/
Source0:	http://glista.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	gtk2-devel
BuildRequires:	libxml2-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Glista aims to be a very simple personal to-do list manager 
that does what it's supposed to, and does not get in your way.

%prep
%setup -q

%build
%configure2_5x

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc README ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-5
+ Revision: 3f941a1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1664 |14cr|gliv-1.9.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OpenGL image viewer
Name:		gliv
Version:	1.9.7
Release:	6
License:	GPL
Group:		Graphics
Url:		http://guichaz.free.fr/gliv/
Source:		http://guichaz.free.fr/gliv/files/%{name}-%{version}.tar.bz2
Patch0:		gliv-1.9.7-fix-link.patch
Patch1:		gliv-1.9.7-gettext.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(x11)
Requires:	imagemagick

%description
GLiv is an OpenGL image viewer. It performs image loading via Gdk-pixbuf
(which is bundled with GTK+-2.2) and rendering with OpenGL. The graphical
user interface uses GTK+ with GtkGLExt. If Gdk-pixbuf cannot load your image,
it uses ImageMagick to convert it to PNG. GLiv is very fast and smooth at
rotating, panning, and zooming if you have an OpenGL accelerated graphics
board.

%files -f %{name}.lang
%doc README COPYING THANKS
%{_bindir}/%{name}
%{_datadir}/pixmaps/gliv.png
%{_mandir}/man1/*
%{_datadir}/applications/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
export LDFLAGS="-lm"
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall

%find_lang %{name} --with-man


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.7-6
+ Revision: ffdfb43
- Fix build with gettext 0.19



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1665 |14cr|global-5.7.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		global
Version:	5.7.5
Release:	5
Summary:	GNU GLOBAL source code tag system for all hackers
Source0:	http://tamacom.com/global/%{name}-%{version}.tar.gz
Patch0:		global-5.7.5-fix-str-fmt.patch
License:	GPLv3
Group:		Development/Other
Url:		http://www.gnu.org/software/global/

%description
GNU GLOBAL is a source code tag system that works the same way across
diverse environments. It supports C, C++, Yacc, Java, PHP4 and assembler
source code.

Sample quick usage:
$ tar -zxf foo-0.3.4.tar.gz && cd foo-0.3.4
$ gtags && htags -a -s -n
$ www-browser ./HTML/files.html

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std
install -d %{buildroot}%{_datadir}/emacs/site-lisp
mv %{buildroot}%{_datadir}/gtags/gtags.el %{buildroot}%{_datadir}/emacs/site-lisp/
install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
cat <<EOF >%{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el
(autoload 'gtags-mode "gtags" "GNU GLOBAL tags mode." t) ;;;'
EOF

pushd %{buildroot}%{_datadir}/gtags/
rm -f AUTHORS BOKIN_MODEL BOKIN_MODEL_FAQ COPYING ChangeLog DONORS \
      FAQ INSTALL LICENSE NEWS README THANKS gtags.conf
popd
# at least Lynx can work with *.html.gz, not with .ghtml
sed -e 's/gzipped_suffix=ghtml/gzipped_suffix=html.gz/' <gtags.conf >%{buildroot}%{_sysconfdir}/gtags.conf

%files
%doc AUTHORS BOKIN_MODEL BOKIN_MODEL_FAQ COPYING ChangeLog DONORS FAQ
%doc INSTALL LICENSE NEWS README THANKS gtags.conf
%{_bindir}/global
%{_bindir}/gozilla
%{_bindir}/gtags
%{_bindir}/gtags-cscope
%{_bindir}/gtags-parser
%{_bindir}/htags
%{_mandir}/man1/global.1.*
%{_mandir}/man1/gozilla.1.*
%{_mandir}/man1/gtags-cscope.1.*
%{_mandir}/man1/gtags-parser.1.*
%{_mandir}/man1/gtags.1.*
%{_mandir}/man1/htags.1.*
%{_infodir}/global.info.*
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/%{name}.el
%config(noreplace) %{_sysconfdir}/gtags.conf
%{_datadir}/emacs/site-lisp/gtags.el
%dir %{_datadir}/gtags
%{_datadir}/gtags/bless.sh.tmpl
%{_datadir}/gtags/global.cgi.tmpl
%{_datadir}/gtags/ghtml.cgi.tmpl
%{_datadir}/gtags/globash.rc
%{_datadir}/gtags/gtags.pl
%{_datadir}/gtags/gtags.vim
%{_datadir}/gtags/icons/*
%{_datadir}/gtags/style.css




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.7.5-5
+ Revision: df6f524
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1666 |14cr|globulation2-0.9.4.5-0.4236.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define scmrev 4236
%define	oname	glob2

Summary:	Globulation2 - a state of the art Real Time Strategy (RTS) game
Name:		globulation2
Version:	0.9.4.5
%if 0%scmrev
Release:	0.%scmrev.2
Source0:	%oname-%scmrev.tar.xz
%else
Release:	3
Source0:	http://dl.sv.nongnu.org/releases/%{oname}/%{version}/%{oname}-%{version}.tar.gz
%endif
License:	GPLv3
Group:		Games/Strategy
URL:		http://www.globulation2.org
Source2:	http://goldeneye.sked.ch/~smagnena/sans.ttf
Patch0:		glob2-0.9.4.1-gcc44.patch
Patch1:		glob2-0.9.4.5-linkage.patch
Patch2:		glob2-private.patch

BuildRequires:	scons
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(vorbis)

%description
Glob2 is a state of the art Real Time Strategy (RTS) game. It is free
software released under the terms of the GNU General Public License.

Globulation in a whole is an on-going project to create an innovative
high quality gameplay by minimizing micro-managment and assigning
automatically the tasks to the units. The player just has to order
the number of units he wants for a selected task and the units will
do their best to satisfy your requirements.

Glob2 can be played by a single player, through your Local Area
Network (LAN), or through Internet thanks to Ysagoon Online Game (YOG),
a meta-server. It also features a scripting language for versatile
gameplay and an integrated map editor.

%prep
%if 0%scmrev
%setup -q -n %oname
%else
%setup -q -n %{oname}-%{version}
%endif
%patch0 -p0 -b .gcc~
%patch1 -p1 -b .compile~
%patch2 -p1 -b .private

chmod -x {src/*.h,src/*.cpp,libgag/include/*.h,gnupg/*,libgag/src/*.cpp,scripts/*,data/*.txt,campaigns/*,COPYING,README}

%build
# data should be installed into datadir rather than gamesdatadir,
# otherwise it cannot find them :(
scons %{_smp_mflags} BINDIR="%{_gamesbindir}" INSTALLDIR="%{_datadir}" CXXFLAGS="%{optflags}" --portaudio=true

%install
#---- FEDORA
mkdir -p %{buildroot}%{_datadir}/%{oname}/{data/fonts,data/gfx/cursor,data/gui,data/icons,data/zik,maps,scripts,campaigns}
cp -r {data,campaigns,scripts,maps} %{buildroot}%{_datadir}/%{oname}/

# AUTHORS needs to be there for credits
#cp AUTHORS %{buildroot}%{_datadir}/%{oname}/

mkdir -p %{buildroot}%{_gamesbindir}
install -m755 src/glob2 %{buildroot}%{_gamesbindir}/

find %{buildroot} -name SConscript -exec rm -f {} \;

#(tpg) not needed
rm -fr %{buildroot}%{_datadir}/%{oname}/data/%{oname}.desktop

for f in 128x128 16x16 24x24 32x32 48x48 64x64; do
mkdir -p %{buildroot}%{_iconsdir}/hicolor/$f/apps
mv %{buildroot}%{_datadir}/%{oname}/data/icons/glob2-icon-$f.png %{buildroot}%{_iconsdir}/hicolor/$f/apps/%{name}.png
done
rm -rf %{buildroot}%{_datadir}/%{oname}/data/icons
#---- FEDORA

install %{SOURCE2} %{buildroot}%{_datadir}/%{oname}/data/fonts

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Globulation2
Comment=Globulation2 - a state of the art Real Time Strategy (RTS) game
Exec=%{_gamesbindir}/%{oname}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;StrategyGame;
EOF

%files
%doc README
%{_gamesbindir}/%{oname}
%{_datadir}/%{oname}
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4.5-0.4236.2
+ Revision: 2158aca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1667 |14cr|glog-0.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libglog %mklibname glog %major
%define libglog_devel %mklibname glog -d
%define libglog_static_devel %mklibname glog -d -s

Name:      glog
Version:   0.3.2
Release:   2

License:   BSD
URL:       http://code.google.com/p/google-glog/

Source0:   http://google-glog.googlecode.com/files/%{name}-%{version}.tar.gz

#------------------------------------------------------------------------------#

# package glog

Summary: Logging library for C++
Group:   Development/C++

%description
The glog library implements application-level logging. This library provides
logging APIs based on C++-style streams and various helper macros.

#------------------------------------------------------------------------------#

%package -n %{libglog}

Summary: Logging library for C++
Group:   Development/C++

Provides: %{name} = %{version}

%description -n %{libglog}
The glog library implements application-level logging. This library provides
logging APIs based on C++-style streams and various helper macros.

%files -n %{libglog}
%{_libdir}/libglog.so.%{major}
%{_libdir}/libglog.so.%{major}.*

#------------------------------------------------------------------------------#

%package -n %{libglog_devel}

Summary: Development files for %{libglog}
Group:   Development/C++

Requires: %{libglog} = %{version}
Provides: lib%{name}-devel = %{version}-%{release}

%description -n %{libglog_devel}
Development files for %{libglog}

%files -n %{libglog_devel}
%{_libdir}/libglog.so
%{_libdir}/pkgconfig/libglog.pc
%{_includedir}/glog
%{_datadir}/doc/%{name}-%{version}

#------------------------------------------------------------------------------#

%package -n %{libglog_static_devel}

Summary: Static development files for %{libglog}
Group:   Development/C++

Requires: %{libglog_devel} = %{version}
Provides: lib%{name}-static-devel = %{version}-%{release}

%description -n %{libglog_static_devel}
Static development files for %{libglog}

%files -n %{libglog_static_devel}
%{_libdir}/libglog.a

#------------------------------------------------------------------------------#

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-2
+ Revision: 595bd97
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1668 |14cr|gloox-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define _requires_exceptions libresolv.so.2(GLIBC_PRIVATE)

%define lib_major       8
%define lib_name        %mklibname %{name} %{lib_major}
%define lib_name_d      %mklibname %{name} -d
%define lib_name_d_s    %mklibname %{name} -d -s

%bcond_with     gnutls

Name:           gloox
Version:        1.0
Release:        5
Summary:        C++ Jabber/XMPP library
URL:            http://camaya.net/gloox/
Source0:	http://camaya.net/download/%{name}-%{version}.tar.bz2
License:        GPLv2+
Group:          Networking/Remote access
BuildRequires:  libidn-devel
BuildRequires:  libiksemel-devel
%if %with gnutls
BuildRequires:  libgnutls-devel
%else
BuildRequires:  libopenssl-devel
%endif

%description
gloox is a C++ Jabber/XMPP library which takes care of the
low-level protocol stuff. Additionally, it offers high-level
interfaces for interaction with an XMPP server. It is released
under the GNU GPL. Commercial licenses are available.

%package -n %{lib_name}
Summary:        Libraries for %{name}
Group:          Networking/Instant messaging
Obsoletes:      %{name} < %{version}-%{release}
Provides:       %{name} = %{version}-%{release}

%description -n %{lib_name}
%{name} librairies.

%package -n %{lib_name_d}
Summary:        Headers for %{name}
Group:          Networking/Instant messaging
Provides:       lib%{name}-devel = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}
Requires:       %{lib_name} = %{version}-%{release}
Obsoletes:      %mklibname -d gloox 7
Obsoletes:	%mklibname -d gloox 4
Obsoletes:	%mklibname -d gloox 0

%description -n %{lib_name_d}
Headers for %{name} librairies.

%package -n %{lib_name_d_s}
Summary:        Static libraries for %{name}
Group:          Networking/Instant messaging
Provides:       lib%{name}-static-devel = %{version}-%{release}
Provides:       %{name}-static-devel = %{version}-%{release}
Requires:       %{lib_name_d} = %{version}-%{release}
Obsoletes:      %mklibname -d -s gloox 7
Obsoletes:      %mklibname -d -s gloox 4
Obsoletes:      %mklibname -d -s gloox 0

%description -n %{lib_name_d_s}
Headers for %{name} librairies.

%prep
%setup -q

%build

# 11/11/2009 fix underlinking
export PTHREAD_LIBS="-lpthread"

%{configure2_5x} \
%if %with gnutls
        --with-gnutls      \
%else
        --without-gnutls       \
%endif
        --enable-static

%{make}

%install
%{makeinstall_std}


%files -n %{lib_name}
%defattr(-,root,root)
%doc AUTHORS COPYING 
%{_libdir}/lib*%{name}.so.%{lib_major}*

%files -n %{lib_name_d}
%defattr(-,root,root)
%{_bindir}/gloox-config
%{_includedir}/gloox/
%{_libdir}/lib*%{name}.so
%{_libdir}/pkgconfig/gloox.pc

%files -n %{lib_name_d_s}
%defattr(-,root,root)
%{_libdir}/lib*%{name}*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 5783865
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1669 |14cr|glpi-0.83.40-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mandriva_branch == Cooker
%define release 5
%else
%define subrel 1
%define release 5
%endif

%define relpkg 0
%define srcver 0.83.4

# don't update this package before a fusioninventory plugin is available

Epoch: 1

Summary: A web based park management
Name: glpi
Version: %{srcver}%{relpkg}
Release: %{release}
License: GPLv2
Group: Monitoring
URL: http://www.glpi-project.org/
Source0: http://forge.indepnet.net/attachments/download/656/%{name}-%{srcver}.tar.gz
Requires: php-xml
Requires: mod_php
Requires: apache-mod_socache_shmcb # if we're using apache...
Requires: php-mysql
Requires: php-mbstring
BuildArch: noarch
#Epoch: 1

%description
GLPI is web based database application allowing to managed computers and
peripherals park. Its goal is to help technicians about maintenance expiration,
stock flow and license counting.

%prep

%setup -q -n %name

%install

install -d -m 755 %{buildroot}%{_datadir}/%{name}

install -m 644 *.php *.js %{buildroot}%{_datadir}/%{name}

for i in ajax css front inc install lib locales pics plugins scripts; do
    cp -ar $i %{buildroot}%{_datadir}/%{name}
done

install -d -m 755 %{buildroot}%{_sysconfdir}/glpi
install -m 644 config/*.php %{buildroot}%{_sysconfdir}/glpi
pushd %{buildroot}%{_datadir}/%{name}
ln -sf ../../..%{_sysconfdir}/glpi config
popd

find %{buildroot}%{_datadir}/%{name} -name .htaccess | xargs rm -f

cat > %{buildroot}%{_sysconfdir}/glpi/config_path.php <<EOF
<?php
// for packaging defaults

define("GLPI_CONFIG_DIR",     "%{_sysconfdir}/glpi");
define("GLPI_DOC_DIR",        "%{_localstatedir}/lib/%{name}");
define("GLPI_CACHE_DIR",      "%{_localstatedir}/lib/%{name}/_cache/");
define("GLPI_CRON_DIR",       "%{_localstatedir}/lib/%{name}/_cron");
define("GLPI_DUMP_DIR",       "%{_localstatedir}/lib/%{name}/_dumps");
define("GLPI_GRAPH_DIR",      "%{_localstatedir}/lib/%{name}/_graphs");
define("GLPI_LOCK_DIR",       "%{_localstatedir}/lib/%{name}/_lock/");
define("GLPI_PLUGIN_DOC_DIR", "%{_localstatedir}/lib/%{name}/_plugins");
define("GLPI_SESSION_DIR",    "%{_localstatedir}/lib/%{name}/_sessions");
define("GLPI_LOG_DIR",        "%{_localstatedir}/log/%{name}");
?>
EOF

install -d -m 755 %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf <<EOF
Alias /%{name} %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Options -FollowSymLinks
    Require all granted
    # recommanded value
    php_value memory_limit 64M
</Directory>

<Directory %{_datadir}/%{name}/install>
    # 15" should be enough for migration in most case
    php_value max_execution_time 900
    php_value memory_limit 128M
</Directory>

<Directory %{_datadir}/%{name}/files>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/inc>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/locales>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/mysql>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/scripts>
    Require all denied
</Directory>
EOF

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_cache
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_cron
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_dumps
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_graphs
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_lock
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_plugins
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_sessions
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_tmp
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_uploads

install -d -m 755 %{buildroot}%{_localstatedir}/log/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
/var/log/glpi/*.log {
    notifempty
    missingok
    create 644 apache apache
}
EOF

install -d -m 755 -p %{buildroot}%{_sysconfdir}/cron.d
cat > %{buildroot}%{_sysconfdir}/cron.d/%{name} <<EOF
# Run cron from to execute task even when no user connected
*/4 * * * * apache %{_bindir}/php %{_datadir}/%{name}/front/cron.php
EOF



%files
%doc CHANGELOG.txt README.txt
%{_datadir}/%name
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/cron.d/%{name}
%dir %attr(-,apache,apache) %{_sysconfdir}/glpi
%config(noreplace) %{_sysconfdir}/glpi/*
%attr(-,apache,apache) %{_localstatedir}/lib/%{name}
%attr(-,apache,apache) %{_localstatedir}/log/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.83.40-5
+ Revision: 5d61d30
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1670 |14cr|glpi-plugin-archires-1.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mandriva_branch == Cooker
%define release 3
%else
%define subrel 1
%define release 1
%endif

Summary: Network reporting plugin
Name: glpi-plugin-archires
Version: 1.9.1
Release: %{release}
License: GPL
Group: Monitoring
Url: https://forge.indepnet.net/projects/archires
Source0: https://forge.indepnet.net/attachments/download/972/glpi-archires-%{version}.tar.gz
Source1: pack.mg_dvl.tar.bz2
Requires: graphviz
BuildArch: noarch

%description
This plugin allow you to generate automatically a graphical representation of
the network architecture.

%prep

%setup -q -n archires
%setup -q -T -D -a 1 -n archires

find . -type f | xargs chmod 644
find . -type d | xargs chmod 755

%install

install -d -m 755 %{buildroot}%{_datadir}/glpi/plugins/archires
cp -ap * %{buildroot}%{_datadir}/glpi/plugins/archires

%files
%{_datadir}/glpi/plugins/archires



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.1-1
+ Revision: 17dd558
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1671 |14cr|glpi-plugin-datainjection-2.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mandriva_branch == Cooker
%define release 4
%else
%define subrel 1
%define release 1
%endif

Summary: SNMP agent plugin
Name: glpi-plugin-datainjection
Version: 2.1.2
Release: %{release}
License: GPL
Group: Monitoring
Url: https://forge.indepnet.net/projects/show/datainjection
Source0: https://forge.indepnet.net/attachments/download/1010/glpi-datainjection-%{version}.tar.gz
BuildArch: noarch
Provides: glpi-data-injection = %{version}-%{release}
Obsoletes: glpi-data-injection

%description
This plugin allows data import into GLPI using CSV files
It allows to create models of injection for a future re-use. It's been created
in order to :
- Import datas coming from others asset management softwares
- Inject electronic delivery forms
Datas to be imported using the plugains are :
- Inventory datas (except softwares and licenses)
- Management datas (contract, contact, supplier)
- Configuration datas (user, group, entity)

%prep

%setup -q -n datainjection

find . -type f | xargs chmod 644
find . -type d | xargs chmod 755

%install

install -d -m 755 %{buildroot}%{_datadir}/glpi/plugins/datainjection
cp -ap * %{buildroot}%{_datadir}/glpi/plugins/datainjection
rm -rf %{buildroot}%{_datadir}/glpi/plugins/datainjection/docs

%files
%doc docs/*
%{_datadir}/glpi/plugins/datainjection



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-1
+ Revision: b0d5825
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1672 |14cr|glpi-plugin-fusioninventory-0.83-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	fusioninventory communication server
Name:		glpi-plugin-fusioninventory
Version:	0.83
Release:	2
Epoch:		1
License:	GPLv3+
Group:		Monitoring
Url:		http://fusioninventory.org/wordpress/
Source0:	http://forge.fusioninventory.org/attachments/download/1003/fusioninventory-for-glpi-metapackage_%{version}_2.3.1.tar.gz
BuildArch:	noarch

%description
This plugin enables you to manage fusioninventory agents from GLPI.

%files
%doc fusioninventory/docs/*.TXT
%{_datadir}/glpi/plugins/fusioninventory

#----------------------------------------------------------------------------

%package snmp
Summary:	SNMP extension for fusioninventory
Group:		Monitoring
Requires:	%{name} = %{EVRD}

%description snmp
This plugin allow to perform remote inventory with fusioninventory agents.

%files snmp
%doc fusinvsnmp/docs/*.TXT
%{_datadir}/glpi/plugins/fusinvsnmp

#----------------------------------------------------------------------------

%package inventory
Summary:	Inventory extension for fusioninventory
Group:		Monitoring
Requires:	%{name} = %{EVRD}

%description inventory
This plugin allow to perform local inventory with fusioninventory agents.

%files inventory
%{_datadir}/glpi/plugins/fusinvinventory

#----------------------------------------------------------------------------

%package deploy
Summary:	Deploy extension for fusioninventory
Group:		Monitoring
Requires:	%{name} = %{EVRD}

%description deploy
This plugin allow to deploy with fusioninventory agents.

%files deploy
%{_datadir}/glpi/plugins/fusinvdeploy

#----------------------------------------------------------------------------

%prep
%setup -q -c

find . -type f | xargs chmod 644
find . -type d | xargs chmod 755

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/glpi/plugins
cp -rp fusinvdeploy %{buildroot}%{_datadir}/glpi/plugins/
cp -rp fusinvinventory %{buildroot}%{_datadir}/glpi/plugins/
cp -rp fusinvsnmp %{buildroot}%{_datadir}/glpi/plugins/
cp -rp fusioninventory %{buildroot}%{_datadir}/glpi/plugins/

rm -rf %{buildroot}%{_datadir}/glpi/plugins/fusinvsnmp/docs
rm -rf %{buildroot}%{_datadir}/glpi/plugins/fusioninventory/docs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.83-2
+ Revision: ad5f00f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1673 |14cr|glpi-plugin-genericobject-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mandriva_branch == Cooker
%define release 3
%else
%define subrel 1
%define release 1
%endif

Summary: Add new inventory objects
Name: glpi-plugin-genericobject
Version: 2.0.1
Release: %{release}
License: GPL
Group: Monitoring
Url: https://forge.indepnet.net/projects/show/genericobject/
Source0: https://forge.indepnet.net/attachments/download/993/glpi-genericobject-%{version}.tar.gz
BuildArch: noarch

%description
This plugin allows you to add new inventory types without programmation. It
manages :
- Type creation
- Available fields
- Framework integration (Helpdesk, loans, templates, etc.)
- Integration with the file injection plugin

%prep

%setup -q -n genericobject

find . -type f | xargs chmod 644
find . -type d | xargs chmod 755

%install

install -d -m 755 %{buildroot}%{_datadir}/glpi/plugins/genericobject
cp -ap * %{buildroot}%{_datadir}/glpi/plugins/genericobject
rm -rf %{buildroot}%{_datadir}/glpi/plugins/genericobject/docs
rm -f %{buildroot}%{_datadir}/glpi/plugins/genericobject/LICENSE
rm -f %{buildroot}%{_datadir}/glpi/plugins/genericobject/README

%files
%doc docs/* LICENSE README
%{_datadir}/glpi/plugins/genericobject



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-1
+ Revision: a97eada
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1674 |14cr|glpi-plugin-manufacturersimports-1.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mandriva_branch == Cooker
%define release 3
%else
%define subrel 1
%define release 1
%endif

Summary: Financials informations from manufacturers web site plugin
Name: glpi-plugin-manufacturersimports
Version: 1.4.1
Release: %{release}
License: GPL
Group: Monitoring
Url: https://forge.indepnet.net/projects/show/manufacturersimports
Source0: https://forge.indepnet.net/attachments/download/981/glpi-manufacturersimports-%{version}.tar.gz
BuildArch: noarch

%description
This plugin allows you to inject financials informations from manufacturers web
site files in GLPI.

%prep

%setup -q -n manufacturersimports

find . -type f | xargs chmod 644
find . -type d | xargs chmod 755

%install

install -d -m 755 %{buildroot}%{_datadir}/glpi/plugins/manufacturersimports
cp -ap * %{buildroot}%{_datadir}/glpi/plugins/manufacturersimports
rm -f %{buildroot}%{_datadir}/glpi/plugins/manufacturersimports/prerequis.txt

%files
%doc prerequis.txt
%{_datadir}/glpi/plugins/manufacturersimports



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-1
+ Revision: 910353a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1675 |14cr|glpi-plugin-massocsimport-1.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mandriva_branch == Cooker
%define release 3
%else
%define subrel 1
%define release 1
%endif

Summary: GLPI Plugin for OCS Massive import
Name: glpi-plugin-massocsimport
Version: 1.5.2
Release: %{release}
Group: Monitoring
License: GPLv2
URL: https://forge.indepnet.net/projects/show/massocsimport
Source0: https://forge.indepnet.net/attachments/download/975/glpi-massocsimport-%{version}.tar.gz
Requires: glpi >= 0.80
Requires: cronie
Provides: glpi-massocsimport = %{version}-%{release}
Obsoletes: glpi-massocsimport
BuildArch: noarch

%description
Plugin which allow OCS continuous synchronization and massive importation.

The extension Config panel is provided to handle the synchronization options.

%prep

%setup -q -n massocsimport

find . -type f | xargs chmod 644
find . -type d | xargs chmod 755

%build
# empty build

cat >cron <<EOF
# GLPI mass_ocs_import extension.
# Must be enabled from the Control panel.
*/5 * * * * apache %{_datadir}/glpi/plugins/massocsimport/scripts/ocsng_fullsync.sh
EOF

%install

install -d -m 755 %{buildroot}%{_datadir}/glpi/plugins/massocsimport
cp -rp * %{buildroot}%{_datadir}/glpi/plugins/massocsimport/

chmod 755 %{buildroot}%{_datadir}/glpi/plugins/massocsimport/scripts/ocsng_fullsync.sh

install -d %{buildroot}%{_sysconfdir}/cron.d
install -m0644 cron %{buildroot}%{_sysconfdir}/cron.d/%{name}

%files
%config(noreplace) %{_sysconfdir}/cron.d/%{name}
%{_datadir}/glpi/plugins/massocsimport



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-1
+ Revision: 15aa58b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1676 |14cr|glpi-plugin-racks-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mandriva_branch == Cooker
%define release 3
%else
%define subrel 1
%define release 1
%endif

Summary: SNMP agent plugin
Name: glpi-plugin-racks
Version: 1.2.0
Release: %{release}
License: GPL
Group: Monitoring
URL: http://forge.indepnet.net/projects/show/racks
Source0: https://forge.indepnet.net/attachments/download/883/glpi-racks-%{version}.tar.gz
BuildArch: noarch

%description
This plugin allows you to create bays. Manage the placement of your materials
in your bays. And so know the space and its power consumption and heat
dissipation.

%prep

%setup -q -n racks

find . -type f | xargs chmod 644
find . -type d | xargs chmod 755

%install

install -d -m 755 %{buildroot}%{_datadir}/glpi/plugins/racks
cp -ap * %{buildroot}%{_datadir}/glpi/plugins/racks

%files
%{_datadir}/glpi/plugins/racks



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-1
+ Revision: b4bc644
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1677 |14cr|glpi-plugin-reports-1.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mandriva_branch == Cooker
%define release 3
%else
%define subrel 1
%define release 1
%endif

Summary: SNMP agent plugin
Name: glpi-plugin-reports
Version: 1.5.0
Release: %{release}
License: GPL
Group: Monitoring
Url: https://forge.indepnet.net/projects/reports
Source0: https://forge.indepnet.net/attachments/download/926/glpi-reports-%{version}.tar.gz
BuildArch: noarch

%description
This plugin enables additional reports.

Main features :
* It also plugin allow you to add new reports in a simply way (one PHP script
  for the report and one for the translation).
* It handle the right for each new report
* It provides some new reports (as sample)


This plugin allows you to create bays. Manage the placement of your materials
in your bays. And so know the space and its power consumption and heat
dissipation.

%prep

%setup -q -n reports

find . -type f | xargs chmod 644
find . -type d | xargs chmod 755

%install

install -d -m 755 %{buildroot}%{_datadir}/glpi/plugins/reports
cp -ap * %{buildroot}%{_datadir}/glpi/plugins/reports
rm -rf %{buildroot}%{_datadir}/glpi/plugins/reports/docs

%files
%doc docs/*
%{_datadir}/glpi/plugins/reports



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-1
+ Revision: 3436f30
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1678 |14cr|glpi-plugin-webservices-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mandriva_branch == Cooker
%define release 3
%else
%define subrel 1
%define release 1
%endif

Summary: Web Services plugin
Name: glpi-plugin-webservices
Version: 1.2.0
Release: %{release}
License: GPL
Group: Monitoring
URL: https://forge.indepnet.net/projects/webservices
Source0: https://forge.indepnet.net/attachments/download/980/glpi-webservices-%{version}.tar.gz
Requires: php-soap
Requires: php-xmlrpc
BuildArch: noarch

%description
This plugin provides a server for Web Services which allow an external
application to check and control GLPI.

%prep

%setup -q -n webservices

find . -type f | xargs chmod 644
find . -type d | xargs chmod 755

%install

install -d -m 755 %{buildroot}%{_datadir}/glpi/plugins/webservices
cp -ap * %{buildroot}%{_datadir}/glpi/plugins/webservices

%files
%{_datadir}/glpi/plugins/webservices



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-1
+ Revision: 8d50722
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1679 |14cr|glpi-tracker_agent-1.5.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name glpi-tracker_agent
%define version 1.5.3
%define release 2

Summary: SNMP agent plugin
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: Monitoring
Url: http://forge.indepnet.net/projects/tracker
Source0: https://forge.indepnet.net/attachments/download/510/%{name}-%{version}.tar.gz
patch:  agent_tracker-1.5.3-fhs.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}

%description
This plugin enables you get informations for networking devices by SNMP.

%prep
%setup -q -n agent_tracker
%patch -p 1

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_sbindir}
install -m 755 tracker_agent.pl %{buildroot}%{_sbindir}

install -d -m 755 %{buildroot}%{_datadir}/tracker_agent
cp -r inc %{buildroot}%{_datadir}/tracker_agent
cp -r tools %{buildroot}%{_datadir}/tracker_agent

install -d -m 755 %{buildroot}%{_localstatedir}/log/tracker_agent

install -d -m 755 %{buildroot}%{_sysconfdir}
cat > %{buildroot}%{_sysconfdir}/tracker_agent.conf <<EOF
server=http://192.168.0.1/glpi/plugins/tracker/front/plugin_tracker.agents.diag.php
id=1
key=WdcgsRftXkBoohQUmcboKC7gGM2NeL
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_sbindir}/tracker_agent.pl
%{_datadir}/tracker_agent
%{_localstatedir}/log/tracker_agent
%config(noreplace) %{_sysconfdir}/tracker_agent.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.3-2
+ Revision: 318000e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1680 |14cr|glui-2.36-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	2

%define libname		%mklibname %{name} %{major}
%define libnamedev 	%mklibname %{name} %{major} -d

Summary:	GL User Interface Library
Name:		glui
Version:	2.36
Release:	4
Group:		System/Libraries
License:	LGPL
URL:		http://glui.sourceforge.net/
Source:		%{name}-%{version}.tar.bz2
#patch sent upstream by Kharec
Patch:		glui-2.36-fix-cpp-examples.patch
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(xmu)


%description
GLUI is a GLUT-based C++ user interface library which provides
controls such as buttons, checkboxes, radio buttons, and spinners
to OpenGL applications. It is window-system independent, relying
on GLUT to handle all system-dependent issues, such as window and
mouse management.

%package -n %{libnamedev}
Summary:	GLUI User Interface Library Development Files
Group:		System/Libraries

%description -n %{libnamedev}
GLUI is a GLUT-based C++ user interface library which provides
controls such as buttons, checkboxes, radio buttons, and spinners
to OpenGL applications. It is window-system independent, relying
on GLUT to handle all system-dependent issues, such as window and
mouse management.
This package includes the header files and static library.

%package -n %{name}-demos
Summary:	GLUI Demos
Group:		Graphics

%description -n %{name}-demos
GLUI is a GLUT-based C++ user interface library which provides
controls such as buttons, checkboxes, radio buttons, and spinners
to OpenGL applications. It is window-system independent, relying
on GLUT to handle all system-dependent issues, such as window and
mouse management.
This package includes some binaries statically built with GLUI.
Their source code is in %{_datadir}/%{name}-demos.

%prep
%setup -q 
%patch -p0

%build
mkdir lib
mkdir bin
cd src/
make GLUT_LIB_LOCATION=%{_libdir} GLUT_INC_LOCATION=%{_includedir}/GL CFLAGS="%{optflags}" CC=g++

for i in 1 2 3 4 5; do mv bin/example$i bin/GLUI-example$i; done

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_includedir}/GL
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_datadir}/%{name}-demos
cp src/lib/*.a %{buildroot}%{_libdir}
cp src/include/GL/*.h %{buildroot}%{_includedir}/GL
cp src/bin/* %{buildroot}%{_bindir}
cp src/example/example*.cpp %{buildroot}%{_datadir}/%{name}-demos

%files -n %{libnamedev}
%doc src/doc/*
%{_includedir}/GL
%{_libdir}/*.a

%files -n %{name}-demos
%{_datadir}/%{name}-demos/example*.cpp
%{_bindir}/example6
%{_bindir}/ppm2array
%{_bindir}/GLUI-example1
%{_bindir}/GLUI-example2
%{_bindir}/GLUI-example3
%{_bindir}/GLUI-example4
%{_bindir}/GLUI-example5


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.36-4
+ Revision: 1d76f7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1681 |14cr|gluon-0.71.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define git  5493f448
%define major 0

Summary:	A cross-platform free and open source 2D game engine from KDE
Name:		gluon
Version:	0.71.0
Release:	4
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://gluon.tuxfamily.org/
Source0:	http://gitorious.net/gluon/%{name}-%{version}.tar.bz2
Patch0:		gluon-0.71.0-gcc-4.7.patch
Patch1:		gluon-0.71.0-cmake3.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(alure)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)

%description
Gluon is a cross-platform free and open source 2D game engine from KDE. 
It aims to make life easier for game developers by providing a simple 
but powerful API to handle 2D objects, sounds and inputs.

%files
%{_kde_bindir}/gluon*
%{_kde_datadir}/applications/gluon_kdeextplayer.desktop
%{_kde_datadir}/applications/gluon_kdeplayer.desktop
%{_kde_datadir}/applications/gluon_qmlplayer.desktop
%{_kde_datadir}/applications/gluon_qtplayer.desktop
%{_kde_applicationsdir}/gluon-creator.desktop
%{_kde_appsdir}/gluon_kdeextplayer/
%{_kde_appsdir}/gluoncreator/
%{_kde_appsdir}/gluoneditorpart/
%{_kde_appsdir}/gluonviewerpart/
%{_kde_datadir}/config.kcfg/gluoncreatorsettings.kcfg
%{_kde_datadir}/gluon/
%{_kde_datadir}/mime/packages/x-gluon-mimetypes.xml
%{_kde_services}/*.desktop
%{_kde_servicetypes}/gluoncreator_plugin.desktop
%{_kde_iconsdir}/hicolor/*
%{_kde_libdir}/gluon/
%{_kde_libdir}/kde4/*.so

#----------------------------------------------------------------------------

%define libgluonaudio %mklibname gluonaudio %{major}

%package -n %{libgluonaudio}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libgluonaudio}
%{name} library.

%files -n %{libgluonaudio}
%{_kde_libdir}/libGluonAudio.so.%{major}*

#----------------------------------------------------------------------------

%define libgluoncore %mklibname gluoncore %{major}

%package -n %{libgluoncore}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libgluoncore}
%{name} library.

%files -n %{libgluoncore}
%{_kde_libdir}/libGluonCore.so.%{major}*

#----------------------------------------------------------------------------

%define libgluoncreator %mklibname gluoncreator %{major}

%package -n %{libgluoncreator}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libgluoncreator}
%{name} library.

%files -n %{libgluoncreator}
%{_kde_libdir}/libGluonCreator.so.%{major}*

#----------------------------------------------------------------------------

%define libgluonengine %mklibname gluonengine %{major}

%package -n %{libgluonengine}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libgluonengine}
%{name} library.

%files -n %{libgluonengine}
%{_kde_libdir}/libGluonEngine.so.%{major}*

#----------------------------------------------------------------------------

%define libgluoninput %mklibname gluoninput %{major}

%package -n %{libgluoninput}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libgluoninput}
%{name} library.

%files -n %{libgluoninput}
%{_kde_libdir}/libGluonInput.so.%{major}*

#----------------------------------------------------------------------------

%define libgluongraphics %mklibname gluongraphics %{major}

%package -n %{libgluongraphics}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libgluongraphics}
%{name} library.

%files -n %{libgluongraphics}
%{_kde_libdir}/libGluonGraphics.so.%{major}*

#----------------------------------------------------------------------------

%define libgluonplayer %mklibname gluonplayer %{major}

%package -n %{libgluonplayer}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libgluonplayer}
%{name} library.

%files -n %{libgluonplayer}
%{_kde_libdir}/libGluonPlayer.so.%{major}*

#----------------------------------------------------------------------------

%package devel
Summary:	Headers files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libgluonaudio} = %{EVRD}
Requires:	%{libgluoncore} = %{EVRD}
Requires:	%{libgluoncreator} = %{EVRD}
Requires:	%{libgluonengine} = %{EVRD}
Requires:	%{libgluoninput} = %{EVRD}
Requires:	%{libgluongraphics} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description devel
Headers files needed to build %{name}.

%files devel
%{_kde_datadir}/cmake/Modules/*
%{_kde_includedir}/gluon/
%{_kde_libdir}/libGluon*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.71.0-4
+ Revision: d75b0e8
- Fix build with cmake 3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1682 |14cr|glusterfs-3.2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname glusterfs %{major}
%define devname %mklibname -d glusterfs

Summary:	GlusterFS network/cluster filesystem
Name:		glusterfs
Version:	3.2.6
Release:	3
License:	GPLv3+
Group:		Networking/Other
URL:		http://www.gluster.org/docs/index.php/GlusterFS
Source0:	ftp://ftp.gluster.com/pub/gluster/glusterfs/3.0/%{version}/%{name}-%{version}.tar.gz
Source1:	glusterfsd.init
Source2:	glusterfsd.sysconfig
Source3:	glusterfsd.logrotate
Source4:	glusterfs.logrotate
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	libibverbs-devel
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(libtirpc)

%description
GlusterFS is a clustered file-system capable of scaling to several
peta-bytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.

Please visit http://www.gluster.org/docs/index.php/GlusterFS for more info.

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	GlusterFS network/cluster filesystem library
Group:		System/Libraries
Provides:	glusterfs-libs = %{EVRD}
Provides:	libglusterfs = %{EVRD}

%description -n	%{libname}
GlusterFS is a clustered file-system capable of scaling to several
peta-bytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.

Please visit http://www.gluster.org/docs/index.php/GlusterFS for more info.

This package includes the libglusterfs and glusterfs translator modules common
to both GlusterFS server and client framework.

%files -n %{libname}
%{_libdir}/*.so.%{major}*
%{_libdir}/glusterfs

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Static library and header files for the GlusterFS library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n	%{devname}
GlusterFS is a clustered file-system capable of scaling to several
peta-bytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.

Please visit http://www.gluster.org/docs/index.php/GlusterFS for more info.

This package contains the static GlusterFS library and its header files.

%files -n %{devname}
%{_includedir}/glusterfs/
%{_libdir}/*.so

#----------------------------------------------------------------------------

%package	common
Summary:	The common files needed by GlusterFS for client and server
Group:		Networking/Other
Requires:	fuse >= 2.6.0

%description	common
GlusterFS is a clustered file-system capable of scaling to several
peta-bytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.

Please visit http://www.gluster.org/docs/index.php/GlusterFS for more info.

This package includes the glusterfs binaries and documentation.
These are needed by both glusterfs client and server.

%files common
%docdir %{_docdir}/glusterfs
%doc %{_docdir}/glusterfs/*
%{_sysconfdir}/glusterfs/gluster*
%{_mandir}/man8/glusterfs.8*
%{_mandir}/man8/gluster.8*
%{_mandir}/man8/glusterd.8*
%{_mandir}/man8/glusterfsd.8*
%dir /var/log/glusterfs/
%{_sbindir}/glusterfs
%{_sbindir}/gluster
%{_sbindir}/glusterfsd
%{_sbindir}/glusterd

#----------------------------------------------------------------------------

%package	client
Summary:	GlusterFS client
Group:		Networking/Other
Requires:	%{name}-common = %{EVRD}
Requires(post): rpm-helper

%description	client
GlusterFS is a clustered file-system capable of scaling to several
peta-bytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.

This package is the client needed to mount a GlusterFS fs.

%files client
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/glusterfs-client
/sbin/mount.glusterfs
%{_mandir}/man8/mount.glusterfs.8.*
%attr(0644,root,root) %ghost %config(noreplace) /var/log/glusterfs/glusterfs.log

%post client
%create_ghostfile /var/log/glusterfs/glusterfs.log root root 0644

#----------------------------------------------------------------------------

%package	server
Summary:	GlusterFS server
Group:		Networking/Other
Requires:	%{name}-common = %{EVRD}
Requires:	%{name}-client = %{EVRD}
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(post): sed

%description	server
GlusterFS is a clustered file-system capable of scaling to several
peta-bytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.

This package is the server.

%files server
%attr(0755,root,root) %{_initrddir}/glusterd
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/glusterfsd
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/glusterfs-server
%attr(0644,root,root) %ghost %config(noreplace) /var/log/glusterfs/glusterfsd.log
%dir /var/run/glusterfsd

%post server
%create_ghostfile /var/log/glusterfs/glusterfsd.log root root 0644
%_post_service glusterd
if [ -e /etc/glusterfs/glusterfs-server.vol ]; then 
echo "Updating /etc/sysconfig/glusterfsd to point to old /etc/glusterfs/glusterfs-server.vol file"
sed -i 's|GLUSTERFSD_CONFIG_FILE="/etc/glusterfs/glusterfsd.vol"|GLUSTERFSD_CONFIG_FILE="/etc/glusterfs/glusterfs-server.vol"|g' /etc/sysconfig/glusterfsd
#   mv -n /etc/glusterfs/glusterfs-server.vol /etc/glusterfs/glusterfsd.vol
fi

%preun server
%_preun_service glusterfsd

#----------------------------------------------------------------------------

%prep
%setup -q
cp %{SOURCE1} glusterfsd.init
cp %{SOURCE2} glusterfsd.sysconfig
cp %{SOURCE3} glusterfsd.logrotate
cp %{SOURCE4} glusterfs.logrotate

%build
%configure2_5x \
	--disable-static \
	--enable-shared

# Remove rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make LIBS="-ltirpc -ldl -pthread"

%install
make install DESTDIR=%{buildroot}
mkdir -p %{buildroot}%{_includedir}/glusterfs
mkdir -p %{buildroot}/var/log/glusterfs
install -p -m 0644 libglusterfs/src/*.h %{buildroot}%{_includedir}/glusterfs/

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var/run/glusterfsd

install -m0755 glusterfsd.init %{buildroot}%{_initrddir}/glusterd
install -m0644 glusterfsd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/glusterfsd
install -m0644 glusterfsd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/glusterfs-server
install -m0644 glusterfs.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/glusterfs-client

touch %{buildroot}/var/log/glusterfs/glusterfs.log
touch %{buildroot}/var/log/glusterfs/glusterfsd.log

# remove default startup script
rm %{buildroot}/etc/init.d/glusterd


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.2.6-3
+ Revision: 276920e
- Build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1683 |14cr|glw-8.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Xt / Motif OpenGL widgets
Name:		glw
Version:	8.0.0
Release:	2
License:	MIT
Group:		System/Libraries
Url:		http://www.mesa3d.org
Source0:	ftp://ftp.freedesktop.org/pub/mesa/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	lesstif-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xt)

%description
Mesa libGLw runtime library.

#----------------------------------------------------------------------------

%define major 1
%define libname %mklibname GLw %{major}

%package -n %{libname}
Summary:	Xt / Motif OpenGL widgets
Group:		System/Libraries

%description -n %{libname}
Mesa libGLw runtime library.

%files -n %{libname}
%doc README
%{_libdir}/libGLw.so.%{major}*

#----------------------------------------------------------------------------

%define devname %mklibname GLw -d

%package -n %{devname}
Summary:	Mesa libGLw development package
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Mesa libGLw development package.

%files -n %{devname}
%{_libdir}/libGLw.so
%{_includedir}/GL/GLwDrawA.h
%{_includedir}/GL/GLwDrawAP.h
%{_includedir}/GL/GLwMDrawA.h
%{_includedir}/GL/GLwMDrawAP.h
%{_libdir}/pkgconfig/glw.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-motif \
	--disable-static

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 8.0.0-2
+ Revision: 68d76c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1684 |14cr|glyr-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		1
%define	libname		%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d

Summary:	Search engine for Music related Metadata
Name:		glyr
Version:	1.0.5
Release:	2
License:	GPLv3+
Group:		System/Libraries
Url:		https://github.com/sahib/glyr
Source0:	https://github.com/downloads/sahib/%{name}/%{name}-%{version}.tar.gz
# Remove __DATE and __TIME__ that causes the package to rebuild when not needed
Patch0:		glyr-1.0.5-date-n-time.patch
Patch1:		glyr-1.0.5-flags.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(glib-2.0) >= 2.10
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(sqlite3)

%description
Glyr CLI tool.
The sort of metadata glyr is searching (and downloading) is usually the data
you see in your musicplayer. And indeed, originally it was written to serve as
internally library for a musicplayer, but has been extended to work as a
standalone program which is able to download:
* cover art;
* lyrics;
* bandphotos;
* artist biography;
* album reviews;
* tracklists of an album;
* a list of albums from a specific artist;
* tags, either related to artist, album or title relations, for example
  links to wikipedia;
* similar artists;
* similar songs.

%files
%doc AUTHORS CHANGELOG COPYING README.textile
%{_bindir}/glyrc

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Search engine for Music related Metadata
Group:		System/Libraries

%description -n %{libname}
Glyr shared library.
The sort of metadata glyr is searching (and downloading) is usually the data
you see in your musicplayer. And indeed, originally it was written to serve as
internally library for a musicplayer, but has been extended to work as a
standalone program which is able to download:
* cover art;
* lyrics;
* bandphotos;
* artist biography;
* album reviews;
* tracklists of an album;
* a list of albums from a specific artist;
* tags, either related to artist, album or title relations, for example
  links to wikipedia;
* similar artists;
* similar songs.

%files -n %{libname}
%doc COPYING
%{_libdir}/lib%{name}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Search engine for Music related Metadata
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Glyr development files.
The sort of metadata glyr is searching (and downloading) is usually the data
you see in your musicplayer. And indeed, originally it was written to serve as
internally library for a musicplayer, but has been extended to work as a
standalone program which is able to download:
* cover art;
* lyrics;
* bandphotos;
* artist biography;
* album reviews;
* tracklists of an album;
* a list of albums from a specific artist;
* tags, either related to artist, album or title relations, for example
  links to wikipedia;
* similar artists;
* similar songs.

%files -n %{devname}
%doc COPYING
# No doc files here
#doc src/examples
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-2
+ Revision: 95365e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1685 |14cr|gmameui-0.2.12-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A sdlmame front-end
Name:		gmameui
Version:	0.2.12
Release:	6
License:	GPLv3+
Group:		Emulators
Url:		http://gmameui.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
Patch0:		gmamaui-0.2.12_glibc.patch
Patch1:		gmameui-0.2.12-glib-2.40.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	scrollkeeper
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnome-2.0)
BuildRequires:	pkgconfig(vte)

%description
GMAMEUI is a fork of the defunct GXMame project.

It contains a number of enhancements over GXMame:
 - support for SDLMame,
 - support for more recent versions of MAME,
 - support for the recent features introduced to MAME (the last version
   supported by GXMame was 0.95),
 - migration to Glade for UI, allowing easier maintenance,
 - a substantial number of bug fixes and UI improvements over GXMame.

%files -f %{name}.lang
%doc ChangeLog
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man6/%{name}.6*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
  --remove-category="ArcadeGame" \
  --add-category="Emulator" \
  --add-category="X-MandrivaLinux-MoreApplications-Emulators" \
  --dir %{buildroot}%{_datadir}/applications/ \
  %{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-gnome


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.12-6
+ Revision: 131bc68
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1686 |14cr|gmasqdialer-0.99.13-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ver  	0.99.13
%define rel	%mkrel 9

Summary: 	GNOME/GTK Client for Masqdialer 
Name: 		gmasqdialer
Version: 	%{ver}
Release: 	%{rel}
License: 	GPL
Group:		Networking/Remote access
URL:		http://www.dpinson.com/software/gmasqdialer/
Source: 	%{URL}/files/%{name}-%{ver}.tar.bz2
# (fc) 0.99.13-3mdk disable gtk deprecation flags
Patch0:		gmasqdialer-0.99.13-deprecation.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	gtk+2-devel 
BuildRequires:	scrollkeeper
BuildRequires:	imagemagick
BuildRequires:	automake1.4

%description
Gnome client that allows a user to manipulate a Masqdialer controlled ppp link.

%prep
%setup -q
%patch0 -p1 -b .deprecation

#needed by patch0
automake-1.4

%build
%configure2_5x
%make

%install
%makeinstall

#Menu:

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Gmasqdialer
Comment=Gnome Client for the masqdialer modem server
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=GNOME;GTK;X-MandrivaLinux-Internet-RemoteAccess;Network;RemoteAccess;Dialup;
EOF

mkdir -p %{buildroot}%{_liconsdir} %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir}
convert -resize 48x48 %{name}-icon.png %{buildroot}%{_liconsdir}/%{name}.png
convert -resize 32x32 %{name}-icon.png %{buildroot}%{_iconsdir}/%{name}.png
convert -resize 16x16 %{name}-icon.png %{buildroot}%{_miconsdir}/%{name}.png	

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc README COPYING ChangeLog
%attr(755,root,root) %{_bindir}/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_iconsdir}/*.png
%{_datadir}/pixmaps/*
%{_datadir}/applications/%{name}.desktop




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.99.13-9
+ Revision: c43d7ef
- Automatic import for version 0.99.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1687 |14cr|gmediafinder-1.5.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Obtaining source
#  git clone git://github.com/smolleyes/gmediafinder2.git
# rm -rf gmediafinder2/debian && rm -rf gmediafinder2/win32
# tar cjf gmediafinder-{_version}.tar.bz2 gmediafinder2/ && rm -rf gmediafinder2
%define debug_package	%{nil}
Name:			gmediafinder
Version:		1.5.1
Release:		6
Summary:		Stream and/or download and/or convert files
License:		GPLv2
Group:			Video
URL:			http://gnomefiles.org/content/show.php/Gmediafinder?content=138588&PHPSESSID=9c909890a42ce1ac7a555efab2b34b83
Source0:		%{name}-%{version}.zip
Source1:		README.urpmi
Source100:		%{name}.rpmlintrc
Patch0:                 gmediafinder2-master-l10n.patch
BuildRequires:		hicolor-icon-theme 
BuildRequires:		python-mechanize 
BuildRequires:		python-setuptools 
BuildRequires:		python-distutils-extra 
BuildRequires:		intltool
BuildRequires:		python-gdata
BuildRequires:		python-configobj
BuildRequires:		gettext
BuildRequires:		desktop-file-utils
BuildRequires:		txt2man


# GUI and browser
Requires:       pythonegg(html5lib)
Requires:       pythonegg(python-xlib)
Requires:       python-mechanize 
Requires:       python-webkitgtk
Requires:       python-gdata
Requires:       pygtk2.0
Requires:       python-configobj
Requires:       python-lxml
Requires:       pygtk2.0-libglade


# decoding
Requires:       gstreamer0.10-tools
Requires:       gstreamer0.10-python 
Requires:       gstreamer0.10-ffmpeg 
Requires:       gstreamer0.10-plugins-good 
Requires:       gstreamer0.10-libvisual 
Requires:       gstreamer0.10-plugins-base

# audio extract 
Requires:       ffmpeg 
Requires:       %{_lib}avutil50

# just keep it for later run upcoming features!
Requires:       libvisual-plugins 

# menu integration
Requires:       gnome-icon-theme-legacy
Requires:       hicolor-icon-theme

BuildArch:		noarch


%description
Gmediafinder is a software to search stream an/or download files 
form you-tube without flash,
Google and some mp3 search-engines (you know the rules...)
its support full-screen mode, visualization and use the gstreamer engine
for you-tube you can select your preferred, resolution and give priority to 
mp4 format for video seeking! (and lower CPU usage than flv...).


%prep
%setup -q -n %{name}2-master
%patch0 -p1
chmod 644 CHANGELOG gpl-2.0.txt VERSION README
perl -pi -e "s|1.5|1.5.1|"  GmediaFinder/lib/config.py

%build
python setup.py build 

%install
python setup.py install --root=%{buildroot}
cp -R data/img/throbber.png %{buildroot}%{_datadir}/%{name}/
# fix attr
chmod 644 %{buildroot}%{_datadir}/applications/%{name}.desktop
chmod 644 %{buildroot}%{_datadir}/%{name}/*.png
chmod 644 %{buildroot}%{_datadir}/%{name}/*/*
chmod +x %{buildroot}%{_datadir}/pyshared/GmediaFinder/lib/engines/__init__.py
chmod +x %{buildroot}%{_datadir}/pyshared/GmediaFinder/lib/__init__.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/Translation.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/__init__.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/engines/__init__.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/downloads/__init__.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/__init__.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/player/__init__.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/engines/main.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/get_stream.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/gmediafinder.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/pykey.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/checklinks.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/engines/Youtube/__init__.py
chmod +x %{buildroot}%{_datadir}/gmediafinder/scripts/get_stream.py 
chmod +x %{buildroot}%{_datadir}/pyshared/GmediaFinder/__init__.py


desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

install -m644 %{SOURCE1} README.urpmi


%find_lang %{name} 


# wont harm kde and a must in gtk.
%post
gtk-update-icon-cache -f -t /usr/share/icons/hicolor

%files -f %{name}.lang

%doc CHANGELOG gpl-2.0.txt VERSION README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{py_sitedir}/*/*
%{_datadir}/%{name}/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pyshared/GmediaFinder/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-6
+ Revision: d00c81e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1688 |14cr|gmemusage-0.2-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Graphics memory usage meter
Name: 		gmemusage
Version: 	0.2
Release: 	15
Source: 	%{name}-%{version}.tar.bz2
Url: 		http://reality.sgi.com/raju/software/
License: 	GPL
Group: 		Monitoring
Buildrequires:	pkgconfig(x11)

%description
This tool displays the bar graph describing a memory usage of processes
on the Linux box. Uses /proc filesystem.

%prep
%setup

%build
%make OPTIM="%optflags" LIBX11DIR=-L%{_libdir} LDFLAGS="%ldflags"

%install
rm -fr %buildroot
install -D -m 755 gmemusage $RPM_BUILD_ROOT%{_bindir}/%{name}
install -D -m 644 gmemusage.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/gmemusage
Name=Gmemusage
Comment=Memory usage
Icon=monitoring_section
Categories=System;Monitor;
EOF
 
%if %mdkversion < 200900
%post
%{update_menus}
%endif
 
%if %mdkversion < 200900
%postun          
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-15
+ Revision: 7cb9292
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1689 |14cr|gmerlin-1.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define libgtk %mklibname %{name}_gtk %{major}
%define devname %mklibname -d %{name}

Summary:	A multimedia architecture for linux
Name:		gmerlin
Version:	1.2.0
Release:	5
License:	GPLv3+
Group:		Video
Url:		http://gmerlin.sourceforge.net/
Source0:	http://downloads.sourceforge.net/gmerlin/%{name}-%{version}.tar.gz
Patch0:		gmerlin-1.0.0-link.patch
Patch1:		gmerlin-1.2.0-icons.patch
Patch2:		gmerlin-1.2.0-desktop.patch
Patch3:		gmerlin-1.2.0-texinfo.patch
BuildRequires:	doxygen
BuildRequires:	texinfo
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gavl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libquicktime)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(libvisual-0.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xv)

%description
The gmerlin application framework consists of a toolkit indepentent
gmerlin library, which contains the player core, the transcoder core
and other utilities. It can be used to build custom multimedia
applications.

%files -f %{name}.lang
%doc %{_datadir}/doc/%{name}
%{_bindir}/*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/plugins
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/*/*/*/*
%{_mandir}/man1/*
%{_infodir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgtk}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}gmerlin0 < 1.2.0

%description -n %{libgtk}
This package contains shared library for %{name}.

%files -n %{libgtk}
%{_libdir}/lib%{name}_gtk.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libgtk} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
autoreconf -fi
%configure2_5x --disable-rpath
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-5
+ Revision: 1cd20ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1690 |14cr|gmerlin-encoders-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

Summary:	A multimedia encoding library
Name:		gmerlin-encoders
Version:	1.2.0
Release:	1%{?extrarelsuffix}
License:	LGPLv2+
Group:		Video
Url:		http://gmerlin.sourceforge.net/
Source0:	http://downloads.sourceforge.net/gmerlin/%{name}-%{version}.tar.gz
Patch0:		gmerlin-encoders-1.2.0-ffmpeg2.patch
BuildRequires:	gmerlin
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gavl)
BuildRequires:	pkgconfig(gmerlin)
BuildRequires:	pkgconfig(mjpegtools)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
%if %{build_plf}
BuildRequires:	libfaac-devel
BuildRequires:	lame-devel
%endif

%description
This package contains some encoder plugins for gmerlin.
If you install it, gmerlin-transcoder will be able to
encode more file formats.

%files -f %{name}.lang
%{_libdir}/gmerlin/plugins/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Tue Feb 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-1
+ Revision: f5bf4d6
- LOG Add patch to fix build with new ffmpeg



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1691 |14cr|gmetadom-0.2.6-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname gmetadom_gdome_cpp_smart %{major}
%define devname %mklibname gmetadom_gdome_cpp_smart -d

%define _disable_ld_as_needed 1

Summary:	C++ Wrapper for GDOME
Name:		gmetadom
Version:	0.2.6
Release:	12
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://gmetadom.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Patch1:		gmetadom-0.2.6-fix-missing-header.patch
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(gdome2)

%description
GMetaDOM is a collection of libraries, each library providing a
DOM implementation. Each DOM implementation is generated
automatically by means of XSLT stylesheets.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	CPP Libraries for gdome2
Group:		System/Libraries

%description -n %{libname}
GMetaDOM is a collection of libraries, each library providing a
DOM implementation. Each DOM implementation is generated
automatically by means of XSLT stylesheets.

%files -n %{libname}
%{_libdir}/libgmetadom_gdome_cpp_smart.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and include files for gdome2
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel  = %{EVRD}

%description -n %{devname}
GMetaDOM is a collection of libraries, each library providing a
DOM implementation. Each DOM implementation is generated
automatically by means of XSLT stylesheets.

%files -n %{devname}
%doc AUTHORS COPYING ChangeLog HISTORY INSTALL LICENSE
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/lib*.so

#----------------------------------------------------------------------------

%package -n ocaml-%{name}
Summary:	Ocaml bindings for %{name}
Group:		Development/Other

%description -n ocaml-%{name}
GMetaDOM is a collection of libraries, each library providing a
DOM implementation. Each DOM implementation is generated
automatically by means of XSLT stylesheets.

This are the Ocaml bindings of GMetaDOM.

%files -n ocaml-%{name}
%{_libdir}/ocaml/gdome2
%{_libdir}/ocaml/stublibs/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
#gw we have to disable libtoolize, as the ocaml path doesn't build otherwise
%define __libtoolize true
%configure2_5x \
	--with-ocaml-lib-prefix=%{_libdir}/ocaml

%install
%makeinstall_std

# static lib needed for internal test
rm -f %{buildroot}%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.6-12
+ Revision: 063fb90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1692 |14cr|gmic-1.5.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1
%define	libname		%mklibname %{name} %{major}
%define	develname	%mklibname -d %{name}

Summary:	A script language (G'MIC) dedicated to image processing
Name:		gmic
Version:	1.5.9.1
Release:	3
# CeCILL version 2.0
License:	CeCILL
Group:		Graphics
Url:		http://gmic.sourceforge.net
Source0:	http://sourceforge.net/projects/gmic/files/%{name}_%{version}.tar.gz
BuildRequires:	ffmpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gimp-2.0)
BuildRequires:	pkgconfig(GraphicsMagick)
BuildRequires:	pkgconfig(opencv)

%description
G'MIC defines a complete image processing framework, and thus 
can manage generic image data as other image-related tools. 

Anyway, the specific features described below make it a bit particular :

* It internally works with lists of images. 
  Image manipulations and interactions can be done 
  either grouped or focused on specific items.
* It can process a wide variety of image types, 
  including multi-spectral (arbitray number of channels)
  and 3d volumetric images, as well as image sequences, 
  or 3d vector objects. 
  Images with different pixel types are supported, 
  allowing to process flawlessly images with 8bits or 
  16bits integers per channel, as well as float-valued datasets.
* It provides small but efficient visualization modules 
  dedicated to the exploration/viewing of 2d/3d multi-spectral images, 
  3d vector objects (elevation map, isocurves, isosurfaces,...), 
  or 1d graph plots.
* It proposes commands to handle custom interactive windows 
  where events can be managed easily by the user.
* It is highly extensible through the importation of custom command 
  files which add new commands that become understood by the 
  language interpreter.
* Most of the functionalities can be used inside GIMP 
  via the provided plug-in, allowing end-users to integrate 
  any G'MIC-based pipeline directly in a nice GUI, 
  without coding efforts.
* It is based on the latest development versions of the CImg Library, 
  a well established C++ template image processing toolkit, 
  developed by the same team of developers.

%files
%doc COPYING README
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_mandir}/fr/man1/gmic.1.*

#------------------------------------------------------

%package -n zart
Summary:	GUI for G'MIC real-time manipulations on the output of a webcam
Group:		Graphics
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-zart = %{version}-%{release}
Conflicts:	%{name} < 1.5.1.5-1

%description -n zart
ZArt is a computer program whose purpose is to demonstrate the possibilities of
the G'MIC image processing language by offering the choice of several
manipulations on a video stream acquired from a webcam.

%files -n zart
%doc zart/Licence_CeCILL_V2-en.html
%{_bindir}/zart
%{_datadir}/zart/presets.xml

#------------------------------------------------------

%package -n gimp-plugin-%{name}
Summary:	Plugin for gimp
Group:		Graphics
Requires:	gimp >= 2.6.0
Obsoletes:	%{name}-gimp < 1.5.1.5-1
Provides:	%{name}-gimp = %{version}-%{release}
Conflicts:	%{name} < 1.5.1.5-1

%description -n gimp-plugin-%{name}
G'MIC has been made available as an easy-to-use plug-in for GIMP.
It extends this retouching software capabilities by offering a large number of
pre-defined image filters and effects.
Of course, the plug-in is highly customizable and it is possible to add your
own custom G'MIC-written filters in it.

%files -n gimp-plugin-%{name}
%doc COPYING README
%{_libdir}/gimp/2.0/plug-ins/%{name}_gimp

#------------------------------------------------------

%package -n %{libname}
Summary:	Library for gmic
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}
Conflicts:	%{name} < 1.5.1.5-1

%description -n %{libname}
This package contains the library needed to run programs
dynamically linked with gmic.

%files -n %{libname}
%doc COPYING README
%{_libdir}/lib%{name}.so.*

#------------------------------------------------------

%package -n %{develname}
Summary:	Header file for gmic
Group:		Development/C++
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{name}-gimp-devel < 1.5.1.5-1
Provides:	%{name}-devel = %{version}-%{release}
Conflicts:	%{name} < 1.5.1.5-1

%description -n %{develname}
This package contains the development file for gmic.

%files -n %{develname}
%doc COPYING README
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so

#------------------------------------------------------

%prep
%setup -q

iconv --from=ISO-8859-1 --to=UTF-8 COPYING > COPYING.new && \
touch -r COPYING COPYING.new && \
mv COPYING.new COPYING


%build
%setup_compile_flags

pushd src
%make
popd

pushd zart
%qmake_qt4
%make
popd

%install
pushd src
%makeinstall_std
%ifarch x86_64
    mv %{buildroot}%{_prefix}/lib/* %{buildroot}%{_libdir}/
%endif
popd

pushd zart
install -m755 zart %{buildroot}%{_bindir}/zart
mkdir -p %{buildroot}%{_datadir}/zart
cp -R presets.xml %{buildroot}%{_datadir}/zart/presets.xml
popd




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.9.1-3
+ Revision: 11b22c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1693 |14cr|gmorgan-0.56-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MIDI auto-accompaniment generator
Name:		gmorgan
Version:	0.56
Release:	3
License:	GPLv2+
Group:		Sound
URL:		http://gmorgan.sourceforge.net/
Source0:	%{name}_%{version}.tar.gz

BuildRequires:	fltk-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pixman-1)


%description
GMorgan is a modern MIDI organ with full auto-accompaniment. GMrgand uses
soundfonts and the ALSA sequencer for emulate a Rhythm Station.

%prep
%setup -qn %{name}_%{version}

%build
%configure2_5x
%make  

%install
%makeinstall_std

rm -fr %{buildroot}/%{_docdir}
chmod 644 AUTHORS ChangeLog README 

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=sound_section
Name=GMorgan
Comment=MIDI Auto-Accompaniment
Categories=Audio;
EOF

%files 
%doc AUTHORS ChangeLog README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.56-3
+ Revision: 76e030d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1694 |14cr|gmpc-11.8.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Gtk2 frontend for the mpd
Name:		gmpc
Version:	11.8.16
Release:	2
License:	GPLv2+
Group:		Sound
URL:		http://gmpc.wikia.com/
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/%{name}-%{version}.tar.gz
Patch0:		gmpc-11.8.16-link.patch
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.16
BuildRequires: pkgconfig(gmodule-2.0) >= 2.4
BuildRequires: pkgconfig(gobject-2.0) >= 2.4
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk+-2.0) >= 2.18
BuildRequires: pkgconfig(libmpd) >= 0.20.95
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(unique-1.0)
BuildRequires: pkgconfig(x11)
BuildRequires: libsm-devel
BuildRequires: libice-devel
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	gob2 vala

%description
GMPC is a frontend for the mpd (Music Player Daemon). 
It's focused on being fast and easy to use, while making 
optimal use of all the functions in mpd.

%package devel
Summary:        GMPC development files
Group:          Development/Other
Provides:       %{name}-devel = %{version}-%{release}
Requires:       %{name} = %{version}-%{release}

%description devel
GMPC development files.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x \
	--disable-static

%make 

%install
%makeinstall_std

%find_lang %{name} --with-gnome

desktop-file-install \
  --remove-category="Application" \
  --add-category="GTK" \
  --add-category="Audio" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_iconsdir}/*/*/*/*
%{_mandir}/man1/%{name}*

%files devel
%defattr(-,root,root)
%dir %{_includedir}/gmpc
%{_includedir}/gmpc/*.h
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.8.16-2
+ Revision: ff265cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1695 |14cr|gmpc-avahi-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An avahi plugin for gmpc
Name:		gmpc-avahi
Version:	0.20.0
Release:	5
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl//gmpc-plugins-avahi
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	intltool
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(gmpc)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libmpd)
BuildRequires:	pkgconfig(libxml-2.0)
Requires:	gmpc

%description
An avahi plugin for gmpc.

%files
%{_libdir}/gmpc/plugins/avahiplugin.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20.0-5
+ Revision: 742f9c1
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1696 |14cr|gmpc-extraplaylist-0.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An extra playlist plugin for gmpc
Name:		gmpc-extraplaylist
Version:	0.20.0
Release:	3
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl/
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	libmpd-devel >= 0.15.98
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.4
BuildRequires:	gmpc-devel >= 0.19.2
BuildRequires:	intltool
Requires:	gmpc

%description
An extra playlist plugin for gmpc.

%prep
%setup -q
#patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_libdir}/gmpc/plugins/libextraplaylist.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-3
+ Revision: f0a16ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1697 |14cr|gmpc-lastfm-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Last.FM artist art provider plugin for gmpc
Name:		gmpc-lastfm
Version:	0.20.0
Release:	4
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl//gmpc-plugins-lastfm
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/gmpc-last-fm-%{version}.tar.gz
BuildRequires:	libmpd-devel >= 0.15.98
BuildRequires:	libxml2-devel 
BuildRequires:	gtk+2-devel >= 2.8
BuildRequires:	gmpc-devel >= 0.16.2
BuildRequires:	intltool
Requires:	gmpc

%description
The last.fm plugin can fetch artist images, from last.fm.
This plugin doesn't scrobble your music, use a dedicated 
client like mpdscribble for this.

%prep
%setup -qn gmpc-last-fm-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %name

%files -f %name.lang
%defattr(-,root,root)
%{_libdir}/gmpc/plugins/lastfmplugin.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: 6112bd4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1698 |14cr|gmpc-libnotify-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A libnotify plugin for gmpc
Name:		gmpc-libnotify
Version:	0.20.0
Release:	5
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl/
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/%{name}-%{version}.tar.gz
Patch0:		gmpc-libnotify-0.20.0-libnotify-0.7.patch
BuildRequires:	libmpd-devel >= 0.14.99
BuildRequires:	libnotify-devel
BuildRequires:	gmpc-devel >= 0.15.4.102
BuildRequires:	gtk+2-devel >= 2.8
BuildRequires:	intltool
Requires:	gmpc

%description
A libnotify plugin for gmpc.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%{_libdir}/gmpc/plugins/libnotifyplugin.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: cd87cde
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1699 |14cr|gmpc-lyrics-11.8.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A lyrics provider plugin for gmpc
Name:		gmpc-lyrics
Version:	11.8.16
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl//gmpc-plugins-lyrics-provider
Source0:	http://download.sarine.nl/Programs/gmpc/11.8.16/%{name}-%{version}.tar.gz
BuildRequires:	libmpd-devel >= 0.14.99
BuildRequires:	libxml2-devel
BuildRequires:	gmpc-devel >= 0.15.4.102
BuildRequires:	gtk+2-devel >= 2.8
BuildRequires:	curl-devel
BuildRequires:	intltool
Requires:	gmpc

%description
A lyrics provider plugin for gmpc.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%{_libdir}/gmpc/plugins/lyricsplugin.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.8.16-2
+ Revision: 7e9e667
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1700 |14cr|gmpc-magnatune-11.8.16-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A magnatune browser plugin for gmpc
Name:		gmpc-magnatune
Version:	11.8.16
Release:	5
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl//gmpc-plugins-magnatune
Source0:	http://download.sarine.nl/Programs/gmpc/11.8.16/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libmpd) >= 0.15.98
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	gmpc-devel >= 0.18.0
BuildRequires:	sqlite3-devel
BuildRequires:	intltool
Requires:	gmpc

%description
The magnatune plugin provides an interface to the 
www.magnatune.com website. The plugin allows you 
to browse, and preview available albums.
(It uses the 128kbit mp3 version).The magnatune 
plugin provides a double function, it also uses 
the data from the magnatune website to fetch 
cover art.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%dir %{_datadir}/gmpc/plugins/magnatune
%{_libdir}/gmpc/plugins/magnatuneplugin.so
%{_datadir}/gmpc/plugins/magnatune/magnatune.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.8.16-5
+ Revision: cd13202
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1701 |14cr|gmpc-mdcover-0.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A directory artist/song provider plugin for gmpc
Name:		gmpc-mdcover
Version:	0.20.0
Release:	3
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl//gmpc-plugins-mdcover
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	libmpd-devel >= 0.15.98
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.8
BuildRequires:	gmpc-devel >= 0.15.98
BuildRequires:	intltool
Requires:	gmpc

%description
This gmpc plugin fetches cover art, artist art,album and 
artist information from the file system. 

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %name

%files -f %name.lang
%{_libdir}/gmpc/plugins/mdcaplugin.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-3
+ Revision: 3f37203
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1702 |14cr|gmpc-mserver-0.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A microhttpd server plugin for gmpc
Name:		gmpc-mserver
Version:	0.20.0
Release:	3
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl/
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	libmpd-devel >= 0.14.99
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	gmpc-devel >= 0.15.4.102
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.4
BuildRequires:	libmicrohttpd-devel
BuildRequires:	intltool
Requires:	gmpc

%description
A microhttpd server plugin for gmpc.

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

%files
%{_libdir}/gmpc/plugins/gmpcmserverplugin.so
%{_datadir}/gmpc/plugins/gmpc-mserver/gmpc-mserver.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-3
+ Revision: 126144c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1703 |14cr|gmpc-osd-0.18.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A xosd on screen display plugin for gmpc
Name:		gmpc-osd
Version:	0.18.0
Release:	3
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl//xosd-on-screen-display
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	libmpd-devel >= 0.15.98
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.4
BuildRequires:	xosd-devel
BuildRequires:	gmpc-devel >= 0.15.98
Requires:	gmpc

%description
A xosd on screen display plugin for gmpc.

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

%files
%{_libdir}/gmpc/plugins/osdplugin.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.18.0-3
+ Revision: 32b0ca0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1704 |14cr|gmpc-qosd-0.15.5.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A qosd on screen display plugin for gmpc
Name:		gmpc-qosd
Version:	0.15.5.0
Release:	5
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl//q-on-screen-display
Source0:	http://download.sarine.nl/download/gmpc-0.15.5/%{name}-%{version}.tar.bz2
BuildRequires:	libmpd-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	gmpc-devel
Requires:	gmpc

%description
A qosd on screen display plugin for gmpc.

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

%files
%{_datadir}/gmpc/plugins/qosdplugin.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15.5.0-5
+ Revision: 73c6d40
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1705 |14cr|gmpc-random-playlist-0.15.5.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A random playlist plugin for gmpc
Name:		gmpc-random-playlist
Version:	0.15.5.0
Release:	7
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl/
Source0:	http://download.sarine.nl/download/gmpc-0.15.5/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libmpd)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	libglade2.0-devel
BuildRequires:	gmpc-devel
Requires:	gmpc

%description
A random playlist plugin for gmpc.

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%{_datadir}/gmpc/plugins/librandomplaylist.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15.5.0-7
+ Revision: 4b21c26
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1706 |14cr|gmpc-shout-0.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A shout plugin for gmpc
Name:		gmpc-shout
Version:	0.20.0
Release:	3
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl/
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	libmpd-devel >= 0.15.98
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.8
BuildRequires:	gmpc-devel >= 0.15.98
BuildRequires:	intltool
Requires:	gmpc

%description
A shout plugin for gmpc.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %name

%files -f %name.lang
%{_libdir}/gmpc/plugins/shoutplugin.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-3
+ Revision: 2b0ea28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1707 |14cr|gmpc-stopbutton-0.15.5.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A stop button plugin for gmpc
Name:		gmpc-stopbutton
Version:	0.15.5.0
Release:	7
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl//gmpc-plugins-stopbutton
Source0:	http://download.sarine.nl/download/gmpc-0.15.5/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libmpd)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	libglade2.0-devel
BuildRequires:	gmpc-devel
Requires:	gmpc

%description
This is the simplest plugin of the lot, it adds a stop 
button to the controls in the main window. It's an easy 
solution to keep everybody happy.

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%{_datadir}/gmpc/plugins/libstopbutton.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15.5.0-7
+ Revision: 6853c7b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1708 |14cr|gmpc-wikipedia-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A wikipedia plugin for gmpc
Name:		gmpc-wikipedia
Version:	0.20.0
Release:	5
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl/
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	libmpd-devel >= 0.14.99
BuildRequires:	libxml2-devel
BuildRequires:	gtk+2-devel >= 2.4
BuildRequires:	gmpc-devel >= 0.15.4.102
BuildRequires:	webkitgtk-devel
BuildRequires:	intltool
Requires:	gmpc

%description
A wikipedia plugin for gmpc.

%prep
%setup -q

%build
%configure2_5x
%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_libdir}/gmpc/plugins/wikiplugin.so
%{_datadir}/gmpc/plugins/wikipedia/wikipedia.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: c10bf6f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1709 |14cr|gmrun-0.9.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gmrun
%define version	0.9.2
%define release	3

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Lightweight "Run program" dialog box with search history and tab completion
Group:		Graphical desktop/Other
License:	GPL+
URL:		http://sourceforge.net/projects/gmrun
Source0:	http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
Patch0:		gmrun-gmrunrc.patch
Patch1:		gmrun-0.9.2-gcc43.patch
Patch2:		gmrun-0.9.2-mousewheel.patch
Patch3:		gmrun-0.9.2-mga.patch

BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(gtk+-2.0)

Requires:	xterm
Requires:	man
Requires:	info
Requires:	xdg-utils

%description
A simple GTK program which provides a "run program" window.
It features a bash-like TAB completion, Ctrl-R/Ctrl-S for
searching through the history and URL handlers for any 
user defined prefix.


%prep
%setup -q
%patch0 -p1 -b .gmrunrc
%patch1 -p1 -b .gcc43
%patch2 -p1 -b .mousewheel
%patch3 -p1 -b .mga_support

%build
%configure2_5x
%make


%install
%makeinstall_std

%files
%defattr(-,root,root)
%doc ChangeLog AUTHORS COPYING README NEWS
%{_datadir}/gmrun/
%{_bindir}/gmrun


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-3
+ Revision: d195780
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1710 |14cr|gmsh-2.8.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Automatic 3D finite element grid generator
Name:		gmsh
Version:	2.8.4
Release:	3
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://www.geuz.org/gmsh/
Source0:	http://www.geuz.org/gmsh/src/%{name}-%{version}-source.tgz
Patch0:		gmsh-2.4.2-format.patch
Patch1:		gmsh-2.5.0-png1.5.patch
BuildRequires:	cmake
BuildRequires:	gcc-gfortran
BuildRequires:	opencascade
BuildRequires:	texinfo
BuildRequires:	fltk-devel
BuildRequires:	gmp-devel
BuildRequires:	jpeg-devel
BuildRequires:	libatlas-devel
BuildRequires:	opencascade-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)
# There's no more devel package
Obsoletes:	%{name}-devel < 2.8.4

%description
Gmsh is an automatic 3D finite element grid generator with a built-in CAD
engine and post-processor. Its design goal is to provide a simple meshing tool
for academic problems with parametric input and advanced visualization
capabilities.

Gmsh is built around four modules: geometry, mesh, solver and post-processing.
The specification of any input to these modules is done either interactively
using the graphical user interface or in ASCII text files using Gmsh's own
scripting language.

%files
%doc README.txt doc/{CREDITS.txt,VERSIONS.txt}
%{_bindir}/*
%{_mandir}/man1/*
%{_iconsdir}/%{name}.png
%exclude %{_docdir}/%{name}/demos
%exclude %{_docdir}/%{name}/tutorial

#----------------------------------------------------------------------------

%package	demos
Summary:	Tutorial and demo files for Gmsh
Group:		Sciences/Mathematics
# known to have issues in mandriva build system
BuildArch:	noarch

%description	demos
Gmsh is an automatic 3D finite element grid generator with a built-in CAD
engine and post-processor. Its design goal is to provide a simple meshing tool
for academic problems with parametric input and advanced visualization
capabilities.

Gmsh is built around four modules: geometry, mesh, solver and post-processing.
The specification of any input to these modules is done either interactively
using the graphical user interface or in ASCII text files using Gmsh's own
scripting language.

This package contains tutorial and demo files for Gmsh.

%files demos
%{_docdir}/%{name}/demos
%{_docdir}/%{name}/tutorial

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-source
%patch0 -p1
%patch1 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build
install -D utils/icons/solid_48x48.png %{buildroot}%{_iconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8.4-3
+ Revision: c9f7f39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1711 |14cr|gmt-4.5.9-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gmtversion 4.5.9

%define dataversion 2.2.0
%define dataepoch 1
%define dataevr %{dataepoch}:%{dataversion}-%{release}

%define requirever %{gmtversion}

%define major 4
%define libname %mklibname %{name} %{major}
%define libmgg %mklibname gmt_mgg %{major}
%define libgmtps %mklibname gmtps %{major}
%define libmgd %mklibname mgd77_ %{major}
%define libpsl %mklibname psl %{major}
%define libx2sys %mklibname x2sys %{major}
%define devname %mklibname %{name} -d

Summary:	Scientific graphic tool with maps
Name:		gmt
Version:	%{gmtversion}
Release:	10
License:	GPLv2+
Group:		Sciences/Geosciences
Url:		http://gmt.soest.hawaii.edu/
Source0:	ftp://gmt.soest.hawaii.edu/pub/gmt/gmt-%{version}.tar.bz2
Source1:	ftp://gmt.soest.hawaii.edu/pub/gmt/gshhs-%{dataversion}.tar.bz2
Patch0:		gmt-4.5.7-glibc-2.17.patch
Patch1:		gmt-4.5.8-overflow.patch
Patch2:		gmt-4.5.7-netcdf-flags.patch
BuildRequires:	netcdf-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xt)
Requires:	gmt-coast = %{dataevr}

%description
GMT is a free, open source collection of ~60 UNIX tools that allow users to
manipulate (x,y) and (x,y,z) data sets (including filtering, trend fitting,
gridding, projecting, etc.) and produce Encapsulated PostScript File (EPS)
illustrations ranging from simple x-y plots through contour maps to
artificially illuminated surfaces and 3-D perspective views in black and white,
gray tone, hachure patterns, and 24-bit color. GMT supports 25 common map
projections plus linear, log, and power scaling, and comes with support data
such as coastlines, rivers, and political boundaries.

GMT is developed and maintained by Paul Wessel and Walter H. F. Smith.

GMT is partly supported by the National Science Foundation.

%files
%{_bindir}/*
%dir %{_datadir}/gmt-%{gmtversion}/share
%{_datadir}/gmt-%{gmtversion}/share/conf/gmt.conf
%{_datadir}/gmt-%{gmtversion}/share/conf/gmt_cpt.conf
%{_datadir}/gmt-%{gmtversion}/share/conf/gmt_custom_media.conf
%{_datadir}/gmt-%{gmtversion}/share/conf/gmt_custom_symbols.conf
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_drywet.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_cool.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_copper.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_nighttime.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_paired.cpt
%{_datadir}/gmt-%{gmtversion}/share/time/br.d
%{_datadir}/gmt-%{gmtversion}/share/time/cn1.d
%{_datadir}/gmt-%{gmtversion}/share/time/cn2.d
%{_datadir}/gmt-%{gmtversion}/share/time/de.d
%{_datadir}/gmt-%{gmtversion}/share/time/dk.d
%{_datadir}/gmt-%{gmtversion}/share/time/eh.d
%{_datadir}/gmt-%{gmtversion}/share/time/es.d
%{_datadir}/gmt-%{gmtversion}/share/time/fi.d
%{_datadir}/gmt-%{gmtversion}/share/time/fr.d
%{_datadir}/gmt-%{gmtversion}/share/time/gr.d
%{_datadir}/gmt-%{gmtversion}/share/time/hu.d
%{_datadir}/gmt-%{gmtversion}/share/time/ie.d
%{_datadir}/gmt-%{gmtversion}/share/time/il.d
%{_datadir}/gmt-%{gmtversion}/share/time/is.d
%{_datadir}/gmt-%{gmtversion}/share/time/it.d
%{_datadir}/gmt-%{gmtversion}/share/time/jp.d
%{_datadir}/gmt-%{gmtversion}/share/time/nl.d
%{_datadir}/gmt-%{gmtversion}/share/time/no.d
%{_datadir}/gmt-%{gmtversion}/share/time/pl.d
%{_datadir}/gmt-%{gmtversion}/share/time/pt.d
%{_datadir}/gmt-%{gmtversion}/share/time/ru.d
%{_datadir}/gmt-%{gmtversion}/share/time/se.d
%{_datadir}/gmt-%{gmtversion}/share/time/sg.d
%{_datadir}/gmt-%{gmtversion}/share/time/to.d
%{_datadir}/gmt-%{gmtversion}/share/time/tr.d
%{_datadir}/gmt-%{gmtversion}/share/time/uk.d
%{_datadir}/gmt-%{gmtversion}/share/time/us.d
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_gebco.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_globe.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_gray.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_haxby.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_hot.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_jet.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_no_green.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_ocean.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_polar.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_rainbow.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_red2green.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_relief.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_sealand.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_seis.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_split.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_topo.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_wysiwyg.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_cyclic.cpt
%{_datadir}/gmt-%{gmtversion}/share/cpt/GMT_panoply.cpt
%{_datadir}/gmt-%{gmtversion}/share/dbase
%{_datadir}/gmt-%{gmtversion}/share/mgg/carter.d
%{_datadir}/gmt-%{gmtversion}/share/mgg/gmtfile_paths
%dir %{_datadir}/gmt-%{gmtversion}/share/pslib
%{_datadir}/gmt-%{gmtversion}/share/pslib/PSL_text.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISO-8859-1.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISO-8859-10.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISO-8859-13.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISO-8859-14.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISO-8859-15.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISO-8859-2.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISO-8859-3.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISO-8859-4.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISO-8859-5.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISO-8859-6.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISO-8859-7.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISO-8859-8.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISO-8859-9.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISOLatin1+.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/ISOLatin1.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/PSL_label.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/PSL_prologue.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/PS_font_info.d
%{_datadir}/gmt-%{gmtversion}/share/pslib/Standard+.ps
%{_datadir}/gmt-%{gmtversion}/share/pslib/Standard.ps
%dir %{_datadir}/gmt-%{gmtversion}/share/pattern
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_01.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_02.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_03.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_04.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_05.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_06.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_07.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_08.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_09.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_10.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_11.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_12.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_13.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_14.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_15.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_16.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_17.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_18.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_19.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_20.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_21.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_22.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_23.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_24.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_25.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_26.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_27.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_28.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_29.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_30.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_31.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_32.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_33.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_34.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_35.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_36.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_37.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_38.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_39.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_40.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_41.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_42.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_43.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_44.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_45.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_46.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_47.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_48.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_49.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_50.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_51.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_52.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_53.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_54.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_55.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_56.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_57.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_58.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_59.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_60.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_61.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_62.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_63.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_64.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_65.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_66.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_67.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_68.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_69.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_70.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_71.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_72.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_73.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_74.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_75.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_76.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_77.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_78.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_79.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_80.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_81.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_82.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_83.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_84.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_85.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_86.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_87.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_88.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_89.ras
%{_datadir}/gmt-%{gmtversion}/share/pattern/ps_pattern_90.ras
%dir %{_datadir}/gmt-%{gmtversion}/share/x2sys
%{_datadir}/gmt-%{gmtversion}/share/x2sys/gmt.def
%{_datadir}/gmt-%{gmtversion}/share/x2sys/mgd77.def
%{_datadir}/gmt-%{gmtversion}/share/x2sys/xy.def
%{_datadir}/gmt-%{gmtversion}/share/x2sys/xyz.def
%{_datadir}/gmt-%{gmtversion}/share/x2sys/geo.def
%{_datadir}/gmt-%{gmtversion}/share/x2sys/geoz.def
%{_datadir}/gmt-%{gmtversion}/share/x2sys/mgd77+.def
%{_datadir}/gmt-%{gmtversion}/share/conf/gmtdefaults_SI
%{_datadir}/gmt-%{gmtversion}/share/conf/gmtdefaults_US
%{_datadir}/gmt-%{gmtversion}/share/mgd77
%dir %{_datadir}/gmt-%{gmtversion}/share/custom
%{_datadir}/gmt-%{gmtversion}/share/custom/*.def
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_mandir}/man5/*
%attr(0755, root, root) %{_sysconfdir}/profile.d/*


#----------------------------------------------------------------------------

%package coast
Summary:	GMT cartography data crude, low and intermediate resolution
Group:		Sciences/Geosciences
Requires:	%{name} >= %{requirever}
Version:	%{dataversion}
Epoch:		%{dataepoch}
BuildArch:	noarch

%description coast
GMT is a free, open source collection of mapping tools and cartography
GMT supports 25 common map projections plus linear, log, and power scaling,
and comes with support data such as coastlines, rivers, 
and political boundaries. This is crude,low and intermediate resolution 
data version.

%files coast
%dir %{_datadir}/gmt-%{gmtversion}/share/coast
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_border_c.cdf
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_GSHHS_c.cdf
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_river_c.cdf
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_border_l.cdf
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_GSHHS_l.cdf
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_river_l.cdf
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_border_i.cdf
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_GSHHS_i.cdf
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_river_i.cdf

#----------------------------------------------------------------------------

%package highdata
Summary:	GMT cartography data High-Resolution
Group:		Sciences/Geosciences
Requires:	%{name} >= %{requirever}
Version:	%{dataversion}
Epoch:		%{dataepoch}
BuildArch:	noarch

%description highdata
GMT is a free, open source collection of mapping tools and cartography
GMT supports 25 common map projections plus linear, log, and power scaling,
and comes with support data such as coastlines, rivers, 
and political boundaries. This is High resolution data version

%files highdata
%dir %{_datadir}/gmt-%{gmtversion}/share/coast
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_border_h.cdf
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_GSHHS_h.cdf
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_river_h.cdf

#----------------------------------------------------------------------------

%package fulldata
Summary:	GMT cartography data Full-Resolution (maximum)
Group:		Sciences/Geosciences
Requires:	%{name} >= %{requirever}
Version:	%{dataversion}
Epoch:		%{dataepoch}
BuildArch:	noarch

%description fulldata
GMT is a free, open source collection of mapping tools and cartography
GMT supports 25 common map projections plus linear, log, and power scaling,
and comes with support data such as coastlines, rivers, 
and political boundaries. This is maximum resolution data version

%files fulldata
%dir %{_datadir}/gmt-%{gmtversion}/share/coast
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_border_f.cdf
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_GSHHS_f.cdf
%{_datadir}/gmt-%{gmtversion}/share/coast/binned_river_f.cdf

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library from GMT
Group:		System/Libraries

%description -n %{libname}
This package contains library from GMT.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libmgg}
Summary:	Library from GMT
Group:		System/Libraries
Conflicts:	%{_lib}gmt4 < 4.5.9

%description -n %{libmgg}
This package contains library from GMT.

%files -n %{libmgg}
%{_libdir}/libgmt_mgg.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libgmtps}
Summary:	Library from GMT
Group:		System/Libraries
Conflicts:	%{_lib}gmt4 < 4.5.9

%description -n %{libgmtps}
This package contains library from GMT.

%files -n %{libgmtps}
%{_libdir}/libgmtps.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libmgd}
Summary:	Library from GMT
Group:		System/Libraries
Conflicts:	%{_lib}gmt4 < 4.5.9

%description -n %{libmgd}
This package contains library from GMT.

%files -n %{libmgd}
%{_libdir}/libmgd77.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libpsl}
Summary:	Library from GMT
Group:		System/Libraries
Conflicts:	%{_lib}gmt4 < 4.5.9

%description -n %{libpsl}
This package contains library from GMT.

%files -n %{libpsl}
%{_libdir}/libpsl.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libx2sys}
Summary:	Library from GMT
Group:		System/Libraries
Conflicts:	%{_lib}gmt4 < 4.5.9

%description -n %{libx2sys}
This package contains library from GMT.

%files -n %{libx2sys}
%{_libdir}/libx2sys.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Library from GMT
Group:		Development/Other
Requires:	%{libname} = %{gmtversion}-%{release}
Requires:	%{libmgg} = %{gmtversion}-%{release}
Requires:	%{libgmtps} = %{gmtversion}-%{release}
Requires:	%{libmgd} = %{gmtversion}-%{release}
Requires:	%{libpsl} = %{gmtversion}-%{release}
Requires:	%{libx2sys} = %{gmtversion}-%{release}
Provides:	lib%{name}-devel = %{gmtversion}-%{release}
Provides:	%{name}-devel = %{gmtversion}-%{release}

%description -n %{devname}
GMT is a free, open source collection of mapping tools and cartography
GMT supports 25 common map projections plus linear, log, and power scaling,
and comes with support data such as coastlines, rivers, 
and political boundaries. This is High resolution data version.

This package contains development files from gmt.

%files -n %{devname}
%{_libdir}/*.a
%{_includedir}/*.h
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n GMT%{gmtversion} -a 1
%patch0 -p1 -b .glibc
%patch1 -p1 -b .overflow
%patch2 -p0 -b .netcdf-flags

%build
# -fstack-protector make build failing
%define _ssp_cflags %{nil}

%configure2_5x \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--enable-shared \
	--enable-debug \
	--disable-mex \
	--disable-rpath \
	--datadir=%{_datadir}/%{name}-%{gmtversion}/share

# mex need matlab # TODO add a --with matlab
touch src/mex/.skip
make GMT_DEFAULT_PATH=%{_datadir}/gmt-%{gmtversion} CC_OPT="%{optflags} -fPIC"

%install
%makeinstall install
%makeinstall install-man
%makeinstall suppldir=%{buildroot}%{_datadir}/gmt-%{gmtversion}/shareinstall-suppl
%makeinstall datadir=%{buildroot}%{_datadir}/gmt-%{gmtversion}/share install-data

chmod 755 %{buildroot}%{_libdir}/*

mkdir -p %{buildroot}%{_sysconfdir}/profile.d/
cat > %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh <<EOF
GMTHOME=%{_datadir}/gmt-%{gmtversion}
export GMTHOME

EOF

cat > %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh <<EOF
setenv GMTHOME %{_datadir}/gmt-%{gmtversion}

EOF

rm -fr %{buildroot}%{_datadir}/doc/gmt-doc


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.5.9-10
+ Revision: 8a0dd8d
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1712 |14cr|gmtp-1.3.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple MTP Client
Name:		gmtp
Version:	1.3.7
Release:	1
License:	BSD
Group:		Sound
Url:		http://gmtp.sourceforge.net/
Source0:	http://download.sourceforge.net/gmtp/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(vorbisfile)

%description
Supports MTP devices including those with multiple storage devices (typically
mobile phones). Supports Drag'n'Drop interface for upload/download of files.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.gmtp.gschema.xml
%{_datadir}/pixmaps/gmtpicon.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Aug 22 2014 Rosa <rosa@abf.rosalinux.ru> 1.3.7-1
+ Revision: 024e28f
- Automatic import for version 1.3.7-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1713 |14cr|gmudix-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	gmudix
%define	version	1.0
%define	release 4	
%define	Summary	GMudix GTK mud client

Name:		%{name} 
Summary:	%{Summary}
Version:	%{version} 
Release:	%mkrel %{release} 
Source0:	%{name}-%{version}.tar.bz2
Patch0: 	%{name}-fix-str-fmt.diff
Patch1:     %{name}-fix-linking-problem.diff
URL:		http://dw.nl.eu.org/mudix.html
Group:		Games/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPLv2+
BuildRequires:	gtk+2-devel

%description
gMudix is a GTK mud client that supports ANSI colours.
Some of the features are aliases, macros, paths,
tab completion, timers and triggers.

%prep
%setup -q
%patch0 -p1 -b .str-fmt
%patch1 -p0

%build
aclocal
autoconf
automake -a
%configure	--bindir=%{_gamesbindir}
%make

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall_std}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=other_amusement
Categories=Game;RolePlaying;
Name=gMudix
Comment=%{Summary}
EOF

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean 
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root)
%doc TODO README AUTHORS ChangeLog
%{_gamesbindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0-4
+ Revision: 097e2e3
- Automatic import for version 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1714 |14cr|gmusicbrowser-1.1.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Gtk2::(.*)\\)'
%endif

Summary:	Jukebox for collections of music files
Name:		gmusicbrowser
Version:	1.1.12
Release:	2
Epoch:		1
License:	GPLv3+
Group:		Sound
URL:		http://gmusicbrowser.org
Source0:	http://gmusicbrowser.org/download/%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
Requires:	perl-Gtk2 >= 1.090
Requires:	perl-GStreamer >= 0.06
Requires:	gstreamer0.10-plugins-good
Requires:	gstreamer0.10-plugins-ugly
Requires:	gstreamer0.10-flac
Requires:	perl-Gtk2-TrayIcon
Requires:	perl-Gtk2-WebKit
Requires:	perl(GStreamer::Interfaces)
# Already found by the build process
#Requires:	perl(Net::DBus)
Requires:	vorbis-tools
Requires:	mpg123
Suggests:	gstreamer0.10-lame
BuildArch:	noarch

%description
An open-source jukebox for large collections of mp3/ogg/flac/mpc/ape files,
written in perl.


%prep
%setup -q


%install
%makeinstall_std

desktop-file-install \
  --add-category="GTK;Player" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

rm -rf %{buildroot}%{_docdir}/%{name}-%{version}
rm -rf %{buildroot}%{_menudir}

%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS README NEWS layout_doc.html
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_mandir}/man1/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.1.12-2
+ Revision: b5f0397
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1715 |14cr|gmysqlcc-0.3.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gmysqlcc
%define version 0.3.0
%define release 10

Name: 	 	%{name}
Summary: 	Graphically controls MySQL databases
Version: 	%{version}
Release: 	%{release}

Source:		http://ftp.thepozer.org/gmysqlcc/%{name}-%{version}.tar.gz
URL:		http://gmysqlcc.thepozer.net/
License:	GPL+
Group:		Databases
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	pkgconfig 
BuildRequires:	imagemagick 
BuildRequires:	gtk2-devel 
BuildRequires:	bison
BuildRequires:  mysql-common 
BuildRequires:  mysql-client 
BuildRequires:  mysql-devel
BuildRequires:	desktop-file-utils

%description
With gmysqlcc, you can :
    * manage your server list
    * execute all SQL queries you want
    * dump queries, tables, databases and servers

%prep
%setup -q

%build
%configure2_5x
%make
										
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
rm -fr $RPM_BUILD_ROOT/usr/doc/%name

# icons

install -m 644 -D data/%{name}-16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 644 -D data/%{name}-32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 644 -D data/%{name}-48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m 644 -D data/%{name}-64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png

# menu

perl -pi -e 's,gmysqlcc-32.png,%{name},g' %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="" \
  --remove-key="Encoding" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%update_icon_cache hicolor
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%clean_icon_cache hicolor
%endif

%files -f %{name}.lang
%defattr(-,root,root)
%doc ABOUT-NLS AUTHORS NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}-*.png
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-10
+ Revision: 21706a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1716 |14cr|gmyth-0.7.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Summary:	MythTV remote access libraries
Name:		gmyth
Version:	0.7.1
Release:	9
# COPYING file states GPL but all source indicates LGPL.
# http://sourceforge.net/tracker/index.php?func=detail&aid=1790620&group_id=177106&atid=879914
License:	LGPLv2+
Group:		System/Libraries
URL:		http://gmyth.sf.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		gmyth-0.7.1-linkage.patch
Patch1:		gmyth-0.7.1-curlheader.patch
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml-2.0)

%description
A library and utilities used by applications to access content provided by the
MythTV set-top box framework, such as Live TV broadcasts, TV recordings, or
TV listings.

%package -n %{libname}
Summary:	Library files for MythTV remote access
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n %{libname}
The GMyth library.

%package -n %{devname}
Summary:	Development libraries/headers for MythTV remote access
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development libraries and headers for the GMyth library.

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc AUTHORS
%{_bindir}/*

%files -n %{libname}
%{_libdir}/libgmyth.so.%{major}*

%files -n %{devname}
%{_includedir}/gmyth
%{_libdir}/libgmyth.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-9
+ Revision: 5f4a19b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1717 |14cr|gmyth-upnp-0.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Summary:	UPNP plugin for gmyth
Name:		gmyth-upnp
Version:	0.7.1
Release:	3
# COPYING file states GPL but all source indicates LGPL.
# http://sourceforge.net/tracker/index.php?func=detail&aid=1790620&group_id=177106&atid=879914
License:	LGPLv2+
Group:		System/Libraries
URL:		http://gmyth.sf.net
Source0:	http://download.sourceforge.net/gmyth/%{name}-%{version}.tar.gz
Patch0:		gmyth-upnp-0.7.1-fix-dso-linkage.patch
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmyth)
BuildRequires:	pkgconfig(libupnp)

%description
GMyth is a library used by applications to access content provided by the
MythTV set-top box framework, such as Live TV broadcasts, TV recordings, or
TV listings.

This package provides a plugin for autodetecting Myth backends via UPNP

%package -n %{libname}
Summary:	Library files for MythTV backend detection via UPNP
Group:		System/Libraries

%description -n %{libname}
A plugin for libgmyth to autodetect Myth backends via UPNP

%package -n %{devname}
Summary:	Development libraries for GMyth-UPNP
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development libraries and headers for the GMyth-UPNP library.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
rm -f %{buildroot}/%{_bindir}/test

%files -n %{libname}
%{_libdir}/libgmythupnp.so.%{major}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libgmythupnp.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-3
+ Revision: 353c5b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1718 |14cr|gnaural-1.0.20110606-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gnaural
Version:	1.0.20110606
Release:	3
Summary:	A multi-platform programmable binaural-beat generator
Group:		Sound
License:	GPLv2+
URL:		http://gnaural.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		gnaural-1.0.20110215-icon.patch
Patch1:		gnaural-1.0.20110215-xdg-menu.patch
BuildRequires:	gtk2-devel
BuildRequires:  pkgconfig(libglade-2.0)
BuildRequires:  sndfile-devel
BuildRequires:  portaudio-devel
BuildRequires:	desktop-file-utils gettext-devel
Requires:	hicolor-icon-theme

%description
Gnaural is a multi-platform programmable binaural-beat generator. It
is actually brainwave entrainment software for creating binaural beats
intended to be used as personal brainwave synchronization software,
for scientific research, or by professionals. Gnaural allows for the
creation of binaural beat tracks specifying different frequencies and
exporting tracks into different audio formats. Gnaural runnings can
also be linked over the internet, allowing synchronous sessions
between many users.

%prep
%setup -q
%patch0 -p1 -b .icon~
%patch1 -p1 -b .xdg~

%build
# please keep it verbose. Sflo
autoreconf -fiv
%configure
%make

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/%{name}.glade
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm
%{_iconsdir}/hicolor/48x48/apps/%{name}.png



%changelog
* Sat Aug 09 2014 abfonly <abfonly@gmail.com> 1.0.20110606-3
+ Revision: e44377c
- Updated gnaural.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1719 |14cr|gngb-0.20060309-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta 20060309

Summary:	Color Gameboy emulator
Name:		gngb
Version:	0.%{beta}
Release:	5
License:	GPLv2+
Group:		Emulators
Url:		http://m.peponas.free.fr/gngb/
Source0:	http://m.peponas.free.fr/gngb/download/%{name}-%{beta}.tar.bz2
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)

%description
Gngb is a Color Gameboy emulator for Linux written in C with the SDL.
It support most of Gameboy and Color Gameboy games.

%files
%doc AUTHORS COPYING ChangeLog README TODO sample_gngbrc
%attr(0755,root,games) %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{beta}

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20060309-5
+ Revision: b15ec06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1720 |14cr|gngeo-0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gngeo
%define longname GnGeo
%define version 0.8
%define release 2

Summary: %{longname} - Neo Geo Emulator
Summary(fr): %{longname} - Emulateur Neo Geo
Name: %{name}
Version: %{version}
Release: %{release}
BuildRequires: SDL-devel 
BuildRequires: SDL_image-devel 
BuildRequires: nasm 
BuildRequires: zlib-devel
%if %mdkversion >= 200700
BuildRequires: mesaglu-devel
%else
BuildRequires: MesaGLU-devel
%endif

Source0: http://m.peponas.free.fr/gngeo/download/%{name}-%{version}.tar.bz2
Patch0: gngeo-mkstate.patch
Group: Emulators
License: GPLv2
URL: http://m.peponas.free.fr/gngeo/
BuildRoot: %{_tmppath}/%{name}-build

%description
GnGeo is a NeoGeo emulator for Linux (and maybe some other UNIX).
It needs NeoGeo Bios and roms that you must of course own to play with.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0

%build
%configure2_5x \
%ifarch %{ix86}
	--enable-i386asm
%else
	--disable-i386asm
%endif

make -j1

%install
rm -rf %{buildroot}
%makeinstall_std

%files
%defattr(-,root,root)
%doc AUTHORS COPYING INSTALL NEWS README sample_gngeorc
%attr(0755,root,games) %{_bindir}/%{name}
%dir %attr(0755,root,games) %{_datadir}/%{name}
%{_mandir}/man1/gngeo.1.*
%{_datadir}/%{name}/gngeo_data.zip

%clean
rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-2
+ Revision: 8584a3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1721 |14cr|gnochm-0.9.11-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A chm file viewer for gnome
Name:		gnochm
Version:	0.9.11
Release:	10
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://gnochm.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/gnochm/%{name}-%{version}.tar.bz2
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}.png
Patch0:		gnochm-makefile.patch
Patch1:		gnochm.py.in.patch
Patch2:		gnochm-desktop.patch
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	scrollkeeper
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gconf-2.0)
Requires:	pygtk2.0-libglade
Requires:	gnome-python
Requires:	gnome-python-bonobo
Requires:	gnome-python-gconf
Requires:	gnome-python-gnomevfs
Requires:	gnome-python-gtkhtml2
Requires:	python-chm
BuildArch:	noarch

%description
A CHM file viewer for Gnome. Features are:

  * Full text search
  * Bookmarks
  * Support for external ms-its links
  * Configurable support for http links
  * Internationalisation

%files -f %{name}.lang
%doc ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README
%config(noreplace) %{_sysconfdir}/gconf/schemas/gnochm.schemas
%{_bindir}/gnochm
%dir %{_datadir}/gnochm/
%dir %{_datadir}/gnochm/glade/
%{_datadir}/gnochm/glade/*.glade
%{_datadir}/pixmaps/*
%{_datadir}/applications/*
%{_datadir}/mime-info/gnochm.*
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/application-registry/gnochm.*
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png

%preun
%preun_uninstall_gconf_schemas gnochm

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .makefile
%patch1 -p0 -b .makefile
%patch2 -p0 -b .desktop

%build
NOCONFIGURE=yes gnome-autogen.sh
%configure2_5x

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

# icon
mkdir -p %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_miconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE2} %{buildroot}%{_liconsdir}/%{name}.png
install -m 644 %{SOURCE3} %{buildroot}%{_iconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.11-10
+ Revision: f58da65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1722 |14cr|gnofract4d-3.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnofract4d
Version:        3.14
Release:        2
Group:          Graphics
License:        BSD
Summary:        Gnofract 4D: Superior Fractal Software
Source:         %{name}-%{version}.tar.gz
Patch0:		gnofract4d-3.13-fix_desktop_file.patch
Patch1:		gnofract4d-3.13-fix_libdl.patch
URL:            http://%{name}.sourceforge.net/
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:  python-devel
BuildRequires:  glibc-devel

%description
Gnofract 4D is a free, open source program which allows anyone to
create beautiful images called fractals. The images are automatically
created by the computer based on mathematical principles.
These include the Mandelbrot and Julia sets and many more.
You don't need to do any math: you can explore a universe of images
just using a mouse.

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
python setup.py build

%install
%__rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

#duplicate docs
rm -rf %{buildroot}%{_docdir}/%{name}

#fix rights
chmod 644 %{buildroot}%{_datadir}/%{name}/maps/royal.map

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}
%{_datadir}/pixmaps/%{name}-logo.png
%{_datadir}/mime/packages/%{name}-mime.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/gnome/help/%{name}
%{python_sitearch}/fract4d
%{python_sitearch}/fract4dgui
%{python_sitearch}/fractutils
%{python_sitearch}/%{name}-%{version}-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.14-2
+ Revision: ad2571f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1723 |14cr|gnoise-0.1.15-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK-based wave file editor
Version:	0.1.15
Name:		gnoise
Release:	14
License:	GPLv2+
Group:		Sound
Url:		http://sourceforge.net/projects/gnoise/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		gnoise-0.1.15-fix-desktop.patch
BuildRequires:	pkgconfig(gtk+)
BuildRequires:	desktop-file-utils

%description
GNoise is a GTK-based wave file editor for Linux capable of handling large
files. A peaks display cache provides a fast, double-buffered display.

%files
%doc README COPYING TODO ChangeLog
%{_bindir}/*
%{_datadir}/pixmaps/gnoise.png
%{_datadir}/applications/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
find . -name "Makefile*" -o -name "*.m4" |xargs sed -i -e 's,configure.in,configure.ac,g'
find . -name "configure*" -o -name "missing" |xargs sed -i -e 's,configure.in,configure.ac,g'

%build
export FORCE_AUTOCONF_2_5=1
aclocal
automake -a -c
autoconf

%configure2_5x --disable-gnome
make

%install
%makeinstall_std

desktop-file-install --vendor='' --delete-original \
	--dir=%{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/gnome/apps/Multimedia/gnoise.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.15-14
+ Revision: e51eef6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1724 |14cr|gnomad2-2.9.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Nomad Jukebox manager
Name:		gnomad2
Version:	2.9.6
Release:	3
License:	GPLv2+
Group:		Sound
URL:		http://gnomad2.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
Patch0:		%{name}-0.9.4-fix-str-fmt.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	imagemagick
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libnjb)
BuildRequires:	pkgconfig(taglib)

%description
Gnomad 2 is a GUI built on top of GTK/GNOME 2, libid3tag and libnjb
that makes it possible to transfer tracks and files from/to a
Creative Nomad Jukebox (all brands). It is designed much like
an ordinary graphical FTP program.

%prep
%setup -q
%patch0

%build
%configure2_5x
%make

%install
%makeinstall_std

install -d %{buildroot}{%{_miconsdir},%{_liconsdir},%{_menudir}}
convert -size 16x16 %{name}-logo.png %{buildroot}%{_miconsdir}/%{name}-logo.png
convert -size 32x32 %{name}-logo.png %{buildroot}%{_iconsdir}/%{name}-logo.png
convert -size 48x48 %{name}-logo.png %{buildroot}%{_liconsdir}/%{name}-logo.png

perl -pi -e 's,%{name}-logo.png,%{name}-logo,g' %{buildroot}%{_datadir}/applications/*

%find_lang %{name}

desktop-file-install --vendor="" \
    --remove-category="Application" \
    --add-category="AudioVideo;Audio" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%files -f %{name}.lang
%defattr(755,root,root,755)
%{_bindir}/%{name}
%defattr(644,root,root,755)
%{_mandir}/man1/%{name}.1*
%{_datadir}/application-registry/%{name}.applications
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}-logo.png
%{_miconsdir}/%{name}-logo.png
%{_iconsdir}/%{name}-logo.png
%{_liconsdir}/%{name}-logo.png
%doc AUTHORS NEWS ChangeLog README TODO


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.6-3
+ Revision: 4c4ab7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1725 |14cr|gnome-activity-journal-0.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gnome-activity-journal
%define version 0.8.0
%define release 3

Summary: GUI to browse and search your Zeitgeist activities
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://launchpad.net/%name/0.8/%version/+download/%name-%version.tar.gz
Patch0: gnome-activity-journal-fix-histogram-issue.patch
License: GPLv3+
Group: Graphical desktop/GNOME
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python-distutils-extra
BuildRequires: python-setuptools
BuildRequires: intltool
Url: https://launchpad.net/gnome-activity-journal
Requires: zeitgeist >= 0.3.1
Requires: gnome-python
Requires: gnome-python-gconf
Requires: libbonobo
Requires: gnome-python-gnomevfs

%description

GNOME Activity Journal is a tool for easily browsing and finding files on 
your computer. It shows a chronological journal of all file activity and 
supports full-text search through Tracker.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1

%build
python setup.py build

%install
rm -rf %buildroot %name.lang
python setup.py install --root=$RPM_BUILD_ROOT
%find_lang %name
mkdir -p %buildroot%_sysconfdir
mv %buildroot%_datadir/gconf %buildroot%_sysconfdir

%clean
rm -rf $RPM_BUILD_ROOT

%preun
%preun_uninstall_gconf_schemas %name

%files -f %name.lang
%defattr(-,root,root)
%doc README AUTHORS
%_sysconfdir/gconf/schemas/%name.schemas
%_bindir/%name
%py_puresitedir/*.egg-info
%_datadir/applications/%name.desktop
%_datadir/%name
%_datadir/icons/hicolor/*/*/*
%_mandir/man1/%name.1*
%_datadir/pixmaps/%name.xpm
%_datadir/zeitgeist/_zeitgeist/engine/extensions/gnome_activity_journal.py



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-3
+ Revision: ae0c113
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1726 |14cr|gnome-alsamixer-0.9.7-0.205.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	gnome-alsamixer
%define version 0.9.7
# Many other major distros are also using SVN snapshots (inc. Debian).
# It includes useful updates and apparently no regressions from 0.9.6.
# - AdamW 2007/06
%define svn	205
%if %svn
%define release %mkrel 0.%svn.5
%else
%define release 5
%endif
%define schemas %name

Name:		%{name}
Summary:	ALSA mixer (volume control) for GNOME
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Sound 
URL:		http://www.paw.co.za/projects/gnome-alsamixer/
%if %svn
Source0:	%{name}-%{svn}.tar.bz2
%else
Source0:	ftp://ftp.paw.co.za/pub/PAW/sources/%{name}-%{version}.tar.bz2
%endif
Source11:	%{name}-16.png
Source12:	%{name}-32.png
Source13:	%{name}-48.png
Patch0:	gnome-alsamixer-0.9.6-deprecation.patch
# From ALT Linux: introduce the gconf schema, which is missing 
# upstream, and correct the paths to it - AdamW 2007/06
Patch1:	change_gconf-keys_path.diff
Patch2:	gnome-alsamixer.schemas.diff
BuildRequires:	alsa-oss-devel >= 0.9.0 pkgconfig(libgnomeui-2.0)
%if %svn
BuildRequires:	autoconf
%else
BuildRequires:	automake1.4
%endif

%description
A sound mixer (volume control) for ALSA, built for the GNOME desktop
environment.

%prep
%if %svn
%setup -q -n %{name}
%else
%setup -q
%endif
%patch0 -p1 -b .deprecated
%patch1 -p1 -b .gconf_keys
%patch2 -p1 -b .schema

%build
%if %svn
./autogen.sh
%else
automake-1.4
%endif
export CPPFLAGS=-I%_includedir/alsa
%configure2_5x --disable-schemas-install
%make LIBS="-lm"

%install
%makeinstall_std

# Menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=GNOME ALSA mixer
Comment=GNOME ALSA mixer (volume control)
Exec=%{name}
Icon=%name
Terminal=false
Type=Application
StartupNotify=true
Categories=Audio;Mixer;GTK;GNOME;
EOF

# icon
install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%{find_lang} %{name}


%preun
%preun_uninstall_gconf_schemas %{schemas}

%files -f %name.lang
%doc COPYING ChangeLog AUTHORS INSTALL 
%{_bindir}/%{name}
%{_sysconfdir}/gconf/schemas/%name.schemas
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/pixmaps/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.7-0.205.5
+ Revision: 3a8bb3b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1727 |14cr|gnomecatalog-0.3.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gnomecatalog
%define version 0.3.4.2
%define release 4

Summary: CD-ROM catalog for GNOME
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Archiving/Other
Url: http://gnomecatalog.sf.net
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: python-devel
BuildRequires: imagemagick
BuildRequires: desktop-file-utils
BuildArch: noarch
Requires: pyvorbis
Requires: python-kaa-metadata
Requires: pygtk2.0 pygtk2.0-libglade gnome-python-gconf
Requires: gnome-python gnome-python-gnomevfs
Requires: gnome-python-gtkhtml2 python-sqlite2

Requires(post): desktop-file-utils, shared-mime-info
Requires(postun): desktop-file-utils, shared-mime-info

%description
CD-ROM catalog for GNOME.

%prep
%setup -q

%build
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root %buildroot
%find_lang %name
rm -rf %buildroot%_prefix/lib/mime 

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-System-Archiving-Other" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*


mkdir -p $RPM_BUILD_ROOT/%{_miconsdir}
mkdir -p $RPM_BUILD_ROOT/%{_liconsdir}
convert -scale 32 share/pixmaps/gcatalog.png %buildroot%_iconsdir/%name.png
convert -scale 16 share/pixmaps/gcatalog.png %buildroot%_miconsdir/%name.png
install share/pixmaps/gcatalog.png %buildroot%_liconsdir/%name.png

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%update_mime_database
%update_desktop_database
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%clean_mime_database
%clean_desktop_database
%clean_icon_cache hicolor
%endif

%files -f %name.lang
%defattr(-,root,root)
%doc README
%_bindir/%name
%_mandir/man1/*.1*
%_datadir/%name
%_datadir/application-registry/*
%_datadir/applications/*
%_datadir/mime-info/*
%_datadir/mime/packages/*
%_datadir/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-gcatalog.png
%py_puresitedir/*
%_liconsdir/%name.png
%_iconsdir/%name.png
%_miconsdir/%name.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.4.2-4
+ Revision: d5a6328
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1728 |14cr|gnome-chemistry-utils-0.14.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.14
%define major 0
%define libname %mklibname gcu %{api} %{major}
%define libgchempaint %mklibname gchempaint %{api} %{major}
%define libgcrystal %mklibname gcrystal %{api} %{major}

Summary:	Backend for Gnome chemistry applications
Name:		gnome-chemistry-utils
Version:	0.14.5
Release:	2
License:	LGPLv2+
Group:		Sciences/Chemistry
Url:		http://www.nongnu.org/gchemutils/
Source0:	http://download.savannah.nongnu.org/releases/gchemutils/%{api}/%{name}-%{version}.tar.xz
BuildRequires:	bodr
BuildRequires:	chemical-mime-data
BuildRequires:	chrpath
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libgoffice-0.10)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(openbabel-2.0)
# Also can be built with gnumeric but we don't do it for now
Provides:	gcu = %{EVRD}
Provides:	gchemutils = %{EVRD}
Obsoletes:	gcu < %{EVRD}
Obsoletes:	gchemutils < %{EVRD}
# fwang: the main package comes meta package since 0.10
Requires:	gchem3d = %{EVRD}
Requires:	gchemcalc = %{EVRD}
Requires:	gchempaint = %{EVRD}
Requires:	gchemtable = %{EVRD}
Requires:	gcrystal = %{EVRD}
Requires:	gspectrum = %{EVRD}

%description
The Gnome Chemistry Utils provide C++ classes and GTK2 widgets related to
chemistry. They are currently used in Gnome Crystal (gcrystal) and Gnome
Chemistry Paint (gchempaint).

%files
%doc README ChangeLog NEWS AUTHORS

#--------------------------------------------------------------------

%package common
Summary:	Common files shared by different components of %{name}
Group:		Sciences/Chemistry
Conflicts:	%{name} < %{version}
Requires:	chemical-mime-data
Requires:	bodr

%description common
The Gnome Chemistry Utils provide C++ classes and GTK2 widgets related to
chemistry.  They are currently used in Gnome Crystal (gcrystal) and Gnome
Chemistry Paint (gchempaint).

This package contains the common files ahred by different components of
%{name}.

%preun common
%preun_uninstall_gconf_schemas gchemutils

%files common -f gchemutils-%{api}.lang
%{_datadir}/glib-2.0/schemas/org.gnome.gchemutils.gschema.xml
%dir %{_libdir}/gchemutils
%dir %{_libdir}/gchemutils/%{api}
%dir %{_libdir}/gchemutils/%{api}/plugins
%{_libdir}/gchemutils/%{api}/plugins/cdx
%{_libdir}/gchemutils/%{api}/plugins/cdxml
%{_libdir}/gchemutils/%{api}/plugins/cif
%{_libdir}/gchemutils/%{api}/plugins/cml
%{_libdir}/gchemutils/%{api}/plugins/nuts
%dir %{_datadir}/gchemutils
%dir %{_datadir}/gchemutils/%{api}
%{_datadir}/gchemutils/%{api}/*.xml
%dir %{_datadir}/gchemutils/%{api}/pixmaps
%dir %{_datadir}/gchemutils/%{api}/ui
%{_datadir}/gchemutils/%{api}/ui/libgcu
%{_datadir}/mime/packages/*.xml
%{_libdir}/babelserver

#--------------------------------------------------------------------

%package -n %{libname}
Summary:	Main libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
The Gnome Chemistry Utils provide C++ classes and GTK2 widgets related to
chemistry. They are currently used in Gnome Crystal (gcrystal) and Gnome
Chemistry Paint (gchempaint).

This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libgcu-%{api}.so.%{major}*
%{_libdir}/libgcugtk-%{api}.so.%{major}*

#--------------------------------------------------------------------

%package -n %{libgchempaint}
Summary:	Libraries for gchempaint
Group:		System/Libraries

%description -n %{libgchempaint}
The Gnome Chemistry Utils provide C++ classes and GTK2 widgets related to
chemistry. They are currently used in Gnome Crystal (gcrystal) and Gnome
Chemistry Paint (gchempaint).

This package contains the library needed to run programs dynamically
linked with gchempaint.

%files -n %{libgchempaint}
%{_libdir}/libgcp-%{api}.so.%{major}*
%{_libdir}/libgccv-%{api}.so.%{major}*

#--------------------------------------------------------------------

%package -n %{libgcrystal}
Summary:	Libraries for gchempaint
Group:		System/Libraries

%description -n %{libgcrystal}
The Gnome Chemistry Utils provide C++ classes and GTK2 widgets related to
chemistry. They are currently used in Gnome Crystal (gcrystal) and Gnome
Chemistry Paint (gchempaint).

This package contains the library needed to run programs dynamically
linked with gcrystal.

%files -n %{libgcrystal}
%{_libdir}/libgcrystal-%{api}.so.%{major}*

#--------------------------------------------------------------------

%package -n gchempaint
Summary:	GNOME 2D chemical structure drawing tool
Group:		Sciences/Chemistry
Requires:	%{name}-common = %{EVRD}
Suggests:	%{name}-goffice = %{EVRD}
Conflicts:	%{name}-common < 0.10.1-2

%description -n gchempaint
GChemPaint is a 2D chemical structures editor for the Gnome-2 desktop.
GChemPaint is a multi-document application and will be a bonobo server so
that some chemistry could be embedded in Gnome applications such as
Gnumeric and Abiword.

%preun -n gchempaint
%preun_uninstall_gconf_schemas gchempaint gchempaint-arrows

%files -n gchempaint
%{_datadir}/glib-2.0/schemas/org.gnome.gchemutils.paint.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gchemutils.paint.plugins.arrows.gschema.xml
%{_bindir}/gchempaint*
%{_libdir}/gchemutils/%{api}/plugins/paint
%{_datadir}/applications/gchempaint*.desktop
%{_datadir}/gchemutils/%{api}/paint
%{_datadir}/gchemutils/%{api}/pixmaps/gchempaint_logo.*
%{_datadir}/gchemutils/%{api}/ui/paint
%{_datadir}/gnome/help/gchempaint-%{api}
%{_iconsdir}/hicolor/*/apps/gchempaint.*
%{_iconsdir}/hicolor/*/mimetypes/application-x-gchempaint.*
%{_mandir}/man1/gchempaint*
%{_datadir}/omf/gchempaint-%{api}/gchempaint-%{api}-C.omf

#--------------------------------------------------------------------

%package -n gchem3d
Summary:	Molecules Viewer
Group:		Sciences/Chemistry
Requires:	%{name}-common = %{EVRD}
Conflicts:	%{name} < %{version}

%description -n gchem3d
GChem3Viewer is a 3D molecular structure viewer.

%files -n gchem3d
%{_bindir}/gchem3d*
%{_datadir}/applications/gchem3d*.desktop
%{_datadir}/gnome/help/gchem3d-%{api}
%{_iconsdir}/hicolor/*/apps/gchem3d.*
%{_mandir}/man1/gchem3d*
%{_datadir}/omf/gchem3d-%{api}/gchem3d-%{api}-C.omf

#--------------------------------------------------------------------

%package -n gchemcalc
Summary:	Chemical calculator
Group:		Sciences/Chemistry
Requires:	%{name}-common = %{EVRD}
Conflicts:	%{name} < %{version}

%description -n gchemcalc
GChemCalc is a Chemical calculator.

%files -n gchemcalc
%{_bindir}/gchemcalc*
%{_datadir}/applications/gchemcalc*.desktop
%{_datadir}/gchemutils/%{api}/ui/calc
%{_datadir}/gnome/help/gchemcalc-%{api}
%{_iconsdir}/hicolor/*/apps/gchemcalc.*
%{_mandir}/man1/gchemcalc*
%{_datadir}/omf/gchemcalc-%{api}/gchemcalc-%{api}-C.omf

#--------------------------------------------------------------------

%package -n gchemtable
Summary:	Periodic table
Group:		Sciences/Chemistry
Requires:	%{name}-common = %{EVRD}
Conflicts:	%{name} < %{version}

%description -n gchemtable
GChemTable is a periodic table of the elements application.

%files -n gchemtable
%{_bindir}/gchemtable*
%{_datadir}/applications/gchemtable*.desktop
%{_datadir}/gnome/help/gchemtable-%{api}
%{_datadir}/gchemutils/%{api}/ui/table
%{_iconsdir}/hicolor/*/apps/gchemtable.*
%{_mandir}/man1/gchemtable*
%{_datadir}/omf/gchemtable-%{api}/gchemtable-%{api}-C.omf

#--------------------------------------------------------------------

%package -n gcrystal
Summary:	Crystal structure viewer
Group:		Sciences/Chemistry
Requires:	%{name}-common = %{EVRD}
Conflicts:	%{name} < %{version}

%description -n gcrystal
GCrystal is a Crystal structure viewer.

%preun -n gcrystal
%preun_uninstall_gconf_schemas gcrystal

%files -n gcrystal
%{_datadir}/glib-2.0/schemas/org.gnome.gchemutils.crystal.gschema.xml
%{_bindir}/gcrystal*
%{_datadir}/gchemutils/%{api}/pixmaps/gcrystal_logo.png
%{_datadir}/gchemutils/%{api}/ui/crystal
%{_datadir}/applications/gcrystal*.desktop
%{_datadir}/gnome/help/gcrystal-%{api}
%{_iconsdir}/hicolor/*/apps/gcrystal.*
%{_iconsdir}/hicolor/*/mimetypes/application-x-gcrystal.*
%{_mandir}/man1/gcrystal*
%{_datadir}/omf/gcrystal-%{api}/gcrystal-%{api}-C.omf

#--------------------------------------------------------------------

%package -n gspectrum
Summary:	Spectrum viewer
Group:		Sciences/Chemistry
Requires:	%{name}-common = %{EVRD}
Conflicts:	%{name} < %{version}

%description -n gspectrum
GSpectrum is a Spectrum viewer.

%files -n gspectrum
%{_bindir}/gspectrum*
%{_datadir}/applications/gspectrum*.desktop
%{_datadir}/gnome/help/gspectrum-%{api}
%{_iconsdir}/hicolor/*/apps/gspectrum.*
%{_mandir}/man1/gspectrum*
%{_datadir}/omf/gspectrum-%{api}/gspectrum-%{api}-C.omf

#--------------------------------------------------------------------

%package goffice
Summary:	GOffice plugin for gchemutils
Group:		Sciences/Chemistry
Requires:	gchempaint = %{EVRD}
Requires:	goffice

%description goffice
GOffice plugin for gchemutils.

%files goffice
%{_libdir}/goffice/*/plugins/gchemutils

#--------------------------------------------------------------------

%package	devel
Summary:	Development related files of %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Requires:	%{libgchempaint} = %{EVRD}
Requires:	%{libgcrystal} = %{EVRD}
Provides:	gcu-devel = %{EVRD}
Provides:	gchemutils-devel = %{EVRD}
Provides:	gchempaint-devel = %{EVRD}
Obsoletes:	%{_lib}gcu-devel < %{version}
Obsoletes:	gchempaint-devel < %{version}

%description	devel
The Gnome Chemistry Utils provide C++ classes and GTK2 widgets related to
chemistry.  They are currently used in Gnome Crystal (gcrystal) and Gnome
Chemistry Paint (gchempaint).

This package includes the header files and static libraries necessary for
developing chemistry related programs using %{name}.

%files devel
%doc docs/reference
%{_libdir}/*.so

#--------------------------------------------------------------------

%prep
%setup -q

%build
%define Werror_cflags %{nil}
export CXXFLAGS="%{optflags} -fpermissive"
%configure2_5x \
	--enable-static=no --disable-update-databases \
	--disable-mozilla-plugin --disable-schemas-install \
	--disable-scrollkeeper --without-kde-mime-dir
%make

%install
%makeinstall_std HTMLDIR=`pwd`/reference/html

#kill intrusive docs
rm -rf %{buildroot}%{_docdir}/gchemutils

#kill rpaths
chrpath --delete  %{buildroot}%{_bindir}/*
chrpath --delete  %{buildroot}%{_libdir}/goffice/*/plugins/gchemutils/gchemutils.so
chrpath --delete  %{buildroot}%{_libdir}/*.so.*

%find_lang gchemutils-%{api}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.14.5-2
+ Revision: 43d78be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1729 |14cr|gnome-color-chooser-0.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gnome-color-chooser
Summary:	Customize the appearance of the GNOME desktop
Version: 	0.2.5
Release:	3
License: 	GPLv3+
Group:		Graphical desktop/GNOME
Source0:	%{name}/%{name}-%{version}.tar.bz2
Patch:		gnome-color-chooser-0.2.5-desktop-entry.patch
URL: 		http://sourceforge.net/projects/gnomecc
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:  libgnomeuimm2.6-devel
BuildRequires:  intltool


%description
An application for customizing the appearance of the GNOME(/GTK+) desktop.
Features: change colors and sizes of GTK widgets, colorize desktop
icons, configure your gtk engines and let your current theme be
drawn by whatever gtk engine you want, etc.


%prep

%setup -q
%patch -p1

%build

%configure2_5x
%make

%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT

%makeinstall_std

%find_lang %name


%clean
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-, root, root)
%doc README THANKS NEWS AUTHORS
%_bindir/%name
%_datadir/applications/%name.desktop
%dir %_datadir/%name/
%_datadir/%name/glade/%name.glade
%_datadir/%name/profiles/compact.xml
%_datadir/%name/%name.xml
%_datadir/man/man1/%name.1*
%_datadir/pixmaps/%name.svg




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.5-3
+ Revision: 617e1c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1730 |14cr|gnome-commander-1.2.8.17-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	A Gnome filemanager similar to the Norton Commander(TM) 
Name:		gnome-commander
Version:	1.2.8.17
Release:	4
License:	GPLv2+
Group:		File tools
Url:		http://www.freesoftware.fsf.org/gcmd/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
Patch0:		gnome-commander-1.2.8.17-sfmt.patch
BuildRequires:	desktop-file-utils
BuildRequires:	flex
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	libxslt-proc
BuildRequires:	libchm-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(poppler)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(taglib)
Requires:	gnome-vfs2

%description
Gnome Commander is a filemanager that just like the classical Norton
commander (TM) lets you do everything with the keyboard. It can
perform all standard file operations and some extra features like ftp
support.

%files -f %{name}.lang
%doc README TODO COPYING ChangeLog
%{_bindir}/gnome-commander
%{_bindir}/gcmd-block
%{_libdir}/gnome-commander/
%{_datadir}/pixmaps/*
%{_datadir}/applications/gnome-commander.desktop
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--disable-scrollkeeper \
	--disable-shared
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

rm -f %{buildroot}%{_libdir}/gnome-commander/*.a
rm -f %{buildroot}%{_libdir}/gnome-commander/plugins/*.a

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="X-MandrivaLinux-System-FileTools" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.8.17-4
+ Revision: 4cb27cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1731 |14cr|gnome-devel-docs-3.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:		GNOME Developer Documentation
Name:			gnome-devel-docs
Version:		3.8.1
Release:		2
License:		GFDL
Source0:		http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Group:			Books/Other
Url:			http://developer.gnome.org/
BuildArch:		noarch
BuildRequires:		scrollkeeper itstool
BuildRequires:		pkgconfig
BuildRequires:		gnome-doc-utils >= 0.5.6
BuildRequires:		gnome-doc-utils-devel
Requires(post):		scrollkeeper >= 0.3
Requires(postun):	scrollkeeper >= 0.3

%description
This package contains the GNOME Handbook, the GNOME Documentation Style Guide
and an Overview of the GNOME Platform.

%prep
%setup -q

%build
%configure2_5x
#gw broken in 2.28.1
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome --all-name
rm -rf %buildroot/var/lib/scrollkeeper

%files -f %{name}.lang
%doc NEWS  README AUTHORS

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.8.1-2
+ Revision: d52c6ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1732 |14cr|gnome-dvb-daemon-0.2.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: DVB Daemon for GNOME
Name: gnome-dvb-daemon
Version: 0.2.9
Release: 2
License: GPLv3
Group: Video
URL: http://live.gnome.org/DVBDaemon
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-dvb-daemon/%{name}-%{version}.tar.xz

BuildRequires: gstreamer0.10-plugins-bad
BuildRequires: gstreamer0.10-plugins-good
BuildRequires: gstreamer0.10-tools
BuildRequires: intltool
BuildRequires: python-dbus
BuildRequires: python-gi
BuildRequires: vala
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gee-1.0)
BuildRequires: pkgconfig(gstreamer-0.10)
BuildRequires: pkgconfig(gst-rtsp-server-0.10)
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(pygobject-3.0)
BuildRequires: pkgconfig(python)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: gstreamer0.10-python

Requires: python-dbus
Requires: gstreamer0.10-plugins-good
Requires: gstreamer0.10-plugins-bad >= 0.10.9
Requires: dvb-apps
Requires: gstreamer0.10-python

%description
DVB Daemon is a daemon written in Vala to setup your DVB devices, 
record TV shows and browse EPG. It can be controlled via its D-Bus interface.

%prep
%setup -q
%apply_patches

%build
%configure2_5x  \
	--enable-totem-plugin \
	--with-totem-plugin-dir=%{_libdir}/totem/plugins

%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/*
%{py_puresitedir}/gnomedvb
%{_datadir}/dbus-1/services/*.service
%{_libdir}/totem/plugins/dvb-daemon
%{_datadir}/applications/*.desktop
%{_iconsdir}/*/*/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.9-2
+ Revision: 7601aa4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1733 |14cr|gnome-icon-theme-extras-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: GNOME default extra icons
Name: gnome-icon-theme-extras
Version: 3.12.0
Release: 2
License: CC-BY-SA
Group: Graphical desktop/GNOME
URL: http://www.gnome.org/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz
BuildRequires: icon-naming-utils >= 0.8.1
BuildRequires: git-core
#BuildRequires: inkscape
BuildArch: noarch
Requires: gnome-icon-theme
Requires(post): gtk+2.0
Requires(postun): gtk+2.0

%description
GNOME default extra icons

%prep
%setup -q

%build

./configure --prefix=%_prefix --enable-icon-mapping

%make

%install
%makeinstall_std

%files
%doc README COPYING NEWS AUTHORS
%{_datadir}/icons/gnome/*x*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.12.0-2
+ Revision: 3049e47
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1734 |14cr|gnome-mplayer-1.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple GUI for MPlayer
Name:		gnome-mplayer
Version:	1.0.7
Release:	2
License:	GPLv2+
Group:		Video
URL:		http://kdekorte.googlepages.com/gnomemplayer
Source0:	http://gnome-mplayer.googlecode.com/files/%name-%version.tar.gz
Requires:	mplayer
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gmtk) >= 1.0.7
BuildRequires:	pkgconfig(dbus-1) >= 0.95
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.70
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(libmusicbrainz3)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libnautilus-extension)
BuildRequires:	desktop-file-utils
# Used to determine volume control mode at build-time
BuildRequires:	pkgconfig(libpulse)
# Used to determine power control methods at build-time
BuildRequires:	gnome-power-manager

%description
GNOME MPlayer is a simple GUI for MPlayer. It is intended to be a
nice tight player and provide a simple and clean interface to
MPlayer. GNOME MPlayer has a rich API that is exposed via DBus.
Using DBus you can control a single or multiple instances of GNOME
MPlayer from a single command.

%prep
%setup -q

%build
%configure2_5x --enable-gtk3
%make

%install
%makeinstall_std

desktop-file-install --vendor='' \
	--add-category="Audio;Video;GTK;Player;GNOME" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*.desktop

# zero length docs
find %{buildroot}%{_docdir}/%{name}/ -size 0 | xargs rm -f

%find_lang %{name}

%files -f %{name}.lang
%doc %{_docdir}/%{name}/*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/glib-2.0/schemas/apps.gecko-mediaplayer.preferences.gschema.xml
%{_datadir}/glib-2.0/schemas/apps.gnome-mplayer.preferences.*.xml
%{_datadir}/gnome-control-center/default-apps/gnome-mplayer.xml
%{_libdir}/nautilus/extensions*/*.so
%{_mandir}/man1/%{name}.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-2
+ Revision: 4bc1708
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1735 |14cr|gnome-mud-0.11.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A mudclient for the GNOME platform
Name:		gnome-mud
Version:	0.11.2
Release:	7
License:	GPLv2+
Group:		Games/Adventure
URL:		http://live.gnome.org/GnomeMud
Source0:	http://fr2.rpmfind.net/linux/gnome.org/sources/gnome-mud/0.11/%name-%version.tar.bz2
Buildrequires:	vte-devel
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	intltool pkgconfig(gnet-2.0) pkgconfig(libpcre)
BuildRequires:	pkgconfig(gconf-2.0) pkgconfig(gnome-doc-utils)
BuildRequires:  pkgconfig(libglade-2.0)
BuildRequires:	desktop-file-utils

%description
GNOME-Mud is a mudclient for the GNOME platform. Features include:

  * ANSI
  * Aliases
  * Triggers
  * Variables
  * Profiles
  * Multiple connections
  * Python scripting
  * C modules
  * and much much more... 

%prep
%setup -q

%build
%configure2_5x --disable-schemas-install --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std

mv %buildroot%_gamesdatadir/applications %buildroot%_datadir/
mv %buildroot%_gamesdatadir/icons %buildroot%_datadir/

desktop-file-install --vendor='' \
	--dir=%buildroot%_datadir/applications \
	--add-category='GTK;AdventureGame' \
	%buildroot%_datadir/applications/*.desktop

%find_lang %name --with-gnome


%preun
%preun_uninstall_gconf_schemas gnome-mud

%files -f %name.lang
%doc AUTHORS COPYING README INSTALL ROADMAP
%config(noreplace) %{_sysconfdir}/gconf/schemas/gnome-mud.schemas
%{_gamesbindir}/gnome-mud
%{_datadir}/applications/gnome-mud.desktop
%{_iconsdir}/*/*/*/*
%{_gamesdatadir}/%name
%{_mandir}/man6/%name.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.2-7
+ Revision: 28f8b9a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1736 |14cr|gnome-nettool-3.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	Network information tool for GNOME
Name:		gnome-nettool
Version:	3.2.0
Release:	2
URL:		http://projects.gnome.org/gnome-network/
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
License:	GPLv2+ and GFDL
Group:		Graphical desktop/GNOME
BuildRequires:	intltool
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.90.4
BuildRequires:  pkgconfig(gio-2.0) >= 2.25.10
BuildRequires:  pkgconfig(gmodule-export-2.0)
BuildRequires:  pkgconfig(gnome-doc-utils)
BuildRequires:  pkgconfig(libgtop-2.0)

Requires:	whois
Requires:	traceroute

%description
GNOME Nettool is a frontend to various networking commandline
tools, like ping, netstat, ifconfig, whois, traceroute, finger.

%prep
%setup -q

%build
%configure2_5x \
	--disable-scrollkeeper \
	--disable-schemas-compile \
	--disable-static
%make

%install
%makeinstall_std

desktop-file-install \
	--vendor "" \
	--delete-original \
	--dir %{buildroot}%{_datadir}/applications \
	--remove-category Network \
	--add-category GNOME \
	--add-category System \
	--add-category Utility \
		%{buildroot}%{_datadir}/applications/gnome-nettool.desktop

%find_lang %{name} --with-gnome

#for omf in %{buildroot}%{_datadir}/omf/%{name}/%{name}-??*.omf;do 
#echo "%lang($(basename $omf|sed -e s/.*-// -e s/.omf//)) $(echo $omf|sed -e s!%{buildroot}!!)" >> %{name}.lang
#done

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/pixmaps/*.xpm
%{_datadir}/%{name}/pixmaps/*.png
%{_datadir}/%{name}/ui/%{name}.ui
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-nettool.gschema.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.0-2
+ Revision: 2b247c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1737 |14cr|gnome-paint-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Name:           gnome-paint
Version:        0.4.0
Release:        2
Summary:        Easy to use paint program

Group:          Graphics
License:        GPLv3+
URL:            https://launchpad.net/gnome-paint
Source0:        http://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
Patch0:		gnome-paint.packaging.patch
#debian patches
Patch1:		debian-612470-handle-urls.patch
Patch2:		lp-757607-crash-in-toolbar.patch

BuildRequires:  intltool gtk2-devel desktop-file-utils
Requires:       hicolor-icon-theme

%description
gnome-paint is a simple, easy to use paint program.

%prep
%setup -q
%apply_patches
# remove icon extensions
sed -i 's|Icon=gp.png|Icon=gp|g' data/desktop/%{name}.desktop.in.in
sed -i 's|RasterGraphics;|2DGraphics;RasterGraphics;|g' data/desktop/%{name}.desktop.in.in

%build
autoreconf -fi
%configure
%make LIBS="-lm"


%install 
make install DESTDIR=%{buildroot}
# remove docs, use rpmbuild instead
rm -rf %{buildroot}/%{_prefix}/doc
# remove unnecessary includedir files
rm -rf %{buildroot}/%{_includedir}
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%find_lang %{name} --all-name


%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
update-desktop-database &> /dev/null || :

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
update-desktop-database &> /dev/null || :

%files -f %{name}.lang
%doc COPYING ChangeLog README
%{_bindir}/gnome-paint
%{_datadir}/applications/gnome-paint.desktop
%{_datadir}/gnome-paint/
%{_datadir}/icons/hicolor/16x16/apps/gp.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-2
+ Revision: 58a12f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1738 |14cr|gnome-ppp-0.3.23-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gnome-ppp
%define version 0.3.23
%define release 5
%define section Internet/Remote Access

Summary: Gnome 2 front-end to wvdial
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.gnome-ppp.org/download/0.3/%{name}-%{version}.tar.bz2
Source1: gnome-ppp.png
Source2: gnome-ppp-16.png
Source3: gnome-ppp-32.png
URL: http://www.gnome-ppp.org/
License: GPL
Group: System/Configuration/Networking
Requires: wvdial >= 1.54
BuildRequires: pkgconfig(libgnomeui-2.0)
BuildRequires: pkgconfig(libglade-2.0)
BuildRequires:	perl-XML-Parser
BuildRequires:	desktop-file-utils

%description
Gnome 2 front-end to wvDial, a modem/ISDN dial-up software.
%prep
%setup -q 

%build
%configure2_5x
%make LIBS="-lX11"

%install
%makeinstall_std
mkdir %{buildroot}/%{_datadir}/pixmaps && \
cp -r %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/ %{buildroot}/%{_datadir}/pixmaps/
#mv %{buildroot}/%{_datadir}/doc/%{name}-%{version} %{buildroot}/%{_datadir}/doc/%{name}
rm -rf %{buildroot}/%{_datadir}/doc/%{name}

%find_lang %{name} --with-gnome

# menu

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="GNOME" \
	--add-category="Settings;Network" \
	--add-category="X-MandrivaLinux-System-Configuration-Networking" \
	--dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

# icon
mkdir -p %buildroot/{%_liconsdir,%_iconsdir,%_miconsdir}
#install -m 644 src/pixmaps/%name.png %buildroot/%_datadir/pixmaps/%name.png
install -m 644 %SOURCE1 %buildroot/%_miconsdir/%name.png
install -m 644 %SOURCE2 %buildroot/%_liconsdir/%name.png
install -m 644 %SOURCE3 %buildroot/%_iconsdir/%name.png

%files -f %{name}.lang
%doc ChangeLog COPYING INSTALL
%{_bindir}/gnome-ppp
%{_datadir}/applications/gnome-ppp.desktop
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/glade/*
%{_datadir}/pixmaps/apps/%name.png
%{_datadir}/icons/hicolor/48x48/apps/*.png
%{_datadir}/%name/gnome_ppp*.png
%_liconsdir/%name.png
%_miconsdir/%name.png
%_iconsdir/%name.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.23-5
+ Revision: 5decae1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1739 |14cr|gnome-sshman-0.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gnome-sshman
%define version 0.6
%define release 6

Name: 	 	%{name}
Summary: 	SSH connection manager for GNOME and Nautilus
Version: 	%{version}
Release: 	%{release}

Source:		http://savannah.nongnu.org/download/gnome-sshman/%{name}-%{version}.tar.bz2
URL:		http://www.oronetes.net/webs/gnome-sshman/
License:	GPL
Group:		Graphical desktop/GNOME
BuildRoot:	%{_tmppath}/%{name}-buildroot
Requires:	pygtk2.0-libglade gnome-terminal pygtk2.0 gnome-python python-vte python-pexpect pycrypto
BuildArch:	noarch

%description
Gnome-sshman is an SSH session manager for GNOME. It is easy and fast to use,
and is useful for system administrators that need to connect to many SSH
servers. Gnome-sshman saves ssh sessions and allows you to open a saved
session with a double click in nautilus or opening a new session running
gnome-sshman.

%prep
%setup -q

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot/%_bindir
cp bin/%name %buildroot/%_bindir/
mkdir -p %buildroot/%_datadir/%name
cp libs/* %buildroot/%_datadir/%name

#menu

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Gnome-SSHMan
Comment=Manage SSH connections
Exec=%{_bindir}/%{name}
Icon=terminals_section
Terminal=false
Type=Application
Categories=GNOME;GTK;X-MandrivaLinux-System-Terminals;TerminalEmulator;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc README
%{_bindir}/%name
%{_datadir}/%name
%{_datadir}/applications/mandriva-%{name}.desktop





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-6
+ Revision: 33eff2b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1740 |14cr|gnome-tiles-1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Desktop Background Images for GNOME
Name: gnome-tiles
Version: 1
Release: 14
License: LGPL
Group: Graphical desktop/GNOME
Source: gnome-tiles-1.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArchitectures: noarch
URL: http://www.gnome.org/

%description
If you use GNOME you can use these images to spruce up your background.
Of course, you can you use it for with another Window Manager.

%prep

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome-tiles
cd $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds 
bzcat %{SOURCE0}|tar xf -

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%{_datadir}/pixmaps/backgrounds/gnome-tiles




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1-14
+ Revision: d4f9637
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1741 |14cr|gnome-web-photo-0.10.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Generate full images and thumbnails from web pages
Name:		gnome-web-photo
Version:	0.10.6
Release:	2
License:	LGPLv2+
Group:		Graphical desktop/GNOME
URL:		http://ftp.gnome.org/pub/gnome/sources/gnome-web-photo/
Source0:	http://ftp.gnome.org/pub/gnome/sources/gnome-web-photo/%{version}/gnome-web-photo-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(webkitgtk-3.0)

%description
GNOME Web Photographer is a tool to generate full-size image files and
thumbnails from HTML files and web pages.

%prep
%setup -q

%build
%configure2_5x \
	--with-gtk=3.0

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/gnome-web-photo
%{_bindir}/gnome-web-print
%{_bindir}/gnome-web-thumbnail
%{_datadir}/gnome-web-photo
%{_datadir}/thumbnailers/gnome-web-photo.thumbnailer




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.6-2
+ Revision: 3dd5d1e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1742 |14cr|gnomoradio-0.15.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libroboradio %mklibname roboradio %{major}
%define librainbow %mklibname rainbow %{major}
%define libaudio %mklibname %{name}-audio %{major}
%define libmp3 %mklibname %{name}-mp3 %{major}
%define devname %mklibname %{name} -d

Summary:	Finder and player of free (Creative Commons) music
Name:		gnomoradio
Version:	0.15.1
Release:	11
License:	GPLv2+
Group:		Sound
Url:		http://gnomoradio.org/
Source0:	%{name}-%{version}.tar.bz2
# patches from Gentoo
Patch0:		gnomoradio-0.15.1-gcc42.patch
Patch1:		gnomoradio-0.15.1-gcc43.patch
# -------------------
Patch2:		gnomoradio-0.15.1-fix-underlinking.patch
Patch3:		gnomoradio-0.15.1-glib-single-include.patch
Patch4:		gnomoradio-0.15.1-lm.patch
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(gconfmm-2.6)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libxml++-2.6)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)

%description
Gnomoradio is a program that can find, fetch, share, and play music that is
freely available for sharing. The Gnomoradio project is creating an
online network where artists can promote and share their music freely and
willingly. By eliminating many of the exclusionary tactics of the mainstream
music industry, musicians now have a chance to interact directly with their
listeners and receive valuable exposure.

%files
%doc AUTHORS README NEWS TODO
%{_bindir}/%{name}
%{_bindir}/rainbow-get
%{_sbindir}/rainbow-hub
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%package -n %{libroboradio}
Summary:	Dynamic library from %{name}
Group:		System/Libraries
Conflicts:	%{_lib}gnomoradio0 < 0.15.1-10
Obsoletes:	%{_lib}gnomoradio0 < 0.15.1-10

%description -n %{libroboradio}
Dynamic library from %{name}.

%files -n %{libroboradio}
%{_libdir}/libroboradio.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{librainbow}
Summary:	Dynamic library from %{name}
Group:		System/Libraries
Conflicts:	%{_lib}gnomoradio0 < 0.15.1-10

%description -n %{librainbow}
Dynamic library from %{name}.

%files -n %{librainbow}
%{_libdir}/librainbow.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libaudio}
Summary:	Dynamic library from %{name}
Group:		System/Libraries
Conflicts:	%{_lib}gnomoradio0 < 0.15.1-10

%description -n %{libaudio}
Dynamic library from %{name}.

%files -n %{libaudio}
%{_libdir}/libroboradio-audio.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmp3}
Summary:	Dynamic library from %{name}
Group:		System/Libraries
Conflicts:	%{_lib}gnomoradio0 < 0.15.1-10

%description -n %{libmp3}
Dynamic library from %{name}.

%files -n %{libmp3}
%{_libdir}/libroboradio-mp3.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libroboradio} = %{EVRD}
Requires:	%{librainbow} = %{EVRD}
Requires:	%{libaudio} = %{EVRD}
Requires:	%{libmp3} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}gnomoradio0-devel < 0.15.1-10

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%{_includedir}/rainbow
%{_includedir}/roboradio
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
%configure2_5x
%make LIBS="-lglibmm-2.4 -lsigc-2.0"

%install
%makeinstall_std

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="GTK" \
	--add-category="AudioVideo" \
	--add-category="Audio" \
	--add-category="Player" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}/%{_liconsdir}
convert -size 48x48 %{name}/%{name}.png %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -size 32x32 %{name}/%{name}.png %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 %{name}/%{name}.png %{buildroot}/%{_miconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15.1-11
+ Revision: df14704
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1743 |14cr|gnormalize-0.63-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version	0.63
%define release	4

Name: 		gnormalize
Summary:	A ripper, an encoder and an audio converter
Version:	%{version}
Release:	%{release}
Group:		Sound
License:	GPLv2+
URL:		http://gnormalize.sourceforge.net
Source0:	http://kent.dl.sourceforge.net/sourceforge/gnormalize/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:	noarch
Requires:	normalize, cdparanoia
Requires:	vorbis-tools

%description
gnormalize is a front end to normalize, a ripper, an encoder and
an audio converter. It uses gtk2-perl.

gnormalize decodes the MP3/MPC/OGG/APE/FLAC file to WAV,
then normalizes the WAV to a targeted volume level and re-encodes it.
gnormalize can also rip, encode, convert audio format between MP3,
MPC, OGG, APE and FLAC, change the encoding and ID3 tag properties of
final normalized files.


%prep
%setup -q

%install
rm -rf $RPM_BUILD_ROOT

# We don't need to install Audio-CD*.tar.gz and CDDB_get*.tar.gz.
# Because mdk has the rpm packages: perl-CDDB_get, perl-Audio-CD.

# Install gnormalize
mkdir -p %{buildroot}%{_bindir}
	cp -vf gnormalize %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%name/animations
	cp -vf animations/*.gif %{buildroot}%{_datadir}/%name/animations/
	cp -vf README %{buildroot}%{_datadir}/%name/


# menu entrie

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Gnormalize
Comment=A ripper, an encoder and an audio converter
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;Audio;AudioVideoEditing;
EOF

mkdir -p %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir} %{buildroot}%{_liconsdir}
install -m 644 icons/%{name}-48.png  $RPM_BUILD_ROOT/%{_liconsdir}/%{name}.png
install -m 644 icons/%{name}-32.png  $RPM_BUILD_ROOT/%{_iconsdir}/%{name}.png
install -m 644 icons/%{name}-16.png  $RPM_BUILD_ROOT/%{_miconsdir}/%{name}.png


%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root)
%doc README
%{_bindir}/*
%{_datadir}/%name
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%name.png
%{_iconsdir}/%name.png
%{_liconsdir}/%name.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.63-4
+ Revision: 930761f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1744 |14cr|gnote-3.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnote
Version:        3.8.0
Release:        2
Summary:        Note-taking application
Group:          Graphical desktop/GNOME
License:        GPLv3+
URL:            http://live.gnome.org/Gnote
Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnote/3.8/%{name}-%{version}.tar.xz
# https://bugzilla.gnome.org/show_bug.cgi?id=696664
Patch0:         gnote-3.8.0-keywords.patch

BuildRequires:  boost-devel
BuildRequires:  desktop-file-utils
BuildRequires:  gettext
BuildRequires:  pkgconfig(gtkmm-3.0)
BuildRequires:  pkgconfig(gtkspell3-3.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(libsecret-1)
BuildRequires:  pkgconfig(uuid)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  libxml2-utils
BuildRequires:  pkgconfig(libxslt)
BuildRequires:  pkgconfig(libpcre)


%description
Gnote is a desktop note-taking application which is simple and easy to use.
It lets you organize your notes intelligently by allowing you to easily link
ideas together with Wiki style interconnects. It is a port of Tomboy to C++ 
and consumes fewer resources.

%prep
%setup -q
%patch0 -p1 -b .keywords

%build
%configure2_5x --disable-static --with-gnu-ld
V=1 %make

%install
%makeinstall_std

desktop-file-validate %{buildroot}%{_datadir}/applications/gnote.desktop

find %{buildroot} -type f -name "*.la" -delete

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc COPYING README TODO NEWS AUTHORS
%{_bindir}/gnote
%{_mandir}/man1/gnote.1.*
%{_datadir}/applications/gnote.desktop
%{_datadir}/gnote/
%{_datadir}/icons/hicolor/*/apps/gnote.png
%{_datadir}/icons/hicolor/scalable/apps/gnote.svg
%{_prefix}/%{_lib}/gnote/
%{_prefix}/%{_lib}/libgnote*
%{_datadir}/dbus-1/services/org.gnome.Gnote.service
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.8.0-2
+ Revision: 79d4246
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1745 |14cr|gns3-0.8.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gns3
Version:	0.8.2
Release:	2
Summary:	Graphical network simulator that allows simulation of complex networks
URL:		http://www.gns3.net/
Source0:	http://downloads.sourceforge.net/gns-3/GNS3-%{version}-src.tar.gz
License:	GPLv2+
Group:		Emulators
BuildArch:	noarch
Requires:	python-qt4
Requires:	dynagen
#Suggests: pemu
BuildRequires:	python-qt4
BuildRequires:	python-devel
Patch0:		local_path_removed.patch

%description
GNS3 is a graphical network simulator that allows simulation of complex
networks.

To allow complete simulations, GNS3 is strongly linked with :

    * Dynamips, the core program that allows Cisco IOS emulation.
    * Dynagen, a text-based front-end for Dynamips.
    * Pemu, a Cisco PIX firewall emulator based on Qemu.

GNS3 is an excellent complementary tool to real labs for Cisco network
engineers, administrators and people wanting to pass certifications such as
CCNA, CCNP, CCIP or CCIE.

It can also be used to experiment features of Cisco IOS or to check
configurations that need to be deployed later on real routers.

%prep
%setup -q -n GNS3-%{version}-src
%patch0 -p1

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=GNS3
Comment=Graphical Network Simulator
Exec=%{_bindir}/%{name} 
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Emulators;Emulator;
EOF

%files
%{_bindir}/%{name}
%{py_sitedir}/GNS3*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/examples/gns3/baseconfig.txt
%{_prefix}/libexec/%{name}
%defattr(644,root,root,755)
%doc AUTHORS README CHANGELOG



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-2
+ Revision: 662952e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1746 |14cr|gnubeep-1.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gnubeep
%define version 1.4
%define release 9

Summary: Produce sound trough the speaker
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: System/Kernel and hardware
Url: http://www.nettwerked.co.uk/code/gnubeep/index.html
BuildRoot: %{_tmppath}/%{name}-buildroot
ExclusiveArch: x86_64 %{ix86}

%description
gnubeep is a simple program written in C to generate `beeps`
by programming the system's internal PIT (programmable interrupt
timer) directly via the I/O ports. I have so many times needed to
generate custom tones in shell scripts and programs, and when '\a'
doesn't suffice, this can be a problem which requires overcoming.
For this reason, I decided to write gnubeep.
 
One of the prime reasons I saw fit to release this piece of software
was to serve as an example of how to program the PIT for sound in Linux. 

%prep
%setup -q

%build

gcc $RPM_OPT_FLAGS -o gnubeep gnubeep.c

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot%_bindir
mkdir -p %buildroot%_mandir/man1
install -m 755 gnubeep %buildroot%_bindir/gnubeep

install -m 644 %name.1 %buildroot%_mandir/man1/%name.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc BUGS INSTALL LICENSE README
%_bindir/gnubeep
%_mandir/man1/%name.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-9
+ Revision: 5d249dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1747 |14cr|gnubg-20121022-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_3d 1
%{?_without_3d: %define enable_3d 0}

Summary:	GNU Backgammon
Name:		gnubg
Version:	20121022
Release:	5
License:	GPLv2+
Group:		Games/Boards
URL:		http://www.gnubg.org

Source0:	http://gnubg.org/media/sources/%{name}-source-SNAPSHOT-%{version}.tar.gz

BuildRequires:	flex
BuildRequires:	bison
BuildRequires:	readline-devel
BuildRequires:	gdbm-devel
BuildRequires:	gettext-devel
BuildRequires:	termcap-devel
BuildRequires:	gmp-devel
BuildRequires:	gtk+2-devel
BuildRequires:	libxml2-devel
BuildRequires:	python-devel
BuildRequires:	png-devel
BuildRequires:	esound-devel

%if %enable_3d
BuildRequires:	ftgl-devel
BuildRequires:	gtkglext-devel >= 1.0
BuildRequires:	pkgconfig(glu)
%endif

%description
GNU Backgammon (gnubg) plays and analyses backgammon games and matches.
Some of its features include:

* Tournament match and money session cube handling
* Can play using graphical board (using GTK+ interface) with 2D/3D
  graphics, or command line interface
* Functions to generate legal moves and evaluate positions at
  varying search depths
* Neural  net functions for giving cubeless evaluations of all other
  contact and race positions
* Support for both 1-sided and 2-sided bearoff databases, and allows
  storing optional larger databases on disks
* Automated  rollouts of positions, with lookahead and race variance
  reduction where appropriate. Rollouts may also be extended.
* Both TD(0) and supervised training of neural net weights
* Optional position databases for supervised training
* Loading and saving .sgf games and matches, and export to various
  other formats
* Scripting ability
* Automatic and manual annotation (analysis and commentary) of games
  and matches.
* Record keeping of statistics of players in games and matches

%prep
%setup -q -n %{name}

%build
./autogen.sh
%configure2_5x \
	--with-gtk \
	--with-python \
	--bindir=%{_gamesbindir} \
%if %enable_3d
	--with-board3d \
%else
	--without-board3d \
%endif

%make

%install
rm -rf %{buildroot}
%makeinstall_std bindir=%{_gamesbindir}

# XDG menu entry
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=GNU Backgammon
Comment=GNU Backgammon
Exec=%{_gamesbindir}/%{name} -b -w
Icon=strategy_section
Terminal=false
Type=Application
Categories=Game;BoardGame;
EOF

# remove unwanted files
rm -rf %{buildroot}%{_datadir}/locale/en@quot

%find_lang %{name}




%files -f %{name}.lang
%defattr(-, root, root)
%{_gamesbindir}/*
%{_datadir}/%{name}
%{_mandir}/man6/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_docdir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20121022-5
+ Revision: 37ece5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1748 |14cr|gnubiff-2.2.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define title GNUbiff

Summary:	Mail notification program
Name:		gnubiff
Version:	2.2.15
Release:	2
License:	GPLv3+
Group:		Networking/Mail
URL:		http://gnubiff.sf.net/
Source:		http://prdownloads.sourceforge.net/gnubiff/%{name}-%{version}.tar.gz
Patch0:		gnubiff-2.2.15-linkage.patch
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libpanelapplet-4.0)
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	openssl-devel
BuildRequires:	perl-XML-Parser
BuildRequires:	popt-devel
Requires:	sox

%description
%{name} is a mail notification program that periodically checks for mail
and displays headers and/or content when new mail has arrived. It relies
on the GNOME and GTK libraries but can be compiled and used with or
without GNOME support. Supported protocols are pop3, apop, imap4, mh,
qmail, mailfile and SSL. Furthermore, gnubiff is fully configurable with
a lot of options like polltime, poptime, sounds, mail reader, mailbox
title, etc.

%package	applet
Summary:	GNOME applet of gnubiff, a mail notification program
Group:		Networking/Mail
Requires:	%{name} = %{version}

%description	applet
%{name} is a mail notification program that periodically checks for mail
and displays headers and/or content when new mail has arrived. It relies
on the GNOME and GTK libraries but can be compiled and used with or
without GNOME support. Supported protocols are pop3, apop, imap4, mh,
qmail, mailfile and SSL. Furthermore, gnubiff is fully configurable with
a lot of options like polltime, poptime, sounds, mail reader, mailbox
title, etc.

This package contains the GNOME applet of %{name}.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --disable-rpath
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# icons
mkdir -p %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir}
install -m 644 -D       art/gnubiff.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 art/gnubiff.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 art/gnubiff.png %{buildroot}%{_miconsdir}/%{name}.png

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_mandir}/man1/*
%{_infodir}/*
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

%files applet
%doc COPYING
%{_datadir}/gnome-2.0/ui/*.xml
%{_datadir}/dbus-1/services/*.service
%{_datadir}/gnome-panel/4.0/applets/*.panel-applet



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.15-2
+ Revision: 97bf01d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1749 |14cr|gnubik-2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 2.4
%define release	2

Summary:	Graphics puzzle similar to Rubik's cube
Name:		gnubik
Version:	%{version}
Release:	%{release}
License:	GPLv3+
Group:		Games/Puzzles
URL:		http://www.gnu.org/software/gnubik/

Source0:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig
Patch2:		gnubik-2.4-printf.patch
BuildRequires:	guile-devel >= 1.6.4
BuildRequires:	gtkglext-devel
BuildRequires:	gtk+2.0

%description
GNUbik is a GNU package.  It is a 3D interactive graphics 
puzzle. It renders an image of a magic cube 
(similar to a rubik cube) and you attempt to solve it.

%prep
%setup -q
%apply_patches

%build
%configure2_5x --with-widget-set=gtk
%make

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name} 
Icon=puzzle_section 
Comment=Puzzle game similar to Rubik's cube 
Categories=Game;LogicGame;
Name=Gnubik
EOF
rm %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/*
%{_datadir}/%{name}
%{_infodir}/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/icons/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-2
+ Revision: bbfef93
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1750 |14cr|gnucap-20060830-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define filever 2006-08-30

Summary:	A general purpose circuit simulator
Name:		gnucap
Version:	20060830
Release:	8
License:	GPLv2+
Group:		Development/Other
Url:		http://www.geda.seul.org/tools/gnucap/index.html
Source0:	%{name}-%{filever}.tar.bz2
Source10:	%{name}.rpmlintrc
Patch0:		gnucap-2006-08-30-fix-build.patch
BuildRequires:	readline-devel
BuildRequires:	termcap-devel

%description
GNUCAP is a general purpose circuit simulator. It performs nonlinear dc and
transient analyses, Fourier analysis, and ac analysis linearized at an
operating point. It is fully interactive and command driven. It can also be
run in batch mode or as a server. The output is produced as it simulates.
Spice compatible models for the MOSFET (level 1,2,3) and diode are included
in this release.

%files
%doc COPYING
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{filever}
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_mandir}/man1/
cp doc/gnucap.1 %{buildroot}/%{_mandir}/man1/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20060830-8
+ Revision: 71fa977
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1751 |14cr|gnudl-0.9.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname gdl

Summary:	A free incremental compiler quite similar and compatible with IDL
Name:		gnudl
Version:	0.9.4
Release:	6
License:	GPLv2+
Group:		Development/Other
Url:		http://gnudatalanguage.sourceforge.net/
Source0:	http://sourceforge.net/projects/gnudatalanguage/files/gdl/%{version}/%{srcname}-%{version}.tar.gz
# Fix datatype for use with gsl's permutation type
# https://sourceforge.net/p/gnudatalanguage/bugs/570/
Patch0:		gdl-gsl.patch
# Patch to support plplot's new width() function
# https://sourceforge.net/p/gnudatalanguage/patches/70/
Patch1:		gdl-plwidth.patch
Patch2:		gdl-0.9.4-linkage.patch
BuildRequires:	cmake
BuildRequires:	gomp-devel
BuildRequires:	hdf5-devel
BuildRequires:	jpeg-devel
BuildRequires:	python-numpy-devel
BuildRequires:	readline-devel
BuildRequires:	udunits2-devel
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(libps)
#This is a workaround for missing rpc.h of xdr.h
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(plplotd)
BuildRequires:	pkgconfig(python)

%description
A free compatible incremental compiler (i.e. runs Interactive Data
Language programs). IDL is a registered trademark of ITT Visual
Information Solutions. All IDL language elements up to IDL version 7.1
are supported and more than 380 library routines are implemented. For
a sorted list enter HELP,/LIB at the command prompt and look for
library routines written in GDL in the gnudatalanguage/lib directory.

%files
%doc README AUTHORS NEWS TODO HACKING ChangeLog COPYING
%{_mandir}/man1/*
%{_bindir}/gdl
%{_datadir}/gnudatalanguage/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
export LDFLAGS="-ltirpc"
#compilation is buggy and PYTHON.txt claims that "Due to the
#neglectible feedback, the python module development is currently on hold"
%cmake \
	-DWXWIDGETS=ON \
	-DUDUNITS=ON \
	-DUDUNITS_INCLUDE_DIR=%{_includedir}/udunits2 \
	-DGRIB=OFF \
	-DOPENMP=OFF \
	-DHDF=OFF \
	-DEIGEN3=OFF \
	-DMPICH=OFF \
	-DMAGICK=ON \
	-DPYTHON=OFF \
	-DGRAPHICSMAGICK=OFF
%make

%install
%makeinstall_std -C build


%changelog
* Thu Aug 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-6
+ Revision: d34ab13
- Disable buggy python module



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1752 |14cr|gnuit-4.9.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A set of GNU Interactive Tools
Name: 		gnuit
Version:	4.9.5
Release:	5
License:	GPLv3+
Group:		File tools
Url:		http://www.gnu.org/software/gnuit/
Source0:	http://ftp.gnu.org/gnu/gnuit/%{name}-%{version}.tar.gz
Patch1:		0001-Fix-string-format-errors.patch
Patch2:		0002-Fix-linking.patch
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	tetex
BuildRequires:	texinfo
BuildRequires:	texi2html
Conflicts:	git

%description
gnuit (GNU Interactive Tools) provides an extensible file
system browser, an ASCII/hexadecimal file viewer, a process viewer/killer
and other related utilities and shell scripts.  gnuit can be used to increase
the speed and efficiency of copying and moving files and directories,
invoking editors, compressing and uncompressing files, creating and expanding
archives, compiling programs, sending mail and more. gnuit uses standard
ANSI color sequences, if they are available.

You should install the gnuit package if you are interested in using its file
management capabilities.

%files
%doc ChangeLog LSM NEWS PLATFORMS PROBLEMS README INSTALL doc/gnuit.html
%{_bindir}/*
%{_bindir}/.gitaction
%{_mandir}/man1/*
%{_infodir}/*
%{_datadir}/gnuit

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

# Force rebuild of info file
pushd doc
makeinfo gnuit.texinfo
popd

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.9.5-5
+ Revision: b3f85b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1753 |14cr|gnuitar-0.3.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	gnuitar
%define	version	0.3.2
%define release	11

Name:		%{name}
Summary:	Real-time guitar effects
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}48.png
Source2:	%{name}32.png
Source3:	%{name}16.png
URL:		http://sourceforge.net/projects/gnuitar/files/
License:	GPLv2+
Group:		Sound
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	gtk2-devel

%description
This is a program for real-time sound effect processing. Probably could be
used not only for guitar. It has GTK interface and uses OSS sound driver.

Includes effects:
	o wah-wah
	o sustain
	o two flavours of distortion
	o reverberator, echo, delay
	o tremolo
	o vibrato
	o chorus/flanger
	o phasor
	o noise gate

%prep
%setup -q

%build
%configure2_5x --with-gtk2
%make
										
%install
rm -rf %{buildroot}
%makeinstall

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{_bindir}/pasuspender %{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=GTK;AudioVideo;Audio;AudioVideoEditing;
EOF

#icons
mkdir -p %{buildroot}/%_liconsdir
cp %SOURCE1  %{buildroot}/%_liconsdir/%name.png
mkdir -p %{buildroot}/%_iconsdir
cp %SOURCE2  %{buildroot}/%_iconsdir/%name.png
mkdir -p %{buildroot}/%_miconsdir
cp %SOURCE3  %{buildroot}/%_miconsdir/%name.png

# house cleaning
rm -rf %{buildroot}%{_datadir}/doc
rm -rf %{buildroot}%{_datadir}/%name/win32

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog COPYING docs/*.html FAQ NEWS TODO
%attr(4755,root,root) %{_bindir}/%name
%{_datadir}/applications/mandriva-%{name}.desktop
%defattr(0644,root,root,755)
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-11
+ Revision: eb13caa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1754 |14cr|gnumed-1.1.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNUmed client
Name:		gnumed
Version:	1.1.14
Release:	2
License:	GPLv2+
Group:		Office
Source0:		http://www.gnumed.de/downloads/client/%{version}/%{name}-client.%{version}.tgz
URL:		http://wiki.gnumed.de/

BuildArch:	noarch

BuildRequires:	python
BuildRequires:	desktop-file-utils

%description
The GNUmed project builds free, liberated open source Electronic Medical Record
software in multiple languages to assist and improve longitudinal care
(specifically in ambulatory settings, i.e. multi-professional practices
and clinics).

It is developed by a handful of medical doctors and programmers from all
over the world.

It can be useful to anyone documenting the health of patients including,
but not limited to, doctors, physical therapists, occupational therapists,
acupuncturists, nurses, psychologists... 

%package client
Summary:	Client for %name
Group:		Office
Requires:	aspell
Requires:	file
Requires:	python-%{name}-client = %{version}
Requires:	%{name}-doc = %{version}
Requires:	python >= 2.3
Requires:	python-psycopg2 >= 2.0.10
Requires:	java
Requires:	xsane
Requires:	python-pyxml
Requires:	wxPythonGTK >= 2.6.3
Requires:	libreoffice-pyuno
Requires:	python-egenix-mx-base
Requires:	kdepim4
Requires:	texlive


%description client
The client for %name

%package -n python-%{name}-client
Summary:	Python libraries for %name client
Group:		Office
Requires:	python-%{name}-common = %{version}

%description -n python-%{name}-client
Common files for %name

%package -n python-%{name}-common
Summary:	Common files for %name
Group:		Office

%description -n python-%{name}-common
Common files for %name

%package doc
Summary:	Documentation for %name
Group:		Office

%description doc
Documentation for %name

%prep
%setup -qn %{name}-client.%{version}
%{__sed} -i -e 's@Exec=/usr/bin/gnumed@Exec=/usr/bin/gnumed --conf-file=/etc/%{name}/%{name}-client.conf@' client/%{name}-client.desktop

%build

%install

install -D -m 644 client/connectors/gm_ctl_client.conf %{buildroot}/etc/gnumed/gm_ctl_client.conf
install -D -m 644 client/doc/gnumed.conf.example %{buildroot}/etc/gnumed/gnumed.conf
install -D -m 644 client/etc/gnumed/gnumed-client.conf.example %{buildroot}/etc/gnumed/gnumed-client.conf
install -D -m 755 client/%{name} %{buildroot}%{_bindir}/%{name}
install -D -m 644 client/bitmaps/empty-face-in-bust.png %{buildroot}%{_datadir}/%{name}/bitmaps/empty-face-in-bust.png
install -D -m 644 client/bitmaps/gnumedlogo.png %{buildroot}%{_datadir}/%{name}/bitmaps/gnumedlogo.png
install -D -m 644 client/bitmaps/serpent.png %{buildroot}%{_datadir}/%{name}/bitmaps/serpent.png

for lang in de el es fr it nb nl pl pt pt_BR ru
do
install -D -m 644 client/po/${lang}-gnumed.mo %{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/gnumed.mo
done
%find_lang %{name}

#mkdir -p %{buildroot}%{_datadir}/pixmaps
#cp client/bitmaps/gnumed.xpm %{buildroot}%{_datadir}/pixmaps/gnumed.xpm

#install -d -m 755  %{buildroot}%{py_sitedir}/Gnumed/
#cp -r client/business client/exporters client/wxGladeWidgets client/wxpython client/gnumed.py %{buildroot}%{py_sitedir}/Gnumed
install -d -m 755 %{buildroot}%{py_sitedir}/Gnumed/business %{buildroot}%{py_sitedir}/Gnumed/exporters %{buildroot}%{py_sitedir}/Gnumed/wxGladeWidgets %{buildroot}%{py_sitedir}/Gnumed/wxpython/gui
install -m 644 client/__init__.py %{buildroot}%{py_sitedir}/Gnumed/
install -m 755 client/gnumed.py %{buildroot}%{py_sitedir}/Gnumed/
install -m 755 client/sitecustomize.py %{buildroot}%{py_sitedir}/Gnumed/
install -m 644 client/business/*.py %{buildroot}%{py_sitedir}/Gnumed/business
install -m 644 client/exporters/*.py %{buildroot}%{py_sitedir}/Gnumed/exporters
install -m 755 client/wxGladeWidgets/wxg*.py %{buildroot}%{py_sitedir}/Gnumed/wxGladeWidgets
install -m 644 client/wxGladeWidgets/__init__.py %{buildroot}%{py_sitedir}/Gnumed/wxGladeWidgets
install -m 644 client/wxpython/*.py %{buildroot}%{py_sitedir}/Gnumed/wxpython
install -m 644 client/wxpython/gui/*.py %{buildroot}%{py_sitedir}/Gnumed/wxpython/gui

install -D -m 644 client/bitmaps/%{name}logo.png %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 client/bitmaps/gm_icon-serpent_and_gnu.png %{buildroot}%{_iconsdir}/gm_icon-serpent_and_gnu.png

desktop-file-install \
	--vendor='' \
	--dir %{buildroot}%{_datadir}/applications \
	client/%{name}-client.desktop

# Files for common package
install -d -m 755 %{buildroot}%{py_sitedir}/Gnumed/pycommon
install -m 644 client/pycommon/*.py %{buildroot}%{py_sitedir}/Gnumed/pycommon
install -m 644 client/__init__.py %{buildroot}%{py_sitedir}/Gnumed

# Files for the doc package
install -d -m 755 %{buildroot}%{_defaultdocdir}/%{name}/user-manual
cp -r client/doc/user-manual/* %{buildroot}%{_defaultdocdir}/%{name}/user-manual
install -d -m 755 %{buildroot}%{_defaultdocdir}/%{name}/api
cp -r client/doc/api/* %{buildroot}%{_defaultdocdir}/%{name}/api

%files client -f %{name}.lang
%doc client/CHANGELOG
%config(noreplace)%{_sysconfdir}/%{name}/*
%{_bindir}/%name
%{_datadir}/%{name}
%{_datadir}/applications/gnumed-client.desktop
%{_iconsdir}/gnumed.png
%{_iconsdir}/gm_icon-serpent_and_gnu.png

%files -n python-%{name}-client
%doc client/CHANGELOG
%{py_sitedir}/Gnumed/business/
%{py_sitedir}/Gnumed/exporters/
%{py_sitedir}/Gnumed/wxGladeWidgets/
%{py_sitedir}/Gnumed/wxpython/

%files -n python-%{name}-common
%doc client/CHANGELOG
%{py_sitedir}/Gnumed/*.py
%{py_sitedir}/Gnumed/pycommon

%files doc
%doc client/CHANGELOG
%{_defaultdocdir}/%{name}/user-manual
%{_defaultdocdir}/%{name}/api



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.14-2
+ Revision: 2fd864d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1755 |14cr|gnumed-server-16.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gnumed-server
Version:	16.14
Release:	2
Summary:	The GNUmed back end server
Group:		System/Servers
License:	GPLv2+ or GPLv1
URL:		http://wiki.gnumed.de/
Source0:	http://www.gnumed.de/downloads/server/v16/%{name}.%{version}.tgz
Source1:	http://www.gnu.org/licenses/gpl-1.0.txt	
Patch0:		gnumed-server-correct-dir.patch
Patch1:		upgrade-path.diff

BuildArch:	noarch

Requires:	python
Requires:	python-psycopg2
Requires:	mailx
Requires:	bzip2
Requires:	openssl
Requires:	postgresql
Requires:	rsync
Requires:	postgresql-plpgsql 


%description
The GNUmed project builds an open source Electronic Medical Record. 
It is developed by a handful of medical doctors and programmers from 
all over the world. It can be useful to anyone documenting the health 
of patients, including but not limited to doctors, physical therapists, 
occupational therapists.

%prep
%setup -q -n gnumed-server.%{version}

#Patch GM_SERVER_DIR path
#-GM_SERVER_DIR="/var/lib/gnumed/server/bootstrap"
#+GM_SERVER_DIR="/usr/share/gnumed-server/bootstrap"
%patch0 -p1
%patch1 -p1

%build

%install
pushd server

#Copy to /usr/share/gnumed-server/
%__install -d %{buildroot}%{_datadir}/gnumed/server
cp -p -r bootstrap %{buildroot}%{_datadir}/gnumed/server
cp -p -r pycommon %{buildroot}%{_datadir}/gnumed/server
cp -p -r sql %{buildroot}%{_datadir}/gnumed/server
%__install -m 644 __init__.py %{buildroot}%{_datadir}/gnumed/server
echo "%{version}" > %{buildroot}%{_datadir}/gnumed/server/version.txt

# silcence bootstrap process by setting interactive to 'no' and set 'gm-dbo' as default password
for conffile in `find %{buildroot}/%{_datadir}/gnumed/server/bootstrap -maxdepth 1 -type f -name \*.conf` ; do \
   sed -i 's/^\(interactive[[:space:]]*=[[:space:]]*\)yes/\1no/' "$conffile" ; \
   sed -i 's/^\(password[[:space:]]*=[[:space:]]*\)/\1 gm-dbo/' "$conffile" ; \
done


#copy config files to /etc
%__install -d %{buildroot}%{_sysconfdir}/%{name}
rename .conf.example .conf etc/gnumed/*.conf.example
#for conf in etc/gnumed/*.conf.example 
#    do mv $conf `echo $conf|sed 's/.example$//'`
#done
%__install -m 644 etc/gnumed/*.conf %{buildroot}%{_sysconfdir}/%{name}

#create .xz files and copy them to mandir
%__install -d %{buildroot}%{_mandir}/man8/
%__install -d %{buildroot}%{_mandir}/man1/

for man in `ls doc/*.*`; \
    do xz $man; \
done
%__install -m 644 doc/*.8.xz %{buildroot}%{_mandir}/man8
%__install -m 644 doc/*.1.xz %{buildroot}%{_mandir}/man1


#remove .sh extensions
#copy all scripts to bin dir
%__install -d -m 755 %{buildroot}%{_bindir}
rename ".sh" "" gm-*.sh
rename ".py" "" gm-*.py
%__install -m 755 gm-* %{buildroot}%{_bindir}

popd  


%files
%doc server/doc/README server/doc/schema/* server/GnuPublicLicense.txt
%{_datadir}/gnumed/server/
%{_bindir}/gm-*
%{_mandir}/man?/gm-*
%config(noreplace) %{_sysconfdir}/%{name}/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 16.14-2
+ Revision: 78756ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1756 |14cr|gnump3d-3.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		        gnump3d
Version:	        3.0
Release:	        12
License:	        GPL
Group:		        System/Servers
Summary:	        Streaming server for MP3's
URL:		        http://www.gnu.org/software/gnump3d/
Source0:	        http://savannah.gnu.org/download/gnump3d/%{name}-%{version}.tar.bz2
Source1:	        gnump3d.service
Patch0:             gnump3d-3.0-use-constant-libdir.patch
Requires(post):     rpm-helper
Requires(preun):    rpm-helper
Requires(pre):      rpm-helper
Requires(preun):    rpm-helper
BuildArch:	        noarch

%description
GNUMP3d is a streaming server for MP3's, OGG vorbis, and other
streamable audio files, it is designed to be: 
 
* Small, stable, self-contained, and secure.
* Simple to install, configure, and use.
* Portable across different varieties of Unix.

%prep
%setup -q
%patch0 -p 1 

chmod 644 lib/gnump3d/mp4info.pm

%install

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 etc/gnump3d.conf %{buildroot}%{_sysconfdir}/%{name}
install -m 644 etc/*.types %{buildroot}%{_sysconfdir}/%{name}

install -d %{buildroot}%{_bindir}
install -m 755 bin/gnump3d2 %{buildroot}%{_bindir}/gnump3d
install -m 755 bin/gnump3d-top %{buildroot}%{_bindir}
install -m 755 bin/gnump3d-index %{buildroot}%{_bindir}

install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 644 man/gnump3d-top.1 %{buildroot}%{_mandir}/man1
install -m 644 man/gnump3d-index.1 %{buildroot}%{_mandir}/man1
install -m 644 man/gnump3d.1 %{buildroot}%{_mandir}/man1
install -m 644 man/gnump3d.conf.1 %{buildroot}%{_mandir}/man1

install -d -m 755 %{buildroot}%{_datadir}/%{name}/themes
cp -R templates/* %{buildroot}%{_datadir}/%{name}/themes

install -d -m 755 %{buildroot}%{_datadir}/%{name}/lib
cp -R lib/* %{buildroot}%{_datadir}/%{name}/lib

install -d -m 755 %{buildroot}%{_unitdir}
install -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
/var/log/gnump3d/access.log {
    missingok
    notifempty
    nocompress
    postrotate
    /bin/kill -HUP `cat /var/run/gnump3d.pid 2> /dev/null` 2> /dev/null || true
    endscript
}
EOF

install -d -m 755 %{buildroot}/var/log/gnump3d
install -d -m 755 %{buildroot}/var/cache/gnump3d
install -d -m 755 %{buildroot}/var/cache/gnump3d/serving

# fix locations...
perl -pi \
	-e 's|^theme_directory = .*|theme_directory = %{_datadir}/%{name}/themes|;' \
	-e 's|^plugin_directory = .*|plugin_directory = %{_datadir}/%{name}/lib/gnump3d/plugins|;' \
	-e 's|nobody|gnump3d|;' \
	%{buildroot}%{_sysconfdir}/%{name}/gnump3d.conf

%pre
%_pre_useradd gnump3d /var/cache/gnump3d /bin/false

%post
%systemd_post %{name}.service

if [ $1 = 1 ]; then
  # create various files
  %create_ghostfile /var/cache/gnump3d/song.tags gnump3d gnump3d 640
  %create_ghostfile /var/log/gnump3d/access.log gnump3d gnump3d 640
  %create_ghostfile /var/log/gnump3d/error.log gnump3d gnump3d 640
fi

%preun
%systemd_preun %{name}.service

%postun
%_postun_userdel gnump3d
%systemd_postun_with_restart %{name}.service

%clean

%files
%doc AUTHORS DOWNSAMPLING README SUPPORT COPYING INSTALL TODO ChangeLog
%dir %{_sysconfdir}/%{name}
%attr(0755,root,root) %{_unitdir}/gnump3d*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/gnump3d
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/gnump3d
%dir %attr(-,gnump3d,gnump3d) /var/log/gnump3d
%dir %attr(-,gnump3d,gnump3d) /var/cache/gnump3d
%dir %attr(-,gnump3d,gnump3d) /var/cache/gnump3d/serving

%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-12
+ Revision: 9a834e0
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1757 |14cr|gnunet-0.10.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gnunetuser gnunetd
%define gnunethome /var/lib/gnunet

%define major 0
%define arm_major 1
%define ats_major 4
%define datastore_major 1
%define fragmentation_major 2
%define fs_major 2
%define mesh_major 5
%define regex_major 3
%define regexblock_major 1
%define testing_major 1
%define transport_major 2
%define util_major 12
%define libname %mklibname %{name} %{major}
%define libarm %mklibname %{name}arm %{arm_major}
%define libats %mklibname %{name}ats %{ats_major}
%define libdatastore %mklibname %{name}datastore %{datastore_major}
%define libfragmentation %mklibname %{name}fragmentation %{fragmentation_major}
%define libfs %mklibname %{name}fs %{fs_major}
%define libmesh %mklibname %{name}mesh %{mesh_major}
%define libregex %mklibname %{name}regex %{regex_major}
%define libregexblock %mklibname %{name}regexblock %{regexblock_major}
%define libtesting %mklibname %{name}testing %{testing_major}
%define libtransport %mklibname %{name}transport %{transport_major}
%define libutil %mklibname %{name}util %{util_major}
%define devname %mklibname -d %{name}

Summary:	Secure and anonymous peer-to-peer file sharing
Name:		gnunet
Version:	0.10.1
Release:	1
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://gnunet.org/
Source0:	ftp://ftp.gnu.org/gnu/gnunet/%{name}-%{version}.tar.gz
Source1:	gnunetd.conf
Source2:	init_gnunetd
BuildRequires:	gettext-devel
BuildRequires:	gmp-devel
BuildRequires:	libltdl-devel
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libextractor)
BuildRequires:	pkgconfig(libgcrypt) >= 1.6.0
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libmicrohttpd)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)
Suggests:	mysql-client
Requires(pre):	rpm-helper

%description
GNUnet is a framework for secure peer-to-peer networking that does not
use any centralized or otherwise trusted services. A first service
implemented on top of the networking layer allows anonymous censorship-
resistant file-sharing. GNUnet uses a simple, excess-based economic
model to allocate resources. Peers in GNUnet monitor each others behavior
with respect to resource usage; peers that contribute to the network
are rewarded with better service.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%attr(0700, %{gnunetuser}, %{gnunetuser}) %dir %{gnunethome}
%config %{_sysconfdir}/gnunet.d
%{_initrddir}/%{name}d
%{_bindir}/*
%{_libdir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_mandir}/man1/%{name}-*
%{_mandir}/man5/%{name}.conf.5*

%pre
%_pre_useradd %{gnunetuser} %{gnunethome} /bin/false

%post
%_post_service %{name}d

%preun
%_preun_service %{name}d

%postun
%_postun_userdel %{gnunetuser}


#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for GNUnet
Group:		System/Libraries

%description -n %{libname}
Libraries for GNUnet.

%files -n %{libname}
%{_libdir}/lib%{name}*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libarm}
Summary:	Library for GNUnet
Group:		System/Libraries

%description -n %{libarm}
Library for GNUnet.

%files -n %{libarm}
%{_libdir}/lib%{name}arm.so.%{arm_major}*

#----------------------------------------------------------------------------

%package -n %{libats}
Summary:	Library for GNUnet
Group:		System/Libraries

%description -n %{libats}
Library for GNUnet.

%files -n %{libats}
%{_libdir}/lib%{name}ats.so.%{ats_major}*

#----------------------------------------------------------------------------

%package -n %{libdatastore}
Summary:	Library for GNUnet
Group:		System/Libraries

%description -n %{libdatastore}
Library for GNUnet.

%files -n %{libdatastore}
%{_libdir}/lib%{name}datastore.so.%{datastore_major}*

#----------------------------------------------------------------------------

%package -n %{libfragmentation}
Summary:	Library for GNUnet
Group:		System/Libraries

%description -n %{libfragmentation}
Library for GNUnet.

%files -n %{libfragmentation}
%{_libdir}/lib%{name}fragmentation.so.%{fragmentation_major}*

#----------------------------------------------------------------------------

%package -n %{libfs}
Summary:	Library for GNUnet
Group:		System/Libraries

%description -n %{libfs}
Library for GNUnet.

%files -n %{libfs}
%{_libdir}/lib%{name}fs.so.%{fs_major}*

#----------------------------------------------------------------------------

%package -n %{libmesh}
Summary:	Library for GNUnet
Group:		System/Libraries

%description -n %{libmesh}
Library for GNUnet.

%files -n %{libmesh}
%{_libdir}/lib%{name}mesh.so.%{mesh_major}*

#----------------------------------------------------------------------------

%package -n %{libregex}
Summary:	Library for GNUnet
Group:		System/Libraries

%description -n %{libregex}
Library for GNUnet.

%files -n %{libregex}
%{_libdir}/lib%{name}regex.so.%{regex_major}*

#----------------------------------------------------------------------------

%package -n %{libregexblock}
Summary:	Library for GNUnet
Group:		System/Libraries

%description -n %{libregexblock}
Library for GNUnet.

%files -n %{libregexblock}
%{_libdir}/lib%{name}regexblock.so.%{regexblock_major}*

#----------------------------------------------------------------------------

%package -n %{libtesting}
Summary:	Library for GNUnet
Group:		System/Libraries

%description -n %{libtesting}
Library for GNUnet.

%files -n %{libtesting}
%{_libdir}/lib%{name}testing.so.%{testing_major}*

#----------------------------------------------------------------------------

%package -n %{libtransport}
Summary:	Library for GNUnet
Group:		System/Libraries

%description -n %{libtransport}
Library for GNUnet.

%files -n %{libtransport}
%{_libdir}/lib%{name}transport.so.%{transport_major}*

#----------------------------------------------------------------------------

%package -n %{libutil}
Summary:	Library for GNUnet
Group:		System/Libraries

%description -n %{libutil}
Library for GNUnet.

%files -n %{libutil}
%{_libdir}/lib%{name}util.so.%{util_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{libname}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libarm} = %{EVRD}
Requires:	%{libats} = %{EVRD}
Requires:	%{libdatastore} = %{EVRD}
Requires:	%{libfragmentation} = %{EVRD}
Requires:	%{libfs} = %{EVRD}
Requires:	%{libmesh} = %{EVRD}
Requires:	%{libregex} = %{EVRD}
Requires:	%{libregexblock} = %{EVRD}
Requires:	%{libtesting} = %{EVRD}
Requires:	%{libtransport} = %{EVRD}
Requires:	%{libutil} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{libname}.

%files -n %{devname}
%{_libdir}/lib%{name}*.so
%{_libdir}/pkgconfig/*.pc
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
mv AUTHORS AUTHORS.old
iconv -f ISO_8859-1 -t UTF-8 AUTHORS.old -o AUTHORS

%build
autoreconf -fi
%configure2_5x
# makefile doesn't support running multiple jobs simultaneously
make

%install
%makeinstall_std
mkdir -p %{buildroot}%{gnunethome}
mkdir -p %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}%{_initrddir}
install -m0755 %{SOURCE2} %{buildroot}%{_initrddir}/%{name}d
ln -s %{_datadir}/%{name}/config.d %{buildroot}%{_sysconfdir}/gnunet.d

%find_lang %{name}


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.1-1
+ Revision: 95aa1d1
- Add new library subpackages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1758 |14cr|gnunet-gtk-0.10.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	GNUnet GTK user interface
Name:		gnunet-gtk
Version:	0.10.1
Release:	1
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://gnunet.org/
Source0:	http://gnunet.org/download/%{name}-%{version}.tar.gz
Patch0:		gnunet-gtk-0.10.1-conversation.patch
Patch1:		gnunet-gtk-0.10.1-automake.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gladeui-2.0)
BuildRequires:	pkgconfig(gnunetcore) = %{version}
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libextractor)
BuildRequires:	pkgconfig(unique-3.0)
Requires:	gnunet

%description
This is the GNUnet GTK user interface. GNUnet is a framework for secure
peer-to-peer networking that does not use any centralized or otherwise
trusted services.

%files -f %{name}.lang
%doc README AUTHORS ABOUT-NLS ChangeLog
%{_bindir}/gnunet-*
%{_mandir}/man1/gnunet-*.1.*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/gnunet-*.desktop
%{_libdir}/gnunet/libgnunet_plugin_gtk_*.so
%{_iconsdir}/hicolor/*/apps/gnunet-*.*
%{_iconsdir}/hicolor/*/status/gnunet-*.*

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	GNUnet GTK library
Group:		System/Libraries

%description -n %{libname}
This is the GNUnet GTK user interface. GNUnet is a framework for secure
peer-to-peer networking that does not use any centralized or otherwise
trusted services.

This package contains lib%{name} shared library.

%files -n %{libname}
%{_libdir}/libgnunetgtk.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{devname}
Summary:	GNUnet GTK development files
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 0.10.0
Conflicts:	%{name}-devel < 0.10.0

%description -n %{devname}
This is the GNUnet GTK user interface. GNUnet is a framework for secure
peer-to-peer networking that does not use any centralized or otherwise
trusted services.

This package contains files required for development only.

%files -n %{devname}
%doc README AUTHORS ABOUT-NLS ChangeLog
%{_includedir}/%{name}/*.h
%{_libdir}/libgnunetgtk.so

#------------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x \
	--with-gtk-version=3.0.0 \
	--disable-conversation-app
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.1-1
+ Revision: 1078751
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1759 |14cr|gnupod-0.99.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gnupod		
Summary:	Command-line tools for the iPod

Version:	0.99.8
Release:	5
Source:		ftp://ftp.gnu.org/gnu/gnupod/%{name}-%{version}.tgz
URL:		http://www.gnu.org/software/gnupod/
License:	GPLv3+
Group:		Communications
BuildRequires:	perl-MP3-Info perl-Unicode-String
BuildRequires:	perl-XML-Parser
BuildRequires:	perl-libwww-perl
BuildRequires:	perl-Digest-SHA1
BuildRequires:	perl-TimeDate
Requires:	perl-MP3-Info perl-Unicode-String
Requires:	perl-XML-Parser
BuildArch:	noarch
Provides:	gnupod-tools
%description
gnuPod is a collection of tools which allow you to use your iPod under Linux.
HFS+ and FAT32 formatted iPods are supported.

%prep
%setup -q

%build
%{__perl} -pi -e 's/test \$PERL/test "\$PERL"/' configure
export PERL="%{__perl} -I%{buildroot}%{perl_vendorlib}"
%configure2_5x

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{perl_vendorlib}
mkdir -p %{buildroot}/%{_infodir}
%makeinstall
cp doc/%{name}.info %{buildroot}/%{_infodir}

%clean



%files
%doc CHANGES doc/*
%{_bindir}/*
%{_mandir}/man1/*
%{perl_vendorlib}/*
%{_infodir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99.8-5
+ Revision: e9f8f94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1760 |14cr|gnuradio-3.7.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libuhd		%mklibname %{name}-uhd %{major}
%define devuhd		%mklibname %{name}-uhd -d
%define libdigital	%mklibname %{name}-digital %{major}
%define devdigital	%mklibname %{name}-digital -d
%define libvolk		%mklibname %{name}-volk %{major}
%define devvolk		%mklibname %{name}-volk -d
%define libatsc		%mklibname %{name}-atsc %{major}
%define devatsc		%mklibname %{name}-atsc -d
%define libaudio	%mklibname %{name}-audio %{major}
%define devaudio	%mklibname %{name}-audio -d
%define libruntime	%mklibname %{name}-runtime %{major}
%define devruntime	%mklibname %{name}-runtime -d
%define libvocoder	%mklibname %{name}-vocoder %{major}
%define devvocoder	%mklibname %{name}-vocoder -d
%define libnoaa		%mklibname %{name}-noaa %{major}
%define devnoaa		%mklibname %{name}-noaa -d
%define libpager	%mklibname %{name}-pager %{major}
%define devpager	%mklibname %{name}-pager -d
%define libqtgui	%mklibname %{name}-qtgui %{major}
%define devqtgui	%mklibname %{name}-qtgui -d
%define libtrellis	%mklibname %{name}-trellis %{major}
%define devtrellis	%mklibname %{name}-trellis -d
%define libvideo_sdl	%mklibname %{name}-video-sdl %{major}
%define devvideo_sdl	%mklibname %{name}-video-sdl -d
%define libfcd		%mklibname %{name}-fcd %{major}
%define devfcd		%mklibname %{name}-fcd -d
%define libwavelet	%mklibname %{name}-wavelet %{major}
%define devwavelet	%mklibname %{name}-wavelet -d
%define libfft		%mklibname %{name}-fft %{major}
%define devfft		%mklibname %{name}-fft -d
%define libfilter	%mklibname %{name}-filter %{major}
%define devfilter	%mklibname %{name}-filter -d
%define libanalog	%mklibname %{name}-analog %{major}
%define devanalog	%mklibname %{name}-analog -d
%define libblocks	%mklibname %{name}-blocks %{major}
%define devblocks	%mklibname %{name}-blocks -d
%define libwxgui	%mklibname %{name}-wxgui %{major}
%define devwxgui	%mklibname %{name}-wxgui -d
%define libchannels	%mklibname %{name}-channels %{major}
%define devchannels	%mklibname %{name}-channels -d
%define libfec		%mklibname %{name}-fec %{major}
%define devfec		%mklibname %{name}-fec -d
%define libpmt		%mklibname %{name}-pmt %{major}
%define devpmt		%mklibname %{name}-pmt -d

# The following retained only for obsoletes
%define libcore		%mklibname %{name}-core %{major}
%define devcore		%mklibname %{name}-core -d
%define libgruel	%mklibname gruel %{major}
%define devgruel	%mklibname gruel -d

%bcond_with ice

#######################################################
Name:		gnuradio
Version:	3.7.3
Release:	2
Summary:	Software defined radio framework
Group:		Communications
License:	GPLv3+
URL:		http://www.gnuradio.org
Source0:	http://gnuradio.org/releases/gnuradio/%{name}-%{version}.tar.gz

# Create tarball from git with:
# $ ./make-tarball gnuradio http://gnuradio.org/git/gnuradio.git
# See note in make-tarball script
Source1:	make-tarball

Patch0:		gnuradio-3.7.1-mga-cmakelists.patch

BuildRequires:	cmake
BuildRequires:	sdcc
BuildRequires:	fftw-devel
BuildRequires:	cppunit-devel
BuildRequires:	wxPython
BuildRequires:	xmlto
BuildRequires:	graphviz
BuildRequires:	boost-devel
BuildRequires:	python-devel
BuildRequires:	swig
BuildRequires:	doxygen
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(guile-2.0)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	portaudio-devel
BuildRequires:	libtool
BuildRequires:	gsl-devel
BuildRequires:	python-qt4-devel
BuildRequires:	libqwtplot3d-devel
BuildRequires:	python-cheetah
BuildRequires:	xdg-utils
BuildRequires:	python-lxml
BuildRequires:	pygtk2.0-libglade
BuildRequires:	orc-devel
BuildRequires:	uhd-devel
BuildRequires:	python-numpy
BuildRequires:	qwt-devel
%if %{with ice}
BuildRequires:	python-ice-devel
BuildRequires:	ice-devel
%endif

Requires(pre):	shadow-utils

Requires:	%{name}-companion = %{EVRD}
Requires:	%{name}-doc = %{EVRD}
Requires:	%{name}-examples = %{EVRD}
Requires:	%{name}-noaa = %{EVRD}
Requires:	%{name}-pager = %{EVRD}
Requires:	%{name}-utils = %{EVRD}
Requires:	%{libatsc} = %{EVRD}
Requires:	%{libruntime} = %{EVRD}
Requires:	%{libnoaa} = %{EVRD}
Requires:	%{libpager} = %{EVRD}
Requires:	%{libqtgui} = %{EVRD}
Requires:	%{libtrellis} = %{EVRD}
Requires:	%{libvideo_sdl} = %{EVRD}
Requires:	%{libuhd} = %{EVRD}
Requires:	%{libdigital} = %{EVRD}
Requires:	%{libvolk} = %{EVRD}
Requires:	%{libaudio} = %{EVRD}
Requires:	%{libvocoder} = %{EVRD}
Requires:	%{libfcd} = %{EVRD}
Requires:	%{libwavelet} = %{EVRD}
Requires:	%{libfft} = %{EVRD}
Requires:	%{libfilter} = %{EVRD}
Requires:	%{libanalog} = %{EVRD}
Requires:	%{libblocks} = %{EVRD}
Requires:	%{libwxgui} = %{EVRD}
Requires:	%{libchannels} = %{EVRD}
Requires:	%{libfec} = %{EVRD}
Requires:	%{libpmt} = %{EVRD}

Requires:	python-%{name}-atsc = %{EVRD}
Requires:	python-%{name}-runtime = %{EVRD}
Requires:	python-%{name}-qtgui = %{EVRD}
Requires:	python-%{name}-trellis = %{EVRD}
Requires:	python-%{name}-video-sdl = %{EVRD}
Requires:	python-%{name}-wxgui = %{EVRD}
Requires:	python-%{name}-digital = %{EVRD}
Requires:	python-%{name}-vocoder = %{EVRD}
Requires:	python-%{name}-audio = %{EVRD}
Requires:	python-%{name}-uhd = %{EVRD}
Requires:	python-%{name}-fcd = %{EVRD}
Requires:	python-%{name}-wavelet = %{EVRD}
Requires:	python-%{name}-fft = %{EVRD}
Requires:	python-%{name}-filter = %{EVRD}
Requires:	python-%{name}-modtool = %{EVRD}
Requires:	python-%{name}-channels = %{EVRD}
Requires:	python-%{name}-fec = %{EVRD}
Requires:	python-%{name}-pmt = %{EVRD}
Requires:	python-%{name}-blocks = %{EVRD}
Requires:	python-%{name}-analog = %{EVRD}

Provides:	%{name} = %{EVRD}

%description
GNU Radio is a collection of software that when combined with minimal
hardware, allows the construction of radios where the actual wave forms
transmitted and received are defined by software. What this means is
that it turns the digital modulation schemes used in today's high
performance wireless devices into software problems.
This is a virtual package that installs the entire GNU Radio software set.

%files

############################
%package doc
Summary:	Software Defined Radio
Group:		Communications
BuildArch:	noarch

%description doc
This package contains the documentation for the GNU Radio software
defined radio system.

%files doc
%doc %{_docdir}/*
%{_datadir}/applications/%{name}-doc.desktop

############################
%package examples
Summary:	GNU Radio Example Programs
Group:		Communications

%description examples
This package provides examples of GNU Radio usage using Python.

%files examples
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/grc

#######################################################
#######################################################
#
# Lib and devel packages
#
#######################################################
#######################################################

############################
%package -n %{libuhd}
Summary:	Uhd
Group:		System/Libraries
Obsoletes:	%{_lib}%{name}-usrp0 < 3.5.1
Obsoletes:	%{_lib}%{name}-usrp2_0 < 3.5.1
Obsoletes:	usrp < 3.5.1

%description -n %{libuhd}
This is the GNU Radio UHD package.
It is the interface to the UHD library to connect to and send and receive data
between the Ettus Research, LLC product line.

%files -n %{libuhd}
%{_libdir}/lib%{name}-uhd*.so.%{major}*

############################
%package -n %{devuhd}
Summary:	Uhd devel files
Group:		Development/Other
Requires:	%{libuhd} = %{EVRD}
Obsoletes:	%{_lib}%{name}-usrp2-devel < 3.5.1
Obsoletes:	%{_lib}%{name}-usrp-devel < 3.5.1
Requires:	%{devruntime} = %{EVRD}

%description -n %{devuhd}
This package contains header files needed by developers.

%files -n %{devuhd}
%{_includedir}/%{name}/uhd/*.h
%{_libdir}/pkgconfig/%{name}-uhd.pc
%{_libdir}/lib%{name}-uhd*.so

############################
%package -n %{libdigital}
Summary:	GNU Radio digital modulation blocks
Group:		System/Libraries

%description -n %{libdigital}
This is the gr-digital package.
It contains all of the digital modulation blocks, utilities, and examples.

%files -n %{libdigital}
%{_libdir}/lib%{name}-digital*.so.%{major}*

############################
%package -n %{devdigital}
Summary:	Digital
Group:		Development/Other
Requires:	%{libdigital} = %{EVRD}

%description -n %{devdigital}
This package contains header files needed by developers.

%files -n %{devdigital}
%{_includedir}/%{name}/digital/*.h
%{_libdir}/pkgconfig/%{name}-digital.pc
%{_libdir}/lib%{name}-digital*.so

############################
%package -n %{libvolk}
Summary:	GNU Radio Volk
Group:		System/Libraries

%description -n %{libvolk}
VOLK stands for Vector-Optimized Library of Kernels.
It is a library that was introduced into GNU Radio in December 2010.

%files -n %{libvolk}
%{_libdir}/libvolk.so.%{major}*
%{_libdir}/cmake/volk/VolkConfig.cmake

############################
%package -n %{devvolk}
Summary:	GNU Radio Volk devel files
Group:		Development/Other
Requires:	%{libvolk} = %{EVRD}

%description -n %{devvolk}
This package contains header files needed by developers.

%files -n %{devvolk}
%{_includedir}/volk/*
%{_libdir}/pkgconfig/volk.pc
%{_libdir}/libvolk.so

############################
%package -n %{libatsc}
Summary:	The GNU Radio blocks for ATSC decoding
Group:		System/Libraries

%description -n %{libatsc}
This pacage provides ATSC (HDTV) transmitter and receiver blocks.
Code related to the Advanced Television Standards Committee HDTV
implementation.

%files -n %{libatsc}
%{_libdir}/lib%{name}-atsc*.so.%{major}*

############################
%package -n %{devatsc}
Summary:	The GNU Radio blocks for ATSC decoding
Group:		Development/Other
Requires:	%{libatsc} = %{EVRD}

%description -n %{devatsc}
This package contains header files needed by developers.

%files -n %{devatsc}
%{_includedir}/%{name}/atsc/*.h
%{_includedir}/%{name}/atsc/CMakeLists.txt
%{_libdir}/pkgconfig/%{name}-atsc.pc
%{_libdir}/lib%{name}-atsc*.so


############################
%package -n %{libaudio}
Summary:	GNU Radio audio interfaces
Group:		System/Libraries
Obsoletes:	%{name}-sounder < 3.5.1
Obsoletes:	%{_lib}%{name}-audio-alsa0 < 3.5.1
Obsoletes:	%{_lib}%{name}-audio-jack0 < 3.5.1
Obsoletes:	%{_lib}%{name}-audio-portaudio0 < 3.5.1

%description -n %{libaudio}
This package includes all of the supported audio interfaces.

%files -n %{libaudio}
%{_libdir}/lib%{name}-audio*.so.%{major}*
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/gr-audio-*.conf

############################
%package -n %{devaudio}
Summary:	GNU Radio audio interfaces - devel files
Group:		Development/Other
Requires:	%{libaudio} = %{EVRD}
Obsoletes:	%{_lib}%{name}-audio-alsa-devel < 3.5.1
Obsoletes:	%{_lib}%{name}-audio-jack-devel < 3.5.1
Obsoletes:	%{_lib}%{name}-audio-portaudio-devel < 3.5.1
Requires:	%{devruntime} = %{EVRD}

%description -n %{devaudio}
This package contains header files needed by developers.

%files -n %{devaudio}
%{_includedir}/%{name}/audio/*.h
%{_libdir}/pkgconfig/%{name}-audio.pc
%{_libdir}/lib%{name}-audio*.so

############################
%package -n %{libruntime}
Summary:	The GNU Radio Runtime Library
Group:		System/Libraries
# Obsoletes with no new corresponding package added here
Obsoletes:	%{name}-gpio < 3.5.1
Obsoletes:	%{name}-radar-mono < 3.5.1
Obsoletes:	%{name}-radio-astronomy < 3.5.1
Obsoletes:	%{_lib}%{name}-msdd6000_0 < 3.5.1
Obsoletes:	%{libcore} < %{version}-%{release}
Obsoletes:	%{libgruel} < %{version}-%{release}
Obsoletes:	%{devgruel} < %{version}-%{release}
Obsoletes:	%{devcore} < %{version}-%{release}
Obsoletes:	%{devgruel} < %{version}-%{release}

%description -n %{libruntime}
This package contains the GNU Radio runtime libraries.

%files -n %{libruntime}
%{_libdir}/lib%{name}-runtime*.so.%{major}*

############################
%package -n %{devruntime}
Summary:	The GNU Radio runtime devel files
Group:		Development/Other
Requires:	%{libruntime} = %{EVRD}
Provides:	%{devruntime} = %{EVRD}
Obsoletes:	%{_lib}%{name}-msdd6000-devel  < 3.5.1

%description -n %{devruntime}
This package contains header files needed by developers.

%files -n %{devruntime}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_includedir}/%{name}/messages/*.h
%{_includedir}/%{name}/thread/*.h
%{_includedir}/%{name}/swig
%{_libdir}/pkgconfig/%{name}-runtime.pc
%{_libdir}/lib%{name}-runtime*.so

############################
#libgnuradio-vocoder

%package -n %{libvocoder}
Summary:	GNU Radio C++ vocoder blocks
Group:		System/Libraries
Obsoletes:	%{_lib}%{name}-cvsd-vocoder0 < 3.5.1
Obsoletes:	%{_lib}%{name}-gsm-fr-vocoder0 < 3.5.1

%description -n %{libvocoder}
This is the gr-vocoder package.
It contains all available vocoders in GNU Radio.

%files -n %{libvocoder}
%{_libdir}/lib%{name}-vocoder*.so.%{major}*

############################
%package -n %{devvocoder}
Summary:	GNU Radio vocoder devel files
Group:		Development/Other
Requires:	%{libvocoder} = %{EVRD}
Obsoletes:	%{_lib}%{name}-cvsd-vocoder-devel < 3.5.1
Obsoletes:	%{_lib}%{name}-gsm-fr-vocoder-devel < 3.5.1

%description -n %{devvocoder}
This package contains header files needed by developers.

%files -n %{devvocoder}
%{_includedir}/%{name}/vocoder/*.h
%{_libdir}/pkgconfig/%{name}-vocoder.pc
%{_libdir}/lib%{name}-vocoder*.so

############################
#libgnuradio-noaa0

%package -n %{libnoaa}
Summary:	GNU Radio C++ block implementing the NOAA
Group:		System/Libraries

%description -n %{libnoaa}
This package provides a NOAA POES HRPT receiver/demodulator block
for GNU Radio.

%files -n %{libnoaa}
%{_libdir}/lib%{name}-noaa*.so.%{major}*

############################
%package -n %{devnoaa}
Summary:	GNU Radio C++ block implementing the NOAA
Group:		Development/Other
Requires:	%{libnoaa} = %{EVRD}

%description -n %{devnoaa}
This package contains header files needed by developers.

%files -n %{devnoaa}
%{_includedir}/%{name}/noaa/*.h
%{_libdir}/lib%{name}-noaa*.so
%{_libdir}/pkgconfig/%{name}-noaa.pc

############################
#libgnuradio-pager0

%package -n %{libpager}
Summary:	GNU Radio C++ block implementing the FLEX one-way pager protocol
Group:		System/Libraries

%description -n %{libpager}
This package provides an implementation of the FLEX one-way pager protocol
for GNU Radio.

%files -n %{libpager}
%{_libdir}/lib%{name}-pager*.so.%{major}*

############################
%package -n %{devpager}
Summary:	GNU Radio C++ block implementing the FLEX one-way pager protocol
Group:		Development/Other
Requires:	%{libpager} = %{EVRD}

%description -n %{devpager}
This package contains header files needed by developers.

%files -n %{devpager}
%{_includedir}/%{name}/pager/*.h
%{_libdir}/pkgconfig/%{name}-pager.pc
%{_libdir}/lib%{name}-pager*.so

############################
%package -n %{libqtgui}
Summary:	GNU Radio C++ blocks for QT-based GUI applications
Group:		System/Libraries

%description -n %{libqtgui}
This package contains the C++ library for using GNU Radio inside
QT-based GUI applications.

%files -n %{libqtgui}
%{_libdir}/lib%{name}-qtgui*.so.%{major}*
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/gr-qtgui.conf

############################
%package -n %{devqtgui}
Summary:	GNU Radio C++ blocks for QT-based GUI applications
Group:		Development/Other
Requires:	%{libqtgui} = %{EVRD}

%description -n %{devqtgui}
This package contains the C++ library for using GNU Radio inside
QT-based GUI applications.
This package contains header files needed by developers.

%files -n %{devqtgui}
%{_includedir}/%{name}/qtgui/*.h
%{_includedir}/%{name}/qtgui/CMakeLists.txt
%{_libdir}/pkgconfig/%{name}-qtgui.pc
%{_libdir}/lib%{name}-qtgui*.so

############################
%package -n  %{libtrellis}
Summary:	GNU Radio C++ block implementing trellis-coded modulation
Group:		System/Libraries

%description -n %{libtrellis}
This package provides an implementation of tellis-coded modulation
for GNU Radio.

%files -n %{libtrellis}
%{_libdir}/lib%{name}-trellis*.so.%{major}*

############################
%package -n %{devtrellis}
Summary:	GNU Radio C++ block implementing trellis-coded modulation
Group:		Development/Other
Requires:	%{libtrellis} = %{EVRD}

%description -n %{devtrellis}
This package contains header files needed by developers.

%files -n %{devtrellis}
%{_includedir}/%{name}/trellis/*.h
%{_libdir}/pkgconfig/%{name}-trellis.pc
%{_libdir}/lib%{name}-trellis*.so

############################
%package -n %{libvideo_sdl}
Summary:	GNU Radio C++ block implementing video-sdl-coded modulation
Group:		System/Libraries

%description -n %{libvideo_sdl}
This package provides an interface to the SDL rendering library
for GNU Radio.

%files -n %{libvideo_sdl}
%{_libdir}/lib%{name}-video-sdl*.so.%{major}*

############################
%package -n %{devvideo_sdl}
Summary:	GNU Radio C++ block implementing video-sdl-coded modulation
Group:		Development/Other
Requires:	%{libvideo_sdl} = %{EVRD}

%description -n %{devvideo_sdl}
This package provides an interface to the SDL rendering library
for GNU Radio.

This package contains header files needed by developers.

%files -n %{devvideo_sdl}
%{_includedir}/%{name}/video_sdl/*.h
%{_libdir}/pkgconfig/%{name}-video-sdl.pc
%{_libdir}/lib%{name}-video-sdl*.so

############################
%package -n %{libfcd}
Summary:	Fun Cube Dongle libs
Group:		System/Libraries

%description -n %{libfcd}
Fun Cube Dongle library files

%files -n %{libfcd}
%{_libdir}/lib%{name}-fcd*.so.%{major}*

############################
%package -n %{devfcd}
Summary:	Fcd
Group:		System/Libraries
Requires:	%{libfcd} = %{EVRD}

%description -n %{devfcd}
This package contains header files needed by developers.

%files -n %{devfcd}

%{_includedir}/%{name}/fcd/*.h
%{_libdir}/pkgconfig/%{name}-fcd.pc
%{_libdir}/lib%{name}-fcd*.so

############################
%package -n %{libwavelet}
Summary:	GnuRadio Wavelet
Group:		System/Libraries

%description -n %{libwavelet}
GnuRadio Wavelet module.

%files -n %{libwavelet}
%{_libdir}/lib%{name}-wavelet*.so.%{major}*

############################
%package -n %{devwavelet}
Summary:	GnuRadio Wavelet development files
Group:		System/Libraries
Requires:	%{libwavelet} = %{EVRD}

%description -n %{devwavelet}
This package contains header files needed by developers.

%files -n %{devwavelet}
%{_includedir}/%{name}/wavelet/*.h
%{_libdir}/lib%{name}-wavelet*.so
%{_libdir}/pkgconfig/%{name}-wavelet.pc

############################
%package -n %{libfft}
Summary:	GnuRadio fft
Group:		System/Libraries

%description -n %{libfft}
GnuRadio fft module.

%files -n %{libfft}
%{_libdir}/lib%{name}-fft*.so.%{major}*

############################
%package -n %{devfft}
Summary:	GnuRadio fft development files
Group:		System/Libraries
Requires:	%{libfft} = %{EVRD}

%description -n %{devfft}
This package contains header files needed by developers.

%files -n %{devfft}
%{_includedir}/%{name}/fft/*.h
%{_libdir}/lib%{name}-fft*.so
%{_libdir}/pkgconfig/%{name}-fft.pc

############################
%package -n %{libfilter}
Summary:	GnuRadio filters
Group:		System/Libraries

%description -n %{libfilter}
GnuRadio filter module.

%files -n %{libfilter}
%{_libdir}/lib%{name}-filter*.so.%{major}*

############################
%package -n %{devfilter}
Summary:	GnuRadio filter development files
Group:		System/Libraries
Requires:	%{libfilter} = %{EVRD}

%description -n %{devfilter}
This package contains header files needed by developers.

%files -n %{devfilter}
%{_includedir}/%{name}/filter/*.h
%{_libdir}/lib%{name}-filter*.so
%{_libdir}/pkgconfig/%{name}-filter.pc

############################
%package -n %{libanalog}
Summary:	GnuRadio analog
Group:		System/Libraries

%description -n %{libanalog}
GnuRadio analog module.

%files -n %{libanalog}
%{_libdir}/lib%{name}-analog*.so.%{major}*

############################
%package -n %{devanalog}
Summary:	GnuRadio analog development files
Group:		System/Libraries
Requires:	%{libanalog} = %{EVRD}

%description -n %{devanalog}
This package contains header files needed by developers.

%files -n %{devanalog}
%{_includedir}/%{name}/analog/*.h
%{_libdir}/lib%{name}-analog*.so
%{_libdir}/pkgconfig/%{name}-analog.pc

############################
%package -n %{libblocks}
Summary:	GnuRadio blocks
Group:		System/Libraries

%description -n %{libblocks}
GnuRadio blocks module.

%files -n %{libblocks}
%{_libdir}/lib%{name}-blocks*.so.%{major}*

############################
%package -n %{devblocks}
Summary:	GnuRadio blocks development files
Group:		System/Libraries
Requires:	%{libblocks} = %{EVRD}

%description -n %{devblocks}
This package contains header files needed by developers.

%files -n %{devblocks}
%{_includedir}/%{name}/blocks/*.h
%{_libdir}/lib%{name}-blocks*.so
%{_libdir}/pkgconfig/%{name}-blocks.pc

############################
%package -n %{libwxgui}
Summary:	GnuRadio wxgui
Group:		System/Libraries

%description -n %{libwxgui}
GnuRadio wxgui module.

%files -n %{libwxgui}
%{_libdir}/lib%{name}-wxgui*.so.%{major}*

############################
%package -n %{devwxgui}
Summary:	GnuRadio wxgui development files
Group:		System/Libraries
Requires:	%{libwxgui} = %{EVRD}

%description -n %{devwxgui}
This package contains header files needed by developers.

%files -n %{devwxgui}
%{_includedir}/%{name}/wxgui/*.h
%{_libdir}/lib%{name}-wxgui*.so
%{_libdir}/pkgconfig/gr-wxgui.pc

############################
%package -n %{libchannels}
Summary:	GnuRadio channels
Group:		System/Libraries

%description -n %{libchannels}
GnuRadio channels module.

%files -n %{libchannels}
%{_libdir}/lib%{name}-channels*.so.%{major}*

############################
%package -n %{devchannels}
Summary:	GnuRadio channels development files
Group:		System/Libraries
Requires:	%{libchannels} = %{EVRD}

%description -n %{devchannels}
This package contains header files needed by developers.

%files -n %{devchannels}
%{_includedir}/%{name}/channels/*.h
%{_libdir}/lib%{name}-channels*.so
%{_libdir}/pkgconfig/%{name}-channels.pc

############################
%package -n %{libfec}
Summary:	GnuRadio fec
Group:		System/Libraries

%description -n %{libfec}
GnuRadio fec module.

%files -n %{libfec}
%{_libdir}/lib%{name}-fec*.so.%{major}*

############################
%package -n %{devfec}
Summary:	GnuRadio fec development files
Group:		System/Libraries
Requires:	%{libfec} = %{EVRD}

%description -n %{devfec}
This package contains header files needed by developers.

%files -n %{devfec}
%{_includedir}/%{name}/fec/*.h
%{_libdir}/lib%{name}-fec*.so
%{_libdir}/pkgconfig/%{name}-fec.pc

############################
%package -n %{libpmt}
Summary:	GnuRadio pmt
Group:		System/Libraries

%description -n %{libpmt}
GnuRadio pmt module.

%files -n %{libpmt}
%{_libdir}/lib%{name}-pmt*.so.%{major}*

############################
%package -n %{devpmt}
Summary:	GnuRadio pmt development files
Group:		System/Libraries
Requires:	%{libpmt} = %{EVRD}

%description -n %{devpmt}
This package contains header files needed by developers.

%files -n %{devpmt}
%{_libdir}/lib%{name}-pmt*.so
%{_includedir}/pmt/*.h

#######################################################
#######################################################
#
# Python packages
#
#######################################################
#######################################################

############################
%package -n python-%{name}-runtime
Summary:	Python bindings for GNU Radio runtime library
Group:		Development/Python
Requires:	python-numpy
Requires:	python-lxml
Requires:	pygtk2.0
Requires:	python-cheetah
Requires:	wxPython
Requires:	python-scipy
Requires:	python-opengl
# Explicit require on PyQt4 Resolves: rhbz#781494
Requires:	PyQt4
Obsoletes:	python-%{name}-msdd6000 < 3.5.1
Obsoletes:	python-%{name}-gruel < %{version}-%{release}
Obsoletes:	python-%{name}-core < %{version}-%{release}

%description -n python-%{name}-runtime
This package provides the modules that enable one to use gnuradio from
Python scripts.

%files -n python-%{name}-runtime
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/conf.d
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/%{name}-runtime.conf
%dir %{py_platsitedir}/%{name}
%{py_platsitedir}/%{name}/gr
%{py_platsitedir}/%{name}/gru
%{py_platsitedir}/%{name}/__init__.*
%{py_platsitedir}/%{name}/eng_notation.*
%{py_platsitedir}/%{name}/eng_option.*
%{py_platsitedir}/%{name}/gr_unittest.*
%{py_platsitedir}/%{name}/gr_xmlrunner.*

%package -n python-%{name}-digital
Summary:	Python bindings for GNU Radio digital
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-digital
This package contains Python bindings for GNU Radio Digital.

%files -n python-%{name}-digital
%{py_platsitedir}/%{name}/digital/*

############################
%package -n python-%{name}-vocoder
Summary:	Python bindings for GNU Radio vocoder
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}
Obsoletes:	python-%{name}-cvsd-vocoder < 3.5.1
Obsoletes:	python-%{name}-gsm-fr-vocoder < 3.5.1

%description -n python-%{name}-vocoder
This package contains Python bindings for GNU Radio ATSC decoding.

%files -n python-%{name}-vocoder
%{py_platsitedir}/%{name}/vocoder/*

############################
%package -n python-%{name}-atsc
Summary:	Python bindings for GNU Radio ATSC decoding
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-atsc
This package contains Python bindings for GNU Radio ATSC decoding.
Code related to the Advanced Television Standards Committee HDTV
implementation.

%files -n python-%{name}-atsc
%{py_platsitedir}/%{name}/atsc/*

############################
%package -n python-%{name}-audio
Summary:	GNU Radio Python Audio Driver
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}
Obsoletes:	python-%{name}-audio-alsa < 3.5.1
Obsoletes:	python-%{name}-audio-jack < 3.5.1
Obsoletes:	python-%{name}-audio-portaudio < 3.5.1

%description -n python-%{name}-audio
This package provides the Python interface to the GNU Radio driver for the
audio system.

%files -n python-%{name}-audio
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/gr-audio.conf
%{py_platsitedir}/%{name}/audio/*

############################
%package -n python-%{name}-qtgui
Summary:	GNU Radio Graphical Interface Routines based on QT
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-qtgui
This package provides the Python wrappers around the GNU Radio QT GUI
C++ blocks.

%files -n python-%{name}-qtgui
%{py_platsitedir}/%{name}/qtgui

############################
%package -n python-%{name}-trellis
Summary:	GNU Radio Trellis-Coded Modulation library
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-trellis
This package provides an implementation of trellis-coded modulation for
GNU Radio.

%files -n python-%{name}-trellis
%{py_platsitedir}/%{name}/trellis/*

############################
%package -n python-%{name}-uhd
Summary:	Python bindings for GNU Radio uhd driver
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}
Obsoletes:	python-%{name}-usrp < 3.5.1
Obsoletes:	python-%{name}-usrp2 < 3.5.1

%description -n python-%{name}-uhd
This package provides the Python interface to the GNU Radio uhd driver
and daughterboard drivers.

%files -n python-%{name}-uhd
%{py_platsitedir}/%{name}/uhd

############################
%package -n python-%{name}-video-sdl
Summary:	GNU Radio SDL Interface Library
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-video-sdl
This package provides an interface to the SDL rendering library for GNU Radio.

%files -n python-%{name}-video-sdl
%{py_platsitedir}/%{name}/video_sdl/*

############################
%package -n python-%{name}-wxgui
Summary:	GNU Radio GUI Routines based on wxPython
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-wxgui
This package provides high level GUI construction classes based upon the
wxPython bindings for wxWidgets.

%files -n python-%{name}-wxgui
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/gr-wxgui.conf
%{py_platsitedir}/%{name}/wxgui

############################
%package -n python-%{name}-channels
Summary:	GNU Radio channels
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-channels
GNU Radio channels

%files -n python-%{name}-channels
%{py_platsitedir}/%{name}/channels

############################
%package -n python-%{name}-fec
Summary:	GNU Radio fec
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-fec
GNU Radio fec

%files -n python-%{name}-fec
%{py_platsitedir}/%{name}/fec

############################
%package -n python-%{name}-pmt
Summary:	GNU Radio pmt
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}
Requires:	python-numpy
Requires:	python-opengl

%description -n python-%{name}-pmt
GNU Radio pmt

%files -n python-%{name}-pmt
%{py_platsitedir}/pmt/*

############################
%package -n python-%{name}-fcd
Summary:	GNU Radio Fun Cube Dongle
Group:		Development/Python

%description -n python-%{name}-fcd
GNU Radio Fun Cube Dongle

%files -n python-%{name}-fcd
%{py_platsitedir}/%{name}/fcd

############################
%package -n python-%{name}-wavelet
Summary:	GNU Radio wavelet
Group:		Development/Python

%description -n python-%{name}-wavelet
GNU Radio wavelet

%files -n python-%{name}-wavelet
%{py_platsitedir}/%{name}/wavelet

############################
%package -n python-%{name}-fft
Summary:	GNU Radio fft
Group:		Development/Python

%description -n python-%{name}-fft
GNU Radio fft

%files -n python-%{name}-fft
%{py_platsitedir}/%{name}/fft
%{py_platsitedir}/%{name}/plot_fft_base.*

############################
%package -n python-%{name}-filter
Summary:	GNU Radio filter
Group:		Development/Python

%description -n python-%{name}-filter
GNU Radio filter

%files -n python-%{name}-filter
%{py_platsitedir}/%{name}/filter
%{py_platsitedir}/%{name}/pyqt_filter.*

############################
%package -n python-%{name}-analog
Summary:	GNU Radio analog
Group:		Development/Python

%description -n python-%{name}-analog
GNU Radio analog

%files -n python-%{name}-analog
%{py_platsitedir}/%{name}/analog

############################
%package -n python-%{name}-blocks
Summary:	GNU Radio blocks
Group:		Development/Python

%description -n python-%{name}-blocks
GNU Radio blocks

%files -n python-%{name}-blocks
%{py_platsitedir}/%{name}/blocks

############################
%package -n python-%{name}-modtool
Summary:	GNU Radio modtool
Group:		Development/Python

%description -n python-%{name}-modtool
GNU Radio modtool

%files -n python-%{name}-modtool
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/modtool.conf
%{py_platsitedir}/%{name}/modtool
%{py_platsitedir}/volk_modtool/*

############################
%if %{with ice}
%package -n python-%{name}-ctrlport
Summary:	GNU Radio ctrlport
Group:		Development/Python

%description -n python-%{name}-ctrlport
GNU Radio ctrlport

%files -n python-%{name}-ctrlport
%{_sysconfdir}/%{name}/ctrlport.conf.example
%{py_platsitedir}/%{name}/ctrlport
%{py_platsitedir}/frontend_ice.*
%{py_platsitedir}/%{name}_ice.*
%endif

#######################################################
#######################################################
#
# Software packages and others
#
#######################################################
#######################################################

%package companion
Summary:	The GNU Radio Companion
Group:		Communications
Requires:	python-%{name}-runtime = %{EVRD}
Requires:	python-gnuradio-pmt = %{EVRD}
Suggests:	%{name}-examples = %{EVRD}
Requires:	python-cheetah
Requires:	pygtk2.0
Requires:	python-lxml
Obsoletes:	grc < 3.5.1

%description companion
GRC is a graphical flowgraph editor for the GNU Software Radio.

%files companion
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/grc.conf
%{_bindir}/%{name}-companion
%{_datadir}/applications/%{name}-grc.desktop
%{_datadir}/mime/application/*.xml
%{_iconsdir}/hicolor/*/apps/%{name}-grc.png
%{_datadir}/%{name}/grc
%{py_platsitedir}/%{name}/grc
%{py_platsitedir}/grc_%{name}


############################
%package  noaa
Summary:	GNU Radio NOAA POES HRPT receiver
Group:		Communications
Requires:	python-%{name}-runtime = %{EVRD}

%description noaa
This package provides and implements an NOAA POES HRPT receiver.

%files noaa
%{py_platsitedir}/%{name}/noaa

############################
%package pager
Summary:	GNU Radio FLEX Pager Decoder
Group:		Communications
Requires:	python-%{name}-uhd = %{EVRD}

%description pager
This package provides a decoder for the FLEX paging protocol for GNU Radio.

%files pager
%{_bindir}/usrp_flex*
%{py_platsitedir}/%{name}/pager

############################
%package utils
Summary:	GNU Radio Utilities
Group:		Communications
Requires:	python-%{name}-wxgui = %{EVRD}
Requires:	python-matplotlib
Requires:	python-scipy
Requires:	python-qt4
#Requires:	python-qwt

%description utils
This package provides commonly used utilities for GNU Radio.

%files utils
%{py_platsitedir}/%{name}/plot_psd_base.*
%{py_platsitedir}/%{name}/plot_data.*
%{py_platsitedir}/%{name}/pyqt_plot.*
%{_bindir}/%{name}-config-info

## Where do these live?
%{_bindir}/gr_filter_design
%{_bindir}/gr_plot_*
%{_bindir}/uhd_*
%{_bindir}/gr_read_file_metadata
%{_bindir}/grcc
%{_bindir}/gr_modtool
%{_bindir}/gr_constellation_plot
%{_bindir}/gr_psd_plot_b
%{_bindir}/gr_psd_plot_c
%{_bindir}/gr_psd_plot_f
%{_bindir}/gr_psd_plot_i
%{_bindir}/gr_psd_plot_s
%{_bindir}/gr_spectrogram_plot_b
%{_bindir}/gr_spectrogram_plot_c
%{_bindir}/gr_spectrogram_plot_f
%{_bindir}/gr_spectrogram_plot_i
%{_bindir}/gr_spectrogram_plot_s
%{_bindir}/gr_time_plot_b
%{_bindir}/gr_time_plot_c
%{_bindir}/gr_time_plot_f
%{_bindir}/gr_time_plot_i
%{_bindir}/gr_time_plot_s
%{_bindir}/gr_time_raster_b
%{_bindir}/gr_time_raster_f
%{_bindir}/volk_modtool
%{_bindir}/volk_profile
%{_bindir}/volk-config-info
%if %{with ice}
%{_bindir}/gr-ctrlport-curses
%{_bindir}/gr-ctrlport-cursesc
%{_bindir}/gr-ctrlport-curseso
%{_bindir}/gr-ctrlport-monitor
%{_bindir}/gr-ctrlport-monitorc
%{_bindir}/gr-ctrlport-monitoro
%{_bindir}/gr-perf-monitorx
%{_bindir}/gr-perf-monitorxc
%{_bindir}/gr-perf-monitorxo
%endif
%{_libdir}/cmake/%{name}

#######################################################
#######################################################
%prep
%setup -q
%apply_patches

%build
%cmake
%make

%check
## TODO Some tests fail only in i586 build.
# qa_qtgui test failure is a known issue and is skipped.
# Test failures do not halt builds, so check the log.
cd build
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
ctest -V -E qa_qtgui ||:

%install
%makeinstall_std -C build

#icons
for i in 32 48 64 128 256; do
	install -Dpm0644 %{buildroot}%{_datadir}/%{name}/grc/freedesktop/grc-icon-${i}.png \
		%{buildroot}/%{_iconsdir}/hicolor/${i}x${i}/apps/%{name}-grc.png
done

############################
# Desktop files
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/mime/application
mv %{buildroot}%{_datadir}/%{name}/grc/freedesktop/%{name}-grc.xml %{buildroot}%{_datadir}/mime/application/

cat > %{name}-doc.desktop << EOF
[Desktop Entry]
Version=1.0
Name=Gnu Radio C++ API Documentation
GenericName=Gnu Radio C++ API Documentation
Exec=xdg-open /usr/share/doc/%{name}-%{version}/html/index.html
Icon=%{name}-grc
Terminal=false
Type=Application
Categories=System;Documentation;X-Mageia-CrossDesktop;
X-Desktop-File-Install-Version=0.19
EOF

desktop-file-install \
--dir=%{buildroot}%{_datadir}/applications %{name}-doc.desktop

desktop-file-install \
--add-category='X-Mageia-CrossDesktop' \
--set-key=Name \
--set-value='Gnu Radio Companion' \
--dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/%{name}/grc/freedesktop/%{name}-grc.desktop

############################
# We don't need these:
rm -f %{buildroot}/usr/libexec/%{name}/grc_setup_freedesktop
rm -rf %{buildroot}/%{_datadir}/%{name}/grc/freedesktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.3-2
+ Revision: 3fa18bf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1761 |14cr|gnurobbo-0.66-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Logic game ported from ATARI XE/XL
Name:		gnurobbo
Version:	0.66
Release:	3
License:	GPLv2+
Group:		Games/Arcade
Url:		http://gnurobbo.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/gnurobbo/%{name}-%{version}-source.tar.gz
Source10:	%{name}.16.png.bz2
Source11:	%{name}.32.png.bz2
Source12:	%{name}.48.png.bz2
Patch0:		gnurobbo-0.66.libm.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)

%description
GNU Robbo is very addictive logic game. You must help little robot to get out
of unfriendly planet, collecting parts of emergency capsule.

%files
%doc README ChangeLog AUTHORS
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%make PACKAGE_DATA_DIR=%{_datadir}/%{name}

%install
%makeinstall \
	BINDIR=%{buildroot}%{_bindir} \
	PACKAGE_DATA_DIR=%{buildroot}%{_datadir}/%{name} \
	DOCDIR=%{buildroot}%{_docdir}/%{name}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=GNU Robbo
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

mkdir -p %{buildroot}%{_miconsdir}
mkdir -p %{buildroot}%{_liconsdir}
bzcat %{SOURCE10} > %{buildroot}%{_miconsdir}/%{name}.png
bzcat %{SOURCE11} > %{buildroot}%{_iconsdir}/%{name}.png
bzcat %{SOURCE12} > %{buildroot}%{_liconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.66-3
+ Revision: 3161c9b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1762 |14cr|gnus-5.10.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define cvs    0
%define sname	ngnus-0.3

%define infodir %_infodir/packages/%{name}

%{expand:%%define emacs_version %(rpm -q emacs|sed 's/emacs-\([0-9].*\)-.*$/\1/')}
%{expand:%%define xemacs_version %(rpm -q xemacs|sed 's/xemacs-\([0-9].*\)-.*$/\1/')}

Summary:	Gnus Newsreader for Emacs
Name:	gnus
Epoch:	1
Version:	5.10.8
Release:	5
%if %cvs
Source0:	http://www.gnus.com/dist/%sname.tar.bz2
%else
Source0:	http://www.gnus.com/dist/%name-%version.tar.bz2
%endif
Source1: 	gnus-emacs.el
#Source2: 	gnus-xemacs.el
URL: 		http://www.gnus.org/
License: 	GPLv2+
Group: 		Networking/News
BuildArch: noarch
BuildRequires: emacs-bin

%description
You can read news (and mail) from within Emacs by using Gnus. The news can be
gotten by any nefarious means you can think of -- NNTP, local spool or your
mbox file. All at the same time, if you want to push your luck.

%package doc
Summary: 	Gnus Newsreader for XEmacs
Group: 		Networking/News

%description doc
You can read news (and mail) from within Emacs by using Gnus. The news can be
gotten by any nefarious means you can think of -- NNTP, local spool or your
mbox file. All at the same time, if you want to push your luck.

This package is the documentation info files for GNUS version %{version}.

%package emacs
Summary: 	Gnus Newsreader for Emacs
Group: 		Networking/News
Requires: 	emacs
Obsoletes: 	gnus
Provides:	gnus = %version

%description emacs
You can read news (and mail) from within Emacs by using Gnus. The news can be
gotten by any nefarious means you can think of -- NNTP, local spool or your
mbox file. All at the same time, if you want to push your luck.

This version is compiled for GNU/Emacs %{emacs_version}

#%package xemacs
#Summary: Gnus Newsreader for XEmacs
#Copyright: GPL
#Group: Networking/News
#Requires: xemacs = %{xemacs_version}
#
#%description xemacs
#You can read news (and mail) from within Emacs by using Gnus. The news can be
#gotten by any nefarious means you can think of -- NNTP, local spool or your
#mbox file. All at the same time, if you want to push your luck.
#
#This version is compiled for XEmacs %{xemacs_version}

%prep
%if %cvs
%setup -q -n %sname
%else
%setup -q
%endif

%build
# We don't build it since even in the %%install gnus want always to do it.
install -d BUILD
mv [a-z]* Makefile* BUILD

for i in emacs ; do
  cp -a BUILD $i-build
  (cd $i-build ; EMACS=/usr/bin/$i %configure --with-lispdir=%{_datadir}/$i/site-lisp/%{name})
done

%install
for i in emacs ; do
  make -C $i-build install infodir=%buildroot%{infodir} lispdir=%buildroot%{_datadir}/$i/site-lisp/%{name} EMACS=/usr/bin/$i
done

install -d %buildroot%{_sysconfdir}/emacs/site-start.d
cat << EOF > %buildroot%{_sysconfdir}/emacs/site-start.d/%{name}-emacs.el
%{expand:%(%__cat %{SOURCE1})}
EOF

%files doc
%defattr(-,root,root)
%{infodir}/*

%files emacs
%defattr(-,root,root)
%doc GNUS-NEWS BUILD/lisp/ChangeLog
%dir %_datadir/emacs/site-lisp/%{name}
%_datadir/emacs/site-lisp/%{name}/*
%dir %_datadir/emacs/etc/images/%{name}
%_datadir/emacs/etc/images/%{name}/*
%_datadir/emacs/etc/images/smilies/*
%_datadir/emacs/etc/%{name}-tut.txt

%config(noreplace) %{_sysconfdir}/emacs/site-start.d/%{name}-emacs*

#%files xemacs
#%defattr(-,root,root)
#%doc GNUS-NEWS README
#%{_datadir}/xemacs/site-lisp/%{name}
#%config(noreplace) %{_sysconfdir}/emacs/site-start.d/%{name}-xemacs*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.10.8-5
+ Revision: 628e573
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1763 |14cr|gnuserv-3.12.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Allows you to attach to an already running Emacs
Name:           gnuserv
Version:        3.12.8
Release:        6
Source0:        http://meltin.net/hacks/emacs/src/%name-%version.tar.bz2
Source1:        emacs-gnuserv-start.el.bz2
Patch1:         gnuserv-3.12.4-configure-destdir.patch.bz2
Patch2:         gnuserv-3.12.5-fixdisplay.patch.bz2
License:        GPL
Group:          Editors
BuildRoot:      %_tmppath/%name-buildroot
BuildRequires:  emacs-nox
Url:            http://meltin.net/hacks/emacs/
Requires:       emacs

%description
gnuserv allows you to attach to an already running Emacs. This allows
external programs to make use of Emacs' editing capabilities. It is
like GNU Emacs' emacsserver/server.el, but has many more features.

You do not need this package if you use XEmacs; it already includes
gnuserv and gnuclient. If you want to use gnuserv with both GNU Emacs
and XEmacs, you will only be able to use the alternative
/usr/bin/gnuclient with one flavor of emacs; you will have to use
either gnuclient.xemacs or gnuclient.emacs for the other flavor.

%prep
%setup -q
%patch1 -p1 -b .configure
%patch2 -p1 -b .fixdisplay

%build
%configure

%install
rm -rf %buildroot
lispdir=%buildroot/%_datadir/emacs/site-lisp/%name
emacsdir=%buildroot%_sysconfdir/emacs/site-start.d
man1dir=%buildroot/%_mandir/man1

mkdir -p $lispdir $man1dir $emacsdir

%makeinstall man1dir=$man1dir
install -m644 devices.elc gnuserv-compat.elc gnuserv.elc $lispdir
bzcat %SOURCE1 > $emacsdir/%name.el

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%doc COPYING ChangeLog README
%config(noreplace) /etc/emacs/site-start.d/%name.el
%_bindir/*
%_datadir/emacs/site-lisp/%name
%_mandir/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.12.8-6
+ Revision: 96527c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1764 |14cr|gnusim8085-1.3.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: gnusim8085
Summary: Graphical Intel 8085 simulator, assembler and debugger
Version: 1.3.7
Release: 3
License: GPLv2+
Group: Development/Other
Source:  http://launchpad.net/gnusim8085/trunk/%version/+download/%name-%version.tar.gz
URL: http://launchpad.net/gnusim8085
BuildRequires: pkgconfig(gtk+-2.0) >= 2.12.0
BuildRequires: pkgconfig(gtksourceview-2.0) >= 2.2.0
BuildRequires: desktop-file-utils

%description
GNUSim8085 is a graphical simulator plus assembler with debugger for
the Intel 8085 microprocessor.  It is written using GNOME libs.  It
can also run on several window managers.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -fr %{buildroot}
%makeinstall_std

desktop-file-install --vendor='' \
	--dir %buildroot%_datadir/applications \
	--add-category='GTK;GNOME;Development;Debugger' \
	%buildroot%_datadir/applications/GNUSim8085.desktop

%find_lang %name

# doc files are holding by rpm itself
rm -fr %buildroot%_datadir/doc/*

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files -f %name.lang
%defattr(-,root,root)
%doc README TODO NEWS AUTHORS ABOUT-NLS
%doc doc/*.txt doc/examples/*
%{_bindir}/*
%{_datadir}/%name
%{_datadir}/applications/*.desktop
%{_mandir}/man1/*
%{_iconsdir}/*/*/*/*

%clean
rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.7-3
+ Revision: 497784c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1765 |14cr|gnustep-back-0.24.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNUstep Backend package
Name:		gnustep-back
Version:	0.24.0
Release:	2
License:	LGPLv2+
Group:		Development/Other
Url:		http://www.gnustep.org/
Source0:	ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
Patch0:		gnustep-back-0.16.0-fix-str-fmt.patch

BuildRequires:	gcc-objc
BuildRequires:	gnustep-make
BuildRequires:	gnustep-base-devel
BuildRequires:	gnustep-gui-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xmu)
Requires:	gnustep-gui

%description
It is a library of graphical user interface classes written completely in the
Objective-C language; the classes are based upon the OpenStep specification as
released by NeXT Software, Inc. The library does not completely conform to the
specification and has been enhanced in a number of ways to take advantage of
the GNU system. These classes include graphical objects such as buttons, text
fields, popup lists, browser lists, and windows; there are also many associated
classes for handling events, colors, fonts, pasteboards and images.

%files
%doc ANNOUNCE COPYING.LIB INSTALL NEWS README 
%{_bindir}/*
%{_libdir}/GNUstep/Bundles/*
%{_libdir}/GNUstep/Fonts
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
#define __cputoolize /bin/true
# FIXME:	gold linker dies with internal error in convert_types, at ../../gold/gold.h:192 on i586
%ifarch %{ix86}
export CC="%{__cc} -fuse-ld=bfd"
%endif
%configure2_5x
%make

%install
%makeinstall_std GNUSTEP_INSTALLATION_DOMAIN=SYSTEM


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.24.0-2
+ Revision: 944745e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1766 |14cr|gnustep-base-1.24.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_doc 1

%define major 1.24
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	GNUstep Base package
Name:		gnustep-base
Version:	1.24.6
Release:	7
License:	LGPLv2+
Group:		Development/Other
Url:		http://www.gnustep.org/
Source0:	http://ftpmain.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
Source100:	gnustep-base.rpmlintrc
Patch0:		gnustep-base-1.24.6-force-ffi.patch
BuildRequires:	gnustep-make >= 2.6.2-3
BuildRequires:	gcc-objc
BuildRequires:	binutils-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(icu-i18n)
%if %{build_doc}
BuildRequires:	tetex-dvips
BuildRequires:	texi2html
BuildRequires:	texinfo
%endif
Requires:	gnustep-make >= 2.6.2-3

%description
The GNUstep Base Library is a powerful fast library of general-purpose,
non-graphical Objective C classes, inspired by the superb OpenStep API but
implementing Apple and GNU additions to the API as well. It includes for
example classes for unicode strings, arrays, dictionaries, sets, byte
streams, typed coders, invocations, notifications, notification dispatchers,
scanners, tasks, files, networking, threading, remote object messaging
support (distributed objects), event loops, loadable bundles, attributed
unicode strings, xml, mime, user defaults. This package includes development
headers too.

%files
%doc NEWS README
%{_bindir}/*
%{_libdir}/GNUstep
%{_mandir}/man1/*
%{_mandir}/man8/*
%{_infodir}/*

%post
grep -q '^gdomap' /etc/services                                            \
	|| (echo "gdomap 538/tcp # GNUstep distributed objects" >> /etc/services  \
	&& echo "gdomap 538/udp # GNUstep distributed objects" >> /etc/services)

%postun
mv -f /etc/services /etc/services.orig
grep -v "^gdomap 538" /etc/services.orig > /etc/services
rm -f /etc/services.orig

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/Other
Requires:	%{name} >= %{EVRD}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%doc ANNOUNCE COPYING COPYING.LIB ChangeLog*
%{_includedir}/*
%{_datadir}/GNUstep/*
%{_libdir}/*.so

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
if [ -z "$GNUSTEP_SYSTEM_ROOT" ]; then
  . %{_datadir}/GNUstep/Makefiles/GNUstep.sh
fi
%define __cputoolize /bin/true
# FIXME We force ld.bfd because of a gold bug last seen in 2.23.51.0.8, causing
# the build to fail on x86_32. -fuse-ld=bfd should be removed as soon as this
# is fixed.
export LDFLAGS="%{ldflags} -fuse-ld=bfd"
%configure2_5x \
	--with-default-config=/etc/GNUstep/GNUstep.conf \
	--with-installation-domain=SYSTEM \
	--enable-setuid-gdomap
%make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM

%if %{build_doc}
export LD_LIBRARY_PATH="${RPM_BUILD_DIR}/%{name}-%{version}/Source/obj:${LD_LIBRARY_PATH}"
make -C Documentation
%endif

%install
if [ -z "$GNUSTEP_SYSTEM_ROOT" ]; then
  . %{_datadir}/GNUstep/Makefiles/GNUstep.sh
fi
%makeinstall_std GNUSTEP_INSTALLATION_DOMAIN=SYSTEM

%if %{build_doc}
cd Documentation
%makeinstall_std GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
%endif

mkdir -p %{buildroot}%{_libdir}/GNUstep/Libraries/Resources


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.24.6-7
+ Revision: 432f88f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1767 |14cr|gnustep-gui-0.24.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major %(echo %version |cut -d. -f1-2)
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	GNUstep GUI package
Name:		gnustep-gui
Version:	0.24.0
Release:	6
License:	GPLv2+
Group:		Development/Other
Url:		http://www.gnustep.org/
Source0:	ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
Patch0:		gnustep-gui-0.24.0-giflib51.patch

BuildRequires:	gcc-objc
BuildRequires:	gnustep-make >= 2.6.2-3
BuildRequires:	aspell-devel
BuildRequires:	cups-devel
BuildRequires:	gnustep-base-devel >= 1.24.0-2
BuildRequires:	jpeg-devel
BuildRequires:	ungif-devel
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(libpng) >= 1.5
Buildrequires:	pkgconfig(libtiff-4)
Requires:	gnustep-base >= 1.24.0-3

%description
This is a library of graphical user interface classes written completely in the
Objective-C language; the classes are based upon the OpenStep specification as
released by NeXT Software, Inc.  The library does not completely conform to the
specification and has been enhanced in a number of ways to take advantage of
the GNU system. These classes include graphical objects such as buttons, text
fields, popup lists, browser lists, and windows; there are also many associated
classes for handling events, colors, fonts, pasteboards and images.

%files
%doc ANNOUNCE COPYING.LIB BUGS NEWS README
%{_bindir}/*
%{_libdir}/GNUstep/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and development library from %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Library and includes files for developing programs based on %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_datadir}/GNUstep/Makefiles/Additional/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x --with-installation-domain=SYSTEM
%make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM

%install
%makeinstall_std GNUSTEP_INSTALLATION_DOMAIN=SYSTEM


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.24.0-6
+ Revision: a9fd2da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1768 |14cr|gnustep-make-2.6.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# No binaries included => no need for a debug package
# Still can't make it noarch because files will contain
# lib vs. lib64 references
%define debug_package %{nil}
%define _disable_ld_no_undefined 1

Summary:	GNUstep Makefile package
Name:		gnustep-make
Version:	2.6.6
Release:	2
License:	GPLv3+
Group:		Development/Other
Url:		http://www.gnustep.org/
Source0: 	ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	texinfo
BuildRequires:	texlive-scheme-full
BuildRequires:	latex2html
BuildRequires:	tetex-latex
BuildRequires:	tetex-dvips
BuildRequires:	texi2html
BuildConflicts:	%{name}

%track
prog %{name} = {
	version = %{version}
	url = http://ftp.gnustep.org/pub/gnustep/core/
	regex = %{name}-(__VER__)\.tar\.gz
}

%description
This package contains the basic scripts, makefiles and directory layout
needed to run and compile any GNUstep software.

NOTE: Following FHS standards, this package will attempt to force all other
gnustep-based into /usr/bin, /usr/lib, /usr/share, etc.  Many documentation
files will refer to /usr/GNUstep as being the root directory, which is
incorrect.  Also, user files are stored in ~/.gnustep rather than ~/GNUstep.

%files
%doc ANNOUNCE ChangeLog FAQ GNUstep-HOWTO NEWS README RELEASENOTES Version
%doc Documentation/tmp-installation/System/Library/Documentation/Developer
%doc Documentation/tmp-installation/System/Library/Documentation/User
%{_sysconfdir}/GNUstep
%{_bindir}/*
%{_datadir}/GNUstep
%{_mandir}/man1/*
%{_mandir}/man7/*

#----------------------------------------------------------------------------

%prep
%setup -q
%if "%{_lib}" != "lib"
sed -i -e 's,/lib,/%{_lib},g' FilesystemLayouts/fhs*
%endif

%build
%configure2_5x \
	--with-layout=fhs-system \
	--with-user-dir=.gnustep
%make
sed -i -e 's|%{_prefix}/man|%{_mandir}|g' GNUstep.conf
sed -i -e 's|%{_prefix}/info|%{_datadir}/GNUstep/info|g' GNUstep.conf
cd Documentation
%make

%install
%makeinstall_std

cd Documentation
make install
mkdir -p %{buildroot}/%{_datadir}/GNUstep
cd tmp-installation/System/Library/Documentation
cp -fr info %{buildroot}/%{_datadir}/GNUstep/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.6-2
+ Revision: 15c6f34
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1769 |14cr|gnutrition-0.31-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A free nutrition analysis software
Name:		gnutrition
Version:	0.31
Release:	3
License:	GPLv3+
Group:		Sciences/Biology
Url:		http://www.gnu.org/software/gnutrition/
Source0:	http://ftp.gnu.org/gnu/gnutrition/%{name}-%{version}.tar.gz
Patch0:		gnutrition-0.31-mdv-fix-desktopfile-install-path.patch
BuildRequires:	python-mysql
BuildRequires:	pkgconfig(pygtk-2.0)
Requires:	gnome-python-desktop
Requires:	pygtk2.0
Requires:	python-mysql
BuildArch:	noarch

%description
Gnutrition is a free nutrition analysis software written for the GNU
operating system. The US Department of Agriculture Nutrient Database of
Standard Reference is used as the source of food nutrient information.
It contains data on 81 nutrients for over 5,000 foods.

%files
%doc AUTHORS COPYING README ChangeLog
%{_bindir}/%{name}
%{_datadir}/%{name}/src/*
%{_datadir}/pixmaps/*.png
%{_datadir}/data/*.txt
%{_datadir}/gnome/apps/Applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.31-3
+ Revision: e70a3c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1770 |14cr|gnutu-2.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Student's Schedule
Name:		gnutu
Version:	2.5
Release:	7
License:	GPLv2+
Group:		Education
Url:		http://www.gnutu.devnull.pl/
Source0:	http://gnutu.devnull.pl/download.php?id=sources/gnutu-%{version}.tar.gz
Patch0:		%{name}-desktop.patch
BuildRequires:	gtk-sharp2
BuildRequires:	glade-sharp2
BuildRequires:	pkgconfig(mono)

%description
GNUTU (Student's Schedule) is designed for students from primary and secondary
schools - using it, you can note various information (like marks, tests' dates
and important school events). It also can create various statistics, search
for all entered data, calculate your average; it can also serve as a diary and
many, many more...

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog COPYING README
%attr(755,root,root) %{_bindir}/%{name}
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*
%{_datadir}/applications/gnutu.desktop
%{_datadir}/pixmaps/gnutu.ico
%{_datadir}/pixmaps/gnutu.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .%{name}-desktop.patch

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5-7
+ Revision: f5faf76
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1771 |14cr|go-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define goversion go1.2

Summary:	A compiled, garbage-collected, concurrent programming language
Name:		go
Version:	1.2.1
Release:	2
License:	BSD-3-Clause
Group:		Development/Other
Url:		http://golang.org
Source0:	https://go.googlecode.com/files/%{name}%{version}.src.tar.gz
Source1:	%{name}.rpmlintrc
Source2:	go.sh
Source3:	macros.go
# This file is otherwise generated at build-time from the .hg directory, which was
# stripped from the tarball to save space. TODO: Update contents after version update!
Source4:	VERSION
Source5:	godoc.service
# PATCH-FIX-OPENSUSE add -s flag to 'go install' (don't rebuild/install std libs)
Patch3:		go-build-dont-reinstall-stdlibs.patch
# PATCH-FIX-OPENSUSE re-enable build binary only packages (we are binary distro)
# see http://code.google.com/p/go/issues/detail?id=2775 & also issue 3268
Patch4:		allow-binary-only-packages.patch
BuildRequires:	bison
BuildRequires:	ed
BuildRequires:	systemd
# We need to manually specify the release version string here. All code compiled
# with this package will have the release string specified by the VERSION file
# in this source tarball baked into it, libs compiled with a different version
# cannot be linked anyway so all library packages will depend on this version string.
# the version string is pulled into the %godepends macro using the "go version" command.
Provides:	go-devel = %{goversion}
Provides:	go-devel-static = %{goversion}
Obsoletes:	go-devel < %{goversion}
Obsoletes:	%{name}-kate < 1.2.1

%description
Go is an expressive, concurrent, garbage collected systems programming language
that is type safe and memory safe. It has pointers but no pointer arithmetic.
Go has fast builds, clean syntax, garbage collection, methods for any type, and
run-time reflection. It feels like a dynamic language but has the speed and
safety of a static language.

%files
%doc AUTHORS CONTRIBUTORS LICENSE PATENTS README
%ifarch %{ix86} %{arm}
%{_libdir}/go/pkg/tool/linux_%{go_arch}/8*
%endif
%ifarch x86_64
%{_libdir}/go/pkg/tool/linux_%{go_arch}/6*
%endif
%ifarch %{arm}
%{_libdir}/go/pkg/tool/linux_%{go_arch}/5*
%endif
%{_libdir}/go/src/cmd
%{_libdir}/go/src/pkg
%{_libdir}/go/pkg/linux_%{go_arch}/archive/tar.a
%{_libdir}/go/pkg/linux_%{go_arch}/archive/zip.a
%{_libdir}/go/pkg/linux_%{go_arch}/bufio.a
%{_libdir}/go/pkg/linux_%{go_arch}/bytes.a
%{_libdir}/go/pkg/linux_%{go_arch}/cgocall.h
%{_libdir}/go/pkg/linux_%{go_arch}/compress/bzip2.a
%{_libdir}/go/pkg/linux_%{go_arch}/compress/flate.a
%{_libdir}/go/pkg/linux_%{go_arch}/compress/gzip.a
%{_libdir}/go/pkg/linux_%{go_arch}/compress/lzw.a
%{_libdir}/go/pkg/linux_%{go_arch}/compress/zlib.a
%{_libdir}/go/pkg/linux_%{go_arch}/container/heap.a
%{_libdir}/go/pkg/linux_%{go_arch}/container/list.a
%{_libdir}/go/pkg/linux_%{go_arch}/container/ring.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/aes.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/cipher.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/des.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/dsa.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/ecdsa.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/elliptic.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/hmac.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/md5.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/rand.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/rc4.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/rsa.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/sha1.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/sha256.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/sha512.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/subtle.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/tls.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/x509.a
%{_libdir}/go/pkg/linux_%{go_arch}/crypto/x509/pkix.a
%{_libdir}/go/pkg/linux_%{go_arch}/database/sql.a
%{_libdir}/go/pkg/linux_%{go_arch}/database/sql/driver.a
%{_libdir}/go/pkg/linux_%{go_arch}/debug/dwarf.a
%{_libdir}/go/pkg/linux_%{go_arch}/debug/elf.a
%{_libdir}/go/pkg/linux_%{go_arch}/debug/gosym.a
%{_libdir}/go/pkg/linux_%{go_arch}/debug/macho.a
%{_libdir}/go/pkg/linux_%{go_arch}/debug/pe.a
%{_libdir}/go/pkg/linux_%{go_arch}/encoding.a
%{_libdir}/go/pkg/linux_%{go_arch}/encoding/ascii85.a
%{_libdir}/go/pkg/linux_%{go_arch}/encoding/asn1.a
%{_libdir}/go/pkg/linux_%{go_arch}/encoding/base32.a
%{_libdir}/go/pkg/linux_%{go_arch}/encoding/base64.a
%{_libdir}/go/pkg/linux_%{go_arch}/encoding/binary.a
%{_libdir}/go/pkg/linux_%{go_arch}/encoding/csv.a
%{_libdir}/go/pkg/linux_%{go_arch}/encoding/gob.a
%{_libdir}/go/pkg/linux_%{go_arch}/encoding/hex.a
%{_libdir}/go/pkg/linux_%{go_arch}/encoding/json.a
%{_libdir}/go/pkg/linux_%{go_arch}/encoding/pem.a
%{_libdir}/go/pkg/linux_%{go_arch}/encoding/xml.a
%{_libdir}/go/pkg/linux_%{go_arch}/errors.a
%{_libdir}/go/pkg/linux_%{go_arch}/expvar.a
%{_libdir}/go/pkg/linux_%{go_arch}/flag.a
%{_libdir}/go/pkg/linux_%{go_arch}/fmt.a
%{_libdir}/go/pkg/linux_%{go_arch}/go/ast.a
%{_libdir}/go/pkg/linux_%{go_arch}/go/build.a
%{_libdir}/go/pkg/linux_%{go_arch}/go/doc.a
%{_libdir}/go/pkg/linux_%{go_arch}/go/format.a
%{_libdir}/go/pkg/linux_%{go_arch}/go/parser.a
%{_libdir}/go/pkg/linux_%{go_arch}/go/printer.a
%{_libdir}/go/pkg/linux_%{go_arch}/go/scanner.a
%{_libdir}/go/pkg/linux_%{go_arch}/go/token.a
%{_libdir}/go/pkg/linux_%{go_arch}/hash.a
%{_libdir}/go/pkg/linux_%{go_arch}/hash/adler32.a
%{_libdir}/go/pkg/linux_%{go_arch}/hash/crc32.a
%{_libdir}/go/pkg/linux_%{go_arch}/hash/crc64.a
%{_libdir}/go/pkg/linux_%{go_arch}/hash/fnv.a
%{_libdir}/go/pkg/linux_%{go_arch}/html.a
%{_libdir}/go/pkg/linux_%{go_arch}/html/template.a
%{_libdir}/go/pkg/linux_%{go_arch}/image.a
%{_libdir}/go/pkg/linux_%{go_arch}/image/color.a
%{_libdir}/go/pkg/linux_%{go_arch}/image/color/palette.a
%{_libdir}/go/pkg/linux_%{go_arch}/image/draw.a
%{_libdir}/go/pkg/linux_%{go_arch}/image/gif.a
%{_libdir}/go/pkg/linux_%{go_arch}/image/jpeg.a
%{_libdir}/go/pkg/linux_%{go_arch}/image/png.a
%{_libdir}/go/pkg/linux_%{go_arch}/index/suffixarray.a
%{_libdir}/go/pkg/linux_%{go_arch}/io.a
%{_libdir}/go/pkg/linux_%{go_arch}/io/ioutil.a
%{_libdir}/go/pkg/linux_%{go_arch}/log.a
%{_libdir}/go/pkg/linux_%{go_arch}/log/syslog.a
%{_libdir}/go/pkg/linux_%{go_arch}/math.a
%{_libdir}/go/pkg/linux_%{go_arch}/math/big.a
%{_libdir}/go/pkg/linux_%{go_arch}/math/cmplx.a
%{_libdir}/go/pkg/linux_%{go_arch}/math/rand.a
%{_libdir}/go/pkg/linux_%{go_arch}/mime.a
%{_libdir}/go/pkg/linux_%{go_arch}/mime/multipart.a
%{_libdir}/go/pkg/linux_%{go_arch}/net.a
%{_libdir}/go/pkg/linux_%{go_arch}/net/http.a
%{_libdir}/go/pkg/linux_%{go_arch}/net/http/cgi.a
%{_libdir}/go/pkg/linux_%{go_arch}/net/http/cookiejar.a
%{_libdir}/go/pkg/linux_%{go_arch}/net/http/fcgi.a
%{_libdir}/go/pkg/linux_%{go_arch}/net/http/httptest.a
%{_libdir}/go/pkg/linux_%{go_arch}/net/http/httputil.a
%{_libdir}/go/pkg/linux_%{go_arch}/net/http/pprof.a
%{_libdir}/go/pkg/linux_%{go_arch}/net/mail.a
%{_libdir}/go/pkg/linux_%{go_arch}/net/rpc.a
%{_libdir}/go/pkg/linux_%{go_arch}/net/rpc/jsonrpc.a
%{_libdir}/go/pkg/linux_%{go_arch}/net/smtp.a
%{_libdir}/go/pkg/linux_%{go_arch}/net/textproto.a
%{_libdir}/go/pkg/linux_%{go_arch}/net/url.a
%{_libdir}/go/pkg/linux_%{go_arch}/os.a
%{_libdir}/go/pkg/linux_%{go_arch}/os/exec.a
%{_libdir}/go/pkg/linux_%{go_arch}/os/signal.a
%{_libdir}/go/pkg/linux_%{go_arch}/os/user.a
%{_libdir}/go/pkg/linux_%{go_arch}/path.a
%{_libdir}/go/pkg/linux_%{go_arch}/path/filepath.a
%{_libdir}/go/pkg/linux_%{go_arch}/reflect.a
%{_libdir}/go/pkg/linux_%{go_arch}/regexp.a
%{_libdir}/go/pkg/linux_%{go_arch}/regexp/syntax.a
%{_libdir}/go/pkg/linux_%{go_arch}/runtime.a
%{_libdir}/go/pkg/linux_%{go_arch}/runtime.h
%{_libdir}/go/pkg/linux_%{go_arch}/runtime/cgo.a
%{_libdir}/go/pkg/linux_%{go_arch}/runtime/debug.a
%{_libdir}/go/pkg/linux_%{go_arch}/runtime/pprof.a
%{_libdir}/go/pkg/linux_%{go_arch}/runtime/race.a
%{_libdir}/go/pkg/linux_%{go_arch}/sort.a
%{_libdir}/go/pkg/linux_%{go_arch}/strconv.a
%{_libdir}/go/pkg/linux_%{go_arch}/strings.a
%{_libdir}/go/pkg/linux_%{go_arch}/sync.a
%{_libdir}/go/pkg/linux_%{go_arch}/sync/atomic.a
%{_libdir}/go/pkg/linux_%{go_arch}/syscall.a
%{_libdir}/go/pkg/linux_%{go_arch}/testing.a
%{_libdir}/go/pkg/linux_%{go_arch}/testing/iotest.a
%{_libdir}/go/pkg/linux_%{go_arch}/testing/quick.a
%{_libdir}/go/pkg/linux_%{go_arch}/text/scanner.a
%{_libdir}/go/pkg/linux_%{go_arch}/text/tabwriter.a
%{_libdir}/go/pkg/linux_%{go_arch}/text/template.a
%{_libdir}/go/pkg/linux_%{go_arch}/text/template/parse.a
%{_libdir}/go/pkg/linux_%{go_arch}/time.a
%{_libdir}/go/pkg/linux_%{go_arch}/unicode.a
%{_libdir}/go/pkg/linux_%{go_arch}/unicode/utf16.a
%{_libdir}/go/pkg/linux_%{go_arch}/unicode/utf8.a
%{_libdir}/go/pkg/obj/linux_%{go_arch}/lib9.a
%{_libdir}/go/pkg/obj/linux_%{go_arch}/libbio.a
%{_libdir}/go/pkg/obj/linux_%{go_arch}/libcc.a
%{_libdir}/go/pkg/obj/linux_%{go_arch}/libgc.a
%{_libdir}/go/pkg/obj/linux_%{go_arch}/libmach.a
%{_libdir}/go/pkg/tool/linux_%{go_arch}/addr2line
%{_libdir}/go/pkg/tool/linux_%{go_arch}/cgo
%{_libdir}/go/pkg/tool/linux_%{go_arch}/dist
%{_libdir}/go/pkg/tool/linux_%{go_arch}/fix
%{_libdir}/go/pkg/tool/linux_%{go_arch}/nm
%{_libdir}/go/pkg/tool/linux_%{go_arch}/objdump
%{_libdir}/go/pkg/tool/linux_%{go_arch}/pack
%{_libdir}/go/pkg/tool/linux_%{go_arch}/pprof
%{_libdir}/go/pkg/tool/linux_%{go_arch}/yacc
%{_bindir}/go*
%{_datadir}/go
%config %{_sysconfdir}/bash_completion.d/go
%config %{_sysconfdir}/profile.d/go.sh
%config %{_sysconfdir}/rpm/macros.go
%{_unitdir}/godoc.service

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%preun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

#----------------------------------------------------------------------------

%package doc
Summary:	Go documentation
Requires:	%{name} = %{EVRD}

%description doc
Go examples and documentation.

%files doc
%doc doc misc

#----------------------------------------------------------------------------

%package vim
Summary:	Go syntax files for Vim
Group:		Editors
Requires:	%{name} = %{EVRD}

%description vim
Vim syntax highlighting scheme for the Go programming language.

%files vim
%dir %{_datadir}/vim
%{_datadir}/vim/*

#----------------------------------------------------------------------------

%package emacs
Summary:	Go language syntax files for Emacs
Group:		Editors
Requires:	%{name} = %{version}

%description emacs
Emacs syntax highlighting scheme for the Go programming language.

%files emacs
%{_datadir}/emacs/site-lisp/go-mode*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch3 -p1
%patch4 -p1
cp %{SOURCE4} .
cp %{SOURCE5} .

# setup go_arch (BSD-like scheme)
%ifarch %{ix86}
sed -i 's|GOARCH|386|' %{SOURCE3}
%define go_arch 386
%endif
%ifarch x86_64
sed -i 's|GOARCH|amd64|' %{SOURCE3}
%define go_arch amd64
%endif
%ifarch %{arm}
sed -i 's|GOARCH|arm|' %{SOURCE3}
%define go_arch arm
%endif

%build
export GOROOT="`pwd`"
export GOROOT_FINAL=%{_libdir}/go
export GOBIN="$GOROOT/bin"
mkdir -p "$GOBIN"
cd src
export GDB_PRINTER="%{gdb_printer}"
HOST_EXTRA_CFLAGS="%{optflags} -Wno-error" ./make.bash

%install
export GOROOT="%{buildroot}%{_libdir}/%{name}"
install -Dm644 misc/bash/go %{buildroot}%{_sysconfdir}/bash_completion.d/go
install -Dm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/go.sh
install -Dm644 misc/emacs/go-mode-load.el %{buildroot}%{_datadir}/emacs/site-lisp/go-mode-load.el
install -Dm644 misc/emacs/go-mode.el %{buildroot}%{_datadir}/emacs/site-lisp/go-mode.el
install -Dm644 misc/vim/autoload/go/complete.vim %{buildroot}%{_datadir}/vim/site/autoload/go/complete.vim
install -d %{buildroot}%{_datadir}/vim/site/ftplugin/go
install -Dm644 misc/vim/ftplugin/go/{fmt,import}.vim %{buildroot}%{_datadir}/vim/site/ftplugin/go/
install -Dm644 misc/vim/ftplugin/go.vim %{buildroot}%{_datadir}/vim/site/ftplugin/go/
install -Dm644 misc/vim/indent/go.vim %{buildroot}%{_datadir}/vim/site/indent/go.vim
install -Dm644 misc/vim/plugin/godoc.vim %{buildroot}%{_datadir}/vim/site/plugin/godoc.vim
install -Dm644 misc/vim/syntax/godoc.vim %{buildroot}%{_datadir}/vim/site/syntax/godoc.vim
install -Dm644 misc/vim/syntax/go.vim %{buildroot}%{_datadir}/vim/site/syntax/go.vim
install -Dm644 misc/vim/ftdetect/gofiletype.vim %{buildroot}%{_datadir}/vim/site/ftdetect/gofiletype.vim

# godoc service
mkdir -p %{buildroot}%{_unitdir}
install -Dm644 godoc.service %{buildroot}%{_unitdir}/godoc.service

# copy document templates, packages, obj libs and command utilities
mkdir -p %{buildroot}%{_bindir}
mkdir -p $GOROOT/lib
mv pkg $GOROOT
mv bin/* %{buildroot}%{_bindir}
rm -f %{buildroot}%{_bindir}/{hgpatch,quietgcc}

# source files for go install, godoc, etc
install -d %{buildroot}%{_datadir}/go
for ext in *.{go,c,h,s,S,py}; do
  find src -name ${ext} -exec install -Dm644 \{\} %{buildroot}%{_datadir}/go/\{\} \;
done
mkdir -p $GOROOT/src
ln -s /usr/share/go/src/pkg $GOROOT/src/pkg
ln -s /usr/share/go/src/cmd $GOROOT/src/cmd

# documentation and examples
# fix documetation permissions (rpmlint warning)
find doc/ misc/ -type f -exec chmod 0644 '{}' \;
# remove unwanted arch-dependant binaries (rpmlint warning)
rm -rf misc/cgo/test/{_*,*.o,*.out,*.6,*.8}
rm -f misc/dashboard/builder/{gobuilder,*6,*.8}
rm -f misc/goplay/{goplay,*.6,*.8}
rm -rf misc/windows
rm -rf misc/cgo/test/{_*,*.o,*.out,*.6,*.8}

# install RPM macros ($GOARCH prepared in %%prep section)
install -Dm644 %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm/macros.go

# break hard links
rm %{buildroot}%{_libdir}/go/pkg/linux_%{go_arch}/{cgocall,runtime}.h
ln -s %{_datadir}/go/src/pkg/runtime/{cgocall,runtime}.h %{buildroot}%{_libdir}/go/pkg/linux_%{go_arch}/

strip %{buildroot}%{_bindir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-2
+ Revision: edb5d6e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1772 |14cr|gogglesmm-0.12.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Goggles Music Manager
Name:		gogglesmm
Version:	0.12.6
Release:	2
Group:		Sound
License:	GPLv3
URL:		http://code.google.com/p/gogglesmm/
Source0:	http://code.google.com/p/gogglesmm/%{name}-%{version}.tar.xz

BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(libxine)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fox)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(taglib-extras)

%description
Goggles Music Manager is a music collection manager and player that 
automatically categorizes your music files based on genre, artist, album, and 
song. It supports gapless playback and features easy tag editing.

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README ChangeLog AUTHORS COPYING
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.6-2
+ Revision: 5c94b15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1773 |14cr|gok-2.30.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: GNOME On-screen Keyboard 
Name: gok
Version: 2.30.1
Release: 5
License: LGPLv2+
Group: Accessibility
URL: http://www.gok.ca/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
# (fc) 0.11.12-1mdk use www-browser as web browser (Fedora)
Patch0:	gok-0.10.2-launcher.patch
Patch1: gok-2.28.0-fix-linking.patch
BuildRequires:	pkgconfig(ORBit-2.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(gconf-2.0) GConf2
BuildRequires:	pkgconfig(libspi-1.0)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gnome-speech-1.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	gnome-common
BuildRequires:	pkgconfig(gail)
BuildRequires:	pkgconfig(popt)
Requires: scrollkeeper
Requires: %{_lib}gail-gnome
Requires(post): scrollkeeper
Requires(postun): scrollkeeper

%description 
The GNOME On-screen Keyboard (GOK) is a dynamic on-screen keyboard for
UNIX and UNIX-like operating systems.  It features Direct Selection,
Dwell Selection, Automatic Scanning and Inverse Scanning access
methods and includes word completion.

%prep
%setup -q
%patch0 -p1 -b .launcher
%patch1 -p1
autoreconf -fi

%build

%configure2_5x --enable-gtk-doc --enable-libusb-input
%make

%install
rm -rf $RPM_BUILD_ROOT

GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang %{name} --with-gnome

#remove unpackaged files
rm -rf $RPM_BUILD_ROOT/var/lib/scrollkeeper $RPM_BUILD_ROOT%_libdir/pkgconfig

%if %mdkversion < 200900
%post
%update_scrollkeeper
%post_install_gconf_schemas gok
%{update_menus}
%update_icon_cache hicolor
%endif

%preun
%preun_uninstall_gconf_schemas gok

%if %mdkversion < 200900
%postun
%clean_scrollkeeper
%{clean_menus}
%clean_icon_cache hicolor
%endif

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc %{_datadir}/gtk-doc/html/*
%{_sysconfdir}/gconf/schemas/*
%{_bindir}/*
%{_libdir}/bonobo/servers/*
%{_datadir}/applications/*
%{_datadir}/gok
%_datadir/icons/hicolor/*/apps/*.*
%{_datadir}/pixmaps/gok.png
%_datadir/sounds/freedesktop/stereo/goksound*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.30.1-5
+ Revision: c3d797e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1774 |14cr|goldendict-1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		goldendict
Version:	1.0.1
Release:	5
Summary:	A feature-rich dictionary lookup program
Group:		Office
License:	GPLv3+
URL:		http://goldendict.berlios.de/
Source0:	%{name}-%{version}-src.tar.bz2
Patch0:		goldendict-1.0.1-gcc47.patch

# Modify the Icon section in desktop file to comform package guideline.

BuildRequires:	desktop-file-utils
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xtst)

%description
Goldendict is a feature-rich dictionary lookup program.
The latest release has the following features:
Use of WebKit for an accurate articles' representation;
Support of multiple dictionary file formats;
Support MediaWiki-based sites to perform search;
Scan popup functionality.

%prep
%setup -q -c -n goldendict-%{version}-src
%patch0 -p1

%build
# Fix the directory in goldendict.pro by removing apps
sed -i 's/share\/apps\/goldendict/share\/goldendict/g' goldendict.pro
# Fix the hunspell directory
sed -i 's|myspell/dicts|myspell|g' config.cc
# Fix prefix for /usr
sed -i 's/usr\/local/usr/g' goldendict.pro
%qmake_qt4
%make

%install
make install INSTALL_ROOT=%{buildroot} INSTALL="install -p"
rm -rf %{buildroot}/%{_datadir}/app-install

# Fix the icon name in desktop file
sed -i 's/\/usr\/share\/pixmaps\/goldendict\.png/goldendict/g' %{buildroot}/%{_datadir}/applications/goldendict.desktop
# Fix the categories in desktop file
desktop-file-install	\
--add-category="Dictionary"	\
--remove-category="Education"	\
--remove-category="Applications"	\
--delete-original	\
--dir=%{buildroot}%{_datadir}/applications	\
%{buildroot}%{_datadir}/applications/goldendict.desktop
install -d %{buildroot}/%{_datadir}/goldendict/locale
install -pm 644 locale/*.qm %{buildroot}/%{_datadir}/goldendict/locale

%files
%doc LICENSE.txt
%dir %{_datadir}/goldendict/
%dir %{_datadir}/goldendict/locale/
%{_bindir}/goldendict
%{_datadir}/applications/goldendict.desktop
%{_datadir}/pixmaps/goldendict.png
%{_datadir}/goldendict/locale/*.qm


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-5
+ Revision: 78531cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1775 |14cr|goobox-3.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name goobox
%define version 3.0.1
%define release 2

Summary: CD player and ripper for GNOME
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://ftp.gnome.org/pub/GNOME/sources/goobox/%{name}-%{version}.tar.xz
License: GPLv2+
Group: Sound
Url: http://www.gnome.org
BuildRequires: pkgconfig(gstreamer-0.10)
BuildRequires: pkgconfig(libmusicbrainz3)
BuildRequires: pkgconfig(libgnomeui-2.0)
BuildRequires: pkgconfig(libglade-2.0)
BuildRequires: pkgconfig(libnotify)
BuildRequires: scrollkeeper
BuildRequires: pkgconfig(gnome-doc-utils)
BuildRequires: pkgconfig(libexslt)
BuildRequires: pkgconfig(sm)
BuildRequires: desktop-file-utils
BuildRequires: intltool
BuildRequires: brasero-devel
BuildRequires: unique-devel
Requires: gstreamer0.10-plugins-good
Requires: dbus-x11

%description
Goobox is a CD player and ripper that always knowns just what to do.

%prep
%setup -q

%build
%configure2_5x --disable-schemas-install --disable-scrollkeeper
%make

%install
%makeinstall_std
%find_lang %name --with-gnome

desktop-file-install --vendor="" \
  --add-category="Audio;Player" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*


%files -f %name.lang
%doc README NEWS AUTHORS ChangeLog
%_bindir/%name
%_datadir/applications/goobox.desktop
%_datadir/%{name}
%_datadir/icons/hicolor/*/apps/%{name}.*
%_datadir/GConf/gsettings/%{name}.convert
%_datadir/glib-2.0/schemas/org.gnome.Goobox.gschema.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.1-2
+ Revision: 97671b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1776 |14cr|goocanvasmm-1.90.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %version | cut -d. -f1,2)

%define api	2.0
%define major	6
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	C++ wrappers for goocanvas
Name:		goocanvasmm
Version:	1.90.8
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gtkmm.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(goocanvas-2.0)
BuildRequires:	pkgconfig(gtkmm-3.0)

%description
C++ wrappers for goocanvas.

%package -n %{libname}
Summary:	C++ wrappers for goocanvas
Group:		System/Libraries

%description -n	%{libname}
C++ wrappers for goocanvas.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
C++ wrappers for goocanvas.

This package contains all necessary files to compile or develop
programs/libraries that use %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libgoocanvasmm-%{api}.so.%{major}*

%files -n %{devname}
%doc %{_datadir}/devhelp/books/%{name}-%{api}
%doc %{_datadir}/doc/%{name}-%{api}
%{_includedir}/%{name}-%{api}
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/%{name}-%{api}/include


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.90.8-2
+ Revision: e490a87
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1777 |14cr|googlecl-0.9.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	This tool brings Google services to the command line
Name:		googlecl
Version:	0.9.14
Release:	2
License:	ASL 2.0
Group:		Networking/Other
Url:		http://code.google.com/p/googlecl/
Source0:	http://googlecl.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(python)
Requires:	python-gdata
BuildArch:	noarch

%description
GoogleCL is a command-line utility that provides access to various Google
services. It streamlines tasks such as posting to a Blogger blog, adding events
to Calendar, or editing documents on Google Docs.

For example:
$ google blogger post --blog "My blog" --tags "python, googlecl" my_post.html
$ google calendar add "Lunch with Jason tomorrow at noon"
$ google docs edit --title "Shopping list" --editor vim

GoogleCL is a pure Python application that uses the Python gdata libraries to
make Google Data API calls from the command line.

%files
%doc README.txt README.config INSTALL.txt 
%{_mandir}/man1/google.1*
%{_bindir}/google
%{python_sitelib}/%{name}-*.egg-info
%{python_sitelib}/%{name}/*.py*
%{python_sitelib}/%{name}/*/*.py*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --skip-build
mkdir -p %{buildroot}%{_mandir}/man1
cp -a man/google.1 %{buildroot}%{_mandir}/man1


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.14-2
+ Revision: 60cf505
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1778 |14cr|google-perftools-2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gperftools

%define pr_major 0
%define major 4
%define libprofiler %mklibname profiler %{pr_major}
%define libtcmalloc %mklibname tcmalloc %{major}
%define libtcmallocpr %mklibname tcmalloc_and_profiler %{major}
%define libtcmallocd %mklibname tcmalloc_debug %{major}
%define libtcmallocm %mklibname tcmalloc_minimal %{major}
%define libtcmallocmd %mklibname tcmalloc_minimal_debug %{major}
%define devname %mklibname google-perftools -d

Summary:	Performance tools for C++
Name:		google-perftools
Version:	2.1
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://code.google.com/p/%{oname}/
Source0:	http://%{oname}.googlecode.com/files/%{oname}-%{version}.tar.gz
BuildRequires:	file
BuildRequires:	libtool
Conflicts:	%{_lib}google-perftools4 < 2.1

%description
The google-perftools packages contains some utilities to improve and analyze
the performance of C++ programs.  This includes an optimized thread-caching
malloc() and cpu and heap profiling utilities.

%files
%doc AUTHORS COPYING ChangeLog INSTALL README
%{_bindir}/pprof
%{_mandir}/man1/pprof.1*

#----------------------------------------------------------------------------

%package -n %{libprofiler}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}google-perftools4 < 2.1
Obsoletes:	%{_lib}google-perftools4 < 2.1

%description -n %{libprofiler}
Shared library for %{name}.

%files -n %{libprofiler}
%{_libdir}/libprofiler.so.%{pr_major}*

#----------------------------------------------------------------------------

%package -n %{libtcmalloc}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}google-perftools4 < 2.1

%description -n %{libtcmalloc}
Shared library for %{name}.

%files -n %{libtcmalloc}
%{_libdir}/libtcmalloc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libtcmallocpr}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}google-perftools4 < 2.1

%description -n %{libtcmallocpr}
Shared library for %{name}.

%files -n %{libtcmallocpr}
%{_libdir}/libtcmalloc_and_profiler.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libtcmallocd}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}google-perftools4 < 2.1

%description -n %{libtcmallocd}
Shared library for %{name}.

%files -n %{libtcmallocd}
%{_libdir}/libtcmalloc_debug.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libtcmallocm}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}google-perftools4 < 2.1

%description -n %{libtcmallocm}
Shared library for %{name}.

%files -n %{libtcmallocm}
%{_libdir}/libtcmalloc_minimal.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libtcmallocmd}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}google-perftools4 < 2.1

%description -n %{libtcmallocmd}
Shared library for %{name}.

%files -n %{libtcmallocmd}
%{_libdir}/libtcmalloc_minimal_debug.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for google-perftools libraries
Group:		Development/C++
Requires:	%{libprofiler} = %{EVRD}
Requires:	%{libtcmalloc} = %{EVRD}
Requires:	%{libtcmallocpr} = %{EVRD}
Requires:	%{libtcmallocd} = %{EVRD}
Requires:	%{libtcmallocm} = %{EVRD}
Requires:	%{libtcmallocmd} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for google-perftools libraries.

%files -n %{devname}
%doc doc/*.html doc/*.png doc/*.dot doc/*.gif doc/*.txt TODO
%{_includedir}/google/*.h
%{_includedir}/%{oname}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
%ifarch x86_64
	--enable-frame-pointers
%endif

%make

%install
%makeinstall_std

# cleanup
rm -rf %{buildroot}/usr/share/doc/%{oname}-%{version}

%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1-2
+ Revision: 5271bfd
- New version 2.1, split library package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1779 |14cr|goollie-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	GoOllie

Name:		goollie
Version:	1.3
Release:	2
Url:		http://tweeler.com/index.php?PAGE=goollie_linux
License:	GPLv3 and CC-BY-SA
Group:		Games/Arcade
Summary:	Arcage game about Ollie the Oligocheata, a worm on a mission
# http://www.tweeler.com/GoOllie_1.3_src.tar.gz
Source0:		%{oname}-%{version}.tar.bz2
Source1:	%{oname}.png
Patch0:		%{oname}.patch
BuildRequires:	cmake
BuildRequires:	libtuxcap-devel
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(ImageMagick++)

%description
Ollie the Oligocheata is a worm on a mission
He is on a mission to bring mouse controlled platforming fun to everyone!

Go Ollie is a free Linux game with beautifully rendered scenes and animations.
The latest in innovative mouse controlled platform gaming featuring a unique
fusion of platform and match three gaming mechanics.

Two gameplay modes:
- Story Mode with over 60 individual levels each with different objectives
- Fast and furious action game with unlimited re-playability

Authors:
--------
	Game design and game code - Charlie Dog
	Art - Simon Lissaman
	Music - Michael Watts / Encore Music
	GNU/Linux port - W.P. van Paassen

%prep
%setup -q -n %{oname}-%{version}
%patch0

sed -i -e "s|SetAppResourceFolder.*|SetAppResourceFolder(\"%{_datadir}/%{name}\");|g" src/main.cpp
chmod go+r other_licenses/*

%build
# imagemagick ugly hack
INCLUDE=`pkg-config --cflags-only-I Magick++|cut -c 3-`
LINKCXX=`pkg-config --libs-only-l Magick++|sed -e 's/.*\(Magick++[^[:space:]]*\) .*/\1/'`
LINKC=`pkg-config --libs-only-l ImageMagick|sed -e 's/.*\(MagickCore[^[:space:]]*\) .*/\1/'`
cmake \
	-D IMAGEMAGICKLIB_INCLUDE_DIR=$INCLUDE \
	-D IMAGEMAGICKLIB_CXX_LIBRARY=%{_libdir}/lib${LINKCXX}.so \
	-D IMAGEMAGICKLIB_C_LIBRARY=%{_libdir}/lib${LINKC}.so \
	-D CMAKE_INSTALL_PREFIX=%{_prefix} CMakeLists.txt
%make
%{py_compile src}

%install
install -D -m 0755 %{oname} %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -a data/* %{buildroot}%{_datadir}/%{name}
cp -a src/*.py %{buildroot}%{_datadir}/%{name}
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications/
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=GoOllie
Comment=Ollie the Oligocheata, a worm on a mission
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

%files
%doc COPYING README other_licenses/
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png



%changelog
* Sat Aug 09 2014 abfonly <abfonly@gmail.com> 1.3-2
+ Revision: fc437df
- Merge pull request #1 from abfonly/goollie:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1780 |14cr|gosa-2.5.14-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define apacheuser apache 
%define apachegroup apache 
%define oleversion 0.0.0

Summary: 	Web Based LDAP Administration Program 
Name:		gosa
Version: 	2.5.14
Release:	12
License: 	GPL
Group: 		System/Configuration/Other
URL: 		http://gosa.gonicus.de
Source: 	ftp://oss.GONICUS.de/pub/gosa/beta/%{name}-%{version}.tar.bz2
Source1:	gosa.conf.mdv
Source2:	README.urpmi
# http://www.bettina-attack.de/jonny/view.php/projects/php_ole/
Source3:	php_ole-%{oleversion}.tar.bz2
Requires:	apache-mod_php
Requires:   apache-mod_socache_shmcb
Requires:	php-ldap
Requires:	php-imap
Requires:	php-mbstring
Requires:	php-mysql
Requires:	php-xml 
Requires:	php-gd
Requires:	php-snmp
Requires:	php-iconv
Requires:	fping
Requires:	imagemagick
Requires:	smbldap-tools
BuildArch: 	noarch

%description
GOsa is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Provided is access to posix, shadow, samba, proxy, fax, and kerberos
accounts. It is able to manage the postfix/cyrus server combination
and can write user adapted sieve scripts.

Access GOsa at http://localhost/gosa/

%package schema
Group: 		System/Configuration/Other
Summary:        Schema Definitions for the GOSA package
Requires:	openldap-servers openldap-clients

%description schema
Contains the Schema definition files for the GOSA admin package.

%prep
%setup -q -a 3
find . -depth -name CVS -type d | xargs rm -rf
cp %{SOURCE2} .

%build

%install
mkdir -p %{buildroot}%{_datadir}/%{name}

# (sb) seems broken - bad path to includes
sed -i 's|Excel/||g' include/php_writeexcel/class.excel.php
# (sb) copy the missing includes from SOURCE3 and rename docs
cp php_ole-%{oleversion}/*.php include/php_writeexcel
for i in README HOMEPAGE LICENSE; do \
  mv php_ole-%{oleversion}/$i $i.php_ole; \
done

DIRS="ihtml plugins html include locale"
for i in $DIRS; do \
  cp -ua $i %{buildroot}%{_datadir}/%{name}/$i ; \
done

# (sb) make rpmlint happier
find doc -type f | xargs chmod -x

# (sb) error during setup if this isn't found
mkdir -p %{buildroot}%{_datadir}/%{name}/contrib
cp -a contrib/gosa.conf %{buildroot}%{_datadir}/%{name}/contrib

# (sb) used by smarty compile
mkdir -p %{buildroot}/var/spool/gosa

# Copy default config
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
install -m 640 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
mkdir -p %{buildroot}%{_webappconfdir}

cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
Alias /gosa %{_datadir}/%{name}/html

<Directory %{_datadir}/%{name}/html>
    Require host 127.0.0.1
    ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"
</Directory>
EOF

mkdir -p %{buildroot}%{_datadir}/openldap/schema/%{name}
mv contrib/openldap/*.schema %{buildroot}%{_datadir}/openldap/schema/%{name}

cat > %{buildroot}%{_datadir}/openldap/schema/%{name}/%{name}-core.schema <<EOF
include %{_datadir}/openldap/schema/%{name}/goconfig.schema
include %{_datadir}/openldap/schema/%{name}/gofax.schema
include %{_datadir}/openldap/schema/%{name}/gofon.schema
include %{_datadir}/openldap/schema/%{name}/gosystem.schema
include %{_datadir}/openldap/schema/%{name}/goserver.schema
include %{_datadir}/openldap/schema/%{name}/goto.schema
include %{_datadir}/openldap/schema/%{name}/gosa+samba3.schema
include %{_datadir}/openldap/schema/%{name}/pureftpd.schema
EOF

cat > %{buildroot}%{_datadir}/openldap/schema/%{name}/example.ldif <<EOF
# Organization for Example Corporation
# load this ldif before gosa.ldif (for an empty opendap db)
dn: dc=example,dc=com
objectClass: dcObject
objectClass: organization
dc: example
o: Example Corporation
description: The Example Corporation

# Organizational Role for Directory Manager
dn: cn=Manager,dc=example,dc=com
objectClass: organizationalRole
cn: Manager
description: Directory Manager

# groups
dn: ou=Group,dc=example,dc=com
objectClass: organizationalUnit
ou: Group
description: Groups

# users
#dn: ou=People,dc=example,dc=com
#objectClass: organizationalUnit
#ou: People
#description: Users
EOF

cat > %{buildroot}%{_datadir}/openldap/schema/%{name}/%{name}.ldif <<EOF
# Sample GOsa ldif
# username "admin", password "tester", group "administrators"

# groups - may not be needed, in an fresh install I found I needed it
dn: ou=groups,dc=example,dc=com
objectClass: organizationalUnit
ou: groups
description: Groups

# users - may not be needed, in a fresh install I found I needed it
dn: ou=people,dc=example,dc=com
objectClass: organizationalUnit
ou: people
description: Users

dn: cn=admin,ou=people,dc=example,dc=com
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: gosaAccount
uid: admin
cn: admin
givenName: admin
sn: GOsa main administrator
sambaLMPassword: 10974C6EFC0AEE1917306D272A9441BB
sambaNTPassword: 38F3951141D0F71A039CFA9D1EC06378
userPassword:: dGVzdGVy

dn: cn=administrators,ou=groups,dc=example,dc=com
objectClass: gosaObject
objectClass: posixGroup
gosaSubtreeACL: :all
cn: administrators
gidNumber: 999
memberUid: admin
EOF

# (sb) rpmlint
chmod +x contrib/scripts/*.pl


%post schema
grep -q "^include %{_datadir}/openldap/schema/%{name}/%{name}-core.schema" %{_sysconfdir}/openldap/schema/local.schema || echo "include %{_datadir}/openldap/schema/%{name}/%{name}-core.schema" >> /etc/openldap/schema/local.schema
if [ -f /var/lock/subsys/ldap ]; then
    /etc/rc.d/init.d/ldap restart 1>&2;
fi


%postun schema
sed -i "s|^include %{_datadir}/openldap/schema/%{name}/%{name}-core.schema||" %{_sysconfdir}/openldap/schema/local.schema
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/ldap ]; then
        /etc/rc.d/init.d/ldap restart 1>&2
    fi
fi

%clean

%files
%doc AUTHORS README README.urpmi
%doc Changelog COPYING INSTALL FAQ doc/* 
#%doc contrib/altlinux contrib/fix_config.sh 
#%doc contrib/mysql contrib/opensides contrib/patches 
%doc contrib/scripts contrib/vacation_example.txt
%doc *.php_ole

%config(noreplace) %{_webappconfdir}/%{name}.conf
%attr(0750, %{apacheuser}, %{apachegroup}) %dir /var/spool/%{name}
%{_datadir}/%{name}
%dir %{_sysconfdir}/%{name}
%attr(0640, root, %{apachegroup}) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf

%files schema
%doc COPYING AUTHORS README README.urpmi
%doc contrib/demo.ldif contrib/openldap/slapd.conf
%dir %{_datadir}/openldap/schema/%{name}
%{_datadir}/openldap/schema/%{name}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.14-12
+ Revision: 84df8f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1781 |14cr|gotmail-0.9.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gotmail
%define version	0.9.0
%define release 7

Name: 	 	%{name}
Summary: 	Fetches mail from a Hotmail or MSN webmail account
Version: 	%{version}
Release: 	%{release}
Source:		%{name}-%{version}.tar.bz2
Patch0:		gotmail-0.90.patch
URL:		http://gotmail.sourceforge.net/
License:	GPLv2
Group:		Networking/Mail
BuildRoot:	%{_tmppath}/%{name}-buildroot
Requires:	curl
BuildArch:	noarch

%description
This is Gotmail, a perl script to fetch mail out of your Hotmail
or MSN account. This is especially useful if you want to move from
Hotmail into one of the other free mail services - one command can
do it all. Gotmail also supports getting any new mail only from your
Hotmail or MSN account - perfect for using a Hotmail account as a
redirect address into another account.

Also included is a script for use with Evolution.

%prep
%setup -q
%patch0 -p1 -b .gotmail

%build
%make
										
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR="%{buildroot}" BINDIR=%{_bindir} MANDIR=%{_mandir}
#install -o root -g root -m 755 gotmail4evolution %buildroot/%_bindir

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog README sample.gotmailrc 
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-7
+ Revision: d0ae833
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1782 |14cr|gource-0.40-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Software version control visualization tool
Name:		gource
Version:	0.40
Release:	3
License:	GPLv3+
Group:		Monitoring
Url:		htp://code.google.com/p/gource/
Source0:	http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
# cvs and svn scripts imported from suse
Source1:	cvs-exp.pl
Source2:	svn-gource.py
BuildRequires:	boost-devel
BuildRequires:	glm-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ftgl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)

%description
Software projects are displayed by Gource as an animated tree with the root
directory of the project at its center. Directories appear as branches with
files as leaves. Developers can be seen working on the tree at the times they
contributed to the project.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

install %{SOURCE1} %{buildroot}%{_bindir}/cvs-exp
install %{SOURCE2} %{buildroot}%{_bindir}/svn-gource

%find_lang %{name} || touch %{name}.lang

%files -f %{name}.lang
%doc COPYING README THANKS ChangeLog
%{_bindir}/gource
%{_bindir}/cvs-exp
%{_bindir}/svn-gource
%{_datadir}/gource/*
%{_mandir}/man1/gource.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40-3
+ Revision: 4a96835
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1783 |14cr|gourmet-0.15.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	gourmet
Summary: 	Recipe manager for the GNOME desktop
Version: 	0.15.9
Release: 	3
Source:		http://prdownloads.sourceforge.net/grecipe-manager/%{name}-%{version}.tar.gz
URL:		http://grecipe-manager.sourceforge.net/
License:	GPLv2+
Group:		Graphical desktop/GNOME
BuildRequires:	python-devel 
BuildRequires:  python-metakit
BuildRequires:	imagemagick
BuildRequires:  desktop-file-utils
BuildRequires:	pygtk2.0-devel
BuildRequires:	python-sqlite2
BuildRequires:	python-pyrtf
BuildRequires:	python-imaging
BuildRequires:	intltool
Requires:	gnome-python
Requires:	pygtk2.0-libglade
Requires:	python-metakit
Requires:	python-imaging
Requires:	python-sqlite2
Requires:	python-imaging
Requires:	python-reportlab
Requires:	gnome-python-gnomeprint
Requires:	gnome-python-gtkspell
Requires:	python-pyrtf
Requires:	python-sqlalchemy
Requires:	python-reportlab
Requires:	python-pypoppler
BuildArch:	noarch
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description
Gourmet allows you to collect, search and organize your recipes, and to
automatically generate shopping lists from your collection.

%prep
%setup -q

#fix .desktop file
sed -i -e 's/Icon=recbox.png/Icon=gourmet/g' %{name}.desktop.in

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot} --disable-modules-check

%find_lang %{name}

#menu
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GTK" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

#icons
mkdir -p %{buildroot}%{_liconsdir}
convert -size 48x48 images/recbox.png %{buildroot}%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}
convert -size 32x32 images/recbox.png %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_miconsdir}
convert -size 16x16 images/recbox.png %{buildroot}%{_miconsdir}/%{name}.png

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc CHANGES MANIFEST PKG-INFO README TODO
%{_bindir}/%{name}
%{py_puresitedir}/%{name}
%{py_puresitedir}/%{name}-%{version}-py%{py_ver}.egg-info
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/%{name}
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15.9-3
+ Revision: 815c527
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1784 |14cr|gournal-0.5.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gournal
%define version	0.5.1
%define release 9

Name: 	 	%{name}
Summary: 	GNOME hardwriting notepad
Version: 	%{version}
Release: 	%{release}

Source:		http://www.adebenham.com/debian/%{name}_%{version}-1.tar.bz2
URL:		http://www.adebenham.com/gournal/
License:	GPL
Group:		Office
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildArch:	noarch
BuildRequires:  imagemagick

%description
Gournal is a note-taking application written for usage on Tablet-PCs.  It's
designed for usage with a stylus, not a mouse or keyboard.  It does not have
handwriting recognition but can be used in co-ordination with xstroke to
accept text.  The pages are saved as gzipped SVG files (not totally standard
yet but working on it).

Gournal looks/works just like a physical notebook with multiple pages.
Gournal has the following tools:
    * Fine/Normal/Medium/Think Pens
    * Eraser
    * Highliter
    * Typed Text
    * Time-stamp
    * Zoom
    * Infinite undo/redo
    * Delete entire strokes
    * Networkable pages
    * <Insert Images>
    * <Load a file as the background> 

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%_bindir
cp %name $RPM_BUILD_ROOT/%_bindir/
mkdir -p $RPM_BUILD_ROOT/%_datadir/%name
cp *.glade pixmaps/*.png $RPM_BUILD_ROOT/%_datadir/%name

#menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=Office;
Icon=%{name}
Name=Gournal
Comment=Handwriting notepad
Categories=Office/Accessories
EOF

#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
convert -size 48x48 pixmaps/pencil.png $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
convert -size 32x32 pixmaps/pencil.png $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
convert -size 16x16 pixmaps/pencil.png $RPM_BUILD_ROOT/%_miconsdir/%name.png

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc CHANGES README
%{_bindir}/%name
%{_datadir}/%name
%{_datadir}/applications/mandriva-%name.desktop
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-9
+ Revision: 0da4c3a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1785 |14cr|gp-0.26-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gp
%define version 0.26
%define release 8

Summary: A set of basic utilities for manipulating DNA / RNA / protein sequences
Name: %name
Version: %version
Release: %release
License: GPL
Group: Sciences/Chemistry
URL: http://www.bioinformatics.org/genpak
Source: %name-%version.tar.bz2
BuildRoot: %_tmppath/%name-root

%description
This is a set of small programs for biologists working with sequence data. The
programs are written as a sort of `biological' extension to the standard Unix
tools (sed, awk, grep and the whole myriad of little, useful tools). They 
accept standard input and can spawn the data to standard output, so you can 
place them in a pipe as any other Unix command or use them in a cgi script.  
All programs are written in ANSI C, and are supposed to 1) aid manipulate 
large data sets in intensive batch processing, and 2) faciliate production of 
cgi-based local web servers providing some basic functions. 

%prep
%setup -q

%build
make CFLAGS="$RPM_OPT_FLAGS"

%install
mkdir -p $RPM_BUILD_ROOT/%_bindir
mkdir -p $RPM_BUILD_ROOT/%_datadir
mkdir -p $RPM_BUILD_ROOT/%_mandir/man1
mkdir -p $RPM_BUILD_ROOT/%_docdir
make TREE=$RPM_BUILD_ROOT/usr DATADIR=$RPM_BUILD_ROOT/%_datadir MANDIR=$RPM_BUILD_ROOT/%_mandir install

%clean
rm -fr $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%doc README.TXT LICENSE.TXT CHANGES.TXT html
%_bindir/gp*
%_mandir/man1/*
%_datadir/genpak




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.26-8
+ Revision: 76492f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1786 |14cr|gpa-0.9.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The GNU Privacy Assistant
Name:		gpa
Version:	0.9.3
Release:	2
License:	GPLv2+
Group:		File tools
URL:		http://wald.intevation.org/projects/gpa/
Source0:	ftp://ftp.gnupg.org/gcrypt/gpa/%{name}-%{version}.tar.bz2
BuildRequires:	gnupg
BuildRequires:	gpgme-devel >= 0.4.3
BuildRequires:	gtk+2-devel
BuildRequires:	libassuan-devel
BuildRequires:	gettext-devel
Requires:	gnupg

%description
The GNU Privacy Assistant is a graphical user interface for the
GNU Privacy Guard (GnuPG). GnuPG is a system that provides you with
privacy by encrypting emails or other documents and with
authentication of received files by signature management.

Install this package if you want to have an easy interface for GnuPG.

%prep
%setup -q

%build
%configure2_5x \
	--disable-rpath
%make

%install
%makeinstall_std

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/gpa
Icon=%{name}
Name=GNU Privacy Assistant
Comment=Graphical User Interface for GnuPG
Categories=GTK;System;
EOF

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README THANKS TODO
%{_bindir}/*
%{_datadir}/gpa
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/gpa.1.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-2
+ Revision: ea1957c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1787 |14cr|gpaint-2-0.3.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple, easy-to-use paint program
Name:		gpaint-2
Version:	0.3.3
Release:	9
License:	GPLv2+
Group:		Graphics
Source0:	http://www.gnu.org/software/gpaint/downloading/%{name}-%{version}.tar.gz
Url:		http://www.gnu.org/software/gpaint/
Patch0:		gpaint-2-0.3.3-fix-drawing-fnt.patch
Patch1:		gpaint-2-0.3.3-remove-entry-menu.h.patch
Patch2:		gpaint-2-0.3.3-fix-crash-on-font-selection.patch
Patch3:		gpaint-2-0.3.3-fix-crash-on-saving-in-unsupported-format.patch
Patch4:		gpaint-2-0.3.3-fix-not-printable-string.patch
Patch5:		gpaint-2-0.3.3-fix-color-selection.patch
BuildRequires:	pkgconfig(libglade-2.0)

%description
GNU Paint. A simple, easy-to-use paint program for GNOME. This is a port of
xpaint that takes advantages of features unique to the GNOME environment.

%files -f %{name}.lang
%doc AUTHORS COPYING  NEWS README THANKS
%{_bindir}/%{name}
%{_datadir}/gpaint/glade/gpaint.glade
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%build
%configure2_5x
%make LIBS="-lm"

%install
%makeinstall_std
%find_lang %{name}

#mdk menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Gpaint
Comment=Paint program
Exec=%{_bindir}/%{name}
Icon=graphics_section
Terminal=false
Type=Application
Categories=Graphics;
MimeType=image/gif;image/jpeg;image/png;image/bmp;image/x-eps;image/x-ico;image/x-portable-bitmap;image/x-portable-pixmap;image/x-xbitmap;image/x-xpixmap;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-9
+ Revision: 3348cde
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1788 |14cr|gpass-0.5.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gpass
%define version 0.5.1
%define release 10

Name:          %name
Summary:       A password manager for the GNOME desktop
Version:       %version
Release:       %release
License:       GPL
Group:         Databases
Source0:        http://projects.netlab.jp/gpass/release/%{name}-%{version}.tar.bz2
Patch0: gpass-0.5.1-fix-str-fmt.patch
Patch1: gpass-0.5.1-link.patch
Patch2:	gpass-0.5.1-glibh.patch
BuildRequires: libmhash-devel
BuildRequires: pkgconfig(libglade-2.0) 
BuildRequires: libmcrypt-devel
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(libgnomeui-2.0)
BuildRequires: perl(XML::Parser)

%description
The GNOME Password Manager - GPass for short - is a simple application,
written for the GNOME 2 desktop, that lets you manage a collection of
passwords. The password collection is stored in an encrypted file,
protected by a master-password.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p2 -b .glibh

%build
%configure2_5x
%make 

%install
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
%makeinstall_std
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
%find_lang %name

%files -f %{name}.lang
%doc AUTHORS COPYING INSTALL README NEWS TODO
%{_bindir}/*
%{_datadir}/gpass/*
%{_datadir}/applications/%{name}.desktop
%{_sysconfdir}/gconf/schemas/gpass.schemas
%{_mandir}/man1/gpass*
%{_datadir}/pixmaps/gpass-icon.png






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-10
+ Revision: edcb506
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1789 |14cr|gperiodic-2.0.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	gperiodic
%define	version 2.0.10
%define release	6
%define summary A graphical application for browsing the periodic table
%define group	Sciences/Chemistry

Name:		%{name} 
Summary:	%{summary}
Version:	%{version} 
Release:	%{release} 
Source0:	http://www.frantz.fi/software/%{name}-%{version}.tar.bz2
URL:		http://www.frantz.fi/software/gperiodic.php
Group:		%{group}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPL
BuildRequires:	gtk2-devel imagemagick
#BuildRequires:	

%description
Gperiodic displays a periodic table of the elements, allowing you to
browse through the elements, and view detailed information about each
element.

%prep
%setup -q
sed -i -e "s|-DGTK_DISABLE_DEPRECATED|%{optflags} %{ldflags}|" Makefile

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

# Icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/16x16/apps/
convert -geometry 16x16 gperiodic.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}/hicolor/32x32/apps/
convert -geometry 32x32 gperiodic.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}/hicolor/48x48/apps/
convert -geometry 48x48 gperiodic.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%find_lang %{name}

%if %mdkversion < 200900
%post
%{update_menus}
%{update_icon_cache} hicolor
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_icon_cache} hicolor
%endif

%clean 
rm -rf $RPM_BUILD_ROOT 

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.10-6
+ Revision: fc56b57
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1790 |14cr|gphone-0.5.2-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gphone
%define version 0.5.2
%define release 16

Summary: Internet telephone
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
URL: http://gphone.sourceforge.net/
Group: Sound
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: gsm-devel gtk+-devel slang-devel popt-devel

%description
Gphone is an internet telephone.  As the name implies, it aims to be
fully gnome-groovy, but that hasn't quite happened yet.  Gphone is
definitely a work in progress and you probably shouldn't bet your
business on it.  Don't be too hard on the program, though -- although
the user interface is mighty rough, gphone does actually work pretty
well.  I've only tested the program over ethernet, but the data rate
should be low enough to work over a reasonable modem connection.

The protocol is nominally RTP/RTCP, and gphone complies well enough
with the standard to be able to talk to speakfreely.  I've only tested
the UNIX version of speakfreely, but as long as you tell sfmike to use
RTP and GSM compression, it seems to work fine.  Maybe someday I'll
add in support for other codecs; encryption is a little less likely
because I'd just as soon not open that legal can of worms.  One easy
way to get some security would be to modify my program rtptunnel to
tunnel the RTP protocol through a SSL socket instead of a straight TCP
socket.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q

%configure

%build

%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Gphone
Comment=Internet telephone
Exec=%{_bindir}/%{name} 
Icon=other_networking
Terminal=false
Type=Application
Categories=GNOME;GTK;AudioVideo;Audio;X-MandrivaLinux-Multimedia-Sound;
EOF

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog NEWS README TODO AUTHORS
%{_bindir}/*
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.2-16
+ Revision: 736c391
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1791 |14cr|gphpedit-0.9.98-0.RC1.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gphpedit
%define version	0.9.98
%define release %mkrel -c RC1 2

Name: 	 	%{name}
Summary: 	GNOME PHP/HTML/CSS development environment	
Version: 	%{version}
Release: 	%{release}
Source0:		http://www.gphpedit.org/sites/default/files/%{name}-%{version}RC1.tar.gz
Patch0:		gphpedit-0.9.91-fix-crash.patch
Patch1:		gphpedit-0.9.91-fix-desktop-entry.patch
Patch2:		gphpedit-0.9.91-fix-str-fmt.patch
URL:		http://www.gphpedit.org/
License:	GPLv2+
Group:		Editors
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	intltool

%description
GPHPEdit is a GNOME2 editor that is dedicated to editing PHP files and other
supporting files, like HTML/CSS. It has support for drop-down function lists,
hints showing parameters, and syntax highlighting.

%prep
%setup -qn anoopjohn-gphpedit-fe8a12c
%if 0
%patch0 -p1
%patch1 -p0
%patch2 -p0
%endif

%build
export LIBS=" -lgmodule-2.0"
autoreconf -fi
%configure2_5x
perl -p -i -e 's|-Os|%optflags||g' `find -name makefile`
make
										
%install
%makeinstall_std

%find_lang %name

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS TODO README
%{_bindir}/%name
%{_datadir}/applications/*
%{_datadir}/%name
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/*/apps/*



%changelog
* Wed Oct 31 2012 alexander barakin aka sash-kan <alex@barak.in> 0.9.98-0.RC1.2
+ Revision: efd25b1
- wrong name of br



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1792 |14cr|gpixpod-0.6.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gpixpod
%define version	0.6.2
%define release 9

Name: 	 	%{name}
Summary: 	Photo manager for capable iPods
Version: 	%{version}
Release: 	%{release}

Source0:		http://prdownloads.sourceforge.net/%name/%name-%{version}.tar.bz2
Patch0:		gpixpod-0.6.2-close-about.patch
URL:		http://gpixpod.sourceforge.net/
License:	GPLv2+
Group:		Graphics
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	desktop-file-utils
Requires:	pygtk2.0-libglade pygtk2.0
Requires:	python-gobject
Requires:	dbus-python
Requires:	gnome-python gnome-python-gnomevfs

%description
GPixPod is an application for uploading and organizing photos and photo albums
on recent Apple iPod models.

%prep
%setup -q
%patch0 -p1

%build
python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT

#menu

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-Multimedia-Graphics" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
convert -size 48x48 GPixPod_icon.png $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
convert -size 32x32 GPixPod_icon.png $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
convert -size 16x16 GPixPod_icon.png $RPM_BUILD_ROOT/%_miconsdir/%name.png

mv %buildroot%_datadir/doc/%name installed-docs
mv %buildroot%py_platsitedir/gpixpod* %buildroot%_prefix/lib/%name/

perl -pi -e "s/python2.4/python/" %buildroot%_bindir/%name

%files
%doc installed-docs/*
%{_bindir}/%name
%{_datadir}/%name
%_datadir/applications/*.desktop
%_prefix/lib/%name
%py_platsitedir/*
%_mandir/man1/%name.1*
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-9
+ Revision: a9b40f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1793 |14cr|gpodder-3.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gpodder
%define version	3.2.0
%define release 2

Name: 	 	%{name}
Summary: 	A graphical podcast catcher
Version: 	%{version}
Release: 	%{release}
Source:		http://gpodder.org/src/%{name}-%{version}.tar.gz
URL:		http://gpodder.org/
#gw SimpleGladeApp is LGPL
License:	GPLv3+ and LGPLv2+
Group:		Networking/News
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:  python-devel
BuildRequires:  python-feedparser >= 5.0.1
BuildRequires:	python-mygpoclient
BuildRequires:  imagemagick
BuildRequires:  desktop-file-utils
BuildRequires:  help2man
BuildRequires:  intltool
BuildRequires:	python-mygpoclient >= 1.4
Requires:	pygtk2.0 >= 2.6
Requires:       pygtk2.0-libglade
Requires:       python-feedparser >= 5.0.1
%if %mdkversion <= 200700
Requires:       python-sqlite2
%endif
Requires:	python-mygpoclient >= 1.4
# gw required for HTML show notes
Requires: python-webkitgtk
# gw for Bluetooth support
Suggests: bluez-utils bluez-gnome
BuildArch:	noarch

%description
gPodder is a Podcast reciever/catcher written in Python, using GTK. It manages
podcast feeds for you and automatically downloads all podcasts from as many
feeds as you like.

%prep
%setup -q
%apply_patches

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
%find_lang %name
desktop-file-install --vendor="" \
  --add-category="GTK;Network;News" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-,root,root)
%doc README 
%{_bindir}/gpo
%{_bindir}/gpodder-migrate2tres
%{_bindir}/%name
%_datadir/dbus-1/services/org.gpodder.service
%{_datadir}/%name
%{py_puresitedir}/%name
%{py_puresitedir}/*.egg-info
%{_mandir}/man1/*
%{_datadir}/applications/*
%_datadir/icons/hicolor/*/apps/gpodder.*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.0-2
+ Revision: 9b98a0b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1794 |14cr|gpppoem-0.1.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Monitor your pppoe connection
Name:		gpppoem
Version:	0.1.1
Release:	10
License:	GPLv2+
Group:		Monitoring
Url:		http://footprints.altervista.org/index.php
Source0:	http://footprints.altervista.org/archivio/%{name}/%{name}-%{version}.tar.bz2
Source10:	gpppoem-16.png
Source11:	gpppoem-32.png
Source12:	gpppoem-48.png
BuildRequires:	pkgconfig(libgnome-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)

%description
Monitor your pppoe connection. It can also monitor your eth0 connection.

%files
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/pixmaps/%{name}/gppp.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-0.1

find . -name "Makefile*" -o -name "*.m4" -o -name "configure*" |xargs sed -i -e 's,configure.in,configure.ac,g'

%build
export LIBS="-lX11"
autoreconf -vif
%configure2_5x

%install
%makeinstall_std prefix=%{buildroot}%{_prefix}

mkdir -p %{buildroot}/{%{_iconsdir},%{_liconsdir},%{_miconsdir}}
cp %{SOURCE10} %{buildroot}%{_miconsdir}/%{name}.png
cp %{SOURCE11} %{buildroot}%{_iconsdir}/%{name}.png
cp %{SOURCE12} %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Gpppoem
Comment=Pppoe monitor
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;X-MandrivaLinux-System-Monitoring;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-10
+ Revision: 72faa57
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1795 |14cr|gpredict-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    gpredict
%define version 1.3
%define rel     2

Name:           %{name}
Version:        %{version}
Release:        %{rel}
Summary:        Fast and accurate real-time satellite tracking
Group:          Sciences/Geosciences
License:        GPLv2+
URL:            http://gpredict.oz9aec.net
Source0:         http://sourceforge.net/projects/gpredict/files/Gpredict/%{version}/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  libstdc++-devel
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(gtk+)
BuildRequires:  intltool >= 0.21
BuildRequires:  pkgconfig(goocanvas)
       
%description
Gpredict includes the following features:
  * Tracking an infinite number of satellites only limited by the
    physical memory and processing power of the computer.
  * Display the tracking data in lists, maps, polar plots and any
    combination of these.
  * You can have many modules open at the same either in a
    notebook or in their own windows. The module can also run in
    full-screen mode.
  * You can use many ground stations. Ground station coordinates
    can either be entered manually or you can get some appriximate values
    from a list with more than 2000 predefined locations worldwide.
  * Predict upcoming passes for satellites, including passes where a
    satellite may be visible and communication windows
  * Very detailed information about both the real time data and the
    predicted passes.
  * Gpredict can run in real-time, simulated real-time (fast forward and
    backward), and manual time control.
  * Doppler tuning of radios via Hamlib rigctld.
  * Antenna rotator control via Hamlib rotctld.

       
%prep
%setup -q
       
%build
%configure2_5x --enable-coverage
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}
%{_datadir}/pixmaps/%{name}-icon.png
%{_mandir}/man1/gpredict.*



%changelog
* Wed Oct 31 2012 alexander barakin aka sash-kan <alex@barak.in> 1.3-2
+ Revision: 3a58c33
- spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1796 |14cr|gprsec-3.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO: build also command line tool, automate configuration as defined below.

%define name		gprsec
%define realnam		GPRS_Easy_Connect
%define version		3.0.0
%define realver		300
%define release		6
%define Summary		GUI to simplify GPRS cellular data connection

Summary:		%{Summary}
Name:			%{name}
Version:		%{version}
Release:		%{release}
License:		GPL
Group:			Communications
URL:			http://www.gprsec.hu

Source0:		http://www.gprsec.hu/downloads/%{realnam}_%{realver}.tar.bz2
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-buildroot 
BuildArch:		noarch
BuildRequires:	imagemagick

Requires:		perl-Gtk2
Requires:		perl-Glib
Requires:		perl-Gtk2-TrayIcon
Requires:		perl-Gnome2-Canvas
Requires:		perl-Gnome2-VFS
Requires:		perl-Gnome2
Requires:		ppp

%description
GPRS Easy Connect is a graphical utility to simplify connecting to the internet
with a GPRS cellular phone.  Many phones are supported, and scripts to connect
to many worldwide GPRS providers are included.  You can also easily create your
own script to add new phones or new providers.  Connection statistics are also
included.

Connections to your phone can be via serial, irda, bluetooth, or USB.

* Usage note:
To use, make sure you have kernel module cdc_acm loaded (easiest is to add it
to /etc/modules), add user permissions after devices created by executing
chmod a+rw /dev/ttyACM0 && chmod a+rw /dev/ttyACM1, and after you connect to
run dhclient or similar.

%prep 
%setup -q -n %{realnam}_%{realver}

%build 
# no build, this is a perl script

%install
rm -rf %{buildroot}

# The spec does not use the binary installer provided in the package
# but the installation directives used by it from installer/Install.conf

install -D data/bin/%{name} %{buildroot}%{_bindir}/%{name}
install -d %{buildroot}%{_datadir}/%{name}
cp -R data/share/%{name}/images %{buildroot}%{_datadir}/%{name}/
cp -R data/share/%{name}/themes %{buildroot}%{_datadir}
cp -R data/share/%{name}/languages %{buildroot}%{_datadir}/%{name}/
cp -R data/share/%{name}/sounds %{buildroot}%{_datadir}/%{name}/
cp -R data/share/%{name}/tools %{buildroot}%{_datadir}/%{name}/

# Creating menu entry


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=GPRS Easy Connect
Comment=%{Summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false (or true if needs=text)
Type=Application
Categories=GNOME;Settings;Networ;X-MandrivaLinux-System-Configuration-Networking;
EOF

# Create icons

install -d %buildroot/{%_miconsdir,%_iconsdir,%_liconsdir}
convert -resize 16x16 data/share/gprsec/images/icons/gprsec.png %buildroot/%_miconsdir/%name.png
convert -resize 32x32 data/share/gprsec/images/icons/gprsec.png %buildroot/%_iconsdir/%name.png
convert -resize 48x48 data/share/gprsec/images/icons/gprsec.png %buildroot/%_liconsdir/%name.png

%clean 
rm -rf %{buildroot} 

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root,0755) 
%doc data/share/gprsec/README data/share/gprsec/COPYING data/share/gprsec/AUTHORS data/share/gprsec/history data/share/gprsec/version
%doc documentation.html
%{_datadir}/applications/mandriva-%{name}.desktop
%{_bindir}/%name
%{_miconsdir}/%name.png
%{_iconsdir}/%name.png
%{_liconsdir}/%name.png
%{_datadir}/%{name}/*
%{_datadir}/themes/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-6
+ Revision: 71f1715
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1797 |14cr|gpsbabel-1.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GPSBabel converts GPS data from one format to another
Name:		gpsbabel
Version:	1.4.3
Release:	2
License:	GPLv2+
Group:		File tools
URL:		http://www.gpsbabel.org/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:       %{name}.desktop
Source2:       %{name}.png
Patch0:		gpsbabel-1.3.5-autoconf.patch
BuildRequires:	expat-devel
BuildRequires:	libusb-devel
BuildRequires:	zlib-devel
BuildRequires:	qt4-devel
BuildRequires:	desktop-file-utils

%description
GPSBabel converts waypoints, tracks, and routes from one format to another, 
whether that format is a common mapping format like Delorme, Streets and 
Trips, or even a serial upload or download to a GPS unit such as those from 
Garmin and Magellan. By flatting the Tower of Babel that the authors of 
various programs for manipulating GPS data have imposed upon us, it returns 
to us the ability to freely move our own waypoint data between the programs 
and hardware we choose to use.

%package gui
Summary:	Qt GUI interface for GPSBabel
Group:		Graphical desktop/KDE
License:	GPLv2+
Requires:	%{name} = %{version}-%{release}

%description gui
Qt GUI interface for GPSBabel.

%prep

%setup -q
perl -pi -e 's|^INSTALL_TARGETDIR=/usr/local/|INSTALL_TARGETDIR=\$(DESTDIR)%_usr|' Makefile
%patch0 -p0 -b .autoconf

# fix bad execute perms
%{__chmod} a-x *.c *.h

%build
%configure2_5x --with-zlib=system
%make
pushd gui
%qmake_qt4
%qt4bin/lrelease *.ts
%make
popd

%install
%__install -d %{buildroot}%{_bindir}
%makeinstall_std
%makeinstall_std -C gui

%__install -m 0755 -d %{buildroot}%{_bindir}/
%__install -m 0755 -p gui/objects/gpsbabelfe-bin %{buildroot}%{_bindir}/
%__install -m 0755 -d %{buildroot}%{translationdir}/
%__install -m 0644 -p gui/gpsbabel*_*.qm %{buildroot}%{translationdir}/

desktop-file-install \
        --dir %{buildroot}/%{_datadir}/applications \
        %{SOURCE1}

install -m 0755 -d %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/
install -m 0644 -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/

%files
%doc README* COPYING
%{_bindir}/%{name}

%files gui
%doc gui/{AUTHORS,COPYING*,README*,TODO} gui/help/gpsbabel.html
%{_bindir}/gpsbabelfe-bin
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/256x256/apps/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.3-2
+ Revision: 6604f25
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1798 |14cr|gpscorrelate-1.6.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GPS photo tagging application
Name:		gpscorrelate
Version:	1.6.1
Release:	7
License:	GPLv2+
Group:		Graphics
Url:		http://freefoote.dview.net/linux_gpscorr.html
Source0:	http://freefoote.dview.net/linux/%{name}-%{version}.tar.gz
Patch0:		gpscorrelate-1.6.1-makefile.diff
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%description
This program correlates digital camera photos with GPS data in GPX format.

%files
%doc RELEASES COPYING README doc
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make LDFLAGS="%{ldflags}" CFLAGS="%{optflags}"

%install
install -d %{buildroot}%{_bindir}
install -m 755 gpscorrelate gpscorrelate-gui %{buildroot}%{_bindir}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.1-7
+ Revision: 65b5351
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1799 |14cr|gpsdrive-2.11-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GPS based navigation tool

Name:		gpsdrive
Version:	2.11
Release:	7
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.gpsdrive.de/
Source0:	http://www.gpsdrive.de/packages/%{name}-%{version}.tar.gz
Source1:	http://download.sourceforge.net/sourceforge/gpsdrive/openstreetmap-map-icons-minimal.tar.gz
Source2:	%{name}-48.png
Source3:	%{name}-32.png
Source4:	%{name}-16.png
Patch0:		gpsdrive-2.10pre6-leaf.patch
Patch1:		gpsdrive-2.10pre7-fedora.patch
Patch2:		gpsdrive-2.10pre7-usepc.patch
Patch3:		gpsdrive-2.10-newgps.patch
Patch4:		gpsdrive-2.10-fix-dso-linking.patch
Patch5:		gpsdrive-2.11-add-gdk-pixbuf2.patch
Patch6:		gpsdrive_no_segfault_on_nan_lat.patch
Patch7:		gpsdrive-2.11.mapnik.cpp.patch
Patch8:		gpsdrive-2.11-freetype-cmake.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	boost-devel
BuildRequires:	speech-dispatcher-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgpsd)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:  pkgconfig(libagg)

Provides:	perl(Geo::OSM::EntitiesV3)
Provides:	perl(Geo::OSM::OsmReaderV5)
Provides:	perl(Geo::OSM::EntitiesV5)
Provides:	perl(Geo::OSM::OsmReaderV3)

%description
Gpsdrive is a map-based navigation system. It displays your position on a
zoomable map provided from a NMEA-capable GPS receiver. The maps are
autoselected for the best resolution, depending of your position, and the
displayed image can be zoomed. Maps can be downloaded from the Internet with
one mouse click. The program provides information about speed, direction,
bearing, arrival time, actual position, and target position. Speech output
is also available.

%files -f %{name}.lang
%doc AUTHORS README
%{_bindir}/*
%{_mandir}/man1/*.1*
%{_mandir}/es/man1/gpsdrive.1*
%{_mandir}/de/man1/gpsdrive.1*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/icons/map-icons
%{_datadir}/%{name}
%{_datadir}/applications/*
%{perl_vendorlib}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version} -a1
%patch0 -p1 -b .leaf
%patch1 -p1
%patch2 -p1 -b .usepc
%patch3 -p1 -b .newgps
%patch4 -p1 -b .fix-dso-linking
%patch5 -p1 -b .gdk-pixbuf2
%patch6 -p0 -b .nan
#%patch7 -p1 -b .mapnikcpp
%patch8 -p1 -b .freetype-cmake

%build
export CXXFLAGS="%{optflags} -DBOOST_FILESYSTEM_VERSION=3"
export LDFLAGS="$LDFLAGS -lm"
%cmake -DWITH_MAPNIK=OFF
%make

%install
%makeinstall_std -C build

rm -rf %{buildroot}%{_datadir}/%{name}/{AUTHORS,FAQ*,LEEME,LISEZMOI,README*,TODO,NMEA*,GPS-*}

install -m644 %{SOURCE2} -D %{buildroot}%{_liconsdir}/%{name}.png
install -m644 %{SOURCE3} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE4} -D %{buildroot}%{_miconsdir}/%{name}.png

#menu entry
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="GTK" \
	--add-category="Science" \
	--add-category="X-MandrivaLinux-MoreApplications-Sciences-Other" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

install -d %{buildroot}%{_datadir}/icons/map-icons
cp -a usr/share/icons/map-icons/* %{buildroot}%{_datadir}/icons/map-icons/

%find_lang %{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.11-7
+ Revision: f8d507e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1800 |14cr|gpsim-0.26.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    gpsim
%define version 0.26.1
%define release  3

%define lib_name_orig lib%{name}
%define lib_major 0
%define lib_name %mklibname %{name} %{lib_major}
%define develname %mklibname -d %{name}

Name:           %{name}
Epoch:		1
Version:        %{version}
Release:        %{release}
Summary:        A software simulator for Microchip PIC microcontrollers
Source0:        %{name}-%{version}.tar.gz
Patch0:		gpsim-0.26.1-linkage.patch
Patch1:		gpsim-0.26.1-gtkextra3.patch
Patch2:		gpsim-0.26.1-glibh.patch
License:        GPL
Group:          Development/Other
Url:		http://gpsim.sourceforge.net/
BuildRequires:  readline-devel flex pkgconfig(popt) pkgconfig(glib-2.0)
BuildRequires:  termcap-devel pkgconfig(ncurses) glibc-static-devel
BuildRequires:  pkgconfig(gtkextra-3.0)

%description
gpsim is a full-featured software simulator for Microchip PIC microcontrollers
distributed under the GNU General Public License.

gpsim has been designed to be as accurate as possible. Accuracy includes the 
entire PIC - from the core to the I/O pins and including ALL of the internal 
peripherals. Thus it's possible to create stimuli and tie them to the I/O pins 
and test the PIC the same PIC the same way you would in the real world.

%package -n     %{lib_name}
Summary:	Main library for %{name}
Group:          System/Libraries

%description -n %{lib_name}
This package contains the library needed to run programs dynamically
linked with libgpsim

%package -n     %{develname}
Summary:        Headers for developing programs that will use libgpsim
Group:          Development/C
Requires:       %{lib_name} = %{epoch}:%{version}
Provides:       %{lib_name_orig}-devel = %{version}-%{release} 
Provides:       %{name}-devel = %{version}-%{release}
Obsoletes:	%{lib_name}-devel

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use libgpsim

%prep
%setup -q
%patch0 -p0 -b .link
%patch1 -p2 -b .gtkextra3
%patch2 -p2 -b .glibh

%build
%define _disable_ld_no_undefined 1
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# zap .a and .la
rm -fr %{buildroot}%{_libdir}/*.la

%files
%defattr(-,root,root)
%doc README
%{_bindir}/%{name}

%files -n %{lib_name}
%defattr(-,root,root)
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.26.1-3
+ Revision: f952fca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1801 |14cr|gpsman-6.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This spec is based on Fedora, Debian and MIB work

Name:		gpsman
Version:	6.4.2
Release:	2
Summary:	A GPS manager
Group:		Communications
License:	GPLv3+
URL:		http://www.ncc.up.pt/gpsman/wGPSMan_4.html
Source0:	http://www.ncc.up.pt/gpsman/gpsmanhtml/gpsman-%{version}.tgz
#man files for the utils, stolen from debian
Source1:	mou2gmn.1
Source2:	mb2gmn.1
Source3:	gpsman.desktop
Source4:	gpsman-icon.png
#fix location of files in executable
Patch0:		gpsman-sourcedir.patch
BuildArch:	noarch
BuildRequires:	desktop-file-utils
Requires:	tk
Requires:	tkimg

%description
GPS Manager (GPSMan) is a graphical manager of GPS data that makes possible
the preparation, inspection and edition of GPS data in a friendly environment.

GPSMan supports communication and real-time logging with both Garmin and
Lowrance receivers and accepts real-time logging information in NMEA 0183
from any GPS receiver.

%prep
%setup -q
%patch0 -p1

#make sure all files are utf-8
recode()
{
  iconv -f "$2" -t utf-8 < "$1" > "${1}_"
  mv -f "${1}_" "$1"
}
for f in `find manual/html -name *.html`
 do recode $f iso-8859-15
done
recode manual/html/info/WPs.txt iso-8859-15

%build
#no build needed

%install
%__rm -rf %{buildroot}
#manual install
%__install -D -m 0755 gpsman.tcl %{buildroot}%{_bindir}/gpsman
%__install -Dd gmsrc %{buildroot}%{_datadir}/gpsman
for f in `find gmsrc/ -type f -maxdepth 1`
 do %__install -D -m 0644 $f %{buildroot}%{_datadir}/gpsman/`echo $f | cut -d '/' -f2`
done
%__install -Dd gmsrc/gmicons %{buildroot}%{_datadir}/gpsman/gmicons
for f in `find gmsrc/gmicons/ -type f -name *.gif`
 do %__install -D -m 0644 $f %{buildroot}%{_datadir}/gpsman/gmicons/`echo $f | cut -d '/' -f3`
done
%__install -D -m 0644 man/man1/gpsman.1 %{buildroot}%{_mandir}/man1/gpsman.1
#utils
%__install -D -m 0755 util/mb2gmn.tcl %{buildroot}%{_bindir}/mb2gmn
%__install -D -m 0755 util/mou2gmn.tcl %{buildroot}%{_bindir}/mou2gmn
#man files
%__install -D -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/mb2gmn.1
%__install -D -m 0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/mou2gmn.1
# desktop file and icon
%__mkdir_p %{buildroot}%{_datadir}/pixmaps/
install -m 644 %{SOURCE4} \
  %{buildroot}%{_datadir}/pixmaps/
desktop-file-install --vendor="" \
  --dir=%{buildroot}%{_datadir}/applications \
  %{SOURCE3}

%clean
%__rm -rf %{buildroot}

%files
%doc LICENSE manual/GPSMandoc.pdf manual/html
%{_bindir}/*
%{_datadir}/gpsman
%{_mandir}/man?/*
%attr(0644,root,root) %{_datadir}/applications/%{name}.desktop
%attr(0644,root,root) %{_datadir}/pixmaps/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.4.2-2
+ Revision: af7a3f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1802 |14cr|gpspoint-2.030521-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname %{name} %major
%define develname	%mklibname %{name} -d

Name: 	 	gpspoint
Summary: 	Garmin GPS data transfer utility
Version: 	2.030521
Release: 	8
Source0:	%{name}-%{version}.tar.bz2
# These patches are build fixes, from NetBSD - AdamW 2008/08
Patch0:		gpspoint-2.030521-netbsd-patch-ab
Patch1:		gpspoint-2.030521-netbsd-patch-ac
Patch2:		gpspoint-2.030521-netbsd-patch-ad
Patch3:		gpspoint-2.030521-netbsd-patch-ae
Patch4:		gpspoint-2.030521-netbsd-patch-af
# GCC 4.3 build fixes, by me - AdamW 2008/08
Patch5:		gpspoint-2.030521-gcc43.patch
Patch6:		gpspoint-2.030521-link.patch
License:	GPLv2+
Group:		Communications

%description
With gpspoint you can interact with a Garmin GPS device. Most
importantly you can download and upload waypoints, routes and tracks.
It also includes a dialog-based frontend, mgpspoint.

%package -n 	%{libname}
Summary:        Dynamic libraries from %{name}
Group:          System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%package -n 	%{develname}
Summary: 	Header files and static libraries from %{name}
Group: 		Development/C
Requires: 	%{libname} >= %{version}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes: 	%{name}-devel
Obsoletes:	%{mklibname gpspoint 1 -d}

%description -n %{develname}
Development libraries and headers for developing programs based on
%{name}.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p1 -b .gcc43
%patch6 -p0 -b .link

%build
autoreconf -fi
%configure2_5x --disable-static
make
										
%install
rm -rf %{buildroot}
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=m%{name}
Icon=more_applications_other_section
Name=MGPSPoint
Comment=GPS Data Transfer
Categories=Utility;
EOF

%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog COPYRIGHT NEWS TODO
%{_bindir}/%{name}
%{_bindir}/m%{name}
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/gpspoint2
%{_libdir}/*.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.030521-8
+ Revision: 300dc88
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1803 |14cr|gputils-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A collection of tools for the Microchip (TM) PIC microcontrollers
Name:		gputils
Version:	1.2.0
Release:	2
License:	GPLv2+
Group:		Development/Other
Url:		http://gputils.sourceforge.net/
Source0:	http://downloads.sourceforge.net/gputils/%{name}-%{version}.tar.gz

%description
GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers.
It includes gpasm, gplink, and gplib.

%files
%doc README
%{_datadir}/%{name}
%{_mandir}/man1/*.1*
%lang(fr) %{_mandir}/fr/man1/*
%{_bindir}/*
%{_docdir}/%{name}-%{version}/html

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-2
+ Revision: 3a36566
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1804 |14cr|grace-5.1.22-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
# NOTE: this is needed to avoid broken macro format in 
# T1lib/type1/objects.c
# T1lib/type1/type1.c (presumably others)
# since IfTrace0 macro does not include the format string
# Upstream is warned
# All other formats are fixed in the patched files (sent upstream also)

%define Werror_cflags %nil

Summary:	Numerical Data Processing and Visualization Tool (Grace)
Name:		grace
Version:	5.1.22
Release:	8
License:	GPLv2+
Group:		Sciences/Other
Url:		http://plasma-gate.weizmann.ac.il/Grace/
Source0:	ftp://plasma-gate.weizmann.ac.il/pub/grace/src/grace5/%{name}-%{version}.tar.gz
Source1:	grace-icons.tar.bz2
Patch0:		svgdrv_stringliteral.patch
Patch1:		utils_stringliteral.patch
# Fixes the mouse stuck in the window, fix for #58242
# Comes from http://plasma-gate.weizmann.ac.il/Grace/phpbb/viewtopic.php?t=1813
Patch2:		mouse_stuck_in_the_window.patch
BuildRequires:	jpeg-devel
BuildRequires:	lesstif-devel
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(zlib)
Requires:	webclient
Requires:	xterm

# NOTE: This can be rebuilt with pdflib-devel installed if you want to enable pdf
# support. Keep in mind that pdflib is not free (Aladdin FPL).

%description
Grace is a Motif/Lesstif application for two-dimensional data
visualization. Grace can transform the data using free equations, FFT,
cross- and auto-correlation, differences, integrals, histograms, and
much more. The generated figures are of high quality.  Grace is a very
convenient tool for data inspection, data transformation, and for
making figures for publications.

%files
%doc CHANGES COPYRIGHT DEVELOPERS LICENSE README ChangeLog doc/*.html doc/*.png
%{_mandir}/man1/*
%{_libdir}/grace
%{_bindir}/grace
%{_bindir}/gracebat
%{_bindir}/xmgrace
%{_bindir}/convcal
%{_bindir}/fdf2fit
%if %{mdvver} < 201410
%{_bindir}/grconvert
%endif
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/grace.png

#----------------------------------------------------------------------------

%package devel
Summary:	Library and header files for Grace-linked apps development
Group:		Development/Other
Requires:	grace = %{EVRD}

%description devel
This package includes header and library files needed to
develop programs which will use grace as a subprocess.
This feature is currently (%{name}-%{version}) available for
C and Fortran77 languages.

%files devel
%{_includedir}/grace_np.h
%{_libdir}/libgrace_np.a

#----------------------------------------------------------------------------

%prep
%setup -a 1 -q
%patch0 -p 1
%patch1
%patch2 -p 1

%build
%configure2_5x \
	--enable-grace-home=%{_libdir}/grace \
	--with-helpviewer="xdg-open %s"  \
	--with-x \
	--x-includes=%{_libdir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall GRACE_HOME=%{buildroot}/%{_libdir}/grace

#fixup binaries
mkdir %{buildroot}%{_bindir}
mv %{buildroot}%{_libdir}/grace/bin/* %{buildroot}%{_bindir}
rm -fr %{buildroot}%{_libdir}/grace/bin
ln -s %{_bindir}/xmgrace %{buildroot}%{_bindir}/grace

#fixup devel files
mv %{buildroot}%{_libdir}/grace/lib/* %{buildroot}%{_libdir}
rm -fr %{buildroot}%{_libdir}/grace/lib
mkdir %{buildroot}%{_includedir}
mv %{buildroot}%{_libdir}/grace/include/* %{buildroot}%{_includedir}
rm -fr %{buildroot}%{_libdir}/grace/include

#fixup documentation
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_libdir}/grace/doc/*.1 %{buildroot}%{_mandir}/man1
rm -fr %{buildroot}%{_libdir}/grace/doc
ln -s %{_docdir}/%{name} %{buildroot}%{_libdir}/grace/doc

install -d %{buildroot}%{_datadir}/applications
cat <<EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=Grace
Comment=Graphical visualization of scientific data
Exec=xmgrace
Icon=grace
Type=Application
Categories=Science;Education;2DGraphics;
EOF

# icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
pushd grace-icons
cp grace16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/grace.png
cp grace32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/grace.png
cp grace48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/grace.png
popd


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.1.22-8
+ Revision: 6517959
- Spec cleanup, don't package grconv in 2014.1+



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1805 |14cr|grail-3.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Summary:	Gesture Recognition And Instantiation Library
Name:		grail
Version:	3.1.0
Release:	2
License:	GPLv3+
Group:		Development/Other
Url:		https://launchpad.net/grail
Source0:	https://launchpad.net/grail/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(evemu)
BuildRequires:	pkgconfig(frame)
BuildRequires:	pkgconfig(frame-x11)
BuildRequires:	pkgconfig(inputproto)
BuildRequires:	pkgconfig(mtdev)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xi)

%description
Grail consists of an interface and tools for handling gesture recognition and
gesture instantiation.

When a multitouch gesture is performed on a device, the recognizer emits one
or several possible gestures. Once the context of the gesture is known, i.e.,
in what window the touches land and what gestures the clients of that window
listen to, the instantiator delivers the matching set of gestures.

The library handles tentative gestures, i.e., buffering of events for several
alternative gestures until a match is confirmed.

%files
%doc README COPYING
%{_bindir}/grail*
%{_mandir}/man1/grail*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GRAIL shared library package
Group:		System/Libraries
Conflicts:	%{_lib}grail5 < 3.1.0
Obsoletes:	%{_lib}grail5 < 3.1.0

%description -n %{libname}
This package contains the library needed to run programs dynamically linked
with grail.

%files -n %{libname}
%{_libdir}/libgrail.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Gesture Recognition And Instantiation Library Development Package
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}grail5 < 3.1.0

%description -n %{devname}
This package provides headers files for grail development.

%files -n %{devname}
%{_includedir}/oif/grail.h
%{_libdir}/libgrail.so
%{_libdir}/pkgconfig/grail.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
sed -i 's/-Werror//g' configure.ac
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.0-2
+ Revision: e1a1b62
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1806 |14cr|gramofile-1.6-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gramofile
%define version 1.6
%define release 15

Name: %{name}
Version: %{version}
Release: %{release}
License: GPL+
Group: Sound
URL: http://www.opensourcepartners.nl/~costar/gramofile/
Source: %{name}-%{version}.tar.bz2
Patch0: tappin3a.patch.bz2
Patch1: tappin3b.patch.bz2
Patch2: gramofile-braille-patch.bz2
Summary: Transfer sound from gramophone records to CD
BuildRequires: ncurses-devel
BuildRequires: fftw2-devel

%description
GramoFile enables you to record audio from (for example) gramophone
records, process the signal and listen to the results. Because sound
files in .WAV-format are used, it is possible to exchange the files
with many other programs. Cdrecord(1) can burn CD-Recordables of these,
so you can make CDs with the music of your favorite records.  The user
interface of GramoFile has a windows-like look-and-feel, making it
fairly easy to use.

One of the most important parts of GramoFile is the ability to process
digital audio signals. Through the application of several filters it
is possible to accomplish a significant reduction of disturbances like
ticks and scratches. These filters have been programmed in such a fashion
that they can be applied in any order (and multiple times) in a single
run, thus avoiding the use of temporary files. It is possible to adjust
the properties of each filter independently, so in every situation an
optimal result can be achieved.

Another interesting feature is the track splitting. Just make one .wav
file of an entire side of an record and GramoFile will detect where
the individual tracks are located. This happens fully automatically,
without need to set any options. More experienced users may fine-tune
the algorithm, or change the detected track starts and ends, but
generally that will not be necessary. Track-times are saved in an
editable (plaintext) .tracks file, that will be used during the signal
processing to produce one processed .wav file for each individual track.

To record and play .wav files, modified versions of brec(1) and bplay(1)
by David Monro are included. These programs provide buffered recording
and playback, so all will go well even on a highly loaded system. Both
programs have been modified to support the standard GramoFile user
interface.  Brec also got a `graphical' peak level meter, and bplay a
running time display.


%prep
rm -rf $RPM_BUILD_ROOT

%setup -q

%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
cp -pr bplay_gramo brec_gramo gramofile $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README TODO ChangeLog *.txt example.tracks
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-15
+ Revision: 13bc05d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1807 |14cr|gramps-3.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Genealogical Research and Analysis Management Programming System
Name:		gramps
Version:	3.3.1
Release:	2
License:	GPLv2+
Group:		Sciences/Other
Source0:	http://prdownloads.sourceforge.net/gramps/%{name}-%{version}.tar.gz
Source11:	%{name}-48.png
Source12:	%{name}-32.png
Source13:	%{name}-16.png
URL:		http://www.gramps-project.org
BuildArch:	noarch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	python-gobject
Requires:	pygtk2.0
Requires:	gnome-python-gconf
Requires:	gnome-python-canvas
Requires:	gnome-python-gnomevfs
Requires:	python-exiv2
Requires:	python-graphviz
Requires:	shared-mime-info
Requires:	xdg-utils
Suggests:	gnome-python-gtkspell
Suggests:	python-webkitgtk
Suggests:	fonts-ttf-freefont
#Suggest it for geography functionality
Suggests:	python-osmgpsmap

%description
gramps (Genealogical Research and Analysis Management Programming
System) is a GNOME based genealogy program supporting a Python
based plugin system.

%prep
%setup -q

%build
%configure2_5x --disable-mime-install --enable-packager-mode
%make

%install
%makeinstall_std
rm -fr %{buildroot}/var

#menu
perl -pi -e 's,%{name}.png,%{name},g' %{buildroot}%{_datadir}/applications/*
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="Genealogy" \
  --add-category="Science" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

#icons
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%find_lang %{name} --with-gnome --with-man

%clean
rm -rf %buildroot

%files -f %{name}.lang
%defattr(-, root, root)

%doc README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/icons/gnome/*/mimetypes/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/application-registry/%{name}.applications
%{_datadir}/mime-info/%{name}.*
%{_mandir}/man1/%{name}.1*
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.1-2
+ Revision: 5848ce4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1808 |14cr|grandr-0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: grandr
Version: 0.1
Release: 9
Summary: Interface to RandR extension
Group: System/X11
URL:    http://www.x.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
# These are all upstream patches since the 0.1 release:
Patch0: grandr-upstream-01-fix-segfault-at-startup.patch
Patch1: grandr-upstream-02-license-was-gpl-not-mit.patch
Patch2: grandr-upstream-03-fix-typo-output.patch
Patch3: grandr-upstream-04-exit-when-window-is-closed.patch
Patch4: grandr-upstream-05-fix-typo-screen.patch
# This was taken from Debian, should fix #54985
# http://git.debian.org/?p=pkg-xorg/app/grandr.git
Patch5: grandr-debian-01-fix-segfault-when-click-monitor.patch
# This one is from Mandriva (read its header for a description of the problem)
Patch6: grandr-mandriva-synchronize-before-and-after-apply.patch

License: MIT

BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xorg-macros)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gconf-2.0)

%description
grandr is used to set the screen size, orientation and/or reflection using the
RandR extension.

%prep
%setup -q -n %{name}-%{version}
%apply_patches

%build
export LIBS="-lX11 -lgthread-2.0"
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%{_bindir}/grandr
#%{_mandir}/man1/grandr.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-9
+ Revision: d51f1db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1809 |14cr|grany-2.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The cellular automaton simulator
Name:		grany
Version:	2.0.3
Release:	3
License:	GPLv2+
Group:		Sciences/Physics
Url:		http://guillaume.cottenceau.free.fr/html/grany.html
Source0:	http://guillaume.cottenceau.free.fr/html/grany-resource/%{name}-%{version}.tar.bz2
Source1:	%{name}-pngicons.tar.bz2
Patch2:		grany-2.0.3-gettext.patch
BuildRequires:	pkgconfig(gtkmm-2.4)

%description
Grany is a cellular automaton simulator. With it you can conduct computerized
experiments on cellular environments with a full-featured GUI.

%files -f %{name}.lang
%doc README FAQ AUTHORS docs/BASICS docs/CUSTOMIZATION
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/*.png
%{_iconsdir}/*/*.png

#----------------------------------------------------------------------------

%prep
%setup -q
%setup -D -T -a1
%patch2 -p2 -b .datadir

%build
%configure2_5x
make

%install
%makeinstall

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Name=Grany
Exec=%{_bindir}/grany
Icon=grany
Comment=The cellular automaton simulator
EOF

# icons
mkdir -p %{buildroot}%{_miconsdir}
mkdir -p %{buildroot}%{_liconsdir}
cp icons/grany-icon-16x16.png %{buildroot}%{_miconsdir}/%{name}.png
cp icons/grany-icon-32x32.png %{buildroot}%{_iconsdir}/%{name}.png
cp icons/grany-icon-48x48.png %{buildroot}%{_liconsdir}/%{name}.png

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-3
+ Revision: dba9f58
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1810 |14cr|graphlcd-base-0.1.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define shortname graphlcd
%define name	%shortname-base
%define version	0.1.5
%define rel	6

%define drivers_major	1
%define graphics_major	2
%define drivers_libname	%mklibname glcddrivers %drivers_major
%define graphics_libname	%mklibname glcdgraphics %graphics_major
%define devname	%mklibname -d %{shortname}

Summary:	GraphLCD drivers and tools
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{rel}
License:	GPL
Group:		System/Kernel and hardware
URL:		http://graphlcd.berlios.de/
Source:		http://download.berlios.de/graphlcd/%name-%version.tar.bz2
Patch0:		graphlcd-base-01_libserdisp.dpatch
Patch1:		graphlcd-base-02_utf8.dpatch
Patch2:		graphlcd-base-03_gcc-43.dpatch
BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires:	freetype2-devel
BuildRequires:	zlib-devel

%description
The GraphLCD base is a project to support graphical LC displays. It is
mainly used by the graphlcd plugin for the Video Disc Recorder to
display its information.

%package -n %drivers_libname
Summary:	GraphLCD shared driver library
Group:		System/Libraries
Provides:	libglcddrivers = %version-%release
Conflicts:	%{_lib}graphlcd1
# While the library doesn't use graphlcd-config directly, it is
# useless without the linked program using it.
# (Anssi) FIXME: What? If the above is true then this is bogus.
Requires:	%shortname-common >= %version

%description -n %drivers_libname
The GraphLCD base is a project to support graphical LC displays. It is
mainly used by the graphlcd plugin for the Video Disc Recorder to
display its information.

This package contains the driver library needed to run programs
dynamically linked with GraphLCD.

%package -n %devname
Summary:	Headers for graphlcd
Group:		Development/C++
Requires:	%drivers_libname = %version
Requires:	%graphics_libname = %version
Provides:	libglcddrivers-devel = %version-%release
Provides:	glcddrivers-devel = %version-%release
Provides:       libglcdgraphics-devel = %version-%release
Provides:       glcdgraphics-devel = %version-%release
Provides:	graphlcd-devel = %{version}-%{release}
Obsoletes:	%{_lib}glcddrivers1-devel < %{version}-%{release}
Obsoletes:	%{_lib}graphlcd1-devel < %{version}-%{release}
Obsoletes:      %{_lib}glcdgraphics2-devel < %{version}-%{release}

%description -n %devname
The GraphLCD base is a project to support graphical LC displays. It is
mainly used by the graphlcd plugin for the Video Disc Recorder to
display its information.

This package contains the headers that programmers will need to
develop applications which will use graphlcd-base.

%package -n %graphics_libname
Summary:	GraphLCD shared graphics library
Group:		System/Libraries
Provides:	libglcdgraphics = %version-%release
Conflicts:	%{_lib}graphlcd1
# While the library doesn't use graphlcd-config directly, it is
# useless without the linked program using it.
# (Anssi) FIXME: See previous fixme.
Requires:	%shortname-common >= %version

%description -n %graphics_libname
The GraphLCD base is a project to support graphical LC displays. It is
mainly used by the graphlcd plugin for the Video Disc Recorder to
display its information.

This package contains the graphics library needed to run programs
dynamically linked with GraphLCD.

%package -n %shortname-common
Summary:	GraphLCD configuration file and documentation
Group:		System/Kernel and hardware

%description -n %shortname-common
The GraphLCD base is a project to support graphical LC displays. It is
mainly used by the graphlcd plugin for the Video Disc Recorder to
display its information.

This package contains the GraphLCD configuration file and GraphLCD
documentation.

%package -n %shortname-tools
Summary:	GraphLCD tools
Group:		System/Kernel and hardware

%description -n %shortname-tools
The GraphLCD base is a project to support graphical LC displays. It is
mainly used by the graphlcd plugin for the Video Disc Recorder to
display its information.

This package contains tools to use with GraphLCD.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
# don't strip nor chmod to root
perl -pi -e 's,-o root -g root -s,,' $(find -name Makefile)

%build
%make all CFLAGS="%optflags -fPIC" CXXFLAGS="%optflags -fPIC"

%install
rm -rf %{buildroot}

%makeinstall_std BINDIR=%{buildroot}%{_bindir} LIBDIR=%{buildroot}%{_libdir} \
	INCDIR=%{buildroot}%{_includedir}

install -d -m755 %{buildroot}%{_sysconfdir}
install -m644 graphlcd.conf %{buildroot}%{_sysconfdir}

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %graphics_libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %graphics_libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%post -n %drivers_libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %drivers_libname -p /sbin/ldconfig
%endif

%files -n %drivers_libname
%defattr(-,root,root)
%doc README
%{_libdir}/libglcddrivers.so.%{drivers_major}*

%files -n %devname
%defattr(-,root,root)
%doc README
%{_includedir}/glcddrivers
%{_includedir}/glcdgraphics
%{_libdir}/libglcddrivers.so
%{_libdir}/libglcdgraphics.so

%files -n %graphics_libname
%defattr(-,root,root)
%doc README
%{_libdir}/libglcdgraphics.so.%{graphics_major}*

%files -n %shortname-common
%doc README HISTORY docs
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/graphlcd.conf

%files -n %shortname-tools
%defattr(-,root,root)
%doc README docs/README.*
%{_bindir}/*





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1.5-6
+ Revision: 9271d22
- Automatic import for version 0.1.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1811 |14cr|grass-6.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define grassfix 64

%if %{_use_internal_dependency_generator}
%define __noautoreq '(.*)\\.so$|(.*)\\.so\\(\\)\\(64bit\\)$'
%define __noautoprov '(.*)\\.so$|(.*)\\.so\\(\\)\\(64bit\\)$'
%endif

Summary:	Geographic Resources Analysis Support System
Name:		grass
Version:	6.4.3
Release:	2
Group:		Sciences/Geosciences
License:	GPLv2+
Url:		http://grass.osgeo.org/
Source:		http://grass.osgeo.org/grass%{grassfix}/source/grass-%{version}.tar.gz
Source2:	grass5_48.png
Source3:	grass5_32.png
Source4:	grass5_16.png
Patch0:		grass-6.4.2-docfiles.patch
Patch1:		grass-6.4.3-tirpc.patch
BuildRequires:	bison
BuildRequires:	gcc-gfortran
BuildRequires:	flex
BuildRequires:	lzma
BuildRequires:	swig
BuildRequires:	gd-devel >= 2.0
BuildRequires:	gdal-devel
BuildRequires:	gdbm-devel
BuildRequires:	jpeg-devel
BuildRequires:	lesstif-devel
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel
BuildRequires:	proj proj-devel
BuildRequires:	readline-devel
BuildRequires:	tcl tcl-devel
BuildRequires:	termcap-devel
BuildRequires:	tiff-devel
BuildRequires:	tirpc-devel
BuildRequires:	tk tk-devel
BuildRequires:	unixODBC-devel
BuildRequires:	wxgtku-devel
BuildRequires:	wxPythonGTK-devel

BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(zlib)

# disabled ffmpeg support for now, since it has to be fixed upstream
#BuildRequires:	ffmpeg-devel

Requires:	xterm
Requires:	tk
Requires:	tcl

%description
GRASS (Geographic Resources Analysis Support System) is an open source, Free
Software Geographical Information System (GIS) with raster, topological vector,
image processing, and graphics production functionality that operates on
various platforms through a graphical user interface and shell in X-Window.

%files
%doc AUTHORS COPYING INSTALL README CHANGES
%{_bindir}/*
%{_sysconfdir}/ld.so.conf.d/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/*/*/*/*
%{_libdir}/grass%{grassfix}/grass%{grassfix}.tmp
%{_libdir}/grass%{grassfix}/bin
%{_libdir}/grass%{grassfix}/bwidget
%{_libdir}/grass%{grassfix}/demolocation
%{_libdir}/grass%{grassfix}/docs
%{_libdir}/grass%{grassfix}/driver
%{_libdir}/grass%{grassfix}/etc
%{_libdir}/grass%{grassfix}/fonts
%{_libdir}/grass%{grassfix}/include
%{_libdir}/grass%{grassfix}/lib
%{_libdir}/grass%{grassfix}/locale
%{_libdir}/grass%{grassfix}/man
%{_libdir}/grass%{grassfix}/scripts
%{_libdir}/grass%{grassfix}/tools
%attr(1777,root,root) %{_libdir}/grass%{grassfix}/locks

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
# autoreconf -fi
%define __cputoolize true
%define Werror_cflags %nil
%configure2_5x --host=%{_host} \
%if "%{_lib}" != "lib"
	--enable-64bit \
%endif
	--with-dbm-includes=%{_includedir}/gdbm/ \
	--with-postgres \
	--with-postgres-includes=%{_includedir}/ \
	--with-freetype \
	--with-freetype-includes=%{_includedir}/freetype2 \
	--with-motif \
	--with-cairo \
	--with-opengl-libs=%{_libdir} \
	--with-motif-libs=%{_libdir} \
	--with-motif-libs=%{_libdir} \
	--with-motif-includes=%{_includedir} \
	--with-gdal  \
	--with-geos \
	--with-mysql --with-mysql-includes=%{_includedir}/mysql \
	--with-odbc \
	--enable-largefile \
	--with-curses \
	--with-python --with-wxwidgets="%{_bindir}/wx-config"\
	--with-sqlite \
	--with-cxx \
	--with-proj-share=%{_datadir}/proj \
	--with-nls \
	--with-readline \

#   --with-ffmpeg --with-ffmpeg-includes="%{_includedir}/libavcodec \
#   %{_includedir}/libavdevice \
#   %{_includedir}/libavformat %{_includedir}/libavutil \
#   %{_includedir}/libpostproc %{_includedir}/libswscale"

%make

%install
mkdir -p %{buildroot}/%{_bindir}
#%makeinstall_std INST_DIR=%{_libdir}/grass%{grassfix}
# Actions in make install that don't take into account packaging in a place different to running:
sed -e 's|^GISBASE.*|GISBASE=%{_libdir}/grass%{grassfix}|' \
 bin.%{_target_platform}/grass%{grassfix} > %{buildroot}/%{_bindir}/grass%{grassfix}
chmod a+x %{buildroot}/usr/bin/grass%{grassfix}

mkdir -p %{buildroot}/%{_libdir}/grass%{grassfix}
cp -a dist.%{_target_platform}/* %{buildroot}/%{_libdir}/grass%{grassfix}

# Add makefiles to includes:
cp -a include/Make %{buildroot}/%{_libdir}/grass%{grassfix}/include/

# Manually archive the man pages:
lzma %{buildroot}/%{_libdir}/grass%{grassfix}/man/man?/*

mkdir %{buildroot}/%{_libdir}/grass%{grassfix}/locks/

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps

install -m644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Grass%{grassfix}
Comment=Geographic Resources Analysis Support System
Exec=grass%{grassfix}
Icon=%{name}
Terminal=true
Type=Application
Categories=Science;Geology;
EOF

mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
cat > %{buildroot}%{_sysconfdir}/ld.so.conf.d/grass.conf << EOF
%{_libdir}/grass%{grassfix}/lib
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.4.3-2
+ Revision: 4b57ce8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1812 |14cr|graveman-0.3.12-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realver %{version}-5

Summary:	Simple frontend for CD creation
Name:		graveman
Version:	0.3.12
Release:	15
License:	GPLv2+
Group:		Archiving/Cd burning
Url:		http://graveman.tuxfamily.org/index-e.php
Source0:	http://graveman.tuxfamily.org/sources/%{name}-%{realver}.tar.bz2
Patch0:		graveman-0.3.12-5-cdrkit.patch
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	perl-XML-Parser
BuildRequires:	mng-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(vorbis)
Requires:	cdrdao
Requires:	cdrkit
Requires:	cdrkit-genisoimage
Requires:	dvd+rw-tools
Requires:	sox

%description
Another frontend for cdrecord, mkisofs, readcd and sox!
With graveman you can burn audio cds (wav, ogg, mp3), data cds,
and duplicate cds.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS THANKS README*
%{_bindir}/%{name}
%{_datadir}/applications/*
%{_datadir}/%{name}/
%{_datadir}/pixmaps/*
%{_mandir}/man1/*
%{_mandir}/fr/man1/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{realver}
%patch0 -p1 -b .cdrkit

%build
%configure2_5x
%make

%install
mkdir -p %{buildroot}%{_mandir}/man1
cp man/%{name}.man %{buildroot}%{_mandir}/man1/%{name}.1
mkdir -p %{buildroot}%{_mandir}/fr/man1
cp man/%{name}.fr.man %{buildroot}%{_mandir}/fr/man1/%{name}.1
perl -p -i -e 's/install\:/none\:/g' man/Makefile
%makeinstall_std

#menu
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="X-MandrivaLinux-System-Archiving-CDBurning" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

#icons
mkdir -p %{buildroot}%{_liconsdir}
convert -size 48x48 pixmaps/graver.png %{buildroot}%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}
convert -size 32x32 pixmaps/graver.png %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_miconsdir}
convert -size 16x16 pixmaps/graver.png %{buildroot}%{_miconsdir}/%{name}.png

%find_lang %{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.12-15
+ Revision: 4628bee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1813 |14cr|grc-1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Generic Colouriser
Name:		grc
Version:	1.5
Release:	2
License:	GPLv2+
Group:		Text tools
Url:		http://kassiopeia.juls.savba.sk/~garabik/software/grc.html
Source0:	http://kassiopeia.juls.savba.sk/~garabik/software/grc/%{name}_%{version}.tar.gz
Patch0:		grc-1.4-ipv6.patch
Patch1:		grc-1.4-support-more-files.patch
Requires:	python
BuildArch:	noarch

%description
Generic Colouriser is yet another colouriser for beautifying
your logfiles or output of commands.

%files
%doc CHANGES CREDITS README Regexp.txt TODO
%{_bindir}/%{name}
%{_bindir}/%{name}at
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/conf.*
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_mandir}/man1/%{name}*.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
# fix symlinked doc file
rm -f CHANGES
cp debian/changelog CHANGES

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 %{name}{,at} %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 644 conf.* %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 %{name}.conf %{buildroot}%{_sysconfdir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 644 %{name}{,at}.1 %{buildroot}%{_mandir}/man1



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-2
+ Revision: a777be7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1814 |14cr|grdesktop-0.23-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A gtk2 frontend for rdesktop
Name: grdesktop
Version: 0.23
Release: 11
Group: Networking/Remote access
License: GPLv2+
Source0: %{name}-%{version}.tar.bz2
Patch0: grdesktop-0.23-desktopentry.patch
Patch1: grdesktop-0.23-format-strings.patch
URL: http://www.nongnu.org/grdesktop/
Requires: rdesktop
BuildRequires: pkgconfig(libgnomeui-2.0)
BuildRequires: scrollkeeper
BuildRequires: imagemagick

%description
grdesktop is a frontend, written in C using the GTK+ 2 toolkit, for
the remote desktop client (rdesktop).
It can save several connections (including their options), and browse
the network for available terminal servers.

%prep
%setup -q
%patch0 -p1 -b .desktopentry
%patch1 -p1

%build
%configure2_5x --with-keymap-path=%_datadir/rdesktop/keymaps
%make

%install
%makeinstall_std
mv %buildroot%_datadir/locale/de/LC_MESSAGES/@GETTEXT_PACKAGE@.mo %buildroot%_datadir/locale/de/LC_MESSAGES/grdesktop.mo
mv %buildroot%_datadir/locale/es/LC_MESSAGES/@GETTEXT_PACKAGE@.mo %buildroot%_datadir/locale/es/LC_MESSAGES/grdesktop.mo
mv %buildroot%_datadir/locale/fr/LC_MESSAGES/@GETTEXT_PACKAGE@.mo %buildroot%_datadir/locale/fr/LC_MESSAGES/grdesktop.mo

%find_lang %name --with-gnome 
mkdir -p %buildroot{%_iconsdir,%_liconsdir,%_miconsdir}
ln -s %_datadir/pixmaps/%name/icon.png %buildroot%_liconsdir/%name.png
convert -scale 32x32 pixmaps/icon.png %buildroot%_iconsdir/%name.png
convert -scale 16x16 pixmaps/icon.png %buildroot%_miconsdir/%name.png


%files -f %name.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README TODO
%_sysconfdir/gconf/schemas/grdesktop.schemas
%{_bindir}/grdesktop
%{_mandir}/man1/grdesktop.1*
%_datadir/application-registry/grdesktop.applications
%_datadir/applications/grdesktop.desktop
%_datadir/mime-info/grdesktop.keys
%_datadir/mime-info/grdesktop.mime
%{_datadir}/pixmaps/grdesktop/
%_liconsdir/%name.png
%_iconsdir/%name.png
%_miconsdir/%name.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23-11
+ Revision: 2110a3c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1815 |14cr|greensql-console-0.5.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'pear(/usr/share/smarty/Smarty.class.php)'

%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	Manages a GreenSQL Database Firewall
Name:		greensql-console
Version:	0.5.0
Release:	5
License:	GPLv2
Group:		System/Servers
URL:		http://www.greensql.net/
Source0:	http://www.greensql.net/public/releases/%{name}-%{version}.tar.gz
Patch0:		greensql-console-mdv_conf.diff
Requires(post): rpm-helper
Requires(postun): rpm-helper
Requires:	apache-mod_php php-mysql
Requires:   apache-mod_socache_shmcb
Requires:	php-smarty >= 2.3.0
BuildRequires:	apache-base >= 2.0.54
Suggests:	greensql-fw
Suggests:	mysql
BuildArch:	noarch

%description
The greensql-console package is web management tool used to manage GreenSQL
Database Firewall.

%prep

%setup -q -n green-%{version}
%patch0 -p1

%build

%install
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}/var/www/%{name}
install -d %{buildroot}/var/lib/%{name}/smarty/templates_c

cp -aRf * %{buildroot}/var/www/%{name}/

mv %{buildroot}/var/www/%{name}/config.php %{buildroot}%{_sysconfdir}/%{name}/config.php

cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf << EOF

Alias /%{name} /var/www/%{name}

<Directory /var/www/%{name}>
    Require host 127.0.0.1
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf"
</Directory>
EOF

# cleanup
rm -rf %{buildroot}/var/www/%{name}/configs
rm -rf %{buildroot}/var/www/%{name}/libs
#rm -rf %{buildroot}/var/www/%{name}/templates
rm -rf %{buildroot}/var/www/%{name}/templates_c

%post
%_post_webapp

%postun
%_postun_webapp

%clean


%files
%defattr(0644,root,root,0755)
%doc license.txt readme.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%attr(0700,apache,apache) %dir %{_sysconfdir}/%{name}
%attr(0640,apache,apache) %config(noreplace) %{_sysconfdir}/%{name}/config.php
/var/www/%{name}
%attr(0700,apache,apache) %dir /var/lib/%{name}
%attr(0700,apache,apache) %dir /var/lib/%{name}/smarty
%attr(0700,apache,apache) %dir /var/lib/%{name}/smarty/templates_c



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-5
+ Revision: f7f07d0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1816 |14cr|greenwich-0.8.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version	0.8.2
%define release  4

Name: 	 	greenwich
Summary: 	A graphical whois client
Version: 	%{version}
Release: 	%{release}
Source:		http://jodrell.net/files/greenwich/%{name}-%{version}.tar.gz
URL:		http://jodrell.net/projects/greenwich/
License:	GPLv2+
Group:		Networking/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	imagemagick
# may be used but not crucial (according to author)
Suggests:	perl-IP-Country
Requires(post,preun):	GConf2 >= 2.3.3
BuildArch:	noarch

%description
Greenwich is a graphical whois client for GNOME. It is written in Perl
and makes use of the GNOME bindings for Perl.

Greenwich transparently handles almost all gTLDs, first- and
second-level ccTLDs and whois servers run by private domain registries
(like CentralNic).  It can also do lookups against IP addresses.

%prep
%setup -q

# fix file permissions
find -type f -perm +0111 -print0 | xargs -0 -r file | grep -v executable | cut -d: -f1 | xargs -r chmod -x

%build
./configure --prefix=%{_prefix}
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall mandir=$RPM_BUILD_ROOT%{_mandir}/man1

%find_lang %name

#menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=%{name}
Name=Greenwich
Comment=Whois client
Categories=Network;
EOF

#icons
mkdir -p $RPM_BUILD_ROOT%{_iconsdir} \
         $RPM_BUILD_ROOT%{_miconsdir}
install -m 644 -D       share/greenwich.png $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
convert -geometry 32x32 share/greenwich.png $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
convert -geometry 16x16 share/greenwich.png $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png

#install schemas into gconf later
install -m 644 -D share/greenwich.schema $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/greenwich.schemas

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%post_install_gconf_schemas greenwich
%endif

%preun
%preun_uninstall_gconf_schemas "$1"

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files -f %name.lang
%defattr(-,root,root)
%doc ChangeLog LICENSE README
%{_sysconfdir}/gconf/schemas/*.schemas
%{_bindir}/*
/usr/lib/greenwich
%{_datadir}/%name
%{_datadir}/applications/*
#%{_datadir}/pixmaps/*
%{_mandir}/man1/*
%{_iconsdir}/*/*/apps/%name.png
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-4
+ Revision: 7c17778
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1817 |14cr|gretl-1.9.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 9
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	A tool for econometric analysis
Name:		gretl
Version:	1.9.14
Release:	3
License:	GPLv3+ and BSD and MIT
Group:		Sciences/Mathematics
Url:		http://gretl.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
#Licensing of plugins used in gretl
Source1:	gretl_plugins.txt
Patch1:		gretl-1.9.12-linking.patch
Patch2:		gretl-1.9.14-readline6.3.patch
BuildRequires:	desktop-file-utils
BuildRequires:	fonts-ttf-bitstream-vera
BuildRequires:	fonts-ttf-freefont
BuildRequires:	gnuplot
BuildRequires:	R-base
BuildRequires:	gmp-devel
BuildRequires:	mpfr-devel
BuildRequires:	readline-devel
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(blas)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtksourceview-3.0)
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncurses)
Requires:	fonts-ttf-bitstream-vera
Requires:	fonts-ttf-freefont
Requires:	gnuplot
Requires:	R-base

%description
A cross-platform software package for econometric analysis,
written in the C programming language.

%files -f %{name}.lang
%doc ChangeLog CompatLog README.audio README gretl_plugins.txt
%{_bindir}/gretl*
%{_libdir}/gretl-gtk3/
%{_datadir}/%{name}/
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		Development/C

%description -n %{libname}
This package contains the shared library files for %{name}.

%files -n %{libname}
%{_libdir}/libgretl-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%{_libdir}/pkgconfig/gretl.pc
%{_libdir}/libgretl-%{api}.so
%{_includedir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# fix flite detection
# FIXME: edit macros/flite.m4 and fix failing autoreconf
sed -i -e 's:register_cmu_us_kal:register_cmu_us_kal16:' configure

# fix include path
sed -i -e 's:includedir=${prefix}/include:includedir=${prefix}/include/gretl:' gretl.pc.in

# plugins licensing notes
install -pm644 %{SOURCE1} .

%build
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--with-libR \
	--with-odbc \
	--with-audio
%make

%install
%makeinstall includedir=%{buildroot}%{_includedir}/%{name}

chmod 0644 %{buildroot}%{_datadir}/%{name}/data/misc/galton.gdt

%find_lang %{name}

#font installation
rm -rf %{buildroot}/%{_datadir}/%{name}/fonts/*
ln -s %{_datadir}/fonts/TTF/Vera.ttf %{buildroot}/%{_datadir}/%{name}/fonts/Vera.ttf
ln -s %{_datadir}/fonts/TTF/VeraMono.ttf %{buildroot}/%{_datadir}/%{name}/fonts/VeraMono.ttf
ln -s %{_datadir}/fonts/TTF/FreeSans.ttf %{buildroot}/%{_datadir}/%{name}/fonts/FreeSans.ttf


%changelog
* Thu Aug 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.14-3
+ Revision: b293577
- Add patch to fix build with readline 6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1818 |14cr|gretools-1.2.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Vocabulary building tool for GNOME
Name:		gretools
Version:	1.2.4
Release:	9
License:	GPLv2+
Group:		Games/Other
Url:		http://theory.cs.iitm.ernet.in/~arvindn/gretools/
Source0:	http://theory.cs.iitm.ernet.in/~arvindn/gretools/1.2/%{name}-%{version}.tar.bz2
Patch0:		gretools-1.2.4-fix-desktop-file.patch
BuildRequires:	scrollkeeper
BuildRequires:	pkgconfig(pygtk-2.0)
Requires:	gnome-python
Requires:	gnome-python-gconf
Requires:	pyorbit
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Buildarch:	noarch

%description
Gretools consists of a synonym quiz and a word guessing game.
It is very useful for preparing for word tests.

%files
%doc COPYING ChangeLog INSTALL README
%{_bindir}/*
%{_datadir}/gnome/help
%{_datadir}/pixmaps/gretools.png
%{_datadir}/gretools/glade/*.glade
%{_datadir}/gretools/lists/*.wl
%{_datadir}/applications/*.desktop
%{_datadir}/omf/gretools
%{py_puresitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_localstatedir}/scrollkeeper



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.4-9
+ Revision: eace24c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1819 |14cr|grfcodec-6.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A suite of programs to modify Transport Tycoon Deluxe's GRF files
Name:		grfcodec
Version:	6.0.4
Release:	3
License:	GPLv2+
Group:		Development/Other
Url:		http://www.ttdpatch.net/grfcodec/
Source0:	http://gb.binaries.openttd.org/binaries/extra/%{name}/%{version}/%{name}-%{version}-source.tar.gz
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libpng)
Obsoletes:	nforenum < 5.0.0
Provides:	nforenum = %{EVRD}

%description
A suite of programs to modify Transport Tycoon Deluxe's GRF files.

%files
%doc bundle/docs/*.txt
%{_bindir}/*
%{_mandir}/man1/gr*
%{_mandir}/man1/nforenum.*

#----------------------------------------------------------------------------

%prep
%setup -q

#build time options
cat << EOF >> Makefile.local
V=1
CXXFLAGS=%{optflags}
LDOPT=%{ldflags}
STRIP=true
DO_NOT_INSTALL_LICENSE=1
DO_NOT_INSTALL_DOCS=1
DO_NOT_INSTALL_CHANGELOG=1
prefix=%{_prefix}
EOF

%build
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.0.4-3
+ Revision: 37960a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1820 |14cr|grhino-0.16.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		grhino
Version:	0.16.1
Release:	2
Summary:	An Othello/Reversi chess with strong AI
License:	GPLv2+
Group:		Games/Boards
URL:		http://rhino.sourceforge.net/
Source:		http://downloads.sourceforge.net/rhino/%{name}-%{version}.tar.gz
Patch0:		grhino-0.16.0-gcc43.patch
Patch1:		grhino-0.16.0-mdv-fix-str-fmt.patch
BuildRequires:	pkgconfig(libgnomeui-2.0)

%description
GRhino, or Rhino its former name, is an Othello/Reversi game on Linux
and other UNIX-like systems. What distinguish GRhino from most other
Othello games is that GRhino will be targeted for experienced Othello
players. Strong AI is the main focus and the ultimate target strength
of the AI is that it should be able to beat the best human player at
the highest difficulty level.

%prep
%setup -q
%patch0 -p0
%patch1 -p1 -b .strfmt

%build
%configure2_5x --bindir=%{_gamesbindir}
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

%__mkdir_p %{buildroot}%{_datadir}/applications/
%__cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Comment=Othello/Reversi chess with strong AI
Categories=BoardGame;Game;GTK;GNOME;
Name=GRhino
EOF

%find_lang %{name} --with-gnome --all-name

%clean
%__rm -rf %{buildroot}

%files -f %{name}.lang
%doc README
%{_gamesbindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}-%{version}
%{_datadir}/pixmaps/*.png
%if %{mdvver} < 201200
%{_datadir}/omf/*
%endif




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.16.1-2
+ Revision: 062c128
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1821 |14cr|griffith-0.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _version_art	0.9.4

Summary:	Film collection manager application
Name:		griffith
Version:	0.13
Release:	2
License:	GPLv2
Group:		Databases
URL:		http://griffith.cc/
Source:		http://download.berlios.de/griffith/%{name}-%{version}.tar.gz
Source1:	http://download.berlios.de/griffith/%{name}-extra-artwork-%{_version_art}.tar.gz
BuildArch:	noarch
BuildRequires:	docbook-utils
BuildRequires:	python-sqlalchemy
BuildRequires:	python-devel
BuildRequires:	desktop-file-utils
Requires:	python-psycopg2
Requires:	python-chardet
Requires:	python-imaging
Requires:	python-reportlab >= 1.19
Requires:	python-sqlite2
Requires:	python-sqlalchemy
Requires:	python-pyxml
Requires:	pygtk2.0-libglade
Requires:	xpdf

%description
Griffith is a film collection manager application. Adding items to the movie
collection is as quick and easy as typing the film title and selecting a
supported source. Griffith will then try to fetch all the related information
from the Web.

%prep
%setup -q -a 1
%__mv %{name}-extra-artwork-%{_version_art} extra-artwork

%build

%install
%__rm -rf %{buildroot}
%makeinstall_std

%__rm -f %{buildroot}%{_bindir}/%{name}
pushd %{buildroot}%{_bindir}
%__ln_s ../share/%{name}/lib/%{name} .
popd

# extra-artwork
%__install -m 644 extra-artwork/images/* %{buildroot}%{_datadir}/%{name}/images
for i in AUTHORS ChangeLog COPYING; do
	%__mv extra-artwork/$i $i.extra-artwork
done

desktop-file-install --vendor="" \
    --remove-category="Database" \
    --remove-category="GNOME" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-man

%clean
%__rm -rf %{buildroot}

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README INSTALL NEWS TODO *.extra-artwork
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*
%{_mandir}/man1/griffith.1.*
%config(noreplace) %{_sysconfdir}/bash_completion.d/griffith




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13-2
+ Revision: 53107bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1822 |14cr|grin-1.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'pythonegg\\(argparse\\)'
%else
%define _requires_exceptions pythonegg(argparse)
%endif

Summary:	A grep-like program for searching directories full of source code
Name:		grin
Version:	1.2.1
Release:	5
License:	BSD
Group:		Text tools
Url:		http://pypi.python.org/pypi/grin/
Source0:	http://pypi.python.org/packages/source/g/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	python-nose >= 0.10
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
Grin is a tool for searching through directories full of source code. Although
similar to grep, it has a number of unique features:

* Recurse directories by default.
* Do not go into directories with specified names.
* Do not search files with specified extensions.
* Be able to show context lines before and after matched lines.
* Python regex syntax.
* Unless suppressed via a command line option, display the filename regardless
  of the number of files.
* Accept a file (or stdin) with a list of newline-separated filenames.
* Grep through gzipped text files.
* Be useful as a library to build custom tools quickly.

%files
%doc *.txt examples/
%{_bindir}/%{name}*
%{py_sitedir}/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}

%check
nosetests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-5
+ Revision: 6e37876
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1823 |14cr|grip-3.3.1-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_id3 0
%{?_with_id3: %{expand: %%global build_id3 1}}
%{?_without_id3: %{expand: %%global build_id3 0}}

Summary:	Grip, a CD player and ripper/MP3-encoder front-end
Name:		grip
Version:	3.3.1
Release:	18
Epoch:		1
License:	GPLv2+
Group:		Sound
URL:		http://www.nostatic.org/grip/
Source0:	http://prdownloads.sourceforge.net/grip/%{name}-%{version}.tar.bz2
Source2:	grip.1.bz2
Source3:	grip-3.3.1-de.po.bz2
Patch0:		grip-3.1.7-ogg.patch
Patch1:		grip-3.0.5-blind-write-fix.patch
Patch2:		grip-3.3.1-desktop.patch
Patch3:		grip-3.3.1-lame-flac-options.patch
Patch4:		grip-3.3.1-literal.patch
BuildRequires:	imagemagick
BuildRequires:	cdda-devel
%if %{build_id3}
BuildRequires:	libid3-devel
%endif
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(vte)
Requires:	vorbis-tools

%description
Grip is a GTK+-based CD player and ripper. It has the ripping
capabilities of cdparanoia built in, but can also use external rippers
(such as cdda2wav). It also provides an automated frontend for various
encoders, letting you take a disc and transform it easily straight
into Vorbis, FLAC or MP3 format (MP3 only with a separate MP3 encoder).
The CDDB protocol is supported for retrieving track information from
disc database servers. Grip works with DigitalDJ to provide a unified
"computerized" version of your music collection.

%files -f %{name}-2.2.lang
%doc ABOUT-NLS AUTHORS CREDITS README ChangeLog TODO
%{_bindir}/*
%{_datadir}/gnome/help/%{name}/
%{_datadir}/pixmaps/gripicon.png
%{_datadir}/pixmaps/griptray.png
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .tv
%patch1 -p1 -b .blind-write-fix
%patch2 -p1 -b .desktop
%patch3 -p1 -b .options
%patch4 -p1 -b .literal
bzcat %{SOURCE3} > po/de.po

%build
%configure2_5x \
%if %build_id3
	--enable-id3 \
%else
	--disable-id3
%endif

%make

%install
%makeinstall
mkdir -p %{buildroot}%{_mandir}/man1
install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1/

#mdk icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
ln -s %{_datadir}/pixmaps/gripicon.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 pixmaps/gripicon.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 pixmaps/gripicon.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

#menu - delete the included one and make our own, because the included one stinks
rm -f %{buildroot}%{_datadir}/applications/%{name}.desktop

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Grip
Comment=CD player and ripper
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;AudioVideo;Audio;Player;
EOF

%find_lang %{name}-2.2


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.3.1-18
+ Revision: 182a928
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1824 |14cr|grisbi-0.8.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	grisbi
%define	version	0.8.5
%define release	2

Name:		%{name}
Summary:	Personal finance manager
Version:	%{version}
Release:	%{release}
License:	GPLv2
Url:		http://www.grisbi.org/
Source0:	http://switch.dl.sourceforge.net/sourceforge/grisbi/%{name}-%{version}.tar.bz2
Group:		Office
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libofx)
BuildRequires:	gettext-devel
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(openssl)
BuildRequires:	intltool

%description
Grisbi helps you to manage your personal finance with Linux.

%prep
%setup -qn %{name}-%{version}

%build
export LIBS="-lm"
%configure2_5x --with-plugins
%make

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_liconsdir}
install -d -m 755 %{buildroot}%{_iconsdir}
install -d -m 755 %{buildroot}%{_miconsdir}
install -m 644 pixmaps/grisbi.png %{buildroot}%{_liconsdir}/grisbi.png
convert pixmaps/grisbi.png -resize 32x32 %{buildroot}%{_iconsdir}/grisbi.png
convert pixmaps/grisbi.png -resize 16x16 %{buildroot}%{_miconsdir}/grisbi.png

%find_lang %{name}

sed -i 's/grisbi.png/grisbi/' \
    %{buildroot}%{_datadir}/applications/%{name}.desktop

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS NEWS README COPYING
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/grisbi
%{_datadir}/pixmaps/*
%{_datadir}/applications/*
%{_mandir}/man1/*
%{_datadir}/mime-info/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/*/*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.5-2
+ Revision: 8b0f402
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1825 |14cr|grits-0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Virtual Globe library that handles coordinates and the OpenGL viewport
Name:		grits
Version:	0.8
Release:	1
License:	GPLv3+
Group:		System/Libraries
Url:		http://lug.rose-hulman.edu/code/projects/grits
Source0:	http://lug.rose-hulman.edu/proj/grits/%{name}-%{version}.tar.gz
Patch0:		grits-0.8-automake.patch
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)

%description
libgis is a Virtual Globe library that handles coordinates and the OpenGL
viewport. Also provides some generic functionality and a plugin API. It is
used by AWeather.

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Virtual Globe library that handles coordinates and the OpenGL viewport
Group:		System/Libraries

%description -n %{libname}
libname is a Virtual Globe library that handles coordinates and the OpenGL
viewport. Also provides some generic functionality and a plugin API. It is
used by AWeather.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*
%{_libdir}/grits%{major}/*.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the Virtual Globe library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
libname is a Virtual Globe library that handles coordinates and the OpenGL
viewport. Also provides some generic functionality and a plugin API. It is
used by AWeather.

This package contains files needed only for development.

%files -n %{devname}
%doc ChangeLog README TODO
%{_libdir}/lib%{name}.so
%{_includedir}/*
%{_libdir}/pkgconfig/grits.pc

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for the Virtual Globe library
Group:		Books/Computer books

%description doc
libname is a Virtual Globe library that handles coordinates and the OpenGL
viewport. Also provides some generic functionality and a plugin API. It is
used by AWeather.

This package contains API documentation.

%files doc
%doc %{_datadir}/gtk-doc/html/grits/

#----------------------------------------------------------------------------

%package demo
Summary:	Demo program for the Virtual Globe library
Group:		Sciences/Geosciences

%description demo
libname is a Virtual Globe library that handles coordinates and the OpenGL
viewport. Also provides some generic functionality and a plugin API. It is
used by AWeather.

This package contains demo program using %{libname}

%files demo
%doc ChangeLog README TODO
%{_bindir}/grits-demo
%{_mandir}/man1/grits-demo.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--enable-shared=yes \
	--enable-static=no
%make

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_docdir}/%{devname}


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8-1
+ Revision: 616af51
- Don't treat automake warnings as errors



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1826 |14cr|gr-lida-0.11.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Frontend for DOSBox, ScummVM and VDMSound
Name:		gr-lida
Version:	0.11.0
Release:	2
License:	GPLv2+
Group:		Emulators
Url:		http://www.gr-lida.org/
Source0:	https://github.com/Monthy/gr-lida/archive/%{name}-%{version}.tar.gz
Patch0:		gr-lida-0.11.0-zlib.patch
BuildRequires:	librsvg
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(zlib)

%description
GR-lida is an open source frontend for DOSBox, ScummVM and VDMSound.
It can display games using pictureflow, which is a clone of Apples cover flow.

%files
%doc doc/COPYING.txt doc/AUTHORS.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%qmake_qt4
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 bin/%{name} %{buildroot}%{_bindir}/%{name}

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=GR-lida
Comment=Frontend for DOSBox, ScummVM and VDMSound
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF

# Install icons of various sizes
for s in 256 128 96 48 32 22 16 ; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
rsvg-convert -w ${s} -h ${s} \
    %{name}.svg -o \
    %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png
done

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.0-2
+ Revision: 405275b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1827 |14cr|grok-0.210.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-Grok
%define appli_name       grok
%define upstream_version 0.21

Name:       %{appli_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    A Pod 6 backend for grok

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/App/%{appli_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(File::ShareDir)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(IO::Interactive)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Perl6::Doc)
BuildRequires: perl(Perl6::Perldoc)
BuildRequires: perl(Perl6::Perldoc::To::Ansi)
BuildRequires: perl(Perl::Critic)
BuildRequires: perl(Pod::Perldoc::ToPod)
BuildRequires: perl(Pod::Text::Ansi)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Pod::Xhtml)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Perl::Critic)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Script)
BuildRequires: perl-devel

BuildArch: noarch

%description
This class provides the main functionality needed by grok. It has some
methods you can use if you need to hook into grok.

%prep
%setup -q -n %{appli_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*
/usr/bin/grok
/usr/share/man/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.210.0-4
+ Revision: bd5449e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1828 |14cr|gromacs-4.6.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Molecular dynamics package (non-mpi version)
Name:    gromacs
Version: 4.6.6
Release: 1
License: GPL
Group: Sciences/Chemistry
Requires: fftw >= 3.0.1
Source0: ftp://ftp.gromacs.org/pub/gromacs/%{name}-%{version}.tar.gz
Source1: gromacs.rpmlintrc
Buildrequires: cmake
Buildrequires: fftw-devel
BuildRequires: libxml2-devel
URL: http://www.gromacs.org

%description
GROMACS is a versatile and extremely well optimized package
to perform molecular dynamics computer simulations and
subsequent trajectory analysis. It is developed for
biomolecules like proteins, but the extremely high
performance means it is used also in several other field
like polymer chemistry and solid state physics. This
version has the dynamic libs and executables; to hack new
utility programs you also need the headers and static
libs in gromacs-dev. Linux kernel 2.4 or later is STRONGLY
recommended on Pentium III and later processors since
GROMACS then can use assembly loops with SSE instructions.
You can also perform parallel simulations if you install
gromacs-lammpi.

%package devel
Summary: Header files and static libraries for GROMACS
Group: Development/C++
Requires: %{name} = %{version}
Conflicts: %{name} < %{version}

%description devel
This package contains header files, static libraries,
and a program example for the GROMACS molecular
dynamics software. You need it if you want to write your
own analysis programs.

%prep
%setup -q
perl -pi -e "s|CMAKE_INSTALL_PREFIX}/lib|CMAKE_INSTALL_PREFIX}/%{_lib}|" CMakeLists.txt
perl -pi -e "s|set\(GMXLIB lib|set\(GMXLIB %{_lib}|" CMakeLists.txt
find . -type f -exec chmod a+r {} \;

%build
%cmake
# OK, this is ugly, but working ...
perl -pi -e "s/-lm/-lm -pthread/" src/gmxlib/CMakeFiles/gmx.dir/link.txt
%make

%install
%makeinstall_std -C build

%files
%doc AUTHORS COPYING README
%{_bindir}/*
%{_mandir}/man*/*
%{_datadir}/%{name}
%{_libdir}/*.so.*

%files devel
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.6.6-1
+ Revision: 3e86b4b
- Updated to 4.6.6 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1829 |14cr|gromit-0-20041213.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gromit
%define version 0
%define cvs 20041213
%define release %mkrel %cvs.4

Summary: Paint annotations on top of the X screen
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.home.unix-ag.org/simon/gromit/%{name}-%{cvs}.tar.bz2
#gw work around for bug with lines filling all the screen
Patch0: gromit-20041213-no-history.patch
Patch1: gromit-20041213-fix-linking.patch
License: GPLv2+
Group: System/X11
Url: http://www.home.unix-ag.org/simon/gromit/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: gtk+2-devel

%description
Gromit (GRaphics Over MIscellaneous Things) is a small tool to make
annotations on the screen.

It is useful for recording presentations with xvidcap.

%prep
%setup -q -n %name-%cvs
%apply_patches

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
install -m 755 -D %name %buildroot%_bindir/%name

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%_bindir/%name



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0-20041213.4
+ Revision: 8fcbe76
- Automatic import for version 0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1830 |14cr|grpn-1.1.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name grpn
%define version 1.1.2
%define release  9

Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
License: 	GPL
Summary: 	RPN calculator for X built using the GIMP Toolkit
URL: 		http://lashwhip.com/grpn.html
Group: 		Sciences/Mathematics
Source: 	%{name}-%{version}.tar.bz2
BuildRequires: gtk+-devel
BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot

%description 
GRPN Version 1.0, By Paul Wilkins

GRPN is a RPN calculator for the X Window system built using the GIMP
Toolkit (GTK).  GRPN works with real numbers, complex numbers,
matrices, and complex matrices.  Numbers can be displayed in 4
different radix modes, and complex numbers can be displayed in either
Cartesian or polar form.  


%prep
rm -rf $RPM_BUILD_ROOT

%setup -q

%build

%make

%install
install -m 755 -d $RPM_BUILD_ROOT%{_bindir}
install -m 755 grpn $RPM_BUILD_ROOT%{_bindir}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application <<EOF
Exec=%{_bindir}/grpn
Name=Grpn
Comment=A RPN calculator
Icon=mathematics_section
Categories=Science;Math;
EOF


%clean
rm -rf $RPM_BUILD_ROOT 

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr (-,root,root)
%doc CHANGES LICENSE README
%{_bindir}/*
%{_datadir}/applications/mandriva-*.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-9
+ Revision: 39a94af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1831 |14cr|grsync-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		grsync
Version:	1.2.1
Release:	2
Summary:	A GTK GUI for rsync
License:	GPLv2
Group:		File tools
URL:		http://www.opbyte.it/grsync/
Source0:	http://www.opbyte.it/release/%{name}-%{version}.tar.gz
Patch0:		grsync-1.0.0-dsofix.patch
BuildRequires:	pkgconfig
BuildRequires:	gtk+2-devel
BuildRequires:	perl-XML-Parser
BuildRequires:	desktop-file-utils
BuildRequires:	dos2unix
BuildRequires:	intltool
BuildRequires:	imagemagick
Requires:	rsync

%description
Grsync is a GUI for rsync, the command line directory
synchronization tool. While it can work with remote
hosts, its focus is to synchronize local directories.

%prep
%setup -q
%patch0 -p1 -b .dsofix

%build
%configure2_5x --disable-unity
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

# Generate and install icons
%__mkdir_p %{buildroot}%{_iconsdir}/hicolor/{64x64,32x32,16x16,128x128}/apps
convert -scale 64 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
convert -scale 32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%__install -D -m644 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/

# Desktop file
%__perl -p -i -e 's/grsync.png/grsync/g' %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Filesystem" \
  --add-category="X-MandrivaLinux-System-FileTools" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name}

# Fix EOLs
dos2unix NEWS AUTHORS README

%clean
%__rm -rf %{buildroot}

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/mime/packages/grsync.xml
%{_datadir}/icons/hicolor/48x48/mimetypes/application-x-grsync-session.png
%{_datadir}/pixmaps/grsync-busy.png
%{_datadir}/%{name}
%{_mandir}/man1/%{name}*
%{_iconsdir}/hicolor/*/apps/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-2
+ Revision: fb83956
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1832 |14cr|grutatxt-2.0.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	Grutatxt

Name:           grutatxt
Summary:        Text to HTML converter

Version:        2.0.16
Release:	3
Source0:        http://triptico.com/download/%{oname}-%{version}.tar.gz
URL:            http://www.triptico.com/software/grutatxt.html
Group:          Text tools
License:        GPLv2
BuildArch:	noarch
Provides:	%{oname} = %{EVRD}
buildrequires:	perl-devel

%description
Grutatxt is a plain text to HTML (and other formats) converter.
It successfully converts subtle text markup to lists, bold, italics, 
tables and headings to their corresponding HTML, troff, man page or 
LaTeX markup without having to write unreadable source text files. 
Grutatxt is a Perl module and a command line utility, 
and is the main text renderer in the Gruta CMS.

%prep 
%setup -q -n %{oname}-%{version}

%build 
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std
install -p -m644 %{name}.1 -D %{buildroot}%{_mandir}/man1/%{name}.1

%files 
%doc AUTHORS Changelog.1 README RELEASE_NOTES TODO
%doc doc/grutatxt_apache_handlers.txt doc/grutatxt_markup.txt
%{_bindir}/%{name}
%{_bindir}/pod2%{name}
%{perl_vendorlib}/%{oname}.pm
%{_mandir}/man1/*.1*
%{_mandir}/man3/*.3*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.16-3
+ Revision: d532402
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1833 |14cr|gsa-2.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Greenbone Security Assistant
Name:		gsa
Version:	2.0.1
Release:	2
Source0:		http://wald.intevation.org/frs/download.php/561/greenbone-security-assistant-%version.tar.gz
Patch0:		greenbone-security-assistant-2.0.1-build.patch
Group:		System/Configuration/Networking
Url:		http://www.openvas.org
License:	GPLv2+
BuildRequires:	cmake
BuildRequires:	openvas-devel >= 4.0
BuildRequires:	libmicrohttpd-devel >= 0.9.8
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	xsltproc

%description
The Greenbone Security Assistant is a web application that
connects to the OpenVAS Manager and OpenVAS Administrator
to provide for a full-featured user interface for
vulnerability management.

%prep
%setup -q -n greenbone-security-assistant-%version
%patch0 -p0 -b .build

sed -i -e 's#-Werror##' `grep -rl Werror *|grep CMakeLists.txt`

%build
export LDFLAGS="-lopenvas_base -lopenvas_misc"
%cmake -DSYSCONFDIR=%{_sysconfdir}
%make

%install
%makeinstall_std -C build

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/openvas/gsad_log.conf
%{_sbindir}/gsad
%{_mandir}/man8/gsad.8.*
%{_datadir}/openvas/gsa



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-2
+ Revision: b084655
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1834 |14cr|gsambad-0.1.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GTK+ administation tool for the SAMBA server
Name:		gsambad
Version:	0.1.9
Release:	6
License:	GPLv3
Group:		System/Configuration/Networking
URL:		http://www.gadmintools.org/
Source0:	http://mange.dynalias.org/linux/gsambad/%{name}-%{version}.tar.bz2
Source1:	%{name}.pam-0.77.bz2
Source2:	%{name}.pam.bz2
Patch0:		gsambad-fix-netlogon-script.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	imagemagick
Requires:	samba-server >= 3.0
Requires:	openssl
Requires:	usermode-consoleonly

%description
GSAMBAD is a fast and easy to use GTK+ administration tool for the
SAMBA server.

%prep

%setup -q
%patch0 

# fix conditional pam config file
%if %{mdkversion} < 200610
bzcat %{SOURCE1} > %{name}.pam
%else
bzcat %{SOURCE2} > %{name}.pam
%endif

# fix png rgb 
pushd pixmaps
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd

%build

%configure2_5x

perl -pi -e 's|^#define SAMBA_USER .*|#define SAMBA_USER \"root\"|g' config.h

%make

%install

%makeinstall INSTALL_USER=`id -un` INSTALL_GROUP=`id -gn`

install -d %{buildroot}%{_sysconfdir}/%{name}

# pam auth
install -d %{buildroot}%{_sysconfdir}/pam.d/
install -d %{buildroot}%{_sysconfdir}/security/console.apps


install -m 644 %{name}.pam %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -m 644 etc/security/console.apps/%{name} %{buildroot}%{_sysconfdir}/security/console.apps/%{name}

## locales
%find_lang %name || touch %{name}.lang

# Mandriva Icons
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}
convert -geometry 48x48 pixmaps/%{name}.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 pixmaps/%{name}.png %{buildroot}%{_miconsdir}/%{name}.png

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Gsambad
Comment=%{summary}
Exec=%{_sbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Settings;Network;
EOF

# Prepare usermode entry
mv %{buildroot}%{_sbindir}/%{name} %{buildroot}%{_sbindir}/%{name}.real
ln -s %{_bindir}/consolehelper %{buildroot}%{_sbindir}/%{name}

# Scripts
install -d %{buildroot}%{_bindir}
install -m 755 scripts/gsambadpdf %{buildroot}%{_bindir}
install -m 755 scripts/example.bat %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<_EOF_
USER=root
PROGRAM=%{_sbindir}/%{name}.real
SESSION=true
FALLBACK=false
_EOF_

rm -rf %{buildroot}%{_datadir}/doc/%{name}

%post
mv /bin/scripts/example.bat /home/netlogon/example.bat

%postun
rm -rf /home/netlogon/example.bat

%files -f %{name}.lang
%defattr(-,root,root,0755)
%doc COPYING AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%dir %{_sysconfdir}/%{name}
%{_sbindir}/%{name}
%{_sbindir}/%{name}.real
%{_datadir}/pixmaps/*.png
%{_datadir}/pixmaps/%{name}/%{name}.png
%{_datadir}/applications/*
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_bindir}/*



%changelog
* Sat Aug 02 2014 abfonly <abfonly@gmail.com> 0.1.9-6
+ Revision: edf123f
- fix png rgb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1835 |14cr|gscan2pdf-1.0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:		gscan2pdf
Summary:	Produces multipage PDFs from a scan

Version:	1.0.6
Release:	3

Source0:	http://downloads.sourceforge.net/project/gscan2pdf/%{name}/%{version}/%{name}-%{version}.tar.gz
URL:		http://gscan2pdf.sourceforge.net/
License:	GPLv3
Group:		Publishing
BuildArch:	noarch
BuildRequires:	imagemagick perl-devel
BuildRequires:	imagemagick desktop-file-utils
Requires:	libtiff-progs imagemagick
Requires:	sane-frontends
Requires:	unpaper
Requires:	xdg-utils
Requires:	djvulibre
Requires:	gocr

%description
A GUI to ease the process of producing a multipage PDF from a scan.

Scanning is handled with SANE via scanimage. PDF conversion is done by
PDF::API2. TIFF export is handled by libtiff (faster and smaller memory
footprint for multipage files).

%prep
%setup -q

%build
perl Makefile.PL INSTALLDIRS=vendor
perl -pi -e 's|usr/local|usr||g' Makefile
make

%install
%makeinstall_std

desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications \
	--remove-category='Application' \
	%{buildroot}%{_datadir}/applications/*.desktop

#icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -resize 48x48 %{name}.svg %{buildroot}%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}
convert -resize 32x32 %{name}.svg %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_miconsdir}
convert -resize 16x16 %{name}.svg %{buildroot}%{_miconsdir}/%{name}.png

%find_lang %{name}

%files -f %{name}.lang
%doc History LICENCE COPYING
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*
%{perl_vendorlib}/*
%{_mandir}/man1/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/pixmaps/*.svg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.6-3
+ Revision: 326bed8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1836 |14cr|gscanbus-0.7.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gscanbus
%define version 0.7.1
%define release  11

Summary: A tool to scan IEEE1394 (firewire/i.link) bus
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Patch0: gscanbus-add-destdir.patch
Patch1: gscanbus-0.7.1-fix-unterminated-strings.patch
License: GPL
URL: http://gscanbus.berlios.de/
Group: System/Kernel and hardware
BuildRequires: pkgconfig(libraw1394)
BuildRequires: automake1.4
BuildRequires: gtk-devel

%description
gscanbus is a little bus scanning, testing and topology visualizing tool
for the Linux IEEE1394 subsystem, with some AV/C support, especially for
controlling Camcorders and VCRs. It is intended as a debugging tool for
IEEE1394 development, but can also be used to simply check your IEEE1394
setup on Linux.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
automake-1.4      # patched Makefile.am

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/etc
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%config(noreplace) %{_sysconfdir}/*
%{_bindir}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-11
+ Revision: 7785f7c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1837 |14cr|gscore-0.0.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Musical score editor
Name:		gscore
Version:	0.0.8
Release:	8
License:	GPLv2+
Group:		Publishing
Url:		http://www.gscore.org/
Source0:	http://www.gscore.org/targz/%{name}-%{version}.tar.bz2
Patch0:		gscore-0.0.8-install.patch.bz2
Patch1:		gscore-0.0.8.gmodule.patch
BuildRequires:	imagemagick
BuildRequires:	scons
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)

%description
Gscore is a non-page-oriented notation program, allowing you to easily write
your scores, as well as import and export in abc format.

%files
%doc AUTHORS ChangeLog README TODO VERSION
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .install
%patch1 -p1 -b .gmodule

%build
scons

%install
DESTDIR=%{buildroot} scons install

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=GScore
Comment=Musical Score Editor
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Sound;Player;
EOF

#icons
mkdir -p %{buildroot}%{_liconsdir}
convert -size 48x48 pixmaps/%{name}.png %{buildroot}%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}
convert -size 32x32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_miconsdir}
convert -size 16x16 pixmaps/%{name}.png %{buildroot}%{_miconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.8-8
+ Revision: 496fd8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1838 |14cr|gsd-1.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Greenbone Security Desktop
Name:		gsd
Version:	1.2.2
Release:	2
Source0:		http://wald.intevation.org/frs/download.php/561/%name-%version.tar.gz
patch1:		gsd-1.2.2.ompentity.patch
Group:		System/Configuration/Networking
Url:		http://www.openvas.org
License:	GPLv2+
BuildRequires:	cmake
BuildRequires:	openvas-devel >= 4.0
BuildRequires:	doxygen
BuildRequires:	qt4-devel
Requires:	openvas-manager

%description
The GSD is a desktop client that connects to the OpenVAS Manager using
the OMP protocol.

It uses the Qt framework for the GUI and is implemented in C++.  Main
dependencies are qt4, gnutls, glib and openvas-libraries.

%prep
%setup -q -n %name-%version
%patch1 -p1 -b .ompentity

sed -i -e 's#-Werror##' CMakeLists.txt

%build
export LDFLAGS="-lopenvas_misc -lglib-2.0 -lgnutls"
%cmake -DSYSCONFDIR=%{_sysconfdir}
%make

%install
%makeinstall_std -C build

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/openvas/gsd_log.conf
%{_bindir}/gsd
%{_mandir}/man8/gsd.8*
%{_datadir}/openvas/*.html
%{_datadir}/openvas/translations/gsd_*.qm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-2
+ Revision: 587a4df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1839 |14cr|gset-compiz-0.3.4-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A compiz configuration tool
Name:		gset-compiz
Version:	0.3.4
Release:	13
License:	GPLv2+
Group:		System/X11
Url:		http://www.compiz.net/
Source0:	http://3v1n0.tuxfamily.org/src/%{name}-%{version}.tar.bz2
Patch0:		gset-compiz-lib_path.patch
Patch1:		gset-compiz-0.3.4-root.patch
Patch2:		gset-compiz-0.3.4-keys.patch
Patch3:		gset-compiz-automake1.10.diff
Patch4:		gset-compiz-0.3.4-about_close.patch
Patch5:		gset-compiz-0.3.4-iValue.patch
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(libglade-2.0)

%description
gset-compiz is a GTK tool to configure compiz.

%files
%doc README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/gset.glade
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
#% patch0 -p1 -b .lib_path
%patch1 -p1 -b .root
%patch2 -p1 -b .keys
%patch3 -p0 -b .automake1.10
%patch4 -p1 -b .about_close
%patch5 -p1 -b .iValue
perl -pi -e 's/\.png$//' data/%{name}.desktop
chmod go+r src/gset.c

%build
export LIBS="-l X11"
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall
rm -f %{buildroot}%{_datadir}/%{name}/README

desktop-file-install \
	--vendor="" \
	--remove-category="Application" \
	--add-category="X-MandrivaLinux-System-Configuration-Other" \
	--dir %{buildroot}%{_datadir}/applications \
	 %{buildroot}%{_datadir}/applications/*.desktop


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.4-13
+ Revision: f0dbb21
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1840 |14cr|gsetroot-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gsetroot
%define version	1.1
%define release	2

Summary:	Gtk-based front-end for Esetroot
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{release}
Source0:	http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
License:	GPLv2
Group:		Graphical desktop/GNOME
Url:		http://gsetroot.sf.net
BuildRequires:	gtk2-devel
Requires:	eterm

%description
Use it to configure root window under a Window Manager like FluxBox,
Enlightenment, WindowMaker, NextStep, BlackBox..

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

rm -rf %{buildroot}/usr/doc/* 

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS README ChangeLog
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: 3b8d5ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1841 |14cr|gsh-1.0.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name         	gsh	
%define version      	1.0.2
%define release		12

Name: 		%{name}
Version: 	%{version}
Release:	%{release} 
Summary: 	Run commands on other hosts through ssh
License: 	GPL
Group: 		Networking/Remote access
Url:		http://outflux.net/unix/software/gsh/
Source0: 	%{name}-%{version}.tar.bz2
buildrequires:	perl-devel
Requires:	openssh, openssh-clients, perl 
Prefix:		%{_prefix}
buildArch:	noarch

%description 
Run commands on other hosts through ssh

%prep
%setup -n %{name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/etc

cat > $RPM_BUILD_ROOT/etc/ghosts <<EOF
# Macros
#mdkprod=mdk82
# Machines
# Name		Group		Hardware	OS
#n1		prod		intel		linux
EOF

%files
%defattr (-,root,root)
%doc LICENSE MANIFEST README TODO
%attr(755,root,root) %{_bindir}/gsh
%attr(755,root,root) %{_bindir}/ghosts
%attr(755,root,root) %{perl_vendorlib}/*
%{_mandir}/man1/*
%config(noreplace) /etc/ghosts





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-12
+ Revision: 7d37702
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1842 |14cr|gshowtv-1.2.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname GShowTV

Name: gshowtv
Summary: %{oname} - A Gnome TV Guide

Version: 1.2.2
Release: 7
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
URL: http://gshowtv.sourceforge.net/
License: GPL
Group: Graphical desktop/GNOME
BuildArch: noarch
BuildRequires: perl-Gtk2
BuildRequires: perl(Locale::TextDomain)
BuildRequires: desktop-file-utils
buildrequires:	perl-devel
Requires: xmltv-druid
Requires: perl-%{oname}

%package -n perl-%{oname}
Summary: Perl module used by %{oname}

License: GPL
Group: Development/GNOME and GTK+
Requires: perl-Gtk2
Requires: perl(Locale::TextDomain)

%description
%{oname} is a TV program schedule viewer and a Personal Video Recorder GUI.

%{oname}'s basic purpose is to provide a nice GUI for viewing tv program 
schedule information and for recording the programs. GShow TV doesnt itself 
do the recording of the selected programs, rather it uses any PVR solution 
that exists. GShow TV is globally usable as it uses XMLTV to access the 
program schedules, and xmltv has support for multitude of countries.

%description -n perl-%{oname}
%{oname} uses this perl module in its script.

%prep
%setup -n %{name} -q
perl -pi -e "s|.png||" %{name}.desktop

%build
perl Makefile.PL PREFIX=/usr \
 INSTALLSITESCRIPT=%{_bindir} \
 INSTALLSITEMAN1DIR=%{_mandir}/1 \
 INSTALLSITELIB=%{perl_vendorlib}

%make
										
%install
%makeinstall DESTDIR=%{buildroot}

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="AudioVideo" \
  --remove-key="Encoding" \
  --add-category="GTK" \
  --add-category="X-MandrivaLinux-Multimedia-Video" \
  --dir %{buildroot}%{_datadir}/applications/ \
  %{buildroot}%{_datadir}/applications/*

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS KNOWN_ISSUES README TODO
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/gnome/help/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/1/%{name}.*

%files -n perl-%{oname}
%doc AUTHORS KNOWN_ISSUES README TODO
%{perl_vendorlib}/%{oname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-7
+ Revision: be2517e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1843 |14cr|gshutdown-0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gshutdown
Version:	0.2
Release:	1
Summary:	Advanced shut down utility
Group:		System/Configuration/Boot and Init
License:	GPLv2+
URL:		http://gshutdown.tuxfamily.org/
Source0:	http://gshutdown.tuxfamily.org/release/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(glib-2.0)
Patch0: gshutdown-0.2.libnotify-api.patch
Patch1: gshutdown-0.2.explicitlink.patch
Patch2: gshutdown-0.2-glib.patch
Patch3: gshutdown-0.2-format-security.patch

%description
GShutdown is an advanced shutdown utility which
allows you to schedule the shutdown or the restart
of your computer, or logout your actual session.
Can be use under Gnome, Xfce and KDE.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .libnotify-api
%patch1 -p1 -b .explicitlink
%patch2 -p1 -b .glib
%patch3 -p1

%build
%configure
%make

%install
%makeinstall_std INSTALL="install -p"

desktop-file-install					\
	--vendor ""					\
	--dir %{buildroot}/%{_datadir}/applications	\
	--mode 0644					\
	%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%clean

%post
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%postun
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%files -f %{name}.lang
%doc COPYING AUTHORS ChangeLog README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}*
%{_datadir}/pixmaps/%{name}.png

%changelog
* Wed Aug 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-1
+ Revision: ad93b4e
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1844 |14cr|gslist-0.8.10d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	gslist
%define	version	0.8.10d

Summary:	Gslist is a command-line game servers browser and heartbeats sender
Name:		%{name}
Version:	%{version}
Release:	4
Group:		Networking/Other
License:	GPL
URL:		http://aluigi.altervista.org/papers.htm#gslist
Source0:	%{name}.zip
patch0:		gslist-0.8.10d.fixmake.patch
buildrequires:	pkgconfig(geoip)
buildrequires:	mysql-devel

%description
Gslist is a command-line game servers browser and heartbeats sender,
it supports an incredible amount of games and moreover a lot of
options making it simple and complete at the same time.
It can run a specific application for each gameserver,
can request informations, lets you to filter the servers list
(for country, gamename, port, number of players...) and more.

%prep
%setup -c %{name}
%patch0 -p1 -b .fixmake

%build
make clean
%make CFLAGS="$RPM_OPT_FLAGS"

%install
%makeinstall_std PREFIX=%{buildroot}%{_prefix}

%files
%defattr(-,root,root)
%doc gslist.txt
%{_bindir}/%{name}
%{_bindir}/%{name}sql




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.10d-4
+ Revision: fd709a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1845 |14cr|gsmartcontrol-0.8.7-70
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package   %{nil}
%define distsuffix mrb


Name:		gsmartcontrol
Version:	0.8.7
Release:	70
License:	GPLv2, GPLv3
Url:		http://gsmartcontrol.berlios.de
Group:		System/Kernel and hardware
Source0:	http://download.berlios.de/%{name}/%{name}-%{version}.tar.bz2
Summary:	GSmartControl - Hard Disk Health Inspection Tool
Requires:	gtkmm2.4 >= 2.12.0
Requires:	smartmontools
Requires:	usermode-consoleonly
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(gtkmm-2.4) >= 2.12.0


%description
GUI for smartctl, which is a tool for
querying and controlling SMART (Self-Monitoring, Analysis, and Reporting
Technology) data in hard disk drives. It allows you to inspect the drive's
SMART data to determine its health, as well as run various tests on it.

%prep
%setup -q
sed -i -e "s/Exec=.*gsmartcontrol-root\"/Exec=gsmartcontrol/" data/gsmartcontrol.desktop.in

%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/%{name}

# dirty fix mugged from rawhide
rm %{buildroot}%{_bindir}/%{name}-root

mkdir -p %{buildroot}%{_sysconfdir}/pam.d
cat <<EOF >%{buildroot}%{_sysconfdir}/pam.d/%{name}
#%%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat <<EOF >%{buildroot}%{_sysconfdir}/security/console.apps/%{name}
USER=root
PROGRAM=/usr/sbin/gsmartcontrol
SESSION=true
EOF
# end

%files
%doc %{_datadir}/doc/%{name}
%{_bindir}/*
%{_sbindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/*
%{_datadir}/pixmaps/*
%{_mandir}/man1/%{name}-root.1*
%{_mandir}/man1/%{name}.1*
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.7-70
+ Revision: 1e815eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1846 |14cr|gsmd-0-0.20070701.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	gsmd
%define	version	0
%define	svnrel	20070701
%define	release %mkrel 0.%{svnrel}.3

%define major 0
%define libname %mklibname %{name} %{major}
%define	devname	%mklibname -d %{name}

Summary: 	GSM daemon for OpenMoko
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Group: 		System/Servers
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License: 	GPL
URL: 		http://www.openmoko.org/
Source0:	%{name}-%{svnrel}.tar.lzma
BuildRequires:	lzma glib-gettextize

%description
GSM daemon for OpenMoko.

%package -n	%{libname}
Summary:	GSM libraries for OpenMoko
Group:		System/Libraries
License:	LGPL
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
GSM libraries for OpenMoko.

%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/C
License:	LGPL
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n	%{devname}
Development files for %{name}.

%prep
%setup -q -n gsm

%build
autoreconf -v --install
glib-gettextize --force --copy
%configure --disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall
rm -f %{buildroot}%{_libdir}/{,gsmd/}*.la

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files
%{_bindir}/libgsmd-tool
%{_sbindir}/gsmd

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.*
%dir %{_libdir}/gsmd
%{_libdir}/gsmd/*.so.*

%files -n %{devname}
%defattr(-,root,root)
%dir %{_includedir}/libgsmd
%{_includedir}/libgsmd/*.h
%dir %{_includedir}/gsmd
%{_includedir}/gsmd/*.h
%{_libdir}/*.so
%{_libdir}/gsmd/*.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0-0.20070701.3
+ Revision: 21fa295
- Automatic import for version 0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1847 |14cr|gsql-0.2.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gsql
Version:        0.2.2
Release:        6
Summary:        Integrated database development tool for GNOME
Group:          Development/Databases
License:        GPLv2+
URL:            http://gsql.org
Source0:        http://gsql.googlecode.com/files/gsql-%{version}.tar.bz2
Patch1:		gsql-0.2.2-mysql_cursor-format-not-string-literal-and-no-format.patch
Patch2:		gsql-0.2.2-DESTDIR-duplicate.patch
Patch3:		gsql-0.2.2-libnotify0.7.patch
BuildRequires:  pkgconfig(gtk+-2.0), pkgconfig(gconf-2.0), pkgconfig(libglade-2.0), libgtksourceview-2.0-devel
BuildRequires:  pkgconfig(libgnome-2.0), pkgconfig(libgnomeui-2.0), vte-devel, mysql-devel
BuildRequires:  pkgconfig(libnotify) desktop-file-utils gettext
BuildRequires:  postgresql-devel, libssh-devel >= 1:0.4.2
Requires:       %{name}-engine-mysql = %{version}-%{release}
Requires:       %{name}-engine-postgresql = %{version}-%{release}

%description
The mission of GSQL opensource project is to supply database developers with an
universal tool platform tailored against market leading DBMS by providing:

    * native DBMS access (not via ODBC layer)
    * databased objects organised into a tree
    * intuitive and easy database objects handling
    * syntax highlighting
    * query plan builder
    * query constructor
    * query result export (in XML, CSV, HTML)
    * debugger (depending on RDBMS)
    * query planner control (depending on RDBMS)
    * database administration functions
    * database system monitoring
    * GNOME integration (via gconf and gnome-keyring)


%package        devel
Summary:        Development files for %{name}
Group:          Development/Databases
Requires:       %{name} = %{version}-%{release}
Conflicts:	%{name} < 0.2.2-4

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%package        plugins
Summary:        Additional plugins for %{name}
Group:          Development/Databases
Requires:       %{name} = %{version}-%{release}

%description    plugins
Additional plugins for %{name}:

    * Terminal - opens a terminal session with parameters (such as login,
                 password etc) taken from the active session
    * Exporter - exports query results to a CVS file. So far only fetched
                 records could be exported
    * Runner   - periodically executes SQL queries


%package        engine-mysql
Summary:        MySQL engine for %{name}
Group:          Development/Databases
Requires:       %{name} = %{version}-%{release}

%description    engine-mysql
MySQL engine for GSQL

%package        engine-postgresql
Summary:        PostgreSQL engine for %{name}
Group:          Development/Databases
Requires:       %{name} = %{version}-%{release}

%description    engine-postgresql
PostgreSQL engine for GSQL

%prep
%setup -q
%patch1 -p0
%patch2 -p1 -b .dest
%patch3 -p0 -b .notify

%build
%configure2_5x \
	--disable-schemas-install \
	--disable-static \
	--without-oracle \
	--with-mysql=%{_prefix} \
	--with-mysql-lib=%{_prefix} \
	--with-mysql-include=%{_prefix} \
	--with-pgsql-lib=%{_prefix} \
	--with-pgsql-include=%{_prefix} 

%make

%install
%makeinstall DESTDIR=%buildroot
%find_lang %{name}
# remove improperly placed docs
rm -rf %{buildroot}%{_defaultdocdir}/%{name}


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%dir %{_libdir}/%{name}/
%dir %{_libdir}/%{name}/engines/
%{_libdir}/lib%{name}*.so.*
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%dir %{_datadir}/%{name}/
%dir %{_datadir}/%{name}/glade/
%{_datadir}/%{name}/glade/%{name}_dialogs.glade
%dir %{_datadir}/%{name}/ui/
%{_datadir}/%{name}/ui/*.ui
%dir %{_datadir}/pixmaps/%{name}/
%{_datadir}/pixmaps/%{name}/*.png
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*

%preun
%preun_uninstall_gconf_schemas %{name}

%files devel
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_libdir}/*.so
%{_libdir}/pkgconfig/lib%{name}.pc
%{_includedir}/lib%{name}/

%files plugins
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_libdir}/%{name}/plugins/
%{_sysconfdir}/gconf/schemas/%{name}-plugins.schemas
%{_datadir}/pixmaps/%{name}/plugins/
%{_datadir}/%{name}/ui/plugins/
%{_datadir}/%{name}/glade/plugins/

%preun plugins
%preun_uninstall_gconf_schemas %{name}-plugins

%files engine-mysql
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_libdir}/%{name}/engines/lib%{name}engine_mysql.so*
%{_sysconfdir}/gconf/schemas/%{name}-engine-mysql.schemas
%{_datadir}/%{name}/ui/mysql/
%{_datadir}/%{name}/glade/mysql/
%{_datadir}/pixmaps/%{name}/mysql/

%preun engine-mysql
%preun_uninstall_gconf_schemas %{name}-engine-mysql

%files engine-postgresql
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_libdir}/%{name}/engines/lib%{name}engine_pgsql.so*
%{_datadir}/%{name}/ui/postgresql/
%{_datadir}/%{name}/glade/postgresql/
%{_datadir}/pixmaps/%{name}/postgresql/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-6
+ Revision: fc60845
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1848 |14cr|gst123-0.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line audio player based on GStreamer
Name:		gst123
Version:	0.3.3
Release:	2
License:	LGPLv2+
Group:		Sound
Url:		http://space.twc.de/~stefan/gst123.php
Source0:	http://space.twc.de/~stefan/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	libgstreamer-plugins-base-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ncurses)

%description
The program gst123 is designed to be a more flexible command line player in
the spirit of ogg123 and mpg123, based on gstreamer. It plays all file formats
gstreamer understands, so if you have a music collection which contains
different file formats, like flac, ogg and mp3, you can use gst123 to play all
your music files.


%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std


%files
%doc AUTHORS NEWS README TODO
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-2
+ Revision: 27350cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1849 |14cr|gstm-1.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gstm
Version:	1.2
Release:	11
Summary:	A front-end to ssh tunneling

Group:		Networking/Remote access
License:	GPL
URL:		http://gstm.sourceforge.net
Source0:	http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2

BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(libgnomeui-2.0)
Requires: openssh-clients

%description
gSTM, short for Gnome SSH Tunnel Manager, is a graphical front-end for 
managing ssh tunneled portredirects.

%package -n gaskpass
Group:	Networking/Remote access
Summary: A Gnome X11 passphrase dialog for OpenSSH
%description -n gaskpass
%{summary}.

%prep
%setup -q

%build
export LIBS="-lX11 -lxml2"
%configure
%make

%install
%makeinstall


%files 
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*

%files -n gaskpass
%{_bindir}/gaskpass




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-11
+ Revision: 0643919
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1850 |14cr|gstreamer0.10-espeak-0.3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# NOTE: Please do not edit this file, it was auto generated by jhconvert
#       See http://wiki.sugarlabs.org/go/Deployment_Team/jhconvert for details

Name:		gstreamer0.10-espeak
Version:	0.3.5
Release:	2
Summary:	Simple gstreamer plugin to use espeak by way of sound source
License:	LGPLv2+
Group:		Sound
Url:		http://sugarlabs.org/go/DevelopmentTeam/gst-plugins-espeak
Source:		http://download.sugarlabs.org/sources/honey/gst-plugins-espeak/gst-plugins-espeak-%{version}.tar.gz
Requires:	espeak
Requires:	gstreamer0.10-plugins-base
Requires:	gstreamer0.10-plugins-good
Requires:	gstreamer

BuildRequires:	libespeak-devel
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)

%description
Simple gstreamer plugin to use espeak by way of sound source.
It was developed to simplify espeak usage in Sugar Speak activity.

%prep
%setup -q -n gst-plugins-espeak-%{version}
sed -i 's/NANO=1/NANO=0/g' configure

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

%clean
%__rm -rf %{buildroot}

%files
%doc AUTHORS COPYING NEWS README
%{_libdir}/gstreamer*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.5-2
+ Revision: 081fc94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1851 |14cr|gstreamer0.10-plugins-gl-0.10.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bname gstreamer0.10
%define name %bname-plugins-gl
%define version 0.10.2
%define oname gst-plugins-gl
%define majorminor 0.10
%define release 5
%define major 1
%define libname %mklibname gstgl %majorminor %major
%define develname %mklibname -d gstgl %majorminor

Summary: GStreamer OpenGL Plug-ins
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://gstreamer.freedesktop.org/src/%oname/%{oname}-%{version}.tar.bz2
License: LGPLv2+
Group: Sound
Url: http://gstreamer.freedesktop.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: libgstreamer0.10-plugins-base-devel >= 0.10.15.1
BuildRequires: pkgconfig(liboil-0.3)
BuildREquires: glew-devel
BuildREquires: libpng-devel
BuildREquires: pkgconfig(gtk+-2.0)
#gw it needs clutter 0.8
BuildREquires: clutter-devel
BuildRequires: gtk-doc
buildrequires: pkgconfig(glu)


%description
This module contains integration libraries and plug-ins for using OpenGL
within GStreamer pipelines. This module contains elements for, among others:

* output: glimagesink
* adapters: glupload, gldownload
* video processing: gldeinterlace, glcolorscale
* GL effects: glfiltersobel, glfilterblur, gleffects, others
* sources: gltestsrc


%package -n %libname
Summary: Libraries for GStreamer streaming-media framework
Group: System/Libraries

%description -n %libname
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %develname
Summary: Libraries and include files for GStreamer streaming-media framework
Group: Development/C
Requires: %{libname} = %{version}
Provides: libgstgl-devel = %version-%release

%description -n %develname
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.



%prep
%setup -q -n %oname-%version

%build
%configure2_5x --disable-dependency-tracking \
  --with-package-name='Mandriva %name package' \
  --with-package-origin='http://www.mandriva.com/'

%make

%install
rm -rf %{buildroot}
%makeinstall_std
%find_lang %oname-%majorminor
# Clean out files that should not be part of the rpm. 
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la

%check
cd tests/check
make check

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %oname-%majorminor.lang
%defattr(-, root, root)
%doc RE* NEWS
%_libdir/gstreamer-%majorminor/libgstopengl.so

%files -n %libname
%defattr(-, root, root)
%_libdir/libgstgl-%majorminor.so.%{major}*

%files -n %develname
%defattr(-, root, root)
%doc ChangeLog
%_libdir/libgstgl-%majorminor.so
%_includedir/gstreamer-%majorminor/gst/gl/
%_libdir/pkgconfig/gstreamer-gl-%majorminor.pc
%_datadir/gtk-doc/html/gst-plugins-gl-libs-%majorminor
%_datadir/gtk-doc/html/gst-plugins-gl-plugins-%majorminor




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.2-5
+ Revision: 1cd2e53
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1852 |14cr|gstreamer0.10-vaapi-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gstreamer-vaapi

%define api 0.10
%define major 0
%define libname %mklibname gstvaapi %{api} %{major}
%define devname %mklibname gstvaapi %{api} -d

Summary:	VA-API support for GStreamer
Name:		gstreamer%{api}-vaapi
Version:	0.4.0
Release:	3
License:	GPLv2+
Group:		Video
Url:		http://www.splitted-desktop.com/~gbeauchesne/gstreamer-vaapi/
Source0:	http://www.splitted-desktop.com/~gbeauchesne/gstreamer-vaapi/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gstreamer-%{api})
BuildRequires:	pkgconfig(gstreamer-basevideo-%{api})
BuildRequires:	pkgconfig(gstreamer-codecparsers-%{api})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api})
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(libva)

%description
gstreamer-vaapi consists of a collection of VA-API based plugins for
GStreamer and helper libraries, allowing the use of VA-API acceleration
in applications that GStreamer for video playback.

%files
%doc README NEWS AUTHORS
%{_libdir}/gstreamer-%{api}/libgstvaapi.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GStreamer VA-API support libraries
License:	LGPLv2+
Group:		System/Libraries

%description -n %{libname}
Helper libraries used by gstreamer0.10-vaapi.

%files -n %{libname}
%{_libdir}/libgstvaapi*-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libgstvaapi
License:	LGPLv2+
Group:		System/Libraries

%description -n %{devname}
Development files for the libgstvaapi helper libraries.

%files -n %{devname}
%doc README NEWS AUTHORS
%{_includedir}/gstreamer-%{api}/gst/vaapi
%{_libdir}/libgstvaapi*-%{api}.so
%{_libdir}/pkgconfig/gstreamer-vaapi*-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

%build
export LIBS="-ldl"
./autogen.sh
%configure2_5x \
	--disable-static \
	--disable-wayland
%make

%install
%makeinstall_std


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.0-3
+ Revision: 76b5b49
- Disable wayland support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1853 |14cr|gstreamermm-0.10.10.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.10
%define major 2
%define libname %mklibname %name %api %major
%define develname %mklibname -d %name
%define gpdmajor %major
%define libnamegetplugindefs %mklibname %{name}-get-plugin-defs %api %gpdmajor
Name:           gstreamermm
Version:        0.10.10.2
Release:        2
Summary:        C++ wrapper for GStreamer library
Group:          Sound
License:        LGPLv2+
URL:            http://www.gtkmm.org/
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.xz
Patch0:		gstreamermm-0.10.9-fix-linking.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: glibmm2.4-devel >= 2.16.0
BuildRequires: gtkmm2.4-devel >= 2.12.0
BuildRequires: gstreamer0.10-devel >= 0.10.22
BuildRequires: libgstreamer-plugins-base-devel >= 0.10.22
BuildRequires: libxml++-devel >= 2.14.0
BuildRequires: doxygen graphviz


%description
GStreamermm is a C++ wrapper library for the multimedia library
GStreamer (http://gstreamer.freedesktop.org).  It is designed to allow
C++ development of applications that work with multi-media.

%package -n %libname
Summary:        C++ wrapper for GStreamer library
Group:          System/Libraries

%description -n %libname
GStreamermm is a C++ wrapper library for the multimedia library
GStreamer (http://gstreamer.freedesktop.org).  It is designed to allow
C++ development of applications that work with multi-media.

%package -n %libnamegetplugindefs
Summary:        C++ wrapper for GStreamer library
Group:          System/Libraries

%description -n %libnamegetplugindefs
GStreamermm is a C++ wrapper library for the multimedia library
GStreamer (http://gstreamer.freedesktop.org).  It is designed to allow
C++ development of applications that work with multi-media.

%package -n %develname
Summary:        Headers for developing programs that will use %{name}
Group:          Development/C++
Requires:       %{libname} = %{version}-%{release}
Requires:	%libnamegetplugindefs = %{version}-%{release}
Provides: lib%name-devel = %version-%release


%description -n %develname
This package contains the static libraries and header files needed for
developing gstreamermm applications.


%prep
%setup -q
%apply_patches
autoreconf -fi

%build
export GST_INSPECT=%_bindir/gst-inspect-0.10
%configure2_5x --enable-shared --enable-docs --disable-dependency-tracking
# Parallel make not always working
make


%install
rm -rf $RPM_BUILD_ROOT installed-docs/
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdvver < 200900
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%endif

%files -n %libname
%defattr(-, root, root, -)
%doc AUTHORS NEWS README
%{_libdir}/libgstreamermm-%api.so.%{major}*

%files -n %libnamegetplugindefs
%defattr(-, root, root, -)
%{_libdir}/libgstreamermm_get_plugin_defs-%api.so.%{gpdmajor}*

%files -n %develname
%defattr(-, root, root, -)
%doc ChangeLog
%_datadir/devhelp/books/%name-%api
%doc %{_datadir}/doc/%name-%api
%{_includedir}/gstreamermm-%api
%{_libdir}/*.so
%_libdir/%name-%api
%{_libdir}/pkgconfig/*.pc





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.10.2-2
+ Revision: 8aedd93
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1854 |14cr|gstreamer-plugin-fc-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.2
%define release 4

Name: gstreamer-plugin-fc
Summary: Future Composer plugin for GStreamer
Version: %{version}
Release: %{release}
License: GPLv2+
Group: Sound
URL: http://xmms-fc.sourceforge.net/
Source:	http://prdownloads.sourceforge.net/xmms-fc/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: gstreamer0.10-devel
BuildRequires: libfc14audiodecoder-devel
Requires: xmms

%description
This is an input plugin for GStreamer which can play back Future Composer
music files from AMIGA.

%package -n gstreamer0.10-fc
Summary: Future Composer plugin for GStreamer
Group: Sound

%description -n gstreamer0.10-fc
This is an input plugin for GStreamer which can play back Future Composer
music files from AMIGA.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
rm -f %buildroot%{_libdir}/*/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%files -n gstreamer0.10-fc
%defattr(-,root,root)
%doc README ChangeLog
%{_libdir}/gstreamer-0.10/libgstfcdec.so





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: af0f5ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1855 |14cr|gstreamer-sharp-0.9.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gstreamer-sharp
%define version 0.9.2
%define release 5
%define api 0.10

Summary: C#/CLI bindings for GStreamer
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://gstreamer.freedesktop.org/src/%name/%{name}-%{version}.tar.bz2
Patch0: gstreamer-sharp-0.9.2-glib-includes.patch
License: LGPLv2+
Group: System/Libraries
Url: http://gstreamer.freedesktop.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: mono-devel
BuildRequires: gtk-sharp2-devel
BuildRequires: libgstreamer-plugins-base-devel >= 0.10.23

%description
There are bindings for the complete GStreamer core and some
of the GStreamer libraries.

%package devel
Group: Development/Other
Summary: C#/CLI bindings for GStreamer - development files
Requires: %name = %version-%release
Requires(post): mono-tools >= 1.1.9
Requires(postun): mono-tools >= 1.1.9

%description devel
There are bindings for the complete GStreamer core and some
of the GStreamer libraries.

This contains development files needed to build with %{name}.


%package doc
Summary:	Documentation for %name
Group:		Development/Other
Requires(post): mono-tools >= 1.1.9
Requires(postun): mono-tools >= 1.1.9

%description doc
This package provides API documentation for %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make MONO=mono

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %buildroot%_libdir/lib*a
%if %_lib != lib
mv %buildroot%_libdir/mono %buildroot%_prefix/lib/
%endif

%clean
rm -rf %{buildroot}

%post doc
%_bindir/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %_bindir/monodoc ]; then %_bindir/monodoc --make-index > /dev/null
fi

%files
%defattr(-,root,root)
%doc README AUTHORS TODO
%_libdir/libgstreamersharpglue-%{api}.so
%_prefix/lib/mono/gac/%{name}
%_prefix/lib/mono/%{name}-%{api}

%files doc
%defattr(-,root,root)
%_prefix/lib/monodoc/sources/%{name}-docs.*

%files devel
%defattr(-,root,root)
%_libdir/pkgconfig/%{name}-%{api}.pc
%_datadir/gapi/gstreamer-api.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-5
+ Revision: 79cf846
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1856 |14cr|gst-rtsp-server-0.10.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.10
%define major 0
%define libname %mklibname gstrtspserver %{api} %{major}
%define develname %mklibname -d gstrtspserver
%define oname gst-rtsp

Summary:	RTSP server library for the GStreamer framework
Name:		gst-rtsp-server
Version:	0.10.8
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://people.freedesktop.org/~wtay/
Source0:  	http://people.freedesktop.org/~wtay/%{oname}-%{version}.tar.bz2
Patch0:		gst-rtsp-pygobject.patch
Patch1:		gst-rtsp-0.10.6-py-link.patch

BuildRequires:	gtk-doc
BuildRequires:	gettext-devel
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gst-python-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(python)

%description
RTSP server based on GStreamer.

%package -n %{libname}
Summary:	RTSP server library for the GStreamer framework
Group:		System/Libraries

%description -n %{libname}
RTSP server based on GStreamer.

%package -n %develname
Summary:	RTSP server library for the GStreamer framework
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}
Provides:	libgstrtspserver-devel = %{version}-%{release}

%description -n %{develname}
RTSP server based on GStreamer.

%package -n python-rtspserver
Group: Development/Python
Summary: Python bindings for the RTSP-Server
Requires: gstreamer0.10-python

%description -n python-rtspserver
This is the Python binding for GStreamer's RTSP Server.

%prep
%setup -qn %oname-%{version}
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--with-pic \
	--enable-maintainer-mode \
	--enable-gtk-doc 
%make

%install
%makeinstall_std

%files -n %{libname}
%doc README AUTHORS
%{_libdir}/libgstrtspserver-%{api}.so.%{major}*
%{_libdir}/girepository-1.0/GstRtspServer-%{api}.typelib

%files -n %{develname}
%{_libdir}/libgstrtspserver-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_includedir}/gstreamer-%{api}/gst/rtsp-server
%{_datadir}/gir-1.0/GstRtspServer-%{api}.gir
%{_datadir}/gtk-doc/html/gst-rtsp-server-0.10
%{_datadir}/vala/vapi/%{name}-%{api}.deps
%{_datadir}/vala/vapi/%{name}-%{api}.vapi

%files -n python-rtspserver
%{py_platsitedir}/gst-%{api}/gst/rtspserver.so
%{_datadir}/gst-rtsp




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.8-2
+ Revision: 6e407b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1857 |14cr|gsutil-3.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A utility to save, restore and reboot Grandstream Budgetone phones
Name:		gsutil
Version:	3.0
Release:	6
License:	GPL
Group:		System/Servers
URL:		http://www.pkts.ca/gsutil.shtml
Source:		http://www.pkts.ca/%{name}-%{version}.tar.bz2
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
A utility to dump and restore the configuration of the Grandstream Budgetone
VOIP telephone, up to and including version 1.0.6.7 of the firmware.

%prep

%setup -q

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 gsutil %{buildroot}%{_bindir}/gsutil

%clean
rm -r %{buildroot}

%files 
%defattr(0644,root,root,0755)
%doc README Changelog gxp2000.template.txt
%attr(0755,root,root) %{_bindir}/gsutil



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-6
+ Revision: 0c293cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1858 |14cr|gsynaptics-0.9.14-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gsynaptics
%define version 0.9.14
%define release 8

Summary: Tool for Synaptics touchpad driver
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://globalbase.dl.sourceforge.jp/gsynaptics/28322/%{name}-%{version}.tar.gz
# non-corrupted icon from CVS
Source1: http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/*checkout*/gsynaptics/gsynaptics/data/touchpad.png
Patch0: gsynaptics-0.9.14-do-not-set-zero.patch
Patch1: gsynaptics-0.9.14-dot-fixes.patch
Patch2: gsynaptics-0.9.14-fix-desktop-file.patch
Patch3: gsynaptics-0.9.14-fix-docbook.patch
Patch4: gsynaptics-0.9.14-build-filename.patch
Patch5: gsynaptics-0.9.14-format-security.patch

# (cg) Some patches from fedora
Patch100: gsynaptics-0.9.14-fix-tap-statecheck.patch
Patch101: gsynaptics-0.9.14-enable-tapping.patch
Patch102: gsynaptics-0.9.14-dont-reset-taptime.patch


License: GPLv2+
Group: System/Configuration/Hardware
Url: http://gsynaptics.sourceforge.jp/
BuildRequires: pkgconfig(libgnomeui-2.0) pkgconfig(gnome-doc-utils) pkgconfig(libglade-2.0)
buildrequires: perl(XML::Parser)

%description
GSynaptics is a setting tool for Synaptics touchpad driver.

%prep
%setup -q
cp -f %{SOURCE1} data
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%patch100 -p1
%patch101 -p1
%patch102 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
%doc README TODO
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/gnome/autostart/%{name}-init.desktop
%doc %{_datadir}/gnome/help/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/%{name}*.1*
%{_datadir}/pixmaps/touchpad.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.14-8
+ Revision: 8ad7013
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1859 |14cr|gtetrinet-0.7.11-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.7.11

Summary:	TetriNET game client for Linux
Name:		gtetrinet
Version:	%{version}
Release:	9
License:	GPLv2+
Group:		Games/Arcade
Source:		ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
URL:		http://gtetrinet.sourceforge.net/
Patch0:     gtetrinet-0.7.11-fix_default_server.diff
Patch1:     gtetrinet-0.7.11-fix_format_error.diff 
Buildrequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:  perl-XML-Parser
BuildRequires:	imagemagick
Requires(post):		GConf2 >= 2.3.3
Requires(preun):		GConf2 >= 2.3.3

%description
GTetrinet is a client program for the popular TetriNET game, a multiplayer
tetris game that is played over the internet. It is written in GTK.
(If you don't know what TetriNET is, check out tetrinet.org)

Its features include:
  * Fully network compatible with Tetrinet v1.13 for Win95/98/NT
  * Theme support with sound
  * Spectator support on Tetrinet-X servers with the qirc patch by Drslum.


%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
%configure2_5x --enable-detach --enable-ipv6
%make

%install
rm -fr $RPM_BUILD_ROOT
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

# icon
mkdir -p $RPM_BUILD_ROOT%{_iconsdir} \
	 $RPM_BUILD_ROOT%{_liconsdir} \
	 $RPM_BUILD_ROOT%{_miconsdir}
convert -geometry 48x48 gtetrinet.png $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
convert -geometry 32x32 gtetrinet.png $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
convert -geometry 16x16 gtetrinet.png $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png

# menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=GTetrinet
Comment=TetriNET game client for Linux
Exec=%_gamesbindir/gtetrinet
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

%find_lang %{name}

%if %mdkversion < 200900
%post
%{update_menus}
%post_install_gconf_schemas gtetrinet
%endif

%preun
%preun_uninstall_gconf_schemas gtetrinet

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_gamesbindir}/*
%{_datadir}/gtetrinet
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*
%{_mandir}/man?/*
%{_sysconfdir}/gconf/schemas/*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.11-9
+ Revision: 28497db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1860 |14cr|gtg-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gtg
Version:        0.3
Release:        2
Group:          Development/Other
License:        GPLv3
Summary:        Getting Things GNOME! is an organizer for the GNOME desktop environment
Source:         https://launchpad.net/gtg/0.3/0.3/+download/%{name}-%{version}.tar.gz
URL:            http://gtg.fritalk.com/

BuildRequires: pyxdg
BuildRequires: python-devel
Requires:      python-configobj
Requires:      python-simplejson
Requires:      pygtk2.0
Requires:      pygtk2.0-libglade
Requires:      pyxdg
Requires:      python-gobject
Suggests: python-bugz
Suggests: python-evolution
Suggests: hamster-applet
Suggests: python-champlain
Suggests: python-clutter
Suggests: python-clutter-gtk
#Suggests:python-geoclue
BuildArch: noarch

%description
Getting Things Gnome! is an organizer for the GNOME desktop environment.

GTG focuses on usability and ease of use. Its main objective is to
provide a simple, powerful and flexible organization tool to the
GNOME desktop environment.

GTG uses a very handy text edition system for task creation and edition.
The task editor can automatically recognize meta-data such as tags
and subtasks only by the use of a very simple syntax.
If you wanna know more about this, please read Getting Started With GTG.

%prep
%setup -q

%build

%install
python setup.py install --root %{buildroot}

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README CHANGELOG
%{_bindir}/%{name}*
%{_bindir}/gtcli
%{_datadir}/%{name}
%{_mandir}/man1/gtg*
%{_mandir}/man1/gtcli*
%{python_sitelib}/GTG
%{python_sitelib}/%{name}-%{version}-py%{py_ver}.egg-info
%{_datadir}/applications/%{name}.desktop
%{_datadir}/dbus-1/services/org.gnome.GTG.service
%{_iconsdir}/hicolor/*/apps/gtg.*
%{_datadir}/help/*/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: fd250b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1861 |14cr|gtimelog-0.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: a small application to keep track of your time
Name: gtimelog
Version: 0.9.1
Release: 2
Group: Office
License: GPLv2
URL: http://mg.pov.lt/gtimelog/
Source0: https://github.com/gtimelog/gtimelog/archive/0.9.1/%{name}-%{version}.tar.gz
Requires: pygtk2.0
Requires: pygtk2.0-libglade
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: desktop-file-utils

%define debug_package %{nil}

%description
GTimeLog is a small Gtk+ app for keeping track of your time. It's main goal
is to be as unintrusive as possible.

%prep
%setup -q

%build

%install
%__python setup.py install --root=%{buildroot}
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
        --dir %{buildroot}%{_datadir}/applications \
        %name.desktop

%files
%doc   gtimelogrc.example
%attr(0755,root,root)%{_bindir}/%name
%{py_puresitedir}/%{name}*
%{_datadir}/applications/%name.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-2
+ Revision: 2491a7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1862 |14cr|gtkam-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define buildgimpplugin	1

Summary: 	GPhoto2 GTK+ frontend
Name: 		gtkam
Version: 	0.2.0
Release: 	4
License: 	GPLv2+
Group: 		Graphics
Source0:	http://downloads.sourceforge.net/gphoto/%{name}-%{version}.tar.bz2
# file in the tarball is corrupt: replaced from upstream SVN. Drop
# with any release after 0.1.14. -AdamW 2007/07
Patch0:		gtkam-omf-install.patch
Patch1:		gtkam_wformat.patch
URL: 		http://sourceforge.net/projects/gphoto
Requires:	gphoto2
BuildRequires: 	pkgconfig(libgphoto2)
BuildRequires: 	gettext-devel
BuildRequires: 	libexif-gtk-devel
BuildRequires:	autoconf
BuildRequires:	imagemagick
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	pkgconfig(libbonobo-2.0)
BuildRequires:	pkgconfig(bonobo-activation-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	scrollkeeper
%if %{buildgimpplugin}
BuildRequires: 	gimp-devel
%endif

Requires(post):		scrollkeeper
Requires(postun):	scrollkeeper

%description
GTKam is a fine interface for a wide variety of digital cameras.

%if %{buildgimpplugin}
%package gimp-plugin
Summary: 	GIMP-plug-in for digital camera access through GPhoto2
Requires: 	%{name} = %{version} 
Requires:	gimp
Group: 		Graphics

%description gimp-plugin
GIMP-plug-in for direct digital camera access through GPhoto2.
%endif

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x

%make WARN_CFLAGS=""

%install
%makeinstall_std
%find_lang %{name} --with-gnome 

# icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
cp %{buildroot}%{_datadir}/pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{buildroot}%{_datadir}/pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{buildroot}%{_datadir}/pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# menu stuff
mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Name=GTKam
Comment=Access digital cameras (via GPhoto2)
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
Categories=GTK;Graphics;Photography;
EOF

rm -rf %{buildroot}%{_docdir}/%{name}
#rm -rf %{buildroot}/var/lib/scrollkeeper
rm -rf %{buildroot}/%{_datadir}/applications/gtkam.desktop

# dynamic desktop support
%define launchers /etc/dynamic/launchers/camera

mkdir -p %{buildroot}%{launchers}
cat > %{buildroot}%{launchers}/%{name}.desktop << EOF
[Desktop Entry]
Name=GTKam
Comment=GNU Digital Camera Program
TryExec=%{_bindir}/gtkam
Exec=%{_bindir}/gtkam
Terminal=false
Icon=gtkam
Type=Application
EOF

%post
update-alternatives --install %{launchers}/kde.desktop camera.kde.dynamic %{launchers}/%{name}.desktop 50
update-alternatives --install %{launchers}/gnome.desktop camera.gnome.dynamic %{launchers}/%{name}.desktop 50

%postun
if [ $1 = 0 ]; then
  update-alternatives --remove camera.kde.dynamic %{launchers}/%{name}.desktop
  update-alternatives --remove camera.gnome.dynamic %{launchers}/%{name}.desktop
fi

%clean

%files -f %{name}.lang
%doc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%config(noreplace) %{launchers}/%{name}.desktop
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/images/%{name}
%{_datadir}/applications/*
%{_mandir}/*/%{name}*
#%{_datadir}/omf/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}-camera.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%if %{buildgimpplugin}
%files gimp-plugin
%{_libdir}/gimp/*/plug-ins/%{name}-gimp
%endif

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-4
+ Revision: d686bfe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1863 |14cr|gtkatlantic-0.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.4.2
%define rel	4
%define release %mkrel %rel

Summary:	Monopoly-like game client
Name:		gtkatlantic
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		Games/Boards
URL:		http://gtkatlantic.gradator.net/
Source:		http://gtkatlantic.gradator.net/downloads/v0.4/%{name}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	gtk+2-devel
BuildRequires:	png-devel
BuildRequires:	libxml2-devel

%description
monopd is a dedicated game server daemon for playing Monopoly-like board
games. Clients connect to the server and communicate using short commands
and XML messages.

%prep
%setup -q

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name} 
Icon=strategy_section 
Comment=Play Monopoly 
Categories=Game;BoardGame;
Name=GtkAtlantic
EOF

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.4.2-4
+ Revision: d4f8a22
- Automatic import for version 0.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1864 |14cr|gtkcairo-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %major
%define libnamedev %mklibname %{name} %major -d

Summary:	Gtk widget wrapper for Cairo surfaces
Name:		gtkcairo
Version:	0.3
Release:	6
License:	LGPL
Group:		System/Libraries
Source0:	http://cairographics.org/snapshots/%name-%version.tar.bz2
Patch0:	gtkcairo-0.3-cairo.patch
URL:		http://cairographics.org/GtkCairo
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gtk+-2.0)

%description
GtkCairo is a library that provides a new widget to be used in your
GTK+ program: a Cairo surface.

%package -n %{libname}
Summary:	Cairo - multi-platform 2D graphics library
Group:		System/Libraries
Provides:	gtkcairo = %{version}-%{release}

%description -n %{libname}
GtkCairo is a library that provides a new widget to be used in your
GTK+ program: a Cairo surface.

%package -n %{libnamedev}
Summary:	Development files for Cairo library
Group:		Development/C
Requires:	%{libname} = %version
Provides:	%{name}-devel = %version-%release
Provides:	libgtkcairo-devel = %version-%release

%description -n %{libnamedev}
Development files for GtkCairo library.

%package -n %{libname}-static-devel
Summary:	Static GtkCairo library
Group:		Development/C
Requires:	%{libnamedev} = %version

%description -n %{libname}-static-devel
Static GtkCairo library.


%prep
%setup -q
%patch0 -p1 -b .cairo

%build
export CFLAGS="%optflags -I`pwd`/%name"
%configure2_5x
%make

%install

%makeinstall

%files -n %{libname}
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog README NEWS
%attr(755,root,root) %_libdir/lib*.so.*

%files -n %{libnamedev}
%defattr(644,root,root,755)
%_libdir/lib*.so
%_includedir/*
%_libdir/pkgconfig/*.pc

%files -n %{libname}-static-devel
%defattr(644,root,root,755)
%_libdir/lib*.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-6
+ Revision: 8135f19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1865 |14cr|gtk-chtheme-0.3.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gtk-chtheme
Version:	0.3.1
Release:	9
Summary:	Utility to preview and change GTK 2 themes
Source0:		%{name}-%{version}.tar.bz2
Source1:	gtk.png
Patch1:		gtk-chtheme-0.3.1-fix-build-with-gtk.patch
Patch2:		gtk-chtheme-0.3.1-dont-strip-binary-too-early.patch
Patch3:		gtk-chtheme-0.3.1-replace_deprecated_GtkFunction.patch
Patch4:		gtk-chtheme-0.3.1-fix_linking.patch
URL:		http://plasmasturm.org/programs/gtk-chtheme/
Group:		Graphical desktop/GNOME
License:	GPLv2
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	imagemagick

%description
Gtk-chtheme allows you to change the Gtk+ 2.0 theme when not using GNOME.

%prep
%setup -q
%patch1 -p1 -b .gtk
%patch2 -p1 -b .strip
%patch3 -p0 -b .GtkFunction
%patch4 -p0 -b .linking

%build
%setup_compile_flags
%make PREFIX=%{_prefix} LDFLAGS="%{ldflags}"

%install
%makeinstall_std

# menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=Change GTK-2.0 theme
Exec=%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=GTK;Utility;DesktopSettings;
EOF

# icons
cp %{SOURCE1} %{name}.png
mkdir -p %{buildroot}/%{_liconsdir}
convert %{name}.png -resize 48x48 %{buildroot}/%_liconsdir/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert %{name}.png -resize 32x32 %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert %{name}.png -resize 16x16 %{buildroot}/%{_miconsdir}/%{name}.png

# FDo icons
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/64x64/apps
convert %{name}.png -resize 64x64 %{buildroot}/%{_iconsdir}/hicolor/64x64/apps/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/48x48/apps
convert %{name}.png -resize 48x48 %{buildroot}/%{_iconsdir}/hicolor/48x48/apps/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/32x32/apps
convert %{name}.png -resize 32x32 %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/16x16/apps
convert %{name}.png -resize 16x16 %{buildroot}/%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%files
%defattr(-,root,root)
%doc ChangeLog COPYING
%{_bindir}/%{name}
%{_datadir}/applications/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/%{name}.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-9
+ Revision: 20a9cb8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1866 |14cr|gtk-css-engine-0.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gtk-css-engine
%define version 0.3.1
%define release 3

%define libname %mklibname %{name}

%define gtkbinaryver %(if $([ -x %{_bindir}/pkg-config ] && pkg-config --exists gtk+-2.0); then pkg-config --variable=gtk_binary_version gtk+-2.0; else echo 0; fi)

Summary: CSS engine for Gtk 2.x
Name:    %{name}
Version: %{version}
Release: %{release}
URL: http://bzr-playground.gnome.org/~robsta/gtk-css-engine/
Source0: http://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.bz2
License: LGPLv2+
Group: 	 Graphical desktop/GNOME
Requires: %{libname} = %{version}
BuildRequires: pkgconfig(gtk+-2.0) >= 2.12
BuildRequires: librsvg-devel >= 2.16
BuildRequires: libccss-devel >= 0.5.0
BuildRequires: libccss >= 0.5.0

%description
This is a GTK theme engine that is configured with Cascading Style
Sheets instead of gtkrc files.

%package -n %{libname}
Summary: Library files for %{name}
Group: System/Libraries

%description -n %{libname}
Library files for %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%doc README NEWS AUTHORS
%{_sysconfdir}/gtk-css-engine/user-agent.css
%{_datadir}/themes/*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/*.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-3
+ Revision: 98afa67
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1867 |14cr|gtkdatabox-0.9.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.9.1
%define major 3
%define libname %mklibname %{name} %{api} %{major}
%define develname %mklibname %{name} -d

Summary:	A Gtk+-Widget for Fast Data Display
Name:		gtkdatabox
Version:	0.9.1.3
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.eudoxos.net/gtk/gtkdatabox/
Source0:	http://www.eudoxos.net/gtk/gtkdatabox/download/%name-%version.tar.gz
patch1:		gtkdatabox-0.9.1.1-gtk-2.22.patch
patch2:		gtkdatabox-0.9.1.1-gdk-deprecated.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	gtk-doc

%description
GtkDatabox is a widget for the Gtk+-library designed to display large
amounts of numerical data fast and easy. One or more data sets of
thousands of data points (X and Y coordinate) may be displayed and
updated in split seconds. The widget is therfore used in many scientific
and private projects that need to show quickly changing data "live".

GtkDatabox offers the ability to zoom into and out of the data and to
navigate through your data by scrolling. In addition to rulers and
a simple coordinate cross, GtkDatabox now also allows you to add one
(or even more) configurable grids like on an oscilloscope.

%package -n %{libname}
Summary:	A Gtk+-Widget for Fast Data Display
Group:		System/Libraries

%description -n	%{libname}
GtkDatabox is a widget for the Gtk+-library designed to display large
amounts of numerical data fast and easy. 

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package contains all necessary files to compile or develop
programs/libraries that use %{name}.

%prep
%setup -q
%patch1 -p1
%patch2 -p1

%build
autoreconf -fi
%configure2_5x --disable-static LIBS="-lm"
%make

%install
%makeinstall_std

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/lib%{name}-%{api}.so.%{major}
%{_libdir}/lib%{name}-%{api}.so.%{major}.*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/%name



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1.3-2
+ Revision: e3ab960
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1868 |14cr|gtkdive-0.71-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    gtkdive
%define version 0.71
%define release 8

%define title       GtkDive
%define longtitle   Buehlmann ZH-L16 model diving simulation

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        Buehlmann ZH-L16 model diving simulation
License:        GPL
Group:          Sciences/Other
URL:            http://mattzz.dyndns.org/twiki/bin/view/Projects/GtkDive
Source0:        http://mattzz.dyndns.org/twiki/pub/Projects/GtkDive/%{name}-%{version}.tar.bz2
Source1:        %{name}-16.png.bz2
Source2:        %{name}-32.png.bz2
Source3:        %{name}-48.png.bz2
BuildRequires:  gtk+2-devel
BuildRequires:  libxml2-devel

%description
This program was written to learn about the Buehlmann ZH-L16 model that deals
with accumulation of inert gas in body tissues. Currently it compiles for
GNU/Linux.

Do not use this to plan any dive! 

%prep
%setup -q
bzcat %{SOURCE1} > %{name}-16.png
bzcat %{SOURCE2} > %{name}-32.png
bzcat %{SOURCE3} > %{name}-48.png

%build
%configure LIBS="-lm"
%make

%install
%makeinstall

# icons
install -D -m 644 %{name}-48.png %{buildroot}%{_liconsdir}/%{name}.png 
install -D -m 644 %{name}-32.png %{buildroot}%{_iconsdir}/%{name}.png 
install -D -m 644 %{name}-16.png %{buildroot}%{_miconsdir}/%{name}.png 

# menu entry

install -d -m 755 %{buildroot}%{_datadir}/applications
cat >  %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=%{title}
Comment=%{longtitle}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=GTK;-MandrivaLinux-MoreApplications-Sciences-Other;Science
EOF

%find_lang %{name} || touch %{name}.lang

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING INSTALL ChangeLog README
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.71-8
+ Revision: e2e4800
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1869 |14cr|gtk-equinox-engine-1.50-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	equinox-gtk-engine
%define name	gtk-equinox-engine
%define version	1.50
%define release 2

%define libname %mklibname %{name}

%define gtkbinaryver %(if $([ -x %{_bindir}/pkg-config ] && pkg-config --exists gtk+-2.0); then pkg-config --variable=gtk_binary_version gtk+-2.0; else echo 0; fi)

Summary:	Equinox engine for Gtk 2.x
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{tarname}.tar.gz
Source1:	equinox-themes.tar.gz
patch1:		equinox-gtk-engine-1.50.glibh.patch
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://www.gnome-look.org
Requires:	%{libname} = %{version}
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.12

%description
A heavily modified version of the beautiful Aurora engine.

%package -n %{libname}
Summary:    Library files for %{name}
Group:	    System/Libraries
Provides:   %{libname} = %{version}
Requires:   gtk+2.0

%description -n %{libname}
Library files for %{name}.

%prep
%setup -q -n equinox-1.50
%apply_patches
chmod u-x src/*

%build
%configure2_5x --enable-animation
%make

%install
%makeinstall
%__mkdir -p %{buildroot}%{_datadir}/themes
%__tar zfx %SOURCE1 -C %{buildroot}%{_datadir}/themes

# Fix bug 56215:
#sed -i 's/\(^.*odd_row_color.*\)/\#\1/' %{buildroot}%{_datadir}/themes/Aurora*/gtk-2.0/gtkrc

%files
%defattr(644,root,root,755)
%doc README COPYING ChangeLog AUTHORS
%{_datadir}/themes/*

%files -n %{libname}
%defattr(755,root,root,755)
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/*.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50-2
+ Revision: ee4324e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1870 |14cr|gtk+extra-3-3.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3.0
%define major 1
%define libname %mklibname gtkextra-x11_ %{api} %{major}
%define devname %mklibname gtkextra-x11_ %{api} -d

Summary:	Extra gtk+2 widget
Name:		gtk+extra-3
Version:	3.0.1
Release:	3
License:	GPLv2+
Group:		Development/Other
Url:		http://gtkextra.sourceforge.net/
Source0:	http://nchc.dl.sourceforge.net/sourceforge/scigraphica/gtk+extra-%{version}.tar.gz
Patch0:		gtk+extra-3.0.1-glibh.patch
Patch1:		gtk+extra-3.0.1-printf.patch
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk-doc)

%description
Extra gtk2 widget.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}gtk+extra-3_3.0 < 3.0.1-2
Obsoletes:	%{_lib}gtk+extra-3_3.0 < 3.0.1-2

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libgtk+extra-3.

%files -n %{libname}
%{_libdir}/libgtkextra-x11-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use libgtk+extra-3
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}gtk+extra-3_3.0 < 3.0.1-2
Conflicts:	%{_lib}gtk+extra-3_3.0-devel < 3.0.1-2
Obsoletes:	%{_lib}gtk+extra-3_3.0-devel < 3.0.1-2

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use libgtk+extra-3.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libgtkextra-x11-%{api}.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/gtkextra/*

#----------------------------------------------------------------------------

%prep
%setup -q -n gtk+extra-%{version}
%patch0 -p2 -b .glibh
%patch1 -p2 -b .printf

%build
autoreconf -vif
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.1-3
+ Revision: f839068
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1871 |14cr|gtkfind-1.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A graphical file finding program
Name:		gtkfind
Version:	1.1
Release:	14
License:	GPLv2+
Group:		File tools
Source0:	%{name}-%{version}.tar.bz2
Url:		http://www.oz.net/~mattg/download.html
BuildRequires:	man
BuildRequires:	xterm
BuildRequires:	pkgconfig(gtk+)

%description
gtkfind is a graphical file finding program, written by Matt Grossman
<mattg@oz.net> and distributed under the terms of the GNU GPL. It
requires X and the freely distributable (GPL) gtk toolkit to run.

%files
%doc README COPYING INSTALL
%{_bindir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m 755 gtkfind %{buildroot}%{_bindir}
install -m 444 gtkfind.1 %{buildroot}%{_mandir}/man1

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name}
Name=Gtkfind
Comment=Graphical file finding program
Icon=file_tools_section
Categories=X-MandrivaLinux-System-FileTools;System;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-14
+ Revision: a020d39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1872 |14cr|gtkgep-0.2.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Real-time guitar effects
Name:		gtkgep
Version:	0.2.3
Release:	9
License:	GPLv2+
Group:		Sound
Url:		http://gtkgep.prv.pl
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtk+)
Conflicts:	%{_lib}gtkgep0 < 0.2.3-9
Obsoletes:	%{_lib}gtkgep0 < 0.2.3-9

%description
GtkGEP turns your computer into a realtime effects processor. You can plug
your guitar into the computer and play with cool distortion effects, for
example. It has a modular plugin structure, with standard plugins including
distortion, overdrive, delay, reverb, equalizers, and a flanger. It works in
16-bit resolution, in mono mode, and with frequencies from 11khz to 44khz.
The sound quality is very good.

%files
%doc README COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%dir %{_libdir}/%{name}-%{version}
%dir %{_libdir}/%{name}-%{version}/plugins
%{_libdir}/%{name}-%{version}/plugins/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
perl -p -i -e 's;/usr/local/lib;%{_libdir};g' gtkgep_main.c

%build
autoreconf -fi
%configure2_5x

%make

%install
%makeinstall_std

# --disable-static doesn't work here
rm -f %{buildroot}%{_libdir}/*.a

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=sound_section
Name=GTK Guitar Effects
Comment=Realtime effects
Categories=Audio;
EOF


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.3-9
+ Revision: 13d9dee
- Merge library package because it was wrong, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1873 |14cr|gtkglarea-1.2.3-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname %{name} %major
%define develname %mklibname %{name} -d

Summary:	OpenGL widget for GTK+ 1.2
Name:		gtkglarea
Version:	1.2.3
Release: 	15
License:	LGPL
Group:		System/Libraries
URL:		http://www.student.oulu.fi/~jlof/gtkglarea/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		gtkglarea-1.2.3-fix-underquoted-calls.patch
patch1:		gtkglarea-1.2.3.printf.patch
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+)
BuildRequires:	libtool

%description
Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl which
is basically wrapper around GLX functions. The widget itself is very similar
to GtkDrawingArea widget and adds only three extra functions.

Lower level gdkgl functions make it easy to render on any widget that has
OpenGL capable visual, rendering to off-screen pixmaps is also supported.

%package -n	%{libname}
Summary:        OpenGL widget for GTK+ GUI toolkit
Group:          System/Libraries
Provides:	%{name}
Obsoletes:	%{name} = %{version}-%{release}

%description -n	%{libname}
Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl which
is basically wrapper around GLX functions. The widget itself is very similar
to GtkDrawinigArea widget and adds only three extra functions.

Lower level gdkgl functions make it easy to render on any widget that has
OpenGL capable visual, rendering to off-screen pixmaps is also supported.

%package -n	%{develname}
Summary:	Development libraries for GtkGLArea
Group:		Development/GNOME and GTK+
Requires:	%{libname} >= %{version}
Provides:	%{name}-devel = %{version}-%{release} 
Provides:	lib%{name}-devel
Obsoletes:	%{mklibname gtkglarea 5 -d}

%description -n	%{develname}
Libraries and includes files you can use for GtkGLArea development.

%prep
%setup -q
%patch0 -p1 -b .underquoted
%patch1 -p1 -b .printf

%build
autoreconf -fis
%configure
%make

%install
%makeinstall

%files -n %{libname}
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-, root, root)
%doc docs/*.txt
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/*
%{_datadir}/aclocal/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-15
+ Revision: 3a847ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1874 |14cr|gtkglextmm-1.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	api	1.2
%define	gdkname	%mklibname gdkglextmm-x11_ %{api} %{major}
%define	gtkname	%mklibname gtkglextmm-x11_ %{api} %{major}
%define	devname	%mklibname gtkglextmm-x11_ %{api} -d

Summary:	Libraries for the gtkglextmm package
Name:		gtkglextmm
Version:	1.2.0
Release:	6
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.k-3d.org/gtkglext/Main_Page
Source0:	http://downloads.sourceforge.net/gtkglext/%{name}-%{version}.tar.bz2
Patch0:		gtkglextmm-1.2.0-aclocal.patch
Patch1:		gtkglextmm-1.2.0-gtk2.20.patch
Patch2:		gtkglextmm-1.2.0-gtk2.36.patch
Patch3:		gtkglextmm-1.2.0-gtk2.37.patch
BuildRequires:	doxygen
BuildRequires:	recode
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(gtkglext-1.0)

%description
Library and data files for the gtkglextmm package.

#----------------------------------------------------------------------------

%package -n	%{gdkname}
Summary:	Dynamic libraries from gtkglextmmO
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Conflicts:	%{_lib}gtkglextmm0 < 1.2.0-5

%description -n	%{gdkname}
Dynamic libraries from gtkglextmm.

%files -n %{gdkname}
%{_libdir}/libgdkglextmm-x11-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{gtkname}
Summary:	Dynamic libraries from gtkglextmmO
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Conflicts:	%{_lib}gtkglextmm0 < 1.2.0-5
Obsoletes:	%{_lib}gtkglextmm0 < 1.2.0-5

%description -n	%{gtkname}
Dynamic libraries from gtkglextmm.

%files -n %{gtkname}
%{_libdir}/libgtkglextmm-x11-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Header files and static libraries from gtkglextmm
Group:		Development/C
Requires:	%{gtkname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}gtkglextmm-devel < 1.2.0-5
Obsoletes:	%{_lib}gtkglextmm-devel < 1.2.0-5

%description -n	%{devname}
Libraries and includes files for developing programs based on gtkglextmm.

%files -n %{devname}
%doc AUTHORS ChangeLog README
%doc %{_docdir}/gtkglextmm-1.2
%{_datadir}/aclocal/*.m4
%{_includedir}/*
%{_libdir}/libgdkglextmm-x11-%{api}.so
%{_libdir}/libgtkglextmm-x11-%{api}.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/gtkglextmm-1.2

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
recode l1..u8 AUTHORS README

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

#rpmlint reports an empty file
rm -f %{buildroot}%{_libdir}/gtkglextmm-1.2/proc/m4/convert_gtkglext.m4


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-6
+ Revision: 4093964
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1875 |14cr|gtk-gnutella-0.98.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gtk-gnutella
%define version	0.98.3
%define release	2
%define summary	Gnutella GTK client

Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Summary: 	%{summary}
License: 	GPLv2
Group: 		Networking/File transfer
Source0: 	http://downloads.sourceforge.net/project/gtk-gnutella/gtk-gnutella/%{version}/%{name}-%{version}.tar.bz2
Source1:	%{name}-remote-shell.txt.bz2
Source10:	%{name}.16.png
Source11:	%{name}.32.png
Source12:	%{name}.48.png
URL: 		http://gtk-gnutella.sourceforge.net
Buildrequires:	gtk+2-devel
Buildrequires:	libxml2-devel
BuildRequires:	gnutls-devel
BuildRequires:	glib2-devel
BuildRequires:	dbus-devel
BuildRequires:	zlib-devel
Buildrequires:	bison
Buildrequires:	byacc
Buildrequires:	gettext

%description
Gtk-gnutella is a client of Gnutella network (http://www.gnutella.com/).
It's a fully-featured servent, designed to share any type of file.
Gtk-gnutella implements compressed connections, ultrapeer and leaf 
nodes, Passive/Active Remote Queueing (PARQ), and other modern 
gnutella network features.

%prep
%setup -q -n %{name}-%{version}

%build
./Configure -Dprefix=%{_prefix}/ -Dbindir=%{_bindir}/ -Dprivlib=%{_datadir}/%{name}/ \
        -Dsysman=%{_mandir}/man1/ -Ucc="$CC" -Dccflags="-Wall $CFLAGS" \
        -Doptimize="%{optflags}" -Dgtkversion=2 -Dremotectrl=true \
        -Dofficial=true -ders 
#perl -p -i -e 's/SQuoTe\(a\)\"a/SQuoTe\(a\)\"a\"/g' config.h
#perl -p -i -e 's/EQuoTe\(a\)a\"/EQuoTe\(a\)\"a\"/g' config.h
#perl -p -i -e 's/usr\/local/usr/g' src/Makefile
%make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir} %{buildroot}/%{_mandir}/man1
make install INSTALL_PREFIX=%{buildroot}
chmod 755 %{buildroot}%{_bindir}/%{name}

# extra docs
bunzip2 -c %{SOURCE1} > remote-shell.txt

# icons
install -D -m 644 %{SOURCE10} %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 644 %{SOURCE11} %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{SOURCE12} %{buildroot}%{_liconsdir}/%{name}.png

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc README TODO AUTHORS LICENSE ChangeLog
%doc remote-shell.txt
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/gtk-gnutella.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.98.3-2
+ Revision: 8b7b07b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1876 |14cr|gtkguitune-0.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gtkguitune
%define version 0.8
%define release  5

Summary: Linux program for tuning guitars
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.geocities.com/harpin_floh/mysoft/%{name}-gtk2-%{version}.tar.gz
License: GPLv2+
Group: Sound
Url: http://www.geocities.com/harpin_floh/kguitune_page.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: gtkmm2.4-devel

%description
Guitune is a linux program for tuning guitars and other instruments
by using the method of Schmitt-triggering, i.e.
counting the number of triggerings between two trigger levels
in a certain amount of time.
Why not use FFT like many other tuning devices?
Well because other tuning devices are not as fast as mine !!

With FFT you need many samples to archieve the accuracy needed for tuning
instruments. You often get times of around 1 second between two measurements
and the computer is quite busy in this second calculating the FFT. Using
Schmitt-triggering you get a measurement every 10th of a second or even less
(depending on the sample frequency you use). Most of the time the computer
only waits for the samples.

The Trigger levels are adjustable. For a pure sine-wave the trigger levels
could be zero. But for a wave wth overtones like the one in the figure above
you need a non-zero triggerlevel. It is preadjusted to a level of 60% of the
current maximum which should be able to deal with most instruments.

%prep
%setup -q -n %name

%build
%configure2_5x
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%name.desktop << EOF
[Desktop Entry]
Version=1.0
Type=Application
Name=gtkGuitune
Categories=AudioVideo;GTK;Audio;
Comment=Tune your Guitar
TryExec=gtkguitune
Exec=gtkguitune
Icon=gtkguitune_logo
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdvver < 200900
%post
%update_icon_cache hicolor
%postun
%clean_icon_cache hicolor
%endif

%files
%defattr(-,root,root)
%doc AUTHORS NEWS README
%{_bindir}/gtkguitune
%_datadir/icons/hicolor/scalable/apps/guitune_logo.svg
%_datadir/applications/mandriva*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-5
+ Revision: 8915075
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1877 |14cr|gtkhotkey-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1

%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:		gtkhotkey
Version:	0.2.1
Release:	2
Summary:	Platform Independent Hotkey Handling for GTK+ Applications
License:	LGPLv3+
Group:		System/Libraries
Url:		http://launchpad.net/gtkhotkey/
Source0:		%{name}-%{version}.tar.bz2
Patch0:		gtkhotkey-glib-2.31.patch
Patch1:		gtkhotkey-0.2.1-linkage.patch
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)

%description
GtkHotkey is simple library offering a platform independent way for GTK+
applications to manage and bind desktop-wide hotkeys.

%package -n %{libname}
Summary:	Platform Independent Hotkey Handling for GTK+ Applications
Group:		System/Libraries

%description -n %{libname}
GtkHotkey is simple library offering a platform independent way for GTK+
applications to manage and bind desktop-wide hotkeys.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/GNOME and GTK+
Requires:	pkgconfig(glib-2.0)
Requires:	pkgconfig(gtk+-2.0)
Requires:	%{libname} = %{EVRD}

%description -n %{develname}
GtkHotkey is simple library offering a platform independent way for GTK+
applications to manage and bind desktop-wide hotkeys.  This package contains
all necessary include files and libraries needed to develop applications that
require these.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_prefix}/doc

%files -n %{libname}
%doc AUTHORS COPYING NEWS README
%{_libdir}/libgtkhotkey.so.%{major}*

%files -n %{develname}
%{_datadir}/gtk-doc/html/gtkhotkey
%{_includedir}/gtkhotkey-1.0/
%{_libdir}/libgtkhotkey.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: 757dd0e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1878 |14cr|gtk-iptables-0.5.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK-based frontend for iptables
Name:		gtk-iptables
Version:	0.5.1
Release:	5
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://gtk-iptables.sourceforge.net
Source0:	%{name}-%{version}.tar.bz2
Patch0:		gtk-iptables-0.5.1.printf.patch
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	gksu
Requires:	userspace-ipfilter

%description
Gtk-IPTables is a GTK-based frontend for iptables written in C. You can
create rules for all chains for Filter, NAT, and Mangle tables.

%files -f %{name}.lang
%doc README COPYING
%{_bindir}/gtkiptables
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .printf

%build
%configure2_5x
%make

%install
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=gksu gtkiptables
Icon=networking_configuration_section
Name=GTK-IPTables
Comment=IPTables Rules Configuration
Categories=Network;
EOF

%find_lang %{name} || touch %{name}.lang



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-5
+ Revision: e5e3ab7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1879 |14cr|gtklp-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GTK front-end for CUPS
Name:		gtklp
Version:	1.3.0
Release:	2
License:	GPLv2+
Group:		System/Configuration/Printing
Source0:	http://prdownloads.sourceforge.net/gtklp/%{name}-%{version}.src.tar.gz
Url:		http://gtklp.sourceforge.net/
Source1:	gtklp-icon48.png
Source2:	gtklp-icon32.png
Source3:	gtklp-icon16.png
Patch1:		gtklp-1.2.5-mdv-fix-str-fmt.patch
BuildRequires:	cups-common
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	cups

%description
A GTK front-end for CUPS.

%files -f %{name}.lang
%doc AUTHORS BUGS ChangeLog COPYING NEWS README TODO USAGE
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_miconsdir}/*.png
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .strfmt

sed -e '/DEF_BROWSER_CMD/{s:netscape:firefox:}' \
	-e '/DEF_HELP_HOME/{s:631/sum.html#STANDARD_OPTIONS:631/help/:}' \
	-i include/defaults.h

find . -perm 600 | xargs chmod 644

%build
autoreconf -fi
%configure2_5x --enable-forte
%make

%install
mkdir -p %{buildroot}/%{_datadir}/applications/
install -d %{buildroot}%{_liconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}

%makeinstall_std

# menu entry
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Name=GTK CUPS
Comment=GTK Frontend for CUPS
Exec=%{_bindir}/gtklp
Icon=gtklp
Categories=HardwareSettings;Settings;GTK;
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/gtklpq.desktop
[Desktop Entry]
Type=Application
Name=GTK Printer Queue
Comment=GTK Frontend to GTKlp CUPS Queue
Exec=%{_bindir}/gtklpq
Icon=gtklp
Categories=HardwareSettings;Settings;GTK;
EOF

# menu icon
install -m0644 %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png
install -m0644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -m0644 %{SOURCE3} %{buildroot}%{_miconsdir}/%{name}.png

# locales
%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-2
+ Revision: e152db0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1880 |14cr|gtkmathview-0.8.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname  %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	C++ rendering engine for MathML documents
Name:		gtkmathview
Version:	0.8.0
Release:	7
License:	GPLv3+
Group:		Networking/WWW
Url:		http://www.cs.unibo.it/helm/mml-widget/
Source0:	http://helm.cs.unibo.it/mml-widget/sources/%{name}-%{version}.tar.bz2
Source1:	gtkmathview.html.tar.bz2
Patch0: gtkmathview-0.8.0-cond-t1.patch
Patch1: gtkmathview-0.8.0-gcc43.patch
Patch2: gtkmathview-0.8.0-gcc44.patch
Patch3: gtkmathview-0.8.0-fix-link.patch
Patch4: gtkmathview-0.8.0-no-static.patch
Patch5: gtkmathview-0.8.0-gcc47.patch

BuildRequires:	xsltproc
BuildRequires:	t1lib-devel
BuildRequires:	popt-devel
#BuildRequires:	pkgconfig(gdome2-cpp-smart)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
Requires:	fonts-ttf-latex

%description
GtkMathView is a GTK Widget for rendering MathML documents.

%package -n %{libname}
Summary:   Libraries for gtkmathview
Group: System/Libraries

%description -n %{libname}
GtkMathView is a GTK Widget for rendering MathML documents.

%package -n %{develname}
Summary:  Libraries and include files for gtkmathview
Group:    Development/C++
Requires: %{libname} = %{version}
Provides: %{name}-devel = %{EVRD}

%description -n %{develname}
GtkMathView is a GTK Widget for rendering MathML documents.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p0
%patch3 -p0
%patch4 -p1
%patch5 -p1
# AM_BINRELOC missing, just ignore
echo 'AC_DEFUN([AM_BINRELOC], [])' > acinclude.m4

%build
autoreconf -fi
%configure2_5x \
	--disable-static

make

##Add updated html reference manual##
mkdir DATA.TMP
cd DATA.TMP
tar xjf %{SOURCE1}
cd ../../..

%install
%makeinstall_std
mkdir -p %{buildroot}/%_docdir/%{name}
cp -r DATA.TMP/%{name}.html %{buildroot}/%_docdir/%{name}

%files
%doc AUTHORS BUGS COPYING ChangeLog HISTORY INSTALL LICENSE NEWS README TODO
%config(noreplace) %{_sysconfdir}/gtkmathview/gtkmathview.conf.xml
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_libdir}/lib*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-7
+ Revision: 43ed0e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1881 |14cr|gtkmm2.4-documentation-2.24.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname gtkmm-documentation
%define api 2.4

Summary:	GTKmm reference manual and examples
Name:		gtkmm%{api}-documentation
Version:	2.24.1
Release:	4
License:	GPLv2+ and GFDL
Group:		Books/Other
Url:		http://gtkmm.sourceforge.net/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libglademm-2.4)
Requires:	gtkmm2.4-doc
BuildArch:	noarch

%description
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains all API documentation for gtkmm. You can readily read
this documentation with devhelp, a documentation reader.

%files -f gtkmm-tutorial.lang
%doc %{_datadir}/doc/gtkmm-%{api}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{pkgname}-%{version}

%build
./configure --prefix=%{_prefix}
make

%install
%makeinstall_std

%find_lang gtkmm-tutorial --with-gnome || touch gtkmm-tutorial.lang

#gw already in gtkmm2.4-doc
rm -rf %{buildroot}%{_datadir}/doc/gtkmm-%{api}/docs/{FAQ,images}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.24.1-4
+ Revision: c58d872
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1882 |14cr|gtkmm3.0-documentation-3.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname	gtkmm-documentation
%define api	3.0

Summary:	GTKmm reference manual and examples
Name:		gtkmm%{api}-documentation
Version:	3.4.1
Release:	2
License:	GPLv2+ and GFDL
Group:		Books/Other
URL:		http://gtkmm.sourceforge.net/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.xz
BuildArch: noarch
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtkmm-3.0)
Requires:	gtkmm3.0-doc

%description
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm3 wraps GTK+ 3.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains all API documentation for gtkmm. You can readily read
this documentation with devhelp, a documentation reader.

%prep
%setup -qn %{pkgname}-%{version}

%build
%configure2_5x \
	--build=%{_build}

%make

%install
%makeinstall_std

%find_lang gtkmm-tutorial --with-gnome

%files -f gtkmm-tutorial.lang
%doc %{_datadir}/doc/gtkmm-%{api}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.1-2
+ Revision: 2243d38
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1883 |14cr|gtkmotd-0.5-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.5
%define release  14
%define name gtkmotd

Summary: 	Message of the day display
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
License: 	GPL
URL: 		http://rhlx01.rz.fht-esslingen.de/gtkmotd/
Group: 		Toys
Source: 	%{name}-%{version}.tar.bz2
BuildRoot: 	%{_tmppath}/%{name}-buildroot
BuildRequires:	libgtk+-devel

%description
gtkmotd displays the message of the day as of /etc/motd to the user and
exits. It is useful to have in X11 startup scripts.

%prep
rm -rf $RPM_BUILD_ROOT

%setup

%build
%make

%install
%makeinstall

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application <<EOF
Exec=/usr/bin/gtkmotd
Name=Gtkmotd
Comment=Gtk version of motd
Icon=other_configuration
Categories=Settings;
EOF
 
%if %mdkversion < 200900
%post
%{update_menus}
%endif
 
%if %mdkversion < 200900
%postun
%{clean_menus} 
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%doc AUTHORS CHANGELOG COPYING README TODO
%{_bindir}/gtkmotd
%{_datadir}/applications/mandriva-*.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-14
+ Revision: 8f85a9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1884 |14cr|gtknetcat-0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Easy-to-use and handy GUI frontend of netcat (nc) command
Name:		gtknetcat
Version:	0.1
Release:	7
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://lxde.sourceforge.net/
Source0:	http://dfn.dl.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
BuildRequires:	intltool
BuildRequires:	pkgconfig(gnome-python-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	gnome-python
Requires:	netcat
Requires:	pygtk2.0-libglade

%description
Easy-to-use and handy GUI frontend of netcat (nc) command letting you
transfer files to another computer via direct wired connection.

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_libdir}/*.py
%{_datadir}/applications/*.desktop
%{python_sitelib}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-7
+ Revision: 736a312
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1885 |14cr|gtk-nodoka-engine-0.7.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gtk2version %(pkg-config gtk+-2.0 --modversion 2> /dev/null)
%define nogtk2 %(pkg-config gtk+-2.0 --modversion &> /dev/null; echo $?)

Name:           gtk-nodoka-engine
Version:        0.7.5
Release:        2
Summary:        The Nodoka GTK Theme Engine
Group:          Graphical desktop/GNOME
License:        GPLv2
URL:            http://fedoraproject.org/wiki/Artwork/NodokaTheme
Source0:        https://fedorahosted.org/released/nodoka/%{name}-%{version}.tar.gz
BuildRequires:  gtk2-devel >= 2.18
%if 0%{?nogtk2}
Requires:       gtk2
%else
Requires:       gtk2 >= %{?gtk2version}
%endif
Provides:       gtk2-nodoka-engine = %{version}-%{release}
Suggests:       gtk-nodoka-engine-extras

%description
Nodoka is a Murrine engine based gtk2 theme engine. The package is shipped with
a default Nodoka theme featuring the engine.

%package extras
Summary:   Extra themes for Nodoka Gtk2 theme engine
Group:     Graphical desktop/GNOME
Requires:  %{name} >= 0.6.90.1
Provides:  gtk2-nodoka-engine-extras = %{version}-%{release}
BuildArch: noarch

%description extras
This package contains extra themes for the Nodoka Gtk2 theme engine.

%prep
%setup -q

%build
%configure2_5x --with-gtk=2.0
%make

%install
rm -rf %{buildroot}
%makeinstall_std

#remove .la files
find %{buildroot} -name *.la | xargs rm -f

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING CREDITS NEWS README TODO
%{_libdir}/gtk-2.0/2.10.0/engines/libnodoka.so
%{_datadir}/themes/Nodoka

%files extras
%defattr(-,root,root,-)
%doc COPYING
%{_datadir}/themes/Nodoka-*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.5-2
+ Revision: 861e8af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1886 |14cr|gtkparasite-0-0.20131220gitbfd9f37.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define githash bfd9f37bd8219f576ddd5a062e2581c108e23a93
%define shorthash %(echo "%githash" | cut -c -7)

Name:           gtkparasite
Version:        0
Release:        %mkrel 0.20131220git%{shorthash}.1
Summary:        A GUI debugging tool for GTK+ applications

Group:          Development/Tools
License:        MIT
URL:            http://chipx86.github.io/gtkparasite/
# http://github.com/chipx86/gtkparasite/tarball/master/%{githash}
Source0:        chipx86-gtkparasite-%{shorthash}.tar.gz

BuildRequires:  gtk+3-devel gtksourceview-3.0-devel
# for gnome-autogen.sh:
BuildRequires:  gnome-common

%description
Parasite is a debugging and development tool that runs inside your GTK+
application's process. It can inspect your application, giving you detailed
information on your UI, such as the hierarchy, X window IDs, widget properties,
and more. You can modify properties on the fly in order to experiment with the
look of your UI.

But you can go further than that. You can actually modify your application
logic while the program is running! Parasite includes an embedded Python shell
that lets you write new code that directly interacts with your application's
UI, regardless of the language the application is written in. Create new
dialogs, attach temporary signal handlers to buttons, test out new logic, and
gather additional debug information.

If you've used Firebug, it's sort of like that, but for GTK+ applications. 

Usage:
$ GTK_MODULES=gtkparasite <appname>

%prep
%setup -qn chipx86-gtkparasite-%{shorthash}
./autogen.sh

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
rm $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules/*a

%files
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/gtk-3.0/modules/libgtkparasite.so


%changelog
* Thu Sep 04 2014 belonesox (Stas Fomin) <stas-fomin@yandex.ru> 0-0.20131220gitbfd9f37.1
+ Revision: fd55afd
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1887 |14cr|gtkpasman-0.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK passwords manager for system and network administrators
Name:		gtkpasman
Version:	0.12.1
Release:	2
License:	GPLv2+
Group:		File tools
Url:		http://gtkpasman.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/gtkpasman/%{name}-sources/%{version}/%{name}-%{version}.tar.xz
# Translations make ABF hang :-/
Patch0:		gtkpasman-0.12.1-no-locale.patch
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
Requires:	gnupg

%description
It is a graphical interface to manage the usage of passwords related to servers
or services, grouped by customers (plateforms, etc.) The purpose is to provide
system and network administrators a convenient tool to manage a passwords
knowledge base related to customers, servers, services...

It can help to retrieve passwords, or even connect to servers (ssh, telnet,
FTP...). Passwords will be kept in a gnupg crypted file. The structure of the
file is predefined, but very easy to edit and maintain. The gtk application
can switch between a discreet applet and a full list of containers.

%files
%doc README NEWS AUTHORS
%{_bindir}/gtkpasman
%{_datadir}/applications/gtkpasman.desktop
%{_datadir}/glib-2.0/schemas/gtkpasman.gschema.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.1-2
+ Revision: cd68e2d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1888 |14cr|gtk-recordmydesktop-0.3.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK fronted for recordmydesktop
Name:		gtk-recordmydesktop
Version:	0.3.8
Release:	6
License:	GPLv2+
Group:		Video
Url:		http://recordmydesktop.sourceforge.net
Source0:	http://downloads.sourceforge.net/recordmydesktop/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	desktop-file-utils
Requires:	recordmydesktop >= %{version}
BuildArch:	noarch

%description
Frontend for recordmydesktop tool.

%files -f gtk-recordMyDesktop.lang
%doc AUTHORS ChangeLog README
%{_bindir}/gtk-recordMyDesktop
%dir %{py_sitedir}/recordMyDesktop/
%{py_sitedir}/recordMyDesktop/*.py*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%configure2_5x

%make

%install
%makeinstall_std

#(tpg) handle icon extension
sed -i -e 's/^Icon=%{name}.png$/Icon=%{name}/g' %{buildroot}%{_datadir}/applications/*

desktop-file-install \
	--add-category="Video;GTK" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang gtk-recordMyDesktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.8-6
+ Revision: 3af4655
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1889 |14cr|gtk-sharp3-2.99.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gtk-sharp
%define monodir %{_prefix}/lib/mono

Summary:	C# language binding for the gtk+ 3.0 toolkit
Name:		gtk-sharp3
Version:	2.99.2
Release:	2
License:	LGPLv2
Group:		Development/C#
URL:		http://gtk-sharp.sourceforge.net/
Source0:	https://download.gnome.org/sources/gtk-sharp/2.99/%{oname}-%{version}.tar.xz
BuildRequires: pkgconfig(atk)
BuildRequires: pkgconfig(gio-2.0) >= 2.28.0
BuildRequires: pkgconfig(gobject-2.0) >= 2.28.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires: pkgconfig(mono) >= 2.8
BuildRequires: pkgconfig(pango)
BuildRequires:	monodoc

%description
Gtk-sharp is a C# language binding for the gtk+ 3.0 toolkit.

%package devel
Summary: C# code generation tools for %{name}
Group: Development/C#
Requires: %{name} = %{version}

%description devel
This contains the code generation tools of gtk-sharp. It is needed for building
C# wrappers for GObject APIs.

%package -n glib-sharp3
Summary:        C# binding for glib
Group:          Development/C#

%description -n glib-sharp3
Glib-sharp is a C# language binding for glib.

%package -n atk-sharp3
Summary:        C# binding for atk
Group:          Development/C#

%description -n atk-sharp3
Atk-sharp is a C# language binding for atk.

%package -n cairo-sharp3
Summary:	C# binding for cairo
Group:		Development/C#

%description -n cairo-sharp3
Cairo-sharp is a C# language binding for cairo.

%package -n pango-sharp3
Summary:        C# binding for pango
Group:          Development/C#

%description -n pango-sharp3
Pango-sharp is a C# language binding for pango.

%package doc
Summary:	Documentation for gtk-sharp
Group:		Development/C#
BuildArch:	noarch
Requires(post): mono-tools >= 1.1.9
Requires(postun): mono-tools >= 1.1.9

%description doc
Gtk-sharp is a C# language binding for the  gtk+ toolkit.
This package provides documentation for gtk-sharp. 

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%post doc
%{_bindir}/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
fi

%files
%{monodir}/gac/gdk-sharp
%{monodir}/gac/gtk-dotnet
%{monodir}/gac/gtk-sharp
%{monodir}/gtk-sharp-3.0/gdk-sharp.dll
%{monodir}/gtk-sharp-3.0/gtk-dotnet.dll
%{monodir}/gtk-sharp-3.0/gtk-sharp.dll
%{_libdir}/libgtksharpglue-3.so
%{_libdir}/pkgconfig/gtk-dotnet-3.0.pc
%{_libdir}/pkgconfig/gtk-sharp-3.0.pc
%{_libdir}/libmono-profiler-gui-thread-check.so*

%files -n glib-sharp3
%{monodir}/gac/gio-sharp
%{monodir}/gac/glib-sharp
%{monodir}/gtk-sharp-3.0/gio-sharp.dll
%{monodir}/gtk-sharp-3.0/glib-sharp.dll
%{_libdir}/libgiosharpglue-3.so
%{_libdir}/pkgconfig/gio-sharp-3.0.pc
%{_libdir}/pkgconfig/glib-sharp-3.0.pc

%files -n pango-sharp3
%{monodir}/gac/pango-sharp
%{monodir}/gtk-sharp-3.0/pango-sharp.dll
%{_libdir}/libpangosharpglue-3.so

%files -n cairo-sharp3
%{monodir}/gac/cairo-sharp
%{monodir}/gtk-sharp-3.0/cairo-sharp.dll

%files -n atk-sharp3
%{monodir}/gac/atk-sharp
%{monodir}/gtk-sharp-3.0/atk-sharp.dll
%{_libdir}/libatksharpglue-3.so

%files devel
%{_bindir}/gapi3-codegen
%{_bindir}/gapi3-fixup
%{_bindir}/gapi3-parser
%{_prefix}/lib/gapi-3.0/gapi-fixup.exe
%{_prefix}/lib/gapi-3.0/gapi-parser.exe
%{_prefix}/lib/gapi-3.0/gapi2xml.pl
%{_prefix}/lib/gapi-3.0/gapi_codegen.exe
%{_prefix}/lib/gapi-3.0/gapi_pp.pl
%{_libdir}/pkgconfig/gapi-3.0.pc
%{_datadir}/gapi-3.0/atk-api.xml
%{_datadir}/gapi-3.0/gdk-api.xml
%{_datadir}/gapi-3.0/gio-api.xml
%{_datadir}/gapi-3.0/glib-api.xml
%{_datadir}/gapi-3.0/gtk-api.xml
%{_datadir}/gapi-3.0/pango-api.xml
%{_datadir}/gapi-3.0/gapi.xsd

%files doc
%{_prefix}/lib/monodoc/sources/gtk-sharp-3-docs.source
%{_prefix}/lib/monodoc/sources/gtk-sharp-3-docs.tree
%{_prefix}/lib/monodoc/sources/gtk-sharp-3-docs.zip

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.99.2-2
+ Revision: 6465515
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1890 |14cr|gtkshots-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		sname	gtkShots

Name:		gtkshots
Version:	0.1
Release:	2
Summary:	An utility to capture screenshots continuously
Group:		Graphics
License:	GPLv2+
URL:		http://gtkshots.sourceforge.net
Source:		http://sourceforge.net/projects/gtkshots/files/%{name}/%{version}/%{sname}-%{version}.tar.gz
BuildRequires:	imagemagick
Requires:	pygtk2
Buildarch:	noarch

%description
GTKShots is a python/GTK application to capture screenshots continuosly.
It is a hand tool to automatically save the screenshots in a (un)specified
period of time, with the possibility to schedule it and to choose options
for each screenshot to be saved, such as the size, the parent folder and
the time interval between them.

GTKShots could be used for a lot of different aims, for instance to create
presentations, to monitor desktop activity, or for any other scope that
needs a screenshots sequence.

GTKShots is actually a GUI frontend to pyshots, my command-line python
script to do the same job. Thus, if you need to work on the terminal
sessions, you could take advantage of this.

%prep
%setup -q -n %{sname}-%{version}

%build
for N in 16 32 64 128; do convert %{name}.svg -resize ${N}x${N} $N.png; done

%install
mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/bash

pushd %{_datadir}/%{name}
python ./gtkshots.py \$@
popd
EOF

chmod 0755 %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_datadir}/%{name}
install -m 0644 gtkshots.glade %{buildroot}%{_datadir}/%{name}/
install -m 0755 gtkshots.py %{buildroot}%{_datadir}/%{name}/
install -m 0755 pyshots.py %{buildroot}%{_datadir}/%{name}/

install -D 16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D 32.png %{buildroot}%{_liconsdir}/%{name}.png
install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=gtkShots
Comment=An utility to capture screenshots continuously
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Graphics;
EOF

%files
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-2
+ Revision: b066e4b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1891 |14cr|gtksourceviewmm-3.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d "." -f -2)

%define api 3.0
%define major 0
%define libname %mklibname gtksourceviewmm %{api} %{major}
%define devname %mklibname gtksourceviewmm %{api} -d

Summary:	Source code viewing library
Name:		gtksourceviewmm
Version:	3.2.0
Release:	3
License:	LGPLv2+
Group:		Editors
Url:		http://www.gnome.org/
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	pkgconfig(gtkmm-3.0)
BuildRequires:	pkgconfig(gtksourceview-3.0)

%description
GtkSourceview is a library that adds syntax highlighting,
line numbers, and other programming-editor features.
GtkSourceView specializes these features for a code editor.

This package contains the C++ language bindings for GtkSourceview.

#--------------------------------------------------------------------

%package -n %{libname}
Summary:	Source code viewing library
Group:		System/Libraries

%description -n %{libname}
GtkSourceview is a library that adds syntax highlighting,
line numbers, and other programming-editor features.
GtkSourceView specializes these features for a code editor.

This package contains the C++ language bindings for GtkSourceview.

%files -n %{libname}
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/libgtksourceviewmm-%{api}.so.%{major}*

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and include files for GtkSourceView
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
GtkSourceView development files.

This package contains the C++ language bindings for GtkSourceview.

%files -n %{devname}
%doc %{_datadir}/doc/gtksourceviewmm-%{api}/
%{_datadir}/devhelp/books/gtksourceviewmm-%{api}
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/gtksourceviewmm*

#--------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.0-3
+ Revision: 6422dbe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1892 |14cr|gtkterm-0.99.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Serial port terminal
Name:		gtkterm
Version:	0.99.6
Release:	3
License:	GPLv2+
Group:		Communications
Url:		http://fedorahosted.org/gtkterm/
Source0:        http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
Patch2:		gtkterm-0.99.6-scrollback.patch
Patch5:		gtkterm-0.99.6-fix-str-fmt.patch
Patch7:		gtkterm-0.99.6-ubuntu-fixes.patch
BuildRequires:	bison
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(vte)
BuildRequires:	pkgconfig(zlib)

%description
Gtkterm is a simple GTK+ terminal used to communicate with a serial port.
It is has fewer features than minicom, but is designed to be as easy to
use as possible.

%files -f %{name}.lang
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch2 -p1 -b .scrollback
%patch5 -p0 -b .str
%patch7 -p1 -b .ubuntu

%build
%configure2_5x --disable-rpath

# Hack fix broken Makefile
sed -i 's|@MKINSTALLDIRS@|../mkinstalldirs|g' po/Makefile

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=GTKTerm
Comment=Serial port terminal
Exec=%{name}
Icon=terminals_section
Terminal=false
Type=Application
Categories=GTK;RemoteAccess;Network;
EOF

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99.6-3
+ Revision: e8821fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1893 |14cr|gtk-theme-greybird-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _buildnumber c7987a8
%define _revision 7
%define _name Greybird

Summary:	A Clean Minimalistic Theme for GNOME, XFCE, GTK+ 2 and 3
Name:		gtk-theme-greybird
Version:	0.4
Release:	3
Group:		Graphical desktop/GNOME
License:	GPL-2.0+ or CC-BY-SA-3.0
URL:		http://shimmerproject.org/project/greybird/
Source0:	shimmerproject-%{_name}-v%{version}-%{_revision}-g%{_buildnumber}.tar.gz
BuildArch:	noarch

%description
This theme for GTK2/3 and xfwm4/emerald/metacity started out on the basis of
Bluebird, but aims at reworking the intense blue tone to a more neutral
grey-ish look that will be more pleasant to look at in everyday use.

%package common
Summary:	A Clean Minimalistic Theme for GNOME, XFCE, GTK+ 2 and 3 -- Common Files

%description common
The Greybird theme for GTK2/3 and xfwm4/emerald/metacity started out on the
basis of Bluebird, but aims at reworking the intense blue tone to a more
neutral grey-ish look that will be more pleasant to look at in everyday use.

This package provides the files common to the GTK+ themes and the window
manager themes as well as background images.

%package -n gtk2-theme-greybird
Summary:	A Clean Minimalistic Theme for GNOME, XFCE, GTK+ 2 and 3 -- GTK+ 2 Support
Requires:	%{name}-common = %{version}
Requires:	murrine

%description -n gtk2-theme-greybird
This package provides the GTK+ 2 support of Greybird.

%package -n gtk3-theme-greybird
Summary:	A Clean Minimalistic Theme for GNOME, XFCE, GTK+ 2 and 3 -- GTK+ 3 Support
Requires:	%{name}-common = %{version}
Requires:	gtk-unico-engine

%description -n gtk3-theme-greybird
This package provides the GTK+ 3 support of Greybird.

%prep
%setup -qn shimmerproject-%{_name}-%{_buildnumber}

%build

%install
mkdir -p %{buildroot}%{_datadir}/themes/%{_name}
cp -a gtk-3.0 %{buildroot}%{_datadir}/themes/%{_name}
cp -a backdrops gtk-2.0 metacity-1 xfce-notify-4.0 xfwm4 xfwm4_compact \
	Greybird.emerald %{buildroot}%{_datadir}/themes/%{_name}

%files common
%doc README LICENSE.CC LICENSE.GPL
%dir %{_datadir}/themes/%{_name}/
%{_datadir}/themes/%{_name}/backdrops
%{_datadir}/themes/%{_name}/metacity-1
%{_datadir}/themes/%{_name}/xfce-notify-4.0
%{_datadir}/themes/%{_name}/xfwm4
%{_datadir}/themes/%{_name}/xfwm4_compact
%{_datadir}/themes/%{_name}/Greybird.emerald

%files -n gtk2-theme-greybird
%{_datadir}/themes/%{_name}/gtk-2.0

%files -n gtk3-theme-greybird
%{_datadir}/themes/%{_name}/gtk-3.0




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-3
+ Revision: a3c6c17
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1894 |14cr|gtk-theme-switch-1.0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gtk-theme-switch
%define version 1.0.1
%define release 9

Summary: 	Switch GTK themes on the fly
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Source0: 	gtk-theme-switch-1.0.1.tar.bz2
Patch1:		gtkts.patch
URL: 		http://www.muhri.net/nav.php3?node=gts
License: 	GPL
Group: 		Graphical desktop/GNOME
BuildRoot:      %{_builddir}/%{name}-buildroot
BuildRequires: 	gtk+1.2-devel

%description
Tiny GTK app to let you switch GTK1 themes on the fly.  Very handy if you 
are running Gnome2, which has no GUI to change GTK1 themes.  
NOTE: The binary is just called "switch".

%prep
%setup
%patch1

%build
%make
%install
install -d $RPM_BUILD_ROOT/usr
install -d $RPM_BUILD_ROOT/usr/share
install -d $RPM_BUILD_ROOT/usr/lib
install -d $RPM_BUILD_ROOT/usr/bin
install -d $RPM_BUILD_ROOT/usr/share/man/man1
install -d $RPM_BUILD_ROOT/usr/lib/menu
install switch $RPM_BUILD_ROOT/usr/bin
install switch.1 $RPM_BUILD_ROOT/usr/share/man/man1/gtk-theme-switch.1

# menu
mkdir -p %buildroot%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=switch
Icon=other_configuration
Categories=Settings;
Name=GTK Theme Switch
Comment=Change GTK1 Theme
EOF


%if %mdkversion < 200900
%post 
%{update_menus}
%endif


%if %mdkversion < 200900
%postun 
%{clean_menus}
%endif

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root,755)
%{_bindir}/switch
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-*.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-9
+ Revision: af8c187
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1895 |14cr|gtkwave-3.3.38-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gtkwave
Version:	3.3.38
Release:	3
Summary:	Electronic Waveform Viewer
License:	GPLv2+
Group:		Sciences/Other
Source0:	http://gtkwave.sourceforge.net/%{name}-%{version}.tar.gz
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
URL:		http://gtkwave.sourceforge.net/
BuildRequires:	gtk+2-devel
BuildRequires:	libxml2-devel
BuildRequires:	flex
BuildRequires:	gperf
BuildRequires:	bzip2-devel
BuildRequires:	zlib-devel
BuildRequires:	lzma-devel
BuildRequires:	tk-devel
BuildRequires:	tcl-devel
BuildRequires:	judy-devel

%description
GTKWave is a fully featured GTK+ based wave viewer for Unix and Win32 
which reads LXT, LXT2, VZT, and GHW files as well as standard Verilog 
VCD/EVCD files and allows their viewing. 

%prep
%setup -q

%build
%configure2_5x \
	--enable-judy \
	--enable-struct-pack
%make

%install
%makeinstall_std

# icons
install -D -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=GTKWave
Comment=Electronic Waveform Viewer
Exec=%{_bindir}/%{name} -n foo
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Engineering;
EOF

%files
%doc *.TXT doc examples
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_datadir}/icons/gnome/*/*
%{_datadir}/gtkwave
%{_datadir}/mime/packages/*
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/*.png
%{_liconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.38-3
+ Revision: 78b674d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1896 |14cr|gtk-xfce-engine-3.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gtkbinaryver %(if $([ -x %{_bindir}/pkg-config ] && pkg-config --exists gtk+-2.0); then pkg-config --variable=gtk_binary_version gtk+-2.0; else echo 0; fi)
%define gtk3binaryver 3.0.0
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Additional themes for Xfce desktop environment
Name:		gtk-xfce-engine
Version:	3.0.1
Release:	2
License:	GPLv3
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/gtk-xfce-engine/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	gtk+2-devel > 2.6.0
BuildRequires:	gtk+3-devel > 3.2.0
Conflicts:	gtk-engines2 < 2.18.1-2

%description
A default Xfce GTK+ themes.

%prep
%setup -q

%build
%configure2_5x --disable-static

%make

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/libxfce.so
%{_libdir}/gtk-3.0/%{gtk3binaryver}/theming-engines/libxfce.so
%{_datadir}/themes/Xfce*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.1-2
+ Revision: 68c386b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1897 |14cr|gts-0.7.6-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define api 0.7
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	3D modeling, animation, and rendering system
Name:		gts
Version:	0.7.6
Release:	12
License:	LGPLv2+
Group:		System/Libraries
Url:		http://gts.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/gts/%{name}-%{version}.tar.bz2
Patch0:		gts-0.7.6-fix-underlinking.patch
Patch1:		gts-0.7.6-netpbm.patch
%ifarch x86_64
BuildRequires:	chrpath
%endif
BuildRequires:	netpbm-devel
BuildRequires:	pkgconfig(glib-2.0)

%description
This is the GTS library. GTS stands for the GNU Triangulated
Surface Library. It includes a number of useful functions to deal with
triangulated surfaces including, but not limited to, multi-resolution
models, Delaunay and Constrained Delaunay triangulations, set operations on
surfaces (intersection, union etc ...), bounding-boxes trees for efficient
collision and intersection detection, triangle strips generation for fast
rendering.

%files
%doc AUTHORS README
%{_bindir}/gts2dxf
%{_bindir}/gts2oogl
%{_bindir}/gts2stl
%{_bindir}/gtscheck
%{_bindir}/stl2gts
%{_bindir}/transform
%{_bindir}/gtscompare
%{_bindir}/gtstemplate
%{_bindir}/delaunay
%{_bindir}/happrox

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libgts-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 0.7.6-12

%description -n %{devname}
Development headers and libraries for %{name}.

%files -n %{devname}
%{multiarch_bindir}/gts-config
%{_bindir}/gts-config
%{_includedir}/*.h
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/gts.pc
%{_datadir}/aclocal/gts.m4

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%ifarch x86_64
chrpath -d %{buildroot}%{_bindir}/delaunay
chrpath -d %{buildroot}%{_bindir}/gts2dxf
chrpath -d %{buildroot}%{_bindir}/gts2oogl
chrpath -d %{buildroot}%{_bindir}/gts2stl
chrpath -d %{buildroot}%{_bindir}/gtscheck
chrpath -d %{buildroot}%{_bindir}/gtscompare
chrpath -d %{buildroot}%{_bindir}/happrox
chrpath -d %{buildroot}%{_bindir}/stl2gts
chrpath -d %{buildroot}%{_bindir}/transform
%endif

%multiarch_binaries %{buildroot}%{_bindir}/gts-config


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.6-12
+ Revision: 86aec9f
- Move m4 file to devel package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1898 |14cr|gtvg-0.3-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gtvg
%define version 0.3
%define release  13

Name: %{name}
Summary: Gtvg - A Gnome TV Guide
Version: %{version}
Release: %{release}
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0: gtvg-0.3-libnotify0.7.patch
URL: http://gtvg.sourceforge.net/
License: GPL
Group: Graphical desktop/GNOME
BuildRequires: pkgconfig(libgnome-2.0)
BuildRequires: pkgconfig(libgnomecanvas-2.0)
BuildRequires: pkgconfig(libglade-2.0)
BuildRequires: pkgconfig(libnotify)
BuildRequires: intltool
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(gconf-2.0) GConf2
Requires: xmltv-grabbers

%description
Gtvg is a simple TV program schedule viewer, which allows you to quickly see 
what is on TV at the moment or later, and be reminded of when your favourite 
shows start.

It uses XMLTV as a backend to grab TV programs, but can be configured to use 
nxtvepg instead.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x --disable-schemas-install LIBS="-lm"
%make
										
%install
%makeinstall_std

desktop-file-install --vendor="" \
  --remove-category="Utility" \
  --remove-key="Encoding" \
  --remove-key="Version" \
  --remove-key="StartupNotify" \
  --add-category="X-MandrivaLinux-Multimedia-Video" \
  --dir %{buildroot}%{_datadir}/applications/ \
  %{buildroot}%{_datadir}/applications/*

rm -rf %{buildroot}/%{_prefix}/doc/%{name}
rm -f %{buildroot}%{_iconsdir}/hicolor/icon-theme.cache

%find_lang %{name}

%preun
%preun_uninstall_gconf_schemas "%{name}"

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-13
+ Revision: 84e0867
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1899 |14cr|gtweakui-0.4.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gTweakUI
Summary:        Extra configuration dialogues for gnome
Name:           gtweakui
Version: 0.4.0
Release:        10
Group:          Graphical desktop/GNOME
URL:            http://gtweakui.sourceforge.net/
License:        GPL
Source0:        http://prdownloads.sourceforge.net/gtweakui/%{oname}-%{version}.tar.bz2
BuildRequires:  pkgconfig(libgnomeui-2.0) >= 2.4.0
BuildRequires:  libglade2.0-devel
BuildRequires:  perl-XML-Parser
BuildRequires:  desktop-file-utils

%description
With gTweakUI you can configure the GNOME desktop using extra
configuration dialogs.

%prep
%setup -q -n %oname-%version

%build
%configure2_5x
%make
  
%install
rm -rf %{buildroot}
%makeinstall_std
%find_lang gTweakUI
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-System-Configuration-GNOME-Advanced" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files -f gTweakUI.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog NEWS README TODO FAQ
%{_bindir}/gtweakui-galeon
%{_bindir}/gtweakui-menus
%{_bindir}/gtweakui-session
%{_bindir}/gtweakui-nautilus
%_datadir/%oname
%{_datadir}/applications/gtweakui-galeon.desktop
%{_datadir}/applications/gtweakui-menus.desktop
%{_datadir}/applications/gtweakui-session.desktop
%{_datadir}/applications/gtweakui-nautilus.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-10
+ Revision: a5d176b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1900 |14cr|gtypist-2.8.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gtypist
%define version 2.8.3
%define release  4

Summary:	Universal typing tutor
Name:		%{name}
Version:	%{version}
Release:	%{release}
Group:		Text tools
License:	GPLv3+
URL: 		http://www.gnu.org/software/gtypist/gtypist.html
Source0: 	ftp://ftp.gnu.org/gnu/gtypist/%{name}-%{version}.tar.bz2
Buildrequires:	byacc bison pkgconfig(ncurses) binutils emacs
Obsoletes:	typist
Provides:	typist

%description
GNU Typist (also called gtypist) is a universal typing  tutor.  You  can
learn correct typing and improve your skills by practicing its exercises
on a regular basis.


%prep
%setup -q


%build
%configure2_5x
%make


%install

%makeinstall_std
%find_lang %{name}






%files -f %{name}.lang
%defattr(-,root,root,755)
%doc ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README THANKS TODO QUESTIONS
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%name/
%{_infodir}/%name.info*
%{_datadir}/emacs/site-lisp/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8.3-4
+ Revision: 082c125
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1901 |14cr|guake-0.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A drop-down terminal for Gnome Desktop Environment
Name:     	guake
Version:	0.4.4
Release:	2
License:	GPLv2+
Group:		Graphical desktop/GNOME
Source0: 	http://guake.org/files/%{name}-%{version}.tar.gz
URL:		http://guake.org
Requires:	pygtk2.0
Requires:	python-vte
Requires:	python-dbus
Requires:	python-notify
Requires:	gnome-python-gconf
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	GConf2
BuildRequires:	pygtk2.0-devel
BuildRequires:	python-vte
BuildRequires:	intltool

%description
Guake is a drop-down terminal for Gnome Desktop Environment, so you just
need to press a key to invoke him, and press again to hide.

%prep
%setup -q

%build
%configure2_5x \
	--disable-schemas-install \
	--disable-static
%make

%install
%makeinstall_std pythondir=%{py_platsitedir}

%{find_lang} %{name}

%preun
%preun_uninstall_gconf_schemas %{name}

%files -f %{name}.lang
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_bindir}/%{name}*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}*.desktop
%{_mandir}/man1/*
%{_datadir}/dbus-1/services/org.guake.Guake.service
%{_datadir}/pixmaps/%{name}
%{_iconsdir}/hicolor/*/apps/*png
%{py_platsitedir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-2
+ Revision: 47ecac6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1902 |14cr|guichan-0.8.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   1
%define api     0.8.1
%define libname %mklibname %{name} %{api} %{major}
%define develname %mklibname %{name} -d
%define staticdevelname %mklibname %{name} -d -s

Name:		guichan
Version:	0.8.2
Release:	5
Summary:	Portable C++ GUI library for games using Allegro, SDL and OpenGL

Group:		System/Libraries
License:	BSD
URL:		http://guichan.sourceforge.net
Source0:	http://guichan.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		guichan-0.8.2-mdv-fix-linkage.patch

BuildRequires:  allegro-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(gl)
BuildRequires:	nas-devel

%description
Guichan is a small, efficient C++ GUI library designed for games. It comes
with a standard set of widgets and can use several different objects for 
displaying graphics and grabbing user input.

%package -n %{libname}
Summary:        Shared library for %{name}
Group:          System/Libraries
Provides:       %{name} = %{version}-%{release}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{develname}
Summary:        Headers for developing programs that will use %{name}
Group:          Development/C++
Requires:       %{libname} = %{version}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%package -n %{staticdevelname}
Summary:        Static libraries for programs which will use %{name}
Group:          Development/C++
Requires:       %{develname} = %{version}
Provides:       %{name}-static-devel = %{version}-%{release}

%description -n %{staticdevelname}
This package contains the static libraries necessary for developing
programs which will use %{name}.

%prep
%setup -q
%patch0 -p1 -b .linkage

%build
autoreconf -f -i
%configure2_5x  --enable-sdl \
                --enable-sdlimage \
                --enable-opengl \
                --enable-allegro
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/lib%{name}*-%{api}.so.*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/lib%{name}*.so
%{_libdir}/pkgconfig/*.pc

%files -n %{staticdevelname}
%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-5
+ Revision: c93b664
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1903 |14cr|guidance-power-manager-4.4.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE power management applet
Name:		guidance-power-manager
Version:	4.4.0
Release:	7
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://websvn.kde.org/trunk/extragear/utils/guidance-power-manager
Source0:	http://fr2.rpmfind.net/linux/KDE/stable/%{version}/src/extragear/%{name}-%{version}.tar.bz2
BuildRequires:	python-dbus
BuildRequires:	python-kde4
BuildRequires:	python-sip
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xxf86vm)
Requires:	hal
Requires:	kdebase4-runtime
Requires:	pm-utils
Requires:	python-dbus
Requires:	python-kde4

%description
The package provides battery monitoring and suspend/standby triggers.
It is based on the powersave package and therefore supports APM and
ACPI. See powersave package for additional features such as CPU frequency
scaling(SpeedStep and PowerNow) and more

%files -f %{name}.lang
%{_kde_bindir}/guidance-power-manager
%{py_platsitedir}/ixf86misc.so
%{py_platsitedir}/xf86misc.py
%{_kde_appsdir}/guidance-power-manager
%{_kde_datadir}/autostart/guidance-power-manager.desktop

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.4.0-7
+ Revision: cf5d8d0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1904 |14cr|guile-lib-0.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Library of useful guile modules
Name:		guile-lib
Version:	0.2.1
Release:	3
License:	GPLv3
Group:		Development/Other
URL:		http://savannah.nongnu.org/projects/guile-lib
Source:		http://download.savannah.gnu.org/releases/guile-lib/%{name}-%{version}.tar.gz
BuildRequires:	texinfo
BuildRequires:	guile-devel
Requires:	guile >= 1.6
BuildArch:	noarch

%description
A set of various-purpose library modules for Guile. Covered areas include:

  * Unit testing framework ala JUnit
  * Logging system
  * String routines (wrapping, completion, soundex algorithm)
  * OS process chains (think "shell pipes in scheme")
  * ANSI escape sequence text coloring
  * SRFI-35 (conditions)

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std



%files
%doc {AUTHORS,ChangeLog,NEWS,README}
%{_infodir}/*.info*
%{_datadir}/guile/site/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-3
+ Revision: 2da1d75
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1905 |14cr|guitarix2-0.30.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package          %{nil}

%define ladspadir %{_libdir}/ladspa
%define lv2dir %{_libdir}/lv2

%define major 0
%define libgxw %mklibname gxw %{major}
%define libgxwmm %mklibname gxwmm %{major}

Summary:	Guitar effect processor for JACK
Name:		guitarix2
Version:	0.30.0
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://guitarix.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/guitarix/%{name}-%{version}.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	faust
BuildRequires:	eigen3
BuildRequires:	intltool
BuildRequires:	boost-devel
BuildRequires:	gettext-devel
BuildRequires:	ladspa-devel
BuildRequires:	libzita-convolver-devel
BuildRequires:	libzita-resampler-devel
BuildRequires:	pkgconfig(avahi-gobject)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gdkmm-2.4)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lrdf)
BuildRequires:	pkgconfig(lv2)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(lilv-0)

Requires:	%{name}-plugins-ladspa = %{EVRD}
Provides:	guitarix = %{EVRD}
Obsoletes:	%{_lib}gxw-devel < 0.28.1-2

%description
Guitarix is a simple Linux Rock Guitar Amplifier for the Jack Audio
Connektion Kit with one input and two outputs. Designed to get nice
thrash/metal/rock/blues guitar sounds. There are controls for bass,
middle, treble, gain (in/out), compressor, preamp, tube's, drive,
overdrive, oversample, anti-alias, fuzz, balance, distortion, freeverb,
impulse response, vibrato, chorus, delay , cry-baby(wah) and echo.

%files -f guitarix.lang
%doc README
%{_bindir}/guitarix
%{_datadir}/pixmaps/*.png
%{_datadir}/gx_head/skins/*.jpg
%{_datadir}/gx_head/skins/*.png
%{_datadir}/gx_head/skins/*.svg
%{_datadir}/gx_head/skins/*.rc
%{_datadir}/gx_head/skins/LV2/*.rc
%{_datadir}/gx_head/sounds/*
%{_datadir}/gx_head/builder/*
%{_datadir}/gx_head/factorysettings/*
%{_datadir}/applications/guitarix.desktop

#----------------------------------------------------------------------------

%package plugins-ladspa
Summary:	LADSPA plugins coming with guitarix2
Group:		Sound
Requires:	ladspa

%description plugins-ladspa
Guitarix is a simple Linux Rock Guitar Amplifier for the Jack Audio
Connektion Kit. This package includes the LADSPA plugins for the amp,
which can be used with other LADSPA hosts as well.

%files plugins-ladspa
%dir %{ladspadir}
%{ladspadir}/*.so
%{_datadir}/ladspa/rdf/*.rdf

#----------------------------------------------------------------------------

%package plugins-lv2
Summary:	LV2 plugins coming with guitarix2
Group:		Sound
Requires:	lv2

%description plugins-lv2
Guitarix is a simple Linux Rock Guitar Amplifier for the Jack Audio
Connektion Kit. This package includes the LV2 plugins for the amp,
which can be used with LV2 hosts.

%files plugins-lv2
%dir %{_libdir}/lv2
%{_libdir}/lv2/*
%{_datadir}/gx_head/skins/LV2/*.png

#----------------------------------------------------------------------------

%package -n %{libgxw}
Summary:	Libraries required for guitarix LV2 plugins
Group:		Sound
Conflicts:	%{_lib}gxw1 < 0.28.1-2
Obsoletes:	%{_lib}gxw1 < 0.28.1-2

%description -n %{libgxw}
Libraries required for guitarix LV2 plugins.

%files -n %{libgxw}
%{_libdir}/libgxw.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgxwmm}
Summary:	Libraries required for guitarix LV2 plugins
Group:		Sound
Conflicts:	%{_lib}gxw1 < 0.28.1-2
Obsoletes:	%{_lib}gxw1 < 0.28.1-2

%description -n %{libgxwmm}
Libraries required for guitarix LV2 plugins.

%files -n %{libgxwmm}
%{_libdir}/libgxwmm.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q -n guitarix-%{version}

%build
./waf configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--ladspadir=%{ladspadir} \
	--lv2dir=%{lv2dir}

./waf build

%install
./waf install --destdir=%{buildroot}
desktop-file-install \
	--remove-category="X-Jack;" \
	--remove-category="Midi;" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# These are not needed, we don't have header files to use
rm -f %{buildroot}%{_libdir}/libgxw.so
rm -f %{buildroot}%{_libdir}/libgxwmm.so

%find_lang guitarix


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-2
+ Revision: 483bbdb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1906 |14cr|gummiboot-38-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gummiboot
Version:        38
Release:        2
Summary:        Simple EFI Boot Manager
Group:          System/Configuration/Boot and Init
ExclusiveArch:  x86_64
License:        LGPLv2+
URL:            http://freedesktop.org/wiki/Software/gummiboot
# git clone git://anongit.freedesktop.org/gummiboot
# cd gummiboot/
# ./autogen
# ./configure
# make distcheck
Source0:        %{name}-%{version}.tar.xz
BuildRequires:  gnu-efi
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(blkid)
BuildRequires:  pkgconfig(libxslt)
BuildRequires:  docbook-style-xsl
BuildRequires:  xsltproc

%description
gummiboot is a simple UEFI boot manager which executes configured EFI
images. The default entry is selected by a configured pattern (glob)
or an on-screen menu.

gummiboot operates on the EFI System Partition (ESP) only. gummiboot
reads simple and entirely generic boot loader configuration files;
one file per boot loader entry to select from.

Configuration file fragments, kernels, initrds, other EFI images need
to reside on the ESP.

%prep
%setup -q

%build
%configure  --libexecdir=%{_prefix}/lib
%make

%install
%make_install

%post
/usr/bin/gummiboot update >/dev/null 2>&1 || :

%files
%doc README LICENSE
%{_bindir}/gummiboot
%{_mandir}/man8/*
%dir %{_prefix}/lib/gummiboot
%ifarch x86_64
%{_prefix}/lib/gummiboot/gummibootx64.efi
%endif

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 38-2
+ Revision: afb1899
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1907 |14cr|gupnp-tools-0.8.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	A collection of dev tools utilizing GUPnP and GTK+
Name:		gupnp-tools
Version:	0.8.9
Release:	2
License:	GPLv2+
Group:		Development/Other
Url:		http://www.gupnp.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(gnome-icon-theme)
BuildRequires:	pkgconfig(gssdp-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtksourceview-3.0)
BuildRequires:	pkgconfig(gupnp-1.0)
BuildRequires:	pkgconfig(gupnp-av-1.0)

%description
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible.

GUPnP-tools is a collection of developer tools utilizing GUPnP and GTK+.
It features a universal control point application as well as a sample
DimmableLight v1.0 implementation.

%files -f %{name}.lang
%doc AUTHORS README
%{_datadir}/%{name}
%{_bindir}/gssdp-discover
%{_bindir}/gupnp-network-light
%{_bindir}/gupnp-universal-cp
%{_bindir}/gupnp-av-cp
%{_bindir}/gupnp-upload
%{_datadir}/applications/gupnp-*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%find_lang %{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.9-2
+ Revision: 7fe9c43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1908 |14cr|gupnp-ui-0.1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} %{api} -d

Summary:	GUI for gupnp
Name:		gupnp-ui
Version:	0.1.1
Release:	6
License:	LGPLv2+
Group:		Networking/Other
Url:		http://gupnp.org/
Source0:	http://gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
Patch0:		gupnp-ui-0.1.1-format-strings.patch
BuildRequires:	pkgconfig(gssdp-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(gupnp-1.0)

%description
GUI for gupnp.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for gupnp-ui
Group:		System/Libraries
Conflicts:	%{_lib}gupnp-ui0 < 0.1.1-5
Obsoletes:	%{_lib}gupnp-ui0 < 0.1.1-5

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with gupnp-ui.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use gupnp-ui
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}gupnp-ui-devel < 0.1.1-5
Obsoletes:	%{_lib}gupnp-ui-devel < 0.1.1-5

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use gupnp-ui.

%files -n %{devname}
%{_libdir}/pkgconfig/gupnp-ui-%{api}.pc
%{_includedir}/gupnp-ui-%{api}/lib%{name}/*.h
%{_libdir}/lib%{name}-%{api}.so
%{_datadir}/gtk-doc/html/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --disable-static
%make LIBS="-lgupnp-1.0 -lgtk-x11-2.0 -lgobject-2.0 -lgssdp-1.0"

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-6
+ Revision: be798b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1909 |14cr|gupnp-vala-0.10.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define vala 0.11.3
Name:           gupnp-vala
Version:        0.10.3
Release:        2
Summary:        GUPnP is a uPnP framework. This adds vala language bindings
Group:          Development/Other
License:        LGPLv2+
URL:            http://www.gupnp.org/
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.xz
BuildRequires: vala-devel >= %vala
BuildRequires: vala-tools >= %vala
BuildRequires: vala >= %vala
BuildRequires: gssdp-devel >= 0.11
BuildRequires: gupnp-devel >= 0.13.3
BuildRequires: gupnp-av-devel >= 0.5.9
BuildRequires: gupnp-ui-devel
BuildRequires: libsoup-devel
Requires: pkgconfig
Requires: vala >= 0.9.5
BuildArch:	noarch

%description
GUPnP is an object-oriented open source framework for creating UPnP 
devices and control points, written in C using GObject and libsoup. 
The GUPnP API is intended to be easy to use, efficient and flexible. 

This package adds vala language bindings

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%check
make check

%files
%defattr(-,root,root,-)
%doc AUTHORS
%{_datadir}/vala/vapi/*
%{_libdir}/pkgconfig/gupnp-vala-1.0.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.3-2
+ Revision: cdd6d02
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1910 |14cr|gurlchecker-0.13.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Web page link validation program
Name:		gurlchecker
Version:	0.13.1
Release:	5
License:	GPLv2+
Group:		Networking/WWW
URL:		http://www.nongnu.org/gurlchecker/
Source0:	http://labs.libre-entreprise.org/frs/download.php/857/%{name}-%{version}.tar.gz
Patch0:		gurlchecker-0.13-tidydir.patch
Patch1:		gurlchecker-0.12-fix-str-fmt.patch
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd41-sgml
BuildRequires:	docbook-utils
BuildRequires:	gtk-doc
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	openjade
BuildRequires:	perl(XML::Parser)
BuildRequires:	tidy-devel
BuildRequires:	pkgconfig(gnet-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libcroco-0.6)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(sqlite3)

%description
gURLChecker is a graphical web link checker. It can work on a whole
site, a single local page or a browser bookmarks file.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*
%dir %{_datadir}/gtk-doc/html/%{name}
%{_datadir}/gtk-doc/html/%{name}/*
%{_datadir}/pixmaps/*
%{_mandir}/man1/*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .tidy
%patch1 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

#icons
mkdir -p %{buildroot}%{_iconsdir} \
	 %{buildroot}%{_liconsdir} \
	 %{buildroot}%{_miconsdir}
convert -geometry 48x48 ui/%{name}_icon.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 ui/%{name}_icon.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 ui/%{name}_icon.png %{buildroot}%{_miconsdir}/%{name}.png

%find_lang %{name}


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.13.1-5
+ Revision: ed8b814
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1911 |14cr|guvcview-1.7.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		guvcview
Version:	1.7.3
Release:	3
Summary:	GTK+ UVC Viewer and Capturer
Group:		Video
License:	GPLv3+
URL:		http://guvcview.sourceforge.net/
Source0:	http://sourceforge.net/projects/guvcview/files/source/%{name}-src-%{version}.tar.gz
Patch0:		%{name}-1.7.3-fix-linking.patch
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(sdl) >= 1.2.10
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(portaudio-2.0) >= 19
BuildRequires:	pkgconfig(libpulse) >= 0.9.15
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	ffmpeg-devel

%description
A simple GTK interface for capturing and viewing video from devices supported
by the Linux UVC driver, although it should also work with any v4l2 compatible
device.


%prep
%setup -qn %{name}-src-%{version}
%patch0 -p1
# Fix perms
chmod -x src/*
chmod -x {ChangeLog,configure.ac}
# Neeed by P0
autoreconf -vfi


%build
%configure --enable-pulse --disable-debian-menu
%make


%install
%makeinstall_std

desktop-file-install \
        --add-category='X-AudioVideoCapture' \
        --dir %{buildroot}%{_datadir}/applications \
        %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

mv %{buildroot}%{_datadir}/doc/%{name} _doc
rm _doc/INSTALL


%files -f %{name}.lang
%doc _doc/*
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/pixmaps/%{name}
%{_datadir}/applications/%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.3-3
+ Revision: 0a6a55d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1912 |14cr|gvolwheel-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gvolwheel
Version:	1.0
Release:	2
Summary:	Lightweight application to control the audio volume
License:	GPLv3+
Group:		Sound
Source:		http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
URL:		http://gvolwheel.sourceforge.net/
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	intltool

%description
GVolWheel is application which lets you control the volume easily
through a tray icon you can scroll on. Easily integrate with minimal
desktops (Openbox,IceWM,XFCE etc).

%prep
%setup -q

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

# remove installed doc, instead use %doc for it
%__rm -rf %{buildroot}%{_usr}/doc

# autostart
%__mkdir_p %{buildroot}%{_sysconfdir}/xdg/autostart
%__cat > %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop << EOF
[Desktop Entry]
Name=GVolWheel
Comment=Lightweight audio volume control application
Comment[ru]=Регулятор громкости
Exec=gvolwheel
Terminal=false
Type=Application
StartupNotify=false
EOF

%find_lang %{name}

%clean
%__rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc COPYING ChangeLog INSTALL README
%attr(755,root,root) %{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}
%{_sysconfdir}/xdg/autostart/%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 518252d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1913 |14cr|gwc-0.21.08-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gwc
%define gwc_version 0.21
%define gwc_subversion 08
%define release 5

Name:		%{name}
Version:	%{gwc_version}.%{gwc_subversion}
Release: 	%{release}
Summary: 	Audio restoration application
License: 	GPL
Group: 		Sound
URL: 		http://gwc.sourceforge.net/
Source0: 	http://downloads.sourceforge.net/gwc/%{name}-%{gwc_version}-%{gwc_subversion}.tar.bz2
Source1: 	%{name}_16.png
Source2: 	%{name}_32.png
Source3: 	%{name}_48.png
Patch0:		%{name}-0.21.08-fix-makefiles.patch
patch1:		gwc-0.21-08.nostrip.patch
BuildRequires: 	pkgconfig(fftw3)
BuildRequires: 	sndfile-devel
BuildRequires: 	db1-devel
BuildRequires: 	pkgconfig(libgnomeui-2.0)

%description
Gnome Wave Cleaner (GWC), is a tool for cleaning
up noisey audio files, in preparation for burning
to CD's.  The typical application is to record
the audio from vinyl LP's, 45's, 78's, etc to a
hard disk as a 16bit,stereo,44.1khz wave formated file,
and the use GWC to apply denoising and declicking
algorithms.

%prep
%setup -q -n %{name}-%{gwc_version}-%{gwc_subversion}
%patch0 -p 1
%patch1 -p1 -b .nostrip

%build
%configure2_5x
%make

%install
chmod go+r biquad.[ch]
%makeinstall_std

mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/applications

# Icons
mkdir -p ${RPM_BUILD_ROOT}{%_miconsdir,%_iconsdir,%_liconsdir}
install -m644 %{SOURCE1} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE2} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE3} -D %{buildroot}%{_liconsdir}/%{name}.png

# Menus
cat > ${RPM_BUILD_ROOT}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=GWC
GenericName=Gnome Wave Cleaner
GenericName[nl]=Gnome Audio Restauratie Gereedschap
Comment=Dehiss, denoise and declick WAV audio files
Comment[nl]=Ontruisen en 'declicken' van WAV audio bestanden
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Encoding=UTF-8
Categories=AudioVideo;Audio;AudioVideoEditing;
MimeType=audio/x-wav;
EOF

%files
%defattr(-,root,root)
%doc README COPYING Changelog
%doc %dir %{_datadir}/gnome/help/%{name}
%doc %dir %{_datadir}/gnome/help/%{name}/C
%doc %{_datadir}/gnome/help/%{name}/C/*
%{_bindir}/%{name}
%{_iconsdir}/gwc.png
%{_miconsdir}/gwc.png
%{_liconsdir}/gwc.png
%{_datadir}/pixmaps/gwc-logo.png
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.21.08-5
+ Revision: 3a8e1b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1914 |14cr|gwcc-0.9.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gwcc
%define version	0.9.8
%define release 7

Name: 	 	%{name}
Summary: 	Power user workstation and networking control center
Version: 	%{version}
Release: 	%{release}

Source0:		%{name}-%{version}.tar.bz2
URL:		http://gwcc.sourceforge.net/
License:	GPL
Group:		Graphical desktop/GNOME
BuildRequires:	pkgconfig 
BuildRequires:  imagemagick 
BuildRequires:  xpm-devel 
BuildRequires:  gtk-devel
BuildRequires:  gnome-libs-devel

%description
GWCC allows users to execute network utilities (ping, nslookup, traceroute),
workstation commands (netstat, df, lpr), and do cool things like process grep
from a single tabbed window. Command flags are highly configurable, results
windows are saveable and printable, and there is a System Stats tab showing
you process info, current users, Apache server status, Samba status, and
more.

%prep
%setup -q
mv src/prefs.c src/prefs.c.orig
echo '#include "errno.h"' > src/prefs.c
cat src/prefs.c.orig >> src/prefs.c

%build
%configure
%make
										
%install
%makeinstall_std

#menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=%{name}
Name=Gnome Workstation Command Center
Comment=Network and workstation tools
Categories=Settings;GTK;
EOF

#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
convert -size 48x48 pixmaps/desktop.xpm $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
convert -size 32x32 pixmaps/desktop.xpm $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
convert -size 16x16 pixmaps/desktop.xpm $RPM_BUILD_ROOT/%_miconsdir/%name.png

%find_lang %name || touch %{name}.lang

%files -f %{name}.lang
%defattr(-,root,root)
%doc README
%{_bindir}/%name
%{_datadir}/applications/mandriva-%name.desktop
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png
%{_datadir}/gnome/apps/Utilities/gnomewcc.desktop
%{_datadir}/pixmaps/%name




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.8-7
+ Revision: 529405d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1915 |14cr|gweled-0.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gweled
%define version 0.9.1
%define release 3

Summary: Clone of Bejeweled, align 3 crystals in a row to make them disappear
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://launchpad.net/%name/trunk/%version/+download/%{name}-%{version}.tar.gz
#open without mode will cause a build error
Patch0: gweled-0.9.1-fix-open.patch
License: GPLv2+
Group: Games/Puzzles
URL: https://launchpad.net/gweled
BuildRequires: librsvg-devel
BuildRequires: gtk+2-devel
BuildRequires: libmikmod-devel
BuildRequires: intltool
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
Gweled is a Gnome version of a popular PalmOS/Windows/Java game called
"Bejeweled" or "Diamond Mine". The aim of the game is to make
alignment of 3 or more gems, both vertically or horizontally by
swapping adjacent gems. The game ends when there are no possible moves
left.

%prep
%setup -q
%apply_patches

%build
export LDFLAGS="-export-dynamic"
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-,root,root)
%doc NEWS AUTHORS
%attr(2555, root, games) %_bindir/%name
%_datadir/applications/%name.desktop
%_datadir/sounds/%name
%_datadir/%name
%_datadir/pixmaps/%name
%_datadir/icons/hicolor/*/apps/%name.*
%attr(664, games, games) %_localstatedir/games/%name.*.scores




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-3
+ Revision: 035b969
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1916 |14cr|gwget-1.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_epiphany 0

Summary:	GUI Download manager using wget
Name:		gwget
Version:	1.0.4
Release:	5
License:	GPLv2+
Group:		Networking/File transfer
URL:		http://gwget.sourceforge.net/
Source:		http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
Patch0:		gwget-1.0.2-format-strings.patch
Patch1:		gwget-1.0.4-glib.patch
Patch2:		gwget-0.99-fix-dbus-name.patch
Patch3:		gwget-1.00-linkage.patch
Patch4:		gwget-1.0.4-epiphany-230.patch
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	intltool
BuildRequires:	automake
BuildRequires:	gnome-common
%if %{build_epiphany}
BuildRequires:	pkgconfig(epiphany-3.4)
%else
Obsoletes:	epiphany-gwget < %{version}-%{release}
%endif
Requires:	wget

%description
Gwget is a download manager for GNOME 2. It uses wget as a backend.
Currently, very basic wget options are available, supporting multiple
downloads, drag&drop and display the errors from wget process.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog README TODO
%{_bindir}/*
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_datadir}/dbus-1/services/*.service
%{_datadir}/gwget/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png

#---------------------------------------------------------------------------

%if %{build_epiphany}
%package -n epiphany-gwget
Summary:	Epiphany extension, using gwget as downloader
Group: 		Networking/File transfer
Requires:	gwget = %{version}
Requires:	epiphany

%description -n epiphany-gwget
Gwget is a download manager for GNOME 2. It uses wget as a backend.
Currently, very basic wget options are available, supporting multiple
downloads, drag&drop and display the errors from wget process.

This package contains an extension for epiphany, the GNOME web browser,
which allows the browser to use gwget as an external file downloader.

%files -n epiphany-gwget
%doc COPYING
%{_libdir}/epiphany/*/extensions/*
%endif

#---------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .format
%patch1 -p1 -b .glib
%patch2 -p1
%patch3 -p1
%patch4 -p0 -b .ep

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
%makeinstall_std

install -D -m 0644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 0644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 0644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 0644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m 0644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m 0644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# remove files not bundled
rm -rf %{buildroot}%{_prefix}/doc/ %{buildroot}%{_includedir}

%find_lang %{name} --with-gnome


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-5
+ Revision: d3d7fc8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1917 |14cr|gwibber-3.6.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'typelib\\(Unity\\)|typelib\\(MessagingMenu\\)'

%define major 3
%define libname %mklibname %{name} %{major}
%define libgtk %mklibname %{name}-gtk %{major}
%define girmajor 0.3
%define girname %mklibname %{name}-gir %{girmajor}
%define girgtk %mklibname %{name}-gtk-gir %{girmajor}
%define devname %mklibname %{name} -d

Summary:	An open source microblogging client for GNOME developed with Python and GTK
Name:		gwibber
Version:	3.6.0
Release:	5
License:	GPLv2+
Group:		Networking/Other
Url:		https://launchpad.net/gwibber
Source0:	http://launchpad.net/gwibber/3.6/%{version}/+download/gwibber-%{version}.tar.gz
Source1:	https://launchpad.net/gwibber-service-sina/trunk/0.9.1/+download/gwibber-service-sina-0.9.1.tar.gz
Patch0:		gwibber-3.6.0-drop-gtk2.patch
Patch1:		gwibber-3.6.0-desktop-file.patch
BuildRequires:	intltool >= 0.35.0
BuildRequires:	python-distribute
BuildRequires:	python-distutils-extra
BuildRequires:	vala >= 0.15
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(dee-1.0) >= 1.0.0
BuildRequires:	pkgconfig(gdk-3.0) >= 3.2
BuildRequires:	pkgconfig(gee-1.0)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0) >= 2.26
BuildRequires:	pkgconfig(glib-2.0) >= 2.26
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gobject-2.0) >= 2.26
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.2
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libaccounts-glib)
BuildRequires:	pkgconfig(libnotify) >= 0.7
BuildRequires:	pkgconfig(libsignon-glib)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(python)
Requires:	python-dbus
Requires:	python-httplib2
Requires:	python-imaging
Requires:	python-oauth
Requires:	python-simplejson
Requires:	python-sqlite2
Requires:	typelib(GnomeKeyring)
Requires:	typelib(Accounts)
Requires:	typelib(Signon)

%description
Gwibber is an open source microblogging client for GNOME developed with Python
and GTK. It supports Twitter, Jaiku, Identi.ca, Facebook, and Digg.

%files -f %{name}.lang
%doc AUTHORS README
%{_bindir}/*
%{_datadir}/%{name}
%{_libexecdir}/entry-c
%{_libexecdir}/entry-vala
%{_datadir}/applications/*.desktop
%{_datadir}/accounts/applications/gwibber.application
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/dbus-1/services/*
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/indicators/messages/applications/gwibber.indicator
%{py_puresitedir}/*
%{_datadir}/GConf/gsettings/*.convert
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Gwibber - shared library
Group:		System/Libraries

%description -n %{libname}
Gwibber - shared library.

%files -n %{libname}
%{_libdir}/libgwibber.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgtk}
Summary:	Gwibber - shared library
Group:		System/Libraries
Conflicts:	%{_lib}gwibber3 < 3.6.0-5

%description -n %{libgtk}
Gwibber - shared library.

%files -n %{libgtk}
%{_libdir}/libgwibber-gtk.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for Gwibber
Group:		Networking/Other
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for Gwibber.

%files -n %{girname}
%{_libdir}/girepository-1.0/Gwibber-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{girgtk}
Summary:	GObject Introspection interface description for Gwibber
Group:		Networking/Other
Requires:	%{libgtk} = %{EVRD}
Conflicts:	%{_lib}gwibber-gir0.3 < 3.6.0-5

%description -n %{girgtk}
GObject Introspection interface description for Gwibber.

%files -n %{girgtk}
%{_libdir}/girepository-1.0/GwibberGtk-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Gwibber
Group:		Networking/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libgtk} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Requires:	%{girgtk} = %{EVRD}

%description -n %{devname}
Development files for Gwibber.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/*.gir
%{_datadir}/vala/vapi/*.vapi
%{_datadir}/vala/vapi/*.deps

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0

find libgwibber-gtk -name *.c -delete

%build
# Fix libaccounts-glib dependency
sed -i 's/--pkg accounts/--pkg libaccounts-glib/' */Makefile.{am,in} */*/Makefile.{am,in}

%configure2_5x \
	--disable-static \
	--disable-spell \
	--disable-unity \
	--disable-schemas-compile
make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Mon Sep 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.6.0-5
+ Revision: 3c2841d
- Split library and gir packages according to our policy
- Disable parallel build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1918 |14cr|gwine-0.10.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'perl\\(Gwine::.*\\)'

Summary:	A Gnome application to manage your wine cellar
Name:		gwine
Version:	0.10.3
Release:	11
License:	GPLv2+
Group:		Databases
Url:		http://home.gna.org/gwine/index
Source0:	http://download.gna.org/gwine/%{name}-%{version}.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	scrollkeeper
BuildRequires:	shared-mime-info
BuildRequires:	perl-Gnome2
BuildRequires:	perl-Gnome2-GConf
BuildRequires:	perl-Gtk2-GladeXML
BuildRequires:	perl-Locale-gettext
BuildRequires:	perl-devel
Requires:	perl-Gnome2
Requires:	perl-Gnome2-GConf
Requires:	perl-Gtk2-GladeXML
Requires:	perl-Locale-gettext
Requires(post,postun):	scrollkeeper
Requires(post,postun):	shared-mime-info
BuildArch:	noarch

%description
Gwine is a Gnome application to manage your wine cellar.

%files -f %{name}.lang
%{_bindir}/%{name}
%{perl_vendorlib}/*
%{_mandir}/*/*
%{_datadir}/%{name}
%{_datadir}/omf/%{name}
%{_datadir}/gnome/help/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
make install DESTDIR=%{buildroot} PREFIX=%{_prefix} XDG_DATA_DIRS=%{buildroot}%{_datadir}

perl -pi -e 's,%{name}.png,%{name},g' %{buildroot}%{_datadir}/applications/*

rm -f %{buildroot}%{_datadir}/applications/mimeinfo.cache

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="Accessories" \
  --add-category="Database;Office" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}%{_liconsdir} %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir}
convert -geometry 48x48 pixmaps/%{name}.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 pixmaps/%{name}.png %{buildroot}%{_miconsdir}/%{name}.png

%find_lang %{name}

rm -rf %{buildroot}%{_localestatedir}/lib/scrollkeeper
rm -rf %{buildroot}%{_datadir}/mime

%check
make test

%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.3-11
+ Revision: 5152683
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1919 |14cr|g-wrap-1.9.14-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define modules_major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A tool for creating Scheme interfaces to C libraries
Name:		g-wrap
Version:	1.9.14
Release:	5
Epoch:		1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnucash.org
Source0:	http://download.savannah.gnu.org/releases/g-wrap/%{name}-%{version}.tar.gz
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(guile-2.0)
BuildRequires:	pkgconfig(libffi)
#BuildRequires:	automake1.9
Requires:	guile
Conflicts:	guile-lib

%description
g-wrap is a tool for creating Scheme interfaces to C libraries.  At
the moment it is most heavily focused on providing access to C
libraries from guile, but it also supports RScheme.

%files
%doc AUTHORS ChangeLog INSTALL NEWS README THANKS
%{_datadir}/guile/site/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for g-wrap
Group:		System/Libraries

%description -n %{libname}
g-wrap is a tool for specifying types, functions, and constants to
import into a Scheme interpreter, and for generating code (in C) to
interface these to the Guile and RScheme interpreters in particular.

%files -n %{libname}
%{_libdir}/*.so.%{major}*
%{_libdir}/%{name}/modules/*.so.%{modules_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries needed for g-wrap development
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
g-wrap is a tool for creating Scheme interfaces to C libraries.  At
the moment it is most heavily focused on providing access to C
libraries from guile, but it also supports RScheme.

You can provide access to a given C API by creating a specification
file describing the interface you want published at the Scheme level.
g-wrap will handle generating all the lower level library interface
code so that the C library shows up as a set of Scheme functions.

You should install this package if you need to compile programs that
need to use g-wrap C<->Scheme functionality

%files -n %{devname}
%{_bindir}/*
%{_includedir}/g-wrap-wct.h
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/%{name}/modules/*.so
%{_infodir}/%{name}*
%{_datadir}/aclocal/%{name}.m4
%{_libdir}/pkgconfig/g-wrap-2.0-guile.pc

#----------------------------------------------------------------------------

%prep
%setup -q

touch config.rpath
aclocal -I m4
autoconf
automake --add-missing

%build
# --disable-Werror required for gcc-4.3 & g-wrap-1.9.11:
# core-runtime.c:55: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result
%configure2_5x \
	--disable-static \
	--disable-Werror
make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.9.14-5
+ Revision: 09f22be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1920 |14cr|gwt-2.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gwt
Version:        2.5.1
Release:        2
Summary:        Google Web Toolkit
Group:          Development/Java
License:        ASL 2.0
URL:            http://www.gwtproject.org/
# git clone https://gwt.googlesource.com/gwt
# cd gwt
# git archive --format=tar --prefix=gwt-2.5.1/ -o gwt-2.5.1.tar 2.5.1
# xz gwt-2.5.1.tar
Source0:        gwt-%{version}.tar.xz
# svn checkout http://gwt-tools.googlecode.com/svn/trunk/ gwt-tools
# + Removal of unused files
# + Replacement of some .jar with links to system ones
Source1:	gwt-tools.tgz
Source2:	gwt-2.5.1.pom
Source3:	gwt-codeserver-2.5.1.pom
Source4:	gwt-dev-2.5.1.pom
Source5:	gwt-servlet-2.5.1.pom
Source6:	gwt-user-2.5.1.pom

BuildArch: noarch

BuildRequires:  jpackage-utils
BuildRequires:  java-devel
BuildRequires:  jcommon
BuildRequires:  ant
Requires:  java

%description
Google Web Toolkit.

%package javadoc
Group:          Documentation
Summary:        Javadoc for %{name}

%description javadoc
API documentation for %{name}.

%prep
%setup -q -a1

%build
export GWT_TOOLS=$(pwd)/gwt-tools
ant dist

%install
install -d -m 0755 %{buildroot}%{_javadir}/%{name}

# jars
for jar in ant-gwt gwt-api-checker gwt-codeserver gwt-dev gwt-doctool gwt-servlet-deps gwt-servlet gwt-soyc-vis gwt-user; do
	install -m 644 build/lib/$jar.jar %{buildroot}%{_javadir}/%{name}/$jar-%{version}.jar
	ln -s $jar-%{version}.jar %{buildroot}%{_javadir}/%{name}/$jar.jar
done

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms/
install %{SOURCE2} -m 644 %{buildroot}%{_datadir}/maven2/poms/%{name}.pom
install %{SOURCE3} -m 644 %{buildroot}%{_datadir}/maven2/poms/%{name}-codeserver.pom
install %{SOURCE4} -m 644 %{buildroot}%{_datadir}/maven2/poms/%{name}-dev.pom
install %{SOURCE5} -m 644 %{buildroot}%{_datadir}/maven2/poms/%{name}-servlet.pom
install %{SOURCE6} -m 644 %{buildroot}%{_datadir}/maven2/poms/%{name}-user.pom

install -d -m 0755 %{buildroot}%{_datadir}/%{name}
install -m 644 build/lib/gwt-benchmark-viewer.war %{buildroot}%{_datadir}/%{name}/benchmark-viewer-%{version}.war

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/out/doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%{_datadir}/%{name}/
%dir %{_javadir}/%{name}/
%{_javadir}/%{name}/*.jar
%{_datadir}/maven2/poms/*

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.1-2
+ Revision: d6585e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1921 |14cr|gwyddion-2.35-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 2
%define libname %mklibname %{name} %{api} %{major}
%define libgwyapp %mklibname gwyapp %{api} %{major}
%define libgwydgets %mklibname gwydgets %{api} %{major}
%define libgwydraw %mklibname gwydraw %{api} %{major}
%define libgwymodule %mklibname gwymodule %{api} %{major}
%define libgwyprocess %mklibname gwyprocess %{api} %{major}
%define devname %mklibname %{name} %{api} -d

Summary:	An SPM data visualization and analysis tool
Name:		gwyddion
Version:	2.35
Release:	3
License:	GPLv2+
Group:		Sciences/Other
Url:		http://gwyddion.net/
Source0:	http://prdownloads.sourceforge.net/gwyddion/%{name}-%{version}.tar.xz
Source1:	http://prdownloads.sourceforge.net/gwyddion/%{name}-%{version}.tar.xz.sig

BuildRequires:	python-numpy
BuildRequires:	ruby
BuildRequires:	bzip2-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	pkgconfig(IlmBase)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(minizip)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(unique-1.0)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(zlib)

%description
Gwyddion is a modular SPM (Scanning Probe Microsopy) data visualization and
analysis tool written with Gtk+.

It can be used for all most frequently used data processing operations
including: leveling, false color plotting, shading, filtering, denoising, data
editing, integral transforms, grain analysis, profile extraction, fractal
analysis, and many more.  The program is primarily focused on SPM data analysis
(e.g. data obtained from AFM, STM, NSOM, and similar microscopes).  However, it
can also be used for analysis of SEM (Scanning Electron Microscopy) data or any
other 2D data.

%files -f %{name}.lang
%{_bindir}/%{name}
%{_bindir}/%{name}-thumbnailer
%doc AUTHORS NEWS README THANKS
%{_datadir}/%{name}/
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/%{name}-thumbnailer.1*
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_libdir}/%{name}/modules/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/thumbnailers/gwyddion.thumbnailer
%{python_sitearch}/gwy.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for Gwyddion
Group:		System/Libraries

%description -n %{libname}
Shared library for Gwyddion and its modules.

%files -n %{libname}
%{_libdir}/lib%{name}%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgwyapp}
Summary:	Shared library for Gwyddion
Group:		System/Libraries
Conflicts:	%{_lib}gwyddion2_0 < 2.34

%description -n %{libgwyapp}
Shared library for Gwyddion and its modules.

%files -n %{libgwyapp}
%{_libdir}/libgwyapp%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgwydgets}
Summary:	Shared library for Gwyddion
Group:		System/Libraries
Conflicts:	%{_lib}gwyddion2_0 < 2.34

%description -n %{libgwydgets}
Shared library for Gwyddion and its modules.

%files -n %{libgwydgets}
%{_libdir}/libgwydgets%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgwydraw}
Summary:	Shared library for Gwyddion
Group:		System/Libraries
Conflicts:	%{_lib}gwyddion2_0 < 2.34

%description -n %{libgwydraw}
Shared library for Gwyddion and its modules.

%files -n %{libgwydraw}
%{_libdir}/libgwydraw%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgwymodule}
Summary:	Shared library for Gwyddion
Group:		System/Libraries
Conflicts:	%{_lib}gwyddion2_0 < 2.34

%description -n %{libgwymodule}
Shared library for Gwyddion and its modules.

%files -n %{libgwymodule}
%{_libdir}/libgwymodule%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgwyprocess}
Summary:	Shared library for Gwyddion
Group:		System/Libraries
Conflicts:	%{_lib}gwyddion2_0 < 2.34

%description -n %{libgwyprocess}
Shared library for Gwyddion and its modules.

%files -n %{libgwyprocess}
%{_libdir}/libgwyprocess%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers, libraries and tools for Gwyddion module development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libgwyapp} = %{EVRD}
Requires:	%{libgwydgets} = %{EVRD}
Requires:	%{libgwydraw} = %{EVRD}
Requires:	%{libgwymodule} = %{EVRD}
Requires:	%{libgwyprocess} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 2.34
Conflicts:	%{name}-devel < 2.34

%description -n %{devname}
Header files, libraries and tools for Gwyddion module and plug-in development.
This package also contains the API docmentation and sample plug-ins in various
programming languages.

%files -n %{devname}
%doc devel-docs/CODING-STANDARDS
%doc data/%{name}.vim
%{_includedir}/%{name}/
%{_datadir}/gtk-doc/html/*
%{_datadir}/gtksourceview-2.0/language-specs/pygwy.lang
%{_libdir}/*.so
%{_libdir}/pkgconfig/gwyddion.pc
%{_libdir}/%{name}/include/gwyconfig.h
# Plug-ins and plug-in devel stuff
%{_libdir}/%{name}/perl/
%{_libdir}/%{name}/python/
%{_libdir}/%{name}/ruby/
%{_libexecdir}/%{name}/plugins/

#----------------------------------------------------------------------------

%package thumbnailer-gconf
Summary:	GConf schemas for gwyddion-thumbnailer integration
Group:		Graphical desktop/GNOME
Requires:	%{name} = %{EVRD}

%description thumbnailer-gconf
GConf schemas that register gwyddion-thumbnailer as thumbnailer for SPM files
in GNOME and XFce.

%files thumbnailer-gconf
%{_sysconfdir}/gconf/schemas/gwyddion-thumbnailer.schemas

#----------------------------------------------------------------------------

%package thumbnailer-kde4
Summary:	KDE4 gwyddion thumbnailer module
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description thumbnailer-kde4
Gwyddion-thumbnailer based KDE thumbnail creator extension module for SPM
files.

%files thumbnailer-kde4
%{_libdir}/kde4/gwythumbcreator.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--without-pascal \
	--disable-rpath \
	--with-kde4-thumbnailer \
	--with-fftw3 \
	--with-gl \
	--enable-library-bloat
%make

%install
%makeinstall_std

%find_lang %{name}

# I cannot express this as %%files in a sensible manner, especially not when
# python byte-compilation kicks in.  Set permissions in the filesystem.
find %{buildroot}%{_libexecdir}/%{name} -type f -print0 | xargs -0 chmod 755
find %{buildroot}%{_libexecdir}/%{name} -type f -name \*.rgi -print0 | xargs -0 chmod 644

# Perl, Python, and Ruby modules are private, remove the Perl man page.
rm -f %{buildroot}%{_mandir}/man3/Gwyddion::dump.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.35-3
+ Revision: 3a3888b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1922 |14cr|gxemul-0.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gxemul
Version:	0.6.0
Release:	3
License:	BSD
Group:		Emulators
Summary:	Instruction-level machine emulator
URL:		http://gavare.se/gxemul/
Source0:	http://gavare.se/gxemul/src/%{name}-%{version}.tar.gz
patch0:		gxemul-0.6.0.cstdlib.patch
BuildRequires:	pkgconfig(x11)

%description
GXemul is an experimental instruction-level machine emulator. Several
emulation modes are available. In some modes, processors and
surrounding hardware components are emulated well enough to let
unmodified operating systems (e.g. NetBSD) run as if they were running
on a real machine.

Currently supported processors include ARM, MIPS, PowerPC, and SuperH.

%prep
%setup -q
%patch0 -p1 -b .cstdlib

%build
# inlining should help for this kind of emulation project
export CFLAGS="%{optflags} -finline-functions -O3"
./configure
%make

%install
install -m755 gxemul -D %{buildroot}%{_bindir}/gxemul
install -m644 man/gxemul.1 -D %{buildroot}%{_mandir}/man1/gxemul.1

%files
%defattr(-,root,root)
%doc LICENSE HISTORY README doc/* demos/
%{_bindir}/gxemul
%{_mandir}/man1/gxemul.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-3
+ Revision: dc41df5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1923 |14cr|gxine-0.5.908-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK+ frontend for the Xine multimedia player
Name:		gxine
Version:	0.5.908
Release:	2
License:	GPLv2+
Group:		Video
Url:		http://xine.sf.net
Source0:	http://prdownloads.sourceforge.net/xine/%{name}-%{version}.tar.xz
Patch0:		gxine-no-gnome-mime-registration.patch
BuildRequires:	xine-plugins
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libxine)
BuildRequires:	pkgconfig(mozjs185)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xext)
Requires:	xine-plugins

%description
This is a graphical frontend for Xine based on the GTK+ toolkit.

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_bindir}/gxine
%{_bindir}/gxine_client
%{_datadir}/applications/gxine.desktop
%{_datadir}/pixmaps/*
%{_datadir}/gxine/
%{_mandir}/man1/gxine.*
%{_mandir}/man1/gxine_client.*
%{_datadir}/icons/hicolor/64x64/apps/gxine.png
%lang(de) %{_mandir}/de/man1/gxine*
%lang(es) %{_mandir}/es/man1/gxine*

#----------------------------------------------------------------------------

%package mozilla
Summary:	Xine video player plugin for Mozilla
Group:		Video
Requires:	%{name} = %{EVRD}

%description mozilla
This is a video player plugin for Mozilla and compatible web browsers
based on the Xine engine.

%files mozilla
%{_libdir}/mozilla/plugins/gxineplugin.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-integration-wizard \
	--with-spidermonkey=%{_includedir}/js
%make JS_LIBS="-lmozjs185 -ldl -lm"

%install
%makeinstall_std

mkdir -p %{buildroot}%{_libdir}/mozilla/plugins
mv %{buildroot}%{_libdir}/gxine/gxineplugin.so %{buildroot}%{_libdir}/mozilla/plugins

%find_lang %{name} %{name}.theme %{name}.lang


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.908-2
+ Revision: 7253c3c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1924 |14cr|gxmessage-2.12.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gxmessage
%define version 2.12.4
%define release 3

Summary:	An xmessage substitute for gtk-2.0
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv3+
URL:		http://homepages.ihug.co.nz/~trmusson
Group:		Development/GNOME and GTK+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source:		http://homepages.ihug.co.nz/~trmusson/stuff/%name-%version.tar.gz
BuildRequires:	gtk+2-devel
BuildRequires:	intltool

%description
To quote from the xmessage manual page, xmessage is a program to
"display a message or query in a window." It returns an exit code based
on the user's response. gxmessage is a gtk-2.0 based clone of xmessage.


%prep
%setup -q


%build
%configure2_5x
%make

%install
%__rm -rf %buildroot
%makeinstall_std
%find_lang %name

%clean
%__rm -rf %buildroot

%files -f %name.lang
%defattr (0755,root,root,0755)
%_bindir/%name
%defattr (0644,root,root,0755)
%doc AUTHORS ChangeLog README
%_mandir/man1/%name.1*
%{_infodir}/gxmessage.info*
%{_iconsdir}/hicolor/*/apps/gxmessage.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.12.4-3
+ Revision: eaa89c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1925 |14cr|gxneur-0.17.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gxneur
Version:	0.17.0
Release:	3
License:	GPLv2
URL:		http://www.xneur.ru
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:  pkgconfig(libpcre)
BuildRequires:	%{_lib}xneur-devel = %{version}
BuildRequires:	pkgconfig(gconf-2.0)
Source0:	%{name}-%{version}.tar.gz
Patch0:		trayicon_unused_env.patch
Requires:	xneur = %{version}
Group:		System/X11
Summary:	X Neural Switcher - GTK2 interface

%description
X Neural Switcher (http://www.xneur.ru).
Automatical switcher of keyboard layout (GTK2 frontend).

%prep
%setup -n %{name}-%{version} -q
#% patch0 -p0

%build
./configure --prefix=/usr --libdir=%{_libdir}
%make

%install
%makeinstall
#small_hack
mkdir -p %{buildroot}%{_datadir}/%name/pixmaps/
pushd pixmaps
  for i in hicolor_apps_48x48_gxneur-*; do cp -f $i ${i/hicolor_apps_48x48_gxneur-/}; done
popd
cp -f pixmaps/ru.png %{buildroot}%{_datadir}/%name/pixmaps/ru\(winkeys\).png

install -dm 755 %{buildroot}%{_datadir}/applications
cat > %name.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=GXNeur
GenericName=X Neural Switcher
GenericName[ru]=Переключатель раскладок клавиатуры
Comment=Automatic keyboard layout switcher
Comment[ru]=Автоматический переключатель раскладок клавиатуры
Icon=%{_datadir}/%{name}/pixmaps/gxneur.png
Exec=gxneur --keyboard-properties="/usr/bin/kcmshell4 kcm_keyboard || /usr/bin/gnome-control-center"
Terminal=false
Type=Application
Categories=GTK;GNOME;Application;Utility;
StartupNotify=false
EOF
echo %{buildroot}%{_datadir}/applications/
install -m 0644 %name.desktop \
%{buildroot}%{_datadir}/applications/%name.desktop

#dirty hack for resolve conflict with hicolor-icon-theme

rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/*
%{_iconsdir}/*
%{_datadir}/%{name}/*
%{_datadir}/applications/*.desktop
#%{_datadir}/%{name}/glade/*
#%{_iconsdir}/hicolor/*/*
#%{_datadir}/%{name}/pixmaps/*.png
%{_mandir}/man1/*
#% {_gnomedir}/share/icons/hicolor/*

%changelog
* Thu Sep 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17.0-3
+ Revision: 64f30c5
- Fix desktop file, added Russian localization



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1926 |14cr|gxtuner-2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gxtuner
Summary:	A simple guitar and bass tuner for jack
Version:	2.1
Release:	2
License:	GPLv2
Group:		Sound
URL:		http://guitarix.sourceforge.net/
Source0:	http://sourceforge.net/projects/guitarix/files/gxtuner/%{name}-%{version}.tar.bz2
BuildRequires:	jackit-devel gtk+2-devel fftw3-devel libzita-resampler-devel

%description
A simple (linux) guitar and bass tuner for jack with full jack session
managment support

gxtuner use a equal-tempered scale based on

A4 = 440 Hz 

A4 reference pitch can adjusted at command line and/or runtime
in a half tone range: 415Hz <-> 467Hz

gxtuner use a default threshold level at 0.001 threshold can adjusted
at command line and/or runtime in a range of 0.001 <-> 0.5

%prep
%setup -q -n %name

%build
%setup_compile_flags
LDFLAGS="-lX11" make

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_datadir}/applications %{buildroot}%{_iconsdir}
make PREFIX=%{buildroot}%{_prefix} PIXMAPS_DIR=%{buildroot}%{_iconsdir} install

%files
%{_bindir}/gxtuner
%defattr(644,root,root,755)
%{_datadir}/applications/gxtuner.desktop
%{_iconsdir}/gxtuner.png
%doc README



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-2
+ Revision: 7c62c6e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1927 |14cr|gyachi-1.2.11-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GTK+ based Yahoo! Chat client
Version:	1.2.11
Name:		gyachi
Release:	5
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://sourceforge.net/projects/gyachi/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		gyachi-1.1.71-disable_doc_install.patch
Patch1:		gyachi-1.1.71-fix-linkage.patch
Patch2:		gyachi-1.1.71-fix-str-fmt.patch
Patch3:		gyachi-1.1.71-fix-gpgme-build.patch
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	gettext-devel
BuildRequires:	gpgme-devel
BuildRequires:	libmcrypt-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkspell-2.0)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(libgtkhtml-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(openssl)
Obsoletes:	gyach <= 0.9.8
Provides:	gyach = %{version}
Suggests:	plugin-pulseaudio

%description
GyachI is a GTK+ based Yahoo! Chat client. It is a continuation of
Gyach Enhanced, which was itself a fork of Gyach. GyachI supports
almost all of the features you would expect to find on the official
Windows Yahoo! client: Voice chat, webcams, faders, 'nicknames',
audibles, avatars, display images, and more.

%files -f %{name}.lang
%doc ChangeLog
%doc doc/txt/gyachi-help-short.txt doc/txt/jasper-memory-leak.patch.txt doc/txt/webcams.txt doc/txt/README
%doc doc/html/gyachi-help.html doc/html/gyachi-ylinks.html doc/html/HOWTO-SIP.html
%{_bindir}/%{name}*
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
%{_libdir}/%{name}-*
%{_libdir}/lib%{name}.so
%{_libdir}/%{name}/plugins/lib%{name}alsa.so
%{_datadir}/%{name}
%{_datadir}/applications/gyachi.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%package  	plugin-blowfish
Summary:	Blowfish encryption plugin for GyachI
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}

%description plugin-blowfish
%{summary}.

%files plugin-blowfish
%{_libdir}/%{name}/plugins/lib%{name}blowfish.so

#----------------------------------------------------------------------------

%package	plugin-gpgme
Summary:	GPGMe encryption plugin for GyachI
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}

%description plugin-gpgme
%{summary}.

%files plugin-gpgme
%{_libdir}/%{name}/plugins/lib%{name}gpgme.so

#----------------------------------------------------------------------------

%package	plugin-gtkspell
Summary:	Spell check plugin for GyachI
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}

%description plugin-gtkspell
%{summary}.

%files plugin-gtkspell
%{_libdir}/%{name}/plugins/lib%{name}gtkspell.so

#----------------------------------------------------------------------------

%package	plugin-mcrypt
Summary:	MCrypt encryption plugin for GyachI
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}

%description plugin-mcrypt
%{summary}.

%files plugin-mcrypt
%{_libdir}/%{name}/plugins/lib%{name}mcrypt.so

#----------------------------------------------------------------------------

%package	plugin-photosharing
Summary:	Photo sharing plugin for GyachI
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}

%description plugin-photosharing
%{summary}.

%files plugin-photosharing
%{_libdir}/%{name}/plugins/lib%{name}photos.so

#----------------------------------------------------------------------------

%package	plugin-pulseaudio
Summary:	PulseAudio plugin for GyachI
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}

%description plugin-pulseaudio
%{summary}.

%files plugin-pulseaudio
%{_libdir}/%{name}/plugins/lib%{name}pulseaudio.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .doc
%patch1 -p0 -b .link
%patch2 -p0 -b .str
%patch3 -p1 -b .gpgme

perl -pi -e 's,%{name}.png,%{name},g' %{name}.desktop

%build
./autogen.sh
export CPPFLAGS='-D_FILE_OFFSET_BITS=64'
export LDFLAGS='-lm'
%configure2_5x \
%ifarch x86_64
	--disable-wine \
%endif
	--disable-rpath --enable-maintainer-mode \
	--disable-plugin_libnotify \
	--enable-plugin_photo_album
%make

%install
%makeinstall_std
desktop-file-install --vendor="" \
  --add-category="GTK" \
  --remove-key="Encoding" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

install -m 644 -D themes/gyachi-classic/gyach-icon_32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 644 -D themes/gyachi-classic/gyach-icon_48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.11-5
+ Revision: 8a72ede
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1928 |14cr|gzrt-0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gzrt
Summary:	The gzip Recovery Toolkit
Version:	0.8
Release:	2
License:	GPLv2+
Group:		Archiving/Compression
BuildRequires:	zlib-devel
Source:		http://www.urbanophile.com/arenn/hacking/gzrt/%{name}-%{version}.tar.gz
URL:		http://www.urbanophile.com/arenn/hacking/gzrt/gzrt.html
%description
The gzip Recovery Toolkit attempts to automate the recovery of data
from corrupted gzip files (including tarballs) through a program called
gzrecover.

%prep
%setup -q

%build
%make

%install
%{__mkdir_p} %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1
cp -p gzrecover %{buildroot}%{_bindir}
cp -p gzrecover.1 %{buildroot}%{_mandir}/man1

%files
%doc ChangeLog README
%{_bindir}/gzrecover
%{_mandir}/man1/gzrecover.1*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-2
+ Revision: 631325b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1929 |14cr|h264enc-9.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		h264enc
Version:	9.4.1
Release:	2
Summary:	An interactive menu-driven frontend for mencoder
Group:		Sound
License:	GPLv2
URL:		http://h264enc.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/h264enc/h264enc/%{name}-%{version}.tar.gz
Requires:	mencoder
BuildArch:	noarch


%description
h264enc is an advanced and powerful interactive menu-driven shell
script written for the GNU/Linux operating system which can help you
to encode a DVD, a video file, a directory with video files or a (S)VCD
to the H.264/MPEG-4 Part 10/AVC video format using the MEncoder encoder
from the MPlayer project and the libx264 library. It supports muxing
the final encode from AVI to Matroska, from AVI to OGM, from AVI to TS
and from AVI to the MP4 container.


%prep
%setup -q
sed -i -e "s|^PREFIX=.*$||" \
  -e "s|^DOCDIR=.*$|DOCDIR=./installed-docs|" \
  -e 's|^MANDIR=.*$|MANDIR=$PREFIX/share/man/man1|' \
  ./install

sed -i -e "s|\r$||" matrices/eqm_avc_hr_matrix
sed -i -e "s|/usr/local|%{_prefix}|" doc/README.matrices

%build
echo "i'm a script"

%install
PREFIX="$RPM_BUILD_ROOT%{_prefix}" ./install
rm ./installed-docs/uninstall

%files
%doc ./installed-docs/*
%{_bindir}/h264enc
%{_mandir}/man1/h264enc.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 9.4.1-2
+ Revision: 145e8b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1930 |14cr|hackwhite_dune-0.31-0.beta556.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta 556

Summary:	A graphical VRML97 editor and animation tool (beta version)
Name:		hackwhite_dune
Version:	0.31
Release:	0.beta%{beta}.2
License:	GPLv2+
Group:		Graphics
Url:		http://vrml.cip.ica.uni-stuttgart.de/dune/
Source0:	http://vrml.cip.ica.uni-stuttgart.de/dune/white_dune-%{version}beta%{beta}.tar.gz
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	jpeg-devel
BuildRequires:	lesstif-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xmu)
Conflicts:	white_dune

%description
The dune program is a graphical VRML97 editor and animation tool.
VRML97 (Virtual Reality Modelling Language) is the ISO standard for
displaying 3D data over the web. It has support for animation, realtime
interaction and multimedia (image, movie, sound). VRML97 can be written
by popular programs like maya, catia, 3D Studio MAX, cinema4D and others.
Dune can read VRML97 files, display and let the user change the
scenegraph/fields. Some documentation how to use dune is included.
Beside some support for the VRML200x style nurbs node, dune has only a few
3D Modelling features. For artistic work, the usage of a static 3D modeller
with VRML97 export features is recommended. Examples for free/lowcost static
3D modellers available under Linux are sced, ppmodeler or ac3d.
Dune can load and store x3d (next generation VRML xml format) files,
if configured to work with the nist.gov x3d translators.
Advanced features of dune like the usage of 3Drevelator shutterglases with
the commercial Linux XIG X11 Server (DX/platium) require recompilation of
the source package.

%files
%doc docs
%{_bindir}/dune
%{_mandir}/man1/*
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n white_dune-%{version}beta%{beta}

%build
%configure2_5x

rm Makefile
cd src && make RPM_OPT_FLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1

install -m 755 bin/dune %{buildroot}/%{_bindir}/dune
install -m 644 man/dune.1 %{buildroot}%{_mandir}/man1/dune.1

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=A graphical VRML97 editor and animation tool
Exec=%{_bindir}/dune
Icon=graphics_section
Terminal=false
Type=Application
Categories=Graphics;3DGraphics;
EOF


%changelog
* Fri May 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.31-0.beta556.2
+ Revision: 6ec01e9
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1931 |14cr|haddock-2.13.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _cabal_setup Setup.lhs
%define _no_haddock 1

Summary:	Haddock documentation tool for annotated Haskell source code
Name:		haddock
Version:	2.13.2
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://www.haskell.org/haddock/
Source0:	http://hackage.haskell.org/packages/archive/%{name}/${version}/%{name}-%{version}.tar.gz
BuildRequires:	ghc-devel
BuildRequires:	alex
BuildRequires:	docbook-style-xsl
BuildRequires:	happy
BuildRequires:	xsltproc
BuildRequires:	haskell-macros
BuildRequires:	haskell(ghc-paths)
BuildRequires:	haskell(xhtml)
BuildRequires:	pkgconfig(libffi)
Requires:	ghc
Requires:	haskell(ghc-paths)
Requires:	haskell(xhtml)
Requires(post,preun):	ghc

%description
Haddock is a tool for automatically generating documentation from
annotated Haskell source code. It is primary intended for documenting
libraries, but it should be useful for any kind of Haskell code.

Haddock lets you write documentation annotations next to the
definitions of functions and types in the source code, in a syntax
that is easy on the eye when writing the source code (no heavyweight
mark-up). The documentation generated by Haddock is fully hyperlinked
-- click on a type name in a type signature to go straight to the
definition, and documentation, for that type.

Haddock can generate documentation in multiple formats; currently HTML
is implemented, and there is partial support for generating DocBook.
The generated HTML uses stylesheets, so you need a fairly up-to-date
browser to view it properly (Mozilla, Konqueror, Opera, and IE 6
should all be ok).

%files
%doc %{_docdir}/%{name}-%{version}
%doc doc/haddock/*
%{_datadir}/%{name}-%{version}/html
%{_datadir}/%{name}-%{version}/latex
%{_libdir}/%{name}-%{version}/*
%{_bindir}/haddock
%{_cabal_rpm_deps_dir}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%_cabal_build

cd doc
test -f configure || autoreconf
./configure
make html

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.13.2-3
+ Revision: 9ccfa70
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1932 |14cr|hal-0.5.14-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define expat_version           1.95.5
%define glib2_version           2.14.0
%define dbus_glib_version       0.70
%define dbus_version       0.90
%define dbus_python_version 0.71

%define lib_major 1
%define lib_name %mklibname %{name} %{lib_major}

%define develname %mklibname %{name} -d
%if %mdkversion < 200800
%define develname %mklibname %{name} %{lib_major} -d
%endif

%define prerel rc1.20090403
%define snapshot ~rc1+git20090403

%define git_url git://git.freedesktop.org/git/hal

Summary: Hardware Abstraction Layer
Name: hal
Version: 0.5.14
Release: 16
URL: http://www.freedesktop.org/Software/hal
Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2
Source1: 10-elantech-touchpad.fdi
# (fc) 0.2.97-3mdk fix start order (Mdk bug #11404)
# (aw) updated 0.5.11-8, messagebus has moved later
Patch3: hal-0.5.11-order.patch
# (couriousous) 0.5.5.1-4mdk add parallel init informations
Patch21: hal-0.5.11-pinit.patch
# (fc) 0.5.14-1mdv fix umount helper crash (GIT) (Mdv bug #57138)
Patch22: hal-0.5.14-fix-umount-crash.patch
# (fc) 0.5.14-3mdv fix input helper crash (GIT)
Patch23: hal-0.5.14-fix-input-crash.patch
# (bor) fix crash on unhandled rule (GIT) (mdv #60790)
Patch24: hal-0.5.14-do-not-crash-on-unhandled-rule.patch
Patch25: hal-0.5.14-libv4l_header_fix.diff
Patch45: hal-0.5.14-headers.patch	
Patch46: SOURCES/hal-udev-update.patch
Patch47: SOURCES/hal-libudev-events.patch

License: GPLv2 or AFL
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Requires(pre): rpm-helper
Requires(preun): rpm-helper
Requires(post): rpm-helper
Requires(post): chkconfig >= 1.3.37-3mdv
BuildRequires: expat-devel >= %{expat_version}
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
BuildRequires: libusb-devel
BuildRequires: libcap-devel
BuildRequires: python python-devel
BuildRequires: pciutils-devel
BuildRequires: zlib-devel
BuildRequires: popt-devel
BuildRequires: usbutils
BuildRequires: glibc-static-devel
BuildRequires: perl(XML::Parser)
BuildRequires: docbook-dtd412-xml
BuildRequires: intltool
BuildRequires: gtk-doc
BuildRequires: xmlto
BuildRequires: libblkid-devel
BuildRequires: libv4l-devel
Requires: dbus >= %{dbus_version}
Requires(post): %{lib_name} >= %{version}-%{release}
#needed to get pci.ids
Requires: pciutils 
#needed to get usb.ids
Requires: usbutils
# needed for luks support
Requires: cryptsetup-luks
Requires: %mklibname blkid 1

%description
HAL is daemon for collection and maintaining information from several
sources about the hardware on the system. It provides a live device
list through D-BUS.

%package -n %{lib_name}
Summary: Shared library for using HAL
Group: System/Libraries
Requires: %name >= %{version}-%{release}

%description -n %{lib_name}
HAL shared library.

%package -n %{develname}
Summary: Libraries and headers for HAL
Group: Development/C
Requires: %{name} = %{version}
Requires: %{lib_name} = %{version}
Provides: %{name}-devel = %{version}-%{release}
Provides: lib%{name}-devel = %{version}-%{release}
#gw got this from the pkgconfig file:
Requires: dbus-devel >= %{dbus_version}
Conflicts: hal < 0.5.10-0.rc2.3mdv2008.0
Conflicts: %{_lib}hal0-devel
%if %mdkversion >= 200800
Obsoletes: %{lib_name}-devel
%endif

%description -n %{develname}
Headers and static libraries for HAL.

%prep
%setup -q 
%patch3 -p1 -b .order
%patch21 -p1 -b .pinit
%patch22 -p1 -b .fix-umount-crash
%patch23 -p1 -b .fix-input-crash
%patch24 -p1 -b .fix-unhandled-rule-crash
%patch25 -p0 -b .libv4l_header_fix
%patch45 -p1 -b .include_headers
%patch46 -p1 -b .arch_udev_1
#%patch47 -p1 -b .arch_udev_2	
find -type f -iname '*.c' | xargs sed -i 's/\#include.*glib\/.*h>/\#include <glib.h>/'

%build

%define _libexecdir %{_libdir}/hal

%configure2_5x \
    --localstatedir=%{_var} \
    --with-udev-prefix=/lib \
    --without-macbook \
    --without-macbook-pro \
    --disable-policy-kit \
    --disable-console-kit \
    --disable-smbios \
    --disable-acl-management \
    --without-keymaps \
    --without-dell-backlight \
    

make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_var}/run/hald

%makeinstall_std

cat << EOF > %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/90-default-policy-mount-point-names.fdi
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --> 

<deviceinfo version="0.2">
  <device>
    <match key="info.category" string="volume">
	<match key="@block.storage_device:portable_audio_player.type" string="ipod">
      		<append key="volume.policy.desired_mount_point" type="string">ipod</append>
    	</match>
    	<match key="@block.storage_device:storage.drive_type" string="floppy">
		<append key="volume.policy.desired_mount_point" type="string">floppy</append>
	</match>
    </match>
  </device>
</deviceinfo>
EOF

# fix Mdv bug #41204
install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hal/fdi/policy/10osvendor
rm -f  %{buildroot}/lib/udev/rules.d/90-hal.rules

%clean
rm -rf %{buildroot}

%triggerpostun -- hal < 0.5.11-8
/sbin/chkconfig --del haldaemon
/sbin/chkconfig --add haldaemon

%pre
%_pre_useradd haldaemon / /sbin/nologin
%_pre_groupadd daemon haldaemon
# User haldaemon needs to be able to read authorizations
%{_bindir}/polkit-auth --user haldaemon --grant org.freedesktop.policykit.read >& /dev/null || :

%if %mdkversion < 200900
%post -n %{lib_name} -p /sbin/ldconfig
%endif

%post
if [ "$1" = "2" -a -r %{_datadir}/hal/fdi/30osvendor/locale-policy.fdi ]; then
 mv -f %{_datadir}/hal/fdi/30osvendor/locale-policy.fdi %{_datadir}/hal/fdi/policy/10osvendor/30-locale-policy.fdi > /dev/null
fi
%_post_service haldaemon

%preun
%_preun_service haldaemon

%triggerpostun -- hal < 0.5.12-0.rc1.2mdv
/sbin/chkconfig --level 7 haldaemon reset

%if %mdkversion < 200900
%postun -n %{lib_name} -p /sbin/ldconfig
%endif

%triggerpostun -- hal < 0.5.7.1
sed -i -e "/# This file is edited by fstab-sync - see 'man fstab-sync' for details/d" -e '/.*\,managed.*/d' /etc/fstab

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/hal.conf
%config(noreplace) %{_sysconfdir}/rc.d/init.d/*
%dir %{_sysconfdir}/hal/
%{_sysconfdir}/hal/fdi
%{_sbindir}/*
%{_bindir}/lshal
%{_bindir}/hal-device
%{_bindir}/hal-get-property
%{_bindir}/hal-set-property
%{_bindir}/hal-find-by-capability
%{_bindir}/hal-find-by-property
%{_bindir}/hal-is-caller-locked-out
%{_bindir}/hal-disable-polling
%{_bindir}/hal-lock
%attr(0750,haldaemon,haldaemon) %dir %{_var}/run/hald
%{_mandir}/man1/*
%{_mandir}/man8/*

%attr(0750,haldaemon,haldaemon) %dir %{_var}/cache/hald

%{_libexecdir}/*

%dir %{_datadir}/hal
%{_datadir}/hal/fdi

%files -n %{lib_name}
%defattr(-,root,root)
%{_libdir}/*hal*.so.%{lib_major}*

%files -n %{develname}
%defattr(-,root,root)
%doc %_datadir/gtk-doc/html/*
%{_libdir}/lib*.a
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.14-16
+ Revision: 9159876
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1933 |14cr|hal-info-0.0-5.20091130.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name hal-info
%define version 0.0
%define distversion 20091130
%define release %mkrel 5.%distversion.5

%define git_url git://git.freedesktop.org/git/hal-info

Summary: Device information for HAL
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://hal.freedesktop.org/releases/%{name}-%{distversion}.tar.bz2
Source1: 10-camera-storage.fdi
# (fc) update to latest git (git diff HAL_INFO_snapshot..master)
#Patch0: now patch now
# (fc) 0.0-4.20070425.1mdv re-add untested quirks (git diff master..mandriva
Patch1: hal-info-20090716-untestedquirks.patch
# (fc) 0.0-5.20070725.2mdv add patches pending merge (git diff master..pending)
#Patch3: no patch now

License: AFL or GPLv2
Group: System/Kernel and hardware
Url: http://www.freedesktop.org/Software/hal
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Conflicts: hal < 0.5.8.1-10mdv2007.1
%if %mdkversion >= 200800
BuildRequires: hal-devel >= 0.5.10
%else
BuildRequires: hal-devel 
%endif
#needed for make check
BuildRequires: libxml2-utils

%description
hal-info contains device information for HAL.

%prep
%setup -q -n %{name}-%{distversion}
#%patch0 -p1 -b .git
%patch1 -p1 -b .untestedquirks
#%patch3 -p1 -b .pending

%build

%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std
install %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/information/10freedesktop/10-camera-storage.fdi

cat << EOF > $RPM_BUILD_ROOT%{_datadir}/hal/fdi/preprobe/10osvendor/10-usb-disable-mediacheck.fdi
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->

<deviceinfo version="0.2">
  <device>
    <match key="storage.bus" string="usb">
      <match key="@storage.physical_device:usb.vendor_id" int="0x67b">
        <match key="@storage.physical_device:usb.product_id" int="0x2317">
          <merge key="storage.media_detection_enabled" type="bool">false</merge>
        </match>
      </match>
      <match key="@storage.physical_device:usb.vendor_id" int="0x054c">
        <match key="@storage.physical_device:usb.product_id" int="0x008b">
          <merge key="storage.media_detection_enabled" type="bool">false</merge>
        </match>
      </match>
    </match>
  </device>
</deviceinfo>
EOF

%check
make check

%clean
rm -rf %{buildroot}

%postun
if [ "$1" = "1" -a -r /etc/init.d/haldaemon ]; then 
 service haldaemon condrestart > /dev/null 2>/dev/null
fi

%files
%defattr(-,root,root)
%doc AUTHORS NEWS README
%{_datadir}/hal/fdi/information
%{_datadir}/hal/fdi/preprobe





%changelog
* Sun Feb 05 2012 root <root@build-client_i586-2.rosalab.ru> 0.0-5.20091130.5
+ Revision: 94ed4ac
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1934 |14cr|haltsys-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	Tool to halt LTSP terminals
Name:		haltsys
Version:	0.2
Release:	7
License:	GPL
Group:		System/Libraries
URL:		http://www.ltsp.org
Source0:	http://www.ltsp.org/tarballs/%{name}-%{version}.tar.bz2
BuildRequires:	dietlibc-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This program is used in LTSP to halt the terminals.

%prep

%setup -q -n %{name}

%build

diet gcc -Os -o %{name} %{name}.c

%install
rm -rf %{buildroot}

install -d %{buildroot}/sbin
install -m0755 haltsys %{buildroot}/sbin/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%attr(0755,root,root) /sbin/haltsys



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: 62584bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1935 |14cr|hamlib-1.2.15.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	2
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname -d %{name}

%define major_cxx	2
%define libname_cxx	%mklibname %{name}++ %{major_cxx}
%define devname_cxx	%mklibname -d %{name}++
%define libname_tcl	%mklibname -d hamlibtcl1.0

Summary:	Control radio transceivers and receivers
Name:		hamlib
Version:	1.2.15.3
Release:	3
License:	LGPLv2+
Group:		Communications
Url:		http://hamlib.sourceforge.net
Source0:	http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.gz
Patch0:         hamlib-1.2.15.3-bindings.patch
BuildRequires:	pkgconfig(libxml-2.0) 
BuildRequires:	pkgconfig(libusb-1.0) 
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	gd-devel
BuildRequires:	boost-devel
BuildRequires:	libtool-devel
#BuildRequires:	pkgconfig(gnuradio-core)
#BuildRequires:	pkgconfig(gnuradio-uhd)
#BuildRequires:	pkgconfig(gnuradio-fcd)
#BuildRequires:	pkgconfig(gnuradio-pager)
BuildRequires:	tcl-devel
BuildRequires:	doxygen
BuildRequires:	swig
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(python)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	glibc-devel


%description
Hamlib provides a standardized programming interface that applications
can use to send the appropriate commands to a radio.

%package -n %{libname}
Summary:	Run-time library to control radio transceivers and receivers
Group:		Communications
%rename		%{name}

%description -n %{libname}
Hamlib provides a standardized programming interface that applications
can use to send the appropriate commands to a radio.

%package utils
Summary:	Utilities to support the hamlib radio control library
Group:		Communications

%description utils
Hamlib provides a standardized programming interface that applications
can use to send the appropriate commands to a radio.

This package provides a command-line utility to test the hamlib library and
to control transceivers if you're short of anything more sophisticated. 

%package -n %{devname}
Summary:	Development library to control radio transcievers and receivers
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
%rename		%{name}-devel

%description -n %{devname}
Hamlib provides a standardized programming interface that applications
can use to send the appropriate commands to a radio.

This package provides the development files and headers.

%package -n %{libname_cxx}
Summary:	Hamlib radio control library C++ binding
Group:		Communications

%description -n %{libname_cxx}
Hamlib provides a standardized programming interface that applications
can use to send the appropriate commands to a radio.

This package contains Hamlib radio control library C++ language binding.

%package -n %{devname_cxx}
Summary:	Hamlib radio control library C++ binding development headers and libraries
Group:		Development/C++
Requires:	%{libname_cxx} = %{version}-%{release}
Provides:	%{name}++-devel = %{version}-%{release}
Provides:	lib%{name}++-devel = %{version}-%{release}

%description -n %{devname_cxx}
Hamlib provides a standardized programming interface that applications
can use to send the appropriate commands to a radio.

This package contains Hamlib radio control library C++ binding development
headers and libraries for building C++ applications with Hamlib.



%package -n	perl-%{name}
Summary:	Hamlib radio control library Perl binding
Group:		Development/Perl
Requires:	hamlib = %{version}-%{release}

%description -n	perl-%{name}
Hamlib PERL Language bindings to allow radio control from PERL scripts.

%package -n	python-%{name}
Summary:	Hamlib radio control library Python binding
Group:		Development/Python
Requires:	hamlib = %{version}-%{release}

%description -n	python-%{name}
Hamlib Python Language bindings to allow radio control from Python scripts.

%package -n	%{libname_tcl}
Summary:	Hamlib radio control library TCL binding
Group:		System/Libraries
Requires:	hamlib = %{version}-%{release}
Provides:	%{name}-tcl-devel = %{version}-%{release}

%description -n %{libname_tcl}
Hamlib TCL Language bindings to allow radio control from TCL scripts.

%prep
%setup -q
%patch0 -p1 -b .bindings

%build
export LDFLAGS="$LDFLAGS -lm -ltirpc"
%configure2_5x \
        --with-ldtl-include=%{_includedir} \
        --with-ldtl-lib=%{_libdir} \
        --disable-static \
        --with-rigmatrix \
        --enable-tcl-binding \
        --with-perl-binding \
        --with-python-binding \
#	usrp depreciated
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

# broken paralel build for libs, drivers, and programs

make 

make -C doc doc

%install
%makeinstall_std

find %{buildroot} -type f -name Hamlib.so -exec chmod 0755 {} ';'
find %{buildroot} -type f -name pkgIndex.tcl -exec rm -f {} ';'
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name Hamlib.bs -exec rm -f {} ';'
find %{buildroot} -type f -name perltest.pl -exec rm -f {} ';'

#we don't want these
find %{buildroot} -name "*.la" -exec rm {} \;

%files -n %{libname}
%doc AUTHORS ChangeLog PLAN README THANKS TODO
%{_libdir}/libhamlib.so.%{major}*
%{_libdir}/hamlib/hamlib-*.so

%files -n %{libname_cxx}
%doc AUTHORS ChangeLog
%{_libdir}/libhamlib++.so.%{major_cxx}*

%files utils
%doc AUTHORS ChangeLog
%{_mandir}/man1/*
%{_mandir}/man8/*
%{_bindir}/*
%{_sbindir}/*

%files -n %{devname}
%doc README.developer
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/rig.h
%{_includedir}/%{name}/riglist.h
%{_includedir}/%{name}/rig_dll.h
%{_includedir}/%{name}/rotator.h
%{_includedir}/%{name}/rotlist.h
%{_datadir}/aclocal/hamlib.m4
%{_libdir}/pkgconfig/hamlib.pc
%{_libdir}/libhamlib.so

%files -n %{devname_cxx}
%doc README.developer
%{_libdir}/libhamlib++.so
%{_includedir}/%{name}/rigclass.h
%{_includedir}/%{name}/rotclass.h

%files -n perl-%{name}
%doc COPYING.LIB
%{perl_vendorarch}/*

%files -n python-%{name}
%doc COPYING.LIB
%{py_puresitedir}/*.py*
%{py_puresitedir}/_Hamlib.so

%files -n %{libname_tcl}
%doc COPYING.LIB
%{_libdir}/hamlibtcl*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.15.3-3
+ Revision: e9c97e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1936 |14cr|handbrake-0.9.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}
%define lname HandBrake

Summary:	MPEG-AVC(H.264)/MPEG-4 converter
Name:		handbrake
Version:	0.9.9
Release:	6
License:	GPLv2+
Group:		Video
Url:		http://handbrake.fr/
Source0:	%{lname}-%{version}.tar.bz2
Source1:	po.tar.gz
Source10:	a52dec-0.7.4.tar.gz
Source11:	faac-1.28.tar.gz
Source12:	lame-3.98.tar.gz
Source13:	libav-v9.6.tar.bz2
Source14:	libbluray-0.2.3.tar.bz2
Source15:	libdvdnav-svn1168.tar.gz
Source16:	libdvdread-svn1168.tar.gz
Source17:	libmkv-0.6.5-0-g82075ae.tar.gz
Source18:	mp4v2-trunk-r355.tar.bz2
Source19:	mpeg2dec-0.5.1.tar.gz
Source20:	x264-r2273-b3065e6.tar.gz
Source30:	A00-lame-3.99.5-msse.patch
Patch0:		HandBrake-0.9.9-fixghb.patch
BuildRequires:	intltool
BuildRequires:	iso-codes
BuildRequires:	libtool
BuildRequires:	svn
BuildRequires:	valgrind
BuildRequires:	yasm
BuildRequires:	a52dec-devel
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libgtkhtml-3.14)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	pkgconfig(zlib)

%description
HandBrake is an open-source, GPL-licensed, multi-platform, multi-threaded
MPEG-AVC(x.264)/MPEG-4 converter, available for MacOS X, Linux and Windows.
It is a video encoder that takes your movies and transfers them to a format
that's useful on your computers, media centers, and portable electronic
devices.

%files
%doc AUTHORS COPYING CREDITS NEWS THANKS TRANSLATIONS
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/hb-icon.png
%{_datadir}/locale/ru/LC_MESSAGES/ghb.mo

#----------------------------------------------------------------------------

%prep
%setup -q -n %{lname}-%{version}
%patch0 -p1

mkdir download
cp %{SOURCE10} download/
cp %{SOURCE11} download/
cp %{SOURCE12} download/
cp %{SOURCE13} download/
cp %{SOURCE14} download/
cp %{SOURCE15} download/
cp %{SOURCE16} download/
cp %{SOURCE17} download/
cp %{SOURCE18} download/
cp %{SOURCE19} download/
cp %{SOURCE20} download/

cp %{SOURCE30} contrib/lame/

pushd gtk
tar -xvzf %{SOURCE1}
popd

find . -name "Makefile*" -o -name "*.m4" |xargs sed -i -e 's,configure.in,configure.ac,g'

%build
# export CFLAGS="$RPM_OPT_FLAGS"
# export CXXFLAGS="$RPM_OPT_FLAGS"
./configure --prefix=%{_prefix} --launch --launch-jobs=0 --enable-ff-mpeg2

pushd gtk
autoreconf
popd
cd build && make

%install
%makeinstall_std -C build
%find_lang ghb

install -m 0755 build/HandBrakeCLI %{buildroot}%{_bindir}/HandBrakeCLI
pushd %{buildroot}%{_bindir}
ln -s ./HandBrakeCLI ./handbrake
popd

sed -i -e "s|hb-icon|hb-icon.png|" %{buildroot}%{_datadir}/applications/ghb.desktop

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-Multimedia-Video" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

rm -rf %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache

%changelog
* Fri Sep 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.9-6
+ Revision: 4dc4cd9
- Update lame patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1937 |14cr|haproxy-1.4.22-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	TCP/HTTP reverse proxy for high availability environments
Name:		haproxy
Version:	1.4.22
Release:	3
License:	GPLv2+
Group:		System/Servers
Url:		http://haproxy.1wt.eu/
Source0:	http://haproxy.1wt.eu/download/1.4/src/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libpcre)

%description
HA-Proxy is a TCP/HTTP reverse proxy which is particularly suited for high
availability environments. Indeed, it can:
- route HTTP requests depending on statically assigned cookies
- spread the load among several servers while assuring server persistence
  through the use of HTTP cookies
- switch to backup servers in the event a main one fails
- accept connections to special ports dedicated to service monitoring
- stop accepting connections without breaking existing ones
- add/modify/delete HTTP headers both ways
- block requests matching a particular pattern

It needs very little resource. Its event-driven architecture allows it
to easily handle thousands of simultaneous connections on hundreds of instances
without risking the system's stability.

%files
%doc CHANGELOG TODO examples doc/haproxy-en.txt doc/haproxy-fr.txt doc/architecture.txt examples/url-switching.cfg
%attr(0755,root,root) %{_sbindir}/%{name}
%dir %{_sysconfdir}/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.cfg
%attr(0755,root,root) %config %{_initrddir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%serverbuild
%make TARGET=linux26 CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sysconfdir}/%{name}

cp %{name} %{buildroot}%{_sbindir}/
cp examples/%{name}.cfg %{buildroot}%{_sysconfdir}/%{name}/
cp examples/%{name}.init %{buildroot}%{_initrddir}/%{name}


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.22-3
+ Revision: 4788789
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1938 |14cr|hardening-check-2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Check binaries for security hardening features
Name:		hardening-check
Version:	2.5
Url:		https://abf.io/soft/hardening-check
Release:	2
Source0:	%{name}-%{version}.tar.xz
License:	GPLv2
Group:		System/Configuration/Packaging
BuildRequires:	perl
BuildRequires:	make
BuildArch:	noarch

%description
Examine a given set of ELF binaries and check for several security
hardening features, failing if they are not all found.

%prep
%setup -q

%build
%make

%install
mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man1,%{_datadir}}
install -m 755 build-tree/hardening-check %{buildroot}%{_bindir}
install -m 755 build-tree/hardening-check.1 %{buildroot}%{_mandir}/man1

%files
%doc AUTHORS
%{_bindir}/*
%{_mandir}/*/*.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5-2
+ Revision: 7c9ef35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1939 |14cr|hardinfo-0.5.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A system profiler for Linux
Name: hardinfo
Version: 0.5.1
Release: 8
Source0: http://download.berlios.de/hardinfo/%{name}-%{version}.tar.bz2
Patch0:	01-truncated_description.patch
Patch1:	02-fix-distro-crash.patch
Patch2:	03-detect-lxde.patch
Patch3:	04-fix-usb.patch
Patch4:	05-fix-sensors-output.patch
License: GPLv2+
Group: System/Kernel and hardware 
Url: http://hardinfo.berlios.de
BuildRequires: pciutils
BuildRequires: libsoup-devel
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(zlib)
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(libffi)
BuildRequires: pkgconfig(usbutils)
BuildRequires: pciutils
Requires: pciutils
Requires: usbutils
Requires: hwdata

%description
HardInfo is a system profiler for Linux systems.
It can display information about the hardware, software, and perform 
simple benchmarks.

%prep
%setup -q
%apply_patches

%build
#export LIBDIR=%{_libdir}
%configure2_5x
#perl -pi -e "s|/usr/lib/hardinfo/|%{_libdir}/hardinfo/|g" Makefile

%make

%install

%makeinstall_std

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Settings" \
  --add-category="HardwareSettings" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/%name.desktop

%files
%{_bindir}/hardinfo
%{_libdir}/%{name}/modules/*so
%{_datadir}/%{name}/pixmaps/*
%{_datadir}/%{name}/benchmark.conf
%{_datadir}/%{name}/benchmark.data
%{_datadir}/applications/%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-8
+ Revision: 38e5984
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1940 |14cr|harmonySEQ-0.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           harmonySEQ
Version:        0.16
Release:        2
Summary:        A MIDI sequencing application helpful for music composers and live artists

Group:          Sound
Source0:         http://launchpad.net/harmonyseq/stable/%{version}/+download/%{name}-%{version}.tar.gz
URL:            http://harmonyseq.wordpress.com/
License:        GPLv3

BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(gtkmm-2.4) glibmm2.4-devel
buildrequires:	pkgconfig(alsa)
buildrequires:	pkgconfig(liblo)
BuildRequires:  shared-mime-info

%description
harmonySEQ is a MIDI sequencer for Linux. Basically, it does what any
sequencer does – it playbacks a sequence of notes. However, it is
slightly different from most of the popular software sequencers.

%prep
%setup -q

%build

%configure
make

%check

%install

make install DESTDIR=%{buildroot}
perl -pi -e 's/x-harmonyseq/x-harmonyseq;/g' \
     %{buildroot}/%{_datadir}/applications/harmonyseq.desktop
%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root,-)
%attr(755,root,root) %{_bindir}/*
%docdir %{_datadir}/doc/harmonyseq
%{_datadir}/doc/harmonyseq
%{_datadir}/applications/*
%{_datadir}/harmonyseq
%{_datadir}/icons/gnome/192x192/mimetypes/*
%{_datadir}/icons/gnome/32x32/mimetypes/*
%{_datadir}/icons/gnome/48x48/mimetypes/*
%{_datadir}/icons/gnome/scalable/mimetypes/*
%{_datadir}/icons/hicolor/192x192/apps/*
%{_datadir}/icons/hicolor/32x32/apps/*
%{_datadir}/icons/hicolor/48x48/apps/*
%{_datadir}/icons/hicolor/scalable/apps/*
%{_datadir}/mime/packages/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.16-2
+ Revision: 2e8f6f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1941 |14cr|harvid-0.7.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	HTTP server to extract, cache and serve still images from movie files
Name:		harvid
Version:	0.7.3
Release:	5
Group:		Video
License:	GPLv2+
Url:		http://x42.github.com/harvid/
Source0:	https://github.com/x42/harvid/archive/%{name}-%{version}.tar.gz
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
Requires:	ffmpeg

%description
Harvid is a HTTP server to efficiently extract, cache and serve still images
from movie files. It provides for frame-accurate decoding and is main use-case
is to act as backend and second level cache for rendering the videotimeline in
Ardour. Harvid uses ffmpeg/libav and supports a wide variety of video codecs
and formats.

%prep
%setup -q

%build
%setup_compile_flags
make

%install
%makeinstall_std PREFIX=%{_prefix}

pushd %{buildroot}%{_bindir}
ln -s ffmpeg ffmpeg_harvid
ln -s ffprobe ffprobe_harvid
popd

%files
%doc README.md ChangeLog COPYING
%{_bindir}/%{name}
%{_bindir}/ffmpeg_harvid
%{_bindir}/ffprobe_harvid
%{_mandir}/man1/%{name}.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-5
+ Revision: fcdfc0b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1942 |14cr|hashalot-0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    hashalot
%define version 0.3
%define release 7

Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2 
Summary: Binary hash generator
License: GPL
Group: System/Base
Url: http://www.paranoiacs.org/~sluskyb/hacks/hashalot
BuildRoot: %{_tmppath}/%{name}-%{version}-root

%description
This program will read a passphrase from standard input and print a binary
(not printable) hhash to standard output.  The output is suitable for use as
an encryption key.

%prep
rm -rf $RPM_BUILD_ROOT
%setup -q -n %{name}-%{version}

%build
%configure
%make
chmod 644 AUTHORS COPYING INSTALL NEWS README
chmod 644 *.c *.h

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING INSTALL NEWS README
%_sbindir/hashalot
%_sbindir/rmd160
%_sbindir/sha256
%_sbindir/sha384
%_sbindir/sha512
%_mandir/man1/hashalot*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-7
+ Revision: 5ea1ff2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1943 |14cr|hashcash-1.22-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name hashcash
%define version 1.22
%define release 7

Summary: Hashcash anti-spam / denial-of-service counter-measure tool
Name: %{name}
Version: %{version}
Release: %{release}
License: CPL or choice of public domain/BSD/LGPL/GPL
Group: Networking/Mail
URL: http://www.hashcash.org/
Source: http://www.hashcash.org/binaries/rpms/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: openssl-static-devel >= 0.9.8

%description
Hashcash is a denial-of-service counter measure tool.  It's main current use
is to help hashcash users avoid losing email due to content based and
blacklist based anti-spam systems.

The hashcash tool allows you to create hashcash stamp to attach to emails
you send, and to verify hashcash stamp attached to emails you receive. 
Email senders attach hashcash stamps with the X-Hashcash: header.  Vendors
and authors of anti-spam tools are encouraged to exempt mail sent with
hashcash from their blacklists and content based filtering rules.

A hashcash stamp constitutes a proof-of-work which takes a parameterizable
amount of work to compute for the sender.  The recipient can verify received
stamps efficiently. This package also includes a sha1 implementation which
behaves somewhat like md5sum, but with SHA1.

%prep
%setup -q

%build
sed -i -e 's|/usr/lib|%{_libdir}|' Makefile
make COPT="$RPM_OPT_FLAGS" "PACKAGER=RPM" gnu-openssl

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/%{_bindir}/
install -d $RPM_BUILD_ROOT/%{_mandir}
install -d $RPM_BUILD_ROOT/%{_mandir}/man1
install -d $RPM_BUILD_ROOT/%{_docdir}/
install -d $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}

install -m 755 hashcash $RPM_BUILD_ROOT/%{_bindir}/
install -m 755 sha1 $RPM_BUILD_ROOT/%{_bindir}/
install -m 644 hashcash.1 $RPM_BUILD_ROOT/%{_mandir}/man1
install -m 644 sha1-hashcash.1 $RPM_BUILD_ROOT/%{_mandir}/man1
install -m 644 README LICENSE CHANGELOG $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)

%{_bindir}/*
%{_mandir}/*/*
%{_docdir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.22-7
+ Revision: b6a167e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1944 |14cr|haskell-macros-7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Rpms macros to easilly build haskell modules
Name:		haskell-macros
Version:	7.0
Release:	3
License:	GPLv3+
Source0:	%{name}-%{version}.tar.gz
Group:		System/Configuration/Packaging
Requires:	haskell(cabalrpmdeps)
BuildArch:	noarch

%description
Rpms macros to easilly build haskell modules.

%files
%{_sys_macros_dir}/%{name}.macros
%{_rpmhome}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%install
%makeinstall_std rpmmacrosdir=%{_sys_macros_dir} prefix=%{_prefix} rpmhome=%{_rpmhome}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.0-3
+ Revision: fabbe33
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1945 |14cr|hatari-1.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An Atari ST emulator
Name:		hatari
Version:	1.7.0
Release:	3
License:	GPLv2+
Group:		Emulators
URL:		http://hatari.berlios.de/
Source0:	http://prdownload.berlios.de/%{name}/%{name}-%{version}.tar.bz2
Patch0:		hatari-1.7.0-static.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	readline-devel
BuildRequires:	desktop-file-utils

%description
Hatari is an Atari ST and STE emulator.
The Atari ST was a 16/32 bit computer system which was first released by
Atari in 1985. Using the Motorola 68000 CPU, it was a very popular computer
having quite a lot of CPU power at that time. Unlike many other Atari ST
emulators which try to give you a good environment for running GEM
applications, Hatari tries to emulate the hardware of a ST as close as
possible so that it is able to run most of the old ST games and demos.

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build

#fr man pages
install -d -m 755 %{buildroot}/%{_mandir}/fr/man1
install -m 644 doc/fr/%{name}.1 %{buildroot}/%{_mandir}/fr/man1/

#desktop file
desktop-file-install --vendor="" \
  --remove-key="Version" \
  --remove-key="Encoding" \
  --add-category="Game" \
  --add-category="Emulator" \
  --add-category="X-MandrivaLinux-MoreApplications-Emulators" \
  --dir %{buildroot}%{_datadir}/applications/ \
  %{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-man

%files -f %{name}.lang
%doc readme.txt doc/changelog.txt doc/fr/clavier-exemple.txt
%doc tools/hmsa/readme-hmsa.txt
%{_bindir}/%{name}*
%{_bindir}/hmsa
%{_bindir}/gst2ascii
%{_bindir}/zip2st
%{_bindir}/atari-hd-image
%{_datadir}/%{name}
%{_datadir}/applications/%{name}ui.desktop
%{_iconsdir}/hicolor/32x32/apps/%{name}-icon.png
%{_mandir}/man1/*.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-3
+ Revision: f788e02
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1946 |14cr|hawk-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Web-Album generator
Name:		hawk
Version:	2.1
Release:	3
License:	CeCILL
Group:		Graphics
Url:		http://tableaux.levier.org/download.html
Source0:	http://tableaux.levier.org/package/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libpcre)

%description
Yet another Web-Album generator. Highlights:

  * automatic rotation of portrait images thanks to information
    put by digital camera in .jpg file (EXIF)
  * immediate display of images (preloading in browser)
  * keep position of "next/previous" hyperlinks in browser
    between images
  * full video support (including thumbnailing)
  * clever use of the whole space of a typical browser window
    (the need to scroll portrait images is stupid)
  * themability
  * sub-albums support
  * remember your preferred size of thumbnails accross sub-albums
  * multi-processor support to speed up thumbnails generation
  * smooth integration of panoramic images in thumbnails pages
  * multi-languages web-album navigation (navigation links are
    automatically shown in user's language)
  * a GUI to input captions, rotate, reorder and remove
    images FAST (extensive use of keyboard shortcuts)
  * another GUI to classify photos and videos in a powerful manner

%files
%doc LICENSE
%{_bindir}/hawk
%{_mandir}/man1/hawk.1*

#----------------------------------------------------------------------------

%prep
%setup -q
chmod go+r *

%build
%make CFLAGS="%{optflags}"

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1

install -m 755 hawk %{buildroot}%{_bindir}
install -m 644 hawk.1 %{buildroot}%{_mandir}/man1


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-3
+ Revision: 45d288e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1947 |14cr|hawknl-1.68-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	hawknl

%define major 1.6

%define libname	%mklibname %name %major
%define develname %mklibname -d %name
%define sdevelname %mklibname -d -s %name

Name:		%name
Version:	1.68
Release:	6
URL:		http://www.hawksoft.com/hawknl/
Summary:	Hawk Network Library
Source:		HawkNL168src.zip
Patch0:		hawknl_makefile.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}
License:	LGPLv2+
Group:		System/Libraries
%description
HawkNL is a free, open source, game oriented network API released under
the GNU Library General Public License (LGPL). HawkNL (NL) is a fairly
low level API, a wrapper over Berkeley/Unix Sockets and Winsock. But NL
also provides other features including support for many OSs, groups of
sockets, socket statistics, high accuracy timer, CRC functions, macros
to read and write data to packets with endian conversion, and support
for multiple network transports.

%package -n %libname
Summary:	Hawk Network Library
Group:		System/Libraries
%description -n %libname
HawkNL is a free, open source, game oriented network API released under
the GNU Library General Public License (LGPL). HawkNL (NL) is a fairly
low level API, a wrapper over Berkeley/Unix Sockets and Winsock. But NL
also provides other features including support for many OSs, groups of
sockets, socket statistics, high accuracy timer, CRC functions, macros
to read and write data to packets with endian conversion, and support
for multiple network transports.

%package -n %develname
Summary:	Hawk Network Library development files
Group:		System/Libraries
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
%description -n %develname
Developement files for %libname

%package -n %sdevelname
Summary:	Hawk Network Library (static library)
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Requires:	%{develname} = %{version}-%{release}
%description -n %sdevelname
Hawk static library.

%prep
%setup -q -n HawkNL%{version}
%patch0 -p1

%build
%make -f makefile.linux
%{__chmod} -R go-w samples

%install
%{__rm} -Rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_includedir} %{buildroot}%{_libdir}
cd src
%{__make} -f makefile.linux INCDIR=%{buildroot}%{_includedir} LIBDIR=%{buildroot}%{_libdir} install

%clean
%{__rm} -Rf %{buildroot}

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%files -n %libname
%doc src/readme.txt src/NLchanges.txt
%{_libdir}/libNL.so.%{major}*
%{_libdir}/libNL.so.1
%{_libdir}/NL.so.%major

%files -n %develname
%doc samples
%{_includedir}/nl.h
%{_libdir}/NL.so
%{_libdir}/libNL.so

%files -n %sdevelname
%{_libdir}/libNL.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.68-6
+ Revision: b3d3de5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1948 |14cr|hdapsd-0.0-0.20090401.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	HDAPS (Hard Disk Active Protection System) daemon
Name:		hdapsd
%define real_version 20090401
Version:	0.0
Release:	0.20090401.3
License:	GPLv2+
Group:		System/Kernel and hardware 
URL:		http://hdaps.sourceforge.net
Source0:	hdapsd-%{real_version}.tar.gz
Source1:	hdapsd.event
Source2:	hdapsd.sysconfig
Source3:	99-hdapsd.rules
Patch0:		hdaps-20090401-fix-str-fmt.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
hdapsd is a daemon that reads from the HDAPS (Hard Disk Active Protection
System) driver and protects the hard disk from sudden movements that may
harm it.

%prep
%setup -q -n %{name}-%{real_version}
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall

mkdir -p %{buildroot}%{_sysconfdir}/event.d/
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/
mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d/
cp -p %SOURCE1 %{buildroot}%{_sysconfdir}/event.d/hdapsd
cp -p %SOURCE2 %{buildroot}%{_sysconfdir}/sysconfig/hdapsd
cp -p %SOURCE3 %{buildroot}%{_sysconfdir}/udev/rules.d/
# remove docs installed by "make install", will be installed in proper dir by %doc
rm -rf %{buildroot}%{_defaultdocdir}/%{name}

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%{_sbindir}/*
%config(noreplace) %{_sysconfdir}/udev/rules.d/*
%config(noreplace) %{_sysconfdir}/event.d/hdapsd
%config(noreplace) %{_sysconfdir}/sysconfig/hdapsd
%{_mandir}/man8/hdapsd.8.*
%doc AUTHORS
%doc COPYING
%doc ChangeLog
%doc README




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0-0.20090401.3
+ Revision: b7438a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1949 |14cr|hda-verb-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		hda-verb
Version:	0.3
Release:	4
Summary:	Tool to send commands (verbs) to HD-Audio codecs
License:	GPLv2+
Group:		System/Configuration/Hardware
URL:		ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/
Source0:	ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/hda-verb-%{version}.tar.bz2
Source1:	ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/hda-verb-%{version}.tar.bz2.sign
BuildRequires:	gcc
BuildRequires:	make
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
hda-verb is a tiny program that allows you to access the HD-audio
codecs directly, allowing you to send commands (verbs) to them. For
hda-verb to work you must be running a linux kernel with
CONFIG_SND_HDA_HWDEP option enabled.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_sbindir}
cp hda-verb %{buildroot}/%{_sbindir}

%files
%defattr(0644,root,root,0755)
%doc ChangeLog README
%attr(0755,root,root) %{_sbindir}/hda-verb



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: fbbecee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1950 |14cr|hdf-java-2.6.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Java HDF5 Object Package
Name:		hdf-java
Version:	2.6.1
Release:	7
License:	BSD-like
Group:		Development/Java
Url:		http://www.hdfgroup.org/
# http://www.hdfgroup.org/ftp/HDF5/hdf-java/src/hdf-java-2.6.1-src.tar
Source0:	hdf-java-2.6.1-src.tar.xz
Patch0:		hdf-java-2.6-not-writable-fix.patch
Patch1:		hdf-java-2.6-use-shared-libraries.patch
Patch2:		hdf-java-2.6-optflags.patch
Patch3:		hdf-java-2.6-installdirs.patch
BuildRequires:  java-rpmbuild
BuildRequires:	java-devel-openjdk
BuildRequires:	classpath-devel
BuildRequires:	HDF-util
BuildRequires:	HDF-devel
BuildRequires:	hdf5-devel
BuildRequires:	netcdf-devel
BuildRequires:	jpeg-devel
BuildRequires:	zlib-devel
BuildConflicts:	libgcj-devel
Requires:	HDF-util
Requires:	hdf5

%description
This Java package implements HDF5 data objects in an 
object-oriented form.

%prep
%setup -qn %{name}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%define _disable_ld_no_undefined 1
%define _disable_ld_as_needed 1

export JAVA_HOME="%{java_home}"
export COPT="%{optflags}"

sed -i -e 's|LDOPT=-G|LDOPT=-g|g' \
    -e 's|COPT=-G|COPT=-g|g' -e 's|LDOPT=-shared|LDOPT="-g -shared"|g' \
    -e 's|COPT=-shared|COPT="-shared  -fPIC"|g' -e 's|x86_64-pc-linux|x86_64-*-linux|g' \
    -e 's|x86_64-pc|x86_64-*|g' configure*

#(tpg) make it work
sed -i -e 's|x86_64-pc|x86_64-*|g' Config/config.sub
find . -name 'Makefile.in' | xargs sed -i -e 's|CFLAGS =|CFLAGS +=|g'
find . -name 'Makefile.in' | xargs sed -i -e 's|LDOPT=|LDOPT+=|g'
find . -name 'Makefile.in' | xargs sed -i -e 's|COPT=|COPT+=|g'

# (tpg) get rid of some jars
rm -rf lib/junit.jar
sed -i -e 's|cp lib/junit.jar $(LIBDIR)||g' Makefile*

autoreconf -fiv

%configure2_5x \
	--with-jdk=%{java_home}/include,%{java_home}/lib \
	--with-javabin=%{java_home}/bin  \
	--with-libz=yes,%{_libdir}  \
	--with-libjpeg=yes,%{_libdir}   \
	--with-hdf5=yes,%{_libdir} \
	--with-hdf4=yes,%{_libdir}

%make -j1

%install
%makeinstall_std
rm -rf %{buildroot}%{_docdir}/hdf-java

# should be another jni specific directory, but only hdf-java install
# .so files there...
mkdir -p %{buildroot}%{_libdir}
mv -f %{buildroot}%{_javadir}/*.so %{buildroot}%{_libdir}

%files
%doc Readme.txt docs/*
%{_bindir}/hdfview.sh
%{_javadir}/*.jar
%{_javadir}/ext/*.jar
%{_libdir}/*.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.1-7
+ Revision: 7559414
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1951 |14cr|hedgewars-0.9.20.5-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.9.20
%define minor 5

Summary:	Game with heavily armed fighting hedgehogs
Name:		hedgewars
Version:	%{major}.%{minor}
Release:	11
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.hedgewars.org/
Source0:	http://download.gna.org/hedgewars/%{name}-src-%{version}.tar.bz2
Patch0:		hedgewars-src-0.9.20-cmake3.patch
# Used to fix linkage issues when building with -DBUILD_SHARED_LIBS:BOOL=OFF
Patch1:		hedgewars-src-0.9.20-static.patch
Patch2:		hedgewars-src-0.9.20.5-gcc_s.patch
BuildRequires:	chrpath
BuildRequires:	cmake
BuildRequires:	fpc
BuildRequires:	imagemagick
BuildRequires:	ffmpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(zlib)

%description
Each player controls a team of several hedgehogs. During the course of the
game, players take turns with one of their hedgehogs. They then use whatever
tools and weapons are available to attack and kill the opponents' hedgehogs,
thereby winning the game. Hedgehogs may move around the terrain in a variety
of ways, normally by walking and jumping but also by using particular tools
such as the "Rope" or "Parachute", to move to otherwise inaccessible areas.

Each turn is time-limited to ensure that players do not hold up the game
with excessive thinking or moving.

A large variety of tools and weapons are available for players during the
game: Grenade, Cluster Bomb, Bazooka, UFO, Shotgun, Desert Eagle, Fire Punch,
Baseball Bat, Dynamite, Mine, Rope, Pneumatic pick, Parachute. Most weapons,
when used, cause explosions that deform the terrain, removing circular chunks.

The landscape is an island floating on a body of water, or a restricted cave
with water at the bottom. A hedgehog dies when it enters the water (either
by falling off the island, or through a hole in the bottom of it), it is
thrown off either side of the arena or when its health is reduced,
typically from contact with explosions, to zero (the damage dealt to the
attacked hedgehog or hedgehogs after a player's or CPU turn is shown only
when all movement on the battlefield has ceased).

%files
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-src-%{major}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%cmake_qt4 \
	-DNOSERVER:BOOL=ON \
	-DSYSTEM_PHYSFS:BOOL=OFF \
	-DBUILD_SHARED_LIBS:BOOL=OFF \
	-DDATA_INSTALL_DIR="%{_gamesdatadir}/%{name}" \
	-Dtarget_binary_install_dir="%{_gamesbindir}" \
	-Dtarget_library_install_dir="%{_libdir}"
%make VERBOSE=1

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_datadir}/applications/
cat <<EOF >%{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=%{name}
Comment=Strategy action game
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ActionGame;StrategyGame;Qt;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert --strip misc/%{name}.png -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

# Don't package static libs, no use for them
rm -f %{buildroot}%{_libdir}/*.a

chrpath -d %{buildroot}%{_gamesbindir}/*


%changelog
* Sat Aug 09 2014 abfonly <abfonly@gmail.com> 0.9.20.5-11
+ Revision: 90ac69b
- Merge pull request #1 from abfonly/hedgewars:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1952 |14cr|heimdal-1.5.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'devel\\(libcom_err(.*)\\)'
%else
%define _requires_exceptions devel(libcom_err
%endif

Summary:	Heimdal implementation of Kerberos V5 system
Name:		heimdal
Version:	1.5.3
Release:	3
License:	BSD-like
Group:		Networking/Other
Url:		http://www.h5l.org
Source0:	http://www.h5l.org/dist/src/heimdal-%{version}.tar.gz
Source10:	http://www.h5l.org/dist/src/heimdal-%{version}.tar.gz.asc
Source1:	%{name}.init
#FIXME
#Source2:	%{name}.logrotate
Source3:	%{name}.sysconfig
#Source4:	%{name}-krb5.conf
Source5:	%{name}-ftpd.xinetd
Source6:	%{name}-rshd.xinetd
Source7:	%{name}-telnetd.xinetd
Source8:	%{name}-kadmind.xinetd
Patch0:		heimdal-1.5.3-texi-fixes.patch
Patch11:	heimdal-1.4-passwd-check.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	texinfo
BuildRequires:	db-devel
BuildRequires:	openldap-devel >= 2.0
BuildRequires:	pam-devel
BuildRequires:	readline-devel
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xt)
#Required for tests/ldap
BuildRequires:	openldap-servers

%description
Heimdal is a free implementation of Kerberos 5. The goals are to:
   - have an implementation that can be freely used by anyone
   - be protocol compatible with existing implementations and, if not in
     conflict, with RFC 1510 (and any future updated RFC)
   - be reasonably compatible with the M.I.T Kerberos V5 API
   - have support for Kerberos V5 over GSS-API (RFC1964)
   - include the most important and useful application programs (rsh,
     telnet, popper, etc.)
   - include enough backwards compatibility with Kerberos V4
   - IPv6 support

#----------------------------------------------------------------------------

%package	workstation
Summary:	Kerberos programs for use on workstations
Group:		Networking/Other
Requires:	%{name}-libs = %{EVRD}
Conflicts:	krb5-workstation
Provides:	kerberos-workstation

%description	workstation
This package contains Kerberos 5 programs for use on workstations.

%files workstation
%{_bindir}/afslog
%{_bindir}/compile_et
%{_bindir}/kgetcred
%{_bindir}/kx
%{_bindir}/pfrom
%{_bindir}/rxtelnet
%{_bindir}/rxterm
%{_bindir}/string2key
%{_bindir}/tenletxr
%{_bindir}/otpprint
%{_bindir}/verify_krb5_conf
%{_bindir}/xnlock
%{_bindir}/kf
%{_bindir}/kdestroy
%{_bindir}/kinit
%{_bindir}/klist
%{_bindir}/kpasswd
%{_bindir}/gsstool
%{_bindir}/kcc
%{_bindir}/pagsh
%{_bindir}/hxtool
%{_bindir}/idn-lookup
%{_bindir}/kswitch
%attr(4755,root,root) %{_bindir}/otp
%attr(4755,root,root) %{_bindir}/su
%attr(4755,root,root) %{_bindir}/ksu
%{_sbindir}/kadmin
%{_sbindir}/ktutil
%{_sbindir}/digest-service
%{_mandir}/man1/afslog.1*
%{_mandir}/man1/ksu.1*
%{_mandir}/man1/kdestroy.1*
%{_mandir}/man1/kgetcred.1*
%{_mandir}/man1/klist.1*
%{_mandir}/man1/kswitch.1*
%{_mandir}/man1/kinit.1*
%{_mandir}/man1/kpasswd.1*
%{_mandir}/man1/pagsh.1*
%{_mandir}/man1/otp.1*
%{_mandir}/man1/otpprint.1*
%{_mandir}/man1/kf.1*
%{_mandir}/man1/kx.1*
%{_mandir}/man1/pfrom.1*
%{_mandir}/man1/rxtelnet.1*
%{_mandir}/man1/rxterm.1*
%{_mandir}/man1/tenletxr.1*
%{_mandir}/man1/xnlock.1*
%{_mandir}/man5/krb5.conf.5.*
%{_mandir}/man5/login.access.5.*
%{_mandir}/cat1/kdestroy.1*
%{_mandir}/cat1/kgetcred.1*
%{_mandir}/cat1/klist.1*
%{_mandir}/cat1/kswitch.1*
%{_mandir}/cat1/afslog.1*
%{_mandir}/cat1/ksu.1*
%{_mandir}/cat1/kinit.1*
%{_mandir}/cat1/kpasswd.1*
%{_mandir}/cat1/pagsh.1*
%{_mandir}/cat1/otp.1*
%{_mandir}/cat1/otpprint.1*
%{_mandir}/cat1/kf.1*
%{_mandir}/cat1/kx.1*
%{_mandir}/cat1/pfrom.1*
%{_mandir}/cat1/rxtelnet.1*
%{_mandir}/cat1/rxterm.1*
%{_mandir}/cat1/tenletxr.1*
%{_mandir}/cat1/xnlock.1*
%{_mandir}/man5/mech.5*
%{_mandir}/*8/verify_krb5_conf.8*
%{_mandir}/man8/string2key.8*
%{_mandir}/man8/kadmin.8*
%{_mandir}/man8/ktutil.8*
%{_mandir}/cat8/string2key.8*
%{_mandir}/cat8/kadmin.8*
%{_mandir}/cat8/ktutil.8*

#----------------------------------------------------------------------------

%package	server
Summary:	Kerberos Server
Group:		System/Servers
Requires:	%{name}-libs = %{EVRD}
# krb5 package ships krb5.conf etc on mdv 2008.0 and later
Requires:	krb5
Requires(post):	chkconfig
Requires(preun):chkconfig
Conflicts:	krb5-server

%description	server
This package contains the master KDC.

%files server
%doc NEWS TODO
%{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%config(noreplace) %{_sysconfdir}/xinetd.d/kadmind
%dir %{_localstatedir}/lib/%{name}
%config(noreplace) %{_localstatedir}/lib/%{name}/kadmind.acl
# %{_mandir}/*1/kimpersonate.1*
%{_mandir}/*8/kdigest.8*
%{_mandir}/*8/kimpersonate.8*
%{_mandir}/*8/iprop.8*
%{_mandir}/*8/iprop-log.8*
%{_mandir}/man8/kstash.8*
%{_mandir}/man8/hprop.8*
%{_mandir}/man8/hpropd.8*
%{_mandir}/man8/kadmind.8*
%{_mandir}/man8/kdc.8*
%{_mandir}/man8/kxd.8*
%{_mandir}/man8/kfd.8*
%{_mandir}/man8/kpasswdd.8*
%{_mandir}/man8/kcm.8*
%{_mandir}/*8/ipropd-*.8*
%{_mandir}/cat8/kstash.8*
%{_mandir}/cat8/hprop.8*
%{_mandir}/cat8/hpropd.8*
%{_mandir}/cat8/kadmind.8*
%{_mandir}/cat8/kdc.8*
%{_mandir}/cat8/kxd.8*
%{_mandir}/cat8/kfd.8*
%{_mandir}/cat8/kpasswdd.8*
%{_mandir}/cat8/kcm.8*
%{_sbindir}/kstash
%{_sbindir}/hprop
%{_sbindir}/hpropd
%{_sbindir}/ipropd-master
%{_sbindir}/ipropd-slave
%{_sbindir}/kadmind
%{_sbindir}/kdc
%{_sbindir}/kxd
%{_sbindir}/kfd
%{_sbindir}/kpasswdd
%{_sbindir}/iprop-log
%{_sbindir}/kcm
%{_sbindir}/kdigest
%{_sbindir}/kimpersonate
%{_libdir}/%{name}
%{_datadir}/%{name}
%doc doc/*.html lib/hdb/hdb.schema

%pre server
if [ -d %{_var}/%{name} ]; then
    mv %{_var}/%{name} %{_localstatedir}/lib/%{name}
fi

%post server
%_post_service %{name}

%preun server
%_preun_service %{name}

#----------------------------------------------------------------------------

# Not working right yet
%if 0
%package	hdb_ldap
Summary:	Kerberos Server LDAP Backend
Group:		System/Servers
Requires:	%{name}-server = %{EVRD}

%description	hdb_ldap
This package contains the LDAP HDB backend plugin, which allows the use of
an LDAP server for storing the Heimdal database.

%files hdb_ldap
%{_libdir}/hdb_ldap*
%endif

#----------------------------------------------------------------------------

%package	libs
Summary:	Heimdal shared libraries
Group:		System/Libraries
Conflicts:	%{_lib}gssapi2

%description	libs
This package contains shared libraries required by several of the other heimdal
packages.

%files libs
%attr(400,root,root) %ghost %{_sysconfdir}/krb5.keytab
%{_libdir}/lib*.so.*
%{_libdir}/windc*.so.*
%{_infodir}/heimdal.info*
%{_infodir}/hx509.info.*
%{_mandir}/man8/kerberos.8*
%{_mandir}/cat8/kerberos.8*

#----------------------------------------------------------------------------

%package	login
Summary:	Used when signing onto a system
Group:		Networking/Other
Requires:	%{name}-libs = %{EVRD}
Provides:	login
Conflicts:	util-linux shadow-utils

%description	login
login is used when signing onto a system. It can also be used to
switch from one user to another at any time (most modern shells have
support for this feature built into them, however). This package
contain kerberized version login program.

%files login
%{_bindir}/login
%{_mandir}/man1/login.1*
%{_mandir}/cat1/login.1*

#----------------------------------------------------------------------------

%package	ftp
Summary:	The standard UNIX FTP (file transfer protocol) client
Group:		Networking/Other
Requires:	%{name}-libs = %{EVRD}
Conflicts:	ftp-client-krb5
Provides:	ftp-client

%description	ftp
The ftp package provides the standard UNIX command-line FTP client
with kerberos authentication support. FTP is the file transfer
protocol, which is a widely used Internet protocol for transferring
files and for archiving files.

%files ftp
%{_bindir}/ftp
%{_mandir}/man1/ftp.1*
%{_mandir}/cat1/ftp.1*

#----------------------------------------------------------------------------

%package	rsh
Summary:	Clients for remote access commands (rsh, rlogin, rcp)
Group:		Networking/Other
Requires:	%{name}-libs = %{EVRD}
Provides:	rsh-client

%description	rsh
The rsh package contains a set of programs which allow users to run
commands on remote machines, login to other machines and copy files
between machines (rsh, rlogin and rcp). All three of these commands
use rhosts style authentication. This package contains the clients
needed for all of these services.

%files rsh
%{_bindir}/rsh
%{_bindir}/rcp
%{_mandir}/man1/rsh.1*
%{_mandir}/cat1/rsh.1*
%{_mandir}/man1/rcp.1*
%{_mandir}/cat1/rcp.1*

#----------------------------------------------------------------------------

%package	telnet
Summary:	Client for the telnet remote login
Group:		Networking/Other
Requires:	%{name}-libs = %{EVRD}
Conflicts:	krb5-appl-clients
Conflicts:	netkit-telnet
Provides:	telnet-client

%description	telnet
Telnet is a popular protocol for remote logins across the Internet.
This package provides a command line telnet client.

%files telnet
%{_bindir}/telnet
%{_mandir}/man1/telnet.1*
%{_mandir}/cat1/telnet.1*

#----------------------------------------------------------------------------

%package	ftpd
Summary:	The standard UNIX FTP (file transfer protocol) server
Group:		System/Servers
Requires(pre):	xinetd
Requires:	%{name}-libs = %{EVRD}
Conflicts:	ftp-server-krb5
Provides:	ftp-server

%description	ftpd
FTP is the file transfer protocol, which is a widely used Internet
protocol for transferring files and for archiving files.

%files ftpd
%config(noreplace) %{_sysconfdir}/xinetd.d/ftpd
%{_sbindir}/ftpd
%{_mandir}/man8/ftpd.8*
%{_mandir}/cat8/ftpd.8*

%post ftpd
service xinetd condreload

%postun ftpd
service xinetd condreload

#----------------------------------------------------------------------------

%package	rshd
Summary:	Server for remote access commands (rsh, rlogin, rcp)
Group:		System/Servers
Requires(pre):	xinetd
Requires:	%{name}-libs = %{EVRD}
Provides:	rsh-server

%description	rshd
The rsh package contains a set of programs which allow users to run
commmands on remote machines, login to other machines and copy files
between machines (rsh, rlogin and rcp). All three of these commands
use rhosts style authentication. This package contains servers needed
for all of these services.

%files rshd
%config(noreplace) %{_sysconfdir}/xinetd.d/rshd
%{_sbindir}/rshd
%{_mandir}/man8/rshd.8*
%{_mandir}/cat8/rshd.8*

%post rshd
service xinetd condreload

%postun rshd
service xinetd condreload

#----------------------------------------------------------------------------

%package	telnetd
Summary:	Server for the telnet remote login
Group:		System/Servers
Requires(pre):	xinetd
Requires:	%{name}-libs = %{EVRD}
Conflicts:	krb5-appl-servers
Conflicts:	netkit-telnet-server
Provides:	telnet-server

%description	telnetd
Telnet is a popular protocol for remote logins across the Internet.
This package provides a telnet daemon which allows remote logins into
the machine it is running on.

%files telnetd
%config(noreplace) %{_sysconfdir}/xinetd.d/telnetd
%{_sbindir}/telnetd
%{_mandir}/man8/telnetd.8*
%{_mandir}/cat8/telnetd.8*

%post telnetd
service xinetd condreload

%postun telnetd
service xinetd condreload

#----------------------------------------------------------------------------

%if 0
%package	clients
Summary:	Kerberos programs for use on workstations
Group:		Networking/Other
Requires:	%{name}-libs = %{EVRD}

%description	clients
Kerberos 5 Clients.
%endif

#----------------------------------------------------------------------------

%package	daemons
Summary:	Kerberos daemons programs for use on servers
Group:		System/Servers
Requires:	%{name}-libs = %{EVRD}

%description	daemons
Kerberos Daemons.

%files daemons
%{_sbindir}/popper
%{_sbindir}/push
%{_mandir}/man8/popper.8*
%{_mandir}/man8/push.8*
%{_mandir}/cat8/popper.8*
%{_mandir}/cat8/push.8*

#----------------------------------------------------------------------------

%package	devel
Summary:	Header files for heimdal
Group:		System/Libraries
Requires:	%{name}-libs = %{EVRD}
Conflicts:	libxmlrpc-devel
Conflicts:	krb5-devel
Conflicts:	ext2fs-devel

%description	devel
Contains files needed to compile and link software using the kerberos
libraries.

%files devel
%{_bindir}/heimdal-config
%{multiarch_bindir}/heimdal-config
%{_libdir}/lib*.so
%{_libdir}/windc.so
%{_includedir}/*
%{_libdir}/pkgconfig/heimdal-gssapi.pc

#----------------------------------------------------------------------------

%package	devel-doc
Summary:	Developer documentation for heimdal
Group:		System/Libraries
Conflicts:	heimdal-devel

%description	devel-doc
Contains the documentation covering functions etc. in the heimdal libraries

%files devel-doc
%{_mandir}/man1/krb5-config.1*
%{_mandir}/cat1/krb5-config.1*
%{_mandir}/man3/*
%{_mandir}/cat3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch11 -p1 -b .passwd_check

%build
%serverbuild
#   --sysconfdir=%{_sysconfdir}/%{name} \
%configure2_5x \
    --libexecdir=%{_sbindir} \
    --with-hdbdir=%{_localstatedir}/lib/%{name} \
    --disable-static \
    --enable-shared \
    --with-readline \
    --with-readline-lib=%{_libdir} \
    --with-readline-include=%{_includedir}/readline \
    --with-openldap=%{_prefix} \
    --with-sqlite3=%{_prefix} \
    --with-libintl=%{_prefix} \
    --with-x \
    --with-ipv6 \
    --enable-kcm \
    --enable-pk-init
%if 0
    --enable-hdb-openldap-module
%endif
make
%make -C doc html

%install
install -d %{buildroot}%{_localstatedir}/lib/%{name}
#install -d %{buildroot}%{_sysconfdir}/%{name}

%makeinstall_std

install appl/su/.libs/su %{buildroot}%{_bindir}/ksu
#install %{SOURCE4} %{buildroot}%{_sysconfdir}/krb5.conf

install -m755 %{SOURCE1} -D %{buildroot}%{_initrddir}/%{name}
install -m644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/sysconfig/%{name}
# FIXME install %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
# FIXME install %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{name}

install -m644 %{SOURCE5} -D %{buildroot}%{_sysconfdir}/xinetd.d/ftpd
install -m644 %{SOURCE6} -D %{buildroot}%{_sysconfdir}/xinetd.d/rshd
install -m644 %{SOURCE7} -D %{buildroot}%{_sysconfdir}/xinetd.d/telnetd
install -m644 %{SOURCE8} -D %{buildroot}%{_sysconfdir}/xinetd.d/kadmind

chmod +r %{buildroot}%{_bindir}/otp   # qrde dlaczego to ma chmod 0

#touch %{buildroot}%{_sysconfdir}/%{name}/krb5.keytab
touch %{buildroot}%{_sysconfdir}/krb5.keytab
touch %{buildroot}%{_localstatedir}/lib/%{name}/kadmind.acl

# prevent some conflicts
mv %{buildroot}%{_mandir}/man1/su.1 %{buildroot}%{_mandir}/man1/ksu.1
mv %{buildroot}%{_mandir}/cat1/su.1 %{buildroot}%{_mandir}/cat1/ksu.1
rm -f %{buildroot}%{_mandir}/*5/ftpusers.5*

rm -f %{buildroot}%{_libdir}/lib{com_err,ss}.so
rm -f %{buildroot}%{_includedir}/{glob,fnmatch,ss/ss}.h
rm -f %{buildroot}%{_bindir}/mk_cmds

# see if we can avoid conflicting with krb5-devel
mv %{buildroot}%{_bindir}/krb5-config %{buildroot}%{_bindir}/heimdal-config
%multiarch_binaries %{buildroot}%{_bindir}/heimdal-config

# utils
install -m755 tools/kdc-log-analyze.pl -D %{buildroot}%{_datadir}/%{name}/kdc-log-analyze.pl
install -m755 lib/kadm5/check-cracklib.pl -D %{buildroot}%{_datadir}/%{name}/check-cracklib.pl
perl -pi -e 's|^#! ?/usr/pkg/bin/perl|#!%{_bindir}/perl|' \
    %{buildroot}%{_datadir}/%{name}/*.pl

# stuff installed there because of libexecdir redefinition
mv %{buildroot}%{_sbindir}/%{name} %{buildroot}%{_libdir}

# cleanups
rm -f %{buildroot}%{_libdir}/*.*a

# looks like we don't need these
rm -f %{buildroot}%{_mandir}/*5/qop.5*
rm -f %{buildroot}%{_mandir}/cat5/mech.5

%check
%if %{?_with_test:1}%{!?_with_test:0}
# For some reason this check fails partially just under rpm:
perl -pi -e 's/check-iprop //g' tests/kdc/Makefile
make -C tests check
%endif


%changelog
* Tue Aug 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.3-3
+ Revision: 9ad0f22
- Update texinfo patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1953 |14cr|heimdall-1.4.1-0.RC2.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prerel RC2

%define udev_rules_dir /lib/udev/rules.d

Name:		heimdall
Version:	1.4.1
%if "%prerel" != ""
Release:	0.%prerel.1
%else
Release:	2
%endif
Summary:	Flash firmware (aka ROMs) onto Samsung Galaxy S devices
Group:		Development/Other
License:	MIT
URL:		http://www.glassechidna.com.au/products/%{name}/
# Source has to be generated from https://github.com/Benjamin-Dobell/Heimdall/tree/v1.3.1
# using:
# git clone git://github.com/Benjamin-Dobell/Heimdall.git
# git archive --format tar --prefix heimdall-1.4.1/ -o heimdall-1.4.1RC2.tar v1.4.1RC2
Source0:	%{name}-%{version}%prerel.tar.xz
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	dos2unix
BuildRequires:	qt4-devel

%description
Heimdall is a cross-platform open-source utility to flash firmware (aka ROMs)
onto Samsung Galaxy S devices.

%package frontend
Summary:	Qt4 based frontend for %{name}
Group:		Graphical desktop/KDE
Requires:	%{name} = %{version}-%{release}

%description frontend
Heimdall is a cross-platform open-source utility to flash firmware (aka ROMs)
onto Samsung Galaxy S devices.

This package provides Qt4 based frontend for %{name}.

%prep
%setup -q
%apply_patches

#fix EOLs
dos2unix Linux/README

#fix frontend install
sed -i -e 's|/usr/local/bin|%{_bindir}|g' heimdall-frontend/heimdall-frontend.pro

%build 
cd libpit
	%configure
	%make
cd ..
cd heimdall
	./autogen.sh --help || :
	%configure2_5x
	%make V=1
cd ..

cd heimdall-frontend
	%qmake_qt4 heimdall-frontend.pro 
	%make V=1
cd ..

%install
pushd heimdall
	%makeinstall_std
popd

pushd heimdall-frontend
	%make INSTALL_ROOT=%{buildroot} install
popd

# udev rule
mkdir -p %{buildroot}%{udev_rules_dir}
cat > %{buildroot}%{udev_rules_dir}/60-heimdall-galaxy-s.rules << EOF
SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="6601", MODE="0666" 
EOF

# desktop file
# TODO: better icon
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/mandriva-heimdall.desktop << EOF
[Desktop Entry]
Name=Heimdall
Comment=Flash firmware (aka ROMs) onto Samsung Galaxy S devices
Icon=phone
Exec=%{name}-frontend
Terminal=false
Type=Application
Categories=Qt;Utility;
EOF

%post
udevadm control --reload

%postun
udevadm control --reload

%files
%defattr(-,root,root)
%doc Linux/README heimdall/LICENSE
%{_bindir}/%{name}
%{udev_rules_dir}/60-heimdall-galaxy-s.rules

%files frontend
%defattr(-,root,root)
%doc Linux/README heimdall/LICENSE
%{_bindir}/%{name}-frontend
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-0.RC2.1
+ Revision: e677676
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1954 |14cr|hellanzb-0.13-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           hellanzb
Version:        0.13
Release:        6
Summary:        Hands-free nzb downloader and post processor

Group:          Networking/News
License:        BSD
URL:            http://www.hellanzb.com/trac/
Source0:        http://www.hellanzb.com/distfiles/hellanzb-%{version}.tar.gz
Source1:        README.urpmi
Patch0:         hellanzb-configuration-location3.patch
Patch1:         hellanzb-unrar-is-optional.patch
Patch2:         hellanzb-remove-bogus-shebang.patch
Patch3:         hellanzb-0.13-dont-attempt-multiple-groups.diff
# (ahmad) add patch from debian to fix compatibility with Twisted 10.0.0
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573221
Patch4:         007-Twisted_10.0.0_compat.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildArch:      noarch

Requires:       parchive2
Requires:       python-twisted
Requires:       python-twisted-web
Requires:       python-yenc


%description
hellanzb is an easy to use application designed to retrieve nzb files
and fully process them. The goal being to make getting files from Usenet
as hands-free as possible. Once fully installed, all that's required
is moving an nzb file to the queue directory. The rest: downloading,
par-checking, un-raring, etc. is done automatically by hellanzb.


%prep
%setup -q
%patch0
sed --in-place 's|\*DOCDIR\*|%{_docdir}|' Hellanzb/Core.py
sed --in-place 's|\*PKGNAME\*|%{name}|'   Hellanzb/Core.py
%patch1
%patch2
%patch3
%patch4 -p1 -b .twisted 


%build
%{__python} -c 'import setuptools; execfile("setup.py")' build


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_sysconfdir}
%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}

mv %{buildroot}%{_bindir}/%{name}.py %{buildroot}%{_bindir}/%{name}
rm %{buildroot}/usr/etc/%{name}.conf.sample

mv etc/hellanzb.conf.sample %{buildroot}/%{_docdir}/%{name}/
cp %{SOURCE1} %{buildroot}%{_docdir}/%{name}/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_docdir}/%{name}/
%{python_sitelib}/*
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13-6
+ Revision: 9891f76
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1955 |14cr|hepmc-2.06.08-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# hepevt symbol should be defined externally (?)
%define _disable_ld_no_undefined	1

%define name	hepmc
%define major	3
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname %{name} -d

Name:		%{name}
Group:		Sciences/Physics
License:	GPLv2+
Version:	2.06.08
Release:	2
Summary:	C++ Event Record for Monte Carlo Generators
URL:		https://savannah.cern.ch/projects/hepmc/
Source0:	http://lcgapp.cern.ch/project/simu/HepMC/download/HepMC-%{version}.tar.gz

%description
The HepMC package is an object oriented event record written in C++ for
High Energy Physics Monte Carlo Generators. Many extensions from HEPEVT,
the Fortran HEP standard, are supported: the number of entries is unlimited,
spin density matrices can be stored with each vertex, flow patterns
(such as color) can be stored and traced, integers representing random
number generator states can be stored, and an arbitrary number of event
weights can be included. Particles and vertices are kept separate in a
graph structure, physically similar to a physics event. The added
information supports the modularisation of event generators. The package
has been kept as simple as possible with minimal internal/external
dependencies. Event information is accessed by means of iterators supplied
with the package.

Reference: M. Dobbs and J.B. Hansen, Comput. Phys. Commun. 134 (2001) 41.

%package	-n %{libname}
Summary:	C++ Event Record for Monte Carlo Generators
Group:		System/Libraries
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description	-n %{libname}
The HepMC package is an object oriented event record written in C++ for
High Energy Physics Monte Carlo Generators. Many extensions from HEPEVT,
the Fortran HEP standard, are supported: the number of entries is unlimited,
spin density matrices can be stored with each vertex, flow patterns
(such as color) can be stored and traced, integers representing random
number generator states can be stored, and an arbitrary number of event
weights can be included. Particles and vertices are kept separate in a
graph structure, physically similar to a physics event. The added
information supports the modularisation of event generators. The package
has been kept as simple as possible with minimal internal/external
dependencies. Event information is accessed by means of iterators supplied
with the package.

Reference: M. Dobbs and J.B. Hansen, Comput. Phys. Commun. 134 (2001) 41.

%package	-n %{devname}
Summary:	HepMC development files
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description	-n %{devname}
HepMC development files.

%prep
%setup -q -n HepMC-%{version}

%build
autoreconf -ifs

# momentum = MEV or GEV - must select one
# length = MM or CM - must select one
# default values just using the first of the two reported available options
%configure --with-momentum=MEV --with-length=MM --enable-shared --disable-static

%make

%install
%makeinstall_std
find %{buildroot} -type f -name '*.la' -exec rm -f {} \;

mkdir -p %{buildroot}%{_docdir}/%{name}
mv -f %{buildroot}%{_datadir}/HepMC/doc/* %{buildroot}%{_docdir}/%{name}
mv -f %{buildroot}%{_datadir}/HepMC/examples %{buildroot}%{_docdir}/%{name}/examples
rmdir %{buildroot}%{_datadir}/HepMC/doc
rmdir %{buildroot}%{_datadir}/HepMC

%files		-n %{libname}
%{_libdir}/lib*.so.*

%files		-n %{devname}
%doc %{_docdir}/%{name}/
%{_libdir}/lib*.so
%{_includedir}/HepMC/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.06.08-2
+ Revision: 3fb6fac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1956 |14cr|heroes-0.21-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	dataversion	1.5

Summary:	Game like Nibbles but different
Name:		heroes
Version:	0.21
Release:	12
Source0:	http://download.sourceforge.net/heroes/%{name}-%{version}.tar.bz2
Source1:	http://download.sourceforge.net/heroes/%{name}-data-%{dataversion}.tar.bz2
Source2:	http://download.sourceforge.net/heroes/%{name}-sound-tracks-1.0.tar.bz2
Source3:	http://download.sourceforge.net/heroes/%{name}-sound-effects-1.0.tar.bz2
Source5:	%{name}-16.png
Source6:	%{name}-32.png
Source7:	%{name}-48.png
Patch0:		%{name}-0.21-debian-fixes.patch.bz2
Patch1:		heroes-0.21-fix-build-gcc4.patch.bz2
License:	GPL
Url:		http://heroes.sourceforge.net/
Group:		Games/Arcade
BuildRequires:	gettext bison SDL-devel SDL_mixer-devel

%description
Heroes is similar to the "Tron" and "Nibbles" games of yore, but includes
many graphical improvements and new game features.  In it, you must
maneuver a small vehicle around a world and collect powerups while avoiding
obstacles, your opponents' trails, and even your own trail. Several modes
of play are available, including "get-all-the-bonuses", deathmatch, and
"squish-the-pedestrians".

%prep
%setup -q
%setup -q -D -T -a 1
%setup -q -D -T -a 2
%setup -q -D -T -a 3
%patch0 -p1
%patch1 -p1

cat <<EOF > %{name}.menu
?package(%{name}):command="%{_gamesbindir}/%{name}" \
		  icon=%{name}.png \
		  needs="x11" \
		  section="More Applications/Games/Arcade" \
		  title="Heroes"\
		  longtitle="%{Summary}" xdg="true"
EOF

cat << EOF > mandriva-%{name}.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Heroes
Comment=%{summary}
Exec=%_gamesbindir/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

%build
%configure	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir} \
		--disable-debug \
		--with-sdl
%make LDFLAGS="-lm -lpthread"
    (cd %{name}-data-%{dataversion}
     %configure	--bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
     %make
    )       
for i in sound-effects sound-tracks; do
    (
    cd %{name}-$i-1.0
    %configure --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
		    
    %make
    )
done

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall bindir=$RPM_BUILD_ROOT%{_gamesbindir} datadir=$RPM_BUILD_ROOT%{_gamesdatadir}
    (cd %{name}-data-%{dataversion}
     %makeinstall bindir=$RPM_BUILD_ROOT%{_gamesbindir} datadir=$RPM_BUILD_ROOT%{_gamesdatadir}
    )
for i in sound-effects sound-tracks; do
    (
    cd %{name}-$i-1.0
    %makeinstall bindir=$RPM_BUILD_ROOT%{_gamesbindir} datadir=$RPM_BUILD_ROOT%{_gamesdatadir}
    )
done

mv $RPM_BUILD_ROOT%{_gamesdatadir}/locale/ $RPM_BUILD_ROOT%{_datadir}/
%find_lang %{name}

install -D -m644 mandriva-%{name}.desktop $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop
install -m644 %SOURCE6 -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %SOURCE5 -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %SOURCE7 -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png



%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO
%{_gamesdatadir}/%{name}
%{_mandir}/man6/%{name}*
%{_gamesbindir}/%{name}*
%{_datadir}/applications/*
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_infodir}/%{name}.info*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.21-12
+ Revision: 37f0a27
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1957 |14cr|hevea-2.09-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#hevea-debuginfo.x86_64: E: debuginfo-without-sources (Badness: 1)
%define debug_package	%{nil}

Summary:	A fast LaTeX to HTML translator
Name:		hevea
Version:	2.09
Release:	4
License:	QPL
Group:		Publishing
Url:		http://hevea.inria.fr/
Source0:	http://para.inria.fr/~maranget/hevea/distri/hevea-%{version}.tar.gz
Source1:	http://para.inria.fr/~maranget/hevea/distri/hevea-%{version}-manual.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	ocaml >= 3.07
Requires:	texlive-kpathsea.bin
Requires(post,postun):	texlive-kpathsea.bin

%description
HEVEA is a LaTeX to HTML translator.  The input language is a fairly
complete subset of LaTeX2e (old LaTeX style is also accepted) and
the output language is HTML that is (hopefully) correct with respect
to version 4.0 (transitional).

This package is a binary installation of the hevea system.
This software includes the Objective Caml run-time system, which is
copyright 1995--1999 INRIA.

%files
%doc %{name}-%{version}-manual/*
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/texmf-dist/tex/latex/%{name}.sty

%post
%{_bindir}/mktexlsr

%postun
%{_bindir}/mktexlsr

#----------------------------------------------------------------------------

%prep
%setup -q -a 1

%build
rm -f config.sh
make \
        DESTDIR=%{buildroot} \
        PREFIX=%{_prefix} \
        LIBDIR=%{_datadir}/%{name} \
        LATEXLIBDIR=%{_datadir}/texmf-dist/tex/latex

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/texmf-dist/tex/latex/%{name}
make install \
        DESTDIR=%{buildroot} \
        PREFIX=%{_prefix} \
        LIBDIR=%{_datadir}/%{name} \
        LATEXLIBDIR=%{_datadir}/texmf-dist/tex/latex


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.09-4
+ Revision: e558217
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1958 |14cr|hex-a-hop-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		hex-a-hop
Version:	1.1.0
Release:	2
Summary:	A hexagonal tile-based puzzle game
Group:		Games/Puzzles
License:	GPL
URL:		http://hexahop.sourceforge.net/
Source:		http://sourceforge.net/projects/hexahop/files/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	SDL-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	imagemagick

%description
Hex-a-Hop is a hexagonal tile-based puzzle game with one simple goal:
destroy all green tiles! There are infinite undos and no time limits --
you just have to find a way to destroy all the green tiles and step on
a safe tile at the end.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

# icons
for N in 16 32 48 64 128; do convert data/icon.bmp -resize ${N}x${N} $N.png; done
%__install -D 16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%__install -D 32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%__install -D 48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%__install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
%__install -D 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# XDG menu entry
%__mkdir_p  %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=Hex-a-hop
Comment=Hexagonal tile-based puzzle
Icon=%{name}
Exec=%{name}
Terminal=false
Categories=Game;LogicGame;
EOF

%clean
%__rm -rf %{buildroot}

%files
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-2
+ Revision: b4e660e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1959 |14cr|hexamine-0.2.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hexagonal Minesweeper
Name:		hexamine
Version:	0.2.1
Release:	7
License:	GPLv2+
Group:		Games/Puzzles
Url:		http://sourceforge.net/projects/hexamine
Source0:	http://prdownloads.sourceforge.net/hexamine/%{name}-%{version}.tar.bz2
Source1:	%{name}.6
BuildRequires:	imagemagick
Requires:	pygame
BuildArch:	noarch

%description
A puzzle game, based on Minesweeper idea.

It introduces hexagonal grid, 3 different mine powers and extended
neighborhood information. All the above allows to present non trivial
but mostly solvable game situations even for most experienced player.

You can configure the game using system wide or user configuration file.

%files
%doc ABOUT README
%attr(0755,root,games) %{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man6/%{name}.6*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}

find . -type f -name "*.png" -exec convert {} -strip {} \;

perl -pi -e "s#./skins#%{_gamesdatadir}/%{name}/skins#g" hexamine.py
convert -size 16x16 skins/basic/hextile_flag_4.png %{name}-16.png
convert -size 32x32 skins/basic/hextile_flag_4.png %{name}-32.png
convert -size 48x48 skins/basic/hextile_flag_4.png %{name}-48.png

%build

%install
install -d -m 755 %{buildroot}%{_gamesbindir}
install -m 755 %{name}.py %{buildroot}%{_gamesbindir}/%{name}
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}/skins/basic/
install -m 644 skins/basic/* %{buildroot}%{_gamesdatadir}/%{name}/skins/basic/
install -d -m 755 %{buildroot}/%{_sysconfdir}
install -m 644 %{name}.conf %{buildroot}/%{_sysconfdir}

#icons
install -d -m 755 %{buildroot}/%{_miconsdir}
install -m 644 %{name}-16.png %{buildroot}/%{_miconsdir}/%{name}.png
install -d -m 755 %{buildroot}/%{_iconsdir}
install -m 644 %{name}-32.png %{buildroot}/%{_iconsdir}/%{name}.png
install -d -m 755 %{buildroot}/%{_liconsdir}
install -m 644 %{name}-48.png %{buildroot}/%{_liconsdir}/%{name}.png

#xdg menu
install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Hexamine
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;LogicGame;
EOF

#man page
install -d -m 755 %{buildroot}/%{_mandir}/man6
install -m 644 %{SOURCE1} %{buildroot}/%{_mandir}/man6/%{name}.6


%changelog
* Tue Aug 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.1-7
+ Revision: c0e1594
- Fix issue with png profiles



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1960 |14cr|hexcalc-1.11-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A decimal, hexadecimal, octal and binary calculator
Name:		hexcalc
Version:	1.11
Release:	23
License:	GPL-like
Group:		Sciences/Mathematics
Source0:	ftp://ftp.x.org/R5contrib/hexcalc.tar.bz2
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
BuildRequires:	imake
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xt)

%description
Hexcalc is a simple multi-radix calculator for programmers. The calculator
operates in four modes (decimal, hexadecimal, octal and binary).

%files
%{_bindir}/hexcalc
%{_mandir}/*/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
xmkmf
%make CCOPTIONS="%{optflags}" EXTRA_LDOPTIONS="%{ldflags}"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -c hexcalc %{buildroot}%{_bindir}
install -c hexcalc.man %{buildroot}%{_mandir}/man1/hexcalc.1x

# Menu stuff
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}

install -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Hexcalc
Comment=Hexadecimal calculator
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Science;Math;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.11-23
+ Revision: e71ca84
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1961 |14cr|hexchat-2.9.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A popular and easy to use graphical IRC (chat) client
Name:		hexchat
Version:	2.9.6.1
Release:	2
Group:		Networking/IRC
License:	GPLv2+
URL:		http://www.hexchat.org
Source0:	http://dl.hexchat.net/hexchat/%{name}-%{version}.tar.xz

BuildRequires:	gettext-devel
BuildRequires:	perl-devel
BuildRequires:	python-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(libsexy)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	openssl-devel
BuildRequires:	desktop-file-utils

%description
HexChat is an easy to use graphical IRC chat client for the X Window System.
It allows you to join multiple IRC channels (chat rooms) at the same time, 
talk publicly, private one-on-one conversations etc. Even file transfers
are possible.

%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh

%build
find -type f -exec chmod a-x {} \;
find -name configure -exec chmod a+x {} \;

%configure2_5x \
		--enable-ipv6 \
        --enable-spell=libsexy \
        --enable-shm

%make

%install
%makeinstall_std

# Add SVG for hicolor
install -D -m644 share/icons/hexchat.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/hexchat.svg

# Drop deprecated TCL plugin
find %{buildroot} -name 'tcl.so' -exec rm -f {} ';'

# Remove unused schema
rm -f %{buildroot}%{_sysconfdir}/gconf/schemas/apps_hexchat_url_handler.schemas


#(tpg) remove these files
rm -rf %{buildroot}%{_includedir}/hexchat-plugin.h
rm -rf %{buildroot}%{_libdir}/pkgconfig/hexchat-plugin.pc

# Fix opening irc:// links by adding mimetype and editing exec
desktop-file-install \
    --add-mime-type='x-scheme-handler/irc;x-scheme-handler/ircs' \
    --remove-key=Exec \
    --dir=%{buildroot}%{_datadir}/applications/ \
    %{buildroot}%{_datadir}/applications/hexchat.desktop

# Workaround for EL's version of desktop-file-install
echo Exec="sh -c \"hexchat --existing --url %U || exec hexchat\"">>%{buildroot}%{_datadir}/applications/hexchat.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc share/doc/*
%dir %{_libdir}/hexchat
%dir %{_libdir}/hexchat/plugins
%{_bindir}/hexchat
%{_libdir}/hexchat/plugins/checksum.so
%{_libdir}/hexchat/plugins/doat.so
%{_libdir}/hexchat/plugins/fishlim.so
%{_libdir}/hexchat/plugins/sysinfo.so
%{_libdir}/hexchat/plugins/perl.so
%{_libdir}/hexchat/plugins/python.so
%{_datadir}/applications/hexchat.desktop
%{_iconsdir}/hicolor/*/apps/*.*g
%{_datadir}/dbus-1/services/org.hexchat.service.service
%{_datadir}/appdata/hexchat.appdata.xml
%{_mandir}/man1/%{name}.1.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.6.1-2
+ Revision: de2477c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1962 |14cr|hexglass-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		hexglass
Version:	1.2.1
Release:	2
Summary:	Block falling puzzle game based on a hexagonal grid 
Group:		Games/Puzzles
License:	GPLv3+
URL:		http://code.google.com/p/hexglass
Source0:	http://hexglass.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
# Let the application search for locale files in
# /usr/share/hexglass/translations/
Patch0:		hexglass-1.2.1-locale-path.patch
BuildRequires:	qt4-devel

%description
HexGlass is a Tetris-like puzzle game. Ten different types of blocks
continuously fall from above and you must arrange them to make horizontal
rows of hexagonal bricks. Completing any row causes those hexagonal blocks
to disappear and the rest above move downwards. The blocks above gradually
fall faster and the game is over when the screen fills up and blocks can
no longer fall from the top.

%prep
%setup -q
%patch0 -p1

%build
%qmake_qt4 hexglass.pro
%make

%install
%__rm -rf %{buildroot}
%__install -D hexglass %{buildroot}%{_bindir}/hexglass
%__install -d %{buildroot}%{_datadir}/%{name}/translations
%__install -m 644 -p translations/*.qm %{buildroot}%{_datadir}/%{name}/translations
%__install -D -m 644 -p resources/about_icon.xpm %{buildroot}%{_datadir}/pixmaps/%{name}.xpm

# menu-entry
%__mkdir_p  %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=HexGlass
Comment=Tetris-like puzzle game based on a hexagonal grid
Comment[de]=Tetris-ähnliches Puzzlespiel auf einem sechseckigen Raster
Exec=hexglass
Icon=hexglass
Terminal=false
Type=Application
Categories=Game;LogicGame;
EOF

%clean
%__rm -rf %{buildroot}

%files
%doc CHANGES COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-2
+ Revision: b085445
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1963 |14cr|hexter-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       hexter
Summary:    Yamaha DX7 modeling DSSI plugin

Version:    1.0.3
Release:    2

Source:     http://sourceforge.net/projects/dssi/files/hexter/1.0.3/%{name}-%{version}.tar.bz2
URL:        http://dssi.sourceforge.net/hexter.html
License:    GPLv2+
Group:      Sound

BuildRequires:  pkgconfig(dssi)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(liblo)
BuildRequires:  pkgconfig(alsa)

%description
hexter is a software synthesizer that models the sound generation of a Yamaha
DX7 synthesizer. It can easily load most DX7 patch bank files, accept patch
editing commands via MIDI sys-ex messages (ALSA systems only), and recreate the
sound of the DX7 with greater accuracy than any previous open-source emulation
(that the author is aware of....)

hexter operates as a plugin for the Disposable Soft Synth Interface (DSSI).
DSSI is a plugin API for software instruments (soft synths) with user
interfaces, permitting them to be hosted in-process by audio applications.

%prep
%setup -q

%build
alias libtoolize=true
%configure2_5x
%make

%install
%makeinstall

%files
%doc ChangeLog COPYING AUTHORS README TODO
%{_libdir}/dssi/%{name}.so
%{_libdir}/dssi/%{name}/%{name}_gtk
%{_datadir}/%{name}/*.dx7





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-2
+ Revision: b7c5db6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1964 |14cr|hexxagon-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		hexxagon
Summary:	Othello clone (GTK version)
Version:	1.0.2
Release:	2
Group:		Games/Boards
License:	GPLv2+
Url:		http://nesqi.se/hexxagon/
Source0:	http://nesqi.se/download/%{name}-%{version}.tar.bz2
Source11:	%{name}-48.png
Source12:	%{name}-32.png
Source13:	%{name}-16.png
Patch0:		hexxagon-1.0-fix-build.patch
BuildRequires:	pkgconfig(gtk+)
BuildRequires:	pkgconfig(gtkmm-2.4)

%description
Hexxagon is a clone of Hexxagon, an adaptation of
the Othello board game written for DOS.
This is the GTK1 version of Hexxagon.

%prep
%setup -q
%patch0 -p1 -b .fix-build

%build
%configure2_5x
%make

%install
%makeinstall bindir=%{buildroot}%{_gamesbindir}

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Categories=Game;BoardGame;
Name=Hexxagon
Comment=Othello clone
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_liconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_miconsdir}/%{name}.png

%files
%doc README
%{_gamesbindir}/%{name}
%{_datadir}/applications/mandriva-%{name}*.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-2
+ Revision: d0ed42a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1965 |14cr|hg-git-0.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mercurial plugin for communicating with Git servers

Name:		hg-git
Version:	0.6.0
Release:	3
Source0:	http://pypi.python.org/packages/source/h/%{name}/%{name}-%{version}.tar.gz
License:	GPLv2
Group:		Development/Other
Url:		http://hg-git.github.com/
BuildArch:	noarch
Requires:	mercurial >= 1.3
Requires:	python-dulwich >= 0.8.0
BuildRequires:	python-dulwich >= 0.8.0
BuildRequires:  python-devel

%description
This is the Hg-Git plugin for Mercurial, adding the ability to push to
and pull from a Git server repository from Mercurial. This means you
can collaborate on Git based projects from Mercurial, or use a Git
server as a collaboration point for a team with developers using both
Git and Mercurial.

%prep
%setup -q

%install

PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
cat <<EOF > hg-git.rc
[extensions]
hgext.bookmarks =
hggit = %{py_puresitedir}/hggit
EOF

%__install -m 755 -d %{buildroot}%{_sysconfdir}/mercurial/hgrc.d
%__install -m 644 hg-git.rc %{buildroot}%{_sysconfdir}/mercurial/hgrc.d/

%clean

%files
%config(noreplace) %{_sysconfdir}/mercurial/hgrc.d/hg-git.rc
%{py_puresitedir}/hg_git*
%{py_puresitedir}/hggit*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-3
+ Revision: 6043196
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1966 |14cr|hiawatha-9.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An advanced and secure webserver for Unix
Name:		hiawatha
Version:	9.4
Release:	3
Source0:	http://www.hiawatha-webserver.org/files/%{name}-%{version}.tar.gz
Source1:	hiawatha.service
License:	GPLv2
Group:		System/Servers
Url:		http://www.hiawatha-webserver.org/
BuildRequires:	libxslt-devel
BuildRequires:	pkcs11-helper-devel
BuildRequires:	polarssl-devel
BuildRequires:	cmake >= 2.8.4
Requires(preun):rpm-helper
Requires(post):	rpm-helper
Provides:	webserver


%description
Hiawatha is an advanced and secure webserver for Unix. It has been written 
with 'being secure' as its main goal. This resulted in a webserver which 
has for example DoS protection, connection control and traffic throttling. 
It has of course also thoroughly been checked and tested for buffer overflows

%prep
%setup -q
rm -rf polarssl

%build
%cmake	-DENABLE_CHROOT:BOOL=ON \
	-DENABLE_MONITOR:BOOL=ON \
	-DUSE_PKCS11_HELPER_LIBRARY:BOOL=ON \
	-DUSE_SYSTEM_POLARSSL:BOOL=ON \
	-DCMAKE_SKIP_RPATH:BOOL=OFF \
	-DCMAKE_INSTALL_LOCALSTATEDIR:PATH=var \
	-DCMAKE_INSTALL_PREFIX:PATH="" \
	-DCMAKE_INSTALL_BINDIR:PATH=%{_bindir} \
	-DCMAKE_INSTALL_SBINDIR:PATH=%{_sbindir} \
	-DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir} \
	-DCMAKE_INSTALL_MANDIR:PATH=%{_mandir}
%make

%install
pushd build
%makeinstall_std

install -D -m 644 logrotate.d/%{name} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
perl -pi -e 's|/usr/var/log/hiawatha/|/var/log/hiawatha/|' %{buildroot}%{_sysconfdir}/%{name}/hiawatha.conf

install -D -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/hiawatha.service
popd

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%dir /var/log/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_sbindir}/%{name}
%{_mandir}/*/*.*
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_localstatedir}/www/%{name}/
%{_unitdir}/%{name}*
%{_bindir}/ssi-cgi
%{_sbindir}/cgi-wrapper
%{_sbindir}/wigwam

%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 9.4-3
+ Revision: 67ab15d
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1967 |14cr|hibernate-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	hibernate
%define version 2.0
%define release 4

Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Summary:	Software suspend 2 hibernate script
Group:		System/Base
URL:		http://www.tuxonice.net/
Source:		http://www.tuxonice.net/downloads/all/%{name}-script-%{version}.tar.gz
Patch0:		hibernate-extra_pages_allowance.patch
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
hibernate is a shell script that handles the process of getting ready
to suspend to disk and to resume from disk. It requires the Software
Suspend 2 patches available at http://www.tuxonice.net/,
which are also included in the kernel-tmb package.

After installing you will want to run 'hibernate -h' to see available
options and modify your /etc/hibernate/hibernate.conf to set them.

%prep
%setup -q -n %{name}-script-%{version}

%patch0 -p1

%install
rm -rf %{buildroot}
export BASE_DIR=%{buildroot}
export PREFIX=%{_prefix}
export MAN_DIR=$BASE_DIR/%{_mandir}
sh install.sh

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG COPYING README SCRIPTLET-API
%{_datadir}/%{name}
%{_mandir}/*/*
%{_sbindir}/hibernate
%config(noreplace) %{_sysconfdir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: f41277f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1968 |14cr|hid-device-dump-9.04.04-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name hid-device-dump
%define version 9.04.04
%define release 3

Summary: hid device dump tool
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.zip
License: GPLv3+
Group: System/X11
Url: http://sourceforge.net/projects/hidtouchsuite/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Tool to dump packets from hid devices.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/hidDeviceDump



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 9.04.04-3
+ Revision: 2298b83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1969 |14cr|highmoon-1.2.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	highmoon
%define	version	1.2.4
%define release	5
%define	Summary	Artillery/Worms-like Game in Open Space

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	%{Summary}
Source0:	http://highmoon.gerdsmeier.net/%{name}-%{version}.tar.gz
Patch1:		highmoon-1.2.3-mdkconf.patch.bz2
URL:		http://highmoon.gerdsmeier.net/
Group:		Games/Arcade
License:	GPLv2
BuildRequires:	SDL-devel SDL_image-devel imagemagick
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
HighMoon is an Artillery/Worms-like duel game in which two spaceships fight
each other in open space. All shots are deflected by the gravitation of
planets and moons, so be careful not to destroy your own UFO.

%prep
%setup -q -n HighMoon
%patch1 -b .mdkconf
find -type f| xargs chmod 644

%build
%make	OPTFLAGS="$RPM_OPT_FLAGS -O3" \
	INSTALLPATH="%{_gamesdatadir}/%{name}" \
	INSTALLBIN="%{_gamesbindir}"

%install
rm -rf $RPM_BUILD_ROOT
make	INSTALLPATH="$RPM_BUILD_ROOT%{_gamesdatadir}/%{name}" \
	INSTALLBIN="$RPM_BUILD_ROOT%{_gamesbindir}" \
	install

cat<<EOF > $RPM_BUILD_ROOT%{_gamesbindir}/highmoon
#!/bin/sh
cd %{_gamesdatadir}/%{name}
./ufo \$@
EOF
chmod 755 $RPM_BUILD_ROOT%{_gamesbindir}/highmoon

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
Name=HighMoon
Comment=%{Summary}
EOF

install -d $RPM_BUILD_ROOT{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert -size 16x16 icon.png $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
convert -size 32x32 icon.png $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
convert -size 48x48 icon.png $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc AUTHORS NEWS README
%defattr(-,root,root)
%{_gamesbindir}/highmoon
%dir %{_gamesdatadir}/highmoon
%dir %{_gamesdatadir}/highmoon/gfx
%{_gamesdatadir}/highmoon/gfx/*
%dir %{_gamesdatadir}/highmoon/snd
%{_gamesdatadir}/highmoon/snd/*
%{_gamesdatadir}/highmoon/ufo
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.4-5
+ Revision: 609ce05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1970 |14cr|hinedo-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: hinedo
Summary: Tray applet to listen Hinet radio
Version: 0.4
Release: 3
License: GPLv2+
Group: Sound
Source0: http://of.openfoundry.org/download_path/hinedo/2007.11.18/%name-%version.tar.bz2
Patch0: hinedo-0.4-makefile.patch
Patch1: hinedo-0.4-str-fmt.patch
patch2:	hinedo-0.4.nostrip.patch
URL: http://of.openfoundry.org/projects/814
BuildRequires: pkgconfig(gtk+-2.0) desktop-file-utils
Requires: mplayer
Requires: python
Obsoletes: hinetradio

%description
Tray applet to listen Hinet radio.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0
%patch1 -p0
%patch2 -p1 -b .nostrip

%build
%make CFLAGS="%optflags" LDFLAGS="%{?ldflags} -lX11"

%install
%makeinstall_std CFLAGS="%optflags" LDFLAGS="%{?ldflags} -lX11"

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop

%files
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.png
%{_prefix}/lib/hinedo/update




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-3
+ Revision: fc2ba9e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1971 |14cr|hinetradio-1.0-0.beta6.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define betaversion beta6

Name: hinetradio
Summary: Tray applet to listen Hinet radio
Version: 1.0
Release: %mkrel -c %betaversion 3
License: GPL
Group: Sound
Source0: http://fd.idv.tw/hinetradio/%{name}-%{version}-%{betaversion}.tar.bz2
URL: http://fd.idv.tw/hinetradio
BuildRequires: pkgconfig(gtk+-2.0) desktop-file-utils curl-devel
BuildRequires: pkgconfig(gstreamer-0.10)
Requires: gstreamer0.10-ffmpeg gstreamer0.10-mms

%description
Tray applet to listen Hinet radio.

%prep
%setup -q -n %{name}-%{version}-%{betaversion}

%build
%configure2_5x LIBS="-lX11"
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="TrayIcon" \
	--add-only-show-in="KDE" \
	--add-only-show-in="GNOME" \
	--dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop

%files
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.png




%changelog
* Tue Nov 06 2012 alexander barakin aka sash-kan <alex@barak.in> 1.0-0.beta6.3
+ Revision: f65c152
- spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1972 |14cr|hippo-canvas-0.3.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name hippo-canvas
%define api 1
%define major 0
%define libname %mklibname %name %api %major
%define develname %mklibname -d %name

Name:           %name
Version:        0.3.1
Release:        6
Summary:        A canvas widget

Group:          Graphical desktop/GNOME
License:        LGPLv2
URL:            http://developer.mugshot.org/wiki/Hippo_Canvas
Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/hippo-canvas/hippo-canvas-%{version}.tar.bz2
Patch0:		hippo-canvas-0.3.0-linkage.patch
BuildRequires:  gtk2-devel
BuildRequires:  librsvg-devel
BuildRequires:  gobject-introspection-devel
BuildRequires:  python-cairo-devel

%description
The hippo-canvas library contains a canvas widget developed by the 
Mugshot team for displaying GTK+ UI across multiple platforms.

%package -n %libname
Group:          System/Libraries
Summary:        A canvas widget

%description -n %libname
The hippo-canvas library contains a canvas widget developed by the 
Mugshot team for displaying GTK+ UI across multiple platforms.


%package -n %develname
Summary:        Development files for hippo-canvas
Group:          Development/C
Requires:       %{libname} = %{version}-%{release}
Provides:	lib%name-devel = %version-%release
Provides:	%name-devel = %version-%release

%description -n %develname
The hippo-canvas-devel package contains libraries and header files for
developing applications that use hippo-canvas.

%package -n     python-%name
Summary:        Python module for hippo-canvas
Group:          Development/Python
Requires:       %{libname} = %{version}-%{release}
BuildRequires:  pygtk2.0-devel
BuildRequires:  python-gobject-devel > 2.21.2
BuildRequires:  gtk-doc

%description -n python-%name
The hippo-canvas-python package contains a Python interface.

%prep
%setup -q
%patch0 -p0

%build
export LDFLAGS="-lgmodule-2.0"
%configure2_5x --disable-static
%make

%install
%makeinstall_std
mv %buildroot%_datadir/gir %buildroot%_datadir/gir-1.0


%files -n %libname
%defattr(-,root,root,-)
%doc LICENSE README AUTHORS
%{_libdir}/libhippocanvas-%api.so.%{major}*
%_libdir/girepository-1.0/Hippo-1.0.typelib

%files -n %develname
%defattr(-,root,root,-)
%{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/pkgconfig/hippo-canvas-1.pc
%{_libdir}/*.so
%_datadir/gir-1.0/Hippo-1.0.gir

%files -n python-%name
%defattr(-,root,root,-)
%{python_sitearch}/*.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-6
+ Revision: 850af64
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1973 |14cr|hiredis-0.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname hiredis %{major}
%define develname %mklibname hiredis -d

Summary:	A minimalistic C client library for Redis
Name:		hiredis
Version:	0.10.1
Release:	2
Group:		System/Libraries
License:	BSD
URL:		https://github.com/antirez/hiredis
Source0:	antirez-%{name}-v%{version}-28-gd5d8843.tar.gz

%description 
Hiredis is a minimalistic C client library for the Redis database.

%package -n	%{libname}
Summary:        A minimalistic C client library for Redis
Group:          System/Libraries

%description -n	%{libname}
Hiredis is a minimalistic C client library for the Redis database.

%package -n	%{develname}
Summary:        Header files and libraries for hiredis C development
Group:          Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	hiredis-devel = %{version}-%{release}

%description -n	%{develname}
This package contains the header files and libraries to develop applications
using a Redis database.


%prep

%setup -q -n antirez-%{name}-d5d8843

%build
%make OPTIMIZATION="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

make install PREFIX=%{buildroot}/%{_prefix} INSTALL_LIBRARY_PATH=%{buildroot}%{_libdir}

rm -f `find %{buildroot} -name *.*a`

%files -n %{libname}
%doc COPYING
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%doc README.md
%{_includedir}/%{name}
%{_libdir}/*.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.1-2
+ Revision: f7b2a6b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1974 |14cr|hk_classes-0.8.3-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LIBMAJ 15
%define libname %mklibname %name %LIBMAJ
%define develname %mklibname %name -d
%define release 14

Summary:	GUI independent C++ database application libraries	
Name:		hk_classes
Version: 	0.8.3
Release: 	%release
License:	GPL
Group:		Databases
Source0:		http://hk-classes.sourceforge.net/hk_classes-%{version}.tar.bz2
Patch0:		hk_classes-0.8.3-gcc43.patch
Patch1:		hk_classes-0.8.3-fix-str-fmt.patch
patch2:		hk_classes-0.8.3.unistd.patch
Url:		http://hk-classes.sourceforge.net
BuildRequires:	fontconfig-devel
BuildRequires:	mysql-devel 
BuildRequires:  postgresql-devel 
BuildRequires:  unixODBC-devel 
BuildRequires:  libpx-devel 
BuildRequires:  xbsql-devel
BuildRequires:	pkgconfig(python) 
BuildRequires:  sqlite3-devel
%ifarch x86_64
%else
BuildRequires:  firebird-devel
%endif
BuildRequires:  chrpath 
Requires: 	%{libname} = %{version}-%{release}

%description
Hk_classes is a set of GUI independent C++ libraries which allow the rapid 
development of database applications and includes command line tools to use 
hk_classes in scripts.

firebird support is not available for x86_64

%package	-n python-%{name}
Summary:  	Python support for hk_classes
Group: 		Development/Python

%description -n python-%{name}
Python scripting support for hk_classes.

%package	-n %{libname}
Summary:  	Libraries for hk_classes applications
Group: 		System/Libraries
Obsoletes:	%mklibname %name 5
Conflicts:	%develname < 0.8.3-3
Conflicts:	%{mklibname -d %name 5}

%description -n %{libname}
Hk_classes libraries for command-line scripts and application development.

%package	-n %{develname}
Summary:  	Development files for hk_classes applications
Group: 		Development/Databases
Requires: 	%{libname} = %{version}-%{release}
Provides:	hk_classes-devel = %{version}
Obsoletes:	%mklibname -d %name 15
Conflicts:	%libname < 0.8.3-3
Conflicts:	%mklibname %name 5

%description -n %{develname}
Hk_classes header files for application development.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p0
%patch2 -p1 -b .unistd

%build
%configure2_5x --with-xbase-libdir=%{_libdir}
%make

%install
%makeinstall_std

# (sb) create a default config file

install -d $RPM_BUILD_ROOT/%{_sysconfdir}
cat << EOF > $RPM_BUILD_ROOT/%{_sysconfdir}/hk_classes.conf
<?xml version="1.0" ?>

<HK_VERSION>0.8.2</HK_VERSION>
<GENERAL>
  <SHOWPEDANTIC>YES</SHOWPEDANTIC>
  <DRIVERPATH>%{_libdir}/%{name}/drivers</DRIVERPATH>
  <DEFAULTFONT>Courier</DEFAULTFONT>
  <DEFAULTFONTSIZE>12</DEFAULTFONTSIZE>
  <DEFAULTTEXTALIGNMENT>LEFT</DEFAULTTEXTALIGNMENT>
  <DEFAULTNUMBERALIGNMENT>RIGHT</DEFAULTNUMBERALIGNMENT>
  <MAXIMIZEDWINDOWS>NO</MAXIMIZEDWINDOWS>
  <DEFAULTPRECISION>2</DEFAULTPRECISION>
  <DEFAULTTHOUSANDSSEPARATOR>NO</DEFAULTTHOUSANDSSEPARATOR>
  <DEFAULTDRIVER>mysql</DEFAULTDRIVER>
  <DEFAULTSIZETYPE>ABSOLUTE</DEFAULTSIZETYPE>
  <MEASURESYSTEM>CM</MEASURESYSTEM>
</GENERAL>
<HK_REGIONAL>
  <DEFAULTTIMEFORMAT>h:m:s</DEFAULTTIMEFORMAT>
  <DEFAULTDATETIMEFORMAT>D.M.Y h:m:s</DEFAULTDATETIMEFORMAT>
  <DEFAULTDATEFORMAT>D.M.Y</DEFAULTDATEFORMAT>
  <LOCALE/>
</HK_REGIONAL>
<REPORT>
  <PRINTERCOMMAND>lpr</PRINTERCOMMAND>
  <REPORTFONTENCODING>ISO-8859-1</REPORTFONTENCODING>
</REPORT>
EOF

# (sb) get rid of rpath
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/*

# (sb) fix the .la files
perl -pi -e "s|-L$RPM_BUILD_DIR/%{name}-%{version}/hk_classes||g" $RPM_BUILD_ROOT%{_libdir}/%{name}/drivers/*.la

# (sb) installed but not packaged
rm -rf $RPM_BUILD_ROOT/usr/local

mkdir -p %buildroot/%_sysconfdir/ld.so.conf.d
echo "%_libdir/%name" >  %buildroot/%_sysconfdir/ld.so.conf.d/%name.conf

%post -n %{libname}
grep -q "^/usr/lib/%{name}$" /etc/ld.so.conf || echo "/usr/lib/%{name}" >> /etc/ld.so.conf

%postun -n %{libname}
if [ "$1" = "0" ]; then
    rm -f /etc/ld.so.conf.new
    grep -v -e "/usr/lib/%{name}" /etc/ld.so.conf > /etc/ld.so.conf.new
    mv -f /etc/ld.so.conf.new /etc/ld.so.conf
fi

%files
%defattr(-,root,root)
%doc ChangeLog COPYING NEWS INSTALL README
%{_bindir}/hk_actionquery
%{_bindir}/hk_exportcsv
%{_bindir}/hk_exporthtml
%{_bindir}/hk_exportxml
%{_bindir}/hk_importcsv
%{_bindir}/hk_report
%{_bindir}/hk_dbcopy
%config(noreplace) %{_sysconfdir}/hk_classes.conf
%{_mandir}/man1/hk_actionquery.1man*
%{_mandir}/man1/hk_exportcsv.1man*
%{_mandir}/man1/hk_exporthtml.1man*
%{_mandir}/man1/hk_exportxml.1man*
%{_mandir}/man1/hk_importcsv.1man*
%{_mandir}/man1/hk_report.1man*
%{_mandir}/man1/hk_dbcopy.1man*

%files -n python-%{name}
%defattr(-,root,root)
%python_sitearch/*

%files -n %{libname}
%defattr(-,root,root)
%{_sysconfdir}/ld.so.conf.d/hk_classes.conf
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libhk_classes.so.%{LIBMAJ}*
%{_libdir}/%{name}/drivers

%files -n %{develname}
%defattr(-,root,root)
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/%{name}/libhk_classes.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3-14
+ Revision: d892e7c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1975 |14cr|hmmer-3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Profile HMMs for protein sequence analysis
Name:		hmmer
Version:	3.0
Release:	4
License:	GPLv3+
Group:		Sciences/Biology
Url:		http://hmmer.janelia.org
Source0:	ftp://selab.janelia.org/pub/software/%{name}/%{version}/%{name}-%{version}.tar.gz
Patch1:		%{name}-3.0.makefile.patch
Patch2:		hmmer-3.0-getopts.patch
BuildRequires:	openmpi
BuildRequires:	pkgconfig(ompi)

%description
Profile hidden Markov models (profile HMMs) can be used to do sensitive
database searching using statistical descriptions of a sequence family's
consensus. HMMER is a freely distributable implementation of profile HMM
software for protein sequence analysis.

%files
%doc README INSTALL LICENSE RELEASE-NOTES Userguide.pdf
%doc documentation tutorial
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1
%patch2 -p1

%build
%configure2_5x --enable-mpi
%make

%check
%make check

%install
%makeinstall_std


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-4
+ Revision: 4876695
- Fix importenv usage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1976 |14cr|hobbit-4.2.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define beta %{nil}

Name: hobbit
Version: 4.2.0
Release: 14
Group: Networking/Other
URL: http://%{name}mon.sourceforge.net/
License: GPL
Source0: %{name}-%{version}%{?beta:-RC-%beta}.tar.bz2
Patch0:	hobbit-4.1.2-ignore-cdrom.patch
Patch1:	hobbit-4.1.2-fix-apache-alias.patch
Patch2:	hobbit-4.1.2p1-client-send-msgs.patch
Patch3:	http://www.hswn.dk/hobbitsw/patches/allinone.patch
Patch4: empty-dirinclude.patch
Patch5: http://bbwin.sourceforge.net/download/bbwin_4.2.patch
# From devmon 0.3.0rc1 extras/
Patch6: hobbit-4.2.0-devmon.patch
Patch7: hobbit-4.2.0-fix-critical-confreport.patch
Patch8: hobbit-4.2.0-increase-nk-priorities.patch
Source1: do_devmon.c
Summary: Hobbit network monitor
Requires(pre): %{!?notmdk:apache}%{?notmdk:httpd}
Requires: %{name}-client = %{version} rrdtool
Conflicts: %{name}-client < 4.2.0-2
Requires(pre): rpm-helper
%if %{?!_without_server:1}%{?_without_server:0}
BuildRequires: fping
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(libpcre)
BuildRequires: rrdtool-devel
BuildRequires: openldap-devel
%endif
BuildRequires: tirpc-devel

%description
Hobbit is a system for monitoring your network servers and
applications. It is heavily inspired by the Big Brother
tool, but is a complete re-implementation with a lot of added
functionality and performance improvements.

%package client
Summary: Hobbit client reporting data to the Hobbit server
Group: Networking/Other
%{!?notmdk:Requires(pre): rpm-helper}

%description client
This package contains a client for the Hobbit monitor. Clients
report data about the local system to the monitor, allowing it
to check on the status of the system load, filesystem utilisation,
processes that must be running etc.

%prep
%setup -q %{?beta: -n %{name}-%{version}-RC-%{beta}}
%patch0 -p1
%patch1 -p1
%patch3 -p0
%patch4 -p0
%patch5 -p0
%patch6 -p1 -b .devmon
cp %{SOURCE1} hobbitd/rrd/
%patch7 -p1
%patch8 -p1
#%patch2 -p1
# test should really check for RC -ne 127 (file not found), 1 is also acceptable
perl -pi -e 's/-eq 0/-ne 127/g' build/fping.sh

%build
export ENABLESSL=y \
ENABLELDAP=y \
ENABLELDAPSSL=y \
BBUSER=%{name} \
BBTOPDIR=%{_libdir}/%{name} \
BBVAR=%{_localstatedir}/%{name} \
BBHOSTURL=/%{name} \
CGIDIR=%{_libdir}/%{name}/cgi-bin \
BBCGIURL=/%{name}-cgi \
SECURECGIDIR=%{_libdir}/%{name}/cgi-secure \
SECUREBBCGIURL=/%{name}-seccgi \
HTTPDGID=apache \
BBLOGDIR=%{_logdir}/%{name} \
BBHOSTNAME=localhost \
BBHOSTIP=127.0.0.1 \
MANROOT=%{_mandir} \
BARS=all \
USENEWHIST=y \
PIXELCOUNT=960 \
INSTALLBINDIR=%{_libdir}/%{name}/server/bin \
INSTALLETCDIR=%{_sysconfdir}/%{name} \
INSTALLWEBDIR=%{_sysconfdir}/%{name}/web \
INSTALLEXTDIR=%{_libdir}/%{name}/server/ext \
INSTALLTMPDIR=%{_localstatedir}/%{name}/tmp \
INSTALLWWWDIR=%{_localstatedir}/%{name}/www \
CONFTYPE=server \
USEHOBBITPING=n
%if %{?!_without_server:1}%{?_without_server:0}
./configure
%else
./configure --client
%endif
#%configure --server

perl -pi -e 's/ch(own|grp)/echo chown/g' web/Makefile
PKGBUILD=1 make

%install
INSTALLROOT=%{buildroot}/ PKGBUILD=1 make install
mkdir -p %{buildroot}/%{_initrddir}
which install
install -m755 rpm/%{name}-client.init %{buildroot}/%{_initrddir}/%{name}-client
mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig
install rpm/%{name}-client.default %{buildroot}/%{_sysconfdir}/sysconfig/%{name}-client
mkdir -p %{buildroot}/%{_bindir}
ln -s %{_libdir}/%{name}/server/bin/bb{,cmd} %{buildroot}/%{_bindir}
rmdir %{buildroot}/%{_libdir}/%{name}/client/tmp
mkdir -p %{buildroot}/%{_localstatedir}/%{name}-client
ln -s %{_localstatedir}/%{name}-client %{buildroot}/%{_libdir}/%{name}/client/tmp
ln -s %{_localstatedir}/%{name}/tmp %{buildroot}/%{_libdir}/%{name}/tmp
rmdir %{buildroot}/%{_libdir}/%{name}/client/logs
perl -pi -e 's!^BBDISP=.*!include /var/run/%{name}client-runtime.cfg!;s/^BBDISPLAYS=.*$//g' %{buildroot}/%{_libdir}/%{name}/client%{_sysconfdir}/%{name}client.cfg

echo "directory %{_sysconfdir}/%{name}/hobbitlaunch.d" >> %{buildroot}/%{_sysconfdir}/%{name}/hobbitlaunch.cfg
echo "directory %{_sysconfdir}/%{name}/hobbitgraph.d" >> %{buildroot}/%{_sysconfdir}/%{name}/hobbitgraph.cfg
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/{hobbitlaunch,hobbitgraph,clientlaunch}.d

# server-only stuff
%if %{?!_without_server:1}%{?_without_server:0}
install -m755 rpm/%{name}-init.d %{buildroot}/%{_initrddir}/%{name}
mkdir -p %{buildroot}/%{_sysconfdir}/httpd/conf.d
mv %{buildroot}/%{_sysconfdir}/%{name}/%{name}-apache.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
mkdir -p %{buildroot}/%{_sysconfdir}/logrotate.d
install -m644 rpm/%{name}.logrotate %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}

install -d %{buildroot}/%{_datadir}/%{name}/www
mv %{buildroot}%{_localstatedir}/%{name}/www/{gifs,help} %{buildroot}/%{_datadir}/%{name}/www
ln -s %{_datadir}/%{name}/www/{gifs,help} %{buildroot}%{_localstatedir}/%{name}/www/
export DONT_CLEANUP=1
touch %{buildroot}/%{_sysconfdir}/%{name}/%{name}-nkview.cfg.bak
# end of server-only stuff
%else
# extra stuff to do in client-only build
install -d %{buildroot}/%{_sysconfdir}/%{name}
install -d %{buildroot}/%{_logdir}/%{name}
rm -f %{buildroot}/%{_bindir}/bb*
rm -f %{buildroot}/%{_libdir}/%{name}/tmp
# end of client-only build
%endif

ln -s %{_logdir}/%{name} %{buildroot}/%{_libdir}/%{name}/client/logs
mv %{buildroot}/%{_libdir}/%{name}/client/etc/*.cfg %{buildroot}/%{_sysconfdir}/%{name}/
rmdir %{buildroot}/%{_libdir}/%{name}/client/etc
ln -sf %{_sysconfdir}/%{name} %{buildroot}/%{_libdir}/%{name}/client/etc
echo "directory %{_sysconfdir}/%{name}/hobbitlaunch.d" >> %{buildroot}/%{_sysconfdir}/%{name}/clientlaunch.cfg

perl -pi -e 's,\$HOBBITCLIENTHOME,\$HOME/client,g' %{buildroot}/%{_sysconfdir}/%{name}/hobbitclient.cfg
perl -pi -e 's,/etc/default/,%{_sysconfdir}/sysconfig/,g;s,su (-c .+) (- hobbit),su $2 $1,g;s,/usr/lib,%{_libdir},g' %{buildroot}/%{_initrddir}/hobbit*

chmod u+w %{buildroot}/%{_libdir}/%{name}/client/bin/*

%pre client
if getent passwd %{name} 1>/dev/null 2>&1
then
echo "%{name} user present"
else
%_pre_useradd %{name} %{_libdir}/%{name} /bin/sh
fi
gpasswd -a hobbit adm

%post
if [ $1 == 1 ]
then /etc/init.d/httpd reload
fi
%_post_service %{name}
/sbin/chkconfig --list %{name}-client |grep -q on && /sbin/chkconfig %{name}-client off ||:

%post client
# if no server is installed, start the client via init script
if [ -f /etc/init.d/%{name} ]
then
echo "server package installed, not starting client at boot"
else
%_post_service %{name}-client
fi

%preun
%_preun_service %{name}

%preun client
%_preun_service %{name}-client

%if %{?!_without_server:1}%{?_without_server:0}
%files
%defattr(-,root,root) 
%doc README README.CLIENT Changes* COPYING CREDITS
%attr(644,root,root) %doc %{_mandir}/man*/*
%exclude %{_mandir}/man1/bb.*
%exclude %{_mandir}/man1/bbcmd.*
%exclude %{_mandir}/man1/bbdigest.*
%exclude %{_mandir}/man1/clientupdate.*
%exclude %{_mandir}/man1/logfetch.*
%exclude %{_mandir}/man1/orcahobbit.*
%exclude %{_mandir}/man5/hobbitlaunch.cfg*
%exclude %{_mandir}/man8/hobbitlaunch.*
%exclude %{_mandir}/man8/msgcache.*
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/*.cfg*
%dir %{_sysconfdir}/%{name}/hobbitgraph.d
%exclude %{_sysconfdir}/%{name}/*client*.cfg
%exclude %{_sysconfdir}/%{name}/*client*.cfg
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/bb-*
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/*.csv
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}-apache.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/web
%{_initrddir}/%{name}
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/cgi-bin
%{_libdir}/%{name}/cgi-secure
%{_libdir}/%{name}/tmp
%{_libdir}/%{name}/server
%{_bindir}/*
%attr(775,%{name},%{name}) %dir %{_localstatedir}/%{name}/www
%attr(775,%{name},apache) %dir %{_localstatedir}/%{name}/www/rep
%attr(775,%{name},apache) %dir %{_localstatedir}/%{name}/www/snap
%attr(644,root,root) %config(noreplace) %{_localstatedir}/%{name}/www/menu/*
%{_localstatedir}/%{name}/www/gifs
%{_localstatedir}/%{name}/www/help
%{_datadir}/%{name}
%defattr(-,%{name},%{name})
%dir %{_localstatedir}/%{name}
%dir %{_localstatedir}/%{name}/histlogs
%dir %{_localstatedir}/%{name}/tmp
%dir %{_localstatedir}/%{name}/hist
%dir %{_localstatedir}/%{name}/rrd
%dir %{_localstatedir}/%{name}/acks
%dir %{_localstatedir}/%{name}/www/notes
%endif

%files client
%defattr(-, root, root) 
%doc README README.CLIENT Changes* COPYING CREDITS
%attr(644,root,root) %doc %{_mandir}/man1/bb.*
%attr(644,root,root) %doc %{_mandir}/man1/bbcmd.*
%attr(644,root,root) %doc %{_mandir}/man1/bbdigest.*
%attr(644,root,root) %doc %{_mandir}/man1/clientupdate.*
%attr(644,root,root) %doc %{_mandir}/man1/logfetch.*
%attr(644,root,root) %doc %{_mandir}/man1/orcahobbit.*
%attr(644,root,root) %doc %{_mandir}/man5/hobbitlaunch.cfg*
%attr(644,root,root) %doc %{_mandir}/man8/hobbitlaunch.*
%attr(644,root,root) %doc %{_mandir}/man8/msgcache.*
%{_libdir}/%{name}/client
%dir %{_sysconfdir}/%{name} 
%config(noreplace) %{_sysconfdir}/%{name}/*client*.cfg
%dir %{_sysconfdir}/%{name}/hobbitlaunch.d
%attr(755,root,root) %{_initrddir}/%{name}-client
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}-client
%attr(755,%{name},%{name}) %dir %{_logdir}/%{name}
%attr(755,%{name},%{name}) %dir %{_localstatedir}/%{name}-client

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.0-14
+ Revision: b506452
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1977 |14cr|hocr-tools-20091007-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		hocr-tools
Version:	20091007
Release:	2
Summary:	Tools for manipulating and evaluating the hOCR format
Group:		Office
License:	Apache License
URL:		https://code.google.com/p/hocr-tools/
Source0:	%{name}-%{version}.tar.bz2
BuildArch:	noarch
Requires:	python

%description
OCR is a format for representing OCR output, including layout information,
character confidences, bounding boxes, and style information. It embeds this
information invisibly in standard HTML. By building on standard HTML, it
automatically inherits well-defined support for most scripts, languages,
and common layout options. Furthermore, unlike previous OCR formats,
the recognized text and OCR-related information co-exist in the same file
and survives editing and manipulation. hOCR markup is independent
of the presentation.

Included command line programs:

 -  hocr-check -- check the hOCR file for errors
 -  hocr-combine -- combine pages in multiple hOCR files into a single document
 -  hocr-eval -- compute number of segmentation and OCR errors
 -  hocr-eval-geom -- compute over, under, and mis-segmentations
 -  hocr-eval-lines -- compute OCR errors of hOCR output relative to text
ground truth
 -  hocr-split -- split an hOCR file into individual pages
 -  hocr-merge-dc -- merge Dublin Core meta data into the hOCR HTML header

%prep
%setup -q

%build

%install
for file in hocr-*
do
install -D -m 0755 $file %{buildroot}%{_bindir}/$file
done

%files
%doc README
%{_bindir}/hocr-*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20091007-2
+ Revision: 833a4fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1978 |14cr|homerun-1.2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Fullscreen Launcher for KDE
Name:		homerun
Version:	1.2.5
Release:	2
License:	GPLv2+, LGPLv2.1+, BSD
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/Homerun
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/src/%{name}-%{version}.tar.xz
Source1:    ru.tar.gz
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-devel
BuildRequires:	kdebase4-workspace-devel
Requires:	kdebase4-runtime

%description
Homerun is a fullscreen launcher with content organized in tabs. A tab is
composedof several "sources". A source can provide one or more sections to
a tab. Homerun comes with a few built-in sources, but custom sources can be
written using libhomerun.

%files -f plasma_applet_org.kde.homerun.lang
%doc COPYING LICENSE.BSD LICENSE.GPL-2 LICENSE.LGPL-2.1 NEWS
%{_kde_bindir}/homerunviewer
%{_kde_appsdir}/%{name}
%{_kde_appsdir}/plasma/plasmoids/org.kde.homerun
%{_kde_appsdir}/plasma/plasmoids/org.kde.homerun-kicker/contents/config/main.xml
%{_kde_appsdir}/plasma/plasmoids/org.kde.homerun-kicker/contents/ui/*.qml
%{_kde_appsdir}/plasma/plasmoids/org.kde.homerun-kicker/contents/ui/config.ui
%{_kde_appsdir}/plasma/plasmoids/org.kde.homerun-kicker/metadata.desktop
%{_datadir}/config/homerunkickerrc
%{_kde_configdir}/homerunrc
%{_kde_iconsdir}/hicolor/*/apps/homerun.*
%{_kde_libdir}/kde4/*.so
%{_kde_libdir}/kde4/imports/org/kde/homerun
%{_kde_services}/*.desktop
%{_kde_servicetypes}/homerun-source.desktop


#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libname}
This package provides libraries, data engines, and icons needed by all public
transport plasma applets.

%files -n %{libname}
%{_kde_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	KDE 4 core library
Group:		Development/KDE and Qt
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package provides development libraries and headers needed to build
software using Homerun.

%files -n %{devname}
%{_kde_libdir}/lib%{name}.so
%{_kde_libdir}/cmake/Homerun
%{_kde_includedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang plasma_applet_org.kde.homerun



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.5-2
+ Revision: 26043d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1979 |14cr|horde-3.3.11-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq /usr/bin/php

Name:       horde
Version:    3.3.11
Release:    8
Summary:    The Horde framework
License:    GPL
Group:      System/Servers
Source0:    ftp://ftp.horde.org/pub/horde/%{name}-%{version}.tar.gz
############################
# domxml php4 - php5 wrapper
# Written by Alexandre Alapetite
# Licence: Creative Commons "Attribution-ShareAlike 2.0 France" BY-SA (FR)
# http://alexandre.alapetite.net/doc-alex/domxml-php4-php5
Source1:    http://alexandre.alapetite.net/doc-alex/domxml-php4-php5/domxml-php4-to-php5.php.txt
############################
Patch2:     %{name}-3.3.2-better-default-configuration.patch
Patch4:     %{name}-3.3.5-registry.patch
Patch6:     horde-3.2-usr_local.patch
URL:        http://www.horde.org/
Suggests:   horde-dimp
Suggests:   horde-gollem
Suggests:   horde-ingo
Suggests:   horde-mimp
Suggests:   horde-nag
Suggests:   horde-turba
Suggests:   horde-passwd
Suggests:   horde-kronolith
Suggests:   horde-imp
Suggests:   horde-vacation
Requires:   apache-mod_php
Requires:   apache-mod_socache_shmcb
Suggests:   php-imagick
Requires:   php-xml
Requires:   php-dom
Conflicts:  horde-accounts <= 2.1.2
Conflicts:  horde-forwards <= 2.2.2
Conflicts:  horde-password <= 2.2.2
Conflicts:  horde-vacation <= 2.2.2
BuildArch:  noarch

%description
The Horde Framework provides a common structure and interface for Horde
applications (such as IMP, a web-based mail program).  This RPM is required
for all other Horde module RPMS.

The Horde Project writes web applications in PHP and releases them under
the GNU Public License.  For more information (including help with Horde
and its modules) please visit http://www.horde.org/.

%prep
%setup -q
%patch2 -p 1
%patch4 -p 1
%patch6 -p 1

# fix perms
chmod 755 scripts/*.{php,sh,cron}

# nuke patch backup files
find . -type f -name "*.orig" | xargs rm -f

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file
Alias /%{name} %{_datadir}/%{name}
<Directory %{_datadir}/%{name}>
    Require host localhost
</Directory>

<Directory %{_datadir}/%{name}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/templates>
    Require all denied
</Directory>
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -pR *.php %{buildroot}%{_datadir}/%{name}
cp -pR admin %{buildroot}%{_datadir}/%{name}
cp -pR js %{buildroot}%{_datadir}/%{name}
cp -pR services %{buildroot}%{_datadir}/%{name}
cp -pR themes %{buildroot}%{_datadir}/%{name}
cp -pR util %{buildroot}%{_datadir}/%{name}
cp -pR lib %{buildroot}%{_datadir}/%{name}
cp -pR locale %{buildroot}%{_datadir}/%{name}
cp -pR scripts %{buildroot}%{_datadir}/%{name}
cp -pR templates %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}
cp -pR config %{buildroot}%{_sysconfdir}/%{name}
pushd %{buildroot}%{_datadir}/%{name}
ln -s ../../..%{_sysconfdir}/%{name} config
popd

# put domxml-php4-to-php5.php in place
install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/lib/Horde/domxml-php4-to-php5.php

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/%{name}/*.dist; do
    mv $file ${file%.dist}
done

# fix script shellbang
for file in `find %{buildroot}%{_datadir}/%{name}/scripts`; do
    perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|' $file
done

# registry dir
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/registry.d

# logs
install -d -m 755 %{buildroot}%{_var}/log/%{name}
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
%{_var}/log/%{name}/*.log {
    missingok
    compress
}
EOF

cat > README.mdv <<EOF
Mandriva RPM specific notes

setup
-----
The setup used here differs from default one, to achieve better FHS compliance.
- the configuration files are in /etc/horde
- the log files are in /var/log/horde
- the constant files are in /usr/share/horde

post-installation
-----------------
You have to either use a browser to http://your.server.url/horde, so as to
configure proper configuration.

Additional useful packages
--------------------------
- either a SQL database (MySQL or PostgreSQL), an LDAP (openldap) or a Kolab
  server for storing preferences
- php-mcrypt for better encryption
- php-iconv and php-mbstring for better utf8 support
- php-gd for image manipulations
- php-pear-File for CVS import support
- php-Date to deal with calendar data
- php-Services_Weather to the weather.com block on the portal page


Additional horde applications
-----------------------------
They are all packaged as horde-<application>. Warning, some have still not been
ported to horde 3, and have been removed from the distribution (vacation,
forwards and accounts notably).
EOF

%clean

%post
if [ $1 = 1 ]; then
    # configuration
    %create_ghostfile %{_sysconfdir}/%{name}/conf.php.bak apache apache 644
fi


%files
%doc README README.mdv COPYING docs  scripts/SCRIPTS
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/hooks.php
%config(noreplace) %{_sysconfdir}/%{name}/conf.xml
%config(noreplace) %{_sysconfdir}/%{name}/mime_drivers.php
%config(noreplace) %{_sysconfdir}/%{name}/motd.php
%config(noreplace) %{_sysconfdir}/%{name}/nls.php
%config(noreplace) %{_sysconfdir}/%{name}/prefs.php
%config(noreplace) %{_sysconfdir}/%{name}/registry.d/README
%config(noreplace) %{_sysconfdir}/%{name}/registry.php
%attr(-,apache,apache) %config(noreplace) %{_sysconfdir}/%{name}/conf.php 
%{_datadir}/%{name}
%attr(-,apache,apache) %{_var}/log/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.11-8
+ Revision: 268aefd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1980 |14cr|horde-argv-0.1.0-26
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Argv

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-argv
Version:       0.1.0
Release:       26
Summary:       Horde command-line argument parsing package
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-pear
Requires:      php-pear-channel-horde
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
This package provides classes for parsing command line arguments with
various actions, providing help, grouping options, and more.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package*.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/Argv
%{peardir}/Horde/Argv/AmbiguousOptionException.php
%{peardir}/Horde/Argv/BadOptionException.php
%{peardir}/Horde/Argv/Exception.php
%{peardir}/Horde/Argv/HelpFormatter.php
%{peardir}/Horde/Argv/IndentedHelpFormatter.php
%{peardir}/Horde/Argv/Option.php
%{peardir}/Horde/Argv/OptionConflictException.php
%{peardir}/Horde/Argv/OptionContainer.php
%{peardir}/Horde/Argv/OptionException.php
%{peardir}/Horde/Argv/OptionGroup.php
%{peardir}/Horde/Argv/OptionValueException.php
%{peardir}/Horde/Argv/Parser.php
%{peardir}/Horde/Argv/TitledHelpFormatter.php
%{peardir}/Horde/Argv/Values.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-26
+ Revision: cbbf680
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1981 |14cr|horde-auth-0.1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj     Auth

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:		horde-auth
Version:	0.1.1
Release:	6
Summary:	Horde Authentication API
License:	LGPL
Group:		Networking/Mail
Url:		http://pear.horde.org/index.php?package=%{prj}
Source0:	%{prj}-%{version}.tgz
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-build
Requires(pre):  php-pear
Requires:	horde-framework
Requires:	horde-datatree
Requires:	horde-form
Requires:	horde-secret
Requires:	horde-util
Requires:	horde-history
Requires:	kolab-server
Requires:	php-pear
Requires:	php-gettext
Requires:	php-pear-Net_IMSP
Suggests:	php-sasl
Suggests:	php-pam_auth
BuildRequires:	php-pear
BuildRequires:  php-pear-channel-horde


%description
The Auth:: class provides a common abstracted interface into the various
backends for the Horde authentication system.
 This package contains implementations for:
 * A Horde Application
 * Composite Auth Driver
 * Custom SQL
 * Cyrus with SQL Support
 * Dummy Auto Login
 * FTP
 * HTTP
 * IMAP
 * IMSP
 * IP Based
 * Kerberos
 * Kolab
 * LDAP
 * Microsoft Active Directory
 * Shibboleth
 * System Login
 * PAM
 * Passwd File
 * Radius
 * SASL
 * SMB (smbauth extension)
 * SMB (smbclient)
 * SQL

Optional php extensions: pam_auth and sasl

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package*.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%dir %{peardir}/Horde/Auth
%dir %{peardir}/Horde/Auth/Signup
%{xmldir}/%{prj}.xml
%{peardir}/Horde/Auth.php
%{peardir}/Horde/Auth/Signup.php
%{peardir}/Horde/Auth/Signup/datatree.php
%{peardir}/Horde/Auth/Signup/sql.php
%{peardir}/Horde/Auth/application.php
%{peardir}/Horde/Auth/auto.php
%{peardir}/Horde/Auth/composite.php
%{peardir}/Horde/Auth/customsql.php
%{peardir}/Horde/Auth/cyrsql.php
%{peardir}/Horde/Auth/cyrus.php
%{peardir}/Horde/Auth/ftp.php
%{peardir}/Horde/Auth/http.php
%{peardir}/Horde/Auth/http_remote.php
%{peardir}/Horde/Auth/imap.php
%{peardir}/Horde/Auth/imsp.php
%{peardir}/Horde/Auth/ipbasic.php
%{peardir}/Horde/Auth/kolab.php
%{peardir}/Horde/Auth/krb5.php
%{peardir}/Horde/Auth/ldap.php
%{peardir}/Horde/Auth/login.php
%{peardir}/Horde/Auth/msad.php
%{peardir}/Horde/Auth/pam.php
%{peardir}/Horde/Auth/passwd.php
%{peardir}/Horde/Auth/peclsasl.php
%{peardir}/Horde/Auth/radius.php
%{peardir}/Horde/Auth/shibboleth.php
%{peardir}/Horde/Auth/smb.php
%{peardir}/Horde/Auth/smbclient.php
%{peardir}/Horde/Auth/sql.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-6
+ Revision: a2f176a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1982 |14cr|horde-block-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj     Horde_Block

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:		horde-block
Version:	0.0.2
Release:	4
Summary:	Horde Browser package
License:	LGPL
Group:		Networking/Mail
Url:		http://pear.horde.org/index.php?package=%{prj}
Source0:	%{prj}-%{version}.tgz
BuildArch:	noarch
Requires(pre):  php-pear
Requires:	horde-framework
Requires:	horde-util
Requires:	php-gettext
BuildRequires:	php-pear
BuildRequires:	php-pear-channel-horde


%description
The Horde_Block API provides a mechanism for displaying content
blocks from numerous Horde applications or other sources,
manipulating those blocks, configuring them, etc

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde
%dir %{peardir}/Horde/Block
%dir %{peardir}/Horde/Block/Layout/Manager.php
%dir %{peardir}/Horde/Block/Layout/View.php
%{peardir}/Horde/Block.php
%{peardir}/Horde/Block/Collection.php
%{peardir}/Horde/Block/UI.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: 004157f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1983 |14cr|horde-browser-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj     Horde_Browser

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:		horde-browser
Version:	0.0.2
Release:	4
Summary:	Horde Browser package
License:	LGPL
Group:		Networking/Mail
Url:		http://pear.horde.org/index.php?package=%{prj}
Source0:	%{prj}-%{version}.tgz
BuildArch:	noarch
Requires(pre):  php-pear
Requires:	horde-util
Requires:	php-pear-channel-horde
BuildRequires:	php-pear
BuildRequires:	php-pear-channel-horde
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
The Horde_Browser:: class provides an API for getting information about
the current user's browser and its capabilities.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde
%dir %{peardir}/Horde/Browser
%{peardir}/Horde/Browser.php
%{peardir}/Horde/Browser/imode.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: 73fca88
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1984 |14cr|horde-cache-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Horde_Cache

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-cache
Version:       0.0.2
Release:       4
Summary:       Caching API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-pear
Requires:      horde-util
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde

%description
This package provides a simple, functional Caching API, with the option
to store the cached data either on the filesystem, or using the Zend
Performance Suite's content cache.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/Cache
%{peardir}/Horde/Cache.php
%{peardir}/Horde/Cache/file.php
%{peardir}/Horde/Cache/memcache.php
%{peardir}/Horde/Cache/zps4.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: ebc4bd6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1985 |14cr|horde-chora-2.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	chora

Name:		horde-%{module}
Version:	2.1
Release:	11
Summary:	The Horde CVS viewer
License:	GPL
Group: 		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.bz2
Requires(post):	rpm-helper
Requires:	horde >= 3.3.5
Requires:	cvs
BuildArch:	noarch

%description
Chora is the Horde CVS viewer, and it provides an advanced web-based 
view of any CVS repository. It now includes annotation support, visual 
branch viewing capability, and human-readable diffs.

%prep
%setup -q -n %{module}-h3-%{version}

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Chora Horde configuration file
//
 
$this->applications['chora'] = array(
    'fileroot'    => $this->applications['horde']['fileroot'] . '/chora',
    'webroot'     => $this->applications['horde']['webroot'] . '/chora',
    'name'        => _("Version Control"),
    'status'      => 'active',
    'menu_parent' => 'devel'
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

# fix script shellbang
for file in `find %{buildroot}%{_datadir}/horde/%{module}/scripts`; do
	perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|' $file
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi
%if %mdkversion < 201010
%_post_webapp
%endif


%files
%doc COPYING README docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-11
+ Revision: 35d186a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1986 |14cr|horde-cipher-0.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Horde_Cipher

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-cipher
Version:       0.0.2
Release:       5
Summary:       Secret Encryption API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-framework
Requires:      php-pear-channel-horde
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde

%description
The Secret:: class provides an API for encrypting and decrypting small
pieces of data with the use of a shared key.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/Cipher
%dir %{peardir}/Horde/Cipher/BlockMode
%{peardir}/Horde/Cipher.php
%{peardir}/Horde/Cipher/BlockMode.php
%{peardir}/Horde/Cipher/BlockMode/cbc.php
%{peardir}/Horde/Cipher/BlockMode/cfb64.php
%{peardir}/Horde/Cipher/BlockMode/ecb.php
%{peardir}/Horde/Cipher/BlockMode/ofb64.php
%{peardir}/Horde/Cipher/blowfish.php
%{peardir}/Horde/Cipher/cast128.php
%{peardir}/Horde/Cipher/des.php
%{peardir}/Horde/Cipher/rc2.php
%{peardir}/Horde/Cipher/rc4.php
%dir %{peardir}/tests/Horde_Cipher
%dir %{peardir}/tests/Horde_Cipher/tests
%{peardir}/tests/Horde_Cipher/tests/Cipher1.phpt
%{peardir}/tests/Horde_Cipher/tests/Cipher2.phpt
%{peardir}/tests/Horde_Cipher/tests/Cipher3.phpt
%{peardir}/tests/Horde_Cipher/tests/Cipher4.phpt
%{peardir}/tests/Horde_Cipher/tests/Cipher5.phpt
%{peardir}/tests/Horde_Cipher/tests/Cipher6.phpt




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-5
+ Revision: b521510
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1987 |14cr|horde-cli-0.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Horde_CLI

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-cli
Version:       0.0.2
Release:       3
Summary:       Horde CLI API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-gettext
Requires:      php-pear-channel-horde
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
Horde_CLI:: API for basic command-line functionality/checks

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde
%{peardir}/Horde/CLI.php



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-3
+ Revision: 6fa6035
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1988 |14cr|horde-compress-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Horde_Compress

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-compress
Version:       0.0.2
Release:       4
Summary:       Horde Compression API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-util
Requires:      php-pear
Requires:      php-gettext
Requires:      php-zlib
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde
BuildRoot:     %{_tmppath}/%{name}-%{version}

%description
These classes provide functionality useful for all kind of applications.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/Compress
%{peardir}/Horde/Compress.php
%{peardir}/Horde/Compress/dbx.php
%{peardir}/Horde/Compress/gzip.php
%{peardir}/Horde/Compress/tar.php
%{peardir}/Horde/Compress/tnef.php
%{peardir}/Horde/Compress/zip.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: 59109c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1989 |14cr|horde-datatree-0.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Horde_DataTree

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-datatree
Version:       0.0.3
Release:       4
Summary:       DataTree API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
BuildRoot:     %{_tmppath}/%{name}-%{version}-build
Requires(pre): php-pear
Requires:      horde-framework
Requires:      horde-serialize
Requires:      horde-sql
Requires:      horde-util
Requires:      php-gettext
Requires:      php-pear	
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde

%description
There is no description for the package available :(


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/DataTree
%{peardir}/Horde/DataTree.php
%{peardir}/Horde/DataTree/null.php
%{peardir}/Horde/DataTree/sql.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-4
+ Revision: 982dd9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1990 |14cr|horde-date-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj Horde_Date

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-date
Version:       0.1.0
Release:       4
Summary:       Horde Date package
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-framework
Requires:      php-pear
Requires:      php-pear-Date
Requires:      php-pear-channel-horde
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
Package for creating and manipulating dates.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/Date
%{peardir}/Horde/Date.php
%{peardir}/Horde/Date/Recurrence.php
%dir %{peardir}/tests/Horde_Date
%dir %{peardir}/tests/Horde_Date/tests
%dir %{peardir}/tests/Horde_Date/tests/fixtures
%{peardir}/tests/Horde_Date/tests/*.phpt
%{peardir}/tests/Horde_Date/tests/fixtures/bug2813.ics




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-4
+ Revision: 321a600
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1991 |14cr|horde-dimp-1.1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	dimp

%define __noautoreq 'pear\\(Horde.*\\)'

Name:		horde-%{module}
Version:	1.1.3
Release:	5
Summary:	The Horde Dynamic Internet Messaging Program
License:	GPL
Group:		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Requires(post):	rpm-helper
Requires:	horde >= 3.0
BuildArch:	noarch

%description
IMP is a project to create a version of IMP utilizing AJAX-like technologies to
allow a more dynamic user experience (thus DIMP... Dynamic IMP).

%prep
%setup -q -n %{module}-h3-%{version}

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// DIMP Horde configuration file
//
 
$this->applications['dimp'] = array(
    'fileroot' => $this->applications['horde']['fileroot'] . '/dimp',
    'webroot' => $this->applications['horde']['webroot'] . '/dimp',
    'name' => _("Dynamic Mail"),
    'status' => 'notoolbar',
    'target' => '_parent',
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR js %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi

%files
%doc README COPYING docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-5
+ Revision: 7a885f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1992 |14cr|horde-dom-0.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj     Horde_DOM

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-dom
Version:       0.1.0
Release:       3
Summary:       Wrapper classes for PHP4 domxml compatibility using PHP5's dom functions
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-pear-channel-horde
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde

%description
These classes allow the use of code written for PHP4's domxml implementation
to work using PHP5's dom implementation.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde
%{peardir}/Horde/DOM.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-3
+ Revision: fcfb7aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1993 |14cr|horde-editor-0.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj     Horde_Editor

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:		horde-editor
Version:	0.0.2
Release:	3
Summary:	Horde Browser package
License:	LGPL
Group:		Networking/Mail
Url:		http://pear.horde.org/index.php?package=%{prj}
Source0:	%{prj}-%{version}.tgz
BuildArch:	noarch
Requires(pre):  php-pear
Requires:	horde-util
Requires:	php-pear-channel-horde
BuildRequires:	php-pear
BuildRequires:	php-pear-channel-horde

%description
The Horde_UI:: class provides an API for getting information about
the current user's userinterface and its capabilities.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde
%dir %{peardir}/Horde/Editor
%{peardir}/Horde/Editor.php
%{peardir}/Horde/Editor/fckeditor.php
%{peardir}/Horde/Editor/tinymce.php
%{peardir}/Horde/Editor/xinha.php



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-3
+ Revision: 919fc2a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1994 |14cr|horde-form-0.0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj Horde_Form

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-form
Version:       0.0.2
Release:       8
Summary:       Horde Form API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(post):php-pear
Requires(preun):php-pear
Requires(pre): php-pear
Requires:      php-gettext
Requires:      horde-framework
Requires:      horde-token
Requires:      horde-util
Requires:      php-pear
Requires:      php-pear-Services_Weather
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
The Horde_Form:: package provides form rendering, validation, and other
functionality for the Horde Application Framework.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde
%dir %{peardir}/Horde/Form
%dir %{peardir}/Horde/Form/Action
%dir %{peardir}/Horde/Form/Type
%{peardir}/Horde/Form.php
%{peardir}/Horde/Form/Action.php
%{peardir}/Horde/Form/Action/conditional_enable.php
%{peardir}/Horde/Form/Action/conditional_setvalue.php
%{peardir}/Horde/Form/Action/reload.php
%{peardir}/Horde/Form/Action/submit.php
%{peardir}/Horde/Form/Action/sum_fields.php
%{peardir}/Horde/Form/Action/updatefield.php
%{peardir}/Horde/Form/Renderer.php
%{peardir}/Horde/Form/Type/tableset.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-8
+ Revision: 5e99b34
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1995 |14cr|horde-forwards-3.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	forwards

Name:		horde-%{module}
Version:	3.2.1
Release:	5
Summary:	The Horde forwards management application
License:	GPL
Group:		System/Servers
URL:		http://www.horde.org/%{module}/
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Requires:	horde >= 3.3.8
BuildArch:	noarch

%description
Forwards is a Horde module for setting user e-mail forwards with support for
several popular mailers. While it has been released and is in production use at
many sites, it is also still under development in an effort to expand and
improve the module.

Right now, Forwards provides fairly complete support for setting .forward style
forwards on sendmail or courier mail based systems via an FTP transport. It now
also supports for mdaemon, and qmail and exim sql based systems.

Forwards is part of a suite of account management modules for Horde consisting
of Accounts, Forwards, Passwd, and Vacation.

%prep
%setup -q -n %{module}-h3-%{version}

# fix perms
find lib -type f | xargs chmod 644

%build

%install
rm -rf %{buildroot}

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Forwards Horde configuration file
//
 
$this->applications['forwards'] = array(
    'fileroot'    => $this->applications['horde']['fileroot'] . '/forwards',
    'webroot'     => $this->applications['horde']['webroot'] . '/forwards',
    'name'        => _("Forwards"),
    'status'      => 'active',
    'provides'    => 'forwards',
    'menu_parent' => 'myaccount',
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

%clean
rm -rf %{buildroot}



%files
%defattr(-,root,root)
%doc LICENSE README docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.1-5
+ Revision: 7bb78b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1996 |14cr|horde-framework-0.0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj     Horde_Framework

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-framework
Version:       0.0.2
Release:       9
Summary:       Horde core Framework libraries
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-dom
Requires:      horde-form
Requires:      horde-browser
Requires:      horde-cli
Requires:      php-pear-Services_Weather
Requires:      php-pear-Log
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde

%description
These classes provide the core functionality of the Horde Application
Framework.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{_docdir}/horde

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%{peardir}/Horde.php
%dir %{peardir}/Horde
%{peardir}/Horde/Config.php
%{peardir}/Horde/Help.php
%{peardir}/Horde/Menu.php
%{peardir}/Horde/Registry.php
%{peardir}/Horde/Text.php
%dir %{_docdir}/horde



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-9
+ Revision: 965c632
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1997 |14cr|horde-gollem-1.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	gollem
%define	name	horde-%{module}

%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear\\(Horde.*\\)'
%else
%define _requires_exceptions pear(Horde.*)
%endif

Name:		horde-%{module}
Version:	1.1.2
Release:	3
Summary:	The Horde file manager
License:	GPL
Group:		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org:21/pub/gollem/gollem-h3-%{version}.tar.gz
Requires(post):	rpm-helper
Requires:	horde >= 3.3.5
BuildArch:	noarch

%description
Gollem is the Horde web-based File Manager, providing the ability to fully
manage a hierarchical file system stored in a variety of backends such as a SQL
database, as part of a real filesystem, or on an FTP server. It uses the
Horde's MIME_Viewer framework to identify file types, associate icons, etc.

%prep
%setup -q -n %{module}-h3-%{version}

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Gollem Horde configuration file
//
 
$this->applications['gollem'] = array(
    'fileroot' => $this->applications['horde']['fileroot'] . '/gollem',
    'webroot'  => $this->applications['horde']['webroot'] . '/gollem',
    'name'     => _("File Manager"),
    'status'   => 'active',
    'menu_parent' => 'myaccount',
    'provides' => 'files',
);

$this->applications['gollem-menu'] = array(
    'status' => 'block',
    'app' => 'gollem',
    'blockname' => 'tree_menu',
    'menu_parent' => 'gollem',
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR js %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi

%files
%config(noreplace) %{_webappconfdir}/%{name}.conf
%doc README COPYING docs
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-3
+ Revision: 719ec47
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1998 |14cr|horde-group-0.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj Group

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-group
Version:       0.1.0
Release:       5
Summary:       Horde User Groups System
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-pear
Requires:      horde-framework
Requires:      horde-datatree
Requires:      horde-auth
Requires:      php-gettext
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
Package for managing and accessing the Horde groups system.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/Group
%{peardir}/Horde/Group.php
%{peardir}/Horde/Group/hooks.php
%{peardir}/Horde/Group/kolab.php
%{peardir}/Horde/Group/ldap.php
%{peardir}/Horde/Group/mock.php
%{peardir}/Horde/Group/sql.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-5
+ Revision: b31ff12
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 1999 |14cr|horde-hermes-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	hermes
%define __noautoreq /usr/bin/php

Name:		horde-%{module}
Version:	1.0.1
Release:	6
Summary:	The Horde file manager

License:	GPL
Group:		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Requires:	horde >= 3.3.8
BuildArch:	noarch

%description
Hermes is a time-tracking application integrated with the Horde Framework. It
ties into Turba (to retrieve clients) and Nag and Whups (to retrieve cost
objects). It comes with a stop watch, search and reporting capabilities, and an
invoice interface

%prep
%setup -q -n %{module}-h3-%{version}

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Hermes Horde configuration file
//
 
$this->applications['hermes'] = array(
    'fileroot' => $this->applications['horde']['fileroot'] . '/hermes',
    'webroot' => $this->applications['horde']['webroot'] . '/hermes',
    'name' => _("Time Tracking"),
    'status' => 'active',
    'menu_parent' => 'office',
    'provides' => 'time'
);

$this->applications['hermes-stopwatch'] = array(
    'status' => 'block',
    'app' => 'hermes',
    'blockname' => 'tree_stopwatch',
    'menu_parent' => 'hermes',
);

$this->applications['hermes-menu'] = array(
    'status' => 'block',
    'app' => 'hermes',
    'blockname' => 'tree_menu',
    'menu_parent' => 'hermes',
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi

%files
%doc LICENSE README docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-6
+ Revision: 4b82f4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2000 |14cr|horde-history-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Horde_History

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-history
Version:       0.0.2
Release:       4
Summary:       API for tracking the history of an object
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-pear-channel-horde
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde

%description
This API provides a way to track changes on arbitrary pieces of data
in Horde applications.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%{peardir}/Horde/History.php



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: b4ff2ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2001 |14cr|horde-icalendar-0.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    iCalendar

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-icalendar
Version:       0.1.0
Release:       5
Summary:       The horde iCalendar API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(post):php-pear
Requires(preun):php-pear
Requires(pre): php-pear
Requires:      horde-util
Requires:      php-pear
BuildRequires: dos2unix
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
This package provides an API for dealing with iCalendar data.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear -d doc_dir=%{_docdir}/horde install --packagingroot %{buildroot} --nodeps package.xml
dos2unix %{buildroot}%{_docdir}/horde/iCalendar/docs/examples/exdate.ics
dos2unix %{buildroot}%{_docdir}/horde/iCalendar/docs/examples/vnote.txt

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/iCalendar
%{peardir}/Horde/iCalendar.php
%{peardir}/Horde/iCalendar/valarm.php
%{peardir}/Horde/iCalendar/vcard.php
%{peardir}/Horde/iCalendar/vevent.php
%{peardir}/Horde/iCalendar/vfreebusy.php
%{peardir}/Horde/iCalendar/vjournal.php
%{peardir}/Horde/iCalendar/vnote.php
%{peardir}/Horde/iCalendar/vtimezone.php
%{peardir}/Horde/iCalendar/vtodo.php
%dir %{_docdir}/horde/iCalendar
%dir %{_docdir}/horde/iCalendar/docs
%dir %{_docdir}/horde/iCalendar/docs/examples
%{_docdir}/horde/iCalendar/docs/examples/exchange.ics
%{_docdir}/horde/iCalendar/docs/examples/exdate.ics
%{_docdir}/horde/iCalendar/docs/examples/parser.php
%{_docdir}/horde/iCalendar/docs/examples/vnote.txt
%dir %{peardir}/tests/iCalendar
%dir %{peardir}/tests/iCalendar/tests
%{peardir}/tests/iCalendar/tests/charset1.phpt                                                                                    
%{peardir}/tests/iCalendar/tests/iCalendar.phpt                                                                                    
%{peardir}/tests/iCalendar/tests/read-escapes.phpt                                                                                 
%{peardir}/tests/iCalendar/tests/read-vcard-org.phpt                                                                               
%{peardir}/tests/iCalendar/tests/read-write-escapes.phpt                                                                           
%{peardir}/tests/iCalendar/tests/timezones.phpt                                                                                    
%{peardir}/tests/iCalendar/tests/vfreebusy.phpt                                                                                    
%{peardir}/tests/iCalendar/tests/write-escapes.phpt




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-5
+ Revision: 051d25e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2002 |14cr|horde-identity-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Horde_Identity

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-identity
Version:       0.0.2
Release:       4
Summary:       Horde Identity API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-auth
Requires:      horde-framework
Requires:      horde-prefs
Requires:      horde-util
Requires:      php-pear
Requires:      php-gettext
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
The Identity:: class provides an interface to all identities a user might have.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%{peardir}/Horde/Identity.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: a3ce715
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2003 |14cr|horde-image-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Horde_Image

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-image
Version:       0.0.2
Release:       4
Summary:       Horde Image API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-pear
Requires:      php-pear-channel-horde
Requires:      php-pear-XML_SVG
Requires:      horde-util
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
This package provides an Image utility API, with backends for:
 * GD
 * GIF
 * PNG
 * SVG
 * SWF
 * ImageMagick convert command line tool

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package*.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

# make some directories
install -d %{buildroot}/usr/share/pear/tests/Horde_Image/Image/


#move some files that should be somewhere else

mv %{buildroot}/usr/share/pear/tests/Horde_Image/tests/gd.php %{buildroot}/usr/share/pear/tests/Horde_Image/Image/gd.php
mv %{buildroot}/usr/share/pear/tests/Horde_Image/tests/im.php %{buildroot}/usr/share/pear/tests/Horde_Image/Image/im.php
mv %{buildroot}/usr/share/pear/tests/Horde_Image/tests/svg.php %{buildroot}/usr/share/pear/tests/Horde_Image/Image/svg.php
mv %{buildroot}/usr/share/pear/tests/Horde_Image/tests/swf.php %{buildroot}/usr/share/pear/tests/Horde_Image/Image/swf.php
rm -r %{buildroot}/usr/share/pear/tests/Horde_Image/tests/

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde
%{peardir}/Horde/Image.php
%dir %{peardir}/Horde/Image
%{peardir}/Horde/Image/gd.php
%{peardir}/Horde/Image/im.php
%{peardir}/Horde/Image/png.php
%{peardir}/Horde/Image/rgb.php
%{peardir}/Horde/Image/svg.php
%{peardir}/Horde/Image/swf.php
%dir %{peardir}/tests/Horde_Image
%dir %{peardir}/tests/Horde_Image/Image
%{peardir}/tests/Horde_Image/Image/gd.php
%{peardir}/tests/Horde_Image/Image/im.php
%{peardir}/tests/Horde_Image/Image/svg.php
%{peardir}/tests/Horde_Image/Image/swf.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: 7b2d83b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2004 |14cr|horde-imap-0.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj     Horde_IMAP

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:		horde-imap
Version:	0.0.3
Release:	3
Summary:	Horde Browser package
License:	LGPL
Group:		Networking/Mail
Url:		http://pear.horde.org/index.php?package=%{prj}
Source0:	%{prj}-%{version}.tgz
BuildArch:	noarch
Requires(pre):  php-pear
Requires:	horde-framework
Requires:	horde-cache
Requires:	php-pear-channel-horde
BuildRequires:	php-pear
BuildRequires:	php-pear-channel-horde

%description
The Horde_UI:: class provides an API for getting information about
the current user's userinterface and its capabilities.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde
%dir %{peardir}/Horde/IMAP/ACL.php
%{peardir}/Horde/IMAP/Admin.php
%{peardir}/Horde/IMAP/Cache.php
%{peardir}/Horde/IMAP/Search.php
%{peardir}/Horde/IMAP/Sort.php
%{peardir}/Horde/IMAP/Thread.php
%{peardir}/Horde/IMAP/Tree.php
%{peardir}/Horde/IMAP/ACL/rfc2086.php
%{peardir}/Horde/IMAP/ACL/rfc4314.php





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-3
+ Revision: b3a12e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2005 |14cr|horde-imp-4.3.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	imp
%define __noautoreq /usr/bin/php

Name:		horde-%{module}
Version:	4.3.9
Release:	6
Summary:	The Horde Internet Messaging Program

License:	GPL
Group:		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Patch0:      	imp-h3-4.3-fix-constant-loading.patch
Requires:	horde >= 3.3.8
Requires:	php-imap
Requires:	php-ldap
BuildArch:	noarch

%description
IMP is the Internet Messaging Program, one of the Horde applications.
It provides webmail access to IMAP and POP3 accounts.

%prep
%setup -q -n %{module}-h3-%{version}
%patch0 -p 1

# fix perms
chmod 644 locale/da_DK/help.xml

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Imp Horde configuration file
//
 
$this->applications['imp'] = array(
    'fileroot' => $this->applications['horde']['fileroot'] . '/imp',
    'webroot'  => $this->applications['horde']['webroot'] . '/imp',
    'name'     => _("Mail"),
    'status'   => 'active',
    'provides' => array('mail', 'contacts/favouriteRecipients')
);

$this->applications['imp-folders'] = array(
    'status'      => 'block',
    'app'         => 'imp',
    'blockname'   => 'tree_folders',
    'menu_parent' => 'imp'
);
?>
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR js %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

# fix script shellbang
for file in `find %{buildroot}%{_datadir}/horde/%{module}/scripts`; do
	perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|' $file
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi


%files
%doc README COPYING docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.9-6
+ Revision: ff99cf1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2006 |14cr|horde-ingo-1.2.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	ingo
%define __noautoreq /usr/bin/php

Name:           horde-%{module}
Version:        1.2.4
Release:        6
Summary:	The Horde email filter rules Manager

License:	GPL
Group: 		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Patch0:		%{module}-h3-1.2.1-fhs.patch
Requires:	horde >= 3.3.8
Requires: 	horde-imp >= 4.3
BuildArch:	noarch

%description
Ingo is an email filter rules manager.

Ingo currently supports the following filtering drivers:

    * Sieve (using timsieved)
    * procmail (using VFS FTP driver)
    * IMAP client-side filtering

Ingo has replaced IMP's internal filtering code and is the default filtering
agent in IMP H3 (4.0).

%prep
%setup -q -n %{module}-h3-%{version}
%patch0 -p 1

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Ingo Horde configuration file
//
 
$this->applications['ingo'] = array(
    'fileroot'    => $this->applications['horde']['fileroot'] . '/ingo',
    'webroot'     => $this->applications['horde']['webroot'] . '/ingo',
    'name'        => _("Filters"),
    'status'      => 'active',
    'provides'    => array('mail/blacklistFrom', 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist', 'mail/applyFilters', 'mail/canApplyFilters', 'mail/showFilters'),
    'menu_parent' => 'imp'
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR js %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

# fix script shellbang
for file in `find %{buildroot}%{_datadir}/horde/%{module}/scripts`; do
	perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|' $file
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi


%files
%doc LICENSE README docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.4-6
+ Revision: a90bfbd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2007 |14cr|horde-kolab-0.0.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj Kolab

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-kolab
Version:       0.0.6
Release:       5
Summary:       Horde Mime Library
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-nls
Requires:      php-pear
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
This package contains a number of helper functions that make communication
between a Horde client and a Kolab server smoother.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde
%{peardir}/Horde/Kolab.php






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.6-5
+ Revision: 8050129
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2008 |14cr|horde-kolab-filter-0.1.9-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear
%define __noautoreq /usr/bin/php

Summary:		Postfix filters for the Kolab server

Name:		horde-kolab-filter
Version: 	0.1.9
Release: 	10
License: 	LGPLv2.1
Group:		Networking/Mail
Source0: 	http://pear.horde.org/get/Kolab_Filter-%{version}.tgz
URL: 		http://pear.horde.org/package/Kolab_Filter
BuildRequires: 	php-pear >= 1.4.7
Requires: 	horde >= 0.0.2
Requires:	horde-icalendar >= 0.0.3
Requires:	horde-argv
Requires:	horde-mime >= 0.0.2
Requires:	horde-util >= 0.0.2
Requires:	horde-kolab-server >= 0.2.0
Requires:	php-pear >= 1.4.0b1
BuildRequires: 	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires: 	php-pear-channel-horde
BuildArch: 	noarch

%description
The filters provided by this package implement the Kolab
 server resource management as well as some Kolab server sender
 policies.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .


# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Kolab_Filter.xml

%clean

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Kolab_Filter.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Kolab_Filter
fi

%files
%doc docs/Kolab_Filter/*
%{peardir}/*
%{_bindir}/*
%{xmldir}/Kolab_Filter.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.9-10
+ Revision: 68e49e2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2009 |14cr|horde-kolab-format-1.0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary: PEAR: A package for reading/writing Kolab data formats
Name: 		horde-kolab-format
Version:		1.0.1
Release: 	8
License: 	LGPLv2.1
Group:		Networking/Mail
Source0:		http://pear.horde.org/get/Kolab_Format-%{version}.tgz
URL: 		http://pear.horde.org/package/Kolab_Format
BuildRequires: 	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires: 	horde-dom >= 0.1.0
Requires: 	horde-nls 
Requires: 	horde-util
Requires: 	php-pear >= 1.4.0b1
Requires:	php-pear-channel-horde
BuildArch: noarch

%description
This package allows to convert Kolab data objects from
 XML to hashes.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
rm -rf %{buildroot}
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .


# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Kolab_Format.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Kolab_Format.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Kolab_Format
fi

%files
%defattr(-,root,root)
%doc docs/Kolab_Format/*
%{peardir}/*
%{xmldir}/Kolab_Format.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-8
+ Revision: 2d58581
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2010 |14cr|horde-kolab-freebusy-0.1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj Kolab_FreeBusy
%define kolab_webroot %{_var}/www/html/kolab
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)
%define cachedir %{_var}/cache/freebusy

Name:          horde-kolab-freebusy
Version:       0.1.7
Release:       3
Summary:       A package for providing free/busy information
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-pear
Requires:      horde-framework
Requires:      horde-date
Requires:      horde-icalendar
Requires:      horde-kolab-storage
Requires:      horde-kolab-server
Requires:      php-dba
BuildRequires: horde-framework
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
This package provides free/busy information for the users of a Kolab server.
A Kolab client changing calendar data in an IMAP folder is required to call
the triggering script provided within this package via HTTP. This will
refresh the cache maintained by this package with partial free/busy data.
This partial data sets are finally combined to the complete free/busy
information once a client requests this data for a particular user.

%prep
%setup -q -n %{prj}-%{version}
cp %{SOURCE0} %{prj}-%{version}.tgz


%build

%install
pear -d www_dir=/var/www/html/kolab/freebusy install --packagingroot %{buildroot} --nodeps --offline %{prj}-%{version}.tgz

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp %{_builddir}/package.xml %{buildroot}%{xmldir}/%{prj}.xml
install -d -m 750 %{buildroot}%{cachedir}

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/Kolab
%dir %{peardir}/Horde/Kolab/FreeBusy
%dir %{peardir}/Horde/Kolab/FreeBusy/Cache
%dir %{peardir}/Horde/Kolab/Test
%dir %{peardir}/docs/Kolab_FreeBusy
%dir %{peardir}/tests/Kolab_FreeBusy
%dir %{peardir}/tests/Kolab_FreeBusy/Horde
%dir %{peardir}/tests/Kolab_FreeBusy/Horde/Kolab
%dir %{peardir}/tests/Kolab_FreeBusy/Horde/Kolab/FreeBusy
%dir /var/www/html/kolab/freebusy
%{peardir}/Horde/Kolab/FreeBusy.php
%{peardir}/Horde/Kolab/FreeBusy/Access.php
%{peardir}/Horde/Kolab/FreeBusy/Cache.php
%{peardir}/Horde/Kolab/FreeBusy/Imap.php
%{peardir}/Horde/Kolab/FreeBusy/View.php
%{peardir}/Horde/Kolab/FreeBusy/Report.php
%{peardir}/Horde/Kolab/FreeBusy/Cache/DB.php
%{peardir}/Horde/Kolab/FreeBusy/Cache/DB/acl.php
%{peardir}/Horde/Kolab/FreeBusy/Cache/DB/xacl.php
%{peardir}/Horde/Kolab/FreeBusy/Cache/File.php
%{peardir}/Horde/Kolab/FreeBusy/Cache/File/acl.php
%{peardir}/Horde/Kolab/FreeBusy/Cache/File/pvcal.php
%{peardir}/Horde/Kolab/FreeBusy/Cache/File/vcal.php
%{peardir}/Horde/Kolab/FreeBusy/Cache/File/xacl.php
%{peardir}/Horde/Kolab/FreeBusy/Cache/Freebusy/Partial.php
%{peardir}/Horde/Kolab/FreeBusy/Cache/Freebusy/Partial/Decorator/Log.php
%{peardir}/Horde/Kolab/FreeBusy/Cache/Freebusy/Partials.php
%{peardir}/Horde/Kolab/FreeBusy/Export/Freebusy/Acl.php
%{peardir}/Horde/Kolab/FreeBusy/Export/Freebusy/Acl/Cache.php
%{peardir}/Horde/Kolab/FreeBusy/Export/Freebusy/Acl/Null.php
%{peardir}/Horde/Kolab/FreeBusy/Export/Freebusy/Combined.php
%{peardir}/Horde/Kolab/FreeBusy/Export/Freebusy/Combined/Decorator/Cache.php
%{peardir}/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl.php
%{peardir}/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Cache.php
%{peardir}/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Configuration.php
%{peardir}/Horde/Kolab/FreeBusy/Export/Freebusy/Xacl/Decorator/Log.php
%{peardir}/Horde/Kolab/Test/FreeBusy.php
%{peardir}/docs/Kolab_FreeBusy/COPYING
%{peardir}/tests/Kolab_FreeBusy/Horde/Kolab/FreeBusy/AllTests.php
%{peardir}/tests/Kolab_FreeBusy/Horde/Kolab/FreeBusy/FreeBusyTest.php
%{peardir}/tests/Kolab_FreeBusy/Horde/Kolab/FreeBusy/FreeBusyScenarioTest.php
%{peardir}/tests/Kolab_FreeBusy/Horde/Kolab/FreeBusy/Autoload.php
%{peardir}/tests/Kolab_FreeBusy/Horde/Kolab/FreeBusy/Class/CacheTest.php
%{peardir}/tests/Kolab_FreeBusy/Horde/Kolab/FreeBusy/Class/Export/Freebusy/Combined/Decorator/CacheTest.php
%{peardir}/tests/Kolab_FreeBusy/Horde/Kolab/FreeBusy/Class/Export/Freebusy/CombinedTest.php
%{peardir}/tests/Kolab_FreeBusy/Horde/Kolab/FreeBusy/phpunit.xml
%config %{kolab_webroot}/freebusy/config.php
%{kolab_webroot}/freebusy/freebusy.php
%{kolab_webroot}/freebusy/pfb.php
%{kolab_webroot}/freebusy/regenerate.php
%attr(750,root,root) %{cachedir}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.7-3
+ Revision: 788eef9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2011 |14cr|horde-kolab-server-0.5.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary: 	A package for manipulating the Kolab user database
Name:		horde-kolab-server
Version:		0.5.0
Release: 	11
License: 	LGPLv2.1
Group:		Networking/Mail
Source0:		http://pear.horde.org/get/Kolab_Server-%{version}.tgz
URL:		http://pear.horde.org/package/Kolab_Server
BuildRequires: 	php-pear  >= 1.4.7
BuildRequires:	php-pear-channel-horde
Requires: 	horde-auth, 
Requires:	php-pear-Net_LDAP2 
Requires:	php-pear >= 1.4.0b1
Requires:	php-pear-channel-horde
BuildArch:	noarch

%description
This package allows to read/write entries in the Kolab user
 database stored in LDAP.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
rm -rf %{buildroot}
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock



# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Kolab_Server.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Kolab_Server.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Kolab_Server
fi

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Kolab_Server.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-11
+ Revision: 6ac31f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2012 |14cr|horde-kolab-storage-0.5.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary:	A package for handling Kolab data stored on an IMAP server
Name: 		horde-kolab-storage
Version:	0.5.0
Release:	7
License:	LGPLv2.1+
Group:		Networking/Mail
Url: 		http://pear.horde.org/package/Kolab_Storage
Source0:	http://pear.horde.org/get/Kolab_Storage-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:	php-pear-Net_IMAP >= 1.1.0
Requires:	php-pear-Mail_mimeDecode
Requires:	php-pear-HTTP_Request
Requires:	horde-kolab-format
Requires:	horde-kolab-server
Requires:	php-pear-Auth >= 0.1.1
Requires:	horde-cache
Requires:	horde-group
Requires:	horde-history
Requires:	horde-ldap
Requires:	horde-perms
Requires:	horde-sessionobjects
Requires:	horde-mime
Requires:	horde-nls
Requires:	horde-util
Requires:	php-pear >= 1.4.0b1
Requires: 	php-pear-channel-horde
BuildArch:	noarch

%description
Storing user data in an IMAP account belonging to the user is one of the Kolab
server core concepts. This package provides  all the necessary means to deal
with this type of data storage effectively.

%files
%doc docs/Kolab_Storage/*
%{peardir}/*
%{xmldir}/Kolab_Storage.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Kolab_Storage.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Kolab_Storage
fi

#----------------------------------------------------------------------------

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}

# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Kolab_Storage.xml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-7
+ Revision: f9a431b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2013 |14cr|horde-kronolith-2.3.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	kronolith
%define	__noautoreq /usr/bin/php

Name: 		horde-%{module}
Version: 	2.3.5
Release: 	6
Summary:	The Horde calendar application

License:	LGPL
Group:		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Requires(post):	rpm-helper
Requires:	horde >= 3.3.5
Requires:	horde-imp >= 4.0
Requires:	php-mcal
Requires:	php-pear-Date
Suggests:	php-pear-Date_Holidays
Suggests:	php-pear-XML_Serializer
BuildArch:	noarch

%description
Kronolith is the Horde calendar application. It provides a stable and
featureful individual calendar system for every Horde user, and
collaboration/scheduling features are starting to take shape. It makes
extensive use of the Horde Framework to provide integration with other
applications.

%prep
%setup -q -n %{module}-h3-%{version}

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Kronolith Horde configuration file
//
 
$this->applications['kronolith'] = array(
    'fileroot'    => $this->applications['horde']['fileroot'] . '/kronolith',
    'webroot'     => $this->applications['horde']['webroot'] . '/kronolith',
    'name'        => _("Calendar"),
    'status'      => 'active',
    'provides'    => 'calendar',
    'menu_parent' => 'organizing'
);

$this->applications['kronolith-menu'] = array(
    'status'      => 'block',
    'app'         => 'kronolith',
    'blockname'   => 'tree_menu',
    'menu_parent' => 'kronolith',
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR js %{buildroot}%{_datadir}/horde/%{module}
cp -pR calendars %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

# fix script shellbang
for file in `find %{buildroot}%{_datadir}/horde/%{module}/scripts`; do
	perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|' $file
done

%post
if [ $1 = 1 ]; then
	# calendar access
	mcalpass=`perl -le'print map { (a..z,A..Z,0..9)[rand 62] } 0..pop' 12`
	htpasswd -b /etc/mpasswd kronolith "$mcalpass"
	perl -pi -e 's|\*\*\*\*|'$mcalpass'|' %{_sysconfdir}/horde/%{module}/conf.xml

	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644

fi

%postun
if [ $1 = 0 ]; then
	htpasswd -bD /etc/mpasswd kronolith ""
fi

%files
%doc README COPYING docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.5-6
+ Revision: a1feff4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2014 |14cr|horde-ldap-0.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj Horde_LDAP

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-ldap
Version:       0.0.2
Release:       5
Summary:       LDAP Utility Class
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-framework
Requires:      php-pear
Requires:      php-pear-channel-horde
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
Horde_LDAP:: contains some utility functions for dealing with LDAP servers
and data.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%{peardir}/Horde/LDAP.php
%dir %{peardir}/tests/Horde_LDAP
%dir %{peardir}/tests/Horde_LDAP/tests
%{peardir}/tests/Horde_LDAP/tests/quoteDN.phpt





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-5
+ Revision: b2c648c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2015 |14cr|horde-mime-0.0.2-61
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj Horde_MIME

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-mime
Version:       0.0.2
Release:       61
Summary:       Horde Mime Library
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-pear-Text_Flowed
Requires:      horde-auth
Requires:      horde-util
Requires:      horde-compress
Requires:      horde-framework
Requires:      horde-icalendar
Requires:      horde-identity
Requires:      horde-sessionobjects
Requires:      horde-text-filter
Requires:      php-gettext
Requires:      php-imap
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
The Horde_MIME:: class provides methods for dealing with MIME standards.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/MIME
%dir %{peardir}/Horde/MIME/Viewer
%dir %{peardir}/Horde/MIME/Viewer/ooo
%{peardir}/Horde/MIME.php
%{peardir}/Horde/MIME/Contents.php
%{peardir}/Horde/MIME/Headers.php
%{peardir}/Horde/MIME/MDN.php
%{peardir}/Horde/MIME/Magic.php
%{peardir}/Horde/MIME/Message.php
%{peardir}/Horde/MIME/Part.php
%{peardir}/Horde/MIME/Structure.php
%{peardir}/Horde/MIME/Viewer.php
%{peardir}/Horde/MIME/Viewer/css.php
%{peardir}/Horde/MIME/Viewer/deb.php
%{peardir}/Horde/MIME/Viewer/default.php
%{peardir}/Horde/MIME/Viewer/enriched.php
%{peardir}/Horde/MIME/Viewer/enscript.php
%{peardir}/Horde/MIME/Viewer/html.php
%{peardir}/Horde/MIME/Viewer/images.php
%{peardir}/Horde/MIME/Viewer/msexcel.php
%{peardir}/Horde/MIME/Viewer/mspowerpoint.php
%{peardir}/Horde/MIME/Viewer/msword.php
%{peardir}/Horde/MIME/Viewer/ooo.php
%{peardir}/Horde/MIME/Viewer/ooo/common.xsl
%{peardir}/Horde/MIME/Viewer/ooo/global_document.xsl
%{peardir}/Horde/MIME/Viewer/ooo/main_html.xsl
%{peardir}/Horde/MIME/Viewer/ooo/palm.xsl
%{peardir}/Horde/MIME/Viewer/ooo/style_header.xsl
%{peardir}/Horde/MIME/Viewer/ooo/style_inlined.xsl
%{peardir}/Horde/MIME/Viewer/ooo/style_mapping.xsl
%{peardir}/Horde/MIME/Viewer/ooo/table.xsl
%{peardir}/Horde/MIME/Viewer/ooo/table_cells.xsl
%{peardir}/Horde/MIME/Viewer/ooo/table_columns.xsl
%{peardir}/Horde/MIME/Viewer/ooo/table_rows.xsl
%{peardir}/Horde/MIME/Viewer/pdf.php
%{peardir}/Horde/MIME/Viewer/php.php
%{peardir}/Horde/MIME/Viewer/plain.php
%{peardir}/Horde/MIME/Viewer/rar.php
%{peardir}/Horde/MIME/Viewer/report.php
%{peardir}/Horde/MIME/Viewer/rfc822.php
%{peardir}/Horde/MIME/Viewer/richtext.php
%{peardir}/Horde/MIME/Viewer/rpm.php
%{peardir}/Horde/MIME/Viewer/security.php
%{peardir}/Horde/MIME/Viewer/simple.php
%{peardir}/Horde/MIME/Viewer/source.php
%{peardir}/Horde/MIME/Viewer/srchighlite.php
%{peardir}/Horde/MIME/Viewer/tgz.php
%{peardir}/Horde/MIME/Viewer/tnef.php
%{peardir}/Horde/MIME/Viewer/vcard.php
%{peardir}/Horde/MIME/Viewer/webcpp.php
%{peardir}/Horde/MIME/Viewer/zip.php
%{peardir}/Horde/MIME/mime.magic.php
%{peardir}/Horde/MIME/mime.mapping.php



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-61
+ Revision: c190db1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2016 |14cr|horde-mimp-1.1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	mimp

Name:		horde-%{module}
Version:	1.1.4
Release:	5
Summary:	The Horde Mobile Internet Messaging Program
License:	GPL
Group:		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org:21/pub/mimp/mimp-h3-%{version}.tar.gz
Requires(post):	rpm-helper
Requires:	horde >= 3.0
Requires:	php-imap
Requires:	php-ldap
BuildArch:	noarch

%description
MIMP is the Mobile IMP, one of the Horde applications.
It provides webmail access to IMAP and POP3 accounts via
a cut down UI suitable for mobile phones and PDAs

%prep
%setup -q -n %{module}-h3-%{version}

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Mimp Horde configuration file
//
 
$this->applications['mimp'] = array(
    'fileroot' => $this->applications['horde']['fileroot'] . '/mimp',
    'webroot'  => $this->applications['horde']['webroot'] . '/mimp',
    'name'     => _("Mobile Mail"),
    'status'   => 'notoolbar'
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

# fix script shellbang
for file in `find %{buildroot}%{_datadir}/horde/%{module}/scripts`; do
	perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|' $file
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi


%files
%doc README COPYING docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.4-5
+ Revision: d4ec055
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2017 |14cr|horde-mnemo-2.2.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	mnemo
%define __noautoreq /usr/bin/php

Name:           horde-%{module}
Version:        2.2.2
Release:        8
Summary:	The Horde notes and memo application

License:	GPL
Group: 		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Patch:      %{module}-h3-2.2-fix-constant-loading.patch
Requires(post):	rpm-helper
Requires:	horde >= 3.3.5
BuildArch:	noarch

%description
Mnemo is the Horde note manager application.

%prep
%setup -q -n %{module}-h3-%{version}
%patch -p 1

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Mnemo Horde configuration file
//
 
$this->applications['mnemo'] = array(
    'fileroot'    => $this->applications['horde']['fileroot'] . '/mnemo',
    'webroot'     => $this->applications['horde']['webroot'] . '/mnemo',
    'name'        => _("Notes"),
    'status'      => 'active',
    'provides'    => 'notes',
    'menu_parent' => 'organizing'
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR js %{buildroot}%{_datadir}/horde/%{module}
cp -pR notepads %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

# fix script shellbang
for file in `find %{buildroot}%{_datadir}/horde/%{module}/scripts`; do
	perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|' $file
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi


%files
%doc LICENSE README docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.2-8
+ Revision: 5052533
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2018 |14cr|horde-nag-2.3.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	nag
%define __noautoreq /usr/bin/php

Name:           horde-%{module}
Version:        2.3.6
Release:        6
Summary:	The Horde task list manager

License:	GPL
Group: 		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Patch:      %{module}-h3-2.3.1-fix-constant-loading.patch
Requires:	horde >= 3.3.5
BuildArch:	noarch

%description
Nag is the Horde task list application. It stores todo items, things
due later this week, etc. It is very similar in functionality to the
Palm ToDo application.

%prep
%setup -q -n %{module}-h3-%{version}
%patch -p 1

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Nag Horde configuration file
//
 
$this->applications['nag'] = array(
    'fileroot'    => $this->applications['horde']['fileroot'] . '/nag',
    'webroot'     => $this->applications['horde']['webroot'] . '/nag',
    'name'        => _("Tasks"),
    'status'      => 'active',
    'provides'    => 'tasks',
    'menu_parent' => 'organizing'
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR js %{buildroot}%{_datadir}/horde/%{module}
cp -pR tasklists %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

# fix script shellbang
for file in `find %{buildroot}%{_datadir}/horde/%{module}/scripts`; do
	perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|' $file
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi


%files
%doc COPYING README docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.6-6
+ Revision: 660eb11
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2019 |14cr|horde-nls-0.0.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj Horde_NLS

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-nls
Version:       0.0.2
Release:       12
Summary:       Localization package
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(post):php-pear
Requires(preun):php-pear
Requires: 	php-pear
Requires:      php-pear-channel-horde
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde



%description
This package provides horde localization

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/NLS
%{peardir}/Horde/NLS.php
%{peardir}/Horde/NLS/GeoIP.php
%{peardir}/Horde/NLS/carsigns.php
%{peardir}/Horde/NLS/coordinates.php
%{peardir}/Horde/NLS/countries.php
%{peardir}/Horde/NLS/tld.php



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-12
+ Revision: 0201aa3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2020 |14cr|horde-notification-0.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Horde_Notification

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-notification
Version:       0.0.2
Release:       5
Summary:       Horde Notification System
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-pear
Requires:      php-pear-channel-horde
Requires:      php-gettext
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
The Notification:: class provides a subject-observer pattern for raising and
showing messages of different types and to different listeners.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/Notification
%dir %{peardir}/Horde/Notification/Listener
%{peardir}/Horde/Notification.php
%{peardir}/Horde/Notification/Event.php
%{peardir}/Horde/Notification/Listener.php
%{peardir}/Horde/Notification/Listener/audio.php
%{peardir}/Horde/Notification/Listener/javascript.php
%{peardir}/Horde/Notification/Listener/mobile.php
%{peardir}/Horde/Notification/Listener/status.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-5
+ Revision: cfc705c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2021 |14cr|horde-passwd-3.1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	passwd

Name:		horde-%{module}
Version:	3.1.3
Release:	6
Summary:	The Horde password management application
License:	GPL
Group:		System/Servers
URL:		http://www.horde.org/%{module}/
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Source2:	%{module}-horde.conf.bz2
#Patch0:		%{module}-h3-3.1.2-script-shellbang.patch
Requires:	horde >= 3.3.5
Requires:	php-soap
BuildArch:	noarch

%description
Passwd is the Horde password changing application. While it has been released
and is in production use at many sites, it is also under heavy development in
an effort to expand and improve the module.

Right now, Passwd provides fairly complete support for changing passwords via
poppassd, ldap, unix expect scripts, the unix smbpasswd command for smb/cifs
password support, servuftp, vmailmgr, vpopmail, and sql passwords.

Passwd is part of a suite of account management modules for Horde consisting of
Accounts, Forwards, Passwd, and Vacation.

%prep
%setup -q -n %{module}-h3-%{version}
#%patch0 -p 1

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
bzcat %{SOURCE2} > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done


%clean

%files
%doc README docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.3-6
+ Revision: f428b72
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2022 |14cr|horde-perms-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Perms

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-perms
Version:       0.1.0
Release:       4
Summary:       Horde Permissions System
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-pear
Requires:      horde-framework
Requires:      horde-util
Requires:      horde-group
Requires:      horde-datatree
Requires:      horde-tree
Requires:      php-gettext
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde

%description
The Perms package provides an interface to the Horde permissions system.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/Perms
%{peardir}/Horde/Perms.php
%{peardir}/Horde/Perms/UI.php
%{peardir}/Horde/Perms/datatree.php
%{peardir}/Horde/Perms/sql.php



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-4
+ Revision: 11142a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2023 |14cr|horde-prefs-0.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj Horde_Prefs

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-prefs
Version:       0.0.3
Release:       4
Summary:       Horde Prefs package
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-util
Requires:      horde-framework
Requires:      php-pear
Requires:      php-gettext
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
The Prefs:: class provides a common abstracted interface into the various
preferences storage mediums. It also includes all of the functions for
retrieving, storing, and checking preference values.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/Prefs
%{peardir}/Horde/Prefs.php
%{peardir}/Horde/Prefs/CategoryManager.php
%{peardir}/Horde/Prefs/UI.php
%{peardir}/Horde/Prefs/imsp.php
%{peardir}/Horde/Prefs/kolab.php
%{peardir}/Horde/Prefs/ldap.php
%{peardir}/Horde/Prefs/session.php
%{peardir}/Horde/Prefs/sql.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-4
+ Revision: bdd4dc9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2024 |14cr|horde-secret-0.0.2-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Horde_Secret

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-secret
Version:       0.0.2
Release:       16
Summary:       Secret Encryption API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-framework
Requires:      horde-cipher
Requires:      horde-util
Requires:      php-mcrypt
Requires:      php-pear-channel-horde
Requires:      php-pear
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
The Secret:: class provides an API for encrypting and decrypting small
pieces of data with the use of a shared key.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%{peardir}/Horde/Secret.php



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-16
+ Revision: 74485c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2025 |14cr|horde-serialize-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Horde_Serialize

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-serialize
Version:       0.0.2
Release:       4
Summary:       Data Encapulation API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-util
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
The Serialize:: class provides various methods of encapsulating data.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/Serialize
%{peardir}/Horde/Serialize.php
%{peardir}/Horde/Serialize/JSON.php



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: 8e1dfd9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2026 |14cr|horde-sessionhandler-0.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj Horde_SessionHandler

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-sessionhandler
Version:       0.0.3
Release:       4
Summary:       Horde Session Storage API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-sql
Requires:      php-pear
Requires:      php-pear-channel-horde
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
The Horde_SessionObjects:: class provides a way for storing data (usually,
but not necessarily, objects) in the current user's session.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/SessionHandler
%{peardir}/Horde/SessionHandler.php
%{peardir}/Horde/SessionHandler/dbm.php
%{peardir}/Horde/SessionHandler/ldap.php
%{peardir}/Horde/SessionHandler/memcache.php
%{peardir}/Horde/SessionHandler/mysql.php
%{peardir}/Horde/SessionHandler/none.php
%{peardir}/Horde/SessionHandler/oci8.php
%{peardir}/Horde/SessionHandler/pgsql.php
%{peardir}/Horde/SessionHandler/sapdb.php
%{peardir}/Horde/SessionHandler/sql.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-4
+ Revision: 261e060
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2027 |14cr|horde-sessionobjects-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj Horde_SessionObjects

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-sessionobjects
Version:       0.0.2
Release:       4
Summary:       Horde Session Storage API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-framework
Requires:      php-pear
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
The Horde_SessionObjects:: class provides a way for storing data (usually,
but not necessarily, objects) in the current user's session.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%{peardir}/Horde/SessionObjects.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: e4dc611
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2028 |14cr|horde-share-0.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj     Horde_Share

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:		horde-share
Version:	0.0.3
Release:	5
Summary:	Horde Browser package
License:	LGPL
Group:		Networking/Mail
Url:		http://pear.horde.org/index.php?package=%{prj}
Source0:	%{prj}-%{version}.tgz
BuildArch:	noarch
Requires(pre):  php-pear
Requires:	horde-framework
Requires:	horde-util
Requires:	php-pear-channel-horde
BuildRequires:	php-pear
BuildRequires:	php-pear-channel-horde


%description
The Horde_Browser:: class provides an API for getting information about
the current user's browser and its capabilities.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde
%{peardir}/Horde/Share.php





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-5
+ Revision: bdb18ff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2029 |14cr|horde-sql-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Horde_SQL

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-sql
Version:       0.0.2
Release:       4
Summary:       SQL Utility Class
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-pear-channel-horde
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
Horde_SQL:: contains some utility functions for dealing with SQL.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/SQL
%{peardir}/Horde/SQL.php
%{peardir}/Horde/SQL/Attributes.php
%{peardir}/Horde/SQL/Keywords.php





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: 26b55da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2030 |14cr|horde-text-filter-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Horde_Text_Filter

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-text-filter
Version:       0.0.2
Release:       4
Summary:       Horde Text Filter API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-util
Requires:      horde-text-rest
Requires:      php-gettext
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
The Text_Filter:: class provides common methods for fitering and
converting text.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/Text
%dir %{peardir}/Horde/Text/Filter
%{peardir}/Horde/Text/Filter.php
%{peardir}/Horde/Text/Filter/bbcode.php
%{peardir}/Horde/Text/Filter/cleanascii.php
%{peardir}/Horde/Text/Filter/dimsignature.php
%{peardir}/Horde/Text/Filter/emails.php
%{peardir}/Horde/Text/Filter/emoticons.php
%{peardir}/Horde/Text/Filter/environment.php
%{peardir}/Horde/Text/Filter/highlightquotes.php
%{peardir}/Horde/Text/Filter/html2text.php
%{peardir}/Horde/Text/Filter/linkurls.php
%{peardir}/Horde/Text/Filter/rst.php
%{peardir}/Horde/Text/Filter/simplemarkup.php
%{peardir}/Horde/Text/Filter/space2html.php
%{peardir}/Horde/Text/Filter/tabs2spaces.php
%{peardir}/Horde/Text/Filter/text2html.php
%{peardir}/Horde/Text/Filter/words.php
%{peardir}/Horde/Text/Filter/xss.php
%dir %{peardir}/tests/Horde_Text_Filter
%dir %{peardir}/tests/Horde_Text_Filter/tests
%{peardir}/tests/Horde_Text_Filter/tests/Filter_emails.phpt
%{peardir}/tests/Horde_Text_Filter/tests/Filter_environment.phpt
%{peardir}/tests/Horde_Text_Filter/tests/Filter_html2text.phpt
%{peardir}/tests/Horde_Text_Filter/tests/Filter_html2text2.phpt
%{peardir}/tests/Horde_Text_Filter/tests/Filter_space2html.phpt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: 1faca42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2031 |14cr|horde-text-rest-0.0.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Text_reST

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-text-rest
Version:       0.0.2
Release:       14
Summary:       REStructuredText parser and formatters
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-pear
Requires:      php-pear-channel-horde
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde

%description
This package provides a parser for reStructguredText and reformatters
for different output formats.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Text
%dir %{peardir}/Text/reST
%dir %{peardir}/Text/reST/Formatter
%{peardir}/Text/reST.php
%{peardir}/Text/reST/Formatter.php
%{peardir}/Text/reST/Formatter/html.php
%{peardir}/Text/reST/Parser.php
%dir %{peardir}/tests/Text_reST
%dir %{peardir}/tests/Text_reST/tests
%{peardir}/tests/Text_reST/tests/headings.phpt
%{peardir}/tests/Text_reST/tests/lblocks.phpt
%{peardir}/tests/Text_reST/tests/links.phpt
%{peardir}/tests/Text_reST/tests/roles.phpt





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-14
+ Revision: b0760be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2032 |14cr|horde-token-0.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj     Horde_Token

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:		horde-token
Version:	0.0.4
Release:	3
Summary:	Horde Token API
License:	LGPL
Group:		Networking/Mail
Url:		http://pear.horde.org/index.php?package=%{prj}
Source0:	%{prj}-%{version}.tgz
BuildArch:	noarch
Requires(pre):  php-pear
Requires:	horde-util
BuildRequires:	php-pear
BuildRequires:	php-pear-channel-horde

%description
The Horde_Token:: class provides a common abstracted interface into the
various token generation mediums. It also includes all of the functions
for retrieving, storing, and checking tokens.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
# For unknown reason the package horde-util fails with this error message:
# installing horde-token-0.0.4-5.1
# Package "/var/lib/pear/Horde_Token.xml" is not valid
# install failed
# error: %post(horde-token-0.0.4-5.1.noarch) scriptlet failed, exit status 1
# mount: can't find / in /etc/fstab or /etc/mtab
# System halted.
# =======================
# For this reason include the || echo > /dev/null to prevent the horde-util
# build to bark out of the build process
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml || echo > /dev/null

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde
%dir %{peardir}/Horde/Token
%{peardir}/Horde/Token.php
%{peardir}/Horde/Token/file.php
%{peardir}/Horde/Token/sql.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-3
+ Revision: efa4345
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2033 |14cr|horde-tree-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Horde_Tree

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-tree
Version:       0.0.2
Release:       4
Summary:       Horde Tree API
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-pear
Requires:      horde-util
Requires:      php-gettext
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde

%description
The Horde_Tree:: class provides a tree view of hierarchical information.
It allows for expanding/collapsing of branches and maintains their state.
It can work together with the Horde_Tree javascript class to achieve this
in DHTML on supported browsers.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde/Tree
%{peardir}/Horde/Tree.php
%{peardir}/Horde/Tree/html.php
%{peardir}/Horde/Tree/javascript.php
%{peardir}/Horde/Tree/select.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: f041a17
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2034 |14cr|horde-turba-2.3.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	turba
%define __noautoreq /usr/bin/php

Name: 		horde-%{module}
Version: 	2.3.6
Release: 	4
Summary:	The Horde contact manager

License:	LGPL
Group:		System/Servers
Source:		ftp://ftp.horde.org:21/pub/turba/turba-h3-%{version}.tar.gz
URL:		http://www.horde.org/%{module}/
Requires(post):	rpm-helper
Requires:	horde >= 3.3.5
Requires:	php-pear-Net_LDAP
BuildArch:	noarch

%description
Turba is the Horde contact management application, which allows access
to and storage of personal contacts (including name, email address,
phone number, and other easily customizable fields). Turba integrates
with IMP (Horde's webmail application) as its address book.

%prep
%setup -q -n %{module}-h3-%{version}

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Turba Horde configuration file
//
 
$this->applications['turba'] = array(
    'fileroot'    => $this->applications['horde']['fileroot'] . '/turba',
    'webroot'     => $this->applications['horde']['webroot'] . '/turba',
    'name'        => _("Address Book"),
    'status'      => 'active',
    'provides'    => array('contacts', 'clients'),
    'menu_parent' => 'organizing'
);
EOF
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR js %{buildroot}%{_datadir}/horde/%{module}
cp -pR addressbooks %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

# fix script shellbang
for file in `find %{buildroot}%{_datadir}/horde/%{module}/scripts`; do
	perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|' $file
done

# additional cleanup
rm -f %{buildroot}%{_datadir}/horde/%{module}/scripts/Turba.reg


%post
if [ $1 = 1 ]; then
	# generate configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi

%files
%doc README LICENSE docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.6-4
+ Revision: 3a39849
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2035 |14cr|horde-ui-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj     Horde_UI

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:		horde-ui
Version:	0.0.2
Release:	4
Summary:	Horde Browser package
License:	LGPL
Group:		Networking/Mail
Url:		http://pear.horde.org/index.php?package=%{prj}
Source0:	%{prj}-%{version}.tgz
BuildArch:	noarch
Requires(pre):  php-pear
Requires:	php-pear-channel-horde
BuildRequires:	php-pear
BuildRequires:	php-pear-channel-horde

%description
The Horde_UI:: class provides an API for getting information about
the current user's userinterface and its capabilities.

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde
%dir %{peardir}/Horde/UI/VarRenderer
%{peardir}/Horde/UI/Language.php
%{peardir}/Horde/UI/Tabs.php
%{peardir}/Horde/UI/Pager.php
%{peardir}/Horde/UI/Widget.php
%{peardir}/Horde/UI/VarRenderer.php
%{peardir}/Horde/UI/VarRenderer/html.php
%{peardir}/Horde/UI/VarRenderer/tableset_html.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: cd00e22
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2036 |14cr|horde-util-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Util
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          horde-util
Version:       0.1.0
Release:       4
Summary:       Horde Util package
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-framework
Requires:      php-mbstring
Requires:      php-iconv
Requires:      php-pear-channel-horde
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
These classes provide functionality useful for all kind of applications.


%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Horde
%{peardir}/Horde/Array.php
%{peardir}/Horde/String.php
%{peardir}/Horde/Util.php
%{peardir}/Horde/Variables.php
%dir %{peardir}/tests/Util
%dir %{peardir}/tests/Util/tests
%{peardir}/tests/Util/tests/*.phpt




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-4
+ Revision: 278bf39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2037 |14cr|horde-vacation-3.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	vacation

%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear\\(Horde.*\\)'
%else
%define _requires_exceptions pear(Horde.*)
%endif

Name:		horde-%{module}
Version:	3.2.1
Release:	4
Summary:	The Horde vacation management application
License:	GPL
Group:		System/Servers
URL:		http://www.horde.org/%{module}/
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Source2:	%{module}-horde.conf.bz2
Patch:		%{module}-2.2.1.path.patch
Requires:	horde >= 3.3.5
Requires:	vacation
Requires(post):	rpm-helper
BuildArch:	noarch

%description
Vacation is a Horde module for managing user e-mail "vacation notices" or
"auto-responders." It works via a local vacation program which must be
installed and functioning on the server. It supports vacation programs using
the .forward-style forwarding mechanism supported by several popular mailers,
as well as qmail and sql based implementations. While it has been released and
is in production use at many sites, it is also under heavy development in an
effort to expand and improve the module.

Right now, Vacation provides fairly complete support for managing
.forward-style vacation notices on sendmail or courier mail based systems via
an FTP transport. It also has some support for qmail and exim sql based
servers.

Vacation is part of a suite of account management modules for Horde consisting
of Accounts, Forwards, Passwd, and Vacation.

%prep
%setup -q -n %{module}-h3-%{version}
%patch -p0
# fix perms
chmod 644 files/*
chmod 644 lib/*.php

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Vacation Horde configuration file
//
 
$this->applications['vacation'] = array(
    'fileroot'    => $this->applications['horde']['fileroot'] . '/vacation',
    'webroot'     => $this->applications['horde']['webroot'] . '/vacation',
    'name'        => _("Vacation"),
    'status'      => 'active',
    'provides'    => 'vacation',
    'menu_parent' => 'myaccount'
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
install -d -m 755 %{buildroot}%{_localstatedir}/lib/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR files/* %{buildroot}%{_localstatedir}/lib/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

%files
%doc LICENSE README docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}
%{_localstatedir}/lib/horde/%{module}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.1-4
+ Revision: ba56d55
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2038 |14cr|horde-whups-1.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	whups
%define	__noautoreq /usr/bin/php

Name:		horde-%{module}
Version:	1.0
Release:	13
Summary:	The Horde Horde Ticket Tracking System

License:	GPL
Group:		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Requires(post):	rpm-helper
Requires:	horde >= 3.0
BuildArch:	noarch

%description
Whups is Horde's ticket-tracking application. It is very flexible in design,
and can be used for help-desk requests, tracking sofware development, and
anything else that needs to track a set of requests and their status.

%prep
%setup -q -n %{module}-h3-%{version}

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Whups Horde configuration file
//
 
$this->applications['whups'] = array(
    'fileroot' => $this->applications['horde']['fileroot'] . '/whups',
    'webroot' => $this->applications['horde']['webroot'] . '/whups',
    'name' => _("Tickets"),
    'status' => 'active',
    'provides' => 'tickets',
    'menu_parent' => 'devel',
);

$this->applications['whups-menu'] = array(
    'status' => 'block',
    'app' => 'whups',
    'blockname' => 'tree_menu',
    'menu_parent' => 'whups',
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR ticket %{buildroot}%{_datadir}/horde/%{module}
cp -pR search %{buildroot}%{_datadir}/horde/%{module}
cp -pR queue %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi

%files
%doc LICENSE README docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-13
+ Revision: 2ab365a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2039 |14cr|horgand-1.14-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	horgand
%define version	1.14
%define release 8

Name: 	 	%{name}
Summary: 	FM organ synthesizer
Version: 	%{version}
Release: 	%{release}
Source0:		%{name}-%{version}.tar.bz2
Patch0:		horgand-1.14-adopt-fltk.patch
URL:		http://horgand.berlios.de
License:	GPL
Group:		Sound
BuildRequires:	libalsa-devel jackit-devel fltk-devel pkgconfig(sndfile)
BuildRequires:	alsa-utils xpm-devel
buildrequires:	pkgconfig(cairo)
buildrequires:	pkgconfig(pixman-1)

%description
Horgand is a jack capable organ client with presets and some effects
incorporated. Horgand generates the sound in real time like a FM synthesizer.
You can change the frecuency of all the drawars and add some special effects.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
perl -p -i -e "s|-O6|$RPM_OPT_FLAGS||g" Makefile
%make

%install
mkdir -p $RPM_BUILD_ROOT/%_bindir
%makeinstall_std PREFIX=%_prefix
rm -fr $RPM_BUILD_ROOT/%_docdir/%name

#menu

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Horgand
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=sound_section
Terminal=false
Type=Application
Categories=AudioVideo;Sequencer;
EOF

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README COPYING
%{_bindir}/%name
%{_datadir}/%name
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14-8
+ Revision: bc245fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2040 |14cr|host2cat-1.02-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define webserver_cgibindir	%{_var}/www/cgi-bin/
%define _initdir	/etc/rc.d/init.d
%define _cachedir	/var/cache

Name:		host2cat
Version:	1.02
Release:	4

Summary:	Custom DNS resolver
License:	BSD
Group:		System/Servers
Url:		www.netpolice.ru

Source0: 	%{name}-%{version}.tar.gz
Source1: 	%{name}.init
Source2: 	%{name}.sysconfig
Source3: 	squid.conf
Source4:	SQLite_migration_1.0.2_to_1.1.sql
Patch0:		%{name}-filterdb.patch

# Automatically added by buildreq on Fri Apr 10 2009
BuildRequires:	libadns-devel
BuildRequires:	memcache-devel

# for findreq
BuildRequires: 	perl-DBI
BuildRequires:	perl-Net-DNS perl-CGI
BuildRequires:  pkgconfig(zlib)

# for cgi-bin dir
Requires:	apache-base
Requires:	apache-conf >= 2.0
Requires:	apache-mod_perl
Requires: 	perl-DBD-SQLite
Requires:	memcached
Requires: 	netpolice-filter
Requires: 	squid-conf-%{name}
Requires:	squid >= 3.0

%description
DNS resolver for web content filtering with web interface.

%package -n squid-conf-%{name}
Summary:	adapted squid config
Group:		System/Servers

%description -n squid-conf-%{name}
This package contains squid config adapted for %{name}.

%prep
%setup -q
%patch0 -p1

%build
aclocal --force
autoconf --force
autoheader --force
automake --add-missing --force-missing --foreign
%configure
%make

%install

mkdir -p %{buildroot}/{%{_cachedir}/%{name},%{webserver_cgibindir},%{_libexecdir}/%{name}}
mkdir -p %{buildroot}/%{_var}/lib/netpolice
mkdir -p %{buildroot}/%{_var}/lib/netpolice/squid

install -m0755 -D %{name} %{buildroot}/%{_sbindir}/%{name}
install -m0755 -D %{SOURCE1} %{buildroot}/%{_initdir}/%{name}
install -m0644 -D %{SOURCE2} %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
install -m0644 -D %{SOURCE3} %{buildroot}/etc/squid/squid.conf.sample
install -m0644 -D %{SOURCE4} %{buildroot}/var/cache/%{name}/SQLite_migration_1.0.2_to_1.1.sql

install -m0755 contrib/get_file.pl %{buildroot}/%{webserver_cgibindir}/get_file.pl
install -m0644 scripts/config.ph %{buildroot}/%{webserver_cgibindir}/config.ph
install -m0755 scripts/*.cgi %{buildroot}/%{webserver_cgibindir}/
install -m0755 scripts/*.pl %{buildroot}/%{_libexecdir}/%{name}/
install -m0644 scripts/*.schema %{buildroot}/%{_libexecdir}/%{name}/
install -m0644 scripts/custom_roles scripts/generic_roles scripts/users %{buildroot}/%{_libexecdir}/%{name}/

touch %{buildroot}%{_cachedir}/%{name}/filter.db

mkdir -p %{buildroot}/%{_sysconfdir}/httpd/conf/{extra-start.d,extra-available,mods-start.d}
cat << EOF > %{buildroot}/%{_sysconfdir}/httpd/conf/extra-start.d/030-host2cat.conf
host2cat=yes
EOF

cat << EOF > %{buildroot}/%{_sysconfdir}/httpd/conf/extra-available/host2cat.conf
<IfModule alias_module>
	ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
</IfModule>
EOF

cat << EOF > %{buildroot}/%{_sysconfdir}/httpd/conf/mods-start.d/030-host2cat.conf
alias=yes
cgi=yes
EOF

%post
%_post_service %{name}
#/usr/sbin/a2chkconfig &> /dev/null ||:
/sbin/service httpd condreload ||:
INITDB=%{_libexecdir}/%{name}/init_filter_db.pl
[ -x $INITDB ] && $INITDB -d %{_libexecdir}/%{name}/ dbi:SQLite:dbname=%{_cachedir}/%{name}/filter.db ||:
mkdir -p /var/lib/netpolice/squid
touch /var/lib/netpolice/squid/passwd
usr/sbin/htpasswd -b /var/lib/netpolice/squid/passwd netpolice netpolice
%preun
%_preun_service %{name}


%files
%defattr(-,root,root)
%{_initdir}/%{name}
%{_sysconfdir}/sysconfig/%{name}
%{_sysconfdir}/httpd/conf/extra-start.d/030-host2cat.conf
%{_sysconfdir}/httpd/conf/extra-available/host2cat.conf
%{_sysconfdir}/httpd/conf/mods-start.d/030-host2cat.conf
%{_sbindir}/%{name}
%{webserver_cgibindir}/get_file.pl
%{_libexecdir}/%{name}
%config(noreplace) %{webserver_cgibindir}/config.ph
%{webserver_cgibindir}/*.cgi
%dir %attr(711,apache,root) %{_cachedir}/%{name}
%config(noreplace )%attr(644,apache,root) %{_cachedir}/%{name}/filter.db
/var/cache/%{name}/SQLite_migration_1.0.2_to_1.1.sql

%files -n squid-conf-%{name}
%defattr(-,root,root)
%config(noreplace) /etc/squid/squid.conf.sample




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.02-4
+ Revision: 216215a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2041 |14cr|hotkeys-0.5.7.1-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A program to use the special keys on internet/multimedia keyboards
Name:		hotkeys
Version:	0.5.7.1
Release:	21
License:	GPL
Group:		System/Kernel and hardware
URL:		http://alioth.debian.org/projects/%{name}/
Source0:	%{url}%{name}_%{version}.tar.bz2
Source1:	vaio.def.bz2
Source2:	FCSAmilo.def.bz2
Source3:	samsungx30.def.bz2
Source4:	precision.def.bz2
Source5:	dellinspiron.def.bz2
Source6:	samsungx10.def.bz2
Source10:	%{name}.sysconfig
Source11:	%{name}.xinit
Patch1:		hotkeys-0.5.7.1_mutefix.patch
Patch2:		hotkeys-0.5.7.1-db5.patch
Patch3:		hotkeys-0.5.7.1-gcc43.diff
Patch4:		hotkeys-0.5.7.1-includedir.patch
BuildRequires:	db-devel >= 5.2.0
BuildRequires:	gettext-devel
BuildRequires:	libxosd-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(xmu)

%description
The HotKeys daemon listens for the "special" hotkeys that you won't
normally use on your Internet/Multimedia keyboards. The buttons perform
their intended behaviors, such as volume up and down, mute the speaker,
or launch applications. It has On-screen display (OSD) to show the
volume, program that's being started, etc. It features an XML-based
keycode configuration file format, which makes it possible to define the
hotkeys to launch any programs you want.

%prep
%setup -q
%patch1 -p0
%patch2 -p1
%patch3 -p0
%patch4 -p0

%build
autoreconf -fi
%configure2_5x --with-xosd
%make
# CC="gcc -I%{_includedir}/libxml2 -I%{_includedir}/libxml2/libxml"
cat > README.mdk <<EOF
Adding a new keyboard
----------------------
If you have a keyboard not supported by this package, you can create 
your own file, by using xev, and writing the xml config files based 
on the examples provided.

Then, you can send them to the author, Anthony Wong <ypwong@ypwong.org>, 
in order to have them included in the tarball. I will also take 
contribution, send them to <misc@mandriva.org>, or fill a bugreport
on qa.mandriva.com ( i prefer bug report as i may forget mail ).

Keyboard for owner of Samsung X10
----------------------------------
For people owning a Samsung X10, the provided keymap requires 2 commands
to activate all keys. Place a script in /etc/X11/xinit.d/ that contains :

#!/bin/bash
setkeycodes 0x74 122
setkeycodes 0x75 123

and use the samsungX10.def file.
See http://www.samsungpc.com/products/x10_x10plus/x10.htm if your are not sure this is
yours.
EOF

echo "WebBrowser=www-browser">> src/%{name}.conf
echo "Shell=xvt">> src/%{name}.conf

%install
%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 src/%{name}.conf %{buildroot}/%{_sysconfdir}
install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/sysconfig/%{name}

install -d %{buildroot}%{_sysconfdir}/X11/xinit.d/
install -m 755 %{SOURCE11} %{buildroot}%{_sysconfdir}/X11/xinit.d/%{name}

bzcat %{SOURCE1} > %{buildroot}/%{_datadir}/%{name}/vaio.def
bzcat %{SOURCE2} > %{buildroot}/%{_datadir}/%{name}/FCSAmilo.def
bzcat %{SOURCE3} > %{buildroot}/%{_datadir}/%{name}/samsungx30.def
bzcat %{SOURCE4} > %{buildroot}/%{_datadir}/%{name}/precision.def
bzcat %{SOURCE5} > %{buildroot}/%{_datadir}/%{name}/dellinspiron.def
bzcat %{SOURCE6} > %{buildroot}/%{_datadir}/%{name}/samsungX10.def

chmod 644 AUTHORS BUGS COPYING INSTALL TODO def/sample.xml

%files
%doc AUTHORS BUGS COPYING INSTALL TODO def/sample.xml README.mdk
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1*
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_sysconfdir}/X11/xinit.d/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.7.1-21
+ Revision: 35b8ce2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2042 |14cr|hotot-0.9.8.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       hotot
Version:    0.9.8.14
Release:    3
Summary:    Twitter Client 
License:    LGPLv2+
Group:      Networking/Other
URL:        http://hotot.org/
#git source: https://codeload.github.com/lyricat/Hotot/tar.gz/0.9.8.14
Source0:    Hotot-0.9.8.14.tar.gz

BuildRequires:   intltool
BuildRequires:   python-distutils-extra
BuildRequires:   python-devel
BuildRequires:   cmake
BuildRequires:   qt4-devel
Requires:        python-webkitgtk
Requires:        python-notify
Requires:        python-keybinder

%description
Hotot, is a lightweight & open source
Microblogging Client, coding using Python language
and designed for Linux. 

%prep
%setup -q -n Hotot-%{version}

%build
%cmake

%install
pushd build
%makeinstall_std
popd

%find_lang %{name}


%files -f %{name}.lang
%doc LGPL-license.txt ChangeLog TranslationStatus
%{_bindir}/hotot
%{_bindir}/hotot-qt
%{_datadir}/hotot/ext/*
%{_datadir}/applications/%{name}-qt.desktop
%{_datadir}/hotot/sound/*.wav
%{_datadir}/%{name}/_locales/*/*
%{_datadir}/%{name}/js/*
%{_datadir}/%{name}/css/*
%{_datadir}/%{name}/theme/*
%{_datadir}/%{name}/image/*
%{_datadir}/%{name}/*.html
%{_datadir}/%{name}/*.json
%{_datadir}/applications/hotot.desktop
%{python_sitearch}/*
%{_iconsdir}/hicolor/*/apps/*.*
%{_datadir}/%{name}/icons/*/apps/hotot.png
%{_datadir}/%{name}/icons/*/apps/hotot.ico
%{_datadir}/icons/hicolor/scalable/status/*.svg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.8.14-3
+ Revision: 44a483f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2043 |14cr|hotshots-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#empty debug
%define debug_package   %{nil}
%define oname HotShots

Name:           hotshots
Version:        2.2.0
Release:        1
License:        GPLv2+
Summary:        Screen-shot and Annotation Tool
URL:            http://thehive.xbee.net/index.php?module=pages&func=display&pageid=31
Group:          Graphics
Source0:        http://garr.dl.sourceforge.net/project/hotshots/%{version}/%{oname}-%{version}-src.zip

BuildRequires:  imagemagick
BuildRequires:  hicolor-icon-theme
BuildRequires:  libqxt-devel
BuildRequires:  qt4-devel
BuildRequires:  desktop-file-utils
BuildRequires:  cmake  >= 2.8.9



%description
HotShots is an application for capturing screens and saving them in
a variety of image formats as well as adding annotations and graphical
data (arrows, lines, texts, ...).

%prep
%setup -qn HotShots-%{version}-src
sed -i 's/\r$//' *.txt
iconv -f iso8859-1 -t utf-8 Changelog.txt > \
  Changelog.txt.conv && mv -f Changelog.txt.conv Changelog.txt

%if %{mdvver} >= 201410
# fix png rgb 
pushd res
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd  
%endif


%build
cd build
%cmake -DCMAKE_INSTALL_PREFIX=/usr \
	  -DCMAKE_BUILD_TYPE=Release 

%make

%install
%makeinstall_std -C build/build



# icons
rm -f %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -Dm 0644 res/%{name}.png \
    %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
for size in 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_datadir}/icons/hicolor/${size}/apps
    convert -strip -resize ${size} res/%{name}.png \
        %{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png
done
# menu entry
cd build
desktop-file-install %{name}.desktop \
  --dir=%{buildroot}%{_datadir}/applications \
  --remove-key=Version \
  --remove-key=Icon \
  --set-icon=%{name} \
  --remove-key=GenericName \
  --remove-category=Utility \
  --remove-category=Application \
  --add-category=Qt \
  --add-category=KDE \
  --add-category=Graphics 
cd -
perl -pi -e "s|/usr/local/bin/hotshots|hotshots|" %{buildroot}%{_datadir}/applications/*.desktop

%files 
%doc *.txt
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.*
%{_mandir}/man1/*
%{_datadir}/mime/packages/hotshots.xml
%{_datadir}/%{name}/*.txt
# lang
%lang(cs) %{_datadir}/%{name}/locale/hotshots_cs.qm
%lang(de) %{_datadir}/%{name}/locale/hotshots_de.qm
%lang(el) %{_datadir}/%{name}/locale/hotshots_el.qm
%lang(es) %{_datadir}/%{name}/locale/hotshots_es.qm
%lang(eu) %{_datadir}/%{name}/locale/hotshots_eu.qm
%lang(fr) %{_datadir}/%{name}/locale/hotshots_fr.qm
%lang(gl) %{_datadir}/%{name}/locale/hotshots_gl.qm
%lang(it) %{_datadir}/%{name}/locale/hotshots_it.qm
%lang(ja) %{_datadir}/%{name}/locale/hotshots_ja.qm
%lang(lt) %{_datadir}/%{name}/locale/hotshots_lt.qm
%lang(pl) %{_datadir}/%{name}/locale/hotshots_pl.qm
%lang(pt) %{_datadir}/%{name}/locale/hotshots_pt.qm
%lang(ro) %{_datadir}/%{name}/locale/hotshots_ro.qm
%lang(ru) %{_datadir}/%{name}/locale/hotshots_ru.qm
%lang(si) %{_datadir}/%{name}/locale/hotshots_si.qm
%lang(sk) %{_datadir}/%{name}/locale/hotshots_sk.qm
%lang(sr) %{_datadir}/%{name}/locale/hotshots_sr.qm
%lang(tr) %{_datadir}/%{name}/locale/hotshots_tr.qm
%lang(uk) %{_datadir}/%{name}/locale/hotshots_uk.qm
%lang(vi) %{_datadir}/%{name}/locale/hotshots_vi.qm
%lang(zh) %{_datadir}/%{name}/locale/hotshots_zh.qm
%changelog
* Sat Sep 27 2014 abfonly <abfonly@gmail.com> 2.2.0-1
+ Revision: 1b5dca3
- Update to 2.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2044 |14cr|hotwire-0.721-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	hotwire
%define	version	0.721
%define release	6

Name:		%{name}
Summary:	Hybrid text/graphical shell for developers and sysadmins
Version:	%{version} 
Release:	%{release} 
Source0:	http://hotwire-shell.googlecode.com/files/%{name}-%{version}.zip
URL:		http://hotwire-shell.org
Group:		Terminals
License:	GPLv2+
BuildArch:	noarch

BuildRequires:	python
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	intltool
Requires:	python-vte 
Requires:	dbus-python 
Requires:	gnome-python-gnomevfs

%description
Hotwire is a shell replacement for gnome-terminal/xterm + sh + ssh for 
developers and system administrators. Hotwire is somewhat like Windows 
PowerShell, but graphical, and also a little like MacOS X Automator, 
but text based.

%prep
%setup -q

%build
%__python setup.py build

%install
%__rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot}


%files
%defattr(-,root,root)
%doc README COPYING*
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/24x24/apps/*
%{py_puresitedir}/%{name}
%{py_puresitedir}/hotapps
%{py_puresitedir}/hotvte
%{py_puresitedir}/%{name}_ui
%{py_puresitedir}/%{name}-%{version}-py2.7.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.721-6
+ Revision: 25115b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2045 |14cr|howto-sgml-de-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-de
%define format2	SGML/de

%define version 2006
%define release 7

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-de howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 107e823
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2046 |14cr|howto-sgml-el-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-el
%define format2	SGML/el

%define version 2006
%define release 7

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-el howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%description -l fr
Les HOWTO Linux sont des documents dcrivant de faon exhaustive un aspect de
la configuration ou de l'utilisation d'un systme Linux. Les HOWTO Linux sont
l'une des meilleures sources d'information sur la pratique de votre systme. La
dernire version de chacun de ces documents peut tre touve  cette adresse :
http://www.linuxdoc.org/docs.html#howto

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 45d36bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2047 |14cr|howto-sgml-en-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	991226
%define format	sgml	
%define format2	SGML/en

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format} format) from the Linux Documentation Project
Name:		howto-%{format}-en
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}-en.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-en howto-utils
BuildRequires:  howto-utils


%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to modify the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: d939b29
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2048 |14cr|howto-sgml-es-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-es
%define format2	SGML/es

%define version 2006
%define release 7

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-es howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%description -l fr
Les HOWTO Linux sont des documents dcrivant de faon exhaustive un aspect de
la configuration ou de l'utilisation d'un systme Linux. Les HOWTO Linux sont
l'une des meilleures sources d'information sur la pratique de votre systme. La
dernire version de chacun de ces documents peut tre touve  cette adresse :
http://www.linuxdoc.org/docs.html#howto

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: f3aff30
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2049 |14cr|howto-sgml-fr-2006-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-fr
%define format2	SGML/fr

%define version 2006
%define release 6

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-fr howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%description -l fr
Les HOWTO Linux sont des documents dcrivant de faon exhaustive un aspect de
la configuration ou de l'utilisation d'un systme Linux. Les HOWTO Linux sont
l'une des meilleures sources d'information sur la pratique de votre systme. La
dernire version de chacun de ces documents peut tre touve  cette adresse :
http://www.linuxdoc.org/docs.html#howto

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-6
+ Revision: a2db120
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2050 |14cr|howto-sgml-hr-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-hr
%define format2	SGML/hr

%define version 2006
%define release 7

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-%{format}
Version:	%{version}
Release:	%{release}
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-hr



%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 8a7f96e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2051 |14cr|howto-sgml-hu-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-hu
%define format2	SGML/hu

%define version 2006
%define release 7

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.kde.hu/mlp/hogyanok/
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-hu howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 4c03be1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2052 |14cr|howto-sgml-id-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-id
%define format2	SGML/id

%define version 2006
%define release 7

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-id howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%description -l fr
Les HOWTO Linux sont des documents dcrivant de faon exhaustive un aspect de
la configuration ou de l'utilisation d'un systme Linux. Les HOWTO Linux sont
l'une des meilleures sources d'information sur la pratique de votre systme. La
dernire version de chacun de ces documents peut tre touve  cette adresse :
http://www.linuxdoc.org/docs.html#howto

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: da09ebc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2053 |14cr|howto-sgml-it-2006-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-it
%define format2	SGML/it

%define version 2006
%define release 8

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-it howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-8
+ Revision: ec7eaad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2054 |14cr|howto-sgml-ja-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-ja
%define format2	SGML/ja

%define version 2006
%define release 7

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-ja howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: a8498df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2055 |14cr|howto-sgml-ko-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-ko
%define format2	SGML/ko

%define version 2006
%define release 7

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-ko howto-utils
BuildRequires:  howto-utils


%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOTa

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 67fbfbd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2056 |14cr|howto-sgml-nl-2006-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format2 SGML/nl

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-sgml-nl
Version:	2006
Release:	8
License:	GPLv2+
Group:		Books/Howtos
Source0:	howto-sgml-nl.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
BuildRequires:	howto-utils
Requires:	howto-utils
Requires:	locales-nl
BuildArch:	noarch

%description
Linux HOWTOs are detailed documents which describe a specific aspect of
configuring or using Linux. Linux HOWTOs are a great source of
practical information about your system. The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to modify the Linux
HOWTO documentation from your own system.

%files
%{_docdir}/HOWTO/SGML/nl

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_docdir}/HOWTO/SGML/nl
cd %{buildroot}%{_docdir}/HOWTO/SGML/nl
bzcat %{SOURCE0} | tar xv



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-8
+ Revision: eb271c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2057 |14cr|howto-sgml-pl-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-pl
%define format2	SGML/pl

%define version 2006
%define release 7

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-pl howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 3fdafde
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2058 |14cr|howto-sgml-ro-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-ro
%define format2	SGML/ro

%define version 2006
%define release 7

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-%{format}
Version:	%{version}
Release:	%{release}
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-ro



%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%description -l fr
Les HOWTO Linux sont des documents dcrivant de faon exhaustive un aspect de
la configuration ou de l'utilisation d'un systme Linux. Les HOWTO Linux sont
l'une des meilleures sources d'information sur la pratique de votre systme. La
dernire version de chacun de ces documents peut tre touve  cette adresse :
http://www.linuxdoc.org/docs.html#howto

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 2980bc2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2059 |14cr|howto-sgml-sl-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-sl
%define format2	SGML/sl

%define version 2006
%define release 7

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-sl howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: eb20894
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2060 |14cr|howto-sgml-sv-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-sv
%define format2	SGML/sv

%define version 2006
%define release 7

Summary:	HOWTO documents (sgml format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-sv howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 4e07209
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2061 |14cr|howto-sgml-zh-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	sgml-zh
%define format2	SGML/zh
%define	format3 sgml

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-zh howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install the howto package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 4d397e2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2062 |14cr|howto-text-de-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-de
%define format2	TEXT/de
%define	format3 text

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-de howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: c618ada
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2063 |14cr|howto-text-el-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-el
%define format2	TEXT/el
%define	format3 text

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-el howto-utils
BuildRequires:  howto-utils


%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%description -l fr
Les HOWTO Linux sont des documents dcrivant de faon exhaustive un aspect de
la configuration ou de l'utilisation d'un systme Linux. Les HOWTO Linux sont
l'une des meilleures sources d'information sur la pratique de votre systme. La
dernire version de chacun de ces documents peut tre touve  cette adresse :
http://www.linuxdoc.org/docs.html#howto

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: db20ffc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2064 |14cr|howto-text-en-2007-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-en
%define format2	TEXT/en
%define	format3 text

%define version 2007
%define release 6

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	Linux-HOWTOs.tar.bz2
Url:		http://www.tldp.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-en howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2007-6
+ Revision: a879caf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2065 |14cr|howto-text-es-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-es
%define format2	TEXT/es
%define	format3 text

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-es howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 3eff500
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2066 |14cr|howto-text-fr-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-fr
%define format2	TEXT/fr
%define	format3 text

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   	locales-fr howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 77293cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2067 |14cr|howto-text-hr-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-hr
%define format2	TEXT/hr
%define	format3 text

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-hr  howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 6a1f356
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2068 |14cr|howto-text-hu-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-hu
%define format2	TEXT/hu
%define	format3 text

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.kde.hu/mlp/hogyanok/
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-hu howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 63bd99e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2069 |14cr|howto-text-id-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-id
%define format2	TEXT/id
%define	format3 text

%define version 2006
%define release 7


Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-id howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: e90ee8f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2070 |14cr|howto-text-it-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-it
%define format2	TEXT/it
%define	format3 text

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-it howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 95bb28f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2071 |14cr|howto-text-ja-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-ja
%define format2	TEXT/ja
%define	format3 text

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-ja howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 886a3eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2072 |14cr|howto-text-ko-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-ko
%define format2	TEXT/ko
%define	format3 text

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-ko howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

http://www.linuxdoc.org/docs.html#howto

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: cb22b4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2073 |14cr|howto-text-nl-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-nl
%define format2	TEXT/nl
%define	format3 text

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-nl howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT


%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 381b5b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2074 |14cr|howto-text-pl-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-pl
%define format2	TEXT/pl
%define	format3 text

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-pl howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 719153d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2075 |14cr|howto-text-sl-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-sl
%define format2	TEXT/sl
%define	format3 text

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-sl howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 2cead5d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2076 |14cr|howto-text-sv-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-sv
%define format2	TEXT/sv
%define	format3 text

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-text-sv.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-sv howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 02a17ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2077 |14cr|howto-text-zh-2006-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define format	text-zh
%define format2	TEXT/zh
%define	format3 text

%define version 2006
%define release 7

Summary:	HOWTO documents (%{format3} format) from the Linux Documentation Project
Name:		howto-%{format}
Version: 	%version
Release: 	%release
Group:		Books/Howtos
Source0:	howto-%{format}.tar.bz2
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format}-root
BuildArchitectures: noarch
Requires:   locales-zh howto-utils
BuildRequires:  howto-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

Install this package if you'd like to be able to access the Linux
HOWTO documentation from your own system.

%prep 
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
cd $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2006-7
+ Revision: 99399e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2078 |14cr|hpt-1.4.0-0.rc5.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define fver	1.4
%define pre	rc5

Summary:	Highly Portable FTN Message Tosser
Name:           hpt
Version:        1.4.0
Release:        0.%{pre}.2
License:	GPLv2+
Group:		Networking/Other
Source0:		http://downloads.sourceforge.net/husky/%{name}-%{fver}-%{pre}.tar.gz
Patch0:		hpt-20021015-main.patch
Patch1:		hpt-20021015-doc.patch
patch2:		hpt-1.4-rc5.huskymak.patch
patch3:		hpt-1.4-rc5.printf.patch
Requires:	fidoconf
BuildRequires:	huskybse
BuildRequires:	smapi-devel
BuildRequires:	fidoconf-devel
BuildRequires:	texinfo
URL:		http://sourceforge.net/projects/husky/

%description
HPT is a Fidonet message tosser and packer with areafix.

Features of HPT:
 tossing packets of 2, 2.0 & 2+ types
 supporting of Msg, Squish and Jam message bases
 posting to net & echo areas
 areafix (on the fly, from command line, limit for areas...)
 autocreate on the fly
 forward requests
 pause and autopause for links
 linking of net & echo areas
 carbon copy
 groups & levels for personal and public access to echo areas
 powerful dupe checker
 link defaults

%prep
%setup -q -n %{name}
#% patch0 -p1
#% patch1 -p1
%patch2 -p1 -b .huskymak
%patch3 -p1 -b .printf

%build
%make OPTCFLAGS=" -c -fPIC %{optflags}"

%install
install -d %{buildroot}%{_bindir}
make BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir} install
make INFODIR=%{buildroot}%{_infodir} -C doc install
rm -rf %{buildroot}%{_infodir}/dir
install -d %{buildroot}%{_sysconfdir}/husky
install -m 644 config/{config,path,links,areas,packer} %{buildroot}%{_sysconfdir}/husky



%files
%doc BUG-REPORTING BUGS COPYING CREDITS ChangeLog HISTORY INSTALL README TODO UPGRADE VERSION filter.pl config misc
%doc doc/{bugreport.rus,bugreport.txt,faqfmt.pl,hpt-FAQ.russian,perlwin32.rus,perlwin32.txt}
%attr(755,root,root) %{_bindir}/*
%{_infodir}/%{name}.info.*
%{_mandir}/*/*
%dir %{_sysconfdir}/husky
%config(noreplace) %{_sysconfdir}/husky/*




%changelog
* Thu Apr 25 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-0.rc5.2
+ Revision: a9f95c2
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2079 |14cr|hso-rezero-0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name			hso-rezero
%define oname			hso-udev
%define	version			0.1
%define release			9

Summary:		Tools for Option 3G cards
Name:			%{name}
Version:		%{version}
Release:		%{release}
# http://www.pharscape.org/component/option,com_forum/Itemid,68/page,viewtopic/t,425/
Source0:		%{oname}.tar.gz
Source2:		49_hso-udev.rules
URL:			http://www.pharscape.org/
Group:			System/Configuration/Hardware
BuildRoot:		%{_tmppath}/%{name}-buildroot
License:		GPL

%description
rezero is a utility to disable the ZeroCD (fake USB CD-Rom)
temporarily at run time for Option 3G cards.

%prep
%setup -q -c
make clean

%build
%make 

%install
rm -rf %{buildroot}
%makeinstall_std
mkdir -p %{buildroot}/%_sbindir
mkdir -p %{buildroot}/%_sysconfdir/hal/fdi/policy/
mkdir -p %{buildroot}/%_sysconfdir/udev/rules.d/
rm -f %buildroot/%_sysconfdir/udev/rules.d/*.rules
install -m 644 %{SOURCE2} %buildroot/%_sysconfdir/udev/rules.d/

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root,0755)
%{_sbindir}/*
%{_sysconfdir}/udev/rules.d/*.rules



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-9
+ Revision: d7f5f3b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2080 |14cr|htdig-3.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_as_needed 1
%define _disable_ld_no_undefined 1

%define betanum b6
%define contentdir /var/www

Summary:	A web indexing and searching system for a small domain or intranet
Name:		htdig
Version:	3.2.0
Release:	2
License:	GPL
Group:		Networking/WWW
URL:		http://www.htdig.org/
Source0:	%{name}-%{version}%{betanum}.tar.bz2
Source1:	htdig-dbgen
Source2:	%{name}-rundig-accents.patch
Patch0:		%{name}.patch
Patch1:		%{name}-accents.patch
Patch2:		rundig.emptydb.patch
Patch3:		%{name}-dblmax.patch
Patch4:		%{name}-memcpy.patch
Patch5:		%{name}-localconf.patch
Patch6:		%{name}-rundiginfos.patch
Patch50:	%{name}-enabledebug.patch
Patch85:	htdig-fix-Collection-dot-h.patch
BuildRequires:	flex >= 2.5.4a-13
BuildRequires:	libtool
BuildRequires:	gcc-c++
BuildRequires:	zlib-devel

%description
The ht://Dig system is a complete world wide web indexing and searching system 
for a small domain or intranet. This system is not meant to replace the need 
for powerful internet-wide search systems like Lycos, Infoseek, Webcrawler and 
AltaVista. Instead it is meant to cover the search needs for a single company, 
campus, or even a particular sub section of a web site.

As opposed to some WAIS-based or web-server based search engines, ht://Dig can 
span several web servers at a site. The type of these different web servers 
doesn't matter as long as they understand the HTTP 1.0 protocol.

ht://Dig was developed at San Diego State University as a way to search the
various web servers on the campus network.

%package	devel
Summary:	Libraries needed to develop for htdig
Group:		Development/C
Requires:	%{name} = %{version}

%description	devel
Libraries needed to develop for htdig.

%package	web
Summary:	Scripts and HTML code needed for using ht://Dig as a web search engine
Group:		Networking/WWW
Requires:	%{name} = %{version}
Requires:	webserver

%description	web
The ht://Dig system is a complete world wide web indexing and searching
system for a small domain or intranet. This system is not meant to replace
the need for powerful internet-wide search systems like Lycos, Infoseek,
Webcrawler and AltaVista. Instead it is meant to cover the search needs for
a single company, campus, or even a particular sub section of a web site. As
opposed to some WAIS-based or web-server based search engines, ht://Dig can
span several web servers at a site. The type of these different web servers
doesn't matter as long as they understand the HTTP 1.0 protocol.

The %{name}-web package includes CGI scripts and HTML code needed to use
ht://Dig on a website.

ht://Dig was developed at San Diego State University as a way to search the
various web servers on the campus network.


%prep

%setup -q -n %{name}-%{version}%{betanum}
chmod -R 0644 htdoc/*

%patch4 -p0 -b .memcpy
%patch5 -p1 -b .localconf
%patch6 -p1 -b .rundiginfos
%patch85 -p0 -b .compileprob


# Fix the flex output file for glibc 2.2 compatibility
cd htcommon
flex -oconf_lexer.cxx conf_lexer.lxx
cd ..

# Make it lib64 aware
perl -pi -e "m|LDFLAGS=| and s|/lib\b|/%{_lib}|g" configure */configure

%build
%serverbuild
export LDFLAGS="%{ldflags}"

./configure \
    --prefix=%{_prefix} \
    --libdir=%{_libdir} \
    --mandir=%{_mandir} \
    --enable-shared \
    --with-config-dir=%{_sysconfdir}/htdig \
    --with-common-dir=%{contentdir}/html/htdig \
    --with-database-dir=/var/lib/htdig \
    --localstatedir=/var/lib/htdig \
    --with-cgi-bin-dir=%{contentdir}/cgi-bin \
    --with-image-dir=%{contentdir}/html/htdig \
    --with-search-dir=%{contentdir}/html/htdig \
    --with-default-config-file=/etc/htdig/htdig.conf \
    --with-apache=/usr/sbin/httpd \
    --with-zlib=%{_prefix}

%make
mv htdoc/ChangeLog .


%install

%makeinstall_std

mkdir -p %{buildroot}/etc/cron.daily
cp %{SOURCE1} %{buildroot}/etc/cron.daily/htdig-dbgen

cp %{buildroot}%{contentdir}/cgi-bin/htsearch %{buildroot}%{_bindir}

chmod 644 %{buildroot}%{contentdir}/html/htdig/*

# pb with current rpm and symlinks (4.0.3-0.8mdk)
ln -sf ./search.html %{buildroot}%{contentdir}/html/htdig/index.html
#cp  %{buildroot}%{contentdir}/html/htdig/search.html  %{buildroot}%{contentdir}/html/htdig/index.html

# now get rid of the %{buildroot} paths in the conf files
for i in /etc/htdig.conf /usr/bin/rundig ; do
    perl -pi -e "s|%{buildroot}||g" %{buildroot}/$i
done

mkdir -p %{buildroot}%{_datadir}
mv %{buildroot}%{contentdir}/html/htdig %{buildroot}%{_datadir}
ln -sf ../../../usr/share/htdig %{buildroot}%{contentdir}/html/htdig

#ln -sf ../../../../usr/share/doc/htdig-%{PACKAGE_VERSION} \
#	%{buildroot}/var/www/html/htdig/htdoc

%pre
grep -E "^htdig:" /etc/group >/dev/null
if [ $? = 1 ]; then
		echo "adding htdig group"
		groupadd -r htdig
fi
grep -E "^htdig:" /etc/passwd >/dev/null
if [ $? = 1 ]; then
		echo "adding htdig user"
		useradd -r -g htdig -s "" -d /var/lib/htdig htdig 
fi
grep -E "^htdig:.*/var/lib/htdig:" /etc/passwd   >/dev/null
if [ $? = 1 ]; then
		echo "updating htdig homedir"
		perl -pi -e "s,^(htdig:.*:)[^:]+(:[^:]*)$,\1/var/lib/htdig\2," /etc/passwd
fi

%preun
# we're uninstalling
if [ $1 = 0 ]; then
		grep -E "^htdig:" /etc/passwd >/dev/null
		if [ $? = 0 ]; then
			echo "removing htdig user"
			userdel htdig # userdel seems to nuke the group too..
		fi

		grep -E "^htdig:" /etc/group >/dev/null
		if [ $? = 0 ]; then
			echo "removing htdig group"
			groupdel htdig
		fi
fi

%clean

%post web
# Only run this if installing for the first time
if [ "$1" = 1 ]; then
	if [ -f /etc/httpd/conf/httpd.conf ];then
	SERVERNAME="`grep '^ServerName' /etc/httpd/conf/httpd.conf | awk 'NR == 1 {print $2}'`"
	fi
	[ -z "$SERVERNAME" ] && SERVERNAME="`hostname -f`"
	[ -z "$SERVERNAME" ] && SERVERNAME="localhost"
	sed 's/^start_url:.*/#&\
# (See end of file for this parameter.)/' /etc/htdig/htdig.conf > /tmp/ht.$$
	cat /tmp/ht.$$ > /etc/htdig/htdig.conf
	rm /tmp/ht.$$
	cat >> /etc/htdig/htdig.conf <<!

# Automatically set up by htdig RPM, from your current Apache httpd.conf...
# Verify and configure these, and set maintainer above, before running
# /usr/bin/rundig.
# See /usr/doc/htdig*/attrs.html for descriptions of attributes.

# The URL(s) where htdig will start.  See also limit_urls_to above.
start_url:	http://$SERVERNAME/

# This makes sure that we don't spider the web
local_urls_only: true

# These attributes allow indexing server via local filesystem rather than HTTP.
local_urls:	http://$SERVERNAME/=/var/www/html/
local_user_urls:	http://$SERVERNAME/=/home/,/public_html/
!

fi

%files devel
%doc ChangeLog
%doc htdoc/*
%{_libdir}/htdig/*.a
%{_libdir}/htdig/*[a-z].so
%{_libdir}/htdig_db/*.a
%{_libdir}/htdig_db/*[a-z].so
%{_includedir}/*

%files web
%config(missingok, noreplace) %attr(0755,root,root) /etc/cron.daily/htdig-dbgen
%{contentdir}/html/htdig
%{contentdir}/cgi-bin/*

%files
%defattr(-,root,root,0755)
%dir %{_sysconfdir}/htdig
%config(noreplace) %{_sysconfdir}/htdig/cookies.txt
%config(noreplace) %{_sysconfdir}/htdig/htdig.conf
%config(noreplace) %{_sysconfdir}/htdig/HtFileType-magic.mime
%config(noreplace) %{_sysconfdir}/htdig/mime.types
%{_bindir}/*
%dir %{_libdir}/htdig
%dir %{_libdir}/htdig_db
%{_libdir}/htdig/*3.2.0.so
%{_libdir}/htdig_db/*3.2.0.so
%dir %attr(-,htdig,htdig) /var/lib/htdig
#%dir %{_datadir}/htdig
%dir %attr(-,htdig,root) %{_datadir}/htdig
%{_datadir}/htdig/*
%{_mandir}/man1/*
%{_mandir}/man8/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.0-2
+ Revision: 85bf346
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2081 |14cr|htmlparser-1.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		htmlparser
Summary:	Java library used to parse HTML
Version:	1.6
Release:	7
Source0:		htmlparser1_6_20060610.zip
Group:		Development/Java
License:	LGPLv2+
URL:		http://www.htmlparser.org/
BuildRequires:	java-rpmbuild java-devel jpackage-utils
BuildRequires:	xml-commons-apis junit ant
BuildArch:	noarch
%description
HTML Parser is a Java library used to parse HTML in either a linear or
nested fashion. Primarily used for transformation or extraction, it
features filters, visitors, custom tags and easy to use JavaBeans. It
is a fast, robust and well tested package.

%package javadoc
Summary:	Javadoc for %name
Group:		Development/Java
%description javadoc
Javadoc for %name.

%prep
%setup -q -n htmlparser1_6
%{__unzip} src.zip

%build
export CLASSPATH=`build-classpath sax2 junit`
%ant

%install
%{__mkdir_p} %{buildroot}%{_javadir}
%{__install} -m644 lib/htmllexer.jar %{buildroot}%{_javadir}/htmllexer-%{version}.jar
%{__install} -m644 lib/htmlparser.jar %{buildroot}%{_javadir}/htmlparser-%{version}.jar
%create_jar_links

%{__mv} docs/javadoc javadoc
%{__mv} docs html

%{__mkdir_p} %{buildroot}%{_javadocdir}
cp -a javadoc %{buildroot}%{_javadocdir}/%{name}-%{version}

%files
%doc readme.txt license.txt html
%{_javadir}/htmllexer-%{version}.jar
%{_javadir}/htmllexer.jar
%{_javadir}/htmlparser-%{version}.jar
%{_javadir}/htmlparser.jar

%files javadoc
%{_javadocdir}/%{name}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-7
+ Revision: bf46027
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2082 |14cr|htpdate-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	HTTP based time synchronization tool
Name:		htpdate
Version:	1.1.0
Release:	1
License:	GPL
Group:		System/Servers
URL:		http://www.clevervest.com/htp/
Source0:	http://www.clevervest.com/htp/archive/c/%{name}-%{version}.tar.xz
Source1:	htpdate.service
Source2:	htpdate.sysconfig
Source3:	%{name}.tmpfiles

%description
The HTTP Time Protocol (HTP) is used to synchronize a computer's time
with web servers as reference time source. Htpdate will synchronize your
computer's time by extracting timestamps from HTTP headers found
in web servers responses. Htpdate can be used as a daemon, to keep your
computer synchronized.
Accuracy of htpdate is usually better than 0.5 seconds (even better with
multiple servers). If this is not good enough for you, try the ntpd package.

Install the htp package if you need tools for keeping your system's
time synchronized via the HTP protocol. Htpdate works also through
proxy servers.

%prep

%setup -q -n %{name}-%{version}

cp %{SOURCE1} %{name}.service
cp %{SOURCE2} %{name}.sysconfig

%build

%make CFLAGS="%{optflags}"

%install

# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_sysconfdir}/sysconfig

install -m0755 %{name} %{buildroot}%{_sbindir}/%{name}
install -m0644 %{name}.8 %{buildroot}%{_mandir}/%{name}.8
install -m0644 %{name}.service %{buildroot}%{_unitdir}/%{name}.service
install -m0644 %{name}.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name}
sed "s:sysconfig:%{_sysconfdir}/sysconfig:" -i %{buildroot}%{_unitdir}/%{name}.service
install -D -m 644 %{SOURCE3} %{buildroot}%{_prefix}/lib/tmpfiles.d/htpdate.conf

%post
%tmpfiles_create htpdate
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%clean

%files
%doc README Changelog
%attr(0644,root,root) %{_unitdir}/%{name}.service
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0755,root,root) %{_sbindir}/%{name}
%attr(0644,root,root) %{_mandir}/%{name}.8*
%{_prefix}/lib/tmpfiles.d/*.conf



%changelog
* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-1
+ Revision: 89e0975
- Updated to 1.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2083 |14cr|httperf-0.9.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name: httperf
Version: 0.9.0
Release: 8
Summary: Popular web server benchmark
Summary(pt_BR): Popular avaliador de servidores web
Group: System/Base
License: GPLv2+
Source: %{name}-%{version}.tar.gz
BuildRequires: openssl-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://freshmeat.net/redir/httperf/4215/url_homepage/

%description
httperf is a popular web server benchmark tool for measuring web server
performance. It provides a flexible facility for generating various HTTP
workloads and for measuring server performance. The focus of httperf is
not on implementing one particular benchmark but on providing a robust,
high-performance tool that  facilitates the construction of both micro-
and macro-level benchmarks. The three distinguishing characteristics of
httperf are its robustness, which includes the ability to generate and
sustain server overload, support for the HTTP/1.1 protocol, and its 
extensibility to new workload generators and performance measurements. 

%description -l pt_BR
O httperf  uma ferramenta para avaliao de performance em servidores web.
Ele  flexvel para gerar vrios tipos de testes e medir a performance do
servidor. A idia do httperf no  implementar um teste particular mas uma
implementao saudvel, uma ferramenta de alta performance que facilita a
construo de testes em micro e macro-level juntos. As caractersticas do
httperf so a robustez que inclu a opo de gerar e segurar uma sobrecarga
no servidor. Suporta HTTP/1.1 protocol, e capacidade de extenso para novos
testes de performance e geradores de carga de testes.

%prep 
%setup -q

%build
autoreconf -f -i
%configure2_5x
%make

%install 
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc README NEWS ChangeLog AUTHORS TODO
%attr(0755,root,root) %{_bindir}/*
%{_mandir}/man?/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-8
+ Revision: 5d54649
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2084 |14cr|httping-1.5.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A "ping"-like tool for HTTP requests
Name:		httping
Version:	1.5.6
Release:	2
Group:		System/Base
License:	GPLv2+ 
URL:		http://www.vanheusden.com/httping/
Source0:	http://www.vanheusden.com/httping/httping-%{version}.tgz
BuildRequires:	openssl-devel
BuildRequires:	zlib-devel

%description
httping is a "ping"-like tool for HTTP requests. Give it a URL and it will show
how long it takes to connect, send a request, and retrieve the reply (only the
headers). It can be used for monitoring or statistical purposes (measuring
latency).

%prep

%setup -q

%build
%setup_compile_flags

%make OFLAGS="-D_GNU_SOURCE"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 httping %{buildroot}%{_bindir}/httping
install -m0644 httping.1 %{buildroot}%{_mandir}/man1/httping.1

%files
%doc readme.txt license.txt license.OpenSSL
%{_bindir}/httping
%{_mandir}/man1/httping.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.6-2
+ Revision: dac67ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2085 |14cr|http-parser-2.0-0.20121128gitcd01361.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# we use the upstream version from http_parser.h as the SONAME
%global somajor 2
%global sominor 0

%global git_date 20121128
%global git_commit_hash cd01361
%global github_seq 7

%define libname %mklibname http_parser %{somajor}
%define devname http-parser-devel

%define strictlibname %mklibname http_parser_strict %{somajor}

Name:           http-parser
Version:        %{somajor}.%{sominor}
Release:        0.%{git_date}git%{git_commit_hash}.1
Summary:        HTTP request/response parser for C

Group:          System/Libraries
License:        MIT
URL:            http://github.com/joyent/http-parser
# download from https://github.com/joyent/http-parser/tarball/%%{version}
Source0:        joyent-http-parser-v%{version}-%{github_seq}-g%{git_commit_hash}.tar.gz

# Build shared library with SONAME using gyp and remove -O flags so optflags take over
# TODO: do this nicely upstream
Patch1:		http-parser-gyp-sharedlib.patch

BuildRequires:	gyp

%description
This is a parser for HTTP messages written in C. It parses both requests and
responses. The parser is designed to be used in performance HTTP applications.
It does not make any syscalls nor allocations, it does not buffer data, it can
be interrupted at anytime. Depending on your architecture, it only requires
about 40 bytes of data per message stream (in a web server that is per
connection).


%package -n %{devname}
Group:          Development/Other
Summary:        Development headers and libraries for http-parser
Requires:       %{libname} = %{EVRD}
Requires:       %{strictlibname} = %{EVRD}

%description -n %{devname}
Development headers and libraries for http-parser.

%package -n %{libname}
Summary:    %{summary}
Group:      System/Libraries

%description -n %{libname}
This is a parser for HTTP messages written in C. It parses both requests and
responses. The parser is designed to be used in performance HTTP applications.
It does not make any syscalls nor allocations, it does not buffer data, it can
be interrupted at anytime. Depending on your architecture, it only requires
about 40 bytes of data per message stream (in a web server that is per
connection).

%package -n %{strictlibname}
Summary:    %{summary}
Group:      System/Libraries

%description -n %{strictlibname}
Http-parser strict library.

%prep
%setup -q -n joyent-http-parser-%{git_commit_hash}
%patch1


%build
# TODO: fix -fPIC upstream
export CFLAGS='%{optflags} -fPIC'
gyp -f make --depth=`pwd` http_parser.gyp
%make BUILDTYPE=Release 


%install
install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_libdir}

install -pm644 http_parser.h %{buildroot}%{_includedir}

#install regular variant
install out/Release/lib.target/libhttp_parser.so.%{somajor} %{buildroot}%{_libdir}/libhttp_parser.so.%{somajor}.%{sominor}
ln -sf libhttp_parser.so.%{somajor}.%{sominor} %{buildroot}%{_libdir}/libhttp_parser.so.%{somajor}
ln -sf libhttp_parser.so.%{somajor}.%{sominor} %{buildroot}%{_libdir}/libhttp_parser.so

#install strict variant
install out/Release/lib.target/libhttp_parser_strict.so.%{somajor} %{buildroot}%{_libdir}/libhttp_parser_strict.so.%{somajor}.%{sominor}
ln -sf libhttp_parser_strict.so.%{somajor}.%{sominor} %{buildroot}%{_libdir}/libhttp_parser_strict.so.%{somajor}
ln -sf libhttp_parser_strict.so.%{somajor}.%{sominor} %{buildroot}%{_libdir}/libhttp_parser_strict.so


%check
export LD_LIBRARY_PATH='./out/Release/lib.target' 
./out/Release/test-nonstrict
./out/Release/test-strict


%files
%doc AUTHORS CONTRIBUTIONS LICENSE-MIT README.md

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libhttp_parser.so
%{_libdir}/libhttp_parser_strict.so

%files -n %{libname}
%{_libdir}/libhttp_parser.so.*

%files -n %{strictlibname}
%{_libdir}/libhttp_parser_strict.so.*

%changelog
* Wed Apr 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-0.20121128gitcd01361.1
+ Revision: 5210bf4
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2086 |14cr|http_ping-20050629-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	HTTP latency measuring utility
Name:		http_ping
Version:	20050629
Release:	4
Group:		System/Base
License:	BSD
URL:		http://www.acme.com/software/http_ping/
Source0:	http://www.acme.com/software/http_ping/%{name}_29jun2005.tar.gz
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig

%description
http_ping runs an HTTP fetch every few seconds, timing how long it takes.

%prep

%setup -q -n %{name}
f=http_ping.1 ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f

%build
%serverbuild

%make \
    CFLAGS="$CFLAGS -DUSE_SSL $(pkg-config openssl --cflags)" \
    LDFLAGS="$(pkg-config openssl --libs)"

%install

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 http_ping %{buildroot}%{_bindir}/http_ping
install -m0644 http_ping.1 %{buildroot}%{_mandir}/man1/http_ping.1

%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/http_ping
%{_mandir}/man1/http_ping.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20050629-4
+ Revision: 0f321cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2087 |14cr|http-replicator-3.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 3.0
%define release  8

Name:		http-replicator
Version:	%version
Release:	%release
URL:		http://gertjan.freezope.org/replicator/
Source:		http://gertjan.freezope.org/replicator/%{name}_%{version}.tar.bz2
Source1:	%{name}.init.bz2
Group:		System/Servers
License:	GPL
Summary:	General purpose caching proxy server
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Buildarch:	noarch
Requires(pre):	rpm-helper

%description
Replicator is a replicating HTTP proxy server. Files that are downloaded
through the proxy are transparently stored in a private cache, so an exact copy
of accessed remote files is created on the local machine. It is in essence a
general purpose proxy server, but very well suited for maintaining a cache of
Mandriva Linux packages.

%prep
%setup -q

%build

%install
rm -Rf %{buildroot}
install -d %{buildroot}/{%{_bindir},%{_sysconfdir}/{sysconfig,cron.weekly,logrotate.d},%{_initrddir}}
install -m755 http-replicator  http-replicator_maintenance %{buildroot}/%{_bindir}
install -m 755 debian/cron.weekly %{buildroot}/%{_sysconfdir}/cron.weekly/%{name}
sed -i -e 's/default/sysconfig/g' %{buildroot}/%{_sysconfdir}/cron.weekly/%{name}
install -m 644 debian/logrotate %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
install -m 644 debian/default %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
sed -i -e 's/proxy/%{name}/g' %{buildroot}/%{_sysconfdir}/sysconfig/%{name}

bzcat %{SOURCE1} > %{buildroot}/%{_initrddir}/%{name}
install -d %{buildroot}/%{_var}/cache/%{name}

%pre
%_pre_useradd %{name} %{_var}/cache/%{name} /bin/false

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

%clean
rm -Rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%attr(755,root,root) %{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_sysconfdir}/cron.weekly/%{name}
%dir %attr(755,%{name},adm) %{_var}/cache/%{name}
%doc README




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-8
+ Revision: fb0b05a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2088 |14cr|httptunnel-3.3-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	httptunnel
%define version	3.3
%define release	17

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Creates bidirectional virtual data connections tunneled through HTTP
License:	GPL
Source0:	ftp://ftp.nocrew.org/pub/nocrew/unix/%{name}-%{version}.tar.bz2
Source1:	hts.xinetd
Source2:	hts.init
Source3:	hts.sysconfig
URL:		http://www.nocrew.org/software/httptunnel.html
Group:		Networking/Other
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires(postun):	rpm-helper
Requires:	xinetd
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
httptunnel creates a bidirectional virtual data path tunneled in HTTP
requests. The HTTP requests can be sent via an HTTP proxy if so desired. 
This can be useful for users behind restrictive firewalls. If WWW access
is allowed through a HTTP proxy, it's possible to use httptunnel and, say,
telnet or PPP to connect to a computer outside the firewall. 

httptunnel is written and maintained by Lars Brinkhoff. See the file
AUTHORS for more information about contributors to this package. 

%prep
%setup -q

%build
%configure
%make

%install
rm -rf %{buildroot}
%makeinstall

install -m 644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/xinetd.d/hts-xinetd
install -m 755 %{SOURCE2} -D %{buildroot}%{_initrddir}/hts
install -m 644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/sysconfig/hts
install -d -m 755 %{buildroot}%{_var}/run/%{name}

%pre
%_pre_useradd %{name} %{_var}/run/%{name} /bin/false

%post
%_post_service hts

%preun
%_preun_service hts

%postun
%_postun_userdel %{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog DISCLAIMER FAQ HACKING INSTALL NEWS README TODO 
%config(noreplace) %{_sysconfdir}/xinetd.d/hts-xinetd
%config(noreplace) %{_sysconfdir}/sysconfig/hts
%{_initrddir}/hts
%attr(-,httptunnel,httptunnel) %{_var}/run/%{name}
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3-17
+ Revision: d7bbd30
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2089 |14cr|httrack-3.47.27-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	2
%define	libname	%mklibname httrack %{major}

Name:		httrack
Version:	3.47.27
Release:	2
Summary:	A free (libre/open source) and easy-to-use off-line browser utility
Group:		Networking/WWW
License:	GPLv3+
URL:		http://www.httrack.com
Source0:	http://download.httrack.com/%{name}-%{version}.tar.gz
Patch0:		httrack-3.42-utf-8.patch
BuildRequires:	perl
BuildRequires:	zlib-devel
BuildRequires:	dos2unix
BuildRequires:	openssl-devel
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	chrpath
Requires:	openssl
Requires:	xdg-utils

%description
HTTrack is a free (open source) and easy-to-use off-line browser utility.
Download a World Wide Web site from the Internet to a local directory.
Builds recursively all directories. Getting HTML, images, and other files from
the server. HTTrack arranges the original site's relative link-structure.
Simply open a page of the "mirrored" website in your browser: you can browse
the site from link to link, as if you were viewing it on-line.
It can update an existing mirrored site, and resume interrupted downloads.
It is fully configurable, and has an integrated help system.

%files
%doc httrack-doc.html templates AUTHORS README license.txt history.txt greetings.txt
%{_bindir}/htsserver
%{_bindir}/httrack
%{_bindir}/webhttrack
%{_bindir}/proxytrack
%config (noreplace) /etc/httrack.conf
%{_mandir}/man1/htsserver.*
%{_mandir}/man1/httrack.*
%{_mandir}/man1/webhttrack.*
%{_mandir}/man1/proxytrack.*
%{_datadir}/applications/WebHTTrack.desktop
#{_datadir}/pixmaps/httrack.xpm
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.def
%{_datadir}/%{name}/html
%{_datadir}/%{name}/lang
%{_datadir}/%{name}/lang.indexes
%{_iconsdir}/hicolor/*/apps/*
%{_libdir}/%{name}/*.so.*

#-----------------------------------------------------------------------------

%package devel
Summary:	Headers for httrack
Group:		Development/C++
Requires:	libhttrack = %{version}
Provides:       libhttrack-devel = %{EVRD}
%rename		%{_lib}%{name}1

%description devel
Development files for httrack libraries.

%files devel
%doc AUTHORS README license.txt
%{_libdir}/lib%{name}.so
%{_libdir}/libhtsjava.so
%{_libdir}/%{name}/*.so
%{_includedir}/%{name}

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Httrack shared libraries
Group:		System/Libraries
Provides:	libhttrack = %{EVRD}
Conflicts:	%{name} < 3.45.3-1

%description -n %{libname}
Shared libraries for httrack.

%files -n %{libname}
%doc AUTHORS README license.txt
%{_libdir}/lib%{name}.so.%{major}*
%{_libdir}/libhtsjava.so.%{major}*

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
%patch0 -p1 -b .utf8

# Suppress rpmlint errors
chmod 644 AUTHORS
dos2unix ./AUTHORS
dos2unix ./README
dos2unix ./greetings.txt
dos2unix ./history.txt
dos2unix ./html/step3.html
dos2unix ./%{name}-doc.html
dos2unix ./libtest/*.c
dos2unix ./libtest/example.h
dos2unix ./libtest/readme.txt
dos2unix ./license.txt
dos2unix ./templates/*.html

iconv --from-code ISO8859-1 --to-code UTF-8 ./greetings.txt \
  --output greetings.utf-8 && mv greetings.utf-8 ./greetings.txt
iconv --from-code ISO8859-1 --to-code UTF-8 ./history.txt \
  --output history.utf-8 && mv history.utf-8 ./history.txt
iconv --from-code ISO8859-1 --to-code UTF-8 ./html/contact.html \
  --output contact.utf-8 && mv contact.utf-8 ./html/contact.html


%build
%configure2_5x --disable-static


%install
%makeinstall_std
#find %%{buildroot} -type f -name "*.la" -delete

mkdir -p %{buildroot}/etc

cat > %{buildroot}/etc/httrack.conf <<"EOF"
# HTTrack Website Copier Settings
# See httrack --help for more information

# Examples: (to uncomment)

# set proxy proxy.myisp.com:8080
# retries=2
# set max-size 10000000
# set max-time 36000
# set user-agent Mouzilla/17.0 (compatible; HTTrack; I)
#
# There are MUCH more options.. try 'httrack --quiet --help | more'

# Deny and allow for links
# this will be used by default for all mirrors
allow *.gif
allow *.png
deny ad.doubleclick.net/*

# Path and other options
# '~' in the *begining* means 'home dir'
# '#' at the *end* means "projectname" (that is, the first URL given)
# Example: '~/websites/#' will create /home/smith/websites/www.foo.com
# folder when launching 'httrack www.foo.com'
set path ~/websites/#
EOF

chmod 644 %{buildroot}/etc/httrack.conf

# Move libtest and templates from /usr/share/httrack to RPM_BUILD_DIR.
# To be later listed against %%doc.
rm -rf ./libtest ./templates
mv %{buildroot}%{_datadir}/%{name}/libtest .
mv %{buildroot}%{_datadir}/%{name}/templates .

# We need to have a copy of html in /usr/share/httrack.
# The other is to be listed against %%doc.
rm -rf ./html
cp -pr %{buildroot}%{_datadir}/%{name}/html .

# icon
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert %{buildroot}%{_datadir}/pixmaps/httrack48x48.xpm %buildroot%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert %{buildroot}%{_datadir}/pixmaps/httrack32x32.xpm %buildroot%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert %{buildroot}%{_datadir}/pixmaps/httrack16x16.xpm %buildroot%{_iconsdir}/hicolor/16x16/apps/%{name}.png

rm -rf %{buildroot}%{_datadir}/pixmaps

# This just opens a web browser on ~/websites, which is empty by
# default, so this is a bit useless
rm -f %{buildroot}%{_datadir}/applications/WebHTTrack-Websites.desktop

desktop-file-install --vendor ""  \
	--remove-key Encoding \
	--remove-category="Application" \
	--remove-key Terminal \
	--remove-key MultipleArgs \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# fix icon and shorten name
sed -i	-e 's!^Icon=.*$!Icon=httrack!' \
	-e 's!WebHTTrack Website Copier!HTTrack Website Copier!' \
	%{buildroot}%{_datadir}/applications/*

# Remove rpaths.
chrpath --delete %{buildroot}%{_bindir}/htsserver
chrpath --delete %{buildroot}%{_bindir}/%{name}
chrpath --delete %{buildroot}%{_libdir}/libhtsjava.so.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.47.27-2
+ Revision: 318747c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2090 |14cr|hugo-2.12-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hu-Go! - TurboGrafx 16/PC-Engine Emulator
Name:		hugo
Version:	2.12
Release:	13
License:	GPLv2+
Group:		Emulators
Url:		http://www.zeograd.com/
Source0:	http://www.zeograd.com/download/%{name}-%{version}.tar.bz2
Source1:	%{name}-48.png
Patch0:		hugo-2.12-gcc4.patch
Patch1:		hugo-2.12-x86_64fix.patch
Patch2:		hugo-2.12-x86_64-fixes-backport.patch
Patch3:		hugo-2.12-sfmt.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
Hu-Go! is a TurboGrafx 16/PC-Engine Emulator. There is some public domain roms
you play with. The other games need that you own the original card or CD.

%files
%doc AUTHORS NEWS README
%attr(0755,root,games) %{_gamesbindir}/%{name}
%{_gamesbindir}/hugod
%{_datadir}/applications/%{name}.desktop
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_iconsdir}/*.png
%{_mandir}/man6/%{name}*.6*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
autoconf

%build
%configure2_5x
%make

%install
%makeinstall bindir=%{buildroot}/%{_gamesbindir}

install -d -m 755 %{buildroot}%{_mandir}/man6/
install -m 644 %{name}*.6 %{buildroot}%{_mandir}/man6/

install -D -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat<<EOF>%{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Hugo
Comment=Hu-Go!
Exec=%{_gamesbindir}/hugo
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.12-13
+ Revision: d5bbf34
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2091 |14cr|hunt-1.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name hunt
%define version 1.5
%define release 10

Summary: Connection intruder
Name: %name	
Version: %version
Release: %release
License:	GPL
Group:		Networking/Other
Source0:	ftp://ftp.gncz.cz/pub/linux/hunt/%{name}-%{version}.tar.bz2
Url:		http://lin.fsid.cvut.cz/~kra/index.html#HUNT
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
Hunt is a program for intruding into a connection, watching it and
resetting it.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q

%build
%make
cd tpserv
# gcc, not egcs
%make CC=gcc

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_mandir}/man1
install -d $RPM_BUILD_ROOT%{_bindir}

install man/hunt.1 $RPM_BUILD_ROOT%{_mandir}/man1
install hunt $RPM_BUILD_ROOT%{_bindir}
install tpserv/tpserv $RPM_BUILD_ROOT%{_bindir}
install tpsetup/transproxy $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* INSTALL CHANGES TODO 
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-10
+ Revision: 9871bd3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2092 |14cr|huskybse-1.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    huskybse
%define version 1.0.0
%define release 9

Summary:	Common files for all packages of the Husky-project
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		File tools
Source:		%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
URL:		http://sourceforge.net/projects/husky/
Buildarch:	noarch

%description
This package contains some files common to all packages of the Husky-software.
Only needed if you want to compile the Husky-software yourself.

%prep
%setup -q -n %name

%build

perl -pi -e 's!^PREFIX=.*!PREFIX=%_prefix!' huskymak.cfg
perl -pi -e 's!^MANDIR=.*!MANDIR=%_mandir!' huskymak.cfg
perl -pi -e 's!^CFGDIR=.*!CFGDIR=%_sysconfdir/%name!' huskymak.cfg
perl -pi -e 's!^OPTCFLAGS=.*!OPTCFLAGS=-c -s %optflags!' huskymak.cfg

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/husky
install -m 644 huskymak.cfg $RPM_BUILD_ROOT%{_datadir}/husky

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc bugreport.rus bugreport.txt ChangeLog DEPENDENCIES huskymak.cfg huskymak.cfg.bsd huskymak.cfg.debian huskymak.cfg.sun INSTALL README README.Makefiles develop-docs new
%dir %{_datadir}/husky/
%{_datadir}/husky/huskymak.cfg




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-9
+ Revision: f8fd3bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2093 |14cr|hydra-8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network logon cracker
Name:		hydra
Version:	8.0
Release:	2
License:	GPLv3+
Group:		Monitoring
Url:		http://www.thc.org/thc-hydra/
Source0:	http://freeworld.thc.org/releases/%{name}-%{version}.tar.gz
BuildRequires:	firebird-devel
BuildRequires:	mysql-devel
BuildRequires:	ncpfs-devel
BuildRequires:	postgresql-devel
BuildRequires:	subversion-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libssh)
BuildRequires:	pkgconfig(openssl)

%description
A very fast network logon cracker which support many different services.

%files
%doc CHANGES INSTALL LICENSE* README
%{_bindir}/hydra
%{_mandir}/man1/hydra.1*
%{_mandir}/man1/pw-inspector.1*

#----------------------------------------------------------------------------

%package gui
Summary:	GUI for %{name}
Requires:	%{name} = %{EVRD}

%description gui
GUI for %{name}.

%files gui
%{_bindir}/xhydra
%{_mandir}/man1/xhydra.1*

#----------------------------------------------------------------------------

%prep
%setup -q
chmod 644 LICENSE

%build
%configure2_5x --disable-xhydra
%make
cd hydra-gtk
%configure2_5x
%make

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 hydra %{buildroot}%{_bindir}
install -m 755 hydra-gtk/src/xhydra %{buildroot}%{_bindir}

install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 644 hydra.1 xhydra.1 pw-inspector.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 8.0-2
+ Revision: 3942486
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2094 |14cr|hydrogen-0.9.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rcsuffix -RC1

Summary:	Hydrogen Drum Machine
Name:		hydrogen
Version:	0.9.6
Release:	6
License:	GPLv2+
Group:		Sound
Url:		http://www.hydrogen-music.org
Source:		http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}%{rcsuffix}.zip
#Patch0:	hydrogen-lrdf-pkg.patch
Patch0:		hydrogen-0.9.6rc1-disable-devel-warning.patch
Patch1:		hydrogen-0.9.6rc1-fix-lrdf-build.patch
Patch2:		hydrogen-0.9.6rc1-fix-core-linking.patch
BuildRequires:	cmake >= 2.6
BuildRequires:	desktop-file-utils
BuildRequires:	alsa-oss-devel
BuildRequires:	jpeg-devel
BuildRequires:	ladspa-devel
BuildRequires:	portmidi-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lash-1.0)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(lrdf)
# Supported only <= 18, we have 19
#BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(raptor2)
BuildRequires:	pkgconfig(rubberband)
BuildRequires:	pkgconfig(sndfile)

%description
Hydrogen is an advanced drum machine for GNU/Linux. Its main goal is to bring
professional yet simple and intuitive pattern-based drum programming.

%files
%doc AUTHORS ChangeLog COPYING README.txt
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_datadir}/pixmaps/h2-icon.svg

#--------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}%{rcsuffix}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%cmake \
	..\
	-DCMAKE_COLOR_MAKEFILE=1 \
	-DWANT_DEBUG=0 \
	-DWANT_SHARED=0 \
	-DWANT_LIBARCHIVE=1 \
	-DWANT_JACK=1 \
	-DWANT_JACKSESSION=1 \
	-DWANT_ALSA=1 \
	-DWANT_PULSEAUDIO=1 \
	-DWANT_OSS=0 \
	-DWANT_PORTAUDIO=1 \
	-DWANT_PORTMIDI=1 \
	-DWANT_LRDF=1 \
	-DWANT_LASH=1 \
	-DWANT_RUBBERBAND=1
%make

%install
%makeinstall_std -C build

#perl -pi -e 's,/usr/share/%%{name}/data/img/gray/icon64.png,%%{name},g' %%{buildroot}%%{_datadir}/applications/%%{name}.desktop

# Install icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
mkdir -p %{buildroot}%{_datadir}/pixmaps
cp data/img/gray/icon48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
cp data/img/gray/icon32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
cp data/img/gray/icon16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
cp data/img/gray/h2-icon.svg %{buildroot}%{_datadir}/pixmaps/

# We don't want a devel package
rm -rf %{buildroot}%{_includedir}/hydrogen/{IO,basics,fx,helpers,sampler,smf,synth}/*.h
rmdir %{buildroot}%{_includedir}/hydrogen/{IO,basics,fx,helpers,sampler,smf,synth}
rm -rf %{buildroot}%{_includedir}/hydrogen/*.h
rmdir %{buildroot}%{_includedir}/hydrogen
rmdir %{buildroot}%{_includedir}
rm -rf %{buildroot}%{_libdir}/*.a
rmdir %{buildroot}%{_libdir}

# Fix .desktop file
desktop-file-install \
		--remove-category Application \
		--remove-category Sound \
		--remove-key Encoding \
		--remove-key=FilePattern \
		--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog
* Wed Aug 13 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.9.6-6
+ Revision: cf34ecd
- Apply the fix for linking unconditionally



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2095 |14cr|hydrogen-drumkits-0.9.3.20070703-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Extra drum kits for the Hydrogen drum machine
Name:		hydrogen-drumkits
Version:	0.9.3.20070703
Release:	7
License:	GPLv2+
Group:		Sound
Url:		http://www.hydrogen-music.org
Source0:	http://ftp.de.debian.org/debian/pool/main/h/hydrogen-drumkits/%{name}_%{version}.orig.tar.gz
Source1:	Makefile.hydrogen-drumkits
BuildArch:	noarch

%description
Hydrogen is an advanced drum machine for GNU/Linux. It's main goal is to bring
professional yet simple and intuitive pattern-based drum programming.

%files
%{_datadir}/hydrogen/data/drumkits/*
%{_datadir}/hydrogen/data/demo_songs/*

#----------------------------------------------------------------------------

%prep
%setup -q
install -m 644 %{SOURCE1} ./Makefile
perl -pi -e 's,KITS_DIR=.*,KITS_DIR=%{buildroot}%{_datadir}/hydrogen/data/drumkits,g' ./Makefile
perl -pi -e 's,SONG_DIR=.*,SONG_DIR=%{buildroot}%{_datadir}/hydrogen/data/demo_songs,g' ./Makefile

%build

%install
make unpack
chmod 0755 %{buildroot}%{_datadir}/hydrogen/data/drumkits/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3.20070703-7
+ Revision: eb6a373
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2096 |14cr|hyena-0.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Library for .NET applications
Name:		hyena
Version:	0.5
Release:	5
License:	MIT
Group:		System/Libraries
Url:		http://banshee-project.org/
Source:		http://ftp.acc.umu.se/pub/GNOME/sources/hyena/0.5/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM coolo@opensuse.org - broken Makefile syntax
Patch0:		fix-makefile.diff
BuildRequires:	gtk-sharp2
BuildRequires:	mono-basic
BuildRequires:	mono-nunit
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(mono)
BuildRequires:	pkgconfig(gapi-2.0)
Requires:	mono
Requires:	gtk-sharp2

%description
Hyena is a .NET library that powers Banshee and PDF Mod, among others.

%files
%{_libdir}/%{name}
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
make

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-5
+ Revision: eda067f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2097 |14cr|i2c-tools-3.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Heterogeneous set of I2C tools for Linux
Name:		i2c-tools
Version:	3.1.1
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.lm-sensors.org/wiki/I2CTools
Source0:	http://dl.lm-sensors.org/i2c-tools/releases/%{name}-%{version}.tar.bz2
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
Requires:	udev
Conflicts:	lm_sensors < 3.0.0

%description
This package contains a heterogeneous set of I2C tools for Linux: a bus
probing tool, a chip dumper, register-level access helpers, EEPROM
decoding scripts, and more.

%files
%defattr(0644,root,root,0755)
%doc CHANGES COPYING README
%attr(660,root,root) %dev(c,89,0) /lib/udev/devices/i2c-0
%attr(660,root,root) %dev(c,89,0) /lib/udev/devices/i2c-1
%attr(660,root,root) %dev(c,89,0) /lib/udev/devices/i2c-2
%attr(660,root,root) %dev(c,89,0) /lib/udev/devices/i2c-3
#%attr(0755,root,root) %{_bindir}/*
#%attr(0755,root,root) %{_sbindir}/*
%exclude %{_sbindir}/eeprog
%exclude %{_sbindir}/eeprom
%exclude %{_sbindir}/eepromer
%attr(0755,root,root) %{_bindir}/ddcmon
%attr(0755,root,root) %{_bindir}/decode-dimms
%attr(0755,root,root) %{_bindir}/decode-edid
%attr(0755,root,root) %{_bindir}/decode-vaio
%attr(0755,root,root) %{_sbindir}/i2cdetect
%attr(0755,root,root) %{_sbindir}/i2cdump
%attr(0755,root,root) %{_sbindir}/i2cget
%attr(0755,root,root) %{_sbindir}/i2cset
%attr(0755,root,root) %{_sbindir}/i2c-stub-from-dump
%{_mandir}/man8/i2cdetect.8*
%{_mandir}/man8/i2cdump.8*
%{_mandir}/man8/i2cget.8*
%{_mandir}/man8/i2cset.8*
%{_mandir}/man8/i2c-stub-from-dump.8*
%{_mandir}/man1/decode-dimms.1*
%{_mandir}/man1/decode-vaio.1*

#----------------------------------------------------------------------------

%package eepromer
Summary:	Programs for reading/writing i2c/smbus eeproms
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}

%description eepromer
Programs for reading/writing i2c/smbus eeproms. Notice that writing the
eeproms in your system is very dangerous and is likely to render your system
unusable. Do not install, let alone use this, unless you really, _really_ know
what you are doing.

%files eepromer
%defattr(0644,root,root,0755)
%doc eepromer/README eepromer/README.eeprom eepromer/README.eepromer eepromer/README.eeprog
%attr(0755,root,root) %{_sbindir}/eeprog
%attr(0755,root,root) %{_sbindir}/eeprom
%attr(0755,root,root) %{_sbindir}/eepromer

#----------------------------------------------------------------------------

%package -n python-smbus
Summary:	Python module for SMBus access via I2C
Group:		System/Kernel and hardware
Requires:	python

%description -n python-smbus
This Python module allows SMBus access through the I2C /dev interface
on Linux hosts. The host kernel must have I2C support, I2C device
interface support, and a bus adapter driver.

%files -n python-smbus
%defattr(0644,root,root,0755)
%doc py-smbus/README
%{py_platsitedir}/smbus*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

pushd eepromer
%make CFLAGS="%{optflags} -I../include"
popd

pushd py-smbus
CFLAGS="%{optflags} -I../include" python setup.py build
popd

%install
%makeinstall
cp -a eepromer/eeprog eepromer/eeprom eepromer/eepromer %{buildroot}%{_sbindir}

pushd py-smbus
python setup.py install --root=%{buildroot} --compile --optimize=2
popd

rm -r %{buildroot}%{_includedir}/linux

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.1-1
+ Revision: 072b8e1
- Add new files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2098 |14cr|i3-wm-4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global real_name i3
%global bugfix_release bf2
%global upstream_version 4.3

Summary:	Improved tiling window manager
Name:		i3-wm
Version:	4.3
Release:	3
License:	BSD
Group:		System/X11
Url:		http://i3.zekjur.net
Source0:	http://i3.zekjur.net/downloads/%{real_name}-%{upstream_version}.tar.bz2
Source1:	%{real_name}-logo.svg
Patch0:		i3-4.3.libev.patch
BuildRequires:	asciidoc
BuildRequires:	bison
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	graphviz
BuildRequires:	pkgconfig(libev)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-icccm)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(yajl)
Requires:	rxvt-unicode
Requires:	x11-apps
Suggests:	dmenu
Suggests:	i3-doc

%description
i3 is a tiling window manager, completely written from scratch.

Key features of i3 are correct handling multi-monitor, horizontal and
vertical columns (table abstraction) in tiling. It also provides
hooks/callbacks for other programs to integrate and it is UTF-8
clean. i3 uses xcb for asynchronous communication with X11, and has
several measures to be very fast.

Please be aware that i3 is primarily targeted at advanced users and
developers.

%files
%doc LICENSE RELEASE-NOTES-%{upstream_version}
%{_bindir}/%{real_name}*
%{_includedir}/%{real_name}/*
%dir %{_sysconfdir}/%{real_name}/
%config(noreplace) %{_sysconfdir}/%{real_name}/config
%config(noreplace) %{_sysconfdir}/%{real_name}/config.keycodes
%{_datadir}/xsessions/%{real_name}.desktop
%{_mandir}/man*/%{real_name}*
%{_datadir}/pixmaps/%{real_name}-logo.svg
%{_datadir}/applications/%{real_name}.desktop

#----------------------------------------------------------------------------

%package doc
Summary:	i3 window manager documentation
Group:		System/X11
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Asciidoc and doxygen documentations for i3.

%files doc
%doc docs/*.{html,png} pseudo-doc/doxygen/

#----------------------------------------------------------------------------

%prep
%setup -q -n %{real_name}-%{upstream_version}
%patch0 -p1 -b .libev
sed \
    -e 's|CFLAGS += -Wall|CFLAGS += %{optflags}|g' \
    -e 's|CFLAGS += -pipe|CFLAGS += -I/usr/include/libev |g' \
    -e 's|CFLAGS += -I/usr/local/include|CFLAGS += -I%{_includedir}|g' \
    -e 's|/usr/local/lib|%{_libdir}|g' \
    -e 's|.SILENT:||g' \
    -i common.mk


%build
%make V=1
cd man
%make V=1
cd ../docs
%make V=1
cd ..
doxygen pseudo-doc.doxygen
mv pseudo-doc/html pseudo-doc/doxygen

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_mandir}/man1/
install -Dpm0644 man/*.1 %{buildroot}/%{_mandir}/man1/

mkdir -p %{buildroot}/%{_datadir}/pixmaps/
install -Dpm0644 %{SOURCE1} %{buildroot}/%{_datadir}/pixmaps/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3-3
+ Revision: fbeb953
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2099 |14cr|i8kutils-1.33-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	i8kutils
%define	version	1.33
%define release	4

Version: 	%{version}
Summary: 	Dell laptop SMM BIOS support
Name: 		%{name}
Release: 	%{release}
License: 	GPLv2+
Group: 		Monitoring
Source: 	http://ftp.debian.org/debian/pool/main/i/i8kutils/%{name}_%{version}.tar.gz
URL: 		http://people.debian.org/~dz/i8k/	
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Suggests:	i8kmon

%description
This package contains a user-space programs for accessing the SMM BIOS
of Dell Inspiron and Latitude laptops. The SMM BIOS is used on many recent
laptops to implement APM functionalities and to access custom hardware,
for example cooling fans and volume buttons.

Also provided is a cool and useful plugin for gkrellm.
Note that you need the "Dell Laptop" option compiled into your kernel
(included in the main kernel tree since 2.4.14-pre8)

%package -n i8kmon
Summary: 	Dell laptop SMM BIOS monitoring tool
Group: 		Monitoring
Requires:	tcl
Requires:	tk
Conflicts:	i8kutils < 1.33-2

%description -n i8kmon
This package contains a monitoring tool for accessing the SMM BIOS
of Dell Inspiron and Latitude laptops.

%prep
%setup -q 

%build
%make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%_bindir
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%doc README.*
%{_bindir}/i8kbuttons
%{_bindir}/i8kctl
%{_bindir}/i8kfan

%files -n i8kmon
%defattr (-,root,root)
%{_bindir}/i8kmon



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.33-4
+ Revision: ce0d2b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2100 |14cr|ia_ora-xfce-1.0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ia Ora Mandriva Xfce theme
Name:		ia_ora-xfce
Version:	1.0.2
Release:	9
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://www.mandrivalinux.com/
Source0:	%{name}-%{version}.tar.bz2
Requires:	ia_ora-gnome-gtk2-engine
Requires:	ia_ora-gnome
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is the Mandriva Ia Ora theme for the Xfce desktop environment.

%prep
%setup -q


%install
rm -rf %{buildroot}
export datadir=%{_datadir}

%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ChangeLog
%{_datadir}/themes/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-9
+ Revision: 0e9ae3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2101 |14cr|iat-0.1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    iat
%define version 0.1.7
%define release 3

Name: %{name}
Version: %{version}
Release: %{release}

Summary: Iso9660 Analyzer Tool
License: GPLv2+
Group: File tools
Url: http://iat.berlios.de/
Source: iat-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
iat (Iso9660 Analyzer Tool) is a tool for detecting the structure of many
types of CD-ROM image file formats, such as BIN, MDF, PDI, CDI, NRG, and B5I,
and converting them into ISO-9660.

%prep
%setup

%build
%configure
%make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_docdir}/%{name}
mkdir -p %{buildroot}/%{_mandir}/man1/%{name}

cp src/%{name} %{buildroot}%{_bindir}
cp ChangeLog AUTHORS COPYING INSTALL NEWS README %{buildroot}%{_docdir}/%{name}
install -c -m 644 man/iat.1 %{buildroot}/%{_mandir}/man1/%{name}

%files
%_bindir/%{name}
%doc %{_mandir}/man1/%{name}
%{_docdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.7-3
+ Revision: 40c4638
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2102 |14cr|iax-0.2.3-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname iax %{major}
%define develname %mklibname -d iax

Summary:	IAX (Inter Asterisk eXchange) Library
Name:		iax
Version:	0.2.3
Release:	16
License:	LGPL
Group:		System/Libraries
URL:		http://www.asterisk.org/
Source0:	libiax2-0.2.3-20060212.tar.bz2
Patch0:		libiax2.diff
Patch1:		libiax2-fix-str-fmt.patch
Patch2:		libiax2-install.patch
BuildRequires:	multiarch-utils >= 1.0.3

%description
Inter Asterisk eXchange, lovingly called IAX (pronounced: eeks),
is the protocol used by the Asterisk PBX system for
inter-asterisk-communication. Other applications may use libiax to
communicate with each other and other asterisk servers. IAX is a
high performance, feature rich protocol unrelated to SIP or H.323.

Its single-socket design allows it to interoperate with NAT and
PAT masquerade firewalls.  It supports internationalization,
remote dialplans, and voice, HTML, image, DTMF, and video content.

For more information see http://www.gnophone.com

%package -n	%{libname}
Summary:	IAX (Inter Asterisk eXchange) Library
Group:          System/Libraries

%description -n	%{libname}
Inter Asterisk eXchange, lovingly called IAX (pronounced: eeks),
is the protocol used by the Asterisk PBX system for
inter-asterisk-communication. Other applications may use libiax to
communicate with each other and other asterisk servers. IAX is a
high performance, feature rich protocol unrelated to SIP or H.323.

Its single-socket design allows it to interoperate with NAT and
PAT masquerade firewalls.  It supports internationalization,
remote dialplans, and voice, HTML, image, DTMF, and video content.

For more information see http://www.gnophone.com

%package -n	%{develname}
Summary:	IAX (Inter Asterisk eXchange) Development Package
Group:		Development/C
Provides:	%{name}-devel = %{version}
Provides:	lib%{name}-devel = %{version}
Requires:	%{libname} = %{version}
Obsoletes:	%{_lib}iax0-devel

%description -n	%{develname}
Inter Asterisk eXchange, lovingly called IAX (pronounced: eeks),
is the protocol used by the Asterisk PBX system for
inter-asterisk-communication. Other applications may use libiax to
communicate with each other and other asterisk servers. IAX is a
high performance, feature rich protocol unrelated to SIP or H.323.

Its single-socket design allows it to interoperate with NAT and
PAT masquerade firewalls.  It supports internationalization,
remote dialplans, and voice, HTML, image, DTMF, and video content.

For more information see http://www.gnophone.com

This package contains all of the development files that you will
need in order to compile IAX applications.

%prep

%setup -q -n libiax2
%patch0 -p1
%patch1 -p0
%patch2 -p0

# no debug...
find -type f -name "Makefile.am" | xargs perl -pi -e "s|-DDEBUG_SUPPORT||g"

%build
autoreconf -fi
%configure2_5x \
    --disable-extreme-debug
%make

%install
%makeinstall_std

# install _all_ headers...
install -m0644 src/*.h %{buildroot}%{_includedir}/iax/

%multiarch_binaries %{buildroot}%{_bindir}/iax-config

%files -n %{libname}
%defattr(-,root,root)
%doc ChangeLog NEWS README
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

%files -n %{develname}
%defattr(-,root,root)
%{multiarch_bindir}/iax-config
%{_bindir}/iax-config
%{_includedir}/iax
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-16
+ Revision: f3a3168
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2103 |14cr|iaxclient-2.1-0.beta3.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	snap	0
%define	beta	3
%define	rel	4

%if %beta
%define release		%mkrel 0.beta%{beta}.%{rel}
%define distname	%{name}-%{version}beta%{beta}.tar.gz
%define fname		%{name}-%{version}beta%{beta}
%else
%define release		%mkrel %{rel}
%define distname	%{name}-%{version}.tar.gz
%define fname		%{name}-%{version}
%endif

%define	major		1
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	Library to implement the IAX protocol
Name:		iaxclient
Version:	2.1
Release:	%{release}
License:	LGPLv2+
Group:		System/Libraries
URL:		http://iaxclient.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{distname}
Patch0:		iaxclient-1.0-20050410-headers.diff
# Fix header location and linkage for ffmpeg - AdamW 2008/12
Patch1:		iaxclient-2.1-ffmpeg.patch
# Fix some string literal errors - AdamW 2008/12
Patch2:		iaxclient-2.1-literal.patch
# From upstream SVN: make tkphone build - AdamW 2008/12
Patch3:		iaxclient-2.1-tkphone.patch
# Make the dumb thing run - AdamW 2008/12
Patch4:		iaxclient-2.1-tkiaxphone.patch
# Fedora patches
Patch100:	iaxclient-2.1beta3-wxGTK28.patch
Patch102:	iaxclient-2.1beta3-tcl-includedir.patch
Patch103:	iaxclient-2.1beta3-tcl-libdir.patch
Patch104:	iaxclient-2.1beta3-tcl-nodoc.patch
Patch105:	iaxclient-2.1beta3-theora-detection.patch

BuildRequires:	imagemagick
BuildRequires:	gd-devel
BuildRequires:	gsm-devel
BuildRequires:	iax-devel
BuildRequires:	libilbc-devel
BuildRequires:	pkgconfig(speex)
BuildRequires:	portaudio-devel
BuildRequires:	portmixer-devel
BuildRequires:	wxgtku-devel
BuildRequires:	x11-server-xvfb
BuildRequires:	liboggz-devel
BuildRequires:	libvidcap-devel
BuildRequires:	libtheora-devel

%description
Although asterisk supports other IP protocols (including SIP, and
with patches, H.323), IAX's simple, lightweight nature gives it
several advantages, particularly in that it can operate easily
through NAT and packet firewalls, and it is easily extensible and
simple to understand.

%package -n	%{libname}
Summary:	Library to implement the IAX protocol
Group:		System/Libraries

%description -n	%{libname}
Although asterisk supports other IP protocols (including SIP, and
with patches, H.323), IAX's simple, lightweight nature gives it
several advantages, particularly in that it can operate easily
through NAT and packet firewalls, and it is easily extensible and
simple to understand. 

%package -n	%{develname}
Summary:	IAXClient Library development files
Group:		Development/C
Obsoletes:	%{name}-devel < %{version}-%{release}
Obsoletes:	%{mklibname iaxclient 0 -d} < %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{develname}
Although asterisk supports other IP protocols (including SIP, and
with patches, H.323), IAX's simple, lightweight nature gives it
several advantages, particularly in that it can operate easily
through NAT and packet firewalls, and it is easily extensible and
simple to understand. 

This package contains the development library and its header
files for the IAXClient Library.

%package	utils
Summary:	IAX utilities
Group:		Communications

%description	utils
IAX utilities:

 o iax2slin - Originate an IAX2 call, and send the audio from this
   call to stdout
 o testcall, testcall-jb: make a single test call with IAXCLIENT.
   IAX Support for talking to Asterisk and other Gnophone clients

%package -n	tkiaxphone
Summary:	Simple IAX phone client
Group:		Communications
Requires:	tk

%description -n	tkiaxphone
Simple IAX phone client

EXPERIMENTAL

%package -n	iaxcomm
Summary:	IaxComm, a portable IAX2 protocol telephony client
Group:		Communications
URL:		http://iaxclient.sourceforge.net/iaxcomm/
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description -n	iaxcomm
iaxComm is an Open Source softphone for the Asterisk PBX.

EXPERIMENTAL

%prep

%setup -q -n %{fname}
%patch0 -p1 -b .headers
%patch1 -p1 -b .ffmpeg
%patch2 -p1 -b .literal
%patch3 -p1 -b .tkphone
%patch4 -p1

%patch100 -p1 -b .wxGTK28
%patch102 -p1 -b .includedir
%patch103 -p1 -b .libdir
%patch104 -p1 -b .nodoc
%patch105 -p1 -b .theoradetect

%build
autoreconf -fis
export RPM_OPT_FLAGS="%{optflags} -fPIC"
%configure2_5x --with-gsm-includes=%{_includedir}/gsm \
		--with-wx-config=%{_bindir}/wx-config-unicode \
		--enable-clients="iaxcomm stresstest testcall tkphone vtestcall"
%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
%makeinstall_std

rm -f %{buildroot}%{_bindir}/tkiaxphone

cat > %{buildroot}%{_bindir}/tkiaxphone << EOF
#!/bin/sh
%{_libdir}/iaxclient/tkphone/tkiaxphone
EOF

ln -s %{_libdir}/iaxclient/tkphone/iaxcli %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert simpleclient/iaxcomm/rc/logo.xpm -geometry 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/iaxcomm.png
convert simpleclient/iaxcomm/rc/logo.xpm -geometry 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/tkiaxphone.png
convert simpleclient/iaxcomm/rc/logo.xpm -geometry 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/iaxcomm.png
convert simpleclient/iaxcomm/rc/logo.xpm -geometry 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/tkiaxphone.png
convert simpleclient/iaxcomm/rc/logo.xpm -geometry 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/iaxcomm.png
convert simpleclient/iaxcomm/rc/logo.xpm -geometry 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/tkiaxphone.png

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-iaxcomm.desktop << EOF
[Desktop Entry]
Name=iaxComm
Comment=Portable IAX2 protocol telephony client
Exec=%{_bindir}/iaxcomm
Icon=iaxcomm
Terminal=false
Type=Application
Categories=Network;Telephony;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-tkiaxphone.desktop << EOF
[Desktop Entry]
Name=TkIaxPhone
Comment=Simple IAX phone client
Exec=%{_bindir}/tkiaxphone
Icon=iaxcomm
Terminal=false
Type=Application
Categories=Network;Telephony;
EOF

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/iaxclient.h
%{_libdir}/pkgconfig/iaxclient.pc
%{_libdir}/*.so
%{_libdir}/*.*a

%files utils
%defattr(-,root,root)
%{_bindir}/stresstest
%{_bindir}/testcall
%{_bindir}/vtestcall

%files -n tkiaxphone
%defattr(-,root,root)
%doc simpleclient/tkphone/License simpleclient/tkphone/README
%{_libdir}/iaxclient
%attr(0755,root,root) %{_bindir}/tkiaxphone
%{_bindir}/iaxcli
%{_iconsdir}/hicolor/*/apps/tkiaxphone.png
%{_datadir}/applications/mandriva-tkiaxphone.desktop

%files -n iaxcomm
%defattr(-,root,root)
%doc simpleclient/iaxcomm/QUICKSTART simpleclient/iaxcomm/README
%{_bindir}/iaxcomm
%{_datadir}/iaxcomm
%{_iconsdir}/hicolor/*/apps/iaxcomm.png
%{_datadir}/applications/mandriva-iaxcomm.desktop



%changelog
* Thu Oct 25 2012 Denis Silakov <denis.silakov@rosalab.ru> 2.1-0.beta3.4
+ Revision: 232d0ce
- Fix speex BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2104 |14cr|iaxmodem-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%define _disable_ld_no_undefined 1

Summary:	Software modem for interfacing Asterisk and Hylafax via IAX2
Name:		iaxmodem
Version:	1.2.0
Release:	2
License:	GPLv2+
Group:		System/Servers
Url:		https://sourceforge.net/projects/iaxmodem
Source0:	http://prdownloads.sourceforge.net/iaxmodem/iaxmodem-%{version}.tar.gz
Source1:	iaxmodem.logrotate
Source2:	ttyIAX0
BuildRequires:	pkgconfig(libtiff-4)

%description
IAXmodem is a software modem written in C that uses an IAX channel
(commonly provided by an Asterisk PBX system) instead of a traditional
phone line and uses a DSP library instead of DSP hardware chipsets.

To accomplish this, then, IAXmodem interfaces an IAX library known as
libiax2 with a DSP library known as spandsp, and then IAXmodem interfaces
the DSP library with a tty device node for interfacing with modem
applications.

%files
%doc CHANGES FAQ README TODO
%attr(750,asterisk,asterisk) %{_sbindir}/*
%attr(0644,root,root) %{_mandir}/man1/*
%config /etc/logrotate.d/*
%config(noreplace) /etc/iaxmodem

%post
echo ""
echo "Recommend add the following line in the /etc/inittab file:"
echo "---------------------------------------------"
echo "iax1:2345:respawn:/usr/sbin/iaxmodem ttyIAX0"
echo "mo1:2345:respawn:/usr/sbin/faxgetty ttyIAX0"
echo "---------------------------------------------"
echo "Then run : '/sbin/init q' to reload the inittab settings"

#----------------------------------------------------------------------------

%prep
%setup -q

%build
pushd lib/libiax2
autoreconf -fi
%configure2_5x --disable-shared
%make
popd

pushd lib/spandsp
autoreconf -fi
%configure2_5x --disable-shared
%make
popd

# set the variables
MODEMVER=iaxmodem-%{version}
DSPVER="spandsp-0.0.5"
IAXVER="libiax2-0.2.3"

# build a static version of iaxmodem
gcc %{optflags} -Wall -g -DMODEMVER=\"$MODEMVER\" -DDSPVER=\"$DSPVER\" -DIAXVER=\"$IAXVER\" -DSTATICLIBS -D_GNU_SOURCE -std=c99 -Ilib/libiax2/src -Ilib/spandsp/src -c -o iaxmodem.o iaxmodem.c
gcc -lm -lutil -ltiff -o iaxmodem iaxmodem.o lib/spandsp/src/.libs/libspandsp.a lib/libiax2/src/.libs/libiax.a

%install
mkdir -p %{buildroot}/etc/logrotate.d %{buildroot}/etc/iaxmodem %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man1
install -m 644 %{SOURCE1} %{buildroot}/etc/logrotate.d/iaxmodem
install -m 644 %{SOURCE2} %{buildroot}/etc/iaxmodem/
install -m 755 iaxmodem %{buildroot}%{_sbindir}/iaxmodem
install -m 644 iaxmodem.1 %{buildroot}%{_mandir}/man1/iaxmodem.1

%changelog
* Tue Aug 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-2
+ Revision: 1e152fb
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2105 |14cr|iaxping-0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	IAX ping tool
Name:		iaxping
Version:	0
Release:	7
License:	BSD
Group:		Monitoring
URL:		http://www.loudhush.ro/tools/
Source0:	http://www.loudhush.ro/opencms/opencms/loudhush/tools/iaxping.c.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Tool to ping an IAX target (checks network connectivity). hacked from the perl
ping tool availble on http://www.voip-info.org/wiki-IAX

%prep

%setup -q -c -T

bzcat %{SOURCE0} > %{name}.c

%build

gcc %{optflags} -o %{name} %{name}.c

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

install -m0755 %{name} %{buildroot}%{_bindir}/%{name}

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root,)
%{_bindir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-7
+ Revision: c09b0ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2106 |14cr|ibackup-2.27-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Automated backups (even remote) of machine configurations
Name: 		ibackup
Version: 	2.27
Release: 	9
License: 	GPL
Group:		Archiving/Backup
Source:		%{name}-%{version}.tar.bz2
Patch0:		%{name}-2.27-make-rpm.patch
URL:		http://www.linuks.mine.nu/ibackup/
BuildRoot:	%{_tmppath}/%{name}-%{version}-build
BuildArch:	noarch

%description
This software simplifies the task of backing up the system
configuration files (those under /etc) for UNIX systems
(Solaris, *BSD, Linux). You can run the program from any directory
and it will by default save the (maybe compressed) tarball to /root.
.
It is possible to encrypt the tarball, to upload the tarball to some
other host and run the backup automated in a cronjob.
       
%prep
%setup -q
%patch0 -p1

%build

%install
[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf  %{buildroot}

make DESTDIR=%{buildroot} MANDIR=%{buildroot}%{_mandir} install
make DESTDIR=%{buildroot} install-config

%clean
[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf  %{buildroot}

%files
%defattr(-, root, root)
%doc COPYING changelog *.html *.png *.jpg
%{_bindir}/ibackup
%{_bindir}/sysconf
%config(noreplace) /etc/ibackup.conf
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.27-9
+ Revision: 5b9b0fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2107 |14cr|ibm-acpi-0.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: IBM ThinkPad ACPI Extras configuration scripts
Name: ibm-acpi
Version: 0.11
Release:  6
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
License: GPL
Group: System/Kernel and hardware
Url: http://ibm-acpi.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
# laptop_mode
Requires: laptop-mode-tools
# idectl
Requires: tpctl

%description
This package contains configuration scripts to support ACPI Extras for
the IBM ThinkPad laptops.
It aims to support various features of these laptops which are
accessible through the ACPI framework but not otherwise supported by
the generic Linux ACPI drivers.

%prep
%setup -q
find config/etc/acpi/actions/ -type f -exec sed -i -e 's,/usr/local/sbin/idectl,/usr/sbin/idectl,' {} \;
sed -i -e 's,action=.*,action=/usr/sbin/pmsuspend2,' config/etc/acpi/events/hibernate
chmod a+r README CHANGES

%build

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/%{_sysconfdir}
cp -a config/%{_sysconfdir}/acpi $RPM_BUILD_ROOT/%{_sysconfdir}

# handled by laptop-mode-tools
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/acpi/events/ac
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/acpi/actions/battery.sh
# handled by suspend-scripts
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/acpi/events/sleep

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README CHANGES
%{_sysconfdir}/acpi/actions/*
%{_sysconfdir}/acpi/events/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-6
+ Revision: c952b3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2108 |14cr|ibus-anthy-1.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 5
%define libname %mklibname anthygobject %{api} %{major}
%define devname %mklibname -d anthygobject
%define girname %mklibname anthy-gir 9000

Summary:	ibus - Japanese Anthy engine
Name:		ibus-anthy
Version:	1.5.4
Release:	2
License:	GPLv2+
Group:		System/Internationalization
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	ibus
BuildRequires:	intltool
BuildRequires:	pkgconfig(anthy)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	python-gi
Requires:	ibus
Requires:	anthy
Requires:	python-gi
Requires:	%{girname} = %{EVRD}
Suggests:	kasumi

%description
ibus - Japanese Anthy engine.

%files -f %{name}.lang
%{_libexecdir}/ibus-engine-anthy
%{_libexecdir}/ibus-setup-anthy
%{_datadir}/%{name}
%{_datadir}/applications/ibus-setup-anthy.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/ibus/component/anthy.xml

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for anthygobject
Group:		System/Libraries

%description -n %{libname}
Shared library for anthygobject.

%files -n %{libname}
%{_libdir}/libanthygobject-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for anthy
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for anthy.

%files -n %{girname}
%{_libdir}/girepository-1.0/Anthy-9000.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for ibus-anthy
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for ibus-anthy.

%files -n %{devname}
%{_libdir}/libanthygobject-%{api}.so
%{_includedir}/ibus-anthy-%{api}
%{_datadir}/gir-1.0/*.gir

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.4-2
+ Revision: 5933a42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2109 |14cr|ibus-chewing-1.4.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ibus - Chinese chewing engine
Name:		ibus-chewing
Version:	1.4.7
Release:	2
License:	GPLv2+
Group:		System/Internationalization
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/%{name}-%{version}-Source.tar.gz
Source1:	https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-modules-only-latest.tar.gz
BuildRequires:	cmake
BuildRequires:	GConf2
BuildRequires:	gettext
BuildRequires:	gob2
BuildRequires:	pkgconfig(chewing)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)
Requires:	ibus >= 1.3.0
Requires:	libchewing-data
Requires(post,preun):	GConf2

%description
ibus - Chinese chewing engine.

%files -f %{name}.lang
%{_sysconfdir}/gconf/schemas/*.schemas
%{_libexecdir}/ibus-engine-*
%{_datadir}/%{name}
%{_datadir}/ibus/component/*.xml

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-Source -a1

%build
%setup_compile_flags
cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DLIBEXEC_DIR="%{_libexecdir}" -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir}
%make
%make translations

%install
%makeinstall_std

rm -fr %{buildroot}%{_datadir}/doc

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.7-2
+ Revision: ba52a4c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2110 |14cr|ibus-handwrite-2.1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hand write recognition/input using ibus IM engine
Name:		ibus-handwrite
Version:	2.1.4
Release:	5
License:	GPLv2+
Group:		System/Internationalization
Url:		http://code.google.com/p/ibus-handwrite/
Source0:	http://ibus-handwrite.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gdkglext-1.0)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(zinnia)
Requires:	ibus

%description
IBus handwrite project.

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_libexecdir}/ibus-engine-handwrite
%dir %{_datadir}/ibus-handwrite
%dir %{_datadir}/ibus-handwrite/data
%{_datadir}/ibus-handwrite/icons

#----------------------------------------------------------------------------

%package zh
Summary:	ibus-handwrite Chinese engine
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}
Requires(post,preun):	GConf2

%description zh
ibus-handwrite Chinese engine.

%files zh
%{_datadir}/ibus-handwrite/data/table.txt
%{_datadir}/ibus/component/handwrite-zh.xml

#----------------------------------------------------------------------------

%package ja
Summary:	ibus-handwrite Japanese engine
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}
Requires:	zinnia-tomoe-ja
Requires(post,preun):	GConf2

%description ja
ibus-handwrite Japanese engine.

%files ja
%{_datadir}/ibus/component/handwrite-jp.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export LDFLAGS="-lm"
%configure2_5x \
	--enable-zinnia \
	--with-zinnia-tomoe=%{_datadir}/zinnia/model/tomoe/
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.4-5
+ Revision: 6fa706f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2111 |14cr|ibus-hangul-1.4.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ibus - Korean Hangul engine
Name:		ibus-hangul
Version:	1.4.2
Release:	3
Group:		System/Internationalization
License:	GPLv2+
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	intltool
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(libhangul) >= 0.1.0
Requires:	ibus

%description
ibus - Korean Hangul engine.

%files -f %{name}.lang
%{_bindir}/*
%{_libdir}/%{name}
%{_libexecdir}/ibus-engine-hangul
%{_libexecdir}/ibus-setup-hangul
%{_datadir}/%{name}
%{_iconsdir}/*/*/*
%{_datadir}/ibus/component/*.xml
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-3
+ Revision: 9d42de0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2112 |14cr|ibus-m17n-1.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ibus - m17n engine
Name:		ibus-m17n
Version:	1.3.4
Release:	2
License:	GPLv2+
Group:		System/Internationalization
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	m17n-db
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(m17n-core)
Requires:	ibus
Requires:	m17n-lib
Requires(post,preun):	GConf2

%description
ibus - M17N engine.

%files -f %{name}.lang
%{_libexecdir}/ibus-*
%{_datadir}/%{name}
%{_datadir}/ibus/component/*.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-2
+ Revision: f0475ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2113 |14cr|ibus-pinyin-1.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ibus - Chinese Pinyin engine
Name:		ibus-pinyin
Version:	1.5.0
Release:	2
Group:		System/Internationalization
License:	GPLv2+
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		ibus-pinyin-support-set-content-type-method.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(ibus-1.0) >= 1.3.99
BuildRequires:	pkgconfig(pyzy-1.0) >= 0.0.8
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	sqlite3-tools
Requires:	ibus >= 1.3.99
Obsoletes:	ibus-pinyin-open-phrase < 1.5.0

%description
ibus - Chinese Pinyin engine.

%files -f %{name}.lang
%{_libexecdir}/ibus-engine-pinyin
%{_libexecdir}/ibus-setup-pinyin
%{_datadir}/%{name}
%{_datadir}/ibus/component/*.xml
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --disable-lua-extension
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-2
+ Revision: 2b807ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2114 |14cr|ibus-qt4-1.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname ibus-qt %{major}
%define devname %mklibname ibus-qt -d

Summary:	ibus qt4 input method plugin
Name:		ibus-qt4
Version:	1.3.2
Release:	3
License:	GPLv2+
Group:		System/Internationalization
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/ibus-qt-%{version}-Source.tar.gz
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	icu-devel
BuildRequires:	qt4-devel >= 4.4
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(ibus-1.0)
Requires:	ibus >= 1.3.0

%description
IBus is a next generation input framework. This package contains qt4 input
method plugin.

%files
%doc AUTHORS README
%{qt4plugins}/inputmethods/libqtim-ibus.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for ibus-qt
Group:		System/Libraries
Conflicts:	%{name} < 1.3.2

%description -n %{libname}
Shared library for ibus-qt.

%files -n %{libname}
%{_libdir}/libibus-qt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for ibus-qt
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Conflicts:	%{name}-devel < 1.3.2
Obsoletes:	%{name}-devel < 1.3.2
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for ibus-qt.

%files -n %{devname}
%{_includedir}/ibus-qt
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n ibus-qt-%{version}-Source

%build
%cmake_qt4 -DLIBDIR="%{_libdir}"
%make

%install
%makeinstall_std -C build

rm -fr %{buildroot}%{_datadir}/doc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-3
+ Revision: 18fdd92
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2115 |14cr|ibus-sogoupycc-0.2.5-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq '/usr/bin/lua'
%endif

Summary:	Sogou Pinyin Cloud Client on ibus platform
Name:		ibus-sogoupycc
Version:	0.2.5
Release:	12
Group:		System/Internationalization
License:	GPLv2+
Url:		http://code.google.com/p/ibus-sogoupycc/
Source0:	http://ibus-sogoupycc.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		ibus-sogoupycc-0.2.5-default-use-sogoupy-schema.patch
Patch1:		ibus-sogoupycc-0.2.5-fix-dbus-build.patch
Patch2:		ibus-sogoupycc-0.2.5-libnotify0.7.patch
Patch3:		ibus-sogoupycc-0.2.5-no-strip.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(sqlite3)
Requires:	ibus >= 1.2.0
Requires:	lua-socket
Requires(post,preun):	GConf2

%description
ibus-sogoupycc is an unoffical Sogou pinyin cloud client on ibus platform. 
Features:
* double pinyin support: currently only support UCDOS style double pinyin
  scheme (slightly different from MSPY scheme)
* no preedit: always choose the default (1st) result
* non-blocking input: your input is not interrupted when waitting for
  server's responses.

%files
%{_libexecdir}/ibus-engine-sogoupycc
%{_datadir}/ibus-sogoupycc
%{_datadir}/ibus/component/sogoupycc.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p1

%build
export LDFLAGS="-lm -lpthread"
%cmake
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_libexecdir}
mv %{buildroot}%{_datadir}/ibus-sogoupycc/engine/ibus-sogoupycc %{buildroot}%{_libexecdir}/ibus-engine-sogoupycc

sed -i s,"%{_datadir}/ibus-sogoupycc/engine/ibus-sogoupycc","%{_libexecdir}/ibus-engine-sogoupycc",g \
	%{buildroot}%{_datadir}/ibus/component/sogoupycc.xml

%changelog
* Tue Aug 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.5-12
+ Revision: f8f62d4
- Force lua 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2116 |14cr|ibus-sunpinyin-2.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A statistical language model based Chinese input method
Name:		ibus-sunpinyin
Version:	2.0.3
Release:	5
License:	LGPLv2+
Group:		System/Internationalization
Url:		http://code.google.com/p/sunpinyin
Source0:	http://sunpinyin.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		ibus-sunpinyin-2.0.3-ibus-1.4.patch
BuildRequires:	cmake
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(sunpinyin-2.0) >= %{version}
Requires:	ibus

%description
SunPinyin is a statistical language model based Chinese input method,
which was firstly developed by Sun Beijing Globalization team, and
opensource'd to community with opensolaris project, with LGPLv2 and
CDDL dual-licenses.

SunPinyin had been ported to various input method platforms and
operating systems. The 2.0 release currently supports iBus, XIM, and
Mac OS X.

%files -f %{name}.lang
%{_datadir}/%{name}
%{_datadir}/ibus/component/sunpinyin.xml
%{_libexecdir}/ibus-engine-sunpinyin
%{_libexecdir}/ibus-setup-sunpinyin

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%cmake -DLIBEXEC_DIR=%{_libexecdir}
%make

%install
%makeinstall_std -C build

%find_lang %name


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-5
+ Revision: 8efadb4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2117 |14cr|ibus-table-1.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# We cannot make this package noarch but there are no binary files here
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	ibus - table-based engine
Name:		ibus-table
Version:	1.5.0
Release:	2
Group:		System/Internationalization
License:	GPLv2+
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	ibus-table.filter
Source2:	ibus-table.script
Source10:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(python)
Requires:	ibus
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	ibus-table-compose < 1.5.0
Obsoletes:	ibus-table-latex < 1.5.0

%description
ibus - table-based engine.

%files -f %{name}.lang
%{_bindir}/ibus-table-createdb
%{_libexecdir}/ibus-engine-table
%{_libdir}/pkgconfig/ibus-table.pc
%{_datadir}/ibus-table
%{_datadir}/ibus/component/*.xml
%{_var}/lib/rpm/filetriggers/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std NO_INDEX=1

%find_lang %{name}

install -d -m 0755 %{buildroot}%{_var}/lib/rpm/filetriggers
install -m 0644 %{SOURCE1} %{buildroot}%{_var}/lib/rpm/filetriggers
install -m 0755 %{SOURCE2} %{buildroot}%{_var}/lib/rpm/filetriggers


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-2
+ Revision: 8bd2315
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2118 |14cr|ibus-table-chinese-1.4.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ibus-chinese - table-based engine
Name:		ibus-table-chinese
Epoch:		1
Version:	1.4.6
Release:	2
License:	GPLv3+
Group:		System/Internationalization
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/%{name}-%{version}-Source.tar.gz
Source1:	https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-modules-only-latest.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(ibus-table)
BuildArch:	noarch

%description
ibus-table-chinese provide the following input method tables for IBus-Table.

#----------------------------------------------------------------------------

%package -n ibus-table-array30
Summary:	ibus-array30 - table-based engine
Group:		System/Internationalization
Requires:	ibus-table

%description -n ibus-table-array30
Array30 input method on IBus Table under IBus framework.

%files -n ibus-table-array30
%{_datadir}/ibus-table/icons/array30-big.png
%{_datadir}/ibus-table/icons/array30.png
%{_datadir}/ibus-table/tables/array30-big.db
%{_datadir}/ibus-table/tables/array30.db

#----------------------------------------------------------------------------

%package -n ibus-table-cangjie
Summary:	ibus-cangjie - table-based engine
Group:		System/Internationalization
Requires:	ibus-table

%description -n ibus-table-cangjie
CangJie input methods on IBus Table under IBus framework.

%files -n ibus-table-cangjie
%{_datadir}/ibus-table/icons/cangjie-big.png
%{_datadir}/ibus-table/icons/cangjie3.svg
%{_datadir}/ibus-table/icons/cangjie5.svg
%{_datadir}/ibus-table/icons/easy-big.png
%{_datadir}/ibus-table/icons/quick-classic.png
%{_datadir}/ibus-table/icons/quick3.png
%{_datadir}/ibus-table/icons/quick5.png
%{_datadir}/ibus-table/icons/scj6.svg
%{_datadir}/ibus-table/tables/cangjie-big.db
%{_datadir}/ibus-table/tables/cangjie3.db
%{_datadir}/ibus-table/tables/cangjie5.db
%{_datadir}/ibus-table/tables/easy-big.db
%{_datadir}/ibus-table/tables/quick-classic.db
%{_datadir}/ibus-table/tables/quick3.db
%{_datadir}/ibus-table/tables/quick5.db
%{_datadir}/ibus-table/tables/scj6.db

#----------------------------------------------------------------------------

%package -n ibus-table-cantonese
Summary:	ibus-cantonese - table-based engine
Group:		System/Internationalization
Requires:	ibus-table

%description -n ibus-table-cantonese
Cantonese input method on IBus Table under IBus framework.

%files -n ibus-table-cantonese
%{_datadir}/ibus-table/icons/cantonese.png
%{_datadir}/ibus-table/icons/cantonhk.png
%{_datadir}/ibus-table/icons/jyutping.png
%{_datadir}/ibus-table/tables/cantonese.db
%{_datadir}/ibus-table/tables/cantonhk.db
%{_datadir}/ibus-table/tables/jyutping.db

#----------------------------------------------------------------------------

%package -n ibus-table-erbi
Summary:	ibus-erbi - table-based engine
Group:		System/Internationalization
Requires:	ibus-table

%description -n ibus-table-erbi
ErBi input method on IBus Table under IBus framework.

%files -n ibus-table-erbi
%{_datadir}/ibus-table/icons/erbi*
%{_datadir}/ibus-table/tables/erbi*.db

#----------------------------------------------------------------------------

%package -n ibus-table-stroke5
Summary:	ibus-stroke5 - table-based engine
Group:		System/Internationalization
Requires:	ibus-table

%description -n ibus-table-stroke5
Stroke5 input method on IBus Table under IBus framework.

%files -n ibus-table-stroke5
%{_datadir}/ibus-table/icons/stroke5*
%{_datadir}/ibus-table/tables/stroke5*.db

#----------------------------------------------------------------------------

%package -n ibus-table-wu
Summary:	ibus-wu - table-based engine
Group:		System/Internationalization
Requires:	ibus-table

%description -n ibus-table-wu
Wu input method on IBus Table under IBus framework.

%files -n ibus-table-wu
%{_datadir}/ibus-table/icons/wu.png
%{_datadir}/ibus-table/tables/wu.db

#----------------------------------------------------------------------------

%package -n ibus-table-wubi
Summary:	ibus-wubi - table-based engine
Group:		System/Internationalization
Requires:	ibus-table

%description -n ibus-table-wubi
Wubi86 input method on IBus Table under IBus framework.

%files -n ibus-table-wubi
%{_datadir}/ibus-table/icons/wubi*86.svg
%{_datadir}/ibus-table/tables/wubi*86.db

#----------------------------------------------------------------------------

%package -n ibus-table-yong
Summary:	ibus-yong - table-based engine
Group:		System/Internationalization
Requires:	ibus-table

%description -n ibus-table-yong
Yong input method on IBus Table under IBus framework.

%files -n ibus-table-yong
%{_datadir}/ibus-table/icons/yong*
%{_datadir}/ibus-table/tables/yong*.db

#---------------------------------------------------------------------------0

%prep
%setup -q -n %{name}-%{version}-Source -a1

%build
cmake . -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DDATA_DIR:PATH=%{_datadir}
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_datadir}/doc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.4.6-2
+ Revision: 179fedd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2119 |14cr|ibus-table-extraphrase-1.3.9.20110826-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Chinese extra phrases for ibus-table based IME
Name:		ibus-table-extraphrase
Version:	1.3.9.20110826
Release:	2
License:	GPLv2+
Group:		System/Internationalization
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
Patch0:		ibus-table-extraphrase-0.1.2.20090102-noarch.patch
BuildRequires:	python-devel
BuildRequires:	ibus-table-devel
Requires:	ibus-table
BuildArch:	noarch

%description
This package provide Chinese extra phrases for ibus-table based IME,
such as ibus-table-zhengma, ibus-table-wubi, ibus-table-cangjie5,
ibus-table-erbi and etc.

This package will also provide a script, called ibus-table-extraphrase,
to print the path of extra_phrase.txt.bz2, which can be used when using
ibus-table-createdb to generate IME database.

%files
%{_datadir}/ibus-table/data/extra_phrase.txt
%{_datadir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.9.20110826-2
+ Revision: 6c5d456
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2120 |14cr|ibus-table-others-1.3.0.20100528-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ibus-table-others - table-based engine
Name:		ibus-table-others
Version:	1.3.0.20100528
Release:	9
License:	GPLv2+
Group:		System/Internationalization
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(ibus-table)
Requires:	ibus-table
BuildArch:	noarch

%description
Provides the following input methods on IBus-Table on IBus framework:

    * CNS11643
    * Emoji
    * IPA-X-SAMPA
    * RussianTraditional
    * Yawerty

%files
%{_datadir}/ibus-table/icons/cns11643.png
%{_datadir}/ibus-table/icons/ibus-emoji.svg
%{_datadir}/ibus-table/icons/ipa-x-sampa.png
%{_datadir}/ibus-table/icons/rustrad.png
%{_datadir}/ibus-table/icons/yawerty.png
%{_datadir}/ibus-table/tables/cns11643.db
%{_datadir}/ibus-table/tables/emoji-table.db
%{_datadir}/ibus-table/tables/ipa-x-sampa.db
%{_datadir}/ibus-table/tables/rustrad.db
%{_datadir}/ibus-table/tables/yawerty.db

#----------------------------------------------------------------------------

%package -n ibus-table-th
Summary:	Thai language support via ibus-table
Group:		System/Internationalization
Requires:	ibus-table
Requires:	locales-th
Requires(post,preun):	GConf2

%description -n ibus-table-th
Thai input method on IBus Table under IBus framework.

%files -n ibus-table-th
%{_datadir}/ibus-table/icons/thai.png
%{_datadir}/ibus-table/tables/thai.db

#----------------------------------------------------------------------------

%package -n ibus-table-vi
Summary:	Vietnamese language support via ibus-table
Group:		System/Internationalization
Requires:	ibus-table
Requires(post,preun):	GConf2
Requires:	locales-vi

%description -n ibus-table-vi
Vietnamese input method on IBus Table under IBus framework.

%files -n ibus-table-vi
%{_datadir}/ibus-table/icons/viqr.png
%{_datadir}/ibus-table/tables/viqr.db

#----------------------------------------------------------------------------

%package -n ibus-table-translit
Summary:	ibus-translit - table-based engine
Group:		System/Internationalization
Requires:	ibus-table
Requires(post,preun):	GConf2

%description -n ibus-table-translit
Translit input method on IBus Table under IBus framework.

%files -n ibus-table-translit
%{_datadir}/ibus-table/icons/translit-ua.png
%{_datadir}/ibus-table/icons/translit.png
%{_datadir}/ibus-table/tables/translit-ua.db
%{_datadir}/ibus-table/tables/translit.db

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-compose --disable-latex
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0.20100528-9
+ Revision: 1e439d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2121 |14cr|ibWebAdmin-1.0.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Adminstration of Firebird over the web
Name:           ibWebAdmin
Version:        1.0.2
Release:        12
License:        GPL
Group:          System/Servers
URL:            http://www.ibwebadmin.net/
Source0:        http://ufpr.dl.sourceforge.net/sourceforge/ibwebadmin/ibWebAdmin_%{version}.tar.gz
Source1:	configuration.inc.php
Requires:       apache-mod_php
Requires:       php-mysql
Requires:       php-mbstring
Requires:	apache-mod_socache_shmcb
Requires:       php-mcrypt
Requires(post): ccp >= 0.4.0
Requires:       firebird-server
Requires:       php-firebird
BuildRequires:  imagemagick
BuildArch:      noarch

%description
phpMyAdmin is intended to handle the adminstration of Firebird over
the web. Currently it can : create and drop databases, create,
copy, drop and alter tables, delete, edit and add fields, execute
any SQL-statement, even batch-queries, manage keys on fields, load
text files into tables, create and read dumps of tables, export
data to CSV value, administer multiple servers and single
databases.

%prep
%setup -q -n %{name}_%{version}
cp -f %{SOURCE1} %{_builddir}/%{name}_%{version}/inc/configuration.inc.php

%build

%install
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}/var/www/%{name}

cp -aRf * %{buildroot}/var/www/%{name}/

# cleanup
pushd %{buildroot}/var/www/%{name}
    rm -f change_cvs.sh LICENSE Makefile NEWS README
popd

# fix config file location
mv %{buildroot}/var/www/%{name}/inc/configuration.inc.php %{buildroot}%{_sysconfdir}/%{name}/
ln -s %{_sysconfdir}/%{name}/configuration.inc.php %{buildroot}/var/www/%{name}/inc/configuration.inc.php

cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf << EOF
Alias /%{name} /var/www/%{name}

php_flag session.auto_start 0

<Directory /var/www/%{name}>
    Require host 127.0.0.1
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/01_%{name}.conf"
</Directory>

<Directory /var/www/%{name}/inc>
    Require all denied
</Directory>
EOF

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=ibWebAdmin
Comment=%{summary}
Exec="%{_bindir}/www-browser http://localhost/%{name}/"
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Databases;
EOF

%post
ccp --delete --ifexists --set "NoOrphans" --ignoreopt VERSION \
	--oldfile %{_sysconfdir}/%{name}/configuration.inc.php \
	--newfile %{_sysconfdir}/%{name}/configuration.inc.php.rpmnew

%clean

%files
%defattr(-,root,root,0755)
%doc LICENSE NEWS README
%dir %{_sysconfdir}/%{name}
%attr(0640,apache,root) %config(noreplace) %{_sysconfdir}/%{name}/configuration.inc.php
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
/var/www/%{name}
%{_datadir}/applications/*.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-12
+ Revision: 458ac89
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2122 |14cr|ical-2.3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An X Window System-based calendar program
Name:		ical
Version:	2.3.3
Release:	%{mkrel 3}

Source0:	http://www.annexia.org/_file/%{name}-%{version}.tar.gz
Source1:	ical-icons.tar.bz2
Patch0:		ical-2.3.3-no-locincpth.patch
Patch1:		ical-2.2-duplicates.patch
Patch2:		ical-2.2-alarm-arrow.patch
Patch3:		ical-2.2-autoflags.patch
Patch4:		ical-2.3.3-tcl_relocate.patch
Patch5:		ical-2.3.3-tcl8.6.patch
# Fix use of variable names of the style foo(done): recent Tcl versions
# reject this with error "upvar won't create a scalar variable that
# looks like an array element" - AdamW 2008/10
Patch6:		ical-2.3.3-varnames.patch
Patch7:		ical-2.3.3-gcc4.4.patch

URL:		http://www.annexia.org/freeware/ical/
License:	BSD-like
Group:		Office
BuildRequires:	tk
BuildRequires:	tk-devel
BuildRequires:	tcl
BuildRequires:	tcl-devel
Requires:	tcl
Requires:	tk
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Ical is an X Window System based calendar program. Ical will easily
create/edit/delete entries, create repeating entries, remind you about
upcoming appointments, print and list item occurrences, and allow
shared calendars between different users.

%prep
%setup -q
%patch0 -p1 -b .no-locincpth
%patch1 -p1 -b .duplicates
%patch2 -p1 -b .alarm-arrow
%patch3 -p1 -b .autoflags
%patch4 -p1 -b .tcl_relocate
%patch5 -p1 -b .tcl86
%patch6 -p1 -b .varnames
%patch7 -p0 -b .gcc

%build
autoreconf
pushd types
autoconf
popd

%configure2_5x --with-tclsh=%{_bindir}/tclsh --with-tclconfig=%{_libdir} --with-tclscripts=%{tcl_sitelib} --with-tkscripts=%{_datadir}/tk%{tcl_version}
%make CXXLINKER="g++ %{ldflags}"

%install
rm -rf %{buildroot}
#mkdir -p %{buildroot}/etc/X11/wmconfig
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_prefix}/lib
mkdir -p %{buildroot}%{_mandir}/man1

%makeinstall
install -m644 doc/ical.man %{buildroot}%{_mandir}/man1/ical.1

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=An X Window System-based calendar program
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Office;Calendar;
EOF

#mdk icons
install -d %{buildroot}%{_iconsdir}
tar jxvf %{SOURCE1} -C %{buildroot}%{_iconsdir}

#nuke unpackaged files
rm -f %{buildroot}%{_prefix}/man/man1/ical.1

%if %mdkversion < 200900
%post
%update_menus
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%clean_icon_cache hicolor
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYRIGHT ANNOUNCE CHANGES.html README TODO
%doc doc/ical.html doc/ical.doc
%doc doc/interface.html doc/interface.doc
%{_bindir}/ical*
%{_mandir}/man1/ical.1*
%{_prefix}/lib/ical
%{tcl_sitelib}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.3.3-3
+ Revision: f67ee87
- Automatic import for version 2.3.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2123 |14cr|icclib-2.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	2
%define libname %mklibname icc %{major}
%define devname %mklibname icc -d

Summary:	ICC profile I/O library
Name:		icclib
Version:	2.14
Release:	2
Group:		Graphics
License:	GPLv3
Url:		http://www.argyllcms.com/
Source0:	http://www.argyllcms.com/icclib_V%{version}.zip
# (fc) 2.1-0.beta.1mdv change build system to use autotools (Debian)
Patch0:		icclib-2.1-autotools.patch

%description
The icclib is a set of routines which implement the reading and
writing of color profile files that conform to the International
Color Consortium (ICC) Profile Format Specification, Version 3.4.

%package -n %{libname}
Summary:        Libraries for icclib
Group:          System/Libraries

%description -n %{libname}
The icclib is a set of routines which implement the reading and
writing of color profile files that conform to the International
Color Consortium (ICC) Profile Format Specification, Version 3.4.

%package -n %{devname}
Summary:        Development libraries, header files for icclib
Group:          Development/GNOME and GTK+
Requires:       %{libname} = %{version}
Provides:	icclib-devel = %{version}-%{release}

%description -n %{devname}
The icclib is a set of routines which implement the reading and
writing of color profile files that conform to the International
Color Consortium (ICC) Profile Format Specification, Version 3.4.

%prep
%setup -qc
%apply_patches

#needed by patch0
autoreconf -i

%build
%configure2_5x \
	--disable-static

%make

%check
make check

%install
%makeinstall_std

%files 
%{_bindir}/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%doc log.txt Readme.txt todo.txt
%{_libdir}/*.so
%{_includedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.14-2
+ Revision: b2b9f72
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2124 |14cr|icecast-2.3.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Streaming Media Server
Name:		icecast
Version:	2.3.3
Release:	4
Epoch:		2
Group:		System/Servers
License:	GPLv2+
Url:		http://www.icecast.org
Source0:	http://downloads.us.xiph.org/releases/icecast/%{name}-%{version}.tar.gz
Source1:	status3.xsl
Source2:	icecast.service
Source3:	icecast.logrotate
Source4:	icecast.xml
Patch0:		%{name}.conf.patch
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
Requires(pre,postun):	rpm-helper
Requires(post,preun,postun):	systemd
Provides:	streaming-server

%description
Icecast is an Internet based broadcasting system based on the Mpeg Layer III
streaming technology.  It was originally inspired by Nullsoft's Shoutcast
and also mp3serv by Scott Manley.  The icecast project was started for several
reasons: a) all broadcasting systems were pretty much closed source,
non-free software implementations, b) Shoutcast doesn't allow you to run your
own directory servers, or support them, and c) we thought it would be a
lot of fun.

%files
%doc AUTHORS COPYING HACKING README TODO
%{_bindir}/%{name}
%{_datadir}/%{name}
%attr(-,icecast,icecast) %{_var}/log/%{name}
%attr(-,icecast,icecast) %dir %{_var}/run/%{name}/
%config(noreplace) %{_sysconfdir}/%{name}.xml
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_mandir}/man1/icecast.1.*
%{_unitdir}/icecast.service

%pre
%_pre_useradd %{name} %{_datadir}/%{name} /bin/false

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%_postun_userdel %{name}
%systemd_postun

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .orig
find -name "*.html" -or -name "*.jpg" -or -name "*.css" | xargs chmod 644
sed -i -e 's/icecast2/icecast/g' debian/icecast2.1


%build
%configure2_5x \
	--with-curl \
	--with-openssl \
	--with-ogg \
	--with-theora \
	--with-speex
%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/icecast/doc
rm -rf %{buildroot}%{_docdir}/icecast
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/icecast/web/status3.xsl
install -D -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/icecast
install -D -m 640 %{SOURCE4} %{buildroot}%{_sysconfdir}/icecast.xml
install -D -m 644 debian/icecast2.1 %{buildroot}%{_mandir}/man1/icecast.1
mkdir -p %{buildroot}%{_localstatedir}/log/icecast
mkdir -p %{buildroot}%{_localstatedir}/run/icecast


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:2.3.3-4
+ Revision: 8e18df6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2125 |14cr|icecream-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define icecreamdir %{_libdir}/icecc

%define major 0
%define libname %mklibname icecc %{major}
%define devname %mklibname icecc -d

Summary:	Distributed p2p based compile system
Name:		icecream
Version:	1.0.0
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Development/C
Url:		http://en.opensuse.org/Icecream
Source0:	ftp://ftp.suse.com/pub/projects/icecream/icecc-%{version}.tar.bz2
Source1:	icecream.service
Source2:	icecream-scheduler.service
Source3:	sysconfig.icecream
Source4:	icecream.sh
Source5:	icecream.csh
Source7:	logrotate.icecream
Source8:	logrotate.icecream-scheduler
Source9:	iceccd-wrapper
Source10:	icecc-scheduler-wrapper
Patch0:		icecream-0.9.7-fix-build.patch
Patch1:		harbour-3.2.0-mga-minilzo-2.8.patch
Requires(post,preun):	rpm-helper

BuildRequires:	systemd
Requires(pre):	shadow-utils
Requires(post,preun,postun):	systemd

%description
Icecream is a distributed compile system. It allows parallel compiling by
distributing the compile jobs to several nodes of a compile network running the
icecc daemon. The icecc scheduler routes the jobs and provides status and
statistics information to the icecc monitor. Each compile node can accept one
or more compile jobs depending on the number of processors and the settings of
the daemon. Link jobs and other jobs which cannot be distributed are executed
locally on the node where the compilation is started.

%files
%{_libexecdir}/icecc/icecc-create-env
%{_libexecdir}/icecc/compilerwrapper
%{_bindir}/create-env
%{_sbindir}/iceccd
%{_bindir}/icecc
%{_bindir}/icerun
%{icecreamdir}/bin/*cc
%{icecreamdir}/bin/*g++
%{icecreamdir}/bin/*c++
%{_unitdir}/icecream.service
%{_mandir}/man1/icecc.1*
%{_mandir}/man1/iceccd.1*
%{_mandir}/man7/icecream.7*
%{_prefix}/libexec/icecc/iceccd-wrapper
%config(noreplace) %{_sysconfdir}/sysconfig/icecream
%{_sysconfdir}/profile.d/*
%config(noreplace) %{_sysconfdir}/logrotate.d/icecream
%defattr(0644,root,root,1777)
%dir /var/cache/icecream

%post
%systemd_post icecream.service

%preun
%systemd_preun icecream.service

%postun
%systemd_postun_with_restart icecream.service

#-------------------------------------------------------------------------------

%package scheduler
Summary:	Icecream scheduler
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires(post,preun):	rpm-helper

%description scheduler
%{name} scheduler.

%files scheduler
%{_sbindir}/icecc-scheduler
%{_unitdir}/icecream-scheduler.service
%{_prefix}/libexec/icecc/icecc-scheduler-wrapper
%config(noreplace) %{_sysconfdir}/logrotate.d/icecream-scheduler
%{_mandir}/man1/icecc-scheduler.1*

%post scheduler
%systemd_post icecream-scheduler.service

%preun scheduler
%systemd_preun icecream-scheduler.service

%postun scheduler
%systemd_postun_with_restart icecream-scheduler.service

#-------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Icecream shared library
Group:		System/Libraries

%description -n %{libname}
Icecream shared library.

%files -n %{libname}
%{_libdir}/libicecc.so.%{major}*

#-------------------------------------------------------------------------------

%package -n %{devname}
Summary:	Icecream development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 3:1.0.0
Obsoletes:	%{name}-devel < 3:1.0.0

%description -n %{devname}
Icecream development files.

%files -n %{devname}
%{_libdir}/libicecc.so
%{_libdir}/pkgconfig/*
%{_includedir}/*

#---------------------------------------------------------------------------------

%prep
%setup -q -n icecc-%{version}
%patch0 -p1 -b .fix-build
pushd minilzo
%patch1 -p5 -b .lzo
popd

%build
%configure2_5x \
	--disable-static \
	--enable-shared
%make

%install
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/profile.d
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_prefix}/libexec/icecc
install -d %{buildroot}/var/cache/icecream
install -d %{buildroot}%{_unitdir}

%makeinstall_std

install -m 755 %{SOURCE1}  %{buildroot}%{_unitdir}/icecream.service
install -m 755 %{SOURCE2}  %{buildroot}%{_unitdir}/icecream-scheduler.service
install -m 644 %{SOURCE3}  %{buildroot}%{_sysconfdir}/sysconfig/icecream
# nb: prefixing icecream.sh by "80" so that it is sourced after 20colorgcc.sh
install -m 644 %{SOURCE4}  %{buildroot}%{_sysconfdir}/profile.d/80icecream.sh
install -m 644 %{SOURCE5}  %{buildroot}%{_sysconfdir}/profile.d/80icecream.csh
install -m 644 %{SOURCE7}  %{buildroot}%{_sysconfdir}/logrotate.d/icecream
install -m 644 %{SOURCE8}  %{buildroot}%{_sysconfdir}/logrotate.d/icecream-scheduler
install -m 755 %{SOURCE9}  %{buildroot}/usr/libexec/icecc/iceccd-wrapper
install -m 755 %{SOURCE10} %{buildroot}/usr/libexec/icecc/icecc-scheduler-wrapper

# Fix profile locations
sed -i "s,@DEFINEDBYRPMSPEC@,%{icecreamdir},g" %{buildroot}%{_sysconfdir}/profile.d/*

cat << EOF > %{buildroot}%{_bindir}/create-env
#!/bin/bash
GCC="%{_bindir}/gcc"
GCPP="%{_bindir}/g++"

if [ ! -z $1 ]; then
   GCC=\$1
fi

if [ ! -z \$2 ]; then
   GCPP=\$2
fi

%{icecreamdir}/icecc-create-env \$GCC \$GCPP
EOF

find %{buildroot} -name *.a -o -name *.la | xargs rm

%changelog
* Thu Sep 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.0.0-1
+ Revision: 444f449
- New version 1.0.0, enable shared library, update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2126 |14cr|icecream-monitor-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: icecream-monitor
Version: 1.0
Release: 8
Summary: KDE4 GUI Monitor for icecream distributed compiled system
License: GPL
Url: http://en.opensuse.org/Icecream
Group: Graphical desktop/KDE
# Using Suse tarball
Source0: icemon.tar.bz2
Patch0: icemon.dif
BuildRequires: kdelibs4-devel
BuildRequires: icecream-devel
BuildRequires: kdevplatform4-devel
BuildRequires: kde4-macros
Provides: icemon = %version-%release
Provides: icecream4-monitor = %version-%release
Obsoletes: icemon < 1.0-2

%description
KDE 4 GUI Monitor for icecream distributed compiled system

%files
%defattr(-,root,root,-)
%_kde_bindir/*
%_kde_appsdir/icemon
%_kde_iconsdir/*/*/*/icemon.*
%_kde_datadir/applications/kde4/icemon.desktop
%_kde_docdir/*/*/icemon
%_kde_appsdir/cmake/modules/FindIcecream.cmake

#-----------------------------------------------------------------

%prep
%setup -q -n %name
%patch0 -p0 -b .orig

%build
export LDFLAGS="-lQtNetwork -ldl"
%cmake_kde4

%make

%install

%makeinstall_std -C build




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-8
+ Revision: fa8de83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2127 |14cr|icemon-0.1.svn852735-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: icemon
Version: 0.1.svn852735
Release: 2
Summary: KDE4 GUI Monitor for icecream distributed compiled system
License: GPL
Url: http://en.opensuse.org/Icecream
Group: Graphical desktop/KDE
Source0: icemon-kde4.tar.bz2
BuildRequires: kdelibs4-devel
BuildRequires: icecream-devel
BuildRequires: kde4-macros
Provides: icecream-monitor
Provides: icecream4-monitor

%description
KDE 4 GUI Monitor for icecream distributed compiled system

%files
%defattr(-,root,root,-)
%_kde_bindir/*
%_kde_appsdir/icemon
%_kde_iconsdir/*/*/*/icemon.*
%_kde_datadir/applications/kde4/icemon.desktop

#-----------------------------------------------------------------

%prep
%setup -q -n icemon-kde4

%build
export LDFLAGS="-lQtNetwork -ldl"
%cmake_kde4

%make

%install

%makeinstall_std -C build




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.svn852735-2
+ Revision: de32a66
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2128 |14cr|ices-2.0.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ices
Version:        2.0.1
Release:        13
Summary:        Source streaming for Icecast
Group:          System/Servers
License:        GPL
URL:            http://www.icecast.org/
Source0:        http://downloads.us.xiph.org/releases/ices/ices-2.0.1.tar.bz2
Source1:        %{name}.service
Source2:        %{name}.logrotate
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(shout)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig
Requires(pre):  rpm-helper
Requires(preun): rpm-helper
Requires(post): rpm-helper
Requires(postun): rpm-helper

%description
IceS is a source client for a streaming server. The purpose of this client is
to provide an audio stream to a streaming server such that one or more
listeners can access the stream. With this layout, this source client can be
situated remotely from the icecast server.

The primary example of a streaming server used is Icecast 2, although others
could be used if certain conditions are met.

%prep
%setup -q
%{__perl} -pi -e 's|<background>0</background>|<background>1</background>|' conf/*.xml

%build
%configure2_5x
%make

%install
%{__mkdir_p} %{buildroot}%{_bindir}
cp -a src/%{name} %{buildroot}%{_bindir}

%{__mkdir_p} %{buildroot}%{_sysconfdir}
cp -a conf/ices-playlist.xml %{buildroot}%{_sysconfdir}/%{name}.conf

%{__mkdir_p} %{buildroot}%{_unitdir}
cp -a %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

%{__mkdir_p} %{buildroot}%{_sysconfdir}/logrotate.d
cp -a %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

%{__mkdir_p} %{buildroot}%{_var}/log/%{name}
/bin/touch %{buildroot}%{_var}/log/%{name}/ices.log

%pre
%_pre_useradd %{name} %{_var}/log/%{name} /bin/false

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%_postun_userdel %{name}
%systemd_postun_with_restart %{name}.service

%files
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING README TODO doc/*.html doc/*.css conf/*.xml
%attr(0755,root,root) %{_bindir}/%{name}
%config(noreplace) %attr(0640,root,ices) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(0755,root,root) %config(noreplace) %{_unitdir}/%{name}.service
%dir %{_logdir}/%{name}
%attr(0644,ices,ices) %{_logdir}/%{name}/ices.log

%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-13
+ Revision: cdc0078
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2129 |14cr|icmpdn-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ICMP host name utilities
Name:		icmpdn
Version:	0.4
Release:	4
License:	GPL
Group:		System/Servers
URL:		http://www.dolda2000.com/~fredrik/icmp-dn/
Source0:	http://www.dolda2000.com/~fredrik/icmp-dn/%{name}-%{version}.tar.bz2
Source1:	icmpdnd.service
Source2:	icmpdnd.sysconfig
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description
Since the Linux kernel does not support the ICMP host name
facilities as described in RFC 1788, I wrote a simple
implementation in user-space. It comprises three parts: 

 o icmpdnd - The ICMP Domain Name daemon, which listens to ICMP
   domain name requests and replies to them.
 o idnlookup - A user utility to query a host for its host name
   over ICMP. Like ping and all other utilities that use ICMP, it
   needs to be installed SUID root.
 o libnss_icmp.so.2 - A glibc NSS module, which uses idnlookup to
   perform queries for the gethostbyaddr function.


The NSS module caches all requests (including failures) and honors
the TTL value sent by the responding host. It uses a configuration
file called /etc/nss-icmp.conf, which controls different aspects
of its operation:

%prep

%setup -q -n %{name}-%{version}


%build
rm -f configure
export CPPFLAGS="-D_GNU_SOURCE"
libtoolize --copy --force; aclocal -I autotools; autoconf; automake

%configure2_5x \
    --libdir=/%{_lib} \
    --sbindir=/sbin \
    --bindir=/bin

%make

%install
%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/sysconfig

install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/icmpdnd.service
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/icmpdnd

# cleanup
rm -rf %{buildroot}%{_sysconfdir}/init.d
rm -f %{buildroot}/%{_lib}/libnss_icmp.la


%post
%systemd_post %{name}d.service

%preun
%systemd_preun %{name}d.service

%postun
%systemd_postun_with_restart %{name}d.service

%files
%doc AUTHORS COPYING ChangeLog README
%{_unitdir}/icmpdnd.service
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/icmpdnd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nss-icmp.conf
%attr(0755,root,root) /%{_lib}/libnss_icmp.so*
%attr(0755,root,root) /sbin/icmpdnd
%attr(4755,root,root) /bin/idnlookup
%{_mandir}/man*/*

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-4
+ Revision: 4cbed73
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2130 |14cr|icon-slicer-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# NOTE: Please do not edit this file, it was auto generated by jhconvert
#       See http://wiki.sugarlabs.org/go/Deployment_Team/jhconvert for details

Name:		icon-slicer
Version:	0.3
Release:	6
Summary:	Utility for icon theme generation
License:	MIT
Group:		Development/Other
Url:		http://www.freedesktop.org/software/icon-slicer/

Source:		http://www.freedesktop.org/software/icon-slicer/releases/icon-slicer-0.3.tar.gz

Patch:		icon-slicer-0.3-sugar-297.patch

BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(popt)

%description
Utility for generating icon themes and libXcursor cursor themes.

%prep
%setup -q -n icon-slicer-0.3
%patch -p1

%build
%define __libtoolize true
%configure
make

%install
%makeinstall_std

%files 
%{_bindir}/%{name}
%doc AUTHORS ChangeLog README TODO


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-6
+ Revision: 3faa3b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2131 |14cr|icoutils-0.31.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Extract and convert bitmaps from Windows icon and cursor files
Name:		icoutils
Version:	0.31.0
Release:	3
Group:		Graphics
License:	GPLv3+
URL:		http://www.nongnu.org/%{name}/
Source0:	http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.bz2
Requires:	perl
BuildRequires:	libpng-devel

%description
The icoutils are a set of program for extracting and converting bitmaps from
Microsoft Windows icon and cursor files. These files usually have the
extension .ico or .cur, but they can also be embedded in executables and
libraries (.dll-files). (Such embedded files are referred to as resources).


%prep
%setup -q


%build
%configure2_5x
%make

%install
%makeinstall_std
cp extresso/extresso extresso/genresscript %{buildroot}/%{_bindir}
cp extresso/extresso.1 extresso/genresscript.1 %{buildroot}/%{_mandir}/man1

%find_lang %{name} 


%files -f %{name}.lang
%doc README AUTHORS ChangeLog NEWS TODO
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.31.0-3
+ Revision: e05b36c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2132 |14cr|id3-0.78-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name id3
%define version 0.78
%define release 6

Summary: Command line ID3 tagger
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://home.wanadoo.nl/squell/files/%{name}-%{version}.tar.bz2
Patch: id3-0.78-missing-headers.patch
License: BSD
Group: Sound
Url: http://home.wanadoo.nl/squell/id3.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
id3 mass tagger is a tool for manipulating id3 and id3v2 tags in
multiple files. It can generate tag fields from the filename and
other variables, and/or rename files, using an intuitive syntax. id3
currently supports the old-style ID3 tags (ID3 v1.1), Lyrics3 tags
(Lyrics3 v2.0), and the more complicated ID3v2 (ID3 v2.2.0, v2.3.0)
format. This also means use is pretty much limited to audio files
which use these formats, e.g, MPEG-1 Layer III.

%prep
%setup -q
%patch -p1

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
install -m 755 -D id3 %buildroot%_bindir/id3
install -m 644 -D id3.man %buildroot%_mandir/man1/id3.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README CHANGES COPYING
%_bindir/id3
%_mandir/man1/id3.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.78-6
+ Revision: 721d449
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2133 |14cr|id3ed-1.10.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	id3ed
%define	version	1.10.4
%define release	 9

Summary:	Edit id3v1 description tags in mpeg3 files
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Sound
URL:		http://www.azstarnet.com/~donut/programs.html
Source0:	%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
id3ed edits the "id3" tag for mpeg layer3 files. The mpeg3
specification does not provide any method for storing song
information, however the id3 tag has become a standard method
for doing this, and most mp3 players can read the tag. It will
not cause any errors in players that do not support it.
The tag is 128 bytes long and is located at the end of the file.

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
install -m755 id3ed -D $RPM_BUILD_ROOT%{_bindir}/id3ed
install -m755 id3ed.1 -D $RPM_BUILD_ROOT%{_mandir}/man1/id3ed

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING Changelog README
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.4-9
+ Revision: 9b9b96b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2134 |14cr|id3tool-1.2a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	id3tool
%define version 1.2a
%define release  6

Summary:	Id3tool: program for manipulating mp3 ID3 Tags
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
License:	BSD
Group:		Sound
Url:		http://kitsumi.xware.cx/id3tool/
Source0:	http://kitsumi.xware.cx/id3tool/%{name}-%{version}.tar.bz2
BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot

%description
id3tool: a program for manipulating mp3 ID3 Tags 

%prep
%setup -q -n %{name}-%{version}

%build
%configure
%make 

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CHANGELOG COPYING INSTALL README* 
%{_bindir}/*
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2a-6
+ Revision: 49413b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2135 |14cr|id3v2-0.1.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A command line id3v2 tag editor
Name:		id3v2
Version:	0.1.12
Release:	4
Source0:	http://prdownloads.sourceforge.net/id3v2/%{name}-%{version}.tar.bz2
License:	GPLv2+
Group:		Sound
URL:		http://id3v2.sourceforge.net/
BuildRequires:	libid3-devel

%description
id3v2 is a command line id3v2 tag editor.
You can add/modifiy/delete id3v2 tags and convert
id3v1 tags to id3v2 tags.

%prep
%setup -q

%build
%make clean
%make

%install
install -m755 id3v2 -D $RPM_BUILD_ROOT%{_bindir}/id3v2
install -m644 id3v2.1 -D $RPM_BUILD_ROOT%{_mandir}/man1/id3v2.1

%clean

%files
%doc README INSTALL
%{_bindir}/id3v2
%{_mandir}/man1/id3v2.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.12-4
+ Revision: d293b65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2136 |14cr|identicurse-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_version 0.9

Name:           identicurse
Version:        0.9
Release:        2
Summary:        Curses based Status.net client
Group:          Networking/Other 
License:        GPLv3+
URL:            http://identicurse.net/
Source0:        http://identicurse.net/release/%{short_version}/%{name}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-setuptools, help2man
Requires:       python-setuptools, python-oauth

%description
A simple but powerful Identi.ca client with a curses-based UI.


%prep
%setup -q -n %{name}-%{short_version}

%build
%{__python} setup.py build
# We should use the pre-packaged version...
rm -rf build/lib/oauth/
# Statusnet is not it's own module (yet)
mv build/lib/statusnet/ build/lib/identicurse/


%install
%{__python} setup.py install --skip-build --root %buildroot
mv %{buildroot}/%{_prefix}/%{name}/* %buildroot/%{python_sitelib}/%{name}/

# Install the manpage
mkdir -p %buildroot/%{_mandir}/man1/
pushd %buildroot/%{python_sitelib}/%{name} && help2man -n %{name} --no-info --version-string=%{version} --no-discard-stderr "python __init__.py" | sed -e "s|__init__.py|identicurse|g" | sed -e "s|__INIT__.PY|IDENTICURSE|g" | sed -e "s|PYTHON||"| sed -e "s|python identicurse|identicurse|g" > %buildroot/%{_mandir}/man1/%{name}.1  && popd


%files
%doc CHANGELOG INSTALL LICENSE README conf/config.json
# For noarch packages: sitelib
%{python_sitelib}/%{name}/
%{python_sitelib}/%{name}-*.egg-info/
%{_bindir}/identicurse
%{_mandir}/man1/%{name}.1.xz



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-2
+ Revision: 03365a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2137 |14cr|idesk-0.7.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name idesk
%define version 0.7.5
%define release 7

Version: 	%{version}
Summary: 	Plops icons on your root window
Name: 		%{name}
Release: 	%{release}
License: 	BSD
Group: 		Graphical desktop/Other
Source0: 	%{name}-%{version}.tar.bz2
Patch0:		idesk-0.7.5-fix-fork.patch
Patch1:		idesk-0.7.5-invert-glowing.patch
Patch2:		idesk-0.7.5-restart-on-SIGHUP.patch
patch3:		idesk-0.7.5.cstdlib.patch
URL: 		http://idesk.sourceforge.net/
Buildrequires:	imlib2-devel pkgconfig(gtk+-2.0)
Buildrequires:  libart_lgpl-devel startup-notification-devel
Buildrequires:	pkgconfig(xft)

%description
iDesk gives users of minimal wm's (fluxbox, pekwm, windowmaker...) icons on
their desktop. The icon graphics are either from a png or svg (vector) file
and support some eyecandy effects like transparency. Each icon can be
configured to run one or more shell commands and the actions which run
those commands are completely configurable.
In a nutshell if you want icons on your desktop and you don't have or don't
want KDE or gnome doing it, you can use idesk.

%prep

%setup -q
%{__perl} -pi.orig -e 's|/usr/local/share|%_datadir|g;' examples/default.lnk
%patch0 -p1 -b .fork
%patch1 -p1 -b .glow
%patch2 -p1 -b .HUP
%patch3 -p1 -b .cstdlib

%build
%configure2_5x --enable-libsn
%make

%install
%makeinstall

%files
%doc README AUTHORS ChangeLog COPYING NEWS TODO
%{_bindir}/*
%{_datadir}/%{name}/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.5-7
+ Revision: 545fbe5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2138 |14cr|ide-smart-1.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A system utility for monitoring a SMART capable hard-disk
Name:		ide-smart
Version:	1.4
Release:	11
License:	GPLv2+
Group:		Monitoring
Url:		http://lightside.eresmas.com/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		ide-smart-1.4-typofix.patch.bz2
Patch1:		ide-smart-1.4-no-strip.patch

%description
The ide-smart program enable to monitor a SMART capable hard-disk.
The SMART protocol define several items. When one of these items is under
a certain level, this means that the disk is about to break.

%files
%{_sbindir}/*
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
make clean
make CFLAGS="%{optflags}"

%install
perl -pi -e "s!/man/!/share/man/!g" Makefile
%makeinstall INSTALL_PREFIX=%{buildroot}%{_prefix}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-11
+ Revision: c318036
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2139 |14cr|idle3-tools-0.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           idle3-tools
Version:        0.9.1
Release:        2
Summary:        Utility for WD Hard Drives

Group:          System/Kernel and hardware
License:        GPLv3
URL:            http://sourceforge.net/projects/idle3-tools/
Source0:        http://download.sourceforge.net/idle3-tools/%{name}-%{version}.tgz
Patch0:         idle3-tools-0.9.1-Makefile.patch

%description
This linux/unix utility can be used to remove or set the infamous idle3 
timer found on recent Western Digital Hard Disk Drives.

%prep
%setup -q
%patch0 -p0 -b .Makefile

%build
%make

%install
%makeinstall_std

%files
%defattr(-,root,root,-)
%doc COPYING
%{_sbindir}/idle3ctl
%{_mandir}/man8/idle3ctl.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-2
+ Revision: ac05f49
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2140 |14cr|ido-12.10.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3-0.1
%define major 0

%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Provides extra GTK+ menu items
Name:		ido
Version:	12.10.2
Release:	3
License:	LGPLv3+
Group:		System/Libraries
Url:		http://launchpad.net/ido
Source0:	https://launchpad.net/ido/12.10/%{version}/+download/%{name}-%{version}.tar.gz
Patch0:		ido-12.10.2-no-werror.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(gtk+-3.0)

%description
This library provdes extra gtk menu items for display in system indicators.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	IDO provides extra GTK+ menu items
Group:		System/Libraries
Obsoletes:	%{_lib}ido0 < 12.10.2

%description -n %{libname}
This library provdes extra gtk menu items for display in system indicators.

This package provides the shared libraries to be used by applications.

%files -n %{libname}
%doc COPYING
%{_libdir}/lib%{name}%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	IDO provides extra GTK+ menu items
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package provides the development files to build applications.

%files -n %{devname}
%dir %{_includedir}/libido%{api}
%{_includedir}/libido%{api}/libido/
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi

%configure2_5x \
	--disable-static \
	--enable-gtk-doc

%make V=1

%install
%makeinstall_std


%changelog
* Tue Aug 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 12.10.2-3
+ Revision: b90d478
- Drop -Werror from build flags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2141 |14cr|idutils-4.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Language-independent identifier database tool
Name:		idutils
Version:	4.6
Release:	4
License:	GPLv2+
Group:		Development/C
Url:		http://www.gnu.org/software/idutils/
Source0:	http://ftpmirror.gnu.org/idutils/%{name}-%{version}.tar.xz
Patch0:		idutils-4.6-glibc-2.16.patch
BuildRequires:	emacs
BuildRequires:	gettext

%description
This is the GNU idutils package.

It provides simple, fast, high-capacity, language-independent
identifier database tools.  Actually, the term `identifier' is too
limiting--`mkid' stores tokens, be they program identifiers of any
form, literal numbers, or words of human-readable text.  Database
queries can be issued from the command-line, or from within emacs,
serving as an augmented tags facility.

`mkid' was originally written by Greg McGary <gkm@gnu.ai.mit.edu>
and posted to comp.sources.unix in September 1987.  It was then
maintained and enhanced by a loose knit group of programmers on the
Internet led by Tom Horsley <Tom.Horsley@mail.hcsc.com>.  Tom released
`mkid2' on comp.sources.unix in March, 1991.  Greg McGary resumed
maintenance until 2000.

%files -f %{name}.lang
%doc README COPYING AUTHORS ABOUT-NLS NEWS THANKS TODO 
%{_datadir}/%{name}/INSTALL
%{_bindir}/*
%{_infodir}/*
%{_datadir}/emacs/site-lisp/*
%{_datadir}/id-lang.map
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}
install -d %{buildroot}%{_datadir}/%{name}
install -m 644 INSTALL %{buildroot}%{_datadir}/%{name}/



%changelog
* Tue Aug 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.6-4
+ Revision: 1793b4d
- Add patch to fix build with new glibc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2142 |14cr|iec16022-0.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO: shared lib calls exit

%define name	iec16022
%define version	0.2.4
%define rel	2

%define major	0
%define libname	%mklibname %{name}_ %{major}
%define devname	%mklibname %{name} -d

Name:           %{name}
Version:        %{version}
Release:        %mkrel %{rel}
Summary:        Generate ISO/IEC 16022 2D barcodes
Group:          Graphics
License:        GPLv2+
URL:            http://www.datenfreihafen.org/projects/iec16022.html
Source0:        http://www.datenfreihafen.org/~stefan/iec16022/%{name}-%{version}.tar.gz
Patch0:         %{name}-%{version}-test-suite-fix.patch

BuildRequires:  popt-devel
BuildRequires:	zlib-devel

%description
iec16022 is a program for producing ISO/IEC 16022 2D barcodes, also
known as Data Matrix.  These barcodes are defined in the ISO/IEC 16022
standard.

%package -n %{libname}
Summary:	ISO/IEC 16022 libraries
Group:		System/Libraries

%description -n %{libname}
Shared libraries for %{name}.

%package -n %{devname}
Summary:	ISO/IEC 16022 development files
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description  -n %{devname}
Development files for %{name}.

%prep
%setup -q
%patch0 -p1 -b .orig

%build
%configure2_5x --disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std

#we don't want these
rm -f %{buildroot}%{_libdir}/libiec16022.la

%check
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%make -C test check

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/iec16022
%{_mandir}/man1/iec16022.1*

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog README TODO
%{_libdir}/libiec16022.so.%{major}*

%files -n %{devname}
%defattr(-,root,root)
%{_includedir}/iec16022/
%{_libdir}/libiec16022.so
%{_libdir}/pkgconfig/libiec16022.pc



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.2.4-2
+ Revision: e8adec0
- Automatic import for version 0.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2143 |14cr|ifd-egate-0.05-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ifd-egate
Version:	0.05
Release:	4
Summary:	PC/SC drivers for USB egate smart cart readers
License:	BSD or LGPLv2+
Group:		System/Libraries
Source0:	http://secure.netroedge.com/~phil/egate/%{name}-%{version}.tar.bz2
Patch0:		%{name}-Makefile.patch
Patch1:		%{name}-egatec.patch
Patch2:		%{name}-responsecode.patch
URL:		http://secure.netroedge.com/~phil/egate/
BuildRequires:	pcsc-lite-devel
BuildRequires:	pkgconfig(libusb)
Requires:	pcsc-lite

%description
This library provides a PC/SC IFD handler implementation for the USB
egate smart card readers.  This package is needed to communicate with
the egate smartcard readers through the PC/SC Lite resource manager
(pcscd).

%prep
rm -rf %{buildroot}
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p0

%build
%make

%install
mkdir -p %{buildroot}%_defaultdocdir/%{name}-%{version}
mkdir -p %{buildroot}%_libdir/pcsc/drivers/ifd-egate.bundle/Contents/Linux
install -m 644 Info.plist %{buildroot}%_libdir/pcsc/drivers/ifd-egate.bundle/Contents
install -m 755 libifd_egate.so  %{buildroot}%_libdir/pcsc/drivers/ifd-egate.bundle/Contents/Linux

%files
%defattr(-,root,root)
%doc ChangeLog COPYRIGHT LICENSE PROTOCOL README
%{_libdir}/pcsc/drivers/ifd-egate.bundle/Contents





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.05-4
+ Revision: ae462c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2144 |14cr|ifd-gempc-1.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Gemplus 410 and 430 Smartcard reader driver
Name:		ifd-gempc
Version:	1.0.7
Release:	2
License:	GPL/BSD
Group:		System/Libraries
Url:		http://ludovic.rousseau.free.fr/softwares/ifd-GemPC/index.html
Source0:	http://ludovic.rousseau.free.fr/softwares/ifd-GemPC/ifd-gempc-%{version}.tar.gz
Source1:	http://ludovic.rousseau.free.fr/softwares/ifd-GemPC/ifd-gempc-%{version}.tar.gz.asc
BuildRequires:	pkgconfig(libpcsclite)
BuildRequires:	pkgconfig(libusb)

%description
This package provides a PCSC-lite driver for Gemplus 410 and 430
smartcard readers.

#----------------------------------------------------------------------------

%package -n ifd-gempc410
Summary:	Gemplus 410 smartcard reader driver
Group:		System/Libraries
Requires(post,postun):	pcsc-lite
Requires:	pcsc-lite

%description -n ifd-gempc410
This package provides a PCSC-lite driver for the following
serial Gemplus smartcard readers:
 * GemPC410
 * GemPC412
 * GemPC413-SL
 * GemPC415

%files -n ifd-gempc410
%doc README README.410
%config(noreplace) %{_sysconfdir}/reader.conf.d/*.conf
%{_libdir}/pcsc/drivers/serial/*

%post -n ifd-gempc410
%{_sbindir}/update-reader.conf

%postun -n ifd-gempc410
if [ "$1" = "0" ]; then
	%{_sbindir}/update-reader.conf
fi

#----------------------------------------------------------------------------

%package -n ifd-gempc430
Summary:	Gemplus 430 smartcard reader driver
Group:		System/Libraries
Requires:	pcsc-lite

%description -n ifd-gempc430
This package provides a PCSC-lite driver for the following usb
Gemplus smartcard readers:
 * GemPC430
 * GemPC432
 * GemPC435

%files -n ifd-gempc430
%doc README README.430
%{_libdir}/pcsc/drivers/ifd-GemPC430.bundle

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_sysconfdir}/reader.conf.d
cat > %{buildroot}%{_sysconfdir}/reader.conf.d/gempc410.conf <<_EOF
FRIENDLYNAME      "GemPC410"
DEVICENAME        /dev/ttyS0
LIBPATH           %{_libdir}/pcsc/drivers/serial/libGemPC410.so.%{version}
CHANNELID         1
_EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-2
+ Revision: ea39d19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2145 |14cr|ifled-0.6-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ifled
%define version 0.6
%define release 14

Summary:   Flash kbd LEDs to indicate network interface traffic
Name:      %{name}
Version:   %{version}
Release:   %{release}
URL:	   http://www.sudac.org/~napolium/linux/
Source0:   %{name}-%{version}.tar.bz2
Source1:   %{name}-%{version}-extra.tar.bz2
patch0:    ifled-0.6.printf.patch
License: GPLv2+
Group:     Monitoring
Conflicts: ifled-nl
Requires(pre):		rpm-helper

%description
InterfaceLED is a program that uses the keybord LEDs to indicated various
things about a specified interface. For example if a network card is sending
or receiveing data.

%prep
%setup -T -b 0
%setup -T -D -a 1
%patch0 -p1 -b .printf

%build
  make CFLAGS="${RPM_OPT_FLAGS}"

%install
  mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_initrddir}}
  mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
  install ifled $RPM_BUILD_ROOT%{_bindir}
  cp %{name}-%{version}-extra/ifled_init_script ${RPM_BUILD_ROOT}%{_initrddir}/ifled
  cp %{name}-%{version}-extra/ifled_sysconfig ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/ifled

%post
  %_post_service  %{name}

%preun
  %_preun_service  %{name}

%files
%defattr(-,root,root,755)
%doc ChangeLog README %{name}-%{version}-extra/README.init-script
%{_bindir}/ifled
%{_initrddir}/ifled
%config(noreplace) %{_sysconfdir}/sysconfig/ifled




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-14
+ Revision: 2bdbb65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2146 |14cr|ifstat-1.1-1.2.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# $Id: ifstat.spec 7982 2009-11-03 03:41:01Z dag $
# Authority: dag
# Upstream: Gaël Roualland <gael,roualland$iname,com>

%define _enable_debug_packages %{nil}
%define __debug_package %{nil}
%define debug_package %{nil}

Summary: Interface statistics
Name: ifstat
Version: 1.1
Release: 1.2.2
License: GPLv2
Group: Monitoring
URL: http://gael.roualland.free.fr/ifstat/
Packager: Sergey A. Sokolov <sokol@mtik.ru>
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Source: http://gael.roualland.free.fr/ifstat/ifstat-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: net-snmp-devel

%description
ifstat(1) is a little tool to report interface activity like vmstat/iostat do.
In addition, ifstat can poll remote hosts through SNMP if you have the ucd-snmp
library. It will also be used for localhost if no other known method works (You
need to have snmpd running for this though).

%prep
%setup -q -n %{name}-%{version}

%build
%configure \
	--enable-optim
make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc COPYING HISTORY README TODO
%doc %{_mandir}/man1/ifstat.1*
%{_bindir}/ifstat

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-1.2.2
+ Revision: 82c987a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2147 |14cr|iftop-0.17-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iftop 
%define version 0.17
%define release 9

Name: %name
Summary: Command line tool that displays bandwidth usage on an interface
Version: %version
Release: %release
Source0: http://www.ex-parrot.com/~pdw/iftop/download/%{name}-%{version}.tar.bz2
Patch0: iftop-0.17-format_not_a_string_literal_and_no_format_arguments.diff
URL: http://www.ex-parrot.com/~pdw/iftop/ 
Group: Monitoring 
License: GPLv2
BuildRequires: libpcap-devel pkgconfig(ncurses) texinfo

%description
iftop does for network usage what top(1) does for CPU usage. It listens to
network traffic on a named interface and displays a table of current bandwidth
usage by pairs of hosts. Handy for answering the question "why is our ADSL link
so slow?".

%prep
%setup -q
%patch0 -p0

%build
%configure
%make

%install
mkdir -p %{buildroot}%{_sbindir} ${RPM_BUILD_ROOT}%{_mandir}/man8
install -m755 iftop %{buildroot}%{_sbindir}
install -m 644 iftop.8 ${RPM_BUILD_ROOT}%{_mandir}/man8

%files
%defattr(-,root,root,0755)
%{_sbindir}/iftop
%doc README COPYING TODO INSTALL
%{_mandir}/man8/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17-9
+ Revision: c2ee6d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2148 |14cr|ifuse-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mount Apple iPhone and iPod touch devices
Name:		ifuse
Version:	1.1.3
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.libimobiledevice.org/
Source0:	http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(libimobiledevice-1.0)

%files
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_mandir}/man1/ifuse.1.*

#----------------------------------------------------------------------------

%description
A fuse filesystem for mounting iPhone and iPod touch devices.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-2
+ Revision: ab34ac0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2149 |14cr|igal2-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	igal

Name:		igal2
Version:	2.1
Release:	3
License:	GPLv2+
Group:		Text tools
URL:		http://igal.trexler.at/
Source0:	http://igal.trexler.at/%{name}-%{version}.tar.gz
Patch0:		igal2.patch
Patch1:		igal2-2.0-fix-destdir-and-fhs-paths.patch
Summary:	Easy and flexible online Image GALlery generator
BuildArch:	noarch

%rename		%{oname}

Requires:	perl
Requires:	imagemagick

%description
Igal2 is a quick, easy and flexible program meant to help you place your
digital images online. It generates a pretty good-looking set of HTML
slides even with its default settings -- which can otherwise be easily
changed with a good number of command-line options or by altering igal2's
HTML and CSS template files.


%prep
%setup -q
%patch0 -p1
%patch1 -p1 -b .fhs~

%install
%makeinstall_std
rm -f %{buildroot}%{_datadir}/%{name}/{README,ChangeLog,COPYING}
install -m 755 utilities/igal2-recursive.sh %{buildroot}%{_bindir}

%files
%doc ChangeLog
%{_bindir}/%{oname}
%{_bindir}/%{name}
%{_bindir}/%{name}.sh
%{_bindir}/%{name}-recursive.sh
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-3
+ Revision: d8e899a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2150 |14cr|igmpproxy-0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: igmpproxy
Version: 0.1
Release: 5
License: GPL
Group: System/Servers
Summary: Simple mulitcast router for Linux that only uses the IGMP protocol

Source0: http://sourceforge.net/projects/igmpproxy/igmpproxy-%{version}.tar.gz
Source1: igmpproxy.service

BuildRequires: gcc

%description
igmpproxy is a simple multicast router for Linux that only uses the IGMP
protocol.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall
rm -rf %{buildroot}%{_libdir}
rm -rf %{buildroot}/usr/src
install -D -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%doc AUTHORS README NEWS
%{_sbindir}/%{name}
%{_mandir}/man5/*
%{_mandir}/man8/*
%{_unitdir}/%{name}*
%config(noreplace) %{_sysconfdir}/%{name}.conf

%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-5
+ Revision: 0c11b14
- Register service during installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2151 |14cr|ii-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ii
%define version 1.4
%define release 4

Name:		%name
Version:	%version
Release:	%release
Group:		Networking/Other
URL:		http://tools.suckless.org/ii
License:	MIT
BuildRoot:	%{_tmppath}/%{name}-root
Source0:	http://code.suckless.org/dl/tools/%{name}-%{version}.tar.gz
Summary:	Minimalist FIFO and filesystem-based IRC client
%description
ii is a minimalist FIFO and filesystem-based IRC client. It creates an
irc directory tree with server, channel and nick name directories. In
every directory a FIFO in file and a normal out file is created.

The in file is used to communicate with the servers and the out files
contain the server messages. For every channel and every nick name there
are related in and out files created. This allows IRC communication from
command line and adheres to the Unix philosophy. example

Join a channel as follows: $ echo "/j #wmii" > in and ii creates a
new #wmii (channel) directory with in and out files.

It consists of <= 500 lines of code and is the big brother of sic (simple
irc client).

%prep
%setup -q

%build
make

%install
make PREFIX=$RPM_BUILD_ROOT%{_prefix} install
%{__rm} -Rf $RPM_BUILD_ROOT/usr/share/doc/ii

%clean
%{__rm} -Rf %{buildroot}

%files
%defattr(-,root,root)
%doc README LICENSE FAQ query.sh
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: 7c0c71b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2152 |14cr|iksemel-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d
%define staticdevelname %mklibname %{name} -d -s

Summary:	XML  parser library designed for Jabber applications
Name:		iksemel
Version:	1.4
Release:	4
License:	GPLv2+
Group:		Networking/Instant messaging
URL:		http://iksemel.googlecode.com/
Source0:	http://iksemel.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		iksemel-1.3-gnutls-2.8.patch
BuildRequires:	libtool
BuildRequires:	pkgconfig(gnutls)

%description
iksemel is an XML (eXtensible Markup Language) parser library designed for
Jabber applications. It is coded in ANSI C for POSIX compatible environments, 
thus highly portable.
 
%package -n	%{libname}
Summary:	Shared Libraries for %{name}
Group:		System/Libraries

%description -n	%{libname}
iksemel is an XML (eXtensible Markup Language) parser library designed for
Jabber applications. It is coded in ANSI C for POSIX compatible environments, 
thus highly portable.

This package contains the shared %{name} library.

%package -n	%{develname}
Summary:	Development files and headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{libname}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d %{name} 3

%description -n	%{develname}
iksemel is an XML (eXtensible Markup Language) parser library designed for
Jabber applications. It is coded in ANSI C for POSIX compatible environments, 
thus highly portable.

This package contains the development library and its header files
for the %{name} library.

%package -n	%{staticdevelname}
Summary:	Static  %{name} development library
Group:		Development/C
Obsoletes:	%mklibname -s -d %{name} 3
Requires:	%{develname} = %{version}-%{release}

%description -n	%{staticdevelname}
iksemel is an XML (eXtensible Markup Language) parser library designed for
Jabber applications. It is coded in ANSI C for POSIX compatible environments, 
thus highly portable.

This package contains the static %{name} library.

%prep
%setup -q
%patch0 -p0

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files
%doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO
%{_bindir}/*
%{_infodir}/%{name}*

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

%files -n %{staticdevelname}
%{_libdir}/lib*%{name}*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: 5e9fa67
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2153 |14cr|image-analyzer-2.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An application that displays tree structure of disc image
Name:		image-analyzer
Version:	2.1.1
Release:	2
Group:		File tools
License:	GPLv2+
Url:		http://cdemu.sourceforge.net
Source0:	http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libmirage) >= %{version}
Requires:	gnuplot

%description
Image Analyzer is a simple Gtk+ application that displays tree structure
of disc image created by libMirage.

It is mostly intended as a demonstration of libMirage API use, although it
can be also used to verify that an image is correctly handled by libMirage.

%files
%doc README COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DPOST_INSTALL_HOOKS:BOOL=OFF
%make

%install
%makeinstall_std -C build



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-2
+ Revision: 060ec62
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2154 |14cr|imagej-1.45b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           imagej
Version:        1.45b
Release:        3
Summary:        Image Processing and Analysis in Java

Group:          Sciences/Computer science
License:        Public Domain
URL:            http://rsbweb.nih.gov/ij/index.html
Source0:        http://rsbweb.nih.gov/ij/download/src/ij145b-src.zip
Source1:        %{name}.desktop
Source2:        http://rsbweb.nih.gov/ij/macros/macros.zip
Source3:        http://rsb.info.nih.gov/ij/download/linux/unix-script.txt
# don't copy .class files for Mac OS
patch0:         %{name}-%{version}-patch0.patch
# modify imagej.sh for fedora compatibility
patch1:         %{name}-%{version}-patch1.patch
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


BuildRequires:  ant
BuildRequires:	desktop-file-utils

# Requires:       jpackage-utils
# java-devel not java for plugins build
Requires:       java >= 1.6.0

%description
ImageJ is a public domain Java image processing program. It can display,        
edit, analyze a wide variety of image data, including image sequences. Imagej   
can be used for quantitative analysis of engineering and scientific image data.

%package javadoc
Summary:        Javadocs for %{name}
Group:          Sciences/Computer science
BuildArch:      noarch
Requires:       %{name} = %{version}-%{release}

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -c -n "%{name}-%{version}" 
# patch build.xml
%patch0 -p0 -b .patch0
# unzip macros.zip
unzip -qq -u %{SOURCE2} 
# erase binary and useless files 
rm -rf macros/.FBC*
rm macros/build.xml
rm -rf __MACOSX
#get and patch unix-script.txt
cp %{SOURCE3} ./imagej.sh
%patch1 -p1 -b .patch1

find -name '*.class' -exec rm -f '{}' \;
find -name '*.jar' -exec rm -f '{}' \;

%build
cd source
ant build javadocs
cd ..

%install
rm -rf $RPM_BUILD_ROOT

# install jar
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p source/ij.jar   \
$RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar


# install javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -rp api  \
$RPM_BUILD_ROOT%{_javadocdir}/%{name}

# install icon
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
cp -p source/build/microscope.gif $RPM_BUILD_ROOT%{_datadir}/pixmaps

# install data files
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
cp -p source/build/about.jpg $RPM_BUILD_ROOT%{_datadir}/%{name}/about.jpg
cp -p source/build/IJ_Props.txt $RPM_BUILD_ROOT%{_datadir}/%{name}/IJ_Props.txt

#install macros
chmod 644 macros/About\ Startup\ Macros 
find ./macros -name \*.txt -type f -exec chmod 644 {} \;
find ./macros -type d -exec chmod 755 {} \;
cp -rp macros $RPM_BUILD_ROOT%{_datadir}/%{name}


#install luts
mkdir $RPM_BUILD_ROOT%{_datadir}/%{name}/luts 

# install script
mkdir -p $RPM_BUILD_ROOT%{_bindir}
chmod +x imagej.sh
cp -p imagej.sh $RPM_BUILD_ROOT%{_bindir}/%{name}

# directory for plugins
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/plugins
cp source/plugins/JavaScriptEvaluator.source $RPM_BUILD_ROOT%{_datadir}/%{name}/plugins/JavaScriptEvaluator.java

# desktop file
desktop-file-install --vendor=""                     \
       --dir=%{buildroot}%{_datadir}/applications/   \
       %{SOURCE1}

%post

#update icon cache
#touch --no-create %{_datadir}/icons/hicolor
#if [ -x %{_bindir}/gtk-update-icon-cache ]; then
#  %{_bindir}/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
#fi
#update-desktop-database &> /dev/null || :

%postun
# update icon cache
#touch --no-create %{_datadir}/icons/hicolor
#if [ -x %{_bindir}/gtk-update-icon-cache ]; then
#  %{_bindir}/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
#fi
#update-desktop-database &> /dev/null || :


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_javadir}/*
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/microscope.gif
%{_bindir}/%{name}
%doc source/aREADME.txt source/release-notes.html source/applet.html

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.45b-3
+ Revision: 56893e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2155 |14cr|imagination-3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple DVD slide show maker
Name:		imagination
Version:	3.0
Release:	3
Group:		Video
License:	GPLv2+
URL:		http://imagination.sourceforge.net/
Source:		http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		imagination-3.0-link.patch
BuildRequires:	pkgconfig(cairo) >= 1.6
BuildRequires:	pkgconfig(glib-2.0) > 2.18.0
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.14.0
BuildRequires:	pkgconfig(sox) >= 14.2.0
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	xsltproc
BuildRequires:	docbook-xsl
BuildRequires:	docbook-style-xsl
Requires:	sox >= 14.3.0
Requires:	ffmpeg

%description
Imagination is a lightweight and simple DVD slide show maker written 
in C language and built with the GTK+2 toolkit.

%prep
%setup -q
%patch0 -p0
# Otherwise plugins won't be loading from %{_libdir}/%{name}
sed -i -e "/#define PLUGINS_INSTALLED/s:0:1:" src/support.h

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
	--add-category="X-MandrivaLinux-Multimedia-Video" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/applications/%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-3
+ Revision: 7020a19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2156 |14cr|imapfilter-2.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mail filtering utility
Name:		imapfilter
Version:	2.5.2
Release:	2
License:	MIT
Group:		Networking/Mail
URL:		http://imapfilter.hellug.gr/
Source0:	http://imapfilter.hellug.gr/source/%{name}-%{version}.tar.gz
Buildrequires:	openssl-devel  pcre-devel
Buildrequires:	lua-devel

%description
IMAPFilter is a mail filtering utility. It connects to remote mail servers
using the Internet Message Access Protocol (IMAP). Based on the user defined
filters it checks messages residing on a remote IMAP mailbox and processes
them in various ways.

One can execute imapfilter before:
  * fetching of mail locally
  * accessing a mailbox using one of the available Mail User Agents (MUA)
  * browsing a mailbox via the Web
...in order to "clear" a mailbox and avoid downloading/seeing some specific
mails, copy and/or move messages between folders, etc.


%prep
%setup -q

%build
%make

%install
%makeinstall_std BINDIR=%{_bindir}\
	SHAREDIR=%{_datadir}/imapfilter\
	MANDIR=%{_mandir}

%files
%defattr(0755,root,root,0755)
%_bindir/*
%defattr(0644,root,root,0755)
%doc LICENSE NEWS README
%_mandir/*/*
%_datadir/imapfilter



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.2-2
+ Revision: 5517f9e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2157 |14cr|imapproxy-1.2.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distname up-%{name}
%define _ssldir %{_sysconfdir}/ssl/imapproxy

Summary:	Proxy for the IMAP protocol
Name:		imapproxy
Version:	1.2.7
Release:	5
License:	GPLv2+
Group:		System/Servers
URL:		http://www.imapproxy.org/
Source0:	http://www.imapproxy.org/downloads/%{distname}-%{version}.tar.gz
Source1:	%{name}.service
Patch0:		%{name}-1.2.4-conf.patch
BuildRequires:	tcp_wrappers-devel openssl-devel ncurses-devel
Requires(post):	rpm-helper
Requires(preun): rpm-helper
Requires:	tcp_wrappers

%description
Imapproxy proxies IMAP transactions between an IMAP client and an IMAP
server. The connection to the server is kept open and cached for a
time after the client closes its side, in order to reuse it when the
client tries to open another one to the same IMAP server with the same
user ID.

%prep

%setup -q -n %{distname}-%{version}
%patch0 -p1 -b .service

%build
%serverbuild

# fixes https://qa.mandriva.com/show_bug.cgi?id=37974
CFLAGS="`echo $CFLAGS | sed 's/-Wp,-D_FORTIFY_SOURCE=2//'`"

# kerberos include is needed (because of openssl-0.9.7 ?)
export CPPFLAGS="$CPPFLAGS -I%{_prefix}/kerberos/include"
%configure2_5x
%make

%install

mkdir -p %{buildroot}%{_sbindir} \
	%{buildroot}%{_unitdir} \
	%{buildroot}%{_ssldir}

install -m 755 bin/in.imapproxyd %{buildroot}%{_sbindir}/
install -m 755 bin/pimpstat %{buildroot}%{_sbindir}/
install -m 644 scripts/%{name}.conf %{buildroot}%{_sysconfdir}/
install -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/imapproxy.service

%clean

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%doc copyright ChangeLog README README.ssl README.known_issues
%dir %{_ssldir}
%attr(0755,root,root) %{_sbindir}/in.imapproxyd
%attr(0755,root,root) %{_sbindir}/pimpstat
%attr(0755,root,root) %{_unitdir}/%{name}*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}.conf

%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.7-5
+ Revision: caf65f2
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2158 |14cr|imapsync-1.480-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	IMAP synchronisation, sync, copy or migration tool
Name:		imapsync
Version:	1.480
Release:	2
License:	WTFPL
Group:		Networking/Mail
URL:		http://ks.lamiral.info/imapsync/
Source0:	http://www.linux-france.org/prj/imapsync/dist/%{name}-%{version}.tgz
Requires:	perl(Date::Manip)
Requires:	perl(Term::ReadKey)
Suggests:	perl(IO::Socket::SSL)
Suggests:	perl(Digest::HMAC_MD5)
BuildArch:	noarch

%description
imapsync is a tool for facilitating incremental recursive IMAP transfers from
one mailbox to another. It is useful for mailbox migration, and reduces the
amount of data transferred by only copying messages that are not present on
both servers. Read, unread, and deleted flags are preserved, and the process
can be stopped and resumed. The original messages can optionally be deleted
after a successful transfer.

%prep

%setup -q

%build

pod2man %{name} > %{name}.1

%install

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 %{name} %{buildroot}%{_bindir}/
install -m0644 %{name}.1 %{buildroot}%{_mandir}/man1/

%files
%defattr(-,root,root)
%doc CREDITS ChangeLog FAQ README TODO
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0644,root,root) %{_mandir}/man1/%{name}.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.480-2
+ Revision: 53efe5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2159 |14cr|imcom-1.34-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		imcom
Version:	1.34
Release:	7
Group:		Networking/Instant messaging
License:	BSD
Summary:	Console-based jabber client
#URL:		http://imcom.floobin.cx/
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
BuildRequires:	python-devel
Source:		http://nafai.dyndns.org/files/%{name}-%{version}.tar.bz2
Patch:		imcom-1.33-destdir.patch
Buildarch:	noarch

%description
What is IMCom
IMCom is console Jabber Client written in Python. It in many ways
resembles micq because that is the ICQ client that I used before
switching to jabber (micq).

%prep
%setup -q
%patch -p1 -b .destdir

%build
%configure
%make

%install
rm -Rf %{buildroot}

%makeinstall_std

rm -Rf %{buildroot}/%{_datadir}/%{name}/docs/

%clean
rm -Rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man?/*
%doc README WHATSNEW docs/*.html docs/*.css docs/*.png docs/*.jpg




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.34-7
+ Revision: fa481ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2160 |14cr|imgurbash-2013.11.27-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    Small command-line program to upload on imgur
Name:       imgurbash
Version:    2013.11.27
# read the script for the version
Release:    5
License:    Public Domain and GPLv2
Group:      Networking/File transfer

Source0:	http://imgur.com/tools/imgurbash.sh
Url:		http://imgur.com/tools/

Suggests:	xclip


%description
Small command-line program to upload on imgur.


%prep
#nothing

%build
#nothing

%install
install -D -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}/%{name}

%files
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2013.11.27-5
+ Revision: 9077e16
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2161 |14cr|imhangul-3.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hangul input module for GTK+ 3.x
Name:		imhangul
Version:	3.1.1
Release:	2
License:	GPLv2+
Group:		System/Internationalization
Url:		http://code.google.com/p/imhangul/
Source0:	http://imhangul.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libhangul)
Requires:	locales-ko

%description
Hangul input module for GTK+ 3.x

%files -f im-hangul-3.0.lang
%doc AUTHORS COPYING ChangeLog NEWS README gtkrc
%{_libdir}/gtk-3.0/immodules/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --with-gtk-im-module-dir=%{_libdir}/gtk-3.0/immodules/
%make

%install
%makeinstall_std

%find_lang im-hangul-3.0


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.1-2
+ Revision: 5787052
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2162 |14cr|iml-1.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'devel\\(libcblas(.*)|libcblas\\.so\\.(.*)'
%else
%define _requires_exceptions devel(libcblas|libcblas\\.so\\
%endif

%define libname	%mklibname %{name} 0
%define devname	%mklibname %{name} -d

Summary:	IML - Integer Matrix Library
Name:		iml
Version:	1.0.3
Release:	7
Group:		Sciences/Mathematics
License:	BSD-like
URL:		http://www.cs.uwaterloo.ca/~astorjoh/iml.html
Source:		http://www.cs.uwaterloo.ca/~astorjoh/iml-1.0.3.tar.gz

BuildRequires:	gmp-devel
BuildRequires:	libatlas-devel

Patch0:		iml-1.0.3-build.patch
Patch1:		iml-1.0.3-leak.patch

%description
IML is a free library of C source code which implements algorithms for
computing exact solutions to dense systems of linear equations over the
integers. IML is designed to be used with the ATLAS/BLAS library and
GMP bignum library. 

%files
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/*
%dir %{_datadir}/%{name}/examples
%{_datadir}/%{name}/examples/*

#-----------------------------------------------------------------------
%package	-n %{libname}
Group:		Development/C
Summary:	IML - Integer Matrix Library library
Provides:	libname%{name}-devel = %{version}-%{release}
Requires:   atlas

%description	-n %{libname}
IML - Integer Matrix Library library.

%files		-n %{libname}
%{_libdir}/*.so.*

#-----------------------------------------------------------------------
%package	-n %{devname}
Group:		Development/C
Summary:	IML - Integer Matrix Library development files
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description	-n %{devname}
IML- Integer Matrix Library development files.

%files		-n %{devname}
%{_includedir}/%{name}.h
%{_libdir}/*.so

#-----------------------------------------------------------------------
%prep
%setup -q

%patch0 -p1
%patch1 -p1
rm -f config/*.m4

#-----------------------------------------------------------------------
%build
autoreconf -ifs
%configure						\
	--with-atlas-include=%{_includedir}/atlas	\
	--with-atlas-lib=%{_libdir}/atlas		\
	--disable-static				\
	--enable-shared

%make

#-----------------------------------------------------------------------
%install
%makeinstall_std

mkdir -p %{buildroot}%{_docdir}
mv -f %{buildroot}%{_datadir}/%{name} %{buildroot}%{_docdir}
mkdir -p %{buildroot}%{_datadir}/%{name}/examples
cp -fa examples/*.c examples/readme %{buildroot}%{_datadir}/%{name}/examples


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-7
+ Revision: 15eba4c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2163 |14cr|imspector-0.9-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:	    imspector
Version:    0.9
Release:    25
Summary:    Multiple IM transparent proxy
License:    GPLv2+
Group:      Networking/Other
URL:        http://www.imspector.org/
Source0:     http://www.imspector.org/downloads/%{name}-20101229.tar.gz
Source1:     imspector.sysconfig
Source2:     imspector.service
Patch0:      imspector-make.patch
Patch1:	     imspector-main.patch
Patch2:	     imspector-conf.patch
Patch3:      multiple-lines.patch
Patch4:      imspector-0.9-openssl-1.0.patch
Patch5:      imspector-0.9-link.patch
BuildRequires:  openssl-devel >= 0.9.7
BuildRequires: mysql-devel
BuildRequires:  postgresql-devel
BuildRequires: sqlite3-devel
Requires:	webserver
Requires:	openssl
Requires:	apache-mod_socache_shmcb # actually, only if webserver is apache, but there is no syntax for such aa condition
Requires(post):   rpm-helper


%description
IMSpector is an Instant Messenger proxy with monitoring, blocking and
content-filtering capabilities. Currently it supports MSN, Jabber/XMPP, AIM,
ICQ, Yahoo, IRC and Gadu-Gadu to different degrees. MSN is the principle
protocol, as it is the most popular these days, at least in the UK where I'm
based. The supported platforms are at present Linux and BSD when using the pf
firewall, but porting to other UNIXs should be trivial. It is able to log to
plain files, as well as several types of SQL database including MySQL, SQLite
and PostreSQL.

%package	mysql
Summary:	Imspector MySQL log support
Group:		Networking/Other
Requires:	%{name}

%description	mysql
This package gives imspector mysql logging capabilities.

%package	postgresql
Summary:	Imspector PostgreSQL log support
Group:		Networking/Other
Requires:	%{name}

%description	postgresql
This package gives imspector postgresql logging capabilities.

%package	sqlite
Summary:	Imspector MySQL log support
Group:		Networking/Other
Requires:	%{name}

%description	sqlite
This package gives imspector sqlite logging and auto-messeging capabilities.

%prep

%setup -q -n imspector
%patch0 -p0 -b .make
%patch1 -p0 -b .notusr
%patch2 -p0 -b .config
%patch3 -p1 -b .multiple_lines_at_config
%patch4 -p0 -b .ssl
%patch5 -p0 -b .link

cat imspector.conf|sed -r 's|/usr/lib|%{_libdir}|' >  imspector.conf.1
rm -f imspector.conf
mv imspector.conf.1 imspector.conf

%build
%make CXX="g++ %{optflags} %ldflags" LIBS="-lcrypto -ldl"
%make mysqlloggingplugin.so CXX="g++ %{optflags}"
%make postgresqlloggingplugin.so CXX="g++ %{optflags}"
%make sqliteloggingplugin.so  CXX="g++ %{optflags}"
%make dbresponderplugin.so CXX="g++ %{optflags}"

%install

%makeinstall
install -d %{buildroot}%{_var}/www/cgi-bin
mv contrib/imspector.cgi %{buildroot}%{_var}/www/cgi-bin/

%{__mkdir_p}  %{buildroot}%{_var}/log/imspector
%{__mkdir_p}  %{buildroot}%{_var}/lib/imspector

# provide a simple apache config
%{__mkdir_p} %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/
cat > %{buildroot}/etc/httpd/conf/webapps.d/imspector.conf << EOF
<Location /cgi-bin/imspector.cgi>
    Require all granted
</Location>
EOF

%{__mkdir_p} %{buildroot}%{_unitdir}
%{__mkdir_p} %{buildroot}%{_sysconfdir}/sysconfig
install -m0755 %{SOURCE2} %{buildroot}%{_unitdir}/imspector.service
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/imspector


%preun
%systemd_preun %{name}.service

%pre
%_pre_useradd imspector %{_var}/lib/imspector /bin/false

%postun
%_postun_userdel imspector
%_postun_groupdel imspector
%systemd_postun_with_restart %{name}.service

%post
%_create_ssl_certificate imspector
%systemd_post %{name}.service

%files
%defattr(0755,root,root)
%doc COPYING INSTALL README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/imspector
%attr(0755,root,root) %{_unitdir}/imspector*
%dir %{_sysconfdir}/imspector
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/imspector/acl.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/imspector/badwords.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/imspector/imspector.conf
%{_sbindir}/imspector
%dir %{_libdir}/imspector
%{_libdir}/imspector/aclfilterplugin.so
%{_libdir}/imspector/badwordsfilterplugin.so
%{_libdir}/imspector/catsloggingplugin.so
%{_libdir}/imspector/censordfilterplugin.so
%{_libdir}/imspector/debugloggingplugin.so
%{_libdir}/imspector/fileloggingplugin.so
%{_libdir}/imspector/ggprotocolplugin.so
%{_libdir}/imspector/httpsprotocolplugin.so
%{_libdir}/imspector/icqprotocolplugin.so
%{_libdir}/imspector/ircprotocolplugin.so
%{_libdir}/imspector/jabberprotocolplugin.so
%{_libdir}/imspector/miscfilterplugin.so
%{_libdir}/imspector/msnprotocolplugin.so
%{_libdir}/imspector/yahooprotocolplugin.so
%{_libdir}/libimspector.so
%{_var}/www/cgi-bin/imspector.cgi
%attr(-,imspector,imspector) %{_var}/lib/imspector
%attr(-,imspector,imspector) %{_var}/log/imspector
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/imspector.conf

%files mysql
%{_libdir}/imspector/mysqlloggingplugin.so

%files postgresql
%{_libdir}/imspector/postgresqlloggingplugin.so

%files sqlite
%{_libdir}/imspector/sqliteloggingplugin.so
%{_libdir}/imspector/dbresponderplugin.so





%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-25
+ Revision: d959145
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2164 |14cr|inadyn-1.98.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A client to update host entries on DynDNS like services
Name:    inadyn
Version: 1.98.0
Release: 5
License: GPL
Group:   System/Configuration/Networking
URL:     http://inadyn.ina-tech.net/
Source0: http://inadyn.ina-tech.net/inadyn.v1.96.2.zip
Source1: inadyn.conf
Source2: inadyn.service
Requires(preun):rpm-helper
Requires(post): rpm-helper

%description
INADYN is a dynamic DNS client. That is, it maintains the IP address of a
host name. It periodically checks whether the IP address stored by the DNS
server is the real current address of the machine that is running INADYN.

%prep
%setup -q -n inadyn

%build
make clean
make

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_mandir}/{man8,man5}

install -m 0755 -p bin/linux/inadyn %{buildroot}%{_sbindir}/
install -m 0644 -p man/inadyn.8 %{buildroot}%{_mandir}/man8/
install -m 0644 -p man/inadyn.conf.5 %{buildroot}%{_mandir}/man5/
install -m 0600 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/
install -m 0755 -p %{SOURCE2} %{buildroot}%{_unitdir}/inadyn.service

%clean

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%doc readme.html
%{_sbindir}/inadyn
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/inadyn.conf
%{_unitdir}/inadyn*
%defattr(-,root,man)
%{_mandir}/man5/inadyn.conf.*
%{_mandir}/man8/inadyn.*

%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.98.0-5
+ Revision: ca180be
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2165 |14cr|indicator-application-12.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Displays application menu's on panel
Name:		indicator-application
Version:	12.10.0
Release:	4
License:	GPLv3+
Group:		Graphical desktop/GNOME
Url:		http://launchpad.net/indicator-application
Source0:	%{name}-%{version}.tar.gz
Patch0:		indicator-application-12.10.0-glib-deprecated.patch
Patch1:		indicator-application-12.10.0-no-werror.patch
BuildRequires:	pkgconfig(appindicator3-0.1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(dbusmenu-gtk3-0.4)
BuildRequires:	pkgconfig(indicator3-0.4)
BuildRequires:	pkgconfig(json-glib-1.0)

%description
This package provides a library and an indicator to take the menus from
applications and displays them on the panel bar.

%files
%doc AUTHORS COPYING
%{_libexecdir}/indicator-application-service
%{_libdir}/indicators3/
%{_datadir}/dbus-1/services/*.service
%{_datadir}/indicator-application/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std



%changelog
* Tue Aug 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 12.10.0-4
+ Revision: 33e7c21
- Build withoit -Werror



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2166 |14cr|i-nex-0.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	System information tool
Name:		i-nex
Version:	0.5.2
Release:	3
Group:		System/Configuration/Hardware
License:	LGPLv3+
Url:		https://launchpad.net/i-nex
Source0:	https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}_%{version}.tar.gz
# Just to make sure we have all these in repositories
BuildRequires:	gambas3-devel
BuildRequires:	gambas3-gb-desktop
BuildRequires:	gambas3-gb-form-dialog
BuildRequires:	gambas3-gb-form
BuildRequires:	gambas3-gb-gui
BuildRequires:	gambas3-gb-gtk
BuildRequires:	gambas3-gb-image
BuildRequires:	gambas3-gb-qt4
BuildRequires:	gambas3-gb-settings
BuildRequires:	imagemagick
Requires:	gambas3-gb-desktop
Requires:	gambas3-gb-form-dialog
Requires:	gambas3-gb-form
Requires:	gambas3-gb-gui
Requires:	gambas3-gb-gtk
Requires:	gambas3-gb-image
Requires:	gambas3-gb-qt4
Requires:	gambas3-gb-settings
Requires:	gambas3-runtime
BuildArch:	noarch

%description
An application that gathers information for hardware components available
on your system and displays it using an user interface similar to the popular
Windows tool CPU-Z.

%prep
%setup -q -n %{name}

# fix png rgb 
pushd src/i-nex/logo
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd

%build
cd src/%{name}
gbc3 -eagtpmv
gba3

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 src/i-nex/i-nex.gambas %{buildroot}%{_bindir}

# Launcher script
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh
env LIBOVERLAY_SCROLLBAR=0 %{_bindir}/i-nex.gambas
EOF
chmod 0755 %{buildroot}%{_bindir}/%{name}

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Version=1.0
Name=I-Nex
Comment=I-Nex, a system information tool
Exec=i-nex
Icon=i-nex
Terminal=false
Type=Application
StartupNotify=true
Categories=System;Utility;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert src/i-nex/logo/i-nex.0.4.x.png -resize ${N}x${N} $N.png;
install -D -m 0644 16.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

# pastebinit
mkdir -p %{buildroot}%{_datadir}/%{name}/pastebinit
cp -rf pastebin.d utils pastebinit{,.xml} release.conf test.sh %{buildroot}%{_datadir}/%{name}/pastebinit
chmod 0755 %{buildroot}%{_datadir}/%{name}/pastebinit/test.sh
chmod 0755 %{buildroot}%{_datadir}/%{name}/pastebinit/utils/pbput

%files
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Sat Aug 02 2014 abfonly <abfonly@gmail.com> 0.5.2-3
+ Revision: ece4e9e
- fix png rgb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2167 |14cr|ini4j-0.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Prevent brp-java-repack-jars from being run.
%global __jar_repack %{nil}

%global servlet_jar %{_javadir}/servlet.jar
%global jetty_jar %{_javadir}/jetty/jetty.jar

Name:           ini4j
Version:        0.4.1
Release:        4
Summary:        Java API for handling files in Windows .ini format

Group:          Development/Java
License:        ASL 2.0
URL:            http://www.ini4j.org/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.zip
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
Source2:        %{name}-%{version}-build.xml

BuildArch:      noarch

# See http://ini4j.sourceforge.net/dependencies.html
BuildRequires:  jpackage-utils
BuildRequires:  ant
BuildRequires:  java-devel >= 1.6.0
BuildRequires:  tomcat5-servlet-2.4-api >= 5.5
BuildRequires:  jetty5 >= 4.2.2
BuildRequires:  java-rpmbuild >= 0:1.5.32

Requires:       jpackage-utils
Requires:       java >= 1.6.0
Requires:       tomcat5-servlet-2.4-api >= 5.5

%description
The [ini4j] is a simple Java API for handling configuration files in Windows 
.ini format. Additionally, the library includes Java Preferences API 
implementation based on the .ini file.

%package javadoc
Summary:        Javadocs for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils

%description javadoc
This package contains the API documentation for %{name}.

%prep

%setup -q

cp -a %{SOURCE1} ./LICENSE-2.0.txt
cp -a %{SOURCE2} ./build.xml

find . -type f \( -iname "*.jar" -o -iname "*.class" \) | xargs -t %{__rm} -f

# remove test sources
%{__rm} -rf src/test
# remove site sources
%{__rm} -rf src/site

%build

%ant -Dbuild.servlet.jar=%{servlet_jar} -Dbuild.jetty.jar=%{jetty_jar} build javadoc

%install

# JAR
%{__mkdir_p} %{buildroot}%{_javadir}
cp -p dist/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && %{__ln_s} %{name}-%{version}.jar %{name}.jar)

# Javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}
cp -rp build/doc/api/* %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(-,root,root,-)
%{_javadir}/*
%doc LICENSE-2.0.txt src/main/java/org/ini4j/package.html

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-4
+ Revision: f650abb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2168 |14cr|iniparser-3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	C library for parsing "INI-style" files
Name:		iniparser
Version:	3.1
Release:	2
License:	MIT
Group:		System/Libraries
Url:		http://ndevilla.free.fr/iniparser/
Source0:	http://ndevilla.free.fr/iniparser/%{name}-%{version}.tar.gz
Patch0:		iniparser-3.1-makefile.patch

%description
iniParser is an ANSI C library to parse "INI-style" files, often used to
hold application configuration information.


%package -n %{libname}
Summary:	C library for parsing "INI-style" files
Group:		System/Libraries

%description -n %{libname}
iniParser is an ANSI C library to parse "INI-style" files, often used to
hold application configuration information.

%package -n %{devname}
Summary:	Header files, libraries and development documentation for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%prep
%setup -q -n %{name}
%patch0 -p1

%build
%setup_compile_flags
%make libiniparser.so

%install
# iniParser doesn't have a 'make install' of its own :(
install -d %{buildroot}%{_includedir} %{buildroot}%{_libdir}
install -m 644 -t %{buildroot}%{_includedir}/ src/dictionary.h src/iniparser.h
install -m 755 -t %{buildroot}%{_libdir}/ libiniparser.so.0
ln -s libiniparser.so.0 %{buildroot}%{_libdir}/libiniparser.so

%files -n %{libname}
%{_libdir}/libiniparser.so.%{major}*

%files -n %{devname}
%doc README LICENSE
%{_libdir}/libiniparser.so
%{_includedir}/*.h


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1-2
+ Revision: 31a9f78
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2169 |14cr|ink-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool to determine the ink levels of HP and Epson inkjets
Name:		ink
Version:	0.5.1
Release:	2
License:	GPLv3
Group:		Publishing
Url:		http://ink.sourceforge.net/
BuildRequires:  libinklevel-devel >= 0.8.0
Source:		http://heanet.dl.sourceforge.net/sourceforge/ink/%{name}-%{version}.tar.gz
Patch0:		ink-0.5.1-fix-str-fmt.patch

%description
ink is a command line tool for checking the ink level of your printer on
a system which runs Linux. It supports printers attached via parallel
port or usb.

Most current HP inkjets and several Epson inkjets are supported.

Note that ink only works when the printer is not printing and when the
printer port is not occupied by HPOJ.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make CFLAGS="%{optflags}"

%install
# Remove explicit setting of ownerships from the Makefile
perl -p -i -e 's/-o root -g root//' Makefile

%makeinstall_std PREFIX=%{_prefix}


%files
%doc COPYING README
# This should run SGID sys, so that it can access the printer device files
# when started by a normal user
%attr(2755,lp,sys) %{_bindir}/*
%{_mandir}/man1/ink.1.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
+ Revision: c1221ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2170 |14cr|inotify-tools-3.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lname	inotifytools
%define major	0

%define libname	%mklibname %lname %major
%define devname	%mklibname %lname -d

Summary:	Simple interface to inotify
Name:		inotify-tools
Version:	3.14
Release:	4
URL:		http://inotify-tools.sourceforge.net/
Source:		http://github.com/downloads/rvoicilas/inotify-tools/%{name}-%{version}.tar.gz
Patch0:		inotify-tools-3.14-fix-blocking-inotifytools_next_event.patch
License:	LGPLv2.1+
Group:		File tools
BuildRequires:	doxygen

%description
This is a package of some commandline utilities relating to inotify.

The general purpose of this package is to allow inotify's features
to be used from within shell scripts.  Read the man pages for
further details.

%package -n	%{libname}
Summary:	Inotify interface library
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with libinotifytools.

%package -n	%{devname}
Summary:	Development files for inotifytools
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{lname}-devel = %{version}-%{release}

%description -n	%{devname}
Development files for inotifytools.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std
mv %{buildroot}%{_docdir}/%{name} api


%files
%defattr(-,root,root)
%doc README
%{_bindir}/inotifywait
%{_bindir}/inotifywatch
%{_mandir}/man1/inotifywait.1*
%{_mandir}/man1/inotifywatch.1*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS api
%{_includedir}/inotifytools
%{_libdir}/*.a
%{_libdir}/*.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.14-4
+ Revision: a8c37cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2171 |14cr|input-utils-0-0.20061008.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	input-utils
%define version	0
%define cvsrev	20061008
%define rel	4

%define release	%mkrel 0.%cvsrev.%rel

Summary:	Linux input utilities
Name:		%name
Version:	%version
Release:	%release
Group:		System/Kernel and hardware
URL:		http://linuxconsole.sourceforge.net/
# From cvs ruby/utils
Source:		%name-%cvsrev.tar.bz2
Source1:	jscal.1
Source2:	jstest.1
Patch0:		joystick-1.2.15-dont-exit-when-wrong-version.patch
License:	GPL
BuildRequires:	SDL-devel
Obsoletes:	joystick
Provides:	joystick
BuildRoot:	%{_tmppath}/%{name}-root

%description
Userspace utilities for input devices:
- evtest: test event device
- ffcfstress: stress test constant force
- ffmvforce: test constant force with SDL window
- ffset: set force feedback options
- fftest: test force feedback
- inputattach: attach a serial line to an input device
- jscal: calibrate joystick
- jstest: test joystick device

%prep
%setup -q -n utils
%patch0 -p0 -b .version

cp %SOURCE1 %SOURCE2 .

%build
%make CFLAGS="%optflags"

%install
rm -rf %{buildroot}
install -d -m755 %{buildroot}%{_bindir}
install -m755 evtest inputattach jstest jscal fftest ffmvforce ffset \
	ffcfstress %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_mandir}/man1
install -m644 jscal.1 jstest.1 %{buildroot}%{_mandir}/man1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/jscal.1*
%{_mandir}/man1/jstest.1*





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0-0.20061008.4
+ Revision: 07ec4fd
- Automatic import for version 0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2172 |14cr|instead-1.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		instead
Version:	1.9.0
Release:	2
Summary:	Simply text adventures/visual novels engine and game
License:	GPLv2
Group:		Games/Adventure
URL:		http://instead.googlecode.com
Source0:	http://instead.googlecode.com/files/%{name}_%{version}.tar.gz
Patch0:		instead-desktop.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(zlib)
Requires:	instead-launcher

%description
Simply text adventures/visual novels engine and game.

It was designed to interpret games that are the mix of visual novels,
text quests and classical 90'ss quests.

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
echo 2 | ./configure.sh
%make PREFIX=/usr

%install
%makeinstall_std PREFIX=/usr

%files
%doc doc/*
%{_bindir}/*
%{_datadir}/%{name}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_mandir}/*/%{name}.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.0-2
+ Revision: 38dcfe1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2173 |14cr|instead-launcher-0.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		instead-launcher
Version:	0.6.1
Release:	3
Summary:	Games download helper for Instead
Group:		Games/Adventure
License:	GPLv2
URL:		http://instead.googlecode.com
Source0:	http://instead-launcher.googlecode.com/files/%{name}_%{version}.tar.gz
# Fix default interpretator path
Patch0:		instead-default-interpretator-path-fix.patch
Patch1:		instead-launcher-desktop.patch
BuildRequires:	qt4-devel
Requires:	instead

%description
This is a games download helper for Instead game engine.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%qmake_qt4 \
	PREFIX=/usr \
	QMAKE_CXXFLAGS_RELEASE= 
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-3
+ Revision: e2200f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2174 |14cr|intel-gen4asm-20100209-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: intel-gen4asm
Version: 20100209
Release: 3
Summary: a program to compile an assembly language for the Intel 965
Group: Development/X11
# git archive --format=tar --prefix=intel-gen4asm/ master | bzip2 > intel-gen4asm.tar.bz2
Source: intel-gen4asm.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: flex bison

%description
intel-gen4asm is a program to compile an assembly language for the Intel 965
Express Chipset.  It has been used to construct programs for textured video in
the 2d driver.

%prep
%setup -q -n %{name}

%build
sh autogen.sh

%configure

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/intel-gen4asm
%{_bindir}/intel-gen4disasm
%{_libdir}/pkgconfig/intel-gen4asm.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20100209-3
+ Revision: 33fa942
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2175 |14cr|intel-gpu-tools-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: intel-gpu-tools
Version: 1.2
Release: 2
Summary: Userland and debug tools Intel graphics controllers
Group: System/X11
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.bz2

BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(libdrm) >= 2.4.6
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xorg-server) >= 1.3
BuildRequires: pkgconfig(xorg-macros) >= 1.0.1
BuildRequires: pkgconfig(xproto) >= 1.0.0
BuildRequires: pkgconfig(xvmc) >= 1.0.1

%description
This little package is an amalgamation of a few things:
- miscellaneous userland tools that don't really fit into the 2D driver tree
- standalone regression tests for the DRM (make check)
- microbenchmarks of the DRM for kernel performance regression testing

By far the most popular tool here is intel_gpu_dump (thanks cworth!),
which can be run when your GPU is hung with KMS to produce a log of a
bunch of interesting information for submitting bug reports.  We'll
hopefully be hooking this up to a kerneloops style submission daemon
soon.

intel_gpu_top also gives you information on a few performance bits for
graphical apps, useful for pairing with sysprof+top.

The intel_regdumper tool didn't make it into this release, since I want
to get it rewritten when I move it over.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/forcewaked
%{_bindir}/intel_*
%{_bindir}/sprite_on
%{_mandir}/man1/intel_*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-2
+ Revision: b65087c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2176 |14cr|invada-studio-plugins-lv2-1.2.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name            invada-studio-plugins-lv2
%define version         1.2.0
%define release          8

%define ladspadir       %{_libdir}/ladspa

Name:           %{name}
Summary:        Studio LV2 plugins with GUI
Version:        %{version}
Release:        %{release}

Source:         http://launchpad.net/invada-studio/ladspa/0.3/+download/%{name}_%{version}-nopkg.tgz
Patch0:         invada-studio-1.2.0-update-turtle.patch
URL:            http://www.invadarecords.com/Downloads.php?ID=00000264
License:        GPLv2
Group:          Sound
BuildRequires:  lv2-devel
BuildRequires:  cairo-devel slv2-devel
BuildRequires:  pkgconfig(gtk+-2.0) libglade2.0-devel

%description
This package provides a kit of LV2 plugins for sound studio usage
developed by Invada Records under GPLv2 license. It contains delay,
distortion, dynamics, low- and high-pass filter, phaser, early-reflection
reverbs, input amp, meter and test-tone plugins.

%prep
%setup -q
%patch0 -p1

%build
# replace /usr/local/lib/lv2 directory by appropriate lv2 directory
perl -pi -e 's/\/local\/lib/\/%{_lib}/g' Makefile
%make

%install
rm -rf %{buildroot}

%make install-sys DESTDIR=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README COPYING
%{_libdir}/lv2/invada.lv2/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-8
+ Revision: 0e5bbec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2177 |14cr|inventory-0.65-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	inventory
%define version 0.65
%define release  13

Name: 	 	%{name}
Summary: 	Simple GTK2 inventory program using MySQL
Version: 	%{version}
Release: 	%{release}

Source0:		%{name}-%{version}.tar.bz2
Source1: 	%{name}48.png
Source2: 	%{name}32.png
Source3: 	%{name}16.png
URL:		http://qballsinventory.sourceforge.net/
License:	GPL
Group:		Databases
BuildRequires:	pkgconfig pkgconfig(gtk+-2.0) mysql-devel

%description
Inventory is a gtk+-2 inventory program that uses a mysql database as backend.
Inventory can't do anything fancy, complicated or complex (like linked tables),
instead it tries to be flexible, multi-purpose and fast while remaining easy to
use.  Features include:

    * Mysql Backend.
    * User defined amount of columns in a table.
    * Every column can be either a string, integer or boolean.
    * Everything can be changed at any time. f.e. amount off column, column
      name, column type, category name, etc
    * Direct editing off data in the table, or in a pop-up window.
    * Export to html or comma seperated file.
    * Import from comma seperated file with preview.
    * User feedback, the program tries to give as much feedback as needed.
    * Responsive, changes are directly applyed in the gui, and synced with
      mysql.
    * When an error has occured, it gives the user the oppertunity to correct
      it.
    * Lots More

%prep
%setup -q -n %name

%build
%configure2_5x
%make
										
%install
%makeinstall

#menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=%{name}
Name=Inventory
Comment=Simple Inventory Program
Categories=Database;Office;
EOF

#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
cat %SOURCE1 > $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
cat %SOURCE2 > $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
cat %SOURCE3 > $RPM_BUILD_ROOT/%_miconsdir/%name.png

%find_lang %name || touch %{name}.lang

%files -f %{name}.lang
%defattr(-,root,root)
%doc README
%{_bindir}/%name
%{_datadir}/pixmaps/%name
%{_datadir}/applications/mandriva-%name.desktop
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.65-13
+ Revision: 130e679
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2178 |14cr|invertapple-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	InvertApple

Name:		invertapple
Version:	1.0
Release:	2
Summary:	Puzzle game about inverting apple colors
Group:		Games/Puzzles
License:	GPLv3+
URL:		http://qt-apps.org/content/show.php/Invert+Apple?content=146173
Source0:	%{oname}-%{version}.tar.gz
Source1:	%{oname}-icon.png
Patch0:		InvertApple-1.0-datapath.patch
BuildRequires:	qt4-devel
BuildRequires:	imagemagick

%description
Puzzle game in which you need to turn all red apples on the playing
field to green.

%prep
%setup -q -n %{oname}
%patch0 -p1

%build
%qmake_qt4 %{oname}.pro
%make

%install
%__rm -rf %{buildroot}

# install binary
%__mkdir_p %{buildroot}%{_gamesbindir}
%__cp Bin/%{oname} %{buildroot}%{_gamesbindir}/%{name}

# install locales
%__mkdir_p %{buildroot}%{_gamesdatadir}/%{name}
%__cp Bin/*.qm %{buildroot}%{_gamesdatadir}/%{name}/

# install records file
%__mkdir_p %{buildroot}%{_var}/games/%{name}/
%__cp Bin/records.xml %{buildroot}%{_var}/games/%{name}/

# create and install icons
for N in 16 32 48 64 128; do convert %{SOURCE1} -scale ${N}x${N}! $N.png; done
%__install -D 16.png -m 644 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%__install -D 32.png -m 644 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%__install -D 48.png -m 644 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%__install -D 64.png -m 644 %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
%__install -D 128.png -m 644 %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# XDG menu entry
%__mkdir_p %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=Invert Apple
Comment=Puzzle game
Icon=%{name}
Exec=%{_gamesbindir}/%{name}
Terminal=false
Categories=Game;LogicGame;
EOF

%clean
%__rm -rf %{buildroot}

%files
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%dir %{_var}/games/%{name}
%attr(666,root,root) %{_var}/games/%{name}/records.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 7771ba4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2179 |14cr|inxi-1.9.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		inxi
Version:	1.9.14
Release:	3
License:	GPLv3
Group:		System/Configuration/Other
Summary:	Command line system information script for console and IRC
URL:		http://code.google.com/p/inxi/
# obtaining source and version from svn :
# svn checkout http://inxi.googlecode.com/svn/trunk && cat trunk/inxi | grep "Version: "
Source0:	%{name}-%{version}.tar.gz
Source1:    README.urpmi

BuildRequires:	gzip
BuildRequires:	kde4-macros
# requires here: http://code.google.com/p/inxi/wiki/Dependencies

Requires:	glxinfo
Suggests:	lm_sensors
Suggests:	hddtemp
Suggests:	usbutils
Suggests:	xrandr
Suggests:	pciutils
Suggests:	procps
Suggests:	coreutils
Suggests:	gawk
Suggests:	sed
Suggests:	xprop

BuildArch:	noarch
	
%description
Inxi: A full featured system information script
Inxi offers a wide range of built-in options, as well as a good number of extra
features which require having the script recommends installed on the system.
Check recommends to see what's needed for each extra feature. Check sources for
latest inxi version number.

%package 	konversation-plugin
Summary:	Plugin for konversation
Group:		System/Configuration/Other
Requires:       konversation
Requires:       %{name} = %{version}-%{release}

%description 	konversation-plugin
Plugin to allow inxi to be  used in konversation.

%prep
%setup -c
chmod -x inxi.changelog

%install
# binary script
install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}
# man page
install -m644 %{name}.1 -D %{buildroot}%{_mandir}/man1/%{name}.1
# konversation-plugin
mkdir -p %{buildroot}%{_kde_appsdir}/konversation/scripts
pushd %{buildroot}%{_kde_appsdir}/konversation/scripts/
ln -s %{_bindir}/%{name} %{name}
popd

# inxi --recommends
install -m644 %{SOURCE1} README.urpmi

%files
%doc inxi.changelog
%{_bindir}/%{name}
%{_mandir}/man?/%{name}*

%files konversation-plugin
%doc inxi.changelog
%{_kde_appsdir}/konversation/scripts/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.14-3
+ Revision: 776bd6b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2180 |14cr|iodine-0.6.0-0.rc1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# define to %{nil} for release builds
%define beta rc1

Name:           iodine
Version:        0.6.0
%if "%beta" != ""
Release:        0.%{beta}.1
%else
Release:        1
%endif
Summary:        Tunnel IP over DNS NULL request
Group:          Networking/Other
License:        BSD
URL:            http://code.kryo.se/iodine/
Source0:        http://code.kryo.se/iodine/%{name}-%{version}%{?beta:-}%{beta}.tar.gz
Source1:        iodine.service
Source2:        iodine.conf
Source3:        iodined.service
Source4:        iodined.conf
BuildRequires: zlib-devel

%description
odine lets you tunnel IPv4 data through a DNS server. This can be usable in 
different situations where internet access is firewalled, but DNS queries 
are allowed.

The bandwidth is asymmetrical with limited upstream and up to 1 Mbit/s 
downstream.

Compared to other DNS tunnel implementations, iodine offers:

 * Higher performance
    iodine uses the NULL type that allows the downstream data to be sent 
    without encoding. Each DNS reply can contain over a kilobyte of compressed 
    payload data.
 * Portability
    iodine runs on many different UNIX-like systems as well as on Win32. 
    Tunnels can be set up between two hosts no matter their endianness or 
    operating system.
 * Security
    iodine uses challenge-response login secured by MD5 hash. It also 
    filters out any packets not coming from the IP used when logging in.
 * Less setup
    iodine handles setting IP number on interfaces automatically, and up 
    to 16 users can share one server at the same time. Packet size is 
    automatically probed for maximum downstream throughput. 


%package	client
Summary:	Iodine client (Tunnel IP over DNS)
Group:		Networking/Other
Requires:   %{name}-common

%description	client
iodine lets you tunnel IPv4 data through a DNS server. This can be usable in 
different situations where internet access is firewalled, but DNS queries 
are allowed. 

This package contains the client part.

%package	server
Summary:	Iodine server (Tunnel IP over DNS)
Group:		Networking/Other
Requires:   %{name}-common

%description	server
iodine lets you tunnel IPv4 data through a DNS server. This can be usable in 
different situations where internet access is firewalled, but DNS queries 
are allowed. 


This package contains the server part.

%package	common
Summary:	Iodine common part (Tunnel IP over DNS)
Group:		Networking/Other

%description    common
iodine lets you tunnel IPv4 data through a DNS server. This can be usable in 
different situations where internet access is firewalled, but DNS queries 
are allowed. 


This package contains some script shared between server and client.


%prep
%setup -qn %{name}-%{version}%{?beta:-}%{beta}

%build
%make prefix=%{_prefix}

%install
%makeinstall
mkdir -p %{buildroot}/%{_unitdir}/service
mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig/
install -m 0755 %{SOURCE1} %{buildroot}/%{_unitdir}/%{name}.service
install -m 0755 %{SOURCE2} %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
install -m 0755 %{SOURCE3} %{buildroot}/%{_unitdir}/%{name}d.service
install -m 0755 %{SOURCE4} %{buildroot}/%{_sysconfdir}/sysconfig/%{name}d

# this is a hack so we can bypass ifplugd that try to run dhcp on the 
# newly created interface
mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts
echo -e '#!/bin/bash\nexit 0\n' > %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts/ifup-dns

%pre server
%_pre_useradd %{name}d /var/empty /sbin/nologin

%post server
%systemd_post %{name}d.service

%preun server
%systemd_preun %{name}d.service

%postun server
%_postun_userdel %{name}d
%systemd_postun_with_restart %{name}d.service


%pre client
%_pre_useradd %{name} /var/empty /sbin/nologin

%post client
%systemd_post %{name}.service

%preun client
%systemd_preun %{name}.service

%postun client
%_postun_userdel %{name}
%systemd_postun_with_restart %{name}.service

%files common
%config(noreplace) %attr(0755,root,root) %{_sysconfdir}/sysconfig/network-scripts/ifup-dns

%files server
%doc README 
%{_sbindir}/%{name}d
%{_unitdir}/%{name}d.service
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}d

%files client
%doc README 
%{_sbindir}/%{name}
%{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_mandir}/man8/%{name}.*

%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-0.rc1.1
+ Revision: 79d1c6e
- Fix summary



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2181 |14cr|iogen-3.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iogen
%define version 3.1
%define release 6
%define subversion p0

Summary: A stress tool to produce heavily fragmented I/O operations
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}_%{version}%{subversion}.tar.bz2
License: BSD
Group: System/Kernel and hardware 
Url: http://www.peereboom.us/iogen/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: groff-for-man

%description
Iogen is an I/O generator.
It forks child processes that each run a mix of reads and writes.
The idea is to generate heavily fragmented files to make the hardware suffer
as much as possible. This tool has been used to test filesystems, drivers,
firmware, and hardware devices.
It is by no means meant as a performance measuring tool since it tries to 
recreate the worst case scenario I/O.

%prep
%setup -q -n %{name}_%{version}%{subversion}

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot/%{_bindir}
mkdir -p %buildroot/%{_mandir}/man8
install -m 755 iogen %buildroot/%{_bindir}
mv iogen.cat8 %buildroot/%{_mandir}/man8/iogen.8

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/iogen
/%{_mandir}/man8/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1-6
+ Revision: 2dd2d1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2182 |14cr|io_lib-1.13.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Name:		io_lib
Version:	1.13.7
Release:	2
Summary:	General purpose trace file library


License:	GPL
Group:		Development/C
Url:		http://staden.sourceforge.net/
Source0:		http://sourceforge.net/projects/staden/files/io_lib/1.13.7/%{name}-%{version}.tar.gz
BuildRequires:  zlib-devel

%description
Io_lib is a library of file reading and writing code to provide a general
purpose trace file (and Experiment File) reading interface. The programmer
simply calls the (eg) read_reading to create a "Read" C structure with the
data loaded into memory.

%package -n %{libname}
Summary:        Main library for %{name}


Group:          System/Libraries
Provides:       lib%{name} = %{version}-%{release}

%description -n %{libname}
This package contains the library needed to run %{name}.

%package -n %{develname}
Summary:    Development header files for %{name}


Group:      Development/C
Requires:   %{libname} = %{version}-%{release}
Provides:   %{name}-devel = %{version}-%{release}
Obsoletes:  %mklibname -d %{name} 1.9.0

%description -n %{develname}
Libraries, include files and other resources you can use to develop
%{name} applications.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

%files
%defattr (-,root,root)
%doc CHANGES COPYRIGHT README
%{_bindir}/*

%files -n %{libname}
%defattr (-,root,root)
%{_libdir}/libstaden-read.so.*

%files -n %{develname}
%defattr (-,root,root)
%{_includedir}/%{name}
%{_libdir}/libstaden-read.a
%{_libdir}/libstaden-read.so
%{_mandir}/*/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.13.7-2
+ Revision: 9739a7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2183 |14cr|ioquake3-1.36-1.svn2102
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package	%{nil}
%define         svnrev svn2102
Name:           ioquake3
Version:        1.36
Release:        1.%{svnrev}
Summary:        Quake 3 Arena engine (ioquake3 version)
Group:          Games/Arcade
License:        GPLv2+
URL:            http://ioquake3.org/
# to regenerate (note included systemlib copies are removed for size, lcc
# is removed as it is not Free software):
# svn co svn://svn.icculus.org/quake3/tags/%{version} %{name}-%{version}
# pushd %{name}-%{version}
# rm -fr `find -name .svn` code/AL code/SDL12 code/libcurl code/libs
# rm -fr code/jpeg-8c code/zlib code/libspeex code/tools/lcc
# popd
# tar cvfj %{name}-%{version}.tar.bz2 %{name}-%{version}
Source0:        %{name}-%{version}-svn2102.tar.bz2
Source1:        %{name}-demo.sh
Source2:        %{name}.autodlrc
Source3:        %{name}.desktop
Source4:        %{name}.png
Source5:        %{name}-update.sh
Source6:        %{name}-update.autodlrc
Patch1:         quake3-1.34-rc4-demo-pak.patch
# patches from Debian for openarena compatibility (increase some buffer sizes)
Patch2:         0011-Double-the-maximum-number-of-cvars.patch
Patch3:         0012-Increase-the-command-buffer-from-16K-to-128K-followi.patch
# big-endian build fix
Patch4:         quake3-1.36-build.patch
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(xt)
BuildRequires:  pkgconfig(openal)
BuildRequires:  jpeg-devel
BuildRequires:  pkgconfig(speex)
BuildRequires:  pkgconfig(vorbis)
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(zlib)
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
%ifarch %{ix86} x86_64
BuildRequires:  nasm
%endif
# for quake3-update
Requires:       autodownloader 

%description
This package contains the enhanced opensource ioquake3 version of the Quake 3
Arena engine. This engine can be used to play a number of games based on this
engine, below is an (incomplete list):

* OpenArena, Free, Open Source Quake3 like game, recommended!
  (packagename: openarena)

* Urban Terror, gratis, but not Open Source FPS best be described as a
  Hollywood tactical shooter, a downloader and installer including an
  application menu entry is available in the urbanterror package.

* World of Padman, gratis, but not Open Source Comic FPS, a downloader and
  installer including an application menu entry is available in the
  worldofpadman package.

* Smokin' Guns, gratis, but not Open Source FPS, a semi-realistic simulation of 
  the "Old West's" great atmosphere, a downloader and installer including an
  application menu entry is available in the smokinguns package.

* Quake3 Arena, the original! A downloader and installer for the gratis, but
  not Open Source demo, including an application menu entry is available in
  the quake3-demo package.
  
  If you own a copy of quake 3, you will need to copy pak0.pk3 from the
  original CD-ROM and your q3key to /usr/share/quake3/baseq3 or ~/.q3a/baseq3.
  Also copy the pak?.pk3 files from the original 1.32 Quake 3 Arena point
  release there if you have them available or run quake3-update to download
  them for you.


%package demo
Summary:        Quake 3 Arena tournament 3D shooter game demo installer
Group:          Games/Arcade
Requires:       ioquake3 = %{version}-%{release}
Requires:       opengl-games-utils 
BuildArch:      noarch

# quake3-demo used to be part of the quake3 package, make sure that people
# who have the old version with the demo included don't all of a sudden have
# the demo menu entry disappear.


%description demo
Quake 3 Arena tournament 3D shooter game demo installer. The Quake3 engine is
Open Source and as such is available as part of Mageia. The original Quake3
data files however are not Open Source and thus are not available as part of
Mageia. There is a gratis, but not Open Source demo available on the internet.

This package installs an application menu entry for playing the Quake3 Arena
demo. The first time you click this menu entry, it will offer to download and
install the Quake 3 demo datafiles for you.

%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1



%build
# the CROSS_COMPILING=1 is a hack to not build q3cc and qvm files
# since we've stripped out q3cc as this is not Free Software.
%make \
    OPTIMIZE="$RPM_OPT_FLAGS -fno-strict-aliasing" \
    DEFAULT_BASEDIR=%{_datadir}/%{name} \
    USE_CODEC_VORBIS=1 \
    USE_LOCAL_HEADERS=0 \
    BUILD_GAME_SO=0 \
    GENERATE_DEPENDENCIES=0 \
    USE_INTERNAL_SPEEX=0 \
    USE_INTERNAL_ZLIB=0 \
    USE_INTERNAL_JPEG=0 \
    BUILD_CLIENT_SMP=1 \
    CROSS_COMPILING=1


%install
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}

install -m 755 build/release-linux-*/%{name}.* \
  $RPM_BUILD_ROOT%{_bindir}/%{name}
install -m 755 build/release-linux-*/%{name}-smp.* \
  $RPM_BUILD_ROOT%{_bindir}/%{name}-smp
install -m 755 build/release-linux-*/ioq3ded.* \
  $RPM_BUILD_ROOT%{_bindir}/ioq3ded
install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/ioquake3-demo
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/%{name}

install -p -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_bindir}/ioquake3-update
install -p -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/%{name}

# below is the desktop file and icon stuff.
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  %{SOURCE3}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps
install -p -m 644 %{SOURCE4} \
  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps


%files
%doc BUGS ChangeLog COPYING.txt id-readme.txt md4-readme.txt NOTTODO README
%doc TODO
%{_bindir}/%{name}
%{_bindir}/%{name}-smp
%{_bindir}/%{name}-update
%{_bindir}/ioq3ded
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/%{name}-update.autodlrc

%files demo
%{_bindir}/%{name}-demo
%{_datadir}/%{name}/%{name}.autodlrc
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png

%changelog
* Sat Sep 29 2012 SymbianFlo <symbianflo@mandrivausers.ro> 1.36-1.svn2102
+ Revision: 7bb484e
- Updated ioquake3.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2184 |14cr|iotop-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Display I/O usage of processes in a top like UI
Name:		iotop
Version:	0.6
Release:	2
License:	GPLv2+
Group:		Monitoring
Url:		http://guichaz.free.fr/iotop/
Source0:	http://guichaz.free.fr/iotop/files/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
BuildArch:	noarch

%description
iotop is a Python program with a top like UI used to show of behalf of
which process is the I/O going on. It requires a Linux kernel 2.6.20+
with TASK_IO_ACCOUNTING enabled.

%files
%doc NEWS THANKS
%{_bindir}/%{name}
%{_mandir}/man?/*
%{py_sitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
# Let's move executable from sbin to bin
mkdir -p %{buildroot}%{_bindir}
mv %{buildroot}%{_sbindir}/iotop %{buildroot}%{_bindir}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-2
+ Revision: 9869d84
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2185 |14cr|iozone3-414-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iozone3
%define version 397
%define release 2

Summary:	Filesystem characterization & benchmark tool
Name:		%{name}
Version:	414
Release:	2
License:	Public Domain
Group:		Monitoring
URL:		http://www.iozone.org/
Source0:	http://www.iozone.org/src/current/iozone3_414.tar
Obsoletes:	iozone < %{version}
Provides:	iozone
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This program allows one to characterize the filesystem performance
of vendors platform. It supports single stream, throughput, 
pthreads, async I/O and much more.

%prep
%setup -n %{name}_%{version}

%build
cd src/current
%make linux CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
cd $RPM_BUILD_DIR/%{name}_%{version}/src/current/
install -m 755 -d %{buildroot}%{_bindir}
install -m 755 iozone %{buildroot}%{_bindir}
install -m 755 gnu3d.dem %{buildroot}%{_bindir}
install -m 755 gengnuplot.sh %{buildroot}%{_bindir}
install -m 755 fileop %{buildroot}%{_bindir}
install -m 755 Generate_Graphs %{buildroot}%{_bindir}

cd $RPM_BUILD_DIR/%{name}_%{version}/docs
install -m 755 -d %{buildroot}%{_mandir}/man1
install -m 644 iozone.1 %{buildroot}%{_mandir}/man1

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%doc docs/*.gz src/current/Gnuplot.txt docs/*.pdf docs/*.doc
%defattr (-,root,root)
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 414-2
+ Revision: 508a995
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2186 |14cr|ip2location-4.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname ip2location %{major}
%define develname %mklibname ip2location -d

Summary:	IP2Location C Library
Name:		ip2location
Version:	4.0.2
Release:	2
Group:		System/Libraries
License:	GPLv2
URL:		http://www.ip2location.com/
Source0:	http://www.ip2location.com/download/C-IP2Location-%{version}.tar.gz
Patch0:		C-IP2Location-4.0.2-soname.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
IP2Location is a C library that enables the user to find the country, region,
city, coordinates, zip code, time zone, ISP, domain name, connection type,
area code and weather that any IP address or hostname originates from. It has
been optimized for speed and memory utilization. Developers can use the API to
query all IP2Location™ binary databases for applications written in C or
supporting static/dynamic library.

%package -n	%{libname}
Summary:	IP2Location C Library
Group:          System/Libraries

%description -n	%{libname}
IP2Location is a C library that enables the user to find the country, region,
city, coordinates, zip code, time zone, ISP, domain name, connection type,
area code and weather that any IP address or hostname originates from. It has
been optimized for speed and memory utilization. Developers can use the API to
query all IP2Location™ binary databases for applications written in C or
supporting static/dynamic library.

%package -n	%{develname}
Summary:	Static library and header files for the ip2location library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
IP2Location is a C library that enables the user to find the country, region,
city, coordinates, zip code, time zone, ISP, domain name, connection type,
area code and weather that any IP address or hostname originates from. It has
been optimized for speed and memory utilization. Developers can use the API to
query all IP2Location™ binary databases for applications written in C or
supporting static/dynamic library.

This package contains the development files for the ip2location library.

%prep

%setup -q -n C-IP2Location-%{version}
%patch0 -p0 -b .soname

chmod 644 AUTHORS ChangeLog IP2LOCATION_PRODUCTS_CATALOG.PDF LICENSE.TXT README

%build
autoreconf -fi

%configure2_5x
%make

%check
make check

%install
rm -rf %{buildroot}

%makeinstall_std

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig

%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog IP2LOCATION_PRODUCTS_CATALOG.PDF LICENSE.TXT README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.2-2
+ Revision: b6fd807
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2187 |14cr|ipaudit-1.0rc9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ipaudit
Version:        1.0rc9
Release:        2
Epoch:          0
Summary:        Network Package Audit and Capture
License:        GPLv2
Group:          Networking/Other
URL:            http://%{name}.sourceforge.net/
Source0:        http://superb-east.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
BuildRequires:  libpcap-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A neat packet logging program and auditor. Provides dump capability
and various  levels of logging.


%prep
%setup -q  -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%{__rm} -rf %{buildroot}
%makeinstall

%clean
%{__rm} -rf %{buildroot}

%files 
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING INSTALL README
%attr(0755,root,root) %{_bindir}/total
%attr(0755,root,root) %{_sbindir}/ipaudit
%attr(0755,root,root) %{_sbindir}/ipstrings
%{_mandir}/man8/ipaudit.8.*
%{_mandir}/man8/ipstrings.8.*
%{_mandir}/man1/total.1.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0rc9-2
+ Revision: 1471120
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2188 |14cr|ipcalc-0.41-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	IP Calculator
Name:		ipcalc
Version:	0.41
Release:	6
License:	GPLv2+
Group:		System/Servers
URL:		http://jodies.de/ipcalc
Source0:	http://jodies.de/ipcalc-archive/ipcalc-%{version}.tar.gz
Source1:	ipcalc_cgi.bz2
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
ipcalc takes an IP address and netmask and calculates the
resulting broadcast, network, Cisco wildcard mask, and host
range. By giving a second netmask, you can design sub- and
supernetworks. It is also intended to be a teaching tool and
presents the results as easy-to-understand binary values.

%prep

%setup -q

bzcat %{SOURCE1} > ipcalc.pl
perl -pi -e "s|/usr/local/bin|%{_bindir}|g" ipcalc.pl

%build

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}/var/www/cgi-bin

install -m0755 ipcalc %{buildroot}%{_bindir}/
install -m0755 ipcalc.pl %{buildroot}/var/www/cgi-bin/

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc changelog license contributors
%attr(0755,root,root) %{_bindir}/ipcalc
%attr(0755,root,root) /var/www/cgi-bin/ipcalc.pl





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.41-6
+ Revision: d78f1f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2189 |14cr|iperf-2.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network performance measurement tool
Name:		iperf
Version:	2.0.5
Release:	2
License:	BSD
Group:		Networking/Other
URL:		http://dast.nlanr.net/Projects/Iperf/
Source0:	http://downloads.sourceforge.net/iperf/%{name}-%{version}.tar.gz
Patch0:         iperf-2.0.5-fix-str-fmt.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Iperf is a network performance measurement tool.

While tools to measure network performance, such as ttcp, exist, 
most are very old and have confusing options. 
Iperf was developed as a modern alternative for measuring TCP and UDP 
bandwidth performance.

Iperf is a tool to measure maximum TCP bandwidth, allowing 
the tuning of various parameters and UDP characteristics. 
Iperf reports bandwidth, delay jitter, datagram loss. 

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%doc doc/*
%{_bindir}/iperf
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.5-2
+ Revision: 14b8d98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2190 |14cr|ipflood-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	IP Flood Detector
Name:		ipflood
Version:	1.0
Release:	7
License:	GPL
Group:		System/Servers
URL:		http://www.adotout.com/
Source0:	http://www.adotout.com/ip_flood_detector.tar.gz
Source1:	%{name}.init
Source2:	%{name}.sysconfig
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	libpcap-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
IP Flood Detector is a derivative of an earlier project, DNS Flood Detector. It
provides managers with an audit trail of TCP, UDP, and ICMP packet floods
directed at Internet-facing servers. When packet rates exceed a specified
threshold, IP Flood Detector will syslog the offending IP address, along with
the associated protocol and traffic volume.

%prep

%setup -q -n ip_flood_detector

cp %{SOURCE1} %{name}.init
cp %{SOURCE2} %{name}.sysconfig

%build
%serverbuild

gcc $CFLAGS -D_BSD_SOURCE -lpcap -lpthread -lm -o ip_flood_detector ip_flood_detector.c

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig

install -m0755 ip_flood_detector %{buildroot}%{_sbindir}/
install -m0755 %{name}.init %{buildroot}%{_initrddir}/%{name}
install -m0644 %{name}.sysconfig %{buildroot}/%{_sysconfdir}/sysconfig/ip_flood_detector

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README LICENSE
%config(noreplace) %{_sysconfdir}/sysconfig/ip_flood_detector
%attr(0755,root,root) %{_initrddir}/%{name}
%attr(0755,root,root) %{_sbindir}/ip_flood_detector




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 47dbb99
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2191 |14cr|ipkungfu-0.6.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Iptables-based Linux firewall
Name:		ipkungfu
Version:	0.6.1
Release:	8
License:	GPL
Group:		System/Configuration/Networking
Source:		http://linuxkungfu.org/ipkungfu/%{name}-%{version}.tar.bz2
Source1:	%{name}.init.bz2
URL:		http://www.linuxkungfu.org/
BuildArch:	noarch
Requires:	userspace-ipfilter
Buildrequires:	rpm-helper
Buildrequires:  iptables
Buildrequires:  iptables-devel
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
IPKungFu is an iptables-based Linux firewall. It aims to simplify 
the configuration of Internet connection sharing, port forwarding, 
and packet filtering.

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT

# Create our directories
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name} $RPM_BUILD_ROOT%{_mandir}/man8 $RPM_BUILD_ROOT%{_initrddir} $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/

# install the files
bzcat %{SOURCE1} > 		$RPM_BUILD_ROOT%{_initrddir}/%{name}
for file in files/conf/*.conf; do
	install $file $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/
done
install %{name} 		$RPM_BUILD_ROOT%{_sbindir}
install man/%{name}.8		$RPM_BUILD_ROOT%{_mandir}/man8/

cat << EOF > $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/%{name} 
# this version of ipkungfu need to be configurated before
# it run, and, in order to not block people who install
# this rpm with a unconfigurated firewall, it will not run
# until you uncomment this line
#
# This was made to remind you to force you to configure
# ipkungfu before running it, in order to not break your internet
# connection.
#
# The configuration is in /etc/ipkungfu/
# and the doc in /usr/share/doc/ipkungfu*
#
#IPKF_CONFIGURATED=yes
EOF

# Fix perms
chmod +x $RPM_BUILD_ROOT%{_initrddir}/%{name}
chmod a-x $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/*

%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT

%post
%_post_service %name
if [ $1 -ne "1" ] ; then
	if [ ! -f  %{_sysconfdir}/sysconfig/%{name} ];
	then 
		echo "IPKF_CONFIGURATED=yes" >> %{_sysconfdir}/sysconfig/%{name}
	else
		! grep -q "IPKF_CONFIGURATED" %{_sysconfdir}/sysconfig/%{name} && echo "IPKF_CONFIGURATED=yes" >> %{_sysconfdir}/sysconfig/%{name}
	fi
fi

%preun
%_preun_service %name 

%files
%defattr(-,root,root)
%doc ChangeLog FAQ README
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8.*
%{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*.conf
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-8
+ Revision: 57d8725
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2192 |14cr|iplist-0.29-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	List based packet handler
Name:		iplist
Version:	0.29
Release:	4
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://iplist.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		iplist-0.28-fix-init.patch
Patch1:		iplist-0.29-unsigned_char.patch
Patch2:		iplist-0.29-linking.patch
Patch3:		iplist-0.29-cstdlib.patch
BuildRequires:	pkgconfig(libnetfilter_queue)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(zlib)
Requires:	java >= 1.6
Requires:	usermode-consoleonly
Requires:	wget
Requires(post,preun):	rpm-helper
Provides:	ipblock = %{EVRD}

%description
iplist is a list based packet handler which uses the netfilter netlink-queue
library (kernel 2.6.14 or later). It filters by IP-address and is optimized
for thousands of IP-address ranges.

%files
%doc debian/copyright changelog THANKS
%config(noreplace) %{_sysconfdir}/ipblock.conf
%config(noreplace) %{_sysconfdir}/ipblock.lists
%config(noreplace) %{_sysconfdir}/pam.d/ipblock
%config(noreplace) %{_sysconfdir}/security/console.apps/ipblock
%config(noreplace) %{_sysconfdir}/cron.daily/ipblock
%{_initrddir}/ipblock
%{_sbindir}/iplist
%{_sbindir}/ipblock
%{_bindir}/ipblock
%{_mandir}/man8/iplist.8*
%{_mandir}/man8/ipblock.8*
%{_var}/cache/iplist
%{_javadir}/ipblockUI.jar
%{_datadir}/applications/ipblock.desktop
%{_datadir}/icons/ipblock.png

%post
%_post_service ipblock

%preun
%_preun_service ipblock

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p1 -b .cstdlib

# fix compiler flags
sed -i -e 's|-O2|%{optflags}|' Makefile

%build
%make LDFLAGS="%{ldflags}"

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sysconfdir}/cron.daily/
mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps/
mkdir -p %{buildroot}%{_initrddir}/
mkdir -p %{buildroot}%{_datadir}/java/
mkdir -p %{buildroot}%{_datadir}/applications/
mkdir -p %{buildroot}%{_datadir}/icons/
mkdir -p %{buildroot}%{_mandir}/man8/
mkdir -p %{buildroot}%{_var}/cache/iplist/

ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/ipblock

install -p -m 644 ipblock.conf \
	%{buildroot}%{_sysconfdir}/ipblock.conf
install -p -m 644 ipblock.lists \
	%{buildroot}%{_sysconfdir}/ipblock.lists
install -p -m 644 fedora/ipblock.pam \
	%{buildroot}%{_sysconfdir}/pam.d/ipblock
install -p -m 644 fedora/ipblock.security \
	%{buildroot}%{_sysconfdir}/security/console.apps/ipblock
install -p -m 755 fedora/ipblock.init \
	%{buildroot}%{_initrddir}/ipblock
install -p -m 755 debian/ipblock.cron.daily \
	%{buildroot}%{_sysconfdir}/cron.daily/ipblock
install -p -m 644 fedora/ipblock.desktop \
	%{buildroot}%{_datadir}/applications/ipblock.desktop
install -p -m 644 ipblock.png \
	%{buildroot}%{_datadir}/icons/ipblock.png

install -p -m 644 iplist.8 %{buildroot}%{_mandir}/man8/
install -p -m 644 ipblock.8 %{buildroot}%{_mandir}/man8/
install -p -m 644 allow.p2p %{buildroot}%{_var}/cache/iplist/

%makeinstall_std


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.29-4
+ Revision: 61104b4
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2193 |14cr|ippl-1.99.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Logs TCP, ICMP and UDP connections
Name:		ippl
Version:	1.99.5
Release:	15
License:	GPL
Group:		Monitoring
URL:		http://www.via.ecp.fr/~hugo/ippl/
Source0:	http://pltplp.net/ippl/archive/dev/%{name}-%{version}.tar.bz2
Source1:	%{name}.service
Source2:	%{name}.log
Patch0:		%{name}-log.patch
Patch1:		ippl-1.99.5.printf.patch
Patch2:		ippl-1.99.5.nostrip.patch
Requires(pre): 	chkconfig
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
Buildrequires:	libpcap-devel
Buildrequires:	byacc
Buildrequires:	flex

%description
ippl is a configurable IP protocols logger. It currently logs incoming ICMP
messages, TCP connections and UDP datagrams. It is configured with
Apache-like rules and has a built-in DNS cache. It is aimed to replace
iplogger.

%prep

%setup -q

%patch0 -p0 -b .log
%patch1 -p1 -b .printf
%patch2 -p1 -b .nostrip

%build
%configure --with-user=nobody
%make

%install
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var
install -d %{buildroot}/var/log
install -d %{buildroot}/var/log/ippl

make ROOT=%{buildroot} install

touch %{buildroot}/var/log/ippl/all.log

install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/ippl

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%doc BUGS CREDITS HISTORY INSTALL LICENSE README TODO
%{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/ippl.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/ippl
# %dir /var/log/ippl
%config /var/log/ippl/all.log
%{_mandir}/man5/ippl.conf.*
%{_mandir}/man8/ippl.*
%{_sbindir}/*

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.99.5-15
+ Revision: d36be70
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2194 |14cr|ipqalc-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	ipQalc

Name:		ipqalc
Version:	1.2
Release:	3
Summary:	Small utility for IP address calculations
Group:		Networking/Other
License:	GPL
URL:		http://qt-apps.org/content/show.php/ipQalc?content=107286
Source0:	%{oname}-%{version}.tar.gz
Patch0:		ipqalc-1.2-localepath.patch
BuildRequires:	qt4-devel

%description
Small utility for IP address calculations including broadcast
and network addresses as well as Cisco wildcard mask.

%prep
%setup -q -n %{oname}
%patch0 -p1

%build
%qmake_qt4 %{oname}.pro
%make

%install
# install binary
mkdir -p %{buildroot}%{_bindir}
cp %{oname} %{buildroot}%{_bindir}/%{name}

# install locales
mkdir -p %{buildroot}%{_datadir}/%{name}
cp *.qm %{buildroot}%{_datadir}/%{name}/

# XDG menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=%{oname}
Comment=IP address calculator
Icon=networking_www_section
Exec=%{name}
Terminal=false
Categories=Utility;
EOF

%files
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-3
+ Revision: 51994a7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2195 |14cr|ip-sentinel-0.12-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ip-sentinel
%define version 0.12
%define release 7

Summary: A network ip guardian
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Networking/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Url: http://enrico-scholz.de/ip-sentinel/
Requires(post,preun):	rpm-helper

%description
This program tries to prevent unauthorized usage of IPs within
the local ethernet broadcastdomain by giving an answer to
ARP-requests. After receiving such a faked reply, the requesting
party stores the told MAC in its ARP-table and will send future
packets to this MAC. Because this MAC is invalid, the host with
the invalid IP can not be reached.

Features
- non-root execution in a chroot jail
- freely customizable IPs (netmasks, negations, ranges)

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

# Config
mkdir -p %buildroot{%_sysconfdir/sysconfig,%_initrddir,%_sysconfdir/logrotate.d}

perl -pi -e 's/^# chkconfig:.*/# chkconfig: 345 95 05/' contrib/ip-sentinel.init
cp contrib/ip-sentinel.init %buildroot%_initrddir/%name
cat > %buildroot%_sysconfdir/sysconfig/%name <<EOF
IPS_USER=ip-sentinel
IPS_GROUP=ip-sentinel
# IPS_CHROOT=%_localstatedir/lib/%name
# IPS_IPFILE=ips.cfg
# IPS_LOGFILE=/var/log/ip-sentinel.out
# IPS_ERRFILE=/var/log/ip-sentinel.err
# IPS_OPTIONS=
# IPS_DEVICE=eth0

## Assign to yes if running a dietlibc-compiled version of ip-sentinel
## on a system using remote NSS for passwd-lookups (e.g. LDAP, NIS).
##
## When using a group which is not the effective group of the user,
## you will have to assign the numeric gid of this group to GROUP.
# IPS_NEEDS_NUMERIC_UID=
EOF

cat > %buildroot%_sysconfdir/logrotate.d/%name << EOF
/var/log/%name.err /var/log/%name.out {
    missingok
    notifempty
    postrotate
        /bin/kill -HUP `/bin/cat /var/run/%name.pid`
    endscript
}
EOF

# Data
mkdir -p %buildroot{%_localstatedir/lib/%name,%_var/log}
touch %buildroot%_var/log/%name.out
touch %buildroot%_var/log/%name.err


%pre
  %_pre_useradd %name %_localstatedir/lib/%name /bin/true

%post
  touch %_var/log/%name.out
  touch %_var/log/%name.err
  %_post_service %{name}

%postun
  %_postun_userdel %name

%preun
  %_preun_service %{name}


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%_sbindir/%name
%_mandir/man8/%{name}*
%dir %_localstatedir/lib/%name
%config(noreplace) %_sysconfdir/sysconfig/%name
%config(noreplace) %_initrddir/%name
%config(noreplace) %_sysconfdir/logrotate.d/%name
%ghost %_var/log/%name.out
%ghost %_var/log/%name.err





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12-7
+ Revision: 142a719
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2196 |14cr|ipsvd-1.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Internet protocol service daemons
Name:		ipsvd
Version:	1.0.0
Release:	9
License:	BSD
Group:		System/Servers
Url:		http://smarden.org/ipsvd/
Source0:	http://smarden.org/ipsvd/%{name}-%{version}.tar.gz

%description
ipsvd is a set of internet protocol service daemons for Unix. It currently
includes a TCP/IP service daemon, and a UDP/IP service daemon.

An internet protocol service (ipsv) daemon waits for incoming connections on a
local socket; for new connections, it conditionally runs an arbitrary program
with standard input reading from the socket, and standard output writing to the
socket (if connected), to handle the connection. Standard error is used for
logging.

ipsv daemons can be told to read and follow pre-defined instructions on how to
handle incoming connections; based on the client's IP address or hostname, they
can run different programs, set a different environment, deny a connection, or
set a per host concurrency limit.

On Linux the network connection optionally can be encrypted using SSLv3.

Normally the ipsv daemons are run by a supervisor process, such as runsv from
the runit package, or supervise from the daemontools package.

ipsvd can be used to run services normally run by inetd, xinetd, or tcpserver.

%files
%doc %{name}-%{version}/package/CHANGES
%doc %{name}-%{version}/package/README
%doc %{name}-%{version}/doc/*.html
%attr(0755,root,root) /sbin/ipsvd-cdb
%attr(0755,root,root) /sbin/tcpsvd
%attr(0755,root,root) /sbin/udpsvd
%attr(0644,root,root) %{_mandir}/man5/ipsvd-instruct.5*
%attr(0644,root,root) %{_mandir}/man7/ipsvd.7*
%attr(0644,root,root) %{_mandir}/man8/ipsvd-cdb.8*
%attr(0644,root,root) %{_mandir}/man8/tcpsvd.8*
%attr(0644,root,root) %{_mandir}/man8/udpsvd.8*

#----------------------------------------------------------------------------

%prep
%setup -q -n net

%build
pushd %{name}-%{version}/src
    make
    make check
popd

%install
install -d %{buildroot}/sbin/
install -d %{buildroot}%{_mandir}/man{5,7,8}

pushd %{name}-%{version}
    for i in ipsvd-cdb tcpsvd udpsvd; do
	install -m0755 src/$i %{buildroot}/sbin/
    done
popd

install -m0644 %{name}-%{version}/man/*.5 %{buildroot}%{_mandir}/man5/
install -m0644 %{name}-%{version}/man/*.7 %{buildroot}%{_mandir}/man7/
install -m0644 %{name}-%{version}/man/*.8 %{buildroot}%{_mandir}/man8/
rm -f %{buildroot}%{_mandir}/man8/sslio.8*
rm -f %{buildroot}%{_mandir}/man8/sslsvd.8*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-9
+ Revision: 77404fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2197 |14cr|iptraf-3.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A console-based network monitoring program
Name:		iptraf
Version:	3.0.1
Release:	5
Group:		Monitoring
License:	GPLv2+
URL:		http://iptraf.seul.org/
Source0:	ftp://iptraf.seul.org/pub/iptraf/%{name}-%{version}.tar.gz
Source1:	iptraf 
Patch0:		iptraf-2.4.0-Makefile.patch
Patch1:		iptraf-2.7.0-install.patch
Patch2:		iptraf-2.7.0-doc.patch
Patch3:		iptraf-2.7.0-nostrip.patch
Patch4:		iptraf-3.0.0-setlocale.patch
Patch5:		iptraf-3.0.0-longdev.patch
Patch6:		iptraf-3.0.1-compile.fix.patch
Patch7:		iptraf-3.0.0-in_trafic.patch
Patch8:		iptraf-3.0.1-incltypes.patch
Patch9:		iptraf-3.0.0-ifname.patch
Patch10:	iptraf-3.0.0-interface.patch
Patch11:	iptraf-3.0.1-ipv6.patch
Patch12:	iptraf-3.0.1-ipv6-fix.patch
Patch13:	iptraf-3.0.0-strcpy-overlap-memory.patch
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)

%description
IPTraf is a console-based network monitoring program for Linux that
displays information about IP traffic.  It returns such information as:

Current TCP connections UDP, ICMP, OSPF, and other types of IP packets
Packet and byte counts on TCP connections IP, TCP, UDP, ICMP, non-IP,
and other packet and byte counts TCP/UDP counts by ports Interface
activity Flag statuses on TCP packets LAN station statistics

This program can be used to determine the type of traffic on your network,
and what kind of service is the most heavily used on what machines, among
others.

IPTraf works on Ethernet, FDDI, ISDN, PLIP, and SLIP/PPP interfaces.

%prep

%setup -q -n %{name}-%{version}
%patch6 -p1 -b .compile
%patch11 -p1 -b .ipv6
%patch12 -p1 -b .ipv6-fix
%patch0 -p1 -b .Makefile
%patch1 -p1 -b .install
%patch2 -p1 -b .doc
%patch3 -p1 -b .nostrip
%patch4 -p1 -b .setlocale
%patch5 -p1 -b .longdev
%patch7 -p1 -b .in_trafic
%patch8 -p1 -b .incltypes
%patch9 -p0 -b .ifname
%patch10 -p1 -b .interface
%patch13 -p1



%build
find -name "*.c" -o -name "*.h"|while read src; do
	sed -i "s%<linux/if_ether.h>%<netinet/if_ether.h>%" $src
	sed -i "s%<linux/if_tr.h>%<netinet/if_tr.h>%" $src
	sed -i "s%<linux/if_fddi.h>%<netinet/if_fddi.h>%" $src
done

%serverbuild

%make -C src \
    TARGET=%{_prefix}/sbin \
    LOCKDIR=/var/lock/iptraf \
    LOGDIR=/var/log/iptraf \
    WORKDIR=%{_localstatedir}/lib/iptraf

%install
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}/var/log/iptraf
install -d %{buildroot}/var/lock/iptraf
install -d %{buildroot}%{_localstatedir}/lib/iptraf

install -m 755 src/{iptraf,rvnamed} %{buildroot}%{_sbindir}/

mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d/
cp %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/iptraf

install -d %{buildroot}%{_mandir}/man8
install -m644 Documentation/*.8 %{buildroot}%{_mandir}/man8


# clean up
rm -f Documentation/Makefile
rm -f Documentation/iptraf.xpm
rm -f Documentation/manual.template.gz
rm -f Documentation/version.awk
rm -f Documentation/version
rm -f Documentation/stylesheet-images/.eps

%files
%doc CHANGES INSTALL README* FAQ
%doc Documentation
%dir %attr(644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/iptraf
%{_sbindir}/*
%{_mandir}/man8/*
%dir %{_localstatedir}/lib/iptraf
%dir /var/log/iptraf
%dir /var/lock/iptraf

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.1-5
+ Revision: 525bba8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2198 |14cr|iptstate-2.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Display IP Tables state table information in a "top"-like interface
Name:		iptstate
Version:	2.2.5
Release:	3
Group:		Monitoring
License:	zlib/libpng License
URL:		http://www.phildev.net/iptstate/
Source0:	http://www.phildev.net/iptstate/%{name}-%{version}.tar.bz2
Source1:	http://www.phildev.net/iptstate/%{name}-%{version}.tar.bz2.asc
BuildRequires:	ncurses-devel
BuildRequires:	gpm-devel
BuildRequires:	netfilter_conntrack-devel >= 0.0.50

%description
IP Tables State (iptstate) was originally written to impliment the "state top"
feature of IP Filter. "State top" displays the states held by your stateful
firewall in a "top"-like manner.

Since IP Tables doesn't have a built in way to easily display this information
even once, an option was added to just display the state table once and exit.

%prep
%setup -q

%build
%serverbuild
%make CXXFLAGS="$CFLAGS -Wall"
 
%install
%makeinstall PREFIX=%{buildroot}%{_prefix}

%files
%doc README BUGS Changelog LICENSE CONTRIB WISHLIST
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.5-3
+ Revision: fb07048
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2199 |14cr|ipxping-0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The ipxping utility
Name:		ipxping
Version:	0.0
Release:	5
License:	Public Domain
Group:		Networking/Other
URL:		ftp://ftp.metalab.unc.edu/pub/Linux/system/Network/
Source0:	ftp://sunsite.unc.edu/pub/Linux/system/Network/%{name}-%{version}.tar.gz
Patch0:		ipxping-kernel-2.2.patch
Requires:	ipxutils
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is Linux version of IPXPING wich was originally written for SUN machine
using the /dev/nit interface, by Stephen Clover <cloverst@kai.ee.cit.ac.nz>
and Justin Hoon <hoonju@kai.ee.cit.ac.nz>.

%prep

%setup -q -n %{name}
%patch0 -p0

%build
gcc %{optflags} -o ipxping ipxping-linux.c

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install ipxping %{buildroot}%{_bindir}
install ipxping.1 %{buildroot}%{_mandir}/man1

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc README*
%attr(0755,root,root) %{_bindir}/ipxping
%{_mandir}/man1/ipxping.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0-5
+ Revision: cb0756f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2200 |14cr|ircclient-qt-0.3.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:		    ircclient-qt
Version:	    0.3.2
Release:	    10
Summary:    	A cross-platform IRC client library written with Qt 4
License:    	GPLv2+
Group:      	Networking/Other
URL:        	http://bitbucket.org/jpnurmi/libircclient-qt/wiki/Home
Source:     	http://bitbucket.org/jpnurmi/libircclient-qt/downloads/libircclient-qt-src-%{version}.tar.gz
Patch0:		    libircclient-qt-configure.diff
BuildRequires:  icu-devel
BuildRequires:	qt4-devel

%description
IRCclient-qt is a fully Qt-based library to create IRC clients.

#--------------------------------------------------------------------

%package -n     %{libname}
Summary:        Main library for ircclient-qt
Group:          System/Libraries
Provides:       %{name} = %{version}-%{release}

%description -n %{libname}
IRCclient-qt is a fully Qt-based library to create IRC clients.

%files -n %{libname}
%doc doc/*
%{_libdir}/libircclient-qt.so.%{major}*

#--------------------------------------------------------------------

%package        -n     %{develname}
Summary:        Header files for the ircclient-qt library
Group:          Development/C
Requires:       %{libname} = %{version}
Provides:       %{name}-devel = %{version}-%{release}
Requires:  	    icu-devel
Requires:  	    qt4-devel

%description    -n %{develname}
This package includes the header files you will need to compile applications
for %{name}.

%files  -n %{develname}
%doc examples/*
%{qt4include}/ircclient-qt/*
%{_libdir}/libircclient-qt.so
%{qt4dir}/mkspecs/features/libircclient-qt.prf

#--------------------------------------------------------------------

%prep 
%setup -q -n libircclient-qt-%{version}
%patch0 -p1 -b .fake_configure
chmod +x configure
%configure2_5x
%qmake_qt4 -config release

%build
%make

%install
INSTALL_ROOT=%{buildroot} %makeinstall_std 

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-10
+ Revision: bdedfca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2201 |14cr|ircd-2.11.1-p1.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ircd
%define version 2.11.1
%define patchlevel 1
%if %patchlevel
  %define distname irc%{version}p%{patchlevel}
  %define rel p%{patchlevel}.2
%else
  %define distname %{name}%{version}
%define rel 3
%endif
%define release %mkrel %{rel}

Name:		%{name}
Summary:	IRC server from ftp.irc.org
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/IRC
URl: 		http://www.irc.org/
Source0:	ftp://ftp.irc.org/irc/server/%{distname}.tar.bz2
Source1:	ircd.init
Source2:	README.urpmi
Source3:	ircd_crypter
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	zlib-devel
Requires(pre):	rpm-helper
Requires(post):	rpm-helper

%description
ircd is the server (daemon) program for the Internet Relay Chat Program. The 
ircd is a server in that its function is to "serve" the client program irc(1) 
with messages and commands. All commands and user messages are passed directly 
to the ircd for processing and relaying to other ircd sites.

%prep
%setup -q -n %{distname}

%build
%configure2_5x \
	--localstatedir=/var/run \
	--sysconfdir=%{_sysconfdir}/ircd
%make -C `support/config.guess` server

%install
rm -rf $RPM_BUILD_ROOT
%make install -C `support/config.guess` \
	server_bin_dir=$RPM_BUILD_ROOT%{_sbindir} \
	conf_man_dir=$RPM_BUILD_ROOT%{_mandir}/man5 \
	server_man_dir=$RPM_BUILD_ROOT%{_mandir}/man8 \
	ircd_conf_dir=$RPM_BUILD_ROOT%{_sysconfdir}/%{name} \
	ircd_var_dir=$RPM_BUILD_ROOT/var/run \
	ircd_log_dir=$RPM_BUILD_ROOT/var/log \
	install-server

install -m 711 %{SOURCE3} $RPM_BUILD_ROOT%{_sbindir}/ircd-crypter

install -d $RPM_BUILD_ROOT%{_initrddir}
install -m 750 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/%{name}

install -m 644 %{SOURCE1} doc/README.update.urpmi

%post
%_post_service %{name}
touch /var/log/auth
touch /var/log/opers
touch /var/log/rejects
touch /var/log/users
# update /etc/ircd/ircd.m4
DOMAIN=`egrep '^domain' /etc/resolv.conf | \
	sed -e 's/^domain[     ]*\([^   ]*\).*/\1/'`
HOST=`hostname | sed -e 's/\([a-zA-Z0-9\-]*\).*/\1/'`
sed "s/define(HOSTNAME,.*)/define(HOSTNAME,$HOST)/g" /etc/ircd/ircd.m4 >/etc/ircd/ircd.m4.new
sed "s/define(DOMAIN,.*)/define(DOMAIN,$DOMAIN)/g" /etc/ircd/ircd.m4.new >/etc/ircd/ircd.m4
rm -f /etc/ircd/ircd.m4.new


%preun
%_preun_service %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc doc/2.* doc/Authors doc/BUGS doc/ChangeLog doc/Etiquette doc/INSTALL.*
%doc doc/LICENSE doc/README doc/RELEASE* doc/SERVICE* doc/alt-irc-faq
%doc doc/iauth-internals.txt doc/m4macros
%doc doc/Juped doc/Nets doc/ISO-3166-1
%doc doc/README.update.urpmi
%{_sbindir}/*
%{_mandir}/man8/ircd.8.*
%{_mandir}/man8/iauth.8.*
%{_mandir}/man8/ircdwatch.8.*
%{_mandir}/man5/iauth.conf.5.*
%config(noreplace) %{_sysconfdir}/ircd/ircd.m4
%config(noreplace) %{_sysconfdir}/ircd/ircd.motd
%config(noreplace) %{_sysconfdir}/ircd/iauth.conf
%config(noreplace) %{_sysconfdir}/ircd/iauth.conf.example
%config(noreplace) %{_sysconfdir}/ircd/ircd.conf.example
%{_initrddir}/%{name}





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.11.1-p1.2
+ Revision: 0417c69
- Automatic import for version 2.11.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2202 |14cr|ircd-hybrid-7.2.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ircd-hybrid
%define version 7.2.3
%define release 10
%define _messagesdir %{_libdir}/ircd-hybrid/messages

# default: Don't build with IPv6 for production server
%define with_IPv6 0
%{?_without_ipv6:	%{expand: %%global with_IPv6 0}}
%{?_with_ipv6:		%{expand: %%global with_IPv6 1}}
# default: Don't build with EFnet support
%define with_EFnet 0
%{?_without_efnet:	%{expand: %%global with_EFnet 0}}
%{?_with_efnet:		%{expand: %%global with_EFnet 1}}

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Internet Relay Chat Server
License:	GPL
Group:		Networking/IRC
URL: 		http://www.ircd-hybrid.org/
Source0:	http://prdownloads.sf.net/ircd-hybrid/%{name}-%{version}.tar.bz2
Source1:	%{name}.init
Source2:	%{name}.sysconfig
Source3:	%{name}.logrotate
Patch0:		%{name}-config.patch
Patch1:		%{name}-opt.patch
Patch3:		%{name}-7.2.3-fix-x86_64-build.patch
Patch4:		%{name}-7.2.3-fix-module-path.patch
Patch5:		ircd-hybrid-7.2.3-fix-str-fmt.patch
Requires(post,postun):		rpm-helper update-alternatives
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	pkgconfig(openssl)	>= 0.9.7
BuildRequires:	pkgconfig(zlib)
BuildRequires:	elfutils-devel
# Both have a 
Conflicts:	ircd

%package	devel
Summary:		Development headers for %{name}
Group:			Networking/IRC
Requires:		%{name} = %{version}

%description
Ircd-hybrid is an advanced IRC server which is most commonly used on
the EFNet IRC network. It is fast, reliable, and powerful.
Build time options:
    IPv6 support:	--with ipv6 %{with_IPv6}
    EFnet support:	--with efnet %{with_EFnet}

%description	devel
Development headers and libraries for %{name}

%prep
%setup -q
%patch0 -p1
#%patch1 -p1
#patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p0

# Clear all before start
#rm -rf `find -type d -name autom4te.cache`
#mv -f autoconf/{configure.in,acconfig.h} .

%build
# change dir for other automake
#cp -f %{_datadir}/automake-1.7/config.* autoconf
#%{__aclocal}
#%{__autoconf}

%configure2_5x \
	--enable-zlib \
	--enable-small-net \
	--enable-openssl \
	--disable-assert \
	--with-nicklen=12 \
	--with-maxclients=512 \
	%{?_with_ipv6:--enable-ipv6} \
	%{?_with_efnet:--enable-efnet}
%make

%install
install -d $RPM_BUILD_ROOT{%{_libdir}/ircd-hybrid,%{_var}/{log/ircd-hybrid,run/ircd-hybrid},%{_sysconfdir}/{ircd-hybrid,rc.d/init.d,sysconfig,logrotate.d}} \
	$RPM_BUILD_ROOT{%{_libdir}/ircd-hybrid/{modules{,/autoload},tools,help},%{_sbindir},%{_mandir}/man8,%{_localstatedir}/lib/ircd-hybrid} \
	$RPM_BUILD_ROOT{%{_includedir}/%{name},%{_messagesdir},%{_messagesdir}/{ayb{,/LC_MESSAGES},custom{,/LC_MESSAGES}}}

install src/ircd $RPM_BUILD_ROOT%{_sbindir}/ircd-hybrid
install servlink/servlink $RPM_BUILD_ROOT%{_sbindir}/servlink
install etc/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/ircd-hybrid
# which conf file we need?
%if %{with_EFnet}
	mv $RPM_BUILD_ROOT%{_sysconfdir}/ircd-hybrid/example.efnet.conf $RPM_BUILD_ROOT%{_sysconfdir}/ircd-hybrid/ircd.conf
	rm $RPM_BUILD_ROOT%{_sysconfdir}/ircd-hybrid/{simple.conf,example.conf}
%else
	mv $RPM_BUILD_ROOT%{_sysconfdir}/ircd-hybrid/simple.conf $RPM_BUILD_ROOT%{_sysconfdir}/ircd-hybrid/ircd.conf
	rm $RPM_BUILD_ROOT%{_sysconfdir}/ircd-hybrid/example.efnet.conf
%endif
#mv $RPM_BUILD_ROOT%{_sysconfdir}/ircd-hybrid/convertconf-example.conf $RPM_BUILD_ROOT%{_sysconfdir}/ircd-hybrid/.convertconf-example.conf
#install doc/ircd.motd $RPM_BUILD_ROOT%{_sysconfdir}/ircd-hybrid
install doc/ircd.8 $RPM_BUILD_ROOT%{_mandir}/man8/ircd-hybrid.8
install include/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}
install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ircd-hybrid
install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/ircd-hybrid
install %{SOURCE3} $RPM_BUILD_ROOT/etc/logrotate.d/ircd-hybrid

cd modules
	install *.so $RPM_BUILD_ROOT%{_libdir}/ircd-hybrid/modules/autoload
	cd core
		install *.so $RPM_BUILD_ROOT%{_libdir}/ircd-hybrid/modules
	cd ..
cd ..

# make this to have ircservices support
cd contrib
	make ; install *.so $RPM_BUILD_ROOT%{_libdir}/ircd-hybrid/modules
cd ..

cd tools
	for i in encspeed mkkeypair mkpasswd untabify; do
		install $i $RPM_BUILD_ROOT%{_libdir}/ircd-hybrid/tools/$i
	done
cd ..

cd help

cp -rf opers users $RPM_BUILD_ROOT%{_libdir}/ircd-hybrid/help

for link in topic accept cjoin cmode admin names links away whowas \
	version kick who invite quit join list nick oper part \
	time credits motd userhost users whois ison lusers \
	user help pass error challenge knock ping pong; do \
	rm -f $RPM_BUILD_ROOT%{_libdir}/ircd-hybrid/help/users/$link; \
	ln -s %{_libdir}/ircd-hybrid/help/opers/$link $RPM_BUILD_ROOT%{_libdir}/ircd-hybrid/help/users; \
	done
cd ..

cd messages
	install *.lang $RPM_BUILD_ROOT%{_messagesdir}
cd ..

%multiarch_binaries $RPM_BUILD_ROOT%_includedir/%{name}/*.h

%pre
%_pre_useradd ircd-hybrid %{_localstatedir}/lib/ircd-hybrid /bin/false

%post
%_post_service ircd-hybrid
%create_ghostfile /var/log/ircd-hybrid/user.log ircd-hybrid ircd-hybrid 0644
%create_ghostfile /var/log/ircd-hybrid/oper.log ircd-hybrid ircd-hybrid 0644
%create_ghostfile /var/log/ircd-hybrid/foper.log ircd-hybrid ircd-hybrid 0644
update-alternatives --install %{_sbindir}/ircd ircd %{_sbindir}/ircd-hybrid 10

%preun
%_preun_service ircd-hybrid

# remove hardlinks
rm -f %{_libdir}/ircd-hybrid/tools/viklines %{_libdir}/ircd-hybrid/tools/vimotd

%postun
%_postun_userdel ircd-hybrid

update-alternatives --remove ircd %{_sbindir}/ircd-hybrid

%files
%defattr(644,root,root,755)
%doc doc/{*.txt,server-version-info,technical} Hybrid-team LICENSE BUGS RELNOTES TODO
%attr(755,root,root) %{_sbindir}/*
%attr(755,ircd-hybrid,ircd-hybrid) %dir %{_sysconfdir}/ircd-hybrid
#%attr(644,ircd-hybrid,ircd-hybrid) %config(noreplace) %{_sysconfdir}/ircd-hybrid/.convertconf-example.conf
%attr(644,ircd-hybrid,ircd-hybrid) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/ircd-hybrid/*
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/ircd-hybrid
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/ircd-hybrid
%attr(755,root,root) /etc/rc.d/init.d/ircd-hybrid
%dir %{_libdir}/ircd-hybrid
%dir %{_libdir}/ircd-hybrid/modules
%dir %{_libdir}/ircd-hybrid/tools
%dir %{_libdir}/ircd-hybrid/help
%dir %{_messagesdir}
%{_messagesdir}/*
%attr(755,ircd-hybrid,ircd-hybrid) %dir %{_localstatedir}/lib/ircd-hybrid
%attr(755,root,root) %{_libdir}/ircd-hybrid/modules/*
%attr(755,root,root) %{_libdir}/ircd-hybrid/tools/*
%attr(755,root,root) %{_libdir}/ircd-hybrid/help/*
%attr(755,ircd-hybrid,ircd-hybrid) %dir %{_var}/log/ircd-hybrid
%attr(755,ircd-hybrid,ircd-hybrid) %dir %{_var}/run/ircd-hybrid
%{_mandir}/man*/*

# devel
%files devel
%defattr(644,root,root,755)
%{_includedir}/%{name}
%doc ChangeLog




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.2.3-10
+ Revision: 1830133
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2203 |14cr|irrlamb-0.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	3D physics game
Name:		irrlamb
Version:	0.1.1
Release:	3
License:	GPLv3+
Group:		Games/Arcade
Url:		http://code.google.com/p/irrlamb/
Source0:	http://irrlamb.googlecode.com/files/%{name}-%{version}-src.tar.gz
Source1:	%{name}.png
BuildRequires:	cmake
BuildRequires:	dos2unix
BuildRequires:	audiere-devel
BuildRequires:	boost-devel
BuildRequires:	irrlicht-devel
BuildRequires:	pkgconfig(bullet)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xrandr)

%description
irrlamb is a 3D game that probably involves a lot of physics and
frustrating gameplay.

%files
%doc deployment/*txt
%{_gamesbindir}/%{name}*
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src

# use system-wide bullet library
find src -name '*.h' | xargs sed -i -e 's|btBulletCollisionCommon.h|bullet/btBulletCollisionCommon.h|g'
find src -name '*.h' | xargs sed -i -e 's|btBulletDynamicsCommon.h|bullet/btBulletDynamicsCommon.h|g'

%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS=$CFLAGS
export LDFLAGS="-ldl -lpthread"

%cmake
%make

%install
pwd
install -dm 755 %{buildroot}%{_gamesbindir}
install -m 755 bin/Release/%{name} %{buildroot}%{_gamesbindir}/%{name}.real

install -dm 755 %{buildroot}%{_gamesdatadir}/%{name}

for i in art fonts levels meshes scenes scripts shaders sounds textures; do
	cp -R working/$i %{buildroot}%{_gamesdatadir}/%{name}
done

# startscript
cat > %{name}-wrapper.sh << EOF
#!/bin/sh
if [ ! -d ~/.%{name} ]; then
	mkdir ~/.%{name}
	cd ~/.%{name}
	ln -s %{_gamesdatadir}/%{name}/* .
	cd ..
fi

cd ~/.%{name}
exec %{name}.real "$@"
EOF

install -m 755 %{name}-wrapper.sh %{buildroot}%{_gamesbindir}/%{name}

# icon and menu-entry
install -dm 755 %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Comment=irrlamb is a 3D game
Exec=%{name}
Icon=%{name}
Name=irrlamb
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-3
+ Revision: 95c180a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2204 |14cr|irrlicht-1.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (tpg) SET VERSION HERE !!!
%define major 1
%define minor 8
%define uprel 1

%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d
%define staticname %mklibname %{name} -d -s

# (dm) donno wtf it hangs
%define dont_check_elf_files 1

%bcond_with static

Summary:	The Irrlicht Engine SDK
Name:		irrlicht
%if %uprel
Version:	%{major}.%{minor}.%{uprel}
%else
Version:	%{major}.%{minor}
%endif
Release:	3
License:	zlib/libpng License
Group:		Graphics
URL:		http://irrlicht.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/irrlicht/Irrlicht%20SDK/%{version}/%{name}-%{version}.zip
Patch2:		irrlicht-1.8-debian-use-system-libs.patch
Patch3:		irrlicht-1.7.1-GUIEditor-makefile.patch
Patch4:		irrlicht-1.7.3-IrrFontTool-makefile.patch
Patch5:		irrlicht-1.8-debian-link-against-needed-libs.patch
BuildRequires:	imagemagick
BuildRequires:	zlib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	bzip2-devel
Requires:	%{name}-media = %{version}

%description
The Irrlicht Engine is an open source high performance realtime
3D engine written and usable in C++ and also available for .NET
languages. It is completely cross-platform, using D3D, OpenGL
and its own software renderer, and has all of the state-of-the-art
features which can be found in commercial 3d engines.

We've got a huge active community, and there are lots of projects
in development that use the engine. You can find enhancements for
Irrlicht all over the web, like alternative terrain renderers,
portal renderers, exporters, world layers, tutorials, editors,
language bindings for java, perl, ruby, basic, python, lua, and so
on. And best of all: It's completely free.

%package -n %{libname}
Summary:	Shared libraries for Irrlicht 3D engine
Group:		System/Libraries

%description -n %{libname}
Shared libraries for Irrlicht 3D engine.

%package -n %{develname}
Summary:	Development files for Irrlicht 3D engine
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{develname}
Development files for Irrlicht 3D engine.

%if 0%{?with_static}
%package -n %{staticname}
Summary:	Static files for Irrlicht 3D engine
Group:		Development/C
Requires:	%{develname}  = %{version}-%{release}

%description -n %{staticname}
Static files for Irrlicht 3D engine.
%endif

%package examples
Summary:	Demos and examples for the Irrlicht 3D engine
Group:		Graphics
Requires:	%{libname} = %{version}

%description examples
Demos and examples for the Irrlicht 3D engine.

%package media
Summary:	Media files for Irrlicht 3D engine
Group:		Graphics
Requires:	%{name} = %{version}

%description media
Media files needed by Irrlicht tools and demos.

%package doc
Summary:	User documentation for the Irrlicht 3D engine
Group:		Graphics
Requires:	%{libname} = %{version}

%description doc
User documentation for the Irrlicht 3D engine.

%prep
%setup -q
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

# really not needed :)
rm -r examples/14.Win32Window
rm -r source/Irrlicht/MacOSX
# (tpg) use system wide libs, see patch2
rm -rf source/Irrlicht/jpeglib source/Irrlicht/zlib source/Irrlicht/libpng source/Irrlicht/bzip2 
#source/Irrlicht/lzma source/Irrlicht/aesGladman
#find source/Irrlicht -name '*.cpp' | xargs sed -i -e 's|zlib/zlib.h|zlib.h|g' -e 's|libpng/png.h|png.h|g' -e 's|jpeglib/jerror.h|jerror.h|g' -e 's|jpeglib/jpeglib.h|jpeglib.h|g'
#find source/Irrlicht -name '*.h'   | xargs sed -i -e 's|jpeglib/jpeglib.h|jpeglib.h|g' -e 's|libpng/png.h|png.h|g' -e 's|jpeglib/jerror.h|jerror.h|g'

# needs irrKlang
rm -r examples/Demo
sed -i -e 's|Demo||g' examples/buildAllExamples.sh

# media path
sed -i -e 's|../../media/|%{_datadir}/irrlicht/|g' tools/GUIEditor/main.cpp
find ./examples -name *.cpp | xargs sed -i -e 's|../../media/|%{_datadir}/irrlicht/|g'

# (tpg) clean this mess
for i in include/*.h doc/upgrade-guide.txt source/Irrlicht/*.cpp source/Irrlicht/*.h source/Irrlicht/Makefile; do
    sed -i 's/\r//' $i
    chmod -x $i
    touch -r changes.txt $i
done

#(tpg) correct version
#sed -i -e 's/0-SVN/1/g' source/Irrlicht/Makefile

%build
%setup_compile_flags
export LIBDIR="%{_libdir}"
export PREFIX="%{_prefix}"
export INCLUDEDIR="%{_includedir}"

%if 0%{?with_static}
# build static library
%make -C source/Irrlicht \
    CFLAGS="%{optflags}" \
    CXXFLAGS="%{optflags}" \
    LDFLAGS="%{ldflags}"

# clean it
%make -C source/Irrlicht clean
%endif

# build shared library
%make -C source/Irrlicht sharedlib NDEBUG=1 \
    %ifnarch ix86
    CFLAGS="%{optflags} -fPIC" \
    CXXFLAGS="%{optflags} -fPIC"
    %else
    CFLAGS="%{optflags}" \
    CXXFLAGS="%{optflags}"
    %endif

# create necessary links to avoid linker-error for tools/examples
pushd lib/Linux
ln -s libIrrlicht.so.%{major}.%{minor}.%{uprel} libIrrlicht.so.%{major}.%{minor}
ln -s libIrrlicht.so.%{major}.%{minor} libIrrlicht.so
popd

# build tools
pushd tools
cd GUIEditor
%make CFLAGS="%{optflags}" CXXFLAGS="%{optflags} -ffast-math"
cd ../IrrFontTool/newFontTool
%make CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
popd

# build examples
pushd examples
sh buildAllExamples.sh
popd

%install
mkdir -p %{buildroot}%{_libdir}

%if 0%{?with_static}
install -m 644 lib/Linux/libIrrlicht.a %{buildroot}%{_libdir}
%endif

cp -av  lib/Linux/libIrrlicht.so* %{buildroot}%{_libdir}

# includes
mkdir -p %{buildroot}%{_includedir}/irrlicht
cp -f include/*.h %{buildroot}%{_includedir}/irrlicht

# tools
install -dm 755 %{buildroot}%{_bindir}
install -m 755 bin/Linux/GUIEditor %{buildroot}%{_bindir}/irrlicht-GUIEditor
install -m 755 bin/Linux/FontTool %{buildroot}%{_bindir}/irrlicht-FontTool

# examples
install -dm 755 %{buildroot}%{_bindir}
ex_list=`ls -1 bin/Linux/??.*`
for i in $ex_list; do
	FE=`echo $i | awk 'BEGIN { FS="." }{ print $2 }'`
	    install -m 755 $i %{buildroot}%{_bindir}/irrlicht-$FE
done

# examples-docs
pushd examples
install -dm 755 %{buildroot}%{_docdir}/Irrlicht-examples

ex_dir=`find . -name tutorial.html`
for i in $ex_dir; do
	dir_name=`dirname $i`
	install -dm 755 %{buildroot}%{_docdir}/Irrlicht-examples/$dir_name
	install -m 644 $i %{buildroot}%{_docdir}/Irrlicht-examples/$dir_name
done
rm -r %{buildroot}%{_docdir}/Irrlicht-examples/09.Meshviewer
popd

# media
mkdir -p %{buildroot}%{_datadir}/irrlicht
install -m 755 media/* %{buildroot}%{_datadir}/irrlicht

# icons
install -dm 755 %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert examples/09.Meshviewer/icon.ico -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/irrlicht-Meshviewer.png
convert bin/Win32-VisualStudio/irrlicht.ico -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/irrlicht.png

convert examples/09.Meshviewer/icon.ico -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/irrlicht-Meshviewer.png
convert bin/Win32-VisualStudio/irrlicht.ico -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/irrlicht.png

convert examples/09.Meshviewer/icon.ico -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/irrlicht-Meshviewer.png
convert bin/Win32-VisualStudio/irrlicht.ico -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/irrlicht.png

# menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/irrlicht-GUIEditor.desktop << EOF
[Desktop Entry]
Name=Irrlicht GUI Editor
Comment=Irrlicht GUI Editor
Exec=%{_bindir}/irrlicht-GUIEditor
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=3DGraphics;GTK;
EOF

cat > %{buildroot}%{_datadir}/applications/irrlicht-FontTool.desktop << EOF
[Desktop Entry]
Name=Irrlicht Font Tool
Comment=Irrlicht Font Tool
Exec=%{_bindir}/irrlicht-FontTool
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=3DGraphics;GTK;
EOF

cat > %{buildroot}%{_datadir}/applications/irrlicht-Meshviewer.desktop << EOF
[Desktop Entry]
Name=Irrlicht Mesh Viewer
Comment=Irrlicht Mesh Viewer
Exec=%{_bindir}/irrlicht-Meshviewer
Icon=irrlicht-Meshviewer
Terminal=true
Type=Application
StartupNotify=true
Categories=3DGraphics;GTK;
EOF

%files
%doc examples/09.Meshviewer/tutorial.html
%{_bindir}/irrlicht-GUIEditor
%{_bindir}/irrlicht-FontTool
%{_bindir}/irrlicht-Meshviewer
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/irrlicht
%{_libdir}/lib*.so
%{_includedir}/irrlicht/*.h

%if 0%{?with_static}
%files -n %{staticname}
%{_libdir}/lib*.a
%endif

%files examples
%dir %{_docdir}/Irrlicht-examples
%{_docdir}/Irrlicht-examples/*
%exclude %{_bindir}/irrlicht-GUIEditor
%exclude %{_bindir}/irrlicht-FontTool
%exclude %{_bindir}/irrlicht-Meshviewer
%{_bindir}/irrlicht-*

%files media
%defattr(644,root,root)
%dir %{_datadir}/irrlicht
%{_datadir}/irrlicht/*

%files doc
%doc doc/html doc/aesGladman.txt doc/irrlicht-license.txt doc/readme.txt
%doc doc/upgrade-guide.txt




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.1-3
+ Revision: a5d923d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2205 |14cr|irssistats-0.75-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	irssistats
%define	version	0.75
%define release	3

Name:		%name
Summary:	This tool generates HTML IRC stats based on irssi logs
Version:	%version
Release:	%release
Url:		http://royale.zerezo.com/irssistats/
Source:		http://royale.zerezo.com/%{name}/%{name}-%{version}.tar.gz
Group:		Networking/IRC
License:	GPLv2+
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
irssistats is a tool that make HTML stats from irssi logfiles.
The statistics generated display many useful and funny informations 
about the channel.

%prep 
%setup -q

%build 
%make

%install 
make install PRE=$RPM_BUILD_ROOT/usr

%clean 
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root,0755) 
%doc COPYING README
%{_bindir}/irssistats
%{_mandir}/man1/*
%_datadir/%name



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.75-3
+ Revision: 10d9ee0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2206 |14cr|irssi-xmpp-0.52-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		irssi-xmpp
Version:	0.52
Release:	2
Summary:	An irssi Module to Connect to the Jabber Network
Source0:	%name-%version.tar.gz
URL:		http://cybione.org/~irssi-xmpp/
Group:		Networking/IRC
License:	GPLv2
BuildRequires:	loudmouth-devel irssi-devel >= 0.8.13
BuildRequires:	gcc glibc-devel make
Requires:	irssi >= 0.8.13

%description
irssi-xmpp is a irssi plugin to connect to the jabber network.

%prep
%setup -q

%build
export IRSSI_INCLUDE="%{_includedir}/irssi" PREFIX=%{_prefix} IRSSI_LIB=%{_libdir}/irssi IRSSI_DOC=%{_defaultdocdir}
%make

%install
export IRSSI_INCLUDE="%{_includedir}/irssi" PREFIX=%{_prefix} IRSSI_LIB=%{_libdir}/irssi IRSSI_DOC=%{_defaultdocdir}
%makeinstall_std

%files
%doc COPYING NEWS README
%{_libdir}/irssi/modules/libfe_xmpp.so
%{_libdir}/irssi/modules/libxmpp_core.so
%{_libdir}/irssi/modules/libtext_xmpp.so
%{_datadir}/irssi/help/roster
%{_datadir}/irssi/help/xmppconnect
%{_datadir}/irssi/help/xmppserver



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.52-2
+ Revision: e4c486f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2207 |14cr|isight-firmware-tools-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags   %{nil}


Summary:	Firmware extraction tools for Apple Built-in iSight camera
Name:		isight-firmware-tools
Version:	1.6
Release:	3
License:	GPLv2+
Group:		System/Base
URL:		http://launchpad.net/isight-firmware-tools/
Source0:	http://launchpad.net/isight-firmware-tools/main/1.6/+download/%{name}-%{version}.tar.gz
Patch0:		isight-firmware-tools-ift-load-path.patch
Requires:	udev
BuildRequires:	gettext
BuildRequires:	glib2-devel
BuildRequires:	libgcrypt-devel
BuildRequires:	libusb-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	intltool

%description
iSight Firmware Tools provide tools to manipulate firmware for Built-in iSight
cameras found on Apple machines since iMac G5 (November 2005).

%prep
%setup -q
%patch0 -p1

%build
%configure
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_infodir}/dir

# Use doc instead.
rm -rf %{buildroot}%{_docdir}/%{name}

%find_lang %{name}

%files -f %{name}.lang
%config %{_sysconfdir}/udev/rules.d/isight.rules
%doc AUTHORS
%doc ChangeLog
%doc COPYING
%doc HOWTO
%doc NEWS
%doc README
%{_bindir}/ift-export
%{_bindir}/ift-extract
%{_infodir}/ift-export.info.*
%{_infodir}/ift-extract.info.*
%{_mandir}/man1/ift-export.1.*
%{_mandir}/man1/ift-extract.1.*
/lib/udev/ift-load



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-3
+ Revision: 0c22532
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2208 |14cr|isomaster-1.3.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK+-based ISO image editor
Name:		isomaster
Version:	1.3.9
Release:	2
Source0:	http://littlesvr.ca/isomaster/releases/%{name}-%{version}.tar.bz2
Patch0:		isomaster-0.8.1-directories.patch
License:	GPLv2
Group:		Archiving/Cd burning
URL:		http://littlesvr.ca/isomaster/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	gtk+2-devel
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick

%description
ISO Master is an open-source, easy to use, graphical CD image editor. 
You can use this program to extract files from an ISO, add files to an
ISO, and create bootable ISOs - all in a graphical user interface. It 
can open both ISO and NRG files but can only save as ISO.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0 -b .directories

%build
%make

%install
rm -rf %{buildroot}
%makeinstall_std
%find_lang %{name}

perl -pi -e 's,/usr/share/%{name}/icons/isomaster.png,%{name},g' %{buildroot}%{_datadir}/applications/%{name}.desktop

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert -scale 48 icons/isomaster.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png 
convert -scale 32 icons/isomaster.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 icons/isomaster.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/doc/%{name}
mv %{buildroot}%{_datadir}/doc/bkisofs/* %{buildroot}%{_datadir}/doc/%{name}/


%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc %{_datadir}/doc/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.9-2
+ Revision: 61e54ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2209 |14cr|isorelax-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define cvstag  release-20050331
%define gcj_support	1

Name:           isorelax
Summary:        Public interfaces for RELAX Core
Url:            http://iso-relax.sourceforge.net/
Version:        0.1
Release:        3
License:        MIT
Group:          Development/Java
%if %{gcj_support} 	 
BuildRequires:	java-gcj-compat-devel 	 
%else 	 
BuildArch:	noarch 	 
BuildRequires:	java-devel
%endif

# mkdir isorelax-release-20050331-src
# cd isorelax-release-20050331-src
# cvs -d:pserver:anonymous@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax \
#   export -r release-20050331 src lib
# cvs -d:pserver:anonymous@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax \
#   co -r release-20050331 build.xml
# rm -rf CVS
# cd ..
# tar cjf isorelax-release-20050331-src.tar.bz2 isorelax-release-20050331-src
Source0:        %{name}-%{cvstag}-src.tar.bz2
Patch0:         %{name}-apidocsandcompressedjar.patch

BuildRequires:  java-devel
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-jaxp-1.3-apis
Requires:       xerces-j2
Requires:       xml-commons-jaxp-1.3-apis
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
The ISO RELAX project was started to host public interfaces
useful for applications to support RELAX Core. Now, however,
some of the hosted material is schema language-neutral.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}-%{cvstag}-src
find . -name "*.jar" -exec rm -f {} \;
ln -s %{_javadir}/ant.jar lib/
%patch0 -p0

%build
export CLASSPATH=$(build-classpath \
xerces-j2 \
xml-commons-jaxp-1.3-apis \
)
%{ant} release

%install
rm -rf %{buildroot}
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 %{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && \
 for jar in *-%{version}*; do \
     ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; \
 done
)

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr apidocs/* %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_javadir}/*
%if %{gcj_support} 	 
%{_libdir}/gcj/%{name}
%endif

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: 81071c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2210 |14cr|istanbul-0.2.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mdkversion <= 200600
%define    py_platsitedir %{_libdir}/python2.4/site-packages
%endif
%define    name istanbul
%define    version 0.2.2
%define release  11
%define    summary  Desktop Session Recorder

Summary:   %summary
Name:      %name
Version:   %version 
Release:   %release
License:   GPL
Group:     Video
URL:       http://live.gnome.org/Istanbul 
Source:    http://zaheer.merali.org/istanbul-%{version}.tar.bz2
Patch: istanbul-fix-recording-with-sound.patch
Requires:  pygtk2.0 pygtk2.0-libglade
Requires: python-xlib
Requires: gnome-python-extras
Requires: gnome-python-gconf
# when suggest tag is implemented, we can change this one

Requires: gstreamer0.10-plugins-base
Requires: gstreamer0.10-plugins-good
Requires: gstreamer0.10-python
BuildRequires: python
BuildRequires: pygtk2.0-libglade
BuildRequires: desktop-file-utils
BuildRequires: pygtk2.0-devel
BuildRequires: gnome-python-extras
BuildRequires: gstreamer0.10-plugins-good
BuildRequires: gstreamer0.10-python-devel
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires: imagemagick
BuildRequires: automake1.8 intltool pkgconfig(gconf-2.0)
BuildRequires: desktop-file-utils
BuildRequires: python-xlib gnome-python-gconf

%description
Istanbul is a desktop session recorder.  You can use it to record your desktop 
session and then play it back for demos, tutorials and presentations.  Sessions
are recorded to ogg theora files for later playback.

%prep
%setup -q
%patch -p0

%build
%configure2_5x
%make 

%install
rm -rf %buildroot
%makeinstall
%if %_lib != lib
mkdir -p %buildroot%_libdir
mv %buildroot%_prefix/lib/python* %buildroot%_libdir
%endif
rm -f %buildroot%{py_platsitedir}/istanbul/extern/pytrayicon/*.la

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GTK" \
  --add-category="Video;Recorder" \
  --add-category="X-MandrivaLinux-Multimedia-Video" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*


for i in 16 32 48; do 
    convert %buildroot/%{_datadir}/pixmaps/%{name}.png -size ${i}x${i} %{name}-${i}.png
done

install -m0644 %{name}-16.png -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m0644 %{name}-32.png -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m0644 %{name}-48.png -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%find_lang %name
rm -f %buildroot%_libdir/gstreamer-0.10/libistximagesrc.*a

%clean
rm -rf %buildroot


%files  -f %name.lang
%defattr(-,root,root,-)
%doc ChangeLog 
#NEWS README AUTHORS
%_sysconfdir/gconf/schemas/%name.schemas
%_mandir/man1/%name.1*
%{_bindir}/%{name}
%{py_platsitedir}/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%_libdir/gstreamer-0.10/libistximagesrc.so*
%{_miconsdir}/%{name}.png 
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%{update_menus}
%post_install_gconf_schemas %name
%endif

%preun
%preun_uninstall_gconf_schemas %name

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-11
+ Revision: a16359e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2211 |14cr|istodo-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Organizer for students
Name:		istodo
Version:	1.3.0
Release:	1
License:	GPLv3+
Group:		Education
Url:		http://istodo.ru/
# Repack from http://dev.istodo.ru/istodo-desktop/get/v%{version}.tar.bz2
Source0:	%{name}-%{version}.tar.bz2
Patch0:		istodo-1.3.0-no-iOS.patch
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)

%description
iStodo is an organizer for students with scheduling and planning features.

%files
%doc linux_deploy_1.0/source_amd64/license.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%qmake_qt5
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 desktop/iStodo %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_datadir}/applications
install -m 0644 linux_deploy_1.0/source_amd64/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
sed -i s,"Version=.*","Version=1.0", %{buildroot}%{_datadir}/applications/%{name}.desktop

# Install icons of various sizes.
for s in 256 128 64 48 32 ; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
    cp linux_deploy_1.0/source_amd64/icons/${s}x${s}/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png
done


%changelog
* Wed Sep 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.0-1
+ Revision: 8b2f866
- New version 1.3.0, now opensource (GPLv3)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2212 |14cr|isync-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility to synchronize IMAP mailboxes with local maildir folders
Name:		isync
Version:	1.0.5
Release:	2
License:	GPLv2
Group:		Networking/Mail
URL:		http://isync.sf.net/
Source0:	http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig
BuildRequires:	openssl-devel
BuildRequires:	db-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
isync is a command line utility which synchronizes mailboxes; currently Maildir
and IMAP4 mailboxes are supported. New messages, message deletions and flag
changes can be propagated both ways. It is useful for working in disconnected
mode, such as on a laptop or with a non-permanent internet collection (dIMAP).

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/doc/isync

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README TODO ChangeLog src/mbsyncrc.sample src/compat/isyncrc.sample
%attr(0755,root,root) %{_bindir}/isync
%attr(0755,root,root) %{_bindir}/mbsync
%attr(0755,root,root) %{_bindir}/mdconvert
%attr(0755,root,root) %{_bindir}/get-cert
%attr(0644,root,root) %{_mandir}/man1/isync.1*
%attr(0644,root,root) %{_mandir}/man1/mbsync.1*
%attr(0644,root,root) %{_mandir}/man1/mdconvert.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-2
+ Revision: d51aef8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2213 |14cr|italc2-2.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define 	libname %mklibname italc
%define 	italcgrp italc

Summary:	Intelligent Teaching And Learning with Computers - software for teachers
Name:		italc2
Version:	2.0.1
Release:	5
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://italc.sourceforge.net/
Source0:	italc2-%{version}.tar.bz2
Source2:	italc-start_ica
Source3:	italc.sysconfig
Source5:	ica-autostart.desktop
Source6:	italc-launcher
BuildRequires:	cmake
BuildRequires:	qt4-linguist
BuildRequires:	jpeg-devel
BuildRequires:	pam-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(zlib)

%description
iTALC is a use- and powerful didactical tool for teachers. It lets you view
and control other computers in your network in several ways. It supports Linux
and Windows 2000/XP/Vista.

Features:

* see what's going on in computer-labs by using overview mode and
  make snapshots
* remote-control computers to support and help other people
* show a demo (either in fullscreen or in a window) - the teacher's screen
  is shown on all student's computers in realtime
* lock workstations for moving undivided attention to teacher
* send text-messages to students
* powering on/off and rebooting computers per remote
* remote logon and logoff and remote execution of arbitrary commands/scripts
* home-schooling - iTALC's network-technology is not restricted to a subnet
  and therefore students at home can join lessons via VPN-connections just
  by installing iTALC client

Furthermore iTALC is optimized for usage on multi-core systems (by making
heavy use of threads). No matter how many cores you have, iTALC can make use
of all of them.

#----------------------------------------------------------------------------

%package client
Summary:	Software for iTALC-clients
Group:		Networking/Remote access

%description client
This package contains the software, needed by iTALC-clients.

See /usr/share/italc/doc/INSTALL for details on how to install and setup iTALC
in your network.

%files client
%{_bindir}/ica
%{_bindir}/start-ica
%{_bindir}/italc_auth_helper
%config %{_sysconfdir}/xdg/autostart/ica-autostart.desktop
%config(noreplace) %{_sysconfdir}/sysconfig/ica
%dir %{_sysconfdir}/settings
%dir "%{_sysconfdir}/settings/iTALC Solutions"
%config(missingok,noreplace) "%{_sysconfdir}/settings/iTALC Solutions/iTALC.conf"
%dir %{_sysconfdir}/italc/keys/private
%defattr(0440,root,%{italcgrp},0750)
%dir %{_sysconfdir}/italc/keys/private/teacher
%dir %{_sysconfdir}/italc/keys/private/admin
%dir %{_sysconfdir}/italc/keys/private/supporter
%dir %{_sysconfdir}/italc/keys/private/other
%ghost %attr(0440,root,%{italcgrp}) %config(noreplace) %{_sysconfdir}/italc/keys/private/teacher/key
%ghost %attr(0440,root,%{italcgrp}) %config(noreplace) %{_sysconfdir}/italc/keys/private/admin/key
%ghost %attr(0440,root,%{italcgrp}) %config(noreplace) %{_sysconfdir}/italc/keys/private/supporter/key
%ghost %attr(0444,root,%{italcgrp}) %config(noreplace) %{_sysconfdir}/italc/keys/public/teacher/key
%ghost %attr(0444,root,%{italcgrp}) %config(noreplace) %{_sysconfdir}/italc/keys/public/admin/key
%ghost %attr(0444,root,%{italcgrp}) %config(noreplace) %{_sysconfdir}/italc/keys/public/supporter/key

%pre client
%{_sbindir}/groupadd -r -f %{italcgrp} 2>/dev/null ||:

%post client
if
    getent group %{italcgrp} >/dev/null
then
    : OK group %{italcgrp} already present
else
    groupadd -r %{italcgrp} 2>/dev/null || :
fi

#----------------------------------------------------------------------------

%package master
Summary:	iTALC master software
Group:		Networking/Remote access
Requires:	%{libname} = %{EVRD}
Requires:	%{name}-client = %{EVRD}
Requires(post):	%{name}-client = %{EVRD}

%description master
This package contains the actual master-software for accessing clients.

See /usr/share/italc/doc/INSTALL for details on how to install and setup iTALC
in your network.

%files master
%doc AUTHORS COPYING ChangeLog INSTALL README TODO
%{_bindir}/italc
%{_bindir}/italc-launcher
%{_bindir}/imc
%{_datadir}/pixmaps/*

%post master
if
    getent group %{italcgrp} >/dev/null
then
    : OK group %{italcgrp} already present
else
    groupadd -r %{italcgrp} 2>/dev/null || :
fi

# dont run scripts on update
if [ ${1:-0} -lt 2 ]; then
  for role in admin supporter teacher; do
	if [ ! -f "%{_sysconfdir}/italc/keys/private/$role/key" ]; then
		/usr/bin/ica -role $role -createkeypair 1>/dev/null
		chgrp %{italcgrp} "%{_sysconfdir}/italc/keys/private/$role/key"
		chmod 0440 "%{_sysconfdir}/italc/keys/private/$role/key"
	fi
  done
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library used by ITALC
Group:		Networking/Remote access

%description -n %{libname}
iTALC is a use- and powerful didactical tool for teachers. It lets you
view and control other computers in your network in several ways. It
supports Linux and Windows 2000/XP/Vista and it even can be used
transparently in mixed environments!

This is a library used by %{name}-master and %{name}-client.

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog INSTALL README TODO
%{_libdir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt4
%make

%install
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}

%makeinstall_std -C build
# create the directories containing the auth-keys
mkdir -p %{buildroot}%{_sysconfdir}/italc/keys/{private,public}/{teacher,admin,supporter,other}
# create pseudo key files so RPM can own them (ghost files)
for role in admin supporter teacher; do
	touch %{buildroot}%{_sysconfdir}/italc/keys/{private,public}/$role/key
done
# create the initial config
mkdir -p "%{buildroot}/%{_sysconfdir}/settings/iTALC Solutions"
cat > "%{buildroot}/%{_sysconfdir}/settings/iTALC Solutions/iTALC.conf" << EOF
[keypathsprivate]
admin=%{_sysconfdir}/italc/keys/private/admin/key
supporter=%{_sysconfdir}/italc/keys/private/supporter/key
teacher=%{_sysconfdir}/italc/keys/private/teacher/key

[keypathspublic]
admin=%{_sysconfdir}/italc/keys/public/admin/key
supporter=%{_sysconfdir}/italc/keys/public/supporter/key
teacher=%{_sysconfdir}/italc/keys/public/teacher/key
EOF
# install start script for ica client
install -D -m755 %{SOURCE2} %{buildroot}/%{_bindir}/start-ica
install -D -m644 %{SOURCE5} %{buildroot}/%{_sysconfdir}/xdg/autostart/ica-autostart.desktop
install -D -m755 %{SOURCE6} %{buildroot}/%{_bindir}/italc-launcher
# icon for the desktop file
install -Dm644 ima/data/italc.png %{buildroot}/%{_datadir}/pixmaps/italc.png
#
# Distribution specific
#
# configuration for ica

install -D -m644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/sysconfig/ica


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-5
+ Revision: 11f76c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2214 |14cr|iTest-1.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Testing system
Name: iTest
Version: 1.4.1
Release: 3
License: GPL
Group: Education
URL: http://itest.sourceforge.net/
Source: %{name}-%{version}-src.tar.gz
Patch0:	 itest-1.4-qt4.7.diff

BuildRequires: qt4-common qt4-devel

%description
iTest is a client-server appplication for creation and running tests and exams.

%prep
%setup -qn %{name}-%{version}-src -q
%patch0 -p1

%build
cd iTestServer
%qmake_qt4 -config release
%qt4bin/lrelease iTestServer.pro
cd ..
cd iTestClient
%qmake_qt4 -config release
%qt4bin/lrelease iTestClient.pro
cd ..
%qmake_qt4 -config release
make

%install
rm -rf %{buildroot}

install -m 755 -d %{buildroot}%{_bindir}
install -m 755 bin/iTestClient $RPM_BUILD_ROOT%{_bindir}
install -m 755 bin/iTestServer $RPM_BUILD_ROOT%{_bindir}
install -m 755 -d %{buildroot}%{_iconsdir}
install -m 644 *.png $RPM_BUILD_ROOT%{_iconsdir}

%makeinstall

install -dm 755 %{buildroot}%{_datadir}/applications
cat > itest.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
GenericName=iTests & iExams
GenericName[ru]=Экзаменатор iTest
Comment=iTest -  Tests & Exams Program by Qt4
Comment[ru]=Мощная программа для проведения тестов
Exec=%{_bindir}/iTestServer
Icon=%{_iconsdir}/itdb.png
MimeType=application/x-edu;application/x-edugallery
Name=iTestServer
DocPath=
Path=%{_bindir}
Terminal=false
Type=Application
X-DCOP-ServiceType=Multi
Categories=Qt;KDE;Education;Teaching;X-MandrivaLinux-MoreApplications-Education-Other;
EOF
install -m 0644 itest.desktop \
%{buildroot}%{_datadir}/applications/itest.desktop

install -dm 755 %{buildroot}%{_datadir}/applications
cat > itestwri.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
GenericName=iTests & iExams client
GenericName[ru]=Клиент для экзаменатора iTest
Comment=iTest -  Tests & Exams client by Qt4
Comment[ru]=Клиент для проведения тестов iTest
Exec=%{_bindir}/iTestClient
Icon=%{_iconsdir}/itos.png
MimeType=application/x-edu;application/x-edugallery
Name=iTestClient
DocPath=
Path=%{_bindir}
Terminal=false
Type=Application
X-DCOP-ServiceType=Multi
Categories=Qt;KDE;Education;Teaching;X-MandrivaLinux-MoreApplications-Education-Other;
EOF
install -m 0644 itestwri.desktop \
%{buildroot}%{_datadir}/applications/itestwri.desktop

%clean
rm -rf %{buildroot}

%files
%defattr(-,root, root)
%{_bindir}/iTestClient
%{_bindir}/iTestServer
%{_iconsdir}/itcl.png
%{_iconsdir}/itdb.png
%{_iconsdir}/itest.png
%{_iconsdir}/itestwri.png
%{_iconsdir}/itos.png
%{_datadir}/applications/itest.desktop
%{_datadir}/applications/itestwri.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-3
+ Revision: 4f42a8b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2215 |14cr|itk-3.20.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_patented	0
%define build_review	1
%define build_examples	1
%define build_doc	0
%define build_java	0
%define build_python	0
%define build_tcl	0

%define short_version %(echo %{version} | cut -d. -f1,2)

%define libname %mklibname %{name} 4
%define devname %mklibname %{name} -d

%define itkdir		%{_datadir}/%{name}
%define itklibdir	%{_libdir}/%{name}-%{short_version}
%define itkincludedir	%{_includedir}/%{name}-%{short_version}

Summary:	Medicine Insight Segmentation and Registration
Name:		itk
Version:	3.20.0
Release:	8
Epoch:		2
License:	BSD-like
Group:		Sciences/Other
Url:		http://www.itk.org
Source0:	http://dl.sourceforge.net/sourceforge/itk/InsightToolkit-%{version}.tar.gz
Source1:	http://dl.sourceforge.net/sourceforge/itk/ItkSoftwareGuide-2.4.0.pdf.bz2
Source2:	http://dl.sourceforge.net/sourceforge/itk/DoxygenInsightToolkit-%{version}.tar.gz
Patch0:		InsightToolkit-3.20.0-build-install.patch
Patch1:		InsightToolkit-3.20.0-tcl8.6.patch
Patch2:		InsightToolkit-3.20.0-gcc4.6.patch
Patch3:		InsightToolkit-3.20.0-gcc4.7.patch
Patch4:		InsightToolkit-3.20.0-libpng15.patch
Patch5:		InsightToolkit-3.20.0-gzgetc.patch
Patch6:		InsightToolkit-3.20.0-header.patch

BuildRequires:	cableswig
BuildRequires:	cmake >= 2.6.0
BuildRequires:	graphviz
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)
%if %{build_doc}
BuildRequires:	doxygen
# this should signficantly reduce number of pango-WARNING messages
BuildRequires:	urw-fonts
%endif
%if %{build_java}
BuildRequires:	java-rpmbuild
BuildRequires:	java-devel
BuildRequires:	jpackage-utils
%endif
%if %{build_python}
BuildRequires:	pkgconfig(python)
BuildRequires:	python-numarray-devel
Requires:	python-numarray
%endif
%if %{build_tcl}
BuildRequires:	pkgconfig(tk) >= 8.6
BuildRequires:	tcl-devel >= 8.6
BuildRequires:	tcl
%endif

%description
ITK is an open-source software system to support the Visible Human Project. 
Currently under active development, ITK employs leading-edge segmentation 
and registration algorithms in two, three, and more dimensions.

The Insight Toolkit was developed by six principal organizations, three 
commercial (Kitware, GE Corporate R&D, and Insightful) and three academic 
(UNC Chapel Hill, University of Utah, and University of Pennsylvania). 
Additional team members include Harvard Brigham & Women's Hospital, 
University of Pittsburgh, and Columbia University. The funding for the 
project is from the National Library of Medicine at the National Institutes 
of Health. NLM in turn was supported by member institutions of NIH (see 
sponsors).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Medicine Insight Segmentation and Registration
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Provides:	itk = %{EVRD}

%description -n %{libname}
ITK is an open-source software system to support the Visible Human Project.
Currently under active development, ITK employs leading-edge segmentation
and registration algorithms in two, three, and more dimensions.

The Insight Toolkit was developed by six principal organizations, three
commercial (Kitware, GE Corporate R&D, and Insightful) and three academic
(UNC Chapel Hill, University of Utah, and University of Pennsylvania).
Additional team members include Harvard Brigham & Women's Hospital,
University of Pittsburgh, and Columbia University. The funding for the
project is from the National Library of Medicine at the National Institutes
of Health. NLM in turn was supported by member institutions of NIH (see
sponsors).

%files -n %{libname}
%defattr(0644,root,root,0755)
%dir %{itklibdir}
%dir %{itklibdir}/lib*.so.*
%if %{build_java}
%exclude %{itklibdir}/*Java*.so.*
%endif
%if %{build_python}
%exclude %{itklibdir}/*Python*.so.*
%endif
%if %{build_tcl}
%exclude %{itklibdir}/*Tcl*.so.*
%endif
%{_libdir}/InsightToolkit
%{_sysconfdir}/ld.so.conf.d/*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	ITK header files for building C++ code
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
ITK is an open-source software system to support the Visible Human Project. 
Currently under active development, ITK employs leading-edge segmentation 
and registration algorithms in two, three, and more dimensions.

The Insight Toolkit was developed by six principal organizations, three 
commercial (Kitware, GE Corporate R&D, and Insightful) and three academic 
(UNC Chapel Hill, University of Utah, and University of Pennsylvania). 
Additional team members include Harvard Brigham & Women's Hospital, 
University of Pittsburgh, and Columbia University. The funding for the 
project is from the National Library of Medicine at the National Institutes 
of Health. NLM in turn was supported by member institutions of NIH (see 
sponsors).

%files -n %{devname}
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/*
%{_includedir}/multiarch*
%dir %{itkincludedir}
%{itkincludedir}/*
%{_includedir}/InsightToolkit
%{itklibdir}/*.cmake
%{itklibdir}/lib*.so
%if %{build_java}
%exclude %{itklibdir}/*Java*.so
%endif
%if %{build_java}
%exclude %{itklibdir}/*Python*.so
%endif
%if %{build_tcl}
%exclude %{itklibdir}/*Tcl*.so
%endif

#----------------------------------------------------------------------------

%if %{build_examples}
%package examples
Summary:	C++, Tcl and Python example programs/scripts for ITK
Group:		Development/C++
BuildArch:	noarch

%description examples
ITK is an open-source software system to support the Visible Human Project. 
Currently under active development, ITK employs leading-edge segmentation 
and registration algorithms in two, three, and more dimensions.

The Insight Toolkit was developed by six principal organizations, three 
commercial (Kitware, GE Corporate R&D, and Insightful) and three academic 
(UNC Chapel Hill, University of Utah, and University of Pennsylvania). 
Additional team members include Harvard Brigham & Women's Hospital, 
University of Pittsburgh, and Columbia University. The funding for the 
project is from the National Library of Medicine at the National Institutes 
of Health. NLM in turn was supported by member institutions of NIH (see 
sponsors).

%files examples
%defattr(0644,root,root,0755)
%dir %{itkdir}/examples
%{itkdir}/examples/*
%dir %{itkdir}/data
%{itkdir}/data/*
%endif

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for ITK
Group:		Development/C++
BuildArch:	noarch

%description doc
ITK is an open-source software system to support the Visible Human Project. 
Currently under active development, ITK employs leading-edge segmentation 
and registration algorithms in two, three, and more dimensions.

The Insight Toolkit was developed by six principal organizations, three 
commercial (Kitware, GE Corporate R&D, and Insightful) and three academic 
(UNC Chapel Hill, University of Utah, and University of Pennsylvania). 
Additional team members include Harvard Brigham & Women's Hospital, 
University of Pittsburgh, and Columbia University. The funding for the 
project is from the National Library of Medicine at the National Institutes 
of Health. NLM in turn was supported by member institutions of NIH (see 
sponsors).

%files doc
%defattr(0644,root,root,0755)
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/*

#----------------------------------------------------------------------------

%if %{build_java}
%package -n java-%{name}
Summary:	Java bindings for ITK
Group:		Development/Java

%description -n java-%{name}
ITK is an open-source software system to support the Visible Human Project. 
Currently under active development, ITK employs leading-edge segmentation 
and registration algorithms in two, three, and more dimensions.

This package contains Java bindings for ITK.

%files -n java-%{name}
%defattr(0644,root,root,0755)
%{itklibdir}/java
%{itklibdir}/*Java*.so.*
%endif

#----------------------------------------------------------------------------

%if %{build_java}
%package -n java-%{name}-devel
Summary:	Java development files for ITK bindings
Group:		Development/Other

%description -n java-%{name}-devel
Java development files for ITK bindings.

%files -n java-%{name}-devel
%defattr(0644,root,root,0755)
%{itklibdir}/*Java*.so
%endif

#----------------------------------------------------------------------------

%if %{build_python}
%package -n python-%{name}
Summary:	Python bindings for ITK
Group:		Development/Python

%description -n python-%{name}
ITK is an open-source software system to support the Visible Human Project. 
Currently under active development, ITK employs leading-edge segmentation 
and registration algorithms in two, three, and more dimensions.

This package contains Python bindings for ITK.

%files -n python-%{name}
%defattr(0644,root,root,0755)
%{itklibdir}/*.py
%dir %{itklibdir}/python
%{itklibdir}/python/*
%{itklibdir}/*Python*.so.*
%{python_sitelib}/%{name}
%endif

#----------------------------------------------------------------------------

%if %{build_python}
%package -n python-%{name}-devel
Summary:	Python development files for ITK bindings
Group:		Development/Other

%description -n python-%{name}-devel
Python development files for ITK bindings.

%files -n python-%{name}-devel
%defattr(0644,root,root,0755)
%{itklibdir}/*Python*.so
%endif

#----------------------------------------------------------------------------

%if %{build_tcl}
%package -n tcl-%{name}
Summary:	Tcl bindings for ITK
Group:		Development/Other

%description -n tcl-%{name}
ITK is an open-source software system to support the Visible Human Project. 
Currently under active development, ITK employs leading-edge segmentation 
and registration algorithms in two, three, and more dimensions.

This package contains Tcl bindings for ITK.

%files -n tcl-%{name}
%defattr(0644,root,root,0755)
%{_bindir}/itkwish*
%dir %{itklibdir}/tcl
%{itklibdir}/tcl/*
%{itklibdir}/*Tcl*.so.*
%{tcl_sitearch}/InsightToolkit
%endif

#----------------------------------------------------------------------------

%if %{build_tcl}
%package -n tcl-%{name}-devel
Summary:	Tcl development files for ITK bindings
Group:		Development/Other

%description -n tcl-%{name}-devel
Tcl development files for ITK bindings.

%files -n tcl-%{name}-devel
%defattr(0644,root,root,0755)
%{itklibdir}/*Tcl*.so
%endif

#----------------------------------------------------------------------------

%prep
%setup -q -n InsightToolkit-%{version}

%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1

# doc
bunzip2 %{SOURCE1} -c > ItkSoftwareGuide.pdf

# remove CVS dirs, if exists
find -name CVS -type d | xargs rm -rf


%build
%cmake \
	-DINSTALL_WRAP_ITK_COMPATIBILITY=OFF \
	-DITK_INSTALL_LIB_DIR=/%{_lib}/%{name}-%{short_version} \
	-DITK_INSTALL_DATA_DIR=/share/%{name} \
	-DITK_INSTALL_INCLUDE_DIR=/include/%{name}-%{short_version} \
	-DITK_DATA_ROOT:PATH=%{itkdir} \
%if %{build_review}
	-DITK_USE_REVIEW:BOOL=ON \
	-DITK_USE_CONSOLIDATED_MORPHOLOGY:BOOL=ON \
%else
	-DITK_USE_REVIEW:BOOL=OFF \
%endif
	-DUSE_FFTWF:BOOL=ON \
	-DUSE_FFTWD:BOOL=ON \
	-DFFTW_INCLUDE_PATH:PATH=%{_includedir} \
	-DBUILD_SHARED_LIBS=ON \
%if %{build_java}
	-DJAVA_INCLUDE_PATH=%{java_home}/include \
	-DJAVA_INCLUDE_PATH2=%{java_home}/include/linux \
	-DJAVA_AWT_INCLUDE_PATH=%{java_home}/include \
	-DJAVA_AWT_LIBRARY=%{java_home}/jre/lib/i386/libawt.so \
	-DITK_CSWIG_JAVA=ON \
%else
	-DITK_CSWIG_JAVA=OFF \
%endif
%if %{build_python}
	-DITK_CSWIG_PYTHON=ON \
	-DWRAP_ITK_PYTHON=ON \
	-DITK_USE_PYTHON_NUMARRAY=ON \
%else
	-DITK_CSWIG_PYTHON=OFF \
	-DWRAP_ITK_PYTHON=OFF \
%endif
%if %{build_tcl}
	-DITK_CSWIG_TCL=ON \
	-DWRAP_ITK_TCL=ON \
%else
	-DITK_CSWIG_TCL=OFF \
	-DWRAP_ITK_TCL=OFF \
%endif
%if %{build_doc}
	-DBUILD_DOXYGEN:BOOL=ON \
%else
	-DBUILD_DOXYGEN:BOOL=OFF \
%endif
%if %{build_examples}
	-DBUILD_EXAMPLES=ON \
%else
	-DBUILD_EXAMPLES=OFF \
%endif
%if %{build_patented}
	-DITK_USE_PATENTED=ON \
%else
	-DITK_USE_PATENTED=OFF \
%endif
	-DITK_USE_SYSTEM_TIFF=OFF \
	-DITK_USE_SYSTEM_PNG=ON \
	-DITK_USE_SYSTEM_ZLIB=ON

# Parallel make fails
make

# build docs
%if %{build_doc}
    doxygen Utilities/Doxygen/doxygen.config
%endif

%install
%makeinstall_std -C build

# install ld.so.conf path
install -d -m 755 %buildroot/%{_sysconfdir}/ld.so.conf.d
cat > %{buildroot}/%{_sysconfdir}/ld.so.conf.d/%{_lib}%{name}.conf <<_EOF
%{itklibdir}
_EOF

# install docs
install -d -m 755 %{buildroot}/%{_docdir}/%{name}
%if %{build_doc}
    cp -a build/Utilities/Doxygen/html %{buildroot}/%{_docdir}/%{name}/api
    cp -fa	Documentation/InsightDeveloperStart.pdf			\
		Documentation/Style.pdf					\
		ItkSoftwareGuide.pdf					\
	%{buildroot}/%{_docdir}/%{name}
    cp -fa README.html Documentation/DeveloperList.txt Copyright	\
	%{buildroot}/%{_docdir}/%{name}
%else
    tar zxf %{SOURCE2} -C %{buildroot}%{_docdir}/%{name}
    mv %{buildroot}%{_docdir}/%{name}/{DoxygenInsightToolkit-%{version}/,}html
    rm -fr %{buildroot}%{_docdir}/%{name}/DoxygenInsightToolkit-%{version}
    cp -fa Documentation/{README.html,InsightDeveloperStart.pdf,Style.pdf} \
	ItkSoftwareGuide.pdf Copyright %{buildroot}%{_docdir}/%{name}
%endif

%if %{build_examples}
    # install examples
    install -d -m 755 %{buildroot}/%{itkdir}/examples
    cp -a Testing %{buildroot}/%{itkdir}/examples
    cp -a Examples %{buildroot}/%{itkdir}/examples

    # get rid of unwanted files
    pushd %{buildroot}%{itkdir}
    find . -name "*.o" -o -name "CMake*" -o -name "cmake.*"		\
	-o -name .NoDartCoverage -o -name .NoDartCoverage		\
	-o -name Makefile -o -name DartTestfile.txt			\
	-exec rm {} \;
    popd

    #install data
    mv %{buildroot}/%{itkdir}/examples/Testing/Data %{buildroot}/%{itkdir}/data
%endif

# multiarch support
%multiarch_includes  %{buildroot}/%{itkincludedir}/Utilities/itksys/FundamentalType.h

# add some links for the default target directories
ln -sf %{itklibdir} %{buildroot}%{_libdir}/InsightToolkit
ln -sf %{itkincludedir} %{buildroot}%{_includedir}/InsightToolkit

%if %{build_python}
   mkdir -p %{buildroot}%{python_sitelib}
   ln -sf %{itklibdir}/python %{buildroot}%{python_sitelib}/%{name}
%endif

%if %{build_tcl}
    mkdir -p %{buildroot}%{_bindir}
    mkdir -p %{buildroot}%{tcl_sitearch}
    ln -sf %{itklibdir}/tcl %{buildroot}%{tcl_sitearch}/InsightToolkit
    mv -f %{buildroot}/%{itklibdir}/itkwish-*  %{buildroot}/%{_bindir}
    ln -sf itkwish %{buildroot}/%{_bindir}/itkwish*
    rm -f %{buildroot}/%{itklibdir}/itkwish
%endif


%changelog
* Mon Sep 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.20.0-8
+ Revision: 2682987
- Don't build python bindings, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2216 |14cr|iulib-0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%define name    iulib
%define develname	%mklibname %{name} -d

Name:		%{name}
Version:	0.4
Release:	5
Summary:	A library of image understanding-related algorithms
License:	Apache
Group:		System/Libraries
URL:		http://code.google.com/p/iulib/
Source0:		http://iulib.googlecode.com/files/%{name}-%{version}.tgz
Patch0:		iulib-0.4-add-includes.patch
BuildRequires:  png-devel
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	SDL_gfx-devel
BuildRequires:	SDL-devel
BuildRequires:	SDL_image-devel
BuildRequires:	imagemagick

%description
Iulib implements easy-to-use image and video I/O functions, as well as a
 large number of common image processing functions.  

%package -n	%{develname}
Summary: 	Header files, libraries and development documentation for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0 -b .old

%build
./build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{develname}
%defattr(-,root,root,-)
%{_includedir}/colib/*.h
%{_includedir}/iulib/*.h
%{_libdir}/*.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-5
+ Revision: aa14955
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2217 |14cr|iurt-0.6.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
############################################
# Warning
#   This package must be handled 
#   via /svn/soft/build_system/iurt/trunk/
############################################

Name: iurt
Version: 0.6.5
Release: 4
License: GPL
Summary: Packages rebuilder

Group: Development/Other
URL: http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/build_system/iurt/trunk/
Source: %{name}.tar.xz
Requires: mkcd
BuildArch: noarch

%description
iurt is a collection of tools to create an automatic rebuild system. It
contains the rebuild script, iurt, as well as the scheduler, ulri, and
the upload script, emi.

%prep
%setup -q -n %{name}-%{version}

%install
%makeinstall DESTDIR=%{buildroot}

%files
%{_bindir}/emi
%{_bindir}/iurt
%{_bindir}/ulri
%{_sbindir}/iurt_root_command
%{perl_vendorlib}/Iurt




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.5-4
+ Revision: 4b93c35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2218 |14cr|ivritex-1.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define texmfdir %{_datadir}/texmf-dist
%define updmap %{texmfdir}/fonts/map/dvips/updmap

Summary:	Files for processing Hebrew LaTeX documents
Name:		ivritex
Version:	1.2.1
Release:	6
License:	LPPL
Group:		Publishing
Url:		http://ivritex.sourceforge.net/
Source0:	http://downloads.sourceforge.net/ivritex/%{name}-%{version}.tar.bz2
Requires:	tetex
# BuildRequires:	tetex-afm
# BuildRequires:	tetex-latex
BuildRequires:	fonts-type1-hebrew
BuildRequires:	texlive-collection-fontutils
# Just to make sure all deps are installed
BuildRequires:	texlive-scheme-tetex
# to have it auto-selected when choosing Hebrew at install time
Requires:	locales-he
Requires:	fonts-type1-hebrew
BuildArch:	noarch

%description
IvriTeX provides Hebrew support for LaTeX. The project provides Hebrew
support for babel, Hebrew fonts, and HebClass - a collection of 
classes and styles that will hopefully be useful to Hebrew authors.

%files
%doc README example/tests/hebhello.tex ChangeLog
%{texmfdir}/bibtex/%{name}
%{texmfdir}/doc/generic/0%{name}
%{texmfdir}/doc/latex/hebclass/hebtech.ps
%{texmfdir}/dvips/base/culmus-he8.enc
%{texmfdir}/dvips/config/culmus.map
%{texmfdir}/fontname/culmus.map
%{texmfdir}/fonts/afm/culmus
%{texmfdir}/fonts/tfm/culmus
%{texmfdir}/fonts/type1/culmus
%{texmfdir}/fonts/vf/culmus
%{texmfdir}/tex/generic/0%{name}
%{texmfdir}/tex/latex/hebclass

%post
updmap-sys --quiet
mktexlsr

%postun
updmap-sys --quiet
mktexlsr

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
# modern font paths
perl -pi -e 's,/usr/X11R6/lib/X11/fonts/Type1,/usr/share/fonts/Type1/hebrew,g' fonts/culmus/Makefile
# we use .pfb fonts, not .pfa
perl -pi -e 's,pfa,pfb,g' fonts/culmus/Makefile
# elatex doesn't exist any more
perl -pi -e 's,HEBLATEX=elatex,HEBLATEX=latex,g' ivritex.mk
# use_symlinks makes symlinks to the files from fonts-type1-hebrew
# rather than copying: saves space and ensures they'll stay up-to-date
make TEX_ROOT=%{buildroot}%{texmfdir} use_symlinks=1 install




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-6
+ Revision: 0cacb97
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2219 |14cr|ivtv-utils-1.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for the iTVC15/16 and CX23415/16 driver
Name:		ivtv-utils
Version:	1.4.1
Release:	3
License:	GPLv2
Group:		System/Kernel and hardware
Source0:	http://dl.ivtvdriver.org/ivtv/archive/1.4.x/%{name}-%{version}.tar.gz
Patch0:		ivtv-1.4.0-fix-string-format.patch
URL:		http://ivtvdriver.org/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Suggests:	ivtv-firmware
Conflicts:	v4l-utils <= 0.7.91-3mdv2010.1
Obsoletes:	ivtv < 1.2.0
Provides:	ivtv = %{version}-%{release}

%description
The primary goal of the IvyTV Project is to create a kernel driver for
the iTVC15 family of MPEG codecs. The iTVC15 family includes the
iTVC15 (CX24315) and iTVC16 (CX24316). These chips are commonly found
on Hauppauge's WinTV PVR-250 and PVR-350 TV capture cards.

The driver has made it into the kernel so this package only contains
some userland tools for ivtv.

%prep
%setup -q
%patch0 -p0
perl -pi -e's@CFLAGS = -D_GNU_SOURCE .*@CFLAGS = -D_GNU_SOURCE -D__user= %{optflags}@' utils/Makefile

%build
make -C utils

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/ivtv/
make -C utils DESTDIR=%{buildroot} BINDIR=%{_bindir} install

install -p utils/*.pl %{buildroot}%{_datadir}/ivtv/
ln -s ivtv-radio %{buildroot}%{_bindir}/radio-ivtv

rm -f %{buildroot}%{_includedir}/linux/ivtv.h %{buildroot}%{_includedir}/linux/ivtvfb.h

# already provided by v4l-utils with a more uptodate copy
rm -f %{buildroot}%{_bindir}/v4l2-ctl

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc doc/*
%{_bindir}/*
%{_datadir}/ivtv



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-3
+ Revision: 264cfa7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2220 |14cr|iwatch-0.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iwatch
%define version 0.2.2

Name:           %{name}
Summary:        iWatch is a realtime filesystem monitoring program
Version:        %{version}
Release:        2
License:        GPLv2
Group:          Monitoring
Requires:       perl-Linux-Inotify2 perl-Event perl-Mail-Sendmail perl-XML-LibXML perl-XML-SimpleObject-LibXML
Url:            http://iwatch.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/iwatch/%{name}/%{version}/%{name}-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
iWatch monitor the filesystem's integrity in realtime and will send
alarm immediately to the system administrator when there is any changes
in the monitored filesystem. iWatch is written in Perl and based on
inotify, a file change notification system, a kernel feature that
allows applications to request the monitoring of a set of files against
a list of events.

Currently it can:

- run in command line mode as well as in daemon mode

- using an easy xml configuration file

- can watch directory recursively and watch new created directory

- can have a list of exceptions

- can use regex to compare the file/directory name

- can execute command if an event occures

- send email

- syslog

- print time stamp

%prep
%setup -q -n %{name}

%build

%install
install -d %buildroot/etc
install -p iwatch.xml %buildroot/etc/iwatch.xml
install -p iwatch.dtd %buildroot/etc/iwatch.dtd
install -d %buildroot/usr/bin
install -p iwatch %buildroot/usr/bin/iwatch

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README iwatch.xml.example
%{_sysconfdir}/iwatch.xml
%{_sysconfdir}/iwatch.dtd
%{_bindir}/iwatch




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-2
+ Revision: 7159d1f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2221 |14cr|iwidgets-4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Widget Extension for Tcl/Tk
Name:		iwidgets
Version:	4.1
Release:	4
License:	MIT
Group:		System/Libraries
Url:		http://chiselapp.com/user/rene/repository/iwidgets/index
Source0:	%{name}41.tgz
BuildRequires:	tcl-devel
# We don't have tcl itk, our itk is "The Insight Toolkit"
# Requires:	itk
BuildArch:	noarch

%description
[incr Widgets] is an object-oriented mega-widget set that extends
Tcl/Tk and is based on [incr Tcl] and [incr Tk].  This set of
mega-widgets delivers many new, general purpose widgets like option
menus, comboboxes, selection boxes, and various dialogs whose
counterparts are found in Motif and Windows. Since [incr Widgets] is
based on the [incr Tk] extension, the Tk framework of configuration
options, widget commands, and default bindings is maintained.  In other
words, each [incr Widgets] mega-widget seamlessly blends with the
standard Tk widgets. They look, act, and feel like Tk widgets. In
addition, all [incr Widgets] mega-widgets are object oriented and may
themselves be extended, using either inheritance or composition.

%files
%doc license.terms README
%{tcl_sitelib}/%{name}%{version}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}%{version}
sed -i -e "s/itk 4/Itk/" library/pkgIndex.tcl

%build

%install
mkdir -p %{buildroot}%{tcl_sitelib}
cp -a library %{buildroot}%{tcl_sitelib}/%{name}%{version}


%changelog
* Tue Aug 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.1-4
+ Revision: 87c1989
- Adjust BuildRequires and Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2222 |14cr|iwscanner-0.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec is based on Alberto Altieri's work in MIB

Name:		iwscanner
Version:	0.2.4
Release:	2
Summary:	Wireless scanner based on iwtools
URL:		http://kuthulu.com/iwscanner/index.php
License:	LGPLv2+
Group:		Networking/Other
Source:		http://kuthulu.com/iwscanner/%{name}-%{version}.tgz
Source1:	kuthulu-%{name}.desktop
BuildArch:	noarch
Requires:	pygtk2.0
Requires:	wireless-tools
# for kdesu
Requires:	kdebase4-runtime

%description
A simple NetStumbler like wireless scanner based on iwtools.

%prep
%setup -q

%build

%install
%__rm -rf %{buildroot}

# wrapper script
%__mkdir_p %{buildroot}%{_bindir}
%__cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/bash

kdesu /usr/share/iwscanner/iwscanner.py
EOF
%__chmod 755 %{buildroot}%{_bindir}/%{name}

%__mkdir_p %{buildroot}%{_datadir}/applications
%__install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop

# datafiles
%__mkdir_p %{buildroot}%{_datadir}/%{name}
%__cp * %{buildroot}%{_datadir}/%{name}/

%clean
%__rm -rf %{buildroot}

%files
%doc README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-2
+ Revision: 27950e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2223 |14cr|jabber2-2.2.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname         jabberd
%define name		jabber2
%define version		2.2.16
%define release		2

Summary:		OpenSource server implementation of the Jabber protocols
Name:			%name
Version:		%version
Release:		%release
License:		GPLv2+
Group:			System/Servers
URL:			http://codex.xiaoka.com/wiki/jabberd2:start
Source0:		http://codex.xiaoka.com/pub/jabberd2/releases/%{pkgname}-%{version}.tar.gz
Source1:		%{pkgname}.rc
Source2:		%{pkgname}.sysconfig
Source3:		%{pkgname}.logrotate
Patch0:			%{pkgname}-2.2.8-fix-pid-path.patch
Patch1:			%{pkgname}-2.2.9-fix-log-path.patch
Patch2:			%{pkgname}-2.2.11-fix-pem-path.patch
Patch3:			%{pkgname}-2.2.11-fix-template-path.patch
Patch4:			%{pkgname}-2.2.11-fix-router-path.patch
Patch5:			%{pkgname}-2.2.11-fix-module-filename.patch
Patch6:			%{pkgname}-2.2.16-link.patch
patch7:			jabberd-2.2.16.interpreter.patch
BuildRequires:		gc-devel
BuildRequires:		pq-devel
BuildRequires:		pkgconfig(openssl)
BuildRequires:		glibc-devel 
BuildRequires:          pkgconfig(zlib)
BuildRequires:		idn-devel
BuildRequires:		expat-devel
BuildRequires:          pkgconfig(libgsasl)
Buildrequires:		udns-devel
BuildRequires:		cppunit-devel
%{!?_without_pam:BuildRequires: pam-devel}
%{!?_without_sqlite:BuildRequires: sqlite3-devel}
%{!?_without_db4:BuildRequires: db-devel}
%{!?_without_ldap:BuildRequires: openldap-devel}
%{!?_without_mysql:BuildRequires: mysql-devel}
%{!?_without_postgresql:BuildRequires: postgresql-devel}

Conflicts:		jabber
Requires(post,preun):	rpm-helper
Requires(pre,postun):	rpm-helper

%description
The jabberd project aims to provide an open-source server implementation of the
Jabber protocols for instant messaging and XML routing. The goal of this
project is to provide a scalable, reliable, efficient and extensible server
that provides a complete set of features and is up to date with the latest
protocol revisions.
jabberd 2 is the next generation of the jabberd server. It has been rewritten
from the ground up to be scalable, architecturally sound, and to support the
latest protocol extensions coming out of the JSF.

%prep
%setup -q -n %{pkgname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p0
%patch3 -p1
%patch4 -p1
%patch5 -p0
%patch6 -p0
%patch7 -p1 -b .interpreter

%build
autoreconf -f -i
%serverbuild

%configure2_5x \
	%{!?_without_pam:--enable-pam} \
	%{?_without_pam:--disable-pam} \
	%{!?_without_db4:--enable-db} \
	%{?_without_db4:--disable-db} \
	%{!?_without_mysql:--enable-mysql} \
	%{?_without_mysql:--disable-mysql} \
	%{!?_without_ldap:--enable-ldap} \
	%{?_without_ldap:--disable-ldap} \
	%{!?_without_postgresql:--enable-pgsql} \
	%{?_without_postgresql:--disable-pgsql} \
	%{!?_without_sqlite:--enable-sqlite} \
	%{?_without_sqlite:--disable-sqlite} \
	--localstatedir=%{_var}/lib \
	--enable-fs --enable-anon --enable-pipe --enable-ssl \
	--with-sasl=gsasl --enable-debug --enable-mio=poll

%make

%install
%makeinstall_std

# create needed directories 
mkdir -p %{buildroot}%{_var}/run/%{pkgname}
mkdir -p %{buildroot}%{_var}/lib/%{pkgname}/{db,stats}
mkdir -p %{buildroot}%{_var}/log/%{pkgname}
mkdir -p %{buildroot}%{_sysconfdir}/%{pkgname}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sysconfdir}/{sysconfig,logrotate.d}

# install the initscript
install -m755 %{SOURCE1} %{buildroot}%{_initrddir}/%{pkgname}

# install the sysconfig file
install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{pkgname}

# install the logrotate file
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{pkgname}

# and move some conf files to /etc/jabberd
mv %{buildroot}%{_sysconfdir}/{*.xml,*.cfg,*.conf,*.dist,templates} %{buildroot}%{_sysconfdir}/%{pkgname}

# prepare to doc .dist files
mkdir examples
mv %{buildroot}%{_sysconfdir}/%{pkgname}/{*.dist,templates/*.dist} examples

# we have our own start script
rm -f %{buildroot}%{_bindir}/%{pkgname}
rm -f %{buildroot}%{_sysconfdir}/%{pkgname}/%{pkgname}.cfg*
rm -f %{buildroot}%{_sysconfdir}/%{pkgname}/%{pkgname}-*.conf
rm -rf %{buildroot}%{_prefix}%{_sysconfdir}/init

%pre
%_pre_useradd %{pkgname} %{_var}/lib/%{pkgname} /bin/sh

%preun
%_preun_service %{pkgname}

%post
%_post_service %{pkgname}

%postun
%_postun_userdel %{pkgname}

%files
%defattr (0755,root,root,0755)
%_bindir/*
%_initrddir/%{pkgname}
%_libdir/%{pkgname}
%defattr (0644,root,root,0755)
%doc COPYING README INSTALL ChangeLog AUTHORS NEWS TODO
%doc tools/db-setup.mysql tools/db-setup.pgsql
%doc tools/*.pl examples
%{_sysconfdir}/logrotate.d/%{pkgname}
%{_sysconfdir}/sysconfig/%{pkgname}
%dir %{_sysconfdir}/%{pkgname}
%config(noreplace) %{_sysconfdir}/%{pkgname}/c2s.xml
%config(noreplace) %{_sysconfdir}/%{pkgname}/router-users.xml
%config(noreplace) %{_sysconfdir}/%{pkgname}/router.xml
%config(noreplace) %{_sysconfdir}/%{pkgname}/router-filter.xml
%config(noreplace) %{_sysconfdir}/%{pkgname}/s2s.xml
%config(noreplace) %{_sysconfdir}/%{pkgname}/sm.xml
%config(noreplace) %{_sysconfdir}/%{pkgname}/templates
%{_mandir}/man8/*
%defattr (0644,jabberd,jabberd,755)
%{_var}/run/%{pkgname}
%{_var}/lib/%{pkgname}
%{_logdir}/%{pkgname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.16-2
+ Revision: 5266a93
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2224 |14cr|jabbim-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       jabbim
Version:    0.5.1
Release:    2
Summary:    Jabber client for mere mortals

Group:      Networking/Instant messaging 
License:    GPLv2+
URL:        http://dev.jabbim.cz/jabbim
# The source was obtained from upstream SVN repository:
# svn export svn://dev.jabbim.cz/jabbim/tags/0.5.1 jabbim-0.5.1
# tar -cjf jabbim-0.5.1.tar.bz2 jabbim-0.5.1/
Source0:    jabbim-0.5.1.tar.bz2
Patch0:     jabbim-0.4-autoupdate-disable-notification.diff
Patch1:     jabbim-0.5.1-mdv-fix-log-in-unicode.patch
BuildArch:  noarch


BuildRequires:  python >= 2.5
BuildRequires:  desktop-file-utils
BuildRequires:	qt4-devel
Requires:   python >= 2.5
Requires:   python-qt4
Requires:   python-twisted-names
Requires:   python-twisted-web
Requires:   python-twisted-web2
Requires:   python-twisted-words
Requires:   python-sqlite2
Requires:   python-configobj
Requires:   python-OpenSSL



%description
Jabbim is a user-friendly Jabber (XMPP) client. Its goal is to make the modern
and useful Jabber services approachable to common users. It integrates well
with the advanced functionality provided by the Jabber server of the same name
(see http://www.jabbim.com). Jabbim is written in Python and Qt4.

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_bindir}/jabbim
%{_datadir}/applications/jabbim.desktop
%{_datadir}/icons/hicolor/*/apps/jabbim.png
%{_datadir}/icons/hicolor/scalable/apps/jabbim.svg
%{_datadir}/pixmaps/jabbim.png
%{_datadir}/pixmaps/jabbim.svg
%{_datadir}/jabbim

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0
# Fix Makefile 
sed -i 's|lrelease-qt4|lrelease|g' Makefile


%build
make clean
%make PREFIX=%_prefix

%install
%__rm -rf %{buildroot}

%makeinstall_std


%clean
%__rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
+ Revision: 394e654
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2225 |14cr|jack-3.1.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:		Console frontend for CD rippers and audio encoders
Name:		jack
Version:		3.1.1
Release:		10
License:		GPL
Group:		Sound
URL:		http://www.home.unix-ag.org/arne/jack/
Source0:		%{name}-%{version}.tar.bz2
BuildRequires:	python-devel
BuildRequires:	python-id3 
BuildRequires:	python-CDDB
BuildRequires:	pyid3lib
BuildRequires:	pyvorbis >= 1.0
BuildRequires:	ncurses-devel
Requires:	python-id3
Requires:	python-CDDB
Requires:	vorbis-tools 
Requires:	pyid3lib
Requires:	pyvorbis >= 1.0
Requires:	cdparanoia

%description
Jack has been developed with one main goal: ripping CDs without having
to worry. There is nearly no way that an incomplete rip goes
unnoticed, e.g. jack compares WAV and MP3/Vorbis filesizes when continuing
from a previous run. Jack also checks your HD space before doing
anything (even keeps some MB free).


%prep
%setup -q


%build
python setup.py build
python -c "import jack_CDTime"
python -c "import jack_misc"
python -c "import jack_mp3"
python -c "import jack_TOCentry"
python -c "import jack_TOC"


%install
python setup.py install --root %{buildroot}
install -D -m 755 jack %{buildroot}%{_bindir}/jack
install -D -m 644 jack.man %{buildroot}%{_mandir}/man1/jack.1
mkdir -p %{buildroot}%{_libdir}/python%{py_ver}/site-packages/
cp jack_* %{buildroot}%{_libdir}/python%{py_ver}/site-packages/


%files
%doc doc/* README
%{_bindir}/jack
%{_libdir}/python%{py_ver}/site-packages/*
%{_mandir}/man?/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.1-10
+ Revision: 381937a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2226 |14cr|jackasyn-0.13-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0 
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:	 	jackasyn
Summary:		Asynchronous capabilities for Jack audio daemon
Version:		0.13
Release:		5
Source0:		http://gige.xdv.org/soft/libjackasyn/download/lib%{name}-%{version}.tar.gz
URL:		http://gige.xdv.org/soft/libjackasyn
License:		GPLv2+
Group:		Sound
BuildRequires:	jackit-devel
BuildRequires:	libsamplerate-devel
Requires:	jackit

%description
This is a library that allows to access the jack audio server in
asynchronous mode. The jacklaunch command launches an application by
preloading libjackasyn. This makes applications that are written for the
OSS API working with the JACK audio server.


%package -n	%{libname}
Summary:		Dynamic libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
This is a library that allows to access the jack audio server in
asynchronous mode. It can be used for several purposes:
  1) Make an application that uses the OSS audio API run with the jack
     server via the LD_PRELOAD system.
  2) You have an application that is written for asynchronous mode,
     probably for several platforms and can't afford a rewrite of the whole
     system to fit jackit callback architecture.
  3) You want to port an application in a fast and easy way and do not care
     for tight synchronisation and performance. 


%package -n	%{develname}
Summary:		Header files and static libraries from %{name}
Group: 		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes:	%{name}-devel < %{version}-%{release}
#Obsoletes:	%%{_lib}jackasyn0-devel < %%{version}-%%{release}

%description -n %{develname}
Libraries and includes files for developing programs based on %{name}.


%prep
%setup -qn lib%{name}-%{version}

%build
%configure2_5x
# parallel build doesn't work - AdamW 2008/08
make


%install
mkdir -p %{buildroot}/%{_libdir}
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_includedir}
mkdir -p %{buildroot}/%{_mandir}/man1
install -m 644 libjackasyn.a %{buildroot}/%{_libdir}
install -m 755 libjackasyn.so.%{version} %{buildroot}/%{_libdir}
install -m 644 libjackoss.h %{buildroot}/%{_includedir}
ln -s libjackasyn.so.%{version} %{buildroot}/%{_libdir}/libjackasyn.so.0
ln -s libjackasyn.so.%{version} %{buildroot}/%{_libdir}/libjackasyn.so
install -m 755 jacklaunch %{buildroot}/%{_bindir}
install -m 0644 jacklaunch.1 %{buildroot}/%{_mandir}/man1


%files
%doc README AUTHORS CHANGELOG TODO WORKING
%{_bindir}/jacklaunch
%{_mandir}/man1/*


%files -n %{libname}
%doc README
%{_libdir}/*.so.%{major}*


%files -n %{develname}
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13-5
+ Revision: b61ff5d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2227 |14cr|jackbeat-0.7.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:		Drum machine styled audio sequencer
Name:		jackbeat
Version:		0.7.6
Release:		3
Url:		http://bitbucket.org/olivierg/jackbeat/wiki/Home
License:		GPLv2+
Group:		Sound
Source0:		http://bitbucket.org/olivierg/%{name}/downloads/%{name}-%{version}.tar.gz
Patch0:		jackbeat-0.7.3-mdv-fix-str-fmt.patch
BuildRequires:	imagemagick 
BuildRequires:	jackit-devel 
BuildRequires:	gtk+2-devel >= 2.12
BuildRequires:	libalsa-devel >= 1.0.0
BuildRequires:	sndfile-devel >= 1.0.15
BuildRequires:	libsamplerate-devel >= 0.1.2
BuildRequires:	portaudio-devel
BuildRequires:	pulseaudio-devel >= 0.9.10
BuildRequires:	liblo-devel >= 0.22
BuildRequires:	libxml2-devel >= 2.6

%description
Jackbeat is an audio sequencer with the following features:
    * drummachine-like interface for fast and easy edition;
    * realtime operation : while playing, the pattern can be edited and
      resized, the bpm rate modified, and new samples loaded;
    * virtually unlimited number of tracks and beats;
    * easy to use and yet powerful : just JACK it into jack-rack and you
      can apply LADSPA effect plugins on a per track basis, perform
      mastering with jackeq , etc...
    * loads and saves .jab files, Jackbeat's binary file format.


%prep
%setup -q
%patch0 -p1 -b .strfmt


%build
LDFLAGS="-lgmodule-2.0" %configure
%make


%install
%makeinstall

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=JackBeat
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=sound_section
Terminal=false
Type=Application
Categories=AudioVideo;Sequencer;
EOF


%files
%doc AUTHORS ChangeLog COPYING README 
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.6-3
+ Revision: 7653cc2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2228 |14cr|jack_capture-0.9.70-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple JACK audiofile recorder-encoder
Name:		jack_capture
Version:	0.9.70
Release:	2
URL:		http://archive.notam02.no/arkiv/src/
License:	GPLv2+
Group:		Sound
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	gtk2-devel
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(flac)
BuildRequires:	meterbridge
Requires:	meterbridge

%description
Small audio file recorder with on-the-fly encoding capabilities for the JACK
Audio Connection Kit. Jack_capture comes with two control GUIs, one of which
is deliberately simple. Supported save file formats are wav (with 4GB limit
bypass), ogg, flac, wav, wavex, au, aiff and raw.


%prep
%setup -q
perl -pi -e 's/usr\/local/usr/g' Makefile
perl -pi -e 's/-march=native//g' Makefile


%build
%make
# We have to build the legacy gui program at our own risk
make jack_capture_gui2


%install
%makeinstall_std
install jack_capture_gui2 %{buildroot}%{_bindir}/

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/jack_capture_gui2.desktop << EOF
[Desktop Entry]
Name=Jack_capture_gui2
Comment=Simple JACK audiofile recorder-encoder
Exec=jack_capture_gui2
Icon=sound_section
Categories=Audio;X-MandrivaLinux-Sound;
Terminal=false
Type=Application
X-Desktop-File-Install-Version=0.15
EOF


%files
%doc README
%{_bindir}/jack_capture
%{_bindir}/jack_capture_gui2
%{_datadir}/applications/jack_capture_gui2.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.70-2
+ Revision: 8361628
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2229 |14cr|jackeq-0.5.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	jackEQ

Name:		jackeq
Summary:		Live EQ console for JACK audio applications
Version:		0.5.9
Release:		2
URL:		http://djcj.org/%{name}/
License:		GPLv2+
Group:		Sound
Source0:		http://djcj.org/%{name}/code/%{oname}-%{version}.tar.bz2
Patch0:		jackeq-0.5.9-fix-format-string.patch
BuildRequires:	pkgconfig
BuildRequires:	jackit-devel >= 0.50.0
BuildRequires:	libxml2-devel >= 2.0
BuildRequires:	gtk+2-devel
BuildRequires:	gettext
BuildRequires:	ladspa-devel
Requires:	swh-plugins >= 0.4.2.20030819

%description
jackEQ is a tool for routing and manipulating audio from/to multiple
input/output sources. It runs in the JACK Audio Connection Kit, and uses
LADSPA for its backend DSP work, specifically the DJ EQ swh plugin created
by Steve Harris, one of jackEQ's main authors.
jackEQ is intended to provide an accessible method for tweaking the treble,
mid and bass of any JACK aware applications output. Designed specifically for
live performance, it is modelled on varous DJ mixing consoles which the main
author has used.


%prep
%setup -qn %{oname}-%{version}
%apply_patches


%build
export LIBS="-lm -lpthread -ljack -lxml2 -ldl"
%configure2_5x 
%make


%install
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=JackEQ
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=sound_section
Terminal=false
Type=Application
Categories=AudioVideo;Mixer;
Encoding=UTF-8
EOF


%files
%doc AUTHORS README TODO
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.9-2
+ Revision: 6b215a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2230 |14cr|jack-rack-1.4.7-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		jack-rack
Summary:		LADSPA effects rack for JACK
Version:		1.4.7
Release:		12
URL:		http://jack-rack.sourceforge.net/
License:		GPLv2+
Group:		Sound
Source0:		http://prdownloads.sourceforge.net/jack-rack/%{name}-%{version}.tar.bz2
Patch0:		jack-rack-1.4.7-undeprec.patch
Patch1:		jack-rack-1.4.7-jacksession.patch
BuildRequires:	ladspa-devel
BuildRequires:	pkgconfig
BuildRequires:	jackit-devel
BuildRequires:	gtk2-devel
BuildRequires:	imagemagick
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	ecasound-devel
BuildRequires:	liblrdf-devel
BuildRequires:	raptor-devel
BuildRequires:	gettext-devel

%description
JACK Rack is an effects "rack" for the JACK low latency audio API. The rack
can be filled with LADSPA effects plugins. It's phat; it turns your
computer into an effects box.


%prep
%setup -q
%patch0 -p1
%patch1 -p1


%build
# Fix explicit lm and ldl linking requirement
%define _disable_ld_as_needed   1
%configure
perl -pi -e 's/LDFLAGS =/LDFLAGS = -ldl -lm -lpthread /g' Makefile src/Makefile
%make


%install
%makeinstall_std
chrpath -d %{buildroot}/%{_bindir}/%{name}

#menu
perl -pi -e 's,%{name}-icon.png,%{name}-icon,g' %{buildroot}%{_datadir}/applications/*
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GTK" \
  --add-category="AudioVideo;Audio;Sequencer" \
  --add-category="X-MandrivaLinux-Sound" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

#icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -size 48x48 pixmaps/jack-rack-icon.png %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -size 32x32 pixmaps/jack-rack-icon.png %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 pixmaps/jack-rack-icon.png %{buildroot}/%{_miconsdir}/%{name}.png

%find_lang %name %{name}.lang


%files -f %{name}.lang
%doc README AUTHORS BUGS COPYING ChangeLog NEWS TODO
%{_bindir}/%{name}
%{_bindir}/ecarack
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*.png
%{_datadir}/dtds
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.7-12
+ Revision: 5e2225b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2231 |14cr|jacksum-1.7.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support 1
%define section free

Name:           jacksum
Version:        1.7.0
Release:        11
Epoch:          0
Summary:        Software for computing and verifying checksums, CRC's, and message digests
License:        GPL
URL:            http://www.jonelo.de/java/jacksum/
Group:          Development/Java
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
#Vendor:         JPackage Project
#Distribution:   JPackage
Source0:        http://osdn.dl.sourceforge.net/jacksum/jacksum-1.7.0.zip
Source1:        %{name}
Patch0:         %{name}-javadoc.patch
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.5
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif

%description
Jacksum is a free and platform independent software for computing and 
verifying checksums, CRC's, and message digests (known as hash values 
and fingerprints). "Jacksum" is a synthetic word made of JAva and 
ChecKSUM.

Jacksum supports 46 popular algorithms (Adler32, BSD sum, POSIX cksum, 
Bzip2's CRC, CRC-8, CRC-16, CRC-24, CRC-32 (FCS-32), CRC-64, ELF-32, 
eMule/eDonkey, FCS-16, GOST R 34.11-94, HAS-160, HAVAL (3/4/5 passes, 
128/160/192/224/256 bits), MD2, MD4, MD5, MPEG-2's CRC-32, RIPEMD-128, 
RIPEMD-160, RIPEMD-256, RIPEMD-320, SHA-0, SHA-1, SHA-224, SHA-256, 
SHA-384, SHA-512, Tiger-128, Tiger-160, Tiger, Tiger2, Unix System V 
sum, sum8, sum16, sum24, sum32, Whirlpool-0, Whirlpool-1, Whirlpool and 
xor8).

Jacksum supports the "Rocksoft (tm) Model CRC Algorithm", it can 
calculate customized CRC algorithms and it supports the combination of 
multiple algorithms.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%{__perl} -pi -e 's/\r$//g' history.txt license.txt readme_de.txt readme.txt docs/*
pushd source
%{_bindir}/unzip -qq %{name}-src.zip
popd
%patch0 -p1
%{__perl} -pi -e 's|<javadoc|<javadoc source="1.4"|g' build.xml

%build
pushd source
%{ant} jar #javadoc
popd

%install
%{__rm} -rf %{buildroot}

# bin
%{__mkdir_p} %{buildroot}%{_bindir}
%{__cp} -a %{SOURCE1} %{buildroot}%{_bindir}/%{name}

# jars
%{__mkdir_p} %{buildroot}%{_javadir}
%{__cp} -a source/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do %{__ln_s} ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
#%{__cp} -a source/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
%{__rm} -rf %{buildroot}

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc history.txt license.txt readme_de.txt readme.txt docs/*
%attr(0755,root,root) %{_bindir}/%{name}
%{_javadir}/%{name}*.jar
%if %{gcj_support}
%attr(-,root,root) %{_libdir}/gcj/%{name}
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}
%doc %{_javadocdir}/%{name}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.7.0-11
+ Revision: bff6468
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2232 |14cr|jag-0.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An arcade-puzzle 2D game to break all of the target blocks
Name:		jag
Version:	0.3.2
Release:	3
# README say "under the GPL" so that quite vague
License:	GPLv2+
Group:		Games/Puzzles
Url:		http://jag.xlabsoft.com
Source0:	http://jag.xlabsoft.com/files/%{name}-%{version}-src.zip
Source1:	http://jag.xlabsoft.com/files/%{name}-%{version}-data.zip
# adujst path to conform to FHS
# not sent upstream, too ugly
Patch0:		jag-0.3.2-path.patch
Patch1:		jag-0.3.2-dso.patch
BuildRequires:	unzip
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)

%description
JAG is a free and opensource arcade-puzzle 2D game.

The aim of JAG is to break all of the target pieces on each level, and to do
this before the time runs out. Keep doing this until you have beaten the last
level and won the game. Move game pieces using mouse into matches of 3 or more
in a straight line horizontally or vertically. Doing this on top of the target
cells will break them. The faster targets are removed, the bigger is score.
There are single and double targets. Unlike the single ones, double targets
are removed in two turns. Some pieces are blocked. Before removing such ones,
blocks should be destroyed. Blocks also can be single or double. By breaking
pieces and targets, you're earning score which can be spent for applying a
special tool. Tools make the life easier as they're mostly intended for
breaking several pieces at a time, including blocks and targets. By breaking
pieces of the same type, you're also increasing bonus counters. If you will
collect 500 and more items, you can remove all the same items from the field.

%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src -a1
%patch0 -p1
%patch1 -p1
mv %{name}-%{version}-data/data .
rm -rf %{name}-%{version}-data
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;

%build
%qmake_qt4 Game.pro
%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=JAG
GenericName=Arcade-puzzle 2D game
Comment=%{summary}
Exec=%{name}
Icon=%{_liconsdir}/%{name}
Type=Application
StartupNotify=false
Categories=Game;LogicGame;
Terminal=false
EOF

mkdir -p %{buildroot}%{_liconsdir}
install -m644 images/item4.png %{buildroot}%{_liconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-3
+ Revision: 2ffc49c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2233 |14cr|jakarta-commons-jexl-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname commons-jexl

Summary:        Java Expression Language
Name:		jakarta-%{oname}
Version:	1.1
Release:	3
Group:		Development/Java
License:	Apache Software License
URL:		http://jakarta.apache.org/commons/jexl/
Source0:	http://www.apache.net.pl/commons/jexl/source/%{oname}-%{version}-src.tar.gz
BuildRequires:	jpackage-utils >= 0:1.5
BuildRequires:	ant >= 0:1.6
BuildRequires:	ant-junit >= 0:1.6
BuildRequires:	junit
BuildRequires:	apache-commons-logging
BuildRequires:	java-rpmbuild
Requires:	apache-commons-logging
BuildArch:	noarch

%description
Jexl is an expression language engine designed for easy embedding in 
applications and frameworks. It implements an extended version of the 
Expression Language of the JSTL.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description javadoc
%{summary}.


%prep
%setup -q -n %{oname}-%{version}-src

%build
export JAVA_HOME="%{java_home}"
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=$(build-classpath apache-commons-logging-api apache-commons-logging )
CLASSPATH=target/classes:target/test-classes:$CLASSPATH
%ant -Dbuild.sysclasspath=only test dist


%install
rm -rf %{buildroot}
install -Dpm 644 dist/%{oname}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
ln -s %{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{oname}-%{version}.jar
ln -s %{oname}-%{version}.jar \
  %{buildroot}%{_javadir}/%{oname}.jar
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # ghost symlink


%clean
rm -rf %{buildroot}

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%files
%defattr(-,root,root)
%doc LICENSE.txt
%{_javadir}/*.jar

%files javadoc
%defattr(-,root,root)
%doc %{_javadocdir}/%{name}-%{version}
%ghost %doc %{_javadocdir}/%{name}


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: c53fc3d
- Build with apache-commons



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2234 |14cr|jakarta-commons-jxpath-1.2-3.0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define section   devel
%define base_name commons-jxpath

Name:           jakarta-%{base_name}
Version:        1.2
Release:        %mkrel 3.0.4
Epoch:          0
Summary:        Simple XPath interpreter

Group:          Development/Java
License:        Apache Software License
URL:            http://jakarta.apache.org/commons/jxpath/
Source0:        commons-jxpath-1.2-src.zip
Source1:        commons-jxpath-1.2.pom
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch:      noarch
BuildRequires:  jpackage-utils >= 0:1.5
BuildRequires:  java-rpmbuild
BuildRequires:  ant >= 0:1.6, ant-junit >= 0:1.6, junit
BuildRequires:  xml-commons-apis
BuildRequires:  xerces-j2
BuildRequires:  servletapi5
BuildRequires:  jsp
BuildRequires:  jdom >= 0:1.0
BuildRequires:  jakarta-commons-beanutils
BuildRequires:  jakarta-commons-logging
BuildRequires:  jakarta-commons-collections >= 0:2.1.1
Requires:       xml-commons-apis
Requires:       xerces-j2
Requires:       servletapi5
Requires:	jsp
Requires:       jdom >= 0:1.0
Requires:       jakarta-commons-beanutils
Requires:       jakarta-commons-logging
Requires:       jakarta-commons-collections >= 0:2.1.1

%description
Defines a simple interpreter of an expression language called XPath. 
JXPath applies  XPath  expressions to graphs of objects of all kinds: 
JavaBeans, Maps, Servlet contexts, DOM etc, including mixtures thereof.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}

%prep
%setup -q -n %{base_name}-%{version}
#touch build.properties
#echo jaxp.jaxp.jar = $(find-jar xml-commons-apis) >> build.properties 
#echo jaxp.xslt.jar = $(find-jar xml-commons-apis) >> build.properties 
#echo jdom.jar = $(find-jar jdom) >> build.properties 
#echo servlet.jar = $(find-jar servletapi4) >> build.properties 
#echo junit.jar = $(find-jar junit) >> build.properties 
#echo commons-beanutils.jar = $(find-jar commons-beanutils) >> build.properties 
#echo commons-collections.jar = $(find-jar commons-collections) >> build.properties 
#echo commons-logging.jar = $(find-jar commons-logging) >> build.properties 

%build
export OPT_JAR_LIST="ant/ant-junit junit ant-launcher"
export CLASSPATH=$(build-classpath \
xerces-j2 \
servletapi5 \
jsp \
xml-commons-apis \
jdom \
commons-beanutils \
commons-logging \
commons-collections \
ant-launcher)
CLASSPATH=$CLASSPATH:target/classes:target/test-classes
%ant -Dbuild.sysclasspath=first -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 test jar javadoc


%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 644 target/%{base_name}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
ln -s %{name}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{base_name}-%{version}.jar
ln -s %{base_name}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{base_name}.jar
  %add_to_maven_depmap %{base_name} %{base_name} %{version} JPP/%{base_name} %{base_name}
install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} 

# poms
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms

install -pm 644 %{SOURCE1} \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{base_name}.pom

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%doc LICENSE.txt
%{_javadir}/*.jar
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0:1.2-3.0.4
+ Revision: cd93d77
- Automatic import for version 1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2235 |14cr|jakarta-commons-primitives-1.0-3.0.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define section free
%define shortname commons-primitives
%define gcj_support 1

Name:           jakarta-%{shortname}
Version:        1.0
Release:        3.0.7
Epoch:          0
Summary:        Jakarta Commons Primitives Component

License:        Apache Software License
Group:          Development/Java
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:            http://jakarta.apache.org/commons/primitives/
Source0:        http://archive.apache.org/dist/jakarta/commons/primitives/source/commons-primitives-1.0-src.tar.gz
Patch0:         %{name}-crosslink.patch

%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel
%endif
BuildRequires:  java-rpmbuild >= 0:1.5
#BuildRequires:  java-javadoc
BuildRequires:  ant
BuildRequires:  junit
Provides:       %{shortname} = %{epoch}:%{version}-%{release}

%description
Apache Jakarta Commons Primitives provides a collection of types and
utilities optimized for working with Java primitives (boolean, byte,
char, double, float, int, long, short). Generally, the
Commons-Primitives classes are smaller, faster and easier to work with
than their purely Object based alternatives.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.


%prep
%setup -q -n %{shortname}-%{version}
%patch0 -p0


%build
# No unit tests yet, would require commons-collections snapshot.
%{ant} \
  -Dfinal.name=%{name}-%{version} \
  -Dj2se.apidoc=%{_javadocdir}/java \
  jar javadoc


%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 644 target/%{name}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
ln -s %{name}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{shortname}-%{version}.jar
ln -s %{shortname}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{shortname}.jar
install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pR target/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT


%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0-3.0.7
+ Revision: 8464450
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2236 |14cr|jam-2.5-0.20080327.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		version		2.5
%define		codename	haiku
%define		reldate		20080327
%define		fullversion	%{version}%{?codename:-%codename}%{?reldate:-%reldate}

Name:		jam
Summary:	A nice replacement for make
Version:	%{version}
Release:	%{?reldate:0.%reldate.}1
License:	MIT
Group:		Development/Other
URL:		http://equinox-project.org
Source0:	http://downloads.sourceforge.net/project/ede/%{name}/%{fullversion}/%{name}-%{fullversion}.tar.gz
BuildRequires:	bison

%description
Jam is a nice replacement for make (and the mess called Automake) providing
a good facility for writing sane compile scripts.

%prep
%setup -qn %{name}

%build
make

%install
export BINDIR="%{buildroot}%{_bindir}"
./jam0 install

%files
%attr (755,root,root) %{_bindir}/jam
%doc README README.CHANGES RELNOTES



%changelog
* Sat Jul 14 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.5-0.20080327.1
+ Revision: 9568fa3
- Automatic import for version 2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2237 |14cr|jama-1.0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		jama
Summary:	A Java Matrix Package
Version:	1.0.2
Release:	7
Source:		http://math.nist.gov/javanumerics/jama/Jama-%{version}.tar.gz
License:	Public Domain
URL:		http://math.nist.gov/javanumerics/jama/
Group:		Development/Java
BuildArch:	noarch
BuildRequires:	java-devel
BuildRequires:	ant
BuildRequires:	jpackage-utils
BuildRequires:	java-rpmbuild
%description
JAMA is a basic linear algebra package for Java. It provides user-level
classes for constructing and manipulating real, dense matrices. It is
meant to provide sufficient functionality for routine problems, packaged
in a way that is natural and understandable to non-experts.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
%description javadoc
Javadoc for %{name}

%prep
%setup -q -c jama
find Jama -name '*.class' -exec rm -f {} \;

%{__mkdir} build

%{__cat} > build.xml <<EOF
<project name="Jama" basedir="." default="build-jar">
        <target name="build-jar">
                <javac srcdir="Jama" destdir="build" />
                <jar basedir="build" destfile="%{name}-%{version}.jar">
                        <fileset dir="build" includes="*/*.*"/>
                </jar>
        </target>
</project>
EOF

%{__cat} > LICENSE <<EOF
Downloaded from http://math.nist.gov/javanumerics/jama/Jama-%{version}.tar.gz
No license info in the archive, but we can read this on their website :

Copyright Notice  This software is a cooperative product of The
MathWorks and the National Institute of Standards and Technology (NIST)
which has been released to the public domain. Neither The MathWorks
nor NIST assumes any responsibility whatsoever for its use by other
parties, and makes no guarantees, expressed or implied, about its
quality, reliability, or any other characteristic.  
EOF

%build
%ant

%install
%{__rm} -Rf %{buildroot}
%{__install} -d %{buildroot}%{_javadir}
%{__install} -m 644 %{name}-%{version}.jar %{buildroot}%{_javadir}
%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

%{__install} -d %{buildroot}%{_javadocdir}
cp -a Jama/doc %{buildroot}%{_javadocdir}/%{name}-%{version}


%files
%doc LICENSE Jama/ChangeLog Jama/examples/MagicSquareExample.java
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}-%{version}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-7
+ Revision: 76a7f6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2238 |14cr|jamin-0.95.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		jamin
Summary:	Audio mastering from a mixed down multitrack source with JACK
Version:	0.95.0
Release:	14
License:	GPLv2+
Group:		Sound 
Source0:	%{name}-%{version}.tar.bz2
URL:		http://jamin.sourceforge.net/
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(jack)
BuildRequires:	fftw-devel
BuildRequires:	libxml2-devel
BuildRequires:	gtk2-devel
BuildRequires:	liblo-devel
Requires:	swh-plugins

%description
JAM is a tool for producing audio masters from a mixed down 
multitrack source. It runs in the JACK Audio Connection Kit, 
and uses LADSPA for its backend DSP work, specifically the 
swh plugins created by Steve Harris, JAM's main author.

Features:

 * Linear filters 
 * JACK i/o
 * 30band graphic EQ
 * 1023band graphic EQ
 * Spectrum analyser
 * 3band peak compressor
 * Lookahead brickwall limiter

Planned features (in rough order of difficulty):

 * Multiband stereo processing
 * Parametric EQ
 * Loudness maximiser
 * Presets and scenes

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog README TODO
%{_bindir}/jamin
%{_bindir}/jamin-scene
%{_libdir}/ladspa/jamincont_1912.so
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/%{name}.svg
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.*
%{_datadir}/mime/packages/%{name}.xml

#--------------------------------------------------------------------

%prep
%setup -q

#fix plugindir
sed -i -e 's|^plugindir =.*|plugindir = $(libdir)/ladspa|' controller/Makefile.in

%build
export LDFLAGS="-ldl"
%configure2_5x
%make

%install
%makeinstall_std

# we don't want this
rm -rf %{buildroot}%{_libdir}/ladspa/*.la

%find_lang %{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.95.0-14
+ Revision: 58e2ef1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2239 |14cr|janino-2.5.15-0.0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
%define gcj_support 0

%define section free

Name:           janino
Version:        2.5.15
Release:        0.0.4
Epoch:          0
Summary:        An Embedded Java Compiler
License:        BSD-style
URL:            http://www.janino.net/
Group:          Development/Java
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source0:        http://www.janino.net/download/%{name}-%{version}.zip
Source1:        janino-2.5.11.pom
Patch0:         janino-build_xml.patch
BuildRequires:  ant
BuildRequires:  java-rpmbuild
BuildRequires:  jpackage-utils >= 0:1.7.2
%if ! %{gcj_support}
BuildArch:      noarch
%endif
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2
%if %{gcj_support}
BuildRequires:    java-gcj-compat-devel
%endif

%description
Janino is a compiler that reads a JavaTM expression, block,
class body, source file or a set of source files, and
generates JavaTM bytecode that is loaded and executed
directly. Janino is not intended to be a development tool,
but an embedded compiler for run-time compilation purposes,
e.g. expression evaluators or "server pages" engines like JSP. 
JANINO is integrated with Apache Commons JCI ("Java Compiler
Interface") and JBoss Rules / Drools. 
JANINO can also be used for static code analysis. 

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%prep
%setup -q
%remove_java_binaries
rm -rf javadoc
%patch0 -b .sav

%build
%{ant} jar javadoc

%install
rm -rf $RPM_BUILD_ROOT

# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}

install -m 644 build/lib/janino.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar

(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do \
ln -sf ${jar} ${jar/-%{version}/}; done)

%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

# pom
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 %{SOURCE1} \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}.pom

# javadoc
install -p -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr build/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
(cd $RPM_BUILD_ROOT%{_javadocdir} && ln -sf %{name}-%{version} %{name})

%{gcj_compile}

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/*.jar
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}
%{gcj_files}

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%dir %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.5.15-0.0.4
+ Revision: 59a9c48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2240 |14cr|jansson-2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		jansson
Version:	2.6
Release:	2
Summary:	C library for encoding, decoding and manipulating JSON data
Group:		Development/C 
License:	MIT
URL:		http://www.digip.org/jansson/
Source0:	http://www.digip.org/jansson/releases/%{name}-%{version}.tar.bz2

BuildRequires: python-sphinx

%description
Small library for parsing and writing JSON documents.

%package devel
Summary:	Header files for jansson
Group:		Development/C 
Requires:	%{name} = %{version}-%{release}

%description devel
Header files for developing applications making use of jansson.

%prep
%setup -q

%build
autoreconf -v --install
%configure --disable-static
%make
make html

%check
make check

%install
make install INSTALL="install -p" DESTDIR="%{buildroot}"
rm "%{buildroot}%{_libdir}"/*.la


%files
%doc LICENSE CHANGES
%{_libdir}/*.so.*

%files devel
%doc doc/_build/html/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6-2
+ Revision: de5bf6b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2241 |14cr|jarbundler-1.9-0.0.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support 1
%define section free

Name:           jarbundler
Version:        1.9
Release:        0.0.2
Epoch:          0
Summary:        Mac OS X JarBundler ANT Task
License:        GPL
Group:          Development/Java
URL:            http://informagen.com/JarBundler/
Source0:        http://informagen.com/JarBundler/dist/jarbundler.tar.gz
BuildRequires:  ant
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif
BuildRequires:  java-rpmbuild
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
How many times has this happened to you? You've written a little 
Java utility, or maybe even a more complex application, and you 
want to create Mac OS X application bundle for easy distribution.

You'd like to be able to do it automatically from your build 
process, but you're forced to go run the Apple Jar Bundler and 
tweak all the settings manually every time you build.

Well no more! JarBundler is a feature-rich Ant task which will 
create a Mac OS X application bundle from a list of Jar files and 
a main class name. You can add an Icon resource, set various Mac 
OS X native look-and-feel bells and whistles, and maintain your 
application bundles as part of your normal build and release 
cycle. It is free software licensed under the GNU General Public 
License.

This release is based on the earlier work of Seth Morabito.

%package javadoc
Summary:        Javadoc documentation for %{name}
Group:          Development/Java

%description javadoc
Javadoc documentation for %{name}.

%prep
%setup -q
%{_bindir}/find . -name '*.jar' | %{_bindir}/xargs -t %{__rm}

%build
export CLASSPATH=
export OPT_JAR_LIST=:
%{ant} jar javadocs

%install
%{__rm} -rf %{buildroot}

%{__mkdir_p} %{buildroot}%{_javadir}
cp -a build/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
%{__rm} -rf %{buildroot}

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc *.TXT example
%{_javadir}/*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.9-0.0.2
+ Revision: 86cae5c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2242 |14cr|java-api-compliance-checker-1.3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	API compatibility checker for Java libraries
Name:		java-api-compliance-checker
Version:	1.3.5
Release:	2
Group:		Development/Other
License:	GPLv1+ or LGPLv2+
URL:		http://ispras.linuxbase.org/index.php/Java_API_Compliance_Checker
Source0:	https://github.com/lvc/japi-compliance-checker/archive/%{version}.tar.gz
Requires:	java-openjdk
BuildArch:	noarch

%description
A tool for checking backward compatibility of a Java library API.
It checks classes of old and new versions and analyzes changes
that may break compatibility: removed members, added abstract
methods, etc.

%prep

%setup -q -n japi-compliance-checker-%{version}
chmod 0644 LICENSE README

%build
# Nothing to build.

%install
mkdir -p %{buildroot}%{_prefix}
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}

chmod 755 %{buildroot}%{_bindir}/*

%files
%doc LICENSE README doc/
%{_bindir}/japi-compliance-checker

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.5-2
+ Revision: d3f5123
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2243 |14cr|java_binfmt-1.0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           java_binfmt
Version:        1.0.3
Release:        8
Epoch:          0
Summary:        Java Binary Kernel Support for Linux
License:        GPL
Group:          Development/Java
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:            http://developer.osdl.org/dev/robustmutexes/src/fusyn.hg/Documentation/java.txt
Source0:        %{name}-%{version}.tar.bz2
Patch0:		jarwrapper.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper

%description
With this package, you can directly execute Java applications and
applets. The binfmt_misc kernel module must be loaded.

%prep
%setup -q
%patch0 -p0

%build
%{__cc} -Wall %{optflags} -o javaclassname javaclassname.c

%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_bindir}
%{__cp} -a javaclassname %{buildroot}%{_bindir}/javaclassname
%{__cp} -a javawrapper %{buildroot}%{_bindir}/javawrapper
%{__cp} -a jarwrapper %{buildroot}%{_bindir}/jarwrapper
%{__cp} -a jarwrapper %{buildroot}%{_bindir}/appletviewerwrapper
%{__mkdir_p} %{buildroot}%{_initrddir}
%{__cp} -a java_binfmt.init %{buildroot}%{_initrddir}/%{name}

%clean
%{__rm} -rf %{buildroot}

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%defattr(0644,root,root,0755)
%doc java.txt
%attr(0755,root,root) %{_initrddir}/%{name}
%attr(0755,root,root) %{_bindir}/jarwrapper
%attr(0755,root,root) %{_bindir}/javaclassname
%attr(0755,root,root) %{_bindir}/javawrapper
%attr(0755,root,root) %{_bindir}/appletviewerwrapper



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0.3-8
+ Revision: 34a7dc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2244 |14cr|javacc3-3.2-4.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define section free
%define _basename javacc

Name:           javacc3
Version:        3.2
Release:        4.3
Epoch:          0
Summary:        A parser/scanner generator for java
License:        BSD
Source0:	javacc-3.2-src.tar.gz
Source1:	javacc
Source2:	jjdoc
Source3:	jjtree
Patch0:		javacc3-source_1.4.patch
URL:            https://javacc.dev.java.net/
Group:          Development/Java
BuildRoot:      %{_tmppath}/%{_basename}-%{version}-%{release}-buildroot
BuildArch:      noarch
Requires:	jpackage-utils >= 0:1.5
BuildRequires:	java-devel java-rpmbuild
BuildRequires:	ant, bash

%description 
Java Compiler Compiler (JavaCC) is the most popular parser generator for use
with Java applications. A parser generator is a tool that reads a grammar
specification and converts it to a Java program that can recognize matches to
the grammar. In addition to the parser generator itself, JavaCC provides other
standard capabilities related to parser generation such as tree building (via
a tool called JJTree included with JavaCC), actions, debugging, etc.

%package manual
Summary:        Manual for %{_basename}
Group:          Development/Java

%description manual
Manual for %{_basename}.

%package demo
Summary:        Examples for %{_basename}
Group:          Development/Java

%description demo
Examples for %{_basename}.

%prep
%setup -q -n %{_basename}-%{version}
%patch0 -p1
cp %{SOURCE1} javacc
cp %{SOURCE2} jjdoc
cp %{SOURCE3} jjtree
mv www/doc .

%build
ant \
  -Dversion=%{version} \
  jar

%install
rm -fr $RPM_BUILD_ROOT
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 bin/lib/%{_basename}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
install -d -m 755 $RPM_BUILD_ROOT/usr/bin
install -m 755 javacc jjdoc jjtree $RPM_BUILD_ROOT/usr/bin
install -d -m 755 $RPM_BUILD_ROOT/usr/share/%{name}
cp -pr examples $RPM_BUILD_ROOT/usr/share/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644,root,root,0755)
%{_javadir}/*.jar
%doc LICENSE README
%defattr(0755,root,root,0755)
%{_bindir}/*

%files manual
%defattr(0644,root,root,0755)
%doc doc/*

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}




%changelog
* Wed May 21 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:3.2-4.3
+ Revision: 676f733
- fix requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2245 |14cr|javahelp2-2.0.05-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	JavaHelp
Name:		javahelp2
Version:	2.0.05
Release:	9
Epoch:		0
Group:		Development/Java
License:	GPLv2 with exceptions
Url:		https://javahelp.dev.java.net/
Source0:	https://javahelp.dev.java.net/files/documents/5985/59373/%{name}-src-%{version}.zip
Source1:	%{name}-jhindexer.sh
Source2:	%{name}-jhsearch.sh
BuildArch:	noarch
Requires:	jpackage-utils >= 0:1.5.32
BuildRequires:	java-rpmbuild >= 0:1.5.32
BuildRequires:	jsp >= 0:2.0
BuildRequires:	xml-commons-jaxp-1.3-apis
BuildRequires:	tomcat5-servlet-2.4-api
BuildRequires:	xerces-j2
BuildRequires:	ant
#BuildRequires:	ant-nodeps

%description
JavaHelp software is a full-featured, platform-independent, extensible
help system that enables developers and authors to incorporate online
help in applets, components, applications, operating systems, and
devices. Authors can also use the JavaHelp software to deliver online
documentation for the Web and corporate Intranet.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}-%{version}
# fix files perms
chmod -R go=u-w *
# remove windows files
for file in `find . -type f -name .bat`; do rm -f $file; done

#
# This class provides native browser integration and would require
# JDIC project to be present. Currently there is no such jpackage.org
# package, so deleting the class. When JDIC package is created,
# add BuildProvides and remove the "rm" call.
#
rm jhMaster/JavaHelp/src/new/javax/help/plaf/basic/BasicNativeContentViewerUI.java

mkdir javahelp_nbproject/lib
ln -s %{_javadir}/jsp.jar javahelp_nbproject/lib/jsp-api.jar
ln -s %{_javadir}/servletapi5.jar javahelp_nbproject/lib/servlet-api.jar

%build
export CLASSPATH=$(build-classpath ant/ant-nodeps)
%ant -f javahelp_nbproject/build.xml -Djdic-jar-present=true -Djdic-zip-present=true -Dservlet-jar-present=true -Dtomcat-zip-present=true release javadoc

%install
install -d -m 755 %{buildroot}%{_javadir}
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 755 %{SOURCE1} %{buildroot}%{_bindir}/jh2indexer
install -m 755 %{SOURCE2} %{buildroot}%{_bindir}/jh2search

install -m 644 javahelp_nbproject/dist/lib/jhall.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
#cp -pr jhMaster/JavaHelp/doc/public-spec/dtd %{buildroot}%{_datadir}/%{name}
#cp -pr jhMaster/JavaHelp/demos %{buildroot}%{_datadir}/%{name}
cp -pr javahelp_nbproject/dist/lib/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
# create unversioned symlinks
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done)


%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ "$1" = "0" ]; then
    rm -f %{_javadocdir}/%{name}
fi

%files
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/*
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%dir %{_datadir}/%{name}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.0.05-9
+ Revision: 2f0c3ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2246 |14cr|javanotes-5.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       javanotes
Version:    5.1
Release:    7
Summary:    Introduction to Programming Using Java, By David J. Eck

Group:      Development/Java
License:    CC-BY-SA
URL:        http://math.hws.edu/javanotes/
Source0:    http://math.hws.edu/eck/cs124/downloads/%{name}5.tar.bz2
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:  noarch

%description
The fifth edition of Introduction to Programming Using Java, a free, on-line
textbook on introductory programming, which uses Java as the language of
instruction. This book is directed mainly towards beginning programmers,
although it might also be useful for experienced programmers who want to learn
something about Java. It is certainly not meant to provide complete coverage of
the Java language.

The fifth edition covers Java 5.0 and can also be used with later versions of
Java. You will find many Java applets on the web pages that make up this book,
and many of those applets require Java 5.0 or higher to function. Earlier
editions, which covered earlier versions of Java, are still available; see the
preface for links.

This is the html version, start with index.html in the main directory.

%prep
%setup -q -n %{name}%{version}

%build
# empty but exists to keep rpmlint happy


%install
rm -rf $RPM_BUILD_ROOT
find -type d -exec install -m 755 -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/{} ';'
find -type f -exec install -m 644 {} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/{} ';'

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc %{_docdir}/%{name}-%{version}/





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.1-7
+ Revision: 96ea365
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2247 |14cr|javasvn-1.1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support     1


Name:           javasvn
Version:        1.1.0
Release:        7
Epoch:          0
Summary:        Pure Java Subversion client library

Group:          Development/Java
# License located at http://tmate.org/svn/license.html
License:        BSD
URL:            http://tmate.org/svn/
Source0:        http://tmate.org/svn/org.tmatesoft.svn_%{version}.beta5.src.tar.bz2
Source1:        %{name}-license.html
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires:  ant
BuildRequires:	java-rpmbuild >= 0:1.6
%if %{gcj_support}
BuildRequires:		java-gcj-compat-devel
Requires(post):		java-gcj-compat
Requires(postun):	java-gcj-compat
%else
BuildRequires:		java-devel >= 0:1.4.2
%endif

%if %{gcj_support}
ExclusiveArch:		%{ix86} x86_64 ppc ia64
%else
BuildArch:		noarch
%endif

BuildRequires:          ganymed-ssh2 >= 0:209
Requires:               ganymed-ssh2 >= 0:209


%description
JavaSVN is a pure Java Subversion client library. You would like to use JavaSVN
when you need to access or modify Subversion repository from your Java
application, be it a standalone program, plugin or web application. Being a
pure Java program, JavaSVN doesn't need any additional configuration or native
binaries to work on any OS that runs Java.

%package javadoc
Summary:        Javadoc for JavaSVN
Group:          Development/Java

%description javadoc
Javadoc for JavaSVN.


%prep
%setup -q -n %{name}-src-%{version}.beta5
%{__cp} -a %{SOURCE1} license.html

# delete the jars that are in the archive
rm contrib/ganymed/ganymed.jar
ln -sf %{_javadir}/ganymed-ssh2.jar contrib/ganymed/ganymed.jar
rm contrib/junit/junit.jar

# fixing wrong-file-end-of-line-encoding warnings
sed -i 's/\r$//' README.txt doc/examples/*.iml
find doc/examples -name \*.java -exec sed -i 's/\r$//' {} \;


%build
export CLASSPATH=
export OPT_JAR_LIST=
%ant

# Link source files to fix -debuginfo generation.
rm -f org
ln -s javasvn/src/org
rm -f de
ln -s contrib/sequence/src/de


%install
rm -rf $RPM_BUILD_ROOT

# jar
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 build/lib/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
find doc/javadoc -name \*.html -exec sed -i 's/\r$//' {} \;
sed -i 's/\r$//' doc/javadoc/package-list
cp -pr doc/javadoc/* \
  $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}

# gcj support
%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

pushd $RPM_BUILD_ROOT%{_javadir}/
ln -s %{name}-%{version}.jar %{name}.jar
popd

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(-,root,root)
%{_javadir}/*
%doc COPYING README.txt changelog.txt license.html doc/examples

%if %{gcj_support}
%{_libdir}/gcj/%{name}
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.0-7
+ Revision: daba978
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2248 |14cr|jcgui-0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           jcgui
Summary:        GUI for JConvolver, an audio convolution engine for JACK
Version:        0.8
Release:        2

Source:         http://prdownloads.sourceforge.net/jcgui/%{name}-%{version}.tar.bz2
URL:            http://jcgui.sourceforge.net/
License:        GPLv2
Group:          Sound
BuildRequires:  python
BuildRequires:  gtk2-devel
BuildRequires:  sndfile-devel, jackit-devel
BuildRequires:  libzita-resampler-devel
BuildRequires:  desktop-file-utils
Requires:       jconvolver

%description
JCGui is a graphical GTK user interface for JConvolver, an audio data
convolution engine for the Jack Audio Connection Kit. JConvolver is
used to create realistic acoustic environments.

%prep
%setup -q

%build
./waf configure --prefix=%{_prefix} --cxxflags="%{optflags}"
./waf -j1

%install
rm -rf %{buildroot}
./waf install --destdir=%{buildroot} -j1
desktop-file-install --add-category="X-MandrivaLinux-Multimedia-Sound;" \
                     --remove-category="X-Jack;" \
                     --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/Jc_Gui
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/Jc_Gui.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-2
+ Revision: 0f0cb36
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2249 |14cr|jchkmail-2.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Summary:	A mail filtering software
Name:		jchkmail
Version:	2.2.1
Release:	6
License:	GPLv3+
Group:		System/Servers
Url:		http://www.j-chkmail.org/
Source0:	%{name}-%{version}.tgz
BuildRequires:	sendmail
BuildRequires:	milter-devel
BuildRequires:	pkgconfig(libxml-2.0)

%description
j-chkmail is a mail filtering software using sendmail milter API. j-chkmail is
compatible with UNIX based mailservers running sendmail or postfix.

The goal of j-chkmail is to be able to filter as much messages as possible, as
fast as possible and as well as possible. Originally, it's intended to be use
in large and heterogeneous communities such as university campus,
but not only.

%files
%doc README*
%config(noreplace) %{_sysconfdir}/mail/%{name}
%{_bindir}/*
%{_sbindir}/*
%{_sysconfdir}/init.d/*
%attr(-,jchkmail,jchkmail) %config(noreplace) %{_var}/lib/%{name}
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q
# don't try action needing to be root
perl -pi -e 's:@(chown|chgrp):/bin/true:' \
    Makefile.am etc/Makefile.am \
    Makefile.in etc/Makefile.in

%build
aclocal
automake
autoreconf
%configure \
	--with-work-dir=%{_var}/lib/%{name} \
	--with-jgreyd-dir=%{_var}/lib/%{name}/jgreyd \
	--with-user=%{name} \
	--with-group=%{name}

make

%install
mkdir -p %{buildroot}%{_sysconfdir}/init.d

%makeinstall_std

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-6
+ Revision: d9bd7f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2250 |14cr|jcip-annotations-1.0-1.0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support 0

%define section   free

Name:           jcip-annotations
Version:        1.0
Release:        1.0.4
Epoch:          0
Summary:        Java Concurrency in Practice
License:        Creative Commons Attribution License
Group:          Development/Java
URL:            http://www.jcip.net/
Source0:        http://www.jcip.net/jcip-annotations-src.jar
Source1:        http://repo1.maven.org/maven/livetribe/maven/m2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
#Patch0:         aQute-bndlib-Filter.patch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%if %{gcj_support}
BuildRequires:    java-gcj-compat-devel
%endif


%if ! %{gcj_support}
BuildArch:      noarch
%endif

BuildRequires:  jpackage-utils >= 0:1.7.5
BuildRequires:  java-rpmbuild

#BuildRequires:  ant >= 0:1.6.5
#BuildRequires:  ecj
#BuildRequires:  eclipse-ecj
#BuildRequires:  eclipse-platform
#BuildRequires:  eclipse-rcp

Requires:  java >= 0:1.5.0
#Requires:  ant >= 0:1.6.5
#Requires:  ecj
#Requires:  eclipse-ecj
#Requires:  eclipse-platform
#Requires:  eclipse-rcp
Requires(post):    jpackage-utils >= 0:1.7.4
Requires(postun):  jpackage-utils >= 0:1.7.4

%description
Java Concurrency in Practice

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.


%prep
%setup -q -c
mkdir -p target/site/apidocs/
mkdir -p target/classes/
mkdir -p src/main/java/
mv net src/main/java
#%patch0 -b .sav0

%build
%javac -d target/classes $(find src/main/java -name "*.java")
%javadoc -d target/site/apidocs -sourcepath src/main/java net.jcip.annotations
for f in $(find aQute/ -type f -not -name "*.class"); do
    cp $f target/classes/$f
done
pushd target/classes
%jar cmf ../../META-INF/MANIFEST.MF ../%{name}-%{version}.jar *
popd

%install
rm -rf $RPM_BUILD_ROOT
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 target/%{name}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
%add_to_maven_depmap net.jcip jcip-annotations %{version} JPP %{name}
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}.pom

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} 

%{gcj_compile}

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(-,root,root,-)
%{_javadir}/*
%{_datadir}/maven2
%{_mavendepmapfragdir}
%{gcj_files}

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0-1.0.4
+ Revision: 2567577
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2251 |14cr|jcommon-1.0.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free

Name:           jcommon
Version:        1.0.18
Release:        2
Epoch:          0
Summary:        Common library
License:        LGPL
Url:            http://www.jfree.org/jcommon/index.html
Source0:        http://downloads.sourceforge.net/jfreechart/%{name}-%{version}.tar.gz
Group:          Development/Java
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildArch:      noarch

%description
Collection of classes used by Object Refinery Projects,
for example jfreechart

%package test
Summary:        Test tasks for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       junit

%description test
All test tasks for %{name}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
%setup -q
%{__perl} -pi -e 's/^build\.target=.*/build.target=1.5/;' -e 's/^build\.source=.*/build.source=1.5/;' ant/build.properties
%remove_java_binaries

%build
export CLASSPATH=$(build-classpath junit)
%{ant} -f ant/build.xml -Dbuildstable=true -Dproject.outdir=. -Dbasedir=. compile compile-junit-tests javadoc

%install
install -d -m 755 %{buildroot}%{_javadir}/%{name}
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 %{name}-%{version}.jar %{buildroot}%{_javadir}
install -m 644 lib/%{name}-%{version}-junit.jar %{buildroot}%{_javadir}/%{name}-junit-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*.jar; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc licence-LGPL.txt README.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%dir %{_javadir}/%{name}

%files test
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-junit-%{version}.jar
%{_javadir}/%{name}-junit.jar

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0.18-2
+ Revision: d4a0fd3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2252 |14cr|jconvolver-0.9.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name            jconvolver
%define version         0.9.2
%define release         2

Name:           %{name}
Summary:        Audio convolution engine for JACK
Version:        %{version}
Release:        %{release}

Source:         http://www.kokkinizita.net/linuxaudio/downloads/%{name}-%{version}.tar.bz2
URL:            http://www.kokkinizita.net/linuxaudio/
License:        GPLv2
Group:          Sound
BuildRequires:  clthreads-devel, libzita-convolver-devel
BuildRequires:  fftw3-devel, sndfile-devel, jackit-devel
Suggests:       jconvolver-reverbs

%description
Jconvolver is a Convolution Engine for JACK using FFT-based partitioned
convolution with multiple partition sizes. It is mainly used to create
realistic acoustic environments such as reverbs for sounds sent to its
input. Jconvolver uses a configurable smallest partition size at the
start of the impulse response, and longer ones further on. This
allows long impulse responses along with minimal or even zero delay at
a reasonable CPU load. It is recommended to install also jcgui, a
graphical user interface for JConvolver as well as the example reverb
data jconvolver-reverbs.

%prep
%setup -q
cd source
perl -pi -e 's/PREFIX =/#PREFIX =/g' Makefile
perl -pi -e 's/-march=native//g' Makefile

%build
cd source
make

%install
rm -rf %{buildroot}
install -d %{buildroot}/%{_datadir}/%{name}
cp -a config-files %{buildroot}/%{_datadir}/%{name}
cd source
install -d %{buildroot}/%{_bindir}
PREFIX=%{buildroot}%{_prefix} make install
chmod 644 %{buildroot}%{_datadir}/%{name}/config-files/ambisonic/super-stereo.conf

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-2
+ Revision: 0ede138
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2253 |14cr|jconvolver-reverbs-0.8.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name            jconvolver-reverbs
%define version         0.8.4
%define release         4

%define jconv_name      jconvolver

Name:           %{name}
Summary:        Reverb impulse response data files for JConvolver
Version:        %{version} 
Release:        %{release}

Source:         http://www.kokkinizita.net/linuxaudio/downloads/jconvolver-reverbs.tar.bz2
URL:            http://www.kokkinizita.net/linuxaudio/
License:        GPLv2
Group:          Sound
BuildArch:      noarch

%description
Reverb example impulse responses for Jconvolver, the Convolution Engine 
for JACK. They include true measured data acquired from several accoustic 
environments such as cathedral, concert hall and chapel. These files can 
be loaded into JConvolver to produce realistic reverb effects. 

%prep 
%setup -q -n reverbs

%install
rm -rf %{buildroot}
install -d %{buildroot}/%{_datadir}/%jconv_name/reverbs
cp -a * %{buildroot}/%{_datadir}/%jconv_name/reverbs

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_datadir}/%jconv_name/reverbs/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.4-4
+ Revision: 49bccfd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2254 |14cr|jed-0.99.19-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sversion 0.99-19

Summary:	A fast, compact editor based on the slang screen library
Name:		jed
Version:	0.99.19
Release:	7
License:	GPLv2+
Group:		Editors
Url:		http://www.jedsoft.org/jed/
Source0:	ftp://space.mit.edu/pub/davis/jed/v0.99/jed-%{sversion}.tar.bz2
Patch0:		jed-0.99.19-fed-multilib-newauto.patch
BuildRequires:	gpm-devel
BuildRequires:	pkgconfig(slang)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xt)
Requires:	%{name}-common = %{EVRD}
Requires:	slang-slsh

%description
Jed is a fast, compact editor based on the slang screen library. Jed
features include emulation of the Emacs, EDT, WordStar and Brief editors;
support for extensive customization with slang macros, colors,
keybindings, etc.; and a variety of programming modes with syntax
highlighting.

You should install jed if you've used it before and you like it, or if you
haven't used any text editors before and you're still deciding what you'd
like to use.  You'll also need to have slang installed.

%files
%{_bindir}/jed

#----------------------------------------------------------------------------

%package common
Summary:	Files needed by any Jed editor
Group:		Editors

%description common
The jed-common package contains files (such as .sl files) that are
needed by any jed binary in order to run.

%files common
%doc COPYRIGHT README changes.txt
%doc doc/txt/*
%{_infodir}/*
%{_mandir}/man1/jed*
%{_datadir}/jed

#----------------------------------------------------------------------------

%package xjed
Summary:	The X Window System version of the Jed text editor
Group:		Editors
Requires:	%{name}-common = %{EVRD}

%description xjed
Xjed is a version of the Jed text editor that will work with the X Window
System.

You should install xjed if you like Jed and you'd like to use it with X.
You'll also need to have the X Window System installed.

%files xjed
%{_bindir}/xjed

#----------------------------------------------------------------------------

%package -n rgrep
Summary:	A grep utility which can recursively descend through directories
Group:		Text tools

%description -n rgrep
The rgrep utility can recursively descend through directories as
it greps for the specified pattern.  Note that this ability does
take a toll on rgrep's performance, which is somewhat slow.  Rgrep
will also highlight the matching expression.

Install the rgrep package if you need a recursive grep which can
highlight the matching expression.

%files -n rgrep
%doc COPYRIGHT README changes.txt
%{_bindir}/rgrep
%{_mandir}/man1/rgrep.1*

#----------------------------------------------------------------------------

%prep
%setup -q -n jed-%{sversion}
%ifarch x86_64
%patch0 -p1
%endif

cd autoconf
autoconf
mv configure ..
cd ..

%build
sed -i 's|cd ..;pwd|pwd|g' configure
export JED_ROOT="%{_datadir}/jed"
%configure2_5x
%make clean
%make all
%make rgrep
%make xjed

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_infodir}
mkdir -p %{buildroot}%{_datadir}/jed
mkdir -p %{buildroot}%{_mandir}/man1

cp -r lib %{buildroot}%{_datadir}/jed
cp -r info/jed* %{buildroot}%{_infodir}

cd src/objs
install -m 0755 jed %{buildroot}%{_bindir}
install -m 0755 xjed %{buildroot}%{_bindir}
install -m 0755 rgrep %{buildroot}%{_bindir}

JED_ROOT=%{buildroot}%{_datadir}/jed %{buildroot}%{_bindir}/jed -batch -n -l preparse.sl
# wait till jed finishes
while ps -C jed > /dev/null; do sleep 1; done

cd ../../doc/manual
install -m 644 jed.1 %{buildroot}%{_mandir}/man1
install -m 644 rgrep.1 %{buildroot}%{_mandir}/man1


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99.19-7
+ Revision: ac633bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2255 |14cr|jemmy-2.3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Prevent brp-java-repack-jars from being run.
%global __jar_repack %{nil}

# Install time macros
%global target_jar build/%{name}.jar
%global target_javadoc build/javadoc/*


Name:           jemmy
Version:        2.3.0.0
Release:        4
Summary:        Java UI testing library

Group:          Development/Java
License:        CDDL
URL:            https://jemmy.dev.java.net

# The source for this package was pulled from upstream's vcs.  Use the
# following commands to generate the tarball:
#
# svn export https://jemmy.dev.java.net/svn/jemmy/trunk/Jemmy2 jemmy-2.3.0.0 --username <username>
# tar -czvf jemmy-2.3.0.0.tar.gz jemmy-2.3.0.0
#
# where <username> is a name of the user registered here: https://www.dev.java.net/servlets/Join
Source0:        jemmy-2.3.0.0.tar.gz

BuildRequires:  ant >= 1.6.5
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  jpackage-utils
BuildRequires:  java-rpmbuild >= 0:1.5.32

Requires:       java >= 0:1.6.0
Requires:       jpackage-utils

BuildArch:      noarch

%description
Jemmy is a Java UI testing library. Jemmy represents the most natural way to 
test Java UI - perform the testing right from the Java code. Jemmy is a Java 
library which provides clear and straightforward API to access Java UI. Tests 
are then just java programs, which use the API. Having the tests in Java allows 
to use all the flexibility of high level language to capture test logic and 
also do any other operations needed to be done from test.

%package javadoc
Summary:        Javadocs for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q
find . -type f -name '*.jar' | xargs -t rm
echo "Please, visit https://jemmy.dev.java.net for more info about Jemmy." > README.txt

%build
%ant jar javadoc

%install
# jar
%__mkdir_p %{buildroot}%{_javadir}
%__cp -a %{target_jar} %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do \
%__ln_s ${jar} ${jar/-%{version}/}; done)

# javadoc
%__mkdir_p %{buildroot}%{_javadocdir}/%{name}
cp -pr %{target_javadoc}/* %{buildroot}%{_javadocdir}/%{name}

%files
%doc README.txt
%{_javadir}/*.jar

%files javadoc
%{_javadocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.0.0-4
+ Revision: 5a4d248
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2256 |14cr|jep-2.4.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ext_version 1.1.1

Name:		jep
Version:	2.4.1
Release:	7
Summary:	Java Math Expression Parser
URL:		http://sourceforge.net/projects/jep/
Source:		http://dl.sourceforge.net/sourceforge/jep/jep-%{version}-ext-%{ext_version}-gpl.zip
Patch0:		jep-build.patch
BuildRequires:	java-devel java-rpmbuild ant ant-nodeps javacc3 jama junit
Group:		Development/Java
License:	GPL+
BuildArch:	noarch

%description
JEP is a Java library for parsing and evaluating mathematical expressions.
With this package you can allow your users to enter an arbitrary formula
as a string, and instantly evaluate it. JEP supports user defined
variables, constants, and functions. A number of common mathematical
functions and constants are included.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n jep-%{version}-ext-%{ext_version}-gpl
%patch0 -p1

%{_bindir}/find . -name '*.jar' -or -name '*.class' -exec rm {} \;
%{__mkdir} javacc
%{__ln_s} %{_javadir}/javacc3.jar javacc/javacc.jar

%build
export JAVACCHOME=`pwd`/javacc
%ant

%install
%{__rm} -Rf %{buildroot}
%{__install} -d %{buildroot}%{_javadir}
%{__install} -m 644 dist/ext-%{ext_version}.jar %{buildroot}%{_javadir}
%{__ln_s} ext-%{ext_version}.jar %{buildroot}%{_javadir}/ext.jar
%{__install} -m 644 dist/jep-%{version}.jar %{buildroot}%{_javadir}
%{__ln_s} jep-%{version}.jar %{buildroot}%{_javadir}/jep.jar

%{__install} -d %{buildroot}%{_javadocdir}
cp -a doc/javadoc %{buildroot}%{_javadocdir}/%{name}-%{version}

%files
%doc CHANGES.txt COPYRIGHT.txt LICENSE-gpl.txt README.html doc/html
%{_javadir}/ext-%{ext_version}.jar
%{_javadir}/ext.jar
%{_javadir}/jep-%{version}.jar
%{_javadir}/jep.jar

%files javadoc
%{_javadocdir}/%{name}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-7
+ Revision: 5712d24
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2257 |14cr|jettison-1.3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           jettison
Version:        1.3.5
Release:        2
Summary:        A JSON StAX implementation
Group:          Development/Java
License:        ASL 2.0
URL:            http://jettison.codehaus.org/
Source0:        http://repo1.maven.org/maven2/org/codehaus/jettison/jettison/1.3.5/jettison-1.3.5-sources.jar
BuildArch:      noarch

BuildRequires:     java-devel >= 0:1.6.0
BuildRequires:     jpackage-utils
Requires:          java >= 0:1.6.0
Requires:          jpackage-utils

%description
Jettison is a collection of Java APIs (like STaX and DOM) which read
and write JSON. This allows nearly transparent enablement of JSON based
web services in services frameworks like CXF or XML serialization
frameworks like XStream.


%package javadoc
Summary:           Javadocs for jettison
Group:             Development/Java
Requires:          %{name} = %{version}-%{release}
Requires:          jpackage-utils

%description javadoc
jettison development documentation.


%prep
%setup -q -c
mkdir target doc


%build
javac -d target `find -name '*.java'`
jar -cf %{name}-%{version}.jar -C target .
javadoc -author -version -public -d doc `find . -name '*.java'`

%install
# jar
install -d %{buildroot}%{_javadir}
install -m644 %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -rp doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%doc META-INF/LICENSE
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}
%{_javadocdir}/%{name}-%{version}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.5-2
+ Revision: e4bc035
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2258 |14cr|jeuclid-core-3.1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MathML rendering solution for Java
Name:		jeuclid-core
Version:	3.1.4
Release:	5
Group:		Development/Java
License:	ASL 2.0
URL:		http://jeuclid.sourceforge.net/
Source0:	http://downloads.sourceforge.net/jeuclid/jeuclid-parent-%{version}-src.zip
#patch points the ant to the correct jars 
Patch0:		jeuclid-core-build.patch
#removes FreeHep support as per the build README
Patch1:		jeuclid-core-FreeHep.patch
BuildRequires:	jpackage-utils
BuildRequires:	java-rpmbuild
BuildRequires:	ant
BuildRequires:	batik
BuildRequires:	jakarta-commons-logging
BuildRequires:	jcip-annotations
BuildRequires:	xml-commons-apis
BuildRequires:	xmlgraphics-commons >= 1.3.1
Requires:	jpackage-utils
Requires:	java >= 1.5
Requires:	xmlgraphics-commons
Requires:	batik
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Core module containing basic JEuclid rendering and document handling classes.

%prep
%setup -q -n jeuclid-parent-%{version}
%patch0 -p1
%patch1 -p1

#fix line endings
sed 's/\r//' NOTICE > NOTICE.unix
touch -r NOTICE NOTICE.unix;
mv NOTICE.unix NOTICE

find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \;

#removes the FreeHep support from the build per the build README
rm -f jeuclid-core/src/main/java/net/sourceforge/jeuclid/converter/FreeHep*;

%build
cd jeuclid-core
%ant 

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_javadir}
cp -p jeuclid-core/target/jeuclid-core.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar

pushd %{buildroot}%{_javadir}
    for jar in *-%{version}*; do
	ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`
    done
popd

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc NOTICE LICENSE.txt README.Release
%{_javadir}/%{name}*.jar



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.4-5
+ Revision: be36a96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2259 |14cr|jFormatString-0-0.5.20081016svn
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           jFormatString
Version:        0
Release:        0.5.20081016svn
Summary:        Java format string compile-time checker

Group:          Development/Java
License:        GPLv2 with exceptions
URL:            https://jformatstring.dev.java.net/
# There has been no official release yet.  This is a snapshot of the Subversion
# repository as of 16 Oct 2008.  Use the following commands to generate the
# tarball:
#   svn export -r 8 https://jformatstring.dev.java.net/svn/jformatstring/trunk \
#     jformatstring --username guest
#   (The password is "guest".)
#   tar -cjvf jFormatString-0.tar.bz2 jformatstring
Source0:        %{name}-%{version}.tar.bz2
# This patch has not been sent upstream, since it is Fedora specific.  This
# gives the build system the path to the appropriate junit jar.
Patch0:         %{name}-build.patch

BuildRequires:  ant, java-devel, java-javadoc, jpackage-utils, junit4
Requires:       java, jpackage-utils

BuildArch:      noarch

%description
This project is derived from Sun's implementation of java.util.Formatter.  It
is designed to allow compile time checks as to whether or not a use of a
format string will be erroneous when executed at runtime.

%package javadoc
Summary:        Javadoc documentation for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}, java-javadoc
Requires:       jpackage-utils

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n jformatstring
%patch0 -p1

%build
# Build the JAR
cd jFormatString
ant
cd ..

# Create the javadocs
mkdir docs
javadoc -d docs -source 1.5 -sourcepath jFormatString/src/java \
  -classpath jFormatString/build/classes:%{_javadir}/junit4.jar \
  -link file://%{_javadocdir}/java edu.umd.cs.findbugs.formatStringChecker

%install
rm -rf $RPM_BUILD_ROOT

# JAR files
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p %{name}/build/%{name}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# Javadocs
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -rp docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%files
%defattr(-,root,root,-)
%doc www/index.html jFormatString/LICENSE
%{_javadir}/%{name}*

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}*


%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0-0.5.20081016svn
+ Revision: 149748e
- Automatic import for version 0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2260 |14cr|jfreechart-1.0.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section   free

%define jcommon_version 1.0.18

Name:             jfreechart
Version:          1.0.17
Release:          2
Summary:          Charts Generation library
License:          LGPLv2+
URL:              http://www.jfree.org/jfreechart/
Source0:          http://sourceforge.net/projects/jfreechart/files/1.%20JFreeChart/1.0.17/%{name}-%{version}.tar.gz
Patch0:           jfreechart-1.0.17-build_xml.patch
Patch1:           jfreechart-1.0.17-jarpath.patch
Group:            Development/Java
Requires:         jcommon >= 0:%{jcommon_version}
BuildRequires:    ant >= 0:1.6
BuildRequires:    ant-junit >= 0:1.6
BuildRequires:    jcommon >= 0:%{jcommon_version}
BuildRequires:    java-rpmbuild >= 0:1.6
BuildRequires:    junit
BuildRequires:    servlet
BuildRequires:    xml-commons-apis
BuildRequires:    itext
BuildArch:      noarch

%description
Free Java class library for generating charts.

%package experimental
Summary:        Experimental components for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}

%description experimental
%{summary}.

%package javadoc
Summary:        Javadoc for %{name}
Group:            Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
%remove_java_binaries
%patch0 -p1 -b .sav
%patch1 -p1

%build
export LC_ALL=en_US.iso88591

%{ant} -f ant/build.xml \
   -Djunit.jar=$(build-classpath junit) \
   -Djcommon.jar=$(build-classpath jcommon) \
   -Dservlet.jar=$(build-classpath servlet) \
   -Dgnujaxp.jar=$(build-classpath xml-commons-apis) \
   -Ditext.jar=$(build-classpath itext) \
   -Dbuildstable=true -Dproject.outdir=. -Dbasedir=. \
   compile compile-experimental javadoc maven-bundle

%install
install -d -m 755 %{buildroot}%{_javadir}/%{name}
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 lib/%{name}-%{version}.jar %{buildroot}%{_javadir}
install -m 644 lib/%{name}-%{version}-experimental.jar %{buildroot}%{_javadir}/%{name}-experimental-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*.jar; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc licence-LGPL.txt README.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files experimental
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-experimental-%{version}.jar
%{_javadir}/%{name}-experimental.jar

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.17-2
+ Revision: 1216801
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2261 |14cr|jgoodies-common-1.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global shortname common

Name:           jgoodies-common
Version:        1.1.1
Release:        5
Summary:        Common library shared by JGoodies libraries and applications

Group:          Development/Java
License:        BSD
URL:            http://www.jgoodies.com/
Source0:        http://www.jgoodies.com/download/libraries/%{shortname}/%{name}-%(tr "." "_" <<<%{version}).zip

BuildRequires:  ant
BuildRequires:  java-devel
BuildRequires:  jpackage-utils
Requires:       java
Requires:       jpackage-utils
BuildArch:      noarch

%description
The JGoodies Common library provides convenience code for other JGoodies
libraries and applications.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q

# Delete prebuild JARs
find -name "*.jar" -exec rm -f {} \;

# Remove DOS line endings
for file in LICENSE.txt RELEASE-NOTES.txt; do
  sed 's|\r||g' $file > $file.new && \
  touch -r $file $file.new && \
  mv $file.new $file
done


%build
ant \
  jar \
  javadoc


%install
install -Dpm 0644 build/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar

mkdir -p %{buildroot}%{_javadocdir}/%{name}/
cp -a build/docs/api/* %{buildroot}%{_javadocdir}/%{name}/

%files
%doc LICENSE.txt README.html RELEASE-NOTES.txt
%{_javadir}/*.jar

%files javadoc
%{_javadocdir}/%{name}/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-5
+ Revision: 062541d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2262 |14cr|jgoodies-forms-1.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname forms

Name: jgoodies-forms
Summary: Framework to lay out and implement elegant Swing panels in Java
URL: http://www.jgoodies.com/freeware/forms/
Group: Development/Java
Version: 1.2.0
Release: 6
License: BSD

BuildRequires: jpackage-utils >= 0:1.6
BuildRequires: java-devel >= 0:1.4
BuildRequires: ant
BuildRequires: java-rpmbuild
Requires: java >= 0:1.4
BuildArch: noarch

# Unfortunately, the filename has the version in an annoying way
Source0: http://www.jgoodies.com/download/libraries/%{shortname}/%{shortname}-1_2_0.zip
Patch0: %{name}-build.patch

%description
The JGoodies Forms framework helps you lay out and implement elegant Swing
panels quickly and consistently. It makes simple things easy and the hard
stuff possible, the good design easy and the bad difficult.

Main Benefits:

* Powerful, flexible and precise layout
* Easy to work with and quite easy to learn
* Faster UI production
* Better UI code readability
* Leads to better style guide compliance

%package javadoc
Summary: Javadoc documentation for JGoodies Forms
Group: Development/Java
%description javadoc
The JGoodies Forms framework helps you lay out and implement elegant Swing
panels quickly and consistently. It makes simple things easy and the hard
stuff possible, the good design easy and the bad difficult.

This package contains the Javadoc documentation for JGoodies Forms.

%prep
%setup -q -n %{shortname}-%{version}
%patch0 -p1
rm %{shortname}-%{version}.jar
rm -r docs/api

%build
export CLASSPATH=""
%ant compile jar javadoc

%install
install -p -d %{buildroot}%{_javadir} \
        %{buildroot}%{_javadocdir}/%{name}-%{version}
install -p -m 644 build/%{shortname}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
cp -pr build/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
# Fix the line endings and the encodings
for file in *.txt *.html docs/*.* docs/reference/* docs/tutorial/* \
        src/tutorial/com/jgoodies/forms/tutorial/*.java \
        src/tutorial/com/jgoodies/forms/tutorial/*/*.java
do
    sed -i 's/\r//' $file
done
for file in docs/reference/*.html docs/tutorial/*.html
do
    iconv --from=ISO-8859-1 --to=UTF-8 $file > $file.new
    sed -i 's/iso-8859-1/utf-8/' $file.new
    mv $file.new $file
done
cd %{buildroot}%{_javadocdir}
ln -s %{name}-%{version} %{name}

%files
%defattr(-,root,root,-)
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%doc RELEASE-NOTES.txt LICENSE.txt README.html docs/ src/tutorial/

%files javadoc
%defattr(644,root,root,755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-6
+ Revision: d469fe1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2263 |14cr|jgoodies-looks-2.2.1-0.0.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname looks

Summary:	Free high-fidelity Windows and multi-platform appearance
Name:		jgoodies-looks
Version:	2.2.1
Release:	0.0.6
Group:		Development/Java
License:	BSD
URL:		http://www.jgoodies.com/freeware/looks/
# Unfortunately, the filename has the version in an annoying way
Source0:	http://www.jgoodies.com/download/libraries/%{shortname}/%{shortname}-2_2_1.zip
# Source1: %{name}.README
Patch0:		%{name}-build.patch
BuildRequires:	jpackage-utils >= 0:1.6
BuildRequires:	java-rpmbuild >= 0:1.4
BuildRequires:	ant
Requires:	java >= 0:1.4
BuildArch:	noarch

%description
The JGoodies look&feels make your Swing applications and applets look better.
They have been optimized for readability, precise micro-design and usability.

Main Benefits:

* Improved readability, legibility and in turn usability.
* Improved aesthetics - looks good on the majority of desktops
* Simplified multi-platform support
* Precise micro-design

%package javadoc
Summary:	Javadoc documentation for JGoodies Looks
Group:		Development/Java

%description javadoc
The JGoodies look&feels make your Swing applications and applets look better.
They have been optimized for readability, precise micro-design and usability.

This package contains the Javadoc documentation for JGoodies Looks.

%prep
%setup -q -n %{shortname}-%{version}
%patch0 -p1

# unzip the look&feel settings from bundled jar before we delete it
# (taken from Gentoo ebuild)
unzip -j %{shortname}-%{version}.jar META-INF/services/javax.swing.LookAndFeel \
|| die "unzip of javax.swing.LookAndFeel failed"
# and rename it to what build.xml expects
mv javax.swing.LookAndFeel all.txt

# Delete pre-generated stuff we don't want
rm %{shortname}-%{version}.jar
rm -r docs/api

%build
%ant -Ddescriptors.dir=. compile jar javadoc

%install
install -dp %{buildroot}%{_javadir} \
        %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -p build/%{shortname}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
cp -pr build/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
# install -m 644 %SOURCE1 README_RPM.txt
# Fix the line endings!
for file in *.txt *.html docs/*.* docs/guide/*.*; do
    sed -i 's/\r//' $file
done
cd %{buildroot}%{_javadocdir}
ln -s %{name}-%{version} %{name}

%files
%doc RELEASE-NOTES.txt LICENSE.txt README.html docs/
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files javadoc
%defattr(644,root,root,755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-0.0.6
+ Revision: 280fd49
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2264 |14cr|jgraphx-2.2.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           jgraphx
Version:        2.2.0.2
Epoch:		1
Release:        3
Summary:        Java Graph Drawing Component

Group:          Development/Java
License:        BSD
URL:            http://www.jgraph.com/jgraph.html
Source0:        http://www.jgraph.com/downloads/jgraphx/archive/%{name}-%(echo %{version} |sed 's/\./_/g').zip

BuildRequires:  ant
BuildRequires:  java-devel >= 1.6
BuildRequires:  jpackage-utils
Requires:       java >= 1.4
Requires:       jpackage-utils

BuildArch:      noarch

%description
JGraphX is the a powerful, easy-to-use and feature-rich graph drawing
component for Java. It is a rewrite of JGraph, also known as JGraph 6.


%package javadoc
Summary:        API Documentation for %{name}

Group:          Development/Java
Requires:       jpackage-utils
Requires:       %{name} = %{EVRD}

%description javadoc
JavaDoc documentation for %{name}

%prep
%setup -q -n %{name}
find -name '*.jar' -delete
rm -rf docs/api


%build
ant

%install

# Code
install -d %{buildroot}%{_javadir}
install -p -m644 lib/%{name}.jar \
        %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar \
        %{buildroot}%{_javadir}/%{name}.jar

# API documentation
install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}

%files
%{_javadir}/*
%doc license.txt

%files javadoc
%{_javadocdir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.2.0.2-3
+ Revision: e8dfcdd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2265 |14cr|jhlabs-filters-2.0.235-0.0.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           jhlabs-filters
Version:        2.0.235
Release:        0.0.6
Summary:        Java Image Filters
License:        Apache License
Group:          Development/Java
Url:            http://www.jhlabs.com/ip/filters/
Source0:        http://www.jhlabs.com/ip/filters/Filters.zip
Source1:        build.xml
BuildRequires:  jpackage-utils
BuildRequires:  java-rpmbuild 
BuildRequires:  ant
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The filters are all standard Java BufferedImageOps
and can be plugged directly into existing programs. 

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c %{name}-%{version}
cp %{SOURCE1} build.xml
%remove_java_binaries

%build
%{ant} -f build.xml jar javadoc

%install
rm -rf %{buildroot}
install -m644 dist/Filters.jar -D %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -r docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%create_jar_links

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files javadoc
%defattr(644,root,root,755)
%{_javadocdir}/%{name}
%{_javadocdir}/%{name}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.235-0.0.6
+ Revision: 35e2a7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2266 |14cr|jigdo-0.7.3-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Jigsaw Download
Name:		jigdo
Version:	0.7.3
Release:	16
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://atterer.net/jigdo/
Source0:	http://atterer.net/jigdo/%{name}-%{version}.tar.bz2
Patch0:		jigdo-0.7.3-gcc43.patch
Patch1:		jigdo-0.7.3-link.patch
Patch2:		jigdo-0.7.3-no-strip.patch
Source11:	%{name}-16.png
Source12:	%{name}-32.png
Source13:	%{name}-48.png
BuildRequires:	mawk
BuildRequires:	bzip2-devel
BuildRequires:	db-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcurl)

%description
Jigsaw Download, or short jigdo, is an intelligent tool that can be used on the
pieces of any chopped-up big file to create a special "template" file which
makes reassembly of the file very easy for users who only have the pieces.

What makes jigdo special is that there are no restrictions on what
offsets/sizes the individual pieces have in the original big image. This makes
the program very well suited for distributing CD/DVD images (or large zip/tar
archives) because you can put the files on the CD on an FTP server - when jigdo
is presented the files along with the template you generated, it is able to
recreate the CD image.

%files -f %{name}.lang
%doc README doc/jigdo-file.* doc/TechDetails.txt
%{_bindir}/%{name}*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_mandir}/man1/%{name}*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1

%build
autoconf
%configure2_5x
%make

%install
%makeinstall_std

mkdir %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Jigdo
Comment=%{Summary}
Exec=%{name} %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Network;FileTransfer;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-16
+ Revision: 5f29ccf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2267 |14cr|jigl-2.0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    jigl
%define version 2.0.1
%define release 7
%define Summary A perl script that generates a static html photo gallery

Summary:        %Summary
Name:           %name
Version:        %version
Release:        %release
License:        GPL
Group:          Graphics
URL:            http://xome.net/projects/jigl/
Source0:        %name-%version.tar.bz2
BuildRoot:      %_tmppath/%name-%version-%release-buildroot
BuildArch:      noarch
Requires:       imagemagick jhead 

%description
jigl (pronounced jiggle) is a perl script that generates a static
html photo gallery from one or more directories of gif/jpg/png images.
It supports themes and is very customizable. It includes the ability to
display comments and EXIF info for each image in a simple clean layout.

%prep
%setup -q

%install
rm -rf %buildroot
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
cp jigl.pl $RPM_BUILD_ROOT/%{_bindir}/jigl

%clean
rm -rf %buildroot

%files
%defattr(0755,root,root,0755)
%_bindir/jigl
%defattr(0644,root,root,0755) 
%doc ChangeLog INSTALL Themes Todo UPGRADING





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-7
+ Revision: 80eba49
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2268 |14cr|jisp2-2.5.1-4.0.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define section free
%define jisp_version 2.5.1
%define gcj_support 1

Name:           jisp2
Version:        2.5.1
Release:        4.0.8
Epoch:          0
Summary:        Java Indexed Serialization Package
License:        GPL-like
URL:            http://www.coyotegulch.com/products/jisp/
Group:          Development/Java
Source0:        jisp-%{version}-source.tar.gz
Patch0:         jisp2-2.5.1-makefile.patch
# jisp-3.0.0 won't work with jakarta-turbine-jcs
BuildRequires:  java-rpmbuild >= 0:1.7
Requires:  jpackage-utils >= 0:1.7
Provides:  hibernate_in_process_cache = %{epoch}:%{version}-%{release}
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Jisp uses B-Tree and hash indexes for keyed access to variable-length 
serialized objects stored in files. 

%package demo
Summary:        Demo for %{name}
Group:          Development/Java

%description demo
Demo for %{name}

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n jisp-%{version}
%{__perl} -pi -e 's/\r$//g' svfl.txt
%patch0 -p1

%build
export CLASSPATH=
%{__make} JAVA=%{java} JAVAC=%{javac} JCFLAGS="-classpath . -nowarn" JAR=%{jar} JAVADOC=%{javadoc} JispDemo jars docs

%install
rm -rf $RPM_BUILD_ROOT

# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p jisp.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

# demo
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/lib
cp -a jisp-demo.jar $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/lib
# XXX: could thie be right?
cp -a *.java $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
cp -a *.txt $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}

# hibernate_in_process_cache ghost symlink
ln -s %{_sysconfdir}/alternatives \
  $RPM_BUILD_ROOT%{_javadir}/hibernate_in_process_cache.jar

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%post
update-alternatives --install %{_javadir}/hibernate_in_process_cache.jar \
  hibernate_in_process_cache %{_javadir}/%{name}.jar 30
%if %{gcj_support}
%{update_gcjdb}
%endif

%if %{gcj_support}
%postun
%{clean_gcjdb}
%endif
  
%preun
{
  [ $1 -eq 0 ] || exit 0
  update-alternatives --remove hibernate_in_process_cache %{_javadir}/%{name}.jar
} >/dev/null 2>&1 || :

%files
%defattr(0644,root,root,0755)
%doc svfl.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%ghost %{_javadir}/hibernate_in_process_cache.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}-%{version}

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.5.1-4.0.8
+ Revision: 71f510f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2269 |14cr|jitsi-2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		debug_package	%nil
%define		label		latest

Name:		jitsi
Version:	2.4
Release:	2
Summary:	Jitsi - Open Source Video Calls and Chat
Group:		Communications
License:	LGPLv2+
URL:		https://www.jitsi.org
Source:		http://download.jitsi.org/jitsi/nightly/src/%{name}-src-%{version}-%{label}.zip
BuildRoot:	%{_topdir}/buildroot
AutoReqProv:	no
BuildRequires:	java-devel
BuildRequires:	ant
BuildRequires:	ant-nodeps
BuildRequires:	gzip
BuildRequires:	subversion
Requires:	java

%description
Jitsi is an audio/video Internet phone and instant messenger that
supports some of the most popular instant messaging and telephony protocols
such as SIP, Jabber, AIM/ICQ, MSN, Yahoo! Messenger, Bonjour, RSS and
counting. Jitsi is completely Open Source / Free Software, and is
freely available under the terms of the GNU Lesser General Public License.

%prep
%setup -q -n %{name}

%build
ant rebuild

%install

# create structure dir
mkdir -p -m 0755 %{buildroot}%{_bindir} \
	         %{buildroot}%{_datadir}/%{name} \
	         %{buildroot}%{_datadir}/%{name}/lib \
	         %{buildroot}%{_datadir}/%{name}/lib/bundle \
	         %{buildroot}%{_datadir}/%{name}/lib/native \
	         %{buildroot}%{_datadir}/%{name}/sc-bundles \
	         %{buildroot}%{_docdir}/%{name} \
	         %{buildroot}%{_mandir}/man1 \
	         %{buildroot}%{_datadir}/applications \
	         %{buildroot}%{_datadir}/pixmaps

# copy the documentation
install -Dm0644 resources/install/debian/jitsi.1.tmpl %{buildroot}%{_mandir}/man1/jitsi.1
sed -i -e "s/_PACKAGE_NAME_/jitsi/" %{buildroot}%{_mandir}/man1/%{name}.1
sed -i -e "s/_APP_NAME_/Jitsi/" %{buildroot}%{_mandir}/man1/%{name}.1
gzip %{buildroot}%{_mandir}/man1/%{name}.1

# copy the launcher script
install -Dm0655 resources/install/debian/jitsi.sh.tmpl %{buildroot}%{_bindir}/%{name}
sed -i -e "s/_PACKAGE_NAME_/jitsi/" %{buildroot}%{_bindir}/%{name}

# no more libaoss
#sed -i -e "s@export LD_PRELOAD=/usr/lib/libaoss.so@export LD_PRELOAD=/usr/lib/libaoss.so.0@" $RPM_BUILD_ROOT/usr/bin/sip-communicator
#chmod a+x $RPM_BUILD_ROOT/usr/bin/jitsi

# copy the menu icons
install -Dm0644 resources/install/debian/%{name}-32.xpm %{buildroot}%{_datadir}/pixmaps/%{name}-32.xpm
install -Dm0644 resources/install/debian/%{name}-16.xpm %{buildroot}%{_datadir}/pixmaps/%{name}-16.xpm
install -Dm0644 resources/install/debian/%{name}.svg %{buildroot}%{_datadir}/pixmaps/%{name}.svg

# copy the menu entry
install -Dm0644 resources/install/debian/%{name}.desktop.tmpl %{buildroot}%{_datadir}/applications/%{name}.desktop
sed -i -e "s/_PACKAGE_NAME_/jitsi/" %{buildroot}%{_datadir}/applications/%{name}.desktop
sed -i -e "s/_APP_NAME_/Jitsi/"	%{buildroot}%{_datadir}/applications/%{name}.desktop

# copy the sc-bundles
install -Dm0644 sc-bundles/*.jar %{buildroot}%{_datadir}/%{name}/sc-bundles/
# remove all slicks
rm -rf %{buildroot}%{_datadir}/%{name}/sc-bundles/*-slick.jar
rm -rf %{buildroot}%{_datadir}/%{name}/sc-bundles/slick*.jar

# copy the os-specific sc-bundles
install -Dm0644 sc-bundles/os-specific/linux/*.jar %{buildroot}%{_datadir}/%{name}/sc-bundles/

# copy the lib jars
cp lib/*.jar %{buildroot}%{_datadir}/%{name}/lib/
cp lib/bundle/* %{buildroot}%{_datadir}/%{name}/lib/bundle/
rm %{buildroot}%{_datadir}/%{name}/lib/bundle/junit.jar
#cp lib/os-specific/linux/*.jar %{buildroot}%{_datadir}/%{name}/lib/

# copy the native libs
%ifarch i386 i586 i686
install -Dm0644 lib/native/linux/* %{buildroot}%{_datadir}/%{name}/lib/native/
%else
install -Dm0644 lib/native/linux-64/* %{buildroot}%{_datadir}/%{name}/lib/native/
%endif

# copy the resources
install -Dm0644 resources/install/logging.properties %{buildroot}%{_datadir}/%{name}/lib/
install -Dm0644 lib/felix.client.run.properties %{buildroot}%{_datadir}/%{name}/lib/

# Make felix deploy its bundles in ~/.felix/sip-communicator.bin
sed -i -e "s/felix.cache.profiledir=sip-communicator.bin/felix.cache.profile=sip-communicator.bin/" $RPM_BUILD_ROOT/usr/share/jitsi/lib/felix.client.run.properties
# fix shell script
sed -i -e "s/\/usr\/lib\/jni/\$LIBPATH\/native/" $RPM_BUILD_ROOT/usr/bin/jitsi
sed -i -e "s/\/usr\/share\/java\/jdic\.jar/\$LIBPATH\/jdic_stub\.jar:\$LIBPATH\/jdic-all\.jar/" $RPM_BUILD_ROOT/usr/bin/jitsi
sed -i -e "s/\/usr\/share\/java\/org\.apache\.felix\.framework\.jar/\$LIBPATH\/felix\.jar/" $RPM_BUILD_ROOT/usr/bin/jitsi
sed -i -e "s/\/usr\/share\/java\/org\.apache\.felix\.main\.jar://" $RPM_BUILD_ROOT/usr/bin/jitsi
sed -i -e "s/\/launchutils.jar//" $RPM_BUILD_ROOT/usr/bin/jitsi

%clean

%files
%defattr(-,root,root,-)
%{_bindir}/jitsi
#{_libdir}/jitsi
%{_datadir}/%{name}
%{_datadir}/applications/%{name}*
%{_datadir}/pixmaps/%{name}*
%doc %{_mandir}/man*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-2
+ Revision: bada8da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2270 |14cr|jlatexmath-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An implementation of LaTeX math mode wrote in Java

Name:		jlatexmath
Version:	1.0.2
Release:	3
License:	GPLv2+
Group:		Development/Java
URL:		http://forge.scilab.org/index.php/p/jlatexmath/
Source0:	%{name}-src-all-%{version}.zip
BuildRequires:	ant >= 0:1.6
BuildRequires:	fop
BuildRequires:	java-rpmbuild
BuildRequires:	jpackage-utils >= 0:1.6
BuildRequires:	xml-commons-apis
BuildRequires:	xml-commons-jaxp-1.3-apis
BuildRequires:	xmlgraphics-commons
Requires:	jpackage-utils
BuildArch:	noarch

%description
JLaTeXMath is an implementation of LaTeX math mode wrote in Java.

%prep
%setup -q -c -n %{name}

# remove all binary libs
find -type f -name "*.jar" -exec rm -rf {} \;

%build
export CLASSPATH=
export OPT_JAR_LIST=:
cd %{name}-%{version}
%ant minimal fop

%install

# jars
mkdir -p %{buildroot}%{_javadir}
cd %{name}-%{version}
cp -p dist/jlatexmath{,-fop,-minimal}-%{version}.jar %{buildroot}%{_javadir}
cp -p dist/jlm_*.jar %{buildroot}%{_javadir}
pushd  %{buildroot}%{_javadir} 
    #create symlink
    ln -s %{name}-%{version}.jar %{name}.jar
    ln -s %{name}-fop-%{version}.jar %{name}-fop.jar
    ln -s %{name}-minimal-%{version}.jar %{name}-minimal.jar
popd

%clean

%files
%{_javadir}/*.jar

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: 9e27151
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2271 |14cr|jlayer-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		jlayer
Summary:	Ogg Vorbis sound engine
Version:	1.0.1
Release:	4
License:	LGPLv2+
Group:		Development/Java
URL:		http://sourceforge.net/projects/javalayer/
Source0:	http://www.javazoom.net/javalayer/sources/%{name}%{version}.tar.gz
BuildRequires:	ant
BuildRequires:	java-rpmbuild
BuildRequires:	java-devel >= 1.6.0
BuildArch:	noarch

%description
JLayer is a JAVA library that decodes, converts and plays MP3 files
in real-time. JLayer supports MPEG 1/2/2.5 Layer 1/2/3 audio format.

%files
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%{_javadir}/jl%{version}.jar
%{_javadir}/jl.jar

#--------------------------------------------------------------------

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description javadoc
Javadoc for %{name}.

%files javadoc
%{_javadocdir}/*

#--------------------------------------------------------------------

%prep
%setup -q -n JLayer%{version}

%build
%{ant} all

%install
install -dm 755 %{buildroot}%{_javadir}
install -m644 jl%{version}.jar %{buildroot}%{_javadir}/
ln -s jl%{version}.jar %{buildroot}%{_javadir}/jl.jar

# jars
ln -s jl%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s jl%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -r doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-4
+ Revision: fe7afb1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2272 |14cr|jlzma-4.23.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		jlzma
Summary:	Java port of the LZMA SDK 4.23
Version:	4.23.1
Release:	2
Source0:	http://downloads.sourceforge.net/project/p7zip/java_lzma/4.23.01/java_lzma_4.23.1.tar.bz2
Patch0:		jlzma-4.23.1-fix-jar.patch
Patch1:		jlzma-4.23.1-javadoc-task.patch
URL:		http://p7zip.sourceforge.net/

Group:		Development/Java
License:	LGPLv2.1 or CPL

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	ant
BuildRequires:	ant-nodeps
BuildRequires:	java-rpmbuild
Requires:	java

BuildArch:	noarch

%description
JAVA port of LZMA Encoder and Decoder from LZMA C# SDK 4.23.

%package	javadoc
Summary:	Javadoc for jlzma
Group:		Development/Java

%description	javadoc
Javadoc for jlzma.

%prep
%setup -q -n java_lzma_%{version}
%patch0 -p0
%patch1 -p0

%build
export CLASSPATH="." 
%ant dist javadoc

%install
rm -rf $RPM_BUILD_ROOT

install -d $RPM_BUILD_ROOT%{_javadir}
install -m644 dist/JLzma.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# javadoc
install -d $RPM_BUILD_ROOT%{_javadocdir}
cp -r javadoc $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc readme.txt history.txt lzma#.txt LGPL.txt CPL.html
%{_javadir}/*.jar

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.23.1-2
+ Revision: 86416f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2273 |14cr|jna-3.2.7-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           jna
Version:        3.2.7
Release:        10
Summary:        Pure Java access to native libraries

Group:          Development/Java
License:        LGPLv2+
URL:            https://jna.dev.java.net/
# The source for this package was pulled from upstream's vcs. Use the
# following commands to generate the tarball:
#   svn export https://jna.dev.java.net/svn/jna/tags/%{version}/jnalib/ --username guest jna-%{version}
#   rm -rf jna-%{version}/dist/*
#   tar cjf ~/rpm/SOURCES/jna-%{version}.tar.bz2 jna-%{version}
Source0:        %{name}-%{version}.tar.bz2
Source1:	%{name}-pom.xml
# This patch is Fedora-specific for now until we get the huge
# JNI library location mess sorted upstream
Patch1:         jna-3.2.5-loadlibrary.patch
# The X11 tests currently segfault; overall I think the X11 JNA stuff is just a 
# Really Bad Idea, for relying on AWT internals, using the X11 API at all,
# and using a complex API like X11 through JNA just increases the potential
# for problems.
Patch2:         jna-3.2.4-tests-headless.patch
Patch3:         jna-3.2.7-javadoc.patch
# Build using GCJ javadoc
Patch4:         jna-3.2.7-gcj-javadoc.patch
# junit cames from rpm
Patch5:         jna-3.2.5-junit.patch

# We manually require libffi because find-requires doesn't work
# inside jars.
Requires:       java  >= 0:1.6.0
Requires:       jpackage-utils
Requires(post):	jpackage-utils
Requires(postun): jpackage-utils
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  jpackage-utils
BuildRequires:  pkgconfig(libffi)
BuildRequires:  ant, ant-junit, ant-nodeps, ant-trax, junit
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xt)


%description
JNA provides Java programs easy access to native shared libraries
(DLLs on Windows) without writing anything but Java code. JNA's
design aims to provide native access in a natural way with a
minimum of effort. No boilerplate or generated code is required.
While some attention is paid to performance, correctness and ease
of use take priority.


%package        javadoc
Summary:        Javadocs for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}


%description    javadoc
This package contains the javadocs for %{name}.


%package        contrib
Summary:        Contrib for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Obsoletes:      %{name}-examples


%description    contrib
This package contains the contributed examples for %{name}.


%prep
%setup -q -n %{name}-%{version}
sed -e 's|@JNIPATH@|%{_libdir}/%{name}|' %{PATCH1} | patch -p1
%patch2 -p1 -b .tests-headless
%patch3 -p1 -b .javadoc
# temporary hach for patch3 on epel5
chmod -Rf a+rX,u+w,g-w,o-w .
%patch4 -p0 -b .gcj-javadoc
%patch5 -p1 -b .junit
cp %{SOURCE1} ./

# UnloadTest fail during build since we modify class loading
rm test/com/sun/jna/JNAUnloadTest.java
# current bug: https://jna.dev.java.net/issues/show_bug.cgi?id=155
rm test/com/sun/jna/DirectTest.java

# all java binaries must be removed from the sources
#find . -name '*.jar' -delete
rm lib/junit.jar
find . -name '*.class' -delete

# remove internal copy of libffi
rm -rf native/libffi

# clean LICENSE.txt
sed -i 's/\r//' LICENSE.txt
chmod 0644 LICENSE.txt


%build
# We pass -Ddynlink.native which comes from our patch because
# upstream doesn't want to default to dynamic linking.
ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true -Dnomixedjar.native=true jar contrib-jars javadoc
# remove compiled contribs
find contrib -name build -exec rm -rf {} \; || :
sed -i "s/VERSION/%{version}/" %{name}-pom.xml

%install
rm -rf %{buildroot}

# jars
install -D -m 644 build*/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir}/; for jar in `ls *-%{version}.jar`; do ln -s $jar `echo $jar | sed -e 's/-%{version}//'`; done)
install -d -m 755 %{buildroot}%{_javadir}/%{name}
find contrib -name '*.jar' -exec cp {} %{buildroot}%{_javadir}/%{name}/ \;
# NOTE: JNA has highly custom code to look for native jars in this
# directory.  Since this roughly matches the jpackage guidelines,
# we'll leave it unchanged.
install -d -m 755 %{buildroot}%{_libdir}/%{name}
install -m 755 build*/native/libjnidispatch*.so %{buildroot}%{_libdir}/%{name}/

# install maven pom file
install -Dm 644 %{name}-pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}.pom
# ... and maven depmap
%add_to_maven_depmap net.java.dev.jna %{name} %{version} JPP %{name}

# javadocs
install -p -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}

%clean
rm -rf %{buildroot}


%post
%update_maven_depmap


%postun
%update_maven_depmap


%files
%defattr(-,root,root,-)
%doc LICENSE.txt release-notes.html 
%{_libdir}/%{name}
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/*.pom
%{_mavendepmapfragdir}/%{name}


%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}-%{version}


%files contrib
%defattr(-,root,root,-)
%{_javadir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.7-10
+ Revision: 7181441
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2274 |14cr|jnettop-0.13.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Network traffic tracker
Name:		jnettop
Version:	0.13.0
Release:	12
License: 	GPLv2+
Group: 		Monitoring
Url:		http://jnettop.kubs.info/
Source0: 	http://jnettop.kubs.info/dist/%{name}-%{version}.tar.bz2
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(ncurses)

%description
Nettop is visualising active network traffic as top does with processes.
It displays active network streams sorted by bandwidth used. This is
often usable when you want to get a fast grip of what is going on on your
outbound router.

%files
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README .jnettop
%{_bindir}/jnettop
%{_prefix}/share/%{name}/*
%{_mandir}/man8/jnettop.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.13.0-12
+ Revision: 147d582
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2275 |14cr|jnr-constants-0.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           jnr-constants
Version:        0.7
Release:        6
Summary:        Java Native Runtime constants 
Group:          Development/Java
License:        MIT
URL:            http://github.com/wmeissner/jnr-constants/
Source0:        http://download.github.com/wmeissner-jnr-constants-0.7-0-g8b45ca7.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  ant
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  jpackage-utils
Requires:       java >= 0:1.6.0
Requires:       jpackage-utils

%description
Provides java values for common platform C constants (e.g. errno).

%prep
%setup -q -n wmeissner-%{name}-8b45ca7
find ./ -name '*.jar' -exec rm -f '{}' \; 
find ./ -name '*.class' -exec rm -f '{}' \; 

%build
ant jar

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_javadir}

# project was renamed from 'constantine' to jnr-constants, but jar has
# yet to be renamed http://fedoraproject.org/wiki/Packaging/Java#Jar_file_naming
cp -p dist/constantine.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{_javadir}/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
ln -s %{_javadir}/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/constantine.jar

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc LICENSE
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/constantine.jar




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-6
+ Revision: 06b8f87
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2276 |14cr|joda-time-1.5.2-0.0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define section   free

Name:           joda-time
Version:        1.5.2
Release:        0.0.4
Epoch:          0
Summary:        Java date and time API
Group:          Development/Java
License:        Apache License
URL:            http://www.joda.org/
Source0:        http://prdownloads.sourceforge.net/joda-time/joda-time-1.5.2-src.tar.gz

BuildArch:      noarch
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  java-rpmbuild
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit >= 0:1.6
BuildRequires:  junit

%description
Joda-Time provides a quality replacement for the Java date 
and time classes. The design allows for multiple calendar 
systems, while still providing a simple API. The 'default' 
calendar is the ISO8601 standard which is used by XML. The 
Gregorian, Julian, Buddhist, Coptic and Ethiopic systems 
are also included, and we welcome further additions. 
Supporting classes include time zone, duration, format 
and parsing. 

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%prep
%setup -q -n %{name}-%{version}-src
%remove_java_binaries

%build
mkdir lib
pushd lib
ln -sf $(build-classpath junit) junit-3.8.1.jar
popd
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=
%{ant} jar javadoc
#%{ant} jar javadoc test


%install
install -dm 755 %{buildroot}%{_javadir}
install -pm 644 build/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar

#javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}

ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} 

#doc
install -dm 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp LICENSE.txt %{buildroot}%{_docdir}/%{name}-%{version}

%create_jar_links

%files
%defattr(-,root,root,-)
%{_docdir}/%{name}-%{version}/LICENSE.txt
%{_javadir}/*.jar

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.5.2-0.0.4
+ Revision: df79874
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2277 |14cr|jogl-1.1.1-0.6.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Java bindings for the OpenGL API
Name:		jogl
Version:	1.1.1
Release:	0.6.10
Group:		Development/Java
License:	BSD
URL:		http://jogl.dev.java.net/
# svn co https://svn.java.net/svn/jogl~svn/branches/1.x-maint jogl-1.1.1
Source0:	%{name}-%{version}.tar.bz2
# match gluegen package
# svn co https://svn.java.net/svn/gluegen~svn/branches/1.0b06-maint gluegen-1.0b06
Source1:	gluegen-1.0b06.tar.bz2
Source2:	jogl.properties
Patch0:		%{name}-1.1.1-src-no-link-against-sun-java.patch
# http://pkgs.fedoraproject.org/gitweb/?p=gluegen.git;a=blob;f=fix-antlr-classpath.patch
Patch1:		fix-antlr-classpath.patch
BuildRequires:	ant
BuildRequires:	ant-antlr
BuildRequires:	antlr
BuildRequires:	jpackage-utils
BuildRequires:	mesa-common-devel
BuildRequires:	java-rpmbuild
BuildRequires:	unzip
BuildRequires:	update-alternatives
BuildRequires:	xml-commons-apis
BuildRequires:	cpptasks
BuildRequires:	pkgconfig(xt)
Requires:	java >= 1.5

%description 
The JOGL Project hosts a reference implementation of the Java bindings for
OpenGL API, and is designed to provide hardware-supported 3D graphics to
applications written in the Java programming language.

It is part of a suite of open-source technologies initiated bu the Game
Technology Group at Sun Microsystems.

JOGL provides full access to the APIs in the OpenGL 1.5 specification as
well as nearly all vendor extensions, and integrated with the AWT and Swing
widget sets.

%package javadoc
Summary:	Javadoc for jogl
Group:		Development/Java

%description javadoc
Javadoc for jogl.

%package manual
Summary:	User documetation for jogl
Group:		Development/Java

%description manual
Usermanual for jogl.


%prep
%setup -q -b 1
ln -sf gluegen-1.0b06 ../gluegen
pushd make
%patch0 -p0
popd
pushd ../gluegen-1.0b06
%patch1 -p1
popd

%__cp %{SOURCE2} make

%build
export OPT_JAR_LIST="antlr ant/antlr"
export CLASSPATH=$(build-classpath antlr ant/ant-antlr)

pushd make
perl -pi -e 's@/usr/X11R6/%{_lib}@%{_libdir}@g' build.xml

%ant \
    -Duser.home=%{_topdir}/SOURCES \
    -Dantlr.jar=$(build-classpath antlr) \
    all \
    javadoc.dev.x11

popd

%install
rm -rf %{buildroot}

# jars
%__install -dm 755 %{buildroot}%{_javadir}
%__install -m 644 build/%{name}.jar \
	%{buildroot}%{_javadir}/%{name}-%{version}.jar
pushd %{buildroot}%{_javadir}
	for jar in *-%{version}*; do
		ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`
	done
popd

# native lib
%__install -dm 755 %{buildroot}%{_libdir}
%__install -m 644 build/obj/lib*.so \
	%{buildroot}%{_libdir}

# javadoc
%__install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr javadoc_jogl_dev/* \
	%{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # ghost symlink

%post javadoc
%__rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%files
%defattr(644,root,root,755)
%{_javadir}/*.jar
%attr(755,root,root) %{_libdir}/libjogl.so
%attr(755,root,root) %{_libdir}/libjogl_awt.so

%files javadoc
%defattr(-,root,root)
%doc %{_javadocdir}/%{name}-%{version}
%ghost %doc %{_javadocdir}/%{name}

%files manual
%defattr(-,root,root)
%doc doc/*



%changelog
* Mon Oct 15 2012 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-0.6.10
+ Revision: 1a77703
- Added xt BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2278 |14cr|john-1.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	John the Ripper password cracker
Name:		john
Version:	1.8.0
Release:	3
License:	GPLv2+
Group:		Monitoring
Url:		http://www.openwall.com/john
Source0:	http://www.openwall.com/john/g/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(openssl)

%description
John the Ripper is a fast password cracker, currently available for many
flavors of Unix (11 are officially supported, not counting different
architectures), DOS, Win32, and BeOS. Its primary purpose is to detect
weak Unix passwords, but a number of other hash types are supported as
well.

%files
%doc doc/*
%config(noreplace) %{_sysconfdir}/john.conf
%{_bindir}/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
chmod 0644 doc/*

find . -perm 0600 | xargs chmod 0644

%build
TARGET=""
%ifarch %{ix86}
    %ifarch i686
    TARGET=linux-x86-mmx
    %else
    TARGET=linux-x86-any
    %endif
%else
    %ifarch x86_64
    TARGET=linux-x86-64
    %endif
%endif

if test -z "$TARGET"; then
    TARGET=generic
    export TARGET
    echo "Please add the right TARGET to the spec file"
fi

cd src
%make $TARGET CFLAGS="-c -Wall %{optflags} -DJOHN_SYSTEMWIDE=1" LDFLAGS="%{ldflags}"

%install
mkdir -p %{buildroot}%{_bindir} \
	%{buildroot}%{_datadir}/%{name} \
	%{buildroot}%{_sysconfdir}

install -m 755 run/{john,mailer} %{buildroot}%{_bindir}/
install -m 644 run/*.chr run/password.lst %{buildroot}%{_datadir}/%{name}/
install -m 644 run/john.conf %{buildroot}%{_sysconfdir}/

pushd %{buildroot}%{_bindir}
    ln -s john unafs
    ln -s john unique
    ln -s john unshadow
popd

pushd %{buildroot}%{_datadir}/%{name}
    ln -s %{_sysconfdir}/john.conf john.ini
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-3
+ Revision: 9c44009
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2279 |14cr|jokosher-0.11.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	mainver	%(echo %{version} | sed -e "s/\\([0-9]*\\.[0-9]*\\).[0-9]*/\\1/")

Summary:	Simple yet powerful multi-track studio
Name:		jokosher
Version:	0.11.5
Release:	2
Group:		Sound
License:	GPLv2+
URL:		http://jokosher.org
Source0:	http://launchpad.net/%{name}/%{mainver}/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	python-devel >= %{py_ver}
BuildRequires:	desktop-file-utils
BuildRequires:	python-setuptools
BuildRequires:	gettext
BuildRequires:	scrollkeeper
Requires:	dbus-python
Requires:	gnonlin >= 0.10.8
Requires:	gstreamer0.10-plugins-base >= 0.10.11
Requires:	gstreamer0.10-plugins-good >= 0.10.4
Requires:	gstreamer0.10-python
Requires:	gstreamer0.10-plugins-ugly >= 0.10.6
Requires:	gstreamer0.10-plugins-bad >= 0.10.5
Requires:	gnome-python
Requires:	pygtk2.0-libglade >= 2.14
Requires:	python-pkg-resources
Requires:	python-pyxml
Requires:	yelp
Requires:	ladspa
Requires(post,postun):	scrollkeeper
Obsoletes:	%{name} < 0.9
BuildArch:	noarch


%description
Jokosher is a simple and poweful multi-track studio.Jokosher provides a
complete application for recording, editing, mixing and exporting audio, and
has been specifically designed with usability in mind. The developers behind
Jokosher have re-thought audio production at every level, and created
something devilishly simple to use.
Jokosher offers a strong feature set:
* Easy to use interface, designed from the ground up. Jokosher uses concepts
  and language familiar to musicians, and is a breeze to use.
* Simple editing with splitting, trimming and moving tools.
* Multi-track volume mixing with VU sliders.
* Import audio (Ogg Vorbis, MP3, FLAC, WAV and anything else supported by
  GStreamer) into your projects.
* A range of instruments can be added to a project, and instruments can be
  renamed.Instruments can also be muted and soloed easily.
* Export to MP3, Ogg Vorbis, FLAC, WAV and anything else GStreamer supports.
* Documentation (User Guide, FAQ, Tutorial) and User Community (Forums, IRC).


%prep
%setup -q
sed -i '1d' Jokosher/JokosherApp.py
sed -i s/"Version=0.9"/"Version=1.0"/g bin/%{name}.desktop


%build
python setup.py build


%install
python setup.py install --skip-build --root=%{buildroot}

perl -pi -e 's,%{name}-icon.png,%{name}-icon,g' %{buildroot}%{_datadir}/applications/*

desktop-file-install \
    --remove-category="Application" \
    --add-category="Audio;Recorder;X-MandrivaLinux-CrossDesktop;" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

chmod 755 %{buildroot}%{py_sitedir}/Jokosher/Profiler.py

#(tpg) wtf?
#mkdir -p %%{buildroot}%%{_datadir}/omf/%%{name}
#mv -f %%{buildroot}%%{_prefix}/jokosher/* %%{buildroot}%%{_datadir}/omf/%%{name}

%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS COPYING README help/*
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/Instruments
%dir %{_datadir}/%{name}/Instruments/images
%dir %{_datadir}/%{name}/extensions
%dir %{_datadir}/%{name}/pixmaps
%dir %{_datadir}/omf/%{name}
%dir %{py_sitedir}/Jokosher
%dir %{py_sitedir}/Jokosher/elements
%dir %{py_sitedir}/Jokosher/ui
%dir %{py_sitedir}/Jokosher/PlatformUtils
%{py_sitedir}/Jokosher/*.py*
%{py_sitedir}/Jokosher/elements/*.py*
%{py_sitedir}/Jokosher/PlatformUtils/*.py*
%{py_sitedir}/Jokosher/ui/*.py*
%{py_sitedir}/%{name}*egg-info
%{_datadir}/applications/%{name}.desktop
%{_datadir}/gnome/help/%{name}/C/figures/*.png
%{_datadir}/gnome/help/%{name}/C/*.xml
%{_datadir}/omf/%{name}/%{name}-C.omf
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/%{name}/Instruments/*.instr
%{_datadir}/%{name}/Instruments/images/*.png
%{_datadir}/%{name}/Jokosher.glade
%{_datadir}/%{name}/extensions/*py*
%{_datadir}/%{name}/%{name}-logo.png
%{_datadir}/%{name}/pixmaps/*.png
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.5-2
+ Revision: 80acbfb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2280 |14cr|joni-1.1.3-0.1.svn7235.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support 0


Name:           joni
Version:        1.1.3
Release:        %mkrel 0.1.svn7235.3
Summary:        Java regular expression library
Group:          Development/Java
License:        MIT
URL:            http://jruby.codehaus.org/
# The source for this package was pulled from upstream's vcs. Use the
# following commands to generate the tarball:
#   svn export -r 7235 http://svn.codehaus.org/jruby/joni/trunk/ joni-1.0.3
#   tar -cjf joni-1.0.3.tar.bz2 joni-1.0.3
Source0:          %{name}-%{version}.tar.bz2
Patch0:           joni-set-java-5_0-target-and-source.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires:  java-rpmbuild >= 1.5
BuildRequires:  ant
BuildRequires:  jpackage-utils
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel >= 1.0.31
%endif
Requires:       java >= 1.5
Requires:       jpackage-utils
%if ! %{gcj_support}
BuildArch:      noarch
%endif

%description
joni is a port of Oniguruma, a regular expressions library,
to java. It is used by jruby.


%prep
%setup -q
%patch0 -p0

%build
%ant build


%install
rm -rf %{buildroot}

# jars
install -d -m 755 %{buildroot}%{_javadir}
# install unversioned jar as per Java Packaging Guidelines
install -m 644 target/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar

%{gcj_compile}


%post
%{update_gcjdb}


%postun
%{clean_gcjdb}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc pom.xml
%{_javadir}/%{name}.jar
%{gcj_files}



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.1.3-0.1.svn7235.3
+ Revision: 95769f8
- Automatic import for version 1.1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2281 |14cr|jools-0.20-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		jools
Summary:	Graphical puzzle game
Version: 0.20
Release: 12
Url:		http://www.eecs.umich.edu/~pelzlpj/jools/
Source0:	%{name}-%{version}.tar.bz2
Patch0:	%{name}-%{version}-sys.patch
Patch1:	%{name}-%{version}-sharegames.patch
Source11:	%{name}-48.png
Source12:	%{name}-32.png
Source13:	%{name}-16.png
Group:		Games/Puzzles
License:	GPLv2+
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:  python-devel
Requires:	pygame
BuildArch:      noarch

%description
Jools is a graphical puzzle game in the tradition of Tetris.
In a nutshell, the goal is to swap adjacent jools (jewels) within a grid,
in order to create rows of three or more of a kind.
These jools will then disappear, and more will fall to fill their places.
Jools features nifty 3D rendered graphics.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT

rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
find $RPM_BUILD_ROOT%{_gamesdatadir}/%{name} -name '.arch-ids' -o -name '.placeholder' | xargs rm -rf

install -d -m 755 $RPM_BUILD_ROOT%{_gamesbindir}
mv $RPM_BUILD_ROOT%{_bindir}/%{name} $RPM_BUILD_ROOT%{_gamesbindir}
rmdir $RPM_BUILD_ROOT%{_bindir}

install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Jools
Comment=Graphical puzzle game
Exec=%{_gamesbindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;X-MandrivaLinux-MoreApplications-Games-Puzzles;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root,755)
%doc COPYING ChangeLog README doc/manual.html doc/manual.tex doc/detonate.txt doc/POINTS doc/TODO
%{_gamesbindir}/%{name}
%{py_puresitedir}/%{name}*
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20-12
+ Revision: 9350490
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2282 |14cr|joomla-1.5.20-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (oe) undefining these makes the build _real_ quick.
%undefine __find_provides
%undefine __find_requires

Summary:	Joomla Open Source (CMS)
Name:		joomla
Version:	1.5.20
Release:	4
License:	GPLv2+
Group:		System/Servers
URL:		http://www.joomla.org/
Source0:	Joomla_%{version}-Stable-Full_Package.tar.bz2
Source1:	joomla-16x16.png
Source2:	joomla-32x32.png
Source3:	joomla-48x48.png
Patch0:		joomla-htaccess.patch.bz2
Requires:	apache-mod_php
Requires:	php-mysql
Requires:	php-xml
Requires:	php-gd
Requires:	joomla-administrator
BuildArch:	noarch

%description
Joomla! is a Content Management System (CMS) created by the same award-winning
team that brought the Mambo CMS to its current state of stardom.

%package	administrator
Summary:	Administrative web interface for Joomla Open Source (CMS)
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description	administrator
Administrative web interface for Joomla Open Source (CMS)

%prep

%setup -q -c
%patch0

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# fix dir perms
find . -type d | xargs chmod 755

# fix file perms
find . -type f | xargs chmod 644

cp %{SOURCE1} .
cp %{SOURCE2} .
cp %{SOURCE3} .

%build

%install
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_var}/www/%{name}
cp -aRf * %{buildroot}%{_var}/www/%{name}/

# provide an empty configuration.php file
touch %{buildroot}%{_var}/www/%{name}/configuration.php

# apache config
cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf << EOF

Alias /%{name} %{_var}/www/%{name}

<Directory %{_var}/www/%{name}>
    Require all granted
</Directory>

<Directory %{_var}/www/%{name}/installation>
    Require local
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf"
</Directory>

EOF

cat htaccess.txt >> %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf

cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}-administrator.conf << EOF

<Directory %{_var}/www/%{name}/administrator>
    Require local
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf"
</Directory>
EOF

cat > README.urpmi <<EOF
Once this package is installed, there are a few configuration items which need
to be performed before the application is usable.  First, you need to install
Mysql database and corresponding php modules:

# urpmi mysql php-mysql

Then, you need to establish a username and password to connect to your
MySQL database as, and make both MySQL and Joomla aware of this.
Let's start by creating the database and the username / password
inside MySQL first:

  # mysql
  mysql> create database joomla;
  Query OK, 1 row affected (0.00 sec)

  mysql> grant all privileges on joomla.* to joomla identified by 'joomla';
  Query OK, 0 rows affected (0.00 sec)

  mysql> flush privileges;
  Query OK, 0 rows affected (0.00 sec)

  mysql> exit
  Bye
  #

Under certain curcumstances, you may need to run variations of the "grant"
command:
mysql> grant all privileges on joomla.* to joomla@localhost identified by 'joomla';
   OR
mysql> grant all privileges on joomla.* to joomla@'%' identified by 'joomla';

This has created an empty database called 'joomla', created a user named
'joomla' with a password of 'joomla', and given the 'joomla' user total
permission over the 'joomla' database.  Obviously, you'll want to select a
different password, and you may want to choose different database and user
names depending on your installation.  The specific values you choose are
not constrained, they simply need to be consistent between the database and the
config file.

Once that's done and the database server and web server have been started, 
 in your favourite web browser, enter following URL :
http://localhost/joomla/  and 
follow the instructions given to you on the pages you see to set up the 
database tables. Then, when required, removed the directory 
%{_var}/www/joomla/installation/.
EOF

# Mandriva Icons
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}

install -m0644 joomla-16x16.png %{buildroot}%{_miconsdir}/%{name}.png
install -m0644 joomla-32x32.png %{buildroot}%{_iconsdir}/%{name}.png
install -m0644 joomla-48x48.png %{buildroot}%{_liconsdir}/%{name}.png

# install menu entry.

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Joomla Administrator
Comment=Administrative web interface for Joomla Open Source (CMS)
Exec=%{_bindir}/www-browser http://localhost/%{name}/administrator/
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Internet-WebEditors;Network;WebDevelopment;
EOF

# cleanup
rm -f %{buildroot}%{_var}/www/%{name}/htaccess.txt %{buildroot}%{_var}/www/%{name}/joomla-*.png

%files
%doc README.urpmi
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
#exclude %{_var}/www/%{name}/administrator
%dir %{_var}/www/%{name}
%{_var}/www/%{name}/includes
%{_var}/www/%{name}/installation
%{_var}/www/%{name}/libraries
%{_var}/www/%{name}/logs
%{_var}/www/%{name}/plugins
%{_var}/www/%{name}/tmp
%{_var}/www/%{name}/xmlrpc
%{_var}/www/%{name}/CHANGELOG.php
%{_var}/www/%{name}/COPYRIGHT.php
%{_var}/www/%{name}/CREDITS.php
%{_var}/www/%{name}/INSTALL.php
%{_var}/www/%{name}/LICENSE.php
%{_var}/www/%{name}/LICENSES.php
%{_var}/www/%{name}/index*.php
%{_var}/www/%{name}/configuration.php-dist
%{_var}/www/%{name}/robots.txt
%defattr(0644,apache,root,0755)
%config(noreplace) %{_var}/www/%{name}/configuration.php
%{_var}/www/%{name}/cache
%{_var}/www/%{name}/components
%{_var}/www/%{name}/images
%{_var}/www/%{name}/language
%{_var}/www/%{name}/media
%{_var}/www/%{name}/modules
%{_var}/www/%{name}/templates

%files administrator
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}-administrator.conf
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*.desktop
%defattr(0644,apache,root,0755)
%{_var}/www/%{name}/administrator



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.20-4
+ Revision: b0f2983
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2283 |14cr|jorbis-0.0.17-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			jorbis
Summary:		JOrbis - Pure Java Ogg Vorbis Decoder
URL:			http://www.jcraft.com/jorbis/index.html
Group:			Development/Java
Version:		0.0.17
Release:		5
License:		LGPL
BuildRequires:	ant
BuildRequires:	jpackage-utils
BuildRequires:	java-rpmbuild >= 1.5
BuildRequires:	unzip
BuildRequires:	update-alternatives
BuildRequires:	xml-commons-apis
BuildRequires:	xml-commons-resolver
Requires:		java >= 1.5
BuildArch:		noarch
Source0:		%{name}-%{version}.zip

%description
JOrbis is a pure Java Ogg Vorbis decoder.
JOrbis accepts Ogg Vorbis bitstreams and decodes them to raw PCMs.

JOrbis is copyrighted by JCraft Inc. and is licensed through the
GNU Lesser General Public License.

Read the COPYING.LIB file for the complete license.

%package javadoc
Summary:	Javadoc for jorbis
Group:		Development/Java

%description javadoc
Javadoc for jorbis.

%package -n jorbis-player
Summary:	JOrbisPlayer - a ogg player using %{name}
Group:		Development/Java
Requires:	%{name} = %{version}

%description -n jorbis-player
JOrbisPlayer is a simple ogg-Player.

%package -n jorbis-comment
Summary:	JOrbisComment is a simple comment editor for Ogg Vorbis
Group:		Development/Java
Requires:	%{name} = %{version}

%description -n jorbis-comment
JOrbisComment is a simple comment editor for Ogg Vorbis.

This program is just provided here for setting an example, how to
use JOrbis for editing comments.

%prep
%setup -q -n %{name}-%{version}

%build
%javac \
	`find ./ -name '*.java'`
%jar cf jorbis.jar \
	com/jcraft/jogg/*.class \
	com/jcraft/jorbis/*.class
%jar cf JOrbisPlayer.jar \
	player/*.class
%jar cf JOrbisComment.jar \
	comment_editor/*.class

%javadoc \
	-d doc -public \
	`find ./ -name '*.java'`

%install
# jars
%__install -dm 755 %{buildroot}%{_javadir}
%__install -pm 644 jorbis.jar \
	%{buildroot}%{_javadir}/jorbis-%{version}.jar
%__install -pm 644 JOrbisPlayer.jar \
	%{buildroot}%{_javadir}/JOrbisPlayer-%{version}.jar
%__install -pm 644 JOrbisComment.jar \
	%{buildroot}%{_javadir}/JOrbisComment-%{version}.jar
pushd %{buildroot}%{_javadir}
	for jar in *-%{version}*; do
		ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`
	done
popd

# javadoc
%__install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr doc/* \
	%{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(-,root,root)
%doc COPYING.LIB ChangeLog README
%{_javadir}/%{name}*.jar

%files javadoc
%defattr(-,root,root)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files -n jorbis-player
%defattr(-,root,root)
%doc player/JOrbisPlayer.html
#%doc player/*.ogg player/playlist
%{_javadir}/JOrbisPlayer*.jar

%files -n jorbis-comment
%defattr(-,root,root)
%doc comment_editor/README
%{_javadir}/JOrbisComment*.jar




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.17-5
+ Revision: 8f93ad8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2284 |14cr|joy2key-1.6.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			joy2key
Version:		1.6.3
Release:		5

Summary:	Translate joystick events into keyboard events
License:	GPLv2
# keyboard emulator:
Group:		Emulators
URL:		http://sourceforge.net/projects/joy2key/
Source0:	http://downloads.sourceforge.net/joy2key/joy2key-%{version}.tar.bz2
# Uses xwininfo to find the window.
Requires:	xwininfo
BuildRequires:	pkgconfig(x11)

%description
Joy2key will translate your joystick movements into the equivalent
keystrokes. Joy2key works both in X and at the console, both raw and
terminal modes.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS README TODO joy2keyrc.sample
%{_bindir}/joy2key
%{_mandir}/man1/joy2key.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.3-5
+ Revision: 823557f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2285 |14cr|jpegoptim-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility to optimize JPEG image files
Name:		jpegoptim
Version:	1.3.0
Release:	2
License:	GPLv2+
Group:		Graphics
Url:		http://www.kokkonen.net/tjko/projects.html
Source0:	http://www.kokkonen.net/tjko/src/%{name}-%{version}.tar.gz
BuildRequires:	jpeg-devel

%description
Provides lossless optimization (based on optimizing the Huffman tables)
and "lossy" optimization based on setting the maximum quality factor.

%files
%doc COPYRIGHT README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-2
+ Revision: a6f7075
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2286 |14cr|jpegpixi-1.1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line tool to fix bad pixels in digital photos
Name:		jpegpixi
Version:	1.1.1
Release:	7
License:	GPLv2+
Group:		Graphics
Url:		http://www.zero-based.org/software/jpegpixi/
Source0:	http://www.zero-based.org/software/jpegpixi/%{name}-%{version}.tar.bz2
BuildRequires:	jpeg-devel

%description
"Jpegpixi" is short for "JPEG pixel interpolator". The intent of the
program is to interpolate pixels in JFIF images (commonly referred to
as "JPEG images"). This is useful to correct images from a digital
camera with CCD defects. For example, if one pixel is always bright
green, this pixel can be interpolated away with jpegpixi.

Jpegpixi is unique in that it tries to preserve the quality of the
JFIF image as much as possible. Usual graphics programs decode JFIF
images when they are loaded, and re-encode them when they are saved,
which results in an overall loss of quality. Jpegpixi, on the other
hand, does not decode and re-encode the image, but manipulates the
encoded image data (known as the "DCT coefficients"). Therefore, the
blocks (typically 8x8, 8x16, or 16x16 pixel areas) which contain the
pixels to be interpolated are minimally disturbed, whereas other
blocks remain pixel-by-pixel identical to the original image.

Jpegpixi is a command line utility. It is Free Software, released
under the GNU General Public License.

Please read the manual page for detailed usage instructions ("man
jpegpixi"). For a usage example, please see the "Example" section on
the jpegpixi homepage at <http://jpegpixi.sourceforge.net/>.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README README.jpeglib
%{_bindir}/jpeghotp
%{_bindir}/jpegpixi
%{_mandir}/man1/jpeghotp.1*
%{_mandir}/man1/jpegpixi.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} jpeghotp %{name}.lang --with-man


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-7
+ Revision: c16dae6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2287 |14cr|jrosetta-1.0.2-0.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	JRosetta provides a common base for graphical component
Name:		jrosetta
Version:	1.0.2
Release:	0.0.5
Group:		Development/Java
License:	GPLv2+
URL:		http://dev.artenum.com/projects/JRosetta
Source0:	jrosetta-%{version}-GPL.zip
BuildRequires:	java-rpmbuild
BuildRequires:	jpackage-utils >= 1.5
BuildRequires:	ant
Requires:	java >= 1.5
Requires:	jpackage-utils >= 1.5
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
JRosetta provides a common base for graphical component that could be used
to build a graphical console in Swing with the latest requirements, such as
command history, completion and so on for instance for scripting language
or command line.


%prep
%setup -q -n %{name}-%{version}-gpl

#wrong-file-end-of-line-encoding
cp -p CHANGE.txt CHANGE.txt.CRLF
sed -i -e 's/\r//' CHANGE.txt
touch -r CHANGE.txt.CRLF CHANGE.txt
rm CHANGE.txt.CRLF

%build
%ant make


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_javadir}

for j in jrosetta-API jrosetta-engine ; do
  install -pm 0644 dist/${j}.jar %{buildroot}%{_javadir}/${j}-%{version}.jar
  ln -fs ${j}-%{version}.jar %{buildroot}%{_javadir}/${j}.jar
done

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGE.txt COPYRIGHT LICENSE.txt
%{_javadir}/jrosetta*.jar



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-0.0.5
+ Revision: b9bb98d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2288 |14cr|json-3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2009, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:       json
Summary:    JavaScript Object Notation support in Java
URL:        http://www.json.org/java/index.html
Version:    3
Release:    9
License:    ASL 2.0
Group:      Development/Java
BuildArch:  noarch
Source0:    http://www.json.org/java/apache.zip
Source1:    %{name}-MANIFEST.MF
BuildRequires:  jpackage-utils
BuildRequires:  java-devel
BuildRequires:  zip

%description
Java support for the JSON (JavaScript Object Notation) lightweight
data-interchange format.  It is based on a subset of the JavaScript
Programming Language, Standard ECMA-262 3rd Edition - December 1999.
JSON is a text format that is completely language independent but uses
conventions that are familiar to programmers of the C-family of
languages including C, C++, C#, Java, JavaScript, Perl, Python, and many
others.

%package javadoc
Summary:    Javadoc for %{name}
Group:      Development/Java
Requires:   jpackage-utils

%description javadoc
API docs for %{name}.

%prep
%setup -q -c -n %{name}-%{version}
mkdir -p src/org
mv apache src/org

%build
export JAVA_HOME=%{_jvmdir}/java
mkdir -p target/classes
$JAVA_HOME/bin/javac -d target/classes $(find src -name "*.java")
$JAVA_HOME/bin/jar cf target/%{name}.jar -C target/classes org
mkdir -p target/site/apidocs
$JAVA_HOME/bin/javadoc -d target/site/apidocs $(find src -name "*.java")

# inject OSGi manifests
mkdir -p META-INF
cp -p %{SOURCE1} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u target/%{name}.jar META-INF/MANIFEST.MF 

%install
rm -rf $RPM_BUILD_ROOT
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 target/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_javadir}/*

%files javadoc
%defattr(-,root,root)
%doc %{_javadocdir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3-9
+ Revision: 370a679
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2289 |14cr|jspeex-0.9.7-0.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           jspeex
Version:        0.9.7
Release:        0.0.5
Summary:        100% Java Speex encoder/decoder/converter library
License:        BSD
Url:            http://jspeex.sourceforge.net/
Group:          Development/Java
Source0:        %{name}-%{version}.tar.bz2
Patch:          %{name}-build.xml
BuildRequires:  ant
BuildRequires:  dos2unix
BuildRequires:  java-rpmbuild >= 1.5
BuildRequires:  jpackage-utils >= 1.5
BuildRequires:  junit
BuildRequires:  update-alternatives
BuildRequires:	xml-commons-apis
BuildRequires:	xml-commons-resolver
Requires:       java >= 1.5
BuildArch:      noarch

%description
JSpeex is a Java port of the Speex speech codec (Open Source/Free Software
patent-free audio compression format designed for speech).

It provides both the decoder and the encoder in pure Java, as well as a
JavaSound SPI.

%package javadoc
Summary:  Javadoc for %{name}
Group:    Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}
%patch

dos2unix  TODO License.txt README
%__chmod 644 TODO License.txt README

%build
%ant package javadoc

%install
# jar
%__install -dm 755 %{buildroot}%{_javadir}
%__install -m 644 dist/%{name}.jar \
	%{buildroot}%{_javadir}/%{name}-%{version}.jar
pushd %{buildroot}%{_javadir}
	for jar in *-%{version}*; do
		ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`
	done
popd

# javadoc
%__install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr doc/javadoc/* \
	%{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} 

# startscripts
%__cat > %{name}_enc.sh << EOF
#!/bin/bash
%{java} -jar %{_javadir}/%{name}.jar JSpeexEnc "\$@"
EOF

%__cat > %{name}_dec.sh << EOF
#!/bin/bash
%{java} -jar %{_javadir}/%{name}.jar JSpeexDec "\$@"
EOF

%__install -dm 755 %{buildroot}%{_bindir}
%__install -m 755 %{name}_*.sh \
	%{buildroot}%{_bindir}

%clean
[ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc TODO License.txt README
%{_bindir}/*.sh
%{_javadir}/%{name}*.jar

%files javadoc
%defattr(-,root,root)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.7-0.0.5
+ Revision: 83664d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2290 |14cr|js-zlib-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	JavaScript library reimplementing compression
Name:		js-zlib
Version:	0.2.0
Release:	1
License:	MIT
Group:		Development/Other
Url:		https://github.com/imaya/zlib.js
Source0:	http://registry.npmjs.org/zlibjs/-/zlibjs-%{version}.tgz
BuildArch:	noarch
BuildRequires:	ant
BuildRequires:	closure-compiler
BuildRequires:	web-assets-devel
Requires:	web-assets-filesystem

%description
zlib.js is ZLIB(RFC1950), DEFLATE(RFC1951), GZIP(RFC1952), and
PKZIP implementation in JavaScript. This library can be used to
perform compression and decompression in the browser.

%files
%doc ChangeLog.md LICENSE README.md README.en.md
%dir %{_datadir}/javascript/zlib/
%{_datadir}/javascript/zlib/*

#----------------------------------------------------------------------------

%prep
%setup -q -n package

# Remove bundled and pre-built files.
rm -rf bin/* vendor/

# Use system closure-compiler to build.
sed -i -e 's#<java jar="${compiler}" fork="true"#<exec executable="closure-compiler"#' \
       -e 's#</java>#</exec>#' \
       -e 's#PERFORMANCE_OPTIMIZATIONS#ADVANCED_OPTIMIZATIONS#' \
       build.xml

%build
ant all

%install
mkdir -p %{buildroot}%{_datadir}/javascript/zlib
cp -p bin/*.min.js bin/*.min.js.map bin/node-zlib.js \
    %{buildroot}%{_datadir}/javascript/zlib/

%changelog
* Thu Sep 25 2014 Rosa <rosa@abf.rosalinux.ru> 0.2.0-1
+ Revision: d930dd1
- Automatic import for version 0.2.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2291 |14cr|jthread-1.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %{name} %{version}
%define devname %mklibname %{name} -d

Summary:	Make use of threads easy on different platforms
Name:		jthread
Version:	1.3.1
Release:	3
License:	MIT
Group:		System/Libraries
Url:		http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jthread
Source0:	http://research.edm.uhasselt.be/jori/jthread/%{name}-%{version}.tar.bz2
BuildRequires:	cmake

%description
The JThread package provides some classes to make use of threads easy
on different platforms. The classes are actually rather simple
wrappers around existing thread implementations.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Make use of threads easy on different platforms
Group:		System/Libraries
Obsoletes:	%{mklibname jthread 1.2.1} < %{EVRD}

%description -n %{libname}
The JThread package provides some classes to make use of threads easy
on different platforms. The classes are actually rather simple
wrappers around existing thread implementations.

%files -n %{libname}
%doc *.TXT
%{_libdir}/libjthread.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Make use of threads easy on different platforms
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
The JThread package provides some classes to make use of threads easy
on different platforms. The classes are actually rather simple
wrappers around existing thread implementations.

%files -n %{devname}
%doc ChangeLog
%{_includedir}/jthread
%{_libdir}/cmake/JThread
%{_libdir}/pkgconfig/jthread.pc
%{_libdir}/libjthread.so
%{_libdir}/libjthread.a

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%define _ssp_cflags %{nil}

%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-3
+ Revision: 84ec17b
- Build without stack protector flag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2292 |14cr|juddi-0.9-0.rc4.2.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define gcj_support 0

# To make the tarball:
#  export CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
#  cvs login (password: anoncvs)
#  cvs export -r juddi-0_9rc4 ws-juddi
#  find ws-juddi -name '*.jar' | xargs rm

%define basedir %{_localstatedir}/lib/%{name}
#%define appdir %{basedir}/webapps
%define sqldir %{basedir}/sql
%define homedir %{_datadir}/%{name}

Summary:	Open source Java implementation UDDI specification
Name:		juddi
Version:	0.9
Release:	0.rc4.2.0.5
License:	Apache Software License
Group:		Development/Java
Url:		http://ws.apache.org/juddi/
Source0:	%{name}-0.9rc4.tar.bz2
BuildRequires:	java-rpmbuild
BuildRequires:	ant
BuildRequires:	axis
BuildRequires:	jakarta-commons-logging
BuildRequires:	tomcat5-servlet-2.4-api
Requires:	axis
Requires:	jakarta-commons-logging
Requires:	tomcat5-servlet-2.4-api
%if %{gcj_support}
BuildRequires:	java-gcj-compat-devel
%else
BuildArch:	noarch
%endif

%description
jUDDI (pronounced "Judy") is an open source Java implementation 
of the Universal Description, Discovery, and Integration (UDDI) 
specification for Web Services.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description javadoc
Javadoc for %{name}.

%package sql-init-statements
Summary:	SQL statements for database creation/configuration
Group:		Development/Java
Requires:	%{name} = %{EVRD}

%description sql-init-statements
SQL statements for creation/configuration of a database 
for storing web services metadata for %{name}.

%package apps
Summary:	EAR file for jUDDI
Group:		Development/Java
Requires:	%{name} = %{EVRD}

%description apps
The Enterprise Archive (ear) file for %{name}.

%package webapps
Summary:	WAR file for jUDDI
Group:		Development/Java
Requires:	%{name} = %{EVRD}

%description webapps
The Web Archive (war) file for %{name}.

%prep
%setup -q -n ws-juddi
mkdir externals
build-jar-repository lib \
    axis/axis \
    axis/jaxrpc \
    axis/saaj \
    apache-commons-logging \
    servletapi5 \

%build
unset CLASSPATH
%ant -Dant.build.javac.target=1.4 -Dant.build.javac.source=1.4 ear javadoc

%install
# *ars
install -d -m 755 %{buildroot}%{_javadir}/juddi
install -m 644 build/juddi.ear \
    %{buildroot}%{_javadir}/juddi/juddi-%{version}.ear
ln -s juddi-%{version}.ear \
    %{buildroot}%{_javadir}/juddi/juddi.ear

install -m 644 build/juddi.jar \
    %{buildroot}%{_javadir}/juddi/juddi-%{version}.jar
ln -s juddi-%{version}.jar \
    %{buildroot}%{_javadir}/juddi/juddi.jar

install -m 644 build/juddi.war \
    %{buildroot}%{_javadir}/juddi/juddi-%{version}.war
ln -s juddi-%{version}.war \
    %{buildroot}%{_javadir}/juddi/juddi.war

install -d -m 755 %{buildroot}{%{appdir},%{sqldir}}

# webapps
#mv build/webapp/* %{buildroot}%{appdir}

# sql
mv sql/* %{buildroot}%{sqldir}

# /usr/share/juddi
install -d -m 755 %{buildroot}/%{homedir}
pushd %{buildroot}%{homedir}
        [ -d webapps ] || ln -fs %{appdir} webapps
        [ -d sql ] || ln -fs %{sqldir} sql
popd

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/docs/apiDocs/ \
    %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%{gcj_files}

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/juddi/*.jar
%{gcj_files}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files sql-init-statements
%defattr(0644,root,root,0755)
%{sqldir}
%dir %{homedir}/sql
%dir %{homedir}
%dir %{basedir}

%files apps
%defattr(0644,root,root,0755)
%{_javadir}/juddi/*.ear

%files webapps
%defattr(0644,root,root,0755)
%{_javadir}/juddi/*.war
%dir %{homedir}/webapps

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-0.rc4.2.0.5
+ Revision: 551fb20
- Build with apache-commons



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2293 |14cr|jumpnbump-1.55-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	jumpnbump  
%define version 1.55
%define release 6

Summary:	Cute little Bunny Game ( with bloody gore details )
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Games/Arcade
Source0:	http://www.jumpbump.mine.nu/port/%{name}-%{version}.tar.bz2
Source1:	%{name}-icons.tar.bz2
Source2:	jumpnbump-1.41-man-pages.tar.bz2
Patch0:     jumpnbump-1.50-format_string.patch
URL:		http://www.jumpbump.mine.nu/
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	libSDL_mixer-devel libSDL_net-devel

%description
Jump n bump is a game for almost the whole family. You are cute fluffy little
bunnies and hop on the other bunnies' heads, to make each others explode
with realistic bunny blood.

To play the game:
- Jiffy plays with the arrow keys
- Fizz plays with j, i, l
- Dott plays with a, w, d
- Mijji plays with 4, 8, 6

%prep
%setup -q -a 2 -n %name-1.50
perl -pi -e 's!PREFIX\"/share/jumpnbump/jumpbump.dat!\"%{_gamesdatadir}/%{name}/jumpbump.dat!g' globals.h
%patch0 -p0

%build
%configure2_5x --bindir=%_gamesbindir --datadir=%_gamesdatadir
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
# french man page
install -D fr/jumpnbump.6 %buildroot%_mandir/fr/man6/jumpnbump.6
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Jump 'n Bump
Comment=Violent game with cute little bunnies
Exec=%_gamesbindir/%{name}
Icon=%name
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF

install -d ${RPM_BUILD_ROOT}{%{_miconsdir},%{_liconsdir}}
tar -xOjf %{SOURCE1} icons/16x16.png > ${RPM_BUILD_ROOT}%{_miconsdir}/%{name}.png
tar -xOjf %{SOURCE1} icons/32x32.png > ${RPM_BUILD_ROOT}%{_iconsdir}/%{name}.png
tar -xOjf %{SOURCE1} icons/48x48.png > ${RPM_BUILD_ROOT}%{_liconsdir}/%{name}.png

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog LINKS README TODO levelmaking/jumpnbump_levelmaking.htm levelmaking/*.gif
%{_gamesbindir}/*
%dir %{_datadir}/games/%{name}
%{_gamesdatadir}/%{name}/*
%{_mandir}/man6/%name.6*
%lang(fr) %{_mandir}/fr/man6/%name.6*
%_datadir/applications/mandriva*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.55-6
+ Revision: 16358fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2294 |14cr|junit-addons-1.4-2.0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define	section		free

Name:		junit-addons
Summary:	JUnitX helper classes for JUnit
Url:		http://sourceforge.net/projects/junit-addons/
Version:	1.4
Release:	2.0.4
Epoch:		0
License:	Apache Software License
Group:		Development/Java
BuildArch:	noarch
Source0:	%{name}-%{version}.zip
Source1:	%{name}-build.xml
BuildRequires:	ant
BuildRequires:	jakarta-commons-logging
BuildRequires:	jaxen
BuildRequires:	jdom
BuildRequires:	junit
BuildRequires:	xerces-j2
BuildRequires:	xml-commons-apis
BuildRequires:  java-rpmbuild
Requires:	ant
Requires:	jakarta-commons-logging
Requires:	jaxen
Requires:	jdom
Requires:	junit
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
JUnit-addons is a collection of helper classes for JUnit. 
This library can be used with both JUnit 3.7 and JUnit 3.8.x

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}-%{version}
chmod -R go=u-w *
jar xf src.jar
%remove_java_binaries
cp %{SOURCE1} build.xml

%build
%ant \
	-Dant.build.javac.source=1.4 \
	-Djdom.jar=$(build-classpath jdom) \
	-Djaxen.jar=$(build-classpath jaxen) \
	-Dsaxpath.jar=$(build-classpath jaxen) \
	-Dant.jar=$(build-classpath ant) \
	-Djunit.jar=$(build-classpath junit) \
	-Dxerces.jar=$(build-classpath xerces-j2) \
	-Dxml-apis.jar=$(build-classpath xml-commons-apis) \
	-Dcommons-logging.jar=$(build-classpath commons-logging) \
	-Dproject.name=junit-addons \
	-Dproject.version=1.4 \
	release

%install
rm -Rf $RPM_BUILD_ROOT
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 dist/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# examples
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/examples
cp -pr src/example/* $RPM_BUILD_ROOT%{_datadir}/%{name}/examples

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc {LICENSE,README,WHATSNEW}
%{_javadir}/*
%{_datadir}/%{name}

%files javadoc
%defattr(-,root,root)
%{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.4-2.0.4
+ Revision: 4ed5898
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2295 |14cr|junkie-0.3.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version	0.3.1
%define release	9
%define name junkie

Summary: GTK2 ftp client
Name: %name
Version: %version
Release: %release
License: BSD
Group: Development/Other 
Source: http://prdownloads.sourceforge.net/junkie/%name%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-buildroot
URL: http://junkie.doomed.org/
BuildRequires: gtk+2-devel libmikmod-devel libvorbis-devel pkgconfig

%description
junkie is a GTK 2 GUI FTP client with a raw FTP library and a 
configuration library. It currently supports pre-caching of FTP 
sites and basic upload and download functions. Support for 
hammering and FXP is in development. 

%prep

%setup -q -n %name%{version}

%configure2_5x
#fix vulgarities
echo 'Joel Thomas loves Mandrake' > YoMomma
perl -p -i -e 's/\/YoMomma/\/Important Info/g' src/gui_menu.c

%build

%make

%install

%makeinstall
rm -f $RPM_BUILD_ROOT/%_datadir/%name/YoMamma

# menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=junkie
Icon=file_transfer_section
Categories=Network;FileTransfer;
Name=Junkie
Comment=GTK2 ftp client
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr(-, root, root)
%doc LICENSE README
%{_datadir}/applications/mandriva-%name.desktop
%{_bindir}/%name
%{_datadir}/%name

%ChangeLog
* Thu Jan 05 2005 Lenny Cartier <lenny@mandriva.com> 0.3.1-3mdk
- rebuild

* Thu Jun 03 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.3.1-2mdk
- rebuild

* Fri Apr 04 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.3.1-1mdk
- 0.3.1

* Tue Jan 07 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.3-2mdk
- rebuild

* Tue Dec 31 2002  Lenny Cartier <lenny@mandrakesoft.com> 0.3-1mdk
- from Austin Acton <aacton@yorku.ca> :
	- bump version
	- add sound support

* Mon Oct 21 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.2.1-2mdk
- from Austin Acton <aacton@yorku.ca> :
	- remove strange and vulgar jokes section

* Fri Oct 18 2002 Austin Acton <aacton@yorku.ca> 0.2.1-1mdk
- initial package creation for Mandrake 9



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-9
+ Revision: 4f3022e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2296 |14cr|jurt-0.02-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		jurt
Summary:	A package builder
Version:	0.02
Release:	2
Source0:	%name-%version.tar.gz
URL:		http://gitorious.org/jurt
Group:		Development/Python
BuildRoot:	%_tmppath/%name-%version-%release-buildroot
BuildArch:	noarch
License:	GPLv2

BuildRequires:	python
BuildRequires:	python-devel

Requires:	python
Requires:	sudo

%description
Jurt is a package builder.

%prep
%setup -q

%build
%__python setup.py build

%install
%__rm -rf %buildroot
%__python setup.py install --root=%buildroot
install -d %buildroot/%_sbindir/
mv %buildroot/%_bindir/jurt-{root-command,setup} %buildroot/%_sbindir/

install -d %buildroot/%_var/spool/jurt/builds/
install -m 1770 -d %buildroot/%_var/spool/jurt/builds/spools/
install -m 1770 -d %buildroot/%_var/spool/jurt/builds/logs/
install -m 1770 -d %buildroot/%_var/spool/jurt/builds/fail/
install -m 1770 -d %buildroot/%_var/spool/jurt/builds/success/
install -m 1770 -d %buildroot/%_var/spool/jurt/chroots/
install -m 1770 -d %buildroot/%_var/spool/jurt/chroots/temp/
install -m 1770 -d %buildroot/%_var/spool/jurt/chroots/active/
install -m 1770 -d %buildroot/%_var/spool/jurt/chroots/old/
install -m 1770 -d %buildroot/%_var/spool/jurt/chroots/keep/
install -m 0770 -d %buildroot/%_var/spool/jurt/chroots/cached

%clean
%__rm -rf %buildroot

%pre
%_pre_useradd jurt /var/empty /sbin/nologin

%postun
%_postun_userdel jurt

%files
%defattr(-,root,root)
%doc README LICENSE
%config(noreplace) %_sysconfdir/jurt/jurt.conf
%{py_sitedir}/*
%_sbindir/jurt-root-command
%_sbindir/jurt-setup
%_bindir/jurt
%_bindir/jurt-build
%_bindir/jurt-shell
%_bindir/jurt-put
%_bindir/jurt-showrc
%_bindir/jurt-list-targets
%_bindir/jurt-list-roots
%_bindir/jurt-test-sudo
%attr(1770,root,jurt) %dir %_var/spool/jurt/builds/spools/
%attr(1770,root,jurt) %dir %_var/spool/jurt/builds/logs/
%attr(1770,root,jurt) %dir %_var/spool/jurt/builds/fail/
%attr(1770,root,jurt) %dir %_var/spool/jurt/builds/success/
%attr(1770,root,jurt) %dir %_var/spool/jurt/chroots/
%attr(1770,root,jurt) %dir %_var/spool/jurt/chroots/temp/
%attr(1770,root,jurt) %dir %_var/spool/jurt/chroots/active/
%attr(1770,root,jurt) %dir %_var/spool/jurt/chroots/old/
%attr(1770,root,jurt) %dir %_var/spool/jurt/chroots/keep/
%_var/spool/jurt/chroots/cached/
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.02-2
+ Revision: 9d37132
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2297 |14cr|jutil-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define gcj_support     1

Name:           jutil
Version:        1.4
Release:        2
Epoch:          0
Summary:        Parameterized collections library for Java
License:        GPL
Group:          Development/Java
URL:            http://cscott.net/Projects/JUtil
Source0:        http://cscott.net/Projects/JUtil/jutil-latest/%{name}-%{version}.tar.gz
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.6
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildRequires:  java-devel
BuildArch:      noarch
%endif

%description
JUtil is a fully-parameterized (generic) collections library for
Java. It was originally part of the FLEX project.


%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
%{__perl} -pi -e 's|<javac|<javac source="1.5" nowarn="true"|g' build*.xml
%{_bindir}/find . -type f -name '*.jar' | xargs -t %{__rm}

%build
export CLASSPATH=
export OPT_JAR_LIST=:
%{ant} jar javadoc

%install
%{__mkdir_p} %{buildroot}%{_javadir}
%{__cp} -a %{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr api/*  %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

#%{__perl} -pi -e 's/\r$//g' 

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.db
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.so
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.4-2
+ Revision: 9d10135
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2298 |14cr|jutils-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	jutils
%define version	1.1.0
%define release	3

Name:		%{name}
Summary:	Java Game project utils
Version:	%{version}
Release:	%{release} 
Source0:	jutils-src-svn-20100422.tar.bz2
Patch0:		%{name}-%{version}-indexed-jar.patch
URL:		https://jutils.dev.java.net/

Group:		Development/Java
License:        BSD

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	ant
BuildRequires:	ant-nodeps
BuildRequires:	java-rpmbuild
Requires:	java

BuildArch: noarch

%description
The JUtils Project hosts an implementation of a set of APIs utilized by other
Java Game Technology Group projects (eg JInput).

%files
%defattr(-,root,root,-)
%doc www/index.html
%doc README.txt
%_javadir/*.jar

#--------------------------------------------------------------------

%package	javadoc
Summary:	Javadoc for jutils
Group:		Development/Java

%description javadoc
Javadoc for jutils.


%files javadoc
%defattr(-,root,root,-)
%_javadocdir/*

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}
pwd
%patch0 -p0

%build
export CLASSPATH="." 
%ant all javadoc

%install
rm -rf $RPM_BUILD_ROOT

%__install -dm 755 $RPM_BUILD_ROOT%_javadir
%__install -m 644 bin/jutils.jar $RPM_BUILD_ROOT%_javadir/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%_javadir/%{name}.jar

# javadoc
%__install -dm 755 $RPM_BUILD_ROOT%_javadocdir/%{name}-%{version}
pushd apidocs
cp -pr * $RPM_BUILD_ROOT%_javadocdir/%{name}-%{version}
popd
ln -s %{name}-%{version} $RPM_BUILD_ROOT%_javadocdir/%{name}

%clean
rm -rf $RPM_BUILD_ROOT




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-3
+ Revision: 088d62f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2299 |14cr|jvyamlb-0.2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           jvyamlb
Version:        0.2.5
Release:        2
Summary:        YAML processor for JRuby
Group:          Development/Java
License:        MIT
URL:            http://code.google.com/p/jvyamlb/
Source0:        http://jvyamlb.googlecode.com/files/%{name}-src-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:      noarch

BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  bytelist
BuildRequires:  java-rpmbuild >= 1.5
BuildRequires:  joda-time
BuildRequires:  jpackage-utils
BuildRequires:  junit

Requires:       bytelist
Requires:       java >= 1.5
Requires:       joda-time
Requires:       jpackage-utils

%description
YAML processor extracted from JRuby.

%prep
%setup -q
rm lib/*
build-jar-repository -s -p lib joda-time bytelist

%build
%ant

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p lib/%{name}-%{version}.jar \
       $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

%check
%ant test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_javadir}/%{name}.jar
%doc LICENSE README CREDITS



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.5-2
+ Revision: 6b0ad50
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2300 |14cr|jwm-2.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		jwm
Summary:	Lightweight X11 Window Manager
Version:	2.1.0
Release:	3
License:	GPL
Group:		Graphical desktop/Other
URL:		http://joewing.net/programs/jwm/
Source:		http://joewing.net/programs/jwm/releases/%{name}-%{version}.tar.bz2
Source1:	%{name}.desktop
Patch0:		jwm-destdir.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)

%description
JWM is a window manager for the X11 Window System. JWM is written in C and uses
only Xlib at a minimum. The following libraries can also be used if available:

* libXext for the shape extension
* libXext for the render extension
* libXmu for drawing rounded windows (shape extension also needed)
* libXinerama for Xinerama support
* libXpm for XPM backgrounds and icons
* libjpeg for JPEG backgrounds and icons
* libpng for PNG backgrounds and icons
* libxft for antialiased and true type fonts
* libfribidi for right-to-left language support

JWM supports MWM and Extended Window Manager Hints (EWMH).

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x --enable-debug
%make
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/xsessions
install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/xsessions/

%files
%doc LICENSE README todo.txt
%{_bindir}/%{name}
%config(noreplace) %{_sysconfdir}/system.jwmrc
%{_datadir}/xsessions/%{name}.desktop
%{_mandir}/man1/%{name}.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-3
+ Revision: 67bc583
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2301 |14cr|k3d-0.8.0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	K-3D open-source 3D modeling, animation, and rendering system
Name:		k3d
Version:	0.8.0.2
Release:	6
License:	GPLv2+
Group:		Graphics
Url:		http://www.k-3d.org
Source0:	http://downloads.sourceforge.net/k3d/%{name}-source-%{version}.tar.bz2
Source1:	%{name}.desktop
Patch1:		k3d-0.8.0.1-libdl.patch
Patch2:		k3d-0.8.0.2-gtkmm224.patch
Patch3:		k3d-0.8.0.2-gcc-4.6.diff
Patch4:		k3d-0.8.0.2-lib64.patch
Patch5:		k3d-source-0.8.0.2_libpng15.patch
Patch6:		k3d-0.8.0.2-gcc-4.7.patch

BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	pkgconfig(gts)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(uuid)
%ifarch x86_64
BuildRequires:	chrpath
%endif
Requires:	yafray
Requires:	povray
Requires:	aqsis
Conflicts:	k3d-devel < %{version}
Obsoletes:	%{_lib}k3d0 <= %{version}-%{release}

%description
K-3D is the free-as-in-freedom 3D modeling, animation, and rendering 
system for GNU / Linux, Posix, and Win32 operating systems. K-3D features a 
robust, object-oriented plugin architecture, designed to scale to the needs of 
professional artists, and is designed from-the-ground-up to generate 
motion-picture-quality animation using RenderMan-compliant render engines.

%package devel
Summary:	K-3D development headers
Group:		Development/C++
Requires:	%{name} = %{version}-%{release}
Conflicts:	k3d < 0.8.0.2
Obsoletes:	%{_lib}k3d-devel <= %{version}-%{release}
Obsoletes:	%{_lib}k3d-static-devel <= %{version}-%{release}

%description devel
Development libraries needed to develop new k3d plugins.

%prep
%setup -qn %{name}-source-%{version}
%apply_patches

%build
%cmake \
    -DK3D_BUILD_GTS_MODULE:BOOL=ON
export LD_LIBRARY_PATH=%{_builddir}/k3d-source-%{version}/build/lib:%{_builddir}/k3d-source-%{version}/build/%{_lib}:$LD_LIBRARY_PATH
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README
%{_bindir}/%{name}*
%{_libdir}/libk3d*.so.*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/plugins
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/documents
%{_datadir}/%{name}/fonts
%{_datadir}/%{name}/geometry
%{_datadir}/%{name}/icons
%{_datadir}/%{name}/logo
%{_datadir}/%{name}/lsystem
%{_datadir}/%{name}/ngui
%{_datadir}/%{name}/scripts
%{_datadir}/%{name}/shaders
%{_datadir}/%{name}/textures
%{_datadir}/%{name}/*.k3d
%exclude %{_datadir}/k3d/shaders/*.h
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*

%files devel
%{_libdir}/libk3d*.so
%{_libdir}/%{name}/include
%{_includedir}/%{name}
%{_datadir}/k3d/shaders/*.h



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0.2-6
+ Revision: 4e4c9f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2302 |14cr|k4dirstat-2.7.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		k4dirstat
Summary:	Ggraphical disk usage utility
Version:	2.7.5
Release:	2
License:	GPLv2
Group:		File tools
URL:		https://bitbucket.org/jeromerobert/k4dirstat/wiki/Home
Source0:	k4dirstat-%{version}.tar.gz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-devel

%description
KDirStat is a graphical disk usage utility, very much like the Unix "du"
command. In addition to that, it comes with some cleanup facilities to reclaim
disk space. 

%prep
%setup -q -n jeromerobert-k4dirstat-1ad2e96d73fa

%build
%cmake
%make

%install
pushd build
%makeinstall_std
popd

%files
%{_bindir}/k4dirstat
%{_kde_applicationsdir}/k4dirstat.desktop
%{_kde_appsdir}/k4dirstat/
%{_kde_datadir}/config.kcfg/k4dirstat.kcfg
%{_kde_docdir}/HTML/en/k4dirstat/
%{_kde_iconsdir}/hicolor/*/apps/k4dirstat.*
%{_datadir}/locale/de/LC_MESSAGES/k4dirstat.mo
%{_datadir}/locale/fr/LC_MESSAGES/k4dirstat.mo
%{_datadir}/locale/hu/LC_MESSAGES/k4dirstat.mo
%{_datadir}/locale/it/LC_MESSAGES/k4dirstat.mo
%{_datadir}/locale/ja/LC_MESSAGES/k4dirstat.mo


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.5-2
+ Revision: 231093c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2303 |14cr|kaboom-1.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: kaboom
Version: 1.1.2
Release: 3
Summary: The Debian KDE settings migration tool
License: GPL
Url: http://pkg-kde.alioth.debian.org/kaboom.html
Group: Graphical desktop/KDE
Source0: http://ftp.de.debian.org/debian/pool/main/k/kaboom/%{name}_%{version}.tar.gz 
Source1: CMakeLists.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: qt4-devel
BuildRequires: cmake

%description
The Debian KDE settings migration tool.

%files
%defattr(-,root,root,-)
%{qt4bin}/*
%_datadir/kaboom

#-----------------------------------------------------------------

%prep
%setup -q 
cp %{SOURCE1} .

%build
%cmake_qt4

%make

%install
rm -rf %buildroot

%makeinstall_std -C build

%clean
rm -rf %buildroot




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-3
+ Revision: 4aabf79
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2304 |14cr|ka-deploy-0.94.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    ka-deploy
%define version 0.94.4
%define release 7
%define tftpbase tftpboot
%define dont_strip 1


Release:        %{release}
Version:        %{version}
Summary:        Ka-deploy cluster installation solution
Name:           %{name}
License:        GPL
Group:          System/Cluster
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source:         %{name}-%{version}.tar.bz2
Patch0:		ka-deploy_dont_use_m32.patch
Patch1:		ka-deploy_fix_unused_pdata_var.patch
Url:            http://kadeploy.imag.fr/
BuildRequires:	glibc-static-devel

%description
Ka-deploy is a tool for cloning large numbers of machines on a cluster

%package server
Summary:        Ka-deploy cluster installation solution - server host side
Group:          System/Cluster
Requires:       coreutils bind-utils, syslinux >= 1.67, clusterscripts-server-pxe
Obsoletes:	ka-deploy-server-host
License:        GPL

%description server
Ka-deploy is a tool for cloning large numbers of machines on a cluster
This package is to be installed on a server

%package source-node
Summary:        Ka-deploy cluster installation solution - source node side
Group:          System/Cluster
Requires:       coreutils
License:        GPL

%description source-node
Ka-deploy is a tool for cloning large numbers of machines on a cluster
This package is to be installed on the source node

%prep
%setup -q -n %name-%version
%ifarch mips arm
%patch0 -p1 -b .m32
%endif
%patch1	-p1
%build
# remove all the CVS directories
rm -rf `find -type d -name "CVS"`

# compile
cd src && make

%install
rm -Rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ka

install -m 755 src/ka-d-server $RPM_BUILD_ROOT%{_bindir}/ka-d-server
install -m 755 src/ka-d-client $RPM_BUILD_ROOT%{_bindir}/ka-d-client
install -m 755 scripts/ka-d.sh $RPM_BUILD_ROOT%{_bindir}/ka-d.sh
install -m 755 scripts/bootable_flag.sh $RPM_BUILD_ROOT%{_bindir}/
install -m 755 scripts/fdisk_to_desc $RPM_BUILD_ROOT%{_bindir}/
install -m 755 scripts/gen_modprobe_conf.pl $RPM_BUILD_ROOT%{_bindir}/
install -m 755 scripts/ka-d.sh $RPM_BUILD_ROOT%{_bindir}/
install -m 755 scripts/ka_replication.sh $RPM_BUILD_ROOT%{_bindir}/
install -m 755 scripts/make_initrd_grub $RPM_BUILD_ROOT%{_bindir}/
install -m 755 scripts/make_initrd_lilo $RPM_BUILD_ROOT%{_bindir}/
install -m 755 scripts/prepare_node.sh $RPM_BUILD_ROOT%{_bindir}/
install -m 755 scripts/send_status.pl $RPM_BUILD_ROOT%{_bindir}/
install -m 755 scripts/status_node.pl $RPM_BUILD_ROOT%{_bindir}/
install -m 755 scripts/store_log.sh $RPM_BUILD_ROOT%{_bindir}/
install -m 755 scripts/udev_creation.sh $RPM_BUILD_ROOT%{_bindir}/
install -m 755 scripts/replication.conf $RPM_BUILD_ROOT%{_sysconfdir}/ka

install -m 644 doc/ka-d.1 $RPM_BUILD_ROOT%{_mandir}/man1/ka-d.1
install -m 644 doc/ka-deploy.1 $RPM_BUILD_ROOT%{_mandir}/man1/ka-deploy.1
ln -s ka-d.1 $RPM_BUILD_ROOT%{_mandir}/man1/ka-d.sh.1
ln -s ka-deploy.1 $RPM_BUILD_ROOT%{_mandir}/man1/ka-d-server.1
ln -s ka-deploy.1 $RPM_BUILD_ROOT%{_mandir}/man1/ka-d-client.1


%clean
rm -rf $RPM_BUILD_ROOT

%files server
%doc README BUGS INSTALL doc 


%files source-node
%defattr(-,root,root)
%doc doc/duplication.html
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/ka
%doc %{_mandir}/man1/ka-d*
%{_datadir}/%{name}-%{version}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.94.4-7
+ Revision: 1b925c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2305 |14cr|kadu-0.12.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	A Gadu-Gadu client for online messaging
Name:		kadu
Version:	0.12.3
Release:	3
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://www.kadu.net
Source0:	http://kadu.googlecode.com/files/kadu-%{version}.tar.bz2
Source1:	%{name}.desktop
Patch0:		kadu-0.12.3-cmake3.patch
BuildRequires:	cmake
BuildRequires:	aspell-devel
BuildRequires:	qt4-devel >= 4.7.0
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(libgadu)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libmpdclient)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(xscrnsaver)
Requires:	enchant-dictionary
Requires:	qca2-plugin-openssl
Requires:	qt4-database-plugin-sqlite

%description
Kadu is a dynamically evolving instant messenger compatible with the Gadu-Gadu,
Jabber/XMPP and Facebook protocol. It can be run on all platforms supporting
the Qt toolkit (except Windows).

%files
%doc HISTORY README VERSION THANKS AUTHORS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_libdir}/%{name}/plugins/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
iconv -f iso8859-1 -t utf-8 HISTORY > \
	HISTORY.conv && mv -f HISTORY.conv HISTORY

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build

rm -fr %{buildroot}%{_includedir}
rm -fr %{buildroot}/usr/sdk
rm -fr %{buildroot}%{_datadir}/cmake

desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications %{SOURCE1}

%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.12.3-3
+ Revision: eb1dc73
- Fix build with new cmake, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2306 |14cr|kaffeine-1.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          kaffeine
Version:       1.2.2
Release:       3
Summary:       Media Player for KDE4
Group:         Graphical desktop/KDE
License:       GPLv2+
Url:           http://kaffeine.kde.org/
Source0:       http://downloads.sourceforge.net/kaffeine/kaffeine-%{version}.tar.gz
Patch0:	       kaffeine-1.2.2-gcc47.patch
BuildRequires: kdelibs4-devel
BuildRequires: phonon-devel
BuildRequires: libxine-devel
Requires:      xine-plugins
Requires:      qt4-database-plugin-sqlite
Requires:      kdebase4-runtime
Provides: kaffeine4 = %version
Obsoletes: kaffeine4 < 1.0
Obsoletes: kaffeine-engine-xine
Obsoletes: kaffeine-engine-gstreamer
Obsoletes: %{_lib}kaffeine0

%description
Kaffeine is a KDE4 Multi Engine Media Player.

%files -f %name.lang
%_kde_bindir/kaffeine
%_kde_bindir/kaffeine-xbu
%_kde_appsdir/kaffeine
%_kde_appsdir/profiles/kaffeine.profile.xml
%_kde_appsdir/solid/actions/*
%_kde_iconsdir/*/*/*/*
%_kde_datadir/applications/kde4/kaffeine.desktop

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0

%build
%cmake_kde4
%make 

%install
%makeinstall_std -C build

%find_lang %name


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-3
+ Revision: 8baf580
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2307 |14cr|kakasi-2.3.4-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KAKASI - kanji kana simple inverter
Name:		kakasi
Version:	2.3.4
Release:	12
License:	GPL
Group:		System/Internationalization
URL:		http://kakasi.namazu.org/
Source:		http://kakasi.namazu.org/stable/kakasi-%{version}.tar.bz2

%description
KAKASI is the language processing filter to convert Kanji characters 
to Hiragana, Katakana or Romaji(1) and may be helpful to read Japanese 
documents. Word-splitting patch has merged from version 2.3.0.

%package devel
Summary:	Header file and libraries of KAKASI
Group:		Development/Other
Requires:	kakasi = %{version}-%{release}

%description devel
Header file and Libraries of KAKASI. 

%package dict
Summary:	The base dictionary of KAKASI
Group:		System/Internationalization
Provides:	kakasidict

%description dict
The basic dictionary of KAKASI.

%prep
%setup -q

%build
%configure2_5x --disable-static
make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_mandir}/ja/man1
install -m 644 doc/kakasi.1 %{buildroot}%{_mandir}/ja/man1

%files
%doc AUTHORS ChangeLog COPYING NEWS README README-ja
%{_bindir}/kakasi
%{_bindir}/mkkanwa
%{_bindir}/atoc_conv
%{_bindir}/rdic_conv
%{_bindir}/wx2_conv
%{_libdir}/libkakasi.so.*
%{_mandir}/ja/man1/kakasi.1*
%{_datadir}/kakasi/itaijidict

%files devel
%{_bindir}/kakasi-config
%{_libdir}/libkakasi.so
%{_includedir}/libkakasi.h

%files dict
%{_datadir}/kakasi/kanwadict


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.4-12
+ Revision: b5355aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2308 |14cr|kamikaze-0.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tag	0_2

Name:		    kamikaze
Version:	    0.2
Release:	    14
Summary:	    An SCM query tool similar to Mozilla's tool, Bonsai
License:	    Apache License
Group:		    Networking/WWW
URL:		    http://kamikaze-qscm.tigris.org/
Source0:	    http://kamikaze-qscm.tigris.org/files/documents/2030/17053/%{name}.v%{tag}.tar.bz2
Patch0:		    %{name}-0.2.fhs.patch.bz2
Patch1:		    %{name}-0.2.fix-db-access.patch.bz2
Requires:	    mod_php
Requires:		apache-mod_socache_shmcb
BuildArch:	    noarch

%description
Kamikaze-qscm is a tool that allows developers and CM related personnel to
query the commits made to one or more source control repositories. It is very
similar to Mozilla's bonsai tool. Kamikaze-qscm currently works with
Subversion, but a modular approach is planned for other SCM systems.

Kamikaze for Subversion currently consists of a perl back-end hook for
inserting commit information into a MySQL database. (In the future, a modular
approach to data storage is planned - allowing the use of many different data
storage implementations. ) A PHP front-end is used to perform repository
queries and display results. (In the future a web service API (XML-RPC and/or
SOAP) will be provided to access the same information for incorporation into
other tools.) 

%prep
%setup -q -n %{name}
%patch0 -p 1
%patch1 -p 0

%build

%install
install -d -m 755 %{buildroot}%{_var}/www/%{name}
install -m 644 html/index.php %{buildroot}%{_var}/www/%{name}

install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/%{name}/lib
install -d -m 755 %{buildroot}%{_datadir}/%{name}/db
install -d -m 755 %{buildroot}%{_datadir}/%{name}/hooks
install -m 644 html/query.php %{buildroot}%{_datadir}/%{name}/lib
install -m 644 db/{author,repository,resource,revision}.sql %{buildroot}%{_datadir}/%{name}/db
install -m 755 hooks/commit2db.pl %{buildroot}%{_datadir}/%{name}/hooks

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 html/config.inc %{buildroot}%{_sysconfdir}/%{name}/web.conf
install -m 644 hooks/config.inc %{buildroot}%{_sysconfdir}/%{name}/hook.conf

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration
Alias /%{name} %{_var}/www/%{name}

<Directory %{_var}/www/%{name}>
    Require all granted
</Directory>
EOF

cat > README.mdv <<EOF
Mandriva RPM specific notes

setup
-----
The setup used here differs from default one, to achieve better FHS compliance.
- the files accessibles from the web are in /var/www/kamikaze
- the files non accessibles from the web are in /usr/share/kamikaze
- the configuration file is /etc/kamikaze.conf

post-installation
-----------------
You have to create the MySQL database, and import all files from
/usr/share/kamikaze/db
EOF

%clean


%files
%doc *.txt README.mdv
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}
%{_var}/www/%{name}
%{_datadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-14
+ Revision: f69c840
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2309 |14cr|kamoso-2.0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Application to take pictures and videos out of your webcam
Name:		kamoso
Version:	2.0.2
Release:	7
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://launchpad.net/kamoso
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
## upstream patches
Patch100:	kamoso-2.0.2-gstreamer1.patch
Patch105:	0005-Make-the-About-dialog-work.patch
Patch121:	0021-add-include.patch
Patch131:	0031-Store-and-install-kamoso.desktop-with-755-permission.patch
Patch132:	0032-use-camera-web-icon-instead-of-webcamreceive.patch
Patch133:	0033-initial-port-to-libkipi-2.x.patch
Patch134:	0034-add-license-header.patch
Patch135:	0035-fix-build-for-libkipi-2.patch
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(QtGStreamer-1.0)
BuildRequires:	pkgconfig(libkipi)
Requires:	qt-gstreamer

%description
Kamoso is an application to take pictures and videos out of your webcam.

%files -f %{name}.lang
%{_kde_bindir}/*
%{_kde_libdir}/kde4/*.so
%{_kde_applicationsdir}/kamoso.desktop
%{_kde_iconsdir}/*/*/*/*
%{_kde_services}/*.desktop
%{_kde_servicetypes}/*.desktop

#--------------------------------------------------------------------

%prep
%setup -q
%patch100 -p1 -b .gst1.0
%patch105 -p1 -b .0005
%patch121 -p1 -b .0021
%patch131 -p1 -b .0031
%patch132 -p1 -b .0032
%patch133 -p1 -b .0033
%patch134 -p1 -b .0034
%patch135 -p1 -b .0035

# rename some icons that conflict with kdeplasma-addons
# upstreamed,
# http://commits.kde.org/kamoso/b8b03322d58a920deac198c2360d65deddccd610
pushd src/plugins/youtube
sed -i.bak -e 's|^Icon=youtube|Icon=kipiplugin_youtube|' *.desktop
for icon in icons/*-action-youtube.* ; do
  new_name=$(echo ${icon} | sed -e's|-youtube|-kipiplugin_youtube|')
  mv ${icon} ${new_name}
done

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}


%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.2-7
+ Revision: 06e4211
- Add patch from upstream for gstreamer 1.0 support, update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2310 |14cr|kanif-1.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	TakTuk wrapper for cluster management and administration
Name:		kanif
Version:	1.2.2
Release:	2
License:	GPLv2+
Group:		System/Cluster
Url:		http://taktuk.gforge.inria.fr/kanif/
Source0:	http://gforge.inria.fr/frs/download.php/3984/kanif-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
Requires:	taktuk

%description
kanif is a tool for cluster management and administration. It combines
main features of well known cluster management tools such as c3, pdsh
and dsh and mimics their syntax. For the effective cluster management
it relies on TakTuk, a tool for large scale remote execution deployment.

For simple parallel tasks that have to be executed on regular machines
such as clusters, TakTuk syntax is too complicated. The goal of kanif
is to provide an easier and familiar syntax to cluster administrators
while still taking advantage of TakTuk characteristics and features
(adaptivity, scalability, portability, autopropagation and informations
redirection).

%files
%doc install_doc/*
%{_bindir}/kaget
%{_bindir}/kanif
%{_bindir}/kaput
%{_bindir}/kash
%{_libdir}/pkgconfig/kanif.pc
%{_mandir}/man1/kaget.1.*
%{_mandir}/man1/kanif.1.*
%{_mandir}/man1/kaput.1.*
%{_mandir}/man1/kash.1.*
%{_mandir}/man5/kanif.conf.5.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
make

%install
%makeinstall_std

mkdir tmp_doc
mv %{buildroot}%{_datadir}/doc/%{name} install_doc/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-2
+ Revision: c25a258
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2311 |14cr|kanjipad-1.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: kanjipad
Summary: Japanese handwriting recognition
Version: 1.2.3
Release: 2
License: GPL
Group: System/Internationalization
URL: http://www.gtk.org/~otaylor/kanjipad/index.html
Source: ftp://ftp.gtk.org:21/pub/users/otaylor/kanjipad/%{name}-%{version}.tar.gz
Patch0: kanjipad-1.2.1-add-useful-keyboard-shortcuts.patch.bz2
BuildRequires: gtk+1.2-devel

%description
KanjiPad is a simple (but snazzy) program which does Japanese handwriting
recognition. It uses the GTK toolkit for a GUI and Todd David Rudicks's
algorithms from JavaDict for recognition.

%prep
%setup -q
%patch0 -p0

%build
make BINDIR=%{_bindir} LIBDIR=%{_datadir}/%{name} OPTIMIZE="$RPM_OPT_FLAGS"

%install
make install BINDIR=$RPM_BUILD_ROOT%{_bindir} LIBDIR=$RPM_BUILD_ROOT%{_datadir}/%{name}

%files
%defattr(-, root, root, 0755)
%doc README
%{_bindir}/*
%{_datadir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-2
+ Revision: 8287b29
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2312 |14cr|kanyremote-6.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE frontend for anyRemote Wireless remote control program
Name:		kanyremote
Version:	6.3.2
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://kde-apps.org/content/show.php/kAnyRemote?content=45047
Source0:	http://garr.dl.sourceforge.net/project/anyremote/%{name}/%{version}/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
BuildRequires:	desktop-file-utils
BuildRequires:	kde4-macros
Requires:	python-kde4
Requires:	python-pybluez >= 0.9.1
Requires:	anyremote >= 6.3.2
BuildArch:	noarch

%description
KDE front-end for anyremote Wireless remote control program.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/*
%{_datadir}/pixmaps/*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog

%build
%configure2_5x --build=%{_host}
%make

%install
%makeinstall_std

rm -fr %{buildroot}%{_datadir}/applications/%{name}.desktop

desktop-file-install %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.3.2-3
+ Revision: 4152f96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2313 |14cr|kardsgt-0.7.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kardsgt
Version:        0.7.1
Release:        5
Epoch:          0
Summary:        Card game suite
License:        GPLv3+
Group:          Games/Cards
URL:            http://kardsgt.nongnu.org/
Source0:        http://download.savannah.gnu.org/releases/kardsgt/kardsgt-%{version}.tar.gz
Source1:        http://download.savannah.gnu.org/releases/kardsgt/kardsgt-%{version}.tar.gz.sig
Source2:        kardsgt.desktop
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
BuildRequires:  desktop-file-utils
BuildRequires:  imagemagick
BuildRequires:	qt4-devel
BuildRequires:	qt-assistant-adp-devel
Requires:	qt-assistant-adp
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
KardsGT is a card game program that has many of your favorite card 
games. Each game comes with an exhaustive manual on how to play. In 
addition to the many wonderful games, we also have amazing characters 
to play against. Each character has their own history and sense of 
play, giving you a fun challenge as you spend your time.

%prep
%setup -q

%build
%qmake_qt4
make
make release

%install
%{__rm} -rf %{buildroot}
make install INSTALL_ROOT=%buildroot

# install release-build binary
rm -f %buildroot%_bindir/*
install -m0755 release/%name %buildroot%{_bindir}

%{__mkdir_p} %{buildroot}%{_datadir}/applications
%{_bindir}/desktop-file-install --vendor ""                         \
        --dir %{buildroot}%{_datadir}/applications                  \
        %{SOURCE2}

%{__mkdir_p} %{buildroot}%{_datadir}/pixmaps
%{_bindir}/convert -resize 32x32 src/images/kardsgt.png %{buildroot}%{_datadir}/pixmaps/kardsgt.png
%{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/16x16/apps
%{_bindir}/convert -resize 16x16 src/images/kardsgt.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/kardsgt.png
%{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/24x24/apps
%{_bindir}/convert -resize 24x24 src/images/kardsgt.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/kardsgt.png
%{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
%{_bindir}/convert -resize 32x32 src/images/kardsgt.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/kardsgt.png

%clean
%{__rm} -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}
%{update_desktop_database}
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_desktop_database}
%clean_icon_cache hicolor
%endif

%files
%defattr(0644,root,root,0755)
%doc ChangeLog README CREDITS src/NOTICE
%attr(0755,root,root) %{_bindir}/kardsgt
%{_datadir}/applications/kardsgt.desktop
%{_iconsdir}/*.png
%{_iconsdir}/hicolor/*/apps/kardsgt.png
%{_datadir}/kardsgt
%{_datadir}/pixmaps/kardsgt.png
%{_mandir}/man6/kardsgt.6*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.7.1-5
+ Revision: fbfde2d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2314 |14cr|katoob-0.5.9.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Light weight multilingual text editor that uses gtk2
Name:		katoob
Version:	0.5.9.1
Release:	6
License:	GPLv2+
Group:		Editors
Url:		http://www.arabeyes.org/project.php?proj=Katoob
# http://belnet.dl.sourceforge.net/sourceforge/arabeyes/katoob-0.3.5.tar.gz
Source:		ftp://foolab.org/pub/software/katoob/%{name}-%{version}.tar.gz
Source10:	%name-icons.tar.bz2
# fwang: patch from debian to get it build in 64 bit environment
Patch1:		katoob-0.5.8-getprotobyname-return-cast.patch
Patch2:		katoob-0.5.9.1-gcc43.patch
Patch3:		katoob-0.5.9.1-glibc2.10.patch
Patch4:		katoob-0.5.9.1-gtk.patch
Patch5:		katoob-0.5.9.1-linking.patch
BuildRequires:	desktop-file-utils
BuildRequires:	perl-XML-Parser
BuildRequires:	aspell-devel
BuildRequires:	bzip2-devel
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(gdkmm-2.4)
BuildRequires:	pkgconfig(libcurl)
Requires:	enchant

%description
Katoob is a light weight, multi lingual, BIDI-aware text editor. It sup-
ports opening and saving files in multiple encodings. The main support
was for Arabic language but more languages are currently supported.

%files -f %{name}.lang
%doc README ChangeLog AUTHORS COPYING TODO THANKS NEWS
%{_datadir}/pixmaps/%{name}-icon.png
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}/*
%{_mandir}/man1/%{name}.*
%lang(de) %{_mandir}/de/man1/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%dir %{_datadir}/%{name}
%defattr( 0755, root, root, 755)
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%setup -q -T -D -a10
%patch2 -p1
%patch3 -p1
%patch4 -p0
%patch5 -p1

%build
autoreconf -fi
%configure2_5x --enable-spell
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
	--dir %{buildroot}%{_datadir}/applications \
	--add-category="GTK" \
	%{buildroot}%{_datadir}/applications/*.desktop

#icons
install -D -m 644 %{name}48.png %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 %{name}32.png %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{name}16.png %{buildroot}%{_miconsdir}/%{name}.png

%find_lang %{name}


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.9.1-6
+ Revision: e6edab9
- Run autoreconf, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2315 |14cr|kaudiocreator-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kaudiocreator
Summary:	CD ripper and audio encoder fron-tend for KDE4
Version:	1.3
Release:	2
Source:		http://opendesktop.org/CONTENT/content-files/107645-%{name}-%{version}.tar.bz2
URL:		http://opendesktop.org/content/show.php/KAudioCreator?content=107645
License:	GPLv2+
Group:		Graphical desktop/KDE
#kdemulitimedia4-devel missing
BuildRequires:	kde4-audiocd-devel
BuildRequires:	libkcddb-devel
BuildRequires:	libkcompactdisc-devel
BuildRequires:	juk
BuildRequires:	kmix
BuildRequires:	kscd
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(libdiscid)
Requires:	kdebase4-runtime
Obsoletes:	kdemultimedia-kaudiocreator < 1:3.5.10-2

%description
CD ripper and audio encoder front-end.

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}


%files -f %{name}.lang
%doc Changelog COPYING TODO
%{_kde_bindir}/kaudiocreator
%{_kde_datadir}/applications/kde4/kaudiocreator.desktop
%{_kde_appsdir}/kaudiocreator
%{_kde_appsdir}/kconf_update/kaudiocreator-libkcddb.upd
%{_kde_appsdir}/kconf_update/kaudiocreator-meta.upd
%{_kde_appsdir}/kconf_update/upgrade-kaudiocreator-metadata.sh
%{_kde_datadir}/config.kcfg/kaudiocreator.kcfg
%{_kde_datadir}/config.kcfg/kaudiocreator_encoders.kcfg
%{_kde_iconsdir}/hicolor/*/apps/kaudiocreator.png
%{_kde_datadir}/kde4/services/ServiceMenus/audiocd_extract.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-2
+ Revision: 2e4ee10
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2316 |14cr|kawa-1.9.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support     1
%define build_free      1
%define section         free
%bcond_without          servlet

Name:           kawa
Version:        1.9.1
Release:        10
Epoch:          0
Summary:        Framework for implementing high-level and dynamic languages
License:        GPL
Group:          Development/Java
URL:            http://www.gnu.org/software/kawa/index.html
Source0:        ftp://ftp.gnu.org/pub/gnu/kawa/kawa-%{version}.tar.gz
Source1:        ftp://ftp.gnu.org/pub/gnu/kawa/kawa-%{version}.tar.gz.sig
Requires:       jpackage-utils
%if %with servlet
Requires:       servletapi5
%endif
Requires:       xml-commons-jaxp-1.3-apis
BuildRequires:  java-devel
BuildRequires:  java-rpmbuild
BuildRequires:  libtool
%if %with servlet
BuildRequires:  servletapi5
%endif
BuildRequires:  xml-commons-jaxp-1.3-apis
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%endif

%description
Kawa is:
    * A framework written in Java for implementing high-level and
      dynamic languages, compiling them into Java bytecodes.
    * An implementation of Scheme, which is in the Lisp family of
      programming languages. Kawa is a featureful dialect in its own
      right, and additionally provides very useful integration with
      Java. It can be used as a "scripting" language, but includes a
      compiler and all the benefits of a "real" programming
      language, including optional static typing.
    * Implementations of other programming languages, including
      XQuery (Qexo) and Emacs Lisp (JEmacs).

%package        javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q

%build
export CLASSPATH=$(build-classpath xml-commons-jaxp-1.3-apis)
export JAR=%{jar}
export JAVA=%{java}
export JAVAC=%{javac}
export JAVADOC=%{javadoc}
%{configure2_5x} \
  --without-gcj \
%if %with servlet
  --with-servlet=$(build-classpath servletapi5) \
%else
  --without-servlet \
%endif
%if !%{build_free}
  --with-swing \
%else
  --without-swing \
%endif
  --without-swt \
  --with-awt \
  --with-sax2 \
%if %{build_free}
  --with-java-source=1.4
%else
  --with-java-source=1.5
%endif
%{__make} LIBTOOL=%{_bindir}/libtool

%install
%{__rm} -rf %{buildroot}
%{makeinstall} LIBTOOL=%{_bindir}/libtool
%if !%with servlet
%{__rm} -f %{buildroot}%{_bindir}/cgi-servlet
%endif
%{make} JAVADOC_DIR=%{buildroot}%{_javadocdir}/%{name}-%{version} install-javadoc-html

# javadoc
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%post
%if %{gcj_support}
%{update_gcjdb}
%endif
%_install_info %{name}.info
%_install_info %{name}-tour.info


%if %{gcj_support}
%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%if %with servlet
%attr(0755,root,root) %{_bindir}/cgi-servlet
%endif
%attr(0755,root,root) %{_bindir}/kawa
%attr(0755,root,root) %{_bindir}/qexo
%{_infodir}/%{name}.info*
%{_infodir}/%{name}-tour.info*
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/%{name}-%{version}.jar.*
%endif
%{_mandir}/man1/kawa.1*
%{_mandir}/man1/qexo.1*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.9.1-10
+ Revision: bda9735
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2317 |14cr|kbackup-0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec is based on Giovanni Mariani's work in MIB

Name:		kbackup
Version:	0.8
Release:	2
Summary:	A simple and easy to use program to backup directories or files
License:	GPLv2
Group:		Archiving/Backup
URL:		http://www.kde-apps.org/content/show.php?action=content&content=44998
Source0:	http://members.aon.at/m.koller/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
# From configure output
BuildRequires:	shared-mime-info >= 0.71
BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	desktop-file-utils

%description
KBackup is a program that lets you back up any directories or files,
whereby it uses an easy to use directory tree to select the things to
back up. The program was designed to be very simple in its use so that it
can be used by non-computer experts. The storage format is the well known
TAR format, whereby the data is still stored in compressed format (bzip2
or gzip).

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%__rm -rf %{buildroot}

%makeinstall_std -C build

%find_lang %{name} --with-html

desktop-file-install \
	--remove-category="X-SuSE-Backup" \
	--add-category="Archiving" \
	--dir %{buildroot}%{_kde_applicationsdir} \
	%{buildroot}%{_kde_applicationsdir}/%{name}.desktop

%files -f %{name}.lang
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}/icons/hicolor/22x22/*/*
%{_kde_iconsdir}/hicolor/*/*/*
%{_kde_appsdir}/%{name}/*.rc
%{_kde_datadir}/mime/packages/%{name}.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-2
+ Revision: 9dc355e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2318 |14cr|kbibtex-0.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Keep libraries private
%if %{_use_internal_dependency_generator}
%define __noautoprov 'kbibtexpart\\.so(.*)|libkbibtexgui.so(.*)|libkbibtexio.so(.*)|libkbibtexproc.so(.*)|libkbibtexws.so'
%define __noautoreq 'kbibtexpart\\.so(.*)|libkbibtexgui.so(.*)|libkbibtexio.so(.*)|libkbibtexproc.so(.*)|libkbibtexws.so'
%endif

Name:		kbibtex
Version:	0.4.1
Release:	2
Summary:	A BibTeX editor for KDE
Group:		Editors
License:	GPLv2+
URL:		http://home.gna.org/kbibtex/
Source0:	http://download.gna.org/kbibtex/0.4/%{name}-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(poppler-qt4)

%description
KBibTeX is a BibTeX editor for KDE.

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%files
%doc README
%{_kde_bindir}/%{name}
%{_kde_libdir}/libkbibtexgui.so
%{_kde_libdir}/libkbibtexio.so
%{_kde_libdir}/libkbibtexproc.so
%{_kde_libdir}/libkbibtexws.so
%{_kde_libdir}/kde4/kbibtexpart.so
%{_kde_appsdir}/%{name}*
%{_kde_configdir}/kbibtexrc
%{_kde_datadir}/mime/packages/*.xml
%{_kde_services}/*.desktop
%{_kde_applicationsdir}/*.desktop
%{_kde_iconsdir}/*/*/*/*
%{_kde_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-2
+ Revision: 51e7f30
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2319 |14cr|kbiff-4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: New mail notification utility
Name: kbiff
Version: 4.0
Release: 2
Source0: http://prdownloads.sourceforge.net/kbiff/%{name}-%{version}.tar.bz2
License: GPL
Group: Graphical desktop/KDE
Url: http://www.kbiff.org/
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: kdelibs4-devel

%description
KBiff is a "biff", or new mail notification utility. It is highly configurable
but very easy to use and set up. It tries to combine the best of the features
of most of the "other" biff programs out there. KBiff supports all major
mailbox formats: mbox (Berkely style), maildir, mh, POP3, IMAP4 and NNTP.

%prep
%setup -q

%build
%cmake_kde4
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std -C build

%find_lang %name --with-html

%clean
rm -fr %buildroot

%files -f %name.lang
%defattr(-,root,root)
%_kde_bindir/*
%_kde_libdir/*.so
%_kde_applicationsdir/*.desktop
%_kde_appsdir/%name
%_kde_iconsdir/*/*/*/*
%_kde_mandir/man1/*.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0-2
+ Revision: 07077c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2320 |14cr|kblogger-1.0-0.alpha3.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define betaver alpha3

Name:		kblogger
Version:	1.0
Release:	%mkrel -c %betaver 2
License:	GPLv2+
Url:	        http://kblogger.pwsp.net/
Group:		Graphical desktop/KDE
Source0:	http://kblogger.pwsp.net/files/%name-%version-%betaver.tar.bz2
Summary:        Blogging application
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:  kdelibs4-devel
BuildRequires:  kdepimlibs4-devel
Requires:       kdebase4-runtime
Obsoletes:      kde4-%name <= %version-%release

%description
KBlogger is a simple to use blogging application for the K Destkop
Environment. It integrates in KDE Kicker for easy and fast blogging.
The Interface is very minimalstic and tries to provide maximal
usability for your enjoymnet. Just push to the blog button and start
writing.
By now KBlogger supports two API's which are the MetaWeblog and the
Google Blogger.

%files
%defattr(-,root,root)
%{_kde_bindir}/kblogger
%{_kde_datadir}/applications/kde4/kblogger.desktop
%{_kde_appsdir}/kblogger/kbloggerui.rc
%{_kde_appsdir}/kblogger/pics/kbloggerWelcome.jpg
%{_kde_datadir}/config.kcfg/kblogger.kcfg
%{_kde_iconsdir}/*/*/*/*

#------------------------------------------------

%prep
%setup -q -n %name

%build
%cmake_kde4 
%make

%install
rm -rf %buildroot
%{makeinstall_std} -C build

%clean
rm -rf %buildroot



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0-0.alpha3.2
+ Revision: 852d856
- Automatic import for version 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2321 |14cr|kbtin-1.0.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kbtin
Version:	1.0.14
Release:	2
Summary:	A very heavily extended clone the TinTin++ MUD client
Group:		Games/Other
License:	GPLv2+
URL:		http://kbtin.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(zlib)

%description
KBtin is a console-based MUD client, which means it is meant to be used as a
client to play MUDs (multiplayer text-based games : MUD stands for Multi-User
Dungeon). It is highly configurable and features everything a MUD client must
have, maybe more. It improves on the well known TinTin++ MUD client.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS BUGS COPYING ChangeLog FAQ KEYPAD NEWS OLDNEWS
%{_mandir}/*/*
%{_bindir}/*
%{_datadir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.14-2
+ Revision: 048b3d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2322 |14cr|kcheckers-0.8.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	kcheckers
%define	oname	Kcheckers
%define	version	0.8.1
%define	rel	5
%define	release	%mkrel	%{rel}
%define	Summary	Kcheckers - Draughts game for KDE

Summary:	%{Summary}
Name:		%{name}
Version:	%{version}
Release:	%{release}
BuildRequires:	qt4-devel
Source0:	http://downloads.sourceforge.net/qcheckers/%{name}-%{version}.tar.gz
Source2:	%{name}-48x48.png
Patch1:		kcheckers-0.8.1-fix-prefix.patch
Patch2:		kcheckers-0.8.1-no-doc.patch
Patch3:		kcheckers-0.8.1-fix-target.patch
Patch4:		kcheckers-0.8.1-fix-translations-path.patch
Group:		Games/Boards
License:	GPLv2+
URL:		http://sourceforge.net/projects/qcheckers
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Qt version of the classic boardgame "checkers".
This game is also known as "draughts".

%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
%qmake_qt4
%make

%install
rm -rf %{buildroot}
make install INSTALL_ROOT=%{buildroot}

#imenu and icons
mkdir -p %{buildroot}{%{_menudir},%{_miconsdir},%{_iconsdir},%{_liconsdir}}
install -m644 icons/logo.png %{buildroot}%{_miconsdir}/%{name}.png
install -m644 icons/biglogo.png %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE2} %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{oname}
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;BoardGame;X-MandrivaLinux-MoreApplications-Games-Boards;
EOF

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README TODO
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.8.1-5
+ Revision: bc13f59
- Automatic import for version 0.8.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2323 |14cr|kchildlock-0.90.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kchildlock
Version:0.90.4.2
Release:	2
Summary:	Tool to monitor and restrict time spend on computer by a children
Source0:	http://ufpr.dl.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
License:	GPLv2
Group:		Graphical desktop/KDE
URL:		http://kde-apps.org/content/show.php/KChildlock?content=88124
BuildRequires:	kdelibs4-devel

%description
kchildlock is a tool to monitor and restrict the time a children spends on the
computer. The limits can be specified per day of the week, by lower and upper
hour limits, maximum daily usage time, and maximum weekly usage time. The same
restriction limits can be applied to applications based on the user login. It
requires the KDE4 Desktop.

%files  -f %{name}.lang
%defattr(-,root,root)
%{_kde_libdir}/kde4/kcm_kchildlock.so
%{_kde_libdir}/kde4/kded_kchildlockdaemon.so
%{_kde_datadir}/config/kchildlockrc
%{_kde_services}/kcm_kchildlock.desktop
%{_kde_services}/kded/kchildlockdaemon.desktop
%{_var}/opt/kchildlock/dummy.txt
%{_kde_iconsdir}/hicolor/*/*/*
%doc %{_kde_docdir}/HTML/en/kcontrol/%{name}

#------------------------------------------------------------------------------

%prep
%setup -q


%build
%cmake_kde4
%make

%install

%makeinstall_std -C build

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.4.2-2
+ Revision: 6981682
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2324 |14cr|kchmviewer-6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kchmviewer
Version:	6.0
Release:	2
Summary:	KDE chm viewer
License:	GPLv2+
URL:		http://kchmviewer.sourceforge.net/
Group:		Graphical desktop/KDE
Source:		http://downloads.sourceforge.net/kchmviewer/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	kdelibs4-devel
BuildRequires:	chmlib-devel
BuildRequires:	imagemagick
Requires:	okular

%description
KchmViewer is a chm (MS HTML help file format) viewer, written in C++. 
Unlike most existing CHM viewers for Unix, it uses Trolltech Qt widget 
library, and does not depend on KDE or Gnome. However, 
it may be compiled with full KDE support, including KDE widgets and KIO/KHTML.
The main advantage of KchmViewer is non-English language support. 
Unlike others, KchmViewer in most cases correctly detects help file encoding, 
correctly shows tables of context of Russian, Korean, Chinese and Japanese help
files, and correctly searches in non-English help files 
(search for MBCS languages - ja/ko/ch is still in progress).

%files -f %{name}.lang
%{_kde_bindir}/kchmviewer
%{_kde_datadir}/applications/kde4/kchmviewer.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std -C build

%__rm -f %{buildroot}%{_kde_libdir}/kde4/kio_msits.so
%__rm -f %{buildroot}%{_kde_datadir}/kde4/services/msits.protocol
%__mkdir_p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64,128x128}/apps
%__install -m644 packages/%{name}.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/

for i in 16x16 32x32 48x48 64x64; do
    convert -scale $i packages/%{name}.png %{buildroot}%{_iconsdir}/hicolor/$i/apps/%{name}.png
done

%find_lang %{name}

%clean
%__rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.0-2
+ Revision: 685c9f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2325 |14cr|kcm-wacomtablet-1.3.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname  %{major}
%define oname wacomtablet

Name:           kcm-wacomtablet
Group:          Graphical desktop/KDE
Summary:        Kontrol module for Wacom Graphictablets
Version:        1.3.6
Release:        3
License:        GPL
URL:            https://projects.kde.org/projects/extragear/base/wacomtablet
# wget -c http://anongit.kde.org/wacomtablet/wacomtablet-latest.tar.gz
Source0:	http://www.kde-apps.org/CONTENT/content-files/114856-%{oname}-v%{version}.tar.bz2
Source1:	README.urpmi
BuildRequires:	kdelibs4-devel
BuildRequires:	x11-driver-input-wacom-devel >= 0.10.11
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xi)
BuildRequires:	x11-proto-devel

%description
This module implements a GUI for the Wacom Linux Drivers and extends it
with profile support to handle different button/pen layouts per profile.

%files -f %{name}.lang
%doc README
%{_datadir}/dbus-1/interfaces/org.kde.Wacom*.xml
%{_kde_docdir}/HTML/en/kcontrol/wacomtablet/
%{_kde_libdir}/kde4/kcm_wacomtablet.so
%{_kde_libdir}/kde4/kded_wacomtablet.so
%{_kde_libdir}/kde4/plasma_applet_wacomtabletsettings.so
%{_kde_appsdir}/wacomtablet/
%{_kde_services}/kcm_wacomtablet.desktop
%{_kde_services}/kded/wacomtablet.desktop
%{_kde_services}/plasma-applet-wacomtabletsettings.desktop

#--------------------------------------------------------------------
%prep
%setup -q -n %{oname}-v%{version}

%build
%cmake_kde4
%make


%install
%makeinstall_std -C build
mkdir -p %{buildroot}%{_docdir}/%{name}
install -p -m644 %{SOURCE1} %{buildroot}%{_docdir}/%{name}
%find_lang %{name} --all-name


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.6-3
+ Revision: c36e430
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2326 |14cr|kcoloredit-2.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Palette files editor
Name:		kcoloredit
Version:	2.0.0
Release:	7
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/
Source0:	%{name}-%{version}-kde4.4.0.tar.bz2
Patch0:		kcoloredit-2.0.0-linkage.patch
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel

%description
KColorEdit is a palette files editor.

It can be used for editing color palettes and for color choosing and naming.

%files -f %{name}.lang
%doc README AUTHORS
%{_kde_bindir}/*
%{_kde_applicationsdir}/*.desktop
%{_kde_appsdir}/%{name}
%{_kde_iconsdir}/*/*/*/*

#------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-kde4.4.0
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-7
+ Revision: 7d1ba60
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2327 |14cr|kdbg-2.5.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kdbg
Version:	2.5.3
Release:	2
License:	GPLv2+
Summary:	A Graphical Debugger Interface
URL:		http://www.kdbg.org
Group:		Development/Other
Source:		http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	kdelibs4-devel
Requires:	gdb

%description
KDbg is a graphical user interface to gdb, the GNU debugger. It provides an
intuitive interface for setting breakpoints, inspecting variables, and
stepping through code. 


%prep
%setup -q


%build
%cmake_kde4
%make


%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%files -f %{name}.lang
%{_kde_bindir}/%{name}
%{_kde_datadir}/config/kdbgrc
%{_kde_datadir}/applications/kde4/%{name}.desktop
%{_kde_datadir}/apps/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.3-2
+ Revision: 82db342
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2328 |14cr|kde4-kio-rapip-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE 4 KIOslave for Windows Mobile devices
Name:		kde4-kio-rapip
Version:	0.2
Release:	5
License:	MIT
Group:		Graphical desktop/KDE
Url:		http://synce.sourceforge.net/
Source0:	http://downloads.sourceforge.net/synce/%{name}-%{version}.tar.gz
Patch0:		kde4-kio-rapip-0.2-libsynce.patch
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libsynce)

%description
This is a full featured KIOslave used to browse through the file
system of a Windows Mobile device, and to copy files to and from the
PDA by drag and drop via Konqueror.

To use, simply open Konqueror, Dolphin, or any other KIO-enabled file
manager and type in rapip://DEVICENAME/ to the address bar. If you are
not sure about the name of your device, simply go to rapip:/ which
will show the first device it finds.

%files
%doc AUTHORS LICENSE ChangeLog README
%{_kde_libdir}/kde4/kio_rapip.so
%{_kde_services}/rapip.protocol
%{_kde_services}/synce.protocol
%{_datadir}/mime/packages/synce-kde4-kio-rapip.xml
%{_iconsdir}/hicolor/*/apps/*.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Mon Sep 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2-5
+ Revision: dd009f5
- Use only libsynce, no longer require librapi2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2329 |14cr|kde4-kwin-dekorator-themes-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kde4-kwin-dekorator-themes
Summary:	Themes for deKorator for KDE4
Version:	0.3
Release:	2
Group:		Graphical desktop/KDE
License:	GPL
Url:		http://www.kde-look.org/index.php?xcontentmode=21
# 23.04.2013
Source0:	all-themes-dekorator.tar.gz
BuildRequires:	kde4-macros
BuildArch:	noarch

%description
Themes for deKorator pack. Includes:
-Aero_Glass
-AlphaCube
-Area-51-Lte
-Area-51
-beo
-black-n-green
-Blended
-blue_sky
-Bushido-Yellow
-chunxiayu
-Clay
-clearLook1
-clearLook2
-clearLook3
-clearLook4
-ClearLooks2-Blue
-Default
-golden-wood-original
-golden-wood-thin
-Kde-max 0.2
-kore
-LinspireClear
-mapuna-blended
-matrix
-milknoir-0.3
-Mockup
-NuOrDER
-Orangio
-Phacile-blue
-Phacile-green
-Plastic
-S_Dark-0.1
-simple_deco
-The-Error
-Titan-5-Lt
-Vectorcell2b
-vista
-winclassic
-yet-another-deKorator

Get more themes at kde-look.org if you want.

%prep
# nothing

%build
# nothing

%install
mkdir -p %{buildroot}%{_kde_appsdir}/deKorator
pushd %{buildroot}%{_kde_appsdir}/deKorator
tar -xf %{SOURCE0}
rm -rf themes/Elementary
rm -rf themes/Kore
popd

%files
%defattr(644,root,root,755)
%{_kde_appsdir}/deKorator/themes/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: e76b106
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2330 |14cr|kde4-kwin-style-crystal-2.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kde4-kwin-style-crystal
Summary:	Crystal kwin decoration theme to KDE 4.x
Version:	2.2.1
Release:	2
Group:		Graphical desktop/KDE
License:	GPLv2+
URL:		http://www.kde-look.org/content/show.php/crystal?content=75140
Source0:	http://www.kde-look.org/CONTENT/content-files/75140-crystal-%{version}.tar.bz2
BuildRequires:	kdebase4-workspace-devel

%description
This is the port of the famous Crystal kwin decoration theme to KDE 4.x.
Main features:
* Choose the blending color of the buttons.
* You can define the title bar height and border size of the windows.
* Right click on minimize button toggles shade mode.
* Middle click on minimize button sends window to below.
* Double click on program symbol closes window.
* Support for button themes. Basic button theme is included, feel free to
  swamp me with cool themes.
* Can show a tooltip of the caption
* If kdocker is installed (http://kdocker.sf.net), right click on close button
  will send the window to the systemtray.

  
%prep
%setup -qn crystal-%{version}


%build
%cmake_kde4
%make


%install
%makeinstall_std -C build


%files
%doc AUTHORS
%{_kde_libdir}/kde4/kwin3_crystal.so
%{_kde_libdir}/kde4/kwin_crystal_config.so
%{_kde_appsdir}/kwin/crystal.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-2
+ Revision: afa0a87
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2331 |14cr|kde4-minimal-settings-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: kde4-minimal-settings
Version: 0.1
Release: 4

Group: Graphical desktop/KDE
Summary: Minimal KDE4 settings
Url: https://code.launchpad.net/kubuntu-low-fat-settings
License: GPLv3

BuildArch: noarch

Requires: gettext qmergeinifiles > 1.50

Source: %name.tar.gz
Source1: kubuntu-low-fat-settings.tar

BuildRequires: qmergeinifiles gettext kde4-macros

%description
This package allow to set minimal KDE4 settings to gain additional system
resources.


%prep
%setup -q -n %name -a1
# cleanup
rm -rf kubuntu-low-fat-settings/share/autostart/
rm -f kubuntu-low-fat-settings/share/config/kdeglobals
rm -f kubuntu-low-fat-settings/share/config/kwinrc

%build
# config
for conf in kubuntu-low-fat-settings/share/config/*
do
    outname=`basename $conf`
    qmergeinifiles --no-override share/config/$outname $conf
done
# autostart
#mkdir -p share/autostart
#for desktop in kubuntu-low-fat-settings/share/autostart/*.desktop
#do
#    outname=`basename $desktop`
#    qmergeinifiles --no-override share/autostart/$outname $conf
#    cp -ar $desktop share/autostart/$outname
#done

%install
mkdir -p %buildroot/%_kde_appsdir/%name/config
install -m 0644 share/config/* %buildroot/%_kde_appsdir/%name/config
mkdir -p %buildroot/%_kde_appsdir/%name/autostart/
install -m 0644 share/autostart/* %buildroot/%_kde_appsdir/%name/autostart
mkdir -p %buildroot/%_kde_bindir/
install -m 0755 bin/%name %buildroot/%_kde_bindir/
mkdir -p %buildroot/%_kde_applicationsdir/
install -m 0644 share/applications/*.desktop %buildroot/%_kde_applicationsdir/
# translations
find po/* -type d | \
while read d
do
    lang=`basename $d`
    mkdir -p %buildroot/%_datadir/locale/$lang/LC_MESSAGES
    msgfmt -o %buildroot/%_datadir/locale/$lang/LC_MESSAGES/%name.mo $d/%name.po
done

%find_lang %name

%files -f %name.lang
%_kde_bindir/%name
%_kde_appsdir/%name
%_kde_applicationsdir/*-setup.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 796455a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2332 |14cr|kde4-style-bespin-0.1-0.1355svn.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Download information:
# svn export https://cloudcity.svn.sourceforge.net/svnroot/cloudcity
# tar -caf cloudcity-0.1.1355svn.tar.xz cloudcity


%define svn	1355
%define srcname	cloudcity
%define enable_translucient 1
%define tibanna_ksplash 0
%define tibanna_kdm 1

Name:		kde4-style-bespin
Summary:	Bespin is a native style for QT/ KDE4
Version:	0.1
Release:	%mkrel 0.%{svn}svn.1
Source0:	%{srcname}-%{version}.%{svn}svn.tar.xz
# Patch0 is here to fix the default comment in icon theme & finally avoid to source the config file
# since we're providing the necessary data directly in the script
Source1:	screenshot.png.bz2
Patch0:		bespin-svn-mdv-fix-icon-and-comment-in-kde-icons-scripts.patch
Patch1:		bespin-svn-mga-use-scale-for-background-in-ksplash-generation.patch
URL:		http://cloudcity.sourceforge.net/
Group:		Graphical desktop/KDE
License:	LGPLv2
BuildRequires:	kdebase4-workspace-devel
# needed to generate the ksplash
BuildRequires:	imagemagick
# need to generate the icons pack
BuildRequires:	inkscape
BuildRequires:	bash
Obsoletes:	kde4-kwin-style-bespin < %version-%release
Obsoletes:	kde4-theme-bespin
Suggests:	kde4-style-bespin-ksplash
Suggests:	kde4-style-bespin-kdm
Suggests:	kde4-style-bespin-icons
Suggests:	plasma-applet-xbar
%if %tibanna_ksplash
Suggests:	kde4-style-tibanna-ksplash
%endif
%if %tibanna_kdm
Suggests:	kde4-style-tibanna-kdm
%endif


%description
Bespin is a native style for QT/ KDE4

The name is nothing about Quantum Mechanics, but just refers to the
Cloud City from StarWars - Episode V "The Empire Strikes Back"

Some presets can be found in /usr/share/doc/%{name}


%files
%defattr(-,root,root)
%doc README INSTALL COPYING COPYING.LIB presets/
%_kde_bindir/bespin
%_kde_libdir/libQtBespin.so
%_kde_libdir/qt4/plugins/styles/libbespin.so
%_kde_libdir/kde4/kstyle_bespin_config.so
%_kde_libdir/kde4/kwin3_bespin.so
%_kde_libdir/kde4/kwin_bespin_config.so
%_kde_appsdir/kwin/bespin.desktop
%_kde_appsdir/kstyle/themes/bespin.themerc
%_mandir/man1/bespin.1.*

#---------------------------------------------------------------------

%package -n 	plasma-applet-xbar
Summary:	Xbar applet for Bespin style
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Requires:	%{name}
%description -n plasma-applet-xbar
The XBar is a Client/Server approach to a "mac-a-like" global menubar.
Currently it's only used by the Bespin Style to post apply clients to
Qt4 based applications.
The only currently existing Server is a Plasmoid.

%files -n plasma-applet-xbar
%defattr(-,root,root)
%doc XBar/xbar.txt
%_kde_libdir/kde4/plasma_applet_xbar.so
%_kde_services/plasma-applet-xbar.desktop

#---------------------------------------------------------------------

%package -n 	bespin-bash-completion
Summary:	Bash Completion for bespin
Group:		Development/Other
Requires:	bash
Requires:	bash-completion
%description -n bespin-bash-completion
Bash completion for the "bespin" tool, written by Franz Fellner

%files -n bespin-bash-completion
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/bash_completion.d/bespin-compl

#--------------------------------------------------------------------

%package	ksplash
Summary:	Bespin ksplash theme
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
%description	ksplash
This package provide a bespin ksplash theme

%files	ksplash
%defattr(-,root,root)
%_kde_datadir/apps/ksplash/Themes/Bespin/

#---------------------------------------------------------------------

%package	kdm
Summary:	Bespin kdm theme
Group:		Graphical desktop/KDE
Requires:	kdm
%description	kdm
This package provide a Bespin kdm theme

%files	kdm
%defattr(-,root,root)
%_kde_datadir/apps/kdm/themes/Bespin/

#--------------------------------------------------------------------
%if %tibanna_ksplash

%package -n	kde4-style-tibanna-ksplash
Summary:	Tibanna ksplash theme
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
%description -n kde4-style-tibanna-ksplash
This package provide the tibanna ksplash theme

%files -n kde4-style-tibanna-ksplash
%defattr(-,root,root)
%_kde_datadir/apps/ksplash/Themes/tibanna/
%endif
%if %tibanna_kdm
#--------------------------------------------------------------------

%package -n kde4-style-tibanna-kdm
Summary:	Tibanna kdm theme
Group:		Graphical desktop/KDE
Requires:	kdm
%description -n kde4-style-tibanna-kdm
This package provide the tibanna kdm theme

%files -n kde4-style-tibanna-kdm
%defattr(-,root,root)
%_kde_datadir/apps/kdm/themes/tibanna/
#--------------------------------------------------------------------
%endif

%package	icons
Summary:	Bespin icons theme
Group:		Graphical desktop/KDE
%description	icons
This package provide a Bespin icons theme

%files	icons
%defattr(-,root,root)
%_kde_datadir/icons/Bespin/

#--------------------------------------------------------------------

%prep
%setup -q -n %{srcname}
%patch0 -p0
%patch1 -p0

%build
%if %{enable_translucient}
 %cmake_kde4 -DENABLE_ARGB=on
%else 
 %cmake_kde4
%endif 

%make

%install
%__rm -rf %{buildroot}
%{makeinstall_std} -C build

# Installing necessary files for bespin-completion
%__mkdir -p %{buildroot}/%{_sysconfdir}/bash_completion.d
%__mkdir -p %{buildroot}/%_kde_mandir/man1
%__install -m644 man/bespin.1 %{buildroot}/%_kde_mandir/man1
lzma %{buildroot}/%_kde_mandir/man1/bespin.1
%__install extras/bespin-compl %{buildroot}/%{_sysconfdir}/bash_completion.d

# Installing necessary files for kdm bespin theme
%__mkdir -p %{buildroot}/%_kde_datadir/apps/kdm/themes/Bespin/
%__install -m 644 kdm/*.png %{buildroot}/%_kde_datadir/apps/kdm/themes/Bespin
%__install -m 644 kdm/*.jpg %{buildroot}/%_kde_datadir/apps/kdm/themes/Bespin
%__install -m 644 kdm/*.xml %{buildroot}/%_kde_datadir/apps/kdm/themes/Bespin
%__install -m 644 kdm/KdmGreeterTheme.desktop %{buildroot}/%_kde_datadir/apps/kdm/themes/Bespin

%__bzip2 -dc %{SOURCE1} > %{buildroot}/%_kde_datadir/apps/kdm/themes/Bespin/screenshot.png





# Installation of bespin ksplash theme
%__mkdir -p %{buildroot}/%_kde_datadir/apps/ksplash/Themes/Bespin
pushd ksplash
./generate.sh 1920 1440
./generate.sh 1920 1200
./generate.sh 1920 1080
./generate.sh 1280 1024
./generate.sh 1024 600
for i in "1024x600" "1280x1024" "1920x1080" "1920x1200" "1920x1440";
do
%__install -d %{buildroot}/%_kde_datadir/apps/ksplash/Themes/Bespin/$i
%__install -m 644 -t %{buildroot}/%_kde_datadir/apps/ksplash/Themes/Bespin/$i  $i/background.png
done

%__install -m 644 -t %{buildroot}/%_kde_datadir/apps/ksplash/Themes/Bespin/1920x1440/ 1920x1440/description.txt
%__install -m 644 -t %{buildroot}/%_kde_datadir/apps/ksplash/Themes/Bespin/ *.png
%__install -m 644 -t  %{buildroot}/%_kde_datadir/apps/ksplash/Themes/Bespin/ Theme.rc
popd
%if %tibanna_ksplash
# Installation of tibanna ksplash theme
pushd ksplash/tibanna
%__mkdir -p %{buildroot}/%_kde_datadir/apps/ksplash/Themes/tibanna
./generate.sh 1920 1440
./generate.sh 1920 1200
./generate.sh 1920 1080
./generate.sh 1280 1024
./generate.sh 1024 600
for i in "1024x600" "1280x1024" "1920x1080" "1920x1200" "1920x1440";
do
%__install -d %{buildroot}/%_kde_datadir/apps/ksplash/Themes/tibanna/$i
%__install  -m 644 -t %{buildroot}/%_kde_datadir/apps/ksplash/Themes/tibanna/$i  $i/background.png
done

%__install  -m 644 -t %{buildroot}/%_kde_datadir/apps/ksplash/Themes/tibanna/1920x1440/ 1920x1440/description.txt
%__install  -m 644 -t %{buildroot}/%_kde_datadir/apps/ksplash/Themes/tibanna/ *.png
%__install  -m 644 -t %{buildroot}/%_kde_datadir/apps/ksplash/Themes/tibanna/ Theme.rc
popd
%endif
%if %tibanna_kdm
# Installation of tibanna kdm theme
%__mkdir -p %{buildroot}/%_kde_datadir/apps/kdm/themes/tibanna/
%__install kdm/tibanna/*.png %{buildroot}/%_kde_datadir/apps/kdm/themes/tibanna
%__install kdm/tibanna/*.jpg %{buildroot}/%_kde_datadir/apps/kdm/themes/tibanna
%__install kdm/tibanna/*.xml %{buildroot}/%_kde_datadir/apps/kdm/themes/tibanna
%__install kdm/tibanna/KdmGreeterTheme.desktop %{buildroot}/%_kde_datadir/apps/kdm/themes/tibanna

%endif
# Creating the icons package
pushd icons
bash ./generate_kde_icons.sh
%__mkdir -p %{buildroot}/%_kde_datadir/icons/
%__mv Bespin %{buildroot}/%_kde_datadir/icons/
popd

%clean 
%__rm -rf %{buildroot}





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1-0.1355svn.1
+ Revision: f8173c5
- Automatic import for version 0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2333 |14cr|kde4-style-crystal-2.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kde4-style-crystal
Summary:	Crystal kwin decoration theme to KDE 4.x
Version:	2.2.1
Release:	2
Group:		Graphical desktop/KDE
License:	GPLv2+
URL:		http://www.kde-look.org/content/show.php/crystal?content=75140
Source0:	http://www.kde-look.org/CONTENT/content-files/75140-crystal-%{version}.tar.bz2
BuildRequires:	kdebase4-workspace-devel
%rename		kde4-kwin-style-crystal

%description
This is the port of the famous Crystal kwin decoration theme to KDE 4.x.
Main features:
* Choose the blending color of the buttons.
* You can define the title bar height and border size of the windows.
* Right click on minimize button toggles shade mode.
* Middle click on minimize button sends window to below.
* Double click on program symbol closes window.
* Support for button themes. Basic button theme is included, feel free
  to swamp me with cool themes.
* Can show a tool-tip of the caption
* If kdocker is installed (http://kdocker.sf.net), right click on close
  button will send the window to the system tray.

  
%prep
%setup -qn crystal-%{version}


%build
%cmake_kde4
%make


%install
%makeinstall_std -C build


%files
%doc AUTHORS README.md COPYING
%{_kde_libdir}/kde4/kwin3_crystal.so
%{_kde_libdir}/kde4/kwin_crystal_config.so
%{_kde_appsdir}/kwin/crystal.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-2
+ Revision: 4b80889
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2334 |14cr|kde4-style-nitrogen-3.3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	kde4-style-nitrogen
%define version	3.3.3
%define release	3
%define Summary	Window decoration

Summary:	%Summary
Name:		%name
Version:	%version
Release:	%release
Source0:	http://www.kde-look.org/CONTENT/content-files/99551-kde4-windeco-nitrogen-%{version}-Source.tar.gz
License:	GPLv2
Group:		Graphical desktop/KDE
URL:		http://www.kde-look.org/content/show.php/Nitrogen?content=99551
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	kdebase4-workspace-devel
Requires:	kdebase4-runtime

%description
The Nitrogen window decoration is a fork of the oxygen/ozone
decoration that allows notably to

- resize window borders,
- change buttons size,
- hide the horizontal separator.
- select different title bar blending and frame border size depending
on the window title or name, in order to have better integration of
GTK based windows in the decoration style.
- add a size-grip handle in the bottom-right corner of windows. This
is particularly useful when the no-border option is selected.

%files -f kwin_nitrogen.lang
%defattr(-,root,root)
%doc README INSTALL COPYING
%_kde_libdir/kde4/kwin3_nitrogen.so
%_kde_libdir/kde4/kwin_nitrogen_config.so
%_kde_appsdir/kwin/nitrogenclient.desktop

#--------------------------------------------------------------------

%prep
%setup -q -n kde4-windeco-nitrogen-%{version}-Source

%build
%cmake_kde4
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std -C build

%find_lang kwin_nitrogen

%clean
%__rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.3-3
+ Revision: 901291a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2335 |14cr|kde4-style-polyester-2.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	kde4-style
%define theme_name	polyester
%define name		%base_name-%theme_name
%define version		2.0.0
%define rel             2
%define release		%mkrel %rel
%define summary		Polyester kde widget style for KDE4

Name:			%name
Version:		%version
Release:		%release
Summary:		%summary
License:		LGPL
Group:			Graphical desktop/KDE
Source:			http://www.notmart.org/files/polyester-%version.tar.bz2
URL:			http://kde-look.org/content/show.php?content=27968
Requires:		kdelibs4-core
BuildRequires:		kdebase4-workspace-devel
BuildRoot:		%_tmppath/%name-buildroot

%description
Polyester is a kde widget style aimed to be a good balance between eye candy
and simplicity.

%prep
%setup -q -n %theme_name-%version

%build
%cmake_kde4
%make

%install
rm -fr %buildroot
%makeinstall_std -C build 

%find_lang kstyle_%{theme_name}_config

%clean
rm -rf %buildroot

%files -f kstyle_%{theme_name}_config.lang
%defattr(-,root,root,0755)
%doc AUTHORS ChangeLog COPYING README 
%_kde_libdir/kde4/libpolyester_config.so
%_kde_libdir/kde4/plugins/styles/libpolyester.so
%_kde_datadir/apps/color-schemes/Polyester*.colors
%_kde_datadir/apps/kstyle/themes/polyester.themerc




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.0.0-2
+ Revision: f6933f4
- Automatic import for version 2.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2336 |14cr|kde4-style-skulpture-0.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname skulpture

Name: kde4-style-%{shortname} 
Summary: Skulpture Theme for KDE4
Version: 0.2.3
Release: 3
Source0: http://www.kde-look.org/CONTENT/content-files/59031-%{shortname}-%{version}.tar.bz2
Patch0: skulpture-0.1.3-kdeplugin-cmake.patch
Patch1: kde4-style-skulpture-kwin.patch
URL: http://www.kde-look.org/content/show.php/Skulpture?content=59031
Group: Graphical desktop/KDE
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License: GPL 
BuildRequires: kdelibs4-devel
BuildRequires: kdebase4-workspace-devel

%description
Skulpture theme for KDE 4

%files 
%{_kde_libdir}/kde4/kstyle_skulpture_config.so
%{_kde_libdir}/kde4/kwin3_skulpture.so
%{_kde_libdir}/kde4/kwin_skulpture_config.so
%{_kde_appsdir}/color-schemes/
%{_kde_appsdir}/kstyle/themes/
%{_kde_appsdir}/kwin/
%{_kde_appsdir}/skulpture
%{_kde_plugindir}/styles/*

#--------------------------------------------------------------------------------

%prep 
%setup -q -n %shortname-%version
%patch0 -p1
%patch1 -p1 -b .kwin

%build 
%cmake_kde4 
%make

%install
rm -rf $RPM_BUILD_ROOT
pushd build
%makeinstall_std
popd

%clean 
rm -rf $RPM_BUILD_ROOT 





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-3
+ Revision: ee7eba6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2337 |14cr|kde4-style-steampunk-aurorae-3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	"SteampunK Powered Linux" Aurorae theme
Name:		kde4-style-steampunk-aurorae
Version:	3.0
Release:	2
License:	Creative Commons Attribution-ShareAlike
Group:		Graphical desktop/KDE
Url:		http://kde-look.org/content/show.php?content=158790
Source0:	http://kde-look.org/CONTENT/content-files/158790-SteampunK.tar.gz
Requires:	kdebase4-workspace >= 2:4.10
BuildRequires:	kde4-macros
BuildArch:	noarch

%description
This package contains the "SteampunK Powered Linux" theme for Aurorae.

%files
%{_kde_appsdir}/aurorae/themes/SteampunK

#----------------------------------------------------------------------------

%prep
%setup -q -c
find . -type f | xargs chmod 0644

%build
# nothing

%install
mkdir -p %{buildroot}%{_kde_appsdir}/aurorae/themes

cp -r SteampunK %{buildroot}%{_kde_appsdir}/aurorae/themes/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-2
+ Revision: cac150d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2338 |14cr|kde4-style-steampunk-colors-3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	"SteampunK Powered Linux" colors for KDE and QtCurve
Name:		kde4-style-steampunk-colors
Version:	3.0
Release:	2
License:	Creative Commons Attribution-ShareAlike
Group:		Graphical desktop/KDE
# Also http://kde-look.org/content/show.php?content=148276
# and http://kde-look.org/content/show.php/SteampunK+Light+Color+Scheme?content=155868
Url:		http://kde-look.org/content/show.php?content=148277
# Repack from all sources:
Source:		SteampunK_Colors.tar.gz
Requires:	kdebase4-workspace >= 2:4.10
BuildRequires:	kde4-macros
BuildArch:	noarch

%description
This package contains the "SteampunK Powered Linux" colors for KDE and QtCurve.

%files
%{_kde_appsdir}/color-schemes/*.colors
%{_kde_appsdir}/QtCurve/*.qtcurve

#----------------------------------------------------------------------------

%prep
%setup -q -c
find . -type f | xargs chmod 0644

%build
# nothing

%install
mkdir -p %{buildroot}%{_kde_appsdir}/color-schemes/
mkdir -p %{buildroot}%{_kde_appsdir}/QtCurve/

cp SteampunK/{SteampunK,SteampunKLight}.colors %{buildroot}%{_kde_appsdir}/color-schemes/
cp SteampunK/{SteampunK,SteampunkLight}.qtcurve %{buildroot}%{_kde_appsdir}/QtCurve/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-2
+ Revision: c8e2370
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2339 |14cr|kde4-style-steampunk-cursors-3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	"SteampunK Powered Linux" mouse cursors theme
Name:		kde4-style-steampunk-cursors
Version:	3.0
Release:	2
License:	Creative Commons Attribution-ShareAlike
Group:		Graphical desktop/KDE
Url:		http://kde-look.org/content/show.php?content=161001
Source0:	http://kde-look.org/CONTENT/content-files/161001-SteampunK.tar.gz
BuildArch:	noarch

%description
This package contains the "SteampunK Powered Linux" mouse cursors.

%files
%{_iconsdir}/SteampunK

#----------------------------------------------------------------------------

%prep
%setup -q -c
find . -type f | xargs chmod 0644
find . -type d | xargs chmod 0755

%build
# nothing

%install
mkdir -p %{buildroot}%{_iconsdir}

cp -r SteampunK %{buildroot}%{_iconsdir}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-2
+ Revision: 4578399
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2340 |14cr|kde4-style-steampunk-kdm-3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	"SteampunK Powered Linux" KDM theme
Name:		kde4-style-steampunk-kdm
Version:	3.0
Release:	2
License:	Creative Commons Attribution-ShareAlike
Group:		Graphical desktop/KDE
Url:		http://kde-look.org/content/show.php?content=142139
Source:		http://sites.google.com/site/binaryinspiration/download/SPL_KDM.tar.gz
Requires:	kdm >= 2:4.10
BuildRequires:	kde4-macros
BuildArch:	noarch

%description
This package contains the "SteampunK Powered Linux" theme for KDM.

%files
%{_kde_appsdir}/kdm/themes/SteampunK

#----------------------------------------------------------------------------

%prep
%setup -q -c
find . -type f | xargs chmod 0644

%build
# nothing

%install
mkdir -p %{buildroot}%{_kde_appsdir}/kdm/themes/

cp -r SteampunK %{buildroot}%{_kde_appsdir}/kdm/themes/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-2
+ Revision: a681ac0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2341 |14cr|kde4-style-steampunk-ksplash-3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	"SteampunK Powered Linux" KSplash theme
Name:		kde4-style-steampunk-ksplash
Version:	3.0
Release:	3
License:	Creative Commons Attribution-ShareAlike
Group:		Graphical desktop/KDE
Url:		http://kde-look.org/content/show.php?content=142138
Source:		http://sites.google.com/site/binaryinspiration/download/SteampunK_KSplash3.tar.gz
Requires:	kdebase4-workspace >= 2:4.10
BuildRequires:	kde4-macros
BuildArch:	noarch

%description
This package contains the "SteampunK Powered Linux" theme for KSplash.

%files
%{_kde_appsdir}/ksplash/Themes/SteampunK

#----------------------------------------------------------------------------

%prep
%setup -q -c
find . -type f | xargs chmod 0644

%build
# nothing

%install
mkdir -p %{buildroot}/%{_kde_appsdir}/ksplash/Themes

cp -r SteampunK %{buildroot}%{_kde_appsdir}/ksplash/Themes/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-3
+ Revision: c3b4f66
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2342 |14cr|kde4-style-steampunk-wallpapers-3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	"SteampunK Powered Linux" wallpapers
Name:		kde4-style-steampunk-wallpapers
Version:	3.0
Release:	2
License:	Creative Commons Attribution-ShareAlike
Group:		Graphical desktop/KDE
Url:		http://kde-look.org/content/show.php?content=149320
Source0:	http://sites.google.com/site/binaryinspiration/download/SPL_Wlpr_Engine.tar.gz
Source1:	http://sites.google.com/site/binaryinspiration/download/SPL_Wlpr_Machine.tar.gz
Source2:	http://sites.google.com/site/binaryinspiration/download/SPL_Wlpr_Simple.tar.gz
BuildArch:	noarch

%description
This package contains the "SteampunK Powered Linux" wallpapers.

%files
%{_datadir}/wallpapers/SteampunK_Engine
%{_datadir}/wallpapers/SteampunK_Machine
%{_datadir}/wallpapers/SteampunK_Simple

#----------------------------------------------------------------------------

%prep
%setup -q -c -a1 -a2
find . -type f | xargs chmod 0644

%build
# nothing

%install
mkdir -p %{buildroot}%{_datadir}/wallpapers

cp -r SteampunK_{Engine,Machine,Simple} %{buildroot}%{_datadir}/wallpapers/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-2
+ Revision: 15b1453
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2343 |14cr|kde4-style-steampunk-yakuake-3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	"SteampunK Powered Linux" Yakuake theme
Name:		kde4-style-steampunk-yakuake
Version:	3.0
Release:	2
License:	Creative Commons Attribution-ShareAlike
Group:		Graphical desktop/KDE
Url:		http://kde-look.org/content/show.php?content=158529
Source0:	http://kde-look.org/CONTENT/content-files/158529-SteampunK.tar.gz
Requires:	yakuake
BuildRequires:	kde4-macros
BuildArch:	noarch

%description
This package contains the "SteampunK Powered Linux" theme for Yakuake.

%files
%{_kde_appsdir}/yakuake/skins/SteampunK

#----------------------------------------------------------------------------

%prep
%setup -q -c
find . -type f | xargs chmod 0644

%build
# nothing

%install
mkdir -p %{buildroot}%{_kde_appsdir}/yakuake/skins

cp -r SteampunK %{buildroot}%{_kde_appsdir}/yakuake/skins/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-2
+ Revision: 6e192e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2344 |14cr|kde-artwork-active-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    kde-artwork-active
Summary: Additional artwork (themes, sound themes, icons,etc...) for  Plasma Active
Version: 0.2
Release: 2
Group:   Graphical desktop/KDE
License: LGPLv2
URL:     http://www.kde.org/
Source:  ftp://ftp.kde.org/pub/kde/stable/active/1.0/src/%{name}-%version.tar.bz2
BuildRequires: kdelibs4-devel

BuildArch: noarch


%description
Additional artwork (themes, sound themes, icons,etc...) for  Plasma Active

%files
%_kde_appsdir/ksplash/Themes/ActiveAir
%_kde_appsdir/kscreenlocker/main.qml
%_kde_appsdir/kscreenlocker/lockscreen-active.qml
%_kde_appsdir/kscreenlocker/unlock-normal.png
%_kde_appsdir/kscreenlocker/unlock-pressed.png
%_kde_appsdir/kscreenlocker/wallpaper.png
%_kde_datadir/wallpapers/*.*

#----------------------------------------------------------------------

%prep
%setup -q -n %{name}
%apply_patches

%build
%cmake_kde4
	
%make

%install
%makeinstall_std -C build




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-2
+ Revision: 63b45b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2345 |14cr|kde-cdemu-manager-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname kde_cdemu

Summary:	A simple KDE front-end for CDemu
Name:		kde-cdemu-manager
Version:	0.5.0
Release:	2
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://kde-apps.org/content/show.php/KDE+CDEmu+Manager?content=99752
Source0:	http://kde-apps.org/CONTENT/content-files/99752-%{srcname}-%{version}.tar.gz
BuildRequires:	kdelibs4-devel
Requires:	cdemu-client

%description
KDE CDemu Manager is a simple front-end for CDemu.

It provides a little manager window that gives you an overview of your virtual
drives and allows you to mount and unmount images.

It also includes a KDE service menu for mounting images directly from
Dolphin/Konqueror (which is what most people will want to use).

Images can be unmounted like any other media through Dolphin or the Device
Notifier widget.

%files -f %{srcname}.lang
%{_kde_bindir}/kde_cdemu
%{_kde_applicationsdir}/kde_cdemu.desktop
%{_kde_appsdir}/kde_cdemu/kde_cdemuui.rc
%{_kde_services}/ServiceMenus/kde_cdemu_mount.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{srcname}
find . -name '*.cpp' -exec chmod 644 {} \;
find . -name '*.h' -exec chmod 644 {} \;

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{srcname}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-2
+ Revision: fd5f568
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2346 |14cr|kdeconnect-0.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Connect KDE with your smartphone
Name:		kdeconnect
Version:	0.7.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://albertvaka.wordpress.com/
Source0:	ftp://ftp.kde.org/pub/kde/unstable/%{name}/%{version}/src/%{name}-kde-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(QJson)

%description
KDE Connect is a module to connect KDE with your smartphone.
You need to install KdeConnect.apk on your smartphone to make it work.

%files -f %{name}.lang
%{_bindir}/kdeconnect-cli
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}/
%{_kde_appsdir}/plasma/plasmoids/%{name}
%{_kde_iconsdir}/hicolor/*/apps/%{name}.*
%{_kde_libdir}/kde4/kcm_kdeconnect.so
%{_kde_libdir}/kde4/kded_kdeconnect.so
%{_kde_libdir}/kde4/kdeconnect_battery.so
%{_kde_libdir}/kde4/kdeconnect_clipboard.so
%{_kde_libdir}/kde4/kdeconnect_mpriscontrol.so
%{_kde_libdir}/kde4/kdeconnect_notifications.so
%{_kde_libdir}/kde4/kdeconnect_pausemusic.so
%{_kde_libdir}/kde4/kdeconnect_pausemusic_config.so
%{_kde_libdir}/kde4/kdeconnect_ping.so
%{_kde_libdir}/kde4/kdeconnect_share.so
%{_kde_libdir}/kde4/kdeconnect_share_config.so
%{_kde_libdir}/kde4/kdeconnect_telephony.so
%{_kde_libdir}/kde4/imports/org/kde/kdeconnect
%{_kde_libdir}/kde4/libexec/kdeconnectd
%{_kde_libdir}/kde4/kdeconnect_mousepad.so
%{_kde_libdir}/kde4/kdeconnect_sftp.so
%{_kde_libdir}/kde4/kdeconnect_sftp_config.so
%{_kde_libdir}/kde4/kdeconnectfiletiemaction.so
%{_kde_libdir}/kde4/kio_kdeconnect.so
%{_kde_services}/kcm_kdeconnect.desktop
%{_kde_services}/kded/kdeconnect.desktop
%{_kde_services}/kdeconnect_battery.desktop
%{_kde_services}/kdeconnect_clipboard.desktop
%{_kde_services}/kdeconnect_mpriscontrol.desktop
%{_kde_services}/kdeconnect_notifications.desktop
%{_kde_services}/kdeconnect_pausemusic.desktop
%{_kde_services}/kdeconnect_pausemusic_config.desktop
%{_kde_services}/kdeconnect_ping.desktop
%{_kde_services}/kdeconnect_share.desktop
%{_kde_services}/kdeconnect_share_config.desktop
%{_kde_services}/kdeconnect_telephony.desktop
%{_kde_services}/plasma-kdeconnect.desktop
%{_kde_services}/kdeconnect.protocol
%{_kde_services}/kdeconnect_mousepad.desktop
%{_kde_services}/kdeconnect_sftp.desktop
%{_kde_services}/kdeconnect_sftp_config.desktop
%{_kde_services}/kdeconnectsendfile.desktop
%{_kde_servicetypes}/kdeconnect_plugin.desktop
%{_datadir}/dbus-1/interfaces/*.xml

#----------------------------------------------------------------------------

%define core_major 1
%define libcore %mklibname kdeconnectcore %{core_major}

%package -n %{libcore}
Summary:	Shared library for KDE Connect
Group:		System/Libraries

%description -n %{libcore}
Shared library for KDE Connect.

%files -n %{libcore}
%{_kde_libdir}/libkdeconnectcore.so.%{core_major}*

#----------------------------------------------------------------------------

%define interfaces_major 1
%define libinterfaces %mklibname kdeconnectinterfaces %{interfaces_major}

%package -n %{libinterfaces}
Summary:	Shared library for KDE Connect
Group:		System/Libraries

%description -n %{libinterfaces}
Shared library for KDE Connect.

%files -n %{libinterfaces}
%{_kde_libdir}/libkdeconnectinterfaces.so.%{interfaces_major}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-kde-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Drop devel files for now because they are messed up
rm -f %{buildroot}%{_kde_libdir}/*.so
rm -rf %{buildroot}%{_kde_libdir}/cmake/
rm -rf %{buildroot}%{_kde_includedir}/

%find_lang kdeconnect-kcm kdeconnect-kded kdeconnect-plasmoid kdeconnect-kio plasma_applet_kdeconnect kdeconnect-plugins kdeconnect-filetiemaction kdeconnect-cli kdeconnect-core %{name}.lang


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.2-2
+ Revision: 370e228
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2347 |14cr|kdeneur-0.17.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE frontend for X Neural Switcher
Name:		kdeneur
Version:	0.17.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://xneur.ru/
Source0:	https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/%{name}_%{version}.orig.tar.gz
Patch0:		kdeneur-0.17.0-qt4.patch
Patch1:		kdeneur-0.17.0-desktop.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xnconfig)
BuildRequires:	pkgconfig(xneur)
Requires:	xneur >= %{version}

%description
KDE frontend for X Neural Switcher (automatic switcher of keyboard layout).

This applications works like Punto Switcher.

%files
%doc AUTHORS COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_iconsdir}/hicolor/*/apps/%{name}*
%{_mandir}/man1/%{name}.1.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%global optflags %{optflags} -Wstrict-aliasing=0

%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17.0-2
+ Revision: 4f7e2dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2348 |14cr|kde-odf-thumbnail-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ODF Thumbnail plugin for KDE
Name:		kde-odf-thumbnail
Version:	1.0.0
Release:	5
Source0:	http://kenai.com/projects/%{name}/downloads/download/%{version}/%{name}-%{version}.tar.gz
License:	LGPLv3
Group:		Graphical desktop/KDE
URL:		http://kde-apps.org/content/show.php?content=110864
# Patch to add some translations in the desktop file
Patch0:		kde-odf-thumbnail-1.0.0-mdv-add-translation-in-desktopfile.patch
BuildRequires:	kdebase4-devel
Provides:	kde-office-thumbnails = %{version}-%{release}

%description 
Plugin for KDE file managers (Dolphin and Konqueror) to preview ODF files (Open
Document Format) as Thumbnails.You do not need to install OpenOffice.org or any
other office suite for it to work (it only uses KDE API).

%files 
%doc README LICENSE
%{_kde_libdir}/kde4/opendocumentthumbnail.so
%{_kde_services}/opendocumentthumbnail.desktop

%prep
%setup -q 
%patch0

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: 5be9b82
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2349 |14cr|kde-rootactions-servicemenu-2.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	rootactions_servicemenu

Summary:	Root actions for Dolphin context menu
Name:		kde-rootactions-servicemenu
Version:	2.8.1
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
URL:		http://www.kde-apps.org/content/show.php/?content=48411
Source0:	http://www.kde-apps.org/CONTENT/content-files/48411-%{oname}_%{version}.tar.gz
# adapt for kdesu in %{_libdir}/kde4/libexec/kdesu
Patch0:		rootactions-mandriva-kdesu.patch
BuildRequires:	kde4-macros
Requires:	kdebase4-workspace
BuildArch:	noarch

%description
Root Actions servicemenu provides a convenient way to perform
several actions 'as root', from the right-click context menu in KDE
filemanager.

%files
%doc README changelog
%{_bindir}/rootactions-servicemenu.pl
%{_kde_services}/ServiceMenus/10-rootactionsfolders.desktop
%{_kde_services}/ServiceMenus/11-rootactionsfiles.desktop
%{_kde_appsdir}/krusader/krusader_rootactions.xml

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}_%{version}
%patch0 -p1

%build

%install
install -d -m755 %{buildroot}%{_bindir}
install -m755 Root_Actions_%{version}/*.pl %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_kde_services}/ServiceMenus
install -m644 Root_Actions_%{version}/dolphin-KDE4/* %{buildroot}%{_kde_services}/ServiceMenus

install -d -m755 %{buildroot}%{_kde_appsdir}/krusader
install -m644 Root_Actions_%{version}/krusader-KDE4/* %{buildroot}%{_kde_appsdir}/krusader



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8.1-2
+ Revision: dd5ce9a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2350 |14cr|kdevmon-0.4.7-0.840945.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    kdevmon
%define version 0.4.7
%define svnrel  840945
%define release %mkrel -c %svnrel 3

Summary:	A utility for monitoring the throughput of one network device
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		Monitoring
Source:		%{name}-r%{svnrel}.tar.bz2
URL: 		http://websvn.kde.org/trunk/playground/network/kdevmon/
BuildRoot: 	%_tmppath/%{name}-buildroot
BuildRequires:  kdelibs4-devel

%description
Kdevmon is a utility for KDE that monitors the throughput of a network
device. It docks in the systemtray and shows the current network traffic
as a diagram. There also is a resizable main window that provides a
larger traffic diagram and displays the current net speed in bits per
second. Middle-clicking on the dock window or on the main window offers
you an overview of the amount of incoming/outgoing bits and the current
and the maximum bit rate.

%prep
%setup -q -n %name

%build
%cmake_kde4
%make

%install
rm -fr %buildroot
%makeinstall_std -C build

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr (-,root,root)
%doc ChangeLog README TODO 
%_kde_bindir/kdevmon
%_kde_datadir/applications/kde4/kdevmon.desktop



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.4.7-0.840945.3
+ Revision: 8c4120b
- Automatic import for version 0.4.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2351 |14cr|kdiff3-0.9.97-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kdiff3
Version:	0.9.97
Release:	2
Summary:	Summary Utility for comparing/merging up to three text files or directories
License:	GPLv2+
Group:		Development/Other
Source:		http://downloads.sourceforge.net/kdiff3/kdiff3-%{version}.tar.gz
Url: 		http://kdiff3.sourceforge.net/
BuildRequires:	kdebase4-devel
BuildRequires:	desktop-file-utils

%description
KDiff3 is a file and directory diff and merge tool which:
   * compares and merges two or three text input files or directories
   * shows the differences line by line and character by character(!)
   * provides an automatic merge-facility
   * has an editor for comfortable solving of merge-conflicts
   * provides networktransparency via KIO
   * has options to highlight or hide changes in white-space or comments

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor="" \
  --add-category="Qt" \
  --add-category="KDE" \
  --add-category="Development" \
  --dir %{buildroot}%{_kde_datadir}/applications/kde4 %{buildroot}%{_kde_datadir}/applications/kde4/*.desktop

%find_lang %{name} kdiff3plugin kdiff3fileitemactionplugin %{name}.lang --with-html

%files -f %{name}.lang
%{_kde_bindir}/%{name}
%{_kde_libdir}/kde4/*
%{_kde_appsdir}/%{name}
%{_kde_appsdir}/kdiff3part/kdiff3_part.rc
%{_kde_applicationsdir}/*.desktop
%{_kde_iconsdir}/*/*/apps/*.png
%{_kde_services}/*.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.97-2
+ Revision: 968f0ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2352 |14cr|kdist-0.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir /usr/libexec

Summary:	Tool for managing Mandriva kernel builds
Name:		kdist
Version:	0.0.4
Release:	2
License: 	GPL v2
Group: 		System/Configuration/Hardware
Source0:	%{name}-%{version}.tar.bz2
URL:		http://git.mandriva.com/projects/?p=users/fbui/kdist.git
BuildRoot: 	%{_tmppath}/%{name}-%{version}-build
BuildArch:	noarch

%description
Kdist is a tool for managing Mandriva kernel builds from a git repository.

%prep
%setup -q

%build

%install
%makeinstall_std prefix=/usr

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%attr(0755, root, root) %_bindir/kdist
%_libexecdir/kdist/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-2
+ Revision: 876e1c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2353 |14cr|keepalived-1.2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%nil
%define name    keepalived
%define version 1.2.7
%define release 2

Name: %{name}
Version: %{version}
Release: %{release}
Summary: HA monitor built upon LVS, VRRP and services poller
License: GPL
Group: System/Cluster 
URL: http://www.keepalived.org/
Source0: http://www.keepalived.org/software/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(popt)
BuildRequires: kernel-devel

%description
The main goal of the keepalived project is to add a strong & robust keepalive
facility to the Linux Virtual Server project. This project is written in C with
multilayer TCP/IP stack checks. Keepalived implements a framework based on
three family checks : Layer3, Layer4 & Layer5/7. This framework gives the
daemon the ability to check the state of an LVS server pool. When one of the
servers of the LVS server pool is down, keepalived informs the linux kernel via
a setsockopt call to remove this server entry from the LVS topology. In
addition keepalived implements an independent VRRPv2 stack to handle director
failover. So in short keepalived is a userspace daemon for LVS cluster nodes
healthchecks and LVS directors failover.

%prep
%setup

%build
%configure2_5x
%make

%install
%{makeinstall_std}
# Remove "samples", as we include them in %%doc
rm -rf %{buildroot}%{_sysconfdir}/%{name}/samples/

%post
%_post_service %{name}

%preun 
%_preun_service %{name}

%files
%defattr(-, root, root, 0755)
%doc AUTHOR ChangeLog CONTRIBUTORS COPYING README TODO
%doc doc/keepalived.conf.SYNOPSIS doc/samples/
%dir %{_sysconfdir}/keepalived/
%attr(0600, root, root) %config(noreplace) %{_sysconfdir}/keepalived/keepalived.conf
%attr(0600, root, root) %config(noreplace) %{_sysconfdir}/sysconfig/keepalived
%{_sysconfdir}/rc.d/init.d/keepalived
%{_bindir}/genhash
%{_sbindir}/keepalived
%{_mandir}/man1/genhash.1*
%{_mandir}/man5/keepalived.conf.5*
%{_mandir}/man8/keepalived.8*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.7-2
+ Revision: 2fe866f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2354 |14cr|keepassx-0.4.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:		Cross Platform Password Manager
Name:		keepassx
Version:		0.4.3
Release:		4
Source0:		http://downloads.sourceforge.net/keepassx/keepassx-%{version}.tar.gz
Patch0:		keepassx-0.4.3-fix-getpid-undef.patch
License:		GPLv2+
Group:		File tools
URL:		http://www.keepassx.org/
BuildRequires:	desktop-file-utils
#BuildRequires:	imagemagick
BuildRequires:	libxi-devel
BuildRequires:	libxtst-devel
BuildRequires:	qt4-devel >= 4.3.0
BuildRequires:	desktop-file-utils
Provides:	keepass = %{version}-%{release}
Provides:	KeePassX = %{version}-%{release}

%description
KeePassX is a free/open-source password manager or safe which helps
you to manage your passwords in a secure way. You can put all your
passwords in one database, which is locked with one master key or a
key-disk. So you only have to remember one single master password or
insert the key-disk to unlock the whole database. The databases are
encrypted using the best and most secure encryption algorithms
currently known (AES and Twofish).

%prep
%setup -q
%apply_patches

%build
%qmake_qt4 PREFIX=%{_prefix}
%make

%install
rm -rf %{buildroot}
%makeinstall_std INSTALL_ROOT=%{buildroot}

install -D -m 644 share/keepassx/icons/keepassx_large.png	%{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -D -m 644 share/keepassx/icons/keepassx.png		%{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m 644 share/keepassx/icons/keepassx_small.png	%{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# fix .desktop file
desktop-file-install --vendor="mandriva" \
		--add-category="System" \
		--remove-key="X-SuSE-translate" \
		--delete-original \
		--dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop


%files
%doc changelog
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/mimelnk/application/x-keepass.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.3-4
+ Revision: 3b3e7e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2355 |14cr|keepnote-0.7.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		keepnote
Version:	0.7.7
Release:	2
Group:		Development/Other
License:	GPLv2
Summary:	KeepNote lets you keep notes
Source:		http://rasm.ods.org/keepnote/download/keepnote-%{version}.tar.gz
URL:		http://rasm.ods.org/keepnote/
BuildArch:	noarch
BuildRequires:	python-devel

%description
KeepNote is an application that lets organize your notes.
Keepnote replaces knowit (which is incompatible with kde4).

%prep
%setup -q

#fix desktop file, add ; to end of Categories list
%__sed -i -e 's|\(Categories.*\)|\1;|' desktop/keepnote.desktop

%build

%install
%__rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

#find_lang causes problems here

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{python_sitelib}/%{name}
%{python_sitelib}/%{name}-%{version}-py%{py_ver}.egg-info
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.7-2
+ Revision: c17431f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2356 |14cr|kepas-0.9.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Easy Publish and Share
Name:		kepas
Version: 	0.9.3
Release: 	4
Source0: 	http://kent.dl.sourceforge.net/sourceforge/kepas/%name-%version.tar.bz2
Patch0:		kepas-0.9.3-linking.patch
License: 	GPLv2+
Group: 		Networking/Other
Url: 		http://www.kde-apps.org/content/show.php?content=73968
BuildRequires: 	kdelibs4-devel


%description 
Kepas is a zeroconf KDE4 filetransfer tool. 
It discovers your local LAN for buddies (KDNSSD) and lets you transfer
files or klipper entries from a trayicon or via drag 'n drop with the
kepas plasmoid.

Current features: 

* Run Kepas as Plasmoid or Trayicon
* Zeroconf buddy discovery in your LAN (KDNSSD) 
* Filetransfer between buddies (kepas or giver)
* Filetransfer to kopete ICQ contacts 
* Filetransfer to kopete Jabber contacts
* Transfer of klipper entries 
* Activate received klipper entries 
* Drag 'n Drop Files on the kepas Plasmoid 
* Configure the destination folder and nickname
* Start a Public Folder (KPF)
* Monitor your Public Folders
* available Public Folders are shown on Buddy discovery

%files 
%doc AUTHORS 
%{_kde_bindir}/*
%{_kde_libdir}/*.so
%{_kde_appsdir}/plasma/plasma.notifyrc
%{_kde_appsdir}/%name
%{_kde_libdir}/kde4/plasma_applet_kepas.so
%{_kde_applicationsdir}/*.desktop
%{_kde_iconsdir}/*/*/*/*
%{_kde_services}/plasma-applet-kepas.desktop

#--------------------------------------------------------------------
%prep
%setup -q -n %name-%version
%patch0 -p1

%build
%cmake_kde4
%make

%install
%{makeinstall_std} -C build







%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-4
+ Revision: 39a144c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2357 |14cr|kerneloops-0.12-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool to automatically collect and submit kernel crash signatures
Name:		kerneloops
Version:	0.12
Release:	10
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.kerneloops.org
Source0:	http://www.kerneloops.org/download/%{name}-%{version}.tar.gz
###bor###Source1:	kerneloops.service
# (tpg) https://bugzilla.redhat.com/show_bug.cgi?id=479580
###bor###Patch0:	kerneloops-0.12-dbus-init.patch
Patch1:		kerneloops-0.12-format_not_a_string_literal_and_no_format_arguments.patch
Patch2:		kerneloops-0.12-makefile.patch
Patch3:		kerneloops-0.12-libnotify.patch
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libnotify)
Requires(post,preun):	rpm-helper

%description
This package contains the tools to collect kernel crash signatures,
and to submit them to the kerneloops.org website where the kernel
crash signatures get collected and grouped for presentation to the
Linux kernel developers.

%files -f %{name}.lang
%doc Changelog
%config(noreplace) %{_sysconfdir}/kerneloops.conf
%{_initrddir}/%{name}
%{_sbindir}/%{name}
%{_bindir}/kerneloops-applet
%{_datadir}/kerneloops
###bor###%{_datadir}/dbus-1/system-services/*.service
%{_sysconfdir}/dbus-1/system.d/kerneloops.dbus
%{_sysconfdir}/xdg/autostart/kerneloops-applet.desktop
%{_mandir}/man8/kerneloops.8.*

%post
%_post_service kerneloops

%preun
%_preun_service kerneloops

#----------------------------------------------------------------------------

%prep
%setup -q
###bor###%%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p0

%build
%serverbuild_hardened
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
%makeinstall_std
mkdir -m 0755 -p %{buildroot}%{_initrddir}
install -p -m 0755 kerneloops.init %{buildroot}%{_initrddir}/%{name}

###bor###mkdir -p %{buildroot}%{_datadir}/dbus-1/system-services
###bor###install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/dbus-1/system-services/org.kerneloops.submit.service

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12-10
+ Revision: 6571eea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2358 |14cr|ketchup-0.9.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: ketchup
Version: 0.9.8
Release:  6
Group: Development/Kernel
Summary: Linux Kernel source switch/update tool
License: GPL
URL: http://www.selenic.com/ketchup/wiki/
Source: http://www.selenic.com/ketchup/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArch: noarch

Requires: python
Requires: wget
Requires: gnupg

%description
Ketchup is a tool for updating or switching between versions of the
Linux kernel source. It can:
- Find the latest versions of numerous KernelTrees;
- Calculate which patches are needed to move to that version;
- Download any patches or tarballs that aren't cached;
- Check GPG signatures where available;
- Apply and unapply patches to get the desired result.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/contrib
install -m755 %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}
install -m644 ketchup.1 -D $RPM_BUILD_ROOT%{_mandir}/man1/ketchup.1
install -m755 contrib/* -D $RPM_BUILD_ROOT%{_datadir}/%{name}/contrib/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/ketchup
%{_mandir}/man1/ketchup.1.*
%{_datadir}/%{name}/contrib/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.8-6
+ Revision: fd5f293
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2359 |14cr|keurocalc-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A currency converter and calculator
Name:		keurocalc
Version:	1.2.0
Release:	2
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://opensource.bureau-cornavin.com/%{name}/index.html
Source0:	http://opensource.bureau-cornavin.com/%{name}/sources/%{name}-%{version}.tgz
BuildRequires:	kdelibs4-devel
BuildRequires:	desktop-file-utils

%description
KEuroCalc is a currency converter and calculator centered on the Euro. It can
convert from and to many currencies, either with a fixed conversion rate or a
variable conversion rate. It directly downloads the latest variable rates
through the Internet.


%package -n curconvd
Summary:	A daemon that acts as a currency conversion service over D-Bus
Group:		Graphical desktop/KDE
Requires:	%{name} = %{version}

%description -n curconvd
curconvd is a daemon that acts as a currency conversion service over D-Bus.


%prep
%setup -q


%build
%cmake_kde4
%make


%install
%makeinstall_std -C build

desktop-file-install --dir=%{buildroot}%{_kde_applicationsdir} \
	--add-category='Finance' \
	%{buildroot}%{_kde_applicationsdir}/%{name}.desktop

%find_lang %{name} --with-html


%files -f %{name}.lang
%doc README TODO
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}
%{_kde_iconsdir}/hicolor/*/*/*


%files -n curconvd
%doc curconvd/API.txt
%{_kde_bindir}/curconvd
%{_kde_appsdir}/curconvd
%{_datadir}/locale/*/LC_MESSAGES/curconvd.mo



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-2
+ Revision: 56bbf04
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2360 |14cr|kexec-tools-2.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: kexec-tools
Version: 2.0.3
Release: 2
License: GPLv2
Group: System/Configuration/Hardware
Summary: The kexec/kdump userspace component
Url:	 http://kernel.org/pub/linux/utils/kernel/kexec
Source0: http://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.bz2
Source1: kdumpctl
Source2: kdump.sysconfig
Source3: kdump.sysconfig.x86_64
Source4: kdump.sysconfig.i386
Source5: kdump.sysconfig.ppc64
Source6: kdump.sysconfig.ia64
Source7: mkdumprd
Source8: kdump.conf
Source9: http://downloads.sourceforge.net/project/makedumpfile/makedumpfile/1.4.2/makedumpfile-1.4.2.tar.gz
Source10: kexec-kdump-howto.txt
Source11: firstboot_kdump.py
Source12: mkdumprd.8
Source13: kexec-tools-po.tar.gz
Source14: 98-kexec.rules
Source15: kdump.conf.5
Source16: kdump.service

#######################################
# These are sources for mkdumpramfs
# Which is currently in development
#######################################
Source100: dracut-files.tbz2

Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
Requires(pre): coreutils sed zlib 
Requires: busybox >= 1.2.0, dracut
BuildRequires: dash 
BuildRequires: zlib-devel elfutils-devel glib2-devel bzip2-devel
BuildRequires: pkgconfig intltool gettext 
BuildRequires: systemd-units elfutils-static-devel
%ifarch %{ix86} x86_64 ppc64 ia64 ppc
Obsoletes: diskdumputils netdump
%endif
Patch601: kexec-tools-2.0.3-disable-kexec-test.patch

%description
kexec-tools provides /sbin/kexec binary that facilitates a new
kernel to boot using the kernel's kexec feature either on a
normal or a panic reboot. This package contains the /sbin/kexec
binary and ancillary utilities that together form the userspace
component of the kernel's kexec feature.

%prep
%setup -q 

mkdir -p -m755 kcp
tar -z -x -v -f %{SOURCE9}

%patch601 -p1

tar -z -x -v -f %{SOURCE13}

%build

%configure \
    --sbindir=/sbin
rm -f kexec-tools.spec.in
# setup the docs
cp %{SOURCE10} . 

make
%ifarch %{ix86} x86_64 ia64 ppc64
make -C makedumpfile-1.4.2 LINKTYPE=dynamic
%endif
make -C kexec-tools-po

%install
%makeinstall_std
mkdir -p -m755 %buildroot%{_sysconfdir}/sysconfig
mkdir -p -m755 %buildroot%{_localstatedir}/crash
mkdir -p -m755 %buildroot%{_mandir}/man8/
mkdir -p -m755 %buildroot%{_mandir}/man5/
mkdir -p -m755 %buildroot%{_docdir}
mkdir -p -m755 %buildroot%{_datadir}/kdump
mkdir -p -m755 %buildroot%{_sysconfdir}/udev/rules.d
mkdir -p %buildroot%{_unitdir}
mkdir -p -m755 %buildroot%{_bindir}
install -m 755 %{SOURCE1} %buildroot%{_bindir}/kdumpctl

%ifarch x86_64
%define SYSCONFIG %SOURCE3
[ -f $SYSCONFIG ] || SYSCONFIG=%SOURCE3
[ -f $SYSCONFIG ] || SYSCONFIG=%SOURCE2
%else

%ifarch %{ix86}
%define SYSCONFIG %SOURCE4
[ -f $SYSCONFIG ] || SYSCONFIG=%SOURCE4
[ -f $SYSCONFIG ] || SYSCONFIG=%SOURCE2
%else

%ifarch ppc64
%define SYSCONFIG %SOURCE5
[ -f $SYSCONFIG ] || SYSCONFIG=%SOURCE5
[ -f $SYSCONFIG ] || SYSCONFIG=%SOURCE2
%else
%endif
%endif
%endif

install -m 644 %{SYSCONFIG} %buildroot%{_sysconfdir}/sysconfig/kdump


install -m 755 %{SOURCE7} %buildroot/sbin/mkdumprd
install -m 644 %{SOURCE8} %buildroot%{_sysconfdir}/kdump.conf
install -m 644 kexec/kexec.8 %buildroot%{_mandir}/man8/kexec.8
install -m 755 %{SOURCE11} %buildroot%{_datadir}/kdump/firstboot_kdump.py
install -m 644 %{SOURCE12} %buildroot%{_mandir}/man8/mkdumprd.8
install -m 644 %{SOURCE14} %buildroot%{_sysconfdir}/udev/rules.d/98-kexec.rules
install -m 644 %{SOURCE15} %buildroot%{_mandir}/man5/kdump.conf.5
install -m 644 %{SOURCE16} %buildroot%{_unitdir}/kdump.service

%ifarch %{ix86} x86_64 ia64 ppc64
install -m 755 makedumpfile-1.4.2/makedumpfile %buildroot/sbin/makedumpfile
install -m 644 makedumpfile-1.4.2/makedumpfile.8.gz %buildroot/%{_mandir}/man8/makedumpfile.8.gz
%endif
make -C kexec-tools-po install DESTDIR=%buildroot
%find_lang %{name}


# untar the dracut package
mkdir -p -m755 %buildroot/etc/kdump-adv-conf
tar -C %buildroot/etc/kdump-adv-conf -jxvf %{SOURCE100}
chmod 755 %buildroot/etc/kdump-adv-conf/kdump_dracut_modules/99kdumpbase/module-setup.sh
chmod 755 %buildroot/etc/kdump-adv-conf/kdump_dracut_modules/99kdumpbase/kdump.sh


%define dracutlibdir %{_prefix}/lib/dracut
#and move the custom dracut modules to the dracut directory
mkdir -p %buildroot/%{dracutlibdir}/modules.d/
mv %buildroot/etc/kdump-adv-conf/kdump_dracut_modules/* %buildroot/%{dracutlibdir}/modules.d/

%post
if [ $1 -eq 1 ] ; then 
    # Initial installation 
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
touch /etc/kdump.conf
# This portion of the script is temporary.  Its only here
# to fix up broken boxes that require special settings 
# in /etc/sysconfig/kdump.  It will be removed when 
# These systems are fixed.

if [ -d /proc/bus/mckinley ]
then
	# This is for HP zx1 machines
	# They require machvec=dig on the kernel command line
	sed -e's/\(^KDUMP_COMMANDLINE_APPEND.*\)\("$\)/\1 machvec=dig"/' \
	/etc/sysconfig/kdump > /etc/sysconfig/kdump.new
	mv /etc/sysconfig/kdump.new /etc/sysconfig/kdump
elif [ -d /proc/sgi_sn ]
then
	# This is for SGI SN boxes
	# They require the --noio option to kexec 
	# since they don't support legacy io
	sed -e's/\(^KEXEC_ARGS.*\)\("$\)/\1 --noio"/' \
	/etc/sysconfig/kdump > /etc/sysconfig/kdump.new
	mv /etc/sysconfig/kdump.new /etc/sysconfig/kdump
fi


%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall
    /bin/systemctl try-restart kdump.service >/dev/null 2>&1 || :
fi

%preun
if [ $1 -eq 0 ] ; then
    # Package removal, not upgrade
    /bin/systemctl --no-reload disable kdump.service > /dev/null 2>&1 || :
    /bin/systemctl stop kdump.service > /dev/null 2>&1 || :
fi

%triggerun -- kexec-tools < 2.0.2-3
# Save the current service runlevel info
# User must manually run systemd-sysv-convert --apply kdump
# to migrate them to systemd targets
/usr/bin/systemd-sysv-convert --save kdump >/dev/null 2>&1 ||:

# Run these because the SysV package being removed won't do them
/sbin/chkconfig --del kdump >/dev/null 2>&1 || :
/bin/systemctl try-restart kdump.service >/dev/null 2>&1 || :


%triggerin -- firstboot
# we enable kdump everywhere except for paravirtualized xen domains; check here
if [ -f /proc/xen/capabilities ]; then
	if [ -z `grep control_d /proc/xen/capabilities` ]; then
		exit 0
	fi
fi
if [ ! -e %{_datadir}/firstboot/modules/firstboot_kdump.py ]
then
	ln -s %{_datadir}/kdump/firstboot_kdump.py %{_datadir}/firstboot/modules/firstboot_kdump.py
fi

%triggerin -- kernel-kdump
touch %{_sysconfdir}/kdump.conf


%triggerun -- firstboot
rm -f %{_datadir}/firstboot/modules/firstboot_kdump.py

%triggerpostun -- kernel kernel-xen kernel-debug kernel-PAE kernel-kdump
# List out the initrds here, strip out version nubmers
# and search for corresponding kernel installs, if a kernel
# is not found, remove the corresponding kdump initrd

#start by getting a list of all the kdump initrds
MY_ARCH=`uname -m`

for i in `ls $IMGDIR/initrd*kdump.img 2>/dev/null`
do
	KDVER=`echo $i | sed -e's/^.*initrd-//' -e's/kdump.*$//'`
	if [ ! -e $IMGDIR/vmlinuz-$KDVER ]
	then
		# We have found an initrd with no corresponding kernel
		# so we should be able to remove it
		rm -f $i
	fi
done

%files -f %{name}.lang
/sbin/*
%{_bindir}/*
%{_datadir}/kdump
%config(noreplace,missingok) %{_sysconfdir}/sysconfig/kdump
%config(noreplace,missingok) %{_sysconfdir}/kdump.conf
%config %{_sysconfdir}/udev/rules.d/*
%{dracutlibdir}/modules.d/*
%dir %{_localstatedir}/crash
%{_mandir}/man8/*
%{_mandir}/man5/*
%{_unitdir}/kdump.service
%doc News
%doc COPYING
%doc TODO
%doc kexec-kdump-howto.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-2
+ Revision: e5e5548
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2361 |14cr|kexis-0.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			kexis
Version:		0.2.2
Release:		2
Summary:		A lossless WAV file compressor
License:		GPLv2
Group:			Sound
URL:			http://sourceforge.net/projects/kexis/
Source:			http://etree.org/shnutils/shntool/support/formats/kxs/win32/%{version}/%{name}-%{version}-shntool.tar.gz
BuildRoot:		%{_tmppath}/%{name}-%{version}-build

%description
Kexis is a lossless WAV file compressor. It encodes and decodes files in
kxs file format.

Kexis' main goal is to develop prediction and encoding schemes to minimize
compressed file size. Kexis strives to be the premier lossless sound encoder.

This version is patched with shntool patch.

%prep
%setup -q -n %{name}-%{version}-shntool

%build
%make
mv GPL.txt COPYING
mv docs/README.txt README

%install
%__rm -rf %{buildroot}
%__install -dm 755  %{buildroot}%{_bindir}
%__install -m 755 %{name} %{buildroot}%{_bindir}

%clean
%__rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc COPYING README
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-2
+ Revision: b714b42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2362 |14cr|keybinder-0.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A library for registering global keyboard shortcuts
Name:		keybinder
Version:	0.2.2
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://kaizer.se/wiki/keybinder/
Source0:	http://kaizer.se/publicfiles/keybinder/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	python-devel
BuildRequires:	pkgconfig(python2)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(lua) < 5.2

%description
Keybinder is a library for registering global keyboard shortcuts.
Keybinder works with GTK-based applications using the X Window System.

The library contains:
- A C library, libkeybinder
- Lua bindings, lua-keybinder
- Python bindings, python-keybinder
- An examples directory with programs in C, Lua, Python and Vala.

%files
%doc NEWS AUTHORS README

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%doc  NEWS AUTHORS README
%{_libdir}/libkeybinder.so.%{major}*


#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains header files needed when building
applications based on %{name}.

%files -n %{devname}
%doc NEWS AUTHORS README
%{_includedir}/keybinder.h
%{_libdir}/lua/*/keybinder.so
%{_libdir}/libkeybinder.so
%{_libdir}/pkgconfig/keybinder.pc

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python bindings for %{name}
Group:		Development/Python
Requires:	%{libname} = %{EVRD}
Requires:	pygtk2.0
Requires:	python-gobject

%description -n python-%{name}
This package contains python bindings for keybinder.

%files -n python-%{name}
%doc NEWS AUTHORS README
%{python_sitearch}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static --enable-python
%make

%install
%makeinstall_std


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.2-3
+ Revision: cb987ed
- Force lua 5.1, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2363 |14cr|keybinder-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A library for registering global keyboard shortcuts
Name:		keybinder
Version:	0.3.0
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://kaizer.se/wiki/keybinder/
Source0:	http://kaizer.se/publicfiles/keybinder/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	python-devel
BuildRequires:	pkgconfig(python2)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(lua) < 5.2

%description
Keybinder is a library for registering global keyboard shortcuts.
Keybinder works with GTK-based applications using the X Window System.

The library contains:
- A C library, libkeybinder
- Lua bindings, lua-keybinder
- Python bindings, python-keybinder
- An examples directory with programs in C, Lua, Python and Vala.

%files
%doc NEWS AUTHORS README
%{_datadir}/gtk-doc/html/keybinder/annotation-glossary.html
%{_datadir}/gtk-doc/html/keybinder/api-index-full.html
%{_datadir}/gtk-doc/html/keybinder/ch01.html
%{_datadir}/gtk-doc/html/keybinder/deprecated-api-index.html
%{_datadir}/gtk-doc/html/keybinder/home.png
%{_datadir}/gtk-doc/html/keybinder/index.html
%{_datadir}/gtk-doc/html/keybinder/index.sgml
%{_datadir}/gtk-doc/html/keybinder/keybinder-keybinder.html
%{_datadir}/gtk-doc/html/keybinder/keybinder.devhelp2
%{_datadir}/gtk-doc/html/keybinder/left.png
%{_datadir}/gtk-doc/html/keybinder/object-tree.html
%{_datadir}/gtk-doc/html/keybinder/right.png
%{_datadir}/gtk-doc/html/keybinder/style.css
%{_datadir}/gtk-doc/html/keybinder/up.png

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%doc  NEWS AUTHORS README
%{_libdir}/libkeybinder.so.%{major}*


#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains header files needed when building
applications based on %{name}.

%files -n %{devname}
%doc NEWS AUTHORS README
%{_includedir}/keybinder.h
%{_libdir}/lua/*/keybinder.so
%{_libdir}/libkeybinder.so
%{_libdir}/pkgconfig/keybinder.pc

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python bindings for %{name}
Group:		Development/Python
Requires:	%{libname} = %{EVRD}
Requires:	pygtk2.0
Requires:	python-gobject

%description -n python-%{name}
This package contains python bindings for keybinder.

%files -n python-%{name}
%doc NEWS AUTHORS README
%{py_platsitedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static --enable-python
%make

%install
%makeinstall_std

%changelog
* Thu Sep 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-1
+ Revision: 8a3319f
- Add new files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2364 |14cr|keyfuzz-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	keyfuzz
%define version	0.2
%define release 7

Name: 	 	%{name}
Summary: 	Keycode translator for multimedia keyboards
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://0pointer.de/lennart/projects/keyfuzz/
License:	GPL
Group:		System/Configuration/Hardware
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	imagemagick
BuildRequires:  lynx

%description
You may use keyfuzz to manipulate the scancode/keycode translation tables of
keyboard drivers supporting the Linux input layer API (as included in Linux
2.6). This is useful for fixing the translation tables of multimedia keyboards
or laptop keyboards with special keys. keyfuzz is not a daemon like Gnome acme
which reacts on special hotkeys but a tool to make non-standard keyboards
compatible with such daemons. keyfuzz should be run once at boot time, the
modifications it makes stay active after the tool quits until reboot. keyfuzz
does not interact directly with XFree86. However, newer releases of the latter
(4.1 and above) rely on the Linux input API, so they take advantage of the
fixed translation tables.

%prep
%setup -q

%build
%configure2_5x
%make
										
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README doc/*.html doc/*.css
%{_sbindir}/%name
%{_mandir}/man8/*
%{_sysconfdir}/init.d/*
%{_sysconfdir}/%name






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: 2fe4990
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2365 |14cr|keyjnote-0.10.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname KeyJnote
%define name keyjnote
%define version 0.10.2
%define release 5

Summary: OpenGL-based slide presentation program
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{tarname}-%{version}.tar.gz
License: GPLv2
Group: Office
Url: http://keyjnote.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Requires: python >= 2.3
Requires: python-opengl, pygame, python-imaging
Suggests: xpdf, ghostscript, pdftk, xdg-utils, mplayer

%description
KeyJnote is a simple presentation program that displays slideshows of image
files (JPEG, PNG, TIFF, and BMP) or PDF documents. Rendering is done via
OpenGL, which allows for some "eye candy" effects.

%prep
%setup -q -n %{tarname}-%{version}

%build

%install
%__rm -rf %{buildroot}
%__install -D -m 755 keyjnote.py %{buildroot}%{_bindir}/keyjnote

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc keyjnote.html demo.pdf license.txt
%{_bindir}/%{name}*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.2-5
+ Revision: 5cefdf1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2366 |14cr|keynote-2.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname keynote %{major}

Summary:	Decentralized Trust-Management system
Name:		keynote
Version:	2.3
Release:	7
License:	BSD
Group:		System/Libraries
URL:		http://www.cis.upenn.edu/~keynote/
Source0:	http://www.cis.upenn.edu/~keynote/Code/keynote-%{version}.tar.bz2
Patch0:		keynote_2.3-11.diff.bz2
BuildRequires:	openssl-devel
BuildRequires:	flex
BuildRequires:	bison


%description
The KeyNote architecture and language are useful as building blocks for the
trust management aspects of a variety of Internet protocols and services.

This package contains the keynote binary used to generate and verify
KeyNote assertions.

%package -n	%{libname}
Summary:	Decentralized Trust-Management system, shared library
Group:          System/Libraries

%description -n	%{libname}
The KeyNote architecture and language are useful as building blocks for the
trust management aspects of a variety of Internet protocols and services.

%package -n	%{libname}-devel
Summary:	Decentralized Trust-Management system, development files
Group:		Development/C
Obsoletes:	lib%{name}-devel %{name}-devel
Provides:	lib%{name}-devel %{name}-devel
Requires:	%{libname} = %{version}

%description -n	%{libname}-devel
The KeyNote architecture and language are useful as building blocks for the
trust management aspects of a variety of Internet protocols and services.

This Package contains all the files and documentation needed to use the
KeyNote library in own applications.

%prep

%setup -q
%patch0 -p1

%build

%configure2_5x

make CFLAGS="%{optflags} -Wall"

%install
%makeinstall_std


%files
%doc AUTHORS COPYING HOWTO.add.crypto LICENSE README TODO doc/rfc*.txt
%attr(0755,root,root) %{_bindir}/keynote
%{_mandir}/man1/*
%{_mandir}/man4/*
%{_mandir}/man5/*

%files -n %{libname}
%{_libdir}/lib*.so.*

%files -n %{libname}-devel
%{_libdir}/lib*.so
%{_libdir}/lib*.a
%{_includedir}/*.*
%{_mandir}/man3/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3-7
+ Revision: ca66b1d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2367 |14cr|kfax-3.3.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A fax viewing program
Name:		kfax
Version: 	3.3.6
Release: 	8
Source0: 	http://fr2.rpmfind.net/linux/KDE/stable/4.0.4/src/extragear/%name-%version-kde4.3.1.tar.bz2
Patch0:		kfax-3.3.6-kde4.3.1-x11.patch
License: 	GPLv2+
Group: 		Graphics
Url: 		http://www.kde.org
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: 	kdelibs4-devel
%if %mdkversion >= 200910
Obsoletes:	kdegraphics-kfax < 1:3.5.10-3
%endif
%if %mdkversion >= 200100
Obsoletes:  kdegraphics3-kfax < 1:3.5.10-5
%endif
Conflicts:	kde-l10n < 3.5.9-5

%description 
A program to display raw and tiffed fax images (g3, g3-2d, g4).

%files -f %name.lang
%doc COPYING ChangeLog README
%_kde_bindir/*
%_kde_datadir/applications/kde4/*.desktop
%_kde_appsdir/%name
%_kde_iconsdir/*/*/*/*

#--------------------------------------------------------------------

%prep
%setup -q -n %name-%version-kde4.3.1
%patch0 -p1

%build

%cmake_kde4
%make

%install
cd build
%{makeinstall_std}
cd -

%find_lang %name --with-html



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.6-8
+ Revision: b97700b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2368 |14cr|kflickr-20100817-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Permit to easily upload photos to your Flickr.com account
Name:		kflickr
Version:	20100817
Release:	2
Group:		Communications
License:	GPLv2+
URL:		http://kflickr.sourceforge.net/
Source0:        http://ovh.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
Patch0:		kflickr-20100817-drop-invalid-de.patch
BuildRequires:  kdelibs4-devel
Requires:	qt4-database-plugin-sqlite
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
KFlickr is a standalone KDE application that allows 
for easy upload of your favourite photos to your Flickr.com account

%prep
%setup -q
%patch0 -p0

%build
%cmake_kde4
%make

%install
rm -rf %{buildroot}

%makeinstall_std -C build

%find_lang %name

%clean
rm -rf %{buildroot}

%files -f %name.lang
%defattr(-,root,root,-)
%_kde_bindir/*
%_kde_applicationsdir/*.desktop
%_kde_appsdir/%name
%_kde_iconsdir/hicolor/*/apps/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20100817-2
+ Revision: a693a0d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2369 |14cr|kfoldersync-2.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kdeappsver 164092

Name:				kfoldersync
Version:			2.7.1
Release:			1
Summary:			Folder synchronization and backup tool
License:			GPLv2+
Group:				Archiving/Backup
Url:				http://kde-apps.org/content/show.php/KFolderSync?content=%{kdeappsver}
Source:				http://kde-apps.org/CONTENT/content-files/%{kdeappsver}-%{name}_%{version}.orig.tar.xz

BuildRequires:		desktop-file-utils
BuildRequires:		gettext
BuildRequires:		kdelibs4-devel



%description
Folder synchronization and backup tool for KDE.

%prep
%setup -q
find . -type f -exec chmod 644 {} \;

%build
export CXXFLAGS="%{optflags} -std=gnu++11"
%cmake_kde4 
%make


%install
%makeinstall_std -C build
%find_lang %{name} --with-kde || touch %{name}.lang

%check
for i in %{buildroot}%{_kde_datadir}/applications/kde4/*.desktop ; do
  desktop-file-validate "$i"
done
chmod -x %{buildroot}%{_kde_datadir}/applications/kde4/*.desktop


%files -f %{name}.lang
%doc COPYING
%{_kde_bindir}/*
%{_kde_appsdir}/*
%{_kde_iconsdir}/hicolor/*/*/*
%{_kde_datadir}/applications/kde4/*


%changelog
* Thu Sep 04 2014 symbianflo <symbianflo@symbianflo> 2.7.1-1
+ Revision: 4188ef2
- Log: Update to 2.7.1, update translations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2370 |14cr|kftpgrabber-0.8.99-0.1323046.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#imported from MRB

%define version 0.8.99
%define release %mkrel 0.%revision.1
#newer svn 
%define revision 1323046

Name:		kftpgrabber
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Url:	        http://www.kftp.org/	
Group:		Networking/File transfer
Source0:		%{name}-%version.%revision.tar.bz2
Patch0:		kftpgrabber-0.8.99.1323046-ssh2.patch
Summary:        Graphical FTP client for KDE4
BuildRequires:  kdelibs4-devel
BuildRequires:  openssl-devel
BuildRequires:	ssh2-devel
Obsoletes:      kde4-%name <= 0.8.99-0.741976.4
Provides:       kde4-%name

Requires: kdebase4-runtime

%description
KFTPGrabber is a graphical FTP client for KDE4.
It supports SSL encryption, FXP transfers,
multiple FTP sessions (using tabs), bookmark system and more.



%files
%doc AUTHORS ChangeLog COPYING README Roadmap
%_kde_bindir/kftpgrabber
%_kde_libdir/kde4/kftpimportplugin_filezilla3.so
%_kde_libdir/kde4/kftpimportplugin_gftp.so
%_kde_libdir/kde4/kftpimportplugin_kftp.so
%_kde_libdir/kde4/kftpimportplugin_ncftp.so
%_kde_datadir/applications/kde4/kftpgrabber.desktop
%_kde_appsdir/kftpgrabber/commands.xml
%_kde_appsdir/kftpgrabber/kftpgrabber-bi-wizard.png
%_kde_appsdir/kftpgrabber/kftpgrabber-logo.png
%_kde_appsdir/kftpgrabber/kftpgrabberui.rc
%_kde_iconsdir/hicolor/*/apps/kftpgrabber.png
%_kde_datadir/kde4/services/kftpbookmarkimportplugin.desktop
%_kde_datadir/kde4/services/kftpimportplugin_filezilla3.desktop
%_kde_datadir/kde4/services/kftpimportplugin_gftp.desktop
%_kde_datadir/kde4/services/kftpimportplugin_kftp.desktop
%_kde_datadir/kde4/services/kftpimportplugin_ncftp.desktop

#------------------------------------------------

%define libkftpinterfaces %mklibname kftpinterfaces 4

%package -n %libkftpinterfaces
Summary: KDE 4 core library
Group: System/Libraries
Obsoletes:  %{_lib}kftpgrabber0 < 0.8.1-2

%description -n %libkftpinterfaces
KFtpgrabber library.

%files -n %libkftpinterfaces
%doc AUTHORS ChangeLog COPYING README Roadmap
%_kde_libdir/libkftpinterfaces.so.*

#------------------------------------------------

%package devel
Group: Development/KDE and Qt
Summary: Header files and documentation for compiling KFtpgrabber based applications
Requires: %libkftpinterfaces = %version
Obsoletes:      kde4-%name-devel <= 0.8.99-0.741976.4
Provides:       kde4-%name-devel


%description devel
This package includes the header files you will need to compile applications
for KFtpgrabber.

%files devel
%doc AUTHORS ChangeLog COPYING README Roadmap
%_kde_libdir/libkftpinterfaces.so

#------------------------------------------------


%prep
%setup -q -n kftpgrabber-0.8.99.1323046
%patch0 -p1 -b ssh2-fix

%build
%cmake_kde4 
%make

%install
cd build
%{makeinstall_std}
cd .
chmod 644 %buildroot/%_kde_datadir/applications/kde4/kftpgrabber.desktop




%changelog
* Mon Oct 29 2012 symbianflo <symbianflo@mandrivausers.ro> 0.8.99-0.1323046.1
+ Revision: 7bad30f
- LOG svn from 2008????? update to latest svn, imported from MRB, ssh2 patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2371 |14cr|kgraphviewer-2.1.1-4.20140331.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20140331

Summary:	A GraphViz dot graph viewer for KDE
Name:		kgraphviewer
Version:	2.1.1
Release:	4.%{git}.1
License:	GPLv2+
Group:		Graphics
Url:		https://gna.org/projects/kgraphviewer
Source0:	https://api.opensuse.org/public/source/home:milianw:kdeapps/kgraphviewer/%{name}-%{version}-%{git}.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libcgraph)
Requires:	graphviz

%description
KGraphViewer is user-friendly KDE application for viewing dot graphs
created for processing with GraphViz. Notable features provided include:

- loading of several graphs in tabs
- bird's-eye graph view
- zooming view
- simple printing
- context menu and toolbar for selecting layout algorithms
- session management

%files -f %{name}.lang
%{_kde_bindir}/*
%{_kde_libdir}/kde4/*.so
%{_kde_applicationsdir}/*.desktop
%{_kde_appsdir}/*
%{_kde_datadir}/config.kcfg/*.kcfg
%{_kde_iconsdir}/*/*/*/*.png
%{_kde_services}/*.desktop

#--------------------------------------------------------------------

%define libkgraphviewer %mklibname kgraphviewer 3

%package -n %{libkgraphviewer}
Group:		Graphics
Summary:	Shared library for %{name}

%description -n %{libkgraphviewer}
This package contains shared library for %{name}.

%files -n %{libkgraphviewer}
%{_kde_libdir}/libkgraphviewer.so.*

#--------------------------------------------------------------------

%package devel
Group:		Graphics
Summary:	Development files for %{name}
Requires:	%{libkgraphviewer} = %{version}-%{release}

%description devel
This package contains development files for %{name}.

%files devel
%{_kde_libdir}/libkgraphviewer.so
%{_kde_includedir}/%{name}

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{git}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor='' \
	--dir %{buildroot}%{_kde_datadir}/applications/kde4/ \
	--remove-key='Encoding' \
	--remove-category='Application' \
	--add-category='Science;Education' \
	%{buildroot}%{_kde_datadir}/applications/kde4/kgraphviewer.desktop \
	%{buildroot}%{_kde_datadir}/applications/kde4/kgrapheditor.desktop

%find_lang %{name} --with-html


%changelog
* Thu Jun 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.1-4.20140331.1
+ Revision: 8ca2869
- Get new snapshot



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2372 |14cr|kgtk-0.11.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname KGtk

Summary:	KGtk - Allow to use KDE's file dialogs when run under KDE for GTK apps
Name:		kgtk
Version:	0.11.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde-apps.org/content/show.php/KGtk+%28Use+KDE+Dialogs+in+Gtk+Apps%29?content=36077
Source0:	%{oname}-%{version}.tar.bz2
Source10:	%{name}.rpmlintrc
Patch0:		kgtk-0.11.0-fix-libdir.patch
Patch1:		kgtk-0.11.0-include.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)

%description
This is a quick-and-dirty LD_PRELOAD hack that allows *some*
Gtk applications to use KDE's file dialogs when run under KDE.

%files -f kdialogd4.lang
%{_kde_bindir}/kgtk-wrapper
%{_kde_libdir}/kde4/libexec/kdialogd4
%{_kde_libdir}/kgtk/libkgtk2.so
%{_kde_libdir}/kgtk/libkgtk3.so

#--------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1
%patch1 -p0

%build
%cmake_kde4 -DKGTK_KDE4=true
%make

%install
%makeinstall_std -C build

%find_lang kdialogd4


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.0-2
+ Revision: 242b9cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2373 |14cr|kiax-2.1-0.122.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 122

Summary:	IAX client application (softphone)
Name:		kiax
Version:	2.1
Release:	0.%{svn}.4
License:	GPLv3+ and LGPLv3+
Group:		Graphical desktop/KDE
Url:		http://kiax.org/
# They don't seem hot on source tarballs. Look for a tag in SVN if you
# want to package a stable release. - AdamW 2009/01
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{svn}.tar.lzma
Source1:	http://kiax.sourceforge.net/img/kiax_logo_small.png
# Use system libraries. Wow, this buildsystem sucks - AdamW 2009/01
Patch0:		kiax-2.1-system_libs.patch
# Fixes for GCC 4.3 - AdamW 2009/01
Patch1:		kiax-2.0-gcc43.patch
# Fix for string literal errors - AdamW 2009/01
Patch2:		kiax-2.1-qdebug.patch
# Don't build with dottel, whatever the crap it is, as it's broken
# - AdamW 2009/01
Patch3:		kiax-2.1-disable_dottel.patch
Patch4:		kiax-json-c.patch
BuildRequires:	imagemagick
BuildRequires:	gsm-devel
BuildRequires:	ldns-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(iaxclient)
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xpm)

%description
Kiax is an IAX client application (a so called Softphone) which allows PC users
to make ordinary VoIP calls to Asterisk servers, the same way as they do it
with their hardware telephone. It aims to provide a simple and user-friendly
graphical interface and desktop integration for calling, contact list, call
register management and easy configuration. That is - a simple to use IAX
Client.

%files
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p1 -b .system
%patch1 -p0 -b .gcc43
%patch2 -p1 -b .literal
%patch3 -p1 -b .dottel
%patch4 -p1 -b .json

%build
%qmake_qt4
%make

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -d %{buildroot}%{_datadir}/%{name}/icons

install -m0755 gui/gui %{buildroot}%{_bindir}/%{name}
install -m0644 gui/icons/*.png %{buildroot}%{_datadir}/%{name}/icons/
install -m0644 gui/*.ui %{buildroot}%{_datadir}/%{name}

# fix some icons
convert %{SOURCE1} -geometry 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert %{SOURCE1} -geometry 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert %{SOURCE1} -geometry 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Kiax
Comment=IAX softphone
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Network;Telephony;
EOF


%changelog
* Mon May 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1-0.122.4
+ Revision: 070eebc
- Fix build with new json-c



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2374 |14cr|kiba-dbus-plugins-0.1-0.722.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn	722
%define release 0.%{svn}.2

%define python_compile_opt python -O -c "import compileall; compileall.compile_dir('.')"
%define python_compile     python -c "import compileall; compileall.compile_dir('.')"

Name:		kiba-dbus-plugins
Version:	0.1
Release:	%{release}
Summary:	D-Bus plugins for Kiba-Dock
Group:		System/X11
URL:		http://www.kiba-dock.org/
Source0:	%{name}-%{svn}.tar.lzma
patch0:		kiba-dbus-plugins-722.kiba-doc-version.patch
License:	GPLv2+
BuildArch:	noarch
BuildRequires:	kiba-dock-devel = %{version}
BuildRequires:	intltool
BuildRequires:	dbus-devel
BuildRequires:	pygtk2.0-devel
Requires:	kiba-dock

%description
D-Bus plugins for Kiba-Dock.

%prep
%setup -q -n %{name}
%patch0 -p1 -b .kiba-doc-version

%build
sh autogen.sh -V
%configure2_5x
%make

%install
%makeinstall_std
%find_lang kiba-dbus-plugin

pushd scripts
%python_compile_opt
%python_compile
# Some of the scripts are never installed, apparently, so can't just
# use * - AdamW 2008/03
for i in mail weather signal battery feeder; do \
install -m 0644 kiba-$i.pyc kiba-$i.pyo %{buildroot}%{_datadir}/kiba-dock/dbus_scripts; \
done
popd

%files -f kiba-dbus-plugin.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog
%{_datadir}/kiba-dock/config_schemas/plugins/python_scripts.xml
%{_datadir}/kiba-dock/dbus_scripts
%{_datadir}/kiba-dock/icons/kiba-battery
%{_datadir}/kiba-dock/icons/kiba-feeder
%{_datadir}/kiba-dock/icons/kiba-mail
%{_datadir}/kiba-dock/icons/kiba-signal
%{_datadir}/kiba-dock/icons/kiba-weather



%changelog
* Mon Nov 12 2012 alexander barakin aka sash-kan <alex@barak.in> 0.1-0.722.2
+ Revision: c77d119
- drop blob, spec cleanup, add kiba version patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2375 |14cr|kiba-dock-0.1-0.1218.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn	1218
%define release %mkrel 0.%{svn}.2

Name:		kiba-dock
Version:	0.1
Release:	%{release}
Summary:	Application dock with advanced graphical effects
Group:		System/X11
URL:		http://www.kiba-dock.org/
Source0:	%{name}-%{svn}.tar.xz
# Fix up menu entries for MDV standards - AdamW 2008/03
Patch0:		kiba-dock-0.1-desktop.patch
patch1:		kiba-dock-1218.glibh.patch
License:	GPLv2+
BuildRequires:	pkgconfig(libsvg-cairo)
BuildRequires:	librsvg-devel
BuildRequires:	pango-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	startup-notification-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	intltool gtk-doc
buildrequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
Requires:	kiba-plugins = %{version}
Obsoletes:	%{mklibname kiba-dock 0} <= %{version}-%{release}

%description
Kiba-Dock is an application dock which uses desktop compositing to
provide advanced graphical effects. A variety of plugins is also
available to extend Kiba-Dock's features.

%package devel
Summary:	Development files for %{name}
Group:		Development/X11
Obsoletes:	%{mklibname kiba-dock 0 -d} <= %{version}-%{release}

%description devel
Development files for %{name}.

%prep
%setup -q -n %{name}
%patch0 -p1 -b .desktop
%patch1 -p1 -b .glibh

%build
./autogen.sh
%configure2_5x LIBS="-lX11 -ldl"
%make

%install
%makeinstall_std
%find_lang %{name}

#icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,24x24,48x48,64x64,128x128,scalable}/apps
install -m 0644 icons/kiba_16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 0644 icons/kiba_24.png %{buildroot}%{_iconsdir}/hicolor/24x24/apps/%{name}.png
install -m 0644 icons/kiba_48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m 0644 icons/kiba_64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -m 0644 icons/kiba_128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
install -m 0644 icons/kiba-dock.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

# We want the main package to own this dir as various other packages
# might put files into it - AdamW 2008/03
mkdir -p %{buildroot}%{_datadir}/%{name}/config_schemas/plugins

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog README TODO
%{_bindir}/%{name}
%{_bindir}/kiba-settings
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.*

%files devel
%defattr(-,root,root)
%{_includedir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc




%changelog
* Mon Nov 12 2012 alexander barakin aka sash-kan <alex@barak.in> 0.1-0.1218.2
+ Revision: 76b982a
- spec cleanup, add glibh patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2376 |14cr|kiba-pidgin-plugin-0.1-0.722.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn	722
%define release 0.%{svn}.2
%define fname	kiba-gaim-plugin

Name:		kiba-pidgin-plugin
Version:	0.1
Release:	%{release}
Summary:	Pidgin plugin for Kiba-Dock
Group:		System/X11
URL:		http://www.kiba-dock.org/
Source0:	%{fname}-%{svn}.tar.lzma
patch0:		kiba-pidgin-plugin.kiba-dock-version.patch
License:	GPLv2+
BuildRequires:	kiba-dock-devel = %{version}
BuildRequires:	intltool
BuildRequires:	pidgin-devel
BuildRequires:	librsvg-devel
BuildRequires:	startup-notification-devel
Requires:	kiba-dock
Requires:	pidgin

%description
Pidgin plugin for Kiba-Dock.

%prep
%setup -q -n %{fname}
%patch0 -p1 -b .kiba-dock-version

%build
sh autogen.sh -V
%configure2_5x
%make

%install
%makeinstall_std
%find_lang pidgin-kiba-plugin

%files -f pidgin-kiba-plugin.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog 
%{_libdir}/pidgin/libkiba.*




%changelog
* Mon Nov 12 2012 alexander barakin aka sash-kan <alex@barak.in> 0.1-0.722.2
+ Revision: ae5cca6
- wrong patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2377 |14cr|kiba-plugins-0.1-0.1218.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn	1218
%define release 0.%{svn}.2

Name:		kiba-plugins
Version:	0.1
Release:	%{release}
Summary:	Various plugins for Kiba-Dock
Group:		System/X11
URL:		http://www.kiba-dock.org/
Source0:	%{name}-%{svn}.tar.xz
Patch0:		kiba-plugins-fix-str-fmt.patch
License:	GPLv2+
BuildRequires:	kiba-dock-devel = %{version}
BuildRequires:	intltool
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(alsaplayer)
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	gnome-vfs2-devel
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	gnome-menus-devel
BuildRequires:	startup-notification-devel
buildrequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
Requires:	kiba-dock

%description
This package contains several plugins for Kiba-Dock. It includes
various volume controls, a clock, calendar, system information tool,
and several other plugins.

%prep
%setup -q -n %{name}
%patch0 -p0

%build
sh autogen.sh -V
%configure2_5x
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog 
%{_libdir}/kiba-dock
%{_datadir}/kiba-dock/config_schemas/*/*.xml
%{_datadir}/kiba-dock/icons/*



%changelog
* Fri May 17 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.1-0.1218.2
+ Revision: 59c3061
- Bump release and clean the spec after applying automated fixes to spec file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2378 |14cr|kicad-20120119.bzr3256-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags            %nil

# Generated debug package is empty and rpmlint rejects build
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

# To create source package: 
# bzr branch lp:kicad/stable
# 
# You can get the date by querying:
# $ bzr log -r-1 --line stable/
# 3009: jean-pierre charras 2011-05-25 Libedit: actual line thickness  taken in account by collector. Thick lines are now more easy t...
#
# $ bzr export --format=tbz2 --root=kicad kicad-sources-bzr$(bzr revno stable/).tar.bz2 stable/

# For library,
# See http://iut-tice.ujf-grenoble.fr/cao/how_to_download_sources.txt
# bzr branch lp:~kicad-lib-committers/kicad/library
#
# You can get the date by querying:
# $ bzr log -r-1 --line library/
# 109: xtony 2010-12-08 Add various modules.
#
# $ bzr export --format=tbz2 --root=kicad-library kicad-library-bzr$(bzr revno library/).tar.bz2 library/

# For doc,
# See http://iut-tice.ujf-grenoble.fr/cao/how_to_download_sources.txt
# bzr branch lp:~kicad-developers/kicad/doc
# 
# You can get the date by querying:
# $ bzr log -r-1 --line doc/
# 216: Andrey Fedorushkov 2011-06-02 update russian GUI

%define date 20120119
%define revision 3256

%define docname kicad-doc
%define docdate 20111221
%define docrevision 303
%define docversion %{docdate}.bzr%{docrevision}

%define libname kicad-library
%define libdate 20120119
%define librevision 114
%define libversion %{libdate}.bzr%{librevision}

Summary:	An open source software for the creation of electronic schematic diagrams
Name:		kicad
Version:	%{date}.bzr%{revision}
Release:	4
License:	GPLv2+
Group:		Sciences/Computer science
Url:		http://www.lis.inpg.fr/realise_au_lis/kicad/
Source0:	%{name}-sources-bzr%{revision}.tar.bz2
Source1:	%{docname}-bzr%{docrevision}.tar.bz2
Source2:	%{libname}-bzr%{librevision}.tar.bz2

# Fedora & upstream patches
Patch11:	%{name}-2011.07.12-fix-linking.patch
Patch12:	%{name}-2011.07.12-boost-polygon-declare-gtlsort-earlier.patch
Patch13:	%{name}-2012.01.19-fix-linking.patch
Patch14:	%{name}-2012.01.19-fix-bom-in-python.patch
Patch20:	%{name}-2012.01.19-fix-plotting-scale.patch
Patch21:	%{name}-2012.01.19-move-up-junction-button.rev3371.patch
Patch22:	%{name}-2012.01.19-thermal-relief.rev3281.patch
Patch23:	%{name}-2012.01.19-undo-redo-auto.rev3297.patch
Patch24:	%{name}-2012.01.19-cvpcb-preview.rev3303.patch
Patch25:	%{name}-2012.01.19-pcb-calculation.rev3328.patch
Patch26:	%{name}-2012.01.19-ps-plotting-width-correction.rev3342.patch

BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	boost-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
Requires:	%{libname} = %{libversion}
Requires:	%{docname} = %{docversion}
Suggests:	%{name}-locale

%description
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad is a set of four softwares and a project manager:

	Eeschema :  Schematic entry.
	Pcbnew :    Board editor.
	Gerbview :  GERBER viewer (photoplotter documents).
	Cvpcb :     footprint selector for components used in the circuit design.
	Kicad:      project manager.

%files
%{_bindir}/*
%{_prefix}/lib/%{name}/plugins/netlist_form_pads-pcb.xsl
%{_iconsdir}/*/*/*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/%{name}/demos/
%{_datadir}/%{name}/template/
%{_datadir}/applications
%{_datadir}/mime/packages/kicad.xml
%{_datadir}/mimelnk/application/x-kicad-project.desktop
%{_datadir}/mimelnk/application/x-kicad-schematic.desktop

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for kicad (creation of electronic schematic diagrams)
Version:	%{docversion}
Requires:	%{name}
BuildArch:	noarch

%description doc
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-doc is the documentation for kicad.

%files doc
%doc %{_datadir}/doc/%{name}

#----------------------------------------------------------------------------

%package locales-ca
Summary:	Catalan Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-ca
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Catalan locales for kicad.

%files locales-ca
%{_datadir}/%{name}/internat/ca/

#----------------------------------------------------------------------------

%package locales-cs
Summary:	Czech Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-cs
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Czech locales for kicad.

%files locales-cs
%{_datadir}/%{name}/internat/cs/

#----------------------------------------------------------------------------

%package locales-de
Summary:	German Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-de
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides German locales for kicad.

%files locales-de
%{_datadir}/%{name}/internat/de/

#----------------------------------------------------------------------------

%package locales-es
Summary:	Spanish Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-es
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Spanish locales for kicad.

%files locales-es
%{_datadir}/%{name}/internat/es/

#----------------------------------------------------------------------------

%package locales-fi
Summary:	Finnish Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-fi
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Finnish locales for kicad.

%files locales-fi
%{_datadir}/%{name}/internat/fi/

#----------------------------------------------------------------------------

%package locales-fr
Summary:	French Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-fr
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides French locales for kicad.

%files locales-fr
%{_datadir}/%{name}/internat/fr/

#----------------------------------------------------------------------------

%package locales-hu
Summary:	Hungarian Kicad locales
Version:	%{docversion}
Release:	%{release}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-hu
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Hungarian locales for kicad.

%files locales-hu
%{_datadir}/%{name}/internat/hu/

#----------------------------------------------------------------------------

%package locales-it
Summary:	Italian Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-it
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Italian locales for kicad.

%files locales-it
%{_datadir}/%{name}/internat/it/

#----------------------------------------------------------------------------

%package locales-ja
Summary:	Japanese Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-ja
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Japanese locales for kicad.

%files locales-ja
%{_datadir}/%{name}/internat/ja/

#----------------------------------------------------------------------------

%package locales-ko
Summary:	Korean Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-ko
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Korean locales for kicad.

%files locales-ko
%{_datadir}/%{name}/internat/ko/

#----------------------------------------------------------------------------

%package locales-nl
Summary:	Dutch Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-nl
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Dutch locales for kicad.

%files locales-nl
%{_datadir}/%{name}/internat/nl/

#----------------------------------------------------------------------------

%package locales-pl
Summary:	Polish Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-pl
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Polish locales for kicad.

%files locales-pl
%{_datadir}/%{name}/internat/pl/

#----------------------------------------------------------------------------

%package locales-pt
Summary:	Portuguese Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-pt
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Portuguese locales for kicad.

%files locales-pt
%{_datadir}/%{name}/internat/pt/

#----------------------------------------------------------------------------

%package locales-ru
Summary:	Russian Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-ru
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Russian locales for kicad.

%files locales-ru
%{_datadir}/%{name}/internat/ru/

#----------------------------------------------------------------------------

%package locales-sl
Summary:	Slovenian Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-sl
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Slovenian locales for kicad.

%files locales-sl
%{_datadir}/%{name}/internat/sl

#----------------------------------------------------------------------------

%package locales-sv
Summary:	Salvadoran Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-sv
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Salvadoran locales for kicad.

%files locales-sv
%{_datadir}/%{name}/internat/sv/

#----------------------------------------------------------------------------

%package locales-zh-cn
Summary:	Chinese Kicad locales
Version:	%{docversion}
Requires:	%{name}
Provides:	%{name}-locale
BuildArch:	noarch

%description locales-zh-cn
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-locales provides Chinese locales for kicad.

%files locales-zh-cn
%{_datadir}/%{name}/internat/zh_CN/

#----------------------------------------------------------------------------

%package library
Summary:	Library for kicad (creation of electronic schematic diagrams)
Version:	%{libversion}
Requires:	%{name}
BuildArch:	noarch

%description library
Kicad is an open source (GPL) software for the creation of electronic
schematic diagrams and printed circuit board artwork.

Kicad-library is a set of library needed by kicad.

%files library
%{_datadir}/%{name}/library
%{_datadir}/%{name}/modules

#----------------------------------------------------------------------------

%prep
%setup -q -T -b 0 -n %{name}
%setup -q -T -b 1 -n %{docname}
%setup -q -T -b 2 -n %{libname}
pushd ../%{name}
%patch11 -p0 -b .fix-linking1
%patch12 -p0 -b .gcc-4.7
%patch13 -p0 -b .fix-linking2
%patch14 -p1 -b .fix-bom-in-python
%patch20 -p0 -b .fix-plotting-scale
%patch21 -p0 -b .junction-button
%patch22 -p0 -b .thermal-relief
%patch23 -p1 -b .undo-redo
%patch24 -p1 -b .cvpcb-preview
%patch25 -p0 -b .pcb-calculation
%patch26 -p1 -b .width-correction
popd

%build
export LC_ALL=C
cd ../

# Building kicad-doc
pushd %{docname}
	%cmake \
		-DKICAD_STABLE_VERSION:BOOL=ON \
		-DCMAKE_BUILD_TYPE=Release
	%make
popd

# Building kicad-library
pushd %{libname}
	%cmake \
		-DKICAD_STABLE_VERSION:BOOL=ON \
		-DCMAKE_BUILD_TYPE=Release
	%make
popd

# Building kicad
pushd %{name}
	%cmake \
		-DBUILD_SHARED_LIBS:BOOL=OFF \
		-DKICAD_STABLE_VERSION:BOOL=ON \
		-DCMAKE_BUILD_TYPE=Release
	%make
popd

%install
cd ../

# Installing kicad-doc
pushd %{docname}
	%makeinstall_std -C build
popd

# Installing kicad-library
pushd %{libname}
	%makeinstall_std -C build
popd

# Installing kicad
pushd %{name}
	%makeinstall_std -C build

	# create desktop file
	desktop-file-install --vendor='' \
		--remove-category='Scientific' \
		--add-category='Science;Electronics;Education' \
		--dir=%{buildroot}%{_datadir}/applications \
		%{buildroot}%{_datadir}/applications/*.desktop

	# create icons
	mkdir -p %{buildroot}%{_miconsdir} %{buildroot}%{_iconsdir} %{buildroot}%{_liconsdir}
	convert -resize 16x16 %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{buildroot}%{_miconsdir}/%{name}.png
	convert -resize 32x32 %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{buildroot}%{_iconsdir}/%{name}.png
	convert -resize 48x48 %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{buildroot}%{_liconsdir}/%{name}.png
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20120119.bzr3256-4
+ Revision: 41e24a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2379 |14cr|kiconedit-4.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Icon Editor
Name:		kiconedit
Version: 	4.4.0
Release: 	2
Source0: 	http://fr2.rpmfind.net/linux/KDE/stable/%version/src/extragear/%name-%version.tar.bz2
License: 	GPLv2+
Group: 		Graphics
Url: 		http://www.kde.org
BuildRequires: 	kdelibs4-devel
%if %mdkversion < 200900
Obsoletes: 	kdegraphics-kiconedit < 1:3.5.10-3
Conflicts:	kde-l10n < 3.5.9-5
%endif
%if %mdkversion < 200100
Obsoletes:  kdegraphics3-kiconedit < 1:3.5.10-5
%endif

%description 
KDE Icon Editor.

%files -f %name.lang
%doc AUTHORS COPYING COPYING.DOC NEWS
%_kde_bindir/*
%_kde_datadir/applications/kde4/*.desktop
%_kde_appsdir/%name
%_kde_iconsdir/*/*/*/*

#--------------------------------------------------------------------

%prep
%setup -q
sed -i -e 's#<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4\.1\.2-Based Variant V1\.1//EN" "dtd/kdex\.dtd" \[#<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [#g' doc-translations/*_kiconedit/*/index.docbook
    
%build
%cmake_kde4
%make

%install
cd build
%{makeinstall_std}
cd -

%find_lang %name --with-html




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.4.0-2
+ Revision: 23d8671
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2380 |14cr|kid3-3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	use_gstreamer	0
%define	with_cli	1
%define	with_qt5	0
%define	major		3.1.0
%define	libname		%mklibname %{name}

Summary:	ID3 Tagger
Name:		kid3
Version:	3.1
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://kid3.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	kid3.rpmlintrc
Patch0:		kid3-3.0.2-fix-lib-path.patch
BuildRequires:	cmake >= 2.8
BuildRequires:	gettext
BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	id3lib-devel
BuildRequires:	pkgconfig(taglib) >= 1.4
BuildRequires:	libmp4v2-devel
# Not needed
#BuildRequires:	libtunepimp-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(libchromaprint)
%if %{with_qt5}
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
%endif
%if %{use_gstreamer}
BuildRequires:	gstreamer1.0-devel >= 1.0
%else
BuildRequires:	ffmpeg-devel
%endif
BuildRequires:	readline-devel
# For docs
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl >= 1.72
Requires:	xdg-utils
Requires:	%{libname} = %{version}

%description
If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2,
Speex, TrueAudio, WavPack, WMA, WAV and AIFF files (e.g. full albums) without
typing the same information again and again, and have control over both ID3v1
and ID3v2 tags, then Kid3 is the program you are looking for.
With Kid3 you can:
- Edit ID3v1.1 tags
- Edit all ID3v2.3 and ID3v2.4 frames
- Convert between ID3v1.1, ID3v2.3 and ID3v2.4 tags
- Edit tags of multiple files
- Generate tags from filenames
- Generate filenames from tags
- Generate play-list files
- Automatic case conversion and string translation
- Import and export album data
- Import from gnudb.org, TrackType.org, MusicBrainz, Discogs and Amazon.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING LICENSE README
#%%{_docdir}/HTML/*/%%{name}/*
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}/*
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png
%{_kde_iconsdir}/hicolor/scalable/apps/%{name}.svgz
%{_datadir}/dbus-1/interfaces/*.xml
%{_mandir}/man1/%{name}.1*
%{_mandir}/de/man1/%{name}.1*

#--------------------------------------------------------------------

%package	qt
Summary:	Efficient Qt ID3 tag editor
Group:		Sound
Requires:	xdg-utils
Requires:	%{libname} = %{version}

%description	qt
If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2,
Speex, TrueAudio and WavPack files (e.g. full albums) without typing the same
information again and again and have control over both ID3v1 and ID3v2 tags,
then Kid3 is the program you are looking for.
This package provides Kid3 built without KDE dependencies.

%files qt
%doc %{_docdir}/%{name}-qt/
#dir %%{_datadir}/%%{name}-qt/
%{_bindir}/%{name}-qt
%{_datadir}/applications/%{name}-qt.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}-qt.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}-qt.svg
%{_mandir}/man1/%{name}-qt.1*
%{_mandir}/de/man1/%{name}-qt.1*

#--------------------------------------------------------------------

%if %{with_cli}
%package	cli
Summary:	Efficient ID3 tag editor - command line version
Group:		Sound
Requires:	xdg-utils
Requires:	%{libname} = %{version}

%description	cli
If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2,
Speex, TrueAudio and WavPack files (e.g. full albums) without typing the same
information again and again and have control over both ID3v1 and ID3v2 tags,
then Kid3 is the program you are looking for.
This package provides Kid3 built for command line use.

%files cli
%doc %{_docdir}/%{name}-cli/
%{_bindir}/%{name}-cli
%{_mandir}/man1/%{name}-cli.1*
%{_mandir}/de/man1/%{name}-cli.1*
%endif

#-----------------------------------------------------------------------------


%package	-n %{libname}
Summary:	Efficient ID3 tag editor
Group:		Sound

%description	-n %{libname}
If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2,
Speex, TrueAudio and WavPack files (e.g. full albums) without typing the same
information again and again and have control over both ID3v1 and ID3v2 tags,
then Kid3 is the program you are looking for.
This package provides the shared libraries and the common files needed
for Kid3.

%files -n %{libname}
%doc COPYING
#{_libdir}/lib%%{name}-*.so
%{_libdir}/lib%{name}-core.so.%{major}
%{_libdir}/lib%{name}-gui.so.%{major}
%{_libdir}/%{name}/plugins/lib*.so
%dir %{_datadir}/%{name}/translations/
%{_datadir}/%{name}/translations/*.qm

#--------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
%patch0 -p1


%build
# First build the KDE version
mkdir kde
cd kde
%cmake_kde4	-DWITH_APPS="KDE" \
		-DWITH_TAGLIB=ON -DWITH_MP4V2=ON \
		-DWITH_ID3LIB=ON -DWITH_VORBIS=ON \
		-DWITH_FLAC=ON -DWITH_CHROMAPRINT=ON \
%if %{use_gstreamer}
		-DWITH_GSTREAMER=ON -DWITH_FFMPEG=OFF \
%else
		-DWITH_GSTREAMER=OFF -DWITH_FFMPEG=ON \
%endif
		-DWITH_DOCDIR=share/doc/%{name} \
		-DWITH_PHONON=ON ../..
%make
cd ../..

# Then build the "pure QT" version
mkdir qt
cd qt
%cmake_qt4	-DWITH_APPS="Qt" \
%if %{with_qt5}
		-DWITH_QT5=ON -DWITHQT4=OFF \
%else
		-DWITH_QT4=ON -DWITH_QT5=OFF \
%endif
		-DWITH_TAGLIB=ON -DWITH_MP4V2=ON \
		-DWITH_ID3LIB=ON -DWITH_VORBIS=ON \
		-DWITH_FLAC=ON -DWITH_CHROMAPRINT=ON \
%if %{use_gstreamer}
		-DWITH_GSTREAMER=ON -DWITH_FFMPEG=OFF \
%else
		-DWITH_GSTREAMER=OFF -DWITH_FFMPEG=ON \
%endif
		-DWITH_PHONON=ON -DWITH_DBUS=ON \
		-DWITH_DOCDIR=share/doc/%{name}-qt \
		-DQT_PHONON_INCLUDE_DIR=/usr/include/phonon ../..
%make
cd ../..

%if %{with_cli}
# Finally build the "CLI" version
mkdir cli
cd cli
%cmake		-DWITH_APPS="CLI" \
		-DWITH_TAGLIB=ON -DWITH_MP4V2=ON \
		-DWITH_ID3LIB=ON -DWITH_VORBIS=ON \
		-DWITH_FLAC=ON -DWITH_CHROMAPRINT=ON \
%if %{use_gstreamer}
		-DWITH_GSTREAMER=ON -DWITH_FFMPEG=OFF \
%else
		-DWITH_GSTREAMER=OFF -DWITH_FFMPEG=ON \
%endif
		-DWITH_DOCDIR=share/doc/%{name}-cli ../..
%make
%endif


%install
%makeinstall_std -C kde/build
%makeinstall_std -C qt/build
%if %{with_cli}
%makeinstall_std -C cli/build
mkdir -p %{buildroot}%{_docdir}/%{name}-cli
%endif

install -pm 644 AUTHORS ChangeLog COPYING LICENSE README %{buildroot}%{_docdir}/%{name}-qt
%if %{with_cli}
install -pm 644 AUTHORS ChangeLog COPYING LICENSE README %{buildroot}%{_docdir}/%{name}-cli
%endif

# We have no devel package
rm -f %{buildroot}%{_libdir}/*.so

# This only finds the files for the KDE version
%find_lang %{name} --with-kde
#grep -F kid3 %%{name}.lang > %%{name}-kde.lang



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1-2
+ Revision: c2189d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2381 |14cr|kile-2.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: kile
Summary: Integrated LaTeX Environment for KDE4
Version: 2.1.3
Release: 4
Epoch: 2
Url: http://kile.sourceforge.net/
Source0: http://jaist.dl.sourceforge.net/sourceforge/kile/%{name}-%{version}.tar.bz2
License: GPLv2+
Group: Publishing
Requires: texlive
Requires: texlive-scheme-full
Requires: konsole
Requires: katepart
BuildRequires: kdelibs4-devel
Obsoletes: kile-i18n-de
Obsoletes: kile-i18n-es 
Obsoletes: kile-i18n-fr 
Obsoletes: kile-i18n-it 
Obsoletes: kile-i18n-nl 
Obsoletes: kile-i18n-pt
Obsoletes: kile-i18n-en_GB
Obsoletes: kile-i18n-da
Obsoletes: kile-i18n-pt_BR
Obsoletes: kile-i18n-sv
Obsoletes: kile-i18n-ta

%description
Kile is an integrated LaTeX Environment for KDE4.

%files -f %name.lang
%defattr(-,root,root,0755)
%doc AUTHORS ChangeLog README* kile-remote-control.txt
%{_kde_bindir}/kile
%{_kde_datadir}/applications/kde4/kile.desktop
%{_kde_appsdir}/kconf_update/kile*
%{_kde_datadir}/config.kcfg/kile.kcfg
%{_kde_datadir}/dbus-1/interfaces/net.sourceforge.kile.main.xml
%{_kde_datadir}/mime/packages/kile.xml
%{_kde_appsdir}/kile
%{_kde_iconsdir}/*/*/*/*

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

%build
%cmake_kde4
%make

%install
%{makeinstall_std} -C build
chmod 0755 %{buildroot}%{_kde_appsdir}/kconf_update/kile*.pl %{buildroot}%{_kde_appsdir}/kile/test/runTests.sh
chmod 0644 %{buildroot}%{_kde_datadir}/applications/kde4/kile.desktop

%find_lang %name --with-html

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:2.1.3-4
+ Revision: 448f525
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2382 |14cr|kim-0.9.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	kim
%define oname	kim4
%define version	0.9.5
%define release	8

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Image menu for kde
License:	GPL
Group:		Graphical desktop/KDE
Source0:	%{oname}-%{version}.tar.gz
Patch0:		kim4-0.9.5-fix-icons-compressandresize-desktop-file.patch
Patch1:		kim4-0.9.5-fix-icons-converandrotate-desktop-file.patch
Patch2:		kim4-0.9.5-fix-icons-pulication-desktop-file.patch
URL:		http://bouveyron.free.fr/kim/
Requires:	kdebase4-runtime
Requires:       imagemagick 
BuildArch:	noarch
BuildRequires:	kde4-macros
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
This is an image Kde servicemenu which allows to:
- compress images,
- resize images,
- convert images,
- rotate images,
- rename images,
- resize and send by mail images,
- and more other actions !
This servicemenu use ImageMagick.

%files
%defattr(-,root,root)
%{_kde_datadir}/apps/kim
%{_kde_datadir}/kde4/services/*
%attr(0755,root,root) %{_kde_bindir}/*

#--------------------------------------------------------------------

%prep
%setup -q -n %{oname}
%patch0 -p0
%patch1 -p0
%patch2 -p0
%build

%install 
rm -fr %{buildroot}
mkdir -p %{buildroot}%{_kde_datadir}/kde4/services/
mkdir -p %{buildroot}/%{_kde_bindir}

chmod 644 src/kim*.desktop
chmod 755 src/bin/kim*
cp src/kim*.desktop %{buildroot}%{_kde_datadir}/kde4/services/
cp src/bin/kim* %{buildroot}/%{_kde_bindir}

mkdir -p %{buildroot}/%{_kde_datadir}/apps/kim
cp COPYING %{buildroot}/%{_kde_datadir}/apps/kim/kim_about.txt
mkdir -p %{buildroot}/%{_kde_datadir}/apps/kim/slideshow/
cp src/slideshow/* %{buildroot}/%{_kde_datadir}/apps/kim/slideshow/
mkdir -p %{buildroot}/%{_kde_datadir}/apps/kim/gallery
cp src/gallery/* %{buildroot}/%{_kde_datadir}/apps/kim/gallery

perl -pi -e "s/\r\n/\n/"  work.css

%clean
rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5-8
+ Revision: 84996b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2383 |14cr|kinterbasdb-3.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Python DB-API 2.0 compliant interface to Firebird
Name:		kinterbasdb
Version:	3.3.0
Release:	3
License:	BSD
Group:		Databases
Url:		http://www.firebirdsql.org/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		kinterbasdb-3.3.0-link-m.patch
Patch1:		kinterbasdb-3.3.0-db-fix.patch
BuildRequires:	firebird-devel
BuildRequires:	pkgconfig(python)
Requires:	python-egenix-mx-base

%description
KInterbasDB is a Python extension package that implements Python Database API
2.0-compliant support for the open source relational database Firebird and some
versions of its proprietary cousin Borland Interbase.
In addition to the minimal feature set of the standard Python DB API,
KInterbasDB also exposes nearly the entire native client API of the database
engine.

%files
%doc README PKG-INFO
%doc docs
%{py_platsitedir}/%{name}
%{py_platsitedir}/%{name}-%{version}-py*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
CFLAGS="%{optflags}" /usr/bin/python setup.py build

%install
python setup.py install --root=%{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.0-3
+ Revision: a2244c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2384 |14cr|kio-giobridge-0-0.1349920.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 1349920

Name:		kio-giobridge
Summary:	KIO-Giobridge is an optional adapter for KIO to use GIO/GVFS
Version:	0
Release:	0.%{svn}.2
Group:		Graphical desktop/KDE
# Unknown but let it be the same as for KDE libs
License:	GPLv2+
Url:		https://wiki.gnome.org/KioGioBridge
# http://websvn.kde.org/trunk/playground/ioslaves/kio-giobridge/
Source0:	%{name}-%{svn}.tar.bz2
# Qt and GTK have symbol conflicts
Patch0:		kio-giobridge-1349920-qtgtk.patch
Patch1:		kio-giobridge-1349920-encoding.patch
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gio-2.0)

%description
The purpose of KIO-Giobridge is to let all desktop applications and file
managers share the same network transparency layer for working with network
file systems like FTP, SFTP, SMB, WEBDAV,... Therefore KDE4, Gtk and 3rd
party applications can access the same file-server resources without logging in
twice or facing other inconsistencies. At the moment we have two incompatible
network transparency systems, running in the same desktop session for different
groups of applications. Also, with the existence of two frameworks, a lot of
3rd party applications were locked out, as they didn't want to decide for one
of them.

KIO-Giobridge is an optional adapter for KIO to use the new GIO/GVFS (the
successor of Gnome-VFS) to handle the protocols mentioned above.  GIO/GVFS has
been chosen, because it's pretty independent from desktop specific libraries,
daemons and toolkits and only depends on D-Bus and GLib. Another advantage of
GIO/GVFS is its "stateful" mount daemons: All the communication to a certain
share is handled by a single mount daemon process. The life-cycle of those
mount daemons is user-controllable (mount/unmount), similar to kernel or FUSE
mounts.

KIO-Giobridge can be enabled/disabled with the kio-giobridge-mgr utility.

%files
%{_kde_bindir}/gvfs-daemon-query
%{_kde_bindir}/kio-giobridge-mgr
%{_kde_bindir}/kiogiobridge-unmount-gvfs
%{_kde_libdir}/kde4/kded_giobridgeremotedirnotify.so
%{_kde_libdir}/kde4/kio_giobridge.so
%{_kde_appsdir}/kio-giobridge-protocols
%{_kde_services}/ServiceMenus/giobridge-remote-unmount.desktop
%{_kde_services}/kded/giobridgeremotedirnotify.desktop
%{_kde_datadir}/mime/packages/giobridge-remote-gvfs-mount.xml

#------------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{svn}
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Tue Jul 23 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0-0.1349920.2
+ Revision: ad77532
- LOG Add patch to fix encoding (doesn't fix everything yet)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2385 |14cr|kio-gopher-0.1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kde_version     4.4.0

Summary: 	kio-gopher
Name: 		kio-gopher
Version: 	0.1.3
Release: 	6
Source:		kio_gopher-%{version}-kde%{kde_version}.tar.bz2
License: 	GPLv2+
Group: 		Graphical desktop/KDE
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: 		http://kgopher.berlios.de/
BuildRequires:  kdelibs4-devel

%description
This adds support for the gopher protocol to konqueror.
It is still in development.
It has been tested to work with KDE 3.1 and up.
It has not been tested on other KDE versions.

Currently it supports most (if not all) of the gopher protocol.

Support for gopher+ protocol is planned.

Protocol Documentation:
 Gopher:
  http://www.faqs.org/rfcs/rfc1436.html
 Gopher+:
  http://iubio.bio.indiana.edu/soft/util/gopher/Gopher+-spec.text
 Gopher URL:
  http://www.cotse.com/CIE/RFC/1738/16.htm

%files
%defattr(-,root,root)
%doc README  FAQ
%{_kde_libdir}/kde4/*.so
%{_kde_services}/*
%{_kde_datadir}/locale/*/*/kio_gopher.mo

#--------------------------------------------------------------------

%prep
%setup -qn kio_gopher-%{version}-kde%{kde_version}

%build
%cmake_kde4
%make

%install
rm -rf %{buildroot}
%makeinstall_std -C build

%clean
rm -rf $RPM_BUILD_ROOT





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-6
+ Revision: 978a0ff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2386 |14cr|kio-locate-0.5.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Locate KIO slave for KDE4
Name:		kio-locate
Version:	0.5.3
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
URL:		http://kde-apps.org/content/show.php/kio-locate?content=120965
Source0:	http://kde-apps.org/CONTENT/content-files/120965-kio-locate-%{version}.tar.gz
Patch0:		kio-locate-0.5.3-gcc4.7.patch
BuildRequires:	kdelibs4-devel

%description
Locate KIO slave for KDE4.

%files -f kio_locate.lang
%{_kde_libdir}/kde4/*.so
%{_kde_docdir}/HTML/en/kioslave/locate/*
%{_kde_services}/*.protocol
%{_kde_services}/searchproviders/*.desktop
#--------------------------------------------------------------------

%prep
%setup -qn kio-locate-%{version}
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang kio_locate


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.3-3
+ Revision: 7d7023a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2387 |14cr|kismet-2011.03.R2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 2011-03-R2
%define version %(echo %{oversion}| tr - .)

Summary:	802.11b/g network sniffer and network dissector
Name:		kismet
Version:	%{version}
Release:	3
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.kismetwireless.net
Source0:	http://www.kismetwireless.net/code/%{name}-%{oversion}.tar.gz
Patch1:		kismet-2009-06-R1-envp.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	wget
BuildRequires:	gmp-devel
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(libgpsd)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(ncurses)
Requires:	wget
Requires:	wireless-tools

%description
Kismet is an 802.11b/g network sniffer and network dissector. It is
capable of sniffing using most wireless cards, automatic network IP
block detection via UDP, ARP, and DHCP packets, Cisco equipment lists
via Cisco Discovery Protocol, weak cryptographic packet logging, and
Ethereal and tcpdump compatible packet dump files. It also includes
the ability to plot detected networks and estimated network ranges on
downloaded maps or user supplied image files.

%files
%doc CHANGELOG GPL README
%doc docs/DEVEL.* docs/README.*
%config(noreplace) %{_sysconfdir}/kismet.conf
%config(noreplace) %{_sysconfdir}/kismet_drone.conf
%{_bindir}/*
%{_datadir}/%{name}/
%{_mandir}/man1/*
%{_mandir}/man5/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{oversion}
%apply_patches

sed -i 's#\$(prefix)/lib/#%{_libdir}/#g' plugin-*/Makefile

%build
export LDFLAGS="-Wl,--as-needed"
%configure2_5x \
    CXXFLAGS="%{optflags} -D__STDC_FORMAT_MACROS"

%make

%install
%makeinstall_std INSTUSR="$(id -un)" INSTGRP="$(id -gn)" MANGRP="$(id -gn)"


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2011.03.R2-3
+ Revision: d69c229
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2388 |14cr|kitchensync-0.22.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libkitchensyncprivate %mklibname kitchensyncprivate %{major}
%define libqopensync %mklibname qopensync %{major}

Summary:	KDE4 OpenSync frontend
Name:		kitchensync
Version:	0.22.0
Release:	4
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://kde-apps.org/content/show.php/KitchenSync?content=132898
Source0:	%{name}-%{version}.tar.bz2
Patch0:		kitchensync-0.22.0-includes.patch
Patch1:		kitchensync-0.22.0-dso.patch
BuildRequires:	kdepimlibs4-devel
BuildRequires:	pkgconfig(opensync-1.0)
BuildRequires:	pkgconfig(osengine-1.0)
Requires:	libopensync-plugin-akonadi

%description
KitchenSync is the KDE frontend to the universal standard syncing
solution OpenSync. It can be used to sync PDAs, mobile phones
or other computers with the KDE desktop and some other applications.

This is the OpenSync 0.22-compatible version.

Authors: Tobias Koenig - Cornelius Schumacher

%files
%doc README LICENSE
%{_bindir}/kitchensync
%{_kde_appsdir}/kitchensync
%{_kde_applicationsdir}/kitchensync.desktop
%{_kde_libdir}/kde4/libkitchensyncpart.so
%{_kde_iconsdir}/hicolor/*/actions/sync-start.png
%{_kde_iconsdir}/hicolor/*/apps/kitchensync.png

#----------------------------------------------------------------------------

%package -n %{libkitchensyncprivate}
Summary:	Shared library for KitchenSync
Group:		System/Libraries
Conflicts:	%{name} < 0.22.0-3

%description -n %{libkitchensyncprivate}
Shared library for KitchenSync.

%files -n %{libkitchensyncprivate}
%{_kde_libdir}/libkitchensyncprivate.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqopensync}
Summary:	Shared library for KitchenSync
Group:		System/Libraries
Conflicts:	%{name} < 0.22.0-3

%description -n %{libqopensync}
Shared library for KitchenSync.

%files -n %{libqopensync}
%{_kde_libdir}/libqopensync.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't need this because there are no headers anyway
rm -f %{buildroot}%{_kde_libdir}/libqopensync.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.22.0-4
+ Revision: be79494
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2389 |14cr|klatexformula-3.2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %major
%define develname %name-devel

Summary:	Easily get an image from a LaTeX formula
Name:		klatexformula
Version:	3.2.6
Release:	2
Source0:	http://freefr.dl.sourceforge.net/project/%name/%name/%name-%version/%name-%version.tar.gz
Patch0:		klatexformula-3.2.0-link.patch
License:	GPLv2+
Group:		Publishing
Url:		http://klatexformula.sourceforge.net/
Requires:	ghostscript, tetex-latex, tetex-dvips
Requires:	%{libname} = %{version}
BuildRequires:	kdelibs4-devel
BuildRequires:	help2man
Obsoletes:	%{_lib}klfbackend3 < 3.2.0

%description
This application provides an easy-to-use graphical user interface
for generating images from LaTeX equations. These images can be
dragged and dropped or copied and pasted into external applications
(presentations, text documents, graphics...), or can be saved to
disk in a variety of formats (PNG, JPG, BMP, EPS, PDF, etc.). In
addition to the graphical user interface, a command-line interface
and a C++ library are provided to perform the same job.

%package -n %libname
Summary:	Shared libraries for KLatexFormula
Group:		Publishing
Obsoletes:	%{_lib}klfbackend3 < %{version}

%description -n %libname
This package contains shared libraries for KLatexFormula.

%package -n %develname
Summary:	Development files for KLatexFormula
Group:		Development/C++
Requires:	%libname = %version-%release

%description -n %develname
This package contains development files for KLatexFormula.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0

%build
%cmake_kde4 -DKLF_LIBKLFBACKEND_STATIC=OFF -DKLF_LIBKLFTOOLS_STATIC=OFF -DKLF_LIBKLFAPP_STATIC=OFF
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std -C build

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_kde_bindir}/*
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png
%{_kde_datadir}/applications/%{name}.desktop
%{_kde_datadir}/%{name}
%{_kde_mandir}/man1/*
%{_kde_libdir}/kde4/*.so
%{_kde_services}/*.desktop
%{_kde_appsdir}/ktexteditor_klf
%{_kde_datadir}/mime/packages/*.xml
%{_kde_datadir}/pixmaps/*.png

%files -n %libname
%defattr(-,root,root)
%{_kde_libdir}/*.so.*

%files -n %develname
%defattr(-,root,root)
%{_kde_includedir}/*
%{_kde_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.6-2
+ Revision: 382a988
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2390 |14cr|klavaro-1.9.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Touch Typing Tutor
Name:		klavaro
Version:	1.9.3
Release:	3
License:	GPLv2+
Group:		Education
Source0:	http://downloads.sourceforge.net/project/klavaro/%name-%version.tar.bz2
Patch0:		klavaro-1.9.1-ru.patch
URL:		http://klavaro.sourceforge.net
Suggests:	wget
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	gtkdatabox-devel
BuildRequires:	libsexy-devel
BuildRequires:	curl-devel intltool

%description
Klavaro is just another free touch typing tutor program. We felt like to
do it because we became frustrated with the other options, which relied
mostly on some few specific keyboards. Klavaro intends to be keyboard
and language independent, saving memory and time (and money).

%prep
%setup -q
%patch0 -p0 -b .ru

%build
%configure2_5x LIBS="-lgmodule-2.0"
%make

%install
%makeinstall_std

%{find_lang} %{name}

#mkdir -p %buildroot%_datadir/applications/
#cat > %buildroot%_datadir/applications/mandriva-%{name}.desktop <<EOF
#[Desktop Entry]
#Type=Application
#Exec=%_bindir/%name
#Name=Klavaro
#Comment=Touch Typing Tutor
#Icon=klavaro
#Categories=Education;ComputerScience;GTK;
#EOF

%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/*
%{_datadir}/%name
%{_datadir}/applications/*.desktop
%{_iconsdir}/*/*/*/*
%{_mandir}/man1/*.1.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.3-3
+ Revision: 2ebe740
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2391 |14cr|klog-0.5.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    klog
%define version 0.5.9
%define rel     1

Name:           %{name}
Version:        %{version}
Release:        %mkrel %{rel}
Summary:	A Ham radio logging program for KDE

Group:		Communications
License:	GPLv2+
URL:		http://jaime.robles.es/eklog.php
Source0:	http://jaime.robles.es/download/%{name}-%{version}.tar.gz
# Wrapper script installs needed files in users home directory.
Source1:	%{name}.sh.in
BuildRequires:	kdelibs4-devel
BuildRequires:	hamlib-devel
BuildRequires:	desktop-file-utils

%description
KLog is a Ham radio logging program for KDE
Some features include:
	* DXCC award support.
	* Basic IOTA support.
	* Importing from Cabrillo files.
	* Importing from TLF.
	* Adding/Editing QSOs.
	* Save/read to/from disk file the log - ADIF format by default.
	* English/Spanish/Portuguese/Galician/Serbian/Swedish support.
	* QSL sent/received support.
	* Read/Write ADIF.
	* Delete QSOs.
	* DX-Cluster support. 
Some additional features of this application are still under development
and are not yet implemented.

%prep
%setup -q

sed -i -e 's#/usr/libexec#%{_libexecdir}#' %{SOURCE1}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}

# Install default user configuration files
mkdir -p %{buildroot}/%{_sysconfdir}/skel/.%{name}/data/
mkdir -p %{buildroot}/%{_sysconfdir}/skel/.%{name}/awa/
install -p -D -m 0644 ./awa/tpea.awa %{buildroot}/%{_sysconfdir}/skel/.%{name}/awa/tpea.awa
install -p -D -m 0644 ./awa/was.awa %{buildroot}/%{_sysconfdir}/skel/.%{name}/awa/was.awa
install -p -D -m 0644 ./data/cty.dat %{buildroot}/%{_sysconfdir}/skel/.%{name}/data/cty.dat
install -p -D -m 0644 ./data/%{name}-contest-cabrillo-formats.txt %{buildroot}/%{_sysconfdir}/skel/.%{name}/data/%{name}-contest-cabrillo-formats.txt

# Install the provided .desktop icon
mkdir -p %{buildroot}/%{_datadir}/pixmaps/
install -p -D -m 0644 ./icons/%{name}-icon.png %{buildroot}/%{_datadir}/pixmaps/%{name}-icon.png

desktop-file-install \
	--dir=%{buildroot}%{_datadir}/applications/kde4 \
	%{buildroot}/%{_datadir}/applications/kde4/%{name}.desktop

# Move original binary to libexecdir
mkdir -p %{buildroot}/%{_libexecdir}/
mv %{buildroot}/%{_bindir}/%{name} %{buildroot}/%{_libexecdir}/%{name}-bin

# Install wrapper script installs needed files in users home directory.
install -p -D -m 0755 %{SOURCE1} %{buildroot}/%{_bindir}/%{name}

%files -f %{name}.lang
%doc AUTHORS COPYING INSTALL README TODO NEWS
%{_bindir}/%{name}
%{_libexecdir}/%{name}-bin
%{_datadir}/pixmaps/%{name}-icon.png
%{_datadir}/applications/kde4/%{name}.desktop
%{_datadir}/icons/locolor/16x16/apps/%{name}.png
%{_datadir}/icons/locolor/32x32/apps/%{name}.png
%{_datadir}/apps/%{name}/klogui.rc
%dir %{_sysconfdir}/skel/.%{name}/
%dir %{_sysconfdir}/skel/.%{name}/data/
%dir %{_sysconfdir}/skel/.%{name}/awa/
%config(noreplace) %{_sysconfdir}/skel/.%{name}/data/%{name}-contest-cabrillo-formats.txt
%config(noreplace) %{_sysconfdir}/skel/.%{name}/data/cty.dat
%config(noreplace) %{_sysconfdir}/skel/.%{name}/awa/was.awa
%config(noreplace) %{_sysconfdir}/skel/.%{name}/awa/tpea.awa

%changelog
* Wed Nov 07 2012 Alexander Khryukin <alexander@mezon.ru> 0.5.9-1
+ Revision: 471300a
- version update klog-0.5.9.tar.gz



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2392 |14cr|klu-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define NAME		KLU
%define major		%{version}
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:		klu
Version:	1.2.1
Release:	2
Epoch:		1
Summary:	Routines for performing sparse LU factorization
Group:		System/Libraries
License:	LGPL
URL:		http://www.cise.ufl.edu/research/sparse/klu/
Source0:	http://www.cise.ufl.edu/research/sparse/klu/%{NAME}-%{version}.tar.gz
BuildRequires:	amd-devel
BuildRequires:	btf-devel
BuildRequires:	camd-devel
BuildRequires:	ccolamd-devel
BuildRequires:	cholmod-devel
BuildRequires:	colamd-devel
BuildRequires:	suitesparse-common-devel >= 4.0.0

%description
KLU is a sparse LU factorization algorithm well-suited for use in
circuit simulation.

%package -n %{libname}
Summary:	Library of routines for performing sparse LU factorization
Group:		System/Libraries

%description -n %{libname}
KLU is a sparse LU factorization algorithm well-suited for use in
circuit simulation.

This package contains the library needed to run programs dynamically
linked against %{NAME}.

%package -n %{develname}
Summary:	C routines for performing sparse LU factorization
Group:		Development/C
Requires:	suitesparse-common-devel >= 4.0.0
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
KLU is a sparse LU factorization algorithm well-suited for use in
circuit simulation.

This package contains the files needed to develop applications which
use %{name}.

%prep
%setup -q -c -n %{name}-%{version}
cd %{NAME}
find . -perm 0640 | xargs chmod 0644
mkdir ../SuiteSparse_config
ln -sf %{_includedir}/suitesparse/SuiteSparse_config.* ../SuiteSparse_config

%build
cd %{NAME}
pushd Lib
    %make -f Makefile CC=%__cc CFLAGS="%{optflags} -fPIC -I%{_includedir}/suitesparse" INC=
    %__cc -shared -Wl,-soname,lib%{name}.so.%{major} -o lib%{name}.so.%{version} -lamd -lcolamd -lbtf -lcholmod -lm *.o
popd

%install
cd %{NAME}

%__install -d -m 755 %{buildroot}%{_libdir} 
%__install -d -m 755 %{buildroot}%{_includedir}/suitesparse 

for f in Lib/*.so*; do
    %__install -m 755 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Lib/*.a; do
    %__install -m 644 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Include/*.h; do
    %__install -m 644 $f %{buildroot}%{_includedir}/suitesparse/`basename $f`
done

%__ln_s lib%{name}.so.%{version} %{buildroot}%{_libdir}/lib%{name}.so

%__install -d -m 755 %{buildroot}%{_docdir}/%{name}
%__install -m 644 README.txt Doc/*.txt Doc/*.pdf Doc/ChangeLog %{buildroot}%{_docdir}/%{name}

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_docdir}/%{name}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.2.1-2
+ Revision: b62abcb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2393 |14cr|kmediafactory-0.8.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DVD menu generator
Name:		kmediafactory
Version:	0.8.1
Release:	6
License:	GPLv2+
Group:		Publishing
URL:		http://code.google.com/p/kmediafactory/
Source0:	http://kmediafactory.googlecode.com/files/%{name}-%{version}.tar.bz2
Patch0:		kmediafactory-0.8.1-ffmpeg0.11.patch
Patch1:		kmediafactory-0.8.1-gcc47.patch
Patch2:		kmediafactory-0.8.1-link.patch
Patch3:		kmediafactory-0.8.1-ffmpeg-2.0.patch
Patch4:		kmediafactory-0.8.1-fdr-desktop_validate.patch
Patch5:		kmediafactory-0.8.1-i18n-ru.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(libkexiv2)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	gettext
BuildRequires:	zip
BuildRequires:	dvdauthor
BuildRequires:	ffmpeg
BuildRequires:	mjpegtools
BuildRequires:	ffmpeg-devel
BuildRequires:	dvd-slideshow
BuildRequires:	k3b
#BuildRequires:	xine-ui
BuildRequires:	ghostscript
BuildRequires:	docbook-dtd42-xml
BuildRequires:	docbook-style-xsl
Requires:	zip
Requires:	dvdauthor
Requires:	ffmpeg
Requires:	mjpegtools
Requires:	dvd-slideshow
Requires:	k3b
Requires:	xine-ui

%description
KMediaFactory is an easy to use template based dvd authoring tool.
You can quickly create DVD menus for home videos and TV recordings
in three simple steps.

%files -f %{name}.lang
%{_kde_bindir}/*
%{_kde_datadir}/applications/kde4/*.desktop
%{_kde_datadir}/config/*
%{_kde_datadir}/config.kcfg/*
%{_kde_datadir}/apps/kmediafactory*
%{_kde_datadir}/apps/kmfwidgets
%{_kde_datadir}/icons/*/*/*/*
%{_kde_datadir}/kde4/services/*
%{_kde_datadir}/kde4/servicetypes/*
%{_kde_datadir}/mime/packages/kmediafactory.xml
%{_kde_libdir}/kde4/*

#--------------------------------------------------------------------

%define kmediafactorykstore_major 0
%define libkmediafactorykstore %mklibname kmediafactorykstore %{kmediafactorykstore_major}

%package -n %{libkmediafactorykstore}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libkmediafactorykstore}
%{name} library.

%files -n %{libkmediafactorykstore}
%{_kde_libdir}/libkmediafactorykstore.so.%{kmediafactorykstore_major}*

#--------------------------------------------------------------------

%define kmf_major 0
%define libkmf %mklibname kmf %{kmf_major}

%package -n %{libkmf}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libkmf}
%{name} library.

%files -n %{libkmf}
%{_kde_libdir}/libkmf.so.%{kmf_major}*

#--------------------------------------------------------------------

%define kmediafactoryinterfaces_major 0
%define libkmediafactoryinterfaces %mklibname kmediafactoryinterfaces %{kmediafactoryinterfaces_major}

%package -n %{libkmediafactoryinterfaces}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libkmediafactoryinterfaces}
%{name} library.

%files -n %{libkmediafactoryinterfaces}
%{_kde_libdir}/libkmediafactoryinterfaces.so.%{kmediafactoryinterfaces_major}*

#--------------------------------------------------------------------
%define devname %mklibname %{name} -d

%package -n	%{devname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C++
Requires:	%{libkmediafactoryinterfaces} = %{version}-%{release}
Requires:	%{libkmf} = %{version}-%{release}
Requires:	%{libkmediafactorykstore} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
Development libraries and headers for %{name}.

%files -n %{devname}
%{_kde_includedir}/%{name}
%{_kde_libdir}/lib*.so

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .ffmpeg
%patch1 -p0 -b .gcc
%patch2 -p0 -b .link
%patch3 -p1 -b .ffmpeg2.0~
%patch4 -p1
%patch5 -p1

%build
%cmake_kde4
# Really dirty hack to avoid field 'st_atim' has incomplete type (etc) errors
sed -i s,-I/usr/include/libavutil,,g lib/CMakeFiles/kmf.dir/flags.make
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_kde_datadir}/applications/kde4 \
	--remove-key='Encoding' \
	--remove-category='Application' \
	--add-category='Qt;AudioVideoEditing' \
	%{buildroot}%{_kde_datadir}/applications/kde4/*.desktop

%find_lang %{name} --all-name --with-html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-6
+ Revision: 8dc61f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2394 |14cr|kmess-2.0.6.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Yet another MSN messenger for KDE
Name:		kmess
Version:	2.0.6.2
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://kmess.sourceforge.net
Source0:	http://ufpr.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
Patch0:		kmess-2.0.5-linkage.patch
Patch1:		kmess-2.0.6.2-fix-crash-in-contactlistmodel.patch
Patch2:		kmess-2.0.6.2-giflib51.patch
BuildRequires:	giflib-devel
BuildRequires:	kdebase4-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(xscrnsaver)

%description
KMess is an easy-to-use MSN Messenger client for KDE. Install it
if you want an MSN Messenger client.

%files -f %{name}.lang
%doc AUTHORS INSTALL TODO README ChangeLog
%{_kde_bindir}/%{name}
%{_kde_libdir}/kde4/*.so
%{_kde_services}/*.desktop
%{_kde_datadir}/apps/%{name}
%{_kde_configdir}/*.knsrc
%{_kde_datadir}/applications/kde4/kmess.desktop
%{_kde_iconsdir}/*/*/apps/%{name}.*
%dir %{_kde_datadir}/emoticons/KMess-new
%{_kde_datadir}/emoticons/KMess-new/*.png
%{_kde_datadir}/emoticons/KMess-new/emoticons.xml
%{_kde_datadir}/sounds/%{name}*.ogg

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.6.2-3
+ Revision: a98e3fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2395 |14cr|kmetronome-0.10.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE MIDI Metronome using ALSA Sequencer
Name:		kmetronome
Version:	0.10.1
Release:	3
License:	GPLv2+
Group:		Sound
Url:		http://kmetronome.sourceforge.net
Source0:	http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa) >= 1.0.0
BuildRequires:	pkgconfig(drumstick-alsa) >= 0.5.0
Requires:	drumstick

%description
KMetronome is a MIDI metronome with KDE interface, based on the ALSA
sequencer. The intended audience is musicians and music students. Like solid,
real metronomes it is a tool to keep the rhythm while playing musical
instruments. It uses MIDI for sound generation instead of digital audio,
allowing low CPU usage, and very accurate timing thanks to the ALSA sequencer.

%files -f %{name}.lang
%doc README ChangeLog AUTHORS TODO
%{_bindir}/%{name}
%{_datadir}/applications/*/%{name}.desktop
%{_datadir}/dbus-1/*/*
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/apps/*/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
# make sure that the bundled drumstick isn't used
rm -rf drumstick

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.1-3
+ Revision: 8373643
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2396 |14cr|kmid2-2.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname kmid

%define major 1
%define libname %mklibname kmid %major
%define develname %mklibname -d kmid

Name:		kmid2
Version:	2.4.0
Release:	3
Summary:	A MIDI/karaoke player for KDE
Group:		Sound
# GPLv2+ for the code, CC-BY-SA for the examples
License:	GPLv2+ and CC-BY-SA
URL:		http://userbase.kde.org/KMid2
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/kmid-%{version}.tar.bz2
Patch1:		kmid2-2.2.2-use-timidity-pulse.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:	kdelibs4-devel
BuildRequires:	libalsa-devel
BuildRequires:	drumstick-devel >= 0.4.0
BuildRequires:	desktop-file-utils
Requires:	kdelibs4-core >= 4.3.0
Requires:	oxygen-icon-theme
Requires:	drumstick >= 0.3.1
Requires:	TiMidity++

%description
KMid2 is a MIDI/karaoke file player, with configurable midi mapper, real
Session Management, drag & drop, customizable fonts, etc. It has a very
nice interface which let you easily follow the tune while changing the
color of the lyrics.
It supports output through external synthesizers, AWE, FM and GUS cards.
It also has a keyboard view to see the notes played by each instrument.

%files -f %{realname}.lang
%defattr(-,root,root,-)
%doc ChangeLog README TODO
%{_kde_bindir}/%{realname}
%{_kde_appsdir}/%{realname}
%{_kde_appsdir}/kmid_part/kmid_part.rc
%{_kde_applicationsdir}/%{realname}.desktop
%{_kde_datadir}/config.kcfg/%{realname}.kcfg
%{_kde_services}/*
%{_kde_servicetypes}/*
%{_kde_iconsdir}/hicolor/*/*/*
%{_kde_libdir}/kde4/*
%{_datadir}/dbus-1/interfaces/org.kde.KMid.xml
%{_datadir}/dbus-1/interfaces/org.kde.KMidPart.xml

#-------------------------------------------------------------------------------

%package -n %libname
Group:		Sound
Summary:	%{name} library package
Requires:	%name >= %version

%description -n %libname
%summary.

%files -n %libname
%defattr(-,root,root,-)
%{_libdir}/libkmidbackend.so.%{major}*

#-------------------------------------------------------------------------------

%package -n %develname
Group:		Sound
Summary:	%{name} developement files
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %develname
This package contains header files needed when building applications based on
%{name}.

%files -n %develname
%defattr(-,root,root,-)
%{_includedir}/%{realname}
%{_libdir}/libkmidbackend.so

#-------------------------------------------------------------------------------

%prep
%setup -qn %{realname}-%{version}
# (ahmad) use timidity and pulseaudio by default (the latter is enabled in mdv installs)
%patch1 -p0

# make sure bundled drumstick isn't used
rm -rf drumstick

%build
%cmake_kde4
%make

%install
rm -rf %{buildroot}

%makeinstall_std -C build

# fix the .desktop file
desktop-file-install \
		--vendor="" \
		--add-category="AudioVideo" \
		--add-category="Audio" \
		--remove-category="Music" \
		--dir %{buildroot}%{_kde_applicationsdir} %{buildroot}%{_kde_applicationsdir}/%{realname}.desktop

%find_lang %{realname} --with-html

%clean
rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.0-3
+ Revision: 4700d42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2397 |14cr|kmidimon-0.7.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE MIDI Monitor for ALSA Sequencer
Name:		kmidimon
Version:	0.7.5
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://kmetronome.sourceforge.net/kmidimon/
Source0:	http://sourceforge.net/projects/kmidimon/files/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	gettext-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa) >= 1.0.0
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(drumstick-alsa) >= 0.5.0
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(x11)
Requires:	drumstick >= 0.5.0
Requires:	oxygen-icon-theme

%description
KMidimon is a MIDI monitor for the ALSA sequencer, based on the drumstick
library. It monitors events coming from a MIDI external port or application or
loaded from standard MIDI Files.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_mandir}/man1/%{name}.1.xz
%{_bindir}/%{name}
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/applications/*/*
%{_datadir}/apps/*/*

#----------------------------------------------------------------------------

%prep
%setup -q
# make sure that the bundled drumstick isn't used
rm -rf drumstick

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor="" \
		--add-category Application \
		--remove-category Music \
		--dir %{buildroot}%{_kde_applicationsdir} %{buildroot}%{_kde_applicationsdir}/%{name}.desktop

%find_lang %{name} --with-html --with-man


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.5-2
+ Revision: 9061550
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2398 |14cr|kmldonkey-2.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		5
%define libname		%mklibname %{name} %{major}
%define devname		%mklibname %{name} -d

Summary:	A frontend for MLDonkey
Name:		kmldonkey
Version:	2.0.7
Release:	2
License:	GPL
Group:		Graphical desktop/KDE
URL:		http://extragear.kde.org/apps/kmldonkey/
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	kde4-macros
BuildRequires:	kdelibs4-devel
Requires:	mldonkey

%description
KMLDonkey is a frontend for MLDonkey, a powerful P2P file sharing tool,
designed for the KDE desktop.

%files
%{_kde_bindir}/kmldonkey
%{_kde_applicationsdir}/kmldonkey.desktop
%{_kde_appsdir}/kmldonkey/icons/hicolor/*/apps/*
%{_kde_appsdir}/kmldonkey/*rc
%{_kde_iconsdir}/hicolor/*/apps/*
%{_kde_services}/*-kmldonkey.desktop
%{_kde_libdir}/kde4/plasma_engine_kmldonkey.so
%{_kde_libdir}/kde4/plasma_applet_kmldonkey.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	KMLDonkey shared libraries
Group:		System/Libraries

%description -n %{libname}
Shared libraries needed by %{name}.

%files -n %{libname}
%{_kde_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
This package contains the libraries and header files needed to
develop programs which make use of %{name}.

%files -n %{devname}
%{_kde_includedir}/kmldonkey
%{_kde_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.7-2
+ Revision: 4d13233
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2399 |14cr|kmplayer-0.11.3d-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	libname	%mklibname %{name}

Name:		kmplayer
Version:	0.11.3d
Release:	2
Summary:	A multimedia mplayer/phonon front-end for KDE
License:	GPLv2+
Group:		Video
Url:		http://kmplayer.kde.org/
Source0:	http://kmplayer.kde.org/pkgs/%{name}-%{version}.tar.bz2
Source1:	%{name}.rpmlintrc
BuildRequires:	kdelibs4-devel
BuildRequires:	libnspr-devel
BuildRequires:	gtk2-devel
BuildRequires:	pkgconfig(phonon) >= 4.3.80
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xdmcp)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xft)
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(expat)
%rename		kde4-%{name}
Obsoletes:	%{name} < %{version}
Requires:	%{libname} = %{version}
Suggests:	mplayer

%description
KMPlayer can play all the audio/video supported by mplayer/phonon from local
file or URL, be embedded inside Konqueror and KHTML and play DVD's.

%files -f %{name}.lang
%doc ChangeLog README
%{_kde_bindir}/%{name}
%{_kde_bindir}/kphononplayer
%{_kde_libdir}/kde4/*.so
%{_kde_datadir}/apps/%{name}
%{_kde_services}/*.desktop
%{_kde_configdir}/%{name}rc
%{_kde_iconsdir}/hicolor/*/*/*
%{_kde_applicationsdir}/%{name}.desktop

#--------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	Kmplayer libraries

%description -n %{libname}
This package contains the libraries needed by %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog README
%{_kde_libdir}/*.so

#--------------------------------------------------------------------

%package	npplayer
Group:		Video
Summary:	Kmplayer plug-in player for Firefox
Requires:	%{name}

%description	npplayer
Kmplayer plug-in player for Firefox.

%files npplayer
%doc AUTHORS ChangeLog README
%{_kde_bindir}/knpplayer

#--------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}


%build
%cmake_kde4 -DKMPLAYER_BUILT_WITH_EXPAT=1
%make


%install
%makeinstall_std -C build

# Fix .desktop files
desktop-file-install \
		--vendor="" \
		--remove-key="Encoding"  \
		--remove-key="MimeType"  \
		--dir %{buildroot}%{_kde_services} %{buildroot}%{_kde_services}/%{name}_part.desktop

# Fix wrong perms
chmod +x %{buildroot}%{_datadir}/apps/%{name}/find-media.sh

%{find_lang} %{name} --with-html


%check
for f in %{buildroot}%{_kde_applicationsdir}/*.desktop ; do
     desktop-file-validate $f
done



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.3d-2
+ Revision: ab2229f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2400 |14cr|kmymoney-4.6.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Personal Finances Manager
Name:		kmymoney
Version:	4.6.3
Release:	6
License:	GPLv2+
Group:		Office
Url:		http://techbase.kde.org/Projects/KMyMoney
Source0:	http://switch.dl.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/%{version}/kmymoney-%{version}.tar.bz2
Patch0:		kmymoney-3.98.0-fix-desktop-file.patch
Patch1:		mymoneydatabasemgrtest.patch
Patch2:		kmymoney-4.6.3-gmp-5.1.0.patch
BuildRequires:	doxygen
BuildRequires:	fdupes
BuildRequires:	perl-Finance-Quote
BuildRequires:	boost-devel
BuildRequires:	gmpxx-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	pkgconfig(aqbanking)
BuildRequires:	pkgconfig(libalkimia)
BuildRequires:	pkgconfig(libofx)
BuildRequires:	pkgconfig(libxml++-2.6)
BuildRequires:	pkgconfig(libxml-2.0)
Requires:	perl-Finance-Quote

%description
KMyMoney Personal Finance Manager.

%files -f %{name}.lang
%{_kde_bindir}/*
%{_kde_libdir}/kde4/*.so
%{_kde_appsdir}/*
%{_kde_datadir}/config.kcfg/*.kcfg
%{_kde_datadir}/config/*
%{_kde_applicationsdir}/*.desktop
%{_kde_iconsdir}/*/*/*/*
%{_kde_services}/*.desktop
%{_kde_servicetypes}/*.desktop
%{_datadir}/mime/packages/*.xml
%{_kde_mandir}/man1/*

#-----------------------------------------------------------------------------

%define kmm_kdchart_major 4
%define libkmm_kdchart %mklibname kmm_kdchart %{kmm_kdchart_major}

%package -n %{libkmm_kdchart}
Summary:	KMyMoney library
Group:		System/Libraries

%description -n %{libkmm_kdchart}
KMyMoney library.

%files -n %{libkmm_kdchart}
%{_kde_libdir}/libkmm_kdchart.so.%{kmm_kdchart_major}*

#-----------------------------------------------------------------------------

%define kmm_mymoney_major 4
%define libkmm_mymoney %mklibname kmm_mymoney %{kmm_mymoney_major}

%package -n %{libkmm_mymoney}
Summary:	KMyMoney library
Group:		System/Libraries

%description -n %{libkmm_mymoney}
KMyMoney library.

%files -n %{libkmm_mymoney}
%{_kde_libdir}/libkmm_mymoney.so.%{kmm_mymoney_major}*

#-----------------------------------------------------------------------------

%define kmm_plugin_major 4
%define libkmm_plugin %mklibname kmm_plugin %{kmm_plugin_major}

%package -n %{libkmm_plugin}
Summary:	KMyMoney library
Group:		System/Libraries

%description -n %{libkmm_plugin}
KMyMoney library.

%files -n %{libkmm_plugin}
%{_kde_libdir}/libkmm_plugin.so.%{kmm_plugin_major}*

#-----------------------------------------------------------------------------

%define kmm_widgets_major 4
%define libkmm_widgets %mklibname kmm_widgets %{kmm_widgets_major}

%package -n %{libkmm_widgets}
Summary:	KMyMoney library
Group:		System/Libraries

%description -n %{libkmm_widgets}
KMyMoney library.

%files -n %{libkmm_widgets}
%{_kde_libdir}/libkmm_widgets.so.%{kmm_widgets_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	KMyMoney Development library
Group:		Development/KDE and Qt
Requires:	%{libkmm_kdchart} = %{EVRD}
Requires:	%{libkmm_mymoney} = %{EVRD}
Requires:	%{libkmm_plugin} = %{EVRD}
Requires:	%{libkmm_widgets} = %{EVRD}

%description devel
KMyMoney development files.

%files devel
%{_kde_libdir}/*.so
%{_kde_includedir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
%patch0 -p0
%patch1 -p0
%patch2 -p1

%build
export LIBICAL_BASE=/usr
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %name --with-html

%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.6.3-6
+ Revision: d469ecc
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2401 |14cr|knemo-0.7.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The KDE Network Monitor
Name:		knemo
Version:	0.7.6
Release:	2
License:	GPL
Group:		Graphical desktop/KDE
Source0:	http://kde-apps.org/CONTENT/content-files/12956-%{name}-%{version}.tar.bz2
URL:		http://kde-apps.org/content/show.php?content=12956
BuildRequires:	kdelibs4-devel
BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	kdebase4-workspace-devel
Requires:	wireless-tools
Requires:	qt4-database-plugin-sqlite

%description
KNemo offers a network monitor similar to the one found in Windows. 
For every network interface it displays an icon in the systray.

Features:
* support for ethernet (including wireless) and ppp connections
* the icon shows incoming/outgoing traffic
* hiding of icon when the interface is not available
* automatic detection of wireless extensions for ethernet interfaces
* left-clicking on an icon displays a status dialog with information
  about the selected interface (2nd click hides dialog)
* configuration via context menu or control center module
  (Internet & Network/Network Monitor)
* customizable tooltip for quick access to often needed information
* you can activate 2 custom entries for the context menu. They can
  have custom text and a command to run when selected. You can even
  select if the commands need root permissions or not.
* automatic detection of available interfaces (click on 'Default' in
  the configuration dialog and KNemo will look under /proc/net/dev for
  interfaces)
* KNemo uses more standard icon names which allows support from other
  icon themes.

Please make sure that in the settings the paths for 'ifconfig' and 'iwconfig'
are correct and that both programs are installed.

IMPORTANT: KNemo is not an executable but an KDED service. Therefore
it has to be started using Control Center/KDE Components/Service Manager.

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} kcm_knemo knemod %{name}.lang

%files -f %{name}.lang
%{_kde_bindir}/knemo
%{_kde_libdir}/kde4/kcm_knemo.so
%{_kde_applicationsdir}/knemo.desktop
%{_kde_appsdir}/knemo
%{_kde_appsdir}/kconf_update/*
%{_kde_datadir}/autostart/knemo.desktop
%{_kde_iconsdir}/hicolor/*/*/*
%{_kde_services}/kcm_knemo.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.6-2
+ Revision: 0852a7c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2402 |14cr|knights-2.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple chess board game for KDE4
Name:		knights
Version:	2.5.0
Release:	2
Group:		Games/Boards
License:	GPL
URL:		http://kde-apps.org/content/show.php/Knights?content=122046
Source0:	http://dl.dropbox.com/u/2888238/Knights/%{name}-%{version}.tar.bz2
BuildRequires:	kdegames4-devel
Requires:	gnuchess

%description
Knights is a simple chess board for KDE4. It is a rewrite of the KDE3 Knights,
but it's not yet as feature-complete compared to the old one. Currently you can
play against computer engines that support the XBoard protocol (like GnuChess)
or against a player at the same computer. It has automatic rule checking and
some nice animations.

%files -f %{name}.lang
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}
%{_kde_datadir}/config.kcfg/%{name}.kcfg
%{_kde_configdir}/knights.knsrc
%{_kde_iconsdir}/hicolor/*/apps/*
%{_datadir}/dbus-1/interfaces/org.kde.Knights.xml

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.0-2
+ Revision: 15a169d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2403 |14cr|knock-0.5-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open connection through firewall on specified signal
Name:		knock
Version:	0.5
Release:	13
Source0:	http://www.zeroflux.org/knock/files/%{name}-%{version}.tar.bz2
Source1:	knockd.service
Source2:	knockd.logrotate
Patch0:   knock-0.5-limits.h.fix.diff
License:	GPLv2+
Group:		Networking/Other
URL:		http://www.zeroflux.org/knock/
BuildRequires:	libpcap-devel

%description
knock is a server/client set that implements the idea known as port-
knocking. Port-knocking is a method of accessing a backdoor to your
firewall through a special sequence of port hits. This can be useful
for opening up temporary holes in a restrictive firewall for SSH
access or similar.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_unitdir}
install -m0644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{name}d.service

mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}d

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
cat > %{buildroot}%{_sysconfdir}/sysconfig/%{name} <<EOF
# Options to pass to %{name}d
OPTIONS=""
EOF

%post
%systemd_post %{name}d

%preun
%systemd_preun %{name}d

%clean

%files
%doc ChangeLog README TODO
%config(noreplace) %{_sysconfdir}/%{name}d.conf
%attr(755,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0644,root,root) %{_unitdir}/%{name}d.service
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}d
%{_bindir}/%{name}
%{_sbindir}/%{name}d
%{_mandir}/man1/*

%changelog
* Wed Sep 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-13
+ Revision: 8a2d692
- Change service type to forking



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2404 |14cr|knowlan-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Knowlan is ARP protocol based Local Area Network IP and MAC Adress Extractor
Name:		knowlan
Version:	1.0
Release:	9
License:	GPLv2+
Group: 		Monitoring
Url: 		http://www.enderunix.org/knowlan/
Source0:	http://www.enderunix.org/knowlan/%{name}-%{version}-RELEASE.tar.bz2
BuildRequires:	libnet-devel
BuildRequires:	libpcap-devel

%description
Knowlan is ARP protocol based Local Area Network IP and MAC Adress Extractor.
Knowlan uses libpcap and libnet libraries for to be simple to handle and to
have a simple code for any interestor to deal with the code. To describe
knowlan overally, Knowlan, sends ARP REQUEST packets to the LAN, and at the
same time, It recieves ARP REPLY packets from the up machines. So, It prints
out IP and MAC addresses of online machines.

%files
%defattr(644,root,root,755)
%doc COPYING ChangeLog INSTALL README TODO
%attr(0755,root,root) %{_sbindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-RELEASE

chmod 644 COPYING ChangeLog INSTALL README TODO

%build
perl -pi -e "s|-Wall|%{optflags} -Wall|g" configure
perl -pi -e "s|\.a|\.so|g" configure
perl -pi -e "s|/lib\b|/%{_lib}|g" configure

./configure

%make

%install
install -d %{buildroot}%{_sbindir}
install -m0755 %{name} %{buildroot}%{_sbindir}/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-9
+ Revision: 67d7df4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2405 |14cr|knutclient-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           knutclient
Version:        1.0.5
Release:        2
Summary:        Visual KDE4 client for UPS systems using NUT - Network UPS Tools
Group:          Monitoring
License:        GPLv2
URL:            https://sites.google.com/a/prynych.cz/knutclient
Source0:        %{name}-%{version}.tar.gz

BuildRequires:  kdelibs4-devel


%description
KNutClient is a visual KDE4 client for UPS systems using
NUT - Network UPS Tools.

%prep
%setup -q -n knc105

%build
%cmake_kde4
make

%install
%makeinstall_std -C build
%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
   %doc ChangeLog README
   %{_bindir}/knutclient
   %{_kde_applicationsdir}/knutclient.desktop
   %{_kde_appsdir}/knutclient/*
   %{_kde_docdir}/HTML/cs/knutclient/*
   %{_kde_docdir}/HTML/en/knutclient/*
   %{_kde_iconsdir}/hicolor/16x16/apps/knutclient.png
   %{_kde_iconsdir}/hicolor/22x22/apps/knutclient.png
   %{_kde_iconsdir}/hicolor/32x32/apps/knutclient.png
   %{_kde_iconsdir}/hicolor/48x48/apps/knutclient.png
   %{_kde_iconsdir}/locolor/16x16/apps/knutclient.png
   %{_kde_iconsdir}/locolor/32x32/apps/knutclient.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-2
+ Revision: 3fb5b89
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2406 |14cr|knutsetting-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           knutsetting
Version:        0.2
Release:        3
Summary:        GUI KDE4 setup UPS tool
Group:          Monitoring
License:        GPLv2
URL:            https://sites.google.com/a/prynych.cz/knutclient
Source0:        %{name}-%{version}.tar.gz
Patch0:		distrolist.patch
Patch1:		desktop_file.patch
BuildRequires:  kdelibs4-devel


%description
Knutsetting is a visual KDE tool for configuring NUT

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4
make

%install
%makeinstall_std -C build
%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
   %doc ChangeLog README
   %{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.knutsetting.conf
   %{_datadir}/dbus-1/system-services/org.kde.kcontrol.knutsetting.service
   %{_datadir}/kde4/services/knutsetting.desktop
   %{_datadir}/polkit-1/actions/org.kde.kcontrol.knutsetting.policy
   %{_kde_appsdir}/knutsetting/dist.conf
   %{_kde_appsdir}/knutsetting/modules.dtd
   %{_kde_appsdir}/knutsetting/modules_def.xml
   %{_kde_appsdir}/knutsetting/pics/kns_conn.png
   %{_kde_appsdir}/knutsetting/pics/kns_error.png
   %{_kde_appsdir}/knutsetting/pics/kns_main.png
   %{_kde_appsdir}/knutsetting/pics/kns_mon.png
   %{_kde_appsdir}/knutsetting/upses.dtd
   %{_kde_appsdir}/knutsetting/upses_def.xml
   %{_libdir}/kde4/libexec/kcmknutsettinghelper
   %{_libdir}/kde4/kcm_knutsetting.so
   %{_kde_iconsdir}/hicolor/16x16/apps/knutsetting.png
   %{_kde_iconsdir}/hicolor/32x32/apps/knutsetting.png
   %{_kde_iconsdir}/hicolor/48x48/apps/knutsetting.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: 6e1e38d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2407 |14cr|kolab-2.2.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

# the Management user/group name/id pair
%define l_musr kolab
%define l_mgrp kolab

# the Management numeric user/group name/id pair
%define l_muid 60001
%define l_mgid 60001

# the Rrestricted user/group name/id pair
%define l_rusr %{l_musr}
%define l_rgrp %{l_mgrp}

# the Non-privileged user/group name/id pair
%define l_nusr %{l_musr}
%define l_ngrp %{l_mgrp}

Summary:	Kolab Groupware Server
Name:		kolab
Version:	2.2.4
Release:	6
License:	GPL
Group:		System/Servers
Url:		http://www.kolab.org
Source0:	kolabd-%{version}.tar.gz
Source1:	README
Source2:	kolab.init
Patch1:		kolabsrv.diff
Patch2:		rc_config_template.patch
Patch3:		kolabd-slapd_template.diff
Patch4:		kolabd-amavisd_template_log.diff
Patch5:		mandriva.diff
Patch6:		Makefile.diff
Requires(post,preun,pre,postun):	rpm-helper
Requires(pre):	amavisd-new >= 2.6.4
Requires(pre):	apache-conf >= 2.2.14
Requires(pre):	apache-mod_php
Requires(pre):	apache-mpm-prefork >= 2.2.14
Requires(pre):	clamd >= 0.95.3
Requires(pre):	cyrus-imapd >= 2.3.15
Requires(pre):	openldap-servers >= 2.4.19
Requires(pre):	postfix >= 2.6.5
Requires:	amavisd-new >= 2.6.4
Requires:	apache-conf >= 2.2.14
Requires:	apache-mod_dav >= 2.2.14
Requires:	apache-mod_ldap >= 2.2.14
Requires:	apache-mod_php
Requires:	apache-mod_ssl >= 2.2.14
Requires:	apache-mpm-prefork >= 2.2.14
Requires:	clamd >= 0.95.0
Requires:	cyrus-imapd >= 2.2.15
Requires:	cyrus-imapd-utils >= 2.2.15
Requires:	cyrus-sasl
Requires:	horde-kolab-filter
Requires:	kolab-webadmin >= 2.2.4
Requires:	%{mklibname sasl 2}-plug-login
Requires:	%{mklibname sasl 2}-plug-plain
Requires:	openldap-clients
Requires:	openldap-servers
Requires:	openssl >= 0.9.8k
Requires:	perl-Convert-ASN1
Requires:	perl-Cyrus
Requires:	perl-kolab
Requires:	perl-ldap
Requires:	perl-Net-Netmask
Requires:	perl-Term-ReadKey
Requires:	php-cli >= 5.3.1
Requires:	php-imap >= 5.3.1
Requires:	php-ldap >= 5.3.1
Requires:	php-pear >= 1.9.0
Requires:	php-pear-Net_LMTP
Requires:	php-xml >= 5.3.1
Requires:	postfix >= 2.2.6
Requires:	postfix-ldap >= 2.2.6
Requires:	proftpd >= 1.3.0
Requires:	proftpd-mod_ldap >= 1.3.0
Requires:	spamassassin-spamc >= 3.2.5
Requires:	spamassassin-spamd >= 3.2.5
Provides:	kolab-server

%description
Kolab is the KDE Groupware Server that provides full groupware features to
either KDE Kolab clients or Microsoft Outlook[tm] clients running on
Windows[tm] using the Toltec Connector http://www.toltec.co.za. It can also use
Aethera, from TheKompany.com, a multi-platform client that works on Windows,
Linux and Mac OS X.

In addition it is a robust and flexible general imap mail server with LDAP
addressbook and nice web gui for administration.

%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README.urpmi
%doc doc/README.amavisd doc/README.ldapdelete doc/README.outlook doc/README.sieve doc/README.webgui
#%attr(0755,root,root) %{_initrddir}/kolab
%dir %{_sysconfdir}/kolab
%dir %{_sysconfdir}/kolab/templates
%dir %{_sysconfdir}/kolab/filter
%dir %{_sysconfdir}/kolab/ca
%dir %{_sysconfdir}/kolab/backup
%dir %{_datadir}/kolab
%dir %{_localstatedir}/www/html/kolab/*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/amavisd/templates/*/*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/kolab/templates/*.template
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/kolab/templates/*.template.not4mandriva
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/kolab/kolab.globals
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/kolab/rootDSE.ldif
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/kolab
%attr(0644,root,root) %config(noreplace) %{_datadir}/openldap/schema/horde.schema
%attr(0644,root,root) %config(noreplace) %{_datadir}/openldap/schema/kolab2.schema
%attr(0644,root,root) %config(noreplace) %{_datadir}/openldap/schema/rfc2739.schema
%attr(0755,root,root) %{_sysconfdir}/cron.d/kolabquotawarn
%attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/kolab
%attr(0744,root,root) %{_sbindir}/kolabsrv
%attr(0755,root,root) %{_sbindir}/kolab_ca
%attr(0755,root,root) %{_sbindir}/kolab_sslcert
%attr(0755,%{l_musr},%{l_mgrp}) %dir %{_var}/spool/kolab
%attr(0755,%{l_musr},%{l_mgrp}) %dir %{_var}/run/kolab
%attr(0755,amavis,amavis) %dir %{_var}/amavis
%attr(0755,amavis,amavis) %dir %{_var}/clamav
%attr(0775,amavis,amavis) %{_var}/log/kolab
%attr(0700,ldap,ldap) %dir %{_localstatedir}/lib/ldap-kolab
%attr(0750,%{l_musr},%{l_mgrp}) %dir %{_localstatedir}/lib/kolab
%attr(0750,%{l_musr},%{l_mgrp}) %dir %{_localstatedir}/www/html/kolab
%attr(0755,root,root) %{_libdir}/kolab/adduser
%attr(0755,root,root) %{_libdir}/kolab/deluser
%attr(0755,root,root) %{_libdir}/kolab/listusers
%attr(0755,root,root) %{_libdir}/kolab/newconfig
%attr(0755,root,root) %{_libdir}/kolab/services
%attr(0755,root,root) %{_libdir}/kolab/showlog
%attr(0755,root,root) %{_libdir}/kolab/showuser
%attr(0755,root,root) %{_libdir}/kolab/start
%attr(0755,root,root) %{_libdir}/kolab/stop
%dir %attr(0755,%{l_musr},%{l_mgrp}) %{_datadir}/kolab/scripts
%attr(0755,root,root) %{_datadir}/kolab/scripts/kolab_ca.sh
%attr(0755,root,root) %{_datadir}/kolab/scripts/kolab_sslcert.sh

%pre
%_pre_useradd %{l_musr} %{_localstatedir}/lib/kolab /bin/false
# put some users in the kolab group
/usr/bin/gpasswd -a apache %{l_mgrp}
/usr/bin/gpasswd -a cyrus %{l_mgrp}
/usr/bin/gpasswd -a postfix %{l_mgrp}
/usr/bin/gpasswd -a ldap %{l_mgrp}

%post
%_post_service kolab

%preun
%_preun_service kolab
if [ $1 = 0 ]; then
    %{_sbindir}/kolab_bootstrap --restore
fi


#----------------------------------------------------------------------------

%prep
%setup -q -n kolabd-%{version}
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p0
%patch6 -p0

cp %{SOURCE2} kolab.init
cp %{SOURCE1} README

# cleanup
for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done


%build
#touch README
autoreconf -fi
aclocal; automake --add-missing --copy; autoconf

%configure2_5x \
    --with-dist=mandriva \
    --with-openpkg=no
%make

%install
%makeinstall_std

# make some directories
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/amavisd/templates
install -d %{buildroot}%{_sysconfdir}/kolab/templates
install -d %{buildroot}%{_sysconfdir}/kolab/ca
install -d %{buildroot}%{_sysconfdir}/kolab/backup
install -d %{buildroot}%{_sysconfdir}/cron.d
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_datadir}/openldap/schema
install -d %{buildroot}%{_sysconfdir}/kolab/filter
install -d %{buildroot}%{_datadir}/kolab
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_var}/log/kolab
install -d %{buildroot}%{_var}/run/kolab
install -d %{buildroot}%{_var}/amavis
install -d %{buildroot}%{_var}/clamav
install -d %{buildroot}%{_var}/spool/kolab
install -d %{buildroot}%{_localstatedir}/lib/ldap-kolab
install -d %{buildroot}%{_localstatedir}/lib/kolab
install -d %{buildroot}%{_localstatedir}/www/html/kolab/freebusy

# create symlinks
SCRIPTS="kolab_ca.sh kolab_sslcert.sh"
for script in $SCRIPTS; do
  ln -s ../../%{_datadir}/kolab/scripts/$script %{buildroot}%{_sbindir}/${script%%.sh}
done

install -m0744 kolab.init %{buildroot}%{_initrddir}/kolab

# nuke templates for services we do not want to mess with because it is not nessesary
mv %{buildroot}%{_sysconfdir}/kolab/templates/httpd.local.template %{buildroot}%{_sysconfdir}/kolab/templates/httpd.local.template.not4mandriva
mv %{buildroot}%{_sysconfdir}/kolab/templates/php.ini.template %{buildroot}%{_sysconfdir}/kolab/templates/php.ini.template.not4mandriva
mv %{buildroot}%{_sysconfdir}/kolab/templates/clamd.conf.template %{buildroot}%{_sysconfdir}/kolab/templates/clamd.conf.template.not4mandriva
mv %{buildroot}%{_sysconfdir}/kolab/templates/freshclam.conf.template %{buildroot}%{_sysconfdir}/kolab/templates/freshclam.conf.template.not4mandriva


# cleanup
rm -f %{buildroot}%{_initrddir}/rc*
rm -rf %{buildroot}%{_datadir}/doc/kolab

# fix crontab entry for kolabquotawarn
cat > kolabquotawarn.cron << EOF
*/10 * * * * %{_datadir}/kolab/scripts/kolabquotawarn
EOF
install -m0755 kolabquotawarn.cron %{buildroot}%{_sysconfdir}/cron.d/kolabquotawarn

# fix logrotate entries
cat > kolab.logrotate << EOF
/var/log/kolab/resmgr.log /var/log/kolab/freebusy.log {
    rotate 5
    monthly
    missingok
    notifempty
    nocompress
    prerotate
	%{_initrddir}/kolab reload
    endscript
    postrotate
	%{_initrddir}/kolab reload
    endscript
}
EOF
install -m0644 kolab.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/kolab

cat << EOF > README.urpmi
This is an updated version that works with the current ldap server. Please test it and report problems.
The calendering function may not be working

To test it, do the following:
1) /usr/sbin/kolab_bootstrap -b (note the manager password)
2) service kolab start
3) point your browser to https://localhost/kolab/admin and login as
   user "manager", with the password chosen in step 1.
4) create/modify/delete users
5) close all your browser windows, then return back to the web
administration site, but log in as a regular user you just created, to test
the forwarding and vacation functions, changing password, etc.
6) point your mail client smtp and imap servers to localhost, and try to
send yourself some mail, and read it.

To test the calendaring functions, you'll need the kroupware client, or
Microsoft Outlook with the Binary connector (proprietary).

For a fresh install please initialize Kolab by running '%{_sbindir}/kolab_bootstrap -b'. as user root.
If you upgraded from a previous version simply refresh Kolab by running run '%{_sbindir}/kolabconf' as user root.
In every case execute '%{_initrddir}/kolab restart' as user root.
EOF

pushd %{buildroot}%{_sysconfdir}/kolab/templates
# fix ownership of the generated templates
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:ldap|g" DB_CONFIG.slapd.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:ldap|g" ldap.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:ldap|g" slapd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:ldap|g" slapd.access.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:ldap|g" slapd.replicas.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" ldapdistlist.cf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" ldaptransport.cf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" ldapvirtual.cf.template
# amavisd complains if its config file is owned by other than root
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:amavis|g" amavisd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=clamav:clamav|g" clamd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=clamav:clamav|g" freshclam.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" cyrus.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" fbview.conf.template
# apache needs to read this file
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:%{l_musr}|g" freebusy.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" httpd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" httpd.local.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" imapd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" imapd.group.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" ldapdistlist.cf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" ldaptransport.cf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" ldapvirtual.cf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" main.cf.template
# master.cf has a password
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:postfix|g" master.cf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" php.ini.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" proftpd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" rc.conf.template
# postfix and apache need access to this file
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:%{l_musr}|g" resmgr.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" saslauthd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" session_vars.php.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" smtpd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" transport.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" virtual.template
# fix file attributes
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0644|g" session_vars.php.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0644|g" imapd.conf.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0644|g" imapd.group.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0640|g" master.cf.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0640|g" amavisd.conf.template
# virtual has no password or any other secret that I can see, so let it be 0644
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0644|g" virtual.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0640|g" resmgr.conf.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0640|g" proftpd.conf.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0644|g" cyrus.conf.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0644|g" saslauthd.conf.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0644|g" fbview.conf.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0640|g" freebusy.conf.template
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.4-6
+ Revision: 55be814
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2408 |14cr|kolab-horde-framework-2.1.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	Horde framework components tailored for Kolab
Name:		kolab-horde-framework
Version:	2.1.0
Release:	15
License:	GPL
Group:		System/Servers
URL:		http://www.kolab.org/
Source0:	kolab-horde-framework-%{version}.tar.bz2
Patch0:		kolab-horde-framework-CVE-2009-4824.diff
Requires:	php-pear-File_PDF
Requires:	php-pear-Net_Cyrus
Requires:	php-pear-Net_IMAP
Requires:	php-pear-Net_LMTP
Requires:	php-pear-Net_SMS
Requires:	php-pear-Text_Diff
Requires:	php-pear-VFS
Requires:	php-pear-XML_SVG
BuildRequires:	php-cli
BuildRequires:	php-pear
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}
AutoReqProv: 0

%description
Horde framework components tailored for Kolab.

%prep

%setup -q -n %{name}
%patch0 -p0

perl -pi -e "s|\@l_prefix\@|%{_prefix}|g" install-packages.php

# fix attribs
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
	
# cleanup
for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# fix php path
find . -type f|xargs perl -pi -e "s|/usr/local/bin/php|%{_bindir}/php|g"

# we allready have these as external packages
rm -rf File_PDF
rm -rf Net_Cyrus
rm -rf Net_IMAP
rm -rf Net_LMTP
rm -rf Net_SMS
rm -rf Text_Diff
rm -rf VFS
rm -rf XML_SVG

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/kolab/horde

env PHP_PEAR_PHP_BIN="%{_bindir}/php -d safe_mode=off" %{_bindir}/php -d safe_mode=off install-packages.php --install-dir %{buildroot}%{_datadir}/kolab/horde

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/kolab/horde



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-15
+ Revision: e4af71c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2409 |14cr|kolab-resource-handlers-2.1.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}
%define __noautoreq /usr/bin/php

%define kolab_webroot /var/www/html/kolab

#% define _requires_exceptions pear(Horde

# the Management user/group name/id pair
# These are created in the kolab package, which
# we prereq
%define l_musr kolab
%define l_mgrp kolab

# the Restricted user/group name/id pair
%define l_rusr %{l_musr}
%define l_rgrp %{l_mgrp}

# the Non-privileged user/group name/id pair
%define l_nusr %{l_musr}
%define l_ngrp %{l_mgrp}

Summary:	Kolab components for group and resource management

Name:		kolab-resource-handlers
Version:	2.1.0
Release:	12
License:	GPL
Group:		System/Servers
URL:		http://www.kolab.org/
Source0:	kolab-resource-handlers-%{version}.tar.bz2
Source1:	mandriva
# php5 doesn't have the domxml extension anymore. This patch makes
# freebusy use the dom extension, available in PHP5.
Patch0:		kolab-resource-handlers-phpdom.diff
Requires(post):	rpm-helper
Requires(preun): rpm-helper
Requires(pre):	rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.4
Requires(pre):	apache-mod_php
Requires(pre):	apache-mpm >= 2.2.4
Requires(pre):	kolab >= 2.1.0
Requires(pre):	kolab-horde-framework >= 2.1.0
Requires:	apache-conf >= 2.2.4
Requires:	apache-mod_php
Requires:	apache-mpm >= 2.2.4
Requires:	kolab >= 2.1.0
Requires:	kolab-horde-framework >= 2.1.0
Requires:	php-dba
Requires:	php-dom
Requires:	php-fileinfo
Requires:	php-gd
Requires:	php-iconv
Requires:	php-mbstring
Requires:	php-mcal
Requires:	php-mcrypt
BuildArch:	noarch

%description
Kolab components for group and resource management.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0

cp %{SOURCE1} dist_conf/mandriva

# hard code some paths
find -type f | xargs perl -pi -e "s|\@kolab_php_module_prefix\@freebusy/|%{kolab_webroot}/freebusy/|g" 
find -type f | xargs perl -pi -e "s|\@kolab_php_module_prefix\@kolabfilter/|%{kolab_webroot}/kolabfilter/|g" 
find -type f | xargs perl -pi -e "s|\@webserver_document_root\@|%{kolab_webroot}|g" 
	
# cleanup
for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%configure2_5x \
    --with-dist=mandriva

%make

%install
%makeinstall_std

install -d %{buildroot}%{_localstatedir}/lib/kolab/resmgr/filter
install -d %{buildroot}%{_localstatedir}/lib/kolab/freebusy/cache

# cleanup
rm -rf %{buildroot}%{_datadir}/doc/kolab

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/kolab/resmgr/freebusy.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/kolab/resmgr/resmgr.conf
%attr(0700,%{l_musr},%{l_mgrp}) %dir %{_localstatedir}/lib/kolab/resmgr
%attr(0700,%{l_musr},%{l_mgrp}) %dir %{_localstatedir}/lib/kolab/resmgr/filter
%attr(0755,root,root) %dir %{kolab_webroot}/freebusy
%attr(0755,root,root) %dir %{kolab_webroot}/kolabfilter
%attr(0644,root,root) %{kolab_webroot}/freebusy/*.php
%attr(0644,root,root) %{kolab_webroot}/kolabfilter/*.php
%attr(0755,%{l_musr},%{l_mgrp}) %dir %{_datadir}/kolab/scripts/resmgr
%attr(0755,root,root) %{_datadir}/kolab/scripts/resmgr/kolabfilter.php
%attr(0755,root,root) %{_datadir}/kolab/scripts/resmgr/kolabmailboxfilter.php
%attr(0770,apache,apache) %dir %{_localstatedir}/lib/kolab/freebusy/cache



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-12
+ Revision: bde554d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2410 |14cr|kolab-webadmin-2.2.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kolab_version		2.2.4
%define __noautoreq 	'pear\\(/usr/share/php/smarty/Smarty.class.php\\)|pear\\(/etc/kolab/session_vars.php\\)'
%define kolab_webroot 		/var/www/html/kolab
%define kolab_statedir		/var/www/html/kolab


Summary:	Kolab Groupware Server Web Administration Interface
Name:		kolab-webadmin
License:	GPL
Version:	%{kolab_version}
Release:	8
Group:		System/Servers
URL:		http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/kolab-webadmin/
Source0:	%{name}-%{version}.tar.gz
Source1:	mandriva
Source2:	bootstrap
Patch0:		mandriva.diff
Requires(post):	rpm-helper
Requires(preun): rpm-helper
Requires(pre):	rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.4
Requires(pre):	apache-mpm >= 2.2.4
Requires(pre):	apache-mod_php
Requires(pre):	kolab >= %{kolab_version}
Requires:	apache-conf >= 2.2.4
Requires:	apache-mod_dav >= 2.2.4
Requires:	apache-mod_ldap >= 2.2.4
Requires:	apache-mod_php
Requires:	apache-mod_ssl >= 2.2.4
Requires:	apache-mpm >= 2.2.4
Requires:	apache-mod_socache_shmcb
Requires:	kolab >= %{kolab_version}
Requires:	locales-de
Requires:	locales-es
Requires:	locales-fr
Requires:	locales-it
Requires:	locales-nl
Requires:	php-dba >= 5.2.2
Requires:	php-gettext >= 5.2.2
Requires:	php-imap >= 5.2.2
Requires:	php-ldap >= 5.2.2
Requires:	php-pear-Net_Sieve
Requires:	php-xml >= 5.2.2
Requires:	php-smarty2
BuildArch:	noarch




%description
Web based administration interface for The Kolab Groupware Server.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0


# the main config file
find -type f | xargs perl -pi -e "s|\@kolab_php_module_prefix\@admin/include/config\.php|%{_sysconfdir}/kolab/webadmin/config\.php|g"
find -type f | xargs perl -pi -e "s|require_once\(\'config\.php\'\)\;|require_once\(\'%{_sysconfdir}/kolab/webadmin/config\.php\'\)\;|g"

# the Smarty config file and other related stuff...
find -type f | xargs perl -pi -e "s|require_once\(\'\@kolab_php_smarty_prefix\@/Smarty\.class\.php\'\)\;|require_once\(\'%{_datadir}/php/smarty/Smarty\.class\.php\'\)\;|g" 
find -type f | xargs perl -pi -e "s|require_once\(\'mysmarty\.php\'\)\;|require_once\(\'%{_sysconfdir}/kolab/webadmin/mysmarty\.php\'\)\;|g"
find -type f | xargs perl -pi -e "s|require_once\(\'\@kolab_php_module_prefix\@admin/include/mysmarty\.php\'\)\;|require_once\(\'%{_sysconfdir}/kolab/webadmin/mysmarty\.php\'\)\;|g"

find -type f | xargs perl -pi -e "s|\\\$php_dir/\@kolab_php_module_prefix\@admin/|%{kolab_webroot}/admin/|g"
perl -pi -e "s|\\\$basedir\.\'templates_c/\'\;|\'%{_localstatedir}/lib/kolab/webadmin/templates_c/\'\;|g" php/admin/include/mysmarty.php.in
perl -pi -e "s|\\\$basedir\.\'configs/\'\;|\'%{_sysconfdir}/kolab/webadmin/smarty/\'\;|g" php/admin/include/mysmarty.php.in

# hard code some paths
find -type f | xargs perl -pi -e "s|\@kolab_php_module_prefix\@admin/include/|%{kolab_webroot}/admin/include/|g"
find -type f | xargs perl -pi -e "s|%{kolab_webroot}/admin/include/mysmarty\.php|%{_sysconfdir}/kolab/webadmin/mysmarty\.php|g"
find -type f | xargs perl -pi -e "s|require_once\(\'locale\.php\'\)\;|require_once\(\'%{kolab_webroot}/admin/include/locale\.php\'\)\;|g"
find -type f | xargs perl -pi -e "s|require_once\(\'mysmarty\.php\'\)|require_once\(\'%{_sysconfdir}/kolab/webadmin/mysmarty\.php\'\)|g"



%build

touch README
autoreconf -fi

%configure  \
	--with-dist=mandriva \
	--with-openpkg=no

%{__make}



%install
%__sed -i "s/@kolab_version@/%{version} \[%{_pversion}\]/" www/admin/kolab/versions.php

%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/kolab/webadmin/smarty



mv %{buildroot}%{kolab_statedir}/admin/include/config.php %{buildroot}%{_sysconfdir}/kolab/webadmin/config.php
mv %{buildroot}%{kolab_statedir}/admin/include/mysmarty.php %{buildroot}%{_sysconfdir}/kolab/webadmin/mysmarty.php

install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/
cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf <<EOF
php_value include_path '.:%{_datadir}/pear:%{kolab_webroot}:%{_datadir}/smarty:%{_datadir}/kolab/php:%{_datadir}/kolab/php/horde'
EOF

# cleanup
rm -rf %{buildroot}%{_datadir}/doc/kolab

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean

%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%attr(0640,apache,apache) %config(noreplace) %{_sysconfdir}/kolab/webadmin/config.php
%attr(0640,apache,apache) %config(noreplace) %{_sysconfdir}/kolab/webadmin/mysmarty.php
%dir %attr(0755,root,root) %{_sysconfdir}/kolab/webadmin/smarty
%dir %attr(0755,apache,apache) %{_localstatedir}/lib/kolab/webadmin/templates_c
%dir %attr(0755,root,root) %{kolab_statedir}/admin
%dir %attr(0755,root,root) %{kolab_statedir}/admin/include
%dir %attr(0755,root,root) %{kolab_statedir}/admin/templates
%dir %attr(0755,root,root) %{kolab_webroot}/admin/addressbook
%dir %attr(0755,root,root) %{kolab_webroot}/admin/administrator
%dir %attr(0755,root,root) %{kolab_webroot}/admin/distributionlist
%dir %attr(0755,root,root) %{kolab_webroot}/admin/maintainer
%dir %attr(0755,root,root) %{kolab_webroot}/admin/pics
%dir %attr(0755,root,root) %{kolab_webroot}/admin/settings
%dir %attr(0755,root,root) %{kolab_webroot}/admin/sharedfolder
%dir %attr(0755,root,root) %{kolab_webroot}/admin/user
%dir %attr(0755,root,root) %{kolab_webroot}/
%{kolab_statedir}/admin/locale
%attr(0644,root,root) %{kolab_webroot}/admin/addressbook/*.php
%attr(0644,root,root) %{kolab_webroot}/admin/administrator/*.php
%attr(0644,root,root) %{kolab_webroot}/admin/*.css
%attr(0644,root,root) %{kolab_webroot}/admin/distributionlist/*.php
%attr(0644,root,root) %{kolab_webroot}/admin/kolab/*.php
%attr(0644,root,root) %{kolab_statedir}/admin/include/*.php
%attr(0644,root,root) %{kolab_webroot}/admin/maintainer/*.php
%attr(0644,root,root) %{kolab_webroot}/admin/*.php
%attr(0644,root,root) %{kolab_webroot}/admin/pics/*.png
%attr(0644,root,root) %{kolab_webroot}/*.png
%attr(0644,root,root) %{kolab_webroot}/admin/settings/*.php
%attr(0644,root,root) %{kolab_webroot}/admin/sharedfolder/*.php
%attr(0644,root,root) %{kolab_statedir}/admin/templates/*.tpl
%attr(0644,root,root) %{kolab_webroot}/admin/user/*.php
%attr(0644,root,root) %{kolab_webroot}/admin/domainmaintainer/*.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.4-8
+ Revision: ddb7de0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2411 |14cr|kolena-0.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kolena
Version:	0.1.1
Release:	3
Summary:	A KDE wrapper around the Olena image library which extracts text from images
Group:		Networking/File transfer
License:	GPLv2+
Url:		http://quickgit.kde.org/?p=kolena.git
Source0:	%{name}-%{version}.tar.bz2
Patch0:		kolena-0.1.1-tesseract-3.01.patch
Patch1:		kolena-0.1.1-gcc4.7.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	tesseract-devel

%description
Kolena is a KDE wrapper around the Olena image library which extracts
text from images.

#-------------------------------------------------------------------------

%define kolena_major 0
%define libkolena %mklibname kolena %{kolena_major}

%package -n %{libkolena}
Summary:	Kolena libbrary
Group:		System/Libraries

%description -n %{libkolena}
Kolena library.

%files -n %{libkolena}
%{_kde_libdir}/libkolena.so.%{kolena_major}*

#-------------------------------------------------------------------------

%package devel
Summary:	Kolena plugin devel headers
Group:		Networking/File transfer
Requires:	%{libkolena} = %{version}

%description devel
Kolena plugin devel headers.

%files devel
%{_kde_datadir}/cmake/Kolena
%{_kde_includedir}/kolena
%{_kde_libdir}/libkolena.so

#-------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-3
+ Revision: 539ff5a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2412 |14cr|konforka-0.0.1-0.r243.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rev r243

%define	major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Convenience library for common KIN project code
Name:		konforka
Version:	0.0.1
Release:	%mkrel 0.%{rev}.10
Group:		System/Libraries
License:	MIT
URL:		http://kin.klever.net/konforka/
Source0:	%{name}-%{version}-%{rev}.tar.bz2
Patch0:		konforka-linkage_fix.diff
Patch1:		konforka-gcc43.diff
BuildRequires:	autoconf automake libtool
BuildRequires:	pkgconfig
BuildRequires:	libpqxx-devel
BuildRequires:	doxygen
BuildRequires:	libxslt-proc
BuildRequires:	postgresql-devel

%description
Convenience library for common KIN project code.

konforka library is a convenience library which is supposed to soak in some
code common to our projects. It is not likely that you want to try this out
unless you need it as a dependency for other project. This is why you
should not expect a lengthier description here.

%package -n	%{libname}
Summary:	Convenience library for common KIN project code
Group:          System/Libraries

%description -n	%{libname}
Convenience library for common KIN project code.

konforka library is a convenience library which is supposed to soak in some
code common to our projects. It is not likely that you want to try this out
unless you need it as a dependency for other project. This is why you
should not expect a lengthier description here.

%package -n	%{develname}
Summary:	Static library and header files for the konforka library
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}
Provides:	%{mklibname %{name} 0}-devel = %{version}
Obsoletes:	%{mklibname %{name} 0}-devel

%description -n	%{develname}
Convenience library for common KIN project code.

konforka library is a convenience library which is supposed to soak in some
code common to our projects. It is not likely that you want to try this out
unless you need it as a dependency for other project. This is why you
should not expect a lengthier description here.

This package contains the static konforka library and its header files.

%prep

%setup -q -n %{name}
%patch0 -p0
%patch1 -p0

%build
autoreconf -fi
%configure2_5x

%make

%install
rm -rf %{buildroot}

%makeinstall_std

# cleanups
rm -f %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%doc AUTHORS COPYING NEWS
%{_libdir}/*.so.*

%files -n %{develname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.0.1-0.r243.10
+ Revision: 7e18d49
- Automatic import for version 0.0.1-0.r243.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2413 |14cr|konvertible-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    konvertible        
%define version 1.0.1    
%define release 3
 
Name:           %name
Version:        %version
Release:        %release
Source0:        http://kde-apps.org/CONTENT/content-files/116892-%name-%version.tar.bz2
Summary:        A simple KDE audio converter                                      
License:        GPLv2                                                                  
Group:          Sound                                                             
Url:            http://kde-apps.org/content/show.php/Konvertible?content=116892                                 
BuildRoot:      %{_tmppath}/%{name}-%{version}                  
BuildRequires:  kdelibs4-devel kdepimlibs4-devel
Requires:       kdebase4-runtime ffmpeg
 
%description
The Konvertible is a program to convert audio files to other audio formats
using ffmpeg. The Konvertible simplifies file conversion for ffmpeg users. You
can add more than one audio file and then click the convert button to transcode
them one after the other.

 
%prep
%setup -q
 
%build
%cmake_kde4
%make
 
%install
rm -rf %{buildroot}
%{makeinstall_std} -C build
 



%files
%defattr(-,root,root)
%doc INSTALL COPYING README TODO
%{_bindir}/konvertible
%{_datadir}/applications/kde4/konvertible.desktop
%{_datadir}/icons/*
%{_defaultdocdir}/HTML/en/konvertible/*.*
%{_defaultdocdir}/HTML/en/konvertible/common


 
%clean
rm -rf %{buildroot}
 
%post
%update_icon_cache hicolor
 
%postun
%clean_icon_cache hicolor




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-3
+ Revision: ca38a15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2414 |14cr|kooka-0.61-0.20130123.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec is based on openSUSE spec adopted for ROSA/Mandriva

%define git 20130123

Name:		kooka
Version:	0.61
Release:	0.%{git}.3
License:	LGPLv2+
Group:		Graphical desktop/KDE
Summary:	Scan and OCR suite for KDE
Url:		https://projects.kde.org/kooka
# From git
Source:		%{name}-%{version}.git%{git}.tar.bz2
Source1:	%{name}-lang.tar.bz2
# ROSA's translation update (29.01.2013)
Source2:	%{name}-ru.po
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(sane-backends)

%description
Kooka is an open source GNU/Linux scan program based on SANE and
KScan library.

Kooka helps you to handle the most important scan parameters, find the
correct image file format to save and manage your scanned images. It
offers support for different OCR modules. Libkscan, a autonomous part
of Kooka, provides a scan service for easy and consistent use to all
KDE applications.

Install ocrad or gocr if you wish to enable optical character recognition
in kooka.

This is the WIP KDE4 port.

%files -f %{name}.lang
%{_kde_applicationsdir}/kooka.desktop
%{_kde_appsdir}/kooka
%{_kde_bindir}/kooka
%{_kde_iconsdir}/hicolor/48x48/apps/kooka.png
%{_kde_services}/scanservice.desktop
%{_kde_docdir}/HTML/en/*

#----------------------------------------------------------------------

%define libkscan_major 3
%define libkscan_libname %mklibname libkscan %{libkscan_major}

%package -n %{libkscan_libname}
Summary:	KScan is a KDE scanner library
Requires:	libkscan_common >= %{version}

%description -n %{libkscan_libname}
KScan is a KDE scanner library.

%files -n %{libkscan_libname}
%{_kde_libdir}/liblibkscan.so.%{libkscan_major}*

#----------------------------------------------------------------------

%package -n libkscan_common
Summary:	Common files (languages etc) for KScan, a KDE scanner library

%description -n libkscan_common
Common files (languages etc) for KScan, a KDE scanner library.

%files -n libkscan_common -f libkscan.lang
%{_kde_appsdir}/libkscan

#----------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}.git%{git} -a 1
cat >> CMakeLists.txt << EOF
add_subdirectory( po )
EOF
# Overwrite with ROSA's translation
cp -f %{SOURCE2} po/ru/%{name}.po

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_libdir}/liblibkscan.so

%find_lang kooka %{name}.lang
%find_lang libkscan libkscan.lang


%changelog
* Wed Jan 30 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.61-0.20130123.3
+ Revision: b7df996
- LOG Update Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2415 |14cr|kopete-antispam-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Kopete antispam plugin
Name:		kopete-antispam
Version:	0.5
Release:	3
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://kopeteantispam.sourceforge.net
Source0:	http://download.sourceforge.net/sourceforge/kopeteantispam/%name-kde4-%version.tar.gz
BuildRequires:	kopete-devel
Requires:	kopete

%description
Kopete plugin, which allow to ignore spam messages by using simple
answer/question scheme:

Potential spammers receive a simple question, and they are ignored until
they answers question. After they answers correctly, they receive
notification, and your chat window opens. Also, you can skip test for
some contacts, matched by wildcards, specified by configuration dialog.

%files
%{_kde_libdir}/kde4/*.so
%{_kde_datadir}/config.kcfg/*.kcfg
%{_kde_services}/kconfiguredialog/*.desktop
%{_kde_services}/*.desktop

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-kde4-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-3
+ Revision: 83af6f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2416 |14cr|kopete-kde-runner-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Kopete contacts KDE runner
Name:		kopete-kde-runner
Version:	0.4
Release:	4
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://kde-apps.org/content/show.php/KRunner+Kopete+Contacts?content=105263
Source0:	http://kde-apps.org/CONTENT/content-files/105263-krunner-kopete-contacts-%{version}.tar.gz
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	kopete-devel
Requires:	kopete

%description
Kopete Contacts is a KRunner plugins that allows you to open chat with your
Kopete contact just by typing it's name!

Cool improvement for people like me who are lazy to open the Kopete window :-)

In future I'd like to add configuration dialog to enable filtering offline
contacts etc...for now this is just first release, so no big expectations
(but it works :D )

For those of you who are extremely lazy I've implemented new function.
You can now change your Kopete status (all accounts) by typing
"status status_name". Supported are only default statuses
(online, offline, away, busy and invisible).

%files
%doc COPYING
%{_kde_libdir}/kde4/*.so
%{_kde_services}/*

#----------------------------------------------------------------------------

%prep
%setup -qn krunner-kopete-contacts-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-4
+ Revision: 831ae43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2417 |14cr|kopete-mrim-0.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kopete-mrim
Version:        0.2.2
Release:        2
Summary:        Kopete support for MRIM - mail.ru agent
License:        BSD
Group:          Networking/Instant messaging
URL:            https://github.com/negram/kopete_mrim
Source0:        %{name}-%{version}.tar.gz

BuildRequires:  kopete-devel
BuildRequires:  cmake

%description
Mail.ru@agent protocol support for Kopete

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%files
%{_kde_libdir}/kde4/*
%{_kde_services}/*.desktop
%{_kde_appsdir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-2
+ Revision: 2418255
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2418 |14cr|kopete-protocol-facebook-0.1.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrev 3376a46

Summary:	Facebook Protocol support for Kopete
Name:		kopete-protocol-facebook
Version:	0.1.5
Release:	5
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://github.com/dmacvicar/kopete-facebook
Source0:	dmacvicar-kopete-facebook-%{gitrev}.tar.gz
BuildRequires:	kopete-devel
BuildRequires:	pkgconfig(QJson)

%description
Facebook Protocol support for Kopete.

%files
%{_kde_libdir}/kde4/kopete_facebook.so
%{_kde_appsdir}/kopete/icons/*
%{_kde_services}/kopete_facebook.desktop

#--------------------------------------------------------------------

%prep
%setup -n dmacvicar-kopete-facebook-%{gitrev}

%build
%cmake_kde4

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.5-5
+ Revision: 59df93b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2419 |14cr|kopete-protocol-irc-0.1.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	IRC Protocol support for Kopete
Name:		kopete-protocol-irc
Version:	0.1.2
Release:	11
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://kde-apps.org/content/show.php/kopete+irc+plugin?content=113720
Source0:	http://kde-apps.org/CONTENT/content-files/113720-irc.tar.gz
BuildRequires:	kopete-devel
BuildRequires:	ircclient-qt-devel >= 0.3.2
Requires:	ircclient-qt
Requires:	kopete

%description
IRC Protocol Support for Kopete.

%files
%{_kde_libdir}/kde4/kopete_irc.so
%{_kde_appsdir}/kopete/icons/*
%{_kde_appsdir}/kopete/ircnetworks.xml
%{_kde_appsdir}/kopete_irc
%{_kde_datadir}/kde4/services/kopete_irc.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn irc

%build
%cmake_kde4 -DIRCCLIENT_INCLUDE_DIR=%{_qt_includedir}/ircclient-qt/

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-11
+ Revision: 8d9ba44
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2420 |14cr|kosd-0.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kosd
Version:	0.8.1
Release:	3
Summary:	An application showing OSD to respond volume buttons
License:	GPLv2+
Group:		Graphical desktop/KDE
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		http://www.kde-apps.org/content/show.php?content=81457
Source:		http://www.kde-apps.org/CONTENT/content-files/81457-%{name}-%{version}.tar.bz2
Patch0:		kosd-0.8.1-ru.patch
BuildRequires:	kdebase4-workspace-devel
Obsoletes:	kde3-kvolumeosd < %{version}
Obsoletes:	kde3-kosd < %{version}

%description
KOSD is a simple KDE application that runs in the background and
responds to volume buttons by showing a little OSD. It delegates the
actual job of adjusting the volume to KMix.

%prep
%setup -q
%patch0 -p1 -b .ru

%build
%cmake_kde4
%make

%install
rm -rf %{buildroot}
%makeinstall_std -C build

rm -fr %{buildroot}%{_kde_includedir} %{buildroot}%{_kde_libdir}/*.so

%find_lang %{name} --with-html

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%{_kde_libdir}/*.so.*
%{_kde_libdir}/kde4/*.so
%{_kde_datadir}/config.kcfg/kosd.kcfg
%{_kde_services}/kcm_kosd.desktop
%{_kde_services}/kded/*.desktop
%{_datadir}/dbus-1/interfaces/org.kde.kosd.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-3
+ Revision: 7d7223c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2421 |14cr|koules-1.4-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Space action game for X11
Name:		koules
Version:	1.4
Release:	22
License:	GPLv2+
Group: 		Games/Arcade
Url:		http://www.ucw.cz/~hubicka/koules/English/distribution.html
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
Patch0:		debian-koules-1.4-17.patch
BuildRequires:	imake
BuildRequires:	tk
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xau)
BuildRequires:  pkgconfig(xcb)
BuildRequires:	pkgconfig(xdmcp)
BuildRequires:	pkgconfig(xext)
Requires:	soundwrapper
# this font is hardcoded in the code
Requires:	x11-font-schumacher-misc

%description
Koules is a simple fast-action arcade-style no-brainer balls game you have
never seen alike before! It has simple, classic, old-school fantastic 256
color graphics, a multiplayer mode for up to 5 players on the same keyboard,
or via network, full sound, and, of course, lots of wild fun!

%files
%doc ChangeLog ANNOUNCE BUGS Card Koules.FAQ Problems README TODO
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/*
%{_mandir}/*/*
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_miconsdir}/*.png
%{_libdir}/%{_gamesdir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}%{version}
%patch0 -p1
sed -i 's/mkdirhier/mkdir -p/g' Imakefile

find . -perm 0600 | xargs chmod 0644

%build
xmkmf
make Makefile
make Makefiles
if [ ! -s xkoules.man ]; then ln -sf xkoules.6 xkoules.man; fi
make \
	KOULESDIR=%{_gamesbindir} \
	SOUNDDIR=%{_libdir}/%{_gamesdir}/%{name} \
	MANDIR=%{_mandir}/man6 \
	CDEBUGFLAGS="%{optflags}" \
	CXXDEBUGFLAGS="%{optflags}"

%install
%makeinstall \
	KOULESDIR=%{buildroot}%{_gamesbindir} \
	SOUNDDIR=%{buildroot}%{_libdir}/%{_gamesdir}/%{name} \
	MANDIR=%{buildroot}/%{_mandir}/man6

mv %{buildroot}%{_gamesbindir}/xkoules %{buildroot}%{_gamesbindir}/xkoules.bin
cat <<EOF >%{buildroot}%{_gamesbindir}/xkoules
#!/bin/sh
exec soundwrapper %{_gamesbindir}/xkoules.bin
EOF
chmod a+x %{buildroot}%{_gamesbindir}/xkoules

install startkoules %{buildroot}%{_gamesbindir}/
install koules.tcl %{buildroot}%{_libdir}/%{_gamesdir}/%{name}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=XKoules
Comment=%{summary}
Exec=%{_gamesbindir}/xkoules
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

# mdk icon
install -m644 %{SOURCE1} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE2} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE3} -D %{buildroot}%{_liconsdir}/%{name}.png


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4-22
+ Revision: 28c0866
- Build with proper flags, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2422 |14cr|kpdftool-0.23.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GhostView and ImageMagick GUI for PDF/PS files
Name:		kpdftool
Version:	0.23.1
Release:	2
License:	GPLv3+
Group:		Text tools
URL:		http://www.kde-apps.org/content/show.php?content=33194
Source:		33194-kpdftool-%{version}.zip
BuildRequires:	qt4-devel
Suggests:	imagemagick
Suggests:	ghostscript
Suggests:	kword

%description
KPDFTool is a GUI interface for GhostView and ImageMagick
for performing basic and usefull operations with PDF and
PS (PostScript) files such as merge, extract pages and
protect the text into new files in a simple and practical way.

%prep
%setup -q

%build
%qmake_qt4
%make

%install
rm -rf %{buildroot}
install -d -m755 %{buildroot}%{_bindir}
install -m755 kpdftool %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_iconsdir}
cp -r icons/hicolor %{buildroot}%{_iconsdir}/

install -d -m755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/kpdftool.desktop << EOF
[Desktop Entry]
Name=KPDFTool
Comment=Operate on PDF files
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Office;Publishing;KDE;Qt;
EOF

%clean
rm -rf %{buildroot}

%files
%doc README
%{_bindir}/kpdftool
%{_datadir}/applications/kpdftool.desktop
%{_iconsdir}/hicolor/*/apps/%{name}*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23.1-2
+ Revision: 5f42b52
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2423 |14cr|kplayer-0.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MPlayer frontend for KDE
Name:		kplayer
Version:	0.7.2
Release:	2
License:	GPLv2+
Group:		Video
Url:		http://kplayer.sourceforge.net/
Source:		http://fr2.rpmfind.net/linux/KDE/stable/%name/%version/src/%name-%version.tar.xz
BuildRequires:	kdelibs4-devel
Requires:	mplayer
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
KPlayer is a KDE media player based on MPlayer. With KPlayer 
you can easily play a wide variety of video and audio files 
and streams using a rich and friendly interface that
follows KDE standards.

Features include

    * video, audio and subtitle playback from file,
       URL, DVD, VCD, audio CD, TV, DVB, etc.,
       as well as KDE I/O Slaves;
    * volume, contrast, brightness, hue and saturation controls;
    * zooming, full screen and fixed aspect options;
    * status and progress display and seeking;
    * playlist;
    * message log;
    * configuration dialog;
    * file properties for setting file specific options.

KPlayer is available in Catalonian, Czech, Danish, English,
Finnish, French, German, Hungarian, Italian, Polish, Russian, 
Simplified Chinese and Spanish. 

%prep
%setup -q -n %name-%version

%build
%cmake_kde4
%make

%install
rm -rf %{buildroot}

%makeinstall_std -C build

# fix .desktop file
desktop-file-install \
	--vendor="" \
	--remove-key="Encoding" \
	--remove-mime-type="uri/mms;uri/mmst;uri/mmsu;uri/pnm;uri/rtsp;uri/rtspt;uri/rtspu" \
	--dir %{buildroot}%{_kde_applicationsdir} %{buildroot}%{_kde_applicationsdir}/%{name}.desktop

sed -i 's,kplayer.png,kplayer,g' %{buildroot}%{_kde_applicationsdir}/%{name}.desktop

%find_lang %{name} --with-html

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(644,root,root,755)
%attr(0755,root,root) %_kde_bindir/*
%_kde_appsdir/%name
%_kde_iconsdir/*/*/*/*
%_kde_libdir/kde4/*
%_kde_datadir/applications/kde4/*.desktop
%_kde_datadir/kde4/services/*.desktop
%_kde_datadir/kde4/services/ServiceMenus/*.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.2-2
+ Revision: de2e7c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2424 |14cr|kpovmodeler-1.1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A modeling and composition program
Name:		kpovmodeler
Version:	1.1.3
Release:	7
License:	GPLv2+
Group:		Graphics
Url:		http://www.kpovmodeler.org
Source0:	http://fr2.rpmfind.net/linux/KDE/stable/4.1.0/src/extragear/%{name}-%{version}-kde4.1.0.tar.bz2
Patch0:		kpovmodeler-1.1.3-kde4.1.0-cmake.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)

%description
Program to enter scenes for the 3D rendering engine PovRay.

%files -f %{name}.lang
%{_kde_bindir}/%{name}
%{_kde_libdir}/kde4/*.so
%{_kde_datadir}/dbus-1/interfaces/org.kde.%{name}.xml
%{_kde_datadir}/applications/kde4/%{name}.desktop
%{_kde_appsdir}/%{name}/
%{_kde_iconsdir}/*/*/*/*.png

#--------------------------------------------------------------------

%define major 0
%define libname %mklibname lkpovmodeler %{major}

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 1.1.3-6

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_kde_libdir}/liblkpovmodeler.so.%{major}*

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-kde4.1.0
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_libdir}/*.so

%find_lang %{name} --with-html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-7
+ Revision: 4a2fb89
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2425 |14cr|kprinter4-10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Print PostScript documents with KDE print dialog
Name:		kprinter4
Version:	10
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		https://github.com/credativ/kprinter4
Source0:	https://github.com/credativ/kprinter4/archive/%{name}-%{version}.tar.gz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libspectre)
Requires:	ghostscript
Requires:	poster
Requires:	psutils

%description
KPrinter4 is a simple stand-alone PostScript document printer modelled after
the KDE 4 print dialog. It can be used in place of /bin/lpr in order to better
control the print setup of non-KDE applications.

Main features:
- Printing PostScript documents with KDE 4 print dialog.
- Scaling and positioning of documents.
- Poster printing (backported from the known KDE 3 KPrinter tool).

%files -f %{name}.lang
%doc AUTHORS LICENCE README.md
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 10-2
+ Revision: 6b2ebd2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2426 |14cr|kradio-4.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A V4L/V4L2-Radio Application for KDE 4.x
Name:		kradio
Version:	4.0.8
Release:	2
Group:		Sound
License:	GPLv2+
Url:		http://sourceforge.net/projects/kradio/
Source0:	http://freefr.dl.sourceforge.net/sourceforge/kradio/%{name}4-%{version}.tar.bz2
Patch2:		kradio-fix-invalid-desktop.patch
Patch3:		kradio4-install-desktop.patch
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libmms)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)

%description
Comfortable Radio Application for KDE 4.x

KRadio is a comfortable radio application for KDE 4.x.
It has support for V4L and V4L2 radio cards drivers.

KRadio currently provides:

* V4L/V4L2 Radio support
* Remote Control support (LIRC)
* Alarms, Sleep Countdown
* Several GUI Controls (Docking Menu, Station Quickbar, Radio Display)
* Recording Capabilities
* Extendable Plugin Architecture

This Package also includes a growing collection of station preset.
files for many cities around the world contributed by KRadio Users.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO
%{_kde_bindir}/*
%{_kde_libdir}/%{name}4
%{_kde_datadir}/applications/kde4/kradio4.desktop
%{_kde_datadir}/pixmaps/kradio4.png
%{_kde_appsdir}/%{name}4
%{_kde_iconsdir}/*/*/*/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}4-%{version}
%patch2 -p1 -b .xdg
%patch3 -p1 -b .install

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -fr %{buildroot}%{_datadir}/doc/*
rm -fr %{buildroot}%{_kde_datadir}/applications/kde4/kradio.desktop

%find_lang %{name} --all-name


%changelog
* Sun Sep 28 2014 abfonly <abfonly@gmail.com> 4.0.8-2
+ Revision: 2567e75
- Merge pull request #1 from abfonly/kradio:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2427 |14cr|kradioripper-0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ripping internet radios
Name:		kradioripper
Version:	0.6
Release:	4
License:	GPLv2+
Group:		Sound
Url:		http://kradioripper.sourceforge.net/
Source0:	http://downloads.sourceforge.net/kradioripper/%{name}-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
Requires:	streamripper >= 1.63

%description
KRadioRipper is a KDE4 program for ripping internet radios. It is based on
StreamRipper.

%files -f %{name}.lang
%doc NEWS
%{_kde_bindir}/*
%{_kde_applicationsdir}/*.desktop
%{_kde_appsdir}/%{name}/
%{_kde_datadir}/config.kcfg/*.kcfg

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}

find . -perm 600 -exec chmod 644 "{}" \;

%build
%cmake_kde4 -DWITHOUT_LIBPROXY=YES
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-4
+ Revision: c1c3a6c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2428 |14cr|kraft-0.50-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE software to manage office documents in the office
Name:		kraft
Version:	0.50
Release:	2
License:	GPLv2+
Group:		Office
Url:		http://volle-kraft-voraus.de
Source0:	http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
Patch0:		kraft-0.50-cmake.patch
BuildRequires:	kdepimlibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libctemplate)
Requires:	python-pypdf
Requires:	python-reportlab
Requires:	sqlite3-tools

%description
Kraft is KDE software to help to create and manage office documents such
as offers and invoices in the small enterprise. It supports easy document
creation, templates with calculation, customer management through the KDE
addressbook, highly configurable PDF output and more.

See the website http://volle-kraft-voraus.de for more information.

%files -f %{name}.lang
%doc AUTHORS COPYING README Releasenotes.txt TODO
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}
%{_kde_appsdir}/kplant
%{_kde_datadir}/config.kcfg/databasesettings.kcfg
%{_kde_datadir}/config.kcfg/kraftsettings.kcfg
%{_kde_iconsdir}/*/*/*/%{name}*.png

#----------------------------------------------------------------------------

%define major 0
%define libkraftcat %mklibname kraftcat %{major}

%package -n %{libkraftcat}
Summary:	Shared library for Kraft
Group:		System/Libraries
Conflicts:	%{name} < 0.50

%description -n %{libkraftcat}
Shared library for Kraft.

%files -n %{libkraftcat}
%{_kde_libdir}/libkraftcat.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}
chmod 755 %{buildroot}%{_kde_appsdir}/%{name}/tools/erml2pdf.py

# We don't need this because there are no headers anyway
rm -f %{buildroot}%{_kde_libdir}/libkraftcat.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50-2
+ Revision: c745549
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2429 |14cr|krank-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oversion	07

Name:		krank
Version:	0.7
Release:	3
Summary:	Mouse magnet manipulation game with nifty graphics
Group:		Games/Puzzles
License:	Public Domain
URL:		http://krank.sourceforge.net/
Source:		%{name}-%{oversion}.tar.bz2
Source1:	%{name}.png
BuildRequires:	imagemagick
Requires:	pygame
Buildarch:	noarch

%description
A game of dexterity, being somewhere between Breakout and billiard, where
the aim of each level is to shove floating stones towards compatible static
stones. You control a short chain of stones with your mouse to achieve that.

%prep
%setup -q -n %{name}-%{oversion}
rm -r levels/images/.DS_Store

%build
rm src/*.pyc
sed -i '/KRANKPATH=/s@=.*@=%{_gamesdatadir}/%{name}@' %{name}
sed -i '/^python/i\
export APPDATA="$HOME/.krank"\
mkdir -p "$APPDATA"\
cd $KRANKPATH
' %{name}
for N in 16 32 64 128; do convert %{SOURCE1} -resize ${N}x${N} $N.png; done

%install
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
for D in fonts html levels sounds src; do cp -a $D %{buildroot}%{_gamesdatadir}/%{name}/; done
install -D %{name} %{buildroot}%{_gamesbindir}/%{name}
install -D 16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D 32.png %{buildroot}%{_liconsdir}/%{name}.png
install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# menu-entry
mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Krank
Comment=Mouse magnet manipulation game
Exec=krank
Icon=krank
Terminal=false
Type=Application
Categories=Game;LogicGame;
EOF

%files
%defattr(644,root,root,755)
%doc CHANGELOG.txt Info.plist README
%attr(755,root,root) %{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-3
+ Revision: cca8844
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2430 |14cr|krb5-auth-dialog-3.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_heimdal 0
%{?_with_heimdal: %{expand: %%global build_heimdal 1}}

Summary:	Kerberos 5 authentication dialog
Name:		krb5-auth-dialog
Version:	3.2.1
Release:	2
License:	GPLv2+
Group:		System/Base
URL:		http://www.redhat.com/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz

BuildRequires: flex
BuildRequires: bison
BuildRequires: GConf2
BuildRequires: pkgconfig(gnome-doc-utils)
BuildRequires: intltool
BuildRequires: cap-devel
BuildRequires: pam-devel
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libnm-glib)
BuildRequires: pkgconfig(libnm-glib-vpn)
BuildRequires: pkgconfig(libnm-util)
BuildRequires: pkgconfig(libnotify)
%if %build_heimdal
BuildRequires: heimdal-devel
%else
BuildRequires: krb5-devel
%endif
buildrequires: scrollkeeper

%description
This package contains a dialog that warns the user when their Kerberos
tickets are about to expire and lets them renew them.

%prep
%setup -q

%build
%configure2_5x \
	--enable-debug \
	--disable-static
%make

%install
%makeinstall_std
%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc README AUTHORS NEWS
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_bindir}/krb5-auth-dialog
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
%{_libdir}/%{name}/plugins/libka-plugin-afs.*
%{_libdir}/%{name}/plugins/libka-plugin-dummy.*
%{_libdir}/%{name}/plugins/libka-plugin-pam.*
%{_datadir}/krb5-auth-dialog/
%{_datadir}/icons/hicolor/*/status/*
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/xdg/autostart/krb5-auth-dialog.desktop
%{_datadir}/applications/krb5-auth-dialog.desktop
%{_datadir}/dbus-1/services/org.gnome.KrbAuthDialog.service




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.1-2
+ Revision: 1863a97
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2431 |14cr|krecipes-2.0-0.beta1.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn beta1

Summary:	Your Way to Cook with Tux
Name:		krecipes
Version:	2.0
Release:	0.%{svn}.3
License:	GPLv2+
Group:		Toys
Url:		http://krecipes.sourceforge.net/
Source0:	http://ovh.dl.sourceforge.net/sourceforge/krecipes/%{name}-%{version}-%{svn}.tar.gz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(qimageblitz)
BuildRequires:	pkgconfig(sqlite)
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel

%description
A highly configurable recipe manager, designed to make organizing your
personal recipes collection fast and easy. Features include: shopping
lists, nutrient analysis, advanced search, recipe ratings, import/export
various formats, and more.

%files -f %{name}.lang
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}
%{_kde_iconsdir}/*/*/*/*
%{_datadir}/mime/packages/%{name}-mime.xml

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{svn}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%changelog
* Fri Mar 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-0.beta1.3
+ Revision: b86a9c4
- LOG Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2432 |14cr|krename-4.0.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A powerful batch renamer for KDE
Name:		krename
Version:	4.0.9
Release:	5
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.krename.net/
Source0:	http://downloads.sourceforge.net/krename/%{name}-%{version}.tar.bz2
Patch0:		krename-4.0.9-rus.patch
Patch1:		krename-4.0.9-desktop-rus.patch
Patch2:		krename-4.0.9-podofo.patch
Patch3:		krename-4.0.9-cmake.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	podofo-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(taglib)

%description
Krename is a very powerful batch file renamer for KDE4 which can rename a list
of files based on a set of expressions. It can copy/move the files to another
directory or simply rename the input files.

Krename supports many conversion operations, including conversion of a filename
to lowercase or to uppercase, conversion of the first letter of every word to
uppercase, adding numbers to filenames, finding and replacing parts of the
filename, and many more. It can also change access and modification dates,
permissions, and file ownership.

%files -f %{name}.lang
%doc AUTHORS README
%{_kde_bindir}/%{name}
%{_kde_services}/ServiceMenus/*.desktop
%{_kde_applicationsdir}/*.desktop
%{_kde_iconsdir}/*/*/apps/*.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
for file in TODO; do
    iconv -f iso8859-1 -t utf8 $file > $file.utf8
    rm -rf $file
    mv $file.utf8 $file
done

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.9-5
+ Revision: 0a8f8d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2433 |14cr|kronometer-1.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Stopwatch application built for the KDE
Name:		kronometer
Version:	1.5.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.aelog.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kronometer-1.4.2-no-werror.patch
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel

%description
Kronometer is a stopwatch application built for the KDE Desktop Environment.

Kronometer’s main features are the following:
- Start/pause/resume stopwatch widget
- Lap recording
- Lap times sorting
- Reset stopwatch and lap times
- Time format settings
- Times saving and resuming
- Font and color customization
- Lap times export.

%files -f %{name}.lang
%doc README
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%dir %{_kde_appsdir}/%{name}
%{_kde_appsdir}/%{name}/*
%{_kde_datadir}/*.kcfg
%{_kde_datadir}/appdata/kronometer.appdata.xml
%{_kde_iconsdir}/*/*/*/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

chmod -x %{buildroot}%{_kde_applicationsdir}/%{name}.desktop

%find_lang %{name} --with-html


%changelog
* Sun Aug 31 2014 Victor Ryzhikh <victorr2007@yandex.ru> 1.5.0-1
+ Revision: 407e3f4
- Updated kronometer-1.4.2-no-werror.patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2434 |14cr|krosswordpuzzle-0.16-0.1327226.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 1327226

Name:		krosswordpuzzle
Version:	0.16
%if 0%svn
Release:	0.%svn.1
Source0:	%name-%svn.tar.xz
%else
Release:	2
Source0:	%name-%{version}.tar.gz
%endif
Patch0:		krosswordpuzzle-compile.patch
License:	GPLv2+
URL:	        http://kde-apps.org/content/show.php/KrossWordPuzzle?content=111726
Group:		Games/Puzzles
Summary:        %{name}- a crossword puzzle for KDE

BuildRequires:  kde4-macros
BuildRequires:  kdelibs4-devel
BuildRequires:  kdegames4-devel
BuildRequires:  qt4-devel
BuildRequires:  cmake

%description
This is a crossword playing game for KDE4. It can open *.puz-files
(AcrossLite) and it's own *.kwp-files (which are XML files).
You can download lots of crosswords from within the game.

%prep
%if 0%svn
%setup -q -n %name-%svn
%else
%setup -q
%endif
%apply_patches

%build
%cmake_kde4
%make

%install
rm -rf %buildroot
make -C build DESTDIR=%buildroot install

%check
for f in %{buildroot}%{_kde_datadir}/applications/kde4/*.desktop ; do
     desktop-file-validate $f
done 

%find_lang %name || touch %name.lang

%clean
rm -rf %buildroot

%files -f %name.lang
%defattr(-,root,root)
%{_kde_bindir}/%{name}
%{_kde_datadir}/applications/kde4/*.desktop
%{_kde_datadir}/apps/%{name}/*
%{_kde_datadir}/config*
%optional %{_kde_datadir}/doc/HTML/*
%{_kde_datadir}/mime/*
%{_kde_iconsdir}/*
%_kde_libdir/kde4/crosswordthumbnail.so
%_kde_datadir/kde4/services/crosswordthumbnail.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.16-0.1327226.1
+ Revision: fbec093
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2435 |14cr|kscope-1.9.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define major 1
%define libcore %mklibname kscope_core %{major}
%define libcscope %mklibname kscope_cscope %{major}
%define libeditor %mklibname kscope_editor %{major}

Summary:	Qt frontend to Cscope
Name:		kscope
Version:	1.9.4
Release:	5
License:	GPLv2+
Group:		Development/Tools
Url:		http://sourceforge.net/projects/kscope
Source0:	http://ovh.dl.sourceforge.net/sourceforge/kscope/%{name}-%{version}.tar.gz
Source1:	kscope.desktop
Patch0:		kscope-1.9.4-compilefix.patch
Patch1:		kscope-1.9.4-linking.patch
BuildRequires:	desktop-file-utils
BuildRequires:	qt4-devel
BuildRequires:	qscintilla-qt4-devel
Requires:	cscope
Requires:	ctags
Requires:	graphviz

%description
KScope is a source-editing environment for KDE based on Cscope.

%files
%{_bindir}/*
%{_datadir}/applications/kscope.desktop
%{_datadir}/pixmaps/kscope.png

#----------------------------------------------------------------------------

%package -n %{libcore}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	kscore < 1.9.4-4

%description -n %{libcore}
Shared library for %{name}.

%files -n %{libcore}
%{_libdir}/libkscope_core.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcscope}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	kscore < 1.9.4-4

%description -n %{libcscope}
Shared library for %{name}.

%files -n %{libcscope}
%{_libdir}/libkscope_cscope.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libeditor}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	kscore < 1.9.4-4

%description -n %{libeditor}
Shared library for %{name}.

%files -n %{libeditor}
%{_libdir}/libkscope_editor.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0

sed -i 's|/usr/local|%{buildroot}%{_prefix}|g' config
for i in */*.pro; do
	sed -i 's|/lib|/%{_lib}|g' $i
done

%build
export CXXFLAGS="%{optflags} -I%{qt4include}/Qsci"
%qmake_qt4
make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/pixmaps
install -p app/images/kscope.png %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}

rm -f %{buildroot}%{_libdir}/*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.4-5
+ Revision: 85372a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2436 |14cr|ksh-93.20120801-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The real AT&T version of the Korn shell
Name:		ksh
Version:	93.20120801
Release:	1
License:	CPLv1
Group:		Shells
Url:		http://kornshell.com
Source0:	http://www.research.att.com/~gsf/download/tgz/INIT.2012-08-01.tgz
Source1:	http://www.research.att.com/~gsf/download/tgz/ast-base.2012-08-01.tgz
BuildRequires:	chrpath
Requires(post,postun):	coreutils, grep, rpm-helper
Provides:	/bin/ksh93

%description
Ksh is a UNIX command interpreter (shell) that is intended for both interactive
and shell script use. Its command language is a superset of the sh(1) shell
language.

The 1993 version adds a number of new, mostly scripting related, features over
the 1988 version that is typically distributed with commercial UNIX variants.
For example, it has lexical scoping, compound variables, associative arrays,
named references and floating point math.

%files
%doc README
/bin/ksh93
%{_mandir}/man1/ksh93.1*

%post
/usr/share/rpm-helper/add-shell %{name} $1 /bin/ksh93

%postun
/usr/share/rpm-helper/del-shell %{name} $1 /bin/ksh93

#----------------------------------------------------------------------------

%prep
%setup -q -c -a1

%build
sed -i -e 's,cd /tmp,cd "${TMPDIR:-/tmp}",' \
	bin/package src/cmd/INIT/package.sh || die

bin/package make CCFLAGS="%{optflags} -fPIC -O0 -Wp,-D_FORTIFY_SOURCE=0"

%install
install -d %{buildroot}/bin
install -d %{buildroot}%{_mandir}/man1

install -m0755 arch/*/bin/ok/ksh %{buildroot}/bin/ksh93
install -m0644 arch/*/man/man1/sh.1 %{buildroot}%{_mandir}/man1/ksh93.1

# nuke rpath
chrpath -d %{buildroot}/bin/ksh93


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 93.20120801-1
+ Revision: 226f2cd
- Adjust build flags and fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2437 |14cr|kshowmail-4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Show and delete mail on pop3 servers
Name:		kshowmail
Version:	4.1
Release:	3
License:	GPLv2+
Group:		Networking/Mail
Url:		http://sourceforge.net/projects/kshowmail
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel

%description
KShowmail is a KDE utility to show headers or the complete mails on pop3
servers without transferring them to the local mail client. Unpleasant mails
can be deleted on the server. The information can be refreshed via timers.

%files -f %{name}.lang
%{_bindir}/kshowmail
%{_libdir}/kde4/kcm_kshowmailconfig*
%{_datadir}/applications/kde4/kshowmail.desktop
%{_datadir}/apps/kshowmail
%{_datadir}/icons/hicolor/*/apps/kshowmail.png
%{_datadir}/kde4/services/kshowmailconfig*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1-3
+ Revision: e0740b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2438 |14cr|kshutdown-3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#########################
%define build_git 0
##########################
%define	oname		KShutdown


Name:		kshutdown
Version:	3.2
%if %{build_git}
%define	prerel		beta7
Release:	0.%{prerel}.2
%else
Release:	3
%endif
Summary:	Advanced shut down utility for KDE
License:	GPLv2+
Group:		Graphical desktop/KDE
URL:		http://kshutdown.sourceforge.net/
%if %{build_git}
Source0:	http://sourceforge.net/projects/%{name}/files/%{oname}/3.0%20Beta%207/%{name}-source-%{version}%{prerel}.zip
Patch0:		%{name}-%{version}%{prerel}-fix-error-without-consolekit.patch
%else
Source0:	http://garr.dl.sourceforge.net/project/%{name}/%{oname}/%{version}/%{name}-source-%{version}.zip
%endif

Source10:	ru.tar.gz

Source1:	%{name}.rpmlintrc
BuildRequires:	kdebase4-workspace-devel >= 4.4
BuildRequires:	qt4-devel >= 4.8
BuildRequires:	desktop-file-utils
Requires:	kdebase4-workspace
Suggests:	kppp
Suggests:	amarok
Suggests:	kaffeine

%description
KShutDown is an advanced shut down utility for KDE.
Features:
- Shut Down (logout and halt the system)
- Reboot (logout and reboot the system)
- Lock Screen (lock the screen using a screen saver)
- Logout (end the session and logout the user)
- Extras (user commands)
- Wizard
- Time and delay options
- Command line support
- System tray
- Sounds
- Kiosk support
- And more...

%files -f %{name}.lang
%doc TODO ChangeLog README.html
%attr(0755,root,root) %{_kde_bindir}/%{name}
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png
%{_kde_iconsdir}/hicolor/*/apps/%{name}.svgz
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}

#------------------------------------------------------------------------------

%prep
%if %{build_git}
%setup -qn %{name}-%{version}%{prerel}
%patch0 -p1
%else
%setup -qn %{name}-%{version}
%endif

pushd po
tar -xvzf %{SOURCE10}
popd

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor="" \
--remove-category="Application" \
--add-category="System" \
--add-category="Monitor" \
--dir %{buildroot}/%{_datadir}/applications/kde4 %{buildroot}/%{_datadir}/applications/kde4/*

%find_lang %{name} --with-html



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2-3
+ Revision: d093337
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2439 |14cr|ksi-3.9.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	ksi
%define	version	3.9.0
%define release 3

%define major	1
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d


Version:	%{version}
Name:		%{name}
Release:	%{release}
Summary:	Implementation of the Scheme programming language
License:	BSD
Group:		Development/Other
URL:		http://ksi.sourceforge.net/
Source0:	http://downloads.sourceforge.net/ksi/%{name}-%{version}.tar.gz
BuildRequires:	readline-devel
BuildRequires:	gc-devel
buildrequires:	gmp-devel
# maybe, but i am not sure we should add this.
#define _requires_exceptions libgc\.so*

# This file is provided by 'ksi' package
%define __noautoreq '/usr/bin/ksi'


%description
KSI Scheme is an implementation of the Scheme programming language written 
in C. 
It can be used as both a stand-alone interpreter and an extension library. 
However, the documentation is in Russian.

%package -n	%{libname}
Group:		Development/Other
License:	BSD
Summary:	Implementation of the Scheme programming language

%description -n %{libname}
KSI Scheme is an implementation of the Scheme programming language written 
in C.
It can be used as both a stand-alone interpreter and an extension library.
However, the documentation is in Russian.

%package -n	%{develname}
Group:		Development/Other
License:	BSD
Summary:	Implementation of the Scheme programming language
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%mklibname %{name} -d 1

%description -n	%{develname}
KSI Scheme is an implementation of the Scheme programming language written 
in C.
It can be used as both a stand-alone interpreter and an extension library.
However, the documentation is in Russian.

%prep
%setup -q

%build
%configure2_5x
make

%install
%makeinstall

%files -n %{name}
%defattr (-,root,root)
%doc README INSTALL TODO ChangeLog
%{_bindir}/*
%exclude %{_bindir}/ksi-config
%{_datadir}/ksi

%files -n %{libname}
%defattr (-,root,root)
%dir %{_libdir}/ksi
%{_libdir}/ksi/*.so.*

%files -n %{develname}
%defattr (-,root,root)
%{_bindir}/ksi-config
%dir %{_includedir}/ksi
%{_includedir}/ksi/*
%{_libdir}/ksi/*.so
%{_libdir}/ksi/*.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.9.0-3
+ Revision: a5ef27b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2440 |14cr|ksoprano-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GUI for querying and manipulating RDF data
Name:		ksoprano
Version:	0.2
Release:	4
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://kde-apps.org/content/show.php?content=116756
Source0:	116756-%{name}.tgz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(soprano)

%description
KSoprano is a GUI for querying and manipulating RDF data.

%files
%{_kde_bindir}/ksoprano
%{_kde_appsdir}/ksoprano/ksopranoui.rc

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: fe942a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2441 |14cr|ksshaskpass-0.5.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SSH-askpass for KDE
Name:		ksshaskpass
Version:	0.5.3
Release:	5
License:	GPLv2+
Group:		Networking/Remote access
Source0:	http://www.kde-apps.org/CONTENT/content-files/50971-%name-%version.tar.gz
Url:		http://www.kde-apps.org/content/show.php?content=50971
BuildRequires:	kdelibs4-devel
Requires:	openssh-clients
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
A KDE version of ssh-askpass with KWallet support.

%prep
%setup -qn %{name}-%{version}

%build
%cmake_kde4
%make

%install
rm -fr %{buildroot}
%makeinstall_std -C build

# fix .desktop file
# old icon doesn't exist any more
sed -i s,Icon=.*,Icon=dialog-password,g %{buildroot}%{_kde_applicationsdir}/ksshaskpass.desktop

desktop-file-install --vendor=mandriva \
		--remove-key="Encoding" \
		--delete-original \
		--dir=%{buildroot}%{_kde_applicationsdir} %{buildroot}%{_kde_applicationsdir}/ksshaskpass.desktop

%post
update-alternatives --install %{_libdir}/ssh/ssh-askpass ssh-askpass %{_kde_bindir}/%{name} 40
update-alternatives --install %{_bindir}/ssh-askpass bssh-askpass %{_kde_bindir}/%{name} 40

%postun
[ $1 = 0 ] || exit 0
update-alternatives --remove ssh-askpass %{_kde_bindir}/%{name}
update-alternatives --remove bssh-askpass %{_kde_bindir}/%{name}

%triggerin -- ksshaskpass < 0.5
update-alternatives --remove ssh-askpass %{_libdir}/ssh/%{name}
update-alternatives --remove bssh-askpass %{_libdir}/ssh/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING INSTALL README
%{_kde_bindir}/*
%{_kde_applicationsdir}/*.desktop
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.3-5
+ Revision: af3d489
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2442 |14cr|kst-2.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libkst2core %mklibname kst2core %{major}
%define libkst2math %mklibname kst2math %{major}
%define libkst2widgets %mklibname kst2widgets %{major}

Summary:	Program for looking at data streams
Name:		kst
Version:	2.0.7
Release:	2
License:	GPLv2+
Group:		Sciences/Other
Url:		http://kst.kde.org/
Source0:	http://downloads.sourceforge.net/kst/%{name}-%{version}.tar.gz
# Fix calls to set_target_properties in KstMacros.cmake
# https://bugs.kde.org/show_bug.cgi?id=322286
Patch0:		kst-2.0.7-properties.patch
Patch1:		kst-2.0.7-qreal.patch
BuildRequires:	cmake
BuildRequires:	hdf5-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(matio)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(zlib)

%description
kst is a program for looking at data streams. It can plot:
 - x-y plots
 - power spectra
 - histograms
 - equations (including equations of data streams)
 - data in files which are being updated as data is being logged, in
   which case in can act as a plotter for a chart recorder
 - much more

Kst supports realtime viewing and manipulation of streaming data.

%files
%{_bindir}/kst2
%{_mandir}/man1/kst2.1*
%dir %{_libdir}/kst2
%{_libdir}/kst2/plugins/*
%{_datadir}/applications/kst2.desktop
%{_iconsdir}/hicolor/*/apps/*

#----------------------------------------------------------------------------

%package -n %{libkst2core}
Summary:	Kst shared library
Group:		System/Libraries

%description -n %{libkst2core}
Kst shared library.

%files -n %{libkst2core}
%{_libdir}/libkst2core.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libkst2math}
Summary:	Kst shared library
Group:		System/Libraries

%description -n %{libkst2math}
Kst shared library.

%files -n %{libkst2math}
%{_libdir}/libkst2math.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libkst2widgets}
Summary:	Kst shared library
Group:		System/Libraries

%description -n %{libkst2widgets}
Kst shared library.

%files -n %{libkst2widgets}
%{_libdir}/libkst2widgets.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake \
	-Dkst_install_prefix=%{_prefix} \
	-Dkst_install_libdir=%{_lib} \
	-Dkst_rpath=0 \
	-Dkst_release=1 \
	-Dkst_verbose=1
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_libdir}/*.so  %{buildroot}%{_libdir}/*.a %{buildroot}%{_datadir}/applnk/*/* %{buildroot}%{_datadir}/mimelink/application/*.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.7-2
+ Revision: b7afdb5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2443 |14cr|kstart-4.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kstart
Version:	4.1
Release: 	6
Summary: 	Kinit daemon that uses srvtabs or keytabs
License: 	GPL
Group: 		Networking/Other
URL: 		http://www.eyrie.org/~eagle/software/kstart/
Source0:	http://archives.eyrie.org/software/kerberos/%{name}-%{version}.tar.gz
Source1:	kstart.service
BuildRequires:	krb5-devel

%description
k4start, k5start, and krenew are modified versions of kinit which add support
for running as a daemon to maintain a ticket cache, running a command with
credentials from a keytab and maintaining a ticket cache until that command
completes, obtaining AFS tokens (via an external aklog) after obtaining
tickets, and creating an AFS PAG for a command. They are primarily useful in
conjunction with long-running jobs; for moving ticket handling code out of
servers, cron jobs, or daemons; and to obtain tickets and AFS tokens with a
single command. 

%prep
%setup -q

%build
%configure2_5x --disable-k4start
%make

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_unitdir}
install -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/kstart.service
install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
cat > %{buildroot}%{_sysconfdir}/sysconfig/kstart <<'EOF'
# kstart service configuration file
USER=apache
PRINCIPAL=HTTP/$(hostname)
KEYTAB=/etc/krb5.keytab
PERIOD=10
OPTIONS=
EOF

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%doc README TODO
%{_bindir}/k5start
%{_bindir}/krenew
%{_mandir}/man1/k5start.1*
%{_mandir}/man1/krenew.1*
%{_unitdir}/kstart.service
%config(noreplace) %{_sysconfdir}/sysconfig/kstart

%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1-6
+ Revision: ef2ead7
- Register service during installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2444 |14cr|ksuperkey-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ksuperkey
Summary:	A service to an open application launcher in KDE with Super key
Version:	0.3
Release:	2
Group:		Graphical desktop/KDE
License:	GPLv3+
# And also https://github.com/hanschen/ksuperkey
Url:		http://kde-apps.org/content/show.php/ksuperkey?content=154569
Source:		http://kde-apps.org/CONTENT/content-files/154569-%{name}-%{version}.tar.gz
BuildRequires:	kde4-macros
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)

%description
KSuperKey allows you to open the application launcher in KDE Plasma Desktop
using the Super key (also known as the "Windows key"). If you hold down the
Super key it will still act as a modifier key, allowing you to use it for
other keyboard shortcuts.

KSuperKey is a small application that runs in the background as a daemon.
It was forked from xcape by Albin Olsson: https://github.com/alols/xcape

%files
%{_kde_bindir}/%{name}
%{_kde_autostart}/%{name}.desktop

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
%make

%install
%makeinstall_std

# Autostart service code, from git (should be removed when 0.4 is released)
mkdir -p %{buildroot}%{_kde_autostart}
cat > %{buildroot}%{_kde_autostart}/%{name}.desktop << EOF
[Desktop Entry]
Exec=ksuperkey
X-DBUS-StartupType=none
Name=ksuperkey
Type=Service
X-KDE-StartupNotify=false
OnlyShowIn=KDE;
X-KDE-autostart-phase=2
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: 70afa8c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2445 |14cr|kterm-6.2.0-31
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	kterm
%define	version	6.2.0
%define release	31

Summary:	A Kanji (Japanese character set) terminal emulator for X
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source:		ftp://ftp.sunet.se/pub/X11/R6contrib/applications/%{name}-%{version}.tar.bz2
Patch0:		kterm-6.2.0-kbd.patch.bz2
Patch1:		kterm-6.2.0-glibc.patch.bz2
Patch2:		kterm-6.2.0-utmp98.patch.bz2
#Patch3:	kterm-6.2.0-hanzi.patch.bz2
Patch4:		kterm-6.2.0-allfonts.patch.bz2
Patch5:		kterm-6.2.0-gcc3.4-fix.patch.bz2
Patch6:		kterm-6.2.0-varargs.patch.bz2
License:	GPL
Url:		http://www.asahi-net.or.jp/~hc3j-tkg/kterm/
Group:		Terminals
BuildRequires:	imake
BuildRequires:	libxaw-devel
BuildRequires:	libxp-devel
BuildRequires:	ncurses-devel
BuildRequires:	rman
BuildRequires:	sharutils
BuildRequires:	utempter-devel
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	utempter locales-ja

%description
The kterm package provides a terminal emulator for the Kanji Japanese
character set.

Install kterm if you need a Kanji character set terminal emulator.
You'll also need to have the X Window System installed.

%prep
%setup -q
%patch0 -p1 -b .kbd
%patch1 -p1 -b .glibc
%patch2 -p1 -b .utempter
#%patch3 -p1 -b .hanzi
%patch4 -p1 -b .allfonts
%patch5 -p1 -b .gcc34
%patch6 -p1 -b .varargs
uudecode DEMO.kt.uu

%build
xmkmf
%make CDEBUGFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall_std} install.man MANPATH=/usr/share/man
chmod 755 $RPM_BUILD_ROOT%{_bindir}/kterm

# install menu
install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications

cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=KTerm
Comment=Kanji Terminal Emulator
Exec=%{_bindir}/%{name}
Icon=terminals_section
Terminal=false
Type=Application
Categories=TerminalEmulator;Systenalm;Utility;
EOF

# install japanese man page
cat kterm.jman | iconv -f iso-2022-jp -t euc-jp > kterm.man.euc
install -m644 kterm.man.euc -D $RPM_BUILD_ROOT%{_mandir}/ja/man1/kterm.1

#(peroyvind) remove unpackaged files
rm -f $RPM_BUILD_ROOT/usr/lib/X11/app-defaults

%post
%if %mdkversion < 200900
%{update_menus}
%endif
update-alternatives --install %{_prefix}/X11R6/bin/xvt xvt %{_prefix}/X11R6/bin/kterm 15

%postun
%if %mdkversion < 200900
%{clean_menus}
%endif
if [ "$1" = "0" ]; then
    update-alternatives --remove xvt %{_prefix}/X11R6/bin/kterm
fi

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc DEMO.kt README*
%{_bindir}/kterm
%config(noreplace) %{_sysconfdir}/X11/app-defaults/KTerm
%{_mandir}/man1/kterm.1x*
#{_prefix}/X11R6/lib/X11/doc/html/kterm.1.html
%lang(ja) %{_mandir}/ja/man1/kterm.1*
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.2.0-31
+ Revision: 9c0b186
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2446 |14cr|ktikz-0.11.0svn194-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	ktikz

Summary:	Program for creating diagrams with TikZ
Name:		%{name}
Version:	0.11.0svn194
Release:	2
Source0:	%{name}-%{version}.tar.bz2
License:	GPLv3+
Group:		Graphics
Url:		http://www.hackenberger.at/ktikz/
Requires:	tetex-latex, poppler
BuildRequires:	qt4-devel >= 4.6.0, 
BuildRequires:	qt4-assistant >= 4.6.0
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	kdelibs4-devel

%description
KtikZ is a small KDE application for creating diagrams with TikZ.

%package -n qtikz
Summary:	Program for creating diagrams with TikZ
Group:		Graphics

%description -n qtikz
QtikZ is a small application for creating diagrams with TikZ.

%prep
%setup -q 

%build
sed -i -e 's,lrelease-qt4,lrelease,' qtikzconfig.pri
sed -i -e 's,\#MIME_INSTALL,MIME_INSTALL,' qtikzconfig.pri
sed -i -e 's,\/usr\/share\/mime\/packages,\$\$\{PREFIX\}\/share\/mime\/packages,' qtikzconfig.pri

mkdir buildqt
pushd buildqt
%qmake_qt4 ../qtikz.pro
%make
popd

%cmake_kde4
%make

%install
pushd buildqt
INSTALL_ROOT=%{buildroot} %make install 
popd
pushd build
%make DESTDIR=%{buildroot} install 
rm -rf %{buildroot}%{_datadir}/mime/[agimstX]* %{buildroot}%{_datadir}/mime/text
popd

mv data/examples examples

chmod -R a+r Changelog LICENSE.* TODO examples/
chmod a+x examples


%files
%doc Changelog LICENSE.* TODO examples/
%{_bindir}/ktikz
%{_libdir}/kde4/ktikz*so
%{_datadir}/config.kcfg/ktikz*
%{_datadir}/apps/ktikz*/*
%{_datadir}/applications/kde4/ktikz.desktop
%{_datadir}/kde4/services/ktikz*.desktop
%{_datadir}/doc/*
%{_iconsdir}/*/*/*/ktikz.*
%{_datadir}/locale/*/*/ktikz.mo
%{_datadir}/mime/packages/ktikz.xml
%{_mandir}/man1/ktikz.*

%files -n qtikz
%doc Changelog LICENSE.* TODO examples/
%{_bindir}/qtikz
%{_datadir}/qtikz/*
%{_datadir}/applications/qtikz.desktop
%{_datadir}/mime/packages/qtikz.xml
%{_mandir}/man1/qtikz.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.0svn194-2
+ Revision: 2f38f89
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2447 |14cr|ktsuss-2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight and simple frontend for su command
Name:		ktsuss
Version:	2
Release:	2
License:	BSD
Group:		System/Base
Url:		http://code.google.com/p/%{name}
source0:	http://ktsuss.googlecode.com/files/%{name}-%{version}.tar.gz
patch0:		ktsuss-2.printf.patch
BuildRequires:	pkgconfig(gtk+-2.0)

%description
ktsuss stands for "keep the su simple, stupid", and as the 
name says, is a graphical version of su written in C and 
GTK+ 2.The idea of the project is to remain simple and bug 
free.

%prep
%setup -q %{name}-%{version}
%patch0 -p1 -b .printf

%build
%configure2_5x

%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%doc README Changelog
%attr(4755,root,root)%{_bindir}/ktsuss
%{_datadir}/pixmaps/ktsuss.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2-2
+ Revision: f423568
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2448 |14cr|kuickshow-0.9.2-0.1060448.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 1060448

Summary:	A very fast and comfortable imageviewer
Name:		kuickshow
Version: 	0.9.2
Release: 	%mkrel 0.%svn.4
Source0: 	http://fr2.rpmfind.net/linux/KDE/stable/%version/src/extragear/%name-%version.%svn.tar.bz2
Patch1:     kuickshow-0.9.2-fix-imlib-init.patch
Patch2:     kuickshow-0.9.2-fix-composite-menu.patch
License: 	GPLv2+
Group: 		Graphics
Url: 		http://www.kde.org
BuildRequires: 	kdelibs4-devel
BuildRequires:	imlib-devel
Obsoletes: 	kdegraphics-kuickshow < 1:3.5.10-3
Conflicts:	kde-l10n < 3.5.9-5

%description
KuickShow is a very fast and comfortable imageviewer.

%files
%_kde_bindir/*
%_kde_libdir/*.so
%_kde_datadir/applications/kde4/*.desktop
%_kde_appsdir/%name
%_kde_iconsdir/*/*/*/*

#--------------------------------------------------------------------

%prep
%setup -qn %name
%patch1 -p0
%patch2 -p0

%build
%cmake_kde4
%make

%install
%{makeinstall_std} -C build

%changelog
* Mon Dec 03 2012 Alexander Khryukin <alexander@mezon.ru> 0.9.2-0.1060448.4
+ Revision: 450c5ba
- contrib repairing



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2449 |14cr|kumir-all-1.8.0.2565-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kum_release 2565
%define ver 1.8.0

Name:		kumir-all
Summary:	KUMIR education system
License:	GPL
Group:		Education
Version:	%{ver}.%{kum_release}
Release:	5
URL:		http://www.niisi.ru/kumir/
Source:		http://lpm.org.ru/kumir2/files/%{ver}/kumir-%{ver}.%{kum_release}.tar.gz
Source1:	kumir-alt-icons.tar.bz2
Source2:	test.vod
Source10:	%{name}.rpmlintrc
#patch from SUSE
Patch0:		kumir-ege-desktop.patch
Patch1:		kumir-configure.patch
#patch from ALT
Patch2:		kumir-1.7.1-desktop.patch
Patch3:		kumir-1.7.90-x-kumir-program.desktop.patch
Patch4:		kumir-1.7.1-x-kumir-program.xml.patch
# Rosa patches
Patch10:	kumir-1.8.0-gcc4.7.patch

BuildRequires:	python
BuildRequires:	qt4-devel
Requires:	libqtcore4
Requires:	libqtgui4
Requires:	libqtnetwork4
Requires:	libqtscript4
Requires:	libqtsvg4
Requires:	libqtxml4
Requires:	libqtwebkit4

%description
Complete KUMIR education system.

%prep
%setup -q -n kumir-%{ver} -a 1
#aplly patch from SUSE
%patch0 -p0
%patch1 -p0
#apply patch from ALT
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch10 -p1
cp %{SOURCE2} .

# Disable build of some plugins
sed -i "s/dwunog//" Addons/Addons.pro
sed -i "s/isometricRobot//" Addons/Addons.pro
sed -i "s/convertor//" Addons/Addons.pro
sed -i "s/Robotor3D//" Addons/Addons.pro

%build
python ./configure --prefix=%{buildroot}/usr
make
#strip -s kumir
#strip -s pluginstarter
#cd Kumir-EGE/src
#%qmake_qt4 -config release
#make
#cd ..
#strip -s bin/ckumir
#cd ..

%install
KUMIR_DIR=%{buildroot}%{_datadir}/kumir make install
mkdir -p %{buildroot}%{_datadir}/kumir/Addons/
mkdir -p %{buildroot}%{_datadir}/kumir/Addons/vodoley/resources/
mkdir -p %{buildroot}%{_datadir}/kumir/Addons/painter/resources/

cp Addons/libpainter.so %{buildroot}%{_datadir}/kumir/Addons/
cp Addons/turtle.ini %{buildroot}%{_datadir}/kumir/Addons/
cp Addons/vodoley/resources/*.* %{buildroot}%{_datadir}/kumir/Addons/vodoley/resources/
cp Addons/painter/resources/*.* %{buildroot}%{_datadir}/kumir/Addons/painter/resources/
cp kumir-ege.desktop %{buildroot}%{_datadir}/applications/
#cp -R Kumir-EGE/bin Kumir-EGE/share %{buildroot}/usr

#install -m 644 -D Kumir/X-Desktop/%name.desktop %buildroot%_desktopdir/%name.desktop
install -m 644 -D Kumir/X-Desktop/x-kumir-program.xml %buildroot/%_datadir/mime/packages/x-kumir-program.xml
install -m 644 -D Kumir/X-Desktop/x-kumir-program.desktop  %buildroot/%_datadir/mimelnk/application/x-kumir-program.desktop

# Install icons

mkdir -p %buildroot%_icons16dir/ %buildroot%{_iconsbasedir}/32x32/apps %buildroot%_liconsdir/ %buildroot%_iconsdir/hicolor/64x64/apps/ %buildroot%_iconsdir/hicolor/128x128/apps/
install -m 644 alt-icons/16x16/*.png %buildroot%_icons16dir/
install -m 644 alt-icons/32x32/*.png %buildroot%{_iconsbasedir}/32x32/apps
install -m 644 alt-icons/48x48/*.png %buildroot%_liconsdir/
install -m 644 alt-icons/64x64/*.png %buildroot%_iconsdir/hicolor/64x64/apps/
#install -m 644 alt-icons/128x128/*.png %buildroot%_iconsdir/hicolor/128x128/apps/

#rm %buildroot%_iconsdir/hicolor/128x128/apps/kumir.png
#rm %buildroot%_iconsdir/hicolor/*/apps/pictomir.png

install -m 644 -D Kumir/Images/mime/crystalsvg/mimetypes/16x16/application-x-kumir-program.png %buildroot%_iconsdir/crystalsvg/16x16/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/crystalsvg/mimetypes/22x22/application-x-kumir-program.png %buildroot%_iconsdir/crystalsvg/22x22/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/crystalsvg/mimetypes/32x32/application-x-kumir-program.png %buildroot%_iconsdir/crystalsvg/32x32/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/crystalsvg/mimetypes/48x48/application-x-kumir-program.png %buildroot%_iconsdir/crystalsvg/48x48/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/crystalsvg/mimetypes/64x64/application-x-kumir-program.png %buildroot%_iconsdir/crystalsvg/64x64/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/crystalsvg/mimetypes/scalable/application-x-kumir-program.svg %buildroot%_iconsdir/crystalsvg/scalable/mimetypes/application-x-kumir-program.svg
install -m 644 -D Kumir/Images/mime/oxygen/mimetypes/16x16/application-x-kumir-program.png %buildroot%_iconsdir/oxygen/16x16/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/oxygen/mimetypes/22x22/application-x-kumir-program.png %buildroot%_iconsdir/oxygen/22x22/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/oxygen/mimetypes/32x32/application-x-kumir-program.png %buildroot%_iconsdir/oxygen/32x32/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/oxygen/mimetypes/48x48/application-x-kumir-program.png %buildroot%_iconsdir/oxygen/48x48/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/oxygen/mimetypes/64x64/application-x-kumir-program.png %buildroot%_iconsdir/oxygen/64x64/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/oxygen/mimetypes/scalable/application-x-kumir-program.svg %buildroot%_iconsdir/oxygen/scalable/mimetypes/application-x-kumir-program.svg

# Install TaskControl plugin
install -m 644 -D TaskControl/libtaskControl.so  %{buildroot}%{_datadir}/kumir/TaskControl/libtaskControl.so

# Fix paths to help files
cd %{buildroot}%{_datadir}/kumir/Kumir
ln -s Help help

# Rename kumir.png to correct name
cd %{buildroot}%{_datadir}/pixmaps
mv kumir.png application-x-kumir-program.png

# make link in /usr/bin/kumir
#cd %buildroot%_bindir
#rm kumir kumpluginstarter
#ln -s ../..%_libdir/kumir/kumir kumir
#ln -s ../..%_libdir/kumir/pluginstarter kumpluginstarter

# Fix permissions
find %{buildroot} -perm 0666 -exec chmod 0644 '{}' \;
find %{buildroot} -perm 0777 -exec chmod 0755 '{}' \;

%package -n kumir
Summary:	Kumir Language Implementation (development version)
Group:	Education
Suggests:	kumir-pluginstarter kumir-worlds-kuznechik kumir-worlds-painter kumir-worlds-turtle kumir-worlds-vodoley

%description -n kumir
Implementation of Kumir programming language, designed by academic Ershov.
Includes compiler, runtime, IDE, Robot and Draw.

%post -n kumir
cd /usr/share/mime
rm -f XMLnamespaces aliases globs magic subclasses
update-mime-database /usr/share/mime > /dev/null

%postun -n kumir
cd /usr/share/mime
rm -f XMLnamespaces aliases globs magic subclasses application/x-kumir-program.xml
update-mime-database /usr/share/mime > /dev/null

%files -n kumir
%{_datadir}/kumir/Kumir/*
%{_datadir}/kumir/kumir
%{_bindir}/kumir
%{_datadir}/applications/kumir.desktop
%{_datadir}/applications/kumir-ege.desktop
%{_datadir}/pixmaps/*
%{_datadir}/mime/packages/x-kumir-program.xml
%{_datadir}/mimelnk/application/x-kumir-program.desktop
%{_datadir}/kumir/TaskControl
%{_iconsdir}/*

#%package -n ckumir
#Requires:	libqtcore4 >= 4.6.0
#Summary:	Console version of Kumir core 
#Group:		Education

#%description -n ckumir
#Non-gui version of Kumir core system.
#Operates in two modes:
#    1. Correctness check of program
#    2. Evaluation of program
#I/O operations are mapped to stdin/stdout, error messages - to stderr.
#Use of any modules (including non-GUI) is prohibited.
#For usage information type "ckumir --help" in terminal.

#%files -n ckumir
#%defattr(-,root,root)
#%{_bindir}/ckumir
#%{_datadir}/kumir/*

%package -n kumir-pluginstarter
Summary:	Starter to use Kumir Worlds without Kumir
Group:		Education

%description -n kumir-pluginstarter
Starter to use Kumir Worlds without Kumir

%files -n kumir-pluginstarter
%{_datadir}/kumir/pluginstarter
%{_bindir}/kumpluginstarter

%package -n kumir-worlds-turtle
Summary:	Tutle for Kumir and Pictomir
Requires:	kumir-pluginstarter >= %{version}
Group:		Education

%description -n kumir-worlds-turtle
Turtle for Kumir anf Pictomir

%files -n kumir-worlds-turtle
%{_datadir}/kumir/Addons/libturtle.so
%{_datadir}/kumir/Addons/turtle.ini

%package -n kumir-worlds-kuznechik
Summary:	Grasshopper for Kumir and Pictomir
Requires:	kumir-pluginstarter >= %{version}
Group:		Education

%description -n kumir-worlds-kuznechik
Grasshopper for Kumir and Pictomir

%files -n kumir-worlds-kuznechik
%{_datadir}/kumir/Addons/libkuznechik.so

%package -n kumir-worlds-vodoley
Summary:	Aquarius for Kumir and Pictomir
Requires:	kumir-pluginstarter >= %{version}
Group:		Education

%description -n kumir-worlds-vodoley
Aquarius for Kumir anf Pictomir

%files -n kumir-worlds-vodoley
%{_datadir}/kumir/Addons/libvodoley.so
%{_datadir}/kumir/Addons/vodoley/*

%package -n kumir-worlds-painter
Summary:	Painter for Kumir
Requires:	kumir-pluginstarter >= %{version}
Group:		Education

%description -n kumir-worlds-painter
Painter for Kumir

%files -n kumir-worlds-painter
%{_datadir}/kumir/Addons/libpainter.so
%{_datadir}/kumir/Addons/painter/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0.2565-5
+ Revision: 4b73412
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2450 |14cr|kup-0.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libgit24kup %mklibname git24kup %{major}

Summary:	A KDE-based frontend for the very excellent backup software
Name:		kup
Version:	0.4.2
Release:	1
License:	GPLv2+
Group:		Archiving/Backup
# Also https://github.com/spersson/Kup
Url:		http://kde-apps.org/content/show.php/Kup+Backup+System?content=147465
Source0:	https://github.com/spersson/Kup/archive/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(openssl)
Requires:	rsync
Suggests:	bup

%description
Kup is created for helping people to keep up-to-date backups of their personal
files.

Backup types:
 - Synchronized folders with the use of "rsync".
 - Incremental backup archive with the use of "bup"
Backup destinations:
 - local filesystem, monitored for availability. That means you can set
   a destination folder which only exist when perhaps a network shared drive
   is mounted and Kup will detect when it becomes available.
 - external storage, like usb hard drives. Also monitored for availability.
Schedules:
 - manual only (triggered from tray icon popup menu)
 - interval (suggests new backup after some time has passed since last backup)
 - usage based (suggests new backup after you have been active on your computer
   for some hours since last backup).

%files -f %{name}.lang
%doc LICENSE MAINTAINER README.md
%dir %{_kde_appsdir}/kup-daemon/
%{_kde_appsdir}/kup-daemon/*
%{_kde_autostart}/kup-daemon.desktop
%{_kde_bindir}/kup-daemon
%{_kde_bindir}/kup-filedigger
%{_kde_libdir}/kde4/kcm_kup.so
%{_kde_libdir}/kde4/kio_bup.so
%{_kde_libdir}/libkdeinit4_kup-daemon.so
%{_kde_iconsdir}/hicolor/*/*/*
%{_kde_services}/bup.protocol
%{_kde_services}/kcm_kup.desktop

#----------------------------------------------------------------------------

%package -n %{libgit24kup}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libgit24kup}
Shared library for %{name}.

%files -n %{libgit24kup}
%{_kde_libdir}/libgit24kup.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q
chmod 0644 LICENSE

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_libdir}/libgit24kup.so

%find_lang %{name}


%changelog
* Tue Aug 19 2014 Rosa <rosa@abf.rosalinux.ru> 0.4.2-1
+ Revision: ab32ca4
- Automatic import for version 0.4.2-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2451 |14cr|kvirc-4.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 0
%define svnrev 6190
%define branch_ver 4.2

%define major 4
%define libname %mklibname kvilib %{major}
%define devname %mklibname kvilib -d

Summary:	Qt IRC client
Name:		kvirc
Version:	4.2.0
Release:	3
License:	GPLv2+ with exceptions
Group:		Networking/IRC
Url:		http://www.kvirc.net
Source0:	ftp://ftp.kvirc.net/pub/kvirc/%{version}/source/%{name}-%{version}.tar.bz2
Patch0:		kvirc-4.2.0-v4l_deprecations.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	gettext
BuildRequires:	gsm-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	perl-devel
BuildRequires:	shared-mime-info > 0.23
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(theora)
Provides:	kde4-irc-client
%rename kvirc4

%description
Qt-based IRC client with support for themes, transparency, encryption,
many extended IRC features, and scripting.

%files -f %{name}.lang
%{_bindir}/%{name}
%{_libdir}/%{name}/%{branch_ver}/modules/
%dir %{_datadir}/%{name}/
%dir %{_datadir}/%{name}/%{branch_ver}
%{_datadir}/%{name}/%{branch_ver}/audio
%{_datadir}/%{name}/%{branch_ver}/config
%{_datadir}/%{name}/%{branch_ver}/defscript
%{_datadir}/%{name}/%{branch_ver}/doc
%{_datadir}/%{name}/%{branch_ver}/help
%{_datadir}/%{name}/%{branch_ver}/license
%dir %{_datadir}/%{name}/%{branch_ver}/locale
%{_datadir}/%{name}/%{branch_ver}/modules
%{_datadir}/%{name}/%{branch_ver}/msgcolors
%{_datadir}/%{name}/%{branch_ver}/pics
%{_datadir}/%{name}/%{branch_ver}/themes
%{_datadir}/apps/kvirc/kvirc.notifyrc
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/kde4/services/*
%{_iconsdir}/hicolor/*/*/*.png
%{_iconsdir}/hicolor/scalable/*/*.svgz
%{_mandir}/man1/*.1*
%lang(de) %{_mandir}/de/man1/*.1*
%lang(it) %{_mandir}/it/man1/*.1*
%lang(fr) %{_mandir}/fr/man1/*.1*
%lang(pt) %{_mandir}/pt/man1/*.1*
%lang(uk) %{_mandir}/uk/man1/*.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for KVirc 4
Group:		System/Libraries

%description -n %{libname}
Shared library provided by KVirc 4.

%files -n %{libname}
%{_libdir}/libkvilib.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers for KVirc 4
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development headers for KVirc 4.

%files  -n %{devname}
%{_bindir}/%{name}-config
%{_libdir}/libkvilib.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4 \
    -DWANT_DCC_VIDEO=ON \
    -DWANT_OGG_THEORA=ON \
    -DWANT_ENV_FLAGS=ON \
%{?svn:\
    -DMANUAL_REVISION=%{svnrev}}

%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64,128x128,scalable}/apps
for i in 16x16 32x32 48x48 64x64 128x128; do \
	cp data/icons/$i/*.png %{buildroot}%{_iconsdir}/hicolor/$i/apps; \
done
cp data/icons/scalable/*.svg* %{buildroot}%{_iconsdir}/hicolor/scalable/apps

rm -f %{name}.lang
find %{buildroot}%{_datadir}/%{name}/%{branch_ver}/locale -name "*.mo" |while read r; do
        LNG=`echo $r |sed -e 's,.*_,,g;s,\.mo,,'`
        echo "%lang($LNG) $r" |sed -e 's,%{buildroot},,' >>%{name}.lang
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.0-3
+ Revision: 5158f1a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2452 |14cr|kvkbd-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Probably there's a strip hidden somewhere in the makefiles - we get an
# empty debuginfo package...
%define debug_package %nil

Name:           kvkbd
BuildRequires:  libxslt-devel task-kde4-devel
BuildRequires:	pkgconfig(xi) pkgconfig(xtst)
License:        GPLv2+
Url:            http://kde-apps.org/content/show.php/Kvkbd+-+KDE4?content=94374
Group:          Graphical desktop/KDE 
Summary:        A virtual keyboard for KDE
Version:        0.6
Release:        2
Source:         94374-kvkbd-0.6.tar.gz
Patch0:		kvkbd-0.6-compile.patch
Patch1:         fix-loginhelper.diff

%description
Kvkbd is a virtual keyboard for KDE, it contains many feature like
system tray and dock support, auto-detection and on the fly change
of the keyboard layout, scripting with DBus, etc.
 
%prep
%setup -n %{name}-%{version} -q
%apply_patches

%build
%cmake_kde4
%make

%install
rm -rf $RPM_BUILD_ROOT
install -d %{buildroot}/%{_bindir}/kvkbd
install -d %{buildroot}/%{_datadir}/applications/kvkbd.desktop
install -d %{buildroot}/%{_docdir}/HTML/en/kvkbd


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/kvkbd
%{_datadir}/applications/kvkbd.desktop
%lang(en) %{_docdir}/HTML/en/kvkbd




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-2
+ Revision: 6e7e291
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2453 |14cr|kvpnc-0.9.6a-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    kvpnc
%define version 0.9.6a
%define rel     1
%define release %mkrel %rel
%define Summary KDE frontend to various vpn clients

Summary:        %{Summary}
Name:           %{name}
Version:        %{version}
Release:        %{release}
License:        GPLv2+
Group:          Networking/Remote access
Source0:        http://download.gna.org/kvpnc/kvpnc-%{version}-kde4.tar.bz2
URL:            http://home.gna.org/kvpnc/en/index.html
Patch0:		kvpnc-0.9.6a-gcc47.patch
Patch1:		kvpnc-0.9.6a-scriptsec.patch
BuildRequires:  desktop-file-utils
BuildRequires:  kdelibs4-devel
BuildRequires:  libgcrypt-devel
Requires:       usermode-consoleonly
Requires:       kvpnc-backend

%description
KVpnc is a KDE frontend for for various vpn clients.
It supports Cisco VPN (vpnc) and IPSec (FreeS/WAN, racoon).
Vpnc is a replacement for the cisco VPN client and its used 
as client for the cisco3000 VPN Concentrator, FreeS/WAN (OpenS/WAN) 
is a IPSec client for Linux 2.4.x and racoon is a IPSec client 
for Linux 2.6.x and *BSD.

%files 
%{_kde_bindir}/%{name}
%{_kde_datadir}/applications/kde4/kvpnc.desktop
%{_kde_datadir}/apps/kvpnc
%{_kde_datadir}/icons/*/*/apps/*.png
%{_kde_datadir}/icons/*/*/actions/*.png
%config(noreplace) %{_sysconfdir}/pam.d/%{name}

#--------------------------------------------------------------------

%prep
%setup -q -n kvpnc-%{version}-kde4
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4
%make
cd ..

%install
%makeinstall_std -C build

### pam entry
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
cat > %{buildroot}%{_sysconfdir}/pam.d/%{name} <<EOF
auth       sufficient   pam_rootok.so
auth       include      system-auth
session    optional     pam_xauth.so
account    required     pam_permit.so
EOF

%changelog
* Tue Nov 13 2012 Alexander Khryukin <alexander@mezon.ru> 0.9.6a-1
+ Revision: ebfe210
- version update 0.9.6a



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2454 |14cr|kwave-0.8.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define libgui %mklibname %{name}gui %{major}

Summary:	A sound editor for KDE
Name:		kwave
Version:	0.8.10
Release:	2
Epoch:		1
License:	GPLv2+
Group:		Sound
Url:		http://kwave.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/kwave/%{name}-%{version}-1.tar.bz2
BuildRequires:	imagemagick
BuildRequires:	kdelibs4-devel
Buildrequires:	libid3-devel
Buildrequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(samplerate) >= 0.1.3
BuildRequires:	pkgconfig(vorbis)

%description
Kwave is a sound editor designed for the KDE Desktop Environment.

With Kwave you can edit many sorts of wav-files including multi-channel
files. You are able to alter and play back each channel on its own.
Kwave also includes many plugins (most are still under development) to
transform the wave-file in several ways and presents a graphical view
with a complete zoom- and scroll capability.

%files -f %{name}.lang
%doc CHANGES README TODO
%{_kde_bindir}/%{name}
%{_kde_iconsdir}/*/*/apps/%{name}.*
%{_kde_iconsdir}/*/*/actions/%{name}*
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_datadir}/apps/%{name}
%{_kde_libdir}/kde4/plugins/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries needed by %{name}
Group:		System/Libraries

%description -n %{libname}
Libraries needed for %{name}.

%files -n %{libname}
%{_kde_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgui}
Summary:	Libraries needed by %{name}
Group:		System/Libraries
Conflicts:	%{_lib}kwave0 < 0.8.10

%description -n %{libgui}
Libraries needed for %{name}.

%files -n %{libgui}
%{_kde_libdir}/lib%{name}gui.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4 -DWITH_GSL=OFF -DWITH_MP3=ON -DWITH_DOC=OFF
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.8.10-2
+ Revision: 8b9dfe3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2455 |14cr|kwooty-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A friendly NZB Usenet binary downloader
Name:		kwooty
Version:	1.0.1
Release:	3
License:	GPLv2+
Group:		Networking/News
Url:		http://kwooty.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/kwooty/%{name}-%{version}.tar.gz
BuildRequires:	cmake >= 2.6.0
BuildRequires:	kdebase4-workspace-devel >= 4.6.0
BuildRequires:	kdelibs4-devel >= 4.6.0
BuildRequires:	gettext
Requires:	p7zip
Requires:	parchive2
Requires:	unrar
Conflicts:	%{_lib}kwootycore0 < 1.0.1-2

%description
A friendly NZB newsgroup binary grabber. Its main features are:
- Automatic files verifying/repairing (par2 program required)
- Automatic archive extraction (unrar program required)
- Multi-server support
- Direct file downloading after opening a .nzb file
- Save/Restore pending downloads when application is closed/open
- System shutdown scheduling
- File queue and priority management
- SSL connection support
- Pause/Resume downloads.

%files -f %{name}.lang
%doc COPYING README.txt TODO
%{_kde_bindir}/%{name}
%{_kde_appsdir}/%{name}/*
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png
%{_kde_services}/%{name}_*.desktop
%{_kde_servicetypes}/%{name}*.desktop
%{_kde_datadir}/config.kcfg/%{name}*.kcfg
%{_kde_libdir}/kde4/%{name}_*.so

#----------------------------------------------------------------------------

%define major 0
%define libkwootycore %mklibname kwootycore %{major}

%package -n %{libkwootycore}
Summary:	Shared library for Kwooty Usenet binary grabber
Group:		System/Libraries

%description -n %{libkwootycore}
Shared library for Kwooty Usenet binary grabber.

%files -n %{libkwootycore}
%doc COPYING
%{_kde_libdir}/libkwootycore.so.%{major}*
# ugly file naming but SONAME is correct
%{_kde_libdir}/libkwootycore.so.%{version}

#----------------------------------------------------------------------------

%prep
%setup -q
# The build directory already exist:
# removing to avoid errors later from our build scripts
rmdir build

# Remove wrong file perms
chmod -x COPYING
chmod -x README.txt

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}

# We don't need this because there are no headers anyway
rm -f %{buildroot}%{_kde_libdir}/libkwootycore.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-3
+ Revision: 8c2189a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2456 |14cr|kxml-2.2.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           kxml
Version:        2.2.2
Release:        11
Summary:        Small XML pull parser
License:        BSD
URL:            http://kxml.sourceforge.net/
Group:          Development/Java
Source0:        http://dl.sourceforge.net/sourceforge/kxml/kxml2-src-2.2.2.zip
Source1:        http://repo1.maven.org/maven2/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom
BuildRequires:  jpackage-utils >= 0:1.7.4
BuildRequires:  java-devel >= 0:1.5.0
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  xpp3 >= 0:1.1.3.1
Requires:  java >= 0:1.5.0
Requires:  xpp3
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

Requires(post):   jpackage-utils >= 0:1.7.4
Requires(postun): jpackage-utils >= 0:1.7.4

%description
kXML is a small XML pull parser, specially designed for constrained
environments such as Applets, Personal Java or MIDP devices.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
API documentation for %{name}.

%prep
%setup -q -c
for j in $(find . -name "*.jar"); do
    mv $j $j.no
done
ln -sf $(build-classpath xpp3) lib/xmlpull_1_1_3_1.jar

%build
ant

%install
rm -rf $RPM_BUILD_ROOT
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}

%add_to_maven_depmap net.sf.kxml %{name}2 %{version} JPP %{name}
install -m 644 %{SOURCE1} \
        $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom

# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 dist/%{name}2-%{version}.jar \
        $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
install -m 644 dist/%{name}2-min-%{version}.jar \
        $RPM_BUILD_ROOT%{_javadir}/%{name}-min.jar

# javadoc
install -p -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr www/kxml2/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%doc license.txt
%{_javadir}/*.jar
%{_datadir}/maven2/poms/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%defattr(-,root,root,-)
%doc license.txt
%{_javadocdir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.2-11
+ Revision: f31f34f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2457 |14cr|kxml2-2.2.2-2.0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define section free

Name:           kxml2
Version:        2.2.2
Release:        2.0.4
Epoch:          0
Summary:        Small XML pull parser specially designed for constrained environments
License:        BSD
URL:            http://kxml.sourceforge.net/
Group:          Development/Java
Source0:        http://dl.sourceforge.net/sourceforge/kxml/kxml2-src-2.2.2.zip
Source1:        http://repo1.maven.org/maven2/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom
BuildRequires:  jpackage-utils >= 0:1.7.4
BuildRequires:  java-devel = 0:1.5.0
BuildRequires:  java-rpmbuild
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  xpp3 >= 0:1.1.3.1
Requires:  java >= 0:1.5.0
Requires:  xpp3
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

Requires(post):   jpackage-utils >= 0:1.7.4
Requires(postun): jpackage-utils >= 0:1.7.4

%description
kXML 2 is a small XML pull parser, specially designed for constrained
environments such as Applets, Personal Java or MIDP devices. In contrast
to kXML 1, kXML 2 is based on the common XML pull API. The 1.x version
of kXML will stay available at kxml.enhydra.org.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%remove_java_binaries
ln -sf $(build-classpath xpp3) lib/xmlpull_1_1_3_1.jar

%build
%ant

%install
rm -rf $RPM_BUILD_ROOT
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms

%add_to_maven_depmap net.sf.kxml %{name} %{version} JPP %{name}
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP.%{name}.pom

# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 dist/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
install -m 644 dist/%{name}-min-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-min-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do \
ln -sf ${jar} ${jar/-%{version}/}; done)

# javadoc
install -p -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr www/kxml2/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
(cd $RPM_BUILD_ROOT%{_javadocdir} && ln -sf %{name}-%{version} %{name})

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%{_javadir}/*.jar
%{_datadir}/maven2
%{_mavendepmapfragdir}

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%dir %{_javadocdir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.2.2-2.0.4
+ Revision: a4a2812
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2458 |14cr|kxstitch-0.9.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Creation and editing of cross stitch patterns
Name:		kxstitch
Version:	0.9.0
Release:	3
License:	GPLv2+
Group:		Graphics
Url:		http://kxstitch.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/kxstitch/%{name}/%{version}/%{name}-%{version}-KDE4.tar.gz
Patch0:		kxstitch-0.9.0-mdv-linkage.patch
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	imagemagick-devel

%description
Kxstitch is a program that lets you create cross stitch patterns and charts.
Patterns can be created from scratch on a user defined size of grid, which can
be enlarged or reduced in size as your pattern progresses.  Alternatively you
can import images from many graphics formats or use an image as a background. 
You can also scan images using any Sane supported scanner.
These imported images can then be modified using the supplied tools to produce
your final design.

%prep
%setup -q -n %{name}-%{version}-KDE4
%patch0 -p1

%build
%cmake
%make

%install
pushd build
%makeinstall_std
popd

%find_lang %{name}

%files -f %{name}.lang
%attr(0755,root,root) %{_bindir}/%{name}
%defattr(0644,root,root,0755)
%{_datadir}/icons/*/*/apps/*.png
%{_datadir}/apps/%{name}
%{_datadir}/doc/HTML/en/*
%{_mandir}/man?/%{name}.?*
%{_kde_applicationsdir}/kxstitch.desktop
%{_datadir}/config.kcfg/kxstitch.kcfg
%{_datadir}/mime/packages/kxstitch.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-3
+ Revision: 21690f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2459 |14cr|kyotocabinet-1.2.76-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 16
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%define doctarget %{_defaultdocdir}/%{name}-%{version}

Summary:	A lightweight database library
Name:		kyotocabinet
Version:	1.2.76
Release:	2
License:	GPLv3+
Group:		Databases
Url:		http://fallabs.com/kyotocabinet/
Source0:	http://fallabs.com/kyotocabinet/pkg/%{name}-%{version}.tar.gz
BuildRequires:	libtool
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(zlib)

%description
Kyoto Cabinet is a library of routines for managing a database. The database is
a simple data file containing records, and each record is a pair of a key and a
value.  Every key and value is an array of bytes with variable length. Both
binary data and character strings can be used as a key or a value. There is
neither a concept of tables nor of data types.

%files
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A lightweight database library
Group:		System/Libraries

%description -n %{libname}
Kyoto Cabinet is a library of routines for managing a database. The database is
a simple data file containing records, and each record is a pair of a key and a
value.  Every key and value is an array of bytes with variable length. Both
binary data and character strings can be used as a key or a value. There is
neither a concept of tables nor of data types.

%files -n %{libname}
%doc COPYING ChangeLog README
%{_libdir}/libkyotocabinet.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/libkyotocabinet.so
%{_libdir}/pkgconfig/kyotocabinet.pc

#----------------------------------------------------------------------------

%package api-doc
Summary:	Development documentation for %{name}
Group:		Documentation
BuildArch:	noarch

%description api-doc
The %{name}-api-doc package contains API documentation for developing
applications that use %{name}.

%files api-doc
%{doctarget}

#----------------------------------------------------------------------------

%prep
%setup -q
sed -i -e 's/ -g0 -O2//' -e 's/ -O0//' configure*

%build
%configure2_5x \
	--disable-static \
	--disable-opt \
	--docdir=%{doctarget}

%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_libdir}/*.*a


%changelog
* Tue Sep 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.76-2
+ Revision: c0d7534
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2460 |14cr|kyototycoon-0.9.56-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname	%mklibname %{name} %{major}
%define develname %mklibname -d %{name}
%define doctarget %{_defaultdocdir}/%{name}-%{version}

Name:		kyototycoon
Version:	0.9.56
Release:	1
Summary:	A handy cache/storage server
License:	GPLv3
Group:		Databases
Url:		http://fallabs.com/kyototycoon/
Source:		%{name}-%{version}.tar.gz
Requires:	kyotocabinet
Requires:	lua
BuildRequires:	kernel-devel >= 2.6.17
BuildRequires:	kernel >= 2.6.17
BuildRequires:	kyotocabinet-devel,lua-devel
BuildRequires:	pkgconfig, zlib-devel, autoconf, automake

%description
Kyoto Tycoon is a lightweight database server with auto expiration mechanism,
which is useful to handle cache data of various applications.
Kyoto Tycoon is also a package of network interface
to the DBM called Kyoto Cabinet.
Though the DBM has high performance and high concurrency,
you might bother in case that multiple processes share the same database,
or remote processes access the database.
Thus, Kyoto Tycoon is provided for concurrent and remote
connections to Kyoto Cabinet.
Kyoto Tycoon is composed of the server process managing multiple
databases and its access library for client applications.

%package -n	%{libname}
Summary:	A handy cache/storage server
Group:		System/Libraries

%description -n	%{libname}
Kyoto Tycoon is a lightweight database server with auto expiration mechanism,
which is useful to handle cache data of various applications.
Kyoto Tycoon is also a package of network interface
to the DBM called Kyoto Cabinet.
Though the DBM has high performance and high concurrency,
you might bother in case that multiple processes share the same database,
or remote processes access the database.
Thus, Kyoto Tycoon is provided for concurrent and remote
connections to Kyoto Cabinet.
Kyoto Tycoon is composed of the server process managing multiple
databases and its access library for client applications.

%package -n	%{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}
Requires:	%{libname} = %{version}

%description -n	%{develname}
This package contains the libraries and header files needed for
developing with %{name}.

%package	api-doc
Summary:	Development documentation for %{name}
Group:		Documentation
BuildArch:	noarch

%description	api-doc
The %{name}-api-doc package contains API documentation for developing
applications that use %{name}.

%prep
%setup -q
sed -i -e 's/ -g0 -O2//' -e 's/ -O0//' configure*

%build
%configure2_5x \
    --disable-opt \
    --enable-lua \
    --docdir=%{doctarget}
    
%make

%check
make check

%install

%makeinstall_std
rm -rf %{buildroot}%{_libdir}/*.*a

%files
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{libname}
%doc COPYING ChangeLog README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files api-doc
%{doctarget}



%changelog
* Wed Sep 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.56-1
+ Revision: 11c628a
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2461 |14cr|ladish-1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LADI Audio Session Handler
Name:		ladish
Version:	1
Release:	6
License:	GPLv2+
Group:		Sound
Url:		http://ladish.org
Source0:	http://ladish.org/download/%name-%version-with-deps.tar.bz2
Patch0:		ladish-1-glibc-2.17.patch
BuildRequires:	intltool
BuildRequires:	python-yaml
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(flowcanvas)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack) >= 1.9.0
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(uuid)
Requires:	laditools
Requires:	ladish-alsapid
Suggests:	a2jmidid

%description
Session management system for JACK applications on GNU/Linux. Its aim
is to have many different audio programs running at once, to save their
setup, close them down and then easily reload the setup at some other
time. ladish doesn't deal with any kind of audio or MIDI data itself;
it just runs programs, deals with saving/loading (arbitrary) data and
connects JACK ports together.
Ladish has a GUI frontend called gladish, based on lpatchage (LADI Patchage)
and the ladish_control command line app for headless operation.

%files
%doc %{_datadir}/%{name}/README
%doc %{_datadir}/%{name}/AUTHORS
%doc %{_datadir}/%{name}/COPYING
%doc %{_datadir}/%{name}/NEWS
%{_bindir}/gladish
%{_bindir}/ladishd
%{_bindir}/jmcore
%{_bindir}/ladiconfd
%{_bindir}/ladish_control
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/gladish.ui
%{_datadir}/%{name}/*.png
%{_datadir}/dbus-1/services/org.ladish.service
%{_datadir}/dbus-1/services/org.ladish.conf.service
%{_datadir}/dbus-1/services/org.ladish.jmcore.service
%{_iconsdir}/hicolor/*/apps/gladish.png
%lang(de) %{_localedir}/de/LC_MESSAGES/ladish.mo
%lang(fr) %{_localedir}/fr/LC_MESSAGES/ladish.mo
%lang(ru) %{_localedir}/ru/LC_MESSAGES/ladish.mo

#----------------------------------------------------------------------------

%package -n laditools
Summary:	Tools to configure Jack
Group:		Sound
Requires:	jackit >= 1.9.0
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Requires:	python-dbus
Requires:	python-pyxml
Requires:	python-vte
Requires:	python-yaml

%description -n laditools
A suite of tools to configure and control the Jack Audio Connection Kit.
Laditools contains laditray, a tray icon control tool for Jack D-Bus.
This package is mandatory for installing the LADI Audio Session Handler.

%files -n laditools
%doc %{_docdir}/laditools/*
%{_bindir}/g15ladi
%{_bindir}/ladiconf
%{_bindir}/ladilog
%{_bindir}/laditray
%{_bindir}/wmladi
%{python_sitelib}/laditools
%{python_sitelib}/laditools-1.0_rc2-py%{python_version}.egg-info
%{_datadir}/applications/*
%{_datadir}/laditools/*
%{_datadir}/pixmaps/*.svg

#----------------------------------------------------------------------------

%package alsapid
Summary:	Preloaded library for Ladish-ALSA interface
Group:		Sound

%description alsapid
Part of the LADI Audio Session Handler. This library is preloaded to the
ladish daemon for better interfacing ladish with ALSA

%files alsapid
%{_prefix}/lib/libalsapid.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
./waf configure --prefix=%{_prefix}
./waf

%install
./waf install --destdir=%{buildroot}
cd laditools
python setup.py install --prefix=%{buildroot}%{_prefix}

#Fix desktop file category syntax
perl -pi -e 's/AudioVideo/AudioVideo;/g' %{buildroot}%{_datadir}/applications/laditray.desktop
perl -pi -e 's/Settings/Settings;/g' %{buildroot}%{_datadir}/applications/ladiconf.desktop


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1-6
+ Revision: c5ab520
- Don't use find_lang



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2462 |14cr|ladspa-quitte-dsp-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugins clipper matched preamp super-60 unmatched

Summary: 	Guitar preamp plugins for ladspa
Name: 	 	ladspa-quitte-dsp
Version: 	1.0
Release: 	6
License:	GPL
Group:		Sound
URL:		http://quitte.de/dsp/
Source0:	clipper.tar.gz
Source1:	matched.tar.gz
Source2:	preamp.tar.gz
Source4:	super-60.tar.bz2
Source5:	unmatched.tar.gz
Patch0:		ladspa-quitte-dsp-1.0-cflags_fix.diff
BuildRequires:	fftw3-devel
BuildRequires:	ladspa-devel
BuildRequires:	sndfile-devel
Requires:	ladspa
Requires:	caps
Requires:	pvoc

%description
Digital guitar preamp plugins for ladspa courtesy of quitte.de.
preamp: a 12AX7-based preamp emulation
super-60: a 'cheap' (in the computational sense) amp/cabinet emulation
unmatched: another 'cheap' amp/cabinet emulation
spiced 12AX7: analysis and a simple hard clipper

%prep

%setup -c %{name} -a1 -a2 -a4 -a5
%patch0 -p1


%build
export CFLAGS="%{optflags} -fPIC"
export CXXFLAGS="%{optflags} -fPIC" 

for i in %plugins; do
    pushd ${i}*
    %make OPTS="$CFLAGS"
    popd
done
									
%install

install -d %{buildroot}%{_libdir}/ladspa

for i in %plugins; do
    pushd ${i}*
    %makeinstall \
	PREFIX=%{buildroot}%{_prefix} \
	DEST=%{buildroot}%{_libdir}/ladspa \
	PLUGDEST=%{buildroot}%{_libdir}/ladspa \
	UTILDEST=%{buildroot}%{_bindir} \
	MAN1DEST=%{buildroot}%{_mandir}/man1
    popd
done
chmod 755 %{buildroot}%{_libdir}/ladspa/*.so

%files
%{_libdir}/ladspa/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-6
+ Revision: 53e5287
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2463 |14cr|laf-plugin-1.0-0.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

#TODO: provide javadoc after/if upstream fixes the win specific build

Name:           laf-plugin
Version:        1.0
Release:        0.0.5
Summary:        Generic plugin framework for Java look-and-feels
License:        BSD
Group:          Development/Java
Url:            https://laf-plugin.dev.java.net/
Source0:        https://laf-plugin.dev.java.net/files/documents/4261/50297/laf-plugin-all.zip
Source1:        build.xml
BuildRequires:  jpackage-utils
BuildRequires:  java-rpmbuild 
BuildRequires:  ant
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The goal of this project is to provide a generic plugin framework for 
look-and-feels and define the interface of a common kind of plugins - 
the component plugins.

#%package        javadoc
#Summary:        Javadoc for %{name}
#Group:          Development/Java
#
#%description javadoc
#Javadoc for %{name}.

%prep
%setup -q -c %{name}-%{version}
cp %{SOURCE1} build.xml
%remove_java_binaries

%build
#ln -s $(build-classpath asm2/asm2) lib/asm-all-2.2.2.jar
%{ant} all

%install
rm -rf %{buildroot}
install -m644 drop/%{name}-50.jar -D %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

#install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
#cp -r docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
#ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

#%files javadoc
#%defattr(644,root,root,755)
#%{_javadocdir}/%{name}
#%{_javadocdir}/%{name}-%{version}
  



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-0.0.5
+ Revision: 73ac772
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2464 |14cr|laf-widget-3.4.01-0.0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

#TODO: provide javadoc after/if upstream fixes the win specific build

Name:           laf-widget
Version:        3.4.01
Release:        0.0.4
Summary:        Support and base set of additional behaviour and widgets in java look-and-feels
License:        BSD
Group:          Development/Java
Url:            https://laf-widget.dev.java.net/
Source0:        https://laf-widget.dev.java.net/files/documents/5097/77279/laf-widget-all.zip
Source1:        build.xml
BuildRequires:  jpackage-utils
BuildRequires:  java-rpmbuild 
BuildRequires:  ant
BuildRequires:  asm2
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This project contains a collection of "behavioural traits" or "widgets" for 
third-party Swing look-and-feels. The list of currently provided widgets: 
* Auto-completion (model-based / free-text) on editable combo boxes. 
* Hover preview of minimized internal frames on desktop icons. 
* Menu search panel on menu bars. 
* Hover preview of tab in tabbed panes. 
* Overview dialog on tabbed panes with optional periodic refresh. 
* Tab paging on tabbed panes. 
* Password strength checker on password fields. 
* Lock border on non-editable text components and 
  model-based editable combo boxes. 
* Select all text in text component on focus gain. 
* Context menu on text components with edit actions 
  (copy / paste / cut / delete / select all). 
* Enhanced drag-and-drop support for trees. 
* Scroll pane selector. 
* Selecting / deselecting in text components on Escape key press.

#%package        javadoc
#Summary:        Javadoc for %{name}
#Group:          Development/Java
#
#%description javadoc
#Javadoc for %{name}.

%prep
%setup -q -c %{name}-%{version}
cp %{SOURCE1} build.xml
%remove_java_binaries

%build
ln -s $(build-classpath asm2/asm2) lib/asm-2.2.2.jar
ln -s $(build-classpath asm2/asm2-commons) lib/asm-commons-2.2.2.jar
%{ant} all

%install
rm -rf %{buildroot}
install -m644 drop/laf-widget.jar -D %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

#install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
#cp -r docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
#ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

#%files javadoc
#%defattr(644,root,root,755)
#%{_javadocdir}/%{name}
#%{_javadocdir}/%{name}-%{version}
  



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.01-0.0.4
+ Revision: bebd56b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2465 |14cr|lash-0.5.4-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Linux Audio Session Handler
Name:		lash
Version:	0.5.4
Release:	12
License:	GPLv2+
Group:		Sound
Url:		http://www.nongnu.org/lash/
Source0:	http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Patch0:		lash-0.5.3-no-static-lib.patch
Patch1:		lash-gcc47.patch
Patch2:		lash-0.5.4-mga-texi2html_Makefile.am.patch
BuildRequires:	imagemagick
BuildRequires:	swig
BuildRequires:	texi2html
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(uuid)
Requires:	python

%description
LASH is a session management system for JACK and ALSA audio applications on
GNU/Linux. Its aim is to allow you to have many different audio programs
running at once, to save their setup, close them down and then easily
reload the setup at some other time. LASH doesn't deal with any kind of
audio data itself; it just runs programs, deals with saving/loading
(arbitrary) data and connects different kinds of virtual audio ports
together (currently JACK and ALSA sequencer ports). It can also be used to
move entire sessions between computers, or post sessions on the Internet
for download.

%files
%doc AUTHORS ChangeLog NEWS README README.SECURITY TODO
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%doc README
%{_libdir}/liblash.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p0

%build
autoreconf -fi -Im4
export CFLAGS="%{optflags} -D_GNU_SOURCE"
export LIBS="-lpthread -luuid -lm"

perl -pi -e 's|lib/python|%{_lib}/python||g' configure

%configure2_5x \
	--enable-alsa-midi \
	--enable-debug \
	--disable-static
%make


%install
%makeinstall_std

# Make sure the libraries are executables
chmod 0755 %{buildroot}%{_libdir}/liblash.so.%{major}*

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{_bindir}/%{name}_panel
Icon=%{name}
Terminal=false
Type=Application
Categories=AudioVideo;Audio;AudioVideoEditing;
EOF

#icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
cp icons/lash_48px.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -size 32x32 icons/lash_96px.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
cp icons/lash_16px.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.4-12
+ Revision: b686e8a
- Add patches from Mageia and Fedora to fix various build issues



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2466 |14cr|lastfm-desktop-2.1.36-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lastfm-scrobbler

Summary:	The official Last.fm desktop application suite
Name:		lastfm-desktop
Version:	2.1.36
Release:	2
License:	GPLv3+
Group:		Sound
Url:		http://github.com/lastfm/lastfm-desktop
Source0:	https://github.com/lastfm/lastfm-desktop/archive/%{name}-%{version}.tar.gz
Source1:	%{name}.png
Patch0:		lastfm-desktop-2.1.36-phonon-4.7.patch
Patch1:		lastfm-desktop-09012013-linkage.patch
Patch2:		lastfm-desktop-2.1.36-ffmpeg2.patch
BuildRequires:	imagemagick
BuildRequires:	ffmpeg-devel
BuildRequires:	liblastfm-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(zlib)

%description
The official Last.fm desktop application suite.

%files
%doc COPYING README.md
%{_bindir}/%{name}
%{_datadir}/%{oname}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

#
find  %{SOURCE1} -exec convert {} -strip {} \;
#

%build
%qmake_qt4 PREFIX=%{_prefix}
%make

%install
install -D _bin/lastfm-scrobbler %{buildroot}%{_bindir}/%{name}

# install menu icons
for N in 16 32 48 64 128;
do
convert %{SOURCE1} -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Last.fm Scrobbler
Comment=Last.fm Scrobbler
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Qt;Audio;AudioVideo;
EOF

mkdir -p %{buildroot}%{_datadir}/%{oname}/i18n
cp i18n/*.qm %{buildroot}%{_datadir}/%{oname}/i18n/
cp app/client/Last.fm\ Scrobbler.css %{buildroot}%{_datadir}/%{oname}/


%changelog
* Fri Aug 01 2014 abfonly <abfonly@gmail.com> 2.1.36-2
+ Revision: c479949
- Updated lastfm-desktop.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2467 |14cr|lat-1.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}

Summary:	LAT - LDAP Administration Tool
Name:		lat
Version:	1.2.4
Release:	3
License:	GPLv2
Group:		System/Configuration/Other
Url:		http://sourceforge.net/projects/ldap-at/
Source0:	http://downloads.sourceforge.net/project/ldap-at/LAT/LAT%20-%20%{version}/%{name}-%{version}.tar.gz
BuildRequires:	autoconf2.5
BuildRequires:	avahi-sharp
BuildRequires:	dbus-sharp
BuildRequires:	desktop-file-utils
BuildRequires:	gnome-sharp2
BuildRequires:	intltool
BuildRequires:	scrollkeeper
BuildRequires:	pkgconfig(glade-sharp-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gnome-sharp-2.0)
BuildRequires:	pkgconfig(mono)
Requires(post,postun):	scrollkeeper

%description
LAT stands for LDAP Administration Tool. The tool allows you to browse
LDAP-based directories and add/edit/delete entries contained within.
It can store profiles for quick access to different servers. There are
also different views available such as Users, Groups and Hosts which
allow you to easily manage objects without having to deal with the
intricacies of LDAP.

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog README TODO
%attr(755,root,root) %{_bindir}/*
%dir %{_prefix}/lib/%{name}
%attr(755,root,root) %{_prefix}/lib/%{name}/*
%{_mandir}/man1/lat.1*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/application-registry/%{name}.applications
%{_datadir}/pkgconfig/lat-plugins.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x \
	--enable-networkmanager=no \
	--enable-avahi=yes \
	--libdir=%{_prefix}/lib
make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="GTK" \
	--add-category="GNOME" \
	--add-category="Network" \
	--add-category="X-MandrivaLinux-System-Configuration-Other" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}%{_datadir}/pkgconfig
mv %{buildroot}%{_prefix}/lib/pkgconfig/*.pc %{buildroot}%{_datadir}/pkgconfig


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.4-3
+ Revision: 8394d58
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2468 |14cr|latencytop-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	latencytop
%define version	0.5
%define rel	2

Summary:	Visualizer of system latencies
Name:		%name
Version:	%version
Release:	%mkrel %rel
License:	GPLv2
Group:		Development/Other
URL:		http://latencytop.org/
Source0:	http://latencytop.org/download/latencytop-%{version}.tar.gz
BuildRequires:	ncursesw-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:  gtk2-devel

%description
LatencyTOP is a Linux tool for software developers (both kernel and
userspace), aimed at identifying where system latency occurs, and
what kind of operation/action is causing the latency to happen. By
identifying this, developers can then change the code to avoid the
worst latency hiccups.

%prep
%setup -q

%build
export CFLAGS="%{optflags} -I%{_includedir}/ncursesw"
%make

%install
install -d -m755 %{buildroot}%{_sbindir}
%makeinstall_std
install -d -m755 %{buildroot}%{_mandir}/man8
install -m644 latencytop.8 %{buildroot}%{_mandir}/man8/

%files
%{_sbindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man8/latencytop.8*

%changelog
* Tue Nov 13 2012 Alexander Khryukin <alexander@mezon.ru> 0.5-2
+ Revision: 07b398d
- spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2469 |14cr|latex2rtf-2.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LaTeX to RTF converter
Name:		latex2rtf
Version:	2.1.0
Release:	3
Source0:	%{name}-%{version}.tar.gz
License:	GPLv2+
Group:		Publishing
Url:		http://latex2rtf.sourceforge.net/
Requires:	tetex-latex, tetex-dvips, imagemagick

%description
LaTeX2rtf is a translator program which is intended to translate a
LaTeX document (precisely: the text and a limited subset of LaTeX
tags) into the RTF format which can be imported by several
textprocessors (including Microsoft Word for Windows and Word for
Macintosh).

%prep
%setup -q

%build
%make PREFIX=/usr INFO_INSTALL=%{_infodir} MAN_INSTALL=%{_mandir}/man1 CFG_INSTALL=%{_sysconfdir}/%{name} SUPPORT_INSTALL=%{_datadir}/doc/%{name} 

%install
%__install -d -m 755 %{buildroot}%{_datadir}/doc/%{name}
%__make PREFIX=%{buildroot}/usr \
	 MAN_INSTALL=%{buildroot}%{_mandir}/man1 \
     	 CFG_INSTALL=%{buildroot}%{_sysconfdir}/%{name} \
	 SUPPORT_INSTALL=%{buildroot}%{_datadir}/doc/%{name} install
%__install -d -m 755 %{buildroot}%{_infodir}
%__install -m 644 doc/%{name}.info %{buildroot}%{_infodir}



%files
%doc ChangeLog Copyright README
%{_bindir}/*
%{_sysconfdir}/%{name}
%{_infodir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-3
+ Revision: 26483c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2470 |14cr|latex-abntex-0.9-0.beta2.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define texdir %{_datadir}/texmf-dist

Summary:	LaTeX macros for writing documents following the ABNT norms
Name:		latex-abntex
Version:	0.9
Release:	0.beta2.3
License:	LPPL
Group:		Publishing
Url:		http://abntex.codigolivre.org.br
Source0:	abntex-%{version}-beta2.tar.gz
Patch0:		abntex-0.9-respect-prefix.patch
# BuildRequires:	tetex
# BuildRequires:	texlive-doublestroke
# This indicates that texlive-scheme-full is not comlete...
BuildRequires:	texlive-scheme-full
BuildRequires:	texlive-scheme-tetex
Requires:	texlive-scheme-full
Requires:	texlive-scheme-tetex
BuildArch:	noarch

%description
With the abnTeX macros you will be able to write LaTeX documents which
conform to several norms from ABNT (Brazilian Association for Technical
Norms). In addition there are macros for writing automated lists of
abbreviations and symbols and a style for writing patent applications
for INPI. You can also use these style with LyX.

%files
%doc LEIAME LEIAME.linux LEIAME.make LEIAME.administracao
%doc compiled.docs/*.ps.gz
%{texdir}/bibtex/bib/abntex
%{texdir}/bibtex/bst/abntex
%{texdir}/doc/bibtex/abntex
%{texdir}/doc/latex/abntex
%{texdir}/makeindex/abntex
%{texdir}/tex/latex/abntex
%{_bindir}/geratss

%post
texhash

%postun
texhash

#----------------------------------------------------------------------------

%prep
%setup -n abntex-%{version}
%patch0 -p1 -b .respect-prefix

%build
make doc-ps

%install
install -m 755 -d %{buildroot}%{texdir}
install -m 755 -d %{buildroot}%{_bindir}
install -m 755 -d %{buildroot}%{_docdir}
%makeinstall_std USRLOCAL=%{buildroot}%{_bindir}


%changelog
* Mon Mar 31 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-0.beta2.3
+ Revision: 2a9b1ca
- More texlive BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2471 |14cr|latex-beamer-3.24-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname   beamer
%define rversion 3-24

Name:           latex-%{rname}
Version:        %(echo %rversion |sed -e 's,-,.,g')
Release:        2
Summary:        LaTeX class to produce presentations 
License:        GPL
Group:          Publishing
URL:            http://bitbucket.org/rivanvx/beamer/wiki/Home
Source0:        http://bitbucket.org/rivanvx/beamer/get/version-%{rversion}.tar.bz2
Requires:       texlive-pgf >= 0:1.01
Requires:       texlive-xcolor >= 0:2.00
Requires:       texlive-latex
BuildRequires:  ghostscript
BuildRequires:  texlive-pgf >= 0:1.01
BuildRequires:  texlive-xcolor >= 0:2.00
BuildRequires:  texlive-latex
BuildRequires:	texlive-makeindex texlive-collection-latex texlive
BuildArch:      noarch

%description
The beamer class is a LaTeX class that allows you to create a beamer
presentation. It can also be used to create slides. It behaves similarly
to other packages like Prosper, but has the advantage that it works
together directly with pdflatex, but also with dvips.

Once you have installed the beamer class, the basic steps to create a
beamer presentation are the following:

* Specify beamer as document class instead of article.
* Structure your LaTeX text using \section and \subsection commands.
* Place the text of the individual slides inside \frame commands.
* Run pdflatex on the text (or latex and dvips).

The beamer class has several useful features: You don't need any
external programs to use it other than pdflatex, but it works also with
dvips. You can easily and intuitively create sophisticated overlays.
Finally, you can easily change the whole slide theme or only parts of
it.

%prep
%setup -q -n rivanvx-beamer-cb16a617839f

%build
# FIXME: this doc can't be built without the themes
pushd doc
%__make

%install
mkdir -p %{buildroot}%{_datadir}/texmf/tex/latex/%{rname}
cp -a base %{buildroot}%{_datadir}/texmf/tex/latex/%{rname}

%post
[ -x %{_bindir}/texhash ] && %{_bindir}/env - %{_bindir}/texhash 2> /dev/null || :

%postun
[ -x %{_bindir}/texhash ] && %{_bindir}/env - %{_bindir}/texhash 2> /dev/null || :

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog FILES INSTALL README TODO
%doc doc/beameruserguide.pdf examples solutions
%{_datadir}/texmf/tex/latex/%{rname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.24-2
+ Revision: e21bc18
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2472 |14cr|latex-lettre-2.346-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'texhash'
Name: 		latex-lettre
Version: 	2.346
Release: 	5
Summary: 	Letters and faxes in French
License: 	LPPL
Group: 		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lettre/
Source0: 	ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/lettre.tar.bz2
Requires: 	texlive-latex texlive-collection-latex
BuildRequires:	texlive-latex texlive-collection-latex
Requires: texlive-kpathsea.bin
BuildArch:	noarch

%description
This package provides a latex class for letters and faxes in French.

%prep
%setup -q -n lettre

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/texmf/tex/latex/lettre
install -m 644 inputs/* %{buildroot}%{_datadir}/texmf/tex/latex/lettre

install -d -m 755 %{buildroot}%{_datadir}/texmf/doc/latex/lettre
install -m 644 doc/* %{buildroot}%{_datadir}/texmf/doc/latex/lettre

%post -p %_bindir/texhash

%postun -p %_bindir/texhash

%files
%defattr(-,root,root)
%doc ALIRE LICENSE lppl.txt README
%{_datadir}/texmf/tex/latex/lettre
%{_datadir}/texmf/doc/latex/lettre


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.346-5
+ Revision: 8fbf561
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2473 |14cr|latex-mk-2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name latex-mk
%define version 2.1
%define release 2

Summary: Utility simplifying latex document managment
Name: latex-mk
Version: 2.1
Release: 2
Source0: http://switch.dl.sourceforge.net/project/latex-mk/latex-mk/latex-mk-%version/latex-mk-%version.tar.gz
License: BSD
Group: Publishing
Url: http://latex-mk.sourceforge.net/
Requires: make
Requires: texlive-latex, texlive, texlive-dvipdfm, texlive-dvips, gv, hevea
Requires: imagemagick, latex2html, ghostscript, transfig, texlive-xdvi, texinfo

BuildRequires: texlive-latex, texlive, texlive-dvipdfm, texlive-dvips, gv, hevea
Buildrequires: imagemagick, latex2html, ghostscript, transfig, texinfo

Buildarch: noarch
%description
LaTeX-Mk is a collection of makefile fragments and shell scripts
for simplifying the management of small to large sized LaTeX documents.

%prep
%setup -q

%build
# configure macro doesn't work ( Buildarch: noarch )
./configure --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=%{_bindir} --sysconfdir=/etc --datadir=%{_datadir} --infodir=%{_infodir} --libdir=%{_libdir}
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%files
%defattr(-,root,root)
%{_bindir}/ieee-copyout
%{_bindir}/latex-mk
%dir %{_datadir}/latex-mk
%{_datadir}/latex-mk/*
%{_infodir}/%{name}*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-2
+ Revision: 4876995
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2474 |14cr|latexmk-4.30a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	latexmk
%define version 4.30a
%define srcversion %(echo %{version} | sed -e 's/\\.//g')
%define release 2

Summary:	Perl script for automating LaTeX document compilation
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://www.phys.psu.edu/~collins/software/latexmk-jcc/%{name}-%{srcversion}.zip
License:	GPLv2
Group:		Publishing
Url:		http://www.phys.psu.edu/~collins/software/latexmk-jcc/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Requires:	perl
Requires:	tetex-latex

%description
Latexmk completely automates the process of compiling a LaTeX
document.  Essentially, it is like a specialized relative of
the general make utility, but one which determines dependencies
automatically and has some other very useful features.  In its
basic mode of operation latexmk is given the name of the
primary source file for a document, and it issues the
appropriate sequence of commands to generate a .dvi, .ps, .pdf
and/or hardcopy version of the document.

%prep
%setup -q -c %{name}-%{version}

%install
%__rm -rf %{buildroot}

%__install -d %{buildroot}%{_bindir}
%__install -d %{buildroot}%{_mandir}/man1

%__install -m 755 %{name}.pl %{buildroot}%{_bindir}/%{name}
%__install -m 755 %{name}.1 %{buildroot}%{_mandir}/man1/

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES COPYING README latexmk.pdf latexmk.txt example_rcfiles
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.30a-2
+ Revision: 91cb88c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2475 |14cr|lavennin-20041119-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	lavennin
%define version	20041119
%define rel	4
%define release	%mkrel %rel

Summary:	Converts written Finnish text to a readable form
Name:		%name
Version:	%version
Release:	%release
License:	LGPL
Group:		Sound
URL:		http://phon.joensuu.fi/suopuhe/
Source:		http://www.ling.helsinki.fi/suopuhe/download/%name-%version.tar.bz2
Patch0:		lavennin-paths.patch
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildArch:	noarch
# per Mandriva locale-specific package policy:
Requires:	locales-fi

%description
Lavennin converts numbers, abbreviations and other such non-readable
strings found in usual written Finnish text to a readable form.
Therefore only the grafem-fonem conversion is left for the speech
synthesizer. Lavennin can also be used to nativisate
foreign-originated words.

%prep
%setup -q -n %name
%patch0 -p1

sed -i 's,@LAVENNINDATADIR@,\"%{_datadir}/%{name}\",' bin/lavennin

%install
rm -rf %{buildroot}

install -d -m755 %{buildroot}%{_bindir}
install -m755 bin/lavennin %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_datadir}/%{name}
install -m644 data/*.txt %{buildroot}%{_datadir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc man/*.shtml
%{_bindir}/lavennin
%{_datadir}/%{name}



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 20041119-4
+ Revision: 065959a
- Automatic import for version 20041119



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2476 |14cr|lbunzip2-0.03-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A multi-threaded bunzip2 filter
Name:		lbunzip2
Version:	0.03
Release:	4
License:	GPLv2+
Group: 		Archiving/Compression
URL:		http://phptest11.atw.hu/
Source0:	lbunzip2.tar.gz
BuildRequires:	bzip2-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A multi-threaded bunzip2 filter that doesn't depend on the lseek() system call
and so isn't restricted to regular files.

%prep

%setup -q -n %{name}

chmod 644 README

%build

%make CFLAGS="%{optflags} -D_XOPEN_SOURCE=500" LDFLAGS="-Wl,--as-needed -Wl,--no-undefined"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

install -m0755 %{name} %{buildroot}%{_bindir}/

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.03-4
+ Revision: 1bc0880
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2477 |14cr|lbzip2-2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           lbzip2
Version:        2.5
Release:        2
Summary:        Fast, multi-threaded bzip2 utility
Group:          Archiving/Compression
License:        GPLv2+
URL:            http://lacos.hu/
Source0:        http://archive.lbzip2.org/%{name}-%{version}.tar.gz

BuildRequires:  bzip2-devel >= 1.0.6, dash, sharutils

%description
lbzip2 is a multi-threaded implementation of bzip2, suited for serial and
parallel processing.  On a multi-core computer, lbzip2 is commonly
the fastest bzip2 decompressor for most bz2 files found on the internet.
(On dual-core computers, the 7za utility from the p7zip package may prove
more efficient.)

lbzip2 integrates nicely with GNU tar. Even on single-core computers, lbzip2
can speed up archiving in combination with tar, because lbzip2 allows
compression to overlap with disk usage to a greater extent than bzip2 does.


%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

%files
%doc ChangeLog README
%{_bindir}/%{name}
%{_bindir}/lbzcat
%{_bindir}/lbunzip2
%doc %{_mandir}/man1/%{name}.1*
%doc %{_mandir}/man1/lbzcat.1*
%doc %{_mandir}/man1/lbunzip2.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5-2
+ Revision: 6afa655
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2478 |14cr|lcab-1.0-0.b12.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	lcab
%define version	1.0
%define pre	b12
%define rel	1

Summary:	Command-line Cabinet file creation tool
Name:		%{name}
Version:	%{version}
Release:	%mkrel 0.%pre.%rel
URL:		http://ohnopub.net/~ohnobinki/lcab/
Source0:	ftp://ohnopublishing.net/mirror/%{name}-%{version}%{pre}.tar.gz
License:	GPLv2+
Group:		Archiving/Compression

%description
Command-line tool for creating Cabinet (.cab) files. The created files
are not compressed.

%prep
%setup -q -n %{name}-%{version}%{pre}

%build
autoreconf -if
%configure2_5x

%install
%makeinstall_std

install -d -m755 %{buildroot}%{_mandir}/man1
install -m644 lcab.1 %{buildroot}%{_mandir}/man1

%files
%doc README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%changelog
* Fri Nov 23 2012 Alexander Khryukin <alexander@mezon.ru> 1.0-0.b12.1
+ Revision: 73d225b
- spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2479 |14cr|lcalc-1.23-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# mpfr patch not complete. Could be done by changing most places a
# template wants a mpfr_t to a double, or calling the proper mpfr_foo
# function. But due to large amount of patches required (and only a
# few done in patch0), better to just disable it to avoid breaking
# the package.

# mpfr build is also not enabled in sagemath

%define with_mpfr 0

%define libname %mklibname Lfunction %{version}
%define devname %mklibname Lfunction -d

Summary:	C++ L-function class library and command line interface
Name:		lcalc
Version:	1.23
Release:	9
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://pmmac03.math.uwaterloo.ca/~mrubinst/L_function_public/L.html
Source0:	http://pmmac03.math.uwaterloo.ca/~mrubinst/L_function_public/CODE/L-%{version}.tar.gz
# From sage tarball, lcalc spkg, debian directory
Source1:	lcalc.1
Patch0:		L-1.21.g++4.3.2-mpfr.patch
Patch1:		L-1.23-pari.patch
Patch2:		L-1.23-lcalc_to_double.patch
BuildRequires:	gmpxx-devel
BuildRequires:	libpari-devel
%if %{with_mpfr}
BuildRequires:	mpfr-devel
%endif

%description
C++ L-function class library and command line interface.

%files
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 1.23-9

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libLfunction.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 1.23-9
Obsoletes:	%{name}-devel < 1.23-9

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%dir %{_includedir}/Lfunction
%{_includedir}/lcalc
%{_includedir}/Lfunction/*
%{_libdir}/libLfunction.so

#----------------------------------------------------------------------------

%prep
%setup -q -n L-%{version}

%if %{with_mpfr}
%patch0 -p1
%endif
%patch1 -p1
%patch2 -p1

# Make it actually link with the generated library
perl -pi \
	-e 's|/lib/|/%{_lib}/|g;' \
	-e 's|libLfunction.so|libLfunction.so.%{version}|g;' \
	-e 's|(\$\(CC\).*cc )lib(Lfunction).so.%{version}|$1-L. -l$2|g;' \
	src/Makefile
rm -f src/libLfunction.a

%build
pushd src
# Create link before library is created
ln -sf libLfunction.so.%{version} libLfunction.so
%make \
%if %{with_mpfr}
	PREPROCESSOR_DEFINE="-DUSE_MPFR" \
%endif
	PARI_DEFINE="-DINCLUDE_PARI" \
	LOCATION_PARI_H="%{_includedir}/pari" \
	LOCATION_PARI_LIBRARY="%{_libdir}" \
	EXTRA="%{optflags} -fpermissive" \
	all
popd

%install
mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1

pushd src
%make \
	INSTALL_DIR="%{buildroot}%{_prefix}" \
	install
rm -f %{buildroot}%{_includedir}/Lfunction/*.back
rm -f %{buildroot}%{_includedir}/Lfunction/.??*
rm -f %{buildroot}%{_includedir}/Lfunction/*.h.??*
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -fa example_data_files/* %{buildroot}%{_datadir}/%{name}
popd

cp %{SOURCE1} %{buildroot}%{_mandir}/man1
lzma -f -z %{buildroot}%{_mandir}/man1/`basename %{SOURCE1}`
pushd %{buildroot}%{_libdir}
    ln -sf libLfunction.so.%{version} libLfunction.so
popd
chmod a+r %{buildroot}%{_includedir}/Lfunction/*.h
pushd %{buildroot}%{_includedir}
    ln -sf Lfunction lcalc
popd


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 1.23-9
+ Revision: 53a01c6
- Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2480 |14cr|lcdproc-0.5.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO:
# glcdproclib/glcdprocdriver.h
# widgets.h, usblcd.h and usblcd_util.h from the usblcd package
# ftdi library in version 0.7

Name:		lcdproc	
Version:	0.5.3
Release:	2
Summary: 	Displays real-time system information on a 20x4 backlit LCD
License:	GPLv2+
URL:    	http://lcdproc.omnipotent.net/
Group:     	Monitoring	
Source0:    	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	LCDd.init
Patch0: 	slow-down-imonlcd-0038.patch
Requires(pre):	rpm-helper
Requires(preun): rpm-helper
BuildRequires:	docbook-utils-pdf
BuildRequires:  doxygen
BuildRequires:  g15-devel
BuildRequires:  g15daemon_client-devel
BuildRequires:  g15render-devel
BuildRequires:  graphviz
BuildRequires:  lirc-devel
BuildRequires:	ncurses-devel
BuildRequires:  svgalib-devel
BuildRequires:  tetex-latex
BuildRequires:	libusb-devel
BuildRequires:  xosd-devel
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
LCDproc is a client/server suite inclduding drivers for all
kinds of nifty LCD displays. The server supports several
serial devices: Matrix Orbital, Crystal Fontz, Bayrad, LB216, 
LCDM001 (kernelconcepts.de), Wirz-SLI and PIC-an-LCD; and some 
devices connected to the LPT port: HD44780, STV5730, T6963, 
SED1520 and SED1330. Various clients are available that display 
things like CPU load, system load, memory usage, uptime, and a lot more. 
See also http://lcdproc.omnipotent.net. 

%prep
%setup -q
%{__perl} -pi -e 's:../../../libirman-0.4.1b/irman.h:%{_includedir}/irman.h:g' server/drivers/irmanin.c
%apply_patches

%build
unset LDFLAGS
./configure --disable-dependency-tracking \
                 --enable-libusb \
                 --enable-drivers=all \
                 --enable-seamless-hbars \
                 --enable-testmenus \
                 --enable-permissive-menu-goto \
                 --enable-lcdproc-menus \
                 --enable-stat-nfs \
                 --enable-stat-smbfs \
                 --enable-doxygen \
                 --enable-dot \
                 --enable-html-dox \
                 --enable-latex-dox
%{make}
%{make} dox

%install
%{__rm} -rf %{buildroot}
%{makeinstall}

# init
install -d 		$RPM_BUILD_ROOT%{_initrddir}
install %{SOURCE1}	$RPM_BUILD_ROOT%{_initrddir}/LCDd

# Move examples in %_bindir like previous release
install -d              $RPM_BUILD_ROOT%{_bindir}
install clients/examples/*.pl $RPM_BUILD_ROOT%{_bindir}

# conf files
install -d		$RPM_BUILD_ROOT%{_sysconfdir}/lcdproc
install LCDd.conf 	$RPM_BUILD_ROOT%{_sysconfdir}/lcdproc/LCDd.conf
# fix path to drivers
perl -pi -e 's|DriverPath=.*/|DriverPath=/usr/lib/lcdproc/|' $RPM_BUILD_ROOT%{_sysconfdir}/lcdproc/LCDd.conf
# remove unwanted conf file (not used in initscript)
rm -vf $RPM_BUILD_ROOT%{_sysconfdir}/LCDd.conf
touch scripts/lcdproc.conf  	$RPM_BUILD_ROOT%{_sysconfdir}/lcdproc/lcdproc.conf
echo "-s localhost -p 13666 C M X U P S" > \
			$RPM_BUILD_ROOT%{_sysconfdir}/lcdproc/lcdproc.conf

# doc files
cd docs/lcdproc-user
mkdir html txt pdf
#docbook2html -c %{_sysconfdir}/sgml/catalog -o html lcdproc-user.docbook
#docbook2pdf -c %{_sysconfdir}/sgml/catalog -o pdf lcdproc-user.docbook

%post
%_post_service LCDd

%preun
%_preun_service LCDd


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644,root,root,0755)
%doc README* INSTALL COPYING TODO ChangeLog
#%doc docs/lcdproc-user/html docs/lcdproc-user/pdf/*.pdf
#%doc docs/html/* docs/latex/
%defattr(-,root,root,0755)
%{_bindir}/*
%attr(0755,root,root) %{_initrddir}/LCDd
%{_libdir}/%{name}
%{_mandir}/man*/*
%{_sbindir}/*
%dir %{_sysconfdir}/lcdproc
%config(noreplace) %{_sysconfdir}/lcdproc/*
%config(noreplace) %{_sysconfdir}/lcdexec.conf
%config(noreplace) %{_sysconfdir}/lcdproc.conf
%config(noreplace) %{_sysconfdir}/lcdvc.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.3-2
+ Revision: 4587c7a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2481 |14cr|lcdtest-1.18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility to display LCD monitor test patterns
Name:		lcdtest
Version:	1.18
Release:	3
License:	GPLv3+
Group:		System/Configuration/Hardware
Url:		http://www.brouhaha.com/~eric/software/lcdtest/
Source0:	http://www.brouhaha.com/~eric/software/%{name}/download/%{name}-%{version}.tar.gz
Source1:	%{name}.png
Patch0:		lcdtest-1.18-font-path.patch
BuildRequires:	scons >= 1.2.0
BuildRequires:	imagemagick
BuildRequires:	netpbm
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_ttf)
Requires:	fonts-ttf-liberation

%description
lcdtest is a utility to display LCD monitor test patterns. It may be
useful for adjusting the pixel clock frequency and phase on LCD
monitors when using analog inputs, and for finding pixels that are
stuck on or off.

%files
%doc COPYING README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
scons CFLAGS="%{optflags}"

%install
scons CFLAGS="%{optflags}" \
	--buildroot=%{buildroot} \
	--bindir=%{_bindir} \
	--mandir=%{_mandir} \
	--datadir=%{_datadir} \
	install

# install menu icons
for N in 16 22 24 32 48 64 128 256;
do
convert %{SOURCE1} -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog
* Thu Aug 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.18-3
+ Revision: a9db92b
- Fix scons usage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2482 |14cr|lcov-1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	lcov
%define version	1.9
%define release	2

Summary:	LTP GCOV extension code coverage tool
Name:		%{name}
Version:	%{version}
Release:	%{release}
Group:		Development/Other
License:	GPLv2
URL:		http://ltp.sourceforge.net/coverage/lcov.php
Source:		http://ltp.sourceforge.net/coverage/tools/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:	noarch

%description
LCOV is an extension of GCOV, a GNU tool which provides information
about what parts of a program are actually executed (i.e. "covered")
while running a particular test case. The extension consists of a set
of PERL scripts which build on the textual GCOV output to implement
HTML output and support for large projects.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall PREFIX=$RPM_BUILD_ROOT
chmod -x $RPM_BUILD_ROOT%{_sysconfdir}/lcovrc

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/lcovrc
%{_bindir}/*
%{_mandir}/man*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9-2
+ Revision: 6f89d7b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2483 |14cr|lcrzo-4.17.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define so_version 4.17

%define	major 4
%define libname	%mklibname %{name} %{major}

Summary:	Network library, for network administrators and network hackers
Name:		lcrzo
Group:		Networking/Other
Version:	4.17.0
Release:	15
License:	LGPL
URL:		http://www.laurentconstantin.com/en/lcrzo/
Source0:	%{name}-%{version}-src.tar.bz2
Patch0:		lcrzo-4.17.0-genemake.patch
BuildRequires:	libpcap-devel >= 0.7.2
Provides:	liblcrzo
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Lcrzo is a network library, for network administrators and network
hackers. Its objective is to easily create network programs. This library
provides network functionnalities for Ethernet, IP, UDP, TCP, ICMP, ARP
and RARP protocols. It supports spoofing, sniffing, client and server
creation. Furthermore, lcrzo contains high level functions dealing with
data storage and handling. Using all these functions, you can quickly
create a network test program.

%package -n	%{libname}
Summary:	Shared libraries for %{name}
Group:          System/Libraries

%description -n	%{libname}
Lcrzo is a network library, for network administrators and network
hackers. Its objective is to easily create network programs. This library
provides network functionnalities for Ethernet, IP, UDP, TCP, ICMP, ARP
and RARP protocols. It supports spoofing, sniffing, client and server
creation. Furthermore, lcrzo contains high level functions dealing with
data storage and handling. Using all these functions, you can quickly
create a network test program.

%package -n	%{libname}-devel
Summary:	Development library and header files for the %{name} library
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel lib%{name}-devel
Obsoletes:	%{name}-devel lib%{name}-devel

%description -n	%{libname}-devel
Lcrzo is a network library, for network administrators and network
hackers. Its objective is to easily create network programs. This library 
provides network functionnalities for Ethernet, IP, UDP, TCP, ICMP, ARP 
and RARP protocols. It supports spoofing, sniffing, client and server
creation. Furthermore, lcrzo contains high level functions dealing with
data storage and handling. Using all these functions, you can quickly
create a network test program.

%prep

%setup -q -n %{name}-%{version}-src
%patch0 -p0

%build

pushd src
    ./genemake
    %make GCCOPT="%{optflags} -Wall -ansi -fPIC" \
    GCCOPTL="%{optflags} -Wall -ansi -fPIC" \
    GCCOPTP="%{optflags} -Wall -ansi -fPIC" \
    liblcrzo.a

    #make a shared lib the hard way...
    rm -f lib%{name}*.so*
    gcc -Wl,-soname,lib%{name}.so.%{major} -shared -Wl,--as-needed -Wl,--no-undefined \
    %{optflags} -fPIC -o lib%{name}%{major}.so.%{so_version} *.o -L%{_libdir} -lpcap

popd

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man3
install -d %{buildroot}%{_includedir}

install -m0755 src/lcrzo-config %{buildroot}%{_bindir}/lcrzo-config

# install the shared lib
install -m0755 src/lib%{name}%{major}.so.%{so_version} %{buildroot}%{_libdir}/
ln -snf lib%{name}%{major}.so.%{so_version} %{buildroot}%{_libdir}/lib%{name}%{major}.so
ln -snf lib%{name}%{major}.so.%{so_version} %{buildroot}%{_libdir}/lib%{name}.so

# install the static lib
install -m0755 src/liblcrzo.a %{buildroot}%{_libdir}/liblcrzo.a

# install headers
install -m0644 src/lcrzo*.h %{buildroot}%{_includedir}/

# install only english man pages
install -m0644 doc/man/*en.* %{buildroot}%{_mandir}/man3/

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc README_EN.TXT
%attr(0755,root,root) %{_libdir}/lib%{name}*.so.*

%files -n %{libname}-devel
%defattr(-,root,root)
%doc doc/*en.txt doc/changelog.txt doc/credits.txt doc/todo.txt INSTALLUNIX_EN.TXT
%attr(0755,root,root) %{_bindir}/lcrzo-config
%attr(0644,root,root) %{_libdir}/*.a
%attr(0755,root,root) %{_libdir}/*.so
%attr(0644,root,root) %{_includedir}/*
%attr(0644,root,root) %{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.17.0-15
+ Revision: 35bd11e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2484 |14cr|ldapscripts-1.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	ldapscripts
%define	version	1.10.0
%define release	2

Name:       %name
Version:    %version
Release:    %release
Summary:    LDAP Scripts
Group:      System/Servers
License:    GPL
URL:        http://contribs.martymac.com/
Source:     http://contribs.martymac.com/ldapscripts/%{name}-%{version}.tgz
Requires:   openldap-clients
Requires:   sharutils
Buildarch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
LDAP Scripts written in bash which allow to create POSIX entries for users,
groups and machines in an LDAP directory.

They are similar to smbldap-tools but are written in sh instead of PERL and
only require OpenLDAP client commands (ldapadd, ldapdelete, ldapsearch,
ldapmodify, slappasswd).

%prep
%setup -q
sed -i.orig -e "s|^_RUNTIMEFILE=.*|_RUNTIMEFILE=\"%{_usr}/lib/%{name}/runtime\"|g" sbin/*
sed -i.orig -e "s|^_CONFIGFILE=.*|_CONFIGFILE=\"%{_sysconfdir}/%{name}/ldapscripts.conf\"|g" etc/* lib/*

%install
mkdir -p %{buildroot}%{_sbindir}
install -m 755 sbin/* %{buildroot}%{_sbindir}

mkdir -p %{buildroot}%{_sysconfdir}/%{name}
install -m 600 etc/* %{buildroot}%{_sysconfdir}/%{name}

mkdir -p %{buildroot}%{_usr}/lib/%{name}
install -m 600 lib/* %{buildroot}%{_usr}/lib/%{name}

mkdir -p %{buildroot}%{_mandir}
cp -a man/man* %{buildroot}%{_mandir}

%clean
rm -rf %{buildroot}

%files
%doc README COPYING CHANGELOG 
%{_sbindir}/*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.passwd
%{_sysconfdir}/%{name}/*.template.sample
%{_usr}/lib/%{name}/runtime
%{_mandir}/man*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-2
+ Revision: c181692
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2485 |14cr|ldapvi-1.7-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ldapvi
%define version 1.7
%define release 13

Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Summary: 	Performs an LDAP search and update results using a text editor
URL:		http://www.lichteblau.com/ldapvi.html
Source0: 	http://www.lichteblau.com/download/%{name}-%{version}.tar.gz
Patch:		ldapvi-makefile.in-destdir.patch
# (misc) patch to fix the naming conflict between function "getline" of stdio.h
# and private function getline in common.h, by renaming it
# comes from upstream : 256ced029c235687bfafdffd07be7d47bf7af39b
Patch1:     ldapvi-fix_naming_conflict.diff 
License: 	GPLv2+
Group: 		System/Configuration/Other
BuildRequires:	openldap-devel >= 2.2.0
BuildRequires:	glib2-devel
BuildRequires:	ncurses-devel
BuildRequires:	popt-devel
BuildRequires:	pkgconfig
BuildRequires:	readline-devel
BuildRequires:	libxslt-proc
BuildRoot: 	%{_tmppath}/%{name}-%{version}

%description 
ldapvi allows a user to perform an LDAP search and update results using 
a text editor

%prep
%setup -q
%patch -p1 -b .orig
%patch1 -p2 -b .conflict

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

xsltproc \
    %{buildroot}/%{_docdir}/%{name}/html.xsl \
    %{buildroot}/%{_docdir}/%{name}/manual.xml \
    > %{buildroot}/%{_docdir}/%{name}/manual.html

rm -f %{buildroot}/%{_docdir}/%{name}/html.xsl
rm -f %{buildroot}/%{_docdir}/%{name}/manual.xml
install -m 644 COPYING INSTALL NEWS %{buildroot}/%{_docdir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_docdir}/%{name}
%{_bindir}/%{name}
%{_mandir}/man?/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-13
+ Revision: 8b1c989
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2486 |14cr|ldetect2ltsp-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility to convert from Mandriva ldetect to LTSP format
Name:		ldetect2ltsp
Version:	1.0
Release:	6
License:	GPL
Group:		System/Servers
URL:		http://www.ltsp.org
Source0:	ldetect2ltsp
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
This program will read in a device database of PCI Vendor/Device Ids and a
Video card database in the Mandriva ldetect-lst format, and will convert
them into the LTSP format, for use with pci_scan.

%prep

%setup -q -c -T

cp %{SOURCE0} %{name}

%install
rm -rf %{buildroot}

install -d  %{buildroot}%{_bindir}
install -m0755 %{name} %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-6
+ Revision: a577ccf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2487 |14cr|ldl-2.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define NAME		LDL
%define major		%{version}
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:		ldl
Version:	2.1.0
Release:	2
Epoch:		1
Summary:	Routines for performing LDL' factorization of sparse matricies
Group:		System/Libraries
License:	LGPL
URL:		http://www.cise.ufl.edu/research/sparse/ldl/
Source0:	http://www.cise.ufl.edu/research/sparse/ldl/%{NAME}-%{version}.tar.gz
BuildRequires:	suitesparse-common-devel >= 4.0.0

%description
LDL provides routines for performin LDL' factorization of sparse matricies.

%package -n %{libname}
Summary:	Library of routines for performing LDL' factorization of sparse matricies
Group:		System/Libraries

%description -n %{libname}
LDL provides routines for performin LDL' factorization of sparse matricies.

This package contains the library needed to run programs dynamically
linked against %{NAME}.

%package -n %{develname}
Summary:	C routines for performing LDL' factorization of sparse matricies
Group:		Development/C
Requires:	suitesparse-common-devel >= 4.0.0
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
LDL provides routines for performin LDL' factorization of sparse matricies.

This package contains the files needed to develop applications which
use %{name}.

%prep
%setup -q -c -n %{name}-%{version}
cd %{NAME}
find . -perm 0640 | xargs chmod 0644
mkdir ../SuiteSparse_config
ln -sf %{_includedir}/suitesparse/SuiteSparse_config.* ../SuiteSparse_config

%build
cd %{NAME}
pushd Lib
    %make -f Makefile CC=%__cc CFLAGS="%{optflags} -fPIC -I%{_includedir}/suitesparse" INC=
    %__cc -shared -Wl,-soname,lib%{name}.so.%{major} -o lib%{name}.so.%{version} *.o
popd

%install
cd %{NAME}

%__install -d -m 755 %{buildroot}%{_libdir} 
%__install -d -m 755 %{buildroot}%{_includedir}/suitesparse 

for f in Lib/*.so*; do
    %__install -m 755 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Lib/*.a; do
    %__install -m 644 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Include/*.h; do
    %__install -m 644 $f %{buildroot}%{_includedir}/suitesparse/`basename $f`
done

%__ln_s lib%{name}.so.%{version} %{buildroot}%{_libdir}/lib%{name}.so

%__install -d -m 755 %{buildroot}%{_docdir}/%{name}
%__install -m 644 README.txt Doc/*.txt Doc/*.pdf Doc/ChangeLog %{buildroot}%{_docdir}/%{name}

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_docdir}/%{name}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.1.0-2
+ Revision: 622e006
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2488 |14cr|ldm-2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ldm
Version:        2.1
Release:        2
Summary:        LTSP Display Manager

Group:          System/X11
License:        GPLv2+
URL:            https://code.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk
Source0:        http://ftp.de.debian.org/debian/pool/main/l/ldm/%{name}_%{version}.orig.tar.gz


BuildRequires:  pkgconfig(gdk-2.0)
BuildRequires:  gettext-devel
BuildRequires:  intltool
BuildRequires:  pkgconfig(iso-codes)

Requires:       netcat-traditional
Requires:       openssh-clients

%description
LTSP Display Manager handles network logins for remote desktop sessions.

%package -n ldminfod
Summary:        LTSP client
Group:          System/X11
Requires:       openssh-server

%description -n ldminfod
Provides Linux Terminal Server capabilities to the LDM client.

%prep
%setup -q


%build
%configure
%make


%install
%make DESTDIR=%{buildroot} install
#cd $RPM_BUILD_ROOT/%{_datadir}/ldm/themes
#    tar xfvj %SOURCE1
#    mv k12linux-theme-%{theme_version} k12linux
#    ln -s k12linux default
#cd -

mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/ldm/

%find_lang ldm
%find_lang ldmrc 
%find_lang ltsp-cluster-info 
cat ltsp-cluster-info.lang ldmrc.lang >> ldm.lang

mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/
install -m 0755 ldminfod/ldminfod $RPM_BUILD_ROOT%{_sbindir}/ldminfod
install -m 0644 ldminfod/xinetd.d/ldminfod $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/ldminfod

rm -rf $RPM_BUILD_ROOT%{_datadir}/ldm/themes/ltsp

mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ltsp
cat > $RPM_BUILD_ROOT%{_sysconfdir}/ltsp/ldm-global-dmrc <<EOL
[Desktop]
#Session=gnome
#Session=kde
#Session=xfce4
#Session=sugar
#Language=ja_JP.utf8
#Language=en_US.utf8
EOL
chmod 644 $RPM_BUILD_ROOT%{_sysconfdir}/ltsp/ldm-global-dmrc


%files -f ldm.lang
%doc COPYING README
%{_bindir}/ldm-dialog
%{_sbindir}/ldm
%{_libexecdir}/ldm/
%{_datadir}/ldm/
%{_mandir}/man1/ldm.1.xz
%{_datadir}/ltsp/screen.d/ldm
%dir %{_localstatedir}/run/ldm/

%files -n ldminfod
%doc COPYING README
%{_sbindir}/ldminfod
%config(noreplace) %{_sysconfdir}/xinetd.d/ldminfod
%config(noreplace) %{_sysconfdir}/ltsp/ldm-global-dmrc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-2
+ Revision: 7e8884e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2489 |14cr|ldns-1.6.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

%define build_python 1

Summary:	Lowlevel DNS(SEC) library with API
Name:		ldns
Version:	1.6.13
Release:	2
License:	BSD
Group:		System/Libraries
URL:		http://www.nlnetlabs.nl/ldns/
Source0:	http://www.nlnetlabs.nl/downloads/ldns/ldns-%{version}.tar.gz
Patch0:		ldns-1.6.11-avoid-version.diff
Patch1:		ldns-1.6.11-build_only_once.diff
BuildRequires:	automake autoconf libtool
BuildRequires:	openssl-devel
BuildRequires:	doxygen
%if %{build_python}
BuildRequires:	swig
BuildRequires:	python-devel
%endif

%description
ldns is a library with the aim to simplify DNS programing in C. All
lowlevel DNS/DNSSEC operations are supported. We also define a higher
level API which allows a programmer to (for instance) create or sign
packets.

%package -n	%{name}-utils
Summary:	DNS(SEC) utility
Group:		Networking/Other

%description -n	%{name}-utils
This package contains various utilities used to manage
and validate DNSSEC zones using ldns library. 

%package -n	%{libname}
Summary:	Lowlevel DNS(SEC) library with API
Group:		System/Libraries

%description -n	%{libname}
ldns is a library with the aim to simplify DNS programing in C. All
lowlevel DNS/DNSSEC operations are supported. We also define a higher
level API which allows a programmer to (for instance) create or sign
packets.

%package -n	%{develname}
Summary:	Development package that includes the ldns header files
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
The devel package contains the ldns library and the include files

%if %{build_python}
%package -n 	python-%{name}
Summary:	Python extensions for ldns
Group:		Development/Python

%description -n python-%{name}
Python extensions for ldns
%endif

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
	--disable-rpath \
%if %{build_python}
        --with-pyldns \
%endif
	--disable-static

( cd examples ; %configure2_5x --disable-rpath )
( cd drill ; %configure2_5x --disable-rpath )

%make
( cd examples ; %make )
( cd drill ; %make )

%install
%makeinstall_std
( cd examples ; %makeinstall_std )
( cd drill ; %makeinstall_std )

# cleanup and fix --short-circuit
rm -rf docs; mkdir -p docs
cp -rp doc docs/
rm -rf docs/doc/man
rm -f docs/doc/doxyparse.pl
rm -f docs/doc/ldns_manpages
rm -rf docs/doc/.svn

#we don't want these
find %{buildroot} -name "*.la" -exec rm -rf {} \;

%if %{build_python}
#remove executable bit
chmod a-x %{buildroot}%{py_platsitedir}/*py
%endif

%files -n %{libname}
%doc README LICENSE 
%{_libdir}/lib*so.%{major}*

%files -n %{develname}
%doc docs/* Changelog README
%dir %{_includedir}/ldns
%{_includedir}/ldns/*
%{_libdir}/lib*.so
%{_mandir}/man3/*
%{_bindir}/%{name}-config

%files -n %{name}-utils
%{_bindir}/*
%exclude %{_bindir}/%{name}-config
%{_mandir}/man1/*

%if %{build_python}
%files -n python-%{name}
%{py_platsitedir}/*
%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.13-2
+ Revision: b3720f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2490 |14cr|ldtp-2.0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Linux Desktop Testing Project
Name:    ldtp
Version: 2.0.6
Release: 3
License: LGPL
Group:   Graphical desktop/Other
URL:     http://ldtp.freedesktop.org/
Source0: http://download.freedesktop.org/ldtp/1.x/1.xi76.x/%name-%version.tar.gz
BuildRoot: %_tmppath/%name-root
BuildArch: noarch
BuildRequires: python
Requires: python-gobject
Requires: python-pyatspi
Requires: python-twisted-core
Requires: gnome-python-desktop

%description
GNU/Linux Desktop Testing Project (GNU/LDTP) is aimed at producing high quality
test automation framework and cutting-edge tools that can be used to test
GNU/Linux Desktop and improve it. It uses the Accessibility libraries to poke
through the applications user interface. The framework has tools to generate
Appmap by reading through the user interface components of an application. The
framework also has tools to record test-cases based on user-selection on the
application.

GNU/LDTP core framework uses Appmap and the recorded test-cases to test an
application and gives the status of each test-case as output. As of now,
GNU/LDTP can test any GNOME application which are accessibility enabled,
Mozilla, Openoffice.org, any Java application (should have a UI based on swing)
and KDE 4.0 applications based on QT 4.0 (based on the press releases by KDE).

We encourage you to join the project and help us to create robust, reliable and
stable test tool/framework for Unix Desktops. 

%prep
%setup -q

%build

%{__python} setup.py build

%install
rm -fr $RPM_BUILD_ROOT

%{__python} setup.py install --skip-build --root="%{buildroot}" --prefix="%{_prefix}"

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS README COPYING examples/
%{_bindir}/*
%py_puresitedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.6-3
+ Revision: a9c7a35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2491 |14cr|lecaviste-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name lecaviste
%define version 0.5
%define fileversion 0.5
%define release 4
%define title Le Caviste

Summary: Wine cellar managing application
Name: %{name}
Version: %{version}
Release: %{release}
License: GPLv2
Group: Editors
Url: http://www.lecaviste.org
Source:  http://www.lecaviste.org/download/src/%{name}-%{fileversion}.tar.bz2

BuildRequires:	qt4-devel	>= 4.3
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

Requires: qt4-common >= 4.3
%if %mdkversion < 200901
Requires: qt4-database-plugin-sqlite-lib >= 4.3
%else
Requires: qt4-database-plugin-sqlite >= 4.3
%endif
			
%description
Wine cellar managing application

%prep
%setup -q -n %{name}

%build
%configure
%make

%install
rm -rf ${RPM_BUILD_ROOT}
%makeinstall

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Le Caviste
GenericName=Cellar Manager
GenericName[fr]=Gestionnaire de cave
Comment=Le Caviste - wine cellar manager
Exec=%{_bindir}/%{name} %f
Icon=%{name}
MapNotify=true
MimeType=application/x-lecaviste;
Terminal=false
Type=Application
StartupNotify=true
Categories=Qt;Utility;
EOF

mkdir -p %{buildroot}%{_datadir}/mimelnk/application
cat > %{buildroot}%{_datadir}/mimelnk/application/x-%{name}.desktop <<EOF
[Desktop Entry]
Type=MimeType
Encoding=UTF-8
MimeType=application/x-lecaviste
Icon=lecaviste-document
Patterns=*.cel;
Comment=Le Caviste File
Comment[fr]=Fichier Le Caviste
EOF

mkdir -p %{buildroot}/%{_iconsdir}
mkdir -p %{buildroot}/%{_miconsdir}
mkdir -p %{buildroot}/%{_liconsdir}
%__install %{_builddir}/%{name}/src/icons/lecaviste-16.png $RPM_BUILD_ROOT/%_miconsdir/%{name}.png
%__install %{_builddir}/%{name}/src/icons/lecaviste-32.png $RPM_BUILD_ROOT/%_iconsdir/%{name}.png
%__install %{_builddir}/%{name}/src/icons/lecaviste-document-32.png $RPM_BUILD_ROOT/%_iconsdir/%{name}-document.png
%__install %{_builddir}/%{name}/src/icons/lecaviste-48.png $RPM_BUILD_ROOT/%_liconsdir/%{name}.png

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}


%if %mdkversion < 200900
%post
%{update_menus}
%{update_desktop_database}
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_desktop_database}
%clean_icon_cache hicolor
%endif

%files
%defattr(644,root,root,755)
%doc README TODO AUTHORS INSTALL LICENSE LICENSE-GPL NEWS
%attr(755,root,root) %{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mimelnk/application/x-%{name}.desktop
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_iconsdir}/%{name}-document.png
%{_miconsdir}/%name.png
%dir %{_datadir}/%{name}
%lang(fr) %{_datadir}/%{name}/%{name}_fr.qm
%lang(fr) %{_datadir}/%{name}/qt_fr.qm




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-4
+ Revision: 5275968
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2492 |14cr|ledit-2.02.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	ledit
%define version	2.02.1
%define release	2

Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
License: 	BSD like
Summary:	Line editor
Group:		Editors
Source:		http://pauillac.inria.fr/~ddr/ledit/distrib/src/%{name}-%{version}.tgz
BuildRequires:	ocaml
BuildRequires:	camlp5
BuildRequires:	ncurses-devel
BuildRoot: 	%{_tmppath}/%{name}-%{version}

%description 
Ledit is a line editor, allowing to use control commands like in emacs
or in shells (bash, tcsh). To be used with interactive commands. It is
written in Ocaml and Camlp4 and uses the library unix.cma.

%prep
%setup -q
perl -pi -e 's|\+camlp5|+site-lib/camlp5|' Makefile

%build
make

%install
rm -rf %{buildroot}
make \
	BINDIR=%{buildroot}%{_bindir} \
	MANDIR=%{buildroot}%{_mandir}/man1 \
	install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES LICENSE README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.02.1-2
+ Revision: 4b79aff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2493 |14cr|leechcraft-0.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Modular Internet Client
Name:		leechcraft
Version:	0.6.0
Release:	4
License:	GPLv3+
Group:		Networking/Other
Url:		http://leechcraft.org
Source0:	http://netcologne.dl.sourceforge.net/project/%{name}/LeechCraft/%{version}/%{name}-%{version}.tar.xz
Patch0:		leechcraft-0.5.97-linkage.patch
Patch1:		leechcraft-0.5.97-soname.patch
Patch2:		leechcraft-0.5.99-ffmpeg2.0.patch
Patch3:		leechcraft-0.6.0-cpp11.patch
Patch4:		leechcraft-0.6.0-clang.patch
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	liblastfm-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	magic-devel
BuildRequires:	qt4-devel
BuildRequires:	qwt-devel
BuildRequires:	qxmpp-devel >= 0.7.5
BuildRequires:	pkgconfig(ddjvuapi)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(libchromaprint)
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libspectre)
BuildRequires:	pkgconfig(libtorrent-rasterbar)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(poppler-cpp)
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xscrnsaver)
# Core modules:
Requires:	%{name}-cstp = %{EVRD}
Requires:	%{name}-sb2 = %{EVRD}
Requires:	%{name}-summary = %{EVRD}
Requires:	%{name}-tabsessmanager = %{EVRD}
Requires:	%{name}-tpi = %{EVRD}
Suggests:	%{name}-plugins-main = %{EVRD}

%description
LeechCraft is a free modular "Internet client" application.

LeechCraft allows to browse the web, read RSS/Atom feeds, download
files via BitTorrent, HTTP, FTP and DC, automatically stream,
download or play podcasts and other media files and much more.

Features can be easily added via plugins that can be integrated with
each other with no effect while staying abstract from the exact
implementation.

This package contains the main LeechCraft executable, which connects
all the plugins with each other, routes requests between them, tracks
dependencies and performs several other housekeeping tasks.

%files -f %{name}.lang
%{_bindir}/leechcraft
%{_bindir}/leechcraft-add-file
%{_bindir}/leechcraft-handle-file
%{_datadir}/applications/leechcraft.desktop
%{_iconsdir}/hicolor/*/apps/leechcraft_main.png
%{_datadir}/%{name}/global_icons/
%{_datadir}/%{name}/qml/common
%{_datadir}/%{name}/qml/org
%{_datadir}/%{name}/settings/coresettings.xml
%{_datadir}/%{name}/sounds/
%{_datadir}/%{name}/themes/
%{_mandir}/man1/leechcraft.1*
%{_mandir}/man1/leechcraft-add-file.1*
%{_mandir}/man1/leechcraft-handle-file.1*

#----------------------------------------------------------------------------

%package plugins-main
Summary:	LeechCraft main modules
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-advancednotifications = %{EVRD}
Requires:	%{name}-aggregator = %{EVRD}
Requires:	%{name}-azoth = %{EVRD}
Requires:	%{name}-bittorrent = %{EVRD}
Requires:	%{name}-lackman = %{EVRD}
Requires:	%{name}-lmp = %{EVRD}
Requires:	%{name}-monocle = %{EVRD}
Requires:	%{name}-poshuku = %{EVRD}

%description plugins-main
A meta-task to install LeechCraft key modules.

It selects following modules:
 * advancednotifications
 * aggregator
 * azoth
 * bittorrent
 * lackman
 * lmp
 * monocle
 * poshuku

Some other key modules are already selected by main LeechCraft package:
 * cstp
 * sb2
 * summary
 * tabsessmanager
 * tpi

%files plugins-main

#----------------------------------------------------------------------------

%package plugins-extra
Summary:	LeechCraft extra modules
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-anhero = %{EVRD}
Requires:	%{name}-auscrie = %{EVRD}
Requires:	%{name}-blogique = %{EVRD}
Requires:	%{name}-dbusmanager = %{EVRD}
Requires:	%{name}-deadlyrics = %{EVRD}
Requires:	%{name}-dolozhee = %{EVRD}
Requires:	%{name}-gacts = %{EVRD}
Requires:	%{name}-glance = %{EVRD}
Requires:	%{name}-gmailnotifier = %{EVRD}
Requires:	%{name}-historyholder = %{EVRD}
Requires:	%{name}-hotsensors = %{EVRD}
Requires:	%{name}-hotstreams = %{EVRD}
Requires:	%{name}-kbswitch = %{EVRD}
Requires:	%{name}-kinotify = %{EVRD}
Requires:	%{name}-knowhow = %{EVRD}
Requires:	%{name}-lastfmscrobble = %{EVRD}
Requires:	%{name}-launchy = %{EVRD}
Requires:	%{name}-lemon = %{EVRD}
Requires:	%{name}-lhtr = %{EVRD}
Requires:	%{name}-liznoo = %{EVRD}
Requires:	%{name}-musiczombie = %{EVRD}
Requires:	%{name}-nacheku = %{EVRD}
Requires:	%{name}-netstoremanager = %{EVRD}
Requires:	%{name}-networkmonitor = %{EVRD}
Requires:	%{name}-newlife = %{EVRD}
Requires:	%{name}-otlozhu = %{EVRD}
Requires:	%{name}-pintab = %{EVRD}
Requires:	%{name}-pogooglue = %{EVRD}
Requires:	%{name}-secman = %{EVRD}
Requires:	%{name}-seekthru = %{EVRD}
Requires:	%{name}-shaitan = %{EVRD}
Requires:	%{name}-syncer = %{EVRD}
Requires:	%{name}-tabslist = %{EVRD}
Requires:	%{name}-touchstreams = %{EVRD}
Requires:	%{name}-vgrabber = %{EVRD}
Requires:	%{name}-vrooby = %{EVRD}
Requires:	%{name}-xproxy = %{EVRD}

%description plugins-extra
A meta-task to install LeechCraft additional modules.

It selects following modules:
 * anhero
 * auscrie
 * blogique
 * dbusmanager
 * deadlyrics
 * dolozhee
 * gacts
 * glance
 * gmailnotifier
 * historyholder
 * hotsensors
 * hotstreams
 * kbswitch
 * kinotify
 * knowhow
 * lastfmscrobble
 * launchy
 * lemon
 * lhtr
 * liznoo
 * musiczombie
 * nacheku
 * netstoremanager
 * networkmonitor
 * newlife
 * otlozhu
 * pintab
 * pogooglue
 * secman
 * seekthru
 * shaitan
 * syncer
 * tabslist
 * touchstreams
 * vgrabber
 * vrooby
 * xproxy

%files plugins-extra

#----------------------------------------------------------------------------

%define lcutil_major 0
%define liblcutil %mklibname lcutil %{lcutil_major}

%package -n %{liblcutil}
Summary:	LeechCraft shared library
Group:		System/Libraries

%description -n %{liblcutil}
LeechCraft shared library.

%files -n %{liblcutil}
%{_libdir}/liblcutil.so.%{lcutil_major}*

#----------------------------------------------------------------------------

%define xmlsettingsdialog_major 0
%define libxmlsettingsdialog %mklibname xmlsettingsdialog %{xmlsettingsdialog_major}

%package -n %{libxmlsettingsdialog}
Summary:	LeechCraft shared library
Group:		System/Libraries

%description -n %{libxmlsettingsdialog}
LeechCraft shared library.

%files -n %{libxmlsettingsdialog}
%{_libdir}/libxmlsettingsdialog.so.%{xmlsettingsdialog_major}*

#----------------------------------------------------------------------------

%package devel
Summary:	LeechCraft development files
Group:		Development/Other
Requires:	%{liblcutil} = %{EVRD}
Requires:	%{libxmlsettingsdialog} = %{EVRD}

%description devel
LeechCraft development files. Install them if you want to develop plugins.

%files devel
%{_libdir}/liblcutil.so
%{_libdir}/libxmlsettingsdialog.so
%{_includedir}/%{name}
%{_datadir}/cmake/Modules/InitLCPlugin.cmake
%{_datadir}/%{name}/cmake/

#----------------------------------------------------------------------------

%package advancednotifications
Summary:	LeechCraft Notifications framework module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description advancednotifications
This package provides an advanced notifications module for Leechcraft.

It's used for more flexible notifications customization.

%files advancednotifications -f leechcraft_advancednotifications.lang
%{_libdir}/%{name}/plugins/libleechcraft_advancednotifications*
%{_datadir}/%{name}/qml/advancednotifications
%{_datadir}/%{name}/settings/advancednotificationssettings.xml

#----------------------------------------------------------------------------

%package aggregator
Summary:	LeechCraft RSS/Atom Aggregator module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-poshuku = %{EVRD}
Requires:	qt4-database-plugin-sqlite

%description aggregator
This package provides a RSS/Atom feed reader module for LeechCraft.

It features:
 * RSS 0.92/0.93/1.0/2.0, Atom 0.3/1.0;
 * extensions like GeoRSS, MediaRSS, Comment API etc;
 * OPML support;
 * broadcatching and fetching arbitrary data with regexps;
 * tape mode for news display;
 * individual options for each channel like update interval;
 * storage either in SQLite or PostgreSQL;
 * exporting feeds to FB2 for further reading on handheld devices.

%files aggregator -f leechcraft_aggregator.lang
%{_libdir}/%{name}/plugins/libleechcraft_aggregator*
%{_datadir}/%{name}/scripts/aggregator
%{_datadir}/%{name}/settings/aggregatorsettings.xml

#----------------------------------------------------------------------------

%package anhero
Summary:	LeechCraft Crash handler module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description anhero
This package provides a crash handler module for LeechCraft.

It uses KDE utils to handle crashes, show backtraces and aid
in sending bug reports.

KDE itself is not necessary to be running for AnHero to work.

%files anhero -f leechcraft_anhero.lang
%{_libdir}/%{name}/plugins/libleechcraft_anhero*

#----------------------------------------------------------------------------

%package auscrie
Summary:	LeechCraft screenshoter Module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description auscrie
This package provides a screenshooter module for LeechCraft.

It allows to make screenshots of LeechCraft and then either save them
locally or upload them to an imagebin.

%files auscrie -f leechcraft_auscrie.lang
%{_libdir}/%{name}/plugins/libleechcraft_auscrie*

#----------------------------------------------------------------------------

%package azoth
Summary:	Instant Messager client module for LeechCraft
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}

%description azoth
This package provides a modular IM client for LeechCraft.

Totally in the spirit of LeechCraft, Azoth is modular itself. For example,
protocols are provided by corresponding plugins, so Azoth is a multiprotocol
client as well. Modularity also allows Azoth to be flexible, extensible and
enables the modules to use each other and avoid code and functionality
duplication.

Unlike other multiprotocol clients which tend to implement only those
features that are present in all the protocols, Azoth is modelled after the
XMPP protocol, aiming to provide extensive and full support for XMPP while
remaining usable for other protocols.

%files azoth -f leechcraft_azoth.lang
%{_libdir}/%{name}/plugins/libleechcraft_azoth*
%{_datadir}/%{name}/azoth
%{_datadir}/applications/leechcraft-azoth-acetamide.desktop
%{_datadir}/applications/leechcraft-azoth-xoox.desktop
%{_datadir}/%{name}/settings/azoth*

#----------------------------------------------------------------------------

%package bittorrent
Summary:	LeechCraft BitTorrent client module
Group:		Networking/File transfer
Requires:	%{name} = %{EVRD}

%description bittorrent
This package provides a bittorrent client for LeechCraft.

It is feature-rich, fast and efficient.

Features
 * Support for DHT.
 * Magnet links support.
 * Sequential download mode where torrent is download sequentially.
 * Torrents queue, limiting number of seeding/leeching torrents.
 * Ability to rename files and directories in the torrent.
 * Selective download: possibility to select specific files from torrent.
 * Continue downloads left by any other client.
 * Support for sparse files.
 * Tags for torrents.
 * Global and per-torrent speed limits.
 * Connection number limits.
 * Fast resume support to avoid long startup times.
 * IP filter to block/unblock unwanted peers.
 * Support for extension protocol
etc.

%files bittorrent -f leechcraft_bittorrent.lang
%{_libdir}/%{name}/plugins/libleechcraft_bittorrent*
%{_datadir}/applications/leechcraft-bittorrent.desktop
%{_datadir}/%{name}/settings/torrentsettings.xml

#----------------------------------------------------------------------------

%package blogique
Summary:	LeechCraft blogging client module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-lhtr = %{EVRD}

%description blogique
It supports different blogging platforms via different submodules.

Current sublodules are:
 * hestia, a local blogging platform
 * metida, a LiveJournal client

%files blogique -f leechcraft_blogique.lang
%{_libdir}/%{name}/plugins/libleechcraft_blogique.so
%{_libdir}/%{name}/plugins/libleechcraft_blogique_hestia.so
%{_libdir}/%{name}/plugins/libleechcraft_blogique_metida.so
%{_datadir}/%{name}/qml/blogique
%{_datadir}/%{name}/settings/blogique*

#----------------------------------------------------------------------------

%package cstp
Summary:	LeechCraft HTTP module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description cstp
This package provides HTTP implementation plugin for LeechCraft.

It is a clean and simple HTTP implementation. Mainly used by many other
plugins, like Aggregator or SeekThru or vGrabber.

Features:
 * Support for redirects.
 * Automatic downloads from other plugins.
 * Support for continuing of interrupted downloads.

%files cstp -f leechcraft_cstp.lang
%{_libdir}/%{name}/plugins/libleechcraft_cstp*
%{_datadir}/%{name}/settings/cstpsettings.xml

#----------------------------------------------------------------------------

%package dbusmanager
Summary:	LeechCraft D-Bus module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description dbusmanager
This package provides a D-Bus implementation module for LeechCraft.

It allows to use D-Bus. Currently, this only means showing notifications
via implementations supporting FreeDesktop's notifications standard,
like KDE 4.4 (or higher), Gnome, XFCE and others.

%files dbusmanager -f leechcraft_dbusmanager.lang
%{_libdir}/%{name}/plugins/libleechcraft_dbusmanager*
%{_datadir}/%{name}/settings/dbusmanagersettings.xml

#----------------------------------------------------------------------------

%package deadlyrics
Summary:	LeechCraft lyrics finder module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description deadlyrics
This package provides a lyrics finder module for LeechCraft.

It is a simple client for searching song lyrics on various sites.
The search interface is available via LeechCraft Summary.

%files deadlyrics -f leechcraft_deadlyrics.lang
%{_libdir}/%{name}/plugins/libleechcraft_deadlyrics*

#----------------------------------------------------------------------------

%package dolozhee
Summary:	LeechCraft issue reporting module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description dolozhee
This package provides a Dolozhee module for LeechCraft.

It allows to quickly and easily submit bug reports and feature
requests to LeechCraft issues tracker.

%files dolozhee -f leechcraft_dolozhee.lang
%{_libdir}/%{name}/plugins/libleechcraft_dolozhee*

#----------------------------------------------------------------------------

%package gacts
Summary:	LeechCraft global actions module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description gacts
This package provides a global shortcut manager for LeechCraft.

It allows to set and use global hotkeys.

%files gacts
%{_libdir}/%{name}/plugins/libleechcraft_gacts*

#----------------------------------------------------------------------------

%package glance
Summary:	LeechCraft opened tabs overview module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description glance
This package provides a tabs overview module for Leechcraft.

It allows to show the thumbnailed grid overview of tabs.


%files glance -f leechcraft_glance.lang
%{_libdir}/%{name}/plugins/libleechcraft_glance*

#----------------------------------------------------------------------------

%package gmailnotifier
Summary:	LeechCraft GMail notifier module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description gmailnotifier
This package provides a GMail notifications module for Leechcraft.

It allows to get notifications about new mail in your GMail account.

It has configurable frequency of the updates and the number of last unread
messages shown.

%files gmailnotifier -f leechcraft_gmailnotifier.lang
%{_libdir}/%{name}/plugins/libleechcraft_gmailnotifier*
%{_datadir}/%{name}/qml/gmailnotifier
%{_datadir}/%{name}/settings/gmailnotifiersettings.xml

#----------------------------------------------------------------------------

%package historyholder
Summary:	LeechCraft history module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description historyholder
This package provides a history keeper module for LeechCraft.

It allows to store information about finished downloads and similar events
and allows to search it by text, wildcard, regular expressions or tags.

%files historyholder -f leechcraft_historyholder.lang
%{_libdir}/%{name}/plugins/libleechcraft_historyholder*

#----------------------------------------------------------------------------

%package hotsensors
Summary:	LeechCraft temperature sensors module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description hotsensors
This package provides a temperature sensors module for LeechCraft.

%files hotsensors
%{_libdir}/%{name}/plugins/libleechcraft_hotsensors*
%{_datadir}/%{name}/qml/hotsensors

#----------------------------------------------------------------------------

%package hotstreams
Summary:	LeechCraft Radio streams module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-lmp = %{EVRD}

%description hotstreams
This package provides a radio streams module for LeechCraft.

%files hotstreams
%{_libdir}/%{name}/plugins/libleechcraft_hotstreams*

#----------------------------------------------------------------------------

%package kbswitch
Summary:	LeechCraft keyboard switcher module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description kbswitch
This module allows to change keyboard layouts from LeechCraft.

%files kbswitch
%{_libdir}/%{name}/plugins/libleechcraft_kbswitch*
%{_datadir}/%{name}/settings/kbswitchsettings.xml

#----------------------------------------------------------------------------

%package kinotify
Summary:	LeechCraft kinetic notifications module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description kinotify
This package contains a fancy notifications module for LeechCraft.

It provides fancy kinetic notifications LeechCraft-wide instead of old-style
tray-based ones. It supports notifications with HTML markup, notification
actions (for example, "Open chat" action in a notification about incoming IM
message) and is fully themable.

Features:
 * Supports HTML markup.
 * Supports notification actions.
 * Themable.
 * Platform-independent.

%files kinotify -f leechcraft_kinotify.lang
%{_libdir}/%{name}/plugins/libleechcraft_kinotify*
%{_datadir}/%{name}/settings/kinotifysettings.xml
%{_datadir}/%{name}/kinotify/

#----------------------------------------------------------------------------

%package knowhow
Summary:	LeechCraft Tips of the day module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description knowhow
This package provides a tips module for LeechCraft.

It allows to display tips of the day window when LeechCraft starts.

%files knowhow
%{_libdir}/%{name}/plugins/libleechcraft_knowhow*
%{_datadir}/%{name}/settings/knowhowsettings.xml
%{_datadir}/%{name}/knowhow/

#----------------------------------------------------------------------------

%package lackman
Summary:	LeechCraft package manager module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description lackman
This package provides a package manager module for Leechcraft.

It allows to install script plugins, iconsets, translations, additional data
and other similar packages.

It also supports dependencies between packages as well as versioning and
automatic updates of the packages. LackMan works completely in userspace and
is crossplatform by its nature.

Features:
 * Allows installation of script plugins, icons and various other data.
 * Supports versioning and automatic updates of packages.
 * Supports dependencies between packages.
 * Works entirely in userspace, operating in user's home directory.
 * Is a crossplatform package manager.

%files lackman -f leechcraft_lackman.lang
%{_libdir}/%{name}/plugins/libleechcraft_lackman*
%{_datadir}/%{name}/settings/lackmansettings.xml

#----------------------------------------------------------------------------

%package lastfmscrobble
Summary:	LeechCraft Last.FM Scrobble module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-lmp = %{EVRD}

%description lastfmscrobble
This package contains a LastFMScrobble module for LeechCraft.

It provides support for the Last.FM service. For example, it scrobble tracks
from other players, requests similar artists (on demand by other players as
well), supports fetching album art, etc.

Features:
 * Scrobbling listened tracks from other players like LMP to Last.FM.
 * "Loving" listened tracks.
 * Support for requesting artists that are similar to a given artist.
 * Automatic fetching of album art.
 * Support for Last.FM radio.
 * Fetching personalized recommendations.
 * Fetching recent releases of artists that are in the user's collection.
 * Fetching artists biography.
 * Configurable language of the fetched information.

%files lastfmscrobble -f leechcraft_lastfmscrobble.lang
%{_libdir}/%{name}/plugins/libleechcraft_lastfmscrobble*
%{_datadir}/%{name}/settings/lastfmscrobblesettings.xml

#----------------------------------------------------------------------------

%package launchy
Summary:	LeechCraft launcher module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description launchy
This package provides a third-party applications launcher module
for LeechCraft.

Features:
 * Support for favorites.
 * Quark for quickly opening applications added to favorites.
 * Keyboard navigation.
 * Filtering by application name, description or executable name.

%files launchy -f leechcraft_launchy.lang
%{_libdir}/%{name}/plugins/libleechcraft_launchy*
%{_datadir}/%{name}/qml/launchy

#----------------------------------------------------------------------------

%package lemon
Summary:	LeechCraft network monitor module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description lemon
This package provides another network monitor module for Leechcraft.

It provides a quark for panels like SB2 and traffic graphs.

%files lemon
%{_libdir}/%{name}/plugins/libleechcraft_lemon*
%{_datadir}/%{name}/qml/lemon

#----------------------------------------------------------------------------

%package lhtr
Summary:	LeechCraft HTML WYSIWYG editor module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description lhtr
This package provides a HTML WYSIWYG editor module for Leechcraft.

It can be usable with mail and blog modules.

%files lhtr -f leechcraft_lhtr.lang
%{_libdir}/%{name}/plugins/libleechcraft_lhtr*
%{_datadir}/%{name}/settings/lhtrsettings.xml

#----------------------------------------------------------------------------

%package liznoo
Summary:	LeechCraft power managment module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	upower

%description liznoo
This package provides a power manager plugin for Leechcraft.

It uses UPower on Linux.

Features:
 * Displays battery status in LeechCraft tray.
 * Displays battery charge and power consumption history.
 * Notifies other plugins about sleep and resume events. This way plugins
   like Azoth can disconnect from servers gracefully on hibernation and
   reconnect properly on startup.
 * Allows user to easily sleep/hibernate the system.
 * Notifies user when device starts discharging or charging.
 * Notifies user on low power level.

%files liznoo -f leechcraft_liznoo.lang
%{_libdir}/%{name}/plugins/libleechcraft_liznoo*
%{_datadir}/%{name}/settings/liznoosettings.xml

#----------------------------------------------------------------------------

%package lmp
Summary:	LeechCraft Media player module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Suggests:	%{name}-deadlyrics = %{EVRD}
Suggests:	%{name}-hotstreams = %{EVRD}
Suggests:	%{name}-lastfmscrobble = %{EVRD}
Suggests:	%{name}-musiczombie = %{EVRD}
Suggests:	%{name}-touchstreams = %{EVRD}

%description lmp
This package provides a audio player module for LeechCraft.

It allows to play audio and stream audio.
It uses Phonon as a backend thus supporting major codecs.

Features:
 * Support for major audio formats.
 * Streaming media over Internet.
 * Play queue.
 * Support for automatic podcast playing (with a plugin like Aggregator).

%files lmp -f leechcraft_lmp.lang
%{_libdir}/%{name}/plugins/libleechcraft_lmp*
%{_datadir}/%{name}/settings/lmp*

#----------------------------------------------------------------------------

%package monocle
Summary:	LeechCraft document viewer module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description monocle
This package provides a modular document viewer module for LeechCraft.

It supports different document formats via different backends.

Currently it has backends for:
 * PDF
 * PostScript
 * Djvu
 * FB2

%files monocle -f leechcraft_monocle.lang
%{_libdir}/%{name}/plugins/libleechcraft_monocle*
%{_datadir}/%{name}/settings/monoclesettings.xml
%{_datadir}/applications/leechcraft-monocle-fxb.desktop
%{_datadir}/applications/leechcraft-monocle-pdf.desktop
%{_datadir}/applications/leechcraft-monocle-postrus.desktop
%{_datadir}/applications/leechcraft-monocle-seen.desktop

#----------------------------------------------------------------------------

%package musiczombie
Summary:	LeechCraft MusicBrainz.org client module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-lmp = %{EVRD}

%description musiczombie
This package provides a MusicBrainz.org client module for LeechCraft.

%files musiczombie
%{_libdir}/%{name}/plugins/libleechcraft_musiczombie*

#----------------------------------------------------------------------------

%package nacheku
Summary:	LeechCraft link watcher module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description nacheku
This package provides a Nacheku plugin for LeechCraft.

It allows to watch clipboard and directory in order to
get links and download files.

%files nacheku
%{_libdir}/%{name}/plugins/libleechcraft_nacheku*
%{_datadir}/%{name}/settings/nachekusettings.xml

#----------------------------------------------------------------------------

%package netstoremanager
Summary:	LeechCraft network file storages module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description netstoremanager
This package provides a network storage module for Leechcraft.

It allows to manage network storages like Google Drive.
It is modular, so different storages can be added to it
without modifying the plugin itself.

Features:
 * Upload files easily from LeechCraft.
 * Maintain the list of uploaded files.
 * Delete the uploaded files (if supported by service).
 * Support for prolongating uploaded files (if supported by service).

Supported services:
 * Google Drive
 * Yandex.Disk (currently disabled)

%files netstoremanager -f leechcraft_netstoremanager.lang
%{_libdir}/%{name}/plugins/libleechcraft_netstoremanager*
%{_datadir}/%{name}/settings/netstoremanagersettings.xml
%{_datadir}/%{name}/settings/nsmgoogledrivesettings.xml

#----------------------------------------------------------------------------

%package networkmonitor
Summary:	LeechCraft network monitor module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description networkmonitor
This package provides a network monitor module for LeechCraft.

It allows to watch for HTTP requests and allows to inspect them and search
through the list.

%files networkmonitor -f leechcraft_networkmonitor.lang
%{_libdir}/%{name}/plugins/libleechcraft_networkmonitor*

#----------------------------------------------------------------------------

%package newlife
Summary:	LeechCraft settings importer module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description newlife
This package provides a settings importer module for LeechCraft.

It allows to import settings, preferences etc. from various applications.

Currently it supports
 * Kopete: chat history.
 * Psi+: account settings, chat history.
 * Vacuum IM: account settings, chat history.
 * Akregator: feeds list, individual settings for each feed, like
   update interval and custom storage parameters, Akregator's settings.
 * Firefox: history, bookmarks, RSS feeds (aka Live bookmarks).
 * Liferea: feeds list.

%files newlife -f leechcraft_newlife.lang
%{_libdir}/%{name}/plugins/libleechcraft_newlife*

#----------------------------------------------------------------------------

%package otlozhu
Summary:	LeechCraft ToDo manager module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description otlozhu
This package provides a ToDo manager module for LeechCraft.

It is a GTD-inspired ToDo manager.

%files otlozhu -f leechcraft_otlozhu.lang
%{_libdir}/%{name}/plugins/libleechcraft_otlozhu*

#----------------------------------------------------------------------------

%package pintab
Summary:	LeechCraft pinning tabs module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description pintab
This package provides a pinning tabs module for LeechCraft.

It allows to pin important tabs so that they occupy less space.

%files pintab -f leechcraft_pintab.lang
%{_libdir}/%{name}/plugins/libleechcraft_pintab*

#----------------------------------------------------------------------------

%package pogooglue
Summary:	LeechCraft quick google search module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-poshuku = %{EVRD}

%description pogooglue
This package provides a quick search module for LeechCraft.

It allows to search instantly selected text in Google.

%files pogooglue -f leechcraft_pogooglue.lang
%{_libdir}/%{name}/plugins/libleechcraft_pogooglue*

#----------------------------------------------------------------------------

%package poshuku
Summary:	Web Browser module for LeechCraft
Group:		Networking/WWW
Requires:	%{name} = %{EVRD}

%description poshuku
This package provides a full-featured WebKit-based Web Browser for LeechCraft.

%files poshuku -f leechcraft_poshuku.lang
%{_libdir}/%{name}/plugins/libleechcraft_poshuku*
%{_datadir}/%{name}/installed/poshuku
%{_datadir}/%{name}/settings/poshuku*

#----------------------------------------------------------------------------

%package sb2
Summary:	LeechCraft SideBar2 module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description sb2
This package provides another side bar module for Leechcraft.

It is a next-gen fluid sidebar with quick launch, tabs and tray areas.

%files sb2
%{_libdir}/%{name}/plugins/libleechcraft_sb2*
%{_datadir}/%{name}/qml/sb2

#----------------------------------------------------------------------------

%package secman
Summary:	LeechCraft security manager module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description secman
This package provides a security manager module for LeechCraft.

%files secman
%{_libdir}/%{name}/plugins/libleechcraft_secman*

#----------------------------------------------------------------------------

%package seekthru
Summary:	LeechCraft OpenSearch module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description seekthru
This package contains an OpenSearch module for LeechCraft.

It provides a search client for OpenSearch-enabled web sites and engines.

Features:
 * Support for autodiscovery of OpenSearch-capable web sites.
 * Tagging of search engines.
 * Support for queries to several search engines at once.
 * Support search results in RSS/Atom format and subscribe to them
   with a suitable plugin like Aggregator.
 * Show results in HTML format with a suitable plugin like Poshuku.

%files seekthru -f leechcraft_seekthru.lang
%{_libdir}/%{name}/plugins/libleechcraft_seekthru*
%{_datadir}/%{name}/settings/seekthrusettings.xml

#----------------------------------------------------------------------------

%package shaitan
Summary:	LeechCraft terminal module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	xterm

%description shaitan
This package provides a terminal module for LeechCraft, a wrapper over xterm.

%files shaitan
%{_libdir}/%{name}/plugins/libleechcraft_shaitan*

#----------------------------------------------------------------------------

%package summary
Summary:	LeechCraft summary info module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description summary
This package provides a summary module for LeechCraft.

It allows to show a quick overview of LeechCraft's state. It shows current
tasks like leeching or seeding torrents and downloading files with context-
dependent actions and views. It also can collect status information from
other plugins like unread channels.

Summary also allows to perform searches via the installed plugins
like SeekThru, HistoryHolder or vGrabber.

Features:
 * List of current tasks and events with context-dependent actions
   and views for selected items.
 * Support for gathering status information from other plugins.
 * Category-based search query support via other plugins.

%files summary -f leechcraft_summary.lang
%{_libdir}/%{name}/plugins/libleechcraft_summary*

#----------------------------------------------------------------------------

%package syncer
Summary:	LeechCraft synchronization module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description syncer
This package provides a synchronization module for LeechCraft.

It allows to synchronize data and settings between LeechCraft instances
running on different machines.

%files syncer -f leechcraft_syncer.lang
%{_libdir}/%{name}/plugins/libleechcraft_syncer*
%{_datadir}/%{name}/settings/syncersettings.xml

#----------------------------------------------------------------------------

%package tabsessmanager
Summary:	LeechCraft tab session manager module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description tabsessmanager
This package provides a Tab Session Manager module for LeechCraft.

TabSessManager allows to restore automatically last session and
allows to create named sessions.

Features:
 * Automatically restores last session on LeechCraft startup.
 * Allows one to save named sessions for restoring them later.

%files tabsessmanager -f leechcraft_tabsessmanager.lang
%{_libdir}/%{name}/plugins/libleechcraft_tabsessmanager*

#----------------------------------------------------------------------------

%package tabslist
Summary:	LeechCraft tabs list module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description tabslist
This package provides a tabs list module for Leechcraft.

It allows to show the list of currently opened tabs and allows to quickly
navigate between them.

%files tabslist -f leechcraft_tabslist.lang
%{_libdir}/%{name}/plugins/libleechcraft_tabslist*

#----------------------------------------------------------------------------

%package touchstreams
Summary:	LeechCraft VK.com client module for audio streaming
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-lmp = %{EVRD}

%description touchstreams
This package provides a VK.com client module for LeechCraft.

TouchStreams is used for streaming audio from this social network.
It allows other plugins like LMP to query for available tracks given artist
name, track name or a free-form string and returns the tracks available for
streaming.

%files touchstreams -f leechcraft_touchstreams.lang
%{_libdir}/%{name}/plugins/libleechcraft_touchstreams*
%{_datadir}/%{name}/settings/touchstreamssettings.xml

#----------------------------------------------------------------------------

%package tpi
Summary:	LeechCraft task progress indicator module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description tpi
This package provides a task progress indicator quark module for LeechCraft.

%files tpi
%{_libdir}/%{name}/plugins/libleechcraft_tpi*
%{_datadir}/%{name}/qml/tpi

#----------------------------------------------------------------------------

%package vgrabber
Summary:	LeechCraft Vkontakte grabber module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description vgrabber
This package provides a Vkontakte.ru module for LeechCraft.

It allows to grab and play audio and video from the russian
social network Vkontakte.

Features:
 * Download or stream audios and videos from Vkontakte.
 * Search for audios and videos.

%files vgrabber -f leechcraft_vgrabber.lang
%{_libdir}/%{name}/plugins/libleechcraft_vgrabber*
%{_datadir}/%{name}/settings/vgrabbersettings.xml

#----------------------------------------------------------------------------

%package vrooby
Summary:	LeechCraft removable storage devices manager module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	udisks

%description vrooby
This package provides a removable storage devices manager module
for LeechCraft.

It allows to watch removable storage devices via d-bus and udisks.

%files vrooby -f leechcraft_vrooby.lang
%{_libdir}/%{name}/plugins/libleechcraft_vrooby*

#----------------------------------------------------------------------------

%package xproxy
Summary:	LeechCraft proxy manager module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description xproxy
This package provides an advanced proxy manager module for LeechCraft.

It allows to configure and use proxy servers.

%files xproxy -f leechcraft_xproxy.lang
%{_libdir}/%{name}/plugins/libleechcraft_xproxy*
%{_datadir}/%{name}/settings/xproxysettings.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
%global _fortify_cflags %{nil}
%global optflags %{optflags} -O0
pushd src
%cmake \
	-DENABLE_LADS:BOOL=OFF \
	-DENABLE_QROSP:BOOL=OFF
%make
popd

%install
pushd src
%makeinstall_std -C build
popd

%find_lang %{name} --with-qt
%find_lang leechcraft_advancednotifications --with-qt
%find_lang leechcraft_aggregator --with-qt
%find_lang leechcraft_anhero --with-qt
%find_lang leechcraft_auscrie --with-qt
%find_lang leechcraft_azoth \
		leechcraft_azoth_acetamide \
		leechcraft_azoth_autoidler \
		leechcraft_azoth_autopaste \
		leechcraft_azoth_birthdaynotifier \
		leechcraft_azoth_chathistory \
		leechcraft_azoth_depester \
		leechcraft_azoth_herbicide \
		leechcraft_azoth_hili  \
		leechcraft_azoth_isterique \
		leechcraft_azoth_lastseen \
		leechcraft_azoth_metacontacts \
		leechcraft_azoth_modnok \
		leechcraft_azoth_p100q \
		leechcraft_azoth_rosenthal \
		leechcraft_azoth_vader \
		leechcraft_azoth_xoox \
		leechcraft_azoth_xtazy \
		leechcraft_azoth.lang --with-qt
%find_lang leechcraft_bittorrent --with-qt
%find_lang leechcraft_blogique --with-qt
%find_lang leechcraft_cstp --with-qt
%find_lang leechcraft_dbusmanager --with-qt
%find_lang leechcraft_deadlyrics --with-qt
%find_lang leechcraft_dolozhee --with-qt
%find_lang leechcraft_glance --with-qt
%find_lang leechcraft_gmailnotifier --with-qt
%find_lang leechcraft_historyholder --with-qt
%find_lang leechcraft_kinotify --with-qt
%find_lang leechcraft_lackman --with-qt
%find_lang leechcraft_lastfmscrobble --with-qt
%find_lang leechcraft_launchy --with-qt
%find_lang leechcraft_lhtr --with-qt
%find_lang leechcraft_liznoo --with-qt
%find_lang leechcraft_lmp \
		leechcraft_lmp_dumbsync \
		leechcraft_lmp_graffiti \
		leechcraft_lmp.lang --with-qt
%find_lang leechcraft_monocle --with-qt
%find_lang leechcraft_netstoremanager \
		leechcraft_netstoremanager_googledrive \
		leechcraft_netstoremanager.lang --with-qt
%find_lang leechcraft_networkmonitor --with-qt
%find_lang leechcraft_newlife --with-qt
%find_lang leechcraft_otlozhu --with-qt
%find_lang leechcraft_pintab --with-qt
%find_lang leechcraft_pogooglue --with-qt
%find_lang leechcraft_poshuku \
		leechcraft_poshuku_cleanweb \
		leechcraft_poshuku_fatape \
		leechcraft_poshuku_filescheme \
		leechcraft_poshuku_fua \
		leechcraft_poshuku_onlinebookmarks \
		leechcraft_poshuku_onlinebookmarks_delicious \
		leechcraft_poshuku_onlinebookmarks_readitlater \
		leechcraft_poshuku.lang --with-qt
%find_lang leechcraft_seekthru --with-qt
%find_lang leechcraft_summary --with-qt
%find_lang leechcraft_syncer --with-qt
%find_lang leechcraft_tabsessmanager --with-qt
%find_lang leechcraft_tabslist --with-qt
%find_lang leechcraft_touchstreams --with-qt
%find_lang leechcraft_vgrabber --with-qt
%find_lang leechcraft_vrooby --with-qt
%find_lang leechcraft_xproxy --with-qt


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-4
+ Revision: 94e9837
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2494 |14cr|lemonpos-0.9.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open Source point of sale for Linux
Name:		lemonpos
Version:	0.9.3
Release:	2
Source0:	http://downloads.sourceforge.net/lemonpos/%{name}-%{version}.tar.bz2
License:	GPLv2+
Group:		Office
Url:		http://lemonpos.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	kdelibs4-devel
BuildRequires: 	automoc4
Requires:	qt4-database-plugin-mysql

%description
Lemon Pos is an opensource point of sale for linux (or any other unix),
targeted for small and medium sized business. It has been tested with a
parallel port ticket printer, and a barcode scanner.

%if %mdkversion < 200900
%post
%update_menus

%postun
%update_menus
%endif

%files -f lemon.lang
%defattr(-,root,root)
%doc README INSTALL NOTES USING
%{_kde_bindir}/*
%{_kde_datadir}/applications/kde4/*.desktop
%{_kde_appsdir}/lemon
%{_kde_appsdir}/squeeze
%{_kde_configdir}/lemonrc
%{_kde_datadir}/config.kcfg/*.kcfg
%{_kde_iconsdir}/*/*/*/*

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
%cmake_kde4
%make

%install
rm -rf %{buildroot}
%{makeinstall_std} -C build

%if %{mdvver} <= 201100
    %find_lang lemon lemon squeeze
%else
    %find_lang lemon squeeze lemon.lang
%endif

%clean
rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-2
+ Revision: 6d42e27
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2495 |14cr|letterize-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		letterize
Version:	1.3
Release:	2
Summary:	Generate pronounceable mnemonics from phone numbers
URL:		http://www.catb.org/~esr/letterize/
Source0:	%{name}-%{version}.tar.gz
License:	GPLv2+
Group:		Text tools
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}

%description
Generate all possible alphabetic mnemonics for a phone
number, then filter them for phonetic plausibility in
English.

%prep
%setup -q

%build

cc $RPM_OPT_FLAGS letterize.c -o letterize

## make letterize.1

%install
rm -rf %buildroot 
mkdir -p %buildroot/usr/bin
mkdir -p %buildroot/usr/share/man/man1/
cp %{name}  %buildroot/usr/bin
cp %{name}.1 %buildroot/usr/share/man/man1/

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%doc README COPYING
%{_mandir}/man1/%{name}.1*
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-2
+ Revision: b285bb9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2496 |14cr|lexed-4.7-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	%{version}
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Name:		lexed
Version:	4.7
Release:	11
Summary:	Lexicon analyser
Source:		https://gforge.inria.fr/frs/download.php/1489/%{name}-%{version}.tar.bz2
URL:		https://gforge.inria.fr/projects/lingwb/
License:	GPL
Group:		Sciences/Computer science
Requires:	%{libname} = %{version}-%{release}

%description
Lexed allows to search a dictionary entry from a string. The finished
automata-based algorithm is especially fast, and offers a good alternative to
hashes for large dictionnaries.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{libname}-devel < 4.7-10

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING INSTALL NEWS README doc/*.html
%{_bindir}/%{name}
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/liblexed-%{version}.so

%files -n %{devname}
%{_bindir}/%{name}-config
%{_includedir}/*
%{_libdir}/liblexed.so
%{_datadir}/aclocal/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.7-11
+ Revision: 57a4e68
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2497 |14cr|lft-3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name lft
%define version 3.1
%define release 3

Summary:	Alternative traceroute tool for network (reverse) engineers
Name:		%{name}
Version:	%{version}
Release:	%{release}
URL:            http://pwhois.org/lft/
Source0:	%{name}-%{version}.tar.gz
Patch0:		lft-3.1-fix_install.patch
Patch1:		lft-3.1-fix_str_fmt.patch
Group:		Networking/Other
# http://pwhois.org/license.who
License:	VOSTROM Public License
BuildRequires:	libpcap-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Provides:	whob = %{version}-%{release}

%description
LFT, short for Layer Four Traceroute, is a sort of 'traceroute'
that often works much faster (than the commonly-used Van Jacobson
method) and goes through many configurations of packet-filter
based firewalls. More importantly, LFT implements numerous other
features including AS number lookups, loose source routing,
netblock name lookups, et al.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0 -b .fix_install
%patch1 -p0 -b .fix_str_fmt

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}

%makeinstall_std

echo "lft is suid because it requires a access to a raw socket in order to send packet." > README.suid

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG README TODO README.suid
%attr(4755,root,root) %{_bindir}/lft
%{_bindir}/whob
%{_mandir}/man8/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1-3
+ Revision: 376f88a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2498 |14cr|lgeneral-1.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lgeneral
Version:	1.2.3
Summary:	A Panzer General clone
Release:	2
License:	GPLv2+
Group:		Games/Strategy
URL:		http://lgames.sourceforge.net/index.php?project=LGeneral
Source0:	http://prdownloads.sourceforge.net/lgeneral/%{name}-%{version}.tar.gz
Source1:	http://prdownloads.sourceforge.net/lgeneral/pg-data.tar.gz
Patch0:		lgeneral-1.2.2-fix-format-errors.patch
Patch4:		lgeneral-1.2-make-lgc-pg-buildroot-aware.patch
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL-devel
BuildRequires:	gettext-devel
BuildRequires:	x11-server-xvfb
BuildRequires:	desktop-file-utils

%description
LGeneral is a turn-based strategy engine heavily inspired by Panzer General.
You play single scenarios or whole campaigns turn by turn against a human
player or the AI. Entrenchment, rugged defense, defensive fire, surprise
contacts, surrender, unit supply, weather influence, reinforcements and other
implementations contribute to the tactical and strategic depth of the game.

%prep
%setup -q -a1
%patch0 -p1
%patch4 -p1

%build
cp /usr/share/gettext/config.rpath .
autoreconf -fi
%configure2_5x	--bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

mv %{buildroot}%{_gamesdatadir}/applications %{buildroot}%{_datadir}/
mv %{buildroot}%{_gamesdatadir}/icons %{buildroot}%{_datadir}/

desktop-file-install	--dir %{buildroot}%{_datadir}/applications \
			--add-category="StrategyGame" \
			%{buildroot}%{_datadir}/applications/%{name}.desktop

sed -i s,Icon=.*,Icon=lgeneral48, %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang lgeneral pg %{name}.lang

# not created by make install with new automake but needed for lgc-pg
mkdir -p %{buildroot}%{_gamesdatadir}/lgeneral/gfx/flags
mkdir -p %{buildroot}%{_gamesdatadir}/lgeneral/gfx/terrain
mkdir -p %{buildroot}%{_gamesdatadir}/lgeneral/gfx/units
# install data files
xvfb-run lgc-pg/lgc-pg -s pg-data -d %{buildroot}%{_gamesdatadir}/lgeneral

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README* TODO
%{_gamesdatadir}/%{name}
%{_iconsdir}/%{name}48.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man[16]/*
%{_gamesbindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-2
+ Revision: d6d15da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2499 |14cr|lhs2tex-1.18.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#% global debug_package %{nil}
#% define _cabal_setup Setup.lhs
%define _no_haddock 1
%define module lhs2tex
Name:           %{module}
Version:        1.18.1
Release:        3
Summary:        Preprocessor for typesetting Haskell sources with LaTeX
Group:          Development/Other
License:        GPLv2+
URL:            http://hackage.haskell.org/package/%{module}
Source0:        http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz

BuildRequires:  ghc, ghc-devel, haskell-macros, haddock
buildrequires:  haskell(regex-compat)
buildrequires:  dblatex
Requires(pre):  ghc
requires(pre):  haskell(regex-compat)

%description
Preprocessor for typesetting Haskell sources with LaTeX

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_compil

%install
%_cabal_install
%_cabal_rpm_gen_deps

%check
%_cabal_check

%files
%defattr(-,root,root,-)
%{_docdir}/%{module}-%{version}
%_cabal_rpm_deps_dir
%{_datadir}/%{module}-%{version}
%{_mandir}/man1/*
%{_bindir}/lhs2TeX



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.18.1-3
+ Revision: 9c7f35b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2500 |14cr|lib3ds-1.3.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname 3ds %{major}
%define develname %mklibname 3ds -d

Summary:	The 3D Studio file format library
Name:		lib3ds
Version:	1.3.0
Release:	6
License:	GPLv2+
Group:		System/Libraries
URL:		http://lib3ds.sourceforge.net/
Source0:		http://downloads.sourceforge.net/lib3ds/%{name}-%{version}.zip
BuildRequires:	pkgconfig(glut)


%description
Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for handling
3DS files It's main goal is to simplify the creation of 3DS import and
export filters.

This project is not related in any form to Autodesk. The library is
based on unofficial information about the 3DS format found on the web.

%package -n %{libname}
Summary:	The 3D Studio file format library
Group:		System/Libraries
Obsoletes:	lib3ds < 1.3.0-2
Provides:	lib3ds

%description -n %{libname}
Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for handling
3DS files It's main goal is to simplify the creation of 3DS import and
export filters.

This project is not related in any form to Autodesk. The library is
based on unofficial information about the 3DS format found on the web.

%package -n %{develname}
Summary:	Development files and headers for %{name}
Group:          Development/C
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	lib3ds-devel < 1.3.0-2

%description -n	%{develname}
Development files and headers for %{name}.

%prep
%setup -q


%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std
#multiarch
%multiarch_binaries %{buildroot}%{_bindir}/lib3ds-config

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif


%files -n %{libname}
%doc AUTHORS ChangeLog README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_libdir}/%{name}.so
%{_includedir}/%{name}
%{_datadir}/aclocal/%{name}.m4
%{_mandir}/man1/*
%defattr(755,root,root,755)
%{_bindir}/3ds*
%{_bindir}/lib3ds-config
%multiarch %{multiarch_bindir}/lib3ds-config



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-6
+ Revision: ee93b08
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2501 |14cr|lib64libgap-4.6.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define oname libgap

Name:		%mklibname %{oname}
Version:	4.6.5
Release:	5
License:	GPLv2+
Group:		Sciences/Mathematics

Summary:	C library version of the GAP kernel
URL:		https://bitbucket.org/vbraun/libgap
Source0:	https://bitbucket.org/vbraun/libgap/downloads/%{oname}-%{version}.tar.gz
Source1:	%{oname}.rpmlintrc
BuildRequires:	libtool
BuildRequires:	gap-devel
BuildRequires:	gap-libs
Patch0:		%{oname}-arch.patch
Patch1:		%{oname}-nogmp.patch

%description
LibGAP -- a C library version of the GAP kernel (http://www.gap-system.org)

LibGAP is essentially a fork of the upstream GAP kernel. It is developed
in its own repository at https://bitbucket.org/vbraun/libgap. This is
also where the spkg metadata is tracked.

%package	devel
Summary:	Development files for %{oname}
Provides:	%{oname}-devel
Requires:	%{name} = %{EVRD}

%description	devel
This package contains the header files and development documentation
for %{oname}.

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1
# due to patching configure.ac in patch1
autoreconf -ifs

%build
export CFLAGS='%{optflags} -DSYS_DEFAULT_PATHS=\"%{_gap_dir}\"'
%configure --enable-shared --disable-static --without-gmp
%make

%install
%makeinstall_std

%check
make check

%files
%doc AUTHORS
%doc COPYING
%doc README
%{_libdir}/%{oname}.so.%{major}*

%files		devel
%{_includedir}/gap
%{_libdir}/%{oname}.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.6.5-5
+ Revision: 80a0932
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2502 |14cr|lib64qb0-0.14.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define version	0.14.4
%define release	2
%define develname %mklibname -d qb
%define name	%mklibname qb %major

Name:           %name
Version:        %version
Release:        %release
Summary:        An IPC library for high performance servers
Group:          System/Libraries
License:        LGPLv2+
URL:            https://github.com/asalkeld/libqb/wiki
Source0:        https://fedorahosted.org/releases/q/u/quarterback/libqb-%{version}.tar.gz

BuildRequires:  autoconf automake libtool doxygen procps check-devel

%description
%{name} provides high performance client server reusable features.
Initially these are IPC and poll.


%package 	devel
Group:		Development/C
Summary:	Development files for libqb
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{name} = %{version}

%description 	devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}

%files devel
%doc README.markdown
%{_includedir}/qb/
%{_libdir}/libqb.so
%{_libdir}/pkgconfig/libqb.pc
%{_mandir}/man3/qb*3*
%{_mandir}/man8/qb*8*
%{_sbindir}/qb-blackbox

%prep
%setup -q -n libqb-%{version}

%build
./autogen.sh
%configure2_5x --disable-static 
%make

%install
#make install DESTDIR=%{buildroot}
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'
rm -rf %{buildroot}/%{_docdir}/*

%files
%doc COPYING
%{_libdir}/libqb.so.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.14.4-2
+ Revision: 9adf57c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2503 |14cr|lib765-0.4.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sname 765

%define major 3
%define libname %mklibname %{sname}_ %{major}
%define devname %mklibname %{sname} -d

Summary:	Emulation of the uPD765a (AKA Intel 8272) Floppy Disc Controller
Name:		lib%{sname}
Version:	0.4.2
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.seasip.demon.co.uk/Unix/LibDsk/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	libdsk-devel

%description
"765" is an emulation of the uPD765a (AKA Intel 8272) Floppy Disc Controller
[FDC] as used in Amstrad computers such as the PCW, CPC and Spectrum +3. At
present it is not a "full" 765; features not used in the PCW BIOS (such as:
DMA; multisector reads/writes; multitrack mode) are either left unimplemented
or incomplete.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for emulation of the uPD765a (AKA Intel 8272) Floppy Disc Controller
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
"765" is an emulation of the uPD765a (AKA Intel 8272) Floppy Disc Controller
[FDC] as used in Amstrad computers such as the PCW, CPC and Spectrum +3. At
present it is not a "full" 765; features not used in the PCW BIOS (such as:
DMA; multisector reads/writes; multitrack mode) are either left unimplemented
or incomplete.

This package provides the libraries for using 765 emulation.

%files -n %{libname}
%doc ChangeLog doc/COPYING.LIB
%{_libdir}/lib765.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and include files for developing with lib765
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides the necessary development libraries and include
files to allow you to develop with lib765.

%files -n %{devname}
%doc doc/765.txt
%{_libdir}/lib765.so
%{_libdir}/lib765.a
%{_includedir}/765.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
#fix x86_64 OS detection first
autoreconf -if
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.2-3
+ Revision: d1e8177
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2504 |14cr|libaacs-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname	%mklibname aacs %major
%define libname	%mklibname aacs %major
%define devnamest %mklibname aacs -d -s
%define devname %mklibname aacs -d

Summary:	implementation of the libaacs standard
Name:		libaacs
Version:	0.5.0
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.videolan.org
Source0:	ftp://ftp.videolan.org/pub/videolan/libaacs/%{version}/%{name}-%{version}.tar.bz2

BuildRequires:	libgcrypt-devel
BuildRequires:	bison
BuildRequires:	byacc
BuildRequires:	flex

Patch0:		bison_2.6.patch

%description
The doom9 researchers and the libaacs 
developers would like to present the 
first official release
of their library of the implementation
of the libaacs standard.

%package -n %{libname}
Summary:	implementation of the libaacs standard
Group:		System/Libraries

%description -n %{libname}
The doom9 researchers and the libaacs 
developers would like to present the 
first official release 
of their library of the implementation
of the libaacs standard.

%package -n %{devname}
Summary:	libaacs development files
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	aacs-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
Development files for %{name}

%package -n %{devnamest}
Summary:	libaacs development static lib
Group:		Development/C
Provides:	%{name}-devel-static = %{version}-%{release}
Provides:	aacs-devel-static = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	aacs-devel = %{version}-%{release}

%description -n %{devnamest}
Development static lib for %{name}

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std
rm %{buildroot}%{_libdir}/*.la

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*
%{_bindir}/aacs_info

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

%files -n %{devnamest}
%{_libdir}/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-2
+ Revision: aaf80f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2505 |14cr|libaal-1.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define api 1.0
%define libname %mklibname aal %{api} %{major}

%define major_min 0
%define libminimal %mklibname aal-minimal %{major_min}

%define devname %mklibname aal -d
%define sdevname %mklibname aal -d -s

Summary:	Library for Reiser4 filesystem
Name:		libaal
Version:	1.0.6
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://sourceforge.net/projects/reiser4/files/reiser4-utils/libaal/
Source0:	http://sourceforge.net/projects/reiser4/files/reiser4-utils/libaal/%{name}-%{version}.tar.gz
Patch0:		libaal-1.0.5-rpmoptflags.patch
Patch1:		libaal.castint.patch
Patch2:		libaal-1.0.6-ldconfig.patch

%description
A library needed for Reiser4 filesystem utilities.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for Reiser4 filesystem
Group:		System/Libraries

%description -n %{libname}
A library needed for Reiser4 filesystem utilities.

%files -n %{libname}
# COPYING contains information other than GPL text
%doc AUTHORS BUGS COPYING CREDITS ChangeLog README THANKS TODO
/%{_lib}/libaal-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libminimal}
Summary:	%{name} library with miminal footprint
Group:		System/Libraries

%description -n %{libminimal}
%{name} library with miminal memory foorprint. This is useful when
you need to build grub with Reiser4 support.

%files -n %{libminimal}
/%{_lib}/libaal-minimal.so.%{major_min}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development related files for libaal library
Group:		Development/Kernel
Requires:	%{libname} = %{EVRD}
Requires:	%{libminimal} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 1.0.6
Obsoletes:	%{name}-devel < 1.0.6

%description -n %{devname}
Development related files for libaal library.

%files -n %{devname}
/%{_lib}/lib*.so
%{_includedir}/*
%{_datadir}/aclocal/*.m4

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libaal library
Group:		Development/Kernel
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}
Conflicts:	%{name}-static-devel < 1.0.6
Obsoletes:	%{name}-static-devel < 1.0.6

%description -n %{sdevname}
The static libaal library.

%files -n %{sdevname}
/%{_lib}/lib*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .cflags~
%patch1 -p1 -b .castint~
%patch2 -p1 -b .ldconfig

%build
# be very pedantic
# needed for patch0
autoreconf -fi
%configure2_5x \
	--libdir=/%{_lib}\
	--libexecdir=/%{_lib}\
	--enable-Werror \
	%{?debug:--enable-debug}

%make

%install
%makeinstall_std


%changelog
* Thu Aug 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.6-1
+ Revision: ac5159d
- New version 1.0.6, new library major 6, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2506 |14cr|libaccounts-glib-1.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname %mklibname accounts-glib %{major}
%define girname %mklibname accounts-glib-gir 1.0
%define devname %mklibname -d accounts-glib

Summary:	Accounts and SSO (Single Sign-On) framework
Name:		libaccounts-glib
Version:	1.16
Release:	1
Group:		System/Libraries
License:	LGPLv2
Url:		http://code.google.com/p/accounts-sso/
Source0:	http://accounts-sso.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(check) >= 0.9.4
BuildRequires:	pkgconfig(gio-2.0) >= 2.30
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.26
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(pygobject-3.0) >= 2.90
BuildRequires:	pkgconfig(sqlite3) >= 3.7.0
BuildRequires:	python-gi >= 2.90
BuildRequires:	xsltproc
BuildRequires:	gobject-introspection-devel

%description
Accounts and SSO (Single Sign-On) framework for Linux and POSIX based
platforms.

%package -n %{libname}
Group:		System/Libraries
Summary:	Accounts and SSO (Single Sign-On) framework

%description -n %{libname}
Accounts and SSO (Single Sign-On) framework for Linux and POSIX based
platforms.

%package -n %{girname}
Group:		System/Libraries
Summary:	GObject Introspection interface description for %{name}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%package -n python-%{name}
Summary:	Python binding for %{name}
Group:		Development/Python

%description -n python-%{name}
Python binding for %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/*
%{_datadir}/xml
%{_datadir}/backup-framework
%{_libdir}/libaccounts-glib/accounts-glib-test.sh
%{_libdir}/libaccounts-glib/accounts-glib-testsuite
%{_libdir}/libaccounts-glib/test-process
%{_libdir}/libaccounts-glib/tests.xml
%{_datadir}/libaccounts-glib/testdata/Gallery.application
%{_datadir}/libaccounts-glib/testdata/Mailer.application
%{_datadir}/libaccounts-glib/testdata/MyProvider.provider
%{_datadir}/libaccounts-glib/testdata/MyService.service
%{_datadir}/libaccounts-glib/testdata/MyService2.service
%{_datadir}/libaccounts-glib/testdata/OtherService.service
%{_datadir}/libaccounts-glib/testdata/applications/Mailer.desktop
%{_datadir}/libaccounts-glib/testdata/e-mail.service-type
%{_datadir}/libaccounts-glib/testdata/maemo.provider
%{_libdir}/libaccounts-glib/accounts-glib-test-wrapper.sh
%{_datadir}/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Accounts-1.0.typelib

%files -n %{devname}
%doc COPYING AUTHORS
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}
%{_datadir}/gir-1.0/Accounts-1.0.gir
%{_datadir}/gtk-doc/html/%{name}
%{_datadir}/vala/vapi/*

%files -n python-%{name}
%{py_platsitedir}/gi/overrides/Accounts.*

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.16-1
+ Revision: 51288ab
- Add new files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2507 |14cr|libalkimia-4.3.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname alkimia %{major}
%define devname %mklibname alkimia -d

Summary:	Financial library
Name:		libalkimia
Version:	4.3.2
Release:	7
License:	LGPLv2+
Group:		Office
Url:		http://kde-apps.org/content/show.php/libalkimia?content=137323
Source0:	http://kde-apps.org/CONTENT/content-files/137323-libalkimia-%{version}.tar.bz2
BuildRequires:	gmpxx-devel
BuildRequires:	kdelibs4-devel

%description
Financial library used by KMyMoney and Scrooge.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Financial Library
Group:		System/Libraries

%description -n %{libname}
Financial library used by KMyMoney and Scrooge.

%files -n %{libname}
%{_kde_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Obsoletes:	libalkimia-devel < 4.3.2-2

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%{_kde_includedir}/alkimia/
%{_kde_libdir}/%{name}.so
%{_kde_libdir}/pkgconfig/%{name}.pc
%{_datadir}/apps/cmake/modules/FindLibAlkimia.cmake

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.2-7
+ Revision: de77995
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2508 |14cr|libannodex-0.7.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname annodex %{major}
%define devname %mklibname annodex -d

Summary:	Library for annotating and indexing networked media
Name:		libannodex
Version:	0.7.3
Release:	11
License:	BSD
Group:		System/Libraries
Url:		http://www.annodex.net/
Source0:	http://www.annodex.net/software/libannodex/download/%{name}-%{version}.tar.bz2
Patch0:		libannodex.man.patch
Patch1:		libannodex-0.7.3-gcc4.diff
Patch2:		libannodex-0.7.3-avoid-version.diff
Patch3:		libannodex-malloc_fix.diff
BuildRequires:	doxygen
BuildRequires:	docbook-utils
BuildRequires:	pkgconfig(cmml)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(oggz)
BuildRequires:	pkgconfig(sndfile)
Conflicts:	%{_lib}annodex1 < 0.7.3-10

%description
libannodex is a library to provide reading and writing of Annodex files and
streams.

%files
%doc AUTHORS ChangeLog COPYING README
%dir %{_libdir}/annodex/importers
%{_libdir}/annodex/importers/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for annotating and indexing networked media
Group:		System/Libraries
Requires:	%{name}
Conflicts:	%{_lib}annodex1 < 0.7.3-10
Obsoletes:	%{_lib}annodex1 < 0.7.3-10

%description -n %{libname}
libannodex is a library to provide reading and writing of Annodex files and
streams.

%files -n %{libname}
%{_libdir}/libannodex.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files needed for development using libannodex
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
libannodex is a library to provide reading and writing of Annodex files and
streams.

This package contains the header files and documentation needed for development
using libannodex.

%files -n %{devname}
%doc doc/libannodex/html/* TODO
%dir %{_includedir}/annodex
%{_includedir}/annodex/*.h
%{_libdir}/libannodex.so
%{_libdir}/pkgconfig/annodex.pc

#----------------------------------------------------------------------------

%package tools
Summary:	Various tools using the annotating and indexing networked media library
Group:		File tools

%description tools
This package contains various tools using the annotating and indexing networked
media library.

%files tools
%{_bindir}/anx*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0

%build
rm -f configure
libtoolize --copy --force --ltdl; aclocal -I m4; autoconf; automake --add-missing
#autoreconf -fi

%configure2_5x --disable-static
%make

%install
%makeinstall_std

# cleanup
rm -rf %{buildroot}%{_docdir}/libannodex

%check
make check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-11
+ Revision: 6e5e37e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2509 |14cr|libapparmor-2.3-1.1310.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname apparmor %{major}
%define libimmunix %mklibname immunix %{major}
%define devname %mklibname apparmor -d
%define svnrev 1310

Summary:	Main libraries for AppArmor
Name:		libapparmor
Version:	2.3
Release:	1.%{svnrev}.7
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://forge.novell.com/modules/xfmod/project/?apparmor
Source0:	libapparmor-%{version}-%{svnrev}.tar.gz
Buildrequires:	bison
Buildrequires:	flex
Buildrequires:	libtool
Buildrequires:	swig
Buildrequires:	perl-devel

%description
AppArmor is a security framework that proactively protects the operating system
and applications. This package contains the main library for AppArmor.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the AppArmor library.

%files -n %{libname}
%doc COPYING.LGPL AUTHORS
%{_libdir}/libapparmor.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libimmunix}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}apparmor1 < 2.3-1.1310.6

%description -n %{libimmunix}
This package contains the AppArmor library.

%files -n %{libimmunix}
%doc COPYING.LGPL AUTHORS
%{_libdir}/libimmunix.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libimmunix} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	apparmor-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%doc README
%{_includedir}/aalogparse/
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/sys/*.h
%{_mandir}/man2/aa_change_hat.2*

#----------------------------------------------------------------------------

%package -n perl-libapparmor
Summary:	AppArmor module for perl
Group:		Development/Perl
Requires:	%{libname} = %{EVRD}
Requires:	%{libimmunix} = %{EVRD}

%description -n perl-libapparmor
This package contains the AppArmor module for perl.

%files -n perl-libapparmor
%{perl_vendorarch}/auto/LibAppArmor
%{perl_vendorarch}/LibAppArmor.pm

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{svnrev}
find . -name "Makefile*" -o -name "*.m4" -o -name "configure*" |xargs sed -i -e 's,configure.in,configure.ac,g'

%build
./autogen.sh
%serverbuild
%configure2_5x \
	--with-perl \
	--enable-static
%make CFLAGS="%{optflags}" TESTBUILDDIR=$(pwd)

%install
# lib
%makeinstall_std LIB=%{_lib} LIBDIR=%{_libdir}
# XXX - for some reason, on i586 builds this file is not copied
install -m 0644 swig/perl/LibAppArmor.pm %{buildroot}%{perl_vendorarch}


%changelog
* Thu Jun 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3-1.1310.7
+ Revision: 56a6be0
- Rebuild with new perl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2510 |14cr|libappindicator-12.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname appindicator %{major}
%define devname %mklibname appindicator -d

Summary:	Application indicators library
Name:		libappindicator
Version:	12.10.0
Release:	3
License:	LGPLv2+ and LGPLv3+
Url:		https://launchpad.net/libappindicator
Group:		System/Libraries
Source0:	%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE 001_opensuse_build_fix_all.patch nmarques@opensuse.org 
#-- This patch fixes python links and  eplaces pkgconfig() calls from "nunit" to "mono-nunit"
# PATCH-FIX-OPENSUSE - libappindicator-mono-nunit-fix.patch nmarques@opensuse.org 
#-- use mono-nunit for pkgconfig() calls instead of nunit
#Patch0:	libappindicator-mono-nunit-fix.patch
# PATCH-FIX-OPENSUSE - libappindicator-header-fixes.patch nmarques@opensuse.org 
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	perl-XML-SAX
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(dbusmenu-gtk3-0.4)
BuildRequires:	pkgconfig(gapi-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtk-sharp-2.0)
BuildRequires:	pkgconfig(indicate-0.6)
BuildRequires:	pkgconfig(indicator3-0.4)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(mono)
BuildRequires:	pkgconfig(mono-nunit)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(pygtk-2.0)

%description
A library and indicator to take menus from applications and place them in
the panel.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Application indicator library - shared libraries
Group:		System/Libraries

%description -n %{libname}
A library and indicator to take menus from applications and place them in
the panel.

This package provides the shared libraries to be used by applications.

%files -n %{libname}
%doc README COPYING COPYING.LGPL.2.1
%{_libdir}/*.so.%{major}*
%{_libdir}/girepository-1.0/*.typelib

#----------------------------------------------------------------------------

%package -n appindicator-sharp
Summary:	Application indicator library - assembly CLI
Group:		Development/Other

%description -n appindicator-sharp
This package provides the appindicator-sharp assembly that allows CLI (.NET)
programs to take menus from applications and place them in the panel.

This package provides assemblies to be used by applications

%files -n appindicator-sharp
%{_prefix}/lib/mono/appindicator-sharp/
%{_prefix}/lib/mono/gac/
%{_libdir}/cli/appindicator-sharp*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Application indicator library - development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
A library and indicator to take menus from the applications and place them in
the panel.

This package provides the files that are needed to build applications.

%files -n %{devname}
%{_includedir}/libappindicator3-0.1/
%{_datadir}/gtk-doc/html/libappindicator/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
# Warning, patch requires reconf
NOCONFIGURE=1 autoreconf -fi
%configure2_5x \
  --disable-static \
  --with-gtk=3

make LIBS='-lgmodule-2.0'

%install
%makeinstall_std


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 12.10.0-3
+ Revision: 7a78d3e
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2511 |14cr|libapreq2-2.130.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define rversion 2.13
%define revision r376644

%define mod_name mod_apreq
%define mod_conf 76_%{mod_name}2.conf
%define mod_so %{mod_name}2.so

%define apache_version 2.2.0

%define major 2
%define libname %mklibname apreq %{major}
%define develname %mklibname apreq -d

Summary:	Apache Request Library

Name:		libapreq2
Version:	%perl_convert_version %{rversion}
Release:	6
License:	Apache License
Group:		System/Libraries
URL:		http://httpd.apache.org/apreq/
#Source0:	libapreq2-%{rversion}-%{revision}.tar.bz2
Source0:	http://people.apache.org/~issac/libapreq2-%{rversion}.tar.gz
Source1:	http://people.apache.org/~issac/libapreq2-%{rversion}.tar.gz.asc
Source2:	76_mod_apreq2.conf
Source3:	libapreq2.pc.in
Patch0:		libapreq2-2.03-dev-version_check_fix.diff
Patch1:		libapreq2-2.08-autoconf260.diff
Patch2:		libapreq2-2.09-pkgconfig.patch
Patch3:		libapreq2-2.13-libtool.patch
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	chrpath
BuildRequires:	perl-devel
BuildRequires:	perl-doc
BuildRequires:	perl(Pod::Tests)
BuildRequires:	perl(Apache::Test)
BuildRequires:	perl(Template)
BuildRequires:	perl(Tie::IxHash)
BuildRequires:	perl(ExtUtils::XSBuilder)
BuildRequires:	perl(Parse::RecDescent)
BuildRequires:	perl-libwww-perl
BuildRequires:	apache-mod_perl-devel
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	apache-source >= %{apache_version}
BuildRequires:	apache-mod_ssl >= %{apache_version}

%description
libapreq is a safe, standards-compliant, high-performance library used for
parsing HTTP cookies, query-strings and POST data. The original version
(libapreq-1.X) was designed by Lincoln Stein and Doug MacEachern. The perl
APIs Apache::Request and Apache::Cookie are the lightweight mod_perl analogs of
the CGI and CGI::Cookie perl modules.

This package contains the shared libraries for %{name}

# because it's the same name as srpm one on ia32:
%if "%{_lib}" != "lib"
%package -n	%{libname}
Summary:	Apache Request Library

Group: 		System/Libraries

%description -n	%{libname}
libapreq is a safe, standards-compliant, high-performance library used for
parsing HTTP cookies, query-strings and POST data. The original version
(libapreq-1.X) was designed by Lincoln Stein and Doug MacEachern. The perl
APIs Apache::Request and Apache::Cookie are the lightweight mod_perl analogs of
the CGI and CGI::Cookie perl modules.

This package contains the shared libraries for %{name}
%endif

%package -n	%{develname}
Summary:	Development library and header files for the Apache Request Library

Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	libapreq-devel = %{version}
Obsoletes:	%{mklibname apreq 0 -d}

%description -n	%{develname}
libapreq is a safe, standards-compliant, high-performance library used for
parsing HTTP cookies, query-strings and POST data. The original version
(libapreq-1.X) was designed by Lincoln Stein and Doug MacEachern. The perl
APIs Apache::Request and Apache::Cookie are the lightweight mod_perl analogs of
the CGI and CGI::Cookie perl modules.

This package contains the development library and its header files.

%package -n	perl-libapreq2
Summary:	Apache Request Library Perl Glue

Group:		System/Servers
Requires:	apache-mod_perl
Requires:	apache-mod_apreq >= %{version}
Provides:	perl-libapreq

%description -n perl-libapreq2
libapreq is a safe, standards-compliant, high-performance library used for
parsing HTTP cookies, query-strings and POST data. The original version
(libapreq-1.X) was designed by Lincoln Stein and Doug MacEachern. The perl
APIs Apache::Request and Apache::Cookie are the lightweight mod_perl analogs of
the CGI and CGI::Cookie perl modules.

%package -n	apache-%{mod_name}
Summary:	DSO module for the apache Web server

Group:		System/Servers
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= %{apache_version}
Requires:	apache-conf >= 2.2.0
Requires:	apache >= %{apache_version}
Requires:	perl-libapreq2 >= %{version}

%description -n	apache-%{mod_name}
Mod_%{name} is a DSO module for the apache Web server.

%prep
%setup -q -n libapreq2-%{rversion}
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p1

# got the idea why this wasn't working from debian, thanks guys!
# P0 combined with this hack fixes it all...
perl -pi -e "s|_APACHE2_REAL_VERSION_|%{apache_version}|g" build/version_check.pl

cp %{SOURCE2} %{mod_conf}
cp %{SOURCE3} .

%build
export WANT_AUTOCONF_2_5=1
#libtoolize --copy --force && aclocal && autoconf && autoheader && automake -a -c


export AUTOMAKE="automake"
export ACLOCAL="aclocal"

sh ./buildconf

%configure2_5x \
    --with-perl=%{_bindir}/perl \
    --enable-perl-glue \
    --with-mm-opts=INSTALLDIRS=vendor \
    --with-apache2-apxs=%{_bindir}/apxs \
    --with-apr-config=%{_bindir}/apr-1-config \
    --with-apu-config=%{_bindir}/apu-1-config

%make

# Build the perl modules
#pushd glue/perl
#    %{__perl} ../../build/xsbuilder.pl run
#    CFLAGS="%{optflags}" %{__perl} Makefile.PL -apxs %{_sbindir}/apxs INSTALLDIRS=vendor
#    %make
#    mv Makefile Makefile.xx
#popd

#make test

%install
%makeinstall_std

mkdir -p %{buildroot}%{_libdir}/pkgconfig
install -m 644 %{name}.pc %{buildroot}%{_libdir}/pkgconfig/%{name}.pc

# move the module in place
mv %{buildroot}%{_libdir}/apache %{buildroot}%{_libdir}/apache-extramodules

# install module conf files for the "conf.d" dir loading structure
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/

# install one extra devel file
install -m0755 apreq*-config %{buildroot}%{_bindir}/

# install the perl stuff
#pushd glue/perl
#cp Makefile.xx Makefile
#%makeinstall_std
#popd

# nuke rpath
find %{buildroot}%{perl_vendorlib} -name "*.so" | xargs chrpath -d

# cleanup
rm -f %{buildroot}%{_libdir}/apache-extramodules/*.a
rm -f %{buildroot}%{_libdir}/apache-extramodules/*.la

%post -n apache-%{mod_name}
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun -n apache-%{mod_name}
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%files -n %{libname}
%doc CHANGES INSTALL README
%{_libdir}/libapreq*.so.*

%files -n %{develname}
%doc CHANGES INSTALL README
%{_bindir}/apreq*-config
%{_libdir}/libapreq*.so
%{_libdir}/libapreq*.a
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/apreq*
%{_includedir}/apache/apreq*

%files -n apache-%{mod_name}
%doc CHANGES INSTALL README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

%files -n perl-libapreq2
%doc CHANGES INSTALL README
%{perl_vendorlib}/*/auto/APR/Request/*
%{perl_vendorlib}/*/Apache2/*
%{perl_vendorlib}/*/APR/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.130.0-6
+ Revision: 956ef21
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2512 |14cr|libbeagle-0.3.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name libbeagle
%define version 0.3.9
%define release 6
%define major 1
%define libname %mklibname beagle %major
%define develname %mklibname -d beagle
%define pyver 2.7

Summary: Beagle integration library
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.bz2
Patch1: libbeagle-0.3.5.1-fix-str-fmt.patch
Patch2: libbeagle-0.3.9-linkage.patch
Patch3: libbeagle-0.3.9-remove-duplicated-file-from-makefile.patch
License: MIT/Apache License
Group: System/Libraries
Url: http://beagle-project.org/
BuildRequires: gtk-doc docbook-dtd412-xml
BuildRequires: glib2-devel
BuildRequires: pygtk2.0-devel

%description
Beagle is an indexing sub-system and search aggregator built on top of
Lucene.Net. It can index your files, mailboxes, your web browsing
behaviour and other things.

This is the shared library used to integrate beagle search in applications.

%package -n %libname
Group: System/Libraries
Summary: Shared library of beagle
%description -n %libname
Beagle is an indexing sub-system and search aggregator built on top of
Lucene.Net. 

%package -n %develname
Group: Development/C
Summary: Development library of beagle
Requires: %libname = %version
Provides: libbeagle-devel = %version-%release
Obsoletes: %mklibname -d beagle 0

%description -n %develname
Beagle is an indexing sub-system and search aggregator built on top of
Lucene.Net. 

%package -n python-beagle
Group: Development/Python
Summary: Python module for writing Beagle extensions
Requires: %libname = %version
Requires: pygtk2.0
%description -n python-beagle
Beagle is an indexing sub-system and search aggregator built on top of
Lucene.Net. 
Install this for python extensions to Beagle.

%prep
%setup -q 
%patch1 -p0
%patch2 -p1
%patch3 -p1
#gw needed by patch 2 and 3
autoreconf -fi

%build
%configure2_5x --enable-gtk-doc
%make

%install
%makeinstall_std

#gw bug in 0.3.9
%if %_lib != lib
mv %buildroot%_prefix/lib/python%pyver %buildroot%_libdir
%endif

rm -f %buildroot%_libdir/gtk-2.0/*/filesystems/libbeaglechooserhack*a \
      %buildroot%_libdir/%name/*a %buildroot%_libdir/python%pyver/site-packages/*a


%files -n %libname
%doc ChangeLog AUTHORS README INSTALL
%_libdir/lib*.so.%{major}*

%files -n %develname
%doc ChangeLog AUTHORS README INSTALL
%_libdir/lib*.so
%attr(644,root,root) %_libdir/lib*a
%_includedir/libbeagle/
%_libdir/pkgconfig/libbeagle*.pc
%_datadir/gtk-doc/html/beagle/

%files -n python-beagle
%doc ChangeLog AUTHORS README INSTALL
%py_platsitedir/*beagle*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.9-6
+ Revision: 41698ae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2513 |14cr|libbnr-2.0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname %mklibname bnr %{major}
%define develname %mklibname bnr -d

Summary:	Bayesian Noise Reduction Library
Name:		libbnr
Version:	2.0.3
Release:	9
Group:		System/Libraries
License:	GPL
URL:		http://bnr.nuclearelephant.com/
Source0:	http://dspam.nuclearelephant.com/sources/%{name}-%{version}.tar.bz2
BuildRequires:	automake
BuildRequires:	autoconf2.5
BuildRequires:	libtool

%description
libbnr is an implementation of the Bayesian Noise Reduction (BNR)
algorithm. All samples of text contain some degree of noise (data
which is either intentionally or unintentionally irrelevant to
accurate statistical analysis of the sample where removal of the
data would result in a cleaner analysis). The Bayesian noise
reduction algorithm provides a means of cleaner machine learning
by providing more useful data, which ultimately leads to better
sample analysis. With the noisy data removed from the sample, what
is left is only data relevant to the classification. libbnr can be
linked in with your classifier and called using the standard C
interface. 

%package -n	%{libname}
Summary:	Bayesian Noise Reduction Library
Group:          System/Libraries

%description -n	%{libname}
libbnr is an implementation of the Bayesian Noise Reduction (BNR)
algorithm. All samples of text contain some degree of noise (data
which is either intentionally or unintentionally irrelevant to
accurate statistical analysis of the sample where removal of the
data would result in a cleaner analysis). The Bayesian noise
reduction algorithm provides a means of cleaner machine learning
by providing more useful data, which ultimately leads to better
sample analysis. With the noisy data removed from the sample, what
is left is only data relevant to the classification. libbnr can be
linked in with your classifier and called using the standard C
interface. 

%package -n	%{develname}
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{mklibname bnr 2 -d}

%description -n	%{develname}
libbnr is an implementation of the Bayesian Noise Reduction (BNR)
algorithm. All samples of text contain some degree of noise (data
which is either intentionally or unintentionally irrelevant to
accurate statistical analysis of the sample where removal of the
data would result in a cleaner analysis). The Bayesian noise
reduction algorithm provides a means of cleaner machine learning
by providing more useful data, which ultimately leads to better
sample analysis. With the noisy data removed from the sample, what
is left is only data relevant to the classification. libbnr can be
linked in with your classifier and called using the standard C
interface. 

This package contains development library and header files for the
%{name} library.

%prep

%setup -q -n %{name}-%{version}

%build
#export WANT_AUTOCONF_2_5=1
#rm -f configure
#libtoolize --copy --force && aclocal && autoconf --force && autoheader && automake

%configure2_5x

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std


%files -n %{libname}
%doc README
%{_libdir}/*.so.*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-9
+ Revision: 2cb39a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2514 |14cr|libbt-1.06-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define develname %mklibname -d bt
Name: libbt
Version: 1.06
Release: 8
Summary: C-language Impementation of the BitTorrent core protocols
BuildRoot: %{_tmppath}/%{name}-%{version}-build
License: GPL+ and LGPL+
Group: Development/C++
URL: http://libbt.sourceforge.net/
Source0: http://prdownloads.sourceforge.net/libbt/libbt-%{version}.tar.gz
Patch0: libbt-1.06-header.patch
Patch1: libbt-1.06-fix-linking.patch
BuildRequires: curl-devel

%description
LibBT is a C reimplementation of the BitTorrent core protocols.  Our goal for
the project is to develop a low overhead library version of the protocols so
that BitTorrent transfers can easily be built in to any existing application.

The sample applications included with LibBT currently run in between 2Mb and
3.5Mb of memory (RSS), depending on the number of peers that are attached.

%package utils
Summary: C-language Impementation of the BitTorrent core protocols
Group: Networking/File transfer

%description utils
LibBT is a C reimplementation of the BitTorrent core protocols.  Our goal for
the project is to develop a low overhead library version of the protocols so
that BitTorrent transfers can easily be built in to any existing application.

This contains the sample applications from LibBT, that currently run
in between 2Mb and 3.5Mb of memory (RSS), depending on the number of
peers that are attached.

%package -n %develname
Summary: C-language Impementation of the BitTorrent core protocols
Group: Development/C
%if %_lib != lib
Obsoletes: libbt-devel
%endif

%description -n %develname
LibBT is a C reimplementation of the BitTorrent core protocols.  Our goal for
the project is to develop a low overhead library version of the protocols so
that BitTorrent transfers can easily be built in to any existing application.

The sample applications included with LibBT currently run in between 2Mb and
3.5Mb of memory (RSS), depending on the number of peers that are attached.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
%{__install} -Dd -m 0755                     \
    $RPM_BUILD_ROOT%{_bindir}/               \
    $RPM_BUILD_ROOT%{_libdir}/               \
    $RPM_BUILD_ROOT%{_includedir}/%{name}    \
    $RPM_BUILD_ROOT%{_mandir}/man1/



%{__install} -m 0755 src/{btcheck,btlist,btget} \
    $RPM_BUILD_ROOT%{_bindir}/

%{__install} -m 0644 src/%{name}.a \
    $RPM_BUILD_ROOT%{_libdir}/

%{__install} -m 0644 man/*.1        \
    $RPM_BUILD_ROOT%{_mandir}/man1/

%{__install} -m 0644                                          \
        include/{benc.h,bitset.h,bterror.h,btmessage.h,bts.h} \
        include/{context.h,peer.h,random.h,segmenter.h}       \
        include/{strbuf.h,stream.h,types.h,util.h}            \
    $RPM_BUILD_ROOT%{_includedir}/%{name}

mv %buildroot%_bindir/btcheck %buildroot%_bindir/bt-check
mv %buildroot%_mandir/man1/btcheck.1 %buildroot%_mandir/man1/bt-check.1

%clean
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;

%files utils
%defattr(-,root,root)
%doc CHANGELOG CREDITS README errorlist.txt
%{_bindir}/bt*
%{_mandir}/man1/bt*

%files -n %develname
%defattr(-,root,root)
%doc docs/*.txt
%{_libdir}/%{name}.a
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.06-8
+ Revision: af21ab3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2515 |14cr|libcapseo-0.3.0-0.20081031.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname capseo %{major}
%define devname %mklibname capseo -d

# Tarfile created using git
# git clone git://gitorious.org/capseo/mainline.git libcapseo
# cd libcapseo
# git-archive --format=tar --prefix=libcapseo-%{capseo_version}/ %{git_version} | bzip2 > libcapseo-%{capseo_version}-%{gitdate}.tar.bz2

%define gitdate 20081031
%define git_version 431a293

Summary:	A realtime encoder/decoder library
Name:		libcapseo
Version:	0.3.0
Release:	0.%{gitdate}.7
License:	GPLv3+
Group:		System/Libraries
Url:		http://gitorious.org/projects/capseo/
# Specific snapshot no upstream release (yet)
Source0:	%{name}-%{version}-%{gitdate}.tar.bz2
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(theora)

%description
Capseo is a realtime video codec being used by libcaptury/captury
for encoding captured video frames in realtime. (think of FRAPS codec).

Applications using capseo currently are libcaptury for encoding
captured data, e.g. currently from third-party OpenGL applications
via captury, the OpenGL video capturing tool.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 0.3.0-0.20081031.7
Obsoletes:	%{name} < 0.3.0-0.20081031.7

%description -n %{libname}
This package contains shared library for %{name}.

%files -n %{libname}
%doc AUTHORS COPYING TODO
%{_libdir}/libcapseo.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files needed for development using %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Conflicts:	%{name}-devel < 0.3.0-0.20081031.7
Obsoletes:	%{name}-devel < 0.3.0-0.20081031.7
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/libcapseo.so
%{_libdir}/pkgconfig/capseo.pc

#----------------------------------------------------------------------------

%package tools
Summary:	Encoding/Decoding tools for capseo
Group:		Sound

%description tools
Utilities for capseo.

%files tools
%{_bindir}/*

#--------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-theora \
	--disable-examples
%make

%install
%makeinstall_std


%changelog
* Tue Mar 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.0-0.20081031.7
+ Revision: 5dfb48c
- LOG Re-work package structure, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2516 |14cr|libcapsinetwork-0.3.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname %mklibname capsinetwork
%define develname %mklibname -d capsinetwork

Summary:	Network library for easy development of C++ server daemons
Name:		libcapsinetwork
Version:	0.3.0
Release:	7
License:	LGPL
Group:		System/Libraries
URL:		http://unixcode.org/libcapsinetwork/
Source0:	http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		libcapsinetwork-gcc43-includes.patch
BuildRequires:	automake

%description
%{name} is a network library for C++ server daemons aimed at easy
development of server daemons.

%package	-n %{libname}%{major}
Summary:	Network library for easy development of C++ server daemons
Group:		System/Libraries
Provides:	%{libname} = %{version}-%{release}

%description	-n %{libname}%{major}
%{name} is a network library for C++ server daemons aimed at easy
development of server daemons.


%package	-n %{develname}
Summary:	Development related files for %{name}
Group:		Development/C++
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{libname}-devel = %{version}-%{release}
Requires:	%{libname}%{major} = %{version}-%{release}
Obsoletes:	%{libname}%{major}-devel

%description	-n %{develname}
%{name} is a network library for C++ server daemons aimed at easy
development of server daemons.

You need to install this package if you want to develop or compile
any applications/libraries that needs %{name}.

%prep
%setup -q
%patch0 -p1 -b .gcc43

%build
libtoolize --force --copy
aclocal
autoheader
autoconf
automake -a -c
%configure2_5x --disable-static
# parallel build won't work
make

%install
%makeinstall_std

%files -n %{libname}%{major}
%doc COPYING.LIB README
%{_libdir}/lib*.so.*

%files -n %{develname}
%doc ChangeLog NEWS
%{_includedir}/*
%{_libdir}/lib*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-7
+ Revision: ba615b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2517 |14cr|libccss-0.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname ccss %major
%define develname %mklibname -d ccss
%define oname ccss
Name: libccss
Version: 0.5.0
Release: 4
Summary: A simple api for CSS Stylesheets
Group: System/Libraries
License: LGPLv2+
URL: http://people.freedesktop.org/~robsta/ccss/
Source0: http://people.freedesktop.org/~robsta/%{oname}/%{oname}-%{version}.tar.gz
BuildRequires: pkgconfig(cairo) >= 1.4
BuildRequires: pkgconfig(gtk+-2.0) >= 2.10
BuildRequires: libcroco0.6-devel
BuildRequires: pkgconfig(librsvg-2.0) >= 2.22.4
BuildRequires: libsoup-devel

%description
Libccss offers a simple API to

    * Parse CSS stylesheets.
    * Query for style configurations on a user-provided document
      representation.
    * Draw query results onto cairo surfaces.

%package -n %libname
Summary: Library files for %{name}
Group: System/Libraries

%description -n %libname
Library files for %{name}.

%package -n %develname
Summary: Development package for %{name}
Group: Development/C
Requires: %{libname} = %{version}
Provides: %{name}-devel = %{version}-%{release}
Conflicts: gtk-css-engine < 0.3.0

%description -n %develname
Files for development with %{name}.

%prep
%setup -q -n %oname-%version

%build
export LIBS="-lgmodule-2.0"
%configure2_5x --disable-examples

%make

%install
%makeinstall_std

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS TODO
%{_bindir}/ccss-stylesheet-to-gtkrc

%files -n %libname
%defattr(-,root,root,-)
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

%files -n %develname
%defattr(-,root,root,-)
%{_includedir}/ccss-1
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_datadir}/gtk-doc/html/ccss
%{_datadir}/gtk-doc/html/ccss-cairo
%{_datadir}/gtk-doc/html/ccss-gtk



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-4
+ Revision: 3f0d0a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2518 |14cr|libclaw-1.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major 1
%define		libname %mklibname claw 1
%define		develname %mklibname claw -d

Summary:	C++ Library Absolutely Wonderful 
Name:		libclaw
Version:	1.7.0
Release:	3
License:	LGPLv2+
Group:		System/Libraries
URL:		http://libclaw.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/libclaw/libclaw/%{name}-%{version}.tar.gz
Patch0:		libclaw-1.7.0-libdir.patch
Patch1:		libclaw-1.7.0-zlib.patch
Patch2:		libclaw-1.6.1-nostrip.patch
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	libpng-devel
BuildRequires:	doxygen

%description
CLAW is a C++ Library Absolutely Wonderful providing useful classes 
from the simplest AVL binary search trees to the complex meta programming 
tools, including image manipulation, a generic alpha-beta algorithm, 
sockets implemented as std::stream and more.

%package -n %{libname}
Summary:	Library files for libclaw
Group:		System/Libraries
Requires:	%{name} = %{version}

%description -n %{libname}
CLAW is a C++ Library Absolutely Wonderful providing useful classes
from the simplest AVL binary search trees to the complex meta programming
tools, including image manipulation, a generic alpha-beta algorithm,
sockets implemented as std::stream and more.

%package -n %{develname}
Summary:	Development package for libclaw
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{name}-devel < %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package provides the necessary development headers and libraries
to allow you to build programs that use libclaw.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .libdir~
%patch1 -p1 -b .zlib~
%patch2 -p1 -b .nostrip~

%build
%cmake
%make

%install
%__rm -rf  %{buildroot}
%makeinstall_std -C build

rm -fr %{buildroot}%{_datadir}/doc

%__mkdir_p %{buildroot}%{_datadir}/cmake/Modules
%__mv %{buildroot}%{_datadir}/cmake/libclaw/libclaw-config.cmake %{buildroot}%{_datadir}/cmake/Modules/Findlibclaw.cmake

%find_lang %{name}

%clean
%__rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-, root, root)

%files -n %{libname}
%defattr(-, root, root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-, root, root)
%doc ChangeLog build/doc/html
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/claw
%{_bindir}/claw-config
%{_datadir}/cmake/Modules/Findlibclaw.cmake



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-3
+ Revision: 40dea31
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2519 |14cr|libcmml-0.9.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname cmml %{major}
%define devname %mklibname cmml -d

Summary:	Library for handling Continuous Media Markup Language
Name:		libcmml
Version:	0.9.4
Release:	5
License:	BSD
Group:		System/Libraries
Url:		http://www.annodex.net/
Source0:	http://www.annodex.net/software/libcmml/download/%{name}-%{version}.tar.gz
Patch0:		libcmml-malloc_fix.diff
BuildRequires:	autoconf2.5
BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:	pkgconfig(expat)

%description
Libcmml is a library which enables the handling of documents written in CMML
(Continuous Media Markup Language) for the Continuous Media Web (CMWeb).

It provides a very simple API for reading files marked up with the Continuous
Media Markup Language (CMML), and returns C structures containing this
information in a format which can be used by an Annodexer for creating
ANNODEX(tm) format documents (ANX).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for handling Continuous Media Markup Language
Group:		System/Libraries

%description -n %{libname}
Libcmml is a library which enables the handling of documents written in CMML
(Continuous Media Markup Language) for the Continuous Media Web (CMWeb).

It provides a very simple API for reading files marked up with the Continuous
Media Markup Language (CMML), and returns C structures containing this
information in a format which can be used by an Annodexer for creating
ANNODEX(tm) format documents (ANX).

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/libcmml.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files needed for development using libcmml
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libcmml is a library which enables the handling of documents written in CMML
(Continuous Media Markup Language) for the Continuous Media Web (CMWeb).

It provides a very simple API for reading files marked up with the Continuous
Media Markup Language (CMML), and returns C structures containing this
information in a format which can be used by an Annodexer for creating
ANNODEX(tm) format documents (ANX).

This package contains the header files and documentation needed for development
using libcmml.

%files -n %{devname}
%doc doc/libcmml/html/* TODO
%{_includedir}/*
%{_libdir}/libcmml.so
%{_libdir}/pkgconfig/cmml.pc

#----------------------------------------------------------------------------

%package tools
Summary:	Various tools using the Continuous Media Markup Language library
Group:		File tools

%description tools
Libcmml is a library which enables the handling of documents written in CMML
(Continuous Media Markup Language) for the Continuous Media Web (CMWeb).

This package contains various tools using the Continuous Media Markup Language
library.

%files tools
%{_bindir}/cmml*
%{_mandir}/man1/*
%{_mandir}/man6/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
autoreconf -fi -Im4
%configure2_5x --disable-static
%make

%install
%makeinstall_std

install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_mandir}/man6

install -m0644 doc/*.1 %{buildroot}%{_mandir}/man1/
install -m0644 doc/*.6 %{buildroot}%{_mandir}/man6/

# cleanup
rm -rf %{buildroot}%{_docdir}/libcmml

%check
make check

%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.4-5
+ Revision: 90ec181
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2520 |14cr|libcompizconfig0.8-0.8.9-0.20130330.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'pkgconfig(.*)'
%define __noautoreq 'pkgconfig\\(compiz\\)'

%define shortname compizconfig
%define oname libcompizconfig
%define oversion 0.8

%define git 20130330

%define major 8
%define libname %mklibname %{shortname} %{oversion} %{major}
%define devname %mklibname -d %{shortname}%{oversion}

%if %{git}
%define srcname %{oname}-compiz-%{oversion}.tar.bz2
%define distname %{oname}-compiz-%{oversion}
%define rel 0.%{git}.1
%else
%define srcname %{name}-%{version}.tar.bz2
%define distname %{name}-%{version}
%define rel 1
%endif

Summary:	Backend configuration library from Compiz Fusion
Name:		%{oname}%{oversion}
Version:	0.8.9
Release:	%{rel}
License:	GPL
Group:		System/X11
URL:		http://www.compiz.org/
Source0:	http://cgit.compiz.org/compiz/%{shortname}/%{oname}/snapshot/%{srcname}
# Make sure we don't conflict with main libcompizconfig
Patch0:		libcompizconfig0.8-soversion.patch
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	compiz0.8-devel
BuildRequires:	gettext-devel
BuildRequires:	intltool

%description
Backend configuration library from Compiz Fusion.

#----------------------------------------------------------------------------

%package -n compizconfig-backends%{oversion}
Summary:	Common files for backend configuration library from Compiz Fusion
Group:		System/X11
Conflicts:	%{_lib}%{shortname}0
Conflicts:	compizconfig-backends > 0.9

%description -n compizconfig-backends%{oversion}
Common files for backend configuration library from Compiz Fusion.

%files -n compizconfig-backends%{oversion}
%dir %{_sysconfdir}/compizconfig
%{_sysconfdir}/compizconfig/config
%{_libdir}/compiz/libccp.so
%{_libdir}/%{shortname}/backends/libini.so
%{_datadir}/compiz/ccp.xml

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Backend configuration library from Compiz Fusion
Group:		System/X11
Requires:	compizconfig-backends%{oversion} = %{version}-%{release}

%description -n %{libname}
Backend configuration library from Compiz Fusion.

%files -n %{libname}
%{_libdir}/%{oname}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libcompizconfig
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Requires:	compiz0.8-devel
Provides:	%{shortname}%{oversion}-devel = %{version}-%{release}
Conflicts:	%{_lib}%{shortname}-devel

%description -n %{devname}
Development files for libcompizconfig.

%files -n %{devname}
%dir %{_includedir}/%{shortname}
%{_includedir}/%{shortname}/ccs.h
%{_includedir}/%{shortname}/ccs-backend.h
%{_libdir}/%{oname}.so
%{_libdir}/pkgconfig/%{oname}.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{distname}
%patch0 -p1

%build
%if %{git}
# This is a git snapshot, so we need to generate makefiles.
  sh autogen.sh -V
%endif

# Needed due to X11 link cockup in src/Makefile.in
aclocal
automake
export LIBS="-ldl -lpthread"
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Apr 12 2013 Rosa <rosa@abf.rosalinux.ru> 0.8.9-0.20130330.1
+ Revision: c6571ad
- Automatic import for version 0.8.9-0.20130330.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2521 |14cr|libconfuse-2.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname confuse %{major}
%define devname %mklibname confuse -d

Summary:	A library for parsing configuration files in C
Name:		libconfuse
Version:	2.7
Release:	5
License:	ISC
Group:		System/Libraries
Url:		http://www.nongnu.org/confuse/
Source0:	http://bzero.se/confuse/confuse-%{version}.tar.gz
Conflicts:	%{_lib}confuse0 < 2.7-4

%description
libConfuse is a configuration file parser library, licensed under the terms
of the ISC license, and written in C. It supports sections and (lists of)
values (strings, integers, floats, booleans or other sections), as well as
some other features (such as single/double-quoted strings, environment
variable expansion, functions and nested include statements). It makes it
very easy to add configuration file capability to a program using a simple
API.

The goal of libConfuse is not to be the configuration file parser library
with a gazillion of features. Instead, it aims to be easy to use and quick
to integrate with your code. libConfuse was called libcfg before, but was
changed to not confuse with other similar libraries. 

%files -f confuse.lang
%doc AUTHORS NEWS README

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library of functions for parsing configuration files in C
Group:		System/Libraries
Suggests:	%{name}

%description -n %{libname}
libConfuse is a configuration file parser library, licensed under the terms
of the ISC license, and written in C. It supports sections and (lists of)
values (strings, integers, floats, booleans or other sections), as well as
some other features (such as single/double-quoted strings, environment
variable expansion, functions and nested include statements). It makes it
very easy to add configuration file capability to a program using a simple
API.

The goal of libConfuse is not to be the configuration file parser library
with a gazillion of features. Instead, it aims to be easy to use and quick
to integrate with your code. libConfuse was called libcfg before, but was
changed to not confuse with other similar libraries.

%files -n %{libname}
%{_libdir}/libconfuse.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the %{name} library
Group:		Development/C
Provides:	confuse-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{_lib}confuse-static-devel < 2.7-4
Conflicts:	%{_lib}confuse0 < 2.7-4

%description -n %{devname}
Development library and header files for the %{name} library

%files -n %{devname}
%doc doc/html/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q -n confuse-%{version}

%build
%configure2_5x \
	--enable-shared \
	--disable-static \
	--disable-rpath

%make

%install
%makeinstall_std

install -d %{buildroot}%{_mandir}/man3
install -m0644 doc/man/man3/*.3 %{buildroot}%{_mandir}/man3/

%find_lang confuse


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7-5
+ Revision: bce3c78
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2522 |14cr|libdap-3.12.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 11
%define cmajor 3
%define smajor 7
%define libname %mklibname dap %{major}
%define libclient %mklibname dapclient %{cmajor}
%define libserver %mklibname dapserver %{smajor}
%define devname %mklibname dap -d

Summary:	C++ DAP2 library from OPeNDAP
Name:		libdap
Version:	3.12.0
Release:	4
# The deflate program is covered by the W3C licence
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.opendap.org/
Source0:	http://www.opendap.org/pub/source/libdap-%{version}.tar.gz
Patch0:		libdap-3.12.0-tirpc.patch
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	groff
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(uuid)

%description
The libdap++ library contains an implementation of DAP2. This package
contains the library, dap-config, getdap and deflate. The script dap-config
simplifies using the library in other projects. The getdap utility is a
simple command-line tool to read from DAP2 servers. It is built using the
library and demonstrates simple uses of it. The deflate utility is used by
the library when it returns compressed responses.

%files
%doc README NEWS COPYING COPYRIGHT_URI README.dodsrc COPYRIGHT_W3C
%{_bindir}/getdap
%{_mandir}/man1/getdap.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++ DAP2 library from OPeNDAP
Group:		System/Libraries

%description -n %{libname}
C++ DAP2 library from OPeNDAP.

%files -n %{libname}
%{_libdir}/libdap.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libclient}
Summary:	C++ DAP2 library from OPeNDAP
Group:		System/Libraries
Conflicts:	%{_lib}dap10 < 3.12.0

%description -n %{libclient}
C++ DAP2 library from OPeNDAP.

%files -n %{libclient}
%{_libdir}/libdapclient.so.%{cmajor}*

#----------------------------------------------------------------------------

%package -n %{libserver}
Summary:	C++ DAP2 library from OPeNDAP
Group:		System/Libraries
Conflicts:	%{_lib}dap10 < 3.12.0

%description -n %{libserver}
C++ DAP2 library from OPeNDAP.

%files -n %{libserver}
%{_libdir}/libdapserver.so.%{smajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development and header files from libdap
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libclient} = %{EVRD}
Requires:	%{libserver} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}dap-static-devel < 3.12.0

%description -n %{devname}
This package contains all the files needed to develop applications that
will use libdap.

%files -n %{devname}
%{_libdir}/libdap.so
%{_libdir}/libdapclient.so
%{_libdir}/libdapserver.so
%{_libdir}/pkgconfig/libdap*.pc
%{_bindir}/dap-config
%{_bindir}/dap-config-pkgconfig
%{_includedir}/libdap/
%{_datadir}/aclocal/*
%{_mandir}/man1/dap-config.1*

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation of the libdap library
Group:		Development/C
BuildArch:	noarch

%description doc
Documentation of the libdap library.

%files doc
%doc __mandriva_docs/html/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fiv
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%make docs

rm -rf __mandriva_docs
cp -a docs __mandriva_docs
# those .map and .md5 are of dubious use, remove them
rm -f __mandriva_docs/html/*.map __mandriva_docs/html/*.md5
# use the ChangeLog timestamp to have the same timestamps for the doc files
# for all archs
touch -r ChangeLog __mandriva_docs/html/*

rm -f %{buildroot}%{_libdir}/*.a


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.12.0-4
+ Revision: 1b0a6ad
- Build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2523 |14cr|libdconf-qt-0.0.0-0.110722.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname dconf-qt %{major}
%define devname %mklibname dconf-qt -d

%define gitver 110722

Summary:	QML plugin and Qt bindings for dconf
Name:		libdconf-qt
Version:	0.0.0
Release:	0.%{gitver}.2
License:	LGPLv3+
Group:		System/Libraries
Url:		http://launchat.net/dconf-qt
Source0:	%{name}-%{version}.%{gitver}.tar.bz2
# PATCH-FIX-UPSTREAM 01_fix_pc_generation.patch - fix .pc generation, taken from Ubuntu release
Patch0:		01_fix_pc_generation.patch
# PATCH-FIX-UPSTREAM 02_link_again_dconf_dbus.patch - link again dconf dbus, taken from Ubuntu
Patch1:		02_link_again_dconf_dbus.patch
# PATCH-FEATURE-OPENSUSE ugly-cmake-hack.patch - cmake carnage to 'use' libdir
Patch2:		ugly-cmake-hack.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtDeclarative)
BuildRequires:	pkgconfig(dconf-dbus-1)
BuildRequires:	pkgconfig(glib-2.0)

%description
Qt bindings and QML plugin for dconf.

%files
%{_qt_importdir}/QConf

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	QML plugin and Qt bindings for dconf
Group:		System/Libraries
Suggests:	%{name}

%description -n %{libname}
Qt bindings and QML plugin for dconf - system shared libraries.

%files -n %{libname}
%doc COPYING-GPL3 COPYING-LGPL3
%{_libdir}/libdconf-qt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	QML plugin and Qt bindings for dconf
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Qt bindings and QML plugin for dconf - development files.

%files -n %{devname}
%{_includedir}/dconf-qt/
%{_libdir}/libdconf-qt.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export BUILD_GLOBAL=true
%cmake \
	-Dlibdir=%{_libdir} \

%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_qt_importdir}
mv %{buildroot}%{_libdir}/qt4/plugins/imports/* %{buildroot}%{_qt_importdir}/


%changelog
* Tue Mar 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.0-0.110722.2
+ Revision: aa80409
- LOG Fix pkgconfig file, move qml imports to proper location



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2524 |14cr|libdesktop-agnostic-0.3.92-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname desktop-agnostic %{major}
%define develname %mklibname -d desktop-agnostic

Summary:	A desktop-agnostic library for GLib-based projects
Name:		libdesktop-agnostic
Version:	0.3.92
Release:	4
License:	GPLv2+
Group:		Development/Other
Url:		https://launchpad.net/libdesktop-agnostic
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	intltool
BuildRequires:	vala-devel
BuildRequires:	python-devel
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gladeui-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(pygtk-2.0)
Requires:	libdesktop-agnostic-vfs-gio
Requires:	libdesktop-agnostic-cfg-gconf
Requires:	libdesktop-agnostic-fdo-glib
Requires:	pygtk2
Conflicts:	%{_lib}desktop-agnostic0 < 0.3.92-3

%description
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.

%package -n	%{libname}
Group:		System/Libraries
Summary:	%{name} library package
Requires:	%{name} >= %{version}

%description -n	%{libname}
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.

%package -n %{develname}
Summary:	%{name} development files
Group:		Development/Other
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}

%description -n %{develname}
This package contains header files needed when building applications based on
%{name}.

%package	cfg-gconf
Summary:	GConf module for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Provides:	libdesktop-agnostic-cfg = %{version}-%{release}

%description	cfg-gconf
This package contains the GConf mdoule for %{name}.

%package	fdo-glib
Summary:	GLib desktop entry module for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Provides:	libdesktop-agnostic-fdo = %{version}-%{release}

%description	fdo-glib
This package contains the GLib desktop entry module for %{name}.

%package	vfs-gio
Summary:	GIO VFS module for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description	vfs-gio
This package contains the GIO VFS module for %{name}.

%prep
%setup -q
sed -i s,"gladeui-1.0","gladeui-2.0",g data/*

%build
%define Werror_cflags %{nil}
%setup_compile_flags
export LINKFLAGS="%{ldflags}"
export PYTHONDIR=%{python_sitearch}
./waf configure \
	--prefix=%{_prefix} \
	--sysconfdir=%{_sysconfdir} \
	--localstatedir=%{_localstatedir} \
	--libdir=%{_libdir} \
	--mandir=%{_mandir} \
	--enable-debug \
	--config-backends=gconf \
	--vfs-backends=gio \
	--desktop-entry-backends=glib \
	--with-glade

./waf build --nocache

%install
./waf  --nocache install --destdir=%{buildroot}

# fix .so permissions so that debuginfo can be extracted for the debug package
find %{buildroot}%{_libdir} -name *.so -exec chmod 755 {} \;

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING COPYING.GPL-2
%{_sysconfdir}/xdg/%{name}/desktop-agnostic.ini
%{_bindir}/lda-desktop-entry-editor
%{_bindir}/lda-schema-to-gconf
%dir %{_libdir}/desktop-agnostic
%dir %{_libdir}/desktop-agnostic/modules
%{_libdir}/desktop-agnostic/modules/libda-cfg-type-color.so
%{_libdir}/desktop-agnostic/modules/libda-module-guesser.so
%{_datadir}/glade/catalogs/desktop-agnostic.xml
%{python_sitearch}/desktopagnostic/*.py
%{python_sitearch}/desktopagnostic/*.so

%files cfg-gconf
%{_libdir}/desktop-agnostic/modules/libda-cfg-gconf.so

%files fdo-glib
%{_libdir}/desktop-agnostic/modules/libda-fdo-glib.so

%files vfs-gio
%{_libdir}/desktop-agnostic/modules/libda-vfs-gio.so

%files -n %{libname}
%{_libdir}/%{name}*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/%{name}-1.0
%dir %{_includedir}/%{name}-1.0/%{name}
%{_includedir}/%{name}-1.0/%{name}/*.h
%{_libdir}/%{name}*.so
%{_libdir}/pkgconfig/desktop-agnostic.pc
%{_datadir}/pygtk/2.0/defs/*.defs
%{_datadir}/vala/vapi/*.vapi
%{_datadir}/vala/vapi/desktop-agnostic*.deps


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.92-4
+ Revision: d3b565c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2525 |14cr|libdigidoc-2.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	libdigidoc
%define version	2.7.0
%define release 2

%define realname digidoc

%define major 2
%define libname %mklibname %{realname} %major
%define develname %mklibname %{realname} -d

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Library for handling digitally signed documents

Group:		System/Libraries
License:	LGPLv2+
URL:		http://code.google.com/p/esteid
Source:		http://esteid.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	cmake
BuildRequires:	libxml2-devel
BuildRequires:	openssl-devel
BuildRequires:	zlib-devel
Requires:	opensc

%description
libDigiDoc is a library implementing a subset of the XAdES digital
signature standard on top of Estonian specific .ddoc container format.
It allows to create, sign, verify, and modify digidoc XML containers.

%package	-n %{libname}
Group:		System/Libraries
Summary:	Library for handling digitally signed documents
Provides:	%name = %version-%release

%description	-n %{libname}
This package contains libraries and header files for
developing applications that use %{name}.


%package	-n %{develname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Requires:	libxml2-devel
Requires:	openssl-devel
Requires:	zlib-devel
Requires:	pkgconfig
Provides:	%{name}-devel = %{version}-%{release}

%description	-n %{develname}
This package contains libraries and header files for
developing applications that use %{libname}.


%prep
%setup -q

%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake} ../..
popd

make %{?_smp_mflags} -C %{_target_platform}/build


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}/build


%clean
rm -rf $RPM_BUILD_ROOT

%post -n %{libname} -p /sbin/ldconfig

%postun -n %{libname} -p /sbin/ldconfig


%files -n %{libname}
%defattr(-,root,root,-)
%config %{_sysconfdir}/digidoc.conf
%{_bindir}/cdigidoc
%{_libdir}/*.so.*
%{_datadir}/libdigidoc/
%doc AUTHORS COPYING ChangeLog README

%files -n %{develname}
%defattr(-,root,root,-)
%{_includedir}/libdigidoc/
%{_libdir}/pkgconfig/lib*.pc
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.0-2
+ Revision: b698b88
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2526 |14cr|libdigidocpp-0.3.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname digidoc

%define major 0
%define libname %mklibname digidocpp %{major}
%define develname %mklibname digidocpp -d

Name:		libdigidocpp
Version:	0.3.0
Release:	7
Summary:	Library for creating and validating BDoc and DDoc containers


Group:		System/Libraries
License:	LGPLv2+
URL:		http://code.google.com/p/esteid
Source:		http://esteid.googlecode.com/files/%{name}-%{version}.tar.bz2
Patch0:		libdigidocpp-0.3.0-gcc47.patch

BuildRequires:	cmake
BuildRequires:	pkgconfig(libdigidoc)
BuildRequires:	pkgconfig(libp11)
BuildRequires:	openssl-devel
BuildRequires:	xml-security-c-devel
BuildRequires:	xsd-devel
Requires:	opensc

%description
libdigidocpp is a C++ library for reading, validating, and creating BDoc and
DDoc containers. These file formats are widespread in Estonia where they are
used for storing legally binding digital signatures.

%package	-n %{libname}
Group:		System/Libraries
Summary:	Library for creating and validating bdoc and ddoc containers

Requires:	%{name} >= %{version}-%{release}

%description	-n %libname
libdigidocpp is a C++ library for reading, validating, and creating BDoc and
DDoc containers. These file formats are widespread in Estonia where they are
used for storing legally binding digital signatures.

%package	-n %{develname}
Summary:	Development files for %{name}

Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Requires:	libdigidoc-devel
Requires:	libp11-devel
Requires:	openssl-devel
Requires:	xml-security-c-devel
Requires:	xsd-devel
Provides:	%{name}-devel = %{version}-%{release}

%description	-n %{develname}
This package contains libraries and header files for
developing applications that use %{name}.

%package	-n perl-%{modname}
Summary:	Perl bindings for %{name}

Group:		Development/Perl
BuildRequires:	perl-devel
BuildRequires:	swig
Requires:	%{libname} = %{version}-%{release}

%description	-n perl-%{modname}
The perl-%{modname} package provides access to
%{name} features from Perl programs.

%package	-n python-%{modname}
Summary:	Python bindings for %{name}

Group:		Development/Python
BuildRequires:	python-devel
BuildRequires:	swig
Requires:	%{libname} = %{version}-%{release}

%description	-n python-%{modname}
The python-%{modname} package provides access to
%{name} features from Python programs.

%package	-n php-%{modname}
Summary:	PHP bindings for %{name}

Group:		Development/PHP
BuildRequires:	php-devel
BuildRequires:	swig
Requires:	%{libname} = %{version}-%{release}

%description	-n php-%{modname}
The php-%{modname} package provides access to
%{name} features from PHP programs.

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build
mv %{buildroot}%{_sysconfdir}/php.d/digidoc.ini %{buildroot}%{_sysconfdir}/php.d/90_digidoc.ini


%post -n php-%{modname}
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun -n php-%{modname}
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%files
%{_sysconfdir}/digidocpp/certs
%{_sysconfdir}/digidocpp/schema
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/digidocpp/digidocpp.conf

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/digidocpp/
%{_libdir}/pkgconfig/lib*.pc
%{_libdir}/*.so

%files -n perl-%{modname}
%{perl_vendorarch}/auto/digidoc.so
%{perl_vendorlib}/digidoc.pm

%files -n python-%{modname}
%{py_platsitedir}/*

%files -n php-%{modname}
%{_datadir}/php/*
%attr(0755,root,root) %{_libdir}/php/extensions/*
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/90_digidoc.ini


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-7
+ Revision: 973ae77
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2527 |14cr|libdjconsole-0.1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname djconsole %{major}
%define devname %mklibname djconsole -d

Summary:	Libdjconsole - Support for hardware dj consoles
Name:		libdjconsole
Version:	0.1.3
Release:	6
License:	GPLv2+
Group:		System/Libraries
Url:		http://djplay.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(libusb)

%description
libdjconsole - Support for hardware dj consoles

%files
%dir %{_datadir}/libdjconsole
%{_datadir}/libdjconsole/*
%{_sysconfdir}/udev/rules.d/45-hpdjconsole.rules

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libdjconsole - Support for hardware dj consoles
Group:		System/Libraries

%description -n %{libname}
libdjconsole - Support for hardware dj consoles.

%files -n %{libname}
%{_libdir}/libdjconsole.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Libdjconsole
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
libdjconsole - Support for hardware dj consoles.

%files -n %{devname}
%{_libdir}/pkgconfig/*
%{_libdir}/*.so
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

sed -i -e 's|Libs: -L${libdir} -ldjconsole|Libs: -L${libdir} -ldjconsole -lstdc++ -lusb|g' \
	libdjconsole.pc.in

%build
autoreconf -fi
%configure2_5x \
	--enable-static=no \
	--enable-threads

%make

%install
%makeinstall_std

# Fix pkgconfig file
sed -i "s,-ldjconsole,-ldjconsole -lusb,g" %{buildroot}%{_libdir}/pkgconfig/libdjconsole.pc
sed -i "s,^libdir=.*,libdir=%{_libdir},g" %{buildroot}%{_libdir}/pkgconfig/libdjconsole.pc


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.3-6
+ Revision: e27b3f6
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2528 |14cr|libdlna-0.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name libdlna
%define version 0.2.4
%define release 2

%define major   0
%define libname %mklibname dlna %major
%define develname %mklibname -d dlna

Summary: Implementation of DLNA (Digital Living Network Alliance)
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://libdlna.geexbox.org/releases/%{name}-%{version}.tar.bz2
License: LGPLv2+
Group: System/Libraries
Url: http://libdlna.geexbox.org/
BuildRequires: ffmpeg-devel

%description
libdlna aims at being the reference open-source implementation of DLNA
(Digital Living Network Alliance) standards.
Its primary goal is to provide DLNA support to uShare, an embedded DLNA & 
UPnP A/V Media Server, but it will be used to build both DLNA servers
and players in the long term.

%package -n     %{libname}
Summary:        Dynamic libraries from %name
Group:          System/Libraries

%description -n %{libname}
Dynamic libraries from %name.

%package -n     %{develname}
Summary:        Header files and static libraries from %name
Group:          Development/C
Requires:       %{libname} >= %{version}
Provides:       %{name}-devel = %{version}-%{release}
Obsoletes:      %name-devel < %{version}-%{release}
Obsoletes:	%{_lib}dlna0-devel

%description -n %{develname}
Libraries and includes files for developing programs based on %name.

%prep
%setup -q

%build
%setup_compile_flags
./configure --prefix=%{_prefix} --libdir=%{_libdir} --enable-static --enable-shared
make

%install
%makeinstall_std


%files -n %{libname}
%doc AUTHORS COPYING ChangeLog README 
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-2
+ Revision: 8273c7c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2529 |14cr|libdnsres-0.1a-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define	major 0
%define libname %mklibname dnsres %{major}
%define develname %mklibname dnsres -d

Summary:	A non-blocking DNS resolver library
Name:		libdnsres
Version:	0.1a
Release:	8
Group:		System/Libraries
License:	BSD
URL:		http://www.monkey.org/~provos/libdnsres/
Source0:	http://www.monkey.org/~provos/%{name}-%{version}.tar.gz
Source1:	http://www.monkey.org/~provos/%{name}-%{version}.tar.gz.sig
BuildRequires:	libevent-devel

%description
Libdnsres provides a non-blocking thread-safe interface for resolving DNS
names.  It is built on top of libevent and makes heavy use of the *BSD
resolver code.  This is essentially an ugly hack to get a non-blocking
DNS resolver for my own personal use.  That spells out to: use at your
own risk, I know that the code is ugly.

%package -n	%{libname}
Summary:	A non-blocking DNS resolver library
Group:          System/Libraries

%description -n	%{libname}
Libdnsres provides a non-blocking thread-safe interface for resolving DNS
names.  It is built on top of libevent and makes heavy use of the *BSD
resolver code.  This is essentially an ugly hack to get a non-blocking
DNS resolver for my own personal use.  That spells out to: use at your
own risk, I know that the code is ugly.

%package -n	%{develname}
Summary:	Static library and header files for the libdnsres library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname dnsres 0 -d}

%description -n	%{develname}
Libdnsres provides a non-blocking thread-safe interface for resolving DNS
names.  It is built on top of libevent and makes heavy use of the *BSD
resolver code.  This is essentially an ugly hack to get a non-blocking
DNS resolver for my own personal use.  That spells out to: use at your
own risk, I know that the code is ugly.

This package contains the static libdnsres library and its header files.

%prep

%setup -q -n %{name}-%{version}

%build

%configure2_5x

make CFLAGS="%{optflags} -fPIC"

%install

%makeinstall_std

%files -n %{libname}
%doc README LICENSE
%{_libdir}/*.so.*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1a-8
+ Revision: a88b774
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2530 |14cr|libdsk-1.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3

%define libname %mklibname dsk %major
%define libname_devel %mklibname -d dsk
%define libname_static_devel %mklibname -s -d dsk

Name:		libdsk
Summary:	A library for accessing floppy drives and disk images transparently
Version:	1.2.1
Release:	5
License:	GPL
Group:		System/Libraries
URL:		http://www.seasip.demon.co.uk/Unix/LibDsk/
Source:		http://www.seasip.demon.co.uk/Unix/LibDsk/%{name}-%{version}.tar.gz
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(zlib)

%description
LibDsk is a library intended to give transparent access to floppy drives and
to the "disc image files" used by emulators to represent floppy drives.

%package -n %{libname}
Summary:	A library for accessing floppy drives and disk images transparently
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
LibDsk is a library intended to give transparent access to floppy drives and
to the "disc image files" used by emulators to represent floppy drives.

Install the libdsk package if you need to manipulate DSK files. You should
also install the libdsk-progs package.

%package -n %{libname_devel}
Summary:	Development files for programs which will use the libdsk library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{libname_devel}
This package contains the header files and documentation necessary for
development of programs that will use the libdsk library to load and save
DSK format disc image files.

You should install this package if you need to develop programs which will
use the libdsk library functions for loading and saving DSK format disc
image files. You'll also need to install the libdsk package.

%package -n %{libname_static_devel}
Summary:	Static libraries for programs which will use the libdsk library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}
Provides:	lib%{name}-static-devel = %{version}-%{release}

%description -n %{libname_static_devel}
This package contains the static libraries, necessary for development of
programs that will use the libdsk library to load and save DSK format
disc image files.

You should install this package if you need to develop programs which
will use the libdsk library functions for loading and saving DSK format
disc image files. You'll also need to install the libdsk package.

%package progs
Summary:	Programs for manipulating DSK format disc image files
Group:		Emulators
Requires:	%{libname} = %{version}-%{release}

%description progs
The libdsk-progs package contains various programs for manipulating
DSK format disc image files.

Install this package if you need to manipulate DSK format disc image
files. You'll also need to install the libdsk package.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%doc ChangeLog doc/COPYING doc/README doc/TODO
%{_libdir}/lib*.so.%{major}*

%files -n %{libname_devel}
%doc doc/COPYING doc/cfi.html doc/libdsk.*
%{_libdir}/lib*.so
%{_includedir}/*.h

%files -n %{libname_static_devel}
%doc doc/COPYING
%{_libdir}/lib*.a

%files progs
%doc doc/COPYING
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man5/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-5
+ Revision: 7499c52
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2531 |14cr|libdvb-0.5.5.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DVB mpegtools libdvb - base tools
Name:		libdvb
Version:	0.5.5.1
Release:	11
License:	GPLv2+
Group:		Video
URL:		http://www.metzlerbros.org/dvb/
Source0:	http://www.metzlerbros.org/dvb/%{name}-%{version}.tar.gz
Patch0:		libdvb-0.5.5.1-long.patch
Patch3:		libdvb-0.5.5.1-pkgconfig.patch
Patch4:		libdvb-maindvb.patch
Patch5:		libdvb-0.5.5.1-gcc43.patch
Provides:	dvb-mpegtools
BuildRequires:	gcc-c++
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Manipulation of various MPEG file formats and their DVB variants

%package	devel
Summary:	DVB mpegtools libdvb - developer tools
Group:		Development/Other
Provides:	dvb-mpegtools-devel

%description	devel
manipulation of various MPEG file formats and their DVB variants

%prep

%setup -q
%patch0 -p1
%patch3 -p1 -b .pkgconfig
%patch4
%patch5 -p1

# no `configure` here..

%build
# (anssi) no shared libraries provided; build static libs with -fPIC:
make  PREFIX=%_prefix CFLAGS="%optflags -fPIC" CXX="g++ %{ldflags}" CC="gcc %{ldflags}"
make pkgconfig \
  PREFIX=%_prefix LIBDIR=%_libdir

%install
rm -rf %{buildroot}

# make install DESTDIR=%buildroot
%__mkdir_p %buildroot%_bindir
make install DESTDIR=%buildroot PREFIX=%_prefix LIBDIR=%_libdir
make pkgconfig-install DESTDIR=%buildroot PREFIX=%_prefix LIBDIR=%_libdir

# prefix binaries with dvb_
for i in %buildroot%_bindir/* ; do 
  dir=`dirname $i` ; file=`basename $i` 
  case "$file" in
  dvb*) ;; 
  *)  mv $dir/$file $dir/dvb_$file ;;
  esac
done
# but keep aliases for ts* and pes*
for i in %buildroot%_bindir/dvb_ts* %buildroot%_bindir/dvb_pes* ; do
  dir=`dirname $i` ; file=`basename $i` 
  (cd $dir && ln -s $file `echo $file | sed -e 's/^dvb_//'`)
done

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%_bindir/*

%files devel
%defattr(-,root,root)
%_libdir/libdvb.a
%_libdir/libdvbci.a
%_libdir/libdvbmpegtools.a
%_libdir/pkgconfig/libdvb*.pc
%_includedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.5.1-11
+ Revision: 894107a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2532 |14cr|libdwarf-0.20111214-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define reldate	20111214
%define	major	0
%define	libname	%mklibname dwarf 0
%define	devname	%mklibname -d dwarf
%define	static	%mklibname -d -s dwarf

Summary:	Library to access the DWARF Debugging file format 
Name:		libdwarf
Version:	0.%{reldate}
Release:	2
License:	LGPLv2
Group:		System/Libraries
URL:		http://reality.sgiweb.org/davea/dwarf.html
Source0:	http://reality.sgiweb.org/davea/%{name}-%{reldate}.tar.gz
# This patch set up the proper soname
Patch0:		libdwarf-soname-fix.patch
Patch1:		dwarf-20111030-link-against-required-libelf.patch
BuildRequires:	binutils-devel elfutils-devel

%description
Library to access the DWARF debugging file format which supports
source level debugging of a number of procedural languages, such as C, C++,
and Fortran.  Please see http://www.dwarfstd.org for DWARF specification.

%package -n	%{libname}
Summary:	Library to access the DWARF Debugging file format 
Group:		System/Libraries

%description -n	%{libname}
Library to access the DWARF debugging file format which supports
source level debugging of a number of procedural languages, such as C, C++,
and Fortran.  Please see http://www.dwarfstd.org for DWARF specification.

%package -n	%{devname}
Summary:	Library and header files of libdwarf
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	dwarf-devel = %{EVRD}

%description -n	%{devname}
Development package containing library and header files of libdwarf.

%package -n	%{static}
Summary:	Static libdwarf library
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	dwarf-static-devel = %{EVRD}

%description -n	%{static}
Static libdwarf library.

%package -n	dwarf-tools
Summary:	Tools for accessing DWARF debugging information
License:	GPLv2
Group:		Development/Other

%description -n	dwarf-tools
C++ version of dwarfdump (dwarfdump2) command-line utilities 
to access DWARF debug information.

%prep
%setup -q -n dwarf-%{reldate}
%patch0 -p1 -b .soname-fix~
%patch1 -p1 -b .libelf~
find |xargs chmod o+r

%build
pushd libdwarf
%configure2_5x --enable-shared
%make
popd

# Need to also configure dwarfdump since dwarfdump2 Makefile 
# depends on dwarfdump's Makefile
pushd dwarfdump
%configure2_5x
popd

pushd dwarfdump2
%configure2_5x
LD_LIBRARY_PATH="../libdwarf" make
popd

%install
install -pm755 libdwarf/libdwarf.so.%{major}.0 -D %{buildroot}%{_libdir}/libdwarf.so.%{major}.0
cp -pd libdwarf/libdwarf.so.%{major}	   %{buildroot}%{_libdir}/libdwarf.so.%{major}
cp -pd libdwarf/libdwarf.so.%{major}	   %{buildroot}%{_libdir}/libdwarf.so

install -pm644 libdwarf/libdwarf.a	-D %{buildroot}%{_libdir}/libdwarf.a
install -pm644 libdwarf/dwarf.h		-D %{buildroot}%{_includedir}/libdwarf/dwarf.h
install -pm644 libdwarf/libdwarf.h	-D %{buildroot}%{_includedir}/libdwarf/libdwarf.h

install -pm755 dwarfdump2/dwarfdump	-D %{buildroot}%{_bindir}/dwarfdump

%files -n	%{libname}
%doc libdwarf/ChangeLog libdwarf/README libdwarf/COPYING libdwarf/LIBDWARFCOPYRIGHT
%{_libdir}/libdwarf.so.0*

%files -n	%{devname}
%doc libdwarf/*.pdf
%dir %{_includedir}/libdwarf
%{_includedir}/libdwarf/dwarf.h
%{_includedir}/libdwarf/libdwarf.h
%{_libdir}/libdwarf.so

%files -n	%{static}
%{_libdir}/libdwarf.a

%files	-n	dwarf-tools
%doc dwarfdump2/README dwarfdump2/ChangeLog dwarfdump2/COPYING dwarfdump2/DWARFDUMPCOPYRIGHT
%{_bindir}/dwarfdump



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20111214-2
+ Revision: 9a87044
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2533 |14cr|libdxfrw-0.5.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname	%mklibname dxfrw %{major}
%define develname %mklibname dxfrw -d

Summary:	C++ library to read/write dxf files in binary and ascii form
Name:		libdxfrw
Version:	0.5.8
Release:	2
License:	GPLv2+
Group:		System/Libraries
URL:		http://sourceforge.net/projects/libdxfrw
Source0:	http://prdownloads.sourceforge.net/libdxfrw/files/%{name}-%{version}.tar.bz2

%description
libdxfrw is a free C++ library to read and write DXF
files in both formats, ascii and binary form. It is licensed under
the terms of the GNU General Public License version 2
(or at you option any later version).

%package -n %{libname}
Summary:	A library of functions for manipulating DXF format files
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with libdxfrw.

%package -n %{develname}
Summary:	Development tools for programs to manipulate DXF files
Group:		Development/C++

%description -n	%{develname}
The libdxfrw-devel package contains the header files and libraries
necessary for developing programs using the libdxfrw library.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std 

%files -n %{libname}
%{_libdir}/libdxfrw.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/libdxfrw.so
%{_libdir}/pkgconfig/libdxfrw*.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.8-2
+ Revision: 10049a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2534 |14cr|libe-devel-0.2.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	libe-devel
%define	version	0.2.2
%define release	12
%define realname libe
%define debug_package	%{nil}

Summary:	C library contains various functions which deal with data structures
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/Other	
URL:		http://www.cs.berkeley.edu/~bnc/libe/
Source:		%{realname}-%{version}.tar.bz2
Provides:	%{name}-%{version}
Provides:	libe-cluster
Conflicts:	libe0-devel


%description
libe is a C library which contains various functions which deal with 
data structures (hash tables, bitmasks, trees of IP addresses, etc.), 
networking, I/O, barriers, and other useful things. It is currently used 
in the implementation of authd (RSA authentication daemon), pcp (a 
parallel, pipelined file transfer system), and gexec (a fast, hierarchical 
cluster remote execution system).

%prep
%setup -q -n %realname-%version

%build
%configure 
%make

%install
%makeinstall


%files 
%doc AUTHORS ChangeLog COPYING
%{_includedir}/e
%{_libdir}/libe.a


%changelog
* Wed Aug 06 2014 abfonly <abfonly@gmail.com> 0.2.2-12
+ Revision: 67a7af5
- Updated libe-devel.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2535 |14cr|libelf-0.8.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		libelf
Version:	0.8.13
Release:	4
Summary:	An ELF object file access library
Group:		Development/C
License:	LGPLv2
URL:		http://www.mr511.de/software/english.html
Source0:	http://www.mr511.de/software/%{name}-%{version}.tar.gz
Suggests:	%{name}-locales

%description
libelf provides routines to access and manipulate ELF object files. It
is still not complete, but is required for a number of programs, such as
Eli (a state of the art compiler generation system), and Elk (the
Extension Language Kit - an implementation of the Scheme programming
language.)

This shared library may be needed by pre-packaged programs. To compile
programs with this library, you will need to install the libelfg0-dev
package as well.

%files
%{_libdir}/%{name}.so.0*

%package locales
Summary:	An ELF object file access library: locales
BuildArch:	noarch

%description locales
libelf provides routines to access and manipulate ELF object files. It
is still not complete, but is required for a number of programs, such as
Eli (a state of the art compiler generation system), and Elk (the
Extension Language Kit - an implementation of the Scheme programming
language.)

This package contains locales-only data.

%files locales
%lang(de) %{_localedir}/de/

%package devel
Summary:	An ELF object file access library: development files
Requires:	%{name} = %{version}-%{release}
Conflicts:	elfutils-devel

%description devel
libelf provides routines to access and manipulate ELF object files. It
is still not complete, but is required for a number of programs, such as
Eli (a state of the art compiler generation system), and Elk (the
Extension Language Kit - an implementation of the Scheme programming
language.)

This development library is only needed if you intend to compile, or
write, your own programs with this library. It holds the static linking
library (.a), and the required .so link to libelf0.so.0. To run programs
linked with this library, install the libelfg0 package. 

%files devel
%{_libdir}/%{name}.so
%{_libdir}/%{name}.a
%{_includedir}/%{name}/
%{_includedir}/*.h
%{_libdir}/pkgconfig/%{name}.pc

%prep
%setup -q -n %{name}-%{version}

%build
%configure
%make

%install
%makeinstall



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.13-4
+ Revision: bd500cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2536 |14cr|libelfhacks-0.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname elfhacks %{major}
%define devname %mklibname elfhacks -d

Summary:	elfhacks application interface
Name:		libelfhacks
Version:	0.4.1
Release:	3
License:	MIT
Group:		System/Libraries
Url:		https://github.com/ienorand/elfhacks
Source0:	https://nodeload.github.com/ienorand/elfhacks/zipball/%{name}-%{version}.tar.bz2
BuildRequires:	cmake

%description
Various ELF run-time hacks.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 0.4.1-2
Obsoletes:	%{name} < 0.4.1-2

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libelfhacks.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 0.4.1-2

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libelfhacks.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DMLIBDIR=%{_libdir}
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-3
+ Revision: 1f9fe9b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2537 |14cr|libeps-1.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rname eps

%define	major 0
%define libname %mklibname %{rname} %{major}
%define develname %mklibname %{rname} -d

Summary:	EPS (Email Parsing System) library
Name:		libeps
Version:	1.5
Release:	7
Group:		System/Libraries
License:	GPL
URL:		http://www.inter7.com/
Source0:	http://www.inter7.com/eps/%{rname}-%{version}.tar.bz2
Patch0:		eps-1.5-shared.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
EPS (Email Parsing System) is intended to give people the ability
to write their own email processing tools. Whether you want to
process incoming and outgoing emails, or just analyze a message,
this package is intended to aid in that endeavor. 

%package -n	%{libname}
Summary:	Shared EPS (Email Parsing System) library
Group:          System/Libraries

%description -n	%{libname}
EPS (Email Parsing System) is intended to give people the ability
to write their own email processing tools. Whether you want to
process incoming and outgoing emails, or just analyze a message,
this package is intended to aid in that endeavor. 

%package -n	%{develname}
Summary:	Static library and header files for the libeps library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{rname}-devel = %{version}-%{release}
Provides:	lib%{rname}-devel = %{version}-%{release}
Obsoletes:	%{mklibname %{rname} 0 -d}

%description -n	%{develname}
EPS (Email Parsing System) is intended to give people the ability
to write their own email processing tools. Whether you want to
process incoming and outgoing emails, or just analyze a message,
this package is intended to aid in that endeavor. 

This package contains the static libeps library and its header files
needed to compile applications such as stegdetect, etc.

%prep

%setup -q -n %{rname}-%{version}
%patch0 -p0

%build

make CFLAGS="%{optflags} -fPIC -DPIC"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}/eps

install -m0644 libeps.a %{buildroot}%{_libdir}/
install -m0755 libeps.so.%{major} %{buildroot}%{_libdir}/
ln -snf libeps.so.%{major} %{buildroot}%{_libdir}/libeps.so
install -m0644 *.h %{buildroot}%{_includedir}/eps/

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc doc/* mess ChangeLog TODO
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/eps
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-7
+ Revision: 9d6fb14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2538 |14cr|libetpan-1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 17
%define libname %mklibname etpan %{major}
%define develname %mklibname etpan -d

Summary:	Mail purpose library
Name:		libetpan
Version:	1.5
Release:	2
Group:		System/Libraries
License:	BSD
URL:		http://libetpan.sourceforge.net/
Source:		http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	db-devel
BuildRequires:  pkgconfig(expat)
BuildRequires:  pkgconfig(gpg-error)
BuildRequires:	libgcrypt-devel

%description
The purpose of this mail library is to provide a portable, efficient 
framework for different kinds of mail access. When using the drivers 
interface, the interface is the same for all kinds of mail access, 
remote and local mailboxes.

Network protocols supported:
o IMAP/NNTP/POP3/SMTP over TCP/IP and SSL/TCP/IP, already implemented.
o Local storage (mbox/MH/maildir), message / MIME parser

%package -n %{libname}
Summary:	Mail purpose library
Group:		System/Libraries
Obsoletes:	%{_lib}etpan13 < 1.0

%description -n %{libname}
The purpose of this mail library is to provide a portable, efficient 
framework for different kinds of mail access. When using the drivers 
interface, the interface is the same for all kinds of mail access, 
remote and local mailboxes.

Network protocols supported:
o IMAP/NNTP/POP3/SMTP over TCP/IP and SSL/TCP/IP, already implemented.
o Local storage (mbox/MH/maildir), message / MIME parser

%package -n %{develname}
Summary:	Libraries and include files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel  = %{version}-%{release}

%description -n %{develname}
This package contains the header files and static libraries for
developing with %{name}.

%prep
%setup -q

%build
./autogen.sh
%configure2_5x \
	--without-openssl \
	--with-gnutls \
	--enable-ipv6 \
	--enable-optim

%make

%check
make check

%install
%makeinstall_std

#workaround for *.h detections
#rm -f include/libetpan/libetpan-conf
#install -m 644 include/libetpan/*.h %{buildroot}%{_includedir}/libetpan


%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%doc ChangeLog NEWS
%doc doc/*
%{_bindir}/libetpan-config
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-2
+ Revision: f246dc2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2539 |14cr|libevent0.9-0.9-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rname	libevent
%define	name	libevent%{version}
%define	version	0.9

%define	major	0
%define libname	%mklibname event %{version} %{major}

Summary:	Abstract asynchronous event notification library
Name:		%{name}
Version:	%{version}
Release:	9
License:	BSD
Group:		System/Libraries
URL:		http://www.monkey.org/~provos/libevent/
Source0:	%{rname}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The libevent API provides a mechanism to execute a callback function
when a specific event occurs on a file descriptor or after a timeout
has been reached. libevent is meant to replace the asynchronous event
loop found in event driven network servers. An application just needs
to call event_dispatch() and can then add or remove events dynamically
without having to change the event loop.

%package -n	%{libname}
Summary:	Abstract asynchronous event notification library
Group:          System/Libraries

%description -n	%{libname}
The libevent API provides a mechanism to execute a callback function
when a specific event occurs on a file descriptor or after a timeout
has been reached. libevent is meant to replace the asynchronous event
loop found in event driven network servers. An application just needs
to call event_dispatch() and can then add or remove events dynamically
without having to change the event loop.

%package -n	%{libname}-devel
Summary:	Static library and header files for the libevent library
Group:		Development/C
Obsoletes:	%{name}-devel
Provides:	%{name}-devel
Requires:	%{libname} = %{version}-%{release}

%description -n	%{libname}-devel
The libevent API provides a mechanism to execute a callback function
when a specific event occurs on a file descriptor or after a timeout
has been reached. libevent is meant to replace the asynchronous event
loop found in event driven network servers. An application just needs
to call event_dispatch() and can then add or remove events dynamically
without having to change the event loop.

This package contains the static libevent library and its header files
needed to compile applications such as stegdetect, etc.

%prep

%setup -q -n %{rname}-%{version}

%build
%serverbuild
export CFLAGS="%{optflags} -fPIC"
%configure2_5x
%make libevent.a

gcc -Wl,-soname,libevent%{version}.so.%{major} -shared %{optflags} -fPIC \
    -Wl,--as-needed -Wl,--no-undefined -o libevent%{version}.so.%{major}.%{version} *.o

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_mandir}/man3

install -m0755 libevent%{version}.so.%{major}.%{version} %{buildroot}%{_libdir}/
ln -s libevent%{version}.so.%{major}.%{version} %{buildroot}%{_libdir}/libevent%{version}.so.%{major}
ln -s libevent%{version}.so.%{major}.%{version} %{buildroot}%{_libdir}/libevent%{version}.so

install -m0644 libevent.a %{buildroot}%{_libdir}/libevent%{version}.a
install -m0644 event.h %{buildroot}%{_includedir}/libevent%{version}.h
install -m0644 event.3 %{buildroot}%{_mandir}/man3/libevent%{version}.3

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.*

%files -n %{libname}-devel
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-9
+ Revision: 7034f7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2540 |14cr|libeweather-0.2.0-1.77661.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svnrev 77661

%define major 0
%define libname %mklibname eweather %{major}
%define devname %mklibname eweather -d

Summary:	Enlightenment weather/forecasts module
Name:		libeweather
Version:	0.2.0
Release:	1.%{svnrev}.3
License:	LGPLv2+
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	%{name}-%{version}.%{svnrev}.tar.xz

BuildRequires:	edje
BuildRequires:	embryo
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(ecore-con)
BuildRequires:	pkgconfig(ecore-evas)
BuildRequires:	pkgconfig(ecore-file)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(eio)
BuildRequires:	pkgconfig(evas)
%rename	eweather

%description
Enlightenment weather/forecasts module.

%files
%{_bindir}/eweather_test
%{_datadir}/*/images/*png
%{_datadir}/eweather/*jpg
%{_datadir}/eweather/*/*edj
%{_libdir}/eweather/plugins/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for the %{name} package
Group:		System/Libraries

%description -n %{libname}
Shared librariy for %{name}.

%files -n %{libname}
%{_libdir}/libeweather.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and development libraries from %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
%{name} development headers and libraries

%files -n %{devname}
%{_includedir}/*h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog
* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.0-1.77661.3
+ Revision: 256aaa0
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2541 |14cr|libewf-20140608-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname	%mklibname ewf %{major}
%define develname %mklibname -d ewf

Summary:	Utils for use with the Expert Witness Compression Format (EWF)
Name:		libewf
Version:	20140608
Release:	1
Group:		System/Libraries
License:	BSD
URL:		http://libewf.sourceforge.net/
Source0:	https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	autoconf
BuildRequires:	libtool

%description
Libewf is a library for support of the Expert Witness Compression Format (EWF),
it support both the SMART format (EWF-S01) and the EnCase format (EWF-E01).
Libewf allows you to read and write media information within the EWF files.

This package contains utils for use with the Expert Witness Compression Format
(EWF).

%package -n	%{libname}
Summary:	The Expert Witness Compression Format (EWF) shared library
Group:          System/Libraries

%description -n	%{libname}
Libewf is a library for support of the Expert Witness Compression Format (EWF),
it support both the SMART format (EWF-S01) and the EnCase format (EWF-E01).
Libewf allows you to read and write media information within the EWF files.

%package -n	%{develname}
Summary:	Static library and header files for the libewf library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Requires:	%{libname} = %{version}

%description -n	%{develname}
Libewf is a library for support of the Expert Witness Compression Format (EWF),
it support both the SMART format (EWF-S01) and the EnCase format (EWF-E01).
Libewf allows you to read and write media information within the EWF files.

This package contains the static libewf library and its header files.

%prep

%setup -q

%build
#export WANT_AUTOCONF_2_5=1
#rm -f configure
#libtoolize --copy --force; aclocal; autoconf --force; autoheader; automake

export CFLAGS="%{optflags} -fPIC"

%configure2_5x --disable-static

%make

%install
%makeinstall_std

%files
%{_bindir}/ewfacquire
%{_bindir}/ewfacquirestream
#%{_bindir}/ewfalter
%{_bindir}/ewfexport
%{_bindir}/ewfinfo
%{_bindir}/ewfverify
%{_bindir}/ewfmount
%{_bindir}/ewfdebug
%{_bindir}/ewfrecover
%{_mandir}/man1/*

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog NEWS
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/*

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 20140608-1
+ Revision: 51c43c1
- Updated to 20140608 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2542 |14cr|libextractor-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define common_major 1
%define libname %mklibname extractor %{major}
%define libcommon %mklibname extractor_common %{common_major}
%define devname %mklibname extractor -d

Summary:	Library used to extract meta-data from files
Name:		libextractor
Version:	1.3
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://www.gnunet.org/libextractor/
Source0:	http://ftpmirror.gnu.org/libextractor/%{name}-%{version}.tar.gz
Patch0:		libextractor-1.3-rpm5.patch
BuildRequires:	bzip2-devel
BuildRequires:	gettext-devel
BuildRequires:	libtool-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(libmpeg2)
BuildRequires:	pkgconfig(rpm)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
libextractor is a library used to extract meta-data from files of arbitrary 
type. It is designed to use helper-libraries to perform the actual extraction, 
and to be trivially extendable by linking against external extractors for 
additional file types. The goal is to provide developers of file-sharing 
networks or WWW-indexing bots with a universal library to obtain simple 
keywords to match against queries. libextractor contains a shell-command 
"extract" that, similar to the well-known "file" command, can extract meta-data
from a file and print the results to stdout. Currently, it supports the formats
HTML, PDF, PS, MP3, OGG, JPEG, GIF, PNG, RPM, ZIP, Real, QT and ASF. Also, 
various additional MIME types are detected.

%files -f %{name}.lang
%{_bindir}/extract
%{_mandir}/man1/extract.1.*
%{_mandir}/man3/libextractor.3.*
%{_infodir}/libextractor.info.*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Libextractor library used to extract meta-data from files 
Group:		System/Libraries

%description -n	%{libname}
libextractor is a library used to extract meta-data from files of arbitrary 
type. It is designed to use helper-libraries to perform the actual extraction, 
and to be trivially extendable by linking against external extractors for 
additional file types. The goal is to provide developers of file-sharing 
networks or WWW-indexing bots with a universal library to obtain simple 
keywords to match against queries. libextractor contains a shell-command 
"extract" that, similar to the well-known "file" command, can extract meta-data
from a file and print the results to stdout. Currently, it supports the formats
HTML, PDF, PS, MP3, OGG, JPEG, GIF, PNG, RPM, ZIP, Real, QT and ASF. Also, 
various additional MIME types are detected.

%files -n %{libname}
%doc ChangeLog NEWS COPYING README AUTHORS
%{_libdir}/%{name}.so.%{major}*
%{_libdir}/%{name}%{major}

#----------------------------------------------------------------------------

%package -n	%{libcommon}
Summary:	Libextractor library for common functions
Group:		System/Libraries

%description -n	%{libcommon}
Common function library of libextractor.

%files -n %{libcommon}
%doc ChangeLog NEWS COPYING README AUTHORS
%{_libdir}/%{name}_common.so.%{common_major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Libextractor library headers and development libraries
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libcommon} = %{version}-%{release}
Obsoletes:	%{_lib}extractor-static-devel < 1.1

%description -n	%{devname}
Development files and headers for libextractor.

%files -n %{devname}
%doc ChangeLog NEWS COPYING README AUTHORS
%{_libdir}/%{name}.so
%{_libdir}/%{name}_common.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .rpm5~

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--enable-exiv2 \
	--disable-ffmpeg \
	--with-plugindirname=%{name}%{major}

%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-2
+ Revision: d717e4e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2543 |14cr|libfakekey-0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major     0
%define raw_name  fakekey
%define libname   %mklibname %raw_name 0
%define develname %mklibname -d %raw_name

Name:           libfakekey
Version:        0.1
Release:        5
Summary:        Converting characters to X key-presses

Group:          System/Libraries
License:        LGPLv2+
URL:            http://projects.o-hand.com/matchbox/
Source0:        http://matchbox-project.org/sources/libfakekey/0.1/%{name}-%{version}.tar.bz2
BuildRequires:  pkgconfig(xtst)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xi)

%description
libfakekey is a simple library for converting UTF-8 characters into
'fake' X key-presses.

%package        -n %libname
Summary:        Converting characters to X key-presses
Group:          System/Libraries

%description    -n %libname
libfakekey is a simple library for converting UTF-8 characters into
'fake' X key-presses.

%package        -n %develname
Summary:        Development files for %{name}
Group:          Development/C
Requires:       %libname
Requires:       pkgconfig

%description    -n %develname
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q

%build
export LDFLAGS="-lX11 -lXtst -lXi"
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %libname
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/libfakekey.so.%{major}*


%files -n %develname
%defattr(-,root,root,-)
%{_includedir}/fakekey/
%{_libdir}/libfakekey.so
%{_libdir}/pkgconfig/libfakekey.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-5
+ Revision: e8af891
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2544 |14cr|libfc14audiodecoder-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname fc14audiodecoder %major
%define develname %mklibname -d fc14audiodecoder
Summary: Future Composer audio decoding library
Name: libfc14audiodecoder
Version: 1.0.2
Release: 4
Source0: http://sourceforge.net/projects/xmms-fc/files/%name/%{name}-%{version}.tar.bz2
License: GPLv2+
Group: Sound
Url: http://xmms-fc.sourceforge.net/

%description
Decode music files written on a Commodore Amiga using Future Composer.

This library provides a C API for an old audio decoder that has been used
in several plug-ins for versatile audio players like XMMS, BMP, Audacious
and GStreamer. It is based on unmaintained/stable code which used to be
a `Future Composer Reference Player for Linux'. Because of how the source
code has been imported into a CVS repository long since its last major
modification, the timestamps of the files in CVS and in released tarballs
do not reflect that the core of the decoder has not been changed for
years. Except for cosmetical adjustments, indentation, dropping of unused
pieces, and partial reorganization for OOP.

%package -n %libname
Group: System/Libraries
Summary: Shared library for decoding Future Composer music
%description -n %libname
Decode music files written on a Commodore Amiga using Future Composer.

This library provides a C API for an old audio decoder that has been used
in several plug-ins for versatile audio players like XMMS, BMP, Audacious
and GStreamer. It is based on unmaintained/stable code which used to be
a `Future Composer Reference Player for Linux'. Because of how the source
code has been imported into a CVS repository long since its last major
modification, the timestamps of the files in CVS and in released tarballs
do not reflect that the core of the decoder has not been changed for
years. Except for cosmetical adjustments, indentation, dropping of unused
pieces, and partial reorganization for OOP.

%package -n %develname
Group: Development/C
Summary: Development files of %name
Requires: %libname = %version-%release
Provides: %name-devel = %{EVRD}

%description -n %develname
Decode music files written on a Commodore Amiga using Future Composer.

This library provides a C API for an old audio decoder that has been used
in several plug-ins for versatile audio players like XMMS, BMP, Audacious
and GStreamer. It is based on unmaintained/stable code which used to be
a `Future Composer Reference Player for Linux'. Because of how the source
code has been imported into a CVS repository long since its last major
modification, the timestamps of the files in CVS and in released tarballs
do not reflect that the core of the decoder has not been changed for
years. Except for cosmetical adjustments, indentation, dropping of unused
pieces, and partial reorganization for OOP.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %libname
%doc README
%_libdir/%name.so.%{major}*

%files -n %develname
%_libdir/%name.so
%_includedir/fc14audiodecoder.h



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-4
+ Revision: 0148ac8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2545 |14cr|libfishsound-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname fishsound %{major}
%define devname %mklibname fishsound -d

Summary:	Simple programming interface that wraps Xiph.Org audio codecs
Name:		libfishsound
Version:	1.0.0
Release:	4
License:	BSD-like
Group:		System/Libraries
Url:		http://www.annodex.net/software/libfishsound
Source0:	http://www.annodex.net/software/libfishsound/download/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisenc)

%description
FishSound (libfishsound) provides a simple programming interface for
decoding and encoding audio data using the Xiph.Org codecs Vorbis and
Speex. libfishsound is a wrapper around the existing codec libraries
and provides a consistent, higher-level programming interface. It
has been designed for use in a wide variety of applications; it has
no direct dependencies on Annodex or Ogg encapsulation, though it is
most commonly used in conjunction with liboggz to decode or encode Ogg
encapsulated Vorbis or Speex files.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Simple programming interface that wraps Xiph.Org audio codecs
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
FishSound (libfishsound) provides a simple programming interface for
decoding and encoding audio data using the Xiph.Org codecs Vorbis and
Speex. libfishsound is a wrapper around the existing codec libraries
and provides a consistent, higher-level programming interface. It
has been designed for use in a wide variety of applications; it has
no direct dependencies on Annodex or Ogg encapsulation, though it is
most commonly used in conjunction with liboggz to decode or encode Ogg
encapsulated Vorbis or Speex files.

%files -n %{libname}
%doc NEWS README COPYING
%{_libdir}/libfishsound.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Simple programming interface that wraps Xiph.Org audio codecs
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
FishSound (libfishsound) provides a simple programming interface for
decoding and encoding audio data using the Xiph.Org codecs Vorbis and
Speex. libfishsound is a wrapper around the existing codec libraries
and provides a consistent, higher-level programming interface. It
has been designed for use in a wide variety of applications; it has
no direct dependencies on Annodex or Ogg encapsulation, though it is
most commonly used in conjunction with liboggz to decode or encode Ogg
encapsulated Vorbis or Speex files.

%files -n %{devname}
%doc AUTHORS ChangeLog COPYING NEWS README ./doc/docs
%{_libdir}/libfishsound.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std docdir=./docs/

%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-4
+ Revision: c0a120d
- Update BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2546 |14cr|libflaim-4.9.1052-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This tarball is a subversion checkout for Flaim 5.0
# Available from https://forgesvn1.novell.com/svn/flaim/trunk/
%define major 5
%define minor 2
# SONAME is %{major}.%{minor} here
%define libname %mklibname flaim %{major}.%{minor}
%define devname %mklibname flaim -d

Summary:	Embeddable cross-platform database engine
Name:		libflaim
Version:	4.9.1052
Release:	4
License:	GPLv2+
Group:		System/Libraries
Url:		http://forge.novell.com/modules/xfmod/project/?flaim
Source0:	http://forgeftp.novell.com/flaim/development/flaim/downloads/source/%{name}-%{version}.tar
Patch0:		fortify-source.patch
Patch1:		%{name}-4.9.1052-optflags.patch
Patch2:		%{name}-4.9.1052-fix-format-errors.patch
BuildRequires:	pkgconfig(ncurses)

%description
FLAIM is an embeddable cross-platform database engine that provides a
rich, powerful, easy-to-use feature set. It is the database engine used
by Novell eDirectory. It has proven to be highly scalable, reliable,
and robust. It is available on a wide variety of 32 bit and 64 bit
platforms.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Embeddable cross-platform database engine
Group:		System/Libraries

%description -n %{libname}
FLAIM is an embeddable cross-platform database engine that provides a
rich, powerful, easy-to-use feature set. It is the database engine used
by Novell eDirectory. It has proven to be highly scalable, reliable,
and robust. It is available on a wide variety of 32 bit and 64 bit
platforms.

%files -n %{libname}
%doc flaim/COPYING flaim/COPYRIGHT
%{_libdir}/libflaim.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	libflaim library headers
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This is the libraries, include files and other resources you can use
to incorporate libdvdread into applications.

%files -n %{devname}
%{_libdir}/libflaim.so
%{_libdir}/pkgconfig/libflaim.pc
%{_includedir}/flaim.h
%{_includedir}/flaimtk.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
cd flaim/
make CXXFLAGS="%{optflags} -Wno-error" lib_dir_name=%{_lib} verbose libs

%install
cd flaim/
%make rpm_build_root=%{buildroot} lib_dir_name=%{_lib} install
rm -f %{buildroot}%{_libdir}/libflaim.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.9.1052-4
+ Revision: 1aa5f4a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2547 |14cr|libformat-1.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname	%mklibname format %{major}
%define develname %mklibname -d format

Summary:	A library for HTML syntax highlighting of source code
Name:		libformat
Version:	1.5
Release:	7
Group:		System/Libraries
License:	GPL
URL:		http://daveb.net/format
Source0:	http://daveb.net/format/src/%{name}-%{version}.tar.bz2
Patch0:		libformat-1.5-fix-str-fmt.patch

%description
libformat is an adaptation of the mod_format Apache module to do syntax
highlighting of source code using HTML outside of Apache.  libformat is 
capable of syntax highlighting C, C++, Java, Python, Verilog and VHDL 
source code.  

%package -n	%{libname}
Summary:	A library for HTML syntax highlighting of source code
Group:		System/Libraries

%description -n	%{libname}
libformat is an adaptation of the mod_format Apache module to do syntax
highlighting of source code using HTML outside of Apache.  libformat is 
capable of syntax highlighting C, C++, Java, Python, Verilog and VHDL 
source code.  

%package -n	%{develname}
Summary:	Static library and header files for the %{name} library
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{_lib}format2-devel < %{version}-%{release}

%description -n	%{develname}
libformat is an adaptation of the mod_format Apache module to do syntax
highlighting of source code using HTML outside of Apache.  libformat is 
capable of syntax highlighting C, C++, Java, Python, Verilog and VHDL 
source code.  

This package contains the static %{name} library and its header files.

%prep
%setup -q
%patch0 -p0

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/srcformat
%{_libdir}/*.so.*
%{_datadir}/libformat

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-7
+ Revision: 840516d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2548 |14cr|libftdi-0.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global major 1
%global libname %mklibname ftdi %{major}
%global libcpp %mklibname ftdip %{major}
%global devname %mklibname ftdi -d

Summary:	Library to program and control the FTDI USB controller
Name:		libftdi
Version:	0.20
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.intra2net.com/de/produkte/opensource/ftdi/
Source0:	http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/%{name}-%{version}.tar.gz
Source1:	no_date_footer.html
Patch0:		libftdi-0.17-multilib.patch
# update to recent libusb
Patch1:		libftdi-0.19-libusb.patch
Patch2:		libftdi-0.19-fix-doxygen-errors-patch.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	swig
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(python)
Requires(pre):	shadow-utils
Conflicts:	%{_lib}ftdi1 < 0.20-2

%description
A library (using libusb) to talk to FTDI's FT2232C,
FT232BM and FT245BM type chips including the popular bitbang mode.

%files
%config(noreplace) %{_sysconfdir}/udev/rules.d/99-libftdi.rules

%pre
getent group plugdev >/dev/null || groupadd -r plugdev
exit 0

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to program and control the FTDI USB controller
Group:		System/Libraries

%description -n %{libname}
A library (using libusb) to talk to FTDI's FT2232C,
FT232BM and FT245BM type chips including the popular bitbang mode.

%files -n %{libname}
%{_libdir}/libftdi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcpp}
Summary:	Libftdi library C++ binding
Group:		Development/C++

%description -n %{libcpp}
Libftdi library C++ language binding.

%files -n %{libcpp}
%{_libdir}/libftdipp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries for libftdi
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libcpp} = %{EVRD}

%description -n %{devname}
Header files and static libraries for libftdi

%files -n %{devname}
%doc build/doc/html
%doc AUTHORS ChangeLog README
%{_bindir}/libftdi-config
%{_libdir}/libftdi.so
%{_libdir}/libftdi.a
%{_libdir}/libftdipp.so
%{_libdir}/libftdipp.a
%{_includedir}/*.h
%{_includedir}/*.hpp
%{_libdir}/pkgconfig/libftdi.pc
%{_libdir}/pkgconfig/libftdipp.pc
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package -n	python-%{name}
Summary:	Libftdi library Python binding
Group:		Development/Python

%description -n	python-%{name}
Libftdi Python Language bindings.

%files -n python-%{name}
%{py_platsitedir}/ftdi.py
%{py_platsitedir}/_ftdi.so

#----------------------------------------------------------------------------

%prep
%setup -q
#kernel does not provide usb_device anymore
sed -e 's/usb_device/usb/g' -i packages/99-libftdi.rules
%patch0 -p1 -b .multilib~
%patch1 -p1 -b .libusb~
%patch2 -p1 -b .doxygen~

%build
%cmake
%make

%install
%makeinstall_std -C build
#no man install
pushd build/doc/man/man3
for man in *.3; do install -p -m644 $man -D %{buildroot}%{_mandir}/man3/$man; done
popd
install -p -m644 packages/99-libftdi.rules -D %{buildroot}%{_sysconfdir}/udev/rules.d/99-libftdi.rules
# fix cmake later..
install -d %{buildroot}%{py_platsitedir}
mv %{buildroot}%{_prefix}/site-packages/* %{buildroot}%{py_platsitedir}
rmdir %{buildroot}%{_prefix}/site-packages/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20-3
+ Revision: 0551d1c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2549 |14cr|libfwbuilder-4.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 9
%define libname %mklibname fwbuilder %{major}
%define develname %mklibname -d fwbuilder

Name:		libfwbuilder
Summary:	Firewall Builder API
Version:	4.1.3
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.fwbuilder.org/
Source:		http://downloads.sourceforge.net/fwbuilder/%{name}-%{version}.tar.gz
BuildRequires:	bind-devel
BuildRequires:	qt4-devel
BuildRequires:	libxslt-devel
BuildRequires:	net-snmp-devel
BuildRequires:	ccache

%description
Firewall Builder API Library.

%package data
Summary:	Fixed data for fwbuilder
Group:		System/Libraries

%description data
Fised data for libfwbuilder.
The Firewall Builder API Library

%package -n %{libname}
Summary:	Firewall Builder API
Group:		System/Libraries
Requires:	%{name}-data = %{version}

%description -n %{libname}
Firewall Builder API Library

%package -n %{develname}
Summary:   Firewall Builder API Libraries and Header Files
Group:     Development/Other
Requires:  %{libname} = %{version}-%{release}
Provides:  fwbuilder-devel = %{version}-%{release}
Provides:  libfwbuilder-devel = %{version}-%{release}

%description -n %{develname}
This package contains the libraries  and header files that programmer would
need to develop applications using Firewall Builder API.

%prep 
%setup -q -n libfwbuilder-%{version}

%build
./autogen.sh
%configure2_5x --with-templatedir=%{_datadir}/%{name}
%make

%install
make INSTALL_ROOT=%{buildroot}/ install

rm -fr %{buildroot}%{_datadir}/doc/*

# multiarch policy
%multiarch_binaries %{buildroot}%{_bindir}/libfwbuilder-config-4

%files data
%{_datadir}/%{name}
%doc doc/AUTHORS doc/COPYING doc/ChangeLog doc/Credits doc/README

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files  -n %{develname}
%{_bindir}/libfwbuilder-config-4
%{multiarch_bindir}/libfwbuilder-config-4
%{_includedir}/*
%{_libdir}/*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.3-3
+ Revision: 9047e75
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2550 |14cr|libg15-1.2.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname g15_ 1
%define libname_devel %mklibname g15 -d
%define libname_static_devel %mklibname g15 -d -s

Name:           libg15
Version:        1.2.7
Release:        4
Summary:        Library to control logitech G15 keyboards
License:        GPLv2+
Group:          System/Libraries
URL:            http://g15tools.sourceforge.net/
Source:         http://downloads.sourceforge.net/g15tools/libg15-%{version}.tar.bz2
BuildRequires:  libusb-devel

%description
Controls the G15 keyboard, providing applications access
to the keyboard's LCD display, and the additional keys available
on this keyboard.

%package -n %{libname}
Summary:        Controls the G15 keyboard and LCD
Group:          System/Libraries
Provides:       g15 = %{version}-%{release}

%description -n %{libname}
Controls the G15 keyboard, providing applications access
to the keyboard's LCD display, and the additional keys available
on this keyboard.

%package -n %{libname_devel}
Summary:        Controls the G15 keyboard and LCD
Group:          Development/C
Provides:       g15-devel = %{version}-%{release}
Requires:       g15 = %{version}-%{release}

%description -n %{libname_devel}
Controls the G15 keyboard, providing applications access
to the keyboard's LCD display, and the additional keys available
on this keyboard.

%package -n %{libname_static_devel}
Summary:        Controls the G15 keyboard and LCD
Group:          Development/C
Provides:       g15-static-devel = %{version}-%{release}
Requires:       g15-devel = %{version}-%{release}

%description -n %{libname_static_devel}
Controls the G15 keyboard, providing applications access
to the keyboard's LCD display, and the additional keys available
on this keyboard.

%prep
%setup -q

%build
%{configure2_5x}
%{make}

%install
%{makeinstall_std}


%files -n %{libname}
%defattr(-,root,root,0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%{_libdir}/libg15.so.*

%files -n %{libname_devel}
%defattr(-,root,root,0755)
%{_includedir}/*
%{_libdir}/libg15.so

%files -n %{libname_static_devel}
%defattr(-,root,root,0755)
%{_libdir}/lib*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.7-4
+ Revision: 56e13f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2551 |14cr|libg15render-1.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname g15render 1
%define libname_devel %mklibname g15render -d

Name:           libg15render
Version:        1.2
Release:        11
Summary:        Library to render text and shapes into a buffer usable by the G15 keyboard
License:        GPLv2+
Group:          System/Libraries
URL:            http://g15tools.sourceforge.net/
Source0:        http://downloads.sourceforge.net/g15tools/libg15render-%{version}.tar.bz2
BuildRequires:  freetype2-devel
BuildRequires:  g15-devel
BuildRequires:  doxygen

%description
This is a library to render text and shapes into a buffer usable by the
Logitech G15 Gaming Keyboard.

This library probably isn't very useful without libg15 and/or g15daemon.

%package -n %{libname}
Summary:        Renders text and shapes into a buffer usable by the G15 keyboard
Group:          System/Libraries
Provides:       g15render = %{EVRD}

%description -n %{libname}
This is a library to render text and shapes into a buffer usable by the
Logitech G15 Gaming Keyboard.

This library probably isn't very useful without libg15 and/or g15daemon.

%package -n %{libname_devel}
Summary:        Renders text and shapes into a buffer usable by the G15 keyboard
Group:          Development/C
Provides:       g15render-devel = %{EVRD}
Requires:       g15render = %{version}

%description -n %{libname_devel}
This is a library to render text and shapes into a buffer usable by the
Logitech G15 Gaming Keyboard.

This library probably isn't very useful without libg15 and/or g15daemon.

%prep
%setup -q

%build
%configure2_5x --enable-ttf --disable-static
%make
%{_bindir}/doxygen

%install
%{makeinstall_std}
%{__rm} -r %{buildroot}%{_docdir}

%files -n %{libname}
%defattr(-,root,root,0755)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_libdir}/libg15render.so.*
%{_mandir}/man3/*

%files -n %{libname_devel}
%defattr(-,root,root,0755)
%doc doc/html
%{_includedir}/*
%{_libdir}/libg15render.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-11
+ Revision: cb7c685
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2552 |14cr|libgcal-0.9.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	libgcal
%define version	0.9.6
%define major	0
%define libname %mklibname gcal %{major}
%define develname %mklibname gcal -d


Name:		%name
Version:	%version
Release:	2
Summary:	Implements Google Data Protocol 2.0
License:	BSD
Group:		Communications
URL:		http://code.google.com/p/libgcal/
Source:		http://libgcal.googlecode.com/files/%name-%version.tar.bz2
BuildRequires:	cmake
BuildRequires:	curl-devel
BuildRequires:	libxml2-devel
BuildRequires:	check-devel

%description
Implements Google Data Protocol 2.0. 
It does allow communication with google calendar and contacts, 
implements already:
- authentication
- get all events/contacts
- atom stream parsing
- access to individual events/contacts
- add/delete/edit events/contacts
- query for updated events/contacts
- add/edit/delete contacts with photo
- download your contact's photos
- proxy is supported
- timezones
- use only xml to add/edit/delete entries
- great doxygen documentation 

#-------------------------------------------------------------------

%package -n	%{libname}
Summary:	Library implementing Google Data Protocol Data 2.0
Group:		System/Libraries
Obsoletes:	libgcal <= 0.9.3-1
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
This library implements Google Data Protocol 2.0
It does allow communication with google calendar and contacts, 
implements already:
- authentication
- get all events/contacts
- atom stream parsing
- access to individual events/contacts
- add/delete/edit events/contacts
- query for updated events/contacts
- add/edit/delete contacts with photo
- download your contact's photos
- proxy is supported
- timezones
- use only xml to add/edit/delete entries
- great doxygen documentation 

%files -n	%{libname}
%defattr(-,root,root)
%{_libdir}/libgcal.so.%{major}*

#--------------------------------------------------------------------


%package -n	%{develname}
Summary:	Library headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Obsoletes:	libgcal-devel <= 0.9.3-1
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n	%{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/libgcal.so
%{_libdir}/pkgconfig/libgcal.pc
%{_libdir}/LibGCal/cmake/LibGCalConfig.cmake

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%__rm -rf %buildroot
%makeinstall_std -C build

%clean
%__rm -rf %buildroot



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-2
+ Revision: acc7cd5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2553 |14cr|libgdamm5.0-4.99.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname	gdamm
%define origname	libgdamm

%define api		5.0
%define major		13
%define lib_name 	%mklibname %{shortname} %{api} %{major}
%define develname	%mklibname gdamm %{api} -d

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:           %{origname}%{api}
Summary:        C++ wrappers for libgda
Version:        4.99.6
Release:	2
Group: 		System/Libraries
License:	LGPLv2+
URL:            http://www.gtkmm.org/
Source0:        http://download.gnome.org/sources/%{origname}/%{url_ver}/%{origname}-%{version}.tar.xz
BuildRequires:	pkgconfig(glibmm-2.4) >= 2.27.93
BuildRequires:	pkgconfig(libgda-5.0) >= 5.0.2

%description
C++ wrappers for libgda. libgdamm is part of a set of powerful
C++ bindings for the GNOME libraries, which provide additional
functionality above GTK+/gtkmm.

%package -n     %{lib_name}
Summary:        Main library for gdamm
Group:          System/Libraries
Provides:       %{name} = %{version}-%{release}

%description -n %{lib_name}
C++ wrappers for libgda. libgdamm is part of a set of powerful
C++ bindings for the GNOME libraries, which provide additional
functionality above GTK+/gtkmm.

%package -n     %{develname}
Summary:        Headers for developing programs that will use gda
Group:          Development/GNOME and GTK+
Requires:       %{lib_name} = %{version}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains headers and libraries that programmers will need
to develop applications which use libgdamm.

%prep
%setup -q -n %{origname}-%{version}

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

%files -n %{lib_name}
%doc AUTHORS ChangeLog NEWS
%{_libdir}/lib*-%{api}.so.%{major}*

%files -n %{develname}
%doc %_datadir/doc/libgdamm-%api
%doc %_datadir/devhelp/books/libgdamm-%api
%{_includedir}/libgdamm-%api
%{_libdir}/*.so
%{_libdir}/libgdamm-%api
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.99.6-2
+ Revision: cf91a91
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2554 |14cr|libgdgeda-2.0.15-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname gdgeda

%define major 6
%define libname %mklibname %{fname} %{major}
%define develname %mklibname -d %{fname}

Summary:	Graphical libraries for the gEDA project
Name:		lib%{fname}
Version:	2.0.15
Release:	12
Group:		Sciences/Other
License:	LGPL 
Url:		http://www.geda.seul.org
Source:		%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(zlib)
BuildRequires:  pkgconfig(libpng)

%description
Libgdgeda is a hack on libgd, which is a graphics library.  It allows your
code to quickly draw images complete with lines, arcs, text, multiple
colors, cut and paste from other images, and flood fills, and write out
the result as a .PNG file.

%package -n %{libname}
Summary:	Graphical libraries for the gEDA project
Group:		Sciences/Other

%description -n %{libname}
Libgdgeda is a hack on libgd, which is a graphics library.  It allows your
code to quickly draw images complete with lines, arcs, text, multiple
colors, cut and paste from other images, and flood fills, and write out
the result as a .PNG file.

%package -n %{develname}
Summary:	Graphical development libraries for the gEDA project
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
This package contains libgdgeda header files that are needed for
development.
Libgdgeda is a hack on libgd, which is a graphics library. It allows your
code to quickly draw images complete with lines, arcs, text, multiple
colors, cut and paste from other images, and flood fills, and write out
the result as a .PNG file.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/libgdgeda-config

%files -n %{libname}
%{_libdir}/libgdgeda.so.%{major}*

%files -n %{develname}
%{_bindir}/libgdgeda-config
%{_libdir}/pkgconfig/%{name}.pc
%{multiarch_bindir}/libgdgeda-config
%{_libdir}/libgdgeda.so
%{_libdir}/libgdgeda.a
%{_includedir}/gdgeda


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.15-12
+ Revision: df2200a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2555 |14cr|libgds-1.4.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This is packaged because it's needed when building Qt4 with iBase /
# Firebird support. See http://forum.mandriva.com/viewtopic.php?t=100963
# AdamW 2008/12

%define major		1.4.5
%define libname		%mklibname gds %{major}
%define develname	%mklibname gds -d

Summary:	A library of functions and generic data structures
Name:		libgds
Version:	1.4.5
Release:	%{mkrel 2}
# The website claims 'LGPL' but the tarball includes a copy of the GPL,
# no copy of the LGPL, and no info in any source file headers. I am
# mailing upstream for a clarification. - AdamW 2008/12
License:	GPL+
Group:		System/Libraries
Source0:	http://libgds.info.ucl.ac.be/downloads/%{name}-%{version}.tar.gz
Patch0:		libgds-1.4.5-fix-str-fmt.patch
URL:		http://libgds.info.ucl.ac.be/index.php
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:	doxygen
BuildRequires:	zlib-devel

%description
libGDS is a library of functions and generic data structures that is
used in various projects such as C-BGP. The library contains dynamic
arrays, hash tables, radix trees, Patricia trees, tokenizers, FIFO
queues, stacks, string management functions and memory management
functions.

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
libGDS is a library of functions and generic data structures that is
used in various projects such as C-BGP. The library contains dynamic
arrays, hash tables, radix trees, Patricia trees, tokenizers, FIFO
queues, stacks, string management functions and memory management
functions.

%package -n %{develname}
Summary:	Development headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
libGDS is a library of functions and generic data structures that is
used in various projects such as C-BGP. The library contains dynamic
arrays, hash tables, radix trees, Patricia trees, tokenizers, FIFO
queues, stacks, string management functions and memory management
functions. This package contains the development headers.

%prep
%setup -q
%patch0 -p0

%build
# Note: libxml support is available, but broken, it fails to build
# - AdamW 2008/12
%configure2_5x --enable-doxygen
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/%{name}-%{major}.so

%files -n %{develname}
%defattr(-,root,root)
%doc AUTHORS
%{_includedir}/%{name}
%{_libdir}/%{name}.so
%{_libdir}/%{name}.*a
%{_libdir}/pkgconfig/%{name}.pc




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.4.5-2
+ Revision: 3ebfb48
- Automatic import for version 1.4.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2556 |14cr|libgeier-0.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	    0.13
%define release	    2
%define	major	    0
%define	realname    geier
%define	libname    %mklibname %{realname} %{major}
%define	libnamedev  %mklibname -d %{realname}

Name:		libgeier
Summary:	A C-library for German tax declarations data
Version:	%{version}
Release:	%{release}
License:	GPL
URL:		http://www.taxbird.de/
Group:		System/Libraries
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	libxml2-devel
BuildRequires:	libxslt-devel
BuildRequires:	xmlsec1-devel

%description
libgeier is the first free library to encrypt, digitally sign, decrypt,
validate and send gathered tax declarations data to the German inland
revenue offices.

GEIER is short for GPL'd Elster Interface and part of the Taxbird project.

%package -n	%{realname}
Summary:	Command line interface to the Geier library
Group:		System/Libraries
Requires:	%{libname} = %{version}

%description -n %{realname}
Command line interface to the Geier library (libgeier), allowing to
validate, apply stylesheets, digitally sign and send Elster XML documents.

%package	common
Summary:	Non-library files for the "%{libname}" library
Group:		System/Libraries

%description common
Common files for the "%{libname}" library

%package -n	%{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries
Requires:	%{name}-common
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
libgeier is the first free library to encrypt, digitally sign, decrypt,
validate and send gathered tax declarations data to the German inland
revenue offices.

%package -n	%{libnamedev}
Summary:	Static libraries and headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{libnamedev}
%{libnamedev} contains the libraries and header files needed to
develop programs which make use of %{name}.
The library documentation is available on header files.

%prep
%setup -q

%build
%configure2_5x --with-openssl
%make

%install
%makeinstall_std
find %{buildroot} -type f -name '*.la' -exec rm -f {} \;

%files -n %{realname}
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%{_bindir}/%{realname}
%{_includedir}/%{realname}*.h
%{_datadir}/gtk-doc/html/%{realname}/*
%{_mandir}/man1/%{realname}.1.*

%files common
%{_datadir}/%{name}/Elster2Cry.b64.cer
%{_datadir}/%{name}/xmlsec.tmpl
%{_datadir}/%{name}/schemas/*.xsd
%{_datadir}/%{name}/stylesheets/*.xsl

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

%files -n %{libnamedev}
%{_libdir}/%{name}.a
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13-2
+ Revision: faa0861
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2557 |14cr|libggigcp-1.0.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname ggigcp %{major}
%define develname %mklibname ggigcp -d
%define staticname %mklibname ggigcp -d -s

Summary:	Extension to libggi for advanced color and palette handling
Name:		libggigcp
Version:	1.0.2
Release:	10
License:	Public Domain
Group:		System/Libraries
Url:		http://www.ggi-project.org/
Source0:	http://www.ggi-project.org/ftp/ggi/v2.2/%{name}-%{version}.src.tar.bz2
BuildRequires:	libggi-devel	>= 2.2.2
%ifarch x86_64
BuildRequires:	chrpath
%endif
Requires:	%{libname} = %{version}-%{release}

%description
It adds features for conversion between different color 
spaces such as RGBA, YUV, HSV and CMYK and some manipulation 
functions like brightness and color-blending.

%package -n %{libname}
Summary:	Main library for libggigcp
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n %{libname}
Main library for libggigcp.

%package -n %{develname}
Summary:	Header files for libggigcp library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%mklibname ggigcp 1 -d

%description -n %{develname}
Header files for libggigcp library.

%package -n %{staticname}
Summary:	Static files for libggigcp library
Group:		Development/C
Requires:	%{develname} = %{version}-%{release}
Obsoletes:	%mklibname ggigcp 1 -d -s

%description -n %{staticname}
Static files for libggigcp library.

%prep
%setup -q

%build
export echo=echo

%configure2_5x --enable-static

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
export echo=echo

%makeinstall_std

%ifarch x86_64
chrpath -d %{buildroot}%{_libdir}/ggi/gcp/default/color_gcp.so
%endif

%files
%doc README ChangeLog
%dir %{_libdir}/ggi/gcp
%dir %{_libdir}/ggi/gcp/default
%config(noreplace) %{_sysconfdir}/ggi/libggigcp.conf
%{_libdir}/ggi/gcp/default/*.so
%{_mandir}/man3/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc doc/*.txt doc/*.faq
%{_includedir}/ggi/*.h
%{_includedir}/ggi/internal/*.h
%{_libdir}/*.so
%{_mandir}/man7/*

%files -n %{staticname}
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-10
+ Revision: c109eb6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2558 |14cr|libggimisc-2.2.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname ggimisc %{major}
%define develname %mklibname ggimisc -d
%define staticname %mklibname ggimisc -d -s

Summary:	Extension to libggi for misc graphics target features
Name:		libggimisc
Version:	2.2.2
Release:	10
License:	Public Domain
Group:		System/Libraries
Url:		http://www.ggi-project.org/
Source0:	http://www.ggi-project.org/ftp/ggi/v2.2/%{name}-%{version}.src.tar.bz2
BuildRequires:	libggi-devel	>= 2.2.2
%ifarch x86_64
BuildRequires:	chrpath
%endif
Requires:	%{libname} = %{version}-%{release}

%description
LibGGIMisc is a place to put support for graphics target 
features which are not deserving their own special extensions. 
Right now this means basically some VGA adaptor features -
- getting and waiting for the raster position, using 
a hardware horizontal splitline feature, and loading/unloading font 
data from hardware text modes.

%package -n %{libname}
Summary:	Main library for libggimisc
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n %{libname}
Main library for libggimisc.

%package -n %{develname}
Summary:	Header files for libggimisc library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%mklibname ggimisc 2 -d

%description -n %{develname}
Header files for libggimisc library.

%package -n %{staticname}
Summary:	Static files for libggimisc library
Group:		Development/C
Requires:	%{develname} = %{version}-%{release}
Obsoletes:	%mklibname ggimisc 2 -d -s

%description -n %{staticname}
Static files for libggimisc library.

%prep
%setup -q

%build
export echo=echo

%configure2_5x

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
export echo=echo

%makeinstall_std

%ifarch x86_64
chrpath -d %{buildroot}%{_libdir}/ggi/ggimisc/display/fbdev_ggimisc.so
chrpath -d %{buildroot}%{_libdir}/ggi/ggimisc/display/pseudo_stubs_ggimisc.so
%endif

%files
%doc README ChangeLog TODO
%config(noreplace) %{_sysconfdir}/ggi/libggimisc.conf
%{_libdir}/ggi/ggimisc/display/*.so
%{_mandir}/man3/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc doc/*.txt
%{_includedir}/ggi/*.h
%{_includedir}/ggi/internal/*.h
%{_libdir}/*.so
%{_mandir}/man7/*

%files -n %{staticname}
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.2-10
+ Revision: 6a205dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2559 |14cr|libghemical-3.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define releasedate 20111012

%define major 5
%define libname %mklibname ghemical %{major}
%define devname %mklibname ghemical -d

Summary:	Libraries for the Ghemical chemistry package
Name:		libghemical
Version:	3.0.0
Release:	3
License:	GPLv2+
Group:		Sciences/Chemistry
Url:		http://www.bioinformatics.org/ghemical/ghemical/index.html
Source0:	http://www.bioinformatics.org/ghemical/download/release%{releasedate}/%{name}-%{version}.tar.gz
Patch0:		libghemical-3.0.0-rosa-linkage.patch
BuildRequires:	f2c
BuildRequires:	flex
BuildRequires:	intltool
BuildRequires:	SC-devel
BuildRequires:	pkgconfig(blas)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(libmopac7)
BuildRequires:	pkgconfig(openbabel-2.0)

%description
Library and data files for the ghemical computation chemistry package.

#----------------------------------------------------------------------------

%package	data
Summary:	Data files for the ghemical library
Group:		Sciences/Chemistry

%description data
Data files for the ghemical library.

%files data -f %{name}.lang
%doc AUTHORS ChangeLog TODO
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Requires:	%{name}-data

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%{_libdir}/libghemical.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{name} = %{EVRD}
Provides:	ghemical-devel = %{EVRD}

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libghemical.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
autoreconf -fi
#./autogen.sh

%build
%configure2_5x \
	--enable-mopac7 \
	--enable-mpqc \
	--enable-openbabel \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.0-3
+ Revision: 42f5895
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2560 |14cr|libgiigic-1.1.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname giigic %{major}
%define develname %mklibname giigic -d
%define staticname %mklibname giigic -d -s

Summary:	Extension to libgii for action/event binding
Name:		libgiigic
Version:	1.1.2
Release:	13
License:	BSD
Group:		System/Libraries
Url:		http://www.ggi-project.org
Source0:	http://www.ggi-project.org/ftp/ggi/v2.2/%{name}-%{version}.src.tar.bz2
BuildRequires:	libgii-devel	>= 1.0.2
%ifarch x86_64
BuildRequires:	chrpath
%endif
Requires:	%{libname} = %{version}-%{release}

%description
The goal of LibGIIGIC is to provide a single easy to use, 
but yet powerful API for (re)binding any kind of action 
to all possible input devices through LibGII at runtime.
You likely know this feature from modern computer games, 
where you can say which key (= input source) is used to 
shoot (= action) with your shotgun.

%package -n %{libname}
Summary:	Main library for libgiigic
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n %{libname}
Main library for libgiigic.

%package -n %{develname}
Summary:	Header files for libgiigic library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%mklibname giigic 1 -d

%description -n %{develname}
Header files for libgiigic library

%package -n %{staticname}
Summary:	Static files for libgiigic library
Group:		Development/C
Requires:	%{develname} = %{version}-%{release}
Obsoletes:	%mklibname giigic 1 -d -s

%description -n %{staticname}
Static files for libgiigic library.

%prep
%setup -q

%build
export echo=echo

%configure2_5x

%make

%install
export echo=echo

%makeinstall_std
%ifarch x86_64
chrpath -d %{buildroot}%{_libdir}/ggi/gic/recognizer/cheat.so
chrpath -d %{buildroot}%{_libdir}/ggi/gic/recognizer/keys.so
chrpath -d %{buildroot}%{_libdir}/ggi/gic/recognizer/mousebutton.so
chrpath -d %{buildroot}%{_libdir}/ggi/gic/recognizer/relmouse.so
chrpath -d %{buildroot}%{_libdir}/ggi/gic/recognizer/valuator.so
%endif

%files
%doc ChangeLog
%dir %{_libdir}/ggi/gic
%dir %{_libdir}/ggi/gic/recognizer
%config(noreplace) %{_sysconfdir}/ggi/%{name}.conf
%{_bindir}/gic2c
%{_libdir}/ggi/gic/recognizer/*.so
%{_mandir}/man3/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*
%{_libdir}/libgicaction.so.0*

%files -n %{develname}
%doc doc/*.txt
%{_includedir}/ggi/*.h
%{_libdir}/*.so
%{_mandir}/man7/*

%files -n %{staticname}
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-13
+ Revision: cc10769
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2561 |14cr|libgit2-0.21.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	21
%define libname %mklibname git2_ %{major}
%define devname %mklibname -d git2

Name:		libgit2
Version:	0.21.1
Release:	1
Summary:	A C implementation of the Git core methods as a library
Group:		System/Libraries
License:	GPLv2 with exceptions
URL:		http://libgit2.github.com/
Source0:	https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz

# Use system libxdiff
#Patch0: libgit2-0.19.0-system-libxdiff.patch

# Add htonl() and friends declarations on non-x86 arches
Patch1:		libgit2-0.19.0-non-x86.patch

#Patch2:  libgit2-build-fix.diff

BuildRequires:	cmake >= 2.6
BuildRequires:	http-parser-devel
BuildRequires:	openssl-devel
BuildRequires:	python
BuildRequires:	zlib-devel

%description
libgit2 is a portable, pure C implementation of the Git core methods
provided as a re-entrant linkable library with a solid API, allowing
you to write native speed custom Git applications in any language
with bindings.

%package -n %{libname}
Summary:	A C implementation of the Git core methods as a library
Group:		System/Libraries

%description -n %{libname}
libgit2 is a portable, pure C implementation of the Git core methods
provided as a re-entrant linkable library with a solid API, allowing
you to write native speed custom Git applications in any language
with bindings.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q
%apply_patches

# Remove VCS files from examples
find examples -name ".gitignore" -delete

# Fix pkgconfig generation
sed -i 's|@CMAKE_INSTALL_PREFIX@/||' libgit2.pc.in

# Don't test network
sed -i 's/ionline/xonline/' CMakeLists.txt

# Remove bundled libraries
rm -rf deps
#rm -rf src/xdiff

%build
%cmake -DTHREADSAFE:BOOL=ON
%make

%check
ctest -V

%install
%makeinstall_std -C build

%files -n %{libname}
%doc README.md COPYING AUTHORS
%{_libdir}/libgit2.so.%{major}
%{_libdir}/libgit2.so.0.%{major}.*

%files -n %{devname}
%doc docs examples
%{_libdir}/libgit2.so
%{_libdir}/pkgconfig/libgit2.pc
%{_includedir}/git2*


%changelog
* Mon Sep 15 2014 Tigro <ashejn@gmail.com> 0.21.1-1
+ Revision: 1b3f2a4
- initial build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2562 |14cr|libgit2-glib-0.0.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define api	1.0
%define libname	%mklibname git2-glib %{api} %{major}
%define devname	%mklibname -d git2-glib %{api}

%define url_ver	%(echo %{version} | cut -d. -f1,2)

Name:		libgit2-glib
Version:	0.0.22
Release:	1
Summary:	Git library for GLib
Group:		System/Libraries
License:	LGPLv2+
URL:		https://wiki.gnome.org/Libgit2-glib
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libgit2)
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-gobject3
BuildRequires:	gtk-doc
# (tv) for autoconf:
BuildRequires:	gnome-common
# Depend on python3-gobject for the python3 gi overrides directory.
# If we ever get a libgit2-glib consumer that does not depend on python3,
# it would probably make sense to split it to a separate subpackage.
Requires:	python3-gobject3

%description
libgit2-glib is a glib wrapper library around the libgit2 git access library.

%package -n %{libname}
Summary:	A glib wrapper library around the libgit2 git access library
Group:		System/Libraries

%description -n %{libname}
libgit2-glib is a glib wrapper library around the libgit2 git access library.


%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{_lib}%{name}-devel = %{version}-%{release}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static --enable-gtk-doc
%make

%install
%makeinstall_std

# Remove unwanted la files
find %{buildroot} -name "*.la" -delete

%files -n %{libname}
%doc AUTHORS NEWS
%{_libdir}/libgit2-glib-%{api}.so.%{major}
%{_libdir}/libgit2-glib-%{api}.so.%{major}.*
%{_libdir}/girepository-1.0/Ggit-1.0.typelib

%files -n %{devname}
%doc %{_datadir}/gtk-doc/
%{_includedir}/libgit2-glib-%{api}/
%{_libdir}/libgit2-glib-%{api}.so
%{_libdir}/pkgconfig/libgit2-glib-%{api}.pc
%{_datadir}/gir-1.0/Ggit-1.0.gir


%changelog
* Tue Sep 16 2014 Tigro <ashejn@gmail.com> 0.0.22-1
+ Revision: d7b9997
- add BR: gtk-doc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2563 |14cr|libhid-0.2.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname hid %{major}
%define devname %mklibname hid -d

Name:		libhid
Version:	0.2.17
Release:	2
Summary:	User space USB HID access library
Group:		System/Libraries
License:	GPLv2
URL:		http://libhid.alioth.debian.org
# The source for this package was pulled from upstream's Subversion.  Use the
# following commands to generate the tarball:
#  svn co svn://svn.debian.org/libhid/trunk libhid-0.2.17
#  tar -czvf libhid-0.2.17.tar.gz libhid-0.2.17
Source0:	%{name}-%{version}.tar.gz

# Use db2x_docbook2man instead xsltproc to generate man pages
Patch0:		libhid-0.2.17-fix_manpage.patch
# Stop the configure script to mess the flags
Patch1:		libhid-0.2.17-fix_compiler_flags.patch
# Fix FTBFS rhbz#716191
Patch2:		libhid-0.2.17-buildfix.patch
# Fix Python installation on x86_64
Patch3:		libhid-0.2.17-fix_python.patch
BuildRequires:	pkgconfig(libusb)
BuildRequires:	libtool
BuildRequires:	pkgconfig
BuildRequires:	swig
BuildRequires:	python-devel
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook2x

%description
libhid provides a generic and flexible way to access and interact with USB
HID devices, much like libusb does for plain USB devices. It is based on
libusb, thus it requires no HID support in the kernel and provides means to
take control over a device even if the kernel governs it.


#----------------------------------------------------------------------------

%package -n %{libname}
Summary:        User space USB HID access library
Group:          System/Libraries

%description -n %{libname}
libhid provides a generic and flexible way to access and interact with USB
HID devices, much like libusb does for plain USB devices. It is based on
libusb, thus it requires no HID support in the kernel and provides means to
take control over a device even if the kernel governs it.

%files -n %{libname}
# Excluded INSTALL and COPYING as they are symlinks to nothing
%doc README.licence
%{_bindir}/libhid-detach-device
%{_mandir}/man1/*
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:        Development files for %{name}
Group:          Development/C
Requires:       %{libname} = %{EVRD}
Requires:	pkgconfig(libusb)

%description -n %{devname}
This package provides the development files for libhid.
You need this if you want to develop an application with libhid

%files -n %{devname}
%doc AUTHORS README ChangeLog
%{_libdir}/pkgconfig/libhid.pc
%{_includedir}/*
%{_libdir}/%{name}.so

#----------------------------------------------------------------------------

%package python
Summary:	Python bindings for the libhid libraries
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description python
This package provides the hid module and wrapper for python which provides 
access to USB HID devices.

%files python
%doc swig/README
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .fix_manpage
%patch3 -p1 -b .fix_python
# Allow build against swig-3.0
sed -i 's|AC_PROG_SWIG(1.3)|AC_PROG_SWIG(3.0)|' configure.ac
autoreconf -i
%patch1 -p1 -b .fix_compiler_flags
%patch2 -p1

%build
# Fix swig and disable doxygen for now
%configure \
	--enable-static=no \
	--without-doxygen

sed -i 's|db2x_docbook2man|docbook2x-man|' doc/man/Makefile
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make

%install
%makeinstall_std

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.17-2
+ Revision: 1b96d56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2564 |14cr|libhoard-3.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname hoard %{major}
%define develname %mklibname hoard -d

Summary:	The Hoard Memory Allocator
Name:		libhoard
Version:	3.9.0
Release:	2
Group:		System/Libraries
License:	GPLv2+
URL:		http://www.hoard.org/
Source0:	http://www.cs.umass.edu/~emery/hoard/hoard-%{version}/libhoard-3.9.tar.gz
Patch0:		libhoard-3.9-glibc-2.14+fix.diff
Patch1:		libhoard-3.9-soname.diff

%description
The Hoard memory allocator is a fast, scalable, and memory-efficient memory
allocator for Linux, Solaris, Mac OS X, and Windows. Hoard is a drop-in
replacement for malloc that can dramatically improve application performance,
especially for multithreaded programs running on multiprocessors and multicore
CPUs.

%package -n	%{libname}
Summary:	A fast, scalable, and memory-efficient memory allocator
Group:		System/Libraries

%description -n	%{libname}
The Hoard memory allocator is a fast, scalable, and memory-efficient memory
allocator for Linux, Solaris, Mac OS X, and Windows. Hoard is a drop-in
replacement for malloc that can dramatically improve application performance,
especially for multithreaded programs running on multiprocessors and multicore
CPUs.

%package -n	%{develname}
Summary:	Development files for libhoard
Group:		Development/C++
Requires:	%{libname} >= %{version}
Provides:	hoard-devel = %{version}

%description -n	%{develname}
This package contains development files for libhoard.

%prep
%setup -q -n emeryberger-Hoard-d065953

find -type f | xargs chmod 644

%patch0 -p0
%patch1 -p0
cp -pf src/Makefile{,.orig}
perl -pi -e 's/-O/-fPIC -O/g;s/-static//g;s/-pipe//g' src/Makefile
# on non-i586 we assume that the default arch is sufficient
%ifnarch i586
perl -pi -e 's/-march=pentiumpro //g;s/ -malign-double//g' src/Makefile
%endif

%build
pushd src
make generic-gcc

%install
install -d %{buildroot}%{_libdir}
install -m0755 src/libhoard.so.%{major} %{buildroot}%{_libdir}
ln -s libhoard.so.%{major} %{buildroot}%{_libdir}/libhoard.so

%files -n %{libname}
%doc doc NEWS README THANKS
%{_libdir}/libhoard.so.%{major}*

%files -n %{develname}
%{_libdir}/libhoard.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.9.0-2
+ Revision: 870d6dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2565 |14cr|libhome-0.10.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define pmajor 2
%define libname %mklibname home %{major}
%define libproxy %mklibname nss_home_proxy %{pmajor}
%define devname %mklibname home -d

Summary:	A library providing a getpwnam() emulation
Name:		libhome
Version:	0.10.2
Release:	11
License:	GPLv2+
Group:		System/Libraries
Url:		http://pll.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/pll//%{name}-%{version}.tar.gz
Patch0:		libhome-0.10.1-DESTDIR.diff
Patch1:		libhome-0.10.2-fix-link.patch
Patch2:		libhome-0.10.2-db5.patch
BuildRequires:	groff-for-man
BuildRequires:	libtool
BuildRequires:	db-devel
BuildRequires:	mysql-devel
BuildRequires:	openldap-devel
BuildRequires:	postgresql-devel
BuildRequires:	pkgconfig(openssl)

%description
libhome is a library providing a getpwnam() emulation. It support MySQL,
Open LDAP 2 or system /etc/passwd frontend. It's intended to replace getpwnam
within a system daemons who needs user authentification or identification when
the users are listed on foreign servers.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library providing a getpwnam() emulation
Group:		System/Libraries

%description -n %{libname}
libhome is a library providing a getpwnam() emulation. It support MySQL,
Open LDAP 2 or system /etc/passwd frontend. It's intended to replace getpwnam
within a system daemons who needs user authentification or identification when
the users are listed on foreign servers.

%files -n %{libname}
%doc AUTHORS COPYING.LIB NEWS README
%{_libdir}/libhome.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libproxy}
Summary:	A library providing a getpwnam() emulation
Group:		System/Libraries
Conflicts:	%{_lib}home1 < 0.10.2-10

%description -n %{libproxy}
libhome is a library providing a getpwnam() emulation. It support MySQL,
Open LDAP 2 or system /etc/passwd frontend. It's intended to replace getpwnam
within a system daemons who needs user authentification or identification when
the users are listed on foreign servers.

%files -n %{libproxy}
%doc AUTHORS COPYING.LIB NEWS README
%{_libdir}/libnss_home_proxy.so.%{pmajor}*

#----------------------------------------------------------------------------

%package utils
Summary:	A library providing a getpwnam() emulation (utilities package)
Group:		System/Libraries

%description utils
libhome is a library providing a getpwnam() emulation. It support MySQL,
Open LDAP 2 or system /etc/passwd frontend. It's intended to replace getpwnam
within a system daemons who needs user authentification or identification when
the users are listed on foreign servers.

This package contains various utilities provided by libhome.

%files utils
%config(noreplace) %{_sysconfdir}/home.conf
%{_bindir}/home_finger
%{_bindir}/home_su
%{_sbindir}/home_proxy
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for the libhome library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libproxy} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
libhome is a library providing a getpwnam() emulation. It support MySQL),
Open LDAP 2 or system /etc/passwd frontend. It's intended to replace getpwnam
within a system daemons who needs user authentification or identification when
the users are listed on foreign servers.

This package contains the static libhome library and its header files.

%files -n %{devname}
%attr(0755,root,root) %{_bindir}/libhome.sh
%{_includedir}/home/
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%build
autoreconf
export CFLAGS="%{optflags} -DLDAP_DEPRECATED"
export CXXFLAGS="%{optflags} -DLDAP_DEPRECATED"
export LDFLAGS="%{ldflags} -lcrypt"

%configure2_5x \
	--with-conffile=%{_sysconfdir}/home.conf \
	--disable-static
%make

%install
install -d %{buildroot}%{_sysconfdir}

%makeinstall_std

install -m0640 home.conf %{buildroot}%{_sysconfdir}/home.conf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.2-11
+ Revision: b524374
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2566 |14cr|libibverbs-1.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname ibverbs %{major}
%define develname %mklibname -d ibverbs

Summary:	A library for direct userspace use of RDMA (InfiniBand/iWARP) hardware
Name:		libibverbs
Version:	1.1.6
Release:	2
Group:		System/Libraries
License:	GPLv2 or BSD
URL:		http://openfabrics.org/
Source0:	http://openfabrics.org/downloads/verbs/libibverbs-%{version}.tar.gz
BuildRequires:	autoconf
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
libibverbs is a library that allows userspace processes to use RDMA "verbs" as
described in the InfiniBand Architecture Specification and the RDMA Protocol
Verbs Specification. This includes direct hardware access from userspace to
InfiniBand/iWARP adapters (kernel bypass) for fast path operations. For this
library to be useful, a device-specific plug-in module should also be
installed.

%package -n	%{libname}
Summary:	A library for direct userspace use of RDMA (InfiniBand/iWARP) hardware
Group:          System/Libraries

%description -n	%{libname}
libibverbs is a library that allows userspace processes to use RDMA "verbs" as
described in the InfiniBand Architecture Specification and the RDMA Protocol
Verbs Specification. This includes direct hardware access from userspace to
InfiniBand/iWARP adapters (kernel bypass) for fast path operations. For this
library to be useful, a device-specific plug-in module should also be
installed.

This package contains the shared libibverbs library.

%package -n	%{develname}
Summary:	Static library and header files for the libibverbs library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Requires:	%{libname} = %{version}

%description -n	%{develname}
libibverbs is a library that allows userspace processes to use RDMA "verbs" as
described in the InfiniBand Architecture Specification and the RDMA Protocol
Verbs Specification. This includes direct hardware access from userspace to
InfiniBand/iWARP adapters (kernel bypass) for fast path operations. For this
library to be useful, a device-specific plug-in module should also be
installed.

This package contains the static libibverbs library and its header files.

%package	utils
Summary:	Examples for the libibverbs library
Group:		System/Libraries
Requires:	%{libname} = %{version}

%description	utils
Useful libibverbs example programs such as ibv_devinfo, which displays
information about RDMA devices.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/libibverbs*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root,-)
%{_libdir}/lib*.so
%{_libdir}/lib*.*a
%{_includedir}/*
%{_mandir}/man3/*

%files utils
%defattr(-,root,root,-)
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-2
+ Revision: e42846e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2567 |14cr|libicns-0.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname icns %{major}
%define libname_devel %mklibname -d icns

Name:          libicns
Version:       0.8.1
Release:       3
Summary:       Library for manipulating MacOS X icns files
Group:         System/Libraries
License:       GPL, LGPL
URL:           http://icns.sourceforge.net/
Source:        http://downloads.sourceforge.net/project/icns/icns/libicns-%{version}/libicns-%{version}.tar.gz
#Patch0:        libicns-0.7.1-png2icns.patch

BuildRequires: pkgconfig(jasper)
BuildRequires: pkgconfig(libpng)

%description
%{name} is a library providing functionality for easily reading and
writing MacOS X icns files.

%package -n %libname
Summary:          Library files for %{name}
Group:            System/Libraries

%description -n %libname
%{name} is a library providing functionality for easily reading and
writing MacOS X icns files.

%package -n %libname_devel
Group:         Development/C
Summary:       Devel package for %{name}
Requires:      %{libname} = %{EVRD}

%description -n %libname_devel
%{name} is a library providing functionality for easily reading and
writing MacOS X icns files.

This package contains libraries and header files need for development.

%package -n libicns-utils
Group:         System/Libraries
Summary:       Utilities for %{name}
Requires:      %{libname} = %{EVRD}

%description -n libicns-utils
Software for library for manipulating MacOS X .icns icon format.
Currently provides support for reading and writing icns files
in most sizes.

Also provides utilities for manipulating files in the .icns format:
* icns2png - convert Mac OS icns files to png images
* png2icns - convert png images to Mac OS icns files
* icontainer2icns - extract icns files from icontainers

%prep

%setup -q
# % patch0 -p0

%build
%configure2_5x --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make

%install
%makeinstall_std

%files -n %libname
%{_libdir}/libicns.so.%{major}*

%files -n %libname_devel
%{_includedir}/icns.h
%{_libdir}/libicns.so
%{_libdir}/pkgconfig/libicns.pc
%doc src/apidocs.*

%files -n libicns-utils
%{_bindir}/icns2png
%{_bindir}/icontainer2icns
%{_bindir}/png2icns
%{_mandir}/man1/icns2png.1*
%{_mandir}/man1/icontainer2icns.1*
%{_mandir}/man1/png2icns.1*
%doc README


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-3
+ Revision: c03895d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2568 |14cr|libid3-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname id3_ %{major}
%define develname %mklibname -d id3_ %{major}

Summary:	ID3 Parsing Library
Name:		libid3
Version:	1.2
Release:	7
Group:		System/Libraries
License:	BSD-like
URL:		http://www.tangent.org/
Source0:	http://download.tangent.org/%{name}-%{version}.tar.bz2
Patch0:		libid3-1.2-soversion.patch

%description
Library for parsing ID3 tags from files or sections of memory.

%package -n	%{libname}
Summary:	ID3 Parsing Library
Group:		System/Libraries
Obsoletes:	%{_lib}id3_0 < %{version}-%{release}

%description -n	%{libname}
Library for parsing ID3 tags from files or sections of memory.

%package -n	%{develname}
Summary:	Static library and header files for the ID3 Parsing Library
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Conflicts:	libid3_3.8-devel
Provides:	lib%{name}_%{major}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{_lib}id3_0-devel < %{version}-%{release}

%description -n	%{develname}
Library for parsing ID3 tags from files or sections of memory.

This package contains the static libid3 library and its header
files.

%package	tools
Summary:	Tools using the ID3 Parsing Library
Group:		Sound

%description	tools
This package contains various files using the ID3 Parsing Library.

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x  --disable-static
%make

# make the man pages
pod2man Docs/libID3.pod > libID3.3
pod2man Docs/tagpuller.pod > tagpuller.1

%install
install -d %{buildroot}%{_mandir}/man{1,3}

%makeinstall_std

install -m0755 tests/id3test %{buildroot}%{_bindir}/

install -m0644 libID3.3 %{buildroot}%{_mandir}/man3/
install -m0644 tagpuller.1 %{buildroot}%{_mandir}/man1/

%files -n %{libname}
%doc COPYING ChangeLog README TODO
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man3/*

%files tools
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-7
+ Revision: a87daa4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2569 |14cr|libident-0.32-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname ident %{major}
%define develname %mklibname -d ident

Summary:	New LibIdent C library
Name:		libident
Version:	0.32
Release:	3
Group:		System/Libraries
License:	Public Domain
URL:		http://www.remlab.net/libident/
Source0:	http://www.remlab.net/files/libident/libident-%{version}.tar.bz2
Source1:	xinetd.identtest
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
LibIdent is a small C library for interfacing with RFC 1413 Identification
protocol servers, which are used for identifying users. LibIdent supports both
IPv4 and IPv6 addresses transparently.

It is meant to be used by daemons to try to authenticate users using the Ident
protocol. For this to work, users need to have an Ident server running on the
system from which they are connected.

%package -n	%{libname}
Summary:	New LibIdent C library
Group:		System/Libraries

%description -n	%{libname}
LibIdent is a small C library for interfacing with RFC 1413 Identification
protocol servers, which are used for identifying users. LibIdent supports both
IPv4 and IPv6 addresses transparently.

It is meant to be used by daemons to try to authenticate users using the Ident
protocol. For this to work, users need to have an Ident server running on the
system from which they are connected.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	ident-devel = %{version}-%{release}
Requires:	%{libname} >= %{version}-%{release}

%description -n	%{develname}
LibIdent is a small C library for interfacing with RFC 1413 Identification
protocol servers, which are used for identifying users. LibIdent supports both
IPv4 and IPv6 addresses transparently.

It is meant to be used by daemons to try to authenticate users using the Ident
protocol. For this to work, users need to have an Ident server running on the
system from which they are connected.

This package contains libraries and header files for developing applications
that use %{name}.

%package	tools
Summary:	A small daemon that can be used to test Ident servers
Group:		System/Servers

%description	tools
in.identtestd is a small daemon (to be started from inetd) that does an ident
lookup on you if you telnet into it. Can be used to verify that your Ident
server is working correctly.

%prep

%setup -q
for f in ident.3 README ChangeLog AUTHORS NEWS COPYING; do
	iconv -f ISO-8859-1 -t UTF-8 $f -o $f.new && mv $f.new $f
done

%build
autoreconf -fis
%serverbuild

# to prevent nasty ipv6 surprises
export CFLAGS="$CFLAGS -D_GNU_SOURCE"

%configure2_5x \
    --disable-static \
    --enable-testers

%make

%install
rm -rf %{buildroot}

%makeinstall_std

find %{buildroot} -name '*.la' -exec rm -f {} ';'
install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xinetd.d/identtestd

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%post tools
if [ -x %{_sbindir}/xinetd ]; then
    /sbin/service xinetd condreload > /dev/null 2>&1 || :
fi

%postun tools
if [ $1 = 0 ]; then
    if [ -x %{_sbindir}/xinetd ]; then
	/sbin/service xinetd condreload > /dev/null 2>&1 || :
    fi
fi

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root,-)
%doc COPYING README AUTHORS ChangeLog NEWS
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man3/ident.3*

%files tools
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/xinetd.d/identtestd
%{_sbindir}/in.identtestd
%{_mandir}/man8/in.identtestd.8*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.32-3
+ Revision: 3b20dbf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2570 |14cr|libilbc-1.1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname ilbc %{major}
%define libnamedev %mklibname ilbc -d

Summary:	Internet Low Bitrate Codec (iLBC) library
Name:		libilbc
Version:	1.1.1
Release:	7
License:	BSD-style
Group:		System/Libraries
URL:		https://github.com/dekkers/libilbc
Source0:	libilbc-master.zip
BuildRequires:	autoconf automake libtool

%description
iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robust
voice communication over IP. The codec is designed for narrow band speech and
results in a payload bit rate of 13.33 kbit/s with an encoding frame length of
30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec enables
graceful speech quality degradation in the case of lost frames, which occurs in
connection with lost or delayed IP packets.

%package -n	%{libname}
Summary:	Internet Low Bitrate Codec (iLBC) library
Group:          System/Libraries

%description -n	%{libname}
iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robust
voice communication over IP. The codec is designed for narrow band speech and
results in a payload bit rate of 13.33 kbit/s with an encoding frame length of
30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec enables
graceful speech quality degradation in the case of lost frames, which occurs in
connection with lost or delayed IP packets.

%package -n %{libnamedev}
Summary:	Development and header files for the iLBC library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{libnamedev}
iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robust
voice communication over IP. The codec is designed for narrow band speech and
results in a payload bit rate of 13.33 kbit/s with an encoding frame length of
30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec enables
graceful speech quality degradation in the case of lost frames, which occurs in
connection with lost or delayed IP packets.

%prep

%setup -q -n libilbc-master

%build
autoreconf -fi
%configure2_5x \
    --disable-static
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%doc COPYING README
%{_libdir}/libilbc.so.%{major}*

%files -n %{libnamedev}
%{_includedir}/ilbc.h
%{_libdir}/libilbc.so
%{_libdir}/pkgconfig/libilbc.pc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-7
+ Revision: ebfad22
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2571 |14cr|libindicator-12.10.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3
%define major 7
%define libname %mklibname indicator %{major}
%define devname %mklibname indicator -d

%define libname3 %mklibname indicator %{api} %{major}
%define devname3 %mklibname indicator %{api} -d

Summary:	Panel indicator applet libraries
Name:		libindicator
Version:	12.10.1
Release:	3
License:	GPLv3+
Group:		System/Libraries
Url:		https://launchpad.net/libindicator
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)

%description
Panel indicator applet library.

This library contains information to build indicators to go into the indicator
applet.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Panel indicator applet - shared library files - gtk+2
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library files - gtk+2.

%files -n %{libname}
%{_libexecdir}/indicator-loader
%{_libdir}/libindicator.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Panel indicator applet - library development files - gtk+2
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains files that are needed to build applications gtk+2.

%files -n %{devname}
%dir %{_datadir}/%{name}
%{_includedir}/libindicator-0.4/
%{_libdir}/pkgconfig/indicator-0.4.pc
%{_libdir}/libindicator.so

#----------------------------------------------------------------------------

%package -n %{libname3}
Summary:	Panel indicator applet - shared library files - gtk+3
Group:		System/Libraries
Conflicts:	%{name}-tools < 0.5.0-2

%description -n %{libname3}
This package contains the shared library files - gtk+3.

%files -n %{libname3}
%{_libexecdir}/indicator-loader%{api}
%{_libdir}/libindicator%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname3}
Summary:	Panel indicator applet - library development files - gtk+3
Group:		Development/C
Requires:	%{libname3} = %{EVRD}
Obsoletes:	%{name}-tools < 0.5.0-2

%description -n %{devname3}
This package contains files that are needed to build applications - gtk+3.

%files -n %{devname3}
%doc ChangeLog AUTHORS COPYING
%{_includedir}/libindicator%{api}-0.4/
%{_datadir}/%{name}/80indicator-debugging
%{_libdir}/pkgconfig/indicator%{api}-0.4.pc
%{_libdir}/libindicator%{api}.so

#----------------------------------------------------------------------------

%prep
%setup -q

mkdir ../gtk3
cp -a . ../gtk3/
mv ../gtk3 .

%build
%global optflags %{optflags} -Wno-error=deprecated-declarations

%configure2_5x \
	--disable-static \
	--with-gtk=2 \
	--disable-tests

%make

pushd gtk3
%configure2_5x \
	--disable-static \
	--with-gtk=3 \
	--disable-tests

%make
popd

%install
%makeinstall_std
%makeinstall_std -C gtk3


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 12.10.1-3
+ Revision: 8e025c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2572 |14cr|libinklevel-0.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
##### GENERAL STUFF #####
%define major 5
%define libname %mklibname inklevel %major
%define develname %mklibname -d inklevel
%define old_libname %mklibname inklevel 2
%define beta %nil

Summary:	Library to determine the ink levels of HP and Epson inkjets
Name:		libinklevel
Version:	0.8.0
Release:	4
License:	GPLv2
Group:		Publishing
Url:		http://libinklevel.sourceforge.net/

##### SOURCE FILES #####

Source: http://heanet.dl.sourceforge.net/sourceforge/libinklevel/libinklevel-%{version}%{beta}.tar.gz

##### ADDITIONAL DEFINITIONS #####

BuildRequires:	ieee1284-devel
BuildRequires:	makedepend

##### SUB-PACKAGES #####

%description
libinklevel is a library for checking the ink level of your printer on
a system which runs Linux. It supports printers attached via parallel
port or usb.

Most current HP inkjets and several Epson inkjets are supported.

%package -n %libname
Summary:	Library to determine the ink levels of HP and Epson inkjets
Provides:	libinklevel
Group:		Publishing
Obsoletes:	%old_libname

%description -n %libname
libinklevel is a library for checking the ink level of your printer on
a system which runs Linux. It supports printers attached via parallel
port or usb.

Most current HP inkjets and several Epson inkjets are supported.

%package -n %{develname}
Summary: 	Headers and links to compile against the "%{libname}" library
Requires: 	%{libname} = %{version}
Provides:	libinklevel-devel = %{version}-%{release}
Obsoletes:	%{libname}-devel
Obsoletes:	%{old_libname}-devel
Group:		Development/C

%description -n %{develname}
This package contains all files which one needs to compile programs using
the "%{libname}" library.


##### PREP #####

%prep
%setup -q -n %name-%{version}%{beta}

##### BUILD #####

%build
%configure2_5x
%make CFLAGS="%{optflags} -fPIC"

##### INSTALL #####

%install
rm -rf %{buildroot}
%makeinstall_std 
rm -f %{buildroot}%{_libdir}/*.la
rm -f %{buildroot}%{_libdir}/*.a
rm -rf %{buildroot}%{_docdir}

##### PRE/POST INSTALL SCRIPTS #####

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}


##### FILE LISTS FOR ALL BINARY PACKAGES #####

##### libinklevel
%files -n %libname
%defattr(-,root,root)
%doc ChangeLog NEWS AUTHORS
%{_libdir}/*.so.%{major}*

##### libinklevel-devel
%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/*.so
%{_includedir}/*

##### CHANGELOG #####




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-4
+ Revision: ac909ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2573 |14cr|libinstpatch-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    libinstpatch
%define version 1.0.0
%define release 2

%define lib_major       0
%define lib_name        %mklibname instpatch %{lib_major}
%define lib_name_devel  %mklibname instpatch -d

Name:           %{name}
Summary:        Library for processing Music Instrument patch files
Version:        %{version}
Release:        %{release}
URL:            http://swami.sourceforge.net
Source0:        http://prdownloads.sourceforge.net/swami/%{name}-%{version}.tar.gz
License:        LGPL
Group:          System/Libraries

BuildRequires:  glib2-devel
BuildRequires:  intltool
BuildRequires:  python-gobject-devel
BuildRequires:  pygtk2.0-devel
BuildRequires:  sndfile-devel
BuildRequires:  audiofile-devel
BuildRequires:  gtk-doc
Requires:       python
Requires:       pygtk2.0
BuildRoot:      %_tmppath/%{name}-root

%description
Library for processing digital sample based MIDI instrument "patch" files.
The types of files libInstPatch supports are used for creating
instrument sounds for wavetable synthesis. libInstPatch provides
an object framework (based on GObject) to load patch files into,
which can then be edited, converted, compressed and saved.

#-----------------------------------
%package -n instpatch

Summary:        Utilities related to the libinstpatch library
Group:          System/Libraries
Requires:       %{name} = %{version}

%description -n instpatch
Utilities related to the libinstpatch library. LibInstPatch contains
tools for processing digital sample based MIDI instrument "patch" files.
The types of files libInstPatch supports are used for creating
instrument sounds for wavetable synthesis. libInstPatch provides
an object framework (based on GObject) to load patch files into,
which can then be edited, converted, compressed and saved.

%files -n instpatch
%defattr(-,root,root,-)
%{_bindir}/riff_dump
%{python_sitelib}/ipatchmodule.*
%{_datadir}/pygtk/2.0/defs/ipatch*.defs

#-----------------------------------
%package -n %{lib_name}

Summary:        Library for processing music instrument patch files
Group:          System/Libraries
Requires:       python
Requires:       pygtk2.0
Requires:       instpatch = %{version}
Provides:       %{name} = %{version}-%{release}

%description -n %{lib_name}
Library for processing digital sample based MIDI instrument "patch" files.
The types of files libInstPatch supports are used for creating
instrument sounds for wavetable synthesis. libInstPatch provides
an object framework (based on GObject) to load patch files into,
which can then be edited, converted, compressed and saved.

%files -n %{lib_name}
%defattr(-,root,root,-)
%doc AUTHORS README
%{_libdir}/%{name}-1.0.so.*

#-----------------------------------
%package -n %{lib_name_devel}
Summary:        Libinstpatch development headers
Group:          System/Libraries
Requires:       %{name} = %{version}
Provides:       instpatch-devel = %{version}-%{release}

%description -n %{lib_name_devel}
Header files needed to build applications against libinstpatch.

%files -n %{lib_name_devel}
%defattr(-,root,root,-)
%doc %{_datadir}/gtk-doc/html/%{name}
%dir %{_includedir}/%{name}-1.0/%{name}
%{_includedir}/%{name}-1.0/%{name}/*.h
%{_libdir}/%{name}-1.0.so
%{_libdir}/pkgconfig/%{name}-1.0.pc

#-----------------------------------
%prep
%setup -q -n %{name}-%{version}

%build
#add unlinked cmath lib, autoreconf doesn't work
LDFLAGS="-lm -lglib-2.0 -lgobject-2.0" %configure2_5x --enable-static=no
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%ifarch x86_64
install -d %{buildroot}%{python_sitelib}
mv %{buildroot}%{_prefix}/%_lib/python%{python_version}/site-packages/* %{buildroot}%{python_sitelib}/
%endif

%clean
rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 9be9f24
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2574 |14cr|libIP2Location-1.1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major       0
%define lib_name_orig   %mklibname IP2Location
%define lib_name        %{lib_name_orig}%{lib_major}

Name:           libIP2Location
Version:        1.1.0
Release:        8
Epoch:          0
Summary:        Find the country, region, etc. that any IP address or hostname originates from
Group:          System/Libraries
License:        GPL
URL:            http://www.ip2location.com/c.htm
Source0:        http://www.ip2location.com/developers/c/C-IP2Location-%{version}.tar.bz2
BuildRequires:  chrpath

%description
IP2Location is a C library that enables the user to find the
country, region, city, coordinates, zip code, ISP and domain name
that any IP address or hostname originates from. It has been
optimized for speed and memory utilization. Developers can use the
API to query all IP2Location binary databases for applications
written in C or supporting static/dynamic library.

%package -n %{lib_name}
Summary:        Main library for %{name}
Group:          System/Libraries

%description -n %{lib_name}
IP2Location is a C library that enables the user to find the
country, region, city, coordinates, zip code, ISP and domain name
that any IP address or hostname originates from. It has been
optimized for speed and memory utilization. Developers can use the
API to query all IP2Location binary databases or applications
written in C or supporting static/dynamic library.

%package -n %{lib_name}-devel
Summary:        Development files for %{name}
Group:          System/Libraries
Requires:       %{lib_name} = %{EVRD}
Provides:       %{name}-devel = %{EVRD}

%description -n %{lib_name}-devel
This package contains the development files for %{name}.

%package -n %{lib_name}-static-devel
Summary:        Static development files for %{name}
Group:          System/Libraries
Requires:       %{lib_name}-devel = %{EVRD}
Provides:       %{name}-static-devel = %{EVRD}

%description -n %{lib_name}-static-devel
This package contains the static development files for %{name}.

%prep
%setup -q -n C-IP2Location-%{version}
%{_bindir}/autoreconf -i --force

%build
%configure2_5x
%make

%install
%makeinstall

%{__mv} %{buildroot}%{_libdir}/libIP2Location/* %{buildroot}%{_libdir}
%{__rm} -rf %{buildroot}%{_libdir}/libIP2Location

%{__mkdir_p} %{buildroot}%{_includedir}/libIP2Location
%{__install} -m 644 libIP2Location/IP2Location.h %{buildroot}%{_includedir}/libIP2Location

%{_bindir}/chrpath -d %{buildroot}%{_libdir}/libIP2Location.so

%{__perl} -pi -e 's| -R/usr/local/lib -L/usr/local/lib||;' \
              -e 's|%{_libdir}/libIP2Location|%{_libdir}|;' \
  %{buildroot}%{_libdir}/*.la 

%{__perl} -pi -e 's/\r$//g' AUTHORS ChangeLog COPYING README

%files -n %{lib_name}
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%defattr(-,root,root,-)
%{_libdir}/*.so

%files -n %{lib_name}-devel
%defattr(0644,root,root,0755)
%dir %{_includedir}/libIP2Location
%{_includedir}/libIP2Location/*.h

%files -n %{lib_name}-static-devel
%{_libdir}/*.a





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.0-8
+ Revision: 9a3e99d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2575 |14cr|libircclient-1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define devname %mklibname -d -s ircclient

Summary:	C library to create IRC clients
Name:		libircclient
Version:	1.7
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.ulduzsoft.com/libircclient/
Source0:	http://downloads.sourceforge.net/libircclient/%{name}-%{version}.tar.gz
Patch0:		libircclient-1.5-include-rfc.patch
BuildRequires:	pkgconfig(openssl)

%description
libircclient is a small but powerful library that implements the client-server
IRC protocol. It is designed to be small, fast, portable and compatible to RFC
standards, and most IRC clients. libircclient features include:

 * Full multi-threading support.
 * Single threads handles all the IRC processing.
 * Support for single-threaded applications, and socket-based
   applications, which use select()
 * Synchronous and asynchronous interfaces.
 * CTCP support with optional build-in reply code.
 * Flexible DCC support, including both DCC chat, and DCC file transfer.
 * Can both initiate and react to initiated DCC.
 * Can accept or decline DCC sessions asynchronously.
 * Plain C interface and implementation (possible to use from C++ code,
   obviously)
 * Compatible with RFC 1459 and most IRC clients.
 * Good documentation and examples available.

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	C library to create IRC clients
Group:		Development/C
Provides:	%{name}-static-devel = %{EVRD}

%description -n	%{devname}
libircclient is a small but powerful library that implements the client-server
IRC protocol. It is designed to be small, fast, portable and compatible to RFC
standards, and most IRC clients. libircclient features include:

 * Full multi-threading support.
 * Single threads handles all the IRC processing.
 * Support for single-threaded applications, and socket-based
   applications, which use select()
 * Synchronous and asynchronous interfaces.
 * CTCP support with optional build-in reply code.
 * Flexible DCC support, including both DCC chat, and DCC file transfer.
 * Can both initiate and react to initiated DCC.
 * Can accept or decline DCC sessions asynchronously.
 * Plain C interface and implementation (possible to use from C++ code,
   obviously)
 * Compatible with RFC 1459 and most IRC clients.
 * Good documentation and examples available.

%files -n %{devname}
%doc LICENSE README Changelog THANKS
%{_libdir}/*.a
%{_includedir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .rfc

%build
%configure2_5x \
	--enable-openssl \
	--enable-ipv6
%make

%install
mkdir -p %{buildroot}%{_libdir}
cp src/%{name}.a %{buildroot}%{_libdir}/

mkdir -p %{buildroot}%{_includedir}
cp include/*.h %{buildroot}%{_includedir}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-2
+ Revision: 859d978
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2576 |14cr|libisoburn-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname isoburn %{major}
%define devname %mklibname isoburn -d

Summary:	Enables creation and expansion of ISO-9660 filesystems
Name:		libisoburn
Version:	1.3.0
Release:	2
Group:		System/Libraries
License:	GPLv2+
Url:		http://libburnia-project.org
Source0:	http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz

BuildRequires:	doxygen
BuildRequires:	acl-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libburn-1) >= %{version}
BuildRequires:	pkgconfig(libisofs-1) >= %{version}
BuildRequires:	pkgconfig(zlib)

%package -n %{libname}
Summary:	CD-ROM image access library - shared library
Group:		System/Libraries

%description -n %{libname}
Shared libraries of libisoburn for software using it.

%description
libisoburn is a frontend for libraries libburn and libisofs which
enables creation and expansion of ISO-9660 filesystems on all CD/DVD/BD
media supported by libburn.
This includes media like DVD+RW, which do not support multi-session management
on media level and even plain disk files or block devices.
The price for that is thorough specialization on data files
in ISO-9660 filesystem images. So libisoburn is not suitable for audio 
(CD-DA) or any other CD layout which does not entirely consist
of ISO-9660 sessions.

%package -n %{devname}
Summary:	CD-ROM image access library - development headers
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libisoburn-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
The libisoburn-devel package contains libraries and header files for
developing applications that use libisoburn.

%package -n xorriso-isoburn
Summary:	ISO-9660 and Rock Ridge image manipulation tool
Group:		Archiving/Cd burning
URL:		http://scdbackup.sourceforge.net/xorriso_eng.html
Requires:	%{libname} = %{version}-%{release}

%description -n xorriso-isoburn
Xorriso is a program which copies file objects from POSIX compliant
filesystems into Rock Ridge enhanced ISO-9660 filesystems and allows
session-wise manipulation of such filesystems. It can load management
information of existing ISO images and it writes the session results
to optical media or to filesystem objects. Vice versa xorriso is able
to copy file objects out of ISO-9660 filesystems.

Filesystem manipulation capabilities surpass those of mkisofs. Xorriso
is especially suitable for backups, because of its high fidelity of
file attribute recording and its incremental update sessions. Optical
supported media: CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+R DL, DVD+RW,
DVD-RAM, BD-R and BD-RE.

%prep
%setup -q

%build
touch NEWS

autoreconf -fi

%configure --disable-static
%make LIBS='-lpthread -lreadline'
doxygen doc/doxygen.conf

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/%{name}*.so.%{major}*

%files -n %{devname}
%doc AUTHORS COPYING COPYRIGHT README ChangeLog
%doc doc/html
%{_includedir}/%{name}
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}*.pc

%files -n xorriso-isoburn
%{_bindir}/osirrox
%{_bindir}/xorrecord
%{_bindir}/xorriso
%{_bindir}/xorrisofs
%{_bindir}/xorriso-tcltk
%{_mandir}/man1/xorriso.1*
%{_mandir}/man1/xorrisofs.1*
%{_mandir}/man1/xorrecord.1*
%{_infodir}/xorriso.info*
%{_infodir}/xorrecord.info*
%{_infodir}/xorrisofs.info*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-2
+ Revision: a386ee3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2577 |14cr|libixp-0.6-0.20110223.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define develname %mklibname ixp -d

%define	changeset	339db5c6d2c9
# no version tagged, just in the NEWS file
%define hgdate		20110223

Name: libixp
Version: 0.6
Release: %mkrel -c %{hgdate} 2
Summary: Plan9 file protocol library
License: MIT
Group: System/Libraries
URL: http://www.suckless.org/wiki/libs/libixp
Source: http://hg.suckless.org/libixp/archive/%{changeset}.tar.gz

%description
libixp is a stand-alone client/server 9P library.
libixp's server api is heavily based on that of Plan 9's lib9p.

%prep
%setup -qn %{name}-%{changeset}

%build
sed -i \
    -e "/^PREFIX/s|=.*|= /usr|" \
%ifarch x86_64
	-e "s|/usr/lib|/usr/lib64|g" \
	-e "/ LIBDIR/s|=.*|= /usr/lib64|" \
%endif
	config.mk

%make

%install
%makeinstall_std

%package -n %{develname}
Summary: Plan9 file protocol library
Group: Development/C
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
libixp is a stand-alone client/server 9P library.
libixp's server api is based heavily on that of Plan 9's lib9p.

%files -n %{develname}
%{_libdir}/*.a
%{_includedir}/ixp.h
%{_includedir}/ixp_srvutil.h
%{_mandir}/man3/*.3*

%package -n ixpc
Summary: Plan9 file protocol client
Group: Networking/File transfer

%description -n ixpc
ixpc is a client to access a 9P file server from the command line
or from shell scripts.

%files -n ixpc
%{_bindir}/ixpc
%{_mandir}/man1/ixpc.1*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.6-0.20110223.2
+ Revision: 6c99d6c
- Automatic import for version 0.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2578 |14cr|libjconv-2.8.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Japanese Code Conversion Library
Name:		libjconv
Version:	2.8.1
Release:	9
License:	GPL
Group:		System/Libraries
Source0:	%{name}-%{version}.tar.bz2
Requires:	glibc >= 2.1.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package provide Japanese Code Conversion capability based on iconv.

%prep
%setup -q

%build
%make CFLAGS="$RPM_OPT_FLAGS -Wall -O3 -fPIC -DHAVE_CODESET"

%install
rm -rf $RPM_BUILD_ROOT
install -m755 libjconv.so -D $RPM_BUILD_ROOT%{_libdir}/libjconv.so
install -m644 libjconv.a -D $RPM_BUILD_ROOT%{_libdir}/libjconv.a
install -m755 jconv -D $RPM_BUILD_ROOT%{_bindir}/jconv
install -m644 jconv.h -D $RPM_BUILD_ROOT%{_includedir}/jconv.h
install -m644 default.conf -D $RPM_BUILD_ROOT%{_sysconfdir}/libjconv/default.conf

%if %mdkversion < 200900
%post -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -p /sbin/ldconfig
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc README
%{_libdir}/libjconv.so*
%{_libdir}/libjconv.a
%{_bindir}/jconv
%{_includedir}/jconv.h
%dir %{_sysconfdir}/libjconv
%config(noreplace) %{_sysconfdir}/libjconv/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8.1-9
+ Revision: cd8b71c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2579 |14cr|libjingle-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define	major 0
%define libname	%mklibname jingle %{major}
%define develname %mklibname -d jingle

Summary:	Google Talk's implementation of Jingle and Jingle-Audio
Name:		libjingle
Version:	0.4.0
Release:	2
License:	BSD
Group:		System/Servers
URL:		http://sourceforge.net/projects/libjingle
Source0:	http://ignum.dl.sourceforge.net/project/libjingle/libjingle/%version/libjingle-%version.tar.gz
Patch0:		libjingle-0.4.0-compile.patch
BuildRequires:	glib2-devel 
BuildRequires:	dbus-devel 
BuildRequires:	openssl-devel 
BuildRequires:	expat-devel
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool

%description
Libjingle is a set of C++ components provided by Google to interoperate with
Google Talk's peer-to-peer and voice calling capabilities. The package includes
source code for Google's implementation of Jingle and Jingle-Audio, two
proposed extensions to the XMPP standard that are currently available in
experimental draft form.

%package -n	%{libname}
Summary:	Shared Google Talk's implementation of Jingle and Jingle-Audio library
Group:          System/Libraries

%description -n	%{libname}
Libjingle is a set of C++ components provided by Google to interoperate with
Google Talk's peer-to-peer and voice calling capabilities. The package includes
source code for Google's implementation of Jingle and Jingle-Audio, two
proposed extensions to the XMPP standard that are currently available in
experimental draft form.

This package contains the shared %{name} library.

%package -n	%{develname}
Summary:	Static library and header files for the %{name} library
Group:		Development/C++
Provides:	%{name}-devel = %{version}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname -d jingle 0}

%description -n	%{develname}
Libjingle is a set of C++ components provided by Google to interoperate with
Google Talk's peer-to-peer and voice calling capabilities. The package includes
source code for Google's implementation of Jingle and Jingle-Audio, two
proposed extensions to the XMPP standard that are currently available in
experimental draft form.

This package contains the static %{name} library and its header files
needed to compile applications such as stegdetect, etc.

%prep
%setup -q
%apply_patches

find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
find . -name Makefile.am |xargs sed -i -e 's,noinst_LTLIB,lib_LTLIB,g;s,noinst_HEAD,include_HEAD,g'

# cleanup
for i in `find . -type d -name .svn`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" configure*

%build
rm -rf autom4te.cache
rm -f configure
libtoolize --copy --force; aclocal; automake --add-missing --copy --foreign; autoconf

%configure2_5x \
    --enable-shared \
    --enable-static

%make

%install
%makeinstall_std
# Let's not conflict with standard tools
mv %buildroot%_bindir/login %buildroot%_bindir/%name-login

%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/relayserver
%{_bindir}/stunserver
%_bindir/%name-login
%_bindir/pcp

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/lib*.so.*

%files -n %{develname}
%defattr(-, root, root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-2
+ Revision: 7b1cdcb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2580 |14cr|libjsw-1.5.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname jsw %{major}
%define devname %mklibname jsw -d

Summary:	Joystick Wrapper library
Name:		libjsw
Version:	1.5.8
Release:	8
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://wolfsinger.com/~wolfpack/packages/
Source0:	http://wolfsinger.com/~wolfpack/packages/%{name}-%{version}.tar.bz2
Patch0:		libjsw-1.5.8-no-strip.patch
Patch1:		libjsw-1.5.8-soname.patch
Patch2:		libjsw-1.5.8-no-postinstall.patch

%description
The Joystick Wrapper library (libjsw) is designed to provide a uniform
API and user configuration for joysticks and other game controllers on
all platforms.

It features an integrated library level calibration system using
jscalibrator to provide a one time calibration for any program that
uses libjsw. libjsw also features several levels of advanced joystick
input error correction.

%package -n %{libname}
Summary:	Joystick Wrapper library
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with the Joystick Wrapper library.

The Joystick Wrapper library (libjsw) is designed to provide a uniform
API and user configuration for joysticks and other game controllers on
all platforms.

It features an integrated library level calibration system using
jscalibrator to provide a one time calibration for any program that
uses libjsw. libjsw also features several levels of advanced joystick
input error correction.

%package -n %{devname}
Summary:	Development tools for programs using the Joystick Wrapper library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	jsw-devel = %{version}-%{release}

%description -n %{devname}
This package contains the header files and libraries needed for
developing programs using the Joystick Wrapper library.

The Joystick Wrapper library (libjsw) is designed to provide a uniform
API and user configuration for joysticks and other game controllers on
all platforms.

It features an integrated library level calibration system using
jscalibrator to provide a one time calibration for any program that
uses libjsw. libjsw also features several levels of advanced joystick
input error correction.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
perl -pi -e 's|#include <jsw.h>|#include "../include/jsw.h"|' js*/*.{c,h}

%build
pushd libjsw
    make CFLAGS="%{optflags} -fPIC" LIBS=-lstdc++
popd

%install
pushd libjsw
    make install \
	PREFIX=%{buildroot}%{_prefix} \
	JSW_MAN_DIR=%{buildroot}%{_mandir}/man3 \
	JSW_LIB_DIR=%{buildroot}%{_libdir} \
	MAN_DIR=%{buildroot}%{_mandir}/man1
popd

%files -n %{libname}
%{_libdir}/libjsw.so.%{major}*

%files -n %{devname}
%{_includedir}/jsw.h
%{_libdir}/libjsw.so
%{_mandir}/man3/*.3*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.8-8
+ Revision: 72443f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2581 |14cr|libkkc-0.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global dataversion 0.2.7

%define major 2
%define gir_major 1.0
%define libname %mklibname kkc %{major}
%define devname %mklibname kkc -d
%define girname %mklibname kkc-gir %{gir_major}

Summary:	Japanese Kana Kanji conversion library
Name:		libkkc
Version:	0.3.1
Release:	2
License:	GPLv3+
Group:		System/Internationalization
Url:		https://bitbucket.org/libkkc
Source0:	https://bitbucket.org/libkkc/libkkc/downloads/%{name}-%{version}.tar.gz
Source1:	https://bitbucket.org/libkkc/libkkc-data/downloads/%{name}-data-%{dataversion}.tar.xz
BuildRequires:	intltool
BuildRequires:	marisa-python
BuildRequires:	vala
BuildRequires:	vala-tools
# FIXME switch to libgee-0.8 once this package is ready for the new libgee API
BuildRequires:	pkgconfig(gee-1.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(marisa)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(vapigen)
Requires:	skkdic

%description
libkkc provides a converter from Kana-string to Kana-Kanji-mixed-string.
It was named after kkc.el in GNU Emacs, a simple Kana Kanji converter,
while libkkc tries to convert sentences in a bit more complex way using
N-gram language models.

#----------------------------------------------------------------------------

%package common
Summary:	Common data files for %{name}
Group:		System/Internationalization
BuildArch:	noarch

%description common
The %{name}-common package contains the arch-independent data that
%{name} uses at run time.

%files common -f %{name}.lang
%{_datadir}/libkkc

#----------------------------------------------------------------------------

%package data
Summary:	Data files for %{name}
Group:		System/Internationalization

%description data
The %{name}-data package contains the language model data that %{name}
uses at run time.

%files data
%{_libdir}/libkkc

#----------------------------------------------------------------------------

%package tools
Summary:	Tools for %{name}
Group:		Development/Tools

%description tools
The %{name}-tools package contains tools for developing applications
that use %{name}.

%files tools
%{_bindir}/kkc*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Development files for %{name}
Requires:	%{name}-data
Requires:	%{name}-common

%description -n %{libname}
libkkc provides a converter from Kana-string to Kana-Kanji-mixed-string.
It was named after kkc.el in GNU Emacs, a simple Kana Kanji converter,
while libkkc tries to convert sentences in a bit more complex way using
N-gram language models.

%files -n %{libname}
%doc README data/rules/README.rules COPYING
%{_libdir}/libkkc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Kkc-%{gir_major}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/*.gir
%{_datadir}/vala/vapi/*

#----------------------------------------------------------------------------

%prep
%setup -q
tar xf %{SOURCE1}
rm libkkc/*vala.stamp

%build
%configure2_5x \
	--disable-static \
	--disable-silent-rules
%make LIBS="-lstdc++"

pushd %{name}-data-%{dataversion}
%configure2_5x
%make
popd

%install
%makeinstall_std

%makeinstall_std -C %{name}-data-%{dataversion}

%find_lang %{name}


%changelog
* Wed Sep 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.1-2
+ Revision: 77ee6bb
- Rework package structure according our packaging policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2582 |14cr|liblettertree-0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname lettertree %major

Name:		liblettertree
Version:	0.1
Release:	8
Summary:	A letter tree data structure
License:	LGPL
Group:		System/Libraries
Source0:	ftp://ftp.inria.fr/INRIA/Atoll/Guillaume.Rousse/%{name}-%{version}.tar.bz2

%description
This is a simple implementation of a lettertree, an efficient data structure
for storing and indexing string sharing a common prefix.

%package -n	%libname
Summary:	A letter tree data structur
Group:		System/Libraries

%description -n	%libname
This is a simple implementation of a lettertree, an efficient data structure
for storing and indexing string sharing a common prefix.

%package -n	%libname-devel 
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%libname = %{version}
Provides:	%{name}-devel = %{EVRD}

%description -n	%libname-devel
This package contains development files for %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %libname
%doc AUTHORS ChangeLog INSTALL README
%{_libdir}/*.so.*

%files -n %libname-devel
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/lettertree.h




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-8
+ Revision: da124e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2583 |14cr|liblibgap-4.6.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define oname libgap

Name:		%mklibname %{oname}
Version:	4.6.5
Release:	5
License:	GPLv2+
Group:		Sciences/Mathematics

Summary:	C library version of the GAP kernel
URL:		https://bitbucket.org/vbraun/libgap
Source0:	https://bitbucket.org/vbraun/libgap/downloads/%{oname}-%{version}.tar.gz
Source1:	%{oname}.rpmlintrc
BuildRequires:	libtool
BuildRequires:	gap-devel
BuildRequires:	gap-libs
Patch0:		%{oname}-arch.patch
Patch1:		%{oname}-nogmp.patch

%description
LibGAP -- a C library version of the GAP kernel (http://www.gap-system.org)

LibGAP is essentially a fork of the upstream GAP kernel. It is developed
in its own repository at https://bitbucket.org/vbraun/libgap. This is
also where the spkg metadata is tracked.

%package	devel
Summary:	Development files for %{oname}
Provides:	%{oname}-devel
Requires:	%{name} = %{EVRD}

%description	devel
This package contains the header files and development documentation
for %{oname}.

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1
# due to patching configure.ac in patch1
autoreconf -ifs

%build
export CFLAGS='%{optflags} -DSYS_DEFAULT_PATHS=\"%{_gap_dir}\"'
%configure --enable-shared --disable-static --without-gmp
%make

%install
%makeinstall_std

%check
make check

%files
%doc AUTHORS
%doc COPYING
%doc README
%{_libdir}/%{oname}.so.%{major}*

%files		devel
%{_includedir}/gap
%{_libdir}/%{oname}.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.6.5-5
+ Revision: 80a0932
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2584 |14cr|liblinebreak-20080321-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major %version
%define libname	  %mklibname linebreak %{major}
%define develname %mklibname -d linebreak

Name: 		liblinebreak
Summary: 	Line breaking in a Unicode sequence
Version:	20080321
Release: 	5
License: 	GPL
Group:		System/Libraries
URL: 		http://vimgadgets.cvs.sourceforge.net/vimgadgets/common/tools/linebreak/
Source0: 	%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Line breaking in a Unicode sequence. 
Designed to be used in a generic text renderer.

%package -n %{libname}
Summary: 	Line breaking in a Unicode sequence
Group:		System/Libraries

%description -n %{libname}
Line breaking in a Unicode sequence. 
Designed to be used in a generic text renderer.

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Provides:   linebreak-devel
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
Line breaking in a Unicode sequence. 
Designed to be used in a generic text renderer.

%prep
%setup -q

%build
%make  CC=%__cc CFLAGS="%{optflags} -fPIC" CFG=release
%__cc \
    -shared -Wl,-soname,liblinebreak.so.%{major} \
    -o liblinebreak.so.%{version} \
    ReleaseDir/*.o

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_libdir}
install -d -m 755 %{buildroot}%{_includedir}
install -m 755 liblinebreak.so.%{version} %{buildroot}%{_libdir}
install -m 644 ReleaseDir/liblinebreak.a %{buildroot}%{_libdir}
install -m 644 linebreak.h %{buildroot}%{_includedir}

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/liblinebreak.so.%{major}

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/liblinebreak.a
%{_includedir}/linebreak.h




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20080321-5
+ Revision: 7ffcacf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2585 |14cr|liblscp-0.5.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	6
%define	libname	%mklibname %oname %major
%define	develname %mklibname %oname -d
%define old_libname %mklibname %name %major
%define oname lscp

Name:          liblscp
Summary:       LinuxSampler Control Protocol (LSCP) wrapper library
Version:       0.5.6
Release:       5
License:       GPL
Group:	       System/Libraries 
Source0:       %{name}-%{version}.tar.gz
URL: 	       http://www.linuxsampler.org/

%description
LinuxSampler Control Protocol (LSCP) wrapper library

#--------------------------------------------------------------------

%package -n	%libname
Group: 		System/Libraries
Summary: 	Libraries for %name
Provides: 	%name = %{EVRD}
Obsoletes:      %old_libname

%description -n %libname 
LinuxSampler Control Protocol (LSCP) wrapper library

%files -n %libname
%_libdir/liblscp.so.%{major}*

#--------------------------------------------------------------------

%package -n	%develname
Group: 		Development/Other
Summary: 	Libraries for %name
Requires:	%libname = %version-%release
Provides: 	%{name}-devel = %{EVRD}
Obsoletes:      %old_libname-devel
Obsoletes:      %{_lib}%{oname}5-devel

%description -n	%develname
Development libraries from %oname

%files -n %develname
%dir %_includedir/lscp
%_includedir/lscp/*.h
%_libdir/liblscp.a
%_libdir/liblscp.so
%_libdir/pkgconfig/lscp.pc

#--------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.6-5
+ Revision: 49e6fcc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2586 |14cr|liblxqt-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname lxqt %{major}
%define devname %mklibname lxqt -d

Summary:	Libraries for the LXQt desktop
Name:		liblxqt
Version:	0.7.0
Release:	3
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://lxqt.org/
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(qtxdg)

%description
Libraries for the LXQt desktop.

%files
%{_datadir}/lxqt/

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for the LXQt desktop
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
Libraries for the LXQt desktop

%files -n %{libname}
%{_libdir}/liblxqt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files (Headers etc.) for %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/liblxqt.so
%{_libdir}/pkgconfig/*
%{_datadir}/cmake/lxqt

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-3
+ Revision: 7eedb94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2587 |14cr|liblxqt-mount-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname lxqtmount %{major}
%define devname %mklibname lxqtmount -d

Summary:	Mounting related libraries for the LXQt desktop
Name:		liblxqt-mount
Version:	0.7.0
Release:	3
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://lxqt.org/
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(qtxdg)

%description
Mounting related libraries for the LXQt desktop.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Mounting related libraries for the LXQt desktop
Group:		System/Libraries
Conflicts:	%{_lib}lxqt-mount0 < 0.7.0-2
Obsoletes:	%{_lib}lxqt-mount0 < 0.7.0-2

%description -n %{libname}
Mounting related libraries for the LXQt desktop.

%files -n %{libname}
%{_libdir}/liblxqtmount.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Conflicts:	%{_lib}lxqt-mount-devel < 0.7.0-2
Obsoletes:	%{_lib}lxqt-mount-devel < 0.7.0-2

%description -n %{devname}
Development files (headers etc.) for %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/liblxqtmount.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/cmake/lxqtmount

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-3
+ Revision: 69a1905
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2588 |14cr|libm4ri-0.20120415-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	snapshot		20120415
%define	name			libm4ri
%define major			0
%define	libm4ri			%mklibname m4ri %{major}
%define	libm4ri_devel		%mklibname m4ri -d

Name:		%{name}
Group:		Sciences/Mathematics
License:	GPL
Summary:	M4RI is a library for fast arithmetic with dense matrices over F2
Version:	0.%{snapshot}
Release:	5
URL:		http://m4ri.sagemath.org
Source:		http://m4ri.sagemath.org/downloads/m4ri-%{snapshot}.tar.gz

# This patch will not be sent upstream, as it is Fedora-specific.
# Permanently disable SSE3 and SSSE3 detection.  Without this patch, the
# config file tends to be regenerated at inconvenient times.
Patch0:         m4ri-no-sse3.patch

BuildRequires:  doxygen
BuildRequires:	gomp-devel
BuildRequires:  png-devel
BuildRequires:  texlive

%description
M4RI is a library for fast arithmetic with dense matrices over F2.
It was started by Gregory Bard, is maintained by Martin Albrecht.
Several people contributed to it (see below). The name M4RI comes
from the first implemented algorithm: The "Method of the Four Russians"
inversion algorithm published by Gregory Bard. This algorithm in turn
is named after the "Method of the Four Russians" multiplication algorithm
which is probably better referred to as Kronrod's method. M4RI is used by
the Sage mathematics software and the PolyBoRi library. M4RI is available
under the General Public License Version 2 or later (GPLv2+).

%package	-n %{libm4ri}
Group:		System/Libraries
Summary:	M4RI runtime library
Provides:	m4ri = %{version}-%{release}
Provides:	%{name} = %{version}-%{release}

%description	-n %{libm4ri}
M4RI is a library for fast arithmetic with dense matrices over F2.
It was started by Gregory Bard, is maintained by Martin Albrecht.
Several people contributed to it (see below). The name M4RI comes
from the first implemented algorithm: The "Method of the Four Russians"
inversion algorithm published by Gregory Bard. This algorithm in turn
is named after the "Method of the Four Russians" multiplication algorithm
which is probably better referred to as Kronrod's method. M4RI is used by
the Sage mathematics software and the PolyBoRi library. M4RI is available
under the General Public License Version 2 or later (GPLv2+).

%package	-n %{libm4ri_devel}
Group:		Development/C
Summary:	M4RI development files
Provides:	m4ri-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libm4ri} = %{version}-%{release}

%description	-n %{libm4ri_devel}
M4RI is a library for fast arithmetic with dense matrices over F2.
M4RI is used by the Sage mathematics software and the PolyBoRi library.

%prep
%setup -q -n m4ri-%{snapshot}
%patch0 -p0

# Remove an unnecessary direct library dependency from the pkgconfig file
sed -i -e "s/ -lm//" m4ri.pc.in

# Fix library dependencies
sed -i -e "s/-lm \$(LIBPNG_LIBADD)/-lgomp \$(LIBPNG_LIBADD)/" Makefile.in

# Die, rpath, die!
sed -e "s|\(hardcode_libdir_flag_spec=\)'.*|\1|" \
    -e "s|\(runpath_var=\)LD_RUN_PATH|\1|" \
    -i configure 

# Fix a couple of broken doxygen commands
sed -i -e "s/\\\\output/\\\\return/" -e "s/\\\\seealso/\\\\see/" src/misc.h

%build
%ifarch %ix86
# Build an SSE2-enabled version, 
%configure --disable-static --enable-openmp CFLAGS="$RPM_OPT_FLAGS -march=pentium4" \
  LDFLAGS="$RPM_LD_FLAGS -Wl,--as-needed"
sed -e 's/^#undef HAVE_MMX/#define HAVE_MMX/' \
    -e 's/^#undef HAVE_SSE$/#define HAVE_SSE/' \
    -e 's/^#undef HAVE_SSE2/#define HAVE_SSE2/' \
    -i src/config.h
sed -e 's/^\(#define __M4RI_HAVE_SSE2[[:blank:]]*\)0/\11/' \
    -e 's/^\(#define __M4RI_SIMD_CFLAGS[[:blank:]]*\).*/\1" -mmmx -msse -msse2"/' \
    -i src/m4ri_config.h
sed -i 's/^SIMD_CFLAGS =.*/SIMD_CFLAGS = -mmmx -msse -msse2/' Makefile
%else
%configure --disable-static --enable-openmp LDFLAGS="$RPM_LD_FLAGS -Wl,--as-needed"
%endif

%make

%ifarch %ix86
# Build an SSE2-disabled version
cp -a .libs .libs.sse2
make clean
rm -fr .deps
%configure --disable-static --enable-openmp --disable-sse2 \
  LDFLAGS="$RPM_LD_FLAGS -Wl,--as-needed"
%make
%endif

# Build documentation
cd src
doxygen

%install
%makeinstall_std
%ifarch %ix86
mkdir -p %{buildroot}%{_libdir}/sse2
mv %{buildroot}%{_libdir}/libm4ri-*.so %{buildroot}%{_libdir}/sse2
mv .libs .libs.nosse2
mv .libs.sse2 .libs
%makeinstall_std
%endif

%check
make check LD_LIBRARY_PATH=`pwd`/.libs

%files		-n %{libm4ri}
%doc COPYING README
%{_libdir}/libm4ri-*.so
%ifarch %ix86
%{_libdir}/sse2/libm4ri-*.so
%endif

%files		-n %{libm4ri_devel}
%doc doc/html
%{_includedir}/m4ri
%{_libdir}/libm4ri.so
%{_libdir}/pkgconfig/m4ri.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20120415-5
+ Revision: b1774cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2589 |14cr|libm4rie-0.20120415-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot 20120415
%define major 0
%define libname %mklibname m4rie %{major}
%define devname %mklibname m4rie -d

Summary:	Linear Algebra over F_2^e
Name:		libm4rie
Version:	0.%{snapshot}
Release:	4
Group:		Sciences/Mathematics
License:	GPLv2+
Url:		http://m4ri.sagemath.org
Source0:	http://m4ri.sagemath.org/downloads/m4rie-%{snapshot}.tar.gz
# The doxygen control file was omitted from this release
Source1:	m4rie-doxyfile
Patch3:		m4rie-20120415-soname.patch
Patch4:		m4rie-givaro.patch
BuildRequires:	doxygen
BuildRequires:	givaro-devel
BuildRequires:	gmpxx-devel
BuildRequires:	gomp-devel
BuildRequires:	pkgconfig(m4ri)
BuildRequires:	texlive

%description
M4RIE is a library for fast arithmetic with dense matrices over F_2^e.
It is an add-on to the M4RI library, which implements fast arithmetic
with dense matrices over F_2.  M4RIE is used by the Sage mathematics
software.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	M4RIE runtime library
Group:		System/Libraries

%description -n %{libname}
M4RIE is a library for fast arithmetic with dense matrices over F2 for
2 <= e <= 10. It was started and is currently maintained by Martin Albrecht.
The name stems from the fact that is relies heavily on M4RI. M4RI is will be
included in the Sage mathematics software in the near future. M4RIE is
available under the General Public License Version 2 or later (GPLv2+).

%files -n %{libname}
%doc COPYING
%{_libdir}/libm4rie.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	M4RIE development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	m4rie-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc doc/latex/refman.pdf
%{_includedir}/m4rie
%{_libdir}/libm4rie.so

#----------------------------------------------------------------------------

%prep
%setup -q -n m4rie-%{snapshot}
%patch3 -p1
%patch4 -p1
cp -p %{SOURCE1} m4rie/Doxyfile

%build
perl -pi -e 's|^(libm4rie_la_LIBADD = -lm4ri)|$1 -lm|;' Makefile.am
autoreconf -i
%configure2_5x --disable-static

# The configure step picks up -fopenmp from the m4ri CFLAGS.  However, m4rie
# does not contain any OpenMP-using code.  The end result is that libm4rie is
# unnecessarily linked with libgomp, leading to rpmlint complaints.
sed -i "s/M4RI_CFLAGS =.*/M4RI_CFLAGS =/" Makefile bench/Makefile

%make
cd m4rie
doxygen
cd ../doc/latex
make

%install
%makeinstall_std

%check
%make check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20120415-4
+ Revision: 3956de1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2590 |14cr|libmatekbd-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define major 4
%define libname	%mklibname matekbd  %{major}
%define develname %mklibname -d matekbd

Summary:        MATE keyboard libraries
Name:           libmatekbd
Version:        1.8.0
Release:        2
License:        LGPLv2+
Group:          System/Libraries
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libxklavier)
BuildRequires: pkgconfig(ice)

%description
Files used by MATE keyboard library

%package -n %{libname}
Summary:        Dynamic libraries for MATE applications
Group:          %{group}
Requires:       %{name} >= %{version}

%description -n %{libname}
MATE keyboard library

%package -n %{develname}
Summary:        Static libraries, include files for MATE
Group:          Development/C
Provides:       %{name}-devel = %{version}-%{release}
Requires:       %{libname} = %{version}

%description -n %{develname}
Static library and headers file needed in order to develop
applications using the MATE keyboard library

%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh

%build
%configure2_5x \
   --disable-static          \
   --with-gtk=2.0            \
   --disable-schemas-compile \
   --with-x
   
%make LIBS='-lm -lgmodule-2.0'

%install

%makeinstall_std

%find_lang %{name} --all-name

%files -f %name.lang
%doc AUTHORS COPYING README
%{_datadir}/glib-2.0/schemas/org.mate.peripherals-keyboard-xkb.gschema.xml
%{_datadir}/libmatekbd
%{_datadir}/MateConf/gsettings/matekbd.convert


%files -n %{libname}
%{_libdir}/libmatekbd*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: c8acfce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2591 |14cr|libmatekeyring-1.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname matekeyring
%define major 1
%define libname   %mklibname matekeyring %{major}
%define develname %mklibname -d matekeyring

Summary:        Framework for managing passwords and other secrets
Name:           libmatekeyring
Version:        1.6.0
Release:        3
License:        GPLv2+ and LGPLv2+
Source:         http://pub.mate-desktop.org/releases/%url_ver/%{name}-%{version}.tar.xz
URL:            http://mate-desktop.org
Group:          Networking/Remote access
BuildRequires:  gtk-doc
BuildRequires:  intltool
BuildRequires:  mate-common
BuildRequires:  libgcrypt-devel
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  mate-common
BuildRequires:  pkgconfig(mate-doc-utils)

Requires:       %{name}-i18n >= %{version}-%{release}

%description
matekeyring is a program that keep password and other secrets for
users. It is run as a damon in the session, similar to ssh-agent, and
other applications can locate it by an environment variable.

The program can manage several keyrings, each with its own master
password, and there is also a session keyring which is never stored to
disk, but forgotten when the session ends.

%package i18n
Group:     System/Libraries
Summary:   Localization data files for %{name}
BuildArch: noarch
%rename %{name}-lang

%description i18n
This package contains the translations for %{name}

%package -n %{libname}
Summary:   Library for integration with the gnome keyring system
Group:	   System/Libraries
Suggests:  %{name}-i18n >= %{version}

%description -n %{libname}
The library libmatekeyring is used by applications to integrate with
the gnome keyring system. However, at this point the library hasn't been
tested and used enought to consider the API to be publically
exposed. Therefore use of libmatekeyring is at the moment limited to
internal use in the gnome desktop. However, we hope that the
matekeyring API will turn out useful and good, so that later it
can be made public for any application to use.

%package -n %{develname}
Summary:        Development files for libmate-keyring
License:        LGPLv2+
Group:          Development/C
Requires:       %{libname} = %{version}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
The libmatekeyring-devel package contains the libraries and
header files needed to develop applications that use libmate-keyring.


%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh

%build
%configure2_5x \
 --enable-gtk-doc-html  \
 --disable-static
 
%make

%install
%makeinstall_std

%find_lang %{name}

%files i18n -f %name.lang

%files -n %{libname}
%{_libdir}/lib*.so.*

%files -n %{develname}
%doc AUTHORS NEWS README COPYING
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/gtk-doc/html/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0-3
+ Revision: c70a1bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2592 |14cr|libmatenotify-1.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname matenotify %{major}
%define devname %mklibname -d matenotify

Summary:	Desktop notifications library
Name:		libmatenotify
Version:	1.4.1
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz

Buildrequires:	gtk-doc
Buildrequires:	mate-common
Buildrequires:	pkgconfig(dbus-glib-1)
Buildrequires:	pkgconfig(gtk+-2.0)

Requires:	virtual-notification-daemon

%description
A library that sends desktop notifications to a notification daemon, as
defined in the Desktop Notifications spec. These notifications can be
used to inform the user about an event or display some form of
information without getting in the user's way.

%package -n %{libname}
Group:		System/Libraries
Summary:	Desktop notifications library - shared library

%description -n %{libname}
This packages contains the shared library for %{name}.

%package -n %{devname}
Group:		Development/C
Summary:	Desktop notifications library - headers
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the development files for %{name}.

%prep
%setup -q

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%files
%{_bindir}/mate-notify-send

%files -n %{libname}
%{_libdir}/libmatenotify.so.%{major}*

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%doc %{_datadir}/gtk-doc/html/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-2
+ Revision: cf1dfc5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2593 |14cr|libmateweather-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major          1
%define oname          mateweather
%define libname        %mklibname mateweather %{major}
%define develname      %mklibname -d mateweather %{major}

Summary:        MATE Weather applet library
Name:           libmateweather
Version:        1.8.0
Release:        2
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
License:        GPLv2+
Group:          System/Libraries
Url:            http://www.mate.org
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libsoup-2.4)
BuildRequires:  pkgconfig(libxml-2.0) >= 2.6.0
BuildRequires:  python-gobject-devel
BuildRequires:  pkgconfig(pygtk-2.0)
BuildRequires:  pkgconfig(glib-2.0) >= 2.16.0
BuildRequires:  intltool >= 0.40.6
BuildRequires:  libxml2-utils
BuildRequires:  pkgconfig(python)
BuildRequires:  mate-common
BuildRequires:  gtk-doc
BuildRequires:  intltool


%description
This is a library to provide Weather data to the MATE panel applet.

%package -n %{libname}
Group:          System/Libraries
Summary:        MATE Weather applet library
Requires:       %{name} >= %{version}

%description -n %{libname}
This is a library to provide Weather data to the MATE panel applet.

%package -n python-%{oname}
Summary:        Python bindings for MATE Weather applet
Group:          System/Libraries
Provides:       python-%{name} >= %{version}-%{release}
Requires:       %{name} >= %{version}

%description -n python-%{oname}
This is a library to provide Weather data to the MATE panel applet.

%package -n %{develname}
Group:          Development/C
Summary:        MATE Weather applet library
Requires:       %{libname} = %{version}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
This is a library to provide Weather data to the MATE panel applet.

%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh

%build
%configure2_5x \
        --disable-static       \
        --with-gnu-ld          \
        --enable-python
%make 

%install
%makeinstall_std

%find_lang %{name}

for xmlfile in %{buildroot}%{_datadir}/%{name}/Locations.*.xml; do
echo "%lang($(basename $xmlfile|sed -e s/Locations.// -e s/.xml//)) $(echo $xmlfile | sed s!%{buildroot}!!)" >> %{name}.lang
done

%files -f %{name}.lang
%doc AUTHORS COPYING README
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/locations.dtd
%{_datadir}/%{name}/Locations.xml
%{_iconsdir}/mate/*/status/weather*
%{_datadir}/glib-2.0/schemas/org.mate.weather.gschema.xml


%files -n %{libname}
%{_libdir}/libmateweather.so.%{major}*

%files -n python-%{oname}
%{python_sitearch}/%{oname}

%files -n %{develname}
%{_libdir}/libmateweather.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*
%{_datadir}/gtk-doc/html/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: e73ea30
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2594 |14cr|libmatewnck-1.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define oname           matewnck
%define major           0
%define gi_major        1.0
%define libname         %mklibname %{oname}%{major}
%define develname         %mklibname -d %{oname}
%define girname         %mklibname %{oname}-gir %{gi_major}

Summary:        MATE Desktop Window Navigator Construction Kit libraries
Name:           libmatewnck
Version:        1.6.1
Release:        2
License:        LGPLv2+ and GPLv2+
URL:            http://www.mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Group:          System/Libraries
BuildRequires:  pkgconfig(libstartup-notification-1.0) >= 0.4
BuildRequires:  pkgconfig(glib-2.0) >= 2.16.0
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-2.0) >= 2.19.7
BuildRequires:  pkgconfig(xres)
BuildRequires:  gtk-doc
BuildRequires:  intltool
BuildRequires:  mate-common
BuildRequires:  pkgconfig(mate-doc-utils)

%description
libmatewnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and taskslists and stuff.

%package -n     %{libname}
Summary:        %{summary}
Group:          %{group}
Requires:       %{name} >= %{version}-%{release}

%description -n %{libname}
libmatewnck is Window Navigator Construction Kit for MATE Desktop,
i.e. a library to use for writing pagers and taskslists and stuff.

%package -n %{develname}
Summary:        The development files and headers for %{name}
Group:          Development/C
Provides:       %{name}-devel = %{version}-%{release}
Requires:       %{libname} = %{version}-%{release}

%description -n %{develname}
This package contains the development files and headers for %{name}.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh

%build
%configure2_5x \
	--disable-static
%make 

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README AUTHORS
%{_bindir}/matewnck-urgency-monitor
%{_bindir}/matewnckprop

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Matewnck-%{gi_major}.typelib

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/libmatewnck
%{_libdir}/%{name}.so
%{_includedir}/*
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gir-1.0/Matewnck-%{gi_major}.gir

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.1-2
+ Revision: 8aa2551
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2595 |14cr|libmath++-0.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname %mklibname math++ %{major}

Summary:	C++ Math Type Library
Name:		libmath++
Version:	0.0.4
Release:	4
License:	LGPLv2+
Group:		System/Libraries
# 16 Jun 2009 / incubusss
# upstream source no more available, suing the 0.0.4 tarball downloaded
# from Debian repository renamed to %{name}-%{version} and bz2 compressed
# http://ftp.de.debian.org/debian/pool/main/libm/libmath++/libmath++_0.0.4.orig.tar.gz
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	doxygen

%description
%{name} is a template based math library, written in C++,
for symbolic and numeric calculus applications.


%package -n	%{libname}
Summary:	C++ Math Type Library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n	%{libname}
%{name} is a template based math library, written in C++,
for symbolic and numeric calculus applications.


%package -n	%{libname}-devel
Summary:	Development related files for %{name}
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{libname}-devel
%{name} is a template based math library, written in C++,
for symbolic and numeric calculus applications.

You need to install this package if you want to develop or compile
any applications/libraries that needs %{name}.

%prep
%setup -q

%build
autoreconf -f -i
%configure2_5x
%make
make api-doc

%install
%makeinstall_std

%files -n %{libname}
%doc COPYING README
%{_libdir}/lib*.so.*

%files -n %{libname}-devel
%doc doc/user-api
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/lib*.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-4
+ Revision: 90c2cb5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2596 |14cr|libmediainfo-0.7.68-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	mediainfo

%define	major	0
%define	libname	%mklibname %{oname} %{major}
%define	devname	%mklibname %{oname} -d

Summary:	Supplies technical and tag information about a video or audio file
Name:		libmediainfo
Version:	0.7.68
Release:	2
License:	LGPLv3+
Group:		System/Libraries
Url:		https://mediaarea.net/en/MediaInfo
Source0:	http://mediaarea.net/download/source/%{name}/%{version}/%{name}_%{version}.tar.bz2
BuildRequires:	dos2unix
BuildRequires:	doxygen
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmms)
BuildRequires:	pkgconfig(libzen)
BuildRequires:	pkgconfig(zlib)

%description
MediaInfo supplies technical and tag information about a video or audio file.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Supplies technical and tag information about a video or audio file
Group:		System/Libraries

%description -n %{libname}
MediaInfo supplies technical and tag information about a video or audio file.
This package contains the shared library for MediaInfo.

%files -n %{libname}
%doc History.txt License.html ReadMe.txt
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Include files and mandatory libraries for %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	mediainfo-devel = %{version}-%{release}

%description -n %{devname}
Include files and mandatory libraries for development with %{name}.

%files -n %{devname}
%doc Changes.txt Doc Source/Example
%{_includedir}/MediaInfo
%{_includedir}/MediaInfoDLL
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -qn MediaInfoLib

cp Release/ReadMe_DLL_Linux.txt ReadMe.txt
mv History_DLL.txt History.txt

#EOLs and rights
dos2unix *.txt *.html Source/Doc/*.html
dos2unix Source/MediaInfo/* Source/MediaInfo/Archive/* Source/MediaInfo/Audio/* Source/MediaInfo/Duplicate/*
dos2unix Source/MediaInfo/Export/* Source/MediaInfo/Image/* Source/MediaInfo/Multiple/* Source/MediaInfo/Reader/*
dos2unix Source/MediaInfo/Tag/* Source/MediaInfo/Text* Source/MediaInfo/Video/*
chmod 644 *.txt *.html Source/Doc/*.html
#chmod 644 Source/MediaInfo/* Source/MediaInfo/Archive/* Source/MediaInfo/Audio/* Source/MediaInfo/Duplicate/*
#chmod 644 Source/MediaInfo/Export/* Source/MediaInfo/Image/* Source/MediaInfo/Multiple/* Source/MediaInfo/Reader/*
#chmod 644 Source/MediaInfo/Tag/* Source/MediaInfo/Text* Source/MediaInfo/Video/*


%build
#export LDFLAGS="${LDFLAGS} -lzen" 
pushd Project/GNU/Library
	autoreconf -vfi
	%configure2_5x \
		--enable-shared \
		--disable-static \
		--with-libcurl \
		--with-libmms \
		--enable-visibility
	%make
popd

# generate docs
pushd Source/Doc
	  doxygen -u 2> /dev/null
	  doxygen Doxyfile
popd


%install
pushd Project/GNU/Library/
	%makeinstall_std
popd

# MediaInfoDLL headers
install -dm 755 %{buildroot}%{_includedir}/MediaInfo
install -m 644 Source/MediaInfo/*.h %{buildroot}%{_includedir}/MediaInfo
install -dm 755 %{buildroot}%{_includedir}/MediaInfoDLL
install -m 644 Source/MediaInfoDLL/*.h %{buildroot}%{_includedir}/MediaInfoDLL
install -m 644 Source/MediaInfoDLL/MediaInfoDLL.cs %{buildroot}%{_includedir}/MediaInfoDLL
install -m 644 Source/MediaInfoDLL/MediaInfoDLL.*.java %{buildroot}%{_includedir}/MediaInfoDLL
install -m 644 Source/MediaInfoDLL/MediaInfoDLL*.py %{buildroot}%{_includedir}/MediaInfoDLL

#fix and instal .pc file
sed -i -e 's|Version: |Version: %{version}|g' Project/GNU/Library/libmediainfo.pc
sed -i -e '/Libs_Static.*/d' Project/GNU/Library/libmediainfo.pc

install -Dm 644 Project/GNU/Library/libmediainfo.pc %{buildroot}%{_libdir}/pkgconfig/libmediainfo.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.68-2
+ Revision: 122ea82
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2597 |14cr|libmemcache-1.4.0-0.rc2.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname memcache %{major}
%define develname %mklibname memcache -d

Summary:	A high performance C API for memcached
Name:		libmemcache
Version:	1.4.0
Release:	0.rc2.8
Group:		System/Libraries
License:	BSD-like
URL:		http://people.freebsd.org/~seanc/libmemcache/
Source0:	http://people.freebsd.org/~seanc/libmemcache/%{name}-%{version}.rc2.tar.bz2
Patch0:		libmemcache-1.4.0.rc2_gnusource.patch
Patch1:		libmemcache-1.4.0.rc2_gcc43_inline.patch
Patch2:		libmemcache-1.4.0.rc2_preserve_cflags.patch
BuildRequires:	libtool
BuildRequires:	autoconf2.5

%description
libmemcache is the C API for memcached(8), a high-performance,
distributed memory object caching system. 

%package -n	%{libname}
Summary:	A high performance C API library for memcached
Group:          System/Libraries

%description -n	%{libname}
libmemcache is the C API for memcached(8), a high-performance,
distributed memory object caching system. 

%package -n	%{develname}
Summary:	Static library and header files for the libmemcache library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{EVRD}
Provides:	memcache-devel = %{EVRD}
Obsoletes:	memcache-devel
Obsoletes:	%{mklibname memcache 0 -d}
Obsoletes:	%{mklibname memcache 1 -d}

%description -n	%{develname}
libmemcache is the C API for memcached(8), a high-performance,
distributed memory object caching system. 

This package contains the static libmemcache library and its
header files.

%prep

%setup -q -n %{name}-%{version}.rc2
%patch0
%patch1
%patch2

%build
touch NEWS README AUTHORS
autoreconf -fis
export STRIP="/bin/true"

%configure2_5x

%make

# this needs some freebsd stuff to work (cough...)
#make test

%install
%makeinstall_std

%files -n %{libname}
%doc COPYING ChangeLog INSTALL
%{_libdir}/*.so.*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Tue Oct 30 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 1.4.0-0.rc2.8
+ Revision: 67bfdf6
- remove archives from git tree



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2598 |14cr|libmicrohttpd-0.9.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 10
%define shortname microhttpd
%define libname	%mklibname %shortname %major
%define develname %mklibname -d %shortname

Summary:	Small C library to run an HTTP server
Name:		libmicrohttpd
Version:	0.9.22
Release:	2
License:	GPLv2+
Group:		System/Libraries
URL:		http://gnunet.org/libmicrohttpd/
Source0:	http://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
BuildRequires:	curl-devel
BuildRequires:	libgcrypt-devel
BuildRequires:	gnutls-devel

%description
libmicrohttpd is a small C library that is supposed to make it easy to
run an HTTP server as part of another application. Key features that
distinguish libmicrohttpd from other projects are:

* C library: fast and small
* API is simple, expressive and fully reentrant
* Implementation is (largely) http 1.1 compliant
* HTTP server can listen on multiple ports
* Support for IPv6
* Creates binary of only 22k (for now)
* Three different threading models

libmicrohttpd was started because the author needed an easy way to add
a concurrent HTTP server to other projects. Existing alternatives were
either non-free, not reentrant, standalone, of terrible code quality or
a combination thereof. Do not use libmicrohttpd if you are looking for
a standalone http server; there are many other projects out there that
provide that kind of functionality already. However, if you want to be
able to serve simple WWW pages from within your C or C++ application,
check it out.

%package -n %libname
Summary:	Small C library to run an HTTP server
Group:		System/Libraries

%description -n %libname
libmicrohttpd is a small C library that is supposed to make it easy to
run an HTTP server as part of another application. Key features that
distinguish libmicrohttpd from other projects are:

* C library: fast and small
* API is simple, expressive and fully reentrant
* Implementation is (largely) http 1.1 compliant
* HTTP server can listen on multiple ports
* Support for IPv6
* Creates binary of only 22k (for now)
* Three different threading models

libmicrohttpd was started because the author needed an easy way to add
a concurrent HTTP server to other projects. Existing alternatives were
either non-free, not reentrant, standalone, of terrible code quality or
a combination thereof. Do not use libmicrohttpd if you are looking for
a standalone http server; there are many other projects out there that
provide that kind of functionality already. However, if you want to be
able to serve simple WWW pages from within your C or C++ application,
check it out.

%package -n %develname
Summary:	Development files for %libname
Group:		System/Libraries
Provides:	%name-devel = %{EVRD}
Requires:	%{libname} = %{version}

%description -n %develname
Development files for %libname

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%if %{mdvver} < 201200

%post -n %develname
%_install_info microhttpd.info

%preun -n %develname
%_remove_install_info microhttpd.info

%endif

%files -n %libname
%doc AUTHORS ChangeLog COPYING NEWS README
%{_libdir}/%{name}.so.%{major}*
%{_mandir}/man3/%{name}.3.*

%files -n %develname
%{_includedir}/%{shortname}.h
%{_libdir}/%{name}.so
%{_datadir}/info/*
%{_libdir}/pkgconfig/%{name}.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.22-2
+ Revision: b7d0efb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2599 |14cr|libmilter-workers-8.14.3_1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define realversion 8.14.3-1

%define version %(echo %{realversion} | sed 's/-/_/g')
%define sdevdname %mklibname milter -d -s

Summary:	Libmilter and a pool of threads
Name:		libmilter-workers
Version:	%{version}
Release:	5
License:	Sendmail
Group:		Development/C
Url:		http://j-chkmail.ensmp.fr/
Source0:	http://j-chkmail.ensmp.fr/libmilter/%{name}-%{realversion}.tgz
Source1:	http://j-chkmail.ensmp.fr/libmilter/README

%description
Under original libmilter each connection generates one thread
on the filter. These threads remain alive during the connection
lifetime. So, one connection equals one thread.

For huge servers, handling many simultaneous connections (say, a 
hundred and more), this may be an issue.

Most of the time, these threads are idle waiting for sendmail
commands (which come from remote clients). Tests at some domains
shows that this hold for more than 95 % of the time.

This libmilter version creates a fixed number of threads (workers)
and distribute tasks when it receives commands from sendmail.

#----------------------------------------------------------------------------

%package -n %{sdevdname}
Summary:	Libmilter and a pool of threads
Group:		Development/C
Provides:	milter-devel = %{EVRD}

%description -n %{sdevdname}
Under original libmilter each connection generates one thread
on the filter. These threads remain alive during the connection
lifetime. So, one connection equals one thread.

For huge servers, handling many simultaneous connections (say, a
hundred and more), this may be an issue.

Most of the time, these threads are idle waiting for sendmail
commands (which come from remote clients). Tests at some domains
shows that this hold for more than 95 % of the time.

This libmilter version creates a fixed number of threads (workers)
and distribute tasks when it receives commands from sendmail.

%files -n %{sdevdname}
%doc README
%{_includedir}/libmilter/*.h
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{realversion}
cp -f %{SOURCE1} ./

perl -pi -e "s/-O2/%{optflags}/" devtools/OS/Linux

%build
%make

%install
mkdir -p %{buildroot}%{_includedir}/libmilter/
cp include/libmilter/*.h %{buildroot}%{_includedir}/libmilter/

mkdir -p %{buildroot}%{_libdir}
cp obj.`uname -s`.`uname -r`.`uname -m`/libmilter/libmilter.a %{buildroot}%{_libdir}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 8.14.3_1-5
+ Revision: 1942c41
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2600 |14cr|libmimedir-0.5.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		0
%define libname		%mklibname mimedir %{major}
%define develname	%mklibname mimedir -d

Summary:	MIME Directory Profile library
Name:		libmimedir
Version:	0.5.1
Release:	5
URL:		http://sourceforge.net/projects/libmimedir/
License:	BSD
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Group:		System/Libraries
BuildRequires:	bison
BuildRequires:	flex

%description
This library parses MIME Directory Profile which is defined in RFC 2425.

%package -n	%{libname}
Summary:	MIME Directory Profile library
Group:          System/Libraries

%description -n	%{libname}
This library parses MIME Directory Profile which is defined in RFC 2425.

%package -n	%{develname}
Summary:	Development library and headers for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname mimedir 0 -d}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This library parses MIME Directory Profile which is defined in RFC 2425.

%prep
%setup -q -n %{name}-%{version}
perl -pi -e 's/444/644/g' Makefile.in

%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x
# %make doesn't work
make

%install
mkdir -p %buildroot{%_libdir,%_includedir}
%makeinstall

find %buildroot -name *.so* -exec chmod 755 {} \;

%files -n %{libname}
%defattr(-,root,root)
%doc COPYING ChangeLog README
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%doc COPYING ChangeLog README
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-5
+ Revision: 7f18ceb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2601 |14cr|libmirage-2.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major 9
%define		api_version 2.1
%define		gir_major 2.1
%define		libname %mklibname mirage %{major}
%define		devname %mklibname mirage -d
%define		girname %mklibname mirage-gir %{gir_major}

Summary:	CD-ROM image access library
Name:		libmirage
Version:	2.1.1
Release:	2
License:	GPLv2+
Group:		System/Libraries
Source0:	http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
Url:		http://cdemu.sourceforge.net/
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	cmake
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(zlib)

%description
The aim of libMirage is to provide uniform access to the data stored in
different image formats, by creating a representation of disc stored in image
file, which is based on GObjects. There are various objects that represent
different parts of the disc; disc, session, track, sector, etc. In addition to
providing access to data provided by the image file, libMirage is also capable
of generating some of the data that might not be present in image file. For
instance, ISO image provides only user data from sector, without sync pattern,
header, ECC/EDC codes or subchannel. When this missing data is requested,
libMirage will transparently generate it.

#----------------------------------------------------------------------------

%package common
Summary:	CD-ROM image access library - common files
Group:		System/Libraries

%description common
Image access plugins for libMirage.

%files common
%{_datadir}/mime/packages/libmirage-*.xml

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	CD-ROM image access library - shared library
Group:		System/Libraries
Requires:	%{name}-common >= %{EVRD}

%description -n %{libname}
Shared libraries of libMirage for software using it.

%files -n %{libname}
%{_libdir}/%{name}-%{api_version}
%{_libdir}/libmirage.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	CD-ROM image access library - development headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description -n %{devname}
Development headers for developing software using libMirage.

The aim of libMirage is to provide uniform access to the data stored in
different image formats, by creating a representation of disc stored in image
file, which is based on GObjects. There are various objects that represent
different parts of the disc; disc, session, track, sector, etc. In addition to
providing access to data provided by the image file, libMirage is also capable
of generating some of the data that might not be present in image file. For
instance, ISO image provides only user data from sector, without sync pattern,
header, ECC/EDC codes or subchannel. When this missing data is requested,
libMirage will transparently generate it.

%files -n %{devname}
%doc README AUTHORS
%{_includedir}/%{name}
%{_libdir}/libmirage.so
%{_libdir}/pkgconfig/libmirage.pc
%{_datadir}/gir-1.0/libMirage-%{gir_major}.gir
%{_datadir}/gtk-doc/html/libmirage

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/libMirage-%{gir_major}.typelib

#----------------------------------------------------------------------------

%prep
%setup -q

# See Mandriva bug #58086
# The mirage defined mime types shadow the fd.o mimetypes, defining an alias
# to the standard name. For example, *.iso files get classified as
# "application/libmirage-iso". The mirage .xml file does define an alias
# "application/x-cd-image". However, the fd.o shared-mime-info specification
# forbids having aliases that conflict with mimetypes defined elsewhere. 
# Therefore at least KDE ignores such aliases, causing .iso and .cue pointing
# to the libmirage mime types only.
# For now, lessen the priorities and weights of libmirage definitions so that
# fd.o provided mimetype definitions take priority. - Anssi 04/2010
sed -i -e 's,priority="50",priority="48",' -e 's,glob pattern,glob weight="48" pattern,' src/parsers/*/libmirage-*.xml

%build
%cmake -DPOST_INSTALL_HOOKS:BOOL=OFF
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-2
+ Revision: db2c2f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2602 |14cr|libmonetra-7.13.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define libname %mklibname monetra %{major}
%define libmcve %mklibname mcve %{major}
%define devname %mklibname monetra -d

Summary:	Library to allow credit card processing through MCVE
Name:		libmonetra
Version:	7.13.0
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://www.mainstreetsoftworks.com/
Source0:	ftp://ftp.mcve.com/pub/libmonetra/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(openssl)

%description
library for connecting to a MCVE Credit Card Processing Daemon via
SSL, TCP/IP, and drop-files.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to allow credit card processing through MCVE
Group:		System/Libraries

%description -n %{libname}
library for connecting to a MCVE Credit Card Processing Daemon via
SSL, TCP/IP, and drop-files.

%files -n %{libname}
%doc AUTHORS ChangeLog LICENSE README
%{_libdir}/libmonetra.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmcve}
Summary:	Library to allow credit card processing through MCVE
Group:		System/Libraries
Conflicts:	%{_lib}monetra7 < 7.7.0

%description -n %{libmcve}
library for connecting to a MCVE Credit Card Processing Daemon via
SSL, TCP/IP, and drop-files.

%files -n %{libmcve}
%doc AUTHORS ChangeLog LICENSE README
%{_libdir}/libmcve.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libmcve} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
library for connecting to a MCVE Credit Card Processing Daemon via
SSL, TCP/IP, and drop-files.

This package contains development library and its header files.

%files -n %{devname}
%doc LICENSE
%{_includedir}/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.13.0-2
+ Revision: 3c456bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2603 |14cr|libmp3splt-0.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	mp3splt
%define	major	0
%define	libname		%mklibname %{oname} %{major}
%define	develname	%mklibname -d %{oname}

%define	without_docs	1

Name:		libmp3splt
Version:	0.9.0
Release:	2
Summary:	Library to split MP3 and Ogg Files
URL:		http://mp3splt.sourceforge.net
Group:		System/Libraries
License:	GPLv2+
Source0:	http://prdownloads.sourceforge.net/%{oname}/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-0.8.2-fix-format-string.patch
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(flac) >= 1.2.1
BuildRequires:	gettext >= 0.13.1
BuildRequires:	glibc-devel
BuildRequires:	libltdl-devel
BuildRequires:	pkgconfig(libpcre) >= 1.0
%if !%{without_docs}
BuildRequires:	graphviz
BuildRequires:	doxygen
%endif

%description
The mp3Splt project provides utilities to split mp3 and ogg files, by
selecting a begin and an end time position, without decoding. It is very
useful to split large mp3/ogg into smaller files, or to split entire albums to
obtain original tracks. To split an album, the split points and filenames can
be selected manually or automatically from CDDB (Internet or a local file), or
from .cue files.

It supports automatic silence detection, which can be used to adjust cddb/cue
split points. It is also possible to extract tracks from Mp3Wrap or AlbumWrap
files in a few seconds.

The mp3splt project is divided in 3 parts: libmp3splt, mp3splt and
mp3splt-gtk.

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to split MP3 and Ogg Files
Group:		System/Libraries

%description -n %{libname}
Library to split mp3 and ogg files selecting a begin and an end time position,
without decoding. It's very useful to split large mp3/ogg to make smaller
files or to split entire albums to obtain original tracks.

%files -n %{libname} -f libmp3splt0.lang
%doc AUTHORS ChangeLog README
%{_libdir}/%{name}.so.%{major}*
%dir %{_libdir}/libmp3splt0
%{_libdir}/libmp3splt0/libsplt_*.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains development files for the mp3splt project.

%files -n %{develname}
%doc AUTHORS ChangeLog README
%{_includedir}/%{name}
%{_libdir}/%{name}.so
%{_libdir}/libmp3splt0/libsplt_*.so
%{_libdir}/pkgconfig/%{name}.pc
#{_datadir}/aclocal/%%{oname}.m4

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
%patch0 -p1


%build
%configure2_5x \
%if %{without_docs}
	--disable-doxygen_doc \
%endif
	--disable-rpath --disable-static
%make


%install
%makeinstall_std

%find_lang libmp3splt0



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-2
+ Revision: c7a5306
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2604 |14cr|libmpd-11.8.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname mpd %{major}
%define develname %mklibname mpd -d

Summary:	Music Player Daemon Library
Name:		libmpd
Version:	11.8.17
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://sarine.nl/libmpd
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)

%description
Libmpd is an a library to easily connect to a mpd server.
It's wraps around libmpdclient and provides a higher level api.

%package -n %{libname}
Summary:	Music Player Daemon Library
Group:		System/Libraries

%description -n %{libname}
Libmpd is an a library to easily connect to a mpd server.
It's wraps around libmpdclient and provides a higher level api.

%package -n %{develname}
Summary:	Header files for developing programs with libmpd
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{name}-devel < 11.8.17-1

%description -n %{develname}
libmpd-devel is a sub-package which contains header files and libraries
for developing program with libmpd.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libmpd.so.%{major}*

%files -n %{develname}
%doc ChangeLog README
%{_libdir}/libmpd.so
%{_libdir}/pkgconfig/libmpd.pc
%{_includedir}/libmpd-1.0


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.8.17-2
+ Revision: 8e35508
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2605 |14cr|libmpdclient-2.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	2
%define	libname		%mklibname mpdclient %{major}
%define	develname	%mklibname -d mpdclient

Name:		libmpdclient
Version:	2.9
Release:	2
Summary:	API library for interfacing MPD in the C, C++ & Objective C languages
Group:		System/Libraries
License:	BSD
Url:		http://www.musicpd.org
Source0:	http://www.musicpd.org/download/%{name}/2/%{name}-%{version}.tar.xz
BuildRequires:	doxygen

%description
A stable, documented, asynchronous API library for interfacing MPD in the C, 
C++ & Objective C languages.

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	API library for interfacing MPD in the C, C++ & Objective C languages
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Requires:	mpd >= 0.18

%description -n %{libname}
A stable, documented, asynchronous API library for interfacing MPD in the C, 
C++ & Objective C languages.

%files -n %{libname}
%doc COPYING
%{_libdir}/%{name}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{develname}
Summary:	Devel headers for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}

%description -n %{develname}
Devel headers for %{name}.

%files -n %{develname}
%doc COPYING NEWS README
%doc doc/api/html/*
%{_datadir}/doc/%{name}/*
%{_datadir}/vala/vapi/%{name}.vapi
%dir %{_includedir}/mpd/
%{_includedir}/mpd/*.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x --disable-static
%make


%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9-2
+ Revision: d019e83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2606 |14cr|libmsntp-1.6a-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname msntp %{major}

Summary:	Full-featured, compact, portable SNTP library
Name:		libmsntp
Version:	1.6a
Release:	9
Group:		System/Libraries
License:	GPL
URL:		http://snarfed.org/space/libmsntp
Source0:	http://ryan.barrett.name/%{name}-%{version}.tar.bz2
Patch0:		libmsntp-1.6a-shared.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
libmsntp is a full-featured, compact, portable SNTP library.

libmsntp provides SNTP client and server functionality in a shared
library with a simple API. SNTP (RFC 2030) is a simplified version
of NTP, which allows precise synchronization of system clocks over
a best-effort network. 

%package -n	%{libname}
Summary:	Full-featured, compact, portable SNTP library
Group:          System/Libraries

%description -n	%{libname}
libmsntp is a full-featured, compact, portable SNTP library.

libmsntp provides SNTP client and server functionality in a shared
library with a simple API. SNTP (RFC 2030) is a simplified version
of NTP, which allows precise synchronization of system clocks over
a best-effort network. 

%package -n	%{libname}-devel
Summary:	Static library and header files for the libmsntp library
Group:		Development/C
Obsoletes:	%{name}-devel
Provides:	%{name}-devel
Requires:	%{libname} = %{version}-%{release}

%description -n	%{libname}-devel
libmsntp is a full-featured, compact, portable SNTP library.

libmsntp provides SNTP client and server functionality in a shared
library with a simple API. SNTP (RFC 2030) is a simplified version
of NTP, which allows precise synchronization of system clocks over
a best-effort network. 

This package contains the static libevent library and its header files
needed to compile applications such as stegdetect, etc.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0

%build

%make \
    CFLAGS="%{optflags} -fPIC -DPIC" \
    shared static

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}

install -m0755 libmsntp.so.%{major} %{buildroot}%{_libdir}/
install -m0644 libmsntp.a %{buildroot}%{_libdir}/
ln -s libmsntp.so.%{major} %{buildroot}%{_libdir}/libmsntp.so
install -m0644 libmsntp.h %{buildroot}%{_includedir}/

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc Copyright.msntp LICENSE README*
%{_libdir}/*.so.*

%files -n %{libname}-devel
%defattr(-,root,root)
%doc example.c
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6a-9
+ Revision: 8dc3564
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2607 |14cr|libmusclecard-1.3.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libmusclename %mklibname musclecard 1
%define pkgname libmusclecard

Summary: Muscle PCSC Framework for Linux libraries
Name: libmusclecard
Version: 1.3.6
Release: 4
License: GPL
Group: System/Libraries
Source0: https://alioth.debian.org/download.php/1478/libmusclecard-%{version}.tar.bz2
Source1: https://alioth.debian.org/download.php/1479/libmusclecard-%{version}.tar.bz2.asc
Patch0: libmusclecard-1.3.6-pcsclite-1.6.patch
URL: http://pcsclite.alioth.debian.org/
# actually, it needs 1.2.9-beta7 or higher, but I don't want
# to play with rpm e-v-r comparisons with a "beta" string in them
BuildRequires: libpcsclite-devel >= 1.3.0
BuildRequires: pkgconfig

%description
The purpose of PCSC Lite is to provide a Windows(R) SCard interface in a
very small form factor for communicating to smartcards and readers.
PCSC Lite uses the same winscard api as used under Windows(R).

The %{name}-devel package contains the header files and libraries
needed for compiling PCSC Lite programs. If you want to develop PCSC Lite-aware
programs, you'll need to install this package.

This package was tested to work with A.E.T. Europe B.V. SafeSign. This
package is suported by A.E.T. Europe B.V. when used in combination with
SafeSign.

%package -n %{libmusclename}
Summary: Muscle PCSC Framework for Linux libraries
Group: System/Libraries
# up to version 1.3.0, libpcsclite had libmusclecard files
Conflicts: pcsc-lite < 1.3.0
Provides: libmusclecard = %{EVRD}

%description -n %{libmusclename}
The purpose of PCSC Lite is to provide a Windows(R) SCard interface in a
very small form factor for communicating to smartcards and readers.
PCSC Lite uses the same winscard api as used under Windows(R).

The %{name}-devel package contains the header files and libraries
needed for compiling PCSC Lite programs. If you want to develop PCSC Lite-aware
programs, you'll need to install this package.

This package was tested to work with A.E.T. Europe B.V. SafeSign. This
package is suported by A.E.T. Europe B.V. when used in combination with
SafeSign.

%package -n %{libmusclename}-devel
Summary: Files used for libmusclecard development
Group: Development/Other
Requires: %{name} = %{version}
# up to version 1.3.0, libpcsclite had libmusclecard files
Conflicts: %{mklibname pcsclite 1 -d} < 1.3.0
Provides: libmusclecard-devel = %{EVRD}

%description -n %{libmusclename}-devel
This package contains files used for libmusclecard development.

%package -n %{libmusclename}-static-devel
Summary: Static library used for libmusclecard development
Group: Development/Other
Requires: %{name}-devel = %{version}
# up to version 1.3.0, libpcsclite had libmusclecard files
Conflicts: %{mklibname pcsclite 1 -d -s} < 1.3.0
Provides: libmusclecard-static-devel = %{EVRD}

%description -n %{libmusclename}-static-devel
This package contains a libmusclecard static library used for development.

%prep
%setup -q -n %{pkgname}-%{version}
%patch0 -p0

%build
autoreconf -fi
%configure2_5x --enable-muscledropdir=%{_libdir}/pcsc/services
%make

%install
%makeinstall_std

# this file is included in %%doc
rm -rf %{buildroot}%{_prefix}/doc

%files -n %{libmusclename}
%{_libdir}/libmusclecard.so.*

%files -n %{libmusclename}-devel
%doc AUTHORS COPYING ChangeLog
%doc ChangeLog.svn doc/*.pdf
%{_includedir}/PCSC/*
%{_libdir}/libmusclecard.so
%{_libdir}/pkgconfig/libmusclecard.pc
%{_sbindir}/bundleTool
%{_mandir}/man8/bundleTool.8*

%files -n %{libmusclename}-static-devel
%{_libdir}/libmusclecard.a





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.6-4
+ Revision: 53ad40c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2608 |14cr|libmxp-0.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Library that parses MXP stream
Name: libmxp
Version: 0.2.4
Release: 3
Source0: http://www.kmuddy.com/libmxp/files/%name-%version.tar.gz
License: LGPLv2+
Group: Development/C++
BuildRequires: cmake
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Url: http://www.kmuddy.com

%description
Library that parses MXP stream.

%define libname %mklibname mxp 0
%package -n %libname
Summary: Library file for mxp
Group: Development/C++

%description -n %libname
This package contains library files of libmxp.

%define develname %mklibname -d mxp
%package -n %develname
Summary: mxp devellopment files
Group: Development/C++
Requires: %libname = %version
Provides: %name-devel = %version-%release

%description -n %develname
This package contains files need to build applications using libmxp.

%prep
%setup -q -n %name-%version

%build
%cmake
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std -C build

%clean
rm -rf $RPM_BUILD_ROOT

%files -n %libname
%defattr(-,root,root)
%{_libdir}/*.so.0*

%files -n %develname
%defattr(-,root,root)
%doc ChangeLog README* NEWS
%_libdir/*.so
%_includedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-3
+ Revision: 6188f12
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2609 |14cr|libnb-javaparser-6.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Prevent brp-java-repack-jars from being run.
%define __jar_repack %{nil}

Name:           libnb-javaparser
Version:        6.8
Release:        3
Summary:        NetBeans Java Parser
License:        GPLv2 with exceptions
Url:            http://java.netbeans.org/javaparser/
Group:          Development/Java
# The source for this package was pulled from upstream's vcs.  Use the
# following commands to generate the tarball:
# hg clone http://hg.netbeans.org/main/nb-javac/
# cd nb-javac/
# hg update -r 1c46268162cd
# tar -czvf ../nb-javac-6.8.tar.gz *
Source0:        nb-javac-%{version}.tar.gz

BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  jpackage-utils
BuildRequires:  java-rpmbuild >= 1.5

Requires:       java >= 1.6.0
Requires:       jpackage-utils
Provides:       netbeans-javaparser

BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Java parser to analyse Java source files inside of the NetBeans IDE

%prep
%setup -q -c
# remove all binary libs
find . -name "*.jar" -exec %__rm -f {} \;

%build
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java 
%ant -f make/netbeans/nb-javac/build.xml jar

%install
%__rm -fr %{buildroot}

# jar
%__install -d -m 755 %{buildroot}%{_javadir}
%__install -m 644 make/netbeans/nb-javac/dist/javac-api.jar %{buildroot}%{_javadir}/%{name}-api-%{version}.jar
%__ln_s %{name}-api-%{version}.jar %{buildroot}%{_javadir}/%{name}-api.jar
%__install -m 644 make/netbeans/nb-javac/dist/javac-impl.jar %{buildroot}%{_javadir}/%{name}-impl-%{version}.jar
%__ln_s %{name}-impl-%{version}.jar %{buildroot}%{_javadir}/%{name}-impl.jar

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ASSEMBLY_EXCEPTION LICENSE README
%{_javadir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.8-3
+ Revision: 2dcab11
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2610 |14cr|libnb-platform7-6.0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		libnb-platform7
Version:	6.0.1
Release:	8
%define section		devel
%define source_top	%{name}-src
%define netbeansdir     %{_datadir}/netbeans

%define clusterdir      %{netbeansdir}

Summary:	NetBeans Platform for Development of Rich Client Swing Applications
URL:		http://platform.netbeans.org
Source0:	http://core.netbeans.org/files/documents/12/1805/netbeans-platform-6.0.1-src.tar.gz
Source1: 	scripts.sh

Patch0:         10-build.patch
Patch1:         20-netbeans-autoupdate-backport-124809.patch

Epoch:		0
License:	GPLv2 with exceptions or CDDL
Group:		Development/Java
BuildArch:	noarch
BuildRequires:	java-devel >= 1.6.0
BuildRequires:	java-rpmbuild >= 0:1.5
BuildRequires:	ant >= 0:1.6.3
BuildRequires:  ant-junit >= 1.6.3
BuildRequires:  ant-nodeps >= 0:1.6.3
BuildRequires:  ant-trax >= 0:1.6.3
BuildRequires:	junit >= 0:3.8.1
BuildRequires:	swing-layout >= 0:1.0
BuildRequires:  javahelp2 >= 2.0.05
Requires: 	java >= 0:1.6
Requires:	jpackage-utils >= 0:1.5
Requires:	swing-layout >= 0:1.0
Requires:	javahelp2 >= 2.0.05

%description
NetBeans Platform is a framework for development of 
rich client Swing applications. It contains powerful
module system and a set of modules providing various
functionalities needed for simplification of 
development of modular desktop applications.

%package javadoc
Summary: Javadoc documentation for NetBeans Platform
Group: Development/Java
%description javadoc
NetBeans Platform is a set of modules, each providing
their own APIs and working together or in a standalone
mode. This package provides one master 
javadoc to all of them.


%package devel
Summary: Build harness for NetBeans Platform
Group: Development/Java
Requires:   javahelp2 >= 2.0
%description devel
Harness with build scripts and ant tasks for everyone who
build an application on top of NetBeans Platform

%prep
%{__rm} -rf netbeans-src

%setup -q -c
find . -type d | xargs -t chmod 755
find . -type f -exec chmod 644 {} ";"
find . -type f \( -iname "*.jar" -o -iname "*.zip" \) | xargs -t %{__rm} -f

mv netbeans-platform-%{version}/* .

LNS="%{__ln_s}"
MKDIRP="%{__mkdir_p}"
JAVADIR="%{_javadir}"
JAVADOCDIR="%{buildroot}/%{_javadocdir}/netbeans-platform7"
RMF="%{__rm} -rf"
INS="cp -r"
NBDIR="%{buildroot}/%{clusterdir}"
JHJAR=javahelp2.jar
export LNS MKDIRP JAVADIR JAVADOCDIR RMF INS NBDIR JHJAR
sh -x %{SOURCE1} setup 

%patch0 -p1 -b .sav
%patch1 -p1 -b .sav

%build

LNS="%{__ln_s}"
MKDIRP="%{__mkdir_p}"
JAVADIR="%{_javadir}"
JAVADOCDIR="%{buildroot}/%{_javadocdir}/netbeans-platform7"
RMF="%{__rm} -rf"
INS="cp -r"
NBDIR="%{buildroot}/%{clusterdir}"
JHJAR=javahelp2.jar
export LNS MKDIRP JAVADIR JAVADOCDIR RMF INS NBDIR JHJAR

sh -x %{SOURCE1} build || exit 1
sh -x %{SOURCE1} build_devel || exit 1
sh -x %{SOURCE1} build_javadoc || exit 1


%install
LNS="%{__ln_s}"
MKDIRP="%{__mkdir_p}"
JAVADIR="%{_javadir}"
JAVADOCDIR="%{buildroot}/%{_javadocdir}/netbeans-platform7"
RMF="%{__rm} -rf"
INS="cp -r"
NBDIR="%{buildroot}/%{clusterdir}"
JHJAR=javahelp2.jar
export LNS MKDIRP JAVADIR JAVADOCDIR RMF INS NBDIR JHJAR

%{__mkdir_p} $NBDIR

sh -x %{SOURCE1} install || exit 1
sh -x %{SOURCE1} install_devel || exit 1
sh -x %{SOURCE1} install_javadoc || exit 1


%files
%defattr(644,root,root,755)
%dir %{clusterdir}/platform7/
%{clusterdir}/platform7/*
# to prevent use of autoupdate on this directory
%{clusterdir}/platform7/.noautoupdate

%files devel
%defattr(644,root,root,755)
%dir %{clusterdir}/harness/
%{clusterdir}/harness/*
# to prevent use of autoupdate on this directory
%{clusterdir}/harness/.noautoupdate

%files javadoc
%defattr(-,root,root)
%{_javadocdir}/netbeans-platform7





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:6.0.1-8
+ Revision: 30b95c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2611 |14cr|libnb-svnClientAdapter-6.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Prevent brp-java-repack-jars from being run.
%global __jar_repack %{nil}

%global nb_            netbeans
%global nb_org         %{nb_}.org
%global nb_ver         6.7.1

%global svnCA          svnClientAdapter
%global svnCA_ver      1.6.0

Name:           libnb-svnClientAdapter
Version:        %{nb_ver}
Release:        3
Summary:        Subversion Client Adapter

License:        ASL 2.0
Url:            http://subclipse.tigris.org/svnClientAdapter.html
Group:          Development/Java

# The source for this package was pulled from upstream's vcs.  Use the
# following commands to generate the tarball:
# svn export --force --username guest -r4383 \
#     http://subclipse.tigris.org/svn/subclipse/trunk/svnClientAdapter/ \
#     svnClientAdapter-1.6.0
# tar -czvf svnClientAdapter-1.6.0.tar.gz svnClientAdapter-1.6.0
Source0:        %{svnCA}-%{svnCA_ver}.tar.gz
Patch0:         %{svnCA}-%{svnCA_ver}-build.patch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  ant-junit
BuildRequires:  java-devel >= 1.6.0
BuildRequires:  jpackage-utils
BuildRequires:  svn-javahl
BuildRequires:  java-rpmbuild >= 0:1.5.32

Requires:       java >= 1.6.0
Requires:       jpackage-utils
Requires:       subversion
Provides:       %{nb_}-svnclientadapter = 6.7.1

%description
SVNClientAdapter is a high-level Java API for Subversion.

%prep
%setup -q -n %{svnCA}-%{svnCA_ver}

# remove all binary libs
find . -name "*.jar" -exec %{__rm} -f {} \;

%patch0 -p1 -b .sav

%{__ln_s} -f %{_javadir}/svnkit-javahl.jar lib/svnjavahl.jar

%build
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java 
ant -verbose svnClientAdapter.jar

%install
%{__rm} -fr %{buildroot}
# jar
%{__install} -d -m 755 %{buildroot}%{_javadir}
%{__install} -m 644 build/lib/svnClientAdapter.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc license.txt readme.txt
%{_javadir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.7.1-3
+ Revision: 37539d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2612 |14cr|libnids-1.24-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname nids %{major}
%define devname %mklibname nids -d

Summary:	Library that provides functions of Network Intrusion Detection System 
Name:		libnids
Version:	1.24
Release:	5
License:	GPLv2+
Group:		Networking/Other
Url:		http://libnids.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/libnids/%{name}-%{version}.tar.gz
Source1:	http://prdownloads.sourceforge.net/libnids/%{name}-%{version}.tar.gz.asc
Patch0:		libnids-1.18-libnet_config.diff
Patch1:		libnids-1.19-x86-pic.diff
BuildRequires:	libpcap-devel
BuildRequires:	libnet-devel
BuildRequires:	pkgconfig(glib-2.0)

%description
Libnids is an implementation of an E-component of Network Intrusion Detection
System. It emulates the IP stack of Linux 2.0.x. Libnids offers IP
defragmentation, TCP stream assembly and TCP port scan detection.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A shared Library that provides functions of Network Intrusion Detection System
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
Libnids is a library that provides a functionality of one of NIDS (Network
Intrusion Detection System) components, namely E-component. It means that
libnids code watches all local network traffic, cooks received datagrams a bit
(quite a bit ;)), and provides convenient information on them to analyzing
modules of NIDS.

%files -n %{libname}
%doc CHANGES README CREDITS MISC
%{_libdir}/libnids.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libnids is a library that provides a functionality of one of NIDS (Network
Intrusion Detection System) components, namely E-component. It means that
libnids code watches all local network traffic, cooks received datagrams a bit
(quite a bit ;)), and provides convenient information on them to analyzing
modules of NIDS.

This package contains the static library and header files for %{name}.

%files -n %{devname}
%doc CHANGES README CREDITS MISC doc/*
%{_libdir}/libnids.a
%{_libdir}/libnids.so
%{_includedir}/nids.h
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0

# fix soname
perl -pi -e "s|^LIBSHARED.*|LIBSHARED = libnids.so.%{major}|g" src/Makefile.in

find . -perm 0600 | xargs chmod 0644

%build
export WANT_AUTOCONF_2_5=1
libtoolize --copy --force; aclocal; autoconf

export CFLAGS="%{optflags} -fPIC"

%configure2_5x \
    --enable-shared \
    --enable-static

%make shared static

%install
%makeinstall

mv %{buildroot}%{_libdir}/libnids.so.%{major} \
    %{buildroot}%{_libdir}/libnids.so.%{major}.0

ln -snf libnids.so.%{major}.0 %{buildroot}%{_libdir}/libnids.so.%{major}
ln -snf libnids.so.%{major} %{buildroot}%{_libdir}/libnids.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.24-5
+ Revision: 4f07f4c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2613 |14cr|libnotifymm-0.6.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name libnotifymm
%define version 0.6.1
%define release 6

%define api_version 1.0
%define major 7
%define libname %mklibname notifymm %{api_version} %{major}
%define libnamedev %mklibname -d notifymm %{api_version}

Name:		%name
Summary:	C++ interface for libnotify
Version:	%{version}
Release:	%{release}
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source:		http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
Patch0:		libnotifymm-0.6.1-bodgenewapi.patch
BuildRequires:	glibmm2.4-devel >= 2.12.8
BuildRequires:  gtkmm2.4-devel >= 2.10
BuildRequires:	libnotify-devel >= 0.6.0

%description
Libnotifymm provides a C++ interface to the libnotify library.

%package	-n %{libname}
Summary:	C++ interface for libnotify
Group:		System/Libraries
Provides:	%{name}%{api_version} = %{version}-%{release}

%description	-n %{libname}
Libnotifymm provides a C++ interface to the libnotify library.

This package contains the library needed to run programs dynamically
linked with %{name}.


%package	-n %{libnamedev}
Summary:	Headers and development files of %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Provides:	%{name}%{api_version}-devel = %{version}-%{release}
Provides:	%name-devel = %version-%release

%description	-n %{libnamedev}
This package contains the headers and development files that are needed,
when trying to develop or compile applications which need %{name}.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p2

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-, root, root)
%doc COPYING README
# NEWS
%{_libdir}/%{name}-%{api_version}.so.%{major}*

%files -n %{libnamedev}
%defattr(-, root, root)
%doc AUTHORS ChangeLog
%{_includedir}/%{name}-%api_version
%{_libdir}/*.so
%{_libdir}/%{name}-%{api_version}
%{_libdir}/pkgconfig/%{name}-%{api_version}.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-6
+ Revision: 1f1d038
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2614 |14cr|libnxml-0.18.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname nxml %{major}
%define develname	%mklibname nxml -d

Summary:	A C library for parsing, writing and creating XML 1.0 and 1.1 files or streams
Name:		libnxml
Version:	0.18.3
Release:	6
Group:		System/Libraries
License:	LGPLv2+
URL:		http://autistici.org/bakunin/codes.php
Source0:	http://www.autistici.org/bakunin/libnxml/%{name}-%{version}.tar.gz
BuildRequires:	curl-devel
BuildRequires:	openssl-devel

%description
nXML is a C library for parsing, writing and creating XML 1.0 and
1.1 files or streams. It supports utf-8, utf-16be and utf-16le,
ucs-4 (1234, 4321, 2143, 2312).
 
%package -n	%{libname}
Summary:	A C library for parsing, writing and creating XML 1.0 and 1.1 files or streams
Group:          System/Libraries

%description -n	%{libname}
nXML is a C library for parsing, writing and creating XML 1.0 and
1.1 files or streams. It supports utf-8, utf-16be and utf-16le,
ucs-4 (1234, 4321, 2143, 2312).

%package -n	%{develname}
Summary:	Static library and header files for the %{name} library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Provides:	lib%{name}-devel = %{version}
Requires:	%{libname} = %{version}
Obsoletes:	%{libname}-devel

%description -n	%{develname}
nXML is a C library for parsing, writing and creating XML 1.0 and
1.1 files or streams. It supports utf-8, utf-16be and utf-16le,
ucs-4 (1234, 4321, 2143, 2312).

This package contains the static %{name} library and its header
files.

%prep

%setup -q -n %{name}-%{version}

%build

%configure2_5x

%make

%install
%makeinstall_std

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{version}

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/nxml.pc





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.18.3-6
+ Revision: 3070257
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2615 |14cr|libofetion-2.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Fetion protocol library powered by ofetion project
Name: libofetion
Version: 2.2.0
Release: 2
Group: Networking/Instant messaging
License: GPLv2+
URL: http://code.google.com/p/ofetion/
Source0: http://ofetion.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: openssl-devel
BuildRequires: sqlite3-devel
BuildRequires: libxml2-devel
BuildRequires: cmake
Conflicts: openfetion < 2.1.0

%description
OpenFetion is a IM client based on GTK+2.0, using CHINA MOBILE's Fetion
Protocol Version 4.

%files
%defattr(-,root,root)
%{_datadir}/libofetion1

#---------------------------------------------------------------
%define major 1
%define libname %mklibname ofetion %major

%package -n %libname
Summary: Fetion protocol library powered by ofetion project
Group: Networking/Instant messaging
Requires: %name = %{version}

%description -n %libname
OpenFetion is a IM client based on GTK+2.0, using CHINA MOBILE's Fetion
Protocol Version 4.

%files -n %libname
%defattr(-,root,root)
%{_libdir}/libofetion.so.%{major}
%{_libdir}/libofetion.so.%{major}.*

#---------------------------------------------------------------
%define develname %mklibname -d ofetion

%package -n %develname
Summary: Fetion protocol library powered by ofetion project
Group: Development/C
Requires: %{libname} = %{version}
Provides: %{name}-devel = %{version}-%{release}

%description -n %develname
OpenFetion is a IM client based on GTK+2.0, using CHINA MOBILE's Fetion
Protocol Version 4.

%files -n %develname
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/libofetion.so
%{_libdir}/libofetion.a
%{_libdir}/pkgconfig/*.pc

#---------------------------------------------------------------

%prep
%setup -qn %name-%version

%build
%cmake
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std -C build

%clean
rm -rf $RPM_BUILD_ROOT



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.0-2
+ Revision: 6a7c10c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2616 |14cr|liboil-0.3.17-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define apiver 0.3
%define major 0
%define libname %mklibname oil %{apiver} %{major}
%define develname %mklibname oil -d
%define staticname %mklibname oil -d -s

Summary:	Optimized functions for multimedia calculations
Name:		liboil
Version:	0.3.17
Release:	5
License:	BSD
Group:		System/Libraries
URL:		http://liboil.freedesktop.org
Source0:	http://liboil.freedesktop.org/download/%{name}-%{version}.tar.gz
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(glib-2.0)

%description
Liboil is a library of simple functions that are optimized for various
CPUs. These functions are generally loops implementing simple
algorithms, such as converting an array of N integers to
floating-poing numbers or multiplying and summing an array of N
numbers. Clearly such functions are candidates for significant
optimization using various techniques, especially by using extended
instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).

%package -n	%{libname}
Summary:	Optimized functions for multimedia calculations
Group:		System/Libraries
Obsoletes:	%mklibname oil 0.3

%description -n	%{libname}
Liboil is a library of simple functions that are optimized for various
CPUs. These functions are generally loops implementing simple
algorithms, such as converting an array of N integers to
floating-poing numbers or multiplying and summing an array of N
numbers. Clearly such functions are candidates for significant
optimization using various techniques, especially by using extended
instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).

%package -n	%{develname}
Summary:	Optimized functions for multimedia calculations
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	oil-devel = %{EVRD}
Obsoletes:	%mklibname oil 0.3 -d

%description -n	%{develname}
Liboil is a library of simple functions that are optimized for various
CPUs. These functions are generally loops implementing simple
algorithms, such as converting an array of N integers to
floating-poing numbers or multiplying and summing an array of N
numbers. Clearly such functions are candidates for significant
optimization using various techniques, especially by using extended
instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).


%package -n	%{staticname}
Summary:	Optimized functions for multimedia calculations
Group:		Development/C
Requires:	%{develname} = %{EVRD}
Obsoletes:	%mklibname oil 0.3 -d -s

%description -n %{staticname}
Liboil is a library of simple functions that are optimized for various
CPUs. These functions are generally loops implementing simple
algorithms, such as converting an array of N integers to
floating-poing numbers or multiplying and summing an array of N
numbers. Clearly such functions are candidates for significant
optimization using various techniques, especially by using extended
instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).

%package	tools
Summary:	Optimized functions for multimedia calculations
Group:		System/Libraries

%description	tools
Liboil is a library of simple functions that are optimized for various
CPUs. These functions are generally loops implementing simple
algorithms, such as converting an array of N integers to
floating-poing numbers or multiplying and summing an array of N
numbers. Clearly such functions are candidates for significant
optimization using various techniques, especially by using extended
instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).

This contains the binaries that are bundled with %{name}.

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

%check
make check

%files -n %{libname}
%{_libdir}/liboil-%{apiver}.so.%{major}*

%files -n %{develname}
%{_includedir}/liboil*
%{_libdir}/liboil*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/liboil

%files -n %{staticname}
%{_libdir}/liboil*.a

%files tools
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.17-5
+ Revision: 38a67c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2617 |14cr|libol-0.3.18-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname	%mklibname ol %{major}

Summary:	Nonblocking I/O and OO library
Name:		libol
Version:	0.3.18
Release:	7
License:	GPL
Group:		System/Libraries
URL:		http://www.balabit.hu/downloads/libol/0.3/
Source:     http://www.balabit.hu/downloads/libol/0.3/%{name}-%{version}.tar.bz2

%description
Nonblocking I/O and OO library. It is needed to build syslog-ng,
the new generation syslog.

%package -n	%{libname}
Group:		Development/Other
Summary:	Nonblocking I/O and OO library. This package contains the libraries

%description -n	%{libname}
Nonblocking I/O and OO library. It is needed to build syslog-ng,
the new generation syslog.

%package -n	%{libname}-devel
Group:		Development/Other
Summary:	Nonblocking I/O and OO library. Devel files
Requires:	%{libname} = %{version}-%{release}
Provides:	libol-devel = %{version}-%{release}

%description -n	%{libname}-devel
Nonblockin I/O and OO library. It is needed to build syslog-ng,
the new generation syslog.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall
rm -f %{buildroot}%{_bindir}/make_class

%files -n %{libname}
%{_libdir}/*so.%{major}*

%files -n %{libname}-devel
%{_bindir}/*
%{_includedir}/libol/
%{_libdir}/*.a
%{_libdir}/libol.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.18-7
+ Revision: 2c8ec82
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2618 |14cr|liboobs-2.32.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname oobs-1_ %{major}
%define devname %mklibname -d oobs-1

Summary:	System configuration backend library
Name:		liboobs
Version:	2.32.0
Release:	4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/liboobs/%{name}-%{version}.tar.bz2
Patch0:		liboobs-2.22.2-format-strings.patch

BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(system-tools-backends-2.0)

%description
Liboobs is a wrapping library to the System Tools Backends, it will
provide easy to access GObjects to system configuration details, like
users, groups and network interfaces, it will handle sessions with the
backend and data consistency too.

%package -n %{libname}
Group:		System/Libraries
Summary:	System configuration backend shared library

%description -n %{libname}
This package contains the shared library for %{name}.

%package -n %{devname}
Group:		Development/C
Summary:	Header files of the system configuration backend library
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the development files for %{name}.

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure \
	--disable-static \
	--enable-gtk-doc

%make LIBS='-lgobject-2.0 -lglib-2.0'

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/liboobs-1.so.%{major}*

%files -n %{devname}
%doc AUTHORS NEWS README ChangeLog
%{_datadir}/gtk-doc/html/liboobs
%{_includedir}/liboobs-1.0/
%{_libdir}/liboobs-1.so
%{_libdir}/pkgconfig/liboobs-1.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.32.0-4
+ Revision: d0caaa9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2619 |14cr|liboop-1.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define major0 0
%define major3 3
%define libname %mklibname oop %{major}
%define libadns %mklibname oop-adns %{major3}
%define libglib %mklibname oop-glib %{major0}
%define libglib2 %mklibname oop-glib2 %{major0}
%define librl %mklibname oop-rl %{major0}
%define libtcl %mklibname oop-tcl %{major0}
%define devname %mklibname oop -d

Summary:	A low-level event loop management library for POSIX-based OS'es
Name:		liboop
Version:	1.0
Release:	14
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://liboop.org/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		liboop-linkage_fix.diff
# Add 8.5 and 8.6 to tcl versions configure script detects - AdamW 2008/12
Patch1:		liboop-1.0-tcl86.patch
Patch2:		liboop-1.0-readline6.3.patch
Patch3:		liboop-1.0-read_bugfixes.patch
BuildRequires:	libtool
BuildRequires:	adns-devel
BuildRequires:	readline-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(glib)
BuildRequires:	pkgconfig(glib-2.0)

%description
Liboop is a low-level event loop management library for POSIX-based 
operating systems. It supports the development of modular,
multiplexed applications which may respond to events from several
sources. It replaces the "select() loop" and allows the
registration of event handlers for file and network I/O, timers and
signals. Since processes use these mechanisms for almost all
external communication, liboop can be used as the basis for almost
any application.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A low-level event loop management library for POSIX-based OS'es
Group:		System/Libraries

%description -n %{libname}
Liboop is a low-level event loop management library for POSIX-based
operating systems. It supports the development of modular,
multiplexed applications which may respond to events from several
sources. It replaces the "select() loop" and allows the
registration of event handlers for file and network I/O, timers and
signals. Since processes use these mechanisms for almost all
external communication, liboop can be used as the basis for almost
any application.

%files -n %{libname}
%{_libdir}/liboop.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libadns}
Summary:	A low-level event loop management library for POSIX-based OS'es
Group:		System/Libraries
Conflicts:	%{_lib}oop4 < 1.0-12

%description -n %{libadns}
Shared library for %{name}.

%files -n %{libadns}
%{_libdir}/liboop-adns.so.%{major3}*

#----------------------------------------------------------------------------

%package -n %{libglib}
Summary:	A low-level event loop management library for POSIX-based OS'es
Group:		System/Libraries
Conflicts:	%{_lib}oop4 < 1.0-12

%description -n %{libglib}
Shared library for %{name}.

%files -n %{libglib}
%{_libdir}/liboop-glib.so.%{major0}*

#----------------------------------------------------------------------------

%package -n %{libglib2}
Summary:	A low-level event loop management library for POSIX-based OS'es
Group:		System/Libraries
Conflicts:	%{_lib}oop4 < 1.0-12

%description -n %{libglib2}
Shared library for %{name}.

%files -n %{libglib2}
%{_libdir}/liboop-glib2.so.%{major0}*

#----------------------------------------------------------------------------

%package -n %{librl}
Summary:	A low-level event loop management library for POSIX-based OS'es
Group:		System/Libraries
Conflicts:	%{_lib}oop4 < 1.0-12

%description -n %{librl}
Shared library for %{name}.

%files -n %{librl}
%{_libdir}/liboop-rl.so.%{major0}*

#----------------------------------------------------------------------------

%package -n %{libtcl}
Summary:	A low-level event loop management library for POSIX-based OS'es
Group:		System/Libraries
Conflicts:	%{_lib}oop4 < 1.0-12

%description -n %{libtcl}
Shared library for %{name}.

%files -n %{libtcl}
%{_libdir}/liboop-tcl.so.%{major0}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static library and header files for the %{libname} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libadns} = %{EVRD}
Requires:	%{libglib} = %{EVRD}
Requires:	%{libglib2} = %{EVRD}
Requires:	%{librl} = %{EVRD}
Requires:	%{libtcl} = %{EVRD}
Provides:	oop-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Liboop is a low-level event loop management library for POSIX-based
operating systems. It supports the development of modular,
multiplexed applications which may respond to events from several
sources. It replaces the "select() loop" and allows the
registration of event handlers for file and network I/O, timers and
signals. Since processes use these mechanisms for almost all
external communication, liboop can be used as the basis for almost
any application.

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1 -b .tcl86
%patch2 -p1
%patch3 -p1

%build
%global optflags %{optflags} -fPIC
libtoolize --copy --force; aclocal; autoconf; automake
%configure2_5x --disable-static
make

%install
%makeinstall_std


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-14
+ Revision: 680e240
- Add patches from Debian to fix build with readline 6.3 and few minor bugs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2620 |14cr|libopensi-1.0-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Library for OpenSi
Name:		libopensi
Version:	1.0
Release:	21
Source0:	http://download.gna.org/opensi/%{name}/%{name}-%{version}.tgz
License:	MPL
Group:		System/Libraries
Url:		http://opensi.org/
BuildRequires:	firefox-devel
Requires:	firefox >= %{firefox_epoch}:%{firefox_version}

%description
Library for OpenSi.

%prep
%setup -q -n %{name}

%build

%install
# Jar for the translation
mkdir -p %{buildroot}%{firefox_mozillapath}/chrome/
cp -r `pwd`  %{buildroot}%{firefox_mozillapath}/chrome/
# installed-chrome.txt addition
mkdir -p %{buildroot}%{firefox_mozillapath}/chrome/rc.d/
cat << EOF > %{buildroot}%{firefox_mozillapath}/chrome/rc.d/10_%{name}.txt
content,install,url,resource:/chrome/libopensi/content/libopensi/
EOF

%files
%{firefox_mozillapath}/chrome/libopensi
%{firefox_mozillapath}/chrome/rc.d/*.txt


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-21
+ Revision: 2d2784e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2621 |14cr|libopensync-plugin-akonadi-0.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		libopensync-plugin-akonadi
Version:	0.22
Release:	2
Summary:	KDE4 Akonadi PIM Synchronization Plug-In for OpenSync
Group:		Graphical desktop/KDE
License:	GPLv3
URL:		http://www.opensync.org/wiki/plugins/akonadi
Source0:	%{name}-%{version}.tar.bz2
Patch0:		libopensync-plugin-akonadi-kde4.4.patch
BuildRequires:	pkgconfig(opensync-1.0)
BuildRequires:	pkgconfig(osengine-1.0)
BuildRequires:	cmake
BuildRequires:	kdepim4-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
Requires:	libopensync >= %{version}

%description
This plug-in allows applications using OpenSync to synchronize to and
from KDE4 Akonadi-based applications.

#-------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std -C build

%clean
%__rm -rf %{buildroot}

%files
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/opensync/plugins/akonadi_synclib.so
%{_libdir}/opensync/plugins/akonadi_sync.so
%{_datadir}/opensync/defaults/akonadi-sync






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.22-2
+ Revision: 8363d85
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2622 |14cr|libopensync-plugin-google-calendar-0.22.1-0.3218.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 3218

Summary:	OpenSync plugin for Google Calendar
Name:		libopensync-plugin-google-calendar
Version:	0.22.1
Epoch:		1
Release:	0.%{svn}.5
License:	GPLv2+
Group:		Office
Url:		http://www.opensync.org
# For SVN:
# svn co http://svn.opensync.org/branches/branch-0.2X/plugins/google-calendar libopensync-plugin-google-calendar
Source0:	http://www.opensync.org/download/releases/%{name}-%{svn}.tar.lzma
BuildRequires:	pkgconfig(opensync-1.0) < 0.30
BuildRequires:	python-httplib2
Requires:	python-httplib2
Requires:	python-pyxml
Requires:	libopensync >= %{epoch}:0.22

%description
This plugin allows applications using OpenSync to synchronise with Google
Calendar.

%files
%doc README
%{_libdir}/opensync/plugins/*
%{_datadir}/opensync/defaults/*
%{_libdir}/opensync/google-cal-helper

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
autoreconf -i
# google-cal-helper is installed to libexecdir, we don't want it just
# in /usr/lib... - AdamW 2008/03
%configure2_5x --libexecdir=%{_libdir}/opensync
%make

%install
%makeinstall_std


%changelog
* Wed Mar 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.22.1-0.3218.5
+ Revision: c91aa12
- LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2623 |14cr|libopensync-plugin-moto-0.36-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Plugin for syncing with Motorola phones via libopensync
Name:		libopensync-plugin-moto
Version:	0.36
Epoch:		1
Release:	4
License:	GPLv2+
Group:		Office
Url:		http://www.opensync.org
Source0:	http://www.opensync.org/download/releases/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(opensync-1.0) < 0.30
Requires:	libopensync
Requires:	python-dateutil
Requires:	python-pybluez

%description
Plugin for syncing with Motorola phones via libopensync.

%files
%doc AUTHORS COPYING README
%{_libdir}/opensync/python-plugins/motosync*
%{_datadir}/opensync/defaults/moto-sync

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
install -p -m644 -D motosync.py \
	%{buildroot}/%{_libdir}/opensync/python-plugins/motosync.py
install -p -m644 -D moto-sync \
	%{buildroot}/%{_datadir}/opensync/defaults/moto-sync


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.36-4
+ Revision: 7659e9b
- Adjust requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2624 |14cr|libopensync-plugin-python-0.22-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python plugin for OpenSync synchronization framework
Name:		libopensync-plugin-python
Version:	0.22
Epoch:		1
Release:	7
License:	LGPLv2+
Group:		Office
Url:		http://www.opensync.org
Source0:	http://www.opensync.org/download/releases/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(opensync-1.0) < 0.30
BuildRequires:	pkgconfig(python)
Requires:	libopensync-python

%description
This plugin allows applications using OpenSync to synchronise to and from
files stored on disk.

%files
%doc AUTHORS
%{_libdir}/opensync/plugins/*
%{_libdir}/opensync/python-plugins

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

# Remove the sample plugin, it just messes up GUIs like multisync
# - AdamW 2008/03
rm -f %{buildroot}%{_libdir}/opensync/python-plugins/*



%changelog
* Tue Sep 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.22-7
+ Revision: 6665849
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2625 |14cr|liboping-1.6.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname oping %{major}
%define develname %mklibname oping -d

Summary:	Library to generate ICMP echo requests

Name:		liboping
Version:	1.6.2
Release:	5
License:	GPLv2+
Group:		System/Libraries
URL:		http://verplant.org/liboping/
Source0:	http://verplant.org/liboping/files/%{name}-%{version}.tar.gz
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	perl-devel
BuildRequires:	ncurses-devel

%description
liboping is a C library to generate ICMP echo requests, better known as "ping
packets". It is intended for use in network monitoring applications or
applications that would otherwise need to fork ping(1) frequently. Included is
a sample application, called oping, which demonstrates the library's abilities.
It is like ping, ping6, and fping rolled into one. 

%package -n	%{libname}
Summary:	Library to generate ICMP echo requests

Group:          System/Libraries

%description -n	%{libname}
liboping is a C library to generate ICMP echo requests, better known as "ping
packets". It is intended for use in network monitoring applications or
applications that would otherwise need to fork ping(1) frequently. Included is
a sample application, called oping, which demonstrates the library's abilities.
It is like ping, ping6, and fping rolled into one. 

%package -n	%{develname}
Summary:	Static library and header files for the liboping library

Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	oping-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
liboping is a C library to generate ICMP echo requests, better known as "ping
packets". It is intended for use in network monitoring applications or
applications that would otherwise need to fork ping(1) frequently. Included is
a sample application, called oping, which demonstrates the library's abilities.
It is like ping, ping6, and fping rolled into one. 

This package contains header files for the liboping library.

%package -n	oping
Summary:	The oping utility demonstrates the liboping library's abilities

Group:		Networking/Other

%description -n	oping
The oping utility demonstrates the liboping library's abilities. It is like
ping, ping6, and fping rolled into one. 

%package perl
Group:          Networking/IRC
Summary:        %{name} perl plugin

Requires:       %libname = %{version}-%{release}

%description perl
This package allow %{name} to use perl scripts

%prep

%setup -q -n %{name}-%{version}
sed -i 's/-Werror//g' src/Makefile.*
sed -i 's|/usr/local||g' bindings/perl/Makefile.PL

%build
%configure2_5x --disable-static
%make -C src
%make -C bindings perl/Makefile
cd bindings/perl
%{__perl} Makefile.PL INSTALLDIRS=vendor TOP_BUILDDIR=..
%make


%install
%makeinstall_std

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%files -n oping
%{_bindir}/oping
%{_bindir}/noping
%{_mandir}/man8/*

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%attr(0755,root,root) %{_libdir}/*so
%attr(0644,root,root) %{_includedir}/*.h
%attr(0644,root,root) %{_mandir}/man3/*

%files perl
%{perl_vendorarch}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.2-5
+ Revision: 0209dbd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2626 |14cr|libopkele-2.0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname opkele %{major}
%define devname %mklibname opkele -d

Summary:	C++ implementation of OpenID protocol
Name:		libopkele
Version:	2.0.4
Release:	6
License:	MIT
Group:		System/Libraries
Url:		http://kin.klever.net/libopkele/
Source0:	http://kin.klever.net/dist/%{name}-%{version}.tar.gz
Patch0:		libopkele-2.0.4-gcc49.patch
Patch1:		libopkele-2.0.2-tidy-header.patch
Patch2:		libopkele-2.0.4-rosa-gcc47.patch
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	libxslt-proc
BuildRequires:	tidy-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(konforka)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libpqxx)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sqlite3)

%description
libopkele is a C++ implementation of an OpenID decentralized identity system.
It provides OpenID protocol handling, leaving authentication and user
interaction to the implementor.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++ implementation of OpenID protocol
Group:		System/Libraries

%description -n %{libname}
libopkele is a C++ implementation of an OpenID decentralized identity system.
It provides OpenID protocol handling, leaving authentication and user
interaction to the implementor.

%files -n %{libname}
%doc AUTHORS COPYING NEWS
%{_libdir}/libopkele.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static library and header files for the libopkele library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	opkele-devel = %{EVRD}

%description -n %{devname}
libopkele is a C++ implementation of an OpenID decentralized identity system.
It provides OpenID protocol handling, leaving authentication and user
interaction to the implementor.

This package contains the static libopkele library and its header files.

%files -n %{devname}
%dir %{_includedir}/opkele
%{_includedir}/opkele/*
%{_libdir}/libopkele.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.4-6
+ Revision: 3a7ec7a
- Add patch to fix build with gcc 4.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2627 |14cr|liborange-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname orange %major
%define develname	%mklibname orange -d

Summary:	Tool to extract CAB files from installers
Name:		liborange
Version:	0.4
Release:	%{mkrel 2}
# Note: linked against LGPL library libgsf
License:	MIT
Group:		Archiving/Other 
Source0:	http://downloads.sourceforge.net/synce/%{name}-%{version}.tar.gz
Patch0:		liborange-0.3.2-underlink.patch
URL:		http://synce.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:	libdynamite-devel
BuildRequires:	libsynce-devel
BuildRequires:	unshield-devel
BuildRequires:	libgsf-devel

%description
Liborange is a tool and library to extract CAB files from self-
extracting installers.

%package -n orange
Summary:	Tool to extract CAB files from installers
Group:		Archiving/Other

%description -n orange
Orange is a tool to extract CAB files from self-extracting installers.

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Liborange is a tool and library to extract CAB files from self-
extracting installers. This package contains the shared library.

%package -n %{develname}
Summary:	Development headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	orange-devel < %{version}-%{release}
Obsoletes:	%{mklibname orange 0 -d} < %{version}-%{release}

%description -n %{develname}
Liborange is a tool and library to extract CAB files from self-
extracting installers. This package contains the development headers.

%prep
%setup -q
%patch0 -p1 -b .underlink

%build
%configure2_5x --with-libgsf
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n orange
%defattr(-,root,root)
%doc ChangeLog LICENSE TODO
%{_bindir}/*
%{_mandir}/man1/orange.1*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/%{name}.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc ChangeLog LICENSE TODO
%{_includedir}/%{name}*.h
%{_libdir}/%{name}.so
%{_libdir}/%{name}.*a
%{_libdir}/pkgconfig/%{name}.pc




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.4-2
+ Revision: b16e0c3
- Automatic import for version 0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2628 |14cr|liborigin-20101029-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname origin2_ %{major}
%define devname %mklibname origin -d

Summary:	Library for reading OriginLab OPJ project files
Name:		liborigin
Version:	20101029
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://sourceforge.net/projects/%{name}/
Source0:	http://belnet.dl.sourceforge.net/sourceforge/liborigin/%{name}2-%{version}.tar.gz
BuildRequires:	boost-devel
BuildRequires:	qt4-devel

%description
A library for reading OriginLab OPJ project files.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries
Conflicts:	%{_lib}origin1 < 20101029-2
Obsoletes:	%{_lib}origin1 < 20101029-2

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%{_libdir}/liborigin2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files, libraries and development documentation for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	origin-devel = %{EVRD}

%description -n %{devname}
This package contains the header files, static libraries and development
documentation for %{name}.

%files -n %{devname}
%doc COPYING README FORMAT
%{_includedir}/%{name}/*.h
%{_includedir}/%{name}/*.hh
%{_libdir}/%{name}2.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}2-%{version}

find . -perm 0640 | xargs chmod 0644

%build
%qmake_qt4
%make

%install
#install headers, *.hpp is not needed (or is it ??)
mkdir -p %{buildroot}%{_includedir}/%{name}
rm -f *.hpp
for n in *.h* ; do
    install -m 644 $n %{buildroot}%{_includedir}/%{name}
done

# install libs, preserving links
mkdir -p %{buildroot}%{_libdir}
for n in liborigin2.so* ; do
    cp -d $n %{buildroot}%{_libdir}
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20101029-3
+ Revision: d6548cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2629 |14cr|libowfat-0.29-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname owfat %{major}
%define devname %mklibname owfat -d

Summary:	Reimplement libdjb under GPL
Name:		libowfat
Version:	0.29
Release:	2
License:	GPLv2+
Group:		Development/C
Url:		http://www.fefe.de/libowfat/
Source0:	http://www.fefe.de/%{name}/%{name}-%{version}.tar.bz2
Patch0:		libowfat-0.29-shared.patch
BuildRequires:	dietlibc-devel >= 0.32

%description
libowfat is a library of general purpose APIs extracted from Dan
Bernstein's software, reimplemented and covered by the GNU General
Public License Version 2 (no later versions).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libowfat shared libraries
Group:		System/Servers

%description -n %{libname}
This package contains libowfat shared libraries.

%files -n %{libname}
%doc CHANGES README
%{_libdir}/libowfat.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and static lib for libowfat development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 0.29
Conflicts:	%{name}-devel < 0.29

%description -n %{devname}
Install this package if you want do compile applications using the
libowfat library.

%files -n %{devname}
%{_libdir}/libowfat.so
%{_includedir}/*.h
%{_libdir}/dietlibc/lib/libowfat.a
%{_libdir}/dietlibc/include/*.h
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .shared

%build
make -f GNUmakefile \
	DIET=''

%install
make -f GNUmakefile \
	DIET='' \
	prefix=%{buildroot}%{_prefix} \
	MAN3DIR=%{buildroot}%{_mandir}/man3 \
	LIBDIR=%{buildroot}%{_libdir} \
	install

make -f GNUmakefile clean
rm -f Makefile
mv -f GNUmakefile.shared GNUmakefile

make -f GNUmakefile \
	prefix="%{_libdir}/dietlibc" \
	DIET="%{_bindir}/diet -Os"

install -d %{buildroot}%{_libdir}/dietlibc
make -f GNUmakefile \
	prefix="%{buildroot}%{_libdir}/dietlibc" \
	LIBDIR="%{buildroot}%{_libdir}/dietlibc/lib" \
	DIET="%{_bindir}/diet -Os" \
	MAN3DIR="%{buildroot}%{_mandir}/man3" \
	install

ln -s libowfat.so.%{version} %{buildroot}%{_libdir}/libowfat.so.%{major}
ln -s libowfat.so.%{version} %{buildroot}%{_libdir}/libowfat.so

# fix conflicting file (from openssl-devel)
mv %{buildroot}%{_mandir}/man3/buffer.3 \
	%{buildroot}%{_mandir}/man3/buffer-libowfat.3


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.29-2
+ Revision: b0ea4f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2630 |14cr|libp11-0.2.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname p11_ %{major}
%define devname %mklibname p11 -d

Summary:	Small library on top of PKCS#11
Name:		libp11
Version:	0.2.8
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.opensc-project.org/libp11/
Source0:	http://www.opensc-project.org/files/libp11/%{name}-%{version}.tar.gz
BuildRequires:	libltdl-devel
BuildRequires:	pkgconfig(openssl)

%description
Libp11 is a library implementing a small layer on top of PKCS#11 API to make
using PKCS#11 implementations easier.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library files for libp11
Group:		System/Libraries

%description -n %{libname}
This package contains library files for libp11.

%files -n %{libname}
%doc NEWS
%{_libdir}/libp11.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libp11
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains files needed for development with libp11.

%files -n %{devname}
%doc examples
%{_libdir}/*.so
%{_libdir}/pkgconfig/libp11.pc
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

rm -fr %{buildroot}%{_datadir}/doc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.8-3
+ Revision: 42acc60
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2631 |14cr|libpacketstream-0.1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname packetstream %{major}
%define devname %mklibname packetstream -d

Summary:	Interface of the packetstream thread-safe ring buffer
Name:		libpacketstream
Version:	0.1.4
Release:	3
License:	MIT
Group:		System/Libraries
Url:		https://github.com/ienorand/packetstream
Source0:	https://nodeload.github.com/ienorand/packetstream/tarball/%{name}-%{version}.tar.bz2
BuildRequires:	cmake

%description
Interface of the 'packetstream' thread-safe ring buffer.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Conflicts:	%{name} < 0.1.4-2
Obsoletes:	%{name} < 0.1.4-2

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libpacketstream.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 0.1.4-2

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}

%files -n %{devname}
%{_libdir}/libpacketstream.so
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
rm -fr debian

%build
%cmake -DMLIBDIR=%{_lib}
%make

%install
%makeinstall_std -C build

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.4-3
+ Revision: 346097c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2632 |14cr|libpcd-1.0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	1.0.1
%define release	 8

%define major	2
%define libname %mklibname pcd %{major}

Summary:	Library for decoding PhotoCD images
Name:		libpcd
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Graphics
URL:		http://linux.bytesex.org/fbida/libpcd.html
Source:		http://dl.bytesex.org/releases/%{name}/%{name}_%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
%{name} is a tiny library for decoding PhotoCD images. It used to come
bundled with xpcd, but software maintainer decided to release the library
separately after declaring xpcd obsolete.


%package	-n %{libname}
Summary:	Library for decoding PhotoCD images
Group:		Graphics
Provides:	%{name} = %{version}-%{release}

%description	-n %{libname}
%{name} is a tiny library for decoding PhotoCD images. It used to come
bundled with xpcd, but software maintainer decided to release the library
separately after declaring xpcd obsolete.

%package	-n %{libname}-devel
Summary:	Development related files of %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}

%description	-n %{libname}-devel
%{name} is a tiny library for decoding PhotoCD images. It used to come
bundled with xpcd, but software maintainer decided to release the library
separately after declaring xpcd obsolete.

This package contains all files you need to compile applications/libraries
that has Photo CD image support.

%prep
%setup -q

%build
export CFLAGS="%optflags"
%make

%install
rm -rf %{buildroot}
%makeinstall

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc README
%{_libdir}/lib*.so.*

%files -n %{libname}-devel
%defattr(-,root,root)
%doc pcd.css pcd.html
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/lib*.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-8
+ Revision: 7530e8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2633 |14cr|libpgf-6.11.42-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname pgf %{major}
%define libnamedev %mklibname pgf -d


Name:            libpgf
Summary:         PGF (Progressive Graphics File) library
Group:           System/Libraries
Version:         6.11.42
Release:         2
License:         LGPLv2+
URL:             http://www.libpgf.org
Source0:         http://downloads.sourceforge.net/project/%{name}/%{version}/%{name}-%{version}-src.zip
BuildRequires:   doxygen
BuildRequires:   libtool

%description
libPGF contains an implementation of the Progressive Graphics File (PGF)
which is a new image file format, that is based on a discrete, fast
wavelet transform with progressive coding features. PGF can be used
for lossless and lossy compression.

#-------------------------------------------------------------------
%package -n %{libname}
Summary:         PGF library
Group:           System/Libraries

%description -n %{libname}
libPGF contains an implementation of the Progressive Graphics File (PGF)
which is a new image file format, that is based on a discrete, fast
wavelet transform with progressive coding features. PGF can be used
for lossless and lossy compression.

%files -n %{libname}
%{_libdir}/libpgf.so.%{major}*

#--------------------------------------------------------------------
%package doc
Summary:         libpgf Documentation
BuildArch:       noarch

%description doc
libPGF contains an implementation of the Progressive Graphics File (PGF)
which is a new image file format, that is based on a discrete, fast
wavelet transform with progressive coding features. PGF can be used
for lossless and lossy compression.

%files doc
%doc AUTHORS COPYING NEWS README
%doc %{_docdir}/%{name}-%{version}
%{_mandir}/man3/*

#--------------------------------------------------------------------
%package -n %{libnamedev}
Summary:        libpgf Development Files
Requires:       %{libname} = %{version}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{libnamedev}
libPGF contains an implementation of the Progressive Graphics File (PGF)
which is a new image file format, that is based on a discrete, fast
wavelet transform with progressive coding features. PGF can be used
for lossless and lossy compression.

%files -n %{libnamedev}
%{_includedir}/%{name}
%{_libdir}/libpgf.so
%{_libdir}/pkgconfig/libpgf.pc

#------------------------------------------------------------------------------
%prep
%setup -qn %{name}

%build
sh -x autogen.sh
%{configure2_5x} --disable-static
%{make}

%install
rm -rf %{buildroot}
%{makeinstall_std}

find %{buildroot} -name '*.la' -exec rm -f {} ';'




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.11.42-2
+ Revision: a3b6ed3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2634 |14cr|libpicviz-0.6.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    libpicviz
%define version 0.6.1
%define release 5
%define major   2

%define libname %mklibname picviz %{major}
%define develname %mklibname -d picviz

Name: %name
Version: %version
Release: %release
Summary: Parallel coordinates plotter
License: GPLv3+
Group: Graphics
URL: http://www.wallinfire.net/picviz
#Source0: http://www.wallinfire.net/picviz/attachment/wiki/ReleasesDownload/%{name}-%{version}.tar.gz?format=raw
Source0: http://www.wallinfire.net/files/picviz/%{name}-%{version}.tar.gz
Patch0: libpicviz-0.6.1-fix-underlinking.patch
Patch1: libpicviz-0.6.1-external-libevent.patch

BuildRequires: cmake
BuildRequires: bison
BuildRequires: flex
BuildRequires: python-devel
BuildRequires: pkgconfig
BuildRequires: pcre-devel
BuildRequires: libev-devel
BuildRequires: cairo-devel
BuildRoot: %{_tmppath}/%{name}-%{version}

%package -n %{develname}
Summary: Picviz development files
Group: Development/C
Requires: %{libname} = %{version}
Provides: %{name}-devel = %{version}-%{release}

%package -n %{libname}
Summary: Parallel coordinates plotter library
Group: Graphics

%description
Picviz is a parallel coordinates plotter which enables easy scripting
from various input (tcpdump, syslog, iptables logs, apache logs,
etc..) to visualize your data and discover interesting results
quickly.

Its primary goal is to graph data in order to be able to quickly
analyze problems and find correlations among variables. With security
analysis in mind, the program has been designed to be very flexible,
able to graph millions of events.

The language is designed to be close to the graphviz graph description
language.

%description -n %{develname}
Development files for libpicviz.

%description -n %{libname}
Picviz is a parallel coordinates plotter which enables easy scripting
from various input (tcpdump, syslog, iptables logs, apache logs,
etc..) to visualize your data and discover interesting results
quickly.

Its primary goal is to graph data in order to be able to quickly
analyze problems and find correlations among variables. With security
analysis in mind, the program has been designed to be very flexible,
able to graph millions of events.

The language is designed to be close to the graphviz graph description
language.

%prep
%setup -q
%patch1 -p 1
%patch0 -p 1

%build
pushd .
%cmake -DCMAKE_SKIP_RPATH:BOOL=ON -DLIB_INSTALL_DIR=%_lib -DMOD_INSTALL_DIR=%_lib/%name-%major
# parallel build breaks on klodia (too many cores)
make
popd

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files -n %{develname}
%defattr(-,root,root,-)
%{_libdir}/libpicviz.so
%{_libdir}/pkgconfig/libpicviz.pc
%{_includedir}/*

%files -n %libname
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/*.so.*
%dir %{_libdir}/%{name}-%major
%{_libdir}/%{name}-%major/*.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-5
+ Revision: 1a6993c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2635 |14cr|libpki-0.6.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 67
%define libname %mklibname pki %{major}
%define devname %mklibname pki -d

Summary:	OpenCA PKI development library
Name:		libpki
Version:	0.6.7
Release:	5
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.openca.org/projects/libpki
Source0:	libpki-%{version}.tar.gz
Patch0:		libpki-0.6.7-automake.patch
Patch1:		libpki-0.3.0-etc_issue_fix.diff
Patch3:		libpki-0.4.1-fix-link.patch
BuildRequires:	libtool-devel
BuildRequires:	mysql-devel
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(openssl)

%description
OpenCA Labs' Easy to use PKI library.

#----------------------------------------------------------------------------

%package tools
Summary:	Shared libpki library
Group:		System/Libraries

%description tools
This package contains various tools using the shared PKI library.

%files tools
%{_bindir}/pki-cert
%{_bindir}/pki-crl
%{_bindir}/pki-derenc
%{_bindir}/pki-lirt
%{_bindir}/pki-query
%{_bindir}/pki-request
%{_bindir}/pki-siginfo
%{_bindir}/pki-tool
%{_bindir}/pki-xpair
%{_bindir}/url-tool

#----------------------------------------------------------------------------

%package data
Summary:	Data files for PKI library
Group:		System/Libraries
Conflicts:	%{_lib}pki67 < 0.6.7-5

%description data
This package contains data files for PKI library.

%files data
%dir %{_sysconfdir}/libpki
%dir %{_sysconfdir}/libpki/hsm.d
%dir %{_sysconfdir}/libpki/store.d
%dir %{_sysconfdir}/libpki/profile.d
%dir %{_sysconfdir}/libpki/token.d
%config(noreplace) %{_sysconfdir}/pki.conf
%config(noreplace) %{_sysconfdir}/libpki/*.xml
%config(noreplace) %{_sysconfdir}/libpki/hsm.d/*.xml
%config(noreplace) %{_sysconfdir}/libpki/store.d/*.xml
%config(noreplace) %{_sysconfdir}/libpki/profile.d/*.xml
%config(noreplace) %{_sysconfdir}/libpki/token.d/*.xml

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libpki library
Group:		System/Libraries
Requires:	%{name}-data

%description -n %{libname}
This package contains the shared PKI library.

%files -n %{libname}
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/libpki.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files, libraries and development documentation for libpki
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	pki-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for the PKI library.

%files -n %{devname}
%{_includedir}/libpki
%{_bindir}/libpki-config
%{_libdir}/*.so
%{_libdir}/pkgconfig/libpki.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch3 -p0

# fix strange perms
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
mkdir -p m4
rm -f ./configure

%build
autoreconf -fi
export LDFLAGS="$LDFLAGS %{ldflags} -llber"
%global optflags %{optflags} -Wno-sign-conversion
%configure2_5x \
	--disable-iphone \
	--disable-static

%make

%install
%makeinstall_std
mv %{buildroot}%{_prefix}/etc %{buildroot}/%{_sysconfdir}

# lib64 fix
perl -pi -e "s|/usr/lib\b|%{_libdir}|g" %{buildroot}%{_bindir}/libpki-config \
    %{buildroot}%{_libdir}/pkgconfig/libpki.pc

# cleanup
rm -rf %{buildroot}%{_datadir}/libpki


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.7-5
+ Revision: 92bdda1
- Fix build with new automake, adjust build flags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2636 |14cr|libppd-0.10-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname ppd %{major}
%define devname %mklibname ppd -d

Summary:	Library for handling PPD (PostScript Printer Description) files
Name:		libppd
Version:	0.10
Release:	17
License:	GPLv2+
Group:		Publishing
Url:		http://sourceforge.net/projects/lpr/
Source0:	http://sourceforge.net/projects/lpr/libppd-0.10.tar.bz2
Patch0:		libppd-0.10-autotools.patch
BuildRequires:	pkgconfig(glib)

%description
libppd is a library for handling PPD (PostScript Printer Description)
files, its functions parse the files, list printer options and choices
described in the files to set up GUIs for printing, and it inserts
PostScript commands into PostScript files so that the option settings
of the user are applied to the PostScript print job.

#----------------------------------------------------------------------------

%package -n ppdfilt
Summary:	Sets options according to a PPD file in a PostScript file
Group:		Publishing

%description -n ppdfilt
ppdfilt is a filter which takes PostScript as input, inserts
PostScripy code according to a PPD file and user-supplied option
settings, and puts out the result. Sending a so prepared PostScript
file to the printer to which the PPD file belongs, the printer does
the job with the options as set by the user.

%files -n ppdfilt
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/postscript

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for handling PPD (PostScript Printer Description) files
Group:		Publishing

%description -n %{libname}
libppd is a library for handling PPD (PostScript Printer Description)
files, its functions parse the files, list printer options and choices
described in the files to set up GUIs for printing, and it inserts
PostScript commands into PostScript files so that the option settings
of the user are applied to the PostScript print job.

%files -n %{libname}
%{_libdir}/libppd.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and links to compile against the "%{libname}" library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains all files which one needs to compile programs using
the "%{libname}" library.

%files -n %{devname}
%doc AUTHORS ChangeLog TODO
%{_includedir}/*.h
%{_libdir}/*.so
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .automake

%build
autoreconf -fi
%configure2_5x --disable-static
# Parallel build is not safe: tested by AdamW 2007/07
make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10-17
+ Revision: ad42bc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2637 |14cr|libpq++-4.0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname pq++ %{major}
%define devname %mklibname pq++ -d

Summary:	C++ interface for PostgreSQL
Name:		libpq++
Version:	4.0
Release:	18
License:	BSD
Group:		System/Libraries
Url:		http://gborg.postgresql.org/project/libpqpp/projdisplay.php
Source0:	%{name}-%{version}.tar.bz2
Patch0:		libpq++-4.0-Makefile.patch
Patch1:		libpq++-4.0-gcc43.patch
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(openssl)

%description
This is the C++ interface that has shipped as part of PostgreSQL
until v7.2.3.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++ interface for PostgreSQL
Group:		System/Libraries

%description -n %{libname}
This is the C++ interface that has shipped as part of PostgreSQL
until v7.2.3.

%files -n %{libname}
%doc CHANGES README
%{_libdir}/lib*.so.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	pq++-devel = %{EVRD}
Provides:	libpq++-devel = %{EVRD}

%description -n %{devname}
This is the C++ interface that has shipped as part of PostgreSQL
until v7.2.3.

This package contains the %{name} library and its header files
needed to compile applications such as PowerDNS, etc.

%files -n %{devname}
%doc docs/*
%{_includedir}/pgsql/*.h
%{_includedir}/pgsql/libpq++/*.h
%{_libdir}/lib*.so
%{_libdir}/lib*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build
%serverbuild

%make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} %{ldflags} -fPIC"

%install
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}/pgsql/libpq++

install -m644 libpq++.h %{buildroot}%{_includedir}/pgsql/
install -m644 pgconnection.h %{buildroot}%{_includedir}/pgsql/libpq++/
install -m644 pgdatabase.h %{buildroot}%{_includedir}/pgsql/libpq++/
install -m644 pgtransdb.h %{buildroot}%{_includedir}/pgsql/libpq++/
install -m644 pgcursordb.h %{buildroot}%{_includedir}/pgsql/libpq++/
install -m644 pglobject.h %{buildroot}%{_includedir}/pgsql/libpq++/

install -m755 libpq++.so.%{major}.0 %{buildroot}%{_libdir}/
install -m755 libpq++.a %{buildroot}%{_libdir}/
ln -s libpq++.so.%{major}.0 %{buildroot}%{_libdir}/libpq++.so.%{major}
ln -s libpq++.so.%{major}.0 %{buildroot}%{_libdir}/libpq++.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0-18
+ Revision: 2098e13
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2638 |14cr|libpri-1.4.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name libpri
%define version 1.4.12
#define beta beta3
%define release %mkrel %{?beta:0.0.%{beta}.}1
%define major 1
%define libname %mklibname pri %{major}
%define develname %mklibname pri -d

Summary:	An implementation of Primate and Basic Rate ISDN
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Libraries
URL:		http://www.asterisk.org/
Source0:	http://downloads.asterisk.org/pub/telephony/libpri/%{name}-%{version}%{?beta:-%{beta}}.tar.gz
Patch0:		libpri-mdv_conf.diff
Patch1:		libpri-1.4.8-dahdi_fix.diff
BuildRequires:	dahdi-devel
BuildRequires:	zapata-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
libpri is a C implementation of the Primary Rate ISDN specification. It was
based on the Bellcore specification SR-NWT-002343 for National ISDN. As of May
12, 2001, it has been tested work with NI-2, Nortel DMS-100, and Lucent 5E
Custom protocols on switches from Nortel and Lucent.

%package -n	%{libname}
Summary:	An implementation of Primate and Basic Rate ISDN
Group:          System/Libraries

%description -n	%{libname}
libpri is a C implementation of the Primary Rate ISDN specification. It was
based on the Bellcore specification SR-NWT-002343 for National ISDN. As of May
12, 2001, it has been tested work with NI-2, Nortel DMS-100, and Lucent 5E
Custom protocols on switches from Nortel and Lucent.

%package -n	%{develname}
Summary:	Development libraries and headers for %{name}
Group:		Development/C
Provides:	pri-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{develname}
libpri is an implementation of the Primary Rate ISDN specification (based on
the ITU and Bellcore specifications). It supports Lucent 4e and 5e, Nortel
DMS-100, and National ISDN switchtypes.

This package contains all of the development files that you will need in order
to compile %{name} applications.

%package	utils
Summary:	Various tools for %{name} diagnostics
Group:		System/Libraries

%description	utils
Various tools for %{name} diagnostics

%prep

%setup -q -n %{name}-%{version}%{?beta:-%{beta}}

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;
		
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p0
%patch1 -p1

# lib64 fix
find -name "Makefile" | xargs perl -pi -e 's|\$\(INSTALL_BASE\)/lib|\$\(INSTALL_BASE\)/%{_lib}|g'

%build

%make RPM_OPT_FLAGS="%{optflags} -fPIC -DPIC -D_REENTRANT"
%make RPM_OPT_FLAGS="%{optflags} -fPIC -DPIC -D_REENTRANT" pridump pritest

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}

make \
    INSTALL_PREFIX="%{buildroot}" \
    install

install -m0755 pridump %{buildroot}%{_sbindir}/
install -m0755 pritest %{buildroot}%{_sbindir}/

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files utils
%defattr(-,root,root)
%{_sbindir}/pridump
%{_sbindir}/pritest

%files -n %{libname}
%defattr(-,root,root)
%doc ChangeLog README TODO
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.4.12-1
+ Revision: 517bafd
- Automatic import for version 1.4.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2639 |14cr|libqb0-0.14.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define version	0.14.4
%define release	2
%define develname %mklibname -d qb
%define name	%mklibname qb %major

Name:           %name
Version:        %version
Release:        %release
Summary:        An IPC library for high performance servers
Group:          System/Libraries
License:        LGPLv2+
URL:            https://github.com/asalkeld/libqb/wiki
Source0:        https://fedorahosted.org/releases/q/u/quarterback/libqb-%{version}.tar.gz

BuildRequires:  autoconf automake libtool doxygen procps check-devel

%description
%{name} provides high performance client server reusable features.
Initially these are IPC and poll.


%package 	devel
Group:		Development/C
Summary:	Development files for libqb
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{name} = %{version}

%description 	devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}

%files devel
%doc README.markdown
%{_includedir}/qb/
%{_libdir}/libqb.so
%{_libdir}/pkgconfig/libqb.pc
%{_mandir}/man3/qb*3*
%{_mandir}/man8/qb*8*
%{_sbindir}/qb-blackbox

%prep
%setup -q -n libqb-%{version}

%build
./autogen.sh
%configure2_5x --disable-static 
%make

%install
#make install DESTDIR=%{buildroot}
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'
rm -rf %{buildroot}/%{_docdir}/*

%files
%doc COPYING
%{_libdir}/libqb.so.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.14.4-2
+ Revision: 9adf57c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2640 |14cr|libqtbamf-0.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname qtbamf %{major}
%define devname %mklibname qtbamf -d
%define qmlname %mklibname qtbamf-qml

Summary:	Qt binding and QML plugin for bamf
Name:		libqtbamf
Version:	0.2.2
Release:	4
License:	LGPLv3+ and GPLv3+
Group:		System/Libraries
Url:		http://launchpad.net/bamf-qt
Source0:	%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM - libqtbamf-cmake-libdir-fix.patch nmarques@opensuse.org -- Fixes $LIBDIR for file installation, upstreamed (lp#784262)
Patch0:		libqtbamf-cmake-libdir-fix.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtDeclarative)

%description
Qt binding and QML plugin for the bamf dbus daemon semi-automatically
generated with qdbusxml2cpp and matching the GObject library structure.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt binding and for bamf - shared libraries
Group:		System/Libraries
Requires:	%{qmlname}

%description -n %{libname}
Qt binding and for the bamf dbus daemon semi-automatically generated with
qdbusxml2cpp and matching the GObject library structure.

%files -n %{libname}
%doc COPYING-GPL3 COPYING-LGPL3 README
%{_libdir}/libQtBamf.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Qt binding and QML plugin for bamf - development files
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Qt binding and QML plugin for the bamf dbus daemon semi-automatically
generated with qdbusxml2cpp and matching the GObject library structure.

%files -n %{devname}
%{_includedir}/QtBamf/
%{_libdir}/*.so
%{_libdir}/pkgconfig/libqtbamf.pc

#----------------------------------------------------------------------------

%package -n %{qmlname}
Summary:	QML plugin for bamf
Group:		System/Libraries
Conflicts:	%{_lib}qtbamf1 < 0.2.2-4

%description -n %{qmlname}
QML plugin for the bamf dbus daemon semi-automatically generated with
qdbusxml2cpp and matching the GObject library structure.

%files -n %{qmlname}
%{_libdir}/qt4/plugins/imports/bamf/

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export BUILD_GLOBAL=true
%cmake \
	-Dlibdir=%{_libdir} \

%make

%install
# .pc file hack
sed -i 's/libdir=\${exec_prefix}\/lib/libdir=\${exec_prefix}\/%{_lib}/g' libqtbamf.pc
%makeinstall_std -C build


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.2-4
+ Revision: a64c494
- Move QML files out of library package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2641 |14cr|libqtdee-0.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname qtdee  %{major}
%define develname %mklibname qtdee -d

Name:		libqtdee
Version:	0.2.3
Release:	2
License:	GPLv3
Summary:	Qt bindings and QML plugin for Dee
Url:		http://launchat.net/dee-qt
Group:		System/Libraries
Source0:	%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE - libqtdee-cmake-libdir-fix.patch nmarques@opensuse.org -- this is becoming epic.
Patch0:		libqtdee-cmake-libdir-fix.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(dee-1.0)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtDeclarative)

%description
Qt binding and QML plugin for Dee.
Simple Qt binding and QML plugin for Dee (https://launchpad.net/dee).

%package -n %{libname}
Summary:	Qt bindings and QML plugin for Dee - shared libraries
Group:		System/Libraries

%description -n %{libname}
Qt binding and QML plugin for Dee - system shared libraries.
Simple Qt binding and QML plugin for Dee (https://launchpad.net/dee).

%package -n %{develname}
Summary:	Qt bindings and QML plugin for Dee - development files
Group:		Development/C++
Requires:	%{libname} = %{version}

%description -n %{develname}
t binding and QML plugin for Dee - development files.
Simple Qt binding and QML plugin for Dee (https://launchpad.net/dee).

%prep
%setup -q
%apply_patches

%build
export BUILD_GLOBAL=true
%cmake \
	-Dlibdir=%{_libdir} \

%make

%install
pushd build
# .pc file hack
sed -i 's/libdir=\${exec_prefix}\/lib/libdir=\${exec_prefix}\/%{_lib}/g' ../libqtdee.pc
%makeinstall_std
popd

%files -n %{libname}
%doc COPYING
%{_libdir}/*.so.%{major}*
%{_libdir}/qt4/plugins/imports/

%files -n %{develname}
%{_includedir}/QtDee/
%{_libdir}/*.so
%{_libdir}/pkgconfig/libqtdee.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-2
+ Revision: a4d3847
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2642 |14cr|libqtgconf-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname qtgconf %{major}
%define devname %mklibname qtgconf -d

Summary:	Qt binding and QML plugin for GConf
Name:		libqtgconf
Version:	0.1
Release:	3
License:	LGPLv2+
Url:		http://launchpad.net/gconf-qt
Group:		System/Libraries
Source0:	%{name}-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE - libqtgconf-cmake-libdir-fix.patch nmarques@opensuse.org -- not again...
Patch0:		%{name}-cmake-libdir-fix.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtDeclarative)

%description
Simple Qt binding and QML plugin for GConf, written as a thin wrapper on top
of libgq-gconf (see http://maemo.org/packages/view/libgq-gconf0/).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt binding and QML plugin for GConf - shared libraries
Group:		System/Libraries

%description -n %{libname}
Simple Qt binding and QML plugin for GConf, written as a thin wrapper on top
of libgq-gconf (see http://maemo.org/packages/view/libgq-gconf0/).

%files -n %{libname}
%doc COPYING README
%{_libdir}/libQtGConf.so.%{major}*
%{_libdir}/qt4/plugins/imports/

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Qt binding and QML plugin for GConf - development files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Simple Qt binding and QML plugin for GConf, written as a thin wrapper on top
of libgq-gconf (see http://maemo.org/packages/view/libgq-gconf0/).

%files -n %{devname}
%{_includedir}/QtGConf/
%{_libdir}/*.so
%{_libdir}/pkgconfig/libqtgconf.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export BUILD_GLOBAL=true
%cmake \
	-Dlibdir=%{_libdir} \

%make

%install
pushd build
# .pc file hack
sed -i 's/libdir=\${exec_prefix}\/lib/libdir=\${exec_prefix}\/%{_lib}/g' ../libqtgconf.pc
%makeinstall_std
popd


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-3
+ Revision: caa4687
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2643 |14cr|libqtxdg-0.7.0-0.20140508.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define beta %{nil}
%define scmrev 20140508
%define libname %mklibname qtxdg %{major}
%define devname %mklibname qtxdg -d

Name: libqtxdg
Version: 0.7.0
%if "%{beta}" == ""
%if "%{scmrev}" == ""
Release: 2
Source: %{name}-%{version}.tar.bz2
%else
Release: 0.%{scmrev}.2
Source: %{name}-%{scmrev}.tar.xz
%endif
%else
%if "%{scmrev}" == ""
Release: 0.%{beta}.1
Source: %{name}-%{version}%{beta}.tar.bz2
%else
Release: 0.%{beta}.%{scmrev}.1
Source: %{name}-%{scmrev}.tar.xz
%endif
%endif
Patch0:  libqtxdg-0.7.0-minor-version.patch
Summary: Library providing freedesktop.org specs implementations for Qt
URL: http://lxde.org/
License: GPL
Group: System/Libraries
BuildRequires: cmake
BuildRequires: ninja
BuildRequires: qt4-devel
BuildRequires: magic-devel

%description
Library providing freedesktop.org specs implementations for Qt

%package data
Summary: Data files for %{name}
Group: System/Libraries

%description data
Data files for %{name}

%package -n %{libname}
Summary: Library providing freedesktop.org specs implementations for Qt
Group: System/Libraries
Requires: %{name}-data = %{EVRD}

%description -n %{libname}
Library providing freedesktop.org specs implementations for Qt

%package -n %{devname}
Summary: Development files for %{name}
Group: Development/C
Requires: %{libname} = %{EVRD}

%description -n %{devname}
Development files (Headers etc.) for %{name}, a library providing
freedesktop.org specs implementations for Qt.

%prep
%if "%{scmrev}" == ""
%setup -q -n %{name}-%{version}%{beta}
%else
%setup -q -n %{name}
%endif
%patch0 -p1
%cmake -G Ninja -DCMAKE_MAKE_PROGRAM=ninja

%build
ninja -C build

%install
DESTDIR="%{buildroot}" ninja -C build install
# Fix up the pkgconfig file...
sed -i -e 's,\${prefix}/,,g' "%{buildroot}"%{_libdir}/pkgconfig/*.pc

%files data
%dir %{_datadir}/libqtxdg
%{expand:%(for lang in ar cs cs_CZ da da_DK de_DE el_GR eo es es_VE eu fi fr_FR hu id_ID it_IT ja lt nl pl_PL pt pt_BR ro_RO ru ru_RU sk_SK sl sr_RS th_TH tr uk zh_CN zh_TW; do echo %{_datadir}/libqtxdg/libqtxdg_$lang.qm; done)}

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/cmake/qtxdg

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-0.20140508.2
+ Revision: a63d43f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2644 |14cr|libqwt-6.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname qwt
%define major 6
%define libname %mklibname %{realname} %{major}
%define libnamedev %mklibname %{realname} -d

%define lib5name %mklibname %{realname} 5

%define debug_package %{nil}

Name:		libqwt
Version:	6.0.1
Release:	3
Summary:	2D plotting widget extension to the Qt GUI
License:	Qwt License 1.0
Group:		System/Libraries
Url:		http://sourceforge.net/projects/qwt
Source0:	http://freefr.dl.sourceforge.net/sourceforge/qwt/%{realname}-%{version}.tar.bz2
Patch0:		qwt-6.0.1-qwtconfig.patch
Patch1:		qwt-6.0.1-do-not-install-docs.patch
Patch2:		qwt-6.0.1-linkage.patch
Patch3:		qwt-6.0.1-sfmt.patch
BuildRequires:	qt4-devel

%description
Qwt is an extension to the Qt GUI library from Troll Tech AS.
The Qwt library contains widgets and components which are
primarily useful for technical and scientifical purposes.
It includes a 2-D plotting widget, different kinds of sliders,
and much more.

%package -n %{libname}
Summary:	2D plotting widget extension to the Qt GUI
Group:		System/Libraries

%description -n %{libname}
The libqwt-devel package contains the header files and static libraries
necessary for developing programs using the Qwt Widget set

If you want to develop programs which will use this set of widgets,
you should install this package. You need also to install the libqwt package.

%package -n %{libnamedev}
Summary:	Development tools for programs which uses Qwt Widget set
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Requires:	qt4-devel
Provides:	libqwt-devel = %{EVRD}
Provides:	qwt-devel = %{EVRD}
Obsoletes:	%{libname}-devel
Conflicts:	%{lib5name}

%description -n %{libnamedev}
The libqwt-devel package contains the header files and static libraries
necessary for developing programs using the Qwt Widget set

If you want to develop programs which will use this set of widgets,
you should install this package. You need also to install the libqwt package.

%prep
%setup -q -n %{realname}-%{version}
%patch0 -p1 -b .installpath
%patch1 -p1 -b .doc
%patch2 -p1 -b .linkage
%patch3 -p1 -b .sfmt
sed -i -e 's|{QWT_INSTALL_PREFIX}/lib|{QWT_INSTALL_PREFIX}/%{_lib}|' qwtconfig.pri
sed -i -e 's|{QWT_INSTALL_PREFIX}/plugins/designer|{QWT_INSTALL_PREFIX}/%{_lib}/qt4/plugins/designer|' qwtconfig.pri
sed -i -e 's|{QWT_INSTALL_PREFIX}/features|{QWT_INSTALL_PREFIX}/%{_lib}/qt4/features|' qwtconfig.pri

%build
%qmake_qt4 QT_INSTALL_PREFIX=%{_prefix}
make

%install
make install INSTALL_ROOT=%{buildroot}

%files -n %{libname}
%doc CHANGES COPYING README
%{_libdir}/*.so.%{major}*

%files -n %{libnamedev}
%doc examples doc/html
%{_includedir}/*
%{qt4lib}/*.so
%{qt4plugins}/designer/*.so
%{qt4lib}/qt4/features




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.0.1-3
+ Revision: 3d6db1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2645 |14cr|libqwtplot3d-0.2.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fakename qwtplot3d

%define major 0
%define libname %mklibname %{fakename} %{major}
%define devname %mklibname %{fakename}  -d

Summary:	3D plotting widget extension to the Qt GUI
Name:		libqwtplot3d
Version:	0.2.7
Release:	9
License:	zlib
Group:		System/Libraries
Url:		http://qwtplot3d.sourceforge.net/
Source0:	http://puzzle.dl.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-%{version}.tar.bz2
Patch0:		qwtplot3d-0.2.7-headers.patch
Patch1:		qwtplot3d-0.2.7-linkage.patch
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(zlib)

%description
QwtPlot3D is a feature-rich Qt/OpenGL-based C++ programming library.
It provides essentially a bunch of 3D-widgets for programmers.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	3D plotting widget extension to the Qt GUI
Group:		System/Libraries

%description -n %{libname}
QwtPlot3D is a feature-rich Qt/OpenGL-based C++ programming library.
It provides essentially a bunch of 3D-widgets for programmers.

%files -n %{libname}
%{_libdir}/libqwtplot3d.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs which uses QwtPlot3D Widget set
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
QwtPlot3D is a feature-rich Qt/OpenGL-based C++ programming library.
It provides essentially a bunch of 3D-widgets for programmers.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n qwtplot3d
%patch0 -p1
%patch1 -p1

%build
%qmake_qt4
%make

%install
mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_libdir}

for n in include/*.h ; do
    install -m 0644 $n %{buildroot}%{_includedir}
done

# install, preserving links
chmod 0755 lib/libqwtplot3d.so*
for n in lib/libqwtplot3d.so* ; do
    cp -d $n %{buildroot}%{_libdir}
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.7-9
+ Revision: ce290a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2646 |14cr|libqxt-0.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: libqxt.spec 
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################

%define lib_major       0
%define pkgname         libqxt 
%define lib_name        %mklibname qxt  %{lib_major}
%define develname       %mklibname -d qxt
#define  distsuffix	mrb
#define debug_package   %{nil}

Name:		%{pkgname}
Version:	0.6.2
Release:	2
Summary:	Qt extension library
Group:		System/Libraries
License:	LGPLv2
URL:		http://www.libqxt.org/
Source0:	http://bitbucket.org/libqxt/libqxt/get/v%{version}.tar.bz2
Source1:        html.tar.gz
Patch0:		libqxt-linking.patch
Patch1:		libqxt-header-fix.patch
BuildRequires:	pkgconfig(avahi-compat-libdns_sd)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	db52-devel
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	qt4-devel


%description
LibQxt, an extension library for Qt, provides a suite of cross-platform
utility classes to add functionality not readily available in the Qt toolkit.

%package -n %{lib_name}
Summary:    Qt extension library
Group:      System/Libraries

%description -n %{lib_name}
LibQxt, an extension library for Qt, provides a suite of cross-platform
utility classes to add functionality not readily available in the Qt toolkit.

%files -n %{lib_name}
%doc AUTHORS CHANGES *.txt LICENSE README
%{_qt_libdir}/libQxt*.so.?*

################################

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:       %{lib_name} = %{version}-%{release}
Requires:	pkgconfig(avahi-compat-libdns_sd)
Requires:	pkgconfig(avahi-client)
Requires:	db52-devel
Requires:	qt4-devel
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains libraries and header files for developing applications
that use LibQxt.

%files -n %{develname}
%doc html/
%{_qt_libdir}/libQxt*.so
%{_includedir}/Qxt*/*
%{_qt_plugindir}/designer/libQxtDesignerPlugins.so
%{_qt_datadir}/mkspecs/features/qxt*.prf
##############################

%prep
%setup -q -n %{name}-%{name}-v%{version} -a 1
%patch0 -p1 -b .linking
%patch1 -p1 -b .includes

# we use berkley 5
perl -pi -e "s|#if DB_VERSION_MAJOR < 5|#if DB_VERSION_MAJOR > 5|"  config.tests/db/main.cpp

#TODO: dirty fix zeroconf should be patched.
perl -pi -e "s|<dns_sd.h>|<avahi-compat-libdns_sd/dns_sd.h>|" config.tests/zeroconf/zeroconf.cpp
perl -pi -e "s|<dns_sd.h>|<avahi-compat-libdns_sd/dns_sd.h>|" \
  src/zeroconf/{qxtdiscoverableservice,qxtservicebrowser}_p.h
perl -pi -e "s|<dns_sd.h>|<avahi-compat-libdns_sd/dns_sd.h>|" src/zeroconf/qxtdiscoverableservicename.cpp
# fix rpath
sed -i '/RPATH/d' src/qxtlibs.pri

%build
./configure -verbose \
	    -qmake-bin qmake \
	    -prefix %{_prefix} \
	    -libdir %{_libdir} \
	    -docdir %{_docdir}
	    
%make 


%install
make install INSTALL_ROOT=$RPM_BUILD_ROOT


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-2
+ Revision: d8c88c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2647 |14cr|libqzeitgeist-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Ze: use this untill qt4 macros arent fixed
%define _qt4_datadir %{_prefix}/lib/qt4
%define _qt4_importdir %{_qt4_datadir}/imports

%define oname qzeitgeist
%define major 1
%define libname %mklibname %{oname} %{major}
%define develname %mklibname %{oname} -d


Name:		libqzeitgeist
Group:		Development/C++
Summary:	Qt interface for Zeitgeist
Version:	0.8.0
Release:	2
URL:		http://gitorious.org/kde-zeitgeist/libqzeitgeist
License: 	GPLv2
Source0:	http://gitorious.org/kde-zeitgeist/libqzeitgeist/%{name}-%{version}.tar.bz2
# import fedora patch
# fix linking (use QT_DECLARATIVE_LIBRARIES), consistently use QT_IMPORTS_DIR
Patch0:		libqzeitgeist-0.8.0-declarative.patch
BuildRequires:	automoc4
BuildRequires:	cmake
BuildRequires:	pkgconfig(QtDBus) pkgconfig(QtDeclarative) pkgconfig(QtXml)
BuildRequires:	zeitgeist

%description
Qt Zeitgeist Library.

#-------------------------------------------------------------------------------
%package -n %{libname}
Group:          System/Libraries
Summary:	Qt Zeitgeist library

%description -n %{libname}
Library for Qt Zeitgeist.

%files -n %{libname}
%{_libdir}/libqzeitgeist.so.1
%{_libdir}/libqzeitgeist.so.%{version}

#--------------------------------------------------------------------
%package -n libqzeitgeist-plugin
Group:		System/Libraries
Summary:	Qt Zeitgeist Plugin

%description -n libqzeitgeist-plugin
Qt Zeitgeist plugin.

%files -n libqzeitgeist-plugin
%{_qt4_importdir}/org/gnome/zeitgeist/libQZeitgeistDeclarativePlugin.so
%{_qt4_importdir}/org/gnome/zeitgeist/qmldir

#-------------------------------------------------------------------------------
%package -n %{develname}
Group:		Development/C++
Summary:	Qt Zeitgeist development files
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{name}-devel < %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for Qt Zeitgeist.

%files -n %{develname}
%{_includedir}/QZeitgeist
%{_libdir}/libqzeitgeist.so
%{_libdir}/cmake/QZeitgeist/QZeitgeist*.cmake
%{_libdir}/pkgconfig/QZeitgeist.pc

#-------------------------------------------------------------------------------
%prep
%setup -q
%patch0 -p1 -b .declarative

%build
%cmake -DQT_IMPORTS_DIR=%{_qt4_importdir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std -C build




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-2
+ Revision: be5b5b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2648 |14cr|librdmacm-1.0.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:	librdmacm
Version: 1.0.15
Release: 2
Summary: Userspace RDMA Connection Manager
Group: Development/Other
License: GPL/BSD
Url: http://www.openfabrics.org/
Source: http://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
BuildRequires: libibverbs-devel >= 1.1 autoconf

%description 
librdmacm provides a userspace RDMA Communication Managment API.

%package devel
Summary: Development files for the librdmacm library
Group: Development/Other
provides: lib%{name}-devel = %{version}-%{release}
provides: %{name}-devel = %{version}-%{release}

%description devel
Development files for the librdmacm library.

%package utils
Summary: Examples for the librdmacm library
Group: Development/Other

%description utils
Example test programs for the librdmacm library.

%package static
Summary: Static version of the librdmacm library
Group: Development/Other
Requires: %{name}-devel = %{version}-%{release}
provides: lib%{name}-static = %{version}-%{release}
provides: %{name}-static = %{version}-%{release}

%description static
Static version of the librdmacm library.

%prep
%setup -q 

%build
export LDFLAGS="-lpthread"
autoreconf
%configure
%make

%install
%makeinstall
# remove unpackaged files from the buildroot

%clean

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files 
%defattr(-,root,root,-)
%{_libdir}/librdmacm*.so.*
%doc AUTHORS COPYING ChangeLog README

%files devel
%{_libdir}/lib*.so
%{_includedir}/*
%{_mandir}/man3/*
%{_mandir}/man7/*

%files utils
%defattr(-,root,root,-)
%{_bindir}/*
%{_mandir}/man1/*

%files static
%defattr(-,root,root,-)
%{_libdir}/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.15-2
+ Revision: 26dd418
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2649 |14cr|librecad-2.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		prjname	LibreCAD

Summary:	Computer-aided design (CAD) system
Name:		librecad
Version:	2.0.5
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphics
Url:		http://www.librecad.org
Source0:	https://github.com/LibreCAD/LibreCAD/archive/%{prjname}-%{version}.tar.gz
Patch0:		librecad-1.0.0-mdv-desktop.patch
Patch1:		librecad-2.0.2-install.patch
Patch2:		librecad-2.0.2-plugindir.patch
BuildRequires:	boost-devel
BuildRequires:	qt4-devel
BuildRequires:	qt4-assistant
BuildRequires:	qt4-linguist
BuildRequires:	muparser-devel
Requires:	%{name}-data
Suggests:	%{name}-plugins

%description
LibreCAD is an application for computer aided design (CAD) in two
dimensions (2D). With LibreCAD you can create technical drawings
such as plans for buildings, interiors, mechanical parts or schemas
and diagrams.

#----------------------------------------------------------------------------

%package data
Summary:	Platform-independant files for %{name}
Group:		Graphics
Requires:	%{name}
BuildArch:	noarch

%description data
Contains the platform-independent files for LibreCAD, including
fonts, patterns, translations.

%files data
%{_datadir}/%{name}/doc/*
%{_datadir}/%{name}/fonts/*
%{_datadir}/%{name}/library/*
%{_datadir}/%{name}/patterns/*
%{_datadir}/%{name}/qm/*

#----------------------------------------------------------------------------

%package plugins
Summary:	Plugins libraries files for %{name}
Group:		Graphics
Requires:	%{name}

%description plugins
Contains the plugins files for LibreCAD.

%files plugins
%{_libdir}/%{name}/plugins/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{prjname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
find . -type f -executable -a \( -name '*.cpp' -o -name '*.h' \) | xargs -i{} chmod 644 {}

sed -i 's|##LIBDIR##|%{_libdir}|g' librecad/src/lib/engine/rs_system.cpp

%build
%qmake_qt4
%make

%install
export BUILDDIR="%{buildroot}%{_datadir}/%{name}"
sh scripts/postprocess-unix.sh

mkdir -p %{buildroot}%{_libdir}/%{name}/plugins
mv unix/resources/plugins/* %{buildroot}%{_libdir}/%{name}/plugins/
install -Dpm 755 unix/%{name} %{buildroot}%{_bindir}/%{name}
install -Dpm 755 unix/ttf2lff %{buildroot}%{_bindir}/ttf2lff
install -Dpm 644 desktop/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
install -Dpm 644 librecad/res/main/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -Dpm 644 desktop/%{name}.sharedmimeinfo %{buildroot}%{_datadir}/mime/packages/%{name}.xml
install -Dpm 644 desktop/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

%files
%{_bindir}/%{name}
%{_bindir}/ttf2lff
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/mime/packages/%{name}.xml
%{_mandir}/man1/%{name}.1*

%changelog
* Mon Sep 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.0.5-1
+ Revision: 56d0008
- Merge branch 'rosa2012.1' into rosa2014.1
- Conflicts:
- librecad.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2650 |14cr|libredblack-1.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname redblack %{major}
%define develname %mklibname redblack -d

Summary:	Library for handling red-black tree searching algorithm
Name:		libredblack
Version:	1.3
Release:	12
Group:		System/Libraries
License:	LGPLv2+
URL:		http://libredblack.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		libredblack-typo.diff

%description 
This implements the redblack balanced tree algorithm.

%package -n	%{libname}
Summary:	Library for handling red-black tree searching algorithm
Group:          System/Libraries

%description -n	%{libname}
This implements the redblack balanced tree algorithm.

%package -n	%{develname}
Summary:	Libraries and header files for the %{libname} library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{mklibname redblack 0 -d}

%description -n	%{develname}
To develop programs based upon the libredblack library, the system needs to 
have these header and object files available for creating the executables.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS ChangeLog README
%{_libdir}/*.so.*

%files -n %{develname}
%doc example*.c example*.rb
%{_bindir}/rbgen
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_datadir}/libredblack



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-12
+ Revision: b774235
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2651 |14cr|librep-0.92.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 16
%define libname %mklibname rep %{major}
%define devname %mklibname rep -d

Summary:	An embeddable LISP environment
Name:		librep
Version:	0.92.3
Release:	4
License:	GPLv2+
Group:		System/Libraries
Url:		http://librep.sourceforge.net/
Source0:	http://download.tuxfamily.org/librep/%{name}-%{version}.tar.xz
Source1:	http://download.tuxfamily.org/librep/%{name}-%{version}.tar.xz.sha1
BuildRequires:	texinfo
BuildRequires:	gdbm-devel
BuildRequires:	gmp-devel
BuildRequires:	gpm-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(ncurses)
Provides:	%{_bindir}/rep

%description
This is a lightweight LISP environment for UNIX. It contains a LISP
interpreter, byte-code compiler and virtual machine. Applications may use the
LISP interpreter as an extension language, or it may be used for standalone
scripts.

Originally inspired by Emacs Lisp, the language dialect combines many of the
elisp features while trying to remove some of the main deficiencies, with
features from Common Lisp and Scheme.

%files
%doc ChangeLog COPYING INSTALL NEWS README TODO
%{_bindir}/rep
%{_bindir}/rep-remote
%{_libexecdir}/rep/
%{_infodir}/librep*
%{_datadir}/emacs/site-lisp/*.el
%{_datadir}/rep
%{_mandir}/man1/rep-remote.1*
%{_mandir}/man1/rep.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries used by librep
Group:		System/Libraries

%description -n %{libname}
Libraries used by librep.

%files -n %{libname}
%{_libdir}/librep.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Librep include files and link libraries
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Link libraries and C header files for librep development.

%files -n %{devname}
%{_bindir}/rep-xgettext
%{_bindir}/repdoc
%{_mandir}/man1/rep-xgettext.1*
%{_mandir}/man1/repdoc.1*
%{_libdir}/librep.so
%{_includedir}/*
%{_libdir}/pkgconfig/librep.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--with-readline
%make

%install
%makeinstall_std host_type=%{_target_platform}


%changelog
* Tue Sep 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.92.3-4
+ Revision: 1abfe7d
- Adjust Provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2652 |14cr|libretro-20130608-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug depends on system CFLAGS but various cores use their own
# It's quite a pain to patch every core for CFLAGS and maintain patches
# And debug is not really needed here anyway
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	An interface for emulator and game ports
Name:		libretro
Version:	20130608
Release:	2
Group:		Emulators
# Actually, various for each core but mostly GPLv2
License:	GPL
Url:		http://www.libretro.org/
# fetched via libretro-fetch.sh from git and re-packed
Source:		%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(zlib)
Suggests:	retroarch
Suggests:	%{name}-bnes
Suggests:	%{name}-bsnes-accuracy
Suggests:	%{name}-bsnes-balanced
Suggests:	%{name}-bsnes-performance
Suggests:	%{name}-desmume
Suggests:	%{name}-dosbox
Suggests:	%{name}-fba
Suggests:	%{name}-fceumm
Suggests:	%{name}-gambatte
Suggests:	%{name}-genesis-plus-gx
Suggests:	%{name}-mednafen-gba
Suggests:	%{name}-mednafen-ngp
Suggests:	%{name}-mednafen-psx
Suggests:	%{name}-mednafen-snes
Suggests:	%{name}-mednafen-vb
Suggests:	%{name}-mednafen-wswan
Suggests:	%{name}-meteor
Suggests:	%{name}-nestopia
Suggests:	%{name}-nxengine
Suggests:	%{name}-pcsx-rearmed
Suggests:	%{name}-prboom
Suggests:	%{name}-quicknes
Suggests:	%{name}-scummvm
Suggests:	%{name}-snes9x
Suggests:	%{name}-snes9x-next
Suggests:	%{name}-stella
Suggests:	%{name}-tyrquake
Suggests:	%{name}-vba-next

%description
For each emulator 'core', RetroArch makes use of a library API that we like
to call 'libretro'.

Think of libretro as an interface for emulator and game ports. You can make
a libretro port once and expect the same code to run on all the platforms
that RetroArch supports. It's designed with simplicity and ease of use in
mind so that the porter can worry about the port at hand instead of having
to wrestle with an obfuscatory API.

The purpose of the project is to help ease the work of the emulator/game
porter by giving him an API that allows him to target multiple platforms
at once without having to redo any code. He doesn't have to worry about
writing input/video/audio drivers - all of that is supplied to him by
RetroArch. All he has to do is to have the emulator port hook into the
libretro API and that's it - we take care of the rest.

%files

#----------------------------------------------------------------------------

%package bnes
Summary:	bNES core for libretro (NES)
Provides:	libretro-core = %{EVRD}

%description bnes
bNES core for libretro. It's used to run Nintendo games.

%files bnes
%{_libdir}/%{name}/bnes_libretro.so

#----------------------------------------------------------------------------

%package bsnes-accuracy
Summary:	bSNES core for libretro with accuracy optimization (SNES)
Provides:	libretro-core = %{EVRD}

%description bsnes-accuracy
bSNES core for libretro with accuracy optimization.
It's used to run Super Nintendo games.

%files bsnes-accuracy
%{_libdir}/%{name}/bsnes_libretro_accuracy.so

#----------------------------------------------------------------------------

%package bsnes-balanced
Summary:	bSNES core for libretro with balanced optimization (SNES)
Provides:	libretro-core = %{EVRD}

%description bsnes-balanced
bSNES core for libretro with balanced optimization.
It's used to run Super Nintendo games.

%files bsnes-balanced
%{_libdir}/%{name}/bsnes_libretro_balanced.so

#----------------------------------------------------------------------------

%package bsnes-performance
Summary:	bSNES core for libretro with performance optimization (SNES)
Provides:	libretro-core = %{EVRD}

%description bsnes-performance
bSNES core for libretro with performance optimization.
It's used to run Super Nintendo games.

%files bsnes-performance
%{_libdir}/%{name}/bsnes_libretro_performance.so

#----------------------------------------------------------------------------

%package desmume
Summary:	Desmume core for libretro (NDS)
Provides:	libretro-core = %{EVRD}

%description desmume
Desmume core for libretro. It's used to run Nintendo DS games.

%files desmume
%{_libdir}/%{name}/desmume_libretro.so

#----------------------------------------------------------------------------

%package dosbox
Summary:	DOSBox core for libretro (DOS)
Provides:	libretro-core = %{EVRD}

%description dosbox
DOSBox core for libretro. It's used to run DOS games.

%files dosbox
%{_libdir}/%{name}/dosbox_libretro.so

#----------------------------------------------------------------------------

%package fba
Summary:	Final Burn Alpha core for libretro (arcade)
Provides:	libretro-core = %{EVRD}

%description fba
Final Burn Alpha core for libretro. It's used to run arcade games.

It should be able to load:
- Capcom CPS-1 and CPS-2
- SNK Neo-Geo
- Toaplan
- Cave hardware
- and various games on miscellaneous hardware

%files fba
%{_libdir}/%{name}/fb_alpha_libretro.so

#----------------------------------------------------------------------------

%package fceumm
Summary:	FCE Ultra mappers modified core for libretro (NES)
Provides:	libretro-core = %{EVRD}

%description fceumm
FCE Ultra mappers modified core for libretro. It's used to run Nintendo games.

%files fceumm
%{_libdir}/%{name}/fceumm_libretro.so

#----------------------------------------------------------------------------

%package gambatte
Summary:	Gambatte core for libretro (GBC)
Provides:	libretro-core = %{EVRD}

%description gambatte
Gambatte core for libretro. It's used to run Game Boy Color games.

%files gambatte
%{_libdir}/%{name}/gambatte_libretro.so

#----------------------------------------------------------------------------

%package genesis-plus-gx
Summary:	Genesis Plus GX core for libretro (SMD etc)
Provides:	libretro-core = %{EVRD}

%description genesis-plus-gx
Genesis Plus GX core for libretro. It should be able to load:
- Genesis/Mega Drive
- Sega/Mega CD
- Master System
- Game Gear & SG-1000

%files genesis-plus-gx
%{_libdir}/%{name}/genesis_plus_gx_libretro.so

#----------------------------------------------------------------------------

%package mednafen-gba
Summary:	Mednafen Game Boy Advance core for libretro (GBA)
Provides:	libretro-core = %{EVRD}

%description mednafen-gba
Mednafen GBA core for libretro. It's used to run Game Boy Advance games.

%files mednafen-gba
%{_libdir}/%{name}/mednafen_gba_libretro.so

#----------------------------------------------------------------------------

%package mednafen-ngp
Summary:	Mednafen Neo Geo Pocket core for libretro (NGP)
Provides:	libretro-core = %{EVRD}

%description mednafen-ngp
Mednafen NGP core for libretro. It's used to run Neo Geo Pocket games.

%files mednafen-ngp
%{_libdir}/%{name}/mednafen_ngp_libretro.so

#----------------------------------------------------------------------------

%package mednafen-pce
Summary:	Mednafen PC Engine core for libretro (NGP)
Provides:	libretro-core = %{EVRD}

%description mednafen-pce
Mednafen PCE core for libretro. It's used to run PC Engine/TurboGrafx-16 games.

TG-CD emulation requires the CD BIOS image, named as syscard3.pce.
This BIOS image is to be placed into the Mednafen base directory ~/.mednafen/.
Then, you will have to indicate to Mednafen where the syscard3.pce file is
located. To do this, edit the ~/.mednafen/mednafen.cfg file:

;Path to the ROM BIOS

pce.cdbios /path/to/file/syscard3.pce

%files mednafen-pce
%{_libdir}/%{name}/mednafen_pce_fast_libretro.so

#----------------------------------------------------------------------------

%package mednafen-psx
Summary:	Mednafen Sony Playstation 1 core for libretro (PSX)
Provides:	libretro-core = %{EVRD}

%description mednafen-psx
Mednafen PSX core for libretro. It's used to run Sony Playstation 1 games.

* Running

To run this core, the "system directory" must be defined if running in
RetroArch. Here, the PSX BIOSes must be placed, $sysdir/SCPH550{0,1,2}
for Japanese, NA and EU regions respectively. Memory cards will also be
saved to this system directory.

* Loading ISOs

Mednafen differs from other PS1 emulators in that it reads a .cue sheet
that points to an .iso/.bin whatever. If you have e.g. <tt>foo.iso</tt>,
you should create a foo.cue, and fill this in:

    FILE "foo.iso" BINARY
       TRACK 01 MODE1/2352
          INDEX 01 00:00:00

After that, you can load the <tt>foo.cue</tt> file as a ROM.
Note that this is a dirty hack and will not work on all games.
Ideally, make sure to use rips that have cue-sheets.

%files mednafen-psx
%{_libdir}/%{name}/mednafen_psx_libretro.so

#----------------------------------------------------------------------------

%package mednafen-snes
Summary:	Mednafen Super Nintendo core for libretro (SNES)
Provides:	libretro-core = %{EVRD}

%description mednafen-snes
Mednafen SNES core for libretro. It's used to run Super Nintendo games.

%files mednafen-snes
%{_libdir}/%{name}/mednafen_snes_libretro.so

#----------------------------------------------------------------------------

%package mednafen-vb
Summary:	Mednafen Virtual Boy core for libretro
Provides:	libretro-core = %{EVRD}

%description mednafen-vb
Mednafen VB core for libretro. It's used to run Nintendo Virtual Boy games.

%files mednafen-vb
%{_libdir}/%{name}/mednafen_vb_libretro.so

#----------------------------------------------------------------------------

%package mednafen-wswan
Summary:	Mednafen WonderSwan core for libretro
Provides:	libretro-core = %{EVRD}

%description mednafen-wswan
Mednafen WSwan core for libretro. It's used to run Bandai WonderSwan games.

%files mednafen-wswan
%{_libdir}/%{name}/mednafen_wswan_libretro.so

#----------------------------------------------------------------------------

%package meteor
Summary:	Meteor core for libretro (GBA)
Provides:	libretro-core = %{EVRD}

%description meteor
Meteor core for libretro. It's used to run Game Boy Advance games.

%files meteor
%{_libdir}/%{name}/meteor_libretro.so

#----------------------------------------------------------------------------

%package nestopia
Summary:	Nestopia core for libretro (NES)
Provides:	libretro-core = %{EVRD}

%description nestopia
Nestopia core for libretro. It's used to run Nintendo games.

%files nestopia
%{_libdir}/%{name}/nestopia_libretro.so

#----------------------------------------------------------------------------

%package nxengine
Summary:	NXEngine core for libretro (Cave Story)
Provides:	libretro-core = %{EVRD}

%description nxengine
NXEngine core for libretro. It's used to run Cave Story (Doukutsu Monogatari).

%files nxengine
%{_libdir}/%{name}/nxengine_libretro.so

#----------------------------------------------------------------------------

%package pcsx-rearmed
Summary:	PCSX-ReARMed core for libretro (PSX)
Provides:	libretro-core = %{EVRD}

%description pcsx-rearmed
PCSX-ReARMed core for libretro. It's used to run Sony Playstation 1 games.

%files pcsx-rearmed
%{_libdir}/%{name}/pcsx_rearmed_libretro.so

#----------------------------------------------------------------------------

%package prboom
Summary:	PrBoom core for libretro (Doom)
Provides:	libretro-core = %{EVRD}

%description prboom
PrBoom core for libretro. It's used to run early Doom games.

PrBoom is a game engine - it provides a program to play Doom levels, but
it doesn't include any levels itself. More importantly, you need all the
sounds, sprites, and other graphics that make up the Doom environment.
So to play PrBoom, you need one of the main Doom date files from id
Software - either doom.wad, doom2.wad, tnt.wad or plutonia.wad from one
of the commercial Doom games, or the shareware doom1.wad. This file
is called the IWAD.

PrBoom also supports playing Doom add-on levels, called "PWADs", which
are small extra .wad files which just contain extra levels or other
resources. PWADs are ONLY ADD-ONS, you still need the original IWAD
that they are designed to work with. In practice, most PWADs on the
Internet require doom2.wad (although some work with doom.wad).

%files prboom
%{_libdir}/%{name}/prboom_libretro.so

#----------------------------------------------------------------------------

%package quicknes
Summary:	QuickNES core for libretro (NES)
Provides:	libretro-core = %{EVRD}

%description quicknes
QuickNES core for libretro. It's used to run Nintendo games.

%files quicknes
%{_libdir}/%{name}/quicknes_libretro.so

#----------------------------------------------------------------------------

%package scummvm
Summary:	ScummVM core for libretro (DOS etc)
Provides:	libretro-core = %{EVRD}

%description scummvm
ScummVM core for libretro. It's used to run various games,
mostly classic DOS point-and-click adventures.

%files scummvm
%{_libdir}/%{name}/scummvm_libretro.so

#----------------------------------------------------------------------------

%package snes9x
Summary:	SNES9x core for libretro (SNES)
Provides:	libretro-core = %{EVRD}

%description snes9x
SNES9x core for libretro. It's used to run Super Nintendo games.

%files snes9x
%{_libdir}/%{name}/snes9x_libretro.so

#----------------------------------------------------------------------------

%package snes9x-next
Summary:	SNES9x Next core for libretro (SNES)
Provides:	libretro-core = %{EVRD}

%description snes9x-next
SNES9x Next core for libretro. It's used to run Super Nintendo games.

SNES9x Next is an optimized port/rewrite of SNES9x 1.52+ to libretro.

%files snes9x-next
%{_libdir}/%{name}/snes9x_next_libretro.so

#----------------------------------------------------------------------------

%package stella
Summary:	Stella core for libretro (Atari 2600)
Provides:	libretro-core = %{EVRD}

%description stella
Stella core for libretro. It's used to run Atari 2600 games.

%files stella
%{_libdir}/%{name}/stella_libretro.so

#----------------------------------------------------------------------------

%package tyrquake
Summary:	Tyr-Quake core for libretro (Quake)
Provides:	libretro-core = %{EVRD}

%description tyrquake
Tyr-Quake core for libretro. It's used to run Quake 1 and QuakeWorld.

%files tyrquake
%{_libdir}/%{name}/tyrquake_libretro.so

#----------------------------------------------------------------------------

%package vba-next
Summary:	VBA Next core for libretro (GBA)
Provides:	libretro-core = %{EVRD}

%description vba-next
VBA Next core for libretro. It's used to run Game Boy Advance games.

VBA Next is an optimized port of VBA-M to libretro.

%files vba-next
%{_libdir}/%{name}/vba_next_libretro.so

#----------------------------------------------------------------------------

%prep
%setup -q
# Drop usless cores
rm -rf libretro-gl-modelviewer
rm -rf libretro-gl-scenewalker
# virtual memory exhausted during build
rm -rf libretro-picodrive
# not ready yet
rm -rf libretro-mame078

%build
./libretro-build.sh

%install
mkdir -p %{buildroot}%{_libdir}/%{name}
./libretro-install.sh %{buildroot}%{_libdir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20130608-2
+ Revision: 42ab85e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2653 |14cr|libroadnav-0.20-0.0.alpha.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname roadnav %{major}
%define devname %mklibname roadnav -d

Summary:	A GPS mapping data library
Name:		libroadnav
Version:	0.20
Release:	0.0.alpha.4
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://roadnav.sourceforge.net/
Source0:	http://roadnav.sourceforge.net/prerel/%{name}-%{version}alpha.tar.gz
Patch0:		libroadnav-0.20alpha-shared.diff
BuildRequires:	libtool
BuildRequires:	wxgtku2.8-devel

%description
LibRoadnav is a library that makes mapping data easily accessible to
developers. It can automatically download mapping data from a variety of free
online sources, process that data, and make street maps of any place in the
United States available to developers and their applications. It can also
produce turn by turn directions from one place in the US to another.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A GPS mapping data library
Group:		System/Libraries

%description -n %{libname}
LibRoadnav is a library that makes mapping data easily accessible to
developers. It can automatically download mapping data from a variety of free
online sources, process that data, and make street maps of any place in the
United States available to developers and their applications. It can also
produce turn by turn directions from one place in the US to another.

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static library and header files for the libroadnav library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
LibRoadnav is a library that makes mapping data easily accessible to 
developers. It can automatically download mapping data from a variety of free
online sources, process that data, and make street maps of any place in the
United States available to developers and their applications. It can also
produce turn by turn directions from one place in the US to another.

This package contains the static libroadnav library and its header files needed
to compile applications such as roadnav, etc.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}alpha
%patch0 -p1

find . -name "Makefile*" -o -name "*.m4" -o -name "configure*" |xargs sed -i -e 's,configure.in,configure.ac,g'

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# cleanup
rm -rf %{buildroot}%{_datadir}/doc/%{name}


%changelog
* Wed Mar 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20-0.0.alpha.4
+ Revision: 0bd1426
- LOG Adjust automake stuff, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2654 |14cr|librra-0.14-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname rra

%define major 0
%define libname %mklibname %{shortname} %{major}
%define devname %mklibname %{shortname} -d

Summary:	SynCE: Communication application
Name:		librra
Version:	0.14
Release:	8
License:	MIT
Group:		System/Libraries
Url:		http://synce.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/synce/%{name}-%{version}.tar.gz
Patch0:		librra-0.14-libsynce.patch
BuildRequires:	python-pyrex
BuildRequires:	gettext-devel
BuildRequires:	libmimedir-devel
BuildRequires:	pkgconfig(libsynce)
BuildRequires:	pkgconfig(python)

%description
%{name} is part of the SynCE project.

%files
%doc README TODO
%{_bindir}/*
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	SynCE: Communication application
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
%{name} is part of the SynCE project.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/rra
%{_libdir}/pkgconfig/librra.pc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	SynCE: Communication application
Group:		System/Libraries

%description -n %{libname}
%{name} is part of the SynCE project.

%files -n %{libname}
%{_libdir}/librra.so.%{major}*

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	SynCE: Communication application
Group:		System/Libraries

%description -n python-%{name}
%{name} is part of the SynCE project.

%files -n python-%{name}
%{py_platsitedir}/pyrra.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
perl -pi -e 's/-Werror//' lib/Makefile.in

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--with-libsynce=%{_prefix} \
	--includedir=%{_includedir}/rra
%make includedir=%{buildroot}%{_includedir}/rra

%install
%makeinstall includedir=%{buildroot}%{_includedir}/rra


%changelog
* Mon Sep 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.14-8
+ Revision: a2bacf0
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2655 |14cr|librtfcomp-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		librtfcomp
Version:	1.2
Release:	2

%define 	major 0
%define		libname	%mklibname rtfcomp %major

Summary:	Library to read and write compressed RTF files
License:	GPL
Group:		System/Libraries
URL:		http://synce.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/synce/SynCE/librtfcomp/%{name}-%{version}.tar.gz
BuildRequires:	python-devel python-pyrex

%description
Can decompress and recompress compressed RTF and convert from 
UTF8 to RTF for use in things like the AirSync protocols.

%package -n	%{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
Can decompress and recompress compressed RTF and convert from 
UTF8 to RTF for use in things like the AirSync protocols

%package -n	%{libname}-devel
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{libname}-devel
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%package -n	python-%{libname}
Summary:	Python bindings for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}
Provides:	python-%{name}

%description -n	python-%{libname}
This package contains the python bindings for %{name}.

%prep
%setup -q

%build
%configure2_5x --program-prefix=rtfcomp- \
	       --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}
%{_libdir}/%{name}.so.%{major}.*

%files -n %{libname}-devel
%{_includedir}/rtfcomp/*.h
%{_libdir}/%{name}.so

%files -n python-%{libname}
%{py_platsitedir}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-2
+ Revision: 1cf7f76
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2656 |14cr|libsbml-3.4.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Systems Biology Markup Language (SBML) library
Name:		libsbml
Version:	3.4.1
Release:	6
Source:         http://prdownloads.sourceforge.net/sbml/%{name}-%{version}-src.tar.bz2
License:	LGPL
Group:		System/Libraries
Url:		http://sbml.org/libsbml.html
Requires:	swig python
BuildRequires:  swig xerces-c-devel python-devel tetex-latex tetex-dvips zlib-devel bzip2-devel

# Avoid dependency on internal lib provided by the package itself
%define __noautoreq 'libsbml.so.*'

%description
The Systems Biology Markup Language (SBML) is a computer-readable format for 
representing models of biochemical reaction networks. SBML is applicable 
to metabolic networks, cell-signaling pathways, genomic regulatory networks,
and many other areas in systems biology.

LIBSBML is a C application programming interface (API) library for reading, 
writing and manipulating the SBML. Currently, the library supports all of 
SBML Level 1 Version 1 and Version 2, and nearly all of SBML Level 2 Version 1.
(The still-unimplemented parts of Level 2 are support for RDF and support
for MathML's semantics, annotation and annotation-xml elements. 
These will be implemented in the near future.)


%package -n %{name}-devel
Summary:        Header files for development with the Systems Biology Markup Language (SBML)
Group:          Development/C
Requires:       %{name} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{name}-devel
This package provides the necessary development libraries and includes
files to allow you to develop with the Systems Biology Markup Language (SBML)


%package -n %{name}-static-devel
Summary:        Static libraries for the Systems Biology Markup Language (SBML) library
Group:          Development/C
Requires:       %{name}-devel = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}

%description -n %{name}-static-devel
This package includes the static libraries necessary for developing programs 
which will use the Systems Biology Markup Language (SBML)


%package doc
Summary:        Documentation for libSBML
Group:          Development/C
Requires:       %{name} = %{version}-%{release}

%description doc
This package contains the developer's documentation


%prep

%setup -q

%build

%configure --with-xerces --with-swig --with-python
%make -j1

%install
%makeinstall_std

%files -n %{name}
%defattr(-,root,root)
%{_libdir}/*.so
%doc COPYING.txt
%py_platsitedir/*

%files -n %{name}-devel
%defattr(-,root,root)
%{_includedir}/sbml/

%files -n %{name}-static-devel
%defattr(-,root,root)
%{_libdir}/*.a
%{_libdir}/pkgconfig/libsbml.pc

#%files doc
#%defattr(-,root,root)
#%{_docdir}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.1-6
+ Revision: f8b9362
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2657 |14cr|libsemanage-2.0.31-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname semanage %{major}
%define devname %mklibname semanage -d
%define sdevname %mklibname semanage -d -s

Summary:	SELinux binary policy manipulation library
Name:		libsemanage
Version:	2.0.31
Release:	5
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.selinuxproject.org
Source0:	http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
#Source1:	http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz.sign
Patch0:		libsemanage-rhat.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	bzip2-devel
BuildRequires:	selinux-devel
BuildRequires:	sepol-devel
BuildRequires:	ustr-static-devel
BuildRequires:	pkgconfig(python)

%description
Security-enhanced Linux is a feature of the Linux® kernel and a number
of utilities with enhanced security functionality designed to add
mandatory access controls to Linux.  The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement®, Role-based Access
Control, and Multi-level Security.

libsemanage provides an API for the manipulation of SELinux binary policies.
It is used by checkpolicy (the policy compiler) and similar tools, as well
as by programs like load_policy that need to perform specific transformations
on binary policies such as customizing policy boolean settings.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	SELinux binary policy manipulation library
Group:		System/Libraries
Provides:	semanage = %{EVRD}

%description -n %{libname}
libsemanage provides an API for the manipulation of SELinux binary policies.
It is used by checkpolicy (the policy compiler) and similar tools, as well
as by programs like load_policy that need to perform specific transformations
on binary policies such as customizing policy boolean settings.

%files -n %{libname}
%config(noreplace) /etc/selinux/semanage.conf
/%{_lib}/libsemanage.so.1

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries used to build policy manipulation tools
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	semanage-devel = %{EVRD}

%description -n %{devname}
The libsemanage-devel package contains the libraries and header files
needed for developing applications that manipulate binary policies.

%files -n %{devname}
%{_libdir}/libsemanage.so
%dir %{_includedir}/semanage
%{_includedir}/semanage/*.h
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libraries used to build policy manipulation tools
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	semanage-static-devel = %{EVRD}

%description -n %{sdevname}
The libsemanage-devel package contains the static libraries
needed for developing applications that manipulate binary policies.

%files -n %{sdevname}
%{_libdir}/libsemanage.a

#----------------------------------------------------------------------------

%package -n python-semanage
Summary:	Python bindings for %{name}
Group:		Development/Python

%description -n python-semanage
This package contains python bindings for %{name}.

%files -n python-semanage
%{_libdir}/python*/site-packages/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make clean
%make CFLAGS="-fPIC %{optflags}" CC=gcc

%install
mkdir -p %{buildroot}/%{_lib}
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_includedir}
make DESTDIR="%{buildroot}" LIBDIR="%{buildroot}%{_libdir}" SHLIBDIR="%{buildroot}/%{_lib}" install install-pywrap


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.31-5
+ Revision: 5d534ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2658 |14cr|libsexymm-0.1.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name libsexymm
%define version 0.1.9
%define release 6
%define major 2
%define libname %mklibname sexymm %major

Summary: Collection of widgets for gtkmm
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://releases.chipx86.com/libsexy/%name/%{name}-%{version}.tar.bz2
License: LGPL
Group: System/Libraries
Url: http://www.chipx86.com/wiki/Libsexy
BuildRequires: pkgconfig(libsexy)
BuildRequires: pkgconfig(gdkmm-2.4)

%description
This is a collection of widgets for gtkmm.

%package -n %libname
Group:System/Libraries
Summary: Collection of widgets for gtkmm

%description -n %libname
This is a collection of widgets for gtkmm.

%package -n %libname-devel
Group:Development/C++
Summary: Collection of widgets for gtkmm
Requires: %libname = %version
Provides: libsexymm-devel = %version-%release
%description -n %libname-devel
This is a collection of widgets for gtkmm.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%files -n %libname
%_libdir/*.so.%{major}*

%files -n %libname-devel
%doc ChangeLog AUTHORS NEWS
%_includedir/*
%_libdir/*.so
%_libdir/*.a
%_libdir/%name
%_libdir/pkgconfig/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.9-6
+ Revision: cc7d667
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2659 |14cr|libshairport-1.2.1-0.git20120111.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1
%define	libname	%mklibname shairport %{major}
%define	devname	%mklibname shairport -d

%define	snap	20120111
%define	rel	2

Summary:	Apple RAOP server library
Name:		libshairport
Version:	1.2.1
Release:	0.git%{snap}.%{rel}
License:	MIT
Group:		System/Libraries
URL:		https://github.com/amejia1/libshairport
# git archive --prefix libshairport-20120111/ master | xz > libshairport-20120111.tar.xz
Source:		%{name}-%{snap}.tar.xz
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(ao)

%description
This library emulates an AirPort Express for the purpose of streaming
music from iTunes and compatible iPods. It implements a server for the
Apple RAOP protocol.

ShairPort does not support AirPlay v2 (video and photo streaming).

%package -n %{libname}
Summary:	Shared library of libshairport
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
libshairport is an Apple RAOP server library.

This package contains the library needed to run programs dynamically
linked with libshairport.

%package -n %{devname}
Summary:	Headers for libshairport development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
# we are not actually linking against it (just using the headers), so this
# doesn't get added automatically:
Requires:	pkgconfig(ao)
Provides:	shairport-devel = %{EVRD}

%description -n %{devname}
libshairport is an Apple RAOP server library.

This package contains the headers that are needed to compile
applications that use libshairport.

%prep
%setup -q -n %{name}-%{snap}

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%doc README
%{_libdir}/*.so
%dir %{_includedir}/shairport
%{_includedir}/shairport/*.h
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Thu Oct 11 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.1-0.git20120111.2
+ Revision: 06766e9
- LOG Drop .la files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2660 |14cr|libsigc++1.2-1.2.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname libsigc++

%define api 1.2
%define major 5
%define libname %mklibname sigc++ %{api} %{major}
%define devname %mklibname sigc++ %{api} -d

Summary:	The Typesafe Signal Framework for C++
Name:		%{pkgname}%{api}
Version:	1.2.7
Release:	6
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://libsigc.sourceforge.net/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/libsigc++/%{pkgname}-%{version}.tar.bz2

%description
Callback system for use in widget libraries, abstract interfaces, and
general programming.

This library implements a full callback system for use in widget
libraries, abstract interfaces, and general programming. Originally part
of the Gtk-- widget set, %{pkgname} is now a separate library to provide for
more general use. It is the most complete library of its kind with the
ablity to connect an abstract callback to a class method, function, or
function object. It contains adaptor classes for connection of dissimilar
callbacks and has an ease of use unmatched by other C++ callback
libraries.

Package gtkmm, which is a c++ binding to the famous gtk+ library, uses
%{pkgname}.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The Typesafe Signal Framework for C++
Group:		System/Libraries

%description -n %{libname}
Callback system for use in widget libraries, abstract interfaces, and
general programming.

This library implements a full callback system for use in widget
libraries, abstract interfaces, and general programming. Originally part
of the Gtk-- widget set, %{pkgname} is now a separate library to provide for
more general use. It is the most complete library of its kind with the
ablity to connect an abstract callback to a class method, function, or
function object. It contains adaptor classes for connection of dissimilar
callbacks and has an ease of use unmatched by other C++ callback
libraries.

Package gtkmm, which is a c++ binding to the famous gtk+ library, uses
%{pkgname}.

%files -n %{libname}
%doc AUTHORS COPYING.LIB FEATURES NEWS README
%{_libdir}/libsigc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for the Typesafe Signal Framework for C++
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}sigc++1.2_5-devel < 1.2.7-5
Obsoletes:	%{_lib}sigc++1.2_5-devel < 1.2.7-5

%description -n %{devname}
This package contains the headers and static libraries of %{pkgname},
which are needed when developing or compiling applications which use
%{pkgname}.

%files -n %{devname}
%doc ChangeLog TODO IDEAS doc/[[:lower:]]*
%{_includedir}/*
%{_libdir}/libsigc-%{api}.so
%{_libdir}/pkgconfig/*
%{_libdir}/sigc++-%{api}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{pkgname}-%{version}

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

rm -rf doc/tests
mkdir doc/tests
cp tests/*.cc tests/README tests/Makefile doc/tests/

rm -rf doc/examples
mkdir doc/examples
cp examples/*.cc examples/Makefile doc/examples/

# remove files not bundled
rm -f doc/manual/README

%check
make check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.7-6
+ Revision: 68d1e0f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2661 |14cr|libsignon-glib-1.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	1.0
%define major	1
%define libname	%mklibname signon-glib %{major}
%define girname	%mklibname signon-glib-gir %{api}
%define devname	%mklibname -d signon-glib

Summary:	Authorization and authentication management for glib
Name:		libsignon-glib
Version:	1.8
Release:	2
Group:		System/Libraries
License:	LGPLv2
Url:		http://code.google.com/p/accounts-sso/
Source0:	http://accounts-sso.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	python-gi >= 2.90
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(check) >= 0.9.4
BuildRequires:	pkgconfig(gio-2.0) >= 2.30
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.26
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(pygobject-3.0) >= 2.90
BuildRequires:	pkgconfig(signond) >= 8.40

%description
libsignon-glib provides authorization and authentication management for GLib
applications.

%package -n %{libname}
Group:		System/Libraries
Summary:	Accounts and SSO (Single Sign-On) framework

%description -n %{libname}
libsignon-glib provides authorization and authentication management for GLib
applications.

%package -n %{girname}
Group:		System/Libraries
Summary:	GObject Introspection interface description for %{name}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%package -n python-%{name}
Summary:	Python binding for %{name}
Group:		Development/Python

%description -n python-%{name}
Python binding for %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static
make

%install
%makeinstall_std
rm -fr %{buildroot}%{_prefix}/doc

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Signon-%{api}.typelib

%files -n %{devname}
%doc COPYING AUTHORS
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}
%{_datadir}/gir-1.0/Signon-%{api}.gir
%{_datadir}/gtk-doc/html/%{name}
%{_datadir}/vala/vapi/*

%files -n python-%{name}
%py_platsitedir/gi/overrides/Signon.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8-2
+ Revision: f3efdad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2662 |14cr|libsnet-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname snet %{major}
%define libnamep %mklibname snet_p %{major}
%define devname %mklibname snet -d

Summary:	The libsnet library
Name:		libsnet
Version:	1.0.0
Release:	2
Epoch:		1
License:	BSD
Group:		System/Libraries
Url:		http://sourceforge.net/projects/libsnet
Source0:	%{name}-%{version}.tar.gz
Patch0:		libsnet-makefile_fixes.diff
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
The libsnet library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The libsnet library
Group:		System/Libraries

%description -n %{libname}
The libsnet library.

%files -n %{libname}
%{_libdir}/libsnet.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamep}
Summary:	The libsnet library
Group:		System/Libraries
Conflicts:	%{_lib}sname0 < 1:1.0.0

%description -n %{libnamep}
The libsnet library.

%files -n %{libnamep}
%{_libdir}/libsnet_p.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static library and header files for the libsnet library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamep} = %{EVRD}
Provides:	snet-devel = %{EVRD}
Provides:	libsnet-devel = %{EVRD}

%description -n	%{devname}
This package contains the static libsnet library and its header
files needed to compile applications such as radmind, nefu, etc.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# lib64 fixes
perl -pi -e "s|/lib\b|/%{_lib}|g" *

%build
export OPTOPTS="%{optflags} -fPIC"
export LIBS="-lcrypto -lssl -lsasl2 -lz"

%configure2_5x \
	--enable-shared \
	--disable-static \
	--with-zlib=%{_prefix} \
	--with-ssl=%{_prefix} \
	--with-sasl=%{_prefix}

%make

%install
%makeinstall


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.0.0-2
+ Revision: 557e7bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2663 |14cr|libsodium-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 10
%define libname %mklibname sodium %{major}
%define devname %mklibname sodium -d

Name:           libsodium
Version:        0.6.0
Release:        2
Group:          System/Libraries
Summary:        The Sodium crypto library
License:        ISC
URL:            http://libsodium.org/
Source0:        http://download.libsodium.org/libsodium/releases/%{name}-%{version}.tar.gz

%description
Sodium is a new, easy-to-use software library for encryption, decryption, 
signatures, password hashing and more. It is a portable, cross-compilable, 
installable, packageable fork of NaCl, with a compatible API, and an extended 
API to improve usability even further. Its goal is to provide all of the core 
operations needed to build higher-level cryptographic tools. The design 
choices emphasize security, and "magic constants" have clear rationales.

The same cannot be said of NIST curves, where the specific origins of certain 
constants are not described by the standards. And despite the emphasis on 
higher security, primitives are faster across-the-board than most 
implementations of the NIST standards.

%package -n     %{libname}
Summary:        The Sodium crypto library
Group:          System/Libraries

%description -n %{libname}
Sodium is a new, easy-to-use software library for encryption, decryption, 
signatures, password hashing and more. It is a portable, cross-compilable, 
installable, packageable fork of NaCl, with a compatible API, and an extended 
API to improve usability even further. Its goal is to provide all of the core 
operations needed to build higher-level cryptographic tools. The design 
choices emphasize security, and "magic constants" have clear rationales.

The same cannot be said of NIST curves, where the specific origins of certain 
constants are not described by the standards. And despite the emphasis on 
higher security, primitives are faster across-the-board than most 
implementations of the NIST standards.

%package -n     %{devname}
Summary:        Development related files of %{name}
Group:          Development/C
Provides:       %{name}-devel = %{version}-%{release}
Requires:       %{libname} = %{EVRD}

%description -n %{devname}
This package contains headers and other necessary files to develop.
or compile applications that use %{name}.


%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-silent-rules
%make

%install
%makeinstall_std

%check
make check

%files -n %{libname}
%doc LICENSE
%{_libdir}/libsodium.so.%{major}*

%files -n %{devname}
%doc AUTHORS ChangeLog README.markdown THANKS
%doc test/default/*.{c,h}
%{_includedir}/sodium.h
%{_includedir}/sodium/
%{_libdir}/libsodium.so
%{_libdir}/pkgconfig/libsodium.pc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-2
+ Revision: c2f82c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2664 |14cr|libsoundtouch4c-0.5-0.b1.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta b1
%define	major 0
%define libname %mklibname soundtouch4c %{major}
%define develname %mklibname -d soundtouch4c

Summary:	A wrapper for soundtouch so you can use it in C programs
Name:		libsoundtouch4c
Version:	0.5
Release:	%mkrel -c %beta 2
Group:		System/Libraries
License:	GPL
URL:		http://lobstertech.com/2006/aug/23/soundtouch4c/
Source0:	http://lobstertech.com/media/file/libsoundtouch4c/soundtouch4c-%{version}b.tar.gz
BuildRequires:	pkgconfig(soundtouch) >= 1.3.1
BuildRequires:	libtool

%description
A wrapper for soundtouch so you can use it in C programs

%package -n	%{libname}
Summary:	A wrapper for soundtouch so you can use it in C programs
Group:          System/Libraries

%description -n	%{libname}
A wrapper for soundtouch so you can use it in C programs

This package contains the shared libraries for libsoundtouch4c.

%package -n	%{develname}
Summary:	Development package with static libs and headers
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	soundtouch4c-devel = %{version}-%{release}

%description -n	%{develname}
Static libraries and header files for libsoundtouch4c.

%prep
%setup -q -n soundtouch4c-%{version}b

%build
%configure2_5x \
    --enable-shared
%make

%install
%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS COPYING
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

%files -n %{develname}
%defattr(-,root,root)
%{_bindir}/soundtouch4c-demo
%{_datadir}/aclocal/*.m4
%{_mandir}/man7/*.7.*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Sun Oct 14 2012 SymbianFlo <symbianflo@mandrivausers.ro> 0.5-0.b1.2
+ Revision: c24935b
- LOG delete la files spec clean , switch to pkgconfig style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2665 |14cr|libspatialite-3.1.0-0.RC2.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	beta	RC2

Name:		libspatialite
Version:	3.1.0
Release:	0.%{beta}.1
Summary:	SpatiaLite extension enables SQLite to support spatial data 
Group:		System/Libraries
License:	MPL
URL:		http://www.gaia-gis.it
Source0:	%{name}-%{version}-%{beta}.tar.gz
Patch0:		libspatialite-3.1.0-RC2-linkage.patch
BuildRequires:	sqlite3-devel
BuildRequires:	freexl-devel
BuildRequires:	geos-devel
BuildRequires:	proj-devel

%description
Core package.

#-------------------------------------------------------------------------------------

%define major 3
%define libname %mklibname spatialite %{major}

%package -n	%{libname}
Summary:	SpatiaLite extension enables SQLite to support spatial data
Group:		System/Libraries

%description -n	%{libname}
The SpatiaLite extension enables SQLite to support spatial data too [aka
GEOMETRY], in a way conformant to OpenGis specifications supports standard
WKT and WKB formats:
- implements SQL spatial functions such as AsText(), GeomFromText(), Area(),
PointN() and alike
- the complete set of OpenGis functions is supported via GEOS, this
comprehending sophisticated spatial analysis functions such as Overlaps(),
Touches(), Union(), Buffer() ..
- supports full Spatial metadata along the OpenGis specifications
- supports importing and exporting from / to shapefiles
- supports coordinate reprojection via PROJ.4 and EPSG geodetic parameters
 dataset
- supports locale charsets via GNU libiconv
- implements a true Spatial Index based on the SQLite's RTree extension

%files -n %{libname}
%{_libdir}/libspatialite.so.%{major}*

#-------------------------------------------------------------------------------------

%define develname %mklibname -d spatialite

%package -n	%{develname}
Summary:	Devel files for spatialite library
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	spatialite-devel =  %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{develname}
Devel files for spatialite library

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#-------------------------------------------------------------------------------------

%define develname_static %mklibname -d -s spatialite

%package -n	%{develname_static}
Summary:	Devel files for spatialite library
Group:		Development/C
Provides:	%{name}-static-devel = %{version}-%{release}
Provides:	spatialite-static-devel =  %{version}-%{release}
Requires:	%{develname} = %{version}-%{release}

%description -n	%{develname_static}
Devel files for spatialite library

%files -n %{develname_static}
%{_libdir}/*.a

#-------------------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{beta}
%patch0 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Sun Nov 18 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.0-0.RC2.1
+ Revision: 02a13e8
- LOG New version 3.1.0-RC2, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2666 |14cr|libspectrum-1.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 8
%define libname %mklibname spectrum %{major}
%define devname %mklibname spectrum -d

Summary:	Library to work with ZX Spectrum emulator files
Name:		libspectrum
Version:	1.1.1
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://fuse-emulator.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(zlib)

%description
libspectrum is a fairly simple library designed to make the handling
of various ZX Spectrum emulator-related file formats easy.  So far it
handles:

* Snapshots: .z80, .szx, .sna (all read/write), .zxs, .sp., .snp and
  +D snapshots (read only).
* Tape images: .tzx, .tap (read/write) and Warajevo .tap (read only).
* Input recordings: .rzx (read/write).
* Timex cartridges: .dck (read only).
* IDE hard disk images: .hdf (read/write).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to work with ZX Spectrum emulator files
Group:		System/Libraries

%description -n %{libname}
libspectrum is a library which is designed to make the input and
output of ZX Spectrum emulator files slightly easier than it would be
otherwise. It should hopefully compile and run on Unix-based systems,
Win32 and Mac OS X.

Currently supported are:

* Snapshots: .z80, .szx, .sna (all read/write), .zxs, .sp., .snp and
  +D snapshots (read only).
* Tape images: .tzx, .tap (read/write) and Warajevo .tap (read only).
* Input recordings: .rzx (read/write).
* Timex cartridges: .dck (read only).
* IDE hard disk images: .hdf (read/write).

This package provides the libraries to handle ZX Spectrum emulator files.

%files -n %{libname}
%{_libdir}/libspectrum.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for programs which will use the libspectrum library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides the necessary development libraries and include
files to allow you to develop with libspectrum.

%files -n %{devname}
%doc COPYING README doc/libspectrum.txt
%{_libdir}/libspectrum.so
%{_includedir}/%{name}.h
%{_mandir}/man3/%{name}.3*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-3
+ Revision: 2ea7660
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2667 |14cr|libspf2-1.2.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname	%mklibname spf %{major}

Summary:	Implementation of the SPF specification
Name:		libspf2
Version:	1.2.9
Release:	6
License:	BSD
Group:		System/Libraries
URL:		http://www.libspf2.org/
Source0:	http://www.libspf2.org/spf/%{name}-%{version}.tar.gz

%description
libspf2 is an implementation of the SPF (Sender Policy Framework)
specification as found at:
http://www.ietf.org/internet-drafts/draft-mengwong-spf-00.txt
SPF allows email systems to check SPF DNS records and make sure
that an email is authorized by the administrator of the domain
name that it is coming from. This prevents email forgery, commonly
used by spammers, scammers, and email viruses/worms.

A lot of effort has been put into making it secure by design, and
a great deal of effort has been put into the regression tests.

%if "%{_lib}" != "lib"
%package -n	%{libname}
Summary:	Implementation of the SPF specification
Group:		System/Libraries

%description -n	%{libname}
libspf2 is an implementation of the SPF (Sender Policy Framework)
specification as found at:
http://www.ietf.org/internet-drafts/draft-mengwong-spf-00.txt
SPF allows email systems to check SPF DNS records and make sure
that an email is authorized by the administrator of the domain
name that it is coming from. This prevents email forgery, commonly
used by spammers, scammers, and email viruses/worms.

A lot of effort has been put into making it secure by design, and
a great deal of effort has been put into the regression tests.
%endif

%package -n	%{libname}-devel
Summary:	Development tools needed to build programs that use libspf2
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{libname}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{libname}-devel
The libspf2-devel package contains the header files and static
libraries necessary for developing programs using the libspf2
(Sender Policy Framework) library.

If you want to develop programs that will look up and process SPF
records, you should install libspf2-devel. You also need to
install the libspf2 package.

%package -n	spf2-utils
Summary:	Programs for making SPF queries using libspf2
Group:		System/Servers

%description -n	spf2-utils
Programs for making SPF queries and checking their results using
libspf2.

%prep

%setup -q

%build

# The configure script checks for the existence of __ns_get16 and uses the
# system-supplied version if found, otherwise one from src/libreplace.
# However, this function is marked GLIBC_PRIVATE in recent versions of glibc
# and shouldn't be called even if the configure script finds it. So we make
# sure that the configure script always uses the version in src/libreplace.
# This prevents us getting an unresolvable dependency in the built RPM.
cat > config.cache << EOF
ac_cv_func___ns_get16=no
EOF

%configure2_5x \
    --cache-file=config.cache

%make

%install
rm -rf %{buildroot}

%makeinstall_std

# install all headers
install -m0644 src/include/*.h %{buildroot}%{_includedir}/spf2/

# these binaries are needed by the tests above
rm -f %{buildroot}%{_bindir}/*_static

# rename the binaries to prevent file conflicts
cd  %{buildroot}%{_bindir}
    for f in *; do mv ${f} ${f}2; done
cd -

%files -n %{libname}
%doc README INSTALL LICENSES TODO
%{_libdir}/lib*.so.%{major}*

%files -n %{libname}-devel
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/spf2

%files -n spf2-utils
%{_bindir}/spfd2
%{_bindir}/spfquery2
%{_bindir}/spftest2
%{_bindir}/spf_example2



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.9-6
+ Revision: 498cbd0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2668 |14cr|libspopc-0.7.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname spopc %{major}
%define develname %mklibname spopc -d

Summary:	POP3 client library
Name:		libspopc
Version:	0.7.8
Release:	3
License:	LGPLv2+
Group:		System/Libraries
URL:		http://brouits.free.fr/libspopc/
Source0:	http://brouits.free.fr/libspopc/releases/%{name}-%{version}.tar.gz
Patch0:		libspopc-shared.diff
BuildRequires:	openssl-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
'libspopc' is a simple-to-use POP3 client library. It provides an easy and
quick way to host a POP3 client within a program to C developers without
exposing them to socket programming. However, the socket layer is also
accessible. libspopc allows mail programs to connect to many POP accounts and
manage email. It implements the client side of RFC 1939. The email client can
download email headers before downloading the entire message. 

%package -n	%{libname}
Summary:	POP3 client library
Group:          System/Libraries
Obsoletes:	%{name}
Provides:	%{name}

%description -n	%{libname}
'libspopc' is a simple-to-use POP3 client library. It provides an easy and
quick way to host a POP3 client within a program to C developers without
exposing them to socket programming. However, the socket layer is also
accessible. libspopc allows mail programs to connect to many POP accounts and
manage email. It implements the client side of RFC 1939. The email client can
download email headers before downloading the entire message. 

%package -n	%{develname}
Summary:	Development library and header files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{libname}-devel = %{version}
Obsoletes:	%{libname}-devel
Provides:	spopc-devel = %{version}
Obsoletes:	spopc-devel

%description -n	%{develname}
'libspopc' is a simple-to-use POP3 client library. It provides an easy and
quick way to host a POP3 client within a program to C developers without
exposing them to socket programming. However, the socket layer is also
accessible. libspopc allows mail programs to connect to many POP accounts and
manage email. It implements the client side of RFC 1939. The email client can
download email headers before downloading the entire message. 

This package contains the development library and header files for %{name} 

%prep

%setup -q -n %{name}-%{version}
%patch -p0

# fix attribs 
chmod 644 AUTHORS ChangeLog doc/README* README* doc/*.txt doc/*.html examples/*

%build

make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_libdir}

install -m0755 libspopc.so.%{version} %{buildroot}%{_libdir}/
ln -snf libspopc.so.%{version} %{buildroot}%{_libdir}/libspopc.so.0.7
ln -snf libspopc.so.%{version} %{buildroot}%{_libdir}/libspopc.so.0
ln -snf libspopc.so.%{version} %{buildroot}%{_libdir}/libspopc.so

install -m0755 libspopc.a %{buildroot}%{_libdir}/
install -m0644 libspopc.h %{buildroot}%{_includedir}/

cp doc/README README.examples

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog README doc/*.txt doc/*.html
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%doc README.examples examples
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.8-3
+ Revision: a97edfa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2669 |14cr|libsrcinst-2.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname srcinst

%define major 0
%define libname %mklibname %{shortname} %{major}
%define devname %mklibname %{shortname} -d

Summary:	Basic library used by sourceinstall
Name:		libsrcinst
Version:	2.5
Release:	6
License:	GPLv3+
Group:		System/Libraries
Url:		http://www.gnu.org/software/sourceinstall
Source0:	ftp://ftp.gnu.org/gnu/sourceinstall/%{name}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	info-install

%description
Libsrcinst is the basic library used by the sourceinstall application.
Sourceinstall provides a way to centralize source installation.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Basic library used by sourceinstall
Group:		System/Libraries

%description -n %{libname}
Libsrcinst is the basic library used by the sourceinstall application.
Sourceinstall provides a way to centralize source installation.

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers for the sourceinstall library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Libsrcinst is the basic library used by the sourceinstall application.
Sourceinstall provides a way to centralize source installation.

%files -n %{devname} -f %{name}.lang
%doc AUTHORS README.API TODO
%{_includedir}/%{shortname}
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
PATH=$PATH:/sbin %configure2_5x --disable-static
%make

%install
PATH=$PATH:/sbin %makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5-6
+ Revision: 8ae87c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2670 |14cr|libsrs2-1.0.18-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major _2
%define libname %mklibname srs %{major}
%define develname %mklibname srs -d

Summary:	SRS email address rewriting engine
Name:		libsrs2
Version:	1.0.18
Release:	9
License:	BSD
Group:		System/Libraries
URL:		http://www.libsrs2.org/
Source0:	http://www.libsrs2.org/srs/%{name}-%{version}.tar.bz2
BuildRequires:	autoconf2.5
BuildRequires:	libtool

%description
libsrs2 is the next generation SRS library. SPF verifies that the
Sender address of a mail matches (according to some policy) the
client IP address which submits the mail. When a mail is forwarded,
the sender address must be rewritten to comply with SPF policy. The
Sender Rewriting Scheme, or SRS, provides a standard for this
rewriting which is not vulnerable to attacks by spammers.

%package -n	%{libname}
Summary:	SRS email address rewriting engine
Group:		System/Libraries

%description -n	%{libname}
libsrs2 is the next generation SRS library. SPF verifies that the
Sender address of a mail matches (according to some policy) the
client IP address which submits the mail. When a mail is forwarded,
the sender address must be rewritten to comply with SPF policy. The
Sender Rewriting Scheme, or SRS, provides a standard for this
rewriting which is not vulnerable to attacks by spammers.

%package -n	%{develname}
Summary:	Development tools needed to build programs that use libsrs2
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	libsrs-devel = %{version}-%{release}
Obsoletes:	%{mklibname srs 2 -d}

%description -n	%{develname}
libsrs2 is the next generation SRS library. SPF verifies that the
Sender address of a mail matches (according to some policy) the
client IP address which submits the mail. When a mail is forwarded,
the sender address must be rewritten to comply with SPF policy. The
Sender Rewriting Scheme, or SRS, provides a standard for this
rewriting which is not vulnerable to attacks by spammers.

This package contains development files needed to compile softwares
against the SRS library.

%package -n	srs
Summary:	Command line interface to libsrs2
Group:		System/Servers

%description -n	srs
Command line interface to libsrs2

%prep

%setup -q

%build

%configure2_5x

make

%install
%makeinstall_std

install -d %{buildroot}%{_mandir}/man1
install -m0644 debian/srs.1 %{buildroot}%{_mandir}/man1/

%files -n %{libname}
%defattr(-,root,root)
%doc README NEWS AUTHORS
%{_libdir}/lib*.so.*

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/*.h

%files -n srs
%defattr(-,root,root)
%{_bindir}/srs
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.18-9
+ Revision: 6df182c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2671 |14cr|libsrs_alt-0.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname srs_alt %{major}
%define develname %mklibname srs_alt -d

Summary:	A C implementation of SRS
Name:		libsrs_alt
Version:	0.5
Release:	9
License:	GPL
Group:		System/Libraries
URL:		http://srs.mirtol.com/
Source0:	http://srs.mirtol.com/%{name}-%{version}.tar.bz2
BuildRequires:	autoconf2.5
BuildRequires:	libtool

%description
libsrs_alt is a C implementation of SRS (Sender Rewriting Scheme)

Features:

 o No external library requirements (from 0.4)
 o Quick and easy to use library interface
 o Support for database callback with SRS0
 o srs command line tool and srs daemon
 o All non-critical errors reported using function return value
 o Support for Exim (including database lookup) (See latest exiscan patch)
 o SRS Compliant
 o Automake/autoconf package 

%package -n	%{libname}
Summary:	A C implementation of SRS
Group:		System/Libraries

%description -n	%{libname}
libsrs_alt is a C implementation of SRS (Sender Rewriting Scheme)

Features:

 o No external library requirements (from 0.4)
 o Quick and easy to use library interface
 o Support for database callback with SRS0
 o srs command line tool and srs daemon
 o All non-critical errors reported using function return value
 o Support for Exim (including database lookup) (See latest exiscan patch)
 o SRS Compliant
 o Automake/autoconf package 

%package -n	%{develname}
Summary:	Development tools needed to build programs that use the %{name} library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}
Provides:	srs_alt-devel = %{EVRD}
Obsoletes:	%{mklibname srs_alt 0 -d}

%description -n	%{develname}
libsrs_alt is a C implementation of SRS (Sender Rewriting Scheme)

This package contains development files needed to compile softwares
against the libsrs_alt library.

%package -n	%{name}-utils
Summary:	Command line interface to %{name}
Group:		System/Servers

%description -n	%{name}-utils
Command line interface to %{name}

%prep

%setup -q

%build

%configure2_5x

make

%install
%makeinstall_std

mv %{buildroot}%{_bindir}/srs %{buildroot}%{_bindir}/srs_alt

%files -n %{libname}
%doc ChangeLog
%{_libdir}/lib*.so.*

%files -n %{develname}
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/*.h

%files -n %{name}-utils
%{_bindir}/srs_alt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-9
+ Revision: e8506c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2672 |14cr|libss7-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname %mklibname ss7 _%{major}
%define develname %mklibname ss7 -d

Summary:	Provides SS7 protocol services to applications
Name:		libss7
Version:	1.0.2
Release:	4
License:	GPL
Group:		System/Libraries
URL:		http://www.asterisk.org/
Source0:	http://ftp.digium.com/pub/libss7/%{name}-%{version}.tar.gz

%description
libss7 is a userspace library that is used for providing SS7 protocol services
to applications.  It has a working MTP2, MTP3, and ISUP for ITU and ANSI style
SS7, however it was written in a manner that will easily allow support for
other various national specific variants in the future.  For a working
reference implementation, see the various link test programs, as well as the
Asterisk Open Source PBX.

%package -n	%{libname}
Summary:	Provides SS7 protocol services to applications
Group:          System/Libraries

%description -n	%{libname}
libss7 is a userspace library that is used for providing SS7 protocol services
to applications.  It has a working MTP2, MTP3, and ISUP for ITU and ANSI style
SS7, however it was written in a manner that will easily allow support for
other various national specific variants in the future.  For a working
reference implementation, see the various link test programs, as well as the
Asterisk Open Source PBX.

%package -n	%{develname}
Summary:	Development libraries and headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	ss7-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
libss7 is a userspace library that is used for providing SS7 protocol services
to applications.  It has a working MTP2, MTP3, and ISUP for ITU and ANSI style
SS7, however it was written in a manner that will easily allow support for
other various national specific variants in the future.  For a working
reference implementation, see the various link test programs, as well as the
Asterisk Open Source PBX.

This package contains all of the development files that you will need in order
to compile %{name} applications.

%prep

%setup -q

# lib64 fix
find -name "Makefile" | xargs perl -pi -e 's|\$\(INSTALL_BASE\)/lib|\$\(INSTALL_BASE\)/%{_lib}|g'

%build

%make CFLAGS="%{optflags} -fPIC -DPIC -D_REENTRANT"

%install
rm -rf %{buildroot}

make \
    INSTALL_PREFIX="%{buildroot}" \
    install

%files -n %{libname}
%doc ChangeLog README NEWS*
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-4
+ Revision: 701d902
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2673 |14cr|libstatgrab-0.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name libstatgrab
%define version 0.17
%define release 2

%define shortname statgrab
%define major 6
%define libname %mklibname %shortname %major
%define libnamedevel %mklibname -d %shortname
%define libnamedevel_static %mklibname -d %shortname -s

Summary: Make system statistics
Name: %{name}
Version: %{version}
Release: %{release}
Source0: ftp://ftp.uk.i-scream.org/pub/i-scream/%{name}/%{name}-%{version}.tar.gz
Patch0: %{name}.nochmod.patch
License: LGPLv2+ and GPLv2+
Group: Monitoring
Url: http://www.i-scream.org/libstatgrab/

%description
Libstatgrab is a library that provides cross platform access to statistics
about the system on which it's run. It's written in C and presents a selection
of useful interfaces which can be used to access key system statistics. The
current list of statistics includes CPU usage, memory utilisation, disk usage,
process counts, network traffic, disk I/O, and more. 

The current list of platforms is Solaris 2.x, Linux, and FreeBSD 4.x/5.x.
The aim is to extend this to include as many operating systems as possible. 

The package also includes a couple of useful tools. The first, saidar,
provides a curses-based interface to viewing the current state of the 
system. The second, statgrab, gives a sysctl-style interface to the
statistics gathered by libstatgrab. This extends the use of libstatgrab
to people writing scripts or anything else that can't easily make C 
function calls. Included with statgrab is a script to generate an MRTG
configuration file to use statgrab. 

%package -n %shortname-tools
Summary: Tools from %name to monitoring the system
Group: Monitoring
License: GPLv2+

%description -n %shortname-tools
Libstatgrab is a library that provides cross platform access to statistics
about the system on which it's run. It's written in C and presents a selection
of useful interfaces which can be used to access key system statistics. The
current list of statistics includes CPU usage, memory utilisation, disk usage,
process counts, network traffic, disk I/O, and more. 

The current list of platforms is Solaris 2.x, Linux , and FreeBSD 4.x/5.x.
The aim is to extend this to include as many operating systems as possible. 

The package also includes a couple of useful tools. The first, saidar,
provides a curses-based interface to viewing the current state of the 
system. The second, statgrab, gives a sysctl-style interface to the
statistics gathered by libstatgrab. This extends the use of libstatgrab
to people writing scripts or anything else that can't easily make C 
function calls. Included with statgrab is a script to generate an MRTG
configuration file to use statgrab. 

%package -n %libname
Summary: The %name libraries
Group: System/Libraries
License: LGPLv2+
Provides: %name = %version-%release

%description -n %libname
Libstatgrab is a library that provides cross platform access to statistics
about the system on which it's run. It's written in C and presents a selection
of useful interfaces which can be used to access key system statistics. The
current list of statistics includes CPU usage, memory utilisation, disk usage,
process counts, network traffic, disk I/O, and more. 

The current list of platforms is Solaris 2.x, Linux, and FreeBSD 4.x/5.x.
The aim is to extend this to include as many operating systems as possible. 

The package also includes a couple of useful tools. The first, saidar,
provides a curses-based interface to viewing the current state of the 
system. The second, statgrab, gives a sysctl-style interface to the
statistics gathered by libstatgrab. This extends the use of libstatgrab
to people writing scripts or anything else that can't easily make C 
function calls. Included with statgrab is a script to generate an MRTG
configuration file to use statgrab. 

%package -n %libnamedevel
Summary: The development files from %name libraries
Group: Development/Other
License: LGPLv2+
Provides: %name-devel = %version-%release
Requires: %libname = %version

%description -n %libnamedevel
Libstatgrab is a library that provides cross platform access to statistics
about the system on which it's run. It's written in C and presents a selection
of useful interfaces which can be used to access key system statistics. The
current list of statistics includes CPU usage, memory utilisation, disk usage,
process counts, network traffic, disk I/O, and more. 

The current list of platforms is Solaris 2.x, Linux, and FreeBSD 4.x/5.x.
The aim is to extend this to include as many operating systems as possible. 

The package also includes a couple of useful tools. The first, saidar,
provides a curses-based interface to viewing the current state of the 
system. The second, statgrab, gives a sysctl-style interface to the
statistics gathered by libstatgrab. This extends the use of libstatgrab
to people writing scripts or anything else that can't easily make C 
function calls. Included with statgrab is a script to generate an MRTG
configuration file to use statgrab. 


%package -n %libnamedevel_static
Summary: The development static files from %name libraries
Group: Development/Other
License: LGPLv2+
Provides: %name-static-devel = %version-%release
Requires: %libname = %version
Requires: %name-devel = %version-%release

%description -n %libnamedevel_static
Libstatgrab is a library that provides cross platform access to statistics
about the system on which it's run. It's written in C and presents a selection
of useful interfaces which can be used to access key system statistics. The
current list of statistics includes CPU usage, memory utilisation, disk usage,
process counts, network traffic, disk I/O, and more. 

The current list of platforms is Solaris 2.x, Linux, and FreeBSD 4.x/5.x.
The aim is to extend this to include as many operating systems as possible. 

The package also includes a couple of useful tools. The first, saidar,
provides a curses-based interface to viewing the current state of the 
system. The second, statgrab, gives a sysctl-style interface to the
statistics gathered by libstatgrab. This extends the use of libstatgrab
to people writing scripts or anything else that can't easily make C 
function calls. Included with statgrab is a script to generate an MRTG
configuration file to use statgrab. 

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x

%make

%install
%makeinstall_std

%files -n %shortname-tools
%doc AUTHORS INSTALL README ChangeLog NEWS
%_bindir/*
%_mandir/*/*

%files -n %libname
%_libdir/*.so.%{major}*

%files -n %libnamedevel
%doc AUTHORS INSTALL README ChangeLog NEWS
%_libdir/*.so
%_includedir/*.h
%_libdir/pkgconfig/%name.pc

%files -n %libnamedevel_static
%_libdir/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17-2
+ Revision: b024b67
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2674 |14cr|libsynce-0.16-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname synce %{major}
%define devname %mklibname synce -d

Summary:	Basic library used by applications in the SynCE project
Name:		libsynce
Version:	0.16
Release:	7
License:	MIT
Group:		System/Libraries
Url:		http://synce.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/synce/SynCE/synce-core/synce-core-%{version}.tar.gz
BuildRequires:	dhcp-client
BuildRequires:	python-pyrex
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(udev)

%description
Libsynce is part of the SynCE project. It is a library of basic
functions used by the rest of the project.

#----------------------------------------------------------------------------

%package -n synce-core
Summary:	Basic library used by applications in the SynCE project
Group:		Communications
Conflicts:	librapi < 0.16
Obsoletes:	librapi < 0.16

%description -n synce-core
Synce-core is part of the SynCE project. It is a library of basic
functions used by the rest of the project.

%files -n synce-core
%{_datadir}/synce-core/dhclient.conf
%{_datadir}/synce-core/udev-synce-*
%{_datadir}/synce-core/synceconnector.py
%{_datadir}/dbus-1/system-services/org.synce.dccm.service
%{_sysconfdir}/ppp/ip-up.d/synce-udev-bt-ipup
%{_sysconfdir}/ppp/peers/synce-bt-peer
%{_sysconfdir}/dbus-1/system.d/org.synce.dccm.conf
/lib/udev/rules.d/*.rules
/lib/udev/synce-udev-rndis
/lib/udev/synce-udev-serial
%{_bindir}/*
%{_mandir}/man1/*.xz
%{_libdir}/dccm
%{_libdir}/synce-serial-chat

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Basic library used by applications in the SynCE project
Group:		System/Libraries
Requires:	synce-core >= %{EVRD}

%description -n %{libname}
Libsynce is part of the SynCE project. It is a library of basic
functions used by the rest of the project.

%files -n %{libname}
%{_libdir}/libsynce.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Basic library used by applications in the SynCE project
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	synce-core >= %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	synce-core-devel = %{EVRD}
Conflicts:	%{_lib}rapi-devel < 0.16
Obsoletes:	%{_lib}rapi-devel < 0.16

%description -n %{devname}
Libsynce is part of the SynCE project. It is a library of basic
functions used by the rest of the project.

%files -n %{devname}
%doc README TODO
%{_libdir}/libsynce.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/libsynce.pc
%{_mandir}/man3/*3*
%{_mandir}/man7/*7*

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	%{name} python package
Group:		System/Libraries
Conflicts:	librapi-python < 0.16
Obsoletes:	librapi-python < 0.16

%description -n python-%{name}
The python-%{name} package.

%files -n python-%{name}
%{python_sitearch}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n synce-core-%{version}

%build
export PATH=$PATH:/sbin/

%configure2_5x \
	--enable-udev-support \
	--disable-hal-support \
	--enable-dccm-file-support \
	--enable-odccm-support \
	--enable-python-bindings \
	--enable-bluetooth-support \
	--disable-static
%make

%install
%makeinstall_std

rm -fr %{buildroot}%{_datadir}/doc


%changelog
* Mon Sep 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.16-7
+ Revision: fe2a6c0
- Devel packages obsoletes librapi-devel (everything is ported to libsynce now)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2675 |14cr|libsysactivity-0.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1
# this pkg is kinda messed up
%define majorminorrelease	%{version}
%define libname	%mklibname	sysactivity %{major}
%define develname	%mklibname	sysactivity -d

Summary:	Library for retrieving statistics of the system`s activity
Name:		libsysactivity
Version:	0.6.3
Release:	2
Group:		System/Libraries
License:	LGPLv2+
URL:		http://sourceforge.net/projects/libsysactivity/
Source0:	http://downloads.sourceforge.net/project/%{name}/0.6.x/%{name}-%{version}.tar.gz

BuildRequires:	doxygen
BuildRequires:	cmake

%description
A lightweight library that retrieves statistics of the system's activity in a 
portable and thread safe way. In each OS that it supports it offers the same 
API for retrieving the activity of: hard disks, CPUs, memory, processes and 
network interfaces.

%package -n %{libname}
Summary:	Libraries for the %{name} package
Group:		System/Libraries

%description -n %{libname}
Libraries for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
%cmake 
%make

%install
%makeinstall_std -C build

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*
%{_libdir}/%{name}.so.%{majorminorrelease}

%files -n %{develname}
%doc CHANGELOG COPYING
%{_includedir}/%{name}
%{_libdir}/%{name}.so
%{_libdir}/cmake/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.3-2
+ Revision: 3ecec14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2676 |14cr|libsysstat-0.1.1-0.20140508.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define scmrev 20140508

%define major 0
%define libname %mklibname sysstat %{major}
%define devname %mklibname sysstat -d

Summary:	System status library for LXQt
Name:		libsysstat
Version:	0.1.1
%if "%{scmrev}" == ""
Release:	2
%else
Release:	0.%{scmrev}.1
%endif
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://lxqt.org
%if "%{scmrev}" == ""
Source0:	%{name}-%{version}.tar.bz2
%else
Source0:	%{name}-%{scmrev}.tar.xz
%endif
BuildRequires:	cmake
BuildRequires:	qt4-devel

%description
System status library for LXQt.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	System status library for LXQt
Group:		System/Libraries

%description -n %{libname}
System status library for LXQt.

%files -n %{libname}
%{_libdir}/libsysstat.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files (headers etc.) for %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libsysstat.so
%{_libdir}/pkgconfig/sysstat.pc
%{_datadir}/cmake/sysstat

#----------------------------------------------------------------------------

%prep
%if "%{scmrev}" == ""
%setup -q -n %{name}-%{version}
%else
%setup -q -n %{name}-%{scmrev}
%endif

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-0.20140508.1
+ Revision: e56991e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2677 |14cr|libticables-1.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libticables2

%define major 5
%define libname %mklibname ticables %{major}
%define develname %mklibname -d ticables

Summary:	Library to handle the different TI link cables
Name:		libticables
Version:	1.3.3
Release:	2
Epoch:		1
License:	LGPLv2+
Group:		Communications
Url:		http://tilp.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/tilp/%{oname}-%{version}.tar.bz2
Patch0:		libticables2-buildfix.patch
BuildRequires:	libusb-devel
BuildRequires:	glib2-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The TiCables library is a part of the TiLP project and constitutes with
the other libraries a complete framework for developping and/or linking
TI files oriented applications.

It is able to handle the different link cables designed for TI's graphing
calculators (also called handheld), without worrying about different link
cables characteristics as well as different platforms.

It supports all the currently available link cables:
- home-made parallel (aka $5-cable)
- home-made serial (aka $4-cable)
- TI's BlackLink
- TI's GrayLink
- TI's SilverLink
- AVRlink

It also supports some 'virtual' link cables for connection with emulators:
- Virtual TI (VTi)
- (Gtk)TiEmu

%package -n %{libname}
Summary:	Library to handle different TI link cables
Group:		System/Libraries
Provides:   %{name} = %epoch:%version-%release

%description -n %{libname}
The TiCables library is a part of the TiLP project and constitutes with
the other libraries a complete framework for developping and/or linking
TI files oriented applications.

It is able to handle the different link cables designed for TI's graphing
calculators (also called handheld), without worrying about different link
cables characteristics as well as different platforms.

It supports all the currently available link cables:
- home-made parallel (aka $5-cable)
- home-made serial (aka $4-cable)
- TI's BlackLink
- TI's GrayLink
- TI's SilverLink
- AVRlink

It also supports some 'virtual' link cables for connection with emulators:
- Virtual TI (VTi)
- (Gtk)TiEmu

%package -n %{develname}
Summary:	Development related files for %{name}
Group:		Development/Other
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{epoch}:%{version}-%{release}

%description -n %{develname}
This package contains headers and other necessary files to develop or compile
applications that use %{name}.

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p0

%build
%configure2_5x \
	--enable-logging \
	--disable-rpath \
	--enable-threads=pth

%make

%install
rm -rf %{buildroot}
%makeinstall_std gnulocaledir=%{buildroot}%{_datadir}/locale

%find_lang %{oname}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname} -f %{oname}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
# %{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.3.3-2
+ Revision: f4dd3fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2678 |14cr|libticables2-1.3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname ticables2 %{major}
%define develname %mklibname ticables2 -d

Name: libticables2
Version: 1.3.3
Release: 3
Url: http://sourceforge.net/projects/tilp
Source0: http://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.16/%{name}-%{version}.tar.bz2
Group: System/Libraries
License: GPLv2+
BuildRequires: libusb1-devel, pkgconfig(glib-2.0)
BuildRequires: autoconf automake libtool gettext-devel pkgconfig(libusb)
Requires: udev >= 154
Summary: Library for handling TI link cables
%description
Library for handling TI link cables

%package  -n %develname
Summary: Development files for %{name}
Group: Development/C
Requires: %libname = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release} 

%description -n %develname
This package contains the files necessary to develop applications using the
%{name} library.

%package  -n %libname
Summary: Development files for %{name}
Group: System/Libraries

%description -n %libname
This package contains the files necessary to develop applications using the
%{name} library.

%prep
%setup -q
autoreconf -i -f

%build
%configure2_5x --enable-libusb10
%make

%install
%makeinstall_std
rm -f %buildroot%{_libdir}/libticables2.la


mkdir -p %buildroot/lib/udev/rules.d
cat >%buildroot/lib/udev/rules.d/69-libticables.rules <<EOF
# This file was installed by the libticables2 Fedora package.

ACTION!="add", GOTO="libticables_end"

# serial device (assume TI calculator)
KERNEL=="ttyS[0-3]", TAG+="udev-acl"
# parallel device (assume TI calculator)
SUBSYSTEM=="ppdev", TAG+="udev-acl"
# SilverLink
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e001", TAG+="udev-acl"
# TI-84+ DirectLink
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e003", TAG+="udev-acl"
# TI-89 Titanium DirectLink
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e004", TAG+="udev-acl"
# TI-84+ SE DirectLink
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e008", TAG+="udev-acl"
# TI-Nspire DirectLink
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e012", TAG+="udev-acl"

LABEL="libticables_end"
EOF



%files -n %libname
%{_libdir}/libticables2.so.%{major}*
/lib/udev/rules.d/69-libticables.rules

%files -n %develname
%{_includedir}/tilp2
%{_libdir}/libticables2.so
%{_libdir}/pkgconfig/ticables2.pc
%{_datadir}/locale/fr/LC_MESSAGES/%{name}.mo



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-3
+ Revision: 6baf4c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2679 |14cr|libticalcs-1.1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libticalcs2
%define version 1.1.7
%define release 2


%define libticables_version 1.3.3
%define libtifiles_version 1.1.5

%define major 10
%define libname %mklibname ticalcs %{major}
%define develname %mklibname -d ticalcs

Summary:	Library to handle the different TI calculators
Name:		libticalcs
Version:	%{version}
Release:	%{release}
Epoch:		1
License:	LGPLv2+
Group:		Communications
URL:		http://tilp.sourceforge.net/
Source:		http://prdownloads.sourceforge.net/tilp/%{oname}-%{version}.tar.bz2 
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	libticables-devel >= %{libticables_version}
BuildRequires:	libtifiles-devel >= %{libtifiles_version}

%description
The TiCalcs library is a part of the TiLP project and constitutes with
the other libraries a complete framework for developping and/or linking
TI files oriented applications.

It is a library which brings about all the functions needed to communicate
with a Texas Instruments graphing calculator (or hand-held), without
worrying about packet oriented protocol, the file management and some
other stuffs. Currently, it does not support some education devices
(such as CBL/CBR and others).

It supports all currently available calculators and their associated file
formats:
- TI8x calculators: TI73, 82, 83, TI83+, 85 and 86 (with 2 sub-classes:
  TI73/83+ and 85/86).
- TI9x calculators: TI89, 92, 92+ and V200PLT.

%package	-n %{libname}
Summary:	Library to handle different TI calculators
Group:		System/Libraries


%description	-n %{libname}
The TiCalcs library is a part of the TiLP project and constitutes with
the other libraries a complete framework for developping and/or linking
TI files oriented applications.

It is a library which brings about all the functions needed to communicate
with a Texas Instruments graphing calculator (or hand-held), without
worrying about packet oriented protocol, the file management and some
other stuffs. Currently, it does not support some education devices
(such as CBL/CBR and others).

It supports all currently available calculators and their associated file
formats:
- TI8x calculators: TI73, 82, 83, TI83+, 85 and 86 (with 2 sub-classes:
  TI73/83+ and 85/86).
- TI9x calculators: TI89, 92, 92+ and V200PLT.


%package	-n %{develname}
Summary:	Development related files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{epoch}:%{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d ticalcs 4

%description	-n %{develname}
This package contains headers and other necessary files to develop 
or compile applications that use %{name}.

%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x --enable-static=yes
%make

%install
rm -rf ${RPM_BUILD_ROOT}
%makeinstall_std gnulocaledir=%{buildroot}%{_datadir}/locale

#fix conflicts with libticables-devel
rm -f %buildroot%_includedir/tilp/export.h

%find_lang %{oname}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf ${RPM_BUILD_ROOT}

%files -f %{oname}.lang
%defattr(-,root,root)

%files -n %{libname}
%defattr(-,root,root)
%doc COPYING
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

%files -n %{develname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_includedir}/tilp2/*
%{_libdir}/*.a
# %{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.1.7-2
+ Revision: 42264b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2680 |14cr|libticonv-1.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname ticonv %{major}
%define develname %mklibname ticonv -d

Summary:	Communicate with TI calculators
Name:		libticonv
Version:	1.1.3
Release:	3
Group:		System/Libraries
License:	GPLv2+
URL:		http://lpg.ticalc.org/prj_tilp
Source0:	%{name}-%{version}.tar.bz2
Patch0:		libticonv-foreign_package.patch
BuildRequires:	dos2unix
BuildRequires:	glib2-devel

%description
Communicate with TI calculators.

%package -n %{libname}
Summary:	Communicate with TI calculators
Group:		System/Libraries

%description -n %{libname}
Communicate with TI calculators.

%package -n %{develname}
Summary:	Development package for libticalcs library
Group:		Development/C
Provides:	ticonv-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname ticonv 1 -d}

%description -n %{develname}
This package contains the header files and static libraries needed to
develop applications with libticalcs.

%prep
%setup -q 
for i in ChangeLog AUTHORS README LOGO; do
    dos2unix $i
    iconv -f iso-8859-1 -t UTF-8 -o xxx $i && mv xxx $i
done

%build
%configure2_5x 

%make

%install
%makeinstall_std

%files -n %{libname} 
%doc ChangeLog AUTHORS README LOGO
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_includedir}/tilp2
# %{_libdir}/*.*
%{_libdir}/*.so
%{_libdir}/pkgconfig/ticonv.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-3
+ Revision: 1b35ab1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2681 |14cr|libtifiles-1.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libtifiles2
%define major 8
%define libname %mklibname tifiles %{major}
%define develname %mklibname tifiles -d

Summary:	Library for Ti File Format management
Name:		libtifiles
Version:	1.1.5
Release:	2
License:	LGPLv2+
Group:		Communications
URL:		http://tilp.sourceforge.net/
Source:		http://prdownloads.sourceforge.net/tilp/%{oname}-%{version}.tar.bz2
BuildRequires:	glib2-devel
BuildRequires:	ticonv-devel = 1.1.3
BuildRequires:	zlib-devel
BuildRequires:	bison
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The TiFiles library is a part of the TiLP project and constitutes
with the other libraries a complete framework for developping
and/or linking TI files oriented applications.

It is a library capable of reading/modifying/writing TI formatted
files and can group/ungroups files, without worrying about different
TI file formats.

It supports all the currently availablecables calculators and their associated
file formats:
- TI8x calculators: TI73, 82, 83, TI83+, 85 and 86 (with 2 sub-classes:
  TI 73/83+ and 85/86).
- TI9x calculators: TI89, 92, 92+ and V200PLT.

%package -n %{libname}
Summary:	Library for Ti File Format management
Group:		System/Libraries
# Requires:	%{name} = %{version}-%{release}

%description -n %{libname}
The TiFiles library is a part of the TiLP project and constitutes
with the other libraries a complete framework for developping
and/or linking TI files oriented applications.

It is a library capable of reading/modifying/writing TI formatted
files and can group/ungroups files, without worrying about different
TI file formats.

It supports all the currently available calculators and their associated
file formats:
- TI8x calculators: TI73, 82, 83, TI83+, 85 and 86 (with 2 sub-classes:
  TI 73/83+ and 85/86).
- TI9x calculators: TI89, 92, 92+ and V200PLT.

%package -n %{develname}
Summary:	Development related files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	tifiles-devel = %{version}-%{release}
Obsoletes:	%{name}-doc < %{version}
Provides:	%{name}-doc

%description -n	%{develname}
This package contains headers and other necessary files to develop 
or compile applications that use %{name}.

%prep
%setup -q -n %{oname}-%{version}


%build
%configure2_5x

%make

%install
rm -rf %{buildroot}
%makeinstall_std gnulocaledir=%{buildroot}%{_datadir}/locale
rm -rf %{buildroot}/%{_docdir}/%{name}-%{version}

%find_lang %{oname}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname} -f %{oname}.lang
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_includedir}/*
# %{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-2
+ Revision: fc24e82
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2682 |14cr|libtifiles2-1.1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 8
%define libname %mklibname tifiles2 %{major}
%define develname %mklibname tifiles2 -d

Name: libtifiles2
Version: 1.1.5
Release: 3
Url: http://sourceforge.net/projects/tilp
Source0: http://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.16/%{name}-%{version}.tar.bz2
Group: System/Libraries
License: GPLv2+
BuildRequires: libusb1-devel, pkgconfig(glib-2.0)
BuildRequires: pkgconfig(ticalcs2) pkgconfig(ticonv) 
BuildRequires: autoconf automake libtool gettext-devel pkgconfig(libusb)
Requires: udev >= 154
Summary: Library for handling TI link cables
%description
Library for handling TI link cables

%package  -n %develname
Summary: Development files for %{name}
Group: Development/C
Requires: %libname = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release} 

%description -n %develname
This package contains the files necessary to develop applications using the
%{name} library.

%package  -n %libname
Summary: Development files for %{name}
Group: System/Libraries

%description -n %libname
This package contains the files necessary to develop applications using the
%{name} library.

%prep
%setup -q
autoreconf -i -f

%build
%configure2_5x
%make

%install
%makeinstall_std
rm -f %buildroot%{_libdir}/*.la

%files -n %libname
%{_libdir}/libtifiles2.so.%{major}*

%files -n %develname
%{_includedir}/tilp2
%{_libdir}/libtifiles2.so
%{_libdir}/pkgconfig/tifiles2.pc
%{_datadir}/locale/fr/LC_MESSAGES/*.mo



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-3
+ Revision: fce039b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2683 |14cr|libtlen-1-6.20060309.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname tlen %major
%define develname	%mklibname -d tlen 
%define		_snapshot	20060309

Summary:	Tlen.pl client library
Name:		libtlen
Version:	1
Release:	%mkrel 6.%{_snapshot}.8
License:	GPLv2+
Group:		System/Libraries
Source0:	http://dl.sourceforge.net/sourceforge/tleenx/%{name}-%{_snapshot}.tar.gz
URL:		http://libtlen.sourceforge.net/
BuildRequires:	libstdc++-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description 
libtlen is a library providing an API for client programs which want
to use Tlen.pl.

%package -n %libname
Summary:	Development library for libtlen
Group:		Development/C
Obsoletes:	%{name} < %{version}-%{release}

%description -n %libname
libtlen is a library providing an API for client programs which want
to use Tlen.pl.

%package -n %develname
Summary:	Development library for libtlen
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libtlen-devel = %{version}-%{release}

%description -n %develname
This package is required to develop programs that use Tlen.pl
protocol.

%prep
%setup -q -n %{name}-%{_snapshot}

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%files -n %libname
%defattr(644,root,root,755)
%doc docs/AUTHORS docs/TODO
%attr(755,root,root) %{_libdir}/libtlen.so.%{major}*

%files -n %develname
%defattr(644,root,root,755)
%doc docs/*.html
%{_includedir}/*
%{_libdir}/libtlen.so
%{_libdir}/libtlen.a



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1-6.20060309.8
+ Revision: b47197e
- Automatic import for version 1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2684 |14cr|libtorrent-0.13.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 17
%define libname %mklibname torrent %major
%define libnamedev %mklibname -d torrent

Name:		libtorrent
Version:	0.13.3
Release:	2
Summary:	BitTorrent library written in C++ for *nix
License:	GPLv2+
Group:		Networking/File transfer
URL:		http://libtorrent.rakshasa.no/
Source0:	http://libtorrent.rakshasa.no/downloads/libtorrent-%{version}.tar.gz
Patch0:		libtorrent-0.13.1-fix-linking.patch
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires: 	pkgconfig(openssl)
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	cppunit-devel

%description
LibTorrent is a BitTorrent library written in C++ for *nix. It is designed to
avoid redundant copying and storing of data that other clients and libraries
suffer from. Licensed under the GPL.

Basic features have been implemented and a ncurses client is included. Sloppy
and biased test runs have shown that transferring a 200 MB file with libTorrent
uses 1/4 of the CPU time that the official BitTorrent client requires.

The library and client are under heavy development. They are stable enough to
handle any torrents I throw at them these days. 

Authors:
--------
    Jari Sundell <jaris@ifi.uio.no>

%package -n %{libname}
Summary:	BitTorrent library written in C++ for *nix
Group:		System/Libraries
Provides: %{name} = %{version}-%{release}

%description -n %libname
LibTorrent is a BitTorrent library written in C++ for *nix. It is designed to
avoid redundant copying and storing of data that other clients and libraries
suffer from. Licensed under the GPL.

Basic features have been implemented and a ncurses client is included. Sloppy
and biased test runs have shown that transferring a 200 MB file with libTorrent
uses 1/4 of the CPU time that the official BitTorrent client requires.

The library and client are under heavy development. They are stable enough to
handle any torrents I throw at them these days. 

Authors:
--------
    Jari Sundell <jaris@ifi.uio.no>

%package -n %{libnamedev}
Summary:	BitTorrent library written in C++ for *nix
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
# for some reason doesn't provide pkgconfig...
Provides:   pkgconfig(libtorrent) = %{version}-%{release}
Obsoletes:	%mklibname -d %name 10

%description -n %libnamedev
LibTorrent is a BitTorrent library written in C++ for *nix. It is designed to
avoid redundant copying and storing of data that other clients and libraries
suffer from. Licensed under the GPL.

Basic features have been implemented and a ncurses client is included. Sloppy
and biased test runs have shown that transferring a 200 MB file with libTorrent
uses 1/4 of the CPU time that the official BitTorrent client requires.

The library and client are under heavy development. They are stable enough to
handle any torrents I throw at them these days. 

Authors:
--------
    Jari Sundell <jaris@ifi.uio.no>

%prep
%setup -q
%apply_patches

autoreconf -fi

%build
export CFLAGS=$(echo %optflags|sed s/O2/O3/)
export CXXFLAGS=$(echo %optflags|sed s/O2/O3/)
%configure2_5x --with-posix-fallocate
%make

%install 
%makeinstall_std

find $RPM_BUILD_ROOT/%{_libdir} -name '*.la' -exec rm {} \;
  
%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{libnamedev}
%{_libdir}/lib*.so
%{_includedir}/torrent/
%{_libdir}/pkgconfig/%{name}.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13.3-2
+ Revision: a663cae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2685 |14cr|libtubo-4.7.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tubo
%define major 0
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Summary:	Interprocess communication used by xffm
Name:		libtubo
Version:	4.7.6
Release:	4
License:	GPLv2+
Group:		System/Libraries
Url:		http://xffm.sf.net
Source0:	http://downloads.sourceforge.net/project/xffm/libtubo/%{oname}-%{version}.tar.gz
Patch0:		tubo-4.7.6-rosa-linkage.patch
Patch1:		tubo-4.7.6-rosa-no_rpath.patch
BuildRequires:	autoconf2.5
BuildRequires:	automake1.9
BuildRequires:	glib-gettextize
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	xfce-dev-tools
BuildRequires:	pkgconfig(glib-2.0)

%description
The Libtubo library is small and simple function set to enable a process 
to run any other process in the background and communicate via 
the stdout, stderr and stdin file descriptors.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library of functions for interprocess communication
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libtubo.

%files -n %{libname}
%doc AUTHORS COPYING* ChangeLog NEWS* README*
%{_libdir}/libtubo.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for interprocess communication
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	tubo-devel = %{EVRD}

%description -n %{devname}
The libtubo-devel package contains the header files and libraries
necessary for developing programs using libtubo.

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/%{name}
%{_includedir}/tubo.h
%{_libdir}/libtubo.so
%{_libdir}/pkgconfig/%{oname}.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
aclocal -I /usr/share/xfce4/dev-tools/m4macros -I ./m4
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall


%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.6-4
+ Revision: a4be12d
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2686 |14cr|libtuxcap-1.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major 4.0
%define		libname		%mklibname tuxcap %{major}
%define		develname	%mklibname tuxcap -d
Name:		libtuxcap
Version:	1.4.0
Release:	3
License:	BSD
Summary:	Port of the PopCap Games Framework used for 2D game development
Group:		System/Libraries
Url:		http://sourceforge.net/projects/tuxcap/
Source:		%{name}-%{version}.tar.gz
Patch0:		libtuxcap-1.4.0-includes.patch
Patch1:		libtuxcap-1.4.0-libdir.patch
Patch2:		libtuxcap-1.4.0-imagemagick.patch

BuildRequires:	cmake
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:  imagemagick
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(python)

%description
The TuxCap Games Framework is a GNU/Linux and Mac OSX port of the PopCap
Games Framework used for 2D game development. It comes with PyCap Python
bindings, a fast 2D physics engine, a particle engine, widgets and many
documented examples.

%package -n %{libname}
Group:		System/Libraries
Summary:	Port of the PopCap Games Framework used for 2D game development

%description -n %{libname}
The TuxCap Games Framework is a GNU/Linux and Mac OSX port of the PopCap
Games Framework used for 2D game development. It comes with PyCap Python
bindings, a fast 2D physics engine, a particle engine, widgets and many
documented examples.

%package -n %{develname}
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Summary:	Development headers for %{name}

%description -n %{develname}
Development headers for TuxCap Games Framework

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%__sed -i '/pythondemo1/d' tuxcap/CMakeLists.txt

%build
%cmake
%make

%install

%makeinstall_std -C build

rm -fr %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc AUTHORS CHANGELOG COPYRIGHT README TODO doc/*
%{_includedir}/*
%{_libdir}/*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-3
+ Revision: 9fa0719
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2687 |14cr|libunity-6.12.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 9
%define libname %mklibname unity %{major}
%define develname %mklibname unity -d

Name:           libunity
Version:        6.12.0
Release:        3
License:        LGPLv3
Summary:        Unity instrumenting and integration library

Url:            http://launchpad.net/libunity
Group:          System/Libraries
Source0:        https://launchpad.net/libunity/6.0/%{version}/+download/libunity-%{version}.tar.gz
BuildRequires:  gtk-doc
BuildRequires:  pkgconfig(dbusmenu-glib-0.4)
BuildRequires:  pkgconfig(dee-1.0)
BuildRequires:  pkgconfig(gee-1.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  vala-devel
BuildRequires:  vala
BuildRequires:	intltool
BuildRequires:	gtk+3-devel

%description
Libunity is a shared library to be able to interact with the launcher and
add places in Unity environment.

%package -n %{libname}
Summary:        Unity instrumenting and integration library - shared libraries

Group:          System/Libraries

%description -n %{libname}
Unity instrumenting and integration library - shared libraries
Libunity is a shared library to be able to interact with the launcher and
add places in Unity environment.

%package -n %{develname}
Summary:        Unity instrumenting and integration library - development files

Group:          Development/C
Requires:       %{libname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
Unity instrumenting and integration library - development files
Libunity is a shared library to be able to interact with the launcher and
add places in Unity environment.

This package provides the development files required to build applications.

%package -n python-%{name}
Summary:        Python bindings for libunity

Group:          Development/Python
BuildRequires:	python-devel

%description -n python-%{name}
Unity instrumenting and integration library - python bindings
Libunity is a shared library to be able to interact with the launcher and
add places in Unity environment.

%prep
%setup -q

%build
%configure2_5x \
  --disable-static \
  --enable-gtk-doc
%make

%install
%makeinstall_std
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print


%files -n %{libname}
%{_libdir}/libunity.so.%{major}*
%{_libdir}/libunity/libunity-protocol-private.so.*
%{_libdir}/girepository-1.0/*.typelib

%files -n python-%{name}
%{py_platsitedir}/gi/overrides/Unity.*

%files -n %{develname}
%dir %{_includedir}/unity
%dir %{_datadir}/gir-1.0
%{_includedir}/unity/unity/
%{_libdir}/libunity.so
%{_libdir}/libunity/libunity-protocol-private.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/vala/vapi/
%{_datadir}/gir-1.0/*.gir
%{_bindir}/libunity-tool
%{_datadir}/glib-2.0/schemas/com.canonical.Unity.Lenses.gschema.xml

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.12.0-3
+ Revision: dcc7250
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2688 |14cr|libunity-misc-4.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	4
%define libname	%mklibname	unity-misc %{major}
%define develname	%mklibname	unity-misc -d

Name:           libunity-misc
Version:        4.0.4
Release:        2
License:        GPLv2,LGPLv2.1
Summary:        Miscellaneous differently licensed stuff for Unity
Url:            http://launchpad.net/libunity-misc
Group:          System/Libraries
Source0:        %{name}-%{version}.tar.gz
Patch0:			libunity-misc-4.0.4_werror.patch
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  gtk-doc

%description
This package provides miscellaneous stuff for Unity under several
licenses.

%package -n %{libname}
Summary:        Miscellaneous differently licensed stuff for Unity
Group:          System/Libraries

%description -n %{libname}
This package provides miscellaneous stuff for Unity under several
licenses.

%package -n %{develname}
Summary:        Development files for libunity-misc
Group:          Development/C
Requires:       %{libname} = %{version}-%{release}
Provides:		%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for miscellaneous stuff used in Unity under several
licenses.

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
   --disable-static
%make LIBS='-lm'

%install
%makeinstall_std
find %{buildroot}%{_libdir} -name "*.la" -type f -print -delete


%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/unity-misc/
%{_libdir}/*.so
%{_libdir}/pkgconfig/unity-misc.pc
%{_datadir}/gtk-doc/html/%{name}/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.4-2
+ Revision: 51faf3d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2689 |14cr|libuv-0.11.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sover 0.11
%define api 1.0
%define libname %mklibname uv %{sover}
%define devname %mklibname -d uv

Name:		libuv
Version:	0.11.21
Release:	2
Summary:	Platform layer for node.js

Group:		Development/Other
# the licensing breakdown is described in detail in the LICENSE file
License:	MIT and BSD and ISC
URL:		http://nodejs.org/
Source0:	http://libuv.org/dist/v%{version}/%{name}-v%{version}.tar.gz
Source2:	libuv.pc.in

BuildRequires: gyp

%description
libuv is a new platform layer for Node. Its purpose is to abstract IOCP on
Windows and libev on Unix systems. We intend to eventually contain all platform
differences in this library.


%package -n %{libname}
Summary:    %{summary}
Group:      System/Libraries

%description -n %{libname}
%{summary}

%package -n	%{devname}
Summary:	Development libraries for libuv
Group:		Development/C
Requires: %{libname} = %{version}-%{release}

%description -n %{devname}
Development libraries for libuv

%prep
%setup -q -n %{name}-v%{version}

%build
echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
        > m4/libuv-extra-automake-flags.m4
libtoolize --install --copy --force --automake
aclocal -I m4
autoconf
automake --add-missing --copy --foreign

export CFLAGS='%{optflags}'
export CXXFLAGS='%{optflags}'
%configure2_5x

%make

%install
%makeinstall_std
# Create the pkgconfig file
mkdir -p %{buildroot}/%{_libdir}/pkgconfig

sed -e "s#@prefix@#%{_prefix}#g" \
    -e "s#@exec_prefix@#%{_exec_prefix}#g" \
    -e "s#@libdir@#%{_libdir}#g" \
    -e "s#@includedir@#%{_includedir}#g" \
    -e "s#@version@#%{version}#g" \
    %{SOURCE2} > %{buildroot}/%{_libdir}/pkgconfig/libuv.pc

rm -f %{buildroot}%{_libdir}/*.a

%check
# Tests are currently disabled because some require network access
# Working with upstream to split these out
#./run-tests
#./run-benchmarks

%files -n %{libname}
%{_libdir}/libuv.so.*

%files -n %{devname}
%doc README.md AUTHORS LICENSE
%{_libdir}/libuv.so
%{_libdir}/pkgconfig/libuv.pc
%{_includedir}/uv*.h

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.21-2
+ Revision: a694b00
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2690 |14cr|libvformat-1.13-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	libvformat
%define version	1.13
%define release  7

%define major	0
%define libname %mklibname vformat %major

Name: 	 	%{name}
Summary: 	Library to read and write vcard files
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
Patch0:		%name-1.13-debian.diff
Patch1:		libvformat-1.13-fix-str-fmt.patch
URL:		http://sourceforge.net/projects/vformat/
License:	GPL
Group:		System/Libraries

%description
Library to read and write vcard files

%package -n 	%{libname}
Summary:        Dynamic libraries from %name
Group:          System/Libraries

%description -n %{libname}
Dynamic libraries from %name.

%package -n 	%{libname}-devel
Summary: 	Header files and static libraries from %name
Group: 		Development/C
Requires: 	%{libname} >= %{version}
Provides: 	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes: 	%name-devel

%description -n %{libname}-devel
Libraries and includes files for developing programs based on %name.

%prep
%setup -q -n %name-%version.orig
%patch0 -p1
%patch1 -p0

%build
%configure2_5x
%make
										
%install
# since we currently don't have c2man
perl -p -i -e 's|install-data-hook|||g' doc/Makefile
%makeinstall_std
rm -fr $RPM_BUILD_ROOT/%_bindir/vformat


%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{libname}-devel
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.13-7
+ Revision: cf14e4b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2691 |14cr|libvidcap-0.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname vidcap %{major}
%define develname	%mklibname vidcap -d

Name:		libvidcap
Version:	0.2.1
Release:	%{mkrel 3}
Summary:	Video capture library
Group:		System/Libraries
URL:		http://sourceforge.net/projects/%{name}
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
License:	LGPLv2+
BuildRoot:	%{_tmppath}/%{name}-root

%description
libvidcap is a cross-platform library for capturing video from webcams
and other video capture devices. 

%package -n %{libname}
Summary:	Video capture library
Group:		System/Libraries

%description -n %{libname}
libvidcap is a cross-platform library for capturing video from webcams
and other video capture devices. 

%package -n %{develname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
libvidcap is a cross-platform library for capturing video from webcams
and other video capture devices. 

%prep
%setup -q

%build
# or else it doesn't link right against libpthread...
export PTHREAD_LIBS="-lpthread"
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/*.so
%{_libdir}/*.*a
%{_includedir}/vidcap
%{_libdir}/pkgconfig/*.pc




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.2.1-3
+ Revision: 2abac1a
- Automatic import for version 0.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2692 |14cr|libvisual-projectm-2.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name libvisual-projectm
%define version 2.0.1
%define release 3
%define oname projectM_libvisual

Summary: Visualization module for libvisual based on projectM
Name: %{name}
Version: %{version}
Release: %{release}
#new source file, from http://sourceforge.net/projects/projectm/files/2.1.0/
Source0: http://downloads.sourceforge.net/project/projectm/2.1.0/%{oname}-%{version}-Source.tar.gz
License: LGPLv2+
Group: System/Libraries
Url: http://xmms-projectm.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: pkgconfig(libvisual-0.4)
BuildRequires: libprojectm-devel >= 1:2.0
BuildRequires: pkgconfig(sdl)
BuildRequires: cmake

%description
projectM is a reimplementation of Milkdrop under OpenGL.

%package data
Summary: Visualization library for OpenGL based on Milkdrop 
Group: Graphics

%description data
projectM is a reimplementation of Milkdrop under OpenGL. This contains data
files and presets.


%prep
%setup -q -n %oname-%version-Source

%build
cmake . -DCMAKE_INSTALL_PREFIX=%_prefix
%make

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog
%dir %_libdir/libvisual-0.4/
%dir %_libdir/libvisual-0.4/actor/
%_libdir/libvisual-0.4/actor/libprojectM_libvisual.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-3
+ Revision: 5ce75c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2693 |14cr|libvmime07-0.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define	libname %mklibname vmime07 _%{major}
%define develname %mklibname vmime07 -d

%if %mandriva_branch == Cooker
# Cooker
%define release 4
%else
# Old distros
%define subrel 2
%define release 1
%endif

Summary:	A powerful C++ class library for working with MIME/Internet messages
Name:		libvmime07
Version:	0.7.1
Release:	%release
License:	GPLv2+
Group:		System/Libraries
URL:		http://www.zarafa.com/wiki/index.php/Libvmime_patches
Source0:	http://developer.zarafa.com/download/libvmime-%{version}.tar.bz2
Patch0:		libvmime07-0.7.1-package.patch
# Early catches an exception of vmime when iconv was unable to convert a word from or to the requested charsets. This makes broken mails with invalid characters for a valid charset still be able to deliver. We'd rather have an email with a ? sign than a FallbackDelivery for the user.
Patch1:		libvmime07-0.7.1-charset-catch.patch
# Broken emails without a final boundary will still be able to deliver with all attachments. The final part without the boundary will be treated as an attachment.
Patch2:		libvmime07-0.7.1-missing-boundary.patch
# Makes the messageBuilder helper generate an mail without To or Cc headers. This way, an email with only Bcc entries will still be sent. This feature is mostly used by people to mask a mailing list or invitation that should be send to alot of people.
Patch3:		libvmime07-0.7.1-allow-no-recips-and-senders.patch
# We've seen broken mails with an invalid encoding. Unsure what 'bmoted-printable' actually is, we make vmime treat it as normal quoted-printable.
Patch4:		libvmime07-0.7.1-bmoted-printable.patch
# This patch makes sure that vmime does not parse trailing spaces on an header. Otherwise vmime will throw an exception and a fallback delivery wil be started.
Patch5:		libvmime07-0.7.1-strip-header-endspaces-and-header-end.patch
# Fixes parsing of an attachment filename that is between 66 and 76 characters long.
Patch6:		libvmime07-0.7.1-attachfnamelen.patch
# Bcc headers should not be send to the SMTP server. Some SMTP server automatically strip this header (Postfix, qmail), and others have an option for this (Exim).
Patch7:		libvmime07-0.7.1-remove-bcc.patch
# Fixes a small but crusial typo in a header of an MDN (read receipt) mail.
Patch8:		libvmime07-0.7.1-mdn-disposition.patch
# A header with the final recipient information was created, but not added to the MDN email. This patch adds this information to the mail.
Patch9:		libvmime07-0.7.1-mdn-final-recipient.patch
# On [WWW] Debian machines, you need to configure the locales (languages) that will be used on the system. When you use a locale (eg. LC_MESSAGES=nl_NL, but did not configure your distribution to have this locale present on your system, a NULL pointer would have thrown an exception in the std::string class. This makes sure that exception never happends.
Patch10:	libvmime07-0.7.1-broken-locale-error.patch
# Headers can be broken over multiple lines in an email. When the wrapped line directly started with quoted-printable, vmime copied this text as normal text, in stead of parsing it as quoted-printable.
Patch11:	libvmime07-0.7.1-qp-starts-on-second-line.patch
# This patch adds some characters that should be "escaped" in quoted-printable. With this fix you can have these characters in a fullname of an email address.
Patch12:	libvmime07-0.7.1-quoted-printable-specials.patch
# When an email header has the data part on the second line, vmime was unable to parse this data and skip adds the header as empty to it's internal structures. This makes sure these headers are still correctly parsed.
Patch13:	libvmime07-0.7.1-header-value-on-next-line.patch
# Fixes attachment names in Outlook Express which are long and have high characters.
Patch14:	libvmime07-0.7.1-oe-compatibility.patch
# Some mails have a special definition of the utf-7 character set, named unicode-1-1-utf-7. Since this name is not defined by iconv, we rename it to utf-7.
Patch15:	libvmime07-0.7.1-unicode-1-1-utf-7-charset.patch
# When a line in a plain text mail starts with a '.', the character needs to be escaped. VMime has a special filter for this, but due to a bug in this filter, a second line starting with a '.' would trigger a wrong buffer copy, and your email would contain double parts.
Patch16:	libvmime07-0.7.1-out-of-bounds-copy.patch
# Some broken generators may set the Content-Tranfer-Encoding header, but did not set any value. We'll assume the default value '7bit'.
Patch17:	libvmime07-0.7.1-default-transfer-encoding.patch
# Enables re-generation of broken content-id's that had no @ sign in them.
Patch18:	libvmime07-0.7.1-contentid-without-at.patch
# Small partial backport of some socket handling code from 0.8.1
# Only receiving data is handled better. It also has a timeout, when receiving data from a socket hasn't worked for 5 minutes. This isn't present in 0.8.1.
Patch19:	libvmime07-0.7.1-socket-backport-and-timeout-fix.patch
# When an email contains the same boundary to announce a new body part directly one after another, vmime would have crashed because the body part added to the object with size of (size_type)(-1). Thus having a body part of 4294967294 bytes on 32bit and 18446744073709551615 bytes on 64bit systems.
Patch20:	libvmime07-0.7.1-double-empty-boundary.patch
# Special characters break the quotedprintable encoding when they are typed after a ?. This fix also encodes ?-characters, so we can't break the encoding with this trick.
Patch21:	libvmime07-0.7.1-quoted-printable-encode-questionmark.patch
Patch22:	libvmime07-0.7.1-charset-output-buffer-full.patch
# Adds required include headers to compile with g++-4.3.
Patch23:	libvmime07-0.7.1-gcc-4.3-support.patch
# Fixes dates in headers which use a timezone definition, instead of a numeric timezone offset.
Patch24:	libvmime07-0.7.1-timezone-name.patch
# Adds the TCP_NODELAY flag to vmime sockets. This makes the SMTP connection much faster.
Patch25:	libvmime07-0.7.1-socket-tcp-nodelay.patch
# Workaround a static variable in the smart_ptr class using a pthread mutex, which fixes multi-threading issues in libvmime.
Patch26:	libvmime07-0.7.1-threading-remove-static_non-abi-change.patch
# Adds required include headers to compile with g++-4.4.
Patch27:	libvmime07-0.7.1-gcc-4.4-support.patch
# When constructing a plaintext only body without attachments, a copy of the body was made to set as the real body, and thus
# removing all the multiparts. However, the same reference is removed before setting the new body, thus invalidating that body
# we wish to copy, possibly resulting in a crash.
Patch28:	libvmime07-0.7.1-plain-bodycopy.patch
Patch29:	libvmime07-0.7.1-sigset-signal.patch
#Fixes RFC 2047 encoded fullname parsing. All addresses after a wrongly parsed address were not recognized anymore.
Patch30:	libvmime07-0.7.1-address-parse-encoded.diff
# Adds support for address headers that specify an (encoded) fullname with an empty email address, which was set by a <> marker.
Patch31:	libvmime07-0.7.1-fullname-without-email-address.diff
#Strips excessive spaces in parameterized headers. Backported from upstream svn.
Patch32:	libvmime07-0.7.1-strip-spaces-parameterized-headers.diff
# Allows non-rfc 7-bit and 8-bit encodings in Content-Transfer-Encoding headers.
Patch33:	libvmime07-0.7.1-allow-alternate-encodings.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
VMime is a powerful C++ class library for parsing, generating or
editing Internet RFC-[2]822 and MIME messages. VMime is designed
to provide a fast and an easy way to manipulate Internet mail
messages.

It also includes support for using messaging protocols (POP3, IMAP,
SMTP and maildir) with a lot of features supported: listing folders,
downloading and adding messages to folders, extracting parts from
message, getting and setting message flags and a lot more.

This package contains an old and deprecated version of libvmime.
You need it only if the software you are using hasn't been updated
to work with the newer version and the newer API.

%package -n	%{libname}
Summary:	Library associated with ncpfs
Group:		System/Libraries

%description -n	%{libname}
VMime is a powerful C++ class library for parsing, generating or
editing Internet RFC-[2]822 and MIME messages. VMime is designed
to provide a fast and an easy way to manipulate Internet mail
messages.

It also includes support for using messaging protocols (POP3, IMAP,
SMTP and maildir) with a lot of features supported: listing folders,
downloading and adding messages to folders, extracting parts from
message, getting and setting message flags and a lot more.

This package contains an old and deprecated version of libvmime.
You need it only if the software you are using hasn't been updated
to work with the newer version and the newer API.

%package -n	%{develname}
Summary:	Development files for the libvmime library
Group:		Development/C++
Requires:	%{libname} >= %{version}-%{release}
Requires:	pkgconfig
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
The libvmime package includes header files and libraries necessary
for developing programs which use the libvmime C++ class library.

This package contains an old and deprecated version of libvmime.
You need it only if the software you are using hasn't been updated
to work with the newer version and the newer API.

%prep

%setup -q -n libvmime-%{version}
%patch0 -p1 -b .package
%patch1 -p1 -b .charset-catch
%patch2 -p1 -b .missing-boundary
%patch3 -p1 -b .allow-no-recips-and-senders
%patch4 -p1 -b .bmoted-printable
%patch5 -p1 -b .strip-header-endspaces-and-header-end
%patch6 -p1 -b .attachfnamelen
%patch7 -p1 -b .remove-bcc
%patch8 -p1 -b .mdn-disposition
%patch9 -p1 -b .mdn-final-recipient
%patch10 -p1 -b .broken-locale-error
%patch11 -p1 -b .qp-starts-on-second-line
%patch12 -p1 -b .quoted-printable-specials
%patch13 -p1 -b .header-value-on-next-line
%patch14 -p1 -b .oe-compatibility
%patch15 -p1 -b .unicode-1-1-utf-7-charset
%patch16 -p1 -b .out-of-bounds-copy
%patch17 -p1 -b .default-transfer-encoding
%patch18 -p1 -b .contentid-without-at
%patch19 -p1 -b .socket-backport-and-timeout-fix
%patch20 -p1 -b .double-empty-boundary
%patch21 -p1 -b .quoted-printable-encode-questionmark
%patch22 -p1 -b .charset-output-buffer-full
%patch23 -p1 -b .gcc-4.3-support
%patch24 -p1 -b .timezone-name
%patch25 -p1 -b .socket-tcp-nodelay
%patch26 -p1 -b .threading-remove-static_non-abi-change
%patch27 -p1 -b .gcc-4.4-support
%patch28 -p1 -b .plain-bodycopy
%patch29 -p1 -b .sigset-signal
%patch30 -p0 -b .address-parse-encoded
%patch31 -p0 -b .fullname-without-email-address
%patch32 -p0 -b .strip-spaces-parameterized-headers
%patch33 -p0 -b .allow-alternate-encodings

%build
# Needed to apply branding patch
libtoolize --force
autoreconf --force --install

export EXTRA_CFLAGS="%{optflags}"
export SENDMAIL=%{_sbindir}/sendmail

%configure2_5x
%make

%install
rm -rf %{buildroot}

%makeinstall_std

# Complete the libvmime07 renaming at some places
mkdir -p %{buildroot}%{_includedir}/%{name}/
mv -f %{buildroot}%{_includedir}/{vmime,%{name}}/
mv -f %{buildroot}%{_libdir}/pkgconfig/vmime{,07}.pc 

# Remove the static library and libtool .la file
rm -f %{buildroot}%{_libdir}/%{name}.{a,la}

# Remove the documentation dir, as %doc will pick it up
rm -rf %{buildroot}%{_datadir}/doc

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog
%{_libdir}/%{name}.so.*

%files -n %{develname}
%defattr(-,root,root,-)
%{_libdir}/%{name}.so
%{_includedir}/%{name}/
%{_libdir}/pkgconfig/vmime07.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-1
+ Revision: 3a508bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2694 |14cr|libvmime-0.9.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname vmime %{major}
%define	devname	%mklibname vmime -d


Summary:	A powerful C++ class library for working with MIME/Internet messages
Name:		libvmime
Version:	0.9.2
Release:	2
License:	GPLv2+
Group:		System/Libraries
URL:		http://download.zarafa.com/community/final/7.0/7.0.0-27791/sourcecode/vmime-patches/
Source0:	http://downloads.sourceforge.net/project/vmime/vmime/0.9/%{name}-%{version}.tar.bz2
Patch0:         libvmime-0.9.2-soversion.patch
Patch1:         libvmime-0.9.2-gnutls.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig
BuildRequires:	pkgconfig(libgsasl)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	libgcrypt-devel
BuildRequires:	sendmail
BuildRequires:	doxygen

%description
VMime is a powerful C++ class library for parsing, generating or
editing Internet RFC-[2]822 and MIME messages. VMime is designed
to provide a fast and an easy way to manipulate Internet mail
messages.

It also includes support for using messaging protocols (POP3, IMAP,
SMTP and maildir) with a lot of features supported: listing folders,
downloading and adding messages to folders, extracting parts from
message, getting and setting message flags and a lot more.

This package contains an old and deprecated version of libvmime.
You need it only if the software you are using hasn't been updated
to work with the newer version and the newer API.

%package -n	%{libname}
Summary:	Library associated with ncpfs
Group:		System/Libraries
Obsoletes:	%{mklibname vmime07 _0}

%description -n	%{libname}
VMime is a powerful C++ class library for parsing, generating or
editing Internet RFC-[2]822 and MIME messages. VMime is designed
to provide a fast and an easy way to manipulate Internet mail
messages.

It also includes support for using messaging protocols (POP3, IMAP,
SMTP and maildir) with a lot of features supported: listing folders,
downloading and adding messages to folders, extracting parts from
message, getting and setting message flags and a lot more.

This package contains an old and deprecated version of libvmime.
You need it only if the software you are using hasn't been updated
to work with the newer version and the newer API.

%package -n	%{devname}
Summary:	Development files for the libvmime library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{mklibname vmime07 -d}

%description -n	%{devname}
The libvmime package includes header files and libraries necessary
for developing programs which use the libvmime C++ class library.

This package contains an old and deprecated version of libvmime.
You need it only if the software you are using hasn't been updated
to work with the newer version and the newer API.

%prep
%setup -q
%patch0 -p1
#patch1 -p1

%build
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo
%make

%install
%makeinstall_std -C build

# Remove the static library and libtool .la file
rm -f %{buildroot}%{_libdir}/%{name}.a

# Remove the documentation dir, as %doc will pick it up
rm -rf %{buildroot}%{_datadir}/doc

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog
%{_libdir}/%{name}.so.%{major}*

%files -n %{devname}
%{_libdir}/%{name}.so
%{_includedir}/vmime/
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-2
+ Revision: 6732b77
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2695 |14cr|libwbxml-0.11.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname wbxml %{major}
%define develname %mklibname wbxml -d

Summary:	WBXML parser and compiler library
Name:		libwbxml
Version:	0.11.0
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://libwbxml.opensync.org
Source0:	http://downloads.sourceforge.net/project/libwbxml/libwbxml/%{version}/%{name}-%{version}.tar.gz
Requires:	expat >= 2.0.1
BuildRequires:	cmake
BuildRequires:	expat-devel >= 2.0.1
BuildRequires:	popt-devel
BuildRequires:	zlib-devel

%description
The WBXML Library (libwbxml) contains a library and its associated tools to
parse, encode and handle WBXML documents. The WBXML format is a binary
representation of XML, defined by the Wap Forum, and used to reduce bandwidth
in mobile communications. 

%package -n %{libname}
Group:		System/Libraries
License:	LGPLv2+
Summary:	Library for parsing WAP Binary XML
Obsoletes:  %mklibname wbxml2_ 0

%description -n %libname
The WBXML Library (libwbxml) contains a library and its associated tools to
parse, encode and handle WBXML documents. The WBXML format is a binary
representation of XML, defined by the Wap Forum, and used to reduce bandwidth
in mobile communications. 

This package contains just the library for use by other applications.

%package -n %{develname}
Group:		Development/C
License:	LGPLv2+
Summary:	Library for developing applications that parse WAP Binary XML
Requires:	%{libname} = %{version}-%{release}
Provides:   wbxml-devel = %{version}-%{release}
Obsoletes:  %mklibname wbxml2_ -d 0

%description -n %{develname}
The WBXML Library (libwbxml) contains a library and its associated tools to
parse, encode and handle WBXML documents. The WBXML format is a binary
representation of XML, defined by the Wap Forum, and used to reduce bandwidth
in mobile communications. 

This package contains the headers and other development files required to
compile applications that need to parse WBXML.

%prep
%setup -q

%build
%cmake
%make

%install
cd build
%makeinstall_std

%files
%doc ChangeLog AUTHORS
%{_bindir}/*

%files -n %libname
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc README References TODO
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libwbxml2.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.0-2
+ Revision: c9a0bf9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2696 |14cr|libwcat-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname %mklibname wcat %{major}
%define develname %mklibname wcat -d

Summary:	Library for the watchcat software watchdog
Name:		libwcat
Version:	1.1
Release:	4
License:	LGPL
Group:		System/Libraries
URL:		http://oss.digirati.com.br/watchcatd/
Source0:	http://oss.digirati.com.br/watchcatd/%{name}-%{version}.tar.gz
Patch0:		libwcat-ldflags.diff
Patch1:		libwcat-socket_location_fix.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
libwcat is an API to watchcatd, a software watchdog that uses an
approach not as drastic as the usual watchdog solutions. It tries
to kill the locked process only.

%package -n	%{libname}
Summary:	Library for the watchcat software watchdog
Group:		System/Libraries

%description -n	%{libname}
libwcat is an API to watchcatd, a software watchdog that uses an
approach not as drastic as the usual watchdog solutions. It tries
to kill the locked process only.

%package -n	%{develname}
Summary:	Static library and header files for the watchcat library
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname wcat 1 -d}

%description -n	%{develname}
libwcat is an API to watchcatd, a software watchdog that uses an
approach not as drastic as the usual watchdog solutions. It tries
to kill the locked process only.

This package contains the static libwcat library and its header files
needed to compile applications that use libwcat.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0
%patch1 -p0

%build
export CFLAGS="%{optflags} -fPIC"

%make 

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}

install -m755 %{name}.so.%{major}.%{version} %{buildroot}%{_libdir}/
install -m644 %{name}.a %{buildroot}%{_libdir}/
install -m644 watchcat.h %{buildroot}%{_includedir}/

ln -s %{name}.so.%{major}.%{version} %{buildroot}%{_libdir}/%{name}.so
ln -s %{name}.so.%{major}.%{version} %{buildroot}%{_libdir}/%{name}.so.%{major}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 14f23a7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2697 |14cr|libwebcam-0.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A library for user-space configuration of the uvcvideo driver
Name:		libwebcam
Version:	0.2.3
Release:	2
Group:		System/Kernel and hardware
License:	GPLv3+
Url:		http://sourceforge.net/p/libwebcam/wiki/Home/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.gz
Patch0:		libwebcam-silence-uvcdynctrl.patch
Patch1:		libwebcam-src-0.2.3-v4l2-check.patch
BuildRequires:	cmake
BuildRequires:	gengetopt
BuildRequires:	pkgconfig(libxml-2.0)

%description
Libwebcam provides a user-space library for interaction with the uvcvideo
kernel driver. One could use this library to manipulate settings for one
or many UVC-type webcams found attached on a single computer.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for user-space configuration of the uvcvideo driver
Group:		System/Libraries

%description -n %{libname}
Libwebcam provides a user-space library for interaction with the uvcvideo
kernel driver. One could use this library to manipulate settings for one
or many UVC-type webcams found attached on a single computer.

%files -n %{libname}
%doc libwebcam/README libwebcam/COPYING.LESSER
%{_libdir}/libwebcam.so.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and headers for libwebcam
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development libraries and headers for libwebcam.

%files -n %{devname}
%{_includedir}/webcam.h
%{_libdir}/libwebcam.so
%{_libdir}/pkgconfig/libwebcam.pc

#----------------------------------------------------------------------------

%package -n uvcdynctrl
Summary:	Command line interface to libwebcam
Group:		System/Kernel and hardware
Requires:	uvcdynctrl-data = %{EVRD}

%description -n uvcdynctrl
Uvcdynctrl is a command line interface for manipulating settings in
UVC-type webcams. It uses the libwebcam library for webcam access.

%files -n uvcdynctrl
%doc uvcdynctrl/README uvcdynctrl/COPYING
%{_bindir}/uvcdynctrl*
/lib/udev/uvcdynctrl
/lib/udev/rules.d/80-uvcdynctrl.rules
%{_mandir}/man1/uvcdynctrl*.1*

#----------------------------------------------------------------------------

%package -n uvcdynctrl-data
Summary:	XML control file for the uvcdynctrl package
Group:		System/Kernel and hardware
Requires:	uvcdynctrl = %{EVRD}
BuildArch:	noarch

%description -n uvcdynctrl-data
XML control file for the uvcdynctrl package.

%files -n uvcdynctrl-data
%{_datadir}/uvcdynctrl

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-src-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build
rm %{buildroot}%{_libdir}/libwebcam.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-2
+ Revision: 94fb904
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2698 |14cr|libwulf-1.0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# The following should match PROGRAM, VERSION and RELEASE in the
# Makefile accompanying this program (and the .tgz defined in Source
# below.

%define name    libwulf
%define version 1.0.2
%define release 7

%define lib_version     1.0.2
%define lib_major       1
%define lib_name_orig   %mklibname wulf
%define lib_name        %{lib_name_orig}%{lib_major}

Summary: The core library of the wulfstat family of xmlsysd clients

Name: %name
Version: %version
Release: %release
Group: Monitoring
License: GPL
Source: http://www.phy.duke.edu/~rgb/wulfware/%{name}-%{version}.tgz
Requires: libxml2
BuildRequires: libxml2-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-root
URL:	http://www.phy.duke.edu/~rgb/wulfware/

%description 
libwulf is the core common library required by wulfstat and wulflogger,
two xmlsysd clients that poll and display various statistics from a
cluster in a user-controllable loop.  libwulf contains routines that
open and parse a wulfhosts (cluster/lan descriptor) file, establish
xmlsysd connections in a threaded subtask to all hosts in the wulfhosts
file, and in parallel with this initialize and update selected
statistics.  libwulf functions form an API adequate to support many
kinds of toplevel log and gui applications reasonably efficiently.

%package -n     %{lib_name}-devel
Summary:        Development tools for programs which will use the libwulf library
Group:          Development/C
Requires:       %{lib_name} = %{version}
Obsoletes:      %{name}-devel
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{lib_name}-devel
This package contains the header files for developing programs
which uses the libwulf library.

%package -n     %{lib_name}
Summary:        A library of functions for the wulfware applications
Group:          System/Libraries
Obsoletes:      %{name}
Provides:       %{name} = %{version}-%{release}

%description -n %{lib_name}
This package contains the .so libraries for wulfware applications.

%package -n     %{lib_name}-static-devel
Summary:        Static libraries for programs which will use the libwulf library
Group:          Development/C
Requires:       %{lib_name}-devel = %{version}
Provides:       %{name}-static-devel = %{version}-%{release}

%description -n %{lib_name}-static-devel
This package contains the static libraries for developing
programs which uses the libwulf library.


%prep
%setup -q -n %{name}

%build
make clean
make

%install
make PREFIX=%{buildroot}/usr install
%ifarch x86_64
mv  %{buildroot}/usr/lib  %{buildroot}%{_libdir}
%endif
ln -snf %{name}.so.%{lib_version} %{buildroot}%{_libdir}/%{name}.so

%clean
rm -rf $RPM_BUILD_ROOT
rm -rf %{builddir}

%files -n %{lib_name}-devel
%defattr(-,root,root,-)
%doc COPYING README CHANGELOG
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man3/*


%files -n %{lib_name}
%defattr(-,root,root,-)
#%doc Readme
%{_libdir}/*.so.*


%files -n %{lib_name}-static-devel
%defattr(-,root,root,-)
%doc COPYING README CHANGELOG
%{_libdir}/*.a


%if %mdkversion < 200900
%post -n %{lib_name} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{lib_name} -p /sbin/ldconfig 
%endif





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-7
+ Revision: e09ef05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2699 |14cr|libxdiff-0.23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define	libname %mklibname xdiff %{major}
%define develname %mklibname xdiff -d

Summary:	Create diffs/patches for text/binary files
Name:		libxdiff
Version:	0.23
Release:	2
License:	LGPL
Group:		System/Libraries
URL:		http://www.xmailserver.org/xdiff-lib.html
Source0:	http://www.xmailserver.org/libxdiff-%{version}.tar.gz
Patch0:		am-fixes.patch
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The LibXDiff library implements basic and yet complete functionalities
to create file differences/patches to both binary and text files. It
uses memory files as file abstraction to achieve both performance and
portability. For binary files, it implements (with some modification)
the algorithm described in "File System Support for Delta Compression"
by Joshua P. MacDonald. For text files, it follows directives described
in "An O(ND) Difference Algorithm and Its Variations" by Eugene W.
Myers. Memory files used by the library are basically a collection of
buffers that store the file content.

%package -n	%{libname}
Summary:	Shared libxdiff library
Group:		System/Libraries

%description -n	%{libname}
The LibXDiff library implements basic and yet complete functionalities
to create file differences/patches to both binary and text files. It
uses memory files as file abstraction to achieve both performance and
portability. For binary files, it implements (with some modification)
the algorithm described in "File System Support for Delta Compression"
by Joshua P. MacDonald. For text files, it follows directives described
in "An O(ND) Difference Algorithm and Its Variations" by Eugene W.
Myers. Memory files used by the library are basically a collection of
buffers that store the file content

%package -n	%{develname}
Summary:	Header files for libxdiff library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
The LibXDiff library implements basic and yet complete functionalities
to create file differences/patches to both binary and text files. It
uses memory files as file abstraction to achieve both performance and
portability. For binary files, it implements (with some modification)
the algorithm described in "File System Support for Delta Compression"
by Joshua P. MacDonald. For text files, it follows directives described
in "An O(ND) Difference Algorithm and Its Variations" by Eugene W.
Myers. Memory files used by the library are basically a collection of
buffers that store the file content

Header files for libxdiff library.

%prep

%setup -q
%patch0 -p1

%build
%serverbuild
autoreconf -fis

%configure2_5x \
    --with-pic \
    --disable-rpath

%make

%install
rm -rf %{buildroot}

%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun	-n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.*a
%{_mandir}/man3/xdiff.3*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23-2
+ Revision: 9b7d2ff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2700 |14cr|libxfce4ui-4.11.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)

%define major 0
%define api 1
%define majorkbd 0
%define apikbd 2
%define libname %mklibname xfce4ui %{api} %{major}
%define libnamekbd %mklibname xfce4kbd-private %{apikbd} %{majorkbd}
%define devname %mklibname xfce4ui -d

Summary:	Various Xfce widgets for Xfce desktop environment
Name:		libxfce4ui
Version:	4.11.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/libxfce4ui/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	xfce4-dev-tools >= 4.11.0
BuildRequires:	xfconf-devel >= 4.9.0
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(gladeui-1.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.11.0
BuildRequires:	pkgconfig(sm)

%description
Various Xfce widgets for Xfce desktop environment.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Gui libraries for Xfce
Group:		Graphical desktop/Xfce
Requires:	%{name}-common >= %{EVRD}

%description -n %{libname}
Gui libraries for Xfce desktop environment.

%files -n %{libname}
%{_libdir}/libxfce4ui-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamekbd}
Summary:	Gui libraries for Xfce
Group:		Graphical desktop/Xfce
Requires:	%{name}-common >= %{EVRD}

%description -n %{libnamekbd}
Gui libraries for Xfce desktop environment.

%files -n %{libnamekbd}
%{_libdir}/libxfce4kbd-private-%{apikbd}.so.%{majorkbd}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for the %{name} library
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamekbd} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and header files for the %{name} library.

%files -n %{devname}
%doc AUTHORS ChangeLog README NEWS
%doc %{_datadir}/gtk-doc/html/%{name}
%{_libdir}/%{name}-%{api}.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*xfce4kbd-private-%{apikbd}.so
%{_includedir}/xfce4/%{name}-*
%{_includedir}/xfce4/*xfce4kbd-private-%{apikbd}

#----------------------------------------------------------------------------

%package common
Summary:	Common files for %{name}
Group:		Graphical desktop/Xfce

%description common
This package contains common files for %{name}.

%files common -f %{name}.lang
%{_bindir}/xfce4-about
%{_datadir}/applications/xfce4-about.desktop
%{_iconsdir}/hicolor/*/apps/xfce4-logo.png

#----------------------------------------------------------------------------

%package glade
Summary:	Glade modules for %{name}
Group:		Graphical desktop/Xfce
Requires:	glade3

%description glade
This package provides a catalog for Glade which allows the use of the
provided Xfce widgets in Glade.

%files glade
%{_libdir}/glade3/modules/%{name}*
%{_datadir}/glade3/catalogs/%{name}.*
%{_datadir}/glade3/pixmaps/hicolor/*/*/*%{name}*.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure \
	--disable-static \
	--enable-startup-notification \
	--enable-gladeui \
	--with-vendor-info=%{vendor}

%make

%install
%makeinstall_std

# (tpg) this file is in mandriva-xfce-config package
rm -rf %{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml

%find_lang %{name}

%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.11.1-1
+ Revision: 6dcd69f
- New version 4.11.1, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2701 |14cr|libxfce4util-4.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)
%define major 6
%define libname %mklibname xfce4util %{major}
%define devname %mklibname xfce4util -d

Summary:	Utility library for the Xfce desktop environment
Name:		libxfce4util
Version:	4.11.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	xfce4-dev-tools >= 4.11.0

%description
Basic utility non-GUI functions for Xfce desktop environment.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Utility library for the Xfce desktop environment
Group:		Graphical desktop/Xfce
Requires:	xdg-user-dirs
Requires:	%{name}-common

%description -n %{libname}
Utility library for the Xfce desktop environment.

%files -n %{libname}
%{_libdir}/libxfce4util.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for the %{name} library
Group:		Development/Other
Requires:	xfce4-dev-tools >= 4.9.0
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and header files for the %{name} library.

%files -n %{devname}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%dir %{_includedir}/xfce4
%{_includedir}/xfce4/%{name}
%{_datadir}/gtk-doc/html/*

#----------------------------------------------------------------------------

%package common
Summary:	Common files for Xfce utility library
Group:		Graphical desktop/Xfce
BuildArch:	noarch

%description common
Common files for %{name}.

%files common -f %{name}.lang
%doc AUTHORS ChangeLog TODO

#----------------------------------------------------------------------------

%package -n xfce-kiosk
Summary:	Kiosk support for the Xfce desktop environment
Group:		Graphical desktop/Xfce

%description -n xfce-kiosk
Kiosk support for the Xfce desktop environment.

%files -n xfce-kiosk
%{_sbindir}/xfce4-kiosk-query

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.11.0-1
+ Revision: 59e6963
- New version 4.11.0, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2702 |14cr|libxfcegui4-4.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)
%define major 4
%define libname %mklibname xfcegui4_ %{major}
%define devname %mklibname xfcegui4 -d

Summary:	Various GTK+ widgets for Xfce desktop environment
Name:		libxfcegui4
Version:	4.10.0
Release:	5
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/libxfcegui4/%{url_ver}/%{name}-%{version}.tar.bz2
#(tpg) http://bugzilla.xfce.org/show_bug.cgi?id=3614
Patch0:		%{name}-4.4.2-extension-strip.patch
Patch1:		libxfcegui4-4.10.0-no-xfce_setenv.patch
BuildRequires:	gtk-doc
BuildRequires:	xfce4-dev-tools >= 4.10.0
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(gladeui-1.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfconf-0) >= 4.10.0
Conflicts:	%{_lib}xfcegui4_4 < 4.10.0-5

%description
Various GTK+ widgets for Xfce desktop environment.

%files
%{_libdir}/libglade/2.0/libxfce4.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Gui libraries for Xfce
Group:		Graphical desktop/Xfce
Provides:	libxfcegui4-plugins = %{EVRD}
Requires:	librsvg2
Requires:	%{name} >= %{EVRD}
Requires:	%{name}-common >= %{EVRD}

%description -n %{libname}
Gui libraries for Xfce desktop environment.

%files -n %{libname}
%{_libdir}/libxfcegui4.so.%{major}*

#----------------------------------------------------------------------------

%package common
Summary:	Translations for %{name}
Group:		Graphical desktop/Xfce
BuildArch:	noarch

%description common
This package contains common files for %{name}.

%files common -f %{name}.lang
%{_iconsdir}/hicolor/*/apps/xfce*

#----------------------------------------------------------------------------

%package glade
Summary:	Glade modules for %{name}
Group:		Graphical desktop/Xfce
Requires:	glade3

%description glade
This package provides a catalog for Glade which allows the use of the
provided Xfce widgets in Glade.

%files glade
%{_libdir}/glade3/modules/libgladexfce4.so
%{_datadir}/glade3/catalogs/xfce4.xml
%{_datadir}/glade3/catalogs/xfce4.xml.in
%{_datadir}/glade3/pixmaps/hicolor/*/actions/*.png

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for the %{name} library
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	xfce4-dev-tools
Requires:	pkgconfig(gladeui-1.0)
Requires:	pkgconfig(libglade-2.0)
Provides:	%{name}-devel = %{EVRD}
Provides:	libxfce4gui-devel = %{EVRD}

%description -n %{devname}
Libraries and header files for the %{name} library.

%files -n %{devname}
%doc AUTHORS ChangeLog README NEWS
%doc %{_datadir}/gtk-doc/html/libxfcegui4/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/xfce4/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .icons
%patch1 -p0 -b .setenv

%build
%configure2_5x \
	--disable-static \
	--enable-startup-notification \
	--enable-gladeui

%make

%install
%makeinstall_std

%find_lang %{name}

%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.10.0-5
+ Revision: ac13fa8
- Apply patch properly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2703 |14cr|libxmi-1.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname xmi %{major}
%define libnamedev %mklibname xmi -d

Summary:	Libxmi for library rasterizing 2-D vector graphics
Name:		libxmi
Version:	1.2
Release:	9
License:	GPL
Group:		System/Libraries
URL:		http://www.gnu.org/software/libxmi/
Source:		ftp://ftp.gnu.org/pub/gnu/libxmi/%{name}-%{version}.tar.bz2

%description
GNU libxmi is a C/C++ function library for rasterizing 2-D vector 
graphics. It can draw 2-D graphical primitives, including wide 
polygonal lines and circular and elliptical arcs, into a 
user-supplied matrix of pixels. Sophisticated line styles, such 
as multicolored dashing patterns, can be specified. There is also 
support for filling and texturing polygons.

%package -n %{libname}
Summary:	Libxmi for library rasterizing 2-D vector graphics
Group:		Development/Other
Provides:	%{name} = %{version}

%description -n %{libname}
GNU libxmi is a C/C++ function library for rasterizing 2-D vector 
graphics. It can draw 2-D graphical primitives, including wide 
polygonal lines and circular and elliptical arcs, into a 
user-supplied matrix of pixels. Sophisticated line styles, such 
as multicolored dashing patterns, can be specified. There is also 
support for filling and texturing polygons.

%package -n %{libnamedev}
Summary:	Libxmi for library rasterizing 2-D vector graphics
Group:		Development/Other
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}
Obsoletes:	%{mklibname xmi -d 0 } < 1.2-8

%description -n %{libnamedev}
libxmi devel files.


%prep

%setup -q 

%build
autoreconf -fi
%configure2_5x

%make

%install
%makeinstall_std

%files -n %{libname} 
%{_libdir}/*.so.%{major}*

%files -n %{libnamedev}
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/*.*a
%{_infodir}/*
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-9
+ Revision: c39f3a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2704 |14cr|libxmlrow-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname %mklibname xmlrow %{major}
%define develname %mklibname xmlrow -d

Summary:	The libxmlrow C library
Name:		libxmlrow
Version:	0.2
Release:	5
Group:		System/Libraries
License:	BSD
URL:		http://tangent.org/
Source0:	http://download.tangent.org/%{name}-%{version}.tar.gz
BuildRequires:	libtool
BuildRequires:	autoconf2.5
BuildRequires:	libxml2-devel

%description
The libxmlrow C library.

%package -n	%{libname}
Summary:	A memcached C library
Group:          System/Libraries

%description -n	%{libname}
The libxmlrow C shared library.

%package -n	%{develname}
Summary:	Static library and header files for the libxmlrow library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{EVRD}
Provides:	xmlrow-devel = %{EVRD}

%description -n	%{develname}
The libxmlrow C library.

This package contains the static libxmlrow library and its header files.

%prep

%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-5
+ Revision: a4f6921
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2705 |14cr|libxprintapputil-1.0.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xprintapputil %{major}
%define devname %mklibname -d xprintapputil

Summary:	The XprintAppUtil library
Name:		libxprintapputil
Version:	1.0.1
Release:	14
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXprintAppUtil-%{version}.tar.bz2
BuildRequires:	x11-proto-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xp)
BuildRequires:	pkgconfig(xprintutil)

%description
The XprintAppUtil library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The XprintAppUtil library
Group:		Development/X11

%description -n %{libname}
The XprintAppUtil Library.

%files -n %{libname}
%{_libdir}/libXprintAppUtil.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{_lib}xprintapputil-static-devel < 1.0.1-13

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/libXprintAppUtil.so
%{_libdir}/pkgconfig/xprintapputil.pc
%{_includedir}/X11/XprintAppUtil/xpapputil.h

#----------------------------------------------------------------------------

%prep
%setup -q -n libXprintAppUtil-%{version}

%build
%configure2_5x\
	--disable-static \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-14
+ Revision: 3264946
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2706 |14cr|libxr-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xr %{major}
%define develname %mklibname xr -d

Summary:	Cross-platform XML-RPC client/server library written in C
Name:		libxr
Version:	1.0
Release:	5
License:	LGPLv2+
Group:		System/Libraries
Url:		http://oss.zonio.net/libxr.htm
Source0:	http://oss.zonio.net/releases/libxr/libxr-%{version}.tar.bz2
BuildRequires:	flex
BuildRequires:	bison
BuildRequires:	libglib2-devel	>= 2.12.0
BuildRequires:	pkgconfig(libxml-2.0)	>= 2.6.20
BuildRequires:	openssl-devel	>= 0.9.8e
BuildRequires:	re2c
Requires:	%{libname} = %{version}-%{release}
Requires:	%{develname} = %{version}-%{release}

%description
Cross-platform XML-RPC client/server library written in C that supports 
persistent HTTP/1.1 conenctions over SSL and comes with XML-RPC interface 
description language and client/server code compiler.

Features:

- Persistent connections over HTTP/1.1
- SSLv3/TLSv1 using OpenSSL.
- XML-RPC interface description language (XDL).
- XML-RPC client stubs/servlet skels compiler.
- Multiple servlets per server.
- Servlet lifetime (init -- call -- call -- fini).
- Multiplatform (linux, mingw32 on windows).
- IPV6 as soon as OpenSSL 0.9.9 is released.

%package -n %{libname}
Summary:	Main library for libxr
Group:		System/Libraries
Obsoletes:	%mklibname xr 0

%description -n %{libname}
Main library for libxr.

%package -n %{develname}
Summary:	Development files for libxr
Group:		Development/C
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%mklibname %{name} 0 -d

%description -n %{develname}
Development files for libxr.

%prep
%setup -q

%build
%configure2_5x

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xdl-compiler
%{_mandir}/man1/xdl-compiler.*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libxr.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc AUTHORS NEWS README TODO
%{_includedir}/libxr/*.h
%{_libdir}/libxr.a
%{_libdir}/libxr.so
%{_libdir}/pkgconfig/libxr.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 4c0838f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2707 |14cr|libzen-0.4.29-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zen

%define	major	0
%define	libname	%mklibname %{oname} %{major}
%define	devname	%mklibname %{oname} -d

Name:		libzen
Version:	0.4.29
Release:	2
Summary:	Shared library for mediainfo
Group:		System/Libraries
License:	BSD
URL:		http://zenlib.sourceforge.net/
Source0:	http://downloads.sourceforge.net/zenlib/%{name}_%{version}.tar.bz2
Patch0:		%{name}_0.4.20-fix-build.patch
BuildRequires:	dos2unix
BuildRequires:	doxygen

%description
Shared library for libmediainfo and mediainfo-gui.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for mediainfo
Group:		System/Libraries

%description -n %{libname}
Shared library for libmediainfo and mediainfo-gui.

%files -n %{libname}
%doc *.txt
%{_bindir}/%{name}-config
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Include files and libraries for development
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	zenlib-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Include files and mandatory libraries for development.

%files -n %{devname}
%doc Source/Doc/Documentation.html
%doc Doc/*
%{_includedir}/ZenLib
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -qn ZenLib
%patch0 -p0

#fix EOLs and rights
dos2unix *.txt Source/Doc/*.html
chmod 644 *.txt Source/Doc/*.html


%build
pushd Project/GNU/Library
	autoreconf -vfi
	%configure2_5x \
		--enable-shared \
		--disable-static
	%make
popd

# generate docs
pushd Source/Doc
        doxygen -u 2> /dev/null
        doxygen Doxyfile
popd


%install
pushd Project/GNU/Library
	%makeinstall_std
popd

# Zenlib headers and ZenLib-config
install -dm 755 %{buildroot}%{_includedir}/ZenLib
install -m 644 Source/ZenLib/*.h %{buildroot}%{_includedir}/ZenLib

for i in HTTP_Client Format/Html Format/Http; do
	install -dm 755 %{buildroot}%{_includedir}/ZenLib/$i
	install -m 644 Source/ZenLib/$i/*.h %{buildroot}%{_includedir}/ZenLib/$i
done

#fix and install pkgconfig file
sed -i -e 's|Version: 0.4.25|Version: %{version}|g' Project/GNU/Library/libzen.pc
sed -i -e '/Libs_Static.*/d' Project/GNU/Library/libzen.pc

install -dm 755 %{buildroot}%{_libdir}/pkgconfig
install -m 644 Project/GNU/Library/libzen.pc %{buildroot}%{_libdir}/pkgconfig

#we don't want these
rm %{buildroot}%{_libdir}/libzen.la



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.29-2
+ Revision: d326628
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2708 |14cr|libzita-convolver-3.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name_base       zita-convolver
%define name            libzita-convolver
%define version         3.1.0
%define release         2
%define lib_major       3
%define lib_name        %mklibname %name_base %{lib_major}
%define lib_name_devel  %mklibname %name_base -d

Name:           %{name}
Summary:        Audio convolution engine library needed by jconvolver
Version:        %{version}
Release:        %{release}

Source:         http://www.kokkinizita.net/linuxaudio/downloads/%name_base-%{version}.tar.bz2
URL:            http://www.kokkinizita.net/linuxaudio/
License:        LGPLv2
Group:          Sound
BuildRequires:  fftw3-devel

%description
Convolution engine library for use with jconvolver. Jconvolver is a
Convolution Engine for JACK using FFT-based partitioned convolution with
multiple partition sizes. It is mainly used to create realistic acoustic
environments for sounds sent to its input. Jconvolver uses a configurable
smallest partition size at the start of the impulse response, and longer
ones further on. This it allows long impulse responses along with minimal
or even zero delay at a reasonable CPU load.

#-----------------------------------
%package -n %{lib_name}

Summary:        Audio convolution engine library needed by jconvolver
Group:          Sound

%description -n %{lib_name}
Convolution engine library for use with jconvolver. Jconvolver is a
Convolution Engine for JACK using FFT-based partitioned convolution with
multiple partition sizes. It is mainly used to create realistic acoustic
environments for sounds sent to its input. Jconvolver uses a configurable
smallest partition size at the start of the impulse response, and longer
ones further on. This it allows long impulse responses along with minimal
or even zero delay at a reasonable CPU load.

%files -n %{lib_name}
%defattr(-,root,root,-)
%{_libdir}/%{name}.so.*

#-----------------------------------
%package -n %{lib_name_devel}

Summary:        The zita-convolver library development headers
Group:          Sound
Requires:       %{lib_name} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{lib_name_devel}
Development files needed to build applications against libzita-convolver.

%files -n %{lib_name_devel}
%defattr(-,root,root,-)
%{_libdir}/%{name}.so
%{_includedir}/*.h

#-----------------------------------

%prep
%setup -q -n %name_base-%{version}
cd libs
perl -pi -e 's/PREFIX =/#PREFIX =/g' Makefile
perl -pi -e 's/CPPFLAGS \+=/#CPPFLAGS \+=/g' Makefile
perl -pi -e 's/ldconfig//g' Makefile
perl -pi -e 's/-march=native//g' Makefile

%build
cd libs
CPPFLAGS="%{optflags} -fPIC -mmmx -msse -mfpmath=sse -ffast-math" make

%install
rm -rf %{buildroot}
cd libs
PREFIX=%{buildroot}%{_prefix} make install

%clean
rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.0-2
+ Revision: 4d3fb45
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2709 |14cr|libzita-resampler-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname zita-resampler %{major}
%define devname %mklibname zita-resampler -d

Summary:	Fast, high-quality sample rate conversion library
Name:		libzita-resampler
Version:	1.1.0
Release:	4
License:	GPLv2+
Group:		Sound
Url:		http://www.kokkinizita.net/linuxaudio/zita-resampler/resampler.html
Source0:	http://www.kokkinizita.net/linuxaudio/downloads/zita-resampler-%{version}.tar.bz2
BuildRequires:	pkgconfig(sndfile)

%description
zita-resampler is a C++ library for resampling audio signals. It is
designed to be used within a real-time processing context, to be fast,
and to provide high-quality sample rate conversion.

The library operates on signals represented in single-precision
floating point format. For multichannel operation both the input and
output signals are assumed to be stored as interleaved samples.

The API allows a trade-off between quality and CPU load. For the
latter a range of approximately 1:6 is available. Even at the highest
quality setting zita-resampler will be faster than most similar
libraries, e.g. libsamplerate.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Fast, high-quality sample rate conversion library
Group:		System/Libraries

%description -n %{libname}
zita-resampler is a C++ library for resampling audio signals. It is
designed to be used within a real-time processing context, to be fast,
and to provide high-quality sample rate conversion.

The library operates on signals represented in single-precision
floating point format. For multichannel operation both the input and
output signals are assumed to be stored as interleaved samples

%files -n %{libname}
%doc AUTHORS COPYING
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package  -n %{devname}
Summary:	Development libraries and headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers and development libraries
for %{name}.

%files -n %{devname}
%doc docs/*
%{_libdir}/%{name}.so
%{_includedir}/zita-resampler/*.h

#----------------------------------------------------------------------------

%package -n zita-resampler
Summary:	The zresample executable comming with %{name}
Group:		Sound

%description -n zita-resampler
zita-resampler is a C++ library for resampling audio signals. It is
designed to be used within a real-time processing context, to be fast,
and to provide high-quality sample rate conversion.

This package provides the zresample executable.

%files -n zita-resampler
%{_bindir}/zresample
%{_mandir}/man1/zresample.*

#----------------------------------------------------------------------------

%prep
%setup -q -n zita-resampler-%{version}

# To make sure to have the correct Fedora specific flags:
sed -i 's|-O2|%{optflags} -I../libs|' libs/Makefile
sed -i 's|-O3|%{optflags} -I../libs|' apps/Makefile
sed -i 's|ldconfig||' libs/Makefile
sed -i 's|-march=native||' libs/Makefile
sed -i 's|-march=native||' apps/Makefile

%build
export LDFLAGS="-L../libs"
%make -C libs
# In order to build apps, we need to create the symlink
# Note that this is originally done at "make install" stage
ln -sf libzita-resampler.so.%{version} libs/libzita-resampler.so
%make -C apps

%install
make PREFIX=%{buildroot}%{_prefix} LIBDIR=%{_lib} -C libs install
make PREFIX=%{buildroot}%{_prefix} BINDIR=%{_bin} \
	MANDIR=%{buildroot}%{_mandir}/man1 -C apps install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-4
+ Revision: 623d05f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2710 |14cr|libzrtpcpp-2.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname zrtpcpp %{major}
%define devname %mklibname zrtpcpp -d

Summary:	A ccrtp extension for zrtp/Zfone support
Name:		libzrtpcpp
Version:	2.3.4
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.gnu.org/software/commoncpp/commoncpp.html
Source0:	ftp://ftp.gnu.org/gnu/ccrtp/libzrtpcpp-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/gnu/ccrtp/libzrtpcpp-%{version}.tar.gz.sig
BuildRequires:	cmake
BuildRequires:	stdc++-devel
BuildRequires:	pkgconfig(libccext2)
BuildRequires:	pkgconfig(libccrtp)
BuildRequires:	pkgconfig(libgcrypt)

%description
This library is a GPL licensed extension to the GNU RTP Stack, ccrtp, that
offers compatibility with Phil Zimmermann's zrtp/Zfone voice encryption, and
which can be directly embedded into telephony applications.  The current
release is based on a beta draft of the zrtp spec.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Abstract asynchronous event notification library
Group:		System/Libraries

%description -n %{libname}
This library is a GPL licensed extension to the GNU RTP Stack, ccrtp, that
offers compatibility with Phil Zimmermann's zrtp/Zfone voice encryption, and
which can be directly embedded into telephony applications. The current
release is based on a beta draft of the zrtp spec.

%files -n %{libname}
%{_libdir}/libzrtpcpp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for the libzrtpcpp library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides the header files, link libraries, and documentation for
building applications that use libzrtpcpp.

%files -n %{devname}
%doc AUTHORS COPYING
%dir %{_includedir}/libzrtpcpp
%{_includedir}/libzrtpcpp/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.4-2
+ Revision: 64e1913
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2711 |14cr|licq-1.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ICQ clone written in C++
Name:		licq
Version:	1.8.2
Release:	1
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://www.licq.org/
Source0:	http://ovh.dl.sourceforge.net/licq/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	boost-devel
BuildRequires:	cdk-devel
BuildRequires:	gpgme-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gloox)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(xscrnsaver)
Requires:	licq-frontend = %{EVRD}
Requires:	licq-protocol = %{EVRD}
Requires:	sox
# Seems to be dropped
Obsoletes:	licq-console < 1.8.2

%description
Licq supports different interfaces and functions via
plugins. Currently there are plugins for both the X Windowing System
and the console.

This version of licq has SSL support for those plugins that support it.

%files -f %{name}.lang
%doc doc/ upgrade/ README*
%{_bindir}/licq
%{_bindir}/licq-ssl
%dir %{_datadir}/licq
%{_datadir}/licq/translations
%{_datadir}/licq/utilities
%{_datadir}/licq/sounds

#----------------------------------------------------------------------------

%package qt4
Summary:	Qt4 plugin for Licq
Group:		Networking/Instant messaging
Provides:	licq-frontend = %{EVRD}
Requires:	%{name} = %{EVRD}

%description qt4
This package contains the base files for Licq (the Licq daemon) and
the Qt plugin, which is written using the Qt widget set. Currently
this GUI plugin has most of the ICQ functions implemented.

This starts the Qt plugin by default, so to run other plugins, you
will have to issue the command "licq -p <plugin>" once. To get back
the Qt plugin, you will have to run once "licq -p qt-gui".
Alternatively you may be able to do it in a plugin dialog box
if your plugin supports this feature.

%files qt4
%{_libdir}/licq/licq_qt4-gui.so
%{_datadir}/licq/qt4-gui
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%package icq
Summary:	ICQ Licq plugin
Group:		Networking/Instant messaging
Provides:	licq-protocol = %{EVRD}
Requires:	%{name} = %{EVRD}

%description icq
ICQ plugin for Licq.

%files icq
%doc plugins/icq/README
%{_libdir}/licq/protocol_icq.so

#----------------------------------------------------------------------------

%package jabber
Summary:	Jabber Licq plugin
Group:		Networking/Instant messaging
Provides:	licq-protocol = %{EVRD}
Requires:	%{name} = %{EVRD}

%description jabber
ICQ plugin for Licq.

%files jabber
%doc plugins/jabber/README plugins/jabber/COPYING
%{_libdir}/licq/protocol_jabber.so

#----------------------------------------------------------------------------

%package rms
Summary:	Remote management service Licq plugin
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}

%description rms
RMS stands for the Remote Management Service. It is a plugin for Licq
which enables you to "telnet" to your Licq box to perform various
tasks. Security is implemented through basic username and password
authentication.

%files rms
%doc plugins/rms*/COPYING plugins/rms*/README
%{_libdir}/licq/licq*rms*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Licq
Group:		Development/C

%description devel
This is the header files that you will need in order to compile Licq plugins.

%files devel
%{_datadir}/cmake/Modules/*.cmake
%{_includedir}/licq

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make
cd ..

cmakeopts="-DCMAKE_MODULE_PATH=%{_builddir}/%{name}-%{version}/cmake -DLicq_DIR=%{_builddir}/%{name}-%{version}/build/cmake"

# Qt4 gui
pushd plugins/qt4-gui
%cmake $cmakeopts
%make
popd

# Remote management service
pushd plugins/rms
%cmake $cmakeopts
%make
popd

# ICQ
pushd plugins/icq
%cmake $cmakeopts
%make
popd

# Jabber
pushd plugins/jabber
%cmake $cmakeopts
%make
popd

%install
%makeinstall_std -C build
%makeinstall_std -C plugins/qt4-gui/build
%makeinstall_std -C plugins/rms/build
%makeinstall_std -C plugins/icq/build
%makeinstall_std -C plugins/jabber/build

ln -sf licq %{buildroot}%{_bindir}/licq-ssl

# Fix cmake modules location
mkdir -p %{buildroot}%{_datadir}/cmake/Modules
mv %{buildroot}%{_datadir}/%{name}/cmake/*.cmake %{buildroot}%{_datadir}/cmake/Modules/
rm -rf %{buildroot}%{_datadir}/%{name}/cmake

%find_lang %{name}


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.2-1
+ Revision: 5a832fe
- New version 1.8.2, drop dead console plugin, build icq and jabber plugins, update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2712 |14cr|lifelines-3.0.62-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A terminal based genealogy program
Name:		lifelines
Version:	3.0.62
Release:	9
License:	MIT
Group:		Databases 
URL:		http://lifelines.sourceforge.net/
Source:		http://prdownloads.sourceforge.net/lifelines/%{name}-%{version}.tar.bz2
Patch0:		lifelines-3.0.62-format-strings.patch
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	openjade
BuildRequires:	bison

%description
This program allows the tracking of genealogical information. The lifelines
reports are the power of the system.

%prep 
%setup -q 
%patch0 -p1
find . -type d -perm 0700 -exec chmod 0755 '{}' \;
find . -type f -perm 0700 -exec chmod 0644 '{}' \;
chmod 0755 ./configure

%build
%configure2_5x   

%make
 
%install
%makeinstall_std 
install -d -m 755 %{buildroot}%{_datadir}/%{name}/reports
install -m 644 reports/CREDIT reports/README reports/boc.gif reports/*.ll reports/tree.* reports/index.html reports/ll.png  reports/st/*.ll %{buildroot}%{_datadir}/%{name}/reports  
 
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 644 docs/llines.1 %{buildroot}%{_mandir}/man1/llines.1

rm -rf %{buildroot}%{_datadir}/doc/lifelines 
rm -f %{buildroot}%{_libdir}/libarch.a

%find_lang %{name}

%files -f %{name}.lang
%doc README* ChangeLog NEWS AUTHORS LICENSE docs/*.txt docs/*.pdf docs/*.html
%{_mandir}/man1/*
%{_bindir}/btedit
%{_bindir}/llines 
%{_bindir}/llexec
%{_bindir}/dbverify 
%{_datadir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.62-9
+ Revision: 8d1efcc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2713 |14cr|liferea-1.10.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A News Aggregator For RSS/RDF Feeds For GTK/GNOME
Name:		liferea
Version:	1.10.9
Release:	5
Epoch:		1
License:	GPLv2+
Group:		Networking/News
URL:		http://liferea.sf.net/
Source:	http://freefr.dl.sourceforge.net/project/liferea/Liferea%20Stable/-%{version}/%{name}-%{version}.tar.bz2
# patch from mga
# Patch0:		liferea-1.10.2-drop-commented-req.patch
BuildRequires:	pkgconfig(gio-2.0) >= 2.26.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gmodule-2.0) >= 2.0.0
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libnotify) >= 0.7
BuildRequires:	pkgconfig(libpeas-1.0) >= 1.0.0
BuildRequires:	pkgconfig(libpeas-gtk-1.0) >= 1.0.0
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.28.2
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6.27
BuildRequires:	pkgconfig(libxslt) >= 1.1.19
BuildRequires:	pkgconfig(pango) >= 1.4.0
BuildRequires:	pkgconfig(sqlite3) >= 3.7.0
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	intltool >= 0.35.0
BuildRequires:	gettext-devel
# Without dconf, liferea can't save its settings
Requires:	dconf

%description
Liferea (abbreviation of Linux Feed Reader) is a news aggregator for
RSS/RDF feeds which also supports CDF channels, Atom/Echo/PIE feeds
and OCS or OPML directories. It is a simple FeedReader clone for Unix.

%prep
%setup -q -n %name-%version
# %apply_patches

# utf-8 convert
iconv -f iso8859-1 -t utf-8 man/pl/liferea.1 > man/pl/liferea.1.conv && \
mv -f man/pl/liferea.1.conv man/pl/liferea.1

# Add RosaLab feed
sed -i -e 's@^\(.*http://planet\.gnome\.org.*\)$@\1\n\t\t\t\t<outline text="RosaLab News" htmlUrl="http://rosalab.ru/blogs/" xmlUrl="http://www.rosalab.ru/blogs.rss" />@' opml/*.opml

%build
%configure2_5x 
%make

%install
%makeinstall_std
install -p -D -m 644 liferea.convert %{buildroot}%{_datadir}/GConf/gsettings/liferea.convert

# icons
%__mkdir_p %{buildroot}%{_iconsdir} \
	   %{buildroot}%{_liconsdir}
install -D -m 644 pixmaps/16x16/liferea.png %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 644 pixmaps/32x32/liferea.png %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 pixmaps/48x48/liferea.png %{buildroot}%{_liconsdir}/%{name}.png

desktop-file-validate %{buildroot}/%{_datadir}/applications/liferea.desktop

%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/%{name}
%_mandir/man1/*
%lang(pl) %_mandir/pl/man1/liferea.1*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_libdir}/%{name}/girepository-1.0/Liferea-3.0.typelib
%{_libdir}/%{name}/plugins/*
%{_datadir}/appdata/liferea.appdata.xml
%{_datadir}/glib-2.0/schemas/net.sf.liferea.gschema.xml
%{_datadir}/GConf/gsettings/liferea.convert


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.10.9-5
+ Revision: f32aa19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2714 |14cr|lightdm-1.8.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libapi		1
%define libmajor	0
%define ver		1.8

Summary:	The Light Display Manager
Name:		lightdm
Version:	1.8.5
Release:	8
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		http://www.freedesktop.org/wiki/Software/LightDM
Source0:	https://launchpad.net/lightdm/%{ver}/%{version}/+download/%{name}-%{version}.tar.xz
Source1:	29lightdm.conf
Source2:	Xsession
Source3:	lightdm-autologin.pam
Source4:	lightdm.pam
Source5:	lightdm-greeter.pam
#Systemd related:
Source10:	lightdm-tmpfiles.conf
Source11:	lightdm.service
Source12:	lightdm.rules
Patch0:		lightdm-1.8.5-rosa_config.patch
#Fedora patches
Patch10:	lightdm-1.8.3-lock-screen-before-switch.patch
Patch11:	lightdm-1.8.3-nodaemon_option.patch
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	systemd
BuildRequires:	yelp-tools
BuildRequires:	gettext-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libxklavier)
BuildRequires:	pkgconfig(QtCore) < 5.0.0
BuildRequires:	pkgconfig(QtDBus) < 5.0.0
BuildRequires:	pkgconfig(QtGui) < 5.0.0
%if 0
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
%endif
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xdmcp)
Requires:	accountsservice
Requires:	lightdm-greeter
Requires(post,preun,postun):	systemd
Requires(post,postun):	update-alternatives
Provides:	dm
#Use for now only gtk-greeter
Suggests:	lightdm-gtk-greeter >= 1.6.1

%description
An X display manager that:
  * Has a lightweight codebase
  * Is standards compliant (PAM, etc)
  * Has a well defined interface between the server and user interface
  * Fully themeable (easiest with the webkit interface)
  * Cross-desktop (greeters can be written in any toolkit)

%files -f %{name}.lang
%dir %{_sysconfdir}/%{name}
%dir %{_localstatedir}/lib/%{name}
%dir %{_sysconfdir}/%{name}/lightdm.conf.d
%{_sysconfdir}/%{name}/Xsession
%config(noreplace) %{_sysconfdir}/%{name}/keys.conf
%config %{_sysconfdir}/%{name}/lightdm.conf
%config %{_sysconfdir}/%{name}/users.conf
%ghost %{_localstatedir}/log/%{name}/%{name}.log
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.DisplayManager.conf
%{_sysconfdir}/pam.d/lightdm*
%{_datadir}/X11/dm.d/29lightdm.conf
%{_datadir}/polkit-1/rules.d/lightdm.rules
%{_datadir}/%{name}/
%{_sbindir}/%{name}
%{_bindir}/dm-tool
%{_libexecdir}/%{name}/*
%{_mandir}/man1/%{name}*.1*
%{_datadir}/help/C/%{name}/
%{_prefix}/lib/tmpfiles.d/lightdm.conf
%{_unitdir}/lightdm.service

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /sbin/nologin

%post
# avoiding conflict with gdm
if [ $1 -eq 1 ] ; then \
	update-alternatives --install %{_bindir}/gdmflexiserver gdmflexiserver %{_libexecdir}/%{name}/gdmflexiserver 30
fi

%create_ghostfile %{_localstatedir}/log/%{name}/%{name}.log %{name} %{name} 0644
%systemd_post %{name}.service

%preun
if [ $1 -ge 0 ] ; then \
	if [ ! -e %{_libexecdir}/%{name}/gdmflexiserver ]; then
		update-alternatives --remove gdmflexiserver %{_libexecdir}/%{name}/gdmflexiserver
	fi
fi
%systemd_preun %{name}.service

%postun
%_postun_userdel %{name}
%systemd_postun %{name}.service

#-------------------------------------------------------------------------

%define liblightdmgobject %mklibname lightdm-gobject %{libapi} %{libmajor}

%package -n %{liblightdmgobject}
Summary:	LightDM GObject client library
Group:		Graphical desktop/Other

%description -n %{liblightdmgobject}
A GObject based library for LightDM clients to use to interface with LightDM.

%files -n %{liblightdmgobject}
%{_libdir}/liblightdm-gobject-%{libapi}.so.%{libmajor}
%{_libdir}/liblightdm-gobject-%{libapi}.so.%{libmajor}.*

#-------------------------------------------------------------------------

%define liblightdmgir %mklibname lightdm-gir %{libapi}

%package -n %{liblightdmgir}
Summary:	Typelib file for liblightdm-1
Group:		Graphical desktop/Other
Requires:	%{liblightdmgobject} = %{EVRD}

%description -n %{liblightdmgir}
A GObject based library for LightDM clients to use to interface with LightDM.

%files -n %{liblightdmgir}
%{_libdir}/girepository-1.0/LightDM-%{libapi}.typelib

#-------------------------------------------------------------------------

%define liblightdmgobjectdevel %mklibname -d lightdm-gobject

%package -n %{liblightdmgobjectdevel}
Summary:	LightDM client library (development files)
Group:		Graphical desktop/Other
Requires:	%{liblightdmgobject} = %{EVRD}
Provides:	lightdm-gobject-devel = %{EVRD}

%description -n %{liblightdmgobjectdevel}
A GObject based library for LightDM clients to use to interface with LightDM.

This package contains header files and development information, which
is useful for building LightDM greeters and user switchers.

%files -n %{liblightdmgobjectdevel}
%doc %{_datadir}/gtk-doc/html/lightdm-gobject-%{libapi}
%{_includedir}/lightdm-gobject-%{libapi}/
%{_libdir}/liblightdm-gobject-%{libapi}.so
%{_libdir}/pkgconfig/liblightdm-gobject-%{libapi}.pc
%{_datadir}/gir-1.0/LightDM-%{libapi}.gir
%{_datadir}/vala/vapi/liblightdm-gobject-%{libapi}.vapi

#-------------------------------------------------------------------------

%define libqtapi 3
%define liblightdmqt %mklibname lightdm-qt %{libqtapi} %{libmajor}

%package -n %{liblightdmqt}
Summary:	LightDM Qt client library
Group:		Graphical desktop/Other

%description -n %{liblightdmqt}
A Qt based library for LightDM clients to use to interface with LightDM.

%files -n %{liblightdmqt}
%{_libdir}/liblightdm-qt-%{libqtapi}.so.%{libmajor}
%{_libdir}/liblightdm-qt-%{libqtapi}.so.%{libmajor}.*

#-------------------------------------------------------------------------

%define liblightdmqtdevel %mklibname -d lightdm-qt

%package -n %{liblightdmqtdevel}
Summary:	LightDM client library (development files)
Group:		Graphical desktop/Other
Requires:	%{liblightdmqt} = %{EVRD}
Provides:	lightdm-qt-devel = %{EVRD}

%description -n %{liblightdmqtdevel}
A Qt based library for LightDM clients to use to interface with LightDM.

This package contains header files and development information, which
is useful for building LightDM greeters and user switchers.

%files -n %{liblightdmqtdevel}
%{_includedir}/lightdm-qt-%{libqtapi}
%{_libdir}/liblightdm-qt-%{libqtapi}.so
%{_libdir}/pkgconfig/liblightdm-qt-%{libqtapi}.pc

#-------------------------------------------------------------------------
%if 0
%define liblightdmqt5 %mklibname lightdm-qt5_ %{libqtapi} %{libmajor}

%package -n %{liblightdmqt5}
Summary:	LightDM Qt5 client library
Group:		Graphical desktop/Other
License:	LGPLv2+

%description -n %{liblightdmqt5}
A Qt5 based library for LightDM clients to use to interface with LightDM.

%files -n %{liblightdmqt5}
%{_libdir}/liblightdm-qt5-%{libqtapi}.so.%{libmajor}
%{_libdir}/liblightdm-qt5-%{libqtapi}.so.%{libmajor}.*

#-------------------------------------------------------------------------

%define liblightdmqt5devel %mklibname -d lightdm-qt5

%package -n %{liblightdmqt5devel}
Summary:	LightDM client library (development files)
Group:		Graphical desktop/Other
License:	LGPLv2+
Requires:	%{liblightdmqt5} = %{EVRD}
Provides:	lightdm-qt5-devel = %{EVRD}

%description -n %{liblightdmqt5devel}
A Qt5 based library for LightDM clients to use to interface with LightDM.

This package contains header files and development information, which
is useful for building LightDM greeters and user switchers.

%files -n %{liblightdmqt5devel}
%{_includedir}/lightdm-qt5-%{libqtapi}
%{_libdir}/liblightdm-qt5-%{libqtapi}.so
%{_libdir}/pkgconfig/liblightdm-qt5-%{libqtapi}.pc
%endif

#-------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -vfi
export PATH=$PATH:%{_qt4_bindir}
%configure2_5x \
	--disable-static \
	--disable-tests \
	--enable-introspection \
	--enable-liblightdm-gobject \
	--enable-liblightdm-qt \
	--with-greeter-session=lightdm-greeter
%make

%install
%makeinstall_std

## create/own these
mkdir -p %{buildroot}%{_sysconfdir}/lightdm/lightdm.conf.d
mkdir -p %{buildroot}%{_datadir}/lightdm/lightdm.conf.d

# install pam file
install -Dpm 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -Dpm 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pam.d/%{name}-autologin
install -Dpm 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/pam.d/%{name}-greeter

# dm config
install -Dpm644 %{SOURCE1} %{buildroot}/%{_datadir}/X11/dm.d/29lightdm.conf

# session wrapper script to source /etc/profile and ~/.profile if they exists
install -Dpm755 %{SOURCE2} %{buildroot}/%{_sysconfdir}/%{name}/Xsession

# will be created when lightdm starts
install -d %{buildroot}%{_localstatedir}/log/%{name}
touch %{buildroot}%{_localstatedir}/log/%{name}/%{name}.log

# directory for chksession-generated sessions
mkdir -p %{buildroot}%{_datadir}/%{name}/sessions
# directory for remote sessions
mkdir -p %{buildroot}%{_datadir}/%{name}/remote-sessions

install -Dpm 644 %{SOURCE10} %{buildroot}%{_prefix}/lib/tmpfiles.d/lightdm.conf
install -Dpm 644 %{SOURCE11} %{buildroot}%{_unitdir}/lightdm.service
install -Dpm 644 %{SOURCE12} %{buildroot}%{_datadir}/polkit-1/rules.d/lightdm.rules

#we don't want these
rm -rf %{buildroot}%{_sysconfdir}/apparmor.d
# omit upstart support
rm -rfv %{buildroot}%{_sysconfdir}/init

#home dir for lightdm user
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}

%find_lang %{name}


%changelog
* Sun Sep 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.5-8
+ Revision: f92ca1e
- Generate chksession files to /usr/share/lightdm/sessions instead of /usr/share/xsessions
- Spec cleanup

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.5-7
+ Revision: 4aa7cc7
- MassBuild#464: Increase release tag

* Mon Apr 07 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.8.5-6
+ Revision: dc471aa
- update pam rules

* Sat Dec 21 2013 akdengi <kazancas@mandriva.ru> 1.8.5-4
+ Revision: cddaf19
- fix pam rules

* Thu Dec 19 2013 akdengi <kazancas@mandriva.ru> 1.8.5-3
+ Revision: 8055001
- up release

* Thu Dec 19 2013 akdengi <kazancas@mandriva.ru> 1.8.5-2
+ Revision: 588b1c9
- really add sourve

* Thu Dec 19 2013 akdengi <kazancas@mandriva.ru> 1.8.5-2
+ Revision: 0cbc0d5
- use fedora pam rules and create/own lightdm.conf.d

* Mon Dec 09 2013 akdengi <alexander.kazancev@rosalab.ru> 1.8.5-1
+ Revision: c84d7e4
- Update to 1.8.5

* Mon Oct 14 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.18-2
+ Revision: 1eb4593
- fix config. Return x-server on 0:display and vt1

* Tue Oct 08 2013 akdengi <kazancas@mandriva.ru> 1.7.18-1
+ Revision: 74837c9
- rediff ROSA config patch

* Tue Oct 08 2013 akdengi <kazancas@mandriva.ru> 1.7.18-1
+ Revision: f7bfeec
- update to 1.7.18

* Wed Sep 18 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.15-7
+ Revision: fbf22de
- fix config

* Wed Sep 18 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.15-6
+ Revision: ec9dbf2
- fix post

* Wed Sep 18 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.15-5
+ Revision: ea7395a
- fix config and clean spec

* Wed Sep 18 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.15-5
+ Revision: 33911cb
- fix triggers

* Sun Sep 15 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 1.7.15-4
+ Revision: 6288227
- Added alternatives to avoid conflict with gdm

* Sun Sep 15 2013 Alexander Kazancev <kazancas@gmail.com> 1.7.15-3
+ Revision: 77bceac
- Fix symlink

* Thu Sep 12 2013 akdengi <kazancas@mandriva.ru> 1.7.15-2
+ Revision: d4c2a3a
- fix conflicts with gdm. Use 3.6.0 as initial

* Thu Sep 12 2013 akdengi <kazancas@mandriva.ru> 
+ Revision: 445532b
- fix user change

* Thu Sep 12 2013 akdengi <kazancas@mandriva.ru> 1.7.15-1
+ Revision: d161dfc
- fix difference

* Thu Sep 12 2013 akdengi <kazancas@mandriva.ru> 1.7.15-1
+ Revision: 1d6d42c
- 1.7.15

* Tue Sep 03 2013 Alexander Kazancev <kazancas@gmail.com> 1.7.11-7
+ Revision: 99b7d7b
- Enable lock patch

* Thu Aug 29 2013 akdengi <kazancas@mandriva.ru> 1.7.11-6
+ Revision: 1832066
- add /var/lib/lightdm to files and temporary disable lock screen patch

* Wed Aug 28 2013 akdengi <kazancas@mandriva.ru> 1.7.11-5
+ Revision: 78d86ab
- try fix update error

* Mon Aug 26 2013 akdengi <kazancas@mandriva.ru> 1.7.11-4
+ Revision: c2ad6b1
- 1.7.11

* Tue May 21 2013 Alexander Kazancev <kazancas@gmail.com> 1.6.0-16
+ Revision: dc115b8
- Updated lightdm.spec

* Mon May 20 2013 akdengi <kazancas@gmail.com> 1.6.0-15
+ Revision: 138ca3b
- up version

* Mon May 20 2013 akdengi <kazancas@gmail.com> 1.6.0-14
+ Revision: 492f9d0
- fix icon. Fix systemd patch

* Sat May 18 2013 Alexander Kazancev <kazancas@gmail.com> 1.6.0-13
+ Revision: 7409627
- Use native systemd

* Sun May 12 2013 akdengi <kazancas@mandriva.ru> 1.6.0-12
+ Revision: f9558d6
- need systemd => 194-15

* Sun May 12 2013 akdengi <kazancas@mandriva.ru> 1.6.0-12
+ Revision: 1b5d76b
- fix systemd session greeter problem

* Sun May 12 2013 akdengi <kazancas@mandriva.ru> 1.6.0-9
+ Revision: 9662c2d
- fix X-start

* Sun May 12 2013 akdengi <kazancas@mandriva.ru> 1.6.0-9
+ Revision: 6829c2a
- temporary disable systemd pam in greeter

* Sun May 12 2013 akdengi <kazancas@mandriva.ru> 1.6.0-9
+ Revision: f2ad4ba
- delete greeter user

* Sun May 12 2013 akdengi <kazancas@mandriva.ru> 1.6.0-8
+ Revision: eaa299c
- up version

* Sun May 12 2013 akdengi <kazancas@mandriva.ru> 1.6.0-7
+ Revision: dcf6e64
- add systemd support to pam files

* Thu May 09 2013 Alexander Kazancev <kazancas@gmail.com> 1.6.0-7
+ Revision: e8fa1ab
- Don't enable xsetup.d support - enable it only in build ISO script!



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2715 |14cr|lightdm-gtk-greeter-1.6.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Light Display Manager (GTK+ greeter)
Name:		lightdm-gtk-greeter
Version:	1.6.1
Release:	10
License:	GPLv3+
Group:		Graphical desktop/Other
Source0:	https://launchpad.net/%{name}/1.6/%{version}/+download/%{name}-%{version}.tar.gz
Patch0:		lightdm-gtk-greeter-1.6.0-rosa-customizations.patch
Patch1:		lightdm-gtk-greeter-1.6.0-po.patch
Patch2:		lightdm-gtk-greeter-1.6.0-ui.patch
URL:		http://www.freedesktop.org/wiki/Software/LightDM
BuildRequires:	pkgconfig(gmodule-export-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.9.5
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(liblightdm-gobject-1)
BuildRequires:	pkgconfig(x11)
BuildRequires:	gtk-doc
BuildRequires:	intltool >= 0.35.0
BuildRequires:	gettext-devel
BuildRequires:	autoconf
BuildRequires:	automake
# For autoreconf
BuildRequires:	gnome-common
Provides:	lightdm-greeter
Requires:	lightdm
# For logo:
Requires:	desktop-common-data
# For icons in top right corner
Requires:	gnome-icon-theme
# For icons in HighContrast mode
Requires:	gnome-themes-standard

#For LXDE
Suggests:	rosa-flat-icons
Suggests:	rosa-lxde-flat

Requires(post):		update-alternatives
Requires(postun):	update-alternatives

%description
A LightDM greeter that uses the GTK+ toolkit.

#-------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -vfi
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

# own alternatives target
touch %{buildroot}%{_datadir}/xgreeters/lightdm-greeter.desktop

%find_lang %{name}

%post
%{_sbindir}/update-alternatives \
	--install %{_datadir}/xgreeters/lightdm-greeter.desktop \
	lightdm-greeter \
	%{_datadir}/xgreeters/lightdm-gtk-greeter.desktop \
	20

%postun
if [ $1 -eq 0 ]; then
%{_sbindir}/update-alternatives \
	--remove lightdm-greeter \
	%{_datadir}/xgreeters/lightdm-gtk-greeter.desktop
fi

%files -f %{name}.lang
%doc NEWS
#%config(noreplace) %{_sysconfdir}/lightdm/lightdm-gtk-greeter.conf
#we need replace config
%config %{_sysconfdir}/lightdm/lightdm-gtk-greeter.conf
%{_sbindir}/%{name}
#{_datadir}/%{name}/
%{_datadir}/xgreeters/lightdm-gtk-greeter.desktop
# own alternatives target
%ghost %{_datadir}/xgreeters/lightdm-greeter.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.1-10
+ Revision: 753fe4a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2716 |14cr|lightdm-kde-greeter-0.3.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LightDM KDE Greeter
Name:		lightdm-kde-greeter
Version:	0.3.2.1
Release:	6
Group:		System/X11
License:	GPLv3+
URL:	 	https://projects.kde.org/projects/playground/base/lightdm
Source0: 	http://carroll.aset.psu.edu/pub/kde/unstable/lightdm-kde/src/lightdm-kde-%{version}.tar.bz2
Patch0:		lightdm-kde-0.3.2.1-lightdm-1.7.patch

BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(liblightdm-qt-3)

Provides:	lightdm-greeter
Requires:	lightdm
Requires:	kdebase4-runtime
Requires(post,postun):	update-alternatives

%description
A LightDM greeter that uses the KDE toolkit.

%prep
%setup -qn lightdm-%{version}
%apply_patches

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-kde

%post
%{_sbindir}/update-alternatives \
	--install %{_datadir}/xgreeters/lightdm-greeter.desktop \
	lightdm-greeter \
	%{_datadir}/xgreeters/lightdm-kde-greeter.desktop \
	10

%postun
if [ $1 -eq 0 ]; then
%{_sbindir}/update-alternatives \
	--remove lightdm-greeter \
	%{_datadir}/xgreeters/lightdm-kde-greeter.desktop
fi

%files -f %{name}.lang
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmlightdm.conf
%{_kde_libdir}/kde4/kcm_lightdm.so
%{_kde_libdir}/kde4/libexec/kcmlightdmhelper
%{_kde_libdir}/kde4/libexec/lightdm-kde-greeter-rootimage
%{_sbindir}/lightdm-kde-greeter
%{_datadir}/apps/lightdm-kde-greeter
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmlightdm.service
%{_datadir}/kde4/services/kcm_lightdm.desktop
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmlightdm.policy
%{_datadir}/xgreeters/lightdm-kde-greeter.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2.1-6
+ Revision: 5a8cbc0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2717 |14cr|lightlang-0.8.6-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dictionary Shell on Qt4
Name:		lightlang
Version:	0.8.6
Release:	10
License:	GPL
Group:		Office
Url:		http://lightlang.org.ru
Source0:	lightlang-%{version}-rev990.tar.bz2
BuildRequires:	mplayer
BuildRequires:	python-qt4
BuildRequires:	python-sip
BuildRequires:	python-xlib
BuildRequires:	qt4-common
BuildRequires:	sox
BuildRequires:	xterm
Requires:	lightlang-dict
Requires:	python-qt4
Requires:	python-xlib
Requires:	qt4-common
Requires:	sox

%description
LightLang is a small and powerfull dictionary shell,
writed on qt4 and has a many dictionary (ru-en and en-ru).

%files
%{_bindir}/sl
%{_bindir}/xsl
%{_bindir}/llrepo
%{_bindir}/lightlang
%{_libdir}/xsl
%{_libdir}/llrepo
%{_datadir}/applications/xsl.desktop
%{_datadir}/sl
%{_datadir}/xsl
%{_iconsdir}/hicolor/*/apps/*.png
%doc %{_docdir}/lightlang
%doc %{_mandir}/man1/*
%doc %{_mandir}/ru/man1/*

#----------------------------------------------------------------------------

%package devel
Summary:	Devel package for LightLang
Group:		Office
Requires:	%{name} = %{EVRD}

%description devel
Devel package for LightLang.

%files devel
%{_libdir}/pkgconfig/lightlang.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --with-audio-player=mplayer
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.6-10
+ Revision: e1320e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2718 |14cr|lightlang-dict-0.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.0.2
%define	rel	2
%define release %mkrel %{rel}

Summary: Dictionary for LightLang
Name: lightlang-dict
Version:	%{version}
Release:	%{release}
License: GPL2+
Group: Office
URL: http://code.google.com/p/lightlang/
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch

Requires: lightlang

%description
Dictionary for LightLang

%prep
%setup -q

%install
%{__rm} -rf %{buildroot}
mkdir -p %{buildroot}/%{_datadir}/sl/dicts
cp ./* %{buildroot}/%{_datadir}/sl/dicts

%build

%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-, root, root, 0755)
%{_datadir}/sl/dicts/*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.0.2-2
+ Revision: 8c0b94a
- Automatic import for version 0.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2719 |14cr|lightlang-sounds-0.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sounds for LightLang Dictionary
Name:		lightlang-sounds
Version:	0.0.1
Release:	3
License:	GPLv2+
Group:		Office
Url:		http://lightlang.org.ru
Source0:	%{name}-%{version}.tar.bz2
Requires:	lightlang
BuildArch:	noarch

%description
Sounds for LightLang Dictionary.

%files
%{_datadir}/sl/sounds/en/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_datadir}/sl
mkdir %{buildroot}%{_datadir}/sl/sounds/
mkdir %{buildroot}%{_datadir}/sl/sounds/en
cp -r ./en/* %{buildroot}%{_datadir}/sl/sounds/en


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-3
+ Revision: 14b95ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2720 |14cr|lightmediascanner-0.4.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major	0
%define		libname %mklibname %name %{major}
%define		develname %mklibname %name -d

Summary: 	Lightweight media scanner
Name: 		lightmediascanner
Version: 	0.4.1.0
Release: 	2
Group: 		System/Libraries
License: 	LGPL
URL: 		http://lms.garage.maemo.org/
Source0: 	%{name}-%{version}.tar.xz


%description
Lightweight media scanner meant to be used in not-so-powerful
devices, like embedded systems or old machines. Provides an optimized
way to recursively scan directories, handling the parser in a child
process, avoiding breaks of the main process when parsers break.
One can opt to use the single process version, but be aware that
if something bad happens during parsing, your application will suffer. 

%package -n %{libname}
Summary:    %{name} library
Group:      System/Libraries

%description -n %{libname}
This package contains the dynamic libraries from %{name}.

%package -n %{develname}
Summary: 	Headers for developing programs that will use %{name}
Group:      Development/C
Requires:   %{libname} = %{version}
Provides:   %{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*  
%{_libdir}/%{name}/plugins/*.so 

%files -n %{develname}
%{_libdir}/*.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/%{name}.pc





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1.0-2
+ Revision: f809665
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2721 |14cr|lightning-2.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Portable just-in-time compiler library
Name:		lightning
Version:	2.0.3
Release:	2
License:	LGPLv3+
Group:		Development/Other
Url:		http://www.gnu.org/software/lightning/
Source0:	ftp://ftp.gnu.org/gnu/lightning/%{name}-%{version}.tar.gz
BuildRequires:	texinfo
BuildRequires:	binutils-devel
BuildRequires:	pkgconfig(zlib)

%description
GNU lightning is a library that generates assembly language code at run-time;
it is very fast, making it ideal for Just-In-Time compilers, and it abstracts
over the target CPU, as it exposes to the clients a standardized RISC
instruction set inspired by the MIPS and SPARC chips.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library the GNU lightning
Group:		System/Libraries
Conflicts:	%{name} < 2.0.3
Obsoletes:	%{name} < 2.0.3

%description -n %{libname}
Shared library the GNU lightning.

%files -n %{libname}
%doc AUTHORS COPYING COPYING.LESSER NEWS README THANKS
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the GNU lightning
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 2.0.3

%description -n %{devname}
The libraries, header files and documentation for using GNU lightning.

%files -n %{devname}
%doc ChangeLog COPYING.DOC
%{_includedir}/%{name}.h
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_infodir}/%{name}.info*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%check
make check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-2
+ Revision: cd547ff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2722 |14cr|lightspark-0.7.2-10.20140219git
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Summary:	An alternative Flash Player implementation
Name:		lightspark
Version:	0.7.2
Release:	10.20140219git
Group:		Networking/WWW
License:	LGPLv3+
Url:		http://lightspark.sourceforge.net
Source0:	lightspark-%version-20140219git.tar.bz2
Patch0:		lightspark-0.7.2-fix_ffmpeg_include_dir.patch
Patch1:		lightspark-0.7.2-llvm-libs-hack.patch
Patch2:		lightspark-0.7.2-fix-build-with-llvm-3.5.patch
BuildRequires:	cmake
BuildRequires:	nasm
BuildRequires:	boost-devel
BuildRequires:	llvm-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(ftgl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libxml++-2.6)
BuildRequires:	pkgconfig(libxul)
BuildRequires:	pkgconfig(sdl)
Requires:	fonts-ttf-liberation
Suggests:	%{name}-pulse

%description
Lightspark is a modern, free, open-source flash player implementation.
Lightspark features:

* JIT compilation of Actionscript to native x86 bytecode using LLVM
* Hardware accelerated rendering using OpenGL Shaders (GLSL)
* Very good and robust support for current-generation Actionscript 3
* A new, clean, codebase exploiting multithreading and optimized for 
modern hardware. Designed from scratch after the official Flash 
documentation was released.

%files -f %{name}.lang
%doc COPYING COPYING.LESSER ChangeLog
%config(noreplace) %{_sysconfdir}/xdg/lightspark.conf
%{_bindir}/%{name}
%{_bindir}/tightspark
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	%{name} libraries
Group:		System/Libraries

%description -n %{libname}
This is the libraries used by %{name}.

%files -n %{libname}
%config %{_sysconfdir}/ld.so.conf.d/lightspark.conf
%{_libdir}/%{name}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries for %{name}
Group:		Development/C++
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
Development files for the %{name} libraries.

%files -n %{devname}
%{_libdir}/%{name}/lib%{name}.so

#----------------------------------------------------------------------------

%package mozilla-plugin
Summary:	Mozilla compatible plugin for %{name}
Group:		Networking/WWW
Suggests:	gnash
Suggests:	%{name}-pulse
Conflicts:	gnash-firefox-plugin

%description mozilla-plugin
This is the Mozilla compatible plugin for %{name}

%files mozilla-plugin
%{_libdir}/mozilla/plugins/lib%{name}plugin.so

#----------------------------------------------------------------------------

%package pulse
Summary:	PulseAudio plugin for %{name}
Group:		Networking/WWW

%description pulse
This is the PulseAudio plugin for %{name}

%files pulse
%{_libdir}/%{name}/plugins/lib%{name}pulseplugin.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%define _disable_ld_no_undefined 1

# Without this, Cmake would fail to properly check for LLVM headers and that
# would make a mess.
export CXXFLAGS="$RPM_OPT_FLAGS -std=gnu++11"

%cmake \
    -DCOMPILE_PLUGIN=1 \
    -DPLUGIN_DIRECTORY="%{_libdir}/mozilla/plugins/" \
    -DENABLE_SOUND=1 \
    -DGNASH_EXE_PATH="%{_bindir}/gnash"

%make

%install
%makeinstall_std -C build

#(eandry) tell lightspark where the libs are
install -d -m 0755  %{buildroot}%{_sysconfdir}/ld.so.conf.d
echo "%{_libdir}/lightspark" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/lightspark.conf

install -Dpm 644 media/%{name}-logo.svg %{buildroot}%{_datadir}/%{name}

%find_lang %{name}


%changelog
* Wed Sep 10 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.7.2-10.20140219git
+ Revision: 8cc84aa
- More fixes for the build with LLVM 3.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2723 |14cr|lighttpd-1.4.35-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Following modules bring no additionnal dependencies
# Other ones go into separate packages
%define base_modules	mod_access.so,mod_accesslog.so,mod_alias.so,mod_cgi.so,mod_dirlisting.so,mod_evhost.so,mod_expire.so,mod_extforward.so,mod_fastcgi.so,mod_flv_streaming.so,mod_indexfile.so,mod_proxy.so,mod_redirect.so,mod_rewrite.so,mod_rrdtool.so,mod_scgi.so,mod_secdownload.so,mod_setenv.so,mod_simple_vhost.so,mod_ssi.so,mod_staticfile.so,mod_status.so,mod_userdir.so,mod_usertrack.so,mod_evasive.so

Summary:	A fast webserver with minimal memory-footprint
Name:		lighttpd
Version:	1.4.35
Release:	3
License:	BSD
Group:		System/Servers
Url:		http://lighttpd.net/
Source0:	http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz
Source1:	http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz.asc
Source2:	lighttpd.service
Source3:	php.d-lighttpd.ini
Patch0:		lighttpd-defaultroot.patch
BuildRequires:	attr-devel
BuildRequires:	bzip2-devel
BuildRequires:	gdbm-devel
BuildRequires:	memcache-devel
BuildRequires:	mysql-devel
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)
Requires:	webserver-base
Requires(pre):	webserver-base
Requires(post,preun):	rpm-helper
Obsoletes:	%{name}-modules < %{EVRD}
Provides:	%{name}-modules = %{EVRD}
Provides:	webserver

%description
Security, speed, compliance, and flexibility--all of these describe LightTPD
which is rapidly redefining efficiency of a web server; as it is designed and
optimized for high performance environments. With a small memory
footprint compared to other web-servers, effective management of the
cpu-load, and advanced feature set (FastCGI, CGI, Auth,
Output-Compression, URL-Rewriting and many more) LightTPD is the
perfect solution for every server that is suffering load problems.

This packages contains the server and base modules :
%(for mod in $(echo %base_modules | tr ',' '\n'); do echo ${mod%%.so}; done)

%files -f base.list
%doc doc/config/lighttpd.conf README NEWS COPYING AUTHORS
%{_unitdir}/lighttpd.service
%config(noreplace) %{_sysconfdir}/sysconfig/lighttpd
%dir %{_sysconfdir}/lighttpd/
%dir %{_sysconfdir}/lighttpd/conf.d/
%config(noreplace) %{_sysconfdir}/lighttpd/*.conf
%config(noreplace) %{_sysconfdir}/lighttpd/conf.d/*.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/php.d/lighttpd.ini
%attr(0755,apache,apache) %{_logdir}/lighttpd
%{_mandir}/*/*
%{_sbindir}/*

%post
# Fix rights on logs after upgrade, else the server can not start
if [ $1 -gt 1 ]; then
	if grep '^server.username = "apache"' %{_sysconfdir}/lighttpd/lighttpd.conf >/dev/null; then
		if [ `stat -c %U /var/log/lighttpd/` != "apache" ]; then
			chown -R apache /var/log/lighttpd/
		fi
	fi
fi

%_post_unit %{name}

%postun
%_postun_unit %{name}

#----------------------------------------------------------------------------

%package mod_auth
Summary:	Authentification module for %{name}
Group:		System/Servers
Requires:	%{name}

%description mod_auth
lighttpd supportes both authentication method described by RFC 2617:

 - basic
 - digest

Depending on the method lighttpd provides various way to store the credentials
used for the authentication.

for basic auth:
 - plain
 - htpasswd
 - htdigest
 - ldap

for digest auth:
 - plain
 - htdigest

%files mod_auth -f mod_auth
%{_libdir}/%{name}/mod_auth.so

#----------------------------------------------------------------------------

%package mod_cml
Summary:	CML (Cache Meta Language) module for %{name}
Group:		System/Servers
Requires:	%{name}

%description mod_cml
CML (Cache Meta Language) is a Meta language to describe the dependencies
of a page at one side and building a page from its fragments on the other side
using LUA.

%files mod_cml -f mod_cml
%{_libdir}/%{name}/mod_cml.so

#----------------------------------------------------------------------------

%package mod_compress
Summary:	Output Compression module for %{name}
Group:		System/Servers
Requires:	%{name}

%description mod_compress
Output compression reduces the network load and can improve the
overall throughput of the webserver. All major http-clients support
compression by announcing it in the Accept-Encoding header. This
is used to negotiate the most suitable compression method.
We support deflate, gzip and bzip2.

%files mod_compress -f mod_compress
%{_libdir}/%{name}/mod_compress.so

#----------------------------------------------------------------------------

%package mod_mysql_vhost
Summary:	MySQL-based vhosting module for %{name}
Group:		System/Servers
Requires:	%{name}

%description mod_mysql_vhost
With MySQL-based vhosting you can store the path to a given
host's document root in a MySQL database.

%files mod_mysql_vhost -f mod_mysql_vhost
%{_libdir}/%{name}/mod_mysql_vhost.so

#----------------------------------------------------------------------------

%package mod_trigger_b4_dl
Summary:	Trigger before Download module for %{name}
Group:		System/Servers
Requires:	%{name}

%description mod_trigger_b4_dl
Anti Hotlinking:
 - if user requests ''download-url'' directly, the request is denied
   and he is redirected to ''deny-url'
 - if user visits ''trigger-url'' before requesting ''download-url'',
    access is granted
 - if user visits ''download-url'' again after ''trigger-timeout'' has
   elapsed, the request is denied and he is redirected to ''deny-url''

The trigger information is either stored locally in a gdbm file or
remotely in memcached.

%files mod_trigger_b4_dl -f mod_trigger_b4_dl
%{_libdir}/%{name}/mod_trigger_b4_dl.so

#----------------------------------------------------------------------------

%package mod_webdav
Summary:	WebDAV module for %{name}
Group:		System/Servers
Requires:	%{name}

%description mod_webdav
The WebDAV module for %{name} is a very minimalistic implementation of RFC
2518.

%files mod_webdav -f mod_webdav
%{_libdir}/%{name}/mod_webdav.so

#----------------------------------------------------------------------------

%package mod_magnet
Summary:	Module to control the request handling in %{name}
Group:		System/Servers
Requires:	%{name}

%description mod_magnet
mod_magnet can attract a request in several stages in the request-handling.

* either at the same level as mod_rewrite, before any parsing of the URL is
  done
* or at a later stage, when the doc-root is known and the physical-path is
  already setup

Keep in mind that the magnet is executed in the core of lighty. EVERY long-
running operation is blocking ALL connections in the server. You are warned.
For time-consuming or blocking scripts use mod_fastcgi and friends.

%files mod_magnet -f mod_magnet
%{_libdir}/%{name}/mod_magnet.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x \
	--libdir=%{_libdir}/%{name}/ \
	--with-mysql\
	--with-ldap\
	--with-attr\
	--with-openssl\
	--with-pcre\
	--with-bzip2\
	--with-fam\
	--with-webdav-props\
	--with-webdav-locks\
	--with-gdbm\
	--with-memcache\
	--with-lua

%make

%install
%makeinstall_std

install -Dm 644 doc/initscripts/sysconfig.lighttpd \
    %{buildroot}%{_sysconfdir}/sysconfig/lighttpd

install -Dm 644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service

install -Dm 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/php.d/lighttpd.ini

install -d -m 755 %{buildroot}%{_sysconfdir}/lighttpd
install -d -m 755 %{buildroot}%{_sysconfdir}/lighttpd/conf.d
install -m 644 doc/config/*.conf %{buildroot}%{_sysconfdir}/lighttpd
install -m 644 doc/config/conf.d/*.conf %{buildroot}%{_sysconfdir}/lighttpd/conf.d

install -d -m 755 %{buildroot}%{_logdir}/lighttpd

sed -i \
    -e 's!^server.username\s*=.*$!server.username = "apache"!;' \
    -e 's!^server.groupname\s*=.*$!server.groupname = "apache"!;' \
    -e 's!^var.server_root\s*=.*$!var.server_root = "%{_var}/www"!;' \
    -e 's!^server.document-root\s*=.*$!server.document-root = "%{_var}/www/html"!;' \
    -e 's!^server.errorlog\s*=.*$!server.errorlog = "%{_logdir}/lighttpd/error.log"!;' \
    %{buildroot}%{_sysconfdir}/lighttpd/lighttpd.conf

sed -i \
    -e 's!^accesslog.filename.*$!accesslog.filename = "%{_logdir}/lighttpd/access.log"!' \
    %{buildroot}%{_sysconfdir}/lighttpd/conf.d/access_log.conf


install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
%{_logdir}/%{name}/*.log {
    size=20M
    rotate 5
    weekly
    missingok
    notifempty
    postrotate
        service %{name} reload
    endscript
}
EOF

echo %{_libdir}/%{name}/{%{base_modules}} | tr ' ' '\n' > base.list
for i in doc/outdated/*.txt
do
	mod=`cat "$i" | tr -d '\\r' | sed -n "s/^Module:.*\\(mod_.*\\)$/\\1/p"`
	if [ -z "$mod" ]
	then
		echo  "%doc $i" >> base.list
	else
		if echo "%{base_modules}" | grep "$mod" > /dev/null
		then
			echo "%doc $i" >> base.list
		else
			echo "%doc $i" >> "$mod"
		fi
	fi
done


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.35-3
+ Revision: 05a0b85
- Force lua 5.1, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2724 |14cr|lilo-24.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define _default_patch_fuzz 2

Summary:	The boot loader for Linux and other operating systems
Name:		lilo
Version:	24.0
Release:	2
Epoch:		1
License:	MIT
Group:		System/Kernel and hardware
Url:		http://lilo.alioth.debian.org/
Source0:	http://lilo.alioth.debian.org/ftp/sources/%{name}-%{version}.tar.gz
Source1:	rosa_256c.uu
Source2:	rosa_256c.dat
Patch0:		lilo-21.6-keytab-3mdk.patch
Patch1:		lilo-disks-without-partitions.patch
Patch2:		lilo-23.2.syslinux.patch
Patch9:		lilo-22.5.1-unsafe-and-default-table.patch
Patch26:	lilo-22.5.9-longer_image_names.patch
# [Pixel] the following patch was introduced in 2004 by Juan Quintela,
# it may be needed by longer_image_names patch above, but it seems unneeded
Patch27:	lilo-two_columns.patch
Patch28:	lilo-22.5.9-never-relocate-when-has-partititions.patch
Patch29:	lilo-22.5.9-initialize-Volume-IDs-with-no-fanfare.patch
Patch31:	lilo-exit_code_1_when_aborting.patch
Patch32:	lilo-22.6.1-turn-non-valid-boot-signature-into-a-warning.patch
Patch35:	lilo-22.6.1-large-memory-option-by-default.patch
Patch36:	lilo-23.2-no-debian.patch
Patch37:	lilo-24.0-Fix-make-install-when-lilo.static-is-not-built.patch
BuildRequires:	texlive
BuildRequires:	dev86
BuildRequires:	dev86-devel
BuildRequires:	nasm
BuildRequires:	device-mapper-devel
BuildRequires:	sharutils
Requires(post):	perl-base
Provides:	bootloader
ExclusiveArch:	%{ix86} x86_64

%description
LILO (LInux LOader) is a basic system program which boots your Linux
system. LILO loads the Linux kernel from a floppy or a hard drive, boots
the kernel and passes control of the system to the kernel. LILO can also
boot other operating systems.

%files
%doc README* COPYING
/sbin/*
%{_bindir}/*
%{_mandir}/*/*
/boot/rosa.bmp

%post
if [ -f /etc/lilo.conf ]; then

  if [ -L /boot/lilo ]; then

      # upgrading from old lilo boot.b based

      # before:
      # - message is a symlink to either lilo-text/message, lilo-menu/message or lilo-graphic/message
      # - lilo-text/message and lilo-menu/message are created by DrakX (and are usually the same file)
      # - lilo-graphic/message is in the RPM (will be removed by RPM after %post)
      # after:
      # - message-text is the text message
      # - message-graphic is the old lilo-graphic/message

      # transforming the /boot/message symlink in non-symlink
      if [ -e /boot/lilo-text/message ]; then
        mv -f /boot/lilo-text/message /boot/message-text
      fi
      if [ -e /boot/lilo-menu/message ]; then
        mv -f /boot/lilo-menu/message /boot/message-text
      fi

      if [ -e /boot/message-text ]; then
          ln -sf message-text /boot/message
      fi

      # ensuring the right choice is taken

      link=`perl -e 'print readlink("/boot/lilo")'`
      case $link in
        lilo-menu) ;; # chosen by default
        lilo-bmp) ;; # automatically chosen by lilo based on "bitmap=..."
        lilo-graphic) ;; # obsolete
        lilo-text)
          # need a special install=...
          perl -pi -e 's|^install=.*\n||; $_ = "install=text\n$_" if $. == 1' /etc/lilo.conf ;;
        *)
          echo "ERROR: unknown lilo scheme, it is DROPPED (please file a bug at http://bugs.rosalinux.ru/)"
          sleep 1 ;;
      esac

      rm -f /boot/lilo
  elif [ -e /boot/message-graphic ]; then
      if perl -e 'exit(-s "/boot/message" > 65_000 ? 0 : 1)'; then
         link=`perl -e 'print readlink("/boot/message")'`
         rm /boot/message
         if [ "$link" = "message-graphic" -a -e /boot/message-text ]; then
           ln -s message-text /boot/message
           if perl -e 'exit(-s "/boot/message" > 65_000 ? 0 : 1)'; then
             # weird message-text file... well someone had this on cooker, better be safe
             echo > /boot/message
           fi
         else
           echo > /boot/message
         fi
      fi
  fi

  chmod 600 /etc/lilo.conf
  if [ -x /usr/sbin/detectloader ]; then
    LOADER=$(/usr/sbin/detectloader -q)
    if [ "$LOADER" = "LILO" ]; then
      /sbin/lilo > /dev/null
    fi
  fi
fi

#----------------------------------------------------------------------------

%package doc
Summary:	More doc for %{name}
Group:		System/Kernel and hardware

%description doc
cf %{name} package.

%files doc
%doc doc/*.pdf QuickInst

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch9 -p1
%patch26 -p1 -b .images
%patch27 -p1 -b .two
%patch28 -p1
%patch29 -p1
%patch31 -p1 -b .exit_code
%patch32 -p1
%patch35 -p1
%patch36 -p1
%patch37 -p1

bzip2 -9 README*

cp -a %{SOURCE1} %{SOURCE2} images/

# disable diagnostic build (which would need beeing root)
perl -pi -e 's/^(diagnostic:).*/diagnostic:/' Makefile

%build
perl -p -i -e "s/-Wall -g/%{optflags}/" Makefile
make all
(cd doc
make -f Makefile.old CFLAGS="%{optflags} -DDEBUG"
dvipdfm -o User_Guide.pdf user.dvi
dvipdfm -o Technical_Guide.pdf tech.dvi
rm -f *.aux *.log *.toc)

%install
%makeinstall_std

install -d %{buildroot}%{_bindir}
mv %{buildroot}%{_sbindir}/* %{buildroot}%{_bindir}

rm -rf %{buildroot}%{_sysconfdir}/initramfs %{buildroot}%{_sysconfdir}/kernel %{buildroot}%{_sysconfdir}/lilo.conf_example


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:24.0-2
+ Revision: c2ca5ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2725 |14cr|lilv-0.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Name:           lilv
Version:        0.20.0
Release:        1


%define lib_major       0
%define lib_name        %mklibname %{name} %{lib_major}
%define lib_name_devel  %mklibname %{name} -d

Summary:        LV2 plugin library for applications and hosts
Source0:        http://download.drobilla.net/%{name}-%{version}.tar.bz2
Patch0:         lilv-0.5.0-fix-decl.patch
URL:            http://drobilla.net/software/%{name}/
License:        ISC
Group:          System/Libraries

BuildRequires:  waf, pkgconfig, python
BuildRequires:  sord-devel
BuildRequires:  pkgconfig(lv2)
BuildRequires:  sratom-devel

%description
LV2 plugin library for applications and hosts

%files -n %{name}
%doc COPYING README
%doc %{_mandir}/man1/*
%{_bindir}/lilv-bench
%{_bindir}/lv2info
%{_bindir}/lv2ls
%{_bindir}/lv2bench
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/bash_completion.d/lilv

#-----------------------------------
%package -n %{lib_name}

Summary:        LV2 plugin library for applications and hosts
Group:          System/Libraries

%description -n %{lib_name}
Lilv is a library to make the use of LV2 plugins as simple as possible
for applications. Lilv is the successor to SLV2, rewritten to be
significantly faster and have minimal dependencies.

%files -n %{lib_name}
%{_libdir}/lib%{name}-%{lib_major}.so.*

#-----------------------------------
%package -n %{lib_name_devel}
Summary:        Headers for the lilv LV2 library
Group:          System/Libraries
Requires:       %{lib_name} = %{version}-%{release}
Requires:       pkgconfig
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{lib_name_devel}
Development files needed to build applications against lilv.

%files -n %{lib_name_devel}
%{_libdir}/lib%{name}-%{lib_major}.so
%dir %{_includedir}/%{name}-%{lib_major}/%{name}
%{_includedir}/%{name}-%{lib_major}/%{name}/*.h
%{_includedir}/%{name}-%{lib_major}/%{name}/*.hpp
%{_libdir}/pkgconfig/%{name}-%{lib_major}.pc

#-----------------------------------
%prep
%setup -q

%build
./waf configure --prefix=%{_prefix} \
                --mandir=%{_mandir} \
                --libdir=%{_libdir} \
                --configdir=%{_sysconfdir}
./waf

%install

./waf install --destdir=%{buildroot}



%changelog
* Sun Aug 17 2014 emuse <goemusic@yahoo.fr> 0.20.0-1
+ Revision: c15dcb4
- New version 0.20.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2726 |14cr|lilypond-2.18.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq '/usr/bin/guile'
%define _disable_ld_no_undefined 1

Summary:	A typesetting system for music notation
Name:		lilypond
Version:	2.18.2
Release:	4
Group:		Publishing
License:	GPLv3+
Url:		http://www.lilypond.org
Source0:	http://download.linuxaudio.org/lilypond/sources/v2.18/%{name}-%{version}.tar.gz
Patch0:		lilypond-2.21.2-gcc44-relocate.patch
Group:		Publishing
Requires:	ghostscript >= 8.15
Requires:	guile1.8
Obsoletes: 	lilypond-fonts <= 2.12.1-1
Requires:	lilypond-century-schoolbook-l-fonts = %{version}-%{release}
Requires:	lilypond-emmentaler-fonts = %{version}-%{release}

BuildRequires:  t1utils 
BuildRequires:  bison 
BuildRequires:  flex 
BuildRequires:  imagemagick 
BuildRequires:  gettext 
BuildRequires:  texlive
BuildRequires:  python-devel >= 2.4.0
BuildRequires:  mftrace >= 1.1.19
BuildRequires:  texinfo >= 4.8
BuildRequires:  pkgconfig(guile-1.8)
BuildRequires:  ghostscript >= 8.15
BuildRequires:  pango-devel >= 1.12.0
BuildRequires:  pkgconfig(pangoft2)
BuildRequires:  pkgconfig(fontconfig)
BuildRequires:  pkgconfig(freetype2)
BuildRequires:	dblatex
BuildRequires:	texi2html
BuildRequires:	rsync
BuildRequires:	texlive
BuildRequires:	netpbm
BuildRequires:	zip

%description
LilyPond is an automated music engraving system. It formats music
beautifully and automatically, and has a friendly syntax for its input
files.

%package century-schoolbook-l-fonts
Summary:        Lilypond Century Schoolbook L fonts

Requires:	lilypond-fonts-common = %{version}-%{release}
Obsoletes:	lilypond-centuryschl-fonts <= 2.12.1-3
BuildArch:	noarch

%description century-schoolbook-l-fonts 
LilyPond is an automated music engraving system. It formats music
beautifully and automatically, and has a friendly syntax for its input
files.

These are the Century Schoolbook L fonts included in the package.

%package emmentaler-fonts
Summary:        Lilypond emmentaler fonts

Requires:	lilypond-fonts-common = %{version}-%{release}
BuildArch:	noarch

%description emmentaler-fonts 
LilyPond is an automated music engraving system. It formats music
beautifully and automatically, and has a friendly syntax for its input
files.

These are the emmentaler fonts included in the package.


%package fonts-common
Summary:        Lilypond fonts common dir

Obsoletes:	lilypond-aybabtu-fonts <= 2.12.3-3
Obsoletes:	lilypond-feta-fonts <= 2.12.3-3
Obsoletes:	lilypond-feta-alphabet-fonts <= 2.12.3-3
Obsoletes:	lilypond-feta-braces-fonts <= 2.12.3-3
Obsoletes:	lilypond-parmesan-fonts <= 2.12.3-3
BuildArch:	noarch

%description fonts-common
LilyPond is an automated music engraving system. It formats music
beautifully and automatically, and has a friendly syntax for its input
files.

This contains the directory common to all lilypond fonts.

%prep
%setup -q

%patch0 -p0

%build
%configure --without-kpathsea --disable-checking \
	--with-ncsb-dir=%{_datadir}/fonts/default/Type1
# underlink
echo LIBS=-lpython2.7 >> python/GNUmakefile
make


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT package_infodir=%{_infodir} \
	vimdir=%{_datadir}/vim

chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}/%{version}/python/midi.so

# Symlink lilypond-init.el in emacs' site-start.d directory
pushd $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp
mkdir site-start.d
ln -s ../lilypond-init.el site-start.d
popd

# Change encoding to UTF8
pushd $RPM_BUILD_ROOT%{_infodir}
iconv -f iso-8859-1 -t utf-8 music-glossary.info > music-glossary.info.utf8
mv music-glossary.info.utf8 music-glossary.info
sed -e s,lilypond/,, -i *.info
popd

rm -f $RPM_BUILD_ROOT%{_infodir}/dir

%find_lang %{name}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts
mv $RPM_BUILD_ROOT%{_datadir}/lilypond/%{version}/fonts/otf/*.otf $RPM_BUILD_ROOT%{_datadir}/fonts
rmdir $RPM_BUILD_ROOT%{_datadir}/lilypond/%{version}/fonts/otf
ln -s %{_datadir}/fonts $RPM_BUILD_ROOT%{_datadir}/lilypond/%{version}/fonts/otf

chmod +x %{buildroot}%{_datadir}/lilypond/2.18.2/python/langdefs.py

%files -f %{name}.lang
%doc AUTHORS.txt COPYING DEDICATION HACKING INSTALL.txt
%doc NEWS.txt README.txt ROADMAP VERSION
%{_bindir}/*
%{_libdir}/lilypond
%{_datadir}/lilypond
%{_datadir}/emacs/site-lisp
%{_datadir}/vim/*/*
%{_infodir}/*
%{_mandir}/man1/*

%files century-schoolbook-l-fonts
%doc COPYING
%{_datadir}/fonts/emmentaler-*.otf

%files emmentaler-fonts
%doc COPYING
%{_datadir}/fonts/CenturySchL*.otf

%files fonts-common
%doc COPYING
%dir %{_datadir}/fonts

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.18.2-4
+ Revision: 4720c89
- MassBuild#464: Increase release tag

* Tue Jul 01 2014 Tigro <ashejn@gmail.com> 2.18.2-3
+ Revision: 17b07ca
- pack fonts to proper packages

* Mon Jun 30 2014 Arkady Shane <ashejn@gmail.com> 2.18.2-3
+ Revision: 009344b
- Drop fontpackages requires again.

* Mon Jun 30 2014 Arkady Shane <ashejn@gmail.com> 2.18.2-3
+ Revision: 40a06c8
- back BR: fontpackages-devel

* Mon Jun 30 2014 Tigro <ashejn@gmail.com> 2.18.2-3
+ Revision: c473d4e
- pack fonts

* Mon Jun 30 2014 Tigro <ashejn@gmail.com> 2.18.2-3
+ Revision: 35606c8
- fix typo

* Mon Jun 30 2014 Tigro <ashejn@gmail.com> 2.18.2-3
+ Revision: f3e917b
- expand macro

* Mon Jun 30 2014 Arkady Shane <ashejn@gmail.com> 2.18.2-3
+ Revision: fb12832
- how did it work before?

* Fri Jun 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.18.2-2
+ Revision: ba09505
- Bump release

* Tue May 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.18.2-1
+ Revision: 5a459c4
- Fix BRs

* Tue May 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.18.2-1
+ Revision: f4c5dff
- Updated to 2.18.2

* Thu Jan 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.18.0-2
+ Revision: 43e7f9e
- Do not require /usr/bin/guile explicitly

* Fri Jan 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.18.0-1
+ Revision: 277d46b
- Updated to 2.18.0

* Wed Jun 05 2013 gvm <mc2374@mclink.it> 0:2.16.2-1
+ Revision: b42c4a5
- Updated lilypond.spec for fontconfig.

* Tue Jun 04 2013 gvm <mc2374@mclink.it> 0:2.16.2-1
+ Revision: 00044b0
- Fixed ghostscript BReq

* Tue Jun 04 2013 gvm <mc2374@mclink.it> 0:2.16.2-1
+ Revision: e9f1192
- Updated Freetype2 Breq

* Tue Jun 04 2013 Giovanni Mariani <mc2374@mclink.it> 0:2.16.2-1
+ Revision: 3ffebd9
- Updated to version 2.16.2

* Thu Dec 06 2012 Frank Kober <goemusic@yahoo.fr> 0:2.16.0-2
+ Revision: 5d2d557
- Added guile1.8 as Requires since guile 2.0 appears incompatible

* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0:2.16.0-1
+ Revision: 60df8e6
- LOG Add rpmlint filter

* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0:2.16.0-1
+ Revision: f7da082
- LOG Add fontconfig to Requires

* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0:2.16.0-1
+ Revision: bbac7d8
- LOG Update BuildRequires

* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0:2.16.0-1
+ Revision: bf0cd2e
- LOG New version 2.16.0, update BuildRequires and Requires, spec cleanups

* Wed Apr 11 2012 Rosa <rosa@rosa-build.rosalab.ru> 0:2.15.36-1
+ Revision: 9b17d6e
- Automatic import for version 2.15.36

* Wed Apr 04 2012 Rosa <rosa@rosa-build.rosalab.ru> 0:2.15.35-1
+ Revision: 87993d4
- Automatic import for version 2.15.35

* Tue Mar 27 2012 Rosa <rosa@rosa-build.rosalab.ru> 0:2.15.34-1
+ Revision: 29612ce
- Automatic import for version 2.15.34

* Thu Mar 15 2012 Rosa <rosa@rosa-build.rosalab.ru> 0:2.15.33-1
+ Revision: 3707fc4
- Automatic import for version 2.15.33

* Sun Mar 11 2012 Rosa <rosa@rosa-build.rosalab.ru> 0:2.15.32-1
+ Revision: 587938c
- Automatic import for version 2.15.32

* Mon Mar 05 2012 Rosa <rosa@rosa-build.rosalab.ru> 0:2.15.31-1
+ Revision: 5dcfe08
- Automatic import for version 2.15.31

* Mon Feb 27 2012 Rosa <rosa@rosa-build.rosalab.ru> 0:2.15.30-1
+ Revision: 1598543
- Automatic import for version 2.15.30

* Fri Feb 24 2012 Rosa <rosa@rosa-build.rosalab.ru> 0:2.15.29-1
+ Revision: 438c304
- Automatic import for version 2.15.29



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2727 |14cr|linalg-linbox-1.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Avoid find requires problem with atlas*-devel packages
%define __noautoreq	'devel\\(|libcblas\\.so\\.(.*)|libclapack\\.so\\.(.*)'

Name:           linalg-linbox
Version:        1.3.2
Release:        4
Summary:        C++ Library for High-Performance Exact Linear Algebra
Group:          Sciences/Mathematics
License:        LGPLv2+
URL:            http://www.linalg.org/
Source0:        http://www.linalg.org/linbox-%{version}.tar.gz
# Sent upstream 2 Nov 2011.  Fix double frees that crash all tests.
Patch0:         linbox-destructor.patch
Patch1:         linbox-gcc47.patch
# Correct missing semicollon
Patch2:		linbox-int64.patch
# Force linkage to mpfr and iml to avoid unresolved symbols
Patch3:		linbox-underlink.patch

BuildRequires:  fflas-ffpack-devel
BuildRequires:  givaro-devel
BuildRequires:  iml-devel
BuildRequires:  libatlas-devel
BuildRequires:  libm4ri-devel
BuildRequires:  libm4rie-devel
BuildRequires:  mpfr-devel
BuildRequires:  ntl-devel

BuildRequires:  doxygen
BuildRequires:  ghostscript
BuildRequires:  gnuplot
BuildRequires:  texlive
Requires: atlas

%description
LinBox is a C++ template library for exact, high-performance linear
algebra computation with dense, sparse, and structured matrices over
the integers and over finite fields.


%package        devel
Summary:        Development libraries/headers for linbox
Group:          Development/C++
Requires:       %{name} = %{version}-%{release}
Requires:       fflas-ffpack-devel


%description    devel
Headers and libraries for development with linbox.


%prep
%setup -q -n linbox-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

# Fix up missing and extraneous library linkage
sed -e "s|\$(GMP_LIBS) \$(NTL_LIBS) \$(BLAS_LIBS)|-L%{_libdir}/atlas \$(NTL_LIBS) -lcblas|" \
    -i interfaces/driver/Makefile.in
sed -e "s|\$(GIVARO_LIBS) \$(GMP_LIBS) \$(NTL_LIBS) \$(BLAS_LIBS)|-L%{_libdir}/atlas ../../linbox/liblinbox.la \$(GIVARO_LIBS) \$(NTL_LIBS) -lcblas|" \
    -i interfaces/sage/Makefile.in

# Fix libtool
sed -i "s/func_apped/func_append/g" build-aux/ltmain.sh

%build
CFLAGS="%{optflags}"
%ifarch x86_64 ppc64
    CFLAGS="$CFLAGS -D__LINBOX_HAVE_INT64=1"
%endif
export CFLAGS
CXXFLAGS=$CFLAGS
export CXXFLAGS
CPPFLAGS="$CPPFLAGS -I%{_includedir}/m4rie"
export CPPFLAGS

%configure2_5x --enable-shared --disable-static --enable-sage \
  --enable-doc --with-ntl

# Remove hardcoded rpaths
sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
    -i libtool

# Don't try to optimize the tests; the build takes gargantuan amounts of memory
sed -i 's|-O2||g' tests/Makefile

make # %%{?_smp_mflags}

# Don't want these files in with the HTML files
rm -f doc/linbox-html/{AUTHORS,COPYING,INSTALL}


%install
make install DESTDIR=%{buildroot}
rm -f %{buildroot}%{_libdir}/*.la

# Remove docs that are installed in the wrong place
rm -rf %{buildroot}%{_prefix}/doc


%check
LD_LIBRARY_PATH=`pwd`/linbox/.libs make %{?_smp_mflags} check


%files
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_libdir}/*.so.*


%files devel
%doc doc/linbox-html/*
%{_includedir}/linbox
%{_libdir}/*.so
%{_bindir}/linbox-config
%{_mandir}/man1/linbox-config.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-4
+ Revision: 80419be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2728 |14cr|lincity-ng-2.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lincity - A City Simulation Game
Name:		lincity-ng
Version:	2.0
Release:	8
License:	GPLv2+
Group:		Games/Other
Source0:	http://freefr.dl.sourceforge.net/project/lincity-ng.berlios/lincity-ng-%version.tar.bz2
Patch0:		lincity-ng-1.1.2-fix-desktop.patch
Patch1:		lincity-ng-2.0-fix-str-fmt.patch
Url:		http://lincity-ng.berlios.de/
BuildRequires:	imagemagick
BuildRequires:	jam
BuildRequires:	mesa-common-devel
BuildRequires:	SDL-devel
BuildRequires:	SDL_gfx-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	libphysfs-devel
BuildRequires:	libxml2-devel
BuildRequires:	zlib-devel
Provides:	lincity = %{EVRD}

%description
Lincity is a city simulation game. Build your city up from a primitive village
to an advanced civilization.  Build a sustainable economy, or build rockets to
escape from a pollution ridden and resource starved planet. 

LinCity-NG is a polished and improved version of the classic LinCity game with
a new iso-3D graphics engine, with a completely redone and modern GUI.

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
%configure2_5x	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir} \
		--with-gzip \
		--with-svga \
		--with-x \
		--disable-rpath
jam %_smp_mflags

%install
DESTDIR=%{buildroot} jam install
mkdir -p %{buildroot}%{_miconsdir}
convert -size 48x48 data/%{name}.png %{buildroot}%{_miconsdir}/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}
convert -size 32x32 data/%{name}.png %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_liconsdir}
convert -size 16x16 data/%{name}.png %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %buildroot%_datadir/applications
mv %{buildroot}%{_gamesdatadir}/applications/* %{buildroot}%{_datadir}/applications

mkdir -p %buildroot%_datadir/pixmaps
mv %buildroot%{_gamesdatadir}/pixmaps/* %buildroot%_datadir/pixmaps

rm -fr %buildroot%_gamesdatadir/doc

%files
%doc COPYING* README RELNOTES TODO
%{_gamesbindir}/*
%{_datadir}/pixmaps/*
%{_datadir}/applications/*
%{_gamesdatadir}/%{name}
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-8
+ Revision: 4a330b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2729 |14cr|linesrv-2.1.21-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Line Control Server
Name:		linesrv
Version:	2.1.21
Release:	12
# debian/copyright in the source suggests GPLv2 specifically applies
License:	GPLv2+
Group:		Networking/Other
Url:		http://linecontrol.sourceforge.net
Source0:	%{name}-%{version}.src.tar.bz2
Source1:	linesrv.init.bz2
Source2:	linesrv.conf.bz2
Source3:	linesrv-scripts.tar.bz2
Source4:	linesrv.conf.documentation.bz2
Patch0:		linesrv-2.1.21-debian-syslog_header.patch
Patch1:		linesrv-2.1.21-str-fmt.patch
Requires(pre):	rpm-helper
BuildRequires:	pam-devel
BuildRequires:	mysql-devel

%description
The line control system will allow authorized LAN users to manipulate
the network interface (usually a modem) that gives the Internet
access on a Linux box without having to use telnet. It's based on
a client/server approach so any TCP/IP enabled system should be able
to take advantage of this server, if a client is written for it.
Currently; Linux, Windows, NetBSD, and any system with a Java
implementation or Web Browser have clients.

Note: Please make changes to /etc/lineserv.conf.

%files
%config(noreplace) %{_sysconfdir}/pam.d/*
%config(noreplace) %{_initrddir}/%{name}
%{_sbindir}/%{name}
%{_libdir}/%{name}
%{_localstatedir}/log/%{name}
%doc AUTHORS server/INSTALL server/COPYING server/NEWS server/README
%doc server/LICENSE INSTALL.lclog linesrv.conf.documentation
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%package web
Summary:	Line Control Server - Web Status
Group:		Networking/Other
Requires:	webserver
Requires:	linesrv

%description web
The line control system will allow authorized LAN users to manipulate
the network interface (usually a modem) that gives the Internet
access on a Linux box without having to use telnet. It's based on
a client/server approach so any TCP/IP enabled system should be able
to take advantage of this server, if a client is written for it.
Currently; Linux, Windows, NetBSD, and any system with a Java
implementation or Web Browser have clients.

This package provides web-based status report of the line.

%files web
%{_localstatedir}/www/html/lclog/
%attr(4750,root,apache) %{_localstatedir}/www/cgi-bin/*
%dir %{_localstatedir}/lib/%{name}
%attr(640,root,apache) %{_localstatedir}/lib/%{name}/htmlstatus
%doc htmlstatus/README

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%(echo %{version}|cut -f1-2 -d.) -a3
%patch0 -p1 -b .header
%patch1 -p0 -b .str
cp %{SOURCE4} .
bunzip2 `basename %{SOURCE4}`

%build
%configure2_5x
%make

%install
mkdir -p %{buildroot}{%{_sbindir},%{_bindir}}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_mandir}/{man5,man8}
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
mkdir -p %{buildroot}%{_libdir}/%{name}
mkdir -p %{buildroot}%{_localstatedir}/www/cgi-bin/
install -m 755 server/%{name} %{buildroot}%{_sbindir}/
install -m 755 lclog/lclog %{buildroot}%{_localstatedir}/www/cgi-bin/
install -m 4755 htmlstatus/htmlstatus %{buildroot}%{_localstatedir}/www/cgi-bin/
bzcat %{SOURCE1} > %{buildroot}%{_initrddir}/%{name}
chmod 755 %{buildroot}/%{_initrddir}/%{name}
install -m664 server/config/pam.d/l*  %{buildroot}/%{_sysconfdir}/pam.d/

bzcat %{SOURCE2} > %{buildroot}%{_sysconfdir}/%{name}.conf
install -d -m755 %{buildroot}%{_sysconfdir}/%{name}
install -m644 server/config/complete_syntax/addr_book %{buildroot}%{_sysconfdir}/%{name}
install -m644 server/config/complete_syntax/tarif.conf %{buildroot}%{_sysconfdir}/%{name}

# scripts
install -m755 scripts/*  %{buildroot}%{_libdir}/%{name}

#web stuff
install -d %{buildroot}%{_localstatedir}/www/html/lclog
install lclog/html/* %{buildroot}%{_localstatedir}/www/html/lclog/
install -d %{buildroot}%{_localstatedir}/lib/%{name}
mknod %{buildroot}%{_localstatedir}/lib/%{name}/htmlstatus p

#logs:
install -d %{buildroot}%{_localstatedir}/log/%{name}

#fix docs:
cp htmlstatus/README README.htmlstatus 
cp lclog/INSTALL INSTALL.lclog


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.21-12
+ Revision: 6ce7e23
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2730 |14cr|lingot-0.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    A musical instrument tuner
Name:       lingot
Version:    0.9.1
Release:    3
URL:        http://savannah.nongnu.org/projects/%{name}
Source0:     http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Patch0:     lingot-0.9.1-mdv-format-security.patch
License:    GPLv2
Group:      Sound
BuildRequires: gtk2-devel
BuildRequires: pkgconfig(libglade-2.0)
BuildRequires: intltool
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(jack)

%description
LINGOT is a musical instrument tuner. It's accurate, easy to use, and highly
configurable. Originally conceived to tune electric guitars, it can now be used
to tune other instruments.

It looks like an analogue tuner, with a gauge indicating the relative shift to
a certain note, found automatically as the closest note to the estimated
frequency.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_docdir}
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/%name
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-3
+ Revision: 8426b20
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2731 |14cr|linkchecker-8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov '_network.so|htmlsax.so'

Summary:	Check HTML documents for broken links
Name:		linkchecker
Version:	8.0
Release:	2
Url:		http://linkchecker.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/linkchecker/%{version}/LinkChecker-%{version}.tar.xz
License:	GPLv2+
Group:		Networking/WWW
BuildRequires:	python-devel
BuildRequires:	qt4-assistant
Requires:	python-qt4

%description
 Features:
  o recursive checking
  o multithreaded
  o output can be colored or normal text, HTML, SQL, CSV or a sitemap
    graph in GML or XML
  o HTTP/1.1, FTP, mailto:, nntp:, news:, Gopher, Telnet and local 
    file links are supported
  o restrict link checking with regular expression filters for URLs
  o proxy support
  o give username/password for HTTP and FTP authorization
  o robots.txt exclusion protocol support 
  o i18n support
  o command line interface
  o (Fast)CGI web interface (requires HTTP server)

%prep
%setup -qn LinkChecker-%{version}

%build
export PATH=$PATH:/usr/lib/qt4/bin/

pushd doc/html
 make
popd

python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}

install -d %{buildroot}/etc
mv %{buildroot}/usr/share/linkchecker/linkcheckerrc %{buildroot}/etc

%find_lang %{name}

%files -f %{name}.lang
%config(noreplace) /etc/*
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{py_platsitedir}/*
%{_mandir}/*/*
%_datadir/%name



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 8.0-2
+ Revision: d77d4eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2732 |14cr|links-2.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lynx-like text WWW browser
Name:		links
Version:	2.8
Release:	3
License:	GPLv2+
Group:		Networking/WWW
Url:		http://links.twibright.com/
Source0:	http://links.twibright.com/download/links-%{version}.tar.bz2
Source4:	links.cfg
Patch3:		links-0.96-no-weird-unhx-ing-of-command-line-args.patch
Patch6:		links-2.8-cookies-save.patch
Patch8:		links-current-color-by-default--and-vt100-frames.patch
Patch14:	links-2.8-automake.patch
Patch21:	links-2.1pre17-fix-segfault-on-loading-cookies.patch
Patch22:	links-2.8-64bit-fixes.patch
Patch23:	links-2.8-dont-have-two-assocations-with-same-label--otherwise-one-cant-override-shared-config.patch
Patch24:	links-2.8-CVE-2006-5925--disable-SMB.patch
Patch25:	links2_better_verification.diff
Patch26:	links-2.7-automake-1.13.patch
BuildRequires:	bzip2-devel
BuildRequires:	gpm-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(directfb)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
Provides:	webclient
Requires:	links-common = %{EVRD}

%description
Links is a text based WWW browser, at first look similar to Lynx, but
somehow different:

- renders tables and frames
- displays colors as specified in current HTML page
- uses drop-down menu (like in Midnight Commander)
- can download files in background
- partially handle Javascript

%files
%{_bindir}/links-text

%post
update-alternatives --install /usr/bin/links links /usr/bin/links-text 10

%postun
if [ "$1" = "0" ]; then
  update-alternatives --remove links /usr/bin/links-text
fi

%triggerpostun -- links
if [ ! -e /usr/bin/links ]; then
  update-alternatives --auto links
fi

#----------------------------------------------------------------------------

%package graphic
Summary:	Lynx-like text/X11 WWW browser
Group:		Networking/WWW
Requires:	links-common = %{EVRD}
Provides:	webclient
Requires:	indexhtml

%description graphic
Links is a text/X11 based WWW browser, at first look similar to Lynx, but
somehow different:

- renders tables and frames
- displays colors as specified in current HTML page
- uses drop-down menu (like in Midnight Commander)
- can download files in background
- partially handle Javascript

%files graphic
%{_bindir}/links-graphic
%{_datadir}/applications/*

%post graphic
update-alternatives --install /usr/bin/links links /usr/bin/links-graphic 20

%postun graphic
if [ "$1" = "0" ]; then
  update-alternatives --remove links /usr/bin/links-graphic
fi

%triggerpostun graphic -- links
if [ ! -e /usr/bin/links ]; then
  update-alternatives --auto links
fi

#----------------------------------------------------------------------------

%package common
Summary:	Lynx-like text/X11 WWW browser
Group:		Networking/WWW
Requires:	links-common = %{EVRD}

%description common
Common files for links and links-graphic.

%files common
%doc AUTHORS ChangeLog README SITES
%config(noreplace) /etc/links.cfg
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch3 -p1
%patch6 -p1
%patch8 -p1
%patch14 -p1
%patch21 -p1
%patch22 -p1 -b .64bit-fixes
%patch23 -p1
%patch24 -p1
%patch25 -p1
%patch26 -p1 -b .automake-1_13

%build
autoreconf -fi
%configure2_5x
%make

cp -f links links-text

make clean
%configure2_5x --enable-graphics
%make

cp -f links links-graphic

%install
%makeinstall_std

rm -f %{buildroot}%{_bindir}/links
install links-graphic links-text %{buildroot}%{_bindir}

install -D -m 644 %{SOURCE4} %{buildroot}/etc/links.cfg

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Links
Comment=Lynx-like text/graphic Web browser
Exec=/usr/bin/links-graphic /usr/share/mdk/indexhtml/index.html
Icon=web_browser_section
Terminal=false
Type=Application
Categories=Network;WebBrowser;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8-3
+ Revision: 4a85ce6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2733 |14cr|linksysmon-1.1.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for monitoring Linksys BEFSR41 and BEFSR11 firewalls

Name:		linksysmon
Version:	1.1.4
Release:	7
License:	GPL or Artistic
Group:		System/Servers
URL:		http://woogie.net/projects/linksysmon/
Source0:	http://woogie.net/projects/linksysmon/attachment/wiki/WikiStart/%{name}-%{version}.tar.bz2
Source1:	linksysmon.init.bz2
Source2:	linksysmon.sysconfig.bz2
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	perl-devel
Requires:	net-snmp
Requires:	net-snmp-utils
Requires:	net-snmp-trapd
BuildArch:	noarch

%description
linksysmon is a tool for monitoring Linksys BEFSR41 and BEFSR11
firewalls under Linux and other Unix-like operating systems (I
specify Linux because that is what I used to develop it, and the
only one I know for sure works). It accepts log mesages from the
Linksys, and logs the messages to /var/log/linksys.log. It handles
the standard activity logs, as well as the "secret" extended
logging, and can handle logs from multiple firewalls. When using
extended logging, it can detect external IP address changes (if
you are using either DHCP or PPPOE) and can call an external
program to process the change.

%prep

%setup -q -n %{name}-%{version}

bzcat %{SOURCE1} > linksysmon.init
bzcat %{SOURCE2} > linksysmon.sysconfig

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor


%make
make test

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/cron.daily
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sbindir}

%makeinstall_std

install -m0755 linksysmon.init %{buildroot}%{_initrddir}/linksysmon
install -m0644 linksysmon.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/linksysmon

install -m0644 etc/linksysmon.conf %{buildroot}%{_sysconfdir}/linksysmon.conf
install -m0755 etc/cron.daily/linksysmon-report %{buildroot}%{_sysconfdir}/cron.daily/linksysmon-report

install -m0755 usr/sbin/linksysmon %{buildroot}%{_sbindir}/
install -m0755 usr/sbin/linksysmon-ez-ipupdate %{buildroot}%{_sbindir}/
install -m0755 usr/sbin/linksysmon-ipchange %{buildroot}%{_sbindir}/
install -m0755 usr/sbin/linksysmon-report %{buildroot}%{_sbindir}/
install -m0755 usr/sbin/linksysmon-watch %{buildroot}%{_sbindir}/

# install log rotation stuff
cat > %{buildroot}%{_sysconfdir}/logrotate.d/linksysmon << EOF
/var/log/linksys.log {
    missingok
    postrotate
	%{_initrddir}/linksysmon restart > /dev/null || /bin/true
    endscript
}
EOF

%post
%_post_service linksysmon

%preun
%_preun_service linksysmon

%clean 
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%doc BUGS CHANGELOG COPYING INSTALL README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/linksysmon.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/linksysmon
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/linksysmon
%attr(0755,root,root) %{_sysconfdir}/cron.daily/linksysmon-report
%attr(0755,root,root) %{_initrddir}/linksysmon
%attr(0755,root,root) %{_sbindir}/*
%attr(0644,root,root) %{perl_vendorlib}/linksysmon.pm





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.4-7
+ Revision: 774bdd2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2734 |14cr|linuxdcpp-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	linuxdcpp
%define version	1.1.0
%define snapshot 0
%define rel	1

%if %{snapshot}
%define release	%mkrel 0.%{snapshot}.%{rel}
%else
%define release %mkrel %{rel}
%endif

# for menu
%define title	LinuxDC++
%define comment	Direct Connect client

Summary:	A DC++ port for Linux
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/File transfer
URL:		http://launchpad.net/linuxdcpp/
%if %{snapshot}
Source:		%{name}-%{snapshot}.tar.bz2
%else
Source:		http://launchpad.net/linuxdcpp/1.0/%{version}/+download/linuxdcpp-%{version}.tar.bz2
%endif
BuildRoot:	%{_tmppath}/%{name}-root
Obsoletes:	linuxdc++ < 0-20070000
Provides:	linuxdc++ = %{version}
BuildRequires:	glib2-devel >= 2.4
BuildRequires:	gtk+2-devel >= 2.6
BuildRequires:	libglade2.0-devel >= 2.4
BuildRequires:	bzip2-devel
BuildRequires:	zlib-devel
BuildRequires:	png-devel
BuildRequires:	boost-devel
BuildRequires:	freetype2-devel
BuildRequires:	openssl-devel
BuildRequires:	scons
BuildRequires: libnotify-devel

%description
LinuxDC++ is a project to port the DC++ Direct Connect client for
Linux.

%prep
%if %{snapshot}
%setup -q -n %{name}
%else
%setup -q
%endif

%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
scons PREFIX="%{_prefix}"

%install
rm -rf %{buildroot}
scons PREFIX="%{_prefix}" FAKE_ROOT="%{buildroot}" release=1 install

rm -v %{buildroot}%{_datadir}/doc/linuxdcpp/*

%find_lang %{name} --all-name

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc *.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/*/%{name}.*
%{_datadir}/applications/%{name}.desktop




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.1.0-1
+ Revision: 62dc578
- Automatic import for version 1.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2735 |14cr|linux_logo-5.11-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ASCII Tux (Linux Penguin)
Name:		linux_logo
Version:	5.11
Release:	5
License:	GPL
Group:		System/Configuration/Boot and Init
Source0:	http://www.deater.net/weave/vmwprod/linux_logo/%{name}-%{version}.tar.gz
URL:		http://www.deater.net/weave/vmwprod/linux_logo/
Patch0:		linux_logo-5.02-use-mdk-logo.patch

%define debug_package \
%ifnarch noarch\
%global __debug_package 1\
%package debuginfo\
Summary: Debug information for package %{name}\
Group: Development/Debug\
AutoReqProv: 0\
%description debuginfo\
This package provides debug information for package %{name}.\
Debug information is useful when developing applications that use this\
package or when debugging this package.\
%files debuginfo -f debugfiles.list\
%defattr(-,root,root)\
%endif\
%{nil}

%description
This package contains an ASCII Linux-Penguin.

%prep
%setup -q
%patch0 -p1 -b .mdklogos~
find -exec chmod go+r {} + 

%build
./configure --prefix=%{_prefix}
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
make install PREFIX=%{buildroot}%{_prefix}

%find_lang %{name}

%files -f %{name}.lang
%doc ANNOUNCE.logo BUGS CHANGES README TODO
%doc LINUX_LOGO.FAQ USAGE README.CUSTOM_LOGOS
%{_bindir}/linux_logo
%{_mandir}/man1/linux_logo.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.11-5
+ Revision: 96709d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2736 |14cr|linuxsampler-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	3
%define	libname	%mklibname %name %major
%define	develname %mklibname %name -d

Name:          linuxsampler
Summary:       Professional grade software audio sampler
Version:       1.0.0
Release:       3
License:       GPL
Group:	       Sound
Source0:       %{name}-%{version}.tar.bz2
URL: 	       http://www.linuxsampler.org/
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires: libgig-devel >= 3.3.0
BuildRequires: jackit-devel
BuildRequires: dssi-devel
BuildRequires: sqlite3-devel
BuildRequires: lv2core-devel
#BuildRequires: arts-devel

%description
LinuxSampler is a professional grade software audio sampler 
that aims to deliver performance and features at par with 
hardware sampler devices

%files
%defattr(-,root,root)
%_bindir/linuxsampler
%_mandir/man1/linuxsampler.1.*
%_prefix/README.urpmi
%_localstatedir/lib/%{name}/*.db
%dir %_libdir/%{name}/plugins

#--------------------------------------------------------------------

%package -n	%libname
Group: 		System/Libraries
Summary: 	Libraries for %name
Provides: 	lib%name = %version-%release

%description -n %libname
Librairies from %name

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%files -n %libname
%defattr(-,root,root)
%_libdir/linuxsampler/liblinuxsampler.so.%{major}*

#--------------------------------------------------------------------

%package -n	%develname
Group: 		Development/Other
Summary: 	Libraries for %name
Requires:	%libname = %version-%release
Provides:	lib%name-devel = %version-%release
Provides: 	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}%{name}1-devel

%description -n	%develname
Development libraries from %name

%files -n %develname
%defattr (-,root,root)
%_includedir/%name/*.h
%_includedir/%name/common/*.h
%_includedir/%name/drivers/*.h
%_includedir/%name/drivers/audio/*.h
%_includedir/%name/drivers/midi/*.h
%_includedir/%name/effects/*.h
%_includedir/%name/engines/*.h
%_includedir/%name/plugins/*.h
%_libdir/pkgconfig/%name.pc
%_libdir/dssi/*.a
%_libdir/dssi/*.so
%_libdir/lv2/linuxsampler.lv2/*.a
%_libdir/lv2/linuxsampler.lv2/*.so
%_libdir/lv2/linuxsampler.lv2/*.ttl
%_libdir/%name/liblinuxsampler.a
%_libdir/%name/liblinuxsampler.so

#--------------------------------------------------------------------

%prep
%setup -q -n %name-%version
perl -pi -e "s/append\(element\)/this->append\(element\)/g" src/common/Pool.h

%build
LDFLAGS="-lpthread -ldl" %configure2_5x
%make

%install
make DESTDIR=%buildroot  install

cat > %buildroot/%_prefix/README.urpmi <<EOF

WARNING
-------
LinuxSampler is licensed under the GNU GPL with the exception that 
USAGE of the source code, libraries and applications FOR COMMERCIAL 
HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED  without prior written 
permission by the LinuxSampler authors. If you have questions on the 
subject, that are not yet covered by the FAQ, please contact us.

EOF

%clean




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 6cbea5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2737 |14cr|linuxsms-0.77-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	linuxsms
%define version	0.77
%define release	 8


%define summary	Cool script to send SMS

Summary:	%summary
Name:		%name
Version:	%version
Release:	%release
Source0:	%name-%version.tar.bz2
Source1:	%name-icons.tar.bz2
Source2:	xlinuxsms.pl.bz2
Patch0:		%name-makefile.patch.bz2
Patch1:		linuxsms-0.77-pady.patch.bz2
License:	GPL
Group:		Communications
URL:		http://linuxsms.sourceforge.net
BuildRoot:	%_tmppath/%name-buildroot
Buildarch:	noarch

%description
Linuxsms is a cool script in Perl for send short messages to gsm phones
(aka: sms 8-)) written by z0mbie.
Also includes a small Perl script with a GUI for linuxsms.

%prep
%setup -q
%setup -q -T -D -a1
%patch0 -p1 -b .linuxsms-makefile.patch
bzcat %{SOURCE2} > xlinuxsms.pl
%patch1 -p1

%build

%install
%makeinstall

# install icons
%__install -D -m 644 %{name}48.png %buildroot/%_liconsdir/%name.png
%__install -D -m 644 %{name}32.png %buildroot/%_iconsdir/%name.png
%__install -D -m 644 %{name}16.png %buildroot/%_miconsdir/%name.png

# menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%name.desktop
[Desktop Entry]
Type=Application
Exec=%_bindir/xlinuxsms.pl
Icon=%name
Categories=Network;
Name=LinuxSMS
Comment=%summary
EOF

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%update_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0755,root,bin)
%{_bindir}/linuxsms
%{_bindir}/xlinuxsms.pl
%defattr(-,root,root,0755)
%doc BUGS CHANGES COPYING README README.ES TODO
%{_mandir}/man1/linuxsms.1*
%{_datadir}/applications/mandriva-*.desktop
%{_miconsdir}/*
%{_iconsdir}/*.png
%{_liconsdir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.77-8
+ Revision: c9e6d05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2738 |14cr|lipsofsuna-0.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lips of Suna is a tongue-in-cheek dungeon crawl game
Name:		lipsofsuna
Version:	0.8.0
Release:	3
License:	LGPLv3+
Group:		Games/Arcade
Url:		http://sourceforge.net/projects/lipsofsuna/
Source0:	http://sourceforge.net/projects/%{name}/files/%name}/%{version}/%{name}-%{version}.tar.gz
Patch0:		lipsofsuna-0.8.0-linkage.patch
BuildRequires:	boost-devel
BuildRequires:	inotify-tools-devel
BuildRequires:	pkgconfig(bullet)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libenet)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(OGRE)
BuildRequires:	pkgconfig(OIS)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
Lips of Suna is a tongue-in-cheek dungeon crawl game that takes place in the
chaotic dungeons of Suna. The five intelligent races of the world descend to
the dungeons with their goal to save the world from a conclusive disaster.

In your journey to the depths of the dungeons, you will, among other things,
have to fight creatures of different varieties, solve quests, explore new
places, and craft custom items. Luckily you don't need to do all this alone
since you can crawl the dungeons with your friends.

%files
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
export LDFLAGS="$LDFLAGS -lstdc++"
./waf configure --prefix=%{_prefix} \
		--libdir=%{_libdir} \
		--bindir=%{_bindir} \
		--disable-relpath

%install
./waf install --destdir=%{buildroot}

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Lips of Suna
Comment=Lips of Suna is a tongue-in-cheek dungeon crawl game
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-3
+ Revision: 53d1c44
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2739 |14cr|liquidfun-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define oname Box2D

Summary:	A 2D physics engine for games based on Box2D
Name:		liquidfun
Version:	1.1.0
Release:	3
License:	BSD
Group:		System/Libraries
Url:		http://google.github.io/liquidfun/
Source0:	https://github.com/google/liquidfun/releases/download/v%{version}/%{name}-%{version}.tar.gz
Patch0:		liquidfun-1.1.0-cmake.patch
BuildRequires:	cmake

%description
LiquidFun is a 2D rigid body simulation library for games. Programmers can
use it in their games to make objects move in believable ways and make the
game world more interactive. From the game's point of view a physics engine
is just a system for procedural animation.

LiquidFun is written in portable C++ and based on Box2D. Most of the types
defined in the engine begin with the b2 prefix. Hopefully this is sufficient
to avoid name clashing with your game engine.

#----------------------------------------------------------------------------

%package devel
Summary:	A 2D physics engine for games based on Box2D
Group:		Development/C++
Conflicts:	box2d-devel

%description devel
LiquidFun is a 2D rigid body simulation library for games. Programmers can
use it in their games to make objects move in believable ways and make the
game world more interactive. From the game's point of view a physics engine
is just a system for procedural animation.

LiquidFun is written in portable C++ and based on Box2D. Most of the types
defined in the engine begin with the b2 prefix. Hopefully this is sufficient
to avoid name clashing with your game engine.

%files devel
%doc License.txt Documentation
%{_libdir}/lib*.a
%{_libdir}/%{oname}
%{_libdir}/cmake/%{oname}
%{_includedir}/%{oname}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}/%{oname}
%patch0 -p2
find . -perm 0640 | xargs chmod 0644
find . -perm 0750 | xargs chmod 0755

%build
%cmake \
	-DBOX2D_INSTALL:BOOL=ON \
	-DBOX2D_BUILD_EXAMPLES:BOOL=OFF \
	-DBOX2D_BUILD_UNITTESTS:BOOL=OFF
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-3
+ Revision: 1f8daf5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2740 |14cr|liquidwar-5.6.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_allegro_unstable 0
%{?_with_allegro_unstable: %{expand: %%global build_allegro_unstable 1}}
 
Name: 		liquidwar
Version: 	5.6.4
Release: 	8
Summary:	Unique multiplayer wargame
License:	GPLv2+
Group:		Games/Arcade
Source0:	http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Patch0:		liquidwar-5.6.4-desktop-file-fix.patch
Patch1:		liquidwar-5.6.4-fix-str-fmt.patch
Patch2:		liquidwar-5.6.4-fix-linking-issue.patch
Source11:	%{name}-16.png
Source12:	%{name}-32.png
Source13:	%{name}-48.png
URL: 		http://www.ufoot.org/liquidwar/v5
BuildRequires:	python-devel
# (misc) data file need to compile
%if %build_allegro_unstable
BuildRequires:	allegro-testing, allegro-testing-devel
%else
BuildRequires:  allegro, allegro-devel
%endif

# for buildinfo files
BuildRequires:	texinfo 

%define debug_package %{nil}

%description
Liquid War is a wargame. But it is different from common wargames.

When playing Liquid War, one has to eat one's opponent. There can be from 
2 to 6 players. There are no weapons, the only thing you have to do is to 
move a cursor in a 2-D battlefield. This cursor is followed by your army, 
which is composed by a great many little fighters. Fighters are represented 
by small colored squares. All the fighters who have the same color belong 
to the same team. One very often controls several thousands fighters at the 
same time. And when fighters from different teams meet, they eat each 
other, it is as simple as that.


%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p0 
%build
autoconf
%configure2_5x --disable-doc-pdf --disable-doc-ps \
%ifnarch %ix86
  --disable-asm \
%endif

%make

%install
perl -pi -e 's#install_custom_texture install_icon install_gpl#install_custom_texture #' Makefile
%makeinstall

# icons
install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png 
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/liquidwar $RPM_BUILD_ROOT%{_datadir}/pixmaps

# remove unused links
rm -rf $RPM_BUILD_ROOT%{_bindir}

%files
%defattr(-,root,root)
%doc COPYING README doc/html/*.html
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_mandir}/man6/*
%{_infodir}/*
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.6.4-8
+ Revision: 924f05c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2741 |14cr|liquidwar6-0.4.3681-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.4
%define minor 3681

Summary:	Unique multiplayer wargame
Name:		liquidwar6
Version:	%{major}.%{minor}
Release:	2
License:	GPLv3+
Group:		Games/Arcade
Url:		http://www.gnu.org/software/liquidwar6/
Source0:	http://ftp.gnu.org/gnu/liquidwar6/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	gomp-devel
BuildRequires:	jpeg-devel
BuildRequires:	libstdc++-devel
BuildRequires:	libstdc++-static-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(guile-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)
Requires:	guile-runtime

%description
Liquid War 6 is a unique multiplayer wargame. Your army is a blob of
liquid and you have to try and eat your opponents. Rules are very
simple yet original, they have been invented by Thomas Colcombet. It
is possible to play alone against the computer but the game is really
designed to be played with friends, on a single computer, on a LAN, or
on Internet.

Warning! The game is still under heavy development and may be unstable.

%files -f %{name}.lang
%doc AUTHORS README NEWS COPYING
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}-%{major}
%{_datadir}/pixmaps/%{name}.*
%{_mandir}/man6/*
%{_infodir}/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%global optflags %{optflags} -fno-strict-aliasing
# Don't build static and shared libraries, build only game binary
%configure2_5x --enable-allinone
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_libdir}
rm -rf %{buildroot}%{_includedir}

desktop-file-install \
	--vendor="" \
	--dir %{buildroot}%{_datadir}/applications \
	--add-category="ArcadeGame" \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.3681-2
+ Revision: 2fd1244
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2742 |14cr|lirc-remotes-0.8.3-0.20130327.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	lirc-remotes
%define	version 0.8.3
%define release	0.20130327.2

Summary:	Lirc remotes database
Name:		lirc-remotes
Version:	0.8.3
Release:	0.20130327.2
License:	GPL
Group:		System/Kernel and hardware
Source0:	http://www.lirc.org/remotes.tar.bz2
#Source1:	lirc-remotes-qsonic.tar.bz2
Source2:	lirc-fixup-keys.c
Source3:	http://d.gardon.free.fr/vase/lirc/full/nns_full.txt
# (fc) 0.8.3-0.20080704.3mdv fix remote names for files not parsed by gnome-lirc-properties
Patch0:		lirc-fixname.patch
URL:		http://www.lirc.org/
BuildArch:	noarch
BuildRequires:	glib2-devel
Requires:	lirc >= %{version}

%description
LIRC is a package that allows you to decode and send infra-red signals
of many (but not all) commonly used remote controls.

This package contains configuration files for many remotes 
supported by lirc.

%prep
%setup -q -T -c -b 0 -n remotes
cp %{SOURCE2} %{SOURCE3} .
# no backup extension, since we copy the entire dir
%patch0 -p1 

%build

#gcc -o lirc-fixup-keys lirc-fixup-keys.c `pkg-config --libs --cflags glib-2.0`

#./lirc-fixup-keys nns_full.txt remotes

%install
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -r remotes/* %{buildroot}%{_datadir}/%{name}

%files
%{_datadir}/lirc-remotes




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3-0.20130327.2
+ Revision: bb6351f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2743 |14cr|listadmin-2.40-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line mailman interface
Name:		listadmin
Version:	2.40
Release:	8
License:	Public Domain
Group:		File tools
Url:		http://heim.ifi.uio.no/kjetilho/hacks/#listadmin
Source0:	http://heim.ifi.uio.no/kjetilho/hacks/%{name}-%{version}.tar.gz
BuildArch:	noarch

%description
listadmin is a command-line alternative to Mailman's Web interface for
administering mailing lists. It allows you to inspect messages or subscription
requests, approve or discard them manually, or discard messages automatically
when certain conditions are true. listadmin can also be configured to run out
of cron to do routine cleaning.

%files
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
%makeinstall


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.40-8
+ Revision: ff043e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2744 |14cr|listener-2.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		listener
Version:	2.0.0
Release:	2
Summary:	A sounds detection program
Group:		Sound
License:	GPL
URL:		http://www.vanheusden.com/listener/
Source:		http://www.vanheusden.com/listener/%{name}-%{version}.tgz
Patch0:		listener-2.0.0-mdv-makefile.patch
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(sndfile)

%description
This program listens for sound. If it detects any, it starts recording
automatically and also automatically stops when things become silent
again.

%prep
%setup -q
%patch0 -p0

%build
%make

%install
%makeinstall_std

%files
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/*
%doc manual.html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-2
+ Revision: 6a58888
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2745 |14cr|lite-0.9.1_svn-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	lite
%define Name	LiTE
%define version	0.9.1_svn
%define rel	1

%define libname_orig lib%{name}
%define libmajor 1
%define libname %mklibname %{name} %{libmajor}
%define lecklibname %mklibname leck %{libmajor}
%define libnamedevel %mklibname %{name} -d

Name:		%{name}
Summary:	Toolkit Engine
Version:	%version
Release:	%rel
URL:		http://www.directfb.org/
Group:		System/Libraries
Source0:	http://www.directfb.org/downloads/Libs/%{Name}-0.9.1.tar.gz
License:	LGPLv2+
BuildRequires:	directfb-devel 
BuildRequires:	pkgconfig 
BuildRequires:	automake
BuildRequires:	autoconf
BuildRequires:	libtool



%description
LiTE is a Toolkit Engine for DirectFB.

%package common
Summary:	Images and fonts for LiTE
Requires:	fonts-ttf-vera
Group:		Graphical desktop/Other

%description common
LiTE is a Toolkit Engine for DirectFB.
This package contains the images and fonts needed by LiTE.

%package tools
Summary:	LiTE tools and examples
Group:		Graphical desktop/Other

%description tools
LiTE is a Toolkit Engine for DirectFB.
This package contains example tools for LiTE.

%package -n %{libname}
Summary:	Main library for LiTE
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Requires:	%{name}-common >= %{version}

%description -n %{libname}
LiTE is a Toolkit Engine for DirectFB.
This package contains the library needed to run programs dynamically
linked with LiTE.

%package -n %{lecklibname}
Summary:	LiTE's extended Component Kit
Group:		System/Libraries

%description -n %{lecklibname}
LiTE is a Toolkit Engine for DirectFB. This package contains
LiTE's extended Component Kit.

%package -n %{libnamedevel}
Summary:	Headers for developing programs that will use LiTE
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	%{lecklibname} = %{version}
Provides:	%{libname_orig}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	leck-devel = %{version}-%{release}
Obsoletes:	%{_lib}lite2-devel < 0.8.6
Requires:	pkgconfig

%description -n %{libnamedevel}
LiTE is a Toolkit Engine for DirectFB.
This package contains the headers that programmers will need to develop
applications which will use LiTE.

%prep
%setup -q -n %Name-0.9.1

%build
./autogen.sh
%configure2_5x --with-fontdir=%{_datadir}/%{Name}/fonts
%make

%install
%makeinstall_std

rm %{buildroot}%{_datadir}/%{Name}/fonts/vera{,bd,bi,i}.ttf
ln -s %{_datadir}/fonts/TTF/Vera.ttf %{buildroot}%{_datadir}/%{Name}/fonts/vera.ttf
ln -s %{_datadir}/fonts/TTF/VeraBd.ttf %{buildroot}%{_datadir}/%{Name}/fonts/verabd.ttf
ln -s %{_datadir}/fonts/TTF/VeraBI.ttf %{buildroot}%{_datadir}/%{Name}/fonts/verabi.ttf
ln -s %{_datadir}/fonts/TTF/VeraIt.ttf %{buildroot}%{_datadir}/%{Name}/fonts/verai.ttf


%files common
%doc AUTHORS NEWS README TODO COPYING ChangeLog
%{_datadir}/LiTE

%files tools
%doc AUTHORS NEWS README TODO COPYING ChangeLog
%{_bindir}/lite_*


%files -n %{libname}
%doc AUTHORS NEWS README TODO COPYING ChangeLog
%{_libdir}/liblite-0.9.so.%{libmajor}*



%files -n %{lecklibname}
%doc AUTHORS NEWS README TODO COPYING ChangeLog
%{_libdir}/libleck-0.9.so.%{libmajor}*

%files -n %{libnamedevel}
%doc AUTHORS NEWS README TODO COPYING ChangeLog
%{_libdir}/liblite.so
%{_libdir}/libleck.so
%{_libdir}/pkgconfig/lite.pc
%{_libdir}/pkgconfig/leck.pc
%{_includedir}/lite
%{_includedir}/leck




%changelog
* Tue Dec 04 2012 symbianflo <symbianflo@mandrivausers.ro> 0.9.1_svn-1
+ Revision: c61d882
- LOG update to 0.9.1_svn, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2746 |14cr|lives-2.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname weed %{major}
%define devname %mklibname -d weed

Summary:	Linux Video Editing System
Name:		lives
Version:	2.2.6
Release:	1
License:	GPLv3+
Group:		Video
Url:		http://lives.sourceforge.net/
Source0:	http://www.xs4all.nl/~salsaman/lives/current/LiVES-%{version}.tar.bz2
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
Source100:  %{name}.rpmlintrc
Patch0:		lives-1.6.1-mdv-symlink.patch

BuildRequires:	bison
BuildRequires:	imagemagick
BuildRequires:	gpm-devel
BuildRequires:	pth-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(celt)
BuildRequires:	pkgconfig(gdk-3.0) 
BuildRequires:	pkgconfig(jack)
BuildRequires:	ffmpeg-devel >= 2.0.1
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(libvisual-0.4) >= 0.1.7
BuildRequires:	pkgconfig(mjpegtools)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(theora)
BuildRequires:	tirpc-devel
# full featured build for MRB
# TODO: Push in contrib.Sflo
BuildRequires:	doxygen
BuildRequires:	ladspa-devel
BuildRequires:	frei0r-plugins-devel
BuildRequires:	pkgconfig(glee)
BuildRequires:	pkgconfig(libunicap)
BuildRequires:	pkgconfig(liboil-0.3)
BuildRequires:	pkgconfig(libavc1394)
#

Requires:	cdrecord-cdda2wav
Requires:	dvgrab
Requires:	frei0r-plugins
Requires:	imagemagick
Requires:	libvisual-plugins
Requires:	mencoder
Requires:	mkvtoolnix
Requires:	mplayer
Requires:	ogmtools
Requires:	sox
Requires:	vorbis-tools
Requires:	xset
Requires:	youtube-dl

%description
The Linux Video Editing System (LiVES) is intended to be a simple yet powerful
video effects and editing system.  It uses common tools for most of its work
(mplayer, ImageMagick, GTK+, sox).

%files -f lives.lang
%doc %{_docdir}/%{name}-%{version}
%{_bindir}/*
%{_datadir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/LiVES.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Linux Video Editing System - shared libs
Group:		Video

%description -n %{libname}
This package contains shared libs for LiVES.

%files -n %{libname}
%doc COPYING FEATURES NEWS README GETTING.STARTED 
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Linux Video Editing System - Development files
Group:		Video
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains development files needed to build LiVES plug-ins.

%files -n %{devname}
%doc BUGS ABOUT-NLS AUTHORS
%{_includedir}/weed
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%patch0 -p1 -b .symlink~


# fix debug spurious-executable
chmod a-x src/giw/{giwvslider,giwled,giwknob}.h
chmod a-x src/giw/{giwvslider,giwled,giwknob}.c
chmod a-x lives-plugins/weed-plugins/bump2d.c
chmod a-x lives-plugins/weed-plugins/syna.h

aclocal
automake
perl -p -i -e 's|"/usr/local/"|&get_home_dir||g' smogrify

%build
%define _disable_ld_no_undefined 1
%configure2_5x --disable-static --enable-threads=posix
%make

%install
%makeinstall_std



rm -f %{buildroot}%{_datadir}/pixmaps/lives.xpm
rm -rf %{buildroot}/%{_datadir}/app-install

#fix linting
chmod a-x %{buildroot}%{_libdir}/lives/plugins/effects/realtime/weed/data/fourKlives/songs/{examples,newlives,regrlives,roselives,modulations}.txt


# icons
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 %{SOURCE1} \
	%{buildroot}/%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 644 %{SOURCE2} \
	%{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 644 %{SOURCE3} \
	%{buildroot}/%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%find_lang lives
%changelog
* Sun Sep 07 2014 symbianflo <symbianflo@symbianflo> 2.2.6-1
+ Revision: 7422e17
- Log:Version 2.2.6 (16 Aug 2014)
- ---------------------------
- Fix startup bug (regression) creating config file incorrectly.
- Libav compatibility fixes.
- Updates for gtk+ >= 3.10.0
- Show warning when configured with gtk+ 3.10.x
- Add support for freenect camera.
- Minor code cleanups.
- Git clean

* Sat Sep 06 2014 abfonly <abfonly@gmail.com> 2.2.6-1
+ Revision: 34362f2
- Updated lives.spec

* Sat Sep 06 2014 symbianflo <symbianflo@symbianflo> 2.2.6-1
+ Revision: a0a900d
- Log: Cangelog 2.2.6:
- Fix startup bug (regression) creating config file incorrectly.
- Libav compatibility fixes.
- Updates for gtk+ >= 3.10.0
- Show warning when configured with gtk+ 3.10.x
- Add support for freenect camera.
- Minor code cleanups.
- Git clean

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.5-2
+ Revision: 24fa3b8
- MassBuild#464: Increase release tag

* Tue Jul 15 2014 abfonly <abfonly@gmail.com> 2.2.5-1
+ Revision: 9d0aa3c
- Updated lives.spec

* Mon Jul 14 2014 symbianflo <symbianflo@symbianflo> 2.2.5-1
+ Revision: b29a0b5
- Log: update to 2.2.5, merge with fresh

* Wed Jun 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.4-2
+ Revision: 7865257
- Upload tarball to file-store

* Wed Jun 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.4-2
+ Revision: cef1c3d
- Build with tirpc

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.4-2
+ Revision: 19dcb31
- MassBuild#430: Increase release tag

* Thu Apr 24 2014 SymbianFlo <symbianflo@mandrivausers.ro> 2.2.4-1
+ Revision: 7bc0432
- drop patch 1, fixed upstream.

* Thu Apr 24 2014 SymbianFlo <symbianflo@mandrivausers.ro> 2.2.4-1
+ Revision: 318c197
- Updated to 2.2.4
- Changelog:
- Fix compiler errors from 2.2.3
- Fix GUI regression with gtk+ 3.0 < 3.8.0

* Sat Apr 19 2014 symbianflo <symbianflo@symbianflo> 2.2.3-1
+ Revision: 9ac7a9b
- Log. Update to 2.2.3, patched decoders

* Sat Apr 19 2014 SymbianFlo <symbianflo@mandrivausers.ro> 2.2.3-1
+ Revision: 8457bdb
- Updated to 2.2.3

* Thu Dec 12 2013 symbianflo <symbianflo@mandrivausers.ro> 2.2.2-1
+ Revision: e258dfb
- Log: Fixes a crash in the new multithreaded renderer.

* Mon Dec 02 2013 SymbianFlo <symbianflo@mandrivausers.ro> 2.2.0-1
+ Revision: cfe4c06
- Updated lives.spec

* Sun Dec 01 2013 SymbianFlo <symbianflo@mandrivausers.ro> 2.2.0-1
+ Revision: 73180ad
- Updated lives.spec

* Sun Dec 01 2013 symbianflo <symbianflo@mandrivausers.ro> 2.2.0-1
+ Revision: 4059b36
- Log: update to 2.2.0

* Tue Oct 08 2013 symbianflo <symbianflo@mandrivausers.ro> 2.0.6-1
+ Revision: 5844907
- LOG: Update to 2.0.6,Changelog:
- Add new clip thumbnails window for dual head mode.
- Add -Activated- and -Activate- pseudo-parameters in data connection mapper.
- Fix bug (regression) with -clear- button in rte mapping window.
- Fix possible issue with OSC constants lookups.
- Add -kaleidoscope- realtime effect.
- Fix crash when resetting playback speed and no audio is playing.
- Enable -wrap- for relevant parameters when using keyboard control.
- Fix vertical spacing error for radiobuttons in parameter windows.
- Updated translation to Ukranian.

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.5-4
+ Revision: 54271ca
- LOG Rebuild with new ffmpeg

* Mon Aug 05 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.5-3
+ Revision: b656d5a
- LOG Add patch to fix build with ffmpeg 2.0

* Fri Aug 02 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.5-2
+ Revision: 9302119
- LOG Rebuild with new ffmpeg

* Tue Jun 18 2013 symbianflo <symbianflo@mandrivausers.ro> 2.0.5-1
+ Revision: 36b09a6
- LOG update to 2.0.5, bug fix release: Improvements were made for dual monitor support. A bug (regression) in Load New Audio was fixed. Some minor compilation issues were cleaned up.

* Sun May 05 2013 symbianflo <symbianflo@mandrivausers.ro> 2.0.4-1
+ Revision: e6a0de7
- LOG fix debug linting

* Sun May 05 2013 symbianflo <symbianflo@mandrivausers.ro> 2.0.4-1
+ Revision: ea72bda
- LOG to be fix debug

* Sun May 05 2013 SymbianFlo <symbianflo@mandrivausers.ro> 2.0.4-1
+ Revision: 9f3b361
- Updated lives.spec

* Sun May 05 2013 symbianflo <symbianflo@mandrivausers.ro> 2.0.4-1
+ Revision: 5a69537
- LOG fix debug linting

* Sun May 05 2013 symbianflo <symbianflo@mandrivausers.ro> 2.0.4-1
+ Revision: bd1d7fd
- LOG update to 2.0.4, Changelog:
- Fix regressions in Paste as New, Fade Audio In/Out, load images
- Fix occasional crash in load new audio.
- Fix bug affecting resizing some webcam frames.
- Fix rowstride errors in effecTV plugins.
- Add revTV effect.

* Fri Apr 12 2013 symbianflo <symbianflo@mandrivausers.ro> 2.0.3-1
+ Revision: 7a27c5c
- LOG update to 2.0.3

* Wed Jan 30 2013 symbianflo <symbianflo@mandrivausers.ro> 1.8.2-1
+ Revision: 1502c6b
- LOG New upstream bugfix release:
- Add (another) fix for double tyedef compilation error.
- Allow renaming of tracks in multitrack window.
- Fix weed_plugin_utils lib versioning issue.

* Sat Jan 26 2013 SymbianFlo <symbianflo@mandrivausers.ro> 1.8.1-1
+ Revision: 28181f6
- Updated lives.spec

* Sat Jan 26 2013 symbianflo <symbianflo@mandrivausers.ro> 1.8.1-1
+ Revision: b46bddd
- Log:
- Fix various bugs with the RFX builder menus.
- Fix compilation error (double typedef).
- Fix compilation for GTK+ < 2.24
- Fix regression error in Resize All Frames.
- Fix regression in Append Audio.
- Fix crash in audio previews (open/append new audio).
- Fix regression in encoding (after resample).
- Add experimental neural_net compound effect.
- Add motion_analyser compound effect.
- Add mini tracker player in LiVES (fourKlives).
- Various widget updates.
- Make preview in fileselector more responsive.
- Add new interface in RTE window for making/showing data connections.
- Updated translations for German, Russian and Ukranian.

* Sat Dec 22 2012 symbianflo <symbianflo@mandrivausers.ro> 1.8.0-1
+ Revision: 10ca19e
- Log update to 1.8.0

* Tue Dec 04 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.4-2
+ Revision: 42f45d9
- LOG Don't require xmms, just suggest it. Various cosmetic updates.

* Wed Oct 24 2012 Denis Silakov <denis.silakov@rosalab.ru> 1.6.4-1
+ Revision: ea362f4
- LOG Updated to 1.6.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2747 |14cr|liveusb-creator-3.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           liveusb-creator
Version:        3.12.0
Release:        1
Summary:        A liveusb creator

Group:          System/Configuration/Other
License:        GPLv2
URL:            https://fedorahosted.org/liveusb-creator
Source0:        https://fedorahosted.org/releases/l/i/liveusb-creator/%{name}-%{version}.tar.bz2

BuildArch:      noarch
ExcludeArch:    ppc
ExcludeArch:    ppc64

BuildRequires:  python-devel, python-setuptools, python-qt4-devel, desktop-file-utils gettext
Requires:       syslinux, python-qt4, usermode, isomd5sum
Requires:       python-urlgrabber python-dbus
Requires:       python-parted >= 2.0

%description
A liveusb creator from Live Fedora images

%prep
%setup -q

%build
python setup.py build
make mo
make mo

%install
python setup.py install -O1 --skip-build --root %{buildroot}
rm -r liveusb/urlgrabber

# Adjust for console-helper magic
mkdir -p %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}
ln -s ../bin/consolehelper %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
cp %{name}.pam %{buildroot}%{_sysconfdir}/pam.d/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cp %{name}.console %{buildroot}%{_sysconfdir}/security/console.apps/%{name}

desktop-file-install --vendor="fedora"                    \
--dir=%{buildroot}%{_datadir}/applications           \
%{buildroot}/%{_datadir}/applications/liveusb-creator.desktop
rm -rf %{buildroot}/%{_datadir}/applications/liveusb-creator.desktop

%find_lang %{name}

%clean

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README.txt LICENSE.txt
%{py_puresitedir}/*
%{_bindir}/%{name}
%{_sbindir}/%{name}
%{_datadir}/applications/fedora-liveusb-creator.desktop
%{_datadir}/pixmaps/fedorausb.png
#%{_datadir}/locale/*/LC_MESSAGES/liveusb-creator.mo
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.12.0-1
+ Revision: 92397d2
- Updated to 3.12.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2748 |14cr|liveusb-creator-3.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           liveusb-creator
Version:        3.12.1
Release:        1
Summary:        A liveusb creator

Group:          System/Configuration/Other
License:        GPLv2
URL:            https://fedorahosted.org/liveusb-creator
Source0:        https://fedorahosted.org/releases/l/i/liveusb-creator/%{name}-%{version}.tar.bz2

BuildArch:      noarch
ExcludeArch:    ppc
ExcludeArch:    ppc64

BuildRequires:  python-devel, python-setuptools, python-qt4-devel, desktop-file-utils gettext
Requires:       syslinux, python-qt4, usermode, isomd5sum
Requires:       python-urlgrabber python-dbus
Requires:       python-parted >= 2.0

%description
A liveusb creator from Live Fedora images

%prep
%setup -q

%build
python setup.py build
make mo
make mo

%install
python setup.py install -O1 --skip-build --root %{buildroot}
rm -r liveusb/urlgrabber

# Adjust for console-helper magic
mkdir -p %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}
ln -s ../bin/consolehelper %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
cp %{name}.pam %{buildroot}%{_sysconfdir}/pam.d/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cp %{name}.console %{buildroot}%{_sysconfdir}/security/console.apps/%{name}

desktop-file-install --vendor="fedora"                    \
--dir=%{buildroot}%{_datadir}/applications           \
%{buildroot}/%{_datadir}/applications/liveusb-creator.desktop
rm -rf %{buildroot}/%{_datadir}/applications/liveusb-creator.desktop

%find_lang %{name}

%clean

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README.txt LICENSE.txt
%{py_puresitedir}/*
%{_bindir}/%{name}
%{_sbindir}/%{name}
%{_datadir}/applications/fedora-liveusb-creator.desktop
%{_datadir}/pixmaps/fedorausb.png
#%{_datadir}/locale/*/LC_MESSAGES/liveusb-creator.mo
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}

%changelog
* Thu Sep 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.12.1-1
+ Revision: 709895a
- Updated to 3.12.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2749 |14cr|lkmpg-1.1.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name lkmpg
%define version 1.1.0
%define release 17

Summary: The Linux Kernel Module Programming Guide 
Name: %{name}
Version: %{version}
Release: %{release}
Group: Books/Computer books
Source: lkmpg.tar.bz2
License: GPL
Buildroot: %{_tmppath}/%{name}-buildroot
BuildArchitectures: noarch
URL: http://www.linuxdoc.org/LDP/lkmpg/mpg.html

%description
This document is for people who want to write kernel modules.

Examples are include.

%prep
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/LDP
cd $RPM_BUILD_ROOT%{_docdir}/LDP
bzcat %{SOURCE0} | tar xv

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/LDP/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-17
+ Revision: fe06a3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2750 |14cr|ll-plugins-0.2.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    A collection of LV2 plugins
Name:       ll-plugins
Version:    0.2.8
Release:    4
License:    GPLv3+
Group:      Sound
URL:        http://ll-plugins.nongnu.org/index.html
Source0:    http://download.savannah.nongnu.org/releases/ll-plugins/%{name}-%{version}.tar.bz2
Requires:   jackit >= 0.109
BuildRequires:  libalsa-devel
BuildRequires:  boost-devel
BuildRequires:  cairomm-devel
BuildRequires:  fftw3-devel
BuildRequires:  gsl-devel
BuildRequires:  gtkmm2.4-devel >= 2.6.0
BuildRequires:  jackit
BuildRequires:  lash-devel
BuildRequires:  jackit-devel >= 0.109
BuildRequires:  liblo-devel
BuildRequires:  lv2-c++-tools
BuildRequires:  lv2-c++-tools-devel
BuildRequires:  pkgconfig
BuildRequires:  libsamplerate-devel
BuildRequires:  sndfile-devel
BuildRequires:  sigc++2.0-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
THE PLUGINS
===========
All plugins are installed in separate LV2 bundles (except the ones that are
closely related, like the math-constant plugins or the mono and stereo versions
of the peak meter). The GUIs, for the plugins that have GUIs, are installed in
bundles of their own to make it easier for packagers to put them in separate
binary packages to avoid Gtk dependencies for the plugins themselves.

The plugins are reasonably simple and could be used as examples or starting
points for hackers who want to write LV2 plugins based on the frameworks in
the lv2-c++-tools package. There are synths, event processors, simple audio
and control manipulators and GUI-based plugins.

BASIC ARPEGGIATOR
=================
This plugin is just what it says. It takes MIDI event input and writes
MIDI event output in the form of an arpeggio over the held keys in the input.
You can control the speed of the arpeggio and the direction (up or down).

CONTROL2MIDI
============
A plugin that converts a LV2 control port value to MIDI CC events. You can
set the CC number and the expected range of the input value.

KLAVIATUR
=========
A MIDI keyboard. You can use it to send pitchbend events, CC events and of
course notes, using mouse or keyboard. Handy when you want to test a synth
patch but don't have a real keyboard nearby. Klaviatur has a Gtk GUI that you
use to control it.

MATH-CONSTANTS
==============
A set of plugins that output constant control parameters for mathematical
constants defined in the C header <math.h>.

MATH-FUNCTIONS
==============
A set of plugins wrapping most of the functions in the C header <math.h>
(sin(), cos(), exp(), modf() etc). All are available as both audio rate
and control rate functions.

PEAK METER
==========
A decaying peak meter that shows the peak level of the input signal.
There is a mono and a stereo version. Both have Gtk GUIs.

RUDOLF 556
==========
A simple drum machine with six separate drum voices - two bass drums, two
snares and two hihats. The different voices are mapped to C, D, E, F, G and A
in all octaves, and every voice has three control parameters (length,
hardness and volume). This plugin has a Gtk GUI that you can use to control the
parameters.

SINESHAPER
==========
An LV2 version of the Sineshaper synth - two sine oscillators fed through
two sine waveshapers in series, with a bunch of parameters to control them.
This plugin has a Gtk GUI too.

%package    gui
Summary:    GUIs for the ll-plugins package
Group:      Sound

%description    gui
This package contains the GUIs for the ll-plugins.

%package -n elven
Summary:    The LV2 host Elven
Group:      Sound
Requires:   jackit >= 0.109

%description -n elven
THE HOST
========
The host that comes with this package is called Elven (Experimental LV2
Execution ENvironment). It is pretty slow and I don't really recommend it.
If you can use another host, do that.

%prep

%setup -q -n %{name}-%{version}

%build
./configure \
    --prefix=%{_prefix} \
    --libdir=%{_libdir} \
    --CFLAGS="%{optflags} -Dclear_path=begin_new_path" \
    --LDFLAGS=-ldl

%make

%install
rm -rf %{buildroot}

%makeinstall_std \
    build_experimental=yes \
    install-lv2-plugins \
    prefix=%{_prefix} \
    libdir=%{_libdir} \
    docdir=%{_docdir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/lv2/arpeggiator.lv2/*
%{_libdir}/lv2/control2midi.lv2/*
%{_libdir}/lv2/klaviatur.lv2/*
%{_libdir}/lv2/math-constants.lv2/*
%{_libdir}/lv2/math-functions.lv2/*
%{_libdir}/lv2/peakmeter.lv2/*
%{_libdir}/lv2/rudolf556.lv2/*
%{_libdir}/lv2/sineshaper.lv2/*

%files gui
%defattr(-, root, root)
%doc COPYING
%{_libdir}/lv2/klaviatur_gtk.lv2/*
%{_libdir}/lv2/peakmeter_gtk.lv2/*
%{_libdir}/lv2/rudolf556_gtk.lv2/*
%{_libdir}/lv2/sineshaper_gtk.lv2/*

%files -n elven
%defattr(-, root, root)
%doc COPYING
%{_bindir}/elven




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.8-4
+ Revision: dc153e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2751 |14cr|lmbench-3.0-0.a9.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Based on Fedora's package

%define tar_release a9

Summary:	Tools for Kernel Performance Analysis
Name:		lmbench
Version:	3.0
Release:	0.%{tar_release}.4
License:	GPL
Group:		Development/Kernel
Url:		http://sourceforge.net/projects/lmbench
Source0:	http://dl.sf.net/lmbench/lmbench-%{version}-%{tar_release}.tgz
Source1:	%{name}-%{version}-%{tar_release}-run.sh
Patch0:		lmbench-3.0-a9-tirpc.patch
BuildRequires:	pkgconfig(libtirpc)

%description
Bandwidth benchmarks: cached file read, memory copy (bcopy), memory read,
memory write, pipe, TCP; Latency benchmarks: context switching, connection
establishment, pipe, TCP, UDP, RPC hot potato, file system creates and
deletes, process creation, signal handling, system call overhead,  memory
read latency; Miscellanious Processor clock rate calculation.

%files
%doc ACKNOWLEDGEMENTS CHANGES COPYING COPYING-2 hbench-REBUTTAL README.* TODO.* doc/
%{_bindir}/lmbench
%{_prefix}/lib/lmbench/

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{tar_release}
%patch0 -p1

mv -f src/TODO TODO.lmbench
mv -f scripts/README README.scripts
mv -f scripts/SHIT SHIT.scripts
mv -f scripts/TODO TODO.scripts

%build
#make LDLIBS="-ltirpc"
%make
find . -name 'SCCS' -type d -exec rm -rf {} \;

%install
install -Dp -m0755 %{SOURCE1} %{buildroot}%{_bindir}/lmbench
install -Dp -m0644 results/Makefile %{buildroot}%{_prefix}/lib/lmbench/results/Makefile
install -Dp -m0644 src/webpage-lm.tar %{buildroot}%{_prefix}/lib/lmbench/src/webpage-lm.tar

cp -avx bin/ scripts/ %{buildroot}%{_prefix}/lib/lmbench/
find %{buildroot}%{_prefix}/lib/lmbench/ -name 'Makefile*' -or -name '*.[ao]' -exec rm -f {} \;

chmod a-x %{buildroot}%{_prefix}/lib/lmbench/scripts/info-template


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0-0.a9.4
+ Revision: 4fecdba
- Build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2752 |14cr|lmctl-0.3.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rel 8
%define name lmctl
%define version 0.3.2
%define release %mkrel %{rel}

Summary:	Configuration tool for Logitech USB Mice
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Configuration/Hardware
URL:		http://bedroomlan.dyndns.org/~alexios/coding_lmctl.html
BuildRoot:	%_tmppath/%{name}-%{version}-%{release}-buildroot
Source0:	http://www.bedroomlan.org/~alexios/files/SOFTWARE/lmctl/%{name}_%{version}.tar.gz
Source1:	http://www.bedroomlan.org/~alexios/files/SOFTWARE/lmctl/%{name}_%{version}.tar.gz.sig
# (abel) Recognize extra mouse IDs
Patch0:		lmctl-0.3.2-extra-devices.patch.bz2
# (abel) MX518 allows max 1600dpi resolution
Patch1:		lmctl-0.3.2-mx518.patch.bz2
BuildRequires:	libusb-devel
Requires:	logitech-mouse-common

%description
LMCtl can manipulate the special features on recent Logitech USB
mice using Command Line interface. Features that can be controlled
or reported include:

o Wireless status reporting
o Battery charge indication
o Resolution
o SmartScroll.

%prep 
%setup -q -n %{name}-0.3.1
%patch0 -p1 -b .extradevice
%patch1 -p1 -b .mx518

%build
%configure2_5x --bindir=%{_sbindir}
%make

%install
rm -rf  %{buildroot}
%makeinstall_std  
 
%clean
rm -rf %{buildroot}

%files  
%defattr(-,root,root)
%doc AUTHORS COPYING README debian/changelog
%{_sbindir}/*
%{_mandir}/man1/lmctl*
 
 



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.3.2-8
+ Revision: 9dfdb8a
- Automatic import for version 0.3.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2753 |14cr|lmms-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}
# RemoteZynAddSubFx doesn't work without rpath
%global _cmake_skip_rpath %{nil}

%define devname %mklibname %{name} -d

Summary:	Linux MultiMedia Studio
Name:		lmms
Version:	1.0.3
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://lmms.sourceforge.net/
Source0:	https://github.com/LMMS/lmms/releases/download/v%{version}/%{name}-%{version}-src.tar.bz2
Patch0:		lmms-1.0.3-no-werror.patch
Patch1:		lmms-1.0.3-gcc4.9.patch
BuildRequires:	cmake
BuildRequires:	fltk-devel
BuildRequires:	ladspa-devel
BuildRequires:	qt4-devel
BuildRequires:	SDL_sound-devel
# Synthesis ToolKit
BuildRequires:	stk-devel >= 4.4.4
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
Requires:	calf
Requires:	caps
Requires:	cmt
Requires:	fltk
Requires:	swh-plugins
Obsoletes:	lmms-mt < 1.0.3

%description
LMMS combines the features of a tracker-sequencer program and those of
powerful synthesizers, samplers, effects etc. in a modern, user-friendly and
easy to use graphical user-interface.

%files
%doc README AUTHORS TODO
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_libdir}/%{name}/*
%{_mandir}/man?/*
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	LMMS development files
Group:		Development/Other

%description -n %devname
Development headers for LMMS.

%files -n %{devname}
%{_includedir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake
make VERBOSE=1

%install
%makeinstall_std -C build

rm -rf %{buildroot}%{_datadir}/menu/lmms

%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.3-1
+ Revision: 2d85d11
- New version 1.0.3, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2754 |14cr|lnav-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A curses-based tool for viewing and analyzing log files
Name:		lnav
Version:	0.5.1
Release:	2
License:	BSD
Group:		File tools
Url:		http://lnav.org
Source0:	http://lnav.org/downloads/%{name}-%{version}.tar.bz2
BuildRequires:	bzip2-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)

%description
The log file navigator is an enhanced log file viewer that takes
advantage of any semantic information that can be gleaned from
the files being viewed, such as timestamps and log levels. Using this
extra semantic information, it can do things like interleaving
messages from different files, generate histograms of messages over
time, and providing hotkeys for navigating through the file. It is
hoped that these features will allow the user to quickly and
efficiently zero in on problems.

%prep
%setup -q

%build
autoreconf -fiv
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc LICENSE NEWS README
%{_bindir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
+ Revision: f0825ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2755 |14cr|log4cpp-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname log4cpp %{major}
%define develname %mklibname log4cpp -d

Summary:	Log for C++
Name:		log4cpp
Version:	1.0
Release:	3
License:	LGPLv2+
Group:		System/Libraries
URL:		http://log4cpp.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
Patch0:		log4cpp-1.0-gcc43.patch
Patch1:		log4cpp-1.0-remove-pc-cflags.patch
Patch2:		log4cpp-1.0-fix-doc-dest.patch
Patch3:		log4cpp-1.0-no-snprintf.patch
BuildRequires:	autoconf2.5
BuildRequires:  doxygen
BuildRequires:  libtool
BuildRequires:	multiarch-utils >= 1.0.3

%description
Log for C++ is a library of classes for flexible logging to files, syslog,
and other destinations. It is modeled after the Log for Java library and
stays as close to its API as is reasonable.

%package -n	%{libname}
Summary:	Log for C++ library
Group:		System/Libraries

%description -n	%{libname}
Log for C++ is a library of classes for flexible logging to files, syslog,
and other destinations. It is modeled after the Log for Java library and
stays as close to its API as is reasonable.

This package contains the shared library needed to run programs using log4cpp.

%package -n	%{develname}
Summary:	Development tools for Log for C++
Group:		Development/C++
Requires:	%{libname} >= %{version}
Provides:	liblog4cpp-devel = %{version}-%{release}
Provides:	log4cpp-devel = %{version}-%{release}

%description -n	%{develname}
Log for C++ is a library of classes for flexible logging to files, syslog,
and other destinations. It is modeled after the Log for Java library and
stays as close to its API as is reasonable.

This package contains the static libraries and header files needed for
development with %{libname}.

%package	doc
Summary:	HTML formatted API documention for Log for C++
Group:		Development/C++

%description	doc
The %{name}-doc package contains HTML formatted API documention generated
by the popular doxygen documentation generation tool.

%prep
%setup -q
%patch0 -p1 -b .gcc43
%patch1 -p1 -b .no-cflags
%patch2 -p1 -b .doc-dest
%patch3 -p1 -b .no-snprintf

# Delete non-free (but freely distributable) file under Artistic 1.0
# just to be sure we're not using it.
rm -rf src/snprintf.c

%build
libtoolize --copy --force; aclocal -I m4; autoconf; autoheader; automake --add-missing --copy
export LIBS="-lpthread"

%configure2_5x \
    --enable-doxygen
%make

%check
make check

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/log4cpp-config

%files -n %{libname}
%defattr(-,root,root,0755)
%attr(0755,root,root) %{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root,0755)
%{_includedir}/*
%multiarch %{multiarch_bindir}/log4cpp-config

%attr(0755,root,root) %{_bindir}/log4cpp-config
%attr(0755,root,root) %{_libdir}/lib*.so
%attr(0644,root,root) %{_libdir}/*.*a
%attr(0644,root,root) %{_libdir}/pkgconfig/log4cpp.pc
%{_datadir}/aclocal/log4cpp.m4
%{_mandir}/*/*

%files doc
%defattr(-,root,root,0755)
%doc %{_docdir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: 8f7a122
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2756 |14cr|logcheck-1.3.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		logcheck
Summary:	Psionic LogCheck
Version:	1.3.15
Release:	2
License:	GPLv2
Group:		Monitoring
URL:		http://logcheck.org/
Source:		http://ftp.de.debian.org/debian/pool/main/l/logcheck/logcheck_1.3.15.tar.gz
BuildRequires:	docbook-to-man
Requires:	lockfile-progs
Requires:	nail
Requires:	sendmail-command
Requires:	mime-construct

%description
Logcheck is a software package that is designed to automatically run and check 
system log files for security violations and unusual activity.  Logcheck 
utilizes a program called logtail that remembers the last position it read 
from in a log file and uses this position on subsequent runs to process new 
information.  All source code is available for review and the implementation 
was kept simple to avoid problems.  This package is a clone of the 
frequentcheck.sh script from the Trusted Information Systems Gauntlet(tm) 
firewall package.  TIS has granted permission for me to clone this package.

%prep
%setup -q

%build
cd docs
docbook-to-man logcheck.sgml > logcheck.8

%install
%makeinstall_std

install -d %buildroot%_mandir/man8
install -m 644 docs/*.8 %buildroot%_mandir/man8

install -d %buildroot/%_sysconfdir/cron.d
cat > %buildroot/%_sysconfdir/cron.d/logcheck <<EOF
2 * * * * logcheck %{_sbindir}/logcheck
EOF

cat > README.urpmi <<EOF
Mandriva package notes
----------------------
In order to finish installation, you have to ensure the logcheck user has read
access to all log files listed in %_sysconfdir/logcheck/logcheck.logfiles
EOF

%clean

%pre
%_pre_useradd logcheck /var/lib/logcheck /bin/false

%postun
%_postun_userdel logcheck

%files
%defattr(-,root,root)
%doc AUTHORS CHANGES CREDITS INSTALL LICENSE TODO docs/README.* README.urpmi
%config(noreplace) %_sysconfdir/cron.d/logcheck
%config(noreplace) %attr(-,root,logcheck) %_sysconfdir/logcheck
%_sbindir/logcheck
%_sbindir/logtail
%_bindir/logcheck-test
%_sbindir/logtail2
%_datadir/logtail
%_mandir/man8/logcheck.8*
%_mandir/man8/logtail.8*
%_mandir/man8/logtail2.8*
%attr(-,logcheck,logcheck) %dir %{_localstatedir}/lock/%name
%attr(0700,logcheck,logcheck) %dir %{_localstatedir}/lib/%name



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.15-2
+ Revision: 4381c5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2757 |14cr|logfinder-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	logfinder
%define	version	0.1
%define release	 6

Name:		%{name} 
Summary:	Helps Eliminate Unwanted Logging of Personal Data
Version:	%{version} 
Release:	%{release} 
Source0:	%{name}-%{version}.tar.bz2
URL:		http://www.eff.org/news/archives/2005_02.php#002370
Group:		File tools
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPL
Requires:	python
BuildArch:	noarch

%description
By finding unwanted log files, logfinder informs system
administrators when their servers are collecting personal data
and gives them the opportunity to turn logging off if it isn't
gathering information necessary for administering the system.

%prep
%setup -q

%install
rm -rf $RPM_BUILD_ROOT
install -m755 logfinder.py -D $RPM_BUILD_ROOT%{_bindir}/logfinder.py

%clean 
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root)
%doc README
%{_bindir}/logfinder.py




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-6
+ Revision: a73f5d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2758 |14cr|loggedfs-0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	loggedfs
%define version	0.5
%define release	6

Name:		%name
Version:	%version
Release:	%release
License:	GPL
Source:		http://downloads.sourceforge.net/loggedfs/loggedfs-%{version}.tar.bz2
Patch0:		%{name}_makefile.patch
URL:		http://loggedfs.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-root
Group:		File tools
Summary:	Fuse-based filesystem which can log every operations that happens in it
BuildRequires:	fuse-devel, pcre-devel, rlog-devel, libxml2-devel
Requires:	fuse
%description
LoggedFS is a fuse-based filesystem which can log every operations that happens
in it.

How it works: Fuse does almost everything. LoggedFS only sends a message
to syslog when called by fuse and then let the real filesystem do the
rest of the job.

%prep
%setup -q -c
%patch0 -p1

%build
%make

%install
%{__mkdir} -p $RPM_BUILD_ROOT%{_mandir}/man1 $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_sysconfdir}

%makeinstall

%files
%defattr(-,root,root)
%doc LICENSE
%{_sysconfdir}/loggedfs.xml
%{_bindir}/loggedfs
%{_mandir}/man1/loggedfs.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-6
+ Revision: e33621f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2759 |14cr|logitech_applet-0.4test1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name logitech_applet
%define version 0.4test1
%define release  8

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Command line tool for Logitech mouse
License:	GPL
Group:		System/Configuration/Hardware
Source:		http://www.frogmouth.net/%{name}-%{version}.tar.bz2
# (abel) MX518 support
Patch0:		logitech_applet-0.4-mx518.patch.bz2
# (abel) More verbose error reporting for smart scroll
Patch1:		logitech_applet-0.4-verbose-report.patch.bz2
URL:		http://freshmeat.net/projects/logitech_applet/
BuildRequires:  libusb0.1-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Logitech Mouse Applet is a small command line tool for setting 
the special features that are available on some Logitech mice. 
It is particularly useful to those who want to switch their mouse 
to 800cpi instead of the default 400cpi.

%prep
%setup -q
%patch0 -p1 -b .mx518
%patch1 -p1 -b .verbose

%build
%configure2_5x --bindir=%{_sbindir}
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%doc INSTALL README AUTHORS ChangeLog
%{_sbindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4test1-8
+ Revision: f1a967f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2760 |14cr|logitech-mouse-common-0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	0.1
%define release	8

Summary:	Shared data files and scripts for Logitech mice
Name:		logitech-mouse-common
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Configuration/Hardware		
Source0:	logitechmouse-sysconfig.bz2
Source1:	logitech-mouse.rules.bz2
Source2:	logitech-mouse-udev.sh.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Requires:	lmctl

%description
This package contains scripts that turn on/off some certain feature
of recent Logitech USB mouse automatically when device is plugged
into system.

%prep

%build

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
bzip2 -dc %{SOURCE0} > $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/logitechmouse
chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/logitechmouse

mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d
bzip2 -dc %{SOURCE1} > $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/80-logitech-mouse.rules
chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/80-logitech-mouse.rules

mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/udev/scripts
bzip2 -dc %{SOURCE2} > $RPM_BUILD_ROOT%{_sysconfdir}/udev/scripts/logitech-mouse.sh
chmod 0755 $RPM_BUILD_ROOT%{_sysconfdir}/udev/scripts/logitech-mouse.sh

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/sysconfig/logitechmouse
%config(noreplace) %{_sysconfdir}/udev/rules.d/*.rules
%{_sysconfdir}/udev/scripts/*.sh




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-8
+ Revision: cc3947a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2761 |14cr|logjam-4.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define use_xmms 0

Name:		logjam
Version:	4.6.2
Release:	2
Summary:	GTK2 client for LiveJournal
License:	GPLv2+
Group:		Networking/Other
URL:		http://logjam.danga.com/
Source0:	http://logjam.danga.com/download/logjam-%{version}.tar.bz2
Patch0:		logjam-4.4.1-fedora-desktop.patch
Patch1:		logjam-4.6.2-sfmt.patch
%if %{use_xmms}
BuildRequires:	xmms-devel
%endif
BuildRequires:	autoconf
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	aspell-devel
BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkspell-2.0)
BuildRequires:	pkgconfig(libgtkhtml-3.14)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(sqlite)
Requires:	curl
Requires:	gtkspell

%description
This is the new GTK2 client for LiveJournal (http://www.livejournal.com).

%if %{use_xmms}
%package xmms
Summary:	LogJam helper binary
Group:		Graphical desktop/GNOME
Requires:	logjam
Requires:	xmms

%description xmms
This is a helper binary for LogJam which is used to get the
current music from XMMS.
%endif

%prep
%setup -q
%patch0 -p1 -b .desktop
%patch1 -p1 -b .sfmt

%build
autoconf
%configure2_5x \
	--with-sqlite3 \
%if %{use_xmms}
	--with-xmms
%endif

%make

%install
%makeinstall_std
# Rename locale dir, bugzilla 210206
# mv %{buildroot}%{_datadir}/locale/en_US.UTF-8 %{buildroot}%{_datadir}/locale/en_US

%find_lang %{name}

desktop-file-install	\
	--dir %{buildroot}%{_datadir}/applications	\
	%{buildroot}/%{_datadir}/applications/logjam.desktop

%files -f %{name}.lang
%doc doc/README COPYING doc/TODO
%{_bindir}/logjam
%{_mandir}/man*/logjam.1.*
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/logjam*

%if %{use_xmms}
%files xmms
%{_bindir}/logjam-xmms-client
%endif


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.6.2-2
+ Revision: bcf371c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2762 |14cr|logwatch-7.4.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Analyzes and Reports on system logs
Name: 		logwatch
Version: 	7.4.0
Release: 	5
License: 	MIT
Group: 		Monitoring
URL: 		http://www.logwatch.org
BuildArch: 	noarch
Source: 	http://downloads.sourceforge.net/project/logwatch/logwatch-7.4.0/logwatch-7.4.0.tar.gz
Patch0:		logwatch-fixpath.patch
Requires: 	perl,coreutils,grep,mailx
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
Logwatch is a customizable, pluggable log-monitoring system.  It will go
through your logs for a given period of time and make a report in the areas
that you wish with the detail that you wish.  Easy to use - works right out
of the package on many systems.


%prep
%setup
%patch0 -p0

%build

%install
rm -rf %{buildroot}
install -m 0755 -d %{buildroot}%{_sysconfdir}/log.d/conf/logfiles
install -m 0755 -d %{buildroot}%{_sysconfdir}/log.d/conf/services
install -m 0755 -d %{buildroot}%{_sysconfdir}/log.d/scripts/services
install -m 0755 -d %{buildroot}%{_sysconfdir}/log.d/scripts/shared
install -m 0755 -d %{buildroot}%{_sysconfdir}/log.d/lib

mkdir -p %{buildroot}/var/cache/%{name}

install -m 0755 scripts/logwatch.pl %{buildroot}%{_sysconfdir}/log.d/scripts/%{name}.pl
for i in scripts/logfiles/* ; do
   if [ $(ls $i | wc -l) -ne 0 ] ; then
      install -m 0755 -d %{buildroot}%{_sysconfdir}/log.d/$i
      install -m 0755 $i/* %{buildroot}%{_sysconfdir}/log.d/$i
   fi
done
install -m 0755 scripts/services/* %{buildroot}%{_sysconfdir}/log.d/scripts/services
install -m 0755 scripts/shared/* %{buildroot}%{_sysconfdir}/log.d/scripts/shared
install -m 0755 lib/* %{buildroot}%{_sysconfdir}/log.d/lib

install -m 0644 conf/*.conf %{buildroot}%{_sysconfdir}/log.d/conf
install -m 0644 conf/logfiles/* %{buildroot}%{_sysconfdir}/log.d/conf/logfiles
install -m 0644 conf/services/* %{buildroot}%{_sysconfdir}/log.d/conf/services

install -m 0755 -d %{buildroot}%{_mandir}/man8
install -m 0644 logwatch.8 %{buildroot}%{_mandir}/man8

rm -f %{buildroot}%{_sysconfdir}/log.d/%{name} \
   %{buildroot}%{_sysconfdir}/log.d/%{name}.conf \
   %{buildroot}%{_sysconfdir}/cron.daily/%{name} \
   %{buildroot}%{_sbindir}/%{name}

ln -s scripts/logwatch.pl %{buildroot}%{_sysconfdir}/log.d/%{name}
ln -s conf/logwatch.conf %{buildroot}%{_sysconfdir}/log.d/%{name}.conf
install -m 0755 -d %{buildroot}%{_sysconfdir}/cron.daily
ln -s ../log.d/scripts/logwatch.pl %{buildroot}%{_sysconfdir}/cron.daily/0%{name}
install -m 0755 -d %{buildroot}%{_sbindir}
ln -s ../..%{_sysconfdir}/log.d/scripts/logwatch.pl %{buildroot}%{_sbindir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%dir %{_sysconfdir}/log.d
%dir %{_sysconfdir}/log.d/conf
%dir %{_sysconfdir}/log.d/scripts
%dir %{_sysconfdir}/log.d/conf/logfiles
%dir %{_sysconfdir}/log.d/conf/services
%dir %{_sysconfdir}/log.d/scripts/logfiles
%dir %{_sysconfdir}/log.d/scripts/services
%dir %{_sysconfdir}/log.d/scripts/shared
%dir %{_sysconfdir}/log.d/scripts/logfiles/*
%dir %{_sysconfdir}/log.d/lib
%dir /var/cache/%{name}
%config(noreplace) %{_sysconfdir}/log.d/conf/*.conf
%config(noreplace) %{_sysconfdir}/log.d/conf/services/*
%config(noreplace) %{_sysconfdir}/log.d/conf/logfiles/*
%{_sysconfdir}/log.d/scripts/%{name}.pl
%{_sbindir}/%{name}
%{_sysconfdir}/log.d/scripts/shared/*
%{_sysconfdir}/log.d/scripts/services/*
%{_sysconfdir}/log.d/scripts/logfiles/*/*
%{_sysconfdir}/log.d/%{name}
%{_sysconfdir}/log.d/lib/Logwatch.pm
%{_sysconfdir}/log.d/%{name}.conf
%{_sysconfdir}/cron.daily/0%{name}
%doc %{_mandir}/man8/%{name}.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.4.0-5
+ Revision: b383143
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2763 |14cr|loki-lib-0.1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname loki
%define major %{version}
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Summary:	Loki C++ Library of design patterns and idioms
Name:		%{oname}-lib
Version:	0.1.7
Release:	3
# License text not included
# https://sourceforge.net/tracker/?func=detail&aid=3027570&group_id=29557&atid=396647
License:	MIT
Group:		System/Libraries
Url:		http://sourceforge.net/projects/loki-lib
Source0:	http://prdownloads.sourceforge.net/loki-lib/%{oname}-%{version}.tar.gz

%description
A C++ library of designs, containing flexible implementations of common design
patterns and idioms.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Loki C++ Library of design patterns and idioms
Group:		System/Libraries
Obsoletes:	%{_lib}loki0 < 0.1.7-2
Conflicts:	%{_lib}loki0 < 0.1.7-2

%description -n %{libname}
A C++ library of designs, containing flexible implementations of common design
patterns and idioms.

%files -n %{libname}
%{_libdir}/lib%{oname}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The Loki C++ headers and development libraries
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{oname}-devel = %{EVRD}

%description -n  %{devname}
Headers and shared object symlinks for the Loki C++ Library.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/lib%{oname}.so
%{_libdir}/lib%{oname}.a

#----------------------------------------------------------------------------

%package doc
Summary:	The Loki C++ html docs
Group:		Development/C++
BuildArch:	noarch

%description doc
HTML documentation files for the Loki C++ Library.

%files doc
%doc README CHANGES doc/html doc/flex doc/yasli

#----------------------------------------------------------------------------

%prep
%setup -n %{oname}-%{version} -q
chmod -x doc/html/*
rm doc/html/installdox
iconv -f ISO88591 -t utf8 CHANGES -o CHANGES

%build
%ifarch x86_64
sed -i s,"/lib","/lib64",g src/Makefile
sed -i s,"/lib/","/lib64/",g test/Makefile.common
mkdir lib64
%endif

make CXXFLAGS="%{optflags}"

%install
%makeinstall


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.7-3
+ Revision: cb1b8ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2764 |14cr|loki_patch-fix-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	loki_patch-fix
%define	version 0.1
%define rel	4
%define	release	%mkrel %rel

Name:		%{name} 
Summary:	A program that fixes broken loki patches
Version:	%{version} 
Release:	%{release} 
Source0:	%{name}-%{version}.tar.bz2
URL:		http://goldenfiles.sourceforge.net/index.php?page=lokipatchfix
Group:		Games/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPL
Requires:	loki_update zenity
BuildArch:	noarch

%description
loki_patch-fix is a program that fixes old patches for loki games
that now segfault upon startup. It does this by replacing the old
loki_patch executeable with a new one automatically. Running this
file on any of the non-working loki patches should make them work
without any problem.

%prep
%setup -q

%build
./build -wo fixedpatch README LICENSE TODO version -v

%install
rm -rf $RPM_BUILD_ROOT
install -m755 ./Loki_patch-fix/loki_patch-fix -D $RPM_BUILD_ROOT%{_bindir}/loki_patch-fix
install -m755 ./Loki_patch-fix/loki_patch-fix-GUI $RPM_BUILD_ROOT%{_bindir}/loki_patch-fix-GUI
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications//
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/loki_patch-fix-GUI
Icon=loki_update
Categories=Game;
Name=Oki
Comment=Oki
EOF

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean 
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root)
%doc TODO README version
%{_bindir}/*
%{_datadir}/applications/mandriva-*.desktop




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1-4
+ Revision: 6e33cda
- Automatic import for version 0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2765 |14cr|lomoco-1.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn_rev r133

%define major 0
%define libname %mklibname lomoco %{major}
%define devname %mklibname lomoco -d

Summary:	Logitech mouse control tool
Name:		lomoco
Version:	1.0
Release:	12
License:	GPLv2+
Group:		System/Configuration/Hardware
Url:		http://www.lomoco.org/
Source0:	http://www.lomoco.org/lomoco-%{svn_rev}.tar.bz2
Patch0:		lomoco-trunk-config.patch
BuildRequires:	chrpath
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	pkgconfig(libusb)

%description
Lomoco can configure vendor-specific options on Logitech USB mice (or
dual-personality mice plugged into the USB port). A number of recent devices
are supported. The program is mostly useful in setting the resolution to 800
cpi or higher on mice that boot at 400 cpi (such as the MX500, MX510, MX1000
etc.), and disabling SmartScroll or Cruise Control for those who would rather
use the two extra buttons as ordinary mouse buttons.

Supported devices:

Cordless Mouse Receiver
Cordless MouseMan Optical
Cordless Optical Mouse
Cordless TrackMan Wheel
G3 Gaming Laser Mouse
G5 Gaming Laser Mouse
MX Revolution Mouse
MX1000 Laser Cordless Mouse
MX300 Optical Mouse
MX310 Optical Mouse
MX500 Optical Mouse
MX510 Optical Mouse
MX518 Optical Mouse
MX900 Cordless Mouse
MouseMan Dual Optical
MouseMan Traveler
Optical Wheel Mouse
USB Receiver
UltraX Optical Mouse
V200 Cordless Notebook Mouse
VX Revolution Mouse
Wheel Mouse Optical
diNovo Media Desktop Receiver
iFeel Mouse

%files
%{_bindir}/lomoco
%{_sysconfdir}/lomoco.ini

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for lomoco
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with lomoco.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for lomoco
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the files needed to develop programs
linked with lomoco.

%files -n %{devname}
%doc build/doc/html/*
%{_includedir}/*
%{_libdir}/lib%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -q -n lomoco-trunk
%patch0 -p1

%build
export CFLAGS="%{optflags} -fPIC"
%cmake -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir}
%make
%make doc

%install
%makeinstall_std -C build
mkdir -p %{buildroot}%{_bindir}
install -m 0755 build/client/lomoco %{buildroot}%{_bindir}/lomoco
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/lomoco

mkdir -p %{buildroot}%{_sysconfdir}
mv %{buildroot}%{_prefix}%{_sysconfdir}/lomoco.ini %{buildroot}%{_sysconfdir}/lomoco.ini


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-12
+ Revision: bcfe757
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2766 |14cr|lorcon-0.0.20060625-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	lorcon
%define version	0.0.20060625
%define release	10
%define major	1
%define libname	%mklibname %{name} %{major}

Summary:	A generic library for injecting 802.11 frames
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/Other
URL:		http://802.11ninja.net/
Source:		http://802.11ninja.net/code/%{name}-current.tar.bz2
BuildRequires:	libpcap-devel

%description
Lorcon is a generic library for injecting 802.11 frames, capable of injection
via multiple driver frameworks, with out forcing modification of the
application code.

%package -n %{libname}
Summary: Main library for %{name}
Group: System/Libraries
Provides: lib%{name} = %{version}-%{release}
Provides: %{name} = %{version}-%{release}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{libname}-devel
Summary: Headers for developing programs that will use %{name}
Group: Development/C
Provides: lib%{name}-devel = %{version}-%{release}
Provides: %{name}-devel  = %{version}-%{release}
Requires: %{libname} = %{version}

%description -n %{libname}-devel
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q -n %{name}

%build
%make

%install
mkdir -p \
	%{buildroot}/%{_includedir} \
	%{buildroot}/%{_libdir}
%makeinstall LIB=%{buildroot}/%{_libdir}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/liborcon-%{major}.*.so

%files -n %{libname}-devel
%defattr(-,root,root)
%{_includedir}/*.h
%{_libdir}/liborcon.a
%{_libdir}/liborcon.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.20060625-10
+ Revision: cb32069
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2767 |14cr|lottanzb-0.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LottaNZB - Automated Usenet Client
Name:		lottanzb
Version:	0.5.3
Release:	4
License:	GPL
Group:		Networking/News
Url:		http://www.lottanzb.org/
Source0:	http://launchpad.net/lottanzb/0.5/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildRequires:	pygtk2.0-devel
BuildRequires:	python-kiwi
BuildRequires:	intltool
Requires:	python-kiwi
Requires:	python
Requires:	hellanzb
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
BuildArch:	noarch

%description
LottaNZB is a Usenet client that automates the download of 
Usenet files with the help of NZB files. It uses HellaNZB as
its backend and PyGTK for its user interface.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --packaging-mode --root=%{buildroot}

%find_lang %{name} --with-gnome

rm -fr %{buildroot}%{_datadir}/doc

%files -f %{name}.lang
%{_sysconfdir}/apport/crashdb.conf.d/lottanzb-crashdb.conf
%{_datadir}/apport
%{_bindir}/*
%{py_puresitedir}/%{name}/*
%{_datadir}/%{name}/*
%{_datadir}/icons/*
%{py_puresitedir}/%{name}-%{version}-*.egg-info
%{_mandir}/man1/*
%{_datadir}/application-registry/lottanzb.applications
%{_datadir}/applications/lottanzb.desktop
%{_datadir}/mime-info/%{name}.*
%{_datadir}/mime/packages/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.3-4
+ Revision: 4f4b050
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2768 |14cr|lout-3.31-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	lout
%define	version	3.31
%define release	8

Summary:	The Lout document formatting language
Name:		%{name}
Version:	%{version}
Release:	%{release}
Group:		Text tools
Source0:	ftp://ftp.cs.usyd.edu.au/jeff/lout/%{name}-%{version}.tar.bz2
Patch0:		lout-makefile.patch
License:	GPL
Url:		http://lout.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Lout is a high-level language for document formatting.  Lout reads a
high-level description of a document (similar in style to LaTeX) and can
produce a PostScript(TM) file for printing or produce plain text.
Lout supports the typesetting of documents which contain floating
figures, table, diagrams, rotated and scaled text or graphics, footnotes,
running headers, footers, an index, a table of contents and bibliography,
cross-references, mathematical equations and statistical graphs.  Lout can
be extended with definitions that should be easier to write than other
languages, since Lout is a high-level language.  Lout supports (with
hyphenation) a variety of languages:  Czech, Danish, Dutch, English,
Finnish, French, German, Norwegian, Russian, Slovenian, Spanish and
Swedish.

Install the lout package if you'd like to try the Lout document formatting
system.  Unless you're already a Lout expert, you'll probably want to also
install the lout-doc package, which contains the documentation for Lout.

%package doc
Summary:	The documentation for the Lout document formatting language
Group:		Books/Computer books

%description doc
The lout-doc package includes all of the documentation for the Lout
document formatting language.  The documentation includes manuals for
regular users and for experts, written in Lout and available as
PostScript(TM) files.  The documentation provides good examples for how to
write large documents with Lout.

If you're installing the lout package, you should install the lout-doc
package.

%prep
%setup -q 
%patch0 -p1

%build
%make LIBDIR=%{_datadir}/lout lout prg2lout

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_prefix}/{bin,doc,man/man1}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/locale/

%makeinstall_std DATADIR=%{_datadir} LIBDIR=%{_datadir}/lout installman installdoc

for i in user slides expert design; do
    chmod 755 $RPM_BUILD_ROOT/usr/doc/lout/$i
done

#moves the man page
mkdir -p $RPM_BUILD_ROOT%{_datadir}
mv $RPM_BUILD_ROOT/usr/man $RPM_BUILD_ROOT%{_datadir}

# remove unwanted files
rm -rf $RPM_BUILD_ROOT/%_prefix/doc
rm -rf $RPM_BUILD_DIR/%name-%version/doc/user/.pie_intr.swp

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644,root,root,755)
%doc blurb README maillist whatsnew notes_dsc
%defattr(-,root,root)
%{_bindir}/lout
%{_mandir}/man1/*
%{_bindir}/prg2lout
%{_datadir}/lout

%files doc
%defattr(0644,root,root,755)
%doc doc/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.31-8
+ Revision: 1ad982b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2769 |14cr|lpairs-1.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define release 5

Summary: Memory game
Name: lpairs
Version: 1.0.4
Release: %release
URL: http://lgames.sourceforge.net/index.php?project=LPairs
Source0: http://peterhost.dl.sourceforge.net/sourceforge/lgames/%{name}-%{version}.tar.gz
Patch0:	lpairs-1.0.4-fix-desktop.patch
License: GPLv2+
Group: Games/Puzzles
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: SDL-devel
BuildRequires: filesystem
BuildRequires: imagemagick
BuildRequires: texinfo

%description
LPairs is a classical memory game. This means you have to find pairs of
identical cards which will then be removed. Your time and tries needed will be
counted but there is no highscore chart or limit to this.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x \
 --bindir=%_gamesbindir \
 --localstatedir=%{_localstatedir}/lib/games
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
install -m644 %name.desktop $RPM_BUILD_ROOT%{_datadir}/applications/

mkdir -p %buildroot%_iconsdir/
convert -resize 32x32 %name.png %buildroot%_iconsdir/%name.png

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files -f %{name}.lang
%defattr(-,root,root)
%doc README
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/*
%{_iconsdir}/*.png
%{_datadir}/applications/*.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-5
+ Revision: 72f0f74
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2770 |14cr|lpg-2.0.17-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global    _compat_version 1.1.0

Name:      lpg
Version:   2.0.17
Release:   4
Summary:   LALR Parser Generator
Group:     Development/Java
# although the text of the licence isn't distributed with some of the source,
# the author has exlicitly stated that everything is covered under the EPL
# see: http://sourceforge.net/forum/forum.php?thread_id=3277926&forum_id=523519
License:   EPL
URL:       http://lpg.sourceforge.net/

Source0:   http://downloads.sourceforge.net/lpg/lpg-java-runtime-src-%{version}.zip
Source1:   http://downloads.sourceforge.net/lpg/lpg-generator-cpp-src-%{version}.zip
Source2:   http://downloads.sourceforge.net/lpg/lpg-generator-templates-%{version}.zip

# source archive for the java compat lib
Source3:   http://downloads.sourceforge.net/lpg/lpgdistribution-05-16-06.zip

# upstream does not provide a build script or manifest file for the java
# compat lib
Source4:   %{name}-build.xml
Source5:   %{name}-manifest.mf

# TODO: drop Source3, 4, 5 and obsolete the java-compat package when dependent
# projects are ported to LPG 2.x.x

# executable name in the bootstrap make target is wrong; sent upstream, see:
# https://sourceforge.net/tracker/?func=detail&aid=2794057&group_id=155963&atid=797881
Patch0:    %{name}-bootstrap-target.patch

# change build script to build the base jar with osgi bundle info
Patch1:    %{name}-osgi-jar.patch

%description
The LALR Parser Generator (LPG) is a tool for developing scanners and parsers
written in Java, C++ or C. Input is specified by BNF rules. LPG supports
backtracking (to resolve ambiguity), automatic AST generation and grammar
inheritance.

%package       java
Summary:       Java runtime library for LPG
Group:         Development/Java

BuildArch:     noarch

BuildRequires: java-1.7.0-openjdk-devel
BuildRequires: jpackage-utils
BuildRequires: ant-apache-regexp
Requires:      java
Requires:      jpackage-utils

%description   java
Java runtime library for parsers generated with the LALR Parser Generator
(LPG).

%package       java-compat
Version:       %{_compat_version}
Summary:       Compatibility Java runtime library for LPG 1.x
Group:         Development/Java

BuildArch:     noarch

BuildRequires: java-devel
BuildRequires: jpackage-utils
BuildRequires: ant
Requires:      java
Requires:      jpackage-utils

%description   java-compat
Compatibility Java runtime library for parsers generated with the LALR Parser
Generator (LPG) 1.x.

%prep
%setup -q -T -c -n %{name}-%{version}

# because you can't use setup to unzip to subdirectories when your source
# archives do not create top level directories
unzip -qq %{SOURCE0} -d lpg-java-runtime
unzip -qq %{SOURCE1} -d lpg-generator-cpp
unzip -qq %{SOURCE2} -d lpg-generator-templates
chmod -Rf a+rX,u+w,g-w,o-w .

# setup java compat stuff
%setup -q -D -T -a 3 -n %{name}-%{version}
cp -p %{SOURCE4} lpgdistribution/build.xml
cp -p %{SOURCE5} lpgdistribution/MANIFEST.MF

# apply patches
%patch0 -p0 -b .orig
%patch1 -p0 -b .orig

%build
# build java stuff
(cd lpg-java-runtime && ant -f exportPlugin.xml)

# build java compat stuff
(cd lpgdistribution && ant)

# build native stuff
pushd lpg-generator-cpp/src

# ARCH just tells us what tools to use, so this can be the same on all arches
# we build twice in order to bootstrap the grammar parser
make clean install ARCH=linux_x86 \
  LOCAL_CFLAGS="%{optflags}" LOCAL_CXXFLAGS="%{optflags}"
make bootstrap ARCH=linux_x86
make clean install ARCH=linux_x86 \
  LOCAL_CFLAGS="%{optflags}" LOCAL_CXXFLAGS="%{optflags}"

popd

%install

install -pD -T lpg-java-runtime/%{name}runtime.jar \
  %{buildroot}%{_javadir}/%{name}runtime-%{version}.jar
install -pD -T lpgdistribution/%{name}javaruntime.jar \
  %{buildroot}%{_javadir}/%{name}javaruntime-%{_compat_version}.jar
install -pD -T lpg-generator-cpp/bin/%{name}-linux_x86 \
  %{buildroot}%{_bindir}/%{name}

# create unversioned symlinks to jars
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{_compat_version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{_compat_version}||g"`; done)

%files
%doc lpg-generator-templates/docs/*
%{_bindir}/%{name}

%files java
%doc lpg-java-runtime/Eclipse\ Public\ License\ -\ Version\ 1_0.htm
%{_javadir}/%{name}runtime*

%files java-compat
%doc lpg-java-runtime/Eclipse\ Public\ License\ -\ Version\ 1_0.htm
%{_javadir}/%{name}javaruntime*

%changelog
* Wed Sep 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.17-4
+ Revision: a309258
- Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2771 |14cr|lprng-3.8.32-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname LPRng

Summary:	LPRng Print Spooler
Name:		lprng
Version:	3.8.32
Release:	7
License:	GPL and Artistic
Group:		System/Configuration/Printing
URL:		http://www.lprng.com
Source0:	http://www.lprng.com/DISTRIB/LPRng/%{rname}-%{version}.tgz
Source1:	lprng.startup
Patch0:		LPRng-3.8.27-gcc4.diff
Patch1:		LPRng-typo_fix.diff
Patch2:		lprng-3.8.32-Werror=format-security.patch
# "Conflicts: lpr" is mis-understood, not only the package "lpr" is
# considered as conflicting but also /usr/bin/lpr of another spooler, as
# CUPS.
#Conflicts: lpr
Requires:	net-tools
Requires:	%{name}-client >= %{version}
Obsoletes:	%{rname}
Provides:	lpr lpddaemon
Requires(post): update-alternatives
Requires(preun): update-alternatives
BuildRequires:	gdbm-devel
BuildRequires:	gettext-devel
BuildRoot:	%{_tmppath}/%{rname}-%{version}-%{release}-buildroot

%description
The LPRng software is an enhanced, extended, and portable implementation of
the Berkeley LPR print spooler functionality. While providing the same
interface and meeting RFC1179 requirements, the implementation is completely
new and provides support for the following features: lightweight (no databases
needed) lpr, lpc, and lprm programs; dynamic redirection of print queues;
automatic job holding; highly verbose diagnostics; multiple printers serving a
single queue; client programs do not need to run SUID root; greatly enhanced
security checks; and a greatly improved permission and authorization mechanism.

%package	client
Group:		System/Configuration/Printing
Summary:	LPRng printing client
Requires(post): update-alternatives
Requires(preun): update-alternatives
Conflicts:	LPRng <= 3.8.28-1mdk
Obsoletes:	%{rname}-client

%description	client
The LPRng software is an enhanced, extended, and portable implementation of
the Berkeley LPR print spooler functionality. While providing the same
interface and meeting RFC1179 requirements, the implementation is completely
new and provides support for the following features: lightweight (no databases
needed) lpr, lpc, and lprm programs; dynamic redirection of print queues;
automatic job holding; highly verbose diagnostics; multiple printers serving a
single queue; client programs do not need to run SUID root; greatly enhanced
security checks; and a greatly improved permission and authorization mechanism.

This package contains the LPRng client tools.

%prep

%setup -q -n %{rname}-%{version}

# Security fix: Restrict remote access
perl -p -i -e "s/^\#REJECT SERVICE=X/REJECT SERVICE=X NOT SERVER\n\#REJECT SERVICE=X/" lpd.perms.in

%patch0 -p1 -b .gcc4
%patch1 -p0
%patch2 -p1

# Modified startup file with various system checks
cp %{SOURCE1} lprng.startup

%build
%serverbuild

%configure2_5x \
    --enable-nls \
    --with-userid=lp \
    --with-groupid=lp \
    --disable-werror
#%{!?nokerberos:--enable-kerberos}

make

%install
rm -rf %{buildroot}

# Suppress automatic replacement of "echo" by "gprintf" in the LPRng
# startup script by RPM. This automatic replacement is broken.
export DONT_GPRINTIFY=1

# Installation of locales is broken... Work around it! (They will never get
# it correct)
perl -pi -e "s,prefix =.*,prefix = %{buildroot}%{_prefix},g" po/Makefile
perl -pi -e "s,datadir =.*,datadir = %{buildroot}%{_prefix}/share,g" po/Makefile
perl -pi -e "s,localedir =.*,localedir = %{buildroot}%{_prefix}/share/locale,g" po/Makefile
perl -pi -e "s,gettextsrcdir =.*,gettextsrcdir = %{buildroot}%{_prefix}/share/gettext/po,g" po/Makefile

make SUID_ROOT_PERMS=" 04755" \
    DESTDIR=%{buildroot} \
    MAKEPACKAGE=YES \
    DATADIR="%{buildroot}%{_datadir}/LPRng" \
    mandir=%{_mandir} install

%__cp src/monitor %{buildroot}%{_prefix}/sbin/monitor

# install init script
install -d %{buildroot}%{_initrddir}
install -m0755 lprng.startup %{buildroot}%{_initrddir}/lpd

# prepare the commands conflicting with CUPS for the update-alternatives
# treatment
( cd %{buildroot}%{_bindir}
  rm -f lp
  ln -s lpr-lpd lp
  rm -f cancel
  ln -s lprm-lpd cancel
  mv lpr lpr-lpd
  mv lpq lpq-lpd
  mv lprm lprm-lpd
  mv lp lp-lpd
  mv cancel cancel-lpd
  mv lpstat lpstat-lpd
)
( cd %{buildroot}%{_sbindir}
  mv lpc lpc-lpd
)
( cd %{buildroot}%{_mandir}/man1
  mv lpr.1 lpr-lpd.1
  mv lpq.1 lpq-lpd.1
  mv lprm.1 lprm-lpd.1
  mv lp.1 lp-lpd.1
  mv cancel.1 cancel-lpd.1
  mv lpstat.1 lpstat-lpd.1
)
( cd %{buildroot}%{_mandir}/man8
  mv lpc.8 lpc-lpd.8
)

# Conflict with setup package
rm -f %{buildroot}%{_sysconfdir}/printcap
rm -rf %{buildroot}%{_datadir}/LPRng
rm -f %{buildroot}%{_sysconfdir}/rc.d/init.d/lpd.sample

%find_lang %{rname}

%post
/sbin/chkconfig --add lpd
%{_sbindir}/update-alternatives --install %{_sbindir}/lpc lpc %{_sbindir}/lpc-lpd 5 --slave \
    %{_mandir}/man8/lpc.8%{_extension} lpc.8%{_extension} %{_mandir}/man8/lpc-lpd.8%{_extension}

%post client
if [ -w /etc/printcap ] ; then
  TMP1=`mktemp /etc/printcap.XXXXXX`
  gawk '
    BEGIN { first = 1; cont = 0; last = "" }
    /^[:space:]*#/      { if(cont) sub("\\\\$", "", last)}
    { if(first == 0) print last }
    { first = 0 }
    { last = $0 }
    { cont = 0 }
    /\\$/ { cont = 1 }
    END {sub("\\\\$", "", last); print last}
  ' /etc/printcap > ${TMP1} && cat ${TMP1} > /etc/printcap && rm -f ${TMP1}
fi

# Set up update-alternatives entries
%{_sbindir}/update-alternatives --install %{_bindir}/lpr lpr %{_bindir}/lpr-lpd 5 \
    --slave %{_mandir}/man1/lpr.1%{_extension} lpr.1%{_extension} %{_mandir}/man1/lpr-lpd.1%{_extension}

%{_sbindir}/update-alternatives --install %{_bindir}/lpq lpq %{_bindir}/lpq-lpd 5 \
    --slave %{_mandir}/man1/lpq.1%{_extension} lpq.1%{_extension} %{_mandir}/man1/lpq-lpd.1%{_extension}

%{_sbindir}/update-alternatives --install %{_bindir}/lprm lprm %{_bindir}/lprm-lpd 5 \
    --slave %{_mandir}/man1/lprm.1%{_extension} lprm.1%{_extension} %{_mandir}/man1/lprm-lpd.1%{_extension}

%{_sbindir}/update-alternatives --install %{_bindir}/lp lp %{_bindir}/lp-lpd 5 \
    --slave %{_mandir}/man1/lp.1%{_extension} lp.1%{_extension} %{_mandir}/man1/lp-lpd.1%{_extension}

%{_sbindir}/update-alternatives --install %{_bindir}/cancel cancel %{_bindir}/cancel-lpd 5 \
    --slave %{_mandir}/man1/cancel.1%{_extension} cancel.1%{_extension} %{_mandir}/man1/cancel-lpd.1%{_extension}

%{_sbindir}/update-alternatives --install %{_bindir}/lpstat lpstat %{_bindir}/lpstat-lpd 5 \
    --slave %{_mandir}/man1/lpstat.1%{_extension} lpstat.1%{_extension} %{_mandir}/man1/lpstat-lpd.1%{_extension}

%preun
if [ "$1" = 0 ]; then
    %{_initrddir}/lpd stop >/dev/null 2>&1
	/sbin/chkconfig --del lpd
    %{_sbindir}/update-alternatives --remove lpc /usr/sbin/lpc-lpd
fi

%preun client
if [ "$1" = 0 ]; then
    # Remove update-alternatives entries
    %{_sbindir}/update-alternatives --remove lpr /usr/bin/lpr-lpd
    %{_sbindir}/update-alternatives --remove lpq /usr/bin/lpq-lpd
    %{_sbindir}/update-alternatives --remove lprm /usr/bin/lprm-lpd
    %{_sbindir}/update-alternatives --remove lp /usr/bin/lp-lpd
    %{_sbindir}/update-alternatives --remove cancel /usr/bin/cancel-lpd
    %{_sbindir}/update-alternatives --remove lpstat /usr/bin/lpstat-lpd
fi

%postun
if [ "$1" -ge "1" ]; then
    %{_initrddir}/lpd condrestart >/dev/null 2>&1
fi

%clean
rm -rf %{buildroot}

%files -f %{rname}.lang
%defattr(-,root,root)
%doc CHANGES CONTRIBUTORS COPYRIGHT INSTALL LICENSE 
%doc README* VERSION Y2KCompliance
%doc DOCS/*.htm* DOCS/*.jpg DOCS/*.png DOCS/*.txt DOCS/*.pdf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/printcap*
%attr(0755,root,root) %{_initrddir}/lpd
%{_sbindir}/checkpc
%{_sbindir}/lpd
%{_sbindir}/lprng_certs
%{_sbindir}/lprng_index_certs
%{_sbindir}/monitor
%attr(0755,lp,lp) %{_sbindir}/lpc-lpd
%attr(0755,root,root) %{_libdir}/filters/*
%attr(0755,root,root) %{_libdir}/liblpr*
%{_mandir}/*/*

%files client
%defattr(-,root,root)
%doc CHANGES CONTRIBUTORS COPYRIGHT INSTALL LICENSE 
%doc README* VERSION Y2KCompliance
%doc DOCS/*.htm* DOCS/*.jpg DOCS/*.png DOCS/*.txt DOCS/*.pdf
%attr(0755,root,root) %dir %{_sysconfdir}/lpd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/lpd/*
%attr(0755,lp,lp) %{_bindir}/lpq-lpd
%attr(0755,lp,lp) %{_bindir}/lprm-lpd
%attr(0755,lp,lp) %{_bindir}/lpr-lpd
%attr(0755,lp,lp) %{_bindir}/lpstat-lpd
%{_bindir}/lp-lpd
%{_bindir}/cancel-lpd



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.8.32-7
+ Revision: 58c93a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2772 |14cr|lrcalc-1.1.6-0.beta.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lrcalc
Group:		Sciences/Mathematics
Version:	1.1.6
Release:	0.beta.2
License:	GPLv2+
Summary:	Littlewood-Richardson Calculator
URL:		http://math.rutgers.edu/~asbuch/lrcalc
Source0:	http://math.rutgers.edu/~asbuch/lrcalc/%{name}-sage-%{version}.tar.gz
Source1:	%{name}.rpmlintrc

%description
The "Littlewood-Richardson Calculator" is a package of C and Maple programs
for computing Littlewood-Richardson coefficients. The C programs form the
engine of the package, providing fast calculation of single LR coefficients,
products of Schur functions, and skew Schur functions. The Maple code mainly
gives an interface which makes it possible to use the C programs from Maple.
This interface uses the same notation as the SF package of John Stembridge,
to make it easier to use both packages at the same time.

%package	devel
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -n %{name}-sage-%{version}

%build
%configure --bindir=%{_libdir}/%{name} --enable-shared --disable-static
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%check
make check

%files
%doc AUTHORS
%doc ChangeLog
%doc COPYING
%doc LICENSE
%doc README
%{_libdir}/%{name}
%{_libdir}/lib%{name}.so.*

%files		devel
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so

%changelog
* Tue Dec 03 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-0.beta.2
+ Revision: 73ea2c4
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2773 |14cr|lrzip-0.614-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname lrzip %{major}
%define devname %mklibname lrzip -d

Summary:	Long Range ZIP or Lzma RZIP
Name:		lrzip
Version:	0.614
Release:	3
License:	GPLv2+
Group:		Archiving/Compression
Url:		http://ck.kolivas.org/apps/lrzip/
Source0:	http://ck.kolivas.org/apps/lrzip/%{name}-%{version}.tar.bz2
BuildRequires:	bzip2-devel
BuildRequires:	liblzo2-devel
BuildRequires:	pkgconfig(zlib)
Requires:	tar

%description
This is a compression program optimized for large files. The larger the file
and the more memory you have, the better the compression advantage this will
provide, especially once the files are larger than 100MB. The advantage can
be chosen to be either size (much smaller than bzip2) or speed (much faster
than bzip2).

%files
%{_bindir}/lr*
%doc %{_docdir}/%{name}
%{_mandir}/man?/*.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	lrzip shared library
Group:		System/Libraries

%description -n %{libname}
This package contains lrzip shared library.

%files -n %{libname}
%{_libdir}/liblrzip.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	lrzip shared library
Group:		Development/C

%description -n %{devname}
This package contains dfevelopment files for lrzip library.

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/liblrzip.so
%{_libdir}/pkgconfig/lrzip.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%check
make check

%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.614-3
+ Revision: da42948
- Use autoreconf -fi



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2774 |14cr|lsdvd-0.16-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lsdvd
Summary:	Reads and prints the contents of a dvd in plain English
Version:	0.16
Release:	10
Source:		http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.16-configure.patch
Patch1:		%{name}-0.16-include-order.patch
Patch2:		%{name}-0.16-ocode.patch
Patch3:		%{name}-0.16-fix-string-format.patch
URL:		http://untrepid.com/lsdvd/
License:	GPLv2
Group:		Video
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	libdvdread-devel >= 0.9.4

%description
Lsdvd reads and prints the contents of a dvd to your terminal in plain, but
very parsable, English. Lsdvd in turn uses libdvdread, the most popular dvd
reading library for *nix.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0

%build
%configure2_5x

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc README AUTHORS COPYING NEWS
%attr(755,root,root) %{_bindir}/%{name}
%{_mandir}/man1/%{name}.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.16-10
+ Revision: ee51a71
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2775 |14cr|lsscsi-0.26-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lsscsi
Version:	0.26
Release:	2
License:	GPLv2
Group:		System/Kernel and hardware
Summary:	List SCSI devices (or hosts) and associated information
Url:		http://sg.danny.cz/scsi/lsscsi.html
Source0:	http://sg.danny.cz/scsi/%{name}-%{version}.tgz

%description
Uses information provided by the sysfs pseudo file system in Linux kernel
2.6 series to list SCSI devices or all SCSI hosts. Includes a "classic"
option to mimic the output of "cat /proc/scsi/scsi" that has been widely
used prior to the lk 2.6 series.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

%files
%defattr(-,root,root)
%doc ChangeLog INSTALL README CREDITS AUTHORS COPYING
%attr(0755,root,root) %{_bindir}/*
%{_mandir}/man8/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.26-2
+ Revision: 4e92472
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2776 |14cr|ltp-0.20120903-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcver 20120903

Summary:	Linux Test Project
Name:		ltp
Version:	0.%{srcver}
Release:	4
License:	GPLv2+
Group:		Development/Kernel
Url:		http://ltp.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/%{name}/LTP%20Source/%{name}-%{srcver}/%{name}-full-%{srcver}.bz2
Patch0:		ltp-full-20120903.printf.patch
Patch1:		ltp-full-20120903-tirpc.patch
BuildRequires:	flex
BuildRequires:	rsync
BuildRequires:	glibc-static-devel
BuildRequires:	tirpc-static-devel
Requires:	cdialog

%description
The Linux Test Project is a joint project with SGI, IBM, OSDL, and Bull with a
goal to deliver test suites to the open source community that validate the 
reliability, robustness, and stability of Linux. The Linux Test Project is a 
collection of tools for testing the Linux kernel and related features. Our goal
is to improve the Linux kernel by bring test automation to the kernel testing 
effort. Interested open source contributors are encouraged to join the project.

%files
%doc README CREDITS doc/*.txt
%doc doc/examples doc/*.lyx
%doc doc/testcases
%{_libdir}/%{name}
%{_libdir}/libkerntest.a
%{_libdir}/libmem.a
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-full-%{srcver}
%patch0 -p1 -b .printf
%patch1 -p1

%build
make autotools
%configure2_5x
%make

%install
%makeinstall

mkdir -p %{buildroot}%{_libdir}/%{name}/
mv %{buildroot}%{_prefix}/{runtest,testcases,testscripts,scenario_groups,Version} %{buildroot}%{_libdir}/%{name}/
mv %{buildroot}%{_prefix}/{IDcheck.sh,runalltests.sh,runltp,runltplite.sh,ver_linux} %{buildroot}%{_bindir}/
find %{buildroot} -type f -perm 775 -exec chmod 755 \{\} \;
strip %{buildroot}%{_libdir}/%{name}/testcases/bin/*.obj


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20120903-4
+ Revision: ef5e311
- Spec cleanup, build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2777 |14cr|ltris-1.0.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Nice tetris clone
Name:		ltris
Version:	1.0.19
Release:	2
Epoch:		1
Url:		http://lgames.sourceforge.net/index.php?project=LTris
Source0:	https://sourceforge.net/projects/lgames/files/ltris/%{name}-%{version}.tar.gz
License:	GPLv2+
Group:		Games/Arcade
BuildRequires:	SDL_mixer-devel
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils

%description
o Tetris clone using SDL
o Sound
o Menu
o Controls can be redefined
o Block preview
o Starting level between 0 and 9
o Various backgrounds
o HighScores
o Nice graphics
o Smooth gameplay
o Cool effects (transparency, animations)
o Two player mode
o Two game modes

%prep
%setup -q

%build
%configure2_5x	--localstatedir=%{_localstatedir}/games \
		--bindir=%{_gamesbindir}
%make

%install
%makeinstall_std

mkdir -p %{buildroot}{%{_liconsdir},%{_miconsdir}}
convert icons/%{name}48.xpm %{buildroot}%{_liconsdir}/%{name}.png
convert icons/%{name}32.xpm %{buildroot}%{_iconsdir}/%{name}.png
convert icons/%{name}16.xpm %{buildroot}%{_miconsdir}/%{name}.png

rm %{buildroot}%{_datadir}/applications/%{name}.desktop
rm %{buildroot}%{_iconsdir}/%{name}48.gif

mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=LTris
Comment=Nice Tetris clone
Exec=ltris
Icon=ltris
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%find_lang %{name}

%clean

%files -f %{name}.lang
%doc README INSTALL AUTHORS ChangeLog
%attr(2755, root, games) %{_gamesbindir}/*
%config(noreplace) %attr(664, games, games) %{_localstatedir}/games/%{name}.hscr
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/*.png
%{_miconsdir}/*
%{_liconsdir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.0.19-2
+ Revision: 062d3bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2778 |14cr|ltsp-5.4.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _tftpdir /var/lib/tftpboot

Summary:	Linux Terminal Server Project Server and Client
Name:		ltsp
Version:	5.4.4
#define _datestamp .20090203.18
#Release:	2%{_datestamp}%{?dist}
Release:	3
License:	GPLv2+
Group:		System/X11
Url:		http://www.ltsp.org
#   bzr branch http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk
#   cd ltsp-trunk
#   mkdst tar --from-tag=ltsp-%{version}
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.rpmlintrc
BuildRequires:	bison
BuildRequires:	flex
%ifarch %{ix86} x86_64
# Need pxelinux.0 from syslinux if server is x86
BuildRequires:	syslinux
%endif
BuildRequires:	tftp-server
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(x11)

%description
LTSP client and server.

#----------------------------------------------------------------------------

%package client
Summary:	LTSP client
Group:		System/X11
Requires:	chkconfig
Requires:	ltspfsd
Requires:	mille-xterm-nbd-server
# Jetpipe needs pyserial
Requires:	pyserial
Requires(post):	initscripts

%description client
LTSP client package.
This package contains the scripts necessary to boot as a LTSP5 thin client.

%files client
%{_mandir}/man1/getltscfg.1.*
%{_bindir}/getltscfg
%{_bindir}/xatomwait
%{_bindir}/ltsp-open
%{_bindir}/ltsp-remoteapps
%{_bindir}/ltsp-remoteappsd
%{_sbindir}/ltsp-client-launch
%{_sbindir}/init-ltsp
%dir %{_datadir}/ltsp
%{_datadir}/ltsp/cleanup.d
%{_datadir}/ltsp/configure-x.sh
%{_datadir}/ltsp/init-ltsp.d
%{_datadir}/ltsp/kioskSession
%{_datadir}/ltsp/ltsp-cleanup
%{_datadir}/ltsp/ltsp-init-common
%{_datadir}/ltsp/ltsp-client-common-functions
%{_datadir}/ltsp/ltsp-client-functions
%{_datadir}/ltsp/ltsp_config
%{_datadir}/ltsp/ltsp_config.d
%{_datadir}/ltsp/nbd-disconnect
%{_datadir}/ltsp/screen_session
%{_datadir}/ltsp/screen-x-common
%{_datadir}/ltsp/screen.d/
%{_datadir}/ltsp/screen-session.d/
%{_datadir}/ltsp/udev
%{_datadir}/ltsp/update-kernels
%{_datadir}/ltsp/xinitrc
%{_datadir}/ltsp/xinitrc.d/
%{_datadir}/ltsp/template/
%{_datadir}/ldm/rc.d/
%{_sbindir}/jetpipe
%{_sbindir}/ltsp-rewrap-latest-kernel
%{_mandir}/man8/jetpipe.8.*
%{_datadir}/ltsp/ltsp-chroot-setup
%{_datadir}/ltsp/chroot-setup.d/
%{_bindir}/ltsp-localappsd
%{_bindir}/ltsp-genmenu
%{_sysconfdir}/sysconfig/mkinitrd.ltsp-template
%{_sysconfdir}/kernel/postinst.d/ltsp
%{_sysconfdir}/kernel/prerm.d/ltsp
%dir %{_localstatedir}/cache/ltsp-localapps/
# readonly-root related files
%{_sysconfdir}/rwtab.d/*
%{_localstatedir}/lib/random-seed
%config(noreplace) %{_sysconfdir}/lts.conf

%post client
%{_datadir}/ltsp/ltsp-chroot-setup

#----------------------------------------------------------------------------

%package server
Summary:	LTSP server
Group:		System/X11
Requires:	dhcp-server
Requires:	tftp-server
Requires:	ltspfs
Requires:	gettext
Requires:	bridge-utils
Requires:	mille-xterm-nbd-server
Requires:	ldminfod
Requires(post,preun,postun):	chkconfig

%description server
LTSP server package.

This package contains the scripts and services necessary to install and run
a Linux Terminal Server.

%files server
%doc COPYING TODO
%dir %{_localstatedir}/lib/ltsp/
%attr(700,nobody,nobody) %dir %{_localstatedir}/lib/ltsp/swapfiles/
%dir %{_tftpdir}/
%dir %{_tftpdir}/ltsp/
%dir %{_tftpdir}/ltsp/i386/
%dir %{_tftpdir}/ltsp/i386/pxelinux.cfg/
%dir %{_tftpdir}/ltsp/x86_64/
%dir %{_tftpdir}/ltsp/x86_64/pxelinux.cfg/
%dir %{_tftpdir}/ltsp/ppc/
%dir %{_tftpdir}/ltsp/ppc64/
%ifarch %{ix86} x86_64
%{_tftpdir}/ltsp/i386/pxelinux.0
%{_tftpdir}/ltsp/x86_64/pxelinux.0
%endif
%config(noreplace) %{_tftpdir}/ltsp/i386/pxelinux.cfg/default
%config(noreplace) %{_tftpdir}/ltsp/x86_64/pxelinux.cfg/default
%config(noreplace) %{_tftpdir}/ltsp/ppc/yaboot.conf
%config(noreplace) %{_tftpdir}/ltsp/ppc64/yaboot.conf
%{_bindir}/ltsp-localapps
%dir /opt/ltsp
%dir /opt/ltsp/images
%{_sbindir}/ltsp-build-client
%{_datadir}/ltsp/plugins/
%{_sbindir}/ltsp-prepare-kernel
%{_sbindir}/ltsp-server-initialize
%{_sbindir}/ltsp-update-kernels
%{_sbindir}/ltsp-update-image
%{_datadir}/ltsp/scripts/
%{_datadir}/ltsp/scripts.d/
%{_datadir}/ltsp/chkconfig.d/
%{_datadir}/ltsp/mksquashfs-exclude
%{_datadir}/ltsp/ltsp-server-common-functions
%{_datadir}/ltsp/ltsp-server-functions
%{_sbindir}/ltsp-update-sshkeys
%{_sbindir}/nbdrootd
%{_sbindir}/nbdswapd
%{_sbindir}/chroot-creator
%{_sbindir}/ltsp-chroot
%{_sbindir}/ltsp-info
%{_sbindir}/ltsp-swapfile-delete
%{_sysconfdir}/cron.daily/ltsp-swapfile-delete
%{_sysconfdir}/init.d/ltsp-dhcpd
%{_sysconfdir}/sysconfig/ltspdist
%config(noreplace) %{_sysconfdir}/xinetd.d/nbdrootd
%config(noreplace) %{_sysconfdir}/xinetd.d/nbdswapd
%dir %{_sysconfdir}/ltsp/
# Configuration Files
%config(noreplace) %{_sysconfdir}/sysconfig/ltsp-dhcpd
%config(noreplace) %{_sysconfdir}/sysconfig/network-scripts/ifcfg-ltspbr0
%config(noreplace) %{_sysconfdir}/ltsp/nbdswapd.conf
%config(noreplace) %{_sysconfdir}/ltsp/ltsp-build-client.conf
%config(noreplace) %{_sysconfdir}/ltsp/ltsp-server.conf
%config(noreplace) %{_sysconfdir}/ltsp/dhcpd.conf
%config(noreplace) %{_sysconfdir}/ltsp/ltsp-update-kernels.conf
%config(noreplace) %{_sysconfdir}/ltsp/ltsp-update-image.excludes
%{_sysconfdir}/ltsp/kickstart/
%{_sysconfdir}/ltsp/dracut/
%config(noreplace) %{_tftpdir}/ltsp/*/lts.conf

%post server
/sbin/chkconfig --add ltsp-dhcpd

# If initial install, start the ltspbr0 bridge
# it would come up automatically in the next reboot.
if [ "$1" == "1" ]; then
    ifup ltspbr0 > /dev/null 2>&1 || :
fi

# During upgrades fix up config files
if [ $1 -gt 1 ]; then
    grep -q "flags" /etc/xinetd.d/nbdrootd
    [ $? -eq 1 ] && sed -i -e '/type  /a \\tflags\t\t= KEEPALIVE' /etc/xinetd.d/nbdrootd
    grep -q "flags" /etc/xinetd.d/nbdswapd
    [ $? -eq 1 ] && sed -i -e '/type  /a \\tflags\t\t= KEEPALIVE' /etc/xinetd.d/nbdswapd
    # Add server_args if missing from nbdrootd
    grep -q "server_args" /etc/xinetd.d/nbdrootd
    [ $? -eq 1 ] && sed -i -e '/server  /a \\tserver_args\t= /opt/ltsp/images/i386.img' /etc/xinetd.d/nbdrootd
    # Restart xinetd
    /sbin/service xinetd condrestart > /dev/null 2>&1
fi

%preun server
if [ $1 = 0 ]; then
    /sbin/service ltsp-dhcpd status >/dev/null 2>&1
    if [ $? = 3 ]; then
        /sbin/service ltsp-dhcpd stop >/dev/null 2>&1
    fi

    /sbin/chkconfig --del ltsp-dhcpd || :
    /sbin/service xinetd reload > /dev/null 2>&1 || :
fi

%postun server
if [ $1 -ge 1 ]; then
    /sbin/service ltsp-dhcpd condrestart >/dev/null 2>&1
fi

#----------------------------------------------------------------------------

%ifarch %{ix86} x86_64
%package vmclient
Summary:	LTSP Virtual Machine Client
Group:		Emulators
Requires:	kvm

%description vmclient
Run a qemu-kvm virtual machine as a PXE client.  This allows you to test a
LTSP server without the hassle of having extra hardware.  Requires
your system to support hardware virtualization or it will be very slow.

%files vmclient
%{_sbindir}/ltsp-vmclient
%{_sbindir}/ltsp-qemu-bridge-ifup
%config(noreplace) %{_sysconfdir}/ltsp/vmclient
%endif

#----------------------------------------------------------------------------

%prep
%setup -q

%build
pushd client/getltscfg
  %make
popd

pushd client/localapps
  ./autogen.sh
  %configure2_5x
  %make
popd


%install
##### make directories
# client
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_mandir}/man1/
mkdir -p %{buildroot}%{_sysconfdir}/rwtab.d/
mkdir -p %{buildroot}%{_sysconfdir}/X11/
mkdir -p %{buildroot}%{_datadir}/ltsp/
mkdir -p %{buildroot}%{_datadir}/ltsp/chroot-setup.d/
mkdir -p %{buildroot}%{_datadir}/ltsp/template/
mkdir -p %{buildroot}%{_datadir}/ldm/rc.d/
mkdir -p %{buildroot}%{_sysconfdir}/kernel/postinst.d/
mkdir -p %{buildroot}%{_sysconfdir}/kernel/prerm.d/
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/
mkdir -p %{buildroot}%{_localstatedir}/cache/ltsp-localapps/

# server
mkdir -p %{buildroot}%{_mandir}/man8
mkdir -p %{buildroot}%{_sysconfdir}/ltsp/
mkdir -p %{buildroot}%{_sysconfdir}/ltsp/kickstart/
mkdir -p %{buildroot}%{_sysconfdir}/ltsp/dracut/
mkdir -p %{buildroot}%{_sysconfdir}/init.d/
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_datadir}/ltsp/scripts/
mkdir -p %{buildroot}%{_datadir}/ltsp/scripts.d/
mkdir -p %{buildroot}%{_datadir}/ltsp/chkconfig.d/
mkdir -p %{buildroot}%{_datadir}/ltsp/plugins/
mkdir -p %{buildroot}%{_sysconfdir}/cron.daily/
mkdir -p %{buildroot}%{_localstatedir}/lib/ltsp/swapfiles/
mkdir -p %{buildroot}%{_sysconfdir}/xinetd.d/
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/
mkdir -p %{buildroot}/opt/ltsp
mkdir -p %{buildroot}/opt/ltsp/images

mkdir -p %{buildroot}%{_tftpdir}/ltsp/i386/pxelinux.cfg/
mkdir -p %{buildroot}%{_tftpdir}/ltsp/x86_64/pxelinux.cfg/
mkdir -p %{buildroot}%{_tftpdir}/ltsp/ppc/
mkdir -p %{buildroot}%{_tftpdir}/ltsp/ppc64/

###### client install
pushd client/localapps
    make install DESTDIR=%{buildroot}
popd
install -m 0755 client/init-ltsp %{buildroot}%{_sbindir}/
install -m 0755 client/localapps/ltsp-localappsd %{buildroot}%{_bindir}/
install -m 0755 client/localapps/ltsp-genmenu %{buildroot}%{_bindir}/
install -m 0755 client/localapps/ltsp-remoteapps %{buildroot}%{_bindir}/
install -m 0755 client/localapps/ltsp-remoteappsd %{buildroot}%{_bindir}/
install -m 0755 client/localapps/ltsp-open %{buildroot}%{_bindir}/

install -m 0755 client/getltscfg/getltscfg %{buildroot}%{_bindir}/getltscfg
install -m 0644 client/getltscfg/getltscfg.1 %{buildroot}%{_mandir}/man1/
install -m 0644 client/initscripts/ltsp-init-common %{buildroot}%{_datadir}/ltsp/
install -m 0644 common/ltsp-common-functions %{buildroot}%{_datadir}/ltsp/ltsp-client-common-functions
install -m 0755 client/Fedora/initscripts/ltsp-client-launch %{buildroot}%{_sbindir}
install -m 0644 client/k12linux/rwtab.d/k12linux.rwtab %{buildroot}%{_sysconfdir}/rwtab.d
install -m 0755 client/jetpipe/jetpipe %{buildroot}%{_sbindir}
install -m 0644 client/jetpipe/jetpipe.8 %{buildroot}%{_mandir}/man8/
install -m 0755 client/k12linux/scripts/ltsp-rewrap-latest-kernel %{buildroot}%{_sbindir}
install -m 0700 client/k12linux/chroot-setup/ltsp-chroot-setup %{buildroot}%{_datadir}/ltsp/
install -m 0755 client/localapps/ldm-rc.d/* %{buildroot}%{_datadir}/ldm/rc.d/
cp -av client/k12linux/chroot-setup/* %{buildroot}%{_datadir}/ltsp/chroot-setup.d/
cp -av client/share/ltsp %{buildroot}%{_datadir}/
cp -av client/k12linux/template/* %{buildroot}%{_datadir}/ltsp/template/
cp -av client/localapps/ldm-rc.d/* %{buildroot}%{_datadir}/ldm/rc.d/.
touch %{buildroot}%{_sysconfdir}/lts.conf
touch %{buildroot}%{_localstatedir}/lib/random-seed
# We need these files in both in client and server, but it ends up in the same place.
# client copy is to ensure that it gets upgraded with ltsp-client package upgrades.
# server copy is so chroot-creator can copy it into the chroot before mkinitrd runs the first time.
# the real client copy is written during ltsp-client %post iff it is actually a client chroot.
install -m 0644 server/k12linux/configs/dracut/sysconfig-mkinitrd %{buildroot}%{_sysconfdir}/sysconfig/mkinitrd.ltsp-template
install -m 0755 server/k12linux/configs/dracut/ltsp-postinst.d %{buildroot}%{_sysconfdir}/kernel/postinst.d/ltsp
install -m 0755 server/k12linux/configs/dracut/ltsp-prerm.d    %{buildroot}%{_sysconfdir}/kernel/prerm.d/ltsp

### server install
install -m 0755 client/localapps/ltsp-localapps %{buildroot}%{_bindir}/
install -m 0755 server/ltsp-info %{buildroot}%{_sbindir}/
install -m 0755 server/ltsp-chroot %{buildroot}%{_sbindir}/
install -m 0755 server/nbdrootd %{buildroot}%{_sbindir}
install -m 0755 server/nbdswapd %{buildroot}%{_sbindir}
install -m 0755 server/ltsp-update-sshkeys %{buildroot}%{_sbindir}
install -m 0755 server/ltsp-build-client %{buildroot}%{_sbindir}
cp -pr server/share/ltsp/plugins/* %{buildroot}%{_datadir}/ltsp/plugins/
cp server/share/ltsp/ltsp-server-functions %{buildroot}%{_datadir}/ltsp/ltsp-server-functions
install -m 0644 common/ltsp-common-functions %{buildroot}%{_datadir}/ltsp/ltsp-server-common-functions
install -m 0755 server/ltsp-update-kernels %{buildroot}%{_sbindir}
install -m 0755 server/k12linux/scripts/ltsp-update-image %{buildroot}%{_sbindir}
install -m 0755 server/k12linux/scripts/chroot-creator %{buildroot}%{_sbindir}
install -m 0755 server/ltsp-swapfile-delete %{buildroot}%{_sbindir}
ln -s ../../%{_sbindir}/ltsp-swapfile-delete %{buildroot}%{_sysconfdir}/cron.daily/ltsp-swapfile-delete
install -m 0644 server/nbdrootd %{buildroot}%{_sysconfdir}/xinetd.d/
install -m 0644 server/nbdswapd %{buildroot}%{_sysconfdir}/xinetd.d/
install -m 0644 server/configs/nbdswapd.conf %{buildroot}%{_sysconfdir}/ltsp/
install -m 0644 server/configs/ltsp-update-image.excludes %{buildroot}%{_sysconfdir}/ltsp/
#cp -pr server/configs/kickstart/* %{buildroot}%{_sysconfdir}/ltsp/kickstart/
install -m 0644 server/k12linux/configs/dracut/ifcfg-eth0 %{buildroot}%{_sysconfdir}/ltsp/dracut/
install -m 0644 server/k12linux/configs/dracut/sysconfig-dracut %{buildroot}%{_sysconfdir}/ltsp/dracut/
install -m 0644 server/k12linux/configs/dracut/sysconfig-network %{buildroot}%{_sysconfdir}/ltsp/dracut/
install -m 0755 server/k12linux/configs/dracut/ltsp-postinst.d %{buildroot}%{_sysconfdir}/ltsp/dracut/
install -m 0644 server/Fedora/configs/services/sysconfig-ltsp-dhcpd %{buildroot}%{_sysconfdir}/sysconfig/ltsp-dhcpd
install -m 0755 server/Fedora/configs/services/ltsp-dhcpd.init %{buildroot}%{_sysconfdir}/init.d/ltsp-dhcpd
install -m 0755 server/k12linux/scripts/ltsp-prepare-kernel %{buildroot}%{_sbindir}/
install -m 0755 server/k12linux/scripts/ltsp-server-initialize %{buildroot}%{_sbindir}/
install -m 0755 server/k12linux/scripts/hosts-update %{buildroot}%{_datadir}/ltsp/scripts/
install -m 0755 server/k12linux/scripts/dhcpd-update %{buildroot}%{_datadir}/ltsp/scripts/
cp -p server/k12linux/scripts/scripts.d/*   %{buildroot}%{_datadir}/ltsp/scripts.d/
cp -p server/k12linux/scripts/chkconfig.d/* %{buildroot}%{_datadir}/ltsp/chkconfig.d/
install -m 0644 server/k12linux/scripts/mksquashfs-exclude %{buildroot}%{_datadir}/ltsp/

# Remove irrelevant plugins from package
rm -rf %{buildroot}%{_datadir}/ltsp/plugins/ltsp-build-client/ALTLinux/
rm -rf %{buildroot}%{_datadir}/ltsp/plugins/ltsp-build-client/Debian/
rm -rf %{buildroot}%{_datadir}/ltsp/plugins/ltsp-build-client/Gentoo/
rm -rf %{buildroot}%{_datadir}/ltsp/plugins/ltsp-build-client/SUSE_LINUX/
rm -rf %{buildroot}%{_datadir}/ltsp/plugins/ltsp-build-client/Ubuntu/

# configs
install -m 0644 server/k12linux/configs/ifcfg-ltspbr0 %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/
install -m 0644 server/k12linux/configs/ltsp-dhcpd.conf %{buildroot}%{_sysconfdir}/ltsp/dhcpd.conf
install -m 0644 server/k12linux/configs/ltsp-update-kernels.conf %{buildroot}%{_sysconfdir}/ltsp/
install -m 0644 server/k12linux/configs/ltsp-build-client.conf %{buildroot}%{_sysconfdir}/ltsp/
install -m 0644 server/k12linux/configs/ltsp-server.conf %{buildroot}%{_sysconfdir}/ltsp/

for arch in i386 x86_64 ppc ppc64; do
    install -m 0644 server/k12linux/configs/lts.conf %{buildroot}%{_tftpdir}/ltsp/$arch/
done

install -m 0644 server/k12linux/configs/ltspdist.template %{buildroot}%{_sysconfdir}/sysconfig/ltspdist

# PXE
install -m 0644 server/k12linux/configs/pxe-default.conf %{buildroot}%{_tftpdir}/ltsp/i386/pxelinux.cfg/default
install -m 0644 server//k12linux/configs/pxe-default.conf %{buildroot}%{_tftpdir}/ltsp/x86_64/pxelinux.cfg/default
%ifarch %{ix86} x86_64
install -m 0644 /usr/lib/syslinux/pxelinux.0 %{buildroot}%{_tftpdir}/ltsp/i386
install -m 0644 /usr/lib/syslinux/pxelinux.0 %{buildroot}%{_tftpdir}/ltsp/x86_64
%endif

# PPC
install -m 0644 server/k12linux/configs/yaboot-default.conf %{buildroot}%{_tftpdir}/ltsp/ppc/yaboot.conf
install -m 0644 server/k12linux/configs/yaboot-default.conf %{buildroot}%{_tftpdir}/ltsp/ppc64/yaboot.conf

%ifarch %{ix86} x86_64
# vmclient
install -m 0755 obsolete/qemu-kvm-client/ltsp-vmclient           %{buildroot}%{_sbindir}/
install -m 0755 obsolete/qemu-kvm-client/ltsp-qemu-bridge-ifup   %{buildroot}%{_sbindir}/
install -m 0644 obsolete/qemu-kvm-client/config-vmclient         %{buildroot}%{_sysconfdir}/ltsp/vmclient
%endif


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.4.4-3
+ Revision: 33c4482
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2779 |14cr|ltspfs-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Tool used to mount local media on an Xterminal from the terminals serveur
Name:		ltspfs
Version:	1.3
Release:	3
License:	GPLv2+
Group:		System/Servers
Url:		http://wiki.ltsp.org/twiki/bin/view/Ltsp/LtspFS
Source0:	http://ftp.fr.debian.org/debian/pool/main/l/ltspfs/%{name}_%{version}.orig.tar.gz
BuildRequires:	fuse
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(x11)
Requires:	fuse

%description
ltspfs is a remote filesystem consisting of two parts:
  1) A network server daemon that runs on the LTSP terminal.
  2) A FUSE module that runs in user-space on the server, that connects with
     the daemon on the client.

The goals of ltspfs are:

   1. Provide a lightweight file access mechanism that will be feasable on
      lower end hardware.
   2. Provide a stateless file access method that will feature "atomic" reads
      and writes to minimize impact from client network disruptions.
   3. Provide a network filesystem that handles client reboots and
      disconnections in a manner that doesn't leave inaccesible, unmountable
      filesystems on the LTSP server.
   4. Provide a network filesystem that can easily handle the oddities of
      dealing with removable media, and integrate well with udev (LTSP's
      preferred device handling support).

%files
%doc COPYING ChangeLog
%{_bindir}/ltspfs
%attr(4755,root,root) %{_bindir}/lbmount
%{_sbindir}/ltspfsmounter
%{_mandir}/man1/ltspfs.1*
%{_mandir}/man1/lbmount.1*
%{_mandir}/man1/ltspfsmounter.1*

#----------------------------------------------------------------------------

%package -n ltspfsd
Summary:	LTSP file system, userspace FUSE module that runs on a server
Group:		System/Servers
Requires:	x11-tools
Requires:	x11-util-cf-files
Requires:	x11-util-macros
Requires:	x11-util-modular

%description -n ltspfsd
Fuse based remote filesystem daemon for LTSP thin clients
 LtspFS is a remote filesystem consisting of two parts:
 1) A network server daemon that runs on the LTSP terminal.
 2) A FUSE module that runs in userspace on the server, that connects with
 the daemon on the client.
 This package contains the daemon to be run on the LTSP thin client.

%files -n ltspfsd
%{_bindir}/ltspfsd
%{_sbindir}/ltspfs_mount
%{_sbindir}/ltspfs_umount
/lib/udev/rules.d/88-ltsp.rules
/lib/udev/ltspfs_entry
%{_datadir}/ldm/
%{_datadir}/ltsp/xinitrc.d/I05-set-ltspfs_token
%{_mandir}/man1/ltspfsd.1*
%{_mandir}/man1/ltspfs_mount.1*
%{_mandir}/man1/ltspfs_umount.1*
%dir %{_localstatedir}/run/devices/

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make LIBS="-ltirpc"

%install
mkdir -p %{buildroot}%{_localstatedir}/run/devices/
%makeinstall_std

mkdir -p %{buildroot}/lib/udev/rules.d/
mv %{buildroot}%{_datadir}/ltspfs/udev/ltspfsd.rules %{buildroot}/lib/udev/rules.d/88-ltsp.rules


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3-3
+ Revision: 72a6a68
- Build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2780 |14cr|ltsp-hwlists-0.02-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LTSP hardware lists
Name:		ltsp-hwlists
Version:	0.02
Release:	6
License:	GPLv2+
Group:		System/Servers
Url:		http://www.ltsp.org
Source0:	pci_scan-lists.tar.bz2
BuildArch:	noarch

%description
This package contains LTSP hardware lists for use with pci_scan. It includes a
network card list, video card list, sound card list and usb controller list.

%files
%config(noreplace) %{_sysconfdir}/audiolist
%config(noreplace) %{_sysconfdir}/audiolist.alsa
%config(noreplace) %{_sysconfdir}/audiolist.bestdriver
%config(noreplace) %{_sysconfdir}/niclist
%config(noreplace) %{_sysconfdir}/usblist
%config(noreplace) %{_sysconfdir}/vidlist

#----------------------------------------------------------------------------

%prep
%setup -q -c -T -a0

%build

%install
install -d %{buildroot}%{_sysconfdir}

install -m0644 audiolist %{buildroot}%{_sysconfdir}
install -m0644 audiolist.alsa %{buildroot}%{_sysconfdir}
install -m0644 audiolist.bestdriver %{buildroot}%{_sysconfdir}
install -m0644 niclist %{buildroot}%{_sysconfdir}
install -m0644 usblist %{buildroot}%{_sysconfdir}
install -m0644 vidlist %{buildroot}%{_sysconfdir}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.02-6
+ Revision: 121229e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2781 |14cr|ltsp-utils-0.25-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Linux Terminal Server Project (ltsp.org) utilities
Name:		ltsp-utils
Version:	0.25
Release:	4
License:	GPLv2+
Group:		System/Servers
Url:		http://www.ltsp.org
Source0:	http://ltsp.mirrors.tds.net/pub/ltsp/utils/%{name}-%{version}-0.tgz
Requires:	nfs-utils
Requires:	tftp-server
Requires:	perl(Digest::MD5)
Requires:	perl(LWP)
Requires:	perl(Term::Cap)
Requires:	perl(URI)
BuildArch:	noarch

%description
This package includes the following utilities for LTSP server:
  ltspadmin   For installing and managing the packages
              on an LTSP server.
  ltspcfg     For configuring the services on an LTSP server.
  ltspinfo    For querying the workstation, to learn things,
              such as which sound daemon is being used.

%files
%doc ChangeLog notes.txt COPYING
%{_bindir}/ltspinfo
%{_sbindir}/ltspadmin
%{_sbindir}/ltspcfg

#----------------------------------------------------------------------------

%prep
%setup -n %{name}

%build

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_bindir}
install ltspadmin ltspcfg %{buildroot}%{_sbindir}
install ltspinfo %{buildroot}%{_bindir}


%changelog
* Wed Sep 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.25-4
+ Revision: cd78edf
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2782 |14cr|ltxml-1.2.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define name	ltxml
%define version	1.2.9
%define release	2
%define major	1
%define libname	%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

%define automake_version %(automake --version | awk '/^automake/ {print $4}')

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	High-speed C-language validating XML parser
License:	GPL
Group:		File tools
Url:		http://www.ltg.ed.ac.uk/software/xml
Source0:	ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/%{name}-%{version}.tar.gz
BuildRequires:  zlib-devel

%description
LT XML is an integrated set of XML tools and a developers' tool-kit,
including a C-based API. The release now available will run on UNIX and
WIN32.
The LT XML tool-kit includes stand-alone tools for a wide range
of processing of well-formed XML documents, including searching and
extracting, down-translation (e.g. report generation, formatting),
tokenising and sorting. 

%package -n %{develname}
Summary:    Development header files for %{name}
Group:      Development/C
Requires:   %{name} = %{version}-%{release}
Provides:   %{name}-devel = %{version}-%{release}
Obsoletes:  %mklibname %{name} -d 1

%description -n %{develname}
Libraries, include files and other resources you can use to develop
%{name} applications.

%prep
%setup -q

%build
cd XML

sed -e '/CFLAGS=/s:-g::' \
	-e '/CFLAGS=/s:-O2::' \
	-i configure || die

autoreconf -fi
%configure2_5x
%make all

%install
cd XML && %makeinstall \
    datadir=%{buildroot}%{_datadir}/%{name} \
    includedir=%{buildroot}%{_includedir}/%{name}

%files
%{_datadir}/%{name}

%files -n %{develname}
%{_libdir}/*.a
%{_includedir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.9-2
+ Revision: 27a6b48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2783 |14cr|lua5.0-5.0.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	5.0
%define	libname %mklibname lua %{major}
%define alt_priority %(echo %{major} | sed -e 's/[^0-9]//g')

Summary:	Powerful, light-weight programming language
Name:		lua5.0
Version:	5.0.3
Release:	11
License:	MIT
URL:		http://www.lua.org/
Group:		Development/Other
Source0:	http://www.lua.org/ftp/lua-%{version}.tar.bz2
Patch0:		lua-config.patch
Patch1:		lua-lbaselib.patch
Patch2:		lua-default.patch
Patch3:		lua-soname.patch
# Provides:	lua = %{version}-%{release}

%description
Lua is a programming language originally designed for extending applications, 
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data 
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management, making it ideal for configuration, scripting, and rapid
prototyping. Lua is implemented as a small library of C functions, written in 
ANSI C, and compiles unmodified in all known platforms. The implementation
goals are simplicity, efficiency, portability, and low embedding cost.

%package -n	%{libname}
Summary:	Powerful, light-weight programming language
Group:		System/Libraries

%description -n	%{libname}
Lua is a programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management, making it ideal for configuration, scripting, and rapid
prototyping. Lua is implemented as a small library of C functions, written in
ANSI C, and compiles unmodified in all known platforms. The implementation
goals are simplicity, efficiency, portability, and low embedding cost.

This package includes the libraries.


%package -n	%{libname}-devel
Summary:	Powerful, light-weight programming language
Group:		Development/Other
Requires:	%{libname} = %{version}
# to have the same provides on all arches
Provides:	lua%{major}-devel = %{version}-%{release}
# conflict with other versions
Conflicts:	lua-devel

%description -n	%{libname}-devel
Lua is a programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management, making it ideal for configuration, scripting, and rapid
prototyping. Lua is implemented as a small library of C functions, written in
ANSI C, and compiles unmodified in all known platforms. The implementation
goals are simplicity, efficiency, portability, and low embedding cost.

This package contains the headers and development files for lua.


%package -n	%{libname}-devel-static
Summary:	Powerful, light-weight programming language
Group:		Development/Other
Requires:	%{libname}-devel = %{version}
# to have the same provides on all arches
Provides:	lua%{major}-devel-static = %{version}-%{release}
# conflict with other versions
Conflicts:	lua-devel-static

%description -n	%{libname}-devel-static
Lua is a programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management, making it ideal for configuration, scripting, and rapid
prototyping. Lua is implemented as a small library of C functions, written in
ANSI C, and compiles unmodified in all known platforms. The implementation
goals are simplicity, efficiency, portability, and low embedding cost.

This package contains the headers and development files for lua.


%prep
%setup -q -n lua-%{version}

%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p0 -b .soname

%build

%ifarch x86_64
fpic="-fPIC"
%endif
%make MYCFLAGS="$RPM_OPT_FLAGS ${fpic}" MYLDFLAGS="%{?ldflags}"
make so

%install
rm -rf %{buildroot}

%makeinstall_std INSTALL_LIB=%buildroot%_libdir
install -d %{buildroot}%{_libdir}/lua/%{major}/
install -d %{buildroot}%{_datadir}/lua/%{major}/
install -m 755 lib/*.so.* %{buildroot}%{_libdir}/
cp -a lib/*.so %{buildroot}%{_libdir}/
install -m 644 lib/*.lua %{buildroot}%{_datadir}/lua/%{major}/

# for update-alternatives
mv %{buildroot}/%{_bindir}/lua %{buildroot}/%{_bindir}/lua%{major}
mv %{buildroot}/%{_bindir}/luac %{buildroot}/%{_bindir}/luac%{major}

# to avoid conflict with other versions
mv %{buildroot}/%{_mandir}/man1/lua.1 %{buildroot}/%{_mandir}/man1/lua%{major}.1
mv %{buildroot}/%{_mandir}/man1/luac.1 %{buildroot}/%{_mandir}/man1/luac%{major}.1

%post
/usr/sbin/update-alternatives --install %{_bindir}/lua lua %{_bindir}/lua%{major} %{alt_priority} --slave %{_bindir}/luac luac %{_bindir}/luac%{major}

%files
%doc COPYRIGHT HISTORY INSTALL MANIFEST README
%doc doc/*.html doc/*.gif
%{_bindir}/*
%dir %{_libdir}/lua
%{_libdir}/lua/%{major}
%{_datadir}/lua/%{major}/*.lua
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{libname}-devel
%{_includedir}/*
%{_libdir}/*.so

%files -n %{libname}-devel-static
%{_libdir}/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.0.3-11
+ Revision: 165ae12
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2784 |14cr|lua-dbi-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define luaver 5.1
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}
%define oname luadbi

# DBI.lua has a shebang that requires bin/lua directly
%if %{_use_internal_dependency_generator}
%define __noautoreq '.*bin/lua.*'
%else
%define _requires_exceptions bin/lua
%endif

Summary:	Database connectivity for the Lua programming language
Name:		lua-dbi
Version:	0.5
Release:	2
License:	MIT
Group:		Development/Other
Url:		http://code.google.com/p/%{oname}/
Source0:	http://%{oname}.googlecode.com/files/%{oname}.%{version}.tar.gz
# patch to compile with postgresql,
# to send upstream, once a Pgsql ( nanar ) tell me if this is right or not
Patch0:		luadbi-fix_postgresql.diff
Patch1:		luadbi-0.5-pgsql_transaction.patch
Patch2:		luadbi-0.5-postgresql-path.patch
BuildRequires:	lua >= %{luaver}
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(lua) >= %{luaver}
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(sqlite3)
Requires:	lua >= %{luaver}

%description
LuaSQL is a simple interface from Lua to a DBMS. This package of LuaSQL
supports MySQL, SQLite and PostgreSQL databases. You can execute arbitrary SQL
statements and it allows for retrieving results in a row-by-row cursor fashion.

%files
%doc README
%{lualibdir}/DBI.lua

#----------------------------------------------------------------------------

%package sqlite
Summary:	SQLite database connectivity for the Lua programming language
Group:		Development/Other
Requires:	%{name}

%description sqlite
LuaDBI is a simple interface from Lua to a DBMS. This package provides access
to SQLite databases.

%files sqlite
%{lualibdir}/dbdsqlite3.so

#----------------------------------------------------------------------------

%package mysql
Summary:	MySQL database connectivity for the Lua programming language
Group:		Development/Other
Requires:	%{name}

%description mysql
LuaDBI is a simple interface from Lua to a DBMS. This package provides access
to MySQL databases.

%files mysql
%{lualibdir}/dbdmysql.so

#----------------------------------------------------------------------------

%package postgresql
Summary:	PostgreSQL database connectivity for the Lua programming language
Group:		Development/Other
Requires:	%{name}

%description postgresql
LuaDBI is a simple interface from Lua to a DBMS. This package provides access
to PostgreSQL databases.

%files postgresql
%{lualibdir}/dbdpostgresql.so

#----------------------------------------------------------------------------

%prep
%setup -c -q -n %{oname}-%{version}
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
mkdir -p build
make

%install
mkdir -p %{buildroot}/%{lualibdir}/
cp *so *lua %{buildroot}/%{lualibdir}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-2
+ Revision: 6f19bd1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2785 |14cr|luadoc-3.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define luaver 5.1
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}

Name:           luadoc
Version:        3.0.1
Release:        5
Summary:        Documentation Generator Tool for the Lua language

Group:          Development/Other
License:        MIT
URL:            http://luadoc.luaforge.net/
Source0:        http://luaforge.net/frs/download.php/3185/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:      noarch

Requires:       lua
Requires:       lua-filesystem
Requires:       lua-logging

%description
LuaDoc is a documentation generator tool for Lua source code. It parses the
declarations and documentation comments in a set of Lua source files and
produces a set of XHTML pages describing the commented declarations and
functions.

The output is not limited to XHTML. Other formats can be generated by
implementing new doclets. The format of the documentation comments is also
flexible and can be customized by implementing new taglets.

%prep
%setup -q


%build


%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=$RPM_BUILD_ROOT/%{_prefix} LUA_LIBDIR=$RPM_BUILD_ROOT/%{lualibdir} LUA_DIR=$RPM_BUILD_ROOT/%{luapkgdir} SYS_BINDIR=$RPM_BUILD_ROOT/%{_bindir} LUA_INTERPRETER=%{_bindir}/lua


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc doc/us/*
%doc README
%{luapkgdir}/*
%{_bindir}/luadoc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.1-5
+ Revision: eaeca34
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2786 |14cr|lua-expat-1.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define luaver 5.1
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}
%define oname luaexpat

Summary:	SAX XML parser based on expat, for lua
Name:		lua-expat
Version:	1.2.0
Release:	3
License:	MIT
Group:		Development/Other
Url:		http://www.keplerproject.org/luaexpat/
Source0:	http://luaforge.net/frs/download.php/2469/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(lua) < 5.2

%description
SAX XML parser based on expat, for lua.

%files
%doc README  doc/us/*
%{lualibdir}/*
%{luapkgdir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
perl -pi -e 's/(CFLAGS =)/$1 -fPIC/' config
echo 'LUA_VERSION_NUM=501' >> config
%make

%install
make install \
	LUA_LIBDIR=%{buildroot}%{lualibdir} \
	LUA_DIR=%{buildroot}%{luapkgdir}



%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 1.2.0-3
+ Revision: 3d66ab0
- Force build with lua 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2787 |14cr|luajit-2.0.0-0.beta10.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		2
%define api		5.1
%define libname		%mklibname %{name}-%{api} _%{major}
%define libcommon	%mklibname %{name}-%{api}-common
%define devname		%mklibname %{name}-%{api} -d

%define tarname		LuaJIT
%define beta		beta10

Name:		luajit
Version:	2.0.0
Release:	0.%{beta}.1
Summary:	Just-In-Time Compiler for the Lua programming language
Group:		Development/Other
License:	MIT
Url:		http://luajit.org/luajit.html
# http://luajit.org/download/LuaJIT-2.0.0-beta10.tar.gz
Source:		http://%{name}.org/download/%{tarname}-%{version}-%{beta}.tar.gz
Requires:	%{libcommon} = %{version}-%{release}
Patch0:		luajit-2.0.0-beta10-mga-fix_multiarch_build-luaconf.h.patch

%description
LuaJIT has been successfully used as a scripting middle-ware in games,
3D modelers, numerical simulations, trading platforms and many other
specialty applications.
It combines high flexibility with high performance and an unmatched low
memory footprint: less than 125K for the VM plus less than 85K for the
JIT compiler (on x86).
LuaJIT has been in continuous development since 2005. It is widely considered
to be one of the fastest dynamic language implementations.

%prep
%setup -q -n %{tarname}-%{version}-%{beta}
%patch0 -p0 -b .luajit-2.0.0-beta10-mga-fix_multiarch_build-luaconf.h.patch

%build
%make amalg PREFIX=%{_usr} \
	CCDEBUG=" -g " \
	TARGET_LDFLAGS="%{ldflags}" \
%ifarch x86_64
	TARGET_CFLAGS="%{optflags} -DMULTIARCH_PATH='\"%{_libdir}/\"'"
%else
	TARGET_CFLAGS="%{optflags}" INSTALL_LIB="%{buildroot}%{_libdir}"
%endif

%install
%makeinstall_std PREFIX=%{_usr} INSTALL_LIB=%{buildroot}%{_libdir}

ln -sf %{_bindir}/%{name}-%{version}-%{beta} %{buildroot}%{_bindir}/%{name}
ln -sf %{_libdir}/libluajit-%{api}.so.%{major}.0.0 %{buildroot}%{_libdir}/libluajit-%{api}.so

%files
%doc COPYRIGHT README
%{_bindir}/%{name}-%{version}-%{beta}
%{_bindir}/%{name}
%{_mandir}/man1/luajit.1.xz

%package -n %{libcommon}
Summary:	Just-In-Time Compiler for the Lua programming language
Group:		System/Libraries

%description -n %{libcommon}
LuaJIT has been successfully used as a scripting middle-ware in games,
3D modelers, numerical simulations, trading platforms and many other
specialty applications.
It combines high flexibility with high performance and an unmatched low
memory footprint: less than 125K for the VM plus less than 85K for the
JIT compiler (on x86).
LuaJIT has been in continuous development since 2005. It is widely considered
to be one of the fastest dynamic language implementations.

%files -n %{libcommon}
%{_datadir}/%{name}-%{version}-%{beta}/jit/*.lua

%package -n %{libname}
Summary:	Just-In-Time Compiler for the Lua programming language
Group:		System/Libraries
Requires:	%{libcommon} = %{version}-%{release}

%description -n %{libname}
LuaJIT has been successfully used as a scripting middle-ware in games,
3D modelers, numerical simulations, trading platforms and many other
specialty applications.
It combines high flexibility with high performance and an unmatched low
memory footprint: less than 125K for the VM plus less than 85K for the
JIT compiler (on x86).
LuaJIT has been in continuous development since 2005. It is widely considered
to be one of the fastest dynamic language implementations.

%files -n %{libname}
%{_libdir}/lib%{name}*.so.%{major}*

%package -n %{devname}
Summary:	Just-In-Time Compiler for the Lua programming language
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{tarname}-devel = %{version}-%{release}

%description -n %{devname}
This package contains header files needed by developers.

%files -n %{devname}
%{_includedir}/luajit*/*.h*
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/libluajit*.a
%{_libdir}/libluajit-%{api}.so


%changelog
* Sat Nov 03 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.0.0-0.beta10.1
+ Revision: 4f225be
- Automatic import for version 2.0.0-0.beta10.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2788 |14cr|lua-logging-1.1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define luaver 5.1
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}
%define oname lualogging

Name:           lua-logging
Version:        1.1.4
Release:        5
Summary:        A simple API to use logging features in Lua

Group:          Development/Other
License:        MIT
URL:            http://www.keplerproject.org/lualogging/
Source0:        http://luaforge.net/frs/download.php/2693/%{oname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:       lua >= %{luaver}
Requires:       lua-socket
Requires:       lua-sql
BuildArch:      noarch

%description
LuaLogging provides a simple API to use logging features
in Lua. Its design was based on log4j. LuaLogging currently
supports, through the use of appenders, console, file, email,
socket and sql outputs.

%prep
%setup -q -n %{oname}-%{version}

%build
%make

%install
rm -rf %{buildroot}
make install PREFIX=$RPM_BUILD_ROOT/%{_prefix} LUA_LIBDIR=$RPM_BUILD_ROOT/%{lualibdir} LUA_DIR=$RPM_BUILD_ROOT/%{luapkgdir} SYS_BINDIR=$RPM_BUILD_ROOT/%{_bindir} LUA_INTERPRETER=%{_bindir}/lua


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc doc/us/*
%doc README
%{luapkgdir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.4-5
+ Revision: 6d4dbb1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2789 |14cr|lua-lposix-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define soname posix
%define lua_version 5.1

Summary:	A POSIX library for the Lua programming language
Name:		lua-lposix
Version:	1.0
Release:	5
License:	Public Domain
Group:		Development/Other
Url:		http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/
Source0:	lposix.tar.bz2
Patch0:		luaposix.patch
# From upstream reference (by Funda)
Patch1:		lposix-build-5.1.patch
# Corrects use of obsolete CLK_TCK constant to CLOCKS_PER_SEC - AdamW
# 2008/07 (see http://www.mail-archive.com/debian-glibc@lists.debian.org/msg34448.html )
Patch2:		lposix-clktck.patch
BuildRequires:	pkgconfig(lua) < 5.2

%description
A POSIX module for the Lua programming language.

%files
%doc README
%{_libdir}/lua/%{lua_version}/*.so
%{_datadir}/lua/%{lua_version}/*.lua

#----------------------------------------------------------------------------

%package devel
Summary:	Development header for the lposix LUA module
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
Development header for the lposix LUA module.

%files devel
%{_libdir}/lua/%{lua_version}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q -n %{soname}
%patch0 -p1
%patch1 -p0
%patch2 -p1 -b .clktck

%build
export CFLAGS="%{optflags} -fPIC"
%make

%install
install -d %{buildroot}/%{_datadir}/lua/%{lua_version}
install -d %{buildroot}/%{_libdir}/lua/%{lua_version}
install -m0755 %{soname}.so %{buildroot}%{_libdir}/lua/%{lua_version}
install -m0644 %{soname}.a %{buildroot}/%{_libdir}/lua/%{lua_version}
install -m0644 %{soname}.lua %{buildroot}/%{_datadir}/lua/%{lua_version}
install -m0644 test.lua %{buildroot}/%{_datadir}/lua/%{lua_version}
install -m0644 tree.lua %{buildroot}/%{_datadir}/lua/%{lua_version}


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 1.0-5
+ Revision: 41071b4
- Force build with lua 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2790 |14cr|lua-luafilesystem-1.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define luaver 5.1
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}
%define oname luafilesystem

Summary:	FileSystem Tool for the Lua language
Name:		lua-luafilesystem
Version:	1.4.1
Release:	3
License:	MIT
Group:		Development/Other
Url:		http://www.keplerproject.org/luafilesystem/
Source0:	http://luaforge.net/frs/download.php/3345/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(lua) < 5.2

%description
LuaFileSystem offers a portable way to access the underlying directory
structure and file attributes.

%files
%doc doc/us/*
%doc README
%{lualibdir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
%make

%install
make install \
	PREFIX=%{buildroot}%{_prefix} \
	LUA_LIBDIR=%{buildroot}%{lualibdir} \
	LUA_DIR=%{buildroot}%{luapkgdir} \
	SYS_BINDIR=%{buildroot}%{_bindir} \
	LUA_INTERPRETER=%{_bindir}/lua%{luaver}


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 1.4.1-3
+ Revision: d94f6a3
- Force build with lua 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2791 |14cr|luaposix-5.1.23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name          luaposix
%define soname        posix
%define version       5.1.23
%define major         1
%define release       2
%define libname       %mklibname %{soname} %{major}
%define libname_major %mklibname %{name} %{major}
%define libname_orig  %mklibname %{name}
%define develname     %mklibname %{name} -d
%define lua_version   5.1

Summary:        A POSIX library for the Lua programming language
Name:           %name
Version:        %version
Release:        %release
License:        Public Domain
Group:          Development/Other
URL:            http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/
Source0:        https://github.com/downloads/luaposix/luaposix/%{name}-%{version}.tar.gz
Obsoletes:      %{libname} = %{version}
Obsoletes:      %{libname_orig}
Provides:       %{libname} = %{version}
Provides:       %{libname_orig}

%description
A POSIX library for the Lua programming language.

%package -n     %{libname_major}
Summary:        A POSIX library for the Lua programming language
Group:          Development/Other
Obsoletes:      %{libname_orig}
Provides:       %{libname_orig}
Requires:       liblua%{lua_version}
BuildRequires:  pkgconfig(lua)

%description -n %{libname_major}
A POSIX library for the Lua programming language.

%package -n     %{develname}
Summary:        Static library and header files for the luaposix library
Group:          Development/Other
License:        Public Domain
Requires:       %{libname_major} = %{version}
Obsoletes:	%{libname_major}-devel

%description -n %{develname}
A POSIX library for the Lua programming language.

This package contains the static libluaposix library and its header files
needed to compile applications that use luaposix.

%prep
%setup -q

%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x --libdir=%{_libdir}/lua/%{lua_version}/%{name} \
		--docdir=%{_datadir}/doc/lua/%{lua_version}/%{name} \
		--datadir=%{_datadir}/doc/lua/%{lua_version}/%{name}
%make

%install
%makeinstall_std

%post -n %{libname_major}
cd %{_datadir}/lua/%{lua_version} && rm -f %{soname}.lua && ln default.lua %{soname}.lua

%postun -n %{libname_major}
if [ "$1" = "0" ]; then
  rm -f %{_datadir}/lua/%{lua_version}/%{soname}.lua
fi

%files -n %{libname_major}
%{_libdir}/lua/%{lua_version}/%{name}/*.so
%{_defaultdocdir}/lua/%{lua_version}/*

%files -n %{develname}
#%{_libdir}/lua/%{lua_version}/*.so
#%{_libdir}/lua/%{lua_version}/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.1.23-2
+ Revision: b736e12
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2792 |14cr|luaposix-5.1.23-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lua_version 5.1

Summary:	A POSIX library for the Lua programming language
Name:		luaposix
Version:	5.1.23
Release:	5
License:	Public Domain
Group:		Development/Other
Url:		http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/
Source0:	https://github.com/downloads/luaposix/luaposix/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(lua) < 5.2
Conflicts:	%{_lib}luaposix1 < 5.1.23-5
Obsoletes:	%{_lib}luaposix1 < 5.1.23-5
Obsoletes:	%{_lib}luaposix-devel < 5.1.23-5

%description
A POSIX library for the Lua programming language.

%files
%{_libdir}/lua/%{lua_version}/%{name}/*.so
%{_defaultdocdir}/lua/%{lua_version}/*

%post
cd %{_datadir}/lua/%{lua_version} && rm -f %{posix}.lua && ln default.lua %{posix}.lua

%postun
if [ "$1" = "0" ]; then
  rm -f %{_datadir}/lua/%{lua_version}/%{posix}.lua
fi

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--libdir=%{_libdir}/lua/%{lua_version}/%{name} \
	--docdir=%{_datadir}/doc/lua/%{lua_version}/%{name} \
	--datadir=%{_datadir}/doc/lua/%{lua_version}/%{name}
%make

%install
%makeinstall_std


%changelog
* Thu Sep 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.1.23-5
+ Revision: 5292f4d
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2793 |14cr|luarocks-2.0.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define luaver 5.1
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}

%define __noautoreq '/usr/bin/lua5.1'

Summary:	Deployment and management system for Lua modules
Name:		luarocks
Version:	2.0.12
Release:	4
License:	MIT
Group:		Development/Other
Url:		http://www.luarocks.org/
Source0:	http://luaforge.net/frs/download.php/3727/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(lua) < 5.2
# The package contains explicit calls to lua5.1 interpreter
Requires:	lua%{luaver}
Requires:	wget

%description
LuaRocks allows you to install Lua modules as self-contained packages called
"rocks", which also contain version dependency information. This information
is used both at install time, so that when one rock is requested all rocks it
depends on are installed as well, and at run time, so that when a module is
required, the correct version is loaded. LuaRocks supports both local and
remote repositories, and multiple local rocks trees.

%files
%{_sysconfdir}/luarocks/config.lua
%{_bindir}/*
%{luapkgdir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

for file in COPYING_7z; do
 sed "s|\r||g" $file > $file.new && \
 touch -r $file $file.new && \
 mv $file.new $file
done


%build
./configure \
	--prefix=/usr \
	--sysconfdir=%{_sysconfdir}/%{name} \
	--rocks-tree=%{lualibdir} \
	--lua-suffix=%{luaver}
make

%install
%makeinstall_std


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 2.0.12-4
+ Revision: 7dfbf7a
- Force build with lua 5.1, shouldn't be noarch package because it uses _libdir



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2794 |14cr|lua-sec-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define luaver 5.1
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}
%define oname luasec

Name:           lua-sec
Version:        0.4
Release:        4
Summary:        OpenSSL binding for Lua
Group:          Development/Other
License:        MIT
URL:            http://www.inf.puc-rio.br/~brunoos/luasec/
Source0:        http://luaforge.net/frs/download.php/4255/%{oname}-%{version}.tar.gz
Patch0:		luasec-0.4-fix-link.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:  lua >= %{luaver}, lua-devel >= %{luaver}
BuildRequires:  openssl-devel 
Requires:       lua >= %{luaver}
Requires:       lua-socket

%description
LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. 
This version delegates to LuaSocket the TCP connection establishment 
between the client and server. Then LuaSec uses this connection to start 
a secure TLS/SSL session.


%prep
%setup -q -n %{oname}-%{version}
%patch0 -p0

%build
#perl -pi -e 's/(CFLAGS =)/$1 -fPIC/' config
#echo 'LUA_VERSION_NUM=501' >> config 
%make  linux

%install
rm -rf %{buildroot}
mkdir -p $RPM_BUILD_ROOT%{lualibdir} $RPM_BUILD_ROOT%{luapkgdir}
make install LUACPATH=$RPM_BUILD_ROOT%{lualibdir} LUAPATH=$RPM_BUILD_ROOT%{luapkgdir}

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CHANGELOG samples/*
%{lualibdir}/*
%{luapkgdir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-4
+ Revision: dd1a615
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2795 |14cr|lua-socket-2.0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lua_version 5.1

Summary:	Network access library for the Lua programming language
Name:		lua-socket
Version:	2.0.2
Release:	6
License:	MIT
Group:		Development/Other
Url:		http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
Source0:	luasocket-%{version}.tar.gz
Patch0:		luasocket-2.0.2-cflags.patch
BuildRequires:	pkgconfig(lua) < 5.2

%description
LuaSocket is a Lua extension library that is composed by two parts: a
C layer that provides support for the TCP and UDP transport layers,
and a set of Lua modules that add support for the SMTP (sending
e-mails), HTTP (WWW access) and FTP (uploading and downloading files)
protocols.

%files
%doc NEW README doc/*
%{_libdir}/lua/%{lua_version}/mime/*.so
%{_libdir}/lua/%{lua_version}/socket/*.so
%{_datadir}/lua/%{lua_version}/*.lua
%{_datadir}/lua/%{lua_version}/socket/*.lua

#----------------------------------------------------------------------------

%prep
%setup -q -n luasocket-%{version}
%patch0 -p1 -b .cflags

%build
export CFLAGS="%{optflags} -fPIC"
%make

%install
%makeinstall_std \
	INSTALL_TOP_SHARE=%{buildroot}%{_datadir}/lua/%{lua_version} \
	INSTALL_TOP_LIB=%{buildroot}%{_libdir}/lua/%{lua_version}


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 2.0.2-6
+ Revision: 8bf5aaf
- Force build with lua 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2796 |14cr|lua-sql-2.1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define luaver 5.1
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}
%define oname luasql

Summary:	Database connectivity for the Lua programming language
Name:		lua-sql
Version:	2.1.1
Release:	9
License:	MIT
Group:		Development/Other
Url:		http://www.keplerproject.org/luasql/
Source0:	http://luaforge.net/frs/download.php/2686/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(sqlite3)
Requires:	lua-sql-sqlite
Requires:	lua-sql-mysql
Requires:	lua-sql-postgresql
Requires:	lua-sql-doc

%description
LuaSQL is a simple interface from Lua to a DBMS. This package of LuaSQL
supports MySQL, SQLite and PostgreSQL databases. You can execute arbitrary SQL
statements and it allows for retrieving results in a row-by-row cursor fashion.

%files

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for LuaSQL
Group:		Documentation

%description doc
LuaSQL is a simple interface from Lua to a DBMS. This package contains the
documentation for LuaSQL.

%files doc
%doc README
%doc doc/us/*

#----------------------------------------------------------------------------

%package sqlite
Summary:	SQLite database connectivity for the Lua programming language
Group:		Development/Other

%description sqlite
LuaSQL is a simple interface from Lua to a DBMS. This package provides access
to SQLite databases.

%files sqlite
%dir %{lualibdir}/luasql
%{lualibdir}/luasql/sqlite3.so

#----------------------------------------------------------------------------

%package mysql
Summary:	MySQL database connectivity for the Lua programming language
Group:		Development/Other

%description mysql
LuaSQL is a simple interface from Lua to a DBMS. This package provides access
to MySQL databases.

%files mysql
%dir %{lualibdir}/luasql
%{lualibdir}/luasql/mysql.so

#----------------------------------------------------------------------------

%package postgresql
Summary:	PostgreSQL database connectivity for the Lua programming language
Group:		Development/Other

%description postgresql
LuaSQL is a simple interface from Lua to a DBMS. This package provides access
to PostgreSQL databases.

%files postgresql
%dir %{lualibdir}/luasql
%{lualibdir}/luasql/postgres.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
make DRIVER_INCS="`pkg-config --cflags sqlite3`" DRIVER_LIBS="`pkg-config --libs sqlite3`" T=sqlite3 DEFS="%{optflags} -fPIC"
make DRIVER_INCS="" DRIVER_LIBS="-lpq" T=postgres DEFS="%{optflags} -fPIC" WARN=
make DRIVER_INCS="-I%{_prefix}/include/mysql" DRIVER_LIBS="-L%{_libdir}/mysql -lmysqlclient" T=mysql DEFS="%{optflags} -fPIC"


%install
make install PREFIX=%{buildroot}%{_prefix} LUA_LIBDIR=%{buildroot}%{lualibdir} LUA_DIR=%{buildroot}%{luapkgdir} T=sqlite3
make install PREFIX=%{buildroot}%{_prefix} LUA_LIBDIR=%{buildroot}%{lualibdir} LUA_DIR=%{buildroot}%{luapkgdir} T=postgres
make install PREFIX=%{buildroot}%{_prefix} LUA_LIBDIR=%{buildroot}%{lualibdir} LUA_DIR=%{buildroot}%{luapkgdir} T=mysql


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 2.1.1-9
+ Revision: 355aa03
- Force build with lua 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2797 |14cr|luasqlmysql-2.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define srcname      luasql
%define soname       postgres
%define lua_version  5.1

Summary:	Simple interface from Lua to MySQL
Name:		luasqlmysql
Version:	2.2.0
Release:	5
License:	MIT
Group:		Development/Other
Url:		http://www.keplerproject.org/luasql/
Source0:	https://github.com/downloads/keplerproject/luasql/%{srcname}-%{version}.tar.gz
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(lua) < 5.2
Conflicts:	%{_lib}luasqlmysql2 < 2.2.0-5
Obsoletes:	%{_lib}luasqlmysql2 < 2.2.0-5

%description
LuaMySQL is a simple interface from Lua to MySQL.

%files
%{_libdir}/lua/%{lua_version}/%{srcname}/*.so
%{_defaultdocdir}/lua/%{lua_version}/%{srcname}/*

%post
cd %{_datadir}/lua/%{lua_version} && rm -f %{soname}.lua && ln default.lua %{soname}.lua

%postun
if [ "$1" = "0" ]; then
  rm -f %{_datadir}/lua/%{lua_version}/%{soname}.lua
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}

%build
%make CFLAGS="%{optflags} -fPIC"

%install
strip src/%{soname}.so
mkdir -p  %{buildroot}%{_libdir}/lua/%{lua_version}
make install LUA_LIBDIR=%{buildroot}%{_libdir}/lua/%{lua_version}

install -d %{buildroot}/%{_datadir}/lua/%{lua_version}
install -d %{buildroot}/%{_defaultdocdir}/lua/%{lua_version}/%{srcname}
cp -r doc/  %{buildroot}%{_defaultdocdir}/lua/%{lua_version}/%{srcname}


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 2.2.0-5
+ Revision: 5e9c251
- Force build with lua 5.1, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2798 |14cr|luciole-0.8.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A stop motion software for animation movie realization
Name:		luciole
Version:	0.8.2
Release:	3
License:	GPLv3
Group:		Video
Source0:	http://launchpad.net/luciole/0.8/0.8.2/+download/%{name}_%{version}.tar.gz
Patch0:		luciole-0.8.2-use-system-default-theme.patch
Url:		http://festival.inattendu.org/Luciole
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	desktop-file-utils
Requires:	pygtk2.0
Requires:	python-imaging
Requires:	gnome-python
Requires:	python-dbus
Requires:	gstreamer0.10-python
Requires:	pygtk2.0-libglade
Requires:	imagemagick
Requires:	mencoder
Requires:	ffmpeg
Requires:	mjpegtools
Requires:	gstreamer0.10-plugins-base
Requires:	gstreamer0.10-plugins-good
Suggests:	gtk-theme-clearlooks
Suggests:	murrine

%description
Luciole is a stop motion software for animation movie realization. It can make
live capture of images from external devices as webcam or DV cam.

%prep
%setup -q -n %{name}_%{version}
%patch0 -p0 -b .default-theme

%install
rm -rf %{buildroot}

#remove unneeded files
rm -f po/luciole*.po*
rm -f po/POTFILES.in po/createpot.py

mkdir -p %{buildroot}%{_datadir}/%{name}
cp -rp images luciole.py templates ui luciole_lint.rc lucioLib po sounds themes _version.py %{buildroot}%{_datadir}/%{name}

#create executable
cat > luciole  <<EOF
#!/bin/sh
 cd /usr/share/luciole
 exec python luciole.py
EOF
mkdir -p %{buildroot}%{_bindir}
install -m 755 luciole %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install	--remove-key=Encoding \
			--dir %{buildroot}%{_datadir}/applications \
			luciole.desktop

mkdir -p %{buildroot}%{_datadir}/pixmaps
cp -p images/luciole.xpm %{buildroot}%{_datadir}/pixmaps/


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root)
%doc COPYING RELEASE
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-3
+ Revision: e88f035
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2799 |14cr|luckybackup-0.4.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name luckybackup
%define version 0.4.7

Summary:	A powerful, fast and reliable backup & sync tool
Name:		%{name}
Version:	%{version}
Release:	2
License:	GPLv3
Url:		http://luckybackup.sourceforge.net/
Group:		Archiving/Backup
Source0:	http://prdownloads.sourceforge.net/sourceforge/luckybackup/luckybackup-%{version}.tar.gz
Patch0:		remove_old_menu_file.patch
BuildRequires:	qt4-devel
Requires:	rsync

%description
luckyBackup is an application that backs-up and/or synchronizes any 
directories with the power of rsync.

It is simple to use, fast (transfers over only changes made and not 
all data), safe (keeps your data safe by checking all declared directories 
before proceeding in any data manipulation ), reliable and fully customizable.

%prep
%setup -q
%patch0 -p1

%build
qmake

%make

%install
%makeinstall INSTALL_ROOT=%{buildroot} install

%files
%{_bindir}/%{name}
%{_datadir}/applications/*
%{_datadir}/%{name}/translations/*
%{_datadir}/pixmaps/%{name}.*
%{_mandir}/man8/*
%{_defaultdocdir}/%{name}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.7-2
+ Revision: 5a67f0d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2800 |14cr|luks-tools-0.0.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Utilities for working with LUKS-protected filesystems
Name: luks-tools
Version: 0.0.14
Release: 2
License: GPL
Group: File tools
Source0: http://www.flyn.org/projects/%name/%{name}-%{version}.tar.gz
# (fc) 0.0.12-1mdv fix pam-stack deprecated usage
Patch0: luks-tools-0.0.12-fixpamstack.patch
# (fc) 0.0.12-1mdv fix consolehelper file
Patch1: luks-tools-0.0.12-fixconsolehelper.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL: http://www.flyn.org
Requires: cryptsetup-luks
Requires: usermode
# These three are needed for gnome-luks-format - AdamW 2008/02
Requires: python-dbus
Requires: pygtk2.0
Requires: pygtk2.0-libglade
BuildRequires: cryptsetup-luks
BuildRequires: glib2-devel
BuildRequires: libuuid-devel

%description
The luks-tools package contains various utilities for working with 
LUKS-protected filesystems. HAL uses these utilites to automatically 
mount encrypted volumes when they are attached to a system, provided 
the user can produce the correct passphrase. These utilities are 
written as separate programs to allow MAC systems like SELinux to 
have fine-grained control over them.

luks-format
    A utility that formats a filesystem to contain a LUKS encryption 
    header.

luks-is-encrypted
    A tool that can determine if a filesystem contains a LUKS 
    encryption header.

luks-setup
    A utility that sets up the dm-crypt device map for a partition.

gnome-luks-format
    A GNOME front-end for luks-format.



%prep
%setup -q
%patch0 -p1 -b .fixpamstack
%patch1 -p1 -b .fixconsolehelper

%build
PATH="$PATH:/sbin" %configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

mv $RPM_BUILD_ROOT%{_bindir}/gnome-luks-format $RPM_BUILD_ROOT%{_sbindir}/gnome-luks-format 
ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/gnome-luks-format 

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ
%{_sysconfdir}/pam.d/*
%{_sysconfdir}/security/console.apps/*
%{_datadir}/luks-tools/*
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.14-2
+ Revision: 73a4e98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2801 |14cr|luma-3.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		luma
Summary:	LDAP browser, utility and more
Version:	3.0.7
Release:	4
Epoch:		1
Source0:	%{name}-%{version}.tar.gz
URL:		http://luma.sourceforge.net/
License:	GPL
Group:		System/Configuration/Other
Requires:	python-qt4 >= 4.8
Requires:	python-ldap >= 2.3
Requires:	sip-api(%{sip_api_major}) = %{sip_api}
Requires:	py-smbpasswd
BuildRequires:  python-devel
BuildRequires:  python-sip
BuildArch:	noarch

%description
Luma is a graphical utility for accessing and managing data
stored on LDAP servers. It is written in Python, using PyQt
and python-ldap. Plugin-support is included and useful
widgets with LDAP-functionality for easy creation of plugins
are delivered.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/%{name}
%{py_puresitedir}/%{name}
%{py_puresitedir}/%{name}-%{version}-py*.egg-info
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.0.7-4
+ Revision: f4add02
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2802 |14cr|luminance-hdr-2.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A graphical tool for creating and tone-mapping HDR images
Name:		luminance-hdr
Version:	2.4.0
Release:	2
License:	GPLv2+
Group:		Graphics
Url:		http://qtpfsgui.sourceforge.net/
Source0:	http://downloads.sourceforge.net/qtpfsgui/%{name}-%{version}%{?pre:-%pre}.tar.bz2
Patch0:		luminance-hdr-2.4.0-desktop_file_fix.patch
BuildRequires:	cmake
BuildRequires:	qt5-linguist-tools
BuildRequires:	boost-devel
BuildRequires:	gomp-devel
BuildRequires:	jpeg-devel
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libraw)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(zlib)
Requires:	qt4-database-plugin-sqlite

%description
Luminance is a graphical program for assembling bracketed photos into High
Dynamic Range (HDR) images. It also provides a number of tone-mapping
operators for creating low dynamic range versions of HDR images.

%files
%doc AUTHORS Changelog LICENSE README TODO
%{_bindir}/%{name}
%{_bindir}/%{name}-cli
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .desktop-fix

# fix inconsistant newlines
sed -i 's/\r//' Changelog

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.0-2
+ Revision: 1603fe0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2803 |14cr|lunzip-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lunzip
Summary:	Decompressor for lzip files
Version:	1.1
Release:	2
License:	GPLv3+
Group:		Archiving/Compression
URL:		http://www.nongnu.org/lzip/lunzip.html
Source0:	http://download.savannah.gnu.org/releases/lzip/%{name}-%{version}.tar.lz
BuildRequires:	lzip

%description
Lunzip is a decompressor for lzip files. It is written in C and its small size
makes it well suited for embedded devices or software installers that need
to decompress files but do not need compression capabilities.

Lunzip replaces every file given in the command line with a decompressed
version of itself. Each decompressed file has the same modification date,
permissions, and, when possible, ownership as the corresponding compressed
file. Lunzip is able to read from some types of non regular files
if the "--stdout" option is specified.

If no file names are specified, lunzip decompresses from standard input
to standard output. In this case, lunzip will decline to read compressed input
from a terminal.

Lunzip will correctly decompress a file which is the concatenation of two
or more compressed files. The result is the concatenation of the corresponding
uncompressed files. Integrity testing of concatenated compressed files is also
supported.

The amount of memory required by lunzip to decompress a file is only a few tens
of KiB larger than the dictionary size used to compress that file. 

%prep
%setup -q

%build
%configure
%make

%check
make check

%install
%makeinstall_std

%files
%{_bindir}/lunzip
%{_mandir}/man1/lunzip.1*
%doc AUTHORS ChangeLog NEWS README



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: ac16ebe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2804 |14cr|luola-1.3.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	luola
%define version	1.3.2
%define release	7
%define Summary	Fly a small V shaped ship in a 2D arcade game

Summary:	%{Summary}
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://www.luolamies.org/software/luola/%{name}-%{version}.tar.bz2
Source1:    http://luolamies.org/software/luola/stdlevels-6.0.tar.gz
License:	GPLv2+
Group:		Games/Arcade
URL:		http://www.luolamies.org/software/luola/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	imagemagick SDL-devel SDL_image-devel SDL_mixer-devel
BuildRequires:	zlib-devel
%description
Luola is a 2D arcade game where you fly a small V shaped ship in different
kinds of levels. It's genre "Luolalentely" (Cave-flying) is (or was) very
popular in Finland. Though cavern-flying games are not originally
Finnish, nowdays most of them are.

%prep
%setup -q
tar -xf %{SOURCE1} -C data/levels

%build
export LDFLAGS="-lm"
%configure2_5x	--bindir=%{_gamesbindir} --enable-sdl-gfx --datadir=%{_gamesdatadir} --enable-sound
%make

%install
%{makeinstall_std} datadir=%{_gamesdatadir}
install -m644 data/levels/*.{png,lev} %{buildroot}%_gamesdatadir/%name/levels/

#Menu items
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Categories=Game;ArcadeGame;
Name=Luola
Comment=%{Summary}
EOF
#Icons
install -d %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert -size 32x32 %{name}.png %{buildroot}%{_iconsdir}/%{name}.png
convert -size 48x48 %{name}.png %{buildroot}%{_liconsdir}/%{name}.png
convert -size 16x16 %{name}.png %{buildroot}%{_miconsdir}/%{name}.png

%files
%defattr(-, root, root)
%doc README AUTHORS
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-7
+ Revision: 05db694
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2805 |14cr|lv2-1.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:       lv2
Version:    1.10.0
Release:    2
Summary:    Audio Plugin Standard
Group:      System/Libraries

# lv2specgen template.html is CC-AT-SA
License:    ISC
URL:        http://lv2plug.in
Source0:    http://lv2plug.in/spec/lv2-%{version}.tar.bz2
Source1:    lv2.sh.bz2
Source2:    lv2.csh.bz2

# this package replaces lv2core
Provides:   lv2core = 6.0-4
Obsoletes:  lv2core < 6.0-4
Provides:   lv2-ui = 2.4-5
Obsoletes:  lv2-ui < 2.4-5

%description
LV2 is a standard for plugins and matching host applications, mainly
targeted at audio processing and generation.

There are a large number of open source and free software synthesis
packages in use or development at this time. This API ('LV2') attempts
to give programmers the ability to write simple 'plugin' audio
processors in C/C++ and link them dynamically ('plug') into a range of
these packages ('hosts').  It should be possible for any host and any
plugin to communicate completely through this interface.

LV2 is a successor to LADSPA, created to address the limitations of
LADSPA which many hosts have outgrown.

%package devel
Summary:    API for the LV2 Audio Plugin Standard
Group:      Development/C

Requires:   %{name}%{?_isa} = %{version}-%{release}
Provides:   lv2core-devel = 6.0-4
Obsoletes:  lv2core-devel < 6.0-4
Provides:   lv2-ui-devel = 2.4-5
Obsoletes:  lv2-ui-devel < 2.4-5

BuildRequires:  pkgconfig(sndfile) >= 1.0.0

%description devel
lv2-devel contains the lv2.h header file and headers for all of the
LV@ specification extensions and bundles.

Definitive technical documentation on LV2 plug-ins for both the host
and plug-in is contained within copious comments within the lv2.h
header file.

%prep
%setup -q

%build
./waf configure -vv --prefix=%{_prefix} --libdir=%{_libdir} --debug --no-plugins
./waf -vv %{?_smp_mflags}

%install
DESTDIR=%{buildroot} ./waf -vv install
install -d -m 755 %buildroot%_sysconfdir/profile.d
bzcat %SOURCE1 > %buildroot%_sysconfdir/profile.d/lv2.sh
bzcat %SOURCE2 > %buildroot%_sysconfdir/profile.d/lv2.csh

%files
%doc COPYING NEWS README
%{_libdir}/%{name}/*/*.[ch]
%{_libdir}/%{name}/*/*.ttl
%{_bindir}/lv2specgen.py
%{_datadir}/lv2specgen/*
%attr(644,root,root) %_sysconfdir/profile.d/lv2*sh

%files devel
%{_includedir}/%{name}.h
%{_includedir}/%{name}/
%{_libdir}/pkgconfig/lv2core.pc
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Sun Aug 31 2014 emuse <goemusic@yahoo.fr> 1.10.0-2
+ Revision: 00f1c70
- Added profile.d scripts for LV2_PATH definition
- o Rosa installs LV2 plugins in non-standard path /usr/lib64 on 64bit systems,
- although plugins are not arch dependent



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2806 |14cr|lv2-c++-tools-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	A LV2 Development SDK
Name:		lv2-c++-tools
Version:	1.0.4
Release:	2
License:	GPLv3+
Group:		Sound
URL:		http://ll-plugins.nongnu.org/hacking.html
Source0:	http://download.savannah.nongnu.org/releases/ll-plugins/%{name}-%{version}.tar.bz2
Patch0:		lv2-c++-tools-boost.patch
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(gtkmm-2.4)

%description
This software package contains libraries and programs that should make it
easier to write LV2 plugins.

%package -n	%{libname}
Summary:	LV2 Development SDK library
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with the %{name} library.

%package -n	%{develname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package contains the header files and libraries needed for
developing programs using the %{name} library.

%prep
%setup -q
%patch0 -p1

# don't invoke ldconfig
perl -pi -e "s|/sbin/ldconfig -n |/bin/true |g" Makefile.template

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" Makefile.template

%build
./configure \
    --prefix=%{_prefix} \
    --libdir=%{_libdir}

%make CFLAGS="%{optflags}" \
    prefix=%{_prefix} \
    libdir=%{_libdir}

%install
%makeinstall_std \
    prefix=%{_prefix} \
    libdir=%{_libdir} \
    pkgdocdir=%{_docdir}/%{name}

%files
%doc %{_docdir}/%{name}
%{_bindir}/lv2peg
%{_bindir}/lv2soname

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-2
+ Revision: 6cb7d23
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2807 |14cr|lv2-event-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define extname event
%define debug_package %{nil}

Name:           lv2-%{extname}
Version:        1.4
Release:        3
Summary:        LV2 %{extname} extension

Source:         http://lv2plug.in/spec/%{name}-%{version}.tar.bz2
URL:            http://lv2plug.in/ns/extensions/%{extname}/
License:        ISC
Group:          System/Libraries
BuildRequires:  waf
BuildRequires:  pkgconfig
Requires:       lv2core

%description
This extension defines an interface that can be used in LV2 plugins and
hosts to create %{extname}s in plugins.

%package    devel
Summary:    Development files for the LV2 %{extname} extension
Group:      Development/C
Requires:   %{name} = %{version}
Requires:   lv2core-devel

%description    devel
This package contains development files for the LV2 %{extname} extension.


%files
%defattr(-,root,root,-)
%{_libdir}/lv2/%{extname}.lv2/manifest.ttl
%{_libdir}/lv2/%{extname}.lv2/%{extname}.ttl

%files devel
%{_includedir}/lv2/lv2plug.in/ns/ext/%{extname}
%{_libdir}/lv2/%{extname}.lv2/%{extname}.h
%{_libdir}/lv2/%{extname}.lv2/%{extname}-helpers.h
%{_libdir}/pkgconfig/lv2-lv2plug.in-ns-ext-%{extname}.pc

%prep
%setup -q

%build
./waf configure --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir}
./waf

%install
rm -rf %{buildroot}

./waf install --destdir=%{buildroot}


%clean
rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: af263e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2808 |14cr|lv2-midi-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define extname midi
%define debug_package %{nil}

Name:           lv2-%{extname}
Version:        1.4
Release:        3
Summary:        LV2 %{extname} extension

Source:         http://lv2plug.in/spec/%{name}-%{version}.tar.bz2
URL:            http://lv2plug.in/ns/extensions/%{extname}/
License:        ISC
Group:          System/Libraries
BuildRequires:  waf
BuildRequires:  pkgconfig
Requires:       lv2core

%description
This extension defines an interface that can be used in LV2 plugins and
hosts to use %{extname} data in plugins.

%package    devel
Summary:    Development files for the LV2 %{extname} extension
Group:      Development/C
Requires:   %{name} = %{version}
Requires:   lv2core-devel

%description    devel
This package contains development files for the LV2 %{extname} extension.


%files
%defattr(-,root,root,-)
%{_libdir}/lv2/%{extname}.lv2/manifest.ttl
%{_libdir}/lv2/%{extname}.lv2/%{extname}.ttl

%files devel
%{_includedir}/lv2/lv2plug.in/ns/ext/%{extname}
%{_libdir}/pkgconfig/lv2-lv2plug.in-ns-ext-%{extname}.pc

%prep
%setup -q

%build
./waf configure --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir}
./waf

%install
rm -rf %{buildroot}

./waf install --destdir=%{buildroot}


%clean
rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: 3b7f8c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2809 |14cr|lv2-ui-2.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define extname ui
%define debug_package %{nil}

Name:           lv2-%{extname}
Version:        2.4
Release:        5
Summary:        LV2 %{extname} extension

Source:         http://lv2plug.in/spec/%{name}-%{version}.tar.bz2
URL:            http://lv2plug.in/ns/extensions/%{extname}/
License:        ISC
Group:          System/Libraries
BuildRequires:  waf
BuildRequires:  pkgconfig
Requires:       lv2core

%description
This extension defines an interface that can be used in LV2 plugins and
hosts to create UIs for plugins. The UIs are similar to plugins and
reside in shared object files in an LV2 bundle.

%package    devel
Summary:    Development files for the LV2 %{extname} extension
Group:      Development/C
Requires:   %{name} = %{version}
Requires:   lv2core-devel

%description    devel
This package contains development files for the LV2 %{extname} extension.


%files
%defattr(-,root,root,-)
%{_libdir}/lv2/%{extname}.lv2/manifest.ttl
%{_libdir}/lv2/%{extname}.lv2/%{extname}.ttl
%{_libdir}/lv2/%{extname}.lv2/lv2-%{extname}.doap.ttl

%files devel
%{_includedir}/lv2/lv2plug.in/ns/extensions/%{extname}
%{_libdir}/lv2/%{extname}.lv2/%{extname}.h
%{_libdir}/pkgconfig/lv2-lv2plug.in-ns-extensions-%{extname}.pc

%prep
%setup -q

%build
./waf configure --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir}
./waf

%install
rm -rf %{buildroot}

./waf install --destdir=%{buildroot}


%clean
rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-5
+ Revision: 246b874
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2810 |14cr|lv2-uri-map-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define extname uri-map
%define debug_package %{nil}

Name:           lv2-%{extname}
Version:        1.4
Release:        3
Summary:        LV2 %{extname} extension

Source:         http://lv2plug.in/spec/%{name}-%{version}.tar.bz2
URL:            http://lv2plug.in/ns/extensions/%{extname}/
License:        ISC
Group:          System/Libraries
BuildRequires:  waf
BuildRequires:  pkgconfig
Requires:       lv2core

%description
This extension defines an interface that can be used in LV2 plugins and
hosts to create %{extname}s in plugins.

%package    devel
Summary:    Development files for the LV2 %{extname} extension
Group:      Development/C
Requires:   %{name} = %{version}
Requires:   lv2core-devel

%description    devel
This package contains development files for the LV2 %{extname} extension.


%files
%defattr(-,root,root,-)
%{_libdir}/lv2/%{extname}.lv2/manifest.ttl
%{_libdir}/lv2/%{extname}.lv2/%{extname}.ttl

%files devel
%{_includedir}/lv2/lv2plug.in/ns/ext/%{extname}
%{_libdir}/lv2/%{extname}.lv2/%{extname}.h
%{_libdir}/pkgconfig/lv2-lv2plug.in-ns-ext-%{extname}.pc

%prep
%setup -q

%build
./waf configure --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir}
./waf

%install
rm -rf %{buildroot}

./waf install --destdir=%{buildroot}


%clean
rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: 518be5a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2811 |14cr|lxde-ctrl-center-0.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LXDE Control Center
Name:		lxde-ctrl-center
Version:	0.1.0
Release:	2
Group:		System/Configuration/Other
License:	GPLv3+
Url:		http://code.google.com/p/lxde-ctrl-center/
Source0:	http://code.google.com/p/lxde-ctrl-center/files/%{name}-%{version}.tar.gz
Source1:	clouds.png
Source2:	bg.png
BuildRequires:	gettext
BuildRequires:	python
Requires:	pygtk2.0
Requires:	python-webkitgtk
Requires:	python-simplejson
Requires:	beesu
Requires:	lxde-common
BuildArch:	noarch

#drakuser
Suggests:	userdrake
#drakauth, drakkeyboard, /usr/sbin/drakscanner, /usr/sbin/diskdrake, /usr/sbin/draksound, drakups, /usr/sbin/drakxservices, draklocale, drakboot, draklog, /usr/sbin/drakedm
Suggests:	drakxtools-curses
#/usr/sbin/drakguard
Suggests:	drakguard
#obconf
Suggests:	obconf
#lxappearance
Suggests:	lxappearance
#pcmanfm --desktop-pref
Suggests:	pcmanfm
#lxrandr
Suggests:	lxrandr
#xscreensaver-demo
Suggests:	xscreensaver
#drakfont, drakclock, /usr/sbin/draksec
Suggests:	drakxtools
#/usr/sbin/harddrake2
Suggests:	harddrake-ui
#XFdrake, /usr/sbin/mousedrake
Suggests:	drakx-kbd-mouse-x11
#system-config-printer
Suggests:	system-config-printer
#mdvinput
Suggests:	mdvinput
#pavucontrol
Suggests:	pavucontrol
#drakproxy, /usr/sbin/drakfirewall, drakgw
Suggests:	drakx-net-text
#vpnpptp
Suggests:	vpnpptp-allde
#system-config-nfs
Suggests:	system-config-nfs
#system-config-samba
Suggests:	system-config-samba
#gigolo
Suggests:	gigolo
#drakhosts
Suggests:	drakx-net
#drakrpm, drakrpm-edit-media, drakrpm-update
Suggests:	rpmdrake
#libfm-pref-apps
Suggests:	libfm
#fskbsetting
Suggests:	fskbsetting
#/usr/sbin/msecgui
Suggests:	msec-gui
#nm-connection-editor
Suggests:	networkmanager-applet
#add2sudoers, rmfromsudoers
Suggests:	xsudo-sudoers

%description
LXDE Control Center is united launch tools for DrakX
and LXDE configuration programs.

%prep
%setup -q -n %{name}
cp -f %{SOURCE1} ./share/%{name}/frontend/images/
cp -f %{SOURCE2} ./share/%{name}/frontend/images/
sed -i -e 's/"beesu drakconnect"/"nm-connection-editor"/g' ./share/%{name}/items/x0002x
sed -i -e '/"beesu drakgw"/d' ./share/%{name}/items/x0002x

%build
./make build_pkg

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}

cp -rf ./bin/* %{buildroot}%{_bindir}/
cp -rf ./share/* %{buildroot}%{_datadir}/

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-2
+ Revision: 09b4b1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2812 |14cr|lxdream-0.9.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lxdream
Version:	0.9.1
Release:	5
Summary:	Sega Dreamcast emulator
License:	GPLv2+
Group:		Emulators
URL:		http://www.lxdream.org
Source0:	%{name}-%{version}.tar.gz
#http://www.lxdream.org/count.php?file=%{name}-%{version}.tar.gz
Patch0:		lxdream-0.9.1-plf-undefined-ok-for-plugins.patch
Patch1:		lxdream-0.9.1-glib.patch
Patch2:		lxdream-0.9.1-linking.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	desktop-file-utils

%description
Lxdream is a Sega Dreamcast emulator.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build

%configure 
%install
%makeinstall

# xdg menus
install -m 644 lxdream.desktop \
  %{buildroot}%{_datadir}/applications/lxdream.desktop

desktop-file-install --vendor="" \
  --remove-category="Game" \
  --add-category="Emulator" \
  --add-category="X-MandrivaLinux-MoreApplications-Emulators" \
  --dir %{buildroot}%{_datadir}/applications/ \
  %{buildroot}%{_datadir}/applications/*

#locales
%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog
%{_bindir}/lxdream
%{_libdir}/lxdream
%{_datadir}/applications/lxdream.desktop
%{_datadir}/pixmaps/lxdream*
%{_mandir}/man1/lxdream.1*
%config(noreplace) %{_sysconfdir}/lxdreamrc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-5
+ Revision: 40ce02c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2813 |14cr|lxqt-about-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	About application for the LXQt desktop
Name:		lxqt-about
Version:	0.7.0
Release:	2
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org/
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
Patch0:		lxqt-about-0.7.0-desktop.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(lxqt)

%description
About application for the LXQt desktop.

%files
%{_bindir}/lxqt-about
%{_datadir}/applications/lxqt-about.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 51aafc9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2814 |14cr|lxqt-common-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Common files for the LXQt desktop
Name:		lxqt-common
Version:	0.7.0
Release:	3
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org/
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(lxqt)
BuildArch:	noarch

%description
Common files for the LXQt desktop.

%files
%{_bindir}/startlxqt
%{_datadir}/lxqt/themes
%{_datadir}/lxqt/graphics
%{_datadir}/lxqt/openbox
%{_datadir}/xsessions/lxqt.desktop
%{_sysconfdir}/lxqt
%{_sysconfdir}/pcmanfm-qt
%{_sysconfdir}/xdg/autostart/lxqt*

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build

# Don't duplicate it there because KDM now reads %{_datadir}/xsessions/ by default
rm -f %{buildroot}%{_datadir}/apps/kdm/sessions/lxqt.desktop

%changelog
* Thu Aug 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.0-3
+ Revision: 38ee503
- Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2815 |14cr|lxqt-config-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Config panel for the LXQt desktop
Name:		lxqt-config
Version:	0.7.0
Release:	2
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org/
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(zlib)

%description
Config panel for the LXQt desktop.

%files
%{_bindir}/lxqt-config
%{_bindir}/lxqt-config-input
%{_bindir}/lxqt-config-appearance
%{_bindir}/lxqt-config-file-associations
%{_libdir}/lib*.so
%{_datadir}/applications/lxqt-config*.desktop
%{_datadir}/lxqt/lxqt-config
%{_sysconfdir}/xdg/menus/lxqt-config.menu

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 20cb47f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2816 |14cr|lxqt-config-randr-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	RandR config module for LXQt
Name:		lxqt-config-randr
Version:	0.7.0
Release:	2
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)

%description
RandR config module for LXQt.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 08837d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2817 |14cr|lxqt-globalkeys-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname lxqt-globalkeys %{major}
%define devname %mklibname lxqt-globalkeys -d
%define uiname %mklibname lxqt-globalkeys-ui %{major}
%define uidevname %mklibname lxqt-globalkeys-ui -d

Summary:	Global keys config module for LXQt
Name:		lxqt-globalkeys
Version:	0.7.0
Release:	3
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(lxqt)

%description
Global keys config module for LXQt.

%files
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/lxqt/lxqt-config-globalkeys*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The LXQt globalkeys library
Group:		System/Libraries

%description -n %{libname}
The LXQt globalkeys library.

%files -n %{libname}
%{_libdir}/liblxqt-globalkeys.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{uiname}
Summary:	The LXQt globalkeys UI library
Group:		System/Libraries

%description -n %{uiname}
The LXQt globalkeys UI library.

%files -n %{uiname}
%{_libdir}/liblxqt-globalkeys-ui.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the LXQt globalkeys library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for the LXQt globalkeys library.

%files -n %{devname}
%{_libdir}/liblxqt-globalkeys.so
%{_includedir}/lxqt-globalkeys.h
%{_includedir}/lxqt-globalkeys
%{_libdir}/pkgconfig/lxqt-globalkeys.pc
%{_datadir}/cmake/lxqt_globalkeys

#----------------------------------------------------------------------------

%package -n %{uidevname}
Summary:	Development files for the LXQt globalkeys UI library
Group:		Development/C++
Requires:	%{uiname} = %{EVRD}

%description -n %{uidevname}
Development files for the LXQt globalkeys UI library.

%files -n %{uidevname}
%{_libdir}/liblxqt-globalkeys-ui.so
%{_includedir}/lxqt-globalkeys-ui
%{_libdir}/pkgconfig/lxqt-globalkeys-ui.pc
%{_datadir}/cmake/lxqt_globalkeys_ui

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-3
+ Revision: 9525a39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2818 |14cr|lxqt-notificationd-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Notification daemon for the LXQt desktop
Name:		lxqt-notificationd
Version:	0.7.0
Release:	2
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(lxqt)

%description
Notification daemon for the LXQt desktop.

%files
%{_bindir}/lxqt-notificationd
%{_bindir}/lxqt-config-notificationd
%{_datadir}/applications/lxqt-config-notificationd.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 3935bb8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2819 |14cr|lxqt-openssh-askpass-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OpenSSH askpass application for the LXQt desktop
Name:		lxqt-openssh-askpass
Version:	0.7.0
Release:	2
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(lxqt)

%description
OpenSSH askpass application for the LXQt desktop.

%files
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}
%cmake

%build
%make -C build

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 0648dc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2820 |14cr|lxqt-panel-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Launcher panel for the LXQt desktop
Name:		lxqt-panel
Version:	0.7.0
Release:	3
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	icu-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libmenu-cache)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libstatgrab)
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(lxqt-globalkeys)
BuildRequires:	pkgconfig(lxqt-globalkeys-ui)
BuildRequires:	pkgconfig(lxqtmount)
BuildRequires:	pkgconfig(qtxdg)
BuildRequires:	pkgconfig(sysstat)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xrender)

%description
Launcher panel for the LXQt desktop.

%files
%{_bindir}/lxqt-panel
%{_datadir}/lxqt/lxqt-panel
%{_libdir}/lxqt-panel/*.so
%{_sysconfdir}/lxqt/panel.conf

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for the LXQt panel
Group:		Development/C

%description devel
Development files for the LXQt panel.

%files devel
%{_includedir}/lxqt

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}
%cmake

%build
%make -C build

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-3
+ Revision: 360ae6c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2821 |14cr|lxqt-policykit-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LXQt PolicyKit agent
Name:		lxqt-policykit
Version:	0.7.0
Release:	2
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(polkit-qt-1)

%description
LXQt PolicyKit agent.

%files
%{_bindir}/lxqt-policykit-agent

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}

%build
export CMAKE_PREFIX_PATH=%{_libdir}/cmake/PolkitQt-1
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 3bf01fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2822 |14cr|lxqt-powermanagement-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Power management module for LXQt
Name:		lxqt-powermanagement
Version:	0.7.0
Release:	2
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
Patch0:		lxqt-powermanagement-0.7.0-compile.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(x11-xcb)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-dpms)
BuildRequires:	pkgconfig(xcb-screensaver)

%description
Power management module for LXQt.

%files
%{_bindir}/lxqt-config-powermanagement
%{_bindir}/lxqt-powermanagement
%{_datadir}/applications/lxqt-config-powermanagement.desktop
%{_iconsdir}/*/*/*/laptop-lid.*

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}
%apply_patches

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 988c030
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2823 |14cr|lxqt-qtplugin-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qt plugin for the LXQt desktop
Name:		lxqt-qtplugin
Version:	0.7.0
Release:	2
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(lxqt)

%description
LXQt system integration plugin for Qt. With this plugin, all Qt-based programs
can adopt settings of LXQt, such as the icon theme.

%files
%{_libdir}/qt4/plugins/gui_platform

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 23ac5c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2824 |14cr|lxqt-runner-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Launcher runner for the LXQt desktop
Name:		lxqt-runner
Version:	0.7.0
Release:	2
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libmenu-cache)
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(lxqt-globalkeys)
BuildRequires:	pkgconfig(lxqt-globalkeys-ui)
BuildRequires:	pkgconfig(x11)

%description
Launcher runner for the LXQt desktop.

%files
%{_bindir}/lxqt-runner
%{_datadir}/lxqt/lxqt-runner

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 2e4f765
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2825 |14cr|lxqt-session-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Session manager for the LXQt desktop
Name:		lxqt-session
Version:	0.7.0
Release:	2
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org/
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(x11)
Requires:	xdg-utils

%description
Session manager for the LXQt desktop.

%files
%{_bindir}/lxqt-session
%{_bindir}/lxqt-config-session
%{_datadir}/lxqt/lxqt-session
%{_datadir}/lxqt/lxqt-config-session
%{_datadir}/applications/lxqt-config-session.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}

%build
%cmake -DBUNDLE_XDG_UTILS=No
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: a4616d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2826 |14cr|lynis-1.2.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define _includedir	/usr/share/lynis/include
%define _pluginsdir	/usr/share/lynis/plugins
%define _dbdir		/usr/share/lynis/db
%define _bindir		/usr/bin

Summary:		Security and system auditing tool
Name:			lynis
Version:		1.2.9
Release:		2
License:		GPL
Group:			System/Configuration/Other
Source:			lynis-%{version}.tar.gz
BuildRoot:		 %{_tmppath}/%{name}-%{version}-build  
URL:			http://www.rootkit.nl/
BuildArch:		noarch
%if 0%{?mandriva_version}
BuildRequires: spec-helper
%endif

%description
Lynis is a security and system auditing tool. It scans a system on the


most interesting parts useful for audits, like:
     - Security enhancements
     - Logging and auditing options
     - Banner identification
     - Software availability

Lynis is released as a GPL licensed project and free for everyone to use.

See http://www.rootkit.nl for a full description and documentation.

%prep


# Make directory with our name, instead of with version
%setup -q



%build

%install
# Install profile
install -d ${RPM_BUILD_ROOT}/etc/lynis
install default.prf ${RPM_BUILD_ROOT}/etc/lynis
# Install binary
install -d ${RPM_BUILD_ROOT}/%{_bindir}
install lynis ${RPM_BUILD_ROOT}/%{_bindir}
# Install man page
install -d ${RPM_BUILD_ROOT}/%{_mandir}/man8
install lynis.8 ${RPM_BUILD_ROOT}/%{_mandir}/man8
# Install functions/includes
install -d ${RPM_BUILD_ROOT}%{_includedir}
install include/* ${RPM_BUILD_ROOT}%{_includedir}
# Install plugins
install -d ${RPM_BUILD_ROOT}%{_pluginsdir}
install plugins/* ${RPM_BUILD_ROOT}%{_pluginsdir}
# Install database files
install -d ${RPM_BUILD_ROOT}%{_dbdir}
install db/* ${RPM_BUILD_ROOT}%{_dbdir}


%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
# Binaries

%{_bindir}/lynis
# Man page and docs
%doc CHANGELOG FAQ LICENSE README
%doc %{_mandir}/man8/lynis.8.*
/etc/lynis/default.prf
%{_dbdir}/*
%{_includedir}/*
%{_pluginsdir}/*
%dir /etc/lynis
%dir /usr/share/lynis
%dir /usr/share/lynis/db
%dir /usr/share/lynis/include
%dir /usr/share/lynis/plugins




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.9-2
+ Revision: 355ad0c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2827 |14cr|lyx2html-0.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Simple lyx to html converter
Name:    lyx2html
Version: 0.2
Release: 11
Source0: %{name}-%{version}.tar.bz2
Patch:	%{name}-makefile.patch
License: GPL
URL: http://www.netmeister.org/apps/lyx2html/index.html
Group: Text tools

%description
"lyx2html" is a very simple Lyx to HTML converter. As the name 
suggests, it takes a ".lyx" document as input and generates an 
HTML-file following a few simple rules. "lyx2html" can be very 
useful for generation documentation. This is a beta-release, 
meaning there are probably still a lot of bugs in the program,
and that it might not generate the expected output or that it 
might even segfault on you.

%prep
%setup
%patch -p0

%build
%make

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1
make DESTDIR=%{buildroot} install

%clean

%files
%defattr(-,root,root)
%{_bindir}/lyx2html
%defattr(644,root,root,755)
%doc README COPYING
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-11
+ Revision: e485654
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2828 |14cr|lziprecover-1.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lziprecover
Summary:	Data recovery tool and decompressor for lzipped files
Version:	1.13
Release:	3
License:	GPLv3+
Group:		Archiving/Compression
URL:		http://www.nongnu.org/lzip/lziprecover.html
Source0:	http://download.savannah.gnu.org/releases/lzip/%{name}-%{version}.tar.lz
BuildRequires:	lzip

%description
Lziprecover is a data recovery tool and decompressor for files in the lzip
compressed data format (.lz) able to repair slightly damaged files, recover
badly damaged files from two or more copies, extract undamaged members
from multi-member files, decompress files and test integrity of files.

Lziprecover is able to recover or decompress files produced by any
of the compressors in the lzip family; lzip, plzip, minilzip/lzlib, clzip
and pdlzip. This recovery capability contributes to make the lzip format one
of the best options for long-term data archiving.

Lziprecover is able to efficiently extract a range of bytes
from a multi-member file, because it only decompresses the members containing
the desired data.

Lziprecover can print correct total file sizes and ratios even for multi-member
files.

When recovering data, lziprecover takes as arguments the names of the damaged
files and writes zero or more recovered files depending on the operation
selected and whether the recovery succeeded or not. The damaged files
themselves are never modified.

When decompressing or testing file integrity, lziprecover behaves like lzip
or lunzip.

If the files are too damaged for lziprecover to repair them, data from damaged
members can be partially recovered writing it to stdout.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

%files
%{_bindir}/lziprecover
%{_mandir}/man1/lziprecover.1*
%{_infodir}/lziprecover.info*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.13-3
+ Revision: 30c95d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2829 |14cr|lzlib-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dont_remove_libtool_files 1
%define major 1
%define libname %mklibname lz %major
%define develname %mklibname lz -d
%define staticname %mklibname lz -d -s

Name:		lzlib
Summary:	A compression library for lzip files
Version:	1.3
Release:	3
License:	GPLv3+
Group:		System/Libraries
URL:		http://www.nongnu.org/lzip/lzlib.html
Source0:	http://download.savannah.gnu.org/releases/lzip/%{name}-%{version}.tar.lz
BuildRequires:	lzip

%description
The lzlib compression library provides in-memory LZMA compression
and decompression functions, including integrity checking
of the decompressed data. The compressed data format used by the library
is the lzip format.

Lzlib implements a simplified version of the LZMA (Lempel-Ziv-Markov
chain-Algorithm) algorithm. The original LZMA algorithm was designed by Igor
Pavlov. For a description of the LZMA algorithm, see the lzip manual. 

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:        A compression library for lzip files
Group:          System/Libraries

%description -n %{libname}
The lzlib compression library provides in-memory LZMA compression
and decompression functions, including integrity checking
of the decompressed data. The compressed data format used by the library
is the lzip format.

Lzlib implements a simplified version of the LZMA (Lempel-Ziv-Markov
chain-Algorithm) algorithm. The original LZMA algorithm was designed by Igor
Pavlov. For a description of the LZMA algorithm, see the lzip manual.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{develname}
Summary:        A compression library for lzip files
Group:          Development/C
Requires:       %{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
The lzlib compression library provides in-memory LZMA compression
and decompression functions, including integrity checking
of the decompressed data. The compressed data format used by the library
is the lzip format.

Lzlib implements a simplified version of the LZMA (Lempel-Ziv-Markov
chain-Algorithm) algorithm. The original LZMA algorithm was designed by Igor
Pavlov. For a description of the LZMA algorithm, see the lzip manual.

%files -n %{develname}
%{_libdir}/*.so
%{_infodir}/*
%{_includedir}/*
%doc AUTHORS ChangeLog NEWS README

%if %{mdvver} < 201200
%post -n %{develname}
%_install_info

%postun -n %{develname}
%_remove_install_info
%endif

#------------------------------------------------------------------------------

%package -n %{staticname}
Summary:	A compression library for lzip files
Group:		Development/C

%description -n %{staticname}
The lzlib compression library provides in-memory LZMA compression
and decompression functions, including integrity checking
of the decompressed data. The compressed data format used by the library
is the lzip format.

Lzlib implements a simplified version of the LZMA (Lempel-Ziv-Markov
chain-Algorithm) algorithm. The original LZMA algorithm was designed by Igor
Pavlov. For a description of the LZMA algorithm, see the lzip manual.

%files -n %{staticname}
%{_libdir}/*.a

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%configure --enable-shared
%make

%install
%makeinstall_std
pushd %{buildroot}%{_libdir}/
ln -s liblz.so.%{major} liblz.so
popd

%check
make check



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-3
+ Revision: 3458440
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2830 |14cr|m17n-contrib-1.1.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version	1.1.12
%define release	2

%define m17n_db_version 1.5.0

Name:      m17n-contrib
Summary:   Contributed input methods for m17n library
Version:   %{version}
Release:   %{release}
Group:     System/Internationalization
License:   LGPLv2+
URL:       http://www.m17n.org/m17n-lib-en/
Source0:   http://www.m17n.org/m17n-lib-download/%{name}-%{version}.tar.gz
Requires:        m17n-db >= %{m17n_db_version}
BuildRequires:   m17n-db-devel >= %{m17n_db_version}
BuildArch:	noarch
BuildRoot:	%{tmpdir}/%{name}-%{version}-%{release}-buildroot

%description
Contributed input methods for m17n library.

%prep
%setup -qn %{name}-%{version}

%build
[[ ! -x configure ]] && ./bootstrap.sh
%configure2_5x --build=%{_host}
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

# The file conflicts with m17n-data
rm -f $RPM_BUILD_ROOT%{_datadir}/m17n/bn-itrans.mim

%{find_lang} %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%{_datadir}/m17n/*.mim
%{_datadir}/m17n/icons/*
%{_datadir}/m17n/scripts/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.12-2
+ Revision: 63edc2b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2831 |14cr|m2vrequantizer-20030929-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	m2vrequantizer
%define Name	M2VRequantizer
%define version	20030929
%define rel	4

# This is the version that is recommended for the VDR burn plugin.
# Feel free to upgrade after you've tested that the new version
# works with it too.

Summary:	Requantizes MPEG-2 streams
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL+
URL:		http://www.xeatre.tv/community/burn/contrib/
Source:		http://www.xeatre.tv/community/burn/contrib/%Name-%version.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
Requantizes MPEG-2 streams without recompressing the files.

This is the version that is recommended for the VDR burn plugin.

%prep
%setup -q -n %Name

%build
%__cc %optflags %{?ldflags} -o requant main.c -lm

%install
rm -rf %{buildroot}

install -D -m755 requant %{buildroot}%{_bindir}/requant

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/requant



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 20030929-4
+ Revision: f16d976
- Automatic import for version 20030929



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2832 |14cr|macchanger-1.5.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	macchanger 
%define	version	1.5.0
%define release	8
%define	lib_name_orig	lib%{name}
%define	lib_major	0
%define	lib_name	%mklibname %{name} %{lib_major}

Name:           %{name}
Summary: 	Uility for viewing/manipulating the MAC address of network interfaces
Group:		System/Configuration/Networking
Version:        %{version}
Release:        %{release}
License:	GPL 
URL:		http://www.alobbs.com/macchanger/
Source:         %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-buildroot


%description
A GNU/Linux utility for viewing/manipulating the MAC address of network 
interfaces.
Features
* Set specific MAC address of a network interface
* Set the MAC randomly
* Set a MAC of another vendor
* Set another MAC of the same vendor
* Set a MAC of the same kind (eg: wireless card)
* Display a vendor MAC list (today, 6200 items) to choose from

Possible usages
* You're in a DHCP network with some kind of IP-based restriction
* You've a cluster that boot with BOOTP and you want to have a
* clean set of MACs
* Debug MAC based routes
	    
%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall



%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README COPYING ChangeLog INSTALL AUTHORS
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_mandir}/man1/*
%{_infodir}/%{name}.info*
%defattr(755,root,root,755)
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-8
+ Revision: 87d3471
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2833 |14cr|macrofusion-0.7.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		macrofusion
Version:	0.7.3
Release:	2
Group:		Graphics
Summary:	GUI for HDR tool Enfuse
License:	GPLv3
URL:		http://sourceforge.net/projects/macrofusion
Source0:	http://sourceforge.net/projects/macrofusion/files/%{name}-%{version}/%{name}_%{version}.orig.tar.gz
BuildArch:	noarch
Requires:	python
Requires:	python-imaging
Requires:	Image-ExifTool
Requires:	hugin
Requires:	enfuse

%description
MacroFusion is a neat little GUI for great tool Enfuse (command line). It makes
easy fusion few photos to one with great DOF (Deep of Field) or DR (Dynamic
Range). It can be useful for every macro lovers or landscapers.

%prep
%setup -q

%build

%install
install -m 755 -D macrofusion.py %{buildroot}%{_bindir}/macrofusion
install -m 644 -D macrofusion.desktop %{buildroot}%{_datadir}/applications/macrofusion.desktop
install -d -m 755 %{buildroot}%{_datadir}/mfusion/ui
install -m 644 ui/* %{buildroot}%{_datadir}/mfusion/ui/
install -D -m 644 images/macrofusion.png %{buildroot}%{_datadir}/pixmaps/macrofusion.png
install -D -m 644 images/logoSplash.png %{buildroot}%{_datadir}/mfusion/images/logoSplash.png
for file in locale/*/LC_MESSAGES/*.mo
do
install -D -m 644 $file %{buildroot}%{_datadir}/$file
done

%find_lang MacroFusion

%files -f MacroFusion.lang
%{_bindir}/macrofusion
%{_datadir}/mfusion/
%{_datadir}/pixmaps/macrofusion.png
%{_datadir}/applications/macrofusion.desktop
%doc README CHANGELOG TODO



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-2
+ Revision: 597eb8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2834 |14cr|madbomber-0.2.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	madbomber
%define	version	0.2.5
%define release	8
%define summary	Catch the bombs

Summary:	%{summary}
Name:		%{name}
Version:	%{version}
Release:	%{release}
Url:		http://newbreedsoftware.com/madbomber
Source0:	ftp://ftp.sonic.net/pub/users/nbs/unix/x/madbomber/%{name}-%{version}.tar.bz2
Source5:	%{name}-16.png
Source6:	%{name}-32.png
Source7:	%{name}-48.png
License:	GPL
Group:		Games/Arcade
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL-devel
Patch0:		madbomber-0.1.8-fix-CFLAGS.patch
Patch1:		madbomber-0.2.4-add-keypad-keys.patch

%description
The Mad Bomber is loose in the city and he's dropping bombs everywhere! It's
your job to catch them before they hit the ground and explode. Luckily, you
have a set of trusty buckets to extinguish them with.

%prep
%setup -q
%patch0 -p1
%patch1 -p1 -z .pix
chmod a+r -R .
# remove .xvpics directories
find . -type d -name .xvpics | xargs rm -rf

cat << EOF > mandriva-%{name}.desktop
[Desktop Entry]
Name=MadBomber
Comment=%{summary}
Exec=%_gamesbindir/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%build
%make CFLAGS="%{optflags} %{ldflags}" DATA_PREFIX=%{_gamesdatadir}/%{name}/

%install
rm -rf $RPM_BUILD_ROOT

install -D %{name} $RPM_BUILD_ROOT%{_gamesbindir}/%{name}
install -d $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}
cp -a data/* $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}

install -D -m644 mandriva-%{name}.desktop $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop
install -D -m644 %SOURCE6 $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -D -m644 %SOURCE5 $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -D -m644 %SOURCE7 $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS.txt CHANGES.txt README.txt
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/*
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.5-8
+ Revision: c408a5f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2835 |14cr|madplay-0.15.2b-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line MPEG audio player based on libmad 
Name:		madplay
Version:	0.15.2b
Release:	10
Source0:	http://prdownloads.sourceforge.net/mad/%{name}-%{version}.tar.bz2
License:	GPL
Group:		Sound
URL:		http://www.underbit.com/products/mad/
BuildRequires:  pkgconfig(mad) >= 0.15.0b
BuildRequires:  pkgconfig(id3tag) >= 0.15.0b
BuildRequires:  pkgconfig(esound)
%rename		mad

%description
madplay is a command-line MPEG audio decoder and player based on the
MAD library (libmad). For details about MAD, see the libmad package
distributed separately.

madplay will also read and display ID3 tag information, and further
supports the relative volume adjustment information (RVA2) in such
tags, as written by tools like `normalize'.


%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall
# this is an invalid locale dir
rm -rf %{buildroot}/%{_datadir}/locale/en
%find_lang %{name}

%files -f %{name}.lang
%doc COPYING README CREDITS TODO 
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15.2b-10
+ Revision: d513a29
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2836 |14cr|Maelstrom-3.0.6-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version  3.0.6
%define release  14
%define name Maelstrom

Summary:   Maelstrom
Name:      %{name}
Version:   %{version}
Release:   %{release}
License: LGPL
Group:     Games/Arcade
Source0:   %{name}-%{version}.tar.bz2
Source10: %name.16.png
Source11: %name.32.png
Source12: %name.48.png
Patch1:    Maelstrom-3.0.6-scorefile.patch
Patch2:	   Maelstrom-3.0.6-datadir.patch
Patch3:	   Maelstrom-3.0.6-gcc3.4.patch
Patch4:    Maelstrom-3.0.6-64bit-fixes.patch
URL:       http://www.devolution.com/~slouken/Maelstrom/
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires:	SDL_net-devel
BuildRequires:	SDL-devel

%description
Maelstrom is a rockin' asteroids game ported from the Macintosh
Originally written by Andrew Welch of Ambrosia Software, and ported
to UNIX and then SDL by Sam Lantinga <slouken@devolution.com>

%prep
%setup -q
%patch1 -b .scores
%patch2 -p1 -b .libdir
%patch3 -p1
%patch4 -p1 -b .64bit-fixes

touch ChangeLog NEWS AUTHORS

%build
autoreconf -fi
%configure2_5x --disable-rpath --bindir=%_gamesbindir --libdir=%_gamesdatadir

%make

%install
rm -rf %buildroot
%makeinstall_std GAME_INSTALLDIR=%buildroot/%_gamesdatadir/%name
install -D -m755 Maelstrom %buildroot/%_gamesbindir/Maelstrom
install -D -m755 Maelstrom-netd %buildroot/%_gamesbindir/Maelstrom-netd

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%_gamesbindir/Maelstrom
Name=Maelstrom
Comment=Asteroids game
Categories=Game;ArcadeGame;
Icon=Maelstrom
EOF

mkdir -p $RPM_BUILD_ROOT%{_miconsdir}
mkdir -p $RPM_BUILD_ROOT%{_liconsdir}
install -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE12} $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

mkdir -p %buildroot/var/lib/games/
mv %buildroot%_gamesdatadir/Maelstrom/Maelstrom-Scores %buildroot/var/lib/games/Maelstrom-Scores

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%pre
# in Maelstrom <= 3.0.6-4mdk %_gamesbindir/Maelstrom is a directory
if [ -d %_gamesbindir/Maelstrom ]; then
  rm -rf %_gamesbindir/Maelstrom
fi

%files
%defattr(-, root, root)
%doc COPYING CREDITS README* Changelog Docs
%attr(2755,root,games) %_gamesbindir/Maelstrom*
%_gamesdatadir/Maelstrom
%{_datadir}/applications/mandriva-*.desktop
%_iconsdir/*.png
%_miconsdir/*
%_liconsdir/*
%attr(0664,root,games) /var/lib/games/Maelstrom-Scores




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.6-14
+ Revision: 6d17400
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2837 |14cr|magicpoint-1.13a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Presentation tool
Name:		magicpoint
Version:	1.13a
Release:	7
License:	BSD like
URL:		http://member.wide.ad.jp/wg/mgp/
Group:		Office
Source:		ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/%{name}-%{version}.tar.gz
Patch0:         magicpoint-1.10a-remove-rpath.patch
Patch1:         magicpoint-1.09a-defaults-to-latin1.patch
Patch2:         magicpoint-1.09a-emacs-mode--add-font-lock.patch
Patch3:         magicpoint-1.09a-xfont-force-same-one.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	imlib-devel
BuildRequires:  ungif-devel
BuildRequires:  flex byacc
BuildRequires:	imake gccmakedep
Requires:	libjpeg-progs

%description
MagicPoint is an X11 based presentation tool. It is designed to make
simple presentations easy while making complicated presentations
possible. Its presentation file is just text so that you can create
presentation files quickly with your favorite editor (e.g. Emacs).

It includes a true type library for elegant looking text and effects.

%prep
%setup -q
#%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%configure2_5x --enable-locale
xmkmf
make Makefiles
make CCOPTIONS="%optflags" EXTRA_LDOPTIONS="%ldflags"

%install
rm -fr %buildroot
%makeinstall_std install.man

install -m 644 -D contrib/mgp-mode.el %{buildroot}%{_datadir}/emacs/site-lisp/mgp-mode.el

install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
cat <<EOF >%{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el
(autoload 'mgp-mode "mgp-mode" "MagicPoint editing mode" t)
(add-to-list 'auto-mode-alist '("\\\\.mgp$" . mgp-mode))
EOF

#clean cvs things
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done
rm -rf %{buildroot}/usr/X11R6/lib*/X11/doc/html    

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%doc COPYRIGHT FAQ README* RELNOTES SYNTAX USAGE
%doc sample/
%{_datadir}/emacs/site-lisp/*
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*
%{_bindir}/*
%{_mandir}/*/*
%{_prefix}/lib/X11/mgp/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.13a-7
+ Revision: f2af009
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2838 |14cr|magicrescue-1.1.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           magicrescue
Version:        1.1.9
Release:        4
Summary:        Tries to recover files
License:        GPLv2+
Group:          Archiving/Other
URL:            http://jbj.rapanden.dk/magicrescue/
Source0:        http://jbj.rapanden.dk/magicrescue/release/%name-%version.tar.gz
Conflicts:	safecat
Requires:       binutils
Requires:       gzip
Requires:       mencoder
Requires:	mpg123
BuildRequires:  gdbm-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Magic Rescue scans a block device for file types it knows how to recover and
calls an external program to extract them.  It looks at "magic bytes" in file
contents, so it can be used both as an undelete utility and for recovering a
corrupted drive or partition.  As long as the file data is there, it will find
it. It works on any file system.

%prep
%setup -q

%build
# XXX: This is not a GNU autoconf script
export CFLAGS="%{optflags}"
./configure --prefix=%{_prefix}
%{make}

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_prefix}
%makeinstall PREFIX=%{buildroot}/%{_prefix}
# move man pages to the right directory
mv %{buildroot}%{_prefix}/man %{buildroot}%{_datadir}
# move binaries from /usr/share
mv %{buildroot}%{_datadir}/magicrescue/tools/inputseek %{buildroot}%{_bindir}
mv %{buildroot}%{_datadir}/magicrescue/tools/safecat %{buildroot}%{_bindir}
mv %{buildroot}%{_datadir}/magicrescue/tools/textextract %{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc COPYING README 
%{_datadir}/magicrescue/recipes/*
%{_mandir}/man1/*
%defattr(0755,root,root,0755)
%{_bindir}/*
%{_datadir}/magicrescue/tools/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.9-4
+ Revision: de00dd3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2839 |14cr|mahjongg3d-0.96-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			mahjongg3d
Version:		0.96
Release:		10

Summary:	MahJongg 3D Solitaire
License:	GPLv2+
Group:		Games/Boards
URL:		http://www.reto-schoelly.de/mahjongg3d/
Source:		http://www.reto-schoelly.de/mahjongg3d/%{name}-%{version}.tar.bz2
Source1:	http://www.reto-schoelly.de/mahjongg3d/%{name}-0.96-patch2.tar.bz2
Source10:	http://www.reto-schoelly.de/mahjongg3d/hieroglyph_tileset.tar.bz2
Source11:	http://www.reto-schoelly.de/mahjongg3d/lab_layout.tar.bz2
Source20:	%{name}-16.png
Source21:	%{name}-32.png
Source22:	%{name}-48.png
Patch:		mahjongg3d-0.96-mdv-64bit-fix.patch

BuildRequires:	qt3-devel
BuildRequires:	pkgconfig(glu)

%description
MahJongg Solitaire 3D is an OpenGL enhanced solitaire version of the ancient
chinese board game "Mah Jongg".

%prep
%setup -q -n mahjongg3d.release -a 1
%patch -p1 -b .build+x64-fix

pushd bin
tar xvjf %{SOURCE10}
tar xvjf %{SOURCE11}
popd

cp -fr patch2/* .
rm -fr patch2
sed -i -e 's/openglwidget.h/OpenGLWidget.h/' src/MainDialogBase.ui

%build
export QTDIR=%{qt3dir}
%{qt3dir}/bin/qmake
%{qt3dir}/bin/qmake src/src.pro -o src/Makefile
cat > src/gamedata_path.h <<EOF
#define GAMEDATA_BASE_PATH "/usr/share/games/mahjongg3d"
EOF

%make PREFIX=%{_prefix} GAMEDATA_PREFIX=%_gamesdatadir

%install
rm -rf %buildroot
install -d %buildroot%{_gamesdatadir}/%{name}/backgrounds
install -d %buildroot%{_gamesdatadir}/%{name}/gra
install -d %buildroot%{_gamesdatadir}/%{name}/layouts
install -d %buildroot%{_gamesdatadir}/%{name}/tilesets
install -d %buildroot%{_gamesdatadir}/%{name}/tilesets/default
install -d %buildroot%{_gamesdatadir}/%{name}/tilesets/flowers
install -d %buildroot%{_gamesdatadir}/%{name}/tilesets/hiero
install -d %buildroot%{_gamesdatadir}/%{name}/tilesets/runes
install -d %buildroot%{_gamesdatadir}/%{name}/tilesets/traditional

install -d %buildroot%{_gamesbindir}
install -d %buildroot%{_mandir}/man6
install -m 0755 bin/%{name} %buildroot%{_gamesbindir}/
install -m 0644 bin/backgrounds/* %buildroot%{_gamesdatadir}/%{name}/backgrounds/
install -m 0644 bin/gra/* %buildroot%{_gamesdatadir}/%{name}/gra/
install -m 0644 bin/layouts/* %buildroot%{_gamesdatadir}/%{name}/layouts/
install -m 0644 bin/tilesets/*.tileset %buildroot%{_gamesdatadir}/%{name}/tilesets/
install -m 0644 bin/tilesets/default/* %buildroot%{_gamesdatadir}/%{name}/tilesets/default/
install -m 0644 bin/tilesets/flowers/* %buildroot%{_gamesdatadir}/%{name}/tilesets/flowers/
install -m 0644 bin/tilesets/hiero/* %buildroot%{_gamesdatadir}/%{name}/tilesets/hiero/
install -m 0644 bin/tilesets/runes/* %buildroot%{_gamesdatadir}/%{name}/tilesets/runes/
install -m 0644 bin/tilesets/traditional/* %buildroot%{_gamesdatadir}/%{name}/tilesets/traditional/
install -m 0644 %{name}.6 %buildroot%{_mandir}/man6/

install -m 644 -D %{SOURCE20} $RPM_BUILD_ROOT/%{_miconsdir}/%{name}.png
install -m 644 -D %{SOURCE21} $RPM_BUILD_ROOT/%{_iconsdir}/%{name}.png
install -m 644 -D %{SOURCE22} $RPM_BUILD_ROOT/%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=MahJongg 3D Solitaire
Comment=MahJongg 3D Solitaire - A board game using OpenGL, with several themes
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Games-Boards;Game;BoardGame;Qt;
EOF

%files
%doc Changelog COPYING INSTALL_CUSTOM README
%attr(0755,root,games) %{_gamesbindir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/*.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.96-10
+ Revision: 84a7485
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2840 |14cr|mail2sms-1.3.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mail to SMS converter
Name:		mail2sms
Version:	1.3.5
Release:	10
License:	GPL
Group:		Networking/Other
URL:		http://daniel.haxx.se/projects/mail2sms/
Source:		http://daniel.haxx.se/projects/mail2sms/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
mail2sms reads a (MIME) mail and converts it to a short message. It offers
search and replace, conditional rules, conditional search and replace etc to
create a custom output. It can optionally pipe its output into a specified
program.

%prep

%setup -q

%build

%configure

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d  %{buildroot}%{_sysconfdir}/mail/mail/sms
install -d  %{buildroot}%{_bindir}
install -d  %{buildroot}%{_mandir}/man1
install -d  %{buildroot}%{_mandir}/man4

install -m0755 %{name} %{buildroot}%{_bindir}/%{name}
install -m0644 example.conf %{buildroot}%{_sysconfdir}/mail/mail/sms/mail2sms.conf
install -m0644 %{name}.1  %{buildroot}%{_mandir}/man1/
install -m0644 %{name}.4  %{buildroot}%{_mandir}/man4/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CHANGES FILES INSTALL LEGAL README REGEX TODO forward.README forward.example
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mail/mail/sms/mail2sms.conf
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0644,root,root) %{_mandir}/man1/*
%attr(0644,root,root) %{_mandir}/man4/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.5-10
+ Revision: 5196441
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2841 |14cr|maildrop-2.5.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Maildrop mail filter/mail delivery agent
Name:		maildrop
Version:	2.5.5
Release:	3
License:	GPLv3
Group:		System/Servers
URL:		http://www.courier-mta.org/maildrop/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		maildrop-1.7.0-format_not_a_string_literal_and_no_format_arguments.diff
BuildConflicts:	libreoffice-common
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	db-devel
BuildRequires:	fam-devel
BuildRequires:	idn-devel
BuildRequires:	libstdc++-devel
BuildRequires:	libtool
BuildRequires:	pcre-devel
Requires:	sendmail-command

%description
Maildrop is a combination mail filter/mail delivery agent. Maildrop reads the
message to be delivered to your mailbox, optionally reads instructions from a
file how filter incoming mail, then based on these instructions may deliver
mail to an alternate mailbox, or forward it, instead of dropping the message
into your mailbox.

Maildrop uses a structured, real, meta-programming language in order to define
filtering instructions. Its basic features are fast and efficient. At sites
which carry a light load, the more advanced, CPU-demanding, features can be
used to build very sophisticated mail filters.  Maildrop deployments have
been reported at sites that support as many as 30,000 mailboxes.

Maildrop mailing list:
http://lists.sourceforge.net/lists/listinfo/courier-maildrop

This version is compiled with support for GDBM database files, maildir
enhancements (folders+quotas), and userdb.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0

%build
export DEFAULT_DEF="./Maildir"
export MAILBOT="%{_bindir}/mailbot"

%configure2_5x \
    --disable-authlib \
    --enable-crlf-term=1 \
    --enable-global-timeout=300 \
    --enable-keep-fromline=1 \
    --enable-lockext-def=.lock \
    --enable-lockrefresh-def=15 \
    --enable-locksleep-def=5 \
    --enable-locktimeout-def=60 \
    --enable-maildirquota \
    --enable-maildrop-gid=mail \
    --enable-maildrop-uid=root \
    --enable-mimecharset=iso-8859-1 \
    --enable-restrict-trusted=0 \
    --enable-sendmail=%{_sbindir}/sendmail \
    --enable-smallmsg=8192 \
    --enable-syslog=1 \
    --enable-tempdir=.tmp \
    --enable-trusted-users="root mail daemon postfix postmaster uucp qmaild sendmail mmdf vpopmaill" \
    --enable-use-flock=1 \
    --with-db=db \
    --with-dirsync \
    --with-etcdir=%{_sysconfdir}/maildrop \
    --with-libidn=%{_prefix} \
    --without-devel \
    --with-trashquota

%make

%install
rm -rf %{buildroot}

%makeinstall_std MAILDROPUID='' MAILDROPGID=''

install -d %{buildroot}%{_sysconfdir}/maildrop/maildroprcs

install -m644 maildir/quotawarnmsg %{buildroot}%{_sysconfdir}/maildrop/quotawarnmsg

cat > %{buildroot}%{_sysconfdir}/maildrop/autoresponsesquota <<EOF
#100000000S,10000C
EOF

cat > %{buildroot}%{_sysconfdir}/maildrop/maildirfilterconfig <<EOF
MAILDIRFILTER=../.mailfilter
MAILDIR=./Maildir
EOF

cat > %{buildroot}%{_sysconfdir}/maildrop/maildirshared <<EOF
#
EOF

cat > %{buildroot}%{_sysconfdir}/maildrop/maildroprc <<EOF
#logfile "/var/log/maildrop.log"
EOF

# fix html docs for proper docs inclusion
rm -rf html
mv %{buildroot}%{_datadir}/maildrop/html html

# fix so that these won't conflict with the courier-imap package
mv %{buildroot}%{_bindir}/deliverquota %{buildroot}%{_bindir}/deliverquota-maildrop
mv %{buildroot}%{_bindir}/maildirmake %{buildroot}%{_bindir}/maildirmake-maildrop

mv %{buildroot}%{_mandir}/man1/maildirmake.1 %{buildroot}%{_mandir}/man1/maildirmake-maildrop.1
mv %{buildroot}%{_mandir}/man8/deliverquota.8 %{buildroot}%{_mandir}/man8/maildirmake-deliverquota.8

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc INSTALL NEWS UPGRADE ChangeLog maildir/README* html
%doc INSTALL.html maildroptips.txt
%doc README.html UPGRADE.html
%doc maildir/README.maildirfilter.html
%doc maildir/README.maildirquota.html
%doc maildir/README.maildirquota.txt
%doc maildir/README.sharedfolders.html
%doc maildir/README.sharedfolders.txt

%attr(0755,root,mail) %dir %{_sysconfdir}/maildrop
%attr(0700,root,mail) %dir %{_sysconfdir}/maildrop/maildroprcs

%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/maildrop/autoresponsesquota
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/maildrop/maildirfilterconfig
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/maildrop/maildirshared
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/maildrop/maildroprc
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/maildrop/quotawarnmsg

%attr(0755,root,mail) %{_bindir}/lockmail
%attr(0755,root,mail) %{_bindir}/maildrop
%attr(0755,root,root) %{_bindir}/deliverquota-maildrop
%attr(0755,root,root) %{_bindir}/mailbot
%attr(0755,root,root) %{_bindir}/maildirmake-maildrop
%attr(0755,root,root) %{_bindir}/makedatprog
%attr(0755,root,root) %{_bindir}/makemime
%attr(0755,root,root) %{_bindir}/reformime
%attr(0755,root,root) %{_bindir}/makedat
%attr(0755,root,root) %{_bindir}/reformail

%attr(0644,root,root) %{_mandir}/man[1578]/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.5-3
+ Revision: 96864e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2842 |14cr|mairix-0.23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           mairix
Version:        0.23
Release:        2
Summary:        A program for indexing and searching email messages

Group:          Networking/Mail
License:        GPLv2
URL:            http://www.rc0.org.uk/mairix
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:         mairix-0.23-build.patch

BuildRequires:  bison flex bzip2-devel zlib-devel

%description
mairix is a program for indexing and searching email messages
stored in Maildir, MH or mbox folders.

%prep
%setup -q
%patch0 -p1 -b .build

find -type f ! -name configure -a ! -name mkversion | xargs chmod 644
for i in ACKNOWLEDGEMENTS NEWS; do
  iconv -f iso8859-1 -t utf8 -o ${i}{_,} && touch -r ${i}{,_} && mv -f ${i}{_,}
done

%build
# fool the configure macro :-(
touch configure.ac 
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ACKNOWLEDGEMENTS COPYING NEWS README dotmairixrc.eg
%{_bindir}/mairix
%{_mandir}/man1/mairix.1*
%{_mandir}/man5/mairixrc.5*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23-2
+ Revision: 1a2fe68
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2843 |14cr|makebootfat-1.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name makebootfat
%define version 1.4
%define release 7

Summary: A command line utility able to create bootable USB disks
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://puzzle.dl.sourceforge.net/sourceforge/advancemame/%{name}-%{version}.tar.bz2
License: GPL
Group: System/Kernel and hardware 
Url: http://advancemame.sourceforge.net/boot-download.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
makebootfat is a command line utility able to create 
bootable USB disks for Linux and Windows 
using the FAT filesystem and syslinux.

%prep
%setup -q
%configure

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/makebootfat
%{_mandir}/man1/makebootfat*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-7
+ Revision: fd5c50a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2844 |14cr|makepasswd-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	makepasswd
%define version 0.5.0
%define release 2

Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Summary: 	Generate random passwords
License: 	GPL
Group: 		System/Configuration/Other
URL: 		http://www.defora.org/index.php?page=projects&project=makepasswd
Source0: 	http://www.defora.org/os/download/3500/%{name}-%{version}.tar.gz
BuildRoot: 	%{_tmppath}/%{name}-%{version}

%description
Makepasswd generates pseudo-random passwords of a desired length. It is able
to generate its crypted equivalent.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
rm -fr %{buildroot}
%makeinstall PREFIX=%{buildroot}%{_prefix}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/makepasswd



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-2
+ Revision: d0aec41
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2845 |14cr|makesig.pl-0.0.9-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name makesig.pl
%define version 0.0.9
%define release  11
%define summary A very flexible random signature generator

Name:			%name
Version:       		%version
Release:       		%release
Summary:		%summary
License:		GPLv2
Group:			Text tools
Url:			http://www.h.shuttle.de/mitch/makesig_pl.en.html
Source:			%name-%version.tar.bz2
Patch0:			makesig.pl.patch
BuildRoot:		%_tmppath/%name-buildroot
BuildArchitectures:	noarch

%description
makesig.pl is a very flexible random signature generator for those who
don't fear the power of the command line. It comes together with some
tools to format your signature. makesig.pl can also read fortune files.

%prep
rm -rf $RPM_BUILD_ROOT
%setup
%patch0 -p1

%build

%install
mkdir -p $RPM_BUILD_ROOT%_bindir
cp makesig.pl $RPM_BUILD_ROOT%_bindir
cp tools/*.pl $RPM_BUILD_ROOT%_bindir

%clean 
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0755,root,root)
%{_bindir}/*
%defattr(0755,root,root)
%doc HISTORY COPYING tools/README.tools examples/README.makesig examples/README.examples examples/asciiart.txt examples/background.txt examples/demo.txt examples/left.conf examples/moresigs.txt examples/right.conf examples/somesigs.txt examples/tools.sh




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.9-11
+ Revision: 24ceec8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2846 |14cr|makethumbs-1.239-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		makethumbs
Summary:	Web gallery generator
Version:	1.239
Release:	5
License:	Public Domain
Group:		Graphics
URL:		http://www.molenda.com/makethumbs/
Source1:	http://www.molenda.com/makethumbs/makethumbs.sh
Source2:	http://www.molenda.com/makethumbs/rotate.sh
Source3:	http://www.molenda.com/makethumbs/doc/makethumbs.sgml
Requires:	imagemagick
Suggests:	metacam jhead
BuildRequires:	docbook-utils-pdf docbook-utils docbook-dtd41-sgml
BuildRequires:	texlive
BuildArch:	noarch
%description
makethumbs.sh and rotate.sh are scripts to create polished, static image
galleries suitable for the web or for a CD-ROM, given a bunch of JPEGs
in a directory. makethumbs is most commonly used in conjunction a digital
camera. Do you want to put a batch of pictures on the web for people to
browse? Once the images are on your system, makethumbs will give you
usable web pages with zero extra work. If you have more than five seconds
to spend on your pictures, makethumbs allows for lots of customization,
labeling, and image descriptions.

%prep

%build
%{__rm} -Rf %{name}-%{version}
mkdir %{name}-%{version}
cd %{name}-%{version}
mkdir html
docbook2html -o html %{SOURCE3}
docbook2pdf %{SOURCE3}

%install
cd %{name}-%{version}
%{__rm} -Rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_bindir}

%{__cp} -p %{SOURCE1} %{buildroot}%{_bindir}/makethumbs.sh
%{__cp} -p %{SOURCE2} %{buildroot}%{_bindir}/rotate.sh

chmod a+x %{buildroot}%{_bindir}/*

%files
%defattr(-,root,root)
%doc %{name}-%{version}/html
%doc %{name}-%{version}/makethumbs.pdf
%{_bindir}/makethumbs.sh
%{_bindir}/rotate.sh



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.239-5
+ Revision: 1aa109f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2847 |14cr|mamory-0.2.25-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	A Rom Management CLI
Name:		mamory
Version:	0.2.25
Release:	4
License:	GPL
Group:		Emulators
Source:		http://prdownloads.sourceforge.net/mamory/%{name}-%{version}.tar.bz2
URL:		http://mamory.sourceforge.net/
BuildRequires:	expat-devel

%package -n %{libname}
Summary:	A Rom Management Library
Group:		Emulators

%package -n %{develname}
Summary:	Devel package for libmamory
Group:		Emulators
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description
The Mamory CLI
This should be the part that most people will be looking for, at least 
until libmamory is used through the graphical user interface of a generic 
roms management application.

Use the Mamory CLI in order to manage a set of roms corresponding 
to any kind of emulators.

%description -n %{libname}
Mamory is a rom management library.
It allows developpers of emulation related projects to access useful 
functions in order to maintain roms sets.
It's based on the comparison on CRC32, size and name of the roms.
Therefore, it needs a source of informations that describes the roms set 
to maintain.

To demonstrate the functionalities offered by libmamory, Mamory 
is distributed with a command line interface (CLI) called "mamory".

%description -n %{develname}
Devel package for libmamory

%prep
%setup -q

%build
%configure2_5x
%make OPTFLAGS="%{optflags} -fPIC" CPPFLAGS="%{optflags} -fPIC"

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog COPYING INSTALL README TODO
%{_bindir}/%{name}

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{develname}
%doc README
%{_libdir}/lib%{name}.a
%{_libdir}/lib%{name}.so
%{_includedir}/%{name}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.25-4
+ Revision: 13b91f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2848 |14cr|managelogs-2.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname managelogs %{major}

Summary:	A log management software for apache
Name:		managelogs
Group:		System/Servers
Version:	2.2.1
Release:	4
License:	Apache license
URL:		http://managelogs.tekwire.net/
Source0:	managelogs-%{version}.tar.gz
BuildRequires:	apr-devel
BuildRequires:	bzip2-devel
BuildRequires:	zlib-devel

%description
managelogs is a log management program for Apache, like rotatelogs and
cronolog. It allows to rotate and purge the Apache log files based on
different size limits. It also brings a lot of other features, like
running as a given non-root user, on-the-fly compression, maintaining
symbolic links on log files, ensuring that rotation occurs on line
boundaries, and more.

%package -n	%{libname}
Summary:	Shared library for managelogs
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with managelogs.

%prep

%setup -q

%build
%serverbuild
export CFLAGS="%{optflags} -fPIC"

%configure2_5x \
    --with-apr=%{_bindir}/apr-1-config \
    --with-zlib=%{_prefix} \
    --with-bz2=%{_prefix}

%make CFLAGS="%{optflags} -fPIC"

%install
%makeinstall_std

# cleanup devel crap
rm -f %{buildroot}%{_libdir}/*.*a
rm -f %{buildroot}%{_libdir}/*.so
rm -f %{buildroot}%{_includedir}/*.h

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/lib*.so.%{major}*

%files
%defattr(-,root,root,-)
%{_bindir}/managelogs
%{_mandir}/man8/managelogs.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-4
+ Revision: c470055
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2849 |14cr|manedit-1.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	UNIX manual pages editor
Name:		manedit
Version:	1.2.1
Release:	6
License:	GPLv2+
Group:		Editors
Url:		http://www.battlefieldlinux.com/wolfpack/ManEdit/
Source0:	http://wolfsinger.com/~wolfpack/packages/%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.6.1.lib64.patch
Patch1:		manedit-1.2.1-no-strip.patch
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gtk+)
BuildRequires:	pkgconfig(zlib)

%description
ManEdit was created due to a lack of editors for UNIX manual pages,
since users expect each UNIX program/configuration/api/etc to have a
manual page the lack of an editor and the high demand for what it
should create eventually lead to this (long overdue) application.

Although most resourced developers can create a source document using a
much more advanced editor and then export to multiple file formats, the
average UNIX contributor isn't up to that. Even the creators of this
application were intimidated at the UNIX manual page creation process.

So to make computers and life simpler, we created ManEdit, the Manual
Page Editor and Viewer. It features:
  - XML Interface and Multiple Sectional Editing
  - Instant preview feature and stand-alone viewer/browser
  - Drag and Drop system and templates for easy mass production

%files
%doc AUTHORS LICENSE README
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
export CFLAGS="%{optflags}"
%ifarch x86_64
./configure Linux64 -v --libdir=-L%{_libdir}
%else
./configure Linux -v --disable=arch-i686 --libdir=-L%{_libdir}
%endif
make

%install
make PREFIX=%{buildroot}%{_prefix} MAN_DIR=%{buildroot}%{_mandir}/man1 install

# icons
convert %{name}/%{name}.xpm -resize 16x16 %{name}-16.png
convert %{name}/%{name}.xpm -resize 32x32 %{name}-32.png
convert %{name}/%{name}.xpm %{name}-48.png
install -D -m 644 %{name}-16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 644 %{name}-32.png %{buildroot}%{_iconsdir}/%{name}.png 
install -D -m 644 %{name}-48.png %{buildroot}%{_liconsdir}/%{name}.png 

# menu entry
install -d -m 755 %{buildroot}%{_datadir}/applications
cat >  %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=ManEdit
Comment=UNIX manual pages editor
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=TextEditor;
EOF

rm %{buildroot}%{_iconsdir}/*.xpm


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-6
+ Revision: 4c35a14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2850 |14cr|mangler-1.2.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define develname %{name}-devel 

Summary:	Mangler is an open source VOIP client
Name:		mangler
Version:	1.2.2
Release:	6
Group:		Networking/Chat
License:	GPLv3
URL:		http://www.mangler.org/
Source0:	http://www.mangler.org/%{name}-%{version}.tar.gz
Source1:	%{name}.png		
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:	desktop-file-utils
BuildRequires:	freetype-devel
BuildRequires:	gvfs-devel
BuildRequires:	gtkmm2.4-devel
BuildRequires:	libsigc++2.0-devel
BuildRequires:	libcairomm1.0-devel
BuildRequires:	libtool
BuildRequires:	speex-devel
BuildRequires:	pixman-devel
BuildRequires:	pangomm2.4-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	gdk-pixbuf-devel
BuildRequires:	gsm-devel
Obsoletes:	%name < %version

%description
Mangler is an open source VOIP client capable of connecting
to Ventrilo 3.x servers. 
It is capable of performing almost all standard user
functionality found in a Windows Ventrilo client.

%package -n	%{develname}
Summary:	Header files and static library for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}

%description -n %{develname}
Header files and static library for %{name}.

%prep
%setup -q 

%build
%configure2_5x 
     
%make

%install
%makeinstall

# menu-entry
mkdir -p %{buildroot}/%{_datadir}/applications
cat > %{buildroot}/%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Mangler
GenericName=VOIP Client
Comment=Voice chat on Ventrilo 3.x servers
Exec=%{name}
Icon=%{name}
StartupNotify=true
Terminal=false
Type=Application
Categories=GTK;Network;X-MandrivaLinux-Network-Internet-Chat;
EOF

#remove
rm -f %{buildroot}/%{_datadir}/pixmaps/*.svg

#icon
install -dm 755 %{buildroot}%{_datadir}/pixmaps
install -m 644 %SOURCE1 %{buildroot}/%{_datadir}/pixmaps

%files 
%doc COPYING AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_libdir}/libventrilo3.so.*

%files -n %{develname}
%{_libdir}/libventrilo3.so
%{_libdir}/libventrilo3.a
%{_includedir}/ventrilo3.h



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-6
+ Revision: 506592b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2851 |14cr|maniadrive-1.2-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname ManiaDrive
%define engine_name raydium

%define major 0
%define libname %mklibname %{engine_name} %{major}

Summary:	Arcade car game on acrobatic tracks
Name:		maniadrive
Version:	1.2
Release:	16
License:	GPLv2+
Group:		Games/Arcade
Url:		http://raydium.org/
# svn export svn://raydium.org/raydium/trunk raydium-svn`date +%Y%m%d`
Source0:	%{rname}-%{version}-src.tar.bz2
Source1:	%{name}.png
Source2:	maniadrive.rpmlintrc
Patch0:		raydium-1.01-svn20060728-build.patch
Patch1:		ManiaDrive-1.1-src.dirs.patch
Patch3:		ManiaDrive-1.1-src.safemode.patch
Patch4:		ManiaDrive-1.1-src.home.patch
Patch5:		ManiaDrive-1.2-src.fPIC.patch
Patch6:		ManiaDrive-1.2-ode.patch
Patch7:		ManiaDrive-1.2-key.patch
Patch8:		maniadrive-1.2-fix-modifying-php-strings-inline.patch
BuildRequires:	jpeg-devel
BuildRequires:	php-devel
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(ode)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xinerama)
Requires:	maniadrive-data
Requires:	glxinfo
Requires:	php-curl
Requires:	php-ini
Requires:	php-soap
Requires:	php-zlib

%description
ManiaDrive is a free clone of Trackmania, the great game from Nado
studio, and is an arcade car game on acrobatic tracks, with a quick
and nervous gameplay (tracks almost never exceed one minute), and
features a network mode, as the original.

Raydium is a game engine. It provides a set of functions which allow
quick and flexible games creation.
Functions covers things like player inputs (keyboard, mouse, joystick,
joypad, force feedback), rendering (3D objets, OSD (On Screen
Display)), time (a game must run at the exact same speed on every
computer), sound, ...

%files
%{_gamesbindir}/%{name}
%{_gamesbindir}/mania*.static
%dir %{_gamesdatadir}/%{name}/rayphp
%{_gamesdatadir}/%{name}/php.ini
%{_gamesdatadir}/%{name}/mania_*.php
%{_gamesdatadir}/%{name}/rayphp/*
%{_datadir}/icons/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 1.2-15

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{engine_name}.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{rname}-%{version}-src
%patch0 -p0 -b .build
%patch1 -p1 -b .dirs
%patch3 -p1 -b .safemode
#patch4 -p1 -b .home
%patch5 -p1 -b .fPIC
%patch6 -p1
%patch7 -p1
%patch8 -p1

# php weird stuff, borrowed from thttpd-php.spec
cp /usr/src/php-devel/internal_functions.c .
cp %{_includedir}/php/ext/date/lib/timelib_config.h .
ln -s /usr/src/php-devel/ext .

%build
%make

for f in mania2 mania_drive mania_server; do
  # from odyncomp.sh
  gcc $f.c -g -Wall -DFORCE_LIBRAYDIUM %{optflags} -DBINDIR='"%{_gamesbindir}"' -DGAMEDIR='"%{_gamesdatadir}/%{name}"' -o $f.static libraydium.so -lphp5_common -lGL -lm `php-config --includes`
done

%install
install -d %{buildroot}%{_libdir}
cp -a lib%{engine_name}.so.* %{buildroot}%{_libdir}
install -d %{buildroot}%{_gamesbindir}
install -m755 mania*.static %{buildroot}%{_gamesbindir}

# This may not be required on future versions of the intel dri driver
# Previously, %{_gamesbindir}/%{name} was a symlink to %{_gamesbindir}/mania_drive.static
# https://bugs.freedesktop.org/show_bug.cgi?id=28002
# https://bugs.freedesktop.org/show_bug.cgi?id=28069
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
\`glxinfo | grep -q 'OpenGL renderer string: Mesa'\` && export LIBGL_ALWAYS_INDIRECT=true
exec %{_gamesbindir}/mania_drive.static "\$@"
EOF
chmod +x %{buildroot}%{_gamesbindir}/%{name}

install -d %{buildroot}%{_gamesdatadir}/%{name}
install -m644 *.php %{buildroot}%{_gamesdatadir}/%{name}

cp -a rayphp %{buildroot}%{_gamesdatadir}/%{name}

install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/icons/%{name}.png

# https://qa.mandriva.com/show_bug.cgi?id=37748
rm -f %{buildroot}%{_gamesdatadir}/%{name}/php.ini
ln -sf %{_sysconfdir}/php.ini %{buildroot}%{_gamesdatadir}/%{name}/php.ini
ln -sf %{_gamesdatadir}/%{name}/rayphp %{buildroot}%{_gamesdatadir}/%{name}/rayphp/rayphp

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=ManiaDrive
Comment=Arcade car game on acrobatic tracks
Exec=soundwrapper %{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-16
+ Revision: 42ae6d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2852 |14cr|maniadrive-data-1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define game_name maniadrive
%define name %{game_name}-data
%define version 1.2
%define distname ManiaDrive-%{version}-data

%define release 5

Summary: ManiaDrive data files
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{distname}.tar.gz
License: GPL
Group: Games/Arcade
Url: http://maniadrive.raydium.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch


%description
ManiaDrive data files

%prep
%setup -q -n %{distname}
pushd game
    ls *.mni > mania_server_tracks.txt
popd

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}%{_gamesdatadir}
cp -a game %{buildroot}%{_gamesdatadir}/%{game_name}
rm -f %{buildroot}%{_gamesdatadir}/%{game_name}/php.ini
rm -f %{buildroot}%{_gamesdatadir}/%{game_name}/*.php
rm -rf %{buildroot}%{_gamesdatadir}/%{game_name}/rayphp
find %{buildroot}%{_gamesdatadir}/%{game_name} -type d -exec chmod 755 {} \;
find %{buildroot}%{_gamesdatadir}/%{game_name} -type f -exec chmod 644 {} \;

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README COPYING
%{_gamesdatadir}/%{game_name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-5
+ Revision: e8d87f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2853 |14cr|manpageeditor-0.0.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ManPageEditor
%define debug_package	%{nil}
#define distsuffix mrb

Name:			manpageeditor
Version:		0.0.15
Release:		2
Summary:		Manual pages editor
License:		GPLv3
Group:			Books/Howtos
URL:			http://keithhedger.hostingsiteforfree.com/
Source0:		http://keithhedger.hostingsiteforfree.com/zips/manpageeditor/%{oname}-%{version}.tar.gz
BuildRequires:		desktop-file-utils
BuildRequires:		pkgconfig(gtksourceview-2.0)
BuildRequires:   	aspell-devel
BuildRequires:     	imagemagick
BuildRequires:     	pkgconfig(gdk-2.0)

%description
Create,edit,import,preview man-pages.

%prep
%setup -q -n %{oname}-%{version}

%build
%configure --prefix=/usr --enable-aspell
%make

%install
# installer is a total mess...
mkdir -p %{buildroot}%{_bindir}
install -m755 ManPageEditor/app/%{name} %{buildroot}%{_bindir}
# man pages
mkdir -p %{buildroot}%{_mandir}/man1
install -m644  ManPageEditor/resources/man/manpageeditor.1 %{buildroot}%{_mandir}/man1
# data files
mkdir -p %{buildroot}%{_datadir}/%{oname}
cp -R ManPageEditor/resources/examples %{buildroot}%{_datadir}/%{oname}/examples
# menu entry fix
mkdir -p %{buildroot}%{_datadir}/applications
cp -R ManPageEditor/resources/applications/%{oname}.desktop %{buildroot}%{_datadir}/applications/%{oname}.desktop
desktop-file-install %{buildroot}%{_datadir}/applications/%{oname}.desktop
# icons	
install -d -m755 %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert ManPageEditor/resources/pixmaps/%{oname}.png -resize 32x32 %{buildroot}%{_iconsdir}/%{oname}.png
convert ManPageEditor/resources/pixmaps/%{oname}.png -resize 16x16 %{buildroot}%{_miconsdir}/%{oname}.png
convert ManPageEditor/resources/pixmaps/%{oname}.png -resize 48x48 %{buildroot}%{_liconsdir}/%{oname}.png

rm -fr %{buildroot}%{_datadir}/%{oname}/docs

%files
%doc ChangeLog ManPageEditor/resources/docs/gpl-3.0.txt ManPageEditor/resources/help
%{_bindir}/%{name}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/%{oname}/examples/*
%{_mandir}/man1/manpageeditor.1*
%{_miconsdir}/%{oname}.png
%{_iconsdir}/%{oname}.png
%{_liconsdir}/%{oname}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.15-2
+ Revision: 5489fb7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2854 |14cr|manslide-2.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		manslide
Summary:	Graphical slideshow creation program
Version:	2.0.3
Release:	6
Source0:	http://www.mandrivalinux-online.eu/%{name}/%{name}-%{version}.tar.gz
URL:		http://www.kde-apps.org/content/show.php?content=72739
Group:		Graphics
License:	GPLv2+

BuildRequires:	qt4-devel
Requires:	sox
Requires:	imagemagick
Requires:	mencoder
Requires:	mplayer

%description
Manslide is a slideshow creation application which makes it easy to
produce attractive slideshows with optional background music. Manslide
uses the QT4 toolkit.

%prep
%setup -q
moc mainfrm.h > moc_mainfrm.cpp
moc tetrahedron.h > moc_tetrahedron.cpp

%build
%qmake_qt4
%make

%install
install -m755 Manslide -D %{buildroot}%{_datadir}/%{name}/%{name}
install -m644 *.qm %{buildroot}%{_datadir}/%{name}/
install -m644 *.ts %{buildroot}%{_datadir}/%{name}/
cp -R Interface %{buildroot}%{_datadir}/%{name}/
cp -R BIB_ManSlide %{buildroot}%{_datadir}/%{name}/
install -d %{buildroot}%{_bindir}
ln -s %{_datadir}/%{name}/%{name} %{buildroot}%{_bindir}/%{name}

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Manslide
Comment=Slideshow generator
Exec=%{_bindir}/%{name} 
Icon=image_processing_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Graphics;Qt;Photography;X-MandrivaLinux-CrossDesktop;
EOF

%files
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-6
+ Revision: 09d79f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2855 |14cr|mantis-1.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   mantisbt


Name:		mantis
Version:	1.2.1
Release:	6
Summary:	Web-based bug tracker
License:	GPLv2
Group:		System/Servers
URL:		http://www.mantisbt.org
Source0:	%{oname}-%{version}.tar.gz
Requires:	apache-mod_php
Requires:	php-mysql
Requires:	apache-mod_socache_shmcb
BuildArch:	noarch

%description
Mantis is a php/MySQL/web based bugtracking system.
The goals for this project are to produce and maintain a
lightweight and simple bugtracking system. Additions of
complexity and/or features are modular and configurable
so that users can be shielded from unwanted clutter.

The product is designed to be easily modifiable,
customizable, and upgradeable. Anyone with intermediate
PHP and MySQL experience should be able to customize
Mantis to suit their needs.

%prep
%setup -q -n %{oname}-%{version}

%build

%install
rm -rf packages
# install files
install -d -m 755 %{buildroot}%{_var}/www/%{name}
install -d -m 755 %{buildroot}%_defaultdocdir/%{name}-%{version}
mv doc/*  %{buildroot}%_defaultdocdir/%{name}-%{version}
rm -rf doc
cp -aRf * %{buildroot}%{_var}/www/%{name}

# apache configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf <<EOF
Alias /mantis "/var/www/mantis"

<Directory /var/www/mantis>

    Require all granted
    
	php_admin_value memory_limit 32M
	php_admin_value max_execution_time 60
	php_admin_value register_globals Off
	php_admin_value magic_quotes_gpc Off
	php_admin_value magic_quotes_runtime Off
	# settings for the file upload, you might increase them further
	php_admin_value upload_max_filesize 16M
	# session handling: now the check for expired sessions is done on every 10th session creation
	php_admin_value session.use_trans_sid Off
	php_admin_value session.gc_probability 1
	php_admin_value session.gc_divisor 10
	# multibyte extension: needed for utf-8
	php_admin_value mbstring.func_overload 7

  <Files ~ "\.inc\.php$">
     Require all denied
   </Files>

  <Files ~ ".tpl$">
     Require all denied
  </Files>

</Directory>
EOF

find %{buildroot}%{_var}/www/%{name} -name '*.php' -exec perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|g' {} \;

%clean


%files
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%_defaultdocdir/%{name}-%{version}
%{_var}/www/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-6
+ Revision: 3f83351
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2856 |14cr|mapnik-2.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Free Toolkit for developing mapping applications
Name:		mapnik
Version:	2.2.0
Release:	3
License:	LGPLv2+
Group:		Communications
Url:		http://mapnik.org/
Source0:	https://github.com/downloads/mapnik/mapnik/%{name}-v%{version}.tar.bz2
Source1:	mapnik-data.license
Source2:	no_date_footer.html
Source3:	viewer.desktop
Patch0:		mapnik-2.2.0-build-viewer.patch
#Patch1:		mapnik-2.2.0-system-agg.patch
Patch2:		mapnik-2.2.0-composite-mode.patch
Patch3:		mapnik-2.2.0-disable-hsv.patch
Patch4:		mapnik-2.2.0-system-sparsehash.patch
Patch5:		mapnik-2.2.0-qapplication.patch
Patch6:		mapnik-2.2.0-link.patch
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	doxygen
BuildRequires:	scons
BuildRequires:	boost-devel
BuildRequires:	gdal-devel
BuildRequires:	jpeg-devel
BuildRequires:	libtool-devel
BuildRequires:	qt4-devel
BuildRequires:	sparsehash-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(icu-i18n)
#BuildRequires:	pkgconfig(libagg)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(proj)
BuildRequires:	pkgconfig(pycairo)
BuildRequires:	pkgconfig(python)
Requires:	fonts-ttf-dejavu

%description
Mapnik is a Free Toolkit for developing mapping applications.
It's written in C++ and there are Python bindings to
facilitate fast-paced agile development. It can comfortably
be used for both desktop and web development, which was something
I wanted from the beginning.

Mapnik is about making beautiful maps. It uses the AGG library
and offers world class anti-aliasing rendering with subpixel
accuracy for geographic data. It is written from scratch in
modern C++ and doesn't suffer from design decisions made a decade
ago. When it comes to handling common software tasks such as memory
management, filesystem access, regular expressions, parsing and so
on, Mapnik doesn't re-invent the wheel, but utilises best of breed
industry standard libraries from boost.org.

%files
%doc AUTHORS.md COPYING README.md
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/input
%{_libdir}/%{name}/input/*.input

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Mapnik is a Free toolkit for developing mapping applications
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Mapnik is a Free toolkit for developing mapping applications
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.hpp
%{_includedir}/%{name}/*/*.hpp
%{_libdir}/lib%{name}.so
%{_datadir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package python
Summary:	Python bindings for the Mapnik spatial visualization library
License:	GPLv2+
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	python-imaging
Requires:	python-lxml

%description python
Language bindings to enable the Mapnik library to be used from python.

%files python
%{_bindir}/mapdef_stats.py
%{_bindir}/upgrade_map_xml.py
%{python_sitearch}/%{name}
%{python_sitearch}/%{name}%{major}/__init__.py

#----------------------------------------------------------------------------

%package utils
Summary:	Utilities distributed with the Mapnik spatial visualization library
License:	GPLv2+
Group:		Communications
Requires:	%{name} = %{EVRD}

%description utils
Miscellaneous utilities distributed with the Mapnik spatial visualization
library.

%files utils
%{_bindir}/shapeindex
%{_bindir}/%{name}-config
%{_bindir}/%{name}-speed-check

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-v%{version}
%apply_patches

# clean SVN
find . -type d -name .svn -exec rm -rf '{}' +

# get rid of local agg, tinyxml and fonts
rm -rf agg tinyxml fonts

set +x
for f in `find . -type f` ; do
   if file $f | grep -q ISO-8859 ; then
      set -x
      iconv -f ISO-8859-1 -t UTF-8 $f > ${f}.tmp && \
         mv -f ${f}.tmp $f
      set +x
   fi
   if file $f | grep -q CRLF ; then
      set -x
      sed -i -e 's|\r||g' $f
      set +x
   fi
done
set -x

# fix spurious exec flag
chmod -x demo/viewer/images/*.png
find . -type d -perm /g+s -exec chmod -s '{}' \;

# fix wrong path in some demo files
sed -i -e 's|/lib/mapnik/input/|/%{name}/input/|g' demo/c++/rundemo.cpp

%build
# fix build flags
sed -i -e "s|common_cxx_flags = .-D\%s|common_cxx_flags = \'-D\%s %{optflags} -DBOOST_FILESYSTEM_VERSION=3 |g" SConstruct


# WARNING smp may break build
# %{?_smp_mflags}
scons         PREFIX=%{_prefix} \
              THREADING=multi \
              XMLPARSER=libxml2 \
              GDAL_INCLUDES=%{_includedir}/gdal \
              INTERNAL_LIBAGG=True \
              LIBDIR_SCHEMA=%{_lib} \
              SYSTEM_FONTS=True

%install
scons install DESTDIR=%{buildroot} \
              PREFIX=%{_prefix} \
              THREADING=multi \
              XMLPARSER=libxml2 \
              GDAL_INCLUDES=%{_includedir}/gdal \
              INTERNAL_LIBAGG=True \
              LIBDIR_SCHEMA=%{_lib} \
              SYSTEM_FONTS=True

# get rid of fonts use external instead
rm -rf %{buildroot}%{_libdir}/%{name}/fonts

# Most likely these are not needed
rm -rf %{buildroot}%{_includedir}/%{name}/agg
rm -rf %{buildroot}%{_includedir}/%{name}/sparsehash

# install more utils
mkdir -p %{buildroot}%{_bindir}
#install -p -m 755 demo/viewer/viewer %{buildroot}%{_bindir}/
install -p -m 755 utils/stats/mapdef_stats.py %{buildroot}%{_bindir}/
#install -p -m 644 %{SOURCE1} demo/data/

# install pkgconfig file
cat > %{name}.pc <<EOF
prefix=%{_prefix}
exec_prefix=%{_prefix}
includedir=%{_includedir}

Name: %{name}
Description: Free Toolkit for developing mapping applications
Version: %{version}
Libs: -lmapnik
Cflags: -I${includedir}/%{name} -I${includedir}/agg
EOF

mkdir -p %{buildroot}%{_datadir}/pkgconfig/
install -p -m 644 %{name}.pc %{buildroot}%{_datadir}/pkgconfig/

chrpath -d %{buildroot}%{_libdir}/mapnik/input/shape.input \
	%{buildroot}%{_libdir}/mapnik/input/raster.input \
	%{buildroot}%{_libdir}/mapnik/input/postgis.input \
	%{buildroot}%{_bindir}/shapeindex

%check
# export test enviroment
export PYTHONPATH=$PYTHONPATH:%{buildroot}%{python_sitearch}
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH%{buildroot}%{_libdir}

pushd tests/
./run_tests.py || true
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.0-3
+ Revision: e0d0194
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2857 |14cr|mapserver-6.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %{name} %{version}
%define devname %mklibname %{name} -d

Summary:	Web-based Map Server
Name:		mapserver
Version:	6.2.1
Release:	4
License:	MIT
Group:		Sciences/Geosciences
Url:		http://mapserver.org/
Source0:	http://download.osgeo.org/mapserver/%{name}-%{version}.tar.gz
Patch0:		mapserver-6.2.1-link.patch
Patch1:		mapserver-6.2.1-gdver.patch
Patch2:		mapserver-6.2.1-giflib51.patch
BuildRequires:	apache-mpm-prefork
BuildRequires:	webserver
BuildRequires:	gd-devel
BuildRequires:	gdal-devel
BuildRequires:	geos-devel
BuildRequires:	php-devel
BuildRequires:	postgresql-devel
BuildRequires:	readline-devel
BuildRequires:	shapelib-devel
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ftgl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libming)
BuildRequires:	pkgconfig(libsvg-cairo)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(proj)
Requires:	webserver

%description
MapServer is an  OpenSource development environment for building spatially
enabled Internet applications. The software builds upon other popular
OpenSource or freeware systems like Shapelib, FreeType, Proj.4, libTIFF,
Perl and others.

The MapServer CGI application provides a significant number of
"out-of-the-box" features. Here's a sampling:

* vector formats supported: ESRI shapefiles, simple embedded features,
  ESRI ArcSDE (alpha release)
* raster formats supported (8-bit only): TIFF/GeoTIFF, GIF, PNG, ERDAS,
  JPEG and EPPL7
* quadtree spatial indexing for shapefiles
* fully customizable, template driven output
* feature selection by item/value, point, area or another feature
* TrueType font support
* support for tiled raster and vector data (display only)
* automatic legend and scalebar building
* scale dependent feature drawing and application execution
* thematic map building using logical or regular expression based classes
* feature labeling including label collision mediation
* on-the-fly configuration via URLs
* on-the-fly projection

MapServer is not a full-featured GIS system, nor does it aspire to be.
It does, however, provide enough core functionality to support a wide
variety of web applications. Beyond browsing GIS data, MapServer allows
you create "geographic image maps", that is, maps that can direct users
to content.

%files
%dir %{_var}/www/html/mapserver
%attr(755,apache,apache) %{_var}/www/html/mapserver/tmp
%doc INSTALL README HISTORY.TXT
%{_bindir}/legend
%{_bindir}/mapserv
%{_bindir}/msencrypt
%{_bindir}/scalebar
%{_bindir}/shp2img
%{_bindir}/shptree
%{_bindir}/shptreetst
%{_bindir}/shptreevis
%{_bindir}/sortshp
%{_bindir}/tile4ms

#----------------------------------------------------------------------------

%package -n php-mapscript
Summary:	Mapserver php-mapscript
Group:		Sciences/Geosciences
Provides:	mapscript = %{EVRD}
Provides:	mapserver-php = %{EVRD}
Requires:	php
Requires:	curl

%description -n php-mapscript
php-mapscript allows you to have mapserver functions from within php,
creating maps with php commands.

%files -n php-mapscript
%{_sysconfdir}/php.d/40_mapscript.ini
%{_libdir}/php/extensions/*

%post -n php-mapscript
%{_post_webapp}

%postun -n php-mapscript
%{_postun_webapp}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Mapserver shared library
Group:		System/Libraries
Conflicts:	%{name} < 6.2.1

%description -n %{libname}
Mapserver shared library.

%files -n %{libname}
%{_libdir}/lib%{name}-%{version}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Mapserver development files
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 6.2.1
Obsoletes:	%{name}-devel < 6.2.1

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/lib%{name}.so
%{_bindir}/mapserver-config

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
%global ldflags %{ldflags} -lX11

autoreconf -fi
%configure2_5x \
	--with-proj \
	--with-gdal \
	--with-ogr \
	--with-wms \
	--with-php=%{_bindir}/php-config \
	--without-tiff \
	--with-threads \
	--with-postgis \
	--with-wfs \
	--with-wcs \
	--with-wmsclient \
	--with-wfsclient \
	--with-png \
	--with-geos \
	--with-httpd=%{_sbindir}/httpd \
	--with-kml \
	--with-ftgl \
	--with-opengl \
	--with-mysql \
	--with-cairo \
	--with-libsvg-cairo \
	--with-zlib \
	--with-gd

%make

%install
mkdir -p %{buildroot}/%{_libdir}
mkdir -p %{buildroot}/%{_includedir}/%{name}-4.6
mkdir -p %{buildroot}/%{_libdir}/php/extensions
mkdir -p %{buildroot}/%{_sysconfdir}/php.d/

cat > 40_mapscript.ini <<EOF
extension = php_mapscript.so
EOF

%makeinstall_std

install -d %{buildroot}/%{_var}/www/html/mapserver/tmp

install -m755 40_mapscript.ini %{buildroot}/%{_sysconfdir}/php.d/

for binary in mapserv shp2img legend shptree shptreevis \
	shptreetst scalebar sortshp tile4ms msencrypt
do
	chrpath -d %{buildroot}%{_bindir}/$binary
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.2.1-4
+ Revision: 4d1b581
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2858 |14cr|maradns-1.4.06-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define topver	1.4

Summary:	An authoritative and recursive DNS server made with security in mind
Name:		maradns
Version:	1.4.06
Release:	3
License:	BSD
Group:		System/Servers
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		http://www.maradns.org
Source0:	http://www.maradns.org/download/%{topver}/%{version}/%{name}-%{version}.tar.bz2
Patch0:		maradns-1.3.07.09-install.patch
Patch1:		maradns-1.3.07.09-initscript.patch
Patch2:		maradns-1.3.07.09-mararc_examples.patch
Requires(post):	rpm-helper

%description
MaraDNS is an authoritative and recursive DNS server made with
security in mind. More information is at http://www.maradns.org.

%prep
%setup -q
%patch0 -p1 -b .path
%patch1 -p1
%patch2 -p1

%build
%setup_compile_flags
%make

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/{man1,man5,man8}
mkdir -p %{buildroot}/%{_initrddir}
mkdir -p %{buildroot}%{_logdir}/%{name}

PREFIX="%{buildroot}%{_prefix}" make install

install -m 0644 doc/en/examples/example_authoritative_mararc.txt \
	%{buildroot}%{_sysconfdir}/%{name}/mararc.authorative
install -m 0644 doc/en/examples/example_full_mararc \
	%{buildroot}%{_sysconfdir}/%{name}/mararc.full
install -m 0644 doc/en/examples/example_recursive_mararc.txt \
	%{buildroot}%{_sysconfdir}/%{name}/mararc.recursive

# remove unwanted %doc files
rm doc/en/Makefile \
	doc/en/*.html \
	doc/en/examples/Makefile
rm -r doc/en/man \
	doc/en/misc \
	doc/en/pdf \
	doc/en/source
rm -r doc/pt_br

%clean
rm -rf %{buildroot}/

%pre
%_pre_useradd maradns /etc/maradns /bin/false
%_pre_groupadd maradns maradns
#if [ $1 = 1 ]
#	then
#	/usr/sbin/groupadd -r -g 99 maradns > /dev/null 2>&1
#	/usr/sbin/useradd -u 99 -r -d /etc/maradns -s /bin/false \
#	-c "Maradns pseudo user" -g maradns maradns  > /dev/null 2>&1
#fi

%post
%_post_service maradns

%preun
%_preun_service maradns

%postun
%_postun_userdel maradns
%_postun_groupdel maradns


%files
%defattr(-,root,root)
%doc doc/*
%attr(755,root,root) %{_sysconfdir}/rc.d/init.d/%{name}*
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/logger
%config(noreplace) %{_sysconfdir}/%{name}/db.example.net
%config(noreplace) %{_sysconfdir}/%{name}/mararc*
%{_bindir}/fetchzone
%{_bindir}/getzone
%{_bindir}/askmara
%{_sbindir}/%{name}
%{_sbindir}/zoneserver
%{_sbindir}/duende
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%dir %{_logdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.06-3
+ Revision: 0764c3a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2859 |14cr|marathon-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname		Marathon
%define		oversion	20120128

Name:		marathon
Version:	1.0.1
Release:	3
Summary:	3D first-person shooter game
License:	GPL
Group:		Games/Arcade
Source0:	%{oname}-%{oversion}-Data.zip
URL:		http://sourceforge.net/projects/marathon/
Requires:	alephone
BuildArch:	noarch

%description
Marathon is a first-person shooter video game with a science fiction theme
developed and published by Bungie released in December 1994 for the Apple
Macintosh. Marathon was released at a time when other early first-person
shooters such as Doom were enjoying popularity amongst PC users, and it was
widely seen as a Macintosh counterpart to Doom (which would not be ported to
the Macintosh platform until 1995).

The game takes place several centuries into the future in outer space and sets
the player as a security officer attempting to defeat an alien invasion aboard
a colony ship named the Marathon. Although Marathon features action-heavy,
first-person shooter gameplay similar to Doom and other contemporaries, the
game is renowned for having an intricate story line that is also an essential
element of its gameplay whereas most similar games devote minimal attention to
plot for the sake of faster, simpler, more action-oriented gameplay.

Just prior to its acquisition by Microsoft in 2000, Bungie released the source
code to the Marathon 2 engine, and the Marathon Open Source project began,
resulting in the new Marathon engine called Aleph One. Since then, the fan
community has made improvements that feature OpenGL-based, high-resolution
graphics, support for Lua, a slew of internal structural changes allowing for
more advanced 3rd party mods, and Internet-capable TCP/IP-based multiplayer.

While the fundamental technology underlying the Marathon engine is still
considered rather outdated by today's standards, Aleph One has added
significant improvements and a more modern polish to its capabilities and
ported it to a wide variety of platforms, bringing Marathon and its derivatives
far beyond their Mac roots.

%prep
%setup -q -n Marathon\ (A1)
find . -type f -exec %__chmod 0644 {} \;

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/AlephOne/%{name}
cp -r * %{buildroot}%{_gamesdatadir}/AlephOne/%{name}/

mkdir -p %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
#!/bin/bash

alephone %{_gamesdatadir}/AlephOne/%{name}/
EOF

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Marathon
Comment=3D first-person shooter
Exec=%{name}
Icon=/usr/share/pixmaps/marathon.png
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_gamesbindir}/%{name}
%{_gamesdatadir}/AlephOne/%{name}
%{_datadir}/applications/%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-3
+ Revision: 65c0a16
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2860 |14cr|marathon2-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname		Marathon2
%define		oversion	20120128

Name:		marathon2
Version:	1.0.1
Release:	3
Summary:	3D first-person shooter game
License:	GPL
Group:		Games/Arcade
Source0:	%{oname}-%{oversion}-Data.zip
URL:		http://sourceforge.net/projects/marathon/
Requires:	alephone
BuildArch:	noarch

%description
Marathon 2: Durandal is the first sequel in the Marathon series of science
fiction first-person shooter computer games from Bungie Software. It was
released on November 24, 1995. The game is mostly set on the fictional planet
of Lh'owon, homeworld of the S'pht, and once again the player takes the role
of a Security Officer from the Marathon.

Just prior to its acquisition by Microsoft in 2000, Bungie released the source
code to the Marathon 2 engine, and the Marathon Open Source project began,
resulting in the new Marathon engine called Aleph One. Since then, the fan
community has made improvements that feature OpenGL-based, high-resolution
graphics, support for Lua, a slew of internal structural changes allowing for
more advanced 3rd party mods, and Internet-capable TCP/IP-based multiplayer.

While the fundamental technology underlying the Marathon engine is still
considered rather outdated by today's standards, Aleph One has added
significant improvements and a more modern polish to its capabilities and
ported it to a wide variety of platforms, bringing Marathon and its derivatives
far beyond their Mac roots.

%prep
%setup -q -n Marathon\ 2

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/AlephOne/%{name}
cp -r * %{buildroot}%{_gamesdatadir}/AlephOne/%{name}/

mkdir -p %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
#!/bin/bash

alephone %{_gamesdatadir}/AlephOne/%{name}/
EOF

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Marathon 2
Comment=3D first-person shooter
Exec=%{name}
Icon=/usr/share/pixmaps/marathon.png
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_gamesbindir}/%{name}
%{_gamesdatadir}/AlephOne/%{name}
%{_datadir}/applications/%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-3
+ Revision: 6b48b2c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2861 |14cr|marathon-infinity-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname		MarathonInfinity
%define		oversion	20120128

Name:		marathon-infinity
Version:	1.0.1
Release:	3
Summary:	3D first-person shooter game
License:	GPL
Group:		Games/Arcade
Source0:	%{oname}-%{oversion}-Data.zip
URL:		http://sourceforge.net/projects/marathon/
Requires:	alephone
BuildArch:	noarch

%description
Marathon Infinity is the third game in the Marathon Trilogy of science fiction
first-person shooter computer games from Bungie Software. The game was released
on October 15, 1996 and included more levels than its predecessor Marathon 2.
These were larger, and formed part of a more intricate plot that spanned both
space and time.

Just prior to its acquisition by Microsoft in 2000, Bungie released the source
code to the Marathon 2 engine, and the Marathon Open Source project began,
resulting in the new Marathon engine called Aleph One. Since then, the fan
community has made improvements that feature OpenGL-based, high-resolution
graphics, support for Lua, a slew of internal structural changes allowing for
more advanced 3rd party mods, and Internet-capable TCP/IP-based multiplayer.

While the fundamental technology underlying the Marathon engine is still
considered rather outdated by today's standards, Aleph One has added
significant improvements and a more modern polish to its capabilities and
ported it to a wide variety of platforms, bringing Marathon and its derivatives
far beyond their Mac roots.

%prep
%setup -q -n Marathon\ Infinity

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/AlephOne/%{name}
cp -r * %{buildroot}%{_gamesdatadir}/AlephOne/%{name}/

mkdir -p %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
#!/bin/bash

alephone %{_gamesdatadir}/AlephOne/%{name}/
EOF


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Marathon Infinity
Comment=3D first-person shooter
Exec=%{name}
Icon=/usr/share/pixmaps/marathon.png
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_gamesbindir}/%{name}
%{_gamesdatadir}/AlephOne/%{name}
%{_datadir}/applications/%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-3
+ Revision: 8edf7a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2862 |14cr|marco-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mate-window-manager
%define name  marco
%define major 0
%define libname %mklibname marco-private %{major}
%define develname %mklibname -d marco-private
%define startup_notification_version 0.4

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:       Mate window manager
Name:          %{name}
Version:       1.8.0
Release:       2
URL:           http://www.mate-desktop.org/
Source0:       http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
# use oxygen as our default theme
Source1:       http://gnome-look.org/CONTENT/content-files/76582-Oxygen_Accurate_Installation_Files.tar.bz2
License:       GPLv2+
Group:         Graphical desktop/Other

BuildRequires: intltool
BuildRequires: itstool
BuildRequires: mate-common
BuildRequires: mate-dialogs
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(libcanberra-gtk)
BuildRequires: pkgconfig(libgtop-2.0)
BuildRequires: pkgconfig(libstartup-notification-1.0)
BuildRequires: pkgconfig(mate-doc-utils)
BuildRequires: pkgconfig(pangoxft)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcomposite)
BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glu)
BuildRequires: yelp-tools

Requires:      mate-dialogs

%rename		%{oname}

%description
The Mate window manager integrates nicely with MATE.

%package -n %{libname}
Summary:        Libraries for Mate window manager
Group:          System/Libraries

%description -n %{libname}
This package contains libraries used by Mate window manager.

%package -n %{develname}
Summary:        Libraries and include files with Mate window manager
Group:          Development/C
Requires:	%{libname} = %{version}
Provides:	%{oname}-devel = %{version}-%{release}

%description -n %{develname}
This package provides the necessary development libraries and include 
files to allow you to develop with Mate window manager.


%prep
%setup -q -n %{name}-%{version} -b1

pushd "../Oxygen Accurate Installation Files"
tar xf OxygenAccurate.tar.gz
popd

%build
%configure2_5x \
        --disable-static \
        --disable-scrollkeeper

%make

%install
%makeinstall_std

%find_lang %{name}

pushd "../Oxygen Accurate Installation Files/Oxygen Accurate"
mkdir -p %{buildroot}%{_datadir}/themes/oxygnome
cp -fr metacity-1 %{buildroot}%{_datadir}/themes/oxygnome/metacity-1
popd

rm -fr %{buildroot}%{_datadir}/MateConf

%files -f %{name}.lang
%doc README NEWS HACKING
%{_bindir}/marco
%{_bindir}/marco-message
%{_datadir}/applications/marco.desktop
%{_datadir}/themes/ClearlooksRe
%{_datadir}/themes/Dopple-Left
%{_datadir}/themes/Dopple
%{_datadir}/themes/DustBlue
%{_datadir}/themes/Spidey-Left
%{_datadir}/themes/Spidey
%{_datadir}/themes/Splint-Left
%{_datadir}/themes/Splint
%{_datadir}/themes/WinMe
%{_datadir}/themes/eOS
%{_datadir}/marco
%{_datadir}/mate-control-center/keybindings/50-marco*.xml
%{_datadir}/help/C/creating-marco-themes
%{_datadir}/mate/wm-properties
%{_datadir}/glib-2.0/schemas/org.mate.marco.gschema.xml
%{_datadir}/themes/oxygnome/
%{_mandir}/man1/marco.1.*
%{_mandir}/man1/marco-message.1.*

%files -n %{libname}
%{_libdir}/libmarco-private.so.%{major}*

%files -n %{develname}
%doc ChangeLog
%{_bindir}/marco-theme-viewer
%{_bindir}/marco-window-demo
%{_includedir}/marco-1
%{_libdir}/libmarco-private.so
%{_libdir}/pkgconfig/libmarco-private.pc
%{_mandir}/man1/marco-theme-viewer.1.*
%{_mandir}/man1/marco-window-demo.1.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: df33dc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2863 |14cr|marisa-0.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		marisa
Version:	0.2.4
Release:	2
Summary:	Static and spece-efficient trie data structure library

License:	BSD or LGPL
URL:		https://code.google.com/p/marisa-trie/
Source0:	https://marisa-trie.googlecode.com/files/%{name}-%{version}.tar.gz
Group:		System/Internationalization
BuildRequires:	swig
BuildRequires:	perl-devel
BuildRequires:	python-devel
BuildRequires:	ruby-devel clang-devel
BuildRequires:	gcc gcc-c++ automake swig

%description
Matching Algorithm with Recursively Implemented StorAge (MARISA) is a
static and space-efficient trie data structure. And libmarisa is a C++
library to provide an implementation of MARISA. Also, the package of
libmarisa contains a set of command line tools for building and
operating a MARISA-based dictionary.

A MARISA-based dictionary supports not only lookup but also reverse
lookup, common prefix search and predictive search.


%package	devel
Summary:	Development files for %{name}
Group:		System/Internationalization
Requires:	%{name}%{?_isa} = %{version}-%{release}

%description	devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%package        tools
Summary:	Tools for %{name}
Group:		System/Internationalization
Requires:	%{name}%{?_isa} = %{version}-%{release}

%description	tools
The %{name}-tools package contains tools for developing applications
that use %{name}.


%package perl
Summary:	Perl language binding for marisa
Group:		Development/Perl
Requires:	%{name} = %{version}-%{release}

%description perl
Perl language binding for marisa


%package python
Summary:	Python language binding for marisa
Group:		Development/Python
Requires:	%{name} = %{version}-%{release}

%description python
Python language binding for marisa


%package ruby
Summary:	Ruby language binding for marisa
Group:		Development/Ruby
Requires:	%{name} = %{version}-%{release}
Requires:	ruby

%description ruby
Ruby language binding for groonga


%prep
%setup -q


%build
export CFLAGS="-g -O2 -lstdc++"
export LDFLAGS="-lstdc++"
./configure --exec-prefix=%{_prefix} \
	--build=x86_64-unknown-linux-gnu \
	--host=x86_64-unknown-linux-gnu \
	--bindir=%{_bindir} \
	--sbindir=%{_sbindir} \
	--sysconfdir=%{_sysconfdir} \
	--datadir=%{_datadir} \
	--includedir=%{_includedir} \
	--libdir=%{_libdir} \
	--libexecdir=%{_libexecdir} \
	--localstatedir=%{_localstatedir} \
	--sharedstatedir=%{_sharedstatedir} \
	--mandir=%{_mandir} \
	--infodir=%{_infodir} \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}
# sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
# sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
CFLAGS="-g -O2 -lstdc++" LDFLAGS="-lstdc++" make

# build Perl bindings
pushd bindings/perl
export CFLAGS="-g -O2 -lstdc++"
export LDFLAGS="-lstdc++"
export CXXFLAGS="-g -O2 -lstdc++"
%{__perl} Makefile.PL INC="-I%{_builddir}/%{name}-%{version}/lib" LIBS="-L%{_builddir}/%{name}-%{version}/lib/.libs" INSTALLDIRS=vendor
CFLAGS="-g -O2 -lstdc++" LDFLAGS="-lstdc++" make
popd

# build Python bindings
pushd bindings/python
python setup.py build_ext --include-dirs="%{_builddir}/%{name}-%{version}/lib" --library-dirs="%{_builddir}/%{name}-%{version}/lib/.libs"
python setup.py build
popd

# build Ruby bindings
# Regenerate ruby bindings
pushd bindings
export CFLAGS="-g -O2 -lstdc++"
export LDFLAGS="-lstdc++"
export CXXFLAGS="-g -O2 -lstdc++"
CFLAGS="-g -O2 -lstdc++" LDFLAGS="-lstdc++" %make swig-ruby
popd

pushd bindings/ruby
export CFLAGS="-g -O2 -lstdc++"
export LDFLAGS="-lstdc++"
export CXXFLAGS="-g -O2 -lstdc++"
ruby extconf.rb --with-opt-include="%{_builddir}/%{name}-%{version}/lib" --with-opt-lib="%{_builddir}/%{name}-%{version}/lib/.libs" --vendor
CFLAGS="-g -O2 -lstdc++" LDFLAGS="-lstdc++" %make
popd

%install
%make_install INSTALL="install -p"

# install Perl bindings
pushd bindings/perl
%make_install INSTALL="install -p"
popd

# install Python bindings
pushd bindings/python
python setup.py install --root="%{buildroot}"
popd

# install Ruby bindings
pushd bindings/ruby
make install DESTDIR=%{buildroot} hdrdir=%{_includedir}/ruby-%{ruby_version} rubyhdrdir=%{_includedir}/ruby-%{ruby_version}
popd
rm -rf %{buildroot}%{_libdir}/libmarisa.{la,a}

find %{buildroot} -name 'perllocal.pod' -exec rm -f {} ';'

%files
%doc docs/* AUTHORS COPYING README
%{_libdir}/*.so.*

%files devel
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files tools
%{_bindir}/marisa*

%files perl
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto/

%files python
%{py_platsitedir}/*

%files ruby
%{ruby_vendorarchdir}/*

%changelog
* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-2
+ Revision: d8c08e4
- Cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2864 |14cr|marked-0.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global enable_tests 0

Name:       marked
Version:    0.3.2
Release:    1
Summary:    A markdown parser for Node.js built for speed
License:    MIT
Group:      Development/Other
URL:        https://github.com/chjj/marked
Source0:    http://registry.npmjs.org/marked/-/marked-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:	noarch

BuildRequires:  nodejs-packaging
BuildRequires:  web-assets-devel
BuildRequires:  uglify-js

%if 0%{?enable_tests}
BuildRequires:  npm(express)
BuildRequires:  npm(markdown)
BuildRequires:  npm(showdown)
# Not yet packaged for Fedora.
# BuildRequires:  npm(robotskirt)
%endif

Requires:       js-marked = %{version}-%{release}

%description
marked is a full-featured markdown compiler that can parse huge chunks of
markdown without having to worry about caching the compiled output or
blocking for an unnecessarily long time.

marked is extremely fast and frequently outperforms similar markdown parsers.
marked is very concise and still implements all markdown features, as well
as GitHub Flavored Markdown features.

marked more or less passes the official markdown test suite in its entirety.
This is important because a surprising number of markdown compilers cannot
pass more than a few tests.


%package -n js-marked
Summary:    A markdown parser for JavaScript built for speed
Group:      Development/Other
Requires:   web-assets-filesystem

%description -n js-marked
marked is a full-featured markdown compiler that can parse huge chunks of
markdown without having to worry about caching the compiled output or
blocking for an unnecessarily long time.

marked is extremely fast and frequently outperforms similar markdown parsers.
marked is very concise and still implements all markdown features, as well
as GitHub Flavored Markdown features.

marked more or less passes the official markdown test suite in its entirety.
This is important because a surprising number of markdown compilers cannot
pass more than a few tests.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package

# remove the bundled minified marked
rm -f marked.min.js


%build
uglifyjs --comments '/Copyright/' lib/marked.js -o marked.min.js


%install
mkdir -p %{buildroot}%{_jsdir}/marked
cp -pr lib/marked.js marked.min.js %{buildroot}%{_jsdir}/marked

mkdir -p %{buildroot}%{nodejs_sitelib}/marked
cp -pr package.json component.json \
    %{buildroot}%{nodejs_sitelib}/marked
mkdir -p %{buildroot}%{nodejs_sitelib}/marked/lib
ln -sf %{_jsdir}/marked/marked.js \
    %{buildroot}%{nodejs_sitelib}/marked/lib/marked.js
mkdir -p %{buildroot}%{nodejs_sitelib}/marked/bin
install -p -D -m0755 bin/marked \
    %{buildroot}%{nodejs_sitelib}/marked/bin/marked
mkdir -p %{buildroot}/%{_bindir}
ln -sf %{nodejs_sitelib}/marked/bin/marked \
    %{buildroot}%{_bindir}/marked

mkdir -p %{buildroot}%{_mandir}/man1
install -p -D -m0644 man/marked.1 \
    %{buildroot}%{_mandir}/man1/marked.1

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
# gfm_code_hr_list test is known to fail but the author has not yet arrived
# at a satisfactory solution: https://github.com/chjj/marked/pull/118

# def_blocks and double_link are also known to fail:
# https://github.com/chjj/marked/issues/136#issuecomment-15016714

%nodejs_symlink_deps --check
# /usr/bin/npm install robotskirt
%__nodejs ./test/
%endif


%files
%{nodejs_sitelib}/marked
%{_bindir}/marked
%{_mandir}/man1/marked.1*


%files -n js-marked
%doc LICENSE README.md doc/
%{_jsdir}/marked

%changelog
* Thu Sep 25 2014 Rosa <rosa@abf.rosalinux.ru> 0.3.2-1
+ Revision: 981d6dc
- Automatic import for version 0.3.2-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2865 |14cr|mars_nwe-0.99.pl22-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NetWare file and print servers which run on Linux systems
Name:		mars_nwe
Version:	0.99.pl22
Release:	4
License:	GPLv2+
Group:		Graphics
Url:		http://www.compu-art.de/mars_nwe/
Source0:	http://ftp.disconnected-by-peer.at/ncpfs/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	gdbm-devel

%description
The mars_nwe (MARtin Stover's NetWare Emulator) package enables Linux
to provide both file and print services for NetWare clients (i.e.,
providing the services of a Novell NetWare file server). mars_nwe
allows the sharing of files between Linux machines and Novell NetWare
clients, using NetWare's native IPX protocol suite.

%files
%{_sysconfdir}/skel/.nwopt
%{_sysconfdir}/%{name}
%{_libdir}/%{name}
%{_sbindir}/*
/var/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%global optflags %{optflags} -Wp,-D_FORTIFY_SOURCE=0
%cmake
%make

%install
%makeinstall_std -C build
mv %{buildroot}/usr/etc/ %{buildroot}/


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.99.pl22-4
+ Revision: 2fa8966
- Adjust build flags, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2866 |14cr|marsshooter-0.7.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	M.A.R.S. - A Ridiculous Shooter
Name:		marsshooter
Version:	0.7.5
Release:	1
License:	GPLv3+
Group:		Games/Arcade
Url:		http://mars-game.sourceforge.net/
Source0:	http://sourceforge.net/projects/mars-game/files/mars_source_%{version}.tar.gz
Source1:	%{name}.desktop
Patch0:		marsshooter-0.7.5-desktop-file.patch
Patch1:		marsshooter-0.7.4-cflags.patch
Patch2:		marsshooter-0.7.5-fix-segfault-when-using-arguments-without-path.patch
Patch3:		marsshooter-0.7.5-cmake-menu.patch
Patch4:		marsshooter-0.7.5-shader-bind.patch
BuildRequires:	cmake
BuildRequires:	dos2unix
BuildRequires:	sfml2-devel >= 2.1
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(taglib)

%description
It is a game for two players, flying with ships in a
two-dimensional space setting, governed by the laws of gravity.
It features:
    * awesome 2D-graphics with an unique style
    * a stunning amount of particles
    * single- and multiplayer-support
    * an artificial intelligence using an aggro-system, which
      reacts differentlyupon varying situations
    * many impressive weapons
    * customizable ships
    * a very sexy GUI
    * several game modes: Sacceball, TeamDeathmatch, Cannonkeep,
      Deathmatch, Grave-Itation Pit

%files
%doc credits.txt license.txt
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n mars-game
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
chmod -x data/locales/Polish.txt
dos2unix credits.txt license.txt

%build
%cmake
%make VERBOSE=1

%install
install -D -m 755 mars %{buildroot}%{_gamesbindir}/%{name}
install -D -d %{buildroot}%{_gamesdatadir}/%{name}
cp -r data/* %{buildroot}%{_gamesdatadir}/%{name}
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
install -D -d %{buildroot}%{_datadir}/pixmaps
ln -s %{_gamesdatadir}/%{name}/tex/icon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png


%changelog
* Sun Aug 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.5-1
+ Revision: 8fe8019
- Install our .desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2867 |14cr|marst-2.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		marst
%define version		2.4
%define release		8

Name:		%{name}
Summary:	Algol-to-C translator
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-%{version}-automake-texinfo.patch.bz2
URL:		http://www.gnu.org/software/marst/marst.html
Group:		Development/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPL
BuildRequires:	texinfo autoconf2.5 automake1.8

%description
MARST is an Algol-to-C translator. It automatically translates programs written
in the algorithmic language Algol 60 to the C programming language.

%prep
%setup -q
%patch0 -p1

%build
export FORCE_AUTOCONF_2_5=1
aclocal-1.8
autoconf
automake-1.8 --foreign -a
%configure --disable-dependency-tracking
%make
%make info

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall



%clean
rm -rf $RPM_BUILD_ROOT 

%files
%defattr(-,root,root,0755) 
%doc AUTHORS ChangeLog COPYING README examples
%{_libdir}/libalgol.a
%{_includedir}/algol.h
%{_bindir}/macvt
%{_bindir}/marst
%{_infodir}/%{name}.info*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-8
+ Revision: d955ff9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2868 |14cr|mason-1.540.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name		HTML-Mason
%define	upstream_version	1.54

%if %{_use_internal_dependency_generator}
%define	__noautoreq 'perl\\(MasonX::Request::PlusApacheSession\\)|perl\\(Apache::Request\\)'
%define	__noautoprov 'perl\\(MyApp(.*)\\)'
%else
# useless stuff pulled by ./eg/MyApp/MasonWithSession.pm
%define	_requires_exceptions perl(MasonX::Request::PlusApacheSession)
%define	_provides_exceptions perl(MyApp
%endif

Name:		mason
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Powerful Perl-based web site development and delivery engine

License:	GPL/Artistic
Group:		Networking/WWW
URL:		https://metacpan.org/pod/Mason
Source0:	http://cpan.metacpan.org/authors/id/J/JS/JSWARTZ/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		HTML-Mason-1.32-netdisco.diff
BuildRequires:	apache-mod_perl
BuildRequires:	perl-libapreq2
BuildRequires:	perl-devel
BuildRequires:	perl(Cache::Cache) >= 1.0
BuildRequires:	perl(CGI)
BuildRequires:	perl(Class::Container) >= 0.07
BuildRequires:	perl(Exception::Class) >= 1.15
BuildRequires:	perl(File::Spec) >= 0.8
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(Log::Any)
BuildRequires:	perl(Params::Validate) >= 0.70
BuildRequires:	perl(Scalar::Util) >= 1.01
BuildRequires:	perl(Test)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Deep)

Requires:	apache-mod_perl
Requires:	perl-HTML-Parser
Requires:	perl-libapreq2
%rename		perl-HTML-Mason
BuildArch:	noarch

%description
Mason allows web pages and sites to be constructed from shared, reusable
building blocks called components. Components contain a mix of Perl and HTML,
and can call each other and pass values back and forth like subroutines.
Components increase modularity and eliminate repetitive work: common design
elements (headers, footers, menus, logos) can be extracted into their own
components where they need be changed only once to affect the whole site.

Other Mason features include a graphical site previewing utility, an HTML/data
caching model, and the ability to walk through requests with the Perl debugger.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0


%build
export APACHE=%{_sbindir}/httpd
%__perl Makefile.PL INSTALLDIRS=vendor
%make


%check
%make test


%install
%makeinstall_std
rm -rf %{buildroot}%{_bindir}

install -d %{buildroot}/var/cache/%{name}
install -d %{buildroot}/var/www/%{name}


%files
%doc CREDITS Changes INSTALL LICENSE META.json META.yml README UPGRADE eg samples
%{perl_vendorlib}/HTML
%attr(-,apache,apache) /var/cache/%{name}
/var/www/%{name}
%{_mandir}/man*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.540.0-3
+ Revision: 67002d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2869 |14cr|masqmail-0.2.18-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define confdir		%{_sysconfdir}/masqmail
%define spooldir	%{_var}/spool/masqmail
%define logdir		%{_var}/log/masqmail
%define mailuser	mail
%define mailgroup	mail

# include AUTH (RFC 2554) client support:
%define with_AUTH_CL	1
# include ident (RFC 1413) client support:
%define with_IDENT_CL	0
# include qmail-style maildir support:
%define with_MAILDIR	0
# include MasqDial support:
%define with_MSERVER	0
# include fetchmail-like POP3 client support:
%define with_POP3_CL	0
# link with libcrypto:
%define with_LIBCRYPTO	1

Summary:	Offline Mail Transfert Agent
Name:		masqmail
Version:	0.2.18
Release:	17
Epoch:		1
License:	GPLv2+
Group:		System/Servers
Url:		http://masqmail.cx/masqmail/
Source0:	%{name}-%{version}.tar.bz2
Source3:	%{name}.service
Source4:	masqmail-etc-masqmail-masqmail.conf
Source5:	masqmail-etc-masqmail-example.route
Patch0:		masqmail-Makefile_no_chown.patch.bz2
BuildRequires:	pkgconfig(glib)
%if %{with_LIBCRYPTO}
BuildRequires:	pkgconfig(openssl)
%endif
Requires(preun,post):	rpm-helper
Requires(post): 	systemd-units
Requires(preun): 	systemd-units
Requires(postun): 	systemd-units
Provides:	sendmail-command
Provides:	mail-server

%description
MasqMail is a mail server designed for hosts that are not permanently
connected to the Internet. It handles outgoing messages specially and
delivers them only when the Internet connection is available.
It has support for multiple Internet Service Providers and for local
users's mail boxes. It replaces other MTAs such as Sendmail or Postfix.

%files
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%dir %{_datadir}/masqmail
%dir %{_datadir}/masqmail/tpl
%dir %{_datadir}/masqmail/tpl/*
%{_mandir}/man5/masqmail.aliases.5*
%{_mandir}/man5/masqmail.conf.5*
%if %{with_POP3_CL}
%{_mandir}/man5/masqmail.get.5*
%endif
%{_mandir}/man5/masqmail.route.5*
%{_mandir}/man8/masqmail.8*
%if %{with_MSERVER}
%{_mandir}/man8/mservdetect.8*
%{_bindir}/mservdetect
%endif
%attr(04711, root, root) %{_sbindir}/masqmail

%dir %{confdir}
%config(noreplace) %{confdir}/masqmail.conf
%if %{with_POP3_CL}
%config(noreplace) %{confdir}/example.get
%endif
%config(noreplace) %{confdir}/example.route
%{_unitdir}/%{name}.service

%defattr(-, %{mailuser}, %{mailgroup}, 0755)
%dir %{logdir}
%dir %{spooldir}
%dir %{spooldir}/input
%dir %{spooldir}/lock
%dir %{spooldir}/popuidl

%post
# Install alternatives:
update-alternatives --install %{_sbindir}/sendmail sendmail-command %{_sbindir}/masqmail 20 \
        --slave %{_libdir}/sendmail sendmail-command-in_libdir %{_sbindir}/masqmail \
        --slave %{_mandir}/man1/sendmail.1.bz2 sendmail-command-man %{_mandir}/man8/masqmail.8*

%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

if [ $1 = 0 ]; then
# Clean up spool:
	for dir in input lock popuidl; do
		test -d %{spooldir}/$dir && /bin/rm -f %{spooldir}/$dir/*
	done
# Clean up logs:
	/bin/rm -f %{logdir}/*
# Remove alternatives:
        update-alternatives --remove sendmail-command %{_sbindir}/masqmail
fi

%postun
%systemd_postun_with_restart %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
CFGFLAGS=""
%if %{with_AUTH_CL}
CFGFLAGS="$CFGFLAGS --enable-auth"
%endif
%if %{with_IDENT_CL}
CFGFLAGS="$CFGFLAGS --enable-ident"
%endif
%if %{with_MAILDIR}
CFGFLAGS="$CFGFLAGS --enable-maildir"
%endif
%if %{with_MSERVER}
CFGFLAGS="$CFGFLAGS --enable-mserver"
%endif
CFGFLAGS="$CFGFLAGS --disable-pop3"
%if %{with_POP3_CL}
CFGFLAGS=OLDCFGFLAGS
%endif
%if %{with_LIBCRYPTO}
CFGFLAGS="$CFGFLAGS --with-libcrypto"
%endif

%serverbuild

%configure2_5x \
	--with-user=%{mailuser} \
	--with-group=%{mailgroup} \
	--with-conf-dir=%{confdir} \
	--with-logdir=%{logdir} \
	--with-spooldir=%{spooldir} \
	--disable-debug $CFGFLAGS \
%ifarch x86_64
	--disable-resolver
%endif

%make

%install
%makeinstall_std

# systemd service:
install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service

# Configuration files:
cp %{SOURCE4} %{buildroot}%{confdir}/masqmail.conf
cp %{SOURCE5} %{buildroot}%{confdir}/example.route
%if %{with_POP3_CL}
	cp examples/example.get %{buildroot}%{confdir}/example.get
%endif

# Unused files:
%if !%{with_POP3_CL}
	rm %{buildroot}%{_mandir}/man5/masqmail.get.5*
%endif

%if !%{with_MSERVER}
	rm %{buildroot}%{_mandir}/man8/mservdetect.8*
	rm %{buildroot}%{_bindir}/mservdetect
%endif

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.2.18-17
+ Revision: 965dfa9
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2870 |14cr|massxpert-3.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		massxpert
Version:	3.4.0
Release:	2
Summary:	Linear polymer mass spectrometry software
Group:		Sciences/Chemistry
License:	GPLv3
Url:		http://massxpert.org/
Source0:	http://download.tuxfamily.org/massxpert/source/%{name}-%{version}.tar.bz2

BuildRequires:	qt4-devel
BuildRequires:	cmake
BuildRequires:	freetype2-devel
BuildRequires:	texlive-scheme-tetex
# BuildRequires:	texlive-bibtex.bin
# BuildRequires:	texlive-makeindex.bin
BuildRequires:	desktop-file-utils

Requires:	%{name}-data = %{version}
Suggests:	%{name}-doc
Obsoletes:	polyxmass <= 0.9.7
Obsoletes:	polyxmass-common <= 0.8.7
Obsoletes:	polyxmass-doc <= 0.9.0
Obsoletes:	%{mklibname polyxmass 11} <= 0.9.1
Obsoletes:	%{mklibname polyxmass 11 -d} <= 0.9.1

%description
Massxpert is a software environment for polymer chemistry modelling 
and simulation/analysis of mass spectrometric data.

It is the successor of GNU polyxmass.

%files
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}*.xpm
%{_mandir}/man1/%{name}.1*

#-------------------------------------------------------------------------

%package data
Summary:	Data for massxpert
Group:		Sciences/Chemistry

Obsoletes:	polyxmass-data <= 0.8.7

%description data
This package contains the data files for %{name}.

%files data
%defattr(-,root,root,-)
%{_datadir}/%{name}
%{_mandir}/man7/%{name}-data.7*

#-------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Sciences/Chemistry

Obsoletes:	polyxmass-doc <= 0.9.0

%description doc
This package contains the pdf manual for %{name}.

%files doc
%defattr(-,root,root,-)
%doc build/usermanual/%{name}.pdf
%{_mandir}/man7/%{name}-doc.7*

#-------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt4 -DBUILD_ALL=1 -DPEDANTIC=0
%make

%install
%makeinstall_std -C build

# icon
install -d %{buildroot}%{_datadir}/pixmaps
install -D -m 0644 gui/images/%{name}-icon-32.xpm %{buildroot}%{_datadir}/pixmaps

# fix desktop file
sed -i -e 's:%{name}-icon-32.xpm:%{name}-icon-32:' %{buildroot}%{_datadir}/applications/%{name}.desktop
#desktop-file-install	--remove-category=Education \
#			--remove-category=Physics \
#			--remove-category=Biology \
#			--dir %{buildroot}%{_datadir}/applications \
#			%{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install	--dir %{buildroot}%{_datadir}/applications \
			%{buildroot}%{_datadir}/applications/%{name}.desktop

# drop the installed doc
# GPLv3 license text not needed and manual relocated in the doc subpackage
rm -rf %{buildroot}%{_defaultdocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.0-2
+ Revision: c79eb37
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2871 |14cr|mate-applets-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           mate-applets
Version:        1.8.0
Release:        2
Summary:        MATE Desktop panel applets
Group:          Graphical desktop/Other
License:        GPLv2+ and LGPLv2+
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
# (Fedora) Patch to fix cpufreq compilation
Patch0:			cpufreq.patch

BuildRequires:  pkgconfig(libgtop-2.0)
BuildRequires:  pkgconfig(gtksourceview-2.0)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(mate-settings-daemon)
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(gio-unix-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
BuildRequires:  pkgconfig(libwnck-1.0)
BuildRequires:  pkgconfig(mate-desktop-2.0)
BuildRequires:  pkgconfig(mate-icon-theme)
BuildRequires:  pkgconfig(mateweather)
BuildRequires:  pkgconfig(polkit-agent-1)
#BuildRequires:  pkgconfig(gucharmap-2.90)
BuildRequires:  pkgconfig(upower-glib)
BuildRequires:  mate-common
BuildRequires:  pygtk2.0-devel
BuildRequires:  python3-gobject3-devel
BuildRequires:  cpupower-devel
BuildRequires:  libxklavier-devel >= 1.13
BuildRequires:  itstool
BuildRequires:  NetworkManager-devel

Requires:       polkit-agent
Requires:       usermode-consoleonly
Requires:       python-gi
## mate-character-map obsoleted by upstream. Use gucharmap...
#Requires:		gucharmap

%description
MATE Desktop panel applets

%prep
%setup -q
%apply_patches

%build
# autoreconf -fi
%configure2_5x   \
    --disable-schemas-compile                \
    --disable-cpufreq                        \
    --with-gtk=2.0                           \
    --disable-static                         \
    --with-x                                 \
    --enable-polkit                          \
    --enable-networkmanager                  \
    --enable-ipv6                            \
    --libexecdir=%{_libexecdir}/mate-applets

%make

%install
%makeinstall_std

#make python script executable
#http://forums.fedoraforum.org/showthread.php?t=284962
chmod a+x %{buildroot}%{python_sitelib}/mate_invest/chart.py

# remove needless MateConf stuff
rm -fr %{buildroot}%{_datadir}/MateConf

%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc AUTHORS COPYING README
%config(noreplace) %{_sysconfdir}/sound/events/mate-battstat_applet.soundlist
# %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.mate.CPUFreqSelector.conf
%{_bindir}/mate-invest-chart
# %{_bindir}/mate-cpufreq-selector
%{python_sitelib}/mate_invest
%{_libexecdir}/mate-applets
%{_datadir}/mate-applets
%{_datadir}/mate-panel/applets
%{_datadir}/dbus-1/services/org.mate.panel.applet.CommandAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.TimerAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.AccessxStatusAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.BattstatAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.CharpickerAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.DriveMountAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.GeyesAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.StickyNotesAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.TrashAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.InvestAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.MateWeatherAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.MultiLoadAppletFactory.service
# %{_datadir}/dbus-1/services/org.mate.panel.applet.CPUFreqAppletFactory.service
# %{_datadir}/dbus-1/system-services/org.mate.CPUFreqSelector.service
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.battstat.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.charpick.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.geyes.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.multiload.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.stickynotes.gschema.xml
# %{_datadir}/glib-2.0/schemas/org.mate.panel.applet.cpufreq.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.command.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.timer.gschema.xml
# %{_datadir}/polkit-1/actions/org.mate.cpufreqselector.policy
%{_datadir}/icons/hicolor/*x*/apps/*.png
%{_datadir}/icons/hicolor/scalable/apps/mate-eyes-applet.svg
%{_datadir}/icons/hicolor/scalable/apps/mate-sticky-notes-applet.svg
%{_datadir}/icons/hicolor/scalable/apps/mate-invest-applet.svg
# %{_datadir}/icons/hicolor/scalable/apps/mate-cpu-frequency-applet.svg
%{_datadir}/icons/mate/48x48/apps/ax-applet.png
%{_datadir}/mate-2.0/ui/accessx-status-applet-menu.xml
%{_datadir}/mate-2.0/ui/battstat-applet-menu.xml
%{_datadir}/mate-2.0/ui/charpick-applet-menu.xml
%{_datadir}/mate-2.0/ui/drivemount-applet-menu.xml
%{_datadir}/mate-2.0/ui/geyes-applet-menu.xml
%{_datadir}/mate-2.0/ui/stickynotes-applet-menu.xml
%{_datadir}/mate-2.0/ui/trashapplet-menu.xml
%{_datadir}/mate-2.0/ui/mateweather-applet-menu.xml
%{_datadir}/mate-2.0/ui/multiload-applet-menu.xml
# %{_datadir}/mate-2.0/ui/cpufreq-applet-menu.xml
%{_datadir}/pixmaps/mate-accessx-status-applet
%{_datadir}/pixmaps/mate-stickynotes
# %{_datadir}/pixmaps/mate-cpufreq-applet
# %{_datadir}/help/*/mate-accessx-status
# %{_datadir}/help/*/mate-battstat
# %{_datadir}/help/*/mate-char-palette
# %{_datadir}/help/*/mate-cpufreq-applet
# %{_datadir}/help/*/mate-drivemount
# %{_datadir}/help/*/mate-geyes
# %{_datadir}/help/*/mate-invest-applet
# %{_datadir}/help/*/mate-multiload
# %{_datadir}/help/*/mate-stickynotes_applet
# %{_datadir}/help/*/mate-trashapplet
# %{_datadir}/help/*/mateweather

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 331d1bd
- Fix python-gobject BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2872 |14cr|mate-backgrounds-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:           mate-backgrounds
Version:        1.8.0
Release:        2
Summary:        MATE Desktop backgrounds
Group:          Graphical desktop/Other
License:        GPLv2+
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildArch:      noarch
BuildRequires:  mate-common
BuildRequires:  intltool

%description
This module contains a set of backgrounds packaged with the MATE desktop.

%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh


%build
%configure2_5x
%make


%install
%makeinstall_std
%find_lang %{name} --all-name

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_datadir}/mate-background-properties/
%{_datadir}/backgrounds/mate/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 6df7568
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2873 |14cr|mate-calc-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           mate-calc
Version:        1.8.0
Release:        2
Summary:        MATE Desktop calculator
License:        GPLv2+
Group:          Graphical desktop/Other
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  bison
BuildRequires:  flex
BuildRequires:  mate-common
BuildRequires:	intltool
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(gmodule-export-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  yelp-tools
BuildRequires:  itstool

%description
mate-calc is a powerful graphical calculator with financial, 
logical and scientific modes. It uses a multiple precision 
package to do its arithmetic to give a high degree of accuracy.

%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh


%build
%configure2_5x --disable-schemas-compile
%make

%install
%makeinstall_std

%find_lang %{name} --all-name

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_mandir}/man1/*
%{_bindir}/mate-calc
%{_bindir}/mate-calc-cmd
%{_bindir}/mate-calculator
%{_datadir}/applications/mate-calc.desktop
%{_datadir}/glib-2.0/schemas/org.mate.calc.gschema.xml
%{_datadir}/mate-calc
%{_datadir}/help/*/mate-calc/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: df10dd6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2874 |14cr|mate-common-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Common files for MATE desktop environment
Name:		mate-common
Version:	1.8.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/Other
URL:		http://www.mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
BuildArch:	noarch
BuildRequires:  gettext-devel
Requires:	automake
Requires:	autoconf
Requires:	m4
Requires:	intltool
Requires: 	gtk-doc

%description
Binaries for building all MATE desktop sub components.

%prep
%setup -q

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/*
%{_datadir}/aclocal/*.m4
%{_datadir}/mate-common
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 43cf2c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2875 |14cr|mate-control-center-1.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver      %(echo %{version}|cut -d. -f1,2)
%define major        1
%define slab_major   0
%define libname      %mklibname mate-window-settings %{major}
%define libslabname  %mklibname slab %{slab_major}
%define develname    %mklibname -d mate-window-settings

Summary:         MATE control center
Name:            mate-control-center
Version:         1.8.0
Release:         3
License:         GPLv2+
Group:           Graphical desktop/Other
URL:             http://mate-desktop.org
Source0:         http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Source1:         mate-drakkeyboard.desktop
# (fc) display icons when control-center is not started from MATE (Mdk bug #16767)
Patch0:          gnome-control-center-2.27.90-menulocation.patch
# (fc) force default dpi to 96, don't use X server value
Patch1:          gnome-control-center-2.23.6-forcedpi.patch
# (fc) fix markup (GNOME bug #597006) (Fedora)
Patch2:          gnome-control-center-2.31.91-fix-markup.patch

BuildRequires:  itstool
BuildRequires:  mate-common
BuildRequires:  xsltproc
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gstreamer-0.10)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libcanberra-gtk)
BuildRequires:  pkgconfig(libmarco-private)
BuildRequires:  pkgconfig(libmate-menu)
BuildRequires:  pkgconfig(libmatekbd)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(mate-desktop-2.0)
BuildRequires:  pkgconfig(mate-settings-daemon)
BuildRequires:  pkgconfig(librsvg-2.0)
BuildRequires:  pkgconfig(pango)
BuildRequires:  pkgconfig(sm)
BuildRequires:  pkgconfig(unique-1.0)
BuildRequires:  pkgconfig(xxf86misc)
BuildRequires:  pkgconfig(xscrnsaver)
BuildRequires:  pkgconfig(dconf) >= 0.10
BuildRequires:  gsettings-desktop-schemas-devel
BuildRequires:  desktop-file-utils
BuildRequires:  shared-mime-info
BuildRequires:  xml2po
BuildRequires:  itstool
BuildRequires:  yelp-tools
BuildRequires:  pkgconfig(ice)
BuildRequires:  pkgconfig(iso-codes)
BuildRequires:  pkgconfig(libebook-1.2)
BuildRequires:  pkgconfig(libmatekbdui)
BuildRequires:  pkgconfig(mate-doc-utils)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xi)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xft)
BuildRequires:  pkgconfig(libcaja-extension) >= 1.1.0

Requires:   mate-settings-daemon >= 1.7.0
Requires:   gnome-keyring
Requires:	%{libname} = %{version}-%{release}

Requires(post):   desktop-file-utils
Requires(postun): desktop-file-utils

%description
MATE Control-center is a configuration tool for easily
setting up your MATE environment.

%package -n %{libname}
Summary:    %{summary}
Group:      System/Libraries
Provides:   libmate-window-settings = %{version}-%{release}

%description -n %{libname}
Dynamic libraries used by MATE Control Center

%package -n %{libslabname}
Summary:    %{summary}
Group:      System/Libraries
# Override libslab from gnome2
Epoch:      1

%description -n %{libslabname}
Dynamic libraries used by MATE Control Center

%package -n %{develname}
Summary:    Static libraries, include files for MATE control center
Group:      Development/C
Provides:   %{name}-devel = %{version}-%{release}
Requires:   %{libname} >= %{version}
Requires:   %{libslabname} = %{EVRD}

%description -n %{develname}
Static libraries, include files for MATE Control Center

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
           --disable-static          \
           --disable-schemas-compile \
           --disable-update-mimedb   \
           --disable-scrollkeeper

%make LIBS='-lm -lgmodule-2.0'

%install
%makeinstall_std

install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/mate-drakkeyboard.desktop

for desktopfile in %{buildroot}%{_datadir}/applications/*.desktop
do
  desktop-file-edit --remove-category=MATE --add-category=X-MATE $desktopfile
done

rm -f %{buildroot}%{_datadir}/applications/mimeinfo.cache

%find_lang %{name} --with-gnome --all-name

mkdir -p %{buildroot}%{_datadir}/mate-background-properties

#remove unneeded mateconf file
rm -fr %{buildroot}%{_datadir}/MateConf

%files -f %{name}.lang
%doc AUTHORS NEWS README
%config(noreplace) %{_sysconfdir}/xdg/menus/matecc.menu
%{_bindir}/mate-control-center
%{_bindir}/mate-font-viewer
%{_bindir}/mate-thumbnail-font
%{_bindir}/mate-about-me
%{_bindir}/mate-window-properties
%{_bindir}/mate-network-properties
%{_bindir}/mate-mouse-properties
%{_bindir}/mate-keybinding-properties
%{_bindir}/mate-keyboard-properties
%{_bindir}/mate-display-properties
%{_bindir}/mate-default-applications-properties
%{_bindir}/mate-appearance-properties
%{_bindir}/mate-at-properties
%{_bindir}/mate-typing-monitor
%{_sbindir}/mate-display-properties-install-systemwide
%{_datadir}/polkit-1/actions/org.mate.randr.policy
%{_iconsdir}/hicolor/*/*/*
%{_datadir}/mate-background-properties
%{_datadir}/applications/*.desktop
%{_datadir}/desktop-directories/*
%{_datadir}/mate-control-center/
%{_datadir}/glib-2.0/schemas/org.mate.control-center.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.control-center.keybinding.gschema.xml
%dir %{_datadir}/mate/cursor-fonts/
%{_datadir}/mate/cursor-fonts/*
%{_datadir}/mime/packages/mate-theme-package.xml
%{_datadir}/thumbnailers/mate-font-viewer.thumbnailer
%{_datadir}/man/man1/*

%files -n %{libname}
%{_libdir}/libmate-window-settings.so.%{major}*
%{_libdir}/window-manager-settings/libmarco.so

%files -n %{libslabname}
%{_libdir}/libslab.so.%{slab_major}
%{_libdir}/libslab.so.%{slab_major}.*

%files -n %{develname}
%doc ChangeLog
%{_libdir}/libmate-window-settings.so
%{_libdir}/libslab.so
%{_libdir}/pkgconfig/*
%dir %{_includedir}/mate-window-settings-2.0
%{_includedir}/mate-window-settings-2.0/*
%dir %{_includedir}/libslab
%{_includedir}/libslab/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-3
+ Revision: 472a377
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2876 |14cr|mate-desktop-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define name mate-desktop
%define api 2
%define major 17
%define libname %mklibname %{name} %{api} %{major}
%define develname %mklibname %{name} -d

Name:           mate-desktop
Version:        1.8.0
Release:        2
Epoch:		1
License:        GPLv2+ and LGPLv2+ and MIT
Summary:        Library with common API for various MATE modules
Url:            http://mate-desktop.org/
Group:          Graphical desktop/Other
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Source1:        user-dirs-update-mate.desktop

BuildRequires:  pkgconfig(gsettings-desktop-schemas)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libstartup-notification-1.0)
BuildRequires:  pkgconfig(unique-1.0)
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	docbook-dtd412-xml
BuildRequires:  gtk-doc
BuildRequires:  intltool
BuildRequires:  ldetect-lst
BuildRequires:  mate-common
BuildRequires:  gettext
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  desktop-file-utils
BuildRequires:	which
BuildRequires:	xml2po
BuildRequires:	itstool
BuildRequires:	pkgconfig(dconf)
BuildRequires:	yelp-tools
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xrandr)

Requires:       pygtk2
Requires:       xdg-user-dirs-gtk
Requires:       mate-panel

%description
This package contains some data files and other shared components of the
MATE user environment.

%package -n %{libname}
Summary:        %{summary}
Group:          System/Libraries 

%description -n %{libname}
Internal library (libmatedesktop) used to implement some portions of the 
GNOME desktop.

%package -n %{develname}
Summary:        MATE module API library development files
Group:          Development/C 
Requires:       %{libname} = %{epoch}:%{version}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
Development library with common API for various MATE modules.

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
     --disable-scrollkeeper                                \
     --disable-schemas-compile                             \
     --with-gtk=2.0                                        \
     --with-x                                              \
     --disable-static                                      \
     --enable-unique                                       \
     --enable-gtk-doc                                      \
     --with-pnp-ids-path=%{_datadir}/misc/pnp.ids          \
     --with-omf-dir=%{_datadir}/omf/mate-desktop
%make

%install
%makeinstall_std

# Avoid conflicts with gnome 3
find %{buildroot}%{_datadir}/help/ -name index.docbook -delete

%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS COPYING COPYING.LIB NEWS README
%{_bindir}/*
%{_datadir}/applications/*.desktop
#%{_datadir}/help/*/*/*.docbook
%{_datadir}/help/*/*/*.xml
#%{_datadir}/mate/help/*/*/*.xml
#%{_datadir}/omf/mate-desktop/*/*.omf
%{_datadir}/mate-about/
%{_datadir}/glib-2.0/schemas/org.mate.*.gschema.xml
%{_mandir}/man1/mate*
%{_datadir}/MateConf/gsettings/mate-desktop.convert
%{_datadir}/help/*/mate-user-guide/figures

%files -n %libname
%{_libdir}/libmate-desktop-%{api}.so.%{major}*

%files -n %develname
%{_datadir}/gtk-doc/html/mate-desktop
%{_libdir}/libmate-desktop-2.so
%{_libdir}/pkgconfig/mate-desktop-2.0.pc
%{_includedir}/mate-desktop-2.0

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.8.0-2
+ Revision: a4e30ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2877 |14cr|mate-dialogs-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Call GNOME dialog boxes from the command line
Name:		mate-dialogs
Version:	1.8.0
Release:	2
License:	LGPLv2+
Group:		Development/Other
URL:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz

BuildRequires:	docbook-dtd412-xml
BuildRequires:	intltool
BuildRequires:	mate-common
BuildRequires:	xsltproc
BuildRequires:	rarian
BuildRequires:	which
BuildRequires:	xml2po
BuildRequires:	yelp-tools
BuildRequires:	itstool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:  pkgconfig(gtk+-2.0)

%description
Mate-dialogs allows you to display dialog boxes from the commandline and shell
scripts.

%prep
%setup -q

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-silent-rules \
	--disable-static \
	--enable-libnotify \
	--disable-scrollkeeper
%make
										
%install
%makeinstall_std

# MD this file conflicts with zenity
rm -f %{buildroot}%{_bindir}/gdialog

%find_lang matedialog --with-gnome
%find_lang %{name}
cat matedialog.lang >> %{name}.lang

%files -f %{name}.lang
%doc AUTHORS COPYING HACKING NEWS README THANKS TODO
%{_bindir}/matedialog
%dir %{_datadir}/matedialog
%{_datadir}/matedialog/*
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 2b308fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2878 |14cr|mate-doc-utils-1.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 %define url_ver %(echo %{version}|cut -d. -f1,2)
 
Summary:   MATE XML documentation utilities
Name:      mate-doc-utils
Version:   1.6.1
Release:   2
License:   GPLv3+
Group:     Graphical desktop/Other
URL:       http://mate-desktop.org
Source0:   http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
BuildArch: noarch

BuildRequires: docbook-dtd44-xml
BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: libxml2-utils
BuildRequires: xsltproc
BuildRequires: python-libxml2
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libxslt)
BuildRequires: pkgconfig(rarian)
Requires:      xsltproc

%description
mate-doc-utils is a collection of documentation utilities for the MATE
project. Notably, it contains utilities for building documentation and all
auxiliary files in your source tree, and it contains the DocBook XSLT.

%package devel
Summary:  A Collection of Documentation Utilities for MATE
Group:    Development/Other
Provides: %{name}-devel = %{version}-%{release}
Requires: %{name} = %{version}
Requires: docbook-dtd412-xml
Requires: docbook-dtd44-xml
Requires: libxml2-utils
Requires: mate-common
Requires: gnome-doc-utils

%description devel
This package contains the development files for %{name}.

%prep
%setup -q

%build
%configure2_5x \
--build=%{_build} \
--disable-scrollkeeper

%make

%install
%makeinstall_std

%find_lang %{name}
#Remove unnecessary python sitepackages provided by gnome-doc-utils
rm -rf %{buildroot}/%{python_sitelib}/*
rm -rf %{buildroot}/%{python_sitelib}/xml2po/
rm -rf %{buildroot}/%{_mandir}/man1/*
rm -rf %{buildroot}/%{_datadir}/xml/mallard
rm -rf %{buildroot}/%{_bindir}/xml2po
rm -rf %{buildroot}/%{_datadir}/pkgconfig/xml2po.pc
#Debian script not needed
rm -rf %{buildroot}/%{_datadir}/mate-doc-utils/mate-debian.sh

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_bindir}/mate-doc-tool
%dir %{_datadir}/mate-doc-utils
%{_datadir}/mate-doc-utils/icons
%{_datadir}/mate-doc-utils/watermarks
%dir %{_datadir}/xml/
%{_datadir}/xml/mate
%{_datadir}/mate/help/


%files devel
%{_bindir}/mate-doc-prepare
%{_datadir}/pkgconfig/*.pc
%{_datadir}/aclocal/*.m4
%{_datadir}/mate-doc-utils/mate-doc-utils.make
%{_datadir}/mate-doc-utils/templates
%{_datadir}/mate-doc-utils/template*.*
%{_datadir}/omf/mate-doc-make/
%{_datadir}/omf/mate-doc-xslt/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.1-2
+ Revision: 19cf40d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2879 |14cr|mate-icon-theme-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:         MATE desktop default icons
Name:            mate-icon-theme
Version:         1.8.0
Release:         2
License:         LGPLv3
Group:           Graphical desktop/Other
URL:             http://www.mate-desktop.org/
Source0:         http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:   icon-naming-utils >= 0.8.7
BuildRequires:   mate-common
BuildRequires:   intltool
BuildArch:       noarch

Requires: hicolor-icon-theme

%description
A collection of icons used as the basis for MATE themes

%package menta
Summary:	Menta Icon theme for MATE Desktop
Group:		Graphical desktop/Other
Requires:	%{name} = %{version}-%{release}

%description menta
Menta Icon theme for MATE Desktop.

%package devel
Summary:	Development files for mate-icon-theme
Group:		Development/C

%description devel
Development files for mate-icon-theme.

%prep
%setup -q

%build
%configure \
	--disable-silent-rules \
	--enable-icon-mapping
%make

%install
%make install \
	install_sh="install -p" \
	DESTDIR=%{buildroot}

install -d %{buildroot}%{_datadir}/icons/mate/scalable/{actions,apps,status}
> %{buildroot}%{_iconsdir}/mate/icon-theme.cache
> %{buildroot}%{_iconsdir}/menta/icon-theme.cache

%post
%update_icon_cache mate

%postun
%update_icon_cache mate

%post menta
%update_icon_cache menta

%postun menta
%update_icon_cache menta

%files
%defattr(644,root,root,755)
%doc AUTHORS README
%dir %{_iconsdir}/mate
%{_iconsdir}/mate/index.theme
%{_iconsdir}/mate/[0-9]*x*
%{_iconsdir}/mate/scalable
%ghost %{_iconsdir}/mate/icon-theme.cache

%files menta
%defattr(644,root,root,755)
%dir %{_iconsdir}/menta
%{_iconsdir}/menta/[0-9]*x*
%{_iconsdir}/menta/index.theme
%ghost %{_iconsdir}/menta/icon-theme.cache

%files devel
%defattr(644,root,root,755)
%{_datadir}/pkgconfig/%{name}.pc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 7fe694f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2880 |14cr|mate-icon-theme-faenza-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:		MATE icon theme faenza
Name:			mate-icon-theme-faenza
Version:		1.8.0
Release:		2
URL:			http://mate-desktop.org
Source0:		http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
License:		GPLv2
BuildArch:		noarch
Group:			Graphical desktop/Other
BuildRequires:	icon-naming-utils
BuildRequires:	mate-common

%description
This icon theme uses Faenza and Faience icon themes by ~Tiheum and
some icons customized for MATE by Rowen Stipe.

%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh

%build
%configure \
	--enable-icon-mapping

%install
%makeinstall_std

%post
/bin/touch --no-create %{_datadir}/icons/matefaenza &>/dev/null || :
/bin/touch --no-create %{_datadir}/icons/matefaenzagray &>/dev/null || :
/bin/touch --no-create %{_datadir}/icons/matefaenzadark &>/dev/null || :

%postun
if [ $1 -eq 0 ] ; then
    /bin/touch --no-create %{_datadir}/icons/matefaenza &>/dev/null
    /bin/touch --no-create %{_datadir}/icons/matefaenzagray &>/dev/null
    /bin/touch --no-create %{_datadir}/icons/matefaenzadark &>/dev/null
    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/matefaenza &>/dev/null || :
    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/matefaenzagray &>/dev/null || :
    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/matefaenzadark &>/dev/null || :
fi

%posttrans
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/matefaenza &>/dev/null || :
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/matefaenzagray &>/dev/null || :
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/matefaenzadark &>/dev/null || :

%files
%doc COPYING AUTHORS
%{_datadir}/icons/matefaenza/
%{_datadir}/icons/matefaenzagray/
%{_datadir}/icons/matefaenzadark/
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 9dbb135
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2881 |14cr|mate-indicator-applet-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary: MATE Panel applet indicator
Name:    mate-indicator-applet
Version: 1.8.0
Release: 2
License: LGPLv2+ and GPLv3
Group:   Graphical desktop/Other
URL:     http://mate-desktop.org
Source0: http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
# This patch fixes 'AM_CONFIG_HEADER' macro is deprecated error 
Patch0: mate-indicator-applet-1.8.0-rosa-fix-configure_ac-script.patch

BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(indicator-0.4)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: mate-settings-daemon-devel
BuildRequires: pkgconfig(libmatepanelapplet-4.0)

Requires:      mate-panel

%description
A small applet to display information from various applications consistently
in the panel. The indicator applet exposes Ayatana Indicators in the MATE
Panel. Ayatana Indicators are an initiative by Canonical to provide crisp and
clean system and application status indication. They take the form of an icon
and associated menu, displayed (usually) in the desktop panel. Existing
indicators include the Message Menu, Battery Menu and Sound menu.

%prep
%setup -q
# %apply_patches

%build
# NOCONFIGURE=1 ./autogen.sh 
%configure2_5x \
    --disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog COPYING
%{_libexecdir}/indicator-applet*
%{_datadir}/dbus-1/services/*.service
%{_datadir}/mate-panel/applets/*.mate-panel-applet
%{_iconsdir}/hicolor/*/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: b651b9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2882 |14cr|mate-keyring-1.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define name mate-keyring
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:        Framework for managing passwords and other secrets
Name:           mate-keyring
Version:        1.6.0
Release:        2
License:        GPLv2+ and LGPLv2+
Group:          Networking/Remote access
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires: gtk-doc
BuildRequires: libcap-devel
BuildRequires: libgcrypt-devel
BuildRequires: pkgconfig(dbus-1) >= 1.0
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libtasn1)
BuildRequires: libtasn1-tools
BuildRequires: mate-common
BuildRequires: pam-devel
BuildRequires: intltool

%description
The mate-keyring session daemon manages passwords and other types of
secrets for the user, storing them encrypted with a main password.
Applications can use the mate-keyring library to integrate with the keyring.

%package -n %{libname}
Summary: Library files for mate-keyring
License: LGPLv2+
Group:   System/Libraries 

%description -n %{libname}
This package contain the library files for %{name}

%package -n %{develname}
Summary:        Development files for %{name}
Group:          Development/C 
Requires:       %{libname} = %{version}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the libraries and
header files needed to develop applications that use mate-keyring.

%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh

%build
%configure \
   --disable-static                    \
   --with-gtk=2.0                      \
   --disable-schemas-compile           \
   --with-pam-dir=/%{_lib}/security/   \
   --with-root-certs=%{_sysconfdir}/pki/tls/certs

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS NEWS README COPYING COPYING.LIB
%{_bindir}/mate-keyring
%attr(755,root,root) %{_bindir}/mate-keyring-daemon
%{_sysconfdir}/xdg/autostart/mate-keyring-pkcs11.desktop
%{_sysconfdir}/xdg/autostart/mate-keyring-secrets.desktop
%{_sysconfdir}/xdg/autostart/mate-keyring-ssh.desktop
%{_sysconfdir}/xdg/autostart/mate-keyring-gpg.desktop
%{_libexecdir}/mate-keyring-prompt
%{_datadir}/dbus-1/services/*.service
%{_datadir}/mategcr/
%{_datadir}/mate-keyring/
%{_datadir}/MateConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/*.gschema.xml

%files -n %{libname}
%{_libdir}/libmategck.so.%{major}*
%{_libdir}/libmategcr.so.%{major}*
%{_libdir}/mate-keyring/
%{_libdir}/pkcs11/mate-keyring-pkcs11.so
/%{_lib}/security/pam_mate_keyring.so

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/mate-gck/
%doc %{_datadir}/gtk-doc/html/mate-gcr-0/
%{_includedir}/mategcr/
%{_includedir}/mate-gck/
%{_includedir}/gck/
%{_libdir}/libmategck.so
%{_libdir}/libmategcr.so
%{_libdir}/pkgconfig/mate-gck-0.pc
%{_libdir}/pkgconfig/mate-gcr-0.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0-2
+ Revision: beb4c38
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2883 |14cr|mate-media-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver      %(echo %{version}|cut -d. -f1,2)
%define source_name  mate-media
%define pulse   1
%define gst     1


Summary:        MATE media programs
Name:           mate-media
Version:        1.8.0
Release:        2
License:        GPLv2+ and LGPLv2+
Group:          Graphical desktop/Other
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  itstool
BuildRequires:  mate-common
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(mate-window-settings-2.0)
BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(unique-1.0)

%if pulse
BuildRequires:  pkgconfig(libcanberra-gtk)
BuildRequires:  pkgconfig(libpulse)
%endif

%if gst
BuildRequires:  pkgconfig(gstreamer-0.10)
BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
%endif

Obsoletes:      %{name}-pulse < 1.7.0
Obsoletes:      %{name}-gstreamer < 1.7.0
Conflicts:      %{name}-pulse < 1.7.0
Conflicts:      %{name}-gstreamer < 1.7.0

%description
Media utilities for the MATE desktop, including an audio mixer.

%package -n %{name}-common
Summary:         Common files for mate-media
Group:           Graphical desktop/Other
Requires:        mate-settings-daemon-common
Requires:        %{name}-pulse = %{EVRD}
Suggests:        %{name}-gstreamer = %{EVRD}
Provides:        %{name} = %{version}-%{release}

%description -n %{name}-common
Media utilities for the MATE desktop, including an audio mixer.

This package includes common files for MATE media.

%if %pulse
%package -n %{name}-pulse
Summary:	MATE media programs with pulseaudio backend
Group:		Graphical desktop/Other
Requires:	pulseaudio
Requires:	%{name}-common = %{EVRD}
Obsoletes:  %{name}-pulse < 1.7.0
Conflicts:  %{name}-pulse < 1.7.0

%description -n %{name}-pulse
Media utilities for the MATE desktop, including an audio mixer.

This package uses pulseaudio backend. If you want to use
gstreamer backend you should install mate-media-gstreamer
package instead of this.
%endif

%if gst
%package -n %{name}-gstreamer
Summary:	MATE media programs with gstreamer backend
Group:		Graphical desktop/Other
Requires:	%{name}-common = %{EVRD}
Obsoletes:  %{name}-gstreamer < 1.7.0
Conflicts:  %{name}-gstreamer < 1.7.0

%description -n %{name}-gstreamer
Media utilities for the MATE desktop, including an audio mixer.

This package uses gstreamer backend. If you want to use
pulseaudio backend you should install mate-media-pulse
package instead of this.
%endif

%prep
%setup -q -n %{name} -c
cp -a %{name}-%{version} %{name}-pulse
mv -f %{name}-%{version} %{name}-gst

%build
%if gst
pushd %{name}-gst
%configure2_5x  \
        --disable-static \
        --enable-gstmix \
        --disable-schemas-compile \
        --disable-scrollkeeper \
        --enable-gst-mixer-applet \
        --disable-pulseaudio \
        --enable-gstreamer

%make
popd
%endif

%if pulse
pushd %{name}-pulse
%configure2_5x  \
        --disable-static \
        --disable-gstmix \
        --disable-schemas-compile \
        --disable-scrollkeeper \
        --disable-gst-mixer-applet \
        --enable-pulseaudio
%make
popd
%endif


%install
%if %pulse
pushd %{name}-pulse
%makeinstall_std
mv -f %{buildroot}%{_bindir}/mate-volume-control %{buildroot}%{_bindir}/mate-volume-control-pulse
mkdir -p %{buildroot}%{_sysconfdir}/sound/profiles/pulse/mate/bin
ln -s %{_bindir}/mate-volume-control-pulse %{buildroot}%{_sysconfdir}/sound/profiles/pulse/mate/bin/mate-volume-control
popd
%endif

%if %gst
pushd %{name}-gst
%makeinstall_std
mv -f %{buildroot}%{_bindir}/mate-volume-control %{buildroot}%{_bindir}/mate-volume-control-gst
mkdir -p %{buildroot}%{_sysconfdir}/sound/profiles/alsa/mate/bin
ln -s %{_bindir}/mate-volume-control-gst %{buildroot}%{_sysconfdir}/sound/profiles/alsa/mate/bin/mate-volume-control
popd
%endif

%if %pulse || %gst
ln -s %{_sysconfdir}/sound/profiles/current/mate/bin/mate-volume-control %{buildroot}%{_bindir}/mate-volume-control
%endif

# We don't need MateConf stuff in Mageia
rm -fr %{buildroot}%{_datadir}/MateConf

%find_lang %{name} --all-name

%files -n %{name}-common -f %{name}.lang
%doc %{name}-pulse/AUTHORS %{name}-pulse/README %{name}-pulse/ChangeLog
%{_bindir}/mate-volume-control
%{_datadir}/mate-media/
%{_datadir}/applications/mate-volume-control.desktop
%{_datadir}/sounds/mate/
%{_datadir}/icons/mate/*/*/*.png
%{_datadir}/glib-2.0/schemas/org.mate.volume-control.gschema.xml
%{_datadir}/help/*/mate-volume-control
%{_mandir}/man1/mate-volume-control.1.*

%if %pulse
%files -n %{name}-pulse
%config(noreplace) %{_sysconfdir}/xdg/autostart/mate-volume-control-applet.desktop
%{_bindir}/mate-volume-control-pulse
%{_bindir}/mate-volume-control-applet
%{_sysconfdir}/sound/profiles/pulse/mate/bin/mate-volume-control
%{_mandir}/man1/mate-volume-control-applet.1.*
%endif

%if %gst
%files -n %{name}-gstreamer
%{_bindir}/mate-volume-control-gst
%{_sysconfdir}/sound/profiles/alsa/mate/bin/mate-volume-control
%{_libexecdir}/mixer_applet2
%{_datadir}/dbus-1/services/org.mate.panel.applet.MixerAppletFactory.service
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.mixer.gschema.xml
%{_datadir}/mate-2.0/ui/mixer-applet-menu.xml
%{_datadir}/mate-panel/applets/org.mate.applets.MixerApplet.mate-panel-applet
%{_datadir}/help/*/mate-mixer_applet2
%endif

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 62becd2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2884 |14cr|mate-menus-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)
%define major 2
%define libname %mklibname mate-menu %{major}
%define develname %mklibname -d mate-menu
%define api 2.0
%define gi_major 2.0
%define girname %mklibname mate-menu-gir %{gi_major}

Summary:        MATE menu library
Name:           mate-menus
Version:        1.8.0
Release:        2
License:        GPLv2+ and LGPLv2+
URL:            http://mate-desktop.org
Group:          System/Libraries
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
# (fc) 2.16.0-2mdv unclutter preferences/settings menu
Patch0:         mate-menus-1.6.0-mga-uncluttermenu.patch
Patch1:         mate-menus-1.6.0-mga-l10n.patch

BuildRequires:  intltool
BuildRequires:  mate-common
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(python)

Suggests:       python-%{name}

%description
The package contains an implementation of the draft "Desktop Menu
Specification" from freedesktop.org:
http://www.freedesktop.org/Standards/menu-spec

Also contained here are the MATE menu layout configuration files,
.directory files and assorted menu related utility programs.

%package -n python-%{name}
Group:      Development/Python
Summary:    Module to access XDG menu

%description -n python-%{name}
Python module to access XDG menu.

%package -n %libname
Group:      System/Libraries
Summary:    MATE menu library
Conflicts:  gir-repository < 0.6.5-8

%description -n %libname
The package contains an implementation of the draft "Desktop Menu
Specification" from freedesktop.org:
http://www.freedesktop.org/Standards/menu-spec

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{version}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %develname
Group:      Development/C
Summary:    MATE menu library development files
Requires: %{libname} = %{version}-%{release}
Requires: %{girname} = %{version}-%{release}
Provides:   %{name}-devel = %{version}-%{release}

%description -n %develname
The package contains an implementation of the draft "Desktop Menu
Specification" from freedesktop.org:
http://www.freedesktop.org/Standards/menu-spec

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
      --disable-static \
      --enable-python \
      --enable-introspection=yes
%make

%install
%makeinstall_std

%find_lang %name

mkdir -p %{buildroot}%{_sysconfdir}/xdg/mate
mv %{buildroot}%{_sysconfdir}/xdg/menus %{buildroot}%{_sysconfdir}/xdg/mate

%files -f %name.lang
%doc AUTHORS COPYING README
%dir %{_sysconfdir}/xdg/mate
%dir %{_sysconfdir}/xdg/mate/menus
%config(noreplace) %{_sysconfdir}/xdg/mate/menus/*
%{_datadir}/%{name}
%{_datadir}/mate/desktop-directories/*

%files -n python-%{name}
%{python_sitearch}/*

%files -n %libname
%{_libdir}/libmate-menu.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/MateMenu-%{gi_major}.typelib

%files -n %develname
%{_libdir}/lib*.so
%{_includedir}/mate-menus/
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/MateMenu-%{api}.gir

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: c9db501
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2885 |14cr|mate-netbook-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	    MATE Desktop window management tool
Name:               mate-netbook
Version:	    1.8.0
Release:	    2
License:	    GPLv3
Group:		    Graphical desktop/Other
URL:		    http://mate-desktop.org
Source0:	    http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	mate-common
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libfakekey)
BuildRequires:	pkgconfig(libmatewnck)
BuildRequires:	pkgconfig(libmatepanelapplet-4.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:  pkgconfig(mate-desktop-2.0)
BuildRequires:	pkgconfig(mate-doc-utils)
BuildRequires:	pkgconfig(unique-1.0)
BuildRequires:	pkgconfig(xtst)

Requires:	    mate-panel >= 1.6.0

%description
This package provides a simple window management tool which provides the
following functionality:
 * Allow to set basic rules for window types;
 * Allow exceptions to the rules based on string matching for window
   name and window class;
 * Allows reversing of rules when the user manually changes something;
 * Re-decorates windows on un-maximize

%prep
%setup -q

%build
# NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
	--libexecdir=%{_libexecdir}/%{name}

%make LIBS='-lm'

%install
%makeinstall_std
%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc ChangeLog README COPYING
%config %{_sysconfdir}/xdg/autostart/mate-maximus-autostart.desktop
%dir %{_libexecdir}/%{name}
%{_bindir}/mate-maximus
%{_libexecdir}/%{name}/mate-window-picker-applet
%{_datadir}/dbus-1/services/*.service
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/mate-panel/
%{_datadir}/MateConf/gsettings/mate-maximus.convert


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 2daad27
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2886 |14cr|mate-netspeed-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname   mate-netspeed

Summary:	MATE applet that shows traffic on a network device
Name:		mate-netspeed
Version:	1.8.0
Release:	2
Group:		Graphical desktop/GNOME
License:	GPLv2+
URL:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/%{url_ver}/%{oname}-%{version}.tar.xz

BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  mate-common
BuildRequires:  which
BuildRequires:  xml2po
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libgtop-2.0)
BuildRequires:  pkgconfig(libmatewnck)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(libmatepanelapplet-4.0)


%description
netspeed is a little MATE applet that shows the traffic on a
specified network device (for example eth0) in kbytes/s.

%prep
%setup -q

%build
#aclocal
#libtoolize --force --automake --copy
#autoheader
#automake --add-missing --copy
#autoconf
#cp configure.ac configure.in
# NOCONFIGURE=1 sh ./autogen.sh
#intltoolize --copy --force

%configure2_5x \
	--disable-scrollkeeper

%make LIBS='-lm'

%install
%makeinstall_std

%find_lang %{name} --all-name

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_libexecdir}/mate-netspeed-applet
%{_datadir}/dbus-1/services/org.mate.panel.applet.NetspeedAppletFactory.service
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.netspeed.gschema.xml
%{_datadir}/help/*/mate_netspeed_applet
%{_datadir}/mate-panel/applets/org.mate.panel.NetspeedApplet.mate-panel-applet
%{_datadir}/mate-panel/ui/netspeed-menu.xml
%{_iconsdir}/hicolor/*/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 4a8f273
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2887 |14cr|mate-notification-daemon-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir %{_prefix}/libexec
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:       Mate Notification Daemon
Name:          mate-notification-daemon
Version:       1.8.0
Release:       2
License:       GPLv2+
Group:         System/Servers
URL:           http://mate-desktop.org/
Source0:       http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

# BuildRequires: pkgconfig(gio-2.0) >= 2.27.0
BuildRequires: mate-common
BuildRequires: dbus-devel
BuildRequires: dbus-glib-devel
BuildRequires: glib-devel
BuildRequires: xml2po
BuildRequires: gettext
BuildRequires: glib-gettextize
BuildRequires: icon-naming-utils
BuildRequires: desktop-file-utils
BuildRequires: mate-desktop-devel
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libcanberra-gtk)
BuildRequires: pkgconfig(libmatewnck)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(gdk-2.0)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libwnck-1.0)

Provides:      virtual-notification-daemon
Conflicts:     xfce4-notifyd
Suggests:      notification-daemon-engine-nodoka
%description
Notification daemon for MATE Desktop

%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure --disable-schemas-compile   \
           --with-gtk=2.0

%make V=1

%install
#Keeping this just in case, not needed anymore
#LIBTOOL="/usr/bin/libtool" 
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_bindir}/mate-notification-properties
%{_datadir}/applications/mate-notification-properties.desktop
%{_datadir}/dbus-1/services/org.freedesktop.mate.Notifications.service
%{_datadir}/mate-notification-daemon/mate-notification-properties.ui
%{_libexecdir}/mate-notification-daemon
%{_datadir}/icons/hicolor/*/apps/mate-notification-properties.*
%{_datadir}/glib-2.0/schemas/org.mate.NotificationDaemon.gschema.xml
%{_datadir}/MateConf/gsettings/mate-notification-daemon.convert
%{_libdir}/mate-notification-daemon
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 8601e50
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2888 |14cr|mate-panel-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	4
%define major	1
%define	girmajor	4.0
%define libname	%mklibname mate-panel-applet %{api} %{major}
%define libname2	%mklibname mate-panel-applet 2 %{major}
%define girname	%mklibname matepanelapplet-gir %{girmajor}
%define devname %mklibname -d mate-panel-applet

Summary:	The core programs for the MATE GUI desktop environment
Name:		mate-panel
Version:	1.8.0
Release:	2
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/Other
URL:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/%{lua: print (string.match(rpm.expand("%{version}"),"%d+.%d+"))}/%{name}-%{version}.tar.xz
Source1:	mandriva-panel.png

# (fc) 1.6.0-1mga  use xlock instead of xscreensaver to lock root desktop
Patch0:         mate-panel-1.6.0-mga-rootlock.patch
# (fc) 1.6.0-1mga ensure net_applet role is network
Patch1:         mate-panel-1.6.0-mga-netapplet.patch

BuildRequires: docbook-dtd412-xml
BuildRequires: gtk-doc
BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: xsltproc
BuildRequires: which
BuildRequires: xml2po
BuildRequires: itstool
BuildRequires: yelp-tools
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(mateweather)
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(libcanberra-gtk)
BuildRequires: pkgconfig(libmatewnck)
BuildRequires: pkgconfig(libmate-menu)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libwnck-1.0)
BuildRequires: pkgconfig(mate-desktop-2.0)
BuildRequires: pkgconfig(NetworkManager)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xau)
BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(dconf)

Requires:      desktop-common-data
Requires:      mate-session-manager
Requires:      mate-desktop
Requires:      mate-menus
Requires:      mate-screensaver
Requires:      mate-polkit
#(patch0)
Requires:      xlockmore
Suggests:      mate-applets

%description
The MATE panel packages provides the mate panel, menus and some
basic applets for the panel.

%package -n	%{libname}
Summary:	%{summary}
Group:		System/Libraries

%description -n	%{libname}
Panel libraries for running MATE panels.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n	%{devname}
Summary:	Development libraries, include files for MATE panel
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description -n	%{devname}
Panel libraries and header files for creating MATE panels.

%prep
%setup -q
%apply_patches

%build
# NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-static \
	--libexecdir=%{_libexecdir}/mate-applets \
	--enable-introspection  \
	--enable-matecomponent  \
	--disable-scrollkeeper \
	--disable-schemas-install

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{name}-3.0 --with-gnome --all-name

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
cp -a %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps

%files -f %{name}-3.0.lang
%doc AUTHORS COPYING README
%{_datadir}/glib-2.0/schemas/org.mate.panel.*.xml
%{_bindir}/*
%{_libexecdir}/mate-applets/clock-applet
%{_libexecdir}/mate-applets/fish-applet
%{_libexecdir}/mate-applets/notification-area-applet
%{_libexecdir}/mate-applets/wnck-applet
%{_datadir}/applications/*.desktop
%{_datadir}/MateConf/gsettings/mate-panel.convert
%{_datadir}/dbus-1/services/org.mate.panel.applet.ClockAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.FishAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.NotificationAreaAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.WnckletFactory.service
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libmate-panel-applet-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/MatePanelApplet-%{girmajor}.typelib

%files -n %{devname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/libmate-panel*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/MatePanelApplet-%{girmajor}.gir


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 7492822
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2889 |14cr|mate-polkit-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major         0
%define api           1
%define libname       %mklibname %name %api %{major}
%define develname     %mklibname -d %name %api

%define gi_major      1.0
%define girname       %mklibname %{name}-gir %{gi_major}

Summary:        PolicyKit integration for the MATE desktop
Name:           mate-polkit
Version:        1.8.0
Release:        2
License:        LGPLv2+
Group:          System/Libraries
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Source1:        polkit-gnome-authentication-agent-1.desktop.in

BuildRequires:  gtk-doc
BuildRequires:  intltool
BuildRequires:  mate-common
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(polkit-agent-1)
BuildRequires:  pkgconfig(gobject-introspection-1.0)

Provides: polkit-agent
Provides: polkit-mate = %{version}

%description
mate-polkit provides an authentication agent for PolicyKit
that matches the look and feel of the MATE desktop.

%package -n %{libname}
Summary:       Development files for mate-polkit
Group:         System/Libraries
Provides:      %mklibname polkit-gtk %{api} %{major} = %{version}-%{release} 
Provides:      libpolkit-gtk-mate-1 = %{version}-%{release}
Provides:      libpolkit-gtk-mate = %{version}-%{release}

%define oldlib %mklibname polkit-gtk-mate %{api} %{major}
%rename %{oldlib}

%description -n %{libname}
Development files for mate-polkit.

%package -n %{girname}
Summary:       GObject Introspection interface description for %{name}
Group:         System/Libraries
Requires:      %{libname} = %{version}

%description -n %{girname}
GObject Introspection interface description for %{name}

%package -n %{develname}
Summary:      Development files for mate-polkit
Group:        Development/C
Requires:     %{libname} = %{version}
Requires:     %{girname} = %{version}
Provides:     %{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for mate-polkit.

%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
     --disable-static
%make

%install
%makeinstall_std
install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/autostart/polkit-mate-authentication-agent-1.desktop

sed -i 's,@FULL_LIBEXECDIR@,%{_libdir},' %{buildroot}%{_sysconfdir}/xdg/autostart/polkit-mate-authentication-agent-1.desktop
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/polkit-mate-authentication-agent-1.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING AUTHORS README
%config(noreplace) %_sysconfdir/xdg/autostart/polkit-mate-authentication-agent-1.desktop
%{_libexecdir}/polkit-mate-authentication-agent-1

%files -n %{libname}
%{_libdir}/libpolkit-gtk-mate-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/PolkitGtkMate-%{gi_major}.typelib

%files -n %{develname}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/polkit-gtk-mate-%{api}.pc
%dir %{_includedir}/polkit-gtk-mate-1
%dir %{_includedir}/polkit-gtk-mate-1/polkitgtkmate
%{_includedir}/polkit-gtk-mate-1/polkitgtkmate/*
%_datadir/gir-1.0/PolkitGtkMate-%{gi_major}.gir




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 62fdce0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2890 |14cr|mate-power-manager-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver      %(echo %{version}|cut -d. -f1,2)
Name:           mate-power-manager
Version:        1.8.0
Release:        2
Summary:        MATE Power Manager
License:        GPLv2+
Group:          Graphical desktop/Other
URL:            http://pub.mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

# upstream patch
# https://github.com/mate-desktop/mate-power-manager/commit/8cb168b
Patch0:        mate-power-manager_dbus_interface_keyboard_backlight_controls.patch
# https://github.com/mate-desktop/mate-power-manager/commit/2b3cf01
Patch1:        mate-power-manager_avoid-levels-is-0-warning.patch

# upstream fixes for upower-1.0, the order of the series is important
# https://github.com/mate-desktop/mate-power-manager/commit/220a4e0
Patch2:        mate-power-manager_remove-battery-recall-logic.patch
# https://github.com/mate-desktop/mate-power-manager/commit/d59f4b8
Patch3:        mate-power-manager_port-to-upower-0.99-API.patch
# https://github.com/mate-desktop/mate-power-manager/commit/1fb2870
Patch4:        mate-power-manager_improve-UPower1-support.patch
# https://github.com/mate-desktop/mate-power-manager/commit/8f734c6
Patch5:        mate-power-manager_other-round-of-fixes-for-UPower-0.99-API-changes.patch

BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: rarian
BuildRequires: xmlto
BuildRequires: which
BuildRequires: xml2po
BuildRequires: docbook-utils
BuildRequires: docbook-dtd41-sgml
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libcanberra-gtk)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libmatepanelapplet-4.0)
BuildRequires: pkgconfig(libwnck-1.0)
BuildRequires: pkgconfig(mate-doc-utils)
BuildRequires: pkgconfig(mate-keyring-1)
BuildRequires: pkgconfig(unique-1.0)
BuildRequires: pkgconfig(upower-glib)
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: yelp-tools
BuildRequires: itstool

Requires:      mate-icon-theme
Requires:      upower


%description
MATE Power Manager uses the information and facilities provided by UPower
displaying icons and handling user callbacks in an interactive MATE session.

%prep
%setup -q

%patch0 -p1 -b .dbus
%patch1 -p1 -b .avoid-levels-is-0-warning
%patch2 -p1 -b .remove-battery-recall-logic
%patch3 -p1 -b .port-to-upower-0.99-API
%patch4 -p1 -b .improve-UPower1-support
%patch5 -p1 -b .other-round-of-fixes-for-UPower-0.99

%build
# Not needed >= 1.6.1 version
# NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
        --enable-unique \
        --with-systemdinhibit \
        --with-gtk=2.0 \
        --disable-scrollkeeper \
        --enable-docbook-docs \
        --enable-applets \
        --with-doc-dir=%{buildroot}%{_datadir}/doc

%make

%install
%makeinstall_std

rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache

%find_lang %name --with-gnome --all-name

%files  -f %{name}.lang
%doc AUTHORS COPYING README
%{_mandir}/man1/*
%{_bindir}/mate-power-bugreport.sh
%{_bindir}/mate-power-manager
%{_bindir}/mate-power-preferences
%{_bindir}/mate-power-statistics
%{_sbindir}/mate-power-backlight-helper
%{_datadir}/applications/mate-*.desktop
%dir %{_datadir}/dbus-1/services
%{_datadir}/dbus-1/services/*.service
%{_datadir}/mate-power-manager/
%{_datadir}/icons/hicolor/*/apps/mate-*.*
%{_datadir}/polkit-1/actions/org.mate.power.policy
%{_datadir}/mate-2.0/ui/brightness-applet-menu.xml
%{_datadir}/mate-2.0/ui/inhibit-applet-menu.xml
%{_datadir}/mate-panel/applets/org.mate.BrightnessApplet.mate-panel-applet
%{_datadir}/mate-panel/applets/org.mate.InhibitApplet.mate-panel-applet
%{_datadir}/glib-2.0/schemas/org.mate.power-manager.gschema.xml
%{_sysconfdir}/xdg/autostart/mate-power-manager.desktop
%{_libexecdir}/mate-brightness-applet
%{_libexecdir}/mate-inhibit-applet
%{_datadir}/MateConf/gsettings/mate-power-manager.convert




%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 87a9bae
- Add upstream patches for new upower



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2891 |14cr|mate-screensaver-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver      %(echo %{version}|cut -d. -f1,2)

Name:           mate-screensaver
Version:        1.8.0
Release:        2
Summary:        MATE Screensaver
License:        GPLv2+ and LGPLv2+
Group:          Graphical desktop/Other
URL:            http://pub.mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: pam-devel
BuildRequires: xml2po
BuildRequires: pkgconfig(xscrnsaver)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libmate-menu)
BuildRequires: pkgconfig(libmatekbdui)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(mate-desktop-2.0)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xxf86misc)
BuildRequires: pkgconfig(xxf86vm)
BuildRequires: pkgconfig(xtst)
BuildRequires: pkgconfig(systemd)
BuildRequires: libsystemd-login-devel
BuildRequires: pkgconfig(libsystemd-login)
BuildRequires: pkgconfig(libsystemd-daemon) 
BuildRequires: pkgconfig(gthread-2.0) 

Requires:       mate-keyring >= 1.1.0
Requires:       mate-backgrounds
Requires:       mate-power-manager
Requires:       dbus-x11
Requires: 	pkgconfig(xscrnsaver)

%description
mate-screensaver is a screen saver and locker that aims to have
simple, sane, secure defaults and be well integrated with the desktop.


%package devel
Summary: Development files for mate-screensaver
Group:   Development/C
Requires: %{name} = %{version}

%description devel
Development files for mate-screensaver


%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x --disable-more-warnings \
            --with-xscreensaverdir=%{_datadir}/xscreensaver/config \
            --with-xscreensaverhackdir=%{_libdir}/xscreensaver

%make


%install
%makeinstall_std

sed -ie 's@XSL=${DIST_BIN}/xscreensaver-config.xsl@XSL=%{_datadir}/mate-screensaver/xscreensaver-config.xsl@' \
        data/migrate-xscreensaver-config.sh
sed -ie 's@b=`basename ${FILE} .xml`@b=xscreensaver-`basename ${FILE} .xml`@' \
        data/migrate-xscreensaver-config.sh

install -m755 data/migrate-xscreensaver-config.sh %{buildroot}%{_datadir}/mate-screensaver
install -m644 data/xscreensaver-config.xsl %{buildroot}%{_datadir}/mate-screensaver

# Do we need this doc?
rm -fr %{buildroot}%{_docdir}/mate-screensaver-1.6.0

%find_lang %{name} --with-gnome

%triggerin -- xscreensaver-base xscreensaver-gl xscreensaver-extrusion xscreensaver-matrix
(  cd %{_datadir}/applications/screensavers ; \
  for f in %{_datadir}/xscreensaver/config/*.xml; do
    %{_datadir}/mate-screensaver/migrate-xscreensaver-config.sh $f > /dev/null 2>&1
  done)

%triggerun -- xscreensaver-base
[ "$2" = 0 ] || exit 0
(cd %{_datadir}/applications/screensavers; \
for f in $(rpm -ql xscreensaver-base | grep '%{_datadir}/xscreensaver/config/'); do
  rm -f xscreensaver-$(basename $f .xml).desktop
done)

%triggerun -- xscreensaver-gl
[ "$2" = 0 ] || exit 0
(cd %{_datadir}/applications/screensavers; \
for f in $(rpm -ql xscreensaver-gl | grep '%{_datadir}/xscreensaver/config/'); do
  rm -f xscreensaver-$(basename $f .xml).desktop
done)

%triggerun -- xscreensaver-extrusion
[ "$2" = 0 ] || exit 0
(cd %{_datadir}/applications/screensavers; \
for f in $(rpm -ql xscreensaver-extrusion | grep '%{_datadir}/xscreensaver/config/'); do
  rm -f xscreensaver-$(basename $f .xml).desktop
done)

%triggerun -- xscreensaver-matrix
[ "$2" = 0 ] || exit 0
(cd %{_datadir}/applications/screensavers; \
for f in $(rpm -ql xscreensaver-matrix | grep '%{_datadir}/xscreensaver/config/'); do
  rm -f xscreensaver-$(basename $f .xml).desktop
done)

%files -f %{name}.lang
%doc AUTHORS NEWS README COPYING
%{_bindir}/mate-screensaver*
%config(noreplace) %{_sysconfdir}/pam.d/mate-screensaver
%config(noreplace) %{_sysconfdir}/xdg/menus/mate-screensavers.menu
%{_sysconfdir}/xdg/autostart/mate-screensaver.desktop
%{_libexecdir}/mate-screensaver-*
%{_libexecdir}/mate-screensaver
%{_datadir}/applications/mate-screensaver-preferences.desktop
%{_datadir}/applications/screensavers/*.desktop
%{_datadir}/mate-screensaver
%{_datadir}/backgrounds/cosmos/
%{_datadir}/pixmaps/*.svg
%{_datadir}/desktop-directories/mate-screensaver.directory
%{_datadir}/MateConf/gsettings/org.mate.screensaver.gschema.migrate
%{_datadir}/glib-2.0/schemas/org.mate.screensaver.gschema.xml
%{_datadir}/mate-background-properties/cosmos.xml
%{_datadir}/dbus-1/services/org.mate.ScreenSaver.service
%{_mandir}/man1/*

%files devel
%{_libdir}/pkgconfig/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 2444a0d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2892 |14cr|mate-sensors-applet-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir %{_exec_prefix}/libexec
%define url_ver   %(echo %{version}|cut -d. -f1,2)
%define major     0
%define libname   %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:        Detailed hardware monitoring applet for MATE
Name:           mate-sensors-applet
Version:        1.8.0
Release:        2
License:        GPLv2+
Group:          Graphical desktop/Other
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:         sensors-applet-2.2.3-fix-linkage.patch

BuildRequires:  itstool
BuildRequires:  mate-common
BuildRequires:  xsltproc
BuildRequires:  yelp-tools
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libatasmart)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  lm_sensors-devel

%description
MATE Sensors Applet is an applet for the MATE Panel to display readings
from hardware sensors, including CPU and system temperatures, fan speeds and
voltage readings under Linux.

Interfaces via the Linux kernel i2c modules.

%package -n %{libname}
Summary:    mate-sensors-applet libraries
Group:      System/Libraries

%description -n %{libname}
This is the shared library parts of %{name}.

%package -n %{develname}
Summary:    Development files for mate-sensors-applet
Group:      Development/C
Requires:   %{libname} = %{version}
Provides:   %{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains development files for mate-sensors-applet.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
    --disable-static \
    --disable-scrollkeeper \
    --enable-libnotify \
    --with-nvidia

%make 

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS NEWS README TODO
%{_libexecdir}/mate-sensors-applet
%{_libdir}/mate-sensors-applet/
%{_datadir}/mate-sensors-applet/ui/
%{_datadir}/help/*/mate-sensors-applet/*
%{_datadir}/pixmaps/mate-sensors-applet/
%{_datadir}/icons/hicolor/*/*/*.png
%{_datadir}/dbus-1/services/org.mate.panel.applet.SensorsAppletFactory.service
%dir %{_datadir}/glib-2.0/schemas
%{_datadir}/glib-2.0/schemas/*.xml
%dir %{_datadir}/mate-panel/applets
%{_datadir}/mate-panel/applets/org.mate.applets.sensors-applet.mate-panel-applet

%files -n %{libname}
%{_libdir}/libmate-sensors-applet-plugin.so.%{major}*

%files -n %{develname}
%doc ChangeLog
%{_includedir}/mate-sensors-applet/*
%{_libdir}/*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: d308bd0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2893 |14cr|mate-session-manager-1.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The mate desktop programs for the MATE GUI desktop environment
Name:		mate-session-manager
Version:	1.8.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/MATE
Url:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/%{lua: print (string.match(rpm.expand("%{version}"),"%d+.%d+"))}/%{name}-%{version}.tar.xz
Source1:	startmate
Source2:	materc
Patch0:		mate-session-manager-1.8.1-session.patch
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	mate-common
BuildRequires:	xmlto
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(xtrans)

Requires:	desktop-common-data
Requires:	mate-settings-daemon
Requires:	%{name}-bin >= %{EVRD}

%description
MATE (GNU Network Object Model Environment) is a user-friendly
set of applications and desktop tools to be used in conjunction with a
window manager for the X Window System.

The MATE Session Manager restores a set session (group of applications)
when you log into MATE.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/mate-session-properties
%{_bindir}/mate-session-save
%{_bindir}/mate-wm
%{_datadir}/applications/*
%{_datadir}/xsessions/mate.desktop
%{_mandir}/man1/mate-session-properties.*
%{_mandir}/man1/mate-session-save.1.xz
%{_mandir}/man1/mate-wm.1.xz
%{_datadir}/MateConf/gsettings/mate-session.convert

#----------------------------------------------------------------------------

%package bin
Summary:	The mate desktop programs for the MATE GUI desktop environment
Group:		Graphical desktop/MATE

%description bin
This package contains the binaries for the MATE Session Manager, but 
no startup scripts. It is meant for applications such as GDM that use 
mate-session internally.

%files bin
%{_datadir}/glib-2.0/schemas/org.mate.session.gschema.xml
%{_sysconfdir}/materc
%{_bindir}/mate-session
%{_bindir}/startmate
%{_datadir}/mate-session-manager
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/mate-session.*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-upower \
	--with-systemd

%make

%install
%makeinstall_std
rm -f %{buildroot}%{_datadir}/doc/mate-session/dbus/mate-session.html

install -D -m 755 %{SOURCE1} %{buildroot}%{_bindir}/startmate
install -D -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/materc

%find_lang %{name}


%changelog
* Thu Sep 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.1-1
+ Revision: dbd7878
- Revert to 1.8.1
- Disable upower support
- Enable systemd support
- Leave only /usr/share/xsessions file for sessions and ajust it to run startmate



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2894 |14cr|mate-settings-daemon-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir %{_exec_prefix}/libexec

%define          url_ver    %(echo %{version}|cut -d. -f1,2)
%define          pulse 1
%define          gstreamer 1

Summary:         MATE Desktop settings daemon
Name:            mate-settings-daemon
Version:         1.8.0
Release:         2
License:         GPLv2+
Group:           Graphical desktop/Other
URL:             http://mate-desktop.org
Source0:         http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:          mate-settings-daemon-1.7.90-mga-fix_underlinking.patch

BuildRequires:   itstool
BuildRequires:   mate-common
BuildRequires:   pkgconfig(dbus-glib-1)
BuildRequires:   pkgconfig(fontconfig)
BuildRequires:   pkgconfig(glib-2.0)
BuildRequires:   pkgconfig(gtk+-2.0)
BuildRequires:   pkgconfig(ice)
BuildRequires:   pkgconfig(dconf)
BuildRequires:   pkgconfig(mate-desktop-2.0) >= 1.7.3
BuildRequires:   pkgconfig(libmatekbd)
BuildRequires:   pkgconfig(libnotify)
BuildRequires:   pkgconfig(libxklavier)
BuildRequires:   pkgconfig(nss)
BuildRequires:   pkgconfig(polkit-gtk-mate-1)
BuildRequires:   pkgconfig(x11)
BuildRequires:   pkgconfig(xfixes)
BuildRequires:   pkgconfig(xi)
BuildRequires:   pkgconfig(sm)

%if %pulse
BuildRequires:   pkgconfig(libpulse)
BuildRequires:   pkgconfig(libcanberra-gtk)
%endif

%if %gstreamer
BuildRequires:   pkgconfig(gstreamer-plugins-base-0.10)
%endif

%description
MATE settings daemon manages the configuration of the desktop in the
background.

%package -n %{name}-common
Summary:         Common files for mate-settings-daemon
Group:           Graphical desktop/Other
Requires:        mate-icon-theme
Provides:        %{name} = %{version}-%{release}
Requires:        %{name}-pulse = %{version}-%{release}
Conflicts:       %{name}-pulse < 1.7.0
Conflicts:       %{name}-gstreamer < 1.7.0
Suggests:        %{name}-gstreamer = %{version}-%{release}

%description -n %{name}-common
MATE settings daemon manages the configuration of the desktop in the
background.

This package includes common files for MATE settings daemon.

%package -n %{name}-pulse
Summary:         MATE settings daemon PulseAudio backend
Group:           Graphical desktop/Other
Requires:        %{name}-common = %{version}-%{release}
Obsoletes:       %{name}-pulse < 1.7.0
Obsoletes:       %{name}-gstreamer < 1.7.0
Conflicts:       %{name}-pulse < 1.7.0
Conflicts:       %{name}-gstreamer < 1.7.0

%description -n %{name}-pulse
MATE settings daemon manages the configuration of the desktop in the
background.

This package is built with PulseAudio support. If you
want to use GStreamer backend then install mate-settings-daemon-gstreamer
package.

%package -n %{name}-gstreamer
Summary:         MATE settings daemon GStreamer backend
Group:           Graphical desktop/Other
Requires:        %{name}-common = %{version}-%{release}
Requires:        gstreamer0.10-plugins-good
Requires:        gstreamer0.10-plugins-base
Obsoletes:       %{name}-gstreamer < 1.7.0
Obsoletes:       %{name}-pulse < 1.7.0
Conflicts:       %{name}-pulse < 1.7.0
Conflicts:       %{name}-gstreamer < 1.7.0

%description -n %{name}-gstreamer
MATE settings daemon manages the configuration of the desktop in the
background.

This package is built with GStreamer support. If you
want to use GStreamer backend then install mate-settings-daemon-gstreamer
package.

%package -n     %{name}-devel
Summary:        Include files for the MATE settings daemon
Group:          Development/GNOME and GTK+
Requires:       %{name} = %{version}-%{release}

%description -n %{name}-devel
Include files for the MATE settings daemon

%prep
%setup -q -n %{name} -c
pushd %{name}-%{version}
%apply_patches
popd
%if %pulse
cp -a %{name}-%{version} %{name}-pulse
pushd %{name}-pulse
autoreconf -fi
popd
%endif
%if %gstreamer
mv -f %{name}-%{version} %{name}-gstreamer
pushd %{name}-gstreamer
autoreconf -fi
popd
%endif


%build
%if %gstreamer
pushd %{name}-gstreamer
%configure2_5x \
   --disable-static \
   --enable-polkit \
   --disable-pulse \
   --enable-gstreamer \
   --enable-profiling   \
   --with-nssdb

%make
popd
%endif

%if %pulse
pushd %{name}-pulse
%configure2_5x \
   --disable-static \
   --enable-polkit \
   --enable-pulse \
   --disable-gstreamer \
   --enable-profiling \
   --with-nssdb

%make
popd
%endif


%install
%if %pulse
pushd %{name}-pulse
%makeinstall_std
mv -f %{buildroot}%{_libdir}/%{name}/libmedia-keys.so %{buildroot}%{_libdir}/libmedia-keys-pulse.so
mv -f %{buildroot}%{_libdir}/%{name}/libsound.so %{buildroot}%{_libdir}/libsound-pulse.so
# remove all installations except libsound-pulse.so and libmedia-keys-pulse.so;
# they will created by gstreamer installation
rm -fr %{buildroot}%{_libdir}/{mate-settings-daemon/*,pkgconfig}
rm -fr %{buildroot}%{_datadir}
rm -fr %{buildroot}%{_libexecdir}
rm -fr %{buildroot}%{_sysconfdir}/{xdg,dbus-1}
rm -fr %{buildroot}%{_includedir}
# move libsound-pulse.so and libmedia-keys-pulse.so into its own place
mv -f %{buildroot}%{_libdir}/*.so %{buildroot}%{_libdir}/%{name}/
# create /etc/sound stuff
mkdir -p %{buildroot}%{_sysconfdir}/sound/profiles/pulse/mate/%_lib
ln -s %{_libdir}/%{name}/libmedia-keys-pulse.so %{buildroot}%{_sysconfdir}/sound/profiles/pulse/mate/%_lib/libmedia-keys.so
ln -s %{_libdir}/%{name}/libsound-pulse.so %{buildroot}%{_sysconfdir}/sound/profiles/pulse/mate/%_lib/libsound.so
popd
%endif

%if %gstreamer
pushd %{name}-gstreamer
%makeinstall_std
mv -f %{buildroot}%{_libdir}/%{name}/libmedia-keys.so %{buildroot}%{_libdir}/%{name}/libmedia-keys-gstreamer.so
mv -f %{buildroot}%{_libdir}/%{name}/libsound.so %{buildroot}%{_libdir}/%{name}/libsound-gstreamer.so
mkdir -p %{buildroot}%{_sysconfdir}/sound/profiles/alsa/mate/%_lib
ln -s %{_libdir}/%{name}/libmedia-keys-gstreamer.so %{buildroot}%{_sysconfdir}/sound/profiles/alsa/mate/%_lib/libmedia-keys.so
ln -s %{_libdir}/%{name}/libsound-gstreamer.so %{buildroot}%{_sysconfdir}/sound/profiles/alsa/mate/%_lib/libsound.so
popd
%endif

%if %pulse || %gstreamer
ln -s %{_sysconfdir}/sound/profiles/current/mate/%_lib/libmedia-keys.so %{buildroot}%{_libdir}/%{name}/libmedia-keys.so
ln -s %{_sysconfdir}/sound/profiles/current/mate/%_lib/libsound.so %{buildroot}%{_libdir}/%{name}/libsound.so
%endif

find %{buildroot}%{_libdir} -type f -name "*.a" -delete

# We don't need MateConf convert files:
rm -fr %{buildroot}%{_datadir}/MateConf

%{find_lang} %{name}

%pre
if [ -d %{_libexecdir}/%{name} ]; then
    rm -rf %{_libexecdir}/%{name}
fi



%files -n %{name}-common -f %{name}.lang
%doc %{name}-pulse/AUTHORS %{name}-pulse/README
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf
%config(noreplace) %{_sysconfdir}/xdg/autostart/mate-settings-daemon.desktop
%{_libdir}/%{name}/liba11y-keyboard.so
%{_libdir}/%{name}/libkeybindings.so
%{_libdir}/%{name}/libmpris.so
%{_libdir}/%{name}/libxrandr.so
%{_libdir}/%{name}/libbackground.so
%{_libdir}/%{name}/libkeyboard.so
%{_libdir}/%{name}/libsmartcard.so
%{_libdir}/%{name}/libxrdb.so
%{_libdir}/%{name}/libclipboard.so
%{_libdir}/%{name}/libxsettings.so
%{_libdir}/%{name}/libhousekeeping.so
%{_libdir}/%{name}/libmouse.so
%{_libdir}/%{name}/libtyping-break.so
%{_libdir}/%{name}/libmedia-keys.so
%{_libdir}/%{name}/libsound.so
%{_libdir}/%{name}/*.mate-settings-plugin
%{_libexecdir}/*
%{_datadir}/dbus-1/services/org.mate.SettingsDaemon.service
%{_datadir}/dbus-1/system-services/org.mate.SettingsDaemon.DateTimeMechanism.service
%{_iconsdir}/mate/*/*/*
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/org.mate.*.xml
%{_datadir}/polkit-1/actions/org.mate.settingsdaemon.datetimemechanism.policy
%{_mandir}/man1/mate-settings-daemon.1*

%if %pulse
%files -n %{name}-pulse
%{_libdir}/%{name}/libmedia-keys-pulse.so
%{_libdir}/%{name}/libsound-pulse.so
%{_sysconfdir}/sound/profiles/pulse/mate/%_lib/libmedia-keys.so
%{_sysconfdir}/sound/profiles/pulse/mate/%_lib/libsound.so
%endif

%if %gstreamer
%files -n %{name}-gstreamer
%{_sysconfdir}/sound/profiles/alsa/mate/%_lib/libsound.so
%{_sysconfdir}/sound/profiles/alsa/mate/%_lib/libmedia-keys.so
%{_libdir}/%{name}/libmedia-keys-gstreamer.so
%{_libdir}/%{name}/libsound-gstreamer.so
%endif

%files -n %{name}-devel
%doc %{name}-pulse/ChangeLog
%{_includedir}/*
%{_libdir}/pkgconfig/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: ad99a4f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2895 |14cr|mate-system-monitor-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver      %(echo %{version}|cut -d. -f1,2)

Summary:        Simple process monitor for MATE
Name:           mate-system-monitor
Version:        1.8.0
Release:        2
License:        GPLv2+
Group:          Graphical desktop/Other
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  libxml2-python
BuildRequires:  xml2po
BuildRequires:  mate-common
BuildRequires:  libgksu-devel
BuildRequires:	dbus-glib-devel
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd412-xml
BuildRequires:	startup-notification-devel
BuildRequires:  pkgconfig(dconf)
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(libgtop-2.0)
BuildRequires:  pkgconfig(libmatewnck)
BuildRequires:  pkgconfig(librsvg-2.0)
BuildRequires:  pkgconfig(libwnck-1.0)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(glibmm-2.4)
BuildRequires:  pkgconfig(giomm-2.4)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(gtkmm-2.4)
BuildRequires:  pkgconfig(mate-icon-theme)
BuildRequires:  pkgconfig(gtkmm-2.4)
BuildRequires:  desktop-file-utils
BuildRequires:  mate-polkit-devel >= 1.1.0
BuildRequires:	pcre-devel
BuildRequires:	yelp-tools
BuildRequires:	itstool

Requires:       polkit-agent

%description
mate-system-monitor allows to graphically view and manipulate the
running processes on your system. It also provides an overview of
available resources such as CPU and memory.

%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure \
	--disable-static \
	--disable-scrollkeeper \
	--enable-compile-warnings=minimum

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS NEWS README
%attr(755,root,root) %{_bindir}/%{name}
%{_datadir}/applications/mate-system-monitor.desktop
%{_datadir}/pixmaps/mate-system-monitor/*
%{_datadir}/glib-2.0/schemas/*
# %{_datadir}/mate/help/mate-system-monitor/*
%{_mandir}/man1/*
%{_datadir}/MateConf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 6d3eab5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2896 |14cr|mate-system-tools-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MATE System Tools
Name:		mate-system-tools 
Version:	1.8.0
Release:	2
License:	GPLv2+
Group:		System/Configuration/Other
URL:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/%{lua: print (string.match(rpm.expand("%{version}"),"%d+.%d+"))}/%{name}-%{version}.tar.xz

BuildRequires:	docbook-dtd412-xml
BuildRequires:	intltool
BuildRequires:	mate-common
BuildRequires:	rarian
BuildRequires:	itstool
BuildRequires:	yelp-tools
BuildRequires:	xsltproc
BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(liboobs-1)
BuildRequires:	pkgconfig(libcaja-extension)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(polkit-gtk-mate-1)
BuildRequires:	pkgconfig(system-tools-backends-2.0)

Requires:	system-tools-backends2
Requires:	usermode

%description
Day-to-day system management on Unix systems is a chore. Even when 
you're using a friendly graphical desktop, seemingly basic tasks 
like setting the system time, changing the network setup, importing 
and exporting network shared filesystems and configuring swap partitions 
requires editing configuration files by hand, and the exact procedure 
varies between different operating systems and distributions.

The MATE System Tools solve all these problems, giving you a simple
graphical interface for each task, which uses an advanced backend to 
edit all the relevant files and apply your changes. The interface 
looks and acts in exactly the same way regardless of what platform 
you're using.

%package devel
Summary:	Pkgconfig file for %{name}
Group:		Development/Other

%description devel
This package contains the pkgconfig file for %{name}.

%prep
%setup -q
%apply_patches

%build
# NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-static \
	--disable-scrollkeeper \
	--enable-services

%make LIBS='-lm'

%install
%makeinstall_std
rm -rf %buildroot/var/lib/scrollkeeper

%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc README AUTHORS COPYING HACKING NEWS ChangeLog 
%dir %_sysconfdir/%{name}
%config(noreplace) %_sysconfdir/%{name}/*.conf
%{_bindir}/mate-network-admin
%{_bindir}/mate-services-admin
%{_bindir}/mate-shares-admin
%{_bindir}/mate-time-admin
%{_bindir}/mate-users-admin
%{_libdir}/caja/extensions-2.0/libcaja-gst-shares.so
%{_datadir}/applications/mate-network.desktop
%{_datadir}/applications/mate-services.desktop
%{_datadir}/applications/mate-shares.desktop
%{_datadir}/applications/mate-time.desktop
%{_datadir}/applications/mate-users.desktop
%{_datadir}/glib-2.0/schemas/org.mate.system-tools.gschema.xml
%{_datadir}/%{name}
%{_iconsdir}/mate/*/*/*

%files devel
%_libdir/pkgconfig/mate-system-tools.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: c7e7c5a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2897 |14cr|mate-terminal-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver    %(echo %{version}|cut -d. -f1,2)

Name:           mate-terminal
Summary:        MATE terminal emulator
Version:        1.8.0
Release:        2
URL:            http://mate-desktop.org
License:        GPLv2+
Group:          Graphical desktop/Other
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
# (fc) add -geometry support
Patch0:         gnome-terminal-2.25.3-geometry.patch
# (fc) change default background (grey on black)
Patch2:         gnome-terminal-2.10.0-background.patch



BuildRequires: docbook-dtd412-xml
BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: rarian
BuildRequires: xml2po
BuildRequires: xsltproc
BuildRequires: itstool
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(mate-doc-utils)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(vte)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(dconf)

%description
Mate-terminal is a terminal emulator for MATE. It supports translucent
backgrounds, opening multiple terminals in a single window (tabs) and
clickable URLs.

%prep
%setup -q
%apply_patches

%build
# NOCONFIGURE=1 ./autogen.sh
%configure2_5x 
%make

%install
%makeinstall_std
rm -rf %{buildroot}/var

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-only-show-in="MATE" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


%find_lang %{name}
#for omf in %{buildroot}%{_datadir}/omf/%{name}/%{name}-??*.omf;do 
#echo "%lang($(basename $omf|sed -e s/%{name}-// -e s/.omf//)) $(echo $omf|sed -e s!%{buildroot}!!)" >> %{name}.lang
#done

%post
if [ "$1" = "2" ]; then
		update-alternatives --remove xvt %{_bindir}/mate-terminal
fi

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README ChangeLog
%{_mandir}/man1/*
%{_bindir}/mate-terminal
%{_bindir}/mate-terminal.wrapper
%{_datadir}/mate-terminal
%{_datadir}/applications/mate-terminal.desktop
%{_datadir}/glib-2.0/schemas/org.mate.terminal.gschema.xml
%{_datadir}/help/*/mate-terminal/legal.xml
%{_datadir}/help/*/mate-terminal/index.docbook
%{_datadir}/help/*/mate-terminal/figures/*.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 42431b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2898 |14cr|mate-themes-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:           mate-themes
Version:        1.8.0
Release:        2
Summary:        MATE Desktop themes
Group:          Graphical desktop/Other
License:        LGPLv2+
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
BuildArch:      noarch

BuildRequires:  intltool
BuildRequires:  icon-naming-utils
BuildRequires:  mate-common
BuildRequires:  pkgconfig(gtk-engines-2)
BuildRequires:  pkgconfig(gtk+-2.0)

Requires:       gtk-engines2
Requires:       mate-icon-theme
Requires:       murrine

%description
This packages contains themes for MATE.

%package accessibility
Summary:	Accessibility themes for MATE environment
Group:		Graphical desktop/Other
Requires:	%{name} = %{version}-%{release}
Requires:	mate-icon-theme >= 1.5

%prep
%setup -q

%build
%configure2_5x \
           --enable-all-themes   \
           --enable-theme-test \
           --enable-icon-mapping \
           --enable-test-themes \
           --build=%_host
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS README
%{_datadir}/themes/AlaDelta
%{_datadir}/themes/Atantla
%{_datadir}/themes/BlueMenta/
%{_datadir}/themes/BlackMenta/
%{_datadir}/themes/BlackMATE
%{_datadir}/themes/Fog
%{_datadir}/themes/GreenLaguna
%{_datadir}/themes/Menta
%{_datadir}/themes/Quid
%{_datadir}/themes/Shiny
%{_datadir}/themes/Simply
%{_datadir}/themes/TraditionalGreen
%{_datadir}/themes/TraditionalOk
%{_datadir}/themes/TraditionalOkTest
%{_iconsdir}/Fog
%{_iconsdir}/Quid
%{_iconsdir}/mate/cursors

%files accessibility
%defattr(644,root,root,755)
%{_datadir}/themes/ContrastHigh
%{_datadir}/themes/ContrastHighInverse
%{_datadir}/themes/ContrastHighLargePrint
%{_datadir}/themes/ContrastHighLargePrintInverse
%{_datadir}/themes/ContrastLow
%{_datadir}/themes/ContrastLowLargePrint
%{_datadir}/themes/PrintLarge
%{_datadir}/themes/Reverse
%{_iconsdir}/ContrastHigh
%{_iconsdir}/ContrastHigh-SVG
%{_iconsdir}/ContrastHighInverse
%{_iconsdir}/ContrastHighLargePrint
%{_iconsdir}/ContrastHighLargePrintInverse
%{_iconsdir}/MateLargePrint



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 1efc0a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2899 |14cr|mate-user-share-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           mate-user-share
Version:        1.8.0
Release:        2
License:        GPLv2+
Summary:        MATE  user file sharing
URL:            http://mate-desktop.org
Group:          System/Servers
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  apache-devel
BuildRequires:  itstool
BuildRequires:  libxml2-utils
BuildRequires:  itstool
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  hicolor-icon-theme
BuildRequires:  mate-common
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(libcaja-extension)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(libcanberra-gtk)
BuildRequires:  pkgconfig(gdk-x11-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  perl(XML::Parser)
BuildRequires:  pkgconfig(unique-1.0)
BuildRequires:  pkgconfig(ice)
BuildRequires:  pkgconfig(sm)
BuildRequires:  yelp-tools

Suggests:       apache

# already not working bluetooth support dropped by upstream:
Obsoletes:		mate-bluetooth
Obsoletes:		mate-file-manager-sendto-bluetooth
Obsoletes:		libmate-bluetooth-devel
Obsoletes:		libmate-bluetooth-gir1.0
Obsoletes:		libmate-bluetooth8
Conflicts:		mate-bluetooth
Conflicts:		mate-file-manager-sendto-bluetooth
Conflicts:		libmate-bluetooth-devel
Conflicts:		libmate-bluetooth-gir1.0
Conflicts:		libmate-bluetooth8

%description
This program enables user to share directories through Webdav.

This package does not provide bluetooth support. Use a generic
tool to get bluetooth support.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
   --disable-scrollkeeper \
   --disable-static \
   --disable-bluetooth \
   --disable-schemas-compile
%make

%install
%makeinstall_std

# remove needless gsettings convert file to avoid slow session start
rm -fr  %{buildroot}%{_datadir}/MateConf

# remove obsolete bluetooth stuff
rm -fr  %{buildroot}%{_sysconfdir}/xdg/autostart/mate-user-share-obex*

%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc ChangeLog README
%config(noreplace) %{_sysconfdir}/xdg/autostart/mate-user-share-webdav.desktop
%{_bindir}/mate-file-share-properties
%{_libexecdir}/%{name}
%{_libdir}/caja/
%{_datadir}/%{name}/
%{_datadir}/applications/mate-user-share-properties.desktop
%{_datadir}/icons/hicolor/
%{_datadir}/glib-2.0/schemas/org.mate.FileSharing.gschema.xml
#%{_datadir}/help/*/mate-user-share
%{_mandir}/man1/mate-file-share-properties.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 187d231
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2900 |14cr|mate-utils-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver      %(echo %{version}|cut -d. -f1,2)
%define major 6
%define libname %mklibname matedict1.0_ %{major}
%define develname %mklibname -d matedict1.0

%define subrel 1

Summary:        MATE utility programs such as file search and calculator
Name:           mate-utils
Version:        1.8.0
Release:        2
Group:          Graphical desktop/Other
License:        GPLv2+ and LGPLv2+
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires: docbook-dtd412-xml
BuildRequires: gtk-doc
BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: xml2po
BuildRequires: itstool
BuildRequires: yelp-tools
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(libcanberra-gtk)
BuildRequires: pkgconfig(libgtop-2.0)
BuildRequires: pkgconfig(libmatepanelapplet-4.0)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)

%description
MATE Utilities is a collection of small applications all there to make
your day just that little bit brighter - System Log Viewer, 
Search Tool, Dictionary.

%package -n %{libname}
Group:   System/Libraries
Summary: MATE dictionary shared library

%description -n %{libname}
This is the shared library required by the MATE Dictionary.

%package -n %{develname}
Group:     Development/C
Summary:   MATE dictionary library development files
Requires:  %{libname} = %{version}
Provides:  libmatedict1.0-devel = %{version}-%{release}
Provides:  %{name}-devel = %{version}-%{release}

%description -n %{develname}
This is the shared library required by the MATE Dictionary.

%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
    --disable-static            \
    --disable-scrollkeeper      \
    --disable-schemas-compile   \
    --enable-gdict-applet       \
    --enable-gtk-doc-html       \
    --enable-ipv6=yes           \
    --disable-schemas-compile   \
    --with-x

%make

%install
%makeinstall_std
rm -rf %{buildroot}/var

# make mate-system-log use consolehelper until it starts using polkit
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
/bin/cat <<EOF >%{buildroot}%{_sysconfdir}/pam.d/mate-system-log
#%%PAM-1.0
auth		include		system-auth
account		include		system-auth
session		include		system-auth
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
/bin/cat <<EOF >%{buildroot}%{_sysconfdir}/security/console.apps/mate-system-log
USER=root
PROGRAM=/usr/sbin/mate-system-log
SESSION=true
FALLBACK=true
EOF

mkdir -p %{buildroot}%{_sbindir}
/bin/mv %{buildroot}%{_bindir}/mate-system-log %{buildroot}%{_sbindir}
/bin/ln -s /usr/bin/consolehelper %{buildroot}%{_bindir}/mate-system-log

%{find_lang} %{name}-2.0 --with-gnome --all-name

desktop-file-install                          \
  --remove-category="MATE"                    \
  --add-category="X-Mate"                     \
  --delete-original                           \
  --dir %{buildroot}%{_datadir}/applications  \
%{buildroot}%{_datadir}/applications/*

for i in %{buildroot}%{_datadir}/applications/* ; do
 desktop-file-validate $i
done

rm -fv %{buildroot}%{_bindir}/test-reader

%files -f %{name}-2.0.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%doc mate-dictionary/AUTHORS
%doc mate-dictionary/README
%doc baobab/AUTHORS
%doc baobab/README
%config(noreplace) %{_datadir}/dbus-1/services/*.service
%{_sysconfdir}/security/console.apps/mate-system-log
%{_sysconfdir}/pam.d/mate-system-log
%{_bindir}/*
%{_sbindir}/mate-system-log
%{_libexecdir}/mate-dictionary-applet
%{_mandir}/*/*
%{_datadir}/applications/mate-*.desktop
%{_datadir}/mate-dict/
%{_datadir}/mate-dictionary/
%{_datadir}/mate-screenshot/
%{_datadir}/mate-disk-usage-analyzer/
%{_datadir}/mate-utils/
%{_datadir}/pixmaps/*
%{_datadir}/MateConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/*gschema.xml
%{_datadir}/gtk-doc/html/mate-dict
%{_datadir}/mate-panel/applets/org.mate.DictionaryApplet.mate-panel-applet
%{_iconsdir}/hicolor/*/apps/*

%files -n %{libname}
%_libdir/libmatedict.so.%{major}*

%files -n %{develname}
%{_libdir}/libmatedict*.so
%{_libdir}/pkgconfig/mate-dict*.pc
%{_includedir}/mate-dict



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 55a90bf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2901 |14cr|mathgl-2.2.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7.2.0
%define libname %mklibname mgl %{major}
%define fltkmajor 7.2.0
%define fltklibname %mklibname mgl-fltk %{fltkmajor}
%define glutmajor 7.2.0
%define glutlibname %mklibname mgl-glut %{glutmajor}
%define qtmajor 7.2.0
%define qtlibname %mklibname mgl-qt %{qtmajor}
%define qt4major 7.2.0
%define qt4libname %mklibname mgl-qt4_ %{qt4major}
%define wndmajor 7.2.0
%define wndlibname %mklibname mgl-wnd %{wndmajor}
%define wxmajor 7.2.0
%define wxlibname %mklibname mgl-wx %{wxmajor}
%define devname %mklibname mgl -d
%define sdevname %mklibname mgl -d -s

# Broken for now due to swig issues (doesn't build)
%bcond_with octave

Summary:	Library for scientific graphics
Name:		mathgl
Version:	2.2.2.1
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://mathgl.sourceforge.net/
Source0:	http://downloads.sourceforge.net/mathgl/%{name}-%{version}.tar.gz
Patch0:		mathgl-2.2.2.1-mathgl-fltk.patch
Patch1:		mathgl-2.2.2.1-udav-help-path.patch
Patch2:		mathgl-2.2-no_octave.patch
Patch3:		mathgl-2.2.2.1-giflib51.patch
BuildRequires:	chrpath
BuildRequires:	cmake
BuildRequires:	swig
BuildRequires:	texi2html
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	fltk-devel
BuildRequires:	giflib-devel
BuildRequires:	hdf5-devel
BuildRequires:	jpeg-devel
BuildRequires:	libharu-devel
%if %{with octave}
BuildRequires:	octave-devel
%endif
BuildRequires:	qt4-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(xmu)
%if !%{with octave}
Obsoletes:	%{name}-octave < %{EVRD}
%endif

%description
MathGL is a library for making high-quality scientific graphics. It
provides fast data plotting and handling of large data arrays.
MathGL has Qt, FLTK, OpenGL interfaces and can be used even from
console programs.

#----------------------------------------------------------------------------

%package tools
Summary:	Tools for MathGL
Group:		Sciences/Mathematics

%description tools
This package contains the MathGL tools.

%files tools
%{_bindir}/mglconv
%{_bindir}/mglview
%{_bindir}/mgl.cgi
%{_mandir}/man1/mglconv.1*
%{_mandir}/man1/mglview.1*
%{_mandir}/man1/mgl.cgi.1*

#----------------------------------------------------------------------------

%package examples
Summary:	Examples for MathGL
Group:		Sciences/Mathematics

%description examples
This package contains the MathGL examples.

%files examples
%{_bindir}/mgl*_example

#----------------------------------------------------------------------------

%package data
Summary:	Data files for MathGL
Group:		Sciences/Mathematics

%description data
This package contains the MathGL data files.

%files data
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%if %{with octave}
%package octave
Summary:	MathGL bindings for octave
Group:		Sciences/Mathematics
Requires(post):	octave(api) = %{octave_api}
Requires(postun): octave(api) = %{octave_api}
Requires:	octave(api) = %{octave_api}

%description octave
This package contains the MathGL bindings for octave.

%files octave
%{_datadir}/octave/packages/*
%{_libexecdir}/octave/packages/*

%post octave
%{_bindir}/test -x %{_bindir}/octave && %{_bindir}/octave -q -H --no-site-file --eval "pkg('rebuild');" || :

%postun octave
%{_bindir}/test -x %{_bindir}/octave && %{_bindir}/octave -q -H --no-site-file --eval "pkg('rebuild');" || :
%endif

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for MathGL
Group:		Sciences/Mathematics

%description doc
This package contains the MathGL documentation.

%files doc
%{_docdir}/%{name}
%{_infodir}/*
%{_mandir}/man5/mgl.5*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main runtime library for MathGL
Group:		System/Libraries
Requires:	%{name}-data

%description -n %{libname}
MathGL is a library for making high-quality scientific graphics. It
provides fast data plotting and handling of large data arrays.
MathGL has Qt, FLTK, OpenGL interfaces and can be used even from
console programs.

This package contains the MathGL main runtime library.

%files -n %{libname}
%doc AUTHORS COPYING COPYING_LGPL ChangeLog.txt README README_V2
%{_libdir}/libmgl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{fltklibname}
Summary:	Fltk runtime library for MathGL
Group:		System/Libraries

%description -n %{fltklibname}
This package contains the MathGL fltk runtime library.

%files -n %{fltklibname}
%{_libdir}/libmgl-fltk.so.%{fltkmajor}*

#----------------------------------------------------------------------------

%package -n %{glutlibname}
Summary:	Glut runtime library for MathGL
Group:		System/Libraries

%description -n %{glutlibname}
This package contains the MathGL glut runtime library.

%files -n %{glutlibname}
%{_libdir}/libmgl-glut.so.%{glutmajor}*

#----------------------------------------------------------------------------

%package -n %{qtlibname}
Summary:	Qt runtime library for MathGL
Group:		System/Libraries

%description -n %{qtlibname}
This package contains the MathGL Qt runtime library.

%files -n %{qtlibname}
%{_libdir}/libmgl-qt.so.%{qtmajor}*

#----------------------------------------------------------------------------

%package -n %{qt4libname}
Summary:	Qt4 runtime library for MathGL
Group:		System/Libraries

%description -n %{qt4libname}
This package contains the MathGL Qt runtime library.

%files -n %{qt4libname}
%{_libdir}/libmgl-qt4.so.%{qt4major}*

#----------------------------------------------------------------------------

%package -n %{wndlibname}
Summary:	WND runtime library for MathGL
Group:		System/Libraries

%description -n %{wndlibname}
This package contains the MathGL WND runtime library.

%files -n %{wndlibname}
%{_libdir}/libmgl-wnd.so.%{wndmajor}*

#----------------------------------------------------------------------------

%package -n %{wxlibname}
Summary:	WxWidgets runtime library for MathGL
Group:		System/Libraries

%description -n %{wxlibname}
This package contains the MathGL wxWidgets runtime library.

%files -n %{wxlibname}
%{_libdir}/libmgl-wx.so.%{wxmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for MathGL
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{fltklibname} = %{EVRD}
Requires:	%{glutlibname} = %{EVRD}
Requires:	%{qtlibname} = %{EVRD}
Requires:	%{qt4libname} = %{EVRD}
Requires:	%{wndlibname} = %{EVRD}
Requires:	%{wxlibname} = %{EVRD}

%description -n %{devname}
This package contains the MathGL development files.

%files -n %{devname}
%{_libdir}/libmgl*.so
%{_includedir}/mgl2

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static development files for MathGL
Group:		Development/Other
Requires:	%{devname} = %{EVRD}

%description -n %{sdevname}
This package contains the MathGL static development files.

%files -n %{sdevname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%package -n udav
Summary:	Fast and interactive data plotting based on MathGL
Group:		Sciences/Mathematics

%description -n udav
UDAV is cross-platform program for data arrays visualization based on
MathGL library. It support wide spectrum of graphics, simple script
language and visual data handling and editing. It has window
interface for data viewing, changing and plotting. Also it can
execute MGL scripts, setup and rotate graphics and so on.

%files -n udav
%{_bindir}/udav
%{_datadir}/applications/udav.desktop
%{_datadir}/pixmaps/udav.png
%dir %{_datadir}/udav/
%{_datadir}/udav/*
%{_mandir}/man1/udav.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%if !%{with octave}
%patch2 -p0
%endif
%patch3 -p1

%build
%cmake \
	-DCMAKE_SKIP_RPATH:BOOL=OFF \
	-Denable-double=on \
	-Denable-mpi=off \
	-Denable-pthread=off \
	-Denable-openmp=off \
	-Denable-gsl=on \
	-Denable-jpeg=on \
	-Denable-png=on \
	-Denable-zlib=on \
	-Denable-pdf=on \
	-Denable-gif=on \
	-Denable-hdf5=on \
	-Denable-opengl=on \
	-Denable-glut=on \
	-Denable-fltk=on \
	-Denable-wx=on \
	-Denable-qt4=on \
	-Denable-qt5=off \
	-Denable-python=off \
	-Denable-lua=off \
%if %{with octave}
	-Denable-octave=on \
	-Denable-octave-install=on \
%else
	-Denable-octave=off \
	-Denable-octave-install=off \
%endif
	-Denable-all-docs=on \
	-Denable-texi2html=on \
	-DMGL_LIB_INSTALL_DIR=%{_lib}

%make

%install
%makeinstall_std -C build

cp build/examples/mgl*_example %{buildroot}%{_bindir}/
mv %{buildroot}%{_datadir}/mathgl/mgl.cgi %{buildroot}%{_bindir}/

# rpath is required at build time but not in package
chrpath -d %{buildroot}%{_bindir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.2.1-3
+ Revision: 8c3cb0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2902 |14cr|mathomatic-16.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mathomatic
Version:	16.0.5
Release:	2
Summary:	General purpose CAS (Computer Algebra System)
URL:		http://mathomatic.org/
Source0:	http://mathomatic.org/%{name}-%{version}.tar.bz2
License:	LGPLv2
Group:		Sciences/Mathematics
BuildRequires:	desktop-file-utils
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel

%description
Mathomatic™ is a portable, command-line CAS and calculator software, written
entirely in the C programming language. It is free and open source software
(FOSS), published under the GNU Lesser General Public License (LGPL version
2.1), and has been under continual development since 1986. The software can
symbolically solve, simplify, combine, and compare algebraic equations,
simultaneously performing generalized standard, complex number, modular,
and polynomial arithmetic, as needed. It does some calculus and is very easy
to learn and use.

Mathomatic consists of both a text-mode symbolic math application,
and a symbolic math library, each suitable for desktops, laptops, servers,
handhelds, and embedded systems.

%prep
%setup -q
%__cat > makefile.lib << EOF
all:
EOF
%__mkdir_p lib
%__cp -a makefile.lib lib/makefile
%__mkdir_p %{name}_secure
%__mkdir_p %{name}_secure/lib
%__cp -a makefile.lib %{name}_secure/lib/makefile
%__cp -a *.[ch] makefile VERSION %{name}_secure

%build
%make CC=%{__cc} CC_OPTIMIZE="%{optflags}" READLINE=1 LDFLAGS="%{ldflags}" AOUT=%{name}
pushd %{name}_secure
%__ln_s ../%{name}.1 .
%__ln_s ../rmath.1 .
%__ln_s ../doc .
%__ln_s ../primes .
%make CC=%{__cc} CC_OPTIMIZE="%{optflags}" READLINE=1 LDFLAGS="%{ldflags}" AOUT=%{name}_secure %{name}_secure
popd

%check
%make CC=%{__cc} CC_OPTIMIZE="%{optflags}" READLINE=1 LDFLAGS="%{ldflags}" AOUT=%{name} check

%install
%makeinstall docdir=%{buildroot}%{_docdir}/%{name}
%__rm -rf %{buildroot}%{_docdir}/%{name}
%__rm -rf doc/%{name}.1
cd %{name}_secure
%__install -m 755 %{name}_secure %{buildroot}%{_bindir}/%{name}_secure
cd ..
%{_bindir}/desktop-file-validate %{buildroot}%{_datadir}/applications/mathomatic.desktop

%files
%defattr(0644,root,root,0755)
%doc NEWS README.txt VERSION doc/ tests/
%defattr(-,root,root)
%{_bindir}/%{name}
%{_bindir}/%{name}_secure
%{_mandir}/man1/mathomatic.1*
%{_datadir}/applications/mathomatic.desktop
%{_datadir}/pixmaps/mathomatic.png
%{_datadir}/pixmaps/mathomatic.xpm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 16.0.5-2
+ Revision: 2b83f54
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2903 |14cr|matio-1.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	MAT File I/O Library
Name:		matio
Version:	1.5.2
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://sourceforge.net/projects/matio/
Source0:	http://downloads.sourceforge.net/matio/%{name}-%{version}.tar.gz
Patch0:		matio-1.5.0-fix-linking.patch
BuildRequires:	doxygen
BuildRequires:	ghostscript
BuildRequires:	texlive
BuildRequires:	hdf5-devel
BuildRequires:	pkgconfig(zlib)

%description
matio is an ISO C library (with a limited Fortran 90 interface)
for reading and writing Matlab MAT files.

%files
%{_bindir}/matdump

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	MAT File I/O Library
Group:		System/Libraries

%description -n %{libname}
matio is an ISO C library (with a limited Fortran 90 interface)
for reading and writing Matlab MAT files.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files and headers for %{name}.

%files -n %{devname}
%doc NEWS README
%{_includedir}/*.h
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/*.3*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--enable-shared \
	--disable-static \
	--enable-extended-sparse=yes \
	%if %{_lib} != lib
	--with-libdir-suffix=lib64
	%endif

# remove rpath from libtool
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}/matio


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-3
+ Revision: 65c68b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2904 |14cr|matrixssl-3.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 3
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Embedded SSL implementation
Name:		matrixssl
Version:	3.2.1
Release:	2
License:	GPLv2
Group:		System/Libraries
URL:		http://www.matrixssl.org/
Source0:	%{name}-3-2-1-open.tgz
Patch0:		matrixssl-3.2.1-no_strip.diff
Patch2:		matrixssl-3.2.1-soname.diff
BuildRequires:	dietlibc-devel >= 0.32
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
PeerSec MatrixSSL is an embedded SSL implementation designed for 
small footprint devices and applications requiring low overhead per 
connection. The library is less than 50K on disk with cipher suites.

It includes SSL client and SSL server support, session resumption, 
and implementations of RSA, 3DES, ARC4, SHA1, and MD5. The source is
well documented and contains portability layers for additional 
operating systems, cipher suites, and cryptography providers. 

%package -n	%{libname}
Summary:	Embedded SSL implementation
Group:          System/Libraries

%description -n	%{libname}
PeerSec MatrixSSL is an embedded SSL implementation designed for 
small footprint devices and applications requiring low overhead per 
connection. The library is less than 50K on disk with cipher suites.

It includes SSL client and SSL server support, session resumption, 
and implementations of RSA, 3DES, ARC4, SHA1, and MD5. The source is
well documented and contains portability layers for additional 
operating systems, cipher suites, and cryptography providers. 

%package -n	%{develname}
Summary:	Static library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	dietlibc-devel >= 0.32
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%{name}-devel
Obsoletes:	%{mklibname matrixssl -d 1}

%description -n	%{develname}
PeerSec MatrixSSL is an embedded SSL implementation designed for 
small footprint devices and applications requiring low overhead per 
connection. The library is less than 50K on disk with cipher suites.

It includes SSL client and SSL server support, session resumption, 
and implementations of RSA, 3DES, ARC4, SHA1, and MD5. The source is
well documented and contains portability layers for additional 
operating systems, cipher suites, and cryptography providers. 

This package contains the static libraries and headers for both
glibc and dietlibc.

%prep

%setup -q -n %{name}-3-2-1-open
%patch0 -p0

# prepare for dietlibc
mkdir -p dietlibc
cp -rp core crypto matrixssl Makefile dietlibc/

%build

# first make the standard glibc stuff...
make DFLAGS="%{optflags} -fPIC" MAJOR="%{major}"

# now make the dietlibc static library
make -C dietlibc CC="diet -Os gcc" \
    DFLAGS="" \
    LDFLAGS="-nostdlib" \
    libmatrixssl.a

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_prefix}/lib/dietlibc/{lib,include}
install -d %{buildroot}%{_includedir}/matrixssl/core
install -d %{buildroot}%{_includedir}/matrixssl/crypto/{digest,keyformat,math,pubkey,symmetric}

# install the glibc version
install -m0755 lib%{name}.so %{buildroot}%{_libdir}/lib%{name}.so.%{version}
ln -snf lib%{name}.so.%{version} %{buildroot}%{_libdir}/lib%{name}.so.%{major}
ln -snf lib%{name}.so.%{major} %{buildroot}%{_libdir}/lib%{name}.so
install -m0644 lib%{name}.a %{buildroot}%{_libdir}/

# install the headers
install -m0644 core/*.h %{buildroot}%{_includedir}/matrixssl/core/
install -m0644 crypto/*.h %{buildroot}%{_includedir}/matrixssl/crypto/
install -m0644 crypto/digest/*.h %{buildroot}%{_includedir}/matrixssl/crypto/digest/
install -m0644 crypto/keyformat/*.h %{buildroot}%{_includedir}/matrixssl/crypto/keyformat/
install -m0644 crypto/math/*.h %{buildroot}%{_includedir}/matrixssl/crypto/math/
install -m0644 crypto/pubkey/*.h %{buildroot}%{_includedir}/matrixssl/crypto/pubkey/
install -m0644 crypto/symmetric/*.h %{buildroot}%{_includedir}/matrixssl/crypto/symmetric/
install -m0644 matrixssl/matrixsslApi.h %{buildroot}%{_includedir}/matrixssl/
install -m0644 matrixssl/matrixsslConfig.h %{buildroot}%{_includedir}/matrixssl/
install -m0644 matrixssl/matrixssllib.h %{buildroot}%{_includedir}/matrixssl/

# install the dietlibc version
install -m0644 dietlibc/lib%{name}.a %{buildroot}%{_prefix}/lib/dietlibc/lib/

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%doc doc/*.pdf
%{_includedir}/matrixssl
%{_libdir}/*.so
%{_libdir}/*.a
%{_prefix}/lib/dietlibc/lib/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.1-2
+ Revision: 576c6db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2905 |14cr|maven-enforcer-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-enforcer
Version:        1.3
Release:        2
Summary:        Maven Enforcer

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/enforcer
#svn export http://svn.apache.org/repos/asf/maven/enforcer/tags/enforcer-1.3 enforcer-1.3
#tar caf enforcer-1.3.tar.xz enforcer-1.3
Source0:        enforcer-%{version}.tar.xz
Source1:        %{name}-depmap.xml
Patch0:         fix-site.patch

BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0

BuildRequires: maven2
BuildRequires: maven-plugin-plugin
BuildRequires: maven-assembly-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-doxia
#BuildRequires: maven-doxia-sitetools
BuildRequires: maven-doxia-tools
BuildRequires: maven-install-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-plugin-testing-harness
BuildRequires: maven-plugin-cobertura
BuildRequires: maven-resources-plugin
BuildRequires: maven-site-plugin
BuildRequires: maven-shared-reporting-impl
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: tomcat6
BuildRequires: plexus-maven-plugin
#BuildRequires: plexus-containers-component-javadoc
Requires:      maven2
Requires:       jpackage-utils
Requires:       java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

%description
Enforcer is a build rule execution framework.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%package api
Summary: Enforcer API
Group: Development/Java
Requires: %{name} = %{version}-%{release}

%description api
This component provides the generic interfaces needed to
implement custom rules for the maven-enforcer-plugin.

%package rules
Summary: Enforcer Rules
Group: Development/Java
Requires: %{name} = %{version}-%{release}
Requires: %{name}-api

%description rules
This component contains the standard Enforcer Rules.

%package -n maven-enforcer-plugin
Summary: Enforcer Rules
Group: Development/Java
Requires: %{name} = %{version}-%{release}
Requires: %{name}-rules
Obsoletes: maven2-plugin-enforcer <= 0:2.0.8
Provides: maven2-plugin-enforcer = 1:%{version}-%{release}

%description -n maven-enforcer-plugin
This component contains the standard Enforcer Rules.

%prep
%setup -q -n enforcer-%{version}
%patch0

# fix old dep on javadoc taglet
sed -i 's:<artifactId>plexus-javadoc</artifactId>:<artifactId>plexus-component-javadoc</artifactId>:' pom.xml

%build
mvn \
        -Dmaven.local.depmap.file=%{SOURCE1} \
        -Dmaven.test.failure.ignore=true \
        install javadoc:aggregate

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}/%{name}
install -m 644 enforcer-api/target/enforcer-api-%{version}.jar  \
 %{buildroot}%{_javadir}/%{name}/enforcer-api.jar
install -m 644 enforcer-rules/target/enforcer-rules-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/enforcer-rules.jar
install -m 644 maven-enforcer-plugin/target/maven-enforcer-plugin-%{version}.jar  \
 %{buildroot}%{_javadir}/%{name}/plugin.jar

# poms
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}

install -pm 644 pom.xml \
                $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap org.apache.maven.enforcer enforcer %{version} JPP %{name}

install -pm 644 enforcer-api/pom.xml \
                $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-enforcer-api.pom
%add_to_maven_depmap org.apache.maven.enforcer enforcer-api %{version} JPP/%{name} enforcer-api

install -pm 644 enforcer-rules/pom.xml \
                $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-enforcer-rules.pom
%add_to_maven_depmap org.apache.maven.enforcer enforcer-rules %{version} JPP/%{name} enforcer-rules

install -pm 644 maven-enforcer-plugin/pom.xml \
                $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-plugin.pom
%add_to_maven_depmap org.apache.maven.plugins maven-enforcer-plugin %{version} JPP/%{name} plugin

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}


%post
%update_maven_depmap

%postun
%update_maven_depmap

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :


%files
%dir %{_javadir}/%{name}
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}

%files api
%{_javadir}/%{name}/enforcer-api*

%files rules
%{_javadir}/%{name}/enforcer-rules*

%files -n maven-enforcer-plugin
%{_javadir}/%{name}/plugin*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-2
+ Revision: 8cc2821
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2906 |14cr|maven-invoker-plugin-1.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-invoker-plugin
Version:        1.8
Release:        2
Summary:        Maven Invoker Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-invoker-plugin/
# svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-invoker-plugin-1.5 maven-invoker-plugin    
# tar czf maven-invoker-plugin-1.5.tgz maven-invoker-plugin
Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.8/maven-invoker-plugin-1.8-source-release.zip

BuildArch: noarch

BuildRequires: jpackage-utils
BuildRequires: java-devel >= 0:1.6.0
BuildRequires: maven2
BuildRequires: maven-resources-plugin
BuildRequires: maven-plugin-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-doxia
#BuildRequires: maven-doxia-tools
#BuildRequires: maven-doxia-sitetools
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-surefire-maven-plugin
#BuildRequires: maven-plugin-cobertura
BuildRequires: maven-javadoc-plugin
#BuildRequires: maven-shared-invoker

# Others
#BuildRequires: groovy

Requires: java
Requires: maven2
#Requires: groovy
Requires: jpackage-utils
#Requires: maven-shared-invoker
#Requires: maven-shared-reporting-api
#Requires: maven-shared-reporting-impl
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

Provides:       maven2-plugin-invoker = 1:%{version}-%{release}
Obsoletes:      maven2-plugin-invoker <= 0:2.0.8

%description
The Maven Invoker Plugin is used to run a set of Maven projects. The plugin 
can determine whether each project execution is successful, and optionally 
can verify the output generated from a given project execution.
  

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q

%build
mvn \
        -Dmaven.test.skip=true \
        install javadoc:javadoc

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.apache.maven.plugins maven-invoker-plugin %{version} JPP maven-invoker-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8-2
+ Revision: 54885b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2907 |14cr|maven-shade-plugin-1.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-shade-plugin
Version:        1.4
Release:        6
Summary:        This plugin provides the capability to package the artifact in an uber-jar

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/%{name}
# svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-shade-plugin-1.4
# tar caf maven-shade-plugin-1.4.tar.xz maven-shade-plugin-1.4
Source0:        %{name}-%{version}.tar.xz
Source1:        %{name}.depmap
Patch1:         pom.xml.maven-artifact-manager.patch

BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: jpackage-utils
BuildRequires: plexus-utils
BuildRequires: ant-nodeps
BuildRequires: maven2
#BuildRequires: maven-wagon
#BuildRequires: maven-enforcer-plugin
BuildRequires: plexus-container-default
BuildRequires: maven-install-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-plugin-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-surefire-maven-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-jar-plugin
BuildRequires: maven-javadoc-plugin
#BuildRequires: maven-shared-plugin-testing-harness
#BuildRequires: jdependency >= 0.6
Requires: ant-nodeps
Requires: maven2
Requires: jpackage-utils
Requires: java >= 0:1.6.0
#Requires: jdependency >= 0.6
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

Obsoletes: maven2-plugin-shade <= 0:2.0.8
Provides: maven2-plugin-shade = 1:%{version}-%{release}

%description
This plugin provides the capability to package the artifact in an
uber-jar, including its dependencies and to shade - i.e. rename - the
packages of some of the dependencies.


%package javadoc
Group:          Development/Java
Summary:        API documentation for %{name}
Requires:       jpackage-utils

%description javadoc
%{summary}.


%prep
%setup -q
rm src/test/jars/plexus-utils-1.4.1.jar
ln -s $(build-classpath plexus/utils) src/test/jars/plexus-utils-1.4.1.jar

# Add dependency on maven-artifact-manager
%patch1 -p0

# remove failing test:  testShadeWithFilter
rm src/test/java/org/apache/maven/plugins/shade/mojo/ShadeMojoTest.java

%build
# we skip test because even with binary mvn release these fail for
# various reasons.
mvn \
        -Dmaven2.jpp.depmap.file="%{SOURCE1}" \
        install javadoc:javadoc

%install

# jars
install -Dpm 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# poms
install -Dpm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%add_to_maven_depmap org.apache.maven.plugins %{name} %{version} JPP %{name}

# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-6
+ Revision: 74f7acd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2908 |14cr|maxima-5.33.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package	%{nil}

%define enable_clisp	1
%define enable_gcl	0
%define enable_sbcl	1
%define enable_ecl	1
%define defaultlisp	sbcl

%if %enable_clisp
%define clisp_flags	--enable-clisp
%else
%define clisp_flags	--disable-clisp
%endif

%if %enable_gcl
%define gcl_flags	--enable-gcl
%else
%define gcl_flags	--disable-gcl
%endif

%if %enable_sbcl
%define sbcl_flags	--enable-sbcl
%define sbcl_version	1.1.14
%else
%define sbcl_flags	--disable-sbcl
%endif

%if %enable_ecl
%define ecl_flags	--enable-ecl
# build module required by sagemath runtime?
%define sagemath	1
%define ecllib		%(ecl -eval "(princ (SI:GET-LIBRARY-PATHNAME))" -eval "(quit)")
%else
%define sagemath	0
%define ecl_flags	--disable-ecl
%endif

%define emacs_sitelisp	%{_datadir}/emacs/site-lisp/
%define xemacs_sitelisp	%{_datadir}/xemacs/site-packages/lisp/
%define texmf		%{_datadir}/texmf

Summary:	Maxima Symbolic Computation Program
Name:		maxima
Version:	5.33.0
Release:	3
License:	GPLv2
Group:		Sciences/Mathematics
URL:		http://maxima.sourceforge.net
Source0:	http://downloads.sourceforge.net/sourceforge/maxima/maxima-%{version}.tar.gz
Source1:	maxima.png
Source2:	xmaxima.desktop
Source6:	maxima-modes.el

## Other maxima reference docs
Source10:	http://starship.python.net/crew/mike/TixMaxima/macref.pdf
Source11:	http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf

## upstreamable patches
# https://bugzilla.redhat.com/show_bug.cgi?id=837142
# https://sourceforge.net/tracker/?func=detail&aid=3539587&group_id=4933&atid=104933
Patch50: maxima-5.28.0-clisp-noreadline.patch

# Build the fasl while building the executable to avoid double initialization
Patch51: maxima-5.30.0-build-fasl.patch

BuildRequires:	desktop-file-utils
BuildRequires:	texinfo
BuildRequires:	texlive-epsf
BuildRequires:	texlive-ec
BuildRequires:	texlive-cm-super
BuildRequires:	texlive-collection-latex
#BuildRequires:	texlive
BuildRequires:	python
BuildRequires:	time
%if %{enable_clisp}
BuildRequires:	clisp
%endif
%if %{enable_gcl}
BuildRequires:	gcl > 2.5.3
%endif
%if %{enable_sbcl}
BuildRequires:	sbcl = %{sbcl_version}
%endif
%if %{enable_ecl}
BuildRequires:	ecl
BuildRequires:	pkgconfig(libffi)
%endif
Requires:	gnuplot
Requires:	maxima-runtime
Suggests:	tcl
Suggests:	tk

%description
Maxima is a full symbolic computation program.  It is full featured
doing symbolic manipulation of polynomials, matrices, rational
functions, integration, Todd-coxeter, graphing, bigfloats.  It has a
symbolic debugger source level debugger for maxima code.  Maxima is
based on the original Macsyma developed at MIT in the 1970's.  It is
quite reliable, and has good garbage collection, and no memory leaks.
It comes with hundreds of self tests.

#--------------------------------------------------------------------

%package gui
Summary: Tcl/Tk GUI interface to Maxima
Group:		Sciences/Mathematics
Requires:	maxima
Requires:	tk
Provides:	xmaxima = %{version}-%{release}
%description gui
Tcl/Tk GUI interface to Maxima.

%files gui
%{_bindir}/xmaxima
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png

#--------------------------------------------------------------------

%if %{enable_clisp}
%package runtime-clisp
Summary: Maxima compiled with clisp
Group: Sciences/Mathematics
Requires:	clisp
Requires:	maxima = %{version}-%{release}
Provides:	maxima-runtime = %{version}-%{release}
%description runtime-clisp
Maxima compiled with clisp.

%files runtime-clisp
%dir %{_libdir}/maxima/%{version}/binary-clisp
%{_libdir}/maxima/%{version}/binary-clisp/*
%endif

#--------------------------------------------------------------------

%if %{enable_gcl}
%package runtime-gcl
Summary: Maxima compiled with GCL
Group:		Sciences/Mathematics
Requires:	maxima = %{version}-%{release}
Suggests:	rlwrap
Provides:	maxima-runtime = %{version}-%{release}
%description runtime-gcl
Maxima compiled with Gnu Common Lisp.

%files runtime-gcl
%dir %{_libdir}/maxima/%{version}/binary-gcl
%{_libdir}/maxima/%{version}/binary-gcl/*
%endif

#--------------------------------------------------------------------
%if %{enable_sbcl}
%package runtime-sbcl
Summary: Maxima compiled with SBCL
Group: Sciences/Mathematics
Requires:	sbcl = %{sbcl_version}
Requires:	maxima = %{version}-%{release}
Provides:	maxima-runtime = %{version}-%{release}

%description runtime-sbcl
Maxima compiled with SBCL.

%files runtime-sbcl
%dir %{_libdir}/maxima/%{version}/binary-sbcl
%{_libdir}/maxima/%{version}/binary-sbcl/*
%endif

#--------------------------------------------------------------------
%if %{enable_ecl}
%package runtime-ecl
Summary: Maxima compiled with ECL
Group: Sciences/Mathematics
Requires:	maxima = %{version}-%{release}
Provides:	maxima-runtime = %{version}-%{release}

%description runtime-ecl
Maxima compiled with ECL.

%files runtime-ecl
%dir %{_libdir}/maxima/%{version}/binary-ecl
%{_libdir}/maxima/%{version}/binary-ecl/*
%{ecllib}/maxima.fas
%endif

#--------------------------------------------------------------------
%package lang-de-utf8
Summary:	Maxima German UTF-8 language pack
Group:		Sciences/Mathematics
Requires:	maxima = %{version}

%description lang-de-utf8
Maxima German language support (UTF-8).

%files lang-de-utf8
%doc %{_datadir}/maxima/%{version}/doc/html/de.utf8
%{_infodir}/de.utf8

#--------------------------------------------------------------------
%package lang-es-utf8
Summary:	Maxima Spanish UTF-8 language pack
Group:		Sciences/Mathematics
Requires:	maxima = %{version}

%description lang-es-utf8
Maxima Spanish language support (UTF-8).

%files lang-es-utf8
%doc %{_datadir}/maxima/%{version}/doc/html/es.utf8
%{_infodir}/es.utf8

#--------------------------------------------------------------------
%package lang-pt-utf8
Summary:	Maxima Portuguese UTF-8 language pack
Group:		Sciences/Mathematics
Requires:	maxima = %{version}

%description lang-pt-utf8
Maxima Portuguese language support (UTF-8).

%files lang-pt-utf8
%doc %{_datadir}/maxima/%{version}/doc/html/pt.utf8
%{_infodir}/pt.utf8

#--------------------------------------------------------------------
%package lang-pt_BR-utf8
Summary:	Maxima Brazilian Portuguese UTF-8 language pack
Group:		Sciences/Mathematics
Requires:	maxima = %{version}

%description lang-pt_BR-utf8
Maxima Brazilian Portuguese language support (UTF-8).

%files lang-pt_BR-utf8
%doc %{_datadir}/maxima/%{version}/doc/html/pt_BR.utf8
%{_infodir}/pt_BR.utf8

#--------------------------------------------------------------------

%prep
%setup -q

%patch50 -p1 -b .clisp-noreadline
%patch51 -p1 -b .build-fasl

# Extra docs
install -p -m644 %{SOURCE10} .
install -D -p -m644 %{SOURCE11} doc/maximabook/maxima.pdf

sed -i -e 's|@ARCH@|%{_target_cpu}|' src/maxima.in

sed -i -e 's:/usr/local/info:/usr/share/info:' \
  interfaces/emacs/emaxima/maxima.el
sed -i -e \
  's/(defcustom\s+maxima-info-index-file\s+)(\S+)/$1\"maxima.info-16\"/' \
  interfaces/emacs/emaxima/maxima.el

# remove CVS crud
find -name CVS -type d | xargs --no-run-if-empty rm -rv

%build
autoreconf -fi

%if %{enable_gcl}
export GCL_ANSI=y
%endif
%if %{enable_sbcl}
export SBCL_HOME=%{_libdir}/sbcl
%endif
export CFLAGS="%{optflags} -fno-fast-math"
export CXXFLAGS="%{optflags} -fno-fast-math"
%configure2_5x \
	%{clisp_flags} \
	%{gcl_flags} \
	%{sbcl_flags} \
	%{ecl_flags} \
	--with-default-lisp=%{defaultlisp} \
  	--enable-lang-de-utf8 \
  	--enable-lang-es-utf8 \
	--enable-lang-pt-utf8 \
	--enable-lang-pt_BR-utf8 LDFLAGS=

# help avoid (re)running makeinfo/tex
touch doc/info/maxima.info

make

%install
%makeinstall_std

%if %{?enable_ecl}
install -D -m755 src/binary-ecl/maxima.fas %{buildroot}%{ecllib}/maxima.fas
%endif

# app icon
install -p -D -m644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/maxima.png

desktop-file-install \
  --dir="%{buildroot}%{_datadir}/applications" \
  %{SOURCE2} 

# (x)emacs
install -D -m644 -p %{SOURCE6} %{buildroot}%{_datadir}/maxima/%{version}/emacs/site_start.d/maxima-modes.el

for dir in %{emacs_sitelisp} %{xemacs_sitelisp} ; do
  install -d -m755 %{buildroot}$dir/{,site-start.d}
  ln -s %{_datadir}/maxima/%{version}/emacs %{buildroot}$dir/maxima
  for file in %{buildroot}%{_datadir}/maxima/%{version}/emacs/*.el ; do
    touch `dirname $file`/`basename $file .el`.elc
  done
  ln -s %{_datadir}/maxima/%{version}/emacs/site_start.d/maxima-modes.el %{buildroot}$dir/site-start.d/
  touch %{buildroot}$dir/site-start.d/maxima-modes.elc
done

# emaxima LaTeX style (%ghost)
install -d %{buildroot}%{texmf}/tex/latex/
ln -sf  %{_datadir}/maxima/%{version}/emacs \
        %{buildroot}%{texmf}/tex/latex/emaxima

## unwanted/unpackaged files
rm -f %{buildroot}%{_infodir}/dir
# docs
rm -rf %{buildroot}%{_datadir}/maxima/%{version}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps}

%check
make -k check

# A little hack - maxima wants this file to be uncompressed, but it is compressed
# automatiaclly by rpmbuild
# Maybe a better solution would be to palce this file to another location...
%postun
rm -f %{_infodir}/maxima-index.lisp

%posttrans
xz -d %{_infodir}/maxima-index.lisp.xz

%files
%doc AUTHORS COPYING README README.lisps
%{_bindir}/maxima
%{_bindir}/rmaxima
%{_libdir}/maxima/%{version}/mgnuplot
%{_datadir}/maxima/%{version}/*
%{_infodir}/*.info*
%{_infodir}/maxima-index.lisp*
%{_mandir}/man1/maxima.*
%exclude %doc %{_datadir}/maxima/%{version}/doc/html/es.utf8
%exclude %{_infodir}/es.utf8
%exclude %doc %{_datadir}/maxima/%{version}/doc/html/de.utf8
%exclude %{_infodir}/de.utf8
%exclude %doc %{_datadir}/maxima/%{version}/doc/html/pt.utf8
%exclude %{_infodir}/pt.utf8
%exclude %doc %{_datadir}/maxima/%{version}/doc/html/pt_BR.utf8
%exclude %{_infodir}/pt_BR.utf8
%{texmf}/tex/latex/emaxima
%{emacs_sitelisp}/maxima
%{emacs_sitelisp}/site-start.d/*
%{xemacs_sitelisp}/maxima
%{xemacs_sitelisp}/site-start.d/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.33.0-3
+ Revision: 3cec278
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2909 |14cr|maxr-0.2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		maxr
Version:	0.2.8
Release:	2
Summary:	A classic turn-based strategy game
Group:		Games/Other
License:	GPLv2+ and GFDL
URL:		http://www.maxr.org
Source0:	http://www.maxr.org/downloads/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
Source2:	%{name}.png
BuildRequires:	SDL-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_net-devel
BuildRequires:	desktop-file-utils

%description
M.A.X.R. (Mechanized Assault and eXploration Reloaded) is a fanmade strategy 
game by the community of maxr.org. MAXR is OpenSource and a remake of
the old M.A.X.by Interplay from 1996 featuring network games based on TCP/IP 
(e.g. over the internet). The game can be played in a turn-based mode (with or 
without time limit), or simultaneous mode (all the players take their turns at 
the same time), and features combat in air, land, and sea. Three resources are 
present on the maps - Raw Materials, which are needed to manufacture units, 
structures and ammunition, Fuel, which power generators need to function, and 
Gold, which is used to purchase upgrades. This game is a mix of realtime and 
turnbased strategy with battle chess character.

%prep
%setup -q
# Needed because of this rpmlint warning "W: wrong-file-end-of-line-encoding"
sed -i 's/\r//' CHANGELOG
# Convert everything to UTF-8
# COPYING.README
iconv -f iso-8859-1 -t utf-8 -o COPYING.README.utf8 COPYING.README
touch -c -r COPYING.README COPYING.README.utf8
mv -f COPYING.README.utf8 COPYING.README
# ABOUT
iconv -f iso-8859-1 -t utf-8 -o ABOUT.utf8 ABOUT
touch -c -r ABOUT ABOUT.utf8
mv -f ABOUT.utf8 ABOUT

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install \
	--dir=%{buildroot}%{_datadir}/applications \
	%{SOURCE1}

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps

install -p -m 0644 %{SOURCE2} \
	%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png

%files
%doc ABOUT CHANGELOG COPYING COPYING.README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.8-2
+ Revision: a540da8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2910 |14cr|mayavi-1.5-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A powerful scientific data visualizer for Python
Name:		mayavi
Version:	1.5
Release:	11
License:	BSD
Group:		Sciences/Other
Url:		http://mayavi.sourceforge.net
Source0:	http://ovh.dl.sourceforge.net/sourceforge/mayavi/MayaVi-%{version}.tar.bz2
BuildRequires:	pkgconfig(python)
Requires:	python-vtk
Requires:	tkinter
BuildArch:	noarch

%description
MayaVi is a free, easy to use scientific data visualizer. It is written in
Python and uses the amazing Visualization Toolkit (VTK) for the graphics. It
provides a GUI written using  Tkinter. MayaVi is free and distributed under the
conditions of the  BSD license. It is also cross platform and should run on any
platform where both Python and VTK are available (which is almost any *nix, Mac
OSX or Windows).

%files -f INSTALLED_FILES

#----------------------------------------------------------------------------

%prep
%setup -n MayaVi-%{version}

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=INSTALLED_FILES


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-11
+ Revision: aede204
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2911 |14cr|mazeofgalious-0.63-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mog
%define rev 1548

Summary:	A side-view, flick-screen platform game
Name:		mazeofgalious
Version:	0.63
Release:	4
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.braingames.getput.com/mog/
Source0:	%{oname}-%{version}.%{rev}.tar.bz2
Source1:	thegnu.pcx
Patch0:		mog-0.63-makefile.patch
Patch1:		mog-0.63-datapath.patch
Patch2:		mog-0.63-desktop.patch
Patch3:		mog-0.63-makefile2.patch
Patch4:		mog-0.63-sfmt.patch
BuildRequires:	imagemagick
BuildRequires:	SDL_sound-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
Provides:	%{oname} = %{EVRD}

%description
The Maze of Galious (MoG in short) was originally a Konami game for the MSX
computer system. Its real name is Knightmare II: The Maze of Galious and is
the sequel of another Konami game called Knightmare.

MoG is a very addictive game where you have to kill thousands of enemies,
collect items in order to obtain new powers and defeat some really great demons
at the end of each level. The gameplay of MoG is not the boring linear one.

In MoG you are free to go everywhere you want from the beginning of the game.
You have to be very careful of the order in which you visit all the rooms in
the HUGE map if you want to keep your character alive. The map is structured
in a main map (called the castle) and 10 submaps (called the worlds).
Initially you are in the castle and you have to find the keys that open the
doors to go to each of the worlds. To complete the game you have to defeat
the boss at the end of each one of the 10 worlds. You are free to revisit
each world as often as you want in order to see if you have missed something.

To defeat all 10 demons you control two characters: Popolon and Aphrodite.
Each one has special abilities, i.e. Popolon has a greater ability to jump
and Aphrodite is able to dive.

%files
%doc LICENSE *.txt
%{_gamesbindir}/%{oname}
%{_gamesdatadir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/pixmaps/%{oname}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}.%{rev}
%patch0 -p1 -b .makefile
%patch1 -p1 -b .datapath
%patch2 -p1 -b .desktop
%patch3 -p1 -b .makefile
%patch4 -p1 -b .sfmt

%build
%make OPTFLAGS="%{optflags}" LFLAGS="%{ldflags}"

%install
%makeinstall_std

# replace Konami logo with GNU
rm -f %{buildroot}%{_gamesdatadir}/%{oname}/graphics/*/konami.pcx
cp %{SOURCE1} %{buildroot}%{_gamesdatadir}/%{oname}/graphics/alfonso/
cp %{SOURCE1} %{buildroot}%{_gamesdatadir}/%{oname}/graphics/alternate/
cp %{SOURCE1} %{buildroot}%{_gamesdatadir}/%{oname}/graphics/boltian/
cp %{SOURCE1} %{buildroot}%{_gamesdatadir}/%{oname}/graphics/hinox/
cp %{SOURCE1} %{buildroot}%{_gamesdatadir}/%{oname}/graphics/naramura/
cp %{SOURCE1} %{buildroot}%{_gamesdatadir}/%{oname}/graphics/original/



%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.63-4
+ Revision: 1a439ea
- Fix patch to work with new patch program



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2912 |14cr|mb-applet-input-manager-0.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	mb-applet-input-manager
%define version 0.6
%define release  9

Summary: 	Input manager for the Matchbox Desktop
Name: 		%name
Version: 	%version
Release: 	%release
Url: 		http://matchbox-project.org/
License: 	GPLv2+
Group: 		Graphical desktop/Other
Source: 	http://matchbox-project.org/sources/%name/%version/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	libmatchbox-devel

%description
Input manager for the Matchbox Desktop

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS README 
%_bindir/mbinputmgr
%_datadir/applications/*
%_datadir/pixmaps/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-9
+ Revision: 139b2f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2913 |14cr|mb-applet-volume-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	mb-applet-volume
%define version 0.2
%define release 6

Summary: 	Volume control for the Matchbox Desktop
Name: 		%name
Version: 	%version
Release: 	%release
Url: 		http://matchbox-project.org
License: 	GPLv2+
Group: 		Graphical desktop/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source: 	http://matchbox-project.org/sources/%name/%version/%{name}-%{version}.tar.bz2

BuildRequires:	gtk2-devel matchbox-devel libXsettings-client-devel

%description
Volume for the Matchbox Desktop

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS TODO 
%_bindir/mb*
%_datadir/applications/*
%_datadir/pixmaps/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-6
+ Revision: dfd0dc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2914 |14cr|mbootpack-0.4a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Turns a multiboot kernel and modules (eg Xen) into a single file
Name:		mbootpack
Version:	0.4a
Release:	7
License:	BSD 
Group:		System/Kernel and hardware
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		http://www.tjd.phlegethon.org/software/#mbootpack
Source:	http://www.tjd.phlegethon.org/software/%{name}-%{version}.tar.bz2
Patch0:	mbootpack-0.4a-fix-build-new-kernel-headers.patch
Patch1:	mbootpack-0.4a-x86_64-build-fix.patch

%description
This is a tool that takes a multiboot kernel and modules (e.g. a Xen VMM, linux
kernel and initrd), and packages them up as a single file that looks like a
bzImage linux kernel. The aim is to allow you to boot multiboot kernels (in
particular, Xen) using bootloaders that don't support multiboot (i.e. pretty
much anything except GRUB and SYSLINUX).

%prep
%setup -q
%patch0 -p1 -b .fix-build-new-kernel-headers
%patch1 -p1 -b .x86_64-build-fix

%build
CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
%make

%install
rm -rf %{buildroot}
mkdir -p $RPM_BUILD_ROOT/%_bindir
install -m 755 mbootpack $RPM_BUILD_ROOT/%_bindir/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README Changes
%{_bindir}/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4a-7
+ Revision: 384d817
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2915 |14cr|mbr-1.1.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mbr
%define version 1.1.10
%define release 6

Summary: Master Boot Record for IBM-PC compatible computers
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}_%{version}.orig.tar.gz
Patch0: mbr_1.1.10-1.diff.gz
License: GPL
Group: System/Kernel and hardware
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Url: http://packages.debian.org/unstable/admin/mbr
BuildRequires: dev86
Exclusivearch: %ix86

%description
This is used in booting Linux from the hard disk. The MBR runs first,
then transfers control to LILO, which transfers control to the Linux
kernel.

%prep
%setup -q
%patch0 -p1

%build
%configure
%make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_sbindir}/install-mbr
%{_mandir}/*/install-mbr.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.10-6
+ Revision: 2b59e89
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2916 |14cr|mbw-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mbw
%define version 1.1
%define release 6

Summary: Memory bandwidth benchmark
Name: %name
Version: %version
Release: %release
License: LGPL
Source: %{name}.tar.bz2
Group: System/Kernel and hardware
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Url:http://freshmeat.net/redir/mbw/64534/url_homepage/mbw

%description
Test memory copy bandwidth (single thread).
Switch off swap or make sure array size does not exceed available free RAM.

%prep
%setup -n %{name}

%build
make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m 755 mbw %{buildroot}%{_bindir}/mbw
install -m 644 mbw.1 %{buildroot}%{_mandir}/man1/mbw.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/mbw
%doc %{_mandir}/man1/mbw.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-6
+ Revision: d92c2a1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2917 |14cr|mc46-4.6.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mc

Summary:	So called russian fork of Midnight Commander
Name:		mc46
Version:	4.6.3
Release:	4
License:	GPLv2+
Group:		File tools
Url:		http://mc.redhat-club.org
Source0:	%{oname}-%{version}.tar.bz2
BuildRequires:	bison
BuildRequires:	gpm-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(x11)
Conflicts:	%{oname}

%description
So called russian fork of Midnight Commander.

It has better default syntax highlighting for spec files and some
other useful features that we don't have in 4.7+.

Midnight Commander is a visual shell much like a file manager,
only with way more features. It is text mode, but also includes
mouse support if you are running GPM.  Its coolest feature is
the ability to ftp, view tar, zip files, and poke into RPMs for
specific files. This is "revived" version with many patches applied.

%files -f %{oname}.lang
%doc COPYING README INSTALL AUTHORS
%{_bindir}/*
%{_libdir}/%{oname}
%{_sysconfdir}/%{oname}
%{_mandir}/man1/*
%{_datadir}/%{oname}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
%configure --with-gpm-mouse --with-x
%make

%install
%makeinstall_std
cp %{buildroot}%{_datadir}/%{oname}/bin/* %{buildroot}%{_libdir}/%{oname}/

%find_lang %{oname} --with-man


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.6.3-4
+ Revision: fb5c185
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2918 |14cr|mcabber-0.10.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Console jabber client
Name:		mcabber
Version:	0.10.2
Release:	3
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://www.lilotux.net/~mikael/mcabber/
Source0:	http://www.lilotux.net/~mikael/mcabber/files/mcabber-%{version}.tar.bz2
Patch0:		mcabber-0.10.2-libotr4.patch
BuildRequires:	gpgme-devel
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libotr)
BuildRequires:	pkgconfig(loudmouth-1.0)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)

%description
Mcabber is a small jabber console client which supports SSL support, history
logging, external actions and more.

%files
%doc AUTHORS ChangeLog NEWS README TODO
%doc mcabberrc.example contrib
%{_mandir}/man1/mcabber.1*
%{_bindir}/mcabber
%{_datadir}/%{name}/
%{_libdir}/mcabber/libbeep.so
%{_libdir}/mcabber/libxttitle.so
%{_libdir}/mcabber/libfifo.so
%{_libdir}/mcabber/liburlregex.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Conflicts:	%{name} < 0.10.2-2

%description devel
Development files for %{name}.

%files devel
%{_includedir}/mcabber/*.c
%{_includedir}/mcabber/*.h
%{_libdir}/pkgconfig/mcabber.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--disable-dependency-tracking \
	--enable-enchant \
	--enable-otr
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.2-3
+ Revision: 1dd49f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2919 |14cr|mcelog-0.9-0.pre.git20090623.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pre_ver pre
%define git 20090623
%define rel_num 2
%if "%{git}" != ""
%define rel 0.%{?pre_ver:%{pre_ver}.}git%{git}.%{rel_num}
%else
%define rel %{?pre_ver:0.%{pre_ver}.}%{rel_num}
%endif

Name:		mcelog
Version:	0.9
Release:	%mkrel %{rel}
Summary:	The kernel machine check logger
License:	GPLv2
Group:		System/Kernel and hardware
Url:		ftp://ftp.x86-64.org/pub/linux/tools/mcelog/
Source:		mcelog-%{version}%{?pre_ver:%{pre_ver}}%{?git:-git%{git}}.tar.lzma
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
mcelog is the user space interface to the in kernel machine check logger
on x86-64. It decodes the binary machine check records into a human
readable format.

%prep
%setup -q -n %{name}-%{version}%{?pre_ver:%{pre_ver}}%{?git:-git%{git}}

%build
%make CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_sbindir}
mkdir -p %{buildroot}/%{_mandir}/man8
mkdir -p %{buildroot}/%{_sysconfdir}/logrotate.d/
mkdir -p %{buildroot}/%{_sysconfdir}/cron.hourly/

%makeinstall etcprefix=%{buildroot}
cp mcelog.logrotate %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
cp mcelog.cron %{buildroot}/%{_sysconfdir}/cron.hourly/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_sbindir}/mcelog
%{_mandir}/man8/*
%{_sysconfdir}/cron.hourly/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/mcelog.conf



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.9-0.pre.git20090623.2
+ Revision: c398e24
- Automatic import for version 0.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2920 |14cr|mcomix-0.98-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fork of the Comix project	
Name:		mcomix
Version:	0.98
Release:	3
License:	GPLv2+
Group:		Office
URL:		http://mcomix.sourceforge.net/
Source0:	http://downloads.sourceforge.net/mcomix/%name-%{version}.tar.bz2

Buildarch:	noarch
BuildRequires:	python, python-imaging, jpeg-progs, pygtk2.0-devel
BuildRequires:	desktop-file-utils python-setuptools python-imaging-devel
Requires:	python, python-imaging, jpeg-progs, pygtk2.0 gettext
Patch0:		mcomix-0.92-fedora-rpmbuild-gtk.patch
Patch1:		mcomix-0.94-gettext-system-install.patch


%description
MComix is an user-friendly, customizable image viewer.
It is specifically designed to handle comic books, but also serves as
a generic viewer.  It reads images in ZIP, RAR, 7Zip or tar archives
as well as plain image files.  It is written in Python and uses GTK+
through the PyGTK bindings, and runs on both Linux and Windows.

%prep
%setup -q -n %{name}-%{version} 
%patch0 -p1
%patch1 -p1

%build
echo "Hey, i'm fake building "

find . -name comicthumb\* | while read f
do
	mv $f $(echo $f | sed -e 's|comicthumb|mcomicthumb|')
done
grep -rl comicthumb . | xargs sed -i -e 's|comicthumb|mcomicthumb|g'


%install
python setup.py \
	install \
	--root %buildroot

mkdir -p %buildroot%{_sysconfdir}/gconf/schemas
install -cpm 644 ./mime/comicbook.schemas \
	%buildroot%{_sysconfdir}/gconf/schemas/%{name}.schemas


#localization
mkdir -p %buildroot%{_datadir}/locale/
mv %buildroot%{python_sitelib}/%{name}/messages/*/ \
	%buildroot%{_datadir}/locale/


%find_lang %{name}

desktop-file-install --vendor='' \
	--dir %buildroot%_datadir/applications \
	--remove-category='Application' \
	--add-category='GNOME;GTK' \
	%buildroot%_datadir/applications/*.desktop

%files -f %{name}.lang
%doc COPYING ChangeLog README

%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_bindir}/%{name}
%{python_sitelib}/%{name}/
%{python_sitelib}/%{name}-%{version}-py*.egg-info/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_mandir}/man1/mcomix.1*
%{_datadir}/icons/hicolor/*/apps/%{name}*
%{_datadir}/icons/hicolor/*/mimetypes/application-x-*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.98-3
+ Revision: 2669c0e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2921 |14cr|mcp-plugins-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:         mcp-plugins
Version:      0.4.0
Release:      2

Summary:      A set of audio plugins for LADSPA
License:      GPLv2
Group:        Sound
Source:       http://kokkinizita.linuxaudio.org/linuxaudio/downloads/MCP-plugins-%version.tar.bz2
URL:          http://kokkinizita.linuxaudio.org/linuxaudio
Requires:     ladspa

%description
A set of audio plugins for LADSPA by Fons Adriaensen.
Currently contains a phaser, a chorus and a moog vcf.

%prep
%setup -n MCP-plugins-%version -q
perl -pi -e 's/\/usr\/lib\/ladspa/\$(DESTDIR)/g' Makefile

%build
%make

%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_libdir}/ladspa
mkdir -p $RPM_BUILD_ROOT%{_datadir}
make DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ladspa install

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{_libdir}/ladspa/*.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-2
+ Revision: 11c0e28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2922 |14cr|mcrypt-2.6.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Data encryption/decryption program
Name:		mcrypt
Version:	2.6.8
Release:	5
License:	GPLv2+
Group:		File tools
URL:		http://mcrypt.sourceforge.net/
Source0:	http://belnet.dl.sourceforge.net/sourceforge/mcrypt/%{name}-%{version}.tar.gz
Patch0:		mcrypt-2.6.8-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	libmhash-devel >= 0.8.15
BuildRequires:	libmcrypt-devel >= 2.5.0

%description
A replacement for the old unix crypt(1) command. Mcrypt uses the following
encryption (block) algorithms: BLOWFISH, DES, TripleDES, 3-WAY, SAFER-SK64,
SAFER-SK128, CAST-128, RC2 TEA (extended), TWOFISH, RC6, IDEA and GOST. The
unix crypt algorithm is also included, to allow compatibility with the crypt(1)
command. CBC, ECB, OFB and CFB modes of encryption are supported.

%prep

%setup -q
%patch0 -p0 -b .format_not_a_string_literal_and_no_format_arguments

%build

%configure2_5x

# ugly hack
export MKINSTALLDIRS="`pwd`/mkinstalldirs"
find -name "Makefile" | xargs perl -pi -e "s|^MKINSTALLDIRS.*|MKINSTALLDIRS=\"$MKINSTALLDIRS\"|g"

%make

%install
rm -rf %{buildroot}

%makeinstall

%find_lang %name

%files -f %name.lang
%doc ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS TODO doc/FORMAT doc/magic doc/sample*
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.8-5
+ Revision: 3a10fa3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2923 |14cr|mcstrans-0.2.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: mcstrans
Version: 0.2.11
Release: 4
Summary: SELinux Translation Daemon
License: GPLv2+
Group: System/Servers
Source: http://fedora.redhat.com/projects/%{name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: selinux-devel >= 1.30.3-1
BuildRequires: cap-devel 
Requires(pre): rpm-helper
Requires(post): rpm-helper
Provides: setransd = %{version}-%{release}

%description
Security-enhanced Linux is a feature of the Linux® kernel and a number
of utilities with enhanced security functionality designed to add
mandatory access controls to Linux.  The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement®, Role-based Access
Control, and Multi-level Security.

mcstrans provides an translation daemon to translate SELinux categories 
from internal representations to user defined representation.

%prep
%setup -q

%build
%{make} clean
%{make} CFLAGS="-g %{optflags}"

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std} LIBDIR="%{buildroot}%{_libdir}" SHLIBDIR="%{buildroot}/%{_lib}"

%clean
%{__rm} -rf %{buildroot}

%post
%_post_service mcstrans

%preun
%_preun_service mcstrans

%files
%defattr(-,root,root,0755)
/sbin/mcstransd
%{_initrddir}/mcstrans
%{_mandir}/man8/mcs.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.11-4
+ Revision: e39dbe5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2924 |14cr|md5deep-4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Compute MD5 message digests on an arbitrary number of files
Name:		md5deep
Version:	4.1
Release:	2
Group:		File tools
License:	Public Domain and GPLv2+
URL:		http://md5deep.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/md5deep/md5deep/md5deep-4.0.0/%{name}-%{version}.tar.gz

%description
md5deep is a cross-platform program to compute MD5 message digests
on an arbitrary number of files. The program is known to run on
Windows(tm), Linux, FreeBSD, OS X, Solaris, and should run on most
other platforms. md5deep is similar to the md5sum program found in
the GNU Coreutils package, but has the following additional
features:

* Recursive operation - md5deep is able to recursive examine an
  entire directory tree. That is, compute the MD5 for every file
  in a directory andf for every file in every subdirectory.

* Time estimation - md5deep can produce a time estimate when it's
  processing very large files.

* Comparison mode - md5deep can accept a list of known hashes and
  compare them to a set of input files. The program can display
  either those input files that match the list of known hashes or
  those that do not match.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc ChangeLog README
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1-2
+ Revision: a0825ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2925 |14cr|md5sha1sum-0.9.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Microbrew MD5sum/SHA1sum/RIPEMD160sum
Name:		md5sha1sum
Version:	0.9.5
Release:	2
License:	GPLv2+
Group:		System/Base
URL:		http://www.microbrew.org/tools/md5sha1sum/
Source0:	http://www.microbrew.org/tools/md5sha1sum/%{name}-%{version}.tar.gz
BuildRequires:	openssl-devel
BuildRequires:	pkgconfig
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}

%description
This toolset provides md5sum, sha1sum, and ripemd160sum. They are intended to
be drop in replacements for the tools from GNU textutils. Since installing
textutils is somewhat excessive for just two utilities, these are meant to be
the more compact and easier to install replacements. This is useful on systems
such as Solaris where most of the tools from textutils are already provided by
the vendor.

%prep

%setup -q


%build
cat > sys-setup.mk << EOF
CC=%{_bindir}/gcc
CFLAGS= %{optflags} -I%{_includedir}
LDFLAGS= %{ldflags} `pkg-config --libs openssl`
BINDIR=%{_bindir}
MD5BINNAME=ubmd5sum
SHA1BINNAME=ubsha1sum
RIPEMD160BINNAME=ubripemd160sum
EOF

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 ubmd5sum %{buildroot}%{_bindir}/
ln -snf ubmd5sum %{buildroot}%{_bindir}/ubsha1sum
ln -snf ubmd5sum %{buildroot}%{_bindir}/ubripemd160sum

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc ChangeLog LICENSE README
%{_bindir}/ubmd5sum
%{_bindir}/ubsha1sum
%{_bindir}/ubripemd160sum




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5-2
+ Revision: 30947cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2926 |14cr|mdbtools-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           mdbtools
Version:        0.7.1
Release:        2
Summary:        Access data stored in Microsoft Access databases

Group:          Development/Databases
License:        GPLv2+
URL:            https://github.com/brianb/mdbtools/wiki

Source0:        https://github.com/brianb/mdbtools/archive/%{version}.tar.gz
Source1:        gmdb2.desktop
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(libgnomeui-2.0)
BuildRequires:  unixODBC-devel
BuildRequires:  readline-devel
BuildRequires:  bison
BuildRequires:  flex
BuildRequires:  desktop-file-utils
BuildRequires:  txt2man
BuildRequires:  gnome-common
BuildRequires:  pkgconfig(libglade-2.0)
BuildRequires:  rarian
BuildRequires:  gnome-doc-utils
BuildRequires:  libtool
BuildRequires:  autoconf
BuildRequires:  automake
Requires:       %{name}-libs = %{EVRD}

%description
MDB Tools is a suite of programs for accessing data stored in Microsoft
Access databases.

%package libs
Summary:        Library for accessing data stored in Microsoft Access databases
Group:          System/Libraries
License:        LGPLv2+

%description libs
This package contains the MDB Tools library, which can be used by applications
to access data stored in Microsoft Access databases.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Databases
License:        LGPLv2+
Requires:       %{name}-libs = %{EVRD}
Requires:	glib2-devel
Requires:	pkgconfig

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%package gui
Summary:        Graphical interface for MDB Tools
Group:          Development/Databases
License:        GPLv2+ 
Requires:       %{name}-libs = %{EVRD}

%description gui
The mdbtools-gui package contains the gmdb2 graphical user interface
for MDB Tools

%prep
%setup -q

%build
autoreconf -vif
%configure --disable-static --enable-sql --with-unixodbc="%{_prefix}" --enable-gtk-doc
%make V=1

%install
%makeinstall_std

# remove some headers which should not be installed / exported
rm -f %{buildroot}%{_includedir}/gmdb.h
rm -f %{buildroot}%{_includedir}/mdbver.h

mkdir -p %{buildroot}%{_datadir}/applications

desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}

%files
%doc COPYING
%{_bindir}/mdb-*
%{_mandir}/man1/mdb-*

%files libs
%doc AUTHORS COPYING.LIB NEWS README
%{_libdir}/libmdb*.so.*

%files devel
%doc HACKING ChangeLog TODO doc/faq.html
%{_libdir}/libmdb*.so
%{_libdir}/pkgconfig/libmdb*.pc
%{_includedir}/mdb*.h

%files gui
%{_bindir}/gmdb2
%{_datadir}/gmdb
%{_datadir}/gnome/help/gmdb
%{_datadir}/applications/*gmdb2.desktop
%{_datadir}/omf/mdbtools/gmdb-C.omf
%{_mandir}/man1/gmdb2*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-2
+ Revision: 5bd8bcf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2927 |14cr|mdf2iso-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mdf2iso
Version:	0.3.0
Release:	2
Summary:	Alkohol 120 CD Images (.mdf) to ISO converter
License:	GPL
Group:		Archiving/Other
URL:		http://mdf2iso.berlios.de/
Source:		%{name}-%{version}-src.tar.bz2
Patch0:		mdf2iso-0.3.0-largefiles.patch

%description
MDF2ISO is a very simple utility to convert an Alcohol 120 bin images
to the standard ISO-9660 format.

%prep
%setup -q -n %{name}
%patch0 -p1

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

%clean
%__rm -rf %{buildroot}

%files
%doc ChangeLog gpl.txt
%{_bindir}/mdf2iso




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: 3444b10
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2928 |14cr|mdns-scan-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool for scanning mDNS/DNS-SD published services in local network
Name:		mdns-scan
Version:	0.5
Release:	2
License:	GPLv2+
Group:		Networking/Other
Url:		http://freecode.com/projects/mdns-scan
Source0:	http://0pointer.de/lennart/projects/mdns-scan/mdns-scan-%{version}.tar.gz

%description
mdns-scan is a tool for scanning for mDNS/DNS-SD published services
on the local network. It issues a mDNS PTR query to the special RR
_services._dns-sd._udp.local for retrieving a list of all currently
registered services on the local link.

%files
%doc LICENSE README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
%makeinstall_std

mkdir -p %{buildroot}%{_mandir}/man1
install -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-2
+ Revision: 9737613
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2929 |14cr|mdsplib-0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	mdsplib
%define version	0.11
%define rel	3

%define major	0
%define libname	%mklibname metar %major
%define devname %mklibname metar -d

Summary:	METAR Decoder Software Package Library
Name:		%name
Version:	%version
Release:	%mkrel %rel
License:	LGPLv2+
Group:		System/Libraries
Source:		http://limulus.net/mdsplib/mdsplib-%version.tar.bz2
Patch0:		mdsplib-fmtstr.patch
# fedora patches
Patch10:	mdsplib-0.11-makefile.patch
Patch11:	mdsplib-0.11-nullcheck.patch
Patch12:	mdsplib-0.11-shared.patch
Patch13:	mdsplib-0.11-typeerror.patch
BuildRoot:	%{_tmppath}/%{name}-root

%description
The MDSP Library provides a programmer with two functions, the major one
being DcdMETAR, which decodes a METAR into structures provided by the
library. Also prtDMETR, which prints out a decoded METAR structure.

The MDSP was written by Carl McCalla and released to the public by the
US National Weather Service. The MDSP Library is the original MDSP
modified to compile and run on *NIX systems.

%package -n %libname
Summary:	METAR Decoder Software Package Library
Group:		System/Libraries

%description -n %libname
The MDSP Library provides a programmer with two functions, the major one
being DcdMETAR, which decodes a METAR into structures provided by the
library. Also prtDMETR, which prints out a decoded METAR structure.

The MDSP was written by Carl McCalla and released to the public by the
US National Weather Service. The MDSP Library is the original MDSP
modified to compile and run on *NIX systems.

This package contains the shared library.

%package -n %devname
Summary:	Development headers for libmetar
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	mdsplib-devel = %{version}-%{release}
Provides:	metar-devel = %{version}-%{release}
Obsoletes:	mdsplib-devel < 0.11-2

%description -n %devname
The MDSP Library provides a programmer with two functions, the major one
being DcdMETAR, which decodes a METAR into structures provided by the
library. Also prtDMETR, which prints out a decoded METAR structure.

The MDSP was written by Carl McCalla and released to the public by the
US National Weather Service. The MDSP Library is the original MDSP
modified to compile and run on *NIX systems.

This package contains the development headers.

%prep
%setup -q
%apply_patches

%build
%make CFLAGS="%optflags -fPIC"

%install
rm -rf %{buildroot}
%makeinstall_std libdir=%{_libdir}

%clean
rm -rf %{buildroot}

%files -n %libname
%defattr(-,root,root)
%{_libdir}/libmetar.so.%{major}*

%files -n %devname
%defattr(-,root,root)
%doc HISTORY README README.MDSP
%{_libdir}/libmetar.so
%{_includedir}/metar.h





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.11-3
+ Revision: a6c5657
- Automatic import for version 0.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2930 |14cr|meandmyshadow-0.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Me and My Shadow is a puzzle/platform game
Name:		meandmyshadow
Version:	0.4.1
Release:	2
License:	GPLv3+
Group:		Games/Arcade
Url:		http://meandmyshadow.sourceforge.net
Source0:	https://sourceforge.net/projects/%{name}/files/%{version}/%{name}-%{version}-src.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(x11)

%description
Me and My Shadow is a puzzle/platform game written by Luka Horvat.
The author has given us permission to GPL the game, and develop it further.
It has an interesting concept and rather unique gameplay.

%files
%doc README COPYING ChangeLog AUTHORS
%{_bindir}/meandmyshadow
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
find . -type f -exec chmod 0644 '{}' \;

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-2
+ Revision: 5a44647
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2931 |14cr|meataxe-2.4.24-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           meataxe
Version:        2.4.24
Release:        4
Summary:        Matrix representations over finite fields

Group:          Sciences/Mathematics
License:        GPLv2+
URL:            http://www.math.rwth-aachen.de/~MTX/
Source0:        http://www.math.rwth-aachen.de/~MTX/%{name}-%{version}.tar.gz
# These man pages were written by Jerry James <loganjerry@gmail.com> using
# text taken from the sources.  Therefore, these pages have the same copyright
# and license as the source files.
Source1:        %{name}-man.tar.xz
# This patch causes a shared library to be built instead of a static library,
# and to link all of the binaries against the shared library.  Upstream is
# not interested in building a shared library.
Patch0:         %{name}-shared.patch

BuildRequires:  doxygen
Requires:       %{name}-libs = %{EVRD}

%description
The MeatAxe is a set of programs for working with matrix representations
over finite fields.  Permutation representations are supported to some
extent, too.

%package libs
Summary:        Library of matrix representations over finite fields
Group:          Development/Other

%description libs
This package contains the MeatAxe library, which provides functions for
working with matrix representations over finite fields.  Permutation
representations are supported to some extent, too.

%package devel
Summary:        Header files and libraries for MeatAxe development
Group:          Development/Other
Requires:       %{name}-libs = %{EVRD}

%description devel
This package contains the header files and library links for building
applications that use the MeatAxe library.

%prep
%setup -q -c
%setup -q -T -D -a 1
%patch0

# Set up the configuration
sed -e "s|^MTXLIB=.*|MTXLIB=%{_libdir}|" \
    -e "s|^MTXBIN=.*|MTXBIN=%{_bindir}|" \
    -e "s|^CFLAGS1=.*|CFLAGS1=-std=gnu99 $RPM_OPT_FLAGS|" \
    Makefile.conf.dist > Makefile.conf

# Let Doxygen find standard header files
sed -ri \
    "s|^(INCLUDE_PATH.*=)|\1 %{_includedir} `echo %{_libdir}/gcc/*/*/include`|" \
    etc/Doxyfile

# Let us see compiler warnings
sed -i 's|@\$(CC)|\$(CC)|' Makefile

%build
make %{?_smp_mflags} VERSION=%{version} LFLAGS1="$RPM_LD_FLAGS"
make %{?_smp_mflags} rebuild-doc

%install
# Install the binaries
mkdir -p %{buildroot}%{_bindir}
install -m 0755 bin/* -p %{buildroot}%{_bindir}
rm -f %{buildroot}%{_bindir}/mk.dir

# Install the libraries
mkdir -p %{buildroot}%{_libdir}
cp -dp tmp/libmtx.so* %{buildroot}%{_libdir}
chmod 0755 %{buildroot}%{_libdir}/libmtx.so.%{version}

# Install the header
mkdir -p %{buildroot}%{_includedir}
cp -p src/meataxe.h %{buildroot}%{_includedir}

# Install the man pages
mkdir -p %{buildroot}%{_mandir}/man1
cd man
for m in *.1; do
  sed "s/@VERSION@/%{version}/" $m > %{buildroot}%{_mandir}/man1/$m
  touch -r $m %{buildroot}%{_mandir}/man1/$m
done

%check
make check

%files
%{_bindir}/*
%{_mandir}/man1/*

%files libs
%doc COPYING README
%{_libdir}/libmtx.so.*

%files devel
%doc doc
%{_includedir}/meataxe.h
%{_libdir}/libmtx.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.24-4
+ Revision: dbc1e16
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2932 |14cr|mecab-0.994-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Name:		mecab
Summary:	Yet Another Part-of-Speech and Morphological Analyzer
Version:	0.994
Release:	2
License:	LGPLv2+
Group:		System/Internationalization
URL:		http://mecab.sourceforge.jp/
Source0:	http://sourceforge.net/projects/mecab/files/%{name}/%{version}/%{name}-%{version}.tar.gz
Conflicts:	%{_lib}mecab1 < 0.99

%description
Yet Another Part-of-Speech and Morphological Analyzer.

%package -n 	%{libname}
Summary:	Mecab shared library
Group:		System/Libraries

%description -n %{libname}
Mecab shared library.

%package -n	%{develname}
Summary:	Headers of %{name} for development
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
mecab development package.

%prep
%setup -q
mv doc/doxygen .
find . -name \*.cpp -print0 | xargs -0 chmod 0644
find . -name \*.h -print0 | xargs -0 chmod 0644

# compiler flags fix
sed -i.flags \
	-e '/-O3/s|CFLAGS=\"\(.*\)\"|CFLAGS=\${CFLAGS:-\1}|' \
	-e '/-O3/s|CXXFLAGS=\"\(.*\)\"|CXXFLAGS=\${CFLAGS:-\1}|' \
	-e '/MECAB_LIBS/s|-lstdc++||' \
	configure

# multilib change
sed -i.multilib \
	-e 's|@prefix@/lib/mecab|%{_libdir}/mecab|' \
	mecab-config.in mecabrc.in

%build
%configure2_5x
# remove rpath from libtool
sed -i.rpath \
	-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
	-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
	libtool
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING README doc/
%{_bindir}/mecab
%{_mandir}/*/mecab.1*
%config(noreplace) %{_sysconfdir}/mecabrc
%{_libdir}/mecab

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_bindir}/mecab-config
%{_includedir}/*
%{_libdir}/*.a
%{_libdir}/*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.994-2
+ Revision: f4f9b5a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2933 |14cr|mecab-ipadic-2.7.0-20070801.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define src_version	2.7.0-20070801

Name:		mecab-ipadic
Summary:	IPA dictionary for MeCab
Version:	2.7.0
Release:	20070801.4
License:	BSD-like
Group:		System/Internationalization
URL:		http://mecab.sourceforge.jp/
Source0:	http://prdownloads.sourceforge.jp/mecab/18371/%{name}-%{src_version}.tar.bz2
Requires:	mecab
BuildRequires:	mecab-devel
BuildRequires:	mecab

%description
IPA dictionary for MeCab.

%prep
%setup -q -n %{name}-%{src_version}

%build
%configure2_5x --libexecdir=/usr/lib --with-charset=utf8

perl -i -p -e "s/libexec/%{_lib}/g" Makefile
%make

%install
%makeinstall_std

%files
%{_libdir}/mecab/dic/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.0-20070801.4
+ Revision: 39f53ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2934 |14cr|mediadownloader-1.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mediadownloader
Version:	1.5.2
Release:	2
Summary:	Qt4 based viewer and downloader for Google Image and YouTube
Group:		Networking/WWW
License:	GPLv3+
URL:		http://mediadownloader.cz.cc/
Source0:	http://sourceforge.net/projects/googleimagedown/files/project/1.5.2/%{name}-%{version}-src.tar.gz
Patch0:		%{name}-1.5.1-fix_appdata_path.patch
BuildRequires:	qt4-devel >= 4.8
BuildRequires:	phonon-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(x11)
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
Requires:	ffmpeg
Requires:	lame-mp3x
Requires:	mplayer

%description
Mediadownloader is a qt4 based software that let you search, watch and
download items with Google Image and YouTube. Search results are displayed as
thumbnails within a nice mouse scrollable view. It can also make a slide show
of searched videos and images, set images as wallpaper, save and restore
searches, make multiple searches by a given text file, and convert local
videos or videos while downloading with a dedicated ffmpeg GUI front-end.
It will also look at the Firefox cache to catch video streaming contents while
browsing.


%prep
%setup -qn %{name}-%{version}
%apply_patches


%build
%qmake_qt4
%make


%install
# This macro does not work out-of-the-box: %%makeinstall_std;
# according the developers we need to use INSTALL_ROOT
# instead of DESTDIR
%makeinstall INSTALL_ROOT=%{buildroot}
# This is still required to modify the .desktop file
rm -f %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install -m 644 --copy-name-to-generic-name --dir %{buildroot}%{_datadir}/applications %{name}.desktop

# Manually move the other required files
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}/css
mkdir -p %{buildroot}%{_datadir}/%{name}/ffmpeg-presets
install -p -m 644 ./css/*.css %{buildroot}%{_datadir}/%{name}/css
install -p -m 644 ./ffmpeg-presets/*.ffpreset %{buildroot}%{_datadir}/%{name}/ffmpeg-presets

# For the icons first install the provided one
install -Dm 644 icons/%{name}.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
# then resize it to the needed sizes and place the result in the right dirs
for size in 96x96 64x64 48x48 32x32 22x22 16x16
do
    install -p -dm 0755 %{buildroot}%{_iconsdir}/hicolor/${size}/apps
    convert -resize ${size} icons/%{name}.png %{buildroot}%{_iconsdir}/hicolor/${size}/apps/%{name}.png
done


%files
%doc COPYING README.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/css/*.css
%{_datadir}/%{name}/ffmpeg-presets/*.ffpreset
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-2
+ Revision: 482cbe4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2935 |14cr|mediainfo-0.7.68-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Supplies technical and tag information about a video or audio file
Name:		mediainfo
Version:	0.7.68
Release:	2
Group:		Sound
License:	BSD
Url:		http://mediaarea.net/en/MediaInfo
Source0:	http://mediaarea.net/download/source/%{name}/%{version}/%{name}_%{version}.tar.bz2
Patch0:		mediainfo_0.7.63-fix-qtgui-build.patch
BuildRequires:	dos2unix
BuildRequires:	imagemagick
BuildRequires:	qt4-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(libmediainfo) >= 0.7.68
BuildRequires:	pkgconfig(libzen)
BuildRequires:	pkgconfig(zlib)

%description
MediaInfo supplies technical and tag information about a video or audio file.
What information can I get from MediaInfo?
* General: title, author, director, album, track number, date, duration...
* Video: codec, aspect, fps, bitrate...
* Audio: codec, sample rate, channels, language, bitrate...
* Text: language of subtitle
* Chapters: number of chapters, list of chapters.

DivX, XviD, H263, H.263, H264, x264, ASP, AVC, iTunes, MPEG-1,
MPEG1, MPEG-2, MPEG2, MPEG-4, MPEG4, MP4, M4A, M4V, QuickTime,
RealVideo, RealAudio, RA, RM, MSMPEG4v1, MSMPEG4v2, MSMPEG4v3,
VOB, DVD, WMA, VMW, ASF, 3GP, 3GPP, 3GP2.

What format (container) does MediaInfo support?
* Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1,
  MPEG-2, MPEG-4, DVD (VOB) (Codecs: DivX, XviD, MSMPEG4, ASP,
  H.264, AVC...)
* Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF
* Subtitles: SRT, SSA, ASS, SAMI.

%files
%doc Release/ReadMe_CLI_Linux.txt
%doc License.html History_CLI.txt
%{_bindir}/mediainfo

#----------------------------------------------------------------------------

%package gui-wx
Summary:	GUI for %{name}
Group:		Sound
Requires:	%{name}-gui-common = %{EVRD}
Provides:	%{name}-gui = %{EVRD}

%description gui-wx
Graphical user interface for %{name}.

%files gui-wx
%doc Release/ReadMe_GUI_Linux.txt
%doc License.html History_GUI.txt
%{_bindir}/%{name}-wx
%{_datadir}/applications/%{vendor}-%{name}-wx.desktop

#----------------------------------------------------------------------------

%package gui-qt
Summary:	GUI for %{name}
Group:		Sound
Requires:	%{name}-gui-common = %{EVRD}
Provides:	%{name}-gui = %{EVRD}

%description gui-qt
Qt-based graphical user interface for %{name}.

%files gui-qt
%{_bindir}/%{name}-qt
%{_datadir}/applications/%{vendor}-%{name}-qt.desktop

#----------------------------------------------------------------------------

%package gui-common
Summary:	Common files for %{name} GUIs
Group:		Sound
BuildArch:	noarch

%description gui-common
Common files for %{name} GUI packages.

%files gui-common
%{_datadir}/icons/hicolor/*/apps/*.png

#----------------------------------------------------------------------------

%prep
%setup -qn MediaInfo
%patch0 -p0 -b .buildfix

# fix EOLs and rights
dos2unix License.html History_*.txt 
chmod 644 *.html *.txt Release/*.txt


%build
# build CLI
pushd Project/GNU/CLI
	autoreconf -vfi
	%configure2_5x --disable-static
	%make
popd

# build GUI
pushd Project/GNU/GUI
	autoreconf -vfi
	%configure2_5x --disable-static
	%make
popd

# build Qt based GUI
pushd Project/QMake/GUI
	%qmake_qt4
	%make
popd


%install
pushd Project/GNU/CLI
	%makeinstall_std
popd

pushd Project/GNU/GUI
	%makeinstall_std
popd

pushd Project/QMake/GUI
	%makeinstall_std INSTALL_ROOT=%{buildroot}
popd

# icon
install -Dm 644 Source/Resource/Image/MediaInfo.png \
	%{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png

for i in 16 32 48 64 128; do
	mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/
	convert -scale ${i} Source/Resource/Image/MediaInfo.png %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
done

# menu-entry
mkdir -p %{buildroot}/%{_datadir}/applications/
cat > %{buildroot}/%{_datadir}/applications/%{vendor}-%{name}-wx.desktop << EOF
[Desktop Entry]
Type=Application
Name=MediaInfo
Comment=Supplies technical and tag information about a video or audio file
Icon=%{name}
Exec=%{name}-wx %f
Terminal=false
Categories=AudioVideo;AudioVideoEditing;
EOF

mkdir -p %{buildroot}/%{_datadir}/applications/
cat > %{buildroot}/%{_datadir}/applications/%{vendor}-%{name}-qt.desktop << EOF
[Desktop Entry]
Type=Application
Name=MediaInfo
Comment=Supplies technical and tag information about a video or audio file
Icon=%{name}
Exec=%{name}-qt %f
Terminal=false
Categories=AudioVideo;AudioVideoEditing;
EOF

#fix binary name
mv %{buildroot}%{_bindir}/%{name}-gui %{buildroot}%{_bindir}/%{name}-wx


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.68-2
+ Revision: 6cb2114
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2936 |14cr|mediatomb-0.12.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec file taken from upstream, thanks. -AdamW 2007/06

%define svn	0
%define rel	4
%if %svn
%define	release		0.%{svn}.%{rel}
%define distname	%{name}-%{svn}.tar.xz
%define dirname		%{name}
%else
%define release		%{rel}
%define distname	%{name}-%{version}.tar.gz
%define dirname		%{name}-%{version}
%endif

Name:		mediatomb
Summary:	UPnP AV MediaServer
Version:	0.12.1
Release:	%{release}
License:	GPLv2
Group:		Networking/Remote access
URL:		http://mediatomb.cc
Source0:	http://downloads.sourceforge.net/mediatomb/%{distname}
Source1:	mediatomb.logrotate
# Adds parallel init info to init.d script - AdamW 2007/06
Patch0:		mediatomb-0.11.0-initinfo.patch
Patch1:		mediatomb-0.12.1-gcc46.patch
Patch2:		mediatomb-0.12.1-gcc47.patch
Patch3:		mediatomb-0.12.1-mozjs185.patch
Patch4:		mediatomb-0.12.1.tonewjs.patch
Patch5:		mediatomb-0.12.1-jsparse.patch
Patch6:		mediatomb-0.12.1-libmp4v2.patch
Patch7:		libav_0.7_support.patch
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	libmp4v2-devel
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	file
BuildRequires:	js-devel

%description
MediaTomb - UPnP AV Mediaserver for Linux.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1

%build
autoreconf -fi
%configure2_5x \
	--enable-taglib \
	--enable-libjs \
	--with-js-h=%{_includedir}/js \
	--enable-external-transcoding \
	--enable-protocolinfo-extension

%make

%install
install -D -m 0755 scripts/mediatomb-service-fedora %{buildroot}%{_initrddir}/%{name}
install -D -m 0755 config/mediatomb-conf-fedora %{buildroot}%{_sysconfdir}/%{name}.conf

%makeinstall_std

mkdir -p %{buildroot}%{_logdir}
touch %{buildroot}%{_logdir}/%{name}
install -D -m 644 %{SOURCE1} %{buildroot}/etc/logrotate.d/%{name}

%pre
# Create a user
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false

%post
%_post_service %{name}

# Create initial log file so that logrotate doesn't complain
if [ $1 = 1 ]; then
   %create_ghostfile %{_logdir}/%{name} root root 644
fi

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

%files
%defattr(-,root,root)
%doc README README.UTF_8 AUTHORS ChangeLog INSTALL doc/doxygen.conf
%doc doc/scripting.txt doc/scripting_utf8.txt
%{_sysconfdir}/logrotate.d/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_initrddir}/%{name}
%defattr(-,%{name},%{name})
%config(noreplace) %{_sysconfdir}/%{name}.conf
%ghost %{_logdir}/%{name}


%changelog
* Fri May 17 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.12.1-4
+ Revision: 96f010a
- Bump release and clean the spec after applying automated fixes to spec file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2937 |14cr|medit-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		medit
Version:	1.1.1
Release:	2
Summary:	Multiplatform GTK+2 text editor
Group:		Editors
License:	GPLv2+
URL:		http://mooedit.sourceforge.net/
Source0:	http://downloads.sourceforge.net/mooedit/%{name}-%{version}.tar.bz2
Patch0:		medit-1.1.0-dso.patch
BuildRequires:	gtk2-devel
BuildRequires:	libxml2-devel
BuildRequires:	intltool
BuildRequires:	python-devel
BuildRequires:	pygtk2.0-devel
BuildRequires:	pkgconfig(sm)
BuildRequires:	imagemagick

%description
Medit is a multiplatform GTK+2 text editor.
Features:
o Configurable syntax highlighting
o Configurable keyboard accelerators
o Multiplatform - works both on unix and windows

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --disable-install-hooks
%make

%install
%makeinstall_std

# more icon sizes, 48x48 is already installed by make install
for size in 32x32 16x16; do
%__mkdir_p %{buildroot}%{_iconsdir}/hicolor/$size/apps;
convert moo/mooutils/pixmaps/medit.png -scale $size %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png;
done

%if %{mdvver} >= 2012
%find_lang medit-1 medit-1-gsv medit-1.lang
%else
%find_lang medit-1 medit-1-gsv
%endif

%files -f medit-1.lang
%doc README
%doc %{_defaultdocdir}/medit-1
%{_bindir}/medit
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/medit.1.*
%{_datadir}/medit-1/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-2
+ Revision: 727b519
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2938 |14cr|mednafen-0.9.33.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Multi-consoles Emulator
Name:		mednafen
Version:	0.9.33.3
Release:	3
License:	GPLv2+
Group:		Emulators
Url:		http://mednafen.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	bison
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
Mednafen emulates several consoles:
-Atari Lynx
-GameBoy (Color)
-GameBoy Advance
-Neo Geo Pocket (Color)
-NES
-SNES
-PC Engine (TurboGrafx 16)
-PC-FX
-Sega Master System & Game Gear
-SuperGrafx
-Virtual Boy
-WonderSwan (Color)

Warning: No GUI.

%files -f %{name}.lang
%doc ABOUT-NLS AUTHORS COPYING ChangeLog TODO Documentation/*
%{_bindir}/%{name}
%{_datadir}/%{name}/c68k_op0.inc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
find ./src -type f -exec chmod 644 '{}' +
find ./src -type d -exec chmod 755 '{}' +

%build
autoreconf -i
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.33.3-3
+ Revision: 4aa3140
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2939 |14cr|mednafen-server-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			mednafen-server
Version:		0.5.0
Release:		2

Summary:	Mednafen Network Play Server
License:	GPLv2+
URL:		http://mednafen.sourceforge.net/
Group:		Emulators
Source0:	http://downloads.sourceforge.net/mednafen/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
This CLI-driven server aims at providing multiplayer gaming over a LAN 
for mednafen emulator.

Look at the provided documentation for an example config file and usage.

%prep
%setup -q -n %{name}
#find ./src -type f -exec chmod 644 '{}' +
#find ./src -type d -exec chmod 755 '{}' +

%build
#autoreconf -i
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files
%defattr(-,root,root)
%doc ChangeLog README TODO run.sh standard.conf
%attr(0755,root,root) %{_bindir}/%{name}

%clean
rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-2
+ Revision: a762734
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2940 |14cr|mednaffe-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Seems to have issues when built with optflags, so we don't use them here
%global optflags %{nil}
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A front-end (GUI) for Mednafen emulator
Name:		mednaffe
Version:	0.6
Release:	2
License:	GPLv3+
Group:		Emulators
Url:		https://code.google.com/p/mednaffe/
Source0:	https://sites.google.com/site/amatcoder/mednaffe/downloads/%{name}-%{version}.tar.gz
Patch0:		mednaffe-0.6-error-message.patch
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	mednafen

%description
Mednaffe is a front-end (GUI) for Mednafen emulator.

For now Mednaffe only works with 0.9.3x-WIP versions of mednafen emulator.

%files
%doc COPYING ChangeLog README AUTHORS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-2
+ Revision: 42fc821
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2941 |14cr|megaglest-3.9.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# no matter what, ignores -lssl -lcrypto dependency of -lcurl
%define		_disable_ld_as_needed		1

%define		debug_package			%{nil}

Name:		megaglest
Version:	3.9.1
Release:	4
Summary:	Open Source 3d real time strategy game
License:	GPLv3+
Group:		Games/Strategy
Url:		http://megaglest.org/
Source0:	http://downloads.sourceforge.net/%{name}/files/%{name}-source-%{version}.tar.xz
# Correct usage of xvfb-run when generating manpages
Patch0:		%{name}-3.9.0-help2man.patch
# Do not fail with cryptic message if there are missing translations
# just use english text
Patch1:		%{name}-3.9.1-translation-missing.patch
# Use proper path to g3dviewer.ico in sources
Patch2:         %{name}-3.9.1-icon-path.patch
# Mandriva patch
Patch3:		%{name}-3.6.0.3-underlink.patch

BuildRequires:	cmake
BuildRequires:	help2man
BuildRequires:	subversion
BuildRequires:	x11-server-xvfb
BuildRequires:	icu-devel
BuildRequires:	jpeg-devel
BuildRequires:	libircclient-static-devel
BuildRequires:	miniupnpc-devel
BuildRequires:	wxgtku-devel
BuildRequires:	xerces-c-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ftgl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)
Requires:	glxinfo
Requires:	megaglest-data = %{version}
Requires:	p7zip

%description
MegaGlest is an open source 3D-real-time strategy game, where you control
the armies of one of seven different factions: Tech, Magic, Egyptians,
Indians, Norsemen, Persian or Romans. The game is setup in one of 16
naturally looking settings, which -like the unit models- are crafted with
great appreciation for detail. Additional game data can be downloaded from
within the game at no cost.

#-----------------------------------------------------------------------
%prep
%setup -q

%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

#-----------------------------------------------------------------------
%build
sed -i -e 's/-O3//g' `find . -name CMakeLists.txt`
%cmake									\
	-DCMAKE_INSTALL_PREFIX=/					\
	-DMEGAGLEST_BIN_INSTALL_PATH=%{_gamesbindir}			\
	-DMEGAGLEST_ICON_INSTALL_PATH=%{_iconsdir}			\
	-DMEGAGLEST_DATA_INSTALL_PATH=%{_gamesdatadir}/megaglest
%make

#-----------------------------------------------------------------------
%install
%makeinstall_std -C build
mv %{buildroot}/share/* %{buildroot}%{_datadir}
rmdir %{buildroot}/share
install -d %{buildroot}%{_gamesdatadir}/megaglest
for image in `ls %{buildroot}%{_iconsdir}`; do
    [ -e %{buildroot}%{_gamesdatadir}/$image ] ||
	ln -sf %{_iconsdir}/$image %{buildroot}%{_gamesdatadir}/megaglest
done
# installed by megaglest-data
rm %{buildroot}%{_gamesdatadir}/megaglest/megaglest.bmp
for file in megaglest megaglest_editor megaglest_g3dviewer; do
    desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/$file.desktop
done

#-----------------------------------------------------------------------
%files
%doc docs/AUTHORS.source_code.txt
%doc docs/CHANGELOG.txt
%doc docs/COPYRIGHT.source_code.txt
%doc docs/gnu_gpl_3.0.txt
%doc docs/README.txt
%{_datadir}/applications/%{name}*.desktop
%{_iconsdir}/*
%{_mandir}/man6/*.6*
%{_gamesbindir}/*
%{_gamesdatadir}/megaglest/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.9.1-4
+ Revision: 9f1d5d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2942 |14cr|megaglest-data-3.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		megaglest-data
Version:	3.9.1
Release:	2
Summary:	Mega Glest data files
License:	Creative Commons Attribution
Group:		Games/Strategy
Url:		http://megaglest.org/
Source0:	https://github.com/MegaGlest/megaglest-data/releases/download/3.9.1/%{name}-%{version}.tar.xz
BuildArch:	noarch
BuildRequires:	cmake

%description
MegaGlest is an open source 3D-real-time strategy game, where you control
the armies of one of seven different factions: Tech, Magic, Egyptians,
Indians, Norsemen, Persian or Romans. The game is setup in one of 16
naturally looking settings, which -like the unit models- are crafted with
great appreciation for detail. Additional game data can be downloaded from
within the game at no cost.

#-----------------------------------------------------------------------
%prep
%setup -q -n megaglest-%{version}

#-----------------------------------------------------------------------
%build
%cmake									\
	-DCMAKE_INSTALL_PREFIX=/					\
	-DMEGAGLEST_BIN_INSTALL_PATH=%{_gamesbindir}			\
	-DMEGAGLEST_ICON_INSTALL_PATH=%{_iconsdir}			\
	-DMEGAGLEST_DATA_INSTALL_PATH=%{_gamesdatadir}/megaglest
%make

#-----------------------------------------------------------------------
%install
%makeinstall_std -C build
rm -fr %{buildroot}%{_gamesdatadir}/megaglest/docs

#-----------------------------------------------------------------------
%files
%doc docs/*
%{_gamesdatadir}/megaglest

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.9.1-2
+ Revision: 08003e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2943 |14cr|megamario-1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		megamario
Version:	1.7
Release:	2
Summary:	Super Mario Bros 1 clone
Group:		Games/Arcade
License:	LGPLv2.1
URL:		http://mmario.sourceforge.net/
Source0:	http://downloads.sourceforge.net/mmario/MegaMario_v%{version}_full.zip
Source1:	%{name}.desktop
Patch0:		megamario-1.5-compile-fix.patch
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
Requires:	hicolor-icon-theme

%description
MegaMario is a clone of the well know platform game Super Mario Bros 1.
In the game you play Mario, and your task is to free his brother Luigi,
who was captured by the evil Bowser.


%prep
%setup -q -c
%patch0 -p1
sed -i 's/\r//' *.txt

%build
%make PREFIX=%{_prefix} CFLAGS="$RPM_OPT_FLAGS -fsigned-char"
convert -transparent '#FF00FF' data/gfx/characters/small/player1r.PNG %{name}.png

%install
%makeinstall PREFIX=%{buildroot}%{_prefix}
# cruft removal
rm %{buildroot}%{_datadir}/megamario/levels/1/1
rm %{buildroot}%{_datadir}/megamario/levels/11/mai
rm %{buildroot}%{_datadir}/megamario/save.sav

# below is the desktop file and icon stuff.
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
install -p -m 644 %{name}.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps


%files
%doc CONTROLS.txt readme.txt fixes_v%{version}.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-2
+ Revision: f9bcf03
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2944 |14cr|megatunix-0.9.23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mandriva_branch == Cooker
# Cooker
%define release 2
%else
# Old distros
%define subrel 1
%define release 1
%endif

Summary:	MegaTunix Tuning Software
Name:		megatunix
Version:	0.9.23
Release:	%release
License:	GPLv2+
Group:		Networking/Other
URL:		http://sourceforge.net/projects/megatunix
Source0:	http://sourceforge.net/projects/megatunix/files/MegaTunix/%{version}/%{name}-%{version}.tar.gz
Patch0:		megatunix-0.9.23-glib_fix.diff
Patch1:		megatunix-0.9.23-menu_fixes.diff
BuildRequires:	autoconf automake libtool
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(gdkglext-1.0)
BuildRequires:	pkgconfig(gdkglext-x11-1.0)
BuildRequires:	pkgconfig(gdk-x11-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(gtkglext-x11-1.0)
BuildRequires:	pkgconfig(gtk+-unix-print-2.0)
BuildRequires:	pkgconfig(gtk+-x11-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%description
MegaTunix is a cross-platform tuning application for some of the available DIY
Fuel Injection controllers, including the MegaSquirt (MS1, MS1-Extra, MS2 and
MS2-Extra) as well as the FreeEMS EFI system and the JimStim ECU
stimulator/development tool.

%prep

%setup -q
%patch0 -p0
%patch1 -p1

%build
autoreconf -fi

%configure2_5x \
    --disable-rpath \
    --disable-static

%make

%install
rm -rf %{buildroot}

%makeinstall_std

rm -rf %{buildroot}%{_datadir}/icons

install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}

for i in automotive dashdesigner gaugedesigner megatunix mtxloader; do
    convert icons/${i}.xpm -resize 16x16 %{buildroot}%{_miconsdir}/${i}.png
    convert icons/${i}.xpm -resize 32x32 %{buildroot}%{_iconsdir}/${i}.png
    convert icons/${i}.xpm -resize 48x48 %{buildroot}%{_liconsdir}/${i}.png
done

%files
%doc AUTHORS CREDITS LICENSE README TODO
%{_sysconfdir}/xdg/menus/applications-merged/automotive.menu
%{_bindir}/dashdesigner
%{_bindir}/gaugedesigner
%{_bindir}/megatunix
%{_bindir}/msloader
%{_bindir}/mtxloader
%{_datadir}/MegaTunix
%{_datadir}/desktop-directories/Automotive.directory
%{_datadir}/applications/*.desktop
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.23-1
+ Revision: ba5770a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2945 |14cr|megaupload-dl-0.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		megaupload-dl
Version:	0.3.3
Release:	%mkrel 1 
Summary:	Megaupload automatic downloader
Group:		Networking/File transfer
License:	GPLv3
URL:		http://code.google.com/p/megaupload-dl/
Source0:	http://megaupload-dl.googlecode.com/files/%{name}-%{version}.tgz
Source1:	megaupload.com.terms.txt
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	python-beautifulsoup
BuildRequires:	python-imaging
BuildRequires:	tesseract
BuildRequires:	python-devel
Requires:	python-base >= 2.6
Requires:	python-beautifulsoup
Requires:	python-imaging
Requires:	tesseract
BuildArch:	noarch

%description
Megaupload-dl helps on the painful process of downloading
files hosted on the popular Megaupload site if you don't have
a premium account. The process is completely automatic as the
captcha is recognized using a OCR. The script
(run from the command line, there is no GUI) only returns the file link;
use your favorite web downloader to actually get the file.

%prep
%setup -q -n %{name}
cp %{SOURCE1} .

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT

rm -rf %buildroot%{_datadir}/doc/megaupload_dl

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CHANGELOG README examples/* megaupload.com.terms.txt
%{_bindir}/*
%{py_puresitedir}/megaupload_dl
%{py_puresitedir}/*.egg-info
%{_datadir}/megaupload_dl/news_gothic_bt.ttf



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.3.3-1
+ Revision: 52704a7
- Automatic import for version 0.3.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2946 |14cr|meka-0.73-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# spec is based on Andrea Musuruane's work in Fedora

%define pkgdate 2010-05-30
%define pkgversion %(echo %version|sed s/\\\\\.//g)

Name:		meka
Version:	0.73
Release:	3
Summary:	Sega 8-bit machine emulator
Group:		Emulators
License:	MEKA and non-commercial
URL:		http://www.smspower.org/meka/
Source0:	http://www.smspower.org/meka/releases/%{name}-%{pkgdate}-srcs-v%{pkgversion}.zip
Source1:	%{name}.sh
Source2:	%{name}.desktop
Patch0:		meka-0.72-rpmopt.patch
Patch1:		meka-0.72-buffer_overflow.patch
# http://www.smspower.org/forums/viewtopic.php?t=12699
Patch2:		meka-0.73-execstack.patch
# http://www.smspower.org/forums/viewtopic.php?t=10848
# http://www.smspower.org/forums/viewtopic.php?t=12699
Patch3:		meka-0.73-noseal.patch
# http://www.smspower.org/forums/viewtopic.php?t=12699
Patch4:		meka-0.73-gcc45.patch

Patch5:		meka-0.73-sfmt.patch
Patch6:		meka-0.73-png15.patch

# This is package contains ix86 asm code
ExclusiveArch:	%{ix86}
BuildRequires:	allegro-devel
BuildRequires:	nasm
BuildRequires:	png-devel
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xext)
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils

%description
MEKA is a multi machine emulator, originally started as a Sega Master System
emulator, and generally very oriented toward Z80-based Sega 8-bit systems.
MEKA officially emulates the following systems:

 - Sega Game 1000        / SG-1000  / Japan, Oceania
 - Sega Computer 3000    / SC-3000  / Japan, Oceania, Europe
 - Super Control Station / SF-7000  / Japan, Oceania, Europe
 - Sega Mark III         / MK3      / Japan
    + FM Unit Extension  / MK3+FM   / Japan
 - Sega Master System    / SMS      / World Wide
 - Sega Game Gear        / GG       / World Wide
 - ColecoVision          / COLECO   / America, Europe
 - Othello Multivision   / OMV      / Japan

You can play other systems on it only if you are smart enough to figure how.
And if you are, I doubt you will want to play Nintendo games. So forget it.

%prep
%setup -q -c
# Fix CFLAGS in Makefilie
%patch0 -p1
# Fix buffer overflows
%patch1 -p1
# Patch not to require an executable stack
%patch2 -p1
# Patch not to require libseal (audio is severly broken)
%patch3 -p1
# Patch to compile with gcc 4.5
%patch4 -p1
# Fix string format error
%patch5 -p1
# Fix build with png15
%patch6 -p1
# Remove pre-built lib files
find -name '*.lib' -exec %__rm -f '{}' \;
# Fix end-of-line-encoding
%__sed -i 's/\r//' *.txt
# Fix char encondigs
for i in *.txt; do
  iconv --from=ISO-8859-1 --to=UTF-8 $i > $i.utf8
  %__mv $i.utf8 $i
done


%build
cd srcs
# make doesn't compile with %%{?_smp_mflags}
%__make RPMFLAGS="%{optflags}"


%install
%__rm -rf %{buildroot}

%__install -d %{buildroot}%{_bindir}
%__install -m 755 %{SOURCE1} %{buildroot}%{_bindir}/meka
%__install -d %{buildroot}%{_libdir}/meka
%__install -m 755 meka %{buildroot}%{_libdir}/meka
%__install -d %{buildroot}%{_datadir}/meka
%__install -m 644 meka.{blt,dat,inp,msg,nam,pat,thm} %{buildroot}%{_datadir}/meka

# install desktop file
%__mkdir_p %{buildroot}%{_datadir}/applications
desktop-file-install \
  --dir %{buildroot}%{_datadir}/applications \
  %{SOURCE2}

# install icons
%__mkdir_p %{buildroot}%{_datadir}/icons/hicolor/{16x16,32x32}/apps
convert -delete 1 srcs/mekaw.ico \
  %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
convert -delete 0 srcs/mekaw.ico \
  %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png


%clean
%__rm -rf %{buildroot}

%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%files
%doc changes.txt compat.txt debugger.txt history.txt mekanix.txt
%doc meka.txt multi.txt sources.txt tech.txt TODO.txt
%{_bindir}/meka
%{_libdir}/meka
%{_datadir}/meka
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.73-3
+ Revision: 1a2cfce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2947 |14cr|meld-1.8.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		meld
Version:	1.8.4
Release:	3
Summary:	Visual diff and merge tool
Group:		File tools
License:	GPLv2+
URL:		http://meldmerge.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.8/%{name}-%{version}.tar.xz

BuildRequires:	rarian
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	desktop-file-utils
BuildRequires:	perl(XML::Parser)

Requires:	python-gtksourceview
Requires:	python-gobject
Requires:	python-dbus
Requires:	pygtk2.0
Requires:	dbus-x11
Requires:	patch

BuildArch:	noarch

%description
Meld is a visual diff and merge tool targeted at developers. 
It helps you compare files, directories, and version controlled
projects. It provides two-and three-way comparison of both files 
and directories, and the tabbed interface allows you to open many
diffs at once. Meld has has support for many popular version 
control systems including Git, Mercurial, Bazaar, SVN and CVS.
The diff viewer lets you edit files in place (diffs update dynamically),
and a middle column shows detailed changes and allows merges.
The margins show location of changes for easy navigation.


%prep
%setup -q

sed -i "s|#! /usr/bin/env python|#\!/usr/bin/python|" ./bin/meld


%build
make prefix=%{_prefix} libdir=%{_datadir} sharedir=%{_datadir}


%install
make prefix=%{_prefix} libdir=%{_datadir} \
  DESTDIR=%{buildroot} install INSTALL='install -p'

desktop-file-install \
  --dir %{buildroot}%{_datadir}/applications \
  --delete-original \
  --add-category="GTK" \
  --remove-category="Application" \
  %{buildroot}%{_datadir}/applications/%{name}.desktop \

%find_lang %{name} --with-gnome


%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
touch --no-create %{_datadir}/icons/HighContrast &>/dev/null || :
update-desktop-database &> /dev/null || :
update-mime-database %{_datadir}/mime &> /dev/null || :


%postun
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    touch --no-create %{_datadir}/icons/HighContrast &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
    gtk-update-icon-cache %{_datadir}/icons/HighContrast &>/dev/null || :
fi
update-desktop-database &> /dev/null || :
update-mime-database %{_datadir}/mime &> /dev/null || :


%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
gtk-update-icon-cache %{_datadir}/icons/HighContrast &>/dev/null || :


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING NEWS
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/appdata/*%{name}.appdata.xml
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/icons/HighContrast/*/apps/%{name}.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.4-3
+ Revision: 7d01daf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2948 |14cr|memcachefs-0.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           memcachefs
Version:        0.5
Release:        5
Epoch:          0
Summary:        Filesystem which mounts the memcache server
License:        GPLv2+
Group:          System/Kernel and hardware
URL:            http://memcachefs.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Requires:       kmod(fuse)
Requires:       fuse
BuildRequires:  fuse-devel
BuildRequires:  memcache-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
memcachefs is FUSE-based filesystem which mounts the memcache
server. It allows you to view cache data of memcached as if they
were regular files.

%prep
%setup -q

%build
%{configure2_5x}
%{make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}

%clean 
%{__rm} -rf %{buildroot} 

%files 
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog INSTALL NEWS README
%attr(-,root,root) %{_bindir}/memcachefs
%{_mandir}/man1/memcachefs.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.5-5
+ Revision: 09c8049
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2949 |14cr|memonix-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		memonix
Version:	1.6
Release:	3
Summary:	Brain teasers, puzzle and memory games for kid's in one pack
Group:		Games/Puzzles
License:	GPLv3
URL:		http://www.viewizard.com/memonix/
Source:		http://www.viewizard.com/download/%{name}_%{version}_src.tar.bz2
Patch0:		memonix-1.6-datapath.patch
Patch1:		memonix-1.6-default-mode.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(x11)

%description
Memonix is the latest version of a wonderful collection of four brain
twisters, including Mosaic, Builder, Pair and Jig-Saw. While being
amazingly addictive and fun to play, these games can be used to improve
your child’s memory, thinking and reaction. Five difficulty levels from
normal to obscene plus the timer mean that the challenge will never run
away. Joyful music and brightly-colored visuals maximize the excitement
from the gameplay.

%prep
%setup -q -c %{name}-%{version}
%patch0 -p0
%patch1 -p0

%build
pushd MemonixSourceCode
%cmake
%make
popd

for N in 16 32 64 128; do convert icon48.png -resize ${N}x${N} $N.png; done

%install
install -D MemonixSourceCode/build/Memonix %{buildroot}%{_gamesbindir}/%{name}

install -D gamedata.vfs %{buildroot}%{_gamesdatadir}/%{name}/gamedata.vfs

install -D 16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D 32.png %{buildroot}%{_liconsdir}/%{name}.png
install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# menu-entry
mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Memonix
Comment=Brain teasers, puzzle and memory games
Exec=memonix
Icon=memonix
Terminal=false
Type=Application
Categories=Game;LogicGame;
EOF

%files
%doc MemonixSourceCode/ReadMe.txt MemonixSourceCode/License.txt MemonixSourceCode/gpl-3.0.txt
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-3
+ Revision: 24d5adb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2950 |14cr|memtester-4.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Memory tester
Name:		memtester
Version:	4.3.0
Release:	4
License:	GPLv2+
Group:		Monitoring
Url:		http://pyropus.ca/software/memtester/
Source0:	http://pyropus.ca/software/memtester/old-versions/%{name}-%{version}.tar.gz

%description
Memtest is a utility for testing the memory subsystem in a computer to
determine if it is faulty.

%files
%doc BUGS CHANGELOG COPYING README.tests README
%{_bindir}/*
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%prep
%setup -q
echo "cc %{optflags} -DPOSIX -D_POSIX_C_SOURCE=200809L -D_FILE_OFFSET_BITS=64 -DTEST_NARROW_WRITES -c" > conf-cc
echo "cc %{ldflags}" > conf-ld

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 memtester %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_mandir}/man8
install -m 644 memtester.8 %{buildroot}%{_mandir}/man8/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.0-4
+ Revision: cb2815a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2951 |14cr|menhir-20130911-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Menhir is a LR(1) parser generator for OCaml
Name:		menhir
Version:	20130911
Release:	4
License:	LGPLv2.1+ and QPL with static compilation exception
Group:		Development/OCaml
Url:		http://pauillac.inria.fr/~fpottier/menhir/
Source0:	http://pauillac.inria.fr/~fpottier/menhir/menhir-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
Menhir is a LR(1) parser generator for OCaml. It is mostly compatible
with the standard ocamlyacc and has the following enhancements:

- it accepts LR(1) grammars,
- it offers parameterized nonterminal symbols as well as a library of
  standard definitions,
- it explains conflicts in terms of the grammar,
- it allows grammar specifications to be split over multiple files and
  parametrized by OCaml modules,
- it produces reentrant parsers.

%files
%doc manual.pdf
%{_bindir}/menhir
%{_mandir}/man1/menhir.1*
%{_datadir}/menhir/standard.mly
%dir %{_libdir}/ocaml/menhirLib
%{_libdir}/ocaml/menhirLib/*.cmi
%{_libdir}/ocaml/menhirLib/*.cmo
%{_libdir}/ocaml/menhirLib/*.o
%{_libdir}/ocaml/menhirLib/META

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc demos/
%{_libdir}/ocaml/menhirLib/*.cmx

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# PREFIX is there without %{buildroot} because it is used to write the
# lib path in the source
make PREFIX=/usr

%install
# Prevent recompilation when doing make install
sed -i 's/install: all/install:/' Makefile
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR/menhirLib
mkdir -p $OCAMLFIND_DESTDIR/stublibs
make install PREFIX=%{buildroot}/usr


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20130911-4
+ Revision: 2b8d1bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2952 |14cr|mercurial-server-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	mercurial-server
%define version	1.2
%define release 3

Summary:	Mercurial authentication and authorization tools
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://dev.lshift.net/paul/%{name}/%{name}_%{version}.tar.gz
License:	GPLv2
Group:		Development/Other
Url:		http://www.lshift.net/mercurial-server.html
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Requires:	mercurial, openssh-server
BuildRequires:	xsltproc, docbook-style-xsl

%description
mercurial-server gives your developers remote read/write access to centralized
Mercurial repositories using SSH public key authentication; it provides
convenient and fine-grained key management and access control. 

%prep
%setup -q -n %{name}_%{version}.orig

%install
%__rm -rf %{buildroot}

%__install -d -m 755 %{buildroot}%{_sysconfdir}/mercurial-server/keys/root
%__install -d -m 755 %{buildroot}%{_sysconfdir}/mercurial-server/keys/users
%__install -m 644 src/init/conf/access.conf %{buildroot}%{_sysconfdir}/mercurial-server/

%__install -d -m 755 %{buildroot}%{_sysconfdir}/remote-hgrc.d
%__install -m 644 src/init/conf/remote-hgrc.d/* %{buildroot}%{_sysconfdir}/remote-hgrc.d

PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --install-scripts=%{_datadir}/%{name} --install-data=%{_datadir}/%{name} --record=FILE_LIST

%__install -m 755 -d %{buildroot}/var/hg

pushd doc
xsltproc --nonet -o ../manual.html /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl manual.docbook

%clean
%__rm -rf %{buildroot}

%pre
# Need to run usermod -U twice to unlock created account:
if ! getent passwd hg 2>&1 > /dev/null; then \
   /usr/sbin/useradd -r -m -d /var/hg -s /bin/bash -c "Mercurial repository server user" hg && \
   /usr/sbin/usermod -U hg && /usr/sbin/usermod -U hg
fi

# .mercurial-server needs to be in the hg user directory:
[ ! -e ~hg/.mercurial-server ] && /bin/su hg -c "install -m 600 /etc/mercurial-server/init/dot-mercurial-server ~hg/.mercurial-server" 

%post
[ -d /var/hg ] && [ ! -d /var/hg/repos ] && \
chown -R hg:hg /var/hg && \
/bin/su hg -c "/usr/share/mercurial-server/init/hginit /usr/share/mercurial-server" 

cat <<EOF
-------------------------------------------------------------------------------
Place the SSH public key(s) of the user(s) who require access to the repository
in the directory /etc/mercurial-server/keys/root and run 
/usr/share/mercurial-server/refresh-auth while logged in as the user hg.
-------------------------------------------------------------------------------
EOF

%postun
/usr/sbin/userdel -r hg

%files -f FILE_LIST
%defattr(-,root,root)
%doc CREDITS LICENSE NEWS README manual.html
%config(noreplace) %{_sysconfdir}/mercurial-server/
%{_sysconfdir}/remote-hgrc.d/access.rc
%{_sysconfdir}/remote-hgrc.d/logging.rc
/var/hg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-3
+ Revision: dcb3080
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2953 |14cr|mergelog-4.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Merges httpd log files by date
Name:		mergelog
Version:	4.5
Release:	7
Group:		System/Servers
License:	GPLv2
URL:		http://mergelog.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/mergelog/%{name}-%{version}.tar.bz2
BuildRequires:	zlib-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
mergelog is a small and fast C program which merges by date httpd log files in
'Common Log Format' from web servers behind round-robin DNS. It has been
designed to easily manage huge log files from highly stressed servers. mergelog
is distributed with zmergelog which supports gzipped log files.

%prep
%setup -q

%build
%configure2_5x
%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 src/mergelog %{buildroot}%{_sbindir}/
install -m0755 src/zmergelog %{buildroot}%{_sbindir}/

install -m0644 man/mergelog.1 %{buildroot}%{_mandir}/man1
install -m0644 man/zmergelog.1 %{buildroot}%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%attr(0755,root,root) %{_sbindir}/mergelog
%attr(0755,root,root) %{_sbindir}/zmergelog
%attr(0640,root,root) %{_mandir}/man1/mergelog.1*
%attr(0640,root,root) %{_mandir}/man1/zmergelog.1*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.5-7
+ Revision: cfa7c5d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2954 |14cr|merkaartor-0.18.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Openstreetmap mapping program
Name:		merkaartor
Version:	0.18.1
Release:	4
License:	GPLv2+
Group:		Sciences/Other
Url:		http://merkaartor.be/projects/merkaartor/
Source0:	http://merkaartor.be/attachments/download/301/%{name}-%{version}.tar.bz2
BuildRequires:	gdb
BuildRequires:	qt4-linguist
BuildRequires:	boost-devel
BuildRequires:	gdal-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(QtWebKit)

%description
Merkaartor is an openstreetmap (http://www.openstreetmap.org) mapping
program. Merkaartor focuses on providing a visually pleasing but
performant editing environment for free geographical data.

%files -f %{name}.lang
%doc AUTHORS CHANGELOG CREDITS TODO
%{_bindir}/*
%{_datadir}/%{name}/*.xml
%{_datadir}/applications/*.desktop
%{_libdir}/%{name}/plugins/background/*.so
%{_libdir}/%{name}/plugins/styles/libskulpture.so
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
lrelease translations/merkaartor*.ts
%qmake_qt4 \
	PREFIX=%{_prefix} \
	LIBDIR=%{_libdir} \
	TRANSDIR_MERKAARTOR=%{_datadir}/%{name}/translations \
	TRANSDIR_SYSTEM=%{qt4dir}/translations \
	GDAL=1
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}

%find_lang %{name} --with-qt

rm -f %{buildroot}/merkaartor.gdb-index


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.18.1-4
+ Revision: 74350db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2955 |14cr|merlin-0.9.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Nagios distributed monitoring
Name:		merlin
Version:	0.9.0
Release:	3
License:	BSD
Group:		Networking/Other
Url:		http://www.op5.org/community/plugin-inventory/op5-projects/merlin
Source0:	http://op5.org/op5media/op5.org/downloads/merlin-%{version}.tar.gz
Patch0:		merlin-0.9.0-sfmt.patch
BuildRequires:	dbi-devel

%description
The Merlin project, or Module for Effortless Redundancy and Loadbalancing In
Nagios, was initially started to create an easy way to set up distributed
Nagios installations, allowing Nagios processes to exchange information
directly as an alternative to the standard nagios way using NSCA. When starting
the Ninja project we realised that we could continue the work on Merlin and
adopt the project to function as backend for Ninja by adding support for
storing the status information in a database, fault tolearance and some other
cool things. This means that Merlin now are responsible for providing status
data, acting as a backend, for the Ninja GUI.

%files
%doc TECHNICAL SPECS README HOWTO COPYING
%{_initrddir}/merlind
%{_libdir}/merlin
%{_localstatedir}/lib/merlin
%{_localstatedir}/log/merlin
%config(noreplace)%{_sysconfdir}/merlin.conf

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make CFLAGS="%{optflags}"

%install
install -d -m 755 %{buildroot}%{_libdir}/merlin
install -m 755 import showlog merlind %{buildroot}%{_libdir}/merlin
install -m 644 merlin.so import.php object_importer.inc.php %{buildroot}%{_libdir}/merlin

install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 example.conf %{buildroot}%{_sysconfdir}/merlin.conf
perl -pi \
    -e 's|@\@DESTDIR@\@/logs|%{_localstatedir}/log/merlin|;' \
    -e 's|@\@DESTDIR@\@/ipc.sock|%{_localstatedir}/lib/merlin/ipc.sock|;' \
    %{buildroot}%{_sysconfdir}/merlin.conf

install -d -m 755 %{buildroot}%{_localstatedir}/log/merlin
install -d -m 755 %{buildroot}%{_localstatedir}/lib/merlin

install -d -m 755 %{buildroot}%{_initrddir}
install -m 755 init.sh %{buildroot}%{_initrddir}/merlind
perl -pi \
    -e 's|^BINDIR=.*|BINDIR=%{_libdir}/merlin|;' \
    -e 's|^CONFIG_FILE=.*|CONFIG_FILE=%{_sysconfdir}/merlin.conf|;' \
    %{buildroot}%{_initrddir}/merlind



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-3
+ Revision: 33901c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2956 |14cr|meshio-0.2.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define version 0.2.0
%define release 10
%define name    meshio

%define major 0
%define libname %mklibname %{name} %major
%define libnamedev %mklibname %{name} %major -d

Name:        %{name}
Summary:     Library for the loading of 3D model files
Version:     %{version}
Release:     %{release}
License:     LGPLv2.1
Group:       System/Libraries
Source:      meshio-%version.tar.bz2
Patch0:      meshio-0.2.0-build.patch

URL:         http://www.3dwm.org/frameset.html


%description 
MeshIO is a simple C++ library for the loading of 3D model 
files. Currently, MeshIO only supports plain .3DS files as 
well as its native .RAW format. MeshIO will undergo a major 
redesign in the future.

%package -n %libname
Summary:     	Library for the loading of 3D model files
Group: 		 System/Libraries

%description -n %libname
MeshIO is a simple C++ library for the loading of 3D model 
files. Currently, MeshIO only supports plain .3DS files as 
well as its native .RAW format. MeshIO will undergo a major 
redesign in the future.


%package -n %libname-devel
Summary:        Library for the loading of 3D model files
Group:          System/Libraries
Requires:	%libname = %version
Provides:	libmeshio-devel

%description -n %libname-devel
MeshIO is a simple C++ library for the loading of 3D model 
files. Currently, MeshIO only supports plain .3DS files as 
well as its native .RAW format. MeshIO will undergo a major 
redesign in the future.


%prep
%setup -n meshio-%version
%patch0 -p0

%build

linux32 ./configure 
%make

%install
%makeinstall



%files -n %libname
%doc AUTHORS COPYING README  
%_libdir/*.so.*

%files -n %libname-devel
%doc AUTHORS COPYING README
%_libdir/*.*a
%_libdir/*.so
%_includedir/MeshIO/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-10
+ Revision: a12c45e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2957 |14cr|metaconf-1.3.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: metaconf
Version: 1.3.1
Release: 12
License: GPL
Group: System/Configuration/Other
Summary: Maintains multiple configurations in the same machine
Source: metaconf-%{version}.tar.bz2
Patch0:  metaconf-use_our_arping.patch
URL: http://niemeyer.net/metaconf
Requires(post,preun): rpm-helper
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: python-devel
BuildArch: noarch 

%description
metaconf is a generic software for maintenance of multiple
configurations in a single machine. One of its main uses is for
notebook users which need mobility between several places, but
unlike other similar softwares, metaconf is not designed to work
specifically with network configurations. Indeed, it may be used
to alternate between almost any kind of configuration, as far as
the user knows how to configure the softwares properly.

%prep
%setup -q 
%patch0 -p0

%build
python setup.py build

%install
rm -rf %{buildroot}

python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

mkdir -p %{buildroot}%{_bindir} %{buildroot}/%{_initrddir}
install -m 755 contrib/metaconf-chooser.sh %{buildroot}%{_bindir}/
install -m 755 contrib/metaconf.init %{buildroot}%{_initrddir}/%{name}
install -m 755 contrib/metaconf-autochooser.sh %{buildroot}%{_bindir}/
install -m 600 contrib/metaconf.macs %{buildroot}%{_sysconfdir}

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc LICENSE doc/metaconf.moin
%defattr(-,root,root)
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/metaconf.macs
%{py_puresitedir}/*
%{_initrddir}/metaconf

%post
%_post_service metaconf

%preun
%_preun_service metaconf





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-12
+ Revision: 0347c3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2958 |14cr|metadata-extractor-2.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This spec is based on Toni Graffy's from OpenSUSE and
# Alberto Altieri's from MIB work

Name:		metadata-extractor
Summary:	A project to extract Exif and Iptc image meta-data from media files
URL:		http://www.drewnoakes.com/code/exif/
Group:		Graphics
Version:	2.3.1
Release:	3
License:	ASL 2.0
Source0:	http://www.drewnoakes.com/code/exif/%{name}-%{version}-src.jar
Patch0:		metadata-extractor-build.xml.diff
Patch1:		metadata-extractor-2.3.1-nosun.diff
Patch2:		metadata-extractor-2.3.1-unmappable.patch
BuildRequires:	ant
BuildRequires:	ant-junit
BuildRequires:	java-devel-openjdk
BuildRequires:	junit
BuildRequires:	update-alternatives
BuildRequires:	xerces-j2
BuildRequires:	xml-commons-apis
BuildRequires:	java-rpmbuild
Requires:	java >= 1.5
Requires:	jpackage-utils
BuildArch:	noarch

%description
A project to extract Exif and Iptc image meta-data from media
such as JPEG files.

What began as a simple utility to extract the date-taken from a
digital still camera (DSC) Jpeg file is now a general metadata
extraction framework. Support currently exists for Exif and Iptc
metadata segments. Extraction of these segments is provided for
Jpeg files. It is hoped that individuals with specific needs
will extend the framework by adding their own classes.

Information extracted by this library might be of use to you if
you're writing an image browser, image categoriser, photo album,
etc... I started coding this library for use in my own photo
gallery.

This metadata library is available with Java source code for usage
in the public domain.

%package javadoc
Summary:	User documentation for metadata-extractor
Group:		Development/Java
Requires:	jpackage-utils

%description javadoc
User documentation for metadata-extractor.

%prep
%setup -q -T -c
jar xf %{SOURCE0}
%patch0 -p0
%patch1 -p1
%patch2 -p1

%__rm -rf Libraries

%build
export LANG=de_DE
%ant dist-binaries javadoc

%install
%__rm -rf %{buildroot}
export NO_BRP_CHECK_BYTECODE_VERSION=true

# jars
%__install -dm 755 %{buildroot}%{_javadir}
%__install -m 644 Releases/%{name}-%{version}.jar \
	%{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
	for jar in *-%{version}*; do
		ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`
	done
popd

# javadoc
%__install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr javadoc/* \
	%{buildroot}%{_javadocdir}/%{name}-%{version}
%__ln_s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # ghost symlink

%clean
%__rm -rf %{buildroot}

%post javadoc
%__rm -f %{_javadocdir}/%{name}
%__ln_s %{name}-%{version} %{_javadocdir}/%{name}

%files
%defattr(-,root,root)
%doc ChangeLog.txt
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%ghost %doc %{_javadocdir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-3
+ Revision: 2f0426c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2959 |14cr|metakit-2.4.9.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d
%define soname		libmk4.so.1

Summary: 	Embeddable database
Name: 		metakit
Version: 	2.4.9.7
Release: 	9
License: 	MIT
Group: 		System/Libraries
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source0: 	http://www.equi4.com/pub/mk/%{name}-%{version}.tar.gz
Patch0:		metakit-2.4.9.7-flags.patch
Patch1:		metakit-2.4.9.6-alt-soname.patch
Patch2:		metakit-2.4.9.7-tcl8.6.patch
Patch3:		metakit-2.4.9.7-linkage.patch
URL: 		http://www.equi4.com/metakit/
BuildRequires:	tcl-devel
BuildRequires:	python-devel 

%description
MetaKit is an embeddable database which runs on Unix, Windows, Macintosh,
and other platforms. It lets you build applications which store their data
efficiently, in a portable way, and which will not need a complex runtime
installation. In terms of the data model, MetaKit takes the middle ground
between RDBMS, OODBMS, and flat-file databases - yet it is quite different
from each of them.

%package -n %{libname}
Summary:	Main library for %{name}, a embeddable database
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

MetaKit is an embeddable database which runs on Unix, Windows, Macintosh,
and other platforms. It lets you build applications which store their data
efficiently, in a portable way, and which will not need a complex runtime
installation. In terms of the data model, MetaKit takes the middle ground
between RDBMS, OODBMS, and flat-file databases - yet it is quite different
from each of them.

%package -n %{develname}
Summary:	Files to compile programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname metakit 1 -d} < %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

MetaKit is an embeddable database which runs on Unix, Windows, Macintosh,
and other platforms. It lets you build applications which store their data
efficiently, in a portable way, and which will not need a complex runtime
installation. In terms of the data model, MetaKit takes the middle ground
between RDBMS, OODBMS, and flat-file databases - yet it is quite different
from each of them.

%package -n python-%{name}
Summary:	Python bindings for %{name}, a embeddable database
Group:		System/Libraries
Requires:	%{libname} python
Provides:	Mk4py = %{version}-%{release}
Provides:	mk4py = %{version}-%{release}
Provides:	%{name}-python = %{version}-%{release}
Obsoletes:	%{name}-python < %{version}-%{release}

%description -n python-%{name}
Python bindings for %{name}

MetaKit is an embeddable database which runs on Unix, Windows, Macintosh,
and other platforms. It lets you build applications which store their data
efficiently, in a portable way, and which will not need a complex runtime
installation. In terms of the data model, MetaKit takes the middle ground
between RDBMS, OODBMS, and flat-file databases - yet it is quite different
from each of them.

%package -n %{name}-tcl
Summary:	Tcl bindings for %{name}, a embeddable database
Group:		System/Libraries
Requires:	%{libname} tcl
Provides:	Mk4tcl = %{version}-%{release}
Provides:	mk4tcl = %{version}-%{release}

%description -n %{name}-tcl
Tcl bindings for %{name}

MetaKit is an embeddable database which runs on Unix, Windows, Macintosh,
and other platforms. It lets you build applications which store their data
efficiently, in a portable way, and which will not need a complex runtime
installation. In terms of the data model, MetaKit takes the middle ground
between RDBMS, OODBMS, and flat-file databases - yet it is quite different
from each of them.

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p0
rm -rf builds/tests/CVS

%build
cd unix
sed -i -e "s/^CXXFLAGS.*/CXXFLAGS = %{optflags} -fPIC/" Makefile.in
cd ../builds
CONFIGURE_TOP="../unix" %configure2_5x --enable-python \
	--with-python="%{_includedir}/python%{python_version},%{py_platsitedir}" \
	--with-tcl=%{_includedir},%{tcl_sitearch}
%make MK4_SONAME=%{soname} TCL_LIB=-ltcl PYTHON_LIB=-lpython%{py_ver}

%check
cd builds
export LD_LIBRARY_PATH=`pwd`
make test 

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{py_platsitedir}
%makeinstall_std -C builds MK4_SONAME=%{soname}

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-, root, root)
%doc README
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-, root, root)
%doc README CHANGES doc demos examples 
%{_libdir}/*.so
%{_includedir}/*

%files -n python-%{name}
%defattr(-, root, root)
%doc README
%{py_platsitedir}/Mk4py.so
%{py_platsitedir}/metakit.py

%files -n %{name}-tcl
%defattr(-, root, root)
%doc doc/tcl.html doc/tcl.gif doc/e4s.gif
%{tcl_sitearch}/Mk4tcl




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.9.7-9
+ Revision: d061210
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2960 |14cr|metalink-0.3.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A commandline metalink generator
Name:		metalink
Version:	0.3.6
Release:	4
License:	GPLv3+
Group:		Networking/Other
Url:		http://metamirrors.nl/metalinks_project
Source0:	http://downloads.sourceforge.net/metalinks/%{name}-%{version}.tar.gz
Patch0:		metalink-0.3.6-gcc4.9.patch
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(gpg-error)
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(libgcrypt)

%description
A .metalink is an XML file that describes a download, and includes mirrors
and checksum information. Metalink is the main Metalink generation tool.
It combines a list of mirrors (from stdin) and a number of files into one
Metalink record (stdout). It can also be used to transform a MD5SUMS file
into a metalink.

%files
%doc AUTHORS ChangeLog COPYING NEWS README TODO example
%{_bindir}/metalink
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
chmod 0644 example/gen.sh

%build
rm -rf autom4te.cache

%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.6-4
+ Revision: 6de25cb
- Add patch to fix build with gcc 4.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2961 |14cr|metasploit-4.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# rpmlint check is really useless here
%define _build_pkgcheck_set %{nil}

# prevent rpm to create debug files for binary content
%define _enable_debug_packages    %{nil}
%define debug_package     %{nil}

Name:		metasploit
Version:	4.4.0
Release:	3
Summary:	Penetration Testing Resources
License:	GPLv2
Group:		Monitoring
URL:		http://www.metasploit.com/
Source0:	http://www.metasploit.com/releases/framework-%{version}.tar.bz2
# To avoid automatic dependency on file
Requires:	rubygems
Requires:	rubygem(msgpack)
AutoReqProv:	no
BuildRequires:	ruby
BuildArch:	noarch

%description
Metasploit provides useful information and tools for penetration
testers, security researchers, and IDS signature developers. This
project was created to provide information on exploit techniques
and to create a functional knowledgebase for exploit developers and
security professionals. The tools and information on this site are
provided for legal security research and testing purposes only.
Metasploit is an open source project managed by Rapid7.

%package gui
Summary:	GUI for %{name}
Group:		Monitoring
Requires:	%{name} = %{version}-%{release}
Requires:	rubygem(gtk2)

%description gui
This package contains a GUI for %{name}.

%prep
%setup -q -n msf3
find . -name .svn | xargs rm -rf
find . -type f | \
    xargs perl -pi -e "s|msfbase = __FILE__|msfbase = '%{_datadir}/%{name}/.'|"

%build

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 msf* %{buildroot}%{_bindir}

install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -r data %{buildroot}%{_datadir}/%{name}
cp -r external %{buildroot}%{_datadir}/%{name}
cp -r lib %{buildroot}%{_datadir}/%{name}
cp -r modules %{buildroot}%{_datadir}/%{name}
cp -r plugins %{buildroot}%{_datadir}/%{name}
cp -r scripts %{buildroot}%{_datadir}/%{name}
cp -r tools %{buildroot}%{_datadir}/%{name}

rm -rf %{buildroot}%{_datadir}/%{name}/external/source

%files
%doc HACKING documentation/*
%{_bindir}/*
%{_datadir}/metasploit
%exclude %{_bindir}/msfgui

%files gui
%{_bindir}/msfgui



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.4.0-3
+ Revision: 10bb06b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2962 |14cr|meteor-1.4.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GameBoy Advance emulator
Name:		meteor
Version:	1.4.0
Release:	5
License:	GPLv3+
Group:		Emulators
Url:		http://sourceforge.net/projects/meteorgba/
Source0:	http://sourceforge.net/projects/meteorgba/files/%{name}-%{version}.tar.bz2
Patch0:		meteor-1.4.0-gcc4.7.patch
Patch1:		meteor-1.4.0-sfml2.patch
Patch2:		meteor-1.4.0-fpic.patch
Patch3:		meteor-1.4.0-static.patch
BuildRequires:	cmake
BuildRequires:	nasm
BuildRequires:	sfml2-devel
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(x11)

%description
Meteor is a GameBoy Advance emulator with GTK2 frontend.

%files
%doc README COPYING AUTHORS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%cmake \
	-DCXXFLAGS="%{optflags}" \
	-DLDFLAGS="%{ldflags}"
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Meteor
Comment=GameBoy Advance emulator
Exec=%{_bindir}/%{name}
Icon=emulators_section
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Game;Emulator;
EOF

%changelog
* Sun Aug 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.0-5
+ Revision: 312b782
- Rebuild against SFML 2.1, update sfml2-patch for that (use upstream one)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2963 |14cr|meterbridge-0.9.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# build breaks without these, not easily fixable, and contains no
# shared libs anyway - AdamW 2008/09
%define _disable_ld_no_undefined	1
%define _disable_ld_as_needed		1

Summary:	Software meterbridge for Jack
Name:		meterbridge
Version:	0.9.2
Release:	%{mkrel 5}
URL: 		http://plugin.org.uk/meterbridge/
Source0: 	%{name}-%{version}.tar.bz2
# From Debian: fix build by removing duplicate declaration of buf_rect
# AdamW 2008/09
Patch0:		meterbridge-0.9.2-build.patch
License: 	GPL+
Group: 		Sound
BuildRoot: 	%{_tmppath}/%{name}-root
BuildRequires:	jackit-devel
BuildRequires:	SDL_image-devel

%description
Software meterbridge for the UNIX based JACK audio system. It supports
a number of different types of meter, rendered using the SDL library
and user-editable pixmaps.

%prep
%setup -q
%patch0 -p1 -b .build

%build
%configure2_5x
%make CC="gcc %{optflags}"

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog INSTALL
%{_bindir}/%{name}
%{_datadir}/%{name}




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.9.2-5
+ Revision: 12f44c9
- Automatic import for version 0.9.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2964 |14cr|mew-6.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO:
# - See how debian and fedora package things
# - Break helpers binaries out into seperate package and make main package
#   noarch
# - Remove .elc files so it works with both emacs and xemacs (policy?)
# - Fix stripping binaries (rpmlint)

%define name mew
%define version 6.5
%define release 3

Summary: Messaging in the Emacs World
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.mew.org/Release/%{name}-%{version}.tar.gz
Source1: %{name}.el
License: BSD-like
Group: Networking/Mail
Url: http://www.Mew.org/

BuildRequires: emacs
Requires: emacs

%description
Mew (Messaging in the Emacs World) is a user interface for text messages,
multimedia messages (MIME), news articles and security functionality 
including PGP, SSH and SSL. 

The features of Mew are as follows: 

 - POP, SMTP, NNTP, and IMAP are supported.
 - You can easily display a very complicated structured message.
 - You can start to read messages before they are all fully listed.
 - For refiling, default folders are neatly suggested.
 - You can complete field names, e-mail addresses, receiver's names,
   domain names, and folder names.
 - Thread, a mechanism to display the flow of messages, is supported.

%prep
%setup -q

%build
%configure 
%make elispdir=%{_datadir}/emacs/site-lisp/%{name} etcdir=%{_datadir}/pixmaps/mew

%install
%makeinstall elispdir=%{buildroot}%{_datadir}/emacs/site-lisp/%{name} etcdir=%{buildroot}%{_datadir}/pixmaps/mew INSTALLINFO=/sbin/install-info

%__install -dm 755 %{buildroot}%{_sysconfdir}/emacs/site-start.d
%__install -pm 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/emacs/site-start.d



%files
%defattr(-,root,root,0755)
%doc 00copyright 00readme 00diff 00changes*
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/emacs/site-lisp/%{name}/*
%{_datadir}/pixmaps/mew/*
%{_infodir}/*
%{_mandir}/*
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/%{name}.el

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.5-3
+ Revision: 453046d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2965 |14cr|mfs-1.6.26-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_localstatedir	/var/lib
%define	mfsconfdir	%{_sysconfdir}

Summary:	MooseFS - distributed, fault tolerant file system
Name:		mfs
Version:	1.6.26
Release:	6
License:	GPLv3+
Group:		System/Cluster
Url:		http://www.moosefs.org/
Source0:	http://moosefs.org/tl_files/mfscode/%{name}-%{version}.tar.gz
Source1:	mfschunkserver.service
Source2:	mfsmaster.service
Source3: 	mfsmetalogger.service
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(zlib)
Requires(post,preun,postun):	systemd-units

%description
MooseFS is an Open Source, easy to deploy and maintain, distributed,
fault tolerant file system for POSIX compliant OSes.

%pre
%_pre_useradd mfs /var/lib/mfs /sbin/nologin
%_pre_groupadd mfs mfs

%postun
%_postun_groupdel mfs
%_postun_userdel mfs

%post
if [ $1 -eq 1 ] ; then
    # Initial installation
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package master
Summary:	MooseFS master server
Group:		System/Cluster
Requires(preun,postun):	systemd-units

%description master
MooseFS master (metadata) server together with metarestore utility.

%files master
%defattr(644,root,root,755)
%doc NEWS README UPGRADE
%attr(755,root,root) %{_sbindir}/mfsmaster
%attr(755,root,root) %{_sbindir}/mfsmetadump
%attr(755,root,root) %{_sbindir}/mfsmetarestore
%{_mandir}/man5/mfsexports.cfg.5*
%{_mandir}/man5/mfsmaster.cfg.5*
%{_mandir}/man5/mfstopology.cfg.5.xz
%{_mandir}/man7/mfs.7*
%{_mandir}/man7/moosefs.7*
%{_mandir}/man8/mfsmaster.8*
%{_mandir}/man8/mfsmetarestore.8*
%{mfsconfdir}/mfsexports.cfg.dist
%{mfsconfdir}/mfsexports.cfg
%{mfsconfdir}/mfsmount.cfg.dist
%{mfsconfdir}/mfsmount.cfg
%{mfsconfdir}/mfsmaster.cfg.dist
%{mfsconfdir}/mfsmaster.cfg
%{mfsconfdir}/mfstopology.cfg.dist
%{mfsconfdir}/mfstopology.cfg
%attr(755,mfs,mfs) %{_localstatedir}/mfs
%{_unitdir}/mfsmaster.service

%post master
%systemd_post mfsmaster.service

%preun master
%systemd_preun mfsmaster.service

%postun master
%systemd_postun_with_restart mfsmaster.service

#----------------------------------------------------------------------------

%package metalogger
Summary:	MooseFS metalogger server
Group:		System/Cluster
Requires(preun,postun):	systemd-units

%description metalogger
MooseFS metalogger (metadata replication) server.

%files metalogger
%defattr(644,root,root,755)
%doc NEWS README UPGRADE
%attr(755,root,root) %{_sbindir}/mfsmetalogger
%{_mandir}/man5/mfsmetalogger.cfg.5*
%{_mandir}/man8/mfsmetalogger.8*
%{mfsconfdir}/mfsmetalogger.cfg.dist
%{mfsconfdir}/mfsmetalogger.cfg
%{_unitdir}/mfsmetalogger.service

%post metalogger
%systemd_post mfsmetalogger.service

%preun metalogger
%systemd_preun mfsmetalogger.service

%postun metalogger
%systemd_postun_with_restart mfsmetalogger.service

#----------------------------------------------------------------------------

%package chunkserver
Summary:	MooseFS data server
Group:		System/Cluster
Requires(preun,postun):	systemd-units

%description chunkserver
MooseFS data server.

%files chunkserver
%defattr(644,root,root,755)
%doc NEWS README UPGRADE
%attr(755,root,root) %{_sbindir}/mfschunkserver
%{_mandir}/man5/mfschunkserver.cfg.5*
%{_mandir}/man5/mfshdd.cfg.5*
%{_mandir}/man8/mfschunkserver.8*
%{mfsconfdir}/mfschunkserver.cfg.dist
%{mfsconfdir}/mfschunkserver.cfg
%{mfsconfdir}/mfshdd.cfg.dist
%{mfsconfdir}/mfshdd.cfg
%{_unitdir}/mfschunkserver.service

%post chunkserver
%systemd_post mfschunkserver.service

%preun chunkserver
%systemd_preun mfschunkserver.service

%postun chunkserver
%systemd_postun_with_restart mfschunkserver.service

#----------------------------------------------------------------------------

%package client
Summary:	MooseFS client
Group:		System/Cluster

%description client
MooseFS client: mfsmount and mfstools.

%files client
%defattr(644,root,root,755)
%doc NEWS README UPGRADE
%attr(755,root,root) %{_bindir}/mfsappendchunks
%attr(755,root,root) %{_bindir}/mfscheckfile
%attr(755,root,root) %{_bindir}/mfsdeleattr
%attr(755,root,root) %{_bindir}/mfsdirinfo
%attr(755,root,root) %{_bindir}/mfsfileinfo
%attr(755,root,root) %{_bindir}/mfsfilerepair
%attr(755,root,root) %{_bindir}/mfsgeteattr
%attr(755,root,root) %{_bindir}/mfsgetgoal
%attr(755,root,root) %{_bindir}/mfsgettrashtime
%attr(755,root,root) %{_bindir}/mfsmakesnapshot
%attr(755,root,root) %{_bindir}/mfsmount
%attr(755,root,root) %{_bindir}/mfsrgetgoal
%attr(755,root,root) %{_bindir}/mfsrgettrashtime
%attr(755,root,root) %{_bindir}/mfsrsetgoal
%attr(755,root,root) %{_bindir}/mfsrsettrashtime
%attr(755,root,root) %{_bindir}/mfsseteattr
%attr(755,root,root) %{_bindir}/mfssetgoal
%attr(755,root,root) %{_bindir}/mfssettrashtime
%attr(755,root,root) %{_bindir}/mfssnapshot
%attr(755,root,root) %{_bindir}/mfstools
%{_mandir}/man1/mfsappendchunks.1*
%{_mandir}/man1/mfscheckfile.1*
%{_mandir}/man1/mfsdeleattr.1*
%{_mandir}/man1/mfsdirinfo.1*
%{_mandir}/man1/mfsfileinfo.1*
%{_mandir}/man1/mfsfilerepair.1*
%{_mandir}/man1/mfsgeteattr.1*
%{_mandir}/man1/mfsgetgoal.1*
%{_mandir}/man1/mfsgettrashtime.1*
%{_mandir}/man1/mfsmakesnapshot.1*
%{_mandir}/man1/mfsrgetgoal.1*
%{_mandir}/man1/mfsrgettrashtime.1*
%{_mandir}/man1/mfsrsetgoal.1*
%{_mandir}/man1/mfsrsettrashtime.1*
%{_mandir}/man1/mfsseteattr.1*
%{_mandir}/man1/mfssetgoal.1*
%{_mandir}/man1/mfssettrashtime.1*
%{_mandir}/man1/mfstools.1*
%{_mandir}/man8/mfsmount.8*

#----------------------------------------------------------------------------

%package cgi
Summary:	MooseFS CGI Monitor
Group:		System/Cluster
Requires:	python

%description cgi
MooseFS CGI Monitor.

%files cgi
%defattr(644,root,root,755)
%doc NEWS README UPGRADE
%attr(755,root,root) %{_sbindir}/mfscgiserv
%{_mandir}/man8/mfscgiserv.8*
%attr(755,mfs,mfs) %{_datadir}/mfscgi

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/mfschunkserver.service
install -D -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/mfsmaster.service
install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/mfsmetalogger.service

# creating default configs
cp %{buildroot}%{mfsconfdir}/mfsexports.cfg.dist %{buildroot}%{mfsconfdir}/mfsexports.cfg
cp %{buildroot}%{mfsconfdir}/mfsmount.cfg.dist %{buildroot}%{mfsconfdir}/mfsmount.cfg
cp %{buildroot}%{mfsconfdir}/mfsmaster.cfg.dist %{buildroot}%{mfsconfdir}/mfsmaster.cfg
cp %{buildroot}%{mfsconfdir}/mfstopology.cfg.dist %{buildroot}%{mfsconfdir}/mfstopology.cfg
cp %{buildroot}%{mfsconfdir}/mfsmetalogger.cfg.dist %{buildroot}%{mfsconfdir}/mfsmetalogger.cfg
cp %{buildroot}%{mfsconfdir}/mfschunkserver.cfg.dist %{buildroot}%{mfsconfdir}/mfschunkserver.cfg
cp %{buildroot}%{mfsconfdir}/mfshdd.cfg.dist %{buildroot}%{mfsconfdir}/mfshdd.cfg


%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.26-6
+ Revision: 712a93c
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2966 |14cr|mftrace-1.2.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mftrace
Version:	1.2.18
Release:	2
Epoch:		2
Summary:	Generates scalable fonts for TeX
Group:		Publishing
License:	GPL
URL:		http://lilypond.org/mftrace/
Source0:	http://lilypond.org/download/sources/mftrace/mftrace-%{version}.tar.gz
Requires:	autotrace
Requires:	fontforge
Requires:	potrace
Requires:	python
Requires:	t1utils
Requires:	texlive
BuildRequires:	autotrace
BuildRequires:	potrace
BuildRequires:	python
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
mftrace is a small Python program that lets you trace a TeX bitmap
font into a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF
(TrueType) font. It is licensed under the GNU GPL.

Scalable fonts offer many advantages over bitmaps, as they allow
documents to render correctly at many printer resolutions. Moreover,
Ghostscript can generate much better PDF, if given scalable PostScript
fonts.

%prep
%setup -q

%build
%{configure2_5x}
%{make} CC="%{__cc}" CFLAGS="%{optflags}"

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/gf2pbm
%attr(0755,root,root) %{_bindir}/mftrace
%{_mandir}/man1/mftrace.1*
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:1.2.18-2
+ Revision: e019d5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2967 |14cr|mgm-1.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Moaning Goat Status Meter
Name:		mgm
Version:	1.1
Release:	11
License:	GPLv2+
Group:		Monitoring
Url:		http://linuxmafia.com/mgm/
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}48.png
Source2:	%{name}32.png
Source3:	%{name}16.png
Patch0:		mgm-1.1-fix-abs-path.patch
Requires:	perl-Tk
Requires:	tk
BuildArch:	noarch

%description
MGM, the Moaning Goat Meter, is the ultimate sixty-ton cast iron lawn
ornament for the desktops of today's hacker set: A gorgeous, highly
configurable load and status meter written entirely in Perl. Serious
pink-flamingo territory.  MGM will not get your whites whiter or your
colors brighter. It will, however, sit there and look spiffy while
sucking down a major honking wad of RAM.

%files
%doc doc/*
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p0
chmod 644 `find -type f`
chmod 755 `find -type d`
chmod 755 mgm lib/xpm
rm -fr modules/netbsd
rm -fr modules/solaris

%build

%install
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -r mgm lib modules %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_bindir}
echo '#!/bin/bash' > %{buildroot}%{_bindir}/%{name}
echo 'exec %{_datadir}/mgm/mgm' >> %{buildroot}%{_bindir}/%{name}
chmod 755 %{buildroot}%{_bindir}/%{name}

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=%{name}
Name=MGM
Comment=System Monitor
Categories=System;Monitor;
EOF

#icons
mkdir -p %{buildroot}%{_liconsdir}
cat %{SOURCE1} > %{buildroot}%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}
cat %{SOURCE2} > %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_miconsdir}
cat %{SOURCE3} > %{buildroot}%{_miconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-11
+ Revision: 36ec545
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2968 |14cr|mgtools-2.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	mgtools
%define version	2.2.1
%define release	3

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Tools and scripts to edit and visualize Meta Grammars
License:	GPL
Group:		Sciences/Computer science
Source:		https://gforge.inria.fr/frs/download.php/5683/%{name}-%{version}.tar.gz
Url:		http://alpage.inria.fr/catalogue.en.html#mgtools
Buildrequires:	libxml2-devel
Buildrequires:	bison
Buildroot:	%{_tmppath}/%{name}-%{version}

%description
mgtools collects several useful tools and scripts to edit and visualize Meta
Grammars

    * smg2xml to convert MG from a simple format (smg) to XML format
    * mg.el an Emacs mode to edit MG (in both XML and SMG formats)
    * mg2smg.xsl an XSLT stylesheet to convert from XML to SMG
    * mgviewer.pl a graphical viewer/editor for MG
    * mg*2html.xsl several XSLT stylesheets to get HTML views on MG
    * mg2*.xsl several XSLT stylesheets to convert to other formats

%prep
%setup -q

%build
export LDFLAGS=-L%{_libdir}/DyAlog
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc INSTALL README
%{_bindir}/*
%{_libdir}/pkgconfig/mgtools.pc
%{_datadir}/emacs/site-lisp/mg.el
%{_datadir}/mgtools




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-3
+ Revision: 2c9958d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2969 |14cr|mhwaveedit-1.4.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	WAV Editing Package
Name: 		mhwaveedit
Version: 	1.4.22
Release: 	2
License: 	GPLv2+
Group: 		Sound
URL: 		https://gna.org/projects/mhwaveedit/
Source0: 	http://download.gna.org/mhwaveedit/%{name}-%{version}.tar.bz2
BuildRequires: 	pkgconfig gtk+2-devel SDL-devel sndfile-devel libalsa-devel
BuildRequires:	jackit-devel libsamplerate-devel ladspa-devel

%description
mhWaveEdit is a graphical program for editing sound files. It is completely
free (GPL) and it's written by Magnus Hjorth. It is intended to be
user-friendly and robust.

OGG and LAME support are available if installed.

%prep
%setup -q

%build
%configure2_5x --without-portaudio
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS BUGS ChangeLog NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/applications/*
%{_datadir}/pixmaps/mhwaveedit.xpm
%{_mandir}/man1/mhwaveedit.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.22-2
+ Revision: 3fca212
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2970 |14cr|miau-0.6.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	IRC-bouncer/proxy
Name:		miau
Version:	0.6.6
Release:	3
License:	GPLv2+
Group:		Networking/IRC
Source0:	http://downloads.sourceforge.net/miau/%{name}-%{version}.tar.bz2
URL:		http://miau.sourceforge.net/

%description
Miau is a smart and versatile irc-bouncing tool for unix. The difference
between miau and other bouncers is that miau will go on irc as soon as it's
launched, guarding or attempting to get your nick. Control over the session can
be taken as with other bouncers, by simply connecting to miau (and providing a
password) like you would connect to a normal irc-server. On disconnect, miau is
able to stay in the channels and to reintroduce them to your client on your
next connect. Other handy features are message-logging, flood-protection,
dcc-bouncing, etc.

%prep
%setup -q

%build
%configure \
	--enable-dccbounce \
	--enable-automode \
	--enable-releasenick \
	--enable-ctcp-replies \
	--enable-mkpasswd \
	--enable-uptime \
	--enable-chanlog \
	--enable-privlog \
	--enable-onconnect \
	--enable-empty-awaymsg
%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%{_datadir}/miaurc

%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README TODO misc/miaurc
%attr(755,root,root) %{_bindir}/*
%{_infodir}/*.info*
%{_mandir}/man1/miau.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.6-3
+ Revision: 0d33591
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2971 |14cr|mib-ossigeno-icons-4.3.0-69.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname		MIB-Ossigeno-Ultimate-Icons
%define		oversion	4.3

Name:		mib-ossigeno-icons
Version:	4.3.0
Release:	69.5
Summary:	MIB-Ossigeno icon theme
# http://kde-look.org/content/show.php/?content=128221
Source0:	%{oname}-%{oversion}.tar.gz
License:	LGPL
Group:		Graphical desktop/KDE
URL:		http://mib.pianetalinux.org/mib/
BuildArch:	noarch
Obsoletes:	mib-ossigeno-icon-theme < %{version}

%description
MIB-Ossigeno Ultimate Icons is a blue icon theme derived from Oxygen Icons.
It differs from Oxygen mainly for folder icons, completely redesigned.
MIB-Ossigeno Ultimate Icons theme has been developed by emanueleeeee.

%prep
%setup -q -n %{oname}

%build

%install
mkdir -p %{buildroot}%{_iconsdir}/%{oname}

cp -rf ./* %{buildroot}%{_iconsdir}/%{oname}/

rm -f %{buildroot}%{_iconsdir}/%{oname}/README
rm -f %{buildroot}%{_iconsdir}/%{oname}/Changelog

%files
%defattr(644,root,root,755)
%doc README Changelog
%{_iconsdir}/%{oname}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.0-69.5
+ Revision: 130d403
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2972 |14cr|mib-report-0.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool to generate packages reports for Rosa, MDV and MGA repos
Name:		mib-report
Version:	0.11
Release:	4
License:	GPLv2+
Group:		System/Configuration/Packaging
Url:		http://mib.pianetalinux.org/mib-report/
Source0:	http://mib.pianetalinux.org/mib-report/%{name}-%{version}.tar.bz2
# bash-completion
Source1:	%{name}
Patch0:		mib-report-0.9-rpm4.patch
# Qt5 is also supported
BuildRequires:	qt4-devel
BuildRequires:	rpm-devel
Requires:	lynx
Requires:	curl

%description
A tool to generate packages reports and check package versions.

Since 0.9 it supports 6 report modes:
1) mga-mdv - report for packages in Mageia repositories that may be interesting
for Mandriva packagers
2) mdv-mga - like mga-mdv but for Mageia packagers (by request)
3) mdv-rosa
4) rosa-mdv
5) mga-rosa
6) rosa-mga

It produces a table with packages and shows if there are newer versions of
these packages in other distros. It also gives quick links for source packages
and programs' homepages.

Since 0.4 new mode "--search package" was added. It searches for package in all
reference repositories and displays results in Repository, Version, URL format.

Version %{version} supports reference repositories:
-Rosa 2014.1
-MDV Cooker
-Mageia Cauldron
-Fedora Rawhide (+RpmFusion)
-PCLinuxOS
-Alt Linux Sisyphus
-OpenSUSE Factory
-PLD Linux 3.0
-Gentoo
-Debian
-Ubuntu
-Upstream Tracker

%files
%doc COPYING AUTHORS ChangeLog
%{_bindir}/%{name}
%{_bindir}/urls-fetcher
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/urls.txt
%{_datadir}/%{name}/blacklist.txt
%{_datadir}/bash-completion/completions/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%if %{mdvver} < 201100
%patch0 -p1
%endif

%build
# Can be built with Qt5 if needed
%qmake_qt4
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -D -m 755 %{name} %{buildroot}%{_bindir}/%{name}
install -D -m 755 urls-fetcher %{buildroot}%{_bindir}/urls-fetcher
mkdir -p %{buildroot}%{_datadir}/%{name}
install -D -m 644 urls.txt %{buildroot}%{_datadir}/%{name}/urls.txt
install -D -m 644 blacklist.txt %{buildroot}%{_datadir}/%{name}/blacklist.txt

mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/bash-completion/completions/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-4
+ Revision: 37dd152
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2973 |14cr|micropolis-4.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	City simulation based on Maxis SimCity
Name:		micropolis
# activity/activity.info = 7
# src/sim/sim.c and about = 4.0
Version:	4.0
Release:	12
License:	GPLv3+
Group:		Games/Strategy
Url:		http://www.donhopkins.com/home/micropolis/
# Also see http://dev.laptop.org/git?p=projects/micropolis-activity
Source0:	http://www.donhopkins.com/home/micropolis/micropolis-activity-source.tgz
# Lots of fixes from
# http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis
# curl http://rmdir.de/~michael/micropolis_git.patch > micropolis-zerfleddert.$(date +%Y%m%d).patch
Patch0:		micropolis-zerfleddert.20080302.patch
Patch1:		micropolis-path.patch
# From debian, optflags patch:
Patch2:		micropolis-makefile.patch
# (Anssi 01/2008): Fix some 64bit pointer warnings. It is likely they are
# harmless corner cases, but this code is so old I don't take any chances.
Patch3:		micropolis-64bit-warns.patch
Patch4:		micropolis-printf-format.patch
BuildRequires:	bison
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xext)

%description
City-building simulation game originally released as SimCity by Maxis and
subsequently released as free software, renamed to Micropolis.

%files
%doc manual/*
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_libdir}/%{name}
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n micropolis-activity
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

#[ $(sed -n 's,activity_version = ,,p' activity/activity.info) = %version ]
[ $(sed -r -n 's,^.*MicropolisVersion = "(.+)".*$,\1,p' src/sim/sim.c) = %version ]

perl -pi -e 's,GAMESDATADIR,%{_gamesdatadir},;s,LIBDIR,%{_libdir},' Micropolis

# Re-enable air crash:
perl -pi -e 's,-DNO_AIRCRASH,,' src/sim/makefile

%build
%make OPTFLAGS="%optflags" -C src

%install
rm -rf %{buildroot}
install -d -m755 %{buildroot}%{_gamesbindir}
install -d -m755 %{buildroot}%{_gamesdatadir}/%{name}
install -d -m755 %{buildroot}%{_libdir}/%{name}

install -m755 src/sim/sim %{buildroot}%{_libdir}/%{name}
install -m755 Micropolis %{buildroot}%{_gamesbindir}/%{name}

cp -a cities images res %{buildroot}%{_gamesdatadir}/%{name}
chmod +x %{buildroot}%{_gamesdatadir}/%{name}/res/sounds/player

install -d -m755 %{buildroot}%{_miconsdir}
install -d -m755 %{buildroot}%{_iconsdir}
install -d -m755 %{buildroot}%{_liconsdir}

convert Micropolis.png -resize x16 %{buildroot}%{_miconsdir}/%{name}.png
convert Micropolis.png -resize x32 %{buildroot}%{_iconsdir}/%{name}.png
convert Micropolis.png -resize x48 %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Micropolis
GenericName=City simulation
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;StrategyGame;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0-12
+ Revision: bdb91be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2974 |14cr|midicontroller-041011-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	midicontroller
%define version	041011
%define release 6

Name: 	 	%{name}
Summary:	Graphical sliders to send MIDI control commands	
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://sourceforge.net/projects/midicontrol/
License:	GPL
Group:		Sound
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	pkgconfig libalsa-devel libglademm2.4-devel

%description
This is a small program that lets you set MIDI controller values using sliders
and buttons in a GTK+ window. The GUI is an XML-based Glade file which can be
replaced without rebuilding the program, so you can build your own controller
GUIs in Glade.

%prep
%setup -q
perl -p -i -e "s|-g -O2|$RPM_OPT_FLAGS -Wno-long-long||g" Makefile

%build
%make PREFIX=%{_prefix}
										
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall PREFIX=$RPM_BUILD_ROOT/%_prefix

#menu

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=MIDI Controller
Comment=MIDI CC Sliders
Exec=%{_bindir}/%{name}
Icon=sound_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;Midi;
Encoding=UTF-8
EOF
rm -fr $RPM_BUILD_ROOT%_defaultdocdir/%name-%version

%files
%defattr(-,root,root)
%doc README
%{_bindir}/%name
%{_datadir}/%name
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 041011-6
+ Revision: f92497f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2975 |14cr|midori-0.5.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		1
%define	libname		%mklibname %{name} %{major}
%define	url_ver	%(echo %{version} | cut -c 1-3)

Summary:	Web browser based on WebKitGtk
Name:		midori
Version:	0.5.7
Release:	2
License:	LGPLv2+
Group:		Networking/WWW
URL:		http://www.midori-browser.org
# For git: git clone http://software.twotoasts.de/media/midori.git
Source0:	http://www.midori-browser.org/download/source/%{name}_%{version}_all_.tar.bz2
Source100:	%{name}.rpmlintrc
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	librsvg
#BuildRequires:	python-docutils
BuildRequires:	cmake
BuildRequires:	gettext
BuildRequires:	vala >= 0.16.0
BuildRequires:	pkgconfig(gio-2.0) >= 2.16.0
BuildRequires:	pkgconfig(gmodule-2.0) >= 2.32.3
BuildRequires:	pkgconfig(gthread-2.0) >= 2.8.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(libidn) >= 1.0
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.27.90
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6
BuildRequires:	pkgconfig(sqlite3) >= 3.6.19
BuildRequires:	pkgconfig(unique-3.0) >= 0.9
BuildRequires:	pkgconfig(webkitgtk-3.0) >= 1.8.1
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(gcr-3) >= 2.32
BuildRequires:	pkgconfig(zeitgeist-1.0) >= 0.3.14
Requires:	%{libname} = %{version}
Requires:	indexhtml
Requires:	xdg-utils
Requires:	glib-networking
Requires:	dbus-x11
Provides:	webclient = %{version}-%{release}
%rename		%{name}-vala
%rename		%{name}-devel

%description
Midori is a lightweight GTK+ 2 web browser based on WebKitGtk. It features
tabs, windows and session management, bookmarks stored with XBEL, searchbox
based on OpenSearch, and user scripts support.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
#doc %%{_datadir}/gtk-doc/html/%%{name}-0.5/*/*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}*.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_iconsdir}/hicolor/*/*/*
%{_datadir}/%{name}
%{_sysconfdir}/xdg/%{name}

#-----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	Libraries for %{name}
Requires:	%{name} = %{version}

%description -n %{libname}
This package contains the shared libraries needed by %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog README
%{_libdir}/lib%{name}-core.so*
%{_libdir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -q
#apply_patches

# Fix linking failure
sed -i -e 's|"${OPTS_LIBRARIES};${XSS}"| "${OPTS_LIBRARIES};${XSS};%{_libdir}/libX11.so"|' CMakeLists.txt


%build
# TODO: Provide a granite package and enable the option below
%cmake	.. -DUSE_GTK3=ON \
	-DUSE_ZEITGEIST=ON \
	-DUSE_GRANITE=OFF \
	-DUSE_APIDOCS=OFF
%make


%install
%makeinstall_std -C build

#fix desktop file
desktop-file-install \
	--remove-not-show-in="Pantheon" \
	--dir %{buildroot}%{_datadir}/applications \
		 %{buildroot}%{_datadir}/applications/%{name}-private.desktop

# We have no more devel package
rm -rf %{buildroot}%{_libdir}/lib%{name}.so

%find_lang %{name} %{name}.lang



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.7-2
+ Revision: a5285de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2976 |14cr|mille-xterm-cdpoll-1.0-0.2137.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 2137

Summary:	Local CDROM polling for the MILLE-XTERM project
Name:		mille-xterm-cdpoll
Version:	1.0
Release:	%mkrel 0.%{svn}.4
License:	GPL
Group:		System/Servers
URL:		http://www.revolutionlinux.com/mille-xterm
Source:		mille-xterm-cdpoll-%{version}.tar.bz2
Patch0:		mille-xterm-cdpoll-INT_MAX_fix.diff
BuildRequires:	python-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This program checks if there's a CD in the drive.

%prep

%setup -q
%patch0 -p0

%build 

gcc %{optflags} cdpoll.c -o cdpoll

%install
rm -fr %{buildroot}

install -d  %{buildroot}/sbin/
install -m0755 cdpoll %{buildroot}/sbin/

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc AUTHORS Changelog COPYING INSTALL README
/sbin/cdpoll



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0-0.2137.4
+ Revision: 820789f
- Automatic import for version 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2977 |14cr|mille-xterm-dm-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mille-xterm display manager 
Name:		mille-xterm-dm
Version:	1.0
Release:	8
License:	GPL
Group:		System/Servers
URL:		http://www.revolutionlinux.com/mille-xterm
Source0:	%{name}-%{version}.tar.bz2
Requires:	python >= 2.4
Requires:	gnome-python
Requires:	pygtk2.0-libglade
Requires:	openssh-clients
Requires:	x11-server-xorg
BuildArch:	noarch

%description
The mille-xterm display manager is the login interface on terminal. It runs on
the terminal and encrypts the X11 trafix through SSH. 

It is based on LDM, the LTSP Display Manager.  

%prep

%setup -q

%build
#nothing to do

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/screen.d
install -d %{buildroot}%{_sbindir} 
install -d %{buildroot}%{_prefix}/lib/ltsp/greeters
install -d %{buildroot}%{_datadir}/ldm
 
install -m0755 src/ldm %{buildroot}%{_sbindir}
install -m0755 src/ldm-askpass %{buildroot}%{_prefix}/lib/ltsp
install -m0755 src/greeters/* %{buildroot}%{_prefix}/lib/ltsp/greeters/
install -m0755 src/screen.d/ldm %{buildroot}%{_sysconfdir}/screen.d/ldm
cp -r src/themes %{buildroot}%{_datadir}/ldm/

%post
update-alternatives --install %{_datadir}/ldm/themes/default ldm-theme %{_datadir}/ldm/themes/Mille-xterm 35
update-alternatives --install %{_datadir}/ldm/themes/default ldm-theme %{_datadir}/ldm/themes/Ubuntu 40
update-alternatives --install %{_datadir}/ldm/themes/default ldm-theme %{_datadir}/ldm/themes/Edubuntu 45

%preun
update-alternatives --remove ldm-theme %{_datadir}/ldm/themes/Mille-xterm
update-alternatives --remove ldm-theme %{_datadir}/ldm/themes/Ubuntu
update-alternatives --remove ldm-theme %{_datadir}/ldm/themes/Edubuntu

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc copyright 
%{_sysconfdir}/screen.d/ldm
%{_sbindir}/ldm
%dir %{_prefix}/lib/ltsp
%{_prefix}/lib/ltsp/*
%dir %{_datadir}/ldm
%{_datadir}/ldm/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-8
+ Revision: 8a39e00
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2978 |14cr|mille-xterm-loadbalancer-1.0-0.2137.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 2137

Summary:	Load balancer for the MILLE-XTERM project
Name:		mille-xterm-loadbalancer
Version:	1.0
Release:	0.%{svn}.5
License:	GPLv2+
Group:		System/Servers
Url:		http://www.revolutionlinux.com/mille-xterm
Source0:	mille-xterm-loadbalancer-%{version}.tar.bz2
Patch0:		mille-xterm-loadbalancer-1.0-initscript.patch
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
Load balancer for the MILLE-XTERM project.

#----------------------------------------------------------------------------

%package -n	%{name}-common
Summary:	Documentation and common files
Group:		System/Servers

%description -n	%{name}-common
Load balancer of the MILLE-XTERM project.

Documentation and common files.

%files -n %{name}-common
%doc AUTHORS Changelog COPYING doc/LoadBalancer_fr.odt doc/examples/v07_lbaconfig.xml doc/examples/v07_lbsconfig.xml INSTALL README

#----------------------------------------------------------------------------

%package -n	%{name}-lbagent
Summary:	Monitoring agent
Group:		System/Servers
Requires:	%{name}-common

%description -n	%{name}-lbagent
Load balancer of the MILLE-XTERM project.

Monitoring agent.

%files -n %{name}-lbagent
%config(noreplace) %{_sysconfdir}/mille-xterm/lbaconfig.xml
%{_initrddir}/lbagent
%{_datadir}/mille-xterm/lbagent/*

%post -n %{name}-lbagent
chkconfig --add lbagent

%preun -n %{name}-lbagent
chkconfig --del lbagent

#----------------------------------------------------------------------------

%package -n	%{name}-lbserver
Summary:	Load balancer server
Group:		System/Servers
Requires:	%{name}-common

%description -n	%{name}-lbserver
Load balancer of the MILLE-XTERM project.

Load balancer server.

%files -n %{name}-lbserver
%config(noreplace) %{_sysconfdir}/mille-xterm/lbsconfig.xml
%{_initrddir}/lbserver
%{_datadir}/mille-xterm/lbserver/*

%post -n %{name}-lbserver
chkconfig --add lbserver

%preun -n %{name}-lbserver
chkconfig --del lbserver

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
find -type f|xargs perl -pi -e "s|\015||g;"

%build 

%install
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}/lib/python%{py_ver}/site-packages

pushd src/lbagent
    python setup.py install --prefix=%{buildroot}
popd

pushd src/lbserver
    python setup.py install --prefix=%{buildroot}
popd

chmod 755 %{buildroot}%{_datadir}/mille-xterm/lb*/*

install -m0755 src/lbagent/lbagent %{buildroot}%{_initrddir}/lbagent
install -m0755 src/lbserver/lbserver %{buildroot}%{_initrddir}/lbserver

# cleanup
rm -rf %{buildroot}%{_sysconfdir}/init.d
rm -rf %{buildroot}/lib/python%{py_ver}/site-packages


%changelog
* Tue Mar 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.2137.5
+ Revision: 08e0f5e
- LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2979 |14cr|mille-xterm-nbd-2.9.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network Block Device support for MILLE-XTERM
Name:		mille-xterm-nbd
Version:	2.9.11
Release:	4
License:	GPL
Group:		System/Servers
URL:		http://sourceforge.net/projects/nbd
Source0:	http://prdownloads.sourceforge.net/nbd/nbd-%{version}.tar.gz
Source1:	nbd-server.wrapper
Source2:	nbd-server.xinetd
Source3:	README.fr
Source4:	INSTALL.fr
BuildRequires:	pkgconfig
BuildRequires:	glib2-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Network Block Device support for MILLE-XTERM. 

%package -n	%{name}-server
Summary:	NBD server 
Group:		System/Servers
Requires:	xinetd
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper

%description -n	%{name}-server
NBD server for the MILLE-XTERM project.

%package -n	%{name}-client
Summary:	NBD client 
Group:		System/Servers

%description -n	%{name}-client
NBD client for the MILLE-XTERM project.

%prep 

%setup -q -n nbd-%{version}
cp %{SOURCE1} nbd-server.wrapper
cp %{SOURCE2} nbd-server.xinetd
cp %{SOURCE3} README.fr
cp %{SOURCE4} INSTALL.fr


chmod 644 README.fr INSTALL.fr

%build

%configure2_5x

%make

%install
rm -rf %{buildroot}

#It seems they have inverted sbin and bin!
%makeinstall sbindir=%{buildroot}%{_bindir} bindir=%{buildroot}%{_sbindir}

install -d %{buildroot}%{_sysconfdir}/xinetd.d

install -m0755 nbd-server.wrapper %{buildroot}%{_sbindir}/nbd-server.wrapper
install -m0644 nbd-server.xinetd %{buildroot}%{_sysconfdir}/xinetd.d/nbd-server

%pre -n %{name}-server
%{_datadir}/rpm-helper/add-user %{name}-server $1 nbd /var/lib/rpm /bin/false

%postun -n %{name}-server
%{_datadir}/rpm-helper/del-user %{name}-server $1 nbd
%{_initrddir}/xinetd restart

%post -n %{name}-server
if [ ! -d /swapfiles ]; then
    mkdir /swapfiles
    dd if=/dev/zero of=/swapfiles/default.swap bs=1024 count=32000
    mkswap /swapfiles/default.swap
    chown nbd:nbd -R /swapfiles
fi

if ! grep nbd-server %{_sysconfdir}/services; then
    echo -e "# nbd-server added by the %{name}-server-%{version}-%{release} package at `LC_ALL=C date`\nnbd-server\t3000/tcp\t\t\t# Network Block Device" >> %{_sysconfdir}/services
fi

%{_initrddir}/xinetd restart

%clean
rm -rf %{buildroot}

%files -n %{name}-server
%defattr(-,root,root)
%doc README* INSTALL*
%config(noreplace) %{_sysconfdir}/xinetd.d/nbd-server
%{_sbindir}/nbd-server
%{_sbindir}/nbd-server.wrapper
%{_mandir}/man1/nbd-server.1*
%{_mandir}/man5/nbd-server.5*

%files -n %{name}-client
%defattr(-,root,root)
%{_bindir}/nbd-client
%{_mandir}/man8/nbd-client.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.11-4
+ Revision: dd760a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2980 |14cr|mille-xterm-pam-storepw-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pluggable Authentication Module for storing user password
Name:		mille-xterm-pam-storepw
Version:	1.0
Release:	8
License:	GPL
Group:		Networking/Other
URL:		http://silicon-verl.de/home/flo/software/pamcifs.html
Source:		%{name}-%{version}.tar.bz2
BuildRequires:	pam-devel
BuildRequires:	perl
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
pam_storepw is a PAM module to store the user's password. It is used to
mount drives, use remote printers and generally connect to services where
the user would usually need to re-authenticate. The module stores the user
password in /var/run/pw/<USER>.

%prep

%setup -q 
perl -pi -e "s/-lpam_misc/-lpam_misc -lc/;" libpam-storepw-*/Makefile

%build
cd libpam-storepw-*/

%make CFLAGS="%{optflags} -fPIC"

%install
rm -rf %{buildroot}

install -d %{buildroot}/%{_lib}/security
install -d %{buildroot}/var/run/pw

install -m0755 libpam-storepw-*/pam_storepw.so %{buildroot}/%{_lib}/security

%clean
rm -rf %{buildroot}

%files 
%defattr(0644,root,root,0755)
%doc README AUTHORS Changelog COPYING INSTALL
/%{_lib}/security/pam_storepw*.so
%dir /var/run/pw





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-8
+ Revision: 1fd29fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2981 |14cr|mille-xterm-sessreg-1.0-0.2137.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 2137

Summary:	X session register for the MILLE-XTERM project
Name:		mille-xterm-sessreg
Version:	1.0
Release:	%mkrel 0.%{svn}.3
License:	GPL
Group:		System/Servers
URL:		http://www.revolutionlinux.com/mille-xterm
Source:		mille-xterm-sessreg-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
This program replaces sessreg by a statically linked version that does not
depend on any X libraries. It doesn't use lastlog, only utmp.

%prep

%setup -q

%build 

gcc %{optflags} -DNO_LASTLOG sessreg.c -o mille-xterm-sessreg

%install
rm -fr %{buildroot}

install -d  %{buildroot}%{_bindir}
install -m0755 mille-xterm-sessreg %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc AUTHORS Changelog COPYING INSTALL README add1000users del1000users
%{_bindir}/mille-xterm-sessreg





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0-0.2137.3
+ Revision: b6112de
- Automatic import for version 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2982 |14cr|mime-construct-1.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Construct and optionally mail MIME messages
Name:		mime-construct
Version:	1.9
Release:	6
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/~rosch/mime-construct/
Source0:	http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/%{name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
mime-construct constructs and (by default) mails MIME messages. It
is entirely driven from the command line, it is designed to be
used by other programs, or people who act like programs.

%prep

%setup -q -n %{name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make
make test

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

%clean 
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/mime-construct
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9-6
+ Revision: c7bccdc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2983 |14cr|mimetex-1.71-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Easily embed LaTeX math in web pages
Name:           mimetex
Version:        1.71
Release:        10
License:        GPLv3
Group:          System/Servers
URL:            http://www.forkosh.com/mimetex.html
Source0:        http://www.forkosh.com/%{name}.zip
Requires:       webserver
# actually, only if webserver is apache, but there is no syntax for such aa condition
Requires:       apache-mod_socache_shmcb

%description
MimeTeX lets you easily embed LaTeX math in your html pages. It parses a LaTeX
math expression and immediately emits the corresponding gif image, rather than
the usual TeX dvi. And mimeTeX is an entirely separate little program that
doesn't use TeX or its fonts in any way.

%prep
%setup -q -c

%build
%serverbuild

gcc $CFLAGS -DAA -DCACHEPATH=\"/var/cache/%{name}/\" mimetex.c gifsave.c -lm -o mimetex.cgi

%install
install -d %{buildroot}/var/www/cgi-bin
install -d %{buildroot}/var/www/html
install -d %{buildroot}/var/cache/%{name}

install -m0755 mimetex.cgi %{buildroot}/var/www/cgi-bin/%{name}.cgi
install -m0644 mimetex.html %{buildroot}/var/www/html/%{name}.html

install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d

# apache config
cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf << EOF

<LocationMatch /cgi-bin/%{name}.cgi>
    Require all granted
</LocationMatch>
EOF


%clean

%files
%doc COPYING README
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
/var/www/cgi-bin/%{name}.cgi
/var/www/html/%{name}.html
%attr(0755,apache,apache) %dir /var/cache/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.71-10
+ Revision: 3a918da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2984 |14cr|mimms-3.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MMS stream downloader
Name:		mimms
Version:	3.2.1
Release:	4
URL:		http://nongnu.org/mimms/
Source:		http://download.savannah.gnu.org/releases/mimms/%{name}-%{version}.tar.bz2
License:	GPLv3+
Group:		Video
# not noarch due to arch-specific requirement on libmms0
# BuildArch:	noarch
Requires:	python-%{name}

%define debug_package %{nil}

%description
mimms is a program designed to allow you to download streams using
the MMS protocol and save them to your computer, as opposed to
watching them live. Similar functionality is available in full media
player suites such as Xine, MPlayer, and VLC, but mimms is quick and
easy to use and, for the time being, remains a useful program.

%package -n python-%{name}
Summary:	MMS stream module for Python
Group:		System/Libraries
BuildRequires: python-devel
# used from pure python code, not linked against
Requires:	%{_lib}mms0

%description -n python-%{name}
Python module for handling of MMS streams, based on libmms.

%prep
%setup -q
%apply_patches

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS NEWS README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%files -n python-%{name}
%doc AUTHORS
%{python_sitelib}/lib%{name}
%{python_sitelib}/%{name}-*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.1-4
+ Revision: ccb9e3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2985 |14cr|mindi-2.1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Mindi creates emergency boot disks/CDs using your kernel, tools and modules
Name:		mindi
Version:	2.1.7
Release:	2
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://www.mondorescue.org
Source0:	ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz
Requires:	binutils
Requires:	dosfstools
Requires:	gawk
Requires:	grep
Requires:	mindi-busybox >= 1.18.5
Requires:	mkisofs
Requires:	mtools
Requires:	ncurses
Requires:	parted
Requires:	perl
Requires:	syslinux
Requires:	which
# Not yet possible as busybox is a binary that should go alongside
# BuildArch:	noarch

%description
Mindi takes your kernel, modules, tools and libraries, and puts them on N
bootable disks (or 1 bootable CD image). You may then boot from the disks/CD
and do system maintenance - e.g. format partitions, backup/restore data,
verify packages, etc.

It is part of the MondoRescue suite for which it creates boot media.
Homepage: http://www.mondorescue.org

%files
%config(noreplace) %{_sysconfdir}/%{name}
%doc ChangeLog INSTALL COPYING README TODO README.* NEWS 
%{_mandir}/man8/*
%{_libdir}/%{name}
%{_sbindir}/*
%{_var}/cache/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
export DONT_RELINK=1

export HEAD=%{buildroot}
export PREFIX=%{_exec_prefix}
export CONFDIR=%{_sysconfdir}
export MANDIR=%{_mandir}
export LIBDIR=%{_libdir}
export CACHEDIR=%{_var}/cache/%{name}
export PKGBUILDMINDI="true"

./install.sh


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.7-2
+ Revision: ad16ec7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2986 |14cr|mindi-busybox-1.18.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Busybox version suited for Mindi
Name:		mindi-busybox
Version:	1.18.5
Release:	4
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://www.mondorescue.org
Source0:	ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz
Patch0:		mindi-busybox-1.18.5-glibc2.16.patch

%description
This package provides a busybox version suited for Mindi.

%files
%doc ChangeLog LICENSE AUTHORS README TODO NEWS
%{_libdir}/mindi/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
make oldconfig
make busybox

%install
DESTDIR=%{buildroot}%{_libdir}/mindi/rootfs
make CONFIG_PREFIX=$DESTDIR install



%changelog
* Mon Aug 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.18.5-4
+ Revision: 0b052ff
- Add patch to fix build with new glibc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2987 |14cr|minetest-0.4.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An InfiniMiner/Minecraft inspired game
Name:		minetest
Version:	0.4.10
Release:	2
License:	GPLv2+
Group:		Games/Other
Url:		http://minetest.net
# From github by tag
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}_game-%{version}.tar.gz
Patch1:		minetest-0.4.6-json.patch
Patch2:		minetest-0.4.6-optflags.patch
BuildRequires:	cmake
BuildRequires:	bzip2-devel
BuildRequires:	gettext-devel
BuildRequires:	irrlicht-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(luajit)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(zlib)

%description
One of the first InfiniMiner/Minecraft(/whatever) inspired games (started
October 2010), with a goal of taking the survival multiplayer gameplay
to a slightly different direction.

This game is under development, and as of now, the game does not really
differ from Minecraft except for having a lot less features. Still, playing
is quite fun already, especially for people who have not been able to
experience Minecraft.

%files
%doc doc/*.txt
%{_bindir}/%{name}
%{_bindir}/%{name}server
%{_datadir}/%{name}
%{_datadir}/appdata/minetest.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/scalable/apps/%{name}-icon.svg
%{_mandir}/man6/%{name}.6*
%{_mandir}/man6/%{name}server.6*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1
%patch2 -p1

%build
# With default LDFLAGS OpenGL is not properly detected for some reasons
%global ldflags %{nil}

%cmake \
	-DENABLE_GETTEXT:BOOL=ON \
	-DCMAKE_CXX_FLAGS_RELEASE=  \
	-DCMAKE_MODULE_LINKER_FLAGS=  

%make

%install
%makeinstall_std -C build

pushd %{buildroot}%{_datadir}/%{name}/games/
tar -xf %{SOURCE1}
mv %{name}_game-%{version} %{name}_game
popd

# Shows empty spaces with current font, must be re-checked in 0.4.8+
rm %{buildroot}%{_datadir}/%{name}/locale/ru/LC_MESSAGES/minetest.mo


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.10-2
+ Revision: 8345000
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2988 |14cr|mini18n-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define lib_name	%mklibname mini18n %{major}
%define devel_name	%mklibname mini18n -d


Name:		mini18n
Version:	0.1
Release:	4
Summary:	A translation library
#License:	LGPLv2+
#strange license
#it was already distributed with yabause under GPLv2+
License:	GPLv2+
Group:		System/Libraries
URL:		http://yabause.sourceforge.net/
Source0:	http://downloads.sourceforge.net/yabause/%{name}-%{version}.tar.gz

%description
Mini18n is a small library to translate applications across multiple 
platforms.

%package -n %{lib_name}
Summary:	A small translation library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Provides:	lib%{name} = %{version}-%{release}

%description -n %{lib_name}
Library and data files for the mini18n package.

%package -n %{devel_name}
Summary:	Header files and static library from mini18n
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	mini18n-devel < %{version}-%{release}
Requires:	%{lib_name} = %{version}

%description -n	%{devel_name}
Library and includes files for developing programs translated with mini18n.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

%files -n %{lib_name}
%doc AUTHORS ChangeLog README example/{main.c,Makefile*}
%{_libdir}/*.so.*

%files -n %{devel_name}
%{_includedir}/*
%{_libdir}/*.a
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 9d0535e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2989 |14cr|minidlna-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A DLNA/UPnP-AV compliant media server
Name:		minidlna
Version:	1.1.2
Release:	2
URL:		http://sourceforge.net/projects/minidlna/
Group:		Networking/Other
License:	GPLv2
Source0:	http://downloads.sourceforge.net/project/minidlna/minidlna/%{version}/minidlna-%{version}.tar.gz
Source2:	minidlna-tmpfiles.conf
Source3:	minidlna.1
Source4:	minidlna.conf.5
Source5:	%{name}.service
BuildRequires:	pkgconfig(flac)
BuildRequires:	libid3tag-devel
BuildRequires:	libexif-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	ffmpeg-devel >= 1.1
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	systemd
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires(postun):	rpm-helper

%description
MiniDLNA (aka ReadyDLNA) is server software with the aim of being fully
compliant with DLNA/UPnP-AV clients. MiniDLNA serves multimedia content
such as music, video and pictures to compatible clients on the network.

See http://www.upnp.org/ for more details on UPnP
and http://www.dlna.org/ for mode details on DLNA.

%prep
%setup -q

%build
%serverbuild

%configure2_5x \
	--with-log-path=%{_logdir} \
	--with-db-path=%{_localstatedir}/cache \
	--with-os-name="%{distribution}"\
	--with-os-version="%{distro_release}" \
	--with-os-url="%{disturl}"

%make

%install
%makeinstall_std

install -D -p -m 0644 %{SOURCE5} %{buildroot}%{_unitdir}/%{name}.service
install -m 644 -D minidlna.conf %{buildroot}%{_sysconfdir}/minidlna.conf
install -m 644 -D %{SOURCE3} %{buildroot}%{_mandir}/man1/minidlna.1
install -m 644 -D %{SOURCE4} %{buildroot}%{_mandir}/man5/minidlna.conf.5

mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d
install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf

install -d -m 0755 %{buildroot}%{_localstatedir}/cache/%{name}/
touch %{buildroot}%{_localstatedir}/cache/%{name}/files.db

%find_lang %{name}

%pre
%_pre_useradd %{name} /run/%{name} /sbin/nologin
%_pre_groupadd minidlna minidlna

%post
%create_ghostfile %{_localstatedir}/cache/%{name}/files.db %{name} %{name} 0644
%_post_service minidlna
%tmpfiles_create %{name}.conf

%preun
%_preun_service minidlna

%postun
%_postun_userdel minidlna
%_postun_groupdel minidlna minidlna

%files -f %{name}.lang
%doc README
%dir %attr(-,minidlna,minidlna) %{_localstatedir}/cache/%{name}/
%ghost %attr(-,minidlna,minidlna) %{_localstatedir}/cache/%{name}/files.db
%attr(755,-,-) %{_sbindir}/minidlna*
%{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/minidlna.conf
%{_sysconfdir}/tmpfiles.d/%{name}.conf
%{_mandir}/man1/minidlna.1*
%{_mandir}/man5/minidlna.conf.5*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-2
+ Revision: 71ab0c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2990 |14cr|minised-1.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A smaller, cheaper, faster SED implementation
Name:		minised
Version:	1.14
Release:	2
License:	BSD
Group:		File tools
Url:		http://www.exactcode.de/site/open_source/minised/
Source0:	http://dl.exactcode.de/oss/minised/%{name}-%{version}.tar.gz
Patch0:		minised-1.14-sfmt.patch
BuildRequires:	dietlibc-devel

%description
This is a smaller, cheaper, faster SED implementation. Minix uses it. GNU used
to use it, until they built their own sed around an extended (some would say
over-extended) regexp package. For embedded use we searched for a tiny sed
implementation especially for use with the dietlibc and found Eric S. Raymond's
sed implementation quite handy. Though it suffered several bugs and was not
under active maintenance anymore. After sending a bunch of fixes we agreed to
continue maintaining this lovely, historic sed implementation.

%files
%doc README
%{_bindir}/minised
%{_mandir}/man1/minised.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
make CC="diet gcc -D_BSD_SOURCE -D_GNU_SOURCE -static" CFLAGS="%{optflags} -static"

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14-2
+ Revision: 3785d75
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2991 |14cr|mini_sendmail-1.3.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    mini_sendmail
%define version 1.3.6
%define release 2
%define summary Accept email on behalf of real sendmail

Summary:	%summary
Name:		%name
Version:	%version
Release:	%release
License:	BSD
Group:		Networking/Mail
URL:		http://www.acme.com/software/mini_sendmail
Requires(post,preun): update-alternatives
Source0:	http://www.acme.com/software/mini_sendmail/%name-%version.tar.gz
Patch0:		%name-1.3.2-makefile.patch.bz2
Provides:	sendmail-command
BuildRoot:      %_tmppath/%name-buildroot

%description
mini_sendmail reads its standard input up to an end-of-file and sends a copy
of the message found there to all of the addresses listed. The message is sent
by connecting to a local SMTP server. This means mini_sendmail can be used to
send email from inside a chroot(2) area.

%prep 
%setup -q
%patch0 -p1 -b .makefile

%build
make mini_sendmail	PREFIX=%{_prefix} \
			BINDIR=%{_sbindir} \
			MANDIR=%{_mandir}

%install
%__mkdir_p %buildroot/%_sbindir/
install mini_sendmail %buildroot/%{_sbindir}/mini_sendmail

%clean
rm -rf %buildroot

%post
update-alternatives --install %{_sbindir}/sendmail sendmail-command %{_sbindir}/mini_sendmail 5

%preun
if [ $1 = 0 ]; then
	update-alternatives --remove sendmail-command %{_sbindir}/mini_sendmail
fi

%files
%defattr(-,root,root)
%doc README FILES
%_sbindir/mini_sendmail




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.6-2
+ Revision: 3964b19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2992 |14cr|minitube-2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A native YouTube client
Name:		minitube
Version:	2.2
Release:	2
License:	GPLv2+
Group:		Video
Url:		http://flavio.tordini.org/minitube
# In fact, http://flavio.tordini.org/files/minitube/minitube.tar.gz
# But we should rather rename tarball to make sure we build specific version
Source0:	http://flavio.tordini.org/files/minitube/%{name}-%{version}.tar.gz
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(phonon)
Requires:	gstreamer0.10-ffmpeg
Requires:	phonon-backend
Suggests:	gstreamer0.10-faad

%description
Minitube is a native YouTube client. With it you can watch YouTube videos in
a new way: you type a keyword, Minitube gives you an endless video stream.
Minitube does not require the Flash Player.
Minitube is not about cloning the original Youtube web interface, it strives
to create a new TV-like experience.
If you have problems with video playback, try to switch to vlc Phonon back-end
in KDE4 settings.
If you use GStreamer Phonon back-end, it's recommended to install package
gstreamer0.10-faad from PLF or Restricted (ex-PLF) repository.

%files
%doc TODO CHANGES AUTHORS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
%qmake_qt4 PREFIX=%{_prefix}
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}


%changelog
* Sun Aug 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2-2
+ Revision: 0196d40
- Rename tarball to make sure it's versioned, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2993 |14cr|miniupnpc-1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 10
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Library and tool to control NAT in UPnP-enabled routers
Name:		miniupnpc
Version:	1.9
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://miniupnp.free.fr/
Source0:	http://miniupnp.free.fr/files/%{name}-%{version}.tar.gz
Source1:	USAGE
# Install headers and add extra file to compilation
# Patch originally from Mageia Linux
Patch0:		%{name}-files.patch
# Do not create libminiupnpc.so.1.5 and libminiupnpc.so.8 linking to it
Patch1:		%{name}-version.patch
# Link to and find libminiupnpc
Patch2:		%{name}-tests.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(python)

%description
miniupnpc is an implementation of a UPnP client library, enabling
applications to access the services provided by an UPnP "Internet
Gateway Device" present on the network. In UPnP terminology, it is
a UPnP Control Point.

%files
%doc Changelog.txt
%doc LICENSE
%doc README
%doc USAGE
%{_bindir}/upnpc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library and tool to control NAT in UPnP-enabled routers
Group:		System/Libraries

%description -n %{libname}
miniupnpc is an implementation of a UPnP client library, enabling
applications to access the services provided by an UPnP "Internet
Gateway Device" present on the network. In UPnP terminology, it is
a UPnP Control Point.

%files -n %{libname}
%{_libdir}/libminiupnpc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files, libraries and development documentation for miniupnpc
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and development documentation for
miniupnpc. If you like to develop programs using miniupnpc, you will need
to install this package.

%files -n %{devname}
%{_includedir}/miniupnpc
%{_libdir}/*.so
%{_mandir}/man3/miniupnpc.3*

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python interface to %{name}
Group:		Development/Python

%description -n python-%{name}
This package contains python interfaces to %{name}.

%files -n python-%{name}
%{python_sitearch}/miniupnpc-%{version}-py?.?.egg-info
%{python_sitearch}/miniupnpc.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
cp %{SOURCE1} .

sed -i "s|\(\tpython setup.py install\)$|\1 --root=\$(DESTDIR)/|" Makefile

# version not updated in setup.py
sed -i 's/"1\.7"/"%{version}"/' setup.py

# Changelog says added -ansi without reason, but that
# breaks C files (python module) using C++ comments
sed -i 's/\(CFLAGS += -ansi\)/#\1/' Makefile

%build
export CC=%{__cc}
%cmake \
	-DUPNPC_BUILD_STATIC=OFF \
	-DUPNPC_BUILD_TESTS=ON
make upnpc-shared all
cd ..
make upnpc-shared pythonmodule

%install
export CC=%{__cc}
%makeinstall_std -C build

make DESTDIR=%{buildroot} installpythonmodule
install -D -m644 man3/miniupnpc.3 %{buildroot}%{_mandir}/man3/miniupnpc.3
install -D -m 0755 upnpc-shared %{buildroot}%{_bindir}/upnpc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9-2
+ Revision: ba98467
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2994 |14cr|miniupnpd-1.8.20140523-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The UPNP & NAT-PMP implementation
Name:		miniupnpd
Version:	1.8.20140523
Release:	3
License:	GPLv2
Group:		System/Servers
URL:		http://miniupnp.free.fr
Source0:	http://miniupnp.free.fr/files/download.php?file=/%{name}-%{version}.tar.gz
BuildRequires:	iptables-ip4tc-devel
BuildRequires:	iptables-devel
BuildRequires:	pkgconfig(libiptc)
BuildRequires:	pkgconfig(libnetfilter_conntrack)
Requires:	iptables
Source1:	miniupnpd.service

%description
The miniUPnP daemon is an UPnP IGD (internet gateway device)
which provide NAT traversal services to any UPnP enabled client on
the network.
See http://www.upnp.org/ for more details on UPnP.

%prep
%setup -q

%build
    mv Makefile.linux Makefile
    sed -i \
        -e "s#^CFLAGS = .*-D#CPPFLAGS += -I/usr/include -D#" \
        -e '/^CFLAGS :=/s/CFLAGS/CPPFLAGS/g' \
        -e "s/CFLAGS += -ansi/#CFLAGS += -ansi/g" \
        -e "s/LIBS = -liptc/LIBS = -lip4tc/g" \
        -e 's/genuuid||//' \
        Makefile || die
    sed -i \
        -e 's/\(strncpy(\([->a-z.]\+\), "[a-zA-Z]\+", \)IPT_FUNCTION_MAXNAMELEN);/\1sizeof(\2));/' \
        netfilter/iptcrdr.c || die

    make config.h

    sed -i \
        -e 's/\/\*#define ENABLE_LEASEFILE\*\//#define ENABLE_LEASEFILE/g' \
        config.h || die

%make CC=gcc

%install
mkdir -p %{buildroot}%{_mandir}/man8/

make install  PREFIX="%{buildroot}" STRIP="true"
rm -f %{buildroot}%{_sysconfdir}/init.d/miniupnpd
rm -f %{buildroot}%{_sysconfdir}/miniupnpd/miniupnpd.conf~
install -D -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%{_sbindir}/miniupnpd
%{_unitdir}/miniupnpd*
%doc %{_mandir}/man*/*
%config(noreplace) %{_sysconfdir}/miniupnpd/*
%doc README Changelog.txt

%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.20140523-3
+ Revision: de6a9d1
- Register service during installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2995 |14cr|mipv6-daemon-0.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mipv6-daemon
Version:	0.4
Release:	9
Summary:	Mobile IPv6 (MIPv6) Daemon
Group:		System/Servers
License:	GPLv2
URL:		http://www.linux-ipv6.org/memo/mipv6/
Source0:	ftp://ftp.linux-ipv6.org/pub/usagi/patch/mipv6/umip-%{version}/daemon/tarball/mipv6-daemon-umip-%{version}.tar.gz
Source1:	mip6d.service
Source2:	mip6d.sysconfig
Source3:	mip6d.conf
Patch0:		mipv6-daemon-header-fix.patch
BuildRequires: systemd
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
BuildRequires:	flex
BuildRequires:	bison
BuildRequires:	indent

%description
The mobile IPv6 daemon allows nodes to remain
reachable while moving around in the IPv6 Internet.

%package devel
Group:	Development/Other
Summary:	Mobile IPv6 (MIPv6) header files

%description devel
Mobile IPv6 (MIPv6) header files

%prep
%setup -q -n mipv6-daemon-umip-%{version}
%patch0 -p1

%build
%configure
%make

%install
%makeinstall_std

install -d %{buildroot}%{_unitdir}
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/mip6d.service
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/mip6d
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/mip6d.conf

mkdir -p %{buildroot}%{_includedir}/netinet
cp -av include/netinet/ip6mh.h %{buildroot}%{_includedir}/netinet/

%preun
%systemd_preun mip6d.service

%post
%systemd_post mip6d.service

%postun
%systemd_postun_with_restart mip6d.service

%files
%doc AUTHORS BUGS COPYING NEWS README README.IPsec THANKS extras
%{_unitdir}/mip6d.service
%config(noreplace) %{_sysconfdir}/sysconfig/mip6d
%config(noreplace) %{_sysconfdir}/mip6d.conf
%{_sbindir}/*
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man7/*

%files devel
%{_includedir}/netinet/*.h

%changelog
* Fri Aug 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-9
+ Revision: 1ad8d32
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2996 |14cr|mirage-0.9.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A fast and simple image viewer
Name:		mirage
Version:	0.9.5.2
Release:	3
Group:		Graphics
License:	GPLv2+
URL:		http://mirageiv.berlios.de/
Source0:	http://download.berlios.de/mirageiv/%{name}-%{version}.tar.bz2
BuildRequires:	python-devel
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(x11)
Requires:	pygtk2.0
Requires:	gnome-python-gconf

%description
Mirage is a fast and simple GTK+ image viewer. Because it 
depends only on PyGTK, Mirage is ideal for users who wish to 
keep their computers lean while still having a clean image viewer.

%prep
%setup -q
sed -i -e 's/^Icon=%{name}.png$/Icon=%{name}/g' %{name}.desktop

%build
env CFLAGS="%{optflags}" python setup.py build

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}
python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

# remove document files
rm -f %{buildroot}%{_datadir}/%{name}/[A-Z]*

desktop-file-install \
	--remove-category="Application" \
	--add-category="Viewer" \
	--remove-key="Version" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name}

%if %mdkversion < 200900
%post
%{update_menus}
%{update_desktop_database}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_desktop_database}
%endif

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc CHANGELOG README TODO TRANSLATORS
%{_bindir}/%{name}
%{python_sitearch}/%{name}.py*
%{python_sitearch}/*.egg-info
%{python_sitearch}/*.so
%{_datadir}/%{name}/
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/*%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5.2-3
+ Revision: 6641793
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2997 |14cr|miredo-1.2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major_teredo 5
%define major_tun6 0
%define libteredo %mklibname teredo %{major_teredo}
%define libtun6 %mklibname tun 6 %{major_tun6}
%define devname %mklibname miredo -d

Summary:	Tunneling of IPv6 over UDP through NATs
Name:		miredo
Version:	1.2.6
Release:	2
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.simphalempin.com/dev/miredo/
Source0:	http://www.remlab.net/files/miredo/miredo-%{version}.tar.xz
Source1:	miredo-client.service
Source2:	miredo-server.service
Patch0:		miredo-config-not-exec
Patch1:		reread-resolv-before-resolv-ipv4.patch
Patch2:		miredo-1.2.6-systemd.patch
BuildRequires:	gettext-devel
BuildRequires:	libcap-devel

Requires(pre):	shadow-utils
Requires(post,preun):	rpm-helper
Requires(preun,postun):	initscripts

%description
Miredo is an implementation of the "Teredo: Tunneling IPv6 over UDP
through NATs" proposed Internet standard (RFC4380). It can serve
either as a Teredo client, a stand-alone Teredo relay, or a Teredo
server. Please install the miredo-server or miredo-client appropriately.
It is meant to provide IPv6 connectivity to hosts behind NAT
devices, most of which do not support IPv6, and not even
IPv6-over-IPv4 (including 6to4).

#----------------------------------------------------------------------------

%package -n %{libteredo}
Summary:	Tunneling of IPv6 over UDP through NATs
Group:		Networking/Other
Conflicts:	%{_lib}miredo4 < 1.2.6
Obsoletes:	%{_lib}miredo4 < 1.2.6

%description -n %{libteredo}
Miredo is an implementation of the "Teredo: Tunneling IPv6 over UDP
through NATs" proposed Internet standard (RFC4380). It can serve
either as a Teredo client, a stand-alone Teredo relay, or a Teredo
server. Please install the miredo-server or miredo-client appropriately.
It is meant to provide IPv6 connectivity to hosts behind NAT
devices, most of which do not support IPv6, and not even
IPv6-over-IPv4 (including 6to4).

%files -n %{libteredo}
%{_libdir}/libteredo.so.%{major_teredo}*

#----------------------------------------------------------------------------

%package -n %{libtun6}
Summary:	Tunneling of IPv6 over UDP through NATs
Group:		Networking/Other
Conflicts:	%{_lib}miredo4 < 1.2.6

%description -n %{libtun6}
Miredo is an implementation of the "Teredo: Tunneling IPv6 over UDP
through NATs" proposed Internet standard (RFC4380). It can serve
either as a Teredo client, a stand-alone Teredo relay, or a Teredo
server. Please install the miredo-server or miredo-client appropriately.
It is meant to provide IPv6 connectivity to hosts behind NAT
devices, most of which do not support IPv6, and not even
IPv6-over-IPv4 (including 6to4).

%files -n %{libtun6}
%{_libdir}/libtun6.so.%{major_tun6}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files, libraries and development documentation for %{name}
Group:		Networking/Other
Requires:	%{libteredo} = %{EVRD}
Requires:	%{libtun6} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files, development libraries and development
documentation for %{name}. If you would like to develop programs using %{name},
you will need to install %{name}-devel.

%files -n %{devname}
%{_includedir}/libteredo/
%{_includedir}/libtun6/
%{_libdir}/libteredo.so
%{_libdir}/libtun6.so

#----------------------------------------------------------------------------

%package server
Summary:	Tunneling server for IPv6 over UDP through NATs
Group:		Networking/Other

%description server
Miredo is an implementation of the "Teredo: Tunneling IPv6 over UDP
through NATs" proposed Internet standard (RFC4380). This offers the server
part of miredo. Most people will need only the client part.

%files server
%ghost %config(noreplace,missingok) %{_sysconfdir}/miredo/miredo-server.conf
%{_bindir}/teredo-mire
%{_sbindir}/miredo-server
%{_sbindir}/miredo-checkconf
%{_unitdir}/miredo-server.service
%doc %{_mandir}/man1/teredo-mire*
%doc %{_mandir}/man?/miredo-server*
%doc %{_mandir}/man?/miredo-checkconf*

%preun server
%_preun_service server

#----------------------------------------------------------------------------

%package client
Summary:	Tunneling client for IPv6 over UDP through NATs
Group:		Networking/Other
Provides:	%{name} = %{EVRD}

%description client
Miredo is an implementation of the "Teredo: Tunneling IPv6 over UDP
through NATs" proposed Internet standard (RFC4380). This offers the client
part of miredo. Most people only need the client part.

%files client
%{_sbindir}/miredo
%doc %{_mandir}/man?/miredo.*
%{_unitdir}/miredo-client.service

#----------------------------------------------------------------------------

%package common
Summary:	Tunneling client for IPv6 over UDP through NATs
Group:		Networking/Other
Requires:	%{name}-client = %{EVRD}
Requires:	%{name}-server = %{EVRD}
Conflicts:	%{_lib}miredo4 < 1.2.6

%description common
Miredo is an implementation of the "Teredo: Tunneling IPv6 over UDP
through NATs" proposed Internet standard (RFC4380). This offers the client
part of miredo. Most people only need the client part.
Common package, that contains miredo-client and miredo-server

%files common -f %{name}.lang
%{_unitdir}/miredo.service
%{_libexecdir}/miredo/
%dir %{_sysconfdir}/miredo
%config(noreplace) %{_sysconfdir}/miredo/miredo.conf
%config(noreplace) %{_sysconfdir}/miredo/client-hook

%pre common
%_pre_useradd miredo /var/empty /bin/true
%_post_service client
%_post_service server
%_preun_service client

%postun common
%_postun_userdel miredo

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
autoreconf -fi
%configure2_5x \
		--disable-static \
		--disable-rpath \
		--enable-miredo-user \

# rpath does not really work
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make

%install
%makeinstall_std

%find_lang %{name}

mkdir rpmdocs
mv %{buildroot}%{_docdir}/miredo/examples rpmdocs/
mkdir -p %{buildroot}%{_unitdir}
install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/miredo-client.service
install -p -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/miredo-server.service
rm -f %{buildroot}%{_libdir}/lib*.la
touch %{buildroot}%{_sysconfdir}/miredo/miredo-server.conf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.6-2
+ Revision: c4f3df0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2998 |14cr|miro-6.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Miro Player
Name:		miro
Version:	6.0
Release:	5
License:	GPLv2+
Group:		Video
Url:		http://www.getmiro.com/
Source0:	ftp://ftp.osuosl.org/pub/pculture.org/miro/src/%{name}-%{version}.tar.gz
Patch0:		miro-6.0-charrefs.patch
Patch1:		miro-6.0-sqlite-fixes.patch
Patch2:		miro-6.0-video-controls.patch
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	python-pyrex
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	pkgconfig(x11)
Requires:	gnome-python-gconf
Requires:	dbus-python
Requires:	ffmpeg
Requires:	ffmpeg2theora
Requires:	gstreamer0.10-python
Requires:	gstreamer0.10-plugins-good
Requires:	mutagen
Requires:	pygtk2.0
Requires:	python-curl
Requires:	python-libtorrent-rasterbar
Requires:	python-webkitgtk

%description
Internet TV player with integrated RSS and BitTorrent functionality.

%files -f miro.lang
%doc README CREDITS
%attr(755,root,root) %{_bindir}/*
%{_datadir}/miro
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/pixmaps/*.xpm
%{_mandir}/man1/*
%{_datadir}/mime/packages/*.xml
%{py_platsitedir}/miro*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p2
%patch1 -p2
%patch2 -p2

%build
pushd linux
CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" python setup.py build
popd

%install
pushd linux
python setup.py install -O1 --skip-build --root %{buildroot}
popd

%find_lang miro
sed -i '/.*testdata.*/d' miro.lang

desktop-file-install --vendor="" \
	--remove-key="Encoding" \
	--remove-category="Application" \
	--add-category="Video" \
	--add-category="Network" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# Some binaries that we don't seem to need
rm -rf %{buildroot}%{_bindir}/codegen*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.0-5
+ Revision: 22e767f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 2999 |14cr|mirovideoconverter-3.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define name	mirovideoconverter
%define oname	mvc
%define release	2
%define version	3.0.2
%define oversion 2012-12-30
Summary:	Convert almost any video 
Name:		%{name}
Version:	%{version}
Release:	%{release}
URL:		http://www.mirovideoconverter.com/
Source0:	http://nightlies.pculture.org/data_volume/%{oname}-%{oversion}-.tar.gz
Patch0:		linux-build.patch
License:	GPLv3
Group:		Video
BuildRequires:	pkgconfig(python)
BuildRequires:  python-setuptools
BuildRequires:	desktop-file-utils
Requires:	python(abi)
Requires:	ffmpeg
BuildArch:	noarch

%description
Miro Video Converter is super simple way to
convert almost any video to MP4, WebM (vp8), 
Ogg Theora, or for Android, iPhone, and more.

%prep
%setup -q
rm -fr setup-files/osx
rm -fr setup-files/windows
%patch0 -p0

%build
python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT 

%files 
%doc LICENSE 
%{_bindir}/*
%{py_sitedir}/mirovideoconverter-3.0.2-py*.egg-info/*
%{py_sitedir}/mvc/*.py
%{py_sitedir}/mvc/qtfaststart/*.py
%{py_sitedir}/mvc/resources/*
%{py_sitedir}/mvc/ui/*.py
%{py_sitedir}/mvc/widgets/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.2-2
+ Revision: a53efed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3000 |14cr|mirror-2.9-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mirror
%define version 2.9
%define release 14

Name: %name
Version: %version
Release: %release
Summary: Perl program to mirror FTP sites
License: BSD style
Group: Networking/File transfer
Source:  ftp://sunsite.org.uk/packages/mirror/%{name}.tar.bz2  
URL: http://sunsite.doc.ic.ac.uk/packages/%{name}/
Patch: %{name}-%{version}-mandrake.patch.bz2
Patch1: %{name}-no-directory-goback.patch.bz2
Patch2: %{name}-ftp.pl_wupatch.patch.bz2
Patch3: %{name}-deldir.patch.bz2
BuildRequires: patch, coreutils
Requires: perl, perl-base
BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-%buildoot

%description
Perl program to mirror FTP sites.

%prep

%setup -q -c

%patch -p1 -b .mdk
%patch1 -p1 -b .sec
%patch2 -p0 -b .wu
%patch3 -p0 -b .dd

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
make "PLDIR=$RPM_BUILD_ROOT//%{_datadir}/%{name}" "BINDIR=$RPM_BUILD_ROOT/%{_bindir}" "MANDIR=$RPM_BUILD_ROOT/%{_mandir}/man1" install

install -m 644 %{name}.defaults $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}.conf
install -m 644 %{name}.defaults $RPM_BUILD_ROOT/%{_datadir}/%{name}

ln -sf %{name}.pl $RPM_BUILD_ROOT/%{_bindir}/%{name}

mv $RPM_BUILD_ROOT/%{_mandir}/man1/mm.1 $RPM_BUILD_ROOT/%{_mandir}/man1/mm-mirror.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_bindir}/do_unlinks.pl
%{_bindir}/%{name}
%{_bindir}/%{name}.pl
%{_bindir}/mm.pl
%{_bindir}/pkgs_to_mmin.pl
%defattr(0644,root,root,0755)
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/mm-mirror.1*
%doc README.txt *.html CHANGES*
%doc %{name}.nightly support/cyber-patches support/lstest.pl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9-14
+ Revision: 44f426e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3001 |14cr|misdn-2-20110421.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname misdn %{epoch}

Summary:	Modular ISDN (mISDN) version 2
Name:		misdn
Version:	2
Release:	20110421.3
Epoch:		2
Group:		System/Libraries
License:	GPL
URL:		http://www.misdn.org/index.php/Main_Page
Source0:	http://www.colognechip.com/download/mISDN/socket/mISDNuser.tar.bz2
Obsoletes:	misdn2
Obsoletes:	mISDNuser
Obsoletes:	mISDN2user
Provides:	misdn2
Provides:	mISDNuser
Provides:	mISDN2user

%description
mISDN supports a complete BRI and PRI ETSI compliant DSS1 protocol stack for
the TE mode and for the NT mode. It is the successor of the "old" isdn4linux
subsystem, in particular its "HiSax" family of drivers. It has growing
support for the interface cards of hisax and additionally supports
the cool HFCmulti chip based cards

%package -n	%{libname}
Summary:	Modular ISDN (mISDN) libraries
Group:		System/Libraries
Epoch:		%{epoch}
Obsoletes:	%{_lib}mISDN
Obsoletes:	%{_lib}mISDN2user
Obsoletes:	%{_lib}misdn
Obsoletes:	%{_lib}misdn0
Provides:	%{_lib}mISDN
Provides:	%{_lib}mISDN2user
Provides:	%{_lib}misdn
Provides:	%{_lib}misdn0

%description -n	%{libname}
Modular ISDN (mISDN) is the new ISDN stack of the linux kernel
version 2.6.

This package provides the shared mISDN libraries.

%package -n	%{libname}-devel
Summary:	Static library and header files for the mISDN libraries
Group:		Development/C
Provides:	%{name}-devel = %{epoch}:%{version}-%{release}
Provides:	lib%{name}-devel = %{epoch}:%{version}-%{release}
Requires:	%{libname} = %{epoch}:%{version}-%{release}
Epoch:		%{epoch}
Obsoletes:	%{_lib}mISDN-devel
Obsoletes:	%{_lib}mISDN2user-devel
Obsoletes:	%{_lib}misdn-devel
Obsoletes:	%{_lib}misdn0-devel
Provides:	%{_lib}mISDN-devel
Provides:	%{_lib}mISDN2user-devel
Provides:	%{_lib}misdn-devel
Provides:	%{_lib}misdn0-devel

%description -n	%{libname}-devel
Modular ISDN (mISDN) is the new ISDN stack of the linux kernel
version 2.6.

This package provides shared and static libraries and header
files.

%package gui
License:	GPLv2
Summary:	Qt application to watch the status of mISDN cards
Group:		Monitoring
BuildRequires:	libqt4-devel

%description gui
This subpackage contain a little Qt tool for watching the status of
ISDN cards.

%prep

%setup -q -n mISDNuser

# cvs cleanup
for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
	if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%configure2_5x --enable-gui
%make

%install
%makeinstall INSTALL_PREFIX=%{buildroot} INSTALL_LIBDIR=%{_libdir}

%files
%{_bindir}/misdn*
%{_bindir}/l1oipctrl
%{_sbindir}/*

%files -n %{libname}
%{_libdir}/*.so*

%files -n %{libname}-devel
%{_includedir}/mISDN/*.*
%{_libdir}/*.a

%files gui
%{_bindir}/qmisdnwatch

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:2-20110421.3
+ Revision: ee405df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3002 |14cr|mixxx-1.11.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Music DJing software
Name:		mixxx
Version:	1.11.0
Release:	3
Group:		Sound
License:	GPLv2+
URL:		http://mixxx.sourceforge.net/
Source:		http://downloads.mixxx.org/%{name}-%{version}/%{name}-%{version}-src.tar.gz
#Patch1:	mixxx-1.7.0-ffmpeg-headers.patch
#Patch2:	mixxx-1.9.0-remove-track-include.patch
BuildRequires:	qt4-devel >= 4.6.0
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(libdjconsole)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(protobuf)
BuildRequires:	pkgconfig(rubberband)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(libchromaprint)
BuildRequires:	ladspa-devel
BuildRequires:	portmidi-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	scons
BuildRequires:	python
BuildRequires:	imagemagick
Requires:	qt4-database-plugin-sqlite
#py_requires -d

%description
Mixxx allows DJs to mix music live with a clean, simple interface.
Futhermore, Mixxx has a number of key features to help DJs in the mix: beat
estimation, parallel visual displays, and support for various DJ hardware
controllers.

Mixxx can be controlled through the GUI using the mouse, or by connecting MIDI
devices to the computer. Commercial and custom build MIDI controllers can be
used. The mapping between functions and MIDI controller values are done in
text files. 


%prep
%setup -q
#patch1 -p1
#patch2 -p0

sed -i -e "s|QTDIR\/lib|QTDIR\/%{_lib}|g" src/SConscript
# No more present in src/SConscript
#sed -i -e 's|-Wl,-rpath,\$QTDIR/%%{_lib}||g' src/SConscript
#sed -i -e "s|lib\/libqt-mt|%%{_lib}\/libqt-mt|g" \
#	src/build.definition

# Fix vamp plugins installation dir
sed -i -e "s|(install_root, 'lib')|(install_root, '%{_lib}')|g" src/SConscript


%build
# Not working support: ffmpeg, ipod and tonal
# Build fail: hss1394, ladspa
# Other options: faad, mad
%scons \
    prefix=%{_prefix} \
    install_root=%{buildroot}%{_prefix} \
    qtdir=%{qt4dir} \
    qdebug=0 \
    djconsole=1 \
    optimize=0 \
    shoutcast=1 \
    wavpack=1 \
    promotracks=1 \
    ladspa=0 \
    ipod=0 \
    hifieq=1 \
    ffmpeg=0 \
    vamp=1 \
    vinylcontrol=1 \
    tonal=0 \
    portmidi=1 \
    m4a=0 \
    tuned=0


%install
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:%{qt4lib}/pkgconfig
mkdir -p %{buildroot}%{_prefix}
%scons_install \
    prefix=%{_prefix} \
    install_root=%{buildroot}%{_prefix}

rm -fr %{buildroot}/%{_docdir}

mkdir -p %{buildroot}%{_datadir}/applications
install -m644 src/mixxx.desktop %{buildroot}%{_datadir}/applications

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,128x128}/apps

install -m644 res/images/mixxx-icon.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/mixxx-icon.png
convert -resize 128x128 res/images/mixxx-icon.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/mixxx-icon.png
convert -resize 32x32 res/images/mixxx-icon.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/mixxx-icon.png
convert -resize 16x16 res/images/mixxx-icon.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/mixxx-icon.png

# not needed
rm -rf %{buildroot}%{_datadir}/pixmaps

# Fix rpmlint warnings
chmod +x %{buildroot}%{_datadir}/%{name}/controllers/convertToXMLSchemaV1.php
chmod +x %{buildroot}%{_datadir}/%{name}/controllers/Vestax-VCI-300-scripts.js


%files
%doc README LICENSE README.macro
%doc Mixxx-Manual.pdf
%{_bindir}/%{name}
%{_libdir}/%{name}/plugins/vamp/*.so
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.11.0-3
+ Revision: a7912d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3003 |14cr|mj-1.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Chinese game of mah-jong
Name:		mj
Version:	1.14
Release:	2
License:	GPLv2+
Group:		Games/Boards
Url:		http://www.stevens-bradfield.com/MahJong/
Source0:	http://mahjong.julianbradfield.org/Source/%{name}-%{version}-src.tar.gz
BuildRequires:	pkgconfig(gtk+-2.0)

%description
mj is the Chinese game of mah-jong. mj supports network play, as well as 
simple human to computer play. A Windows (tm) version of this game is
also available.

%files
%doc ChangeLog README CHANGES LICENCE
%{_bindir}/xmj
%{_bindir}/mj-*
%{_mandir}/man1/*.1*
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src

%build
make CDEBUGFLAGS="%{optflags}" CCLINK="gcc %{?ldflags}"

%install
%makeinstall_std \
	install.man \
	BINDIR="%{_bindir}" \
	MANDIR="%{_mandir}/man1" \
	INSTPGMFLAGS=""

mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=Mahjong
Comment=Chinese game of mah-jong
Exec=%{_bindir}/xmj
Icon=boards_section
Terminal=false
Type=Application
Categories=Game;BoardGame;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14-2
+ Revision: 4533d0f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3004 |14cr|mkbootdisk-1.5.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	mkbootdisk
%define version 1.5.3
%define release 7

Summary: 	Creates an initial ramdisk image for preloading modules
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
License: 	GPL
Group: 		System/Kernel and hardware
Source: 	%{name}-%{version}.tar.bz2
URL:		http://www.redhat.com/swr/src/mkbootdisk-1.4.2-1.src.html
Patch0: 	mkbootdisk-1.5.3-mdk.patch
Patch1: 	mkbootdisk-1.5.1-devfs-compliant.patch
ExclusiveArch: 	sparc sparc64 %{ix86} x86_64 amd64
ExclusiveOs: 	Linux
Requires: 	mkinitrd /bin/awk dosfstools mktemp
Conflicts:	modutils < 2.3.11-5
%ifarch %ix86 x86_64 amd64
Requires:	syslinux >= 1.76-2mdk
%endif
%ifarch sparc sparc64
Requires: 	silo genromfs
%endif
BuildRoot: 	%{_tmppath}/%{name}-%{version}-root

%description
The mkbootdisk program creates a standalone boot floppy disk for booting
the running system.  The created boot disk will look for the root
filesystem on the device mentioned in /etc/fstab and includes an
initial ramdisk image which will load any necessary SCSI modules for
the system.

%prep
%setup -q
%patch0 -p1 -b .mdk
%patch1 -p1 -b .devfs

%install
rm -rf $RPM_BUILD_ROOT
%make BUILDROOT=$RPM_BUILD_ROOT mandir=%{_mandir} install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%attr(755,root,root) /sbin/mkbootdisk
%attr(644,root,root) %{_mandir}/man8/mkbootdisk.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.3-7
+ Revision: c41644b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3005 |14cr|mkcd-4.3.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mkcd
%define version 4.3.0
%define release 8

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl(strict)'
%define __noautoprov 'perl(install_any)'
%else
%define _requires_exceptions perl(strict)
%define _provides_exceptions perl(install_any)
%endif

Summary:	Script to build ROSA Linux distributions installation discs
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
License:	GPLv2
URL:		http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/build_system/mkcd/
Group:		System/Configuration/Packaging
Requires:	perl-File-NCopy perl-Image-Size perl-URPM packdrake
Requires:	isolinux rpmtools
Suggests:	gfxboot mandriva-theme rosa-gfxboot-theme
Suggests:	drakx-installer-stage2 drakx-installer-advertising drakx-installer-binaries
BuildArch:	noarch
BuildRequires:	libxslt-proc

%description
mkcd script eases the packages repartition over CDs, 
allows to order packages and to create discs of any 
given size (CDs, DVDs...)

%prep
%setup -q

%build

%install
make install PREFIX=%{buildroot}

%files
%defattr(-,root,root)
%doc README doc/
%{_bindir}/*
%{perl_vendorlib}/Mkcd



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.0-8
+ Revision: 0f498c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3006 |14cr|mldonkey-3.1.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Door to the 'donkey' network
Name:		mldonkey
Version:	3.1.5
Release:	6
Epoch:		1
License:	GPLv2+
Group:		System/Servers
Url:		http://sourceforge.net/projects/mldonkey/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
#http://savannah.nongnu.org/download/mldonkey/%{name}-%{version}.tar.bz2
Source1:	%{name}-icon-16.png
Source2:	%{name}-icon-32.png
Source3:	%{name}-icon-48.png
Source4:	%{name}.service
Source5:	downloads.ini
Source6:	%{name}.sysconfig
Source7:	mlnet.sh
Source8:	mldonkey_df_monitor.crond
Source9:	mldonkey_df_monitor.sh
Source10:	mlgui.sh
Source11:	mldonkey.logrotate
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-lablgtk2-devel
BuildRequires:	bzip2-devel
BuildRequires:	gd-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(ncurses)
Requires:	netcat
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description
MLDonkey is a door to the 'donkey' network, a decentralized network used to
exchange big files on the Internet. It is written in a wonderful language,
called Objective-Caml, and present most features of the basic Windows donkey
client, plus some more:
  - It should work on most UNIX-compatible platforms.
  - You can remotely command your client, either by telnet, on a WEB browser,
    or with the GTK interface.
  - You can connect to several servers, and each search will query all the
     connected servers.
  - You can select mp3s by bitrates in queries (useful ?).
  - You can select the name of a downloaded file before moving it to your
    incoming directory.
  - You can have several queries in the graphical user interface at the same
     time.
  - You can remember your old queries results in the command-line interface.
  - You can search in the history of all files you have seen on the network.

It can also access other peer-to-peer networks:
- Direct Connect
- Open Napster
- Gnutella LimeWire
- Soulseek
- Audio Galaxy
- OpenFT
- Overnet
- Bittorent
- FileTP

%files
%doc Copying.txt distrib/Authors.txt distrib/Bugs.txt distrib/ChangeLog
%doc distrib/Todo.txt distrib/ed2k_submit/README.MLdonkeySubmit distrib/Developers.txt
%doc docs
%{_bindir}/mlnet
%{_bindir}/mldonkey_command
%{_bindir}/kill_mldonkey
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/mlbt
%{_libdir}/%{name}/mldonkey
%{_libdir}/%{name}/mlgnut
%{_libdir}/%{name}/mlnet

#----------------------------------------------------------------------------

%package gui
Summary:	Graphical frontend for mldonkey based on GTK
Group:		Networking/Other
Provides:	mldonkey-gui-i18n = %{EVRD}

%description gui
The GTK interface for mldonkey provides a convenient way of managing
all mldonkey operations. It gives details about conected servers,
downloaded files, friends and lets one search for files in a pleasing
way.

%files gui
%doc Copying.txt distrib/Authors.txt distrib/Bugs.txt distrib/ChangeLog distrib/Developers.txt distrib/Todo.txt
%{_bindir}/mlgui*
%{_bindir}/mldonkey_previewer
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/mlgui
%{_libdir}/%{name}/mlguistarter
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/%{name}
%{_datadir}/applications/%{name}-gui.desktop

#----------------------------------------------------------------------------

%package init
Summary:	Init to launch mldonkey
Group:		System/Servers
Requires:	%{name} = %{EVRD}
Requires(pre):	rpm-helper
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description init
Contains init and configs to launch mldonkey as a service.

NOTE: by default incoming dir is located in /var/lib/mldonkey/incoming and
temp dir in /var/cache/mldonkey. Mlondkey is launched by daemon function
with mldonkey user (created in postinst script).

NOTE: If you are using a password for your mldonkey, you now need to specify
it in your /etc/sysconfig/mldonkey, because mldonkey now stores them crypted.

%files init
%doc Copying.txt
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%config(noreplace) %{_sysconfdir}/cron.d/mldonkey_df_monitor
%{_unitdir}/mldonkey.service
%config(noreplace) %{_sysconfdir}/logrotate.d/mldonkey
%{_libdir}/%{name}/mldonkey_df_monitor.sh
%attr(600,mldonkey,mldonkey) %config(noreplace) %{_localstatedir}/lib/mldonkey/downloads.ini
%attr(770,mldonkey,mldonkey) %dir %{_localstatedir}/lib/%{name}/incoming
%attr(700,mldonkey,mldonkey) %dir %{_localstatedir}/cache/%{name}
%attr(710,mldonkey,mldonkey) %dir %{_localstatedir}/lib/%{name}
%attr(644,mldonkey,mldonkey) %ghost /var/log/%{name}.log

%pre init
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/bash

%post init
%systemd_post %{name}.service
%create_ghostfile /var/log/%{name}.log mldonkey mldonkey 0644

%preun init
%systemd_preun %{name}.service

%postun init
%systemd_postun_with_restart %{name}.service
%_postun_userdel %{name}

#----------------------------------------------------------------------------

%package ed2k_submit
Summary:	This tool gives you an easy way to add a ed2k-link
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	perl-libwww-perl

%description ed2k_submit
This tool gives you an easy way to add an ed2k-link
(like ed2k://|file|filename.exe|21352658|72b0b287cab7d875ccc1d89ebe910b9g|)
with a single click to your mldonkey download queue.

You need to edit /etc/sysconfig/mldonkey_submit

%files ed2k_submit
%doc Copying.txt distrib/ed2k_submit/README.MLdonkeySubmit
%config(noreplace) %{_sysconfdir}/sysconfig/mldonkey_submit
%{_bindir}/mldonkey_submit
%{_datadir}/services/ed2k.protocol

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# Looks like autoconf, but isn't -- don't use the
# %%configure macros
CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" \
./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--enable-gui
make

%install
# core
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_libdir}/%{name}
install -m 755 %{SOURCE7} %{buildroot}%{_bindir}/mlnet
install -m 755 mlnet %{buildroot}%{_libdir}/%{name}/mlnet
install -m 755 distrib/mldonkey_command %{buildroot}%{_bindir}/mldonkey_command
install -m 755 distrib/kill_mldonkey %{buildroot}%{_bindir}/kill_mldonkey

for link in mlbt mldonkey mlgnut; do
	ln -s mlnet %{buildroot}%{_libdir}/%{name}/$link ;
done

# gui
install -m 755 mlgui %{buildroot}%{_libdir}/%{name}/mlgui
install -m 755 mlguistarter %{buildroot}%{_libdir}/%{name}/mlguistarter
install -m 755 distrib/mldonkey_previewer %{buildroot}%{_bindir}/mldonkey_previewer
install -m 755 %{SOURCE10} %{buildroot}%{_bindir}/mlgui

# i18n
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 644 distrib/i18n/gui_messages.ini.de %{buildroot}%{_datadir}/%{name}/gui_messages.ini.de
install -m 644 distrib/i18n/gui_messages.ini.fr.noaccents %{buildroot}%{_datadir}/%{name}/gui_messages.ini.fr
install -m 644 distrib/i18n/gui_messages.ini.sp %{buildroot}%{_datadir}/%{name}/gui_messages.ini.es
install -m 644 distrib/i18n/gui_messages.ini.pt_BR %{buildroot}%{_datadir}/%{name}/gui_messages.ini.pt_BR
install -m 644 distrib/i18n/gui_messages.ini.sv %{buildroot}%{_datadir}/%{name}/gui_messages.ini.sv
install -m 644 distrib/i18n/gui_messages.ini.catalan %{buildroot}%{_datadir}/%{name}/gui_messages.ini.ca
install -m 644 distrib/i18n/gui_messages.ini.dutch %{buildroot}%{_datadir}/%{name}/gui_messages.ini.dutch
install -m 644 distrib/i18n/gui_messages.ini.ga %{buildroot}%{_datadir}/%{name}/gui_messages.ini.ga

# init
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/incoming
install -d -m 755 %{buildroot}%{_localstatedir}/cache/mldonkey
install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
install -d -m 755 %{buildroot}%{_sysconfdir}/cron.d
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
install -D -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/mldonkey.service
install -m 644 %{SOURCE5} %{buildroot}%{_localstatedir}/lib/%{name}/downloads.ini
install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/sysconfig/mldonkey
install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/cron.d/mldonkey_df_monitor
install -m 755 %{SOURCE9} %{buildroot}%{_libdir}/%{name}/mldonkey_df_monitor.sh
install -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/logrotate.d/mldonkey
# ghostfiles
install -d %{buildroot}/var/log/
touch %{buildroot}/var/log/%{name}.log

# macroize library dirs in scripts
perl -i -pe 's|/usr/lib/%{name}|%{_libdir}/%{name}|g' \
	%{buildroot}%{_bindir}/mlnet %{buildroot}%{_bindir}/mlgui \
	%{buildroot}%{_unitdir}/mldonkey.service \
	%{buildroot}%{_sysconfdir}/cron.d/mldonkey_df_monitor \
	%{buildroot}%{_localstatedir}/lib/%{name}/downloads.ini \
	%{buildroot}%{_libdir}/%{name}/mldonkey_df_monitor.sh

# ed2k_submit
install -d -m 755 %{buildroot}%{_datadir}/services/
install -m 755 distrib/ed2k_submit/mldonkey_submit %{buildroot}%{_bindir}/mldonkey_submit
install -m 644 distrib/ed2k_submit/mldonkey %{buildroot}%{_sysconfdir}/sysconfig/mldonkey_submit
install -m 644 distrib/ed2k_submit/ed2k.protocol  %{buildroot}%{_datadir}/services/ed2k.protocol

# menu
install %{SOURCE1} -D -m 644 %{buildroot}%{_miconsdir}/%{name}.png
install %{SOURCE2} -D -m 644 %{buildroot}%{_iconsdir}/%{name}.png
install %{SOURCE3} -D -m 644 %{buildroot}%{_liconsdir}/%{name}.png

install -d -m 755 %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}-gui.desktop
[Desktop Entry]
Name=Mldonkey GUI
Name[ru]=Mldonkey GUI
Comment=Download files with Mldonkey
Comment[ru]=Закачка файлов с помощью Mldonkey
Exec=%{_bindir}/mlgui
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Network;FileTransfer;P2P;X-MandrivaLinux-Internet-FileTransfer;
EOF

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.1.5-6
+ Revision: 2906481
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3007 |14cr|mlterm-3.0.11-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define majorkik       14
%define libnamekik     %mklibname kik %{majorkik}
%define libnamedevkik  %mklibname -d kik %{majorkik}

%define majormkf       16
%define libnamemkf     %mklibname mkf %{majormkf}
%define libnamedevmkf  %mklibname -d mkf %{majormkf}

Summary:     Multi Lingual TERMinal emulator for X
Name:        mlterm
Version:     3.0.11
Release:     5
License:     BSD style
Group:       Terminals
URL:         http://mlterm.sourceforge.net/
Source0:     http://prdownloads.sourceforge.net/mlterm/mlterm-%{version}.tar.gz
Patch0:      mlterm_font_config.diff
Patch1:      mlterm_main_config.diff
Patch2:      mlterm-2.9.4-mdv-fix-str-fmt.patch
Patch3:		mlterm-3.0.0-linkage.patch
# we need to versionate the two following requires b/c of missing major changes:
Requires:       %libnamekik = %{version}
Requires:       %libnamemkf = %{version}
Requires:       ncurses-extraterms
BuildRequires:  fribidi-devel
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  imagemagick
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)

%description
mlterm is a multi-lingual terminal emulator written from
scratch, which supports various character sets and encodings
in the world.  It also supports various unique feature such as
anti-alias using FreeType, multiple windows, scrollbar API,
scroll by mouse wheel, automatic selection of encoding,
and so on. Multiple xims are also supported.
You can dynamically change various xims.
NOTE: mlterm has good config tools.
Press Ctrl + right click or Ctrl + left click to run them.


%package -n	%libnamekik
Group:		System/Libraries
Summary:	Uitlity Library for Multi Lingual TERMinal

%description -n %libnamekik
This library is necessary for Multi Lingual TERMinal. It contains
various utility functions for mlterm.

%package -n	%libnamemkf
Group:		System/Libraries
Summary:	Mlterm Library for Handling Various Character Encodings

%description -n %libnamemkf
This library is necessary for Multi Lingual TERMinal. It contains
routines for handling various character sets.


%prep
%setup -q -n %name-%version
%patch0 -p0
%patch1 -p0
%patch2 -p1 -b .strfmt
#%patch3 -p0 -b .link

%build
%define _disable_ld_no_undefined 1
export CFLAGS="%optflags %ldflags"
%configure2_5x \
	--disable-static \
	--enable-fribidi \
	--with-imagelib=gdk-pixbuf \
	--enable-anti-alias \
	--with-scrollbars=sample,extra,pixmap_engine \
	--enable-optimize-redrawing \
	--with-tools \
	--disable-rpath

%make

%install
%makeinstall_std

# install terminfo
tic -o $RPM_BUILD_ROOT/%{_datadir}/terminfo/ doc/term/mlterm.ti

# install menu entry.
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Mlterm
Comment=A multi-lingual terminal emulator
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=System;TerminalEmulator;
EOF

#install icons.
mkdir -p $RPM_BUILD_ROOT%{_liconsdir} \
         $RPM_BUILD_ROOT%{_iconsdir} \
         $RPM_BUILD_ROOT%{_miconsdir} \

convert doc/icon/mlterm_16x16.xpm $RPM_BUILD_ROOT/%{_miconsdir}/mlterm.png
convert doc/icon/mlterm_32x32.xpm $RPM_BUILD_ROOT/%{_iconsdir}/mlterm.png
convert doc/icon/mlterm_48x48.xpm $RPM_BUILD_ROOT/%{_liconsdir}/mlterm.png

# remove unnecessary files
rm -f $RPM_BUILD_ROOT%{_libdir}/libkik.{so,la,a} \
      $RPM_BUILD_ROOT%{_libdir}/libmkf.{so,la,a} \
      $RPM_BUILD_ROOT%{_libexecdir}/%{name}/lib*.a \
      $RPM_BUILD_ROOT%{_libexecdir}/%{name}/lib*.la

%find_lang mlconfig
rm -fr $RPM_BUILD_ROOT%{_datadir}/terminfo/m/mlterm

%files -f mlconfig.lang
%doc ChangeLog LICENCE README doc/{en,ja}
%config(noreplace) %{_sysconfdir}/mlterm/
%{_bindir}/mlcc
%{_bindir}/mlclient
%{_bindir}/mlterm
%{_bindir}/mlclientx
%{_libdir}/mkf
%{_libdir}/libmlterm_core.so
%{_libdir}/mlimgloader
%{_libexecdir}/mlconfig
%{_libexecdir}/mlterm-menu
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

%files -n %libnamekik
%_libdir/libkik*.so.%{majorkik}*

%files -n %libnamemkf
%_libdir/libmkf*.so.%{majormkf}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.11-5
+ Revision: 4637f05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3008 |14cr|mm3d-1.3.8a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Misfit Model 3D - OpenGL-based 3D model editor
Name:		mm3d
Version:	1.3.8a
Release:	4
License:	GPLv2+
Group:		Graphics
URL:		http://www.misfitcode.com/misfitmodel3d/
Source0:	http://downloads.sourceforge.net/misfitmodel3d/%{name}-%{version}.tar.gz
Patch0:		mm3d-1.3.8a-gcc47.patch
#BuildRequires:	lua-devel	>= 5.1
BuildRequires:	pkgconfig(Qt3Support)
BuildRequires:	qt4-linguist
BuildRequires:	qt4-assistant
BuildRequires:	qt4-common
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(xmu)
BuildRequires:	mesa-common-devel
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(x11)
Requires(post,postun):	desktop-file-utils
#Requires:	lua		>= 5.1

%description
Misfit Model 3D is an OpenGL-based 3D model editor that works with
triangle-based models. It supports multi-level undo, skeletal
animations, simple texturing, scripting, command-line batch
processing, and a plugin system for adding new model and image
filters. Complete online help is included. It is designed to be easy
to use and easy to extend with plugins and scripts.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
# --with-Qt-dir=%{qt4lib}/qt4
#	--with-lua-dir=%{_prefix} \
#	--with-lua-lib=%{_libdir} \
#	--with-lualib-lib=%{_libdir}

%make

%install
%makeinstall_std

desktop-file-install \
	 --add-category="3DGraphics" \
	 --remove-category="Application" \
	 --remove-key="Encoding" \
	 --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%files
%defattr(-,root,root)
%doc %{_datadir}/doc/%{name}/html
%{_bindir}/%{name}
%dir %{_datadir}/%{name}/plugins/1.3
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mimelnk/application/*.desktop
%{_datadir}/%{name}/i18n/mm3d_bork.qm
%{_datadir}/%{name}/i18n/mm3d_ref.qm
%{_datadir}/%{name}/i18n/mm3d_sk.qm
%{_datadir}/%{name}/i18n/mm3d_de.qm
%{_datadir}/%{name}/i18n/mm3d_fr.qm
%lang(ar) %{_datadir}/%{name}/i18n/qt_ar.qm
%lang(cs) %{_datadir}/%{name}/i18n/qt_cs.qm
%lang(de) %{_datadir}/%{name}/i18n/qt_de.qm
%lang(fr) %{_datadir}/%{name}/i18n/qt_fr.qm
%lang(iw) %{_datadir}/%{name}/i18n/qt_iw.qm
%lang(ru) %{_datadir}/%{name}/i18n/qt_ru.qm
%lang(sk) %{_datadir}/%{name}/i18n/qt_sk.qm
%lang(zh_CN) %{_datadir}/%{name}/i18n/qt_zh_CN.qm
%{_mandir}/man1/mm3d.1.*
%{_datadir}/pixmaps/*.xpm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.8a-4
+ Revision: d0542eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3009 |14cr|mma-12.02-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	mma
%define version 12.02
%define release 2

Name: 	 	%{name}
Summary: 	Musical MIDI Accompaniment
Version: 	%{version}
Release: 	%{release}

Source0:	http://mypage.uniserve.ca/~bvdp/mma/%{name}-bin-%{version}.tar.gz
URL:		http://www.kootenay.com/~bvdpoel/music.html
License:	GPLv2+
Group:		Sound
Requires:	python
BuildArch:	noarch

%description
"Musical MIDI Accompaniment" is an accompaniment generator -- it creates midi
tracks for a soloist to perform over from a user supplied file containing
chords and MMA directives.

MMA is very versatile and generates excellent tracks. It comes with an
extensive user-extendable library with a variety of patterns for various
popular rhythms, an extensive user manual, and several demo songs.
MMA is a command line driven program. It creates MIDI files which need a
sequencer or MIDI file play program.

%prep
%setup -q -n %{name}-bin-%{version}

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{py_sitedir}
install -d -m 755 %{buildroot}%{_docdir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -d -m 755 %{buildroot}%{_mandir}/man8
install -D mma.py %{buildroot}%{_bindir}/mma
cp -a lib %{buildroot}%{_datadir}/%{name}/lib
cp -a includes %{buildroot}%{_datadir}/%{name}/includes
cp -a MMA %{buildroot}%{py_sitedir}/MMA
cp -a docs/html %{buildroot}%{_docdir}/%{name}
for file in util/*.py
do
	prog=`echo "$file" | sed 's|^util/||' | sed 's|.py$||'`
	install -D -m 755 "$file" "%{buildroot}%{_bindir}/$prog"
done
install -m 644 docs/man/*.1 %{buildroot}%{_mandir}/man1/
install -m 644 docs/man/*.8 %{buildroot}%{_mandir}/man8/

%post
mma -G

%files
%doc text/* egs util/README.*
%{_bindir}/*
%{py_sitedir}/MMA
%{_datadir}/%{name}
%{_mandir}/man?/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 12.02-2
+ Revision: 3ce322c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3010 |14cr|mmc-agent-2.3.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mdkversion < 200610
%define py_puresitedir %{_prefix}/lib/python%{pyver}/site-packages/
%endif

Summary:	Mandriva Management Console Agent
Name:		mmc-agent
Version:	2.3.2
Release:	13
License:	GPL
Group:		System/Servers
URL:		http://mds.mandriva.org/
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}.init
Patch0:		%{name}-Makefile_fix.diff
Patch1:		%{name}_mdv_conf.diff
Patch2:		%{name}-plugins-base.diff
BuildRequires:	python-devel
#Requires:	python-pyopenssl
Requires:	pycrypto
Requires:	python-mmc-base >= 2.3.2
Requires:	python-OpenSSL
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: 	noarch

%description
XMLRPC server of the MMC API.

%package -n	python-mmc-base
Summary:	Mandriva Management Console base plugin
Group:		System/Servers
Requires:	python-ldap
Requires:	python-twisted
Requires:	python-twisted-conch
Requires:	python-twisted-core
Requires:	python-twisted-lore
Requires:	python-twisted-mail
Requires:	python-twisted-names
Requires:	python-twisted-runner
Requires:	python-twisted-web
Requires:	python-twisted-words
Provides:	python-mmc-plugins-tools = %{version}-%{release}
Obsoletes:	python-mmc-plugins-tools

%description -n	python-mmc-base
Contains the base infrastructure for all MMC plugins:
 * support classes
 * base LDAP management classes

%package -n	python-mmc-samba
Summary:	Mandriva Management Console SAMBA plugin
Group:		System/Servers
#Requires:	python-pylibacl
Requires:	acl
Requires:	pylibacl
Requires:	python-mmc-base >= 2.3.2
Requires:	samba-server

%description -n	python-mmc-samba
SAMBA management plugin for the MMC.

%package -n	python-mmc-mail
Summary:	Mandriva Management Console base plugin
Group:		System/Servers
Requires:	postfix
Requires:	postfix-ldap
Requires:	python-mmc-base >= 2.3.2

%description -n	python-mmc-mail
Mail account management plugin for the MMC.

%package -n	python-mmc-proxy
Summary:	Mandriva Management Console proxy plugin
Group:		System/Servers
Requires:	python-mmc-base >= 2.3.2
Requires:	squid
Requires:	squidGuard

%description -n	python-mmc-proxy
Squidguard/Squid management plugin for the MMC.

%package -n	python-mmc-network
Summary:	Mandriva Management Console network plugin
Group:		System/Servers
Requires:	python-mmc-base >= 2.3.2

%description -n	python-mmc-network
DNS/DHCP management plugin for the MMC.

This plugin requires a LDAP-patched version of ISC DHCPD and BIND9.

%prep

%setup -q -n %{name}-%{version}

for i in `find . -type d -name .svn`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p0
%patch1 -p1
%patch2 -p0

cp %{SOURCE1} mmc-agent.init

# mdv default fixes
for i in `find -type f`; do
    perl -pi -e "s|ou=Groups\b|ou=Group|g;s|ou=Users\b|ou=People|g;s|ou=Computers\b|ou=Hosts|g" $i
done

%build

%install
rm -rf %{buildroot}

%makeinstall_std LIBDIR=%{_prefix}/lib/mmc

rm -rf %{buildroot}%{_prefix}/lib*/python*
python setup.py install --root=%{buildroot} --install-purelib=%{py_puresitedir}

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var/log/mmc

install -m0755 mmc-agent.init %{buildroot}%{_initrddir}/mmc-agent

# install log rotation stuff
cat > %{buildroot}%{_sysconfdir}/logrotate.d/mmc-agent << EOF
/var/log/mmc/mmc-agent.log /var/log/dhcp-ldap-startup.log /var/log/mmc/mmc-fileprefix.log {
    create 644 root root
    monthly
    compress
    missingok
    postrotate
	%{_initrddir}/mmc-agent condrestart >/dev/null 2>&1 || :
    endscript
}
EOF

# put the openldap schemas in place
install -d %{buildroot}%{_datadir}/openldap/schema
install -m0644 contrib/ldap/mmc.schema %{buildroot}%{_datadir}/openldap/schema/

%post
%_post_service mmc-agent

%preun
%_preun_service mmc-agent

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc COPYING Changelog
%attr(0755,root,root) %{_initrddir}/mmc-agent
%dir %{_sysconfdir}/mmc
%dir %{_sysconfdir}/mmc/agent
%dir %{_sysconfdir}/mmc/agent/keys
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/agent/config.ini
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/agent/keys/cacert.pem
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/agent/keys/privkey.pem
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/mmc-agent
%attr(0755,root,root) %{_sbindir}/mmc-agent
%{py_puresitedir}/mmc/agent.py*
%if %mdkversion >= 200700
%{py_puresitedir}/*.egg-info
%endif
%dir /var/log/mmc

%files -n python-mmc-base
%defattr(-,root,root,0755)
%doc contrib
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/plugins/base.ini
%{_sbindir}/mds-report
%{_prefix}/lib/mmc/backup-tools/cdlist
%{_prefix}/lib/mmc/backup-tools/backup.sh
%{py_puresitedir}/mmc/support
%{py_puresitedir}/mmc/__init__.py*
%{py_puresitedir}/mmc/plugins/__init__.py*
%{py_puresitedir}/mmc/plugins/base
%{py_puresitedir}/mmc/client.py*
%{_datadir}/openldap/schema/mmc.schema

%files -n python-mmc-mail
%defattr(-,root,root,0755)
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/plugins/mail.ini
%{py_puresitedir}/mmc/plugins/mail

%files -n python-mmc-network
%defattr(-,root,root,0755)
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/plugins/network.ini
%{py_puresitedir}/mmc/plugins/network

%files -n python-mmc-proxy
%defattr(-,root,root,0755)
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/plugins/proxy.ini
%{py_puresitedir}/mmc/plugins/proxy

%files -n python-mmc-samba
%defattr(-,root,root,0755)
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/plugins/samba.ini
%{py_puresitedir}/mmc/plugins/samba
%{_prefix}/lib/mmc/add_machine_script
%{_prefix}/lib/mmc/add_change_share_script
%{_prefix}/lib/mmc/add_printer_script
%{_prefix}/lib/mmc/delete_printer_script
%{_prefix}/lib/mmc/delete_share_script



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.2-13
+ Revision: 617eeb5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3011 |14cr|mmm-0.43-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: MMM Mirror Manager

Name:    mmm
Version: 0.43
Release: 9
License: GPL
Group: Networking/WWW
Url: http://mmm.zarb.org/
Source0: %{name}-%{version}.tar.gz
Requires: rsync
BuildRequires: rsync
BuildRequires: perl-devel
BuildRequires: perl(CGI)
BuildRequires: perl(Config::IniFiles)
BuildRequires: perl(Digest::MD5) 
BuildRequires: perl(File::Temp)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Sys::Hostname)
BuildRequires: perl(IO::Select)
BuildRequires: perl(URI)
BuildRequires: perl(XML::Simple)
BuildRequires: perl-XML-Parser
BuildRequires: perl(Net::DNS)
BuildRequires: perl(Date::Calc)
BuildRequires: perl(WWW::HostipInfo)
BuildRequires: perl(Mail::Send)
BuildArch: noarch

%description
MMM is a tool to easilly manage multiple mirroring process using a predefined 
mirror list.

It support: 
 - per tree delay between two sync process,
 - automatic mirror switch in case of failure,
 - mirror status report.

%package cgi
Group: Networking/WWW
Summary: MMM cgi report

Requires: %{name} = %{version}-%{release}

%description cgi
MMM is a tool to easilly manage multiple mirroring process using a predefined 
mirror list.

%prep
%setup -q

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor --sysconfir=%{_sysconfig} --localstadir=%{_var}/lib
%make

perl -pi -e 's:^statedir.*=.*:statedir = /var/spool/mmm:' config/mmm.cfg 

%check
%make test

%install
%makeinstall_std

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
ScriptAlias /mmm /var/www/cgi-bin/mmm_status

<Location "/mmm">
        SetEnv MMM_CONFIG %{_sysconfdir}/mmm/mmm.cfg
</Location>
EOF

mkdir -p %{buildroot}/var/www/cgi-bin
install -m 755 bin/mmm_status %{buildroot}/var/www/cgi-bin/mmm_status

mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/mirrorlist
cp -a -f config/mmm.cfg %{buildroot}%{_sysconfdir}/%{name}/mmm.cfg

mkdir -p %{buildroot}/var/lib/%{name}

mkdir -p %{buildroot}/%{_sysconfdir}/init.d
install -m 755 init.d/mmmd %{buildroot}/%{_sysconfdir}/init.d/mmmd

%files
%doc examples www/index.html
%config(noreplace) %{_sysconfdir}/%{name}
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/*/*
%dir /var/lib/%{name}
%{_sysconfdir}/init.d/mmmd

%files cgi
%config(noreplace) %{_webappconfdir}/%{name}.conf
/var/www/cgi-bin/mmm_status




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.43-9
+ Revision: 5e557bf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3012 |14cr|mnemosyne-2.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mnemosyne
Summary:	Flash-card learning tool
Version:	2.2.1
Release:	2
URL:		http://www.mnemosyne-proj.org/
Source0:	%{name}-%{version}.tar.gz
Patch0:		%{name}-desktop.patch
License:	GPLv2+
Group:		Education
BuildRequires:	desktop-file-utils
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildArch:	noarch
Requires:	hicolor-icon-theme
Requires:	pygame
Requires:	python-qt4
Requires:	python-imaging
Requires:	python-matplotlib-qt4
Requires:	python-cherrypy

%description
Mnemosyne resembles a traditional flash-card program but with an
important twist: it uses a sophisticated algorithm to schedule the best
time for a card to come up for review.

Optional dependencies:
* latex: enables entering formulas using latex syntax.

%prep
%setup -q -n Mnemosyne-%{version}
%patch0 -p1 -b .d

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

install -d %{buildroot}%{_datadir}/applications
desktop-file-install --vendor="" \
	--dir=%{buildroot}%{_datadir}/applications \
	%{name}.desktop

install -d %{buildroot}/%{_datadir}/icons/hicolor/128x128/apps
pushd %{buildroot}/%{_datadir}/icons
mv %{name}.png hicolor/128x128/apps/%{name}.png
popd

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog README
%{_bindir}/%{name}
%{_bindir}/%{name}-webserver
%{python_sitelib}/%{name}
%{python_sitelib}/Mnemosyne-%{version}-*.egg-info
%{python_sitelib}/openSM2sync
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-2
+ Revision: 60132aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3013 |14cr|mnogosearch-3.3.10-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define minor 2
%define libname %mklibname mnogosearch %{major}.%{minor}
%define develname %mklibname mnogosearch -d

Summary:	Another one web indexing and searching system for a small domain or intranet
Name:		mnogosearch
Version:	3.3.10
Release:	7
License:	GPL
Group:		System/Servers
URL:		http://www.mnogosearch.org/
Source0:	http://www.mnogosearch.org/Download/mnogosearch-%{version}.tar.gz
Source1:	mnogosearch-dbgen
Source2:	mnogosearch-Mysql-database
Source3:	mnogosearch.png
Patch0:		mnogosearch-local_button.diff
Patch1:		mnogosearch-3.2.16-udm-config.patch
Patch2:		mnogosearch-soname.diff
Patch3:		mnogosearch-3.2.11-docs_fix.patch
Patch4:		mnogosearch-3.3.9-fix-install.patch
Requires(pre):  apache-mpm-prefork
Requires:       apache-mpm-prefork
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	openssl-devel
BuildRequires:	zlib-devel
BuildRequires:	expat-devel
BuildRequires:	openssl-devel
BuildRequires:	openjade
BuildRequires:	docbook-utils
Conflicts:	gnusearch
BuildRequires:	mysql-devel >= 5.1
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
BuildRequires:	multiarch-utils >= 1.0.3

%description
mnoGoSearch (formerly known as UdmSearch) is a full-featured Web search engine
that you can use to build search engines over HTTP, HTTPS, FTP, and NTTP
servers, local files, and database big text fields. It supports Oracle, MS SQL
Server, MySQL, PostgreSQL, InterBase/Firebird, Openlink Virtuoso, Intersystems
Cach, iODBC, EasySoft ODBC, and unixODBC database backends. It has XML, HTML,
and TEXT built-in support, and external converters support for other document
types. An automatic language/charset guesser for more 70 language/charset
combinations is included, along with basic authorization support, and you may
index password-protected intranet HTTP servers with proxy authorization
support.

mnoGoSearch is built with MySQL support.

%package -n	%{libname}
Summary:	Libraries for %{name} 
Group:          System/Libraries

%description -n	%{libname}
This package contains the %{name} library files.

%package -n	%{develname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	lib%{name}-devel = %{version}
Provides:	%{mklibname mnogosearch 3.2 -d} = %{version}-%{release}
Obsoletes:	%{mklibname mnogosearch 3.2 -d}

%description -n	%{develname}
This package contains the %{name} development files.

%prep

%setup -q -n mnogosearch-%{version}
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0

# CVS cleanup
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# fix one weird bug...
echo "SUBDIRS= mysql pgsql sqlite cache" > create/Makefile.am

cp %{SOURCE1} mnogosearch-dbgen
cp %{SOURCE2} mysql.sql
cp %{SOURCE3} mnogosearch.png

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" configure*

%build
autoreconf -fi

%serverbuild
%configure2_5x \
    --sysconfdir=%{_sysconfdir}/mnogosearch  \
    --datadir=%{_datadir}/mnogosearch  \
    --enable-syslog --enable-syslog=LOG_LOCAL6 \
    --localstatedir=/var/lib/mnogosearch \
    --with-mysql \
    --enable-parser \
    --enable-mp3 \
    --enable-file \
    --enable-http \
    --enable-ftp \
    --enable-news \
    --with-openssl=%{_prefix} \
    --with-zlib \
    --with-readline \
    --with-extra-charsets=all \
    --enable-mysql-fulltext-plugin

make

# TODO: --with-expat
# conditional build: --with-unixODBC --with-freetds

%install
# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

install -d %{buildroot}%{_includedir}/%{name}-%{version}
install -d %{buildroot}%{_infodir}
install -d %{buildroot}/var/lib
install -d %{buildroot}%{_sysconfdir}/cron.daily
install -d %{buildroot}/var/www/cgi-bin
install -d %{buildroot}/var/www/html
install -d %{buildroot}/var/www/icons

%makeinstall_std

mv -f %{buildroot}%{_bindir}/*.cgi %{buildroot}/var/www/cgi-bin/

(cd %{buildroot}%{_sysconfdir}/%{name}
echo "#"> locals
for f in *-dist ; do
    mv -f $f `basename $f -dist`
done
)

install -m0755 mnogosearch-dbgen %{buildroot}%{_sysconfdir}/cron.daily/
install -m0644 mnogosearch.png %{buildroot}/var/www/icons/

# fix one tiny bug
perl -pi -e "s|/usr/local/mnogosearch/sbin/indexer|%{_sbindir}/indexer|g" %{buildroot}%{_sysconfdir}/mnogosearch/indexer.conf

# fix docs
rm -rf html; mkdir -p html
cp -p doc/*.html html/

# rename this file
mv %{buildroot}%{_bindir}/udm-config %{buildroot}%{_bindir}/%{name}-%{version}-config

# move headers in place (P2 should help finding this)
mv %{buildroot}%{_includedir}/*.h %{buildroot}%{_includedir}/%{name}-%{version}/

# cleanup
rm -rf %{buildroot}/usr/doc
rm -rf %{buildroot}%{_datadir}/%{name}/sqlite
rm -rf %{buildroot}%{_datadir}/%{name}/pgsql

%multiarch_binaries %{buildroot}%{_bindir}/%{name}-%{version}-config

%multiarch_includes %{buildroot}%{_includedir}/%{name}-%{version}/udm_config.h

%multiarch_includes %{buildroot}%{_includedir}/%{name}-%{version}/udm_autoconf.h


%files
%defattr (0644,root,root,0755)
%doc ChangeLog README TODO html doc/samples
%attr (0755,root,root) %{_sbindir}/indexer
%attr (0755,root,root) %{_bindir}/mconv
%attr (0755,root,root) %{_bindir}/mguesser
%attr (0755,root,root) /var/www/cgi-bin/*
%attr (0644,root,root) /var/www/icons/mnogosearch.png
%dir /var/lib/mnogosearch
%dir /var/lib/mnogosearch/cache
%dir %{_sysconfdir}/mnogosearch
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mnogosearch/indexer.conf
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mnogosearch/langmap.conf
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mnogosearch/stopwords.conf
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mnogosearch/*.htm
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mnogosearch/mandarin.freq
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mnogosearch/thai.freq
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mnogosearch/TraditionalChinese.freq
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mnogosearch/locals
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mnogosearch/node.xml
%dir %{_sysconfdir}/mnogosearch/langmap
%dir %{_sysconfdir}/mnogosearch/stopwords
%dir %{_sysconfdir}/mnogosearch/synonym
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mnogosearch/*/*
%attr (0755,root,root) %{_sysconfdir}/cron.daily/*
%attr (0644,root,root) %{_mandir}/man?/*
%{_datadir}/mnogosearch/cache
%{_datadir}/mnogosearch/mysql

%files -n %{libname}
%defattr (0644,root,root,0755)
%attr (0755,root,root) %{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr (0644,root,root,0755)
%attr (0755,root,root) %{multiarch_bindir}/mnogosearch-%{version}-config
%attr (0644,root,root) %{multiarch_includedir}/mnogosearch-%{version}/udm_config.h
%attr (0644,root,root) %{multiarch_includedir}/mnogosearch-%{version}/udm_autoconf.h
%attr (0755,root,root) %{_bindir}/mnogosearch-%{version}-config
%attr (0644,root,root) %{_includedir}/mnogosearch-%{version}/*.h
%attr (0644,root,root) %{_libdir}/*.a
%attr (0755,root,root) %{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.10-7
+ Revision: a1f4710
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3014 |14cr|moap-0.2.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		moap
Version:	0.2.7
Release:	3
Summary:	A tool to help project mainteners to manage releases
License:	GPL
Group:      Development/Python		
URL:		https://thomas.apestaart.org/moap/trac/
Source:		http://thomas.apestaart.org/download/moap/%{name}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root
Buildrequires:	python-devel
BuildArch:      noarch
%description
Moap is a swiss army knife for project maintainers and developers. It aims to 
help in keeping you in the flow of maintaining, developing and releasing, 
automating whatever tasks can be automated. This includes updating and 
committing from ChangeLog files (much like prepare-ChangeLog.pl), maintaining 
your checkout's ignore list, submitting releases to Freshmeat, sending out 
release mails (with support for templating), creating iCal/RSS feeds for your 
releases (based on a doap file, and with support for templating), and more.

Supported version control systems currently are Bazaar, CVS, darcs, git and 
Subversion. Supported templating languages are Cheetah and Genshi. Supported 
bug tracker backends are Bugzilla and Trac.

%prep
%setup -q

%build
# force the libdir value, or package is no longer a proper noarch
%configure 
%make

%install
rm -rf %{buildroot}
%makeinstall libdir=%{buildroot}/%{_prefix}/lib/ 

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog AUTHORS README COPYING HACKING 
%doc INSTALL NEWS RELEASE TODO     
%{_bindir}/*
%{py_puresitedir}/%{name}
%{_sysconfdir}/bash_completion.d/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.7-3
+ Revision: 575237f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3015 |14cr|mocha-1.18.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       mocha
Version:    1.18.2
Release:    2
Summary:    A simple, flexible, fun test framework for Node.js

License:    MIT
Group:      System/Libraries
URL:        https://github.com/visionmedia/mocha
Source0:    http://registry.npmjs.org/mocha/-/mocha-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source2:    support-%{version}.tar.bz2
Source10:   dl-tests.sh
Source20:   https://raw.githubusercontent.com/visionmedia/mocha/661ff1156418cc16d7f3fb1584f5a20e15978bbc/LICENSE

BuildArch:  noarch

# Dep generator bug which adds a trailing dot in the node(engine) requires.
Patch0:     nodejs-mocha-1.8.1-node-dep.patch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(commander)
BuildRequires:  npm(debug)
BuildRequires:  npm(diff)
BuildRequires:  npm(glob)
BuildRequires:  npm(growl)
BuildRequires:  npm(jade)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(should)
%endif

%description
Mocha is a feature-rich JavaScript test framework running on Node.js and the
browser, making asynchronous testing simple and fun. Mocha tests run serially,
allowing for flexible and accurate reporting, while mapping uncaught
exceptions to the correct test cases.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%setup -q -T -D -a 2 -n package
%patch0 -p1
cp -p %{SOURCE20} .

%nodejs_fixdep commander '~2.0'
%nodejs_fixdep growl '~1.7'
%nodejs_fixdep jade '>=0.26.3'
%nodejs_fixdep diff '1.0.x'
%nodejs_fixdep glob '~3.2'
%nodejs_fixdep mkdirp '~0.3'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/mocha
cp -pr package.json index.js lib/ mocha.css mocha.js \
    %{buildroot}%{nodejs_sitelib}/mocha

rm -f %{buildroot}%{nodejs_sitelib}/mocha/lib/template.html
rm -rf %{buildroot}%{nodejs_sitelib}/mocha/lib/reporters/templates

mkdir -p %{buildroot}%{nodejs_sitelib}/mocha/bin
install -p -D -m0755 bin/mocha %{buildroot}%{nodejs_sitelib}/mocha/bin/mocha
install -p -D -m0755 bin/_mocha %{buildroot}%{nodejs_sitelib}/mocha/bin/_mocha
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/mocha/bin/mocha %{buildroot}%{_bindir}/mocha

# Use system diff.js instead.
ln -sf %{nodejs_sitelib}/diff/diff.js \
    %{buildroot}%{nodejs_sitelib}/mocha/lib/browser/diff.js

# Put these files in _datadir to comply with packaging guidelines.
mkdir -p %{buildroot}%{_datadir}/mocha/images
cp -pr images/*.png \
    %{buildroot}%{_datadir}/mocha/images
ln -sf %{_datadir}/mocha/images \
    %{buildroot}%{nodejs_sitelib}/mocha/images
cp -pr lib/template.html \
    %{buildroot}%{_datadir}/mocha
ln -sf %{_datadir}/mocha/template.html \
    %{buildroot}%{nodejs_sitelib}/mocha/lib/template.html
cp -pr lib/reporters/templates \
    %{buildroot}%{_datadir}/mocha
ln -sf %{_datadir}/mocha/templates \
    %{buildroot}%{nodejs_sitelib}/mocha/lib/reporters/templates

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
./bin/mocha --reporter dot test/acceptance/*.js --growl test/*.js
%endif


%files
%doc LICENSE Readme.md
%{nodejs_sitelib}/mocha
%{_bindir}/mocha
%{_datadir}/mocha



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.18.2-2
+ Revision: d3f1c99
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3016 |14cr|modello-1.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           modello
Version:        1.4.1
Release:        3
Summary:        Modello Data Model toolkit
License:        MIT
Group:          Development/Java
URL:            http://modello.codehaus.org/
Source0:        http://repo2.maven.org/maven2/org/codehaus/%{name}/%{name}/%{version}/%{name}-%{version}-source-release.zip

Source2:        %{name}-jpp-depmap.xml

Patch0:         0001-Use-public-function-for-component-lookup.patch

BuildArch:      noarch

BuildRequires:  ant >= 0:1.6
BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  maven2 >= 2.0.4-9
BuildRequires:  maven-assembly-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-surefire-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-surefire-provider-junit
#BuildRequires:  maven-dependency-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-shared-reporting-impl
#BuildRequires:  maven-shared-invoker
BuildRequires:  classworlds >= 0:1.1
BuildRequires:  plexus-container-default
BuildRequires:  plexus-utils
BuildRequires:  plexus-velocity
BuildRequires:  velocity
BuildRequires:  maven-doxia
BuildRequires:  maven-doxia-sitetools
BuildRequires:  maven-doxia-tools
#BuildRequires:  plexus-build-api
BuildRequires:  ws-jaxme
BuildRequires:  xmlunit
BuildRequires:  jpa_api = 3.0
BuildRequires:  geronimo-parent-poms

Requires:       classworlds >= 0:1.1
#Requires:       plexus-containers-container-default
#Requires:       plexus-build-api
Requires:       plexus-utils
Requires:       plexus-velocity
Requires:       velocity
#Requires:       guava
#Requires:       xbean

Requires:          jpackage-utils
Requires(post):    jpackage-utils
Requires(postun):  jpackage-utils

Provides:       modello-maven-plugin = %{version}-%{release}
Obsoletes:      modello-maven-plugin < 0:1.0-0.a8.3jpp

%description
Modello is a Data Model toolkit in use by the
http://maven.apache.org/maven2.
It all starts with the Data Model. Once a data model is defined,
the toolkit can be used to generate any of the following at compile
time.
Java POJOs of the model.
Java POJOs to XML Writer (provided via xpp3 or dom4j).
XML to Java Pojos Reader (provided via xpp3 or dom4j).
XDoc documentation of the data model.
Java model to [Prevayler|http://www.prevayler.org/] Store.
Java model to [JPOX|http://www.jpox.org/] Store.
Java model to [JPOX|http://www.jpox.org/] Mapping.


%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q -n %{name}-%{version}

# fix test compilation failure with new plexus-containers
# not really needed now because we are skipping tests for other
# problems...
#%%patch0 -p1


%build

export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

# skip tests because we have too old xmlunit in Fedora now (1.0.8)
mvn \
        -e \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        -Dmaven2.jpp.depmap.file=%{SOURCE2} \
        -Dmaven.test.skip=true \
        install javadoc:aggregate

%install
# poms and depmap fragments
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
for i in `find . -name pom.xml -not -path ./pom.xml -not -path "*src/it/*"`; do
    # i is in format ..../artifactid/pom.xml
    cp -p $i $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.`basename \`dirname $i\``.pom

    artifactname=`basename \`dirname $i\` | sed -e s:^modello-::g`
    %add_to_maven_depmap org.codehaus.modello modello-$artifactname %{version} JPP/%{name} $artifactname
done

cp -p pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.modello-modello.pom
%add_to_maven_depmap org.codehaus.modello modello %{version} JPP/%{name} modello

# script
install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
%jpackage_script org.codehaus.modello.ModelloCli "" ""  "modello/core:modello/plugin-xpp3:modello/plugin-xml:guava:xbean:plexus/containers-container-default:plexus/utils:plexus/classworlds)" %{name} true

# jars

install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/%{name}
for jar in $(find -type f -name "*-%{version}.jar" | grep -E target/.*.jar); do
        install -m 644 $jar $RPM_BUILD_ROOT%{_javadir}/%{name}/`basename $jar |sed -e s:modello-::g|sed -e s:-%{version}::g`
done

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
(cd $RPM_BUILD_ROOT%{_javadocdir} && ln -sf %{name}-%{version} %{name})

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%{_mavenpomdir}/*
%{_javadir}/%{name}
%{_bindir}/*
%config(noreplace) %{_mavendepmapfragdir}/*

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-3
+ Revision: 624a3ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3017 |14cr|modem-manager-gui-0.0.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Modem Manager GUI
Name: modem-manager-gui
Version: 0.0.16
Release: 2
License: GPLv3
Group: System/Configuration/Networking
URL: http://linuxonly.ru
Source:	%{name}-%{version}.tar.gz
Source1: modem-manager-gui.ui
Vendor:	Alex <alex@linuxonly.ru>

BuildRequires: pkgconfig
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.32.1
BuildRequires: gdbm-devel >= 1.10
BuildRequires: pkgconfig(libnotify) >= 0.7.5

Requires: gtk+3.0 >= 3.4.0
Requires: glib2 >= 2.32.1
Requires: gdbm >= 1.10
Requires: libnotify >= 0.7.5
Requires: modemmanager >= 0.6.0.0
Suggests: networkmanager

%description
This program is simple graphical interface for Modem Manager 
daemon dbus interface.
Current features:
- View device information: Operator name, Mode, IMEI, IMSI,
  Signal level.
- Send and receive SMS messages with long massages 
  concatenation and store messages in database.
- Send USSD requests and read answers in GSM7 and UCS2 formats
  converted to system UTF8 charset.
- Scan available mobile networks.

%prep
%setup -q
cp -f %{SOURCE1} ./src/

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install INSTALLPREFIX=%{buildroot}
%find_lang %{name}


%files -f %{name}.lang
%doc LICENSE
%doc AUTHORS
%doc Changelog
%{_bindir}/modem-manager-gui
%{_libdir}/modem-manager-gui/modules/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/modem-manager-gui/pixmaps/*
%{_datadir}/modem-manager-gui/sounds/message.ogg
%{_datadir}/modem-manager-gui/ui/modem-manager-gui.ui
%{_datadir}/applications/modem-manager-gui.desktop
%{_mandir}/man1/modem-manager-gui.1.xz


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.16-2
+ Revision: 3a3cc68
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3018 |14cr|moin-1.9.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	moin
%define	version	1.9.3

Summary:	Python clone of WikiWiki
Name:		%{name}
Version:	%{version}
Release:	3
License:	GPLv2
Group:		Networking/WWW
URL:		http://moinmo.in/
Source0:	http://static.moinmo.in/files/%{name}-%{version}.tar.gz
Source1:	README.RPM
Source2:	apache2-moin.conf
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
Requires:	apache-conf
Requires:	python
BuildRequires:	python-devel
Obsoletes:	moin-apache2 <= 1.1
Obsoletes:	moin-apache2-unsafe <= 1.1

%description
A WikiWikiWeb is a collaborative hypertext environment, with an emphasis on
easy access to and modification of information. MoinMoin is a Python
WikiClone that allows you to easily set up your own wiki, only requiring a
Web server and a Python installation.

%prep
%setup -q

%build
%__python setup.py build 

%install
rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot}

cp %SOURCE1 README.update.urpmi

install -d %{buildroot}%{_sysconfdir}/httpd/conf.d
cp %SOURCE2 %{buildroot}%{_sysconfdir}/httpd/conf.d/moin.conf

# ensure "templates" are readable
chmod a+r -R %{buildroot}%{_datadir}

%clean
rm -rf %{buildroot}

%post
%{_initrddir}/httpd reload

%postun
%{_initrddir}/httpd reload

%files 
%defattr(-,root,root)
%doc README README.update.urpmi docs/CHANGES* docs/INSTALL.html docs/README.migration
%doc docs/licenses/
%{_bindir}/moin
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf.d/moin.conf
%_datadir/%name/
%py_puresitedir/jabberbot
%py_puresitedir/MoinMoin
%py_puresitedir/*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.3-3
+ Revision: 715fcaf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3019 |14cr|mondo-3.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# $Id: mondo.spec 1892 2008-03-22 00:57:27Z bruno $
#

Summary:	A program to create a rescue/restore CD/tape
Summary(fr):	Un programme pour créer un media de sauvegarde/restauration
Summary(it):	Un programma per utenti Linux per creare un CD/tape di rescue
Summary(sp):	Un programa por crear una CD/cinta de restoracion/rescate

Name:		mondo
Version:	3.0.4
Packager:	Bruno Cornec <bcornec@mandriva.org>
Release:	2
License:	GPL
Group:		Archiving/Backup
Url:		http://www.mondorescue.org
Source:		ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz
BuildRequires:	newt-devel >= 0.50, gcc-c++, autoconf, automake, libtool
ExcludeArch:	ppc
Obsoletes: libmondo
Requires:	mindi >= 2.1.1, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, buffer, cdrecord,  
%ifarch ia64
Requires:	elilo, parted
%else
Requires:	syslinux >= 1.52
%endif

%description
Mondo is a GPL disaster recovery solution to create backup media 
(CD, DVD, tape, network images) that can be used to redeploy the 
damaged system, as well as deploy similar or less similar systems.

%prep
%setup -q

%build
%configure2_5x
make %{?_smp_mflags} VERSION=%{version}

%install
make DESTDIR=%{buildroot} install
mkdir -p %{buildroot}/%{_var}/cache/%{name}

%files
%doc ChangeLog 
#svn.log
%doc INSTALL COPYING README* TODO AUTHORS NEWS*
%doc docs/en/mondorescue-howto.html docs/en/mondorescue-howto.pdf
%{_libdir}/mondo/test/mrtest_mountlist
%{_libdir}/mondo/test/mrtest_stresc
%{_libdir}/mondo/test/mrtest_truncname

%{_sbindir}/*
%{_datadir}/%{name}
%{_mandir}/man8/*
%{_var}/cache/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.4-2
+ Revision: a1d049b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3020 |14cr|mongo-2004.08.17-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    mongo
%define version 2004.08.17
%define release 7

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:	Filesystem load tester
URL:		http://thebsh.namesys.com/benchmarks/dist
License:	GPL
Group:		System/Kernel and hardware
Source0:	%{name}-%{version}.tar.gz
Buildroot:	 %{_tmppath}/%{name}-%{version}-root

%description
Mongo is a program to test linux filesystems for performance and
functionality.
The way to run a Mongo test is runing the mongo.pl script. The mongo.pl
creates output files can be parsed by mongo_parse.pl script.

%prep
%setup -q -n %{name}

%build
%make

%install
rm -rf $RPM_BUILD_ROOT

install -d $RPM_BUILD_ROOT%_bindir
install -m 755 mongo_append mongo_copy $RPM_BUILD_ROOT%_bindir
install -m 755 mongo_delete mongo_parser.pl $RPM_BUILD_ROOT%_bindir
install -m 755 summ map5 mongo_modify $RPM_BUILD_ROOT%_bindir
install -m 755 mongo.pl mongo_slinks $RPM_BUILD_ROOT%_bindir
install -m 755 reiser_fract_tree mongo_dd mongo_holes $RPM_BUILD_ROOT%_bindir
install -m 755 mongo_read update-flist.pl $RPM_BUILD_ROOT%_bindir

install -d $RPM_BUILD_ROOT%_defaultdocdir/%name-%version
cp README $RPM_BUILD_ROOT%_defaultdocdir/%name-%version
cp mongo.cmds.example $RPM_BUILD_ROOT%_defaultdocdir/%name-%version

%files
%attr(755,root,root)
%_bindir/mongo_append
%_bindir/mongo_copy
%_bindir/mongo_delete
%_bindir/mongo_parser.pl
%_bindir/summ
%_bindir/map5
%_bindir/mongo_modify
%_bindir/mongo.pl
%_bindir/mongo_slinks
%_bindir/reiser_fract_tree
%_bindir/mongo_dd
%_bindir/mongo_holes
%_bindir/mongo_read
%_bindir/update-flist.pl
%_defaultdocdir/%name-%version

%clean
rm -rf $RPM_BUILD_ROOT





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2004.08.17-7
+ Revision: be2de30
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3021 |14cr|mongodb-2.4.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MongoDB client shell and tools
Name:		mongodb
Version:	2.4.9
Release:	1
License:	AGPL 3.0
Group:		Databases
Url:		http://www.mongodb.org
Source0:	http://downloads.mongodb.org/src/%{name}-src-r%{version}.tar.gz
Source1:	mongod.service
Patch0:		mongo-2.4.4-werror.patch
Patch1:		mongo-2.4.4-gcc4.8.patch
Patch2:		mongo-2.4.4-unused-local-typedefs.patch
Patch3:		mongo-2.4.10-no-unused-function.patch
BuildRequires:	scons
BuildRequires:	boost-devel
BuildRequires:	js-devel
BuildRequires:	pcap-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(libpcre)
Obsoletes:	%{name}-devel < 2.4.9

%description
Mongo (from "huMONGOus") is a schema-free document-oriented database.
It features dynamic profileable queries, full indexing, replication
and fail-over support, efficient storage of large binary data objects,
and auto-sharding.

This package provides the mongo shell, import/export tools, and other
client utilities.

%files
%doc README GNU-AGPL-3.0.txt
%{_bindir}/mongo
%{_bindir}/mongodump
%{_bindir}/mongooplog
%{_bindir}/mongoperf
%{_bindir}/mongoexport
%{_bindir}/mongofiles
%{_bindir}/mongoimport
%{_bindir}/mongorestore
%{_bindir}/mongostat
%{_bindir}/mongosniff
%{_bindir}/mongotop
%{_bindir}/bsondump
%{_mandir}/man1/mongo.1*
%{_mandir}/man1/mongodump.1*
%{_mandir}/man1/mongoexport.1*
%{_mandir}/man1/mongofiles.1*
%{_mandir}/man1/mongoimport.1*
%{_mandir}/man1/mongosniff.1*
%{_mandir}/man1/mongostat.1*
%{_mandir}/man1/mongorestore.1*
%{_mandir}/man1/bsondump.1*
%{_mandir}/man1/mongooplog.1.*
%{_mandir}/man1/mongoperf.1.*
%{_mandir}/man1/mongotop.1.*

#----------------------------------------------------------------------------

%package server
Summary:	MongoDB server, sharding server, and support scripts
Group:		Databases
Requires:	%{name}
Requires(post,preun):	rpm-helper

%description server
Mongo (from "huMONGOus") is a schema-free document-oriented database.

This package provides the mongo server software, mongo sharding server
softwware, default configuration files, and init.d scripts.

%files server
%config(noreplace) %{_sysconfdir}/mongod.conf
%{_bindir}/mongod
%{_bindir}/mongos
%{_mandir}/man1/mongod.1*
%{_mandir}/man1/mongos.1*
%{_prefix}/lib/tmpfiles.d/%{name}-server.conf
%{_unitdir}/mongod.service
%{_sysconfdir}/rc.d/init.d/mongod
%{_sysconfdir}/sysconfig/mongod
%attr(0755,mongod,mongod) %dir %{_var}/lib/mongo
%attr(0755,mongod,mongod) %dir %{_var}/log/mongo
%attr(0640,mongod,mongod) %config(noreplace) %verify(not md5 size mtime) %{_var}/log/mongo/mongod.log

%pre server
%_pre_useradd mongod /var/lib/mongo /bin/false

%post server
# (cg) Make sure the pid folder exists on install
mkdir -p %{_var}/run/mongo
chown mongod.mongod %{_var}/run/mongo
%_post_service mongod

%preun server
%_preun_service mongod

%postun server
%_postun_userdel mongod

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-src-r%{version}
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%serverbuild
export CXXFLAGS="%{optflags}"
export LINKFLAGS='%{ldflags}'
%scons \
	--prefix=%{_prefix} \
	--use-system-pcre=True \
	--use-system-boost=True \
	--nostrip=True

%install
%serverbuild
export CXXFLAGS="%{optflags}"
export LINKFLAGS='%{ldflags}'

%scons \
	--prefix=%{buildroot}%{_prefix} \
	--nostrip=True \
	install

mkdir -p %{buildroot}%{_mandir}/man1
cp debian/*.1 %{buildroot}%{_mandir}/man1/
mkdir -p %{buildroot}%{_unitdir}
cp %{SOURCE1} %{buildroot}%{_unitdir}/mongod.service
mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
cp rpm/init.d-mongod %{buildroot}%{_sysconfdir}/rc.d/init.d/mongod
chmod a+x %{buildroot}%{_sysconfdir}/rc.d/init.d/mongod
mkdir -p %{buildroot}%{_sysconfdir}
cp rpm/mongod.conf %{buildroot}%{_sysconfdir}/mongod.conf
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
cp rpm/mongod.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/mongod
mkdir -p %{buildroot}%{_var}/lib/mongo
mkdir -p %{buildroot}%{_var}/log/mongo
touch %{buildroot}%{_var}/log/mongo/mongod.log

cat >> %{buildroot}%{_sysconfdir}/sysconfig/mongod << EOF
OPTIONS="-f /etc/mongod.conf"
EOF

# (cg) Ensure the pid file folder exists (this is more important under mga3
# when /var/run will be on tmpfs)
mkdir -p %{buildroot}%{_prefix}/lib/tmpfiles.d
cat > %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}-server.conf << EOF
d %{_var}/run/mongo 0755 mongod mongod -
EOF

rm -f %{buildroot}/usr/lib/libmongoclient.a


%changelog
* Mon Aug 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.9-1
+ Revision: 4f74323
- Adjust build options



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3022 |14cr|monica-3.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           monica
Version:        3.7
Release:        8
Summary:        Monitor Calibration Tool
License:        BSD
Group:          System/Kernel and hardware
URL:            http://www.pcbypaul.com/software/monica.shtml
Source0:        http://www.pcbypaul.com/software/dl/monica-%{version}.tar.bz2
Patch0:		monica-3.7-use-ldflags.patch
Patch1:		monica-3.7-mdv-fix-gcc43.patch
patch2:		monica-3.7-mdv-fix-str-fmt.patch
Requires:       xgamma
BuildRequires:  fltk-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Monica is a monitor calibration tool. It works as frontend to xgamma to
alter the gamma correction for XFree86 or Xorg. The black point, gray,
and color blocks help to find usable settings for a target of 2.2 gamma,
the Web, and sRGB standard.

%prep
%setup -q
%patch0 -p0 -b .orig
%patch1 -p1 -b .gcc43
%patch2 -p1 -b .strfmt

%build
%{make} CFLAGS="%{optflags}" LDFLAGS="%{?ldflags}"

%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_bindir}
%{__cp} -a monica %{buildroot}%{_bindir}/monica

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc authors ChangeLog install licence news readme
%attr(0755,root,root) %{_bindir}/monica




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7-8
+ Revision: 5adfe39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3023 |14cr|monika-0.4.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define release_id 2

Summary: Monika PBS monitor tools
Name: monika
Version: 0.4.4
Release: 7
Source: %{name}_%{version}-%{release_id}.tar.bz2
License: GPL
URL:http://ka-tools.sourceforge.net/
BuildRoot: %{_tmppath}/build-%{name}_%{version}
Group: Monitoring
Requires: perl-AppConfig, perl-CGI
BuildArchitectures: noarch

%description
Monika is a tool to monitor a PBS cluster. It basically shows an overall 
picture of node reservations, and job states.

%prep

%setup -n %{name}-%{version}

%build

%install
mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
mkdir -p $RPM_BUILD_ROOT/%{_var}/www/cgi-bin/%{name}
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/

cp -a $RPM_BUILD_DIR/%{name}-%{version}/monika.cgi $RPM_BUILD_ROOT/%{_var}/www/cgi-bin
cp -a $RPM_BUILD_DIR/%{name}-%{version}/%{name}/*.pm $RPM_BUILD_ROOT/%{_var}/www/cgi-bin/%{name}
cp -a $RPM_BUILD_DIR/%{name}-%{version}/monika.conf $RPM_BUILD_ROOT/%{_sysconfdir}/

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%doc  INSTALL README LICENSE
%attr(755,root,root) %{_var}/www/cgi-bin/monika*
%config(noreplace) %{_sysconfdir}/*conf




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-7
+ Revision: 12f83a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3024 |14cr|monit-5.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:		Process monitor and restart utility
Name:			monit
Version:		5.8.1
Release:		1
License: 		GPLv3+
Group: 			Monitoring
Url: 			http://www.tildeslash.com/monit/
Source0: 		http://mmonit.com/monit/dist/%{name}-%{version}.tar.gz
Patch0:			monit-5.8-lsb-init.patch
BuildRequires:		bison
BuildRequires:		flex
BuildRequires:		pam-devel
BuildRequires:		pkgconfig(openssl)
Requires(post,preun):	rpm-helper

%description
Monit is a utility for managing and monitoring processes, files, directories
and devices on a Unix system. Monit conducts automatic maintenance and repair
and can execute meaningful causal actions in error situations.

%files
%doc COPYING README
%config(noreplace) %{_sysconfdir}/monitrc
%dir %{_sysconfdir}/%{name}.d
%{_initrddir}/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .lsb

%build
%configure2_5x
%make
# enable logging
sed -i 's|^# set logfile|set logfile|' monitrc

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}.d
install -m 600 monitrc %{buildroot}%{_sysconfdir}/monitrc

install -d -m 755 %{buildroot}%{_initrddir}
install -m 755 system/startup/rc.monit %{buildroot}%{_initrddir}/%{name}


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 5.8.1-1
+ Revision: ac26b1b
- New version 5.8.1, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3025 |14cr|mono-basic-2.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mono-basic
%define version 2.10
%define release 4

Summary: Visual Basic .NET support for Mono
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.go-mono.com/sources/%name/%{name}-%{version}.tar.bz2
License: BSD
Group: Development/Other
URL:		http://www.go-mono.com/ 
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: mono-devel >= 2.10
BuildRequires: locales
BuildArch: noarch

%description
This package contains the Visual Basic .NET compiler and language
runtime. This allows you to compile and run VB.NET application and
assemblies.

%package 2.0
Summary: Visual Basic .NET support for Mono 2.0 API
Group: Development/Other
Requires: %{name} = %{version}-%{release}
Conflicts: %{name} < 2.10-2

%description 2.0
This package contains the Visual Basic .NET compiler and language
runtime under 2.0 API. This allows you to compile and run VB.NET
application and assemblies.

%prep
%setup -q -n %name-%version

%build
export LC_ALL=UTF-8
./configure --prefix=%_prefix
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_bindir}/*
%{_prefix}/lib/mono/4.0/*
%{_prefix}/lib/mono/gac/Microsoft.VisualBasic/10.0.0.0*
%{_prefix}/lib/mono/gac/Mono.Cecil.VB.Mdb/0.9.3.0*
%{_prefix}/lib/mono/gac/Mono.Cecil.VB.Pdb/0.9.3.0*
%{_prefix}/lib/mono/gac/Mono.Cecil.VB/0.9.3.0*
%{_mandir}/man1/vbnc.1*

%files 2.0
%defattr(-,root,root)
%{_prefix}/lib/mono/2.0/*
%{_prefix}/lib/mono/gac/Microsoft.VisualBasic/8.0.0.0*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10-4
+ Revision: ea04427
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3026 |14cr|mono-curses-0.2-0.r128192.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn r128192

Summary:	Mono library for writing simple curses UIs
Name:		mono-curses
Version:	0.2
Release:	0.%{svn}.6
License:	MIT
Group:		Development/Other
Url:		http://www.mono-project.com/MonoCurses
Source0:	%{name}-%{svn}.tar.bz2
#gw this is automatically generated at build time by attrib, but this does
# not work in iurt
Source1:	constants.cs
Patch:		monotorrent-curses-makefile.patch

BuildRequires:	mono-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	monodoc

%description
This is a library for writing curses UIs in Mono.

%package doc
Summary:	Development documentation for %{name}
Group:		Development/Other
Requires(post): mono-tools
Requires(postun): mono-tools >= 1.1.9


%description doc
This package contains the API documentation for the %{name} in
Monodoc format.

%prep
%setup -q -n mono-curses
%patch
cp %SOURCE1 .

%build
./configure --prefix=%{_prefix}
make

%install
%makeinstall 
%if %{_lib} != lib
mkdir -p %{buildroot}%{_libdir}
mv %{buildroot}%{_prefix}/lib/{*.so,pkgconfig} %{buildroot}%{_libdir}
%endif

%post doc
%_bindir/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %_bindir/monodoc ]; then %_bindir/monodoc --make-index > /dev/null
fi

%files
%doc README AUTHORS
%{_libdir}/libmono-curses.so
%{_libdir}/pkgconfig/mono-curses.pc
%{_prefix}/lib/mono/gac/mono-curses
%{_prefix}/lib/mono/mono-curses

%files doc
%doc ChangeLog
%{_prefix}/lib/monodoc/sources/mono-curses.*


%changelog
* Thu Nov 15 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2-0.r128192.6
+ Revision: 645b098
- LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3027 |14cr|mono-debugger-2.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname monodebuggerserver %{major}
%define devname %mklibname %{name} -d

%define monodir %{_prefix}/lib/mono

Summary:	Mono Debugger
Name:		mono-debugger
Version:	2.10
Release:	4
License:	GPLv2+ and MIT
Group:		Development/Other
Url:		http://www.go-mono.com/
Source0:	http://go-mono.com/sources/mono-debugger/%{name}-%{version}.tar.bz2
Patch0:		mono-debugger-2.10-glib-includes.patch
Patch1:		mono-debugger-2.2-dllmap.patch
BuildRequires:	readline-devel
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(mono)
Requires:	mono
Requires:	%{libname} = %{EVRD}

%description
The Mono Debugger.

%files
%doc AUTHORS README NEWS ChangeLog
%{_bindir}/*
%{monodir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries of the Mono Debugger
Group:		System/Libraries
Obsoletes:	%{_lib}mono-debugger0 < 2.10-3
Conflicts:	%{_lib}mono-debugger0 < 2.10-3

%description -n %{libname}
This contains shared libraries used by the Mono Debugger.

%files -n %{libname}
%{_libdir}/libmonodebuggerserver.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers of the Mono Debugger
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{_lib}mono-debugger0-devel < 2.10-3
Conflicts:	%{_lib}mono-debugger0-devel < 2.10-3

%description -n %{devname}
This contains headers and libraries of the Mono Debugger.

%files -n %{devname}
%{_libdir}/libmonodebuggerserver.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%define _disable_ld_no_undefined 1
%configure2_5x
#gw parallel build broken in 2.4.3
make

%install
%makeinstall_std
install -m 644 wrapper/mdb.exe.config %{buildroot}%{monodir}/2.0/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10-4
+ Revision: 1a27154
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3028 |14cr|monodevelop-3.0.3.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name monodevelop
%define	version  3.0.3.5
%define release  3
%define	gtksharp 1.9.5
%define	monodoc  1.0
%define	pkgconfigdir %_datadir/pkgconfig

Summary:	Full-featured IDE for mono and Gtk#
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://download.mono-project.com/sources/monodevelop/%{name}-%{version}.tar.bz2
Source1000:     %{name}.rpmlintrc
Patch0:		link_system_nunit.patch
Patch1:		%{name}-3.0.3.2-md-gettext.patch
URL:		http://www.monodevelop.com/
License:	LGPLv2
Group:		Development/Other
#Requires: gtksourceview-sharp >= % gtksourceview
Requires:	gnome-sharp2 >= %gtksharp
Requires:	glade-sharp2 >= %gtksharp
Requires:	monodoc >= %monodoc
Requires:	mono-tools
Requires:	mono-basic
Requires:	mono-addins
Requires:	libmono-devel
Requires:	shared-mime-info
Requires:	xterm
Requires:	subversion
Requires:	git
Requires:	xsp
BuildRequires:	pkgconfig(gconf-sharp-2.0) >= 2.12.8
BuildRequires:	pkgconfig(glade-sharp-2.0) >= 2.12.8
BuildRequires:	pkgconfig(glib-sharp-2.0) >= 2.12.8
BuildRequires:	pkgconfig(gnome-sharp-2.0) >= 2.12.8
BuildRequires:	pkgconfig(gnome-vfs-sharp-2.0) >= 2.12.8
BuildRequires:	pkgconfig(gtk-sharp-2.0) >= 2.12.8
BuildRequires:	pkgconfig(wcf)
BuildRequires:	pkgconfig(mono-addins) >= 0.6
BuildRequires:	pkgconfig(mono-addins-gui) >= 0.6
BuildRequires:	pkgconfig(mono-addins-setup) >= 0.6
BuildRequires:	pkgconfig(mono-nunit)
BuildRequires:	pkgconfig(monodoc) >= 1.0
BuildRequires:	pkgconfig(mono) >= 2.8
BuildRequires:	intltool
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
# Obsolete deprecated plugins which are not compatible with MD 2.6
Obsoletes:	monodevelop-boo
Obsoletes:	monodevelop-debugger-mdb

Conflicts:	%{name} <= 3.0.3.2-2
Obsoletes:	%{name} <= 3.0.3.2-2

BuildArch:     noarch
%define _requires_exceptions ^libg.*\\|lib64g.*\\|libp.*\\|lib64p.*\\|liba.*\\|lib64a.*

%description 
This is MonoDevelop which is intended to be a full-featured
integrated development environment (IDE) for mono and Gtk#.
It was originally a port of SharpDevelop 0.98.

%prep
%setup -q
%patch0 -p1 -b .nunit
%patch1 -p1 -b .mdgettext

%build
./configure --prefix=%_prefix --libdir=%_prefix/lib --enable-versioncontrol --enable-aspnet --enable-subversion --enable-git --enable-aspnetedit --enable-monoextensions --disable-update-mimedb --disable-update-desktopdb 
#--enable-gtksourceview2
make

%install
rm -rf %{buildroot} %name.lang
mkdir -p %{buildroot}/`monodoc --get-sourcesdir`
%makeinstall_std pkgconfigdir=%pkgconfigdir packagedir=%buildroot%_prefix/lib/monodevelop/AddIns/AspNetEdit MOZILLA_HOME=%buildroot%_prefix/lib/firefox-%mozver/

desktop-file-install --dir %buildroot%_datadir/applications \
  %buildroot%_datadir/applications/*.desktop

%find_lang %name

%files -f %name.lang
%doc AUTHORS ChangeLog README 
%{_bindir}/mdtool
%{_bindir}/monodevelop
%{_prefix}/lib/monodevelop
%_mandir/man1/mdtool.1*
%_mandir/man1/monodevelop.1*
%{_datadir}/applications/monodevelop.desktop
%{_datadir}/mime/packages/monodevelop.xml
%_datadir/icons/hicolor/*/apps/monodevelop.*
%pkgconfigdir/monodevelop.pc
%pkgconfigdir/monodevelop-core-addins.pc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.3.5-3
+ Revision: 2d4b738
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3029 |14cr|monodevelop-debugger-gdb-2.8.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:     	monodevelop-debugger-gdb
Version:	2.8.5.1
Release:	2
License:	MIT
BuildArch:      noarch
URL:		http://www.go-mono.com
Source0:	http://download.mono-project.com/sources/%name/%name-%version.tar.bz2
BuildRequires:  monodevelop >= %version
BuildRequires:  mono-devel
Requires: gdb
Summary:	Monodevelop GDB Addin
Group:		Development/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Monodevelop Addin to integrate the GNU debugger.


%prep
%setup -q

%build
./configure --prefix=%_prefix
%make

%install
rm -rf "$RPM_BUILD_ROOT" %name.lang
%makeinstall_std

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-, root, root)
%_prefix/lib/monodevelop/AddIns/MonoDevelop.Debugger/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8.5.1-2
+ Revision: 7487933
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3030 |14cr|mono-nat-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mono-nat
%define version 1.1.0
%define release 3

Summary: Network Address Translation library for Mono
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.gz
License: MIT
Group: System/Libraries
Url:  http://projects.qnetp.net/news/show/8
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: mono-devel
BuildArch: noarch

%description
This is a .NET Library for automatic network address translation.

%prep
%setup -q

%build
./configure --prefix=%_prefix
make

%install
rm -rf %{buildroot}
%makeinstall_std linuxpkgconfigdir=%_datadir/pkgconfig

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%_prefix/lib/mono-nat
%_datadir/pkgconfig/mono.nat.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-3
+ Revision: 94bf1ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3031 |14cr|mono-sharpziplib-0.86.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mono-sharpziplib
Version:	0.86.0
Release:	3
Summary:	Client Zip library written in C#
URL:		http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx
# Exception: Permission is given to use this library in commercial closed-source applications
# See: README.txt
License:	GPLv2+ with exceptions
Group:		Development/Other
Source0:	SharpZipLib_0860_SourceSamples.zip
Source1:	sharpziplib.pc
Patch0:		SharpZipLib-0.86-mono-build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	nant 
BuildRequires:	unzip
BuildArch: noarch

%description
Gives C# projects the ability to work with Zip archives.

%package devel
Summary:	Client Zip library written in C#
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}


%description devel
Gives C# projects the ability to work witz Zip archives.

%prep
%setup -q -c -n %name-%{version}
# We need this to compile.
%patch0 -p0
# Get rid of the binary dlls
rm ./SrcSamples/samples/HttpCompressionModule/src/refs/SharpZipLib.dll

%build
cd SrcSamples
# Use the mono system key instead of generating our own here.
%if %mdvver >= 201100
cp -a /etc/pki/mono/mono.snk ICSharpCode.SharpZipLib.key
%endif
nant

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__mkdir_p} $RPM_BUILD_ROOT/%_datadir/pkgconfig
cp %{S:1} $RPM_BUILD_ROOT/%_datadir/pkgconfig
%{__mkdir_p} $RPM_BUILD_ROOT/%_prefix/lib/mono/gac/
gacutil -i SrcSamples/bin/ICSharpCode.SharpZipLib.dll -f -package sharpziplib -root ${RPM_BUILD_ROOT}/%_prefix/lib

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%_prefix/lib/mono/gac/ICSharpCode.SharpZipLib*/
%_prefix/lib/mono/sharpziplib/

%files devel
%defattr(-,root,root,-)
%doc SrcSamples/doc/*
%_datadir/pkgconfig/sharpziplib.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.86.0-3
+ Revision: 7adf91b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3032 |14cr|monosim-1.5.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Manage your SIM Card contacts
Name:		monosim
Version:	1.5.2
Release:	5
License:	GPLv2+
Group:		Office
Url:		http://www.integrazioneweb.com/monosim
Source0:	http://www.integrazioneweb.com/repository/sources/%{name}-%{version}.tar.gz
Patch0:		monosim-1.5.2-fix-desktop-file.patch
BuildRequires:	glade-sharp2 >= 2.8.3
BuildRequires:	mono >= 1.2.3
Requires:	gtk-sharp2 >= 2.8.3
Requires:	mono >= 1.2.3
Requires:	pcsc-lite >= 1.0.0
# libpcsclite-devel required because contain /usr/lib/libpcsclite.so
# not contained in to libpcsclite1
Requires:	pkgconfig(libpcsclite)

%description
is a simple application that can be used to read, write, update,
delete and backup your sim card contacts. It open and save also
some format files to manage your contacts also in a text files.
To connect monosim to your smartcard you need use a standard PCSC
smartcard reader as towitoko, acs, athena, blutronics, etc.

%files
%doc monosim/copying.gpl
%{_libdir}/%{name}/
%{_bindir}/monosim
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-5
+ Revision: 9e0cafe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3033 |14cr|monosim-gtk-2.0.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:   GTK user interface to manage sim card contacts
Name:      monosim-gtk
Version:   2.0.0.0
Release:   2
License:   GPLv2
#ExcludeArch: ppc64
Group:     Office
Source:    http://monosim.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL:       http://monosim.integrazioneweb.com/
BuildArch: noarch
# don't generate debug file because is empty
# % define debug_package %{nil}

BuildRequires: mono
BuildRequires: log4net-devel
BuildRequires: comex-base-devel >= 0.1.8.5
BuildRequires: gtk-sharp2-devel
BuildRequires: glade-sharp2
BuildRequires: pkgconfig

Requires: mono
Requires: log4net
Requires: comex-base >= 0.1.8.5
Requires: gtk-sharp2
Requires: glade-sharp2
Requires: glib-sharp2


%description
Is GTK user interface of a simple application that can be used 
to manage sim card contacts using PC/SC standard readers or 
smartmouse phoenix serial reader.

%prep
%setup -q

%build
%configure2_5x --libdir=%_prefix/lib 
%make

%install
rm -fr %{buildroot}
%makeinstall_std


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc copying.gpl monosim-gtk/readme
%{_bindir}/%{name}
%_prefix/lib/%{name}/
%{_datadir}/%{name}/Languages/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0.0-2
+ Revision: 3504b15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3034 |14cr|monosim-qt-2.0.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:   Qt user interface to manage sim card contacts
Name:      monosim-qt
Version:   2.0.0.0
Release:   2
License:   GPLv2
#ExcludeArch: ppc64
Group:     Office
Source:    http://monosim.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL:       http://monosim.googlecode.com/
BuildArch: noarch
# don't generate debug file because is empty
# % define debug_package %{nil}

BuildRequires: mono
BuildRequires: log4net-devel
BuildRequires: comex-base-devel >= 0.1.8.5
BuildRequires: qyoto
BuildRequires: qyoto-devel
BuildRequires: pinentry-qt4
BuildRequires: pkgconfig

Requires: mono
Requires: log4net
Requires: comex-base >= 0.1.8.5
Requires: qyoto
Requires: qyoto-devel


%description
Is Qt user interface of a simple application that can be used 
to manage sim card contacts using PC/SC standard readers or 
smartmouse phoenix serial reader.


%prep
%setup -q

%build
%configure2_5x --libdir=%_prefix/lib 
%make

%install
rm -fr %{buildroot}
%makeinstall_std


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc copying.gpl monosim-qt/readme
%{_bindir}/%{name}
%_prefix/lib/%{name}/
%{_datadir}/%{name}/Languages/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0.0-2
+ Revision: 69bc81d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3035 |14cr|monotone-1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A distributed version control tool
Name:		monotone
Version:	1.1
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://monotone.ca
Source0:	http://monotone.ca/downloads/%{version}/%{name}-%{version}.tar.bz2
Patch0:		monotone-1.0-pot-segfault.patch
BuildRequires:	texinfo
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(botan-1.10)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)

%description
monotone is a free, distributed version control system. it provides
fully disconnected operation, manages complete tree versions, keeps
its state in a local transactional database, supports overlapping
branches and extensible metadata, exchanges work over plain network
protocols, performs history-sensitive merging, and delegates trust
functions to client-side RSA certificates.

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README UPGRADE doc/monotone.html contrib
%{_bindir}/mtn*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/hooks
%{_datadir}/%{name}/scripts
%{_sysconfdir}/bash_completion.d/*
%{_infodir}/%{name}*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make
make html

%check
# Remove a test which fails (to investigate with upstream) syntax_errors_in_.mtn-ignore
rm -rf test/func/syntax_errors_in_.mtn-ignore
make check

%install
%makeinstall_std
rm -fr %{buildroot}%{_docdir}/%{name}

%find_lang %{name}


%changelog
* Mon Aug 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-1
+ Revision: 66e689a
- New version 1.1, drop merged patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3036 |14cr|monotone-viz-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A small GTK+ application that visualizes monotone ancestry graphs
Name:		monotone-viz
Version:	1.0.2
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://oandrieu.nerim.net/monotone-viz/
Source0:	%{name}-%{version}-nolablgtk.tar.gz
Patch0:		monotone-viz-1.0.2-dot.patch
Patch1:		monotone-viz-1.0.2-new-stdio.patch
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-lablgtk2-devel
BuildRequires:	pkgconfig(libgnomecanvas-2.0)
Requires:	graphviz
Requires:	monotone

%description
Monotone-viz is a small GTK+ application that visualizes monotone ancestry
graphs. Monotone is a free distributed version control system. Montone-viz
is developed in the Objective Caml language, using the GTK+ and
libgnomecanvas libraries (via LablGTK, an OCaml binding for GTK+), and it
uses the dot program from the Graphviz package.

%files
%doc COPYING NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
%configure2_5x --without-local-lablgtk
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Monotone-viz
Comment=Visualizes monotone ancestry graphs
Exec=%{_bindir}/%{name}
Terminal=false
Type=Application
Categories=GNOME;GTK;X-MandrivaLinux-MoreApplications-Development-Tools;Development;RevisionControl;
EOF


%changelog
* Mon Aug 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2-1
+ Revision: f735a1b
- New version 1.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3037 |14cr|monster-masher-1.8.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Clean caves by mashing monsters with stone
Name:		monster-masher
Version:	1.8.1
Release:	7
License:	GPLv2+
Group:		Games/Arcade
URL:		http://www.cs.auc.dk/~olau/monster-masher/
Source:		http://www.cs.auc.dk/~olau/monster-masher/source/%{name}-%{version}.tar.bz2
Patch0:		monster-masher-1.8-desktopentry.patch
# add handler to close the about dialog (bug #43019)
Patch1:		monster-masher-1.8-about-dialog.patch
Patch2:		monster-masher-1.8.1-glib.patch
Patch3:		monster-masher-1.8.1-crash.patch
BuildRequires:	pkgconfig(libgnomeuimm-2.6)
BuildRequires:	pkgconfig(gconfmm-2.6)
BuildRequires:	pkgconfig(esound)
BuildRequires:	imagemagick
BuildRequires:	intltool

%description
Monster Masher is an action game for the GNOME desktop environment.
The basic idea is that you, as levitation worker gnome, has to clean
the caves for monsters that want to roll over you. You do the cleaning
by mashing the monsters with stone blocks.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%configure2_5x --bindir=%{_gamesbindir}
%make LIBS=-lesd

%install
rm -rf %{buildroot}
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

# menu entry

# icons
mkdir -p %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir}
install -D -m 0644      monster-masher.png %{buildroot}%{_liconsdir}/monster-masher.png
convert -geometry 32x32 monster-masher.png %{buildroot}%{_iconsdir}/monster-masher.png
convert -geometry 16x16 monster-masher.png %{buildroot}%{_miconsdir}/monster-masher.png

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README
%{_gamesbindir}/*
%{_datadir}/applications/monster-masher.desktop
%{_datadir}/pixmaps/*
%{_datadir}/%{name}
%{_sysconfdir}/gconf/schemas/*.schemas
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.1-7
+ Revision: e515140
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3038 |14cr|monsterz-0.7.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		monsterz
Version: 0.7.1
Release:    8
# in reality, this is the DWYF license..
License:	Freeware
Group:		Games/Puzzles
Summary:    A little addictive puzzle game
Source:     http://sam.zoy.org/projects/monsterz/%{name}-%{version}.tar.bz2
#gw Debian man page
Source1:    monsterz.1
Patch:      monsterz-fix-crash-x86_64.patch
#gw from Debian, fix crash on start (bug #49431)
Patch1:	    020_fix_blit_crash.diff
Url:        http://sam.zoy.org/projects/monsterz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:   pygame
BuildArch:  noarch
BuildRequires: imagemagick

%description
Monsterz is a little puzzle game, similar to the famous Bejeweled or Zookeeper.

The goal of the game is to create rows of similar monsters, either horizontally
or vertically. The only allowed move is the swap of two adjacent monsters, on
the condition that it creates a row of three or more. When alignments are
cleared, pieces fall from the top of the screen to fill the board again. Chain
reactions earn you even more points.

This game is mostly about luck, but it remains highly addictive. You have been
warned.

%prep
%setup -q
%patch -p0
%patch1 -p1

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_gamesdatadir}/%{name}
cp -R monsterz.py graphics/ sound/ $RPM_BUILD_ROOT/%{_gamesdatadir}/%{name}

mkdir -p $RPM_BUILD_ROOT/%{_gamesbindir}/

cat > $RPM_BUILD_ROOT/%{_gamesbindir}/%{name} <<EOF
#!/bin/bash
exec python %{_gamesdatadir}/%{name}/monsterz.py
EOF

chmod 755 $RPM_BUILD_ROOT/%{_gamesbindir}/%{name}


mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Monsterz
Comment=Addictive puzzle game
Exec=%_gamesbindir/%{name}
Icon=%name
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;BlocksGame;
EOF

mkdir -p $RPM_BUILD_ROOT{%{_miconsdir},%{_iconsdir},%{_liconsdir}}/
convert -geometry 16x16 graphics/icon.png $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
convert -geometry 32x32 graphics/icon.png $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
convert -geometry 48x48 graphics/icon.png $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

install -D %SOURCE1 %buildroot%_mandir/man6/%name.6

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%{update_menus}
%postun
%{update_menus}
%endif

%files
%defattr(-,root,root)
%doc AUTHORS COPYING INSTALL README TODO
%{_gamesdatadir}/%{name}/
%{_gamesbindir}/%{name}
%_mandir/man6/%name.6*
%_datadir/applications/mandriva*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-8
+ Revision: a83c808
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3039 |14cr|moodle-2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides

Summary:    A course management system for distance education
Name:       moodle
Version:    2.2
Release:    5
License:    GPLv2
Group:      System/Servers
URL:        http://moodle.org/
Source0:    http://download.moodle.org/stable19/%{name}-%{version}.tgz

Source2:    http://download.moodle.org/lang16/af_utf8.zip
Source3:    http://download.moodle.org/lang16/sq_utf8.zip
Source4:    http://download.moodle.org/lang16/ar_utf8.zip
Source5:    http://download.moodle.org/lang16/eu_utf8.zip
Source6:    http://download.moodle.org/lang16/be_utf8.zip
Source7:    http://download.moodle.org/lang16/bs_utf8.zip
Source8:    http://download.moodle.org/lang16/bg_utf8.zip
Source9:    http://download.moodle.org/lang16/ca_utf8.zip
Source10:   http://download.moodle.org/lang16/hr_utf8.zip
Source11:   http://download.moodle.org/lang16/zh_cn_utf8.zip
Source12:   http://download.moodle.org/lang16/zh_tw_utf8.zip
Source13:   http://download.moodle.org/lang16/cs_utf8.zip
Source14:   http://download.moodle.org/lang16/da_utf8.zip
Source15:   http://download.moodle.org/lang16/nl_utf8.zip
Source16:   http://download.moodle.org/lang16/en_us_utf8.zip
Source17:   http://download.moodle.org/lang16/et_utf8.zip
Source18:   http://download.moodle.org/lang16/fa_utf8.zip
Source19:   http://download.moodle.org/lang16/fil_utf8.zip
Source20:   http://download.moodle.org/lang16/fi_utf8.zip
Source21:   http://download.moodle.org/lang16/fr_utf8.zip
Source22:   http://download.moodle.org/lang16/fr_ca_utf8.zip
Source23:   http://download.moodle.org/lang16/ga_utf8.zip
Source24:   http://download.moodle.org/lang16/gl_utf8.zip
Source25:   http://download.moodle.org/lang16/ka_utf8.zip
Source26:   http://download.moodle.org/lang16/de_utf8.zip
Source27:   http://download.moodle.org/lang16/de_du_utf8.zip
Source28:   http://download.moodle.org/lang16/el_utf8.zip
Source29:   http://download.moodle.org/lang16/gu_utf8.zip
Source30:   http://download.moodle.org/lang16/he_utf8.zip
Source31:   http://download.moodle.org/lang16/hi_utf8.zip
Source32:   http://download.moodle.org/lang16/hu_utf8.zip
Source33:   http://download.moodle.org/lang16/is_utf8.zip
Source34:   http://download.moodle.org/lang16/id_utf8.zip
Source35:   http://download.moodle.org/lang16/it_utf8.zip
Source36:   http://download.moodle.org/lang16/ja_utf8.zip
Source37:   http://download.moodle.org/lang16/kn_utf8.zip
Source38:   http://download.moodle.org/lang16/km_utf8.zip
Source39:   http://download.moodle.org/lang16/ko_utf8.zip
Source40:   http://download.moodle.org/lang16/lt_utf8.zip
Source41:   http://download.moodle.org/lang16/lo_utf8.zip
Source42:   http://download.moodle.org/lang16/lv_utf8.zip
Source43:   http://download.moodle.org/lang16/ml_utf8.zip
Source44:   http://download.moodle.org/lang16/ms_utf8.zip
Source45:   http://download.moodle.org/lang16/mi_tn_utf8.zip
Source46:   http://download.moodle.org/lang16/mi_wwow_utf8.zip
Source47:   http://download.moodle.org/lang16/mn_utf8.zip
Source48:   http://download.moodle.org/lang16/no_utf8.zip
Source49:   http://download.moodle.org/lang16/no_gr_utf8.zip
Source50:   http://download.moodle.org/lang16/nn_utf8.zip
Source51:   http://download.moodle.org/lang16/pl_utf8.zip
Source52:   http://download.moodle.org/lang16/pt_utf8.zip
Source53:   http://download.moodle.org/lang16/pt_br_utf8.zip
Source54:   http://download.moodle.org/lang16/ro_utf8.zip
Source55:   http://download.moodle.org/lang16/ru_utf8.zip
Source56:   http://download.moodle.org/lang16/sm_utf8.zip
Source57:   http://download.moodle.org/lang16/si_utf8.zip
Source58:   http://download.moodle.org/lang16/sr_cr_bo_utf8.zip
Source59:   http://download.moodle.org/lang16/sr_cr_utf8.zip
Source60:   http://download.moodle.org/lang16/sr_lt_utf8.zip
Source61:   http://download.moodle.org/lang16/sk_utf8.zip
Source62:   http://download.moodle.org/lang16/sl_utf8.zip
Source63:   http://download.moodle.org/lang16/so_utf8.zip
Source64:   http://download.moodle.org/lang16/es_utf8.zip
Source65:   http://download.moodle.org/lang16/sv_utf8.zip
Source66:   http://download.moodle.org/lang16/tl_utf8.zip
Source67:   http://download.moodle.org/lang16/ta_utf8.zip
Source68:   http://download.moodle.org/lang16/th_utf8.zip
Source69:   http://download.moodle.org/lang16/to_utf8.zip
Source70:   http://download.moodle.org/lang16/tr_utf8.zip
Source71:   http://download.moodle.org/lang16/uk_utf8.zip
Source72:   http://download.moodle.org/lang16/vi_utf8.zip
Source73:   http://download.moodle.org/lang16/dv_utf8.zip
Source74:   http://download.moodle.org/lang16/cy_utf8.zip                              
Source75:   http://download.moodle.org/lang16/en_utf8.zip                              
Source76:   http://download.moodle.org/lang16/mr_utf8.zip                              
Source77:   http://download.moodle.org/lang16/ur_utf8.zip                              
Source78:   http://download.moodle.org/lang16/ast_utf8.zip                              
Source79:   http://download.moodle.org/lang16/la_utf8.zip                              
Source80:   http://download.moodle.org/lang16/uz_utf8.zip                              
Source81:   http://download.moodle.org/lang16/kk_utf8.zip                              
Source82:   http://download.moodle.org/lang16/mk_utf8.zip                              
Source83:   http://download.moodle.org/lang16/hy_utf8.zip                              
Source84:   http://download.moodle.org/lang16/ta_lk_utf8.zip                              
Source85:   http://download.moodle.org/lang16/zu_utf8.zip                              
Source86:   http://download.moodle.org/lang16/bn_utf8.zip                              

Source100:  moodle.rpmlintrc

Patch0:     moodle-external_mimetex.diff
Patch1:     moodle-1.9.4-CVE-2009-1171.diff

Requires:	php-curl
Requires:	php-gd
Requires:	php-iconv
Requires:	php-ldap
Requires:	php-mbstring
Requires:	php-mysql
Requires:	php-openssl
Requires:	php-pgsql
Requires:	php-sockets
Requires:	php-tidy
Requires:	php-tokenizer
Requires:	php-xml
Requires:	php-zlib

Requires:	imagemagick
Requires:	mimetex
Requires:	tetex-dvips
Requires:	tetex-latex

BuildArch:	noarch

%description
Moodle is a learning management system for producing Internet-based course Web
sites. It is written in PHP and is easy to install and use on Linux, Windows,
Mac OS X, SunOS, BSD, and Netware 6. It has been designed to support modern
pedagogies based on social constructionist theory, and includes activity
modules such as forums, chats, resources, journals, quizzes, surveys, choices,
workshops, glossaries, lessons, and assignments. It has been translated into
over 70 languages, with more on the way, and supports the popular SCORM
standard for content packaging. Moodle offers a free alternative to commercial
software such as WebCT or Blackboard, and is being used by a growing number of
universities, schools, and independent teachers for distance education or to
supplement face-to-face teaching.

%prep

%setup -q -n %{name}
#%patch0 -p0
#%patch1 -p0

# magic by anssi
pushd lang; %{expand:%(for i in {2..86}; do echo "unzip -q %%SOURCE$i"; done)}; popd

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# fix dir perms
find . -type d | xargs chmod 755

# fix file perms
find . -type f -print0 | xargs --null chmod 644

# nuke bundled stuff
rm -rf lib/pear
rm -f filter/tex/mimetex.*

# set some exec bits
chmod 755 filter/algebra/algebra2tex.pl

%build

%install
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}/var/www/%{name}
install -d %{buildroot}/var/moodledata

cp -aRf * %{buildroot}/var/www/%{name}/

# apache config
cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf << EOF

Alias /%{name} /var/www/%{name}

<Directory /var/www/%{name}>
    Require all granted

    # On some PHP servers it may help if this file is copied
    # to the main moodle directory and renamed .htaccess
    #
    # As soon as you do this, check your web site.  Is it 
    # still working OK?  If you are getting a "configuration
    # error" then you may need to enable overrides by editing
    # the main httpd.conf for Apache and in the main server
    # or virtual server area, adding something like:
    #
    # <Directory /web/moodle>
    #     AllowOverride All 
    # </Directory>
    #

    ### Firstly, if you are using Apache 2, you need the following
    ### line to allow Apache to pass a PATH_INFO variable 
    ### correctly for URLs like http://server/file.php/arg1/arg2
    AcceptPathInfo on

    ### Secondly, you can define the default files in the Moodle
    ### directories as follows:

    DirectoryIndex index.php index.html index.htm

    ### Thirdly, set up some PHP variables that Moodle needs
    php_admin_value magic_quotes_gpc		1
    php_admin_value magic_quotes_runtime	0
    php_admin_value register_globals		0
    php_admin_value file_uploads		1
    php_admin_value short_open_tag		1
    php_admin_value session.auto_start		0
    php_admin_value session.bug_compat_warn	0

    php_admin_value safe_mode			0
    php_admin_value memory_limit		64M
    php_admin_value session.save_handler	files

    ### Fourthly, sometimes Apache limits the size of uploaded files
    ### (this is a separate limit to the one in PHP, see below).
    ### The setting here turns off this limitation
    LimitRequestBody 0

    ### These are optional - you may not want to override php.ini 
    ### To enable them, remove the leading hash (#)
    php_admin_value upload_max_filesize		2M
    php_admin_value post_max_size		2M
    php_admin_value session.gc_maxlifetime	7200

    ### You can change the following line to point to the 
    ### error/index.php file in your Moodle distribution.  
    ### It provides a form which emails you (the admin) 
    ### about 404 errors (URL not found).
    #ErrorDocument 404 http://example.org/moodle/error/index.php

    ### People have reported that these can help in some cases
    ### (unusual) when you see errors about undefined functions
    #php_admin_value auto_prepend_file		none
    #php_admin_value include_path		.

</Directory>

<Directory /var/www/%{name}/install>
    Require host 127.0.0.1
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf"
 </Directory>

<FilesMatch install.php>
    Require host 127.0.0.1
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf"
</FilesMatch>

EOF

%clean


%files
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
/var/www/%{name}
%attr(2777,apache,apache) %dir /var/moodledata


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-5
+ Revision: 8bd2b8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3040 |14cr|moon-buggy-1.0.51-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Drive and jump with some kind of car across the moon
Name:		moon-buggy
Version:	1.0.51
Release:	5
License:	GPLv2+
Group:		Games/Arcade
URL:		http://seehuhn.de/pages/%{name}
Source0:	http://seehuhn.de/media/programs/%{name}-%{version}.tar.gz
Source1:	http://seehuhn.de/media/programs/%{name}-sound-%{version}.tar.gz
Source2:	%{name}.desktop
Source3:	%{name}-sound.desktop
Patch0:		moon-buggy-1.0.51-pause.patch
Patch1:		moon-buggy-1.0.51-sound.patch
BuildRequires:	desktop-file-utils
BuildRequires:	texinfo
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(ncurses)

%description
Moon-buggy is a simple character graphics game where you drive some kind
of car across the moon's surface. Unfortunately there are dangerous craters
there. Fortunately your car can jump over them!

The game has some resemblance of the classic arcade game moon-patrol which
was released in 1982. A clone of this game was relased for the Commodore
C64 in 1983. The present, ASCII art version of moon-buggy was written many
years later by Jochen Voss.

%files
%doc ANNOUNCE AUTHORS ChangeLog COPYING README THANKS README.sound
%{_datadir}/%{name}/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-sound.desktop
%attr(2755,root,games) %{_bindir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_infodir}/%{name}.info.*
%dir %attr(0775,root,games) %{_localstatedir}/games/%{name}
%config(noreplace) %attr(664,root,games) %{_localstatedir}/games/%{name}/mbscore

#----------------------------------------------------------------------------

%prep
%setup -q -a 1
%patch0 -p1 -b .pause
%patch1 -p1 -b .sound
mv -f %{name}-%{version}/* .

%build
autoreconf -fi
%configure2_5x --sharedstatedir=%{_localstatedir}/games
%make

%install
%makeinstall_std

# Create zero-sized highscore file
touch %{buildroot}%{_localstatedir}/games/%{name}/mbscore

# Install working *.desktop files and an icon
desktop-file-install --vendor "" --dir=%{buildroot}%{_datadir}/applications %{SOURCE2}
desktop-file-install --vendor "" --dir=%{buildroot}%{_datadir}/applications %{SOURCE3}
install -D -p -m 644 %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

# Some file cleanups
rm -f %{buildroot}%{_infodir}/dir

# Convert everything to UTF-8
iconv -f iso-8859-1 -t utf-8 -o ChangeLog.utf8 ChangeLog
sed -i 's|\r$||g' ChangeLog.utf8
touch -c -r ChangeLog ChangeLog.utf8
mv -f ChangeLog.utf8 ChangeLog

iconv -f iso-8859-1 -t utf-8 -o TODO.utf8 TODO
sed -i 's|\r$||g' TODO.utf8
touch -c -r TODO TODO.utf8
mv -f TODO.utf8 TODO


%changelog
* Thu Aug 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.51-5
+ Revision: 7eebf0d
- Adjust autoreconf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3041 |14cr|moovida-1.0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define oname	elisa

# It's the same for releases, but different for pre-releases: please
# don't remove, even if it seems superfluous - AdamW 2008/03
%define fversion	%{version}

Summary:	Media center written in Python
Name:		moovida
Version:	1.0.9
Release:	4
# For bzr:
# bzr branch lp:~elisa-developers/elisa/relook
Source0:	http://www.moovida.com/media/public/%{name}-%{version}.tar.gz
# Disable automatic updates - AdamW 2009/02
Patch0:		moovida-1.0.1-disable_plugin_updates.patch
License:	GPLv3 and MIT
Group:		Graphical desktop/Other
URL:		http://www.moovida.com/
BuildArch:	noarch
BuildRequires:	python
BuildRequires:	python-setuptools
BuildRequires:	python-devel
BuildRequires:	python-twisted
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	gstreamer0.10-python
Requires:	moovida-plugins-good = %{version}
Requires:	moovida-plugins-bad = %{version}
Requires:	moovida-core = %{version}
Suggests:	moovida-plugins-ugly = %{version}
Suggests:	gstreamer0.10-libvisual
%rename	elisa

%description
Moovida is a project to create an open source cross platform media center 
solution. Moovida runs on top of the GStreamer multimedia framework and 
takes full advantage of harware acceleration provided by modern graphic 
cards by using OpenGL APIs. In addition to personal video recorder 
functionality (PVR) and Music Jukebox support, Moovida will also 
interoperate with devices following the DLNA standard like Intel's ViiV 
systems.

Moovida was formerly know as Elisa.

%package core
Summary:	Media center written in Python: core files
Group:		Development/Python
Requires:	pigment-python
Requires:	python-imaging
Requires:	python-twisted
Requires:	python-twisted-web2
Requires:	gnome-python-extras
Requires:	gstreamer0.10-python
Requires:	gstreamer0.10-plugins-base
Requires:	python-sqlite2
Requires:	pyxdg
Requires:	python-pkg-resources
Suggests:	gstreamer0.10-plugins-good
Suggests:	gstreamer0.10-plugins-bad
Suggests:	python-gpod
Suggests:	python-dbus
%rename	elisa-core = %{version}-%{release}

%description core
Moovida is a project to create an open source cross platform media center 
solution. Moovida runs on top of the GStreamer multimedia framework and 
takes full advantage of harware acceleration provided by modern graphic 
cards by using OpenGL APIs. In addition to personal video recorder 
functionality (PVR) and Music Jukebox support, Moovida will also 
interoperate with devices following the DLNA standard like Intel's ViiV 
systems. This package contains the core Python files for Moovida. It is
split from the binaries for packaging reasons.

Moovida was formerly known as Elisa.

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1 -b .update_disable

%build

%install
python setup.py install --root=%{buildroot} --single-version-externally-managed --compile --optimize=2

pushd %{buildroot}%{_bindir}
ln -s %{oname} %{name}
popd

# Install some stuff manually because the build process can't.
install -D -m644 data/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# Generate and install 32x32 and 16x16 icons.
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{32x32,16x16}/apps

convert -scale 32 data/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 data/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# Menu file
rm -f %{buildroot}%{_datadir}/applications/%{name}.desktop
rm -f %{buildroot}%{_datadir}/applications/%{name}-mobile.desktop
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Moovida Media Center
Comment=Play movies and songs on TV with remote
Exec=%{oname} %U
StartupWMClass=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;AudioVideo;Audio;Video;Player;X-MandrivaLinux-CrossDesktop;
X-Osso-Service=com.fluendo.elisa
EOF

#don't want these
rm -rf %{buildroot}%{py_puresitedir}/mswin32
rm -f %{buildroot}%{_datadir}/pixmaps/%{name}.png
rm -f %{buildroot}%{_datadir}/icons/%{name}.png
rm -rf %{buildroot}%{_datadir}/mobile-basic-flash

# as there's three plugins packages that aren't interdependent, best
# let the core package own the plugins dir - AdamW 2008/02
mkdir -p %{buildroot}%{py_puresitedir}/%{name}/plugins

%files
%doc AUTHORS FAQ FIRST_RUN NEWS RELEASE TRANSLATORS
%{_bindir}/%{oname}
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/%{name}.1*
%{_datadir}/dbus-1/services/*.service

%files core
%{py_puresitedir}/%{name}
%{py_puresitedir}/%{oname}
%{py_puresitedir}/%{oname}-%{fversion}-py%{py_ver}-nspkg.pth
%{py_puresitedir}/%{oname}-%{fversion}-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9-4
+ Revision: 9e332f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3042 |14cr|moovida-plugins-bad-1.0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define oname	elisa-plugins-bad

# It's the same for releases, but different for pre-releases: please
# don't remove, even if it seems superfluous - AdamW 2008/03
%define fversion	%{version}

Summary:	'Bad' plugins for the Moovida media center
Name:		moovida-plugins-bad
Version:	1.0.9
Release:	3
Source0:	http://www.moovida.com/media/public/%{name}-%{version}.tar.gz
# Disable irrelevant plugin (now we can't do it in core...) - AdamW
# 2008/10
Patch0:		elisa-plugins-bad-1.0.7-unneeded.patch
# From Debian: use system Coherence - AdamW 2009/02
Patch1:		http://patch-tracking.debian.net/patch/series/dl/elisa-plugins-bad/0.5.28-1/40_use-system-coherence.patch
License:	GPLv3 and MIT
Group:		Development/Python
URL:		http://www.moovida.com/
BuildArch:	noarch
BuildRequires:	python
BuildRequires:	python-setuptools
BuildRequires:	python-devel
BuildRequires:	python-twisted
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	gstreamer0.10-python
BuildRequires:	moovida-core = %{version}
Requires:	moovida-plugins-good = %{version}
# Needed for interface code, which is in this package - AdamW 2008/07
Requires:	python-cssutils
Suggests:	python-coherence
Suggests:	python-daap
# Needed for DAAP plugin
Suggests:	avahi-python
# Needed for yes.fm support
Suggests:	python-simplejson
# Needed for iPod support
Suggests:	python-gpod
%rename	elisa-plugins-bad

%description
Moovida is a project to create an open source cross platform media center 
solution. This package contains 'bad' (somehow not up to planned
standards for plugins) plugins for Moovida.

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1 -b .unneeded
%patch1 -p1 -b .sys_coherence

%build

%install
python setup.py install --root=%{buildroot} --single-version-externally-managed --compile --optimize=2
# already in -good
rm -f %{buildroot}%{py_puresitedir}/elisa/plugins/__init__*

%files
%defattr(-,root,root)
%{py_puresitedir}/elisa/plugins/*
%{py_puresitedir}/elisa_plugin_*-py%{py_ver}.egg-info
%{py_puresitedir}/elisa_plugin_*-py%{py_ver}-nspkg.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9-3
+ Revision: 8089bd8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3043 |14cr|moovida-plugins-good-1.0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define oname	elisa-plugins-good

Summary:	'Good' plugins for the Moovida media center
Name:		moovida-plugins-good
Version:	1.0.9
Release:	3
Source0:	http://www.moovida.com/media/public/%{name}-%{version}.tar.gz
License:	GPLv3
Group:		Development/Python
URL:		http://www.moovida.com/
BuildArch:	noarch
BuildRequires:	python
BuildRequires:	python-setuptools
BuildRequires:	python-devel
BuildRequires:	python-twisted
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	gstreamer0.10-python
BuildRequires:	moovida-core = %{version}
Requires:	moovida = %{version}
# For UPnP support
Suggests:	python-coherence
# For the weather report plugin
Suggests:	python-pymetar
%rename	elisa-plugins-good

%description
Moovida is a project to create an open source cross platform media center 
solution. This package contains 'good' (well-written and legally clean)
plugins for Moovida.

%prep
%setup -q -n %{oname}-%{version}

%build

%install
python setup.py install --root=%{buildroot} --single-version-externally-managed --compile --optimize=2

%files
%{py_puresitedir}/elisa/plugins/*
%{py_puresitedir}/elisa_plugin_*-py%{py_ver}.egg-info
%{py_puresitedir}/elisa_plugin_*-py%{py_ver}-nspkg.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9-3
+ Revision: 86e10c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3044 |14cr|moovida-plugins-ugly-1.0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define oname	elisa-plugins-ugly

Summary:	'Ugly' plugins for the Moovida media center
Name:		moovida-plugins-ugly
Version:	1.0.9
Release:	3
Source0:	http://www.moovida.com/media/public/%{name}-%{version}.tar.gz
License:	GPLv3 and MIT
Group:		Development/Python
URL:		http://www.moovida.com
BuildArch:	noarch
BuildRequires:	python
BuildRequires:	python-setuptools
BuildRequires:	python-devel
BuildRequires:	python-twisted
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	gstreamer0.10-python
BuildRequires:	moovida-core >= %{version}
Requires:	moovida-plugins-good >= %{version}
Suggests:	twill
# For LIRC input support
Suggests:	python-lirc
%rename elisa-plugins-ugly

%description
Moovida is a project to create an open source cross platform media center 
solution. This package contains 'ugly' plugins for Moovida.

%prep
%setup -q -n %{oname}-%{version}

%build

%install
python setup.py install --root=%{buildroot} --single-version-externally-managed --compile --optimize=2
# already in -good
rm -f %{buildroot}%{py_puresitedir}/elisa/plugins/__init__*

%files
%{py_puresitedir}/elisa/plugins/*
%{py_puresitedir}/elisa_plugin_*-py%{py_ver}.egg-info
%{py_puresitedir}/elisa_plugin_*-py%{py_ver}-nspkg.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9-3
+ Revision: 652d935
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3045 |14cr|mopac7-1.15-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			mopac7
Version:		1.15
Release:		4

%define	major		1
%define	libname		%mklibname %{name}_ %major
%define develname	%mklibname %{name} -d
%define olddevelname	%mklibname %{name}_ 0 -d

Summary:	Semi-empirical quantum mechanics suite
License:	Public Domain
Group:		Sciences/Chemistry
URL:		http://www.uku.fi/~thassine/projects/ghemical
Source0:	http://www.uku.fi/~thassine/projects/download/current/%{name}-%{version}.tar.gz

BuildRequires:	f2c
BuildRequires:	libtool
BuildRequires:	gcc-gfortran

%description
MOPAC7 is a semi-empirical quantum-mechanics code written by James J. P.
Stewart and co-workers. The purpose of this project is to maintain MOPAC7 as
a stand-alone program as well as a library that provides the functionality
of MOPAC7 to other programs.

%package -n	%{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries
Provides: 	%{name} = %{version}-%{release}
Obsoletes:	%{_lib}%{name}_0

%description -n	%{libname}
Dynamic libraries from %{name}.

%package -n	%{develname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{libname}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes:	%{olddevelname}

%description -n	%{develname}
Libraries and includes files for developing programs based on %{name}.

%prep
%setup -q

%build
#rm -f configure
#libtoolize --copy --force; aclocal; autoconf
%configure2_5x
%make
										
%install
%makeinstall
install -m755 fortran/%{name} -D %{buildroot}%{_bindir}/%{name}
sed "s/\.\/src/\/usr\/bin/" run_mopac7 > %{buildroot}%{_bindir}/run_mopac7
chmod 755 %{buildroot}%{_bindir}/run_mopac7

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%doc tests
%{_bindir}/%{name}
%{_bindir}/run_mopac7

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.15-4
+ Revision: 344fb2e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3046 |14cr|morituri-0.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           morituri
Version:        0.1.1
Release:        3
Summary:        CD ripper aiming for accuracy over speed
Source:         http://thomas.apestaart.org/download/morituri/%{name}-%{version}.tar.bz2
URL:            http://thomas.apestaart.org/morituri/trac
License:        GPLv2
Group:          Sound
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:      noarch
BuildRequires:  python-gobject
BuildRequires:  gstreamer0.10-python

Requires:       cdparanoia
Requires:       cdrdao
Requires:       gstreamer0.10-plugins-good >= 0.10.16
Requires:       gstreamer0.10-python
Requires:       python-musicbrainz2
Requires:       python-pycdio
Requires:       python-pkg-resources

%description
Morituri is a CD ripper that aims for accuracy over speed. Its features 
are modeled to compare with Exact Audio Copy on Windows. It features
support for MusicBrainz for metadata lookup, support for AccurateRip
verification, detection of sample read offset of drives, the ability to
test and copy a rip, the ability to detect and rip Hidden Track One
Audio, templates for file and directory naming, and tagging using
GStreamer. Currently, it only supports lossless encoding and only has
a command line client.

%prep

%setup -q
%configure2_5x --sysconfdir=%{_sysconfdir}

%build

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README morituri.doap NEWS RELEASE ChangeLog
%{_bindir}/rip
%{_mandir}/man1/rip.1*
%{py_puresitedir}/morituri
%{_sysconfdir}/bash_completion.d/rip



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-3
+ Revision: fbd2f56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3047 |14cr|moserial-3.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d "." -f -2)

Summary:	Serial terminal for the Gnome desktop
Name:		moserial
Version:	3.0.8
Release:	2
Group:		Communications
License:	GPLv3+
URL:		http://live.gnome.org/moserial/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
#Patch0:		moserial-3.0.2-str-fmt.patch

BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	rarian
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
Requires:	hicolor-icon-theme
Requires:	yelp

%description
Moserial is a clean, friendly gtk-based serial terminal for the Gnome
desktop. It is written in Vala for extra goodness.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS ChangeLog ChangeLog.pre-git MAINTAINERS NEWS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}
%{_mandir}/man1/%{name}*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.8-2
+ Revision: 3edcc61
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3048 |14cr|mosh-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    mosh
%define upstream_version 1.2.4

Name:		%{upstream_name}
Version:        %{upstream_version}
Release:    	1
Epoch:      	0

Summary:	Remote terminal application
License:	GPLv3+
Group:		Networking/Remote access
URL:		http://mosh.mit.edu/
Source0:	https://github.com/downloads/keithw/mosh/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	protobuf-compiler
BuildRequires:  protobuf-devel
BuildRequires:	libutempter-devel
BuildRequires:	zlib-devel
BuildRequires:  ncurses-devel
BuildRequires:  pkgconfig(openssl)

Requires:       openssh
Requires:       perl(IO::Pty::Easy)

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}

%description
Mosh (mobile shell)

%prep
%setup -q

%build
export CFLAGS="-g -O2" CXXFLAGS="-g -O2"
%configure --enable-compile-warnings=error
make %{?_smp_mflags}

%install
make install DESTDIR=$RPM_BUILD_ROOT

%files
%doc README.md COPYING ChangeLog
%{_bindir}/mosh
%{_bindir}/mosh-client
%{_bindir}/mosh-server
%{_mandir}/man1/mosh.1.xz
%{_mandir}/man1/mosh-client.1.xz
%{_mandir}/man1/mosh-server.1.xz


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.2.4-1
+ Revision: 1b54c27
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3049 |14cr|motion-3.2.12-7.20120717git.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		git		20120717git

Summary:	A highly customizable software motion detector
Name:		motion
Version:	3.2.12
Release:	7.%{git}.3
License:	GPLv2+
Group:		Video
Url:		http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
Source0:	http://heanet.dl.sourceforge.net/motion/%{name}-%{version}.%{git}.tar.gz
Source1:	%{name}-tmpfiles.conf
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
BuildRequires:	linux-userspace-headers
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	postgresql-libs-devel
Requires(post):	systemd

%description
Motion is a software motion detector. It grabs images from
video4linux devices and/or from web cams (such as the axis network
cameras). It is the perfect tool for keeping an eye on your
property keeping only those images that are interesting.

%prep
%setup -q -n %{name}-%{version}.%{git}

%build
%configure2_5x
%make

%install
%makeinstall_std

mv %{buildroot}%{_sysconfdir}/motion-dist.conf %{buildroot}%{_sysconfdir}/motion.conf
chmod 644 %{buildroot}%{_sysconfdir}/motion.conf

rm -rf %{buildroot}%{_datadir}/doc/

#systemd compat
install -D -m 644 %{SOURCE1} %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf

%post
systemd-tmpfiles --create %{name}.conf ||: 

%files
%doc CHANGELOG COPYING CREDITS FAQ README README.axis_2100 motion_guide.html
%config(noreplace) %{_sysconfdir}/motion.conf
%{_bindir}/motion
%{_mandir}/man1/motion.1*
%{_datadir}/%{name}-*
%{_prefix}/lib/tmpfiles.d/%{name}.conf


%changelog
* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.2.12-7.20120717git.3
+ Revision: 813a2f3
- LOG Rebuild with new ffmpeg



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3050 |14cr|motogt-20110505-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname MotoGT

Name:		motogt
Version:	20110505
Release:	5
Summary:	MotoGT is a free motorcycle racing game
License:	GPLv2+
Group:		Games/Arcade
Url:		http://motogt.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/motogt/%{oname}-%{version}.zip
Source2:	motogt.desktop
Source3:	MotoGT.png
Patch0:		motogt-makefile.patch
Patch1:		motogt-savedir.patch
Patch2:		motogt-init.patch
Patch3:		motogt-png15.patch
BuildRequires:	sfml-audio-devel
BuildRequires:	sfml-graphics-devel
BuildRequires:	sfml-system-devel
BuildRequires:	sfml-window-devel
BuildRequires:	pkgconfig(glu)
%rename		%{oname}

%description
MotoGT is 2D top-viewed game where you drive a MotoGP bike, and you want
to win races. In career mode you start with a regular bike, but when you
win races you get experience, and experience let's you improve your bike.
If you win championships, you can also unlock hidden features.

%prep
%setup -q -n %{oname}
%patch0 -p1 -b .makefile~
%patch1 -p1 -b .savedir~
%patch2 -p1 -b .init~
%patch3 -p1 -b .png15~

%build
%setup_compile_flags
%make

%install
mkdir -p %{buildroot}%{_libdir}/%{oname}
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_iconsdir}
install -Dm 755 %{oname}.bin -D %{buildroot}%{_libdir}/%{oname}/
install -Dm 644 %{SOURCE2} -D %{buildroot}%{_datadir}/applications/
install -Dm 644 %{SOURCE3} -D %{buildroot}%{_iconsdir}/
cp -rf data %{buildroot}%{_libdir}/%{oname}
cp -rf data_low %{buildroot}%{_libdir}/%{oname}
cp -rf doc %{buildroot}%{_libdir}/%{oname}

# 32 bit binary linked against old libs
rm -f %{buildroot}%{_libdir}/%{oname}/data/src/bikes/hue.bin

mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/bash
pushd %{_libdir}/%{oname}
./%{oname}.bin
popd
EOF

%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/%{name}
%attr(755,root,root) %{_libdir}/%{oname}/%{oname}.bin
%{_libdir}/%{oname}/data
%{_libdir}/%{oname}/data_low
%{_libdir}/%{oname}/doc
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{oname}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110505-5
+ Revision: 70fde03
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3051 |14cr|mount-gtk-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Front end for udisks
Name:		mount-gtk
Version:	1.2.0
Release:	2
License: 	GPLv2
Group:  	Graphical desktop/GNOME
URL:		http://mount-gtk.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
Patch0:		mount-gtk_format-not-a-string.patch
Patch1:		mount-gtk-1.2.0_desktop.patch

BuildRequires:	pkgconfig(c++-gtk-utils-3-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libnotify)

Requires:	udisks

%description
The program is a front end to udisks and mount. It provides a means of 
mounting devices with udisks and mount through an easy to use graphical 
interface.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog README BUGS
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-2
+ Revision: 586a1b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3052 |14cr|mountloop-0.15.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Allow users to mount files via loopback
Name: mountloop
Version: 0.15.4
Release: 9
URL: http://www.mandriva.com/
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: System/Base
Requires: ssh-askpass, drakxtools, perl-MDK-Common, mount >= 2.11r-2mdk
BuildRequires: pkgconfig(x11)

%description
Allow users to mount encrypted loopback filesystems.

%prep
%setup -q

%build
%make CFLAGS="%optflags %ldflags"

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=DrakLoop
Comment=Create encrypted folder
Exec=drakloop
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-System-FileTools;System;
EOF

mkdir -p %{buildroot}%_iconsdir %{buildroot}%_miconsdir %{buildroot}%_liconsdir
install -m 644 mountloop-20.png %{buildroot}%_iconsdir/%name.png
install -m 644 mountloop-32.png %{buildroot}%_miconsdir/%name.png
install -m 644 mountloop-48.png %{buildroot}%_liconsdir/%name.png

%{find_lang} drakloop

%clean

%files -f drakloop.lang
%doc README ChangeLog AUTHORS
%attr(4755,root,root) %{_bindir}/encsetup
%attr(4755,root,root) %{_bindir}/mountloop
%attr(4755,root,root) %{_bindir}/umountloop
%{_bindir}/drakloop
/etc/X11/xinit.d/*
/usr/X11R6/bin/*
%{_datadir}/applications/mandriva-%{name}.desktop
%_iconsdir/%name.png
%_miconsdir/%name.png
%_liconsdir/%name.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15.4-9
+ Revision: 2eeaa02
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3053 |14cr|mousepad-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A simple text editor for Xfce
Name:		mousepad
Version:	0.3.0
Release:	3
License:	GPLv2+
Group:		Editors
URL:		http://www.xfce.org
Source:		http://archive.xfce.org/src/apps/mousepad/0.3/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	imagemagick
BuildRequires:	perl(XML::Parser)
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	intltool
Requires(post):	desktop-file-utils
Requires(postun):	desktop-file-utils

%description
Mousepad is a text editor for Xfce based on Leafpad. The initial reason for
Mousepad was to provide printing support, which would have been difficult
for Leafpad for various reasons.

Although some features are under development, currently Mousepad has the
following features:

    * Complete support for UTF-8 text
    * Cut/Copy/Paste and Select All text
    * Search and Replace
    * Font selecton
    * Word Wrap
    * Character coding selection
    * Auto character coding detection (UTF-8 and some codesets)
    * Manual codeset setting
    * Infinite Undo/Redo by word
    * Auto Indent
    * Multi-line Indent
    * Display line numbers
    * Drag and Drop
    * Printing

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-dbus

%make

%install
%makeinstall_std

%find_lang %{name}

desktop-file-install \
    --remove-category="Application" \
    --add-only-show-in="XFCE" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-3
+ Revision: 0da7689
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3054 |14cr|Mowitz-0.3.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define libnamedev %mklibname %{name} -d

Summary:	Collection of widgets for X applications
Name:		Mowitz
Version:	0.3.0
Release:	13
License:	GPL
Group:		System/Libraries
URL:		http://siag.nu/mowitz/
Source:		http://siag.nu/pub/mowitz/%{name}-%{version}.tar.bz2
Patch0:		Mowitz-0.3.0-overflow.patch
Patch1:		Mowitz-0.3.0-overflow2.patch
Patch2:		Mowitz-0.3.0-overflow3.patch
Patch3:		Mowitz-0.3.0-overflow4.patch
Patch4:		Mowitz-0.3.0-overflow5.patch
Patch5:		Mowitz-0.3.0-overflow6.patch
Patch6:		Mowitz-0.3.0-overflow7.patch
Patch7:		Mowitz-0.3.0-overflow8.patch
Patch8:		Mowitz-0.3.0-link.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	libneXtaw-devel

%description
The Mowitz library contains a large collection of widgets for X applications 
to use. It complements a widget set such as Xaw3d or neXtaw.

%package -n %{libname}
Summary:	Collection of widgets for X applications
Group:		System/Libraries

%description -n %{libname}
The Mowitz library contains a large collection of widgets for X applications 
to use. It complements a widget set such as Xaw3d or neXtaw.

%package -n %{libnamedev}
Summary:	Collection of widgets for X applications
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libMowitz-devel = %{version}-%{release}

%description -n %{libnamedev}
The Mowitz library contains a large collection of widgets for X applications
to use. It complements a widget set such as Xaw3d or neXtaw.

%prep
%setup -q
%patch0 -p0 -b .overflow
%patch1 -p0 -b .overflow2
%patch2 -p0 -b .overflow3
%patch3 -p0 -b .overflow4
%patch4 -p0 -b .overflow5
%patch5 -p0 -b .overflow6
%patch6 -p0 -b .overflow7
%patch7 -p0 -b .overflow8
%patch8 -p0 -b .link

%build
%configure2_5x
%make

%install
rm -fr %buildroot
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/mowitz-config

rm -rf %{buildroot}/usr/doc/

%files -n %{libname}
%{_libdir}/lib*.so.*
%{_datadir}/%{name}

%files -n %{libnamedev}
%{_bindir}/mowitz-config
%{multiarch_bindir}/mowitz-config
%_includedir/%name/
%{_libdir}/lib*.a
%{_libdir}/lib*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-13
+ Revision: 44563d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3055 |14cr|mozo-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname   mate-menu-editor

Summary:       Simple menu editor for MATE
Name:          mozo
Version:       1.8.0
Release:       2
Group:         System/Configuration/Other
License:       LGPLv2+
Url:           http://mate-desktop.org
Source0:       http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
BuildArch:     noarch

BuildRequires: pkgconfig(mate-doc-utils) >= 1.6.0
BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: pkgconfig(libmate-menu)
BuildRequires: pkgconfig(pygtk-2.0)

Requires:	pygtk2.0 >= 2.8.0
Requires:	python-mate-menus >= 1.6.0

%rename %{oname}

%description
Mozo is a menu editor for MATE that lets you get things done,
simply and quickly.

Just click and type to edit, add, and delete any menu entry.

%prep
%setup -q

%build
# NOCONFIGURE=1 ./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --all-name

%files -f %{name}.lang
%doc README AUTHORS COPYING
%{py_puresitedir}/*
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/mozo
%{_iconsdir}/hicolor/*/*/*
%{_mandir}/man1/mozo.1.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: cc430a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3056 |14cr|mozplugger-2.1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_mozillapath	%{_libdir}/mozilla/plugins
%define	build_debug	0
%{?_with_debug: %{expand: %%global build_debug 1}}
%{?_without_debug: %{expand: %%global build_debug 0}}

Summary:	Generic mozilla plug-in
Name:		mozplugger
Version:	2.1.4
Release:	3
License:	GPLv2+
Group:		Networking/WWW
Url:		http://mozplugger.mozdev.org/
Source0:	http://mozplugger.mozdev.org/files/mozplugger-%{version}.tar.gz
Source1:	http://umn.dl.sourceforge.net/sourceforge/mplayerplug-in/mini.tar.bz2
Source2:	mozmimetypes-1.4.1.tar.bz2
Patch1:		mozplugger-2.1.4-pulseaudio.patch
Patch2:		mozplugger-2.1.4-gqview.patch
BuildRequires:	pkgconfig(x11)
Requires:	geeqie
Requires:	gv
Requires:	imagemagick
Requires:	mikmod
Requires:	mpg123
Requires:	mplayer
Requires:	sox
Requires:	TiMidity++
Requires:	xpdf
%rename		plugger

%description
MozPlugger is a generic Mozilla plug-in that allows the use of standard Linux
programs as plug-ins for media types on the Internet.

%files
%doc README COPYING
%{_bindir}/enable_mozmimetypes
%{_bindir}/disable_mozmimetypes
%{_bindir}/mozpluggerrc-sanitize
%{_bindir}/mozplugger-helper
%{_bindir}/mozplugger-linker
%{_bindir}/mozplugger-controller
%{_datadir}/mplayer/Skin/mini
%{_libdir}/netscape/plugins/mozplugger.so
%{_mozillapath}/mozplugger.so
%{_mandir}/man7/mozplugger.7*
%config(noreplace) %{_sysconfdir}/mozpluggerrc
%config(noreplace) %{_sysconfdir}/mozpluggerrc.default

#----------------------------------------------------------------------------

%prep
%setup -q -a 1 -a 2
%patch1 -p1 -b .pulse
%patch2 -p1 -b .gqview

%build
%configure
%make

%install
mkdir -p %{buildroot}%{_mozillapath}/plugins \
        %{buildroot}%{_libdir}/netscape/plugins \
        %{buildroot}%{_bindir} \
        %{buildroot}%{_sysconfdir} \
        %{buildroot}%{_mandir}/man7 \
        %{buildroot}%{_datadir}/mplayer/Skin/mini

install -p -m 755 mozplugger-helper %{buildroot}%{_bindir}
install -p -m 755 mozplugger-controller %{buildroot}%{_bindir}
install -p -m 755 mozplugger-linker %{buildroot}%{_bindir}
install -p -m 755 mozplugger.so %{buildroot}%{_mozillapath}
install -p -m 644 mozpluggerrc %{buildroot}%{_sysconfdir}/mozpluggerrc
install -p -m 644 mozpluggerrc %{buildroot}%{_sysconfdir}/mozpluggerrc.default
install -p -m 644 mozplugger.7 %{buildroot}%{_mandir}/man7

mkdir -p %{buildroot}%{_mozillapath}
ln -s %{_mozillapath}/mozplugger.so \
         %{buildroot}%{_libdir}/netscape/plugins/mozplugger.so
install -p -m 644 mini/*.png mini/skin mini/VERSION mini/README \
        %{buildroot}%{_datadir}/mplayer/Skin/mini/

install -p -m 755 enable_mozmimetypes %{buildroot}%{_bindir}
ln -s ./enable_mozmimetypes %{buildroot}%{_bindir}/disable_mozmimetypes

install -p -m 755 mozpluggerrc-sanitize %{buildroot}%{_bindir}
perl -pi -e \
        "s|\@LIBDIR\@|%{_libdir}|g;\
         s|\@SYSCONFDIR\@|%{_sysconfdir}|g;\
         s|\@PLUGINDIR\@|%{_mozillapath}|g;\
         s|\@BINDIR\@|%{_bindir}|g;" \
                %{buildroot}%{_bindir}/mozpluggerrc-sanitize

%if %{build_debug}
export DONT_STRIP=1
%endif

%triggerin -- mplayerplugin
[ "$2" -ge 1 ] || exit 0
if [ -r %{_sysconfdir}/mozpluggerrc ]; then
        if [ -x %{_bindir}/disable_mozmimetypes ]; then
                %{_bindir}/disable_mozmimetypes %{_sysconfdir}/mozpluggerrc \
                        application/x-drm-v2 \
                        application/x-mplayer2 \
                        application/x-ogg \
                        application/x-quicktimeplayer \
                        application/x-ms-wmw \
                        application/x-nsv-vp3-mp3 \
                        audio/ogg \
                        audio/wav \
                        audio/x-ms-wax \
                        audio/x-ms-wma \
                        audio/x-wav \
                        video/anim \
                        video/dl \
                        video/fli \
                        video/mp4 \
                        video/mpeg \
                        video/msvideo \
                        video/quicktime \
                        video/sgi-movie \
                        video/x-anim \
                        video/x-dl \
                        video/x-fli \
                        video/x-mpeg \
                        video/x-mpeg2 \
                        video/x-ms-asf \
                        video/x-ms-asf-plugin \
                        video/x-msvideo \
                        video/x-ms-wm \
                        video/x-ms-wmv \
                        video/x-ms-wvx \
                        image/x-macpaint \
                        video/x-quicktime \
                        video/x-sgi-movie
                touch %{_mozillapath}/mozplugger.so
        fi
fi

%triggerun -- mplayerplugin
[ "$2" = "0" ] || exit 0
if [ -r %{_sysconfdir}/mozpluggerrc ]; then
        if [ -x %{_bindir}/enable_mozmimetypes ]; then
                %{_bindir}/enable_mozmimetypes %{_sysconfdir}/mozpluggerrc \
                        application/x-drm-v2 \
                        application/x-mplayer2 \
                        application/x-ogg \
                        application/x-quicktimeplayer \
                        application/x-ms-wmv \
                        application/x-nsv-vp3-mp3 \
                        audio/ogg \
                        audio/wav \
                        audio/x-ms-wax \
                        audio/x-ms-wma \
                        audio/x-wav \
                        video/anim \
                        video/dl \
                        video/fli \
                        video/mp4 \
                        video/mpeg \
                        video/msvideo \
                        video/quicktime \
                        video/sgi-movie \
                        video/x-anim \
                        video/x-dl \
                        video/x-fli \
                        video/x-mpeg \
                        video/x-mpeg2 \
                        video/x-ms-asf \
                        video/x-ms-asf-plugin \
                        video/x-msvideo \
                        video/x-ms-wm \
                        video/x-ms-wmv \
                        video/x-ms-wvx \
                        image/x-macpaint \
                        video/x-quicktime \
                        video/x-sgi-movie
                touch %{_mozillapath}/mozplugger.so
        fi
fi

%triggerpostun -- mplayerplugin
[ "$2" = "0" ] || exit 0
if [ -r %{_sysconfdir}/mozpluggerrc ]; then
        if [ -x %{_bindir}/enable_mozmimetypes ]; then
                %{_bindir}/enable_mozmimetypes %{_sysconfdir}/mozpluggerrc \
                        application/x-drm-v2 \
                        application/x-mplayer2 \
                        application/x-ogg \
                        application/x-quicktimeplayer \
                        application/x-ms-wmv \
                        application/x-nsv-vmp3-mp3 \
                        audio/ogg \
                        audio/wav \
                        audio/x-ms-wax \
                        audio/x-ms-wma \
                        audio/x-wav \
                        video/anim \
                        video/dl \
                        video/fli \
                        video/mp4 \
                        video/mpeg \
                        video/msvideo \
                        video/quicktime \
                        video/sgi-movie \
                        video/x-anim \
                        video/x-dl \
                        video/x-fli \
                        video/x-mpeg \
                        video/x-mpeg2 \
                        video/x-ms-asf \
                        video/x-ms-asf-plugin \
                        video/x-msvideo \
                        video/x-ms-wm \
                        video/x-ms-wmv \
                        video/x-ms-wvx \
                        image/x-macpaint \
                        video/x-quicktime \
                        video/x-sgi-movie
                touch %{_mozillapath}/mozplugger.so
        fi
fi

%triggerin -- gv >= 3.6.1
if grep -q  "gv -safer -quiet -antialias" %{_sysconfdir}/mozpluggerrc; then
        perl -pi -e "s/gv -safer -quiet -antialias/gv --safer --quiet --antialias/g" %{_sysconfdir}/mozpluggerrc
fi

%triggerin -- gv < 3.6.1
if grep "gv --safer --quiet --antialias" %{_sysconfdir}/mozpluggerrc; then
        perl -pi -e "s/gv --safer --quiet --antialias/gv -safer -quiet -antialias/g" %{_sysconfdir}/mozpluggerrc
fi


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.4-3
+ Revision: 0ce8a9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3057 |14cr|mp3asm-0.1.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           mp3asm
Summary:        An mpeg 1/2/2.5 audio layer 1,2,3 frame level editor
Version:        0.1.3.1
Release:        2
License:        GPL
Group:          Sound
URL:            http://sourceforge.net/projects/mp3asm
Source0:        https://sourceforge.net/projects/mp3asm/files/mp3asm/0.1.3-1/mp3asm-0.1.3-1.tar.bz2

%description
MP3ASM allows for cutting, copying, pasting of individual frames, 
correction of common (correctable) errors, removal of bad frames and more. 
Quite useful program for maintaining any mp3 collection.

%prep
%setup -q -n %{name}-0.1

%build
%configure
%make CFLAGS="%{optflags}"

%install
%{__install} -D src/mp3asm %{buildroot}%{_bindir}/mp3asm

%files -n %{name}
%defattr(0755,root,root,0755)
%{_bindir}/*
%defattr(0644,root,root,0755)
%doc COPYING README Changelog




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3.1-2
+ Revision: b46131d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3058 |14cr|mp3blaster-3.2.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Console based MP3 player
Name: 		mp3blaster
Version: 	3.2.5
Release: 	9
License: 	GPLv2+
Group: 		Sound
URL:		http://mp3blaster.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/mp3blaster/%{name}-%{version}.tar.gz
Patch0:		mp3blaster-3.2.5-deb-02_bool.patch
Patch1:		mp3blaster-3.2.5-deb-03_endian.patch
Patch2:		mp3blaster-3.2.5-deb-04_memleak.patch
Patch3:		mp3blaster-3.2.5-deb-05_macro.patch
Patch4:		mp3blaster-3.2.5-deb-06_man.patch
Patch5:		mp3blaster-3.2.5-deb-07_fix_ogg.patch
Patch6:		mp3blaster-3.2.5-deb-08_fix_ftbfs_const_char.patch

BuildRequires:	mysql-devel
BuildRequires:	stdc++-devel
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	sidplay-devel



%description
MP3Blaster is a text console based program for playing mainly mp3
audio files. It is very interactive, and has a great list of
features. Its playlist can be divided in albums or categories
(called 'groups'), which allows for very sophisticated playback
orders.

%prep

%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1

%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
export LDFLAGS=" -I%{_includedir} -I%{_includedir}/mysql -lmysqlclient"
autoreconf -fiv

%configure2_5x \
    --with-mysql \
    --with-mysql-includes=%{_includedir}/mysql \
    --with-mysql-libs=%{_libdir} \
    --with-lirc \
    --with-oggvorbis \
    --with-sidplay \

%make

%install
%makeinstall_std

# cleanup
rm -f %{buildroot}%{_datadir}/mp3blaster/charmap/chargen.c
rm -f %{buildroot}%{_datadir}/mp3blaster/charmap/maketbl.c


%files
%doc AUTHORS BUGS CREDITS ChangeLog FAQ NEWS README TODO
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.5-9
+ Revision: cbe0d6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3059 |14cr|mp3c-0.31-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	MP3 creator for audiocds with usage of CDDB
Name: 		mp3c
Version: 	0.31
Release: 	9
License: 	GPL
Group: 		Sound
URL:		http://wspse.de/WSPse/Linux-MP3c.php3
Source: 	ftp://ftp.wspse.de/pub/linux/wspse/%{name}-%{version}.tar.bz2
BuildRequires:  ncurses-devel
BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot

%description
This program reads the TOC from audio CDs, gets the CDDB entry for it, 
and converts the audio tracks to mp3 or Ogg Vorbis format.
(under usage of any CD grabber and encoder).

It has a comfortable text-based UI, but you can also create a shell script for 
automated processing of a CD.

The default settings require oggenc from the vorbis-tools package and 
cdparanoia.


%prep

%setup -q

%build

%configure2_5x \
    --with-cddb-path=%{_datadir}/apps/kscd/cddb \
    --enable-oggdefaults

%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall

%{find_lang} %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS BATCH.README BUGS CDDB_HOWTO ChangeLog FAQ NEWS OTHERS 
%doc README patches/cdparanoia.diff patches/encoder.diff TODO
%{_bindir}/mp3c
%{_mandir}/man1/mp3c.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.31-9
+ Revision: 881c44c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3060 |14cr|mp3cddb-1.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mp3cddb
%define version 1.6
%define release 9

Summary:	Console MP3 renaming program
Name:		%{name}
Version: 	%{version}
Release: 	%{release}
Source0: 	%{name}-%{version}.tar.bz2
License: 	GPL
Group: 		File tools
Url: 		http://rufus.hackish.org/wiki/MP3cddb
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	perl-Term-ReadLine-Gnu

%description
Mp3cddb is a console MP3 renaming program. It can retrieve album data
automatically or manually from FreeDB, from ID3 tags, or from a blank
template. Files can be renamed into any imaginable directory structure
and format using a powerful yet simple configuration syntax.

%prep
%setup -q

%install
%__rm -rf $RPM_BUILD_ROOT
%__install -m 755 -D %{name}-%{version}.pl $RPM_BUILD_ROOT%{_bindir}/%{name}

%clean
%__rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-9
+ Revision: 56afad5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3061 |14cr|mp3_check-1.98-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:      mp3_check 
Summary:   A utility which analyzes mp3 files for errors and standards conformance
Version:   1.98
Release:   12
Group:     Sound
URL:	   https://sourceforge.net/project/?group_id=6126
License:   GPL
Source:    ftp://ftp.thedeepsky.com/outgoing/mp3_check-%version.tar.bz2

%define debug_package %{nil}

%description
Identify in explicit detail mp3s that do not correctly follow the mp3
format. Also look for invalid frame headers, missing frames, etc. This
can be especially important when building an archive, and you want
quality mp3s.  

%prep 
%setup -q

%build
%make CFLAGS="%optflags"

%install
mkdir -p %{buildroot}%{_bindir}
install -s -m 755 mp3_check %{buildroot}%{_bindir}

%files
%{_bindir}/mp3_check
%doc NOTES README THANKYOU WISHLIST MY_NOTES GOALS FOR_TESTING
%doc MILESTONE* TODO

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.98-12
+ Revision: 0279748
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3062 |14cr|mp3diags-1.2.276-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	MP3Diags
%define rev 276
#debuginfo-without-sources
%define debug_package	%{nil}

Name:		mp3diags
Version:	1.2.276
Release:	2
Summary:	Tool for finding and fixing problems in MP3 files
License:	GPLv2+
Group:		Sound
URL:		http://mp3diags.sourceforge.net/
# revision 276 30/06/2013 taballed svn not provided, so just co and compress
# svn co https://mp3diags.svn.sourceforge.net/svnroot/mp3diags/trunk/mp3diags mp3diags
Source0:	%{name}-%{rev}.tar.gz
BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel >= 4.4.0
BuildRequires:	boost-devel >= 1.37
BuildRequires:	boost-static-devel >= 1.37
BuildRequires:	zlib-devel
BuildRequires:	coreutils
BuildRequires:	desktop-file-utils

Suggests:	%{name}-doc

%description
It finds problems in MP3 files and helps the user to fix many of them. Looks
at both the audio part (VBR info, quality, normalization) and the tags
containing track information (ID3). It includes also a tag editor, which can
download album information (including cover art) from MusicBrainz and Discogs,
as well as paste data from the clipboard. Track information can also be
extracted from the file name. Another component is the file renamer, which can
rename files based on the fields in their ID3V2 tags (artist, track number,
album, genre, ...).

########################
%package -n %{name}-doc

Summary:	HTML documentation for %{name}
Group:		Books/Howtos
Requires:	%{name}

%description
Html documentation for %{name}

#######################

%prep
%setup -qn %{name}-%{rev}
perl -pi -e "s|/usr/local/bin|/usr/bin|" Install.sh
# M$ stuff not needed, package neither, that's we are here for, or most of us...
rm -rf Windows package

./AdjustMt.sh
./MakeTranslations.sh

%build
%qmake_qt4
%make


%install
# Creating tree
mkdir -p "%{buildroot}%{_bindir}" \
  "%{buildroot}%{_datadir}/applications" \
  "%{buildroot}%{_datadir}/%{name}/translations" \
  "%{buildroot}%{_docdir}/%{name}/html"

# 1. Menu entry
desktop-file-install --dir %{buildroot}%{_datadir}/applications desktop/%{oname}.desktop 

# 2. main executable
install -p -m755 bin/%{oname}-unstable %{buildroot}%{_bindir}/%{oname}

# 3. icons
for i in "16" "22" "24" "32" "36" "40" "48"; do
	mkdir -p "%{buildroot}/usr/share/icons/hicolor/${i}x${i}/apps"
	install -p -m644 "desktop/MP3Diags-unstable${i}.png" "%{buildroot}/usr/share/icons/hicolor/${i}x${i}/apps/MP3Diags.png"
done

# 4. localize
install -p -m644 src/translations/%{name}*.qm %{buildroot}%{_datadir}/%{name}/translations/

# 5. html documentation
install -p -m644 doc/html/{*.css,*.html,*.png,*.jpg,*.ico} -t %{buildroot}%{_docdir}/%{name}/html

# Get the SVN noise out of the main tree
find %{buildroot}%{_datadir}/%{name}/ -type d -name .svn -exec rm -rf {} 2>/dev/null ';' || :

%find_lang %{name} --with-qt


%files -f %{name}.lang 
%doc changelog.txt COPYING README.TXT
%exclude %{_docdir}/%{name}/html
%{_iconsdir}/hicolor/*/apps/MP3Diags.png
%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop


%files -n %{name}-doc
%{_docdir}/%{name}/html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.276-2
+ Revision: 5ba34f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3063 |14cr|mp3gain-1.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mp3gain
%define release 2
%define version 1.5.2
%define tarball_version 1_5_2_r2

Name:		%name
Version:	%version
Release:	%release
Summary:	Lossless MP3 volume adjustment tool

Group:		Sound
License:	LGPL
URL:		http://mp3gain.sourceforge.net
Source0:	http://osdn.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{tarball_version}-src.zip
Source1:	%{name}.1.bz2
Source2:	README.method
Patch0:		mp3gain_tempfile_default.patch
Patch2:		mp3gain_cflags.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
	

%description
MP3Gain analyzes and adjusts mp3 files so that they have the same
volume. It does not just do peak normalization, as many normalizers
do. Instead, it does some statistical analysis to determine how loud
the file actually sounds to the human ear. Also, the changes MP3Gain
makes are completely lossless. There is no quality lost in the change
because the program adjusts the mp3 file directly, without decoding
and re-encoding.


%prep
%setup -q -c %{name}-%{tarball_version}-src
%patch0 -p1 -b .tempfile
%patch2 -p1 -b .cflags
install -p -m 644 %{SOURCE2} .
%{__sed} -i 's/\r//' lgpl.txt


%build
%make


%install
rm -rf %{buildroot}
install -Dp -m 755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dp -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1.bz2


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc lgpl.txt README.method
%{_bindir}/%{name}
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-2
+ Revision: 5736ca3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3064 |14cr|mp3info-0.8.5a-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility for MP3 information and tag modification
Name:		mp3info
Version:	0.8.5a
Release:	8
Group:		Sound
License:	GPL
URL:		ftp://metalab.unc.edu/pub/linux/apps/sound/mp3-utils/mp3info
Source0:	ftp.debian.org/debian/pool/main/m/mp3info/%{name}-%{version}.tgz
Source1:	mp3info-16.png
Source2:	mp3info-32.png
Source3:	mp3info-48.png
Patch0:		mp3info-0.8.5a-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	ncurses-devel

%define debug_package %{nil}

%description
An MP3 technical info viewer and ID3 1.x tag editor.
MP3Info has an interactive mode (using curses) and a command line mode.
MP3Info can display ID3 tag information as well as various technical aspects
of an MP3 file including playing time, bit-rate, sampling frequency and other
attributes in a pre-defined or user-specifiable output format.
It also has a VERY configurable output.
mp3info is availlable with both ncurses and gtk UIs.

%prep
%setup -q -n %name-%version
%patch0 -p0

%build
%make CFLAGS="%{optflags}"

%install

mkdir -p %{buildroot}/{%{_bindir},%{_mandir}/man1}
%makeinstall prefix=%{buildroot} mandir=%{buildroot}%{_mandir}/man1

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=MP3 info
Name[ru]=Информация о MP3
Comment=Utility for MP3 information and tag modification
Comment[ru]=Утилита для модификации тэгов MP3
Exec=%{_bindir}/gmp3info
Icon=sound_section
Terminal=false
Type=Application
Categories=Audio;AudioVideo;AudioVideoEditing;
EOF

%files
%doc README ChangeLog mp3info.lsm LICENSE
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.5a-8
+ Revision: e20662b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3065 |14cr|mp3packer-1.26-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#ifarch x86_64
#define	binaryname	mp3packer64
#else
#define	binaryname	mp3packer
#endif

Summary:	MP3 reorganizer and repacker
Name:		mp3packer
Version:	1.26
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://omion.dyndns.org/
Source0:	http://omion.dyndns.org/%{name}/%{name}-%{version}_src.zip
#Patch0:	mp3packer-1.23-fix-linking.patch
BuildRequires:	ocaml
# The sources does not unpack with unzip
BuildRequires:	p7zip


%description
MP3packer is a program which can rearrange the data within an MP3 to fulfill
specific goals. By default, the program generates the smallest MP3 possible
(with the least padding). However, many people also use it to turn VBR files
into CBR for use with players which don't support VBR.


%prep
%setup -T -c
7z e %{SOURCE0}
#apply_patches
touch .depend


%build
make depend
%make
#%make %%{binaryname}


%install
mkdir -p %{buildroot}%{_bindir}/
cp %{name} %{buildroot}%{_bindir}/%{name}


%files
%doc *.html
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.26-2
+ Revision: 7c1559b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3066 |14cr|mp3splt-2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mp3splt
Summary:	Command line utility to split mp3 and ogg files
Version:	2.6
Release:	2
License:	GPLv2+
Group:		Sound
URL:		http://mp3splt.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	gettext >= 0.13.1
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(flac)
BuildRequires:	libmp3splt-devel >= 0.9.0


%description
Mp3Splt is a command line utility to split MP3 (VBR supported) and Ogg Vorbis
files between a beginning and an end time position, without decoding.

It's very useful to split large mp3/ogg to make smaller files or to split
entire albums to obtain original tracks. If you want to split an album, you
can select split points and filenames manually or you can get them
automatically from CDDB (internet or a local file) or from .cue files. 
It supports also automatic silence split, that can be used also to adjust
cddb/cue splitpoints. Otherwise if you have a file created either with
Mp3Wrap or AlbumWrap you can extract tracks just in few seconds.


%prep
%setup -q


%build
%configure2_5x \
	--enable-oggsplt_symlink \
	--enable-flacsplt_symlink \
	--disable-rpath
%make


%install
%makeinstall_std

%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_mandir}/man1/mp3splt.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6-2
+ Revision: e1e8fb4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3067 |14cr|mp3splt-gtk-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	with_docs	0
%define	want_gtk3	0

Name:		mp3splt-gtk
Version:	0.9
Release:	2
Summary:	GTK2 utility to split MP3 and Ogg Files without decoding
URL:		http://mp3splt.sourceforge.net
Group:		Sound
License:	GPLv2+
Source0:	http://prdownloads.sourceforge.net/mp3splt/%{name}-%{version}.tar.gz
Patch0:		%{name}-0.8.2-fix-format-string-error.patch
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	libmp3splt-devel >= 0.9.0
%if %{want_gtk3}
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0
%else
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.18
%endif
BuildRequires:	pkgconfig(libpng)
#BuildRequires:	pkgconfig(audacious)
BuildRequires:	pkgconfig(gnome-doc-utils)
#BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	gettext >= 0.13.1
BuildRequires:	rarian
%if %{with_docs}
BuildRequires:	doxygen
BuildRequires:	graphviz
%endif
BuildRequires:	desktop-file-utils

%description
This package contains a GTK2 utility to split mp3 and ogg files selecting a
begin and an end time position, without decoding. It is very useful to split
large mp3/ogg to make smaller files or to split entire albums to obtain
original tracks.


%prep
%setup -q
%patch0 -p1


%build
%configure2_5x \
%if %{want_gtk3}
		--enable-gtk3 \
%else
		--disable-gtk3 \
%endif
		--disable-rpath \
%if %{with_docs}
		--enable-doxygen_doc \
%else
		--disable-doxygen_doc \
%endif
		--disable-audacious
%make


%install
%makeinstall_std

# desktop file
mkdir -p %{buildroot}%{_datadir}/applications/
desktop-file-install	%{name}.desktop --dir %{buildroot}%{_datadir}/applications/ \
			--remove-category=Application

%find_lang %{name} --with-gnome


%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}*.*
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-2
+ Revision: 0d367e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3068 |14cr|mp3val-0.1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mp3val
%define version 0.1.8
%define release 3

Summary: Tool to validate and fix MPEG audio files
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://downloads.sourceforge.net/project/%name/%name/%{name}%%20%{version}/%{name}-%{version}-src.tar.gz
Patch: mp3val-0.1.7-src-fix-open.patch
License: GPLv2+
Group: Sound
Url: http://mp3val.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
MP3val is a small, high-speed tool for MPEG audio files validation and
(optionally) fixing problems. It was primarily designed for
verification of MPEG 1 Layer III (MP3) files, but supports also other
MPEG versions and layers.

%prep
%setup -q -n %name-%version-src
%patch -p1
chmod 644 changelog.txt manual.html

%build
%make -f Makefile.linux CXXFLAGS="%optflags"

%install
rm -rf $RPM_BUILD_ROOT
install -m 755 -D %name %buildroot%_bindir/%name

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc changelog.txt manual.html
%_bindir/%name



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8-3
+ Revision: 483a3d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3069 |14cr|mp3valgui-0.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mp3valgui
%define version 0.1.1
%define release 5

Summary: Tool to validate and fix MPEG audio files
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Sound
Url: http://mp3val.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Requires: pygtk2.0-libglade
Requires: mp3val

%description
MP3val is a small, high-speed tool for MPEG audio files validation and
(optionally) fixing problems. It was primarily designed for
verification of MPEG 1 Layer III (MP3) files, but supports also other
MPEG versions and layers.

This is a GUI for MP3val.

%prep
%setup -q -n %name

%build

%install
rm -rf $RPM_BUILD_ROOT
install -d %buildroot%_datadir/%name
install -m 755 mp3valgui.py %buildroot%_datadir/%name
install -m 644 mp3valgui.glade %buildroot%_datadir/%name
install -d %buildroot%_bindir
cat > %buildroot%_bindir/%name << EOF
#!/bin/sh
exec %_datadir/%name/mp3valgui.py "\$*"
EOF
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=MP3val
Comment=Validate and fix MPEG audio files
Exec=%{name}
Icon=sound_section
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-Multimedia-Sound;GTK;Audio;
EOF


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS NEWS
%attr(755,root,root) %_bindir/%name
%_datadir/%name
%_datadir/applications/mandriva-%name.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-5
+ Revision: 9a8897a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3070 |14cr|mp-5.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	kde4
%define		basever	5

Name:		mp
Version:	5.2.2
Release:	2
Summary:	Minimum Profit - Programmer Text Editor	
Group:		Editors 
License:	GPL
URL:		http://triptico.com
Source0:	http://triptico.com/download/%{name}-%{version}.tar.gz
BuildRequires:	ncursesw-devel
BuildRequires:	qt4-devel
%if %with kde4
BuildRequires:	kdelibs4-devel
%endif
Provides:	minimum-profit = %{EVRD}
Patch0:		mp-5.2.1-prll.patch


%description

Minimum Profit (mp) is a text editor for programmers. Among its features
are the following:

 - Fully scriptable using a C-like scripting language.
 - Unlimited undo levels.
 - Complete Unicode support.
 - Multiple files can be edited at the same time and blocks copied
   and pasted among them.
 - Syntax highlighting for many popular languages / file formats: C, C++,
   Perl, Shell Scripts, Ruby, Php, Python, HTML...
 - Creative use of tags: tags created by the external utility _ctags_
   are used to move instantaneously to functions or variables inside
   your current source tree. Tags are visually highlighted (underlined),
   and symbol completion can be triggered to avoid typing your own function
   names over and over.


%prep
%setup -q
%patch0 -p1

%build
./config.sh --prefix="%{_prefix}" --without-win32 \
%if %with kde4
	--with-kde4 \
%endif
	%{nil}

make MOC=%{qt4bin}/moc

%install
mkdir -p %{buildroot}/%{_bindir}
%makeinstall_std

%files
%doc COPYING README
%{_bindir}/%{name}-%{basever}
%{_bindir}/mpsl
%{_mandir}/man1/%{name}-%{basever}.*
%{_docdir}/%{name}-%{basever}
%{_datadir}/%{name}-%{basever}
%{_datadir}/locale/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.2.2-2
+ Revision: d859101
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3071 |14cr|mpc-0.25-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A command-line client for MPD
Name:		mpc
Version:	0.25
Release:	3
License:	GPLv2+
Group:		Sound
Url:		http://www.musicpd.org/
Source0:	http://www.musicpd.org/download/mpc/0/%{name}-%{version}.tar.xz
# Requires:	mpd
BuildRequires:	pkgconfig(libmpdclient)

%description
A command line tool to interface MPD. Scriptable.
Features:
* Bash tab completion
* Can pipe output of other commands into mpc.

%files
%doc README AUTHORS COPYING doc/*.sh
%{_sysconfdir}/bash_completion.d/mpc
%{_bindir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
cp doc/mpc-completion.bash %{buildroot}%{_sysconfdir}/bash_completion.d/mpc

rm -rf %{buildroot}%{_docdir}/%{name}/


%changelog
* Thu Sep 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.25-3
+ Revision: e443c77
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3072 |14cr|mpdscribble-0.22-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mpd client which submits information about tracks being played to Lastfm
Name:		mpdscribble
Version:	0.22
Release:	4
License:	GPLv2+
Group:		Sound
Url:		http://mpd.wikia.com/wiki/Client:Mpdscribble
Source0:	http://downloads.sourceforge.net/musicpd/%{name}-%{version}.tar.bz2
Requires:	mpd
BuildRequires:	libmpdclient-devel >= 2.2
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Mpdscribble is a music player daemon client which submits information about
tracks being played to Last.fm (formerly audioscrobbler), with the following
features:
* written in C, consumes very little memory and CPU
* full support for MPD's "idle" mode
* last.fm protocol 1.2 (including "now playing") supports seeking, crossfading,
* repeated songs 

%prep
%setup -q

%build
%configure
%make

%install
rm -rf %{buildroot}
%makeinstall_std

mkdir -p %{buildroot}/var/cache/mpdscribble/
touch %{buildroot}/var/cache/mpdscribble/cache

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README AUTHORS COPYING NEWS
%{_bindir}/mpdscribble
%{_mandir}/*/*
%{_sysconfdir}/mpdscribble.conf
%attr(0600,mpd,audio) %dir /var/cache/mpdscribble
%attr(0600,mpd,audio) /var/cache/mpdscribble/cache




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.22-4
+ Revision: 5cd3454
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3073 |14cr|mpeg-stat-2.2b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 		mpeg-stat
Version: 		2.2b
Release:		3

Summary: 	MPEG-1 video analyser
Source0: 	mpeg_stat-%{version}-src.tar.gz
#http://bmrc.berkeley.edu/ftp/pub/multimedia/mpeg/stat/mpeg_stat-2.2b-src.tar.gz
License: 	BSD
Group:	 	Video
BuildRoot: 	%{_tmppath}/%{name}-%{version}
URL:		http://bmrc.berkeley.edu/research/mpeg/

%description
MPEG_STAT gathers all lot of statistics (e.g., bitrate, real Q-scale 
information, detailed motion vector/cbp information, constrained parameter 
checking, etc.).


%prep
%setup -q -n mpeg_stat

%build
%make mpeg_stat

%install
rm -rf %{buildroot}
install -D -m 755 mpeg_stat %{buildroot}%{_bindir}/mpeg_stat
install -D -m 644 mpeg_stat.1 %{buildroot}%{_mandir}/man1/mpeg_stat.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ../ANNOUNCE BUGS CHANGES COPYRIGHT README
%{_bindir}/mpeg_stat
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2b-3
+ Revision: 63156bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3074 |14cr|mpfi-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name			mpfi
%define version			1.5
%define release			3
%define major			0
%define libmpfi			%mklibname %{name} %{major}
%define libmpfi_devel		%mklibname %{name} -d
%define libmpfi_static_devel	%mklibname %{name} -d -s

Name:		%{name}
Group:		Sciences/Mathematics
License:	LGPL
Summary:	Interval arithmetic multi-precision based on GMP and MPFR
Version:	%{version}
Release:	%{release}
Source:		http://gforge.inria.fr/frs/download.php/22256/%{name}-%{version}.tar.bz2
URL:		http://gforge.inria.fr/projects/mpfi/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	gmp-devel
BuildRequires:	mpfr-devel

%description
MPFI is a C library for interval arithmetic multi-precision based on
the GMP and MPFR libraries.

%package	-n %{libmpfi}
Summary:	lib%{name} dynamic library
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}

%description	-n %{libmpfi}
lib%{name} dynamic library. MPFI is a C library for interval
arithmetic multi-precision based on the GMP and MPFR libraries.

%package	-n %{libmpfi_devel}
Summary:	lib%{name} libraries, includes, etc
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libmpfi} = %{version}-%{release}

%description	-n %{libmpfi_devel}
lib%{name} libraries, includes, etc. MPFI is a C library for interval
arithmetic multi-precision based on the GMP and MPFR libraries.

%package	-n %{libmpfi_static_devel}
Summary:	lib%{name} static libraries
Group:		Development/C
Provides:	%{name}-static-devel = %{version}-%{release}

%description	-n %{libmpfi_static_devel}
lib%{name} static libraries. MPFI is a C library for interval
arithmetic multi-precision based on the GMP and MPFR libraries.

%prep
%setup -q -n %{name}-%{version}

%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x
%make

%install
rm -fr %buildroot
%makeinstall_std
rm %{buildroot}%{_libdir}/*.la

%clean
rm -rf %{buildroot}

%files		-n %{libmpfi}
%defattr(-,root,root)
%{_libdir}/*.so.*

%files		-n %{libmpfi_devel}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so
%{_infodir}/*

%files		-n %{libmpfi_static_devel}
%defattr(-,root,root)
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-3
+ Revision: 37a0abd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3075 |14cr|mpfrcx-0.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libmajor	1
%define libname		%mklibname %{name} %{libmajor}
%define libname_devel	%mklibname %{name} -d

Summary:	Arithmetic of univariate polynomials
Name:		mpfrcx
Version:	0.4.1
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.multiprecision.org/%{name}
Source0:	http://www.multiprecision.org/mpfrcx/download/%{name}-%{version}.tar.gz
BuildRequires:	gmp-devel
BuildRequires:	mpfr-devel
BuildRequires:	libmpc-devel

%description
Mpfrcx is a library for the arithmetic of univariate polynomials over
arbitrary precision real (Mpfr) or complex (Mpc) numbers, without control
on the rounding. For the time being, only the few functions needed to
implement the floating point approach to complex multiplication are
implemented. On the other hand, these comprise asymptotically fast
multiplication routines such as Toom-Cook and the FFT.

%package	-n %{libname}
Summary:	Arithmetic of univariate polynomials
Group:		System/Libraries

%description	-n %{libname}
Mpfrcx is a library for the arithmetic of univariate polynomials over
arbitrary precision real (Mpfr) or complex (Mpc) numbers, without control
on the rounding. For the time being, only the few functions needed to
implement the floating point approach to complex multiplication are
implemented. On the other hand, these comprise asymptotically fast
multiplication routines such as Toom-Cook and the FFT.

%package	-n %{libname_devel}
Summary:	Development headers and libraries for MPFRCX
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description	-n %{libname_devel}
Development headers and libraries for MPFRCX.

%prep
%setup -q

%build
%configure2_5x			\
	--enable-shared		\
	--disable-static

%make

%install
%makeinstall_std

%check
make check

%files -n %{libname}
%{_libdir}/libmpfrcx.so.%{libmajor}*

%files -n %{libname_devel}
%doc AUTHORS NEWS README TODO
%{_includedir}/mpfrcx.h
%{_infodir}/mpfrcx.info*
%{_libdir}/libmpfrcx.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-2
+ Revision: bf663ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3076 |14cr|mpg321-0.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mpg123-clone
Name:		mpg321
Version:	0.3.2
Release:	2
Group:		Sound
License:	GPLv2+
URL:		http://sourceforge.net/projects/mpg321
Source:		http://downloads.sourceforge.net/%{name}/%{name}_%{version}.orig.tar.gz
Patch0:		mpg321-help.patch
Patch1:		mpg321-0.2.12-fix-str-fmt.patch
Patch2:		mpg321-0.2.11-set-channel-mapping.patch
BuildRequires:	mad-devel >= 0.13 
BuildRequires:	libao-devel >= 0.8.0
BuildRequires:	libid3tag-devel
BuildRequires:	libalsa-devel

%description
mpg321 is a Free clone of mpg123, a command-line MP3 player. It is designed to
be a drop-in replacement for mpg123, and therefore its interface has been
designed around that of mpg123, without using any of its code. mpg321 has been
designed for use with frontends such as gqmpeg, although it is just as useful
on the command-line. Unlike mpg123, it supports ESD and ALSA output without
recompiling, and it does all MP3 decoding with only fixed-point math by using
the mad MPEG audio decoder library.


%prep
%setup -qn %{name}-%{version}-orig
%patch0 -p0
%patch1 -p0
%patch2 -p1
# Fix wrong-file-end-of-line-encoding
sed -i 's/\r//' NEWS

%build
%configure2_5x --enable-mpg123-symlink=no # Uncomment option once mainstream.
%make

%install
%makeinstall_std

%files
%doc BUGS AUTHORS HACKING NEWS README* THANKS TODO
%{_mandir}/man1/*
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-2
+ Revision: f699642
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3077 |14cr|mpich2-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		1.2
%define	libname		%mklibname mpich 2 %{major}
%define develname 	%mklibname mpich 2 -d
%define old_libname	%mklibname mpich 1
%define mpihome		/home/mpi


Name: 		mpich2
Version: 	1.2.1
Release: 	4
Summary: 	Portable implementation of MPI
Source0: 	http://www-unix.mcs.anl.gov/mpi/mpich/downloads/%{name}-%{version}.tar.gz
Patch0:		%{name}-1.0.7.soname.patch
Patch1:		mpich2-1.0.8-fix-str-fmt.patch
Patch2:		mpich2-modules.patch
Patch3:		mpich2_mpiexec.c.patch
URL: 		http://www-unix.mcs.anl.gov/mpi/mpich/
License:	BSD-style 
Group:		System/Cluster
Requires: 	%{libname} = %{version}
Requires:	expect
Requires:	python
BuildRequires:	gcc-gfortran
BuildRequires:	python
BuildConflicts:	g95
BuildRequires:	pkgconfig(x11)
Conflicts:	mpich >= 1.2

%description
MPICH is a freely available, portable implementation of MPI, the Standard 
for message-passing libraries.
MPICH-A Portable Implementation of MPI is a MPI Standard conforming library 
that was developed by the Argonne National Laboratory. It allows different 
processes across a network of workstations to communicate using specific 
message passing functions. It includes librairies, parallel debuging tools 
and docs.

This package provides the libraries that use the standard p4 device.

%package doc
Summary:	Documentation for developing programs that will use MPICH
Group:		System/Cluster

%description doc
MPICH is a freely available, portable implementation of MPI, the Standard 
for message-passing libraries.
MPICH-A Portable Implementation of MPI is a MPI Standard conforming library 
that was developed by the Argonne National Laboratory. It allows different 
processes across a network of workstations to communicate using specific 
message passing functions. It includes librairies, parallel debuging tools 
and docs.

This package provides the documentation needed to develop
applications using the MPICH libraries.

%package -n %{libname}
Summary:	Shared Librairies for MPICH
Group:		System/Cluster
Conflicts:	%{old_libname} >= 1.2
Provides:	lib%{name} = %{EVRD}
Conflicts:	libmpich

%description  -n %{libname}
Shared Librairies for MPICH

%package -n %{develname}
Summary:	Headers for developing programs that will use MPICH
Group:		System/Cluster
Requires:	%{libname} = %{version}
Conflicts:	%{old_libname}-devel >= 1.2
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	lam-devel, mpich1-devel
Obsoletes:	%mklibname -d mpich 2 1.0.4
Obsoletes:	%mklibname -d mpich 2 1.0.5

%description -n %{develname}
MPICH is a freely available, portable implementation of MPI, the Standard 
for message-passing libraries.
MPICH-A Portable Implementation of MPI is a MPI Standard conforming library 
that was developed by the Argonne National Laboratory. It allows different 
processes across a network of workstations to communicate using specific 
message passing functions. It includes librairies, parallel debuging tools 
and docs.

This package provides the static libraries and header files needed to compile
applications using the MPICH libraries.

%package -n mpi2cc
Summary:	The MPICH wrapper over the C compiler
Group:		Development/C
Conflicts:	mpicc >= 1.2, lam-devel
Requires:	gcc >= 3.2
Requires:	%{develname} = %{version}

%description -n mpi2cc
MPICH is a freely available, portable implementation of MPI, the Standard 
for message-passing libraries.
MPICH-A Portable Implementation of MPI is a MPI Standard conforming library 
that was developed by the Argonne National Laboratory. It allows different 
processes across a network of workstations to communicate using specific 
message passing functions. It includes librairies, parallel debuging tools 
and docs.

This package provides the shell script mpicc, with headers, which allows to
compile C programs using the MPICH libraries.

%package -n mpi2cxx
Summary:	The MPICH wrapper over the C++ compiler
Conflicts:	mpic++ >= 1.2, lam-devel
Group:		Development/C++
Requires:	gcc-c++ >= 3.2
Requires:	%{develname} = %{version}

%description -n mpi2cxx
MPICH is a freely available, portable implementation of MPI, the Standard 
for message-passing libraries.
MPICH-A Portable Implementation of MPI is a MPI Standard conforming library 
that was developed by the Argonne National Laboratory. It allows different 
processes across a network of workstations to communicate using specific 
message passing functions. It includes librairies, parallel debuging tools 
and docs.

This package provides the shell script mpiCC, with headers, which allows to
compile C++ programs using the MPICH libraries.

%package -n mpi2f77
Summary:	The MPICH wrapper over the Fortran 77 compiler
Group:		System/Cluster
Conflicts:	mpif77 >= 1.2, lam-devel
Requires:	gcc-gfortran >= 3.2
Requires:	%{develname} = %{version}

%description -n mpi2f77
MPICH is a freely available, portable implementation of MPI, the Standard 
for message-passing libraries.
MPICH-A Portable Implementation of MPI is a MPI Standard conforming library 
that was developed by the Argonne National Laboratory. It allows different 
processes across a network of workstations to communicate using specific 
message passing functions. It includes librairies, parallel debuging tools 
and docs.

This package provides the shell script mpif77, with headers, which allows to
compile Fortran 77 (NOT Fortran 90!) programs using the MPICH libraries.

%package -n mpi2f90
Summary:	The MPICH wrapper over the Fortran 90 compiler
Group:		System/Cluster
Requires:	gcc-gfortran >= 3.2
Requires:	%{develname} = %{version}

%description -n mpi2f90
MPICH is a freely available, portable implementation of MPI, the Standard 
for message-passing libraries.
MPICH-A Portable Implementation of MPI is a MPI Standard conforming library 
that was developed by the Argonne National Laboratory. It allows different 
processes across a network of workstations to communicate using specific 
message passing functions. It includes librairies, parallel debuging tools 
and docs.

This package provides the shell script mpif90, with headers, which allows to
compile Fortran 90 (NOT Fortran 77!) programs using the MPICH libraries.

%prep
%setup -q
#%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p1

%build
export F90=/usr/bin/gfortran
export F77=/usr/bin/gfortran

%configure2_5x \
	--datadir=%{_datadir}/mpich/ \
	--docdir=%{_datadir}/doc/%{name}-doc-%{version} \
	--htmldir=%{_datadir}/doc/%{name}-doc-%{version}/www \
	--enable-cache \
	--enable-f77 \
	--enable-f90 \
	--enable-cxx \
	--enable-romio \
	--enable-smpcoll \
	--enable-async-progress \
	--enable-mpe \
	--enable-threads=default \
	--with-mpe \
	--with-arch=LINUX \
	--enable-sharedlibs=gcc \
	--disable-weak-symbols

#	--enable-nmpi-as-mpi \
make

%install
%makeinstall_std

# fix end of lines
perl -pi -e 'tr/\r//d;' \
    %{buildroot}%{_datadir}/doc/%{name}-doc-%{version}/www/index.htm \
    %{buildroot}%{_datadir}/doc/%{name}-doc-%{version}/www/www1/index.htm \
    %{buildroot}%{_datadir}/doc/%{name}-doc-%{version}/www/www3/index.htm

# fix configuration
rm -f %{buildroot}%{_prefix}/etc/*.in
sed -i -e '1,2d' %{buildroot}%{_sysconfdir}/*.conf

# move other examples under %{_docdir}
mv %{buildroot}%{_datadir}/mpich %{buildroot}%{_datadir}/doc/%{name}-doc-%{version}/examples

# Cleaning uncessary files 
rm -f %{buildroot}%{_libdir}/*.jar
rm -f %{buildroot}%{_libdir}/*.o
rm -rf %{buildroot}%{_prefix}/sbin
rm -rf %{buildroot}%{_datadir}/logfiles
rm -rf %{buildroot}%{_bindir}/clog*
rm -rf %{buildroot}%{_bindir}/slog*
rm -rf %{buildroot}%{_bindir}/jumpshot
rm -rf %{buildroot}%{_bindir}/logconvertor
rm -f %{buildroot}%{_bindir}/rlogTOslog2
rm -f %{buildroot}%{_bindir}/rlog_check_timeorder
rm -f %{buildroot}%{_bindir}/rlog_print
rm -f %{buildroot}%{_bindir}/rlogprint
rm -f %{buildroot}%{_bindir}/traceTOslog2.in
rm -f %{buildroot}%{_bindir}/traceprint.in
rm -f %{buildroot}%{_libdir}/libTraceInput.la

cat > README.urpmi <<EOF
Post-installation procedure:
- create a user with constant uid/gid and shared home directory on all nodes
- ensure this user has rsh/ssh access to all nodes
For instance, a solution could be:
	# groupadd -g 12384 -r -f mpi 
	# useradd -u 12384 -g mpi -d %{mpihome} -r -s /bin/bash mpi -p "" -m
	# mkpasswd -l 32 | passwd --stdin mpi 2>&1 > /dev/null
	# ssh-keygen -f %{mpihome}/.ssh/id_dsa -t dsa -N "" 2>&1 > /dev/null
	# chown mpi:mpi %{mpihome}/.ssh/id_dsa
	# chmod 600 %{mpihome}/.ssh/id_dsa
EOF

%files
%doc COPYRIGHT README.urpmi
%{_bindir}/check_callstack
%{_bindir}/mpd*
%{_bindir}/mpi*
%{_bindir}/pmi_proxy 
%{_bindir}/parkill
%{_mandir}/man1/mpd*.1*
%{_mandir}/man1/Zeroconf.1*
%{_mandir}/man1/mpiexec.1*
%{_mandir}/man1/MPI.1*
%{_mandir}/man4/MPE*
%config(noreplace) %{_sysconfdir}/mpe_*
%config(noreplace) %{_sysconfdir}/mpixxx_opts.conf
%exclude %{_bindir}/mpicc
%exclude %{_bindir}/mpicxx
%exclude %{_bindir}/mpif77
%exclude %{_bindir}/mpif90

%files -n %{libname}
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.1

%files -n %{develname}
%doc COPYRIGHT
%{_mandir}/man3/*.3*
%{_includedir}/*.h
%{_includedir}/*.mod
%{_includedir}/primitives/opa*.h
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files doc
%{_datadir}/doc/%{name}-doc-%{version}

%files -n mpi2cc
%doc COPYRIGHT
%{_bindir}/mpicc
%config(noreplace) %{_sysconfdir}/mpicc.conf
%{_mandir}/man1/mpicc.1*

%files -n mpi2cxx
%doc COPYRIGHT
%{_bindir}/mpicxx
%config(noreplace) %{_sysconfdir}/mpicxx.conf
%{_mandir}/man1/mpicxx.1*

%files -n mpi2f77
%doc COPYRIGHT
%config(noreplace) %{_sysconfdir}/mpif77.conf
%{_bindir}/mpif77
%{_mandir}/man1/mpif77.1*

%files -n mpi2f90
%doc COPYRIGHT
%config(noreplace) %{_sysconfdir}/mpif90.conf
%{_bindir}/mpif90
%{_mandir}/man1/mpif90.1*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-4
+ Revision: ab4126b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3078 |14cr|mpir-2.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define distsuffix mrb

%define libmajor	0
%define libname		%mklibname %{name} %{libmajor}


Name:			mpir
Version:		2.6.0
Release:		2
Summary:		A library for arbitrary precision arithmetic
Group:			System/Libraries
License:		LGPLv3+
URL:			http://www.mpir.org/
Source0:		http://www.mpir.org/%{name}-%{version}.tar.lzma
# Fix a broken test.
Patch0:			%{name}-test.patch
# Enable x86_64 support
Patch1:			%{name}-aarch64.patch
BuildRequires:		m4
BuildRequires:		yasm

%description 
MPIR is an open source multi-precision integer library derived from
version 4.2.1 of the GMP (GNU Multi Precision) project.

%package -n %{libname}
Summary:    Multi-precision integer library
Group:      System/Libraries
Provides:   %{name} = %{version}-%{release}

%description -n %{libname}
MPIR is an open source multi-precision integer library derived from
version 4.2.1 of the GMP (GNU Multi Precision) project.


#--------------
%package  -n %{libname}-devel
Summary:		Development files for %{name}
Group:			Development/C
Requires:		%{libname} = %{version}-%{release}
Provides:		%{name}-devel = %{version}-%{release}
Provides:		%{libname}-devel

%description	-n %{libname}-devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

#-------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0

# Convert ISO-8859-1 files to UTF-8, preserving timestamps
for fil in AUTHORS NEWS; do
  iconv --from=ISO-8859-1 --to=UTF-8 $fil -o $fil.conv
  touch -r $fil $fil.conv
  mv -f $fil.conv $fil
done

# Convert Windows-style line endings to Unix-style
for fil in doc/devel/* doc/isa_abi_headache; do
  sed 's/\r//' $fil > $fil.conv
  touch -r $fil $fil.conv
  mv -f $fil.conv $fil
done

%build
%configure2_5x --disable-static --enable-cxx \
  CCAS="gcc -c -Wa,--noexecstack" \
  LIBS="-lrt" \
  LDFLAGS="$RPM_LD_FLAGS -Wl,--as-needed -Wl,-z,noexecstack"

# Remove YASM, just use the system yasm
rm -rf yasm/*
ln -s %{_bindir}/yasm yasm/
cat > yasm/Makefile << EOT
all install check: 
	/bin/true
EOT

# Get rid of undesirable hardcoded rpaths; workaround libtool reordering
# -Wl,--as-needed after all the libraries.
sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
    -e 's|^LTCC="gcc|LTCC="gcc -Wl,--as-needed|' \
    -e 's|^CC="gcc|CC="gcc -Wl,--as-needed|' \
    -e 's|^CC="g++|CC="g++ -Wl,--as-needed|' \
    -i libtool

# Compile
export LD_LIBRARY_PATH=`pwd`/.libs
%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'
rm -rf %{buildroot}%{_infodir}/dir
mv doc/devel doc/html

%check
export LD_LIBRARY_PATH=`pwd`/.libs
make check

%files  -n %{libname}
%doc AUTHORS COPYING COPYING.LIB NEWS README
%{_libdir}/*.so.*

%files -n %{libname}-devel
%doc doc/html doc/isa_abi_headache
%{_includedir}/*
%{_libdir}/*.so
%{_infodir}/mpir.info*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.0-2
+ Revision: 73db530
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3079 |14cr|mplayer-fonts-1.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fonts for MPlayer
Name:		mplayer-fonts
Version:	1.0
Release:	17
License:	GPL
Group:		Video
Url:		http://www.mplayerhq.hu
Source0:	koi8r-font.tar.bz2
Source1:	mp-arial-iso-8859-1.tar.bz2
Source2:	mp-arial-iso-8859-2.tar.bz2
Buildarch:	noarch

%description
This packages includes following fonts:
- Fonts & symbols package for OSD (ISO 8859-1), by Arpi
- Fonts & symbols package for OSD (ISO 8859-2), by Arpi
- Russian fonts, by Nick Kurshev

%files
%{_datadir}/mplayer/fonts/

%post
update-alternatives --install %{_datadir}/mplayer/font mplayer-fonts %{_datadir}/mplayer/fonts/iso-8859-1/arial-24 30
update-alternatives --install %{_datadir}/mplayer/font mplayer-fonts %{_datadir}/mplayer/fonts/iso-8859-2/arial-24 20
update-alternatives --install %{_datadir}/mplayer/font mplayer-fonts %{_datadir}/mplayer/fonts/koi8r-font 10

%postun
update-alternatives --remove mplayer-fonts %{_datadir}/mplayer/fonts/iso-8859-1/arial-24
update-alternatives --remove mplayer-fonts %{_datadir}/mplayer/fonts/iso-8859-2/arial-24
update-alternatives --remove mplayer-fonts %{_datadir}/mplayer/fonts/koi8r-font

#----------------------------------------------------------------------------

%prep
%setup -q -c
%setup -q -c -T -D -a1
%setup -q -c -T -D -a2

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/mplayer/fonts
cp -r * %{buildroot}%{_datadir}/mplayer/fonts


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-17
+ Revision: 1aa30d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3080 |14cr|mpop-1.0.27-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A POP3 client that retrieves mail from POP3 mailboxes
Name:		mpop
Version:	1.0.27
Release:	3
License:	GPLv2+
Group:		Networking/Mail
URL:		http://mpop.sourceforge.net/
Source0:	http://heanet.dl.sourceforge.net/sourceforge/mpop/%{name}-%{version}.tar.bz2
BuildRequires:	libgcrypt-devel
BuildRequires:	gnutls-devel
BuildRequires:	libgpg-error-devel
BuildRequires:	libgsasl-devel 
#<- not packaged yet, why?
BuildRequires:	libidn-devel
BuildRequires:	zlib-devel

%description
mpop is a small, fast, and portable POP3 client. Its features include
header-based email filtering (filter junk mail before downloading it), delivery
to mbox files, maildir folders, or a mail delivery agent, a very fast POP3
implementation, many authentication methods, and good support for TLS/SSL.

%prep
%setup -q

%build
%configure2_5x \
    --enable-threads=pth \
    --disable-rpath \
    --with-ssl=gnutls \
    --with-libgnutls-prefix=%{_prefix} \
    --with-libidn \
    --with-libidn-prefix=%{_prefix}

#    --with-libgsasl \
#    --with-libgsasl-prefix=%{_prefix} \

%make

%install
%makeinstall_std
%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS NOTES README THANKS
%{_bindir}/%{name}
%{_infodir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.27-3
+ Revision: a76b0f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3081 |14cr|mppenc-1.16-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Musepack encoder
Name:		mppenc
Version:	1.16
Release:	9
License:	LGPLv2.1+
Group:		Sound
Url:		http://www.musepack.net/
Source0:	http://files.musepack.net/source/mppenc-%{version}.tar.bz2
Patch0:		mppenc-1.16-cflags.patch
BuildRequires:	cmake

%description
This program handles encoding of the MPC format, which is an audio
compression format with a strong emphasis on high quality. It's not
lossless, but it is designed for transparency, so that you won't be
able to hear differences between the original wave file and the much
smaller MPC file. It is based on the MPEG-1 Layer-2 / MP2 algorithms,
but since 1997 it has rapidly developed and vastly improved and is now
at an advanced stage in which it contains heavily optimized and
patentless code.

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%doc Changelog
%{_bindir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.16-9
+ Revision: b3d7ae7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3082 |14cr|mpqc-2.3.1-15.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		7
%define	libname		%mklibname SC %{major}
%define develname	%mklibname SC -d

Summary:	Ab-inito chemistry program
Name:		mpqc
Version:	2.3.1
Release:	15.2
License:	GPLv2+
Group:		Sciences/Chemistry
Source0:	http://prdownloads.sourceforge.net/mpqc/%name-%version.tar.bz2
URL:		http://mpqc.org/
BuildRequires:	flex bison lapack-devel
BuildRequires:	gcc-gfortran tk blas-devel mpich2-devel doxygen
BuildRequires:	autoconf
BuildConflicts:	gcc3.3-g77

%description
MPQC is the Massively Parallel Quantum Chemistry Program. It computes 
properties of atoms and molecules from first principles using the time 
independent SchrÃ¶dinger equation. It runs on a wide range of architectures 
ranging from individual workstations to symmetric multiprocessors to 
massively parallel computers. Its design is object oriented, using the C++ 
programming language.

If you want to use this program on a distributed (parallel) network, you'll 
also have to install the libmpich package.

%package data
Summary:	Atom info and basis sets from MPQC
Group:		Sciences/Chemistry

%description data
Atom info and basis sets from MPQC.

%package html
Summary:	HTML documentation for MPQC
Group:		Sciences/Chemistry

%description html
This package contains the full documentation for MPQC that can be viewed
with a graphical browser like Mozilla.
 
%package -n molrender
Summary:	Graphical molecular rendering program
Group:		Sciences/Chemistry

%description -n molrender
This package graphically renders 3D molecules based on the output of 
computational chemistry packages like mpqc.

%package -n %{libname}
Summary:	Main libraries for %{name}
Group:		System/Libraries
Requires:	%{name}-data

%description -n %{libname}
This package contains the library needed to run programs dynamically linked 
with %libname, the scientific computing toolkit, based on mpqc computational 
chemistry package from Sandia Labs.

%package -n %{develname}
Summary:	Main libraries for %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	libSC-devel
Provides:	SC-devel

%description -n %{develname}
This package contains the library needed to run programs dynamically linked
with %libname, the scientific computing toolkit, based on mpqc computational
chemistry package from Sandia Labs.

%prep
%setup -q

%build
sed -i -e 's,prefix\/lib,prefix\/%{_lib},g' configure.in
autoconf
%configure2_5x \
	--enable-shared \
	--disable-static \
	--enable-threads
make
cd doc
%make
make man1
make man3

%install
echo hello
make install installroot=%{buildroot}
make install_devel installroot=%{buildroot}
cp -r doc/man %{buildroot}%{_datadir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Molrender
Comment=Ab-inito chemistry program
Exec=%{_bindir}/tkmolrender
Icon=sciences_section
Terminal=false
Type=Application
Categories=Science;Chemistry;
EOF

# inelegant workaround to fix sc-config
sed -i -e 's:libSCdft.la libSCscf.la libSCwfn.la:libSCwfn.la libSCdft.la libSCscf.la:' %{buildroot}%{_bindir}/sc-config

%multiarch_binaries %{buildroot}%{_bindir}/sc-config

# To fix unstripped-binary-or-object error
chmod 0755 %{buildroot}%{_libdir}/lib*.so.%{major}*

%files
%doc CHANGES CITATION LICENSE README
%{_bindir}/mpqc
%{_bindir}/chkmpqcout
%{_bindir}/scls
%{_bindir}/scpr
%{_bindir}/*run
%{_mandir}/man1/mpqc*
%{_mandir}/man1/scls*
%{_mandir}/man1/scpr*

%files data
%{_datadir}/%{name}

%files html
%doc doc/html

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_bindir}/sc-*
%{multiarch_bindir}/sc-config
%{_libdir}/lib*.so
%{_includedir}/*
%{_mandir}/man1/sc-*
%{_mandir}/man3/*

%files -n molrender
%{_bindir}/molrender
%{_bindir}/tkmolrender
%{_datadir}/applications/mandriva-%{name}.desktop
%{_mandir}/man1/molrender*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-15.2
+ Revision: 19734b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3083 |14cr|mpt-status-1.2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Program Showing the Status of LSI FusionMPT RAID Controller
Name:		mpt-status
Version:	1.2.0
Release:	7
License:	GPLv2+
Group:		Monitoring
Url:		http://www.drugphish.ch/~ratz/mpt-status/
Source0:	http://www.drugphish.ch/~ratz/mpt-status/%{name}-%{version}.tar.gz
Source1:	mpt-status-cron.conf
Source2:	mpt-status.crond
Source3:	mpt-status-cron
Source4:	README.Mandriva
Patch0:		mpt-status.linux-compiler.patch
BuildRequires:	kernel-source-latest
Requires:	nail

%description
This program shows the status of the physical and logical drives attached to a
LSI FusionMPT RAID (mptlinux, fusion, mpt, ioc) controller.

%files
%doc doc/* README.Mandriva
%dir %{_sysconfdir}/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/mpt-status-cron.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/%{name}
%dir %{_datadir}/%{name}
%attr(0755,root,root) %{_datadir}/%{name}/mpt-status-cron
%{_bindir}/*
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

cp %{SOURCE1} mpt-status-cron.conf
cp %{SOURCE2} mpt-status.crond
cp %{SOURCE3} mpt-status-cron
cp %{SOURCE4} README.Mandriva

%build
spath=%(find /usr/src/ -name mpi_type.h | sed s,"/lsi/mpi_type.h",,g)
gcc %{optflags} -I$spath -Iincl mpt-status.c -o mpt-status

%install
install -d %{buildroot}%{_sysconfdir}/cron.d
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_datadir}/%{name}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man8

install -m0755 mpt-status %{buildroot}%{_bindir}
install -m0644 man/mpt-status.8 %{buildroot}%{_mandir}/man8

install -m0644 mpt-status-cron.conf %{buildroot}%{_sysconfdir}/%{name}/mpt-status-cron.conf
install -m0644 mpt-status.crond %{buildroot}%{_sysconfdir}/cron.d/%{name}
install -m0755 mpt-status-cron %{buildroot}%{_datadir}/%{name}/mpt-status-cron


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-7
+ Revision: f131d4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3084 |14cr|mpv-0.5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# debuginfo-without-sources
%define debug_package %{nil}

Summary:	Movie player playing most video formats and DVDs
Name:		mpv
Version:	0.5.3
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://%{name}.io/
Source0:	https://github.com/%{name}-player/%{name}/archive/v%{version}.tar.gz
Patch0:		mpv-0.5.3-config.patch
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	python-docutils
BuildRequires:	python-rst2pdf
BuildRequires:	texlive-caption
BuildRequires:	texlive-latex
BuildRequires:	texlive-cmap
BuildRequires:	texlive-preprint
BuildRequires:	waf
BuildRequires:	ladspa-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
BuildRequires:	krb5-devel
BuildRequires:	mng-devel
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libquvi)
BuildRequires:	pkgconfig(libv4lconvert)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(caca)
BuildRequires:	pkgconfig(cucul)
BuildRequires:	pkgconfig(dri)
BuildRequires:	pkgconfig(dvdnav)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(enca)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libbs2b)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcdio_cdda)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(libguess)
BuildRequires:	pkgconfig(libiso9660)
BuildRequires:	pkgconfig(libudf)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libva-x11)
BuildRequires:	pkgconfig(luajit)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(wayland-client)
BuildRequires:	pkgconfig(wayland-cursor)
BuildRequires:	pkgconfig(wayland-scanner)
BuildRequires:	pkgconfig(wayland-server)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xkbcommon)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(zlib)

%description
Mpv is a movie player based on MPlayer and mplayer2. It supports a wide variety
of video file formats, audio and video codecs, and subtitle types. Special
input URL types are available to read input from a variety of sources other
than disk files. Depending on platform, a variety of different video and audio
output methods are supported.

%files
%doc LICENSE README.md Copyright
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}/encoding-profiles.conf
%config(noreplace) %{_sysconfdir}/%{name}/input.conf

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
CCFLAGS="%{optflags}" \
waf configure \
	--prefix="%{_prefix}" \
	--bindir="%{_bindir}" \
	--mandir="%{_mandir}" \
	--docdir="%{_docdir}/%{name}" \
	--confdir="%{_sysconfdir}/%{name}" \
	--enable-joystick \
	--enable-lirc \
	--disable-sdl1 --disable-sdl2 \
	--disable-build-date \
	--disable-debug

waf build --verbose

%install
waf --destdir=%{buildroot} install

# Default config files
install -Dpm 644 etc/example.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
install -Dpm 644 etc/input.conf %{buildroot}%{_sysconfdir}/%{name}/input.conf
desktop-file-install etc/mpv.desktop

for RES in 16 32 64; do
  install -Dpm 644 etc/mpv-icon-8bit-${RES}x${RES}.png %{buildroot}%{_datadir}/icons/hicolor/${RES}x${RES}/apps/%{name}.png
done


%changelog
* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.3-1
+ Revision: 019c2df
- Adjust build options



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3085 |14cr|mrepo-0.8.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Tool to set up a Yum/Apt mirror from various sources
Name: mrepo
Version: 0.8.7
Release: 3
License: GPL
Group: System/Configuration/Packaging
URL: http://dag.wieers.com/home-made/mrepo/
Source: http://dag.wieers.com/home-made/mrepo/%{name}-%{version}.tar.bz2

BuildArch: noarch
Requires: python >= 2.0, createrepo

%description
Tool to set up a Yum/Apt mirror from various sources 
(ISO, RHN, rsync, http, ftp, ...).

mrepo builds a local Apt/Yum RPM repository from local ISO files,
downloaded updates and extra packages from RHN and 3rd party
repositories.

It can download all updates and extras automatically, creates
the repository structure and meta-data, enables HTTP access to
the repository and creates a directory-structure for remote
network installations using PXE/TFTP.

mrepo supports ftp, http, sftp, rsync, rhn and other download methods.

With mrepo, you can enable your laptop or a local server to provide
updates for the whole network and provide the proper files to
allow installations via the network.

%prep
%setup

%{__perl} -pi.orig -e 's|^(VERSION)\s*=\s*.+$|$1 = "%{version}"|' mrepo

%{__cat} <<EOF >config/mrepo.cron
### Enable this if you want mrepo to daily synchronize
### your distributions and repositories at 2:30am.
#30 2 * * * root /usr/bin/mrepo -q -ug
EOF

%{__cat} <<EOF >config/mrepo.conf
### Configuration file for mrepo

### The [main] section allows to override mrepo's default settings
### The mrepo-example.conf gives an overview of all the possible settings
[main]
srcdir = /var/mrepo
wwwdir = /var/www/mrepo
confdir = /etc/mrepo.conf.d
arch = i386 x86_64

mailto = root@localhost
smtp-server = localhost

#rhnlogin = username:password

### Any other section is considered a definition for a distribution
### You can put distribution sections in /etc/mrepo.conf.d/
### Examples can be found in the documentation at:
###     %{_docdir}/%{name}-%{version}/dists/.
EOF

%build

%install

%{__make} install DESTDIR="%{buildroot}"

%preun
if [ $1 -eq 0 ]; then
	/etc/init.d/mrepo stop &>/dev/null || :
	/sbin/chkconfig --del mrepo
fi

%post
/sbin/chkconfig --add mrepo



%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING README THANKS TODO WISHLIST config/*.conf config/dists/ docs/
%config(noreplace) %{_sysconfdir}/cron.d/mrepo
%config(noreplace) %{_sysconfdir}/httpd/conf.d/mrepo.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/mrepo
%config(noreplace) %{_sysconfdir}/mrepo.conf
%config(noreplace) %{_sysconfdir}/mrepo.conf.d/
%config %{_initrddir}/mrepo
%{_bindir}/gensystemid
%{_bindir}/rhnget
%{_bindir}/mrepo
%{_bindir}/youget
%{_datadir}/mrepo/
/var/cache/mrepo/
/var/www/mrepo/
/var/mrepo/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.7-3
+ Revision: 731ee34
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3086 |14cr|mrxvt-0.5.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A multi-tabbed X terminal emulator based on rxvt
Name:		mrxvt
Version:	0.5.4
Release:	6
Source0:	%{name}-%{version}.tar.bz2
License:	GPLv2
Group:		Terminals
Url:		http://materm.sourceforge.net
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	fontconfig-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	jpeg-devel
# X11 locales are required to build IM support
BuildRequires:	libx11-common
BuildRequires:	imagemagick

%description
Mrxvt is a lightweight and powerful multi-tabbed X terminal emulator based on
the popular emulators rxvt and aterm. It implements many useful features seen
in modern X terminal emulators such as gnome-terminal and konsole while
remaining lightweight and independent of the GNOME and KDE desktop
environments.

%prep
%setup -q

%build
%configure2_5x --disable-debug --enable-keepscrolling --enable-selectionscrolling  --enable-mousewheel --enable-24bits --enable-text-shado --enable-smart-resize --enable-xft --enable-xim --enable-greek --enable-cjk
%make

%install
%makeinstall_std
rm -rf %{buildroot}/usr/share/doc/mrxvt

# menu entries

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Mrxvt
Name[ru]=Mrxvt
Comment=A multi-tabbed X terminal emulator
Comment[ru]=Эмулятор терминала со вкладками
Exec=/usr/bin/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=TerminalEmulator;System;
EOF


install -m 755 -d %{buildroot}%{_miconsdir}
install -m 755 -d %{buildroot}%{_iconsdir}
install -m 755 -d %{buildroot}%{_liconsdir}

convert -resize 48x48 share/pixmaps/mrxvt.png %{buildroot}%{_liconsdir}/%{name}.png
convert -resize 16x16 share/pixmaps/mrxvt.png %{buildroot}%{_miconsdir}/%{name}.png
convert -resize 32x32 share/pixmaps/mrxvt.png %{buildroot}%{_iconsdir}/%{name}.png

%files
%doc AUTHORS COPYING INSTALL NEWS README TODO ChangeLog
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/pixmaps/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_datadir}/applications/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.4-6
+ Revision: b4837de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3087 |14cr|mserv-0.41-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   0
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Name:           mserv
Version:        0.41
Release:        13
Summary:        Jukebox-style music server for unix-like systems
Group:          System/Servers
License:        GPL
URL:            http://www.mserv.org
Source0:        http://prdownloads.sourceforge.net/mserv/%{name}-%{version}.tar.bz2
Patch0:		mserv-0.41-disable-ltdl.patch
Requires:       mpg123
Requires:       vorbis-tools
Requires:       %{libname} = %{version}
BuildRequires:	libltdl-devel
BuildRequires:  libshout-devel
BuildRequires:  libsamplerate-devel
BuildRequires:	libogg-devel
BuildRequires:	libvorbis-devel

%description
Mserv is a jukebox-style music server designed to play mp3, ogg, etc. files
(configurable) based on ratings of users who are logged in to the system. Mserv
plays the music via your existing programs like mpg123 and ogg123 to either
your sound card (Stable release) or streamed to an Icecast 2 server (NEW!
Development release). Mserv is Free Software released under this license.

Mserv runs on a variety of UNIX platforms, including GNU/Linux and BSD
platforms. Mserv includes features such as searching, filtering, biased random
play, queuing, talking, on-line and off-line track editing, and a standardised
TCP protocol. This allows for a variety of interfaces including a built-in
telnet interface, a command line program for scripting and a Perl based web
client.

Due to the standarised TCP protocol there are many 3rd-party clients available,
including desktop (both UNIX and Windows) graphical clients. There's even an
emacs plug-in (written by Lars Bjnnes) in lisp, and an infra-red controller
interface (written by David Brownlee)!

%package -n %{libname}
Summary:    Main library for %{name}
Group:      System/Libraries
Requires:   %{name} = %{version}-%{release}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{develname}
Summary:    Headers for developing programs that will use %{name}
Group:      Development/Other
Requires:   %{libname} = %{version}
Provides:   lib%{name}-devel = %{EVRD}
Provides:   %{name}-devel = %{EVRD}
Obsoletes:  %{_lib}mserv0-devel

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q
%patch0 -p0

%build
autoreconf -fi
%configure2_5x --disable-module-ossaudio --datadir=%{_datadir}/%{name} --disable-static
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING ChangeLog INSTALL LICENSE README
%{_bindir}/*
%{_libdir}/%{name}
%{_mandir}/*/*
%{_datadir}/%{name}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.41-13
+ Revision: 89ec375
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3088 |14cr|mserver-0.5.5-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	C-Mserver Masqdialer daemon
Name:		mserver
Version:	0.5.5
Release:	12
License:	GPLv2+
Group:		Networking/Other
Url:		http://w3.cpwright.com/mserver
Source0:	ftp://ftp.cpwright.com:/pub/mserver/c-mserver-%{version}.tar.bz2
Source1:	mserver.pamd
Source2:	mserver.conf.bz2
Source3:	mserver.service
Patch0:		c-mserver-0.5.5-makefile.patch.bz2
Patch1:		mserver-0.5.5-config.patch.bz2
Patch2:		mserver-0.5.5-dial.patch.bz2
Patch3:		mserver-0.5.5-errno-fix.patch.bz2
Patch4:		mserver-0.5.5-gcc4-fixes.patch.bz2
Requires(pre):	rpm-helper sed
Provides:	c-mserver = %{EVRD}
BuildRequires: systemd
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd

%description
The masqdialer system will allow authorized LAN users to manipulate
the network interface (usually a modem) that gives the Internet
access on a Linux box without having to use telnet. It's based on
a client/server approach so any TCP/IP enabled system should be able
to take advantage of this server, if a client is written for it.
Currently; Linux, Windows, NetBSD, and any system with a Java
implementation or Web Browser have clients.

Note: Please make changes to /etc/mserver.conf.

%files
%config(noreplace) %{_sysconfdir}/pam.d/mserver
%{_unitdir}/mserver.service
%config(noreplace) %{_sysconfdir}/ppp/options.sample
%{_sbindir}/mserver
%{_sbindir}/mchat
%{_sbindir}/authgen
%{_sbindir}/findstat
%{_sbindir}/checkstat
%{_sbindir}/fakelink
%{_sbindir}/linkdown
%{_sbindir}/linkup
%attr(0644,root,root) %{_mandir}/man5/mserver.conf.5*
%attr(0644,root,root) %{_mandir}/man8/mchat.8*
%attr(0644,root,root) %{_mandir}/man8/mserver.8*
%{_sbindir}/ppp-off
%{_sbindir}/pppsetup
%doc ChangeLog AUTHORS COPYING README
%doc docs/clients.html docs/doc.html docs/index.html
%doc docs/images sampleconf pppsetup firewallscripts/ipchainscripts
%attr(0644,root,root) %config(noreplace) /etc/mserver.conf

%post
%systemd_post mserver.service

# Add masqdialer entry to /etc/services if not already there
if ! ( grep ^[[:space:]]*224/tcp /etc/services > /dev/null ) then
       echo 'masqdialer      224/tcp		masqdialer	# added by c-mserver' >> /etc/services
fi
if ! ( grep ^[[:space:]]*224/udp /etc/services > /dev/null ) then
       echo 'masqdialer      224/udp		masqdialer	# added by c-mserver' >> /etc/services
fi

%preun
%systemd_preun mserver.service

%postun
%systemd_postun_with_restart mserver.service
if [ $1 -eq 0 ]
    then
# Remove masqdialer entries from /etc/services
    cd /etc
    tmpfile=/etc/tmp.$$
    sed -e '/^[:space:]*masqdialer.*$/d' /etc/services > $tmpfile
    mv $tmpfile services
    sed -e '/^[:space:]*masqdialer.*$/d' /etc/services > $tmpfile
    mv $tmpfile services
fi


#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1
%patch2
%patch3 -p1 -b .errno
%patch4 -p1 -b .gcc4

%build
#First clean up CVS files for rpmlint:
find . -name CVS -type d -exec rm -Rf {} \;|| true
find . -name .cvsignore -type f -exec rm -f {} \;|| true

%configure2_5x
%make CPPFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_sysconfdir}/ppp
mkdir -p %{buildroot}/%{_mandir}/{man5,man8}
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
mkdir -p %{buildroot}%{_datadir}/mserver
install -m 755 mserver/mserver %{buildroot}%{_sbindir}/mserver
install -m 755 mchat/mchat %{buildroot}%{_sbindir}/mchat
install -m 755 authgen/authgen %{buildroot}%{_sbindir}/authgen
install -m 755 checkstat/findstat %{buildroot}%{_sbindir}/findstat
install -m 755 checkstat/checkstat %{buildroot}%{_sbindir}/checkstat
install -m 755 fakelink/linkcheck %{buildroot}%{_sbindir}/fakelink
install -m 755 fakelink/linkdown %{buildroot}%{_sbindir}/linkdown
install -m 755 fakelink/linkup %{buildroot}%{_sbindir}/linkup
install -m 664 pam/mserver %{buildroot}%{_sysconfdir}/pam.d/mserver
install -m 644 pppsetup/options.sample %{buildroot}%{_sysconfdir}/ppp/options.sample
install -m 755 pppsetup/ppp-off %{buildroot}%{_sbindir}
install -m 755 pppsetup/pppsetup %{buildroot}%{_sbindir}
install -D -p -m 0755 %{SOURCE3} %{buildroot}%{_unitdir}/mserver.service

bzcat %{SOURCE2}|sed -e 's/_VERSION_/%{version}/'> %{buildroot}/etc/mserver.conf
install -m 644 mchat/mchat.8 %{buildroot}/%{_mandir}/man8/mchat.8
install -m 644 docs/mserver.8 %{buildroot}/%{_mandir}/man8/mserver.8
install -m 644 docs/mserver.conf.5 %{buildroot}/%{_mandir}/man5/mserver.conf.5

%changelog
* Wed Aug 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.5-12
+ Revision: 8abe96d
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3089 |14cr|msilbc-2.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	msiLBC is low bitrate audio codec - plugin for mediastreamer
Name:		msilbc
Version:	2.0.3
Release:	4
License:	GPL2+
Group:		System/Libraries
Url:		http://www.linphone.org
Source0:	http://download.savannah.gnu.org/releases/linphone/plugins/sources/%{name}-%{version}.tar.gz
Patch0:		msilbc-webrtc-libilbc.patch
BuildRequires:	autoconf2.5
BuildRequires:	pkgconfig(libilbc)
BuildRequires:	pkgconfig(mediastreamer)
BuildRequires:	pkgconfig(ortp)

%description
This package supplies the mediastreamer plugin for the iLBC audio
codec, which is necessary to use the codec with Linphone.
iLBC is low bitrate audio codec - plugin for mediastreamer.
Needed to build Google Talk libjingle voice call support with iLBC codec.

#--------------------------------------------------------------------

%package -n %{libname}
Summary:	Library files for msiLBC
Group:		System/Libraries

%description -n %{libname}
This package supplies the mediastreamer plugin for the iLBC audio
codec, which is necessary to use the codec with Linphone.
iLBC is low bitrate audio codec - plugin for mediastreamer.
Needed to build Google Talk libjingle voice call support with iLBC codec.

%files -n %{libname}
%{_libdir}/mediastreamer/plugins/libmsilbc.so.%{major}*

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for msiLBC library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package supplies the mediastreamer plugin for the iLBC audio
codec, which is necessary to use the codec with Linphone.
iLBC is low bitrate audio codec - plugin for mediastreamer.
Needed to build Google Talk libjingle voice call support with iLBC codec.

%files -n %{devname}
%doc README INSTALL AUTHORS COPYING NEWS
%{_libdir}/mediastreamer/plugins/libmsilbc.so

#--------------------------------------------------------------------
%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
export ILBC_CFLAGS='%{optflags}'
export ILBC_LIBS='%{_libdir}'
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Mon Aug 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.3-4
+ Revision: 35a5449
- Rebuild against new ilbc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3090 |14cr|msmtp-1.4.28-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An SMTP client
Name:		msmtp
Version:	1.4.28
Release:	3
License:	GPLv3
Group:		System/Servers
URL:		http://msmtp.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/msmtp/msmtp/%{version}/msmtp-%{version}.tar.bz2
Source1:	msmtprc
BuildRequires:	openssl-devel >= 0:0.9.6
BuildRequires:	libgcrypt-devel >= 0:1.2.0
Provides:	sendmail-command

%description
msmtp is an SMTP client that one can use with mail user agents that 
that contain no mail transfer capability (e.g., Mutt).

Supported features:
- sendmail compatible interface (command line options and exit codes)
- SMTP AUTH methods PLAIN, LOGIN, CRAM-MD5 and EXTERNAL
  (and GSSAPI, DIGEST-MD5 and NTLM when compiled with GNU SASL support)
- TLS encrypted connections with the GnuTLS or OpenSSL libraries
  (including server certificate verification and the possibility to send
  a client certificate)
- LMTP support
- DSN (Delivery Status Notification) support
- RMQS (Remote Message Queue Starting) support (ETRN keyword)
- PIPELINING support for increased transmission speed
- IPv6 support
- support for multiple accounts

%prep
%setup -q

%build
%configure2_5x --with-ssl=openssl --disable-gsasl
%{__make}

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_sysconfdir}
cp %{SOURCE1} %{buildroot}/%{_sysconfdir}/msmtprc
chmod 644 %{buildroot}/%{_sysconfdir}/msmtprc

%find_lang %name

%post
update-alternatives \
	--install %{_sbindir}/sendmail sendmail-command %{_bindir}/msmtp 5 \
	--slave %_prefix/lib/sendmail sendmail-command-in_libdir %{_bindir}/msmtp

%preun
if [ $1 = 0 ]; then
        update-alternatives --remove sendmail-command %{_bindir}/msmtp
fi

%files -f %name.lang
%defattr(-, root, root, 0755)
%doc README THANKS NEWS COPYING AUTHORS doc/msmtp.info doc/msmtprc-user.example
%doc doc/Mutt+msmtp.txt doc/msmtprc-system.example scripts/msmtpqueue
%config(noreplace) %{_sysconfdir}/msmtprc
%{_bindir}/*
%{_mandir}/man1/*
%{_infodir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.28-3
+ Revision: a42e452
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3091 |14cr|mspdebug-0.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Debugger and gdb proxy for MSP430 MCUs
Name:		mspdebug
Version:	0.22
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://mspdebug.sourceforge.net/
Source0:	https://downloads.sourceforge.net/project/mspdebug/mspdebug-%{version}.tar.gz
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(libusb)

%description
A a free debugger for use with MSP430 MCUs. It supports FET430UIF,
eZ430, RF2500 and TI Chronos devices. It can be used as a proxy for
gdb or as an independent debugger with support for programming,
disassembly and reverse engineering.

%files
%doc AUTHORS COPYING
%{_bindir}/mspdebug
%{_mandir}/man1/mspdebug.1*
%{_libdir}/%{name}/*.ihex

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# add -DDEBUG_GDB to CFLAGS for gdb debugging output
#make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS"
%make GCC_CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
%makeinstall_std PREFIX=%{_prefix} LIBDIR=%{_libdir}


%changelog
* Thu Aug 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.22-1
+ Revision: 773d17f
- New version 0.22



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3092 |14cr|ms-sys-2.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Create DOS/MS-compatible boot records
Name:		ms-sys
Version:	2.3.0
Release:	2
License:	GPLv2
Group:		System/Configuration/Boot and Init 
URL:		http://ms-sys.sourceforge.net/
Source0:	http://dl.sf.net/ms-sys/ms-sys-%{version}.tar.gz
Patch0:		ms-sys-2.3.0_mandir.patch
BuildRequires:	gettext

%description
This program is used to create DOS/MS-compatible boot records. It is
able to do the same as Microsoft "fdisk /mbr" to a hard disk. It is
also able to do the same as DOS "sys" to a floppy or FAT32 partition
except that it does not copy any system files, only the boot record is
written.

%prep
%setup -q
%apply_patches

%build
%make debug \
	CC="${CC:-%{__cc}}" \
	EXTRA_CFLAGS="%{optflags} -fasm" \
	EXTRA_LDFLAGS="%{optflags}"

%install
make install \
	DESTDIR=%{buildroot} \
	PREFIX="%{_prefix}" \

%find_lang %{name}

%files -f %{name}.lang
%doc CHANGELOG CONTRIBUTORS COPYING README TODO
%{_bindir}/ms-sys
%{_mandir}/man1/ms-sys.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.0-2
+ Revision: 9bdc749
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3093 |14cr|mstone-4.9.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq /bin/ksh

Name:		mstone
Version:	4.9.4
Release:	6
Summary:	Mail protocols benchmark framework
License:	GPL
Group:		Networking/Other
URL:		http://mstone.sourceforge.net/
Source:     http://downloads.sourceforge.net/mstone/mstone+docs-%{version}.tar.gz
BuildRequires: cmake

%description
Mstone is a multi-protocol stress and performance measurement tool. Mstone can
test multiple protocols (e.g. POP and SMTP) simultaneously and measures the
performance of every transaction. The performance can be graphed throughout the
duration of the test. 

%prep
%setup -q
find . -type f -exec chmod a+r {} \;

%build
%cmake 
%make

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/%{name}/{bin,data}

install -m 755 build/src/mailclient %{buildroot}%{_bindir}
install -m 755 build/src/getdist %{buildroot}%{_bindir}
install -m 755 process mstone %{buildroot}%{_datadir}/%{name}
install -m 755 bin/* %{buildroot}%{_datadir}/%{name}/bin
install -m 644 data/* %{buildroot}%{_datadir}/%{name}/data
install -m 644 conf/* %{buildroot}%{_sysconfdir}/%{name}

%files
%doc INSTALL.txt LICENSE  LICENSE.npl NEWS.txt README.txt doc/*
%{_bindir}/mailclient
%{_bindir}/getdist
%{_datadir}/mstone
%config(noreplace) %{_sysconfdir}/mstone




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.9.4-6
+ Revision: a2c6fc2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3094 |14cr|msv-2009.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          msv
Epoch:         1
Version:       2009.1
Release:       12
Summary:       Multi-Schema Validator
Group:         Development/Java
License:       BSD
URL:           https://msv.dev.java.net/

# To generate tarball from upstream source control:
# $ svn export https://msv.dev.java.net/svn/msv/tags/msv-2009.1/ --username guest
# $ tar zcf msv-2009.1.tar.gz msv-2009.1
Source0:       %{name}-%{version}.tar.gz

# The "maven-wagon-svn" plug-in is not in Fedora
Patch0:        %{name}-disable-maven-wagon-svn.patch

# There is a build time dependency on crimson which needs to be stripped
# (We're using xerces-j2 instead)
Patch1:        %{name}-disable-crimson.patch

# Link to locally installed javadocs
Patch2:        %{name}-link-local-javadoc.patch

BuildRequires: java-devel
BuildRequires: java-javadoc
BuildRequires: jpackage-utils
BuildRequires: maven-compiler-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-site-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit4
# BuildRequires: maven-plugin-build-helper
BuildRequires: isorelax
BuildRequires: isorelax-javadoc
BuildRequires: relaxngDatatype
BuildRequires: relaxngDatatype-javadoc
BuildRequires: xalan-j2
BuildRequires: xerces-j2
BuildRequires: junit

BuildRequires: maven-doxia
BuildRequires: maven-doxia-tools
BuildRequires: maven-doxia-sitetools
BuildRequires: plexus-archiver

BuildArch:     noarch

%description
The Sun Multi-Schema XML Validator (MSV) is a Java technology tool to validate
XML documents against several kinds of XML schemata. It supports RELAX NG,
RELAX Namespace, RELAX Core, TREX, XML DTDs, and a subset of XML Schema Part 1.
This latest (version 1.2) release includes several bug fixes and adds better
conformance to RELAX NG/W3C XML standards and JAXP masquerading.

%package       msv
Summary:       Multi-Schema Validator Core
Group:         Development/Java
Requires:      jpackage-utils
Requires:      java
Requires:      isorelax
Requires:      relaxngDatatype
Requires:      xerces-j2
Requires:      msv-xsdlib

%description   msv
%{summary}.

%package       relames
Summary:       Multi-Schema Validator Schematron Plugin
Group:         Development/Java
Requires:      jpackage-utils
Requires:      java
Requires:      isorelax
Requires:      relaxngDatatype
Requires:      xalan-j2
Requires:      xerces-j2
Requires:      msv-msv
Requires:      msv-xsdlib

%description   relames
%{summary}.

%package       rngconv
Summary:       Multi-Schema Validator RNG Converter
Group:         Development/Java
Requires:      jpackage-utils
Requires:      java
Requires:      isorelax
Requires:      relaxngDatatype
Requires:      xerces-j2
Requires:      msv-msv
Requires:      msv-xsdlib

%description   rngconv
%{summary}.

%package       xmlgen
Summary:       Multi-Schema Validator Generator
Group:         Development/Java
Requires:      jpackage-utils
Requires:      java
Requires:      isorelax
Requires:      relaxngDatatype
Requires:      xerces-j2
Requires:      msv-msv
Requires:      msv-xsdlib

%description    xmlgen
%{summary}.

%package       xsdlib
Summary:       Multi-Schema Validator XML Schema Library
Group:         Development/Java
Requires:      jpackage-utils
Requires:      java
Requires:      isorelax
Requires:      relaxngDatatype
Requires:      xerces-j2

# Can remove these obsoletes at Fedora 17 time
Obsoletes:     xsdlib < %{version}-%{release}

%description   xsdlib
%{summary}.

%package       javadoc
Summary:       API documentation for Multi-Schema Validator
Group:         Development/Java
Requires:      java-javadoc
Requires:      jpackage-utils
Requires:      isorelax-javadoc
Requires:      relaxngDatatype-javadoc

# Can remove these obsoletes at Fedora 17 time
Obsoletes:     msv-msv-javadoc < %{version}-%{release}
Obsoletes:     msv-relames-javadoc < %{version}-%{release}
Obsoletes:     msv-xmlgen-javadoc < %{version}-%{release}
Obsoletes:     msv-xsdlib-javadoc < %{version}-%{release}
Obsoletes:     xsdlib-javadoc < %{version}-%{release}

%description   javadoc
%{summary}.

%package       manual
Summary:       Manual for Multi-Schema Validator
Group:         Development/Java

%description   manual
%{summary}.

%package       demo
Summary:       Samples for Multi-Schema Validator
Group:         Development/Java
Requires:      msv-msv
Requires:      msv-xsdlib
Requires:      jpackage-utils

%description   demo
%{summary}.

%prep
%setup -q

# Delete anything pre-compiled
find -name '*.class' -exec rm -f '{}' \;
find -name '*.jar' -exec rm -f '{}' \;
find -name '*.zip' -exec rm -f '{}' \;

# Delete class-path entries from manifests
for m in $(find . -name MANIFEST.MF) ; do
  sed --in-place -e '/^[Cc]lass-[Pp]ath:/d' $m
done

# Apply patches
%patch0 -p0 -b .orig
%patch1 -p0 -b .orig
%patch2 -p0 -b .orig2

# Change encoding of non utf-8 files
for m in $(find . -name copyright.txt) ; do
  iconv -f iso-8859-1 -t utf-8 < $m > $m.utf8
  mv $m.utf8 $m
done

%build
mvn install javadoc:aggregate

%install
# Jars
install -pD -T msv/target/%{name}-core-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-core.jar
install -pD -T relames/target/%{name}-relames-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-relames.jar
install -pD -T rngconverter/target/%{name}-rngconverter-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-rngconverter.jar
install -pD -T generator/target/%{name}-generator-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-generator.jar
install -pD -T xsdlib/target/xsdlib-%{version}.jar \
  %{buildroot}%{_javadir}/xsdlib.jar
install -pD -T testharness/target/%{name}-testharness-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-testharness.jar

# Alternate jar names
ln -s %{name}-core.jar         \
  %{buildroot}%{_javadir}/%{name}-msv.jar
ln -s %{name}-rngconverter.jar \
  %{buildroot}%{_javadir}/%{name}-rngconv.jar
ln -s %{name}-generator.jar    \
  %{buildroot}%{_javadir}/%{name}-xmlgen.jar
ln -s xsdlib.jar               \
  %{buildroot}%{_javadir}/%{name}-xsdlib.jar

# Poms
install -pD -T -m 644 pom.xml              %{buildroot}%{_mavenpomdir}/JPP-msv.pom
install -pD -T -m 644 parent/pom.xml       %{buildroot}%{_mavenpomdir}/JPP-msv-parent.pom
install -pD -T -m 644 msv/pom.xml          %{buildroot}%{_mavenpomdir}/JPP-msv-core.pom
install -pD -T -m 644 relames/pom.xml      %{buildroot}%{_mavenpomdir}/JPP-msv-relames.pom
install -pD -T -m 644 rngconverter/pom.xml %{buildroot}%{_mavenpomdir}/JPP-msv-rngconverter.pom
install -pD -T -m 644 generator/pom.xml    %{buildroot}%{_mavenpomdir}/JPP-msv-generator.pom
install -pD -T -m 644 testharness/pom.xml  %{buildroot}%{_mavenpomdir}/JPP-msv-testharness.pom
install -pD -T -m 644 xsdlib/pom.xml       %{buildroot}%{_mavenpomdir}/JPP-xsdlib.pom
%add_to_maven_depmap net.java.dev.msv msv              %{version} JPP msv
%add_to_maven_depmap net.java.dev.msv msv-parent       %{version} JPP msv-parent
%add_to_maven_depmap net.java.dev.msv msv-core         %{version} JPP msv-core
%add_to_maven_depmap net.java.dev.msv msv-relames      %{version} JPP msv-relames
%add_to_maven_depmap net.java.dev.msv msv-rngconverter %{version} JPP msv-rngconverter
%add_to_maven_depmap net.java.dev.msv msv-generator    %{version} JPP msv-generator
%add_to_maven_depmap net.java.dev.msv msv-testharness  %{version} JPP msv-testharness
%add_to_maven_depmap net.java.dev.msv xsdlib           %{version} JPP xsdlib
%add_to_maven_depmap msv msv         %{version} JPP msv-core
%add_to_maven_depmap com.sun.msv.datatype.xsd xsdlib   %{version} JPP xsdlib

# Javadocs
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

# Manuals
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}/msv
install -m 644 msv/doc/*.html     %{buildroot}%{_docdir}/%{name}-%{version}/msv
install -m 644 msv/doc/*.gif      %{buildroot}%{_docdir}/%{name}-%{version}/msv
install -m 644 msv/doc/README.txt %{buildroot}%{_docdir}/%{name}-%{version}/msv

install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}/relames
install -m 644 relames/doc/README.txt %{buildroot}%{_docdir}/%{name}-%{version}/relames

install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}/rngconverter
install -m 644 rngconverter/doc/README.txt %{buildroot}%{_docdir}/%{name}-%{version}/rngconverter

install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}/generator
install -m 644 generator/doc/*.html     %{buildroot}%{_docdir}/%{name}-%{version}/generator
install -m 644 generator/doc/README.txt %{buildroot}%{_docdir}/%{name}-%{version}/generator

install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}/xsdlib
install -m 644 xsdlib/doc/*.html     %{buildroot}%{_docdir}/%{name}-%{version}/xsdlib
install -m 644 xsdlib/doc/README.txt %{buildroot}%{_docdir}/%{name}-%{version}/xsdlib

# Examples
install -d -m 755 %{buildroot}%{_datadir}/%{name}-%{version}/msv
cp -pr msv/examples/* %{buildroot}%{_datadir}/%{name}-%{version}/msv
install -d -m 755 %{buildroot}%{_datadir}/%{name}-%{version}/xsdlib
cp -pr xsdlib/examples/* %{buildroot}%{_datadir}/%{name}-%{version}/xsdlib

# Scripts
%jpackage_script com.sun.msv.driver.textui.Driver "" "" msv-msv:msv-xsdlib:relaxngDatatype:isorelax msv true
%jpackage_script com.sun.msv.generator.Driver "" "" msv-xmlgen:msv-msv:msv-xsdlib:relaxngDatatype:isorelax:xerces-j2 xmlgen true
%jpackage_script com.sun.msv.schematron.Driver "" "" msv-relames:msv-msv:msv-xsdlib:relaxngDatatype:isorelax:xalan-j2 relames true
%jpackage_script com.sun.msv.writer.relaxng.Driver "" "" msv-rngconv:msv-msv:msv-xsdlib:relaxngDatatype:isorelax:xerces-j2 rngconv true

%files msv
%{_bindir}/msv
%{_mavenpomdir}/JPP-%{name}-core.pom
%{_mavenpomdir}/JPP-%{name}-testharness.pom
%{_javadir}/%{name}-core.jar
%{_javadir}/%{name}-msv.jar
%{_javadir}/%{name}-testharness*
%doc msv/doc/license.txt

%files relames
%{_bindir}/relames
%{_mavenpomdir}/JPP-%{name}-relames.pom
%{_javadir}/%{name}-relames.jar
%doc relames/doc/copyright.txt

%files rngconv
%{_bindir}/rngconv
%{_mavenpomdir}/JPP-%{name}-rngconverter.pom
%{_javadir}/%{name}-rngconverter.jar
%{_javadir}/%{name}-rngconv.jar
%doc rngconverter/doc/license.txt
%doc rngconverter/doc/copyright.txt

%files xmlgen
%{_bindir}/xmlgen
%{_mavenpomdir}/JPP-%{name}-generator.pom
%{_javadir}/%{name}-generator.jar
%{_javadir}/%{name}-xmlgen.jar
%doc generator/doc/license.txt
%doc generator/doc/copyright.txt

%files xsdlib
%{_mavenpomdir}/JPP-xsdlib.pom
%{_javadir}/xsdlib.jar
%{_javadir}/%{name}-xsdlib.jar
%doc xsdlib/doc/license.txt
%doc xsdlib/doc/copyright.txt

# This subpackage wins the parent poms and the depmap because all the other
# subpackages require this one
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavenpomdir}/JPP-%{name}-parent.pom
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}

%files manual
%doc %{_docdir}/%{name}-%{version}

%files demo
%{_datadir}/%{name}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2009.1-12
+ Revision: a882caf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3095 |14cr|msynctool-0.22-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CLI for synchronization with OpenSync
Name:		msynctool
Version:	0.22
Epoch:		1
Release:	12
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.opensync.org
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(opensync-1.0)
Requires:	libopensync

%description
Command line synchronization tool for the OpenSync framework. To allow
synchronization on machines which lack a X server. It relies on the
OpenSync framework to do the actual synchronization.

%files
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/msynctool
%{_bindir}/convcard
%{_bindir}/convtest
%{_mandir}/man1/convcard.1*
%{_mandir}/man1/msynctool.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Mon Aug 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.22-12
+ Revision: ac10c90
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3096 |14cr|mtd-utils-1.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities for dealing with MTD (flash) devices
Name:		mtd-utils
Version:	1.5.0
Release:	2
License:	GPLv2+
Group:		Development/Other
URL:		http://www.linux-mtd.infradead.org
Source0:	ftp://ftp.infradead.org/pub/%{name}/%{name}-%{version}.tar.bz2

BuildRequires:	zlib-devel
BuildRequires:	libuuid-devel
BuildRequires:	liblzo-devel
BuildRequires:	acl-devel

%description
The mtd-utils package contains utilities related to handling MTD devices,
and for dealing with FTL, NFTL JFFS2 etc.

%package ubi
Summary: Utilities for dealing with UBI
Group: Development/Other

%description ubi
The mtd-utils-ubi package contains utilities for manipulating UBI on 
MTD (flash) devices.

%prep
%setup -q

%build
%make

%install
%makeinstall_std

%files
%doc COPYING device_table.txt
%{_sbindir}/doc*
%{_sbindir}/flash*
%{_sbindir}/mtdinfo
%{_sbindir}/ftl*
%{_sbindir}/jffs2dump
%{_sbindir}/jffs2reader
%{_sbindir}/mkfs.jffs2
%{_sbindir}/mtd_debug
%{_sbindir}/nand*
%{_sbindir}/nftl*
%{_sbindir}/recv_image
%{_sbindir}/rfd*
%{_sbindir}/serve_image
%{_sbindir}/sumtool
%{_mandir}/*/*

%files ubi
%{_sbindir}/mkfs.ubifs
%{_sbindir}/ubiattach
%{_sbindir}/ubicrc32
%{_sbindir}/ubidetach
%{_sbindir}/ubiformat
%{_sbindir}/ubiupdatevol
%{_sbindir}/ubirsvol
%{_sbindir}/ubirmvol
%{_sbindir}/ubirename
%{_sbindir}/ubinize
%{_sbindir}/ubinfo
%{_sbindir}/ubimkvol




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-2
+ Revision: 7f00b2d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3097 |14cr|mtf-0.2.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Linux reader for the Microsoft Tape Format used by NT Backup
Name:		mtf
Version:	0.2.1
Release:	12
License:	GPL
Group:		Archiving/Backup
URL:		http://www.layton-graphics.com/mtf/
Source:		%{name}-%{version}.tar.bz2
Patch0:		mtf-glibc28.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A bare-bones reader for Microsoft Tape Format tapes.
This program is based on Microsoft Tape Format Specification Version 1.00a.
Software compression and archives that span tapes are not yet supported.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0

%build
make CFLAGS="%{optflags}"

%install
rm -fr %{buildroot}

mkdir -p %{buildroot}%{_bindir}
install mtf %{buildroot}%{_bindir}

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root,755)
%doc README
%{_bindir}/mtf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-12
+ Revision: 1ae0058
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3098 |14cr|mtpaint-3.40-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple painting program
Name:		mtpaint
Version:	3.40
Release:	5
License:	GPLv3+
Group:		Graphics
Url:		http://mtpaint.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
# Fedora patches
Patch0:		mtpaint-3.40-xdg-open.patch
Patch1:		mtpaint-3.40-strip.patch
Patch2:		mtpaint-3.40-png.patch
# Giflib 5.1 support
Patch3:		mtpaint-3.40-giflib5.1.patch
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libtiff-4)
Requires:	ungifsicle

%description
A simple painting program to easily create pixel art and manipulate digital 
photos.

%files -f %{name}.lang
%doc COPYING README NEWS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-screenshot.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1
%patch3 -p1

%build
%ifarch x86_64
%define	arch	x86-64
%endif

%ifarch %{ix86}
%define	arch	i586
%endif

%configure2_5x \
	--cpu=%{arch} \
	intl \
	man \
	gtkfilesel

%make

%install
%makeinstall_std

#screenshot menu entry
cat > %{buildroot}%{_datadir}/applications/%{name}-screenshot.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Get Screenshot
Comment=%{summary}
Exec=%{_bindir}/%{name} -s
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Graphics;X-MandrivaLinux-Multimedia-Graphics;
EOF

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.40-5
+ Revision: cb2285c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3099 |14cr|mtpfs-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	mtpfs
%define version	1.1
%define release	2

Summary:	FUSE filesystem that supports MTP devices
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		File tools
URL:		http://www.adebenham.com/mtpfs
Source0:	http://www.adebenham.com/debian/%{name}-%{version}.tar.gz
BuildRequires:	libmtp-devel >= 0.3.0
BuildRequires:	fuse-devel
BuildRequires:	libmad-devel
BuildRequires:	id3tag-devel
BuildRequires:	glib2-devel
Requires:	fuse

%description
MTPfs is a FUSE filesystem that supports reading and writing from any
MTP device supported by libmtp.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS NEWS README
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: 1ad24d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3100 |14cr|mtr-0.85-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ping/Traceroute network diagnostic tool
Name:		mtr
Version:	0.85
Release:	2
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.bitwizard.nl/mtr
Source0:	ftp://ftp.bitwizard.nl/mtr/%{name}-%{version}.tar.gz
Patch0:		mtr-0.71-underflow.patch
Patch1:		mtr-xml-format-fixes.patch
Patch2:		mtr-crash-in-xml-mode.patch
Patch3:		mtr-now-waits-for-last-response.patch
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ncurses)

%description
Mtr is a network diagnostic tool which combines Ping and Traceroute into one
program. Mtr also has two interfaces: An ncurses interface, useful for using
Mtr from a telnet session and a Gtk interface if you are using X.

%files
%doc AUTHORS COPYING FORMATS NEWS README SECURITY TODO
%attr(4755,root,ntools) %{_bindir}/mtr
%attr(4755,root,ntools) %{_sbindir}/mtr
%{_mandir}/*/*

#----------------------------------------------------------------------------

%package gtk
Summary:	Ping/Traceroute network diagnostic tool - GTK Interface
Group:		Networking/Other
Requires:	mtr

%description gtk
This is the Gtk interface for the mtr network diagnostic tool.

%files gtk
%doc AUTHORS COPYING FORMATS NEWS README SECURITY TODO
%attr(4755,root,ntools) %{_bindir}/xmtr
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .underflow
%patch1 -p1
%patch2 -p1
%patch3 -p1
touch ChangeLog

%build
autoreconf -fi
%configure2_5x \
	--enable-gtk2

%make && mv mtr xmtr && make clean

# mmm, broken configure script
#export GTK_CONFIG=/dev/null 
%configure2_5x \
	--without-gtk

%make

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}
install -d %{buildroot}%{_menudir}

%makeinstall_std

# convert the icon
convert img/mtr_icon.xpm -size 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert img/mtr_icon.xpm -size 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert img/mtr_icon.xpm -size 48x48 %{buildroot}%{_liconsdir}/%{name}.png

install -m755 xmtr %{buildroot}%{_bindir}/

ln -s ../sbin/mtr %{buildroot}%{_bindir}/mtr

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Xmtr
Comment=Ping/Traceroute network diagnostic tool
Exec=%{_bindir}/xmtr
Icon=%{name}
Terminal=false
Type=Application
Categories=GTK;System;Monitor;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.85-2
+ Revision: 4be9d41
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3101 |14cr|mtree-2.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:    mtree
Version: 2.7
Release: 8
Summary: Map a directory hierarchy
License: BSD
Group:   System/Base
Url:     http://www-db.deis.unibo.it/Mtree/
Source:  %{name}-%{version}.cvs.tar.bz2
Patch:   mtree-3.1-owl-linux.patch
Patch2:  %{name}-%{version}.cvs-alt-getlogin.patch
Patch3:  mtree-3.1-owl-fixes.patch

BuildRequires: openssl-devel

%description
The utility %name compares the file hierarchy rooted in the current
directory against a specification read from the standard input.
Messages are written to the standard output for any files whose
characteristics do not match the specification, or which are
missing from either the file hierarchy or the specification.

%prep
%setup -q -n %{name}-%{version}.cvs
%patch -p1
%patch2 -p1
%patch3 -p1

%build
make -C usr.sbin/%{name}

%install
install -p -m755 -D usr.sbin/%{name}/%{name} %{buildroot}%{_sbindir}/%{name}
install -p -m644 -D usr.sbin/%{name}/%{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8

%files
%{_sbindir}/*
%{_mandir}/man?/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7-8
+ Revision: e78944f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3102 |14cr|mtx-1.3.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Controls the robotic mechanism in DDS Tape drive autoloaders
Name:		mtx
Version:	1.3.12
Release:	4
Group:		Archiving/Backup
License:	GPLv2
URL:		http://sourceforge.net/projects/mtx
Source0:	ftp://ftp.opensource-sw.net/pub/mtx/development/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description 
The MTX program controls the robotic mechanism in autoloaders and tape
libraries such as the HP SureStore DAT 40x6, Exabyte EZ-17, and
Exabyte 220. This program is also reported to work with a variety of
other tape libraries and autochangers from ADIC, Tandberg/Overland,
Breece Hill, HP, and Seagate.

If you have a backup tape device capable of handling more than one
tape at a time, you should install MTX.

%prep

%setup -q -n %{name}-%{version}

%build

%configure2_5x \
    --sbindir=/sbin

%make

%install
rm -rf %{buildroot}

%makeinstall sbindir=%{buildroot}/sbin

install -d %{buildroot}%{_sysconfdir}/bash_completion.d
install -m0644 debian/bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CHANGES COMPATABILITY contrib FAQ LICENSE LICENSE.html
%doc mtx.doc mtxl.README.html README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}
/sbin/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.12-4
+ Revision: 72ad462
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3103 |14cr|mucommander-0.9.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname muCommander
Name: mucommander 
Version: 0.9.0
Release: 3
Summary: muCommander is a lightweight, cross-platform file manager
License: GPL
Group:   File tools
URL:		http://www.mucommander.com/
Source0:	http://www.mucommander.com/download/mucommander-0_9_0.tar.gz
BuildArch:      noarch
Requires:       java >= 1.6.0

%description

muCommander is a lightweight, cross-platform file manager with a dual-pane
interface. It runs on any operating system with Java support
(Mac OS X, Windows, Linux, *BSD, Solaris...).
 
Here's a non-exhaustive list of what you'll find:

* Virtual filesystem with support for local volumes,
    FTP, SFTP, SMB, NFS, HTTP, Amazon S3, Hadoop HDFS and Bonjour
* Quickly copy, move, rename files, create directories, email files...
* Browse, create and uncompress ZIP, RAR, 7z, TAR, GZip, BZip2, ISO/NRG,
    AR/Deb and LST archives
* ZIP files can be modified on-the-fly, without having to recompress the 
    whole archive
* Universal bookmarks and credentials manager
* Multiple windows support
* Full keyboard access
* Highly configurable
* Available in 23 languages : American & British English, French, German,
    Spanish, Czech, Simplified & Traditional Chinese, Polish, Hungarian,
    Russian, Slovenian, Romanian, Italian, Korean, Brazilian Portuguese,
    Dutch, Slovak, Japanese, Swedish, Danish, Ukrainian and Arabic.
* Free Software (GPL)

%prep 

%setup -q -n %{oname}-0_9_0

%install
%__install -dm 755 %{buildroot}/usr/lib
cp -r $RPM_BUILD_DIR/%{oname}-0_9_0 $RPM_BUILD_ROOT/usr/lib/%{name}

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=muCommander
GenericName=muCommander
Comment=File Manager
Exec=/usr/bin/mucommander
Icon=/usr/lib/mucommander/mucommander.png
Terminal=false
Type=Application
StartupNotify=true
MimeType=foo/bar;foo2/bar2;
Categories=Application;Utility;
EOF




%post
ln -sf /usr/lib/mucommander/mucommander.sh /usr/bin/mucommander

%postun
rm -f /usr/bin/mucommander

%files
%defattr(-,root,root)
%doc license.txt readme.txt
/usr/lib/*
/usr/share/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-3
+ Revision: d974aa9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3104 |14cr|mudix-4.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	mudix
%define	version	4.3
%define release 11

Name:		%{name} 
Summary:	Mudix console mud client
Version:	%{version} 
Release:	%{release} 
Source0:	http://dw.nl.eu.org/mudix/%{name}-%{version}.tar.bz2
URL:		http://dw.nl.eu.org/mudix.html
Group:		Games/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	BSD-like
BuildRequires:  ncurses-devel


%description
Mudix is a console mud client that supports ANSI colours.
Some of the features are aliases, timers and triggers.

%prep
%setup -q

%build
%configure
%make O_FLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
install -m755 mudix -D $RPM_BUILD_ROOT%{_gamesbindir}/mudix

%clean 
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root)
%doc README
%{_gamesbindir}/mudix




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3-11
+ Revision: ee1bf92
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3105 |14cr|muh-2.1-0.rc1.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	muh
%define version	2.1
%define release	%mkrel 0.rc1.7
#(peroyvind) ipv6 support seems to break ipv4 support
%define ipv6    0
%if %ipv6
%define	Summary	A full featured irc bouncer with IPV6-support
%else
%define	Summary	A full featured irc bouncer
%endif

Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL 
Group:		Networking/IRC
Source0:	%{name}-%{version}rc1.tar.bz2
Source1:	%{name}.sh.bz2
Source2:	%{name}rc.bz2
URL: 		http://mind.riot.org/muh/
Summary:	%{Summary}
Epoch:		1

%description
muh is a quite versatile irc-bouncer for unix. An irc-bouncer is a program
that acts as a middleman between your irc-client and your irc-server.
If you have no idea what this is good for you probably don't need it.

Some of muh's features: 
* a permanent connection to the irc-server is maintained - 
 on networks without noteservs/nickservs this can be handy
 (guard your nick, log messages from your friends) 
* dcc-bouncing (+resume) 
* customizable logging 
* flood-protection (optionally ignore people host-based) 
* message-logging (+forwarding to e.g. an email-address) 
* vhost-support 
%if %ipv6
* ipv6-support
%endif

%prep
%setup -q -n %{name}-%{version}rc1

%build
%configure \
	--datadir=%{_datadir}/%{name} \
%if %ipv6
	--enable-ipv6
%endif

%make

%install 
#fix permissions on docs
chmod 644 AUTHORS INSTALL COPYING VERSION
%{makeinstall_std}
mv %{buildroot}%{_bindir}/{%{name},%{name}.bin}
bzcat %{SOURCE1} > %{buildroot}%{_bindir}/%{name}; chmod 755 %{buildroot}%{_bindir}/%{name}
bzcat %{SOURCE2} > %{buildroot}%{_datadir}/%{name}/%{name}rc; chmod 644 %{buildroot}%{_datadir}/%{name}/%{name}rc


%files
%doc AUTHORS INSTALL VERSION
%{_bindir}/%{name}*
%{_infodir}/%{name}*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*




%changelog
* Thu Apr 25 2013 Denis Silakov <denis.silakov@rosalab.ru> 1:2.1-0.rc1.7
+ Revision: ee247fd
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3106 |14cr|multi-aterm-0.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Light tabbed terminal emulator
Name:		multi-aterm
Version:	0.2.1
Release:	6
Source0:	http://www.nongnu.org/materm/%{name}-%{version}.tar.bz2
Source1:	multi-aterm.png
License:	GPLv2+
Group:		Terminals
URL:		http://www.nongnu.org/materm/materm.html
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
BuildRequires:	xpm-devel
BuildRequires:	imagemagick

%description
Multi-aterm is a terminal emulator like rxvt, xterm, eterm, aterm 
- It's a terminal emulator which is small and fast with efficent
pseudo-transparency, like aterm.
- It's also a tabbed terminal emulator.
- It's a terminal emulator not requiring GNOME or KDE libs, just
written in X-lib (for people not using GNOME nor KDE).

%prep
%setup -q

%build
%configure2_5x --enable-keepscrolling --enable-mousewheel --enable-transparency --enable-xterm-scroll --enable-fading --enable-half-shadow --enable-swapscreen --with-xpm=/usr
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32x32 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16x16 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name}
Icon=%{name}
Categories=System;TerminalEmulator;
Name=Multi-aterm
Name[ru]=Multi-aterm
Comment=Light tabbed terminal emulator
Comment[ru]=Легковесный эмулятор терминала со вкладками
EOF

%files
%doc doc/TODO AUTHORS ChangeLog
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-*.desktop
%{_bindir}/multi-aterm
%{_iconsdir}/hicolor/*/apps/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-6
+ Revision: 8075359
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3107 |14cr|multisync-gui-0.91.1-0.384.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

# svn co http://svn.opensync.org/multisync/branches/multisync-gui-0.2X multisync-gui
%define svn	384

Summary:	Graphical front end to OpenSync synchronization system
Name:		multisync-gui
Version:	0.91.1
Release:	0.%{svn}.4
License:	GPLv2+
Group:		Communications
Url:		http://www.opensync.org
Source0:	%{name}-svn%{svn}.tar.bz2
BuildRequires:	imagemagick
BuildRequires:	python
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(opensync-1.0) < 0.30
BuildRequires:	pkgconfig(sqlite3)

%description
MultiSync is a program to synchronize calendars, addressbooks and other PIM
data between programs on your computer and other computers, mobile devices,
PDAs or cell phones. It relies on the OpenSync framework to do the actual
synchronisation.

%files
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-0.2X
echo "env.Append(CCFLAGS = '%{optflags}')" >> SConstruct

%build
./configure --prefix=%{_prefix}
%make

%install
%makeinstall_std

# menu
install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=%{name}
Comment=Calendar synchronization program
Exec=%{_bindir}/%{name}
Terminal=false
Type=Application
Categories=GTK;TelephonyTools;Utility;
Icon=%{name}
EOF

# icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{64x64,48x48,32x32,16x16}/apps
install -m 0644 misc/multisync.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
convert -scale 48 misc/multisync.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 misc/multisync.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 misc/multisync.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png


%changelog
* Wed Mar 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.91.1-0.384.4
+ Revision: 845ee88
- LOG Disable debug package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3108 |14cr|multitail-5.2.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name multitail
%define version 5.2.8
%define release 3

Summary: Multitail lets you view one or multiple files like the original tail program
Name: %name
Version: %version
Release: %release
License: GPL
Group: Text tools
Url: http://www.vanheusden.com/multitail/
Source: %{name}-%{version}.tgz
BuildRequires:	ncurses-devel

%description
multitail lets you view one or multiple files like the original tail program.
The difference is that it creates multiple windows on your console (with 
ncurses). It can also use colors while displaying the logfiles, for faster
recognition of which lines are important and which are not. It supports regular
expressions. It has interactive menus for editing given regular expressions and
deleting and adding windows.

%prep

%setup -q 

%build

%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%_bindir
mkdir -p $RPM_BUILD_ROOT%_mandir/man1
install -m 755 %name $RPM_BUILD_ROOT%_bindir/
install -m 644 %name.1 $RPM_BUILD_ROOT%_mandir/man1/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.2.8-3
+ Revision: 0beb24d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3109 |14cr|multithreadedtc-1.01-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global project_name MultithreadedTC
Name:           multithreadedtc
Version:        1.01
Release:        13
Summary:        A framework for testing concurrent Java application

Group:          Development/Java
License:        BSD 
URL:            http://www.cs.umd.edu/projects/PL/multithreadedtc
#http://multithreadedtc.googlecode.com/files/MultithreadedTC-1.01-source.zip
Source0:        %{project_name}-%{version}-source.zip
Source1:        %{name}.pom
Patch0:        %{name}-build.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: jpackage-utils
BuildRequires: ant >= 0:1.6
BuildRequires: ant-junit
BuildRequires: junit

Requires:      java
Requires:       jpackage-utils
Requires:      junit

Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

%description
MultithreadedTC is a framework for testing concurrent applications. 
It features a metronome that is used to provide fine control over
the sequence of activities in multiple threads.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils 

%description javadoc
API documentation for %{name}.


%prep
%setup -q -n %{project_name}-%{version}-source
%patch0 -p0 -b .sav

rm -f *.jar

sed -i 's/\r//' web/docs/package-list
sed -i 's/\r//' web/docs/stylesheet.css
sed -i 's/\r//' LICENSE.txt
sed -i 's/\r//' README.txt

%build
ant

%install
rm -rf %{buildroot}

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 %{project_name}-%{version}.jar   %{buildroot}%{_javadir}/%{project_name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap edu.umd.cs.mtc multithreadedtc %{version} JPP %{project_name}
%add_to_maven_depmap edu.umd.cs.mtc multithreadedtc-jdk14 %{version} JPP %{project_name}

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 %{SOURCE1} \
    %{buildroot}%{_mavenpomdir}/JPP-%{project_name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr web/docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf web/docs

%post
%update_maven_depmap

%postun
%update_maven_depmap

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.txt
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.01-13
+ Revision: fdc0ef0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3110 |14cr|multiwalk2c-0.2.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Multi-threaded SNMP scanner (like a snmpbulkwalk)
Name:		multiwalk2c
Version:	0.2.1
Release:	7
License:	GPLv2+
Group:		System/Servers
Url:		http://wegorz.marton.pl/
Source0:	http://wegorz.marton.pl/%{name}-%{version}.tar.gz
Patch0:		multiwalk2c-0.1.1-compile_fix.diff
BuildRequires:	net-snmp-devel
BuildRequires:	pkgconfig(libcrypto)

%description
multiwalk2c is a multi-threaded SNMP scanner. It is a modified version of
snmpbulkwalk. It can scan agents listed in special agents file, write to a
single or many output files, and traverse different parts of a MIB tree in
one thread.

%files
%doc COPYING README
%{_bindir}/multiwalk2c

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x

%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-7
+ Revision: 6e310dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3111 |14cr|mumble-1.2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# configuration options for the server (murmur)
%bcond_without server
%bcond_with ice
# configuration options for the client
%bcond_without client
%bcond_without speechd
%bcond_with g15

Summary:	Low-latency, high-quality voice communication for gamers
Name:		mumble
Version:	1.2.8
Release:	2
License:	BSD-like
Group:		Sound
Url:		http://mumble.sourceforge.net/
Source0:	http://downloads.sourceforge.net/mumble/%{name}-%{version}.tar.gz
# conf files courtesy of debian package
Source1:	%{name}-server.ini
Source2:	%{name}-server-web.conf
Source3:	MurmurPHP.ini
Source4:	README.install.urpmi.mumble-server-web
Source5:	%{name}-server-init.mdv
Source6:	%{name}-server.logrotate
Source7:        %{name}-tmpfiles.conf
Source100:	mumble.rpmlintrc
Patch0:		mumble-1.2.4-celt-0.11.1.patch
Patch1:		0001-use-std-max-instead-of-MAX.patch
Patch2:		mumble-1.2.5-fdr-compile-fix.patch
BuildRequires:	kde4-macros
BuildRequires:	protobuf-compiler
BuildRequires:	qt4-linguist
BuildRequires:	boost-devel
BuildRequires:	cap-devel
%if %{with g15}
BuildRequires:	g15daemon_client-devel
%endif
BuildRequires:	qt4-devel
%if %{with speechd}
BuildRequires:	speech-dispatcher-devel
%endif
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(avahi-compat-libdns_sd)
BuildRequires:	pkgconfig(celt) >= 0.11.1
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libssl)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(protobuf)
BuildRequires:	pkgconfig(speex) >= 1.2
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(xevie)
BuildRequires:	pkgconfig(xi)
Requires:	qt4-database-plugin-sqlite
Requires:	%{name}-plugins = %{EVRD}
Suggests:	%{name}-protocol
%if %{with speechd}
Suggests:	speech-dispatcher
%endif
%if %{with g15}
Suggests:	g15daemon
%endif
# Strange, but true: We actually do require several different
# versions of the same library (celt) installed at the same time.
# The reason is that they're API/ABI compatible, but bitstream
# incompatible, releases - mumble dlopens any celt library it can
# find to support their bitstream versions.
# Since a lot of Mumble users are on legacy celt (0.7.x) [that's
# what Ubuntu ships], it is necessary to have that version
# installed to talk to those users.
Requires:	%mklibname celt0_ 0
Requires:	%mklibname celt0_ 2

%description
Low-latency, high-quality voice communication for gamers.

Includes game linking, so voice from other players comes from the direction
of their characters, and has echo cancellation so the sound from your
loudspeakers won't be audible to other players.

%if %{with client}
%files
%doc README README.Linux CHANGES LICENSE
%{_bindir}/%{name}
%{_bindir}/%{name}-overlay
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.svg
%{_mandir}/man1/%{name}.*
%{_mandir}/man1/%{name}-overlay.*
%endif

#----------------------------------------------------------------------------

%if %{with client}
%package protocol-kde4
Summary:	The mumble protocol for KDE4
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
Provides:	%{name}-protocol

%description protocol-kde4
The mumble protocol for KDE4.

%files protocol-kde4
%{_kde_datadir}/kde4/services/%{name}.protocol
%endif

#----------------------------------------------------------------------------

%if %{with client}
%package plugins
Summary:	Mumble plugins
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugins
This packages provides the Mumble plugins.

%files plugins
%{_libdir}/%{name}
%endif

#----------------------------------------------------------------------------

%if %{with server}
%package server
Summary:	Murmur, the VOIP server for Mumble
Group:		Sound
%if %{with ice}
BuildRequires:	slice2cpp
%endif
Requires:	dbus
Requires:	qt4-database-plugin-sqlite
Requires(post,preun):	rpm-helper

%description server
This package provides Murmur, the VOIP server for Mumble.

%files server
%if %{without client}
%doc README README.Linux CHANGES LICENSE
%endif
%doc scripts/murmur.ini
%{_bindir}/murmur-user-wrapper
%{_sbindir}/murmurd
%{_initrddir}/%{name}-server
%{_tmpfilesdir}/%{name}-server.conf
%config(noreplace) %{_sysconfdir}/%{name}-server.ini
%{_sysconfdir}/logrotate.d/%{name}-server
%{_sysconfdir}/dbus-1/system.d/%{name}-server.conf
%attr(-,mumble-server,mumble-server) %dir %{_var}/lib/%{name}-server
%attr(-,mumble-server,root) %dir %{_var}/log/%{name}-server
%attr(-,mumble-server,mumble-server) %dir %{_var}/run/%{name}-server
%if %{with ice}
%{_datadir}/slice/Murmur.ice
%endif
%{_mandir}/man1/murmur-user-wrapper.*
%{_mandir}/man1/murmurd.*

%pre server
%_pre_useradd %{name}-server %{_var}/lib/%{name}-server /bin/sh

%post server
%_post_service %{name}-server
%tmpfiles_create %{_tmpfilesdir}/%{name}-server
%__service messagebus reload

%preun server
if [ $1 = 0 ]; then
	%_preun_service %{name}-server
fi

%postun server
%_postun_userdel %{name}-server

%endif

#----------------------------------------------------------------------------

%if %{with server}
%package server-web
Summary:	Web scripts for mumble-server
Group:		Sound
Requires:	%{name}-server = %{EVRD}
Requires:	apache
Requires:	mail-server
Requires:	perl-CGI
%if %{with ice}
Requires:	zeroc-ice-php
%endif

%description server-web
This package contains the web scripts for mumble-server.

%files server-web
%doc README.install.urpmi
%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}-server-web.conf
%config(noreplace) %{_sysconfdir}/php.d/MurmurPHP.ini
%{_datadir}/%{name}-server-web
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .celt11~
%patch1 -p1 -b .max~
%patch2 -p1 -b .compile~
cp -p %{SOURCE4} README.install.urpmi

%build
%qmake_qt4 main.pro \
%if %{without server}
	CONFIG+=no-server \
%endif
%if %{without ice}
	CONFIG+=no-ice \
%endif
%if %{without client}
	CONFIG+=no-client \
%endif
%if %{without speechd}
	CONFIG+=no-speechd \
%endif
%if %{without g15}
	CONFIG+=no-g15 \
%endif
	CONFIG+=no-bundled-speex \
	CONFIG+=no-bundled-celt \
	CONFIG+=no-embed-qt-translations \
	CONFIG+=no-update \
	DEFINES+=PLUGIN_PATH=%{_libdir}/%{name} \
	DEFINES+=DEFAULT_SOUNDSYSTEM=PulseAudio

%make -j2

%install
%if %{with client}
# --- Mumble install ---

install -D -m 0755 release/%{name} %{buildroot}%{_bindir}/%{name}
install -m 0755 scripts/%{name}-overlay %{buildroot}%{_bindir}/%{name}-overlay
install -D -m 0755 scripts/%{name}.protocol %{buildroot}%{_kde_datadir}/kde4/services/%{name}.protocol
install -d -m 0755 %{buildroot}%{_libdir}/%{name}/plugins
cp -Pp release/libmumble* %{buildroot}%{_libdir}/%{name}/
cp -p release/plugins/liblink.so %{buildroot}%{_libdir}/%{name}/

# Mumble icons
install -D -m 0644 icons/%{name}.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

# Mumble desktop file
install -d -m 0755 %{buildroot}%{_datadir}/applications
install -m 0644 scripts/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install \
	--remove-category="Qt" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*
%endif

%if %{with server}
# --- Mumble-server/Murmur install ---

install -D -m0755 release/murmurd "%{buildroot}%{_sbindir}/murmurd"
install -D -m0755 scripts/murmur-user-wrapper %{buildroot}%{_bindir}/murmur-user-wrapper
mkdir -p %{buildroot}%{_sysconfdir}/{dbus-1/system.d,logrotate.d}
install -m0644 scripts/murmur.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/%{name}-server.conf
install -m0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}-server
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}-server.ini

%if %{with ice}
# install Mumur.ice  in /usr/share/slice
install -D -m0755 src/murmur/Murmur.ice %{buildroot}%{_datadir}/slice/Murmur.ice
%endif

# install initscript
mkdir -p %{buildroot}%{_initrddir}
install -m0744 %{SOURCE5} %{buildroot}%{_initrddir}/%{name}-server

# create database directory
install -d -m0755 %{buildroot}%{_var}/lib/%{name}-server

# create log directory
install -d -m0755 %{buildroot}%{_var}/log/%{name}-server

# create tmpfiles directory
install -D -p -m 0644 %{SOURCE7} %{buildroot}%{_tmpfilesdir}/%{name}-server.conf

# create pidfile directory
install -d -m0755 %{buildroot}%{_var}/run/%{name}-server

# install example
mkdir -p %{buildroot}%{_var}/%{name}-server/examples

# --- Mumble-server-web files ---
install -D -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}-server-web.conf
install -D -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/php.d/MurmurPHP.ini
install -D -m0644 scripts/weblist.php %{buildroot}%{_datadir}/%{name}-server-web/www/weblist.php
install -D -m0755 scripts/weblist.pl %{buildroot}%{_datadir}/%{name}-server-web/www/weblist.cgi
install -D -m0755 scripts/murmur.pl %{buildroot}%{_datadir}/%{name}-server-web/www/register.cgi
pushd %{buildroot}%{_datadir}/%{name}-server-web/www
ln -s weblist.php index.php
popd
%endif

# --- Manpages ---
install -d -m 0755 %{buildroot}%{_mandir}/man1
%if %{with server}
install -m 0644 man/murmur* %{buildroot}%{_mandir}/man1
%endif
%if %{with client}
install -m 0644 man/mumble* %{buildroot}%{_mandir}/man1
%endif


%changelog
* Thu Aug 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.8-2
+ Revision: 70dd5ad
- Adde tmpfiles management



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3112 |14cr|munin-2.0.18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:      munin
Version:   2.0.18
Release:   3
Summary:   Network-wide graphing framework (grapher/gatherer)

License:   GPLv2
Group:     Monitoring
URL:       http://munin.projects.linpro.no/
Source0:   http://download.sourceforge.net/sourceforge/munin/%{name}-%{version}.tar.gz
Source1:    munin-node.service
Source2:    munin-asyncd.service
Source3:    munin-fcgi-html.service
Source4:    munin-fcgi-graph.service
Source5:    munin.tmpfiles
Patch0:     munin-2.0.18-use-system-fonts.patch
Requires(post):  rpm-helper
Requires(preun): rpm-helper
BuildRequires: html2text
BuildRequires: htmldoc
BuildRequires: java-devel
BuildRequires: perl(Module::Build)
BuildRequires: perl(JSON::PP)
BuildArch: noarch

%description
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.

%package master
Group: Monitoring
Summary: Network-wide graphing framework (master)

Requires: rrdtool
Requires: %{name} = %{version}-%{release}
Suggests:   perl(CGI::Fast)
Requires:   perl(FCGI)
Requires:   spawn-fcgi
Requires(post): rpm-helper
Requires(postun): rpm-helper

%description master
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.

This package contains the grapher/gatherer. You will only need one instance of
it in your network. It will periodically poll all the nodes in your network
it's aware of for data, which it in turn will use to create graphs and HTML
pages, suitable for viewing with your graphical web browser of choice.

%package node
Group: Monitoring
Summary: Network-wide graphing framework (node)

Requires: procps >= 2.0.7
Requires: sysstat
Requires: %{name} = %{version}-%{release}
Requires(post):  rpm-helper
Requires(preun): rpm-helper

%description node
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.

This package contains node software. You should install it on all the nodes
in your network. It will know how to extract all sorts of data from the
node it runs on, and will wait for the gatherer to request this data for
further processing.

It includes a range of plugins capable of extracting common values such as
cpu usage, network usage, load average, and so on. Creating your own plugins
which are capable of extracting other system-specific values is very easy,
and is often done in a matter of minutes. You can also create plugins which
relay information from other devices in your network that can't run Munin,
such as a switch or a server running another operating system, by using
SNMP or similar technology.

%package java-plugins
Group:      Monitoring
Summary:    Java-plugins for munin

Requires:   %{name}-node = %{version}-%{release}
Requires:   jpackage-utils

%description java-plugins
java-plugins for munin-node.

%package async
Group:      Monitoring
Summary:    Asynchronous client tools for munin

Requires:   %{name}-node = %{version}-%{release}

%description async
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
This package contains the tools necessary for setting up an asynchronous
client / spooling system

%prep
%setup -q
%patch0 -p 1

%build
make \
    CONFIG=Makefile.config \
    PREFIX=%{_prefix} \
    DOCDIR=%{_docdir}/%{name} \
    MANDIR=%{_mandir} \
    HTMLDIR=%{_localstatedir}/lib/munin/html \
    DBDIR=%{_localstatedir}/lib/munin/data \
    PLUGSTATE=%{_localstatedir}/lib/munin/plugin-state \
    LOGDIR=%{_localstatedir}/log/munin \
    STATEDIR=/run/munin \
    CGIDIR=%{_datadir}/%{name}/cgi \
    CONFDIR=%{_sysconfdir}/munin \
    LIBDIR=%{_datadir}/munin \
    PERLLIB=%{perl_vendorlib} \
    HOSTNAME=localhost \
    build

%install

# ugly hack
cp common/blib/lib/Munin/Common/Defaults.pm Defaults.pm

make \
    CONFIG=Makefile.config \
    PREFIX=%{buildroot}%{_prefix} \
    DOCDIR=%{buildroot}%{_docdir}/%{name} \
    MANDIR=%{buildroot}%{_mandir} \
    HTMLDIR=%{buildroot}%{_localstatedir}/lib/munin/html \
    DBDIR=%{buildroot}%{_localstatedir}/lib/munin/data \
    PLUGSTATE=%{buildroot}%{_localstatedir}/lib/munin/plugin-state \
    CGIDIR=%{buildroot}%{_datadir}/%{name}/cgi \
    LOGDIR=%{buildroot}%{_localstatedir}/log/munin \
    STATEDIR=%{buildroot}/run/munin \
    LIBDIR=%{buildroot}%{_datadir}/munin \
    CONFDIR=%{buildroot}%{_sysconfdir}/munin \
    PERLLIB=%{buildroot}%{perl_vendorlib} \
    DESTDIR=%{buildroot} \
    HOSTNAME=localhost \
    CHOWN=/bin/true \
    CHGRP=/bin/true \
    CHMOD=/bin/true \
    CHECKUSER=true \
    CHECKGROUP=true \
    install install-doc

cp -f Defaults.pm %{buildroot}%{perl_vendorlib}/Munin/Common/Defaults.pm

# move template and static files in data
mv %{buildroot}%{_sysconfdir}/munin/templates %{buildroot}%{_datadir}/%{name}
mv %{buildroot}%{_sysconfdir}/munin/static %{buildroot}%{_datadir}/%{name}

# configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/munin/munin-conf.d
perl -pi \
    -e 's|^# ?tmpldir.*|tmpldir %{_datadir}/%{name}/templates|;' \
    -e 's|^# ?staticdir.*|staticdir %{_datadir}/%{name}/static|;' \
    -e 's|^# ?cgiurl_graph.*|cgiurl_graph /munin/cgi/munin-cgi-graph|;' \
   %{buildroot}%{_sysconfdir}/munin/munin.conf

# systemd service
install -d -m 755 %{buildroot}%{_unitdir}
install -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/munin-node.service
install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/munin-asyncd.service
install -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/munin-fcgi-html.service
install -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/munin-fcgi-graph.service

install -D -m 644 %{SOURCE5} %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf

# plugins configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/munin/plugin-conf.d
cat > %{buildroot}%{_sysconfdir}/munin/plugin-conf.d/munin-node <<EOF
[diskstats]
user munin

[iostat_ios]
user munin
EOF

cat >%{buildroot}%{_sysconfdir}/munin/plugin-conf.d/hddtemp_smartctl <<EOF
[hddtemp_smartctl]
user root
EOF

cat >%{buildroot}%{_sysconfdir}/munin/plugin-conf.d/sendmail <<EOF
[sendmail*]
user root
env.mspqueue %{_localstatedir}/spool/clientmqueue
EOF

cat >%{buildroot}%{_sysconfdir}/munin/plugin-conf.d/postfix <<EOF
[postfix*]
user root
env.logfile info.log
env.logdir /var/log/mail
EOF

cat >%{buildroot}%{_sysconfdir}/munin/plugin-conf.d/df <<EOF
[df*]
env.exclude none unknown iso9660 squashfs udf romfs ramfs debugfs binfmt_misc rpc_pipefs fuse.gvfs-fuse-daemon
EOF

# remove the Sybase plugin for now, as it requires unavailable perl modules
rm -f %{buildroot}/usr/share/munin/plugins/sybase_space

# move munin-asyncd to /usr/sbin/ (FHS)
mv %{buildroot}/%{_datadir}/munin/munin-asyncd \
    %{buildroot}/%{_sbindir}/munin-asyncd

# remove duplicated fonts
rm %{buildroot}/usr/share/munin/DejaVuSans*.ttf

# additional configuration directory
install -d -m 755 %{buildroot}%{_sysconfdir}/munin/munin-conf.d

# state and log directories
install -d -m 755 %{buildroot}%{_localstatedir}/lib/munin
install -d -m 775 %{buildroot}%{_localstatedir}/lib/munin/data/cgi-tmp
install -d -m 775 %{buildroot}%{_localstatedir}/log/munin

# apache configuration
rm -f %{buildroot}%{_localstatedir}/lib/munin/html/.htaccess

install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
ScriptAlias /munin/cgi    %{_datadir}/munin/cgi
Alias       /munin/static %{_datadir}/munin/static
Alias       /munin        %{_localstatedir}/lib/munin/html

<Directory %{_datadir}/munin/cgi>
    Options ExecCGI
    Require all granted
</Directory>

<Directory %{_datadir}/munin/static>
    Require all granted
</Directory>

<Directory %{_localstatedir}/lib/munin/html>
    Require all granted
</Directory>
EOF

# cron task
install -d -m 755 %{buildroot}%{_sysconfdir}/cron.d
cat > %{buildroot}%{_sysconfdir}/cron.d/munin <<EOF
*/5 * * * *     munin /usr/bin/munin-cron
EOF

# logrotate
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/munin-node <<EOF
/var/log/munin/munin-node.log {
    postrotate
        service munin-node reload
    endscript

}
EOF
cat > %{buildroot}%{_sysconfdir}/logrotate.d/munin <<EOF
/var/log/munin/munin-update.log /var/log/munin/munin-graph.log /var/log/munin/munin-html.log /var/log/munin/munin-limits.log {
}
EOF

# add changelog to installed documentation files
install -m 644 ChangeLog %{buildroot}%{_docdir}/%{name}/ChangeLog

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false

%post
systemd-tmpfiles --create %{name}.conf

%postun
%_postun_userdel %{name}

%post node
if [ $1 = 1 ]; then
    /usr/sbin/munin-node-configure --shell | sh
fi
%_post_service munin-node

%preun node
%_preun_service munin-node

%files
%doc %{_docdir}/%{name}
%dir %{_datadir}/munin
%dir %{_sysconfdir}/munin
%dir %{_localstatedir}/lib/munin
%attr(-,munin,apache) %{_localstatedir}/log/munin
%{_prefix}/lib/tmpfiles.d/munin.conf
%{perl_vendorlib}/Munin
%exclude %{perl_vendorlib}/Munin/Master
%exclude %{perl_vendorlib}/Munin/Node
%exclude %{perl_vendorlib}/Munin/Plugin
%exclude %{perl_vendorlib}/Munin/Plugin.pm

%files master
%{_bindir}/munin-cron
%{_bindir}/munin-check
%{_datadir}/munin/munin-html
%{_datadir}/munin/munin-limits
%{_datadir}/munin/munin-update
%{_datadir}/munin/munin-datafile2storable
%{_datadir}/munin/munin-storable2datafile
%{_datadir}/munin/cgi
%{perl_vendorlib}/Munin/Master
%{_datadir}/munin/static
%{_datadir}/munin/templates
%{_datadir}/munin/munin-graph
%{_unitdir}/munin-fcgi-graph.service
%{_unitdir}/munin-fcgi-html.service
%dir %{_sysconfdir}/munin/munin-conf.d
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/munin/munin.conf
%config(noreplace) %{_sysconfdir}/cron.d/munin
%config(noreplace) %{_sysconfdir}/logrotate.d/munin
%attr(-,munin,munin) %{_localstatedir}/lib/munin/data
%attr(-,munin,munin) %{_localstatedir}/lib/munin/html
%{_mandir}/man8/munin.8*
%{_mandir}/man8/munin-update.8*
%{_mandir}/man8/munin-limits.8*
%{_mandir}/man8/munin-html.8*
%{_mandir}/man8/munin-cron.8*
%{_mandir}/man8/munin-check.8*
%{_mandir}/man8/munin-graph.8*
%{_mandir}/man5/munin.conf.5*
%{_mandir}/man3/Munin::*

%files node
#% doc %{_docdir}/%{name}
%dir %{_sysconfdir}/munin/plugins
%dir %{_sysconfdir}/munin/plugin-conf.d
%config(noreplace) %{_sysconfdir}/munin/munin-node.conf
%config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
%config(noreplace) %{_sysconfdir}/logrotate.d/munin-node
%{_unitdir}/munin-node.service
%{_bindir}/munindoc
%{_sbindir}/munin-run
%{_sbindir}/munin-node
%{_sbindir}/munin-node-configure
%{_sbindir}/munin-sched
%attr(-,munin,munin) %{_localstatedir}/lib/munin/plugin-state
%{_datadir}/munin/plugins
%exclude %{_datadir}/munin/plugins/jmx_
%{perl_vendorlib}/Munin/Node
%{perl_vendorlib}/Munin/Plugin
%{perl_vendorlib}/Munin/Plugin.pm
%{_mandir}/man1/munindoc.1*
%{_mandir}/man1/munin-run.1*
%{_mandir}/man1/munin-node.1*
%{_mandir}/man1/munin-node-configure.1*
%{_mandir}/man1/munin-sched.1*
%{_mandir}/man5/munin-node.conf.5*

%files java-plugins
%{_datadir}/munin/munin-jmx-plugins.jar
%{_datadir}/munin/plugins/jmx_

%files async
%{_unitdir}/munin-asyncd.service
%{_datadir}/munin/munin-async
%{_sbindir}/munin-asyncd

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.18-3
+ Revision: b5ea8c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3113 |14cr|munin-plugins-sympa-20090617-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	munin-plugins-sympa
%define version	20090617
%define release	5

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Munin sympa plugins
Group:		Networking/Other
License:	BSD
URL:		https://www.lists.uni-karlsruhe.de/munin/
Source:     https://www.lists.uni-karlsruhe.de/munin/sympa4munin.tar.gz
Patch:      munin-plugins-sympa-fix-spool-script.patch
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
This package contains two plugins, one to monitor the elements in your
spool-directory and a second one which parses your sympa-log. 

%prep
%setup -c -q
%patch -p 1

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/munin/plugins
install -m 755 sympa_spool %{buildroot}%{_datadir}/munin/plugins
install -m 755 sympa_stats %{buildroot}%{_datadir}/munin/plugins

perl -pi -e 's|^#!/usr/local/bin/perl|#!%{_bindir}/perl|' \
    %{buildroot}%{_datadir}/munin/plugins/sympa_stats

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/munin/plugins/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20090617-5
+ Revision: 9faef2d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3114 |14cr|munin-plugins-xen-20080625-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	munin-plugins-xen
%define version	20080625
%define release	4

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Munin xen plugins
Group:		Networking/Other
License:	BSD
Source0:	http://www.skullkrusher.net/linux/scripts/xen_percent
Source1:    http://munin.projects.linpro.no/attachment/wiki/PluginCat/xen_traffic_all
Patch0:     xen_traffic_all-allow-multiple-interfaces.patch
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
Munin plugins for monitoring xen.

%prep
%setup -c -T
cp %{SOURCE0} xen_percent
cp %{SOURCE1} xen_traffic_all
%patch0 -p 0

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/munin/plugins
install -m 755 xen_percent %{buildroot}%{_datadir}/munin/plugins
install -m 755 xen_traffic_all %{buildroot}%{_datadir}/munin/plugins

install -d -m 755 %{buildroot}%{_sysconfdir}/munin/plugin-conf.d
cat > %{buildroot}%{_sysconfdir}/munin/plugin-conf.d/xen << EOF
[xen_traffic_all]
user root

[xen_percent]
user root

EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/munin/plugins/*
%config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/xen




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20080625-4
+ Revision: 8e018c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3115 |14cr|mupdf-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	devname	%mklibname -d %{name}

Name:		mupdf
Version:	1.1
Release:	2
Summary:	MuPDF is a lightweight PDF viewer and toolkit written in portable C
License:	GPLv3
Group:		Office
URL:		http://mupdf.com/
Source0:	http://mupdf.googlecode.com/files/%{name}-%{version}-source.tar.gz
Source1:	mupdf.desktop
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	jpeg-devel
BuildRequires:	freetype2-devel
BuildRequires:	jbig2dec-devel
BuildRequires:	openjpeg-devel >= 1.5

%description
MuPDF is a lightweight PDF viewer and toolkit written in portable C.

The renderer in MuPDF is tailored for high quality anti-aliased
graphics.  MuPDF renders text with metrics and spacing accurate to
within fractions of a pixel for the highest fidelity in reproducing
the look of a printed page on screen.

MuPDF has a small footprint.  A binary that includes the standard
Roman fonts is only one megabyte.  A build with full CJK support
(including an Asian font) is approximately five megabytes.

MuPDF has support for all non-interactive PDF 1.7 features, and the
toolkit provides a simple API for accessing the internal structures of
the PDF document.  Example code for navigating interactive links and
bookmarks, encrypting PDF files, extracting fonts, images, and
searchable text, and rendering pages to image files is provided.

%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/C
Provides:	lib%{name} = %{version}-%{release}

%description -n	%{devname}
The %{devname} package contains header files for developing
applications that use MuPDF toolkit.

%prep
%setup -q -n %{name}-%{version}-source

%build
#gw pkg-config --cflags doesn't have the right openjpeg flags
%make XCFLAGS="%{optflags} -I%{_includedir}/openjpeg-1.5"

%install
%makeinstall
install -m644 %{SOURCE1} -D %{buildroot}%{_datadir}/applications/%{name}.desktop
install -m644 debian/mupdf.png -D %{buildroot}%{_datadir}/pixmaps/%{name}.png

%files
%doc COPYING README
%{_bindir}/mubusy
%{_bindir}/mudraw
%{_bindir}/mupdf
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

%files -n %{devname}
%{_libdir}/libfitz.a
%{_includedir}/fitz.h
%{_includedir}/memento.h
%{_includedir}/mucbz.h
%{_includedir}/mupdf.h
%{_includedir}/muxps.h



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: e2c4aca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3116 |14cr|mupen64plus-2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Plugin-Based Nintendo 64 Emulator
Name:		mupen64plus
Version:	2.0
Release:	5
License:	GPLv2+
Group:		Emulators
Url:		http://code.google.com/p/mupen64plus/
Source0:	%{name}-bundle-src-%{version}.tar.gz
Patch0:		mupen64plus-bundle-src-2.0-segfault.patch
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)
Requires:	%{libname} = %{EVRD}
Requires:	fonts-ttf-dejavu
Suggests:	%{name}-ui-console
Suggests:	%{name}-ui-m64py

%description
Mupen64Plus is a plugin-based N64 emulator which is capable of accurately
playing many games. It includes four MIPS R4300 CPU emulators, with dynamic
recompilers for 32-bit x86 and 64-bit amd64 systems.  It supports plugins for
audio, graphical rendering (RDP), the signal co-processor (RSP), and input.

This package contains only common files for Mupen64Plus. You need to install
a frontend application to run games. For example, mupen64plus-ui-console or
mupen64plus-ui-m64py.

%files
%dir %{_datadir}/mupen64plus2
%dir %{_libdir}/mupen64plus2
%{_datadir}/mupen64plus2/mupen64plus.cht
%{_datadir}/mupen64plus2/mupencheat.txt
%{_datadir}/mupen64plus2/mupen64plus.ini
%{_datadir}/mupen64plus2/font.ttf

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared Library Interface to Mupen64plus
Group:		System/Libraries

%description -n %{libname}
Mupen64Plus is a plugin-based N64 emulator which is capable of accurately
playing many games. It includes four MIPS R4300 CPU emulators, with dynamic
recompilers for 32-bit x86 and 64-bit amd64 systems.  It supports plugins for
audio, graphical rendering (RDP), the signal co-processor (RSP), and input.

This package contains the shared library interface for frontends.

%files -n %{libname}
%{_libdir}/libmupen64plus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Include Files for Mupen64plus Development
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains all necessary include files to develop frontends against
the Mupen64plus shared library interface.

%files -n %{devname}
%doc source/mupen64plus-core/INSTALL
%doc source/mupen64plus-core/LICENSES
%doc source/mupen64plus-core/README
%doc source/mupen64plus-core/RELEASE
%dir %{_includedir}/mupen64plus
%{_includedir}/mupen64plus/*
%{_libdir}/libmupen64plus.so

#----------------------------------------------------------------------------

%package ui-console
Summary:	Command Line Frontend for the Mupen64plus Nintendo 64 Emulator
Group:		Emulators
Requires:	%{libname} = %{EVRD}
Requires:	mupen64plus-plugin-audio
Requires:	mupen64plus-plugin-video
Requires:	mupen64plus-plugin-input
Requires:	mupen64plus-plugin-rsp-hle

%description ui-console
Mupen64Plus is a plugin-based N64 emulator which is capable of accurately
playing many games.

This package contains a command line frontend.

%files ui-console
%doc source/mupen64plus-ui-console/INSTALL
%doc source/mupen64plus-ui-console/LICENSES
%doc source/mupen64plus-ui-console/README
%doc source/mupen64plus-ui-console/RELEASE
%doc %{_mandir}/man6/mupen64plus.6*
%{_bindir}/mupen64plus

#----------------------------------------------------------------------------

%package plugin-audio-sdl
Summary:	SDL Audio Plugin for the Mupen64plus Nintendo 64 Emulator
Group:		Emulators
Provides:	mupen64plus-plugin-audio

%description plugin-audio-sdl
This package contains the SDL audio plugin for the Mupen64plus Nintendo 64
Emulator.

%files plugin-audio-sdl
%doc source/mupen64plus-audio-sdl/INSTALL
%doc source/mupen64plus-audio-sdl/LICENSES
%doc source/mupen64plus-audio-sdl/RELEASE
%{_libdir}/mupen64plus2/mupen64plus-audio-sdl.so

#----------------------------------------------------------------------------

%package plugin-input-sdl
Summary:	SDL Input Plugin for the Mupen64plus Nintendo 64 Emulator
Group:		Emulators
Provides:	mupen64plus-plugin-input

%description plugin-input-sdl
This package contains the SDL input plugin for the Mupen64plus Nintendo 64
Emulator. It has LIRC Infrared remote control interface and Rumble Pak support.

%files plugin-input-sdl
%doc source/mupen64plus-input-sdl/AUTHORS
%doc source/mupen64plus-input-sdl/COPYING
%doc source/mupen64plus-input-sdl/INSTALL
%doc source/mupen64plus-input-sdl/LICENSES
%doc source/mupen64plus-input-sdl/README
%doc source/mupen64plus-input-sdl/RELEASE
%{_datadir}/mupen64plus2/InputAutoCfg.ini
%{_libdir}/mupen64plus2/mupen64plus-input-sdl.so

#----------------------------------------------------------------------------

%package plugin-rsp-hle
Summary:	RSP High-Level Emulation Plugin For the Mupen64plus
Group:		Emulators
Provides:	mupen64plus-plugin-rsp-hle

%description plugin-rsp-hle
This package contains the RSP High-Level emulation plugin for the Mupen64plus
Nintendo 64 Emulator.

%files plugin-rsp-hle
%doc source/mupen64plus-rsp-hle/INSTALL
%doc source/mupen64plus-rsp-hle/LICENSES
%doc source/mupen64plus-rsp-hle/RELEASE
%{_libdir}/mupen64plus2/mupen64plus-rsp-hle.so

#----------------------------------------------------------------------------

%package plugin-video-rice
Summary:	Rice Video Plugin for the Mupen64plus Nintendo 64 Emulator
Group:		Emulators
Provides:	mupen64plus-plugin-video

%description plugin-video-rice
This package contains the Rice Video Plugin for the Mupen64plus Nintendo 64
Emulator. It provides Hi-resolution texture support.

%files plugin-video-rice
%doc source/mupen64plus-video-rice/INSTALL
%doc source/mupen64plus-video-rice/LICENSES
%doc source/mupen64plus-video-rice/README
%doc source/mupen64plus-video-rice/RELEASE
%{_datadir}/mupen64plus2/RiceVideoLinux.ini
%{_libdir}/mupen64plus2/mupen64plus-video-rice.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-bundle-src-%{version}
%patch0 -p1

%build
%make -C source/mupen64plus-core/projects/unix all \
	OPTFLAGS="%{optflags}" \
	SHAREDIR=%{_datadir}/mupen64plus2/ \
	LIRC=1 \
	V=1

%make -C source/mupen64plus-ui-console/projects/unix all \
	OPTFLAGS="%{optflags}" \
	COREDIR=%{_libdir}/ \
	SHAREDIR=%{_datadir}/mupen64plus2/ \
	PLUGINDIR=%{_libdir}/mupen64plus2/ \
	V=1

%make -C source/mupen64plus-audio-sdl/projects/unix all \
	OPTFLAGS="%{optflags}" \
	V=1

%make -C source/mupen64plus-input-sdl/projects/unix all \
	OPTFLAGS="%{optflags}" \
	V=1

%make -C source/mupen64plus-rsp-hle/projects/unix all \
	OPTFLAGS="%{optflags}" \
	V=1

%make -C source/mupen64plus-video-rice/projects/unix all \
	OPTFLAGS="%{optflags}" \
	V=1

%install
%makeinstall_std -C source/mupen64plus-core/projects/unix \
	PREFIX="%{_prefix}" \
	SHAREDIR=%{_datadir}/mupen64plus2/ \
	LIBDIR=%{_libdir}/ \
	INCDIR=%{_includedir}/mupen64plus/ \
	LIRC=1 \
	INSTALL_STRIP_FLAG=

pushd %{buildroot}%{_libdir}
ln -sf libmupen64plus.so.%{major} libmupen64plus.so
popd

%makeinstall_std -C source/mupen64plus-ui-console/projects/unix \
	PREFIX="%{_prefix}" \
	BINDIR=%{_bindir} \
	MANDIR=%{_mandir}/ \
	NO_ASM=1 \
	INSTALL_STRIP_FLAG=

%makeinstall_std -C source/mupen64plus-audio-sdl/projects/unix \
	PREFIX="%{_prefix}" \
	LIBDIR=%{_libdir}/mupen64plus2/ \
	INSTALL_STRIP_FLAG=

%makeinstall_std -C source/mupen64plus-input-sdl/projects/unix \
	PREFIX="%{_prefix}" \
	SHAREDIR=%{_datadir}/mupen64plus2/ \
	LIBDIR=%{_libdir}/mupen64plus2/ \
	INSTALL_STRIP_FLAG=

%makeinstall_std -C source/mupen64plus-rsp-hle/projects/unix \
	PREFIX="%{_prefix}" \
	LIBDIR=%{_libdir}/mupen64plus2/ \
	INSTALL_STRIP_FLAG=

%makeinstall_std -C source/mupen64plus-video-rice/projects/unix \
	PREFIX="%{_prefix}" \
	SHAREDIR=%{_datadir}/mupen64plus2/ \
	LIBDIR=%{_libdir}/mupen64plus2/ \
	INSTALL_STRIP_FLAG=

chmod -R 0755 %{buildroot}%{_libdir}

mv %{buildroot}%{_libdir}/mupen64plus2/%{name}/mupen64plus*.so %{buildroot}%{_libdir}/mupen64plus2/
rmdir %{buildroot}%{_libdir}/mupen64plus2/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-5
+ Revision: b7e5252
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3117 |14cr|mupen64plus-ui-m64py-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Could be noarch package but depends on arch library path
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define oname m64py

Summary:	M64Py - A frontend for Mupen64Plus
Name:		mupen64plus-ui-%{oname}
Version:	0.2.1
Release:	2
License:	GPLv3+
Group:		Emulators
Url:		http://m64py.sourceforge.net
Source0:	http://sourceforge.net/projects/m64py/files/%{oname}-%{version}/%{oname}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	python-qt4-devel
Requires:	PyQt4
Requires:	mupen64plus >= 2.0

%description
M64Py is a Qt4 front-end (GUI) for Mupen64Plus 2.0, a cross-platform
plugin-based Nintendo 64 emulator. Front-end is written in Python and
it provides a user-friendly interface over Mupen64Plus shared library.

%files
%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%{_iconsdir}/hicolor/96x96/mimetypes/application-x-%{oname}.png
%{_datadir}/mime/packages/application-x-%{oname}.xml
%{_datadir}/pixmaps/%{oname}.png
%{py_puresitedir}/%{oname}
%{py_puresitedir}/%{oname}-*.egg-info

%prep
%setup -q -n %{oname}-%{version}
sed s,"/usr/lib/mupen64plus","%{_libdir}/mupen64plus2",g -i src/m64py/platform.py

#----------------------------------------------------------------------------

%build
python setup.py build

%install
python setup.py install --root %{buildroot}

# messged up in setup.py
rm -rf %{buildroot}%{_iconsdir}/hicolor/96x96/mimetypes/application-x-%{oname}.png
cp xdg/%{oname}.png %{buildroot}%{_iconsdir}/hicolor/96x96/mimetypes/application-x-%{oname}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: 52711fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3118 |14cr|mures-0.5-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Clone of Sega's "Chu Chu Rocket", a multi-player puzzle game
Name:		mures
Version:	0.5
Release:	18
License:	GPL
Group:		Games/Arcade
URL:		http://mures.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/mures/%{name}-%{version}.tar.bz2
Source1:	%{name}-48.xpm
Patch0:		mures-0.5-linkage.patch
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	SDL_net-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	texinfo
BuildRequires:	imagemagick
# Author: Adam D'Angelo <dangelo@ntplx.net>

%description
Mures is a cross-platform clone of Sega's "Chu Chu Rocket" written using
C. To start the game, run "mures -hN -aiM" where N and M are the number of
human and computer players at the local computer. Press enter to start the
game, press P to pause, and Q to quit.
- Player 1: Use the mouse to target, and click and drag in the desired
direction to place an arrow.
- Player 2: Use the arrow keys to target, and the number keypad to place
arrows.
- Player 3: Use A,W,S,D to target and I,J,K,L to place arrows.

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x
make

%install
rm -rf %{buildroot}

%makeinstall_std

mv %{buildroot}/%{_bindir}/%{name} %{buildroot}/%{_bindir}/%{name}.real
cat << EOF > %{buildroot}/%{_bindir}/%{name}
#!/bin/sh

pushd %{_libdir}/%{name}
    %{name}.real --no3d "\$@"
popd
EOF
chmod +x %{buildroot}/%{_bindir}/%{name}

mkdir -p %{buildroot}/%{_libdir}/%{name}
cp -a src/images src/maps src/sounds src/gui src/*.lua src/textures %{buildroot}/%{_libdir}/%{name}
rm -rf %{buildroot}/%{_libdir}/%{name}/{*,*/*}/Makefile*

install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}

convert -size 48x48 %{SOURCE1} %{buildroot}/%{_liconsdir}/%{name}.png
convert -size 32x32 %{SOURCE1} %{buildroot}/%{_iconsdir}/%{name}.png
convert -size 16x16 %{SOURCE1} %{buildroot}/%{_miconsdir}/%{name}.png


# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Mures
Comment=Multi-player puzzle game
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%files
%doc AUTHORS ChangeLog INSTALL README TODO
%{_bindir}/*
%{_libdir}/%{name}
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-18
+ Revision: 3a35fe5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3119 |14cr|murrine-themes-2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name murrine-themes
%define version 2.0
%define release 7

%define themesdir %{_datadir}/themes

Summary: Themes for Murrine
Name:    %{name}
Version: %{version}
Release: %{release}
Source0: MurrinaAquaIsh.tar.lzma
Source1: MurrinaBlue.tar.lzma
Source2: MurrinaElement.tar.lzma
Source3: MurrinaFancyCandy.tar.lzma
Source4: MurrinaGilouche.tar.lzma
Source5: MurrinaLoveGray.tar.lzma
Source6: MurrinaOransun.tar.lzma
Source7: MurrinaTango.tar.lzma
Source8: MurrinaVerdeOlivo.tar.lzma
Source9: MurrineRounded.tar.lzma
Source10: MurrineThemePack.tar.lzma
Source11: Murreza.tar.lzma
Source12: Murrine-Sky.tar.lzma
License: GPL
Group: Graphical desktop/GNOME
Url:   http://www.cimitan.com/murrine/themes/gallery
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Requires: murrine

%description
Various GTK2 and Metacity themes for the Murrine GTK2.x engine.

%prep

%build

%install
%__rm -rf %{buildroot}
%__mkdir -p %{buildroot}%{themesdir}
%__lzma -dc %SOURCE0 | %__tar fx - -C %{buildroot}%{themesdir}
%__lzma -dc %SOURCE1 | %__tar fx - -C %{buildroot}%{themesdir}
%__lzma -dc %SOURCE2 | %__tar fx - -C %{buildroot}%{themesdir}
%__lzma -dc %SOURCE3 | %__tar fx - -C %{buildroot}%{themesdir}
%__lzma -dc %SOURCE4 | %__tar fx - -C %{buildroot}%{themesdir}
%__lzma -dc %SOURCE5 | %__tar fx - -C %{buildroot}%{themesdir}
%__lzma -dc %SOURCE6 | %__tar fx - -C %{buildroot}%{themesdir}
%__lzma -dc %SOURCE7 | %__tar fx - -C %{buildroot}%{themesdir}
%__lzma -dc %SOURCE8 | %__tar fx - -C %{buildroot}%{themesdir}
%__lzma -dc %SOURCE9 | %__tar fx - -C %{buildroot}%{themesdir}
%__lzma -dc %SOURCE10 | %__tar fx - -C %{buildroot}%{themesdir}
%__lzma -dc %SOURCE11 | %__tar fx - -C %{buildroot}%{themesdir}
%__lzma -dc %SOURCE12 | %__tar fx - -C %{buildroot}%{themesdir}

%__mv %{buildroot}%{themesdir}/Murreza/* %{buildroot}%{themesdir}/
%__rm -rf %{buildroot}%{themesdir}/Murreza

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{themesdir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-7
+ Revision: 639ca7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3120 |14cr|muse-2.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package          %{nil}

Name:          muse
Summary:       Midi/Audio Music Sequencer
Version:       2.1.2
Release:       2
License:       Public Domain and GPLv2 and GPLv2+ and LGPLv2+
Group:         Sound
URL:           http://www.muse-sequencer.org/
Source0:       https://downloads.sourceforge.net/project/lmuse/%{name}-%{version}/%{name}-%{version}.tar.gz

BuildRequires: libalsa-devel
BuildRequires: jackit-devel
BuildRequires: cmake
BuildRequires: dssi-devel
BuildRequires: fluidsynth-devel
BuildRequires: liblo-devel
BuildRequires: libsamplerate-devel
BuildRequires: sndfile-devel
BuildRequires: pkgconfig
BuildRequires: python-devel
BuildRequires: qt4-devel
BuildRequires: desktop-file-utils
BuildRequires: libuuid-devel

%description
MusE is a MIDI/Audio sequencer with recording and editing capabilities. It can
perform audio effects like chorus/flanger in real-time via LASH and it supports
Jack and ALSA interfaces. MusE aims to be a complete multitrack virtual studio
for Linux.


%prep
%setup -q

%build
mkdir build
pushd build
cmake .. \
   -DMusE_DOC_DIR=%{_docdir}/%{name}-%{version}/ \
   -DENABLE_PYTHON=1 -DENABLE_LASH=0 -DENABLE_FLUID=0 \
   -DCMAKE_EXE_LINKER_FLAGS=-lX11 -DCMAKE_SHARED_LINKER_FLAGS=-lX11 \
   -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR:PATH=%_libdir

make

%install
pushd build
%makeinstall_std

%files
%{_docdir}/%{name}-*/
%{_bindir}/%{name}*
%{_bindir}/grepmidi
%{_libdir}/%{name}-*/
%{_datadir}/%{name}-*/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/64x64/apps/%{name}_icon.png
%{_mandir}/man1/grepmidi*
%{_mandir}/man1/%{name}*
%{_datadir}/mime/packages/muse.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-2
+ Revision: bcef8fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3121 |14cr|musescore-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname MuseScore
%define shortname mscore

Summary:	Linux MusE Score Typesetter
Name:		musescore
Version:	1.3
Release:	4
# (Fedora) rtf2html is LGPLv2+
# paper4.png paper5.png are LGPLv3
# the rest is GPLv2
License:	GPLv2+ and LGPLv2+ and LGPLv3+
Group:		Sound
Url:		http://musescore.org
Source0:	http://downloads.sourceforge.net/project/mscore/mscore/%{srcname}-%{version}/%{shortname}-%{version}.tar.bz2
# (Fedora) For building the jazz font
Source1:	mscore-ConvertFont.ff
# (Fedora) For mime types
Source2:	mscore.xml
Patch0:		mscore-1.0-awl-fix-underlink.patch
Patch1:		mscore-1.0-disable-uitools.patch
# (Fedora) use the system default soundfont instead of the deleted, non-free, one 
Patch2:		mscore-1.3-use-default-soundfont.patch
# (Fedora) don't build the common files (font files, wallpapers, demo song,
# instrument list) into the binary executable to reduce its size. This is also
# useful to inform the users about the existence of different choices for common
# files. The font files need to be separated due to the font packaging guidelines.
Patch3:		mscore-1.3-separate-commonfiles.patch
# (Fedora) Split the large documentation into a separate package
Patch4:		mscore-split-doc.patch
# (Fedora) Fix DSO linking.
Patch5:		mscore-dso-linking.patch
# (Fedora) Use system qtsingleapplication
Patch7:		mscore-system-qtsingleapplication.patch

BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	qt4-linguist
BuildRequires:	texlive-mf2pt1
BuildRequires:	qt4-devel
BuildRequires:	qtsingleapplication-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(portaudio-2.0)
Requires:	qtscriptbindings
Requires:	%{name}-fonts = %{EVRD}
Requires:	soundfont2-default
Obsoletes:	mscore < 1.3-3
Provides:	mscore = %{EVRD}

%description
MuseScore stands for Linux MusE Score Typesetter.

Features:
      - WYSIWYG design, notes are entered on a "virtual notepaper"
      - TrueType font(s) for printing & display allows for high quality
        scaling to all sizes
      - easy & fast note entry
      - many editing functions
      - MusicXML import/export
      - Midi (SMF) import/export
      - MuseData import
      - Midi input for note entry
      - integrated sequencer and software synthesizer to
        play the score
      - print or create pdf files

%files
%doc ChangeLog* NEWS README* COPYING*
%{_bindir}/%{shortname}
%{_datadir}/%{shortname}*
%{_datadir}/applications/%{shortname}.desktop
%{_datadir}/pixmaps/%{shortname}.*
%{_datadir}/mime/packages/%{shortname}.xml
%{_datadir}/soundfonts/TimGM6mb.sf2
%{_mandir}/man1/*
%{qt4plugins}/designer/libawlplugin.so
%exclude %{_datadir}/%{shortname}-*/man/

#----------------------------------------------------------------------------

%package doc
Summary:	MuseScore documentation
License:	CC-BY
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Obsoletes:	mscore-doc < 1.3-3
Provides:	mscore-doc = %{EVRD}
BuildArch:	noarch

%description doc
MuseScore is a free cross platform WYSIWYG music notation program.

This package contains the user manual of MuseScore in different languages.

%files doc
%doc %{_datadir}/%{shortname}-*/man/

#----------------------------------------------------------------------------

%package fonts
Summary:	MuseScore fonts
License:	GPL+ with exceptions and OFL
Group:		Publishing
BuildArch:	noarch
BuildRequires:	fontforge
BuildRequires:	tetex
BuildRequires:	t1utils
Obsoletes:	mscore-fonts < 1.3-3
Provides:	mscore-fonts = {EVRD}

%description fonts
MuseScore is a free cross platform WYSIWYG music notation program.

This package contains the musical notation fonts for use of MuseScore.

%files fonts
%{_datadir}/fonts/%{shortname}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{shortname}-%{version}/mscore
%patch0 -p2 -b .underlink
%patch1 -p0 -b .disable-uitools

%patch2 -p1 -b .default-soundfont
%patch3 -p2 -b .separate-commonfiles
%patch4 -p2 -b .split-doc
%patch5 -p2 -b .dso-linking
%patch7 -p2 -b .qtsingleapp

# cmake error: subdirs called without arguments
perl -pi -e "s/SCRIPTGEN TRUE/SCRIPTGEN FALSE/g" CMakeLists.txt

# (Fedora) Remove the precompiled binary
rm rtf2html/rtf2html

# (Fedora) Fix EOL encoding
sed 's|\r||' rtf2html/README > tmpfile
touch -r rtf2html/README tmpfile
mv -f tmpfile rtf2html/README

# (Fedora) Remove preshipped fonts. We will build them from source
rm -f %{shortname}/%{shortname}/fonts/*.ttf

# (Fedora) Disable rpath
sed -i '/rpath/d' %{shortname}/CMakeLists.txt

# (Fedora) this is non-free soundfont "Gort's Minipiano"
rm -f mscore/data/piano1.sf2

# (Fedora) Force specific compile flags:
find . -name CMakeLists.txt -exec sed -i 's|-O3|%{optflags}|' {} \;

# freetype2
perl -pi -e "s|<freetype/|<freetype2/|" mscore/genft.cpp




%build
%cmake_qt4
%make
make lupdate
make lrelease

# (Fedora) Build fonts from source:
pushd ../%{shortname}/fonts
   # adapt genFont script to mandriva's cmake build dir
   sed -i 's,../../../build/mscore/genft,../../build/mscore/genft,' genFont
   ./genFont
   fontforge %{SOURCE1} MuseJazz.sfd
   mv mscore-MuseJazz-Medium.ttf mscore-MuseJazz.ttf
popd

%install
%makeinstall_std -C build

# Install fonts
mkdir -p %{buildroot}/%{_datadir}/fonts/%{shortname}
install -pm 644 %{shortname}/fonts/%{shortname}*.ttf %{buildroot}/%{_datadir}/fonts/%{shortname}

# Install Manpage
install -D -pm 644 packaging/%{shortname}.1 %{buildroot}/%{_mandir}/man1/%{shortname}.1

# Install mimetype file
install -D -pm 644 %{SOURCE2} %{buildroot}/%{_datadir}/mime/packages/%{shortname}.xml

# (Fedora) gather the doc files in one location
   cp -p rtf2html/ChangeLog        ChangeLog.rtf2html
   cp -p rtf2html/COPYING.LESSER   COPYING.LESSER.rtf2html
   cp -p rtf2html/README           README.rtf2html
   cp -p rtf2html/README.mscore    README.mscore.rtf2html
   cp -p rtf2html/README.ru        README.ru.rtf2html
   cp -p osdabzip/README           README.osdabzip
   cp -p osdabzip/README.mscore    README.mscore.osdabzip
   cp -p share/wallpaper/COPYRIGHT COPYING.wallpaper


%changelog
* Fri Aug 08 2014 abfonly <abfonly@gmail.com> 1.3-4
+ Revision: 0a256a8
- Merge pull request #1 from abfonly/musescore:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3122 |14cr|musique-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		musique
Version:	1.3
Release:	2
Summary:	Lightweight music player
Group:		Sound
License:	GPLv3
URL:		http://flavio.tordini.org/musique
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	qt4-devel
Requires:	phonon-backend
Requires:	qt4-database-plugin-sqlite

%description
Musique is a lightweight and versatile music player.

%prep
%setup -q -n %{name}

%build
%qmake_qt4 PREFIX=%{_prefix}
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*
%{_datadir}/%{name}/locale/*
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-2
+ Revision: 8456dcb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3123 |14cr|mussh-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: MUltihost SSH
Name: mussh
Version: 1.0
Release: 2
License: GPL
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}
Group: Networking/Remote access
Source: %{name}-%{version}.tar.bz2
URL: http://www.sourceforge.net/projects/mussh
requires: openssh-clients, openssh-server

%description
Mussh is a shell script that allows you to execute a command or script
over ssh on multiple hosts with one command. When possible mussh will use
ssh-agent and RSA/DSA keys to minimize the need to enter your password
more than once.

%prep
%setup -q -n %name

%install
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/
install -m 755 mussh $RPM_BUILD_ROOT%{_bindir}/
install -m 644 mussh.1 $RPM_BUILD_ROOT%{_mandir}/man1/

%clean
rm -rf $RPM_BUILD_ROOT%

%files
%defattr(-,root,root) 
%doc INSTALL README BUGS CHANGES EXAMPLES
%attr(755,root,root) %{_bindir}/mussh
%{_mandir}/man1/%{name}*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 0b8291c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3124 |14cr|mxml-2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname mxml %{major}
%define develname %mklibname -d mxml

Summary:	Miniature XML development library
Name:		mxml
Version:	2.7
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.minixml.org/
Source0:	http://ftp.easysw.com/pub/mxml/%version/mxml-%{version}.tar.gz
BuildRequires:	chrpath
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
Mini-XML is a small XML parsing library that you can use to read XML and
XML-like data files in your application without requiring large non-standard
libraries.  Mini-XML provides the following functionality:

- Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded  XML files and
  strings.
- Data is stored in a linked-list tree structure, preserving  the XML data
  hierarchy.
- Supports arbitrary element names, attributes, and attribute values with no
  preset limits, just available memory.
- Supports integer, real, opaque ("cdata"), and text data types in "leaf"
  nodes.
- Functions for creating and managing trees of data.
- "Find" and "walk" functions for easily locating and navigating trees of data.

Mini-XML doesn't do validation or other types of processing on the data based
upon schema files or other sources of definition information, nor does it
support character entities other than those required by the XML specification.

%package -n	%{libname}
Summary:	Miniature XML development library
Group:          System/Libraries

%description -n	%{libname}
Mini-XML is a small XML parsing library that you can use to read XML and
XML-like data files in your application without requiring large non-standard
libraries.  Mini-XML provides the following functionality:

- Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded  XML files and
  strings.
- Data is stored in a linked-list tree structure, preserving  the XML data
  hierarchy.
- Supports arbitrary element names, attributes, and attribute values with no
  preset limits, just available memory.
- Supports integer, real, opaque ("cdata"), and text data types in "leaf"
  nodes.
- Functions for creating and managing trees of data.
- "Find" and "walk" functions for easily locating and navigating trees of data.

Mini-XML doesn't do validation or other types of processing on the data based
upon schema files or other sources of definition information, nor does it
support character entities other than those required by the XML specification.

%package -n	%develname
Summary:	Static library and header files for the Miniature XML development library
Group:		Development/C
Provides:	libmxml-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes: %mklibname -d mxml 1

%description -n	%develname
This package contains the static mxml library and its header files.

%prep

%setup -q

%build
%configure2_5x \
	--enable-shared

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std BUILDROOT=%{buildroot}

mv %{buildroot}%{_datadir}/doc/mxml installed-docs

rm -rf %{buildroot}%{_mandir}/cat*

chrpath -d %{buildroot}%{_libdir}/*.so.%{major}*
chrpath -d %{buildroot}%{_bindir}/mxmldoc

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files -n %{libname}
%defattr(644,root,root,755)
%doc ANNOUNCEMENT CHANGES COPYING README doc/*.html
%attr(755,root,root) %{_libdir}/*.so.%{major}*

%files -n %develname
%defattr(644,root,root,755)
%doc installed-docs/*
%attr(755,root,root) %{_bindir}/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/mxml.pc
%{_mandir}/man1/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7-2
+ Revision: c7efcc3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3125 |14cr|myagent-im-0.4.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		myagent-im
Version:	0.4.6
Release:	2
Summary:	Instant messenger that supports Mail.ru protocol
Group:		Networking/Instant messaging
License:	GPLv2
URL:		http://code.google.com/p/myagent-im
Source0:	http://myagent-im.googlecode.com/files/%{name}_%{version}.tar.gz
patch1:   myagent-im_0.4.6.ldflags.patch
BuildRequires:	qt4-devel, flex, pkgconfig, pkgconfig(xscrnsaver)
BuildRequires:	zlib1-devel, libxapian-devel, libaspell-devel
buildrequires:  pkgconfig(phonon)

%description
Instant messenger that supports Mail.ru protocol.

%prep
%setup -qn %{name}
%patch1 -p 1 -b .ldflags

# remove existing includes
find -type f -name \*.h | \
xargs sed -i '/xapian.h/d'
# add "#include <xapian.h>" before first "#include"
find -type f \( -name \*.h -o -name \*.cpp -o -name \*.ll \) | \
xargs sed -i -r '0,/^#include/s/^(#include)/\1 <xapian.h>\n\1/'

%build
%qmake_qt4
%make

%install
export INSTALL_ROOT=%{buildroot}
%makeinstall_std

%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}.xpm
%{_iconsdir}/hicolor/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.6-2
+ Revision: cd03b85
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3126 |14cr|mydns-1.2.8.31-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_version 1.2.8
%define mydns_user   mydns
%define mydns_group  mydns
%define mydns_home   %{_localstatedir}/lib/mydns

Summary:	A Database based DNS server
Name:		mydns
Version:	1.2.8.31
Release:	3
License:	GPLv2+
Group:		System/Servers
Url:		http://mydns-ng.com/
#URL: http://mydns.bboy.net/  this is the original website, but mydns is no more  maintaned by it's original creator
#because this mydns-ng in sourceforge was created
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	HOWTO
Source2:	mydns.service
Patch0:		mydns_user.patch
Patch1:		mydns-1.2.8.31-lib64.patch
Patch2:		mydns-1.2.8.31-texi.patch
BuildRequires:	docbook-utils-pdf
BuildRequires:	mysql
BuildRequires:	postgresql
BuildRequires:	texinfo
BuildRequires:	gettext-devel
BuildRequires:	mysql-devel
BuildRequires:	mysql-static-devel
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(zlib)
Requires(pre):	shadow-utils
Requires(post,preun,postun):	systemd-units

%description
A nameserver that serves records directly from your database.

%files -f %{name}.lang
%{_mandir}/man?/*
%{_infodir}/mydns.info*
%doc AUTHORS ChangeLog COPYING NEWS README TODO HOWTO
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/mydns.conf
%{_unitdir}/mydns.service
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/admin.php
%attr(-,%{mydns_user},%{mydns_group}) %dir %{mydns_home}

%pre
getent group %{mydns_group} >/dev/null || groupadd -r %{mydns_group}
getent passwd %{mydns_user} >/dev/null || \
useradd -r -g %{mydns_group} -d %{mydns_home}  -s /sbin/nologin \
-c "MyDNS - database based DNS server account" %{mydns_user}
exit 0

%post
if [ $1 -eq 1 ] ; then 
    # Initial installation 
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun
if [ $1 -eq 0 ]; then
    # Package removal, not upgrade
    /bin/systemctl --no-reload disable mydns.service > /dev/null 2>&1 || :
    /bin/systemctl stop mydns.service > /dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mysql
Summary:	MyDNS compiled with MySQL support
Group:		System/Servers
Requires:	%{name} = %{EVRD}
Requires(post,preun,postun):	systemd-units

%description mysql
MyDNS compiled with MySQL support.

%files mysql
%doc QUICKSTART.mysql
%{_bindir}/mydnscheck-mysql
%{_bindir}/mydns-conf-mysql
%{_bindir}/mydnsexport-mysql
%{_bindir}/mydnsptrconvert-mysql
%{_bindir}/mydnsimport-mysql
%{_sbindir}/mydns-mysql

%preun mysql
# When not removal, exit immediately
[ $1 = 0 ] || exit 0
( LANG=C ; \
	if ( %{_sbindir}/alternatives --display MyDNS | \
		grep point | grep -q %{_sbindir}/mydns-mysql ) ; \
		then /bin/systemctl --no-reload disable mydns.service > /dev/null 2>&1 && \
		    /bin/systemctl stop mydns.service > /dev/null 2>&1 || : \
	fi ; \
)
%{_sbindir}/alternatives -remove MyDNS %{_sbindir}/mydns-mysql
exit 0

%postun mysql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall
    /bin/systemctl try-restart mydns.service >/dev/null 2>&1 || :
fi

%post mysql
%{_sbindir}/alternatives --install %{_sbindir}/mydns MyDNS %{_sbindir}/mydns-mysql 2 \
    --slave %{_bindir}/mydnscheck mydnscheck %{_bindir}/mydnscheck-mysql \
    --slave %{_bindir}/mydnsexport mydnsexport %{_bindir}/mydnsexport-mysql \
    --slave %{_bindir}/mydnsimport mydnsimport %{_bindir}/mydnsimport-mysql \
    --slave %{_bindir}/mydnsptrconvert mydnsptrconvert %{_bindir}/mydnsptrconvert-mysql
if [ $1 -eq 1 ] ; then 
    # Initial installation 
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package pgsql
Summary:	MyDNS compiled with PostGreSQL support
Group:		System/Servers
Requires:	%{name} = %{EVRD}
Requires(post,preun,postun):	systemd-units

%description pgsql
MyDNS compiled with PostGreSQL support.

%files pgsql
%doc QUICKSTART.postgres
%{_bindir}/mydnscheck-pgsql
%{_bindir}/mydns-conf-pgsql
%{_bindir}/mydnsexport-pgsql
%{_bindir}/mydnsptrconvert-pgsql
%{_bindir}/mydnsimport-pgsql
%{_sbindir}/mydns-pgsql

%preun pgsql
# When not removal, exit immediately
[ $1 = 0 ] || exit 0
( LANG=C ; \
	if ( %{_sbindir}/alternatives --display MyDNS | \
		grep point | grep -q %{_sbindir}/mydns-pgsql ) ; \
		then /bin/systemctl --no-reload disable mydns.service > /dev/null 2>&1 && \
		    /bin/systemctl stop mydns.service > /dev/null 2>&1 || : \
	fi ; \
)
%{_sbindir}/alternatives -remove MyDNS %{_sbindir}/mydns-pgsql
exit 0

%postun pgsql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall
    /bin/systemctl try-restart mydns.service >/dev/null 2>&1 || :
fi

%post pgsql
%{_sbindir}/alternatives --install %{_sbindir}/mydns MyDNS %{_sbindir}/mydns-pgsql 1 \
    --slave %{_bindir}/mydnscheck mydnscheck %{_bindir}/mydnscheck-pgsql \
    --slave %{_bindir}/mydnsexport mydnsexport %{_bindir}/mydnsexport-pgsql \
    --slave %{_bindir}/mydnsimport mydnsimport %{_bindir}/mydnsimport-pgsql \
    --slave %{_bindir}/mydnsptrconvert mydnsptrconvert %{_bindir}/mydnsptrconvert-pgsql
if [ $1 -eq 1 ] ; then 
    # Initial installation 
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

#install doc about alternatives
install -Dp -m 644 %{SOURCE1} ./HOWTO

# Convert to utf-8
for file in AUTHORS; do
    mv $file timestamp
    iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp
    touch -r timestamp $file
done

%build
autoreconf -fi

#mydns current doesn't support loadable modules support, so We need to compile it 2 times and use alternatives, :-(
%configure \
    --without-pgsql \
    --with-mysql \
    --with-mysql-lib=%{_libdir}/mysql \
    --with-mysql-include=%{_includedir}/mysql \
    --with-zlib=%{_libdir} \
    --enable-status \
    --enable-alias

# sed -i.bak 's#libmysqlclient_dirs="#libmysqlclient_dirs="/usr/lib64 #' ./configure

%make
make install DESTDIR=$(pwd)/mysql

%configure \
    --with-pgsql \
    --without-mysql \
    --with-pgsql-lib=%{_libdir} \
    --with-pgsql-include=%{_includedir} \
    --with-zlib=%{_libdir} \
    --enable-status \
    --enable-alias

%make
make install DESTDIR=$(pwd)/pgsql

%install
#create homedir for mydns user
install -d %{buildroot}%{mydns_home}

#install mysql and pgsql files
for database in mysql pgsql; do
    install -Dp ./$database%{_bindir}/mydnscheck %{buildroot}%{_bindir}/mydnscheck-$database
    install -Dp ./$database%{_bindir}/mydns-conf %{buildroot}%{_bindir}/mydns-conf-$database
    install -Dp ./$database%{_bindir}/mydnsexport %{buildroot}%{_bindir}/mydnsexport-$database
    install -Dp ./$database%{_bindir}/mydnsptrconvert %{buildroot}%{_bindir}/mydnsptrconvert-$database
    install -Dp ./$database%{_bindir}/mydnsimport %{buildroot}%{_bindir}/mydnsimport-$database
    install -Dp ./$database%{_sbindir}/mydns %{buildroot}%{_sbindir}/mydns-$database

    install -d %{buildroot}%{_datadir}/locale
    cp -a ./$database%{_datadir}/locale %{buildroot}%{_datadir}
done

%find_lang %{name}

#main package (all files not linked with mysql or pgsql)
install -Dp -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/mydns.service
install -Dp -m 600 mydns.conf %{buildroot}%{_sysconfdir}/mydns.conf
install -Dp -m 644 contrib/admin.php %{buildroot}%{_datadir}/%{name}/admin.php

install -Dp -m 644 doc/mydns.conf.5 %{buildroot}%{_mandir}/man5/mydns.conf.5
install -Dp -m 644 doc/mydns.8 %{buildroot}%{_mandir}/man8/mydns.8
install -Dp -m 644 doc/mydnscheck.8 %{buildroot}%{_mandir}/man8/mydnscheck.8
install -Dp -m 644 doc/mydnsexport.8 %{buildroot}%{_mandir}/man8/mydnsexport.8
install -Dp -m 644 doc/mydnsimport.8 %{buildroot}%{_mandir}/man8/mydnsimport.8
install -Dp -m 644 doc/mydns-conf.8 %{buildroot}%{_mandir}/man8/mydns-conf.8
install -Dp -m 644 doc/mydns.info %{buildroot}%{_infodir}/mydns.info


%changelog
* Mon Aug 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.8.31-3
+ Revision: a8adcaf
- Run autoreconf, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3127 |14cr|mygui-3.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major 3
%define		libname %mklibname %{name} %{major}
%define		devname %mklibname %{name} -d

Summary:	Fast, simple and flexible GUI library for Ogre
Name:		mygui
Version:	3.2.0
Release:	4
# UnitTests include agg-2.4, which is under a BSD variant (not built or installed here)
License:	LGPLv3+
Group:		System/Libraries
Url:		http://mygui.info/
Source0:	http://downloads.sourceforge.net/my-gui/MyGUI_%{version}.zip
Patch0:		MyGUI3.2-linkage.patch
# Get find poco from ogre
Patch3:		mygui-add-findpoco.patch
Patch5:		MyGUI-3.2.0-cmake-svn.patch
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	cmake
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(OIS)
BuildRequires:	pkgconfig(OGRE)
BuildRequires:	pkgconfig(uuid)

%description
MyGUI is a GUI library for Ogre Rendering Engine which aims to be fast,
flexible and simple in using.

%package -n %{libname}
Summary:	Fast, simple and flexible GUI library for Ogre
Group:		System/Libraries

%description -n %{libname}
MyGUI is a GUI library for Ogre Rendering Engine which aims to be fast,
flexible and simple in using.

%package -n %{devname}
Summary:	Development files for MyGUI
Group:		Development/C++
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	pkgconfig(OIS)
Requires:	pkgconfig(OGRE)

%description -n %{devname}
The %{devname} package contains libraries and header files for
developing applications that use %{name}.

%package	doc
Summary:	Development documentation for MyGUI
Group:		Development/C++
BuildArch:	noarch

%description	doc
The %{name}-doc package contains reference documentation for
developing applications that use %{name}.

%prep
%setup -q -n MyGUI_%{version}
%patch0 -p1
%patch3 -p0
%patch5 -p1 -b .svn
# Fix eol 
sed -i 's/\r//' COPYING.LESSER

# Check for freetype2/freetype.h
sed -i -e 's,freetype/freetype.h,freetype2/freetype.h,' CMake/Packages/FindFreetype.cmake

%build
# Plugins are windows only atm
cmake \
    -DCMAKE_INSTALL_PREFIX:PATH=/usr \
    -DMYGUI_INSTALL_PDB:INTERNAL=FALSE \
    -DCMAKE_BUILD_TYPE:STRING=Release \
    -DMYGUI_BUILD_PLUGINS:BOOL=OFF \
    -DCMAKE_CXX_FLAGS_RELEASE="%{optflags}" \
    -DCMAKE_SKIP_RPATH:BOOL=ON
%make
# Generate doxygen documentation
pushd Docs
doxygen
rm -f html/installdox
popd

%install
%makeinstall_std

%ifarch x86_64
    mv %{buildroot}/usr/lib %{buildroot}%{_libdir}
    sed -i s,/lib,/lib64, %{buildroot}%{_libdir}/pkgconfig/MYGUI.pc
%endif

# Remove sample showing plugin usage
for file in bin/Demo_* ; do
  install -Dp -m 755 $file %{buildroot}%{_libdir}/MYGUI/Demos/`basename $file`
done

# Copy Media files
mkdir -p %{buildroot}%{_datadir}/MYGUI/
cp -a Media %{buildroot}%{_datadir}/MYGUI/

# Strip away unittests Media
rm -rf %{buildroot}%{_datadir}/MYGUI/Media/UnitTests

# Remove CMake stuff from Media
rm -f %{buildroot}%{_datadir}/MYGUI/Media/CMakeLists.txt

%files
%doc COPYING.LESSER
%dir %{_libdir}/MYGUI/
%{_libdir}/MYGUI/*
%dir %{_datadir}/MYGUI/Media
%{_datadir}/MYGUI/Media/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files doc
%doc Docs/html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.0-4
+ Revision: 425b4c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3128 |14cr|mypaint-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A simple paint program
Name:		mypaint
Version:	1.1.0
Release:	4
Group:		Graphics
License:	GPLv2+
Url:		http://mypaint.intilinux.com/
Source0:	http://download.gna.org/mypaint/%{name}/%{name}-%{version}.tar.bz2
Source1:	mypaint.rpmlintrc
Patch0:		mypaint-1.1.0-json-c.patch
BuildRequires:	python-scons scons
BuildRequires:	swig
BuildRequires:	desktop-file-utils
BuildRequires:	pygtk2.0-devel
BuildRequires:	python-numpy-devel
BuildRequires:	protobuf-compiler
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(lcms2)
Requires:	pygtk2.0
Requires:	python-protobuf

%description
MyPaint is a fast and easy/simple painter app focused on the painter, 
so you can only focus on the art and not the program itself. 
Currently MyPaint does not have a layer system, also mypaint is using 
pygtk with C extensions.

%files -f %{name}.lang
%doc README LICENSE COPYING changelog
%{_bindir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*
%{_libdir}/%{name}/_mypaintlib.so

#---------------------------------------------------------------------

%package devel
Summary:	Development files for MyPaint
Group:		Development/Other

%description  devel
Development files for MyPaint (brushlib).

%files devel -f libmypaint.lang
%{_includedir}/libmypaint
%{_libdir}/libmypaint.a
%{_libdir}/pkgconfig/libmypaint.pc

#---------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

# the Options class is deprecated; use the Variables class instead
sed -i 's|PathOption|PathVariable|g' SConstruct
sed -i 's|Options|Variables|g' SConstruct
# for 64 bit
sed -i 's|lib/mypaint|%{_lib}/mypaint|g' SConstruct SConscript mypaint.py
sed -i 's|/lib/|/%{_lib}/|g' brushlib/SConscript
sed -i "s|'lib'|'%{_lib}'|g" brushlib/SConscript
# fix menu icon
sed -i 's|mypaint_48|mypaint|g' desktop/%{name}.desktop

%build
scons

%install
scons prefix=%{buildroot}/usr install
desktop-file-install \
  --remove-key="Encoding" \
  --add-category="RasterGraphics;GTK;" \
  --dir=%{buildroot}%{_datadir}/applications \
   %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}
%find_lang libmypaint

sed s,"%{buildroot}",,g -i %{buildroot}%{_libdir}/pkgconfig/libmypaint.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-4
+ Revision: b58ecb3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3129 |14cr|myrulib-0.29.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# this file based on spec file for package myrulib (Version 0.27)
#
# Copyright (c) 2009-2011 Denis Kandrashin, Kyrill Detinov
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#

Name:           myrulib
Version:        0.29.16
Release:        1
License:        GPLv3
Summary:        E-Book Library Manager
URL:            http://myrulib.lintest.ru
Group:          Office
Source0:        http://www.lintest.ru/pub/%{name}-%{version}.tar.bz2
BuildRequires:  pkgconfig(icu-i18n)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  wxgtku2.8-devel >= 2.8.10
BuildRequires:  bzip2-devel

%description
MyRuLib is an application for organizing your own collection of e-books.

Authors:
--------
    Denis Kandrashin <mail@lintest.ru>

%prep
%setup -q
[ ! -x configure ] && %{__chmod} +x configure
chmod -R a+r .

%build
LDFLAGS="$LDFLAGS -lpthread"
%configure \
    --with-icu \
    --without-strip
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.png
%{_datadir}/pixmaps/%{name}.png
%doc AUTHORS README

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.29.16-1
+ Revision: 6ae92b8
- Updated to 0.29.16 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3130 |14cr|mysac-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Provides mechanisms for making asynchronous request to MySQL database
Name:		mysac
Version:	1.1.1
Release:	4
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.arpalert.org/mysac.html
Source0:	http://www.arpalert.org/src/%{name}-%{version}.tar.gz
Patch0:		mysac-makefile.patch
BuildRequires:	mysql-devel

%description
MySAC is a library that provides mechanisms for making asynchronous
request to MySQL database. It uses uses the official MySQL client
library for authentication and network functions. Memory allocation
must be done in user code, so any memory manager can be used.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for mysac
Group:		System/Libraries
Conflicts:	%{_lib}mysac0 < 1.1.1-3
Obsoletes:	%{_lib}mysac0 < 1.1.1-3

%description -n %{libname}
MySAC is a library that provides mechanisms for making asynchronous
request to MySQL database. It uses uses the official MySQL client
library for authentication and network functions. Memory allocation
must be done in user code, so any memory manager can be used.

%files -n %{libname}
%{_libdir}/libmysac.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the mysac library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for the mysac library.

%files  -n %{devname}
%{_includedir}/*.h
%{_libdir}/libmysac.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .makefile

%build
%make \
	CFLAGS="%{optflags} -DBUILDVER=%{version} -I/usr/include/mysql " \
	LDFLAGS="%{ldflags} -lmysqlclient_r"

%install
mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_libdir}
install -m0755 libmysac.so.%{major} %{buildroot}%{_libdir}
install -m0755 *.h  %{buildroot}%{_includedir}
pushd %{buildroot}%{_libdir}
ln -s libmysac.so.%{major} libmysac.so
popd

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-4
+ Revision: 9243030
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3131 |14cr|myspell-br-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: myspell-br
Summary: Breton hunspell dictionaries
Version: 0.3
Release: 2
Group: System/Internationalization
URL: http://www.drouizig.org/
Source: http://extensions.services.openoffice.org/e-files/2207/3/dict-br_0.3.oxt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LGPLv2+
BuildArch: noarch

#Requires: hunspell
Requires: locales-br

%description
myspell-br contains spell checking data in Breton (France) to be used by
OpenOffice.org or MySpell-capable applications like Mozilla. With this
extension, you can compose a document in Breton and check for the typos easily.


%prep
%setup -q -c -n hunspell-br-%{version}

%build
chmod -x dictionaries/*

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/dict/{ooo,mozilla}
cp -p dictionaries/br_FR.* $RPM_BUILD_ROOT/%{_datadir}/dict/ooo
for ext in aff dic; do
	ln -s ../ooo/br.$ext $RPM_BUILD_ROOT/%{_datadir}/dict/mozilla/br.$ext
done

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc LICENSES-en.txt package-description.txt
%{_datadir}/dict/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: aba64a1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3132 |14cr|mysqlard-1.0.0-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MySQL performance logging daemon
Name:		mysqlard
Version:	1.0.0
Release:	22
License:	GPLv2+
Group:		System/Servers
Url:		http://gert.sos.be/en/
Source0:	http://www.sos.be/projects/%{name}/dist/%{name}-%{version}.tar.bz2
Patch0:		mysqlard-1.0.0-mdv_conf.diff
Patch1:		mysqlard-1.0.0-mariadb10.patch
BuildRequires:	rrdtool
BuildRequires:	mysql-devel
BuildRequires:	rrdtool-devel
Requires:	apache-mod_php
Requires:	mysql
Requires:	php-mysql
Requires:	rrdtool
Requires(post,preun):	rpm-helper

%description
mysqlard daemon collects MySQL(TM) performance data in a Round Robin Database.
The package also contains example graphing and php scripts.

%files
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/*.cnf
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%attr(0755,root,root) %{_initrddir}/mysqlard
%attr(0755,root,root) %{_sysconfdir}/cron.d/%{name}
%attr(0755,root,root) %{_sysconfdir}/cron.daily/%{name}
%attr(0755,root,root) %{_sysconfdir}/cron.weekly/%{name}
%attr(0755,root,root) %{_sysconfdir}/cron.monthly/%{name}
%{_bindir}/*
%{_sbindir}/*
/var/lib/%{name}
%dir /var/run/%{name}
%{_mandir}/man1/*
%{_mandir}/man8/*

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

chmod 644 AUTHORS ChangeLog COPYING INSTALL NEWS README TODO

%build
autoreconf -fi -Iconfig

%serverbuild

%configure2_5x \
	--sysconfdir=%{_sysconfdir}/%{name} \
	--localstatedir=/var/run/%{name} \
	--datadir=/var/lib

%make

%install
%makeinstall_std

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_sysconfdir}/cron.d
install -d %{buildroot}%{_sysconfdir}/cron.daily
install -d %{buildroot}%{_sysconfdir}/cron.weekly
install -d %{buildroot}%{_sysconfdir}/cron.monthly
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}/var/lib/%{name}/archive
install -d %{buildroot}/var/run/%{name}

mv %{buildroot}/var/lib/%{name}/*.cnf %{buildroot}%{_sysconfdir}/%{name}/
mv %{buildroot}/var/lib/%{name}/*.server %{buildroot}%{_initrddir}/%{name}

mv %{buildroot}/var/lib/%{name}/mysqlar.daily %{buildroot}%{_sysconfdir}/cron.daily/%{name}

mv %{buildroot}/var/lib/%{name}/mysqlar.weekly %{buildroot}%{_sysconfdir}/cron.weekly/%{name}

mv %{buildroot}/var/lib/%{name}/mysqlar.monthly %{buildroot}%{_sysconfdir}/cron.monthly/%{name}

mv %{buildroot}/var/lib/%{name}/mysqlar.php %{buildroot}/var/lib/%{name}/index.php

cat > %{name}.crond << EOF
*/5 * * * * root hourly=1 daily=1 weekly=1 monthly=1 %{_bindir}/mysqlar_graph > /dev/null
EOF

install -m0755 %{name}.crond %{buildroot}%{_sysconfdir}/cron.d/%{name}

cat > %{buildroot}/%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf << EOF

Alias /%{name} /var/lib/%{name}

<Directory /var/lib/%{name}>
    Require all granted
</Directory>
EOF


%changelog
* Mon Aug 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-22
+ Revision: db4bf87
- Fix build with MariaDB



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3133 |14cr|mysql-cluster-7.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _build_pkgcheck_set %{nil}
%define _build_pkgcheck_srpm %{nil}

%define Werror_cflags %nil
%define _disable_ld_no_undefined 1

%define _with_systemd 1
#(ie. use with rpm --rebuild):
#
#	--with debug	Compile with debugging code
# 
#  enable build with debugging code: will _not_ strip away any debugging code,
#  will _add_ -g3 to CFLAGS, will _add_ --enable-maintainer-mode to 
#  configure.

%define build_debug 0
%define build_test 0

%if %{build_debug}
# disable build root strip policy
%define __spec_install_post %{_libdir}/rpm/brp-compress || :

# This gives extra debuggin and huge binaries
%{expand:%%define optflags %{optflags} %([ ! $DEBUG ] && echo '-g3')}
%endif

%define _requires_exceptions perl(this)

%define muser	mysql
%define major 18
%define services_major 0
%define services_minor 0.0
%define mysqld_major 0
%define mysqld_minor 0.1

%define libclient %mklibname mysqlclient-cluster %{major}
%define libndbclient %mklibname ndbclient 6
%define libservices %mklibname mysqlservices-cluster %{services_major}
%define libmysqld %mklibname mysqld-cluster %{mysqld_major}
%define devname %mklibname -d mysql-cluster
%define staticname %mklibname -d -s mysql-cluster

Summary:	Version of MySQL with clustering support
Name: 		mysql-cluster
Version:	7.3.3
Release:	2
Group:		Databases
License:	GPLv2
Url:		http://www.mysql.com/
# http://dev.mysql.com/downloads/cluster/
Source0:	http://cdn.mysql.com/Downloads/MySQL-Cluster-%(echo %version |cut -d. -f1-2)/mysql-cluster-gpl-%{version}.tar.gz
#Source1:	%{SOURCE0}.asc
Source2:	mysqld.sysconfig
Source3:	my.cnf
Source4:	libmysql.version
Source5:	mysqld.service
Source6:	mysqld-prepare-db-dir
Source7:	mysqld-wait-ready
# fedora patches
Patch1:		mysql-strmov.patch
Patch2:		mysql-install-test.patch
Patch3:		mysql-expired-certs.patch
Patch5:		mysql-chain-certs.patch
Patch10:	mysql-home.patch
Patch11:	mysqld_safe-nowatch.patch
# mandriva patches
Patch100:	mysql-mysqldumpslow_no_basedir.diff
Patch101:	mysql-logrotate.diff
Patch102:	mysql-initscript.diff
Patch103:	mysql_upgrade-exit-status.patch
Patch104:	mysql-5.1.31-shebang.patch
Patch105:	mysql-5.1.35-test-variables-big.patch
Patch106:	mysql-5.1.36-hotcopy.patch
Patch107:	mysql-install_db-quiet.patch
Patch108:	mysql-5.5.9-INSTALL_INCLUDEDIR_borkfix.diff
Patch109:	mysql-libify_libservices.patch
Patch110:	mysql-5.6.14-mysqld_link.patch
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	dos2unix
BuildRequires:	doxygen
BuildRequires:	python
BuildRequires:	systemd-units
BuildRequires:	systemtap
BuildRequires:	libaio-devel
BuildRequires:	stdc++-devel
BuildRequires:	readline-devel
BuildRequires:	xfsprogs-devel
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:  wrap-devel
BuildRequires:	java-1.7.0-openjdk-devel
BuildConflicts:	pkgconfig(libedit)
Requires(post,preun,pre,postun):	rpm-helper
# This basically turns into a metapkg
Requires:	%{name}-server >= %{version}-%{release}
Requires:	%{name}-client >= %{version}-%{release}

%description
The MySQL(TM) software delivers a very fast, multi-threaded, multi-user, and
robust SQL (Structured Query Language) database server. MySQL Server is
intended for mission-critical, heavy-load production systems as well as for
embedding into mass-deployed software. MySQL is a trademark of MySQL AB.

The mysql server is compiled with the following storage engines:

 - InnoDB Storage Engine
 - Archive Storage Engine
 - CSV Storage Engine
 - Federated Storage Engine
 - User Defined Functions (UDFs).
 - Blackhole Storage Engine
 - Partition Storage Engine
 - Perfschema Storage Engine

%package	server
Summary:	Server mysqld binary
Group:		System/Servers
Conflicts:	mysql < 5.1.39-3
Conflicts:	mysql-max < 5.1.43
# all pkgs needed b/c of cleanup reorg
%rename %{name}-core
%rename %{name}-common-core
Requires:	%{name}-common >= %{version}-%{release}
Requires:	%{name}-plugin >= %{version}-%{release}
Requires(post,preun,pre,postun):	rpm-helper
Obsoletes:	mysql-common < 5.5.25a-1

%description  server
The  mysqld server binary. For a full MySQL database server, install
package 'mysql'.

%package	common
Summary:	Common files
Group:		System/Servers
BuildArch:	noarch
# all pkgs needed b/c of cleanup reorg
Conflicts:	mysql < 5.5.25a-1
Conflicts:	mysql-core < 5.5.25a-1
Obsoletes:	mysql-common-core < 5.5.25a-1

%description	common
Common files for the MySQL(TM) database server.

%package	plugin
Summary:	Mysql Plugins
Group:		Databases
# all pkgs needed b/c of cleanup reorg
Conflicts:	mysql < 5.5.25a-1

%description	plugin
This package contains the standard MySQL plugins.

%package	client
Summary:	Client
Group:		Databases
# all pkgs needed b/c of cleanup reorg
Conflicts:	mysql-core < 5.5.25a-1
Conflicts:	mysql-common < 5.5.25a-1
Conflicts:	mysql-common-core < 5.5.25a-1

%description	client
This package contains the standard MySQL clients.

%package	bench
Summary:	Benchmarks and test system
Group:		System/Servers
Requires:	%{name}-client >= %{version}-%{release}

%description	bench
This package contains MySQL benchmark scripts and data.

%package -n	%{libclient}
Summary:	Shared libraries
Group:		System/Libraries

%description -n	%{libclient}
This package contains the shared %{name}client library.

%package -n	%{libndbclient}
Summary:	NDB (Network DataBase) client library
Group:		System/Libraries

%description -n %{libndbclient}
NDB (Network DataBase) client library

%package -n	%{libservices}
Summary:	Shared %{name}client library
Group:		System/Libraries

%description -n	%{libservices}
The libmysqlservices library provides access to the available services and
dynamic plugins now must be linked against this library 
(use the -lmysqlservices flag).

%package -n	%{libmysqld}
Summary:	Shared libraries
Group:		System/Libraries

%description -n	%{libmysqld}
This package contains the shared %{name}d library so the MySQL server that can
be embedded into a client application instead of running as a separate process.
The API is identical for the embedded MySQL version and the client/server
version.

%package -n	%{devname}
Summary:	Development header files and libraries
Group:		Development/Other
Requires:	%{libclient} = %{version}-%{release}
Requires:	%{libndbclient} = %{EVRD}
Requires:	%{libmysqld} = %{version}-%{release}
Requires:	%{libservices} = %{version}-%{release}
# https://qa.mandriva.com/show_bug.cgi?id=64668
Requires:	rpm-build
Provides:	mysql-devel = %{version}-%{release}

%description -n	%{devname}
This package contains the development header files and libraries necessary to
develop MySQL client applications.

%package -n	%{staticname}
Summary:	Static development libraries
Group:		Development/Other
Requires:	%{devname} >= %{version}-%{release}
Provides:	mysql-static-devel = %{version}-%{release}

%description -n	%{staticname}
This package contains the static development libraries.

%prep
%setup -q -n %{name}-gpl-%{version}

# fedora patches
%patch1 -p1 -b .strmov
%patch2 -p1 -b .install-test
%patch3 -p1 -b .expired-certs
%patch5 -p1 -b .chain-certs
%patch10 -p0 -b .home
%patch11 -p1 -b .nowatch

# mandriva patches
%patch100 -p0 -b .mysqldumpslow_no_basedir
%patch101 -p0 -b .logrotate
%patch102 -p0 -b .initscript
%patch103 -p1 -b .mysql_upgrade-exit-status
%patch104 -p1 -b .shebang
%patch105 -p0 -b .test-variables-big
%patch106 -p0 -b .hotcopy
%patch107 -p0 -b .install_db-quiet
%patch108 -p0 -b .INSTALL_INCLUDEDIR_borkfix
%patch109 -p0 -b .libify_libservices
%patch110 -p1 -b .mysqld_link

mkdir -p Mandriva
cp %{SOURCE2} Mandriva/mysqld.sysconfig
cp %{SOURCE3} Mandriva/my.cnf

# lib64 fix
perl -pi -e "s|/usr/lib/|%{_libdir}/|g" Mandriva/my.cnf

# antiborker
perl -pi -e "s|\@bindir\@|%{_bindir}|g" support-files/* scripts/*
perl -pi -e "s|\@sbindir\@|%{_sbindir}|g" support-files/* scripts/*
perl -pi -e "s|\@libexecdir\@|%{_sbindir}|g" support-files/* scripts/*
perl -pi -e "s|\@localstatedir\@|/var/lib/mysql|g" support-files/* scripts/*
perl -pi -e "s|^basedir=.*|basedir=%{_prefix}|g" support-files/* scripts/mysql_install_db*

# this may be part of the problems with mysql-test
# http://bugs.mysql.com/bug.php?id=52223
#perl -pi -e "s|basedir/lib\b|basedir/%{_lib}\b|g" mysql-test/mysql-test-run.pl
#perl -pi -e "s|basedir/lib/|basedir/%{_lib}/|g" mysql-test/mysql-test-run.pl

# workaround for upstream bug #56342
rm -f mysql-test/t/ssl_8k_key-master.opt

# upstream has fallen down badly on symbol versioning, do it ourselves
cp %{SOURCE4} libmysql/libmysql.version

%build
%serverbuild

# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`

CFLAGS="$CFLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
# MySQL 4.1.10 definitely doesn't work under strict aliasing; also,
# gcc 4.1 breaks MySQL 5.0.16 without -fwrapv
CFLAGS="$CFLAGS -fno-strict-aliasing -fwrapv"
export CFLAGS CXXFLAGS

%cmake \
    -DBUILD_CONFIG=mysql_release \
    -DINSTALL_LAYOUT=RPM \
    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
    -DCMAKE_INSTALL_PREFIX=%{_prefix} \
    -DINSTALL_SBINDIR=sbin \
    -DMYSQL_DATADIR=/var/lib/mysql \
    -DSYSCONFDIR=%{_sysconfdir} \
    -DINSTALL_PLUGINDIR=%{_lib}/mysql/plugin \
    -DINSTALL_MANDIR=share/man \
    -DINSTALL_SHAREDIR=share/mysql \
    -DINSTALL_LIBDIR=%{_lib} \
    -DINSTALL_INCLUDEDIR=include/mysql \
    -DINSTALL_INFODIR=share/info \
    -DINSTALL_MYSQLDATADIR=/var/lib/mysql \
    -DINSTALL_MYSQLTESTDIR=share/mysql/mysql-test \
    -DINSTALL_SQLBENCHDIR=share/mysql \
    -DINSTALL_SUPPORTFILESDIR=share/mysql \
    -DINSTALL_MYSQLSHAREDIR=share/mysql \
    -DMYSQL_UNIX_ADDR=/var/lib/mysql/mysql.sock \
    -DWITH_READLINE=0 \
    -DWITH_LIBEDIT=0 \
    -DWITH_LIBWRAP=1 \
    -DWITH_SSL=system \
    -DWITH_ZLIB=system \
    -DWITH_PIC=1 \
    -DMYSQL_TCP_PORT=3306 \
    -DEXTRA_CHARSETS=all \
    -DENABLED_LOCAL_INFILE=1 \
    -DENABLE_DTRACE=0 \
    -DWITH_EMBEDDED_SERVER=1 \
    -DMYSQL_USER=%{muser} \
%if %{build_debug}
    -DWITH_DEBUG=1 \
%else
    -DWITH_DEBUG=0 \
%endif
    -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
    -DWITHOUT_NDBCLUSTER_STORAGE_ENGINE=0 \
    -DWITHOUT_DAEMON_EXAMPLE=1 \
    -DFEATURE_SET="community" \
    -DCOMPILATION_COMMENT="%{distribution} - MySQL Community Edition (GPL)" \
    -DLIBSERVICES_SOVERSION="%{services_major}" \
    -DLIBSERVICES_VERSION="%{services_major}.%{services_minor}"

cp ../libmysql/libmysql.version libmysql/libmysql.version

%make
# Upstream bug: http://bugs.mysql.com/68559
mkdir libmysqld/work
pushd libmysqld/work
ar -x ../libmysqld.a
gcc $CFLAGS $LDFLAGS -DEMBEDDED_LIBRARY -shared -Wl,-soname,libmysqld.so.%{mysqld_major} -o libmysqld.so.%{mysqld_major}.%{mysqld_minor} \
	*.o \
	-lpthread -laio -lcrypt -lssl -lcrypto -lz -lrt -lstdc++ -ldl -lm -lc

%install 
# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

%if %{build_debug}
export DONT_STRIP=1
%endif

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_var}/run/mysqld
install -d %{buildroot}%{_var}/log/mysqld
install -d %{buildroot}/var/lib/mysql/{mysql,test}

%makeinstall_std -C build

# install init scripts
install -m0755 build/support-files/mysql.server %{buildroot}%{_initrddir}/mysqld

# install configuration files
install -m0644 Mandriva/mysqld.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/mysqld
install -m0644 Mandriva/my.cnf %{buildroot}%{_sysconfdir}/my.cnf

# bork
mv %{buildroot}%{_bindir}/mysqlaccess.conf %{buildroot}%{_sysconfdir}/
chmod 644 %{buildroot}%{_sysconfdir}/mysqlaccess.conf
mv %{buildroot}%{_datadir}/mysql/aclocal %{buildroot}%{_datadir}/aclocal

pushd %{buildroot}%{_bindir}
    ln -sf mysqlcheck mysqlrepair
    ln -sf mysqlcheck mysqlanalyze
    ln -sf mysqlcheck mysqloptimize
popd

# nuke -Wl,--as-needed from the mysql_config file
perl -pi -e "s|^ldflags=.*|ldflags=\'-rdynamic\'|g" %{buildroot}%{_bindir}/mysql_config

# cmake generates some completely wacko references to -lprobes_mysql when
# building with dtrace support.  Haven't found where to shut that off,
# so resort to this blunt instrument.  While at it, let's not reference
# libmysqlclient_r anymore either.
sed -e 's/-lprobes_mysql//' -e 's/-lmysqlclient_r/-lmysqlclient/' \
	%{buildroot}%{_bindir}/mysql_config >mysql_config.tmp
cp -f mysql_config.tmp %{buildroot}%{_bindir}/mysql_config
chmod 755 %{buildroot}%{_bindir}/mysql_config

# libmysqlclient_r is no more.  Upstream tries to replace it with symlinks
# but that really doesn't work (wrong soname in particular).  We'll keep
# just the devel libmysqlclient_r.so link, so that rebuilding without any
# source change is enough to get rid of dependency on libmysqlclient_r.
rm -f %{buildroot}%{_libdir}/libmysqlclient_r.so*
ln -s libmysqlclient.so %{buildroot}%{_libdir}/libmysqlclient_r.so

# mysql-test includes one executable that doesn't belong under /usr/share,
# so move it and provide a symlink
mv %{buildroot}%{_datadir}/mysql/mysql-test/lib/My/SafeProcess/my_safe_process %{buildroot}%{_bindir}
ln -s %{_bindir}/my_safe_process %{buildroot}%{_datadir}/mysql/mysql-test/lib/My/SafeProcess/my_safe_process

# Remove libmysqld.a, install libmysqld.so
rm -f %{buildroot}%{_libdir}/libmysqld.a
install -m 0755 build/libmysqld/work/libmysqld.so.%{mysqld_major}.%{mysqld_minor} %{buildroot}%{_libdir}/libmysqld.so.%{mysqld_major}.%{mysqld_minor}
ln -s libmysqld.so.%{mysqld_major}.%{mysqld_minor} %{buildroot}%{_libdir}/libmysqld.so.%{mysqld_major}
ln -s libmysqld.so.%{mysqld_major} %{buildroot}%{_libdir}/libmysqld.so

# house cleaning
rm -rf %{buildroot}%{_datadir}/info
rm -f %{buildroot}%{_bindir}/client_test
rm -f %{buildroot}%{_bindir}/make_win_binary_distribution
rm -f %{buildroot}%{_bindir}/make_win_src_distribution
rm -f %{buildroot}%{_datadir}/mysql/binary-configure
rm -f %{buildroot}%{_datadir}/mysql/config.huge.ini
rm -f %{buildroot}%{_datadir}/mysql/config.medium.ini
rm -f %{buildroot}%{_datadir}/mysql/config.small.ini
rm -f %{buildroot}%{_datadir}/mysql/mysqld_multi.server
rm -f %{buildroot}%{_datadir}/mysql/mysql-log-rotate
rm -f %{buildroot}%{_datadir}/mysql/mysql.server
rm -f %{buildroot}%{_datadir}/mysql/binary-configure
rm -f %{buildroot}%{_mandir}/man1/make_win_bin_dist.1*
rm -f %{buildroot}%{_mandir}/man1/make_win_src_distribution.1*
rm -f %{buildroot}%{_datadir}/mysql/magic
rm -f %{buildroot}%{_libdir}/mysql/plugin/daemon_example.ini
rm -f %{buildroot}%{_bindir}/mysql_embedded
rm -rf %{buildroot}%{_datadir}/mysql/solaris

# no idea how to fix this
rm -rf %{buildroot}%{_prefix}/data
rm -rf %{buildroot}%{_prefix}/docs
rm -rf %{buildroot}%{_prefix}/scripts
rm -f %{buildroot}%{_prefix}/COPYING
rm -f %{buildroot}%{_prefix}/INSTALL-BINARY
rm -f %{buildroot}%{_prefix}/README

%multiarch_binaries %{buildroot}%{_bindir}/mysql_config

%multiarch_includes %{buildroot}%{_includedir}/mysql/my_config.h

%if %{_with_systemd}
	# systemd
	mkdir -p %{buildroot}/lib/systemd/system
	install -m644 %{SOURCE5} %{buildroot}%{_systemunitdir}
	install -m 755 %{SOURCE6} %{buildroot}%{_bindir}/
	install -m 755 %{SOURCE7} %{buildroot}%{_bindir}/
%endif
cat > README.urpmi <<EOF

The initscript used to start mysql has been reverted to use the one shipped
by MySQL AB. This means the following changes:

 * The generation of the initial system mysql database is now done when mysql
   is started from the initscript and only if the /var/lib/mysql/mysql
   directory is empty (mysql_install_db). Previousely this was quite hidden and
   silently done at (rpm) install time. As a consequence to this change you may
   have to perform some manual tasks to upgrade the mysql system database and
   such. So, doing something like this might help you:

   /etc/rc.d/init.d/mysqld stop
   TMPDIR=/var/tmp mysql_install_db
   mysql_upgrade

The cluster functionalities (ndb) has been deactivated and will be removed in
future mysql versions. A new product named mysql-cluster has been added (in
contrib) that replaces the cluster functionalities.

The mysql-common-core package ships with a default /etc/my.cnf file that is 
based on the my-medium.cnf file that comes with the source code.

Starting from mysql-5.1.43-2 the storage engines is built as dynamically
loadable modules. You can either load the engines using the /etc/my.cnf file or
at runtime. Please look at these lines in the /etc/my.cnf file to enable
additional engines or disable one or more of the default ones:

plugin_dir=%{_libdir}/mysql/plugin
plugin-load=ha_archive.so;ha_blackhole.so;ha_federated.so

Starting from mysql-5.1.44-3 the html documentation and the mysql.info is not
shipped with the %{distribution} packages due to strict licensing.

EOF

################################################################################
# run the tests
%if %{build_test}
# disable failing tests
echo "rpl_trigger : Unstable test case" >> mysql-test/t/disabled.def
echo "type_enum : Unstable test case" >> mysql-test/t/disabled.def
echo "windows : For MS Windows only" >> mysql-test/t/disabled.def
pushd build/mysql-test
export LANG=C
export LC_ALL=C
export LANGUAGE=C
    perl ./mysql-test-run.pl \
    --mtr-build-thread="$((${RANDOM} % 100))" \
    --skip-ndb \
    --timer \
    --retry=0 \
    --ssl \
    --mysqld=--binlog-format=mixed \
    --testcase-timeout=60 \
    --suite-timeout=120 || false
popd
%endif

%pre server
# delete the mysql group if no mysql user is found, before adding the user
if [ -z "`getent passwd %{muser}`" ] && ! [ -z "`getent group %{muser}`" ]; then
    %{_sbindir}/groupdel %{muser} 2> /dev/null || :
fi

%_pre_useradd %{muser} /var/lib/mysql /bin/bash

%post server
# Change permissions so that the user that will run the MySQL daemon
# owns all needed files.
chown -R %{muser}:%{muser} /var/lib/mysql /var/run/mysqld /var/log/mysqld

# make sure the /var/lib/mysql directory can be accessed
chmod 711 /var/lib/mysql

%_post_service mysqld mysqld.service

%preun server
%_preun_service mysqld mysqld.service

%postun server
%_postun_unit mysqld.service

%pre common
# enable plugins
if [ -f %{_sysconfdir}/my.cnf ]; then
    perl -pi -e "s|^#plugin-load|plugin-load|g" %{_sysconfdir}/my.cnf
    perl -pi -e "s|^#federated|federated|g" %{_sysconfdir}/my.cnf
fi

%triggerun -- %{name} < 5.5.24-1
%_systemd_migrate_service_pre %{name} %{name}d.service

%triggerpostun -- %{name} < 5.5.24-1
%_systemd_migrate_service_post %{name} %{name}d.service

%files
# metapkg

%files plugin
%dir %{_libdir}/mysql/plugin
%{_libdir}/mysql/plugin/adt_null.so
%{_libdir}/mysql/plugin/auth.so
%{_libdir}/mysql/plugin/auth_socket.so
%{_libdir}/mysql/plugin/auth_test_plugin.so
%{_libdir}/mysql/plugin/mypluglib.so
%{_libdir}/mysql/plugin/qa_auth_client.so
%{_libdir}/mysql/plugin/qa_auth_interface.so
%{_libdir}/mysql/plugin/qa_auth_server.so
%{_libdir}/mysql/plugin/semisync_master.so
%{_libdir}/mysql/plugin/semisync_slave.so
%{_libdir}/mysql/plugin/validate_password.so

%files client
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mysqlaccess.conf
%{_bindir}/msql2mysql
%{_bindir}/mysql
%{_bindir}/mysqlaccess
%{_bindir}/mysqladmin
%{_bindir}/mysqlanalyze
%{_bindir}/mysqlbinlog
%{_bindir}/mysqlcheck
%{_bindir}/mysql_config_editor
%{_bindir}/mysqldump
%{_bindir}/mysqldumpslow
%{_bindir}/mysql_find_rows
%{_bindir}/mysqlimport
%{_bindir}/mysqloptimize
%{_bindir}/mysqlrepair
%{_bindir}/mysqlshow
%{_bindir}/mysqlslap
%{_bindir}/mysql_waitpid
%{_bindir}/my_print_defaults
%{_mandir}/man1/msql2mysql.1*
%{_mandir}/man1/myisam_ftdump.1*
%{_mandir}/man1/mysql.1*
%{_mandir}/man1/mysqlaccess.1*
%{_mandir}/man1/mysqladmin.1*
%{_mandir}/man1/mysqlbinlog.1*
%{_mandir}/man1/mysqlcheck.1*
%{_mandir}/man1/mysqldump.1*
%{_mandir}/man1/mysqldumpslow.1*
%{_mandir}/man1/mysql_find_rows.1*
%{_mandir}/man1/mysqlimport.1*
%{_mandir}/man1/mysqlshow.1*
%{_mandir}/man1/mysql_waitpid.1*
%{_mandir}/man1/my_print_defaults.1*
%{_mandir}/man1/mysql_config_editor.1*
%{_mandir}/man1/ndb*.1*
%{_mandir}/man8/ndb*.8*

%files bench
%doc build/sql-bench/README
%{_bindir}/my_safe_process
%{_bindir}/mysql_client_test
%{_bindir}/mysql_client_test_embedded
%{_bindir}/mysqltest_embedded
%{_datadir}/mysql/sql-bench
%attr(-,mysql,mysql) %{_datadir}/mysql/mysql-test
%{_mandir}/man1/mysql-stress-test.pl.1*
%{_mandir}/man1/mysql-test-run.pl.1*
%{_mandir}/man1/mysql_client_test.1*
%{_mandir}/man1/mysql_client_test_embedded.1*
%{_mandir}/man1/mysqltest.1*
%{_mandir}/man1/mysqltest_embedded.1*

%files server
%doc README.urpmi
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/mysqld
%{_initrddir}/mysqld
%{_bindir}/innochecksum
%{_bindir}/myisamchk
%{_bindir}/myisam_ftdump
%{_bindir}/myisamlog
%{_bindir}/myisampack
%{_bindir}/mysql_convert_table_format
%{_bindir}/mysql_fix_extensions 
%{_bindir}/mysqlbug
%{_bindir}/mysqld_multi
%{_bindir}/mysqld_safe
%{_bindir}/mysqlhotcopy
%{_bindir}/mysql_install_db
%{_bindir}/mysql_plugin
%{_bindir}/mysql_secure_installation
%{_bindir}/mysql_setpermission
%{_bindir}/mysqltest
%{_bindir}/mysql_tzinfo_to_sql
%{_bindir}/mysql_upgrade
%{_bindir}/mysql_zap
%{_bindir}/perror
%{_bindir}/replace
%{_bindir}/resolveip
%{_bindir}/resolve_stack_dump
%{_sbindir}/mysqld
%attr(0711,%{muser},%{muser}) %dir /var/lib/mysql
%attr(0711,%{muser},%{muser}) %dir /var/lib/mysql/mysql
%attr(0711,%{muser},%{muser}) %dir /var/lib/mysql/test
%attr(0755,%{muser},%{muser}) %dir %{_var}/run/mysqld
%attr(0755,%{muser},%{muser}) %dir %{_var}/log/mysqld
%{_datadir}/mysql/*.cnf
%{_datadir}/mysql/fill_help_tables.sql
%{_datadir}/mysql/mysql_system_tables.sql
%{_datadir}/mysql/mysql_system_tables_data.sql
%{_datadir}/mysql/mysql_test_data_timezone.sql
%{_datadir}/mysql/errmsg-utf8.txt
%{_datadir}/mysql/dictionary.txt
%{_datadir}/mysql/mysql_security_commands.sql
%{_datadir}/mysql/innodb_memcached_config.sql
%{_mandir}/man1/innochecksum.1*
%{_mandir}/man1/myisamchk.1*
%{_mandir}/man1/myisamlog.1*
%{_mandir}/man1/myisampack.1*
%{_mandir}/man1/mysqlbug.1*
%{_mandir}/man1/mysql_convert_table_format.1*
%{_mandir}/man1/mysqld_multi.1*
%{_mandir}/man1/mysqld_safe.1*
%{_mandir}/man1/mysql_fix_extensions.1*
%{_mandir}/man1/mysqlhotcopy.1*
%{_mandir}/man1/mysql_install_db.1*
%{_mandir}/man1/mysqlman.1*
%{_mandir}/man1/mysql_plugin.1*
%{_mandir}/man1/mysql_secure_installation.1*
%{_mandir}/man1/mysql.server.1*
%{_mandir}/man1/mysql_setpermission.1*
%{_mandir}/man1/mysqlslap.1*
%{_mandir}/man1/mysql_tzinfo_to_sql.1*
%{_mandir}/man1/mysql_upgrade.1*
%{_mandir}/man1/mysql_zap.1*
%{_mandir}/man1/perror.1*
%{_mandir}/man1/replace.1*
%{_mandir}/man1/resolveip.1*
%{_mandir}/man1/resolve_stack_dump.1*
%{_mandir}/man8/mysqld.8*

%{_systemunitdir}/mysqld.service
%{_bindir}/mysqld-prepare-db-dir
%{_bindir}/mysqld-wait-ready

# ndb/cluster specific bits
%{_bindir}/mcc_config.py
%{_bindir}/memclient
%{_bindir}/ndb*
%{_datadir}/mysql/mcc
%{_datadir}/mysql/memcache-api
%{_datadir}/mysql/ndb_dist_priv.sql
%{_datadir}/mysql/nodejs
%{_libdir}/ndb_engine.so
%{_sbindir}/memcached
%{_sbindir}/ndb_mgmd
%{_sbindir}/ndbd
%{_sbindir}/ndbmtd
%{_datadir}/mysql/java/clusterj*.jar

%files common
%doc README COPYING
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/my.cnf
%dir %{_datadir}/mysql
%{_datadir}/mysql/english
%{_datadir}/mysql/bulgarian
%{_datadir}/mysql/charsets
%{_datadir}/mysql/czech
%{_datadir}/mysql/danish
%{_datadir}/mysql/dutch
%{_datadir}/mysql/estonian
%{_datadir}/mysql/french
%{_datadir}/mysql/german
%{_datadir}/mysql/greek
%{_datadir}/mysql/hungarian
%{_datadir}/mysql/italian
%{_datadir}/mysql/japanese
%{_datadir}/mysql/korean
%{_datadir}/mysql/norwegian
%{_datadir}/mysql/norwegian-ny
%{_datadir}/mysql/polish
%{_datadir}/mysql/portuguese
%{_datadir}/mysql/romanian
%{_datadir}/mysql/russian
%{_datadir}/mysql/serbian
%{_datadir}/mysql/slovak
%{_datadir}/mysql/spanish
%{_datadir}/mysql/swedish
%{_datadir}/mysql/ukrainian

%files -n %{libclient}
%{_libdir}/libmysqlclient.so.%{major}*

%files -n %{libndbclient}
%{_libdir}/libndbclient.so.6*

%files -n %{libservices}
%{_libdir}/libmysqlservices.so.%{services_major}*

%files -n %{libmysqld}
%{_libdir}/libmysqld.so.%{mysqld_major}*

%files -n %{devname}
%doc INSTALL-SOURCE
%doc Docs/ChangeLog
%{multiarch_bindir}/mysql_config
%{_bindir}/mysql_config
%{_libdir}/libmysqlclient_r.so
%{_libdir}/libmysqlclient.so
%{_libdir}/libmysqlservices.so
%{_libdir}/libmysqld.so
%dir %{_includedir}/mysql
%dir %{_includedir}/mysql/psi
%{_includedir}/mysql/*.h
%{_includedir}/mysql/*.h.pp
%{_includedir}/mysql/psi/*.h
%{multiarch_includedir}/mysql/my_config.h
%{_mandir}/man1/comp_err.1*
%{_mandir}/man1/mysql_config.1*
%{_datadir}/aclocal/mysql.m4

# ndb/cluster specific bits
%dir %{_includedir}/mysql/storage
%{_includedir}/mysql/storage/ndb
%{_libdir}/libndbclient.so

%files -n %{staticname}
%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.3.3-2
+ Revision: 5c46779
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3134 |14cr|mysql-connector-odbc-5.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ODBC driver for MySQL
Name:		mysql-connector-odbc
Version:	5.3.2
Release:	1
# exceptions allow library to be linked with most open source SW,
# not only GPL code.
License:	GPLv2+ with exceptions
Group:		System/Libraries
Url:		http://www.mysql.com/products/connector/
Source0:	mysql-connector-odbc-%{version}-src.tar.gz
# mysql-connector-odbc expects to be able to get at a bunch of utility
# functions inside libmysqlclient.  Now that we are restricting what symbols
# are exported by libmysqlclient, that doesn't work.  Instead, copy those
# functions here.  mysql and mysql-connector-odbc are published under the same
# license, so this creates no legal issues.  (Note: we don't worry about
# polluting application namespace in mysql-connector-odbc, since it's never
# directly statically linked with any application code.)
Source1:	mariadb-mysys.tar.gz
Patch0:		mysql-connector-odbc-5.2.6-shutdown.patch
Patch1:		mysql-connector-odbc-5.3.2-fix-str-fmt.patch
Patch2:		mysql-connector-odbc-5.2.6-buffsize.patch
Patch3:		mysql-connector-odbc-5.3.2-cleartext.patch
Patch4:		mysql-connector-odbc-5.2.6-64bit.patch
Patch5:		mysql-connector-odbc-5.3.2-movecmpfunc.patch
Patch6:		mysql-connector-odbc-5.3.2-add-mysys.patch
Patch7:		mysql-connector-odbc-5.3.2-mariadb10.patch
BuildRequires:	cmake
BuildRequires:	mysql-devel
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(openssl)
Requires:	unixODBC
Conflicts:	%{name}-devel < 5.3.2
Obsoletes:	%{name}-devel < 5.3.2

%description
The MySQL Connector/ODBC is the name for the family of MySQL ODBC drivers
(previously called MyODBC drivers) that provide access to a MySQL database
using the industry standard Open Database Connectivity (ODBC) API.

MySQL Connector/ODBC provides both driver-manager based and native
interfaces to the MySQL database, which full support for MySQL functionality,
including stored procedures, transactions and, with Connector/ODBC 5.1,
full Unicode compliance.

%files
%doc ChangeLog README README.debug README.Mandriva
%{_bindir}/*
%{_libdir}/libmyodbc5S.so
%{_libdir}/libmyodbc5a.so
%{_libdir}/libmyodbc5w.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-src
tar xfz %{SOURCE1}

%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1

# mysql_config does not support --cxxflags option
sed -i 's/--cxxflags/--cflags/g' cmake/FindMySQL.cmake

%build
# mysql 5.5.10 has stopped #define'ing THREAD in its exports, and has
# started #define'ing MY_PTHREAD_FASTMUTEX, and neither of those changes
# sit well with mysql-connector-odbc 5.1.10.  Revisit need for these hacks
# when updating to newer release.
export CFLAGS="%{optflags} -lpthread -fno-strict-aliasing -DTHREAD=1 -UMY_PTHREAD_FASTMUTEX -DDBUG_OFF"

%cmake \
	-G "Unix Makefiles" \
	-DWITH_UNIXODBC=1 \
	-DRPM_BUILD=1 \
	-DMYSQLCLIENT_LIB_NAME=mysqlclient
%make

%install
%makeinstall_std -C build

# cleanup
rm -rf %{buildroot}%{_datadir}/mysql-connector-odbc
rm -rf %{buildroot}%{_prefix}/test
rm -rf %{buildroot}%{_prefix}/COPYING
rm -rf %{buildroot}%{_prefix}/ChangeLog
rm -rf %{buildroot}%{_prefix}/INSTALL
rm -rf %{buildroot}%{_prefix}/Licenses_for_Third-Party_Components.txt
rm -rf %{buildroot}%{_prefix}/README
rm -rf %{buildroot}%{_prefix}/README.debug

cat > README.Mandriva << EOF

Please run this command when register:
%{_bindir}/myodbc-installer -d -a -n "MySQL ODBC 5.3 Driver" -t "DRIVER=%{_libdir}/libmyodbc5w.so;SETUP=%{_libdir}/libmyodbc5S.so"

Please run this command when unregister:

%{_bindir}/myodbc-installer -d -r -n "MySQL ODBC 5.3 Driver"
EOF


%changelog
* Mon Aug 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-1
+ Revision: 2eff6f7
- Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3135 |14cr|mysqldoc-0.0.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	A command-line tool for auto-documenting MySQL Schema
Name:		mysqldoc
Version:	0.0.9
Release:	5
Group:		System/Servers
License:	GPL
URL:		http://code.google.com/p/mysqldoc/
Source0:	http://mysqldoc.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	perl
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
mysqldoc is a command-line tool for auto-documenting MySQL Schema. Output
formats include XML, HTML, and TXT. mysqldoc takes COMMENT arguments and
translates them into useful formats.

%prep

%setup -q

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 %{name} %{buildroot}%{_bindir}/%{name}
pod2man %{name} > %{buildroot}%{_mandir}/man1/mysqldoc.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc RELEASE_HISTORY
%attr(0755,root,root) %{_bindir}/%{name}
%{_mandir}/man1/mysqldoc.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.9-5
+ Revision: 1c74e06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3136 |14cr|mysql_performance_tuning_primer-1.4-0.r2.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	MySQL Performance Tuning Primer Script
Name:		mysql_performance_tuning_primer
Version:	1.4
Release:	%mkrel 0.r2.3
Group:		System/Servers
License:	GPL
URL:		http://www.day32.com/MySQL/
Source0:	http://www.day32.com/MySQL/tuning-primer.sh
Requires:	mysql
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This script takes information from "SHOW STATUS LIKE..." and "SHOW VARIABLES
LIKE..." to produce sane recomendations for tuning server variables. It is
compatibly with all versions of MySQL 3.23 and higher (including 5.1).
   
 o Currently it handles recomendations for the following:  
 o Slow Query Log 
 o Max Connections 
 o Worker Threads 
 o Key Buffer 
 o Query Cache 
 o Sort Buffer 
 o Joins 
 o Temp Tables 
 o Table (Open & Definition) Cache 
 o Table Locking 
 o Table Scans (read_buffer) 
 o Innodb Status 

%prep

%setup -q -c -T

cp %{SOURCE0} mysql_performance_tuning_primer
perl -pi -e "s|^#\!/.*|#!/bin/bash|g" mysql_performance_tuning_primer

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -m0755 mysql_performance_tuning_primer %{buildroot}%{_sbindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(0755,root,root)
%attr(0755,root,root) %{_sbindir}/mysql_performance_tuning_primer



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.4-0.r2.3
+ Revision: 0b8ac5c
- Automatic import for version 1.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3137 |14cr|mysql-proxy-0.8.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname mysql-proxy %{major}
%define libchassis %mklibname mysql-chassis %{major}
%define libchassis_glibext %mklibname mysql-chassis-glibext %{major}
%define libchassis_timing %mklibname mysql-chassis-timing %{major}
%define devname %mklibname mysql-proxy -d

Summary:	A Proxy for the MySQL Client/Server protocol
Name:		mysql-proxy
Version:	0.8.4
Release:	1
License:	GPLv2+
Group:		System/Servers
Url:		http://forge.mysql.com/wiki/MySQL_Proxy
Source0:	http://mysql.dataphone.se/Downloads/MySQL-Proxy/mysql-proxy-%{version}.tar.gz
Source2:	mysql-proxy.init
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(lua) < 5.2
Requires(preun,post):	rpm-helper

%description
MySQL Proxy is a simple program that sits between your client and MySQL
server(s) that can monitor, analyze or transform their communication. Its
flexibility allows for unlimited uses; common ones include: load balancing;
failover; query analysis; query filtering and modification; and many more.

%files
%doc AUTHORS NEWS README README.TESTS
%attr(0755,root,root) %{_initrddir}/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_sbindir}/mysql-proxy
%{_bindir}/mysql-binlog-dump
%{_bindir}/mysql-myisam-dump
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.lua
%dir /var/run/%{name}
%dir %{_libdir}/mysql-proxy
%dir %{_libdir}/mysql-proxy/plugins
%dir %{_libdir}/mysql-proxy/lua
%dir %{_libdir}/mysql-proxy/lua/proxy
%{_libdir}/mysql-proxy/plugins/*.so
%{_libdir}/mysql-proxy/lua/*.so
%{_libdir}/mysql-proxy/lua/proxy/*.lua
%{_libdir}/mysql-proxy/lua/*.lua

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains shared library for %{name}.

%files -n %{libname}
%{_libdir}/libmysql-proxy.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libchassis}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}mysql-proxy0 < 0.8.4

%description -n %{libchassis}
This package contains shared library for %{name}.

%files -n %{libchassis}
%{_libdir}/libmysql-chassis.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libchassis_glibext}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}mysql-proxy0 < 0.8.4

%description -n %{libchassis_glibext}
This package contains shared library for %{name}.

%files -n %{libchassis_glibext}
%{_libdir}/libmysql-chassis-glibext.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libchassis_timing}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}mysql-proxy0 < 0.8.4

%description -n %{libchassis_timing}
This package contains shared library for %{name}.

%files -n %{libchassis_timing}
%{_libdir}/libmysql-chassis-timing.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libchassis} = %{EVRD}
Requires:	%{libchassis_glibext} = %{EVRD}
Requires:	%{libchassis_timing} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
This package contains development files for %{name}.

%files -n %{devname}
%doc COPYING
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/mysql-chassis.pc
%{_libdir}/pkgconfig/mysql-proxy.pc

#----------------------------------------------------------------------------

%prep
%setup -q

cp %{SOURCE2} mysql-proxy.init

%build
%serverbuild

%configure2_5x \
	--with-lua

%make LIBS='-llua'

%install
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_datadir}/%{name}
install -d %{buildroot}/var/run/%{name}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_includedir}/%{name}

%makeinstall
# bork
mv %{buildroot}%{_bindir}/mysql-proxy %{buildroot}%{_sbindir}/
mv %{buildroot}%{_includedir}/*.h %{buildroot}%{_includedir}/%{name}/

install -m0755 mysql-proxy.init %{buildroot}%{_initrddir}/%{name}
install -m0644 examples/*.lua %{buildroot}%{_datadir}/%{name}/

cat > mysql-proxy.sysconfig << EOF
MYSQL_PROXY_OPTIONS="--daemon --proxy-lua-script %{_datadir}/%{name}/tutorial-basic.lua --plugin-dir=%{_libdir}/mysql-proxy/plugins"
EOF

install -m0644 mysql-proxy.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name}


%changelog
* Mon Aug 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.4-1
+ Revision: ca33edc
- Force lua 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3138 |14cr|mysqltuner-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	High Performance MySQL Tuning Script
Name:		mysqltuner
Version:	1.2.0
Release:	2
Group:		System/Servers
License:	GPLv3+
URL:		http://rackerhacker.com/mysqltuner/
Source0:	http://mysqltuner.com/mysqltuner.pl
Requires:	mysql
BuildArch:	noarch
BuildRequires:	dos2unix

%description
MySQLTuner is a high-performance MySQL tuning script written in perl that will
provide you with a snapshot of a MySQL server's health. Based on the statistics
gathered, specific recommendations will be provided that will increase a MySQL
server's efficiency and performance. The script gives you automated MySQL
tuning that is on the level of what you would receive from a MySQL DBA.

This script has been derived from many of the ideas in Matthew Montgomery's
MySQL tuning primer script.

%prep

%setup -c -T

cp %{SOURCE0} %{name}

%build

%install
install -d %{buildroot}%{_sbindir}
install -m0755 %{name} %{buildroot}%{_sbindir}/%{name}

%files
%{_sbindir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-2
+ Revision: 7227241
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3139 |14cr|mysql-workbench-oss-6.1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags -Wformat -fpermissive -Wextra -Wall -Wno-unused -Wno-deprecated
%define _disable_ld_no_undefined 1

%define build_java 0

# Keep internal libraries private
%define __noautoprov 'devel(.*)|_cairo\\.so(.*)|_mforms\\.so(.*)|db(.*)\\.so(.*)|forms\\.grt\\.so(.*)|libantlr3c_wb(.*)|libcdbc\\.so(.*)|libgrt\\.so(.*)|liblinux_utilities\\.so(.*)|libmdcanvas\\.so(.*)|libmdcanvasgtk\\.so(.*)|libmforms\\.so(.*)|libmysqlparser\\.so(.*)|libsqlide\\.so(.*)|libsqlparser\\.so(.*)|libwb(.*)\\.so(.*)|wb(.*)\\.so(.*)'
%define __noautoreq '_cairo\\.so(.*)|_mforms\\.so(.*)|db(.*)\\.so(.*)|forms\\.grt\\.so(.*)|libantlr3c_wb(.*)|libcdbc\\.so(.*)|libgrt\\.so(.*)|liblinux_utilities\\.so(.*)|libmdcanvas\\.so(.*)|libmdcanvasgtk\\.so(.*)|libmforms\\.so(.*)|libmysqlparser\\.so(.*)|libsqlide\\.so(.*)|libsqlparser\\.so(.*)|libwb(.*)\\.so(.*)|wb(.*)\\.so(.*)'

Summary:	Extensible modeling tool for MySQL 5.x
Name:		mysql-workbench-oss
Version:	6.1.7
Release:	2
License:	GPLv2+ and LGPLv2+
Group:		Databases
Url:		http://dev.mysql.com/downloads/workbench/
Source0:	http://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-%{version}-src.tar.gz
Patch0:		mysql-workbench-ctemplate.patch  
Patch1:		mysql-workbench-mariadb-10.patch  
Patch2:		mysql-workbench-no-check-for-updates.patch

Obsoletes:	mysql-workbench < 6.1.7
Provides:	mysql-workbench = %{EVRD}
BuildRequires:	ant
BuildRequires:	cmake
BuildRequires:	gettext
BuildRequires:	imagemagick
BuildRequires:	swig
BuildRequires:	config(ant-antlr3)
BuildRequires:	boost-devel
BuildRequires:	fcgi-devel
BuildRequires:	gettext-devel
BuildRequires:	mysql-devel
BuildRequires:	mysql-connector-c++-devel
BuildRequires:	readline-devel
BuildRequires:	tinyxml-devel
BuildRequires:	vsqlite++-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(glitz)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libctemplate)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnome-2.0)
BuildRequires:	pkgconfig(libgnomeprint-2.2)
BuildRequires:	pkgconfig(libgtkhtml-3.14)
BuildRequires:	pkgconfig(libiodbc)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(slang)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrender)
%if %{build_java}
BuildRequires:	junit
BuildRequires:	eclipse-ecj
BuildRequires:	gcj-tools
BuildRequires:	jpackage-utils
%endif
Requires:	python-paramiko
Requires:	python-pexpect

%description
MySQL Workbench is modeling tool that allows you to design and generate MySQL
databases graphically.

MySQL Workbench requires OpenGL and a 3D accelerated graphics card with at
least 16MB of memory.

%files
%doc COPYING ChangeLog README
%{_bindir}/*
%{_libdir}/mysql-workbench
%{_libdir}/mysql-workbench-oss/mysql-workbench-bin
%{_datadir}/mysql-workbench
%{_datadir}/applications/mysql-workbench-oss.desktop
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/mime/packages/mysql-workbench.xml
%{_datadir}/mime-info/mysql-workbench.mime

#----------------------------------------------------------------------------

%prep
%setup -qn mysql-workbench-community-6.1.7-src
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
export PATH=$PWD/bin:$PATH
export CFLAGS="%{optflags} -fPIE -pie"
export CXXFLAGS="%{optflags} -fPIE -pie"
%cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
   -DMYSQL_CONFIG_PATH=%{_bindir}/mysql_config \
   -DLIB_INSTALL_DIR=%{_libdir} \
   -DCMAKE_BUILD_TYPE=%{edition} \
   -DREAL_EXECUTABLE_DIR=%{_libdir}/%{name} \
   -DUSE_UNIXODBC=FALSE \
   ..

# paralel build broken
make -j2

%install
%makeinstall_std -C build

# construct a clean and correct wrapper
cat > %{buildroot}%{_bindir}/mysql-workbench << EOF
#!/bin/bash
export LD_LIBRARY_PATH="%{_libdir}/mysql-workbench:\$LD_LIBRARY_PATH"
export MWB_DATA_DIR="%{_datadir}/mysql-workbench"
export MWB_LIBRARY_DIR="%{_datadir}/mysql-workbench/libraries"
export MWB_MODULE_DIR="%{_libdir}/mysql-workbench/modules"
export MWB_PLUGIN_DIR="%{_libdir}/mysql-workbench/plugins"
export DBC_DRIVER_PATH="%{_libdir}/mysql-workbench"
%{_libdir}/mysql-workbench-oss/mysql-workbench-bin \$*
EOF

install -d %{buildroot}%{_datadir}/applications
rm -f %{buildroot}%{_datadir}/applications/MySQLWorkbench.desktop
rm -f %{buildroot}%{_datadir}/applications/mysql-workbench.desktop
cat > %{buildroot}%{_datadir}/applications/mysql-workbench-oss.desktop << EOF
[Desktop Entry]
Name=MySQL Workbench
Comment=MySQL Database Design Tool
Exec=%{_bindir}/mysql-workbench
Terminal=false
Type=Application
Icon=mysql-workbench
Categories=Database;Office;
EOF

# More reliable icons
rm -rf %{buildroot}%{_datadir}/icons/hicolor/*/*/mysql-workbench.png
for N in 16 32 48 64 128;
do
convert images/icons/linux/128x128/apps/mysql-workbench.png -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/mysql-workbench.png
done

chmod a+x %{buildroot}%{_datadir}/mysql-workbench/sshtunnel.py

# cleanup
rm -f %{buildroot}%{_libdir}/mysql-workbench/*.*a
rm -f %{buildroot}%{_libdir}/mysql-workbench/modules/*.*a
rm -f %{buildroot}%{_libdir}/mysql-workbench/plugins/*.*a
rm -rf %{buildroot}%{_docdir}/mysql-workbench


%changelog
* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.1.7-2
+ Revision: 6d5d9f1
- Don't filter libvsqlitepp.so.3 from Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3140 |14cr|mystar-2.56-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A 802.1x auth client for Ruijie
Name:		mystar
Version:	2.56
Release:	8
License:	GPLv2+
Group:		System/Servers
Url:		http://gf.cs.hit.edu.cn/projects/mystar/
Source0:	http://gf.cs.hit.edu.cn/frs/download.php/253/%{name}_for_starV%{version}.tar.gz
# fwang: We don't need static linking libraries
Patch0:		%{name}-2.56-Makefile.patch
# fwang: conf file should be put into /etc
Patch1:		%{name}-2.56-conf-path.patch
BuildRequires:	libnet-devel
BuildRequires:	libpcap-devel

%description
mystar is a 802.1x auth client for Rujie and other compatible network.

%files
%doc Readme.txt
%{_sbindir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}.conf

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}_for_%{version}
%patch0 -p0
%patch1 -p0

%build
make Flags="%{optflags}"

%install
mkdir -p %{buildroot}%{_sbindir}
install -m 755 mystar %{buildroot}%{_sbindir}

mkdir -p %{buildroot}%{_sysconfdir}
install -m 644 mystar.conf %{buildroot}%{_sysconfdir}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.56-8
+ Revision: 4af5873
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3141 |14cr|myththemes-0.24-20110303.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitversion v0.24-6-g9310
%define fixesdate 20110303
%define rel 2

%if %{fixesdate}
%define release %{fixesdate}.%{rel}
%else
%define release %{rel}
%endif

Summary:	Additional themes for mythtv's frontend
Name:		myththemes
Version:	0.24
Release:	%{release}
License:	GPL
Group:		Video
Url:		http://www.mythtv.org/
Source0: 	%{name}-%{version}.tar.bz2
%if %{fixesdate}
Patch1:		fixes-%{gitversion}.patch
%endif
BuildRequires:	myth-devel
BuildRequires:	qt4-devel
BuildArch:	noarch

%description
This package contains additional themes for mythtv-frontend and
mythtv-setup.

#----------------------------------------------------------------------------

%package -n mythtv-themes-myththemes
Summary:	Additional themes for mythtv's frontend
Group:		Video
Provides:	mythtv-theme-Titivillus = %{EVRD}
Provides:	myththemes = %{EVRD}

%description -n mythtv-themes-myththemes
This package contains additional themes for mythtv-frontend and
mythtv-setup.

Base themes are contained in the mythtv-themes-base package.

%files -n mythtv-themes-myththemes
%doc COPYING
%{_datadir}/mythtv

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
./configure --prefix=%{_prefix}
%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}



%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.24-20110303.2
+ Revision: c2f10d7
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3142 |14cr|mytop-1.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A clone of top for MySQL 3.22.x to 4.x
Name: mytop
Version: 1.6
Release: 7
Source0: http://jeremy.zawodny.com/mysql/mytop/%{name}-%{version}.tar.bz2
Patch0:  mytop-1.6.long_nums.patch
URL: http://jeremy.zawodny.com/mysql/mytop/
License: GPL
Group: Databases
BuildArch:  noarch
Prefix: %{_prefix}
BuildRequires: perl-Term-ReadKey
BuildRequires: perl-devel
Requires: perl-Term-ReadKey
Requires: perl-Mysql
Obsoletes: perl-mytop

%description
Mytop is a console-based (non-gui) tool for monitoring the threads and overall
performance of a MySQL 3.22.x, 3.23.x, and 4.x server.

%prep
%setup -q
%patch0 -p1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make
make test

%install
# beware to use _std macros 
%makeinstall_std

%files
%{_bindir}/mytop
%{_mandir}/man1/%{name}.*
%doc README

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-7
+ Revision: bfdd37a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3143 |14cr|nabi-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple Hangul X Input Method
Name:		nabi
Version:	1.0.0
Release:	2
License:	GPLv2+
Group:		System/Internationalization
URL:		http://code.google.com/p/nabi
Source:		http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	librsvg
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libhangul)
Requires:	locales-ko

%description
Nabi is a simple XIM for Korean, implemented with GTK+2.
It can dock in the notification area, and also show the
status of imhangul (See also http://imhangul.kldp.net).

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog README
%attr(755,root,root) %{_bindir}/nabi
%{_datadir}/nabi
%{_datadir}/icons/hicolor/*/*/%{name}.*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

# menu entry:
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=Nabi
Comment=Simple Hangul XIM
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=System;Settings;Accessibility;
EOF

# Install icons of various sizes
for s in 256 128 96 48 32 22 16 ; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
rsvg-convert -w ${s} -h ${s} \
    %{name}.svg -o \
    %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png
done

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: d3ae01f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3144 |14cr|nacl-20110221-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define staticname	%mklibname nacl -d -s

Name:		nacl
Summary:	Networking and Cryptography library
Version:	20110221
Release:	2
License:	Public Domain
Group:		System/Libraries
URL:		http://nacl.cr.yp.to/
Source0:	http://hyperelliptic.org/nacl/%{name}-%{version}.tar.bz2

%description
NaCl (pronounced "salt") is a new easy-to-use high-speed software library
for network communication, encryption, decryption, signatures, etc. NaCl's goal
is to provide all of the core operations needed to build higher-level
cryptographic tools.

%package -n %{staticname}
Summary:	NaCl library for static linking
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{staticname}
NaCl (pronounced "salt") is a new easy-to-use high-speed software library
for network communication, encryption, decryption, signatures, etc. NaCl's goal
is to provide all of the core operations needed to build higher-level
cryptographic tools.

%prep
%setup -q

%build
%setup_compile_flags
./do

%install
SHORTHOSTNAME=$(echo $HOSTNAME | cut -d. -f1 | sed 's/-//g')
%ifarch x86_64
mv build/${SHORTHOSTNAME}/include/amd64/* build/${SHORTHOSTNAME}/include/
%else
%ifarch %{ix86}
mv build/${SHORTHOSTNAME}/include/x86/* build/${SHORTHOSTNAME}/include/
%endif
%endif
mkdir build/${SHORTHOSTNAME}/include/nacl
mv build/${SHORTHOSTNAME}/include/*.h build/${SHORTHOSTNAME}/include/nacl/
%ifarch x86_64
mv build/${SHORTHOSTNAME}/lib/amd64/* build/${SHORTHOSTNAME}/lib/
%else
%ifarch %{ix86}
mv build/${SHORTHOSTNAME}/lib/x86/* build/${SHORTHOSTNAME}/lib/
%endif
%endif
rm -rf build/${SHORTHOSTNAME}/log
rm -rf build/${SHORTHOSTNAME}/work
rm -rf build/${SHORTHOSTNAME}/data
rm -rf build/${SHORTHOSTNAME}/include/x86
rm -rf build/${SHORTHOSTNAME}/include/amd64
rm -rf build/${SHORTHOSTNAME}/include/lpia
rm -rf build/${SHORTHOSTNAME}/lib/x86
rm -rf build/${SHORTHOSTNAME}/lib/amd64
rm -rf build/${SHORTHOSTNAME}/lib/lpia
rm -f build/${SHORTHOSTNAME}/bin/ok*
rm -f build/${SHORTHOSTNAME}/lib/*.o
rm build/${SHORTHOSTNAME}/include/nacl/cpuid.h

mkdir -p %{buildroot}%{_prefix}
mv build/$SHORTHOSTNAME/include %{buildroot}%{_includedir}
mv build/$SHORTHOSTNAME/bin %{buildroot}%{_bindir}
mv build/$SHORTHOSTNAME/lib %{buildroot}%{_libdir}

%files
%{_bindir}/*

%files -n %{staticname}
%{_includedir}/nacl/
%{_libdir}/libnacl.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110221-2
+ Revision: a106ba8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3145 |14cr|nads-0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Normalized Attack Detection System
Name:		nads
Version:	0.3
Release:	7
License:	GPLv2+
Group:		System/Servers
Url:		http://www.scaramanga.co.uk
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	libtool

%description
N.A.D.S. is an HTTP URL normalization library. It takes HTTP URIs
in any form and converts them to a form suitable for comparison,
or for matching against attack descriptions (signatures) in
intrusion detection / prevention systems.

%files
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/nads
%{_bindir}/testnads

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Normalized Attack Detection System library
Group:		System/Libraries

%description -n %{libname}
N.A.D.S. is an HTTP URL normalization library. It takes HTTP URIs
in any form and converts them to a form suitable for comparison,
or for matching against attack descriptions (signatures) in
intrusion detection / prevention systems.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static library and header files for the %{name} library
Group:		Development/C
Provides:	lib%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
N.A.D.S. is an HTTP URL normalization library. It takes HTTP URIs
in any form and converts them to a form suitable for comparison,
or for matching against attack descriptions (signatures) in
intrusion detection / prevention systems.

This package contains the static %{name} library and its header
files.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/lib%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -q
find . -name "Makefile*" -o -name "*.m4" -o -name "configure*" |xargs sed -i -e 's,configure.in,configure.ac,g'

%build
./autogen.sh
%configure2_5x \
	--disable-static \
	--enable-shared
%make LIBTOOL=%{_bindir}/libtool

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-7
+ Revision: bf19795
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3146 |14cr|naev-0.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		naev
Version:	0.5.3
Release:	4
Summary:	2D space trading and combat game
Group:		Games/Arcade
License: 	GPLv3+
URL:		http://code.google.com/p/naev/
Source0:	http://naev.googlecode.com/files/%{name}-%{version}.tar.bz2
Source1:	%{name}.png
Source2:	http://naev.googlecode.com/files/ndata-%{version}
Patch1:		naev-0.5.0-linking.patch
Requires:	%{name}-data
BuildRequires:	binutils-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(zlib)

%description
NAEV is a 2D space trading and combat game, taking inspiration from the
Escape Velocity series.

You pilot a space ship from a top-down perspective, and are more or less
free to do what you want. As the genre name implies, you’re able to trade
and engage in combat at will. Beyond that, there’s an ever-growing number
of storyline missions, equipment, and ships; Even the galaxy itself grows
larger with each release. For the literarily-inclined, there are large
amounts of lore accompanying everything from planets to equipment.

%package	data
Group:		Games/Arcade
License:	GPLv3+ AND GPLv3 AND GPLv2+ AND Public Domain AND CC-by 3.0 AND CC-by-sa 3.0
Summary:	Data files for %{name}
Suggests:	naev
BuildArch:	noarch

%description	data
NAEV is a 2D space trading and combat game, taking inspiration from the
Escape Velocity series.

This is the data file.

%prep
%setup -q
%patch1 -p1 -b .linking

%build
%configure2_5x --with-ndata-path=%{_gamesdatadir}/%{name}/ndata-%{version} --bindir=%{_gamesbindir}
%make LIBS="-lvorbis -lm"
%install
%makeinstall_std

install -m644 %{SOURCE2} -D %{buildroot}%{_gamesdatadir}/%{name}/ndata-%{version}

install -m644 %{SOURCE1} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=Naev
GenericName=Naev
Comment=2D space trading and combat game
Icon=%{name}.png
Exec=%{_gamesbindir}/%{name}
Type=Application
Categories=Game;StrategyGame;
StartupNotify=true
EOF

%files
%doc README LICENSE AUTHORS TODO
%attr(755,root,root) %{_gamesbindir}/%{name}
%{_mandir}/man6/%{name}.6.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/naev-confupdate.sh
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.png

%files data
%{_gamesdatadir}/%{name}/ndata-%{version}



%changelog
* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 0.5.3-4
+ Revision: 9dee8cb
- fix DSO linking



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3147 |14cr|nagios-3.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define nsusr nagios
%define nsgrp nagios
%define cmdusr apache
%define cmdgrp apache
%define _disable_ld_no_undefined 1

Summary:    Host/service/network monitoring program
Name:       nagios
Version:    3.5.1
Release:    2
License:    GPLv2
Group:      Networking/Other
URL:        http://www.nagios.org/
Source0:    http://prdownloads.sourceforge.net/nagios/%{name}-%{version}.tar.gz
Source1:    %{name}.service
Source2:    %{name}.tmpfiles
Source5:    favicon.ico
Patch1:     nagios-3.5.0-mdv-config.patch
Patch6:     nagios-DESTDIR.diff
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires:   apache
Requires:   nagios-plugins
BuildRequires:  gd-devel
BuildRequires:  imagemagick
BuildRequires:  jpeg-devel
BuildRequires:  libtool-devel
BuildRequires:  multiarch-utils >= 1.0.3
BuildRequires:  perl-devel
Epoch:      1

%description
Nagios is a program that will monitor hosts and services on your
network. It has the ability to email or page you when a problem
arises and when a problem is resolved. Nagios is written in C and
is designed to run under Linux (and some other *NIX variants) as a
background process, intermittently running checks on various
services that you specify.

The actual service checks are performed by separate "plugin"
programs which return the status of the checks to Nagios.

This package provide core programs for nagios. The web interface,
documentation, and development files are built as separate
packages

%package    www
Summary:    Provides the HTML and CGI files for the Nagios web interface
Group:      Networking/WWW
Requires:   %{name} = %{epoch}:%{version}-%{release}
Requires:   webserver
Requires:   nail
Requires:   traceroute
Requires:   apache-mod_php
Requires:   %{name}-imagepaks
Obsoletes:  nagios-theme-nuvola
Obsoletes:  nagios-theme
Epoch:      %{epoch}

%description    www
Nagios is a program that will monitor hosts and services on your network. It
has the ability to email or page you when a problem arises and when a problem
is resolved. Nagios is written in C and is designed to run under Linux (and
some other *NIX variants) as a background process, intermittently running
checks on various services that you specify.

Several CGI programs are included with Nagios in order to allow you to view the
current service status, problem history, notification history, and log file via
the web. This package provides the HTML and CGI files for the Nagios web
interface. In addition, HTML documentation is included in this package

%package    devel
Group:      Development/C
Summary:    Provides include files that Nagios-related applications may compile against
Epoch:      %{epoch}

%description    devel
Nagios is a program that will monitor hosts and services on your network. It
has the ability to email or page you when a problem arises and when a problem
is resolved. Nagios is written in C and is designed to run under Linux (and
some other *NIX variants) as a background process, intermittently running
checks on various services that you specify.

This package provides include files that Nagios-related applications may
compile against.

%prep
%setup -q -n nagios
%patch1 -p1
%patch6 -p0

%build
%serverbuild

export CFLAGS="$CFLAGS -fPIC"
export CXXFLAGS="$CXXFLAGS -fPIC"
export FFLAGS="$FFLAGS -fPIC"
%configure2_5x \
    --with-httpd-conf=%{_webappconfdir} \
    --with-checkresult-dir=/var/spool/nagios/checkresults \
    --with-temp-dir=/tmp \
    --exec-prefix=%{_sbindir} \
    --bindir=%{_sbindir} \
    --sbindir=%{_libdir}/nagios/cgi \
    --libexecdir=%{_libdir}/nagios/plugins \
    --datadir=%{_datadir}/nagios \
    --sysconfdir=%{_sysconfdir}/nagios \
    --localstatedir=/var/log/nagios \
    --with-lockfile=/var/run/nagios/nagios.pid \
    --with-mail=/bin/mail \
    --with-nagios-user=%{nsusr} \
    --with-nagios-group=%{nsgrp} \
    --with-command-user=%{cmdusr} \
    --with-command-grp=%{cmdgrp} \
    --with-cgiurl=/nagios/cgi-bin \
    --with-htmurl=/nagios \
    --with-default-comments \
    --with-default-downtime \
    --with-default-extinfo \
    --with-default-retention \
    --with-default-status \
    --with-default-objects \
    --with-default-perfdata \
    --with-file-perfdata \
    --with-template-extinfo \
    --with-template-objects \
    --with-gd-lib=%{_libdir} \
    --with-gd-inc=%{_includedir} \
    --enable-embedded-perl \
    --with-perlcache

# bug
perl -pi -e "s|/var/log/nagios/spool/checkresults|/var/spool/nagios/checkresults|g" include/locations.h

# the helloworld one doesn't like -fPIE
perl -pi -e "s|-fPIE||g" module/Makefile

%make all

pushd contrib
    make daemonchk.cgi
    make traceroute.cgi
    make mini_epn
    make convertcfg
popd

%install
rm -rf %{buildroot}

install -d -m0755 %{buildroot}%{_webappconfdir}
install -d -m0755 %{buildroot}/var/spool/nagios/checkresults
install -d -m0755 %{buildroot}/var/run/nagios
install -d -m0755 %{buildroot}%{_includedir}/nagios

install -d -m0755 %{buildroot}%{_sysconfdir}/nagios/{servers,printers,switches,routers,conf.d,plugins.d}
install -d -m0755 %{buildroot}%{_libdir}/nagios/plugins/eventhandlers

make \
    DESTDIR=%{buildroot} \
    BINDIR=%{_sbindir} \
    CFGDIR=%{_sysconfdir}/nagios \
    CGIDIR=%{_libdir}/nagios/cgi \
    COMMAND_OPTS="" \
    HTMLDIR=%{_datadir}/nagios/www \
    INIT_OPTS="" \
    INSTALL=install \
    INSTALL_OPTS="" \
    LOGDIR=/var/log/nagios \
    STRIP=/bin/true \
    install-config \
    fullinstall

# fix docs
cp sample-config/README README.sample-config
cp sample-config/template-object/README README.template-object

# install headers
install -m0644 include/locations.h %{buildroot}%{_includedir}/nagios/

pushd contrib
    make \
    DESTDIR=%{buildroot} \
    BINDIR=%{_sbindir} \
    CFGDIR=%{_sysconfdir}/nagios \
    CGIDIR=%{_libdir}/nagios/cgi \
    COMMAND_OPTS="" \
    HTMLDIR=%{_datadir}/nagios/www \
    INIT_OPTS="" \
    INSTALL=install \
    INSTALL_OPTS="" \
    LOGDIR=/var/log/nagios \
    install
popd

# fix strange perms
find %{buildroot}%{_datadir}/nagios -type d | xargs chmod 755
find %{buildroot}%{_datadir}/nagios/www -type f | xargs chmod 644
chmod 755 \
    %{buildroot}%{_libdir}/nagios/cgi/* \
    %{buildroot}%{_sbindir}/*

# fix default config
perl -pi \
    -e "s|=/var/log/nagios/rw/|=/var/spool/nagios/|g" \
    %{buildroot}%{_sysconfdir}/nagios/*.cfg
perl -pi \
    -e "s|^physical_html_path=.*|physical_html_path=%{_datadir}/nagios/www|g" \
    %{buildroot}%{_sysconfdir}/nagios/cgi.cfg


# systemd
install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/nagios.service
install -D -m 644 %{SOURCE2} %{buildroot}%{_prefix}/lib/tmpfiles.d/nagios.conf
rm -f %{buildroot}%{_initrddir}/nagios

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# Nagios Apache configuration

ScriptAlias /%{name}/cgi-bin %{_libdir}/%{name}/cgi

<Directory %{_libdir}/%{name}/cgi>
    Require all granted
    Options ExecCGI
</Directory>

Alias /%{name} %{_datadir}/%{name}/www

<Directory %{_datadir}/%{name}/www>
    Require all granted
</Directory>
EOF

# install and fix event handlers
install -m0755 contrib/eventhandlers/disable_active_service_checks %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/disable_notifications %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/enable_active_service_checks %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/enable_notifications %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/submit_check_result %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/redundancy-scenario1/handle-master-host-event %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/

find %{buildroot}%{_libdir}/nagios/plugins/eventhandlers -type f | \
    xargs perl -pi \
    -e 's|/usr/local/nagios/var/rw/|/var/spool/nagios/|;' \
    -e 's|/usr/local/nagios/libexec/eventhandlers|%{_libdir}/nagios/plugins/eventhandlers|g;' \
    -e 's|/usr/local/nagios/libexec/send_nsca|%{_libdir}/nagios/plugins/send_nsca|g;' \
    -e 's|/usr/local/nagios/test/var|/var/log/nagios|g;' \
    -e 's|/usr/local/nagios/etc/send_nsca.cfg|%{_sysconfdir}/nagios/send_nsca.cfg|g;' \
    -e 's|printfcmd="/bin/printf"|printfcmd="/usr/bin/printf"|;'

%multiarch_includes %{buildroot}%{_includedir}/nagios/locations.h

# install the favicon.ico
install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/nagios/www

# automatic reloading for new plugins
install -d %buildroot%{_var}/lib/rpm/filetriggers
cat > %buildroot%{_var}/lib/rpm/filetriggers/nagios.filter << EOF
^.%{_sysconfdir}/nagios/plugins.d/.*\.cfg$
EOF
cat > %buildroot%{_var}/lib/rpm/filetriggers/nagios.script << EOF
#!/bin/sh
systemctl try-restart nagios.service
EOF
chmod 755 %buildroot%{_var}/lib/rpm/filetriggers/nagios.script

%pre
%_pre_useradd %{nsusr} /var/log/nagios /bin/sh
%{_bindir}/gpasswd -a %{cmdusr} %{nsgrp} >/dev/null 2>&1 || :

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{nsusr}

%files
%doc Changelog INSTALLING LEGAL README UPGRADING
%doc sample-config/mrtg.cfg
%{_unitdir}/nagios.service
%{_prefix}/lib/tmpfiles.d/nagios.conf
%{_sbindir}/*
%dir %{_sysconfdir}/nagios
%dir %{_sysconfdir}/nagios/conf.d
%dir %{_sysconfdir}/nagios/plugins.d
%dir %{_sysconfdir}/nagios/objects
%config(noreplace) %{_sysconfdir}/nagios/*.cfg
%config(noreplace) %{_sysconfdir}/nagios/objects/*.cfg
%attr(-,%{nsusr},%{nsgrp}) %dir /var/log/nagios
%attr(-,%{nsusr},%{nsgrp}) %dir /var/log/nagios/archives
%attr(2775,%{nsusr},%{cmdgrp}) %dir /var/spool/nagios
%attr(-,%{nsusr},%{nsgrp}) %dir /var/spool/nagios/checkresults
%attr(-,%{nsusr},%{nsgrp}) %dir /var/run/nagios
%dir %{_libdir}/nagios/plugins/eventhandlers
%{_libdir}/nagios/plugins/eventhandlers/*
%{_var}/lib/rpm/filetriggers/nagios.*

%files www
%config(noreplace) %{_webappconfdir}/nagios.conf
%{_libdir}/nagios/cgi
%{_datadir}/nagios/www

%files devel
%{multiarch_includedir}/nagios/locations.h
%{_includedir}/nagios


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.5.1-2
+ Revision: 1600b87
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3148 |14cr|nagios-check_amavis-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	check_amavis

Summary:	Check Amavis
Name:		nagios-%{plugin}
Version:	1.1
Release:	2
Group:		Networking/Other
License:	GPL
URL:		 http://exchange.nagios.org/directory/Plugins/Anti-2DVirus/Amavis/check_amavis/details
Source0:	%{plugin}.pl
BuildArch:	noarch
BuildRequires:	perl
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
check_amavis checks if amavisd-new daemon is working and if its
antivirus engine is working. This check talks with amavisd-new daemon.
It tests if the daemon is up and if it's able to scan an email with a
virus (EICAR test virus is sent).
	
Please note that if amavisd-new is run on a different machine, you
should enable the connection from nagios ip address (take a look at
amavisd.conf).

%prep
%setup -qcT

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_amavis.cfg <<'EOF'

define command {
        command_name    check_amavis
        command_line    %{_datadir}/nagios/plugins/%{plugin}.pl --server $HOSTADDRESS$ --port 10025 $ARG1$
}
EOF
install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m 755 %{SOURCE0} %{buildroot}%{_datadir}/nagios/plugins

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_amavis.cfg
%{_datadir}/nagios/plugins/%{plugin}.pl





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: b28a2d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3149 |14cr|nagios-check_bl-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	A Nagios plugin to check against RBL
Name:		nagios-check_bl
Version:	1.0
Release:	10
License:	GPL
Group:		Networking/Other
URL:		http://www.bashton.com/content/nagiosplugins
Source0:	http://www.bashton.com/downloads/%{name}-%{version}.tar.bz2
Requires:	nagios
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
A Nagios plugin to check whether a server is in any known anti-spam blocklists.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m  755 check_bl %{buildroot}%{_datadir}/nagios/plugins/

perl -pi -e 's|/usr/lib/nagios|%{_datadir}/nagios|' \
    %{buildroot}%{_datadir}/nagios/plugins/check_bl

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_bl.cfg <<'EOF'
define command {
	command_name    check_bl
	command_line    %{_datadir}/nagios/plugins/check_bl -H $HOSTADDRESS$ -B sbl-xbl.spamhaus.org,bl.spamcop.net
}
EOF

%if %mdkversion < 200900
%post
/sbin/service nagios condrestart > /dev/null 2>/dev/null || :

%postun
/sbin/service nagios condrestart > /dev/null 2>/dev/null || :
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_bl.cfg
%{_datadir}/nagios/plugins/check_bl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-10
+ Revision: 0f19b99
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3150 |14cr|nagios-check_connections-2.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name check_connections

Name:		nagios-%{up_name}
Version:	2.1.0
Release:	2
Summary:	A Nagios plugin to check the number of TCP connections
License:	GPL
Group:		Networking/Other
URL:		https://trac.id.ethz.ch/projects/nagios_plugins/wiki/check_connections
Source:     %{up_name}-%{version}.tar.gz
Requires:	nagios-plugins
BuildArch:  noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
check_connections is a Nagios plugin to check the number of TCP connections 

%prep
%setup -q -n %{up_name}-%{version}

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/nagios/plugins
install -m 755 check_connections %{buildroot}%{_datadir}/nagios/plugins/check_connections

perl -pi -e 's|^#!perl|#!%{_bindir}/perl|' \
    %{buildroot}%{_datadir}/nagios/plugins/check_connections

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_connections.cfg <<'EOF'
define command {
	command_name    check_connections
	command_line    %{_datadir}/nagios/plugins/check_connections
}
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS Changes NAME NEWS README
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_connections.cfg
%{_datadir}/nagios/plugins/check_connections




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-2
+ Revision: a03583d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3151 |14cr|nagios-check_cups_queue-20060627-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	nagios-check_cups_queue
%define version	20060627
%define release	13

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Nagios cups plugin
Group:		Networking/Other
License:	BSD
URL:		http://dev.lusis.org/nagios/
Source0:	http://dev.lusis.org/nagios/check_cups_queue.txt
Patch:      nagios/check_cups_queue-force-locales.patch
Requires:   cups-common
Requires:   bc
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
This plugin will check the status of a remote CUPS print queue. It will provide
the size of the queue and optionally the age of the queue

%prep
cp %{SOURCE0} check_cups_queue.txt
%patch -p0

%build


%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m 755 check_cups_queue.txt %{buildroot}%{_datadir}/nagios/plugins/check_cups_queue

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_cups_queue.cfg <<'EOF'
define command{
	command_name	check_cups_queue
	command_line	%{_datadir}/nagios/plugins/check_cups_queue -H $HOSTADDRESS$
}
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/nagios/plugins/check_cups_queue
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_cups_queue.cfg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20060627-13
+ Revision: 52c92c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3152 |14cr|nagios-check_diskio-3.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 3.0.3
%define release 3
%define upstream_name   check_diskio
%define name            nagios-%{upstream_name}

Name:      %{name}
Version:   %{version}
Release:   %{release}
Summary:   Nagios plugin to monitor the amount of disk I/O
License:   GPL
Group:      Networking/Other
URL:        https://trac.id.ethz.ch/projects/nagios_plugins/wiki/check_diskio
Source:     http://www.id.ethz.ch/people/allid_list/corti/%{upstream_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}

%description
Nagios plugin to monitor the amount of disk I/O

%prep
%setup -q -n %{upstream_name}-%{version}

%build
pod2man check_diskio.pod > check_diskio.1

%install
rm -rf %{buildroot}
install -m 755 -d %{buildroot}%{_datadir}/nagios/plugins
install -m 755 -d %{buildroot}%{_mandir}/man1
install -m 755 check_diskio %{buildroot}%{_datadir}/nagios/plugins/check_diskio
install -m 644 check_diskio.1 %{buildroot}%{_mandir}/man1

perl -pi -e 's|^#!perl|#!%{_bindir}/perl|' \
    %{buildroot}%{_datadir}/nagios/plugins/check_diskio

install -m 755 -d %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_diskio.cfg <<'EOF'
define command {
	command_name    check_diskio
	command_line    %{_datadir}/nagios/plugins/check_diskio
}
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS Changes NEWS README INSTALL TODO COPYING VERSION
%{_datadir}/nagios/plugins/check_diskio
%{_mandir}/man1/check_diskio.1*
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_diskio.cfg




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.3-3
+ Revision: b95a0f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3153 |14cr|nagios-check_iax-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Nagios plugin to check IAX/IAX2 devices
Name:		nagios-check_iax
Version:	1.0.0
Release:	5
License:	BSD
Group:		Networking/Other
URL:		http://samm.kiev.ua/check_iax/
Source0:	http://samm.kiev.ua/check_iax/check_iax-%{version}.tar.gz
Requires:	nagios
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Nagios plugin check_iax allows system administrators to monitor IAX/IAX2
devices.

%prep
%setup -q -n check_iax-%{version}

%build
%make CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/nagios/plugins.d
install -d %{buildroot}%{_libdir}/nagios/plugins

install -m0755 check_iax %{buildroot}%{_libdir}/nagios/plugins/
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_iax.cfg <<'EOF'
define command {
	command_name	check_iax
	command_line	%{_libdir}/nagios/plugins/check_iax -H $HOSTADDRESS$ -w 100 -c 500
}
EOF

%if %mdkversion < 200900
%post
/sbin/service nagios condrestart > /dev/null 2>/dev/null || :

%postun
/sbin/service nagios condrestart > /dev/null 2>/dev/null || :
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_iax.cfg
%{_libdir}/nagios/plugins/check_iax



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: 0d54f3d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3154 |14cr|nagios-check_kdc-20050715-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	nagios-check_kdc
%define version	20050715
%define release	11

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Nagios kdc plugin
Group:		Networking/Other
License:	BSD
URL:		http://www.loveshack.ukfsn.org/nagios/
Source0:	http://www.loveshack.ukfsn.org/nagios/check_kdc
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
Check getting tickets from a kerberos KDC using a keytab. Doesn't require Perl
Kerberos stuff (unlike check_krb5), just kinit/kdestroy.

%prep
%setup -T -c
install -m 755 %{SOURCE0} check_kdc

perl -pi -e 's|/usr/kerberos/bin|%{_bindir}|' check_kdc

%build


%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m 755 check_kdc %{buildroot}%{_datadir}/nagios/plugins

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_kdc.cfg <<'EOF'
define command{
	command_name	check_kdc
	command_line	%{_datadir}/nagios/plugins/check_kdc -H $HOSTADDRESS$
}
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/nagios/plugins/check_kdc
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_kdc.cfg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20050715-11
+ Revision: 044d876
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3155 |14cr|nagios-check_lm_sensors-3.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name check_lm_sensors
%define name    nagios-%{up_name}
%define version 3.1.0
%define release 6

Name:       %{name}
Version:    %{version}
Release:    %{release}
Summary:    A Nagios plugin to monitor sensors values
License:    GPL
Group:      Networking/Other
Source:     http://www.id.ethz.ch/people/allid_list/corti/%{up_name}-%{version}.tar.gz
Requires:   hddtemp
Requires:   perl-Nagios-Plugin
BuildArch:  noarch
BuildRoot: %{_tmppath}/%{name}-%{version}

%description
check_lm_sensors is a Nagios plugin to monitor the values of on board sensors
and hard disk temperatures on Linux systems

%prep
%setup -q -n %{up_name}-%{version}

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m 755 check_lm_sensors %{buildroot}%{_datadir}/nagios/plugins

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_lm_sensors.cfg <<'EOF'
define command{
	command_name	check_lm_sensors
	command_line	%{_datadir}/nagios/plugins/check_lm_sensors
}
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS Changes NEWS README INSTALL TODO COPYING VERSION
%{_datadir}/nagios/plugins/check_lm_sensors
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_lm_sensors.cfg




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.0-6
+ Revision: 8ea6bed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3156 |14cr|nagios-check_logfiles-2.5.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This package is de-facto noarch, but we need to install files to arch-specific places
%define debug_package %{nil}

Name:		nagios-check_logfiles
Version:	2.5.6.1
Release:	4
Summary:	Check log files for specific patterns
Group:		Networking/Other
License:	BSD
URL:		http://www.consol.com/opensource/nagios/check-logfiles
Source:     http://www.consol.com/fileadmin/opensource/Nagios/check_logfiles-%{version}.tar.gz

%description
check_logfiles is a Plugin for Nagios which scans log files for specific
patterns.

%prep
%setup -q -n check_logfiles-%{version}

%build
%configure2_5x --build=i586-mandriva-linux-gnu --libexec=%{_libdir}/nagios/plugins
%make


%install
%makeinstall_std

%files
%{_libdir}/nagios/plugins/check_logfiles


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.6.1-4
+ Revision: 5d7ba4c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3157 |14cr|nagios-check_memcached-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	MemCached health check for Nagios
Name:		nagios-check_memcached
Version:	1.1
Release:	8
License:	BSD
Group:		Networking/Other
URL:		http://zilbo.com/
Source0:	http://zilbo.com/plugins/check_memcached
Requires:	nagios
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
A plugin for nagios to check if memcached is up and running.

%prep
%setup -q -c -T

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/nagios/plugins
install -m 755 %{SOURCE0} %{buildroot}%{_datadir}/nagios/plugins/

perl -pi -e 's|/opt|%{_datadir}|' \
    %{buildroot}%{_datadir}/nagios/plugins/check_memcached

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_memcached.cfg <<'EOF'
define command {
	command_name    check_memcached
	command_line    %{_datadir}/nagios/plugins/check_memcached -H $HOSTADDRESS$ -p $ARG1$ -k $ARG2$ -t $ARG3$
}
EOF

%if %mdkversion < 200900
%post
/sbin/service nagios condrestart > /dev/null 2>/dev/null || :

%postun
/sbin/service nagios condrestart > /dev/null 2>/dev/null || :
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_memcached.cfg
%{_datadir}/nagios/plugins/check_memcached



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-8
+ Revision: 302e19e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3158 |14cr|nagios-check_memory-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    nagios-check_memory
%define version 1.0
%define release 4

Name:       %{name}
Version:    %{version}
Release:    %{release}
Epoch:      1
Summary:    Check memory
Group:      Networking/Other
License:    BSD
URL:        http://www.monitoringexchange.org/inventory/Check-Plugins/Operating-Systems/Linux/check_memory
Source0:    check_memory.pl
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
This plugin may be used as nrpe plugin and checks the amount of memory free,
used and total available by using the linux "free -mt" command. 

%prep
%setup -c -T

%build


%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m 755 %{SOURCE0} %{buildroot}%{_datadir}/nagios/plugins/check_memory

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_memory.cfg <<'EOF'
define command{
    command_name    check_memory
    command_line    %{_datadir}/nagios/plugins/check_memory
}
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/nagios/plugins/check_memory
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_memory.cfg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.0-4
+ Revision: 2a330f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3159 |14cr|nagios-check_mk-1.1.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nagios-check_mk
Version:	1.1.10
Release:	3
Summary:	A new general purpose Nagios-plugin for retrieving data
Group:		Networking/Other
License:	BSD
URL:		http://mathias-kettner.de/check_mk
Source:     http://mathias-kettner.de/download/check_mk-%{version}.tar.gz
BuildArch:  noarch

%description
check_mk is a general purpose Nagios-plugin for retrieving data. It adopts a
new approach for collecting data from operating systems and network components.
It obsoletes NRPE, check_by_ssh, NSClient, and check_snmp and it has many
benefits, the most important of which are significant reduction of CPU usage on
the Nagios host and automatic inventory of items to be checked on hosts. The
larger your Nagios installation is, the more helpful these improvements.

%package agent
Summary:    Agent for check_mk
Requires:   xinetd
Group:      Networking/Other

%description agent
This package contains the agent for check_mk. Install this on
all Linux machines you want to monitor via check_mk.

%prep
%setup -q -n check_mk-%{version}
tar xf agents.tar.gz

%build

%install
install -d -m 755 %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/check_mk <<'EOF'
#!/bin/sh
exec python %{_datadir}/check_mk/modules/check_mk.py "$@"
EOF
chmod +x %{buildroot}%{_bindir}/check_mk

install -d -m 755 %{buildroot}%{_sysconfdir}/check_mk
cat > %{buildroot}%{_sysconfdir}/check_mk/main.mk <<'EOF'
all_hosts = [ "localhost" ]
EOF

install -d -m 755 %{buildroot}%{_datadir}/check_mk
install -d -m 755 %{buildroot}%{_datadir}/check_mk/modules
tar xf modules.tar.gz -C %{buildroot}%{_datadir}/check_mk/modules
install -d -m 755 %{buildroot}%{_datadir}/check_mk/checks
tar xf checks.tar.gz -C %{buildroot}%{_datadir}/check_mk/checks
install -d -m 755 %{buildroot}%{_datadir}/check_mk/web
tar xf web.tar.gz -C %{buildroot}%{_datadir}/check_mk/web
install -d -m 755 %{buildroot}%{_datadir}/check_mk/pnp-templates
tar xf pnp-templates.tar.gz -C %{buildroot}%{_datadir}/check_mk/pnp-templates

cat > %{buildroot}%{_datadir}/check_mk/modules/defaults <<'EOF'
# created during package creation

check_mk_version            = '%{version}'
default_config_dir          = '%{_sysconfdir}/check_mk'
check_mk_configdir          = '%{_sysconfdir}/check_mk/conf.d'
checks_dir                  = '%{_datadir}/check_mk/checks'
check_manpages_dir          = '%{_datadir}/check_mk/doc/checks'
modules_dir                 = '%{_datadir}/check_mk/modules'
agents_dir                  = '%{_datadir}/check_mk/agents'
var_dir                     = '%{_localstatedir}/lib/check_mk'
lib_dir                     = ''
autochecksdir               = '%{_localstatedir}/lib/check_mk/autochecks'
precompiled_hostchecks_dir  = '%{_localstatedir}/lib/check_mk/precompiled'
counters_directory          = '%{_localstatedir}/lib/check_mk/counters'
tcp_cache_dir               = '%{_localstatedir}/lib/check_mk/cache'
logwatch_dir                = '%{_localstatedir}/lib/check_mk/logwatch'
nagios_objects_file         = '%{_sysconfdir}/nagios/objects/check_mk_objects.cfg'
rrd_path                    = '%{_localstatedir}/lib/check_mk/rrd'
nagios_command_pipe_path    = '/var/log/nagios/rw/nagios.cmd'
nagios_status_file          = '/var/log/nagios/status.dat'
nagios_conf_dir             = '/etc/nagios/objects'
nagios_user                 = 'nagios'
nagios_url                  = '/nagios'
nagios_cgi_url              = '/nagios/cgi-bin'
logwatch_notes_url          = '/check_mk/logwatch.py?host=%s&file=%s'
www_group                   = 'apache'
nagios_config_file          = '%{_sysconfdir}/nagios/nagios.cfg'
nagios_startscript          = '%{_initrddir}/nagios'
nagios_binary               = '%{_sbindir}/nagios'
apache_config_dir           = '%{_sysconfdir}/httpd/conf/webapps.d'
htpasswd_file               = '%{_sysconfdir}/check_mk/htpasswd.users'
nagios_auth_name            = 'Nagios Access'
web_dir                     = '%{_datadir}/check_mk/web'
checkmk_web_uri             = '/check_mk'
livestatus_unix_socket      = '/'
livebackendsdir             = ''
pnp_url                     = '/pnp4nagios/'
pnp_templates_dir           = '%{_datadir}/check_mk/pnp-templates'
doc_dir                     = '%{_datadir}/doc/check_mk'
EOF
cp %{buildroot}%{_datadir}/check_mk/modules/defaults \
    %{buildroot}%{_datadir}/check_mk/web/htdocs/defaults.py

install -d -m 755 %{buildroot}%{_localstatedir}/lib/check_mk
install -d -m 755 %{buildroot}%{_localstatedir}/lib/check_mk/autochecks
install -d -m 755 %{buildroot}%{_localstatedir}/lib/check_mk/cache
install -d -m 755 %{buildroot}%{_localstatedir}/lib/check_mk/counters
install -d -m 755 %{buildroot}%{_localstatedir}/lib/check_mk/precompiled
install -d -m 755 %{buildroot}%{_localstatedir}/lib/check_mk/logwatch
install -d -m 755 %{buildroot}%{_localstatedir}/lib/check_mk/rrd

install -d -m 755 %{buildroot}%{_docdir}/%{name}
tar xf doc.tar.gz -C %{buildroot}%{_docdir}/%{name} --exclude livestatus

install -d -m 755 %{buildroot}%{_sysconfdir}/xinetd.d
install -m 644 xinetd.conf %{buildroot}%{_sysconfdir}/xinetd.d/check_mk_agent

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 check_mk_agent.linux %{buildroot}%{_bindir}/check_mk_agent

install -d -m 755 %{buildroot}%{_datadir}/check_mk_agent
install -d -m 755 %{buildroot}%{_datadir}/check_mk_agent/plugins
install -d -m 755 %{buildroot}%{_datadir}/check_mk_agent/local
install -m 644 plugins/mk_logwatch %{buildroot}%{_datadir}/check_mk_agent/plugins
install -m 644 plugins/j4p_performance %{buildroot}%{_datadir}/check_mk_agent/plugins
install -m 644 plugins/mk_oracle %{buildroot}%{_datadir}/check_mk_agent/plugins
install -m 644 plugins/sylo %{buildroot}%{_datadir}/check_mk_agent/plugins

install -d -m 755 %{buildroot}%{_sysconfdir}/check_mk_agent
install -m 644 logwatch.cfg %{buildroot}%{_sysconfdir}/check_mk_agent

perl -pi \
    -e 's|LIBDIR="/to/be/changed"|LIBDIR="%{_datadir}/check_mk_agent"|;' \
    -e 's|CONFDIR="/to/be/changed"|CONFDIR="%{_sysconfdir}/check_mk_agent"|;' \
    %{buildroot}%{_bindir}/check_mk_agent

%files
%doc %{_docdir}/%{name}
%{_bindir}/check_mk
%config(noreplace) %{_sysconfdir}/check_mk
%{_datadir}/check_mk
%{_localstatedir}/lib/check_mk

%files agent
%{_bindir}/check_mk_agent
%{_datadir}/check_mk_agent
%config(noreplace) %{_sysconfdir}/xinetd.d/check_mk_agent
%config(noreplace) %{_sysconfdir}/check_mk_agent

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.10-3
+ Revision: 74d7f23
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3160 |14cr|nagios-check_mysql_health-2.1.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name	check_mysql_health

Summary:	Check MySQL
Name:		nagios-%{up_name}
Version:	2.1.5.1
Release:	2
Group:		Networking/Other
License:	GPL
URL:		http://www.consol.de/opensource/nagios/check-mysql-health/
Source0:	http://labs.consol.de/wp-content/uploads/2011/04/check_mysql_health-2.1.5.1.tar.gz
BuildArch:	noarch
BuildRequires:	perl
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This plugin is used to monitor a variety of mysql database metrics.

%prep
%setup -q -n %{up_name}-%{version}

%build
autoreconf -fi

%configure2_5x \
    --build=%{_arch}-mandriva-linux-gnu \
    --libexecdir=%{_datadir}/nagios/plugins \
    --with-statefiles-dir=%{_localstatedir}/lib/nagios
%make

%install
rm -rf %{buildroot}

%makeinstall_std

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_mysql_health.cfg <<'EOF'
define command{
	command_name	check_mysql_health
	command_line	%{_datadir}/nagios/plugins/check_mysql_health
}
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_mysql_health.cfg
%{_datadir}/nagios/plugins/check_mysql_health



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.5.1-2
+ Revision: 00bff1c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3161 |14cr|nagios-check_netapp-20060619-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Check Network Appliance (NetApp) filers
Name:		nagios-check_netapp
Version:	20060619
Release:	5
Group:		Networking/Other
License:	BSD
URL:		http://nerhood.homeip.net/wordpress/archives/2006/06/19/monitoring-netapp-with-nagios-and-nagiosgraph/
Source0:	http://nerhood.homeip.net/code/check_netapp
BuildArch:  noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Use this plugin with Nagios to check Network Appliance (NetApp) filers.

%prep

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m 755 %{SOURCE0} %{buildroot}%{_datadir}/nagios/plugins

perl -pi -e 's|/usr/local/nagios/libexec|%{_datadir}/nagios/plugins|' \
    %{buildroot}%{_datadir}/nagios/plugins/check_netapp

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_netapp.cfg <<'EOF'
define command{
	command_name	check_netapp
	command_line	%{_datadir}/nagios/plugins/check_netapp -H $HOSTADDRESS$
}
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/nagios/plugins/check_netapp
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_netapp.cfg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20060619-5
+ Revision: 7d317bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3162 |14cr|nagios-check_nfs4-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nagios-check_nfs4
Version:	0.2
Release:	5
Summary:	NFSv4 monitoring for clients and servers
License:	GPL
Group:		Networking/Other
URL:		http://www.nagiosexchange.org/cgi-bin/page.cgi?g=2070.html;d=1
Source:     check_nfs4.%{version}.pl
Requires:	nagios-plugins
BuildArch:  noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
This plugin checks NFSv4 daemons status (client and server) including nfsd,
idmapd, mountd and svcgssd.
It also displays information about performances and errors. 

%prep
%setup -q -c -T

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/nagios/plugins
install -m 755 %{SOURCE0} %{buildroot}%{_datadir}/nagios/plugins/check_nfs4.pl

perl -pi -e 's|/usr/local/nagios/libexec|%{_datadir}/nagios|' \
    %{buildroot}%{_datadir}/nagios/plugins/check_nfs4.pl

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_nfs4.cfg <<'EOF'
define command {
	command_name    check_nfs4
	command_line    %{_datadir}/nagios/plugins/check_nfs4.pl
}
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_nfs4.cfg
%{_datadir}/nagios/plugins/check_nfs4.pl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-5
+ Revision: d8f2294
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3163 |14cr|nagios-check_rsync-1.02-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nagios-check_rsync
Version:	1.02
Release:	7
Summary:    Nagios rsync plugin
License:    GPL
Group:		Networking/Other
Url:        http://exchange.nagios.org/directory/Plugins/Network-Protocols/Rsync/check_rsync/details
Source0:    check_rsync
Requires:   rsync
BuildArch:  noarch

%description
Checks rsync servers availability, as well as (optionally) individual modules
availability. It also supports authentication on modules.

%prep

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m 755 %{SOURCE0} %{buildroot}%{_datadir}/nagios/plugins

perl -pi -e 's|/usr/local/nagios/libexec|%{_datadir}/nagios/plugins|' \
    %{buildroot}%{_datadir}/nagios/plugins/check_rsync

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_rsync.cfg <<'EOF'
define command{
	command_name	check_rsync
	command_line	%{_datadir}/nagios/plugins/check_rsync -H $HOSTADDRESS$
}
EOF

%files 
%{_datadir}/nagios/plugins/check_rsync
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_rsync.cfg

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.02-7
+ Revision: d387ca1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3164 |14cr|nagios-check_sip-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	A Nagios plugin to check SIP servers and devices
Name:		nagios-check_sip
Version:	1.2
Release:	7
License:	GPL
Group:		Networking/Other
URL:		http://www.bashton.com/content/nagiosplugins
Source0:	http://www.bashton.com/downloads/%{name}-%{version}.tar.gz
Requires:	nagios
BuildArch:  noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
A Nagios plugin that will test a SIP server/device for availability and
response time.

%prep

%setup -q

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m 755 check_sip %{buildroot}%{_datadir}/nagios/plugins

perl -pi -e 's|/usr/lib/nagios|%{_datadir}/nagios|' \
    %{buildroot}%{_datadir}/nagios/plugins/check_sip

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_sip.cfg <<'EOF'
define command {
    command_name	check_sip
	command_line	%{_datadir}/nagios/plugins/check_sip -u $ARG1$ -H $HOSTADDRESS$ -w 5
}
EOF

%if %mdkversion < 200900
%post
/sbin/service nagios condrestart > /dev/null 2>/dev/null || :

%postun
/sbin/service nagios condrestart > /dev/null 2>/dev/null || :
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_sip.cfg
%{_datadir}/nagios/plugins/check_sip



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-7
+ Revision: e17ffd9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3165 |14cr|nagios-check_spamd-0.01-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	Spamd monitoring script for use with Nagios
Name:		nagios-check_spamd
Version:	0.01
Release:	7
License:	Apache License
Group:		Networking/Other
URL:		http://www.apache.org/
Source0:	http://svn.apache.org/repos/asf/spamassassin/trunk/contrib/check_spamd
Requires:	nagios-plugins
Requires:	perl(Time::HiRes)
Requires:	perl(Mail::SpamAssassin::Client)
Requires:	perl(Mail::SpamAssassin::Timeout)
BuildArch:  noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
The purpose of this program is to provide a tool to monitor the status of
"spamd" server processes. spamd is the daemonized version of the spamassassin
executable, both provided in the SpamAssassin distribution.

This program is designed for use, as a plugin, with the Nagios service
monitoring software available from http://nagios.org. It might be compatible
with other service monitoring packages. It is also useful as a command line
utility or as a component of a custom shell script.

%prep
%setup -q -c -T

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/nagios/plugins
install -m 755 %{SOURCE0} %{buildroot}%{_datadir}/nagios/plugins

install -d %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_spamd.cfg <<'EOF'
define command {
	command_name    check_spamd
	command_line    %{_datadir}/nagios/plugins/check_spamd -H $HOSTADDRESS$ -c $ARG1$ -p $ARG2$ -t $ARG3$ -w $ARG4$
}
EOF

%if %mdkversion < 200900
%post
/sbin/service nagios condrestart > /dev/null 2>/dev/null || :

%postun
/sbin/service nagios condrestart > /dev/null 2>/dev/null || :
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_spamd.cfg
%{_datadir}/nagios/plugins/check_spamd



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.01-7
+ Revision: 2ef3782
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3166 |14cr|nagios-check_syncrepl-20080409-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nagios-check_syncrepl
Version:	20080409
Release:	10
Summary:	Check the open ldap syncrepl
Group:		Networking/Other
License:	BSD
URL:		http://exchange.nagios.org/directory/Plugins/Network-Protocols/LDAP/Openldap-Syncrepl/details
Source0:	check_syncrepl.py
Patch0:     check_syncrepl.py-allow-openldap2.4-CSN-format.patch
Patch1:     check_syncrepl.py-fix-exit-status.patch
Patch2:     check_syncrepl.py-allow-ignore-higher-CSN.patch
Requires:   python-ldap
BuildArch:  noarch

%description
Check the open ldap replication via SYNCREPL and python. 

%prep
%setup -c -T
cp %{SOURCE0} .
%patch0 -p 0
%patch1 -p 0
%patch2 -p 0

%build


%install
install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m 755 check_syncrepl.py %{buildroot}%{_datadir}/nagios/plugins

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_syncrepl.cfg <<'EOF'
define command{
	command_name	check_syncrepl
	command_line	%{_datadir}/nagios/plugins/check_syncrepl.py -q -n $ARG1$ $ARG2$ -b $ARG3$
}
EOF

%files
%{_datadir}/nagios/plugins/check_syncrepl.py
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_syncrepl.cfg

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20080409-10
+ Revision: b8dc0d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3167 |14cr|nagios-check_temperature-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	A Nagios wrapper script around digitemp
Name:		nagios-check_temperature
Version:	1.1
Release:	8
License:	BSD-like
Group:		Networking/Other
URL:		http://www.hoppie.nl/tempsens/
Source0:	http://www.hoppie.nl/tempsens/check_temperature
Requires:	digitemp
Requires:	nagios-plugins
BuildArch:  noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
check_temperature: Nagios wrapper script around digitemp. Used to monitor a
couple of 1-wire temperature sensors and to raise an alarm when one of them
reports a temperature outside a predefined band.

%prep
%setup -q -T -c

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/get_temperature << 'EOF'
#!/bin/bash
#
# get_temperature: polls the temperature sensor array and leaves the
# temperatures in a state file. Called by cron every 5 minutes.

TMPFILE="/tmp/temperature.XXXXXX"
STATEFILE="%{_localstatedir}/lib/temperature/current"
DIGITEMP="%{_bindir}/digitemp"
DIGICONF="%{_sysconfdir}/digitemp.conf"

# error check #1
if ! [ -f \$DIGITEMP ]; then
    echo "\$DIGITEMP does not exist."
    echo "please do \"ln -snf %{_bindir}/digitemp_DS9097 %{_bindir}/digitemp\""
    exit 1
fi

# error check #2
if ! [ -f \$DIGICONF ]; then
    echo "\$DIGICONF does not exist."
    echo "please do \"%{_bindir}/digitemp -i -c \$DIGICONF -s /dev/ttyS0\""
    exit 1
fi

# Abort after first script error.
set -e

# Get a unique temporary tamper-proof file name.
tmp=\$(mktemp \$TMPFILE)

# Create a full poll list of the temperature array. This takes up to
# 5 seconds per sensor, and therefore must be done to a (slowly growing)
# temporary file.
\$DIGITEMP -c \$DIGICONF -a -q > \$tmp
chmod 644 \$tmp

# 'Atomically' move the freshly created state file in place.
mv \$tmp \$STATEFILE
EOF
chmod +x %{buildroot}%{_bindir}/get_temperature

install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m 755 %{SOURCE0} %{buildroot}%{_datadir}/nagios/plugins

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_temperature.cfg <<'EOF'
define command {
        command_name	check_temperature
        command_line	%{_datadir}/nagios/plugins/check_temperature -s $ARG1$ -t $ARG2$ -w $ARG3$ -c $ARG4$
}
EOF

install -d -m 755 %{buildroot}%{_sysconfdir}/cron.d
cat > %{buildroot}%{_sysconfdir}/cron.d/%{name} <<'EOF'
# Poll the temperature sensor array every five minutes.
*/5 * * * * root %{_bindir}/get_temperature

# Append the last poll to the history file after each whole hour.
4 * * * * root cat %{_localstatedir}/lib/temperature/current >> /var/log/temperature.log
EOF

install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<'EOF'
/var/log/temperature.log {
    missingok
    monthly
    compress
}
EOF

install -d -m 755 %{buildroot}%{_localstatedir}/lib/temperature

%if %mdkversion < 200900
%post
/sbin/service nagios condrestart > /dev/null 2>/dev/null || :

%postun
/sbin/service nagios condrestart > /dev/null 2>/dev/null || :
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_temperature.cfg
%config(noreplace) %{_sysconfdir}/cron.d/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_datadir}/nagios/plugins/check_temperature
%{_bindir}/get_temperature
%{_localstatedir}/lib/temperature



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-8
+ Revision: c75ac99
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3168 |14cr|nagios-check_whitelist-0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	Examine and manipulate SpamAssassin's auto-whitelist db
Name:		nagios-check_whitelist
Version:	0
Release:	8
License:	Apache License
Group:		Networking/Other
URL:		http://www.apache.org/
Source0:	http://svn.apache.org/repos/asf/spamassassin/trunk/tools/check_whitelist
Source1:	check_whitelist.cfg
Requires:	nagios-plugins
BuildArch:  noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Check or clean a SpamAssassin auto-whitelist (AWL) database file.

%prep
%setup -q -c -T

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/nagios/plugins
install -m 755 %{SOURCE0} %{buildroot}%{_datadir}/nagios/plugins/

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_whitelist.cfg <<'EOF'
define command {
	command_name    check_whitelist
	command_line    %{_datadir}/nagios/plugins/check_whitelist --clean --min $ARG1$ $ARG2$
}
EOF

%if %mdkversion < 200900
%post
/sbin/service nagios condrestart > /dev/null 2>/dev/null || :

%postun
/sbin/service nagios condrestart > /dev/null 2>/dev/null || :
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_whitelist.cfg
%{_datadir}/nagios/plugins/check_whitelist



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-8
+ Revision: deb6009
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3169 |14cr|nagios-check_x224-9734-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	nagios-check_x224
%define version	9734
%define release	3

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Nagios x224 plugin
Group:		Networking/Other
License:	BSD
URL:		http://exchange.nagios.org/directory/Plugins/Remote-Access/check_x224/details
Source0:	check_x224
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
Checks that the most basic parts of a Remote Desktop connection succeeds.
The Remote Desktop protocol builds on a protocol called x224. This plugin
checks that the initial and most basic parts of a Remote Desktop connection -
the part which is specified by x224 - succeeds. I.e., it does a bit more than a
TCP connection test at port 3389. 

%prep

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m 755 %{SOURCE0} %{buildroot}%{_datadir}/nagios/plugins

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_x224.cfg <<'EOF'
define command {
	command_name    check_x224
	command_line    %{_datadir}/nagios/plugins/check_x224 -H $HOSTADDRESS$
}
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_x224.cfg
%{_datadir}/nagios/plugins/check_x224




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 9734-3
+ Revision: a7ddccd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3170 |14cr|nagios-check_xendomains-20070528-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	nagios-check_xendomains
%define version	20070528
%define release	11

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Nagios Xen plugin
Group:		Networking/Other
License:	BSD
URL:		http://beta.perseverantia.com/devel/?project=nagiosplug
Source0:	http://beta.perseverantia.com/devel/src/plugins/check_xendomains.py
Patch:      check_xendomains-fix-shellbang.patch
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Plugin for Nagios (written in Python to check Xen's state on a remote host. As
for now, it just checks that Xend is running (well, it really checks that
xend-http-server is running) and lists the nodes running on the remote host.

%prep
cp %{SOURCE0} check_xendomains.py
%patch -p0

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m 755 check_xendomains.py %{buildroot}%{_datadir}/nagios/plugins/check_xendomains

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_xendomains.cfg <<'EOF'
define command{
	command_name	check_xendomains
	command_line	%{_datadir}/nagios/plugins/check_xendomains -H $HOSTADDRESS$
}
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/nagios/plugins/check_xendomains
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_xendomains.cfg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20070528-11
+ Revision: 713cae6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3171 |14cr|nagios-check_zone_auth-1.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	nagios-check_zone_auth
%define version	1.12
%define release	3

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Check DNS zones synchronisation
Group:		Networking/Other
License:	BSD
URL:		http://dns.measurement-factory.com/tools/nagios-plugins/check_zone_auth.html
Source0:	http://dns.measurement-factory.com/tools/nagios-plugins/src/check_zone_auth
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
Use this plugin with Nagios to make sure that the authoritative nameservers for
a given zone remain in sync.

%prep

%build


%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m 755 %{SOURCE0} %{buildroot}%{_datadir}/nagios/plugins

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_zone_auth.cfg <<'EOF'
define command{
	command_name	check_zone_auth
	command_line	%{_datadir}/nagios/plugins/check_zone_auth -Z $HOSTADDRESS$
}
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/nagios/plugins/check_zone_auth
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_zone_auth.cfg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12-3
+ Revision: cfe6318
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3172 |14cr|nagios-conf-3.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	This package contains sample configuration for nagios
Name:		nagios-conf
Version:	3.0
Release:	6
License:	GPL
Group:		Networking/Other
URL:		http://www.nagios.org/
Source0:	sample.cfg
Requires:	nagios
Requires:	nagios-check_disk
Requires:	nagios-check_http
Requires:	nagios-check_load
Requires:	nagios-check_ping
Requires:	nagios-check_procs
Requires:	nagios-check_ssh
Requires:	nagios-check_swap
Requires:	nagios-check_users
BuildArch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package contains sample configuration for nagios.

%prep

%setup -q -T -c -n %{name}-%{version}

cp %{SOURCE0} sample.cfg

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/nagios/conf.d

install -m0644 sample.cfg %{buildroot}%{_sysconfdir}/nagios/conf.d/

%post
%{_initrddir}/nagios condrestart >/dev/null 2>&1 || :

%postun
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart >/dev/null 2>&1 || :
fi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/conf.d/sample.cfg




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-6
+ Revision: 67b918f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3173 |14cr|nagiosgraph-1.4.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nagiosgraph
Version:	1.4.3
Release:	5
Summary:	Visualization addon for nagios
License:	GPL
Group:		Networking/WWW
URL:		http://nagiosgraph.sourceforge.net
Source:     http://downloads.sourceforge.net/nagiosgraph/%{name}-%{version}.tar.gz
Patch:      nagiosgraph-1.4.3-fhs.patch
Requires:   nagios
BuildArch:	noarch

%description
Nagiosgraph is an add-on of Nagios. It collects service performance data into
rrd format, and displays the resulting graphs via cgi.

%prep
%setup -q -n %{name}-%{version}
%patch -p 1

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 etc/* %{buildroot}%{_sysconfdir}/%{name}
rm -f %{buildroot}%{_sysconfdir}/%{name}/*.pm

install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/%{name}/lib
install -m 644 etc/ngshared.pm %{buildroot}%{_datadir}/%{name}/lib

install -d -m 755 %{buildroot}%{_datadir}/%{name}/www
install -m 755 cgi/* %{buildroot}%{_datadir}/%{name}/www
install -m 644 share/*.css %{buildroot}%{_datadir}/%{name}/www

install -d -m 755 %{buildroot}%{_datadir}/%{name}/bin
install -m 755 lib/* %{buildroot}%{_datadir}/%{name}/bin

install -d -m 755 %{buildroot}%{_var}/lib/nagiosgraph

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration
Alias /%{name} %{_datadir}/%{name}/www

<Directory %{_datadir}/%{name}/www>
    DirectoryIndex show.cgi
    Options ExecCGI

    Require all granted
</Directory>
EOF

cat > README.urpmi <<EOF
Mandriva RPM specific notes

setup
-----
This software has been modified to comply with FHS:
- all configurations files are located in %{_sysconfdir}/nagiosgraph
EOF

%clean
rm -rf %{buildroot}

%post
%if %mdkversion < 201010
%_post_webapp
%endif
%create_ghostfile /var/log/nagiosgraph.log nagios apache 664


%files
%defattr(-,root,root)
%doc AUTHORS CHANGELOG INSTALL README README.urpmi TODO
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/nagiosgraph
%{_datadir}/%{name}
%attr(-,nagios,nagios) %{_var}/lib/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.3-5
+ Revision: 4b69641
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3174 |14cr|nagios-imagepaks-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Nagios Image Packs
Name:		nagios-imagepaks
Version:	1.0
Release:	6
License:	Open Source
Group:		Networking/WWW
URL:		http://www.nagios.org/download/extras.php
Source0:	http://dl.sourceforge.net/nagios/imagepak-base.tar.gz
Source1:	http://dl.sourceforge.net/nagios/imagepak-bernhard.tar.gz
Source2:	http://dl.sourceforge.net/nagios/imagepak-cook.tar.gz
Source3:	http://dl.sourceforge.net/nagios/imagepak-didier.tar.gz
Source4:	http://dl.sourceforge.net/nagios/imagepak-remus.tar.gz
Source5:	http://dl.sourceforge.net/nagios/imagepak-satrapa.tar.gz
Source6:	http://dl.sourceforge.net/nagios/imagepak-werschler.tar.gz
Source7:	http://glen.alkohol.ee/pld/nagios/imagepak-pld-20050402.4.tar.bz2
Source8:	mandriva.png
Requires:	nagios-www
BuildArch:	noarch
BuildRequires:	imagemagick
BuildRequires:	gd-utils
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%define		_logodir	%{_datadir}/nagios/www/images/logos

%description
Image packs are provided so that you have some colorful OS and device images to
beautify your CGIs in Nagios. Each pack includes GIF, JPEG, PNG, and GD2
versions of each icon.

%prep

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_logodir}/{bernhard,cook}
tar -xz -C %{buildroot}%{_logodir} -f %{SOURCE0}
tar -xz -C %{buildroot}%{_logodir}/bernhard --strip-components=1 -f %{SOURCE1}
tar -xz -C %{buildroot}%{_logodir}/cook -f %{SOURCE2}
tar -xz -C %{buildroot}%{_logodir} -f %{SOURCE3}
tar -xz -C %{buildroot}%{_logodir} -f %{SOURCE4}
tar -xz -C %{buildroot}%{_logodir} -f %{SOURCE5}
tar -xz -C %{buildroot}%{_logodir} -f %{SOURCE6}
tar -xj -C %{buildroot}%{_logodir}/base --strip-components=1 -f %{SOURCE7}

# shiny mandriva icon
install -m 644 %{SOURCE8} %{buildroot}%{_logodir}/base/mandriva.png
convert %{SOURCE8} %{buildroot}%{_logodir}/base/mandriva.gif
convert %{SOURCE8} %{buildroot}%{_logodir}/base/mandriva.jpg
pngtogd2  %{SOURCE8} %{buildroot}%{_logodir}/base/mandriva.gd2 0 1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_logodir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-6
+ Revision: 3e483a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3175 |14cr|nagios-plugins-1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define nsusr nagios
%define nsgrp nagios
%define cmdusr apache
%define cmdgrp apache

Summary:	Host/service/network monitoring program plugins for Nagios
Name:		nagios-plugins
Version:	1.5
Release:	2
License:	GPLv2+
Group:		Monitoring
URL:		http://nagiosplug.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/nagiosplug/%{name}-%{version}.tar.gz
Source101:	check_breeze.cfg
Source102:	check_by_ssh.cfg
Source103:	check_cluster.cfg
Source104:	check_dhcp.cfg
Source105:	check_dig.cfg
Source106:	check_disk.cfg
Source107:	check_disk_smb.cfg
Source108:	check_dns.cfg
Source109:	check_dummy.cfg
Source110:	check_file_age.cfg
Source111:	check_flexlm.cfg
Source112:	check_fping.cfg
Source113:	check_game.cfg
Source114:	check_hpjd.cfg
Source115:	check_http.cfg
Source116:	check_icmp.cfg
Source117:	check_ide_smart.cfg
Source118:	check_ifoperstatus.cfg
Source119:	check_ifstatus.cfg
Source120:	check_ircd.cfg
Source121:	check_ldap.cfg
Source122:	check_load.cfg
Source123:	check_log.cfg
Source124:	check_mailq.cfg
Source127:	check_mysql.cfg
Source128:	check_mysql_query.cfg
Source129:	check_nagios.cfg
Source130:	check_nt.cfg
Source131:	check_ntp.cfg
Source132:	check_ntp_peer.cfg
Source133:	check_ntp_time.cfg
Source134:	check_nwstat.cfg
Source135:	check_oracle.cfg
Source136:	check_overcr.cfg
Source137:	check_pgsql.cfg
Source138:	check_ping.cfg
Source139:	check_procs.cfg
Source140:	check_radius.cfg
Source141:	check_real.cfg
Source142:	check_rpc.cfg
Source143:	check_sensors.cfg
Source144:	check_smtp.cfg
Source145:	check_snmp.cfg
Source146:	check_ssh.cfg
Source147:	check_swap.cfg
Source148:	check_tcp.cfg
Source149:	check_time.cfg
Source150:	check_ups.cfg
Source151:	check_users.cfg
Source152:	check_wave.cfg

Patch6:		nagios-plugins-check_ping-socket-filter-warning.diff
# http://sourceforge.net/tracker/index.php?func=detail&aid=1854415&group_id=29880&atid=397599
Patch21:	nagios-plugins-1.4.15-check_dhcp-roguedhcpservercheck.patch
# http://sourceforge.net/tracker/?func=detail&atid=397599&aid=2430999&group_id=29880
Patch22:	nagios-plugins-1.5-check_ldap_certificate.patch
Patch23:	nagios-plugins-1.5-automake-1.14.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	cvs
BuildRequires:	mysql-devel
BuildRequires:	bind-utils
BuildRequires:	fping
BuildRequires:	gettext-devel
BuildRequires:	libsasl-devel
BuildRequires:	net-snmp-utils
BuildRequires:	ntp
BuildRequires:	nut
BuildRequires:	openldap-devel
BuildRequires:	openssh-clients
BuildRequires:	openssl-devel
BuildRequires:	pam-devel
BuildRequires:	postgresql-devel
BuildRequires:	python
BuildRequires:	radiusclient-ng-devel
BuildRequires:	samba-client
BuildRequires:	shadow-utils
BuildRequires:	traceroute
BuildRequires:	zlib-devel
BuildRequires:	dbi-devel
Epoch:		1

%description
Nagios is a program that will monitor hosts and services on your network, and
to email or page you when a problem arises or is resolved. Nagios runs on a
Unix server as a background or daemon process, intermittently running checks on
various services that you specify. The actual service checks are performed by
separate "plugin" programs which return the status of the checks to Nagios.

This package contains the basic plugins necessary for use with the Nagios
package.  This package should install cleanly on almost any RPM-based system.

%package -n	nagios-check_breeze
Summary:	The check_breeze plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins = %{epoch}:%{version}-%{release}

%description -n	nagios-check_breeze
This plugin reports the signal strength of a Breezecom wireless equipment

%package -n	nagios-check_by_ssh
Summary:	The check_by_ssh plugin for nagios
Group:		Networking/Other
Requires:	nagios-check_disk
Requires:   nagios-plugins

%description -n	nagios-check_by_ssh
This plugin uses SSH to execute commands on a remote host.

%package -n	nagios-check_cluster
Summary:	The check_cluster plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_cluster
This package contains the check_cluster plugin for nagios.

%package -n nagios-check_dbi
Summary:    The check_dbi plugin for nagios
Group:		Networking/Other

%description -n nagios-check_dbi
This package contains the check_dbi plugin for nagios.

%package -n	nagios-check_dhcp
Summary:	The check_dhcp plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_dhcp
This plugin tests the availability of DHCP servers on a network.

%package -n	nagios-check_dig
Summary:	The check_dig plugin for nagios
Group:		Networking/Other
Requires:	bind-utils
Requires:   nagios-plugins

%description -n	nagios-check_dig
This plugin test the DNS service on the specified host using dig

%package -n	nagios-check_disk
Summary:	The check_disk plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_disk
This plugin checks the amount of used disk space on a mounted file system and
generates an alert if free space is less than one of the threshold values

%package -n	nagios-check_disk_smb
Summary:	The check_disk_smb plugin for nagios
Group:		Networking/Other
Requires:	samba-client
Requires:   nagios-plugins = %{epoch}:%{version}-%{release}

%description -n	nagios-check_disk_smb
Perl Check SMB Disk plugin for Nagios

%package -n	nagios-check_dns
Summary:	The check_dns plugin for nagios
Group:		Networking/Other
Requires:	bind-utils
Requires:   nagios-plugins

%description -n	nagios-check_dns
This plugin uses the nslookup program to obtain the IP address for the given
host/domain query. An optional DNS server to use may be specified. If no DNS
server is specified, the default server(s) specified in /etc/resolv.conf will
be used.

%package -n	nagios-check_dummy
Summary:	The check_dummy plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_dummy
This plugin will simply return the state corresponding to the numeric value
of the <state> argument with optional text

%package -n	nagios-check_file_age
Summary:	The check_file_age plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins = %{epoch}:%{version}-%{release}

%description -n	nagios-check_file_age
This package contains the check_file_age plugin for nagios.

%package -n	nagios-check_flexlm
Summary:	The check_flexlm plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins = %{epoch}:%{version}-%{release}

%description -n	nagios-check_flexlm
Check available flexlm license managers.

%package -n	nagios-check_fping
Summary:	The check_fping plugin for nagios
Group:		Networking/Other
Requires:	fping
Requires:   nagios-plugins

%description -n	nagios-check_fping
This plugin will use the fping command to ping the specified host for a fast
check Note that it is necessary to set the suid flag on fping.

%package -n	nagios-check_game
Summary:	The check_game plugin for nagios
Group:		Networking/Other
Requires:	qstat
Requires:   nagios-plugins

%description -n	nagios-check_game
This plugin tests game server connections with the specified host.

%package -n	nagios-check_hpjd
Summary:	The check_hpjd plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Requires:   nagios-plugins

%description -n	nagios-check_hpjd
This plugin tests the STATUS of an HP printer with a JetDirect card. Net-snmp
must be installed on the computer running the plugin.

%package -n	nagios-check_http
Summary:	The check_http plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_http
This plugin tests the HTTP service on the specified host. It can test normal
(http) and secure (https) servers, follow redirects, search for strings and
regular expressions, check connection times, and report on certificate
expiration times.

%package -n	nagios-check_icmp
Summary:	The check_icmp plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_icmp
This package contains the check_icmp plugin for nagios.

%package -n	nagios-check_ide_smart
Summary:	The check_ide_smart plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_ide_smart
This plugin checks a local hard drive with the (Linux specific) SMART interface
[http://smartlinux.sourceforge.net/smart/index.php].

%package -n	nagios-check_ifoperstatus
Summary:	The check_ifoperstatus plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins = %{epoch}:%{version}-%{release}

%description -n	nagios-check_ifoperstatus
check_ifoperstatus plugin for Nagios monitors operational status of a
particular network interface on the target host.

%package -n	nagios-check_ifstatus
Summary:	The check_ifstatus plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins = %{epoch}:%{version}-%{release}

%description -n	nagios-check_ifstatus
check_ifstatus plugin for Nagios monitors operational status of each network
interface on the target host.

%package -n	nagios-check_ircd
Summary:	The check_ircd plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins = %{epoch}:%{version}-%{release}

%description -n	nagios-check_ircd
Perl Check IRCD plugin for Nagios

%package -n	nagios-check_ldap
Summary:	The check_ldap plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_ldap
This package contains the check_ldap plugin for nagios.

%package -n	nagios-check_load
Summary:	The check_load plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_load
This plugin tests the current system load average.

%package -n	nagios-check_log
Summary:	The check_log plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins = %{epoch}:%{version}-%{release}

%description -n	nagios-check_log
Log file pattern detector plugin for Nagios

%package -n	nagios-check_mailq
Summary:	The check_mailq plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins = %{epoch}:%{version}-%{release}

%description -n	nagios-check_mailq
Checks the number of messages in the mail queue (supports multiple sendmail
queues, qmail)

%package -n	nagios-check_mysql
Summary:	The check_mysql plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_mysql
This program tests connections to a mysql server.

%package -n	nagios-check_mysql_query
Summary:	The check_mysql_query plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_mysql_query
This program checks a query result against threshold levels.

%package -n	nagios-check_nagios
Summary:	The check_nagios plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_nagios
This plugin checks the status of the Nagios process on the local machine. The
plugin will check to make sure the Nagios status log is no older than the
number of minutes specified by the expires option. It also checks the process
table for a process matching the command argument.

%package -n	nagios-check_nt
Summary:	The check_nt plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_nt
This plugin collects data from the NSClient service running on a Windows(tm)
NT/2000/XP/2003 server.

%package -n	nagios-check_ntp
Summary:	The check_ntp plugin for nagios
Group:		Networking/Other
Requires:	ntp
Requires:   nagios-plugins

%description -n	nagios-check_ntp
This plugin checks the selected ntp server.

%package -n	nagios-check_ntp_peer
Summary:	The check_ntp_peer plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_ntp_peer
This plugin checks the selected ntp server.

%package -n	nagios-check_ntp_time
Summary:	The check_ntp_time plugin for nagios
Group:		Networking/Other
Requires:	ntp
Requires:   nagios-plugins

%description -n	nagios-check_ntp_time
This plugin checks the clock offset with the ntp server.

%package -n	nagios-check_nwstat
Summary:	The check_nwstat plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_nwstat
This plugin attempts to contact the MRTGEXT NLM running on a Novell server
to gather the requested system information.

%package -n	nagios-check_oracle
Summary:	The check_oracle plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins = %{epoch}:%{version}-%{release}

%description -n	nagios-check_oracle
Check Oracle status.

%package -n	nagios-check_overcr
Summary:	The check_overcr plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_overcr
This plugin attempts to contact the Over-CR collector daemon running on the
remote UNIX server in order to gather the requested system information.

%package -n	nagios-check_pgsql
Summary:	The check_pgsql plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_pgsql
Test whether a PostgreSQL Database is accepting connections.

%package -n	nagios-check_ping
Summary:	The check_ping plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_ping
Use ping to check connection statistics for a remote host.

%package -n	nagios-check_procs
Summary:	The check_procs plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_procs
Checks all processes and generates WARNING or CRITICAL states if the specified
metric is outside the required threshold ranges. The metric defaults to number
of processes.  Search filters can be applied to limit the processes to check.

%package -n	nagios-check_radius
Summary:	The check_radius plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_radius
Tests to see if a radius server is accepting connections.

%package -n	nagios-check_real
Summary:	The check_real plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_real
This plugin tests the REAL service on the specified host.

%package -n	nagios-check_rpc
Summary:	The check_rpc plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins = %{epoch}:%{version}-%{release}

%description -n	nagios-check_rpc
Check if a rpc service is registered and running using:
rpcinfo -H host -C rpc_command 

%package -n	nagios-check_sensors
Summary:	The check_sensors plugin for nagios
Group:		Networking/Other
Requires:	lm_sensors
Requires:   nagios-plugins = %{epoch}:%{version}-%{release}

%description -n	nagios-check_sensors
This plugin checks hardware status using the lm_sensors package.

%package -n	nagios-check_smtp
Summary:	The check_smtp plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_smtp
This plugin will attempt to open an SMTP connection with the host.

%package -n	nagios-check_snmp
Summary:	The check_snmp plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Requires:   nagios-plugins

%description -n	nagios-check_snmp
Check status of remote machines and obtain sustem information via SNMP.

%package -n	nagios-check_ssh
Summary:	The check_ssh plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_ssh
Try to connect to an SSH server at specified server and port.

%package -n	nagios-check_swap
Summary:	The check_swap plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_swap
Check swap space on local machine.

%package -n	nagios-check_tcp
Summary:	The check_tcp plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_tcp
This plugin tests TCP connections with the specified host (or unix socket).

%package -n	nagios-check_time
Summary:	The check_time plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_time
This plugin will check the time on the specified host.

%package -n	nagios-check_ups
Summary:	The check_ups plugin for nagios
Group:		Networking/Other
Requires:	nut
Requires:   nagios-plugins

%description -n	nagios-check_ups
This plugin tests the UPS service on the specified host.Network UPS Tools 
from www.networkupstools.org must be running for thisplugin to work.

%package -n	nagios-check_users
Summary:	The check_users plugin for nagios
Group:		Networking/Other
Requires:   nagios-plugins

%description -n	nagios-check_users
This plugin checks the number of users currently logged in on the local
system and generates an error if the number exceeds the thresholds specified.

%package -n	nagios-check_wave
Summary:	The check_wave plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins = %{epoch}:%{version}-%{release}

%description -n	nagios-check_wave
This package contains the check_wave plugin for nagios.

%prep
%setup -q
%patch6 -p0
%patch21 -p1
%patch22 -p1
%patch23 -p1

%build
autoreconf -fi

export PATH_TO_DIG=/usr/bin/dig
export PATH_TO_FPING=/bin/fping
export PATH_TO_HOST=/usr/bin/host
export PATH_TO_LMSTAT=
export PATH_TO_LSPS=
export PATH_TO_MAILQ=/usr/bin/mailq
export PATH_TO_NSLOOKUP=/usr/bin/nslookup
export PATH_TO_PING=/bin/ping
export PATH_TO_PING6=/usr/bin/ping6
export PATH_TO_PS=/bin/ps
export PATH_TO_QMAIL_QSTAT=/var/qmail/bin/qmail-qstat
export PATH_TO_QSTAT=/usr/bin/qstat-quake
export PATH_TO_QUAKESTAT=
export PATH_TO_RPCINFO=/usr/sbin/rpcinfo
export PATH_TO_SMBCLIENT=/usr/bin/smbclient
export PATH_TO_SNMPGET=/usr/bin/snmpget
export PATH_TO_SNMPGETNEXT=/usr/bin/snmpgetnext
export PATH_TO_SSH=/usr/bin/ssh
export PATH_TO_SWAP=
export PATH_TO_SWAPINFO=
export PATH_TO_UPTIME=/usr/bin/uptime
export PATH_TO_WHO=/usr/bin/who

%serverbuild

%configure2_5x \
    --libexecdir=%{_libdir}/nagios/plugins \
    --disable-rpath \
    --with-cgiurl=/nagios/cgi-bin \
    --with-trusted-path="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" \
    --with-openssl=%{_prefix} \
    --with-pgsql=%{_prefix} \
    --with-mysql=%{_prefix} \
    --with-ping-command="/bin/ping -n -U -w %d -c %d %s" \
    --with-ping6-command="%{_bindir}/ping6 -n -U -w %d -c %d %s" \
    --with-ps-command="/bin/ps axwo 'stat uid pid ppid vsz rss pcpu etime comm args'" \
    --with-ps-format="%s %d %d %d %d %d %f %s %s %n" \
    --with-ps-varlist='procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,&procetime,procprog,&pos' \
    --with-ps-cols=10 \
    --with-ipv6

find . -type f -name "Makefile" -exec /usr/bin/perl -pi -e "s|-L/usr/lib|-L%{_libdir}|g" \{\} \;

# anti recheck hack
touch *

export CPPFLAGS="-I%{_includedir}/ldap -I%{_includedir}/mysql -I%{_includedir}/pgsql -I%{_includedir}/openssl"

make

make -C plugins \
    check_ide_smart check_ldap check_pgsql check_radius

%install
install -d -m0755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
%makeinstall_std MKDIR_P="/bin/mkdir -p"

install -m0755 plugins/check_pgsql %{buildroot}%{_libdir}/nagios/plugins/
install -m0755 plugins/check_radius %{buildroot}%{_libdir}/nagios/plugins/
install -m0755 plugins/check_ide_smart %{buildroot}%{_libdir}/nagios/plugins/
install -m0755 plugins-root/check_dhcp %{buildroot}%{_libdir}/nagios/plugins/
install -m0755 plugins-root/check_icmp %{buildroot}%{_libdir}/nagios/plugins/

# magic by anssi
pushd %{buildroot}%{_sysconfdir}/nagios/plugins.d
%{expand:%(for i in {101..124}; do echo "install -m 644 %%SOURCE$i ."; done)}
%{expand:%(for i in {127..152}; do echo "install -m 644 %%SOURCE$i ."; done)}
popd

perl -pi -e 's|\@libexecdir\@|%{_libdir}/nagios/plugins|g' \
    %{buildroot}%{_sysconfdir}/nagios/plugins.d/*

# fix bad paths (again!)
for i in check_breeze check_disk_smb check_file_age check_flexlm check_ifoperstatus \
    check_ifstatus check_ircd check_mailq check_ntp check_rpc check_wave; do
    perl -pi -e "s|\"nagios/plugins\"|\"%{_libdir}/nagios/plugins\"|g" \
    %{buildroot}%{_libdir}/nagios/plugins/$i
done

%find_lang %{name}

# make noarch pluginds installable under %{_datadir} also
install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
pushd %{buildroot}%{_datadir}/nagios/plugins
ln -sf ../../../%{_lib}/nagios/plugins/utils.pm .
ln -sf ../../../%{_lib}/nagios/plugins/utils.sh .
popd

# delete unusable plugins
rm -f %{buildroot}%{_libdir}/nagios/plugins/check_apt
rm -f %{buildroot}%{_libdir}/nagios/plugins/check_mrtg
rm -f %{buildroot}%{_libdir}/nagios/plugins/check_mrtgtraf

%pre
%{_sbindir}/useradd -r -M -s /bin/sh -d /var/log/nagios -c "system user for %{nsusr}" %{nsusr} >/dev/null 2>&1 || :
%{_bindir}/gpasswd -a %{cmdusr} %{nsgrp} >/dev/null 2>&1 || :

%postun
%_postun_userdel %{nsusr}

%files -f %{name}.lang
%doc AUTHORS CODING ChangeLog FAQ LEGAL NEWS README* REQUIREMENTS SUPPORT
%dir %{_libdir}/nagios
%dir %{_libdir}/nagios/plugins
%{_libdir}/nagios/plugins/negate
%{_libdir}/nagios/plugins/urlize
%{_libdir}/nagios/plugins/utils.pm
%{_libdir}/nagios/plugins/utils.sh
%{_datadir}/nagios/plugins

%files -n nagios-check_breeze
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_breeze.cfg
%{_libdir}/nagios/plugins/check_breeze

%files -n nagios-check_by_ssh
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_by_ssh.cfg
%{_libdir}/nagios/plugins/check_by_ssh

%files -n nagios-check_cluster
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_cluster.cfg
%{_libdir}/nagios/plugins/check_cluster

%files -n nagios-check_dbi
%{_libdir}/nagios/plugins/check_dbi

%files -n nagios-check_dhcp
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_dhcp.cfg
%attr(4550,root,nagios) %{_libdir}/nagios/plugins/check_dhcp

%files -n nagios-check_dig
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_dig.cfg
%{_libdir}/nagios/plugins/check_dig

%files -n nagios-check_disk
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_disk.cfg
%{_libdir}/nagios/plugins/check_disk

%files -n nagios-check_disk_smb
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_disk_smb.cfg
%{_libdir}/nagios/plugins/check_disk_smb

%files -n nagios-check_dns
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_dns.cfg
%{_libdir}/nagios/plugins/check_dns

%files -n nagios-check_dummy
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_dummy.cfg
%{_libdir}/nagios/plugins/check_dummy

%files -n nagios-check_file_age
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_file_age.cfg
%{_libdir}/nagios/plugins/check_file_age

%files -n nagios-check_flexlm
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_flexlm.cfg
%{_libdir}/nagios/plugins/check_flexlm

%files -n nagios-check_fping
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_fping.cfg
%{_libdir}/nagios/plugins/check_fping

%files -n nagios-check_game
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_game.cfg
%{_libdir}/nagios/plugins/check_game

%files -n nagios-check_hpjd
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_hpjd.cfg
%{_libdir}/nagios/plugins/check_hpjd

%files -n nagios-check_http
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_http.cfg
%{_libdir}/nagios/plugins/check_http

%files -n nagios-check_icmp
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_icmp.cfg
%attr(4550,root,nagios) %{_libdir}/nagios/plugins/check_icmp

%files -n nagios-check_ide_smart
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ide_smart.cfg
%{_libdir}/nagios/plugins/check_ide_smart

%files -n nagios-check_ifoperstatus
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ifoperstatus.cfg
%{_libdir}/nagios/plugins/check_ifoperstatus

%files -n nagios-check_ifstatus
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ifstatus.cfg
%{_libdir}/nagios/plugins/check_ifstatus

%files -n nagios-check_ircd
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ircd.cfg
%{_libdir}/nagios/plugins/check_ircd

%files -n nagios-check_ldap
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ldap.cfg
%{_libdir}/nagios/plugins/check_ldap
%{_libdir}/nagios/plugins/check_ldaps

%files -n nagios-check_load
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_load.cfg
%{_libdir}/nagios/plugins/check_load

%files -n nagios-check_log
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_log.cfg
%{_libdir}/nagios/plugins/check_log

%files -n nagios-check_mailq
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_mailq.cfg
%{_libdir}/nagios/plugins/check_mailq

%files -n nagios-check_mysql
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_mysql.cfg
%{_libdir}/nagios/plugins/check_mysql

%files -n nagios-check_mysql_query
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_mysql_query.cfg
%{_libdir}/nagios/plugins/check_mysql_query

%files -n nagios-check_nagios
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_nagios.cfg
%{_libdir}/nagios/plugins/check_nagios

%files -n nagios-check_nt
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_nt.cfg
%{_libdir}/nagios/plugins/check_nt

%files -n nagios-check_ntp
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ntp.cfg
%{_libdir}/nagios/plugins/check_ntp

%files -n nagios-check_ntp_peer
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ntp_peer.cfg
%{_libdir}/nagios/plugins/check_ntp_peer

%files -n nagios-check_ntp_time
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ntp_time.cfg
%{_libdir}/nagios/plugins/check_ntp_time

%files -n nagios-check_nwstat
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_nwstat.cfg
%{_libdir}/nagios/plugins/check_nwstat

%files -n nagios-check_oracle
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_oracle.cfg
%{_libdir}/nagios/plugins/check_oracle

%files -n nagios-check_overcr
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_overcr.cfg
%{_libdir}/nagios/plugins/check_overcr

%files -n nagios-check_pgsql
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_pgsql.cfg
%{_libdir}/nagios/plugins/check_pgsql

%files -n nagios-check_ping
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ping.cfg
%{_libdir}/nagios/plugins/check_ping

%files -n nagios-check_procs
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_procs.cfg
%{_libdir}/nagios/plugins/check_procs

%files -n nagios-check_radius
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_radius.cfg
%{_libdir}/nagios/plugins/check_radius

%files -n nagios-check_real
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_real.cfg
%{_libdir}/nagios/plugins/check_real

%files -n nagios-check_rpc
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_rpc.cfg
%{_libdir}/nagios/plugins/check_rpc

%files -n nagios-check_sensors
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_sensors.cfg
%{_libdir}/nagios/plugins/check_sensors

%files -n nagios-check_smtp
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_smtp.cfg
%{_libdir}/nagios/plugins/check_smtp

%files -n nagios-check_snmp
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_snmp.cfg
%{_libdir}/nagios/plugins/check_snmp

%files -n nagios-check_ssh
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ssh.cfg
%{_libdir}/nagios/plugins/check_ssh

%files -n nagios-check_swap
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_swap.cfg
%{_libdir}/nagios/plugins/check_swap

%files -n nagios-check_tcp
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_tcp.cfg
%{_libdir}/nagios/plugins/check_tcp
%{_libdir}/nagios/plugins/check_imap
%{_libdir}/nagios/plugins/check_spop
%{_libdir}/nagios/plugins/check_simap
%{_libdir}/nagios/plugins/check_udp
%{_libdir}/nagios/plugins/check_pop
%{_libdir}/nagios/plugins/check_nntp
%{_libdir}/nagios/plugins/check_jabber
%{_libdir}/nagios/plugins/check_clamd
%{_libdir}/nagios/plugins/check_ftp
%{_libdir}/nagios/plugins/check_ssmtp
%{_libdir}/nagios/plugins/check_nntps

%files -n nagios-check_time
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_time.cfg
%{_libdir}/nagios/plugins/check_time

%files -n nagios-check_ups
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ups.cfg
%{_libdir}/nagios/plugins/check_ups

%files -n nagios-check_users
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_users.cfg
%{_libdir}/nagios/plugins/check_users

%files -n nagios-check_wave
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_wave.cfg
%{_libdir}/nagios/plugins/check_wave

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.5-2
+ Revision: 6061034
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3176 |14cr|nagios-rad_eap_test-0.23-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    nagios-rad_eap_test
%define version 0.23
%define release 3

Name:       %{name}
Version:    %{version}
Release:    %{release}
Summary:    Nagios compatible shell script used for testing radius EAP methods
Group:      Networking/Other
License:    BSD
URL:        http://wiki.eduroam.cz/rad_eap_test/
Source:     http://wiki.eduroam.cz/rad_eap_test/rad_eap_test-%{version}.tar.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
rad_eap_test is used to test availability of radius servers in monitoring
solutions as nagios. rad_eap_test is only wrapper shell script around
eapol_test from wpa_supplicant project. rad_eap_test  generates configuration
for eapol_test, runs it and after processing eapol_test messages returns status
code. Status code is processed by monitoring tools as nagios.

%prep
%setup -q -n rad_eap_test-%{version}

# fix eapol_test location
perl -pi -e 's|EAPOL_PROG=.*|EAPOL_PROG=%{_sbindir}/eapol_test|' rad_eap_test

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
install -m 755 rad_eap_test %{buildroot}%{_datadir}/nagios/plugins

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/rad_eap_test.cfg <<'EOF'
define command {
	command_name    rad_eap_test
	command_line    %{_datadir}/nagios/plugins/rad_eap_test -H $HOSTADDRESS$
}
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog COPYING README doc
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/rad_eap_test.cfg
%{_datadir}/nagios/plugins/rad_eap_test




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23-3
+ Revision: 050292b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3177 |14cr|nagios-snmp-plugins-1.1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plugins for Nagios to monitor remote disk and processes via SNMP
Name:		nagios-snmp-plugins
Version:	1.1.1
Release:	8
License:	GPL
Group:		Networking/Other
URL:		http://nagios.manubulon.com/
Source0:	http://nagios.manubulon.com/%{name}.%{version}.tgz
Source1:	ftp://ftp.hometree.net/pub/nagios-snmp-plugins/nagios-snmp-plugins-1.2.tar.gz
Source2:	check_snmp_disk.cfg
Source3:	check_snmp_proc.cfg
Source4:	check_snmp_boostedge.cfg
Source5:	check_snmp_cpfw.cfg
Source6:	check_snmp_css.cfg
Source7:	check_snmp_css_main.cfg
Source8:	check_snmp_env.cfg
Source9:	check_snmp_int.cfg
Source10:	check_snmp_linkproof_nhr.cfg
Source11:	check_snmp_load.cfg
Source12:	check_snmp_mem.cfg
Source13:	check_snmp_nsbox.cfg
Source14:	check_snmp_process.cfg
Source15:	check_snmp_storage.cfg
Source16:	check_snmp_vrrp.cfg
Source17:	check_snmp_win.cfg
Patch0:		nagios-snmp-plugins-1.0-gcc4.diff
Patch1:		nagios-snmp-plugins-format-report.patch
Requires:	nagios
BuildRequires:	net-snmp-devel
BuildRequires:	openssl-devel
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
These plugins allow you to monitor disk space, processes and a lot of other 
stuff on a remote machine via SNMP.

%package -n	nagios-check_snmp_disk
Summary:	The check_snmp_disk plugin for nagios
Group:		Networking/Other
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_disk
Checks the disks for a given host via snmp and the ucd snmp interface.

%package -n	nagios-check_snmp_proc
Summary:	The check_snmp_proc plugin for nagios
Group:		Networking/Other
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_proc
Checks the running processes for a given host via snmp and the ucd snmp
interface.

%package -n	nagios-check_snmp_boostedge
Summary:	The check_snmp_boostedge plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_boostedge
SNMP Boostedge service monitor for Nagios.

%package -n	nagios-check_snmp_cpfw
Summary:	The check_snmp_cpfw plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_cpfw
SNMP Checkpoint FW-1 Monitor for Nagios.

%package -n	nagios-check_snmp_css_main
Summary:	The check_snmp_css_main plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_css_main
SNMP Cisco CSS monitor MAIN script for Nagios.

%package -n	nagios-check_snmp_css
Summary:	The check_snmp_css plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_css
SNMP Cisco CSS monitor for Nagios.


%package -n	nagios-check_snmp_env
Summary:	The check_snmp_env plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_env
SNMP environmental Monitor for Nagios.

%package -n	nagios-check_snmp_int
Summary:	The check_snmp_int plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_int
SNMP Network Interface Monitor for Nagios.

%package -n	nagios-check_snmp_linkproof_nhr
Summary:	The check_snmp_linkproof_nhr plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_linkproof_nhr
SNMP Radware Linkproof NHR monitor for Nagios.

%package -n	nagios-check_snmp_load
Summary:	The check_snmp_load plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_load
SNMP Load & CPU Monitor for Nagios.

%package -n	nagios-check_snmp_mem
Summary:	The check_snmp_mem plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_mem
SNMP Memory Monitor for Nagios.

%package -n	nagios-check_snmp_nsbox
Summary:	The check_snmp_nsbox plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_nsbox
SNMP NetSecureOne Netbox monitor for Nagios.

%package -n	nagios-check_snmp_process
Summary:	The check_snmp_process plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_process
SNMP Process Monitor for Nagios.

%package -n	nagios-check_snmp_storage
Summary:	The check_snmp_storage plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_storage
SNMP Disk Monitor for Nagios.

%package -n	nagios-check_snmp_win
Summary:	The check_snmp_win plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_win
SNMP Windows Monitor for Nagios.

%package -n	nagios-check_snmp_vrrp
Summary:	The check_snmp_vrrp plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Conflicts:	nagios-snmp-plugins < 1.1

%description -n	nagios-check_snmp_vrrp
SNMP VRRP Monitor for Nagios.

%prep

%setup -q -n nagios_plugins -a1

mkdir plugins.d
# magic by anssi
pushd plugins.d; %{expand:%(for i in {2..17}; do echo "cp %%SOURCE$i ."; done)}; popd

# fix strange perms
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

perl -pi -e "s|^use lib \"/usr/local/nagios/libexec\"|use lib \"%{_libdir}/nagios/plugins\"|g" *.pl

%build

pushd nagios-snmp-plugins-1.2
#export WANT_AUTOCONF_2_5="1"
#libtoolize --copy --force; aclocal; autoheader; automake --copy --add-missing; autoconf

sh ./build.sh

%configure2_5x

%make
popd

perl -pi -e "s|\@libexecdir\@|%{_libdir}/nagios/plugins|g" plugins.d/*.cfg

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/nagios/plugins.d
install -d %{buildroot}%{_libdir}/nagios/plugins

pushd nagios-snmp-plugins-1.2
    install -m0755 check_snmp_disk %{buildroot}%{_libdir}/nagios/plugins/
    install -m0755 check_snmp_proc %{buildroot}%{_libdir}/nagios/plugins/
popd

cp nagios-snmp-plugins-1.2/README README.nagios-snmp-plugins-1.2
cp nagios-snmp-plugins-1.2/AUTHORS AUTHORS.nagios-snmp-plugins-1.2
cp nagios-snmp-plugins-1.2/NEWS NEWS.nagios-snmp-plugins-1.2

# binaries
install -m0644 plugins.d/check_snmp_disk.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_disk.cfg
install -m0644 plugins.d/check_snmp_proc.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_proc.cfg

# scripts
install -m0755 *.pl %{buildroot}%{_libdir}/nagios/plugins/

# config
install -m0644 plugins.d/check_snmp_boostedge.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_boostedge.cfg
install -m0644 plugins.d/check_snmp_cpfw.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_cpfw.cfg
install -m0644 plugins.d/check_snmp_css_main.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_css_main.cfg
install -m0644 plugins.d/check_snmp_css.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_css.cfg
install -m0644 plugins.d/check_snmp_env.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_env.cfg
install -m0644 plugins.d/check_snmp_int.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_int.cfg
install -m0644 plugins.d/check_snmp_linkproof_nhr.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_linkproof_nhr.cfg
install -m0644 plugins.d/check_snmp_load.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_load.cfg
install -m0644 plugins.d/check_snmp_mem.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_mem.cfg
install -m0644 plugins.d/check_snmp_nsbox.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_nsbox.cfg
install -m0644 plugins.d/check_snmp_process.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_process.cfg
install -m0644 plugins.d/check_snmp_storage.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_storage.cfg
install -m0644 plugins.d/check_snmp_win.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_win.cfg
install -m0644 plugins.d/check_snmp_vrrp.cfg %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_snmp_vrrp.cfg

%post -n nagios-check_snmp_disk
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_disk
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_proc
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_proc
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_boostedge
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_boostedge
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_cpfw
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_cpfw
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_css_main
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_css_main
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_css
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_css
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_env
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_env
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_int
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_int
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_linkproof_nhr
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_linkproof_nhr
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_load
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_load
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_mem
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_mem
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_nsbox
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_nsbox
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_process
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_process
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_storage
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_storage
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_win
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_win
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%post -n nagios-check_snmp_vrrp
%{_initrddir}/nagios condrestart > /dev/null 2>&1 || :

%postun -n nagios-check_snmp_vrrp
if [ "$1" = "0" ]; then
    %{_initrddir}/nagios condrestart > /dev/null 2>&1 || :
fi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Changelog LICENSE README* AUTHORS* NEWS* doc/*

%files -n nagios-check_snmp_disk
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_disk.cfg
%{_libdir}/nagios/plugins/check_snmp_disk

%files -n nagios-check_snmp_proc
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_proc.cfg
%{_libdir}/nagios/plugins/check_snmp_proc

%files -n nagios-check_snmp_boostedge
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_boostedge.cfg
%{_libdir}/nagios/plugins/check_snmp_boostedge.pl

%files -n nagios-check_snmp_cpfw
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_cpfw.cfg
%{_libdir}/nagios/plugins/check_snmp_cpfw.pl

%files -n nagios-check_snmp_css_main
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_css_main.cfg
%{_libdir}/nagios/plugins/check_snmp_css_main.pl

%files -n nagios-check_snmp_css
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_css.cfg
%{_libdir}/nagios/plugins/check_snmp_css.pl

%files -n nagios-check_snmp_env
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_env.cfg
%{_libdir}/nagios/plugins/check_snmp_env.pl

%files -n nagios-check_snmp_int
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_int.cfg
%{_libdir}/nagios/plugins/check_snmp_int.pl

%files -n nagios-check_snmp_linkproof_nhr
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_linkproof_nhr.cfg
%{_libdir}/nagios/plugins/check_snmp_linkproof_nhr.pl

%files -n nagios-check_snmp_load
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_load.cfg
%{_libdir}/nagios/plugins/check_snmp_load.pl

%files -n nagios-check_snmp_mem
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_mem.cfg
%{_libdir}/nagios/plugins/check_snmp_mem.pl

%files -n nagios-check_snmp_nsbox
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_nsbox.cfg
%{_libdir}/nagios/plugins/check_snmp_nsbox.pl


%files -n nagios-check_snmp_process
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_process.cfg
%{_libdir}/nagios/plugins/check_snmp_process.pl

%files -n nagios-check_snmp_storage
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_storage.cfg
%{_libdir}/nagios/plugins/check_snmp_storage.pl

%files -n nagios-check_snmp_win
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_win.cfg
%{_libdir}/nagios/plugins/check_snmp_win.pl

%files -n nagios-check_snmp_vrrp
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nagios/plugins.d/check_snmp_vrrp.cfg
%{_libdir}/nagios/plugins/check_snmp_vrrp.pl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-8
+ Revision: 8053eb4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3178 |14cr|nagios-theme-nuvola-1.0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nagios-theme-nuvola
Version:	1.0.3
Release:	9
Summary:	Nagios Nuvola Style
License:	LGPL / Free (dtree)
Group:		Networking/Other
URL:		http://exchange.nagios.org/directory/Addons/Frontends-(GUIs-and-CLIs)/Web-Interfaces/Themes-and-Skins/Nuvola-Style/details
Source0:	nagios-nuvola-%{version}.tar.gz
Patch0:		nagios-nuvola-1.0.3-favicon.patch
BuildRequires:	sed >= 4.0
Requires:	nagios-www >= 2.9
Provides:	nagios-theme
Conflicts:	nagios-theme-default
BuildArch:	noarch

%description
Complete Nagios Style (Menu, Icons, Stylesheets, Images) for Nagios 2.0.

Style had been updated to version 1.0 with the free DTree menu.

This is a complete image pack, menu and stylesheets for Nagios 2.0. Icons are
from the Nuvola KDE theme (http://www.icon-king.com/)

%prep
%setup -q -c
%patch0 -p1

%install
install -d %{buildroot}%{_datadir}/nagios/www
cp -a html/* %{buildroot}%{_datadir}/nagios/www

%files
%doc *.txt
# well. should add it to /etc/nagios, but that means need  to enable FollowSymLinks directive in apache
%config(noreplace) %{_datadir}/nagios/www/config.js
%{_datadir}/nagios/www/*.html
%{_datadir}/nagios/www/images/*
%{_datadir}/nagios/www/stylesheets/*
%{_datadir}/nagios/www/side

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-9
+ Revision: 117a3a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3179 |14cr|nagisa-keyboard-0.0.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A software keyboard for SCIM
Name:		nagisa-keyboard
Version:	0.0.1
Release:	10
License:	GPLv2+
Group:		System/Internationalization
Url:		http://nop.net-p.org/modules/pukiwiki/index.php?%5B%5Bnagisa%5D%5D
Source0:	nagisa-%{version}.tar.bz2
Source10:	%{name}.rpmlintrc
Requires:	scim
BuildRequires:	qt3-devel
BuildRequires:	scim-devel

%description
Nagisa is a software keyboard for SCIM.

%files
%doc COPYING
%{_bindir}/*
%{_datadir}/nagisa/*

#----------------------------------------------------------------------------

%prep
%setup -q -n nagisa-%{version}

%build
%qmake_qt3 "PREFIX=/usr"
make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/nagisa/

pushd src
	cp -f *.xml %{buildroot}%{_datadir}/nagisa/
	cp -f *.qm %{buildroot}%{_datadir}/nagisa/
	cp -f nagisa %{buildroot}%{_bindir}
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-10
+ Revision: 6a6d898
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3180 |14cr|nagvis-1.5.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nagvis
Version:	1.5.9
Release:	5
Summary:	Visualization addon for nagios
License:	GPL
Group:		Networking/WWW
URL:		http://nagvis.org
Source:     http://downloads.sourceforge.net/nagvis/%{name}-%{version}.tar.gz
Requires:   mod_php
Requires:   php-xml
Requires:   php-gd
Requires:   php-mbstring
Requires:   php-sockets
Requires:   php-gettext
Requires:   php-session
Requires:   php-pdo_sqlite
Requires:   php-ZendFramework
Requires:   graphviz
BuildArch:	noarch

%description
NagVis is a visualization addon for the well known network managment system
Nagios. NagVis can be used to visualize Nagios Data, e.g. to display IT
processes like a mail system or a network infrastructure.

%prep
%setup -q -n %{name}-%{version}

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -r share %{buildroot}%{_datadir}/%{name}
cp -r docs %{buildroot}%{_datadir}/%{name}/share

cmp() {
	cat $1 | sed 's#\(var\)\s*\(\S*\)\s*=\s*#\1 \2=#;s#^\s*##;s#\s*$##;s#\t+# #g' | awk '
	BEGIN { OK=1; braces=0 }
	{
		# Remove /* */ one line comments
		sub(/\/\*[^@]*\*\//,"");
		# Remove // comments (line beginning)
		sub(/^\/\/.*/,"");
		
		# Count braces
		anz1 = gsub(/\{/,"{");
		anz2 = gsub(/}/,"}");
		
		if (OK == 1) {
			braces += anz1;
			braces -= anz2;
		}
	}
	/\/\*/ {
		c = gsub(/\/\*[^@]*$/,"");
		if(c > 0) {
			OK=0;
		}
	}
	/\*\/$/ {
		c = gsub(/^[^@]*\*\//,"");
		if(c > 0) {
			OK=1;
		}
	}
	{
		line = $0;
		#anz = gsub(/function/," function");
		#ch = substr(line,length(line));
		if (OK == 1) {
			if (length(line) > 0) {
				#if (ch == "}") {
				#	if (braces == 0) {
				#		if (length(line) > 0) {
				#			print line
				#		}
				#		line = ""
				#	}
				#}
				#line = line $0;
				
				print line;
			}
		}
	}
	' >> $OUT
}




pushd %{buildroot}%{_datadir}/%{name}/share/frontend/nagvis-js/js/
	OUT=NagVisCompressed.js
	>$OUT
	cmp ExtStacktrace.js
	cmp nagvis.js
	cmp popupWindow.js
	cmp ExtBase.js
	cmp frontendMessage.js
	cmp frontendEventlog.js
	cmp frontendHover.js
	cmp hover.js
	cmp frontendContext.js
	cmp ajax.js
	cmp dynfavicon.js
	cmp frontend.js
	cmp lines.js
	cmp NagVisObject.js
	cmp NagVisStatefulObject.js
	cmp NagVisStatelessObject.js
	cmp NagVisHost.js
	cmp NagVisService.js
	cmp NagVisHostgroup.js
	cmp NagVisServicegroup.js
	cmp NagVisMap.js
	cmp NagVisShape.js
	cmp NagVisLine.js
	cmp NagVisTextbox.js
	cmp NagVisRotation.js
	cmp wz_jsgraphics.js
popd

pushd %{buildroot}%{_datadir}/%{name}/share/frontend/wui/js/
	OUT=WuiCompressed.js
	>$OUT
	cmp wui.js
	cmp ajax.js
	cmp addmodify.js
	cmp EditMainCfg.js
	cmp ManageBackgrounds.js
	cmp ManageBackends.js
	cmp ManageMaps.js
	cmp ManageShapes.js
	cmp MapManageTmpl.js
	cmp wz_jsgraphics.js
	cmp ExtGenericResize.js
popd

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
cp -r etc/maps %{buildroot}%{_sysconfdir}/%{name}
cp -r etc/automaps %{buildroot}%{_sysconfdir}/%{name}
cp -r etc/geomap %{buildroot}%{_sysconfdir}/%{name}
install -m 644 etc/nagvis.ini.php-sample \
    %{buildroot}%{_sysconfdir}/%{name}/nagvis.ini.php
pushd %{buildroot}%{_datadir}/%{name}
ln -s ../../..%{_sysconfdir}/%{name} etc
popd

install -d -m 755 %{buildroot}%{_var}/lib/%{name}
install -d -m 755 %{buildroot}%{_var}/lib/%{name}/tmpl
install -d -m 755 %{buildroot}%{_var}/lib/%{name}/tmpl/cache
install -d -m 755 %{buildroot}%{_var}/lib/%{name}/tmpl/compile
pushd %{buildroot}%{_datadir}/%{name}
ln -s ../../..%{_var}/lib/%{name} var
popd

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration
Alias /%{name} %{_datadir}/%{name}/share

<Directory %{_datadir}/%{name}/share>
    Require all granted

    Options FollowSymLinks
</Directory>
EOF

# nagvis configuration
perl -pi \
    -e 's|;base=.*|base="%{_datadir}/nagvis/"|;' \
    -e 's|;htmlbase=.*|htmlbase="/nagvis"|;' \
    %{buildroot}%{_sysconfdir}/%{name}/nagvis.ini.php 

# make configuration apache-writable
chmod -R g=u %{buildroot}%{_sysconfdir}/%{name}
chmod 660 %{buildroot}%{_sysconfdir}/%{name}/nagvis.ini.php

%clean
rm -rf %{buildroot}



%files
%defattr(-,root,root)
%doc INSTALL LICENCE README
%config(noreplace) %{_webappconfdir}/%{name}.conf
%attr(-,root,apache) %dir %{_sysconfdir}/nagvis
%attr(-,root,apache) %dir %{_sysconfdir}/nagvis/maps
%attr(-,root,apache) %dir %{_sysconfdir}/nagvis/automaps
%attr(-,root,apache) %dir %{_sysconfdir}/nagvis/geomap
%attr(-,root,apache) %config(noreplace) %{_sysconfdir}/nagvis/nagvis.ini.php
%attr(-,root,apache) %config(noreplace) %{_sysconfdir}/nagvis/maps/*.cfg
%attr(-,root,apache) %config(noreplace) %{_sysconfdir}/nagvis/automaps/*.cfg
%attr(-,root,apache) %config(noreplace) %{_sysconfdir}/nagvis/geomap/*.xml
%attr(-,apache,apache) %{_var}/lib/%{name}
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.9-5
+ Revision: 022b789
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3181 |14cr|naim-0.11.8.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           naim
Version:        0.11.8.3.2
Release:        3
Epoch:          0
Summary:        An ncurses-based console AIM, ICQ, IRC, and Lily client
Group:          Networking/Instant messaging
License:        GPLv2
URL:            http://naim.n.ml.org/
Source0:        http://naim.googlecode.com/files/naim-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: ncurses-devel gawk

%description
naim is a console client for AOL Instant Messenger (AIM), AOL I Seek You (ICQ),
Internet Relay Chat (IRC), and The lily CMC.

%prep
%setup -q

%build
%configure2_5x
%{__make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}
%{__rm} -r %{buildroot}%{_docdir}/%{name}
%{__rm} -r %{buildroot}%{_includedir}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc AUTHORS FAQ BUGS README NEWS ChangeLog doc/*.hlp
%attr(0755,root,root) %{_bindir}/extractbuddy.sh
%attr(0755,root,root) %{_bindir}/naim
%attr(0755,root,root) %{_bindir}/nicq
%attr(0755,root,root) %{_bindir}/nirc
%attr(0755,root,root) %{_bindir}/nlily
%{_mandir}/man1/naim.1*
%{_mandir}/man1/nicq.1*
%{_mandir}/man1/nirc.1*
%{_mandir}/man1/nlily.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.11.8.3.2-3
+ Revision: 2f72407
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3182 |14cr|namazu-2.0.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# XXX is this right - it was /var/lib before FHS macros
%define _localstatedir	/var/lib
%define _libexecdir	/var/www/cgi-bin
%define libname %mklibname %name 3

Summary: Full-text search engine
Name: namazu
Version: 2.0.20
Release: 3
License: GPLv2+
Group: File tools
BuildRequires: perl >= 5.6.0
BuildRequires: perl-NKF >= 1.70
BuildRequires: perl-Text-Kakasi >= 1.00
BuildRequires: perl-File-MMagic >= 1.12
Requires: perl-File-MMagic >= 1.12
Requires:  perl-NKF >= 1.70
Requires: kakasi >= 2.3.0
Requires: perl-Text-Kakasi >= 1.00
Source0: http://www.namazu.org/stable/%{name}-%{version}.tar.gz
URL: http://www.namazu.org/

%description
Namazu is a full-text search engine software intended for easy use.
Not only it works as CGI program for small or medium scale WWW
search engine, but also works as personal use such as search system
for local HDD.

%package -n %{libname}
Summary: Libraries of Namazu
Group: Development/C
Requires: %{libname} = %{version}

%description -n %{libname}
Libraries used by Namazu.


%package  -n %{libname}-devel
Summary: Libraries and include files of Namazu
Group: Development/C
Requires: %{libname} = %{version}
Provides: lib%{name}-devel = %{EVRD}
Provides: %{name}-devel = %{EVRD}


%description -n %{libname}-devel
Libraries and include files of Namazu.

%package cgi
Summary: CGI interface for Namazu
Group: Networking/WWW
Requires: %{name} = %{version}
Requires: webserver

%description cgi
A CGI interface for Namazu.


%prep 
%setup -q

%build
autoreconf -f -i
%configure

%make

%install
%makeinstall

mv %{buildroot}%{_sysconfdir}/namazu/namazurc-sample \
	%{buildroot}%{_sysconfdir}/namazu/namazurc
mv %{buildroot}%{_sysconfdir}/namazu/mknmzrc-sample \
	%{buildroot}%{_sysconfdir}/namazu/mknmzrc
chmod a+rw -R %{buildroot}%{_localstatedir}/namazu
chmod a+rw -R %{buildroot}%{_localstatedir}/namazu/index

rm -f  %{buildroot}/%{_datadir}/locale/ja_JP.SJIS/LC_MESSAGES/namazu.mo
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog ChangeLog.1 CREDITS COPYING HACKING HACKING-ja
%doc INSTALL INSTALL-ja README README-es README-ja NEWS THANKS TODO
%doc etc/namazu.png
%config(noreplace) %{_sysconfdir}/namazu/*
%{_bindir}/namazu
%{_bindir}/bnamazu
%{_bindir}/*nmz
%{_bindir}/mailutime
%{_bindir}/nmzgrep
%{_bindir}/nmzegrep
%{_bindir}/nmzmerge
%{_bindir}/nmzcat
%{_mandir}/man1/namazu.*
%{_mandir}/man1/mknmz.*
%{_datadir}/namazu/doc/*
%{_datadir}/namazu/filter/*
%{_datadir}/namazu/pl/*
%{_datadir}/namazu/template/*
%{_datadir}/namazu/etc/
%dir %{_localstatedir}/namazu
%dir %{_localstatedir}/namazu/index

%files -n %{libname}
%{_libdir}/libnmz.so.7*

%files -n %{libname}-devel
%{_bindir}/nmz-config
%{_includedir}/namazu/*.h
%{_libdir}/libnmz.so
%{_libdir}/libnmz.a

%files cgi
%{_libexecdir}/namazu.cgi





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.20-3
+ Revision: 977ba35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3183 |14cr|named-report-1.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ISC BIND 9 named log message summary and report tool
Name:		named-report
Version:	1.4
Release:	8
License:	GPL
Group:		System/Servers
URL:		http://aharp.ittns.northwestern.edu/software/
Source:		http://aharp.ittns.northwestern.edu/software/named-report-1.4.tar.bz2
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
ISC BIND 9 named log message summary and report tool.

%prep

%setup -q

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 %{name}.pl %{buildroot}%{_bindir}/%{name}.pl

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/%{name}.pl





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-8
+ Revision: a316527
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3184 |14cr|nano-2.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with tiny

Name:		nano
Version:	2.3.2
Release:	1
Summary:	Tiny console text editor that aims to emulate Pico
License:	GPLv3
Group:		Editors
URL:		http://www.nano-editor.org/
Source0:	http://www.nano-editor.org/dist/v2.3/%{name}-%{version}.tar.gz
Patch0:          nano-2.3.2-warnings.patch

# http://lists.gnu.org/archive/html/nano-devel/2010-08/msg00004.html
Patch1:          0001-check-stat-s-result-and-avoid-calling-stat-on-a-NULL.patch

# http://lists.gnu.org/archive/html/nano-devel/2010-08/msg00005.html
Patch2:          0002-use-futimens-if-available-instead-of-utime.patch

# http://thread.gmane.org/gmane.editors.nano.devel/3081
Patch3:          0003-Document-the-poslog-P-option-in-nano.1-man-page.patch
BuildRequires:	ncurses-devel
BuildRequires:	ncursesw-devel
BuildRequires:	groff-base

%description
nano (Nano's ANOther editor) is the editor formerly known as 
TIP (TIP Isn't Pico). It aims to emulate Pico as closely as 
possible while also offering a few enhancements.

Build Options:
--with tiny     builds a minimal editor without extra functionality

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

for f in doc/man/fr/{nano.1,nanorc.5,rnano.1} ; do
  iconv -f iso-8859-1 -t utf-8 -o $f.tmp $f && mv $f.tmp $f
  touch $f.html
done

# do not run autotools, we have already reflected the configure.ac
# changes in configure and config.h.in
touch -c aclocal.m4 config.h.in configure Makefile.in

%build
%configure2_5x \
%if %with tiny
        --enable-tiny
%else
        --enable-all
%endif
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

#config file
%__install -Dpm644 doc/nanorc.sample %{buildroot}%{_sysconfdir}/nanorc

#disable line wrapping by default
%__sed -i -e 's/# set nowrap/set nowrap/' %{buildroot}%{_sysconfdir}/nanorc

%find_lang %{name} --with-man --all-name

%if %{mdvver} < 201200
%post
%_install_info %{name}.info

%preun
%_remove_install_info %{name}.info
%endif

%clean
%__rm -rf %{buildroot}

%files -f %{name}.lang
%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO UPGRADE
%doc doc/faq.html doc/nanorc.sample
%{_bindir}/nano
%{_bindir}/rnano
%{_datadir}/nano
%{_infodir}/nano.info*
%{_mandir}/man1/nano.1*
%{_mandir}/man1/rnano.1*
%{_mandir}/man5/nanorc.5*
%config(noreplace) %{_sysconfdir}/nanorc




%changelog
* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 2.3.2-1
+ Revision: a49823d
- update to 2.3.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3185 |14cr|nanoxml-2.2.3-4.1.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support 0
%define section free

Name:           nanoxml
Version:        2.2.3
Release:        4.1.6
Epoch:          0
Summary:        Small XML parser for Java
License:        BSD-style
URL:            http://nanoxml.cyberelf.be/
Source0:        http://nanoxml.cyberelf.be/downloads/NanoXML-2.2.3.tar.bz2
Source1:        %{name}-java-1.4.2-package-list
Patch0:         %{name}-build.patch
BuildRequires:  java-rpmbuild >= 0:1.6
#BuildRequires:  java-javadoc
Group:          Development/Java
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildRequires: java-devel >= 0:1.4.2
BuildArch:      noarch
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
#Vendor:         JPackage Project
#Distribution:   JPackage

%description
The intent of NanoXML is to be a small parser which is easy to use.
Although many features were added to NanoXML, it is very small.
The full parser with builder fits in a JAR file of about 32K.

%package        lite
Summary:        Lite version of %{name}
Group:          Development/Java

%description    lite
Lite version of %{name}.

%package        manual
Summary:        Manual for %{name}
Group:          Development/Java

%description    manual
Documentation for %{name}.

%package        manual-lite
Summary:        Manual for the lite version of %{name}
Group:          Development/Java

%description    manual-lite
Documentation for the lite version of %{name}.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.


%prep
%setup -q -n NanoXML-%{version}
%patch0
cp %{SOURCE1} package-list
find . -name "*.jar" | xargs -t rm
%{__perl} -pi -e 's|javac |%{javac} -source 1.3 |;' -e 's|jar |%{jar} |g;' -e 's|javadoc |%{javadoc} -source 1.3 |;' ./build.sh

%build
sh ./build.sh


%install
rm -rf $RPM_BUILD_ROOT

# jars
install -dm 755 $RPM_BUILD_ROOT%{_javadir}
install -pm 644 Output/%{name}-lite.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-lite-%{version}.jar
install -pm 644 Output/%{name}-sax.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-sax-%{version}.jar
install -pm 644 Output/%{name}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr Documentation/JavaDoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%{gcj_compile}

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(-,root,root,-)
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-sax-%{version}.jar
%{_javadir}/%{name}-sax.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.*
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-sax-%{version}.jar.*
%endif

%files lite
%defattr(-,root,root,-)
%{_javadir}/%{name}-lite-%{version}.jar
%{_javadir}/%{name}-lite.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-lite-%{version}.jar.*
%endif

%files manual
%defattr(0644,root,root,0755)
%doc Documentation/NanoXML-Java/*

%files manual-lite
%defattr(0644,root,root,0755)
%doc Documentation/NanoXML-Lite/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.2.3-4.1.6
+ Revision: b97da1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3186 |14cr|natmonitor-2.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	This little utility monitor hosts bandwidth usage in your home lan
Name:		natmonitor
Version:	2.4
Release:	8
Group:		Monitoring
License:	GPL
URL:		http://natmonitor.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/natmonitor/%{name}-%{version}.tar.bz2
Source1:	natmonitord.service
Patch0:		natmonitor-datadir.patch.bz2
Patch1:		natmonitord-conf.patch.bz2
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	libpcap-devel >= 0.7.2
BuildRequires: systemd
Requires(pre): systemd
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd

%description
NAT Monitor is a tool to monitor hosts' bandwidth usage in a 
Linux-NAT network. A daemon collects data and clients display them
(currently a GTK app with graph and a text version). It detects 
new hosts, saves up to 12 hours of data, and has a nice summary 
statistic. 

%package -n	natmonitord
Summary:	The NAT Monitor daemon
Group:		System/Servers
Requires(post,preun): rpm-helper
Requires(pre,postun): rpm-helper

%description -n	natmonitord
The NAT Monitor daemon collects data for the natmonitor clients.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0 -b .datadir
%patch1 -p0 -b .natmonitord-conf

# fix dir perms
find . -type d | xargs chmod 755

# fix file perms
find . -type f | xargs chmod 644

%build
%make

%install
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_localstatedir}/lib/natmonitor

install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}

install -m644 icons/%{name}16x16.png %{buildroot}%{_miconsdir}/%{name}.png
install -m644 icons/%{name}32x32.png %{buildroot}%{_iconsdir}/%{name}.png
install -m644 icons/%{name}48x48.png %{buildroot}%{_liconsdir}/%{name}.png

install -m755 natmonitor %{buildroot}%{_bindir}/
install -m755 natmonitorconsole %{buildroot}%{_bindir}/
install -m755 natmonitord %{buildroot}%{_sbindir}/
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/natmonitord.service

install -m644 natmonitor.conf %{buildroot}%{_sysconfdir}
install -m644 natmonitord.conf %{buildroot}%{_sysconfdir}

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Name=Natmonitor 
Comment=Utility to monitor hosts bandwidth usage in your home lan
Icon=%{name}
Categories=System;Monitor;
EOF

%pre -n natmonitord
%systemd_pre natmonitord.service
%_pre_useradd natmonitor /var/lib/natmonitor /bin/false

%post -n natmonitord
%systemd_post natmonitord.service

%preun -n natmonitord
%systemd_preun natmonitord.service

%postun -n natmonitord
%systemd_postun_with_restart natmonitord.service
%_postun_userdel natmonitor


%files
%doc API BUGS CHANGELOG README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/natmonitor.conf
%attr(0755,root,root) %{_bindir}/natmonitor
%attr(0755,root,root) %{_bindir}/natmonitorconsole
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

%files -n natmonitord
%attr(0755,root,root) %{_unitdir}/natmonitord.service
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/natmonitord.conf
%attr(0755,root,root) %{_sbindir}/natmonitord
%attr(0755,natmonitor,natmonitor) %dir %{_localstatedir}/lib/natmonitor

%changelog
* Fri Aug 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-8
+ Revision: 9e94934
- Fix gtk br



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3187 |14cr|nautilus-python-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nautilus-python
Summary:        Python bindings for GNOME 2's nautilus
Version:        1.1
Release: 2
Source:		http://ftp.gnome.org/pub/GNOME/sources/nautilus-python/%{name}-%{version}.tar.xz
#gw hardcode libpython soname for dlopening to libpython2.6.so.1.0
URL: http://www.gnome.org
License:        GPLv2+ and LGPLv2+
Group:          Development/Python
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

Requires:	gnome-python-gconf
BuildRequires:  pygtk2.0-devel >= 2.8.0
BuildRequires:  gnome-python-devel >= 2.12.0
BuildRequires:  python-devel
BuildRequires:  nautilus-devel >= 2.22
BuildRequires:	gnome-common
Provides: python-nautilus
Obsoletes: python-nautilus

%description
These are unstable bindings for the nautilus extension library
introduced in Gnome 2.6.

%prep
%setup -q -n %{name}-%{version} 

%build
%ifarch x86_64
export CFLAGS="%optflags -fPIC"
%endif
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT installed-docs
%makeinstall_std
find $RPM_BUILD_ROOT -name '*.la' -exec rm {} \;
mv %buildroot%_datadir/doc/%name installed-docs

mkdir $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/python

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog NEWS installed-docs/*
%{_libdir}/nautilus/extensions-3.0/*
%{_libdir}/pkgconfig/nautilus-python.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: dfe9ebc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3188 |14cr|nautilus_thumbnailers-0.0.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A collection of scripts that create thumbnails for files
Name: nautilus_thumbnailers
Version: 0.0.3
Release: 10
License: GPL
Group: File tools
Source: http://www.flyn.org/projects/nautilus_thumbnailers/%name.tar.bz2
Patch: nautilus_thumbnailers-0.0.3-with-gimp-2.3.patch
URL: http://www.flyn.org/projects/nautilus_thumbnailers/index.html
BuildArch: noarch
Requires: nautilus
Requires: dia
Requires: gimp >= 2.3
Requires: ghostscript
BuildRequires: GConf2
Requires(post): GConf2
Requires(postun): GConf2

%description
This package provides scripts to generate thumbnails for several file 
formats commonly used in the GNOME environment. When using these 
scripts with the nautilus file manager, for example, icons for PDF 
files will present the same appearance as the document itself. This 
has long been the case with images, but this package extends this 
technique to formats like PDF, PostScript and GIMP XCF.

%prep
%setup -q
%patch -p1 -b .gimp

%build
./configure --prefix=%_prefix --libdir=%_libdir --disable-schemas-install
%make

%install
%makeinstall

%preun
%preun_uninstall_gconf_schemas thumbnailer

%files
%doc AUTHORS ChangeLog NEWS README TODO
%{_sysconfdir}/gconf/schemas/thumbnailer.schemas
%{_bindir}/abiword-thumbnailer
%{_bindir}/dia-thumbnailer
%{_bindir}/gimp-thumbnailer
%{_bindir}/gs-thumbnailer
%{_bindir}/vfstofs
%{_mandir}//man1/nautilus_thumbnailers.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-10
+ Revision: ad87079
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3189 |14cr|navit-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Car navigation system with routing engine
Name:		navit
Version:	0.2.0
Release:	3
License:	GPLv2+
Group:		Sciences/Other
Url:		http://www.navit-project.org/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	http://www.navit-project.org/maps/osm_bbox_11.3,47.9,11.7,48.2.osm.bz2
Patch0:		navit-0.2.0-freetype2.patch
BuildRequires:	gd-devel
BuildRequires:	gettext-devel
BuildRequires:	nas-devel
BuildRequires:	speech-dispatcher-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(libgpsd)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(quesoglc)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(zlib)
Requires:	fonts-ttf-dejavu
Suggests:	gpsd

%description
Navit is a car navigation system with routing engine. Its modular
design is capable of using vector maps of various formats for routing
and rendering of the displayed map. It's even possible to use multiple
maps at a time.

The GTK+ or SDL user interfaces are designed to work well with touch
screen displays. Points of Interest of various formats are displayed
on the map.

The current vehicle position is either read from gpsd or directly from
NMEA GPS sensors.

The routing engine not only calculates an optimal route to your
destination, but also generates directions and even speaks to you.

%files -f %{name}.lang
%doc AUTHORS README README.urpmi
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/dbus-1/services/org.navit_project.navit.service
%exclude %{_libdir}/%{name}/graphics/libgraphics_sdl*
%exclude %{_libdir}/%{name}/gui/libgui_gtk*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.xml

#----------------------------------------------------------------------------

%package graphics-sdl
Summary:	SDL graphics renderer for Navit navigation system
Group:		Sciences/Other
Requires:	%{name} = %{EVRD}

%description graphics-sdl
Navit is a car navigation system with routing engine. This package
contains the SDL graphics renderer for Navit. You need to enable
this renderer in /etc/navit/navit.xml or ~/.navit/navit.xml to use it.

%files graphics-sdl
%{_libdir}/%{name}/graphics/libgraphics_sdl*

#----------------------------------------------------------------------------

%package gtk-gui
Summary:	GTK GUI for Navit navigation system
Group:		Sciences/Other
Requires:	%{name} = %{EVRD}

%description gtk-gui
Navit is a car navigation system with routing engine. This package
contains the GTK GUI for Navit. You need to enable this GUI in
/etc/navit/navit.xml or ~/.navit/navit.xml to use it.

%files gtk-gui
%{_libdir}/%{name}/gui/libgui_gtk*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
install -m 0644 %{SOURCE1} navit/maps

%build
%configure2_5x \
	--enable-graphics-gd \
	--disable-graphics-qt-qpainter
%make

%install
%makeinstall_std

# Don't need the README here
rm -f %{buildroot}%{_datadir}/%{name}/README

# Put the config file in /etc: upstream likes it in /usr to be
# relocatable, but that doesn't concern us. The code does check
# in /etc, so we don't need a patch - AdamW 2009/01
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mv %{buildroot}%{_datadir}/%{name}/%{name}.xml %{buildroot}%{_sysconfdir}/%{name}/%{name}.xml

# Create a README.urpmi - AdamW 2009/01
cat > README.urpmi << EOF 
Navit comes with a sample map of Munich, but if you live (or drive!)
anywhere else, you'll need to add another map set. These are not
available as packages because they're rather large and the data changes
on a daily basis, so the packages would have to be refreshed very
often. For instructions on downloading or generating, and installing,
different types of map sets, see these Navit Wiki pages:

http://wiki.navit-project.org/index.php/OpenStreetMaps

http://wiki.navit-project.org/index.php/European_maps

http://wiki.navit-project.org/index.php/Garmin_maps

You should either add the appropriate configuration elements to
/etc/navit/navit.xml, or copy /etc/navit/navit.xml to
~/.navit/navit.xml and edit it there. You may have to remove or comment
out the section for the sample map set, also. Also note that the
default configuration assumes you have a GPS device active, and gpsd
running.
EOF

%find_lang %{name}

%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.0-3
+ Revision: cdc65fc
- Add patch to fix build with freetype 2.5, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3190 |14cr|nbs-1.0-0.20040615.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	snap 20040615

%define	major 1
%define libname %mklibname nbs %{major}
%define develname %mklibname nbs -d

Summary:	Network Broadcast Sound Daemon
Name:		nbs
Version:	1.0
Release:	%mkrel 0.%{snap}.5
License:	GPL
Group:		System/Servers
URL:		http://www.asterisk.org/
Source0:	%{name}-%{version}-%{snap}.tar.bz2
Source1:	nbsd.init
Patch0:		nbs-1.0-20040615-mdk.diff
Patch1:		nbs-1.0-20040615-socket_path.diff
BuildConflicts:	%{name}-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Network Broadcast Sound Daemon

%package -n	%{libname}
Summary:	Network Broadcast Sound Daemon Library
Group:          System/Libraries

%description -n	%{libname}
Network Broadcast Sound Daemon Library

%package -n	%{develname}
Summary:	Development files for the Network Broadcast Sound Daemon Library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libnbs-devel = %{version}-%{release}
Obsoletes:	%{mklibname nbs -d 1}

%description -n	%{develname}
Development files for the Network Broadcast Sound Daemon Library

This package contains the static nbs library and its header
files.

%package	server
Summary:	Network Broadcast Sound Daemon
Group:          System/Servers
Requires(post): rpm-helper
Requires(preun): rpm-helper

%description	server
Network Broadcast Sound Daemon

%package	client
Summary:	Network Broadcast Sound Daemon (Client Listener)
Group:          System/Servers

%description	client
Network Broadcast Sound Daemon (Client Listener)

%prep

%setup -q -n %{name}-%{version}-%{snap}
%patch0 -p0 -b .mdk
%patch1 -p0 -b .socket

cp %{SOURCE1} nbsd.init

%build

%make

%install
rm -rf %{buildroot}

# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_localstatedir}/lib/nbsd
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}

install -m0755 libnbs.so.%{major}.0 %{buildroot}%{_libdir}/
ln -snf libnbs.so.%{major}.0 %{buildroot}%{_libdir}/libnbs.so.%{major}
ln -snf libnbs.so.%{major}.0 %{buildroot}%{_libdir}/libnbs.so
install -m0755 libnbs.a %{buildroot}/%{_libdir}/
install -m0644 nbs.h %{buildroot}%{_includedir}/
install -m0755 nbscat %{buildroot}%{_bindir}/
install -m0755 nbscat8k %{buildroot}%{_bindir}/
install -m0755 nbsd %{buildroot}%{_sbindir}/
install -m0755 nbsd.init %{buildroot}%{_initrddir}/nbsd

bzip2 *.patch

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%post server
%_post_service nbsd

%preun server
%_preun_service nbsd

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%doc xmms-nbs-1.2.10.patch* xmms-nbs.patch*
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a

%files server
%defattr(-,root,root)
%attr(0755,root,root) %{_initrddir}/nbsd
%{_sbindir}/nbsd
%dir %{_localstatedir}/lib/nbsd

%files client
%defattr(-,root,root)
%{_bindir}/nbscat
%{_bindir}/nbscat8k



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0-0.20040615.5
+ Revision: 69e6858
- Automatic import for version 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3191 |14cr|nbsmtp-1.00-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	nbSMTP: no-brainer SMTP
Name:		nbsmtp
Version:	1.00
Release:	8
License:	GPL
Group:		System/Servers
URL:		http://nbsmtp.ferdyx.org/
Source0:	http://www.gentoo-es.org/~ferdy/%{name}-%{version}.tar.bz2
Patch0:		nbsmtp-1.00_DESTDIR.patch
Patch1:		nbsmtp-1.00_gcc41.patch
Provides:	sendmail-command
BuildRequires:	openssl-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
nbSMTP is a simple SMTP client suitable to run in chroot jails, in embeded
systems, laptops, workstations, ... It's written in C and it compiles and runs
under lot of Unix flavors such as Linux, MacOSX, FreeBSD, ... (it practically
runs on any Unix flavor). Here you can read more AboutNbsmtp.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0
%patch1 -p0

%build

%configure2_5x \
    --bindir=%{_sbindir} \
    --enable-ssl \
    --enable-ipv6

%make

%install
rm -rf %{buildroot}

%makeinstall_std

%clean
rm -rf %{buildroot}

%post
update-alternatives --install %{_sbindir}/sendmail sendmail-command %{_sbindir}/nbsmtp 5

%preun
if [ $1 = 0 ]; then
    update-alternatives --remove sendmail-command %{_sbindir}/nbsmtp
fi


%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog DOCS INSTALL
%attr(0755,root,root) %{_sbindir}/nbsmtp
%attr(0644,root,root) %{_mandir}/man5/*
%attr(0644,root,root) %{_mandir}/man8/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.00-8
+ Revision: 817b580
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3192 |14cr|nbtscan-1.5.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool to gather NetBIOS info from Windows networks
Name:		nbtscan
Version:	1.5.1
Release:	6
Group:		Networking/Other
License:	GPL
URL:		http://www.inetcat.net/software/nbtscan.html
Source0:	http://www.inetcat.net/software/%{name}-%{version}.tar.gz
#add $DESTDIR to make install
Patch0:		nbtscan-1.5.1-makefile.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
NBTscan is a program for scanning IP networks for NetBIOS name information.
It sends a NetBIOS status query to each address in supplied range and lists
received information in human readable form.

%prep

%setup -qn %{name}-%{version}a
%patch0 -p1

%build

%configure2_5x

%make


%install
rm -rf %{buildroot}

%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-6
+ Revision: bfa219a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3193 |14cr|nc6-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Reads and writes data across network connections using TCP or UDP
Name: 		nc6
Version: 	1.0
Release: 	7
URL:		http://deepspace6.net/projects/netcat6.html
Source0:	ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/%{name}-%{version}.tar.bz2
License: 	GPL
Group: 		Networking/Other
BuildRequires:	autoconf2.5
Provides:	netcat6 = %{version}

%description
The nc6 package contains Netcat (the program is now netcat), a simple
utility for reading and writing data across network connections, using
the TCP or UDP protocols. Netcat is intended to be a reliable back-end
tool which can be used directly or easily driven by other programs and
scripts.  Netcat is also a feature-rich network debugging and exploration
tool, since it can create many different connections and has many
built-in capabilities.

This version is a fork with ipv6 capabilities.

%prep
%setup -q
%build
%configure2_5x
%make

%install
%makeinstall

(cd %{buildroot}%{_bindir}; ln -s %{name} netcat6)

%files
%defattr(-,root,root)
%doc README NEWS TODO CREDITS ChangeLog BUGS AUTHORS 
%{_bindir}/%{name}
%{_bindir}/netcat6
%{_mandir}/man1/%{name}*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 57936f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3194 |14cr|ncbi-blast-2.2.27-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NCBI BLAST finds regions of similarity between biological sequences
Name:		ncbi-blast
Version:	2.2.27
Release:	2
License:	Public Domain
Group:		Sciences/Biology
URL:		http://www.ncbi.nlm.nih.gov
Source0:	ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/%{name}-%{version}+-src.tar.gz
Patch0:		ncbi-blast-2.2.27+-gnutls.patch
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(zlib)

%description
The NCBI Basic Local Alignment Search Tool (BLAST) finds regions of
local similarity between sequences. The program compares nucleotide or
protein sequences to sequence databases and calculates the statistical
significance of matches. BLAST can be used to infer functional and
evolutionary relationships between sequences as well as help identify
members of gene families.

%prep
%setup -q -n %{name}-%{version}+-src
%patch0 -p1

%build
cd c++
# Custom configure file so don't use any macro here
./configure
cd */build
make all_r

%install
mkdir -p %{buildroot}%{_bindir}
cd c++/*/bin
install -m755 blastp blastn blastx tblastn tblastx psiblast rpsblast rpstblastn blast_formatter deltablast makembindex segmasker dustmasker windowmasker makeblastdb makeprofiledb blastdbcmd blastdb_aliastool convert2blastmask blastdbcheck legacy_blast.pl update_blastdb.pl %{buildroot}%{_bindir}

%files
%{_bindir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.27-2
+ Revision: 4227e7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3195 |14cr|ncc-2.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ncc
Summary:	C source code analyzer
Version:	2.8
Release:	4
License:	Artistic
Group:		Development/Other
URL:		http://students.ceid.upatras.gr/~sxanth/ncc
Source0:	%{name}-%{version}.tar.gz
Patch0:		ncc-2.8-nognu-location.patch
BuildRequires:	pkgconfig(ncurses)

%description
ncc is a compiler that produces program analysis information.

ncc is a decent replacement of cflow and cscope able to analyse any program
using the gcc compiler. The program also includes a graphical call-graph
navigator and source browser which is extremely practical for hacking and
comprehending large projects.

%prep
%setup -q

%patch0 -p1

perl -pi -e "s|ln (.*) ..BINDIR..(.*) ..BINDIR./(.*)|ln \$1 %{_bindir}/\$2 %{buildroot}%{_bindir}/\$3|g;" Makefile
perl -pi -e "s|cp doc/nognu|#|g;" Makefile

%build
%make

%install
install -d %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1
%makeinstall DESTDIR=%{buildroot}%{_prefix}

%files
%doc doc/*
%doc %{_mandir}/man?/ncc*
%{_bindir}/ncc
%{_bindir}/nccar
%{_bindir}/nccc++
%{_bindir}/nccg++
%{_bindir}/nccld
%{_bindir}/nccnav
%{_bindir}/nccnavi
%{_bindir}/nccstrip2.py


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8-4
+ Revision: dd59345
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3196 |14cr|ncdu-1.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ncdu
Version:	1.10
Release:        2
Summary:	Text-based disk usage viewer

Group:		Monitoring
License:        MIT
URL:            http://dev.yorhel.nl/ncdu/
Source0:        http://dev.yorhel.nl/download/%{name}-%{version}.tar.gz

BuildRequires:  ncurses-devel

%description
ncdu (NCurses Disk Usage) is a curses-based version of the well-known 'du',
and provides a fast way to see what directories are using your disk space.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std
#make install DESTDIR=% {buildroot}

%files
%{_mandir}/man1/ncdu.1.xz
%doc COPYING ChangeLog
%{_bindir}/ncdu

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10-2
+ Revision: 8f8c7f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3197 |14cr|ncmpc-0.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	        ncmpc
%define version         0.20
%define release	        2

Name:			%name
Version:		%version
Release:		%release

Summary:		Ncurses client for MPD
License:		GPL
Group:			Sound
URL:			http://mpd.wikia.com/wiki/Client:Ncmpc
Source0:        http://downloads.sourceforge.net/musicpd/%{name}-%{version}.tar.bz2

BuildRequires:  glib2-devel
BuildRequires:  libmpdclient-devel
BuildRequires:  ncursesw-devel

%description
ncmpc is a curses client for the Music Player Daemon (MPD). ncmpc connects to a
MPD running on a machine on the local network, and controls this with an
interface inspired by cplay. If ncmpc is used with lirc and irpty it can be
used to manage playlists and control MPD with a remote control.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall

rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}/

%find_lang %name

%files -f %name.lang
%doc README AUTHORS NEWS COPYING doc/config.sample doc/keys.sample doc/ncmpc.lirc
%{_bindir}/%name
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20-2
+ Revision: a3d21cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3198 |14cr|ncmpcpp-0.5.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An ncurses mpd client inspired by ncmpc
Name:		ncmpcpp
Version:	0.5.10
Release:	2
License:	GPLv2+
Group:		Sound
URL:		http://unkart.ovh.org/ncmpcpp
Source:		http://unkart.ovh.org/ncmpcpp/%{name}-%{version}.tar.bz2
BuildRequires:	ncurses-devel
BuildRequires:	ncursesw-devel
BuildRequires:	libmpdclient-devel
BuildRequires:	curl-devel
BuildRequires:	taglib-devel
BuildRequires:	fftw-devel

%description
Ncmpcpp has UI very similar to ncmpc's one, but it provides new useful features
such as support for regular expressions in search engine, extended song format,
items filtering, last.fm support, ability to sort playlist, local filesystem
browser and other minor functions.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall

%clean
%__rm -rf %{buildroot}

%files
%doc AUTHORS NEWS COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.10-2
+ Revision: 339619a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3199 |14cr|nco-4.0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_as_needed 0

# default to 0
%define build_ncocpp %{?_with_ncocpp:1}%{?!_with_ncocpp:0}

%define major 3
%define libname %mklibname %name %major
%define libnamedevel %mklibname %name -d

Summary: Arithmetic and metadata operators for netCDF and HDF4 files
Name: nco
Version: 4.0.8
Release: 3
License: GPL
Group: Sciences/Mathematics
Source0: http://nco.sourceforge.net/src/%{name}-%{version}.tar.gz 
Patch0: nco-undefined-functions.patch
URL: http://nco.sourceforge.net
BuildRequires: netcdf-devel >= 4.1
BuildRequires: udunits-devel
# we needs c++ in order to build ncap:
%if %build_ncocpp
# This package does not exists yet...
BuildRequires: antlr-devel >= 3
%endif

%description
The netCDF Operators, or NCO, are a suite of programs known as
operators. The operators facilitate manipulation and analysis of
self-describing data stored in the netCDF or HDF4 formats, which are
freely available (http://www.unidata.ucar.edu/packages/netcdf and
http://hdf.ncsa.uiuc.edu, respectively). Each NCO operator (e.g., 
ncks) takes netCDF or HDF4 input file(s), performs an operation (e.g.,
averaging, hyperslabbing, or renaming), and outputs a processed netCDF
file. Although most users of netCDF and HDF data are involved in
scientific research, these data formats, and thus NCO, are generic and
are equally useful in fields like finance. The NCO User's Guide
illustrates NCO use with examples from the field of climate modeling
and analysis. The NCO homepage is http://nco.sourceforge.net.

%package -n %libname
Summary: NCO libraries
Group: System/Libraries
Provides: lib%name = %{EVRD}

%description -n %libname
The netCDF Operators, or NCO, are a suite of programs known as
operators. The operators facilitate manipulation and analysis of
self-describing data stored in the netCDF or HDF4 formats, which are
freely available (http://www.unidata.ucar.edu/packages/netcdf and
http://hdf.ncsa.uiuc.edu, respectively). Each NCO operator (e.g.,
ncks) takes netCDF or HDF4 input file(s), performs an operation (e.g.,
averaging, hyperslabbing, or renaming), and outputs a processed netCDF
file. Although most users of netCDF and HDF data are involved in
scientific research, these data formats, and thus NCO, are generic and
are equally useful in fields like finance. The NCO User's Guide
illustrates NCO use with examples from the field of climate modeling
and analysis. The NCO homepage is http://nco.sourceforge.net.

This package contains libraries from NCO.

%package -n %libnamedevel
Summary: Development files from NCO
Group: Development/Other
Provides: lib%name-devel = %{EVRD}
Provides: %name-devel = %{EVRD}
Requires: %libname = %version-%release
Obsoletes: %mklibname -d %name 3

%description -n %libnamedevel
The netCDF Operators, or NCO, are a suite of programs known as
operators. The operators facilitate manipulation and analysis of
self-describing data stored in the netCDF or HDF4 formats, which are
freely available (http://www.unidata.ucar.edu/packages/netcdf and
http://hdf.ncsa.uiuc.edu, respectively). Each NCO operator (e.g.,
ncks) takes netCDF or HDF4 input file(s), performs an operation (e.g.,
averaging, hyperslabbing, or renaming), and outputs a processed netCDF
file. Although most users of netCDF and HDF data are involved in
scientific research, these data formats, and thus NCO, are generic and
are equally useful in fields like finance. The NCO User's Guide
illustrates NCO use with examples from the field of climate modeling
and analysis. The NCO homepage is http://nco.sourceforge.net.

This package contains files need to build application using NCO library.

%prep
%setup -q 
%patch0 -p1 -b .undef-functions

%build
%configure2_5x \
%if %build_ncocpp
    --enable-nco_cplusplus --enable-ncoxx
%else
    --disable-nco_cplusplus --disable-ncoxx --disable-ncap2
%endif

%make CPPFLAGS="%optflags -fPIC -I %_includedir/netcdf-3" \
    CCFLAGS="%optflags -fPIC -I %_includedir/netcdf-3"

%install
%makeinstall

%files
%doc doc/*
%{_bindir}/*
%{_mandir}/*/*
%{_infodir}/*

%files -n %libname
%doc doc/*
%{_libdir}/libnco-%version.so
%if %build_ncocpp
%{_libdir}/libnco_c++-%version.so
%endif

%files -n %libnamedevel
%doc doc/*
%if %build_ncocpp
%{_includedir}/*.hh
%{_libdir}/libnco_c++.so
%{_libdir}/libnco_c++.a
%endif
%{_libdir}/libnco.a
%{_libdir}/libnco.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.8-3
+ Revision: 8904f20
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3200 |14cr|ncsmtp-0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Null Client SMTP daemon with aliases support
Name:		ncsmtp
Version:	0.2
Release: 	9
License:	GPL
Group:		System/Servers
URL:		http://voxel.jouy.inra.fr/darcs/ncsmtp/
Source0:	http://voxel.jouy.inra.fr/darcs/ncsmtp//ncsmtp-%{version}.tar.bz2
Requires:	python
BuildArch:	noarch
Requires(preun):  rpm-helper
Requires(post):  rpm-helper
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A null client is a machine that can only send mail. It receives no
mail from the network, and it does not deliver any mail locally.

This program accepts mail and sends it to the mail hub. It can manage
aliases, feature which is useful if mail hub administrator and local host
administrator are not the same person, or if accounts are different on
local host and on mail hub.

Null Client SMTP daemon :
 + manage aliases
 + is easy to configure
 + stores login and password in a file with restricted access
 + logs mail transfers on local host
 + lets you keep the default smtp configuration (localhost:smtp) of
   lots of softs
 + runs with low privileges

You should install a small package providing sendmail command (like
mini_sendmail or msmtp) to use this daemon.

%prep

%setup -q

%build

%install
rm -rf %{buildroot}

DESTDIR=%{buildroot} sh install.sh

%post
# Install service:
%_post_service ncsmtp


%preun
# Remove service:
%_preun_service ncsmtp

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc COPYING README version
%{_initrddir}/ncsmtp
%dir %{_sysconfdir}/ncsmtp
%config(noreplace)  %{_sysconfdir}/ncsmtp/*
%{_sbindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-9
+ Revision: b944ca2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3201 |14cr|ncview-2.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphic for netCDF data file
Name:		ncview
Version:	2.1.1
Release:	5
License:	GPLv3+
Group:		Sciences/Other
Url:		http://meteora.ucsd.edu/~pierce/ncview_home_page.html
Source0:	ftp://cirrus.ucsd.edu/pub/ncview/ncview-%{version}.tar.gz
Patch0:		ncview-2.1-link.patch
BuildRequires:	netpbm-devel
BuildRequires:	udunits2-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xt)

%description
Ncview is a visual browser for netCDF format files.  Typically you
would use ncview to get a quick and easy, push-button look at your
netCDF files.  You can view simple movies of the data, view along
various dimensions, take a look at the actual data values, change
color maps, invert the data, etc.

%files
%doc COPYING INSTALL README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .link

%build
autoreconf -fi -Im4macros
%configure2_5x \
	--with-ppm_libdir=%{_libdir} \
	--with-udunits2_libdir=%{_libdir} \
	--with-udunits2_incdir=%{_includedir}/udunits2 \
	--with-ppm_libdir=%{_libdir} \
	--with-ppm_incdir=%{_includedir}/netpbm
%make

%install
%makeinstall_std

# Menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=%{name}
Comment=Graphic for netCDF data file
Exec=%{_bindir}/%{name}
Icon=%{name}
Categories=Science;Education;
EOF


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 2.1.1-5
+ Revision: 191c516
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3202 |14cr|ndiff-2.00-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define release 8

Summary: Compare putatively similar files, ignoring small numeric differences 
Name: ndiff
Version: 2.00
Release: %release
License: GPL
Group: Text tools
Source:  ftp://ftp.math.utah.edu/pub/misc/ndiff-%{version}.tar.gz
URL: http://www.math.utah.edu/~beebe/software/ndiff/
BuildRoot: %_tmppath/%name-%version-root

%description
When a numerical program is run  in  multiple  environments  (operating
systems, architectures, or compilers), assessing its consistency can be
a difficult task for a human, since small differences in numerical out-
put values are expected.
ndiff  provides a solution to this problem.  It compares two files that
are expected to be identical, or at  least,  numerically  similar.   It
assumes  that  lines  consist of whitespace-separated fields of numeric

%prep
%setup -q 

%build
%configure 
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
%makeinstall
mv $RPM_BUILD_ROOT/%{_mandir}/ndiff* $RPM_BUILD_ROOT/%{_mandir}/man1

###workaround bug #52511
rm -rf $RPM_BUILD_ROOT/%{_bindir}/ndiff
mv $RPM_BUILD_ROOT/%{_datadir}/lib/%{name}/%{name}-%{version}/ndiff.awk $RPM_BUILD_ROOT/%{_datadir}/lib/%{name}/%{name}-%{version}/ndiff-2.00.awk
mv  $RPM_BUILD_ROOT/%{_mandir}/man1/ndiff.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ndiff-2.00.1
###workaround bug #52511

%files
%defattr(-,root,root)
%doc COPYING README* INSTALL 
%{_bindir}/ndiff-2.00
%{_mandir}/man1/ndiff-2.00.1*
%{_datadir}/lib/%{name}/%{name}-%{version}/ndiff*

%clean
[ %buildroot != '/' ] && rm -fr %buildroot




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.00-8
+ Revision: 47f61e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3203 |14cr|ndisc6-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ndisc6
Version:	1.0.2
Release:	2
Summary:	IPv6 diagnostic tools
Group:		Networking/Other
License:	GPLv2 or GPLv3
URL:		http://www.remlab.net/ndisc6/
Source0:	http://www.remlab.net/files/ndisc6/%{name}-%{version}.tar.bz2
Source1:	rdnssd.rc
Patch1:		ndisc6-var_run.patch

%description
This package gathers a few diagnostic tools for IPv6 networks:
- ndisc6, which performs ICMPv6 Neighbor Discovery in userland,
- rdisc6, which performs ICMPv6 Router Discovery in userland,
- rltraceroute6, yet another IPv6 implementation of traceroute,
- tcptraceroute6, a TCP/IPv6-based traceroute implementation,
- tracert6, a ICMPv6 Echo Request based traceroute,
- tcpspray6, a TCP/IP Discard/Echo bandwidth metter.

%package -n rdnssd
Summary:IPv6 recursive DNS server discovery daemon

%description -n rdnssd
rdnssd autoconfigures recursive DNS servers on IPv6 networks 
using ICMPv6 Neighbor Discovery (RFC 5006), and can update 
the DNS resolvers configuration (/etc/resolv.conf) accordingly.

%prep
%setup -q
%patch1 -p0

%build
%configure2_5x --disable-suid-install
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std
%__mkdir_p %{buildroot}%{_initrddir}
%__install -m755 %{SOURCE1} %{buildroot}%{_initrddir}/rdnssd

%find_lang %{name}

%pre -n rdnssd
%_pre_useradd rdnssd %{_var}/run/rdnssd /bin/false

%postun -n rdnssd
%_postun_userdel rdnssd

%post -n rdnssd
%_post_service rdnssd

%preun -n rdnssd
%_preun_service rdnssd

%clean
%__rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc COPYING README
%{_bindir}/addr2name
%{_bindir}/dnssort
%{_bindir}/name2addr
%{_sbindir}/rdisc6
%{_sbindir}/ndisc6
%{_sbindir}/rltraceroute6
%{_bindir}/tcpspray
%{_bindir}/tcpspray6
%{_sbindir}/tcptraceroute6
%{_sbindir}/tracert6
%doc %{_mandir}/man1/addr2name.1.*
%doc %{_mandir}/man1/dnssort.1.*
%doc %{_mandir}/man1/name2addr.1.*
%doc %{_mandir}/man1/tcpspray.1.*
%doc %{_mandir}/man1/tcpspray6.1.*
%doc %{_mandir}/man8/ndisc6.8.*
%doc %{_mandir}/man8/rdisc6.8.*
%doc %{_mandir}/man8/rltraceroute6.8.*
%doc %{_mandir}/man8/tcptraceroute6.8.*
%doc %{_mandir}/man8/tracert6.8.*

%files -n rdnssd
%defattr(-,root,root)
%doc COPYING README
%doc %{_mandir}/man8/rdnssd.8.*
%{_sbindir}/rdnssd
%dir %{_sysconfdir}/rdnssd
%{_initrddir}/rdnssd
%attr(755,root,root) %{_sysconfdir}/rdnssd/merge-hook
%dir %attr(0755,rdnssd,nogroup) %{_var}/run/rdnssd




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-2
+ Revision: 5d3f096
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3204 |14cr|ndsad-1.33-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	NDSAD captures traffic information and translates it into Cisco NetFlow format
Name:		ndsad
Version:	1.33
Release:	8
License:	GPLv2+
Group:		Monitoring
Url:		http://www.netup.biz
Source0:	http://puzzle.dl.sourceforge.net/sourceforge/ndsad/ndsad-%{version}.tgz
Source1:	ndsad.service
Patch0:		ndsad.conf.patch
BuildRequires:	pcap-devel
Requires(post,preun):	rpm-helper
BuildRequires: systemd
Requires(post): systemd
Requires(preun): systemd

%description
The NetUP ndsad utility captures IP-traffic from network interfaces and
export NetFlow v.5. Data is gathered from libpcap library on Unix and
from winpcap on Windows. Also you are able to use tee/divert sockets on
FreeBSD and ULOG on Linux for data source.

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README
%attr(755,root,root) %{_sbindir}/ndsad
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/ndsad.conf
%attr(644,root,root) %{_mandir}/man5/ndsad.conf.5.*
%{_unitdir}/ndsad.service

%post
%systemd_post ndsad.service

%preun
%systemd_preun ndsad.service

%postun
%systemd_postun_with_restart ndsad.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
./preconf
%configure2_5x
%make

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
mkdir -p %{buildroot}%{_mandir}/man5
install -d %{buildroot}%{_unitdir}
install -c -m 0755 -s ndsad %{buildroot}%{_sbindir}/ndsad
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/ndsad.service
install -c -m 0644 ndsad.conf %{buildroot}%{_sysconfdir}/ndsad.conf
install -c -m 0644 ndsad.conf.5 %{buildroot}%{_mandir}/man5/ndsad.conf.5


%changelog
* Fri Aug 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.33-8
+ Revision: 39284d3
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3205 |14cr|NearTree-3.1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname CNearTree %{major}
%define devname %mklibname CNearTree -d

Summary:	An API for finding nearest neighbors
Name:		NearTree
Version:	3.1.1
Release:	6
License:	LGPLv2+
Group:		System/Libraries
Url:		http://neartree.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/neartree/neartree/NearTree-%{version}/NearTree-%{version}.tar.gz
# library should not have version number in their name.
# Sent to upstream but upstream cannot accept.
Patch0:		NearTree-3.1-fedora.patch
# to fix libdir for lib64 architecture
Patch1:		NearTree-3.1-lib64.patch
BuildRequires:	libtool
BuildRequires:	time
BuildRequires:	CVector-devel

%description
This is a release of an API for finding nearest neighbors among
points in spaces of arbitrary dimensions. This release provides a
C++ template, TNear.h, and a C library, CNearTree.c, with
example/test programs.

%files
%doc README_NearTree.html README_NearTree.txt lgpl.txt

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The NearTree shared library
Group:		System/Libraries
Conflicts:	%{_lib}NearTree5 < 3.1.1-6
Obsoletes:	%{_lib}NearTree5 < 3.1.1-6

%description -n %{libname}
The NearTree shared library.

%files -n %{libname}
%{_libdir}/libCNearTree.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for compiling programs using NearTree
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	CVector-devel
Conflicts:	%{_lib}NearTree-devel < 3.1.1-6
Obsoletes:	%{_lib}NearTree-devel < 3.1.1-6

%description -n %{devname}
The NearTree-devel package includes the header and library files for
developing applications that use NearTree.

%files -n %{devname}
%{_includedir}/CNearTree.h
%{_includedir}/TNear.h
%{_includedir}/rhrand.h
%{_includedir}/triple.h
%{_libdir}/libCNearTree.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .fedora
%if %{_lib} == lib64
%patch1 -p1 -b .lib64
%endif

# convert end of line code from CRFL to LF
mv README_NearTree.txt README_NearTree.txt.orig
tr -d \\r < README_NearTree.txt.orig > README_NearTree.txt

%build
%make all CFLAGS="%{optflags} -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1"

%install
make install CFLAGS="%{optflags} -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1" INSTALL_PREFIX="%{buildroot}%{_prefix}"

# remove .a files
find %{buildroot} -name '*.a' -exec rm -f {} ';'

# Disable for now
%if 0
%check
make tests CFLAGS="%{optflags} -ansi -pedantic -DCNEARTREE_SAFE_TRIANG=1"
%endif
%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.1-6
+ Revision: 235d544
- Fix package names, spec cleanup, disable tests for now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3206 |14cr|neatx-0.3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# .spec file to package NeatX in RPM.
# Author: Alexander Todorov <alexx.todorov@no_spam.gmail.com>

%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%global nx_homedir /home/.nxhome

Summary: An Open Source NX server
Name: neatx
Version: 0.3.1
#Release: 1%{?dist}
Release: 5
Source0: %{name}-%{version}.tar.gz
License: GPLv2
URL: http://code.google.com/p/neatx/
Group: Networking/Remote access

BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
BuildRequires: make
BuildRequires: python-devel
BuildRequires: python-docutils

Requires: openssh
Requires: python-pexpect
Requires: pkgconfig(pygobject-2.0)
Requires: pygtk2 >= 2.13
Requires: python >= 2.4
Requires: python-simplejson
#Requires: nc
Requires: nxagent
Requires: xauth
Requires: xrdb
Requires: x11-font-misc
Requires(pre): shadow-utils
Requires(post): coreutils

%description
Neatx is an Open Source NX server, similar to the commercial NX server from 
NoMachine.

%prep
%setup -q

%build
#./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std
# provide a meaningfull config file
%__install -D -m 644 %{buildroot}/%_docdir/%{name}/neatx.conf.example %{buildroot}/etc/neatx.conf

%pre
# create the nx user account
getent group nx >/dev/null || groupadd -r nx
getent passwd nx >/dev/null || \
       useradd -r -g nx -m -d %nx_homedir -s %_libdir/%{name}/nxserver-login-wrapper \
      -c "System account for the %{name} package" nx
chown -R nx: %nx_homedir
exit 0

%post
if [ $1 -eq 1 ]; then
    # install authorized keys
    %__install -d -m 700 -o nx -g nx %nx_homedir/.ssh/
    %__install -D -m 600 -o nx -g nx %_datadir/%{name}/authorized_keys.nomachine %nx_homedir/.ssh/authorized_keys
fi

%files
%defattr(-,root,root)
%config(noreplace) /etc/neatx.conf
%_libdir/%{name}
%python_sitelib/%{name}/*
%doc %_docdir/%{name}
%_datadir/%{name}
%_var/lib/%{name}

# not sure how to handle these. rpmlint doesn't report errors on -debuginfo package
#/usr/lib/debug/.build-id/bb/3398f400d7a44a6e0b8842c051dc378215bae8
#/usr/lib/debug/.build-id/bb/3398f400d7a44a6e0b8842c051dc378215bae8.debug
#/usr/lib/debug/usr/local/lib/neatx/fdcopy.debug
#/usr/src/debug/neatx-0.1/src/fdcopy.c





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-5
+ Revision: f0f49a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3207 |14cr|necpp-1.3.0-0.cvs20101121.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define necpp_snapshot cvs20101121

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Analysis of the electromagnetic properties of structures
Name:		necpp
Version:	1.3.0
Release:	0.%{necpp_snapshot}.3
License:	GPLv2+
Group:		Sciences/Physics
Url:		http://www.physics.otago.ac.nz/research/electronics/nec/index.html
Source0:	http://alioth.debian.org/frs/download.php/2690/necpp.tar.gz
Patch0:		necpp-sfmt.patch
BuildRequires:	gcc-gfortran
BuildRequires:	pkgconfig(bdw-gc)
Provides:	nec2++ = %{EVRD}

%description
The Numerical Electromagnetics Code (NEC-2) is a comprehensive package for
the analysis of the electromagnetic properties of structures. It can analyse
radiating properties i.e. antenna gain, as well as scattering properties
(radar cross section) of structures. NEC-2 was originally written in FORTRAN.

NEC2++ is an extensive rewrite of NEC-2 in C++ by Tim Molteno. This work was
helped tremendously by the work of N. Kyriazis who ported NEC-2 to C. The new
portions of code are licensed under the GNU Public License (GPL).

%files
%doc README ChangeLog COPYING INSTALL
%{_bindir}/nec2++
%{_bindir}/nec2diff

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 1.3.0-0.cvs20101121.3

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libnecpp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 1.3.0-0.cvs20101121.3

%description -n %{devname}
Shared library for %{name}.

%files -n %{devname}
%{_includedir}/libnecpp.h
%{_libdir}/libnecpp.so
%{_libdir}/libnecpp.a

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p1

find . -name "Makefile*" -o -name "*.m4" -o -name "configure*" |xargs sed -i -e 's,configure.in,configure.ac,g'

%build
make -f Makefile.cvs PREFIX=/usr/bin
#./configure --without-lapack
%configure2_5x \
	--without-lapack
make

%install
%makeinstall_std


%changelog
* Wed Mar 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.0-0.cvs20101121.3
+ Revision: 373585c
- LOG Split library and devel packages, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3208 |14cr|nedit-5.5-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A text editor for the X Window System
Name:		nedit
Version:	5.5
Release:	11
License:	GPLv2+ with exception
URL:		http://www.nedit.org/
Group:		Editors
Source0:	%{name}-%{version}-src.tar.bz2
Patch0:		nedit-5.4-Makefile.patch
Patch1:		nedit-5.5-security.patch
Patch2:		nedit-5.5-utf8.patch
Patch3:		nedit-5.5-64bit-fixes.patch
Patch4: 	nedit-5.5-motif223.patch
Patch5: 	nedit-5.5-varfix.patch
Patch6: 	nedit-5.5-nc-manfix.patch
Patch7: 	nedit-5.5-visfix.patch
# Fix some string literal errors - AdamW 2008/12
Patch8:		nedit-5.5-literal.patch
BuildRequires:	byacc
BuildRequires:	pkgconfig(x11)
BuildRequires:	lesstif-devel
BuildRequires:	pkgconfig(xt)
Requires:	x11-font-adobe-100dpi

%description
NEdit is a multi-purpose text editor for the X Window System, which
combines a standard, easy to use, graphical user interface with the
thorough functionality and stability required by users who edit text
eighthours a day.

It provides intensive support for development in a wide variety of
languages, text processors, and other tools, but at the same time can
be used productively by just about anyone who needs to edit text.

%prep
%setup -q
%patch0 -p1 -b .Makefile
%patch1 -p1 -b .security
%patch2 -p1 -b .utf8
%patch3 -p1 -b .64bit-fixes
%patch4 -p1 -b .motif223
%patch5 -p1 -b .varfix
%patch6 -p1 -b .nc-manfix
%patch7 -p1 -b .visfix
%patch8 -p1 -b .literal

# make it lib64 aware
perl -pi -e "s,(/usr/X11R6)/lib\b,\1/%{_lib},g" makefiles/Makefile.linux

%build
echo | %make linux OPT="%{optflags} -DBUILD_UNTESTED_NEDIT %ldflags"

%install
rm -rf %{buildroot}

(cd doc;
  mkdir -p %{buildroot}%{_mandir}/man1
  install -m 644 nedit.man %{buildroot}%{_mandir}/man1/%{name}.1
  install -m 644 nc.man %{buildroot}%{_mandir}/man1/ncl.1
)
(cd source;
  mkdir -p %{buildroot}%{_bindir}
  install -m 755 nedit %{buildroot}%{_bindir}/nedit
  install -m 755 nc %{buildroot}%{_bindir}/ncl
)

# Mandriva menu entry

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=NEdit
Comment=A text editor for the X Window System
Exec=%{_bindir}/%{name}
Icon=editors_section
Terminal=false
Type=Application
StartupNotify=true
MimeType=text/plain;
Categories=Utility;TextEditor;
EOF

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ReleaseNotes doc/nedit.doc
%{_bindir}/%{name}
%{_bindir}/ncl
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/ncl.1*
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.5-11
+ Revision: cbbd703
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3209 |14cr|neercs-0.0-0.r4342.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	neercs
%define version	0.0
%define svn	4342
%define release	%mkrel 0.r%svn.3

Summary:	Caca screen manager
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	WTFPL
Group:		Terminals
URL:		http://caca.zoy.org/wiki/neercs
Source0:	%{name}-%{version}.tar.bz2
Source1:	neercs.pam
BuildRequires:	pam-devel python-devel
BuildRequires:	libcaca-devel >= 0.99-0.beta17

%description
Like GNU screen, it allows you to detach a session from a terminal,
but provides unique features:

 * Grabbing a process that you forgot to start inside neercs
 * Great screensaver
 * 3D rotating cube to switch between full screen terms
 * Real time thumbnails of your shells
 * Special effects when closing a window
 * Various window layouts... 

%prep
%setup -q

%build
export LDFLAGS="-lm"
./bootstrap
%configure2_5x 
%make

%install
%makeinstall

mkdir -p %{buildroot}/etc/pam.d
cp -a %{SOURCE1} %{buildroot}/etc/pam.d/%name

%files
%defattr(-,root,root)
%_bindir/*
%_mandir/man1/neercs.1.*
/etc/pam.d/%name




%changelog
* Wed Nov 21 2012 Denis Silakov <denis.silakov@rosalab.ru> 0.0-0.r4342.3
+ Revision: 0719586
- Fix description



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3210 |14cr|nekobee-0.1.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nekobee
Summary:    Bassline DSSI plugin
Version:    0.1.7
Release:    5

Source: http://static.nekosynth.co.uk/releases/nekobee-%{version}.tar.gz
URL: http://www.nekosynth.co.uk/wiki/nekobee
License:    GPLv2
Group:      Sound

BuildRequires:  pkgconfig(dssi)
BuildRequires:  pkgconfig(liblo)
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(gtk+-2.0)

%description
Bassline DSSI plugin

%prep
%setup -q
perl -pi -e 's/GError \*gerror/GError \*gerror \= NULL/g' src/gtkknob.c

%build
%configure2_5x --with-dssi-dir=%{buildroot}%{_libdir}/dssi

%make bindir=%{_libdir}/dssi/%name

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall bindir=%{buildroot}%{_libdir}/dssi/%name

%files
%defattr(-,root,root)
%doc COPYING README
%_libdir/dssi/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.7-5
+ Revision: 0df96ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3211 |14cr|nekostring-0.1.1-0.gitc677b77.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define branch 1
%{?_branch: %{expand: %%global branch 1}}

%if %branch
%define git_snapshot gitc677b77
%endif


Name:       nekostring
Summary:    70's String Ensemble DSSI plugin
Version:    0.1.1

%if %branch
Release:        0.%git_snapshot.2
%else
Release:        2
%endif

Source:     https://github.com/gordonjcp/nekostring/gordonjcp-nekostring-c677b77.tar.gz
URL:        https://github.com/gordonjcp/nekostring
License:    GPLv2
Group:      Sound

BuildRequires:  pkgconfig(dssi)
BuildRequires:  pkgconfig(liblo)
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(gtk+-2.0)

%description
70's String Ensemble DSSI plugin

%prep
%setup -q -n gordonjcp-nekostring-c677b77

%build

%if %branch
autoreconf -i
%endif

%configure --with-dssi-dir=%{buildroot}%{_libdir}/dssi --disable-static

%make bindir=%{_libdir}/dssi/%name

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall bindir=%{buildroot}%{_libdir}/dssi/%name

%files
%defattr(-,root,root)
%doc COPYING README
%_libdir/dssi/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-0.gitc677b77.2
+ Revision: cfb838f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3212 |14cr|nemiver-0.9.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Graphical debugger intended for GNOME
Name:		nemiver
Version:	0.9.5
Release:	2
License:	GPLv2+
Group:		Development/Other
Url:		http://projects.gnome.org/nemiver/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/nemiver/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	dconf
BuildRequires:	gdb
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(gdlmm-3.0) >= 3.0
BuildRequires:	pkgconfig(giomm-2.4) >= 2.15.2
BuildRequires:	pkgconfig(glibmm-2.4) >= 2.14
BuildRequires:	pkgconfig(gmodule-2.0) >= 2.14
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gsettings-desktop-schemas) >= 0.0.1
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.22
BuildRequires:	pkgconfig(gtkhex-3) >= 2.90
BuildRequires:	pkgconfig(gtkmm-3.0) >= 3.0
BuildRequires:	pkgconfig(gtksourceviewmm-3.0)
BuildRequires:	pkgconfig(gthread-2.0) >= 2.14
BuildRequires:	pkgconfig(libgtop-2.0) >= 2.14
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6.22
BuildRequires:	pkgconfig(sqlite3) >= 3.0
BuildRequires:	pkgconfig(vte-2.90) >= 0.28
Requires:	gdb

%description
Nemiver is a graphical debugger that integrates well in the GNOME
desktop environment. It currently features a backend which uses the
well known GNU Debugger gdb to debug C / C++ programs.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS TODO* README
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/*.xml
%{_iconsdir}/hicolor/*/apps/nemiver*
%{_iconsdir}/HighContrast/*/apps/nemiver*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-gsettings=yes \
	--disable-scrollkeeper \
	--disable-schemas-compile \
	--disable-schemas-install \
	--disable-static

%make

%install
%makeinstall_std

#remove unpackaged files
rm -rf %{buildroot}%{_includedir}/* %{buildroot}%{_libdir}/pkgconfig

%find_lang %{name} --with-gnome


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5-2
+ Revision: 19e2390
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3213 |14cr|neonview-0.8.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          neonview
Version:       0.8.2
Release:       2
Summary:       A simple, minimalist and lightweight image viewer for the Linux platform
Group:         Graphics
License:       GPLv2+
URL:           http://www.tuxarena.com/intro/neonview.php
Source0:       http://www.tuxarena.com/intro/files/%{name}-%{version}-src.tar.gz
Patch0:        strip-remove.patch

BuildRequires: pkgconfig(gtk+-x11-3.0)


%description
NeonView is a simple, minimalist and lightweight image viewer
for the Linux platform, written in C and GTK, 
completely free and open-source. The goal of NeonView is 
to stay lightweight while also providing ease of use 
and only the necessary features a basic image viewer should have.
NeonView supports a bunch of image formats, and it will remember
settings like fit to window images between sessions or lock fit 
to window for the current session. Basic manipulation functions
like zooming or rotating are also available.

%prep
%setup -q -n %{name}-%{version}-src
%patch0 -p1

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 %{name} %{buildroot}%{_bindir}/

%files
%{_bindir}/neonview


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-2
+ Revision: 17e2aaa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3214 |14cr|nepomukannotation-0.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Set of tools that provides annotation suggestions for Nepomuk
Name:		nepomukannotation
Version:	0.2.0
Release:	6
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://quickgit.kde.org/?p=%name.git
Source0:	%{name}-%{version}.tar.bz2
Patch0:		nepomukannotation-0.2.0-fix-build.patch
Patch1:		nepomukannotation-0.2.0-soprano.patch
Patch2:		nepomukannotation-0.2.0-linkage.patch
BuildRequires:	doxygen
BuildRequires:	kdebase4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(tesseract)
BuildRequires:	nepomukextras-devel

%description
A library and a set of tools that provide annotation suggestions.

%files -f %{name}.lang
%{_kde_bindir}/nepomuksimpleannotator
%{_kde_bindir}/nepomuktextannotator
%{_kde_bindir}/resourceeditor
%{_kde_libdir}/kde4/*
%{_kde_applicationsdir}/nepomuksimpleannotator.desktop
%{_kde_applicationsdir}/nepomuktextannotator-app.desktop
%{_kde_datadir}/dbus-1/interfaces/org.kde.nepomuk.UserContextService.xml
%{_kde_services}/nepomukannotationplugins/contextannotationplugin.desktop
%{_kde_services}/nepomukannotationplugins/dbpediaannotationplugin.desktop
%{_kde_services}/nepomukannotationplugins/geonamesannotationplugin.desktop
%{_kde_services}/nepomukannotationplugins/nepomuk_tagsannotationplugin.desktop
%{_kde_services}/nepomukannotationplugins/nepomuk_webpageannotationplugin.desktop
%{_kde_services}/nepomukannotationplugins/pimoannotationplugin.desktop
%{_kde_services}/nepomukannotationplugins/pimotypeannotationplugin.desktop
%{_kde_services}/nepomukannotationplugins/propertycreationannotationplugin.desktop
%{_kde_services}/nepomukmenuplugin.desktop
%{_kde_services}/nepomukusercontextservice.desktop
%{_kde_services}/plasma-applet-nepomukcontextchooser.desktop
%{_kde_servicetypes}/nepomuk-annotationplugin.desktop

#-------------------------------------------------------------------------

%define nepomukannotation_major 0
%define libnepomukannotation %mklibname nepomukannotation %{nepomukannotation_major}

%package -n %{libnepomukannotation}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libnepomukannotation}
A library and a set of tools that provide annotation suggestions. 

%files -n %{libnepomukannotation}
%{_kde_libdir}/libnepomukannotation.so.%{nepomukannotation_major}*

#-------------------------------------------------------------------------

%package devel
Summary:	%{name} devel headers
Group:		System/Libraries
Requires:	%{libnepomukannotation} = %{version}-%{release}

%description devel
A library and a set of tools that provide annotation suggestions.

This package provides the devel files for %{name}

%files devel
%{_kde_includedir}/nepomuk/*
%{_kde_libdir}/libnepomukannotation.so
%{_kde_datadir}/cmake/NepomukAnnotation

#-------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
%global ldflags %{ldflags} -fuse-ld=bfd
%cmake_kde4
%make

%install
%makeinstall_std -C build
%find_lang --all-name nepomukannotation nepomuk_propertycreationannotationplugin nepomuk_pimoannotationplugin nepomuk_geonamesannotationplugin nepomuk_pimotypeannotationplugin nepomuk_webpageannotationplugin plasma_applet_nepomukcontextchooser nepomukmenuplugin %{name}.lang


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-6
+ Revision: 125d985
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3215 |14cr|nepomukextras-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define nepomukextras_major 0
%define libnepomukextras %mklibname nepomukextras %{nepomukextras_major}

Summary:	Nepomuk support files
Name:		nepomukextras
Version:	0.2.0
Release:	4
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		ftp://ftp.kde.org/pub/kde/unstable/nepomuk/
Source0:	ftp://ftp.kde.org/pub/kde/unstable/nepomuk/%{name}-%{version}.tar.bz2
Patch0:		nepomukextras-0.2.0-soprano.patch
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kolena-devel
BuildRequires:	pkgconfig(libstreams)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(tesseract)
Requires:	%{libnepomukextras} = %{EVRD}

%description
Nepomuk support files.

%files -f %{name}.lang

#-------------------------------------------------------------------------

%package -n %{libnepomukextras}
Summary:	Nepomuk support library
Group:		System/Libraries
Suggests:	%{name}

%description -n %{libnepomukextras}
Nepomuk support library.

%files -n %{libnepomukextras}
%{_kde_libdir}/libnepomukextras.so.%{nepomukextras_major}*

#-------------------------------------------------------------------------

%package devel
Summary:	Nepomuk support devel headers
Group:		Development/KDE and Qt
Requires:	%{libnepomukextras} = %{EVRD}

%description devel
Nepomuk support devel headers.

%files devel
%{_kde_includedir}/nepomuk/*
%{_kde_datadir}/cmake/NepomukExtras
%{_kde_libdir}/libnepomukextras.so

#-------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-4
+ Revision: aedb085
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3216 |14cr|nessus-libraries-2.2.10-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname nessus %{major}
%define libnamedev %mklibname nessus -d

Summary:	Libraries needed by the Nessus security scanner
Name:		nessus-libraries
Version:	2.2.10
Release:	8
License:	GPL
Group:		System/Libraries
URL:		http://www.nessus.org
# http://cgi.tenablesecurity.com/nessus3dl.php?file=nessus-libraries-2.2.10.tar.gz&licence_accept=yes&t=5a144975306462c6d49d299ba1d6c0b2
Source0:	%{name}-%{version}.tar.gz
Patch0:		nessus-libraries-2.2.7-nessus-config.diff
Patch1:		nessus-libraries-2.2.10-link.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	openssl-devel
BuildRequires:	%libnamedev
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Nessus 2.2 is a free, up-to-date, and full featured remote security scanner for
Linux. It is multithreaded, plugin-based, has a nice GTK interface, and
currently performs 410 remote security checks. It has powerful reporting
capabilities (HTML, LaTeX, ASCII text) and not only points out problems,
but suggests a solution for each of them.

This package provides libraries needed by nessus.

%package -n	%{libname}
Summary:	Libraries needed by nessus
Group:		System/Libraries

%description -n	%{libname}
Libraries needed by nessus

%package -n	%{libnamedev}
Summary:	Development libraries and headers for Nessus
Group:		System/Libraries
Requires:	%{libname} = %{version}
Provides:	libnessus-devel = %{version}
Provides:	nessus-libraries-devel = %{version}
Obsoletes:	%{mklibname nessus 2 -d}

%description -n %{libnamedev}
Development libraries and headers for Nessus.

%prep

%setup -q -n %{name}
%patch0 -p0
%patch1 -p0

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" configure*

%build
CFLAGS="%{optflags}" ac_cv_prog_cc_g=no ac_cv_prog_cxx_g=no \
%configure2_5x --prefix=%{_prefix} --enable-cipher --enable-zlib

perl -pi -e 's/-o root / /g; s/-o \$\(installuser\) / /g; y/{}/()/' Makefile
%make LDFLAGS="%ldflags"

%install
if [ -d %{buildroot} ]; then rm -rf %{buildroot}; fi

%makeinstall_std

# remove unwanted files
rm -rf %{buildroot}%{_sbindir}/uninstall-nessus
rm -rf %{buildroot}%{_datadir}/doc

# workaround
install -d %{buildroot}/usr/lib/debug

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
if [ -d %{buildroot} ]; then rm -rf %{buildroot}; fi

%files -n %{libname}
%defattr(0644,root,root,755)
%attr(0755,root,root) %{_libdir}/*.so.*
%exclude /usr/lib/debug

%files -n %{libnamedev}
%defattr(0644,root,root,755)
%dir %{_includedir}/nessus
%{_includedir}/nessus/*
%attr(0755,root,root) %{_libdir}/*.so
%{_libdir}/*.*a
%attr(0755,root,root) %{_bindir}/nessus-config
%{_mandir}/man1/*
%exclude /usr/lib/debug



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.10-8
+ Revision: 3a9526b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3217 |14cr|nestopia-1.45-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A portable Nintendo Entertainment System emulator
Name:		nestopia
Version:	1.45
Release:	3
License:	GPLv2+
Group:		Emulators
Url:		http://0ldsk00l.ca/nestopia.html
Source0:	https://github.com/downloads/rdanbrook/nestopia/%{name}-%{version}.tgz
Patch0:		nestopia-1.45-makefile.patch

BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)

%description
NEStopia is a portable Nintendo Entertainment System emulator written in C++ 
by Martin Freij and ported to Linux by R. Belmont.

NEStopia strives for the most accurate emulation possible at the 
pixel-by-pixel and sample-by-sample level, and it has excellent mapper 
and UNIF board support as well.

A few features:
- Supports .nes, .unf/.unif, and XML format ROMs, including Vs. and 
 Playchoice 10 games
- Supports .fds discs (a file named diskrom.sys is needed for this feature)
- Supports .nsf music rips
- All supported files can be extracted from zip or 7zip containers (an 
 archive browser is not yet included - this assumes the common GoodSet case 
 of one zip or 7zip per game)
- Supports save states
- Supports movie recordings
- Supports the “rewinder” - if you make a bad jump and screw up your 
 game, press Backspace and the game will run in reverse. Press \ to take over 
 again and try to fix your mistake.
- Friendly GUI configuration
- Autodetection of PAL and NTSC format games
- Supports drag and drop of compatible games and music rips from modern Linux 
 file managers, including KDE’s Konqueror and GNOME’s Nautilus.

%files
%doc README.unix
%{_bindir}/nestopia
%{_datadir}/nestopia
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/mandriva-nestopia.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make

%install
# binary
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 nestopia %{buildroot}%{_bindir}/

# data files
install -d -m 755 %{buildroot}%{_datadir}/nestopia
install -m 644 NstDatabase.xml %{buildroot}%{_datadir}/nestopia/
install -d -m 755 %{buildroot}%{_datadir}/nestopia/icons
install -m 644 source/unix/icons/nespad.svg %{buildroot}%{_datadir}/nestopia/icons/

# icons
for N in 32 48 64 96 128;
do
install -D source/unix/icons/%{name}${N}.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

# xdg menu
install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-nestopia.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=NEStopia
Comment=%{summary}
Exec=nestopia
Icon=nestopia
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Emulators;Emulator;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.45-3
+ Revision: e29e955
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3218 |14cr|net6-1.3.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name   net6
%define api    1.3
%define major  0
%define libname %mklibname net6- %api %major
%define libname_devel %mklibname net6- %api -d

Summary:    A library to ease the development of network-based applications
Name:       %{name}
Version:    1.3.14
Release:    2
URL:        http://gobby.0x539.de/
License:    GPLv2+
Source0:    http://releases.0x539.de/%{name}/%{name}-%{version}.tar.gz
Group:      System/Libraries
BuildRequires: pkgconfig(sigc++-2.0)
BuildRequires: pkgconfig(gnutls)
BuildRequires: gettext-devel

%description 
net6 is a library which eases the development of network-based applications
as it provides a TCP protocol abstraction for C++. It is portable to both
the Windows and Unix-like platforms.

%package -n %libname
Summary:    A library to ease the development of network-based applications
Group:      System/Libraries
Obsoletes:  %mklibname net6_ 1.3

%description -n %libname
net6 is a library which eases the development of network-based applications
as it provides a TCP protocol abstraction for C++. It is portable to both
the Windows and Unix-like platforms.

%package -n %libname_devel
Summary:    Development files for %libname
Group:      System/Libraries
Provides:   lib%{name}-devel
Obsoletes:  %mklibname -d net6_ 1.3
Requires:   %libname = %version

%description -n %libname_devel
Development files, header and includes for %libname.

net6 is a library which eases the development of network-based applications
as it provides a TCP protocol abstraction for C++. It is portable to both
the Windows and Unix-like platforms.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -Rf $RPM_BUILD_ROOT
%makeinstall_std
# remove translation, do not know where to place it 
rm -Rf $RPM_BUILD_ROOT/%_datadir/ 

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %libname
%defattr(-,root,root,-)
%doc ChangeLog README NEWS AUTHORS 
%_libdir/*%{api}.so.%{major}*

%files -n %libname_devel
%defattr(-,root,root,-)
%_includedir/%name/
%_libdir/*.so
%_libdir/*.a
%_libdir/pkgconfig/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.14-2
+ Revision: 1429901
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3219 |14cr|netacct-mysql-0.78-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network traffic accounting daemon
Name:		netacct-mysql
Version:	0.78
Release:	15
License:	GPL
Group:		System/Servers
URL:		http://netacct-mysql.gabrovo.com/
Source0:	http://netacct-mysql.gabrovo.com/download/%{name}-%{version}.tar.bz2
Patch0:		%{name}-initscript.patch
Patch1:		netacct-mysql-lib64_shared.diff
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	mysql-devel
BuildRequires:	libpcap-devel >= 0.7
BuildRequires:	automake
BuildRequires:	autoconf2.5
BuildRequires:	chrpath
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Traffic Accounting Daemon with mysql support Network traffic
accounting daemon which stores data in mysql. Support for per hour
statistics, peering/international traffic accounting.

%prep

%setup -q
%patch0 -p0
%patch1 -p0

%build
rm -f configure
libtoolize --copy --force; aclocal; automake --add-missing --copy; autoconf --force

export LIBS="$LIBS -L%{_libdir} -lmysqlclient"

%configure2_5x \
    --with-mysql=%{_prefix}

%make

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

%makeinstall_std

install -d %{buildroot}%{_initrddir}
install -m0755 contrib/nacctd.redhat %{buildroot}%{_initrddir}/%{name}

# nuke rpath
chrpath -d %{buildroot}%{_sbindir}/nacctd

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS FAQ INSTALL NEWS README* TODO netacct.sql contrib/nacctpeering.*
%attr(0755,root,root) %{_initrddir}/%{name}
%attr(644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/nacctpeering
%attr(644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/naccttab
%{_mandir}/man8/nacctd.8*
%{_mandir}/man8/nacctpeering.8*
%{_sbindir}/nacctd





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.78-15
+ Revision: b7a989a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3220 |14cr|netatalk-2.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname atalk %{major}
%define develname %mklibname atalk -d

Summary:	Appletalk and Appleshare/IP services for Linux
Name:		netatalk
Version:	2.2.3
Release:	2
License:	BSD
Group:		System/Servers
URL:		http://netatalk.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		netatalk-mdk-etc2ps.patch
Patch1:		netatalk-shared.diff
Patch2:		netatalk-2.2.1-linkage_fix.diff
Patch3:		netatalk-2.2.1-no_libdir.diff
Requires(pre):	rpm-helper
Requires:	groff-perl
Requires:	openssl
Requires:	tetex-dvips
BuildRequires:	acl-devel
BuildRequires:	attr-devel
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	avahi-client-devel
BuildRequires:	avahi-common-devel
BuildRequires:	cracklib-devel
BuildRequires:	cups-devel
BuildRequires:	db-devel
BuildRequires:	dbus-devel
BuildRequires:	gnutls-devel
BuildRequires:	libtool-devel
BuildRequires:	libtool
BuildRequires:	openldap-devel
BuildRequires:	openslp-devel
BuildRequires:	openssl-devel
BuildRequires:	pam-devel
BuildRequires:	quota
BuildRequires:	tcp_wrappers-devel
Conflicts:	podracer

%description
netatalk is an implementation of the AppleTalk Protocol Suite for Unix/Linux
systems. The current release contains support for Ethertalk Phase I and II,
DDP, RTMP, NBP, ZIP, AEP, ATP, PAP, ASP, and AFP. It provides Appletalk file
printing and routing services on Solaris 2.5, Linux, FreeBSD, SunOS 4.1 and
Ultrix 4. It also supports AFP 2.1 and 2.2 (Appleshare IP).

Note: The default configuration disables both guest accounts and plain-text
      passwords.  To enable these options, review the configuration file
      %{_sysconfdir}/netatalk/afpd.conf. Service Location Protocol is also
      disabled, remove -noslp in afpd.conf and install openslp if you want
      use it.

%package -n	%{libname}
Summary:	Shared library for Appletalk and Appleshare/IP services for Linux
Group:          System/Libraries
Requires:	tcp_wrappers

%description -n	%{libname}
netatalk is an implementation of the AppleTalk Protocol Suite for Unix/Linux
systems. The current release contains support for Ethertalk Phase I and II,
DDP, RTMP, NBP, ZIP, AEP, ATP, PAP, ASP, and AFP. It provides Appletalk file
printing and routing services on Solaris 2.5, Linux, FreeBSD, SunOS 4.1 and
Ultrix 4. It also supports AFP 2.1 and 2.2 (Appleshare IP).

This package provides the shared atalk library.

%package -n	%{develname}
Summary:	Static library and header files for the atalk library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Obsoletes:	%{name}-devel
Requires:	%{libname} >= %{version}

%description -n	%{develname}
netatalk is an implementation of the AppleTalk Protocol Suite for Unix/Linux
systems. The current release contains support for Ethertalk Phase I and II,
DDP, RTMP, NBP, ZIP, AEP, ATP, PAP, ASP, and AFP. It provides Appletalk file
printing and routing services on Solaris 2.5, Linux, FreeBSD, SunOS 4.1 and
Ultrix 4. It also supports AFP 2.1 and 2.2 (Appleshare IP).

This package contains the static atalk library and its header files.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1 -b .mdk
%patch1 -p0 -b .shared
%patch2 -p0 -b .linkage_fix
%patch3 -p0 -b .no_libdir

#(sb) breaks autoconf
rm -fr autom4te.cache

%build
%serverbuild

libtoolize --copy --force; aclocal -I macros; autoconf; automake -a -c --foreign

export PKGLIBDIR=%{_libdir}/netatalk
export LD_PRELOAD=
export CFLAGS="$CFLAGS -fomit-frame-pointer -fsigned-char"

%configure2_5x \
    --libexecdir=%{_libdir} \
    --localstatedir=%{_var} \
    --enable-shared \
    --disable-static \
    --with-uams-path=%{_libdir}/netatalk/uams \
    --with-ssl-dir=%{_prefix} \
    --enable-redhat-systemd \
    --with-cracklib \
    --with-pam \
    --with-shadow \
    --enable-pgp-uam \
    --enable-dropkludge=no \
    --disable-shell-check \
    --enable-srvloc \
    --with-ldap \
    --with-acls \
#   --enable-timelord

%make all

%install
rm -rf %{buildroot}

### INSTALL (USING "make install") ###
install -d %{buildroot}{%{_prefix},%{_sysconfdir}/netatalk/}
install -d %{buildroot}%{_libdir}/netatalk
install -d %{buildroot}%{_libdir}/netatalk/msg
install -d %{buildroot}/var/spool/netatalk

%makeinstall_std

# (sb) change to disallow cleartext passwords, example config for guest accounts
cat >> %{buildroot}%{_sysconfdir}/%{name}/afpd.conf << EOF
# config to allow guest logins, cleartext passwords:
# - -transall -uamlist uams_guest.so,uams_clrtxt.so,uams_dhx.so -nosavepassword
# default config with no guest logins, no cleartext passwords
# Service Location Protocol is disabled also, to enable remove -noslp and 
# install openslp and run the slpd service
- -transall -uamlist uams_dhx.so -nosavepassword -noslp
EOF

# clean up installed but unpackaged files
rm -f %{buildroot}%{_includedir}/netatalk/*.c
rm -f %{buildroot}%{_libdir}/netatalk/uams/*.*a
rm -f %{buildroot}%{_datadir}/netatalk/pagecount.ps
rm -f %{buildroot}%{_libdir}/*.*a

# (sb) we don't ship the rc shell, and cleanappledouble.pl seems to do the same thing
rm -f %{buildroot}%{_bindir}/acleandir.rc
rm -f %{buildroot}%{_mandir}/man1/acleandir.1*

# (sb) name clash with yudit package
mv %{buildroot}%{_bindir}/uniconv %{buildroot}%{_bindir}/uniconvn
mv %{buildroot}%{_mandir}/man1/uniconv.1 %{buildroot}%{_mandir}/man1/uniconvn.1

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
# after the first install only
if [ "$1" = 1 ]; then
	# add the ddp lines to /etc/services
	if (grep '[0-9][0-9]*/ddp' /etc/services >/dev/null); then
		cat <<'_EOD1_' >&2
warning: The DDP services appear to be present in /etc/services.
warning: Please check them against services.atalk in the documentation.
_EOD1_
		true
	else
		cat <<'_EOD2_' >>/etc/services
# start of DDP services
#
# Everything between the 'start of DDP services' and 'end of DDP services'
# lines will be automatically deleted when the netatalk package is removed.
#
rtmp		1/ddp		# Routing Table Maintenance Protocol
nbp		2/ddp		# Name Binding Protocol
echo		4/ddp		# AppleTalk Echo Protocol
zip		6/ddp		# Zone Information Protocol

afpovertcp	548/tcp		# AFP over TCP
afpovertcp	548/udp
# end of DDP services
_EOD2_
	fi
fi

%preun
if [ "$1" = "0" ] ; then
	/bin/systemctl disable netatalk.service > /dev/null 2>&1 || :
	/bin/systemctl stop netatalk.service > /dev/null 2>&1 || :
fi

%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
# do only for the last un-install
if [ "$1" = 0 ]; then
	# remove the ddp lines from /etc/services
	if (grep '^# start of DDP services$' /etc/services >/dev/null && \
	    grep '^# end of DDP services$'   /etc/services >/dev/null ); then
	  sed -e '/^# start of DDP services$/,/^# end of DDP services$/d' \
	    </etc/services >/etc/services.tmp$$
	  cat /etc/services.tmp$$ >/etc/services
	  rm /etc/services.tmp$$
	else
	  cat <<'_EOD3_' >&2
warning: Unable to find the lines `# start of DDP services` and
warning: `# end of DDP services` in the file /etc/services.
warning: You should remove the DDP services from /etc/services manually.
_EOD3_
	fi
fi

%triggerun --  netatalk < 2.2.1
/sbin/chkconfig --del netatalk >/dev/null 2>&1 || :

%files
%doc CONTRIBUTORS NEWS doc/README*
%dir %{_sysconfdir}/%{name}
%dir %{_var}/spool/%{name}
%dir %{_libdir}/netatalk
%dir %{_libdir}/netatalk/msg
%config(noreplace) %{_sysconfdir}/%{name}/Apple*
%config(noreplace) %{_sysconfdir}/%{name}/*.conf
%config(noreplace) %{_sysconfdir}/pam.d/netatalk
%dir %{_libdir}/%{name}/uams
%attr(0755,root,root) %{_libdir}/%{name}/uams/*.so
/lib/systemd/system/netatalk.service
%{_libdir}/netatalk/netatalk.sh
%{_bindir}/ad
%{_bindir}/adv1tov2
%{_bindir}/afpldaptest
%{_bindir}/afppasswd
%{_bindir}/apple_dump
%{_bindir}/asip-status.pl
%{_bindir}/binheader
%{_bindir}/cnid2_create
%{_bindir}/dbd
%{_bindir}/hqx2bin
%{_bindir}/lp2pap.sh
%{_bindir}/macbinary
%{_bindir}/macusers
%{_bindir}/megatron
%{_bindir}/nadheader
%{_bindir}/single2bin
%{_bindir}/unbin
%{_bindir}/unhex
%{_bindir}/uniconvn
%{_bindir}/unsingle
%{_sbindir}/afpd
%{_sbindir}/cnid_dbd
%{_sbindir}/cnid_metad
#%{_sbindir}/timelord
%{_mandir}/man[158]/*

%files -n %{libname}
%doc COPYRIGHT COPYING
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc doc/DEVELOPER
%{_bindir}/netatalk-config
%{_libdir}/*.so
%dir %{_includedir}/atalk
%{_includedir}/atalk/*.h
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_datadir}/aclocal/%{name}.m4



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.3-2
+ Revision: fd014b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3221 |14cr|netbeans-svnclientadapter-6.7.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Prevent brp-java-repack-jars from being run.
%global __jar_repack %{nil}

%global nb_            netbeans
%global nb_org         %{nb_}.org
%global nb_ver         6.7.1

%global svnCA          svnClientAdapter
%global svnCA_ver      1.6.0

Name:           %{nb_}-svnclientadapter
Version:        %{nb_ver}
Release:        4
Summary:        Subversion Client Adapter

License:        ASL 2.0
Url:            http://subclipse.tigris.org/svnClientAdapter.html
Group:          Development/Java

# The source for this package was pulled from upstream's vcs.  Use the
# following commands to generate the tarball:
# svn export --force --username guest -r4383 \
#     http://subclipse.tigris.org/svn/subclipse/trunk/svnClientAdapter/ \
#     svnClientAdapter-1.6.0
# tar -czvf svnClientAdapter-1.6.0.tar.gz svnClientAdapter-1.6.0
Source0:        %{svnCA}-%{svnCA_ver}.tar.gz
Patch0:         %{svnCA}-%{svnCA_ver}-build.patch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  ant-junit
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  jpackage-utils
BuildRequires:  svn-javahl

Requires:       java >= 0:1.6.0
Requires:       jpackage-utils
Requires:       subversion

%description
SVNClientAdapter is a high-level Java API for Subversion.

%prep
%setup -q -n %{svnCA}-%{svnCA_ver}

# remove all binary libs
find . -name "*.jar" -exec %{__rm} -f {} \;

%patch0 -p1 -b .sav

%{__ln_s} -f %{_javadir}/svnkit-javahl.jar lib/svnjavahl.jar

%build
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java 
ant -verbose svnClientAdapter.jar

%install
%{__rm} -fr %{buildroot}
# jar
%{__install} -d -m 755 %{buildroot}%{_javadir}
%{__install} -m 644 build/lib/svnClientAdapter.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc license.txt readme.txt
%{_javadir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.7.1-4
+ Revision: 46b27b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3222 |14cr|netcat-openbsd-1.89-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       netcat-openbsd
Version:    1.89
Release:    4
Summary:    Reads and writes data across network connections using TCP or UDP
Group:      Networking/Other 
License:    BSD
URL:        http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
# source is CVS checkout
Source0:    netcat-openbsd-%{version}.tar.gz
Patch0:     openbsd-compat.patch
Patch1:     socks-b64-prototype.patch
Patch2:     silence-z.patch
Patch3:     glib-strlcpy.patch
Patch4:     no-strtonum.patch
Patch5:     pollhup.patch
Patch6:     reuseaddr.patch
Patch7:     connect-timeout.patch
Patch8:     udp-scan-timeout.patch
Patch9:     verbose-numeric-port.patch
Patch10:    send-crlf.patch
Patch11:    help-version-exit.patch
Patch12:    quit-timer.patch
Patch13:    getservbyname.patch
Patch14:    gcc-warnings.patch
Patch20:    netcat-openbsd-1.89-makefile.patch
Patch21:    netcat-openbsd-1.89-openbsd-compat.patch
Requires:       glib2
BuildRequires:  glib2-devel
Obsoletes:      netcat-bsd
Conflicts:      netcat < 1.0
Provides:       netcat = 1.0
Conflicts:      netcat-traditional
Conflicts:      netcat-gnu
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
The nc package contains Netcat (the program is actually nc), a simple
utility for reading and writing data across network connections, using
the TCP or UDP protocols. Netcat is intended to be a reliable back-end
tool which can be used directly or easily driven by other programs and
scripts.  Netcat is also a feature-rich network debugging and
exploration tool, since it can create many different connections and
has many built-in capabilities.

You may want to install the netcat package if you are administering a
network and you'd like to use its debugging and network exploration
capabilities.

%prep
%setup -q -n netcat-openbsd-%{version}.orig

%patch20 -p1
%patch21 -p1

%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1

%build
%make

%install
rm -rf %{buildroot}
install -d %{buildroot}%{_bindir}
install -m 755 nc %{buildroot}%{_bindir}
(cd %{buildroot}%{_bindir} && ln -s nc netcat)
install -d %{buildroot}%{_mandir}/man1
install -m 644 nc.1 %{buildroot}%{_mandir}/man1
(cd %{buildroot}%{_mandir}/man1 && ln -s nc.1 netcat.1)

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/nc
%{_bindir}/netcat
%{_mandir}/man1/nc.1*
%{_mandir}/man1/netcat.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.89-4
+ Revision: 8c37d92
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3223 |14cr|netdiscover-0.3-0.beta7.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A network address discovering tool
Name:		netdiscover
Version:	0.3
Release:	0.beta7.5
License:	GPLv3+
Group:		Networking/Other
Url:		http://nixgeneration.com/~jaime/netdiscover/
# http://www.pc-workshop.da.ru/cvs/netdiscover.tar.gz?view=tar
Source0:	%{name}-%{version}-beta7.tar.gz
BuildRequires:	libtool
BuildRequires:	wget
BuildRequires:	libnet-devel >= 1.1.3
BuildRequires:	pcap-devel

%description
Netdiscover is a network address discovering tool, developed mainly for those
wireless networks without dhcp server, but it also works on hub/switched
networks. Its based on arp requests, it will send arp requests and sniff for
replies.

%files
%doc AUTHORS ChangeLog README TODO
%{_sbindir}/*
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-beta7
find . -name "Makefile*" -o -name "*.m4" -o -name "configure*" |xargs sed -i -e 's,configure.in,configure.ac,g'

find . -perm 640 | xargs chmod 0644

%build
LC_ALL=C sh update-oui-database.sh
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

# cleanup
rm -rf %{buildroot}%{_prefix}/doc


%changelog
* Thu Mar 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3-0.beta7.5
+ Revision: 32dd1bc
- LOG Adjust to work with new automake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3224 |14cr|netgen-4.9.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		netgen
Group:		Sciences/Physics
Version:	4.9.13
Release:	3
Summary:	Automatic 3d tetrahedral mesh generator
License:	GPL
URL:		http://www.hpfem.jku.at/netgen/
Source0:	%{name}-%{version}.tar.gz
Patch0:		netgen-4.9.13-togl.patch
Patch1:		netgen-4.9.13-opencascade.patch

BuildRequires:	pkgconfig(glu)
BuildRequires:	opencascade
BuildRequires:	opencascade-devel
BuildRequires:	openmpi-devel
BuildRequires:	tcl-devel
BuildRequires:	tk-devel
BuildRequires:	togl
Requires:	tix

%description
NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from
constructive solid geometry (CSG) or boundary representation (BRep) from STL
file format. The connection to a geometry kernel allows the handling of IGES
and STEP files. NETGEN contains modules for mesh optimization and hierarchical
mesh refinement. Netgen is open source based on the LGPL license. It is
available for Unix/Linux and Windows.

NETGEN was developed mainly by Joachim Schöberl within project grants from
the Austrian Science Fund FWF ( Special Research Project "Numerical and
Symbolic Scientific Computing", Start Project "hp-FEM) at the Johannes
Kepler University Linz. Significant contributions were made by Johannes
Gerstmayr (STL geometry) Robert Gaisbauer (OpenCascade interface).

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x --with-occ=%{_datadir}/opencascade
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/%{name}/tutorials
mv -f %{buildroot}%{_datadir}/%{name}/*.{geo,in2d,step,stl,surf} %{buildroot}%{_datadir}/%{name}/tutorials
mv -f %{buildroot}%{_bindir}/* %{buildroot}%{_datadir}/%{name}
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh

export NETGENDIR=%{_datadir}/%{name}
export PATH=\$NETGENDIR:\$PATH
[ -z "\$NETGEN_USER_DIR" ] && export NETGEN_USER_DIR=\$HOME
\$NETGENDIR/%{name} "\$@"
EOF
chmod +x %{buildroot}%{_bindir}/%{name}

%files
%{_bindir}/*
%{_includedir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%dir %{_docdir}/%{name}/
%{_docdir}/%{name}/*
%{_libdir}/*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.9.13-3
+ Revision: 1617f58
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3225 |14cr|nethack-3.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nethack
Version:	3.4.3
Release:	3
Summary:	A roguelike dungeon exploration game

Group:		Games/Adventure
License:	Nethack GPL
URL:		http://www.nethack.org
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-343-src.tgz
# Nethack Linux settings/defines
Patch0:		nethack-settings.patch
# HP monitor, patch from http://www.netsonic.fi/~walker/nh/hpmon.diff 
# Some parts adapted from Debian's patch
Patch1: 	nethack-enh-hpmon.patch
# "Paranoid hit" patch by Joshua Kwan <joshk@triplehelix.org>
# heavily edited from http://www.netsonic.fi/~walker/nh/paranoid-343.diff
# originally by  David Damerell, Jonathan Nieder, Jukka Lahtinen, Stanislav
# Traykov
#
# Adapted from its Debian version
Patch2:		nethack-enh-paranoid-hit.patch
#TODO: unfinished
Patch3:		nethack-3.4.3-makefile-destdir.patch
BuildRequires:	ncurses-devel bison flex


%description
NetHack is a single player dungeon exploration game that runs on a
wide variety of computer systems, with a variety of graphical and text
interfaces all using the same game engine.

Unlike many other Dungeons & Dragons-inspired games, the emphasis in
NetHack is on discovering the detail of the dungeon and not simply
killing everything in sight - in fact, killing everything in sight is
a good way to die quickly.

Each game presents a different landscape - the random number generator
provides an essentially unlimited number of variations of the dungeon
and its denizens to be discovered by the player in one of a number of
characters: you can pick your race, your role, and your gender.

%prep
%setup -q
%patch0 -p1 -b .settings~
%patch1 -p1 -b .hpmon~
%patch2 -p1 -b .paranoid~
#%patch3 -p1 -b .destdir~
# Generates makefiles
(source sys/unix/setup.sh)

%build
# Patch in our paths with RPM macros.
perl -pi -e 's{MDV_HACKDIR}{%{_gamesdatadir}/nethack}' include/config.h
perl -pi -e 's{MDV_VAR_PLAYGROUND}{%{_localstatedir}/lib/games/nethack}' include/unixconf.h
%make CFLAGS="%{optflags} -I../include -Wno-error=format-security" LDFLAGS="%{ldflags}"

%install
%makeinstall_std \
        GAMEDIR=%{buildroot}%{_gamesdatadir}/nethack \
        VARDIR=%{buildroot}%{_localstatedir}/lib/games/nethack \
        SHELLDIR=%{buildroot}%{_gamesbindir} \
        CHOWN=/bin/true \
        CHGRP=/bin/true
rm -f %{buildroot}%{_gamesbindir}/nethack                                                                                                                     
mv %{buildroot}%{_gamesdatadir}/nethack/nethack %{buildroot}%{_gamesbindir}/nethack                                                                           
mv %{buildroot}%{_gamesdatadir}/nethack/recover %{buildroot}%{_gamesbindir}/nethack-recover                                                                   
install -m644 doc/nethack.6 -D %{buildroot}%{_mandir}/man6/nethack.6

%post
%create_ghostfile %{_localstatedir}/lib/games/nethack/record root games 664
%create_ghostfile %{_localstatedir}/lib/games/nethack/perm root games 664
%create_ghostfile %{_localstatedir}/lib/games/nethack/logfile root games 664

%files
%doc doc/*txt README dat/license
%{_gamesdatadir}/nethack
%{_mandir}/man6/*
%defattr(755,root,games)
%{_gamesbindir}/nethack-recover
%attr(2755,root,games) %{_gamesbindir}/nethack
%defattr(644,root,games,775)
%dir %{_localstatedir}/lib/games/nethack/
%dir %{_localstatedir}/lib/games/nethack/save
%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/games/nethack/record
%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/games/nethack/perm
%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/games/nethack/logfile



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.3-3
+ Revision: b3d7d8d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3226 |14cr|nethogs-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Top-like monitor for network traffic
Name:		nethogs
Version:	0.8.0
Release:	2
Group:		Monitoring
License:	GPL+
URL:		http://nethogs.sourceforge.net
Source0:	https://sourceforge.net/projects/nethogs/files/nethogs/0.8/%{name}-%{version}.tar.gz
BuildRequires:	ncurses-devel
BuildRequires:	pcap-devel

%description
NetHogs is a small "net top" tool.

Instead of breaking the traffic down per protocol or per subnet, like
most such tools do, it groups bandwidth by process and does not rely
on a special kernel module to be loaded.

So if there's suddenly a lot of network traffic, you can fire up
NetHogs and immediately see which PID is causing this, and if it's
some kind of spinning process, kill it.

Features:
- shows TCP download- and upload-speed per process
- supports both IPv4 and IPv6
- supports both Ethernet and PPP

%prep

%setup -q -n nethogs

%build

%make CFLAGS="%{optflags}"

%install
install -d %{buildroot}%{_sbindir}
install -m0755 nethogs %{buildroot}%{_sbindir}/

install -d %{buildroot}%{_mandir}/man8
install -m0644 nethogs.8 %{buildroot}%{_mandir}/man8/

%files
%defattr(-,root,root)
%doc Changelog DESIGN README
%{_sbindir}/nethogs
%{_mandir}/man*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-2
+ Revision: addad0d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3227 |14cr|netio-1.31-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		netio
Version: 	1.31
Release:	3
License: 	GPL
Group: 		Monitoring
Url:		http://www.ars.de/ars/ars.nsf/docs/netio
Source:		http://www.ars.de/ars/ars.nsf/netio-131.tar.bz2
Summary: 	Network benchmarking tool
BuildRequires:  glibc-devel libgcc gcc gcc-c++
BuildRequires:  dos2unix

%description
This is a network benchmark for, OS/2 2.x, Windows NT/2000 and Unix.
It measures the net throughput of a network via NetBIOS, TCP and UDP
protocols (Unix only supports TCP and UDP) using various different
packet sizes.

%prep
%setup -q -n %{name}-131

%build

dos2unix *.c *.h
%make linux

%install
mkdir -p %{buildroot}/%{_sbindir}
cp -pr netio %{buildroot}/%{_sbindir}

%files 
%doc bin/win32-i386.exe
%doc bin/os2-i386.exe
%doc netio.doc
/usr/sbin/netio

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.31-3
+ Revision: 24ad405
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3228 |14cr|netpanzer-0.8.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		netpanzer
Version:	0.8.4
Release:	3
Summary:	An online multiplayer tactical warfare game
License:	GPLv2+
Group:		Games/Strategy
URL:		http://netpanzer.berlios.de/
Source0:	http://download.berlios.de/netpanzer/%{name}-%{version}.tar.bz2
Patch0:		netpanzer-0.8.4-gcc470.patch
Patch1:		netpanzer-0.8.4-optflags.patch
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	scons
BuildRequires:	physfs-devel
BuildRequires:	imagemagick

%description
netPanzer is an online multiplayer tactical warfare game designed for
play across the Internet and over LAN systems. One on one games are
possible via direct connect or modem. netPanzer is designed for FAST
ACTION combat -- it is not another resource management clone. In fact,
there aren't any resources at all. Each player will have many units of
different types at their disposal. Players can fight until their units
are destroyed -- then respawn and keep on going. The game is real-time,
but it's based on quick tactical action and unit management. Battles
progress quickly and constantly; in fact, they never let up. There is no
stop in the action because there is no waiting for resources to be
collected and converted into weaponry. Players can join or leave
multiplayer games at any time.

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
%scons datadir=%{_gamesdatadir}/%{name}

%install
install -D -m 755 %{name} %{buildroot}%{_gamesbindir}/%{name}

mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
cp -pr cache/ %{buildroot}%{_gamesdatadir}/%{name}/
cp -pr maps/ %{buildroot}%{_gamesdatadir}/%{name}/
cp -pr pics/ %{buildroot}%{_gamesdatadir}/%{name}/
cp -pr powerups/ %{buildroot}%{_gamesdatadir}/%{name}/
cp -pr scripts/ %{buildroot}%{_gamesdatadir}/%{name}/
cp -pr units/ %{buildroot}%{_gamesdatadir}/%{name}/
cp -pr wads/ %{buildroot}%{_gamesdatadir}/%{name}/
cp -pr sound/ %{buildroot}%{_gamesdatadir}/%{name}/

install -D -m 644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

for N in 16 32 48 64 128; do convert %{name}.png -resize ${N}x${N} $N.png; done
install -D -m 644 16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m 644 32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m 644 48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -D -m 644 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D -m 644 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

install -D -m 644 docs/%{name}.6 %{buildroot}%{_mandir}/man6/%{name}.6

%files
%doc COPYING README *.txt docs/*.txt
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/%{name}.6*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.4-3
+ Revision: b5e0950
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3229 |14cr|netperf-2.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name netperf
%define version 2.6.0
%define release 3

Summary:	Performance testing tool for TCP/UDP
Name:		%name
Version:	%version
Release:	%release
License:	BSD
Group:		Networking/Other
URL:		http://www.netperf.org/netperf/NetperfPage.html 
Source0:	ftp://ftp.netperf.org/netperf/%name-%version.tar.bz2

%description
Netperf is a benchmark that can be used to measure the performance 
of many different types of networking. It provides tests for both 
unidirecitonal throughput, and end-to-end latency.

The environments currently measureable by netperf include:

* TCP and UDP via BSD Sockets for both IPv4 and IPv6
* DLPI
* Unix Domain Sockets
* SCTP for both IPv4 and IPv6 

%prep
%setup -q 

%build
%configure2_5x \
	--enable-unixdomain \
	--enable-sdp \
	--enable-exs \
	--enable-sctp
%make 

%install
%makeinstall_std




%files
%doc README AUTHORS COPYING Release_Notes
%{_bindir}/netperf
%{_bindir}/netserver
%{_infodir}/netperf.*
%{_mandir}/man1/netperf.1*
%{_mandir}/man1/netserver.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.0-3
+ Revision: 5b18547
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3230 |14cr|netpipe-3.7.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name NetPIPE
%define name        netpipe
%define version	    3.7.1
%define release     6

Summary: Protocol independent performance tool
Name: %name
Version: %version
Release: %release
License: GPL
Group: Networking/Other
URL: http://www.scl.ameslab.gov/netpipe/
Source: http://www.scl.ameslab.gov/netpipe/code/%{real_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
NetPIPE is a protocol independent performance tool that visually represents
the network performance under a variety of conditions. It performs simple
ping-pong tests, bouncing messages of increasing size between two processes,
whether across a network or within an SMP system. Message sizes are chosen
at regular intervals, and with slight perturbations, to provide a complete
test of the communication system. Each data point involves many ping-pong
tests to provide an accurate timing. Latencies are calculated by dividing
the round trip time in half for small messages ( < 64 Bytes ). 

%prep
%setup -q -n %{real_name}-%{version}

%build
%make memcpy tcp 

%install
%{__rm} -rf %{buildroot}
%{__install} -D -m0755 NPmemcpy %{buildroot}%{_bindir}/NPmemcpy
%{__install} -D -m0755 NPtcp %{buildroot}%{_bindir}/NPtcp
%{__install} -D -m0644 dox/netpipe.1 %{buildroot}%{_mandir}/man1/netpipe.1

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
# not in package as they requires gnupot and csh
%doc bin/*
%doc dox/README dox/*pdf 
%{_mandir}/man1/netpipe.1*
%{_bindir}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.1-6
+ Revision: 4d95c7f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3231 |14cr|netplug-1.2.9-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name netplug
%define version 1.2.9
%define release 7

Summary: Hotplug-style support for network cables
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.red-bean.com/~bos/%{name}/%{name}-%{version}.tar.bz2
Patch0: netplug-1.2.9-execshield.patch.bz2
Patch1: netplug-1.2.9-bitkeeper.patch.bz2
Patch2: netplug-1.2.9-pinit.patch.bz2
License: GPL
Group: System/Configuration/Networking
Url: http://www.red-bean.com/~bos/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires(post): rpm-helper
Requires(preun): rpm-helper
Conflicts: net-tools < 1.60-18mdk

%description
The netplug daemon listens for carrier detection and loss messages
from the kernel's netlink subsystem.  When a carrier signal is
detected on an interface, it runs a script to bring the interface up.
When carrier is lost, netplug runs a script to bring the interface
down.

NOTE: prefer ifplugd, since it's integrated in Mandriva network scripts
and is more configurable

%prep
%setup -q
%patch0 -p1 -b .execshield
%patch1 -p1 -b .bitkeeper
%patch2 -p1 -b .pinit

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
make install prefix=%{buildroot} \
     initdir=%{buildroot}%{_initrddir} \
     mandir=%{buildroot}%{_mandir}

%clean
rm -rf $RPM_BUILD_ROOT

%post
%_post_service netplugd

%preun
%_preun_service netplugd

%files
%defattr(-,root,root)
%doc README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/netplug/netplugd.conf
%dir %{_sysconfdir}/netplug.d
%attr(0755,root,root) %{_sysconfdir}/netplug.d/*
%attr(0755,root,root) %{_initrddir}/netplugd
/sbin/netplugd
%{_mandir}/man8/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.9-7
+ Revision: 18d56d0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3232 |14cr|netpolice-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		netpolice
Version:	2.0
Release:	4

Summary:	Netpolice is content filtering system
License:	BSD
Group:		System/Servers
Url:		http://www.netpolice.ru/

Source0:	readme

%description
Netpolice is content filtering system.

Requires:	%{name} = %{version}-%{release}

%package -n %{name}-main
Summary:	netpolice meta package
Group:		System/Servers 
Requires:	squid >= 3.0
Requires:	memcached
Requires:	c-icap-server >= 0.1.6
Requires:	netpolice-filter
Requires:	squid-conf-host2cat >= 1.01
Requires:	host2cat >= 1.01
Requires:	netpolice-webadmin

%description -n %{name}-main
This package is meta package for %{name}.

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_docdir}
install -pD -m644 %{SOURCE0} %{buildroot}%{_docdir}/%{name}/%{name}

%clean
rm -rf %{buildroot}

%files -n %{name}-main
%defattr(-,root,root)
%doc %{_docdir}/%{name}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 86c5299
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3233 |14cr|netpolice-filter-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:	 	netpolice-filter
Version:	2.0
Release:	4

Summary:	url filter for c-icap server
License:	BSD
Group:		System/Servers
Url:		http://www.netpolice.ru/

Source0:	%{name}-%{version}.tar.gz

BuildRequires:	gcc-c++
BuildRequires:	c-icap-devel
BuildRequires:	libmemcache-devel
BuildRequires:	opendbx-devel
BuildRequires: 	zlib-devel

Requires(pre):	shadow-utils

Requires:	opendbx
Requires:	opendbx-sqlite3

Provides:	c-icap-url-filter

%description
ICAP module for checking URL against blacklist.

%prep
%setup -q

%build
libtoolize --copy --force
aclocal
autoconf
autoheader
automake --foreign --add-missing --copy
cp INSTALL INSTALL.txt

%configure cicapincdir=/usr/include/c_icap 
make

%install

mkdir -p  %{buildroot}/etc
%makeinstall_std CONFIGDIR=/etc

%files
%doc AUTHORS README INSTALL.txt TODO
%{_libdir}/c_icap/*.so
%config(noreplace) %{_sysconfdir}/*.conf*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 9c2be77
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3234 |14cr|netpolice-webadmin-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name netpolice-webadmin
%define version 1.0
%define unmangled_version 1.0
%define release 3

Summary:	Netpolice webadmin
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{unmangled_version}.tar.gz
Source1:	webadmin.conf
Source2:	webadmin-port.conf
Source3:	vhost-webadmin.conf
Source4:	pdns.conf
Source5:	zones.conf
Source6:	export_stat
License:	BSD License
Group:		System/Servers
Prefix:		%{_prefix}
BuildArch:	noarch
Url:		http://www.netpolice.ru/
AutoReq:	0
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	python-django
BuildRequires:	python-suds
BuildRequires:	python-ipaddr
BuildRequires:	PyOFC2
BuildRequires:	python-anyjson
Requires:	pdns
Requires:	c-icap-server
Requires:	apache-base
Requires:	apache-conf
Requires:	apache-mod_wsgi
Requires:	python-memcached
Requires:	python-sqlite2
Requires:	python-django
Requires:	python-suds
Requires:	python-ipaddr
Requires:	PyOFC2
Requires:	python-anyjson

%description
Netpolice webadmin.

%prep
%setup -n %{name}-%{unmangled_version}

%build
python setup.py build

%install
rm -rf %{buildroot}

python setup.py install --root=%{buildroot} --record=INSTALLED_FILES
install -pD -m644 %{SOURCE1} %{buildroot}/etc/netpolice/webadmin.conf
install -pD -m644 %{SOURCE4} %{buildroot}/etc/powerdns/pdns.conf.sample
install -pD -m644 %{SOURCE5} %{buildroot}/etc/powerdns/zones.conf
install -pD -m644 %{SOURCE2} %{buildroot}/etc/httpd/conf/ports-available/webadmin-port.conf
install -pD -m644 %{SOURCE3} %{buildroot}/etc/httpd/conf/sites-available/vhost-webadmin.conf
mkdir -p %{buildroot}/var/lib/netpolice
touch %{buildroot}/var/lib/netpolice/ZONE.root
install -pD -m755 %{SOURCE6} %{buildroot}/var/spool/cron/export_stat
touch %{buildroot}/var/lib/netpolice/stat.db

%post
/usr/sbin/useradd -M -r -d /dev/null -s /dev/null -c "system user for %{name}" -g netpolice netpolice> /dev/null 2>&1 ||:
mkdir -p /etc/httpd/conf/ports-enabled
mkdir -p /etc/httpd/conf/sites-enabled
ln -t /etc/httpd/conf/ports-enabled/ -s /etc/httpd/conf/ports-available/webadmin-port.conf
ln -t /etc/httpd/conf/sites-enabled/ -s /etc/httpd/conf/sites-available/vhost-webadmin.conf
/usr/sbin/usermod -G netpolice apache
sqlite3 -line /var/lib/netpolice/stat.db 'CREATE TABLE statistics (id integer NOT NULL PRIMARY KEY,date datetime NOT NULL,user varchar(255),role varchar(255),client_ip varchar(50),url text NOT NULL,action integer NOT NULL,mod smallint unsigned NOT NULL,categories varchar(255));'> /dev/null 2>&1 ||:
crontab /var/spool/cron/export_stat -u apache

%files
%defattr(-,root,root)
%config(noreplace) /etc/httpd/conf/ports-available/webadmin-port.conf
%config(noreplace) /etc/httpd/conf/sites-available/vhost-webadmin.conf
%config(noreplace) %attr(644,apache,netpolice) /etc/netpolice/webadmin.conf
%config(noreplace) /etc/powerdns/pdns.conf.sample
%config(noreplace) /etc/powerdns/zones.conf
%config(noreplace) %attr(644,apache,netpolice) /var/lib/netpolice/ZONE.root
%config(noreplace) %attr(644,apache,netpolice) /var/lib/netpolice/stat.db
#%attr(644,apache,netpolice) /etc/netpolice/webadmin.conf
#%attr(644,apache,netpolice) /var/lib/netpolice/ZONE.root
#%attr(644,apache,netpolice) /var/lib/netpolice/stat.db
%attr(644,apache,netpolice) /var/spool/cron/export_stat
%{py_sitedir}/webadmin/*.py
%{py_sitedir}/webadmin/utils/*.py
%{py_sitedir}/webadmin/templates/*.html
%{py_sitedir}/webadmin/templates/manual/ru/*.html
%{py_sitedir}/webadmin/static/swf/*.swf
%{py_sitedir}/webadmin/static/js/*.js
%{py_sitedir}/webadmin/static/img/*.jpg
%{py_sitedir}/webadmin/static/img/*.png
%{py_sitedir}/webadmin/static/img/*.ico
%{py_sitedir}/webadmin/static/css/*.css
%{py_sitedir}/webadmin/locale/ru/LC_MESSAGES/*.po
%{py_sitedir}/webadmin/locale/ru/LC_MESSAGES/*.mo
%{py_sitedir}/webadmin/conf/*.sample
%{py_sitedir}/webadmin/apps/users/*.py
%{py_sitedir}/webadmin/apps/users/lib/*.py
%{py_sitedir}/webadmin/apps/users/tests/*.py
%{py_sitedir}/webadmin/apps/users/templates/users/*.html
%{py_sitedir}/webadmin/apps/statistics/*.py
%{py_sitedir}/webadmin/apps/statistics/tests/*.py
%{py_sitedir}/webadmin/apps/statistics/templates/statistics/*.html
%{py_sitedir}/webadmin/apps/statistics/lib/*.py
%{py_sitedir}/webadmin/apps/statistics/management/*.py
%{py_sitedir}/webadmin/apps/statistics/management/commands/*.py
%{py_sitedir}/webadmin/apps/roles/*.py
%{py_sitedir}/webadmin/apps/roles/tests/*.py
%{py_sitedir}/webadmin/apps/roles/templates/roles/*.html
%{py_sitedir}/webadmin/apps/manual_categorization/*.py
%{py_sitedir}/webadmin/apps/manual_categorization/tests/*.py
%{py_sitedir}/webadmin/apps/manual_categorization/templates/manual_categorization/*.html
%{py_sitedir}/webadmin/apps/main/*.py
%{py_sitedir}/webadmin/apps/main/tests/*.py
%{py_sitedir}/webadmin/apps/main/templates/main/*.html
%{py_sitedir}/webadmin/apps/license/*.py
%{py_sitedir}/webadmin/apps/license/tests/*.py
%{py_sitedir}/webadmin/apps/license/lib/*.py
%{py_sitedir}/webadmin/apps/license/templates/license/*.html
%{py_sitedir}/webadmin/apps/categories/*.py
%{py_sitedir}/webadmin/apps/categories/tests/*.py
%{py_sitedir}/webadmin/apps/categories/templates/categories/*.html
%{py_sitedir}/webadmin/apps/core/*.py
%{py_sitedir}/webadmin/apps/core/templatetags/*.py
%{py_sitedir}/webadmin/apps/auth/*.py
%{py_sitedir}/webadmin/apps/auth/tests/*.py
%{py_sitedir}/webadmin/apps/auth/templates/auth/*.html
%{py_sitedir}/webadmin/apps/admins/*.py
%{py_sitedir}/webadmin/apps/admins/tests/*.py
%{py_sitedir}/webadmin/apps/admins/templates/admins/*.html
%{py_sitedir}/webadmin/apps/manual_categorization/lib/*.py
%{py_sitedir}/webadmin/apps/*.py
%{py_sitedir}/*.egg-info
/usr/bin/*.wsgi

%clean
rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: e1e4d1d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3235 |14cr|netrek-client-cow-3.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		netrek-client-cow
Version:	3.3.1
Release:	4
Summary:	Netrek client
License:	MIT
Group:		Games/Other
Source0:	http://netrek.org/files/COW/%{name}-%{version}.tar.gz
Source1:	%{name}.6
URL:		http://www.netrek.org/

BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL-devel
BuildRequires:	imlib2-devel
BuildRequires:	libxxf86vm-devel
BuildRequires:	gmp-devel

%description
This is a client for the multiplayer game of Netrek, supporting sound,
color bitmaps, and recording and playback of games. The game itself has 
existed since 1988, and had a solid player-base, including some 
people who have been playing for nearly as long as the game has existed.


%prep
%setup -q

%build
%configure
#Package doesn't support concurrent makes yet. forcing "-j1"
make -j1

%install
%makeinstall
#Dont set execute on .desktop file
chmod -x %{buildroot}%{_datadir}/applications/%{name}.desktop
install -p -m 0644 %{SOURCE1} -D %{buildroot}/%{_mandir}/man6/%{name}.6

%files
# "COPYING" is a list of authors, and not the GPL license
%doc CHANGES README.* TODO *.DOC COPYING XTREKRC.example copyright*.h
%doc cow.html index.orig.html newbie.html cow.css stars.gif netrekrc.example
%{_gamesbindir}/%{name}
%{_datadir}/pixmaps/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man6/*.6*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.1-4
+ Revision: 7206cdd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3236 |14cr|netsniff-ng-0.5.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		netsniff-ng
Version:	0.5.7
Release:	4
Summary:	A high performance network sniffer for packet inspection
License:	GPLv2
Group:		Monitoring
URL:		http://netsniff-ng.org/
Source0:	http://www.netsniff-ng.org/pub/netsniff-ng/%{name}-%{version}.tar.gz
Patch0:         cflags_notune.patch
BuildRequires:	cmake
BuildRequires:	ncurses-devel
BuildRequires:	pkgconfig(geoip)
BuildRequires:	pkgconfig(libnetfilter_conntrack)
BuildRequires:	flex
BuildRequires:	pkgconfig(liburcu)

%description
netsniff-ng is a high performance linux network sniffer for packet inspection.
Basically, it is similar to tcpdump, but it doesn't need one syscall per
packet. Instead, it uses an memory mapped area within kernelspace for accessing
packets without copying them to userspace (zero-copy mechanism).

This tool is useful for debugging your network, measuring performance
throughput or creating network statistics of incoming packets on central
network nodes like routers or firewalls. 

%prep
%setup -q
%apply_patches

%build
pushd src
%cmake
%make
popd

%install
pushd src/build
%makeinstall_std
popd

rm -f %{buildroot}%{_mandir}/man8/netsniff-ng.8.gz

%files
%defattr(-,root,root)
%doc AUTHORS README REPORTING-BUGS VERSION Documentation/*
%{_sbindir}/*
%{_mandir}/man8/*.8*
%config(noreplace) %{_sysconfdir}/netsniff-ng/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.7-4
+ Revision: 1f45dc3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3237 |14cr|nettee-0.1.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name nettee
%define version 0.1.8
%define release 8

Summary: Network "tee" program
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}.tar.bz2
License: GPL
Group: Networking/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Url: http://saf.bio.caltech.edu/nettee.html


%description
nettee is a network "tee" program.  It can typically transfer
data between N nodes at (nearly) the full bandwidth provided by the 
switch which connects them.  It is handy for cloning nodes or moving 
large database files.

%prep
%setup -q -n %name-%version

%build
gcc -O2 -g -pipe -Wformat -Werror=format-security -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -fasynchronous-unwind-tables -D_LARGEFILE64_SOURCE -o nettee nettee.c

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m755 $RPM_BUILD_DIR/%name-%version/%name %{buildroot}%{_bindir}/%name
install -m644 $RPM_BUILD_DIR/%name-%version/%name.1 %{buildroot}%{_mandir}/man1/%name.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc LICENSE *.TXT *.html *.sh
%{_bindir}/%{name}
%{_mandir}/man1/%name.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8-8
+ Revision: 5ee48ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3238 |14cr|netwag-5.39.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name netwag
%define version 5.39.0
%define release 3

# Use dependency on tk instead of this one which is not formally provided
%define __noautoreq '/usr/bin/wish8.6'

Summary: A graphic front-end to netwox
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://downloads.sourceforge.net/project/ntwag/netwag/5.39/%{name}-%{version}-src.tgz
Source1: http://downloads.sourceforge.net/project/ntwag/netwag/5.39/%{name}-%{version}-doc_html.tgz
Patch0: netwag-5.35.0-prefix.patch
License: LGPL
Group: Networking/Other
Url: http://www.laurentconstantin.com/fr/netw/netwox/
Requires: netwox = %version
Requires: tk >= 8.6
BuildRequires: tk >= 8.6
BuildRequires: netwox = %version
BuildRequires: xterm
BuildArch: noarch

%description
Netwag provides:
  - find tools in netwox
  - running tools in a new window
  - keep track of command history
  - exchange data true the integrate clipboard
  - ect.

%prep
%setup -q -n %name-%version-src
%setup -q -D -T -a1 -n %name-%version-src
%patch0 -p0

%build
cd src
./genemake
%make GCCOPT="$RPM_OPT_FLAGS -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H"

%install
cd src
%makeinstall_std

%files
%doc INSTALL.TXT README.TXT
%doc doc/*.txt
%doc %name-%version-doc_html/*
%_bindir/netwag*
%_mandir/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.39.0-3
+ Revision: abf2cdd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3239 |14cr|netwatch-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		netwatch 
Summary:	Ethernet/PPP IP Packet Monitor 
Version:	1.3.0
Release:	%{mkrel 1}
# Headers suggest some code is from 'statnet' which is GPLv2
License:	GPLv2
Group:		Monitoring
Source0:	http://www.slctech.org/~mackay/NETWATCH/%{name}-%{version}-1.tgz
Patch0:		netwatch-1.3.0-1-include.patch
# Fix a bug which causes build to fail - misc 2008/09
Patch1:		netwatch-1.3.0-1-fix_build_open.patch 
URL:		http://www.slctech.org/~mackay/netwatch.html
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
BuildRequires:	ncurses-devel

%description 
The software enables real-time viewing of network activity.
Network usage is tracked on a per host basis. Packet
and byte counts are available for all host communication.
Router statistics and summary charts are available.
 
%prep
%setup -q
%patch0 -p0
%patch1

%build
%configure2_5x
%make

%install
install -d -m 755 %{buildroot}%{_sbindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 netwatch %{buildroot}%{_sbindir}
install -m 755 netresolv %{buildroot}%{_sbindir}
install -m 644 netwatch.1 %{buildroot}%{_mandir}/man1

%clean
%__rm -fr %{buildroot}

%files
%defattr(-,root,root,-)
%doc README README.performance TODO CHANGES BUGS
%{_sbindir}/%{name}
%{_sbindir}/netresolv
%{_mandir}/man1/%{name}.1*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.3.0-1
+ Revision: 4334360
- Automatic import for version 1.3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3240 |14cr|netwib-5.39.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	5
%define libname %mklibname %{name} %major
%define develname %mklibname -d %{name}
%define develnamest %mklibname -d -s %{name}

Summary:	A network library
Name:		netwib
Version:	5.39.0
Release:	3
License:	LGPL
Group:		Networking/Other
URL:		http://www.laurentconstantin.com/fr/netw/netwib/
Source0:	http://www.laurentconstantin.com/common/netw/netwib/download/v5/%{name}-%{version}-src.tgz
Source1:	http://www.laurentconstantin.com/common/netw/netwib/download/v5/%{name}-%{version}-doc_html.tgz
Source100:	%{name}.rpmlintrc
Patch0:		netwib-5.39.0-genemake.patch
BuildRequires:	libpcap-devel >= 0.7.2
BuildRequires:	libnet-devel >= 1.1.3

%description
Netwib is a network library for network administrator and hackers.
She provides:
  + address translation
  + client/server udp/tcp
  + paquets creation and annalyze
  + etc.

With Netwib, you can easily create a network application.

%package -n	%{libname}
Summary:	A network library
Group:		Networking/Other
Provides:	%{name}
Provides:	lib%{name} = %{version}-%{release}

%description -n	%{libname}
Netwib is a network library for network administrator and hackers.
She provides:
  + address translation
  + client/server udp/tcp
  + paquets creation and annalyze
  + etc.

With Netwib, you can easily create a network application.

%package -n	%{develname}
Summary:	A network library
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel
Obsoletes:	%{name}-devel
Obsoletes:	%{libname}-devel

%description -n	%{develname}
Netwib is a network library for network administrator and hackers.
She provides:
  + address translation
  + client/server udp/tcp
  + paquets creation and annalyze
  + etc.

With Netwib, you can easily create a network application.


%package -n	%{develnamest}
Summary:	A network library
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Requires:	%{develname} = %{version}-%{release}
Provides:	lib%{name}-devel-static = %{version}-%{release}
Provides:	%{name}-devel-static

%description -n	%{develnamest}
Netwib is a network library for network administrator and hackers.
She provides:
  + address translation
  + client/server udp/tcp
  + paquets creation and annalyze
  + etc.

With Netwib, you can easily create a network application.



%package -n	%{name}-doc
Summary:	Netwib html documentation
Group:		Networking/Other

%description -n	%{name}-doc
The netwib documention in html format.

Netwib is a network library for network administrator and hackers.
She provides:
  + address translation
  + client/server udp/tcp
  + paquets creation and annalyze
  + etc.

With Netwib, you can easily create a network application.

%prep

%setup -q -n %{name}-%{version}-src
%setup -q -D -T -a1 -n %{name}-%{version}-src

find . -type f -exec chmod a+r {} \;

%patch0 -p1

perl -pi -e 's!^NETWIBDEF_INSTPREFIX=.*!NETWIBDEF_INSTPREFIX=%{_prefix}!' src/config.dat
# Hacking for lib64
perl -pi -e 's!^NETWIBDEF_INSTLIB=.*!NETWIBDEF_INSTLIB=%{_libdir}!' src/config.dat
perl -pi -e 's!^NETWIBDEF_INSTMAN=.*!NETWIBDEF_INSTMAN=%{_mandir}!' src/config.dat
perl -pi -e 's!^NETWIBDEF_SYSARCH=.*!NETWIBDEF_SYSARCH=%{_arch}!' src/config.dat

%build
cd src

./genemake

%make \
    GCCOPT="%{optflags} -Wall -fPIC -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H" \
    GCCOPTL="$GCCOPT" GCCOPTP="$GCCOPT" libnetwib.so libnetwib.a

%install
cd src
%makeinstall_std
%make installso DESTDIR=%{buildroot}

%files -n %{libname}
%doc INSTALLUNIX.TXT INSTALLWINDOWS.TXT README.TXT
%{_libdir}/libnetwib.so.*
%{_libdir}/libnetwib539.so.5.39.0
#% {_libdir}/libnetwib*.so.*

%files -n %{develname}
%doc INSTALLUNIX.TXT INSTALLWINDOWS.TXT README.TXT
%{_bindir}/netwib*-config
%{_includedir}/netwib*
%{_libdir}/libnetwib*.so
%{_mandir}/man3/netwib*

%files -n %{develnamest}
%{_libdir}/libnetwib*.a

%files -n %{name}-doc
%doc doc/*.txt %{name}-%{version}-doc_html/* 

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.39.0-3
+ Revision: c548f52
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3241 |14cr|net-wireless-0.2-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define nsusr nagios
%define nsgrp nagios
%define cmdusr apache
%define cmdgrp apache

Summary: Wireless access for NetSaint
Name:    net-wireless
Version: 0.2
Release: 16
License: GPL
URL:     http://mobileengines.com/net-wireless/
Group:   Networking/Other
Source0: %{name}.%{version}.tar.bz2
Patch0:  net-wireless-nagios.patch.bz2
Requires: nagios nagios-www

%description
The Wireless Network Tools package uses a Web-enabled phone (or an emulator) to
provide traceroute, ping, and port scanning. If you use netsaint, it ties into
it nicely and provides real-time status of your hosts/network. This should be
considered pre-alpha, but it does do what it is intended to do.

%prep

%setup -n %{name}
%patch0 -p1

%build
echo "no compiling is needed"

%install
install -d %{buildroot}/etc/httpd/conf
install -d %{buildroot}%{_libdir}/nagios/cgi/
install -d %{buildroot}%{_datadir}/nagios
install -m644 wireless.cfg %{buildroot}/etc/httpd/conf/
install -m755 *.cgi %{buildroot}%{_libdir}/nagios/cgi/
install -m644 index.wml %{buildroot}%{_datadir}/nagios/

%files
%doc CHANGES EMULATORS INSTALL README THANKS
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/wireless.cfg
%attr(0755,root,root) %dir %{_libdir}/nagios/cgi
%attr(0755,%{nsusr},%{cmdgrp}) %{_libdir}/nagios/cgi/*
%attr(0755,root,root) %dir %{_datadir}/nagios
%attr(0644,root,root) %{_datadir}/nagios/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-16
+ Revision: b6d6a6d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3242 |14cr|netwox-5.39.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A network toolbox
Name:		netwox
Version:	5.39.0
Release:	2
License:	LGPL
Group:		Networking/Other
URL:		http://www.laurentconstantin.com/fr/netw/netwox/
Source0:	http://downloads.sourceforge.net/project/ntwox/netwox%20only/5.39/%{name}-%{version}-src.tgz
Source1:	http://downloads.sourceforge.net/project/ntwox/netwox%20only/5.39/%{name}-%{version}-doc_html.tgz
BuildRequires:	libpcap-devel >= 0.7.2
BuildRequires:	libnet-devel >= 1.1.3
BuildRequires:	netwib-devel = %{version}

%description
Netwox is a network tools for network administrator and hackers.

It contains about 100 functions

%prep

%setup -q -n %{name}-%{version}-src -a1 

find . -type f -exec chmod a+r {} \; 

perl -pi -e 's!^NETWIBDEF_INSTPREFIX=.*!NETWIBDEF_INSTPREFIX=/usr!' src/config.dat
perl -pi -e 's!^NETWOXDEF_INSTPREFIX=.*!NETWOXDEF_INSTPREFIX=/usr!' src/config.dat
# Hacking for lib64
perl -pi -e 's!^NETWIBDEF_INSTLIB=.*!NETWIBDEF_INSTLIB=%{_libdir}!' src/config.dat
perl -pi -e 's!^NETWIBDEF_SYSARCH=.*!NETWIBDEF_SYSARCH=%{_arch}!' src/config.dat
perl -pi -e 's!^NETWOXDEF_INSTMAN=.*!NETWOXDEF_INSTMAN=%{_mandir}!' src/config.dat

%build
cd src
./genemake
make GCCOPT="%{optflags} -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H"

%install

cd src
%makeinstall_std

%files
%doc INSTALLUNIX.TXT INSTALLWINDOWS.TXT README.TXT
%doc doc/*.txt %{name}-%{version}-doc_html/*
%{_bindir}/netwox*
%{_mandir}/man1/netwox*.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.39.0-2
+ Revision: c411a97
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3243 |14cr|neverball-1.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Arcade game
Name:		neverball
Version:	1.6.0
Release:	2
Epoch:		1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://icculus.org/neverball/
Source0:	http://icculus.org/neverball/%{name}-%{version}.tar.gz
BuildRequires:	jpeg-devel
BuildRequires:	libphysfs-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_ttf)
BuildRequires:	pkgconfig(vorbisfile)

%description
Tilt the floor to roll the ball through the obstacle course before time
runs out.

This package inclutes neverputt, a golf game based on neverball.

Hardware accellerated OpenGL support with multitexture (OpenGL 1.2.1
or greater) is required.

%files -f %{name}.lang
%doc LICENSE.md README.md
%doc doc/*
%{_gamesbindir}/%{name}
%{_gamesbindir}/neverputt
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/neverputt.desktop
%{_datadir}/icons/hicolor/*/apps/never*png
%{_mandir}/man6/neverball.6*
%{_mandir}/man6/neverputt.6*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make \
	CFLAGS="%{optflags}" \
	CXXFLAGS="%{optflags}" \
	ENABLE_NLS=1 \
	DATADIR=%{_gamesdatadir}/%{name}/data \
	LOCALEDIR=%{_datadir}/locale

%install
install -m 755 -D %{name} %{buildroot}%{_gamesbindir}/%{name}
install -m 755 neverputt %{buildroot}%{_gamesbindir}/

mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
rm -fr data/map-*/*.map
find data -perm 0600 | xargs chmod 0644
cp -a data %{buildroot}%{_gamesdatadir}/%{name}/

mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 dist/*.desktop %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_mandir}/man6
install -m 644 dist/*.6 %{buildroot}%{_mandir}/man6

for res in 16 24 32 48 64 128 256; do
	mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${res}x${res}/apps
	install -m 644 dist/neverball_${res}.png %{buildroot}%{_datadir}/icons/hicolor/${res}x${res}/apps/neverball.png
	install -m 644 dist/neverputt_${res}.png %{buildroot}%{_datadir}/icons/hicolor/${res}x${res}/apps/neverputt.png
done

cp -r locale %{buildroot}%{_datadir}/

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.6.0-2
+ Revision: 3730632
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3244 |14cr|nevernote-0.99-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nevernote
Version:	0.99
Release:	2
Group:		Networking/Other
Summary:	Evernote-clone. Use with Evernote to remember everything
License:	GPLv2
URL:		http://nevernote.sourceforge.net/
Source:		%{name}-%{version}_i386.tar.gz
Patch:		%{name}.desktop-ru.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-build
#Requires:	

%description
Evernote-clone. Use with Evernote to remember everything

%prep
%setup -q -n %{name}
%patch -p0

#%build

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 usr/bin/%{name}.sh %{buildroot}%{_bindir}/%{name}

install -d -m 755 %{buildroot}%{_datadir}/applications
install -m 644 usr/share/applications/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -a usr/share/%{name}/* %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_docdir}/%{name}
install -m 644 usr/share/doc/%{name}/* %{buildroot}%{_docdir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_docdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99-2
+ Revision: c7befe1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3245 |14cr|newsbeuter-2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	RSS/Atom feed reader for text terminals
Name:		newsbeuter
Version:	2.8
Release:	2
License:	MIT
Group:		Networking/News
Url:		http://www.newsbeuter.org
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	gettext-devel
BuildRequires:	stfl-devel
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(sqlite3)

%description
Newsbeuter is an open-source RSS/Atom feed reader for text
terminals. It runs on Linux, FreeBSD, Mac OS X and other Unix-like
operating systems. Newsbeuter's great configurability and vast number
of features make it a perfect choice for people that need a slick and
fast feed reader that can be completely controlled via keyboard.

A summary of some of its features:

* Subscribe to RSS 0.9x, 1.0, 2.0 and Atom feeds
* Download podcasts
* Freely configure your keyboard shortcuts
* Search through all downloaded articles
* Categorize and query your subscriptions with a flexible tag system
* Integrate any data source through a flexible filter and plugin
  system
* Automatically remove unwanted articles through a "killfile"
* Define "meta feeds" using a powerful query language
* Synchronize newsbeuter with your bloglines.com account
* Import and exporting your subscriptions with the widely used OPML
  format
* Freely define newsbeuter's look'n'feel through free color
  configurability and format strings

%files -f %{name}.lang
%doc AUTHORS CHANGES LICENSE README TODO doc/xhtml/*.html
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
CXXFLAGS=-fpermissive %make prefix=%{_prefix}

%install
%makeinstall_std prefix=%{_prefix}

%find_lang %{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8-2
+ Revision: 3ec28df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3246 |14cr|newtonator-0.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_disable_ld_no_undefined 1
Name:	newtonator
Version:	0.6.0
Release:	3
License:	GPLv3
Summary:	LV2 software synthesizer
Url:	http://newtonator.sourceforge.net
Group:	Sound
Source:	http://downloads.sourceforge.net/project/newtonator/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(lv2)    
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	stk-devel
BuildRequires:	pkgconfig(lv2-gui)
BuildRequires:	pkgconfig(lv2-plugin)
Requires:	lv2

%description
The Newtonator is an LV2 software synthesizer that uses a unique algorithm 
based on simple ideas of velocity and acceleration to produce 
some unpredictable sounds.

%prep
%setup -q
find . -perm 0700 | xargs chmod 0644
find . -name *.h | xargs chmod 0644
find . -name *.cpp | xargs chmod 0644
echo /n >> doc/html/Newtonator-DocBook.proc
sed -i 's/\r//' doc/Newtonator-DocBook.xml 

%build
%cmake -DLV2_INSTALL_DIR=%{_libdir}/lv2

%install
%makeinstall_std -C build

%files
%defattr(-,root,root)
%doc README RELEASE COPYING.Newtonator AUTHORS
%doc doc/*
%{_libdir}/lv2/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-3
+ Revision: 25e72ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3247 |14cr|nexp-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          nexp 
Version:       0.2
Release:       3
Summary:       Tool for browsing and monitoring KDE Nepomuk database
Group:         Graphical desktop/KDE
License:       GPLv3
Url:           http://gitorious.org/nexp/nexp-git 
Source:        122981-%name-%version.tar.gz
BuildRequires: kde4-macros
Requires:      python-qt4
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:     noarch

%description
NExp is Nepomuk Explorer.
A tool for browsing and monitoring KDE Nepomuk database.

%files 
%defattr(-,root,root)
%_kde_bindir/%name
%attr(755,root,root) %_kde_datadir/%name

#--------------------------------------------------------------------

%prep
%setup -q -n %name-%version

%build

%install
rm -rf %{buildroot}

%__mkdir -p %buildroot%_kde_datadir/%name
%__mkdir -p %buildroot%_kde_bindir/
cp -frv * %buildroot%_kde_datadir/%name/

pushd %buildroot%_prefix
ln -s %_kde_datadir/%name/main.py bin/%name
popd

%clean
rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: 57e0ce5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3248 |14cr|neXtaw-0.15.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname  %mklibname %name %{major}
%define libnamedev  %mklibname %name -d

Summary:    A NeXt lookalike widget set
Name:      neXtaw
Version:   0.15.1
Release:   13
URL:        http://siag.nu/neXtaw/#download
Source:    %{name}-%{version}.tar.bz2
Patch0:    neXtaw-0.15.1-fix-link.patch
License:   GPL-like
Group:     System/Libraries
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xt)

%description 
A replacement library for the Athena (libXaw) widget set.
It is based on Xaw3d, by Kaleb Keithley. 
Its goal is to try to emulate the look and feel of the N*XTSTEP GUI.

%package -n %{libname}
Summary:  A NeXt lookalike widget set
Group: System/Libraries

%description -n %{libname}
A replacement library for the Athena (libXaw) widget set.

%package -n %{libnamedev}
Summary:  A NeXt lookalike widget set
Group:    Development/C
Requires: %{libname} = %{version}-%{release}
Provides: libneXtaw-devel = %{version}-%{release}
Provides: neXtaw-devel = %{version}-%{release}
Obsoletes: %{_lib}neXtaw0-devel < %{version}-%{release}

%description -n %{libnamedev}
Static libraries and header files for neXtaw app development

%prep
%setup -q
%patch0 -p0

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%doc ChangeLog README*
%{_libdir}/lib*.so.%{major}
%{_libdir}/lib*.so.%{major}.*

%files -n %{libnamedev}
%doc AUTHORS COPYING ChangeLog INSTALL README TODO
%{_includedir}/X11/neXtaw
%{_libdir}/lib*.*a
%{_libdir}/lib*.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15.1-13
+ Revision: 2b42a43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3249 |14cr|nexuiz-2.5.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define date 20091001

Summary:	An open source first-person shooter
Name:		nexuiz
Version:	2.5.2
Release:	6
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.nexuiz.com/
# (tpg) original source is here http://downloads.sourceforge.net/nexuiz/
# extract only needed files
# unzip -j nexuiz-25.zip Nexuiz/sources/enginesource%{date}.zip
Source0:	enginesource%{date}.zip
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(xxf86vm)

%description
Nexuiz is a multiplayer 3D first-person shooter based upon a
heavily modified Quake 1 engine.

WARNING: This game contains violence that is not suitable for children.

#----------------------------------------------------------------------------

%package glx
Summary:	GLX client for the open source first-person shooter Nexuiz
Group:		Games/Arcade
Provides:	nexuiz = %{version}-%{release}
Requires:	nexuiz-data = %{version}

%description glx
Nexuiz is a multiplayer 3D first-person shooter based upon a
heavily modified Quake 1 engine.

This package contains the glx client.
It is known to be unstable on some systems, if you experience problems
please try the nexuiz-sdl package instead.

WARNING: This game contains violence that is not suitable for children.

%files glx
%doc darkplaces.txt
%{_gamesbindir}/nexuiz-glx
%{_gamesbindir}/nexuiz-glx.real
%{_datadir}/applications/%{name}-glx.desktop

#----------------------------------------------------------------------------

%package sdl
Summary:	SDL client for the open source first-person shooter Nexuiz
Group:		Games/Arcade
Provides:	nexuiz = %{version}-%{release}
Requires:	nexuiz-data = %{version}

%description sdl
Nexuiz is a multiplayer 3D first-person shooter based upon a
heavily modified Quake 1 engine.

This package contains the SDL client.

WARNING: This game contains violence that is not suitable for children.

%files sdl
%doc darkplaces.txt
%{_gamesbindir}/nexuiz-sdl
%{_gamesbindir}/nexuiz-sdl.real
%{_datadir}/applications/%{name}-sdl.desktop

#----------------------------------------------------------------------------

%package dedicated
Summary:	Dedicated server for Nexuiz
Group:		Games/Arcade
Requires:	nexuiz-data = %{version}

%description dedicated
Nexuiz is a multiplayer 3D first-person shooter based upon a
heavily modified Quake 1 engine.

This packages contains the dedicated server.

WARNING: This game contains violence that is not suitable for children.

%files dedicated
%doc darkplaces.txt
%{_gamesbindir}/nexuiz-dedicated
%{_gamesbindir}/nexuiz-dedicated.real

#----------------------------------------------------------------------------

%prep
%setup -q -n darkplaces
sed -i 's/\r//' darkplaces.txt
sed -i 's,/usr/X11R6/,/usr/,g' makefile makefile.inc

%build
%setup_compile_flags
%serverbuild

# Create main launch script
VARIANTS="sdl glx"
for TYPE in $VARIANTS; do
cat << LAUNCH_END > ./nexuiz-${TYPE}_launch
#!/bin/bash
# Mandriva launch script copyright (C) Eskild Hustvedt 2005, 2006
# Licensed under the GNU General Public License
cd %{_gamesdatadir}/nexuiz/
# Check if the user is running a GeForce FX card and doesn't already have a config file
if [ ! -e \$HOME/.nexuiz/ ]; then
	mkdir -p \$HOME/.nexuiz/data
        if [ "\`lspcidrake | grep -i nvidia | grep -i geforce | grep FX\`" = "" ]; then
                # Don't use GLSL
                echo 'r_glsl "0"' > \$HOME/.nexuiz/data/autoexec.cfg
        fi
# Set default video settings
cat << EOF > \$HOME/.nexuiz/data/config.cfg
vid_fullscreen "1"
vid_height "600"
vid_width "800"
EOF
fi
exec %{_gamesbindir}/nexuiz-${TYPE}.real "\$@"
LAUNCH_END
done

# Create the server launch script
cat << EOF > ./nexuiz-dedicated_launch
#!/bin/bash
cd %{_gamesdatadir}/nexuiz/
exec %{_gamesbindir}/nexuiz-dedicated.real "\$@"
EOF

# (tpg) build with mdv ldflags
sed -i -e 's@LDFLAGS_UNIXCOMMON=@LDFLAGS_UNIXCOMMON+=@g' makefile.inc

# Building breaks when using multiple jobs, so force one.
%make -j1 \
	release \
	CPUOPTIMIZATIONS="%{optflags}" \
	UNIX_X11LIBPATH=%{_libdir} \
	DP_FS_BASEDIR=%{_gamesdatadir}/%{name} \
	LDFLAGS_UNIXCOMMON="%{ldflags} -lm" \
	DP_LINK_TO_LIBJPEG="1" \
	STRIP=true

%install
install -m755 darkplaces-glx -D %{buildroot}%{_gamesbindir}/nexuiz-glx.real
install -m755 darkplaces-sdl -D %{buildroot}%{_gamesbindir}/nexuiz-sdl.real
install -m755 darkplaces-dedicated -D %{buildroot}%{_gamesbindir}/nexuiz-dedicated.real

install -m755 nexuiz-glx_launch -D %{buildroot}%{_gamesbindir}/nexuiz-glx
install -m755 nexuiz-sdl_launch -D %{buildroot}%{_gamesbindir}/nexuiz-sdl
install -m755 nexuiz-dedicated_launch -D %{buildroot}%{_gamesbindir}/nexuiz-dedicated

mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}-glx.desktop
[Desktop Entry]
Name=Nexuiz (glx client)
StartupNotify=true
Terminal=false
Type=Application
Icon=%{name}
Exec=%{_gamesbindir}/%{name}-glx
Categories=Game;ArcadeGame;
EOF
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}-sdl.desktop
[Desktop Entry]
Name=Nexuiz (sdl client)
StartupNotify=true
Terminal=false
Type=Application
Icon=%{name}
Exec=%{_gamesbindir}/%{name}-sdl
Categories=Game;ArcadeGame;
EOF




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.2-6
+ Revision: b88c635
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3250 |14cr|nexuiz-data-2.5.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname nexuiz

Summary:	Data files for the open-source first-person shooter Nexuiz
Name:		%{oname}-data
Version:	2.5.2
Release:	5
License:	GPLv2+
Group:		Games/Other
URL:		http://www.nexuiz.com/
# (tpg) original source is here http://downloads.sourceforge.net/nexuiz/nexuiz-24.zip
# extract only needed files
# unzip nexuiz-252.zip
# mkdir nexuiz-data-2.5.2/
# mv Nexuiz/data/ Nexuiz/Docs Nexuiz/gpl.txt nexuiz-data-2.5.2/
# tar cYf nexuiz-data-2.5.2.tar.lzma nexuiz-data-2.5.2/
Source0:	%{oname}-data-%{version}.tar.lzma
Source11:	%{oname}-16x16.png
Source12:	%{oname}-32x32.png
Source13:	%{oname}-48x48.png
BuildArch:	noarch
Requires:	%{oname} = %{version}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Nexuiz is a multiplayer 3D first-person shooter based upon a
heavily modified Quake 1 engine.

This package contains the data files for Nexuiz.

WARNING: This game contains violence that is not suitable for children.

%prep
%setup -q
chmod 644 *.txt
sed -i 's/\r//' Docs/*.htm* Docs/*.txt

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}/data/
install -m644 data/*.pk3 %{buildroot}%{_gamesdatadir}/%{oname}/data/
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{oname}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{oname}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{oname}.png

%post
%update_icon_cache hicolor

%postun
%clean_icon_cache hicolor

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Docs
%{_gamesdatadir}/%{oname}
%{_iconsdir}/hicolor/*/apps/%{oname}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.2-5
+ Revision: c182244
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3251 |14cr|nforenum-4.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A format correcter and linter for the NFO language
Name:		nforenum
Version:	4.0.0
Release:	4
License:	GPLv2+
Group:		Development/Other
Url:		http://users.tt-forums.net/dalestan/nforenum/
Source0:	http://gb.binaries.openttd.org/binaries/extra/%{name}/%{version}/%{name}-%{version}-source.tar.gz
# Patch from PLD Linux
Patch0:		nforenum-flags.patch
# Patch from upstream: http://hg.openttdcoop.org/nforenum/rev/a556674805ba
Patch1:		nforenum-fix_install.patch
BuildRequires:	boost-devel
BuildRequires:	upx

%description
nforenum takes as input any number of files that contain something that vaguely
resembles valid NFO, and produces, to the best of its ability, encodable NFO
files, one for each input file.

It also detects and warns about some common mistakes made in NFO coding. All
errors that will cause TTDPatch to reject the GRF during the initialization or
activation phases should be detected; if any are not, it is a bug and should be
reported as such.

Sprites that are too short, not of the correct type (real/pseudo/&c.), too
long, or otherwise not in agreement with their data or the preceding sprites
are all detected.

%files
%doc bundle/docs/*.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-source
%patch0 -p1
%patch1 -p1

%build
%make \
	CXXFLAGS="%{optflags}" \
	LDOPT="%{ldflags}"

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0-4
+ Revision: b9e78da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3252 |14cr|nfoview-1.9.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nfoview
Version:        1.9.5
Release:        2
Summary:        Simple viewer for NFO files
License:        GPLv3+
Group:          File tools
URL:            http://home.gna.org/nfoview/
Source0:        http://download.gna.org/nfoview/1.9/nfoview-%{version}.tar.bz2
Requires:       pygtk2.0
Requires:       pygtk2.0-libglade
Suggests:       terminus-font
BuildRequires:  desktop-file-utils
BuildRequires:  intltool
BuildRequires:  python-devel
BuildRequires:  pygtk2.0
BuildRequires:  pygtk2.0-libglade
Requires(post): desktop-common-data
Requires(postun): desktop-common-data
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
NFO Viewer is a simple viewer for NFO files, which are "ASCII" art in
the CP437 codepage. The advantages of using NFO Viewer instead of a
text editor are preset font and encoding settings, automatic window
size and clickable hyperlinks.

%prep
%setup -q

%build
%{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --root=%{buildroot}
%find_lang %{name}

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS NEWS README TODO
%{_bindir}/nfoview
%{python_sitelib}/nfoview*
%{_datadir}/applications/nfoview.desktop
%{_mandir}/man1/nfoview.1*
%{_datadir}/nfoview
%{_datadir}/icons/hicolor/*/apps/nfoview.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.5-2
+ Revision: ec5340c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3253 |14cr|nfrotz-0.3.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Z-machine interpreter for Interactive Fiction games, with support for Unicode
Name:		nfrotz
Version:	0.3.3
Release:	5
License:	GPLv2+
Group:		Games/Other
Url:		http://www.stanford.edu/~mcmartin/if/
Source0:	http://mirror.ifarchive.org/if-archive/infocom/interpreters/frotz/%{name}-%{version}.tgz
Patch0:		nfrotz-0.3.3-no-strip.patch
BuildRequires:	pkgconfig(ncursesw)

%description
NFrotz is a Z-Machine interpreter. The Z-machine is a virtual machine
designed by Infocom to run all of their text adventures. It went
through multiple revisions during the lifetime of the company, and two
further revisions (V7 and V8) were created by Graham Nelson after the
company's demise. The specification is now quite well documented; this
version of Frotz supports version 1.1.

This version of Frotz fully supports all these versions of the Z-Machine
except for version 6. Version 6 is semi-supported by displaying the
outlines of V6 graphics with the picture number in the bottom-right corner.

NFrotz is a merged port of the original Unix Frotz, incorporating
extensions made by the WinFrotz port.
The primary visible difference between NFrotz and ordinary Frotz is
support for UTF-8 terminals and some awareness of iFiction-based meta-data
if present.

%files
%doc AUTHORS ChangeLog COPYING HOW_TO_PLAY README
%{_bindir}/*
%{_mandir}/man6/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1

perl -pi -e "s|/lib/|/%{_lib}/|" configure

%build
%configure2_5x
%make OTHERCFLAGS="%{optflags}"

%install
make PREFIX=%{buildroot}%{_prefix} MAN_PREFIX=%{buildroot}%{_datadir} install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-5
+ Revision: 50e8004
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3254 |14cr|nfs4-acl-tools-0.3.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NFSv4 ACL tools
Name:		nfs4-acl-tools
Version:	0.3.3
Release:	4
Group:		System/Kernel and hardware
License:	LGPL and GPL
Url:		http://www.citi.umich.edu/projects/nfsv4/linux/
Source0:	http://www.citi.umich.edu/projects/nfsv4/linux/nfs4-acl-tools/%{name}-%{version}.tar.gz
Patch0:		nfs4-acl-tools-0.3.3-replace-strlcpy.patch
BuildRequires:	libtool
BuildRequires:	attr-devel
BuildRequires:	qt4-devel

%description
This package contains commandline ACL utilities for the Linux NFSv4 client.

%files
%doc README TODO VERSION INSTALL COPYING
%{_bindir}/nfs4_getfacl
%{_bindir}/nfs4_setfacl
%{_bindir}/nfs4_editfacl
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%package gui
Summary:	GUI for for %{name}
Group:		System/Kernel and hardware

%description gui
This package contains GUI ACL utilities for the Linux NFSv4 client.

%files gui
%{_bindir}/nfs4-acl-editor

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p 1

%build
%configure2_5x
%make
cd GUI/nfs4-acl-editor
%qmake_qt4
%make

%install
%makeinstall_std
install -m 755 GUI/nfs4-acl-editor/nfs4-acl-editor %{buildroot}%{_bindir}


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.3-4
+ Revision: d4aa037
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3255 |14cr|nfswatch-4.99.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An NFS traffic monitoring tool
Name:		nfswatch
Version:	4.99.11
Release:	3
License:	BSD
Group:		Monitoring
Url:		http://nfswatch.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	nfswatch.init
Source2:	nfswatch.sysconfig
Source3:	nfswatch.logrotate
Patch0:		nfswatch-4.99.11-tirpc.patch
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(ncurses)
Requires(post,preun):	rpm-helper

%description
Nfswatch is a command-line tool for monitoring NFS traffic. Nfswatch can
capture and analyze the NFS packets on a particular network interface or on all
interfaces.

Install nfswatch if you need a program to monitor NFS traffic.

%files
%doc LICENSE README
%{_initrddir}/nfswatch
%config(noreplace) %{_sysconfdir}/sysconfig/nfswatch
%config(noreplace) %{_sysconfdir}/logrotate.d/nfswatch
%{_sbindir}/nfswatch
%{_sbindir}/nfslogsum
%{_mandir}/man8/*
%ghost %{_var}/log/nfswatch.log

%post
%_post_service nfswatch
%create_ghostfile %{_var}/log/nfswatch.log root root 0644

%preun
%_preun_service nfswatch

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
mkdir -p Mandriva
cp %{SOURCE1} Mandriva/nfswatch.init
cp %{SOURCE2} Mandriva/nfswatch.sysconfig
cp %{SOURCE3} Mandriva/nfswatch.logrotate

%build
%serverbuild

%make

%install
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_var}/log
install -d %{buildroot}%{_mandir}/man8

install -m0755 nfswatch %{buildroot}%{_sbindir}/
install -m0755 nfslogsum %{buildroot}%{_sbindir}/
install -m0644 nfswatch.8 %{buildroot}%{_mandir}/man8/nfswatch.8
install -m0644 nfslogsum.8 %{buildroot}%{_mandir}/man8/nfslogsum.8

install -m755 Mandriva/nfswatch.init %{buildroot}%{_initrddir}/nfswatch
install -m644 Mandriva/nfswatch.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/nfswatch
install -m644 Mandriva/nfswatch.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/nfswatch

touch %{buildroot}%{_var}/log/nfswatch.log


%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.99.11-3
+ Revision: ebd3f76
- Build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3256 |14cr|ngircd-21.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Next Generation IRC Daemon

Name:		ngircd
Version:	21.1
Release:	3
Group:		System/Servers
License:	GPLv2+
URL:		http://ngircd.barton.de/
Source0:	ftp://ftp.berlios.de/pub/ngircd/ngircd-%{version}.tar.gz
Source1:	ftp://ftp.berlios.de/pub/ngircd/ngircd-%{version}.tar.gz.sig
Source2:	ngircd.service
Source3:	ngircd.pam
Patch0:		ngircd-21.1-default_config.diff
BuildRequires:	openssl-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	zlib-devel
BuildRequires:	pam-devel
Requires(post):  systemd
Requires(post):  rpm-helper
Requires(preun): rpm-helper

%description
ngIRCd is a free open source daemon for Internet Relay Chat (IRC), developed
under the GNU General Public License (GPL). It's written from scratch and is
not based upon the original IRCd like many others.

%prep

%setup -q
%patch0 -p1

cp %{SOURCE2} ngircd.service
cp %{SOURCE3} ngircd.pam

%build
%serverbuild

# to prevent nasty ipv6 surprises
export CFLAGS="$CFLAGS -D_GNU_SOURCE"

%configure2_5x \
    --enable-ipv6 \
    --with-syslog \
    --with-zlib \
    --with-epoll \
    --with-openssl \
    --with-tcp-wrappers \
    --with-pam

%make

%install

install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_sysconfdir}/pam.d

%makeinstall_std

install -m0755 ngircd.service %{buildroot}%{_unitdir}/
install -m0660 doc/sample-ngircd.conf %{buildroot}%{_sysconfdir}/ngircd.conf
install -m644 ngircd.pam %{buildroot}%{_sysconfdir}/pam.d/ngircd

echo "%{name}-%{version}-%{release}"  %{buildroot}%{_sysconfdir}/ngircd.motd
rm -rf %{buildroot}%{_docdir}/ngircd

mkdir -p %{buildroot}%{_tmpfilesdir}
cat <<EOF > %{buildroot}%{_tmpfilesdir}/%{name}.conf
d /run/ngircd 0775 root ngircd
EOF

touch %{buildroot}%{_sysconfdir}/ngircd.motd

%pre
%_pre_useradd ngircd /tmp /sbin/nologin

%post
%systemd_post ngircd.service

%preun
%systemd_preun ngircd.service

%postun
%systemd_postun_with_restart ngircd.service
%_postun_userdel ngircd

%files
%doc AUTHORS COPYING ChangeLog NEWS README doc/*
%attr(0660,root,ngircd) %config(noreplace) %{_sysconfdir}/ngircd.conf
%attr(0660,root,ngircd) %ghost %config(noreplace) %{_sysconfdir}/ngircd.motd
%config(noreplace) %{_sysconfdir}/pam.d/ngircd
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/ngircd.service
%{_sbindir}/ngircd
%{_mandir}/man5/ngircd.conf*
%{_mandir}/man8/ngircd.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 21.1-3
+ Revision: 94dae69
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3257 |14cr|ngrep-1.45-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network Traffic sniffer, with pattern matching like grep
Name:		ngrep
Version:	1.45
Release:	8
License:	BSD
Group:		Networking/Other
Url:		http://ngrep.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/ngrep/%{name}-%{version}.tar.bz2
Patch0:		%{name}-1.43-no-locincpth.diff
Patch1:		ngrep-1.45-no-strip.patch
BuildRequires:	pcap-devel

%description
ngrep strives to provide most of GNU grep's common features,
applying them to the network layer.  ngrep is a pcap-aware tool
that will allow you to specify extended regular or hexadecimal
expressions to match against data payloads of packets. It
currently recognizes TCP, UDP and ICMP across Ethernet, PPP, SLIP,
FDDI, Token Ring and null interfaces, and understands bpf filter
logic in the same fashion as more common packet sniffing tools,
such as tcpdump and snoop.

%files
%doc doc/*
%{_bindir}/%{name}
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

find . -name "Makefile*" -o -name "*.m4" -o -name "configure*" |xargs sed -i -e 's,configure.in,configure.ac,g'

%build
autoreconf -fis

%configure2_5x \
	--enable-ipv6 \
	--with-pcap-includes=%{_includedir}/pcap

%make

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man8

install -m0755 %{name} %{buildroot}%{_bindir}/%{name}
install -m0644 %{name}.8 -D %{buildroot}%{_mandir}/man8/%{name}.8


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.45-8
+ Revision: 1e87443
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3258 |14cr|nifti-2.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	2
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname %{name} -d

Name:		nifti
Summary:	Read and write files in the nifti-1 data format
Version:	2.0.0
Release:	3
License:	Public domain
Group:		Sciences/Other
Source0:	http://sourceforge.net/projects/niftilib/files/nifticlib/nifticlib_2_0_0/nifticlib-2.0.0.tar.gz
Url:		http://niftilib.sourceforge.net
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	cmake
BuildRequires:	itk-devel
BuildRequires:	zlib-devel

Patch0:		nifticlib-2.0.0-cmake.patch
Patch1:		nifticlib-2.0.0-underlink.patch
Patch2:		nifticlib-2.0.0-libdir.patch

%description
Niftilib is a set of i/o libraries for reading and writing files in the
nifti-1 data format. nifti-1 is a binary file format for storing medical
image data, e.g. magnetic resonance image (MRI) and functional MRI (fMRI)
brain images.

%files
%defattr(-,root,root)
%{_bindir}/*

#-----------------------------------------------------------------------
%package	-n %{libname}
Summary:	Read and write files in the nifti-1 data format
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}

%description	-n %{libname}
Niftilib is a set of i/o libraries for reading and writing files in the
nifti-1 data format. nifti-1 is a binary file format for storing medical
image data, e.g. magnetic resonance image (MRI) and functional MRI (fMRI)
brain images.

%files	-n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.*

#-----------------------------------------------------------------------
%package	-n %{devname}
Summary:	Read and write files in the nifti-1 data format
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description	-n %{devname}
Niftilib is a set of i/o libraries for reading and writing files in the
nifti-1 data format. nifti-1 is a binary file format for storing medical
image data, e.g. magnetic resonance image (MRI) and functional MRI (fMRI)
brain images.

%files	-n %{devname}
%defattr(-,root,root)
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/*.so

#-----------------------------------------------------------------------
%prep
%setup -q -n %{name}clib-%{version}

%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%cmake \
	-DNIFTI_INSTALL_LIB_DIR:PATH=%{_libdir}
%make

%install
%makeinstall_std -C build

%clean
rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-3
+ Revision: b702d28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3259 |14cr|nikto-2.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'perl\\(.*\\)'

Summary:	Web Server and CGI Scanner
Name:		nikto
Version:	2.1.5
Release:	2
License:	GPLv2+
Group:		Monitoring
Url:		http://www.cirt.net/code/nikto.shtml
Source0:	http://www.cirt.net/nikto/%{name}-%{version}.tar.bz2
Patch0:		nikto-2.1.5-fhs.patch
Patch1:		nikto-2.1.5-fix-path-in-man.diff
BuildArch:	noarch

%description
Nikto is a web server scanner which performs comprehensive tests against web
servers for multiple items, including over 3200 potentially dangerous
files/CGIs, versions on over 625 servers, and version specific problems on over
230 servers. Scan items and plugins are frequently updated and can be
automatically updated (if desired).

%files
%doc docs/CHANGES.txt docs/LICENSE.txt docs/nikto_manual.html docs/nikto.dtd
%config(noreplace) %{_sysconfdir}/nikto.conf
%{_datadir}/nikto
%{_bindir}/nikto
%{_mandir}/man1/nikto.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m0755 nikto.pl %{buildroot}%{_bindir}/nikto

install -d -m 755 %{buildroot}%{_sysconfdir}
install -m0644 nikto.conf %{buildroot}%{_sysconfdir}

install -d -m 755 %{buildroot}%{_datadir}/nikto
cp -pr plugins %{buildroot}%{_datadir}/nikto
cp -pr templates %{buildroot}%{_datadir}/nikto
cp -pr databases %{buildroot}%{_datadir}/nikto

install -d %{buildroot}%{_mandir}/man1
install -m0644 docs/nikto.1 %{buildroot}%{_mandir}/man1


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.5-2
+ Revision: 56ea1b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3260 |14cr|nilfs-utils-2.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name nilfs-utils
%define version 2.1.4
%define release 2
# api is the part of the library name before the .so
%define api 0
# major is the part of the library name after the .so
%define major 0
#define libname %mklibname %{name} %{api} %{major}
%define libname %mklibname %{name}
%define develname %mklibname %{name} -d

%define	_root_sbindir	/sbin

Summary: 	Tools for nilfs filesystem
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
License:	GPLv2+
Group:		System/Base
Source0:	http://www.nilfs.org/download/%{name}-%{version}.tar.bz2
URL:		http://www.nilfs.org/en/index.html
Buildrequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(mount)

%description
NILFS is a log-structured file system supporting versioning of the entire 
file system and continuous snapshotting which allows users to even restore 
files mistakenly overwritten or destroyed just a few seconds ago. 

%package -n %{libname}
Summary:        Main library for %{name}
Group:          System/Base
Provides:       %{name} = %{version}-%{release}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{develname}
Summary:        Headers for developing programs that will use %{name}
Group:          System/Base
Requires:       %{libname} = %{version}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std LDCONFIG=/bin/true

%files
%doc AUTHORS COPYING ChangeLog README
%{_sysconfdir}/nilfs_cleanerd.conf
%{_bindir}/*
%{_root_sbindir}/*
%{_mandir}/man?/*.xz

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_libdir}/*.so
%{_includedir}/*.h

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.4-2
+ Revision: 7256c43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3261 |14cr|nini-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	An uncommonly powerful .NET configuration library
Name:		nini
Version:	1.1.0
Release:	2
Group: 		Development/Other
License:	X11/MIT
URL: 		http://nini.sourceforge.net/
Source0: 	Nini-%{version}.zip
BuildArch:	noarch

BuildRequires:	mcs
BuildRequires:	nant
BuildRequires:	unzip
BuildRequires: 	mono-devel
    
%description
Nini is an uncommonly powerful .NET configuration library designed to help 
build highly configurable applications quickly.
       
%prep
%setup -qn Nini
       
%build
cd Source
mcs -target:library -out:Nini.dll -reference:System.dll -reference:System.Xml.dll -define:MONO_1_1 -define:NOSTRONG AssemblyInfo.cs Ini/*.cs Config/*.cs Util/*.cs
cat << EOF > nini-1.1.pc
prefix=%{_prefix}
assemblies_dir=\${prefix}/lib/nini
Libraries=\${assemblies_dir}/Nini.dll

Name: Nini
Description: An uncommonly powerful .NET configuration library
Version: %{version}
Libs: -r:Nini.dll
EOF

%install
cd Source
mkdir -p %{buildroot}%{_prefix}/lib/nini
cp Nini.dll %{buildroot}%{_prefix}/lib/nini/
mkdir -p %{buildroot}%{_datadir}/pkgconfig
cp nini-1.1.pc %{buildroot}%{_datadir}/pkgconfig/

%files
%{_prefix}/lib/nini
%{_datadir}/pkgconfig/nini-1.1.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-2
+ Revision: 1e76749
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3262 |14cr|ninvaders-0.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ninvaders
Version:	0.1.1
Release:	2
Summary:	Space Invaders clone written in ncurses for cli gaming
Group:		Games/Arcade
License:	GPLv2+
URL:		http://ninvaders.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		ninvaders-0.1.1-add-debuginfo.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
BuildRequires:	ncurses-devel

%description
Ever wanted to place space invaders when you can't find a GUI? Now you can!
ninvaders is a ncurses based space invaders clone to play from the command
line.

%prep
%setup -q
%patch0 -p0

%build
%make

%install
%__rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_bindir}
%__install -c -m0755 nInvaders %{buildroot}%{_bindir}/ninvaders

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog README gpl.txt
%{_bindir}/ninvaders




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-2
+ Revision: 8617342
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3263 |14cr|nip2-7.38.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Interface for vips image manipulation tool
Name:		nip2
Version:	7.38.1
Release:	2
License:	LGPLv2+
Group:		Video
Url:		http://www.vips.ecs.soton.ac.uk/index.php
Source0:	http://www.vips.ecs.soton.ac.uk/supported/7.38/%{name}-%{version}.tar.gz
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	imagemagick
# It tests for xdg-open - AdamW
BuildRequires:	xdg-utils
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(vips) >= %{version}
BuildRequires:	perl(XML::Parser)
Requires:	xdg-utils

%description
nip2 aims to be about halfway between Excel and Photoshop. You don't directly
edit images - instead, like a spreadsheet, you build relationships between
objects. When you make a change somewhere, nip2 will recalculate the objects
affected by that change. Since it is demand-driven this update is usually
(almost) instant, even for very, very large images.

%files -f %{name}.lang
%{_bindir}/*
%{_datadir}/%{name}
%doc %{_defaultdocdir}/%{name}
%{_mandir}/man?/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/*
%{_datadir}/mime/packages/%{name}.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-update-desktop
%make

%install
%makeinstall_std

rm -fr %{buildroot}%{_datadir}/locale/malkovich

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -scale 16x16 proj/src/nip.ico %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -scale 32x32 proj/src/nip.ico %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 48x48 proj/src/nip.ico %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.38.1-2
+ Revision: 4fc6767
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3264 |14cr|nitrogen-1.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A wallpaper setter
Name:		nitrogen
Version:	1.5.2
Release:	3
License:	GPLv2
Group:		Graphical desktop/Other
URL:		http://projects.l3ib.org/nitrogen/
Source0:	http://projects.l3ib.org/nitrogen/files/%{name}-%{version}.tar.gz

BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkmm-2.4)

%description
Nitrogen is a background browser and setter for X. It is written in C++
using the gtkmm toolkit. It can be used in two modes: browser and recall.
It is multi-head friendly and can even work in GNOME.

%prep
%setup -q

%build
export CXXFLAGS="%{optflags} -lX11 -ldl -lXext"
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Nitrogen
Comment=Change wallpapers
Exec=nitrogen
Icon=graphics_section.png
Terminal=false
Type=Application
StartupNotify=true
Categories=Settings;DesktopSettings;X-MandrivaLinux-System-Configuration;
EOF

%files
%{_bindir}/%{name}
%{_datadir}/icons/hicolor/*
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-3
+ Revision: 1ae931e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3265 |14cr|nixnote-1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nixnote
Version:	1.6
Release:	2
Group:		Networking/Other
Summary:	Evernote-clone. Use with Evernote to remember everything
License:	GPLv2
URL:		http://nevernote.sourceforge.net/
Source0:	%{name}-%{version}_i386.tar.gz
Source1:	%{name}-%{version}_amd64.tar.gz
Patch:		%{name}.desktop-ru.patch
Requires:   java-openjdk
#Requires:   %{_lib}openssl0.9.8
%ifarch %ix86
Requires:   libpng0
%else
Requires:   lib64png0
%endif
Obsoletes:	nevernote

%description
Evernote-clone. Use with Evernote to remember everything

%prep
%ifarch %ix86
%setup -q -b 0 -n %{name}
%else
%setup -q -b 1 -n %{name}
%endif

%patch -p0

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 usr/bin/%{name}.sh %{buildroot}%{_bindir}/%{name}

install -d -m 755 %{buildroot}%{_datadir}/applications
install -m 644 usr/share/applications/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -a usr/share/%{name}/* %{buildroot}%{_datadir}/%{name}

#install -d -m 755 %{buildroot}%{_docdir}/%{name}
#install -m 644 usr/share/doc/%{name}/* %{buildroot}%{_docdir}/%{name}

%files
%defattr(-,root,root)
%{_bindir}/%{name}
#%{_docdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-2
+ Revision: 352ec7c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3266 |14cr|njam-1.25-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		njam
Version:	1.25
Release:	2
Summary:	Maze-game, eat all the cookies while avoiding the badguys
Group:		Games/Arcade 
License:	GPLv2+
URL:		http://njam.sourceforge.net/
Source0:	%{name}-%{version}-src.tar.gz
Source1:	njam.6
Source2:	njam.desktop
Patch0:		njam-1.25-drop-setgid.patch
Patch1:		njam-1.25-html.patch
Patch2:		njam-1.25-leveledit.patch
Patch3:		njam-1.25-gcc45.patch
BuildRequires:	SDL-devel SDL_mixer-devel SDL_image-devel SDL_net-devel 
BuildRequires:	imagemagick desktop-file-utils
Requires:	hicolor-icon-theme 

%description
Njam is a fast-paced maze-game where you must eat all the cookies while
avoiding the badguys. Special cookies give you the power to freeze or eat the
bad guys. The game features single and multiplayer modes, network play,
duelling and cooperative games, great music and sound effects, customizable
level skins, many different levels and an integrated level editor.


%prep
%setup -q -n %{name}-%{version}-src
%patch0 -p1 -z .setgid
%patch1 -p1
%patch2 -p1 -z .leveledit
%patch3 -p1


%build
#export	CFLAGS=" $ RPM_OPT_FLAGS"
export	CFLAGS='-O2 -g -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC'
export	CXXFLAGS="$CFLAGS"
%configure

make 
#% {?_smp_mflags}
convert -transparent black njamicon.ico %{name}.png


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

# make install installs the docs under /usr/share/njam. We want them in % doc.
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/README
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/levels/readme.txt
rm -fr $RPM_BUILD_ROOT%{_datadir}/%{name}/html

# clean up cruft
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}.*
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/njamicon.ico

# we want the hiscore in /var/lib/games
mkdir -p $RPM_BUILD_ROOT%{_var}/lib/games
mv $RPM_BUILD_ROOT%{_datadir}/%{name}/hiscore.dat \
  $RPM_BUILD_ROOT%{_var}/lib/games/%{name}.hs

# add the manpage (courtesy of Debian)
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man6
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man6

# below is the desktop file and icon stuff.
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install --vendor mandriva		\
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  %{SOURCE2}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
install -p -m 644 %{name}.png \
  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps


%clean
rm -rf $RPM_BUILD_ROOT


%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%files
%defattr(-,root,root,-)
%doc COPYING ChangeLog NEWS README TODO levels/readme.txt html
%attr(2755,root,games) %{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man6/%{name}.6.xz
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%config(noreplace) %attr (0664,root,games) %{_var}/lib/games/%{name}.hs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.25-2
+ Revision: 93a7e61
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3267 |14cr|nkf-2.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network Kanji code conversion Filter
Name:		nkf
Version:	2.1.3
Release:	2
License:	BSD
Group:		System/Internationalization
Url:		http://sourceforge.jp/projects/nkf/
Source0:	http://prdownloads.sourceforge.jp/nkf/20055/%{name}-%{version}.tar.gz

%description
Nkf is a yet another kanji code converter among networks, hosts and
terminals.  It converts input kanji code to designated kanji code such
as 7-bit JIS, MS-kanji (shifted-JIS) or EUC.

%files
%doc nkf.doc
%{_bindir}/nkf
%{_mandir}/man1/nkf.1*
%{_mandir}/ja/man1/nkf.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make CFLAGS="%{optflags}" nkf

%install
install -d %{buildroot}%{_bindir}
install -m 755 nkf %{buildroot}%{_bindir}

install -d %{buildroot}%{_mandir}/man1
install -m 644 nkf.1 %{buildroot}%{_mandir}/man1

install -d %{buildroot}%{_mandir}/ja/man1
install -m 644 nkf.1j %{buildroot}%{_mandir}/ja/man1/nkf.1



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.3-2
+ Revision: 47ac7fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3268 |14cr|nload-0.7.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ncurses network traffic and bandwidth monitor
Name:		nload
Version:	0.7.4
Release:	3
License:	GPLv2+
Group:		Monitoring
Url:		http://www.roland-riegel.de/nload/index.html?lang=en
Source0:	http://www.roland-riegel.de/nload/%{name}-%{version}.tar.gz
BuildRequires:	ncurses-devel

%description
nload is a console application which monitors network traffic and bandwidth
usage in real time. It visualizes the in- and outgoing traffic using two
graphs and provides additional info like total amount of transfered data and
min/max network usage.

%files
%doc AUTHORS COPYING ChangeLog NEWS README
%{_mandir}/man1/nload*
%{_bindir}/nload

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --enable-debug
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.4-3
+ Revision: bc49429
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3269 |14cr|nmap2nagios-0.1.3a-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Generates template-based object configuration files for Nagios
Name:		nmap2nagios
Version:	0.1.3a
Release:	5
License:	Artistic
Group:		Networking/Other
URL:		http://nagios.sourceforge.net/download/contrib/addons/
Source0:	nmap2nagios-0.1.2.tar.bz2
Source1:	nmap2nagios-ng.zip
Requires:	nmap
Requires:	perl-XML-Simple
#BuildRequires:	perl
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
nmap2nagios is a script for generating template-based object configuration
files (containing defintions for hosts, services, etc.) from Nmap XML output.
It is also possible to generate the older "default" object configuration files
by using the nmap2netsaint.conf file. 

%prep

%setup -q -n nmap2nagios-0.1.2
unzip -o %{SOURCE1}
perl -p -i -e "s|/usr/local/|/usr/|g" *

%build

# make a man page
pod2man nmap2nagios-ng.pl > nmap2nagios.1

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 nmap2nagios-ng.pl %{buildroot}%{_bindir}/nmap2nagios.pl
install -m0644 nmap2nagios.1 %{buildroot}%{_mandir}/man1/nmap2nagios.1
install -m0644 nmap2nagios_3x.conf %{buildroot}%{_sysconfdir}/nmap2nagios.conf

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog README nmap2netsaint.conf nmap2nagios.conf
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/%{name}.conf
%attr(0755,root,root) %{_bindir}/%{name}.pl
%attr(0644,root,root) %{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3a-5
+ Revision: 926ce79
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3270 |14cr|nmh-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A capable mail handling system with a command line interface
Name:		nmh
Version:	1.4
Release:	2
License:	BSD-style
URL:		http://savannah.nongnu.org/projects/nmh/
Group:		Networking/Mail
Source0:	ftp://ftp.mhost.com/pub/nmh/nmh-%{version}.tar.gz
Source1:	procmailrc.example
BuildRequires:	db-devel
BuildRequires:	flex
BuildRequires:	termcap-devel
BuildRequires:	libtool
BuildRequires:	sendmail-command
BuildRequires:	vim-minimal
Provides:	mh
Obsoletes:	mh
BuildRoot:	%{_tmppath}/%{name}-root

%description
Nmh is an email system based on the MH email system and is intended to
be a (mostly) compatible drop-in replacement for MH.  Nmh isn't a
single comprehensive program.  Instead, it consists of a number of
fairly simple single-purpose programs for sending, receiving, saving,
retrieving and otherwise manipulating email messages.  You can freely
intersperse nmh commands with other shell commands or write custom
scripts which utilize nmh commands.  If you want to use nmh as a true
email user agent, you'll want to also install exmh to provide a user
interface for it--nmh only has a command line interface.

If you'd like to use nmh commands in shell scripts, or if you'd like to
use nmh and exmh together as your email user agent, you should install
nmh.

%prep

%setup -q

# XXX add promailrc.example
cp %SOURCE1 .

%build
# XXX is this still needed? breaks on 5.2 ...
%configure2_5x \
    --with-editor=/bin/vi \
    --with-mts=sendmail \
    --libdir=%{_libdir}/nmh \
    --sysconfdir=%{_sysconfdir}/nmh \
    --with-locking=fcntl

make

%install
rm -rf %{buildroot}

# XXX unnecessary because DOT_LOCKING is disabled
make DESTDIR=%{buildroot} MAIL_SPOOL_GRP=$(id -gn) install

%clean
rm -rf %{buildroot}

%post
if [ ! -d %{_bindir}/mh -a ! -L %{_bindir}/mh ] ; then
    ln -s . %{_bindir}/mh
fi
if [ ! -d %{_libdir}/mh -a ! -L %{_libdir}/mh ] ; then
    ln -s nmh %{_libdir}/mh
fi
if [ -d /etc/smrsh -a ! -L /etc/smrsh/slocal ] ; then
    ln -sf %{_libdir}/%{name}/slocal /etc/smrsh/slocal
fi

%triggerpostun -- mh, nmh <= 0.27-7
if [ ! -d %{_bindir}/mh -a ! -L %{_bindir}/mh ] ; then
    ln -s . %{_bindir}/mh
fi
if [ ! -d %{_libdir}/mh -a ! -L %{_libdir}/mh ] ; then
    ln -s nmh %{_libdir}/mh
fi

%preun
if [ $1 = 0 ]; then
    [ ! -L %{_bindir}/mh ] || rm -f %{_bindir}/mh
    [ ! -L %{_libdir}/mh ] || rm -f %{_libdir}/mh
    [ ! -d /etc/smrsh -a -L /etc/smrsh/slocal ] || rm -f /etc/smrsh/slocal
fi

%files
%defattr(-,root,root)
%doc docs/COMPLETION-* docs/DIFFERENCES docs/FAQ docs/MAIL.FILTERING docs/TODO docs/README* COPYRIGHT README VERSION
%doc procmailrc.example
%{_bindir}/*
%dir %{_sysconfdir}/nmh
%config (noreplace) %{_sysconfdir}/nmh/*
# XXX use of _libdir appears incorrect, should be libexecdir?
%dir %{_libdir}/nmh
%{_libdir}/nmh/*
%{_mandir}/man[158]/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-2
+ Revision: 5b0cfbc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3271 |14cr|nmis-2.00-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_version %(echo %version | sed -e 's/\\./-/')

Name:		nmis
Version:	2.00
Release:	8
Summary:	Network Management Information System
License:	GPL
Group:		Networking/WWW
URL:		http://nmis.sourceforge.net/
Source:     http://www.sins.com.au/public/%{name}-%{up_version}.tar.gz
Patch0:     %{name}-2.00-fhs.patch
Patch1:     %{name}-2.00-no-ksh.patch
BuildArch:	noarch

%description
NMIS stands for Network Management Information System.  It is a Network
Management System which performs multiple functions from the OSI Network
Management Functional Areas, those being, Performance, Configuration, Fault.

%prep
%setup -q -n %{name}-%{up_version}
%patch0 -p1
%patch1 -p1

%build

%install
install -d -m 755 %{buildroot}%{_var}/www/%{name}
install -m 755 cgi-bin/* %{buildroot}%{_var}/www/%{name}

install -d -m 755 %{buildroot}%{_datadir}/%{name}/lib
install -m 644 lib/* %{buildroot}%{_datadir}/%{name}/lib

install -d -m 755 %{buildroot}%{_datadir}/%{name}/bin
install -m 755 bin/* %{buildroot}%{_datadir}/%{name}/bin

install -d -m 755 %{buildroot}%{_datadir}/%{name}/mibs
install -m 644 mibs/* %{buildroot}%{_datadir}/%{name}/bin

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 conf/nmis-sample.conf \
    %{buildroot}%{_sysconfdir}/%{name}/nmis.conf
install -m 644 conf/nodes-sample.csv \
    %{buildroot}%{_sysconfdir}/%{name}/nodes.csv
install -m 644 conf/locations-sample.csv \
    %{buildroot}%{_sysconfdir}/%{name}/locations.csv
install -m 644 conf/contacts-sample.csv \
    %{buildroot}%{_sysconfdir}/%{name}/contacts.csv

install -d -m 755 %{buildroot}%{_var}/lib/%{name}
install -d -m 755 %{buildroot}%{_var}/log/%{name}

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration
Alias /%{name} %{_var}/www/%{name}

<Directory %{_var}/www/%{name}>
    Require all granted
    Options ExecCGI
    AddHandler cgi-script .pl
    DirectoryIndex nmiscgi.pl
</Directory>
EOF

%files
%doc README gpl.txt changes.txt htdocs/*
%config(noreplace) %{_webappconfdir}/%{name}.conf
%{_var}/www/%{name}
%{_var}/lib/%{name}
%{_var}/log/%{name}
%{_datadir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.00-8
+ Revision: 576aa61
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3272 |14cr|nml-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool to compile nml files to grf or nfo files
Name:		nml
Version:	0.3.0
Release:	2
License:	GPLv2+
Group:		Graphics
Url:		http://dev.openttdcoop.org/projects/nml
Source0:	http://bundles.openttdcoop.org/nml/releases/LATEST/%{name}-%{version}-src.tgz
BuildRequires:	python-setuptools
Requires:	python-ply
Requires:	python-imaging
Requires:	python-pkg-resources
BuildArch:	noarch

%description
A tool to compile nml files to grf and/or nfo files.

NML is a meta-language that aims to be a lot simpler to learn and use than nfo.

%files
%doc docs/* examples/
%{_bindir}/nmlc
%{_mandir}/man1/nmlc.1.*
%{python_sitelib}/%{name}-%{version}-py*.egg/

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src
echo "version = \"%{version}\"" > nml/__version__.py

%build
PYTHONDONTWRITEBYTECODE= python setup.py build

%install
mkdir -p %{buildroot}%{python_sitelib}

export PYTHONPATH=%{buildroot}%{python_sitelib}
PYTHONDONTWRITEBYTECODE= python setup.py install --prefix %{buildroot}%{_prefix}

#handle docs in files section
rm -rf %{buildroot}%{_defaultdocdir}

#man pages
install -Dpm655 docs/nmlc.1 %{buildroot}%{_mandir}/man1/nmlc.1

#unpackaged files
rm -rf docs/nmlc.1
rm -rf %{buildroot}%{python_sitelib}/{easy-install.pth,site.py,site.pyc}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: 194b5fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3273 |14cr|nmon-14g-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Performance analysis tool
Name:		nmon
Version:	14g
Release:	2
License:	GPLv3
Group:		Monitoring
URL:		http://nmon.sourceforge.net/
Source0:	http://dl.sf.net/sourceforge/nmon/lmon%{version}.c
Source1:	http://dl.sf.net/sourceforge/nmon/makefile
Source2:	http://dl.sf.net/sourceforge/nmon/Documentation.txt
BuildRequires: ncurses-devel
#BuildRequires: /usr/include/linux/version.h

%description
nmon is designed for performance specialists to use for monitoring and
analyzing performance data.

%prep
%setup -c -T
%{__install} -p -m0644 %{SOURCE0} .
%{__install} -p -m0644 %{SOURCE1} .
%{__install} -p -m0644 %{SOURCE2} .

%{__cat} <<EOF >nmon-script.sysconfig
### The directory to store the nmon data files
NMONDIR="/var/log/nmon"

### Default options for nmon
OPTIONS="-f -t"

### Number of days to keep nmon data files
KEEPDAYS="31"
EOF

%{__cat} <<'EOF' >nmon-script.sh
#!/bin/bash

### Please make modifications to the options and path in /etc/sysconfig/nmon-script

### Default variables
SYSCONFIG="/etc/sysconfig/nmon-script"
NMONDIR="/var/log/nmon"
OPTIONS="-f -t"
KEEPDAYS="31"

### Read configuration
[ -r "$SYSCONFIG" ] && source "$SYSCONFIG"

### Kill the old process(es)
/usr/bin/pkill -x -f "/usr/bin/nmon $OPTIONS -m $NMONDIR"

### Remove old log files
/usr/bin/find $NMONDIR -ctime +$KEEPDAYS -daystart -type f | xargs rm -f

### Start the new process
exec /usr/bin/nmon $OPTIONS -m $NMONDIR
EOF

%{__cat} <<EOF >nmon-script.cron
0 0 * * * nobody /usr/bin/nmon-script
EOF

%build
%{__cc} %{optflags} -D GETUSER -D JFS -D LARGEMEM -lncurses lmon%{version}.c -o nmon

%install
install -Dp -m0755 nmon %{buildroot}%{_bindir}/nmon

install -d -m0755 %{buildroot}%{_localstatedir}/log/nmon/
install -Dp -m0755 nmon-script.sh %{buildroot}%{_bindir}/nmon-script
install -Dp -m0644 nmon-script.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/nmon-script
install -Dp -m0644 nmon-script.cron %{buildroot}%{_sysconfdir}/cron.d/nmon-script

%files
%doc Documentation.txt
%config(noreplace) %{_sysconfdir}/sysconfig/nmon-script
%config %{_sysconfdir}/cron.d/nmon-script
%{_bindir}/nmon
%{_bindir}/nmon-script

%defattr(-, nobody, nobody, 0755)
%{_localstatedir}/log/nmon/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 14g-2
+ Revision: ad61742
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3274 |14cr|node-gyp-0.10.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       node-gyp
Version:    0.10.6
Release:    3
Summary:    Node.js native addon build tool
License:    MIT
Group:      Development/Other
URL:        https://github.com/TooTallNate/node-gyp
Source0:    http://registry.npmjs.org/node-gyp/-/node-gyp-%{version}.tgz
Source1:    addon-rpm.gypi
BuildArch:  noarch

# These patches are Fedora-specific for the moment, although I'd like to find
# a way to support this kind of stuff upstream.

# use RPM installed headers by default instead of downloading a source tree
# for the currently running node version
Patch1:     node-gyp-addon-gypi.patch

# use the system gyp
Patch2:     node-gyp-system-gyp.patch

BuildRequires:  nodejs
BuildRequires:  nodejs-packaging

#gyp is the actual build framework node-gyp uses
Requires: gyp
#this is the standard set of headers expected to build any node native module
Requires: nodejs
Requires: v8-devel
Requires: pkgconfig(libuv)
Requires: http-parser-devel
#we also need a C++ compiler to actually build stuff ;-)
Requires: gcc-c++

%description
node-gyp is a cross-platform command-line tool written in Node.js for compiling
native addon modules for Node.js, which takes away the pain of dealing with the
various differences in build platforms. It is the replacement to the node-waf
program which is removed for node v0.8.

%prep
%setup -q -n package
%patch1 -p1
%patch2 -p1

%nodejs_fixdep request 2.x
%nodejs_fixdep semver 2.1

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/node-gyp
cp -pr addon*.gypi bin lib package.json %{buildroot}%{nodejs_sitelib}/node-gyp
cp -p %{SOURCE1} %{buildroot}%{nodejs_sitelib}/node-gyp/addon-rpm.gypi

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/node-gyp/bin/node-gyp.js %{buildroot}%{_bindir}/node-gyp

%nodejs_symlink_deps

%files
%{nodejs_sitelib}/node-gyp
%{_bindir}/node-gyp
%doc README.md LICENSE

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.6-3
+ Revision: 6328df8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3275 |14cr|nodejs-0.10.28-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nodejs
Version:	0.10.28
Release:	2
Summary:	Evented Server-Side Javascript
Group:		Development/Other
License:	BSD
URL:		http://nodejs.org
Source0:	http://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
BuildRequires:	c-ares-devel
BuildRequires:	zlib-devel
BuildRequires:	openssl-devel >= 1.0.1
Provides:	npm = %{version}-%{release}

#this corresponds to the "engine" requirement in package.json
Provides: nodejs(engine) = %{version}

%description
Node's goal is to provide an easy way to build scalable network programs.

%package	docs
Summary: 	Node.js API documentation
Group:		Documentation

%description	docs
The API documentation for the Node.js JavaScript runtime.

%prep
%setup -qn node-v%{version}

# Make sure nothing gets included from bundled deps (except v8):
# We only delete the source and header files, because
# the remaining build scripts are still used.
find deps/cares -name "*.c" -exec rm -f {} \;
find deps/cares -name "*.h" -exec rm -f {} \;

find deps/npm -name "*.c" -exec rm -f {} \;
find deps/npm -name "*.h" -exec rm -f {} \;

find deps/zlib -name "*.c" -exec rm -f {} \;
find deps/zlib -name "*.h" -exec rm -f {} \;

find deps/openssl -name "*.c" -exec rm -f {} \;
find deps/openssl -name "*.h" -exec rm -f {} \;

%build
#FIXME: build with --shared-libuv
./configure	--prefix=%{_prefix} \
		--shared-openssl \
		--shared-zlib \
		--shared-cares \
		--openssl-use-sys \
		--without-dtrace
%make

%install
%makeinstall_std
# Remove dtrace file again
rm -rf %{buildroot}/%{_prefix}/lib/dtrace

# Install documentation
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/html
cp -pr doc/* %{buildroot}%{_defaultdocdir}/%{name}/html
rm -f %{buildroot}%{_defaultdocdir}/%{name}/html/nodejs.1
cp -p LICENSE %{buildroot}%{_defaultdocdir}/%{name}/

%files
%doc ChangeLog LICENSE README.md AUTHORS
%{_bindir}/node
%{_bindir}/npm
%{_prefix}/lib/node_modules
%{_mandir}/man1/node.*
%{_includedir}/node

%files doc
%{_defaultdocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.28-2
+ Revision: 55459e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3276 |14cr|nodejs-abbrev-1.0.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-abbrev
Version:    1.0.4
Release:    8
Group:      Development/Other
Summary:    Abbreviation calculator for Node.js
License:    MIT
URL:        https://github.com/isaacs/abbrev-js
Source0:    http://registry.npmjs.org/abbrev/-/abbrev-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Calculate the set of unique abbreviations for a given set of strings.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/abbrev
cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/abbrev

%nodejs_symlink_deps

%clean

%check
node lib/abbrev.js

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/abbrev
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-8
+ Revision: b1dccc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3277 |14cr|nodejs-agentkeepalive-0.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-agentkeepalive
Version:        0.2.2
Release:        2
Summary:        Missing keep-alive http.Agent
Group:		Development/Other
License:        MIT
URL:            https://github.com/TBEDP/agentkeepalive
Source0:        http://registry.npmjs.org/agentkeepalive/-/agentkeepalive-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated using Source10, which pulls from the upstream
# version control repository.
Source1:        agentkeepalive-tests-%{version}.tar.bz2
Source10:       agentkeepalive-dl-tests.sh
Source20:       nodejs-agentkeepalive-ssl.conf
BuildArch:      noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  openssl
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(pedding)
%endif

%description
The nodejs's missing keep alive http.Agent. Support HTTP and HTTPS.


%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/agentkeepalive
cp -pr package.json index.js lib %{buildroot}/%{nodejs_sitelib}/agentkeepalive
%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
pushd test/fixtures
OPENSSL_CONF=%{SOURCE20} sh genkey.sh
popd
NODE_TLS_REJECT_UNAUTHORIZED=0 %{nodejs_sitelib}/mocha/bin/mocha -R spec -t 10000
%endif


%files
%doc README.md History.md AUTHORS example
%{nodejs_sitelib}/agentkeepalive



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-2
+ Revision: 4108192
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3278 |14cr|nodejs-ain2-1.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-ain2
Version:    1.3.2
Release:    2
Summary:    A Node.js module for syslog logging (and a continuation of ain)

License:    MIT
Group:      System/Libraries
URL:        https://github.com/phuesler/ain
Source0:    http://registry.npmjs.org/ain2/-/ain2-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(chai)
BuildRequires:  npm(mocha)
%endif

%description
This module provides syslog logging for Node.js.

Ain2 is written with full compatibility with the Node.js console module.
It implements all console functions and formatting. Ain2 also supports UTF-8.

Ain2 can send messages by UDP to 127.0.0.1:514 or to the a Unix socket such
as /dev/log.


%prep
%setup -q -n package
for i in CHANGELOG.md LICENSE readme.md; do
    sed 's/\r//' "${i}" > "${i}.new"
    touch -r "${i}" "${i}.new"
    mv "${i}.new" "${i}"
done


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/ain2
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/ain2

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
# Optional dependency npm(unix-dgram) not yet packaged, so disable
# the test.
rm -f test/unix.spec.js
/usr/bin/mocha test/**/*.spec.js
%endif


%files
%doc CHANGELOG.md LICENSE readme.md
%{nodejs_sitelib}/ain2



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-2
+ Revision: e876090
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3279 |14cr|nodejs-amdefine-0.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-amdefine
Version:        0.0.4
Release:        4
Summary:        Provide AMD's define() API for declaring modules in the AMD format
BuildArch:      noarch

Group:          System/Libraries
# "amdefine is released under two licenses: new BSD, and MIT. You may pick the
#  license that best suits your development needs."
License:        BSD or MIT
URL:            https://github.com/jrburke/amdefine
Source0:        http://registry.npmjs.org/amdefine/-/amdefine-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
A module that can be used to implement the Asynchronous Module Definition's
define() in Node. This allows you to code to the AMD API and have the module
work in node programs without requiring those other programs to use AMD.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/amdefine
cp -pr package.json amdefine.js %{buildroot}%{nodejs_sitelib}/amdefine

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/amdefine
%doc LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-4
+ Revision: 5723071
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3280 |14cr|nodejs-ansi-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-ansi
Version:    0.2.1
Release:    2
Summary:    ANSI escape codes for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/TooTallNate/ansi.js
# the source contains a nonfree image file, which is removed by the Source1 script
Source0:    ansi-%{version}-stripped.tgz
Source1:    nodejs-ansi-tarball.sh
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
ansi.js is a module for Node.js that provides an easy-to-use API for writing
ANSI escape codes to Stream instances. ANSI escape codes are used to do fancy
things in a terminal window, like render text in colors, delete characters,
lines, the entire window, or hide and show the cursor, and lots more!

%prep
%setup -q -n package

#fix perms in stuff that goes in %%doc
chmod 0644 examples/*.js examples/*/*

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/ansi
cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/ansi

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/ansi
%doc README.md examples


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: dcbe604
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3281 |14cr|nodejs-ansicolors-0.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-ansicolors
Version:        0.3.2
Release:        3
Summary:        Functions that surround a string with ansi color codes so it prints in color
Group:		Development/Other
License:        MIT
Url:            http://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz
Source0:        http://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz
BuildArch:	noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Functions that surround a string with ansi color codes so it prints in color.
%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/ansicolors
cp -pr ansicolors.js package.json %{buildroot}%{nodejs_sitelib}/ansicolors

%nodejs_symlink_deps
%check 

node test/ansicolors.js

%clean

%files
%{nodejs_sitelib}/ansicolors

%doc LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-3
+ Revision: b9d1433
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3282 |14cr|nodejs-ansistyles-0.1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-ansistyles
Version:        0.1.3
Release:        5
Summary:        Functions that surround a string with ansistyle codes so it prints in style
Group:		Development/Other
License:        MIT
Url:            https://github.com/sindresorhus/ansi-styles
Source0:        http://registry.npmjs.org/ansistyles/-/ansistyles-0.1.3.tgz
BuildArch:	noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs
BuildRequires:  nodejs-tap

%description
Functions that surround a string with ansistyle codes so it prints in style.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/ansistyles
cp -pr ansistyles.js package.json %{buildroot}%{nodejs_sitelib}/ansistyles

%nodejs_symlink_deps

%check
tap test/

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/ansistyles

%doc LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-5
+ Revision: 3bfb327
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3283 |14cr|nodejs-ansi-styles-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global enable_tests 0

Name:       nodejs-ansi-styles
Version:    1.0.0
Release:    2%{?dist}
Summary:    ANSI escape codes for colorizing strings in the terminal
License:    MIT
Group:      Development/Other
URL:        https://github.com/sindresorhus/ansi-styles
Source0:    http://registry.npmjs.org/ansi-styles/-/ansi-styles-%{version}.tgz
Source1:    https://raw.github.com/sindresorhus/ansi-styles/5a854731252e453322e68b564f9a89a389c6651d/test.js
# https://github.com/sindresorhus/ansi-styles/pull/4
Source2:    LICENSE

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
%endif

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE1} .
cp -p %{SOURCE2} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/ansi-styles
cp -pr package.json ansi-styles.js \
    %{buildroot}%{nodejs_sitelib}/ansi-styles

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha
%endif


%files
%doc LICENSE readme.md
%{nodejs_sitelib}/ansi-styles

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3284 |14cr|nodejs-archy-0.0.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-archy
Version:    0.0.2
Release:    10
Summary:    Renders nested hierarchies with unicode pipes
License:    MIT
Group:      System/Libraries
URL:        https://github.com/substack/node-archy
Source0:    http://registry.npmjs.org/archy/-/archy-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Render nested hierarchies with unicode pipes, `npm ls` style.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/archy
cp -p index.js package.json %{buildroot}%{nodejs_sitelib}/archy

%nodejs_symlink_deps

# tests disabled until tap is packaged
#%%check
#%%tap test

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/archy
%doc README.markdown examples


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-10
+ Revision: a9313cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3285 |14cr|nodejs-argparse-0.1.15-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-argparse
Version:    0.1.15
Release:    7
Summary:    A native port of Python's argparse, an options parsing library
License:    MIT
Group:      System/Libraries
URL:        https://github.com/nodeca/argparse
Source0:    http://registry.npmjs.org/argparse/-/argparse-%{version}.tgz
# The test/ directory is not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# revision control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(underscore)
BuildRequires:  npm(underscore.string)
%endif

%description
This is a native port of Python's argparse, an options parsing library.
It's a full port, except some very rare options. Method names have been
changed to CamelCase.


%prep
%setup -q -n package
%setup -q -D -T -a 1 -n package
chmod -x examples/*.js

%nodejs_fixdep underscore '~1.4'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/argparse
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/argparse

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test %{nodejs_sitelib}/mocha/bin/mocha
%endif


%files
%doc HISTORY.md LICENSE README.md examples/
%{nodejs_sitelib}/argparse



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.15-7
+ Revision: d8dc9ff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3286 |14cr|nodejs-asap-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-asap
Version:    1.0.0
Release:    2
Summary:    High-priority task queue for Node.js and browser
License:    MIT
Group:      System/Libraries
URL:        https://github.com/kriskowal/asap
Source0:    http://registry.npmjs.org/asap/-/asap-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.

%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/asap
cp -pr package.json asap.js \
    %{buildroot}%{nodejs_sitelib}/asap

%nodejs_symlink_deps


%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/asap


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 91cbddc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3287 |14cr|nodejs-asn1-0.1.11-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-asn1
Version:        0.1.11
Release:        5
Summary:        Contains parsers and serializers for ASN.1 (currently BER only)

BuildArch:      noarch

Group:          System/Libraries
License:        MIT
URL:            https://github.com/mcavage/node-asn1
Source0:        http://registry.npmjs.org/asn1/-/asn1-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

#for tests
#BuildRequires:  npm(tap)

%description
nodejs-asn1 is a library for encoding and decoding Abstract Syntax Notation
One (ASN.1) datatypes in pure JavaScript. ASN.1 is  is a standard and notation
that describes rules and structures for representing, encoding, transmitting,
and decoding data in telecommunications and computer networking.

Currently Basic Encoding Rules (BER) encoding is supported; at some point 
Distinguished Encoding Rules (DER) will likely also be supported.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/asn1
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/asn1

%nodejs_symlink_deps

%check
#%nodejs_symlink_deps --check
#%tap tst/ber/*.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/asn1
%doc LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.11-5
+ Revision: 9b05ae7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3288 |14cr|nodejs-assertion-error-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:           nodejs-assertion-error
Version:        1.0.0
Release:        2
Summary:        Error constructor for test and validation frameworks
Group:		Development/Other
License:        MIT
URL:            https://github.com/chaijs/assertion-error
Source0:        http://registry.npmjs.org/assertion-error/-/assertion-error-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated using Source10, which pulls from the upstream
# version control repository.
Source1:        assertion-error-tests-%{version}.tar.bz2
Source10:       assertion-error-dl-tests.sh
BuildArch:      noarch
BuildRequires:  nodejs-packaging

%description
Error constructor for test and validation frameworks that implements
standardized AssertionError specification.


%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/assertion-error
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/assertion-error
%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{__nodejs} test/index.js
%endif


%files
%doc README.md History.md
%{nodejs_sitelib}/assertion-error



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 2888212
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3289 |14cr|nodejs-assert-plus-0.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-assert-plus
Version:        0.1.4
Release:        2
Summary:        Extra assertions on top of node's assert module
BuildArch:      noarch
Group:          System/Libraries
# MIT license text in README.md
License:        MIT
URL:            https://github.com/mcavage/node-assert-plus
Source0:        http://registry.npmjs.org/assert-plus/-/assert-plus-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
This library is a super small wrapper over node's assert module that has two 
things: (1) the ability to disable assertions with the environment variable 
NODE_NDEBUG, and (2) some API wrappers for argument testing.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/assert-plus
cp -pr package.json assert.js %{buildroot}%{nodejs_sitelib}/assert-plus

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/assert-plus
%doc README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.4-2
+ Revision: f7c6d71
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3290 |14cr|nodejs-async-0.2.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-async
Version:        0.2.10
Release:        2
Summary:        Higher-order functions and common patterns for asynchronous code
BuildArch:      noarch

Group:          System/Libraries
License:        MIT
URL:            http://github.com/caolan/async/
Source0:        http://registry.npmjs.org/async/-/async-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# revision control repository.
Source1:        tests-v0.2.5.tar.bz2
Source10:       dl-tests.sh

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%if 0%{?enable_tests}
BuildRequires:  npm(nodeunit)
%endif

%description
Async is a utility module which provides straight-forward, powerful functions
for working with asynchronous JavaScript. Although originally designed for
use with Node.js, it can also be used directly in the browser.

Async provides around 20 functions that include the usual 'functional'
suspects (map, reduce, filter, forEach…) as well as some common patterns
for asynchronous control flow (parallel, series, waterfall…). All these
functions assume you follow the Node.js convention of providing a single
callback as the last argument of your async function.

%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/async
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/async

%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/nodeunit/bin/nodeunit test/test-async.js
%endif

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/async
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.10-2
+ Revision: 476f9a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3291 |14cr|nodejs-aws-sign-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-aws-sign
Version:    0.3.0
Release:    3
Summary:    AWS signing for Node.js
# Apache 2.0 License added upstream, will appear in next release
# https://github.com/mikeal/aws-sign/blob/master/LICENSE
License:    ASL 2.0
Group:      Development/Other
URL:        https://github.com/mikeal/aws-sign
Source0:    http://registry.npmjs.org/aws-sign/-/aws-sign-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Simple module to calculate Authorization header for Amazon AWS REST requests.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/aws-sign
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/aws-sign

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/aws-sign


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-3
+ Revision: 401adec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3292 |14cr|nodejs-basic-auth-connect-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-basic-auth-connect
Version:    1.0.0
Release:    2
Summary:    Basic authentication middleware for Node.js and Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/basic-auth-connect
Source0:    http://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-%{version}.tgz
# This test file is not included in the NPM tarball.
Source1:    https://raw.github.com/expressjs/basic-auth-connect/7a0b814741446933cf78a303fd269b4f54d74f12/test.js

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(connect)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE1} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/basic-auth-connect
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/basic-auth-connect

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test /usr/bin/mocha --require should --reporter spec
%endif


%files
%doc README.md
%{nodejs_sitelib}/basic-auth-connect



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 3294926
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3293 |14cr|nodejs-batch-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global enable_tests 0

Name:       nodejs-batch
Version:    0.5.0
Release:    3%{?dist}
Summary:    Asynchronous batch module with concurrency control and progress reporting
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/batch
Source0:    http://registry.npmjs.org/batch/-/batch-%{version}.tgz
# The test/ and examples/ folders are not included in the npm tarball.
# Source1 and Source2 are generated by running Source10, which pulls from the
# upstream version control repository.
Source1:    tests-%{version}.tar.bz2
Source2:    examples-%{version}.tar.bz2
Source10:   dl-tests.sh

# Fix missing semicolon.
# https://github.com/visionmedia/batch/commit/8a12ad8d352336cd1ab58785e490c3d8ae129a47
Patch0:     %{name}-0.5.0-Fix-missing-semicolon.patch
# Fix test .should.be.a.('number') isn't valid.
# https://github.com/visionmedia/batch/commit/d4c9ef6f157a765c0bc5e63486be44f9cd95c67e
Patch1:     %{name}-0.5.0-Fix-test-should.be.a-number.patch

BuildArch:  noarch
ExclusiveArch: %{nodejs_arches} noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%setup -q -T -D -a 2 -n package
%patch0 -p1
%patch1 -p1


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/batch
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/batch

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should
%endif


%files
%doc History.md Readme.md examples/
%{nodejs_sitelib}/batch

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3294 |14cr|nodejs-better-assert-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-better-assert
Version:        1.0.0
Release:        4
Summary:        C-style assert() for Node.js
BuildArch:      noarch
Group:          Development/Other
#MIT text included in README.md
License:        MIT
URL:            https://github.com/visionmedia/better-assert
Source0:        http://registry.npmjs.org/better-assert/-/better-assert-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
C-style assert() for Node.js, reporting the expression string as the error 
message.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/better-assert
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/better-assert

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/better-assert
%doc Readme.md example.js History.md 


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: e6b009a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3295 |14cr|nodejs-bignumber-js-1.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name bignumber.js
%global enable_tests 0

Summary:       Library for arbitrary-precision decimal and non-decimal arithmetic 
Name:          nodejs-bignumber-js
Version:       1.2.0
Release:       3
Group:         Development/Other
License:       MIT
URL:           http://github.com/MikeMcl/bignumber.js
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: nodejs-packaging
BuildRequires:  nodejs
BuildArch:     noarch

%description
A JavaScript library for arbitrary-precision decimal and non-decimal
arithmetic.

%prep
%setup -q -n package

# wrong end-of-file encoding
sed -i 's/\r//' README.md LICENCE

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr bignumber.js bignumber.min.js bn_test.html doc package.json perf pi.html test %{buildroot}%{nodejs_sitelib}/%{npm_name}

%if 0%{?enable_tests}
%check
node ./test/every-test.js
%endif

%files
%doc LICENCE README.md
%{nodejs_sitelib}/%{npm_name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-3
+ Revision: f9762b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3296 |14cr|nodejs-bindings-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-bindings
Version:    1.2.0
Release:    2
Summary:    Helper module for loading your native module's .node file
# License text is included in README.md
License:    MIT
Group:      System/Libraries
URL:        https://github.com/TooTallNate/node-bindings
Source0:    http://registry.npmjs.org/bindings/-/bindings-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
This is a helper module for authors of Node.js native addon modules.
It is basically the "swiss army knife" of require()ing your native module's
.node file.

Throughout the course of Node's native addon history, addons have ended up
being compiled in a variety of different places, depending on which build tool
and which version of node was used. To make matters worse, now the gyp build
tool can produce either a Release or Debug build, each being built into
different locations.

This module checks all the possible locations that a native addon would be
built at, and returns the first one that loads successfully.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/bindings
cp -pr package.json bindings.js \
    %{buildroot}%{nodejs_sitelib}/bindings

%nodejs_symlink_deps


%files
%doc README.md
%{nodejs_sitelib}/bindings



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-2
+ Revision: 6099347
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3297 |14cr|nodejs-block-stream-0.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-block-stream
Version:    0.0.7
Release:    2
Summary:    A stream of blocks
License:    BSD
Group:      Development/Other
URL:        https://github.com/isaacs/block-stream
Source0:    http://registry.npmjs.org/block-stream/-/block-stream-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Write data into it, and it'll output data in buffer blocks the size you
specify, padding with zeroes if necessary.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/block-stream
cp -pr block-stream.js package.json %{buildroot}%{nodejs_sitelib}/block-stream

%nodejs_symlink_deps

# tests disabled until tap is packaged
#%%check
#%%tap test/

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/block-stream
%doc README.md LICENCE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.7-2
+ Revision: e25b102
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3298 |14cr|nodejs-boom-0.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-boom
Version:    0.4.2
Release:    4
Summary:    HTTP friendly error objects
License:    BSD
Group:      Development/Other
URL:        https://github.com/spumko/boom
Source0:    http://registry.npmjs.org/boom/-/boom-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
This library provides friendly JavaScript objects that represent HTTP errors.

%prep
%setup -q -n package

%nodejs_fixdep hoek 0.9

#fix perms
chmod 0644 README.md LICENSE images/* lib/* index.js package.json

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/boom
cp -pr lib index.js package.json %{buildroot}%{nodejs_sitelib}/boom

%nodejs_symlink_deps

#Yet Another Unpackaged Test Framework (lab)
#%%check
#make test

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/boom
%doc README.md LICENSE images


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.2-4
+ Revision: 9d7b735
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3299 |14cr|nodejs-bson-0.2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name bson
# Although there are tests
# the dependancies aren't in Fedora yet
%global enable_tests 0

Summary:       A bson parser for node.js and the browser

Name:          nodejs-%{npm_name}
Version:       0.2.7
Release:       2
Group:         Development/Other
License:       ASL 2.0
URL:           https://github.com/mongodb/js-bson
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
%if 0%{?enable_tests}
## To get the tests (Source1), do the following
# git clone https://github.com/mongodb/js-bson.git
# cd js-bson/
# tar cfz nodejs-bson-test-0.2.5.tar.gz test/
Source1:       nodejs-bson-test-0.2.5.tar.gz
%endif
BuildRequires: node-gyp
BuildRequires: nodejs-packaging
BuildRequires:  nodejs
BuildRequires: npm(nan) >= 0.8.0
%if 0%{?enable_tests}
BuildRequires: npm(gleak)
BuildRequires: npm(nodeunit)
BuildRequires: npm(one)
%endif

%description
A JS/C++ Bson parser for node, used in the MongoDB Native driver.

%prep
%setup -q -n package

%build
export CXXFLAGS="%{optflags}"
export NODE_PATH="/usr/lib/node_modules/"
node-gyp rebuild

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr build/Release/*.node lib package.json %{buildroot}%{nodejs_sitelib}/%{npm_name}

# Fix permissions
chmod 755 %{buildroot}%{nodejs_sitelib}/%{npm_name}/bson.node

%if 0%{?enable_tests}
%check
tar xfz %{SOURCE1}
nodeunit ./test/node && TEST_NATIVE=TRUE nodeunit ./test/node
%endif

%files
%doc README.md
%{nodejs_sitelib}/%{npm_name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.7-2
+ Revision: b5ddd49
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3300 |14cr|nodejs-buffer-crc32-0.2.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-buffer-crc32
Version:    0.2.1
Release:    8
Summary:    A pure JavaScript CRC32 algorithm that plays nice with binary data
License:    MIT
Group:      System/Libraries
URL:        https://github.com/brianloveswords/buffer-crc32
Source0:    http://registry.npmjs.org/buffer-crc32/-/buffer-crc32-%{version}.tgz
# License is now in upstream repository:
# https://github.com/brianloveswords/buffer-crc32/commit/1b7489d304
Source20:   LICENSE
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(tap)
%endif

%description
This Node.js module provides a pure JavaScript CRC32 algorithm that works
with binary data and fancy character sets, output buffers, signed or unsigned
data and also has tests.

It is derived from the sample CRC implementation in the PNG specification:
http://www.w3.org/TR/PNG/#D-CRCAppendix


%prep
%setup -q -n package
cp -p %{SOURCE20} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/buffer-crc32
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/buffer-crc32

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%tap tests/*.test.js
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/buffer-crc32



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-8
+ Revision: 26194c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3301 |14cr|nodejs-buffer-equal-0.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-buffer-equal
Version:        0.0.0
Release:        6
Summary:        Returns whether two buffers are equal
BuildArch:      noarch
Group:          System/Libraries
#no license file included, "MIT" indicated in package.json
License:        MIT
URL:            https://github.com/substack/node-buffer-equal
Source0:        http://registry.npmjs.org/buffer-equal/-/buffer-equal-%{version}.tgz

BuildRequires:  nodejs-packaging
#BuildRequires:  npm(tap)

%description
Returns whether two buffers are equal.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/buffer-equal
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/buffer-equal

%nodejs_symlink_deps

#recusrive deps are recursive
#%%check
#%%tap test/*.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/buffer-equal
%doc README.markdown example


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.0-6
+ Revision: 9731041
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3302 |14cr|nodejs-bunker-0.1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-bunker
Version:        0.1.2
Release:        6
Summary:        Code coverage in native JavaScript
BuildArch:      noarch
Group:          System/Libraries
#no license file included, "MIT/X11" indicated in package.json
License:        MIT
URL:            https://github.com/substack/node-bunker
Source0:        http://registry.npmjs.org/bunker/-/bunker-%{version}.tgz

BuildRequires:  nodejs-packaging
#BuildRequires:  npm(tap)

%description
Bunker is a module to calculate code coverage written in native JavaScript.
It uses AST trickery with the help of the nodejs-burrito package.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/bunker
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/bunker

%nodejs_symlink_deps

# recursive deps are recursive
#%%check
#%%tap test/*.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/bunker
%doc README.markdown example


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-6
+ Revision: c1dbe42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3303 |14cr|nodejs-burrito-0.2.12-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-burrito
Version:        0.2.12
Release:        9
Summary:        Wrap up expressions with a trace function while walking the AST
BuildArch:      noarch
Group:          System/Libraries
#no license file included, "BSD" indicated in package.json
License:        BSD
URL:            https://github.com/substack/node-burrito
Source0:        http://registry.npmjs.org/burrito/-/burrito-%{version}.tgz
#to satisfy the BSD requirement that the text of the license be included, we
#include this copy of the 3-clause BSD as used in one of the author's projects.
Source1:        https://raw.github.com/substack/lambdascape/master/LICENSE

BuildRequires:  nodejs-packaging
#BuildRequires:  npm(tap)

%description
Burrito makes it easy to do crazy stuff with the JavaScript AST.

This is useful if you want to roll your own stack traces or build a code
coverage tool.

%prep
%setup -q -n package

%nodejs_fixdep uglify-js '~1.3.4'
%nodejs_fixdep traverse '~0.6.3'

cp -p %{SOURCE1} LICENSE

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/burrito
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/burrito

%nodejs_symlink_deps
ln -sf %{nodejs_sitelib}/uglify-js1 \
        %{buildroot}%{nodejs_sitelib}/burrito/node_modules/uglify-js

#recursive deps are recursive
#%%check
#%%tap test/*.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/burrito
%doc README.markdown example LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.12-9
+ Revision: 96fedce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3304 |14cr|nodejs-bytes-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global enable_tests 0

Name:       nodejs-bytes
Version:    0.3.0
Release:    2%{?dist}
Summary:    Byte size string parser/serializer for Node.js
# License text is included in Readme.md
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/bytes.js
Source0:    http://registry.npmjs.org/bytes/-/bytes-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
ExclusiveArch: %{nodejs_arches} noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%summary


%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/bytes
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/bytes

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha --reporter spec --require should
%endif


%files
%doc History.md Readme.md
%{nodejs_sitelib}/bytes

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3305 |14cr|nodejs-callsite-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


#use a github tarball so we get the tests
%global commit 8d3927995821596148e77f4af049ab38b03d1b99
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Name:           nodejs-callsite
Version:        1.0.0
Release:        3
Summary:        Provides access to V8's "raw" CallSites from Node.js

BuildArch:      noarch

Group:          Development/Other
#No license file included, "MIT" indicated in README and package.json
#A copy of the MIT license based on the version included with express, another
#node module by the same author, is included in Source1, and has been sent
#upstream: https://github.com/visionmedia/callsite/pull/2
License:        MIT
URL:            https://github.com/visionmedia/callsite
Source0:        https://github.com/visionmedia/callsite/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
Source1:        https://raw.github.com/tchollingsworth/callsite/8d7615a28a6507c3ef0731f072d3f1a100b3fe27/LICENSE

#One of the tests doesn't work and the other needed some prodding to work
#properly.  I'll look into this more later and file a bug/pull request once I've
#figured out exactly what's going on.
Patch1:         %{name}-fix-test.patch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

#for tests
#BuildRequires:  npm(mocha)
#BuildRequires:  npm(should)

%description
%{summary}.

This is useful for custom traces, C-style assertions, getting the line number
in execution, and more.

%prep
%setup -q -n callsite-%{commit}

#fix one test and don't run a non-working one
%patch1 -p1
rm -f test/__line.js

#copy LICENSE file into %%_builddir so it works with %%doc
cp %{SOURCE1} LICENSE

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/callsite
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/callsite

%nodejs_symlink_deps

# %check
# mocha --require should

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/callsite
%doc Readme.md LICENSE examples History.md  

%changelog
* Thu Sep 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: a3c02e9
- Disable check



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3306 |14cr|nodejs-chalk-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Tests fail inside Koji due to terminal environment.
%global enable_tests 0

Name:       nodejs-chalk
Version:    0.4.0
Release:    3
Summary:    Terminal string styling done right
License:    MIT
Group:      System/Libraries
URL:        https://github.com/sindresorhus/chalk
Source0:    http://registry.npmjs.org/chalk/-/chalk-%{version}.tgz
Source1:    https://raw.github.com/sindresorhus/chalk/0a33a270b1e00ae4dea31b8ca368056d6823a148/test.js
# https://github.com/sindresorhus/chalk/pull/14
Source2:    LICENSE
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(ansi-styles)
BuildRequires:  npm(has-color)
BuildRequires:  npm(strip-ansi)
%endif

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE1} .
cp -p %{SOURCE2} .

%nodejs_fixdep has-color '~0.1'
%nodejs_fixdep ansi-styles '~1.0'
%nodejs_fixdep strip-ansi '~0.1'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/chalk
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/chalk

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha
%endif


%files
%doc LICENSE readme.md
%{nodejs_sitelib}/chalk



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-3
+ Revision: ded37f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3307 |14cr|nodejs-character-parser-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-character-parser
Version:    1.2.0
Release:    1
Summary:    Parse JavaScript one character at a time to look for snippets in templates

License:    MIT
Group:      Development/Other
URL:        https://github.com/ForbesLindesay/character-parser
Source0:    http://registry.npmjs.org/character-parser/-/character-parser-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(better-assert)
%endif

%description
Parse JavaScript one character at a time to look for snippets in templates.
This is not a validator, it's just designed to allow you to have sections
of JavaScript delimited by brackets robustly.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
# Fix wrong-file-end-of-line-encoding.
for i in LICENSE README.md; do
    sed -i -e 's/\r$//' "${i}"
done

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/character-parser
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/character-parser

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha -R spec
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/character-parser



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-1
+ Revision: dc9c4b2
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3308 |14cr|nodejs-charm-0.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-charm
Version:        0.1.2
Release:        5
Summary:        ANSI control sequences for terminal cursor hopping and colors
BuildArch:      noarch
Group:          System/Libraries
#no license file included; "MIT" indicated in package.json
License:        MIT
URL:            https://github.com/substack/node-charm
Source0:        http://registry.npmjs.org/charm/-/charm-%{version}.tgz

BuildRequires:  nodejs-packaging

%description
Uses ANSI control sequences to write colors and cursor positions to terminals.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/charm
cp -pr package.json index.js lib %{buildroot}%{nodejs_sitelib}/charm

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/charm
%doc README.markdown example


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-5
+ Revision: 63db61f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3309 |14cr|nodejs-child-process-close-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-child-process-close
Version:        0.1.1
Release:        4
Summary:        Make child_process objects emit 'close' events
BuildArch:      noarch
Group:          Development/Other
#MIT license included in README file
License:        MIT
URL:            https://github.com/piscisaureus/child-process-close
Source0:        http://registry.npmjs.org/child-process-close/-/child-process-close-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
This module makes child process objects, (created with spawn, fork, exec or 
execFile) emit the close event in node v0.6 like they do in node v0.8. This 
makes it easier to write code that works correctly on both versions of node.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/child-process-close
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/child-process-close

%nodejs_symlink_deps

%check
%{__nodejs} test/test.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/child-process-close
%doc README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-4
+ Revision: 2ef3848
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3310 |14cr|nodejs-chmodr-0.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-chmodr
Version:    0.1.0
Release:    6
Summary:    Recursively change UNIX file permissions
License:    BSD
Group:      System/Libraries
URL:        https://github.com/isaacs/chmodr
Source0:    http://registry.npmjs.org/chmodr/-/chmodr-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%{summary}, like `chmod -R`.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/chmodr
cp -pr chmodr.js package.json %{buildroot}%{nodejs_sitelib}/chmodr

%nodejs_symlink_deps

# disabled; TAP is not in the distro yet
#%%check
#%%tap test/*

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/chmodr
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-6
+ Revision: fd5fb3a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3311 |14cr|nodejs-chownr-0.0.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-chownr
Version:    0.0.1
Release:    11
Summary:    Changes file permissions recursively
License:    BSD
Group:      System/Libraries
URL:        https://github.com/isaacs/chownr
Source0:    http://registry.npmjs.org/chownr/-/chownr-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Changes file permissions recursively, like `chown -R`.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/chownr
cp -p chownr.js package.json %{buildroot}%{nodejs_sitelib}/chownr

%nodejs_symlink_deps

#%%check
#%%tap test/*.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/chownr
%doc README.md LICENCE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-11
+ Revision: 004b876
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3312 |14cr|nodejs-cli-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-cli
Version:    0.5.0
Release:    2
Summary:    Node.js module for rapidly building command line apps

# License text is included in README.md
License:    MIT
Group:      System/Libraries
URL:        https://github.com/chriso/cli
Source0:    http://registry.npmjs.org/cli/-/cli-%{version}.tgz

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
cli is a toolkit for rapidly building command line apps. It includes:

 - Full featured options/arguments parser
 - Plugin support for adding common options and switches
 - Helper methods for working with input/output and spawning child processes
 - Output colored/styled messages, progress bars or spinners
 - Command auto-completion and glob support


%prep
%setup -q -n package
find . -type f -exec chmod 0644 '{}' \;


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/cli
cp -pr package.json cli.js index.js \
    %{buildroot}%{nodejs_sitelib}/cli

%nodejs_symlink_deps


%files
%doc README.md examples/
%{nodejs_sitelib}/cli



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-2
+ Revision: 1ade0f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3313 |14cr|nodejs-closure-compiler-0.2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-closure-compiler
Version:        0.2.6
Release:        3
Summary:        Bindings to Google's Closure Compiler for Node.js
Group:		Development/Other
License:        MIT
URL:            https://github.com/tim-smart/node-closure
Source0:        http://registry.npmjs.org/closure-compiler/-/closure-compiler-%{version}.tgz
# Use the wrapper script to invoke the compiler
Patch0:         nodejs-closure-compiler-invoke.patch
BuildArch:      noarch

Requires:       closure-compiler

BuildRequires:  nodejs-packaging
BuildRequires:  coffee-script

%description
A wrapper to the Google Closure compiler tool. It runs the jar file
in a child process and returns the results in a callback.


%prep
%setup -q -n package
%patch0 -p1
rm -rf node_modules lib/*


%build
cake build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/closure-compiler
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/closure-compiler
%nodejs_symlink_deps


%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/closure-compiler



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.6-3
+ Revision: 0efa07e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3314 |14cr|nodejs-collections-0.1.21-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-collections
Version:    0.1.21
Release:    4
Summary:    Data structures with idiomatic JavaScript collection interfaces

# shim-array.js and shim-object.js are forked from Motorola Mobility's Montage,
# which is licensed under the 3-Clause BSD License.
License:    MIT and BSD
Group:      System/Libraries
URL:        https://github.com/montagejs/collections
Source0:    http://registry.npmjs.org/collections/-/collections-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# revision control repository.
Source1:    spec-v%{version}.tar.bz2
Source10:   dl-tests.sh
# Include a copy of the Montage BSD license to comply with license requirements:
# https://raw.github.com/montagejs/montage/8084075f27f6b09e3c8e0457ba03ec03f3daaafd/LICENSE.md
Source20:   LICENSE-montage.md
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(jasmine-node)
%endif

%description
This package contains JavaScript implementations of common data structures
with idiomatic interfaces, including extensions for Array and Object.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
cp -a %{SOURCE20} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/collections
cp -pr package.json *.js listen/ \
    %{buildroot}%{nodejs_sitelib}/collections

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/jasmine-node/bin/jasmine-node spec
%endif


%files
%doc LICENSE.md LICENSE-montage.md README.md
%{nodejs_sitelib}/collections



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.21-4
+ Revision: efc2f66
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3315 |14cr|nodejs-colors-0.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-colors
Version:    0.6.2
Release:    2
Summary:    Get colors in your Node.js console
License:    MIT
Group:      System/Libraries
URL:        https://github.com/Marak/colors.js
Source0:    http://registry.npmjs.org/colors/-/colors-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/colors
cp -pr package.json colors.js themes/ \
    %{buildroot}%{nodejs_sitelib}/colors

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%__nodejs test.js
%endif


%files
%doc MIT-LICENSE.txt ReadMe.md example.html example.js
%{nodejs_sitelib}/colors



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-2
+ Revision: 1d65ef6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3316 |14cr|nodejs-combined-stream-0.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-combined-stream
Version:        0.0.4
Release:        5
Summary:        A stream that emits multiple other streams one after another
BuildArch:      noarch
Group:          System/Libraries
License:        MIT
URL:            https://github.com/felixge/node-combined-stream
Source0:        http://registry.npmjs.org/combined-stream/-/combined-stream-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
A stream that emits multiple other streams one after another.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/combined-stream
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/combined-stream

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/combined-stream
%doc License Readme.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-5
+ Revision: 11b6684
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3317 |14cr|nodejs-commander-2.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-commander
Version:    2.2.0
Release:    2
Summary:    Node.js command-line interfaces made easy

# License text is included in Readme.md
License:    MIT
Group:      System/Libraries
URL:        https://github.com/visionmedia/commander.js
Source0:    http://registry.npmjs.org/commander/-/commander-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source2:    examples-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

# Dep generator bug which adds a trailing dot in the nodejs(engine) requires.
Patch0:     %{name}-2.1.0-Fix-engine-dep.patch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(keypress)
BuildRequires:  npm(should)
%endif

%description
The complete solution for Node.js command-line interfaces,
inspired by Ruby's commander.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%setup -q -T -D -a 2 -n package
%patch0 -p1


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/commander
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/commander

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
find test/test.*.js -exec ./test/run '{}' \;
%endif


%files
%doc Readme.md examples/
%{nodejs_sitelib}/commander



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.0-2
+ Revision: ede1450
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3318 |14cr|nodejs-component-emitter-1.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-component-emitter
Version:    1.1.2
Release:    1
Summary:    An event emitter component for Node.js

License:    MIT
Group:      Development/Other
URL:        https://github.com/component/emitter
Source0:    http://registry.npmjs.org/component-emitter/-/component-emitter-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh
# Include a copy of the license text to comply with license requirements.
Source20:   https://raw.github.com/component/emitter/2999c522a07ba3a95106530e1c1e194d2c7a266c/LICENSE

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
cp -p %{SOURCE20} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/component-emitter
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/component-emitter

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should --reporter spec
%endif


%files
%doc History.md LICENSE Readme.md
%{nodejs_sitelib}/component-emitter



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-1
+ Revision: 946e015
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3319 |14cr|nodejs-compressible-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-compressible
Version:    1.0.1
Release:    2
Summary:    Compressible Content-Type/MIME checking for Node.js

License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/compressible
Source0:    http://registry.npmjs.org/compressible/-/compressible-%{version}.tgz
Source1:    https://raw.githubusercontent.com/expressjs/compressible/1fa49dfbff3dac20a170d8146b7e7dae555f5604/test/compressible.js
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
%endif

%description
%{summary}.


%prep
%setup -q -n package
mkdir -p test/
cp -p %{SOURCE1} test/


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/compressible
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/compressible

mkdir -p %{buildroot}%{_datadir}/%{name}
cp -p specifications.json %{buildroot}%{_datadir}/%{name}
ln -sf %{_datadir}/%{name}/specifications.json \
    %{buildroot}%{nodejs_sitelib}/compressible/specifications.json

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --reporter spec
%endif


%files
%doc README.md
%{nodejs_sitelib}/compressible
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/specifications.json



%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: d002838
- Disable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3320 |14cr|nodejs-compression-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-compression
Version:    1.0.1
Release:    3
Summary:    Compression middleware for Node.js and Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/compression
Source0:    http://registry.npmjs.org/compression/-/compression-%{version}.tgz
# The test file is missing from the NPM tarball.
Source1:    https://raw.github.com/expressjs/compression/ff7df439670a89129ce4d738ca5d0c72ce663b2a/test.js
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(bytes)
BuildRequires:  npm(compressible)
BuildRequires:  npm(connect)
BuildRequires:  npm(mocha)
BuildRequires:  npm(negotiator)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE1} .

%nodejs_fixdep bytes '~0.3'
%nodejs_fixdep compressible '~1.0.0'
%nodejs_fixdep negotiator '~0.4.2'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/compression
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/compression

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should --reporter spec
%endif


%files
%doc HISTORY.md README.md
%{nodejs_sitelib}/compression



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-3
+ Revision: 73ef615
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3321 |14cr|nodejs-concat-stream-1.4.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-concat-stream
Version:    1.4.4
Release:    3
Summary:    Writable stream that concatenates data and calls a callback with the result

License:    MIT
Group:      System/Libraries
URL:        https://github.com/maxogden/node-concat-stream
Source0:    http://registry.npmjs.org/concat-stream/-/concat-stream-%{version}.tgz

# Use 'stream' module from Node.js core instead of npm(readable-stream).
Patch0:     %{name}-1.4.4-Use-stream-from-Node.js-core.patch
# npm(typedarray) is taken from https://github.com/inexorabletash/polyfill
# and is for supporting IE-9. But it appears that npm(concat-stream) only
# supports IE>=10 so there doesn't seem to be a compelling reason to use
# typedarray instead of a native `new Uint8Array(len)`.
Patch1:     %{name}-1.4.4-Remove-dependency-on-typedarray.patch
BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(inherits)
BuildRequires:  npm(tape)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%patch0 -p1
%patch1 -p1
%nodejs_fixdep inherits '~2.0.0'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/concat-stream
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/concat-stream

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/tape test/*.js test/server/*.js
%endif


%files
%doc LICENSE readme.md
%{nodejs_sitelib}/concat-stream



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.4-3
+ Revision: fa1158f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3322 |14cr|nodejs-config-chain-1.1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-config-chain
Version:        1.1.7
Release:        3
Summary:        Handle configuration once and for all
BuildArch:      noarch
Group:          System/Libraries
License:        MIT
URL:            https://github.com/dominictarr/config-chain
Source0:        http://registry.npmjs.org/config-chain/-/config-chain-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Use this module to load all your configurations.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/config-chain
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/config-chain

#fix permissions on non-executable main javascript code file
chmod 0644 %{buildroot}%{nodejs_sitelib}/config-chain/index.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/config-chain
%doc LICENCE readme.markdown


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.7-3
+ Revision: e197d84
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3323 |14cr|nodejs-connect-2.14.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-connect
Version:    2.14.5
Release:    3
Summary:    High performance middleware framework for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/senchalabs/connect
Source0:    http://registry.npmjs.org/connect/-/connect-%{version}.tgz
# The test/, support/, docs/ and examples/ folders are not included in the
# npm tarball. Sources 1 to 4 are generated by running Source10, which pulls
# from the upstream version control repository.
Source1:    tests-%{version}.tar.bz2
Source2:    support-%{version}.tar.bz2
Source3:    docs-%{version}.tar.bz2
Source4:    examples-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(basic-auth-connect)
BuildRequires:  npm(bytes)
BuildRequires:  npm(cookie-parser)
BuildRequires:  npm(cookie-signature)
BuildRequires:  npm(compression)
BuildRequires:  npm(connect-timeout)
BuildRequires:  npm(csurf)
BuildRequires:  npm(debug)
BuildRequires:  npm(errorhandler)
BuildRequires:  npm(express-session)
BuildRequires:  npm(fresh)
BuildRequires:  npm(jade)
BuildRequires:  npm(method-override)
BuildRequires:  npm(mocha)
BuildRequires:  npm(morgan)
BuildRequires:  npm(multiparty)
BuildRequires:  npm(pause)
BuildRequires:  npm(qs)
BuildRequires:  npm(raw-body)
BuildRequires:  npm(response-time)
BuildRequires:  npm(serve-index)
BuildRequires:  npm(serve-static)
BuildRequires:  npm(setimmediate)
BuildRequires:  npm(should)
BuildRequires:  npm(static-favicon)
BuildRequires:  npm(vhost)
%endif

%description
Connect is an extensible HTTP server framework for node, providing high
performance "plugins" known as middleware.

Connect is bundled with over 20 commonly used middleware, including a logger,
session support, cookie parser, and more.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%setup -q -T -D -a 2 -n package
%setup -q -T -D -a 3 -n package
%setup -q -T -D -a 4 -n package

%nodejs_fixdep multiparty '~3.2.3'

%nodejs_fixdep basic-auth-connect '~1.0'
%nodejs_fixdep cookie-parser '~1.0.1'
%nodejs_fixdep cookie-signature '~1.0.3'
%nodejs_fixdep compression '~1.0'
%nodejs_fixdep connect-timeout '~1.0'
%nodejs_fixdep csurf '~1.1'
%nodejs_fixdep errorhandler '~1.0'
%nodejs_fixdep express-session '~1.0.2'
%nodejs_fixdep fresh '~0.2.2'
%nodejs_fixdep method-override '~1.0'
%nodejs_fixdep morgan '~1.0'
%nodejs_fixdep qs '~0.6.6'
%nodejs_fixdep response-time '~1.0'
%nodejs_fixdep setimmediate '~1.0.1'
%nodejs_fixdep serve-index '~1.0.1'
%nodejs_fixdep serve-static '~1.0'
%nodejs_fixdep static-favicon '~1.0.2'
%nodejs_fixdep vhost '~1.0'
%nodejs_fixdep bytes '~0.3'
%nodejs_fixdep pause '~0.0.1'
%nodejs_fixdep debug '~0.7'
%nodejs_fixdep raw-body '~1.1.4'



%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/connect

cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/connect

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check

NODE_ENV=test %{nodejs_sitelib}/mocha/bin/mocha \
    --reporter dot --timeout 600 test/*.js --bail
%endif


%files
%doc LICENSE Readme.md docs/ examples/
%{nodejs_sitelib}/connect



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.14.5-3
+ Revision: fac4219
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3324 |14cr|nodejs-connect-timeout-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-connect-timeout
Version:    1.0.0
Release:    2
Summary:    Timeout middleware for Node.js and Connect

License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/timeout
Source0:    http://registry.npmjs.org/connect-timeout/-/connect-timeout-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(connect)
BuildRequires:  npm(debug)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/connect-timeout
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/connect-timeout

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test /usr/bin/mocha --require should -R spec
%endif


%files
%doc README.md
%{nodejs_sitelib}/connect-timeout



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 20ed425
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3325 |14cr|nodejs-console-dot-log-0.1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-console-dot-log
Version:    0.1.3
Release:    6
Summary:    A console.log implementation that plays nice with large amounts of data

# License is specified in console.log.js.
# Upstream have been informed about missing LICENSE file:
# https://gist.github.com/tmpvar/1077544#comment-770148
License:    MIT
Group:      System/Libraries
URL:        https://gist.github.com/1077544
Source0:    http://registry.npmjs.org/console.log/-/console.log-%{version}.tgz
# Include a copy of the MIT license to comply with license requirements.
Source20:   LICENSE

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
A console.log implementation that plays nice with large amounts of data.
It keeps the node alive until the output has flushed to the screen.


%prep
%setup -q -n package
cp -a %{SOURCE20} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/console.log
cp -pr package.json console.log.js \
    %{buildroot}%{nodejs_sitelib}/console.log

%nodejs_symlink_deps


%files
%doc LICENSE README.md
%{nodejs_sitelib}/console.log



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-6
+ Revision: 06be81b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3326 |14cr|nodejs-constantinople-2.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-constantinople
Version:    2.0.0
Release:    3
Summary:    Determine whether a JavaScript expression evaluates to a constant

License:    MIT
Group:      Development/Other
URL:        https://github.com/ForbesLindesay/constantinople
Source0:    http://registry.npmjs.org/constantinople/-/constantinople-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  uglify-js
%endif

%description
%{summary}.


%prep
%setup -q -n package
find . -type f -exec chmod -x '{}' \;
for i in LICENSE README.md; do
    sed -i -e 's/\r$//' "${i}"
done

%nodejs_fixdep uglify-js '~2.2'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/constantinople
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/constantinople

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
if [ ! -d node_modules/uglify-js ]; then
    ln -sf /usr/lib/node_modules/uglify-js node_modules/uglify-js
fi
/usr/bin/mocha -R spec
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/constantinople



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-3
+ Revision: 0154735
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3327 |14cr|nodejs-cookie-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global enable_tests 0

Name:       nodejs-cookie
Version:    0.1.2
Release:    2%{?dist}
Summary:    Cookie parsing and serialization for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/shtylman/node-cookie
Source0:    http://registry.npmjs.org/cookie/-/cookie-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
ExclusiveArch: %{nodejs_arches} noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
%endif

%description
This Node.js module is a basic cookie parser and serializer. It doesn't
make assumptions about how you are going to deal with your cookies. It
basically just provides a way to read and write the HTTP cookie headers.

See RFC6265 for details about the HTTP header for cookies.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/cookie
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/cookie

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/mocha/bin/mocha
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/cookie

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3328 |14cr|nodejs-cookie-jar-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-cookie-jar
Epoch:          1
Version:        0.3.0
Release:        3
Summary:        A cookie handling and cookie jar library for Node.js
BuildArch:      noarch
Group:          System/Libraries
#ASL 2.0 added upstream
#https://github.com/mikeal/cookie-jar/blob/master/LICENSE
License:        ASL 2.0
URL:            https://github.com/mikeal/cookie-jar
Source0:        http://registry.npmjs.org/cookie-jar/-/cookie-jar-%{version}.tgz

#this needs to get renamed to nodejs-cookie-jar soon
Provides:       nodejs-tobi-cookie = %{epoch}:%{version}
Obsoletes:      nodejs-tobi-cookie < 1:0.2.0-3

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%summary.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/cookie-jar
cp -p index.js jar.js package.json %{buildroot}%{nodejs_sitelib}/cookie-jar

%nodejs_symlink_deps

%check
%{__nodejs} tests/run.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/cookie-jar


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.3.0-3
+ Revision: 4b7b6a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3329 |14cr|nodejs-cookiejar-1.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-cookiejar
Version:    1.3.2
Release:    2
Summary:    A simple, persistent cookie jar system for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/bmeck/node-cookiejar
Source0:    http://registry.npmjs.org/cookiejar/-/cookiejar-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/cookiejar
cp -pr package.json cookiejar.js \
    %{buildroot}%{nodejs_sitelib}/cookiejar

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__nodejs tests/*.js
%endif


%files
%doc LICENSE readme.md
%{nodejs_sitelib}/cookiejar



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-2
+ Revision: 35a8afa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3330 |14cr|nodejs-cookie-parser-1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-cookie-parser
Version:    1.0.1
Release:    5
Summary:    A Node.js module for cookie parsing with signatures
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/cookie-parser
Source0:    http://registry.npmjs.org/cookie-parser/-/cookie-parser-%{version}.tgz
Source1:    https://raw.github.com/expressjs/cookie-parser/5a522a83f4e4aa7d40892f7b090152130625d3a8/LICENSE

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(connect)
BuildRequires:  npm(supertest)
%endif

%description
Parse Cookie header and populate req.cookies with an object keyed by the
cookie names. Optionally you may enabled signed cookie support by passing a
secret string, which assigns req.secret so it may be used by other middleware.


%prep
%setup -q -n package
cp -p %{SOURCE1} .
%nodejs_fixdep cookie '~0.1.0'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/cookie-parser
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/cookie-parser

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --ui bdd --reporter list -- test/*.js
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/cookie-parser



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-5
+ Revision: bbf2971
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3331 |14cr|nodejs-cookie-signature-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global enable_tests 0

Name:       nodejs-cookie-signature
Version:    1.0.3
Release:    2%{?dist}
Summary:    Node.js module to sign and unsign cookies
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/node-cookie-signature
Source0:    http://registry.npmjs.org/cookie-signature/-/cookie-signature-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
ExclusiveArch: %{nodejs_arches} noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/cookie-signature
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/cookie-signature

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/mocha/bin/mocha --require should --reporter spec
%endif


%files
%doc History.md Readme.md
%{nodejs_sitelib}/cookie-signature
%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3332 |14cr|nodejs-couch-login-0.1.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-couch-login
Version:        0.1.18
Release:        2
Summary:        A module for doing logged-in requests to a couchdb server
Group:          System/Libraries
License:        BSD
URL:            https://github.com/isaacs/couch-login
Source0:        http://registry.npmjs.org/couch-login/-/couch-login-%{version}.tgz

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
A module for doing logged-in requests to a couchdb server.

%prep
%setup -q -n package

%nodejs_fixdep request

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/couch-login
cp -pr package.json couch-login.js %{buildroot}%{nodejs_sitelib}/couch-login

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/couch-login
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.18-2
+ Revision: 62703ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3333 |14cr|nodejs-cryptiles-0.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-cryptiles
Version:    0.2.2
Release:    2
Summary:    General purpose cryptography utilities for Node.js
License:    BSD
Group:      Development/Other
URL:        https://github.com/hueniverse/cryptiles
Source0:    http://registry.npmjs.org/cryptiles/-/cryptiles-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%{summary}.

%prep
%setup -q -n package

#fix perms
chmod 0644 README.md LICENSE lib/* index.js package.json

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/cryptiles
cp -pr lib index.js package.json %{buildroot}%{nodejs_sitelib}/cryptiles

%nodejs_symlink_deps

#Yet Another Unpackaged Test Framework (lab)
#%%check
#make test

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/cryptiles
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-2
+ Revision: 6ac1758
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3334 |14cr|nodejs-css-1.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-css
Version:    1.6.0
Release:    2%{?dist}
Summary:    A CSS parser/stringifier for Node.js using css-parse and css-stringify
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/css
Source0:    http://registry.npmjs.org/css/-/css-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging


%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/css
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/css

%nodejs_symlink_deps


%files
%doc History.md LICENSE Readme.md
%{nodejs_sitelib}/css
%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3335 |14cr|nodejs-cssom-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-cssom
Version:    0.3.0
Release:    2
Summary:    CSS Object Model implementation and CSS parser for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/NV/CSSOM
Source0:    http://registry.npmjs.org/cssom/-/cssom-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/cssom
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/cssom

%nodejs_symlink_deps


%files
%doc README.mdown MIT-LICENSE.txt
%{nodejs_sitelib}/cssom



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: d8a00b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3336 |14cr|nodejs-css-parse-1.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global commit 212d7d4b5f049e31d30907ee73ac767329db92e1

%global enable_tests 0

Name:       nodejs-css-parse
Version:    1.7.0
Release:    3%{?dist}
Summary:    A JavaScript CSS parser for Node.js and the browser
License:    MIT
Group:      Development/Other
URL:        https://github.com/reworkcss/css-parse
# Use GitHub as the NPM tarball is missing test/, examples/, History.md.
Source0:    https://github.com/reworkcss/css-parse/archive/%{commit}/%{name}-%{version}.tar.gz

BuildArch:  noarch
ExclusiveArch: %{nodejs_arches} noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n css-parse-%{commit}


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/css-parse
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/css-parse

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should --reporter spec --bail
%endif


%files
%doc examples/ History.md LICENSE Readme.md
%{nodejs_sitelib}/css-parse


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3337 |14cr|nodejs-css-stringify-1.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global commit 74a42f06087891273274acf2e30065ee9454bd66

%global enable_tests 0

Name:       nodejs-css-stringify
Version:    1.4.1
Release:    2%{?dist}
Summary:    A CSS compiler for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/css-stringify
# Use GitHub as the NPM tarball is missing useful files/folders.
Source0:    https://github.com/visionmedia/css-stringify/archive/%{commit}/%{name}-%{version}.tar.gz

BuildArch:  noarch
ExclusiveArch: %{nodejs_arches} noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(css-parse)
BuildRequires:  npm(should)
BuildRequires:  npm(source-map)
%endif

%description
%{summary}.


%prep
%setup -q -n css-stringify-%{commit}
%nodejs_fixdep source-map '~0.1.27'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/css-stringify
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/css-stringify

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should --reporter spec --bail
%endif


%files
%doc History.md LICENSE Readme.md examples/
%{nodejs_sitelib}/css-stringify


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3338 |14cr|nodejs-csurf-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-csurf
Version:    1.1.0
Release:    2
Summary:    CSRF token middleware for Node.js and Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/csurf
Source0:    http://registry.npmjs.org/csurf/-/csurf-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(connect)
BuildRequires:  npm(scmp)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
BuildRequires:  npm(uid2)
# Not yet packaged.
# BuildRequires:  npm(body-parser)
# BuildRequires:  npm(cookie-session)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/csurf
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/csurf

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
# /usr/bin/npm install body-parser
# /usr/bin/npm install cookie-session
NODE_ENV=test /usr/bin/mocha --require should --reporter spec
%endif


%files
%doc HISTORY.md LICENSE README.md
%{nodejs_sitelib}/csurf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-2
+ Revision: ca825e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3339 |14cr|nodejs-ctype-0.5.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global commit 3aae5f7aa45906cfcb283817cfb6fcb15360391d
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Name:           nodejs-ctype
Version:        0.5.3
Release:        5
Summary:        Read and write binary structures and data types with Node.js
BuildArch:      noarch
Group:          System/Libraries
License:        MIT
URL:            https://github.com/rmustacc/node-ctype
Source0:        http://registry.npmjs.org/ctype/-/ctype-%{version}.tgz
#grab the tests from github
Source1:        https://github.com/rmustacc/node-ctype/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz

# fedora-specific patch to have README indicate proper directions for reading
# the man page from the system path
Patch1:         nodejs-ctype-README.patch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Node-CType is a way to read and write binary data in a structured and easy to 
use format. Its name comes from the C header file.

There are two APIs that you can use, depending on what abstraction you'd like.
The low level API lets you read and write individual integers and floats from
buffers. The higher level API lets you read and write structures of these.

%prep
%setup -q -n package -a1
%patch1 -p1

#move tests into regular directory
mv node-ctype-%{commit}/tst .
rm -rf node-ctype-%{commit}

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/ctype
cp -pr package.json ctf.js ctio.js ctype.js %{buildroot}%{nodejs_sitelib}/ctype

mkdir -p %{buildroot}%{_mandir}/man3
cp -pr man/man3ctype/ctio.3ctype %{buildroot}%{_mandir}/man3/ctio.3

%nodejs_symlink_deps

%check
pushd tst
for dir in ctf ctio/* ctype; do
    pushd $dir
    for f in *.js; do
        %{__nodejs} $f
    done
    popd
done
popd

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/ctype
%{_mandir}/man3/ctio.3.*
%doc CHANGELOG LICENSE README README.old


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.3-5
+ Revision: 6922ecc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3340 |14cr|nodejs-cycle-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-cycle
Version:    1.0.3
Release:    2
Summary:    A Node.js module implementing JSON encoders/decoders in JavaScript
License:    Public Domain
Group:      System/Libraries
URL:        https://github.com/douglascrockford/JSON-js
Source0:    http://registry.npmjs.org/cycle/-/cycle-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/cycle
cp -pr package.json cycle.js \
    %{buildroot}%{nodejs_sitelib}/cycle

%nodejs_symlink_deps


%files
%doc README.md
%{nodejs_sitelib}/cycle



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-2
+ Revision: 75c7c54
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3341 |14cr|nodejs-dateformat-1.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1
%global extraversion -1.2.3

Name:       nodejs-dateformat
Version:    1.0.6
Release:    2
Summary:    Steven Levithan's excellent dateFormat() function for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/felixge/node-dateformat
Source0:    http://registry.npmjs.org/dateformat/-/dateformat-%{version}%{extraversion}.tgz
# Upstream have been informed about missing LICENSE file.
# Pull request sent: https://github.com/felixge/node-dateformat/pull/14
Source20:   LICENSE

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
This is a JavaScript port of Steven Levithan's excellent dateFormat()
function, which provides a simple way to format dates and times
according to a user-specified mask.


%prep
%setup -q -n package
cp -a %{SOURCE20} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/dateformat
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/dateformat

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
# Test removed upstream.
rm -f test/basic.js
%nodejs_symlink_deps --check
%__nodejs test/*.js
%endif


%files
%doc LICENSE Readme.md
%{nodejs_sitelib}/dateformat



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.6-2
+ Revision: 40320d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3342 |14cr|nodejs-debug-0.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-debug
Version:    0.8.1
Release:    2
Summary:    A small debugging utility for Node.js
# License text is included in Readme.md
License:    MIT
Group:      System/Libraries
URL:        https://github.com/visionmedia/debug
Source0:    http://registry.npmjs.org/debug/-/debug-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
This module is a tiny Node.js debugging utility modeled after node core's
debugging technique.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/debug
cp -pr package.json debug.js lib/ \
    %{buildroot}%{nodejs_sitelib}/debug

%nodejs_symlink_deps


%files
%doc Readme.md
%{nodejs_sitelib}/debug



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-2
+ Revision: 82e4cbc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3343 |14cr|nodejs-deep-equal-0.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-deep-equal
Version:        0.0.0
Release:        4
Summary:        Node's assert.deepEqual algorithm
BuildArch:      noarch
Group:          System/Libraries
#no license file included; "MIT/X11" indicated in package.json
License:        MIT
URL:            https://github.com/substack/node-deep-equal
Source0:        http://registry.npmjs.org/deep-equal/-/deep-equal-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs
#BuildRequires:  npm(tap)

%description
Node's `assert.deepEqual()` algorithm implemented as a standalone module.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/deep-equal
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/deep-equal

%nodejs_symlink_deps

#recursive deps are recursive
#%%check
#%%tap test/*.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/deep-equal
%doc README.markdown example


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.0-4
+ Revision: 37f17f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3344 |14cr|nodejs-defined-0.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-defined
Version:    0.0.0
Release:    3
Summary:    Return the first argument that is '!== undefined'
License:    MIT
Group:      System/Libraries
URL:        https://github.com/substack/defined
Source0:    http://registry.npmjs.org/defined/-/defined-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%if 0%{?enable_tests}
BuildRequires:  npm(tap)
BuildRequires:  npm(tape)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/defined
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/defined

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
ln -sf %{nodejs_sitelib} .
%tap test/*.js
%endif


%files
%doc LICENSE readme.markdown example/
%{nodejs_sitelib}/defined



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.0-3
+ Revision: b5227f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3345 |14cr|nodejs-delayed-stream-0.0.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-delayed-stream
Version:        0.0.5
Release:        7
Summary:        Buffers events from a stream until you are ready to handle them
BuildArch:      noarch
Group:          System/Libraries
License:        MIT
URL:            https://github.com/felixge/node-delayed-stream
Source0:        http://registry.npmjs.org/delayed-stream/-/delayed-stream-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Buffers events from a stream until you are ready to handle them.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/delayed-stream
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/delayed-stream

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/delayed-stream
%doc License Readme.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-7
+ Revision: 8e3a0ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3346 |14cr|nodejs-dep-graph-1.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-dep-graph
Version:    1.1.0
Release:    6
Summary:    Simple dependency graph management in JavaScript

# License text is included in README.mdown
License:    MIT
Group:      Development/Other
URL:        https://github.com/TrevorBurnham/dep-graph
Source0:    http://registry.npmjs.org/dep-graph/-/dep-graph-%{version}.tgz

BuildArch:  noarch

BuildRequires:  coffee-script
BuildRequires:  npm(watchit)
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(nodeunit)
BuildRequires:  npm(underscore)
%endif

%description
This is a Node.js module for simple dependency graph management in JavaScript.

Say you have a set of resources that depend on each other in some way. These
resources can be anything (eg, files, chains of command etc.).
All that matters is that each one has a unique string identifier, and a list
of direct dependencies.

dep-graph makes it easy to compute "chains" of dependencies, with guaranteed
logical ordering and no duplicates. That's trivial in most cases, but if A
depends on B and B depends on A, a naïve dependency graph would get trapped
in an infinite loop. dep-graph throws an error if any such "cycles" are
detected.


%prep
%setup -q -n package
%nodejs_fixdep underscore '~1.4'
# Build these from source instead.
rm -rf lib/


%build
%nodejs_symlink_deps --check
/usr/bin/cake build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/dep-graph
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/dep-graph

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
/usr/bin/cake test
%endif


%files
%doc README.mdown docs/
%{nodejs_sitelib}/dep-graph



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-6
+ Revision: a1fdfc8
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3347 |14cr|nodejs-detective-2.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-detective
Version:    2.3.0
Release:    1
Summary:    Node.js module to find all calls to require()

License:    MIT
Group:      Development/Other
URL:        https://github.com/substack/node-detective
Source0:    http://registry.npmjs.org/detective/-/detective-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(escodegen)
BuildRequires:  npm(esprima)
BuildRequires:  npm(tap)
%endif

%description
Node.js module to find all calls to require(), no matter how crazily nested,
using a proper walk of the AST.

%prep
%setup -q -n package
%nodejs_fixdep esprima '~1.1'
%nodejs_fixdep escodegen '~1.3'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/detective
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/detective

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%tap test/*.js
%endif


%files
%doc LICENSE readme.markdown example/
%{nodejs_sitelib}/detective



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.0-1
+ Revision: 93200b4
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3348 |14cr|nodejs-diff-1.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-diff
Version:    1.0.8
Release:    2
Summary:    A JavaScript text diff implementation for Node.js

# LICENSE text is included in README.md
License:    BSD
Group:      System/Libraries
URL:        https://github.com/kpdecker/jsdiff
Source0:    http://registry.npmjs.org/diff/-/diff-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# revision control repository.
Source1:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(colors)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%{summary}


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/diff
cp -pr package.json diff.js \
    %{buildroot}%{nodejs_sitelib}/diff

%nodejs_symlink_deps

%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/mocha/bin/mocha test/*.js
%endif

%files
%doc README.md
%{nodejs_sitelib}/diff


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-2
+ Revision: bbe7831
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3349 |14cr|nodejs-difflet-0.2.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-difflet
Version:        0.2.3
Release:        6
Summary:        Colorful diffs for JavaScript objects
BuildArch:      noarch

Group:          System/Libraries
#no license file included; "MIT" indicated in package.json
License:        MIT
URL:            https://github.com/substack/difflet
Source0:        http://registry.npmjs.org/difflet/-/difflet-%{version}.tgz

BuildRequires:  nodejs-packaging
#BuildRequires:  npm(tap)

%description
Creates colorful diffs for JavaScript objects,

%prep
%setup -q -n package

%nodejs_fixdep charm '~0.1.0'

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/difflet
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/difflet

%nodejs_symlink_deps

#recursive deps are recursive
#%%check
#%%tap test/*.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/difflet
%doc README.markdown example


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-6
+ Revision: 11fcbec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3350 |14cr|nodejs-dryice-0.4.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-dryice
Version:        0.4.10
Release:        4
Summary:        A CommonJS/RequireJS packaging tool for browser scripts

BuildArch:      noarch

Group:          System/Libraries
License:        ASL 2.0
URL:            https://github.com/mozilla/dryice
Source0:        http://registry.npmjs.org/dryice/-/dryice-%{version}.tgz

BuildRequires:  nodejs-packaging

%description
A CommonJS/RequireJS packaging tool for browser scripts.

It is basically just a copy function. It takes input from a set of input files,
which can be specified in various ways, optionally filters them and outputs
them to something else.

%prep
%setup -q -n package

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/dryice
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/dryice

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/dryice
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.10-4
+ Revision: 7f777ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3351 |14cr|nodejs-editor-0.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-editor
Version:        0.0.4
Release:        4
Summary:        Launch the default text editor from Node.js programs
BuildArch:      noarch
Group:          Development/Other
#package.json indicates MIT, but no license file included
#upstream notified in https://github.com/substack/node-editor/pull/5
#we're including a copy of the MIT license based off a copy from another
#project by the same author indicating the same license in order to comply
#with the terms of the MIT license
License:        MIT
URL:            https://github.com/substack/node-editor
Source0:        http://registry.npmjs.org/editor/-/editor-%{version}.tgz
Source1:        https://raw.github.com/tchollingsworth/node-editor/05d7fbfcf22329db9aae5c676b0721045e7974d5/LICENSE

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%{summary}.

%prep
%setup -q -n package

#copy LICENSE file to %%{_builddir} so it works with %%doc
cp %{SOURCE1} .

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/editor
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/editor

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/editor
%doc README.markdown LICENSE example


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-4
+ Revision: 9d1e63c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3352 |14cr|nodejs-ejs-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-ejs
Version:    1.0.0
Release:    1
Summary:    Embedded JavaScript templates for Node.js

# License text is included in Readme.md
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/ejs
Source0:    http://registry.npmjs.org/ejs/-/ejs-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/ejs
cp -pr package.json ejs.js ejs.min.js index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/ejs

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha --require should --reporter spec
%endif


%files
%doc History.md Readme.md examples/
%{nodejs_sitelib}/ejs



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-1
+ Revision: 8ccbdff
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3353 |14cr|nodejs-errorhandler-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-errorhandler
Version:    1.0.0
Release:    3
Summary:    The default error handler page for Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/errorhandler
Source0:    http://registry.npmjs.org/errorhandler/-/errorhandler-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(connect)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/errorhandler
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/errorhandler

mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr public/ \
    %{buildroot}%{_datadir}/%{name}
ln -sf %{_datadir}/%{name}/public \
    %{buildroot}%{nodejs_sitelib}/errorhandler/public

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test /usr/bin/mocha --require should --reporter spec
%endif


%files
%doc README.md
%{nodejs_sitelib}/errorhandler
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/public
%{_datadir}/%{name}/public/error.html
%{_datadir}/%{name}/public/style.css



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: beb1f4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3354 |14cr|nodejs-escodegen-1.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-escodegen
Version:    1.3.2
Release:    2
Summary:    ECMAScript code generator
License:    BSD
Group:      System/Libraries
URL:        https://github.com/Constellation/escodegen
Source0:    http://registry.npmjs.org/escodegen/-/escodegen-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# revision control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(chai)
BuildRequires:  npm(esprima-moz)
BuildRequires:  npm(estraverse)
BuildRequires:  npm(esutils)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
rm -f *.min.js


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/escodegen
cp -pr package.json escodegen.js \
    %{buildroot}%{nodejs_sitelib}/escodegen

mkdir -p %{buildroot}%{nodejs_sitelib}/escodegen/bin
install -p -D -m0755 bin/escodegen.js \
    %{buildroot}%{nodejs_sitelib}/escodegen/bin/escodegen.js
install -p -D -m0755 bin/esgenerate.js \
    %{buildroot}%{nodejs_sitelib}/escodegen/bin/esgenerate.js

mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/escodegen/bin/escodegen.js \
    %{buildroot}%{_bindir}/escodegen.js
ln -sf %{nodejs_sitelib}/escodegen/bin/esgenerate.js \
    %{buildroot}%{_bindir}/esgenerate.js

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__nodejs test/run.js
%endif

%files
%doc LICENSE.BSD LICENSE.source-map README.md
%{nodejs_sitelib}/escodegen
%{_bindir}/escodegen.js
%{_bindir}/esgenerate.js



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-2
+ Revision: 0f10df2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3355 |14cr|nodejs-esprima-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-esprima
Version:    1.1.1
Release:    2
Summary:    ECMAScript parsing infrastructure for multipurpose analysis

# License text is in README.md
License:    BSD
Group:      System/Libraries
URL:        https://github.com/ariya/esprima
Source0:    http://registry.npmjs.org/esprima/-/esprima-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# revision control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package
rm -rf test/
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/esprima
cp -pr package.json esprima.js \
    %{buildroot}%{nodejs_sitelib}/esprima

mkdir -p %{buildroot}%{_bindir}
for i in esparse.js esvalidate.js; do
    install -p -D -m0755 bin/${i} %{buildroot}%{nodejs_sitelib}/esprima/bin/${i}
    ln -s %{nodejs_sitelib}/esprima/bin/${i} %{buildroot}%{_bindir}/${i}
done

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__nodejs test/run.js
%endif


%files
%doc README.md
%{nodejs_sitelib}/esprima
%{_bindir}/esparse.js
%{_bindir}/esvalidate.js



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-2
+ Revision: 4623529
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3356 |14cr|nodejs-estraverse-1.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-estraverse
Version:    1.5.0
Release:    2
Summary:    ECMAScript JS AST traversal functions

License:    BSD
Group:      System/Libraries
URL:        https://github.com/Constellation/estraverse
Source0:    http://registry.npmjs.org/estraverse/-/estraverse-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(chai)
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(mocha)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/estraverse
cp -pr package.json estraverse.js \
    %{buildroot}%{nodejs_sitelib}/estraverse

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --compilers coffee:coffee-script
%endif


%files
%doc LICENSE.BSD README.md
%{nodejs_sitelib}/estraverse



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-2
+ Revision: b5df19b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3357 |14cr|nodejs-esutils-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO: enable after all packages are rebuilt
%global enable_tests 0

Name:       nodejs-esutils
Version:    1.0.0
Release:    4
Summary:    Utility box for ECMAScript language tools

License:    BSD
Group:      System/Libraries
URL:        https://github.com/Constellation/esutils
Source0:    http://registry.npmjs.org/esutils/-/esutils-%{version}.tgz
Source1:    https://raw.githubusercontent.com/Constellation/esutils/6f73df0525cad2e610725741082e19c19e6497fd/LICENSE.BSD

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(chai)
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(mocha)
%endif

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE1} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/esutils
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/esutils

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --compilers coffee:coffee-script -R spec
%endif


%files
%doc LICENSE.BSD README.md
%{nodejs_sitelib}/esutils



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: 2242023
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3358 |14cr|nodejs-eventemitter2-0.4.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-eventemitter2
Version:    0.4.13
Release:    2
Summary:    A Node.js event emitter implementation with namespaces, wildcards and TTL

# License text is in README.md.
License:    MIT
Group:      System/Libraries
URL:        https://github.com/hij1nx/EventEmitter2
Source0:    http://registry.npmjs.org/eventemitter2/-/eventemitter2-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# revision control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(nodeunit)
%endif

%description
A Node.js event emitter implementation with namespaces, wildcards,
time to live (TTL) and browser support.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/eventemitter2
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/eventemitter2

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/nodeunit/bin/nodeunit test/simple/
%{nodejs_sitelib}/nodeunit/bin/nodeunit test/wildcardEvents/
%endif


%files
%doc README.md
%{nodejs_sitelib}/eventemitter2



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.13-2
+ Revision: 8ccf2ff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3359 |14cr|nodejs-exit-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-exit
Version:    0.1.2
Release:    2
Summary:    A process.exit alternative that ensures STDIO are fully drained before exiting

License:    MIT
Group:      System/Libraries
URL:        https://github.com/cowboy/node-exit
Source0:    http://registry.npmjs.org/exit/-/exit-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-watch)
BuildRequires:  npm(which)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/exit
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/exit

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/grunt nodeunit -v
%endif


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/exit



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-2
+ Revision: ccc1e45
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3360 |14cr|nodejs-expect-dot-js-0.2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-expect-dot-js
Version:    0.2.0
Release:    7
Summary:    Behavior-driven development (BDD) style assertions for Node.js and the browser

# License text is included in README.md
License:    MIT
Group:      System/Libraries
URL:        https://npmjs.org/package/expect.js
Source0:    http://registry.npmjs.org/expect.js/-/expect.js-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# revision control repository.
Source1:    tests-0.2.0.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

# 2 of the tests fail but have been fixed in upstream master.
# Cherry-pick the commits that fix this issue, but wait for the next
# upstream release to pull in the other changes.
Patch0:     %{name}-0.2.0-Pass-.fail-unit-test.patch
Patch1:     %{name}-0.2.0-Add-actual-expected-property-to-the-thrown-error.patch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -D -T -a 1 -n package
%patch0 -p1
%patch1 -p1

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/expect.js
cp -pr package.json expect.js \
    %{buildroot}%{nodejs_sitelib}/expect.js

%nodejs_symlink_deps

%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha --require ./test/common \
    --reporter dot --growl test/expect.js
%endif

%files
%doc History.md README.md
%{nodejs_sitelib}/expect.js

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-7
+ Revision: deb91de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3361 |14cr|nodejs-express-3.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-express
Version:    3.5.2
Release:    2
Summary:    Sinatra inspired web development framework for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/visionmedia/express
Source0:    http://registry.npmjs.org/express/-/express-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source2:    examples-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(buffer-crc32)
BuildRequires:  npm(commander)
BuildRequires:  npm(connect)
BuildRequires:  npm(cookie)
BuildRequires:  npm(cookie-signature)
BuildRequires:  npm(debug)
BuildRequires:  npm(ejs)
BuildRequires:  npm(fresh)
BuildRequires:  npm(jade)
BuildRequires:  npm(marked)
BuildRequires:  npm(merge-descriptors)
BuildRequires:  npm(methods)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(mocha)
BuildRequires:  npm(range-parser)
BuildRequires:  npm(send)
BuildRequires:  npm(should)
BuildRequires:  npm(stylus)
BuildRequires:  npm(supertest)
%endif

%description
This Node.js module is a fast, minimalist web development framework inspired
by Sinatra.

The Express philosophy is to provide small, robust tooling for HTTP servers.
Making it a great solution for single page applications, web sites, hybrids,
or public HTTP APIs.

Built on Connect you can use only what you need, and nothing more,
applications can be as big or as small as you like, even a single file.
Express does not force you to use any specific ORM or template engine. With
support for over 14 template engines via Consolidate.js you can quickly craft
your perfect framework.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%setup -q -T -D -a 2 -n package

%nodejs_fixdep commander '>=1.3.2'
%nodejs_fixdep range-parser '~1.0.0'
%nodejs_fixdep mkdirp '~0.3'
%nodejs_fixdep cookie '~0.1.2'
%nodejs_fixdep buffer-crc32 '~0.2.1'
%nodejs_fixdep fresh '~0.2.2'
%nodejs_fixdep methods '~0.1.0'
%nodejs_fixdep send '~0.3.0'
%nodejs_fixdep cookie-signature '~1.0.3'
%nodejs_fixdep merge-descriptors '~0.0.2'
%nodejs_fixdep debug '~0.7'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/express
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/express
mkdir -p %{buildroot}%{nodejs_sitelib}/express/bin
install -p -D -m0755 bin/express \
    %{buildroot}%{nodejs_sitelib}/express/bin/express
mkdir -p %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/express/bin/express \
    %{buildroot}%{_bindir}/express

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
rm -f test.js
NODE_ENV=test /usr/bin/mocha --reporter dot \
    --globals setImmediate,clearImmediate --check-leaks
NODE_ENV=test %{nodejs_sitelib}/mocha/bin/mocha --reporter dot --bail \
    test/acceptance/*.js
%endif


%files
%doc History.md LICENSE Readme.md examples/
%{nodejs_sitelib}/express
%{_bindir}/express



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.2-2
+ Revision: 4800129
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3362 |14cr|nodejs-express-session-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-express-session
Version:    1.0.2
Release:    3
Summary:    A module to setup a session store with the given options

License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/session
Source0:    http://registry.npmjs.org/express-session/-/express-session-%{version}.tgz
# Add a copy of the license text to comply with license requirements.
# https://github.com/expressjs/session/pull/14
Source20:   LICENSE

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(buffer-crc32)
BuildRequires:  npm(connect)
BuildRequires:  npm(cookie-parser)
BuildRequires:  npm(cookie)
BuildRequires:  npm(cookie-signature)
BuildRequires:  npm(debug)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
BuildRequires:  npm(uid2)
BuildRequires:  npm(utils-merge)
%endif

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE20} .

%nodejs_fixdep cookie '~0.1'
%nodejs_fixdep debug '~0.7'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/express-session
cp -pr package.json index.js session/ \
    %{buildroot}%{nodejs_sitelib}/express-session

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --bail --ui bdd --reporter list -- test/*.js
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/express-session



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: 50b709c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3363 |14cr|nodejs-eyes-0.1.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-eyes
Version:    0.1.8
Release:    5
Summary:    A customizable value inspector for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/cloudhead/eyes.js
Source0:    http://registry.npmjs.org/eyes/-/eyes-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/eyes
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/eyes

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%__nodejs test/*-test.js
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/eyes



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8-5
+ Revision: 56fa6c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3364 |14cr|nodejs-faye-websocket-0.7.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-faye-websocket
Version:    0.7.2
Release:    3
Summary:    A standards-compliant WebSocket server and client for Node.js

# A copy of the license text is contained within README.md.
License:    MIT
Group:      System/Libraries
URL:        http://github.com/faye/faye-websocket-node
Source0:    http://registry.npmjs.org/faye-websocket/-/faye-websocket-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(jstest)
BuildRequires:  npm(websocket-driver)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/faye-websocket
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/faye-websocket

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/jstest spec/runner.js
%endif


%files
%doc CHANGELOG.md README.md examples/
%{nodejs_sitelib}/faye-websocket



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.2-3
+ Revision: 36d6449
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3365 |14cr|nodejs-findup-sync-0.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-findup-sync
Version:    0.1.3
Release:    2
Summary:    Find the first file matching a given pattern
License:    MIT
Group:      System/Libraries
URL:        https://github.com/cowboy/node-findup-sync
Source0:    http://registry.npmjs.org/findup-sync/-/findup-sync-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(lodash)
%endif

%description
Find the first file matching a given pattern in the current directory or
the nearest ancestor directory.


%prep
%setup -q -n package
%nodejs_fixdep glob '~3.2.6'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/findup-sync
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/findup-sync

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/nodeunit/bin/nodeunit test/
%endif


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/findup-sync



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-2
+ Revision: fd0ab48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3366 |14cr|nodejs-forever-agent-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-forever-agent
Version:    0.5.0
Release:    3
Summary:    HTTP Agent that keeps socket connections alive between keep-alive requests
# Apache 2.0 License added upstream, will appear in next release
# https://github.com/mikeal/forever-agent/blob/master/LICENSE
License:    ASL 2.0
Group:      Development/Other
URL:        https://github.com/mikeal/forever-agent
Source0:    http://registry.npmjs.org/forever-agent/-/forever-agent-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%{summary}.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/forever-agent
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/forever-agent

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/forever-agent


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-3
+ Revision: 70896a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3367 |14cr|nodejs-form-data-0.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-form-data
Version:        0.1.1
Release:        2
Summary:        A module to create readable "multipart/form-data" streams
Group:          System/Libraries
License:        MIT
URL:            https://github.com/felixge/node-form-data
Source0:        http://registry.npmjs.org/form-data/-/form-data-%{version}.tgz

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
A module to create readable "multipart/form-data" streams.  Can be used to
submit forms and file uploads to other web applications.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/form-data
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/form-data

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/form-data
%doc License Readme.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-2
+ Revision: 3db6b89
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3368 |14cr|nodejs-formidable-1.0.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-formidable
Version:    1.0.14
Release:    4
Summary:    A Node.js module for parsing form data, especially file uploads

License:    MIT
Group:      System/Libraries
URL:        https://github.com/felixge/node-formidable
Source0:    http://registry.npmjs.org/formidable/-/formidable-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(findit)
BuildRequires:  npm(gently)
BuildRequires:  npm(hashish)
BuildRequires:  npm(urun)
BuildRequires:  npm(utest)
%endif

%description
This is a Node.js module for parsing form data, especially file uploads.
It was developed for Transloadit, a service focused on uploading and encoding
images and videos.

It offers:
 - Fast (~500mb/sec), non-buffering multipart parser
 - Automatically writing file uploads to disk
 - Low memory footprint
 - Graceful error handling
 - Very high test coverage


%prep
%setup -q -n package
rm -rf node-gently/


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/formidable
cp -pr package.json index.js lib/ tool/ \
    %{buildroot}%{nodejs_sitelib}/formidable

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%__nodejs test/run.js
%endif


%files
%doc LICENSE Readme.md example/
%{nodejs_sitelib}/formidable



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.14-4
+ Revision: d932ea8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3369 |14cr|nodejs-fresh-0.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global enable_tests 0

Name:       nodejs-fresh
Version:    0.2.2
Release:    2%{?dist}
Summary:    HTTP response freshness testing for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/node-fresh
Source0:    http://registry.npmjs.org/fresh/-/fresh-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
ExclusiveArch: %{nodejs_arches} noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
This Node.js module provides HTTP response freshness testing, checking
the freshness of req and res headers.

When the cache is "fresh" true is returned, otherwise false is returned
to indicate that the cache is now stale.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/fresh
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/fresh

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/mocha/bin/mocha --reporter spec --require should
%endif


%files
%doc History.md Readme.md
%{nodejs_sitelib}/fresh

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3370 |14cr|nodejs-fs-extra-0.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-fs-extra
Version:    0.8.1
Release:    4
Summary:    A drop-in replacement for Node's native fs module with a few extra methods
License:    MIT
Group:      System/Libraries
URL:        https://github.com/jprichardson/node-fs-extra
Source0:    http://registry.npmjs.org/fs-extra/-/fs-extra-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(jsonfile)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(mocha)
BuildRequires:  npm(ncp)
BuildRequires:  npm(rimraf)
# Not yet packaged.
# BuildRequires:  npm(path-extra)
# BuildRequires:  npm(testutil)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
chmod 644 package.json

%nodejs_fixdep ncp '~0.4'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/fs-extra
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/fs-extra

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
# /usr/bin/npm install path-extra@0.0.x
# /usr/bin/npm install testutil@0.5.x
/usr/bin/mocha -R spec test
%endif


%files
%doc CHANGELOG.md LICENSE README.md
%{nodejs_sitelib}/fs-extra



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-4
+ Revision: 310e649
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3371 |14cr|nodejs-fstream-0.1.24-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-fstream
Version:    0.1.24
Release:    2
Summary:    Advanced file system stream objects for Node.js

License:    BSD
Group:      System/Libraries
URL:        https://github.com/isaacs/fstream
Source0:    http://registry.npmjs.org/fstream/-/fstream-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Provides advanced file system stream objects for Node.js.  These objects are
like FS streams, but with stat on them, and support directories and
symbolic links, as well as normal files.  Also, you can use them to set
the stats on a file, even if you don't change its contents, or to create
a symlink, etc.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/fstream
cp -pr lib fstream.js package.json %{buildroot}%{nodejs_sitelib}/fstream

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/fstream
%doc LICENSE README.md examples


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.24-2
+ Revision: 6a2bee1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3372 |14cr|nodejs-fstream-ignore-0.0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-fstream-ignore
Version:    0.0.7
Release:    3
Summary:    A file stream object that can ignore files by globs

# a copy of the BSD license will be included in the next upstream release
# https://github.com/isaacs/fstream-ignore/commit/f5b9b1d981ff98ce1c92d4eac2b1aa91a142e421
License:    BSD
Group:      System/Libraries
URL:        https://github.com/isaacs/fstream-ignore
Source0:    http://registry.npmjs.org/fstream-ignore/-/fstream-ignore-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%{summary}.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/fstream-ignore
cp -pr ignore.js package.json %{buildroot}%{nodejs_sitelib}/fstream-ignore

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/fstream-ignore
%doc README.md example


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.7-3
+ Revision: 90538b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3373 |14cr|nodejs-fstream-npm-0.1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-fstream-npm
Version:    0.1.5
Release:    3
Summary:    An fstream class for creating npm packages
License:    BSD
Group:      System/Libraries
URL:        https://github.com/isaacs/fstream-npm
Source0:    http://registry.npmjs.org/fstream-npm/-/fstream-npm-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%{summary}.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/fstream-npm
cp -pr fstream-npm.js package.json %{buildroot}%{nodejs_sitelib}/fstream-npm

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/fstream-npm
%doc README.md example LICENCE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.5-3
+ Revision: 9c3bef0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3374 |14cr|nodejs-gaze-0.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global enable_tests 0

Name:       nodejs-gaze
Version:    0.5.1
Release:    3%{?dist}
Summary:    A globbing fs.watch wrapper built from parts of other watch libraries
License:    MIT
Group:      Development/Other
URL:        https://github.com/shama/gaze
Source0:    http://registry.npmjs.org/gaze/-/gaze-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source2:    https://raw.githubusercontent.com/shama/gaze/dad5345a2876346fe49a68ee6e4db34205680798/Gruntfile.js
Source10:   dl-tests.sh

BuildArch:  noarch
ExclusiveArch: %{nodejs_arches} noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(async)
BuildRequires:  npm(globule)
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(nodeunit)
BuildRequires:  npm(rimraf)
%endif

%description
This Node.js module provides a globbing fs.watch wrapper built from the best
parts of other fine watch libraries: speedy data behavior from chokidar, the
API interface from watch, and file globbing using glob.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
cp -p %{SOURCE2} .

%nodejs_fixdep globule '~0.1'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/gaze
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/gaze

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/grunt nodeunit -v
%endif


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/gaze

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3375 |14cr|nodejs-generic-pool-2.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-generic-pool
Version:    2.0.3
Release:    4
Summary:    Generic resource pooling for Node.js
# License text is included in README.md.
License:    MIT
Group:      System/Libraries
URL:        https://github.com/coopernurse/node-pool
Source0:    http://registry.npmjs.org/generic-pool/-/generic-pool-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(expresso)
%endif

%description
%{summary}


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/generic-pool
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/generic-pool

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/expresso/bin/expresso -I lib test/*.js
%endif


%files
%doc README.md
%{nodejs_sitelib}/generic-pool



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-4
+ Revision: 830070d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3376 |14cr|nodejs-get-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-get
Version:        1.3.0
Release:        2
Summary:        A slightly higher-level HTTP client for node
Group:		Development/Other
License:        BSD
URL:            http://github.com/developmentseed/node-get
Source0:        http://registry.npmjs.org/get/-/get-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated using Source10, which pulls from the upstream
# version control repository.
Source1:        get-tests-v%{version}.tar.bz2
Source10:       get-dl-tests.sh
BuildArch:      noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
%endif

%description
%summary


%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/get
cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/get
%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha -R spec
%endif


%files
%doc LICENSE README.md CHANGELOG.md
%{nodejs_sitelib}/get



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-2
+ Revision: c87a30e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3377 |14cr|nodejs-getobject-0.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-getobject
Version:    0.1.0
Release:    2
Summary:    Get and set deep objects easily
License:    MIT
Group:      System/Libraries
URL:        https://github.com/cowboy/node-getobject
Source0:    http://registry.npmjs.org/getobject/-/getobject-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-watch)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/getobject
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/getobject

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/grunt nodeunit -v
%endif


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/getobject



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-2
+ Revision: a94f2f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3378 |14cr|nodejs-github-url-from-git-1.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-github-url-from-git
Version:        1.1.1
Release:        3
Summary:        Parse a GitHub git URL and return the GitHub repository URL


BuildArch:      noarch

Group:          Development/Other
#No license file included, "MIT" indicated in README and package.json
#A copy of the MIT license based on the version included with express, another
#node module by the same author, is included in Source1, and has been sent
#upstream: https://github.com/visionmedia/github-url-from-git/pull/5
License:        MIT
URL:            https://github.com/visionmedia/node-github-url-from-git
Source0:        http://registry.npmjs.org/github-url-from-git/-/github-url-from-git-%{version}.tgz
Source1:        https://raw.github.com/tchollingsworth/node-github-url-from-git/154fb09296b79637e25952638782995ad6812612/LICENSE

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

#for tests
#BuildRequires:  npm(mocha)
#BuildRequires:  npm(should)
BuildRequires:  npm(better-assert)

%description
%{summary}.

%prep
%setup -q -n package

#copy LICENSE file into %%_builddir so it works with %%doc
cp %{SOURCE1} LICENSE

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/github-url-from-git
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/github-url-from-git

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
# mocha test.js --reporter spec --require should

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/github-url-from-git
%doc Readme.md LICENSE History.md


%changelog
* Mon Sep 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-3
+ Revision: d21d338
- Disable check



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3379 |14cr|nodejs-glob-3.2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-glob
Version:    3.2.6
Release:    2
Summary:    A little globber for Node.js
License:    BSD
Group:      System/Libraries
URL:        https://github.com/isaacs/node-glob
Source0:    http://registry.npmjs.org/glob/-/glob-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
This is a glob implementation in pure JavaScript. It uses the minimatch library
to do its matching.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/glob
cp -pr glob.js package.json %{buildroot}%{nodejs_sitelib}/glob

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/glob
%doc LICENSE README.md examples


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.6-2
+ Revision: 16cfac3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3380 |14cr|nodejs-globule-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-globule
Version:    0.2.0
Release:    2
Summary:    An easy-to-use wildcard globbing library for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/cowboy/node-globule
Source0:    http://registry.npmjs.org/globule/-/globule-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-watch)
BuildRequires:  npm(glob)
BuildRequires:  npm(lodash)
BuildRequires:  npm(nodeunit)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%nodejs_fixdep lodash '~2.4.1'
%nodejs_fixdep glob '~3.2.6'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/globule
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/globule

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/nodeunit/bin/nodeunit test/globule_test.js
%endif


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/globule



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-2
+ Revision: e749afe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3381 |14cr|nodejs-graceful-fs-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-graceful-fs
Version:    2.0.0
Release:    4
Summary:    'fs' module with incremental back-off on EMFILE
License:    BSD
Group:      Development/Other
URL:        https://github.com/isaacs/node-graceful-fs
Source0:    http://registry.npmjs.org/graceful-fs/-/graceful-fs-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Just like node.js' fs module, but it does an incremental back-off when EMFILE
is encountered.  Useful in asynchronous situations where one needs to try to
open lots and lots of files.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/graceful-fs
cp -p graceful-fs.js package.json polyfills.js \
    %{buildroot}%{nodejs_sitelib}/graceful-fs

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/graceful-fs
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-4
+ Revision: 29a3adf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3382 |14cr|nodejs-grip-0.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-grip
Version:    0.1.5
Release:    4
Summary:    Generic Realtime Intermediary Protocol (GRIP) library for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/fanout/nodegrip
Source0:    http://registry.npmjs.org/grip/-/grip-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grip
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/grip

%nodejs_symlink_deps

%files
%doc CHANGELOG.md COPYING README.md samples/
%{nodejs_sitelib}/grip



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.5-4
+ Revision: d3cec26
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3383 |14cr|nodejs-growl-1.7.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-growl
Version:    1.7.0
Release:    6
Summary:    Growl unobtrusive notifications for Node.js

# License text is included in Readme.md
License:    MIT
Group:      System/Libraries
URL:        https://github.com/visionmedia/node-growl
Source0:    http://registry.npmjs.org/growl/-/growl-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  libnotify

%if 0%{?enable_tests}
BuildRequires:  libnotify-devel
%endif

Requires:       libnotify

%description
%{summary}


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/growl
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/growl

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%__nodejs test.js
%endif


%files
%doc History.md Readme.md
%{nodejs_sitelib}/growl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-6
+ Revision: 242d413
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3384 |14cr|nodejs-grunt-0.4.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-grunt
Version:    0.4.4
Release:    3
Summary:    Grunt is a JavaScript library used for automation and running tasks
License:    MIT
Group:      System/Libraries
URL:        https://github.com/gruntjs/grunt
Source0:    http://registry.npmjs.org/grunt/-/grunt-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  coffee-script
BuildRequires:  npm(async)
BuildRequires:  npm(colors)
BuildRequires:  npm(dateformat)
BuildRequires:  npm(difflet)
BuildRequires:  npm(eventemitter2)
BuildRequires:  npm(exit)
BuildRequires:  npm(findup-sync)
BuildRequires:  npm(getobject)
BuildRequires:  npm(glob)
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-watch)
BuildRequires:  npm(grunt-legacy-util)
BuildRequires:  npm(hooker)
BuildRequires:  npm(iconv-lite)
BuildRequires:  npm(js-yaml)
BuildRequires:  npm(lodash)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(nodeunit)
BuildRequires:  npm(nopt)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(temporary)
BuildRequires:  npm(underscore.string)
BuildRequires:  npm(which)
%endif

%description
Grunt is the JavaScript task runner. Why use a task runner? In one word:
automation. The less work you have to do when performing repetitive tasks
like minification, compilation, unit testing, linting, etc, the easier
your job becomes. After you've configured it, a task runner can do most
of that mundane work for you with basically zero effort.

%prep
%setup -q -n package
%nodejs_fixdep async '~0.2'
%nodejs_fixdep coffee-script '~1.3'
%nodejs_fixdep colors '~0.6'
%nodejs_fixdep dateformat '*'
%nodejs_fixdep eventemitter2 '~0.4'
%nodejs_fixdep findup-sync '~0.1'
%nodejs_fixdep glob '~3.1'
%nodejs_fixdep hooker '~0.2'
%nodejs_fixdep iconv-lite '~0.2'
%nodejs_fixdep minimatch '~0.2'
%nodejs_fixdep nopt '~2.0'
%nodejs_fixdep rimraf '~2.0'
%nodejs_fixdep lodash '~2.4.1'
%nodejs_fixdep underscore.string '~2.2'
%nodejs_fixdep which '~1.0'
%nodejs_fixdep js-yaml '~2.0'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt
cp -pr package.json internal-tasks/ lib/ \
    %{buildroot}%{nodejs_sitelib}/grunt

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
grunt test
%endif


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/grunt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-3
+ Revision: 3c95114
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3385 |14cr|nodejs-grunt-cli-0.1.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-grunt-cli
Version:    0.1.13
Release:    2
Summary:    Command-line interface for Grunt, the JavaScript testing framework
License:    MIT
Group:      System/Libraries
URL:        https://github.com/gruntjs/grunt-cli
Source0:    http://registry.npmjs.org/grunt-cli/-/grunt-cli-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging
Requires:       npm(grunt)

%description
Grunt is the JavaScript task runner.

Grunt-cli gives you access to the grunt command-line interface anywhere on
your system, which is useful when running a locally installed Grunt for your
project.


%prep
%setup -q -n package
%nodejs_fixdep findup-sync '~0.1'
%nodejs_fixdep nopt '~2.0'
%nodejs_fixdep resolve '~0.3'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-cli
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/grunt-cli

install -p -D -m0755 bin/grunt \
    %{buildroot}%{nodejs_sitelib}/grunt-cli/bin/grunt-cli
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/grunt-cli/bin/grunt-cli \
    %{buildroot}%{_bindir}/grunt

# Bash completion
mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
sed '1{\@^#!/bin/bash@d}' completion/bash \
    > %{buildroot}%{_datadir}/bash-completion/completions/grunt
chmod 0644 %{buildroot}%{_datadir}/bash-completion/completions/grunt
touch -r completion/bash %{buildroot}%{_datadir}/bash-completion/completions/grunt

%nodejs_symlink_deps


%files
%doc AUTHORS LICENSE-MIT README.md
%{nodejs_sitelib}/grunt-cli
%{_bindir}/grunt
%{_datadir}/bash-completion/completions/grunt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.13-2
+ Revision: 6f15c98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3386 |14cr|nodejs-grunt-compare-size-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-grunt-compare-size
Version:    0.4.0
Release:    2
Summary:    Compare file sizes on this branch to master
License:    MIT
Group:      System/Libraries
URL:        https://github.com/rwldrn/grunt-compare-size
Source0:    http://registry.npmjs.org/grunt-compare-size/-/grunt-compare-size-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-watch)
BuildRequires:  npm(gzip-js)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-compare-size
cp -pr package.json bin/ tasks/ \
    %{buildroot}%{nodejs_sitelib}/grunt-compare-size

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/grunt test
%endif


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/grunt-compare-size



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-2
+ Revision: 7b762e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3387 |14cr|nodejs-grunt-contrib-concat-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-grunt-contrib-concat
Version:    0.4.0
Release:    2
Summary:    Concatenate files with grunt

License:    MIT
Group:      System/Libraries
URL:        https://github.com/gruntjs/grunt-contrib-concat
Source0:    http://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh
Source20:   https://raw.githubusercontent.com/gruntjs/grunt-contrib-concat/0e1832eeaf3da7afc46cb792b0abdf7ffdbc14fe/Gruntfile.js
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(chalk)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-clean)
BuildRequires:  npm(grunt-contrib-internal)
BuildRequires:  npm(grunt-contrib-nodeunit)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
cp -p %{SOURCE20} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-contrib-concat
cp -pr package.json tasks/ \
    %{buildroot}%{nodejs_sitelib}/grunt-contrib-concat

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/grunt test
%endif


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/grunt-contrib-concat



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-2
+ Revision: 7521386
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3388 |14cr|nodejs-grunt-contrib-internal-0.4.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-grunt-contrib-internal
Version:    0.4.9
Release:    2
Summary:    Internal tasks for managing the grunt-contrib project
License:    MIT
Group:      System/Libraries
URL:        https://github.com/gruntjs/grunt-contrib-internal
Source0:    http://registry.npmjs.org/grunt-contrib-internal/-/grunt-contrib-internal-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.

%prep
%setup -q -n package
%nodejs_fixdep read-package-json '~1.1.3'

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-contrib-internal
cp -pr package.json tasks/ \
    %{buildroot}%{nodejs_sitelib}/grunt-contrib-internal

%nodejs_symlink_deps

%files
%doc CONTRIBUTING.md LICENSE-MIT README.md
%{nodejs_sitelib}/grunt-contrib-internal



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.9-2
+ Revision: cd4f7f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3389 |14cr|nodejs-grunt-contrib-nodeunit-0.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-grunt-contrib-nodeunit
Version:    0.3.3
Release:    2
Summary:    Run Nodeunit unit tests with grunt

License:    MIT
Group:      System/Libraries
Source0:    http://registry.npmjs.org/grunt-contrib-nodeunit/-/grunt-contrib-nodeunit-%{version}.tgz
# Source1+2 are generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-v%{version}.tar.bz2
Source2:    docs-v%{version}.tar.bz2
Source10:   dl-tests.sh
# https://raw.githubusercontent.com/gruntjs/grunt-contrib-nodeunit/3e0885a1f03ba289f9857923092bcf956596cf39/Gruntfile.js
Source20:   %{name}-%{version}-Gruntfile.js

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-clean)
BuildRequires:  npm(grunt-contrib-internal)
BuildRequires:  npm(nodeunit)
BuildRequires:  npm(tap)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%setup -q -T -D -a 2 -n package
cp -p %{SOURCE20} ./Gruntfile.js
find docs/ -size 0 -delete


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-contrib-nodeunit
cp -pr package.json tasks/ \
    %{buildroot}%{nodejs_sitelib}/grunt-contrib-nodeunit

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/grunt nodeunit
%endif


%files
%doc LICENSE-MIT README.md docs/
%{nodejs_sitelib}/grunt-contrib-nodeunit



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-2
+ Revision: 5a6e300
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3390 |14cr|nodejs-grunt-contrib-watch-0.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-grunt-contrib-watch
Version:    0.6.1
Release:    2
Summary:    Run predefined tasks whenever watched file patterns are added/changed/deleted
License:    MIT
Group:      System/Libraries
URL:        https://github.com/gruntjs/grunt-contrib-watch
Source0:    http://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-%{version}.tgz
# https://raw.githubusercontent.com/gruntjs/grunt-contrib-watch/c190351f5262fc6b6c6a1479c990adedb18d629d/Gruntfile.js
Source1:    Gruntfile-%{version}.js
# The test files are missing from the NPM tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source2:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh
BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(async)
BuildRequires:  npm(gaze)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-internal)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(lodash)
BuildRequires:  npm(tiny-lr-fork)
BuildRequires:  npm(underscore.string)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 2 -n package
cp -p %{SOURCE1} Gruntfile.js


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-contrib-watch
cp -pr package.json tasks/ \
    %{buildroot}%{nodejs_sitelib}/grunt-contrib-watch

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/grunt nodeunit -v
%endif


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/grunt-contrib-watch



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-2
+ Revision: 7b4ebde
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3391 |14cr|nodejs-grunt-git-authors-1.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-grunt-git-authors
Version:    1.2.0
Release:    3
Summary:    A Grunt module to generate a list of authors from git history
License:    MIT
Group:      System/Libraries
URL:        https://github.com/scottgonzalez/grunt-git-authors
Source0:    http://registry.npmjs.org/grunt-git-authors/-/grunt-git-authors-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
Requires:       git

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-git-authors
cp -pr package.json tasks/ \
    %{buildroot}%{nodejs_sitelib}/grunt-git-authors

%nodejs_symlink_deps


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/grunt-git-authors



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-3
+ Revision: f83433a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3392 |14cr|nodejs-grunt-legacy-util-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-grunt-legacy-util
Version:    0.1.2
Release:    2
Summary:    Deprecated Grunt utils provided for backwards compatibility
License:    MIT
Group:      System/Libraries
URL:        https://github.com/gruntjs/grunt-legacy-util
Source0:    http://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(async)
BuildRequires:  npm(exit)
BuildRequires:  npm(getobject)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(hooker)
BuildRequires:  npm(lodash)
BuildRequires:  npm(temporary)
BuildRequires:  npm(underscore.string)
BuildRequires:  npm(which)
%endif

%description
%{summary}.


%prep
%setup -q -n package

%nodejs_fixdep async '~0.2.10'
%nodejs_fixdep lodash '~2.4.1'
%nodejs_fixdep underscore.string '~2.3.1'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-legacy-util
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/grunt-legacy-util

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/grunt nodeunit -v
%endif


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/grunt-legacy-util



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-2
+ Revision: f7aab40
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3393 |14cr|nodejs-grunt-lib-contrib-0.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-grunt-lib-contrib
Version:    0.6.1
Release:    3
Summary:    Common functionality shared across grunt-contrib tasks
License:    MIT
Group:      System/Libraries
URL:        https://github.com/gruntjs/grunt-lib-contrib
Source0:    http://registry.npmjs.org/grunt-lib-contrib/-/grunt-lib-contrib-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(zlib-browserify)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%nodejs_fixdep zlib-browserify '~0.0.1'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-lib-contrib
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/grunt-lib-contrib

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
grunt test
%endif


%files
%doc AUTHORS CHANGELOG LICENSE-MIT README.md
%{nodejs_sitelib}/grunt-lib-contrib



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-3
+ Revision: 53ee986
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3394 |14cr|nodejs-has-color-0.1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-has-color
Version:    0.1.7
Release:    2
Summary:    Detects whether a terminal supports color

License:    MIT
Group:      System/Libraries
URL:        https://github.com/sindresorhus/has-color
Source0:    http://registry.npmjs.org/has-color/-/has-color-%{version}.tgz
Source1:    https://raw.githubusercontent.com/sindresorhus/has-color/ab671b1f74846d9fb9caea8dc302603a865be3cc/test.js
# https://github.com/sindresorhus/has-color/pull/4
Source2:    LICENSE

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
%endif

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE1} .
cp -p %{SOURCE2} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/has-color
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/has-color

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha
%endif


%files
%doc LICENSE readme.md
%{nodejs_sitelib}/has-color



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.7-2
+ Revision: 9bd3010
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3395 |14cr|nodejs-hashish-0.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name hashish
%global enable_tests 0

Summary:       Hash data structure manipulation functions

Name:          nodejs-%{npm_name}
Version:       0.0.4
Release:       3
Group:         Development/Other
License:       MIT
URL:           http://github.com/substack/node-hashish
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: nodejs-packaging
BuildRequires:  nodejs
%if 0%{?enable_tests}
BuildRequires:  npm(expresso)
%endif
BuildArch:     noarch

%description
Hashish is a node.js library for manipulating hash data structures.
It is distilled from the finest that ruby, perl, and haskell have 
to offer by way of hash/map interfaces.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr examples index.js package.json test %{buildroot}%{nodejs_sitelib}/%{npm_name}

%if 0%{?enable_tests}
%check
expresso
%endif

%files
%doc README.markdown
%{nodejs_sitelib}/%{npm_name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-3
+ Revision: f908ad5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3396 |14cr|nodejs-hawk-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-hawk
Version:    1.0.0
Release:    2
Summary:    HTTP Hawk authentication scheme
License:    BSD
Group:      Development/Other
URL:        https://github.com/hueniverse/hawk
Source0:    http://registry.npmjs.org/hawk/-/hawk-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Hawk is an HTTP authentication scheme using a message authentication code (MAC)
algorithm to provide partial HTTP request cryptographic verification.

%prep
%setup -q -n package

#fix perms
chmod 0644 README.md LICENSE example/* images/* lib/* index.js package.json

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/hawk
cp -pr lib index.js package.json %{buildroot}%{nodejs_sitelib}/hawk

%nodejs_symlink_deps

#Yet Another Unpackaged Test Framework (lab)
#%%check
#make test

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/hawk
%doc README.md LICENSE example images


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 95a3839
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3397 |14cr|nodejs-highlight-js-8.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global commit f08dbfd8c33d7d5c30d736b5a4ef4d1f361e93ae

%global installdir  %{_jsdir}/highlight.js
%global assetdir    %{_webassetdir}/highlight.js

Name:       nodejs-highlight-js
Version:    8.0.0
Release:    3
Summary:    Highlight.js syntax highlighting with language auto-detection for Node.js

License:    BSD
Group:      Development/Other
URL:        https://github.com/isagalaev/highlight.js
Source0:    https://github.com/isagalaev/highlight.js/archive/%{commit}/%{name}-%{version}.tar.gz
# yuicompressor is not yet available for Fedora.
Patch0:     %{name}-7.5.0-Use-uglifyjs-instead-of-yuicompressor.jar.patch

BuildArch:      noarch

BuildRequires:  nodejs-packaging
BuildRequires:  python3
BuildRequires:  uglify-js
BuildRequires:  web-assets-devel

Requires:   js-highlight-styles = 0:%{version}-%{release}

%description
Highlight.js highlights syntax in code examples on blogs, forums and, in fact,
on any web page. It's very easy to use because it works automatically: finds
blocks of code, detects a language, and highlights it.


%package -n js-highlight
Summary:    Highlight.js syntax highlighting with language auto-detection for the browser

Group:      Development/Other
Requires:   web-assets-filesystem
Requires:   js-highlight-styles = 0:%{version}-%{release}

%description -n js-highlight
Highlight.js highlights syntax in code examples on blogs, forums and, in fact,
on any web page. It's very easy to use because it works automatically: finds
blocks of code, detects a language, and highlights it.


%package -n js-highlight-styles
Summary:    Stylesheets for use with highlight.js

Group:      Development/Other
Requires:   web-assets-filesystem

%description -n js-highlight-styles
Stylesheets for use with the js-highlight and nodejs-highlight-js packages.


%prep
%setup -q -n highlight.js-%{commit}
%patch0 -p1
rm -f tools/yuicompressor.jar


%build
# This creates build/lib/* and build/{package.json,LICENSE,README.md}
/usr/bin/python3 tools/build.py -t node
mv build node

# This creates build/highlight.pack.js
/usr/bin/python3 tools/build.py
mv build browser


%install
# Install stylesheets
mkdir -p %{buildroot}%{assetdir}
cp -pr src/styles \
    %{buildroot}%{assetdir}

# Install Node.js version
mkdir -p %{buildroot}%{nodejs_sitelib}/highlight.js
pushd node
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/highlight.js
ln -sf %{assetdir}/styles \
    %{buildroot}%{nodejs_sitelib}/highlight.js/styles
popd

# Install browser version
mkdir -p %{buildroot}%{installdir}
pushd browser
cp -pr highlight.pack.js \
    %{buildroot}%{installdir}
ln -sf %{assetdir}/styles \
    %{buildroot}%{installdir}/styles
popd

%nodejs_symlink_deps


%files
%doc LICENSE README.md
%{nodejs_sitelib}/highlight.js

%files -n js-highlight
%doc LICENSE README.md
%{installdir}

%files -n js-highlight-styles
%{assetdir}



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 8.0.0-3
+ Revision: e5b111b
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3398 |14cr|nodejs-hoek-0.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-hoek
Version:    0.9.1
Release:    3
Summary:    General purpose Node.js utilities
License:    BSD
Group:      Development/Other
URL:        https://github.com/spumko/hoek
Source0:    http://registry.npmjs.org/hoek/-/hoek-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
This package contains some general purpose Node.js utilities, including
utilities for working with objects, timers, binary encoding/decoding, escaping
characters, errors, and loading files.

%prep
%setup -q -n package

#fix perms
chmod 0644 README.md LICENSE images/* lib/* index.js package.json

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/hoek
cp -pr lib index.js package.json %{buildroot}%{nodejs_sitelib}/hoek

%nodejs_symlink_deps

#Yet Another Unpackaged Test Framework (lab)
#%%check
#make test

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/hoek
%doc README.md LICENSE images


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-3
+ Revision: d68f46d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3399 |14cr|nodejs-hooker-0.2.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

# This package requires the grunt stack, but grunt also requires this package.
# Before grunt is available, this will need to be built manually.
%global enable_grunt 0

Name:       nodejs-hooker
Version:    0.2.3
Release:    5
Summary:    Monkey-patch (hook) functions for debugging

License:    MIT
Group:      Development/Other
URL:        https://github.com/cowboy/javascript-hooker
Source0:    http://registry.npmjs.org/hooker/-/hooker-%{version}.tgz

# This is taken from the upstream version control repository.
Patch0:     %{name}-0.2.3-Updating-gruntfile-to-grunt-0.3.0-format.patch
# These two patches update grunt.js for use with grunt 0.4.0.
# Pull request sent: https://github.com/cowboy/javascript-hooker/pull/3
Patch1:     %{name}-0.2.3-Rename-grunt.js-to-Gruntfile.js.patch
Patch2:     %{name}-0.2.3-Update-Gruntfile.js-for-use-with-grunt-0.4.0.patch

BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  uglify-js

%if 0%{?enable_tests}
BuildRequires:  npm(nodeunit)
%endif

%if 0%{?enable_grunt}
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-uglify)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%patch0 -p1
%patch1 -p1
%patch2 -p1
%nodejs_symlink_deps --check


%build
%if 0%{?enable_grunt}
grunt uglify
%else
# Add copyright header to the minified script.
head -n 8 lib/hooker.js > dist/ba-hooker.min.js.new
# Minify and preserve timestamp.
/usr/bin/uglifyjs dist/ba-hooker.js -m -c >> dist/ba-hooker.min.js.new
touch -r dist/ba-hooker.min.js dist/ba-hooker.min.js.new
mv dist/ba-hooker.min.js{.new,}
%endif


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/hooker
cp -pr package.json child.js dist/ lib/ parent.js \
    %{buildroot}%{nodejs_sitelib}/hooker

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%if 0%{?enable_grunt}
grunt nodeunit
%else
%{nodejs_sitelib}/nodeunit/bin/nodeunit test/*.js
%endif
%endif


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/hooker



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-5
+ Revision: d3d0c50
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3400 |14cr|nodejs-http-signature-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global commit 8881c4a806604deabe958f37e51672a65ef150fe
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Name:           nodejs-http-signature
Version:        0.10.0
Release:        5
Summary:        Reference implementation of Joyent's HTTP Signature Scheme

BuildArch:      noarch

Group:          System/Libraries
License:        MIT
URL:            https://github.com/joyent/node-http-signature
Source0:        http://registry.npmjs.org/http-signature/-/http-signature-%{version}.tgz
#grab the tests from github
Source1:        https://github.com/joyent/node-http-signature/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

#for tests
#BuildRequires:  npm(tap)
#BuildRequires:  npm(node-uuid)
#BuildRequires:  npm(assert-plus)
#BuildRequires:  npm(asn1)
#BuildRequires:  npm(ctype)

%description
nodejs-http-signature is a node.js library that has client and server
components for Joyent's HTTP Signature Scheme.

%prep
%setup -q -n package -a1

%nodejs_fixdep assert-plus '~0.1.2'
%nodejs_fixdep ctype '~0.5.3'
%nodejs_fixdep asn1 '~0.1.11'

#move tests into regular directory
mv node-http-signature-%{commit}/test .
rm -rf node-http-signature-%{commit}

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/http-signature
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/http-signature

%nodejs_symlink_deps

#%check
#%nodejs_symlink_deps --check
#%tap test/*.js

%clean

%files
%{nodejs_sitelib}/http-signature
%doc LICENSE README.md http_signing.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: 581a000
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3401 |14cr|nodejs-i-0.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-i
Version:    0.3.2
Release:    1
Summary:    Custom inflections for Node.js

License:    MIT
Group:      Development/Other
URL:        https://github.com/pksunkara/inflect
Source0:    http://registry.npmjs.org/i/-/i-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(vows)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/i
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/i

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/vows/bin/vows --spec $(find test -name '*-test.js')
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/i



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-1
+ Revision: 9a06875
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3402 |14cr|nodejs-iconv-lite-0.2.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-iconv-lite
Version:    0.2.11
Release:    2
Summary:    Convert character encodings in pure JavaScript
License:    MIT
Group:      System/Libraries
URL:        https://github.com/ashtuchkin/iconv-lite
Source0:    http://registry.npmjs.org/iconv-lite/-/iconv-lite-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
# NB: npm(iconv) requires libiconv.
BuildRequires:  npm(iconv)
BuildRequires:  npm(vows)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/iconv-lite
cp -pr package.json encodings/ index.js \
    %{buildroot}%{nodejs_sitelib}/iconv-lite

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/vows/bin/vows --spec
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/iconv-lite



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.11-2
+ Revision: f6b5e4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3403 |14cr|nodejs-inherits1-1.0.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-inherits1
Version:    1.0.0
Release:    13
Summary:    A tiny simple way to do classic inheritance in JS - legacy version

#the license is not included with the tarball so we retrieve it from the
#upstream git repository in Source1
License:    WTFPL
Group:      Development/Other
URL:        https://github.com/isaacs/inherits
Source0:    http://registry.npmjs.org/inherits/-/inherits-%{version}.tgz
Source1:    https://raw.github.com/isaacs/inherits/112807f2670160b6e3bafdf39e395c10ae7d0fac/LICENSE
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
A tiny simple way to do classic inheritance in JavaScript.

This is the legacy version used by many Node.js modules for many years, and is
retained for backward compatibility.  New modules should use the inheritance
functionality available in core Node.js or use the new version of inherits if
they need browser support as well.

%prep
%setup -q -n package

#copy the license into %%{_builddir} so it works with %%doc
cp -p %{SOURCE1} LICENSE

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/inherits@1
cp -pr inherits.js package.json %{buildroot}%{nodejs_sitelib}/inherits@1

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/inherits@1
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-13
+ Revision: ca1e4d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3404 |14cr|nodejs-inherits-2.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-inherits
Version:    2.0.0
Release:    5
Summary:    A tiny simple way to do classic inheritance in js
License:    WTFPL
Group:      Development/Other
URL:        https://github.com/isaacs/inherits
Source0:    http://registry.npmjs.org/inherits/-/inherits-%{version}.tgz
Source1:    https://raw.github.com/isaacs/inherits/112807f2670160b6e3bafdf39e395c10ae7d0fac/LICENSE
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%{summary}.

%prep
%setup -q -n package

#copy the license into %%{_builddir} so it works with %%doc
cp -p %{SOURCE1} LICENSE

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/inherits@2
cp -pr inherits.js package.json %{buildroot}%{nodejs_sitelib}/inherits@2

%nodejs_symlink_deps

ln -sf inherits@2 %{buildroot}%{nodejs_sitelib}/inherits

%clean

# rpm blows up if you try to replace a dir with a symlink or vice-versa
%pretrans -p <lua>
if posix.stat("%{nodejs_sitelib}/inherits", "type") == "directory" then
    os.rename('%{nodejs_sitelib}/inherits', '%{nodejs_sitelib}/inherits@2')
end


%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/inherits@2
%{nodejs_sitelib}/inherits
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-5
+ Revision: 46db0c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3405 |14cr|nodejs-ini-1.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-ini
Version:    1.1.0
Release:    5
Summary:    An INI parser/serializer for node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/isaacs/proto-list
Source0:    http://registry.npmjs.org/ini/-/ini-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs
#BuildRequires:  nodejs-tap

%description
An INI file parser and serializer for node.js.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/ini
cp -p ini.js package.json %{buildroot}%{nodejs_sitelib}/ini

%nodejs_symlink_deps

# We currently don't run tests because I'd have to file another ten or
# so review reuqests for the node.js TAP testing framework and methinks there
# are enough of those for now.  ;-)
##%%check
##tap test/*.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/ini
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-5
+ Revision: 29c2e73
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3406 |14cr|nodejs-init-package-json-0.0.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-init-package-json
Version:        0.0.10
Release:        3
Summary:        A node module to get your node module started
BuildArch:      noarch
Group:          System/Libraries
License:        BSD
URL:            https://github.com/isaacs/init-package-json
Source0:        http://registry.npmjs.org/init-package-json/-/init-package-json-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
A node module to get your node module started, by creating its package.json
metadata file.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/init-package-json
cp -pr default-input.js init-package-json.js package.json %{buildroot}%{nodejs_sitelib}/init-package-json

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/init-package-json
%doc README.md example.js


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.10-3
+ Revision: c877ba7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3407 |14cr|nodejs-iso8601-1.1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-iso8601
Version:    1.1.1
Release:    7
Summary:    Node.js module to parse and print ISO8601 dates
License:    MIT
Group:      System/Libraries
URL:        https://github.com/calmh/node-iso8601
Source0:    http://registry.npmjs.org/iso8601/-/iso8601-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%{summary}


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/iso8601
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/iso8601

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha -R spec
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/iso8601



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-7
+ Revision: f6c0f04
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3408 |14cr|nodejs-jade-1.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-jade
Version:    1.3.1
Release:    2
Summary:    Jade template engine for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/visionmedia/jade
Source0:    http://registry.npmjs.org/jade/-/jade-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated using Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh
# One of the tests passes with transformers@2.1.0 but is failing with
# transformers@3.0.0.
# https://github.com/visionmedia/jade/issues/1444
Patch0:     %{name}-1.2.0-Fix-test-import-path.patch
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  coffee-script
BuildRequires:  npm(character-parser)
BuildRequires:  npm(constantinople)
BuildRequires:  npm(less)
# The tests require a markdown library, so it could be any one of
# npm(discount), npm(marked) or npm(markdown).
BuildRequires:  npm(markdown)
BuildRequires:  npm(mocha)
BuildRequires:  npm(monocle)
BuildRequires:  npm(should)
BuildRequires:  npm(stylus)
BuildRequires:  npm(transformers)
BuildRequires:  npm(with)
BuildRequires:  uglify-js
%endif

%description
Jade is a high performance template engine heavily influenced by Haml and
implemented with JavaScript for Node.js.


%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package
%patch0 -p1
%nodejs_fixdep character-parser '~1.2'
%nodejs_fixdep commander '~2.1'
%nodejs_fixdep constantinople '~2.0'
%nodejs_fixdep mkdirp '~0.3.5'
%nodejs_fixdep monocle '~1.1.51'
%nodejs_fixdep transformers '~3.0'
%nodejs_fixdep with '~3.0'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/jade
cp -pr package.json index.js jade.js lib/ runtime.js \
    %{buildroot}%{nodejs_sitelib}/jade
mkdir -p %{buildroot}%{nodejs_sitelib}/jade/bin
install -p -D -m0755 bin/jade.js %{buildroot}%{nodejs_sitelib}/jade/bin/jade.js

mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/jade/bin/jade.js \
    %{buildroot}%{_bindir}/jade-nodejs

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha -R spec
%endif


%files
%doc jade-language.md jade.md LICENSE README.md Readme_zh-cn.md jade.md
%{nodejs_sitelib}/jade
%{_bindir}/jade-nodejs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-2
+ Revision: eef5b9f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3409 |14cr|nodejs-jasmine-reporters-0.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-jasmine-reporters
Version:    0.4.1
Release:    2
Summary:    Reporters for the Jasmine behavior-driven development (BDD) framework
License:    MIT
Group:      System/Libraries
URL:        https://github.com/larrymyers/jasmine-reporters
Source0:    http://registry.npmjs.org/jasmine-reporters/-/jasmine-reporters-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(jasmine-node)
%endif

%description
%{summary}


%prep
%setup -q -n package
rm -rf ext/


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/jasmine-reporters
cp -pr package.json src/ \
    %{buildroot}%{nodejs_sitelib}/jasmine-reporters

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/jasmine-node test/
%endif


%files
%doc LICENSE README.markdown
%{nodejs_sitelib}/jasmine-reporters



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-2
+ Revision: 211ab26
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3410 |14cr|nodejs-joose-3.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global __provides_exclude_from ^%{nodejs_sitelib}/joose/librarian/.*$
%global enable_tests 0

Name:       nodejs-joose
Version:    3.50.0
Release:    4
Summary:    Post modern self-hosting meta object system for JavaScript

# License text is included in README.md
License:    BSD
Group:      System/Libraries
URL:        https://github.com/Joose/Joose
Source0:    http://registry.npmjs.org/joose/-/joose-%{version}.tgz
BuildArch:  noarch

# The requires that librarian uses are relative paths and need to be fixed.
Patch0:     nodejs-joose-3.50.0-librarian-requires.patch
# The requires that joose uses need to be fixed after moving librarian to a
# different location.
Patch1:     nodejs-joose-3.50.0-joose-requires.patch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(test-run)
%endif

%description
Post modern self-hosting meta object system for JavaScript with support
for classes, inheritance, roles, traits, method modifiers and more.

%prep
%setup -q -n package
%patch0 -p1
%patch1 -p1
# librarian doesn't appear to be a real module. joose doesn't list librarian
# as a dependency, and librarian doesn't have a package.json, though both
# modules 'require' each other. There is also already another module on the
# npm registry called librarian. To simplify things and reduce confusion, I'm
# going to treat librarian as part of joose itself rather than separating it
# into a subpackage.
mv node_modules/librarian librarian
rm -rf node_modules
%nodejs_fixdep paperboy '~0.0.5'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/joose
cp -pr package.json \
    joose-all.js joose-all-min.js joose-all-web.js joose-webseed.js \
    lib/ librarian/ \
    %{buildroot}%{nodejs_sitelib}/joose

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__nodejs t/index.js
%__nodejs node_modules/librarian/t/index.js
%endif


%files
%doc Changes LICENSE README.md doc/
%{nodejs_sitelib}/joose



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.50.0-4
+ Revision: 4358165
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3411 |14cr|nodejs-joosex-simplerequest-0.2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-joosex-simplerequest
Version:    0.2.2
Release:    5
Summary:    Simple XHR request abstraction for Node.js
# README.md contains a copy of the BSD license, while LICENSE contains
# a copy of the LGPLv3 license.
License:    BSD or LGPLv3
Group:      System/Libraries
URL:        https://github.com/SamuraiJack/JooseX-SimpleRequest
Source0:    http://registry.npmjs.org/joosex-simplerequest/-/joosex-simplerequest-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/joosex-simplerequest
rm -f lib/JooseX/SimpleRequest.mmd
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/joosex-simplerequest

%nodejs_symlink_deps


%files
%doc Changes LICENSE README.md doc/
%{nodejs_sitelib}/joosex-simplerequest



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-5
+ Revision: 02af9dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3412 |14cr|nodejs-jscoverage-0.3.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Not all dependencies have been satisfied yet.
%global enable_tests 0

Name:       nodejs-jscoverage
Version:    0.3.8
Release:    2
Summary:    A JavaScript coverage tool for Node.js and browser development
License:    MIT
Group:      System/Libraries
URL:        https://github.com/fishbar/jscoverage
Source0:    http://registry.npmjs.org/jscoverage/-/jscoverage-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(expect.js)
BuildRequires:  npm(mocha)
BuildRequires:  npm(optimist)
BuildRequires:  npm(xfs)
BuildRequires:  uglify-js1
%endif

%description
%{summary}.


%prep
%setup -q -n package
%nodejs_fixdep uglify-js '1.3.x'
%nodejs_fixdep optimist '~0.4'
# Some files are executable that don't need to be.
find -type f -iname '*.js' -exec chmod 644 '{}' \;


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/jscoverage
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/jscoverage
mkdir -p %{buildroot}%{nodejs_sitelib}/jscoverage/bin
install -p -D -m0755 bin/jscoverage \
    %{buildroot}%{nodejs_sitelib}/jscoverage/bin/jscoverage
mkdir -p %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/jscoverage/bin/jscoverage %{buildroot}%{_bindir}

%nodejs_symlink_deps
rm -f %{buildroot}%{nodejs_sitelib}/jscoverage/node_modules/uglify-js
ln -sf %{nodejs_sitelib}/uglify-js1 \
    %{buildroot}%{nodejs_sitelib}/jscoverage/node_modules/uglify-js


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha test/test.js
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/jscoverage
%{_bindir}/jscoverage



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.8-2
+ Revision: f22bf74
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3413 |14cr|nodejs-jsonfile-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-jsonfile
Version:    1.1.1
Release:    2
Summary:    Easily read/write JSON files
License:    MIT
Group:      System/Libraries
URL:        https://github.com/jprichardson/node-jsonfile
Source0:    http://registry.npmjs.org/jsonfile/-/jsonfile-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
# Not yet packaged
# BuildRequires:  npm(testutil)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/jsonfile
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/jsonfile

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
#/usr/bin/npm install testutil@0.5.1
/usr/bin/mocha -R spec test
%endif


%files
%doc CHANGELOG.md LICENSE README.md
%{nodejs_sitelib}/jsonfile



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-2
+ Revision: e4c0f84
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3414 |14cr|nodejs-jsonify-0.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-jsonify
Version:    0.0.0
Release:    4
Summary:    JSON without touching any globals
License:    Public Domain
Group:      System/Libraries
URL:        https://github.com/substack/jsonify
Source0:    http://registry.npmjs.org/jsonify/-/jsonify-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(garbage)
BuildRequires:  npm(tap)
%endif

%description
This module provides Douglas Crockford's JSON implementation without
modifying any globals. 'stringify' and 'parse' are merely exported
without respect to whether or not a global JSON object exists.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/jsonify
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/jsonify

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%tap test
%endif


%files
%doc README.markdown
%{nodejs_sitelib}/jsonify



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.0-4
+ Revision: cd31e59
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3415 |14cr|nodejs-json-stringify-safe-5.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-json-stringify-safe
Version:    5.0.0
Release:    3
Summary:    JSON.stringify that handles circular references
License:    BSD
Group:      Development/Other
URL:        https://github.com/isaacs/json-stringify-safe
Source0:    http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
This module provides functionality similar to JavaScript's JSON.stringify, but
it doesn't blow up when it encounters circular references.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/json-stringify-safe
cp -pr stringify.js package.json %{buildroot}%{nodejs_sitelib}/json-stringify-safe

%nodejs_symlink_deps

%check
%__nodejs test.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/json-stringify-safe
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.0.0-3
+ Revision: dbc6061
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3416 |14cr|nodejs-JSV-4.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-JSV
Version:        4.0.2
Release:        4
Summary:        JSON Schema Validator
Group:		Development/Other
# License text is in lib/jsv.js
License:        BSD
URL:            https://github.com/garycourt/JSV
Source0:        http://registry.npmjs.org/JSV/-/JSV-%{version}.tgz
# Use external uri-js instead of bundled version
Patch0:         nodejs-JSV-uri-js.patch
BuildArch:      noarch

BuildRequires:  nodejs-packaging
BuildRequires: nodejs

%description
JSV is a JavaScript implementation of a extendable, fully compliant
JSON Schema validator with the following features:

* The fastest extendable JSON validator available!
* Complete implementation of all current JSON Schema draft revisions.
* Supports creating individual environments (sandboxes) that validate
  using a particular schema specification.
* Provides an intuitive API for creating new validating schema
  attributes, or whole new custom schema schemas.
* Supports self, full and described by hyper links.
* Validates itself, and is bootstrapped from the JSON Schema schemas.
* Includes over 1100 unit tests for testing all parts of the specifications.
* Works in all ECMAScript 3 environments, including all web browsers
  and Node.js.
* Licensed under the FreeBSD License, a very open license.


%prep
%setup -q -n package
sed -i -e 's/\r//' package.json lib/*.js README.md CHANGELOG.md
%patch0 -p1 -b .uri-js
rm -rf node_modules lib/uri


%build


%check
# Tests are only runnable in a web browser at present


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/JSV
cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/JSV
%nodejs_symlink_deps


%files
%doc README.md CHANGELOG.md docs examples
%{nodejs_sitelib}/JSV



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.2-4
+ Revision: ec43d7c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3417 |14cr|nodejs-js-yaml-2.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-js-yaml
Version:    2.1.3
Release:    1
Summary:    YAML 1.2 parser and serializer

License:    MIT
Group:      Development/Other
URL:        https://github.com/nodeca/js-yaml
Source0:    http://registry.npmjs.org/js-yaml/-/js-yaml-%{version}.tgz
# The test/ directory is not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# revision control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(esprima)
BuildRequires:  npm(mocha)
%endif

%description
This is an implementation of YAML (YAML Ain't Markup Language), a human
friendly data serialization language. It started as PyYAML port, and was
completely rewritten from scratch.  Now it's very fast, and supports the
1.2 spec.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%nodejs_fixdep esprima '~1.1'

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/js-yaml
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/js-yaml

mkdir -p %{buildroot}%{nodejs_sitelib}/js-yaml/bin
install -p -D -m0755 bin/js-yaml.js \
    %{buildroot}%{nodejs_sitelib}/js-yaml/bin/js-yaml.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/js-yaml/bin/js-yaml.js \
    %{buildroot}%{_bindir}/js-yaml

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test %{nodejs_sitelib}/mocha/bin/mocha -R spec
%endif


%files
%doc HISTORY.md LICENSE README.md examples/
%{nodejs_sitelib}/js-yaml
%{_bindir}/js-yaml



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.3-1
+ Revision: cacf5aa
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3418 |14cr|nodejs-jwt-simple-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-jwt-simple
Version:    0.2.0
Release:    2
Summary:    JWT(JSON Web Token) encode and decode module for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/hokaccha/node-jwt-simple
Source0:    http://registry.npmjs.org/jwt-simple/-/jwt-simple-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(expect.js)
BuildRequires:  npm(mocha)
%endif

%description
%{summary}

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/jwt-simple
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/jwt-simple

%nodejs_symlink_deps

%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha test/basic.js
%endif

%files
%doc History.md LICENSE README.md
%{nodejs_sitelib}/jwt-simple

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-2
+ Revision: bac07dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3419 |14cr|nodejs-keypress-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# test.js does not like being run in mock (ie, non-tty)
%global enable_tests 0

Name:       nodejs-keypress
Version:    0.2.1
Release:    2
Summary:    Make any Node ReadableStream emit "keypress" events

# License text is included in README.md
License:    MIT
Group:      System/Libraries
URL:        https://github.com/TooTallNate/keypress
Source0:    http://registry.npmjs.org/keypress/-/keypress-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
Previous to Node v0.8.x, there was an undocumented "keypress" event that
process.stdin would emit when it was a TTY. Some people discovered this
hidden gem, and started using it in their own code.

In Node v0.8.x, this "keypress" event does not get emitted by default,
but rather only when it is being used in conjunction with the readline
(or by extension, the repl) module.

This module is the exact logic from the node v0.8.x releases ripped out
into its own module.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/keypress
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/keypress

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%__nodejs test.js
%endif


%files
%doc README.md
%{nodejs_sitelib}/keypress



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: 20d9a32
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3420 |14cr|nodejs-load-grunt-tasks-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-load-grunt-tasks
Version:    0.4.0
Release:    3
Summary:    Load multiple grunt tasks using globbing patterns

License:    MIT
Group:      System/Libraries
URL:        https://github.com/sindresorhus/load-grunt-tasks
Source0:    http://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-%{version}.tgz
# Include a copy of the MIT license to comply with license requirements.
Source1:    LICENSE
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE1} .

%nodejs_fixdep findup-sync '~0.1.2'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/load-grunt-tasks
cp -pr package.json load-grunt-tasks.js \
    %{buildroot}%{nodejs_sitelib}/load-grunt-tasks

%nodejs_symlink_deps


%files
%doc LICENSE readme.md
%{nodejs_sitelib}/load-grunt-tasks



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-3
+ Revision: e669f1a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3421 |14cr|nodejs-lockfile-0.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-lockfile
Version:        0.4.2
Release:        2
Summary:        A very polite lock file utility
Group:          System/Libraries
License:        BSD
URL:            https://github.com/isaacs/lockfile
Source0:        http://registry.npmjs.org/lockfile/-/lockfile-%{version}.tgz

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
A very polite lock file utility, which endeavors to not litter, and to wait
patiently for others.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/lockfile
cp -pr package.json lockfile.js test %{buildroot}%{nodejs_sitelib}/lockfile

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/lockfile
%doc LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.2-2
+ Revision: 815c8b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3422 |14cr|nodejs-lodash-2.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-lodash
Version:    2.4.1
Release:    3
Summary:    A low-level utility library delivering consistency and customization
License:    MIT
Group:      System/Libraries
URL:        https://github.com/bestiejs/lodash
Source0:    http://registry.npmjs.org/lodash/-/lodash-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# revision control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh
BuildArch:  noarch

# /usr/lib/rpm/nodejs.req fails if node engine version is omitted. This is a
# temporary fix.

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(tar)
BuildRequires:  npm(qunit)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -D -T -a 1 -n package

# Minified/pre-compiled JS scripts must not be installed.
find dist/ -type f -iname '*.min.js' -delete


%build
# nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/lodash
cp -pr package.json lodash.js dist/ \
    %{buildroot}%{nodejs_sitelib}/lodash

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__nodejs test/test.js ../dist/lodash.js
%endif


%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/lodash



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-3
+ Revision: d07a9c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3423 |14cr|nodejs-lodash-cli-2.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global commit 77c3c4f18a5d6e15c2a8aca7d7b51c0eab7f09ae

%global enable_tests 0

Name:           nodejs-lodash-cli
Version:        2.4.1
Release:        2
Summary:        The Lo-Dash command-line interface
Group:          Development/Other
License:        MIT
URL:            https://github.com/lodash/lodash-cli
Source0:        https://github.com/lodash/lodash-cli/archive/%{commit}/lodash-cli-%{commit}.tar.gz
# https://github.com/lodash/lodash-cli/pull/19
Patch0:         nodejs-lodash-cli-openjdk.patch
BuildArch:      noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(closure-compiler)
BuildRequires:  npm(glob)
BuildRequires:  npm(lodash)
BuildRequires:  npm(uglify-js)
%endif

%description
The Lo-Dash command-line interface for creating custom
builds & precompiling templates.


%prep
%setup -q -n lodash-cli-%{commit}
%patch0 -p1
%nodejs_fixdep closure-compiler "~0.2.5"
%nodejs_fixdep glob "~3.2.6"
%nodejs_fixdep uglify-js "~2.4.13"
rm -rf node_modules vendor


%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/lodash-cli
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/lodash-cli
mkdir -p %{buildroot}%{nodejs_sitelib}/lodash-cli/bin
install -p -m755 bin/* %{buildroot}%{nodejs_sitelib}/lodash-cli/bin
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr template %{buildroot}%{_datadir}/%{name}
ln -s %{_datadir}/%{name}/template %{buildroot}%{nodejs_sitelib}/lodash-cli
mkdir -p %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/lodash-cli/bin/lodash %{buildroot}%{_bindir}
%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{__nodejs} test/test
%endif


%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/lodash-cli
%{_datadir}/%{name}
%{_bindir}/lodash



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-2
+ Revision: f49cf55
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3424 |14cr|nodejs-lru-cache-2.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-lru-cache
Version:    2.3.0
Release:    5
Summary:    A least recently used cache object for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/isaacs/node-lru-cache
Source0:    http://registry.npmjs.org/lru-cache/-/lru-cache-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
A cache object that deletes the least recently used items.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/lru-cache
cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/lru-cache

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/lru-cache
%doc AUTHORS README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.0-5
+ Revision: b193062
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3425 |14cr|nodejs-mapnik-reference-5.0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-mapnik-reference
Version:        5.0.9
Release:        2
Summary:        Reference for Mapnik Styling Options
Group:          Development/Other
License:        Public Domain
URL:            https://github.com/mapnik/mapnik-reference
Source0:        http://registry.npmjs.org/mapnik-reference/-/mapnik-reference-%{version}.tgz
BuildArch:      noarch

BuildRequires:  nodejs-packaging
BuildRequires:  python
BuildRequires:  python-simplejson

%description
Provides a parseable spec of what Mapnik can do - what main structures
it supports (like layers, styles, and symbolizers) and the properties
they can contain. It's useful for building parsers, tests, compilers, and
syntax highlighting/checking for languages


%prep
%setup -q -n package


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/mapnik-reference
cp -pr package.json index.js %{buildroot}/%{nodejs_sitelib}/mapnik-reference
mkdir -p %{buildroot}/%{_datadir}/%{name}
for dir in 2.* latest
do
  cp -pr ${dir} %{buildroot}/%{_datadir}/%{name}
  ln -sf %{_datadir}/%{name}/${dir} %{buildroot}/%{nodejs_sitelib}/mapnik-reference
done
%nodejs_symlink_deps


%check
python test/test.py


%files
%doc README.md LICENSE.md CHANGELOG.md
%{nodejs_sitelib}/mapnik-reference
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.0.9-2
+ Revision: fbbc02a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3426 |14cr|nodejs-markdown-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-markdown
Version:    0.5.0
Release:    2
Summary:    A sensible Markdown parser for JavaScript
# Upstream have been informed about missing LICENSE file:
# https://github.com/evilstreak/markdown-js/issues/74
License:    MIT
Group:      System/Libraries
URL:        https://github.com/evilstreak/markdown-js
Source0:    http://registry.npmjs.org/markdown/-/markdown-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# revision control repository.
Source1:    tests-v%{version}.tar.bz2
# Include a custom man page.
Source2:    md2html.1
Source10:   dl-tests.sh
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(tap)
%endif

%description
%{summary}.

%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%nodejs_fixdep nopt '~2.0'

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/markdown
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/markdown
mkdir -p %{buildroot}%{nodejs_sitelib}/markdown/bin

install -p -D -m0755 bin/md2html.js \
    %{buildroot}%{nodejs_sitelib}/markdown/bin/md2html.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/markdown/bin/md2html.js \
    %{buildroot}%{_bindir}/md2html

mkdir -p %{buildroot}%{_mandir}/man1
install -p -D -m0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/md2html.1

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%tap test/*.t.js
%endif


%files
%doc Changes.markdown README.markdown
%{nodejs_sitelib}/markdown
%{_bindir}/md2html
%{_mandir}/man1/md2html.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-2
+ Revision: 219f7aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3427 |14cr|nodejs-merge-descriptors-0.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-merge-descriptors
Version:    0.0.2
Release:    2
Summary:    A Node.js module to merge objects using descriptors
License:    MIT
Group:      System/Libraries
URL:        https://github.com/component/merge-descriptors
Source0:    http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/merge-descriptors
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/merge-descriptors

%nodejs_symlink_deps

%files
%doc README.md
%{nodejs_sitelib}/merge-descriptors



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-2
+ Revision: d43672e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3428 |14cr|nodejs-method-override-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-method-override
Version:    1.0.0
Release:    2
Summary:    Provides faux HTTP method support for Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/method-override
Source0:    http://registry.npmjs.org/method-override/-/method-override-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(connect)
BuildRequires:  npm(methods)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/method-override
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/method-override

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test /usr/bin/mocha --require should --reporter spec
%endif


%files
%doc README.md
%{nodejs_sitelib}/method-override



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 0cb9fcf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3429 |14cr|nodejs-methods-0.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-methods
Version:    0.1.0
Release:    2
Summary:    HTTP methods that node supports
License:    MIT
Group:      System/Libraries
URL:        https://npmjs.org/package/methods
Source0:    http://registry.npmjs.org/methods/-/methods-%{version}.tgz
# Upstream have been informed via email about missing LICENSE file.
# Include a copy of the MIT license to comply with the license requirements.
Source20:   LICENSE
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.

%prep
%setup -q -n package
cp -p %{SOURCE20} .

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/methods
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/methods

%nodejs_symlink_deps

%files
%doc History.md LICENSE Readme.md
%{nodejs_sitelib}/methods



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-2
+ Revision: 5cc5835
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3430 |14cr|nodejs-millstone-0.6.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-millstone
Version:        0.6.12
Release:        4
Summary:        Prepares data sources in an MML file for consumption in Mapnik
Group:		Development/Other
License:        BSD
URL:            https://github.com/mapbox/millstone
Source0:        http://registry.npmjs.org/millstone/-/millstone-%{version}.tgz
BuildArch:      noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(generic-pool)
BuildRequires:  npm(mime)
BuildRequires:  npm(request)
BuildRequires:  npm(srs) >= 0.3.10
BuildRequires:  npm(step)
BuildRequires:  npm(underscore)
BuildRequires:  npm(zipfile) >= 0.4.3
%endif

%description
As of carto 0.2.0, the Carto module expects all data sources and
resources to be localized - remote references like URLs and providers
are not downloaded when maps are rendered.

Millstone now contains this logic - it provides two functions, resolve
and flush. Resolve takes an MML file and returns a localized version, and
flush can be used to clear the cache of a specific resource.


%prep
%setup -q -n package
%nodejs_fixdep request "2.x"
%nodejs_fixdep optimist "~0.4.0"
%nodejs_fixdep underscore "~1.6"
%nodejs_fixdep zipfile "~0.5.0"
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/millstone
cp -pr package.json bin lib %{buildroot}/%{nodejs_sitelib}/millstone
%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_PATH=lib %{nodejs_sitelib}/mocha/bin/mocha -R spec --timeout 10000
%endif


%files
%doc LICENSE README.md CHANGELOG.md architecture.txt
%{nodejs_sitelib}/millstone



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.12-4
+ Revision: c9d24c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3431 |14cr|nodejs-mime-1.2.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-mime
Version:        1.2.11
Release:        2
Summary:        A comprehensive library for mime-type mapping
Group:          System/Libraries
License:        MIT
URL:            https://github.com/broofa/node-mime
Source0:        http://registry.npmjs.org/mime/-/mime-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
Comprehensive MIME type mapping API. Includes all 600+ types and 800+
extensions defined by the Apache project, plus additional types submitted by
the node.js community.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/mime
cp -pr package.json types mime.js %{buildroot}%{nodejs_sitelib}/mime

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/mime
%doc LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.11-2
+ Revision: 672b9af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3432 |14cr|nodejs-mimeparse-0.1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-mimeparse
Version:    0.1.4
Release:    3
Summary:    A Node.js module with basic functions for handling mime-types
License:    MIT
Group:      System/Libraries
URL:        https://github.com/kriskowal/mimeparse
Source0:    http://registry.npmjs.org/mimeparse/-/mimeparse-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
This Node.js module provides basic functions for handling mime-types. It can
handle matching mime-types against a list of media-ranges. See section
14.1 of the HTTP specification [RFC 2616] for a complete explanation:
<http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1>


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/mimeparse
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/mimeparse

%nodejs_symlink_deps


%files
%doc CHANGES LICENSE README
%{nodejs_sitelib}/mimeparse



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.4-3
+ Revision: 124ea09
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3433 |14cr|nodejs-minimatch-0.2.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-minimatch
Version:    0.2.12
Release:    4
Summary:    JavaScript glob matcher
License:    MIT
Group:      System/Libraries
URL:        https://github.com/isaacs/minimatch
Source0:    http://registry.npmjs.org/minimatch/-/minimatch-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Converts glob expressions to JavaScript "RegExp" objects.

%prep
%setup -q -n package

%nodejs_fixdep lru-cache

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/minimatch
cp -p minimatch.js package.json %{buildroot}%{nodejs_sitelib}/minimatch

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/minimatch
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.12-4
+ Revision: 1758ac5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3434 |14cr|nodejs-mkdirp-0.3.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-mkdirp
Version:    0.3.5
Release:    5
Summary:    Recursive directory creation module for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/substack/node-mkdirp
Source0:    http://registry.npmjs.org/mkdirp/-/mkdirp-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Creates directories recursively, like `mkdir -p`.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/mkdirp
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/mkdirp

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/mkdirp
%doc readme.markdown examples LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.5-5
+ Revision: 11c544f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3435 |14cr|nodejs-mongodb-1.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name mongodb

Summary:       A node driver for MongoDB
Name:          nodejs-%{npm_name}
Version:       1.4.2
Release:       2
Group:         Development/Other
License:       ASL 2.0
URL:           https://github.com/mongodb/node-mongodb-native
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: nodejs-packaging
BuildRequires:  nodejs
BuildArch:     noarch

%description
This is a node driver for MongoDB. It's a port (or close to a port) of
the library for ruby at http://github.com/mongodb/mongo-ruby-driver

%prep
%setup -q -n package
%nodejs_fixdep bson '>=0.2.2'

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr index.js lib package.json %{buildroot}%{nodejs_sitelib}/%{npm_name}

#Cleanup permissions
chmod 644 %{buildroot}%{nodejs_sitelib}/%{npm_name}/*.js
chmod 644 %{buildroot}%{nodejs_sitelib}/%{npm_name}/*.json

%files
%doc CONTRIBUTING.md LICENSE Readme.md
%{nodejs_sitelib}/%{npm_name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-2
+ Revision: cfd0027
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3436 |14cr|nodejs-monocle-1.1.51-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-monocle
Version:    1.1.51
Release:    2
Summary:    A tool for watching directories for file changes

License:    BSD
Group:      Development/Other
URL:        https://github.com/samccone/monocle
Source0:    http://registry.npmjs.org/monocle/-/monocle-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-00ccc2a0454058f0cd1964d0703d8322f78af049.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(readdirp)
%endif

%description
%{summary}.


%prep
%setup -q -n package
find . -type f -exec chmod -x '{}' \;
%setup -q -T -D -a 1 -n package

%nodejs_fixdep readdirp '~0.3'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/monocle
cp -pr package.json monocle.js \
    %{buildroot}%{nodejs_sitelib}/monocle

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha test -R spec -t 2000
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/monocle



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.51-2
+ Revision: 8bec2ce
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3437 |14cr|nodejs-morgan-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-morgan
Version:    1.0.0
Release:    3
Summary:    Logging middleware for Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/morgan
Source0:    http://registry.npmjs.org/morgan/-/morgan-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(bytes)
BuildRequires:  npm(connect)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package

%nodejs_fixdep bytes '~0.2'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/morgan
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/morgan

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should --reporter spec --bail
%endif


%files
%doc README.md
%{nodejs_sitelib}/morgan



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: d34c58b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3438 |14cr|nodejs-muffin-0.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-muffin
Version:    0.9.0
Release:    4
Summary:    Node.js module with handy helpers for building Cakefiles
# License text is included in Readme.md
License:    MIT
Group:      System/Libraries
URL:        http://hornairs.github.com/muffin/
Source0:    http://registry.npmjs.org/muffin/-/muffin-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
Requires:       cloc

%description
This Node.js module has handy helpers for building Cakefiles.

It has a set of generic high level file operations you don't want to implement
yourself, like copying files, CoffeeScript compilation and compile time
requiring, minification, and SLOC counting.


%prep
%setup -q -n package
rm -f deps/cloc.pl
rm -rf docs/public/fonts/
%nodejs_fixdep coffee-script '~1.4'
%nodejs_fixdep glob '~3.1'
%nodejs_fixdep prompt '~0.2'
%nodejs_fixdep q '~0.9'
%nodejs_fixdep q-io '~1.6'
%nodejs_fixdep snockets '~1.3'
%nodejs_fixdep temp '~0.5'
%nodejs_fixdep uglify-js '~2.2'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/muffin
cp -pr package.json deps/ lib/ \
    %{buildroot}%{nodejs_sitelib}/muffin

# Use system provided cloc.pl
ln -sf /usr/bin/cloc \
    %{buildroot}%{nodejs_sitelib}/muffin/deps/cloc.pl

%nodejs_symlink_deps


%files
%doc Readme.md docs/
%{nodejs_sitelib}/muffin



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-4
+ Revision: 2352828
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3439 |14cr|nodejs-multimatch-0.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-multimatch
Version:    0.1.0
Release:    1
Summary:    Adds multiple patterns support to minimatch.match()

License:    MIT
Group:      Development/Other
URL:        https://github.com/sindresorhus/multimatch
Source0:    http://registry.npmjs.org/multimatch/-/multimatch-%{version}.tgz
# https://raw.githubusercontent.com/sindresorhus/multimatch/187e210076239ee6b5dcecca65adc0074f1e8e53/test.js
Source1:    test-%{version}.js
# Include a copy of the MIT license to comply with license requirements.
Source2:    LICENSE

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(lodash)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(mocha)
%endif

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE1} test.js
cp -p %{SOURCE2} .

%nodejs_fixdep minimatch '~0.2.12'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/multimatch
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/multimatch

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --reporter spec
%endif


%files
%doc LICENSE readme.md
%{nodejs_sitelib}/multimatch



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-1
+ Revision: 7b33edf
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3440 |14cr|nodejs-multiparty-3.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-multiparty
Version:    3.2.4
Release:    2
Summary:    A multipart/form-data parser for Node.js which supports streaming

License:    MIT
Group:      System/Libraries
URL:        https://github.com/andrewrk/node-multiparty
Source0:    http://registry.npmjs.org/multiparty/-/multiparty-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

# Use Node.js core instead of the forked npm(readable-stream).
Patch0:     %{name}-3.2.3-Use-Node.js-core.patch

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
# BuildRequires:  npm(findit)
# BuildRequires:  npm(hashish)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(mocha)
BuildRequires:  npm(request)
BuildRequires:  npm(stream-counter)
BuildRequires:  npm(superagent)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%patch0 -p1
chmod 644 index.js

%nodejs_fixdep -r readable-stream
%nodejs_fixdep stream-counter '~0.2'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/multiparty
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/multiparty

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
# /usr/bin/npm install findit@0.1.1
# /usr/bin/npm install hashish@0.0.4
/usr/bin/mocha --timeout 4000 --reporter spec --recursive test/test.js
%endif


%files
%doc CHANGELOG.md LICENSE README.md
%{nodejs_sitelib}/multiparty



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.4-2
+ Revision: a00441b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3441 |14cr|nodejs-mute-stream-0.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-mute-stream
Version:        0.0.4
Release:        2
Summary:        Basic pass-through stream, but when muted, the bytes are dropped
BuildArch:      noarch
Group:          System/Libraries
License:        BSD
URL:            https://github.com/isaacs/mute-stream
Source0:        http://registry.npmjs.org/mute-stream/-/mute-stream-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
This is a basic pass-through stream, but when muted, the bytes are
silently dropped, rather than being passed through.

%prep
%setup -q -n package

%build
#nothing to see here, move along

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/mute-stream
cp -pr package.json mute.js %{buildroot}%{nodejs_sitelib}/mute-stream

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/mute-stream
%doc LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-2
+ Revision: e5e7d25
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3442 |14cr|nodejs-mysql-2.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name mysql
%global enable_tests 0

Summary:       A node.js driver for mysql
Name:          nodejs-%{npm_name}
Version:       2.1.1
Release:       2
Group:         Development/Other
License:       MIT
URL:           http://github.com/felixge/node-mysql
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: nodejs-packaging
BuildRequires:  nodejs
%if 0%{?enable_tests}
BuildRequires:  npm(underscore)
BuildRequires:  npm(urun)
BuildRequires:  npm(utest)
%endif
BuildArch:     noarch

%description
This is a node.js driver for mysql.
It is written in JavaScript, does not require compiling, 
and is 100% MIT licensed.

%prep
%setup -q -n package
%nodejs_fixdep bignumber.js '>=1.0.1'
%nodejs_fixdep require-all '>=0.0.3'
# readable-stream not needed in nodejs >= 0.10
%nodejs_fixdep -r readable-stream

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr index.js lib package.json tool %{buildroot}%{nodejs_sitelib}/%{npm_name}

%if 0%{?enable_tests}
%check
make test
%endif

%files
%doc Changes.md License Readme.md
%{nodejs_sitelib}/%{npm_name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-2
+ Revision: bf6c82c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3443 |14cr|nodejs-nan-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name nan

Summary:       Native Abstractions for Node.js 
Name:          nodejs-%{npm_name}
Version:       0.8.0
Release:       2
Group:         Development/Other
License:       MIT
URL:           http://github.com/rvagg/nan
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: nodejs
BuildRequires: nodejs-packaging
BuildArch:     noarch

%description
A header file filled with macro and utility goodness
for making add on development for Node.js easier across
versions 0.8, 0.10 and 0.11, and eventually 0.12.

Thanks to the crazy changes in V8 (and some in Node core),
keeping native add-on compiling happily across versions,
particularly 0.10 to 0.11/0.12, is a minor nightmare. 
The goal of this project is to store all logic necessary
to develop native Node.js add-on without having to inspect 
NODE_MODULE_VERSION and get yourself into a macro-tangle.

%prep
%setup -q -n package

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr include_dirs.js nan.h package.json  %{buildroot}%{nodejs_sitelib}/%{npm_name}

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{npm_name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-2
+ Revision: e26ae56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3444 |14cr|nodejs-ncp-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-ncp
Version:    0.5.1
Release:    2
Summary:    Asynchronous recursive file copy utility for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/AvianFlu/ncp
Source0:    http://registry.npmjs.org/ncp/-/ncp-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(deep-equal)
BuildRequires:  npm(mocha)
BuildRequires:  npm(read-dir-files)
BuildRequires:  npm(rimraf)
%endif

%description
This module is an asynchronous recursive copy utility for Node.js.
Think cp -r, but pure node, and asynchronous. ncp can be used both
as a CLI tool and programmatically.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/ncp
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/ncp
mkdir -p %{buildroot}%{nodejs_sitelib}/ncp/bin
install -p -D -m0755 bin/ncp %{buildroot}%{nodejs_sitelib}/ncp/bin/ncp
mkdir -p %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/ncp/bin/ncp %{buildroot}%{_bindir}/ncp

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha -R spec
%endif


%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/ncp
%{_bindir}/ncp



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
+ Revision: 8b77dda
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3445 |14cr|nodejs-negotiator-0.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-negotiator
Version:    0.4.3
Release:    2%{?dist}
Summary:    An HTTP content negotiator for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/federomero/negotiator
Source0:    http://registry.npmjs.org/negotiator/-/negotiator-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source2:    examples-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%setup -q -T -D -a 2 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/negotiator
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/negotiator

%nodejs_symlink_deps


%files
%doc LICENSE readme.md examples/
%{nodejs_sitelib}/negotiator
%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3446 |14cr|nodejs-node-markdown-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-node-markdown
Version:        0.1.1
Release:        4
Summary:        Parse markdown syntax with Node.js
Group:          Development/Other
License:        BSD
URL:            https://github.com/andris9/node-markdown
Source0:        http://registry.npmjs.org/node-markdown/-/node-markdown-%{version}.tgz
BuildArch:      noarch
BuildRequires:  nodejs-packaging
Requires:       npm(showdown)

%description
Based on showdown parser and parses markdown syntax into HTML code.


%prep
%setup -q -n package
rm -rf node_modules lib/vendor


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/node-markdown
cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/node-markdown
mkdir -p %{buildroot}/%{nodejs_sitelib}/node-markdown/lib/vendor
ln -sf %{nodejs_sitelib}/showdown %{buildroot}/%{nodejs_sitelib}/node-markdown/lib/vendor
%nodejs_symlink_deps


%files
%doc LICENSE README.md examples
%{nodejs_sitelib}/node-markdown



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-4
+ Revision: c3e5bfc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3447 |14cr|nodejs-node-static-0.7.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name node-static
%global enable_tests 0

Summary:       Simple, compliant file streaming module for node

Name:          nodejs-%{npm_name}
Version:       0.7.3
Release:       2
Group:         Development/Other
License:       MIT
URL:           http://github.com/cloudhead/node-static
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: nodejs-packaging
BuildRequires:  nodejs
%if 0%{?enable_tests}
BuildRequires:  npm(vows)
%endif
BuildArch:     noarch

%description
node-static is a simple, "rfc 2616 compliant" file streaming module 
for node.

node-static has an in-memory file cache, making it highly efficient.
node-static understands and supports "conditional GET" and "HEAD" requests.
node-static was inspired by some of the other static-file serving modules
out there, such as node-paperboy and antinode.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr benchmark bin examples lib package.json test %{buildroot}%{nodejs_sitelib}/%{npm_name}

# Setup Binaries
mkdir %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/%{npm_name}/bin/cli.js %{buildroot}%{_bindir}/static

%if 0%{?enable_tests}
%check
vows --spec --isolate
%endif

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{npm_name}
%{_bindir}/static


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-2
+ Revision: 94b9639
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3448 |14cr|nodejs-node-uuid-1.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-node-uuid
Version:    1.4.1
Release:    2
Summary:    Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js

License:    MIT
Group:      System/Libraries
URL:        https://github.com/broofa/node-uuid
Source0:    http://registry.npmjs.org/node-uuid/-/node-uuid-%{version}.tgz

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
This Node.js module provides simple and fast generation of RFC4122 (v1 and v4)
UUIDs. It runs in Node.js and all browsers and can also generate
cryptographically strong random numbers.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/node-uuid
cp -pr package.json uuid.js \
    %{buildroot}%{nodejs_sitelib}/node-uuid

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__nodejs test/test.js
%endif


%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/node-uuid



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-2
+ Revision: f008008
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3449 |14cr|nodejs-nopt-2.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-nopt
Version:    2.1.2
Release:    2
Summary:    Node.js option parsing
License:    MIT
Group:      System/Libraries
URL:        https://github.com/isaacs/nopt
Source0:    http://registry.npmjs.org/nopt/-/nopt-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
An option parsing library for Node.js and its package manager (npm).

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/nopt
cp -pr bin lib package.json %{buildroot}%{nodejs_sitelib}/nopt

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/nopt/bin/nopt.js %{buildroot}%{_bindir}/nopt

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/nopt
%{_bindir}/nopt
%doc README.md LICENSE examples


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-2
+ Revision: 9c122ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3450 |14cr|nodejs-noptify-0.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-noptify
Version:    0.0.3
Release:    2
Summary:    A wrapper for the nopt module with a commander-like API

License:    MIT
Group:      Development/Other
URL:        https://github.com/mklabs/noptify
Source0:    http://registry.npmjs.org/noptify/-/noptify-%{version}.tgz
Source1:    https://raw.githubusercontent.com/mklabs/noptify/cfa11f776ddcd844a04982c0763df546621ce26a/LICENSE-MIT

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(nopt)
%endif

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE1} .

%nodejs_fixdep nopt '~2.1.0'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/noptify
cp -pr package.json actions/ index.js util/ \
    %{buildroot}%{nodejs_sitelib}/noptify

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --reporter spec
%endif


%files
%doc LICENSE-MIT readme.md
%{nodejs_sitelib}/noptify



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-2
+ Revision: ca119b0
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3451 |14cr|nodejs-normalize-package-data-0.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-normalize-package-data
Version:        0.2.1
Release:        1
Summary:        Normalizes npm/package.json metadata

BuildArch:      noarch

Group:          Development/Other
License:        BSD
URL:            https://github.com/meryn/normalize-package-data
Source0:        http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

#for tests
BuildRequires:  npm(tap)
BuildRequires:  npm(underscore)
BuildRequires:  npm(async)
BuildRequires:  npm(semver)
BuildRequires:  npm(github-url-from-git)

%description
normalize-package-data exports a function that normalizes package metadata.
This data is typically found in a package.json file, but in principle could
come from any source - for example the npm registry.

normalize-package-data is used by read-package-json to normalize the data it
reads from a package.json file. In turn, read-package-json is used by npm and
various npm-related tools.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/normalize-package-data
cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/normalize-package-data

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/*.js || :

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/normalize-package-data
%doc README.md LICENSE AUTHORS


%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-1
+ Revision: 589e4c7
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3452 |14cr|nodejs-npmconf-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-npmconf
Version:        0.1.2
Release:        2
Summary:        Npm configuration module
BuildArch:      noarch
Group:          System/Libraries
License:        BSD
URL:            https://github.com/isaacs/npmconf
Source0:        http://registry.npmjs.org/npmconf/-/npmconf-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
If you are interested in interacting with the config settings that npm
uses, then use this module.

However, if you are writing a new Node.js program, and want
configuration functionality similar to what npm has, but for your
own thing, then the author recommends rc. This module is for compatibility
use only.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/npmconf
cp -pr package.json npmconf.js config-defs.js %{buildroot}%{nodejs_sitelib}/npmconf

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/npmconf
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-2
+ Revision: fef15b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3453 |14cr|nodejs-npmlog-0.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-npmlog
Version:        0.0.4
Release:        3
Summary:        Logger for npm
BuildArch:      noarch
Group:          System/Libraries
License:        BSD
URL:            https://github.com/isaacs/npmlog
Source0:        https://registry.npmjs.org/npmlog/-/npmlog-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
The logger utility that npm uses.

This logger is very basic. It does the logging for npm. It supports custom
levels and colored output.

%prep
%setup -q -n package

%nodejs_fixdep ansi 0.2

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/npmlog
cp -pr package.json log.js %{buildroot}%{nodejs_sitelib}/npmlog

%nodejs_symlink_deps

%clean
rm -rf %{buildroot}s

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/npmlog
%doc LICENSE README.md example.js


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-3
+ Revision: 6ce6d83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3454 |14cr|nodejs-npm-registry-client-0.2.28-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-npm-registry-client
Version:        0.2.28
Release:        2
Summary:        Client for the npm registry
Group:          System/Libraries
License:        BSD
URL:            https://github.com/isaacs/npm-registry-client
Source0:        http://registry.npmjs.org/npm-registry-client/-/npm-registry-client-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%description
Client for the npm registry, or private servers using the npm
registry software.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/npm-registry-client
cp -pr package.json index.js lib %{buildroot}%{nodejs_sitelib}/npm-registry-client

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/npm-registry-client
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.28-2
+ Revision: 4aa0a25
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3455 |14cr|nodejs-oauth-sign-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-oauth-sign
Version:    0.3.0
Release:    3
Summary:    OAuth1 signing for Node.js

# Apache 2.0 License added upstream, will appear in next release
# https://github.com/mikeal/oauth-sign/blob/master/LICENSE
License:    ASL 2.0
Group:      Development/Other
URL:        https://github.com/mikeal/oauth-sign
Source0:    http://registry.npmjs.org/oauth-sign/-/oauth-sign-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%{summary}.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/oauth-sign
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/oauth-sign

%nodejs_symlink_deps

#test requires network
#%%check
#%%{__nodejs} test.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/oauth-sign


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-3
+ Revision: 547f481
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3456 |14cr|nodejs-once-1.1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-once
Version:        1.1.1
Release:        7
Summary:        Run a function exactly one time
BuildArch:      noarch
Group:          System/Libraries
License:        BSD
URL:            https://github.com/isaacs/once
Source0:        http://registry.npmjs.org/once/-/once-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Run a function exactly one time.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/once
cp -pr package.json once.js %{buildroot}%{nodejs_sitelib}/once

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/once
%doc LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-7
+ Revision: 072223d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3457 |14cr|nodejs-opener-1.3.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-opener
Version:        1.3.0
Release:        9
Summary:        Opens stuff, like webpages and files and executables
BuildArch:      noarch
Group:          System/Libraries
License:        WTFPL
URL:            https://github.com/domenic/opener
Source0:        http://registry.npmjs.org/opener/-/opener-1.3.0.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Opens stuff, like webpages and files and executables, cross-platform.

%prep
%setup -q -n package

#get rid of DOS EOLs
sed -i "s|\r||g" LICENSE.txt README.md
 
%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/opener
cp -pr package.json opener.js %{buildroot}%{nodejs_sitelib}/opener

chmod 0755 %{buildroot}%{nodejs_sitelib}/opener/opener.js

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/opener/opener.js %{buildroot}%{_bindir}/opener

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/opener
%{_bindir}/opener
%doc LICENSE.txt README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-9
+ Revision: 64a5002
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3458 |14cr|nodejs-optimist-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# no tap? no problem
%global bootstrap 1

Name:           nodejs-optimist
Version:        0.4.0
Release:        3
Summary:        Light-weight option parsing for Node.js

BuildArch:      noarch

Group:          System/Libraries
# no license file included; package.json says "MIT/X11"
License:        MIT/X11
URL:            http://github.com/substack/node-optimist
Source0:        http://registry.npmjs.org/optimist/-/optimist-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%if !0%{?bootstrap}
BuildRequires:  npm(tap)
BuildRequires:  npm(hashish)
%endif

%description
Light-weight option parsing with an argv hash. No optstrings attached.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/optimist
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/optimist

%if !0%{?bootstrap}
%check
%nodejs_tap test/*.js
%endif

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/optimist
%doc LICENSE readme.markdown example


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-3
+ Revision: 61cc151
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3459 |14cr|nodejs-options-0.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name options
%global enable_tests 0

Summary:       Light-weight in-code option parser for nodejs

Name:          nodejs-%{npm_name}
Version:       0.0.5
Release:       3
Group:         System/Libraries
License:       MIT
URL:           https://github.com/einaros/options.js
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: nodejs-packaging
BuildRequires:  nodejs
%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(expect.js)
%endif
BuildArch:     noarch

%description
A very light-weight in-code option parser for nodejs.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr lib Makefile package.json test %{buildroot}%{nodejs_sitelib}/%{npm_name}

%if 0%{?enable_tests}
%check
make test
%endif

%files
%doc README.md
%{nodejs_sitelib}/%{npm_name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-3
+ Revision: 1b28a3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3460 |14cr|nodejs-opts-1.2.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-opts
Version:    1.2.2
Release:    7
Summary:    Javascript Command Line Options for Node.js
License:    BSD
Group:      System/Libraries
URL:        http://joey.mazzarelli.com/2010/04/09/javascript-command-line-options-for-node-js/
Source0:    http://registry.npmjs.org/opts/-/opts-1.2.2.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
js-opts is a library for parsing command line options in javascript.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/opts
cp -pr js package.json %{buildroot}%{nodejs_sitelib}/opts

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/opts
%doc LICENSE README examples


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-7
+ Revision: 2f74769
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3461 |14cr|nodejs-osenv-0.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-osenv
Version:        0.0.3
Release:        7
Summary:        Look up environment settings specific to different operating systems
BuildArch:      noarch
Group:          System/Libraries
License:        BSD
URL:            https://github.com/isaacs/osenv
Source0:        http://registry.npmjs.org/osenv/-/osenv-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Look up environment settings specific to different operating systems.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/osenv
cp -pr package.json osenv.js %{buildroot}%{nodejs_sitelib}/osenv

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/osenv
%doc LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-7
+ Revision: c60bc9b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3462 |14cr|nodejs-package-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-package
Version:    1.0.1
Release:    2
Summary:    Provides an easy way to export package.json data

# License text is contained within Readme.md
License:    MIT
Group:      Development/Other
URL:        https://github.com/vesln/package
Source0:    http://registry.npmjs.org/package/-/package-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/package
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/package

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test %{nodejs_sitelib}/mocha/bin/mocha -R spec --require should \
    $(find test -iname '*.test.js')
%endif


%files
%doc Readme.md examples/
%{nodejs_sitelib}/package



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: 1b14c18
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3463 |14cr|nodejs-packaging-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-packaging
Version:        1.2
Release:        2
Group:          Development/Other
Summary:        RPM Macros and Utilities for Node.js Packaging
BuildArch:      noarch
License:        MIT
URL:            https://abf.io/dsilakov/nodejs-packaging-rosa
Source0:        %{name}-rosa-%{version}.tar.xz

Requires:       nodejs >= 0.10.12
Requires:       rpm-mandriva-setup-build

%description
This package contains RPM macros and other utilities useful for packaging
Node.js modules and applications in RPM-based distributions.

%prep
%setup -qn %{name}-rosa-%{version}

%build
#nothing to do

%install
install -Dpm0644 nodejs.macros %{buildroot}%{_sysconfdir}/rpm/macros.d/nodejs.macros
install -Dpm0755 nodejs.prov %{buildroot}%{_rpmhome}/nodejs.prov
install -pm0755 nodejs.req %{buildroot}%{_rpmhome}/nodejs.req
install -pm0755 nodejs-symlink-deps %{buildroot}%{_rpmhome}/nodejs-symlink-deps
install -pm0755 nodejs-fixdep %{buildroot}%{_rpmhome}/nodejs-fixdep
install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules

%files
%doc LICENSE
%{_datadir}/node/multiver_modules
%{_sysconfdir}/rpm/macros.d/*
%{_rpmhome}/nodejs*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-2
+ Revision: f87e07a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3464 |14cr|nodejs-paperboy-0.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-paperboy
Version:    0.0.5
Release:    3
Summary:    A node.js module for delivering static files
License:    MIT
Group:      System/Libraries
URL:        https://github.com/felixge/node-paperboy
Source0:    http://registry.npmjs.org/paperboy/-/paperboy-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/paperboy
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/paperboy

%nodejs_symlink_deps


%files
%doc LICENSE.txt README.md example/
%{nodejs_sitelib}/paperboy



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-3
+ Revision: 5410047
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3465 |14cr|nodejs-parseurl-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-parseurl
Version:    1.0.1
Release:    2
Summary:    Parse a URL with memoization
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/parseurl
Source0:    http://registry.npmjs.org/parseurl/-/parseurl-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/parseurl
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/parseurl

%nodejs_symlink_deps


%files
%doc README.md
%{nodejs_sitelib}/parseurl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: 4f732d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3466 |14cr|nodejs-passport-strategy-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-passport-strategy
Version:        1.0.0
Release:        2
Summary:        An abstract class implementing Passport's strategy API
Group:          Development/Other
License:        MIT
URL:            https://github.com/jaredhanson/passport-strategy
Source0:        http://registry.npmjs.org/passport-strategy/-/passport-strategy-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated using Source10, which pulls from the upstream
# version control repository.
Source1:        passport-strategy-tests-v%{version}.tar.bz2
Source10:       passport-strategy-dl-tests.sh
BuildArch:      noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
%endif

%description
This module exports an abstract Strategy class that is intended to be
subclassed when implementing concrete authentication strategies. Once
implemented, such strategies can be used by applications that utilize
Passport middleware for authentication.


%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/passport-strategy
cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/passport-strategy
%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/passport-strategy



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 908fc74
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3467 |14cr|nodejs-pause-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-pause
Version:    0.0.1
Release:    4
Summary:    Node.js module to pause streams
# License text is included in Readme.md
License:    MIT
Group:      System/Libraries
URL:        https://github.com/visionmedia/node-pause
Source0:    http://registry.npmjs.org/pause/-/pause-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/pause
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/pause

%nodejs_symlink_deps


%files
%doc History.md Readme.md
%{nodejs_sitelib}/pause



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-4
+ Revision: 1633f62
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3468 |14cr|nodejs-pedding-0.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-pedding
Version:        0.0.3
Release:        3
Summary:        Just pedding for callback
Group:          Development/Other
License:        MIT
URL:            https://github.com/fengmk2/pedding
Source0:        http://registry.npmjs.org/pedding/-/pedding-%{version}.tgz
BuildArch:      noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%summary


%prep
%setup -q -n package
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/pedding
cp -pr package.json index.js %{buildroot}/%{nodejs_sitelib}/pedding
%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha -R tap -t 1000 test/*.js
%endif


%files
%doc README.md History.md
%{nodejs_sitelib}/pedding



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-3
+ Revision: 91bdbd6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3469 |14cr|nodejs-pkginfo-0.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-pkginfo
Version:    0.3.0
Release:    5
Summary:    An easy way to expose properties on a module from a package.json
License:    MIT
Group:      System/Libraries
URL:        https://github.com/indexzero/node-pkginfo
Source0:    http://registry.npmjs.org/pkginfo/-/pkginfo-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(vows)
%endif

%description
This Node.js module provides an easy way to expose package.json properties.
By invoking the pkginfo module all of the properties in your package.json
file will be automatically exposed on the callee module (ie, the parent
module of pkginfo).


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/pkginfo
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/pkginfo

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/vows/bin/vows test/*-test.js --spec
%endif


%files
%doc LICENSE README.md docs/ examples/
%{nodejs_sitelib}/pkginfo



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-5
+ Revision: 50baf5a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3470 |14cr|nodejs-promise-4.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-promise
Version:    4.0.0
Release:    2
Summary:    Bare bones Promises/A+ implementation for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/then/promise
Source0:    http://registry.npmjs.org/promise/-/promise-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(asap)
BuildRequires:  npm(better-assert)
BuildRequires:  npm(promises-aplus-tests)
%endif

%description
This is a bare bones Promises/A+ implementation for Node.js. It is designed
to get the basics spot on correct, so that you can build extended promise
implementations on top of it.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/promise
cp -pr package.json core.js index.js \
    %{buildroot}%{nodejs_sitelib}/promise

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha -R spec --timeout 200 --slow 99999
%endif


%files
%doc LICENSE Readme.md
%{nodejs_sitelib}/promise



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0-2
+ Revision: fe6ba85
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3471 |14cr|nodejs-prompt-0.2.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# These tests are interactive so cannot be run in mock.
# Also, I'm not sure why they are failing outside of mock too.
%global enable_tests 0

Name:       nodejs-prompt
Version:    0.2.12
Release:    2
Summary:    A beautiful command-line prompt for Node.js

License:    MIT
Group:      System/Libraries
URL:        https://github.com/flatiron/prompt
Source0:    http://registry.npmjs.org/prompt/-/prompt-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(read)
BuildRequires:  npm(revalidator)
BuildRequires:  npm(utile)
BuildRequires:  npm(vows)
BuildRequires:  npm(winston)
%endif

%description
A beautiful command-line prompt for Node.js. Features include:
 - prompting for user input
 - validation and defaults
 - hiding of passwords


%prep
%setup -q -n package
%nodejs_fixdep winston '~0.6'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/prompt
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/prompt

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/vows/bin/vows --spec
%endif


%files
%doc CHANGELOG.md LICENSE README.md docs/ examples/
%{nodejs_sitelib}/prompt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.12-2
+ Revision: b5b9f54
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3472 |14cr|nodejs-promzard-0.2.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-promzard
Version:        0.2.0
Release:        8
Summary:        A prompting wizard for building files from specialized PromZard modules
BuildArch:      noarch
Group:          System/Libraries
# license will be included in next upstream release
# # https://raw.github.com/isaacs/promzard/master/LICENSE
License:        BSD
URL:            https://github.com/isaacs/promzard
Source0:        http://registry.npmjs.org/promzard/-/promzard-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
A prompting wizard for building files from specialized PromZard modules.

The goal is a nice drop-in enhancement for `npm init`.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/promzard
cp -pr package.json promzard.js %{buildroot}%{nodejs_sitelib}/promzard

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/promzard
%doc example README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-8
+ Revision: af53a7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3473 |14cr|nodejs-proto-list-1.2.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-proto-list
Version:    1.2.2
Release:    7
Summary:    A list of objects bound by prototype chain
License:    MIT
Group:      System/Libraries
URL:        https://github.com/isaacs/proto-list
Source0:    http://registry.npmjs.org/proto-list/-/proto-list-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs
#BuildRequires:  nodejs-tap

%description
A list of objects bound by prototype chain.  Used for the Node.js package
manager (npm) configuration.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/proto-list
cp -p package.json proto-list.js %{buildroot}%{nodejs_sitelib}/proto-list

%nodejs_symlink_deps

# We currently don't run tests because I'd have to file another ten or
# so review reuqests for the node.js TAP testing framework and methinks there
# are enough of those for now.  ;-)
##%%check
##%%nodejs proto-list.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/proto-list
%doc LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-7
+ Revision: a681730
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3474 |14cr|nodejs-pubcontrol-0.3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-pubcontrol
Version:    0.3.5
Release:    2
Summary:    HTTP Extensible Pubsub Control Protocol (EPCP) library for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/fanout/nodepubcontrol
Source0:    http://registry.npmjs.org/pubcontrol/-/pubcontrol-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/pubcontrol
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/pubcontrol

%nodejs_symlink_deps


%files
%doc CHANGELOG.md COPYING README.md
%{nodejs_sitelib}/pubcontrol



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.5-2
+ Revision: d64b53a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3475 |14cr|nodejs-q-0.9.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-q
Version:    0.9.6
Release:    3
Summary:    A tool for making and composing asynchronous promises in JavaScript

# q.js appears to contain both MIT and ASL 2.0 licensed code
License:    MIT and ASL 2.0
Group:      System/Libraries
URL:        https://github.com/kriskowal/q
Source0:    http://registry.npmjs.org/q/-/q-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# revision control repository.
Source1:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(jasmine-node)
BuildRequires:  npm(promises-aplus-tests)
%endif

%description
Q is a tool for making and composing asynchronous promises in JavaScript.

If a function cannot return a value or throw an exception without blocking,
it can return a promise instead. A promise is an object that represents the
return value or the thrown exception that the function may eventually provide.
A promise can also be used as a proxy for a remote object to overcome latency.

Q can exchange promises with jQuery, Dojo, When.js, WinJS, and more.
Additionally, there are many libraries that produce and consume Q promises for
everything from file system/database access or RPC to templating.


%prep
%setup -q -n package
%setup -q -D -T -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/q
cp -pr package.json q.js queue.js \
    %{buildroot}%{nodejs_sitelib}/q

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/jasmine-node/bin/jasmine-node spec
%{nodejs_sitelib}/promises-aplus-tests/bin/promises-aplus-tests \
    spec/aplus-adapter
%endif

%files
%doc CONTRIBUTING.md LICENSE README.md
%{nodejs_sitelib}/q



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-3
+ Revision: 59aedcd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3476 |14cr|nodejs-q-io-1.9.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-q-io
Version:    1.9.4
Release:    2
Summary:    Interfaces for IO using Q promises in JavaScript on Node.js

License:    MIT
Group:      Development/Other
URL:        https://github.com/kriskowal/q-io
Source0:    http://registry.npmjs.org/q-io/-/q-io-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(q)
BuildRequires:  npm(jasmine-node)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%nodejs_fixdep collections '~0.1.21'
%nodejs_fixdep qs '~0.6'
%nodejs_fixdep url2 '~1.0'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/q-io
# fs-boot was previously a separate module but has now been merged into q-io.
# The fs-boot website (https://github.com/kriskowal/fs-boot) has this advice:
#   -- "Out of service — Please use Q-IO instead"
cp -pr package.json \
    buffer-stream.js fs2http.js fs.js fs-boot.js fs-common.js fs-mock.js \
    fs-root.js http-apps/ http-apps.js http-cookie.js http.js reader.js writer.js \
    %{buildroot}%{nodejs_sitelib}/q-io

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/jasmine-node/bin/jasmine-node spec
%endif


%files
%doc CHANGES LICENSE README.md
%{nodejs_sitelib}/q-io



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.4-2
+ Revision: 60dc87f
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3477 |14cr|nodejs-qs-0.6.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-qs
Version:    0.6.6
Release:    2
Summary:    Query string parser for Node.js

# License text is included in Readme.md
License:    MIT
Group:      System/Libraries
URL:        https://github.com/visionmedia/node-querystring
Source0:    http://registry.npmjs.org/qs/-/qs-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(expect.js)
BuildRequires:  npm(growl)
BuildRequires:  npm(jade)
BuildRequires:  npm(mocha)
BuildRequires:  npm(querystring)
%endif

%description
This is a query string parser for node and the browser supporting nesting,
as it was removed from 0.3.x, so this library provides the previous and
commonly desired behavior (and twice as fast). Used by express, connect
and others.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/qs
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/qs

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha --ui bdd
%endif


%files
%doc Readme.md
%{nodejs_sitelib}/qs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.6-2
+ Revision: 2823dc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3478 |14cr|nodejs-range-parser-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global enable_tests 0

Name:       nodejs-range-parser
Version:    1.0.0
Release:    2%{?dist}
Summary:    Range header field string parser for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/node-range-parser
Source0:    http://registry.npmjs.org/range-parser/-/range-parser-%{version}.tgz
# The test files are not included in the npm tarball.
# wget https://raw.github.com/visionmedia/node-range-parser/a81bb44dcb8b11339c4b09ed44031c894fb9ef88/test/range-parser.js
Source10:   test.range-parser.js

BuildArch:  noarch
ExclusiveArch: %{nodejs_arches} noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n package
mkdir -p test/
cp -p %{SOURCE10} test/range-parser.js


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/range-parser
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/range-parser

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/mocha/bin/mocha --reporter spec --require should
%endif


%files
%doc History.md Readme.md
%{nodejs_sitelib}/range-parser

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3479 |14cr|nodejs-raw-body-1.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-raw-body
Version:    1.1.4
Release:    2
Summary:    Get and validate the raw body of a readable stream

License:    MIT
Group:      System/Libraries
URL:        https://github.com/stream-utils/raw-body
Source0:    http://registry.npmjs.org/raw-body/-/raw-body-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(bytes)
BuildRequires:  npm(mocha)
BuildRequires:  npm(request)
# Not yet packaged.
# BuildRequires:  npm(assert-tap)
# BuildRequires:  npm(co)
# BuildRequires:  npm(gnode)
# BuildRequires:  npm(readable-stream)
# BuildRequires:  npm(through2)
%endif

%description
This module gets the entire buffer of a stream either as a buffer or a string.
It validates the stream's length against an expected length and maximum limit.
It is ideal for parsing request bodies.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/raw-body
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/raw-body

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
# /usr/bin/npm install
# gnode required to access generators on Node < 0.11
NODE=node_modules/gnode/bin/gnode \
    /usr/bin/mocha --reporter spec --bail test/index.js
%endif


%files
%doc README.md
%{nodejs_sitelib}/raw-body



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.4-2
+ Revision: 74a7982
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3480 |14cr|nodejs-read-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-read
Version:    1.0.5
Release:    2
Summary:    An implementation of read(1) for node programs

License:    BSD
Group:      Development/Other
URL:        https://github.com/isaacs/read
Source0:    http://registry.npmjs.org/read/-/read-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
A method for reading user input from stdin in node.js.  Similar to readline's
"question()" method, but with a few more features.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/read
cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/read

%nodejs_symlink_deps

%clean

%files
%{nodejs_sitelib}/read
%doc LICENCE README.md example


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-2
+ Revision: 5057e8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3481 |14cr|nodejs-readdirp-0.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-readdirp
Version:    0.4.0
Release:    1
Summary:    Recursive version of Node's fs.readdir with a streaming API

License:    MIT
Group:      Development/Other
URL:        https://github.com/thlorenz/readdirp
Source0:    http://registry.npmjs.org/readdirp/-/readdirp-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(tap)
BuildRequires:  npm(through)
%endif

%description
%{summary}.


%prep
%setup -q -n package
# The NPM tarball is missing some files within test/
rm -rf test/
%setup -q -T -D -a 1 -n package
# Remove executable bit.
find . -type f -exec chmod -x '{}' \;


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/readdirp
cp -pr package.json readdirp.js stream-api.js \
    %{buildroot}%{nodejs_sitelib}/readdirp

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__tap test/*.js
%endif


%files
%doc LICENSE README.md examples/
%{nodejs_sitelib}/readdirp



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-1
+ Revision: 2aa0929
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3482 |14cr|nodejs-read-installed-0.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-read-installed
Version:        0.2.4
Release:        2
Summary:        Returns a tree structure of all installed packages in a folder
Group:          System/Libraries
License:        ISC
URL:            https://github.com/isaacs/read-installed
Source0:        http://registry.npmjs.org/read-installed/-/read-installed-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
Reads all the installed packages in a folder, and returns a tree structure with
all the data.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/read-installed
cp -pr package.json read-installed.js %{buildroot}%{nodejs_sitelib}/read-installed

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/read-installed
%doc LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-2
+ Revision: 1d1fd64
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3483 |14cr|nodejs-read-package-json-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-read-package-json
Version:        1.1.3
Release:        2
Summary:        Npm's package.json parser
Group:          System/Libraries
License:        ISC
URL:            https://github.com/isaacs/read-package-json
Source0:        http://registry.npmjs.org/read-package-json/-/read-package-json-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
The thing npm uses to read package.json files, with semantics, defaults and
validation.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/read-package-json
cp -pr package.json read-json.js %{buildroot}%{nodejs_sitelib}/read-package-json

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/read-package-json
%doc LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-2
+ Revision: fadc799
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3484 |14cr|nodejs-reduce-component-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-reduce-component
Version:    1.0.1
Release:    1
Summary:    An array reduce component for Node.js

License:    ASL 2.0
Group:      Development/Other
URL:        https://github.com/redventures/reduce
Source0:    http://registry.npmjs.org/reduce-component/-/reduce-component-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/reduce-component
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/reduce-component

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should --reporter spec
%endif


%files
%doc LICENSE Readme.md
%{nodejs_sitelib}/reduce-component



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-1
+ Revision: 6016695
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3485 |14cr|nodejs-repl-0.1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-repl
Version:        0.1.3
Release:        5
Summary:        A lightweight templating library for Node.js
Group:          Development/Other
BuildArch:      noarch

# package.json indicates MIT, but no license file included
# upstream notified in https://github.com/firejune/repl/pull/1
# we're including a copy of the MIT license in order to comply with the terms of 
# the MIT license, as required by:
# https://fedoraproject.org/wiki/Packaging:LicensingGuidelines#License_Text
License:        MIT
URL:            https://github.com/firejune/repl
Source0:        http://registry.npmjs.org/repl/-/repl-%{version}.tgz
Source1:        https://raw.github.com/tchollingsworth/repl/8658350d7c0d1d4577f1a802de7032803c934301/LICENSE
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%{summary}.

%prep
%setup -q -n package

#copy LICENSE file to %%{_builddir} so it works with %%doc
cp %{SOURCE1} .

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/repl
cp -pr lib index.js package.json %{buildroot}%{nodejs_sitelib}/repl

%nodejs_symlink_deps

%check
%{__nodejs} test.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/repl
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-5
+ Revision: b14bfb0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3486 |14cr|nodejs-request-2.25.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-request
Version:    2.25.0
Release:    2
Summary:    Simplified HTTP request client
License:    ASL 2.0
Group:      Development/Other
URL:        https://github.com/mikeal/request
Source0:    http://registry.npmjs.org/request/-/request-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%if 0%{?enable_tests}
BuildRequires:  npm(aws-sign)
BuildRequires:  npm(cookie-jar)
BuildRequires:  npm(forever-agent)
BuildRequires:  npm(form-data)
BuildRequires:  npm(hawk)
BuildRequires:  npm(json-stringify-safe)
BuildRequires:  npm(mime)
BuildRequires:  npm(node-uuid)
BuildRequires:  npm(oauth-sign)
BuildRequires:  npm(qs)
BuildRequires:  npm(tunnel-agent)
%endif

%description
Request is designed to be the simplest way possible to make HTTP calls. It
supports HTTPS and follows redirects by default.

You can stream any response to a file stream. You can also stream a file to a
PUT or POST request.  It also supports a few simple server and proxy functions.

%prep
%setup -q -n package

#remove bundled modules
rm -rf node_modules

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/request
cp -pr *.js package.json %{buildroot}%{nodejs_sitelib}/request

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
rm -f tests/test-tunnel.js
ln -sf %{nodejs_sitelib} .
%__nodejs tests/run.js
%endif


%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/request
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.25.0-2
+ Revision: f583a4e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3487 |14cr|nodejs-require-all-0.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name require-all
%global enable_tests 0

Summary:       Require all files within a directory

Name:          nodejs-%{npm_name}
Version:       0.0.8
Release:       2
Group:         Development/Other
License:       MIT
URL:           http://github.com/felixge/node-require-all
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: nodejs-packaging
BuildRequires:  nodejs
BuildArch:     noarch

%description
An easy way to require all files within a directory.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr index.js package.json test %{buildroot}%{nodejs_sitelib}/%{npm_name}

%if 0%{?enable_tests}
%check
node test/test.js
%endif

%files
%doc License Readme.md
%{nodejs_sitelib}/%{npm_name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.8-2
+ Revision: ff8639a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3488 |14cr|nodejs-require-cs-0.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-require-cs
Version:    0.4.4
Release:    2
Summary:    An AMD loader plugin for CoffeeScript
# Upstream have been informed of missing licenses:
# https://github.com/jrburke/require-cs/issues/44
License:    MIT or BSD
Group:      System/Libraries
URL:        https://github.com/jrburke/require-cs
Source0:    https://github.com/jrburke/require-cs/archive/%{version}.tar.gz

BuildArch:  noarch

# package.json declares the name as 'cs', but this name is already taken in
# the npm registry so rename to 'require-cs' instead.
Patch0:     %{name}-0.4.3-change-name.patch

BuildRequires:  nodejs-packaging
# We are symlinking to these files, so explicitly depend on them just in case
# the packages that own them decide to move them somewhere else.
Requires:       /usr/share/coffee-script/extras/coffee-script.js
Requires:       /usr/lib/node_modules/requirejs/bin/r.js

%description
A CoffeeScript loader plugin that may work with module loaders like
RequireJS, curl and backdraft.

This loader plugin makes it easy to write your JS functionality in
CoffeeScript, and easily use it in the browser, Node or Rhino. Plus,
if you use the RequireJS optimizer, your CoffeeScript files can be
translated to JavaScript and in-lined into optimized layers for fast
performance.


%prep
%setup -q -n require-cs-%{version}
%patch0 -p1
rm -f coffee-script.js
rm -rf tools/


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/require-cs
cp -pr package.json cs.js \
    %{buildroot}%{nodejs_sitelib}/require-cs

# Replace bundled coffee-script.js with symlink.
ln -sf %{_datadir}/coffee-script/extras/coffee-script.js \
    %{buildroot}%{nodejs_sitelib}/require-cs/coffee-script.js

# Replace bundled tools/r.js with symlink.
mkdir -p %{buildroot}%{nodejs_sitelib}/require-cs/tools
ln -sf %{nodejs_sitelib}/requirejs/bin/r.js \
    %{buildroot}%{nodejs_sitelib}/require-cs/tools/r.js

%nodejs_symlink_deps


%files
%doc LICENSE README.md demo/ demoserver.js
%{nodejs_sitelib}/require-cs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-2
+ Revision: e871194
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3489 |14cr|nodejs-requirejs-2.1.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global enable_tests 1

Name:       nodejs-requirejs
Version:    2.1.11
Release:    2
Summary:    Node.js adapter for RequireJS, for loading AMD modules
License:    MIT or BSD
Group:      System/Libraries
URL:        https://github.com/jrburke/r.js
Source0:    http://registry.npmjs.org/requirejs/-/requirejs-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 and Source2 are generated by running Source10, which pulls from
# the upstream version control repository.
Source1:    tests-%{version}.tar.bz2
Source2:    build-%{version}.tar.bz2
Source10:   dl-tests.sh
# License is included in upstream version control repository:
# https://github.com/jrburke/r.js/commits/master/LICENSE
Source20:   LICENSE

BuildArch:  noarch

BuildRequires:  nodejs-packaging

Provides:   /usr/lib/node_modules/requirejs/bin/r.js

%description
RequireJS is a JavaScript file and module loader. It is optimized for
in-browser use, but it can be used in other JavaScript environments,
like Rhino and Node. Using a modular script loader like RequireJS will
improve the speed and quality of your code.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%setup -q -T -D -a 2 -n package
cp -p %{SOURCE20} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/requirejs
cp -pr package.json require.js \
    %{buildroot}%{nodejs_sitelib}/requirejs
mkdir -p %{buildroot}%{nodejs_sitelib}/requirejs/bin
install -p -D -m0644 bin/r.js \
    %{buildroot}%{nodejs_sitelib}/requirejs/bin/r.js

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
pushd tests/
%__nodejs ../bin/r.js all.js
popd
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/requirejs


%changelog
* Fri Sep 26 2014 Tigro <ashejn@gmail.com> 2.1.11-2
+ Revision: fa98709
- added P: /usr/lib/node_modules/requirejs/bin/r.js



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3490 |14cr|nodejs-resolve-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-resolve
Version:    0.5.0
Release:    1
Summary:    Resolve like require.resolve() on behalf of files asynchronously/synchronously

License:    MIT
Group:      Development/Other
URL:        https://github.com/substack/node-resolve
Source0:    http://registry.npmjs.org/resolve/-/resolve-%{version}.tgz

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(tap)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/resolve
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/resolve

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%tap test/*.js
%endif


%files
%doc LICENSE readme.markdown example/
%{nodejs_sitelib}/resolve



%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-1
+ Revision: 32a0fc9
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3491 |14cr|nodejs-response-time-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-response-time
Version:    1.0.0
Release:    2
Summary:    X-Response-Time header for Node.js and Connect

License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/response-time
Source0:    http://registry.npmjs.org/response-time/-/response-time-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/response-time
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/response-time

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should --reporter spec --bail
%endif


%files
%doc README.md
%{nodejs_sitelib}/response-time



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 8797642
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3492 |14cr|nodejs-retry-0.6.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-retry
Version:        0.6.0
Release:        7
Summary:        Retry strategies for failed operations
BuildArch:      noarch

Group:          System/Libraries
License:        MIT
URL:            https://github.com/felixge/node-retry
Source0:        http://registry.npmjs.org/retry/-/retry-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Abstraction for exponential and custom retry strategies for failed operations.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/retry
cp -pr package.json index.js lib %{buildroot}%{nodejs_sitelib}/retry

%nodejs_symlink_deps

%clean

%files
%{nodejs_sitelib}/retry
%doc License Readme.md equation.gif example


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-7
+ Revision: a6eeb00
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3493 |14cr|nodejs-revalidator-0.1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-revalidator
Version:    0.1.7
Release:    1
Summary:    A cross-browser/Node.js validator used by resourceful

License:    ASL 2.0
Group:      Development/Other
URL:        https://github.com/flatiron/revalidator
Source0:    http://registry.npmjs.org/revalidator/-/revalidator-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(vows)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/revalidator
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/revalidator

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/vows/bin/vows test/*-test.js --spec
%endif


%files
%doc CHANGELOG.md LICENSE README.md example/
%{nodejs_sitelib}/revalidator



%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.7-1
+ Revision: 38842ec
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3494 |14cr|nodejs-rimraf-2.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-rimraf
Version:    2.2.2
Release:    2
Summary:    A deep deletion module for node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/isaacs/rimraf
Source0:    http://registry.npmjs.org/rimraf/-/rimraf-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%summary (like `rm -rf`).

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/rimraf
cp -pr rimraf.js package.json %{buildroot}%{nodejs_sitelib}/rimraf

%nodejs_symlink_deps

%check
cd test
bash run.sh

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/rimraf
%doc AUTHORS LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.2-2
+ Revision: 7fedc4e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3495 |14cr|nodejs-ronn-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-ronn
Version:    0.4.0
Release:    4
Summary:    Markdown to roff/html converter
License:    MIT
Group:      System/Libraries
URL:        https://github.com/kapouer/ronnjs
Source0:    http://registry.npmjs.org/ronn/-/ronn-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
Javascript port of ronn, using markdown-js to produce roff man pages. Not fully
compatible with ronn, although it aims to be, wherever possible.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/ronn
cp -pr bin lib package.json %{buildroot}%{nodejs_sitelib}/ronn

mkdir -p %{buildroot}%{_bindir}
ln -s ../lib/node_modules/ronn/bin/ronn.js %{buildroot}%{_bindir}/ronn-nodejs

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/ronn
%{_bindir}/ronn-nodejs
%doc README.md LICENSE CHANGES TODO


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-4
+ Revision: 273ed69
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3496 |14cr|nodejs-runforcover-0.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-runforcover
Version:        0.0.2
Release:        1
Summary:        Require plugin for JS code coverage
BuildArch:      noarch
Group:          Development/Other
#no license file included; "new BSD" indicated in package.json
License:        BSD
URL:            https://github.com/chrisdickinson/node-runforcover
Source0:        http://registry.npmjs.org/runforcover/-/runforcover-%{version}.tgz

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(bunker)
%endif

%description
Runforcover hooks into the `require()` function and uses nodejs-bunker to
provide code coverage data for your unit test library, whatever it might be.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/runforcover
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/runforcover

%nodejs_symlink_deps

%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__nodejs test/index.js
%endif

%clean

%files
%{nodejs_sitelib}/runforcover
%doc README.markdown


%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-1
+ Revision: 7a43c5e
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3497 |14cr|nodejs-sax-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-sax
Version:    0.6.0
Release:    2
Summary:    A streaming SAX-style XML parser in JavaScript for Node.js
License:    BSD and W3C
Group:      System/Libraries
URL:        https://github.com/isaacs/sax-js
Source0:    http://registry.npmjs.org/sax/-/sax-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
This is a SAX-style streaming XML parser in JavaScript for Node.js.

It is:
 - A very simple tool to parse through an XML string.
 - A stepping stone to a streaming HTML parser.
 - A handy way to deal with RSS and other mostly-ok-but-kinda-broken XML docs.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/sax
cp -pr package.json lib/ %{buildroot}%{nodejs_sitelib}/sax
rm -f examples/switch-bench.js

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%__nodejs test/index.js
%endif


%files
%doc AUTHORS LICENSE LICENSE-W3C.html README.md examples/
%{nodejs_sitelib}/sax



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-2
+ Revision: f9342d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3498 |14cr|nodejs-scmp-0.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-scmp
Version:    0.0.3
Release:    2%{?dist}
Summary:    Constant-time string comparison intended to be safer against timing attacks
License:    BSD
Group:      Development/Other
URL:        https://github.com/freewil/scmp
Source0:    http://registry.npmjs.org/scmp/-/scmp-%{version}.tgz
# Include a copy of the BSD license to comply with license requirements.
# https://github.com/freewil/scmp/pull/1
Source1:    LICENSE

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE1} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/scmp
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/scmp

%nodejs_symlink_deps


%files
%doc LICENSE README.md
%{nodejs_sitelib}/scmp

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3499 |14cr|nodejs-semver-2.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-semver
Version:    2.1.0
Release:    3
Summary:    Semantic versioner for npm
License:    BSD
Group:      Development/Other
URL:        https://github.com/isaacs/node-semver
Source0:    http://registry.npmjs.org/semver/-/semver-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
The semantic version comparison library for the Node.js package manager (npm).

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/semver
cp -pr bin package.json semver.js %{buildroot}%{nodejs_sitelib}/semver

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/semver/bin/semver %{buildroot}%{_bindir}

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/semver
%{_bindir}/semver
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-3
+ Revision: 4fe4d71
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3500 |14cr|nodejs-send-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Pass outside mock, getting ECONNREFUSED inside mock.
%global enable_tests 0

Name:       nodejs-send
Version:    0.3.0
Release:    2
Summary:    Better streaming static file server with Range and conditional-GET support

License:    MIT
Group:      System/Libraries
URL:        https://github.com/visionmedia/send
Source0:    http://registry.npmjs.org/send/-/send-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh
BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(buffer-crc32)
BuildRequires:  npm(debug)
BuildRequires:  npm(fresh)
BuildRequires:  npm(mime)
BuildRequires:  npm(mocha)
BuildRequires:  npm(range-parser)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
Send is Connect's static() extracted for generalized use, a streaming static
file server supporting partial responses (Ranges), conditional-GET
negotiation, high test coverage, and granular events which may be leveraged
to take appropriate actions in your application or framework.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package

%nodejs_fixdep debug '~0.8'
%nodejs_fixdep range-parser '~1.0'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/send
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/send

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha --require should --reporter spec
%endif


%files
%doc History.md Readme.md
%{nodejs_sitelib}/send



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: 849d017
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3501 |14cr|nodejs-serve-index-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-serve-index
Version:    1.0.1
Release:    4
Summary:    Middleware for serving directory listings for Node.js and Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/serve-index
Source0:    http://registry.npmjs.org/serve-index/-/serve-index-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(batch)
BuildRequires:  npm(connect)
BuildRequires:  npm(mocha)
BuildRequires:  npm(negotiator)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package

%nodejs_fixdep batch '~0.5'
%nodejs_fixdep negotiator '~0.4'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/serve-index
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/serve-index

mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr public/ %{buildroot}%{_datadir}/%{name}
ln -sf %{_datadir}/%{name}/public \
    %{buildroot}%{nodejs_sitelib}/serve-index/public

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should --reporter spec
%endif


%files
%doc LICENSE Readme.md
%{nodejs_sitelib}/serve-index
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/public



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-4
+ Revision: 220d2fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3502 |14cr|nodejs-serve-static-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-serve-static
Version:    1.1.0
Release:    2
Summary:    Middleware for serving static files for Node.js and Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/serve-static
Source0:    http://registry.npmjs.org/serve-static/-/serve-static-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(connect)
BuildRequires:  npm(mocha)
BuildRequires:  npm(parseurl)
BuildRequires:  npm(send)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package

%nodejs_fixdep parseurl '~1.0'
%nodejs_fixdep send '~0.3'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/serve-static
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/serve-static

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should --reporter spec
%endif


%files
%doc History.md LICENSE Readme.md
%{nodejs_sitelib}/serve-static



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-2
+ Revision: 06d230a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3503 |14cr|nodejs-setimmediate-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global enable_tests 0

Name:       nodejs-setimmediate
Version:    1.0.1
Release:    2%{?dist}
Summary:    A shim for the setImmediate efficient script yielding API
License:    MIT
Group:      Development/Other
URL:        https://github.com/NobleJS/setImmediate
Source0:    http://registry.npmjs.org/setimmediate/-/setimmediate-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
ExclusiveArch: %{nodejs_arches} noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/setimmediate
cp -pr package.json setImmediate.js \
    %{buildroot}%{nodejs_sitelib}/setimmediate

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha test/tests.js
%endif


%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/setimmediate

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3504 |14cr|nodejs-should-3.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-should
Version:    3.3.1
Release:    2
Summary:    A test framework agnostic BDD-style assertions for Node.js
# License text is included in Readme.md
License:    MIT
Group:      System/Libraries
URL:        https://github.com/visionmedia/should.js
Source0:    http://registry.npmjs.org/should/-/should-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source2:    examples-%{version}.tar.bz2
Source10:   dl-tests.sh
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
%endif

%description
should is an expressive, readable, test framework agnostic, behavior-driven
development (BDD)-style assertion library for Node.js.

It extends the Object prototype with a single non-enumerable getter that
allows you to express how that object should behave.

should literally extends Node's assert module. For example,
should.equal(str, 'foo') will work, just as assert.equal(str, 'foo') would,
and should.AssertionError is assert.AssertionError, meaning any test framework
supporting this constructor will function properly with should.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%setup -q -T -D -a 2 -n package
rm -f should.min.js
find . -type f -exec chmod -x '{}' \;


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/should
cp -pr package.json index.js lib/ should.js \
    %{buildroot}%{nodejs_sitelib}/should

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/mocha/bin/mocha --ui exports test/**/*.test.js
%endif


%files
%doc History.md Readme.md examples/
%{nodejs_sitelib}/should



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.1-2
+ Revision: de5924d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3505 |14cr|nodejs-showdown-0.3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-showdown
Version:    0.3.1
Release:    5
Summary:    A JavaScript port of the original Perl version of Markdown

License:    BSD
Group:      Development/Other
URL:        https://github.com/coreyti/showdown
Source0:    http://registry.npmjs.org/showdown/-/showdown-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n package
# Fix wrong-file-end-of-line-encoding rpmlint warnings.
sed -i -e 's/\r//' license.txt example/showdown-gui.js README.md


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/showdown
cp -pr package.json compressed/ src/ \
    %{buildroot}%{nodejs_sitelib}/showdown

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha --require should --ui bdd
%endif


%files
%doc license.txt README.md example/
%{nodejs_sitelib}/showdown



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-5
+ Revision: a362d75
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3506 |14cr|nodejs-sigmund-1.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-sigmund
Version:        1.0.0
Release:        7
Summary:        Quick and dirty signatures for Objects
BuildArch:      noarch
Group:          System/Libraries
License:        BSD
URL:            https://github.com/isaacs/sigmund
Source0:        http://registry.npmjs.org/sigmund/-/sigmund-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Quick and dirty signatures for Objects.

This is like a much faster `deepEquals` comparison, which returns a
string key suitable for caches and the like.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/sigmund
cp -pr package.json sigmund.js %{buildroot}%{nodejs_sitelib}/sigmund

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/sigmund
%doc LICENSE README.md bench.js


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-7
+ Revision: d04cb76
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3507 |14cr|nodejs-slide-1.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-slide
Version:    1.1.5
Release:    2
Summary:    A flow control library that fits in a slideshow
Group:      Development/Other
License:    ISC
URL:        https://github.com/isaacs/slide-flow-control
Source0:    http://registry.npmjs.org/slide/-/slide-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
Provides simple, easy callbacks for node.js.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/slide
cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/slide

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/slide
%doc LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-2
+ Revision: 530c8f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3508 |14cr|nodejs-snockets-1.3.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-snockets
Version:    1.3.8
Release:    5
Summary:    A JavaScript/CoffeeScript concatenation tool for Node.js inspired by Sprockets

# License text is included in README.mdown.
License:    MIT
Group:      Development/Other
URL:        https://github.com/TrevorBurnham/snockets
Source0:    http://registry.npmjs.org/snockets/-/snockets-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  coffee-script
BuildRequires:  npm(docco)
BuildRequires:  npm(dep-graph)
BuildRequires:  npm(watchit)
BuildRequires:  npm(uglify-js) < 2

%if 0%{?enable_tests}
BuildRequires:  npm(nodeunit)
%endif

%description
%{summary}.


%prep
%setup -q -n package
# Compile from source instead.
rm -rf lib/

%nodejs_fixdep dep-graph '~1.1'
%nodejs_fixdep mime '~1.2'
%nodejs_fixdep uglify-js '~1.3'
%nodejs_fixdep underscore '~1.4'


%build
%nodejs_symlink_deps --check
/usr/bin/cake build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/snockets
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/snockets

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
sed -i -e "/invoke 'docs'/d" Cakefile
/usr/bin/cake test
%endif


%files
%doc README.mdown docs/
%{nodejs_sitelib}/snockets



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.8-5
+ Revision: 1e486c3
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3509 |14cr|nodejs-sntp-0.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-sntp
Version:    0.2.4
Release:    3
Summary:    SNTP v4 client (RFC4330) for Node.js
License:    BSD
Group:      Development/Other
URL:        https://github.com/hueniverse/sntp
Source0:    http://registry.npmjs.org/sntp/-/sntp-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
An SNTP v4 client (RFC4330) for Node.js. Simply connects to the NTP or SNTP
server requested and returns the server time along with the round-trip duration
and clock offset. To adjust the local time to the NTP time, add the returned 
time offset to the local time.

%prep
%setup -q -n package

#drop exec bit from everything
chmod 0644 *.js* README.md LICENSE examples/* lib/*

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/sntp
cp -pr lib index.js package.json %{buildroot}%{nodejs_sitelib}/sntp

%nodejs_symlink_deps

#Yet Another Unpackaged Test Framework (lab)
#%%check
#make test

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/sntp
%doc README.md LICENSE examples


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-3
+ Revision: af61027
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3510 |14cr|nodejs-source-map-0.1.33-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# We cannot currently build the browser version due to a dependency loop
# npm(dryice) requires npm(uglify-js) which requres this
%global bootstrap 1

Name:           nodejs-source-map
Version:        0.1.33
Release:        2
Summary:        Node.js library that generates and consumes source maps
BuildArch:      noarch
Group:          System/Libraries
License:        BSD
URL:            https://github.com/mozilla/source-map
Source0:        http://registry.npmjs.org/source-map/-/source-map-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  npm(amdefine)

%if !0%{?bootstrap}
BuildRequires:  npm(dryice)
%endif

%description
A Node.js library that generates and consumes source maps,

A version suitable for use in the browser is available in the source-map
package.

%if !0%{?bootstrap}
%package -n source-map
Summary:    Client-side library that generates and consumes source maps

Group:      System/Libraries

%description -n source-map
A client-side library that generates and source maps.  It is suitable for use
in browsers and is provided in original and minified form.

The Node.js library is available in the nodejs-source-map package.
%endif

%prep
%setup -q -n package

%build
%if !0%{?bootstrap}
#build the browser version
%__nodejs Makefile.dryice.js
%endif

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/source-map
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/source-map

%if !0%{?bootstrap}
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -p dist/*.js %{buildroot}%{_datadir}/%{name}/
%endif

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test/run-tests.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/source-map
%doc LICENSE README.md

%if !0%{?bootstrap}
%files -n source-map
%{_datadir}/%{name}
%doc LICENSE README.md
%endif


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.33-2
+ Revision: 5a4a9c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3511 |14cr|nodejs-sphericalmercator-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-sphericalmercator
Version:        1.0.2
Release:        3
Summary:        Transformations between Spherical Mercator and Lat/Lon
Group:          Development/Other
License:        BSD
URL:            https://github.com/mapbox/node-sphericalmercator
Source0:        http://registry.npmjs.org/sphericalmercator/-/sphericalmercator-%{version}.tgz
BuildArch:      noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
%endif

%description
Provides projection math for converting between mercator meters, screen
pixels (of 256x256 or configurable-size tiles), and latitude/longitude.


%prep
%setup -q -n package
rm -rf node_modules


%build


%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/mocha/bin/mocha
%endif


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/sphericalmercator
cp -pr package.json sphericalmercator.js %{buildroot}/%{nodejs_sitelib}/sphericalmercator
%nodejs_symlink_deps


%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/sphericalmercator



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: 8fe6958
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3512 |14cr|nodejs-sqlite3-2.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global commit b3cbf17df6b0a1b4384e10e900f658c04bb73f44

Name:           nodejs-sqlite3
Version:        2.2.3
Release:        1
Summary:        Asynchronous, non-blocking SQLite3 bindings for Node.js
Group:          Development/Other

License:        BSD
URL:            https://github.com/developmentseed/node-sqlite3
Source0:        https://github.com/developmentseed/node-sqlite3/archive/%{commit}/node-sqlite3-%{commit}.tar.gz
Patch0:         nodejs-sqlite3-pregyp.patch  
Patch1:         nodejs-sqlite3-rpath.patch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs
BuildRequires:  node-gyp
BuildRequires:  sqlite-devel

BuildRequires:  npm(mocha)
BuildRequires:  npm(step)

%{?nodejs_default_filter}

%description
%{summary}.


%prep
%setup -q -n node-sqlite3-%{commit}
%patch0 -p1
%patch1 -p1
rm -rf deps/* node_modules
echo "{}" > deps/common-sqlite.gypi


%build
export CXXFLAGS="%{optflags}"
node-gyp configure -- -Dsqlite=/usr -Dmodule_name=node_sqlite3 -Dmodule_path=lib/binding
node-gyp build


%install
mkdir -p %{buildroot}/%{nodejs_sitearch}/sqlite3
cp -pr package.json lib %{buildroot}/%{nodejs_sitearch}/sqlite3
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%{__nodejs} test/support/createdb.js
mkdir test/tmp
NODE_PATH=lib %{nodejs_sitelib}/mocha/bin/mocha -R spec -t 500000


%files
%doc LICENSE README.md CHANGELOG.md examples
%{nodejs_sitearch}/sqlite3



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.3-1
+ Revision: b0a4c06
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3513 |14cr|nodejs-srs-0.3.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-srs
Version:        0.3.11
Release:        1
Summary:        Spatial reference library for Node.js
Group:          Development/Other

License:        BSD
URL:            https://github.com/springmeyer/node-srs
# Real source is http://registry.npmjs.org/srs/-/srs-%{version}.tgz
# but files copied from gdal whose provenance is unclear (as described
# in PROVENANCE.TXT and PROVENANCE.TXT-fedora in gdal) have been
# removed from the tar ball by the cleaner script.
Source0:        srs-%{version}-fedora.tgz
# Cleaner script for the tarball
Source1:        nodejs-srs-cleaner.sh
# Settings file normally generated by waf build
Source2:        nodejs-srs-settings.js
# Patch out stripping of the compiled module
Patch0:         nodejs-srs-strip.patch
# Patch out tests which rely on removed files
Patch1:         nodejs-srs-tests.patch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs
BuildRequires:  node-gyp
BuildRequires:  gdal-devel

BuildRequires:  npm(mocha)
BuildRequires:  gdal
BuildRequires:  proj

%{?nodejs_default_filter}

%description
Bindings to libosr for handling spatial references in Node.js.


%prep
%setup -q -n package-fedora
%patch0 -p1 -b .strip
%patch1 -p1 -b .tests
cp -pr %{SOURCE2} lib/settings.js
rm -rf deps/* node_modules lib/srs_data


%build
export CXXFLAGS="%{optflags}"
node-gyp configure -- -Dshared_gdal=true
node-gyp build


%install
mkdir -p %{buildroot}/%{nodejs_sitearch}/srs
cp -pr package.json lib %{buildroot}/%{nodejs_sitearch}/srs
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%{nodejs_sitearch}/mocha/bin/mocha -R spec


%files
%doc LICENSE.txt README.md
%{nodejs_sitearch}/srs



%changelog
* Thu Sep 25 2014 Tigro <ashejn@gmail.com> 0.3.11-1
+ Revision: 518b0b9
- fix depend



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3514 |14cr|nodejs-stack-trace-0.0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-stack-trace
Version:    0.0.9
Release:    2
Summary:    Node.js module to get v8 stack traces as an array of CallSite objects
License:    MIT
Group:      System/Libraries
URL:        https://github.com/felixge/node-stack-trace
Source0:    http://registry.npmjs.org/stack-trace/-/stack-trace-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh
# https://github.com/felixge/node-stack-trace/issues/4
Patch0:     %{name}-0.0.9-Remove-failing-test.patch
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
# Not yet packaged
# BuildRequires:  npm(far)
# BuildRequires:  npm(long-stack-traces)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%patch0 -p1
find . -type f -iname '*~' -delete


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/stack-trace
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/stack-trace

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
# /usr/bin/npm install far@0.0.3
# /usr/bin/npm install long-stack-traces@0.1.2
./test/run.js
%endif


%files
%doc License Readme.md
%{nodejs_sitelib}/stack-trace



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.9-2
+ Revision: c2683db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3515 |14cr|nodejs-static-favicon-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-static-favicon
Version:    1.0.2
Release:    2
Summary:    Favicon serving middleware with caching for Node.js and Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/favicon
Source0:    http://registry.npmjs.org/static-favicon/-/static-favicon-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/static-favicon
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/static-favicon

mkdir -p %{buildroot}%{_datadir}/%{name}
install -p -D -m0644 favicon.ico \
    %{buildroot}%{_datadir}/%{name}/favicon.ico
ln -sf %{_datadir}/%{name}/favicon.ico \
    %{buildroot}%{nodejs_sitelib}/static-favicon/favicon.ico

%nodejs_symlink_deps


%files
%doc LICENSE README.md
%{nodejs_sitelib}/static-favicon
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/favicon.ico



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-2
+ Revision: 94d1913
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3516 |14cr|nodejs-step-0.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-step
Version:        0.0.5
Release:        3
Summary:        A simple control-flow library for Node.js
Group:          Development/Other
# License is at the top of lib/step.js
License:        MIT
URL:            https://github.com/creationix/step
Source0:        http://registry.npmjs.org/step/-/step-%{version}.tgz
BuildArch:      noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
A simple control-flow library for Node.js that makes parallel
execution, serial execution, and error handling painless.


%prep
%setup -q -n package
rm -rf node_modules

%build

%check
for test in test/*Test.js
do
  %{__nodejs} ${test}
done


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/step
cp -pr package.json %{buildroot}/%{nodejs_sitelib}/step
install -p -D -m0644 lib/step.js %{buildroot}/%{nodejs_sitelib}/step/lib/step.js
%nodejs_symlink_deps


%files
%doc README.markdown
%{nodejs_sitelib}/step



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-3
+ Revision: 03939e2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3517 |14cr|nodejs-stream-counter-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-stream-counter
Version:    0.2.0
Release:    3
Summary:    Keeps track of how many bytes have been written to a stream
License:    BSD
Group:      System/Libraries
URL:        https://github.com/superjoe30/node-stream-counter
Source0:    http://registry.npmjs.org/stream-counter/-/stream-counter-%{version}.tgz
# Upstream have relicensed to MIT upstream, but this release remains under
# BSD license. Include a copy to comply with license requirements.
Source10:   LICENSE
# Use Node.js core instead of the forked npm(readable-stream)
Patch0:     %{name}-0.2.0-Use-Node.js-core.patch
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package
%patch0 -p1
%nodejs_fixdep -r readable-stream
cp -a %{SOURCE10} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/stream-counter
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/stream-counter

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__nodejs test/test.js
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/stream-counter



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-3
+ Revision: 572714c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3518 |14cr|nodejs-strip-ansi-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-strip-ansi
Version:    0.2.0
Release:    2%{?dist}
Summary:    Strip ANSI escape codes (used for colorizing strings in the terminal)
License:    MIT
Group:      Development/Other
URL:        https://github.com/sindresorhus/strip-ansi
Source0:    http://registry.npmjs.org/strip-ansi/-/strip-ansi-%{version}.tgz
Source1:    https://raw.githubusercontent.com/sindresorhus/strip-ansi/3c9b37e5381603925ba16b27a05ccbfd338906b8/test.js
# https://github.com/sindresorhus/strip-ansi/pull/1
Source2:    LICENSE

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE1} .
cp -p %{SOURCE2} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/strip-ansi
cp -pr package.json cli.js index.js \
    %{buildroot}%{nodejs_sitelib}/strip-ansi

# `strip-ansi` is used as the command.
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/strip-ansi/cli.js \
    %{buildroot}%{_bindir}/strip-ansi

%nodejs_symlink_deps


%files
%doc LICENSE readme.md
%{nodejs_sitelib}/strip-ansi
%{_bindir}/strip-ansi

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3519 |14cr|nodejs-stylus-0.44.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-stylus
Version:    0.44.0
Release:    2
Summary:    Robust, expressive, and feature-rich CSS super-set for Node.js

License:    MIT
Group:      System/Libraries
URL:        https://github.com/learnboost/stylus
Source0:    http://registry.npmjs.org/stylus/-/stylus-%{version}.tgz
# These sources are generated by running Source10, which pulls from the
# upstream version control repository.
Source1:    tests-%{version}.tar.bz2
Source2:    docs-%{version}.tar.bz2
Source3:    examples-%{version}.tar.bz2
Source10:   dl-tests.sh
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(css-parse)
BuildRequires:  npm(debug)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(mocha)
BuildRequires:  npm(sax)
BuildRequires:  npm(should)
%endif

%description
Stylus is a revolutionary new language, providing an efficient, dynamic,
and expressive way to generate CSS. It supports both indented syntax and
regular CSS style.

It has many features, including mixins, keyword arguments, variables,
interpolation, operators, conditionals, iteration, over 25 built-in functions,
optional compression and many more.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%setup -q -T -D -a 2 -n package
%setup -q -T -D -a 3 -n package
%nodejs_fixdep sax '~0.5'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/stylus
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/stylus
mkdir -p %{buildroot}%{nodejs_sitelib}/stylus/bin
install -p -D -m0755 bin/stylus \
    %{buildroot}%{nodejs_sitelib}/stylus/bin/stylus
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/stylus/bin/stylus \
    %{buildroot}%{_bindir}/stylus

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha test/ test/middleware/ \
    --require should --bail --reporter dot
%endif


%files
%doc LICENSE Readme.md docs/ examples/
%{nodejs_sitelib}/stylus
%{_bindir}/stylus



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.44.0-2
+ Revision: 135a400
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3520 |14cr|nodejs-superagent-0.17.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-superagent
Version:    0.17.0
Release:    6
Summary:    A small, progressive client-side HTTP request library

License:    MIT
Group:      System/Libraries
URL:        https://github.com/visionmedia/superagent
Source0:    http://registry.npmjs.org/superagent/-/superagent-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh
# https://raw.github.com/visionmedia/superagent/35a2123271f202e8a6c545a31589955052b3d1f4/LICENSE
Source20:   LICENSE

# Rename emitter-component to component-emitter.
# https://github.com/visionmedia/superagent/pull/335
Patch0:     %{name}-0.9.0-Rename-emitter-component.patch
# Update should and fix tests.
# https://github.com/visionmedia/superagent/pull/334
Patch1:     %{name}-0.9.0-Update-should-and-fix-tests.patch
# Update qs which fixes failing tests on Node.js 0.11.x.
# https://github.com/visionmedia/superagent/pull/334
Patch2:     %{name}-0.9.0-Update-qs-which-fixes-failing-tests-on-Node-0.11.x.patch
# Update express which fixes failing tests on Node.js 0.11.x.
# https://github.com/visionmedia/superagent/pull/334
Patch3:     %{name}-0.9.0-Update-express.patch
# Remove dependency on npm(extend) which would be difficult to package (as it
# is just a copy of two jQuery routines).
# https://github.com/visionmedia/superagent/pull/336
Patch4:     %{name}-0.9.0-Remove-dependency-on-extend-module.patch
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(better-assert)
BuildRequires:  npm(component-emitter)
BuildRequires:  npm(cookiejar)
BuildRequires:  npm(debug)
BuildRequires:  npm(express)
BuildRequires:  npm(formidable)
BuildRequires:  npm(methods)
BuildRequires:  npm(mime)
BuildRequires:  npm(qs)
BuildRequires:  npm(reduce-component)
BuildRequires:  npm(should)
%endif

%description
A small, progressive client-side HTTP request library crafted for flexibility,
readability, and a low learning curve.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%patch0 -p1 -b .emitter
%patch1 -p1 -b .should
%patch2 -p1 -b .qs -F 1
%patch3 -p1 -b .express
%patch4 -p1 -b .extend

cp -p %{SOURCE20} .

%nodejs_fixdep qs '~0.6.6'
%nodejs_fixdep formidable '~1.0.14'
%nodejs_fixdep mime '~1.2.5'
%nodejs_fixdep component-emitter '~1.0'
%nodejs_fixdep methods '~0.1'
%nodejs_fixdep cookiejar '~1.3.0'
%nodejs_fixdep debug '~0.7'
%nodejs_fixdep reduce-component '~1.0.1'



%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/superagent
cp -pr package.json lib/ superagent.js \
    %{buildroot}%{nodejs_sitelib}/superagent

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test /usr/bin/mocha --require should --reporter spec \
    --timeout 5000 --growl test/node/*.js
%endif


%files
%doc History.md LICENSE Readme.md docs/
%{nodejs_sitelib}/superagent



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17.0-6
+ Revision: 1081ef2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3521 |14cr|nodejs-supertest-0.11.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-supertest
Version:    0.11.0
Release:    2
Summary:    A superagent driven library for testing HTTP servers

License:    MIT
Group:      System/Libraries
URL:        https://github.com/visionmedia/supertest
Source0:    http://registry.npmjs.org/supertest/-/supertest-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(express)
BuildRequires:  npm(methods)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(superagent)
%endif

%description
This module provides a high-level abstraction for testing HTTP servers,
while still allowing you to drop down to the lower-level API provided by
superagent.


%prep
%setup -q -n package

%nodejs_fixdep superagent '~0.17.0'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/supertest
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/supertest

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_TLS_REJECT_UNAUTHORIZED=0 /usr/bin/mocha --require should --reporter spec
%endif


%files
%doc example.js History.md LICENSE Readme.md
%{nodejs_sitelib}/supertest



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.0-2
+ Revision: cae4cf7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3522 |14cr|nodejs-tap-0.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-tap
Version:        0.4.4
Release:        2
Summary:        A Test Anything Protocol library

Group:          Development/Other
License:        MIT
URL:            https://github.com/isaacs/node-tap
Source0:        http://registry.npmjs.org/tap/-/tap-%{version}.tgz
Source1:        macros.nodejs-tap

# the segv test results in SIGSEGV as you would expect, not SIGBUS as is written
# in the test:  https://github.com/isaacs/node-tap/pull/75
# However, in koji it actually results in SIGTERM instead, so we're just going
# to skip the segv test altogether.
Patch1:         nodejs-tap-segv-actually-segfaults.patch

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
# we need to replicate the dependencies of this package for it to be able to
# test itself
BuildRequires:  npm(inherits) = 1.0.0
BuildRequires:  npm(yamlish)
BuildRequires:  npm(slide)
BuildRequires:  npm(runforcover)
BuildRequires:  npm(nopt)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(difflet)
BuildRequires:  npm(deep-equal)
BuildRequires:  npm(buffer-equal)
BuildRequires:  npm(glob)
%endif

%description
This is a mix-and-match set of utilities that you can use to write test
harnesses and frameworks that communicate with one another using the
Test Anything Protocol.

%prep
%setup -q -n package
#%%patch1 -p1

%nodejs_fixdep glob 3.2
%nodejs_fixdep inherits 1

#remove bundled modules
rm -rf node_modules

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/tap
cp -pr bin lib package.json %{buildroot}%{nodejs_sitelib}/tap

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/tap/bin/tap.js %{buildroot}%{_bindir}/tap

#install some macros for use in RPM %%check sections
install -Dpm0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.tap

#make secondary scripts executable
chmod 0755 %{buildroot}%{nodejs_sitelib}/tap/bin/*

%nodejs_symlink_deps

%if 0%{?enable_tests}
%check
# Temporarily disable test/segv.js
rm -f test/segv.js

%nodejs_symlink_deps --check
%__nodejs %{buildroot}%{nodejs_sitelib}/tap/bin/tap.js test/*.js
%endif

%clean

%files
%{nodejs_sitelib}/tap
%{_bindir}/tap
%{_sysconfdir}/rpm/macros.tap
%doc coverage-example example README.md AUTHORS LICENSE

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-2
+ Revision: 7b61a42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3523 |14cr|nodejs-tape-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-tape
Version:    1.0.4
Release:    2
Summary:    Tap-producing test harness for Node.js and browsers

License:    MIT
Group:      System/Libraries
URL:        https://github.com/substack/tape
Source0:    http://registry.npmjs.org/tape/-/tape-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(defined)
BuildRequires:  npm(falafel)
BuildRequires:  npm(jsonify)
BuildRequires:  npm(tap)
BuildRequires:  npm(through)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/tape
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/tape

mkdir -p %{buildroot}%{nodejs_sitelib}/tape/bin
install -p -D -m0755 bin/tape %{buildroot}%{nodejs_sitelib}/tape/bin/tape
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/tape/bin/tape %{buildroot}%{_bindir}/tape

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%tap test/*.js
%endif


%files
%doc LICENSE readme.markdown
%{nodejs_sitelib}/tape
%{_bindir}/tape



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-2
+ Revision: a281f46
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3524 |14cr|nodejs-tar-0.1.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-tar
Version:    0.1.18
Release:    2
Summary:    Tar for Node.js
License:    BSD
Group:      System/Libraries
URL:        https://github.com/isaacs/node-tar
Source0:    http://registry.npmjs.org/tar/-/tar-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
A Node.js module that supports reading and writing POSIX "tar" archives.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/tar
cp -pr lib tar.js package.json %{buildroot}%{nodejs_sitelib}/tar

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/tar
%doc README.md examples LICENCE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.18-2
+ Revision: de79093
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3525 |14cr|nodejs-temp-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-temp
Version:    0.7.0
Release:    2
Summary:    Temporary files and directories for Node.js

License:    MIT
Group:      System/Libraries
URL:        https://github.com/bruce/node-temp
Source0:    http://registry.npmjs.org/temp/-/temp-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(rimraf)
%endif

%description
This Node.js module handles generating a unique file/directory name under the
appropriate system temporary directory, changing the file to an appropriate
mode, and supports automatic removal.

It has a similar API to the fs module.

%prep
%setup -q -n package
%nodejs_fixdep rimraf '~2.2'

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/temp
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/temp

%nodejs_symlink_deps

%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__nodejs test/temp-test.js
%endif

%files
%doc LICENSE README.md examples/
%{nodejs_sitelib}/temp


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: ea3fe79
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3526 |14cr|nodejs-temporary-0.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-temporary
Version:    0.0.8
Release:    2
Summary:    An easy way to create temporary files and directories

# The license text is contained within Readme.md
License:    MIT
Group:      System/Libraries
URL:        https://github.com/vesln/temporary
Source0:    http://registry.npmjs.org/temporary/-/temporary-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(chai)
BuildRequires:  npm(mocha)
BuildRequires:  npm(sinon)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/temporary
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/temporary

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test %{nodejs_sitelib}/mocha/bin/mocha -R spec test/*.test.js
%endif


%files
%doc History.md Readme.md examples/
%{nodejs_sitelib}/temporary



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.8-2
+ Revision: 66bf35f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3527 |14cr|nodejs-testswarm-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-testswarm
Version:    1.1.0
Release:    2
Summary:    A Node.js module for interacting with TestSwarm
License:    MIT
Group:      System/Libraries
URL:        https://github.com/jzaefferer/node-testswarm
Source0:    http://registry.npmjs.org/testswarm/-/testswarm-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package

%nodejs_fixdep request '~2.25'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/testswarm
cp -pr package.json lib/ sample-test.js \
    %{buildroot}%{nodejs_sitelib}/testswarm

%nodejs_symlink_deps


%files
%doc History.md LICENSE-MIT README.md
%{nodejs_sitelib}/testswarm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-2
+ Revision: 0c2cfe7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3528 |14cr|nodejs-through-2.3.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-through
Version:    2.3.4
Release:    3
Summary:    Simplified stream construction for Node.js
License:    MIT or ASL 2.0
Group:      System/Libraries
URL:        https://github.com/dominictarr/through
Source0:    http://registry.npmjs.org/through/-/through-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(stream-spec)
BuildRequires:  npm(tape)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/through
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/through

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
for t in test/*.js; do
    %__nodejs "${t}"
done
%endif


%files
%doc LICENSE.APACHE2 LICENSE.MIT readme.markdown
%{nodejs_sitelib}/through



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.4-3
+ Revision: ea6cec4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3529 |14cr|nodejs-tilejson-0.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-tilejson
Version:        0.6.3
Release:        2
Summary:        Tile source backend for online tile sources
Group:          Development/Other
License:        BSD
URL:            https://github.com/mapbox/node-tilejson
Source0:        http://registry.npmjs.org/tilejson/-/tilejson-%{version}.tgz
BuildArch:      noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(get)
BuildRequires:  npm(agentkeepalive)
%endif

%description
%summary


%prep
%setup -q -n package
%nodejs_fixdep agentkeepalive "~0.2.0"
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/tilejson
cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/tilejson
%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha -R spec
%endif


%files
%doc LICENSE
%{nodejs_sitelib}/tilejson



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.3-2
+ Revision: 76b963e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3530 |14cr|nodejs-tinycolor-0.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name tinycolor

Summary:       A to-the-point color module for node
Name:          nodejs-%{npm_name}
Version:       0.0.1
Release:       5
Group:         System/Libraries
License:       MIT
URL:           http://github.com/einaros/tinycolor
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
# The readme file has been updated to include the license.
# We are including it here until the next release when it should be
#   part of the release.
# https://raw.github.com/einaros/tinycolor/master/README.md
Source1:       nodejs-tinycolor-README.md
BuildRequires: nodejs-packaging
BuildRequires:  nodejs
BuildArch:     noarch

%description
This is a no-fuzz, bare bones color module for nodejs.

%prep
%setup -q -n package

rm -f README.md
cp -pr %{SOURCE1} README.md

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr tinycolor.js package.json %{buildroot}%{nodejs_sitelib}/%{npm_name}

%files
%doc README.md example.js
%{nodejs_sitelib}/%{npm_name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-5
+ Revision: 8387bc5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3531 |14cr|nodejs-tiny-lr-fork-0.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This is a fork of the original tiny-lr: <https://github.com/mklabs/tiny-lr>.
# The maintainer of the fork has stated that the fork is only temporary and
# will cease to exist once the maintainer of the original software springs
# back to life. The fork has gained favour among other modules, notably the
# Grunt project, so we will ship the fork with the intention of Obsoleting it
# once the original tiny-lr has been revived.

# Versions of connect and express used in the test suite are outdated.
%global enable_tests 0

Name:       nodejs-tiny-lr-fork
Version:    0.0.5
Release:    4
Summary:    A tiny LiveReload server implementation you can spawn in the background

License:    MIT
Group:      System/Libraries
URL:        https://github.com/shama/tiny-lr
Source0:    http://registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(connect)
BuildRequires:  npm(debug)
BuildRequires:  npm(express)
BuildRequires:  npm(faye-websocket)
BuildRequires:  npm(mocha)
BuildRequires:  npm(noptify)
BuildRequires:  npm(qs)
BuildRequires:  npm(request)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package

%nodejs_fixdep faye-websocket '~0.7'
%nodejs_fixdep qs '~0.6.6'
%nodejs_fixdep noptify '~0.0.3'
%nodejs_fixdep debug '~0.7'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/tiny-lr-fork
cp -pr package.json lib/ tasks/ \
    %{buildroot}%{nodejs_sitelib}/tiny-lr-fork

mkdir -p %{buildroot}%{nodejs_sitelib}/tiny-lr-fork/bin
install -p -m755 bin/tiny-lr \
    %{buildroot}%{nodejs_sitelib}/tiny-lr-fork/bin/tiny-lr
install -p -m755 bin/update-livereload \
    %{buildroot}%{nodejs_sitelib}/tiny-lr-fork/bin/update-livereload

mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/tiny-lr-fork/bin/tiny-lr \
    %{buildroot}%{_bindir}/tiny-lr
ln -sf %{nodejs_sitelib}/tiny-lr-fork/bin/update-livereload \
    %{buildroot}%{_bindir}/update-livereload

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --reporter spec
%endif


%files
%doc LICENSE-MIT readme.md
%{nodejs_sitelib}/tiny-lr-fork
%{_bindir}/tiny-lr
%{_bindir}/update-livereload



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-4
+ Revision: 1d6d88f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3532 |14cr|nodejs-transformers-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-transformers
Version:    3.0.0
Release:    4
Summary:    String/Data transformations for Node.js

License:    MIT
Group:      System/Libraries
URL:        https://github.com/ForbesLindesay/transformers
Source0:    http://registry.npmjs.org/transformers/-/transformers-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

# https://github.com/ForbesLindesay/transformers/pull/31
Patch0:     %{name}-3.0.0-Add-trailing-semicolons-to-uglify-css-test-files.patch

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(css)
BuildRequires:  npm(expect.js)
BuildRequires:  npm(promise)
BuildRequires:  uglify-js
# A lot (>30) of missing devDependencies not listed here.
%endif

%description
String/Data transformations for use in templating libraries, static site
generators and web frameworks. This gathers the most useful transformations
you can apply to text or data into one library with a consistent API.
Transformations can be pretty much anything but most are either compilers
or templating engines.


%prep
%setup -q -n package
# tar xjvf %{SOURCE1}
%setup -q -T -D -a 1 -n package
# Fix wrong-file-end-of-line-encoding
for i in history.md LICENSE README.md; do
    sed -i -e 's/\r$//' "${i}"
done
%patch0 -p1

%nodejs_fixdep css '~1.6'
%nodejs_fixdep promise '4.x'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/transformers
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/transformers

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha
%endif


%files
%doc history.md LICENSE README.md
%{nodejs_sitelib}/transformers



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-4
+ Revision: b358986
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3533 |14cr|nodejs-traverse-0.6.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-traverse
Version:        0.6.5
Release:        2
Summary:        Traverse and transform objects


Group:          System/Libraries
License:        MIT
URL:            https://github.com/substack/js-traverse
Source0:        http://registry.npmjs.org/traverse/-/traverse-%{version}.tgz

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(tap)
BuildRequires:  npm(tape)
%endif

%description
Traverse and transform objects by visiting every node on a recursive walk.

%prep
%setup -q -n package

#fix permissions on stuff that goes in %%doc
chmod 0644 examples/*

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/traverse
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/traverse

%nodejs_symlink_deps

%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%tap test/*.js
%endif

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/traverse
%doc examples LICENSE readme.markdown

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.5-2
+ Revision: 73b6cd1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3534 |14cr|nodejs-tunnel-agent-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-tunnel-agent
Version:    0.3.0
Release:    3
Summary:    HTTP proxy tunneling agent

# Apache 2.0 License added upstream, will appear in next release
# https://github.com/mikeal/tunnel-agent/blob/master/LICENSE
License:    ASL 2.0
Group:      Development/Other
URL:        https://github.com/mikeal/tunnel-agent
Source0:    http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%{summary}.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/tunnel-agent
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/tunnel-agent

%nodejs_symlink_deps

%clean

%files
%{nodejs_sitelib}/tunnel-agent


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-3
+ Revision: b6beae4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3535 |14cr|nodejs-uglify-to-browserify-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-uglify-to-browserify
Version:    1.0.2
Release:    3
Summary:    A transform to make UglifyJS work in browserify

License:    MIT
Group:      System/Libraries
URL:        https://github.com/ForbesLindesay/uglify-to-browserify
Source0:    http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(source-map)
BuildRequires:  uglify-js
%endif

%description
%{summary}.


%prep
%setup -q -n package
for i in LICENSE README.md; do
    sed -i -e 's/\r$//' ${i}
done


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/uglify-to-browserify
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/uglify-to-browserify

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__nodejs test/index.js
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/uglify-to-browserify



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: 3ea109a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3536 |14cr|nodejs-uid2-0.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-uid2
Version:        0.0.3
Release:        2
Summary:        Node.js module to generate strong unique IDs
Group:          Development/Other
License:        MIT
URL:            https://github.com/Coreh/uid2
Source0:        http://registry.npmjs.org/uid2/-/uid2-%{version}.tgz
BuildArch:      noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/uid2
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/uid2
%nodejs_symlink_deps


%files
%doc LICENSE
%{nodejs_sitelib}/uid2



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-2
+ Revision: cc89c06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3537 |14cr|nodejs-uid-number-0.0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-uid-number
Version:    0.0.3
Release:    9
Summary:    Convert a username/group name to a UID/GID number

License:    BSD
Group:      System/Libraries
URL:        https://github.com/isaacs/uid-number
Source0:    http://registry.npmjs.org/uid-number/-/uid-number-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%{summary}.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/uid-number
cp -pr *.js package.json %{buildroot}%{nodejs_sitelib}/uid-number

chmod 0644 %{buildroot}%{nodejs_sitelib}/uid-number/get-uid-gid.js

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/uid-number
%doc README.md LICENCE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-9
+ Revision: 966775a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3538 |14cr|nodejs-underscore-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-underscore
Version:    1.6.0
Release:    1
Summary:    JavaScript's functional programming helper library

License:    MIT
Group:      Development/Other
URL:        https://github.com/documentcloud/underscore
Source0:    http://registry.npmjs.org/underscore/-/underscore-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  web-assets-devel
BuildRequires:  npm(uglify-js)

%if 0%{?enable_tests}
BuildRequires:  npm(phantomjs)
%endif

%description
Underscore.js is a utility-belt library for JavaScript that provides support
for the usual functional suspects (each, map, reduce, filter...) without
extending any core JavaScript objects.

%package -n js-underscore
Summary:    JavaScript's functional programming helper library

Group:      Development/Other
Requires:   web-assets-filesystem

%description -n js-underscore
Underscore.js is a utility-belt library for JavaScript that provides support
for the usual functional suspects (each, map, reduce, filter...) without
extending any core JavaScript objects.

%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package
rm -f underscore-min.*


%build
/usr/bin/uglifyjs underscore.js -m --source-map underscore-min.map \
    -o underscore-min.js


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/underscore
cp -pr package.json underscore.js underscore-min.js underscore-min.map \
    %{buildroot}%{nodejs_sitelib}/underscore

#install browser version
mkdir -p %{buildroot}%{_jsdir}/underscore
cp -pr underscore.js underscore-min.js underscore-min.map \
    %{buildroot}%{_jsdir}/underscore

# No dependencies.
# %%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/phantomjs/bin/phantomjs \
    test/vendor/runner.js test/index.html?noglobals=true
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/underscore

%files -n js-underscore
%doc LICENSE README.md
%{_jsdir}/underscore


%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0-1
+ Revision: 0fe7526
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3539 |14cr|nodejs-underscore-dot-logger-0.3.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-underscore-dot-logger
Version:    0.3.1
Release:    6
Summary:    Cross-browser and Node.js empowered logging

# License text is included in README.md
License:    MIT
Group:      Development/Other
URL:        https://npmjs.org/package/underscore.logger
Source0:    http://registry.npmjs.org/underscore.logger/-/underscore.logger-%{version}.tgz

# package.json is missing devDependencies section.
# Pull request sent: https://github.com/viatropos/underscore.logger/pull/3
Patch0:     %{name}-0.3.1-Add-devDependencies.patch
# Recent versions of coffee-script enforce strict JS compliance.
# Pull request sent: https://github.com/viatropos/underscore.logger/pull/4
Patch1:     %{name}-0.3.1-strict-JS-compliance.patch
Patch2:     %{name}-0.3.1-strict-JS-compliance-part-2.patch
# The author uses the "--watch" option in Cakefile, which obviously hangs the
# build.
Patch3:     %{name}-0.3.1-Do-not-watch.patch

BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  coffee-script

%if 0%{?enable_tests}
BuildRequires:  npm(jasmine-node)
BuildRequires:  npm(underscore)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
# Compile from .coffee source instead.
rm -rf lib/*.js


%build
%nodejs_symlink_deps --check
/usr/bin/cake coffee


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/underscore.logger
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/underscore.logger

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
/usr/bin/cake spec
%endif


%files
%doc README.md
%{nodejs_sitelib}/underscore.logger



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-6
+ Revision: 430dea3
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3540 |14cr|nodejs-underscore-dot-string-2.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-underscore-dot-string
Version:    2.3.1
Release:    2
Summary:    String manipulation extensions for the Underscore.js JavaScript library

# License text is contained within README.markdown.
License:    MIT
Group:      Development/Other
URL:        https://github.com/epeli/underscore.string
Source0:    http://registry.npmjs.org/underscore.string/-/underscore.string-%{version}.tgz
BuildArch:  noarch

# Building fails due to incorrectly determined file encoding.
# Pull request sent: https://github.com/epeli/underscore.string/pull/210
Patch0:     %{name}-2.3.1-Ensure-correct-encoding.patch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs
BuildRequires:  rubygem-rake
BuildRequires:  rubygem-uglifier

%if 0%{?enable_tests}
BuildRequires:  npm(qunit)
BuildRequires:  phantomjs
%endif

%description
%{summary}.


%prep
%setup -q -n package
%patch0 -p1
# Pre-minified files must be removed and minified manually.
rm -f dist/*


%build
/usr/bin/rake build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/underscore.string
cp -pr package.json dist/ lib/ \
    %{buildroot}%{nodejs_sitelib}/underscore.string

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
ln -sf %{nodejs_sitelib} .
%endif


%files
%doc README.markdown
%{nodejs_sitelib}/underscore.string



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-2
+ Revision: 93c1c78
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3541 |14cr|nodejs-uri-js-1.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-uri-js
Version:        1.4.2
Release:        4
Summary:        URI parsing/validating/resolving library for Javascript
Group:          Development/Other
# License text is in README.md
License:        BSD
URL:            https://github.com/garycourt/uri-js
Source0:        http://registry.npmjs.org/uri-js/-/uri-js-%{version}.tgz
BuildArch:      noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
URI.js is an RFC 3986 compliant, scheme extendable URI
parsing/validating/resolving library for all JavaScript 
environments (browsers, Node.js, etc).


%prep
%setup -q -n package
sed -i -e 's/\r//' README.md
rm -rf node_modules bin/closure src/externs.js


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/uri-js
cp -pr package.json dist src %{buildroot}/%{nodejs_sitelib}/uri-js
%nodejs_symlink_deps


%check
# Tests are only runnable in a web browser at present


%files
%doc README.md
%{nodejs_sitelib}/uri-js



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-4
+ Revision: 4653cb6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3542 |14cr|nodejs-url2-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-url2
Version:    1.0.0
Release:    3
Summary:    The Node.js URL module plus relative paths

License:    MIT
Group:      System/Libraries
URL:        https://github.com/kriskowal/url2
Source0:    http://registry.npmjs.org/url2/-/url2-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(jasmine-node)
%endif

%description
This module builds upon the existing URL module in Node.js, but adds
relative(source, target) which returns the shortest relative path between
any two equally qualified URLs. If the paths are not equally qualified,
it returns the target.

In addition, this package augments the URL object definition as returned
by parse and consumed by format.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/url2
cp -pr package.json url2.js \
    %{buildroot}%{nodejs_sitelib}/url2

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/jasmine-node/bin/jasmine-node test
%endif


%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/url2



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 5c84c77
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3543 |14cr|nodejs-utile-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-utile
Version:    0.2.1
Release:    2
Summary:    A Node.js drop-in replacement for `util` with some additional functions

License:    MIT
Group:      Development/Other
URL:        https://github.com/flatiron/utile
Source0:    http://registry.npmjs.org/utile/-/utile-%{version}.tgz

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(deep-equal)
BuildRequires:  npm(i)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(ncp)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(vows)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%nodejs_fixdep async '0.2.x'
%nodejs_fixdep ncp '~0.5'
%nodejs_fixdep rimraf '~2.1'

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/utile
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/utile

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/vows/bin/vows --spec
%endif


%files
%doc CHANGELOG.md LICENSE README.md
%{nodejs_sitelib}/utile



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: 214e29b
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3544 |14cr|nodejs-utils-merge-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-utils-merge
Version:        1.0.0
Release:        1
Summary:        Node.js module to merge properties between objects
Group:          Development/Other
License:        MIT
URL:            https://github.com/jaredhanson/utils-merge
Source0:        http://registry.npmjs.org/utils-merge/-/utils-merge-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated using Source10, which pulls from the upstream
# version control repository.
Source1:        utils-merge-tests-v%{version}.tar.bz2
Source10:       utils-merge-dl-tests.sh
BuildArch:      noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
%endif

%description
Merges the properties from a source object into a destination object.


%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/utils-merge
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/utils-merge
%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js
%endif


%files
%doc README.md LICENSE
%{nodejs_sitelib}/utils-merge



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-1
+ Revision: 3782b38
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3545 |14cr|nodejs-vhost-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-vhost
Version:    1.0.0
Release:    2
Summary:    Virtual domain hosting middleware for Node.js and Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/vhost
Source0:    http://registry.npmjs.org/vhost/-/vhost-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(connect)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/vhost
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/vhost

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test /usr/bin/mocha --require should --reporter spec
%endif


%files
%doc README.md
%{nodejs_sitelib}/vhost



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 579528d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3546 |14cr|nodejs-walkdir-0.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-walkdir
Version:    0.0.7
Release:    4
Summary:    Walks a directory tree emitting events based on what it finds
License:    MIT
Group:      System/Libraries
URL:        https://github.com/soldair/node-walkdir
Source0:    http://registry.npmjs.org/walkdir/-/walkdir-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(findit)
BuildRequires:  npm(fstream)
BuildRequires:  npm(ls-r)
BuildRequires:  npm(tap)
%endif

%description
This Node.js module walks a directory tree emitting events based on what it
finds. It presents a familiar callback/emitter/sync interface and can walk a
tree of any depth.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/walkdir
cp -pr package.json walkdir.js \
    %{buildroot}%{nodejs_sitelib}/walkdir

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%tap test/*.js
%endif


%files
%doc license readme.md
%{nodejs_sitelib}/walkdir



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.7-4
+ Revision: 36f885a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3547 |14cr|nodejs-watchit-0.0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-watchit
Version:    0.0.4
Release:    6
Summary:    A sensible wrapper around fs.watch for Node.js

# Upstream have been informed about missing LICENSE:
# https://github.com/TrevorBurnham/Watchit/issues/6
License:    MIT
Group:      Development/Other
URL:        https://github.com/TrevorBurnham/Watchit
Source0:    http://registry.npmjs.org/watchit/-/watchit-%{version}.tgz
Source1:    LICENSE

BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  npm(docco)

# Currently to compile the .coffee files, watchit depends on itself,
# which is not yet available.
%if 0%{?enable_tests}
BuildRequires:  coffee-script
BuildRequires:  npm(expect.js)
BuildRequires:  npm(mocha)
%endif

%description
%{summary}.


%prep
%setup -q -n package
cp -a %{SOURCE1} .


%build
%{nodejs_sitelib}/docco/bin/docco ./src/watchit.coffee


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/watchit
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/watchit

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
# Broken test which upstream haven't fixed:
# https://github.com/TrevorBurnham/Watchit/issues/5
rm -f test/include.coffee
%{nodejs_sitelib}/mocha/bin/mocha --compilers coffee:coffee-script \
    --require test/common.js --growl
%endif


%files
%doc LICENSE README.mdown docs/
%{nodejs_sitelib}/watchit



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-6
+ Revision: b728b9e
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3548 |14cr|nodejs-websocket-driver-0.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-websocket-driver
Version:    0.3.3
Release:    2
Summary:    WebSocket protocol handler with pluggable I/O for Node.js
License:    MIT
Group:      System/Libraries
URL:        http://github.com/faye/websocket-driver-node
Source0:    http://registry.npmjs.org/websocket-driver/-/websocket-driver-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(jstest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/websocket-driver
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/websocket-driver

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/jstest spec/runner.js
%endif


%files
%doc CHANGELOG.md README.md examples/
%{nodejs_sitelib}/websocket-driver



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-2
+ Revision: 86ad9e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3549 |14cr|nodejs-which-1.0.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-which
Version:    1.0.5
Release:    10
Summary:    A JavaScript implementation of the 'which' command

License:    MIT
Group:      System/Libraries
URL:        https://github.com/isaacs/node-which
Source0:    http://registry.npmjs.org/which/-/which-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%{summary}.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/which
cp -pr bin which.js package.json %{buildroot}%{nodejs_sitelib}/which

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/which/bin/which %{buildroot}%{_bindir}/which-nodejs

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/which
%{_bindir}/which-nodejs
%doc README.md LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-10
+ Revision: 865cbc0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3550 |14cr|nodejs-winston-0.7.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


# Not all dependencies have been satisfied yet.
%global enable_tests 0

Name:       nodejs-winston
Version:    0.7.3
Release:    1
Summary:    A multiple transport asynchronous logging library for Node.js

License:    MIT
Group:      Development/Other
URL:        https://github.com/flatiron/winston
Source0:    http://registry.npmjs.org/winston/-/winston-%{version}.tgz

Patch0:     %{name}-0.7.2-Remove-stream-tests.patch

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(async)
BuildRequires:  npm(colors)
BuildRequires:  npm(combined-stream)
BuildRequires:  npm(cycle)
BuildRequires:  npm(eyes)
BuildRequires:  npm(pkginfo)
BuildRequires:  npm(stack-trace)
BuildRequires:  npm(vows)
%endif

%description
This module is a multiple transport asynchronous logging library for Node.js.

Winston is designed to be a simple and universal logging library with support
for multiple transports. A transport is essentially a storage device for your
logs. Each instance of a winston logger can have multiple transports
configured at different levels. For example, one may want error logs to be
stored in a persistent remote location (like a database), but all logs output
to the console or a local file.

There also seemed to be a lot of logging libraries out there that coupled
their implementation of logging (ie, how the logs are stored/indexed) to the
API that they exposed to the programmer. This library aims to decouple those
parts of the process to make it more flexible and extensible.


%prep
%setup -q -n package
find . -type f -iname '*.js' -exec chmod -x '{}' \;
%patch0 -p1
%nodejs_fixdep request '~2.14'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/winston
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/winston

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
rm -f test/transports/webhook-test.js
%{nodejs_sitelib}/vows/bin/vows --spec --isolate
%endif


%files
%doc CHANGELOG.md LICENSE README.md docs/ examples/
%{nodejs_sitelib}/winston



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-1
+ Revision: 8ab2baa
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3551 |14cr|nodejs-with-3.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-with
Version:    3.0.0
Release:    3
Summary:    Compile time `with` for strict mode JavaScript

License:    MIT
Group:      Development/Other
URL:        https://github.com/ForbesLindesay/with
Source0:    http://registry.npmjs.org/with/-/with-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  uglify-js
%endif

%description
%{summary}.

%prep
%setup -q -n package
find . -type f -exec chmod -x '{}' \;
for i in LICENSE README.md; do
    sed -i -e 's/\r$//' "${i}"
done
%setup -q -T -D -a 1 -n package

%nodejs_fixdep uglify-js '~2.2'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/with
cp -pr package.json index.js vars.js \
    %{buildroot}%{nodejs_sitelib}/with

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
if [ ! -d node_modules/uglify-js ]; then
    ln -sf /usr/lib/node_modules/uglify-js node_modules/uglify-js
fi
/usr/bin/mocha -R spec
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/with



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-3
+ Revision: ddebc77
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3552 |14cr|nodejs-wordwrap-0.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-wordwrap
Version:        0.0.2
Release:        5
Summary:        Word wrapping library for node


Group:          System/Libraries
#no license file included; "MIT/X11" indicated in package.json
License:        MIT
URL:            https://github.com/substack/node-wordwrap
Source0:        http://registry.npmjs.org/wordwrap/-/wordwrap-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(expresso)
%endif

%description
Wrap those words. Show them at what columns to start and stop.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/wordwrap
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/wordwrap

%nodejs_symlink_deps

%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
ln -sf .. node_modules/wordwrap
expresso
%endif

%clean

%files
%{nodejs_sitelib}/wordwrap
%doc README.markdown example


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-5
+ Revision: efc5659
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3553 |14cr|nodejs-ws-0.4.31-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name ws
# Although there are tests
# the dependancies aren't in Fedora yet
%global enable_tests 0

Summary:       Web socket client, server and console for nodejs

Name:          nodejs-%{npm_name}
Version:       0.4.31
Release:       4
Group:         System/Libraries
License:       MIT
URL:           https://github.com/einaros/ws
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: python
BuildRequires: node-gyp
BuildRequires: nodejs-packaging
BuildRequires:  nodejs
BuildRequires: nodejs-nan
%if 0%{?enable_tests}
BuildRequires:  npm(ansi)
BuildRequires:  npm(benchmark)
BuildRequires:  npm(expect.js)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
Simple to use, blazing fast and thoroughly tested 
web socket client, server and console for nodejs, 
up-to-date against RFC-6455

%prep
%setup -q -n package

rm -f examples/fileapi/.npmignore

%nodejs_fixdep commander '>=0.6.1'
%nodejs_fixdep nan '>=0.3.0'

%build
export CXXFLAGS="%{optflags}"
export NODE_PATH="/usr/lib/node_modules/"
node-gyp rebuild

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr bin build/Release/*.node index.js lib package.json %{buildroot}%{nodejs_sitelib}/%{npm_name}

# Setup Binaries
mkdir %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/%{npm_name}/bin/wscat %{buildroot}%{_bindir}/wscat

# Fix permissions
chmod 755 %{buildroot}%{nodejs_sitelib}/%{npm_name}/bufferutil.node
chmod 755 %{buildroot}%{nodejs_sitelib}/%{npm_name}/validation.node

%if 0%{?enable_tests}
%check
make test
%endif

%files
%doc History.md README.md examples doc
%{nodejs_sitelib}/%{npm_name}
%{_bindir}/wscat


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.31-4
+ Revision: 7def5f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3554 |14cr|nodejs-yamlish-0.0.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-yamlish
Version:        0.0.5
Release:        5
Summary:        Parser/encoder for the yamlish format
BuildArch:      noarch

Group:          System/Libraries
#no license file included; "MIT" indicated in package.json
License:        MIT
URL:            https://github.com/isaacs/yamlish
Source0:        http://registry.npmjs.org/yamlish/-/yamlish-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs


%description
This is a module to parse the "yamlish" format used to serialize
objects in the TAP format.

It's like yaml, but just a tiny little bit smaller.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/yamlish
cp -pr package.json yamlish.js %{buildroot}%{nodejs_sitelib}/yamlish

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/yamlish
%doc LICENSE README.md


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-5
+ Revision: e070170
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3555 |14cr|nodejs-zap-0.2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-zap
Version:        0.2.6
Release:        2
Summary:        A tiny test runner
Group:          Development/Other
License:        MIT
URL:            https://github.com/nornagon/node-zap
Source0:        http://registry.npmjs.org/zap/-/zap-%{version}.tgz
BuildArch:      noarch
BuildRequires:  nodejs-packaging

%description
A tiny test runner. Each test is run in a separate node
instance - zap require()s your module once to work out what
tests are in it, then once for each test in a new node process.


%prep
%setup -q -n package
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/zap
cp -pr package.json bin %{buildroot}/%{nodejs_sitelib}/zap
mkdir -p %{buildroot}/%{_bindir}
ln -s  %{nodejs_sitelib}/zap/bin/zap %{buildroot}/%{_bindir}/nodejs-zap
%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
./bin/zap
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/zap
%{_bindir}/nodejs-zap



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.6-2
+ Revision: 0fd49d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3556 |14cr|nodejs-zipfile-0.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global commit 66c2e58bf1c65c77564f571cc405badadba45a6d

Name:           nodejs-zipfile
Version:        0.5.2
Release:        1
Summary:        C++ library for handling zipfiles in Node.js
Group:          Development/Other

License:        BSD
URL:            https://github.com/springmeyer/node-zipfile
Source0:        https://github.com/springmeyer/node-zipfile/archive/%{commit}/node-zipfile-%{commit}.tar.gz
Patch0:         nodejs-zipfile-pregyp.patch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs
BuildRequires:  node-gyp
BuildRequires:  libzip-devel >= 0.11.2
BuildRequires:  zlib-devel

BuildRequires:  npm(mocha)
BuildRequires:  npm(mkdirp)

%{?nodejs_default_filter}

%description
Bindings to libzip for handling zipfile archives in Node.js.


%prep
%setup -q -n node-zipfile-%{commit}
%patch0 -p1
rm -rf deps/* node_modules
echo "{}" > deps/common-libzip.gypi


%build
export CXXFLAGS="%{optflags}"
node-gyp configure -- -Dshared_libzip=true -Dmodule_name=zipfile -Dmodule_path=lib/binding
node-gyp build


%install
mkdir -p %{buildroot}/%{nodejs_sitearch}/zipfile
cp -pr package.json lib %{buildroot}/%{nodejs_sitearch}/zipfile
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha -R spec


%files
%doc LICENSE.txt README.md
%{nodejs_sitearch}/zipfile



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.2-1
+ Revision: dd6a2c9
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3557 |14cr|nodejs-zlib-browserify-0.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-zlib-browserify
Version:    0.0.3
Release:    1
Summary:    Wrapper for zlib.js to allow for use in browsers

License:    MIT
Group:      Development/Other
URL:        https://github.com/brianloveswords/zlib-browserify
Source0:    http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-%{version}.tgz

# Use npm(zlibjs) instead of bundled zlib.js.
# https://github.com/brianloveswords/zlib-browserify/pull/11
Patch0:     %{name}-0.0.3-Use-zlibjs-module.patch

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(tap)
BuildRequires:  npm(tape)
BuildRequires:  npm(zlibjs)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%patch0 -p1
# This module is not required for runtime.
%nodejs_fixdep -r tape


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/zlib-browserify
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/zlib-browserify

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%tap test/*.test.js
%endif


%files
%doc LICENSE readme.md
%{nodejs_sitelib}/zlib-browserify



%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-1
+ Revision: 31e7127
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3558 |14cr|nodejs-zlibjs-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0
%global installdir  %{_datadir}/javascript/zlib

Name:            nodejs-zlibjs
Version:         0.2.0
Release:         2
Summary:         JavaScript library reimplementing compression, made available for Node.js
Group:           System/Libraries
License:         MIT
URL:             https://github.com/imaya/zlib.js
Source0:         http://registry.npmjs.org/zlibjs/-/zlibjs-%{version}.tgz
BuildArch:       noarch

BuildRequires:   nodejs-packaging


%if 0%{?enable_tests}
BuildRequires:   web-assets-devel
Requires:        web-assets-filesystem
BuildRequires:   npm(buster)
%endif

Requires:        js-zlib = %{version}

%description
This module allows zlib.js to be used by other Node.js modules.

zlib.js is ZLIB(RFC1950), DEFLATE(RFC1951), GZIP(RFC1952), and
PKZIP implementation in JavaScript. This library can be used to
perform compression and decompression in the browser.


%prep
%setup -q -n package
# Remove bundled and pre-built files.
rm -rf bin/* vendor/


%build
# nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/zlibjs
cp -pr package.json \
    %{buildroot}%{nodejs_sitelib}/zlibjs

# link to file provided by js-zlib package
mkdir -p %{buildroot}%{nodejs_sitelib}/zlibjs/bin
ln -sf %{installdir}/node-zlib.js \
    %{buildroot}%{nodejs_sitelib}/zlibjs/bin/node-zlib.js

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/buster-test
%endif


%files
%doc ChangeLog.md LICENSE README.md README.en.md
%{nodejs_sitelib}/zlibjs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-2
+ Revision: b009fe8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3559 |14cr|nodeunit-0.8.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global enable_tests 1

Name:       nodeunit
Version:    0.8.6
Release:    1
Summary:    Easy asynchronous unit testing framework for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/caolan/nodeunit
Source0:    http://registry.npmjs.org/nodeunit/-/nodeunit-%{version}.tgz
Patch0:     %{name}-0.8.6-Load-system-modules.patch
Patch1:     %{name}-0.8.6-Use-system-assert.js.patch

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  coffee-script
BuildRequires:  expresso
BuildRequires:  npm(async)
BuildRequires:  npm(console.log)
BuildRequires:  npm(ejs)
BuildRequires:  npm(paperboy)
BuildRequires:  npm(should)
BuildRequires:  npm(tap)
%endif

%description
Nodeunit provides an easy asynchronous unit testing framework for Node.js:
 - helps you avoid common pitfalls when testing asynchronous code
 - easy to add test cases with setUp and tearDown functions if you wish
 - flexible reporters for custom output
 - built-in support for HTML and jUnit XML
 - allows the use of mocks and stubs


%prep
%setup -q -n package
# Remove bundled dependencies
rm -rf deps/
rm -f lib/assert.js
# The requires need to be amended to use the unbundled dependencies.
%patch0 -p1
%patch1 -p1

%nodejs_fixdep async '~0.2'
%nodejs_fixdep console.log '~0.1'
%nodejs_fixdep ejs '~1.0'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/nodeunit
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/nodeunit
install -p -D -m0755 bin/nodeunit \
    %{buildroot}%{nodejs_sitelib}/nodeunit/bin/nodeunit
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/nodeunit/bin/nodeunit \
    %{buildroot}%{_bindir}/nodeunit

install -p -D -m0644 man1/nodeunit.1 \
    %{buildroot}%{_mandir}/man1/nodeunit.1

# Put non-javascript arch independent files in _datadir to comply with Node.js
# packaging guidelines.
mkdir -p %{buildroot}%{_datadir}/nodeunit/bin
install -p -D -m0644 bin/nodeunit.json \
    %{buildroot}%{_datadir}/nodeunit/bin/nodeunit.json
cp -pr share/ %{buildroot}%{_datadir}/nodeunit
mkdir -p %{buildroot}%{nodejs_sitelib}/nodeunit/bin
ln -sf %{_datadir}/nodeunit/bin/nodeunit.json \
    %{buildroot}%{nodejs_sitelib}/nodeunit/bin/nodeunit.json
ln -sf %{_datadir}/nodeunit/share \
    %{buildroot}%{nodejs_sitelib}/nodeunit/share


%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
# Fails in Koji
rm -f test/test-httputil.js
%__nodejs ./bin/nodeunit test --reporter tap
%endif


%files
%doc CONTRIBUTORS.md LICENSE README.md doc/ examples/
%{nodejs_sitelib}/nodeunit
%{_bindir}/nodeunit
%{_datadir}/nodeunit
%{_mandir}/man1/nodeunit.1*


%changelog
* Thu Sep 25 2014 Rosa <rosa@abf.rosalinux.ru> 0.8.6-1
+ Revision: af89f47
- Automatic import for version 0.8.6-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3560 |14cr|noffle-1.1.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		noffle
%define version 1.1.5
%define release 8
%define spooldir	%{_var}/spool/%{name}
%define cfgfilename	%{_sysconfdir}/%{name}.conf

Summary: 	Usenet newsserver for small sites
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Group:		System/Servers
License:	GPL
URL:		http://noffle.sf.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source:		http://dl.sf.net/noffle/%{name}-%{version}.tar.bz2
Source1:	noffle.xinetd.bz2
BuildRequires:	gdbm-devel
Requires:	MailTransportAgent common-licenses
Requires(post,preun):	rpm-helper

%description
NOFFLE is a news server optimized for low speed dialup connection to the
Internet and few users. It allows reading news offline with many news reader
programs, even if they do not support offline reading by themselves.

%prep
%setup -q

%build
#CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s"
#export CFLAGS LDFLAGS
#./configure --prefix=/usr --enable-debug=no
#make
%serverbuild
%configure --with-spooldir=%{spooldir} --with-configfile=%{cfgfilename} \
	--enable-debug=no 
%make

%install
# noffle doesn't have a make install :(
mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man{1,5},%{_sysconfdir}{,/{cron.daily,xinetd.d}}}
mkdir -p %{buildroot}%{spooldir}/{data,lock,requested,outgoing,overview}
mkdir -p %{buildroot}%{_sysconfdir}
cp src/noffle				%{buildroot}%{_bindir}/
ln -s noffle %{buildroot}%{_bindir}/inews
cp docs/noffle.1			%{buildroot}%{_mandir}/man1/
cp docs/noffle.conf.5			%{buildroot}%{_mandir}/man5/
cp noffle.conf.example			%{buildroot}%{cfgfilename}
cp packages/redhat/noffle-expire	%{buildroot}%{_sysconfdir}/cron.daily/
bzip2 -cd %{SOURCE1}		      > %{buildroot}%{_sysconfdir}/xinetd.d/noffle

#install -o 0 -g 0 -d $RPM_BUILD_ROOT/usr/bin
#install -s -m 4755 -o news -g news src/noffle $RPM_BUILD_ROOT/usr/bin
#install -o 0 -g 0 -d $RPM_BUILD_ROOT/usr/man/man1
#install -m 0644 -o 0 -g 0 docs/noffle.1 $RPM_BUILD_ROOT/usr/man/man1/noffle.1
#install -o 0 -g 0 -d $RPM_BUILD_ROOT/usr/man/man5
#install -m 0644 -o 0 -g 0 docs/noffle.conf.5 $RPM_BUILD_ROOT/usr/man/man5/noffle.conf.5
#install -m 2755 -o news -g news -d $RPM_BUILD_ROOT/var/spool/noffle
#install -o 0 -g 0 -d $RPM_BUILD_ROOT/etc
#install -o news -g news -d $RPM_BUILD_ROOT/var/spool/noffle/data
#install -o news -g news -d $RPM_BUILD_ROOT/var/spool/noffle/lock
#install -o news -g news -d $RPM_BUILD_ROOT/var/spool/noffle/requested
#install -o news -g news -d $RPM_BUILD_ROOT/var/spool/noffle/outgoing
#install -o news -g news -d $RPM_BUILD_ROOT/var/spool/noffle/overview
#install -m 0600 -o news -g news noffle.conf.example $RPM_BUILD_ROOT/etc/noffle.conf
#install -o 0 -g 0 -d $RPM_BUILD_ROOT/etc/cron.daily
#install -m 0755 -o news -g news packages/redhat/noffle-expire $RPM_BUILD_ROOT/etc/cron.daily/noffle-expire

%post
%_post_service %{name}
echo
echo " Don't forget to edit %{cfgfilename} !!! "
echo

%preun
%_preun_service %{name}

%clean
[ "$RPM_BUILD_ROOT" != "" ] && rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README INSTALL ChangeLog docs/FAQ docs/NOTES docs/INTERNALS
%doc docs/noffle.lsm noffle.conf.example
%attr(0644,root,root)	%config(noreplace) %{_sysconfdir}/xinetd.d/noffle
%{_bindir}/inews
%defattr(-,news,news)
%attr(4755,news,news)	%{_bindir}/noffle
%attr(0644,root,root)	%doc %{_mandir}/man*/noffle*
%attr(0600,news,news)	%config(noreplace) %{cfgfilename}
%attr(0755,news,news)	%config(noreplace) %{_sysconfdir}/cron.daily/noffle-expire
%attr(2755,news,news)	%dir %{spooldir}
%attr(0755,news,news)	%dir %{spooldir}/data
%attr(0755,news,news)	%dir %{spooldir}/lock
%attr(0755,news,news)	%dir %{spooldir}/requested
%attr(0755,news,news)	%dir %{spooldir}/outgoing
%attr(0755,news,news)	%dir %{spooldir}/overview




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-8
+ Revision: c381e3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3561 |14cr|noflushd-2.7.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	noflushd
%define	version	2.7.5
%define release	8

Summary:	Daemon that sends idle disks to sleep
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Configuration/Other
Source0:	http://ufpr.dl.sourceforge.net/sourceforge/noflushd/%{name}_%{version}.orig.tar.bz2
Source1:	%{name}.sysconfig
Source2:	%{name}.init
URL:		http://noflushd.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires(pre):	rpm-helper

%description
noflushd is a simple daemon that monitors disk activity and spins down
disks whose idle time exceeds a certain timeout. It requires a kernel thread
named kupdate which is present in Linux kernel version 2.2.11 and later. For
earlier kernels, bdflush version 1.6 provides equal functionality.

%prep
%setup -q

%build
%configure --with-scheme=redhat
%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%{makeinstall_std} initdir=%{_initrddir}
install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -D -m 755 %{SOURCE2} %{buildroot}%{_initrddir}/%{name}

# (sb) - remove misinstalled docs
rm -fr %{buildroot}/usr/doc

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc README AUTHORS NEWS ChangeLog THANKS TODO BUGS
%{_sbindir}/%{name}
%config(noreplace) %{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_mandir}/man8/%{name}.8*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.5-8
+ Revision: 945ba7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3562 |14cr|noip-2.1.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Linux client for the no-ip.com dynamic DNS service
Name:		noip
Version:	2.1.9
Release:	6
License:	GPLv2+
Group:		Networking/Other
URL:		http://www.no-ip.com
Source0:	http://www.no-ip.com/client/linux/%{name}-%{version}.tar.bz2
Source1:	%{name}-initscript
Patch0:		%{name}-2.1.9-makefile.patch
Patch1:		%{name}-2.1.9-config-path.patch
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
This is the No-IP.com Dynamic DNS update client page.

When configured correctly, the client will check your IP address at a
given time interval checking to see if your IP has changed. If your IP
address has changed it will notify No-IP DNS servers and update the IP
corresponding to your No-IP/No-IP+ hostname.

NOTE: You must add hostnames on the website (http://www.no-ip.com)
first before you can have the updater update them.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
mv -f %{name}2.c %{name}.c

%build
%define Werror_cflags %{nil}
%if %mdvver >= 201200
%serverbuild_hardened
%else
%serverbuild
%endif

export LDFLAGS="%{ldflags}"

%make PREFIX="%{_prefix}" BINDIR="%{_sbindir}" CONFDIR="%{_sysconfdir}"

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std PREFIX=%{_prefix} CONFDIR="%{_sysconfdir}" BINDIR="%{_sbindir}"

touch %{buildroot}%{_sysconfdir}/%{name}.conf
mkdir -p %{buildroot}%{_initrddir}
install %{SOURCE1} %{buildroot}%{_initrddir}/%{name}

cat > README.urpmi << EOF
To configure the noip deamon, run noip -C as root.
This command will set the corrects parameters in /etc/noip.conf.
Then you can start the deamon with service noip start
EOF

%post
%create_ghostfile %{_sysconfdir}/%{name}.conf root root 600
%_post_service %{name}

echo
echo To configure the noip deamon, run noip -C as root.
echo This command will set the correct parameters in /etc/noip.conf.
echo Then you can restart the deamon with "service noip restart".
echo

%preun
%_preun_service %{name}

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc README.FIRST README.urpmi
%attr(755,root,root) %{_sbindir}/*
%attr(744,root,root) %{_initrddir}/%{name}
%ghost %{_sysconfdir}/%{name}.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.9-6
+ Revision: 1934c28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3563 |14cr|nosefart-2.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Nosefart player for Nintendo NES audio files
Name:		nosefart
Version:	2.9
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://nosefart.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/nosefart/%{name}-%{version}-mls.tar.bz2
Patch0:		nosefart-2.6-mls-desktopentry.patch
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
Obsoletes:	xmms-nosefart < 2.7-3

%description
Nosefart plays .nsf audio files that were ripped from games for the Nintendo
Entertainment System.

%files
%doc README README.linux CHANGES
%{_bindir}/nosefart

#----------------------------------------------------------------------------

%package -n gnosefart
Summary:	Nosefart player for Nintendo NES audio files
Group:		Sound
Requires:	%{name} >= %{version}

%description -n gnosefart
Nosefart plays .nsf audio files that were ripped from games for the Nintendo
Entertainment System.

%files -n gnosefart
%doc README.xmms
%{_bindir}/gnosefart
%{_datadir}/applications/gnosefart.desktop
%{_datadir}/pixmaps/gnosefart.png
%{_liconsdir}/gnosefart.png
%{_iconsdir}/gnosefart.png
%{_miconsdir}/gnosefart.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-mls
ln -s gnosefart-1.5 src/gnosefart-1.4
%patch0 -p1

find . -perm 0640 | xargs chmod 0644
find . -name "Makefile*" -o -name "*.m4" -o -name "configure*" |xargs sed -i -e 's,configure.in,configure.ac,g'

%build
make clean
%make
cd src/gnosefart-*
rm -r autom4te.cache
rm install-sh missing mkinstalldirs
cp %{_datadir}/automake-*/mkinstalldirs .
autoreconf -fi
%configure2_5x
%make

%install
make PREFIX=%{buildroot}%{_prefix} install
cd src/gnosefart-*
%makeinstall_std
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}

#icons
ln -s %{_datadir}/pixmaps/gnosefart.png %{buildroot}/%{_liconsdir}/gnosefart.png
convert -scale 32x32 %{buildroot}%{_datadir}/pixmaps/gnosefart.png %{buildroot}%{_iconsdir}/gnosefart.png
convert -scale 16x16 %{buildroot}%{_datadir}/pixmaps/gnosefart.png %{buildroot}%{_miconsdir}/gnosefart.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9-2
+ Revision: 24be710
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3564 |14cr|notecase-1.9.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Name: 	 	notecase
Summary: 	A hierarchical text notes manager
Version: 	1.9.8
Release: 	5

Source:		http://kent.dl.sourceforge.net/sourceforge/notecase/%{name}-%{version}_src.tar.gz
URL:		http://notecase.sourceforge.net/
License:	BSD
Group:		Office
BuildRequires:	pkgconfig
BuildRequires:	imagemagick
BuildRequires:	gtk2-devel
BuildRequires:	gnome-vfs2-devel
BuildRequires:	desktop-file-utils
BuildRequires:	gtksourceview-devel
Requires(post): shared-mime-info
Requires(postun): shared-mime-info
Patch0: notecase-1.9.8-gtksourceview.patch
Patch1: notecase-1.9.8-gcc44.patch
Patch2: notecase-1.9.8-Makefile-X11.patch

%description
NoteCase is a hierarchical text notes manager (AKA outliner).

It helps you organize your everyday text notes into a single document with
individual notes placed into a tree-like structure. To ensure your privacy
an encrypted document format is supported along with a standard unencrypted
one.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p0


%build
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

#menu
desktop-file-install --vendor="" \
  --add-category="GTK" \
  --remove-key='Encoding' \
  --remove-key='Office' \
  --remove-key='Version' \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

#icons
mkdir -p %{buildroot}/%_liconsdir
convert -size 48x48 res/%name.xpm %{buildroot}/%_liconsdir/%name.png
mkdir -p %{buildroot}/%_iconsdir
convert -size 32x32 res/%name.xpm %{buildroot}/%_iconsdir/%name.png
mkdir -p %{buildroot}/%_miconsdir
convert -size 16x16 res/%name.xpm %{buildroot}/%_miconsdir/%name.png

%find_lang %name

%files -f %{name}.lang
%defattr(-,root,root)
%doc readme.txt docs/help.ncd

%{_bindir}/%name
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/mime/packages/*
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.8-5
+ Revision: 83c8642
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3565 |14cr|notefinder-0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Full-featured exteansible desktop note-taking application for Unix
Name:	  	notefinder
Version:	0.4
Release:	6
Epoch:		1
License:	BSD-Like and GPLv2+
Group:		Office
Source0: 	http://notefinder.googlecode.com/files/%{name}-%{version}.tar.gz
URL:		http://code.google.com/p/notefinder/
Requires:	python-qt4 >= 4.4.0
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	desktop-file-utils
BuildArch:	noarch

%description
NoteFinder is full-featured extensible desktop note-taking application. 

Features: 
* Adding, viewing, editing, removing entries
* Importing local and remote files as notes
* Wiki markup support
* Tabbed interface
* Assigning tags
* Smooth and smart search
* Finding related notes
* Service menu for Konqueror
* Ability to assign tags automatically
* Can be extended with Python plugins

%prep
%setup -qn %{name}

%build

%install
python setup.py install --root=%{buildroot}

desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications \
	--remove-key='Version' \
	--add-category='Qt;KDE' \
	%{buildroot}%{_datadir}/applications/*.desktop

%files
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{python_sitelib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.4-6
+ Revision: a147f7c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3566 |14cr|notemeister-0.1.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	notemeister
%define version 0.1.7
%define release 9

Name: 	 	%{name}
Summary: 	GNOME ideas and notes organizer
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
Source1:	%{name}48.png
Source2:	%{name}32.png
Source3:	%{name}16.png
Patch0:		notemeister-fix-desktop-entry.patch
URL:		http://notemeister.sourceforge.net/
License:	GPLv2+
Group:		Office
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	python-devel 
BuildRequires:  imagemagick
BuildRequires:  desktop-file-utils
Requires:	gnome-python
Requires:       python-pyxml
BuildArch:	noarch

%description
 Notemeister is a small, simple note organizer made for the GNOME2 desktop.
It's features include:
    * Notes stored in a tree view and structure
    * Drag and drop support for reordering notes
    * Simple text formatting by highlighted bounds
    * Auto-save feature 

%files
%defattr(-,root,root)
%doc AUTHORS PKG-INFO README
%{_bindir}/%name
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info
%{_datadir}/%name
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png

#--------------------------------------------------------------------


%prep
%setup -q
%patch0 -p0

%build
python setup.py build
										
%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT
rm -fr $RPM_BUILD_ROOT/%_prefix/doc

#menu
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Utility" \
  --add-category="Office" \
  --add-category="X-MandrivaLinux-Office-Accessories" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
cp %SOURCE1 $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
cp %SOURCE2 $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
cp %SOURCE3 $RPM_BUILD_ROOT/%_miconsdir/%name.png

%clean
rm -rf $RPM_BUILD_ROOT





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.7-9
+ Revision: a11d324
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3567 |14cr|novnc-git523cc4d6ab.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrel	git523cc4d6ab	


Summary:	noVNC is a HTML5 VNC client that runs well in any modern browser
Name:		novnc
Version:	%{gitrel}.1
Release:	2
License:	GPLv3
Group:		Networking/Remote access
URL:		https://github.com/kanaka/noVNC
Source0:	https://github.com/kanaka/noVNC/tarball/noVNC.tar.bz2

%description
noVNC is a HTML5 VNC client that runs well in any modern
browser including mobile browsers (iPhone/iPad and Android).

%prep
%setup -q -n noVNC

%build
cd utils/
%make


%install
mkdir -p %buildroot/%{_datadir}/noVNC/include
cp -r include/*  %{buildroot}/%{_datadir}/noVNC/include

mkdir -p %buildroot/%{_datadir}/noVNC/utils

cp -r utils/*  %{buildroot}/%{_datadir}/noVNC/utils
cp -r *.html  %{buildroot}/%{_datadir}/noVNC/
chmod +x %{buildroot}/%{_datadir}/noVNC/utils/launch.sh




%files
%{_datadir}/noVNC/include/*
%{_datadir}/noVNC/utils/*
%{_datadir}/noVNC/*.html



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> git523cc4d6ab.1-2
+ Revision: 1216f04
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3568 |14cr|npapi-vlc-2.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NPAPI plugin for libvlc
Name:		npapi-vlc
Version:	2.1.3
Release:	2
License:	LGPLv2+
Group:		Video
Url:		http://www.videolan.org/
Source0:	npapi-vlc-%{version}.tar.xz
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libvlc)
BuildRequires:	pkgconfig(libxul)
BuildRequires:	pkgconfig(x11-xcb)
BuildRequires:	pkgconfig(xcb)

%description
NPAPI plugin for libvlc.

%files
%{_libdir}/mozilla/plugins/libvlcplugin.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --with-gtk
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.3-2
+ Revision: 6a20fe9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3569 |14cr|nrg2iso-0.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	nrg2iso
%define version	0.4
%define release	8

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Convert Nero CD Images to ISO
Source:		http://gregory.kokanosky.free.fr/v4/linux/%{name}-%{version}.tar.bz2
URL:		http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html
License:	GPL
Group:		Archiving/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description 
Nrg2Iso is a linux utility for converting cd images generated
by Nero Burning Rom to ISO format.

%prep
%setup -q

%build
%{__cc} %{optflags} -o nrg2iso nrg2iso.c

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
install nrg2iso %{buildroot}%{_bindir}/nrg2iso

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG
%{_bindir}/nrg2iso




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-8
+ Revision: 63ab05d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3570 |14cr|nsca-2.7.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NSCA daemon for Nagios
Name:		nsca
Version:	2.7.2
Release:	7
License:	GPL
Group:		System/Servers
URL:		http://sourceforge.net/projects/nagios/
Source0:	http://prdownloads.sourceforge.net/nagios/%{name}-%{version}.tar.gz
Source1:	nsca.init
Patch0:		nsca-mdv_conf.diff
BuildRequires:	tcp_wrappers-devel
BuildRequires:	libmcrypt-devel
BuildRequires:	libtool-devel
Requires:	tcp_wrappers
Requires:	nagios
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The NSCA addon is designed to accept passive host and service check results
from clients that use the send_nsca utility (included in client subpackage) and
pass them along to the Nagios process by using the external command interface.

%package -n	send_nsca
Summary:	NSCA client
Group:		System/Servers

%description -n	send_nsca
NSCA client - is used to send service check information from a remote machine
to the NSCA daemon on the central machine that runs Nagios.

%prep

%setup -q
%patch0 -p0

cp %{SOURCE1} nsca.init

%build

%configure2_5x \
    --with-nsca-port=5667 \
    --with-nsca-user=nagios \
    --with-nsca-grp=nagios \
    --localstatedir=/var/spool/nagios \
    --sysconfdir=%{_sysconfdir}/nagios

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/nagios
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}/var/spool/nagios
install -d %{buildroot}/var/run/%{name}

install -m0755 src/nsca %{buildroot}%{_sbindir}/
install -m0755 src/send_nsca %{buildroot}%{_sbindir}/
install -m0755 nsca.init %{buildroot}%{_initrddir}/nsca
install -m0644 sample-config/nsca.cfg %{buildroot}%{_sysconfdir}/nagios/nsca.cfg
install -m0644 sample-config/send_nsca.cfg %{buildroot}%{_sysconfdir}/nagios/send_nsca.cfg

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Changelog LEGAL README SECURITY
%config(noreplace) %{_sysconfdir}/nagios/nsca.cfg
%{_initrddir}/nsca
%{_sbindir}/nsca
%attr(-,nagios,nagios) /var/spool/nagios
%attr(-,nagios,nagios) %dir /var/run/%{name}

%files -n send_nsca
%defattr(-,root,root)
%doc Changelog LEGAL README SECURITY
%config(noreplace) %{_sysconfdir}/nagios/send_nsca.cfg
%{_sbindir}/send_nsca



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.2-7
+ Revision: 5c3a3e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3571 |14cr|nsd-3.2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Complete implementation of an authoritative DNS name server
Name:		nsd
Version:	3.2.8
Release:	2
License:	BSD
Group:		System/Servers
URL:		http://open.nlnetlabs.nl/nsd/
Source0:	http://open.nlnetlabs.nl/downloads/nsd/%{name}-%{version}.tar.gz
Source1:	nsd.init
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	openssl-devel
BuildRequires:	tcp_wrappers-devel
Conflicts:	bind pdns
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
NSD is a complete implementation of an authoritative DNS name server. For
further information about what NSD is and what NSD is not please consult the
REQUIREMENTS document which is a part of this distribution (thanks to Olaf).

%prep

%setup -q 

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" configure*

%build
%serverbuild

%configure2_5x \
    --localstatedir=/var/lib \
    --enable-bind8-stats \
    --enable-plugins \
    --enable-checking \
    --enable-mmap \
    --enable-dnssec \
    --enable-ipv6 \
    --enable-tsig \
    --enable-nsig \
    --with-pidfile=/var/run/%{name}/%{name}.pid \
    --with-dbfile=/var/lib/%{name}/nsd.db \
    --with-difffile=/var/lib/%{name}/ixfr.db \
    --with-xfrdfile=/var/lib/%{name}/xfrd.state \
    --with-ssl \
    --with-user=%{name}

# antiborker
perl -pi -e "s|^piddir = .*|piddir = /var/run/%{name}|g" Makefile
perl -pi -e "s|^dbdir = .*|dbdir = /var/lib/%{name}|g" Makefile

%make

%install
rm -rf %{buildroot}

%makeinstall_std

install -d %{buildroot}%{_initrddir}

install -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name}

# change .sample to normal config files
mv %{buildroot}%{_sysconfdir}/nsd/nsd.conf.sample %{buildroot}%{_sysconfdir}/nsd/nsd.conf

%pre
%_pre_useradd %{name} %{_sysconfdir}/%{name} /sbin/nologin

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root,-)
%doc doc/*
%attr(0711,%{name},%{name}) %dir %{_sysconfdir}/nsd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nsd/nsd.conf
%attr(0755,root,root) %{_initrddir}/%{name}
%attr(0711,%{name},%{name}) %dir /var/run/%{name}
%attr(0711,%{name},%{name}) %dir /var/lib/%{name}
%attr(0755,root,root) %{_sbindir}/*
%attr(0644,root,root) %{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.8-2
+ Revision: cae1d10
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3572 |14cr|nspluginwrapper-1.4.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# NOTE: this is a Linux-specific package, don't use the embedded
# viewer on non-Linux platforms.
%define name	nspluginwrapper
%define version	1.4.4
%define release	6

#%%define _provides_exceptions xpcom

# list of plugins to be wrapped by default ex: libflashplayer,nppdf
# these are wrapped by default on 32->64 use only
%define nspw_plugins flashplayer,nppdf,rpnp,nphelix

# define 32-bit arch of multiarch platforms
%define arch_32 %{nil}
%ifarch x86_64
%define arch_32 i386
%endif

# define to build a biarch package
%define build_biarch		0
%if "%{_arch}:%{arch_32}" == "x86_64:i386"
%define build_biarch		1
%endif

%{expand: %{?_with_biarch:	%%global build_biarch 1}}
%{expand: %{?_without_biarch:	%%global build_biarch 0}}

# define target architecture of plugins we want to support
%define target_arch i386

# define target operating system of plugins we want to support
%define target_os linux

# define nspluginswrapper libdir (invariant, including libdir)
%define pkglibdir %{_prefix}/lib/%{name}

# define mozilla plugin dir
%define plugindir %{_libdir}/mozilla/plugins

Summary:	A compatibility layer for Netscape 4 plugins
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		Networking/WWW
URL:		http://nspluginwrapper.davidben.net/
Source0:	http://nspluginwrapper.davidben.net/download/nspluginwrapper-%version.tar.gz
Source1:	nspluginwrapper.filter
Source2:	nspluginwrapper.script
Source3:	update-nspluginwrapper
Patch7:         nspluginwrapper-enable-v4l1compat.patch
# fixes build, submitted:
# https://github.com/davidben/nspluginwrapper/issues/43
Patch8:		nspluginwrapper-glib-includes.patch
# from upstream, fixes build
Patch9:		nspluginwrapper-link-dl.patch
# fixes build, similar patch submitted upstream:
# https://www.redhat.com/archives/nspluginwrapper-devel-list/2011-November/msg00000.html
Patch10:	nspluginwrapper-link-gthread.patch
# (tv) fix build with newer glib:
Patch11:		nspluginwrapper-glib-thread.patch

BuildRequires:	curl-devel
BuildRequires:	gtk+2-devel
BuildRequires:	libxt-devel
BuildRequires:  stdc++-static-devel
Provides:	%{name}-%{_arch} = %{version}-%release
Requires(post):	 %{name}-%{target_arch} = %{version}-%{release}
Requires(preun): %{name}-%{target_arch} = %{version}-%{release}
ExcludeArch:	%mips %arm

%description
nspluginwrapper makes it possible to use Netscape 4 compatible plugins
compiled for %{target_os}/%{target_arch} into Mozilla for another architecture, e.g. x86_64.

This package consists in:
  * npviewer: the plugin viewer
  * npwrapper.so: the browser-side plugin
  * nspluginwrapper: a tool to manage plugins installation and update

%if %{build_biarch}
%package %{target_arch}
Summary:	A viewer for %{target_os}/%{target_arch} compiled Netscape 4 plugins
Group:		Networking/WWW
%if "%{target_arch}" == "i386"
# Flash 10 now requires 32 bit libcurl, libnss3.so 
# but Adobe's RPM package does not require them...
# http://blogs.adobe.com/penguin.swf/2008/08/curl_tradeoffs.html
Suggests:       libcurl.so.4
Suggests:	libnss3.so
%endif

%description %{target_arch}
nspluginwrapper makes it possible to use Netscape 4 compatible plugins
compiled for %{target_os}/%{target_arch} into Mozilla for another architecture,
e.g. x86_64.

This package consists in:
  * npviewer: the plugin viewer
  * npwrapper.so: the browser-side plugin
  * nspluginwrapper: a tool to manage plugins installation and update

This package provides the npviewer program for %{target_os}/%{target_arch}.
%endif

%prep

%setup -q
%apply_patches

%build
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"

%if %{build_biarch}
biarch="--enable-biarch"
%else
biarch="--disable-biarch"
%endif
mkdir objs
pushd objs
../configure \
	--prefix=%{_prefix} \
	--target-cpu=%{target_arch} \
	--enable-viewer \
	$biarch \
	--target-os=linux --disable-strip
%make
popd

%install
rm -rf $RPM_BUILD_ROOT

make -C objs install DESTDIR=$RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{plugindir}
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/nspluginwrapper

touch $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/nspluginwrapper

ln -s %{pkglibdir}/%{_arch}/%{_os}/npwrapper.so $RPM_BUILD_ROOT%{plugindir}/npwrapper.so

install -d -m 0755 %buildroot%{_var}/lib/rpm/filetriggers
install -m 0644 %{SOURCE1} %buildroot%{_var}/lib/rpm/filetriggers
install -m 0755 %{SOURCE2} %buildroot%{_var}/lib/rpm/filetriggers
install -m 0755 %{SOURCE3} %buildroot%{_sbindir}

%clean
rm -rf $RPM_BUILD_ROOT

%post
if [ ! -f %{_sysconfdir}/sysconfig/nspluginwrapper ]; then
    cat > %{_sysconfdir}/sysconfig/nspluginwrapper <<EOF
USE_NSPLUGINWRAPPER=yes
MDV_PLUGINS="%{nspw_plugins}"
USER_PLUGINS=""
EOF
else
    if ! grep -q ^MDV_PLUGINS= %{_sysconfdir}/sysconfig/nspluginwrapper; then
        echo "MDV_PLUGINS=\"%{nspw_plugins}\"" >> %{_sysconfdir}/sysconfig/nspluginwrapper
    else
        sed -i "s/MDV_PLUGINS=.*/MDV_PLUGINS=\"%{nspw_plugins}\"/" \
            %{_sysconfdir}/sysconfig/nspluginwrapper
    fi
fi

%{_var}/lib/rpm/filetriggers/nspluginwrapper.script || :

%preun
if [ $1 = 0 ]; then
  %{_bindir}/%{name} -v -a -r
fi

# Only use for these when on 64-bit
%if %{build_biarch}

# Flash Player
%triggerin -- flash-plugin
if [ -f %{plugindir}/npwrapper.libflashplayer.so ]; then
  %{_bindir}/%{name} -v -u %{plugindir}/npwrapper.libflashplayer.so
else
  %{_bindir}/%{name} -v -i /usr/lib/flash-plugin/libflashplayer.so
fi

%triggerpostun -- flash-plugin
if [ ! -f /usr/lib/flash-plugin/libflashplayer.so ]; then
  %{_bindir}/%{name} -v -r %{plugindir}/npwrapper.libflashplayer.so
fi

# Acrobat Reader
%triggerin -- acroread5-nppdf, acroread-nppdf
if [ -f %{plugindir}/npwrapper.nppdf.so ]; then
  %{_bindir}/%{name} -v -u %{plugindir}/npwrapper.nppdf.so
else
  %{_bindir}/%{name} -v -i /usr/lib/mozilla/plugins/nppdf.so
fi

%triggerpostun -- acroread5-nppdf, acroread-nppdf
if [ ! -f /usr/lib/mozilla/plugins/nppdf.so ]; then
  %{_bindir}/%{name} -v -r %{plugindir}/npwrapper.nppdf.so
fi

# Real Player 8
%triggerin -- RealPlayer-rpnp < 10
if [ -f %{plugindir}/npwrapper.rpnp.so ]; then
  %{_bindir}/%{name} -v -u %{plugindir}/npwrapper.rpnp.so
else
  %{_bindir}/%{name} -v -i /usr/lib/mozilla/plugins/rpnp.so
fi

%triggerpostun -- RealPlayer-rpnp < 10
if [ ! -f /usr/lib/mozilla/plugins/rpnp.so ]; then
  %{_bindir}/%{name} -v -r %{plugindir}/npwrapper.rpnp.so
fi

# Real Player 10
%triggerin -- RealPlayer-rpnp >= 10
if [ -f %{plugindir}/npwrapper.nphelix.so ]; then
  %{_bindir}/%{name} -v -u %{plugindir}/npwrapper.nphelix.so
else
  %{_bindir}/%{name} -v -i /usr/lib/mozilla/plugins/nphelix.so
fi

%triggerpostun -- RealPlayer-rpnp >= 10
if [ ! -f /usr/lib/mozilla/plugins/nphelix.so ]; then
  %{_bindir}/%{name} -v -r %{plugindir}/npwrapper.nphelix.so
fi

%endif

%files
%defattr(-,root,root)
%doc NEWS README TODO
%{_bindir}/%{name}
%{_bindir}/nspluginplayer
%{_sbindir}/update-nspluginwrapper
%ghost %{_sysconfdir}/sysconfig/nspluginwrapper
%{plugindir}/npwrapper.so
%dir %{pkglibdir}
%dir %{pkglibdir}/noarch
%{pkglibdir}/noarch/npviewer.sh
%dir %{pkglibdir}/%{_arch}
%dir %{pkglibdir}/%{_arch}/%{_os}
%{pkglibdir}/%{_arch}/%{_os}/npconfig
%if ! %{build_biarch}
%{pkglibdir}/%{_arch}/%{_os}/npviewer
%{pkglibdir}/%{_arch}/%{_os}/npviewer.bin
# %{pkglibdir}/%{_arch}/%{_os}/libxpcom.so
%{pkglibdir}/%{_arch}/%{_os}/libnoxshm.so
%endif
%{pkglibdir}/%{_arch}/%{_os}/npplayer
%{pkglibdir}/%{_arch}/%{_os}/npwrapper.so
%{_var}/lib/rpm/filetriggers/nspluginwrapper.*

%if %{build_biarch}
%files %{target_arch}
%defattr(-,root,root)
%dir %{pkglibdir}/%{target_arch}
%dir %{pkglibdir}/%{target_arch}/%{target_os}
%{pkglibdir}/%{target_arch}/%{target_os}/npviewer
%{pkglibdir}/%{target_arch}/%{target_os}/npviewer.bin
# %{pkglibdir}/%{target_arch}/%{target_os}/libxpcom.so
%{pkglibdir}/%{target_arch}/%{target_os}/libnoxshm.so
%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.4-6
+ Revision: 4ade155
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3573 |14cr|nspluginwrapper-1.4.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# list of plugins to be wrapped by default ex: libflashplayer,nppdf
# these are wrapped by default on 32->64 use only
%define nspw_plugins flashplayer,nppdf,rpnp,nphelix

# define 32-bit arch of multiarch platforms
%define arch_32 %{nil}
%ifarch x86_64
%define arch_32 i386
%endif

# define to build a biarch package
%define build_biarch 0
%if "%{_arch}:%{arch_32}" == "x86_64:i386"
%define build_biarch 1
%endif

# define target architecture of plugins we want to support
%define target_arch i386

# define target operating system of plugins we want to support
%define target_os linux

# define nspluginswrapper libdir (invariant, including libdir)
%define pkglibdir %{_prefix}/lib/%{name}

# define mozilla plugin dir
%define plugindir %{_libdir}/mozilla/plugins

Summary:	A compatibility layer for Netscape 4 plugins
Name:		nspluginwrapper
Version:	1.4.4
Release:	7
License:	GPLv2+
Group:		Networking/WWW
Url:		http://nspluginwrapper.davidben.net/
Source0:	http://nspluginwrapper.davidben.net/download/nspluginwrapper-%version.tar.gz
Source1:	nspluginwrapper.filter
Source2:	nspluginwrapper.script
Source3:	update-nspluginwrapper
Patch0:		nspluginwrapper-enable-v4l1compat.patch
# fixes build, submitted:
# https://github.com/davidben/nspluginwrapper/issues/43
Patch1:		nspluginwrapper-glib-includes.patch
# from upstream, fixes build
Patch2:		nspluginwrapper-link-dl.patch
# fixes build, similar patch submitted upstream:
# https://www.redhat.com/archives/nspluginwrapper-devel-list/2011-November/msg00000.html
Patch3:		nspluginwrapper-link-gthread.patch
# (tv) fix build with newer glib:
Patch4:		nspluginwrapper-glib-thread.patch
BuildRequires:	stdc++-static-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(xt)
Provides:	%{name}-%{_arch} = %{EVRD}
Requires(post,preun):	%{name}-%{target_arch} = %{EVRD}
ExcludeArch:	%{mips} %{arm}

%description
nspluginwrapper makes it possible to use Netscape 4 compatible plugins
compiled for %{target_os}/%{target_arch} into Mozilla for another architecture,
e.g. x86_64.

This package consists in:
  * npviewer: the plugin viewer
  * npwrapper.so: the browser-side plugin
  * nspluginwrapper: a tool to manage plugins installation and update

%files
%doc NEWS README TODO
%{_bindir}/%{name}
%{_bindir}/nspluginplayer
%{_sbindir}/update-nspluginwrapper
%ghost %{_sysconfdir}/sysconfig/nspluginwrapper
%{plugindir}/npwrapper.so
%dir %{pkglibdir}
%dir %{pkglibdir}/noarch
%{pkglibdir}/noarch/npviewer.sh
%dir %{pkglibdir}/%{_arch}
%dir %{pkglibdir}/%{_arch}/%{_os}
%{pkglibdir}/%{_arch}/%{_os}/npconfig
%if ! %{build_biarch}
%{pkglibdir}/%{_arch}/%{_os}/npviewer
%{pkglibdir}/%{_arch}/%{_os}/npviewer.bin
# %{pkglibdir}/%{_arch}/%{_os}/libxpcom.so
%{pkglibdir}/%{_arch}/%{_os}/libnoxshm.so
%endif
%{pkglibdir}/%{_arch}/%{_os}/npplayer
%{pkglibdir}/%{_arch}/%{_os}/npwrapper.so
%{_var}/lib/rpm/filetriggers/nspluginwrapper.*

%post
if [ ! -f %{_sysconfdir}/sysconfig/nspluginwrapper ]; then
    cat > %{_sysconfdir}/sysconfig/nspluginwrapper <<EOF
USE_NSPLUGINWRAPPER=yes
MDV_PLUGINS="%{nspw_plugins}"
USER_PLUGINS=""
EOF
else
    if ! grep -q ^MDV_PLUGINS= %{_sysconfdir}/sysconfig/nspluginwrapper; then
        echo "MDV_PLUGINS=\"%{nspw_plugins}\"" >> %{_sysconfdir}/sysconfig/nspluginwrapper
    else
        sed -i "s/MDV_PLUGINS=.*/MDV_PLUGINS=\"%{nspw_plugins}\"/" \
            %{_sysconfdir}/sysconfig/nspluginwrapper
    fi
fi

%{_var}/lib/rpm/filetriggers/nspluginwrapper.script || :

%preun
if [ $1 = 0 ]; then
  %{_bindir}/%{name} -v -a -r
fi

#----------------------------------------------------------------------------

%if %{build_biarch}
%package %{target_arch}
Summary:	A viewer for %{target_os}/%{target_arch} compiled Netscape 4 plugins
Group:		Networking/WWW
%if "%{target_arch}" == "i386"
# Flash 10 now requires 32 bit libcurl, libnss3.so 
# but Adobe's RPM package does not require them...
# http://blogs.adobe.com/penguin.swf/2008/08/curl_tradeoffs.html
Suggests:	libcurl.so.4
Suggests:	libnss3.so
%endif

%description %{target_arch}
nspluginwrapper makes it possible to use Netscape 4 compatible plugins
compiled for %{target_os}/%{target_arch} into Mozilla for another architecture,
e.g. x86_64.

This package consists in:
  * npviewer: the plugin viewer
  * npwrapper.so: the browser-side plugin
  * nspluginwrapper: a tool to manage plugins installation and update

This package provides the npviewer program for %{target_os}/%{target_arch}.

%files %{target_arch}
%dir %{pkglibdir}/%{target_arch}
%dir %{pkglibdir}/%{target_arch}/%{target_os}
%{pkglibdir}/%{target_arch}/%{target_os}/npviewer
%{pkglibdir}/%{target_arch}/%{target_os}/npviewer.bin
%{pkglibdir}/%{target_arch}/%{target_os}/libnoxshm.so
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"

%if %{build_biarch}
biarch="--enable-biarch"
%else
biarch="--disable-biarch"
%endif
mkdir objs
pushd objs
../configure \
	--prefix=%{_prefix} \
	--target-cpu=%{target_arch} \
	--enable-viewer \
	$biarch \
	--target-os=linux --disable-strip
%make
popd

%install
%makeinstall_std -C objs

mkdir -p %{buildroot}%{plugindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/nspluginwrapper

touch %{buildroot}%{_sysconfdir}/sysconfig/nspluginwrapper

ln -s %{pkglibdir}/%{_arch}/%{_os}/npwrapper.so %{buildroot}%{plugindir}/npwrapper.so

install -d -m 0755 %{buildroot}%{_var}/lib/rpm/filetriggers
install -m 0644 %{SOURCE1} %{buildroot}%{_var}/lib/rpm/filetriggers
install -m 0755 %{SOURCE2} %{buildroot}%{_var}/lib/rpm/filetriggers
install -m 0755 %{SOURCE3} %{buildroot}%{_sbindir}


#----------------------------------------------------------------------------

# Only use for these when on 64-bit
%if %{build_biarch}
# Flash Player
%triggerin -- flash-plugin
if [ -f %{plugindir}/npwrapper.libflashplayer.so ]; then
  %{_bindir}/%{name} -v -u %{plugindir}/npwrapper.libflashplayer.so
else
  %{_bindir}/%{name} -v -i /usr/lib/flash-plugin/libflashplayer.so
fi

%triggerpostun -- flash-plugin
if [ ! -f /usr/lib/flash-plugin/libflashplayer.so ]; then
  %{_bindir}/%{name} -v -r %{plugindir}/npwrapper.libflashplayer.so
fi

# Acrobat Reader
%triggerin -- acroread5-nppdf, acroread-nppdf
if [ -f %{plugindir}/npwrapper.nppdf.so ]; then
  %{_bindir}/%{name} -v -u %{plugindir}/npwrapper.nppdf.so
else
  %{_bindir}/%{name} -v -i /usr/lib/mozilla/plugins/nppdf.so
fi

%triggerpostun -- acroread5-nppdf, acroread-nppdf
if [ ! -f /usr/lib/mozilla/plugins/nppdf.so ]; then
  %{_bindir}/%{name} -v -r %{plugindir}/npwrapper.nppdf.so
fi

# Real Player 8
%triggerin -- RealPlayer-rpnp < 10
if [ -f %{plugindir}/npwrapper.rpnp.so ]; then
  %{_bindir}/%{name} -v -u %{plugindir}/npwrapper.rpnp.so
else
  %{_bindir}/%{name} -v -i /usr/lib/mozilla/plugins/rpnp.so
fi

%triggerpostun -- RealPlayer-rpnp < 10
if [ ! -f /usr/lib/mozilla/plugins/rpnp.so ]; then
  %{_bindir}/%{name} -v -r %{plugindir}/npwrapper.rpnp.so
fi

# Real Player 10
%triggerin -- RealPlayer-rpnp >= 10
if [ -f %{plugindir}/npwrapper.nphelix.so ]; then
  %{_bindir}/%{name} -v -u %{plugindir}/npwrapper.nphelix.so
else
  %{_bindir}/%{name} -v -i /usr/lib/mozilla/plugins/nphelix.so
fi

%triggerpostun -- RealPlayer-rpnp >= 10
if [ ! -f /usr/lib/mozilla/plugins/nphelix.so ]; then
  %{_bindir}/%{name} -v -r %{plugindir}/npwrapper.nphelix.so
fi
%endif


%changelog
* Thu Sep 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.4-7
+ Revision: 64b32eb
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3574 |14cr|nspluginwrapper-i386-0.9.90.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
###
###
### THIS PACKAGE IS AUTOMATICALLY GENERATED, DO NOT EDIT
###
###
Summary: A compatibility layer for Netscape 4 plugins
Name: nspluginwrapper-i386
Version: 0.9.90.1
Release: 10
Source: nspluginwrapper-i386-0.9.90.1.tar.bz2
License: GPL
Group: Networking/WWW
%ifnarch %ix86 x86_64 ia64
AutoReq: off
%endif
BuildRoot: %_tmppath/%name-%version-%release-buildroot
URL: http://www.gibix.net/projects/nspluginwrapper/

%description
nspluginwrapper makes it possible to use Netscape 4 compatible plugins
compiled for i386 into Mozilla for another architecture, e.g. x86_64.

This package consists in:
  * npviewer: the plugin viewer
  * npwrapper.so: the browser-side plugin
  * nspluginwrapper: a tool to manage plugins installation and update

This package provides the npviewer program for i386.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT
tar cf - . | tar xf - -C $RPM_BUILD_ROOT/

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root)
/usr/lib/nspluginwrapper/i386/npviewer.bin




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.90.1-10
+ Revision: 16d8f33
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3575 |14cr|nss-gui-0.3.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GUI to manage contents of an NSS database
Name:		nss-gui
Version:	0.3.10
Release:	3
License:	MPLv1.1 or GPLv2+ or LGPLv2+
Group:		File tools
URL:		https://fedorahosted.org/nss-gui/
Source0:	https://fedorahosted.org/released/nss-gui/%{name}-%{version}.tar.bz2
Source1:	nss-gui-16x16.png
Source2:	nss-gui-32x32.png
Source3:	nss-gui-48x48.png
Patch0:		nss-gui-compatibility.patch
Requires:	xulrunner
BuildRequires:	boost-devel
BuildRequires:	asciidoc
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl

%description
Graphical user interface to manage the content of an NSS (Network Security
Services) database, including registered CRLs and registered security devices
(PKCS#11). Based on Mozilla code.

%prep

%setup -q
%patch0 -p1

cp %{SOURCE1} nss-gui-16x16.png
cp %{SOURCE2} nss-gui-32x32.png
cp %{SOURCE3} nss-gui-48x48.png

# mdv bork
if [ -f /etc/asciidoc/docbook-xsl/manpage.xsl ]; then
    perl -pi -e "s|/usr/share/asciidoc|/etc/asciidoc|g" wrapnssgui/Makefile
fi

%build
cd wrapnssgui
make OPTFLAGS="%{optflags}"
cd ..

%install

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/nss-gui
install -d %{buildroot}%{_mandir}/man1

install -m0755 wrapnssgui/nss-gui %{buildroot}/%{_bindir}/nss-gui
cp -axiv xrnssgui/* %{buildroot}/%{_datadir}/nss-gui

install -m0644 wrapnssgui/nss-gui.1 %{buildroot}%{_mandir}/man1/

install -d %{buildroot}%{_datadir}/applications
rm -f %{buildroot}%{_datadir}/applications/MySQLWorkbench.desktop
cat > %{buildroot}%{_datadir}/applications/mysql-workbench-oss.desktop << EOF
[Desktop Entry]
Name=NSS GUI
Comment=GUI to manage contents of an NSS database
Exec=%{_bindir}/nss-gui
Terminal=false
Type=Application
Icon=nss-gui
Categories=System;X-MandrivaLinux-MoreApplications-Databases;
EOF

install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}
install -m0644 nss-gui-16x16.png %{buildroot}%{_miconsdir}/nss-gui.png
install -m0644 nss-gui-32x32.png %{buildroot}%{_iconsdir}/nss-gui.png
install -m0644 nss-gui-48x48.png %{buildroot}%{_liconsdir}/nss-gui.png

%files
%{_bindir}/nss-gui
%{_datadir}/nss-gui/xrnssgui.ini
%{_datadir}/nss-gui/defaults/preferences/prefs.js
%{_datadir}/nss-gui/chrome/chrome.manifest
%{_datadir}/nss-gui/chrome/branding/brand.properties
%{_datadir}/nss-gui/chrome/branding/brand.dtd
%{_datadir}/nss-gui/chrome/content/WebSitesModifyOverlay.xul
%{_datadir}/nss-gui/chrome/content/main.xul
%{_datadir}/nss-gui/chrome/content/crlManagerModify.xul
%{_datadir}/nss-gui/chrome/content/main.js
%{_datadir}/nss-gui/chrome.manifest
%attr(0644,root,root) %{_datadir}/applications/*.desktop
%attr(0644,root,root) %{_iconsdir}/*.png
%attr(0644,root,root) %{_liconsdir}/*.png
%attr(0644,root,root) %{_miconsdir}/*.png
%{_mandir}/man1/nss-gui.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.10-3
+ Revision: 4137532
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3576 |14cr|nss-mysql-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname nss_mysql %{major}

Summary:	NSS library for MySQL
Name:		nss-mysql
Version:	1.5
Release:	4
License:	GPLv2+
Group:		System/Libraries
Url:		http://libnss-mysql.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/libnss-mysql/libnss-mysql-%{version}.tar.gz
Patch1:		libnss-mysql-multiarch.patch
BuildRequires:	mysql-devel
Requires:	%{libname}

%description
Store your UNIX user accounts in MySQL. "libnss-mysql" enables the following:

* System-wide authentication and name service using a MySQL database.
  Applications do not need to be MySQL-aware or modified in any way.

* Storing authentication information in a database instead of text files.

* Creation of a single authentication database for multiple servers.
  This is often referred to as the "Single Sign-on" problem.

* Writing data-modification routines (IE self-management web interface).

libnss-mysql is similar to NIS or LDAP. It provides the same centralized
authentication service through a database. What does this mean? Username,
uid, gid, password, etc comes from a MySQL database instead of
/etc/password, /etc/shadow, and /etc/group. A user configured in MySQL will
look and behave just like a user configured in /etc/passwd. Your
applications such as ls, finger, sendmail, qmail, exim, postfix, proftpd,
X, sshd, etc. will all 'see' these users!

%files
%doc README ChangeLog AUTHORS THANKS NEWS COPYING FAQ DEBUGGING UPGRADING TODO
%doc sample
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libnss-mysql.cfg
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/libnss-mysql-root.cfg

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	NSS library for MySQL
Group:		System/Libraries
Requires:	%{name}
Conflicts:	%{name} < 1.5-4

%description -n %{libname}
NSS library for MySQL.

%files -n %{libname}
%{_libdir}/libnss_mysql.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q -n lib%{name}-%{version} -a 0
%patch1 -p1

%build
autoreconf -fi
%configure2_5x
%make
# remove non linux samples
rm -rf sample/freebsd sample/solaris

%install
mkdir -p %{buildroot}/{etc,lib}
%makeinstall_std
rm -f %{buildroot}%{_libdir}/libnss_mysql.so

%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5-4
+ Revision: 41e0e57
- Create library package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3577 |14cr|nss-pam-ldapd-0.8.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nss-pam-ldapd
Version:	0.8.3
Release:	2
Summary:	An nsswitch module which uses directory servers
Group:		System/Libraries
License:	LGPLv2+
URL:		http://arthurdejong.org/nss-ldapd/
Source0:	http://arthurdejong.org/nss-ldapd/%{name}-%{version}.tar.gz
Source2:	nslcd.init
BuildRequires:	openldap-devel
BuildRequires:	krb5-devel
BuildRequires:	pam-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
The nss-ldapd daemon, nslcd, uses a directory server to look up name
service information (users, groups, etc.) on behalf of a lightweight
nsswitch module.

%prep
%setup -q

%build
%configure2_5x --libdir=/%{_lib} --with-pam-seclib-dir=/%{_lib}/security
%make

%install
rm -rf %{buildroot}
%makeinstall_std

install -d -m 755 %{buildroot}%{_initrddir}
install -m 755 %{SOURCE2} %{buildroot}%{_initrddir}/nslcd

cat >> %{buildroot}%{_sysconfdir}/nss-ldapd.conf << EOF
uid nslcd
gid ldap
EOF

install -d -m 755 %{buildroot}%{_localstatedir}/run/nslcd

%clean
rm -rf %{buildroot}

%pre
%_pre_useradd nslcd / /bin/false

%post
%_post_service nslcd

%preun
%_preun_service nslcd

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING HACKING NEWS README TODO
%{_sbindir}/*
/%{_lib}/*.so.*
/%{_lib}/security/*.so
%{_mandir}/*/*
%config(noreplace) %{_sysconfdir}/nss-ldapd.conf
%config(noreplace) %{_sysconfdir}/nslcd.conf
%{_initrddir}/nslcd
%attr(-,nslcd,root) %{_localstatedir}/run/nslcd




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3-2
+ Revision: 0af38f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3578 |14cr|nstx-1.1-0.beta6.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	nstx
%define version	1.1
%define beta	beta6
%define release	%mkrel 0.%{beta}.8

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Nameserver Transfer Protocol
Group:		Networking/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPL
URL:		http://nstx.dereference.de/nstx/
Source0:	http://nstx.dereference.de/nstx/%{name}-%{version}-%{beta}.tar.bz2
Patch0: 	http://ftp.debian.org/debian/pool/main/n/nstx/nstx_1.1-beta6-4.diff.gz
Source1: 	nstxd
Source2: 	nstxd.default
Source3: 	nstxcd
Source4: 	nstxcd.default
Requires(pre):  rpm-helper
Requires(post): rpm-helper

%description
NSTX (the Nameserver Transfer Protocol) makes it possible to create IP tunnels
using DNS queries and replies for IP packet encapsulation where IP traffic
other than DNS isn't possible.

%package	client
Summary:	Nstx (Tunnel IP over DNS)
Group:		Networking/Other

%description	client
The nstx client.

%prep
%setup -q -n %{name}-%{version}-%{beta}
%patch0 -p1

%build
%make CFLAGS="$RPM_OPT_FLAGS"


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%_sbindir
mkdir -p $RPM_BUILD_ROOT/%_mandir/man8
mkdir -p $RPM_BUILD_ROOT/%_defaultdocdir/%{name}-%{version}
mkdir -p $RPM_BUILD_ROOT/%_initrddir/
mkdir -p $RPM_BUILD_ROOT/%_sysconfdir/%name
install -m 0755 nstxcd $RPM_BUILD_ROOT/%_sbindir
install -m 0755 nstxd  $RPM_BUILD_ROOT/%_sbindir
install -m 0644 *.8    $RPM_BUILD_ROOT/%_mandir/man8
install -m 0755 %SOURCE1 $RPM_BUILD_ROOT/%_initrddir/
install -m 0755 %SOURCE2 $RPM_BUILD_ROOT/%_sysconfdir/%name/
install -m 0755 %SOURCE3 $RPM_BUILD_ROOT/%_initrddir/
install -m 0755 %SOURCE4 $RPM_BUILD_ROOT/%_sysconfdir/%name/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING Changelog
%{_sbindir}/nstxd
%{_mandir}/man8/nstxd.*
%{_sysconfdir}/%name/nstxd.*
%{_initrddir}/nstxd

%files client
%defattr(-,root,root)
%doc README COPYING Changelog
%{_sbindir}/nstxcd
%{_mandir}/man8/nstxcd.*
%{_sysconfdir}/%name/nstxcd.*
%{_initrddir}/nstxcd

%post
%_post_service nstxd

%preun
%_preun_service nstxd




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.1-0.beta6.8
+ Revision: d6e1e1a
- Automatic import for version 1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3579 |14cr|nta-1.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network traffic analyzer

Name:		nta
Version:	1.0
Release:	13
License:	GPLv2+
Group:		Monitoring
Url:		http://www.kyberdigi.cz/projects/nta
Source0:	%{name}-%{version}.tar.bz2
Source1:	nta-cron-sample
Patch0:		nta-mandriva_apache_integration.bz2
Patch1:		nta-config_location.bz2
Requires:	webserver
BuildArch:	noarch

%description
Sometimes it is good to know, how the network is used, how many
bytes were received and how many bytes were sent. Therefore, here
is Network Traffic Analyzer, that creates nice graphical network
usage statistics accessible using a webbrowser.

NTA runs as a cron job as any unprivileged (non root) user.

%files
%doc README COPYING README.urpmi
%config(noreplace) %{_webappconfdir}/nta.conf
%config(noreplace) %{_sysconfdir}/nta/config.pl
%{_sysconfdir}/cron.d/nta
%{_sbindir}/*
%{perl_vendorlib}/*
%attr(0755,apache,apache) %dir /var/www/nta
/var/www/nta/*
%attr(0755,apache,apache) %dir /var/run/nta
%attr(0755,apache,apache) %dir %{_localstatedir}/lib/nta/data
%{_localstatedir}/lib/nta/templates/*

#----------------------------------------------------------------------------

%prep
%setup
%patch0 -p0
%patch1 -p0

%build

%install
# nta has no make install or similar, so we do it manually

install -d %{buildroot}%{_sbindir}
install nta.pl %{buildroot}%{_sbindir}

install -d %{buildroot}%{_sysconfdir}/nta
install -m0644 config.pl %{buildroot}%{_sysconfdir}/nta

install -d %{buildroot}%{_sysconfdir}/cron.d
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/cron.d/nta

install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# configuration for NTA

Alias /nta /var/www/nta
<Directory /var/www/nta>
    Require all granted
</Directory>
EOF

install -d %{buildroot}%{perl_vendorlib}
install -m0644 *.pm %{buildroot}%{perl_vendorlib}

install -d %{buildroot}/var/www/nta
install -d %{buildroot}/var/www/nta/images
install -m0644 images/* %{buildroot}/var/www/nta
install -d %{buildroot}/var/run/nta

install -d %{buildroot}%{_localstatedir}/lib/nta/data
install -d %{buildroot}%{_localstatedir}/lib/nta/templates
install -m0644 templates/* %{buildroot}%{_localstatedir}/lib/nta/templates

cat > README.urpmi <<EOF
NTA is installed as a cronjob that runs every five minutes.

You can check the results by accessing http://localhost/nta with any 
browser.
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-13
+ Revision: 8200776
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3580 |14cr|nted-1.10.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Musical score editor
Name:		nted
Version:	1.10.18
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml
Source0:	http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/sources/%{name}-%{version}.tar.gz
Patch0:		nted-1.10.18-sfmt.patch
Patch1:		nted-1.10.18-headers.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pango)

%description
NtEd is a GTK score editor. It intends to be really WYSIWYG:
what you see on the screen is exactly what you get on printer
output. It supports up to 4 voices per staff, drum notes, 5 lyrics
lines, N-Tuplets, context changes, repeats with alternatives,
configurable music instruments per staff, MIDI and Postscript
export, MusicXML import. Scores can be played through the ALSA sequencer.

%files -f %{name}.lang
%doc COPYING AUTHORS FAQ
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

# freetype2
perl -pi -e "s|<freetype/|<freetype2/|" mainwindow.cpp

%build
%configure2_5x
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/mime/packages

#new style menu
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=NtEd
GenericName=Score editor
GenericName[de]=Partitureditor
GenericName[fr]=Éditeur de partition
GenericName[it]=Redattore di spartiti
Comment=Edit musical scores
Comment[de]=Bearbeitet (musikal.) Partituren
Comment[fr]=Ėdite des partitions musicales
Comment[it]=Redige spartiti musicali
Exec=%{name}
Icon=%{name}
StartupNotify=true
Terminal=false
MimeType=application/x-%{name};
Type=Application
Categories=Audio;Midi;Music;
EOF

#new style mime-type
cat > %{buildroot}%{_datadir}/mime/packages/%{name}.xml <<EOF
<?xml version="1.0"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-nted">
    <comment>nted file</comment>
    <glob pattern="*.ntd"/>
     <magic priority="60">
       <match value="nted-file" type="string" offset="20:140"/>
     </magic>
  </mime-type>
</mime-info>
EOF

%find_lang %{name}


%changelog
* Sat Aug 09 2014 abfonly <abfonly@gmail.com> 1.10.18-2
+ Revision: 3cd9b51
- Updated nted.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3581 |14cr|ntl-5.5.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	5
%define libname	%mklibname %name %{major}
%define develname %mklibname %name -d
%define sdevelname %mklibname %name -d -s

Summary:	Library for doing number theory
Name:		ntl
Version:	5.5.2
Release:	9
License:	GPLv2+
Group:		System/Libraries
URL:		http://www.shoup.net/ntl/index.html
Source0:	http://www.shoup.net/ntl/%{name}-%{version}.tar.gz
BuildRequires:	gmp-devel
BuildRequires:	gf2x-devel
Patch0:		ntl-5.5.2-sagemath.patch

%description
NTL is a high-performance, portable C++ library providing data structures and
algorithms for manipulating signed, arbitrary length integers, and for vectors,
matrices, and polynomials over the integers and over finite fields.

%package -n %{libname}
Summary:	Main library for NTL (Number Theory Library)
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
This package contains the libraries needed to run programs dynamically linked
with NTL (Number Theory Library).

%package -n %{develname}
Group:		Development/C++
Summary:	Shared libraries and header files for NTL (Number Theory Library)
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	gf2x-devel

%description -n %{develname}
This package contains the shared libraries and header files needed for
developing NTL (Number Theory Library) applications.

%package -n %{sdevelname}
Group:		Development/C++
Summary:	Static libraries for NTL (Number Theory Library)
Provides:	%{name}-static-devel = %{version}-%{release}
Requires:	%{develname} = %{version}-%{release}

%description -n %{sdevelname}
This package contains the static libraries needed for developing NTL
(Number Theory Library) applications.

%prep
%setup -q
%patch0	-p1

%build
cd src

CFLAGS="`echo %optflags | sed 's/-O[0-9]/-O1/'`"
CXXFLAGS="`echo %optflags "-fno-rtti" | sed 's/-O[0-9]/-O1/'`"

./configure \
PREFIX=%{_prefix} \
	LIBDIR=$(echo %{_libdir} | sed 's,^%{_prefix},$${PREFIX},') \
	INCLUDEDIR=$(echo %{_includedir} | sed 's,^%{_prefix},$${PREFIX},') \
	DOCDIR=$(echo %{_docdir} | sed 's,^%{_prefix},$${PREFIX},') \
	NTL_GMP_LIP=on \
	NTL_STD_CXX=on \
	CC="${CC-gcc}" CXX="${CXX-g++}" \
	CPPFLAGS="$CPPFLAGS" \
	CFLAGS="$CFLAGS" \
	CXXFLAGS="$CXXFLAGS" \
	NTL_GF2X_LIB=on

LD_LIBRARY_PATH=. \
make \
	CPPFLAGS="$CPPFLAGS -DPIC" \
	CFLAGS="$CFLAGS -fPIC" \
	CXXFLAGS="$CXXFLAGS -fPIC" \
	AR='bash -e -c '\''out=$$1; lib=$$(basename $$out .a).so.%{major}; \
	lib=lib$${lib#lib}; set -x; rm -f $$lib; ${CXX} -shared -Wl,-soname,$$lib \
	-o "$$@" -lgmp -lgf2x; ln -s $$out $$lib'\' \
	RANLIB=: \
	all check

rm -f libntl.so.%{major}
mv -f ntl.a libntl.so.%{version}
ln -sf libntl.so.%{version} libntl.so.%{major}

make clean ntl.a check

%install
cd src

make PREFIX=%{buildroot}%{_prefix} install

install -m 755 libntl.so.%{version} %{buildroot}%{_libdir}/libntl.so.%{version}
ln -sf libntl.so.%{version} %{buildroot}%{_libdir}/libntl.so.%{major}
ln -sf libntl.so.%{version} %{buildroot}%{_libdir}/libntl.so

rm -rf %{buildroot}%{_defaultdocdir}/NTL

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc doc/*
%{_includedir}/*
%{_libdir}/*.so

%files -n %{sdevelname}
%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.5.2-9
+ Revision: f5ad0c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3582 |14cr|ntlogon-0.11.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Autogenerator for NT logon scripts
Name:		ntlogon
Version:	0.11.0
Release:	3
License:	GPL
Group:		Networking/Other
URL:		http://www.craigelachie.org/rhacer/ntlogon/
Source0:	%name-%version.tar.bz2
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
NTLogon is a Python script that generates Samba/NT-logon scripts from an
easy-to-modify configuration file. It currently understands the Samba
macros for User, Group and Architecture. The configuration file looks like
a cross between an INI file and a DOS batchfile, so most Windows users
will feel somewhat comfortable with it.

%prep

%setup -c -n %{name}-%{version}

%build
# no build for no arch ... no build for no arch ...

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}{%{_prefix}/bin,/etc,%{_datadir}/doc/%{name}}
install -m 755 %{name}-%{version}/ntlogon.py   %{buildroot}%{_bindir}/ntlogon
install -m 644 %{name}-%{version}/ntlogon.conf %{buildroot}%{_sysconfdir}
install -m 644 %{name}-%{version}/CHANGES %{buildroot}%{_datadir}/doc/%{name}
install -m 644 %{name}-%{version}/LICENSE %{buildroot}%{_datadir}/doc/%{name}
install -m 644 %{name}-%{version}/PKG-INFO %{buildroot}%{_datadir}/doc/%{name}
install -m 644 %{name}-%{version}/README %{buildroot}%{_datadir}/doc/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc %{name}-%{version}/CHANGES %{name}-%{version}/LICENSE %{name}-%{version}/PKG-INFO %{name}-%{version}/README
%config(noreplace) %{_sysconfdir}/*
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.0-3
+ Revision: 28b4213
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3583 |14cr|ntop-4.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'devel.*'
%define __noautoprov 'devel.*'
%define _disable_ld_no_undefined 1

Summary:	Network and traffic analyzer
Name:		ntop
Version:	4.0.3
Release:	4
License:	GPLv3+
Group:		Monitoring
Url:		http://www.ntop.org
Source0:	http://downloads.sourceforge.net/ntop/%{name}-%{version}.tar.gz
Source1:	%{name}.init
Source2:	%{name}.logrotate
Source3:	http://standards.ieee.org/regauth/oui/oui.txt
Patch0:		ntop-path_to_dot.diff
Patch2:		ntop-mysql_headers.diff
Patch3:		ntop-no_usr_local_fix.diff
Patch4:		ntop-4.0-system_geoip.patch
Patch5:		ntop-4.0-system_lua.patch
BuildRequires:	chrpath
BuildRequires:	libtool
BuildRequires:	wget
BuildRequires:	gd-devel
BuildRequires:	gdbm-devel
BuildRequires:	jpeg-devel
BuildRequires:	libpcap-devel
BuildRequires:	mysql-devel
BuildRequires:	net-snmp-devel
BuildRequires:	perl-devel
BuildRequires:	readline-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(gdome2)
BuildRequires:	pkgconfig(geoip)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librrd)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(zlib)
Requires:	tcp_wrappers
Requires:	rrdtool
Requires:	geoip
Requires(pre,preun):	rpm-helper
Requires(post,postun):	rpm-helper

%description
Ntop is a network and traffic analyzer that provides a wealth of information on
various networking hosts and protocols. ntop is primarily accessed via a
built-in web interface. Optionally, data may be stored into a database for
analysis or extracted from the web server in formats suitable for manipulation
in perl or php.

%files
%doc AUTHORS CONTENTS COPYING ChangeLog NEWS PORTING MANIFESTO SUPPORT_NTOP.txt
%doc THANKS docs/FAQ docs/HACKING docs/KNOWN_BUGS docs/FILES docs/README
%doc docs/1STRUN.txt docs/database NetFlow README.urpmi
%{_sysconfdir}/logrotate.d/ntop
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_initrddir}/ntop
%{_sbindir}/*
%{_mandir}/*/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_libdir}/lib*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*
%dir %{_sysconfdir}/ntop
%{_sysconfdir}/ntop/*
%attr(0711,ntop,ntop) %dir /var/log/ntop
%attr(0711,ntop,ntop) %dir /var/lib/ntop

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .dot
%patch2 -p1 -b .mysql_headers
%patch3 -p0 -b .no_usr_local_fix
%patch4 -p1 -b .system_geoip
%patch5 -p1 -b .system_lua

# update oui.txt
rm -f oui.txt*
cp %{SOURCE3} oui.txt; gzip -9 oui.txt

%build
sh ./autogen.sh --noconfig

%serverbuild

# populate CPPFLAGS with some includes
export CPPFLAGS="$CPPFLAGS `pkg-config --cflags-only-I gdome2` `pkg-config --cflags-only-I glib-2.0`"
export CORELIBS="$CORELIBS `mysql_config --libs_r` -ldl -lm -lwrap"

%configure2_5x \
    --bindir=%{_sbindir} \
    --disable-static \
    --enable-optimize \
    --enable-tcpwrap \
    --enable-sslv3 \
    --enable-snmp \
    --sysconfdir=%{_sysconfdir} \
    --mandir=%{_mandir} \
    --with-localedir=%{_datadir}/locale \
    --localstatedir=/var/lib

cat >> config.h <<EOF
#define HAVE_LIBDL 1
#define HAVE_LIBM 1
#define HAVE_LIBMYSQLCLIENT_R 1
#define HAVE_LIBWRAP 1
#define HAVE_MYSQL_H 1
EOF

#rpath problem
sed -i \
    -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
    libtool

%make

%install
install -d %{buildroot}%{_sysconfdir}/{logrotate.d,sysconfig}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}/var/log/ntop

%makeinstall_std

chmod 644 %{buildroot}%{_sysconfdir}/ntop/*gz
rm -f %{buildroot}%{_sysconfdir}/ntop/ntop-cert.pem

cat > %{buildroot}%{_sysconfdir}/ntop/makecert.sh <<EOF
#!/bin/sh
openssl req -new -x509 -sha1 -extensions v3_ca -nodes -days 1825 -out cert.pem
cat privkey.pem cert.pem > ntop-cert.pem
rm -f privkey.pem cert.pem
chmod 600 ntop-cert.pem
EOF

chmod 755 %{buildroot}%{_sysconfdir}/ntop/makecert.sh

install -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/ntop
install -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/ntop

cat > %{buildroot}%{_sysconfdir}/sysconfig/%{name} <<EOF
# In this file, you can specify extra argument passed
# to ntop daemon at startup.
# Notice -u (user), -P (data dir) and -d (run as daemon)
# are allready set in init script
extra_arg=""

EOF

# cleanup
#rm -rf %{buildroot}%{_prefix}/lib%{name}
rm -rf %{buildroot}%{_libdir}/*.{a,la}
rm -rf %{buildroot}%{_libdir}/plugins

# fix permissions
find %{buildroot}%{_datadir}/%{name}/html -type f -print0|xargs -0 chmod 644
find %{buildroot}%{_datadir}/%{name}/html -type d -print0|xargs -0 chmod 755

# nuke rpath
#chrpath -d %{buildroot}%{_libdir}/ntop/plugins/*.so

cat > README.urpmi << EOF
There are some manual steps you need to do, first start %{_sbindir}/ntop to set
the admin password, please consilte the docs/1STRUN.txt file for more info. After
that change directory to %{_sysconfdir}/ntop and execute the makecert.sh script to
generate the ntop-cert.pem file.

Have fun!
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.3-4
+ Revision: 1fe995c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3584 |14cr|nuclearchess-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define summary Chess variant that cause surronding pieces to disappear
Summary:	%{summary}
Name:		nuclearchess
Version:	1.0.0
Release:	4
License:	GPLv2
Source:		http://user.cs.tu-berlin.de/~karlb//%{name}/%{name}-%{version}.tar.gz
Group:		Games/Boards
URL:		http://www.linux-games.com/nuclearchess/
BuildRequires:	libSDL_image-devel

%description
NuclearChess is a chess variant. Whenever a piece is captured, both
pieces and all pieces on neighbour fields die.

%prep
%setup -q

%build
export LDFLAGS="-lm"
%configure2_5x --datadir=%{_gamesdatadir} --bindir=%{_gamesbindir}
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=boards_section
Comment=%{summary}
Categories=BoardGame;
Name=Nuclear Chess
EOF

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING README
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: 5ef8983
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3585 |14cr|null-2.1-82
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A dummy package for bs testing purpose
Name:		null
Version:	2.1
Release:	82
Epoch:		1
License:	GPLv2+
Group:		Development/Other
BuildArch:	noarch

%description
Dummy package.

%files

%post -p /bin/csh
echo "csh sux"

#----------------------------------------------------------------------------

%package dummy
Summary:	Test package
Group:		Development/Other

%description dummy
A dummy subpackage.

%files dummy

#----------------------------------------------------------------------------

%prep
%setup -D -T -n .

%build

%install

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.1-82
+ Revision: 01948c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3586 |14cr|nullidentd-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	nullidentd
%define	version	1.0
%define release 10

Summary:	Minimal identd server implementing the auth protocol (RFC 1413)
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{release}
License:	GPL
Group:		System/Servers
Source0:	http://www.tildeslash.org/nullidentd/%{name}-%{version}.tar.bz2
Source1:	%{name}.xinetd.bz2
Patch0:		%{name}-makefile.patch.bz2
Patch1:		nullidentd-1.0-gcc4-fixes.patch.bz2
URL:		http://www.tildeslash.org/nullidentd.html
Provides:	identd
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires(pre,postun):	rpm-helper

%description
nullidentd is intended to be a bare minimum identd server.

The program implements the auth protocol from RFC 1413.  This protocol is
used to identify active TCP connections.  It depends on the trustworthiness
of the server and as such is completely useless as a method of
identification.  Unfortunately some applications still require that an identd
server is available to query about incoming connections.  nullidentd
implements the absolute minimum server to allow these applications to
function.  It returns a fake response for any request.

%prep
%setup -q
%patch0 -p0
%patch1 -p1 -b .gcc4

%build
%make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_sysconfdir}/xinetd.d,%{_sbindir}}
%makeinstall
install -m755 %{name} $RPM_BUILD_ROOT%{_sbindir}
bzcat %{SOURCE1} > $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/%{name}
install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/true

%post
%_post_service xinetd

%preun
if [ -f /var/run/xinetd.pid ]; then
	echo "Restarting xinetd service"
	service xinetd restart
fi

%postun
%_postun_userdel %{name}

%files
%defattr(-,root,root)
%doc README CHANGELOG
%config(noreplace) %{_sysconfdir}/xinetd.d/%{name}
%{_sbindir}/%{name}
%{_localstatedir}/lib/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-10
+ Revision: 295df93
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3587 |14cr|nulog-2.1.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This file is provided by python-twisted-core
%define __noautoreq '/usr/bin/twistd'

Summary:	Firewall log analysis interface written in python
Name:		nulog
Version:	2.1.5
Release:	5
License:	GPL
Group:		System/Servers
URL:		http://www.inl.fr/Nulog.html
Source0:	http://www.inl.fr/download/%{name}-%{version}.tar.bz2
Source1:	nulog
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	python-devel
BuildRequires:	python-docutils
BuildRequires:	gettext
Requires:	python-nevow
Requires:	python-twisted-core
Requires:	python-matplotlib
Requires:	python-soap
Requires:	python-mysql
Requires:	mysql
Requires:	python-ipy
Requires:	python-docutils
Requires:	ulogd-mysql
Provides:	ulog-php = %{version}
Obsoletes:	ulog-php
BuildArch:	noarch

%description
Nulog is a firewall log analysis interface written in python. Netfilter and
NuFW are able to log selected packets directly in a database like MySQL or
PostgreSQL. Nulog uses this interface to display security events in real-time
on a user-friendly interface.

%prep

%setup -q

%build
make

%install
python setup.py install --root=%{buildroot}

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/nulog/default_user
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var/run/nulog
install -d %{buildroot}/var/lib/nucentral
install -d %{buildroot}%{_datadir}/nulog

mv %{buildroot}%{_sysconfdir}/nulog/default.core.conf %{buildroot}%{_sysconfdir}/nulog/core.conf
mv %{buildroot}%{_sysconfdir}/nulog/default.nulog.conf %{buildroot}%{_sysconfdir}/nulog/nulog.conf
mv %{buildroot}%{_sysconfdir}/nulog/default.wrapper.conf %{buildroot}%{_sysconfdir}/nulog/wrapper.conf

cp -fr scripts/ %{buildroot}%{_datadir}/nulog/scripts

install -m0755 %{SOURCE1} %{buildroot}%{_initrddir}

# install log rotation stuff
cat > %{buildroot}%{_sysconfdir}/logrotate.d/nulog << EOF
/var/log/nulog.log {
    create 640 root root 
    monthly
    compress
    missingok
    postrotate
	%{_initrddir}/nulog condrestart > /dev/null 2>&1 || :
    endscript
}
EOF

%post
%_post_service %{name}

%preun
%_preun_service %{name}


%files
%defattr(-,root,root)
%doc COPYING README
%{_initrddir}/%{name}
%dir %{_sysconfdir}/nulog
%dir %{_sysconfdir}/nulog/default_user
%config(noreplace) %{_sysconfdir}/nulog/core.conf
%config(noreplace) %{_sysconfdir}/nulog/nulog.conf
%config(noreplace) %{_sysconfdir}/nulog/wrapper.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/nulog
%{py_puresitedir}/auth
%{py_puresitedir}/nulog-core
%{py_puresitedir}/nulog-web
%{py_puresitedir}/wrapper
%{py_puresitedir}/Nulog-*egg-info
%{_sbindir}/nulog.tac
%{_datadir}/locale/fr/LC_MESSAGES/nulog.mo
%{_datadir}/nulog/scripts
%dir /var/run/nulog
%dir /var/lib/nucentral



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.5-5
+ Revision: 9d16235
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3588 |14cr|numexp-core-0.17.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname numexp %{major}
%define devname %mklibname numexp -d

Summary:	Family of open-source applications for numeric computation
Name:		numexp-core
Version:	0.17.1
Release:	3
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://numexp.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/numexp/%{name}-%{version}.tar.gz
Patch0:		numexp-core-0.17.1-no-install-hook.patch
Patch1:		numexp-core-0.17.1-fix-format-errors.patch
Patch2:		numexp-core-0.17.1-fix-linking.patch
Patch3:		numexp-core-0.17.1-gsl.patch
BuildRequires:	flex
BuildRequires:	perl-DB_File
BuildRequires:	perl-XML-DT
BuildRequires:	perl-XML-LibXML
BuildRequires:	gmp-devel
BuildRequires:	mpfr-devel
BuildRequires:	readline-devel
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(libbonobo-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(popt)

%description
This package is part of the NumExp project, which could be described as a
mathematical computation environment or even as a programming language.

It contains the backend kernel and a simple text client.
No GUI or graphics are available here.

%files -f %{name}.lang
%doc README
%{_bindir}/*
%{_libexecdir}/numexp-kernel
%{_libdir}/bonobo/servers/*.server
%{_prefix}/lib/numexp
%{_libdir}/orbit-2.0/*.so
%{_datadir}/idl/*.idl
%{_datadir}/%{name}
%{_sysconfdir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Family of open-source applications for numeric computation
Group:		Sciences/Mathematics
Requires:	%{name}

%description -n %{libname}
This package is part of the NumExp project, which could be described as a
mathematical computation environment or even as a programming language.

It contains the core libraries, which are necessary for any application that
uses NumExp.

%files -n %{libname}
%{_libdir}/libnumexp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Family of open-source applications for numeric computation
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Provides:	numexp-devel = %{EVRD}
Provides:	libnumexp-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description	-n %{devname}
This package contains header and development files of NumExp.
It is necessary only if you want to compile programs that uses NumExp.

%files -n %{devname}
%doc ChangeLog
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .no-install-hook~
%patch1 -p1 -b .printf~
%patch2 -p1 -b .fix-linking~
%patch3 -p1 -b .gsl~

%build
export LIBS="-lbonobo-activation"
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.1-3
+ Revision: 6540723
- Add patch to fix build with new gsl, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3589 |14cr|numptyphysics-0.3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A crayon-drawing based physics puzzle game 
Name:		numptyphysics
Version:	0.3.3
Release:	3
License:	GPLv3+
Group:		Games/Puzzles
Url:		http://numptyphysics.garage.maemo.org/
# git clone git://github.com/harmattan/numptyphysics.git
# cd numptyphysics
# git archive --format=tar --prefix=numptyphysics-0.3.3/ 0.3.3 | \
# gzip > ../numptyphysics-0.3.3.tar.gz
Source0:	%{name}-%{version}.tar.gz
Source1:	numptyphysics.desktop
Source10:	numptyphysics-levels.tar.gz
Patch2:		numptyphysics-0.3.3.fixclose.patch
Patch3:		numptyphysics-0.3.3.fixmake.patch
BuildRequires:	desktop-file-utils
BuildRequires:	vim-common
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(x11)

%description
Harness gravity with your crayon and set about creating blocks, ramps,
levers, pulleys and whatever else you fancy to get the little red thing to
the little yellow thing.

%files
%{_bindir}/numptyphysics
%{_datadir}/numptyphysics
%{_datadir}/pixmaps/numptyphysics.png
%{_datadir}/applications/numptyphysics.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch2 -p 1 -b .fixclose
%patch3 -p 1 -b .fixmake

%build
export LIBS="-lz -lX11"
%make

%install
%makeinstall_std

# Directory structure
install -d %{buildroot}%{_datadir}/numptyphysics
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/pixmaps

# Files
install -pm 644 data/numptyphysics.png %{buildroot}%{_datadir}/pixmaps/numptyphysics.png

# Additional levels
tar xzf %{SOURCE10} -C %{buildroot}%{_datadir}/numptyphysics
mv -f %{buildroot}%{_datadir}/numptyphysics/numptyphysics-levels/*.nph %{buildroot}%{_datadir}/numptyphysics/
rm -rf %{buildroot}%{_datadir}/numptyphysics/numptyphysics-levels

# Icon
desktop-file-install %{SOURCE1} \
	--dir=%{buildroot}%{_datadir}/applications


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-3
+ Revision: 5ec46a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3590 |14cr|nusoap-0.9.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'pear(f:'
%define __noautoprov 'pear(f:'

Summary:	SOAP Toolkit for PHP
Name:		nusoap
Version:	0.9.5
Release:	4
License:	LGPLv2.1+
Group:		Development/PHP
Url:		http://sourceforge.net/projects/nusoap/
Source0:	https://downloads.sourceforge.net/project/nusoap/%{name}/%{version}/%{name}-%{version}.zip
Source1:	https://downloads.sourceforge.net/project/nusoap/%{name}-docs/%{version}/%{name}-docs-%{version}.zip
Requires:	php-pear
BuildArch:	noarch

%description
NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a
set of PHP classes - no PHP extensions required -  that allow developers to
create and consume web services based on SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1.

%files
%doc lib/changelog docs/* samples
%dir %{_datadir}/pear/nusoap
%{_datadir}/pear/nusoap/*php

#----------------------------------------------------------------------------

%prep
%setup -q -c -a1

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

# strip away annoying ^M
find -type f -print0|xargs -0 file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find -type f -print0|xargs -0 file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

perl -pi -e "s|\(\'\.\.\/lib\/|\(\'%{_datadir}/pear/nusoap/|g" samples/*

mv lib/changelog lib/changelog.old
iconv -f ISO-8859-1 -t UTF-8 lib/changelog.old > lib/changelog

%build

%install
install -d %{buildroot}%{_datadir}/pear/nusoap
install -m0644 lib/*.php %{buildroot}%{_datadir}/pear/nusoap/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5-4
+ Revision: c43edf3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3591 |14cr|nut-monitor-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NUT (Network UPS Tools) GUI Client
Name:		nut-monitor
Version:	1.1
Release:	3
Group:		Monitoring
License:	GPLv3+
URL:		http://www.lestat.st/informatique/projets/nut-monitor-en
Source0:	http://www.lestat.st/_media/informatique/projets/nut-monitor/%{name}-%{version}.tar.gz
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Requires:	python
Requires:	python-pynut
BuildRequires:	imagemagick
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
NUT-Monitor is a graphical application to monitor and manage UPSes connected to
a NUT server. This application is written in Python and PyGTK and uses the
PyNUT class.

%prep

%setup -q -n %{name}-%{version}

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/%{name}
install -d %{buildroot}%{_bindir}

install -m0755 NUT-Monitor %{buildroot}%{_bindir}/%{name}
install -m0644 gui.glade %{buildroot}%{_datadir}/%{name}/

# install icons
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}

convert -scale 16x16 %{name}.png %{buildroot}%{_miconsdir}/%{name}.png
convert -scale 32x32 %{name}.png %{buildroot}%{_iconsdir}/%{name}.png
install -m0644 %{name}.png %{buildroot}%{_liconsdir}/%{name}.png

# menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=NUT Monitor
Comment=Network UPS Tools GUI client
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=GTK;Settings;System;X-MandrivaLinux-CrossDesktop;
EOF

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%doc README copyright
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: af08444
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3592 |14cr|nux-3.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3.0
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define libcore %mklibname %{name}-core %{api} %{major}
%define libgraphics %mklibname %{name}-graphics %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Visual rendering toolkit for real-time applications
Name:		nux
Version:	3.10.0
Release:	3
License:	LGPL
Group:		System/Libraries
Source0:	https://launchpad.net/nux/3.0/3.10/+download/%{name}-%{version}.tar.gz
BuildRequires:	boost-devel
BuildRequires:	gmock-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glesv2)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glewmx)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(libgeis)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xinerama)

%description
Visual rendering toolkit for real-time applications - tools
Nux is a graphical user interface toolkit for applications that mixes OpenGL
hardware acceleration with high quality visual rendering.

%files
%doc README INSTALL COPYING COPYING.gpl TODO AUTHORS NEWS ChangeLog doxygen-include.am doxygen.cfg
%{_libdir}/unity_support_test
%{_datadir}/nux/3.0/UITextures/*
%{_datadir}/nux/3.0/Fonts/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for the nux package
Group:		System/Libraries
Conflicts:	%{_lib}nux0 < 3.10.0-3
Obsoletes:	%{_lib}nux0 < 3.10.0-3

%description -n %{libname}
Shared library for the nux package.

%files -n %{libname}
%{_libdir}/libnux-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcore}
Summary:	Shared library for the nux package
Group:		System/Libraries
Conflicts:	%{_lib}nux0 < 3.10.0-3

%description -n %{libcore}
Shared library for the nux package.

%files -n %{libcore}
%{_libdir}/libnux-core-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgraphics}
Summary:	Shared library for the nux package
Group:		System/Libraries
Conflicts:	%{_lib}nux0 < 3.10.0-3

%description -n %{libgraphics}
Shared library for the nux package.

%files -n %{libgraphics}
%{_libdir}/libnux-graphics-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Nux headers and development libraries
Group:		Development/Other
Requires:	%{libname} = %{version}
Requires:	%{libcore} = %{version}
Requires:	%{libgraphics} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Nux development headers and libraries.

%files -n %{devname}
%{_datadir}/nux/gputests/*.cpp
%{_includedir}/Nux-3.0/Nux/*.h
%{_includedir}/Nux-3.0/Nux/Readme.txt
#% {_includedir}/Nux-3.0/NuxImage/*.h
%{_includedir}/Nux-3.0/NuxGraphics/*.h
%{_includedir}/Nux-3.0/NuxCore/*.h
%{_includedir}/Nux-3.0/NuxCore/Character/*.h
%{_includedir}/Nux-3.0/NuxCore/FileManager/*.h
%{_includedir}/Nux-3.0/NuxCore/Math/*.h
%{_includedir}/Nux-3.0/Nux/ProgramFramework/*.h
#% {_includedir}/Nux-3.0/NuxCore/TinyXML/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%define _disable_ld_no_undefined 1
# enable-ooengles-20 is the only way to build...
# otherwise we get hundreds of "multiple definition" errors
%configure2_5x --enable-opengles-20
%make LIBS='-lpthread'

%install
%makeinstall_std


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 3.10.0-3
+ Revision: de3dbea
- Split library package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3593 |14cr|nvclock-0.8-0.b4.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta b4

Summary:	Overclocking tool for NVIDIA graphic boards
Name:		nvclock
Version:	0.8
Release:	%mkrel 0.%{beta}.4
License:	GPLv2+
Group:		System/Configuration/Hardware
URL:		http://www.linuxhardware.org/nvclock/
Source:		http://www.linuxhardware.org/nvclock/%{name}%{version}%{beta}.tar.bz2
Patch0:		%{name}0.8b4-makefile.patch
BuildRequires:	gtk+2-devel
BuildRequires:	desktop-file-utils
Obsoletes:	%{name}-gtk < 0.8-0.b4.1
Obsoletes:	%{name}-qt3 < 0.8-0.b4.1
Provides:	%{name}-gtk
Provides:	%{name}-qt3
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
This program allows you to overclock your nvidia card under linux.

%prep
%setup -q -n %{name}%{version}%{beta}
%patch0 -p1

%build
%configure2_5x \
	--enable-gtk \
	--disable-qt \
	--enable-nvcontrol

%make -j1

%install
rm -rf %{buildroot}

%makeinstall_std

desktop-file-install \
	--add-category="HardwareSettings" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

sed -i -e 's/^Icon=%{name}.png$/Icon=%{name}/g' %{buildroot}%{_datadir}/applications/*

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_mandir}/man1/*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.8-0.b4.4
+ Revision: d41aca6
- Automatic import for version 0.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3594 |14cr|nvram-wakeup-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nvram-wakeup
URL:		http://sourceforge.net/projects/nvram-wakeup
Summary:	Reads and writes the WakeUp time in the BIOS
Version:	1.1
Release:	2
License:	GNU General Public License (GPL)
Group:		System/Base
Source:		http://downloads.sourceforge.net/project/nvram-wakeup/nvram-wakup-%{version}.tar.gz
Source1:	COPYING

%description
This is a (small) program  that can read and write  the WakeUp time in
the  BIOS  (via /dev/nvram on kernels >= 2.4.6 or via direct I/O).  On
this  WakeUp  time  the computer will be powered on automatically from
the soft-off state.

---- WARNING: --------------------------------------------------------
This program  writes into the  NVRAM  (used by	BIOS to store the CMOS
settings). This is  DANGEROUS.	Do it at  your own  risk.  Neither the
author	of  this program  (nvram-wakeup)  nor anyone else  can be made
responsible to any damage made by this program in any way. (The worst
case  happened to me is that on reboot the BIOS noticed the illegal 
contents of  the nvram and  set everything to default values. But this
doesn't mean that you can't destroy even your whole computer.) YOU HAVE
BEEN WARNED.

%prep
%setup -q -n nvram-wakup-%{version}

%build
%make

%install

#% makeinstall_std

mkdir -p %buildroot/%{_sbindir}
mkdir -p %buildroot/%{_mandir}/man8
gzip *.8
cp %{SOURCE1} .
install -m 0755 biosinfo cat_nvram guess-helper guess \
	set_timer time nvram-wakeup rtc %buildroot/%{_sbindir}
install -m 0644 *.8.* %buildroot/%{_mandir}/man8

%files
%doc HISTORY README.*  COPYING
%{_sbindir}/*
%{_mandir}/man8/*.8.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: 19d3093
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3595 |14cr|nx-3.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# most of the descriptions are stolen from the debian package
%global _hardened_build 1
%define _pkglibdir %{_libdir}/nx
%define _pkgdatadir %{_datadir}/nx
%define _pkglibexecdir %{_libexecdir}/nx

%define Werror_cflags %nil

Summary: 	NoMachine NX
Name: 		nx
Version: 	3.5.0
Release: 	3
Source0: 	http://code.x2go.org/releases/source/nx-libs/nx-X11/%{name}-X11-%{version}-2.tar.gz
Source1:	http://code.x2go.org/releases/source/nx-libs/nxagent/nxagent-%{version}-7.tar.gz
Source2:	http://code.x2go.org/releases/source/nx-libs/nxauth/nxauth-%{version}-1.tar.gz
Source4:	http://code.x2go.org/releases/source/nx-libs/nxcompext/nxcompext-%{version}-1.tar.gz
Source5:	http://code.x2go.org/releases/source/nx-libs/nxcompshad/nxcompshad-%{version}-2.tar.gz
Source6:	http://64.34.173.142/download/%{version}/sources/nxwin-%{version}-4.tar.gz
Source7:	http://code.x2go.org/releases/source/nx-libs/nxcomp/nxcomp-%{version}-2.tar.gz
Source8:	http://code.x2go.org/releases/source/nx-libs/nxproxy/nxproxy-%{version}-1.tar.gz
Source9:	http://64.34.173.142/download/%{version}/sources/nxssh-%{version}-2.tar.gz

Source10:	GUUG-Presentation-NX.pdf

# rename libs with nx prefix => allow us to put them in %{_libdir} (from debian)
# rediffed for 2.0
Patch0:		nx-X11-3.1-libdir.patch
Patch1:		nx-X11-fix-format-errors.patch
Patch2:		nxssh-fix-format-errors.patch

Patch3:		nx-3.5.0-optflags.patch
Patch4:		nx-3.5.0-syslibs.patch
Patch5:		http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-misc/nx/files/nx-3.5.0-libpng15.patch

License: 	GPLv2+ and MIT
Group: 		Networking/Remote access
URL: 		http://www.nomachine.com/sources.php
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	jpeg-devel
#BuildRequires:	automake1.7, automake1.4
BuildRequires:  pkgconfig(openssl)
BuildRequires:	imake
BuildRequires:	pkgconfig(lbxutil)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(expat)
BuildRequires:  tirpc-devel

%description
NoMachine NX is the next-generation X compression and roundtrip
suppression scheme. It can operate remote X11 sessions over 
56k modem dialup links or anything better. 

####################
#   xcompext lib   #
####################
%define lib_name_orig_xcompext libxcompext
%define lib_major_xcompext 3
%define lib_name_xcompext %mklibname xcompext %{lib_major_xcompext}
%package -n     %{lib_name_xcompext}
Summary:	Xcompext/Xcompshad library for NX
Group:		System/Libraries
Provides:	xcompext = %{version}-%{release}
Provides:	xcompshad = %{version}-%{release}

%description -n %{lib_name_xcompext}
Xcompext and Xcompshad library needed by the NX framework

###############
# nx-X11 lib  #
###############
%define lib_name_orig_nxx11 libnxX11
%define lib_major_nxx11 0
%define lib_name_nxx11 %mklibname nxX11_ %{lib_major_nxx11}
%package -n     %{lib_name_nxx11}
Summary:	Nx-X11 lib for NX
Group:		System/Libraries
Provides:	nxX11 = %{version}-%{release}

%description -n %{lib_name_nxx11}
NX-X11 lib for the NX framework

##########
# nxcomp #
##########
%define lib_name_orig_nxcomp libxcomp
%define lib_major_nxcomp 3
%define lib_name_nxcomp %mklibname xcomp %{lib_major_nxcomp}

%package -n	%{lib_name_nxcomp}
Summary:	Xcomp library for NX
Group:		System/Libraries
Provides:	xcomp = %{version}-%{release}

%description -n %{lib_name_nxcomp}
Xcomp library for NX subsystem

###########
# nxproxy #
###########
%package -n	nxproxy
Summary:	Provide the protocol compression and caching part of the NX scheme
Group:		Networking/Remote access

%description -n nxproxy
The nxproxy runs on the X server side of the wire and thus accompanies 
the nxagent running on X client side. It provides the protocol
compression and caching part of the NX scheme.

###########
# nxagent #
###########
%package -n 	nxagent
Summary:	NX X server based on Xnest
Group:		Networking/Remote access

%description -n nxagent
The nxagent is an X server based on Xnest, but modified
for the purpose of reducing roundtrips over high-latency
networks significantly. It is run on the client side of X,
that is, on the machine where X clients run. It connects,
over the wire, to your regular X server, possibly through nxproxy.

#########
# nxssh #
#########

%package -n	nxssh
Summary:	NX ssh client 
Group:		Networking/Remote access

%description -n nxssh
Nx ssh client

%prep
%setup -q -c -a 1 -a 2 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9
%patch0 -p 0
%patch1 -p 0
%patch2 -p 0
%patch3 -p1
%patch4 -p1
%patch5 -p0

cat <<EOF >>nx-X11/config/cf/host.def
#define UseRpath YES
#define UsrLibDir %{_pkglibdir}
EOF
find nx-X11 -name "*.[ch]" -print0 | xargs -0 chmod -c -x

%build
# documentation explainig how NX works
cp %{SOURCE10} ./

# the build system Sux, or I haven't understand how it works
# We must build all the lib, and somes binaries at the same shot
# because -I ../nxFOO <-- It *sux*

export CFLAGS="%{optflags}"
%ifarch x86_64 ppc64
export CFLAGS="$CFLAGS -fPIC -DPIC"
%endif
export CXXFLAGS="$CFLAGS"
export RPM_OPT_FLAGS="$CFLAGS"
export LDFLAGS="%{?__global_ldflags} -Wl,-ltirpc -Wl,-rpath,%{_pkglibdir}"

# The commented parts show how the build would proceed step by step.
# This information is important in case someone wants to split this package
# (which would be the proper thing to do).
# Within the commented area the make World invocation does all for
# you. It isn't placed by accident in the middle of the commented
# build instructions, as this is where the X11 libs would be built

# build Compression Library and Proxy
for i in nxcompshad nxcomp nxproxy; do
  pushd $i; ./configure; perl -pi -e "s/CXXFLAGS    = -O3/CXXFLAGS = %{optflags} -fPIC/" Makefile && perl -pi -e "s|LDFLAGS     = |LDFLAGS = -fPIC -L/usr/X11R6/%{_lib}|" Makefile && perl -pi -e "s|LIBS        =   |LIBS        =   -lXext |" Makefile && make clean && make %{?_smp_mflags} CCFLAGS="$CFLAGS"; popd
done
# build X11 Support Libraries and Agents
SHLIBGLOBALSFLAGS="$LDFLAGS" LOCAL_LDFLAGS="$LDFLAGS" make %{?_smp_mflags} -C nx-X11 World
%if 0
# build Extended Compression Library
pushd nxcompext
  ./configure; make %{?_smp_mflags}
popd
%endif
pushd nxssh
./configure --without-zlib-version-check
make %{?_smp_mflags} nxssh
popd

%install
rm -rf %{buildroot}
#create the directory tree
install -d -m 755 %{buildroot}%{_libdir}/pkgconfig
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_includedir}
install -d -m 755 %{buildroot}%{_includedir}/nxcompsh

#----------- nxcomp 
install -m 755 nxcomp/libXcomp.so.* %{buildroot}%{_libdir}
rm -f %{buildroot}%{_libdir}/libXcomp.so.3
ln -s libXcomp.so.3.1.0 %{buildroot}%{_libdir}/libXcomp.so.3

#----------- nxX11
install -m 755 nx-X11/lib/X11/libX11-nx.so.* %{buildroot}%{_libdir}
install -m 755 nx-X11/lib/Xext/libXext-nx.so.*  %{buildroot}%{_libdir}
install -m 755 nx-X11/lib/Xrender/libXrender-nx.so.* %{buildroot}%{_libdir}
install -m 755 nx-X11/programs/Xserver/nxagent %{buildroot}%{_bindir}
rm -f %{buildroot}%{_libdir}/libX11-nx.so.6
ln -s libX11.so.6.2 %{buildroot}%{_libdir}/libX11-nx.so.6
rm -f %{buildroot}%{_libdir}/libXext-nx.so.6
ln -s libXext.so.6.4 %{buildroot}%{_libdir}/libXext-nx.so.6
rm -f %{buildroot}%{_libdir}/libXrender-nx.so.1
ln -s libXrender.so.1.2.2 %{buildroot}%{_libdir}/libXrender-nx.so.1

#----------- nxcompext
install -m 755 nxcompext/libXcompext.so.* %{buildroot}%{_libdir}
rm -f %{buildroot}%{_libdir}/libXcompext.so.3
ln -s libXcompext.so.3.1.0 %{buildroot}%{_libdir}/libXcompext.so.3
install -m 755 nxcompshad/libXcompshad.so.* %{buildroot}%{_libdir}
rm -f %{buildroot}%{_libdir}/libXcompshad.so.3
ln -s libXcompshad.so.3.1.0 %{buildroot}%{_libdir}/libXcompshad.so.3

#----------- nxproxy 
install -m 755 nxproxy/nxproxy %{buildroot}%{_bindir}

#----------- nxssh
install -m 755 nxssh/nxssh %{buildroot}%{_bindir}

%files -n nxproxy
%{_bindir}/nxproxy

%files -n nxagent
%{_bindir}/nxagent

#---------- nxcomp
%files -n %{lib_name_nxcomp}
%{_libdir}/libXcomp.so.*

#---------- nx-x11
%files -n  %{lib_name_nxx11}
%doc GUUG-Presentation-NX.pdf
%{_libdir}/libX11-nx.so.*
%{_libdir}/libXext-nx.so.*
%{_libdir}/libXrender-nx.so.*

#-------- lib xcompext
%files -n  %{lib_name_xcompext}
%{_libdir}/libXcompext.so.*
%{_libdir}/libXcompshad.so.*

#-------- nxssh
%defattr(-,root,root)
%{_bindir}/nxssh

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.0-3
+ Revision: 8569f39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3596 |14cr|nxcl-0.9-0.631.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    nxcl
%define version 0.9
%define release %mkrel 0.%revision.5
%define revision 631

%define __libtoolize    /bin/true

Summary:       A library for building NX clients
Name:          %{name}
Version:       %{version}
Release:       %{release}
License:       GPL
Url:           http://freenx.berlios.de/
Group:         Graphical desktop/KDE
Source0:        %{name}-%{version}-svn%{revision}.tar.bz2
Patch0:		   nxcl-fixdocdir.patch
Patch1:        nxcl-fixbuild.patch
Patch2:		nxcl-gcc47.patch
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(x11)
BuildRequires: doxygen
Epoch:		   1

%description
A library for building NX clients

%prep
%setup -n %{name}
#%patch0 -p1 
%patch1 -p1
%patch2 -p0

%build
sed -i -e "s#1.0#0.9#" configure.ac || die "version sed failed"


autoreconf -is
%configure

%make

%install
%makeinstall

%files
%{_bindir}/libtest
%{_bindir}/notQttest
%{_bindir}/nxcl
%{_bindir}/nxcmd
%{_libdir}/lib*nxcl*
%{_libdir}/pkgconfig/nxcl.pc
%{_includedir}/nxcl/*
%{_docdir}/nxcl*

%changelog
* Fri Oct 19 2012 Alexander Khryukin <alexander@mezon.ru> 1:0.9-0.631.5
+ Revision: c5bd681
- contrib fix nxcl-gcc47.patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3597 |14cr|nxtvepg-2.8.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			nxtvepg
Version:		2.8.1
Release:		5

Summary:	NexTView EPG decoder and browser
License:	GPLv2+
Group:		Video
URL:		http://nxtvepg.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}-icon-16.png
Source2:	%{name}-icon-32.png
Source3:	%{name}-icon-48.png

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	tk
BuildRequires:	tk-devel
BuildRequires:	tcl
BuildRequires:	tcl-devel

Requires:	tcl
Requires:	tk

%description
This is a decoder and browser for nexTView - an Electronic TV Programme Guide
for the analog domain (as opposed to the various digital EPGs that come with
most digital broadcasts). It allows you to decode and browse TV programme
listings for most of the major networks in Germany, Austria, France and
Switzerland.

Currently Nextview EPG is transmitted by:
- in Germany and Austria: Kabel1, 3Sat, RTL-II.
- in Switzerland: SF1, TSR1, TSI1, EuroNews.
- in France: Canal+, M6.
- in Turkey: TRT.

If you don't receive any of those, then this software unfortunately is
almost useless to you, except for a demo mode. For more details please
refer to the documentation in the "Help" menus or the UNIX manual page.

%prep
%setup -q

%build
make prefix="%{_prefix}" TCL_VER=%{tcl_version} \
 TCL_LIBRARY_PATH=%{_datadir}/tcl%{tcl_version} \
 TK_LIBRARY_PATH=%{_datadir}/tk%{tcl_version}

%install
rm -rf %{buildroot}
make ROOT=%{buildroot} prefix=%{_prefix} resdir=%{buildroot}%{_libdir}/X11 \
 mandir=%{buildroot}%{_mandir}/man1 install

# menu
install %{SOURCE1} -D -m 644 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install %{SOURCE2} -D -m 644 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install %{SOURCE3} -D -m 644 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Nxtvepg
Comment=NexTView EPG decoder and browser
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Video;AudioVideoEditing;Recorder;
EOF
			
%clean
rm -rf %{buildroot}

%files 
%defattr(0644,root,root,0755)
%doc README CHANGES COPYRIGHT TODO nxtvepg.pod pod2help.pl manual.html
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0755,root,root) %{_bindir}/%{name}d
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/%{name}
%{_libdir}/X11/app-defaults/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8.1-5
+ Revision: 396d1fa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3598 |14cr|nyancat-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nyancat
Version:	0.1
Release:	2
Summary:	Nyancat rendered in your terminal
Group:		Toys
License:	NCSA
URL:		https://github.com/klange/nyancat
Source0:	https://nodeload.github.com/klange/nyancat/tarball/klange-nyancat-fbb9a73.tar.gz

BuildRequires:	python-devel

%description
Nyancat rendered in your terminal.

%prep
%setup -q -n klange-%{name}-fbb9a73

%build

%make

%install
mkdir -p %{buildroot}/%{_bindir}/
install -m 0755 src/%{name} %{buildroot}/%{_bindir}/%{name}
install -m 0755 src/%{name}.py %{buildroot}/%{_bindir}/%{name}.py
#telnetsrvlib.py /usr/lib/python2.7/site-packages/
mkdir -p %{buildroot}/%{python_sitelib}/
install -m 0644 src/telnetsrvlib.py %{buildroot}/%{python_sitelib}


%files
%{_bindir}/%{name}
%{_bindir}/%{name}.py
%{python_sitelib}/telnetsrvlib.py



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-2
+ Revision: 427744c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3599 |14cr|o3read-0.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name o3read
%define version 0.0.4
%define release 5

Name: %{name}
Version: %{version}
Release: %{release}
Summary: Converter for OpenOffice and OpenDocument files
Group: Text tools
URL: http://siag.nu/o3read/
Source: http://siag.nu/pub/o3read/%{name}-%{version}.tar.bz2
License: GPL
BuildRoot: %{_tmppath}/%{name}-root

%description
o3read is a standalone converter for OpenOffice.org and OpenDocument
formats. It doesn't depend on OpenOffice.org or any other external 
tools or libraries. It is used by MC viewing these types of file.

%prep
%setup -q

%build
%make

%install
rm -rf %buildroot
%makeinstall BINDIR=%buildroot%_bindir MANDIR=%buildroot%_mandir/man1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%_bindir/*
%_mandir/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-5
+ Revision: 23c9ee4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3600 |14cr|oar-2.4.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OAR Batch Scheduler
Name:		oar
Version:	2.4.3
Release:	6
License:	GPLv2+
Group:		System/Servers
Url:		http://oar.imag.fr
Source0:	https://gforge.inria.fr/frs/download.php/24906/%{name}-%version.tar.bz2
Source1:	oar-server.init
Source2:	oar-node.init
Source3:	oar-server.sysconfig
Source4:	oar-node.sysconfig
Source5:	oar.rpmlintrc
Patch0:		oar-2.4.4-drawgantt.php.patch
Patch1:		oar-2.4.3-pod.patch
#Patch4: 	oar-2.4.1-monika-fhs.patch
BuildRequires:	python-docutils
BuildArch: 	noarch

%description
This is OAR Batch Scheduler

#----------------------------------------------------------------------------

%package common
Summary:	OAR batch scheduler common package
Group:		System/Servers
Requires:	openssh-clients
Requires:	openssh-server
Requires:	perl-Data-Dumper
Requires:	perl-File-Temp
Requires:	perl-Getopt-Long
Requires:	perl-IO-Socket-INET6
Requires:	perl-IPC-SysV
Requires:	perl-Storable
Requires:	perl-Sys-Hostname-Long
Requires:	perl-Time-HiRes
Requires:	perl-Time-Local

%description common
This package installs the server part or the OAR batch scheduler.

%files common
%doc COPYING CHANGELOG AUTHORS TODO README
%config(noreplace) %attr(640,oar,root) %{_sysconfdir}/%{name}/oar.conf
%config(noreplace) %{_sysconfdir}/%{name}/oarnodesetting_ssh
%config(noreplace) %{_sysconfdir}/%{name}/update_cpuset_id.sh
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}.conf
%attr(6750,oar,oar) %{_sbindir}/oarnodesetting
%{_bindir}/oarcp
%{_bindir}/oarsh
%{_bindir}/oarprint
%dir %{_datadir}/%{name}
%dir %attr(755,root,oar) %{_datadir}/%{name}/oardodo
%{_datadir}/%{name}/oar_Judas.pm
%{_datadir}/%{name}/oar_Tools.pm
%{_datadir}/%{name}/oar_conflib.pm
%{_datadir}/%{name}/oar_iolib.pm
%{_datadir}/%{name}/oar_resource_tree.pm
%attr(6750,root,oar) %{_datadir}/%{name}/oardodo/oardodo
%{_datadir}/%{name}/oarnodesetting
%{_datadir}/%{name}/oarsh
%attr(6755,oar,oar) %{_datadir}/%{name}/oarsh_oardo
%{_datadir}/%{name}/oarversion.pm
%{_datadir}/%{name}/sentinelle.pl
%{_datadir}/%{name}/oarsh_shell
%{_mandir}/man1/oarcp.1*
%{_mandir}/man1/oarsh.1*
%{_mandir}/man1/oarprint.1*
%{_mandir}/man1/oarnodesetting.1*
%dir %attr(-,oar,oar) %{_var}/lib/oar

%pre common
%_pre_useradd %{name} %{_var}/lib/%{name} %{_datadir}/%{name}/oarsh_shell
%create_ghostfile /var/log/oar.log oar oar 644

%postun common
%_postun_userdel %{name}

#----------------------------------------------------------------------------

%package server
Summary:	OAR batch scheduler server package
Group:		System/Servers
Requires:	oar-common = %{EVRD}
Requires:	fping
Requires:	nmap

%description server
This package installs the server part or the OAR batch scheduler

%files server
%doc README README.urpmi
%config(noreplace) %{_initrddir}/oar-server
%config(noreplace) %{_sysconfdir}/sysconfig/oar-server
%config(noreplace) %{_sysconfdir}/cron.d/oar-server
%config(noreplace) %{_sysconfdir}/%{name}/job_resource_manager.pl
%config(noreplace) %{_sysconfdir}/%{name}/oarmonitor_sensor.pl
%config(noreplace) %{_sysconfdir}/%{name}/server_epilogue
%config(noreplace) %{_sysconfdir}/%{name}/server_prologue
%{_sysconfdir}/%{name}/shut_down_nodes.sh
%{_sysconfdir}/%{name}/wake_up_nodes.sh
%config(noreplace) %{_sysconfdir}/%{name}/suspend_resume_manager.pl
%attr(-,oar,oar) %dir %{_var}/lib/%{name}/.ssh
%attr(-,oar,oar) %config(noreplace) %{_var}/lib/%{name}/.ssh/config
%attr(6750,oar,oar) %{_sbindir}/Almighty
%{_sbindir}/oar-server
%attr(6750,oar,oar) %{_sbindir}/oar_mysql_db_init
%attr(6750,oar,oar) %{_sbindir}/oar_resources_init
%{_sbindir}/oar_psql_db_init
%attr(6750,oar,oar) %{_sbindir}/oar_checkdb
%attr(6750,oar,oar) %{_sbindir}/oaraccounting
%attr(6750,oar,oar) %{_sbindir}/oarmonitor
%attr(6750,oar,oar) %{_sbindir}/oarnotify
%attr(6750,oar,oar) %{_sbindir}/oarproperty
%attr(6750,oar,oar) %{_sbindir}/oarremoveresource
%{_mandir}/man1/Almighty.1*
%{_mandir}/man1/oar_mysql_db_init.1*
%{_mandir}/man1/oaraccounting.1*
%{_mandir}/man1/oarmonitor.1*
%{_mandir}/man1/oarnotify.1*
%{_mandir}/man1/oarproperty.1*
%{_mandir}/man1/oarremoveresource.1*
%{_datadir}/%{name}/Almighty
%{_datadir}/%{name}/Gantt_hole_storage.pm
%{_datadir}/%{name}/Leon
%{_datadir}/%{name}/NodeChangeState
%{_datadir}/%{name}/bipbip
%{_datadir}/%{name}/default_data.sql
%{_datadir}/%{name}/finaud
%{_datadir}/%{name}/mysql_default_admission_rules.sql
%{_datadir}/%{name}/mysql_structure.sql
%{_datadir}/%{name}/oar_meta_sched
%{_datadir}/%{name}/oar_mysql_db_init
%{_datadir}/%{name}/oar_psql_db_init
%{_datadir}/%{name}/oar_scheduler.pm
%{_datadir}/%{name}/oaraccounting
%{_datadir}/%{name}/oarexec
%{_datadir}/%{name}/oarmonitor
%{_datadir}/%{name}/oarnotify
%{_datadir}/%{name}/oarproperty
%{_datadir}/%{name}/oarremoveresource
%{_datadir}/%{name}/pg_default_admission_rules.sql
%{_datadir}/%{name}/pg_structure.sql
%{_datadir}/%{name}/ping_checker.pm
%{_datadir}/%{name}/runner
%{_datadir}/%{name}/sarko
%{_datadir}/%{name}/schedulers/oar_sched_gantt_with_timesharing
%{_datadir}/%{name}/schedulers/oar_sched_gantt_with_timesharing_and_fairsharing
%{_datadir}/%{name}/db_upgrade
%{_datadir}/%{name}/oar_checkdb.pl
%{_datadir}/%{name}/oarnodes.v2_3
%{_datadir}/%{name}/oarnodes_lib.pm
%{_datadir}/%{name}/oarstat.v2_3
%{_datadir}/%{name}/oarstat_lib.pm
%{_datadir}/%{name}/oarsub_lib.pm
%{_datadir}/%{name}/oar_Hulot.pm
%{_datadir}/%{name}/window_forker.pm

%post server
if [ $1 = 1 ]; then
    cd %{_var}/lib/%{name}/.ssh
    if [ ! -e id_dsa.pub -o ! -e id_dsa.pub -o ! -e authorized_keys ]; then
        ssh-keygen -t dsa -q -f id_dsa -N ''
        cp id_dsa.pub authorized_keys
        chown oar.oar id_dsa id_dsa.pub authorized_keys
    fi
    cd -
fi
%_post_service oar-server

%preun server
%_preun_service oar-server

#----------------------------------------------------------------------------

%package admin
Summary:	OAR batch scheduler administration tools package
Group:		System/Servers
Requires:	oar-common = %{EVRD}
Requires:	ruby-dbi

%description admin
This package installs some useful tools to help the administrator of a oar
server (resources manipulation, admission rules edition, ...)

%files admin
%{_datadir}/%{name}/oar_modules.rb
%{_datadir}/%{name}/oaradmin.rb
%{_datadir}/%{name}/oaradmin_modules.rb
%attr(6750,oar,oar) %{_sbindir}/oaradmin
%{_mandir}/man1/oaradmin.1*

#----------------------------------------------------------------------------

%package user
Summary:	OAR batch scheduler node package
Group:		System/Servers
Requires:	oar-common = %{EVRD}
Requires:	perl(YAML)

%description user
This package install the submition and query part or the OAR batch scheduler

%files user
%{_datadir}/%{name}/oarnodes
%{_datadir}/%{name}/oardel
%{_datadir}/%{name}/oarstat
%{_datadir}/%{name}/oarsub
%{_datadir}/%{name}/oarhold
%{_datadir}/%{name}/oarresume
%attr(6755,oar,oar) %{_bindir}/oardel
%attr(6755,oar,oar) %{_bindir}/oarhold
%attr(6755,oar,oar) %{_bindir}/oarnodes
%attr(6755,oar,oar) %{_bindir}/oarnodes.old
%attr(6755,oar,oar) %{_bindir}/oarresume
%attr(6755,oar,oar) %{_bindir}/oarstat
%attr(6755,oar,oar) %{_bindir}/oarstat.old
%attr(6755,oar,oar) %{_bindir}/oarsub
%{_bindir}/oarmonitor_graph_gen
%{_mandir}/man1/oardel.1*
%{_mandir}/man1/oarhold.1*
%{_mandir}/man1/oarmonitor_graph_gen.1*
%{_mandir}/man1/oarnodes.*
%{_mandir}/man1/oarresume.*
%{_mandir}/man1/oarstat.*
%{_mandir}/man1/oarsub.*

#----------------------------------------------------------------------------

%package node
Summary:	OAR batch scheduler node package
Group:		System/Servers
Requires:	oar-common = %{EVRD}

%description node
This package installs the execution node part or the OAR batch scheduler

%files node
%config(noreplace) %{_initrddir}/oar-node
%config(noreplace) %{_sysconfdir}/sysconfig/oar-node
%config(noreplace) %{_sysconfdir}/cron.d/oar-node
%config(noreplace) %{_sysconfdir}/oar/check.d
%config(noreplace) %{_sysconfdir}/oar/epilogue
%config(noreplace) %{_sysconfdir}/oar/prologue
%config(noreplace) %{_sysconfdir}/oar/sshd_config
%{_bindir}/oarnodechecklist
%{_bindir}/oarnodecheckquery
%{_datadir}/%{name}/detect_resources
%{_datadir}/%{name}/oarnodecheckrun
%dir %attr(-,oar,oar) %{_var}/lib/oar/checklogs

%post node
# create oar sshd keys
if [ ! -f %{_sysconfdir}/%{name}/oar_ssh_host_rsa_key ]; then
    rm -f %{_sysconfdir}/%{name}/oar_ssh_host_rsa_key.pub
    cp %{_sysconfdir}/ssh/ssh_host_rsa_key \
        %{_sysconfdir}/%{name}/oar_ssh_host_rsa_key
    cp %{_sysconfdir}/ssh/ssh_host_rsa_key.pub \
        %{_sysconfdir}/%{name}/oar_ssh_host_rsa_key.pub
fi

if [ ! -f %{_sysconfdir}/%{name}/oar_ssh_host_dsa_key ]; then
    rm -f %{_sysconfdir}/%{name}/oar_ssh_host_dsa_key.pub
    cp %{_sysconfdir}/ssh/ssh_host_dsa_key \
        %{_sysconfdir}/%{name}/oar_ssh_host_dsa_key
    cp %{_sysconfdir}/ssh/ssh_host_dsa_key.pub \
        %{_sysconfdir}/%{name}/oar_ssh_host_dsa_key.pub
fi

%_post_service oar-node

%preun node
%_preun_service oar-node

#----------------------------------------------------------------------------

%package web-status
Summary:	OAR batch scheduler web-status package
Group:		System/Servers
Requires:	oar-common = %{EVRD}
Requires:	oar-user = %{EVRD}
Requires:	apache
Requires:	ruby-gd
Requires:	ruby-dbi

%description web-status
This package installs the OAR batch scheduler Gantt reservation diagram CGI:
DrawGantt and the instant cluster state visualization CGI: Monika

%files web-status
%config(noreplace) %{_webappconfdir}/%{name}.conf
%attr(-,root,apache) %config(noreplace) %{_sysconfdir}/oar/drawgantt.conf
%attr(-,root,apache) %config(noreplace) %{_sysconfdir}/oar/monika.conf
#%{_datadir}/%{name}/monika
%{perl_sitelib}/monika
%{_var}/www/%{name}
%attr(-,apache,apache) %{_var}/lib/%{name}/drawgantt
%attr(-,apache,apache) %{_var}/lib/drawgantt-files

#----------------------------------------------------------------------------

%package api
Summary:	OAR batch scheduler API
Group:		System/Servers
Requires:	oar-user

%description api
You may test the API with a simple wget:
wget -O - http://localhost:/oarapi/resources.html
It should give you the list of resources in the yaml format
but enclosed in an html page. To test if the authentication works,
you need to post a new job. See the example.txt file that gives you
example queries with a ruby rest client.

%files api
%doc API/INSTALL API/oarapi_example*
%{_sysconfdir}/%{name}/apache-api.conf
%{_sysconfdir}/%{name}/api_html_header.pl
%{_sysconfdir}/%{name}/api_html_postform.pl
%{_datadir}/%{name}/oar_apilib.pm
%{_datadir}/%{name}/oarapi.pl

#----------------------------------------------------------------------------

%package doc
Summary:	OAR batch scheduler documentation package
Group:		Books/Computer books

%description doc
This package install some documentation for OAR batch scheduler

%files doc
%doc FAQ-ADMIN FAQ-USER GUIDELINES QUICK* CPUSET
%{_docdir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
# Modify Makefile for chown commands to be non-fatal as the permissions
# are set by the packaging
perl -i -pe "s/chown/-chown/" Makefile
perl -i -pe "s/-o root//" Makefile
perl -i -pe "s/-g root//" Makefile

cd Docs/documentation
%make

%install
make common configuration libs doc-install server dbinit node user draw-gantt monika www-conf tools api \
    OARUSER=oar \
    PREFIX=%{_prefix} \
    OARCONFDIR=%{_sysconfdir}/%{name} \
    OARDIR=%{_datadir}/%{name} \
    DOCDIR=%{_docdir}/%{name} \
    MANDIR=%{_mandir} \
    WWWDIR=/var/www/%{name} \
    CGIDIR=/var/www/%{name} \
    PERLLIBDIR=%{perl_sitelib} \
    DESTDIR=%{buildroot}

perl -pi -e 's|/usr/lib/oar|%{_datadir}/%{name}|'  \
    %{buildroot}%{_docdir}/%{name}/html/OAR-DOCUMENTATION-ADMIN.html \
    %{buildroot}%{_datadir}/%{name}/oarnodesetting_ssh \
    %{buildroot}%{_sysconfdir}/%{name}/oar.conf

perl -pi \
    -e 's|^#OAR_RUNTIME_DIRECTORY=.*|OAR_RUNTIME_DIRECTORY="/var/lib/oar"|;' \
    -e 's|^#OPENSSH_CMD=.*|OPENSSH_CMD="/usr/bin/ssh -p 6667"|;' \
     %{buildroot}%{_sysconfdir}/%{name}/oar.conf

# apache configuration
install -d -m 755 %{buildroot}%{webappconfdir}
cat > %{buildroot}%{webappconfdir}/%{name}.conf <<EOF
Alias /monika %{_var}/www/%{name}/monika
Alias /drawgantt %{_var}/www/%{name}/drawgantt
Alias /oarapi %{_var}/www/%{name}/oarapi

<Directory %{_var}/www/%{name}/monika>
    Options ExecCGI
    DirectoryIndex monika.cgi
    Require all granted
</Directory>

<Directory %{_var}/www/%{name}/drawgantt>
    Options ExecCGI FollowSymlinks
    DirectoryIndex drawgantt.cgi
    Require all granted
</Directory>

<Directory %{_var}/www/%{name}/oarapi>
    Options ExecCGI FollowSymlinks
    DirectoryIndex oarapi.cgi
    Require all granted
</Directory>
EOF

install -d -m 755 %{buildroot}%{_var}/www/%{name}/drawgantt
cat > %{buildroot}%{_var}/www/%{name}/drawgantt/.htaccess<<EOF
<Files "config.php">
Require all denied
</Files>
EOF

cat > %{buildroot}%{_var}/www/%{name}/drawgantt/config.php<<EOF
<?php
$dbhost   = '127.0.0.1' ;
$dbname   = 'oar'   ;
$dbuser   = 'oar' ;
$dbpass = 'oar' ;
?>
EOF

rm -f %{buildroot}%{_sysconfdir}/%{name}/apache.conf
install -d -m 755 %{buildroot}%{_var}/lib/%{name}/drawgantt
install -d -m 755 %{buildroot}%{_var}/www/%{name}/monika
install -m 755 VisualizationInterfaces/DrawGantt/drawgantt.cgi %{buildroot}%{_var}/www/%{name}/drawgantt
cp -av VisualizationInterfaces/DrawGantt/drawgantt.php %{buildroot}%{_var}/www/%{name}/drawgantt
cp -av VisualizationInterfaces/DrawGantt/Icons %{buildroot}%{_var}/www/%{name}/drawgantt
cp -av VisualizationInterfaces/DrawGantt/js %{buildroot}%{_var}/www/%{name}/drawgantt
cp -av VisualizationInterfaces/Monika/*.cgi %{buildroot}%{_var}/www/%{name}/monika
cp -av VisualizationInterfaces/Monika/monika.css %{buildroot}%{_var}/www/%{name}/monika
# remove unwated files
rm -vf %{buildroot}%{_var}/www/%{name}/monika.*
rm -vf %{buildroot}%{_var}/www/%{name}/drawgantt.*
pushd %{buildroot}%{_var}/lib/%{name}/drawgantt
#rmdir cache
ln -sf ../../../lib/%{name}/drawgantt cache
popd

perl -pi -e 's|^web_root.*|web_root: "%{_var}/www/%{name}"|' \
    %{buildroot}%{_sysconfdir}/%{name}/drawgantt.conf
perl -pi -e 's|^css_path.*|css_path = /monika/monika.css|' \
    %{buildroot}%{_sysconfdir}/%{name}/monika.conf

chmod 640  %{buildroot}%{_sysconfdir}/%{name}/monika.conf
chmod 640  %{buildroot}%{_sysconfdir}/%{name}/drawgantt.conf

install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cp -av rpm/SOURCES/oar-common.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}.conf

install -d -m 755 %{buildroot}%{_sysconfdir}/cron.d
cp -av rpm/SOURCES/oar-server.cron.d %{buildroot}%{_sysconfdir}/cron.d/%{name}-server
cp -av rpm/SOURCES/oar-node.cron.d %{buildroot}%{_sysconfdir}/cron.d/%{name}-node

install -d -m 755 %{buildroot}%{_initrddir}
install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/oar-server
install -m 755 %{SOURCE2} %{buildroot}%{_initrddir}/oar-node
install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
install -m 755 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/oar-server
install -m 755 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/oar-node

cat > %{buildroot}%{_sbindir}/oar-server <<'EOF'
#!/bin/sh

%{_sbindir}/Almighty $* &
jobs -p  > /var/run/`basename $0`.pid
EOF
chmod +x %{buildroot}%{_sbindir}/oar-server

install -d -m 755 %{buildroot}%{_var}/lib/oar
install -d -m 755 %{buildroot}%{_var}/lib/oar/.ssh
install -d -m 755 %{buildroot}%{_var}/lib/oar/checklogs
cat > %{buildroot}%{_var}/lib/oar/.ssh/config <<EOF
Host *
    ForwardX11 no
    StrictHostKeyChecking no
    PasswordAuthentication no
    AddressFamily inet
EOF

cat > README.urpmi <<EOF
Post-installation instructions

You have to create a database for the server, using either:
- postgresql: install perl-DBD-pg, and run oar_psql_db_init
- mysql: install perl-DBD-mysql, and run oar_mysql_db_init
EOF


%changelog
* Thu Aug 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.3-6
+ Revision: 33fd5d5
- Add patch to fix pod syntax



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3601 |14cr|oath-toolkit-2.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname oath %{major}
%define devname %mklibname oath -d

Summary:	OATH Toolkit is a software toolkit for using HOTP/TOTP schemes
Name:		oath-toolkit
Version:	2.4.1
Release:	1
License:	GPLv3+
Group:		System/Base
Url:		http://www.nongnu.org/oath-toolkit
Source0:	http://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-%{version}.tar.gz
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(libxml-2.0)

%description
The OATH Toolkit contains a shared library, a command line tool and a PAM
module that makes it possible to implement one-time password authentication
systems. Supported technologies include the event-based HOTP algorithm and the
time-based TOTP algorithm. OATH stands for Open AuTHentication, a community
behind the specification. Please see RFC 4226 for further information.

The components included in the package are:

* liboath: A shared and static C library for OATH handling.
* oathtool: A command line tool for generating and validating OTPs.
* pam_oath: A PAM module for pluggable login authentication for OATH.

%files
%doc ChangeLog README COPYING
%{_bindir}/oathtool
%{_mandir}/man1/oathtool.*.*

#----------------------------------------------------------------------------

%package -n pam_oath
Summary:	A PAM module for HOTP/TOTP one-time password authentication
Group:		System/Libraries

%description -n pam_oath
A PAM module for HOTP/TOTP one-time password authentication.

%files -n pam_oath
/%{_lib}/security/pam_oath.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library implementing HOTP/TOTP one-time password authentication schemes
Group:		System/Libraries

%description -n %{libname}
A library implementing HOTP/TOTP one-time password authentication schemes.

%files -n %{libname}
%{_libdir}/liboath.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files and documentation for liboath
Group:		System/Libraries
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files and documentation for liboath.

%files -n %{devname}
%{_libdir}/liboath.so
%dir %{_includedir}/liboath
%{_includedir}/liboath/oath.h
%{_libdir}/pkgconfig/liboath.pc
%dir %{_datadir}/gtk-doc/html/liboath
%doc %{_datadir}/gtk-doc/html/liboath/*
%{_mandir}/man3/*.3*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--with-pam-dir=/%{_lib}/security \
	--disable-static \
	--disable-pskc \
	--with-pic

%make

%install
%makeinstall_std

%check
make check


%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.1-1
+ Revision: 9bda632
- New version 2.4.1, spec cleanup, update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3602 |14cr|obby-0.4.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name   obby  
%define api 0.4
%define major   1
%define libname %mklibname obby %api %major
%define libname_devel %mklibname obby -d

Summary:    A library which provides synced document buffers
Name:       %{name}
Version:    0.4.8
Release:    3
URL:        http://gobby.0x539.de/
License:    GPLv2+
Source0:    http://releases.0x539.de/%{name}/%{name}-%{version}.tar.gz
Group:      System/Libraries
BuildRequires: pkgconfig(sigc++-2.0)
BuildRequires: gmpxx-devel
BuildRequires: pkgconfig(net6-1.3)
BuildRequires: pkgconfig(howl)

%description 
%{libname} is a library which provides synced document buffers. It supports
multiple documents in one session and is portable to both Windows and
Unix-like platforms.

%package -n %libname
Summary:    A library to ease the development of network-based applications
Group:      System/Libraries
Obsoletes:  %mklibname obby 0.4

%description -n %libname
%{libname} is a library which provides synced document buffers. It supports
multiple documents in one session and is portable to both Windows and
Unix-like platforms.

%package -n %libname_devel
Summary:    Development files for %libname
Group:      System/Libraries
Provides:   lib%{name}-devel = %version-%release
Requires:   %libname = %version
Obsoletes:  %mklibname -d obby 0.4

%description -n %libname_devel
Development files, header and includes for %libname.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x --with-zeroconf --enable-ipv6
%make

%install
rm -Rf $RPM_BUILD_ROOT
%makeinstall_std
# remove translation, do not know where to place it 
rm -Rf $RPM_BUILD_ROOT/%_datadir/ 

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %libname
%defattr(-,root,root,-)
%doc ChangeLog README TODO NEWS AUTHORS 
%_libdir/*-%{api}.so.%{major}*

%files -n %libname_devel
%defattr(-,root,root,-)
%_includedir/%name/
%_libdir/*.so
%_libdir/*.a
%_libdir/pkgconfig/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.8-3
+ Revision: 28ffd5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3603 |14cr|obexfs-0.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	FUSE based filesystem using ObexFTP
Name:		obexfs
Version:	0.12
Release:	3
License:	GPLv2+
Group:		Communications
Url:		http://triq.net/obex/
Source0:	http://triq.net/obexfs/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(obexftp)

%description
The ObexFS driver is a wrapper for ObexFTP to provide filesystem access
to mobile phones.

%files
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/obexautofs
%{_bindir}/obexfs

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export OBEXFTP_LIBS="-lfuse -lobexftp -lmulticobex -lbfb -lopenobex -lbluetooth -lusb"
%configure2_5x
%make

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12-3
+ Revision: d154359
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3604 |14cr|obkey-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Openbox Key Editor
Name:		obkey
Version:	1.0
Release:	2
License:	MIT
Group:		Editors
URL:		http://code.google.com/p/obkey/
Source0:	http://obkey.googlecode.com/files/%{name}-%{version}.tar.gz
BuildArch:	noarch

BuildRequires:	python
Requires:	pygtk2.0

%description
ObKey is the Openbox Key Editor, written in Python + PyGTK.

Current version is a development version. It means it wasn't tested a lot. And
there is a code for making backup of rc.xml (just in case).

You can specify other config file:

obkey mycustomrc.xml

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --skip-build --prefix=%{buildroot}%_prefix

mkdir -p %{buildroot}%{_datadir}/applications
install -m 0755 misc/obkey.desktop %{buildroot}%{_datadir}/applications/

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING NEWS
%{_bindir}/%{name}
%{_datadir}/%{name}/icons/*png
%{_datadir}/applications/%{name}.desktop
%{py_puresitedir}/obkey-1.0-py2.7.egg-info
%{py_puresitedir}/obkey_classes.py




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 0b752d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3605 |14cr|ocaml-alsa-0.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml bindings for the ALSA library
Name:		ocaml-alsa
Version:	0.2.0
Release:	5
License:	GPLv2+
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/savonet/files/
Source0:	http://downloads.sourceforge.net/project/savonet/ocaml-alsa/%{version}/ocaml-alsa-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(alsa)

%description
This OCaml library interfaces the ALSA library libasound to access audio
devices.

%files
%doc COPYING CHANGES README
%dir %{_libdir}/ocaml/alsa
%{_libdir}/ocaml/alsa/META
%{_libdir}/ocaml/alsa/*.cma
%{_libdir}/ocaml/alsa/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/html
%{_libdir}/ocaml/alsa/*.a
%{_libdir}/ocaml/alsa/*.cmxa
%{_libdir}/ocaml/alsa/*.cmx
%{_libdir}/ocaml/alsa/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure
make

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/alsa
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-5
+ Revision: 013d454
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3606 |14cr|ocaml-autoconf-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Autoconf macros for OCaml
Name:		ocaml-autoconf
Version:	1.1
Release:	3
# https://fedoraproject.org/wiki/Licensing/BSD#3ClauseBSD
License:	BSD
Group:		Development/OCaml
Url:		http://forge.ocamlcore.org/projects/ocaml-autoconf/
Source0:	https://forge.ocamlcore.org/frs/download.php/181/ocaml-autoconf-%{version}.tar.gz
# Runtime requires /usr/share/aclocal subdirectory
Requires:	automake
BuildArch:	noarch

%description
Autoconf macros for OCaml.

%prep
%setup -q

%files
%doc README LICENSE
%{_mandir}/man1/*.1*
%{_datadir}/aclocal/ocaml.m4

#----------------------------------------------------------------------------

%build
make

%install
make install \
  prefix=%{_prefix} \
  datadir=%{_datadir} \
  mandir=%{_mandir} \
  DESTDIR=%{buildroot}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: 4e0e7d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3607 |14cr|ocaml-benchmark-0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define modname benchmark

Summary:	OCaml module for benchmarking code
Name:		ocaml-%{modname}
Version:	0.9
Release:	4
License:	LGPLv2+ with exceptions
Group:		Development/OCaml
Url:		https://forge.ocamlcore.org/projects/ocaml-benchmark/
Source0:	https://forge.ocamlcore.org/frs/download.php/533/%{modname}-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib-devel

%description
OCaml Benchmark is a small module to benchmark running times of code.

%files
%doc LICENSE
%{_libdir}/ocaml/%{modname}
%exclude %{_libdir}/ocaml/%{modname}/*.a
%exclude %{_libdir}/ocaml/%{modname}/*.cmxa
%exclude %{_libdir}/ocaml/%{modname}/*.mli

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc LICENSE README
%{_libdir}/ocaml/%{modname}/*.a
%{_libdir}/ocaml/%{modname}/*.cmxa
%{_libdir}/ocaml/%{modname}/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}

%build
make all opt

%install
mkdir -p %{buildroot}%{_libdir}/ocaml
make install DESTDIR=%{buildroot}%{_libdir}/ocaml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-4
+ Revision: 3f33f9b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3608 |14cr|ocaml-bin-prot-109.30.00-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Auto code generation for converting OCaml values to/from type-safe bin protocol
Name:		ocaml-bin-prot
Version:	109.30.00
Release:	1
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://ocaml.info/home/ocaml_sources.html#bin-prot
Source0:	http://hg.ocaml.info/release/bin-prot/archive/bin_prot-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-ounit
BuildRequires:	ocaml-type-conv
BuildRequires:	pkgconfig(ncurses)

%description
This library contains functionality for reading and writing OCaml-values in
a type-safe binary protocol. These functions are extremely efficient and
provide users with a convenient and safe way of performing I/O on any
extensionally defined data type. This means that functions, objects, and
values whose type is bound through a polymorphic record field are not
supported, but everything else is.

As of now, there is no support for cyclic or shared values. Cyclic values
will lead to non-termination whereas shared values, besides requiring
significantly more space when encoded, may lead to a substantial increase in
memory footprint when they are read back in.

Currently only little endian (2) computer architectures are supported. Some
architectures may potentially also suffer from data alignment issues with this
library. Only Intel architectures are currently well-tested. Both 32bit and
64bit architectures are fully supported.

%files
%doc LICENSE.txt LICENSE-Tywith.txt COPYRIGHT.txt
%doc THIRD-PARTY.txt INRIA-DISCLAIMER.txt
%dir %{_libdir}/ocaml/bin_prot
%{_libdir}/ocaml/bin_prot/META
%{_libdir}/ocaml/bin_prot/*.cma
%{_libdir}/ocaml/bin_prot/*.cmi
%{_libdir}/ocaml/bin_prot/*.cmxs
%{_libdir}/ocaml/bin_prot/pa_*.cmx
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc CHANGES.txt README.md
%doc lib_test/
%doc doc/
%{_libdir}/ocaml/bin_prot/*.a
%{_libdir}/ocaml/bin_prot/*.cmxa
%{_libdir}/ocaml/bin_prot/*.mli
%{_libdir}/ocaml/bin_prot/*.ml

#----------------------------------------------------------------------------

%prep
%setup -q -n bin_prot-%{version}

%build
./configure \
	--prefix %{_prefix} \
	--libdir %{_libdir} \
	--libexecdir %{_libexecdir} \
	--exec-prefix %{_exec_prefix} \
	--bindir %{_bindir} \
	--mandir %{_mandir} \
	--datadir %{_datadir} \
	--localstatedir %{_localstatedir} \
	--docdir %{_docdir}/%{name}-devel/ \
	--destdir %{buildroot}

make
make doc
mv _build/lib/bin_prot.docdir doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
make install


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 109.30.00-1
+ Revision: 2b8c07e
- Fix source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3609 |14cr|ocaml-bisect-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml code coverage tool
Name:		ocaml-bisect
Version:	1.2
Release:	4
License:	GPLv3+
Group:		Development/OCaml
Url:		http://bisect.x9c.fr/
Source0:	http://bisect.x9c.fr/distrib/bisect-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
Bisect is a code coverage tool for the Objective Caml language. It is
a camlp4-based tool that allows to instrument your application before
running tests. After application execution, it is possible to generate
a report in HTML format that is the replica of the application source
code annotated with code coverage information.

%files
%doc COPYING
%dir %{_libdir}/ocaml/bisect
%{_bindir}/bisect-report
%{_libdir}/ocaml/bisect/*.cma
%{_libdir}/ocaml/bisect/*.cmi
%{_libdir}/ocaml/bisect/META
%{_libdir}/ocaml/bisect/*.cmo

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc CHANGES COPYING README VERSION doc/bisect.pdf ocamldoc
%{_libdir}/ocaml/bisect/*.a
%{_libdir}/ocaml/bisect/*.cmxa
%{_libdir}/ocaml/bisect/*.cmx

#----------------------------------------------------------------------------

%prep
%setup -q -n bisect-%{version}

%build
sh configure
make all doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export PATH_OCAML_BIN=%{_bindir}
mkdir -p $OCAMLFIND_DESTDIR/bisect
make install PATH_OCAML_BIN=%{_bindir}

mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_libdir}/ocaml/bisect

install -m 0755 _build/src/report/report.native  %{buildroot}%{_bindir}/bisect-report
strip %{buildroot}%{_bindir}/bisect-report


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 7b32358
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3610 |14cr|ocaml-bitstring-2.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Bitstrings and bitstring matching for OCaml
Name:		ocaml-bitstring
Version:	2.0.2
Release:	3
License:	LGPLv2+ with exceptions and GPLv2+
Group:		Development/OCaml
Url:		http://code.google.com/p/bitstring
Source0:	http://bitstring.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
The ocaml-bitstring project adds Erlang-style bitstrings and matching over
bitstrings as a syntax extension and library for OCaml.

%files
%doc README TODO COPYING COPYING.LIB CHANGES
%dir %{_libdir}/ocaml/bitstring
%{_libdir}/ocaml/bitstring/*.cmi
%{_libdir}/ocaml/bitstring/*.cma
%{_libdir}/ocaml/bitstring/META
%{_libdir}/ocaml/stublibs/*.so
%{_libdir}/ocaml/stublibs/*.so.owner

#----------------------------------------------------------------------------

%package	devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_bindir}/bitstring-objinfo
%{_libdir}/ocaml/bitstring/*.a
%{_libdir}/ocaml/bitstring/*.cmx
%{_libdir}/ocaml/bitstring/*.cmxa
%{_libdir}/ocaml/bitstring/*.cmo
%{_libdir}/ocaml/bitstring/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
make
make doc

%install
install -d -m 755 %{buildroot}/%{_libdir}/ocaml/stublibs
make install OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml

install -d -m 755 %{buildroot}/%{_bindir}
install -m 755 bitstring-objinfo %{buildroot}%{_bindir}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-3
+ Revision: a5fdb09
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3611 |14cr|ocaml-cairo-1.2.0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml library for accessing cairo graphics
Name:		ocaml-cairo
Version:	1.2.0.1
Release:	9
License:	LGPLv2+
Group:		Development/OCaml
Url:		http://cairographics.org/cairo-ocaml/
Source0:	ocaml-cairo-%{version}.tar.gz
Source1:	ocaml-cairo-META
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-lablgtk2
BuildRequires:	ocaml-lablgtk2-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libsvg-cairo)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	chrpath
Requires:	ocaml-lablgtk2

%description
Cairo is a multi-platform library providing anti-aliased vector-based
rendering for multiple target backends. Paths consist of line segments
and cubic splines and can be rendered at any width with various join
and cap styles. All colors may be specified with optional translucence
(opacity/alpha) and combined using the extended Porter/Duff
compositing algebra as found in the X Render Extension.

Cairo exports a stateful rendering API similar in spirit to the path
construction, text, and painting operators of PostScript, (with the
significant addition of translucence in the imaging model). When
complete, the API is intended to support the complete imaging model of
PDF 1.4.

%files
%doc COPYING
%{_libdir}/ocaml/cairo
%exclude %{_libdir}/ocaml/cairo/*.a
%exclude %{_libdir}/ocaml/cairo/*.cmxa
%exclude %{_libdir}/ocaml/cairo/*.cmx
%exclude %{_libdir}/ocaml/cairo/*.mli
%{_libdir}/ocaml/stublibs/*.so
%{_libdir}/ocaml/stublibs/*.so.owner

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}
Requires:	ocaml-lablgtk2-devel
Requires:	pkgconfig(cairo)

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc COPYING ChangeLog README doc/html
%{_libdir}/ocaml/cairo/*.a
%{_libdir}/ocaml/cairo/*.cmxa
%{_libdir}/ocaml/cairo/*.cmx
%{_libdir}/ocaml/cairo/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n cairo-ocaml
aclocal -I support
autoconf
%configure2_5x
cp %{SOURCE1} META

%build
make
make doc
sed -i -e 's:@VERSION@:%{version}:g' META

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
ocamlfind install cairo src/{*.mli,*.cmi,*.cma,*.a,*.cmxa,*.cmx,dll*.so} META

strip %{buildroot}%{_libdir}/ocaml/stublibs/dll*.so
chrpath --delete %{buildroot}%{_libdir}/ocaml/stublibs/dll*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0.1-9
+ Revision: fbe2f26
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3612 |14cr|ocaml-calendar-2.03.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#empty-debuginfo-package
%define debug_package %{nil}
%define base_name camlimages

%define up_name calendar

Summary:	Ocaml calendar library
Name:		ocaml-%{up_name}
Version:	2.03.2
Release:	2
License:	GPLv2+
Group:		Development/OCaml
Url:		http://forge.ocamlcore.org/projects/calendar/
Source0:	http://forge.ocamlcore.org/frs/download.php/333/%{up_name}-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
Conflicts:	ocaml-calendar-devel < 2.03.2

%description
The Calendar library is a library providing a set of operations over dates and
times.

%files
%doc calendarFAQ-2.6.txt calendar_faq.txt CHANGES COPYING LGPL README TODO
%dir %{_libdir}/ocaml/calendar
%{_libdir}/ocaml/calendar/META
%{_libdir}/ocaml/calendar/*.cma
%{_libdir}/ocaml/calendar/*.cmi
%{_libdir}/ocaml/calendar/*.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/calendar/*.a
%{_libdir}/ocaml/calendar/*.cmx
%{_libdir}/ocaml/calendar/*.cmxa
%{_libdir}/ocaml/calendar/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{up_name}-%{version}

%build
%configure2_5x
%make

%install
install -d -m 755 %{buildroot}%{_libdir}/ocaml
make install OCAMLFIND_DESTDIR="%{buildroot}%{_libdir}/ocaml"

rm -f %{buildroot}%{_libdir}/ocaml/calendar/*.{o,cmo}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.03.2-2
+ Revision: bae3644
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3613 |14cr|ocaml-camlal-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	CamlAL is an OCaml bindings for OpenAL
Name:		ocaml-camlal
Version:	1.0.0
Release:	5
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/camlal/
Source0:	http://camlal.svn.sourceforge.net/viewvc/camlal/trunk/camlal.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(openal)

%description
CamlAL is an OCaml wrapper for the OpenAL and ALUT libraries.
(http://www.openal.org)

%files
%doc AUTHORS.txt COPYING.txt README.txt TODO.txt VERSION.txt
%dir %{_libdir}/ocaml/camlal
%{_libdir}/ocaml/camlal/META
%{_libdir}/ocaml/camlal/*.cma
%{_libdir}/ocaml/camlal/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc
%{_libdir}/ocaml/camlal/*.a
%{_libdir}/ocaml/camlal/*.cmxa
%{_libdir}/ocaml/camlal/*.cmx
%{_libdir}/ocaml/camlal/*.ml

#----------------------------------------------------------------------------

%prep
%setup -q -n camlal

cat > META <<EOF
description     = "%{summary}"
version         = "%{version}"
archive(byte)   = "camlal.cma"
archive(native) = "camlal.cmxa"
EOF

%build
make
test -d doc || mkdir doc
ocamldoc -d doc -html -v -I camlal/_build/ camlal/*.ml

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/camlal
mkdir -p $OCAMLFIND_DESTDIR/stublibs
ocamlfind install camlal \
    camlal/*.ml camlal/_build/*.{cmi,cma,a,cmxa,cmx,so} META


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: 9870518
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3614 |14cr|ocaml-camlbz2-0.6.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname camlbz2
%define modname bz2

Summary:	OCaml library for reading and writing zip, jar and gzip files
Name:		ocaml-%{oname}
Version:	0.6.0
Release:	10
License:	LGPLv2.1+ with exceptions
Group:		Development/OCaml
Url:		http://camlbz2.forge.ocamlcore.org/
Source0:	https://forge.ocamlcore.org/frs/download.php/72/%{oname}-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib-devel
BuildRequires:	bzip2-devel

%description
CamlBZ2 provides OCaml bindings for libbz2 (AKA bzip2), a popular compression
library which typically compresses better (i.e., smaller resulting files) than
gzip.

Using CamlBZ2 you can read and write compressed "files", where files can be
anything offering an in_channel/out_channel abstraction (files, sockets, ...).

Also, with CamlBZ2 you can compress and decompress strings in memory using the
bzip2 compression algorithm.

%files
%doc LICENSE
%{_libdir}/ocaml/%{modname}
%exclude %{_libdir}/ocaml/%{modname}/*.a
%exclude %{_libdir}/ocaml/%{modname}/*.cmxa
%exclude %{_libdir}/ocaml/%{modname}/*.cmx
%exclude %{_libdir}/ocaml/%{modname}/*.mli

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc LICENSE README
%{_libdir}/ocaml/%{modname}/*.a
%{_libdir}/ocaml/%{modname}/*.cmxa
%{_libdir}/ocaml/%{modname}/*.cmx
%{_libdir}/ocaml/%{modname}/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x
%make

%install
make install DESTDIR=%{buildroot}%{_libdir}/ocaml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-10
+ Revision: 8453731
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3615 |14cr|ocaml-camlgi-0.6-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define modname CamlGI

Summary:	FastCGI and CGI library
Name:		ocaml-camlgi
Version:	0.6
Release:	10
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/ocaml-cgi/
Source0:	http://downloads.sourceforge.net/ocaml-cgi/%{modname}-%{version}.tar.bz2
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
CamlGI is a library to enable you to write CGI and FastCGI in OCaml. It is
written 100% in OCaml so should run on many platforms. The library supports
multiple simultaneous connections and request multiplexing while presenting an
easy to use interface.

%files
%doc LICENSE README
%dir %{_libdir}/ocaml/CamlGI
%{_libdir}/ocaml/CamlGI/*.cmi
%{_libdir}/ocaml/CamlGI/*.cma
%{_libdir}/ocaml/CamlGI/META

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/CamlGI/*
%exclude %{_libdir}/ocaml/CamlGI/*.cmi
%exclude %{_libdir}/ocaml/CamlGI/*.cma
%exclude %{_libdir}/ocaml/CamlGI/META

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}

%build
%make

%install
install -d -m 755 %{buildroot}/%{_libdir}/ocaml
make install OCAMLFIND_DESTDIR="-destdir %{buildroot}/%{_libdir}/ocaml"


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-10
+ Revision: 2049873
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3616 |14cr|ocaml-camlidl-1.05-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Stub code generator and COM binding for Objective Caml
Name:		ocaml-camlidl
Version:	1.05
Release:	8
License:	QPL and LGPLv2+ with exceptions
Group:		Development/OCaml
Url:		http://caml.inria.fr/pub/old_caml_site/camlidl/
Source0:	http://caml.inria.fr/pub/old_caml_site/distrib/bazar-ocaml/camlidl-%{version}.tar.gz
Source1:	http://caml.inria.fr/pub/old_caml_site/distrib/bazar-ocaml/camlidl-%{version}.doc.pdf
BuildRequires:	ocaml

%description
CamlIDL is a stub code generator and COM binding for Objective Caml.

CamlIDL comprises two parts:

* A stub code generator that generates the C stub code required for
  the Caml/C interface, based on an MIDL specification. (MIDL stands
  for Microsoft's Interface Description Language; it looks like C
  header files with some extra annotations, plus a notion of object
  interfaces that look like C++ classes without inheritance.)

* A (currently small) library of functions and tools to import COM
  components in Caml applications, and export Caml code as COM
  components.

%files
%doc LICENSE
%{_libdir}/ocaml/*.cmi
%{_libdir}/ocaml/*.cma
%{_bindir}/camlidl

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc LICENSE README Changes camlidl-%{version}.doc.pdf tests
%{_libdir}/ocaml/caml/*.h
%{_libdir}/ocaml/*.a
%{_libdir}/ocaml/*.cmxa

#----------------------------------------------------------------------------

%prep
%setup -q -n camlidl-%{version}
cp config/Makefile.unix config/Makefile
#sed -e 's|^OCAMLLIB=.*|OCAMLLIB=%{_libdir}/ocaml|' \
#    -e 's|^BINDIR=.*|BINDIR=%{_bindir}|' \
#    < config/Makefile.unix \
#    > config/Makefile
cp %{SOURCE1} .

%build
make all OCAMLLIB=%{_libdir}/ocaml BINDIR=%{_bindir}

%install
install -d -m 755 %{buildroot}%{_libdir}/ocaml
install -d -m 755 %{buildroot}%{_libdir}/ocaml/caml
install -d -m 755 %{buildroot}%{_bindir}

make OCAMLLIB=%{buildroot}%{_libdir}/ocaml \
	BINDIR=%{buildroot}%{_bindir} \
	install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.05-8
+ Revision: 80440f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3617 |14cr|ocaml-camlimages-4.1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#empty-debuginfo-package
%define debug_package %{nil}
%define base_name camlimages

Summary:	Image processing library for Objective Caml
Name:		ocaml-%{base_name}
Version:	4.1.0
Release:	7
License:	LGPLv2+
Group:		Development/OCaml
Url:		http://cristal.inria.fr/camlimages/eng.html
Source0:	https://bitbucket.org/camlspotter/camlimages/get/%{version}.tar.gz
# This file isn't published any more (that I could find).
# It's probably dated but at least should provide some info on how to
# use the library.
Source1:	camlimages-2.2.0-htmlref.tar.gz
# https://bitbucket.org/camlspotter/camlimages/issue/9
Patch0:		ocaml-camlimages-4.1.0-exifcheck.patch
Patch1:		ocaml-camlimages-4.1.0-ocaml3.patch
Patch2:		ocaml-camlimages-4.1.0-giflib51.patch

BuildRequires:	chrpath
BuildRequires:	ghostscript
BuildRequires:	ocaml
BuildRequires:	ocaml-autoconf
BuildRequires:	ocaml-omake
BuildRequires:	ocaml-x11
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	libgs-devel
BuildRequires:	ocaml-findlib-devel
BuildRequires:	ocaml-lablgtk2-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(zlib)
Requires:	ghostscript
Requires:	ocaml-x11

%description
This is an image processing library, which provides some basic
functions of image processing and loading/saving various image file
formats. In addition the library can handle huge images that cannot be
(or can hardly be) stored into the memory (the library automatically
creates swap files and escapes them to reduce the memory usage).

%files
%doc README License.txt
%{_libdir}/ocaml/camlimages
%exclude %{_libdir}/ocaml/camlimages/*.a
%exclude %{_libdir}/ocaml/camlimages/*.cmxa
%exclude %{_libdir}/ocaml/camlimages/*.mli
%{_libdir}/ocaml/stublibs/*.so
%{_libdir}/ocaml/stublibs/*.so.owner

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for camlimages
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The camlimages-devel package provides libraries and headers for
developing applications using camlimages

Includes documentation provided by ocamldoc

%files devel
%doc htmlref
%{_libdir}/ocaml/camlimages/*.a
%{_libdir}/ocaml/camlimages/*.cmxa
%{_libdir}/ocaml/camlimages/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n camlspotter-camlimages-668faa3494fe
%setup -q -T -D -a 1 -n camlspotter-camlimages-668faa3494fe
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
omake CFLAGS="%{optflags}"

%install
# These rules work if the library uses 'ocamlfind install' to install itself.
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
omake install

mkdir -p %{buildroot}%{_datadir}/doc/ocaml-camlimages
cp -pr License.txt htmlref %{buildroot}%{_datadir}/doc/ocaml-camlimages


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.1.0-7
+ Revision: 66211d4
- Update Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3618 |14cr|ocaml-camlzip-1.04-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name camlzip

Summary:	Reading and writing ZIP, JAR and GZIP files
Name:		ocaml-%{up_name}
Version:	1.04
Release:	10
License:	LGPLv2.1+ with exceptions
Group:		Development/OCaml
Url:		http://pauillac.inria.fr/~xleroy/software.html
Source0: 	http://caml.inria.fr/distrib/bazar-ocaml/%{up_name}-%{version}.tar.gz
Patch0:		%{name}-1.03-findlib.patch
Patch1:		test-makefile.dpatch
Patch2:		uncompress.dpatch
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(zlib)

%description
This Objective Caml library provides easy access to compressed files in ZIP and
GZIP format, as well as to Java JAR files. It provides functions for reading
from and writing to compressed files in these formats.

%files
%doc LICENSE README Changes
%dir %{_libdir}/ocaml/zip
%{_libdir}/ocaml/zip/*.cmi
%{_libdir}/ocaml/zip/*.cma
%{_libdir}/ocaml/zip/META
%{_libdir}/ocaml/stublibs/dllcamlzip.so
%{_libdir}/ocaml/stublibs/dllcamlzip.so.owner

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	pkgconfig(zlib)
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%doc test doc
%{_libdir}/ocaml/zip/*.a
%{_libdir}/ocaml/zip/*.cmx
%{_libdir}/ocaml/zip/*.cmxa
%{_libdir}/ocaml/zip/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{up_name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
sed -i -e "s:@VERSION@:%{version}:g" META

%build
%make depend
%make all allopt
mkdir -p doc
ocamldoc -colorize-code -html gzip.mli zip.mli zlib.mli -d doc

%install
install -d -m 755 %{buildroot}/%{_libdir}/ocaml/zip
install -d -m 755 %{buildroot}/%{_libdir}/ocaml/stublibs
make install OCAMLFIND_INSTFLAGS="-destdir %{buildroot}/%{_libdir}/ocaml"


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.04-10
+ Revision: f67790f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3619 |14cr|ocaml-camomile-0.8.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Unicode library for OCaml
Name:		ocaml-camomile
Version:	0.8.4
Release:	3
# Several files are MIT and UCD licensed, but the overall work is LGPLv2+
# and the LGPL/GPL supercedes compatible licenses.
# https://www.redhat.com/archives/fedora-legal-list/2008-March/msg00005.html
License:	LGPLv2+
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/camomile/
Source0:	http://downloads.sourceforge.net/camomile/camomile-%{version}.tar.bz2
Source10:	%{name}.rpmlintrc
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
Camomile is a Unicode library for ocaml. Camomile provides Unicode
character type, UTF-8, UTF-16, UTF-32 strings, conversion to/from
about 200 encodings, collation and locale-sensitive case mappings, and
more.

%files
%doc README
%dir %{_libdir}/ocaml/camomile
%{_libdir}/ocaml/camomile/*.cmi
%{_libdir}/ocaml/camomile/*.cma
%{_libdir}/ocaml/camomile/META
%{_bindir}/camomile*
%{_bindir}/parse_*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc README dochtml/*
%{_libdir}/ocaml/camomile/*.a
%{_libdir}/ocaml/camomile/*.cmx
%{_libdir}/ocaml/camomile/*.cmxa
%{_libdir}/ocaml/camomile/*.mli

#----------------------------------------------------------------------------

%package data
Summary:	Data files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description data
The %{name}-data package contains data files for developing
applications that use %{name}.

%files data
%doc README
%{_datadir}/camomile

#----------------------------------------------------------------------------

%prep
%setup -q -n camomile-%{version}

%build
./configure \
	--prefix=%{_prefix} \
	--datadir=%{_datadir} \
	--libdir=%{_libdir}
make
make dochtml
make man
strip tools/*.opt

%install
install -d -m 755 %{buildroot}%{_libdir}/ocaml
install -d -m 755 %{buildroot}%{_libdir}/ocaml/stublibs
install -d -m 755 %{buildroot}%{_bindir}
make install \
	prefix=%{buildroot}%{_prefix} \
	DATADIR=%{buildroot}%{_datadir} \
	DESTDIR=%{buildroot} \
	OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml

pushd tools
for f in *.opt ; do  install -m 0755 $f %{buildroot}%{_bindir}/${f%.opt} ; done
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.4-3
+ Revision: 077ae40
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3620 |14cr|ocaml-cfg-2.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Library for manipulation of context-free grammars (CFGs)
Name:		ocaml-cfg
Version:	2.0.1
Release:	3
License:	LGPLv2.1+ with static compilation exception
Group:		Development/OCaml
Url:		https://bitbucket.org/mmottl/cfg
Source0:	https://bitbucket.org/mmottl/cfg/downloads/cfg-%{version}.tar.gz
BuildRequires:	menhir
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	tetex-latex

%description
This OCaml-library consists of a set of modules which implement functions
for manipulating context-free grammars (CFGs) in a purely functional way.

The core-module (cfg_impl.ml) contains a functor which allows the
parameterization of the main transformation functions with arbitrary grammar
entities that fill the demanded specification (see the interface in
"cfg_intf.mli" and the BNF-example).

Thus, you may use this module for any kind of symbol system and any kind of
representation which can be treated like a CFG.

%files
%doc README.md COPYING.txt CHANGES.txt AUTHORS.txt
%dir %{_libdir}/ocaml/cfg
%{_libdir}/ocaml/cfg/META
%{_libdir}/ocaml/cfg/*.cmi
%{_libdir}/ocaml/cfg/*.cma
%{_libdir}/ocaml/cfg/*.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc html/
%doc examples/
%{_libdir}/ocaml/cfg/*.a
%{_libdir}/ocaml/cfg/*.cmxa
%{_libdir}/ocaml/cfg/*.cmx
%{_libdir}/ocaml/cfg/*.mli
%{_libdir}/ocaml/cfg/*.ml

#----------------------------------------------------------------------------

%prep
%setup -q -n cfg-%{version}

%build
./configure
make
make doc
mv _build/API.docdir/ html

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR/cfg
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-3
+ Revision: d323c3b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3621 |14cr|ocaml-cgi-0.8-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define modname cgi

Summary:	Objective Caml library for writing CGIs
Name:		ocaml-%{modname}
Version:	0.8
Release:	11
License:	GPLv2+
Group:		Development/OCaml
Url:		http://www.lri.fr/~filliatr/ftp/ocaml/cgi
Source0:	http://www.lri.fr/~filliatr/ftp/ocaml/cgi/%{modname}-%{version}.tar.bz2
BuildRequires:	ocaml

%description
This library provides a function to parse the CGI arguments, parse_args,
the result being an association list.

%files
%doc CHANGES COPYING LGPL
%dir %{_libdir}/ocaml/cgi
%{_libdir}/ocaml/cgi/*.cmi

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/cgi/*
%exclude %{_libdir}/ocaml/cgi/*.cmi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}

%build
%configure
%make

%install
install -d -m 755 %{buildroot}%{_libdir}/ocaml/cgi
make install TARGETDIR=%{buildroot}%{_libdir}/ocaml/cgi

chmod 0644 %{buildroot}%{_libdir}/ocaml/cgi/cgi.mli


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-11
+ Revision: f7a4192
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3622 |14cr|ocaml-creal-0.7-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define modname creal

Summary:	Exact real arithmetic for Objective Caml
Name:		ocaml-%{modname}
Version:	0.7
Release:	11
License:	LGPLv2+
Group:		Development/OCaml
Url:		http://www.lri.fr/~filliatr/software.en.html
Source0:	http://www.lri.fr/~filliatr/ftp/ocaml/ds/%{modname}-%{version}.tar.bz2
Source1:	ocaml-creal-META
BuildRequires:	ocaml
BuildRequires:	gmp-devel

%description
Creal is an exact real arithmetic library for Objective Caml.

This module implements exact real arithmetic, following Valerie
Menissier-Morain Ph.D. thesis (http://www-calfor.lip6.fr/~vmm/).

A real x is represented as a function giving, for any n, an
approximation zn/4^n of x such that |zn/4^n - x| < 1, where zn is an
arbitrary precision integer (of type Gmp.Z.t).

Coercions from type int, Gmp.Z.t, Gmp.Q.t, basic operations (addition,
subtraction, multiplication, division, power, square root) and
transcendental functions (sin, cos, tan, log, exp, arcsin, arccos,
etc.) and a few constants (pi, e) are provided.

A small reverse-polish calculator is provided to test the library.

%files
%doc README CHANGES
%dir %{_libdir}/ocaml/creal
%{_libdir}/ocaml/creal/*.cmi
%{_libdir}/ocaml/creal/*.cma

#----------------------------------------------------------------------------

%package devel
Summary:	Exact real arithmetic for Objective Caml
Group:		Development/OCaml
Requires:	gmp-devel
Requires:	%{name} = %{EVRD}

%description devel
Creal is an exact real arithmetic library for Objective Caml.

%files devel
%{_libdir}/ocaml/creal/*.a
%{_libdir}/ocaml/creal/*.cmxa
%{_libdir}/ocaml/creal/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}
chmod 644 README CHANGES *.mli mlgmp/*.mli
perl -pi -e 's/\015$//' README
# TODO: gmp.cma gmp.cmxa (pp)
cp %{SOURCE1} META

%build
%configure
%make
sed -i -e 's:@VERSION@:%{version}:g' META

%install
install -d %{buildroot}%{_libdir}/ocaml/%{modname}
make LIBDIR=%{buildroot}%{_libdir}/ocaml/%{modname} install-lib


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-11
+ Revision: ad47105
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3623 |14cr|ocaml-cryptgps-0.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Cryptographic functions for OCaml
Name:		ocaml-cryptgps
Version:	0.2.1
Release:	6
License:	MIT/X11
Group:		Development/OCaml
Url:		http://projects.camlcity.org/projects/cryptgps.html
Source0:	http://download.camlcity.org/download/cryptgps-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
This library implements the symmetric cryptographic algorithms Blowfish, DES,
and 3DES. The algorithms are written in OCaml, i.e. this is not a binding to
some C library, but the implementation itself.

%files
%doc LICENSE README
%dir %{_libdir}/ocaml/cryptgps
%{_libdir}/ocaml/cryptgps/META
%{_libdir}/ocaml/cryptgps/*.cma
%{_libdir}/ocaml/cryptgps/*.cmi

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc test
%{_libdir}/ocaml/cryptgps/*.a
%{_libdir}/ocaml/cryptgps/*.cmxa
%{_libdir}/ocaml/cryptgps/*.cmx
%{_libdir}/ocaml/cryptgps/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n cryptgps

%build
make all opt

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/cryptgps
make install
install -m 0644 *.cmx $OCAMLFIND_DESTDIR/cryptgps/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-6
+ Revision: 4b063f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3624 |14cr|ocaml-cryptokit-1.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml library of cryptographic and hash functions
Name:		ocaml-cryptokit
Version:	1.9
Release:	3
License:	LGPLv2+ with linking exception
Group:		Development/OCaml
Url:		http://forge.ocamlcore.org/projects/cryptokit/
Source0:	http://forge.ocamlcore.org/frs/download.php/1229/cryptokit-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(zlib)

%description
The Cryptokit library for Objective Caml provides a variety of
cryptographic primitives that can be used to implement cryptographic
protocols in security-sensitive applications. The primitives provided
include:

* Symmetric-key cryptography: AES, DES, Triple-DES, ARCfour, in ECB,
  CBC, CFB and OFB modes.
* Public-key cryptography: RSA encryption and signature; Diffie-Hellman
  key agreement.
* Hash functions and MACs: SHA-1, SHA-256, RIPEMD-160, MD5, and MACs
  based on AES and DES.
* Random number generation.
* Encodings and compression: base 64, hexadecimal, Zlib compression. 

Additional ciphers and hashes can easily be used in conjunction with
the library. In particular, basic mechanisms such as chaining modes,
output buffering, and padding are provided by generic classes that can
easily be composed with user-provided ciphers. More generally, the
library promotes a "Lego"-like style of constructing and composing
transformations over character streams.

%files
%doc README.txt LICENSE.txt AUTHORS.txt Changes
%dir %{_libdir}/ocaml/cryptokit
%{_libdir}/ocaml/cryptokit/META
%{_libdir}/ocaml/cryptokit/*.cma
%{_libdir}/ocaml/cryptokit/*.cmi
%{_libdir}/ocaml/cryptokit/*.cmxs
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}
Requires:	pkgconfig(zlib)

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%{_libdir}/ocaml/cryptokit/*.a
%{_libdir}/ocaml/cryptokit/*.cmxa
%{_libdir}/ocaml/cryptokit/*.cmx
%{_libdir}/ocaml/cryptokit/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n cryptokit-%{version}

%build
ocaml setup.ml -debug -configure --libdir %{_libdir}
ocaml setup.ml -build

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR
mkdir -p %{buildroot}%{_libdir}/ocaml/cryptokit
mkdir -p %{buildroot}%{_libdir}/ocaml/stublibs
ocaml setup.ml -debug -install

%check
# This opens /dev/random but never reads from it.
ocaml setup.ml -test

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9-3
+ Revision: ccb5e9a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3625 |14cr|ocaml-csv-1.3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml library for reading and writing CSV files
Name:		ocaml-csv
Version:	1.3.3
Release:	3
License:	LGPLv2+
Group:		Development/OCaml
Url:		http://forge.ocamlcore.org/projects/csv/
Source0:	http://forge.ocamlcore.org/frs/download.php/1235/csv-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
This OCaml library can read and write CSV files, including all
extensions used by Excel - eg. quotes, newlines, 8 bit characters in
fields, quote-0 etc.

The library comes with a handy command line tool called csvtool for
handling CSV files from shell scripts.

%files
%doc README.txt AUTHORS.txt LICENSE.txt
%{_libdir}/ocaml/csv
%exclude %{_libdir}/ocaml/csv/*.a
%exclude %{_libdir}/ocaml/csv/*.cmxa
%exclude %{_libdir}/ocaml/csv/*.mli
%{_bindir}/csvtool

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc examples/
%doc tests/
%{_libdir}/ocaml/csv/*.a
%{_libdir}/ocaml/csv/*.cmxa
%{_libdir}/ocaml/csv/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n csv-%{version}

%build
ocaml setup.ml -configure --prefix %{_prefix} --destdir %{buildroot}
ocaml setup.ml -build
strip _build/examples/csvtool.native

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR
mkdir -p $OCAMLFIND_DESTDIR/site-lib/
mkdir -p $DESTDIR/%{_bindir}
ocaml setup.ml -install
cp _build/examples/csvtool.native %{buildroot}/%{_bindir}/csvtool

%check
ocaml setup.ml -test


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-3
+ Revision: 741262e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3626 |14cr|ocaml-curl-0.5.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml Curl library (ocurl)
Name:		ocaml-curl
Version:	0.5.3
Release:	6
License:	MIT
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/ocurl
Source0:	http://downloads.sourceforge.net/ocurl/ocurl-%{version}.tgz
Patch0:		Makefile.in-dllib.patch
BuildRequires:	gawk
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ncurses)
Requires:	ocaml

%description
The Ocaml Curl Library (Ocurl) is an interface library for the
programming language Ocaml to the networking library libcurl.

%files
%doc COPYING
%dir %{_libdir}/ocaml/curl
%{_libdir}/ocaml/curl/META
%{_libdir}/ocaml/curl/*.cmi
%{_libdir}/ocaml/curl/*.cma
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	pkgconfig(libcurl)
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc examples/
%{_libdir}/ocaml/curl/*.a
%{_libdir}/ocaml/curl/*.cmxa
%{_libdir}/ocaml/curl/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n ocurl
%patch0 -p0

# Files in the archive have spurious +x mode.
find -type f | xargs chmod 0644
chmod 0755 configure install-sh

%build
%configure2_5x --libdir=%{_libdir} --with-findlib
make all

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
make install

# Install curl.mli
cp curl.mli $OCAMLFIND_DESTDIR/curl

# Make clean in the examples dir so our docs don't contain binaries.
make -C examples clean


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.3-6
+ Revision: c995ba7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3627 |14cr|ocaml-curses-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml bindings for the ncurses library
Name:		ocaml-curses
Version:	1.0.3
Release:	5
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://www.nongnu.org/ocaml-tmk/
Source0:	http://mirrors.linhub.com/savannah/ocaml-tmk/ocaml-curses-%{version}.tar.gz
BuildRequires:	gawk
BuildRequires:	ghostscript
BuildRequires:	ghostscript-common
BuildRequires:	libtool
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	texlive
BuildRequires:	pkgconfig(ncurses)

%description
The ncurses library provides functions to create rich text-mode interfaces.
This package contains the necessary files to use the ncurses library in OCaml.

%files
%doc COPYING CHANGES
%dir %{_libdir}/ocaml/curses
%{_libdir}/ocaml/curses/META
%{_libdir}/ocaml/curses/*.cma
%{_libdir}/ocaml/curses/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc
%{_libdir}/ocaml/curses/*.a
%{_libdir}/ocaml/curses/*.cmxa
%{_libdir}/ocaml/curses/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q
autoreconf

%build
%configure
make all opt
make doc

strip dllcurses_stubs.so

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/curses
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-5
+ Revision: 031033e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3628 |14cr|ocamldot-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml program dependency graph generator
Name:		ocamldot
Version:	1.0
Release:	8
License:	Public Domain
Group:		Development/OCaml
Url:		http://www.research.att.com/~trevor/ocamldot
Source0:	http://www.research.att.com/~trevor/ocamldot/%{name}.tar.bz2
BuildRequires:	ocaml

%description
Ocamldot generates program dependency graphs for ocaml programs.

%files
%doc README LICENSE
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
ocamllex ocamldot.mll
ocamlopt -o %{name} ocamldot.ml

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 %{name} %{buildroot}%{_bindir}
install -m 644 %{name}.1 %{buildroot}%{_mandir}/man1


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-8
+ Revision: 48bedac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3629 |14cr|ocamldsort-0.15.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A dependency sorter for OCaml source files
Name:		ocamldsort
Version:	0.15.0
Release:	3
License:	GPLv2+
Group:		Development/OCaml
Url:		http://dimitri.mutu.net/ocaml.html
Source0:	ftp://quatramaran.ens.fr/pub/ara/ocamldsort/%{name}-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	camlp4

%description
The ocamldsort command scans a set of Objective Caml source files (.ml and .mli
files), sorts them according to their dependencies and prints the sorted files
in order to link their corresponding .cmo and .cmi files.

%files
%doc COPYING INSTALL README THANKS
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure
make

%install
make install BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15.0-3
+ Revision: cf5bd70
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3630 |14cr|ocaml-expat-0.9.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml wrapper for the Expat XML parsing library
Name:		ocaml-expat
Version:	0.9.1
Release:	12
License:	GPLv2+
Group:		Development/OCaml
Url:		http://www.xs4all.nl/~mmzeeman/ocaml
Source0:	http://www.xs4all.nl/~mmzeeman/ocaml/%{name}-%{version}.tar.bz2
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(expat)

%description
An ocaml wrapper for the Expat XML parsing library. It allows you to write
XML-Parsers using the SAX method. An XML document is parsed on the fly without
needing to load the entire XML-Tree into memory.

%files
%doc LICENCE README doc
%dir %{_libdir}/ocaml/expat
%{_libdir}/ocaml/expat/*.cmi
%{_libdir}/ocaml/expat/*.cma
%{_libdir}/ocaml/expat/META
%{_libdir}/ocaml/stublibs/*.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	expat-devel
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/expat/*.a
%{_libdir}/ocaml/expat/*.cmxa
%{_libdir}/ocaml/expat/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make depend
%make all allopt

%install
install -d -m 755 %{buildroot}/%{_libdir}/ocaml/stublibs
make install OCAMLFIND_DESTDIR="%{buildroot}%{_libdir}/ocaml"
rm -f %{buildroot}/%{_libdir}/ocaml/stublibs/*.owner


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-12
+ Revision: 8c8c9a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3631 |14cr|ocaml-extlib-1.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define up_name extlib

Summary:	Extended Standard Library for Objective Caml
Name:		ocaml-extlib
Version:	1.5.3
Release:	4
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://code.google.com/p/ocaml-extlib/
Source0:	http://ocaml-extlib.googlecode.com/files/%{up_name}-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
ExtLib is a project aiming at providing a complete - yet small - standard
library for the OCaml programming langage. The purpose of this library is to
add new functions to OCaml Standard Library modules, to modify some functions
in order to get better performances or more safety (tail-recursive) but also to
provide new modules which should be useful for the average OCaml programmer.

%files
%dir %{_libdir}/ocaml/extlib
%{_libdir}/ocaml/extlib/*.cmi
%{_libdir}/ocaml/extlib/*.cma
%{_libdir}/ocaml/extlib/META

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/extlib/*.a
%{_libdir}/ocaml/extlib/*.cmxa
%{_libdir}/ocaml/extlib/*.cmx

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description doc
This package provides the documentation in HTML about the library %{name}.

%files doc
%doc README.txt LICENSE
%{_datadir}/doc/%{name}/*
%{_libdir}/ocaml/extlib/*.mli
%{_libdir}/ocaml/extlib/*.ml

#----------------------------------------------------------------------------

%prep
%setup -q -n %{up_name}-%{version}

%build
make
make opt
make doc

%install
install -d -m 755 %{buildroot}/%{_libdir}/ocaml
make install OCAMLFIND_DESTDIR="%{buildroot}/%{_libdir}/ocaml"
# install doc
install -d -m 755 %{buildroot}/%{_datadir}/doc/%{name}/
install -m 644 doc/* %{buildroot}/%{_datadir}/doc/%{name}/
install -m 644 *.ml %{buildroot}/%{_libdir}/ocaml/extlib/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.3-4
+ Revision: dbb2963
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3632 |14cr|ocaml-fileutils-0.4.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml library for common file and filename operations
Name:		ocaml-fileutils
Version:	0.4.5
Release:	3
License:	LGPLv2+
Group:		Development/OCaml
Url:		http://ocaml-fileutils.forge.ocamlcore.org/
Source0:	http://forge.ocamlcore.org/frs/download.php/1194/ocaml-fileutils-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-ounit

%description
This library is intended to provide a basic interface to the most
common file and filename operations.  It provides several different
filename functions: reduce, make_absolute, make_relative...  It also
enables you to manipulate real files: cp, mv, rm, touch...

It is separated into two modules: SysUtil and SysPath.  The first one
manipulates real files, the second one is made for manipulating
abstract filenames.

%files
%doc README.txt
%dir %{_libdir}/ocaml/fileutils
%{_libdir}/ocaml/fileutils/*.cmi
%{_libdir}/ocaml/fileutils/*.cma
%{_libdir}/ocaml/fileutils/*.cmxs
%{_libdir}/ocaml/fileutils/META

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc COPYING.txt AUTHORS.txt CHANGELOG.txt README.txt TODO.txt
%{_libdir}/ocaml/fileutils/*.a
%{_libdir}/ocaml/fileutils/*.cmx
%{_libdir}/ocaml/fileutils/*.cmxa
%{_libdir}/ocaml/fileutils/*.ml
%{_libdir}/ocaml/fileutils/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
ocaml setup.ml -configure
ocaml setup.ml -build

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
ocaml setup.ml -install

%check
ocaml setup.ml -test

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.5-3
+ Revision: aa78767
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3633 |14cr|ocaml-getopt-20120615-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Command line parsing a la GNU getopt
Name:		ocaml-getopt
Version:	20120615
Release:	3
License:	MIT
Group:		Development/OCaml
Url:		http://forge.ocamlcore.org/projects/ocaml-getopt/
Source0:	http://forge.ocamlcore.org/frs/download.php/896/ocaml-getopt-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
The OCaml distribution comes with the module Arg specialized in command-line
parsing. However, it doesn't support the well known features of GNU getopt
and getopt_long.

The module Getopt is an alternative; it supports GNU syntax, but from the
programmer point of view, it is close to the spirit of Arg: the programmer
gives to the general parsing function a list of possible options, together
with the behavior of these options.

%files
%doc COPYING Changes README
%dir %{_libdir}/ocaml/getopt
%{_libdir}/ocaml/getopt/META
%{_libdir}/ocaml/getopt/*.cma
%{_libdir}/ocaml/getopt/*.cmi
%{_libdir}/ocaml/getopt/*.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/
%doc sample.ml
%{_libdir}/ocaml/getopt/*.a
%{_libdir}/ocaml/getopt/*.cmxa
%{_libdir}/ocaml/getopt/*.cmx
%{_libdir}/ocaml/getopt/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n ocaml-getopt

%build
./configure \
    --prefix %{_prefix} \
    --libdir %{_libdir} \
    --libexecdir %{_libexecdir} \
    --exec-prefix %{_exec_prefix} \
    --bindir %{_bindir} \
    --sbindir %{_sbindir} \
    --mandir %{_mandir} \
    --datadir %{_datadir} \
    --localstatedir %{_localstatedir} \
    --sharedstatedir %{_sharedstatedir} \
    --destdir %{buildroot}

make all
make doc
mv doc.docdir doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/getopt
make install
cp getopt.mli $OCAMLFIND_DESTDIR/getopt


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20120615-3
+ Revision: e2455c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3634 |14cr|ocaml-glmlite-0.03.51-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OpenGL bindings for OCaml
Name:		ocaml-glmlite
Version:	0.03.51
Release:	4
License:	LGPLv3+ or MIT
Group:		Development/OCaml
Url:		http://www.linux-nantes.org/~fmonnier/OCaml/GL/
Source0:	http://www.linux-nantes.org/~fmonnier/OCaml/GL/download/glMLite-%{version}.tgz
Patch0:		RedBook-Samples-fix-libpath.patch
Patch1:		glMLite-TEST-dir-libpath.patch
Patch4:		glMLite-TEST3-dir-libpath.patch
Patch2:		gle-examples-makefiles.patch
Patch3:		glMLite-LablGL-libpath.patch
BuildRequires:	ocaml
BuildRequires:	jpeg-devel
BuildRequires:	libgle-devel
BuildRequires:	pkgconfig(ftgl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
Requires:	jpeg-devel
Requires:	libgle-devel
Requires:	pkgconfig(ftgl)
Requires:	pkgconfig(gl)
Requires:	pkgconfig(glu)
Requires:	pkgconfig(glut)
Requires:	pkgconfig(ImageMagick)
Requires:	pkgconfig(libpng)
Requires:	pkgconfig(librsvg-2.0)

%description
This package provides OpenGL bindings for OCaml.

There is a module for GL, Glu and Glut, and also some texture loaders for
different image file format. There are specialised/optimised loaders for
jpeg, png and svg,and also a generic image loader (which uses the libmagick).

The names of the functions are the same than in the C API, and the problematic
types are packed in modules. There are additional wrappers for the GLE and the
FTGL libraries, to perform extrusions and font rendering.

%files
%doc LICENSE_GPL.txt README.txt
%dir %{_libdir}/ocaml/glMLite
%{_libdir}/ocaml/glMLite/META
%{_libdir}/ocaml/glMLite/*.cma
%{_libdir}/ocaml/glMLite/*.cmi
%{_libdir}/ocaml/glMLite/*.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description -n %{name}-devel
Development files for the package %{name}.

%files devel
%doc SRC/doc
%doc TEST TEST3 toolbox RedBook-Samples gle-examples nehe-examples LablGL
%{_libdir}/ocaml/glMLite/*.a
%{_libdir}/ocaml/glMLite/*.o
%{_libdir}/ocaml/glMLite/*.cmx
%{_libdir}/ocaml/glMLite/*.cmxa

#----------------------------------------------------------------------------

%prep
%setup -q -n glMLite-%{version}
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0

%build
make everything
make doc

%install
install -d -m 755 %{buildroot}%{_libdir}/ocaml/glMLite
make install_everything PREFIX=%{buildroot}%{_libdir}/ocaml/glMLite


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.03.51-4
+ Revision: 3256363
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3635 |14cr|ocaml-json-static-0.9.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml JSON validator and converter (syntax extension)
Name:		ocaml-json-static
Version:	0.9.8
Release:	5
License:	BSD
Group:		Development/OCaml
Url:		http://martin.jambon.free.fr/json-static.html
Source0:	http://martin.jambon.free.fr/json-static-%{version}.tar.bz2
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib-devel
# Make this dependency explicit because users won't be able
# to do much useful without it, and the automatic dependency
# checking script cannot pick it up.
Requires:	ocaml-json-wheel

%description
json-static is a tool for converting parsed JSON data with an
unchecked structure into specialized OCaml types and vice-versa.
It is a complement to the json-wheel library which provides a
parser and a (pretty-) printer.

%files
%doc LICENSE README Changes yahoo.ml
%{_libdir}/ocaml/json-static

#----------------------------------------------------------------------------

%prep
%setup -q -n json-static-%{version}

%build
make

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.8-5
+ Revision: 2b00b43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3636 |14cr|ocaml-json-wheel-1.0.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml library for parsing JSON
Name:		ocaml-json-wheel
Version:	1.0.6
Release:	9
License:	BSD
Group:		Development/OCaml
Url:		http://martin.jambon.free.fr/json-wheel.html
Source0:	http://martin.jambon.free.fr/json-wheel-%{version}.tar.bz2
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib-devel
BuildRequires:	ocaml-ocamlnet-devel
BuildRequires:	ocaml-pcre-devel
BuildRequires:	pkgconfig(libpcre)

%description
JSON library for OCaml following RFC 4627.

If you use this library, consider installing ocaml-json-static, the
syntax extension to the language which makes using JSON much easier.

%files
%doc LICENSE
%dir %{_libdir}/ocaml/json-wheel
%{_libdir}/ocaml/json-wheel/META
%{_libdir}/ocaml/json-wheel/*.cma
%{_libdir}/ocaml/json-wheel/*.cmi
%{_bindir}/jsoncat

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc LICENSE Changes README html
%{_libdir}/ocaml/json-wheel/*.a
%{_libdir}/ocaml/json-wheel/*.cmxa
%{_libdir}/ocaml/json-wheel/*.cmx
%{_libdir}/ocaml/json-wheel/*.mli
%{_libdir}/ocaml/json-wheel/*.ml

#----------------------------------------------------------------------------

%prep
%setup -q -n json-wheel-%{version}

%build
make
strip jsoncat

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
mkdir -p %{buildroot}%{_bindir}

make BINDIR=%{buildroot}%{_bindir} install

# Remove *.cmo and *.o files.  These aren't needed for
# anything because they are included in the *.cma/*.a.
rm %{buildroot}%{_libdir}/ocaml/json-wheel/*.cmo
rm %{buildroot}%{_libdir}/ocaml/json-wheel/*.o


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.6-9
+ Revision: 4578493
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3637 |14cr|ocaml-lablgl-1.05-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname lablgl
%define srcname lablGL

Summary:	OpenGL interface for OCaml
Name:		ocaml-%{modname}
Version:	1.05
Release:	3
License:	BSD
Group:		Development/OCaml
Url:		http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html
Source0:	http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/%{modname}-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-labltk
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(xmu)
Requires:	ocaml-labltk

%description
LablGL is is an OCaml interface to OpenGL. Support is included for
use with both Glut (standalone) and LablTk.

%files
%doc COPYRIGHT CHANGES README
%dir %{_libdir}/ocaml/lablGL
%{_libdir}/ocaml/lablGL/*.cmi
%{_libdir}/ocaml/lablGL/*.cma
%{_libdir}/ocaml/lablGL/META
%{_libdir}/ocaml/stublibs/*.so
%{_bindir}/lablgl
%{_bindir}/lablglut

#----------------------------------------------------------------------------

%package devel
Summary:	OpenGL interface for OCaml
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}
Requires:	pkgconfig(gl)
Requires:	pkgconfig(glu)
Requires:	pkgconfig(glut)
Requires:	pkgconfig(xmu)

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%{_libdir}/ocaml/lablGL/*.a
%{_libdir}/ocaml/lablGL/*.cmx
%{_libdir}/ocaml/lablGL/*.cmxa
%{_libdir}/ocaml/lablGL/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}

cp -f %{_includedir}/tk8.6/generic/tkInt.h Togl/src/Togl/tkInt%{tcl_version}.h
cp -f %{_includedir}/tk8.6/generic/tkIntDecls.h Togl/src/Togl/tkIntDecls%{tcl_version}.h
sed -i -e 's,tkIntDecls.h,tkIntDecls%{tcl_version}.h,g' Togl/src/Togl/tkInt%{tcl_version}.h

cat > Makefile.config << EOF
CAMLC = ocamlc.opt
CAMLOPT = ocamlopt.opt
BINDIR = %{_bindir}
XINCLUDES = -I%{_includedir}
XLIBS = -L%{_libdir} -lXext -lXmu -lX11
TKINCLUDES = -I%{_includedir}
GLINCLUDES =
GLLIBS = -lGL -lGLU
GLUTLIBS = -lglut
RANLIB = :
LIBDIR = %{_libdir}/ocaml
DLLDIR = %{_libdir}/ocaml/stublibs
INSTALLDIR = %{_libdir}/ocaml/lablGL
TOGLDIR=Togl
COPTS = %{optflags}
EOF

%build
make all opt

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_libdir}/ocaml/lablGL
install -d -m 755 %{buildroot}%{_libdir}/ocaml/stublibs
make \
   BINDIR=%{buildroot}%{_bindir}\
   INSTALLDIR=%{buildroot}%{_libdir}/ocaml/lablGL\
   DLLDIR=%{buildroot}%{_libdir}/ocaml/stublibs\
   install

rm -f %{buildroot}%{_libdir}/ocaml/lablGL/*.ml

# Make and install a META file.
cat > %{buildroot}%{_libdir}/ocaml/lablGL/META<<EOF
version="%{version}"
directory="+lablGL"
archive(byte) = "lablgl.cma"
archive(native) = "lablgl.cmxa"

package "togl" (
  requires = "labltk lablGL"
  archive(byte) = "togl.cma"
  archive(native) = "togl.cmxa"
)

package "glut" (
  requires = "lablGL"
  archive(byte) = "lablglut.cma"
  archive(native) = "lablglut.cmxa"
)
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.05-3
+ Revision: ee37e34
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3638 |14cr|ocaml-lablgtk-1.2.7-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name lablgtk

Summary:	OCaml interface to the GIMP Tool Kit
Name:		ocaml-%{base_name}
Version:	1.2.7
Release:	19
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
Source0:	http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-%{version}.tar.bz2
Patch0:		lablgtk-1.2.7-duplicate-method.patch
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	pkgconfig(gtk+)

%description
OCaml interface to Gtk+ tool kit.

%files
%doc COPYING CHANGES README
%dir %{_libdir}/ocaml/lablgtk
%{_libdir}/ocaml/lablgtk/*.cmi
%{_libdir}/ocaml/lablgtk/*.cma
%{_libdir}/ocaml/stublibs/*.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}
Requires:	pkgconfig(gtk+)

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_bindir}/*
%{_libdir}/ocaml/lablgtk/*.a
%{_libdir}/ocaml/lablgtk/*.cmo
%{_libdir}/ocaml/lablgtk/*.cmx
%{_libdir}/ocaml/lablgtk/*.cmxa
%{_libdir}/ocaml/lablgtk/*.mli
%{_libdir}/ocaml/lablgtk/*.ml
%{_libdir}/ocaml/lablgtk/*.o
%{_libdir}/ocaml/lablgtk/*.h
%{_libdir}/ocaml/lablgtk/varcc
%{_libdir}/ocaml/lablgtk/lablgtktop
%{_libdir}/ocaml/lablgtk/lablgtktop_t

#----------------------------------------------------------------------------

%prep
%setup -q -n %{base_name}-%{version}
%patch0 -p1

%build
make configure
make
make opt

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_libdir}/ocaml/stublibs
make install \
	BINDIR=%{buildroot}%{_bindir} \
	INSTALLDIR=%{buildroot}%{_libdir}/ocaml/lablgtk \
	DLLDIR=%{buildroot}%{_libdir}/ocaml/stublibs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.7-19
+ Revision: 5d55feb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3639 |14cr|ocaml-lablgtk2-2.18.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name lablgtk

Summary:	OCaml interface to the GIMP Tool Kit Version 2
Name:		ocaml-%{base_name}2
Version:	2.18.0
Release:	4
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://lablgtk.forge.ocamlcore.org/
Source0:	http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/%{base_name}-%{version}.tar.gz
Source1:	lablgtk-2.14.0-doc-html.tar.lzma
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-lablgl-devel
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkgl-2.0)
BuildRequires:	pkgconfig(gtksourceview-1.0)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	pkgconfig(gtkspell-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libpanelapplet-4.0)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)

%description
OCaml interface to the GIMP Tool Kit Version 2.

%files
%doc COPYING CHANGES README
%{_bindir}/*
%dir %{_libdir}/ocaml/lablgtk2
%{_libdir}/ocaml/lablgtk2/META
%{_libdir}/ocaml/lablgtk2/*.cmi
%{_libdir}/ocaml/lablgtk2/*.cma
%{_libdir}/ocaml/lablgtk2/*.cmo
%{_libdir}/ocaml/lablgtk2/*.o
%{_libdir}/ocaml/stublibs/*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}
Requires:	pkgconfig(gtk+-2.0)

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/lablgtk2/*
%exclude %{_libdir}/ocaml/lablgtk2/META
%exclude %{_libdir}/ocaml/lablgtk2/*.cmi
%exclude %{_libdir}/ocaml/lablgtk2/*.cma
%exclude %{_libdir}/ocaml/lablgtk2/*.cmo
%exclude %{_libdir}/ocaml/lablgtk2/*.o

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation and examples for %{name}
Group:		Development/OCaml

%description doc
This package contains the ocamldoc generated documentation for %{name},
and some examples.

%files doc
%doc examples
%doc doc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{base_name}-%{version}
perl -pi -e "s/^directory.*$//" META
sed -i -e 's/version="2.12.0"/version="%{version}"/' META
lzcat %{SOURCE1} | tar xf -
mv lablgtk-2.14.0-doc-html/ doc/

%build
%configure2_5x
make
make opt

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
install -d -m 755 %{buildroot}%{_libdir}/ocaml/stublibs
make install \
	RANLIB=true \
	BINDIR=%{buildroot}/%{_bindir} \
	LIBDIR=%{buildroot}/%{_libdir}/ocaml/lablgtk2 \
	INSTALLDIR=%{buildroot}/%{_libdir}/ocaml/lablgtk2 \
	DLLDIR=%{buildroot}/%{_libdir}/ocaml/stublibs

for cmo in $(find src/ -type f -name "*.cmo"); do
    %{__install} -m0644 -D $cmo %{buildroot}/%{_libdir}/ocaml/lablgtk2/`basename $cmo`
done;

rm -f %{buildroot}%{_libdir}/ocaml/ld.conf

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.18.0-4
+ Revision: 6aa79a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3640 |14cr|ocaml-lzma-0.01-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml bindings for the LZMA compression library
Name:		ocaml-lzma
Version:	0.01
Release:	6
License:	LGPLv2.1+ with static compilation exception
Group:		Development/OCaml
Url:		http://forge.ocamlcore.org/projects/ocaml-lzma/
Source0:	http://forge.ocamlcore.org/frs/download.php/378/ocaml-lzma-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	liblzma-devel

%description
OCaml bindings for the LZMA compression library.
Lzma provides very high compression ratio and fast decompression,
the average compression ratio is 30% better than that of gzip and
15% better than that of bzip2.

%files
%doc README.txt description.txt LICENSE.txt
%dir %{_libdir}/ocaml/lzma
%{_libdir}/ocaml/lzma/META
%{_libdir}/ocaml/lzma/*.cma
%{_libdir}/ocaml/lzma/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc examples
%{_libdir}/ocaml/lzma/*.a
%{_libdir}/ocaml/lzma/*.o
%{_libdir}/ocaml/lzma/*.cmxa
%{_libdir}/ocaml/lzma/*.cmx
%{_libdir}/ocaml/lzma/*.cmo
%{_libdir}/ocaml/lzma/*.mli
%{_libdir}/ocaml/stublibs/*.cmxs

#----------------------------------------------------------------------------

%prep
%setup -q

%build
make
make doc

%install
mkdir -p %{buildroot}%{_libdir}/ocaml/lzma
mkdir -p %{buildroot}%{_libdir}/ocaml/stublibs
make install \
  PREFIX=%{buildroot}%{_libdir}/ocaml/lzma \
  SO_PREFIX=%{buildroot}%{_libdir}/ocaml/stublibs

mkdir examples
cp test_* examples/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.01-6
+ Revision: 093e939
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3641 |14cr|ocaml-mad-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Bindings for the mad library
Name:		ocaml-mad
Version:	0.4.0
Release:	4
License:	GPLv2+
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/savonet/files/
Source0:	http://downloads.sourceforge.net/savonet/ocaml-mad/ocaml-mad-%{version}.tar.gz
Patch1:		ocaml-mad-0.3.5-docblock.patch
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(mad)

%description
Bindings for the mad library which provides functions for encoding
wave audio files into mp3.

%files
%doc COPYING CHANGES README
%dir %{_libdir}/ocaml/mad
%{_libdir}/ocaml/mad/META
%{_libdir}/ocaml/mad/*.cma
%{_libdir}/ocaml/mad/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/html
%{_libdir}/ocaml/mad/*.a
%{_libdir}/ocaml/mad/*.cmxa
%{_libdir}/ocaml/mad/*.cmx
%{_libdir}/ocaml/mad/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1

%build
%configure
make
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/mad
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-4
+ Revision: a039f85
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3642 |14cr|ocaml-magic-0.7.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml bindings for the File type determination library
Name:		ocaml-magic
Version:	0.7.3
Release:	5
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/ocaml-magic/
Source0:	http://sourceforge.net/projects/ocaml-magic/files/ocaml-magic-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	magic-devel

%description
Libmagic is a library for classifying files according to magic number tests.
This package provides OCaml interface to this C library.

%files
%doc LICENSE README
%dir %{_libdir}/ocaml/magic
%{_libdir}/ocaml/magic/META
%{_libdir}/ocaml/magic/*.cma
%{_libdir}/ocaml/magic/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc
%{_libdir}/ocaml/magic/*.a
%{_libdir}/ocaml/magic/*.cmxa
%{_libdir}/ocaml/magic/*.cmx
%{_libdir}/ocaml/magic/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n ocaml-magic-%{version}

%build
%configure
make
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/magic
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-5
+ Revision: 67f523d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3643 |14cr|ocamlmakefile-6.37.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Automated compilation of complex OCaml-projects
Name:		ocamlmakefile
Version:	6.37.0
Release:	3
License:	LGPLv2.1+ with OCaml linking exception
Group:		Development/OCaml
Url:		https://bitbucket.org/mmottl/ocaml-makefile
Source0:	https://bitbucket.org/mmottl/ocaml-makefile/downloads/ocaml-makefile-%{version}.tar.gz
Source1:	README.examples.idl
BuildArch:	noarch

%description
A general makefile for the Objective Caml programming language
OCamlMakefile is a general makefile which allows a programmer to
create quickly customized makefiles for a project written in the
Objective Caml programming language. Typically, a customized makefile
consists of the definition of a few variables, and an inclusion of
the general makefile provided by this package.

%files
%doc COPYING.txt README.md CHANGES.txt
%dir %{_datadir}/ocamlmakefile
%{_datadir}/ocamlmakefile/OCamlMakefile

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation and examples files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description doc
The %{name}-doc package contains documentation and examples files for
developing applications that use %{name}.

%files doc
%doc calc camlp4 gtk idl threads

#----------------------------------------------------------------------------

%prep
%setup -q -n ocaml-makefile-%{version}
install -m 0644 %{SOURCE1} ./

%build

%install
# OCamlMakefile
install -d -m 0755 %{buildroot}%{_datadir}/ocamlmakefile
sed -i -e "s|/usr/local/lib|/usr/lib|g" OCamlMakefile
install -m 0644 OCamlMakefile %{buildroot}%{_datadir}/ocamlmakefile/

# examples/
for d in calc camlp4 gtk idl threads; do
  sed -i -e "s|../OCamlMakefile|%{_datadir}/ocamlmakefile/OCamlMakefile|g" ./$d/Makefile;
done
cp ./README.examples.idl ./calc/README
cp ./README.examples.idl ./idl/README


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.37.0-3
+ Revision: fead378
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3644 |14cr|ocaml-mlgmp-0.13-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml bindings for the GNU multiprecision arithmetic library
Name:		ocaml-mlgmp
Version:	0.13
Release:	5
License:	LGPLv2.1+ + linking exception
Group:		Development/OCaml
Url:		http://www-verimag.imag.fr/~monniaux/programmes.html.en
Source0:	http://www-verimag.imag.fr/~monniaux/download/mlgmp.tar.gz
Source1:	META.in
Patch0:		10_config.dpatch
Patch1:		Makefile.patch
Patch2:		15_bugfixes.dpatch
BuildRequires:	ocaml
BuildRequires:	gmp-devel
BuildRequires:	pkgconfig(ncurses)

%description
This package provides bindings for the GNU multiprecision library 
(GNU MP) for the language OCaml (caml.inria.fr).
It is mostly a 1-1 mapping of the C functions into the OCaml namespace,
but also includes some infix operators to make for a cleaner syntax.

%files
%doc ChangeLog README benchmarks.txt
%dir %{_libdir}/ocaml/gmp
%{_libdir}/ocaml/gmp/META
%{_libdir}/ocaml/gmp/*.cma
%{_libdir}/ocaml/gmp/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc html
%{_libdir}/ocaml/gmp/*.a
%{_libdir}/ocaml/gmp/*.cmxa
%{_libdir}/ocaml/gmp/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n mlgmp
%patch0 -p 1
%patch1 -p 1
%patch2 -p 1
sed -e 's/@VERSION@/%{version}/' < %{SOURCE1} > META

%build
make GMP_INCLUDES=-I/usr/include GMP_LIBDIR=/usr/lib
mkdir html
ocamldoc -colorize-code -html gmp.mli -d html

%install
install -d %{buildroot}/`ocamlc -where`/gmp/
install -m 0644 -c gmp.{cmi,mli,cma,cmxa} *.a \
           %{buildroot}/`ocamlc -where`/gmp/
install -d %{buildroot}/`ocamlc -where`/stublibs
install -m 0755 -c *.so %{buildroot}/`ocamlc -where`/stublibs
install -m 0644 META %{buildroot}/`ocamlc -where`/gmp/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13-5
+ Revision: 50eeae3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3645 |14cr|ocaml-newt-0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml library for using newt text mode window system
Name:		ocaml-newt
Version:	0.9
Release:	4
License:	LGPLv2+ with exceptions
Group:		Development/OCaml
Url:		http://et.redhat.com/~rjones/ocaml-newt/
Source0:	http://et.redhat.com/~rjones/ocaml-newt/ocaml-newt-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-camlidl-devel
BuildRequires:	newt-devel

%description
This is a set of OCaml bindings to newt.

The newt windowing system is a terminal-based window and widget
library designed for writing applications with a simple, but
user-friendly, interface.  While newt is not intended to provide the
rich feature set advanced applications may require, it has proven to
be flexible enough for a wide range of applications (most notably, Red
Hat's installation process).

%files
%doc COPYING.LIB INSTALL README
%dir %{_libdir}/ocaml/newt
%{_libdir}/ocaml/newt/META
%{_libdir}/ocaml/newt/*.cma
%{_libdir}/ocaml/newt/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc html
%{_libdir}/ocaml/newt/*.a
%{_libdir}/ocaml/newt/*.cmxa
%{_libdir}/ocaml/newt/*.cmx
%{_libdir}/ocaml/newt/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure --libdir=%{_libdir}
# Dependencies are broken in the upstream package.
make newt_int.mli
rm -f .depend
make depend
make all
make opt
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/newt
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-4
+ Revision: 5e0d45d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3646 |14cr|ocaml-ocamlagrep-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name ocamlagrep

Summary:	String searching with errors for OCaml
Name:		ocaml-%{up_name}
Version:	1.0
Release:	4
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://pauillac.inria.fr/~xleroy/software.html#agrep
Source0:	http://caml.inria.fr/distrib/bazar-ocaml/%{up_name}-%{version}.tar.gz
BuildRequires:	ocaml

%description
This OCaml library implements the Wu-Manber algorithm for string searching
with errors, popularized by the "agrep" Unix command and the "glimpse" file
indexing tool.

%files
%doc README
%dir %{_libdir}/ocaml/agrep
%{_libdir}/ocaml/agrep/META
%{_libdir}/ocaml/agrep/*.cmi
%{_libdir}/ocaml/agrep/*.cma
%{_libdir}/ocaml/agrep/*.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/agrep/*
%exclude %{_libdir}/ocaml/agrep/META
%exclude %{_libdir}/ocaml/agrep/*.cmi
%exclude %{_libdir}/ocaml/agrep/*.cma
%exclude %{_libdir}/ocaml/agrep/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{up_name}-%{version}

%build
%make
cat > META <<EOF
name = "ocamlagrep"
description = "string searching with errors"
version = "%{version}"
archive(byte) = "agrep.cma"
archive(native) = "agrep.cmxa"
directory = "+agrep"
EOF

%install
%define destdir %{buildroot}%{_libdir}/ocaml/agrep

install -d -m 755 %{destdir}
cp agrep.cmi agrep.cma agrep.cmxa %{destdir}/
cp libagrep.a %{destdir}/
cp dllagrep.so %{destdir}/
cp META %{destdir}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 6233d5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3647 |14cr|ocaml-ocamlgraph-1.8.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	OCaml library for arc and node graphs
Name:		ocaml-ocamlgraph
Version:	1.8.2
Release:	5
License:	LGPLv2.1+ with exceptions
Group:		Development/OCaml
Url:		http://ocamlgraph.lri.fr/
Source0:	http://ocamlgraph.lri.fr/download/ocamlgraph-%{version}.tar.gz
Source1:	ocamlgraph-test.result
BuildRequires:	ocaml
BuildRequires:	ocaml-doc
BuildRequires:	ocaml-findlib-devel
BuildRequires:	ocaml-lablgtk2-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgnomecanvas-2.0)

%description
Ocamlgraph provides several different implementations of graph data
structures. It also provides implementations for a number of classical
graph algorithms like Kruskal's algorithm for MSTs, topological
ordering of DAGs, Dijkstra's shortest paths algorithm, and
Ford-Fulkerson's maximal-flow algorithm to name a few. The algorithms
and data structures are written functorially for maximal
reusability. Also has input and output capability for Graph Modeling
Language file format and Dot and Neato graphviz (graph visualization)
tools.

%files
%{_libdir}/ocaml/ocamlgraph/
%exclude %{_libdir}/ocaml/*/*.a
%exclude %{_libdir}/ocaml/*/*.cmxa
%exclude %{_libdir}/ocaml/*/*.cmx
%exclude %{_libdir}/ocaml/*/*.mli
%{_defaultdocdir}/%{name}-%{version}/LICENSE

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%{_libdir}/ocaml/*/*.a
%{_libdir}/ocaml/*/*.cmxa
%{_libdir}/ocaml/*/*.cmx
%{_libdir}/ocaml/*/*.mli
# Include all code and examples in the doc directory
%{_defaultdocdir}/%{name}-%{version}-devel/

#----------------------------------------------------------------------------

%prep
%setup -q -n ocamlgraph-%{version}
cp %{SOURCE1} .

%build
./configure --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir}

make depend
make all OCAMLBEST=opt OCAMLOPT=ocamlopt.opt
make doc

%install
mkdir -p %{buildroot}%{_libdir}/ocaml
make OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml install-findlib

mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}/
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}-devel/examples/
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}-devel/API/
cp -p LICENSE %{buildroot}%{_defaultdocdir}/%{name}-%{version}/
cp -p README %{buildroot}%{_defaultdocdir}/%{name}-%{version}-devel/
cp -p examples/*.ml %{buildroot}%{_defaultdocdir}/%{name}-%{version}-devel/examples/
cp -p doc/* %{buildroot}%{_defaultdocdir}/%{name}-%{version}-devel/API/

%check
make --no-print-directory check >& test
diff test ocamlgraph-test.result


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.2-5
+ Revision: 1deef26
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3648 |14cr|ocaml-ocamlgsl-0.6.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name ocamlgsl

Summary:	GNU Scientific Library (GSL) for OCaml
Name:		ocaml-%{up_name}
Version:	0.6.0
Release:	5
License:	GPLv2+
Group:		Development/OCaml
Url:		http://oandrieu.nerim.net/ocaml/gsl/
Source0:	http://oandrieu.nerim.net/ocaml/gsl/%{up_name}-%{version}.tar.gz
Patch1:		match_gcc_4_2.dpatch
BuildRequires:	awk
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(gsl)

%description
This is an interface to GSL (GNU scientific library), for the
Objective Caml language.

%files
%doc COPYING NEWS NOTES README
%dir %{_libdir}/ocaml/gsl
%{_libdir}/ocaml/gsl/META
%{_libdir}/ocaml/gsl/*.cma
%{_libdir}/ocaml/gsl/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc
%{_infodir}/*.info*
%{_libdir}/ocaml/gsl/*.a
%{_libdir}/ocaml/gsl/*.cmxa
%{_libdir}/ocaml/gsl/*.cmx
%{_libdir}/ocaml/gsl/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{up_name}-%{version}
%patch1 -p1

%build
make all
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/gsl
make install-findlib

# mli files
install -m 0644 *.mli %{buildroot}%{_libdir}/ocaml/gsl/

# info files
mkdir -p %{buildroot}%{_infodir}
install -m 644 ocamlgsl.info* %{buildroot}%{_infodir}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-5
+ Revision: d240b5d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3649 |14cr|ocaml-ocamlnet-3.7.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name ocamlnet

%define ocamlnet_datadir %{_datadir}/%{name}

Summary:	OCaml internet protocols and conventions
Name:		ocaml-%{up_name}
Version:	3.7.3
Release:	2
License:	BSD
Group:		Development/OCaml
Url:		http://projects.camlcity.org/projects/ocamlnet.html
Source0:	http://download.camlcity.org/download/ocamlnet-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	camlp4
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-cryptgps-devel
BuildRequires:	ocaml-lablgtk2-devel
BuildRequires:	ocaml-pcre-devel
BuildRequires:	ocaml-ssl-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
Requires:	ocaml-pcre

%description
Ocamlnet is an ongoing effort to collect modules, classes and
functions that are useful to implement network protocols. Since
version 2.2, Ocamlnet incorporates the Equeue, RPC, and Netclient
libraries, so it now really a big player.

In detail, the following features are available:

 * netstring is about processing strings that occur in network
   context. Features: MIME encoding/decoding, Date/time parsing,
   Character encoding conversion, HTML parsing and printing, URL
   parsing and printing, OO-representation of channels, and a lot
   more.

 * netcgi1 and netcgi2 focus on portable web applications. netcgi1 is
   the older, backward-compatible version, whereas netcgi2 bases on a
   revised design, and is only partly backward-compatible. Supported
   are CGI, FastCGI, AJP (mod_jk), and SCGI.

 * rpc implements ONCRPC (alias SunRPC), the remote procedure call
   technology behind NFS and other Unix services.

 * netplex is a generic server framework. It can be used to build
   stand-alone server programs from individual components like those
   from netcgi2, nethttpd, and rpc.

 * netclient implements clients for HTTP (version 1.1, of course), FTP
   (currently partially), and Telnet.

 * equeue is an event queue used for many protocol implementations. It
   makes it possible to run several clients and/or servers in parallel
   without having to use multi-threading or multi-processing.

 * shell is about calling external commands like a Unix shell does.

 * netshm provides shared memory for IPC purposes.

 * netsys contains bindings for system functions missing in core O'Caml.

 * smtp and pop are two further client implementations for the SMTP
   and POP3 protocols.

%files
%doc ChangeLog INSTALL LICENSE LICENSE.GPL LICENSE.LGPL RELNOTES
%{_bindir}/netplex-admin
%{_bindir}/ocamlrpcgen
%{_libdir}/ocaml/equeue
%{_libdir}/ocaml/equeue-gtk2
%{_libdir}/ocaml/equeue-ssl
%{_libdir}/ocaml/equeue-tcl
%{_libdir}/ocaml/netcamlbox
%{_libdir}/ocaml/netcgi2
%{_libdir}/ocaml/netcgi2-plex
%{_libdir}/ocaml/netclient
%{_libdir}/ocaml/netgssapi
%{_libdir}/ocaml/netmulticore
%{_libdir}/ocaml/netplex
%{_libdir}/ocaml/netshm
%{_libdir}/ocaml/netstring
%{_libdir}/ocaml/netstring-pcre
%{_libdir}/ocaml/netsys
%{_libdir}/ocaml/pop
%{_libdir}/ocaml/rpc
%{_libdir}/ocaml/rpc-auth-local
%{_libdir}/ocaml/rpc-generator
%{_libdir}/ocaml/rpc-ssl
%{_libdir}/ocaml/smtp
%{_libdir}/ocaml/shell
%{_libdir}/ocaml/rpc-auth-dh
%{_libdir}/ocaml/stublibs/*.so
%{_libdir}/ocaml/stublibs/*.so.owner
%{ocamlnet_datadir}/*
%exclude %{_libdir}/ocaml/*/*.a
%exclude %{_libdir}/ocaml/*/*.cmxa
%exclude %{_libdir}/ocaml/*/*.cmx
%exclude %{_libdir}/ocaml/*/*.o
%exclude %{_libdir}/ocaml/*/*.mli

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}
Requires:	ocaml-pcre-devel

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%doc doc/html-main
%{_libdir}/ocaml/*/*.a
%{_libdir}/ocaml/*/*.cmx
%{_libdir}/ocaml/*/*.cmxa
%{_libdir}/ocaml/*/*.o
%{_libdir}/ocaml/*/*.mli
%exclude %{_libdir}/ocaml/nethttpd-for-netcgi2
%exclude %{_libdir}/ocaml/nethttpd

#----------------------------------------------------------------------------

%package nethttpd
Summary:	Ocamlnet HTTP daemon
License:	GPLv2+
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description nethttpd
Nethttpd is a web server component (HTTP server implementation). It
can be used for web applications without using an extra web server, or
for serving web services.

%files nethttpd
%{_libdir}/ocaml/nethttpd-for-netcgi2
%{_libdir}/ocaml/nethttpd
%exclude %{_libdir}/ocaml/*/*.a
%exclude %{_libdir}/ocaml/*/*.cmxa
%exclude %{_libdir}/ocaml/*/*.mli

#----------------------------------------------------------------------------

%package nethttpd-devel
Summary:	Development files for %{name}-nethttpd
License:	GPLv2+
Group:		Development/OCaml
Requires:	%{name}-nethttpd = %{EVRD}

%description nethttpd-devel
The %{name}-nethttpd-devel package contains libraries and signature
files for developing applications that use %{name}-nethttpd.

%files nethttpd-devel
%{_libdir}/ocaml/nethttpd/*.a
%{_libdir}/ocaml/nethttpd/*.cmxa
%{_libdir}/ocaml/nethttpd/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{up_name}-%{version}

%build
# not an autoconf one
./configure \
  -enable-tcl \
  -equeue-tcl-libs -ltcl \
  -bindir %{_bindir} \
  -datadir %{ocamlnet_datadir} \
  -prefer-netcgi2 \
  -with-nethttpd \
  -disable-apache \
  -enable-ssl \
  -enable-gtk2 \
  -enable-pcre \
  -with-rpc-auth-dh

# Bletcherous hack to get that extra include path in camlp4 builds.
#echo -e '#!/bin/sh\n%{_bindir}/camlp4 -I %{_libdir}/ocaml/camlp4/Camlp4Parsers "$@"' > camlp4; chmod 0755 camlp4; export PATH=`pwd`:$PATH
make all opt

%install
install -d -m 755 %{buildroot}/%{_libdir}/ocaml
install -d -m 755 %{buildroot}/%{_libdir}/ocaml/stublibs
make install \
  OCAMLFIND_INSTFLAGS="-destdir %{buildroot}/%{_libdir}/ocaml" \
  OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml \
  DESTDIR="%{buildroot}"

# cgi/META conflicts with mod_caml
rm -rf %{buildroot}/%{_libdir}/ocaml/cgi

# rpc-generator/dummy.mli is empty and according to Gerd Stolpmann can
# be deleted safely.  This avoids an rpmlint warning.
rm -f %{buildroot}/%{_libdir}/ocaml/rpc-generator/dummy.mli

# Strip libraries.
strip %{buildroot}/%{_libdir}/ocaml/stublibs/*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.3-2
+ Revision: 05beadf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3650 |14cr|ocaml-ode-0.5r4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml bindings to the Open Dynamics Engine (ODE)
Name:		ocaml-ode
Version:	0.5r4
Release:	5
License:	LGPLv2.1+ with exceptions
Group:		Development/OCaml
Url:		http://www.linux-nantes.org/~fmonnier/OCaml/ODE/
Source0:	http://www.linux-nantes.org/~fmonnier/OCaml/ODE/download/ocamlode-0.5-r4.tar.gz
Patch0:		ocamlode-0.5-r4.dPlaneSpace.patch
Patch1:		ocamlode-0.5-r4.demo_exec.patch
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ode-devel

%description
This is a set of bindings in Objective Caml for the Open Dynamics Engine,
ODE: http://www.ode.org/.

%files
%doc LICENSE_BSD.txt LICENSE_GPL.txt LICENSE_LGPL.txt CHANGES.txt README.txt
%dir %{_libdir}/ocaml/ode
%{_libdir}/ocaml/ode/META
%{_libdir}/ocaml/ode/*.cma
%{_libdir}/ocaml/ode/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc examples
%{_libdir}/ocaml/ode/*.a
%{_libdir}/ocaml/ode/*.cmxa
%{_libdir}/ocaml/ode/*.cmx
%{_libdir}/ocaml/ode/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n ocamlode-0.5-r4
%patch0 -p0
%patch1 -p0

%build
make all
make doc
mkdir examples
mv drawstuff.ml drawstuff.make demo_*.ml demo_exec.sh examples/

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/ode
ocamlfind install ode META ode.cmi *.{mli,cma,cmxa,cmx,a,so}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5r4-5
+ Revision: b948655
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3651 |14cr|ocaml-ogg-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml bindings for the Ogg bitstream library
Name:		ocaml-ogg
Version:	0.4.0
Release:	4
License:	LGPLv2.1+ with exceptions
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/savonet/files/
Source0:	http://downloads.sourceforge.net/savonet/ocaml-ogg/ocaml-ogg-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(ogg)

%description
OCaml bindings for the Ogg bitstream library, libogg is a library
for manipulating ogg bitstreams. It handles both making ogg bitstreams
and getting packets from ogg bitstreams.

%files
%doc COPYING CHANGES README
%dir %{_libdir}/ocaml/ogg
%{_libdir}/ocaml/ogg/META
%{_libdir}/ocaml/ogg/*.cma
%{_libdir}/ocaml/ogg/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/html
%{_libdir}/ocaml/ogg/*.a
%{_libdir}/ocaml/ogg/*.cmxa
%{_libdir}/ocaml/ogg/*.mli
%{_libdir}/ocaml/ogg/*.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
make
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/ogg
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-4
+ Revision: bb29336
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3652 |14cr|ocaml-omake-0.9.8.6-0.rc1.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta rc1

Summary:	Build system with automated dependency analysis
Name:		ocaml-omake
Version:	0.9.8.6
Release:	0.%{beta}.2
License:	LGPLv2+
Group:		Development/OCaml
Url:		http://omake.metaprl.org/download.html
Source0:	http://omake.metaprl.org/downloads/omake-%{version}-0.%{beta}.tar.gz
Patch0:		omake-debian-disable-ocaml-warnings.patch
Patch1:		omake-0.9.8.6-fix-and-or-operators.patch
BuildRequires:	chrpath
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(ncurses)
Conflicts:	osh
# omake can be used on non-OCaml projects (RHBZ#548536).
Provides:	omake = %{EVRD}

%description
OMake is a build system designed for scalability and portability. It
uses a syntax similar to make utilities you may have used, but it
features many additional enhancements, including the following.

 * Support for projects spanning several directories or directory
   hierarchies.

 * Fast, reliable, automated, scriptable dependency analysis using MD5
   digests, with full support for incremental builds.

 * Dependency analysis takes the command lines into account — whenever
   the command line used to build a target changes, the target is
   considered out-of-date.

 * Fully scriptable, includes a library that providing support for
   standard tasks in C, C++, OCaml, and LaTeX projects, or a mixture
   thereof.

%files
%doc LICENSE LICENSE.OMake
%doc CHANGELOG.txt
%doc doc/txt/omake-doc.txt doc/ps/omake-doc.pdf doc/html/
%{_libdir}/omake/
%{_bindir}/omake
%{_bindir}/osh
%{_bindir}/cvs_realclean

#----------------------------------------------------------------------------

%prep
%setup -q -n omake-%{version}
%patch0 -p1
%patch1 -p1

%build
make all \
  PREFIX=%{_prefix} MANDIR=%{_mandir} BINDIR=%{_bindir} LIBDIR=%{_libdir}

%install
make install \
  INSTALL_ROOT=%{buildroot} \
  PREFIX=%{_prefix} MANDIR=%{_mandir} BINDIR=%{_bindir} LIBDIR=%{_libdir}

chmod 0755 %{buildroot}%{_bindir}/*


%changelog
* Wed Jun 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.8.6-0.rc1.2
+ Revision: 0347572
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3653 |14cr|ocaml-openin-20070524-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml syntax to locally open modules
Name:		ocaml-openin
Version:	20070524
Release:	4
License:	Public Domain
Group:		Development/OCaml
Url:		http://alain.frisch.fr/soft#openin
Source0:	http://alain.frisch.fr/info/openin-%{version}.tar.gz
Source1:	openin-META
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
This package implements a Camlp4 syntax extension for Objective
Caml. It adds the syntactic construction:

open M in e

that can appear in any context where an expression is expected. M is
an arbitrary module expression (not only qualified names as for usual
open statements) and e is an expression.

%files
%doc README
%dir %{_libdir}/ocaml/openin
%{_libdir}/ocaml/openin/META
%{_libdir}/ocaml/openin/pa_openin.cmo

#----------------------------------------------------------------------------

%prep
%setup -q -n openin-%{version}
cp %{SOURCE1} META

%build
make
sed -i -e "s/@VERSION@/%{version}/" META

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
ocamlfind install openin META pa_openin.cmo


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20070524-4
+ Revision: 3309c07
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3654 |14cr|ocaml-orm-sqlite-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	An "Object-Relational Mapper" interface between a Sqlite3 database and OCaml
Name:		ocaml-orm-sqlite
Version:	0.2
Release:	5
License:	ISC
Group:		Development/OCaml
Url:		http://wiki.github.com/avsm/ocaml-orm-sqlite
Source0:	ocaml-orm-sqlite-0.2.tar.bz2
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-sqlite-devel

%description
You provide a schema of the type of objects you want to store in the database,
and an OCaml source file is generated with modules that:

 * initialize the database with the right schema
 * retrieve objects from the database by searching from keys
 * modify fields and save them back to the database.

%files
%doc LICENSE NEWS TODO README
%dir %{_libdir}/ocaml/sql_orm
%{_libdir}/ocaml/sql_orm/META
%{_libdir}/ocaml/sql_orm/*.cma
%{_libdir}/ocaml/sql_orm/*.cmi

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc LICENSE
%doc doc/ examples/ tests/
%{_libdir}/ocaml/sql_orm/*.a
%{_libdir}/ocaml/sql_orm/*.cmxa
%{_libdir}/ocaml/sql_orm/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
make all
mkdir -p doc && ocamldoc -d doc -html sql_orm.mli

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/sql_orm
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-5
+ Revision: a40aed0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3655 |14cr|ocaml-ounit-2.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Unit test framework for OCaml
Name:		ocaml-ounit
Version:	2.0.0
Release:	3
License:	MIT
Group:		Development/OCaml
Url:		http://ounit.forge.ocamlcore.org/
Source0:	http://download.ocamlcore.org/ounit/ounit/%{version}/ounit-%{version}.tar.gz
Source1:	http://download.ocamlcore.org/ounit/ounit/%{version}/ounit-doc-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	libxml2-utils

%description
OUnit is a unit test framework for OCaml. It allows one to easily
create unit-tests for OCaml code. It is based on HUnit, a unit testing
framework for Haskell. It is similar to JUnit, and other xUnit testing
frameworks.

%files
%doc LICENSE.txt README.txt AUTHORS.txt
%dir %{_libdir}/ocaml/oUnit
%{_libdir}/ocaml/oUnit/*.cmi
%{_libdir}/ocaml/oUnit/*.cma
%{_libdir}/ocaml/oUnit/*.cmxs
%{_libdir}/ocaml/oUnit/META

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/
%doc examples/ test/
%doc api-doc-html/
%doc api-ounit/
%{_libdir}/ocaml/oUnit/*.a
%{_libdir}/ocaml/oUnit/*.cmxa
%{_libdir}/ocaml/oUnit/*.cmx
%{_libdir}/ocaml/oUnit/*.mli
%{_libdir}/ocaml/oUnit/*.ml

#----------------------------------------------------------------------------

%prep
%setup -q -n ounit-%{version}

%build
ocaml setup.ml -configure --enable-tests
ocaml setup.ml -build
ocaml setup.ml -doc

mv _build/src/api-ounit.docdir api-doc-html

tar xzf %{SOURCE1}
mv ounit-doc-%{version}/api-ounit/ .

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR
ocaml setup.ml -install

%check
ocaml setup.ml -test


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-3
+ Revision: 0308c8f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3656 |14cr|ocaml-pam-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCamlPAM is a wrapper for the Pluggable Authentication Modules (PAM) library
Name:		ocaml-pam
Version:	1.1
Release:	5
License:	MIT
Group:		Development/OCaml
Url:		http://sharvil.nanavati.net/projects/ocamlpam/
Source0:	http://sharvil.nanavati.net/projects/ocamlpam/files/ocamlpam-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	pam-devel

%description
OCamlPAM is a wrapper for the Pluggable Authentication Modules (PAM)
library. PAM provides a flexible mechanism for authenticating users via
administrator-defined policies. PAM has modules for authenticating via
Unix passwd files, Kerberos, LDAP, etc. Additional modules for custom
authentication mechanisms can be created and deployed without recompiling
existing services based on PAM. Moreover, policies defining the
authentication requirements can be changed at runtime without restarting
running services.

%files
%doc COPYING CHANGES README
%dir %{_libdir}/ocaml/pam
%{_libdir}/ocaml/pam/META
%{_libdir}/ocaml/pam/*.cma
%{_libdir}/ocaml/pam/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%{_libdir}/ocaml/pam/*.a
%{_libdir}/ocaml/pam/*.cmxa
%{_libdir}/ocaml/pam/*.cmx
%{_libdir}/ocaml/pam/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n ocamlpam-%{version}

%build
make all opt

%install
make install DESTDIR=%{buildroot}%{_libdir}/ocaml/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-5
+ Revision: 4930763
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3657 |14cr|ocaml-pa-monad-6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml syntax extension for monads
Name:		ocaml-pa-monad
Version:	6.0
Release:	4
License:	LGPLv2.1+ with exceptions
Group:		Development/OCaml
Url:		http://www.cas.mcmaster.ca/~carette/pa_monad/
Source0:	http://www.cas.mcmaster.ca/~carette/pa_monad/pa_monad.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
This Camlp4 parser adds some syntactic sugar to beautify monadic
expressions. The name of the syntax extension is a bit misleading as
it does not provide any monad nor monadic computation.

%files
%doc COPYING README ChangeLog html-doc
%{_libdir}/ocaml/monad/

#----------------------------------------------------------------------------

%prep
%setup -q -c

%build
make all doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
make findlib-install

%check
make test

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.0-4
+ Revision: 9262a97
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3658 |14cr|ocaml-pcre-7.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Perl compatibility regular expressions for OCaml
Name:		ocaml-pcre
Version:	7.0.2
Release:	4
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://ocaml.info/home/ocaml_sources.html#pcre-ocaml
# curl http://hg.ocaml.info/release/pcre-ocaml/archive/release-%{version}.tar.bz2 > pcre-ocaml-release-%{version}.tar.bz2
Source0:	http://bitbucket.org/mmottl/pcre-ocaml/downloads/pcre-ocaml-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	texlive
BuildRequires:	pkgconfig(libpcre)

%description
This OCaml-library interfaces the PCRE (Perl-compatibility regular
expressions) library which is written in C. it can be used for matching
regular expressions which are written in "PERL"-style.

Searching for, replacing or splitting text should become much easier with
this library.

%files
%doc README.md COPYING.txt AUTHORS.txt CHANGES.txt
%dir %{_libdir}/ocaml/pcre
%{_libdir}/ocaml/pcre/*.cmi
%{_libdir}/ocaml/pcre/*.cma
%{_libdir}/ocaml/pcre/*.cmxs
%{_libdir}/ocaml/pcre/META
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	pkgconfig(libpcre)
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%doc html/
%doc examples/
%{_libdir}/ocaml/pcre/*.a
%{_libdir}/ocaml/pcre/*.cmxa
%{_libdir}/ocaml/pcre/*.mli
%{_libdir}/ocaml/pcre/*.cmx

#----------------------------------------------------------------------------

%prep
%setup -q -n pcre-ocaml-%{version}

%build
./configure --prefix=%{_prefix}
make
make doc
mv _build/API.docdir/ html/

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
install -d -m 755 %{buildroot}/%{_libdir}/ocaml
install -d -m 755 %{buildroot}/%{_libdir}/ocaml/stublibs
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.0.2-4
+ Revision: b9930b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3659 |14cr|ocaml-pgocaml-introduction-0.92-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Brief Introduction to PG'OCaml
Name:		ocaml-pgocaml-introduction
Version:	0.92
Release:	4
License:	CC-by-sa-3.0
Group:		Development/OCaml
Url:		http://www.dse.nl/~dario/projects/pgoctut/
# Real:		http://www.dse.nl/~dario/projects/pgoctut/pgoctut.pdf
Source0:	http://www.dse.nl/~dario/projects/pgoctut/pgoctut.pdf.lzma
BuildArch:	noarch

%description
PG'OCaml, by Richard W. M. Jones, provides an interface to PostgreSQL
databases for OCaml applications. It uses  Camlp4 to extend the OCaml
syntax, enabling one to directly embed SQL statements inside the OCaml
code. Moreover, it uses the describe feature of PostgreSQL to obtain
type information about the database. This allows PG'OCaml to check at
compile-time if the programme is indeed consistent with the database
structure. This type-safe database access is the primary advantage that
PG'OCaml has over other PostgreSQL bindings for OCaml.

Unfortunately, PG'OCaml is rather lacking on the documentation front.
This document aims to fill that gap, by providing an overview of the
capabilities of the library, usage examples, and solutions to potential
pitfalls. Moreover, it also addresses the installation of PG'OCaml,
how to compile programmes that make use of the library, and the
correspondence between PostgreSQL data types and their OCaml
counterparts.

%files
%dir %{_datadir}/doc/%{name}
%{_datadir}/doc/%{name}/pgoctut.pdf

#----------------------------------------------------------------------------

%prep
lzcat %{SOURCE0} > pgoctut.pdf

%build

%install
mkdir -p %{buildroot}%{_datadir}/doc/%{name}
install -d -m 755 %{buildroot}%{_datadir}/doc/%{name}
install -m 644 pgoctut.pdf %{buildroot}%{_datadir}/doc/%{name}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.92-4
+ Revision: e4b4532
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3660 |14cr|ocaml-pomap-3.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Library for maintaining partially ordered maps
Name:		ocaml-pomap
Version:	3.0.2
Release:	2
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://www.ocaml.info/home/ocaml_sources.html#pomap
Source0:	http://hg.ocaml.info/release/pomap/archive/pomap-%{version}.tar.gz
BuildRequires:	gzip
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
The Pomap-library implements an ADT that maintains maps of partially
ordered elements. Whereas a total order allows you to say whether some
element is lower, equal or greater than another one, partial orders also
allow for a "don't know"-case.

%files
%doc COPYING.txt
%dir %{_libdir}/ocaml/pomap
%{_libdir}/ocaml/pomap/META
%{_libdir}/ocaml/pomap/*.cma
%{_libdir}/ocaml/pomap/*.cmi
%{_libdir}/ocaml/pomap/*.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc COPYING.txt CHANGES.txt README.md
%doc examples
%{_libdir}/ocaml/pomap/*.a
%{_libdir}/ocaml/pomap/*.cmx
%{_libdir}/ocaml/pomap/*.cmxa
%{_libdir}/ocaml/pomap/*.ml
%{_libdir}/ocaml/pomap/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n pomap-%{version}

%build
make

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
install -d -m 755 %{buildroot}/%{_libdir}/ocaml/pomap
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.2-2
+ Revision: a330f98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3661 |14cr|ocaml-pure-fun-1.0.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Okasaki's Purely Functional Datastructures in OCaml
Name:		ocaml-pure-fun
Version:	1.0.8
Release:	6
License:	free-software
##license notice writen in the files:
#
#  Unless this violates copyrights of the original sources, the following
#  licence applies to this file:
#
#  This source code is free software; you can redistribute it and/or
#  modify it without any restrictions. It is distributed in the hope
#  that it will be useful, but WITHOUT ANY WARRANTY.
Group:		Development/OCaml
Url:		http://www.ocaml.info/home/ocaml_sources.html#pure-fun
Source0:	http://hg.ocaml.info/release/pure-fun/archive/pure-fun-release-%{version}.tar.bz2
# curl http://hg.ocaml.info/release/pure-fun/archive/release-%{version}.tar.bz2 > pure-fun-release-%{version}.tar.bz2
BuildArch:	noarch

%description
These files contain an SML-to-OCAML translation of source examples taken
from the following book:

    Purely Functional Data Structures
    Chris Okasaki
    Cambridge University Press, 1998
    Copyright (C) 1998 Cambridge University Press

#----------------------------------------------------------------------------

%package doc
Summary:	Development files for %{name}
Group:		Development/OCaml

%description doc
These files contain an SML-to-OCAML translation of source examples taken
from the following book:

    Purely Functional Data Structures
    Chris Okasaki
    Cambridge University Press, 1998
    Copyright (C) 1998 Cambridge University Press

%files doc
%doc README.txt README.okasaki Changes
%doc chp*.ml

#----------------------------------------------------------------------------

%prep
%setup -q -n pure-fun-release-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-6
+ Revision: d564aad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3662 |14cr|ocaml-pxp-1.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	An XML parser for OCaml
Name:		ocaml-pxp
Version:	1.2.4
Release:	3
License:	MIT
Group:		Development/OCaml
Url:		http://projects.camlcity.org/projects/pxp.html
Source0:	http://download.camlcity.org/download/pxp-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-ocamlnet-devel
BuildRequires:	ocaml-ulex-devel
Requires:	ocaml-ulex

%description
PXP is an XML parser for OCaml. It represents the parsed document either as
tree or as stream of events. In tree mode, it is possible to validate the
XML document against a DTD.

The acronym PXP means Polymorphic XML Parser. This name reflects the ability
to create XML trees with polymorphic type parameters.

%files
%doc LICENSE README
%dir %{_libdir}/ocaml/pxp/
%{_libdir}/ocaml/pxp/META
%dir %{_libdir}/ocaml/pxp-engine/
%{_libdir}/ocaml/pxp-engine/META
%{_libdir}/ocaml/pxp-engine/*.cmi
%{_libdir}/ocaml/pxp-engine/*.cma
%{_libdir}/ocaml/pxp-engine/*.cmo
%dir %{_libdir}/ocaml/pxp-pp/
%{_libdir}/ocaml/pxp-pp/META
%{_libdir}/ocaml/pxp-pp/pxp_pp.cma
%dir %{_libdir}/ocaml/pxp-lex-iso88591/
%dir %{_libdir}/ocaml/pxp-lex-iso885910/
%dir %{_libdir}/ocaml/pxp-lex-iso885913/
%dir %{_libdir}/ocaml/pxp-lex-iso885914/
%dir %{_libdir}/ocaml/pxp-lex-iso885915/
%dir %{_libdir}/ocaml/pxp-lex-iso885916/
%dir %{_libdir}/ocaml/pxp-lex-iso88592/
%dir %{_libdir}/ocaml/pxp-lex-iso88593/
%dir %{_libdir}/ocaml/pxp-lex-iso88594/
%dir %{_libdir}/ocaml/pxp-lex-iso88595/
%dir %{_libdir}/ocaml/pxp-lex-iso88596/
%dir %{_libdir}/ocaml/pxp-lex-iso88597/
%dir %{_libdir}/ocaml/pxp-lex-iso88598/
%dir %{_libdir}/ocaml/pxp-lex-iso88599/
%dir %{_libdir}/ocaml/pxp-lex-utf8/
%{_libdir}/ocaml/pxp-lex-*/META
%{_libdir}/ocaml/pxp-lex-*/*.cmi
%{_libdir}/ocaml/pxp-lex-*/*.cmo
%{_libdir}/ocaml/pxp-lex-*/*.cma
%{_libdir}/ocaml/pxp-lex-*/*.o
%dir %{_libdir}/ocaml/pxp-ulex-utf8/
%{_libdir}/ocaml/pxp-ulex-utf8/META
%{_libdir}/ocaml/pxp-ulex-utf8/*.cmi
%{_libdir}/ocaml/pxp-ulex-utf8/*.cmo
%{_libdir}/ocaml/pxp-ulex-utf8/*.cma
%{_libdir}/ocaml/pxp-ulex-utf8/*.o

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}
Requires:	ocaml-ulex-devel

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/
%doc examples/
%doc rtests/
%doc tools/
%{_libdir}/ocaml/pxp-*/*.a
%{_libdir}/ocaml/pxp-*/*.cmxa
%{_libdir}/ocaml/pxp-*/*.cmx
%{_libdir}/ocaml/pxp-*/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n pxp-%{version}

%build
./configure

make all opt
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR/pxp
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.4-3
+ Revision: 4fb5e48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3663 |14cr|ocaml-react-0.9.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml module for Functional Reactive Programming (FRP)
Name:		ocaml-react
Version:	0.9.4
Release:	3
License:	BSD
Group:		Development/OCaml
Url:		http://erratique.ch/software/react
Source0:	http://erratique.ch/software/react/releases/react-%{version}.tbz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
React is an OCaml module for functional reactive programming (FRP).
It provides support to program with time varying values : applicative
events and signals. React doesn't define any primitive event or signal,
this lets the client chooses the concrete timeline.

React is made of a single, independent, module and distributed under
the new BSD license.

Given an absolute notion of time Rtime helps you to manage a timeline
and provides time stamp events, delayed events and delayed signals.

%files
%doc README
%dir %{_libdir}/ocaml/react
%{_libdir}/ocaml/react/META
%{_libdir}/ocaml/react/react.cmi
%{_libdir}/ocaml/react/react.cma
%{_libdir}/ocaml/react/react.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description    devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc
%{_libdir}/ocaml/react/react.cmx
%{_libdir}/ocaml/react/react.cmxa
%{_libdir}/ocaml/react/react.a
%{_libdir}/ocaml/react/react.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n react-%{version}

%build
ocaml setup.ml -configure \
	--prefix %{_prefix} \
	--libdir %{_libdir} \
	--destdir %{buildroot}

ocaml setup.ml -build

%install
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR
ocaml setup.ml -install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-3
+ Revision: 22a930b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3664 |14cr|ocaml-res-4.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Library for automatically resizing contiguous memory (arrays and strings)
Name:		ocaml-res
Version:	4.0.3
Release:	3
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://ocaml.info/home/ocaml_sources.html#res
Source0:	http://hg.ocaml.info/release/res/archive/res-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
This OCaml-library consists of a set of modules which implement
automatically resizing (= reallocating) datastructures that consume
a contiguous part of memory. This allows appending and removing of
elements to/from arrays (both boxed and unboxed), strings (-> buffers),
bit strings and weak arrays while still maintaining fast constant-time
access to elements.

There are also functors that allow the generation of similar modules
which use different reallocation strategies.

%files
%doc AUTHORS.txt CHANGES.txt COPYING.txt
%dir %{_libdir}/ocaml/res
%{_libdir}/ocaml/res/META
%{_libdir}/ocaml/res/*.cma
%{_libdir}/ocaml/res/*.cmi
%{_libdir}/ocaml/res/*.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc examples/
%{_libdir}/ocaml/res/*.a
%{_libdir}/ocaml/res/*.cmx
%{_libdir}/ocaml/res/*.cmxa
%{_libdir}/ocaml/res/*.ml
%{_libdir}/ocaml/res/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n res-%{version}

%build
./configure --prefix=%{_prefix}
make

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR/res
mkdir -p $OCAMLFIND_DESTDIR/stublibs
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.3-3
+ Revision: e34c38b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3665 |14cr|ocaml-rtime-0.9.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml module implementing timelines for ocaml-react
Name:		ocaml-rtime
Version:	0.9.3
Release:	3
License:	BSD
Group:		Development/OCaml
Url:		http://erratique.ch/software/rtime
Source0:	http://erratique.ch/software/rtime/releases/rtime-%{version}.tbz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-react-devel
Requires:	ocaml-react

%description
Rtime is an OCaml module implementing timelines for React. It manages
time stamp events, delayed events and delayed signals along timelines.
A timeline is defined by an absolute notion of time provided by the client.
Running the timeline at the appropriate pace is left to the client.

%files
%doc README CHANGES
%dir %{_libdir}/ocaml/rtime
%{_libdir}/ocaml/rtime/META
%{_libdir}/ocaml/rtime/rtime.cmi
%{_libdir}/ocaml/rtime/rtime.cma
%{_libdir}/ocaml/rtime/rtime.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}
Requires:	ocaml-react-devel

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/ test/
%{_libdir}/ocaml/rtime/rtime.mli 
%{_libdir}/ocaml/rtime/rtime.cmxa
%{_libdir}/ocaml/rtime/rtime.cmx
%{_libdir}/ocaml/rtime/rtime.a

#----------------------------------------------------------------------------

%prep
%setup -q -n rtime-%{version}

%build
ocaml setup.ml -configure
ocaml setup.ml -build

%install
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR
ocaml setup.ml -install \
	--prefix %{_prefix} \
	--libdir %{_libdir} \
	--libexecdir %{_libexecdir} \
	--exec-prefix %{_exec_prefix} \
	--bindir %{_bindir} \
	--mandir %{_mandir} \
	--datadir %{_datadir} \
	--destdir %{buildroot}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-3
+ Revision: 575d750
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3666 |14cr|ocaml-sdl-0.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name ocamlsdl

Summary:	Wrapper around the cross platform Simple DirectMedia Layer game library
Name:		ocaml-sdl
Version:	0.9.1
Release:	3
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://ocamlsdl.sourceforge.net/
Source0:	https://sourceforge.net/projects/ocamlsdl/files/OCamlSDL/ocamlsdl-0.9.1/ocamlsdl-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-lablgl-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)

%description
Ocaml-SDL is a wrapper around the cross platform Simple Direct Layer game
library. Essentially it allows you to write cross platform games in ocaml,
using 2d (SDL), or 3d (OpenGL), or a combination of both if you wish.

%files
%doc COPYING README AUTHORS NEWS
%dir %{_libdir}/ocaml/sdl
%{_bindir}/xpm_to_ml
%{_libdir}/ocaml/sdl/*.cmi
%{_libdir}/ocaml/sdl/*.cma
%{_libdir}/ocaml/sdl/META
%{_libdir}/ocaml/stublibs/*

#----------------------------------------------------------------------------

%package devel
Summary:	Wrapper around the cross platform Simple DirectMedia Layer game library
Group:		Development/OCaml
Requires:	pkgconfig(libpng)
Requires:	pkgconfig(sdl)
Requires:	pkgconfig(SDL_image)
Requires:	pkgconfig(SDL_mixer)
Requires:	pkgconfig(SDL_ttf)
Requires:	%{name} = %{EVRD}

%description devel
Ocaml-SDL is a wrapper around the cross platform Simple Direct Layer game
library. Essentially it allows you to write cross platform games in ocaml,
using 2d (SDL), or 3d (OpenGL), or a combination of both if you wish.

%files devel
%doc doc/*
%{_libdir}/ocaml/sdl/*.a
%{_libdir}/ocaml/sdl/*.cmxa
%{_libdir}/ocaml/sdl/*.cmx
%{_libdir}/ocaml/sdl/*.mli
%{_infodir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{up_name}-%{version}

%build
%configure2_5x --with-lablgldir=%{_libdir}/ocaml/lablgl
make

%install
install -d %{buildroot}%{_libdir}/ocaml
install -d %{buildroot}%{_libdir}/ocaml/stublibs
make install OCAMLFIND_DESTDIR="%{buildroot}/%{_libdir}/ocaml"
mkdir -p %{buildroot}/%{_infodir}
install doc/*.info* %{buildroot}/%{_infodir}
install -d %{buildroot}%{_bindir}/
install -m 0755 ./xpm_to_ml %{buildroot}%{_bindir}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-3
+ Revision: ab4e080
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3667 |14cr|ocaml-sexplib-109.20.00-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml library for converting OCaml values to S-expressions
Name:		ocaml-sexplib
Version:	109.20.00
Release:	2
License:	LGPLv2+ with exceptions and BSD
Group:		Development/OCaml
Url:		http://ocaml.janestreet.com
Source0:	http://ocaml.janestreet.com/ocaml-core/%{version}/individual/sexplib-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml >= 4.00.0
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-type-conv
Requires:	ocaml-type-conv

%description
This library contains functionality for parsing and pretty-printing
S-expressions. In addition to that it contains an extremely useful
preprocessing module for Camlp4, which can be used to automatically
generate code from type definitions for efficiently converting
OCaml-values to S-expressions and vice versa. In combination with the
parsing and pretty-printing functionality this frees users from having
to write their own I/O-routines for datastructures they
define. Possible errors during automatic conversions from
S-expressions to OCaml-values are reported in a very human-readable
way. Another module in the library allows you to extract and replace
sub-expressions in S-expressions.

%files
%doc LICENSE.txt LICENSE-Tywith.txt
%{_libdir}/ocaml/sexplib/META
%{_libdir}/ocaml/sexplib/*.cmi
%{_libdir}/ocaml/sexplib/*.cma
%{_libdir}/ocaml/sexplib/*.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc CHANGES.txt COPYRIGHT.txt README.md
%{_libdir}/ocaml/sexplib/*.a
%{_libdir}/ocaml/sexplib/*.cmx
%{_libdir}/ocaml/sexplib/*.cmxa
%{_libdir}/ocaml/sexplib/*.mli
%{_libdir}/ocaml/sexplib/*.ml

#----------------------------------------------------------------------------

%prep
%setup -q -n sexplib-%{version}

%build
./configure
make

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
make install

%check
make test

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 109.20.00-2
+ Revision: fcc04ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3668 |14cr|ocaml-sha-1.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SHA Cryptographic Hash Functions for OCaml
Name:		ocaml-sha
Version:	1.7
Release:	5
License:	LGPLv2.1+ or LGPLv3.0+
Group:		Development/OCaml
Url:		http://tab.snarc.org/projects/ocaml_sha
Source0:	http://tab.snarc.org/download/ocaml/ocaml_sha-%{version}.tar.bz2
# the command line utilities use argv.(0) (cf mlcmd_renamed)
Patch0:		ocaml-sha-1.7_sumrenamed.patch
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
SHA is a cryptographic hash function. This provide an interface for OCaml
program to use SHA1, SHA256 and SHA512 functions.

SHA1 implements the second implementation that produce a 160 bit digest from
its input. SHA256 implements newer version that produce 256 bits digest.
SHA512 produces 512 bits digest.

%files
%doc README
%dir %{_libdir}/ocaml/sha
%{_libdir}/ocaml/sha/META
%{_libdir}/ocaml/sha/*.cma
%{_libdir}/ocaml/sha/*.cmi
%{_libdir}/ocaml/sha/*.cmo
%{_libdir}/ocaml/stublibs/*.so*
%{_bindir}/mlsha1sum
%{_bindir}/mlsha256sum
%{_bindir}/mlsha512sum

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc sha.test.ml
%doc html
%{_libdir}/ocaml/sha/*.a
%{_libdir}/ocaml/sha/*.cmxa
%{_libdir}/ocaml/sha/*.cmx
%{_libdir}/ocaml/sha/*.ml*

#----------------------------------------------------------------------------

%prep
%setup -q -n ocaml_sha-%{version}
%patch0 -p1

%build
make       # the lib
make bins  # the progs
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/sha
ocamlfind install sha META ./*.{mli,cmi,cma,a,cmo,cmx,cmxa,so}
install -d -m 0755 %{buildroot}%{_bindir}
for p in sha*sum ; do mv $p ml$p ; done
# mlcmd_renamed: rename shaXsum to mlshaXsum (conflict with coreutils)
install -m 0755 mlsha*sum %{buildroot}%{_bindir}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-5
+ Revision: f1e81de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3669 |14cr|ocaml-shout-0.2.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml bindings for the shout library
Name:		ocaml-shout
Version:	0.2.7
Release:	5
License:	GPLv2+
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/savonet/files/
Source0:	http://downloads.sourceforge.net/savonet/ocaml-shout/ocaml-shout-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(shout)

%description
This OCaml library interfaces the shout C library which can be used for
communicating with and sending data to Icecast and Icecast 2 streaming
audio servers (they currently support Ogg Vorbis and MP3 audio streams).
It handles the socket connection, the timing of the data transmission,
and prevents bad data from getting to the server.

%files
%doc COPYING README CHANGES
%dir %{_libdir}/ocaml/shout
%{_libdir}/ocaml/shout/META
%{_libdir}/ocaml/shout/*.cma
%{_libdir}/ocaml/shout/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/html
%doc examples
%{_libdir}/ocaml/shout/*.a
%{_libdir}/ocaml/shout/*.cmxa
%{_libdir}/ocaml/shout/*.cmx
%{_libdir}/ocaml/shout/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure
make all opt
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/shout
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.7-5
+ Revision: a307360
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3670 |14cr|ocaml-simple_gettext-0.1-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name simple_gettext

Summary:	OCaml wrapper for the gettext library
Name:		ocaml-%{base_name}
Version:	0.1
Release:	18
License:	GPLv2+
Group:		Development/OCaml
Url:		http://merd.net/pixel/ocaml-simple_gettext
Source0:	http://merd.sourceforge.net/pixel/ocaml-simple_gettext/%{name}-%{version}.tar.bz2
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
OCaml wrapper for the gettext library.

%files
%doc README docs
%dir %{_libdir}/ocaml/%{base_name}
%{_libdir}/ocaml/%{base_name}/*.cmi
%{_libdir}/ocaml/%{base_name}/*.cma
%{_libdir}/ocaml/%{base_name}/META
%{_libdir}/ocaml/stublibs/*.so

#----------------------------------------------------------------------------

%package devel
Summary:	OCaml wrapper for the gettext library
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
OCaml wrapper for the gettext library.

%files devel
%{_bindir}/*
%{_libdir}/ocaml/%{base_name}/*.a
%{_libdir}/ocaml/%{base_name}/*.cmxa
%{_libdir}/ocaml/%{base_name}/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{base_name}-%{version}

%build
make

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}/ocaml/stublibs
%makeinstall_std OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
rm -f %{buildroot}%{_libdir}/ocaml/stublibs/*.owner


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-18
+ Revision: 6d2276d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3671 |14cr|ocaml-speex-0.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml interface to the speex library
Name:		ocaml-speex
Version:	0.1.2
Release:	5
License:	GPLv2+
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/savonet/files/
Source0:	http://downloads.sourceforge.net/savonet/ocaml-speex/ocaml-speex-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-ogg-devel
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(speex)
Requires:	speex

%description
This package provides an interface to the speex library for 
OCaml programmers.

Speex is an audio codec especially designed for compressing voice at low
bit-rates for applications such as voice over IP (VoIP).

%files
%doc COPYING README CHANGES
%dir %{_libdir}/ocaml/speex
%{_libdir}/ocaml/speex/META
%{_libdir}/ocaml/speex/*.cma
%{_libdir}/ocaml/speex/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/html
%doc examples
%{_libdir}/ocaml/speex/*.a
%{_libdir}/ocaml/speex/*.cmxa
%{_libdir}/ocaml/speex/*.cmx
%{_libdir}/ocaml/speex/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure
make
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/speex
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-5
+ Revision: c880bfc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3672 |14cr|ocaml-sqlite-2.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml library for accessing SQLite 3 databases
Name:		ocaml-sqlite
Version:	2.0.5
Release:	3
License:	BSD
Group:		Development/OCaml
Url:		http://www.ocaml.info/home/ocaml_sources.html#ocaml-sqlite3
Source0:	http://www.ocaml.info/ocaml_sources/sqlite3-ocaml-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	chrpath
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(sqlite3)

%description
SQLite 3 database library wrapper for OCaml.

%files
%doc COPYING.txt
%{_libdir}/ocaml/sqlite3
%exclude %{_libdir}/ocaml/sqlite3/*.a
%exclude %{_libdir}/ocaml/sqlite3/*.cmxa
%exclude %{_libdir}/ocaml/sqlite3/*.cmx
%exclude %{_libdir}/ocaml/sqlite3/*.mli
%{_libdir}/ocaml/stublibs/*.so
%{_libdir}/ocaml/stublibs/*.so.owner

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc COPYING.txt README.md
%{_libdir}/ocaml/sqlite3/*.a
%{_libdir}/ocaml/sqlite3/*.cmxa
%{_libdir}/ocaml/sqlite3/*.cmx
%{_libdir}/ocaml/sqlite3/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n sqlite3-ocaml-%{version}

%build
./configure \
	--enable-tests \
	--prefix %{_prefix} \
	--destdir '%{buildroot}' \
	--docdir %{_docdir}/%{name}-devel/

make all

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
make install

strip $OCAMLFIND_DESTDIR/stublibs/dll*.so
chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.5-3
+ Revision: b79378b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3673 |14cr|ocaml-ssl-0.4.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SSL bindings for OCaml
Name:		ocaml-ssl
Version:	0.4.6
Release:	4
License:	LGPLv2+ with exceptions
Group:		Development/OCaml
Url:		http://savonet.sourceforge.net/wiki/Savonet
Source0:	http://sourceforge.net/projects/savonet/files/ocaml-ssl/%{version}/ocaml-ssl-%{version}.tar.gz
BuildRequires:	gawk
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(openssl)
Requires:	openssl

%description
SSL bindings for OCaml.

%files
%doc CHANGES COPYING README
%{_libdir}/ocaml/ssl
%exclude %{_libdir}/ocaml/ssl/*.a
%exclude %{_libdir}/ocaml/ssl/*.cmxa
%exclude %{_libdir}/ocaml/ssl/*.mli
%{_libdir}/ocaml/stublibs/*.so
%{_libdir}/ocaml/stublibs/*.so.owner

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%{_libdir}/ocaml/ssl/*.a
%{_libdir}/ocaml/ssl/*.cmxa
%{_libdir}/ocaml/ssl/*.mli
%{_docdir}/%{name}-devel-%{version}/

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
make

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR
mkdir -p $OCAMLFIND_DESTDIR/stublibs
make install

# Copy the examples to the docdir.
mkdir -p %{buildroot}%{_docdir}/%{name}-devel-%{version}/examples
cp examples/*.ml %{buildroot}%{_docdir}/%{name}-devel-%{version}/examples


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.6-4
+ Revision: 5b943f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3674 |14cr|ocaml-syslog-1.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Syslog routines for OCaml
Name:		ocaml-syslog
Version:	1.4
Release:	8
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://homepage.mac.com/letaris
Source0:	http://homepage.mac.com/letaris/syslog-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
Syslog routines for OCaml.

%files
%doc Changelog doc/syslog/html
%dir %{_libdir}/ocaml/syslog
%{_libdir}/ocaml/syslog/*.cmi
%{_libdir}/ocaml/syslog/*.cma
%{_libdir}/ocaml/syslog/META

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/syslog/*.a
%{_libdir}/ocaml/syslog/*.cmxa
%{_libdir}/ocaml/syslog/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n syslog-%{version}

%build
make
make opt
make htdoc

%install
install -d -m 755 %{buildroot}%{_libdir}/ocaml
install -d -m 755 %{buildroot}%{_defaultdocdir}/%{name}/html
ocamlfind install syslog META -destdir %{buildroot}%{_libdir}/ocaml \
  syslog.cmi syslog.mli syslog.cma syslog.cmxa syslog.a
rm -f %{buildroot}%{_libdir}/ocaml/stublibs/*.owner


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-8
+ Revision: 5a6ef23
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3675 |14cr|ocaml-text-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	OCaml Text helpers
Name:		ocaml-text
Version:	0.6
Release:	2
License:	GPLv2+
Group:		Development/OCaml
Url:		http://forge.ocamlcore.org/projects/ocaml-text/
Source0:	http://forge.ocamlcore.org/frs/download.php/641/%{name}-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	camlp4
BuildRequires:	ocaml-doc
BuildRequires:	ocaml-pcre
BuildRequires:	ocaml-findlib-devel
BuildRequires:	pkgconfig(ncurses)

%description
Caml-Text is a library for dealing with ``text'', i.e. sequence of
unicode characters, in a convenient way.

%files
%dir %{_libdir}/ocaml/text
%{_libdir}/ocaml/text/META
%{_libdir}/ocaml/text/*.cma
%{_libdir}/ocaml/text/*.cmi
%{_libdir}/ocaml/text/*.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%{_libdir}/ocaml/text/*.a
%{_libdir}/ocaml/text/*.cmx
%{_libdir}/ocaml/text/*.cmxa
%{_libdir}/ocaml/text/*.mli
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description doc
The %{name}-doc package contains documentation for %{name}.

%files doc
%doc LICENSE CHANGES CHANGES.darcs README

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

%build
ocaml setup.ml -configure --prefix %{_prefix} --destdir '%{buildroot}' --enable-pcre --docdir %{_docdir}/%{name}-doc/
make
make doc

%install
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-2
+ Revision: e4c455d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3676 |14cr|ocaml-theora-0.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml interface to the theora library
Name:		ocaml-theora
Version:	0.2.0
Release:	5
License:	GPLv2+
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/savonet/files/
Source0:	http://downloads.sourceforge.net/project/savonet/ocaml-theora/%{version}/ocaml-theora-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-ogg-devel
BuildRequires:	pkgconfig(theora)
Requires:	ocaml-ogg

%description
This package contains an OCaml interface for Theora Video Compression Codec
Library, otherwise known as libtheora.

%files
%doc COPYING CHANGES README
%dir %{_libdir}/ocaml/theora
%{_libdir}/ocaml/theora/META
%{_libdir}/ocaml/theora/*.cma
%{_libdir}/ocaml/theora/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/html
%{_libdir}/ocaml/theora/*.a
%{_libdir}/ocaml/theora/*.cmxa
%{_libdir}/ocaml/theora/*.cmx
%{_libdir}/ocaml/theora/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure
make all
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/theora
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-5
+ Revision: ec93227
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3677 |14cr|ocaml-type-conv-109.28.00-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml base library for type conversion
Name:		ocaml-type-conv
Version:	109.28.00
Release:	2
Group:		Development/OCaml
License:	LGPLv2+ with exceptions and BSD
Url:		https://ocaml.janestreet.com
Source0:	http://ocaml.janestreet.com/ocaml-core/%{version}/individual/type_conv-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml >= 4.00.0
BuildRequires:	ocaml-findlib
Requires:	camlp4

%description
The type-conv mini library factors out functionality needed by
different preprocessors that generate code from type specifications,
because this functionality cannot be duplicated without losing the
ability to use these preprocessors simultaneously.

%files
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.md
%{_libdir}/ocaml/type_conv/META
%{_libdir}/ocaml/type_conv/*.cma
%{_libdir}/ocaml/type_conv/*.cmi
%{_libdir}/ocaml/type_conv/*.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%{_libdir}/ocaml/type_conv/*.a
%{_libdir}/ocaml/type_conv/*.cmx
%{_libdir}/ocaml/type_conv/*.cmxa
%{_libdir}/ocaml/type_conv/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n type_conv-%{version}

%build
./configure
make

%install
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR
make install

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 109.28.00-2
+ Revision: 4c9e03f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3678 |14cr|ocaml-ulex-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define up_name ulex

Summary:	A lexer generator for Unicode and OCaml
Name:		ocaml-%{up_name}
Version:	1.1
Release:	7
License:	MIT
Group:		Development/OCaml
Url:		http://www.cduce.org/
Source0:	http://www.cduce.org/download/%{up_name}-%{version}.tar.bz2
Patch0:		ocaml-ulex-1.0.install_flags.patch
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	mysql-devel

%description
ulex is a lexer generator for Unicode and OCaml written by Alain Frisch.

%files
%doc CHANGES README LICENSE
%dir %{_libdir}/ocaml/ulex
%{_libdir}/ocaml/ulex/*.cmi
%{_libdir}/ocaml/ulex/*.cma
%{_libdir}/ocaml/ulex/META

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/ulex/*.a
%{_libdir}/ocaml/ulex/*.cmx
%{_libdir}/ocaml/ulex/*.cmxa
%{_libdir}/ocaml/ulex/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{up_name}-%{version}
%patch0 -p1 -b .install_flags

%build
make all all.opt

%install
install -d -m 755 %{buildroot}/%{_libdir}/ocaml/stublibs
make install OCAMLFIND_DESTDIR="%{buildroot}/%{_libdir}/ocaml"


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: 6cab587
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3679 |14cr|ocaml-uuidm-0.9.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Universally unique identifiers (UUIDs) for OCaml
Name:		ocaml-uuidm
Version:	0.9.5
Release:	3
License:	BSD
Group:		Development/OCaml
Url:		http://erratique.ch/software/uuidm
Source0:	http://erratique.ch/software/uuidm/releases/uuidm-%{version}.tbz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
Uuidm is an OCaml module implementing 128 bits universally unique identifiers 
version 3, 5 (name based with MD5, SHA-1 hashing) and 4 (random based)
according to RFC 4122: http://www.ietf.org/rfc/rfc4122.txt

%files
%doc README CHANGES
%{_bindir}/uuidtrip
%dir %{_libdir}/ocaml/uuidm
%{_libdir}/ocaml/uuidm/META
%{_libdir}/ocaml/uuidm/*.cmi
%{_libdir}/ocaml/uuidm/*.cma
%{_libdir}/ocaml/uuidm/*.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/
%{_libdir}/ocaml/uuidm/*.cmxa
%{_libdir}/ocaml/uuidm/*.cmx
%{_libdir}/ocaml/uuidm/*.a
%{_libdir}/ocaml/uuidm/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n uuidm-%{version}

%build
ocaml setup.ml -configure --prefix %{buildroot}/usr
ocaml setup.ml -build

%install
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR
ocaml setup.ml -install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5-3
+ Revision: 2209169
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3680 |14cr|ocamlviz-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Real-time profiling tools for Objective Caml
Name:		ocamlviz
Version:	1.01
Release:	4
License:	LGPLv2+
Group:		Development/OCaml
Url:		http://ocamlviz.forge.ocamlcore.org/
Source0:	http://ocamlviz.forge.ocamlcore.org/ocamlviz-%{version}.tar.gz
Source1:	META
Source2:	ocaml.xpm
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-cairo-devel
BuildRequires:	ocaml-lablgtk2-devel
Requires:	ocaml-cairo
Requires:	ocaml-lablgtk2

%description
Ocamlviz gives the ability to instrument an existing code, in real
time, with lightweight monitoring annotations. Ocamlviz can also be
used as a debugging tool.

Here are a few possibilities provided by Ocamlviz:
 * observe details about the garbage collector
 * observe how many times the program goes through a point
 * make a set of values (any) and count its cardinal number and its
   size in the heap
 * observe how much time passed between two points of the program
 * observe the value of integers, floating-point numbers, booleans
   and strings
 * observe details about hash tables, like the number of empty
   buckets, or the filling rate
 * etc

Ocamlviz offers two sorts of client output:
 * an ASCII client, the monitoring is displayed in a file
 * a Graphical User Interface, using Lablgtk2, that allows, for
   instance, displaying data in a graph

%files
%doc LICENSE README CHANGELOG.txt
%doc docs html
%{_bindir}/ocamlviz-ascii
%{_bindir}/ocamlviz-gui
%{_libdir}/ocaml/ocamlviz/META
%{_libdir}/ocaml/ocamlviz/*.cmi
%{_libdir}/ocaml/ocamlviz/*.mli
%{_libdir}/ocaml/ocamlviz/*.cma
%{_libdir}/ocaml/ocamlviz/*.cmxa
%{_libdir}/ocaml/ocamlviz/*.a
%{_libdir}/ocaml/ocamlviz/camlp4/*
%{_mandir}/man1/ocamlviz.1*
%{_datadir}/pixmaps/ocaml.xpm

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
cp %{SOURCE1} META
sed -i -e "s:@VERSION@:%{version}:g" META
cp %{SOURCE2} .

%build
./configure
make

%install
install -d %{buildroot}/`ocamlc -where`/ocamlviz
install -d %{buildroot}/`ocamlc -where`/ocamlviz/camlp4
install -d %{buildroot}%{_datadir}/pixmaps/
make install prefix=%{buildroot}%{_prefix} OCAMLLIB=%{buildroot}/`ocamlc -where`/ocamlviz
install -m 0644 camlp4/pa_ocamlviz.ml %{buildroot}/`ocamlc -where`/ocamlviz/camlp4/
install -m 0644 META %{buildroot}/`ocamlc -where`/ocamlviz/
install -m 0644 ocaml.xpm %{buildroot}%{_datadir}/pixmaps/

mv doc docs
mkdir doc
make doc
mv doc html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.01-4
+ Revision: 7189f50
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3681 |14cr|ocaml-vorbis-0.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ocaml bindings to Ogg/Vorbis
Name:		ocaml-vorbis
Version:	0.5.1
Release:	4
License:	GPLv2+
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/savonet/files/
Source0:	http://downloads.sourceforge.net/savonet/ocaml-vorbis/ocaml-vorbis-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-ogg-devel
BuildRequires:	pkgconfig(vorbis)

%description
This OCaml library interfaces the vorbis C library. It can be used to
decode from or encode to the Ogg Vorbis compressed audio format as well
as to get informations about an Ogg Vorbis file.

Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed audio format for audio and music at fixed
and variable bitrates from 16 to 128 kbps/channel.

%files
%doc CHANGES COPYING README
%dir %{_libdir}/ocaml/vorbis
%{_libdir}/ocaml/vorbis/META
%{_libdir}/ocaml/vorbis/*.cma
%{_libdir}/ocaml/vorbis/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/html
%doc examples
%{_libdir}/ocaml/vorbis/*.a
%{_libdir}/ocaml/vorbis/*.cmxa
%{_libdir}/ocaml/vorbis/*.cmx
%{_libdir}/ocaml/vorbis/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure
make all opt
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/vorbis
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-4
+ Revision: 8d30561
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3682 |14cr|ocaml-xml-light-2.2-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Minimal XML parser & printer for OCaml
Name:		ocaml-xml-light
Version:	2.2
Release:	21
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://tech.motion-twin.com/xmllight.html
Source0:	http://tech.motion-twin.com/zip/xml-light.tar.bz2
Patch0:		%{name}-2.2-fix-build.patch
BuildRequires:	ocaml

%description
Xml-Light is a minimal XML parser & printer for OCaml. 
It provide functions to parse an XML document into an OCaml data structure, 
work with it, and print it back to an XML document. 
It support also DTD parsing and checking, and is entirely written in OCaml, 
hence it does not require additional C library.

%files
%doc README
%dir %{_libdir}/ocaml/xml-light
%{_libdir}/ocaml/xml-light/*.cmi
%{_libdir}/ocaml/xml-light/*.cma
%{_libdir}/ocaml/xml-light/META

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/xml-light/*.a
%{_libdir}/ocaml/xml-light/*.cmx
%{_libdir}/ocaml/xml-light/*.cmxa
%{_libdir}/ocaml/xml-light/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n xml-light
%patch0 -p 1
chmod 644 README *.mli
perl -pi -e 's/\015$//' README

%build
make

%install
install -d %{buildroot}%{_libdir}/ocaml/xml-light
make install INSTALLDIR=%{buildroot}%{_libdir}/ocaml/xml-light

cat > %{buildroot}%{_libdir}/ocaml/xml-light/META <<EOF
version = "%{version}"
description = "Minimal XML parser & printer for OCaml"
archive(byte) = "xml-light.cma"
archive(native) = "xml-light.cmxa"
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-21
+ Revision: 9f54ca7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3683 |14cr|ocaml-xmlm-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Streaming XML input/output for OCaml
Name:		ocaml-xmlm
Version:	1.0.2
Release:	4
License:	BSD
Group:		Development/OCaml
Url:		http://erratique.ch/software/xmlm
Source0:	http://erratique.ch/software/xmlm/releases/xmlm-%{version}.tbz
BuildRequires:	ocaml

%description
Xmlm is an OCaml module providing streaming XML input/output. It aims at
making XML processing robust and painless. The streaming interface can
process documents without building an in-memory representation. It lets
the programmer translate its data structures to XML documents and
vice-versa. Functions are provided to easily transform arborescent data
structures to/from XML documents.

%files
%doc README
%{_libdir}/ocaml/xmlm/META
%{_libdir}/ocaml/xmlm/xmlm.cmi
%{_libdir}/ocaml/xmlm/xmlm.cmo

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc test doc CHANGES
%{_libdir}/ocaml/xmlm/xmlm.cmx
%{_libdir}/ocaml/xmlm/xmlm.o
%{_libdir}/ocaml/xmlm/xmlm.mli
%{_libdir}/ocaml/xmlm/xmlm.ml

#----------------------------------------------------------------------------

%prep
%setup -q -n xmlm-%{version}

%build
./build module
./build doc

%install
export INSTALLDIR=%{buildroot}/%{_libdir}/ocaml/xmlm
./build install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-4
+ Revision: 9b84ce4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3684 |14cr|ocaml-xmlrpc-light-0.6.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml library for writing XML-RPC clients and servers
Name:		ocaml-xmlrpc-light
Version:	0.6.1
Release:	8
Group:		Development/OCaml
License:	LGPLv2+ with exceptions
Url:		http://code.google.com/p/xmlrpc-light/
Source0:	http://xmlrpc-light.googlecode.com/files/xmlrpc-light-%{version}.tar.gz
Patch0:		debian_patches_0002-Compile-with-ocamlnet-3.3.5.patch
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-ocamlnet-devel
BuildRequires:	ocaml-ocamlnet-nethttpd-devel
# ocamlnet uses ocaml-pcre
BuildRequires:	ocaml-pcre-devel
BuildRequires:	ocaml-xml-light-devel
BuildRequires:	pkgconfig(libpcre)

%description
XmlRpc-Light is an XmlRpc library written in OCaml.

%files
%doc LICENSE
%{_libdir}/ocaml/xmlrpc-light
%exclude %{_libdir}/ocaml/xmlrpc-light/*.a
%exclude %{_libdir}/ocaml/xmlrpc-light/*.cmxa
%exclude %{_libdir}/ocaml/xmlrpc-light/*.mli

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc LICENSE doc/xmlrpc-light/{html,latex} README.txt
%{_libdir}/ocaml/xmlrpc-light/*.a
%{_libdir}/ocaml/xmlrpc-light/*.cmxa
%{_libdir}/ocaml/xmlrpc-light/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n xmlrpc-light-%{version}
%patch0 -p1

%build
make

%install
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-8
+ Revision: fea4054
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3685 |14cr|ocaml-xstr-0.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Thread-safe implementation of string searching/matching/splitting
Name:		ocaml-xstr
Version:	0.2.1
Release:	5
License:	MIT/X11
Group:		Development/OCaml
Url:		http://projects.camlcity.org/projects/xstr.html
Source0:	http://download.camlcity.org/download/xstr-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
This package implements frequent string operations: searching, replacing,
splitting, matching. It is independent from the Str library, and can
replace Str in many cases. Unlike Str, xstr is thread-safe. xstr does
not implement regular expressions in general, but an important subset.
Some operations of xstr are performed as quickly as by Str; if the string
to be processed is small, xstr is often faster than Str; if the string is
big, xstr is upto half as fast than Str.

%files
%doc LICENSE README
%dir %{_libdir}/ocaml/xstr
%{_libdir}/ocaml/xstr/META
%{_libdir}/ocaml/xstr/*.cma
%{_libdir}/ocaml/xstr/*.cmi

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%{_libdir}/ocaml/xstr/*.a
%{_libdir}/ocaml/xstr/*.cmxa
%{_libdir}/ocaml/xstr/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n xstr

%build
make all opt

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/xstr
make install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-5
+ Revision: 9b94b25
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3686 |14cr|ocrad-0.23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Optical Character Recognition
Name: 		ocrad
Version: 	0.23
Release: 	2
License: 	GPLv3+
Group: 		Publishing
Source: 	http://ftp.gnu.org/gnu/ocrad/%{name}-%{version}.tar.xz
URL: 		http://www.gnu.org/software/ocrad/ocrad.html

%description
Ocrad is an OCR (Optical Character Recognition) program implemented 
as a filter and based on a feature extraction method. It reads a 
bitmap image in PBM format and outputs text in the ISO-8859-1 
(Latin-1) charset. It includes a layout analyser that is able to 
separate the columns or blocks of text normally found on printed 
pages. Ocrad can be used as a stand-alone console application, or as 
a backend to other programs

%package devel
Group: Publishing
Summary: Header files needed for ocard development

%description devel
This package contains header files needed for ocard development.

%prep
%setup -q

%build
./configure --prefix=%{_prefix} --libdir=%{_libdir} CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" CPPFLAGS="%{optflags}" LDFLAGS="%{?ldflags}"
%make

%install
export PATH=$PATH:/sbin
%makeinstall_std

%files
%doc README COPYING INSTALL ChangeLog
%{_bindir}/*
%{_infodir}/*
%{_mandir}/man1/*.1.*

%files devel
%{_includedir}/ocradlib.h
%{_libdir}/libocrad.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23-2
+ Revision: dbb838a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3687 |14cr|ocrfeeder-0.7.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname mock_urpm

Summary:	GUI for tesseract and cuneiform OCR
Name:		ocrfeeder
Version:	0.7.11
Release:	4
License:	GPLv3+
Group:		Office
Url:		http://code.google.com/p/ocrfeeder/
Source0:	%{name}-%{version}.tar.xz
Patch0:		ocrfeeder-0.7.11-fix-desktop-file-version.patch
Patch1:		ocrfeeder-0.7.11-gnome-fix-pillow-PIL-imports-modules.patch
BuildRequires:	gnome-python-gtkspell
BuildRequires:	intltool
BuildRequires:	python-enchant
%if %{mdvver} >= 201400
BuildRequires:	python-pillow
BuildRequires:	python-pillow-sane
%else
BuildRequires:	python-imaging
%endif
BuildRequires:	python-reportlab
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(pygoocanvas)
BuildRequires:	pkgconfig(python)
Requires:	python-pygoocanvas
Requires:	gnome-python-gtkspell
Requires:	gnome-doc-utils
Requires:	tesseract-language
Requires:	python-enchant
Requires:	python-lxml
%if %{mdvver} >= 201400
Requires:	python-pillow
Requires:	python-pillow-sane
%else
Requires:	python-imaging
%endif
Requires:	python-reportlab
BuildArch:	noarch

%description
GUI frontend for tesseract and cuneiform OCR.

%files -f %{name}.lang
%{_bindir}/%{name}*
%{python_sitelib}/*
%{_datadir}/applications/*desktop
%{_datadir}/gnome/help/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0
%if %{mdvver} >= 201400
%patch1 -p1
%endif

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.11-4
+ Revision: 81459f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3688 |14cr|ocsinventory-2.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear\\(dbconfig.inc.php\\)|pear\\(composants.php\\)|pear\\(dico.php\\)'
%else
%define _requires_exceptions pear(dbconfig.inc.php)\\|pear(composants.php)\\|pear(dico.php)
%endif

%define schema_version 2.0

Name:		ocsinventory
Version:	2.0.3
Release:	6
Summary:	Open Computer and Software Inventory Next Generation

License:	GPL
Group:		System/Servers
URL:		http://www.ocsinventory-ng.org/ 
Source0:	http://launchpad.net/ocsinventory-server/stable-1.3/server-release-1.3/+download/OCSNG_UNIX_SERVER-%{version}.tar.gz
Patch0:		ocsinventory-2.0.3-apache_2.4.patch
BuildRequires: perl-devel
BuildArch:  noarch

%description
Open Computer and Software Inventory Next Generation is an application
designed to help a network or system administrator keep track of the
computers configuration and software that are installed on the network.

OCS Inventory is also able to detect all active devices on your network,
such as switch, router, network printer and unattended devices.

OCS Inventory NG includes package deployment feature on client computers

%package server
Group:      System/Servers
Summary:    Communication server

Requires:	apache-mod_perl
Requires:	perl(Apache::DBI)
Requires:   perl-DBD-mysql
Requires:   perl-Net-IP
Requires:   perl-SOAP-Lite
Obsoletes:  ocsng-linux-server

%description server
This package provides the Communication server, which will handle HTTP
communications between database server and agents.

%package reports
Group:      System/Servers
Summary:    Administration console

Requires:	apache-mod_php
Requires:	php-mysql
Requires:	php-xml
Requires:	php-zip
Obsoletes:  ocsng-linux-server

%description reports
This package provides the Administration console, which will allow 
administrators to query the database server through their favorite browser.

%prep
%setup -q -n OCSNG_UNIX_SERVER-%{version}
%patch0 -p1

perl -pi -e 's/SCHEMA_VERSION/%{schema_version}/' ocsreports/index.php

%build
cd Apache
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
# ocsinventory-server
pushd Apache
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' 

# To avoid bad dependency on perl(mod_perl)
rm -f %{buildroot}%{perl_vendorlib}/Apache/Ocsinventory/Server/Modperl1.pm 

popd

install -d -m 755 %{buildroot}%{_localstatedir}/log/ocsinventory-server

install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/ocsinventory-server<<EOF
/var/log/ocsinventory-server/*.log {
    missingok
}
EOF

install -d -m 755 %{buildroot}%{_webappconfdir}
install -m 644 etc/ocsinventory/ocsinventory-server.conf \
    %{buildroot}%{_webappconfdir}
perl -pi \
    -e 's|DATABASE_SERVER|localhost|;' \
    -e 's|DATABASE_PORT|3306|;' \
    -e 's|VERSION_MP|2|;' \
    -e 's|PATH_TO_LOG_DIRECTORY|%{_localstatedir}/log/ocsinventory-server|;' \
    %{buildroot}%{_webappconfdir}/ocsinventory-server.conf 

# --- ocsinventory-reports

install -d -m 755 %{buildroot}%{_datadir}/ocsinventory
cp -pr ocsreports %{buildroot}%{_datadir}/ocsinventory

install -d -m 755 %{buildroot}%{_localstatedir}/lib/ocsinventory-reports
install -d -m 755 %{buildroot}%{_localstatedir}/lib/ocsinventory-reports/download
install -d -m 755 %{buildroot}%{_localstatedir}/lib/ocsinventory-reports/ipd

install -m 755 binutils/ipdiscover-util.pl %{buildroot}%{_datadir}/ocsinventory/ocsreports/ipdiscover-util.pl 

install -d -m 755 %{buildroot}%{_sysconfdir}/ocsinventory
install -d -m 755 %{buildroot}%{_sysconfdir}/ocsinventory/ocsreports

mv %{buildroot}%{_datadir}/ocsinventory/ocsreports/dbconfig.inc.php \
    %{buildroot}%{_sysconfdir}/ocsinventory/ocsreports/dbconfig.inc.php
pushd %{buildroot}%{_datadir}/ocsinventory/ocsreports
ln -s ../../../../%{_sysconfdir}/ocsinventory/ocsreports/dbconfig.inc.php .
popd

install -m 644 etc/ocsinventory/ocsinventory-reports.conf \
    %{buildroot}%{_webappconfdir}
perl -pi \
    -e 's|OCSREPORTS_ALIAS|/ocsinventory-reports|;' \
    -e 's|PATH_TO_OCSREPORTS_DIR|%{_datadir}/ocsinventory/ocsreports|;' \
    -e 's|PACKAGES_ALIAS|/ocsinventory-download|;' \
    -e 's|PATH_TO_PACKAGES_DIR|%{_localstatedir}/lib/ocsinventory-reports/download|;' \
    %{buildroot}%{_webappconfdir}/ocsinventory-reports.conf 


%files server
%doc README LICENSE.txt Apache/Changes
%{perl_vendorlib}/Apache
%attr(-,apache,apache) %{_localstatedir}/log/ocsinventory-server
%config(noreplace) %{_webappconfdir}/ocsinventory-server.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/ocsinventory-server

%files reports
%doc README LICENSE.txt
%{_datadir}/ocsinventory
%config(noreplace) %{_webappconfdir}/ocsinventory-reports.conf
%dir %{_sysconfdir}/ocsinventory
%dir %{_sysconfdir}/ocsinventory/ocsreports
%attr(660,root,apache) %config(noreplace) %{_sysconfdir}/ocsinventory/ocsreports/dbconfig.inc.php
%attr(-,apache,apache) %{_localstatedir}/lib/ocsinventory-reports



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-6
+ Revision: 69bdfca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3689 |14cr|ocsinventory-agent-2.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       ocsinventory-agent
Version:    2.0.3
Release:    3
Epoch:      1
Summary:    Unified client for OCS-Inventory
License:    GPLv2+
Group:      System/Servers
URL:        http://www.ocsinventory-ng.org/
Source0:    http://launchpad.net/ocsinventory-unix-agent/stable/ocsinventory-unix-agent-1.1.2/+download/Ocsinventory-Unix-Agent-%{version}.tar.gz
Patch0:     Ocsinventory-Agent-1.1.2-fix-syslog-usage.patch
Patch1:     Ocsinventory-Agent-1.1.2-fix-dmidecode-version-test.patch
Patch2:     Ocsinventory-Agent-1.1.2-fix-xen-dom0-identification.patch
Patch3:     Ocsinventory-Agent-1.1.2-add-bios-informations-for-xen-pv-hosts.patch
Requires:   net-tools
Requires:   pciutils
Requires:   nmap
Requires:   monitor-edid
Requires:   dmidecode >= 2.6
Requires:   perl-Net-IP
BuildRequires:   perl-devel
Suggests:   perl-Net-CUPS
Suggests:   perl-Proc-Daemon
Suggests:   ipmitool
Obsoletes:  ocsng-linux-agent
Obsoletes:  perl-Ocsinventory

%description
Linux agent for ocs-inventory. Dialog between client computers and management
server is based on actual standards, HTTP protocol and XML data formatting.

%prep
%setup -q -n Ocsinventory-Unix-Agent-%{version}
#%patch0 -p 1
#%patch1 -p 1
#%patch2 -p 1
#%patch3 -p 1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
rm -f run-postinst
%makeinstall_std

install -d %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/* %{buildroot}%{_sbindir}/

install -d -m 755 %{buildroot}%{_sysconfdir}/ocsinventory
cat > %{buildroot}%{_sysconfdir}/ocsinventory/ocsinventory-agent.cfg<<EOF
basevardir = %{_localstatedir}/lib/ocsinventory-agent
logger  = File
logfile = %{_localstatedir}/log/ocsinventory-agent/ocsinventory-agent.log
EOF

install -d -m 755 %{buildroot}%{_sysconfdir}/cron.daily
cat > %{buildroot}%{_sysconfdir}/cron.daily/ocsinventory-agent<<EOF
#!/bin/sh
%{_sbindir}/ocsinventory-agent --lazy > /dev/null 2>&1
EOF
chmod +x %{buildroot}%{_sysconfdir}/cron.daily/ocsinventory-agent

install -d %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/ocsinventory-agent<<EOF
/var/log/ocsinventory-agent/*.log {
    missingok
}
EOF

install -d %{buildroot}%{_localstatedir}/lib/ocsinventory-agent
install -d %{buildroot}%{_localstatedir}/log/ocsinventory-agent

# cleanup
rm -f %{buildroot}%{perl_vendorlib}/Ocsinventory/postinst.pl

%files
%defattr(-,root, root)
%doc AUTHORS Changes LICENSE README THANKS
%{_sbindir}/%{name}
%{_sbindir}/ipdiscover
%{_mandir}/man1/%{name}.*
%{_mandir}/man3/Ocsinventory::Agent::XML::Inventory.3pm*
%{_mandir}/man3/Ocsinventory::Agent::Common.3pm*
%{perl_vendorlib}/Ocsinventory
%config(noreplace) %{_sysconfdir}/cron.daily/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/ocsinventory
%{_localstatedir}/log/%{name}
%{_localstatedir}/lib/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.0.3-3
+ Revision: 5ff2a5f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3690 |14cr|ocsync-0.70.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %name %major
%define libdev %mklibname %name -d

Name:		ocsync
Summary:	The ownCloud Client
Version:	0.70.7
Release:	2
Group:		Archiving/Backup
License: 	GPLv2+
URL:		http://owncloud.org/sync-clients/
Source0:	http://download.owncloud.com/download/%{name}-%{version}.tar.bz2
BuildRequires:	iniparser-devel >= 3.1
BuildRequires:	cmake
Buildrequires:	sqlite3-devel
Buildrequires:	doxygen
Buildrequires:	check-devel
Buildrequires:	neon-devel
Buildrequires:	libsmbclient-devel
Obsoletes:	csync
Provides:	csync = %{version}-%{release}

%description
csync is an implementation of a file synchronizer which provides the
feature of roaming home directories for Linux clients. csync makes use
of libsmbclient in Samba/Windows environments.

%files 
%{_bindir}/%{name}
%{_sysconfdir}/%{name}
%{_mandir}/man1/%{name}.*
%{_libdir}/%{name}-0
%doc %{_docdir}/%{name}

#------------------------------------------------------------------------------

%package -n %libname
Summary:    The ownCloud Client
Group:      System/Libraries

%description -n %libname
csync is an implementation of a file synchronizer which provides the
feature of roaming home directories for Linux clients. csync makes use
of libsmbclient in Samba/Windows environments.

%files -n %libname
%{_libdir}/lib%{name}.so.%{major}*

#------------------------------------------------------------------------------

%package -n %libdev
Summary:    Header files, libraries and development documentation for %{name}
Group:      Development/C
Requires:   %{libname} = %version
Provides:   %{name}-devel = %version-%release

%description -n %libdev
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%files -n %libdev
%{_libdir}/lib%{name}.so
%{_includedir}/%{name}

#------------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

%build
export LD=/usr/bin/ld.gold
%cmake -DLOG_TO_CALLBACK=ON
%make

%install
%makeinstall_std -C build



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.7-2
+ Revision: e566a04
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3691 |14cr|octave-3.8.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# From src/version.h:#define OCTAVE_API_VERSION
%define octave_api api-v49+

Name:		octave
Version:	3.8.1
Release:	5
Epoch:		0
Summary:	High-level language for numerical computations
License:	GPLv3+
Group:		Sciences/Mathematics
Source0:	ftp://ftp.gnu.org/gnu/octave/%{name}-%{version}.tar.bz2
Source99:	%{name}.macros
Source100:      octave.rpmlintrc
Patch1:		octave-3.8.1-libs.patch

# This patch is required when installing all sagemath dependencies,
# otherwise it will fail with a message like:
#
#	$ octave
#	$ fatal: lo_ieee_init: floating point format is not IEEE!  Maybe DLAMCH is miscompiled, or you are using some strange system without IEEE floating point math?
#
# and, while the reason is clear (using x87 and 80 bits doubles) the
# proper library/dependency causing it was not detected.
# This is not an issue in x86_64 that uses sse2+
Patch3:		octave-3.8.1-detect-i586-as-little-endian-ieee754.patch

URL:		http://www.octave.org/
Obsoletes:	octave3 < %{EVRD}
Provides:	octave3 = %{EVRD}
Provides:	octave(api) = %{octave_api}
Requires:	gnuplot
BuildRequires:	bison
BuildRequires:	blas-devel
BuildRequires:	dejagnu
BuildRequires:	desktop-file-utils
BuildRequires:	emacs
BuildRequires:	emacs-bin
BuildRequires:	fftw-devel >= 0:3.0.1
BuildRequires:	flex
BuildRequires:	gcc-gfortran
BuildRequires:	glpk-devel
BuildRequires:	gnuplot
# (Abel) not strictly needed, but play safe
BuildRequires:	gperf
BuildRequires:	hdf5-devel
BuildRequires:	fontconfig-devel
BuildRequires:	lapack-devel
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	pcre-devel
BuildRequires:	curl-devel
# (Lev) needed to support sparse matrix functionality
BuildRequires:	amd-devel
BuildRequires:	camd-devel
BuildRequires:	ccolamd-devel
BuildRequires:	cholmod-devel
BuildRequires:	colamd-devel
BuildRequires:	cxsparse-devel
BuildRequires:	umfpack-devel
# (Lev) other useful libraries
BuildRequires:	qhull-devel
BuildRequires:	qrupdate-devel
# (Lev) for new experimental plotting
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
# to make imread more functional
BuildRequires:	graphicsmagick-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pixman-1)


%description
GNU Octave is a high-level language, primarily intended for numerical
computations. It provides a convenient command line interface for
solving linear and nonlinear problems numerically, and for performing
other numerical experiments using a language that is mostly compatible
with Matlab. It may also be used as a batch-oriented language.

Octave has extensive tools for solving common numerical linear algebra
problems, finding the roots of nonlinear equations, integrating
ordinary functions, manipulating polynomials, and integrating ordinary
differential and differential-algebraic equations. It is easily
extensible and customizable via user-defined functions written in
Octave's own language, or using dynamically loaded modules written in
C++, C, Fortran, or other languages.

%package devel
Summary:	Development headers and files for Octave
Group:		Development/C
Obsoletes:	octave3-devel < %{EVRD}
Provides:	octave3-devel = %{EVRD}
Requires:	%{name} = %{EVRD}
Requires:	blas-devel
Requires:	fftw-devel
Requires:	gcc-c++
Requires:	gcc-gfortran
Requires:	hdf5-devel
Requires:	lapack-devel
Requires:	readline-devel
Requires:	zlib-devel

%description devel
The octave-devel package contains files needed for developing
applications which use GNU Octave.

%package doc
Summary:	Documentation for Octave, a numerical computational language
Group:		Sciences/Mathematics

%description doc
GNU Octave is a high-level language, primarily intended for numerical
computations. It provides a convenient command line interface for
solving linear and nonlinear problems numerically, and for performing
other numerical experiments using a language that is mostly compatible
with Matlab. It may also be used as a batch-oriented language.

This package contains documentation of Octave in various formats.

%prep
%setup -q
%patch1 -p1

%ifarch %{ix86}
%patch3 -p1
%endif

%build
autoreconf
%define enable64 no
export CPPFLAGS="%{optflags} -DH5_USE_16_API"
%configure2_5x						\
	--enable-dl						\
	--enable-shared						\
	--disable-static					\
	--enable-lite-kernel					\
	--enable-picky-flags					\
	--enable-64=%{enable64}					\
	--with-f77=gfortran

# Check that octave_api is set correctly (autogenerated file)
make -C libinterp version.h
if ! grep -q '^#define OCTAVE_API_VERSION "%{octave_api}"' libinterp/version.h
then
    echo "octave_api variable in spec does not match libinterp/version.h"
    exit 1
fi

make OCTAVE_RELEASE="%{distribution} %{version}-%{release}"

# emacs mode

%install
%makeinstall_std

# Make library links
%__mkdir_p %{buildroot}/etc/ld.so.conf.d
/bin/echo "%{_libdir}/octave-%{version}" > %{buildroot}/etc/ld.so.conf.d/octave-%{_arch}.conf

# Remove RPM_BUILD_ROOT from ls-R files
%__perl -pi -e "s,%{buildroot},," %{buildroot}%{_libexecdir}/octave/ls-R
%__perl -pi -e "s,%{buildroot},," %{buildroot}%{_datadir}/octave/ls-R

%{_bindir}/find %{buildroot} -name "*.oct" -print0 | %{_bindir}/xargs -t -0 -r strip --strip-unneeded

# prepare documentation
%__rm -rf package-doc
%__mkdir_p package-doc

# Create desktop file
%__rm %{buildroot}%{_datadir}/applications/www.octave.org-octave.desktop
%{_bindir}/desktop-file-install --add-category Education --remove-category Development \
	--dir %{buildroot}%{_datadir}/applications doc/icons/octave.desktop

# Create directories for add-on packages
HOST_TYPE=`%{buildroot}%{_bindir}/octave-config -p CANONICAL_HOST_TYPE`
%__mkdir_p %{buildroot}%{_libexecdir}/octave/site/oct/%{octave_api}/$HOST_TYPE
%__mkdir_p %{buildroot}%{_libexecdir}/octave/site/oct/$HOST_TYPE
%__mkdir_p %{buildroot}%{_datadir}/octave/packages
/bin/touch %{buildroot}%{_datadir}/octave/octave_packages

%multiarch_includes %{buildroot}%{_includedir}/octave-%{version}/octave/*.h

mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d/
cp -p %{SOURCE99} %{buildroot}%{_sysconfdir}/rpm/macros.d/

%files
%defattr(0644,root,root,0755)
%doc NEWS* AUTHORS BUGS README
%doc examples INSTALL.OCTAVE
%defattr(-,root,root,0755)
%{_bindir}/octave*
%config(noreplace) /etc/ld.so.conf.d/*
%{_libdir}/octave*
%{_datadir}/octave
%if "%{_libdir}" != "%{_libexecdir}"
%{_libexecdir}/octave
%endif
%{_mandir}/man*/octave*
%{_infodir}/octave.info*
%{_datadir}/applications/*

%files devel
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/mkoctfile*
%{_includedir}/octave-%{version}
%{multiarch_includedir}/octave-%{version}
%{_mandir}/man1/mkoctfile.1*
%{_sysconfdir}/rpm/macros.d/%{name}.macros

%files doc
%defattr(0644,root,root,0755)
%doc doc/refcard/refcard-a4.pdf
%{_infodir}/liboctave.*
#%{_infodir}/OctaveFAQ.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:3.8.1-5
+ Revision: 1b7a8f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3692 |14cr|octave-actuarial-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname actuarial

Summary:	Actuarial functions for Octave
Name:		octave-%{pkgname}
Version:	1.1.0
Release:	3
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/actuarial/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.0.1
BuildRequires:	octave-devel >= 3.0.1
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Actuarial functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-3
+ Revision: 7d1c2ae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3693 |14cr|octave-benchmark-1.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname benchmark

Summary:	Code for benchmarking the speed of Octave
Name:		octave-%{pkgname}
Version:	1.1.1
Release:	3
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/benchmark/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.2.4
BuildRequires:	octave-devel >= 3.2.4
BuildArch:	noarch

Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
This package contains code for benchmarking the speed of Octave

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-3
+ Revision: fc5561b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3694 |14cr|octave-bim-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname bim

Summary:	Package for solving DAR PDEs
Name:		octave-%{pkgname}
Version:	1.0.2
Release:	3
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/actuarial/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.2.0
Requires:	octave-fpl >= 0.0.0
Requires:	octave-msh >= 0.0.0
BuildRequires:	octave-devel >= 3.2.0
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Package for solving Diffusion Advection Reaction (DAR) Partial
Differential Equations based on the Finite Volume Scharfetter-Gummel
(FVSG) method a.k.a Box Integration Method (BIM).

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: 620ec7c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3695 |14cr|octave-bioinfo-0.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname bioinfo

Summary:	Bioinformatics manipulation in Octave
Name:		octave-%{pkgname}
Version:	0.1.2
Release:	3
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/bioinfo/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.0.0
BuildRequires:	octave-devel >= 3.0.0
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Bioinformatics manipulation in Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-3
+ Revision: c6f9759
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3696 |14cr|octave-civil-engineering-1.0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname civil-engineering

Summary:	Octave functions for solving civil engineering ODEs 
Name:		octave-%{pkgname}
Version:	1.0.7
Release:	3
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/civil-engineering/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
BuildRequires:	octave-devel >= 2.9.7
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Octave functions for solving civil engineering ODEs.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-3
+ Revision: 374c9fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3697 |14cr|octave-combinatorics-1.0.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname combinatorics

Summary:	Combinatorics functions for Octave
Name:		octave-%{pkgname}
Version:	1.0.9
Release:	6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/combinatorics/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
BuildRequires:	octave-devel >= 2.9.7
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Combinatorics functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9-6
+ Revision: fa86c60
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3698 |14cr|octave-communications-1.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname communications

Summary:	Digital communication tools for Octave
Name:		octave-%{pkgname}
Version:	1.1.1
Release:	3
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/communications/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.1.54, octave-signal >= 1.0.0
BuildRequires:	octave-devel >= 3.1.54
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:  hdf5-devel
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
This Octave toolkit contains functions for digital communication, error
correcting codes, source code functions, modulation, and Galois fields.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0}

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-3
+ Revision: 7e46b18
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3699 |14cr|octave-dataframe-0.8.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname dataframe

Summary:	Data manipulation toolbox for Octave
Name:		octave-%{pkgname}
Version:	0.8.2
Release:	5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/dataframe/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.2.0
BuildRequires:	octave-devel >= 3.2.0
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Data manipulation toolbox for Octave. Similar to data.frame for R.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-5
+ Revision: 4435d1a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3700 |14cr|octave-data-smoothing-1.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname data-smoothing

Summary:	Algorithms for smoothing noisy data with Octave
Name:		octave-%{pkgname}
Version:	1.2.0
Release:	5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/data-smoothing/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
Requires:	octave-optim >= 1.0.3
BuildRequires:	octave-devel >= 2.9.7
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Algorithms for smoothing noisy data with Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-5
+ Revision: 44ad41d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3701 |14cr|octave-econometrics-1.0.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname econometrics

Summary:	Econometrics functions for Octave
Name:       octave-%{pkgname}
Version:	1.0.8
Release:	6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/econometrics/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
Requires:	octave-optim >= 0.0.0
BuildRequires:	octave-devel >= 2.9.7
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Econometrics functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-6
+ Revision: 8554218
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3702 |14cr|octave-fenv-0.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname fenv

Summary:	Change floating point precision in Octave
Name:       octave-%{pkgname}
Version:	0.1.0
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/fenv/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.0.0
BuildRequires:  octave-devel >= 3.0.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
On supported architectures, change the rounding mode of the floating
point arithmetics (to nearest, up, down, to zero) or change the
precision of the arithmetical operations (single, double, double
extended) in Octave. Experimentally test the properties of the
floating point arithmetics.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-6
+ Revision: 60ed96d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3703 |14cr|octave-financial-0.3.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname financial

Summary:	Financial functions for Octave
Name:       octave-%{pkgname}
Version:	0.3.2
Release:        5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/financial/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.0.0
Requires:	octave-time >= 1.0.5
Requires:	octave-miscellaneous >= 1.0.6
BuildRequires:  octave-devel >= 3.0.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Financial data manipulation and plotting functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-5
+ Revision: 1dd8b9e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3704 |14cr|octave-fpl-1.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname fpl

Summary:	Octave support for various graphical formats
Name:       octave-%{pkgname}
Version:	1.2.0
Release:        5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/fpl/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.0.0
BuildRequires:  octave-devel >= 3.0.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
This package contains Octave routines for saving data in different
graphical formats.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-5
+ Revision: a607b3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3705 |14cr|octave-ga-0.9.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname ga

Summary:	Genetic optimization tools for Octave
Name:		octave-%{pkgname}
Version:	0.9.8
Release:        4
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/ga/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
Requires:	octave-communications >= 1.0.0
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Genetic optimization tools for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.8-4
+ Revision: 0d2284c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3706 |14cr|octave-general-1.2.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname general

Summary:	General tools for Octave
Name:       octave-%{pkgname}
Version:	1.2.2
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/general/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.2.4
BuildRequires:  octave-devel >= 3.2.4
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
General tools for Octave. String dictionary, parallel computing.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-6
+ Revision: a90628d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3707 |14cr|octave-gnuplot-1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname gnuplot

Summary:	Gnuplot scripts for Octave
Name:       octave-%{pkgname}
Version:	1.0.1
Release:        5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/gnuplot/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
Requires:	gnuplot >= 4.0
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	gnuplot >= 4.0
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
This package provides scripts that can save data in gnuplot-readable
formats, specify the gnuplot commands used to produce
graphics, and invoke gnuplot. 

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"
mv %{buildroot}%{_datadir}/octave/packages/%{pkgname}-%{version}/Changelog .
rm -f %{buildroot}%{_datadir}/octave/packages/%{pkgname}-%{version}/COPYRIGHT
rm -f %{buildroot}%{_datadir}/octave/packages/%{pkgname}-%{version}/LICENSE.txt

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION Changelog
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-5
+ Revision: bb8f7ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3708 |14cr|octave-gsl-1.0.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname gsl

Summary:	Octave bindings for the GNU Scientific Library
Name:       octave-%{pkgname}
Version:	1.0.8
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/gsl/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	gsl-devel
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Octave bindings for the GNU Scientific Library

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

pushd %{buildroot}%{_datadir}/octave/packages/%{pkgname}-%{version}/
rm -rf doc/RCS
rm -rf doc/mk*
rm -rf doc/make*
rm -rf doc/texinfo*
rm -rf doc/txt*
rm -rf doc/*.{log,cc,doc,dvi,old}
rm -rf *.c
popd

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-6
+ Revision: 97437f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3709 |14cr|octave-ident-1.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname ident

Summary:	System identification functions for Octave
Name:       octave-%{pkgname}
Version:	1.0.7
Release:        5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/ident/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
BuildRequires:  octave-devel >= 2.9.7
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
System identification functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-5
+ Revision: a3c76d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3710 |14cr|octave-image-1.0.14-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname image

Summary:	Image processing toolkit for Octave
Name:       octave-%{pkgname}
Version:	1.0.14
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/image/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.2.0
BuildRequires:  octave-devel >= 3.2.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	jpeg-devel
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
This package provides Octave functions for feature extraction, image
statistics, spatial and geometric transformations, morphological
operations, linear filtering, and much more.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.14-6
+ Revision: 6e9a50d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3711 |14cr|octave-informationtheory-0.1.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname informationtheory

Summary:	Octave functions for basic information theory
Name:       octave-%{pkgname}
Version:	0.1.8
Release:        5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/informationtheory/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Octave functions for basic information theory and source coding.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8-5
+ Revision: 2b3f666
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3712 |14cr|octave-integration-1.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname integration

Summary:	Numerical integration toolbox for Octave
Name:       octave-%{pkgname}
Version:	1.0.7
Release:        5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/integration/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Numerical integration toolbox for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-5
+ Revision: fdd0192
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3713 |14cr|octave-io-2.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname io

Summary:	Octave toolkit for I/O in external formats
Name:           octave-%{pkgname}
Version:	2.2.2
Release:        2
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/io/
BuildRequires:  octave-devel >= 3.6.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	texinfo
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Octave toolkit for I/O in external formats.

%prep
%setup -q -c %{pkgname}-%{version}
cp %SOURCE0 .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %SOURCE0 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.2-2
+ Revision: 44de0ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3714 |14cr|octave-irsa-1.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname irsa

Summary:	Irregular sampling analysis tools for Octave
Name:       octave-%{pkgname}
Version:	1.0.7
Release:        5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/irsa/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Irregular sampling analysis tools for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-5
+ Revision: 1639f1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3715 |14cr|octave-mapping-1.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname mapping

Summary:	Simple mapping functions for Octave
Name:       octave-%{pkgname}
Version:	1.0.7
Release:        5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/mapping/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Simple mapping functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-5
+ Revision: 6fc5f9a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3716 |14cr|octave-miscellaneous-1.0.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname miscellaneous

Summary:	Miscellaneous Octave tools that don't fit elsewhere
Name:       octave-%{pkgname}
Version:	1.0.11
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/miscellaneous/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.16
BuildRequires:  octave-devel >= 2.9.16
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	termcap-devel
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Miscellaneous Octave tools that don't fit elsewhere.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.11-6
+ Revision: 9dd217f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3717 |14cr|octave-missing-functions-1.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname missing-functions

Summary:	Find functions that are in MATLAB but not in Octave
Name:       octave-%{pkgname}
Version:	1.0.2
Release:        5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/missing-functions/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.0.0
BuildRequires:  octave-devel >= 3.0.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Find functions that are in MATLAB but not in Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-5
+ Revision: 123f26e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3718 |14cr|octave-msh-1.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname msh

Summary:	Meshes for finite element/volume PDE Octave solvers
Name:       octave-%{pkgname}
Version:	1.0.2
Release:        5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/msh/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.0.0, octave-splines >= 0.0.0
BuildRequires:  octave-devel >= 3.0.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Create and manage triangular and tetrahedral meshes for finite element
or finite volume PDE solvers in Octave. Use a mesh data structure
compatible with PDEtool. Rely on gmsh for unstructured mesh
generation.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-5
+ Revision: 47f24b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3719 |14cr|octave-multicore-0.2.15-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname multicore

Summary:	Multicore parallel processing functions for Octave
Name:       octave-%{pkgname}
Version:	0.2.15
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/multicore/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.12
BuildRequires:  octave-devel >= 2.9.12
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Multicore parallel processing functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.15-6
+ Revision: eb9bbed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3720 |14cr|octave-nan-2.4.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname nan

Summary:	NaN toolbox for Octave
Name:       octave-%{pkgname}
Version:	2.4.4
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/nan/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	libgomp-devel
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Statistics and machine learning toolbox for Octave that can handle
data with and without missing values.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv NaN/COPYING .
mv NaN/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.4-6
+ Revision: db118ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3721 |14cr|octave-nlwing2-1.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname nlwing2

Summary:	Nonlinear aurodynamic computations for Octave
Name:       octave-%{pkgname}
Version:	1.2.0
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/nlwing2/
BuildRequires:  octave-devel >= 3.0.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
This package enables the efficient computation of nonlinear
aerodynamics in Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-6
+ Revision: cbc1ba3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3722 |14cr|octave-nnet-0.1.13-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname nnet

Summary:	Feedforward multi-layer neural network for Octave
Name:		octave-%{pkgname}
Version:	0.1.13
Release:        5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/nnet/
BuildRequires:  octave-devel >= 3.0.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Feedforward multi-layer neural network for Octave

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.13-5
+ Revision: 37bd693
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3723 |14cr|octave-nurbs-1.3.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname nurbs

Summary:	NURBS routines for Octave
Name:       octave-%{pkgname}
Version:	1.3.4
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/nurbs/
BuildRequires:  octave-devel >= 3.2.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	libgomp-devel
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Collection of Octave routines for the creation, and manipulation of
Non-Uniform Rational B-Splines (NURBS).

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-6
+ Revision: f52eb0c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3724 |14cr|octave-ocs-0.1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname ocs

Summary:	Octave package for solving DC and transient circuit equations
Name:       octave-%{pkgname}
Version:	0.1.1
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/ocs/
BuildRequires:  octave-devel >= 3.0.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Octave package for solving DC and transient electrical circuit equations.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .
mv %{pkgname}-%{version}/README .
mv %{pkgname}-%{version}/doc examples

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION README examples
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-6
+ Revision: 106356a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3725 |14cr|octave-oct2mat-1.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname oct2mat

Summary:	Convert Octave scripts into MATLAB-compatible style
Name:       octave-%{pkgname}
Version:	1.0.7
Release:        5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/oct2mat/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Convert Octave scripts into a MATLAB-compatible coding style.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-5
+ Revision: 1d40f4e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3726 |14cr|octave-odepkg-0.8.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname odepkg

Summary:	Octave package for solving ODEs
Name:       octave-%{pkgname}
Version:	0.8.2
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/odepkg/
BuildRequires:  octave-devel >= 3.2.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Octave package for solving ordinary differential equations and more.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

mv %{buildroot}%{_datadir}/octave/packages/%{pkgname}-%{version}/doc/%{pkgname}.pdf .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION *.pdf
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-6
+ Revision: 8b69c8d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3727 |14cr|octave-optim-1.0.16-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname optim

Summary:	Non-linear optimization toolkit for Octave
Name:       octave-%{pkgname}
Version:	1.0.16
Release:	6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/optim/
Requires:	octave-miscellaneous >= 1.0.11
Requires:	octave-struct >= 1.0.9
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Non-linear optimization toolkit for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.16-6
+ Revision: 33ba475
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3728 |14cr|octave-physicalconstants-0.1.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname physicalconstants

Summary:	Physical constants from NIST database for Octave
Name:       octave-%{pkgname}
Version:	0.1.7
Release:	5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/physicalconstants/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
This package provides Octave access to various physical constants from atomic
and molecular physics taken from the NIST database.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.7-5
+ Revision: 65ac87f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3729 |14cr|octave-plot-1.0.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname plot

Summary:	Additional plotting tools for Octave
Name:       octave-%{pkgname}
Version:	1.0.8
Release:	5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/plot/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Additional plotting tools for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-5
+ Revision: f787f2a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3730 |14cr|octave-quaternion-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname quaternion

Summary:	Octave package for manipulation of quaternions
Name:		octave-%{pkgname}
Version:	1.0.0
Release:        4
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/quaternion/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.1.0
BuildRequires:  octave-devel >= 3.1.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Octave package for manipulation of quaternions used for frame transformations.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0}
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: 515bbc9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3731 |14cr|octave-secs1d-0.0.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname secs1d

Summary:	Octave drift-diffusion simulator for 1D devices
Name:       octave-%{pkgname}
Version:	0.0.8
Release:	6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/secs1d/
BuildRequires:  octave-devel >= 2.9.17
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Octave drift-diffusion simulator for 1D semiconductor devices.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.8-6
+ Revision: ddcc426
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3732 |14cr|octave-secs2d-0.0.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname secs2d

Summary:	Octave drift-diffusion simulator for 2D devices
Name:       octave-%{pkgname}
Version:	0.0.8
Release:	6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/secs2d/
BuildRequires:  octave-devel >= 2.9.17
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Octave drift-diffusion simulator for 2D semiconductor devices.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.8-6
+ Revision: 0043342
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3733 |14cr|octave-signal-1.0.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname signal

Summary:	Signal processing tools for Octave
Name:		octave-%{pkgname}
Version:	1.0.11
Release:        4
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/signal/
Requires:	octave-optim >= 1.0.0
Requires:	octave-specfun >= 0.0.0
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Signal processing tools, including filtering, windowing and display
functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0}
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.11-4
+ Revision: bdc3c09
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3734 |14cr|octave-simp-1.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname simp

Summary:	Basic interval operations for Octave
Name:       octave-%{pkgname}
Version:	1.1.0
Release:	5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/simp/
BuildRequires:  octave-devel
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
This package defines basic operations on intervals for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .
mv %{pkgname}-%{version}/doc/*.pdf .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION *.pdf
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-5
+ Revision: c2becc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3735 |14cr|octave-specfun-1.0.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname specfun

Summary:	Special functions for Octave
Name:       octave-%{pkgname}
Version:	1.0.9
Release:	5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/specfun/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Special functions including ellipitic functions, etc., for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9-5
+ Revision: fde011a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3736 |14cr|octave-special-matrix-1.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname special-matrix

Summary:	Additional special matrices for Octave
Name:       octave-%{pkgname}
Version:	1.0.7
Release:	5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/special-matrix/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Additional special matrices for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-5
+ Revision: 57f6419
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3737 |14cr|octave-splines-1.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname splines

Summary:	Cubic spline functions for Octave
Name:       octave-%{pkgname}
Version:	1.0.7
Release:        5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/splines/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Additional cubic spline functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-5
+ Revision: 2d1c439
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3738 |14cr|octave-statistics-1.0.10-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname statistics

Summary:	Additional statistics functions for Octave
Name:       octave-%{pkgname}
Version:	1.0.10
Release:	5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/statistics/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Additional statistics functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.10-5
+ Revision: 8402277
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3739 |14cr|octave-strings-1.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname strings

Summary:	Additional string manipulation functions for Octave
Name:       octave-%{pkgname}
Version:	1.0.7
Release:	5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/strings/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	texinfo, pcre-devel
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Additional string manipulation functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-5
+ Revision: 41d3ef3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3740 |14cr|octave-struct-1.0.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname struct

Summary:	Additional structure manipulation functions for Octave
Name:       octave-%{pkgname}
Version:	1.0.9
Release:	6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/struct/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Additional structure manipulation functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9-6
+ Revision: 73ab139
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3741 |14cr|octave-symband-1.0.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname symband

Summary:	Octave package for handling symmetric banded matrices
Name:       octave-%{pkgname}
Version:	1.0.10
Release:	6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/symband/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Octave package for handling symmetric banded matrices.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.10-6
+ Revision: 66a1240
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3742 |14cr|octave-symbolic-1.0.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname symbolic

Summary:	Symbolic toolbox for Octave
Name:       octave-%{pkgname}
Version:	1.0.9
Release:	6
Source0:	%{pkgname}-%{version}.tar.gz
Patch0:		is_list-1.0.9.patch
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/symbolic/
BuildRequires:  octave-devel >= 3.1.55
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	ginac-devel
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Symbolic toolbox for Octave based on ginac and cln.

%prep
%setup -q -c %{pkgname}-%{version}
tar zxf %{SOURCE0}
%patch0 -p0
tar zcvf %{pkgname}-%{version}.tar.gz %{pkgname}-%{version}

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9-6
+ Revision: 47a014b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3743 |14cr|octave-time-1.0.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname time

Summary:	Additional date manipulation tools for Octave
Name:       octave-%{pkgname}
Version:	1.0.9
Release:	5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/time/
BuildRequires:  octave-devel >= 3.0.1
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Additional date manipulation tools for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9-5
+ Revision: 8ea6368
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3744 |14cr|octave-tsa-4.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname tsa

Summary:	Time series analysis methods for Octave
Name:       octave-%{pkgname}
Version:	4.1.1
Release:	5
Source0:	%{pkgname}-%{version}.tgz
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/tsa/
Requires:	octave-nan >= 1.0.0
BuildRequires:  octave-devel
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Stochastic concepts and maximum entropy methods for time series
analysis in Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tgz"

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .
mv %{pkgname}/doc/README.TXT .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION README.TXT
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.1-5
+ Revision: d4fec94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3745 |14cr|octave-vrml-1.0.11-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname vrml

Summary:	VRML graphics for Octave
Name:       octave-%{pkgname}
Version:	1.0.11
Release:	5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/vrml/
Requires:	octave-miscellaneous >= 0.0.0
Requires:	octave-struct >= 0.0.0, octave-statistics >= 0.0.0
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
VRML graphics for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .

find %{buildroot} -name .svn | xargs rm -rf 

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.11-5
+ Revision: 952050d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3746 |14cr|octave-zenity-0.5.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname zenity

Summary:	Octave functions for creating simple GUIs
Name:       octave-%{pkgname}
Version:	0.5.7
Release:	5
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/zenity/
Requires:	zenity >= 2.16
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
This package provides a set of Octave functions for creating simple
graphical user interfaces. It is currently possible to create calendar
windows, text entries, file selection dialogs, lists, message windows,
icons in the notification area, and windows for large amount of text.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"
touch %{buildroot}%{_datadir}/octave/packages/%{pkgname}-%{version}/packinfo/.autoload
chmod 644 %{buildroot}%{_datadir}/octave/packages/%{pkgname}-%{version}/packinfo/.autoload

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.7-5
+ Revision: 4966062
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3747 |14cr|ode-0.11.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname	%mklibname %{name} %{major}
%define develname %mklibname %name -d

Summary:	The Open Dynamics Engine
Name:		ode
Version:	0.11.1
Release:	4
Epoch:		1
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.ode.org
Source0:	http://downloads.sourceforge.net/opende/%{name}-%{version}.tar.bz2

%description
The Open Dynamics Engine (ODE) is a free software library for the
simulation of Rigid Body Dynamics. It is has been primarily written
by Russell Smith. ODE builds under a variety of different Windows
and Unix platforms. 

ODE is useful for simulating things like vehicles, objects in virtual
reality environments, and virtual creatures. 

%package -n	%{libname}
Summary:	Physics simulation library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{mklibname %{name} 0} < 0.10.1

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with ODE.

%package -n	%{develname}
Summary:	Headers and libraries to develop ODE applications
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{mklibname %{name} 0 -d}
Obsoletes:	%{mklibname %{name} 0 -d} < 0.10.1
Requires:	%{libname} = %{epoch}:%{version}-%{release}

%description -n	%{develname}
The Open Dynamics Engine (ODE) is a free software library for the
simulation of Rigid Body Dynamics. It is has been primarily written
by Russell Smith. ODE builds under a variety of different Windows
and Unix platforms.

ODE is useful for simulating things like vehicles, objects in virtual
reality environments, and virtual creatures.

%prep
%setup -q

%build
%configure2_5x \
	--with-trimesh=opcode \
	--with-drawstuff=X11 \
	--enable-new-trimesh \
	--enable-demos \
	--enable-shared

%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/%{name}-config

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libode.so.%{major}*

%files -n %{develname}
%doc CHANGELOG.txt README.txt
%dir %{_includedir}/%{name}
%{_bindir}/%{name}-config
%{multiarch_bindir}/%{name}-config
%{_includedir}/%{name}/*.h
%{_libdir}/lib%{name}.*a
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.11.1-4
+ Revision: cd9c8d0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3748 |14cr|odvr-0.1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name odvr
%define version 0.1.5
%define release 3

Summary: User-space driver for USB-enabled Olympus DVRs
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPLv3
Group: System/Kernel and hardware
Url: http://code.google.com/p/odvr/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: gtk+2-devel
BuildRequires: usb1.0-devel
BuildRequires: usb-compat-devel
BuildRequires: sndfile-devel

%description
odvr is a user-space driver for USB-enabled Olympus DVRs that do not
support the USB Mass Storage specification. odvr is tested against the
VN-960PC, but should support other "VN" Olympus models. See
SupportedDevices for a list of known-working devices.

%prep
%setup -q

%build
%make

%install
rm -rf %{buildroot}
%__install -d %{buildroot}
%__install -d %{buildroot}%{_bindir}
%__install -m 755 odvr %{buildroot}%{_bindir}
%__install -m 755 odvr-gui %{buildroot}%{_bindir}
%__install -d %{buildroot}%_sysconfdir/udev/rules.d
%__install -m 644 41-odvr.rules %{buildroot}%_sysconfdir/udev/rules.d

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/odvr
%{_bindir}/odvr-gui
%_sysconfdir/udev/rules.d/41-odvr.rules



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.5-3
+ Revision: 7eda8db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3749 |14cr|offlineimap-6.5.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Powerful IMAP/Maildir synchronization and reader support
Name: offlineimap
Version: 6.5.3.1
Release: 2
Source0: https://github.com/downloads/spaetz/offlineimap/offlineimap-%{version}.tar.gz
License: GPL
Group: Networking/Mail
Prefix: %{_prefix}
BuildArch: noarch
Url: http://www.complete.org/OldSoftwareSites
Buildrequires: python-devel
Requires: python 

%description
OfflineIMAP is a tool to simplify your e-mail  reading.  With
OfflineIMAP, you can read the same mailbox from multiple computers.
You get a current copy of your messages on each computer, and changes
you make one place will be visible on all other systems. For instance,
you can delete a message on your home computer, and it will appear
deleted on your work computer as well. OfflineIMAP is also useful if
you want to use a mail reader that does not have IMAP support, has poor
IMAP support, or does not provide disconnected operation.

%prep
%setup -q -n spaetz-%{name}-ebd5fe2/

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc COPY*
%doc offlineimap.conf*
%{_bindir}/offlineimap
%{py_puresitedir}/offlineimap
%{py_puresitedir}/*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.5.3.1-2
+ Revision: 5f65948
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3750 |14cr|ogdi-3.2.0-0.beta2.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO: separate gltpd to -server package, add init script (requires portmap)

%define name	ogdi
%define major	3
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

%define beta	beta2

Summary:	Open Geographic Datastore Interface
Name:		%{name}
Version:	3.2.0
Release:	0.%{beta}.4
License:	BSD
Group:		Sciences/Geosciences
Url:		http://ogdi.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.%{beta}.tar.gz
Source1:	http://ogdi.sourceforge.net/ogdi.pdf
Patch0:		patch_for_proj48_redhat.patch
Patch1:		ogdi-3.2.0.beta2-fix-str-fmt.patch
BuildRequires:	tcl-devel
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(proj)
BuildRequires:	pkgconfig(zlib)

%description
OGDI is the Open Geographic Datastore Interface. OGDI is an
application programming interface (API) that uses a standardized
access methods to work in conjunction with GIS software packages (the
application) and various geospatial data products. OGDI uses a
client/server architecture to facilitate the dissemination of
geospatial data products over any TCP/IP network, and a
driver-oriented approach to facilitate access to several geospatial
data products/formats.

%files
%doc LICENSE NEWS ChangeLog README
%{_bindir}/gltpd
%{_bindir}/ogdi_*
%dir %{_libdir}/ogdi
%exclude %{_libdir}/%{name}/liblodbc.so
%exclude %{_libdir}/%{name}/libecs_tcl.so
%{_libdir}/%{name}/lib*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Open Geographic Datastore Interface - library
License:	BSD style
Group:		Sciences/Geosciences

%description -n %{libname}
OGDI is the Open Geographic Datastore Interface. OGDI is an
application programming interface (API) that uses a standardized
access methods to work in conjunction with GIS software packages (the
application) and various geospatial data products. OGDI uses a
client/server architecture to facilitate the dissemination of
geospatial data products over any TCP/IP network, and a
driver-oriented approach to facilitate access to several geospatial
data products/formats.

This package contains just the library required by applications using the
Open Geographic Datastore Interface.

%files -n %{libname}
%{_libdir}/libogdi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	OGDI header files and documentation
Group:		Sciences/Geosciences
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
OGDI header files and developer's documentation.

%files -n %{devname}
%doc ogdi.pdf
%doc ogdi/examples/example1/example1.c
%doc ogdi/examples/example2/example2.c
%{_bindir}/%{name}-config
%{_bindir}/%{name}-config-%{cpuarch}
%{_libdir}/pkgconfig/%{name}.pc
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/libogdi.so

#----------------------------------------------------------------------------

%package odbc
Summary:	ODBC driver for OGDI
Group:		Sciences/Geosciences
Requires:	%{name} = %{EVRD}

%description odbc
ODBC driver for OGDI.

%files odbc
%{_libdir}/ogdi/liblodbc.so

#----------------------------------------------------------------------------

%package -n tcl-ogdi
Summary:	TCL wrapper for OGDI
Group:		Sciences/Geosciences
Requires:	%{name} = %{EVRD}

%description -n tcl-ogdi
TCL wrapper for OGDI.

%files -n tcl-ogdi
%{_libdir}/ogdi/libecs_tcl.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}.%{beta}
%patch0 -p1
%patch1 -p0

cp -f %{SOURCE1} .

%build
autoreconf -fi

TOPDIR=`pwd`; TARGET=Linux; export TOPDIR TARGET
INST_LIB=%{_libdir}/;export INST_LIB
export CFG=debug # for -g

# do not compile with ssp. it will trigger internal bugs (to_fix_upstream)
OPT_FLAGS=`echo %{optflags}|sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//g'`
export CFLAGS="$OPT_FLAGS -fPIC -DPIC -DDONT_TD_VOID -DUSE_TERMIO"

%configure2_5x \
	--with-binconfigs \
	--with-expat \
	--with-proj \
	--with-zlib

# use the generated .mak file ...
cp -af config/linux.mak{,.old}
cp -af config/{L,l}inux.mak

# make doesn't survive a parallell build, so stop that...
make RPC_LINKLIB="-ldl -ltirpc"

make -C ogdi/tcl_interface \
	TCL_LINKLIB="-ltcl"
	
make -C contrib/gdal

make -C ogdi/attr_driver/odbc \
	ODBC_LINKLIB="-lodbc"

%install
# export env
TOPDIR=`pwd`; TARGET=Linux; export TOPDIR TARGET

%makeinstall \
	INST_INCLUDE=%{buildroot}%{_includedir}/%{name} \
	INST_LIB=%{buildroot}%{_libdir} \
	INST_BIN=%{buildroot}%{_bindir}

#plugin install
%makeinstall -C ogdi/tcl_interface \
	INST_LIB=%{buildroot}%{_libdir}
%makeinstall -C contrib/gdal \
	INST_LIB=%{buildroot}%{_libdir}
%makeinstall -C ogdi/attr_driver/odbc \
	INST_LIB=%{buildroot}%{_libdir}

# only lib*ogdi* is common library, the rest are dlopened drivers
#mv -f %{buildroot}%{_libdir}/ogdi/*ogdi*.so %{buildroot}%{_libdir}

# remove example binary
rm -rf %{buildroot}%{_bindir}/example?

# we have multilib ogdi-config
%if "%{_lib}" == "lib"
%define cpuarch 32
%else
%define cpuarch 64
%endif

# fix file(s) for multilib issue
touch -r ogdi-config.in ogdi-config

# install pkgconfig file and ogdi-config
mkdir -p %{buildroot}%{_libdir}/pkgconfig
install -p -m 644 ogdi.pc %{buildroot}%{_libdir}/pkgconfig/

install -p -m 755 ogdi-config %{buildroot}%{_bindir}/ogdi-config-%{cpuarch}

# ogdi-config wrapper for multiarch
cat > %{buildroot}%{_bindir}/%{name}-config <<EOF
#!/bin/bash

ARCH=\$(uname -m)
case \$ARCH in
x86_64 | ppc64 | ia64 | s390x | sparc64 | alpha | alphaev6 )
ogdi-config-64 \${*}
;;
*)
ogdi-config-32 \${*}
;;
esac
EOF

chmod 755 %{buildroot}%{_bindir}/%{name}-config
touch -r ogdi-config.in %{buildroot}%{_bindir}/%{name}-config


%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.2.0-0.beta2.4
+ Revision: 09ffaae
- Build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3751 |14cr|oggconvert-0.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			oggconvert
Version:		0.3.3
Release:		2
Summary:		A small utility for converting media files into Ogg, Theora and Dirac formats
Group:			Sound
License:		LGPLv2
Source:			http://oggconvert.tristanb.net/releases/%version/%name-%version.tar.gz
URL:			http://oggconvert.tristanb.net/
BuildArch:		noarch
BuildRoot:		%_tmppath/%name-%version-%release-buildroot
BuildRequires:		python-devel gstreamer0.10-python desktop-file-utils
%if %mdkversion < 200900
Requires(post):		desktop-file-utils
Requires(postun):	desktop-file-utils
%endif
Requires:		pygtk2.0-libglade gstreamer0.10-python
Requires:		gstreamer0.10-plugins-base
Suggests:		gstreamer0.10-plugins-good
Suggests:		gstreamer0.10-plugins-bad
Suggests:		gstreamer0.10-plugins-ugly
suggests:		gstreamer0.10-schroedinger

%description
OggConvert is a small, open source utility for converting audio and video files 
into the Vorbis audio format, and the Theora and Dirac video formats.

%if %mdkversion < 200900
%post
%update_menus
%update_desktop_database
%endif

%if %mdkversion < 200900
%postun
%update_menus
%clean_desktop_database
%endif

%files -f %name.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README TODO
%_bindir/%name
%python_sitelib/*.egg-info
%python_sitelib/OggConvert
%_datadir/applications/%name.desktop
%_datadir/pixmaps/%name.svg

#-------------------------------------------------------------------------------

%prep
%setup -q

# fix perm on doc files
chmod 644 AUTHORS COPYING ChangeLog README TODO

%build
%__python setup.py build

%install
rm -rf %buildroot
%__python setup.py install --root %buildroot 

desktop-file-install \
  --add-category="GTK" \
  --add-category="Audio" \
  --remove-key="GenericName[en_GB]" \
  --dir %buildroot%_datadir/applications %buildroot%_datadir/applications/*

%find_lang %name

%clean
rm -rf %buildroot




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-2
+ Revision: c76f59a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3752 |14cr|oggfwd-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name oggfwd
%define version 0.2
%define release 4

Summary: Simple icecast 2 client to stream a ogg stream from stdin
Name: %{name}
Version: %{version}
Release: %{release}
# taken from debian, as there is no upstream tarball
Source0: %{name}_%{version}.orig.tar.gz
# patch taken from debian
Patch0: oggfwd-0.2-overlinking.patch 
License: GPLv2
Group: Video
Url: http://v2v.cc/~j/oggfwd/
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libshout-devel
 
%description
Simple icecast2 client that send the stream read from stdin.

%prep
%setup -q
%patch0 -p0

%build
make

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT/%_bindir/
cp oggfwd $RPM_BUILD_ROOT/%_bindir/ 

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README ChangeLog
%_bindir/oggfwd




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 84da265
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3753 |14cr|oglappth-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define releasedate	20111012
Name:			oglappth
Version:		1.0.0
Release:		3

%define major		2
%define libname 	%mklibname oglappth %major
%define develname	%mklibname oglappth -d

Summary:	Libraries for the oglappth chemistry package
License:	GPLv2+
Group:		Sciences/Chemistry
URL:		http://www.bioinformatics.org/ghemical/ghemical/index.html
Source0:	http://www.bioinformatics.org/ghemical/download/release%{releasedate}/lib%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)

%description
Library for creating portable OpenGL applications with easy-to-code scene 
setup and selection operations.

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n	%{libname}
Dynamic libraries from %{name}.

%package -n %{develname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{develname}
Libraries and includes files for developing programs based on %{name}.

%prep
%setup -n lib%{name}-%{version} -q 

%build
%configure2_5x

%make LIBS="-lGL -lGLU"
								
%install
%makeinstall

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc AUTHORS ChangeLog
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 8692816
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3754 |14cr|oidentd-2.0.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           oidentd
Version:        2.0.8
Release:        8
Summary:        Ident server with masquerading support
License:        GPL
Group:          System/Servers
URL:            http://ojnk.sourceforge.net/
Source0:        http://superb-west.dl.sourceforge.net/sourceforge/ojnk/oidentd-%{version}.tar.gz
Source1:        %{name}.init
Source2:        %{name}.users
Source3:        %{name}.sysconfig
Source4:        %{name}.conf
BuildRequires:  flex
BuildRequires:  bison
Provides:       identd
Requires(pre):  rpm-helper
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(postun): rpm-helper

%description
Oidentd is an ident (rfc1413) daemon that runs on Linux, FreeBSD,
OpenBSD and Solaris 2.x. Oidentd supports most features of pidentd
plus more. Most notably, oidentd allows users to specify the identd
response that the server will output when a successful lookup is
completed. Oidentd supports IP masqueraded connections on Linux, and
is able to forward requests to hosts that masq through the host on
which oidentd runs.

%prep
%setup -q

%build
%{configure2_5x}
%{make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}

%{__mkdir_p} %{buildroot}{%{_sysconfdir}/sysconfig,%{_initrddir}}
%{__cp} -a %{SOURCE1} %{buildroot}%{_initrddir}/%{name} ; chmod 755 %{buildroot}%{_initrddir}/%{name}
%{__cp} -a %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
%{__cp} -a %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}_masq.conf
%{__cp} -a %{SOURCE4} %{buildroot}%{_sysconfdir}/%{name}.conf
%{__mkdir_p} %{buildroot}%{_localstatedir}/lib/%{name}

%clean
%{__rm} -rf %{buildroot}

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/true

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

%files
%defattr(-,root,root)
%doc AUTHORS NEWS README ChangeLog doc/rfc1413
%config(noreplace) %{_sysconfdir}/%{name}_masq.conf
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_initrddir}/%{name}
%{_sbindir}/%{name}
%{_mandir}/*/*
%dir %{_localstatedir}/lib/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.8-8
+ Revision: 856e51e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3755 |14cr|OilWar-1.2.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	OilWar
%define	version	1.2.1
%define	rel	10
%define	release	%mkrel %{rel}
%define	Summary	Very simple mouse shooting game

Summary:	%{Summary}
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Games/Arcade
Source0:	http://www.2ndpoint.fi/projektit/filut/%{name}-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		%{name}-fix-scoredir.patch.bz2
URL:		http://www.2ndpoint.fi/projektit/oilwar.html
BuildRequires:	SDL_image-devel SDL_mixer-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
OilWar is a simple game where you shoot enemy soldiers and tanks with
your mouse. The evil army is attacking your land and tries to steal
your oil. Your mission: waste the invaders, protect the oil, protect
the mother land...

%prep
%setup -q
%patch0 -p0

%build
%configure	--bindir=%{_gamesbindir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std


install -d %{buildroot}%{_datadir}/applications
cat <<EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Name=%{name}
Comment=%{Summary}
Exec=%{_gamesbindir}/oilwar
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc ChangeLog README AUTHORS
%attr(2755,root,games) %{_gamesbindir}/*
%{_gamesdatadir}/oilwar
%attr(664,root,games) %{_localstatedir}/lib/games/*.scores
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.2.1-10
+ Revision: 8900a5f
- Automatic import for version 1.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3756 |14cr|oinkmaster-2.1-2.20080218.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A script that will help you update and manage your Snort rules
Name:		oinkmaster
Version:	2.1
Release:	2.20080218.3
License:	BSD
Group:		Networking/Other
URL:		http://oinkmaster.sourceforge.net/
Source0:	%{name}-%{version}-20080218.tar.gz
Source1:	oinkmaster-update
Source2:	oinkmaster.sysconfig
Patch0:		oinkmaster-man_page_fix.diff
Patch1:		oinkmaster-mdv_conf.diff
Requires:	openssh-clients
Requires:	snort
Requires:	snort-rules
Requires:	wget
Requires:	perl(IO::Zlib)
Requires:	perl(Archive::Tar)
Requires:	perl(LWP::UserAgent)
BuildArch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Oinkmaster is a script that will help you update and manage your Snort rules.
It is released under the BSD license and will work on most platforms that can
run Perl scripts, e.g. Linux, *BSD, Windows, Mac OS X, Solaris, etc. Oinkmaster
can be used to update and manage the VRT licensed rules, the community rules,
the bleeding-snort rules and other third party rules, including your own local
rules. 

%package	gui
Summary:	A graphical front-end to Oinkmaster
Group:		Networking/Other
Requires:	%{name} >= %{version}

%description	gui
A graphical front-end to Oinkmaster written in Perl/Tk. See README.gui for
complete documentation.

%prep

%setup -q
%patch0 -p0
%patch1 -p0

cp %{SOURCE1} oinkmaster-update
cp %{SOURCE2} oinkmaster.sysconfig

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;
		
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%build

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/cron.daily
install -d %{buildroot}%{_sysconfdir}/snort/backup
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_localstatedir}/lib/%{name}
install -d %{buildroot}%{_mandir}/man1

install -m0755 %{name}.pl %{buildroot}%{_sbindir}/%{name}
install -m0640 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf
install -m0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

install -m0755 oinkmaster-update %{buildroot}%{_sysconfdir}/cron.daily/oinkmaster-update
install -m0640 oinkmaster.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/oinkmaster

pushd contrib
    for i in *.pl; do
	new_name=`echo $i|sed -e 's/\.pl//'`
	install -m0755 $i %{buildroot}%{_sbindir}/%{name}-$new_name
    done
popd

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root)
%doc ChangeLog FAQ INSTALL LICENSE README README.templates template-examples.conf UPGRADING contrib/README*
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(0755,root,root) %{_sysconfdir}/cron.daily/oinkmaster-update
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/oinkmaster
%attr(0755,root,root) %dir %{_sysconfdir}/snort/backup
%{_sbindir}/%{name}
%{_sbindir}/%{name}-addmsg
%{_sbindir}/%{name}-addsid
%{_sbindir}/%{name}-create-sidmap
%{_sbindir}/%{name}-makesidex
%{_mandir}/man1/oinkmaster.1*
%attr(0755,root,root) %dir %{_localstatedir}/lib/%{name}

%files gui
%defattr(-,root,root)
%doc README.gui
%{_sbindir}/%{name}-oinkgui




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-2.20080218.3
+ Revision: 4977dc7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3757 |14cr|oki-0.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	oki
%define	version	0.1.6
%define release 4
%define summary Oki is a small platform game with monochrome graphics
%define group	Games/Arcade

Name:		%{name} 
Summary:	%{summary}
Version:	%{version} 
Release:	%{release} 
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-default-conf.patch.bz2
URL:		http://free.of.pl/s/szatkus/oki/
Group:		%{group}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPL
BuildRequires:	SDL_image-devel SDL_mixer-devel SDL-devel

%description
Oki is a small platform game with monochrome graphics.

%prep
%setup -q
%patch0 -p0
# We don't have a "clock" command but the configure script tries to use one
mv ./configure ./configure_orig
sed -e s,'clock','date',g ./configure_orig > ./configure
chmod +x ./configure

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
install -m755 %{name} -D $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}/%{name}
install -m755 %{name}_me $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}/
cp -a gfx/ $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}/
cp -a maps/ $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}/
cp -a snd/ $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}/
rm -f $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}/gfx/Makefile
rm -f $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}/snd/Makefile
mkdir $RPM_BUILD_ROOT%{_gamesbindir}/
echo "#!/bin/sh
cd %{_gamesdatadir}/%{name}
./oki \$*" > $RPM_BUILD_ROOT%{_gamesbindir}/%{name}
echo "#!/bin/sh
cd %{_gamesdatadir}/%{name}
./oki_me \$*" > $RPM_BUILD_ROOT%{_gamesbindir}/%{name}_me
chmod +x $RPM_BUILD_ROOT%{_gamesbindir}/*
mkdir -p $RPM_BUILD_ROOT%{_iconsdir}  $RPM_BUILD_ROOT%{_datadir}/applications
ln -s %{_gamesdatadir}/%{name}/gfx/oki40.png $RPM_BUILD_ROOT%{_iconsdir}/oki.png

cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=oki
Categories=Game;ArcadeGame;
Name=Oki
Comment=Oki
EOF

cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}_me.desktop
[Desktop Entry]
Type=Application
Exec=%{name}_me
Icon=oki
Categories=Game;ArcadeGame;
Name=Oki map editor
Comment=Oki map editor
EOF

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean 
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root)
%doc TODO README CHANGELOG
%{_gamesdatadir}/%{name}
%{_gamesbindir}/*
%{_iconsdir}/*
%{_datadir}/applications/mandriva-*.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.6-4
+ Revision: 55ac8d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3758 |14cr|oldjdom-1.0-0.b8.2.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta            b8
%define section         free
%define orig_name       jdom
%define gcj_support     1

Name:           oldjdom
Version:        1.0
Release:        %mkrel 0.%{beta}.2.8
Epoch:          0
Summary:        Java alternative to DOM and SAX
License:        Apache License-like
URL:            http://www.jdom.org/
Group:          Development/Java
#Vendor:         JPackage Project
#Distribution:   JPackage
Source0:        http://www.jdom.org/dist/source/jdom-b8.tar.bz2
Requires:       xalan-j2 >= 0:2.2.0
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  ant
BuildRequires:  xalan-j2 >= 0:2.2.0
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
Buildarch:      noarch
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
JDOM is, quite simply, a Java representation of an XML document. JDOM
provides a way to represent that document for easy and efficient
reading, manipulation, and writing. It has a straightforward API, is a
lightweight and fast, and is optimized for the Java programmer. It's an
alternative to DOM and SAX, although it integrates well with both DOM
and SAX.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package demo
Summary:        Demos for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description demo
Demonstrations and samples for %{name}.

%prep
%setup -q -n %{orig_name}-%{beta}
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;

%build
export CLASSPATH=$(build-classpath xalan-j2 xml-commons-apis)
perl -p -i -e 's|<property name="build.compiler".*||' build.xml
%ant package javadoc

%install
rm -rf $RPM_BUILD_ROOT

# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p build/%{orig_name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr build/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}

# demo
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
cp -pr samples $RPM_BUILD_ROOT%{_datadir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc CHANGES.txt COMMITTERS.txt LICENSE.txt README.txt TODO.txt
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0:1.0-0.b8.2.8
+ Revision: 6382f8f
- Automatic import for version 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3759 |14cr|olena-2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with apps
%bcond_without doc
%bcond_without scribo

Summary:	Olena is a platform dedicated to image processing
Name:		olena
Version:	2.0
Release:	6
Epoch:		2
License:	GPLv2+
Group:		Development/C++
Url:		http://www.lrde.epita.fr/cgi-bin/twiki/view/Olena/WebHome
# Get from https://svn.lrde.epita.fr/svn/oln/tags/olena-1.0 to have scribo
Source0:	%{name}-%{version}.tar.bz2
Patch0:		olena-1.0-subdirs.patch
Patch1:		olena-1.0-linkage.patch
Patch2:		olena-2.0-tesseract-3.01.patch
Patch3:		olena-2.0-gcc4.7.patch
Patch4:		olena-2.0-automake1.13.patch
BuildRequires:	doxygen
BuildRequires:	imagemagick
BuildRequires:	latex2html
BuildRequires:	texlive-latex
BuildRequires:	texlive-dvips
#BuildRequires:	vtk-devel
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libtiff-4)
%if %{with scribo}
BuildRequires:	pkgconfig(tesseract)
%endif
BuildRequires:	pkgconfig(xmu)

%description
Olena is a platform dedicated to image processing. At the
moment it is mainly composed of a C++ library: Milena. This library features
many tools to easily perform image processing tasks. Its main characteristic is
its genericity: it allows to write an algorithm once and run it over many kinds
of images (grey scale, color, 1D, 2D, 3D, ...).

#------------------------------------------------------------------------------

%if %{with doc}
%package doc
Summary:	Olena documentation
Group:		Books/Howtos

%description doc
This is the documentation for Olena.
Olena is a platform dedicated to image processing. At the
moment it is mainly composed of a C++ library: Milena. This library features
many tools to easily perform image processing tasks. Its main characteristic is
its genericity: it allows to write an algorithm once and run it over many kinds
of images (grey scale, color, 1D, 2D, 3D, ...).

%files doc
%{_docdir}/olena
%endif

#------------------------------------------------------------------------------

%package tools
Summary:	Olena tools
Group:		Development/C++

%description tools
Olena is a platform dedicated to image processing. At the
moment it is mainly composed of a C++ library: Milena. This library features
many tools to easily perform image processing tasks. Its main characteristic is
its genericity: it allows to write an algorithm once and run it over many kinds
of images (grey scale, color, 1D, 2D, 3D, ...).

%files tools
%{_bindir}/*
%{_datadir}/olena
%if %{with scribo}
%{_libdir}/scribo/*
%endif

#------------------------------------------------------------------------------

%define gluit_major 0
%define libgluit %mklibname gluit %{gluit_major}

%package -n %{libgluit}
Summary:	Gluit C++ main Olena library
Group:		Development/C++

%description -n %{libgluit}
Gluit C++ main Olena library.

%files -n %{libgluit}
%{_libdir}/libgluit.so.%{gluit_major}*

#------------------------------------------------------------------------------

%define tri_major 0
%define libtrimesh %mklibname trimesh %{tri_major}

%package -n %{libtrimesh}
Summary:	trimesh C++ main Olena library
Group:		Development/C++

%description -n %{libtrimesh}
trimesh C++ main Olena library.

%files -n %{libtrimesh}
%{_libdir}/libtrimesh.so.%{tri_major}*

#------------------------------------------------------------------------------

%package devel
Summary:	Olena devel files
Group:		Development/C++
Requires:	%{libtrimesh} = %{EVRD}
Requires:	%{libgluit} = %{EVRD}
Requires:	olena-tools

%description devel
Olena devel files
Olena is a platform dedicated to image processing. At the
moment it is mainly composed of a C++ library: Milena. This library features
many tools to easily perform image processing tasks. Its main characteristic is
its genericity: it allows to write an algorithm once and run it over many kinds
of images (grey scale, color, 1D, 2D, 3D, ...).

%files devel
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/*.a

#------------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p0
%patch2
%patch3 -p1
%patch4 -p1
%if ! %{with doc}
%patch0 -p0 -b .orig
%endif

%build
%global optflags %{optflags} -fpermissive
autoreconf -fi
pushd external/trimesh
autoreconf -fi
popd
%configure2_5x \
%if %{with scribo}
	--enable-scribo \
%endif
	--enable-trimesh \
%if %{with apps}
	--enable-apps \
%endif
	--enable-tools

pushd external/trimesh
%configure2_5x
popd

%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:2.0-6
+ Revision: 888b346
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3760 |14cr|omegat-3.0.8-04_Beta
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		pkgname	OmegaT

Name:		omegat
Version:	3.0.8
Release:	04_Beta
Summary:	OmegaT - Java based Computer Assisted Translation (CAT) tool
License:	GPLv3
Group:		Education
URL:		http://www.omegat.org/
Source0:	%{pkgname}_%{version}_%{release}_Source.zip
Patch:		build.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-build
BuildRequires:	java >= 1.5
BuildRequires:	ant
Requires:	java >= 1.5

%description
OmegaT - Java based Computer Assisted Translation (CAT) tool

%prep
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
unzip -qq -x %{SOURCE0} -d $RPM_BUILD_DIR/%{name}-%{version}
cd $RPM_BUILD_DIR/%{name}-%{version}
%patch

%build
cd $RPM_BUILD_DIR/%{name}-%{version}
ant release

%install
#rm -rf $RPM_BUILD_ROOT
mkdir -p -m 0755 %{buildroot}%{_bindir} \
    		 %{buildroot}%{_datadir}/%{name}/lib \
    		 %{buildroot}%{_datadir}/%{name}/docs \
    		 %{buildroot}%{_datadir}/%{name}/plugins \
	         %{buildroot}%{_datadir}/applications \
	         %{buildroot}%{_docdir}/%{name} \
	         %{buildroot}%{_datadir}/icons

install -Dm0644 $RPM_BUILD_DIR/%{name}-%{version}/dist/lib/* %{buildroot}%{_datadir}/%{name}/lib
install -Dm0655 $RPM_BUILD_DIR/%{name}-%{version}/dist/%{pkgname} %{buildroot}%{_bindir}/%{name}
install -Dm0644 $RPM_BUILD_DIR/%{name}-%{version}/dist/readme*.txt %{buildroot}%{_docdir}/%{name}
install -Dm0644 $RPM_BUILD_DIR/%{name}-%{version}/dist/*license.txt %{buildroot}%{_docdir}/%{name}
install -Dm0644 $RPM_BUILD_DIR/%{name}-%{version}/dist/*.jar %{buildroot}%{_datadir}/%{name}
install -Dm0644 $RPM_BUILD_DIR/%{name}-%{version}/dist/changes.txt %{buildroot}%{_docdir}/%{name}
cp -r $RPM_BUILD_DIR/%{name}-%{version}/dist/docs %{buildroot}%{_datadir}/%{name}
cp -r $RPM_BUILD_DIR/%{name}-%{version}/dist/plugins %{buildroot}%{_datadir}/%{name}
install -Dm0644 $RPM_BUILD_DIR/%{name}-%{version}/dist/images/* %{buildroot}/%{_datadir}/icons

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=OmegaT
Name[ru]=OmegaT
GenericName=OmegaT
GenericName[ru]=OmegaT
Comment=Java based Computer Assisted Translation (CAT) tool
Comment[ru]=OmegaT - программа автоматизированного перевода (CAT)
Exec=/usr/bin/%{name}
Path=/usr/share/omegat
Icon=%{_datadir}/icons/%{pkgname}.png
Terminal=false
Type=Application
StartupNotify=true
MimeType=foo/foo;
Categories=Application;Educations;Translate;
EOF

# script start program
cat > %{buildroot}%{_bindir}/%{name} <<EOF
#!/bin/bash
# readlink follows any symbolic links to get the real file
#REALOMEGATPATH=`dirname "$(readlink -nf $0)"`
#REALOMEGATPATH="/usr/share/omegat"
exec java -Xmx512m -jar "/usr/share/omegat/OmegaT.jar" $*
EOF


%files
%defattr(-,root,root)
#doc readme*.txt changes.txt *license.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_docdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/%{pkgname}*

%clean



%changelog
* Sun Mar 16 2014 dsilakov <denis.silakov@rosalab.ru> 3.0.8-04_Beta
+ Revision: e8114c6
- Merge pull request #3 from djam/omegat:master
- Update to 3.0.8 04_beta



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3761 |14cr|omninotify-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Multi-threaded implementation of the CORBA Notification Service
Name:		omninotify
Version:	2.1
Release:	4
License:	GPLv2+
Group:		System/Servers
Url:		http://omninotify.sourceforge.net
Source0:	omniNotify-2.1.tar.gz
BuildRequires:	omniorb
BuildRequires:	pkgconfig(omniORB4)
BuildRequires:	python-omniidl
BuildRequires:	python-omniorb
Patch0:		long-long.patch
Patch1:		backward-iostream.patch
Patch2:		destdir.patch

%description
omniNotify is a multi-threaded implementation of the CORBA Notification
Service (CosNotification), a feature-enriched version of the CORBA Event
Service (CosEvents).omniNotify offers asynchronous, decoupled,
event-based communication between distributed and heterogeneous applications. 

omniNotify was developed by a group of researchers at AT&T Labs in
Florham Park, New Jersey.   Our  main design goal for omniNotify was
scalability: we wanted a service that scales well w.r.t. both number
of connected consumers and number (and complexity) of filters registered
by consumers.  To achieve this goal, the implementation exploits parallelism
during filter evaluation and dispatching of events to consumers. 

omniNotify is built on top of OmniORB, a free high performance C++ CORBA ORB
was developed by researchers at the lab which was originally the Olivetti
research lab (ORL), then the Olivetti/Oracle lab, and finally AT&T
Labs Cambridge.  It is now maintained by Duncan Grisby. omniNotify's good
performance is due in part to the excellent performance of OmniORB.

%files
%defattr(-,root,root)
%{_bindir}/notifd

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	%{name} shared libraries
Group:		System/Libraries

%description	-n %{libname}
This package provides %{name} shared libraries.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	%{name} shared libraries
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides %{name} development files.

%files -n %{devname}
%dir %{_includedir}/COS
%{_includedir}/COS/*
%dir %{_includedir}/omniNotify
%{_includedir}/omniNotify/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n omniNotify

%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%configure2_5x \
	--disable-static \
	--enable-shared
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-4
+ Revision: 62b50f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3762 |14cr|omniorb-4.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 4
%define major 1
%define thread_major 3
%define libcos4 %mklibname COS %{api} %{major}
%define libcosdynamic4 %mklibname COSDynamic %{api} %{major}
%define libcodesets4 %mklibname omniCodeSets %{api} %{major}
%define libconmgmt4 %mklibname omniConnectionMgmt %{api} %{major}
%define libdynamic4 %mklibname omniDynamic %{api} %{major}
%define liborb4 %mklibname omniORB %{api} %{major}
%define libssl4 %mklibname omnisslTP %{api} %{major}
%define libomnithread %mklibname omnithread %{thread_major}
%define devname %mklibname %{name} -d

Summary:	A robust high performance CORBA ORB for C++ and Python
Name:		omniorb
Version:	4.1.5
Release:	4
License:	GPLv2+
Group:		System/Libraries
Url:		http://omniorb.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/sourceforge/omniorb/omniORB-%{version}.tar.bz2
Source1:	omniORB.cfg
Source2:	omninames
Patch0:		omniORB-4.1.4-format.patch
Patch2:		omniORB-4.1.4-link.patch
BuildRequires:	tcl
BuildRequires:	tk
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
Requires(preun,post):	rpm-helper
Provides:	corba

%description
omniORB is a robust high performance CORBA ORB for C++ and Python.
It is freely available under the terms of the GNU Lesser General Public License
(for the libraries), and GNU General Public License (for the tools). omniORB
is largely CORBA 2.6 compliant.

omniORB is one of only three ORBs to have been awarded the Open Group's Open
Brand for CORBA. This means that omniORB has been tested and certified CORBA
compliant, to version 2.1 of the CORBA specification. You can find out more
about the branding program at the Open Group.

%files
%doc CREDITS ReleaseNotes.txt
%{_bindir}/*
%exclude %{_bindir}/omniidl*
%config(noreplace) %{_sysconfdir}/*.cfg
%{_sysconfdir}/init.d/*
%attr(644,root,man) %{_mandir}/man1/*
%dir %attr(754,root,root) /var/log/omninames

%post
%_post_service omninames

%preun
%_preun_service omninames

#----------------------------------------------------------------------------

%package -n %{libcos4}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{libcos4}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{libcos4}
%{_libdir}/libCOS%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcosdynamic4}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{libcosdynamic4}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{libcosdynamic4}
%{_libdir}/libCOSDynamic%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcodesets4}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{libcodesets4}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{libcodesets4}
%{_libdir}/libomniCodeSets%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libconmgmt4}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{libconmgmt4}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{libconmgmt4}
%{_libdir}/libomniConnectionMgmt%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libdynamic4}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{libdynamic4}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{libdynamic4}
%{_libdir}/libomniDynamic%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{liborb4}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2
Obsoletes:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{liborb4}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{liborb4}
%{_libdir}/libomniORB%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libssl4}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{libssl4}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{libssl4}
%{_libdir}/libomnisslTP%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libomnithread}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{libomnithread}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{libomnithread}
%{_libdir}/libomnithread.so.%{thread_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries needed for %{name} development
Group:		Development/C++
Requires:	%{libcos4} = %{EVRD}
Requires:	%{libcosdynamic4} = %{EVRD}
Requires:	%{libcodesets4} = %{EVRD}
Requires:	%{libconmgmt4} = %{EVRD}
Requires:	%{libdynamic4} = %{EVRD}
Requires:	%{liborb4} = %{EVRD}
Requires:	%{libssl4} = %{EVRD}
Requires:	%{libomnithread} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package includes the header files and libraries needed for
developing programs using %{name}.

%files -n %{devname}
%doc README*
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/COS/*.h
%{_includedir}/COS/*.hh
%{_includedir}/omniORB4/*.h
%{_includedir}/omniORB4/*.hh
%{_includedir}/omniORB4/internal/*.h
%{_includedir}/omniconfig.h
%{_includedir}/omnithread.h
%{_includedir}/omnithread/*
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%package -n %{name}-doc
Summary:	Documentation for omniORB
Group:		Development/C++

%description -n %{name}-doc
This package includes developers doc including examples.

%files -n %{name}-doc
%doc doc/*

#----------------------------------------------------------------------------

%package -n python-omniidl
Group:		Development/Python
Summary:	OmniOrb IDL compiler

%description -n python-omniidl
OmniOrb IDL compiler.

%files -n python-omniidl
%defattr(-,root,root,755)
%{_bindir}/omniidl*
%{_datadir}/idl/omniORB/*.idl
%{_datadir}/idl/omniORB/COS/*.idl
%dir %{py_puresitedir}/omniidl
%{py_puresitedir}/omniidl/*
%dir %{py_puresitedir}/omniidl_be
%{py_puresitedir}/omniidl_be/*.py*
%dir %{py_puresitedir}/omniidl_be/cxx
%{py_puresitedir}/omniidl_be/cxx/*.py
%{py_puresitedir}/omniidl_be/cxx/*.pyc
%{py_puresitedir}/omniidl_be/cxx/header
%{py_puresitedir}/omniidl_be/cxx/skel
%{py_puresitedir}/omniidl_be/cxx/dynskel
%{py_puresitedir}/omniidl_be/cxx/impl
%{py_platsitedir}/_omniidlmodule.so
%{_libdir}/python%{py_ver}/site-packages/_omniidlmodule.so.*

#----------------------------------------------------------------------------

%prep
%setup -q -n omniORB-%{version}
%patch0 -p1
%patch2 -p0

%build
%configure2_5x --with-openssl=%{_prefix}
%make

%install
%makeinstall_std

install -m 755 -d %{buildroot}%{_mandir}/{man1,man5}
install -m 755 -d %{buildroot}%{_sysconfdir}/init.d
install -m 755 -d %{buildroot}/var/omninames/

install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}
install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/init.d/omninames

install -m 644 man/man1/* %{buildroot}%{_mandir}/man1/

mkdir -p  %{buildroot}/var/log/omninames
chmod 755 %{buildroot}%{_includedir}/{omnithread,COS,omniORB4,omniORB4/internal}

mkdir -p %{buildroot}%{py_platsitedir}/%{name}
pushd %{buildroot}%{py_platsitedir}/%{name}
python -O -c "import compileall; compileall.compile_dir('.')"
python -c "import compileall; compileall.compile_dir('.')"


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.5-4
+ Revision: acfb4d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3763 |14cr|omnitty-0.2.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary: Omnitty ssh multiplexer
Name:    omnitty
Version: 0.2.8
Release: 8
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group:   System/Kernel and hardware
Url:     http://omnitty.sourceforge.net/
BuildRequires: librote-devel

%description
Omnitty is a curses-based program that allows one to log into 
several machines simultaneously and interact with them, selectively 
directing input to individual machines or groups of selected machines.

%prep
%setup -q

%build
export LDFLAGS="-lncurses"
%configure
%make

%install
%makeinstall

%clean

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.8-8
+ Revision: 98b3d46
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3764 |14cr|onboard-0.94.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           onboard
Version:        0.94.0
Release:        3
Summary:        Simple on-screen Keyboard

Group:          System/X11
License:        GPLv2+
URL:            https://launchpad.net/onboard/
Source0:        http://launchpad.net/%{name}/0.94/%{version}/+download/%{name}-%{version}.tar.gz
# This is required to not initialize objects of the required libraries. Otherwise
# the setup needs a running X session
Patch0:         onboard-norequires.patch
# To build the .desktop files. This can be upstreamed:
Patch1:         onboard-setup.patch
BuildArch:      noarch

BuildRequires:  python-devel
BuildRequires:  gnome-python-gconf
BuildRequires:  pygtk2.0-devel
BuildRequires:  python-distutils-extra
BuildRequires:  intltool
BuildRequires:  python-setuptools
BuildRequires:  desktop-file-utils
BuildRequires:  gettext
BuildRequires:  libxi-devel

Requires:       hicolor-icon-theme
Requires:       python-cairo
Requires:       python-virtkey

BuildRequires:  GConf2
Requires(pre):  GConf2
Requires(post): GConf2
Requires(preun): GConf2


%description
An on-screen keyboard useful on tablet PCs or for mobility impaired users.


%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install --root=%{buildroot}
#fix wrong permissons
chmod a+x %{buildroot}%{_datadir}/onboard/layoutstrings.py
for file in %{buildroot}%{python_sitelib}/Onboard/{settings,IconPalette,KeyboardSVG,utils}.py; do
   chmod a+x $file
done


mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install                                    \
    --remove-category="X-GNOME-PersonalSettings"        \
    --add-category="Utility;"                           \
    --dir=%{buildroot}%{_datadir}/applications          \
    %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install                                    \
    --remove-category="X-GNOME-PersonalSettings"        \
    --add-category="Utility;"                           \
    --dir=%{buildroot}%{_datadir}/applications          \
    %{buildroot}%{_datadir}/applications/%{name}-settings.desktop

mkdir -p %{buildroot}%{_datadir}/locale
cp -a build/mo/* %{buildroot}%{_datadir}/locale
%find_lang %{name}

# Move schemas to the correct location
mkdir %{buildroot}/%{_sysconfdir}
mv %{buildroot}/%{_datadir}/gconf/ %{buildroot}/%{_sysconfdir}/


%clean
rm -rf %{buildroot}

%pre
if [ "$1" -gt 1 ] ; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule \
%{_sysconfdir}/gconf/schemas/%name.schemas >/dev/null || :
fi

%post
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
%{_sysconfdir}/gconf/schemas/%name.schemas > /dev/null || :
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
update-desktop-database &> /dev/null || :

%preun
if [ "$1" -eq 0 ] ; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule \
%{_sysconfdir}/gconf/schemas/%name.schemas > /dev/null || :
fi

%postun
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
update-desktop-database &> /dev/null || :

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README docs/
%{_bindir}/%{name}
%{_bindir}/%{name}-settings
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-settings.desktop
%{_sysconfdir}/gconf/schemas/onboard.schemas
%{_datadir}/icons/hicolor/scalable/apps/onboard.svg
%{_datadir}/icons/hicolor/scalable/apps/onboard2.svg
%{python_sitelib}/Onboard/
%{python_sitelib}/%{name}*.egg-info





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.94.0-3
+ Revision: 5becd79
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3765 |14cr|onioncat-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#%%define runuser onioncatuser
# TODO add a initscript

Name:		onioncat
Version:	0.2.1
Release:	2
Summary:	Anonymizing VPN over Tor
URL:		http://www.cypherpunk.at/onioncat/
Group:		Networking/Other
License:	GPLv3
Source0:	http://www.cypherpunk.at/ocat/download/Source/0.2.1/%{name}-%{version}.tar.gz

%description
OnionCat creates a transparent IP layer on top of Tor's hidden services.
It transmits any kind of IP-based data transparently through the Tor network 
on a location hidden basis. You can think of it as a point-to-multipoint VPN 
between hidden services.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall
rm -Rf %{buildroot}/usr/include/
rm -Rf %{buildroot}/usr/share/doc/*

%clean

#%pre
#%_pre_useradd %{runuser} / /bin/false
#
#%postun
#%_postun_userdel %{runuser}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog 
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: 1527516
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3766 |14cr|ooh323c-0.8.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname ooh323c %{major}

Summary:	Objective Systems Open H.323 library
Name:		ooh323c
Version:	0.8.2
Release:	6
Group:		System/Libraries
License:	GPL
URL:		http://www.obj-sys.com/open/
Source0:	http://switch.dl.sourceforge.net/sourceforge/ooh323c/%{name}-%{version}.tar.bz2
BuildRequires:	autoconf2.5
BuildRequires:	libtool

%description
Objective Systems Open H.323 for C is a simple H.323 protocol stack. It
contains signaling logic to allow H.323 channels to be created and terminated.
The code is developed in C to allow easy portability to different platform
types (including embedded).

%package -n	%{libname}
Summary:	Objective Systems Open H.323 library
Group:          System/Libraries

%description -n	%{libname}
Objective Systems Open H.323 for C is a simple H.323 protocol stack. It
contains signaling logic to allow H.323 channels to be created and terminated.
The code is developed in C to allow easy portability to different platform
types (including embedded).

%package -n	%{libname}-devel
Summary:	Static library and header files for the ooh323c library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Requires:	%{libname} = %{version}

%description -n	%{libname}-devel
Objective Systems Open H.323 for C is a simple H.323 protocol stack. It
contains signaling logic to allow H.323 channels to be created and terminated.
The code is developed in C to allow easy portability to different platform
types (including embedded).

This package contains the static ooh323c library and its header files.

%prep
%setup -q

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%build
%configure2_5x

%make

%install
%makeinstall_std

%files -n %{libname}
%doc COPYING ChangeLog README
%{_libdir}/*.so.*

%files -n %{libname}-devel
%doc doc/*
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-6
+ Revision: a475475
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3767 |14cr|oolite-1.77.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A user-modifiable three-dimensional space trading and combat game
Name:		oolite
Version:	1.77.1
Release:	4
Group:		Games/Other
License:	GPLv2+
Url:		http://www.oolite.org
Source0:	%{name}-source-%{version}.tar.bz2
Source1:	http://jens.ayton.se/oolite/deps/firefox-4.0.source.js-only.tbz
Source2:	%{name}.desktop
Patch0:		oolite-1.77.1.patch
Patch1:         oolite-1.77.1-png.patch
BuildRequires:	gcc-c++
BuildRequires:	gcc-objc
BuildRequires:	gnustep-base-devel
BuildRequires:	gnustep-make
BuildRequires:	ffcall-devel
BuildRequires:	giflib-devel
BuildRequires:	gmp-devel
BuildRequires:	libespeak-devel
BuildRequires:	objc-devel
BuildRequires:	stdc++-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(mozjs185)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(x11)
BuildRequires:	zip
Requires:	gnustep-base

%description
Oolite is a space sim game, inspired by Elite, powered by Objective-C and
OpenGL, and designed as a small game that is easy for users to pick up, modify
and expand upon. Almost every aspect of the game can be changed by using
simple, free graphics packages and text editors.

%prep
%setup -q -n %{name}-source-%{version}
%apply_patches

mkdir -p deps/Cross-platform-deps/mozilla
tar -C deps/Cross-platform-deps/mozilla -xjf %{SOURCE1} --strip-components 1

%build
. /usr/share/GNUstep/Makefiles/GNUstep.sh
%make -f libjs.make
%make

%install
install -d %{buildroot}%{_libexecdir}/GNUstep/System/Applications/%{name}.app/Contents
install -d %{buildroot}%{_libexecdir}/GNUstep/System/Applications/%{name}.app/Resources
install -m 755 %{name}.app/%{name}* %{buildroot}%{_libexecdir}/GNUstep/System/Applications/%{name}.app
install -m 644 %{name}.app/Resources/Info-gnustep.plist %{buildroot}%{_libexecdir}/GNUstep/System/Applications/%{name}.app/Resources
cp -pr Resources/* %{buildroot}%{_libexecdir}/GNUstep/System/Applications/%{name}.app/Resources
mkdir -p %{buildroot}%{_datadir}/applications
cp %{SOURCE2} %{buildroot}%{_datadir}/applications

%files
%doc README.txt
%doc Doc/*
%{_libexecdir}/GNUstep/System/Applications/%{name}.app/
%{_datadir}/applications/%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.77.1-4
+ Revision: 0ee1cd4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3768 |14cr|oorexx-4.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 4
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:		oorexx
Version:	4.1.0
Release:	2
Summary:	Open Object Rexx

Group:		Development/Other
License:	CPL
URL:		http://www.oorexx.org
Source0:	http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-source.tar.gz
Source1:	http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-pdf.zip
Patch0:		oorexx-4.1.0-paths.patch
Patch1:		oorexx-4.1.0-sfmt.patch
BuildRequires:	byacc
Provides:	rexx

%description
Open Object Rexx is an object-oriented scripting language. The
language is designed for "non-programmer" type users, so it is easy to
learn and easy to use, and provides an excellent vehicle to enter the
world of object-oriented programming without much effort.

It extends the procedural way of programming with object-oriented
features that allow you to gradually change your programming style as
you learn more about objects.

%package docs
Summary:	Documentation for ooRexx
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description docs
Open Object Rexx is an object-oriented scripting language. The
language is designed for "non-programmer" type users, so it is easy to
learn and easy to use, and provides an excellent vehicle to enter the
world of object-oriented programming without much effort.

It extends the procedural way of programming with object-oriented
features that allow you to gradually change your programming style as
you learn more about objects.

This package contains most of the documentation for ooRexx. It is
separate from the main package due to its large size.

%package -n %{libname}
Group:		System/Libraries
Summary:	Shared libraries for oorexx

%description -n %{libname}
Open Object Rexx is an object-oriented scripting language. The
language is designed for "non-programmer" type users, so it is easy to
learn and easy to use, and provides an excellent vehicle to enter the
world of object-oriented programming without much effort.

It extends the procedural way of programming with object-oriented
features that allow you to gradually change your programming style as
you learn more about objects.

%package -n %{develname}
Group:		Development/C
Summary:	Development libraries for oorexx
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	rexx-devel = %{version}-%{release}

%description -n %{develname}
Open Object Rexx is an object-oriented scripting language. The
language is designed for "non-programmer" type users, so it is easy to
learn and easy to use, and provides an excellent vehicle to enter the
world of object-oriented programming without much effort.

It extends the procedural way of programming with object-oriented
features that allow you to gradually change your programming style as
you learn more about objects.

%prep
%setup -q -c -n ooRexx-%{version}
%setup -q -D -T -a 1 -n ooRexx-%{version}
%patch0 -p1 -b .paths
%patch1 -p1

%build
%configure2_5x --disable-static
%make LIBS="-lpthread -ldl"

%install
%makeinstall_std

rm -fr samples/**/.deps
rm -f %{buildroot}%{_datadir}/ooRexx/rexx.csh
rm -f %{buildroot}%{_datadir}/ooRexx/rexx.sh
chmod 0644 %{buildroot}%{_datadir}/ooRexx/*

# remove cruft
rm -f %{buildroot}%{_datadir}/ooRexx/{*.rex,readme}
find . -name .deps | xargs rm -fr
rm -fr samples/windows

%files
%doc CPLv1.0.txt ReleaseNotes
%{_bindir}/rexx
%{_bindir}/rexxc
%{_bindir}/rexximage
%{_bindir}/rxapi
%{_bindir}/rxapid
%{_bindir}/rxqueue
%{_bindir}/rxsubcom
%{_datadir}/ooRexx
%{_mandir}/man*/*

%files docs
%doc readme.pdf rexxpg.pdf rexxref.pdf rxftp.pdf rxmath.pdf rxsock.pdf

%files -n %{develname}
%{_bindir}/oorexx-config
%{_libdir}/lib*.so
%{_includedir}/*.h

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.0-2
+ Revision: c234690
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3769 |14cr|openalchemist-0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		openalchemist
Version:	0.3
Release:	5
Summary:	Free clone of naturalchimie (puzzle game)
License:	GPLv2+
Group:		Games/Puzzles
URL:		http://openalchemist.sourceforge.net/index.html
Source:		http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz 
BuildRequires:	clanlib0.8-devel
BuildRequires:	zip

%description
OpenAlchemist is a new game project developed with C++ language and 
Clanlib framework. 
Our goal is to reimplement the game www.naturalchimie.com with free 
softwares and with free licenses (GNU GPL for code and Creative 
Commons for graphics).

%prep
%setup -q -n %{name}-%{version}-src

%build
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make 

%install
%makeinstall_std

#Menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=OpenAlchemist
Comment=Free Clone of Naturalchimie
Exec=%{_gamesbindir}/%{name}
Icon=strategy_section
Terminal=false
Type=Application
Categories=Game;LogicGame;BlocksGame;
EOF

%files 
%defattr(-,root,root,0755)
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-config
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-5
+ Revision: 0c0529b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3770 |14cr|openarena-0.8.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define data_version	0.8.1
%define oversion	%(echo %{version} | sed -e 's/\\.//g')

Summary:	An open-source content package for Quake III Arena
Name:		openarena
Version:	0.8.8
Release:	3
Source0:	http://openarena.ws/svn/source/%{oversion}/%{name}-engine-source-%{version}.tar.bz2
Source1:	http://cheapy.deathmask.net/logo.gif
Patch0:		openarena-0.8.8-stack.patch
License:	GPLv2+
Group:		Games/Arcade
URL:		http://openarena.ws/
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libcurl)
Requires:	%{name}-data >= %{data_version}

%description
OpenArena is an open-source content package for Quake III Arena
licensed under the GPL, effectively creating a free stand-alone
game. You do not need Quake III Arena to play this game.

%prep
%setup -q -n %{name}-engine-source-%{version}
%patch0 -p1

%build
%setup_compile_flags

%make	USE_CURL=1 \
	USE_CURL_DLOPEN=0 \
	USE_OPENAL=1 \
	USE_OPENAL_DLOPEN=0 \
	USE_CODEC_VORBIS=1 \
	V=1 \
	DEFAULT_BASEDIR=%{_gamesdatadir}/%{name} \
	FULLBINEXT=''

%install
%make copyfiles COPYDIR=%{buildroot}%{_gamesbindir} NO_STRIP=1 FULLBINEXT=''

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64,128x128}/apps
convert -scale 128x128 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
convert -scale 64x64 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
convert -scale 48x48 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32x32 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16x16 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=OpenArena
Comment=Quake 3: Arena-like FPS game
Exec=soundwrapper %{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%files
%doc ChangeLog README NOTTODO TODO BUGS
%doc id-readme.txt voip-readme.txt md4-readme.txt
%{_gamesbindir}/%{name}
%{_gamesbindir}/oa_ded
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.8-3
+ Revision: a33dfaa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3771 |14cr|openarena-data-0.8.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gamename openarena
%define bversion 081
%define baseversion 0.8.1

Name:		%{gamename}-data
Summary:	An open-source content package for Quake III Arena
Version:	0.8.8
Release:	2
Source0:	http://openarena.ws/rel/%{bversion}/oa%{bversion}.zip
Source1:	oa085-patch.zip
Source2:	oa088-patch.zip
License:	Creative Commons
Group:		Games/Arcade
Url:		http://openarena.ws/
BuildArch:	noarch
Conflicts:	openarena <= 0.7.0-2%{distsuffix}%{mandriva_release}

%description
OpenArena is an open-source content package for Quake III Arena
licensed under the GPL, effectively creating a free stand-alone
game. You do not need Quake III Arena to play this game.

This package contains data files for OpenArena.

%prep
%setup -q -n %{gamename}-%{baseversion}
chmod 644 CHANGES CREDITS README
yes | unzip -qq -d .. %{SOURCE1}
yes | unzip -qq -d .. %{SOURCE2}

%build

%install
%__rm -rf %{buildroot}
%__install -d %{buildroot}%{_gamesdatadir}/%{gamename}/baseoa
%__install -m644 baseoa/* %{buildroot}%{_gamesdatadir}/%{gamename}/baseoa

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES CREDITS README
%{_gamesdatadir}/%{gamename}/baseoa



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.8-2
+ Revision: da912c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3772 |14cr|openav-sorcer-lv2-0-0.20130702.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname openAV-Sorcer
%define snapshot 20130702

Summary:	A wavetable LV2 plugin synth, targeted at the electronic / dubstep genre
Name:		openav-sorcer-lv2
Version:	0
Release:	0.%{snapshot}.1
License:	GPLv3+
Group:		Sound
Url:		https://github.com/harryhaaren/openAV-Sorcer
# from git
Source0:	%{oname}-%{snapshot}.tar.bz2
Patch0:		openAV-Sorcer-build.patch
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(lv2)
Requires:	lv2

%description
A wavetable LV2 plugin synth, targeted at the electronic / dubstep genre.

%prep
%setup -q -n %{oname}-%{snapshot}
%patch0 -p1

%build
%setup_compile_flags
./compileInstall.sh

%install
install -d %{buildroot}%{_libdir}/lv2/sorcer.lv2
install -t %{buildroot}%{_libdir}/lv2/sorcer.lv2 ./sorcer.lv2/*

%files
%{_libdir}/lv2/sorcer.lv2

%changelog
* Tue Jul 02 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0-0.20130702.1
+ Revision: b00cea5
- LOG Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3773 |14cr|openca-ocspd-1.5.1-0.rc1.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ssldir %{_sysconfdir}/pki/ocspd

Summary:	OpenCA OCSP Daemon
Name:		openca-ocspd
Version:	1.5.1
Release:	0.rc1.9
License:	BSD-like
Group:		System/Servers
URL:		https://www.openca.org/projects/ocspd/
Source0:	%{name}-%{version}-rc1.tar.gz
Source1:	ocspd.service
Source2:	examples.tar.bz2
Source3:	ocspd-mkcert.sh
Source4:	ocspd.cnf
Patch0:		OpenCA-OCSPD-1.1.0a-mdv_config.diff
Patch1:		openca-ocspd-autoconf_fixes.diff
Patch2:		openca-ocspd-1.5.1-rc1-format_not_a_string_literal_and_no_format_arguments.diff
Patch3:		openca-ocspd-1.5.1-openssl.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	openssl-devel >= 0.9.7
BuildRequires:  openldap-devel
BuildRequires:  libsasl-devel
BuildRequires:	automake
BuildRequires:	autoconf2.5
BuildRequires: systemd
Requires(pre): systemd
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd

%description
The openca-ocspd is an RFC2560 compliant OCSPD responder. It can be used to
verify the status of a certificate using OCSP clients (such as
Mozilla/Netscape7).

This product includes OpenCA software written by Massimiliano Pala
(madwolf@openca.org) and the OpenCA Group (www.openca.org)

%prep
%setup -q -n %{name}-%{version}-rc1 -a2

# fix strange perms
find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p1

cp %{SOURCE3} ocspd-mkcert.sh
cp %{SOURCE4} ocspd.cnf

%build
%serverbuild

export CFLAGS="$CFLAGS -DLDAP_DEPRECATED"

export WANT_AUTOCONF_2_5=1
autoreconf -fi
%configure2_5x \
    --enable-openldap \
    --enable-openssl-engine \
    --disable-semaphores \
    --enable-flock \
    --with-openssl-prefix=%{_prefix} \
    --with-openldap-prefix=%{_prefix} \
    --with-ocspd-user=ocspd \
    --with-ocspd-group=ocspd \
    --with-openca-prefix=%{_datadir}/openca

# lib64 fix
find -type f -name "Makefile" | xargs perl -pi -e "s|%{_prefix}/lib|%{_libdir}|g"

%make

%install
# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{ssldir}/{certs,crls,private}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_localstatedir}/lib/ocspd

make \
    DEST_BINDIR="%{buildroot}%{_bindir}" \
    DEST_DATADIR="%{buildroot}%{_datadir}/openca" \
    DEST_LIBDIR="%{buildroot}%{_libdir}" \
    DEST_MANDIR="%{buildroot}%{_mandir}" \
    DEST_SBINDIR="%{buildroot}%{_sbindir}" \
    DESTDIR="%{buildroot}" \
    install

# fix pid dir
install -d %{buildroot}/var/run/ocspd

# install a nicer sysv script
rm -rf %{buildroot}%{_sysconfdir}/init.d
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/ocspd.service

cat > ocspd.sysconfig << EOF
# put options here
#OCSPD_OPTIONS=""
EOF

install -m0644 ocspd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/ocspd

# install some example certs
install -m0600 examples/certs/cacert.pem %{buildroot}%{ssldir}/certs/
install -m0600 examples/certs/key.pem %{buildroot}%{ssldir}/certs/
install -m0600 examples/certs/ocspcert.pem %{buildroot}%{ssldir}/certs/
install -m0600 examples/certs/ocsp_key.pem %{buildroot}%{ssldir}/certs/
install -m0600 examples/certs/ocsp.pem %{buildroot}%{ssldir}/certs/

# fix ssl stuff
touch %{buildroot}%{ssldir}/certs/ocspd_cert.pem
touch %{buildroot}%{ssldir}/private/ocspd_key.pem
touch %{buildroot}%{ssldir}/index.txt
chmod 600 %{buildroot}%{ssldir}/certs/ocspd_cert.pem
chmod 600 %{buildroot}%{ssldir}/private/ocspd_key.pem
chmod 600 %{buildroot}%{ssldir}/index.txt
echo "01" > %{buildroot}%{ssldir}/serial

install -m0644 ocspd.cnf %{buildroot}%{ssldir}/ocspd.cnf
install -m0755 ocspd-mkcert.sh %{buildroot}%{ssldir}/mkcert.sh

# fix %%{ssldir}
find %{buildroot}%{_sysconfdir} -type f | xargs perl -pi -e "s|/etc/ssl/ocspd|%{ssldir}|g"

%pre
%systemd_pre ocspd.service

%post
%systemd_post ocspd.service
# create a dummy ssl cert
if [ ! -f %{ssldir}/certs/ocspd_key.pem ]; then
    %{ssldir}/mkcert.sh \
    OPENSSL=%{_bindir}/openssl \
    SSLDIR=%{ssldir} \
    OPENSSLCONFIG=%{ssldir}/ocspd.cnf \
    CERTFILE=%{ssldir}/certs/ocspd_cert.pem \
    KEYFILE=%{ssldir}/private/ocspd_key.pem &> /dev/null
fi

%preun
%systemd_preun ocspd.service

%postun
%systemd_postun_with_restart ocspd.service

%clean

%files
%doc AUTHORS COPYING ChangeLog README
%doc examples/index.txt examples/ocspd.conf examples/request.sh
%{_unitdir}/ocspd.service
%config(noreplace) %attr(0640,ocspd,ocspd) %{_sysconfdir}/ocspd.conf*
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/sysconfig/ocspd
%dir %attr(0750,ocspd,ocspd) %{ssldir}
%attr(0644,root,root) %config(noreplace) %{ssldir}/ocspd.cnf
%attr(0754,root,root) %{ssldir}/mkcert.sh
%dir %attr(0750,ocspd,ocspd) %{ssldir}/certs
%dir %attr(0750,ocspd,ocspd) %{ssldir}/crls
%dir %attr(0750,ocspd,ocspd) %{ssldir}/private
%attr(0600,ocspd,ocspd) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/certs/ocspd_cert.pem
%attr(0600,ocspd,ocspd) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/private/ocspd_key.pem
%attr(0600,ocspd,ocspd) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/index.txt
%attr(0600,ocspd,ocspd) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/serial
%attr(0600,ocspd,ocspd) %config(noreplace) %verify(not md5 size mtime) %{ssldir}/certs/cacert.pem
%attr(0600,ocspd,ocspd) %config(noreplace) %verify(not md5 size mtime) %{ssldir}/certs/key.pem
%attr(0600,ocspd,ocspd) %config(noreplace) %verify(not md5 size mtime) %{ssldir}/certs/ocsp.pem
%attr(0600,ocspd,ocspd) %config(noreplace) %verify(not md5 size mtime) %{ssldir}/certs/ocsp_key.pem
%attr(0600,ocspd,ocspd) %config(noreplace) %verify(not md5 size mtime) %{ssldir}/certs/ocspcert.pem
%attr(0755,root,root) %{_sbindir}/ocspd
%attr(0755,ocspd,ocspd) %dir /var/run/ocspd
%attr(0755,ocspd,ocspd) %dir %{_localstatedir}/lib/ocspd
%{_mandir}/man3/ocspd*

%changelog
* Wed Aug 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-0.rc1.9
+ Revision: 6823772
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3774 |14cr|opencascade-6.5.1.0.7.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gittag ga384024
%define major 1
# Should be split later
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

# based on opencascade 6.5.1
%define occtag 6.5.1

# tpaviot-oce version 0.7.0
%define ocegit 0.7.0

Summary:	3D modeling & numerical simulation
Name:		opencascade
Group:		Sciences/Physics
Version:	%{occtag}.%{ocegit}
Release:	5
License:	LGPL with differences
Url:		https://github.com/tpaviot/oce
# https://github.com/tpaviot/oce/tarball/OCE-0.7.0
Source0:	tpaviot-oce-OCE-0.7.0-0-ga384024.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	flex
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ftgl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
Requires:	pdksh
Requires:	tcl
Requires:	tix
Requires:	tk

%description
Open CASCADE Technology is software development platform freely available
in open source. It includes components for 3D surface and solid modeling,
visualization, data exchange and rapid application development.

Open CASCADE Technology can be best applied in development of numerical
simulation software including CAD/CAM/CAE, AEC and GIS, as well as PDM
applications.

The Technology exists from the mid 1990-s and has already been used by
numerous commercial clients belonging to different domains from software
edition to heavy industry.

%files
%{_sysconfdir}/profile.d/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	3D modeling & numerical simulation
Group:		System/Libraries
Conflicts:	%{_lib}opencascade0 < 6.5.1.0.7.0-3

%description -n %{libname}
Open CASCADE Technology is software development platform freely available
in open source. It includes components for 3D surface and solid modeling,
visualization, data exchange and rapid application development.

Open CASCADE Technology can be best applied in development of numerical
simulation software including CAD/CAM/CAE, AEC and GIS, as well as PDM
applications.

The Technology exists from the mid 1990-s and has already been used by
numerous commercial clients belonging to different domains from software
edition to heavy industry.

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	3D modeling & numerical simulation
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Open CASCADE Technology is software development platform freely available
in open source. It includes components for 3D surface and solid modeling,
visualization, data exchange and rapid application development.

Open CASCADE Technology can be best applied in development of numerical
simulation software including CAD/CAM/CAE, AEC and GIS, as well as PDM
applications.

The Technology exists from the mid 1990-s and has already been used by
numerous commercial clients belonging to different domains from software
edition to heavy industry.

%files -n %{devname}
%{_libdir}/lib*.so
%{_includedir}/%{name}
%{_datadir}/cmake/Modules/*.cmake

#----------------------------------------------------------------------------
%prep
%setup -qn tpaviot-oce-a384024


%build
%cmake \
	-DCMAKE_VERBOSE_MAKEFILE=OFF \
	-DOCE_INSTALL_PREFIX=%{_prefix} \
	-DOCE_INSTALL_INCLUDE_DIR=%{_includedir}/%{name} \
	-DOCE_INSTALL_LIB_DIR=%{_libdir} \
	-DOCE_INSTALL_DATA_DIR=%{_datadir}/%{name} \
	-DOCE_INSTALL_SCRIPT_DIR=%{_sysconfdir}/profile.d \
	-DOCE_INSTALL_CMAKE_DATA_DIR=share/cmake/Modules
perl -pi -e 's|/usr//usr|/usr|;' build_inc/oce-config.h
%make

%install
perl -pi -e 's|/usr//usr|/usr|;' build/env.sh build/env.csh
%makeinstall_std -C build

# adjust environment/directories to avoid (too much) script patching
ln -sf %{_libdir} %{buildroot}%{_datadir}/%{name}/lib
ln -sf %{_includedir}/%{name} %{buildroot}%{_datadir}/%{name}/inc
ln -sf %{_datadir}/%{name} %{buildroot}%{_datadir}/%{name}/lin
ln -sf %{_datadir}/%{name} %{buildroot}%{_datadir}/%{name}/Linux


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.5.1.0.7.0-5
+ Revision: 32200d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3775 |14cr|openca-tools-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OpenCA Base Tools
Name:		openca-tools
Version:	1.3.1
Release:	1
License:	BSD-style
Group:		System/Servers
Url:		http://www.openca.org/
Source0:	http://prdownloads.sourceforge.net/openca/%name-%version.tar.gz
Patch0:		openca-tools-no_rpath.diff
Patch1:		openca-tools-1.3.1-automake.patch
Patch2:		openca-tools-1.1.0-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	openssl
BuildRequires:	pkgconfig(openssl)
Requires:	openssl

%description
OpenCA Tools provide command line facilities for (1) digital signatures
generation and verifications and for (2) SCEP message handling.

#----------------------------------------------------------------------------

%package -n openca-scep
Summary:	OpenCA SCEP Tool
Group:		System/Servers

%description -n openca-scep
OpenCA SCEP Tool.

%files -n openca-scep
%doc AUTHORS COPYING INSTALL NEWS README examples/openca-scep
%attr(0755,root,root) %{_bindir}/openca-scep

#----------------------------------------------------------------------------

%package -n openca-sv
Summary:	OpenCA PKCS#7 tool
Group:		System/Servers

%description -n openca-sv
OpenCA SV Tool is aimed to help you in generating PKCS#7 signatures and verify
them. This tool can also verify signatures generated with Netscape crypto()
javascript function.

%files -n openca-sv
%doc AUTHORS COPYING INSTALL NEWS README examples/openca-sv
%attr(0755,root,root) %{_bindir}/openca-sv
%attr(0644,root,root) %{_mandir}/man1/openca-sign.1*
%attr(0644,root,root) %{_mandir}/man1/openca-verify.1*

#----------------------------------------------------------------------------

%package -n openca-crmf
Summary:	OpenCA CRMF Tool
Group:		System/Servers

%description -n openca-crmf
OpenCA CRMF Tool.

%files -n openca-crmf
%attr(0755,root,root) %{_bindir}/openca-crmf

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1

# fix borkiness
perl -pi -e "s|/etc/issue|/etc/mandriva-release|g" configure*

%build
%serverbuild
rm -f configure
autoreconf -fi

%configure2_5x \
	--enable-engine \
	--with-openssl-prefix=%{_prefix} \
	--with-openca-prefix=%{_datadir}/openca \
	--with-openca-user=openca \
	--with-openca-group=openca

%install
%makeinstall_std

# fix man pages
mv %{buildroot}%{_mandir}/man1/sign.1 %{buildroot}%{_mandir}/man1/openca-sign.1
mv %{buildroot}%{_mandir}/man1/verify.1 %{buildroot}%{_mandir}/man1/openca-verify.1

%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-1
+ Revision: d12050a
- New version 1.3.1, fix build with new automake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3776 |14cr|opencity-0.0.6.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define _disable_ld_as_needed 1

%define	cname	OpenCity

Summary:	City simulator game
Name:		opencity
Version:	0.0.6.4
Release:	3
License:	GPL
Group:		Games/Strategy
URL:		http://www.opencity.info/
Source0:	http://downloads.sourceforge.net/project/opencity/Stable/0.0.6/%{name}-%{version}stable.tar.bz2
Patch0:		opencity-0.0.6.4-gcc4.7.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils


%description
OpenCity is a city simulator game project written in standard C++ with OpenGL
and SDL from scratch. It is not intended to be a clone of any famous city
simulator from Max*s. So, if you are looking to download a free SimCity 4 like,
please forget OpenCity. I work on it at my spare time, I really meant it
"my spare time" !

%prep
%setup -q -n %{name}-%{version}stable
%patch0 -p1

%build
%configure2_5x --bindir=%{_gamesbindir}
%make

%install
%makeinstall_std

# prepare icon
mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir},%{_menudir}}
convert -geometry 16x16 %{name}.png %{buildroot}%{_miconsdir}/%{cname}.png
convert -geometry 32x32 %{name}.png %{buildroot}%{_iconsdir}/%{cname}.png
convert -geometry 48x48 %{name}.png %{buildroot}%{_liconsdir}/%{cname}.png

# copy file from /usr/share to /usr/share/games
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
mv  %{buildroot}%{_datadir}/%{name}/*  %{buildroot}%{_gamesdatadir}/%{name}/

# fix the .desktop
# an Icon name don't have an extension, so we remove it
perl -i -pe 's/opencity.png/opencity/' %{name}.desktop

desktop-file-install --add-category="X-MandrivaLinux-MoreApplications-Games-Strategy" \
		--dir %{buildroot}%{_datadir}/applications %{name}.desktop


#===============================================================================
# add a little script that launch opencity with datat path
# 1) rename binary : opencity -> opencity-bin
# 2) add script
#===============================================================================
mv %{buildroot}%{_gamesbindir}/%{name} %{buildroot}%{_gamesbindir}/%{name}-bin
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
#!/bin/sh
%{_gamesbindir}/%{name}-bin --data-dir %{_gamesdatadir}/%{name} --conf-dir %{_sysconfdir}/%{name}
EOF
chmod +x %{buildroot}%{_gamesbindir}/%{name}

%files
%doc AUTHORS COPYING INSTALL README
%doc docs/FAQ_it.txt docs/INSTALL_it.txt docs/README_it.txt
%doc docs/README_es.txt
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-bin
%{_sysconfdir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man6/*
%{_miconsdir}/%{cname}.png
%{_iconsdir}/%{cname}.png
%{_liconsdir}/%{cname}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.6.4-3
+ Revision: 520988d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3777 |14cr|openclass-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OpenClass is a simple open-source solution for class control
Name:		openclass
Version:	0.4
Release:	2
Source0:	%name-%version.tar.bz2
License:	GPLv2
Group:		Networking/Other
Url:		https://github.com/eugeni/openclass
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: python-devel
BuildArch: noarch
Requires:  python
Requires:  pygtk2.0
Requires:  python-notify

%description
OpenClass is a simple open-source solution for class control, designed with the
following features in mind:
- small footprint
- light-weight functionality
- minimum of non-essential features

If you already know how italc, bluelab, mythware, iClass and similar solutions
work, you already know what OpenClass is.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
%find_lang %name


%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root) 
%doc README
%_bindir/openclass-student
%_bindir/openclass-teacher
%_datadir/openclass/
%_datadir/applications/openclass-student.desktop
%_datadir/applications/openclass-teacher.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-2
+ Revision: 5859b0e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3778 |14cr|openclipart-0.18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open Clip Art Library
Name:		openclipart
# Before updating version please make sure it works with ffdiaporama
# via ffdiaporama-openclipart package. Newer versions (up to 2.0.6) are
# known not to work with ffdiaporama 2.2 so be very careful
Version:	0.18
Release:	3
License:	CC0
Group:		Graphics
Url:		http://www.openclipart.org/
Source0:	http://www.openclipart.org/downloads/%{version}/openclipart-%{version}-svgonly.tar.bz2
# make linting happy
Source100:	%{name}.rpmlintrc
BuildRequires:	dos2unix
BuildArch:	noarch

%description
Openclipart Gallery contains thousand of SVG vector images that can be
freely used. SVG files can be opened in various tools including
Inkscape vector graphics editor, OpenOffice.org and Firefox web browser.

%files
%doc AUTHORS ChangeLog NEWS README VERSION
%dir %{_datadir}/clipart
%{_datadir}/clipart/*

#----------------------------------------------------------------------------

%prep
%setup -q -n openclipart-%{version}-svgonly
find . -name '*.svg' -exec dos2unix -k -q '{}' \;

%build
# nothing

%install
cd clipart
find . -name '*.svg' -exec sh -c '
        DIR="%{buildroot}%{_datadir}/clipart/%{name}/$(dirname "{}")";
        install -d "$DIR";
        install -m 644 "{}" "$DIR"' \;


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.18-3
+ Revision: 52974e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3779 |14cr|openclonk-5.3.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname clonk

Name:		openclonk
Version:	5.3.3
Release:	4
Summary:	Free multiplayer action game about mining, settling and fast-paced melees
Group:		Games/Arcade
License:	BSD
URL:		http://openclonk.org/
Source:		http://hg.openclonk.org/openclonk/archive/%{name}-release-%{version}-src.tar.gz
Patch0:		openclonk-release-5.3.3-tinyxml.patch
Patch1:		openclonk-release-5.3.3-path.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	tinyxml-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(zlib)

%description
OpenClonk is a free multiplayer action game where you control clonks,
small but witty and nimble humanoid beings. The game is mainly about
mining, settling and fast-paced melees. OpenClonk is also not just a
game but also a versatile 2D game engine that offers countless
possibilites to make own mods.

%prep
%setup -q -c
%patch0 -p1
%patch1 -p1
rm -rf thirdparty/tinyxml

%build
# Segfaults with default optimization
# See http://bugs.openclonk.org/view.php?id=873
%global optflags %{optflags} -O0

%cmake \
	-DUSE_GTK2:BOOL=ON \
	-DUSE_GTK3:BOOL=OFF \
	-DUSE_GL:BOOL=ON
%make

%install
%makeinstall_std -C build

%files
%{_bindir}/c4group
%{_gamesbindir}/%{oname}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{oname}.desktop
%{_iconsdir}/hicolor/*/apps/%{oname}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.3.3-4
+ Revision: 95a7e15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3780 |14cr|opencpn-3.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define		oname	OpenCPN

Summary:	OpenCPN: A concise ChartPlotter/Navigator
Name:		opencpn
Version:	3.2.2
Release:	2
License:	GPLv2+
Group:		Sciences/Geosciences
Url:		http://opencpn.org
Source0:	http://prdownloads.sourceforge.net/project/opencpn/%{name}/%{version}/%{oname}-%{version}-Source.tar.gz
BuildRequires:	cmake
BuildRequires:	bzip2-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgpsd)
BuildRequires:	pkgconfig(zlib)
# Building with TinyXML from repositories causes segfault at start
BuildConflicts:	tinyxml-devel

%description
A cross-platform ship-borne GUI application supporting

* GPS/GPDS Postition Input
* BSB Raster Chart Display
* S57 Vector ENChart Display
* AIS Input Decoding
* Waypoint Autopilot Navigation

Pilot charts can be downloaded from http://opencpn.org/ocpn/downloadpilotcharts

%files -f %{name}.lang
%doc README
%{_bindir}/*
%{_datadir}/%{name}
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*.so
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}-Source

%build
cmake	. \
	-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
	-DCMAKE_BUILD_TYPE=release \
	-DCMAKE_SKIP_RPATH:BOOL=ON
%make

%install
%makeinstall_std

%find_lang %{name} --all-name


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.2-2
+ Revision: bb3ba32
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3781 |14cr|openfpc-0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define minor 314

Summary:	OpenFPC is designed to allow a network traffic capture tool
Name:		openfpc
Version:	0.6
Release:	4
License:	GPLv3+
Group:		Monitoring
Url:		http://www.openfpc.org
Source0:	http://openfpc.googlecode.com/files/%{name}-%{version}-%{minor}.tgz
Requires:	apache-mpm-prefork
Requires:	cxtracker
Requires:	daemonlogger
Requires:	libdnet-utils
Requires:	tcpdump
Requires:	tshark
Requires:	wireshark-tools

%description
OpenFPC is designed to allow a network traffic capture tool to scale in both
horizontal, and vertical directions. It is a distributed system linked together
using communication paths and proxies to integrate with common SOC
(Security Operating Center) designs. To help further explain it's method of
deployment and architecture, lets cover some common tasks and see how they
are executed while looking at a simple diagram.

%files
%defattr(0755,root,root)
%{_sysconfdir}/%{name}/
%{_datadir}/%{name}/www/
%{_datadir}/%{name}/cgi-bin/
%{_usr}/lib/perl5/site_perl/OFPC
%{_sysconfdir}/httpd/conf.d/openfpc.apache2.site
%{_initrddir}/openfpc-cx2db
%{_initrddir}/openfpc-cxtracker
%{_initrddir}/openfpc-daemonlogger
%{_initrddir}/openfpc-queued
%{_bindir}/openfpc
%{_bindir}/openfpc-client
%{_bindir}/openfpc-cx2db
%{_bindir}/openfpc-dbmaint
%{_bindir}/openfpc-queued

%post
echo "Adding openfpc user and group"
adduser --system --user-group --no-create-home --shell /usr/sbin/nologin openfpc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{minor}

find . -name .svn | xargs rm -rf

%build

%install
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}/www
mkdir -p %{buildroot}%{_datadir}/%{name}/cgi-bin

#/usr/lib/perl5/vendor_perl/5.12.3/OFPC
mkdir -p %{buildroot}%{_usr}/lib/perl5/site_perl/OFPC
mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d/

mv etc/*.conf %{buildroot}%{_sysconfdir}/%{name}
mv etc/*.ofpc %{buildroot}%{_sysconfdir}/%{name}
mv www/* %{buildroot}%{_datadir}/%{name}/www
mv cgi-bin/* %{buildroot}%{_datadir}/%{name}/cgi-bin
mv openfpc* %{buildroot}%{_bindir}
mv etc/init.d/* %{buildroot}%{_initrddir}
mv OFPC/* %{buildroot}%{_usr}/lib/perl5/site_perl/OFPC
mv etc/openfpc.apache2.site %{buildroot}%{_sysconfdir}/httpd/conf.d/

rm -rf %{buildroot}%{_bindir}/openfpc-install.sh


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-4
+ Revision: ee72a2e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3782 |14cr|opengl-games-utils-0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           opengl-games-utils
Version:        0.1
Release:        5
Summary:        Utilities to check proper 3d support before launching 3d games
Group:          Games/Other
License:        Public Domain
URL:            http://fedoraproject.org/wiki/SIGs/Games
Source0:        opengl-game-wrapper.sh
Source1:        opengl-game-functions.sh
Source2:        README
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:      noarch
Requires:       zenity glxinfo

%description
This package contains various shell scripts which are intented for use by
3D games packages. These shell scripts can be used to check if direct rendering
is available before launching an OpenGL game. This package is intended for use
by other packages and is not intended for direct end user use!


%prep
%setup -c -T
cp %{SOURCE2} .


%build
# nothing to build


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}
install -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}
install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/opengl-game-wrapper.sh
%{_datadir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-5
+ Revision: 833a6a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3783 |14cr|opengoo-0.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	OpenGOO

Name:		opengoo
Version:	0.0.1
Release:	2
Summary:	Free and open clone of World of GOO
Group:		Games/Puzzles
License:	GPLv3+
URL:		http://mandarancio.github.com/OpenGOO/
# fetched from git
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	qt4-devel
BuildRequires:	box2d-devel

%description
Free and open clone of World of GOO.
Done with qt4 (and opengl module) and box2d

%prep
%setup -q

%build
%qmake_qt4
%make

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_libdir}/%{name}
%__cp %{oname} %{buildroot}%{_libdir}/%{name}/%{name}
%__cp *.level %{buildroot}%{_libdir}/%{name}/
%__cp menu.index %{buildroot}%{_libdir}/%{name}/

# wrapper script
%__mkdir_p %{buildroot}%{_bindir}
%__cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/bash

cd %{_libdir}/%{name}
./%{name}
EOF
%__chmod 755 %{buildroot}%{_bindir}/%{name}

# menu-entry
%__mkdir_p  %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=OpenGOO
Comment=World of GOO clone
Exec=%{name}
Icon=amusement_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF

%clean
%__rm -rf %{buildroot}

%files
%doc LICENSE README
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-2
+ Revision: b54d5a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3784 |14cr|opengrade-3.1.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	Local and web-based gradebook

Name:		opengrade
Version:	3.1.11
Release:	3
License:	GPLv2
Group:		Office
Source0:	http://www.lightandmatter.com/ogr/%{name}-%{version}.tar.gz
Source4:	http://www.lightandmatter.com/ogr/%{name}_doc.pdf
Url:		http://www.lightandmatter.com/ogr/ogr.html
Requires:	tk
BuildArch:	noarch
BuildRequires:	imagemagick
Provides:	perl(FileDialogPatched)

%description
OpenGrade is software for teachers to keep track of grades.
* A variety of reports can be created.
* Grades can be uploaded to a web server, where students can have
  password-protected access to them. (see /usr/share/doc/opengrade*)
* If you use a set grading scale, you can have the software use it to compute
  letter grades automatically.
* Grades can be based on total points, or on a weighted average of scores in
  various categories such as exams and quizzes.
* You can drop the lowest grade (or the N lowest grades) from a given category.
* Students can be dropped and later reinstated without losing all their grades.
* Gradebook files can be automatically backed up on a web server.
* There is support for extra-credit categories, and for categories that don't
  count towards the student's grade.
* Gradebook files are password-protected with a digital watermark, so you can
  detect tampering.
* Gradebook files are in a plain-text format, which makes it easy to work with
  them using Unix utilities. 

%prep
%setup -q
cp %SOURCE4 %{name}.pdf

%build
mv %{name}.pl %{name}
perl -p -i -e 's|/usr/local|/usr||g' %{name}

%install
rm -fr %{buildroot}
mkdir -p %{buildroot}/%{perl_vendorlib}
mkdir -p %{buildroot}/%{_bindir}
install -m644 *.pm %{buildroot}/%{perl_vendorlib}
install -m755 %{name} %{buildroot}/%{_bindir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=OpenGrade
Comment=Digital Gradebook
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Utility;
EOF

#icons
mkdir -p %{buildroot}/%{_liconsdir}
cp opengrade_icon.png %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -resize 32x32 opengrade_icon.png %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -resize 16x16 opengrade_icon.png %{buildroot}/%{_miconsdir}/%{name}.png

%clean

%if %mdkversion < 200900
%post
%update_menus
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%doc README *.pdf *.gb *.cgi *.sty
%{_bindir}/%{name}
%{perl_vendorlib}/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.11-3
+ Revision: a0aed90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3785 |14cr|opengtl-0.9.18-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with docs

%define api 0.8

Summary:	Open Graphics Transformation Languages
Name:		opengtl
Version:	0.9.18
Release:	8
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.opengtl.org/
Source0:	http://download.opengtl.org/OpenGTL-%{version}.tar.bz2
Patch0:		OpenGTL-0.9.18-fix-link.patch
Patch1:		OpenGTL-0.9.17-libpng-1.6.patch
#Patch2:		opengtl-0.9.18-llvm-3.4.patch
#Patch3:		OpenGTL-0.9.18-llvm-name.patch
Patch4:		opengtl-0.9.18-llvm-3.5.patch
BuildRequires:	cmake
BuildRequires:	llvm-devel >= 3.0
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)
Requires:	llvm >= 3.0
Provides:	OpenGTL = %{EVRD}
%if %{with docs}
BuildRequires:	imagemagick
BuildRequires:	texlive-bibtex
BuildRequires:	texlive-graphics
BuildRequires:	texlive-latex
BuildRequires:	texlive-listings
BuildRequires:	texlive-makeindex
BuildRequires:	texlive-oberdiek
BuildRequires:	texlive-pdftex-def
BuildRequires:	texlive-tools
BuildRequires:	texlive-texconfig
%endif

%description
Graphics Transformation Languages is a set of library for using and
integrating transformation algorithms (such as filter or color conversion)
in graphics applications

%files
%{_bindir}/*
%{_libdir}/GTLImageIO
%{_datadir}/OpenGTL

#--------------------------------------------------------------------

%define libgtlcore_major 0
%define libgtlcore %mklibname gtlcore %{api} %{libgtlcore_major}

%package -n %{libgtlcore}
Summary:	OpenGTL core library
Group:		System/Libraries
Conflicts:	%{_lib}opengtl0.6 < 0.9.13
Obsoletes:	%{_lib}gtlcore0 < 0.9.18

%description -n %{libgtlcore}
OpenGTL core library.

%files -n %{libgtlcore}
%{_libdir}/libGTLCore.so.%{libgtlcore_major}*

#--------------------------------------------------------------------

%define libgtlfragment_major 0
%define libgtlfragment %mklibname gtlfragment %{api} %{libgtlfragment_major}

%package -n %{libgtlfragment}
Summary:	OpenGTL fragment library
Group:		System/Libraries
Conflicts:	%{_lib}opengtl0.6 < 0.9.13
Obsoletes:	%{_lib}gtlfragment0 < 0.9.18

%description -n %{libgtlfragment}
OpenGTL fragment library.

%files -n %{libgtlfragment}
%{_libdir}/libGTLFragment.so.%{libgtlfragment_major}*

#--------------------------------------------------------------------

%define libgtlimageio_major 0
%define libgtlimageio %mklibname gtlimageio %{api} %{libgtlimageio_major}

%package -n %{libgtlimageio}
Summary:	OpenGTL core library
Group:		System/Libraries
Conflicts:	%{_lib}opengtl0.6 < 0.9.13
Obsoletes:	%{_lib}gtlimageio0 < 0.9.18

%description -n %{libgtlimageio}
OpenGTL core library.

%files -n %{libgtlimageio}
%{_libdir}/libGTLImageIO.so.%{libgtlimageio_major}*

#--------------------------------------------------------------------

%define libopenctl_major 0
%define libopenctl %mklibname openctl %{api} %{libopenctl_major}

%package -n %{libopenctl}
Summary:	OpenGTL core library
Group:		System/Libraries
Conflicts:	%{_lib}opengtl0.6 < 0.9.13
Obsoletes:	%{_lib}openctl0 < 0.9.18

%description -n %{libopenctl}
OpenGTL core library.

%files -n %{libopenctl}
%{_libdir}/libOpenCTL.so.%{libopenctl_major}*

#--------------------------------------------------------------------

%define libopenshiva_major 0
%define libopenshiva %mklibname openshiva %{api} %{libopenshiva_major}

%package -n %{libopenshiva}
Summary:	OpenGTL core library
Group:		System/Libraries
Conflicts:	%{_lib}opengtl0.6 < 0.9.13
Obsoletes:	%{_lib}openshiva0 < 0.9.18

%description -n %{libopenshiva}
OpenGTL core library.

%files -n %{libopenshiva}
%{_libdir}/libOpenShiva.so.%{libopenshiva_major}*

#--------------------------------------------------------------------

%define devname %mklibname -d %{name}

%package -n %{devname}
Summary:	OpenGTL development files
Group:		Development/C++
Requires:	%{libgtlcore} = %{EVRD}
Requires:	%{libopenshiva} = %{EVRD}
Requires:	%{libopenctl} = %{EVRD}
Requires:	%{libgtlimageio} = %{EVRD}
Provides:	OpenGTL-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	OpenCTL-devel = %{EVRD}
Provides:	openctl-devel = %{EVRD}

%description -n %{devname}
This package contains header files needed if you wish to build applications
based on OpenGTL.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%if %{with docs}
%doc %{_docdir}/OpenGTL/shiva/ShivaRef.pdf
%endif

#--------------------------------------------------------------------

%prep
%setup -q -n OpenGTL-%{version}
%patch0 -p0 -b .linkage~
%patch1 -p0 -b .png~
#patch2 -p1 -b .llvm33~
#patch3 -p1 -b .llvmname~
%patch4 -p1 -b .llvm35~

%build
# OVERRIDE_LLVM_ASSERT is ok because our llvm is built without
# asserts -- the detection code is off
export CXXFLAGS="$RPM_OPT_FLAGS -std=gnu++11"
%cmake -DOVERIDE_LLVM_ASSERT:BOOL=TRUE
%make

%install
%makeinstall_std -C build


%changelog
* Wed Sep 10 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.9.18-8
+ Revision: 29097b6
- Adjusted the list of patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3786 |14cr|openldap-check_password-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name check_password

Name:       openldap-%{upstream_name}
Version:    1.0.3
Release:    2
Summary:    OpenLdap password checker module
License:    Artistic
Group: 		System/Servers
URL: 		http://linagora.org/contrib/annuaires/extensions/openldap_ppolicy_check_password
Source0: 	http://tools.ltb-project.org/attachments/download/29/%{upstream_name}-%{version}.tar.gz
BuildRequires: openldap-devel
BuildRequires: cracklib-devel
BuildRequires: libwrap-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
check_password.c is an OpenLDAP pwdPolicyChecker module used to check the
strength and quality of user-provided passwords.

This module is used as an extension of the OpenLDAP password policy controls,
see slapo-ppolicy(5) section pwdCheckModule.

check_password.c will run a number of checks on the passwords to ensure minimum
strength and quality requirements are met. Passwords that do not meet these
requirements are rejected. 

%prep
%setup -q -n %{upstream_name}-%{version}

%build
%make \
    LDAP_INC="-I%{_includedir}/openldap/include -I%{_includedir}/openldap/slapd"


%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}/%{_libdir}/openldap
install -m 755 check_password.so %{buildroot}/%{_libdir}/openldap

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README INSTALL LICENSE
%{_libdir}/openldap/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-2
+ Revision: 9bbc842
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3787 |14cr|openldev-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 0
%define lib_name %mklibname %{name} %{lib_major}
%define develname %mklibname -d %name

Summary: Development environment
Name: openldev
Version: 1.0
Release: 9
License: GPLv2+
Group: Development/Other
URL: http://www.openldev.org/
Source0: %{name}-%{version}.tar.bz2
Patch0: openldev-1.0-gcc43.patch
Patch1: openldev-1.0-gcc44.patch
BuildRequires: pkgconfig(gtksourceview-1.0)
BuildRequires: libglade2.0-devel
BuildRequires: vte-devel
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libgnomeprint-2.2)
BuildRequires: pkgconfig(libgnomeprintui-2.2)
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(libgnomeuimm-2.6)
BuildRequires: pkgconfig
BuildRequires: imagemagick
BuildRequires: chrpath
BuildRequires: desktop-file-utils

%description
OpenLDev is a development environment that provides a graphical
front-end to Linux compilers such as gcc. It includes the basic
essentials needed by a Linux programmer. It is a graphical
interface to the collection of command line programming tools
available for Linux and Unix systems.

%package -n %{lib_name}
Summary:        Openldev library
Group:          Development/Other
Obsoletes:	%{_lib}openldev1.0

%description -n %{lib_name}
This is a library used by Openldev.

%package -n %{develname}
Summary:        Development files for GCompris
Group:          Development/Other
Requires:       %{lib_name} = %{version}
Provides:       lib%{name}-devel = %{EVRD}
Provides:       %{name}-devel = %{EVRD}
Obsoletes:	%{_lib}openldev1.0-devel

%description -n  %{develname}
Development file for Openldev.

%prep
%setup -q -n %{name}
%patch0 -p0
%patch1 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std
# to remove binary-or-shlib-defines-rpath rpmlint error
chrpath -d $RPM_BUILD_ROOT/%{_bindir}/%{name}
# to remove script-without-shellbang rpmlint error
chmod ugo-x $RPM_BUILD_ROOT/%{_libdir}/*.la
chmod ugo-x $RPM_BUILD_ROOT/%{_libdir}/%{name}/*.la

# menu

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-MoreApplications-Development-DevelopmentEnvironments" \
  --add-category="Development" \
  --add-category="IDE" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

# icons
mkdir -p %{buildroot}%{_liconsdir} %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir}
convert -geometry 48x48 pixmaps/%{name}96.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 pixmaps/%{name}96.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 pixmaps/%{name}96.png %{buildroot}%{_miconsdir}/%{name}.png

# remove unneeded files
rm -rf $RPM_BUILD_ROOT/%{_defaultdocdir}

# fix warnings
perl -pi -e "s/\r\n/\n/" NEWS README

# change mode for script (add executable mode)
chmod +x %{buildroot}%{_datadir}/%{name}/templates/*.pl

%files 
%defattr(644,root,root,755)
%doc README COPYING AUTHORS NEWS TODO ChangeLog INSTALL
%defattr(-,root,root,-)
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}
%{_datadir}/applications/openldev.desktop
%{_mandir}/*/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_libdir}/%{name}/makefileeditor.plugin
%{_libdir}/%{name}/insertinfo.plugin

%files -n %{lib_name}
%{_libdir}/*.so.%{lib_major}*

%files -n %{develname}
%{_libdir}/*.so
%{_libdir}/%{name}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-9
+ Revision: 14cf0dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3788 |14cr|openlierox-0.58_rc3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Extremely addictive realtime worms shoot-em-up
Name:		openlierox
Version:	0.58_rc3
Release:	4
License:	LGPLv2+
Group:		Games/Arcade
Url:		http://openlierox.sourceforge.net/
Source0:	OpenLieroX_%{version}.src.tar.bz2
Patch0:		openlierox-0.58_rc1-curl.patch
Patch1:		openlierox-0.58_rc3-fstat.patch
Patch2:		openlierox-0.58_rc3-gcc4.7.patch
Patch3:		OpenLieroX-gcc4.9.patch
BuildRequires:	libgd-devel
BuildRequires:	libhawknl-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(zlib)
Requires:	%{name}-gamedata = %{EVRD}

%description
OpenLierox is an extremely addictive realtime worms shoot-em-up backed
by an active gamers community. Dozens of levels and mods are available
to provide endless gaming pleasure.

%files
%doc COPYING.LIB VERSION doc
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png

#----------------------------------------------------------------------------

%package gamedata
Summary:	Game data for %{name}
Group:		Games/Arcade
Requires:	%{name} = %{EVRD}
# We split game data to separate package to make it noarch and thus save
# bandwidth and space on distribution media.
BuildArch:	noarch

%description gamedata
Game data for %{name}.

%files gamedata
%{_gamesdatadir}/OpenLieroX

#----------------------------------------------------------------------------

%prep
%setup -q -n OpenLieroX
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
SYSTEM_DATA_DIR=%{_gamesdatadir} \
BIN_DIR=%{_gamesbindir} \
./compile.sh

%install
mkdir -p %{buildroot}%{_gamesbindir}
SYSTEM_DATA_DIR=%{buildroot}%{_gamesdatadir} \
BIN_DIR=%{buildroot}%{_gamesbindir} \
DOC_DIR=%{buildroot}%{_docdir} \
	./install.sh

chmod -R o+rX %{buildroot}%{_gamesdatadir}/OpenLieroX
rm -rf %{buildroot}%{_docdir}

mkdir -p %{buildroot}%{_iconsdir}
cp -p %{buildroot}%{_gamesdatadir}/OpenLieroX/data/icon.png %{buildroot}%{_iconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=OpenLieroX
Comment=Extremely addictive realtime worms shoot-em-up
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.58_rc3-4
+ Revision: d840132
- Fix build and disable debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3789 |14cr|openmortal-0.7.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sversion 0.7

Summary:	Parody of Mortal Kombat
Name:		openmortal
Version:	0.7.1
Release:	8
License:	GPLм2+
Group:		Games/Arcade
Url:		http://openmortal.sourceforge.net/
Source0:	%{name}-%{sversion}.tar.bz2
Source1:	laurence.zip
Source2:	ikari.zip
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		openmortal-0.7-extra-qualification.patch
Patch1:		openmortal-0.7-freetype2.5.patch
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_ttf)

%description
Open Mortal is a parody of the popular coin-up game, Mortal Kombat.
It is currently playable (maybe even enjoyable), although it is still
under development. Only two-player game is supported, single-player games
against computer opponent is not planned yet.
There are currently 9 playable characters, and 8 more in the making!

%files
%defattr(755,root,root,755)
%{_gamesbindir}/%{name}
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog INSTALL PACKAGERS README TODO
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -n %{name}-%{sversion} -q
%patch0 -p0
%patch1 -p1
unzip %{SOURCE1} -d data/gfx
unzip %{SOURCE2} -d data/gfx

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Open Mortal
Comment=Parody of Mortal Kombat
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

install %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png



%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.1-8
+ Revision: 243a0e2
- Fix build with freetype 2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3790 |14cr|openmpi-1.7.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mpi_major 1
%define mpifh_major 2
%define trace_major 0
%define openpal_major 6
%define vt_major 0
%define libmpi %mklibname mpi %{mpi_major}
%define libmpicxx %mklibname mpi_cxx %{mpi_major}
%define libmpifh %mklibname mpi_mpifh %{mpifh_major}
%define libmpiuse %mklibname mpi_usempi %{mpi_major}
%define libtrace %mklibname ompitrace %{trace_major}
%define libopenpal %mklibname open-pal %{openpal_major}
%define libopenrte %mklibname open-rte %{openpal_major}
%define libotf %mklibname open-trace-format %{mpi_major}
%define libotfaux %mklibname otfaux %{trace_major}
%define libvt %mklibname vt %{vt_major}
%define libvthyb %mklibname vt-hyb %{vt_major}
%define libvtmpi %mklibname vt-mpi %{vt_major}
%define libvtmpiunify %mklibname vt-mpi-unify %{vt_major}
%define libvtmt %mklibname vt-mt %{vt_major}
%define devname %mklibname %{name} -d

Summary:	A powerful implementation of MPI
Name:		openmpi
Version:	1.7.3
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://www.open-mpi.org
Source0:	http://www.open-mpi.org/software/ompi/v1.6/downloads/%{name}-%{version}.tar.bz2
Patch0:		openmpi-1.7.3-sfmt.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gcc-gfortran
BuildRequires:	binutils-devel
BuildRequires:	gomp-devel
BuildRequires:	libibverbs-devel
%ifnarch %{arm}
BuildRequires:	numa-devel
%endif
BuildRequires:	torque-devel
BuildRequires:	pkgconfig(zlib)
Requires:	%{devname} = %{EVRD}
Conflicts:	mpich
Conflicts:	mpich2
Conflicts:	lam
Conflicts:	%{_lib}openmpi1 < 1.7.5

%description
OpenMPI is a project combining technologies and resources from
several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in
order to build the best MPI library available.

This package contains all of the tools necessary to compile, link, and
run OpenMPI jobs.

%files
%doc README LICENSE NEWS AUTHORS examples/
%config(noreplace) %{_sysconfdir}/*
%{_bindir}/*
%{_datadir}/%{name}/
%{_mandir}/man1/*
%{_libdir}/%{name}/*.so

#----------------------------------------------------------------------------

%package -n %{libmpi}
Summary:	Shared library for OpenMPI
Group:		System/Libraries
Conflicts:	%{_lib}openmpi1 < 1.7.5
Obsoletes:	%{_lib}openmpi1 < 1.7.5

%description -n %{libmpi}
This package contains shared library needed by programs linked against OpenMPI.

%files -n %{libmpi}
%{_libdir}/libmpi.so.%{mpi_major}*

#----------------------------------------------------------------------------

%package -n %{libmpicxx}
Summary:	Shared library for OpenMPI
Group:		System/Libraries
Conflicts:	%{_lib}openmpi1 < 1.7.5

%description -n %{libmpicxx}
This package contains shared library needed by programs linked against OpenMPI.

%files -n %{libmpicxx}
%{_libdir}/libmpi_cxx.so.%{mpi_major}*

#----------------------------------------------------------------------------

%package -n %{libmpifh}
Summary:	Shared library for OpenMPI
Group:		System/Libraries
Conflicts:	%{_lib}openmpi1 < 1.7.5

%description -n %{libmpifh}
This package contains shared library needed by programs linked against OpenMPI.

%files -n %{libmpifh}
%{_libdir}/libmpi_mpifh.so.%{mpifh_major}*

#----------------------------------------------------------------------------

%package -n %{libmpiuse}
Summary:	Shared library for OpenMPI
Group:		System/Libraries
Conflicts:	%{_lib}openmpi1 < 1.7.5

%description -n %{libmpiuse}
This package contains shared library needed by programs linked against OpenMPI.

%files -n %{libmpiuse}
%{_libdir}/libmpi_usempi.so.%{mpi_major}*

#----------------------------------------------------------------------------

%package -n %{libtrace}
Summary:	Shared library for OpenMPI
Group:		System/Libraries
Conflicts:	%{_lib}openmpi1 < 1.7.5

%description -n %{libtrace}
This package contains shared library needed by programs linked against OpenMPI.

%files -n %{libtrace}
%{_libdir}/libompitrace.so.%{trace_major}*

#----------------------------------------------------------------------------

%package -n %{libopenpal}
Summary:	Shared library for OpenMPI
Group:		System/Libraries
Conflicts:	%{_lib}openmpi1 < 1.7.5

%description -n %{libopenpal}
This package contains shared library needed by programs linked against OpenMPI.

%files -n %{libopenpal}
%{_libdir}/libopen-pal.so.%{openpal_major}*

#----------------------------------------------------------------------------

%package -n %{libopenrte}
Summary:	Shared library for OpenMPI
Group:		System/Libraries
Conflicts:	%{_lib}openmpi1 < 1.7.5

%description -n %{libopenrte}
This package contains shared library needed by programs linked against OpenMPI.

%files -n %{libopenrte}
%{_libdir}/libopen-rte.so.%{openpal_major}*

#----------------------------------------------------------------------------

%package -n %{libotf}
Summary:	Shared library for OpenMPI
Group:		System/Libraries
Conflicts:	%{_lib}openmpi1 < 1.7.5

%description -n %{libotf}
This package contains shared library needed by programs linked against OpenMPI.

%files -n %{libotf}
%{_libdir}/libopen-trace-format.so.%{mpi_major}*

#----------------------------------------------------------------------------

%package -n %{libotfaux}
Summary:	Shared library for OpenMPI
Group:		System/Libraries
Conflicts:	%{_lib}openmpi1 < 1.7.5

%description -n %{libotfaux}
This package contains shared library needed by programs linked against OpenMPI.

%files -n %{libotfaux}
%{_libdir}/libotfaux.so.%{trace_major}*

#----------------------------------------------------------------------------

%package -n %{libvt}
Summary:	Shared library for OpenMPI
Group:		System/Libraries
Conflicts:	%{_lib}openmpi1 < 1.7.5

%description -n %{libvt}
This package contains shared library needed by programs linked against OpenMPI.

%files -n %{libvt}
%{_libdir}/libvt.so.%{vt_major}*

#----------------------------------------------------------------------------

%package -n %{libvthyb}
Summary:	Shared library for OpenMPI
Group:		System/Libraries
Conflicts:	%{_lib}openmpi1 < 1.7.5

%description -n %{libvthyb}
This package contains shared library needed by programs linked against OpenMPI.

%files -n %{libvthyb}
%{_libdir}/libvt-hyb.so.%{vt_major}*

#----------------------------------------------------------------------------

%package -n %{libvtmpi}
Summary:	Shared library for OpenMPI
Group:		System/Libraries
Conflicts:	%{_lib}openmpi1 < 1.7.5

%description -n %{libvtmpi}
This package contains shared library needed by programs linked against OpenMPI.

%files -n %{libvtmpi}
%{_libdir}/libvt-mpi.so.%{vt_major}*

#----------------------------------------------------------------------------

%package -n %{libvtmpiunify}
Summary:	Shared library for OpenMPI
Group:		System/Libraries
Conflicts:	%{_lib}openmpi1 < 1.7.5

%description -n %{libvtmpiunify}
This package contains shared library needed by programs linked against OpenMPI.

%files -n %{libvtmpiunify}
%{_libdir}/libvt-mpi-unify.so.%{vt_major}*

#----------------------------------------------------------------------------

%package -n %{libvtmt}
Summary:	Shared library for OpenMPI
Group:		System/Libraries
Conflicts:	%{_lib}openmpi1 < 1.7.5

%description -n %{libvtmt}
This package contains shared library needed by programs linked against OpenMPI.

%files -n %{libvtmt}
%{_libdir}/libvt-mt.so.%{vt_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for OpenMPI
Group:		Development/Other
Requires:	%{libmpi} = %{EVRD}
Requires:	%{libmpicxx} = %{EVRD}
Requires:	%{libmpifh} = %{EVRD}
Requires:	%{libmpiuse} = %{EVRD}
Requires:	%{libtrace} = %{EVRD}
Requires:	%{libopenpal} = %{EVRD}
Requires:	%{libopenrte} = %{EVRD}
Requires:	%{libotf} = %{EVRD}
Requires:	%{libotfaux} = %{EVRD}
Requires:	%{libvt} = %{EVRD}
Requires:	%{libvthyb} = %{EVRD}
Requires:	%{libvtmpi} = %{EVRD}
Requires:	%{libvtmpiunify} = %{EVRD}
Requires:	%{libvtmt} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	lam-devel
Conflicts:	mpich1-devel
Conflicts:	mpich2-devel

%description -n %{devname}
OpenMPI is a project combining technologies and resources from
several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in
order to build the best MPI library available.

This package contains the libraries and header files needed to
compile applications against OpenMPI.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.mod
%{_libdir}/*.a
%{_libdir}/%{name}/*.a
%{_libdir}/pkgconfig/*.pc
%exclude %{_datadir}/vampirtrace/doc/
%{_datadir}/vampirtrace/

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for OpenMPI
Group:		Development/Other
BuildArch:	noarch

%description doc
OpenMPI is a project combining technologies and resources from
several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in
order to build the best MPI library available.

This package contains documentation and development man pages 
for OpenMPI.

%files doc
%{_mandir}/man3/*
%{_mandir}/man7/*
%dir %{_datadir}/vampirtrace/doc
%{_datadir}/vampirtrace/doc/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
# Disable libtoolize because it messes up the generated libtool
# in OpenMPI 1.2:
%define __libtoolize /bin/true
%define _disable_ld_no_undefined 1
export CFLAGS='-fPIC'
%configure2_5x \
	--enable-shared \
	--enable-static \
	--with-threads=posix \
	--with-tm
%make

%install
%makeinstall_std

mv %{buildroot}%{_sysconfdir}/openmpi-totalview.tcl %{buildroot}%{_datadir}/openmpi/doc

# To avoid file conflicts with libevent-devel
rm -rf %{buildroot}%{_includedir}/event2


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.3-4
+ Revision: 2f2d42b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3791 |14cr|openmsx-0.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug package is empty and we don't care to fix it anyway
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Open source MSX emulator
Name:		openmsx
Version:	0.9.1
Release:	3
License:	GPLv2+
Group:		Emulators
URL:		http://openmsx.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		openmsx-fix-config.patch
BuildRequires:	python
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(theoradec)
BuildRequires:	pkgconfig(vorbis)

%description
The open source MSX emulator that tries to achieve
near-perfect emulation by using a novel emulation model.

%prep
%setup -q
%patch0 -p1 -b .fix-config

%build
%configure2_5x

%make

%install
%makeinstall_std

# menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/openmsx
Icon=emulators_section
Name=Openmsx
Comment=%{summary}
Categories=Emulator;
EOF

%files
%doc README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-3
+ Revision: a1bc0c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3792 |14cr|openmw-0.31.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A reimplementation of The Elder Scrolls III: Morrowind
Name:		openmw
Version:	0.31.0
Release:	1
License:	GPLv3+
Group:		Games/Adventure
Url:		https://openmw.org
Source0:	https://openmw.googlecode.com/files/%{name}-%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	ogre
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(bullet)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libunshield)
BuildRequires:	pkgconfig(MYGUI)
BuildRequires:	pkgconfig(OGRE)
BuildRequires:	pkgconfig(OIS)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(uuid)
# Looks like it's needed to build in "package" mode
BuildRequires:	dpkg
Requires:	ogre
Suggests:	ogre-cg-plugin

%description
OpenMW is an engine for 2002's game The Elder Scrolls 3: Morrowind.
It aims to be a fully playable (and improved!), open source
implementation of the game's engine and functionality.

You will still need the original game data to play OpenMW.

%files
%{_sysconfdir}/%{name}/
%{_bindir}/%{name}
%{_bindir}/opencs
%{_bindir}/omwlauncher
%{_bindir}/esmtool
%{_bindir}/mwiniimport
%{_gamesdatadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/opencs.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/opencs.png
%{_datadir}/licenses/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{name}-%{version}

%build
%cmake -DOGRE_PLUGIN_DIR=%{_libdir}/OGRE
# Too greedy for resources
make

%install
%makeinstall_std -C build


%changelog
* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 0.31.0-1
+ Revision: e28e4e6
- New version 0.31.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3793 |14cr|opennebula-3.8.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Elastic Utility Computing Architecture
Name:		opennebula
Version:	3.8.5
Release:	1
License:	Apache License version 2.0
Group:		System/Configuration/Networking
Url:		http://www.opennebula.org
Source0:	http://downloads.opennebula.org/packages/%{name}-%{version}/%{name}-%{version}.tar.gz
Source2:	onedsetup
Source3:	one.service
Source4:	one_scheduler.service
Source5:	sunstone.service
Source7:	ozones.service
Source8:	onetmpdirs
Patch0:		openneb_creatPIDdir.patch
BuildRequires:	openssh
BuildRequires:	pwgen
BuildRequires:	ruby
BuildRequires:	scons
BuildRequires:	xmlrpc-c
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xmlrpc)
BuildRequires:	pkgconfig(zlib)
Requires:	openssl
Requires:	openssh
Requires:	pwgen
Requires:	ruby
Requires:	rubygem-libxml-ruby
Requires:	rubygem-nokogiri
Requires:	rubygem-sqlite3
Requires:	sqlite3-tools
Requires:	xmlrpc-c

%description
OpenNebula.org is an open-source project aimed at building the industry
standard open source cloud computing tool to manage the complexity and
heterogeneity of distributed data center infrastructures.

The OpenNebula.org Project is maintained and driven by the community. The
OpenNebula.org community has thousands of users, contributors, and supporters,
who interact through various online email lists, blogs and innovative projects
to support each other.

%files
%doc LICENSE NOTICE
%config(noreplace) %{_sysconfdir}/one/auth
%config(noreplace) %{_sysconfdir}/one/cli
%config(noreplace) %{_sysconfdir}/one/defaultrc
%config(noreplace) %{_sysconfdir}/one/ec2query_templates
%config(noreplace) %{_sysconfdir}/one/econe.conf
%config(noreplace) %{_sysconfdir}/one/group.default
%config(noreplace) %{_sysconfdir}/one/hm
%config(noreplace) %{_sysconfdir}/one/im_ec2
%config(noreplace) %{_sysconfdir}/one/occi*
%config(noreplace) %{_sysconfdir}/one/oned.conf
%config(noreplace) %{_sysconfdir}/one/vmm_*
%config(noreplace) %{_sysconfdir}/tmpdirs.d/30_One
%config(noreplace) %{_sysconfdir}/one/sched.conf
%config(noreplace) %{_sysconfdir}/one/vmwarerc
%{_bindir}/econe*
%{_bindir}/oc*
%{_bindir}/on*
%{_bindir}/mm_sched
%{_bindir}/tty_expect
/usr/lib/one/mads/*
/usr/lib/one/sh/scripts_common.sh
/usr/lib/one/ruby/*
#/usr/lib/one/tm_commands/*
/var/lib/one/*
%{_sbindir}/onedsetup
%{_unitdir}/one.service
%{_unitdir}/one_scheduler.service
%dir %{_sysconfdir}/one
%dir /usr/lib/one
%dir /usr/lib/one/mads
%dir /usr/lib/one/ruby
%dir /usr/lib/one/sh
%dir /var/lib/one

%pre
# cloud administrator setup
if ! getent passwd oneadmin &> /dev/null ; then
  echo "Creating oneadmin user"
  /usr/sbin/groupadd cloud
  ONEPWD=$(/usr/bin/pwgen 40 1)
  /usr/sbin/useradd -m -c "OpenNebula Cloud Admin" -d /var/lib/one -g cloud -p $ONEPWD oneadmin
fi

%post
if [ ! -d /var/lib/one/.ssh ] ; then
  mkdir /var/lib/one/.ssh
fi
# Setup the ssh infrastructure for the cloud
if [ ! -f /var/lib/one/.ssh/id_rsa ]; then
    /usr/bin/ssh-keygen -q -t rsa -f /var/lib/one/.ssh/id_rsa -N ''
fi
cp /var/lib/one/.ssh/id_rsa.pub /var/lib/one/.ssh/authorized_keys
echo "Host *" >> /var/lib/one/.ssh/config
echo "    StrictHostKeyChecking no" >> /var/lib/one/.ssh/config
# set the ownership of the management scripts
chown -R oneadmin:cloud /var/lib/one
if [ ! -d /var/log/one ]; then
  mkdir /var/log/one
fi
if [ ! -d /var/lock/one ]; then
  mkdir /var/lock/one
fi

chown -R oneadmin:cloud /var/log/one
chown -R oneadmin:cloud /var/lock/one

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Ruby
Requires:	%{name} = %{EVRD}

%description devel
The %{name} devel package contains man pages and examples.

%files devel
%doc README.md
%{_mandir}/man1/*
%{_datadir}/one/install_*
%{_datadir}/one/examples/*
%dir %{_datadir}/one
%dir %{_datadir}/one/examples

#----------------------------------------------------------------------------

%package zones
Summary:	Manage multy tenancy
Group:		System/Configuration/Networking
Requires:	%{name} = %{EVRD}
Requires:	apache-base
Requires:	rubygem-datamapper
Requires:	rubygem-dm-sqlite-adapter
Requires:	rubygem-json
Requires:	rubygem-openssl-nonblock
Requires:	rubygem-rack
Requires:	rubygem-sequel
Requires:	rubygem-sinatra
Requires:	rubygem-thin

%description zones
The OpenNebula Zones (oZones) component allows for the centralized management
of multiple instances of OpenNebula (zones), managing in turn potentially
different administrative domains.

%files zones
%config(noreplace) %{_sysconfdir}/one/ozones-server.conf
%{_prefix}/lib/one/ozones/*
%{_unitdir}/ozones.service
%{_bindir}/ozones-server
%dir /usr/lib/one/ozones

#----------------------------------------------------------------------------

%package sunstone
Summary:	Browser based UI to administer an OpenNebulaCloud
Group:		System/Configuration/Networking
Requires:	%{name} = %{EVRD}
Requires:	rubygem-json
Requires:	rubygem-sequel
Requires:	rubygem-sinatra
Requires:	rubygem-thin

%description sunstone
sunstone if the web base UI to manage a deployed OpenNebula Cloud

%files sunstone
%config(noreplace) %{_sysconfdir}/one/sunstone*
%{_prefix}/lib/one/sunstone/*
%{_unitdir}/sunstone.service
%{_bindir}/sunstone-server
%dir /usr/lib/one/sunstone

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
#scons sqlite_db=/usr xmlrpc=/usr
scons

%install
export DESTDIR=%{buildroot}

./install.sh

install -p -D -m 755 %{SOURCE2} %{buildroot}%{_sbindir}/onedsetup
install -p -D -m 755 %{SOURCE3} %{buildroot}%{_unitdir}/one.service
install -p -D -m 755 %{SOURCE4} %{buildroot}%{_unitdir}/one_scheduler.service
install -p -D -m 755 %{SOURCE5} %{buildroot}%{_unitdir}/sunstone.service
install -p -D -m 755 %{SOURCE7} %{buildroot}%{_unitdir}/ozones.service
install -p -D -m 755 %{SOURCE8} %{buildroot}%{_sysconfdir}/tmpdirs.d/30_One


%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.8.5-1
+ Revision: c92c055
- New version 3.8.5, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3794 |14cr|openntpd-3.9p1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OpenNTPD - NTP Time Synchronization Client/Server 
Name:		openntpd
Version:	3.9p1
Release:	10
License:	BSD
Group:		System/Servers
URL:		http://www.openntpd.org
Source0:	ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/%{name}-%{version}.tar.bz2
Source1:	openntpd.service
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	openssl-devel
BuildRequires:	bison
BuildRequires:	byacc
BuildRequires:	groff-for-man
Conflicts:	ntp-client
Provides:	ntp

%description
OpenNTPD is a FREE, easy to use implementation of the Network Time
Protocol. It provides the ability to sync the local clock to
remote NTP servers and can act as NTP server itself,
redistributing the local clock. 

%prep

%setup -q -n %{name}-%{version}

cp %{SOURCE1} openntpd.service

%build

%configure2_5x \
    --disable-strip \
    --with-privsep-user=ntp \
    --with-privsep-path=%{_var}/empty \
    --with-ssl-dir=%{_prefix}
	      
%make

%install

install -d %{buildroot}%{_unitdir}

%makeinstall_std

mv openntpd.service %{buildroot}%{_unitdir}/%{name}.service

%pre
%_pre_useradd ntp %{_var}/empty /bin/false
/usr/sbin/usermod -d %{_var}/empty ntp

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%clean

%files
%doc CREDITS ChangeLog README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ntpd.conf
%attr(0755,root,root) %{_unitdir}/*service
%attr(0755,root,root) %{_sbindir}/*
%attr(0644,root,root) %{_mandir}/man*/*

%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.9p1-10
+ Revision: dfa94e3
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3795 |14cr|OpenProducer-1.0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define	aname	Producer
%define	cvsdate	200601122325

Summary:	Cross-platform libray for Opengl rendering
Name:		OpenProducer
Version:	1.0.1
Release:	7
Epoch:		1
License:	GPL
Group:		Development/C++
Url:		http://www.andesengineering.com/BlueMarbleViewer/producer_install.html
Source0:	%{aname}-%{version}-%{cvsdate}.tar.bz2
Patch0:		Producer-1.0.1-gcc43.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(openscenegraph)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)

%description
Open Producer (or simply Producer) is a cross-platform, C++ library
for managing OpenGL rendering contexts in a windowing system
independent manner.  Producer provides a simple, yet powerfully
scalable approach for real-time 3D applications wishing to run
within a single window to large, multidisplay systems.
Producer is highly  portable and has been tested on Linux, Windows,
Mac OSX, Solaris and IRIX.  Producer works on all Unix based OS's
(including Mac OSX) through the X11 Windowing system, and through
the native win32 on Windows. Producer is written with productivity,
performance and scalability in mind by adhering to industry standard
and employing advanced software engineering practices.  Software
developers wishing to produce 3D rendering software that can display
on a desktop, and move to a large system or clustered system of
displays by simply changing a configuration file, can depend on Open
Producer to handle all the complexity for them.

%prep
%setup -q -n %{aname}
%patch0 -p0
rm -rf `find -type d -name CVS`

%build
%make CXX="%{__cxx} %{optflags} -fPIC"

%install
%if "%{_lib}" == "lib64"
export ARCH_EXT=64
%endif
%make INST_LOCATION=%{buildroot}%{_prefix} install

%files
%doc README.txt doc
%{_libdir}/lib%{aname}.so
%{_includedir}/%{aname}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.0.1-7
+ Revision: c953843
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3796 |14cr|openr2-1.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 3
%define libname	%mklibname openr2_ %{major}
%define develname %mklibname -d openr2

Summary:	MFC/R2 signalling over E1 lines using the DAHDI Telephony interface
Name:		openr2
Version:	1.3.3
Release:	2
License:	GPLv2
Group:		System/Servers
URL:		http://code.google.com/p/openr2/
Source0:	http://openr2.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	autoconf automake libtool
BuildRequires:	dahdi-devel

%description
OpenR2 is a library that implements the MFC/R2 signalling over E1 lines using
the DAHDI Telephony interface. The MF R2 tones required for the signaling are
generated by code borrowed from the LGPL library SpanDSP written by Steve
Underwood, the user has the option to provide a MF interface to use his own MF
R2 tone generation and detection so the library will use them when needed,
that's why this library does not depend directly on spandsp, libteletone or
zaptel for tone generation and detection (depends on zaptel for CAS bits and
general media transmission though)

%package -n	%{libname}
Summary:	MFC/R2 signalling over E1 lines using the DAHDI Telephony interface library
Group:          System/Libraries

%description -n	%{libname}
OpenR2 is a library that implements the MFC/R2 signalling over E1 lines using
the DAHDI Telephony interface. The MF R2 tones required for the signaling are
generated by code borrowed from the LGPL library SpanDSP written by Steve
Underwood, the user has the option to provide a MF interface to use his own MF
R2 tone generation and detection so the library will use them when needed,
that's why this library does not depend directly on spandsp, libteletone or
zaptel for tone generation and detection (depends on zaptel for CAS bits and
general media transmission though)

%package -n	%{develname}
Summary:	Development files for the openr2 library
Group:		Development/C
Requires:	%{libname} = %{version}
Obsoletes:	openr2-devel
Provides:	openr2-devel = %{version}-%{release}

%description -n	%{develname}
OpenR2 is a library that implements the MFC/R2 signalling over E1 lines using
the DAHDI Telephony interface. The MF R2 tones required for the signaling are
generated by code borrowed from the LGPL library SpanDSP written by Steve
Underwood, the user has the option to provide a MF interface to use his own MF
R2 tone generation and detection so the library will use them when needed,
that's why this library does not depend directly on spandsp, libteletone or
zaptel for tone generation and detection (depends on zaptel for CAS bits and
general media transmission though)

This package contains development files for the openr2 library.

%prep

%setup -q

%build
autoreconf -fi
%configure2_5x --with-pic
%make

%install

%makeinstall

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%clean

%files
%defattr(-,root, root)
%doc doc/*
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/r2proto.conf
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/r2test.conf
%attr(0755,root,root) %{_bindir}/r2dtmf_detect
%attr(0755,root,root) %{_bindir}/r2test
%{_mandir}/man5/*
%{_mandir}/man8/*

%files -n %{libname}
%doc COPYING* README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/openr2
%{_includedir}/openr2.h
%{_libdir}/*.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-2
+ Revision: 900bff1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3797 |14cr|openscap-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           openscap
Version:        1.0.0
Release:        2
Summary:        Set of open source libraries enabling integration of the SCAP line of standards

Group:          System/Libraries
License:        LGPLv2+
URL:            http://www.open-scap.org/
Source0:        http://open-scap.org/download/%{name}-%{version}.tar.gz
Patch0:         openscap-1.0.0-rpm5.patch
Patch1:         openscap-1.0.0-literal.patch
Patch2:         openscap-1.0.0-dl.patch
BuildRequires:  swig
BuildRequires:	pcre-devel
BuildRequires:	libxml2-devel
BuildRequires:	libxslt-devel
BuildRequires:	libgcrypt-devel
BuildRequires:	rpm-devel
BuildRequires:	curl-devel
BuildRequires:  libexpat-devel
BuildRequires:  squirrel-devel
%description
OpenSCAP is a set of open source libraries providing an easier path 
for integration of the SCAP line of standards. SCAP is a line of standards 
managed by NIST with the goal of providing a standard language 
for the expression of Computer Network Defense related information.

%package        devel
Summary:        Development files for %{name}

Group:          Development/C
Requires:       %{name} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%package        python
Summary:        Python bindings for %{name}

Group:          Development/Python
Requires:       %{name} = %{version}-%{release}
BuildRequires:  python-devel 

%description    python
The %{name}-python package contains the bindings so that %{name}
libraries can be used by python.

%package        perl
Summary:        Perl bindings for %{name}

Group:          Development/Perl
Requires:       %{name} = %{version}-%{release}
BuildRequires:  perl-devel

%description    perl
The %{name}-perl package contains the bindings so that %{name}
libraries can be used by perl.

%prep
%setup -q
%patch0 -p1 -b .rpm5
%patch1 -p1 -b .literal
%patch2 -p1 -b .dl

%build
autoreconf -fi
%configure2_5x --enable-perl
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING ChangeLog NEWS README
%{_sysconfdir}/bash_completion.d/oscap
%{_bindir}/*
%{_libdir}/*.so.*
%{_libdir}/%{name}
%{_mandir}/man8/*
%{_datadir}/%{name}

%files python
%{py_platsitedir}/*

%files perl
%{perl_vendorarch}/*
%{perl_vendorlib}/*.pm

%files devel
%doc docs/{html,examples}/
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 797f7c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3798 |14cr|openscenegraph-3.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	srcname	OpenSceneGraph

Summary:	A C++ scene graph API on OpenGL for real time graphics
Name:		openscenegraph
Version:	3.2.0
Release:	5
License:	LGPLv2+ with exceptions
Group:		System/Libraries
Url:		http://www.openscenegraph.org/
Source0:	http://www.openscenegraph.org/downloads/developer_releases/%{srcname}-%{version}.zip
Patch0:		OpenSceneGraph-2.8.3-ffmpeg.patch
Patch1:		OpenSceneGraph-3.2.0-giflib51.patch
BuildRequires:	cmake
BuildRequires:	ffmpeg-devel
BuildRequires:	gdal-devel
BuildRequires:	giflib-devel
BuildRequires:	itk-devel
BuildRequires:	jpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(IlmBase)
BuildRequires:	pkgconfig(libxine)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
Provides:	OpenSceneGraph = %{EVRD}
Requires:	%{name}-plugins = %{EVRD}

%description
The Open Scene Graph is a cross-platform C++/OpenGL library for the real-time 
visualization. Uses range from visual simulation, scientific modeling, virtual 
reality through to games.  Open Scene Graph employs good practices in software
engineering through the use of standard C++, STL and generic programming, and
design patterns.  Open Scene Graph strives for high performance and quality in
graphics rendering, portability, and extensibility.

%files
%doc AUTHORS.txt ChangeLog LICENSE.txt NEWS.txt README.txt
%doc doc/*
%{_bindir}/*

#----------------------------------------------------------------------------

%package plugins
Summary:	OpenSceneGraph plugins
Group:		System/Libraries

%description plugins
OpenSceneGraph plugins.

%files plugins
%{_libdir}/osgPlugins-%{version}

#----------------------------------------------------------------------------

%define OpenThreads_major 13
%define libOpenThreads %mklibname OpenThreads %{OpenThreads_major}

%package -n %{libOpenThreads}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libOpenThreads}
OpenSceneGraph shared library.

%files -n %{libOpenThreads}
%{_libdir}/libOpenThreads.so.%{OpenThreads_major}
%{_libdir}/libOpenThreads.so.%{version}

#----------------------------------------------------------------------------

%define devOpenThreads %mklibname OpenThreads -d

%package -n %{devOpenThreads}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libOpenThreads} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devOpenThreads}
OpenSceneGraph development files.

%files -n %{devOpenThreads}
%{_includedir}/OpenThreads
%{_libdir}/libOpenThreads.so
%{_libdir}/pkgconfig/openthreads.pc

#----------------------------------------------------------------------------

%define osg_major 100
%define libosg %mklibname osg %{osg_major}

%package -n %{libosg}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosg}
OpenSceneGraph shared library.

%files -n %{libosg}
%{_libdir}/libosg.so.%{osg_major}
%{_libdir}/libosg.so.%{version}

#----------------------------------------------------------------------------

%define devosg %mklibname osg -d

%package -n %{devosg}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosg} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosg}
OpenSceneGraph development files.

%files -n %{devosg}
%{_includedir}/osg
%{_libdir}/libosg.so
%{_libdir}/pkgconfig/openscenegraph-osg.pc

#----------------------------------------------------------------------------

%define osgAnimation_major 100
%define libosgAnimation %mklibname osgAnimation %{osgAnimation_major}

%package -n %{libosgAnimation}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgAnimation}
OpenSceneGraph shared library.

%files -n %{libosgAnimation}
%{_libdir}/libosgAnimation.so.%{osgAnimation_major}
%{_libdir}/libosgAnimation.so.%{version}

#----------------------------------------------------------------------------

%define devosgAnimation %mklibname osgAnimation -d

%package -n %{devosgAnimation}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgAnimation} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgAnimation}
OpenSceneGraph development files.

%files -n %{devosgAnimation}
%{_includedir}/osgAnimation
%{_libdir}/libosgAnimation.so
%{_libdir}/pkgconfig/openscenegraph-osgAnimation.pc

#----------------------------------------------------------------------------

%define osgDB_major 100
%define libosgDB %mklibname osgDB %{osgDB_major}

%package -n %{libosgDB}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgDB}
OpenSceneGraph shared library.

%files -n %{libosgDB}
%{_libdir}/libosgDB.so.%{osgDB_major}
%{_libdir}/libosgDB.so.%{version}

#----------------------------------------------------------------------------

%define devosgDB %mklibname osgDB -d

%package -n %{devosgDB}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgDB} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgDB}
OpenSceneGraph development files.

%files -n %{devosgDB}
%{_includedir}/osgDB
%{_libdir}/libosgDB.so
%{_libdir}/pkgconfig/openscenegraph-osgDB.pc

#----------------------------------------------------------------------------

%define osgFX_major 100
%define libosgFX %mklibname osgFX %{osgFX_major}

%package -n %{libosgFX}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgFX}
OpenSceneGraph shared library.

%files -n %{libosgFX}
%{_libdir}/libosgFX.so.%{osgFX_major}
%{_libdir}/libosgFX.so.%{version}

#----------------------------------------------------------------------------

%define devosgFX %mklibname osgFX -d

%package -n %{devosgFX}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgFX} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgFX}
OpenSceneGraph development files.

%files -n %{devosgFX}
%{_includedir}/osgFX
%{_libdir}/libosgFX.so
%{_libdir}/pkgconfig/openscenegraph-osgFX.pc

#----------------------------------------------------------------------------

%define osgGA_major 100
%define libosgGA %mklibname osgGA %{osgGA_major}

%package -n %{libosgGA}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgGA}
OpenSceneGraph shared library.

%files -n %{libosgGA}
%{_libdir}/libosgGA.so.%{osgGA_major}
%{_libdir}/libosgGA.so.%{version}

#----------------------------------------------------------------------------

%define devosgGA %mklibname osgGA -d

%package -n %{devosgGA}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgGA} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgGA}
OpenSceneGraph development files.

%files -n %{devosgGA}
%{_includedir}/osgGA
%{_libdir}/libosgGA.so
%{_libdir}/pkgconfig/openscenegraph-osgGA.pc

#----------------------------------------------------------------------------

%define osgManipulator_major 100
%define libosgManipulator %mklibname osgManipulator %{osgManipulator_major}

%package -n %{libosgManipulator}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgManipulator}
OpenSceneGraph shared library.

%files -n %{libosgManipulator}
%{_libdir}/libosgManipulator.so.%{osgManipulator_major}
%{_libdir}/libosgManipulator.so.%{version}

#----------------------------------------------------------------------------

%define devosgManipulator %mklibname osgManipulator -d

%package -n %{devosgManipulator}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgManipulator} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgManipulator}
OpenSceneGraph development files.

%files -n %{devosgManipulator}
%{_includedir}/osgManipulator
%{_libdir}/libosgManipulator.so
%{_libdir}/pkgconfig/openscenegraph-osgManipulator.pc

#----------------------------------------------------------------------------

%define osgParticle_major 100
%define libosgParticle %mklibname osgParticle %{osgParticle_major}

%package -n %{libosgParticle}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgParticle}
OpenSceneGraph shared library.

%files -n %{libosgParticle}
%{_libdir}/libosgParticle.so.%{osgParticle_major}
%{_libdir}/libosgParticle.so.%{version}

#----------------------------------------------------------------------------

%define devosgParticle %mklibname osgParticle -d

%package -n %{devosgParticle}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgParticle} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgParticle}
OpenSceneGraph development files.

%files -n %{devosgParticle}
%{_includedir}/osgParticle
%{_libdir}/libosgParticle.so
%{_libdir}/pkgconfig/openscenegraph-osgParticle.pc

#----------------------------------------------------------------------------

%define osgPresentation_major 100
%define libosgPresentation %mklibname osgPresentation %{osgPresentation_major}

%package -n %{libosgPresentation}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgPresentation}
OpenSceneGraph shared library.

%files -n %{libosgPresentation}
%{_libdir}/libosgPresentation.so.%{osgPresentation_major}
%{_libdir}/libosgPresentation.so.%{version}

#----------------------------------------------------------------------------

%define devosgPresentation %mklibname osgPresentation -d

%package -n %{devosgPresentation}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgPresentation} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgPresentation}
OpenSceneGraph development files.

%files -n %{devosgPresentation}
%{_includedir}/osgPresentation
%{_libdir}/libosgPresentation.so

#----------------------------------------------------------------------------

%define osgQt_major 100
%define libosgQt %mklibname osgQt %{osgQt_major}

%package -n %{libosgQt}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgQt}
OpenSceneGraph shared library.

%files -n %{libosgQt}
%{_libdir}/libosgQt.so.%{osgQt_major}
%{_libdir}/libosgQt.so.%{version}

#----------------------------------------------------------------------------

%define devosgQt %mklibname osgQt -d

%package -n %{devosgQt}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgQt} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgQt}
OpenSceneGraph development files.

%files -n %{devosgQt}
%{_includedir}/osgQt
%{_libdir}/libosgQt.so
%{_libdir}/pkgconfig/openscenegraph-osgQt.pc

#----------------------------------------------------------------------------

%define osgShadow_major 100
%define libosgShadow %mklibname osgShadow %{osgShadow_major}

%package -n %{libosgShadow}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgShadow}
OpenSceneGraph shared library.

%files -n %{libosgShadow}
%{_libdir}/libosgShadow.so.%{osgShadow_major}
%{_libdir}/libosgShadow.so.%{version}

#----------------------------------------------------------------------------

%define devosgShadow %mklibname osgShadow -d

%package -n %{devosgShadow}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgShadow} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgShadow}
OpenSceneGraph development files.

%files -n %{devosgShadow}
%{_includedir}/osgShadow
%{_libdir}/libosgShadow.so
%{_libdir}/pkgconfig/openscenegraph-osgShadow.pc

#----------------------------------------------------------------------------

%define osgSim_major 100
%define libosgSim %mklibname osgSim %{osgSim_major}

%package -n %{libosgSim}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgSim}
OpenSceneGraph shared library.

%files -n %{libosgSim}
%{_libdir}/libosgSim.so.%{osgSim_major}
%{_libdir}/libosgSim.so.%{version}

#----------------------------------------------------------------------------

%define devosgSim %mklibname osgSim -d

%package -n %{devosgSim}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgSim} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgSim}
OpenSceneGraph development files.

%files -n %{devosgSim}
%{_includedir}/osgSim
%{_libdir}/libosgSim.so
%{_libdir}/pkgconfig/openscenegraph-osgSim.pc

#----------------------------------------------------------------------------

%define osgTerrain_major 100
%define libosgTerrain %mklibname osgTerrain %{osgTerrain_major}

%package -n %{libosgTerrain}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgTerrain}
OpenSceneGraph shared library.

%files -n %{libosgTerrain}
%{_libdir}/libosgTerrain.so.%{osgTerrain_major}
%{_libdir}/libosgTerrain.so.%{version}

#----------------------------------------------------------------------------

%define devosgTerrain %mklibname osgTerrain -d

%package -n %{devosgTerrain}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgTerrain} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgTerrain}
OpenSceneGraph development files.

%files -n %{devosgTerrain}
%{_includedir}/osgTerrain
%{_libdir}/libosgTerrain.so
%{_libdir}/pkgconfig/openscenegraph-osgTerrain.pc

#----------------------------------------------------------------------------

%define osgText_major 100
%define libosgText %mklibname osgText %{osgText_major}

%package -n %{libosgText}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgText}
OpenSceneGraph shared library.

%files -n %{libosgText}
%{_libdir}/libosgText.so.%{osgText_major}
%{_libdir}/libosgText.so.%{version}

#----------------------------------------------------------------------------

%define devosgText %mklibname osgText -d

%package -n %{devosgText}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgText} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgText}
OpenSceneGraph development files.

%files -n %{devosgText}
%{_includedir}/osgText
%{_libdir}/libosgText.so
%{_libdir}/pkgconfig/openscenegraph-osgText.pc

#----------------------------------------------------------------------------

%define osgUtil_major 100
%define libosgUtil %mklibname osgUtil %{osgUtil_major}

%package -n %{libosgUtil}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgUtil}
OpenSceneGraph shared library.

%files -n %{libosgUtil}
%{_libdir}/libosgUtil.so.%{osgUtil_major}
%{_libdir}/libosgUtil.so.%{version}

#----------------------------------------------------------------------------

%define devosgUtil %mklibname osgUtil -d

%package -n %{devosgUtil}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgUtil} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgUtil}
OpenSceneGraph development files.

%files -n %{devosgUtil}
%{_includedir}/osgUtil
%{_libdir}/libosgUtil.so
%{_libdir}/pkgconfig/openscenegraph-osgUtil.pc

#----------------------------------------------------------------------------

%define osgViewer_major 100
%define libosgViewer %mklibname osgViewer %{osgViewer_major}

%package -n %{libosgViewer}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgViewer}
OpenSceneGraph shared library.

%files -n %{libosgViewer}
%{_libdir}/libosgViewer.so.%{osgViewer_major}
%{_libdir}/libosgViewer.so.%{version}

#----------------------------------------------------------------------------

%define devosgViewer %mklibname osgViewer -d

%package -n %{devosgViewer}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgViewer} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgViewer}
OpenSceneGraph development files.

%files -n %{devosgViewer}
%{_includedir}/osgViewer
%{_libdir}/libosgViewer.so
%{_libdir}/pkgconfig/openscenegraph-osgViewer.pc

#----------------------------------------------------------------------------

%define osgVolume_major 100
%define libosgVolume %mklibname osgVolume %{osgVolume_major}

%package -n %{libosgVolume}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgVolume}
OpenSceneGraph shared library.

%files -n %{libosgVolume}
%{_libdir}/libosgVolume.so.%{osgVolume_major}
%{_libdir}/libosgVolume.so.%{version}

#----------------------------------------------------------------------------

%define devosgVolume %mklibname osgVolume -d

%package -n %{devosgVolume}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgVolume} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgVolume}
OpenSceneGraph development files.

%files -n %{devosgVolume}
%{_includedir}/osgVolume
%{_libdir}/libosgVolume.so
%{_libdir}/pkgconfig/openscenegraph-osgVolume.pc

#----------------------------------------------------------------------------

%define osgWidget_major 100
%define libosgWidget %mklibname osgWidget %{osgWidget_major}

%package -n %{libosgWidget}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgWidget}
OpenSceneGraph shared library.

%files -n %{libosgWidget}
%{_libdir}/libosgWidget.so.%{osgWidget_major}
%{_libdir}/libosgWidget.so.%{version}

#----------------------------------------------------------------------------

%define devosgWidget %mklibname osgWidget -d

%package -n %{devosgWidget}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgWidget} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgWidget}
OpenSceneGraph development files.

%files -n %{devosgWidget}
%{_includedir}/osgWidget
%{_libdir}/libosgWidget.so
%{_libdir}/pkgconfig/openscenegraph-osgWidget.pc

#----------------------------------------------------------------------------

%package devel
Summary:	Development package for %{name}
Group:		Development/C++
Provides:	OpenSceneGraph-devel = %{EVRD}
Requires:	%{devOpenThreads} = %{EVRD}
Requires:	%{devosg} = %{EVRD}
Requires:	%{devosgAnimation} = %{EVRD}
Requires:	%{devosgDB} = %{EVRD}
Requires:	%{devosgFX} = %{EVRD}
Requires:	%{devosgGA} = %{EVRD}
Requires:	%{devosgManipulator} = %{EVRD}
Requires:	%{devosgParticle} = %{EVRD}
Requires:	%{devosgPresentation} = %{EVRD}
Requires:	%{devosgQt} = %{EVRD}
Requires:	%{devosgShadow} = %{EVRD}
Requires:	%{devosgSim} = %{EVRD}
Requires:	%{devosgTerrain} = %{EVRD}
Requires:	%{devosgText} = %{EVRD}
Requires:	%{devosgUtil} = %{EVRD}
Requires:	%{devosgViewer} = %{EVRD}
Requires:	%{devosgVolume} = %{EVRD}
Requires:	%{devosgWidget} = %{EVRD}

%description devel
This package contains development files for %{name}

%files devel
%{_libdir}/pkgconfig/openscenegraph.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}
%patch0 -p0
%patch1 -p1

%build
CFLAGS="%{optflags} -pthread"
CXXFLAGS="%{optflags} -pthread"
%cmake -DDESIRED_QT_VERSION=4
%make VERBOSE=TRUE

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.0-5
+ Revision: c33ed9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3799 |14cr|openshot-1.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major	1.4
%define		minor	3
#empty debug package
%define debug_package	%{nil}
Name:		openshot
Version:	%{major}.%{minor}
Release:	3
Summary:	Simple and Powerful video editor
Group:		Video
License:	GPLv3+
URL:		http://www.openshot.org/
Source0:	http://launchpad.net/openshot/%{major}/%{version}/+download/openshot-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	desktop-file-utils
BuildRequires:	python-devel
BuildRequires:	frei0r-plugins-devel
BuildRequires:	ladspa-devel
Requires:	python-mlt >= 0.8.8
Requires:	pygoocanvas
Requires:	pygtk2
Requires:	pygtk2.0-libglade
Requires:	python-imaging
Requires:	pyxdg
Requires:	python-httplib2
Requires:	frei0r-plugins
Requires:	ladspa

%description
OpenShot Video Editor is a free, open-source, non-linear video editor, based on
Python, GTK, MLT and frei0r. It can edit video and audio files, composite and 
transition video files, and mix multiple layers of video and audio together and 
render the output in many different formats.

%prep
%setup -q

%build
CFLAGS="%{optflags}" %__python setup.py build

%install
%__python setup.py install -O1 --skip-build --root=%{buildroot}

# Remove unnecessary file
%__rm %{buildroot}/%{_usr}/lib/mime/packages/openshot

# We strip bad shebangs (/usr/bin/env) instead of fixing them
# since these files are not executable anyways
find %{buildroot}/%{python_sitelib} -name '*.py' \
  -exec grep -q '^#!' '{}' \; -print | while read F
do
  awk '/^#!/ {if (FNR == 1) next;} {print}' $F >chopped
  touch -r $F chopped
  mv chopped $F
done


%files 
%doc README COPYING AUTHORS
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*
%{_datadir}/mime/packages/*
%{python_sitelib}/%{name}/
%{python_sitelib}/*egg-info
%{_mandir}/man1/%{name}.1.xz  
%{_mandir}/man1/%{name}-render.1.xz

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.3-3
+ Revision: 8bddb0c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3800 |14cr|opensi-client-3.4-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define	oname	opensi

Summary:	OpenSi client
Name:		%{oname}-client
Version:	3.4
Release:	19
License:	GPLv2+
Group:		Office
Url:		http://opensi.org/
Source0:	http://download.gna.org/opensi/opensi-client/3.4/%{name}-%{version}.tgz
BuildRequires:	firefox-devel
Requires:	firefox >= %{firefox_epoch}:%{firefox_version}
Requires:	libopensi

%description
Client for OpenSi.

%prep
%setup -q -n %{oname}

%build

%install
# Jar for the translation
mkdir -p %{buildroot}%{firefox_mozillapath}/chrome/
cp -r `pwd`  %{buildroot}%{firefox_mozillapath}/chrome/
# installed-chrome.txt addition
mkdir -p %{buildroot}%{firefox_mozillapath}/chrome/rc.d/
cat << EOF > %{buildroot}%{firefox_mozillapath}/chrome/rc.d/10_%{oname}.txt
content,install,url,resource:/chrome/opensi/content/opensi/
EOF

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=firefox -chrome chrome://opensi/content/login.xul
Icon=finances_section
Categories=Office;Finance;
Name=OpenSi
Comment=OpenSi client
EOF

%files
%{firefox_mozillapath}/chrome/%{oname}
%{firefox_mozillapath}/chrome/rc.d/10_%{oname}.txt
%{_datadir}/applications/mandriva-%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4-19
+ Revision: f210145
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3801 |14cr|openslide-3.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	C library and command line tools for reading virtual slides
Name:		openslide
Version:	3.4.0
Release:	3
License:	LGPLv2+
Group:		Graphics
Url:		http://openslide.org/
Source0:	https://github.com/downloads/openslide/%{name}/%{name}-%{version}.tar.xz
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)
Provides:	openslide-tools = %{EVRD}

%description
Command line tools for working with virtual slides.

%files
%doc README.txt lgpl-2.1.txt LICENSE.txt CHANGELOG.txt
%{_bindir}/%{name}-*
%{_mandir}/man1/%{name}-*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C library for reading virtual slides
Group:		System/Libraries

%description -n %{libname}
The OpenSlide library allows programs to access virtual slide files regardless
of the underlying image format.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for developing
applications that use %{name}.

%files -n %{develname}
%{_includedir}/%{name}/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
%make


%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.0-3
+ Revision: f219695
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3802 |14cr|openssl0.9.8-0.9.8zb-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define maj 0.9.8
%define libname %mklibname openssl %{maj}

Summary:	Secure Sockets Layer communications libs & utils
Name:		openssl%{maj}
Version:	%{maj}zb
Release:	1
License:	BSD-like
Group:		System/Libraries
URL:		http://www.openssl.org/
Source0:	ftp://ftp.openssl.org/source/openssl-%{version}.tar.gz
Source1:	ftp://ftp.openssl.org/source/openssl-%{version}.tar.gz.asc
# (gb) 0.9.6b-5mdk: Limit available SSL ciphers to 128 bits
Patch0:		openssl-0.9.6b-mdkconfig.patch
# (fg) 20010202 Patch from RH: some funcs now implemented with ia64 asm
Patch1:		openssl-0.9.7-ia64-asm.patch
# (gb) 0.9.7b-4mdk: Handle RPM_OPT_FLAGS in Configure
Patch2:		openssl-optflags.diff
# (gb) 0.9.7b-4mdk: Make it lib64 aware. TODO: detect in Configure
Patch3:		openssl-0.9.8b-lib64.diff
# (oe) support Brazilian Government OTHERNAME X509v3 field (#14158)
# http://www.iti.gov.br/resolucoes/RESOLU__O_13_DE_26_04_2002.PDF
Patch6:		openssl-0.9.8-beta6-icpbrasil.diff
Patch7:		openssl-0.9.8a-defaults.patch
Patch8:		openssl-0.9.8a-link-krb5.patch
Patch9:		openssl-0.9.8a-enginesdir.patch
Patch10:	openssl-0.9.7-beta6-ia64.patch
Patch12:	openssl-0.9.6-x509.patch
Patch13:	openssl-0.9.7-beta5-version-add-engines.patch
# http://qa.mandriva.com/show_bug.cgi?id=32621
Patch15:	openssl-0.9.8e-crt.patch
# http://blogs.sun.com/janp/
Patch16:	pkcs11_engine-0.9.8zb.diff
Patch17:	openssl-1.0.1c-fix-perlpath.pl
# MIPS and ARM support
Patch300:	openssl-0.9.8-mips.patch
Patch301:	openssl-0.9.8-arm.patch
BuildRequires:	chrpath
BuildRequires:	pkgconfig(zlib)

%description
The openssl certificate management tool and the shared libraries that provide
various encryption and decription algorithms and protocols, including DES, RC4,
RSA and SSL.

NOTE: Only the shared library and the engines are provided with this source
rpm package.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Secure Sockets Layer communications libs
Group:		System/Libraries

%description -n	%{libname}
The libraries files are needed for various cryptographic algorithms
and protocols, including DES, RC4, RSA and SSL.

%files -n %{libname}
%doc FAQ INSTALL LICENSE NEWS PROBLEMS README*
%attr(0755,root,root) %{_libdir}/lib*.so.*
%attr(0755,root,root) %dir %{_libdir}/openssl-%{maj}/engines
%attr(0755,root,root) %{_libdir}/openssl-%{maj}/engines/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n openssl-%{version}
%patch1 -p1 -b .ia64-asm
%patch2 -p0 -b .optflags
%patch3 -p1 -b .lib64
%patch6 -p0 -b .icpbrasil
%patch7 -p1 -b .defaults
%patch9 -p0 -b .enginesdir
%patch10 -p0 -b .ia64
%patch12 -p1 -b .x509
%patch13 -p1 -b .version-add-engines
%patch15 -p1 -b .crt
%patch16 -p1 -b .pkcs11_engine
%patch17 -p1 -b .perl

%patch300 -p0 -b .mips
%patch301 -p0 -b .arm

perl -pi -e "s,^(OPENSSL_LIBNAME=).+$,\1%{_lib}," Makefile.org engines/Makefile

# fix perl path
perl util/perlpath.pl %{_bindir}/perl

%build
%serverbuild

# Figure out which flags we want to use.
# default
sslarch=%{_os}-%{_arch}
%ifarch %{ix86}
sslarch=linux-elf
if ! echo %{_target} | grep -q i[56]86 ; then
    sslflags="no-asm"
fi
%endif

# ia64, x86_64, ppc, ppc64 are OK by default
# Configure the build tree.  Override OpenSSL defaults with known-good defaults
# usable on all platforms.  The Configure script already knows to use -fPIC and
# RPM_OPT_FLAGS, so we can skip specifiying them here.
./Configure \
    --prefix=%{_prefix} --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
    --enginesdir=%{_libdir}/openssl-%{maj}/engines \
     no-idea no-rc5 enable-camellia shared enable-tlsext ${sslarch} --pk11-libname=%{_libdir}/pkcs11/PKCS11_API.so

#    zlib no-idea no-mdc2 no-rc5 no-ec no-ecdh no-ecdsa shared ${sslarch}

# antibork stuff...
perl -pi -e "s|^#define ENGINESDIR .*|#define ENGINESDIR \"%{_libdir}/openssl-%{maj}/engines\"|g" crypto/opensslconf.h

# Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
# marked as not requiring an executable stack.
RPM_OPT_FLAGS="%{optflags} -Wa,--noexecstack"
make depend
make all build-shared

# Generate hashes for the included certs.
make rehash build-shared

%install
%makeinstall \
	INSTALL_PREFIX=%{buildroot} \
	MANDIR=%{_mandir} \
	build-shared

# the makefiles are too borked...
install -d %{buildroot}%{_libdir}/openssl-%{maj}
mv %{buildroot}%{_libdir}/engines %{buildroot}%{_libdir}/openssl-%{maj}/

# strip cannot touch these unless 755
chmod 755 %{buildroot}%{_libdir}/openssl-%{maj}/engines/*.so*
chmod 755 %{buildroot}%{_libdir}/*.so*

# nuke what we don't need
rm -rf %{buildroot}%{_sysconfdir}
rm -rf %{buildroot}%{_bindir}
rm -rf %{buildroot}%{_mandir}
rm -rf %{buildroot}%{_libdir}/pkgconfig
rm -rf %{buildroot}%{_includedir}
rm -f %{buildroot}%{_libdir}/lib*.so
rm -f %{buildroot}%{_libdir}/lib*.a


%changelog
* Thu Aug 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.8zb-1
+ Revision: dd0b212
- New version 0.9.8zb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3803 |14cr|openstack-swift-1.2.99.239-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global with_doc 1

%define bzr_rev 239
Name:             openstack-swift
Version:          1.2.99.%{bzr_rev}
Release:          3
Summary:          OpenStack Object Storage (swift)
Group:            Development/Python
License:          ASL 2.0
URL:              http://launchpad.net/swift
Source0:          http://hudson.openstack.org/job/swift-tarball/lastSuccessfulBuild/artifact/dist/swift-1.3-dev+bzr%{bzr_rev}.tar.gz
#Source0:          http://launchpad.net/swift/1.2/1.2.0/+download/swift-1.2.0.tar.gz
Source1:          %{name}-functions
Source2:          %{name}-account.init
Source3:          %{name}-auth.init
Source4:          %{name}-container.init
Source5:          %{name}-object.init
Source6:          %{name}-proxy.init
Source20:         %{name}-create-man-stubs.py
BuildRoot:        %{_tmppath}/swift-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:        noarch
BuildRequires:    fdupes
BuildRequires:    dos2unix
BuildRequires:    python-devel
BuildRequires:    python-setuptools
Requires:         python-configobj
Requires:         python-eventlet >= 0.9.8
Requires:         python-greenlet >= 0.3.1
Requires:         python-simplejson
Requires:         python-webob
Requires:         pyxattr
Requires:         python-netifaces
Requires(pre):    shadow-utils

%description
OpenStack Object Storage (swift) aggregates commodity servers to work together
in clusters for reliable, redundant, and large-scale storage of static objects.
Objects are written to multiple hardware devices in the data center, with the
OpenStack software responsible for ensuring data replication and integrity
across the cluster. Storage clusters can scale horizontally by adding new
nodes, which are automatically configured. Should a node fail, OpenStack works
to replicate its content from other active nodes. Because OpenStack uses
software logic to ensure data replication and distribution across different
devices, inexpensive commodity hard drives and servers can be used in lieu of
more expensive equipment.

%package          account
Summary:          A swift account server
Group:            System/Cluster
Requires:         %{name} = %{version}-%{release}

%description      account
OpenStack Object Storage (swift) aggregates commodity servers to work together
in clusters for reliable, redundant, and large-scale storage of static objects.

This package contains the %{name} account server.

%package          auth
Summary:          A swift auth server
Group:            System/Cluster 
Requires:         %{name} = %{version}-%{release}

%description      auth
OpenStack Object Storage (swift) aggregates commodity servers to work together
in clusters for reliable, redundant, and large-scale storage of static objects.

This package contains the %{name} auth server.

%package          container
Summary:          A swift container server
Group:            System/Cluster
Requires:         %{name} = %{version}-%{release}

%description      container
OpenStack Object Storage (swift) aggregates commodity servers to work together
in clusters for reliable, redundant, and large-scale storage of static objects.

This package contains the %{name} container server.

%package          object
Summary:          A swift object server
Group:            System/Cluster 
Requires:         %{name} = %{version}-%{release}

%description      object
OpenStack Object Storage (swift) aggregates commodity servers to work together
in clusters for reliable, redundant, and large-scale storage of static objects.

This package contains the %{name} object server.

%package          proxy
Summary:          A swift proxy server
Group:            System/Cluster
Requires:         %{name} = %{version}-%{release}
Requires:         memcached

%description      proxy
OpenStack Object Storage (swift) aggregates commodity servers to work together
in clusters for reliable, redundant, and large-scale storage of static objects.

This package contains the %{name} proxy server.

%if 0%{?with_doc}
%package doc
Summary:          Documentation for %{name}
Group:            Books/Computer books
BuildRequires:    python-sphinx
# Required for generating docs
BuildRequires:    python-eventlet
BuildRequires:    python-simplejson
BuildRequires:    python-webob
BuildRequires:    pyxattr
BuildRequires:    python-xmldiff
BuildRequires:    python-netaddr
BuildRequires:    python-netifaces


%description      doc
OpenStack Object Storage (swift) aggregates commodity servers to work together
in clusters for reliable, redundant, and large-scale storage of static objects.

This package contains documentation files for %{name}.
%endif

%prep
%setup -q -n swift-1.3-dev
# Fix wrong-file-end-of-line-encoding warning
dos2unix LICENSE

%build
CFLAGS="%{optflags}" python setup.py build
# Build docs
%if 0%{?with_doc}
export PYTHONPATH="$( pwd ):$PYTHONPATH"
pushd doc
sphinx-build -b html source build/html
popd
rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
%endif
# Build man stubs
%{__python} %{SOURCE20} --mandir=./man

%install
%{__python} setup.py install --root $RPM_BUILD_ROOT --install-purelib=%{python_sitelib}
# Init helper functions
install -p -D -m 644 %{SOURCE1} %{buildroot}/usr/share/%{name}/functions
# Init scripts
install -p -D -m 755 %{SOURCE2} %{buildroot}%{_initrddir}/%{name}-account
install -p -D -m 755 %{SOURCE3} %{buildroot}%{_initrddir}/%{name}-auth
install -p -D -m 755 %{SOURCE4} %{buildroot}%{_initrddir}/%{name}-container
install -p -D -m 755 %{SOURCE5} %{buildroot}%{_initrddir}/%{name}-object
install -p -D -m 755 %{SOURCE6} %{buildroot}%{_initrddir}/%{name}-proxy
# Install man stubs
for name in $( ls ./man ); do
    mkdir -p "%{buildroot}%{_mandir}/$name"
    cp "./man/$name/"*.gz "%{buildroot}%{_mandir}/$name"
done
# Remove tests
rm -fr %{buildroot}/%{python_sitelib}/test
# Misc other
install -d -m 755 %{buildroot}%{_sysconfdir}/swift
install -d -m 755 %{buildroot}%{_sysconfdir}/swift/account-server
install -d -m 755 %{buildroot}%{_sysconfdir}/swift/auth-server
install -d -m 755 %{buildroot}%{_sysconfdir}/swift/container-server
install -d -m 755 %{buildroot}%{_sysconfdir}/swift/object-server
install -d -m 755 %{buildroot}%{_sysconfdir}/swift/proxy-server
# /var/run is not allowed in 11.3 or later because of tmpfs support
%if 0%{?suse_version} < 1130
# Install pid directory
install -d -m 755 %{buildroot}%{_localstatedir}/run/swift
install -d -m 755 %{buildroot}%{_localstatedir}/run/swift/account-server
install -d -m 755 %{buildroot}%{_localstatedir}/run/swift/auth-server
install -d -m 755 %{buildroot}%{_localstatedir}/run/swift/container-server
install -d -m 755 %{buildroot}%{_localstatedir}/run/swift/object-server
install -d -m 755 %{buildroot}%{_localstatedir}/run/swift/proxy-server
%endif
fdupes %{buildroot}%{python_sitelib}/swift
%clean
rm -rf %{buildroot}

%pre
getent group swift >/dev/null || groupadd -r swift
getent passwd swift >/dev/null || \
useradd -r -g swift -d %{_sharedstatedir}/swift -s /sbin/nologin \
-c "OpenStack Swift Daemons" swift
exit 0

%post account
%_post_service openstack-swift-account

%preun account
%_preun_service openstack-swift-account

%post auth
%_post_service openstack-swift-auth

%preun auth
%_preun_service openstack-swift-auth

%post container
%_post_service openstack-swift-container

%preun container
%_preun_service openstack-swift-container

%post object
%_post_service openstack-swift-object

%preun object
%_preun_service openstack-swift-object

%post proxy
%_post_service openstack-swift-proxy

%preun proxy
%_preun_service openstack-swift-proxy

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README
%dir /usr/share/%{name}/functions
%if 0%{?suse_version} < 1130
%dir %attr(0755, swift, root) %{_localstatedir}/run/swift
%endif
%dir %{_sysconfdir}/swift
%dir %{python_sitelib}/swift
%dir /usr/share/openstack-swift
%{_bindir}/st
%{_bindir}/swift-account-audit
%{_bindir}/swift-drive-audit
%{_bindir}/swift-get-nodes
%{_bindir}/swift-init
%{_bindir}/swift-ring-builder
%{_bindir}/swift-stats-populate
%{_bindir}/swift-stats-report
# TODO: check if this is the correct subpackage
%{_bindir}/swift-bench
%{_bindir}/swift-log-stats-collector
%{_bindir}/swift-log-uploader
# ENDTODO
%{_mandir}/man8/st.8.*
%{_mandir}/man8/swift-account-audit.8.*
%{_mandir}/man8/swift-drive-audit.8.*
%{_mandir}/man8/swift-get-nodes.8.*
%{_mandir}/man8/swift-init.8.*
%{_mandir}/man8/swift-ring-builder.8.*
%{_mandir}/man8/swift-stats-populate.8.*
%{_mandir}/man8/swift-stats-report.8.*
%{python_sitelib}/swift/*.py*
%{python_sitelib}/swift/common
# TODO: check if this is the correct subpackage
%{python_sitelib}/swift/stats
# ENDTODO
%{python_sitelib}/swift-1.*.egg-info

%files account
%defattr(-,root,root,-)
%doc etc/account-server.conf-sample
%dir %{_initrddir}/%{name}-account
%if 0%{?suse_version} < 1130
%dir %attr(0755, swift, root) %{_localstatedir}/run/swift/account-server
%endif
%dir %{_sysconfdir}/swift/account-server
%{_bindir}/swift-account-auditor
%{_bindir}/swift-account-reaper
%{_bindir}/swift-account-replicator
%{_bindir}/swift-account-server
# TODO: check if this is the correct subpackage
%{_bindir}/swift-account-stats-logger
# ENDTODO
%{_mandir}/man8/swift-account-auditor.8.*
%{_mandir}/man8/swift-account-reaper.8.*
%{_mandir}/man8/swift-account-replicator.8.*
%{_mandir}/man8/swift-account-server.8.*
%{python_sitelib}/swift/account

%files auth
%defattr(-,root,root,-)
%doc etc/auth-server.conf-sample
%dir %{_initrddir}/%{name}-auth
%if 0%{?suse_version} < 1130
%dir %attr(0755, swift, root) %{_localstatedir}/run/swift/auth-server
%endif
%dir %{_sysconfdir}/swift/auth-server
#%{_bindir}/swift-auth-create-account
%{_bindir}/swift-auth-recreate-accounts
%{_bindir}/swift-auth-server
# TODO: check if this is the correct subpackage
%{_bindir}/swift-auth-add-user
%{_bindir}/swift-auth-to-swauth
%{_bindir}/swift-auth-update-reseller-prefixes
%{_bindir}/swauth-add-account
%{_bindir}/swauth-add-user
%{_bindir}/swauth-cleanup-tokens
%{_bindir}/swauth-delete-account
%{_bindir}/swauth-delete-user
%{_bindir}/swauth-list
%{_bindir}/swauth-prep
%{_bindir}/swauth-set-account-service
# ENDTODO
%{_mandir}/man8/swift-auth-create-account.8.*
%{_mandir}/man8/swift-auth-recreate-accounts.8.*
%{_mandir}/man8/swift-auth-server.8.*
%{python_sitelib}/swift/auth

%files container
%defattr(-,root,root,-)
%doc etc/container-server.conf-sample
%dir %{_initrddir}/%{name}-container
%if 0%{?suse_version} < 1130
%dir %attr(0755, swift, root) %{_localstatedir}/run/swift/container-server
%endif
%dir %{_sysconfdir}/swift/container-server
%{_bindir}/swift-container-auditor
%{_bindir}/swift-container-server
%{_bindir}/swift-container-replicator
%{_bindir}/swift-container-updater
%{_mandir}/man8/swift-container-auditor.8.*
%{_mandir}/man8/swift-container-server.8.*
%{_mandir}/man8/swift-container-replicator.8.*
%{_mandir}/man8/swift-container-updater.8.*
%{python_sitelib}/swift/container

%files object
%defattr(-,root,root,-)
%doc etc/account-server.conf-sample etc/rsyncd.conf-sample
%dir %{_initrddir}/%{name}-object
%if 0%{?suse_version} < 1130
%dir %attr(0755, swift, root) %{_localstatedir}/run/swift/object-server
%endif
%dir %{_sysconfdir}/swift/object-server
%{_bindir}/swift-object-auditor
%{_bindir}/swift-object-info
%{_bindir}/swift-object-replicator
%{_bindir}/swift-object-server
%{_bindir}/swift-object-updater
%{_mandir}/man8/swift-object-auditor.8.*
%{_mandir}/man8/swift-object-info.8.*
%{_mandir}/man8/swift-object-replicator.8.*
%{_mandir}/man8/swift-object-server.8.*
%{_mandir}/man8/swift-object-updater.8.*
%{python_sitelib}/swift/obj

%files proxy
%defattr(-,root,root,-)
%doc etc/proxy-server.conf-sample
%dir %{_initrddir}/%{name}-proxy
%if 0%{?suse_version} < 1130
%dir %attr(0755, swift, root) %{_localstatedir}/run/swift/proxy-server
%endif
%dir %{_sysconfdir}/swift/proxy-server
%{_bindir}/swift-proxy-server
%{_mandir}/man8/swift-proxy-server.8.*
%{python_sitelib}/swift/proxy

%if 0%{?with_doc}
%files doc
%defattr(-,root,root,-)
%doc LICENSE doc/build/html
%endif




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.99.239-3
+ Revision: 2e3cdc7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3804 |14cr|openswan-2.6.39-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An implementation of IPSEC & IKE for Linux
Name:		openswan
Version:	2.6.39
Release:	3
License:	GPLv2+
Group:		System/Servers
Url:		http://www.openswan.org/
Source0:	http://www.openswan.org/download/openswan-%{version}.tar.gz
Source1:	http://www.openswan.org/download/openswan-%{version}.tar.gz.asc
Source2:	openswan.service
Patch0:		openswan-2.6.28-manfix.patch
BuildRequires:	bison
BuildRequires:	docbook-dtd412-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	dos2unix
BuildRequires:	flex
BuildRequires:	xmlto
BuildRequires:	gmp-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(libcurl)
Requires:	curl
Requires:	iproute2
Requires:	ipsec-tools
Requires:	lsof
Requires:	openldap
Requires(post,preun):	rpm-helper
Provides:	ipsec-userland
Conflicts:	freeswan

%description
Openswan is a free implementation of IPSEC & IKE for Linux, a fork of the
FreeS/WAN project.

IPSEC is Internet Protocol Security and uses strong cryptography to
provide both authentication and encryption services.  These services
allow you to build secure tunnels through untrusted networks.
Everything passing through the untrusted net is encrypted by the ipsec
gateway machine and decrypted by the gateway at the other end of the
tunnel.  The resulting tunnel is a virtual private network or VPN.

This package contains the daemons and userland tools for setting up
Openswan on a kernel with either the 2.6 native IPsec code, or
FreeS/WAN's KLIPS.

%files
%doc BUGS CHANGES COPYING CREDITS README
%{_unitdir}/%{name}.service
%{_prefix}/lib/systemd/scripts/ipsec
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/ipsec.conf
%attr(0700,root,root) %dir %{_sysconfdir}/%{name}/ipsec.d
%attr(0700,root,root) %dir %{_sysconfdir}/%{name}/ipsec.d/examples
%attr(0700,root,root) %dir %{_sysconfdir}/%{name}/ipsec.d/policies
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/ipsec.d/*/*
%{_sbindir}/ipsec
%dir %{_libdir}/ipsec
%{_libdir}/ipsec/*
%{_localstatedir}/lib/run/pluto
%{_mandir}/*/*

%preun
%_preun_service %{name}

%post
%_post_service %{name}

#----------------------------------------------------------------------------

%package doc
Summary:	An implementation of IPSEC & IKE for Linux
Group:		System/Servers
BuildArch:	noarch

%description doc
Openswan is a free implementation of IPSEC & IKE for Linux, a fork of the
FreeS/WAN project.

This is the documentation for Openswan.

%files doc
%doc docs/README.* docs/CREDITS.* docs/*.txt
%doc docs/quickstarts docs/html-old-need-merge-with-wiki

#----------------------------------------------------------------------------

%prep
%setup -q -n openswan-%{version}
%patch0 -p0 -b .manfix

find . -type f -name "*.html" -exec dos2unix {} \;

%build
%serverbuild

find . -name "Makefile*" | xargs perl -pi -e "s|libexec|%{_lib}|g"
export CLFAGS=$(echo %{optflags} -fno-strict-aliasing)
# the %make macro doesn't seem to work
make \
    USERCOMPILE="-g $CLFAGS" \
    INC_USRLOCAL=%{_prefix} \
    MANTREE=%{_mandir} \
    INC_RCDEFAULT=%{_initrddir} \
    CONFDIR=%{_sysconfdir}/%{name} \
    FINALCONFDIR=%{_sysconfdir}/%{name} \
    FINALCONFFILE=%{_sysconfdir}/%{name}/ipsec.conf \
    FINALLIBEXECDIR=%{_libdir}/ipsec \
    FINALLIBDIR=%{_libdir}/ipsec \
    USE_LIBCAP_NG=true \
    USE_LDAP=true \
    USE_LIBCURL=true \
    HAVE_THREADS=true \
    programs

%install
make \
    DESTDIR=%{buildroot} \
    INC_USRLOCAL=%{_prefix} \
    MANTREE=%{buildroot}%{_mandir} \
    INC_RCDEFAULT=%{_initrddir} \
    INC_USRLOCAL=%{_prefix} \
    INC_RCDEFAULT=%{_initrddir} \
    FINALCONFDIR=%{_sysconfdir}/%{name} \
    FINALLIBEXECDIR=%{_libdir}/ipsec \
    FINALLIBDIR=%{_libdir}/ipsec \
    install

install -d -m700 %{buildroot}%{_localstatedir}/lib/run/pluto
install -d %{buildroot}%{_sbindir}

# Remove old documentation for the time being.
rm -rf %{buildroot}%{_defaultdocdir}/freeswan

# cleanup
rm -rf %{buildroot}%{_sysconfdir}/rc.d/rc*
rm -rf %{buildroot}%{_sysconfdir}/rc.d/init.d/setup
rm -rf %{buildroot}%{_docdir}/%{name}

install -Dm644 %{SOURCE2} %{buildroot}%{_unitdir}/openswan.service
mkdir -p %{buildroot}%{_prefix}/lib/systemd/scripts/
mv %{buildroot}/%{_initrddir}/ipsec %{buildroot}/%{_prefix}/lib/systemd/scripts/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.39-3
+ Revision: 9a32478
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3805 |14cr|openteacher-2.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		openteacher
Version:	2.2.1
Release:	3
Summary:	An application that helps you learn a foreign language
License:	GPLv3+
Group:		Education
URL:		http://openteacher.org/
Source0:	http://launchpad.net/openteacher/2.x/2.2/+download/%{name}-%{version}.tar.gz
Patch0:		openteacher-2.2.1-desktop.patch
Patch1:		openteacher-2.2.1-setup.patch
BuildRequires:	python-devel
Requires:	PyQt4
BuildArch:	noarch

%description
OpenTeacher has the following features:
- Smart and interval question asking
- Think answer, shuffle answer and repeat answer input modes
- Easy symbol, Greek and Cyrillic input
- Read and write Teach2000 and WRTS files, read ABBY Lingvo Tutor files
- Save and open your online WRTS lists
- Support for synonyms
- Printing your word lists
- Available in Arabic, Trad. Chinese, Croatian, Danish, Dutch, English,
  French, German, Hebrew, Hungarian, Japanese, Korean, Polish, Russian,
  Serbian, Slovenian, Spanish, Swedish and Turkish.

%prep
%setup -q -c
%patch0 -p1 -b .desktop
%patch1 -p1 -b .setup

%build
%__python setup.py build

%install
%__rm -rf %{buildroot}
%__python setup.py install \
	--root=%{buildroot} \
	--no-compile

%__install -d %{buildroot}%{_datadir}/applications
%__install -m 644 linux/%{name}.desktop %{buildroot}%{_datadir}/applications/

%__install -d %{buildroot}%{_iconsdir}/hicolor/48x48/apps
%__install -m 644 linux/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/

%__install -d %{buildroot}%{_iconsdir}/hicolor/48x48/mimetypes
%__install -m 644 linux/application*.png %{buildroot}%{_iconsdir}/hicolor/48x48/mimetypes/

%__install -d %{buildroot}%{_datadir}/mime/packages
%__install -m 644 linux/%{name}.xml %{buildroot}%{_datadir}/mime/packages/

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING NEWS README
%{_bindir}/%{name}
%{python_sitelib}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/*/mimetypes/application*.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-3
+ Revision: d185462
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3806 |14cr|opentracker-0.cvs20100808-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	An open and free bittorrent tracker
Name:		opentracker
Version:	0.cvs20100808
Release:	4
License:	Copyright only
Group:		Networking/File transfer
Url:		http://erdgeist.org/arts/software/opentracker/
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.service
Source2:	%{name}.conf.http
BuildRequires:	libowfat-devel
BuildRequires:	pkgconfig(zlib)

%description
OpenTracker is a open and free bittorrent tracker project. It aims for minimal
resource usage and is intended to run at your wlan router. Currently it is
deployed as an open and free tracker instance. Read our free and open tracker
blog (http://opentracker.blog.h3q.com/) and do not hesitate to setup your own
free trackers!

%files
%doc README_v6 README
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%{_unitdir}/%{name}.service
%{_bindir}/%{name}


%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# Some experimental or older, deprecated features can be enabled by the -DWANT_LOG_NETWORKS, -DWANT_SYNC_SCRAPE or -DWANT_IP_FROM_PROXY switch.
# -DWANT_V6 makes opentracker an IPv6-only tracker.
# Normally opentracker tracks any torrent announced to it.
# You can change that behaviour by enabling ONE of -DWANT_ACCESSLIST_BLACK or -DWANT_ACCESSLIST_WHITE.
# Some statistics opentracker can provide are sensitive. You can restrict access to these statistics by enabling -DWANT_RESTRICT_STATS.
# opentracker can run in a cluster. Enable this behaviour by enabling -DWANT_SYNC_LIVE.
export FEATURES=" -DWANT_COMPRESSION_GZIP -DWANT_IP_FROM_QUERY_STRING"
%make

%install
install -d %{buildroot}%{_bindir} %{buildroot}%{_sysconfdir}/%{name} %{buildroot}%{_unitdir}
%make PREFIX=%{buildroot}%{_prefix} install
install -D -m 644 %{name}.conf.sample %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
install -D -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -D -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.cvs20100808-4
+ Revision: 549637b
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3807 |14cr|openttd-1.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		openttd
Version:	1.4.2
Release:	1
Summary:	An open source clone of the Microprose game "Transport Tycoon Deluxe" game
Group:		Games/Strategy
License:	GPLv2
URL:		http://www.openttd.org
Source:		http://binaries.openttd.org/releases/%{version}/%{name}-%{version}-source.tar.xz
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	icu-devel
BuildRequires:	liblzo-devel
BuildRequires:	unzip
BuildRequires:	ccache
BuildRequires:	desktop-file-utils
Requires:	TiMidity++
Requires:	openttd-opengfx >= 0.4.6
Requires:	openttd-opensfx
Requires:	openttd-openmsx

%description
OpenTTD is an open source clone of the Microprose game "Transport Tycoon
Deluxe" game.

%prep
%setup -q

%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
export LDFLAGS="%{ldflags}"

./configure \
	--prefix-dir=%{_prefix} \
	--install-dir=%{buildroot} \
	--with-ccache --enable-debug

%make VERBOSE=1

%install
%makeinstall_std

#cleanup
rm -rf %{buildroot}%{_datadir}/pixmaps

# fix desktop file
desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
	--add-category=StrategyGame \
	--remove-key=Version \
	%{buildroot}%{_datadir}/applications/openttd.desktop

%files
%doc *.txt COPYING
%{_gamesbindir}/openttd
%{_gamesdatadir}/openttd
%{_datadir}/applications/openttd.desktop
%{_iconsdir}/hicolor/*/apps/openttd.png
%{_mandir}/man6/openttd.*


%changelog
* Sun Aug 17 2014 Eugene Budanov <eugene.budanov@rosalab.ru> 1.4.2-1
+ Revision: 8ff5a25
- Version update



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3808 |14cr|openttd-opengfx-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname opengfx

Summary:	OpenGFX graphics replacement set for OpenTTD
Name:		openttd-%{realname}
Version:	0.5.0
Release:	2
License:	GPLv2+
Group:		Games/Strategy
Url:		http://dev.openttdcoop.org/projects/opengfx
Source0:	http://gb.binaries.openttd.org/binaries/extra/%{realname}/%{version}/%{realname}-%{version}-source.tar.gz
Patch0:		opengfx-0.4.1-gimpscript.patch
BuildRequires:	grfcodec
BuildRequires:	nml >= 0.3.0
BuildRequires:	gimp
Conflicts:	openttd < 1.0.0
BuildArch:	noarch

%description
OpenGFX is an open source graphics base set for OpenTTD which can completely
replace the TTD base set.

%files
%defattr(0644,root,root,0755)
%doc docs/*.txt
%{_gamesdatadir}/openttd/data/*.tar

#----------------------------------------------------------------------------

%prep
%setup -q -n %{realname}-%{version}-source
%patch0 -p1

#Makefile.local
cat >> Makefile.local << EOF
DO_NOT_INSTALL_DOCS = 1
DO_NOT_INSTALL_LICENSE = 1
DO_NOT_INSTALL_CHANGELOG = 1
EOF

%build
make

%install
mkdir -p %{buildroot}%{_gamesdatadir}/openttd/data
%make install \
	INSTALL_DIR=%{buildroot}%{_gamesdatadir}/openttd/data \
	DOCDIR=%{buildroot}%{_docdir}/%{name}

%check
# Disable for now, Makefile is messed up
# make check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-2
+ Revision: 9b55a26
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3809 |14cr|openttd-openmsx-0.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname openmsx

Name:           openttd-%{realname}
Version:        0.3.1
Release:        2
Summary:        OpenMSX music replacement set for OpenTTD

Group:          Games/Strategy
License:        GPLv2
URL:            http://dev.openttdcoop.org/projects/openmsx
Source0:        http://bundles.openttdcoop.org/%{realname}/releases/%{version}/%{realname}-%{version}-source.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:      noarch
BuildRequires:  dos2unix
BuildRequires:  python
Conflicts:      openttd < 1.0.0-2mdv

%description
OpenMSX is an open source replacement for the original Transport Tycoon
Deluxe (TTD) music.

%prep
%setup -q -n %{realname}-%{version}-source

%build
%make

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_gamesdatadir}/openttd/gm
%make install INSTALL_DIR=%{buildroot}%{_gamesdatadir}/openttd/gm

%check
%make check

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc docs/*.txt
%{_gamesdatadir}/openttd/gm/%{realname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-2
+ Revision: 501e273
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3810 |14cr|openttd-opensfx-0.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname opensfx

Name:           openttd-%{realname}
Version:        0.2.3
Release:        3
Summary:        OpenSFX sound replacement set for OpenTTD

Group:          Games/Strategy
License:        Creative Commons Sampling Plus 1.0 License
URL:            http://dev.openttdcoop.org/projects/opensfx
Source0:        http://bundles.openttdcoop.org/%{realname}/releases/%{realname}-%{version}-source.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:      noarch
BuildRequires:  catcodec
Conflicts:      openttd < 1.0.0-2mdv

%description
OpenSFX is an open source replacement for the original Transport Tycoon
Deluxe base sounds used by OpenTTD.

%prep
%setup -q -n %{realname}-%{version}-source

%build
%make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_gamesdatadir}/openttd/data
%make install INSTALL_DIR=%{buildroot}%{_gamesdatadir}/openttd/data

%check
%make check

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc docs/*.txt
%{_gamesdatadir}/openttd/data/%{realname}-%{version}.tar



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-3
+ Revision: a204d82
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3811 |14cr|openvas-administrator-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Provide a unified access for various administrative tasks
Name:		openvas-administrator
Version:	1.1.2
Release:	4
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.openvas.org
Source0:	http://wald.intevation.org/frs/download.php/561/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	xmltoman
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libopenvas)

%description
The mission of OpenVAS Administrator is to provide a unified access
for various administrative tasks such as creating and configuring
scan user accounts.

The Administrator can be used in two ways: As a command line tool for
direct changes on the respective system and as a remote service.

%files
%config(noreplace) %{_sysconfdir}/openvas/openvasad_log.conf
%{_sbindir}/openvasad
%{_mandir}/man8/openvasad.8.*
%attr(644,root,root) %{_datadir}/openvas/openvasad/global_schema_formats/*/*

#----------------------------------------------------------------------------

%prep
%setup -q

sed -i -e 's#-Werror##' CMakeLists.txt

%build
export LDFLAGS="-lglib-2.0"
%cmake
%make

%install
%makeinstall_std -C build



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-4
+ Revision: 09b51e2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3812 |14cr|openvas-cli-1.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	OpenVAS command line interface
Name:		openvas-cli
Version:	1.1.5
Release:	2
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.openvas.org
Source0:	http://wald.intevation.org/frs/download.php/851/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libopenvas)

%description
The module OpenVAS-CLI collects command line tools to handle with the OpenVAS
services via the respective protocols.

The best supported service is currently the OpenVAS-Manager (openvasmd).

%files
%{_bindir}/omp
%{_mandir}/man8/omp.8.*

#----------------------------------------------------------------------------

%prep
%setup -q

sed -i -e 's#-Werror##' `grep -rl Werror *|grep CMakeLists.txt`

%build
%cmake -DSYSCONFDIR=%{_sysconfdir}
%make

%install
%makeinstall_std -C build



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-2
+ Revision: b1460b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3813 |14cr|openvas-client-3.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Client module for OpenVAS
Name:		openvas-client
Version:	3.0.3
Release:	3
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.openvas.org
Source0:	http://wald.intevation.org/frs/download.php/561/%{name}-%{version}.tar.gz
Patch0:		openvas-client-3.0.3-devel.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libopenvas)

%description
OpenVAS-Client is a successor of NessusClient. The fork happened
with NessusClient CVS HEAD 20070704.

%files
%{_sysconfdir}/openvas/openvas-client_log.conf
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .devel

%build
%configure2_5x \
	--disable-static \
	--enable-gtk
make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.3-3
+ Revision: 9799848
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3814 |14cr|openvas-gsa-2.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags -Wformat

Summary:	The Greenbone Security Assistant
Name:		openvas-gsa
Version:	2.0.2
Release:	3
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.openvas.org
Source0:	http://wald.intevation.org/frs/download.php/1157/greenbone-security-assistant-%{version}.tar.gz
Source1:	gsad.logrotate
Source2:	debian.greenbone-security-assistant.default
Source3:	gsad.init.suse
Source4:	gsad.init.fedora
Source5:	gsad.init.mandriva
Patch0:		greenbone-security-assistant-2.0.1-werror.diff

BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	pinentry-gtk2
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libmicrohttpd)
BuildRequires:	pkgconfig(libopenvas)
BuildRequires:	pkgconfig(libxslt)
Requires:	logrotate

%description
The Greenbone Security Assistant is a web application that
connects to the OpenVAS Manager and OpenVAS Administrator
to provide for a full-featured user interface for
vulnerability management.

%files
%config(noreplace) %{_sysconfdir}/logrotate.d/greenbone-security-assistant
%dir %{_sysconfdir}/openvas
%config(noreplace) %{_sysconfdir}/openvas/gsad_log.conf
%{_initrddir}/greenbone-security-assistant
%{_sbindir}/gsad
%{_mandir}/man8/gsad.8*
%dir %{_datadir}/openvas
%{_datadir}/openvas/gsa
%dir %{_localstatedir}/log/openvas
%ghost %{_localstatedir}/log/openvas/gsad.log
%config(noreplace) %{_sysconfdir}/sysconfig/greenbone-security-assistant

%post
%_post_service greenbone-security-assistant

%preun
%_preun_service greenbone-security-assistant

#----------------------------------------------------------------------------

%prep
%setup -q -n greenbone-security-assistant-%{version}
%patch0 -p0 -b .werror

%build
export LDFLAGS="-lopenvas_base -lopenvas_misc"
%serverbuild

%cmake \
	-DCMAKE_VERBOSE_MAKEFILE=ON \
	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
	-DSYSCONFDIR=%{_sysconfdir} \
	-DLOCALSTATEDIR=%{_localstatedir} \
	-DCMAKE_BUILD_TYPE=release \
	-DUSE_LIBXSLT=0

mkdir -p src/html
cp -r ../src/html/* src/html
%make  VERBOSE=1

%install
%makeinstall_std -C build
install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/greenbone-security-assistant
install -D -m 755 %{SOURCE5} %{buildroot}%{_initrddir}/greenbone-security-assistant
install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/greenbone-security-assistant

mkdir -p %{buildroot}%{_localstatedir}/log/openvas
touch %{buildroot}%{_localstatedir}/log/openvas/gsad.log


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-3
+ Revision: 298844e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3815 |14cr|openvas-libraries-4.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libbase %mklibname openvas_base %{major}
%define libhg %mklibname openvas_hg %{major}
%define libmisc %mklibname openvas_misc %{major}
%define libnasl %mklibname openvas_nasl %{major}
%define libomp %mklibname openvas_omp %{major}
%define devname %mklibname openvas -d

Summary:	Support libraries for Open Vulnerability Assessment (OpenVAS) Server
Name:		openvas-libraries
Version:	4.0.7
Release:	4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.openvas.org
Source0:	http://wald.intevation.org/frs/download.php/979/openvas-libraries-%{version}.tar.gz
Patch0:		openvas-libraries-4.0.4-build.patch
Patch1:		openvas-libraries-4.0.7-bison3.patch
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	gpgme-devel
BuildRequires:	libpcap-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(uuid)
Obsoletes:	openvas-libnasl < 3.0.0

%description
openvas-libraries is the base library for the OpenVAS network security scanner.

%files
%{_bindir}/openvas-nasl
%{_mandir}/man1/openvas-nasl.1.*
%{_datadir}/openvas

#----------------------------------------------------------------------------

%package -n %{libbase}
Summary:	Support libraries for Open Vulnerability Assessment (OpenVAS) Server
Group:		System/Libraries
Conflicts:	%{_lib}openvas4 < 4.0.7-2
Obsoletes:	%{_lib}openvas4 < 4.0.7-2

%description -n %{libbase}
The support libraries for Open Vulnerability Assessment (OpenVAS) Server.

%files -n %{libbase}
%doc ChangeLog CHANGES
%{_libdir}/libopenvas_base.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libhg}
Summary:	Support libraries for Open Vulnerability Assessment (OpenVAS) Server
Group:		System/Libraries
Conflicts:	%{_lib}openvas4 < 4.0.7-2

%description -n %{libhg}
The support libraries for Open Vulnerability Assessment (OpenVAS) Server.

%files -n %{libhg}
%{_libdir}/libopenvas_hg.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmisc}
Summary:	Support libraries for Open Vulnerability Assessment (OpenVAS) Server
Group:		System/Libraries
Conflicts:	%{_lib}openvas4 < 4.0.7-2

%description -n %{libmisc}
The support libraries for Open Vulnerability Assessment (OpenVAS) Server.

%files -n %{libmisc}
%{_libdir}/libopenvas_misc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnasl}
Summary:	Support libraries for Open Vulnerability Assessment (OpenVAS) Server
Group:		System/Libraries
Conflicts:	%{_lib}openvas4 < 4.0.7-2

%description -n %{libnasl}
The support libraries for Open Vulnerability Assessment (OpenVAS) Server.

%files -n %{libnasl}
%{_libdir}/libopenvas_nasl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libomp}
Summary:	Support libraries for Open Vulnerability Assessment (OpenVAS) Server
Group:		System/Libraries
Conflicts:	%{_lib}openvas4 < 4.0.7-2

%description -n %{libomp}
The support libraries for Open Vulnerability Assessment (OpenVAS) Server.

%files -n %{libomp}
%{_libdir}/libopenvas_omp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for openvas-libraries
Group:		Development/C
Requires:	%{libbase} = %{EVRD}
Requires:	%{libhg} = %{EVRD}
Requires:	%{libmisc} = %{EVRD}
Requires:	%{libnasl} = %{EVRD}
Requires:	%{libomp} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	openvas-devel = %{EVRD}
Obsoletes:	%{_lib}openvas-libnasl-devel < 3.0.0

%description -n %{devname}
This package contains the development files (mainly C header files) for
openvas-libraries.

%files -n %{devname}
%{_includedir}/openvas
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

sed -i -e 's#-Werror##' `grep -rl Werror *|grep CMakeLists.txt`

%build
%cmake -DLOCALSTATEDIR:PATH=%{_var}
%make

%install
%makeinstall_std -C build

find %{buildroot} -name *.a -exec rm {} \;


%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.0.7-4
+ Revision: 4567dc9
- Fix build with bison3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3816 |14cr|openvas-manager-2.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Vulnerability Management with OpenVAS Manager
Name:		openvas-manager
Version:	2.0.5
Release:	3
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.openvas.org
Source0:	http://wald.intevation.org/frs/download.php/561/%{name}-%{version}.tar.gz
Patch0:		openvas-manager-1.0.3-fix-linkage.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	perl-SQL-Translator
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libopenvas)
BuildRequires:	pkgconfig(sqlite3)

%description
The OpenVAS Manager is a layer between the OpenVAS Scanner and various
client applications. The upcoming clients cover web, desktop and command
line technology and will replace the classic OpenVAS Client.

%files
%config(noreplace) %{_sysconfdir}/openvas/openvasmd_log.conf
%{_sbindir}/openvasmd
%{_mandir}/man8/openvasmd.8*
%{_datadir}/openvas/openvasmd

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

sed -i -e 's#-Werror##' `grep -rl Werror *|grep CMakeLists.txt`

%build
export LDFLAGS="-lopenvas_base -lopenvas_misc -lgnutls"
%cmake
%make

%install
%makeinstall_std -C build



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.5-3
+ Revision: 4b8ca33
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3817 |14cr|openvas-scanner-3.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Scanner module for OpenVAS
Name:		openvas-scanner
Version:	3.2.5
Release:	3
License:	GPLv2+
Group:		System/Servers
Url:		http://www.openvas.org
Source0:	http://wald.intevation.org/frs/download.php/561/%{name}-%{version}.tar.gz
Source1:	openvas-scanner.initd
Source2:	openvassd.conf
Source3:	openvas-scanner.logrotate
Source4:	openvas-scanner.sysconfig
Source5:	openvas-nvt-sync-cron
Source6:	openvas-nvt-sync-cronjob
Patch0:		openvas-scanner-3.2.2-install.patch
#Put certs to /etc/pki as suggested by http://fedoraproject.org/wiki/PackagingDrafts/Certificates
#Not reported upstream as it is RedHat/Fedora specific
Patch1:		openvas-scanner-pki.patch

#Put openvas-mkcert-client to bin directory instead of sbin and install its man page
#Reported upstream http://wald.intevation.org/tracker/?func=detail&aid=1941&group_id=29&atid=220
Patch2:		openvas-scanner-mkcertclient.patch

#Allow compile time definition of the directory to store openvassd.rules
#Reported upstream http://wald.intevation.org/tracker/?func=detail&aid=1940&group_id=29&atid=220
Patch3:		openvas-scanner-rulesdir.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(libopenvas)
Obsoletes:	openvas-plugins < 3.0.0
Obsoletes:	openvas-server < 3.0.0
Requires:	curl
Requires:	rsync
Requires:	wget

%description
This is the scanner module for the Open Vulnerability Assessment System
(OpenVAS).

%files
%config(noreplace) %{_sysconfdir}/openvas/openvassd.conf
%config(noreplace) %{_sysconfdir}/sysconfig/openvas-scanner
%config(noreplace) %{_sysconfdir}/cron.d/openvas-sync-plugins
%config(noreplace) %{_sysconfdir}/logrotate.d/openvas-scanner
%dir %{_sysconfdir}/openvas
%dir %{_sysconfdir}/pki/openvas
%dir %{_sysconfdir}/pki/openvas/CA
%dir %{_sysconfdir}/pki/openvas/private
%dir %{_sysconfdir}/pki/openvas/private/CA
%{_initrddir}/openvas-scanner
%{_sbindir}/openvas-adduser
%{_sbindir}/openvas-mkcert
%{_sbindir}/openvas-rmuser
%{_sbindir}/openvassd
%{_sbindir}/openvas-nvt-sync
%{_sbindir}/greenbone-nvt-sync
%{_sbindir}/openvas-mkcert-client
%{_sbindir}/openvas-nvt-sync-cron
%{_mandir}/man8/openvas-adduser.8.*
%{_mandir}/man8/openvas-mkcert.8.*
%{_mandir}/man8/openvas-rmuser.8.*
%{_mandir}/man8/openvassd.8.*
%{_mandir}/man8/openvas-nvt-sync.8.*
%{_mandir}/man8/greenbone-nvt-sync.8*
%dir %{_var}/lib/openvas
%dir %{_var}/lib/openvas/plugins
%dir %{_var}/cache/openvas

%post
# Generate cert
if [ ! -f  %{_localstatedir}/lib/openvas/CA/servercert.pem ] ; then
        %{_sbindir}/openvas-mkcert -q > /dev/null 2>&1
fi

%_post_service openvas-scanner

%preun
%_preun_service openvas-scanner

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .install
%patch1 -p 1 -b .pkipath
%patch3 -p 1 -b .rules

sed -i -e 's#-Werror##' `grep -rl Werror *|grep CMakeLists.txt`

%build
export LDFLAGS="-lopenvas_base -lopenvas_misc -lopenvas_hg -lglib-2.0"
%serverbuild
%cmake -DLOCALSTATEDIR=%{_var}
%make

%install
%makeinstall_std -C build

#Config directory
mkdir -p %{buildroot}/%{_sysconfdir}/openvas
chmod 755 %{buildroot}/%{_sysconfdir}/openvas

#Make directories for the certificates
mkdir -p %{buildroot}/%{_sysconfdir}/pki/openvas/CA
chmod 755 %{buildroot}/%{_sysconfdir}/pki/openvas
chmod 755 %{buildroot}/%{_sysconfdir}/pki/openvas/CA
mkdir -p %{buildroot}/%{_sysconfdir}/pki/openvas/private/CA
chmod 700 %{buildroot}/%{_sysconfdir}/pki/openvas/private
chmod 700 %{buildroot}/%{_sysconfdir}/pki/openvas/private/CA

# Install startup script
install -Dp -m 755 %{SOURCE1} %{buildroot}/%{_initrddir}/openvas-scanner

# Install initial configuration
sed -e "s:@@OPENVAS_PLUGINS@@:%{_var}/lib/openvas/plugins:g
	s:@@OPENVAS_CACHE@@:%{_var}/cache/openvas:g
	s:@@OPENVAS_LOGDIR@@:%{_var}/log/openvas:g
	s:@@OPENVAS_SYSCONF@@:%{_sysconfdir}/openvas:g
	s:@@OPENVAS_CERT@@:%{_sysconfdir}/pki/openvas:g" %{SOURCE2} > openvassd.conf

install -Dp -m 644 openvassd.conf %{buildroot}/%{_sysconfdir}/openvas/

# install log rotation stuff
install -m 644 -Dp %{SOURCE3} \
	%{buildroot}/%{_sysconfdir}/logrotate.d/openvas-scanner

# Install sysconfig configration
install -Dp -m 644 %{SOURCE4} %{buildroot}/%{_sysconfdir}/sysconfig/openvas-scanner

# Install cront script for update
install -Dp -m 755 %{SOURCE5} %{buildroot}/%{_sbindir}/

# Install cront jobs to periodically update plugins
install -Dp -m 644 %{SOURCE6} %{buildroot}/%{_sysconfdir}/cron.d/openvas-sync-plugins


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.5-3
+ Revision: 3484d20
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3818 |14cr|openvswitch-1.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           openvswitch
Version:        1.7.1
Release:        3
Summary:        Open vSwitch daemon/database/utilities

Group: 		System/Cluster

# Nearly all of openvswitch is ASL 2.0.  The bugtool is LGPLv2+, and the
# lib/sflow*.[ch] files are SISSL
# datapath/ is GPLv2 (although not built into any of the binary packages)
# python/compat is Python (although not built into any of the binary packages)
License:        ASL 2.0 and LGPLv2+ and SISSL
URL:            http://openvswitch.org
Source0:        http://openvswitch.org/releases/%{name}-%{version}.tar.gz
Source1:        openvswitch.service
Source2:        openvswitch.init
Source3:        openvswitch.logrotate
Source4:        ifup-ovs
Source5:        ifdown-ovs
Source6:        ovsdbmonitor.desktop
Source7:        openvswitch-configure-ovskmod-var.patch
Source8:        ovsdbmonitor-move-to-its-own-data-directory.patch
# make the kmod name configurable since Fedora kernel ships openvswitch module
# Source7 is not applied, it's used to generate patch0
Patch0:         openvswitch-configure-ovskmod-var-autoconfd.patch
# mv ovsdbmonitordir. Source8 (accepted upstream) is source for patch1
Patch1:         ovsdbmonitor-move-to-its-own-data-directory-automaked.patch
Patch2:         openvswitch-rhel-initscripts-resync.patch

BuildRequires:  systemd-units openssl openssl-devel
BuildRequires:  python python-twisted-core python-twisted-conch python-zope-interface PyQt4
BuildRequires:  desktop-file-utils
BuildRequires:  groff graphviz

Requires:       openssl iproute2 module-init-tools

Requires(post):  systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description
Open vSwitch provides standard network bridging functions and
support for the OpenFlow protocol for remote per-flow control of
traffic.

%package -n python-openvswitch
Summary:        Open vSwitch python bindings
License:        ASL 2.0
BuildArch:      noarch
Requires:       python

%description -n python-openvswitch
Python bindings for the Open vSwitch database

%package -n ovsdbmonitor
Summary:        Open vSwitch graphical monitoring tool
License:        ASL 2.0
BuildArch:      noarch
Requires:       python-openvswitch = %{version}-%{release}
Requires:       python python-twisted-core python-twisted-conch python-zope-interface PyQt4

%description -n ovsdbmonitor
A GUI tool for monitoring and troubleshooting local or remote Open
vSwitch installations.  It presents GUI tables that graphically represent
an Open vSwitch kernel flow table (similar to "ovs-dpctl dump-flows")
and Open vSwitch database contents (similar to "ovs-vsctl list <table>").

%package test
Summary:        Open vSwitch testing utilities
License:        ASL 2.0
BuildArch:      noarch
Requires:       python-openvswitch = %{version}-%{release}
Requires:       python python-twisted-core python-twisted-web

%description test
Utilities that are useful to diagnose performance and connectivity
issues in Open vSwitch setup.

%prep
%setup -q
#%patch0 -p1 -b .ovskmod
#%patch1 -p1 -b .ovsdbmonitordir
#%patch2 -p1 -b .initscripts


%build
%configure --enable-ssl --with-pkidir=%{_sharedstatedir}/openvswitch/pki OVSKMOD=openvswitch
make %{?_smp_mflags}


%install
rm -rf %{buildroot}/
make install DESTDIR=%{buildroot}/

install -d -m 0755 %{buildroot}/%{_sysconfdir}/openvswitch

src=rhel/usr_share_openvswitch_scripts_sysconfig.template
dst=%{buildroot}/%{_sysconfdir}/sysconfig/openvswitch
install -p -D -m 0644 $src $dst

install -p -D -m 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/openvswitch.service
install -p -D -m 0755 %{SOURCE2} %{buildroot}/%{_datadir}/openvswitch/scripts/openvswitch.init
install -p -D -m 0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/logrotate.d/openvswitch

install -d -m 0755 %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts/
install -p -m 0755 %{SOURCE4} %{SOURCE5} %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts/

install -d -m 0755 %{buildroot}//%{_sharedstatedir}/openvswitch

install -d -m 0755 %{buildroot}/%{python_sitelib}
mv %{buildroot}//%{_datadir}/openvswitch/python/* %{buildroot}/%{python_sitelib}
rmdir %{buildroot}//%{_datadir}/openvswitch/python/

# Get rid of stuff we don't want to make RPM happy.
rm -f \
    %{buildroot}/%{_bindir}/ovs-controller \
    %{buildroot}/%{_mandir}/man8/ovs-controller.8 \
    %{buildroot}/%{_sbindir}/ovs-vlan-bug-workaround \
    %{buildroot}/%{_mandir}/man8/ovs-vlan-bug-workaround.8 \
    %{buildroot}/%{_sbindir}/ovs-brcompatd \
    %{buildroot}/%{_mandir}/man8/ovs-brcompatd.8

desktop-file-install --dir=%{buildroot}/%{_datadir}/applications %{SOURCE6}

install -d -m 0755 %{buildroot}/%{_datadir}/ovsdbmonitor

%post
if [ $1 -eq 1 ] ; then
    # Initial installation
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun
if [ "$1" = "0" ]; then
    # Package removal, not upgrade
    /bin/systemctl --no-reload disable openvswitch.service > /dev/null 2>&1 || :
    /bin/systemctl stop openvswitch.service > /dev/null 2>&1 || :
fi

%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall
    /bin/systemctl try-restart openvswitch.service >/dev/null 2>&1 || :
fi


%files
%{_sysconfdir}/openvswitch/
%config(noreplace) %{_sysconfdir}/logrotate.d/openvswitch
%config(noreplace) %{_sysconfdir}/sysconfig/openvswitch
%{_sysconfdir}/sysconfig/network-scripts/ifup-ovs
%{_sysconfdir}/sysconfig/network-scripts/ifdown-ovs
%{_unitdir}/openvswitch.service
%{_bindir}/ovs-appctl
%{_bindir}/ovs-benchmark
%{_bindir}/ovs-dpctl
%{_bindir}/ovs-ofctl
%{_bindir}/ovs-parse-leaks
%{_bindir}/ovs-pcap
%{_bindir}/ovs-pki
%{_bindir}/ovs-tcpundump
%{_bindir}/ovs-vsctl
%{_bindir}/ovsdb-client
%{_bindir}/ovsdb-tool
# ovs-bugtool is LGPLv2+
%{_sbindir}/ovs-bugtool
%{_sbindir}/ovs-vswitchd
%{_sbindir}/ovsdb-server
%{_mandir}/man1/ovs-benchmark.1*
%{_mandir}/man1/ovs-pcap.1*
%{_mandir}/man1/ovs-tcpundump.1*
%{_mandir}/man1/ovsdb-client.1*
%{_mandir}/man1/ovsdb-server.1*
%{_mandir}/man1/ovsdb-tool.1*
%{_mandir}/man5/ovs-vswitchd.conf.db.5*
%{_mandir}/man8/ovs-appctl.8*
%{_mandir}/man8/ovs-bugtool.8*
%{_mandir}/man8/ovs-ctl.8*
%{_mandir}/man8/ovs-dpctl.8*
%{_mandir}/man8/ovs-ofctl.8*
%{_mandir}/man8/ovs-parse-leaks.8*
%{_mandir}/man8/ovs-pki.8*
%{_mandir}/man8/ovs-vsctl.8*
%{_mandir}/man8/ovs-vswitchd.8*
# /usr/share/openvswitch/bugtool-plugins and
# /usr/share/openvswitch/scripts/ovs-bugtool* are LGPLv2+
%{_datadir}/openvswitch/
%{_sharedstatedir}/openvswitch
# see COPYING for full licensing details
%doc COPYING DESIGN INSTALL.SSL NOTICE README WHY-OVS rhel/README.RHEL

%files -n python-openvswitch
%{python_sitelib}/ovs
%doc COPYING

%files -n ovsdbmonitor
%{_bindir}/ovsdbmonitor
%{_mandir}/man1/ovsdbmonitor.1*
%{_datadir}/ovsdbmonitor
%{_datadir}/applications/ovsdbmonitor.desktop
%doc ovsdb/ovsdbmonitor/COPYING

%files test
%{_bindir}/ovs-test
%{_bindir}/ovs-vlan-test
%{_mandir}/man8/ovs-test.8*
%{_mandir}/man8/ovs-vlan-test.8*
%{python_sitelib}/ovstest



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.1-3
+ Revision: 9097df2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3819 |14cr|openxcom-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open-source reimplementation of the original X-Com
Name:		openxcom
Version:	1.0.0
Release:	3
License:	GPLv3+
Group:		Games/Strategy
Url:		http://openxcom.org/
Source0:	https://github.com/SupSuper/OpenXcom/%{name}-%{version}.tar.gz
# http://www.iconfinder.com/icondetails/1360/128/ufo_icon
Source1:	%{name}.png
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(yaml-cpp)

%description
OpenXcom is an open-source reimplementation of the popular
UFO: Enemy Unknown (X-Com: UFO Defense in USA) videogame by
Microprose, licensed under the GPL and written in C++ / SDL.
See more info at the website: http://openxcom.org

OpenXcom requires the original X-Com resources (any version).
If you have the Steam version, you can find the X-Com game
folder in "Steam\steamapps\common\xcom ufo defense\XCOM".

When installing manually, copy the X-Com subfolders (GEODATA,
GEOGRAPH, MAPS, ROUTES, SOUND, TERRAIN, UFOGRAPH, UFOINTRO,
UNITS) to OpenXcom's data folder in the following path:
/usr/share/openxcom/

Important! Please use supported game editions for data files.
Otherwise you may get various messages about missing files or
even segmentation faults.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%defattr(0644,root,root,0777)
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=OpenXcom
Comment=Open-source reimplementation of the original X-Com
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;StrategyGame;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert %{SOURCE1} -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 031664c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3820 |14cr|optipng-0.7.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           optipng
Version:        0.7.4
Release:        1
Summary:        A PNG optimizer and converter
Group:          Graphics
License:        zlib
URL:            http://optipng.sourceforge.net/
Source0:        http://sourceforge.net/projects/optipng/files/OptiPNG/optipng-0.7.4/%{name}-%{version}.tar.gz
BuildRequires:  zlib-devel libpng-devel

%description
OptiPNG is a PNG optimizer that recompresses image files to a smaller size,
without losing any information. This program also converts external formats
(BMP, GIF, PNM; TIFF support is coming up) to optimized PNG, and performs PNG
integrity checks and corrections. 


%prep
%setup -q

%build
./configure -with-system-zlib -with-system-libpng
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
%makeinstall_std prefix=%{_prefix} man1dir=%{_mandir}/man1

%files
%doc README.txt LICENSE.txt doc/*
%{_bindir}/optipng
%{_mandir}/man1/optipng.*

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.4-1
+ Revision: be999db
- Updated to 0.7.4 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3821 |14cr|orage-4.8.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Time-managing application for Xfce desktop environment
Name:		orage
Version:	4.8.4
Release:	3
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/apps/orage/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	flex
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(popt)
Provides:	xfcalendar = %{version}
Obsoletes:	xfcalendar < 4.5

%description
Orage is a time-managing application for the Xfce desktop environment,
featuring:

- Time-based events
- Data stored in ical format.
- Recurring appointments
- Reminder up to 2 days before the event starts
- Possibility to choose your alarm sound
- Repeating the alarm sound until you close the reminder window
- Possibility to duplicate an appointment
- Archiving system for keeping your history in different files for
  avoiding overloads in the main working file.

%files -f %{name}.lang
%doc README AUTHORS
%doc doc/C/images/*.png doc/C/orage.html
%{_bindir}/*
%{_libdir}/xfce4
%{_datadir}/applications/*
%{_datadir}/xfce4/panel-plugins/xfce4-orageclock-plugin.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/*/apps/*.svg
%{_iconsdir}/hicolor/*/apps/*.xpm
%dir %{_datadir}/orage
%{_datadir}/orage/sounds/
%{_datadir}/dbus-1/services/org.xfce.*.service
%{_mandir}/man1/*.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%define Werror_cflags %nil

%configure2_5x \
	--disable-static \
	--enable-reentrant \
	--enable-dbus \
	--enable-archive \
	--enable-libnotify \
	--enable-libxfce4panel

%make

%install
%makeinstall_std

#disable rpath in _bin
chrpath -d %{buildroot}/%{_bindir}/*

rm -rf %{buildroot}%{_datadir}/orage/doc

%find_lang %{name} %{name}.lang

desktop-file-install \
	--add-only-show-in="XFCE" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.8.4-3
+ Revision: 6c2fabc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3822 |14cr|orbital_eunuchs_sniper-1.28-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	orbital_eunuchs_sniper
%define	version	1.28
%define rel	12
%define	Summary	Orbital Eunuchs Sniper

Name:		%{name}
Version:	%{version}
Release:	%mkrel %rel
URL:		http://www.icculus.org/oes/
Source0:	%{name}-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		orbital_eunuchs_sniper-pointer_size.patch
License:	BSD
Group:		Games/Arcade
Summary:	%{Summary}
BuildRequires:	SDL-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Orbital Eunuchs Sniper is a simple game in which the player
must control an orbital laser to prevent harm from coming to
the VIPs (in blue squares) in the form of human threats
(in red squares). Avoid killing the neutral humans, however,
or else you may be 'retired'. 

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir} \
		--with-games-dir=%{_gamesdatadir} \
		--with-pic \
		--with-gnu-ld \
		--disable-debug
%make

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{makeinstall_std}

#(peroyvind) move ark-config to %{_bindir} as this belongs to the devel package
%{__install} -d $RPM_BUILD_ROOT{%{_bindir},%{_gamesdatadir}}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications/
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%Summary
Comment=%Summary
Exec=%{_gamesbindir}/snipe2d
Icon=%name
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF


%{__install} -m644 %{SOURCE11} -D ${RPM_BUILD_ROOT}%{_miconsdir}/%{name}.png
%{__install} -m644 %{SOURCE12} -D ${RPM_BUILD_ROOT}%{_iconsdir}/%{name}.png
%{__install} -m644 %{SOURCE13} -D ${RPM_BUILD_ROOT}%{_liconsdir}/%{name}.png

#(peroyvind) clean out crap
rm -f $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}/snipe2d.x86.static
mv $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}/snipe2d.x86.dynamic $RPM_BUILD_ROOT%{_gamesbindir}/snipe2d.bin

cat <<EOF > $RPM_BUILD_ROOT%{_gamesbindir}/snipe2d
#! /bin/bash
pushd %{_gamesdatadir}/orbital_eunuchs_sniper
snipe2d.bin \$*
popd
EOF

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README TODO COPYING
%{_gamesdatadir}/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%defattr(755,root,root,755)
%{_gamesbindir}/*





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.28-12
+ Revision: 2e3b5db
- Automatic import for version 1.28



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3823 |14cr|osc-0.144-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		osc
Version:	0.144
Release:	2
Summary:	OpenSUSE Build Service Commander
Group:		Development/Other
License:	GPLv2+
URL:		https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc/
Source0:	%{name}-%{version}.tar.gz
Source1:	complete.csh
Source2:	complete.sh
Source3:	osc.complete
BuildRequires:	python-elementtree
BuildRequires:	pythonegg(m2crypto)
BuildRequires:	pythonegg(urlgrabber)
Requires:	python-elementtree
Requires:	pythonegg(m2crypto)
Requires:	pythonegg(urlgrabber)
Requires:	python-rpm
BuildArch:	noarch

%description
Commandline client for the openSUSE Build Service.

See http://en.opensuse.org/Build_Service/CLI , as well as
http://en.opensuse.org/Build_Service_Tutorial for a general
introduction.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root %{buildroot}
ln -s osc-wrapper.py %{buildroot}%{_bindir}/osc
mkdir -p %{buildroot}%{_localstatedir}/lib/osc-plugins
install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/profile.d/osc.csh
install -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/profile.d/osc.sh
install -m755 %{SOURCE3} -D %{buildroot}%{_prefix}/lib/osc/complete

%files
%doc README
%{_bindir}/osc*
%{python_sitelib}/*
%{_sysconfdir}/profile.d/*
%dir %{_prefix}/lib/osc
%{_prefix}/lib/osc/*
%dir /var/lib/osc-plugins
%{_mandir}/man1/osc.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.144-2
+ Revision: 3d4f7da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3824 |14cr|osdlyrics-0.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OSD Lyrics - Show lyrics with your favorite media player
Name:		osdlyrics
Version:	0.4.3
Release:	3
License:	GPLv3+
Group:		Sound
Url:		http://code.google.com/p/osd-lyrics/
Source0:	%{name}-%{version}.tar.gz
Patch0:		osdlyrics-0.4.3-automake.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmpd)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(sqlite3)

%description
OSD Lyrics is a lyrics show compatible with various media players. It is not
a plugin but a standalone program. OSD Lyrics shows lyrics on your desktop,
in the style similar to KaraOK. It also provides another displaying style, in
which lyrics scroll from bottom to top. OSD Lyrics can download lyrics from
the network automatically.

%files -f %{name}.lang
%doc AUTHORS ABOUT-NLS COPYING ChangeLog NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/*/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x --disable-xmms2
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.3-3
+ Revision: a034e2a
- Don't treat automake warnings as errors



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3825 |14cr|osh-20080629-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	V6 Thompson Shell Port
Name:		osh
Version:	20080629
Release:	4
License:	BSD with advertising
Group:		Shells
Url:		http://v6shell.org/
Source0:	http://v6shell.org/src/osh-%{version}.tar.gz
Patch0:		osh-20080629-no-strip.patch

%description
The osh project is hereby dedicated to the individuals at Bell Labs who
started the UNIX ball rolling in 1969.

The objective of the osh project is to honor our shared computing history
by maintaining two different ports of the original sh(1) as it appeared
in Sixth Edition (V6) UNIX. One of the ports, osh, contains enhancements
to make it usable as an interactive login shell while also remaining
backward compatible. The other port, sh6, simply provides a
backward-compatible user interface without any obvious enhancements. In
addition, the shell utilities necessary for globbing and flow control
in command files (aka shell scripts) are also included.

%files
%doc AUTHORS CHANGES CHANGES-sh_to_sh6 LICENSE NOTES README
%{_bindir}/fd2
%{_bindir}/glob6
%{_bindir}/goto
%{_bindir}/if
%{_bindir}/osh
%{_bindir}/sh6
%{_mandir}/man1/fd2.1.*
%{_mandir}/man1/glob6.1.*
%{_mandir}/man1/goto.1.*
%{_mandir}/man1/if.1.*
%{_mandir}/man1/osh.1.*
%{_mandir}/man1/sh6.1.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make \
	PREFIX=%{_prefix} \
	CFLAGS="%{optflags}" \
	LDFLAGS="%{ldflags}"

%install
%makeinstall_std \
	PREFIX=%{_prefix} \
	MANDIR=%{_mandir}/man1 \
	BINMODE="-m 0755" \
	MANMODE="-m 0644"


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20080629-4
+ Revision: b15d81c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3826 |14cr|osie-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	osie
%define version	1.0.0
%define release	3

Name:		%{name}
Version:	%{version}
Release:	%mkrel %{release}
Summary:	OpenTTD screenshot information extractor
Group:          Graphics
License:	GPLv2
URl:		http://www.openttd.org/
Source0:	http://ftp.snt.utwente.nl/pub/games/openttd/binaries/extra/%{name}/%{version}/%{name}-%{version}-source.tar.gz
Patch0:		osie-1.0.0-add_makefile.local_support.patch
BuildRequires:	png-devel

%description
osie (OpenTTD screenshot information extractor) extracts the information
stored in OpenTTD's PNG screenshots such as the version, NewGRFs and AIs.

%prep
%setup -q
%patch0 -p0 -b .addlocalsupport

cat >> Makefile.local << EOF
prefix = %{_prefix}
DO_NOT_INSTALL_CHANGELOG = 1
DO_NOT_INSTALL_LICENSE = 1
DO_NOT_INSTALL_DOCS = 1
EOF

%build
%setup_compile_flags
%make VERBOSE=1

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc docs/readme.txt changelog.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 43fc6e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3827 |14cr|osm-gps-map-0.7.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lname	osmgpsmap

%define major	2
%define libname	%mklibname %{lname} %{major}
%define devname	%mklibname %{lname} -d

Name:           osm-gps-map
Version:        0.7.3
Release:        3
Summary:        Gtk+ widget for displaying OpenStreetMap tiles
Group:          System/Libraries
License:        GPLv2
URL:            http://nzjrs.github.com/osm-gps-map/
Source0:        http://www.johnstowers.co.nz/files/%{name}/%{name}-%{version}.tar.gz
Patch0:		osm-gps-map-0.7.3-linkage.patch
BuildRequires:	gtk+2-devel
BuildRequires:	libsoup-devel

%description
A Gtk+ widget that when given GPS co-ordinates, draws a GPS track, and
points of interest on a moving map display. Downloads map data from a
number of websites, including openstreetmap.org.

%package -n %{libname}
Summary:	Gtk+ widget for displaying OpenStreetMap tiles
Group:		System/Libraries

%description -n %{libname}
A Gtk+ widget that when given GPS co-ordinates, draws a GPS track, and
points of interest on a moving map display. Downloads map data from a
number of websites, including openstreetmap.org.

%package -n %{devname}
Summary:        Development files for the %{name} Gtk+ widget
Group:          Development/Other
Requires:       %{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{lname}-devel = %{version}-%{release}
Provides:	lib%{lname}-devel = %{version}-%{release}

%description -n %{devname}
The development files for the %{name} Gtk+ widget.

%prep
%setup -q
%patch0 -p0 -b .linkage

%build
%configure2_5x \
	--disable-static \
	--disable-introspection
%make V=1

%install
%makeinstall_std

#handle docs inf files section
rm -rf %{buildroot}/usr/doc/osm-gps-map

%files -n %{libname}
%doc AUTHORS README NEWS
%{_libdir}/lib%{lname}.so.%{major}*

%files -n %{devname}
%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/lib%{lname}
%{_includedir}/%{lname}
%{_libdir}/lib%{lname}.so
%{_libdir}/pkgconfig/%{lname}.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-3
+ Revision: 0753466
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3828 |14cr|osmose-0.9.96-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname		Osmose
%define		oversion	0-9-96-QT

Name:		osmose
Version:	0.9.96
Release:	3

Summary:	A Sega Master System emulator
License:	GPLv3
Group:		Emulators
URL:		http://bcz.asterope.fr/
Source0:	http://bcz.asterope.fr/osmose/%{oname}-%{oversion}.zip
Source1:	%{name}.png
Patch0:		Osmose-0-9-96-QT-gcc4.7.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	qt4-devel

%description
Osmose is a Sega Master System Emulator. Now it has Qt4 GUI.

%prep
%setup -q -n %{oname}-%{oversion}
%patch0 -p1

%build
%qmake_qt4 %{oname}-%{oversion}.pro
%make

chmod 644 Readme.txt License.txt

%install
rm -rf %{buildroot}
#makeinstall
install -d -m 0755 %{buildroot}%{_gamesbindir}
install -m 0755 %{oname}-%{oversion} %{buildroot}%{_gamesbindir}/%{name}

install -d -m 0755 %{buildroot}%{_datadir}/pixmaps
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Osmose
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{_datadir}/pixmaps/%{name}.png
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF

%files
%doc Readme.txt License.txt
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.96-3
+ Revision: 5a8527d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3829 |14cr|osptoolkit-4.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 4
%define libname %mklibname osptk %{major}
%define develname %mklibname osptk -d

Summary:	The OSP Toolkit(tm)
Name:		osptoolkit
Version:	4.0.3
Release:	2
License:	BSD-like
Group:		System/Libraries
URL:		http://sourceforge.net/projects/osp-toolkit
Source0:	http://dfn.dl.sourceforge.net/sourceforge/osp-toolkit/OSPToolkit-%{version}.tar.gz
Source1:	Makefile
Patch0:		osptoolkit_3.4.2-1.diff
BuildRequires:	openssl-devel
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The OSP Toolkit is a complete development kit for software developers who want
to implement the client side of the European Telecommunication Standards
Institute's (ETSI) Open Settlement Protocol. The OSP Toolkit includes source
code written in ANSI C, test tools and extensive documentation on how to
implement OSP. A hosted OSP test server is freely available on the Internet for
all developers to test their OSP implementation.   

%package -n	%{libname}
Summary:	The OSP Toolkit(tm) shared library
Group:          System/Libraries

%description -n	%{libname}
The OSP Toolkit is a complete development kit for software developers who want
to implement the client side of the European Telecommunication Standards
Institute's (ETSI) Open Settlement Protocol. The OSP Toolkit includes source
code written in ANSI C, test tools and extensive documentation on how to
implement OSP. A hosted OSP test server is freely available on the Internet for
all developers to test their OSP implementation.   

%package -n	%{develname}
Summary:	Static library and header files for the libosp library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	libosp-devel = %{version}
Provides:	osp-devel = %{version}
Provides:	osptk-devel = %{version}
Obsoletes:	%{mklibname osp 0 -d}
Obsoletes:	%{mklibname osptk 0 -d}

%description -n	%{develname}
The OSP Toolkit is a complete development kit for software developers who want
to implement the client side of the European Telecommunication Standards
Institute's (ETSI) Open Settlement Protocol. The OSP Toolkit includes source
code written in ANSI C, test tools and extensive documentation on how to
implement OSP. A hosted OSP test server is freely available on the Internet for
all developers to test their OSP implementation.   

This package contains the static libosp library and its header files.

%package -n	osp-tools
Summary:	Various utilities for the libosptk library
Group:		System/Servers

%description -n	osp-tools
This package contains various utilities utilizing the libosptk library.

%prep

%setup -q -n TK-4_0_3-20120120
%patch0 -p1

install -m0644 %{SOURCE1} Makefile

# lib64 fix
find -name "Makefile" | xargs perl -pi -e "s|/usr/lib|%{_libdir}|g"
find -name "Makefile" | xargs perl -pi -e "s|/lib\b|/%{_lib}|g"

%build

%make build VERSION="%{version}" MAJOR="%{major}" ADDFLAGS="%{optflags}" LDFLAGS="%{ldflags}"
%make enroll VERSION="%{version}" MAJOR="%{major}" ADDFLAGS="%{optflags}" LDFLAGS="%{ldflags}"
%make test VERSION="%{version}" MAJOR="%{major}" ADDFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}/pkgconfig
install -d %{buildroot}%{_includedir}/osp

libtool --mode=install install -m0755 lib/libosptk.la %{buildroot}%{_libdir}/libosptk.la
libtool --mode=install install -m0755 bin/test_app %{buildroot}%{_bindir}/osp-test_app
libtool --mode=install install -m0755 bin/enroll %{buildroot}%{_bindir}/osp-enroll

install -m0644 include/osp/*.h %{buildroot}%{_includedir}/osp/
install -m0644 debian/libosptk*.pc %{buildroot}%{_libdir}/pkgconfig/libosptk.pc

rm -f %{buildroot}%{_libdir}/*.*a

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc LICENSE.txt README.txt RELNOTES.txt debian/osptoolkit.txt
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc test/nonblocking.[ch]
%{_includedir}/osp
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files -n osp-tools
%defattr(-,root,root)
%doc bin/enroll.sh bin/test.cfg bin/openssl.cnf bin/.rnd
%{_bindir}/osp-test_app
%{_bindir}/osp-enroll



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.3-2
+ Revision: 5f80f02
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3830 |14cr|ots-0.5.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		1
%define major	0
%define libname		%mklibname %{name} %{api} %{major}
%define develname 	%mklibname ots -d

Name:		ots
Summary:	A text summarizer
Version:	0.5.0
Release:	9
License:	GPLv2+
Group:		System/Libraries
URL:		http://libots.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
Patch0:		ots-0.5.0-fix-underlinking.patch
Patch1:		ots-0.5.0-fix-installation.patch

BuildRequires:	popt-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%description
The open text summarizer is an open source tool for summarizing texts.
The program reads a text and decides which sentences are important and
which are not.
The program can either print the summarized text in text format or in
HTML form where the important sentences are highlighted in red.
 
The program is multi lingual and work with UTF-8 code;  At the moment
only English Hebrew are supported.
 
The ots command line tool is an example and a debug tool for the libary.
You can bind to the library from your program.

%package -n %{libname}
Summary:	Libraries for ots
Group:		System/Libraries

%description -n %{libname}
This package provides the libraries for using ots.

%package -n %{develname}
Summary:	Libraries and include files for developing with libots
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package provides the necessary development libraries and include
files to allow you to develop with libots.

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
touch gtk-doc.make
autoreconf -fi
%configure2_5x \
	--disable-gtk-doc \
	--disable-static

%make -j1

%install
%makeinstall_std

# clean out unused files
rm -rf %{buildroot}%{_datadir}/doc/libots/html/*

%files
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/%{name}
%dir %{_datadir}/ots
%{_datadir}/ots/*

%files -n %{libname}
%{_libdir}/libots-%{api}.so.%{major}*

%files -n %{develname}
%{_libdir}/libots-%{api}.so
%dir %{_includedir}/libots-%{api}
%dir %{_includedir}/libots-%{api}/ots
%{_includedir}/libots-%{api}/ots/*.h
%{_libdir}/pkgconfig/libots-%{api}.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-9
+ Revision: 1ad92ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3831 |14cr|overlook-3.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	overlook
%define	version	3.2
%define release 8
%define summary Overlook is a webmail system derived from squirrelmail
%define group	System/Servers
%define basedir %{_var}/www/html/overlook

Name:		%{name} 
Summary:	%{summary}
Version:	%{version} 
Release:	%{release} 
Source0:	%{name}-%{version}.tar.bz2
# A fixed Norwegian Bokml translation
Source1:	%{name}-nb.po.bz2
# Patch to make i18n actually work (bug inherited from squirrelmail.
#  I have reported it upstream).
Patch0:		%{name}-i18n.patch.bz2
URL:		http://gforge.openit.it/projects/overlook/
Group:		%{group}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPL
Requires:	sendmail-command
Requires:	apache >= 1.3.19
Requires:	mod_php >= 4.0.4
Conflicts:	apache2-mod_php <= 2.0.44_4.3.1-1mdk
BuildRequires:	file
BuildArch:	noarch

%description
Overlook is a webmail system derived from squirrelmail.
It acts more like a normal mail client than a webmail client.

Remember to configure it by editing /etc/overlook/config.php
after installation.

%prep
%setup -q
%patch0 -p0

%build
# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%install
cat > README.install.urpmi << EOF
Remember to configure Overlook by editing /etc/overlook/config.php after installation.
EOF
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{basedir}
INSTALL="class config credits css data database FCKeditor functions images include js locale plugins po src themes index.php"
for a in $INSTALL; do
	cp -r $a $RPM_BUILD_ROOT%{basedir}/
done
mkdir -p $RPM_BUILD_ROOT%{_var}/cache/overlook/data/
# Put the config.php into /etc/
mkdir $RPM_BUILD_ROOT/etc/
mv $RPM_BUILD_ROOT%{basedir}/config/ $RPM_BUILD_ROOT/etc/overlook/
ln -s /etc/overlook/ $RPM_BUILD_ROOT%{basedir}/config
# Fix no_NO directories
ln -s %{basedir}/locale/no_NO $RPM_BUILD_ROOT%{basedir}/locale/nb_NO
# Remove non-functional nb_NO translation
rm -f $RPM_BUILD_ROOT%{basedir}/locale/nb_NO/*
install -m664 %{SOURCE1} $RPM_BUILD_ROOT%{basedir}/locale/no_NO/squirrelmail.po.bz2
bunzip2 $RPM_BUILD_ROOT%{basedir}/locale/no_NO/squirrelmail.po.bz2
msgfmt -v $RPM_BUILD_ROOT%{basedir}/locale/no_NO/squirrelmail.po -o $RPM_BUILD_ROOT%{basedir}/locale/no_NO/squirrelmail.mo
# Force spec helper not to relativize symlinks
export DONT_RELINK=1

%clean 
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root)
%doc ChangeLog.txt History.it INSTALL OVERLOOK_AUTHORS README SQ_ChangeLog SQUIRRELMAIL_AUTHORS README.install.urpmi
%dir %{basedir}
%{basedir}/class/
%{basedir}/credits/
%{basedir}/css/
%{basedir}/data/
%{basedir}/database/
%{basedir}/FCKeditor/
%{basedir}/functions/
%{basedir}/images/
%{basedir}/include/
%{basedir}/js/
%{basedir}/locale/
%{basedir}/plugins/
%{basedir}/po/
%{basedir}/src/
%{basedir}/themes/
%{basedir}/config/
%{basedir}/index.php
%config(noreplace) /etc/overlook
%defattr(-,apache,apache)
%{_var}/cache/overlook/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2-8
+ Revision: 62a11ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3832 |14cr|owncloud-6.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:      Open personal cloud
Name:         owncloud
Version:      6.0.2
Release:      2
Source0:      http://owncloud.org/releases/%{name}-%{version}.tar.bz2
License:      AGPLv3
Group:        Monitoring
Url:          http://owncloud.org/
BuildRequires: apache-base
Requires:     php >= 4.1
Requires:     apache-base
Requires:     apache-mod_php
BuildArch:    noarch

%description
A personal cloud server which runs on you personal server 
and enables accessing your data from everywhere and sharing 
with other people.

%files
%defattr(-,root,root)
%attr(-,apache,apache) %_datadir/%name
%config(noreplace) %_sysconfdir/httpd/conf/webapps.d/%{name}.conf

#--------------------------------------------------------------------


%prep
%setup -q -n %name 

%build
echo "Hello, i'm a build section"

%install
mkdir -p %buildroot%_datadir/owncloud
(
cd %buildroot%_datadir
tar xjf %{SOURCE0}
)


mkdir -p %buildroot%_sysconfdir/httpd/conf/webapps.d
cat > %buildroot%_sysconfdir/httpd/conf/webapps.d/%{name}.conf <<EOF
# %{name} configuration
Alias /%name %_datadir/%name
<Directory %_datadir/%name>
    Require all denied
</Directory>

EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.0.2-2
+ Revision: 16f365d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3833 |14cr|owncloud-client-1.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libowncloudsync %mklibname owncloudsync %{major}
%define libocsync %mklibname ocsync %{major}

Summary:	The ownCloud Client
Name:		owncloud-client
Version:	1.5.3
Release:	4
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://owncloud.org/sync-clients/
Source0:	http://download.owncloud.com/download/mirall-%{version}.tar.gz
Patch0:		mirall-1.5.3-do-not-check-updates.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	qtkeychain-devel
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(sqlite3)
Obsoletes:	ocsync < 1.0

%description
This is the client for ownCloud.

The ownCloud client is based on Mirall.

Since version 1.5.0 it doesn't need external ocsync anymore.

%files
%{_bindir}/owncloud
%{_bindir}/owncloudcmd
%{_sysconfdir}/ownCloud/sync-exclude.lst
%{_iconsdir}/hicolor/*/*/*.png
%{_datadir}/owncloud/
%{_datadir}/applications/owncloud.desktop

#----------------------------------------------------------------------------

%package -n %{libowncloudsync}
Summary:	Shared library for ownCloud client
Group:		System/Libraries
Obsoletes:	%{_lib}owncloudsync1 < 1.5.3
Conflicts:	%{_lib}owncloudsync1 < 1.5.3

%description -n %{libowncloudsync}
Shared library for ownCloud client.

%files -n %{libowncloudsync}
%{_libdir}/libowncloudsync.so.%{version}
%{_libdir}/libowncloudsync.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libocsync}
Summary:	Shared library for ownCloud client
Group:		System/Libraries
Obsoletes:	%{_lib}owncloudsync1 < 1.5.3
Conflicts:	%{_lib}owncloudsync1 < 1.5.3

%description -n %{libocsync}
Shared library for ownCloud client.

%files -n %{libocsync}
%{_libdir}/libocsync.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -qn mirall-%{version}
%patch0 -p1

%build
%cmake_qt4
%make owncloud

%install
%makeinstall_std -C build

# Nuke devel files, useless for now
rm -rf %{buildroot}%{_includedir}/
rm -rf %{buildroot}%{_libdir}/*.a
rm -rf %{buildroot}%{_libdir}/*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.3-4
+ Revision: 42d246b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3834 |14cr|oxine-0.7.1-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OSD-based xine video player frontend
Name:		oxine
Version:	0.7.1
Release:	19
License:	GPLv2+
Group:		Video
Url:		http://oxine.sf.net
Source0:	http://prdownloads.sourceforge.net/oxine/%{name}-%{version}.tar.gz
# (Anssi 04/2008) xvdr/xineliboutput support, from SVN, adapted to 0.7.1
Patch0:		oxine-0.7.1-xvdr.patch
Patch1:		oxine-strptime.patch
BuildRequires:	eject
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libxine)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xtst)
Requires:	eject
Requires:	xine-plugins

%description
oxine is a lightweight, purely osd based xine frontend for set-top
boxes and home entertainment systems.

%files -f %{name}.lang
%doc README TODO AUTHORS ChangeLog doc/*.pdf doc/*.html
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
	--enable-vdr \
	--disable-hal
%make

%install
%makeinstall_std

#OXINE_SKINDIR=%buildroot%_datadir/oxine/skins DEFAULT_SKIN=%buildroot%_datadir/oxine/skins/default
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Oxine
Name[ru]=Oxine
Comment=OSD Xine Video Player
Comment[ru]=Видеопроигрыватель на основе Xine
Exec=%{name} %U
Icon=video_section
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Video;Player;
MimeType=video/mpeg;video/msvideo;video/quicktime;video/x-avi;video/x-ms-asf;video/x-ms-wmv;video/x-msvideo;application/x-ogg;audio/x-mp3;audio/x-mpeg;video/x-fli;audio/x-wav;
EOF

%find_lang %{name}


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.1-19
+ Revision: f6df554
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3835 |14cr|oxygen-molecule-theme-3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		oxygen-molecule-theme
Summary:	Oxygen Molecule theme for GTK
Version:	3.2
Release:	3
Source0:	http://www.kde-look.org/CONTENT/content-files/103741-Oxygen-Molecule_%{version}_theme.tar.gz
URL:		http://www.kde-look.org/content/show.php?content=103741
Group:		Graphical desktop/GNOME
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPLv2+
BuildRequires:	kde4-macros
Requires:	gtk2
Requires:	gtk-engines2
Suggests:	systemsettings-qt-gtk
BuildArch:	noarch

%description
Oxygen-Molecule is a theme for GTK+ applications to provide a uniform look when
used under the KDE 4 desktop environment.

%prep 
%setup -q -c -n %{name}-%{version}
%__tar -xzf kde44-oxygen-molecule.tar.gz
%__chmod 644 kde44-oxygen-molecule/gtk-2.0/*/* kde44-oxygen-molecule-flat/gtk-2.0/*/* Oxygen-Molecule_3.0.colors
%__rm -f Oxygen-Molecule\ %{version}\ setup\ guide.odt

%build

%install
%__rm -rf %{buildroot}
%__install -d %{buildroot}%{_datadir}/themes %{buildroot}%{_kde_appsdir}/color-schemes
%__mv kde44-oxygen-molecule %{buildroot}%{_datadir}/themes/Oxygen-Molecule
%__mv kde44-oxygen-molecule-flat %{buildroot}%{_datadir}/themes/Oxygen-Molecule-Flat
%__mv Oxygen-Molecule_3.0.colors %{buildroot}%{_kde_appsdir}/color-schemes/OxygenMolecule.colors

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc Oxygen-Molecule\ %{version}\ setup\ guide.pdf Oxygen-Molecule-screenshot1.png
%{_datadir}/themes/Oxygen-Molecule
%{_datadir}/themes/Oxygen-Molecule-Flat
%{_kde_appsdir}/color-schemes/OxygenMolecule.colors




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2-3
+ Revision: 2a9679e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3836 |14cr|ozymandns-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		ozymandns
%define version		0.1
%define release		4

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	DNS Tunnel
License:	Distributable
Group:		Networking/Other
URL:		http://www.doxpara.com/
Source:     http://www.doxpara.com/%{name}_src_%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
This is a DNS Tunnel client and server.

%prep
%setup -q -c

%build
gcc %{optflags} glance.c -o glance

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 glance %{buildroot}%{_bindir}
install -m 755 aska.pl %{buildroot}%{_bindir}
install -m 755 geta.pl %{buildroot}%{_bindir}
install -m 755 nomde.pl %{buildroot}%{_bindir}
install -m 755 droute.pl %{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: d2370c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3837 |14cr|p0f-3.06b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       p0f
Version:    3.06b
Release:    4
Summary:    Passive OS fingerprinting tool
License:    GPL
Group:      Networking/Other
URL:        http://lcamtuf.coredump.cx/p0f.shtml
Source0:    http://lcamtuf.coredump.cx/p0f/%{name}-%{version}.tgz
Source1:    p0f.service
Source2:    p0f.sysconfig
BuildRequires: pcap-devel

%description
p0f performs passive OS fingerprinting technique bases on information coming
from remote host when it establishes connection to our system. Captured
packets contains enough information to determine OS - and, unlike
active scanners (nmap, queSO) - it is done without sending anything to 
this host.

%prep
%setup -q

%build
%make CFLAGS='%{optflags} -DFP_FILE="%{_sysconfdir}/%{name}/p0f.fp"'

%install

install -D -m 755 p0f %{buildroot}%{_sbindir}/p0f
install -D -m 644 p0f.fp %{buildroot}%{_sysconfdir}/%{name}/%{name}.fp
install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/p0f.service
install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/p0f

%files
%doc docs/*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/p0f.fp
%config(noreplace) %{_sysconfdir}/sysconfig/p0f
%{_unitdir}/p0f.service
%{_sbindir}/p0f




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.06b-4
+ Revision: d154c05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3838 |14cr|p2kmoto-0.1.svn20071112-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	lib_name lib%{name}
%define		soname 0
%define		svnversion svn20071112
Name:		p2kmoto
Summary:	Software intended to be used with Motorola telephones based on the P2K platform
Version:	0.1.%{svnversion}
Release:	3
Url:		http://moto4lin.sourceforge.net/
Source0:	p2kmoto-%{svnversion}.tar.bz2
Patch0:		fix-no-return-in-nonvoid-function.patch
License:	GPL
Group:		Networking/File transfer
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool 
BuildRequires:	libusb-devel >= 0.1.8
Requires:	%{lib_name}%{soname} = %{version}-%{release}

%description
The moto4lin software is intended to be used with Motorola telephones based on
the P2K platform.

%package -n %{lib_name}%{soname}
Summary:	Software intended to be used with Motorola telephones based on the P2K platform
Group:		System/Libraries
Provides:	%{lib_name}%{soname} = %{version}-%{release}
Provides:	%{lib_name} = %{version}-%{release}

%description -n  %{lib_name}%{soname}
The moto4lin software is intended to be used with Motorola telephones based on
the P2K platform.

%package -n p2kmoto-devel
Summary:	Software intended to be used with Motorola telephones based on the P2K platform
Group:		System/Libraries
Provides:	p2kmoto-devel = %{version}-%{release}
Requires:	%{lib_name}%{soname} = %{version}-%{release}

%description -n p2kmoto-devel
The moto4lin software is intended to be used with Motorola telephones based on
the P2K platform.

%prep
%setup -q -n %{name}-%{svnversion}
%patch0
ln -s %{_datadir}/automake-1.10/depcomp

%build
autoconf
export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
./configure --prefix=%{_prefix} --libdir=%{_libdir}
make -j 2

%install
make DESTDIR=%{buildroot} install

rm -fr %{buildroot}%{_libdir}/*.*a

%post -n  %{lib_name}%{soname} -p /sbin/ldconfig

%postun -n  %{lib_name}%{soname} -p /sbin/ldconfig

%files
%defattr(-,root,root)
%{_bindir}/*

%files -n  %{lib_name}%{soname}
%defattr(-,root,root)
%{_libdir}/libp2kmoto.so.%{soname}
%{_libdir}/libp2kmoto.so.%{soname}.*

%files -n p2kmoto-devel
%defattr(-,root,root)
%{_libdir}/libp2kmoto.so
%{_includedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.svn20071112-3
+ Revision: e6a9afc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3839 |14cr|p3nfs-5.19-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility to access Symbian based (Psion/Nokia/Sony-Ericsson/etc) mobile devices
Name:		p3nfs
Version:	5.19
Release:	8
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.koeniglich.de/p3nfs.html
Source0:	%{name}-%{version}.tar.bz2
Patch0:		p3nfs_no_client.patch
# Hardcode tty because build system doesn't have it
Patch1:		p3nfs-5.19-tty.patch
BuildRequires:	pkgconfig(libtirpc)

%description
p3nfs is a Symbian (Psion/Nokia/Sony-Ericsson/etc) to UNIX/Linux
communication program. It allows you to mount the file systems of the
phone/PDA on your UNIX machine. This means that you see all the
filesystems of the Phone/PDA as a filesystem on your UNIX machine,
and you can copy/backup/edit any file on the Phone/PDA with your
preferred tools on the UNIX machine.

In order to operate correctly, you need to install a p3nfs client
on the mobile device.

%files
%doc README
%doc doc/*
%{_bindir}/*
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
%configure2_5x
%make CFLAGS="%{optflags} -I." LDFLAGS="-lnsl -ltirpc"

%install
%makeinstall_std

rm -rf %{buildroot}%{_defaultdocdir}/%{name}-%{version}


%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.19-8
+ Revision: 7cae110
- Build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3840 |14cr|p910nd-0.93-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tiny non-spooling printer daemon
Name:		p910nd
Version:	0.93
Release:	2
License:	GPL
Group:		System/Servers
URL:		http://etherboot.sourceforge.net/p910nd
Source0:	http://etherboot.sourceforge.net/p910nd/%{name}-%{version}.tar.bz2
Source1:	%{name}.init
Requires(pre,post):		rpm-helper
Requires:	tcp_wrappers
BuildRequires:	tcp_wrappers-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Tiny non-spooling printer daemon for Linux hosts. Accepts data
over a TCP network connection from a spooling host. Useful on
diskless X terminals with local printer.

%prep
%setup -q

cp %{SOURCE1} %{name}.init

%build

gcc %{optflags} %{ldflags} -DUSE_LIBWRAP -o p910nd p910nd.c -lwrap

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_datadir}/%{name}
install -d %{buildroot}%{_mandir}/man8

install -m755 %{name}.init %{buildroot}%{_initrddir}/%{name}
install -m755 %{name} %{buildroot}%{_sbindir}/
install -m755 *.pl %{buildroot}%{_datadir}/%{name}/
install -m644 %{name}.8 %{buildroot}%{_mandir}/man8/

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-, root, root)
%config(noreplace) %attr(0755,root,root) %{_initrddir}/%{name}
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*
%attr(0755,root,root) %{_datadir}/%{name}/*.pl
%attr(0755,root,root) %{_sbindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.93-2
+ Revision: 4e758b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3841 |14cr|packaging-tools-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: packaging-tools
Version: 1.0
Release: 4
Source0: e
Source1: e.1
Source2: vs
Source3: vs.1
Source4: vl
Source5: vl.1
Source6: vj
Source7: vj.1
Source8: vp
Source9: vp.1
Summary: Tools that make packagers' lives easier
URL: http://openmandriva.org/
License: Public Domain
Group: Development/Other
BuildArch: noarch

%description
Some tools that make packagers' lives easier

%prep

%build

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1
install -c -m 755 %SOURCE0 %SOURCE2 %SOURCE4 %SOURCE6 %SOURCE8 %{buildroot}%{_bindir}/
install -c -m 644 %SOURCE1 %SOURCE3 %SOURCE5 %SOURCE7 %SOURCE9 %{buildroot}%{_mandir}/man1/

%files
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 0e18a11
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3842 |14cr|packit-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network Injection And Capture Tool
Name:		packit
Version:	1.0
Release:	9
License:	GPL
Group:		Monitoring
Url:		http://www.obtuse.net/software/packit/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.7.1-update-headers-for-new-libpcap.patch.bz2
Patch1:		packit-1.0-no-strip.patch
BuildRequires:	libnet-devel
BuildRequires:	pcap-devel

%description
Packit is a network auditing tool that allows you to monitor, manipulate, and
inject customized IP traffic into your network. Supporting the ability to
define (spoof) all TCP, UDP, ICMP, IP, ARP, RARP and Ethernet header options,
Packit can be valuable for testing firewalls, intrusion detection systems,
port scanning, simulating network traffic and general TCP/IP auditing.

%files
%doc ChangeLog docs/ICMP.txt
%{_mandir}/*/*
%{_sbindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-9
+ Revision: e27e319
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3843 |14cr|padre-0.960.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre
%define appli_name       padre
%define upstream_version 0.96

Name:		%{appli_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

License:	GPLv1+ or Artistic
Group:		Development/Perl
Summary:	Perl Application Development and Refactoring Environment
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Alien::wxWidgets)          >= 0.460.0
BuildRequires:	perl(App::Ack)
BuildRequires:	perl(App::cpanminus) >= 0.992.3
BuildRequires:	perl(Capture::Tiny) >= 0.060.0
BuildRequires:	perl(Class::Adapter) >= 1.050
BuildRequires:	perl(Class::Inspector) >= 1.220
BuildRequires:	perl(Class::Unload)  >= 0.030
BuildRequires:	perl(Class::XSAccessor) >= 1.050
BuildRequires:	perl(Cwd)               >= 3.270.100
BuildRequires:	perl(DBD::SQLite) >= 1.270.0
BuildRequires:	perl(DBI) >= 1.580.0
BuildRequires:	perl(Data::Dumper) >= 2.101
BuildRequires:	perl(Debug::Client) >= 0.110
BuildRequires:	perl(Devel::Dumpvar) >= 0.040
BuildRequires:	perl(Devel::Refactor) >= 0.05
BuildRequires:	perl(Digest::MD5) >= 2.380
BuildRequires:	perl(Encode) >= 2.260
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.560.0
BuildRequires:	perl(ExtUtils::Manifest) >= 1.560.0
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Copy::Recursive) >= 0.370
BuildRequires:	perl(File::Find::Rule) >= 0.300
BuildRequires:	perl(File::Glob)
BuildRequires:	perl(File::HomeDir) >= 0.910
BuildRequires:	perl(File::Path) >= 2.080
BuildRequires:	perl(File::Remove) >= 1.400
BuildRequires:	perl(File::ShareDir) >= 1.0
BuildRequires:	perl(File::ShareDir::PAR)
BuildRequires:	perl(File::Spec) >= 3.270.100
BuildRequires:	perl(File::Spec::Functions) >= 3.270.1
BuildRequires:	perl(File::Temp) >= 0.200
BuildRequires:	perl(File::Which) >= 1.080
BuildRequires:	perl(File::pushd) >= 1.0
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Format::Human::Bytes) >= 0.060
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(HTML::Entities) >= 3.570
BuildRequires:	perl(HTML::Parser) >= 3.580
BuildRequires:	perl(IO::Scalar) >= 2.110
BuildRequires:	perl(IO::Socket) >= 1.300
BuildRequires:	perl(IO::String) >= 1.080
BuildRequires:	perl(IPC::Open2)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(IPC::Run)
BuildRequires:	perl(JSON::XS) >= 2.290 
BuildRequires:	perl(LWP) >= 5.815
BuildRequires:	perl(LWP::UserAgent) 
BuildRequires:	perl(List::MoreUtils) >= 0.220 
BuildRequires:	perl(List::Util) >= 1.180
BuildRequires:	perl(Locale::Msgfmt) 
BuildRequires:	perl(Module::Build) >= 0.360.3
BuildRequires:	perl(Module::CoreList)
BuildRequires:	perl(Module::Install) 
BuildRequires:	perl(Module::Manifest) >= 0.080
BuildRequires:	perl(Module::Refresh) >= 0.130
BuildRequires:	perl(Module::Starter) >= 1.500
BuildRequires:	perl(ORLite) >= 1.480
BuildRequires:	perl(ORLite::Migrate)
BuildRequires:	perl(PAR)
BuildRequires:	perl(POD2::Base) >= 0.043
BuildRequires:	perl(POSIX)
BuildRequires:	perl(PPI) >= 1.213
BuildRequires:	perl(PPIx::EditorTools) >= 0.130
BuildRequires:	perl(PPIx::Regexp) >= 0.011
BuildRequires:	perl(Params::Util) >= 0.330
BuildRequires:	perl(Parse::ErrorString::Perl) >= 0.140
BuildRequires:	perl(Parse::ExuberantCTags) >= 1.0
BuildRequires:	perl(Pod::Abstract) >= 0.160
BuildRequires:	perl(Pod::Functions)
BuildRequires:	perl(Pod::POM) >= 0.170
BuildRequires:	perl(Pod::Perldoc)              >= 3.150.0
BuildRequires:	perl(Pod::Simple) >= 3.070
BuildRequires:	perl(Pod::Simple::XHTML) >= 3.040
BuildRequires:	perl(Probe::Perl)
BuildRequires:	perl(Storable) >= 2.150
BuildRequires:	perl(Template::Tiny) >= 0.110
BuildRequires:	perl(Term::ReadLine)
BuildRequires:	perl(Text::Balanced)                >= 2.010
BuildRequires:	perl(Text::Diff)                >= 0.350.0
BuildRequires:	perl(Text::FindIndent) >= 0.100
BuildRequires:	perl(Test::Exception)           >= 0.310
BuildRequires:	perl(Time::HiRes)           >= 1.971.800
BuildRequires:	perl(Test::MockObject)          >= 1.090.0
BuildRequires:	perl(Test::More)                >= 0.880.0
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Test::NeedsDisplay)
BuildRequires:	perl(Test::NoWarnings)          >= 0.084.0
BuildRequires:	perl(Test::Script)              >= 1.070.0
BuildRequires:	perl(Thread::Queue)             >= 2.110.0
BuildRequires:	perl(URI)
BuildRequires:	perl(Wx) >= 0.910
BuildRequires:	perl(Wx::Perl::ProcessStream) >= 0.290
BuildRequires:	perl(YAML::Tiny) >= 1.320
BuildRequires:	perl(threads)                   >= 1.710.0
BuildRequires:	perl(threads::shared)           >= 1.330.0

BuildArch: noarch

Requires:	gettext
# not auto-detected but required
Requires:	perl(Alien::wxWidgets)
Requires:	perl(Class::Adapter::Builder)
Requires:	perl(File::pushd)
Requires:	perl(Text::FindIndent)
Requires:	perl(Probe::Perl)
Requires:	perl(Template::Tiny)

Obsoletes:	perl-Padre-Plugin-Encode <= 0.1.3
Provides:	perl-Padre-Plugin-Encode = %{EVRD}

Obsoletes:	perl-Wx-Perl-Dialog <= 0.04
Provides:	perl-Wx-Perl-Dialog = %{EVRD}

Obsoletes:	perl-Padre <= 0.400.0
Provides:	perl-Padre = %{EVRD}

Provides:	perl-Padre-Wx-Panel-FoundInFiles = %{EVRD}
Provides:	perl(Padre::Wx::Dialog) = %{EVRD}

Suggests: perl(Padre::Plugin::Autoformat)
Suggests: perl(Padre::Plugin::CSS)
Suggests: perl(Padre::Plugin::Catalyst)
Suggests: perl(Padre::Plugin::ClassSniff)
Suggests: perl(Padre::Plugin::DataWalker)
Suggests: perl(Padre::Plugin::Ecliptic)
Suggests: perl(Padre::Plugin::Git)
Suggests: perl(Padre::Plugin::HTML)
Suggests: perl(Padre::Plugin::Kate)
Suggests: perl(Padre::Plugin::Nopaste)
Suggests: perl(Padre::Plugin::PAR)
Suggests: perl(Padre::Plugin::Parrot)
Suggests: perl(Padre::Plugin::Perl6)
Suggests: perl(Padre::Plugin::PerlCritic)
Suggests: perl(Padre::Plugin::PerlTidy)
Suggests: perl(Padre::Plugin::SpellCheck)
Suggests: perl(Padre::Plugin::Swarm)
Suggests: perl(Padre::Plugin::ViewInBrowser)

%description
Padre - Perl Application Development and Refactoring Environment

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod a-x share/%{name}.desktop

%build
DISPLAY= perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#DISPLAY= %make test

%install
%makeinstall_std

# menu-entry
%__mkdir_p  %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Version=1.0
Name=Padre
Comment=The Perl IDE
Exec=padre
Icon=%{perl_vendorlib}/auto/share/dist/%{upstream_name}/icons/padre/64x64/logo.png
Categories=Development;Perl;IDE;
Terminal=false
EOF

%find_lang %{name} --all-name

%files -f %{name}.lang
%doc Changes README
%{_bindir}/padre
%{_mandir}/man3/*
%{_datadir}/applications/%{name}.desktop
%{perl_vendorlib}/%{upstream_name}
%{perl_vendorlib}/%{upstream_name}.pm
%dir %{perl_vendorlib}/auto/share/dist/%{upstream_name}
%dir %{perl_vendorlib}/auto/share/dist/%{upstream_name}/locale
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/doc
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/examples
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/icons
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/languages
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/padre.desktop
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/padre.desktop.README
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/padre-splash-ccnc.png
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/padre-splash.png
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/ppm
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/README.txt
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/templates
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/themes


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.960.0-6
+ Revision: fa6d302
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3844 |14cr|paintown-3.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	2D Fighting Game
Name:		paintown
Version:	3.6.0
Release:	2
License:	GPLv2+
Group:		Games/Arcade
Url:		http://paintown.sourceforge.net/
Source0:	http://paintown.sourceforge.net/%{name}-%{version}.tar.bz2
Patch0:		paintown-3.6.0-static.patch
Patch1:		paintown-3.6.0-cmake-freetype.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
Paintown is a 2D engine for fighting games.
If you are looking for a side-scrolling, action packed game like you used
to play or if you are looking for an extensible engine to write your own game,
look no further. Paintown supports user created content through a mod system
and user defined functionality through scripting.

Warning! The game is buggy and requires some "magic moves" to play.
For example, with some langauges half of menu is blank...

Features
* Low CPU and GPU requirements
* Network play
* Dynamic lighting
* Joystick support
* mod/s3m/xm/it music modules
* Scripting with python
* M.U.G.E.N engine

%files
%doc README LEGAL LICENSE TODO scripting.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

find data/ -type f -exec chmod 0644 {} \;

%build
LIBSUFFIX=$(echo "%{_lib}" | sed 's|^lib||')
export CFLAGS="%{optflags} -Wall"
export CXXFLAGS="$CFLAGS"

%cmake -DUSE_SDL=ON

%make

%install
mkdir -p %{buildroot}%{_gamesbindir}
install -m 755 build/bin/%{name} %{buildroot}%{_gamesbindir}/%{name}
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
cp -af data %{buildroot}%{_gamesdatadir}/%{name}

mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 data/menu/%{name}.png %{buildroot}%{_datadir}/pixmaps
convert data/menu/%{name}.png -resize 48x48 %{buildroot}%{_datadir}/pixmaps/%{name}.png

# wrapper script
mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh
exec %{_gamesbindir}/paintown -d %{_gamesdatadir}/%{name}/data
EOF
chmod +x %{buildroot}%{_bindir}/%{name}

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=PainTown
Comment=2D Fighting Game
Exec=%{_bindir}/%{name}
Icon=%{name}
Type=Application
Terminal=false
Categories=Game;ArcadeGame;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.6.0-2
+ Revision: 73883b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3845 |14cr|pairing-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pairing
Version:	1.3
Release:	2
Summary:	Pairing of machines for network testing
License:	GPL
Group:		Networking/Other
Url:		http://ahorvath.web.cern.ch/ahorvath/pairing/
Source:		%{name}-%{version}.tar.bz2

%description
Run this on a set of machines and get them paired up nicely for some
network-related activity.

It uses multicast to find potential partners and TCP to actually pair up with
them.

%prep
%setup -q

%build
make

%install
%__rm -rf %{buildroot}
%__mkdir_p %{buildroot}/%{_bindir}
%__install -m 755 pair %{buildroot}/%{_bindir}/pair

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/pair




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-2
+ Revision: bbbffdb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3846 |14cr|palp-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		palp
Group:		Sciences/Mathematics
License:	GPL
Summary:	PALP: A Package for Analyzing Lattice Polytopes
Version:	1.1
Release:	3
Source:		http://hep.itp.tuwien.ac.at/~kreuzer/CY/palp/%{name}-%{version}.tar.gz
Source1:	http://arxiv.org/pdf/math/0204356v1
URL:		http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
PALP: A Package for Analyzing Lattice Polytopes with Applications to
Toric Geometry.
See also http://arxiv.org/abs/math/0204356

%prep
%setup -q -n %{name}

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
cp -fa class.x cws.x nef.x poly.x %{buildroot}/%{_bindir}
mkdir -p %{buildroot}%{_docdir}/%{name}
cp -fa %{SOURCE1} %{buildroot}%{_docdir}/%{name}/%{name}.pdf

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%dir %doc %{_docdir}/%{name}
%doc %{_docdir}/%{name}/%{name}.pdf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: 56112eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3847 |14cr|pam_abl-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pam-abl

Summary:	Auto blacklisting of hosts and users
Name:		pam_abl
Version:	0.6.0
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://sourceforge.net/projects/pam-abl/
Source0:	http://downloads.sourceforge.net/project/%{oname}/%{oname}/%{oname}-%{version}.tar.gz
Patch0:		pam_abl-0.6.0-whitelistroot.patch
BuildRequires:	cmake
BuildRequires:	db-devel
BuildRequires:	pam-devel

%description
A PAM module that provides auto blacklisting of hosts and users responsible
for repeated failed authentication attempts. Generally configured so that
blacklisted users still see normal login prompts but are guaranteed to fail
to authenticate.

%files
%doc README
/%{_lib}/security/*so*
%{_bindir}/%{name}
%config(noreplace) %{_sysconfdir}/security/pam_abl.conf
%dir %{_var}/lib/abl

#----------------------------------------------------------------------------

%prep
%setup -q -c
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build
install -d %{buildroot}/%{_lib}
mv %{buildroot}%{_prefix}/lib/security %{buildroot}/%{_lib}
install -d %{buildroot}%{_var}/lib/abl
install -D -m 644 conf/pam_abl.conf %{buildroot}%{_sysconfdir}/security/pam_abl.conf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-2
+ Revision: 0aa073b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3848 |14cr|pam-mysql-0.5-6mdk
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	pam-mysql
%define url	http://sourceforge.net/projects/pam-mysql/
%define version 0.5
%define prefix	%{_prefix}
%define release 6mdk

Summary:	MySQL authentication for PAM
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Libraries
URL:		http://sourceforge.net/projects/pam-mysql/
Source0:	%{url}/pam_mysql-%{version}.tar.bz2
Requires:	pam
BuildRequires:	pam-devel, mysql-devel

%description
This is a module that allows people to login to PAM-aware applications by
authenticating to a MySQL database. Now configurable in terms of which host the
database resides upon and which table and username and password column to
interrogate.

%prep

%setup -q -n pam_mysql

%build

%make

%install
mkdir -p %{buildroot}/lib/security
cp pam_mysql.so %{buildroot}/lib/security
mkdir -p %{buildroot}/usr/share/doc/pam-mysql-%{version}

%files
/lib/security/pam_mysql.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-6mdk
+ Revision: 7379a32
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3849 |14cr|pam_mysql-0.7-0.RC1.12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	pam_mysql
%define version 0.7
%define beta    RC1
%define release %mkrel 0.%{beta}.12

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	MySQL authentication for PAM
License:	GPLv2+
Group:		System/Libraries
URL:		http://sourceforge.net/projects/pam-mysql/
Source:		http://ovh.dl.sourceforge.net/sourceforge/pam-mysql/%name-%version%beta.tar.gz
Patch0:        	pam_mysql-0.7RC1-fix-link.patch
Requires:	pam
BuildRequires:	pam-devel
BuildRequires:	mysql-devel
BuildRequires:	openssl-devel
Obsoletes:	pam-mysql
Provides:	pam-mysql
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
This is a module that allows people to login to PAM-aware applications by
authenticating to a MySQL database. Now configurable in terms of which host the
database resides upon and which table and username and password column to
interrogate.

%prep
%setup -q -n %name-%version%beta
%patch0 -p0

%build
%configure2_5x --with-openssl=%{_prefix} --with-pam-mods-dir=/%_lib/security
%make

%install
%makeinstall_std
rm -f %buildroot/%_lib/security/*.la

%clean
rm -rf %buildroot

%files
%defattr(-, root, root)
%doc ChangeLog CREDITS README NEWS
/%_lib/security/pam_mysql.so



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.7-0.RC1.12
+ Revision: f0ff642
- Automatic import for version 0.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3850 |14cr|pam-pgsql-0.7.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Postgresql authentication for PAM
Name:		pam-pgsql
Version:	0.7.3.1
Release:	2
Epoch:		1
License:	GPLv2+
Group:		System/Libraries
Url:		http://sourceforge.net/projects/pam-pgsql
Source0:	http://ovh.dl.sourceforge.net/sourceforge/pam-pgsql/%{name}-%{version}.tar.gz
BuildRequires:	mhash-devel
BuildRequires:	pam-devel
BuildRequires:	postgresql-devel
BuildRequires:	pkgconfig(libgcrypt)
Requires:	pam

%description
This is a module that allows people to login to PAM-aware applications by
authenticating to a Postgresql database.

%files
%doc CREDITS README
%{_libdir}/security/pam_pgsql.*
%attr(600, root, root) %config(noreplace) %{_sysconfdir}/pam_pgsql.conf

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}
cat > %{buildroot}%{_sysconfdir}/pam_pgsql.conf <<EOF
# PAM pgsql configuration files
# Olivier Thauvin <nanardon@nanardon.zarb.org>

# connect - the database connection string
# (see http://www.postgresql.org/docs/7.4/interactive/libpq.html#LIBPQ-CONNECT)

# auth_query      - authentication query (should return one column -- password)
# auth_succ_query - query to be executed after successful authentication
# auth_fail_query - query to be executed after failed authentication
# acct_query      - account options query (should return 3 boolean columns -- expired, new password required and password is null)
# pwd_query       - query to be executed for password changing

# You can use %u as username, %p as (new) password, %h for hostname of client
# as specified by PAM subsystem, %i for IP got by gethostbyname(%h) and %s as
# pa service name in any query. Please don't forget to specify pw_type as %p
# is replaced by password of pw_type form.

connect = dbname=sysdb user=ljb password=sth connect_timeout=15
auth_query = select user_password from account where user_name = %u
acct_query = select (acc_expired = 'y' OR acc_expired = '1'), (acc_new_pwreq = 'y' OR acc_new_pwreq = '1'), (user_password
 IS NULL OR user_password = '') from account where user_name = %u
pwd_query = update account set user_password = %p where user_name = %u
pw_type = crypt_md5

EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.7.3.1-2
+ Revision: e54eae1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3851 |14cr|pam_script-0.1.12-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pam_script
Version:	0.1.12
Release:	5
URL:		http://freshmeat.net/projects/pam_script
Source:		http://www.upfrontsystems.co.za/Members/izak/libpam-script_%{version}.tar.gz
Summary:	PAM module to executes a script at the start and end of a session
License:	GPL+
Group:		System/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	pam-devel
%description
pam_script is a PAM that executes a script at the start and end of a
session. Any PAM-aware application can use the module to perform
arbitrary operations. It was originally written for cleaning up when a
user logs out.

%prep
%setup -q -n libpam-script-%{version}

%build
%{make}

%install
%{__rm} -Rf %{buildroot}
%{__make} DESTDIR=%{buildroot} plibdir=/%{_lib}/security install
%{__install} -d %{buildroot}%{_mandir}/man5
%{__install} -m0644 pam_script.5 %{buildroot}%{_mandir}/man5

%files
%doc README CREDITS examples
/%{_lib}/security/pam_script.so
%{_mandir}/man5/pam_script.5*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.12-5
+ Revision: 112cfb2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3852 |14cr|pam_smb-1.1.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	pam_smb
%define version	1.1.7
%define release	6

Summary:	SMB Pluggable Authentication Module
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	ftp://ftp.samba.org/pub/samba/pam_smb/pam_smb-%{version}.tar.bz2
URL:		http://www.csn.ul.ie/~airlied/pam_smb/
License:	GPL
Group:		System/Libraries
BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires:	pam-devel
Requires:	pam

%description 
pam_smb is a PAM module which allows authentication of UNIX users
using an NT/Samba server.

%prep
%setup -q -n pam_smb

%build
%configure
make

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}
mkdir -p %{buildroot}{%{_sysconfdir},/lib/security}
install -m 755 pam_smb_auth.so %{buildroot}/lib/security
install -m 644 pam_smb.conf.example %{buildroot}%{_sysconfdir}/pam_smb.conf

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}
rm -rf $RPM_BUILD_DIR/%{name}

%files
%defattr(-,root,root)
/lib/security/pam_smb_auth.so
%config(noreplace) %{_sysconfdir}/pam_smb.conf
%doc CHANGES COPYING README TODO pam_smb.conf.example




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.7-6
+ Revision: 252296e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3853 |14cr|pam_sqlite-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	pam_sqlite
%define version 0.3
%define release 6

Summary:	SQLite authentication for PAM
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{release}
Source0:	%{name}-%{version}.tar.bz2
Patch0:		pam_sqlite-nullundeclared.patch
URL:		http://www.edin.dk/pam_sqlite/
License:	GPL
Group:		System/Libraries
BuildRequires:	pam-devel
BuildRequires:	sqlite-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
pam_sqlite allows developers to authenticate users against a table
in an SQLite database. It supports checking account information
(pam_acct_expired, new_authtok_reqd) and updating authentication
tokens. 

%prep
%setup -q
%patch0 -p 1 -b .nullundeclared

%build
%configure2_5x

%make

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

install -d %{buildroot}/lib/security
#install -d %{buildroot}%{_sysconfdir}/pam.d

install -m0755 pam_sqlite.so %{buildroot}/lib/security/pam_sqlite.so

#cat > %{buildroot}%{_sysconfdir}/pam.d/pam_sqlite <<EOF
#auth        required    pam_sqlite.so 
#account     required    pam_sqlite.so
#password    required    pam_sqlite.so
#EOF
#
#cat > %{buildroot}%{_sysconfdir}/pam_sqlite.conf <<EOF
#database = /etc/sysdb
#table = account
#user_column = user_name
#pwd_column = user_password
#expired_column = acc_expired
#newtok_column = acc_new_pwreq
#debug
#EOF

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc NEWS README
#%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam_sqlite.conf
#%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/pam_sqlite
%attr(0755,root,root) /lib/security/pam_sqlite.so





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-6
+ Revision: 78ebf21
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3854 |14cr|pam_ssh-1.97-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pam_ssh
Version:	1.97
Release:	4
Summary:	A Pluggable Authentication Module (PAM) for use with SSH
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
URL:		http://sourceforge.net/projects/pam-ssh/
License:	BSD
Group:		System/Libraries
Requires:	openssh
BuildRequires:	pam-devel 
BuildRequires:  openssl-devel
BuildRequires:  openssh-clients
BuildRequires:	autoconf
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
This PAM module provides single sign-on behavior for UNIX using SSH. Users
are authenticated by decrypting their SSH private keys with the password
provided (probably to XDM). In the PAM session phase, an ssh-agent process is
started and keys are added.

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --with-pam-dir=/%_lib/security
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS NEWS README ChangeLog TODO
/%{_lib}/security/pam_ssh.*
%{_mandir}/man[^3]/pam_ssh*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.97-4
+ Revision: 43896e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3855 |14cr|pam_usb-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	pam_usb
%define	version	0.5.0
%define	rel	1
%define	release	%mkrel %{rel}

Summary:	PAM module through external storage
Name:		%{name}
Version:	%{version}
Release:	%{release}
URL:		http://www.pamusb.org/
Source0:	http://ovh.dl.sourceforge.net/sourceforge/pamusb/%{name}-%{version}.tar.gz
Source1:	%{name}-doc.tar.bz2
License:	GPLv2+
Group:		System/Libraries
BuildRequires:	dbus-devel pkgconfig(libxml-2.0)
BuildRequires:	pam-devel 
BuildRequires:  pkgconfig(openssl) 
BuildRequires:  readline-devel
BuildRequires:  pkgconfig(ncurses)

%description
pam_usb is a PAM module that enables authentication using an USB-Storage device
(such as an USB Pen) through DSA private/public keys.

It can also work with other devices, such as floppy disks or cdroms.

%prep
%setup -q -a1

%build
%make

%install
%makeinstall_std \
  PAM_USB_DEST=%{buildroot}/%{_lib}/security \
  DOCS_DEST=%{buildroot}%{_docdir}/%{name}-%{version}

cp -a html %{buildroot}%{_docdir}/%{name}-%{version}


%files
%defattr(644,root,root,755)
%doc %{_docdir}/%{name}-%{version}
%defattr(-,root,root)
/%{_lib}/security/%{name}.so
%{_bindir}/*
%{_mandir}/man1/*.1*
%{_sysconfdir}/pamusb.conf

%changelog
* Tue Nov 06 2012 Alexander Khryukin <alexander@mezon.ru> 0.5.0-1
+ Revision: 1eb4592
- version update 0.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3856 |14cr|pandemic-1.92.660-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Games-Pandemic
%define upstream_version 1.092660

Name:       pandemic
Version:    %perl_convert_version %{upstream_version}
Release:    5

Summary:    Cooperative pandemic board game

License:    GPL+ or Artistic
Group:      Games/Strategy
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Games/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Convert::Color)
BuildRequires: perl(Devel::CheckOS)
BuildRequires: perl(Encode)
BuildRequires: perl(English)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Find::Rule)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(FindBin)
BuildRequires: perl(Geo::Mercator)
BuildRequires: perl(Image::Size)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
BuildRequires: perl(Locale::TextDomain)
BuildRequires: perl(Math::Gradient)
BuildRequires: perl(Module::Util)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(MooseX::AttributeHelpers)
BuildRequires: perl(MooseX::POE)
BuildRequires: perl(MooseX::SemiAffordanceAccessor)
BuildRequires: perl(MooseX::Singleton)
BuildRequires: perl(MooseX::Traits)
BuildRequires: perl(POE)
BuildRequires: perl(POE::Kernel)
BuildRequires: perl(POE::Loop::Tk)
BuildRequires: perl(Readonly)
BuildRequires: perl(Test::More)
BuildRequires: perl(Tk)
BuildRequires: perl(Tk::Font)
BuildRequires: perl(Tk::JPEG)
BuildRequires: perl(Tk::PNG)
BuildRequires: perl(Tk::Pane)
BuildRequires: perl(Tk::ToolBar)
BuildRequires: perl(UNIVERSAL::require)
BuildRequires: perl(YAML::Tiny)
BuildRequires: x11-server-xvfb
BuildRequires: perl-devel

BuildArch: noarch

# bug #56809: prereq not automatically found
Requires: perl(POE::Loop::Tk)

%description
Pandemic is a cooperative game where the players are united to beat the
game. The goal is to find the cures for various diseases striking cities,
before they propagate too much.

This distribution implements a graphical interface for this game. I
definitely recommend you to buy a 'pandemic' board game and play with
friends, you'll have an exciting time - much more than with this poor
electronic copy.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
#xvfb-run make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{_bindir}/pandemic
%{perl_vendorlib}/Games
%{perl_vendorlib}/LocaleData



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.92.660-5
+ Revision: 0393b19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3857 |14cr|pandora-0.9.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GIMP plugin for making panoramas
Name:		pandora
Version:	0.9.3
Release:	4
License:	GPL
Group:		Graphics
Url:		http://shallowsky.com/software/pandora/
Source0:	http://shallowsky.com/software/pandora/pandora-combine-%{version}.scm
BuildRequires:	gimp-devel >= 2.0
BuildArch:	noarch

%description
This is a plugin for The Gimp that generates panorama images.

%package -n gimp2-pandora
Summary:	GIMP plugin for making panoramas
Group:		Graphics
Requires:	gimp

%description -n gimp2-pandora
This is a plugin for The Gimp that generates panorama images. This
version requires gimp 2.

%prep

%build

%install
install -D -m 644 %SOURCE0 %{buildroot}$(gimptool-2.0 --gimpdatadir)/scripts/pandora-combine.scm

%files -n gimp2-pandora
%{_datadir}/gimp/2.0/scripts/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-4
+ Revision: b5b988a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3858 |14cr|paq7-0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	File compressor and archiver
Name:		paq7
Version:	0
Release:	8
License:	GPL
Group:		Archiving/Compression
URL:		http://www2.cs.fit.edu/~mmahoney/compression/
Source0:	paq7asm.asm.bz2
Source1:	paq7.cpp.bz2
BuildRequires:	nasm

%define debug_package %{nil}

%description
PAQ7 is a file compressor and archiver.

%prep 
%setup -c -T

bzcat %{SOURCE0} > paq7asm.asm
bzcat %{SOURCE1} > paq7.cpp

%build

%ifarch %{ix86}
nasm -f elf paq7asm.asm
g++ paq7.cpp %{optflags} -s -o paq7 paq7asm.o
%endif

%ifarch x86_64
g++ paq7.cpp %{optflags} -DNOASM -s -o paq7
%endif

%install
install -d %{buildroot}%{_bindir}
install -m0755 paq7 %{buildroot}%{_bindir}/

%files
%attr(0755,root,root) %{_bindir}/paq7

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-8
+ Revision: b695cf8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3859 |14cr|paq8p-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	High rate file compressor
Name:		paq8p
Version:	1.0
Release:	5
License:	GPLv3+
Group:		Archiving/Compression
Url:		http://www2.cs.fit.edu/~mmahoney/compression/
Source0:	http://www2.cs.fit.edu/~mmahoney/compression/paq8p.zip
Patch0:		paq8p-asm-labels.patch
Patch1:		paq8p-asm-noexec.patch
%ifarch %{ix86}
BuildRequires:	nasm
%endif
%ifarch x86_64
BuildRequires:	yasm
%endif
ExclusiveArch:	%{ix86} x86_64

%description
PAQ8p is a file compressor that achieve very high compression rates at
the expense of speed and memory.

%files
%doc readme.txt
%attr(0755,root,root) %{_bindir}/paq8p*

#----------------------------------------------------------------------------

%prep
%setup -q -c -n %{name}
%patch0 -p1 -b .label
#how to fix exec stack in yasm?
# patch1 -p1 -b .noexec

%build
%ifarch %{ix86}
nasm -f elf paq7asm.asm
nasm -f elf paq7asmsse.asm
nasm -f elf paq7asmsse2.asm
g++ paq8p.cpp %{optflags} -DNOASM -DUNIX -s -o paq8p_i386
g++ paq8p.cpp %{optflags} -DUNIX -s -o paq8p_mmx paq7asm.o
g++ paq8p.cpp %{optflags} -DUNIX -s -o paq8p_sse paq7asmsse.o
g++ paq8p.cpp %{optflags} -DUNIX -s -o paq8p_sse2 paq7asmsse2.o
%endif

%ifarch x86_64
yasm paq7asm-x86_64.asm -f elf -m amd64
g++ paq8p.cpp %{optflags} -DUNIX -s -o paq8p paq7asm-x86_64.o
g++ paq8p.cpp %{optflags} -DNOASM -DUNIX -s -o paq8p_noasm
%endif

%install
install -d %{buildroot}%{_bindir}
%ifarch x86_64
install -m 0755 paq8p %{buildroot}%{_bindir}/
install -m 0755 paq8p_noasm %{buildroot}%{_bindir}/
%endif
%ifarch %{ix86}
install -m 0755 paq8p_i386 %{buildroot}%{_bindir}/
install -m 0755 paq8p_mmx %{buildroot}%{_bindir}/
install -m 0755 paq8p_sse %{buildroot}%{_bindir}/
install -m 0755 paq8p_sse2 %{buildroot}%{_bindir}/
ln -sf %{_bindir}/paq8p_sse2 %{buildroot}%{_bindir}/paq8p
%endif


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 5657917
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3860 |14cr|par-1.52-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A paragraph reformatter
Name:		par
Version:	1.52
Release:	8
Source0:	Par152.tar.bz2
URL:		http://www.nicemice.net/par/
License:	Distributable - Copyright (C) 2000 by Adam M. Costello
Group:		Text tools

%description
Par is a paragraph reformatter, similar to the standard Unix fmt
filter, but better. It uses a dynamic programming algorithm, which
produces much better-looking line breaks than the greedy algorithm
used by fmt. It can also deal correctly with a variety of quotation
and comment conventions.

%prep
%setup -q -n Par152

%build
%make -f protoMakefile CC="gcc %{optflags} -c" LINK1="gcc"

%install
install -d %{buildroot}/%{_bindir}
install -d %{buildroot}/%{_mandir}/man1
install -m 755 -s par %{buildroot}/%{_bindir}
install -m 644 par.1 %{buildroot}/%{_mandir}/man1

# Make them world readable
chmod 0644 par.doc releasenotes

%files
%doc par.doc releasenotes
%{_bindir}/par
%{_mandir}/man1/par.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.52-8
+ Revision: 693c2fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3861 |14cr|paragui-1.1.8-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Docs paraguidoc-html-1.1.8
%define	name	paragui
%define	version	1.1.8
%define release 	22

%define lib_api 1.1
%define lib_major 8
%define lib_name %mklibname %{name} %{lib_api} %{lib_major}
%define develname %mklibname -d paragui

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Graphical User Interface based on SDL
License:	LGPLv2+
Group:		System/Libraries
Source0:	http://savannah.nongnu.org/download/paragui/%{name}-%{version}.tar.bz2
Source1:        http://savannah.nongnu.org/download/paraguidoc-html-1.1.8.tar.bz2
Patch0:		%{name}-1.1.8.install.patch
Patch1:		paragui-1.1.8-fix-underquoted-calls.patch
Patch2:		paragui-1.1.8-asneeded.patch
Patch3:		paragui-1.1.8-header.patch
Patch4:		020_stl_map.diff
Patch5:		paragui-1.1.8-remove-physfs.patch
URL:		http://www.paragui.org/
BuildRequires:	freetype2-devel
BuildRequires:	physfs-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	libgii-devel
BuildRequires:	libsigc++1.2-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	multiarch-utils >= 1.0.3
BuildRequires:	automake1.8

%description
ParaGUI is a cross-platform high-level application framework and GUI
(graphical user interface) library. ParaGUI's cross-platform nature is
completely based on the Simple DirectMedia Layer (SDL).

%package -n	%{lib_name}
Summary:	Main library for paragui
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{mklibname paragui 1.1} < %{version}-%{release}

%description -n	%{lib_name}
This package contains the library needed to run programs dynamically
linked with paragui.

%package -n	%{develname}
Summary:	Headers for developing programs that will use paragui
Group:		Development/C
Requires:	%{lib_name} = %{version}
Requires:	libexpat-devel
Requires:	physfs-devel
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d paragui 1.1 8} < %version-%release
Obsoletes:      %{mklibname -d paragui 1.1} < %{version}-%{release}

%description -n	%{develname}
This package contains the headers that programmers will need to develop
applications which will use paragui, a GUI on top of SDL.

%prep
%setup -q -n %{name}-%{version} -a1
%patch0 -p1
%patch1 -p1 -b .underquoted
%patch2 -p1 -b .asneeded
%patch3 -p0 -b .header
%patch4 -p1 -b .stl
%patch5 -p1 -b .physfs

%build
# TODO : --enable-python --enable-ruby
export AUTOMAKE="automake --foreign"
autoreconf -fi
%configure2_5x --enable-unicode --disable-static
%make

%install
%makeinstall_std
%multiarch_binaries %{buildroot}%{_bindir}/paragui-config

%files -n %{lib_name}
%defattr(-, root, root)
%doc AUTHORS COPYING
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%doc README
%{multiarch_bindir}/paragui-config
%{_bindir}/paragui-config
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/aclocal/*.m4
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.8-22
+ Revision: 86ddb5d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3862 |14cr|parano-0.3.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	parano
%define rel	3
%define version	0.3.5

Name:		%{name}
Version:	%{version}
Release:	%mkrel %{rel}
Summary:	Compute, create and edit MD5, SHA-1 and SFV files
License:	GPLv2+
Group:		File tools
URL:		http://parano.berlios.de/
Source0:	http://prdownload.berlios.de/parano/%{name}-%{version}.tar.gz
Patch0:		parano-desktop_file_fix.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:	noarch
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	imagemagick
BuildRequires:	pygtk2.0
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade

%description
Parano is a GNOME program to create, edit and verify hashfiles.
For now MD5, SHA-1 and SFV formats are supported.

%prep
%setup -q 
%patch0 -p0

%build
%configure2_5x --disable-update-mime-database
%make

%install
%{__rm} -rf %{buildroot}
%makeinstall_std

%find_lang %{name}

#icons
mkdir -p %{buildroot}/%_liconsdir
convert -scale 48 src/parano-icon.png %{buildroot}%{_liconsdir}/%name.png
mkdir -p %{buildroot}/%_iconsdir
convert -scale 32 src/parano-icon.png %{buildroot}%{_iconsdir}/%name.png
mkdir -p %{buildroot}/%_miconsdir
convert -scale 16 src/parano-icon.png %{buildroot}%{_miconsdir}/%name.png

#remove unneeded
%{__rm} -rf %{buildroot}%{_datadir}/pixmaps/%{name}-icon.png

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc TODO AUTHORS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/application-registry/%{name}.applications
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime-info/%{name}.*
%{_datadir}/mime/packages/%{name}.xml
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.3.5-3
+ Revision: 2ffaf8c
- Automatic import for version 0.3.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3863 |14cr|parchive2-0.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name parchive2
%define version 0.4
%define release 7
%define tarname par2cmdline-%{version}

Summary:	Parchive: Parity Archive Volume Set
Name:		%{name}
Version:	%{version}
Release:	%{release}
Group:		Archiving/Other
License:	GPL
URL: 		http://parchive.sourceforge.net/
# http://prdownloads.sourceforge.net/parchive/%{tarname}.tar.gz?download
Source: 	http://prdownloads.sourceforge.net/parchive/%{tarname}.tar.bz2
Patch0:		par2cmdline-gcc4.patch.bz2
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
The idea behind this project is to provide a tool to apply the data-
recovery capability concepts of RAID-like systems to the posting and
recovery of multi-part archives on Usenet. With a parity archive, this
tool, and all but one part of a multi-part set you can recover the
missing part.

The key to this mission is a clean file format specification which
provides all the necessary capabilities for programs to easily verify
and regenerate single missing parts out of a set of archives.

We might just be able to make binary posting and downloading on Usenet a
little easier. That's a pretty cool goal!

par2 is complete rewrite of parchive with much additional advantages.
Read all about them on this page:
  http://www.pbclements.co.uk/QuickPar/AboutPAR2.htm

Tip of the day: alias par='par2 r *.((p|P)??|par2)'


%prep
rm -rf $RPM_BUILD_ROOT
%setup -q -n %tarname

%patch0 -p1

%build
%configure
%make

%install
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,755)
%doc AUTHORS COPYING README ROADMAP
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-7
+ Revision: 8ef2957
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3864 |14cr|pari-2.5.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pari_version 2.5.2
%define gp2c_version 0.0.7pl3

%define major 3
%define libname %mklibname %{name}-gmp %{major}
%define devname %mklibname %{name} -d

%define pkgdocdir	%{_docdir}/%{name}
%define pkgdatadir	%{_datadir}/%{name}-%{pari_version}

Summary:	PARI/GP - Number Theory-oriented Computer Algebra System
Name:		pari
Version:	%{pari_version}
Release:	5
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://pari.math.u-bordeaux.fr/
Source0:	http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-%{pari_version}.tar.gz
Source1:	http://pari.math.u-bordeaux.fr/pub/pari/packages/elldata.tgz
Source2:	http://pari.math.u-bordeaux.fr/pub/pari/packages/galdata.tgz
Source3:	http://pari.math.u-bordeaux.fr/pub/pari/packages/seadata.tgz
Source4:	http://pari.math.u-bordeaux.fr/pub/pari/packages/nftables.tgz
Source5:	http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz
Source6:	http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-%{gp2c_version}.tar.gz

Patch0:		pari-arch.patch
Patch1:		pari-gphelp.patch
Patch2:		pari-runpath.patch
# from sagemath
Patch3:		mp.c.patch

BuildRequires:	emacs
BuildRequires:	tetex-dvips
BuildRequires:	texlive-scheme-full
BuildRequires:	gmp-devel
BuildRequires:	perl-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
Requires:	xdg-utils

%description
PARI/GP is a widely used computer algebra system designed for fast
computations in number theory (factorizations, algebraic number theory,
elliptic curves...), but also contains a large number of other useful
functions to compute with mathematical entities such as matrices,
polynomials, power series, algebraic numbers, etc., and a lot of
transcendental functions. PARI is also available as a C library to allow
for faster computations.

%files
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/gprc
%{_bindir}/gp-2.5
%{_bindir}/gp
%{_bindir}/gphelp
%{_bindir}/tex2mail
%{_mandir}/man1/[^g]*.1*
%{_mandir}/man1/gp.1*
%{_mandir}/man1/gp-*.1*
%{_mandir}/man1/gphelp.1*
%doc AUTHORS CHANGES COMPAT MACHINES README
%dir %{pkgdatadir}
%{pkgdatadir}/doc

#----------------------------------------------------------------------------

%package data
Summary:	Optional pari data packages
Group:		Sciences/Mathematics
Requires:	%{name}

%description data
- elldata is PARI/GP version of J. E. Cremona Elliptic Curve Data,
needed by ellsearch and ellidentify.
- galdata is needed by polgalois to compute Galois group in degrees
8 through 11.
- seadata is needed by ellap for large primes.
- nftables is a repackaging of the historical megrez number field
tables (errors fixed, 1/10th the size, easier to use).

%files data
%dir %{pkgdatadir}/data
%{pkgdatadir}/data/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared PARI library
Group:		System/Libraries
Conflicts:	%{_lib}pari2 < 2.5.2-3
Obsoletes:	%{_lib}pari2 < 2.5.2-3

%description -n %{libname}
This package contains the libraries needed to run pari.

%files -n %{libname}
%{_libdir}/lib%{name}-gmp.so.%{major}
%{_libdir}/lib%{name}-gmp.so.%{pari_version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for PARI shared library
Group:		System/Libraries
Requires:	%{libname} = %{pari_version}-%{release}
Provides:	libpari-devel = %{pari_version}-%{release}
Conflicts:	%{_lib}pari2-devel < 2.5.2-5
Conflicts:	%{_lib}pari-gmp3-devel < 2.5.2-5
Obsoletes:	%{_lib}pari2-devel < 2.5.2-5
Obsoletes:	%{_lib}pari-gmp3-devel < 2.5.2-5

%description -n %{devname}
This package contains the header files needed to develop
applications using pari.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/*.so
%dir %{_libdir}/%{name}-%{pari_version}
%dir %{_libdir}/%{name}-%{pari_version}/*

#----------------------------------------------------------------------------

%package -n gp2c
Summary:	PARI/GP to C translator
Version:	%{gp2c_version}
Group:		Development/C
Requires:	%{name}

%description -n gp2c
PARI/GP to C translator. Use it to compile your own C
programs which use pari library, without necessarily being
a C programmer.

Note: use gp2c-run to run your programs inside the PARI/GP
environment.

%files -n gp2c
%attr(755,root,root) %{_bindir}/gp2c*
%doc gp2c-%{gp2c_version}/{AUTHORS,ChangeLog,NEWS,README,BUGS}
%{pkgdatadir}/gp2c
%{_mandir}/man1/gp2c*.1*

#----------------------------------------------------------------------------

%prep
%setup -q -a1 -a2 -a3 -a4 -a5 -a6
mv -f nftables data

%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
# Using --libdir to properly link with newer interface
# Using --disable-tls for safety due to other packages linked to pari
sh Configure \
	--prefix=%{_prefix} \
	--includedir=%{_includedir}/%{name} \
	--datadir=%{pkgdatadir}/data \
	--sysdatadir=%{_libdir}/%{name}-%{pari_version} \
	--share-prefix=%{_datadir} \
	--host=%{_arch}-%{_os} \
	--graphic=X11 \
	--with-gmp \
	--libdir=%{buildroot}%{_libdir} \
	--disable-tls

make gp docpdf bench

# gp2c
pushd gp2c-%{gp2c_version}
%configure2_5x \
	--datadir=%{pkgdatadir} \
	--with-paricfg=../Olinux-%{_arch}/pari.cfg

# FIXME just satisfy build dependency
ln -sf ../config/missing desc

make
popd

%install
# pari, libpari & libpari-devel
%makeinstall_std \
	READMEDIR='$(DESTDIR)'%{pkgdocdir} \
	LIBDIR='$(DESTDIR)'%{_libdir} \
	DOCDIR='$(DESTDIR)'%{pkgdocdir}

# gp2c
cd gp2c-%{gp2c_version}
%makeinstall_std \
	docdir=%{_docdir}
cd ..

# Install global configuration file.
mkdir %{buildroot}/%{_sysconfdir}
# Add some more reasonable "commented" sample configurations
sed	-e 's@/usr/local/@%{_prefix}/@' \
	-e 's@path =.*@path = "%{pkgdatadir}:.:~/gpdir"@' \
	-e 's@lib/gpalias@misc/gpalias@' \
	misc/gprc.dft > %{buildroot}/%{_sysconfdir}/gprc

# don't need to install this file...
rm -f %{pkgdocdir}/%{name}/Makefile

# gphelp wants docs in %{pkgdatadir}/data/doc (removing the /data/ requirement)
ln -sf %{pkgdocdir} %{buildroot}%{pkgdatadir}/doc
perl -pi -e 's@%{pkgdatadir}/data@%{pkgdatadir}@;' \
	%{buildroot}/%{_bindir}/gphelp


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 2.5.2-5
+ Revision: 99fba6e
- Fix devel package name and Provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3865 |14cr|parole-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A modern media player based on the GStreamer framework
Name:		parole
Version:	0.5.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/applications/parole
Source0:	http://archive.xfce.org/src/apps/parole/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	gstreamer0.10-devel
BuildRequires:	libgstreamer0.10-plugins-base-devel
BuildRequires:	libxfce4ui-devel >= 4.9.0
BuildRequires:	libnotify-devel
BuildRequires:	taglib-devel
BuildRequires:	dbus-glib-devel

%description
New media player for Xfce desktop environment.

%package %{name}-devel
Summary:	Development files for %{name}
Group:		Development/C

%description %{name}-devel
Development files and headers for %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO THANKS
%{_bindir}/%{name}
%{_libdir}/parole-0/*.so
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/%{name}

%files %{name}-devel
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-2
+ Revision: 1057527
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3866 |14cr|parrot-5.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname  %mklibname %{name}
%define devname  %mklibname %{name} -d

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Parrot::Pmc2c.*\\)'
%define __noautoprov 'perl\\(File::Which\\)'
%else
%define _requires_exceptions perl(Parrot::Pmc2c::.*)
%define _provides_exceptions perl(File::Which)
%endif

Summary:	Parrot Virtual Machine
Name:		parrot
Version:	5.7.0
Release:	4
License:	Artistic 2.0
Group:		Development/Other
Url:		http://www.parrot.org/
Source0:	ftp://ftp.parrot.org/pub/parrot/releases/devel/%{version}/%{name}-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
Patch0:		parrot-5.7.0-bison3.patch
Patch1:		perldoc.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	perl-doc
BuildRequires:	gdbm-devel
BuildRequires:	gmp-devel
BuildRequires:	icu-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)

%description
Parrot is a virtual machine designed to efficiently compile and execute
bytecode for interpreted languages. Parrot will be the target for the final
Perl 6 compiler, and is already usable as a backend for Pugs, as well as
variety of other languages

%files
%doc ChangeLog CREDITS PBC_COMPAT PLATFORMS
%doc RESPONSIBLE_PARTIES TODO
%exclude %{_bindir}/parrot_config
%exclude %{_bindir}/pbc_*
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Parrot Virtual Machine runtime library
License:	Artistic 2.0
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
Runtime library for %{name}.

%files -n %{libname}
%{_libdir}/parrot
%{_libdir}/*.so.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Parrot Virtual Machine development headers and libraries
License:	Artistic 2.0
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_bindir}/parrot_config
%{_bindir}/pbc_disassemble
%{_bindir}/pbc_merge
%{_bindir}/pbc_to_exe
%{_bindir}/pbc_dump
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_mandir}/man1/*.*

#----------------------------------------------------------------------------

%package -n %{name}-doc
Summary:	Parrot Virtual Machine documentation
License:	Artistic 2.0
Group:		Development/Other

%description -n %{name}-doc
Documentation for %{name}.

%files -n %{name}-doc
%doc docs examples
%{_datadir}/%{name}/%{version}/MANIFEST*

#----------------------------------------------------------------------------

%package -n %{name}-src
Summary:	Parrot Virtual Machine sources
License:	Artistic 2.0
Group:		Development/Other

%description -n %{name}-src
Sources of %{name}.

%files -n %{name}-src
/usr/src/parrot

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
perl -pi -e 's,"lib/,"%{_lib}/, if (/CONST_STRING\(interp,/)' \
    src/library.c
perl -pi -e "s,'/usr/lib','%{_libdir}',;s,runtime/lib/,runtime/%{_lib}/," \
    tools/dev/install_files.pl \
    tools/dev/mk_manifest_and_skip.pl

# fix pcre lib
sed -i 's:libpcre.so.0:libpcre.so.1:' runtime/parrot/library/pcre.pir


%build
perl Configure.pl \
    --ccflags="%{optflags}" \
    --linkflags="%{ldflags}" \
    --prefix=%{_usr} \
    --libdir=%{_libdir} \
    --sysconfdir=%{_sysconfdir} \
    --infodir=%{_datadir}/info \
    --mandir=%{_mandir} \
    --cc="%{__cc}" \
    --parrot_is_shared \
    --lex=/usr/bin/flex \
    --libs='-lcurses -lm -lrt -lpthread -ldl'

    #--cxx=%{__cxx} \
# the following Configure.pl flag makes the compile goes boom
    #--optimize="%{optflags} -maccumulate-outgoing-args" \
%define _disable_ld_no_undefined 1
%make LDFLAGS="%{ldflags}"
export LD_LIBRARY_PATH=$( pwd )/blib/lib
%make parrot_utils LDFLAGS="%{ldflags}"
%make installable LDFLAGS="%{ldflags}"
%make html


%install
export LD_LIBRARY_PATH=$( pwd )/blib/lib
make install DESTDIR=%{buildroot}

# Drop the docs so rpm can pick them up itself.
rm -rf %{buildroot}/%{_docdir}/parrot

# Force permissions on doc directories.
find docs examples -type d -exec chmod 755 {} \;
find docs examples -type f -exec chmod 644 {} \;

#find %{buildroot}/%{_datadir} -name *.rb | xargs sed -i 's|#!perl|#!/usr/bin/perl|'

# Force permissions on shared libs so they get stripped.
find %{buildroot}%{_libdir} -type f \( -name '*.so' -o -name '*.so.*' \) \
    -exec chmod 755 {} \;

sed -i 's|#!perl|#!/usr/bin/perl|' examples/benchmarks/*.pl


%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-4
+ Revision: 93c54ad
- Don't disable perl-doc BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3867 |14cr|partclone-0.2.48-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		partclone
Version:	0.2.48
Release:	3
Group:		System/Configuration/Other
URL:		http://partclone.sf.net
License:	GPLv2
Summary:	File System Clone Utilities
Source0:	http://downloads.sourceforge.net/project/partclone/stable/%{version}/%{name}-%{version}.tar.gz
Patch1:		partclone-0.2.38-mdv-libxfs.patch
BuildRequires:	ext2fs-devel
BuildRequires:	pkgconfig(libntfs-3g)
BuildRequires:	ncursesw-devel
BuildRequires:	ncurses-devel
BuildRequires:	libuuid-devel

%description
Partclone provides utilities to back up and restore used-blocks of a partition
and it is designed for higher compatibility of the file system by using
existing library, e.g. e2fslibs is used to read and write the ext2 partition.

Authors:
--------
    Thomas Tsai <Thomas _at_ nchc org tw>
    Jazz Wang <jazz _at_ nchc org tw>
    http://partclone.sourceforge.net 
    http://partclone.nchc.org.tw

%prep
%setup -q 
#patch1 -p1

%build
%configure \
	--enable-extfs \
	--enable-hfsp \
	--enable-fat \
	--enable-ntfs \
	--enable-btrfs \
	--enable-ncursesw
%make

%install
%makeinstall_std
%find_lang %name

%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO
%doc %{_mandir}/man?/*
%{_sbindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.48-3
+ Revision: 039923b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3868 |14cr|partitionmanager-1.0.60-0.1236311.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Partition Manager
Name:		partitionmanager
Version: 	1.0.60
Release: 	0.1236311.3
License: 	GPLv2+
Group: 		System/Kernel and hardware
Url: 		http://sourceforge.net/projects/partitionman/
Source0: 	http://downloads.sourceforge.net/partitionman/%{name}-%{version}.tar.xz
Patch0:		partitionmanager-1.0.60-parted3.patch

BuildRequires: 	kdelibs4-devel
BuildRequires:	parted-devel
BuildRequires:	libblkid-devel
BuildRequires:	libatasmart-devel
BuildRequires:	doxygen

%description 
Easily manage disks, partitions and file systems on your KDE Desktop:
Create, resize, move, copy, back up, restore or delete partitions.

%prep
%setup -qn %{name}
%patch0 -p0

%build
%cmake_kde4
%make

%install
%{makeinstall_std} -C build

%files
%_kde_bindir/*
%_kde_libdir/*.so
%_kde_libdir/kde4/*.so
%_kde_iconsdir/hicolor/*/*/*
%_kde_datadir/applications/kde4/*.desktop
%_kde_appsdir/%{name}
%_kde_services/*.desktop
%_kde_servicetypes/*.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.60-0.1236311.3
+ Revision: 9d606d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3869 |14cr|passwd-gen-1.01a-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	passwd-gen
%define version	1.01a
%define release	12

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Password generator
License:	GPL
Group:		System/Base
Source:		%{name}-%{version}.tar.bz2
#gw: remove a compiler warning and convert the output message to UTF-8
Patch: passwd-gen-1.01a-warning.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
passwd-gen is a very powerful password generator written in C to help
you choose a good password. It contains many options to help you
customize your password. The program has been developed for Linux but
may run on many other system (if you are using it from something else
than linux, please contact the author).

%prep
%setup -q
%patch -p1

%build
%make CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}
install -d 755 %{buildroot}%{_bindir}
install %{name} %{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING INSTALL README TODO
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.01a-12
+ Revision: 50c206c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3870 |14cr|passwdqc-1.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	A password/passphrase strength checking and policy enforcement toolset
Name:		passwdqc
Version:	1.2.2
Release:	2
License:	BSD
Group:		System/Libraries
URL:		http://www.openwall.com/passwdqc/
Source0:	http://www.openwall.com/passwdqc/%name-%version.tar.gz
Source1:	http://www.openwall.com/passwdqc/%name-%version.tar.gz.sign
Requires:	pam_passwdqc >= %{version}-%{release}
BuildRequires:	pam-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
passwdqc is a password/passphrase strength checking and policy enforcement
toolset, including a PAM module (pam_passwdqc), command-line programs
(pwqcheck and pwqgen), and a library (libpasswdqc).

pam_passwdqc is normally invoked on password changes by programs such as
passwd(1).  It is capable of checking password or passphrase strength,
enforcing a policy, and offering randomly-generated passphrases, with
all of these features being optional and easily (re-)configurable.

pwqcheck and pwqgen are standalone password/passphrase strength checking
and random passphrase generator programs, respectively, which are usable
from scripts.

libpasswdqc is the underlying library, which may also be used from
third-party programs.

%package -n	%{libname}
Summary:        Libraries for password/passphrase strength checking and policy enforcement
Group:          System/Libraries

%description -n	%{libname}
passwdqc is a password/passphrase strength checking and policy enforcement
toolset, including a PAM module (pam_passwdqc), command-line programs
(pwqcheck and pwqgen), and a library (libpasswdqc).

libpasswdqc is the underlying library, which may also be used from
third-party programs.

%package -n	pam_passwdqc
Summary:	PAM module for passwdqc
Group:		System/Libraries

%description -n	pam_passwdqc
passwdqc is a password/passphrase strength checking and policy enforcement
toolset, including a PAM module (pam_passwdqc), command-line programs
(pwqcheck and pwqgen), and a library (libpasswdqc).

pam_passwdqc is normally invoked on password changes by programs such as
passwd(1).  It is capable of checking password or passphrase strength,
enforcing a policy, and offering randomly-generated passphrases, with
all of these features being optional and easily (re-)configurable.

%package -n	%{develname}
Summary:	Libraries and header files for building passwdqc-aware applications
Group:		Development/Other
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains development libraries and header files needed for
building passwdqc-aware applications.

%prep

%setup -q

%build
%make \
    CFLAGS_lib="%{optflags} -fPIC -DLINUX_PAM" \
    CFLAGS_bin="%{optflags} -fPIC" \
    LDFLAGS="%{ldflags}" \
    LDFLAGS_shared="%{ldflags} --shared" \
    LDFLAGS_shared_LINUX="%{ldflags} --shared"

%install
rm -rf %{buildroot}

make install DESTDIR=%{buildroot} \
    MANDIR=%{_mandir} SHARED_LIBDIR=/%{_lib} \
    DEVEL_LIBDIR=%{_libdir} SECUREDIR=/%{_lib}/security

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE README
%config(noreplace) %{_sysconfdir}/passwdqc.conf
%{_bindir}/pwqcheck
%{_bindir}/pwqgen
%{_mandir}/man1/pwqcheck.1*
%{_mandir}/man1/pwqgen.1*
%{_mandir}/man5/passwdqc.conf.5*

%files -n pam_passwdqc
%defattr(-,root,root)
/%{_lib}/security/pam_passwdqc.so
%{_mandir}/man8/pam_passwdqc.8*

%files -n %{libname}
%defattr(-,root,root)
/%{_lib}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*.h
%{_libdir}/lib*.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-2
+ Revision: ca16b7b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3871 |14cr|pastebin-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pastebin
%define version 1.0
%define release 8

Summary:	A tool to send data to pastebin 
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}
License:	GPLv2+
Group:		Text tools
Url:		http://raphael.slinckx.net/files/%{name}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Requires:	python

%description
A simple tool to send data to pastebin.
Usage could be "echo toto | pastebin"

%prep

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
install -m 755 %SOURCE0 %{buildroot}/%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%name




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-8
+ Revision: d3b6fc0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3872 |14cr|patchage-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       patchage
Version:    0.5.0
Release:    3
Summary:    A modular patch bay for audio and MIDI systems
License:    GPLv2+
Group:      Sound
Url:        http://drobilla.net/software/patchage/
Source0:    http://download.drobilla.net/%{name}-%{version}.tar.bz2

BuildRequires:  waf
BuildRequires:  desktop-file-utils
BuildRequires:  flowcanvas-devel >= 0.5.1
BuildRequires:  libglademm2.4-devel >= 2.6.0
BuildRequires:  raul-devel >= 0.7.0
BuildRequires:  jackit-devel >= 0.107.0
BuildRequires:  pkgconfig(alsaplayer)
BuildRequires:  lash-devel
BuildRequires:  dbus-glib-devel
BuildRequires:  boost-devel

%description
Patchage is a modular patch bay for audio and MIDI systems based on
Jack, Lash, and Alsa.

%prep
%setup -q

%build
%setup_compile_flags
./waf configure \
    --prefix=%{_prefix} \
    --bindir=%{_bindir} \
    --datadir=%{_datadir} \
    --libdir=%{_libdir} \
    --configdir=%{_sysconfdir} \
    --includedir=%{_includedir} \
    --mandir=%{_mandir} \
    --htmldir=%{_defaultdocdir}

./waf build

%install
rm -rf %{buildroot}
./waf install --destdir=%{buildroot}

# fix desktop file
sed -i -e 's:;Audio:;Audio;:' %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install    --remove-key=Encoding \
            --remove-category=Application \
            --dir %{buildroot}%{_datadir}/applications \
            %{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog README
%{_mandir}/man1/%{name}.1.*
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-3
+ Revision: 4bd95a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3873 |14cr|patchelf-0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		patchelf
Version:	0.6
Release:	1	
Summary:	A utility for patching ELF binaries

Group:		Development/C
License:	GPLv3+
URL:		http://nixos.org/patchelf.html
Source0:	http://hydra.nixos.org/build/114505/download/2/%{name}-%{version}.tar.gz
Source1:	patchelf.1

%description
PatchELF is a simple utility for modifying existing ELF executables
and libraries.  It can change the dynamic loader ("ELF interpreter")
of executables and change the RPATH of executables and libraries.

%prep
%setup -q

# package ships elf.h - delete to use glibc-headers one
rm src/elf.h

%build
%configure
%make

%install
%makeinstall_std

# the docs get put in a funny place, so delete and include in the
# standard way in the docs section below
rm -rf %{buildroot}/usr/share/doc/%{name}

# install the man page
mkdir -p %{buildroot}/%{_mandir}/man1
install --mode=0644 %{SOURCE1} %{buildroot}/%{_mandir}/man1


%files
%{_bindir}/patchelf
%{_mandir}/man1/patchelf.1*
%doc README COPYING



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.6-1
+ Revision: 1e3d038
- Automatic import for version 0.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3874 |14cr|patcher-0.6-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		patcher
Version:	0.6
Release:	13
License:	GPLv2+
Group:		Development/Other
Summary:	Quick creation of patches against a project source tree
Source0:	http://labix.org/download/patcher/%{name}-%{version}.tar.bz2
# (misc) patch sent to upstream by mail on 12/01/2009 
# the patch silence warnings on python 2.6
Patch0:		patcher-0.6-python26.patch
Url:		http://labix.org/patcher
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	python-devel
BuildArch:	noarch 
%description
Patcher is a tool for quick creation of patches against a project source tree. 
Patcher functionality resembles a lightweight version control system.
It has no repository, and only controls differences between a pristine version 
and a working copy. 

%prep
%setup -q 
%patch0 -p0

%build

%install
rm -rf $RPM_BUILD_ROOT
python ./setup.py install --prefix=$RPM_BUILD_ROOT/%_prefix
find $RPM_BUILD_ROOT/%_prefix -name '*pyc' | xargs rm -Rf

# remove rpmlint warning
perl -pi -e 's|^#!/usr/bin/python.*||' $RPM_BUILD_ROOT/%py_puresitedir/%{name}/{commands,}/*py

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc LICENSE README
%_bindir/*
%py_puresitedir/%{name}/
%py_puresitedir/*.egg-info





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-13
+ Revision: 83dfc2f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3875 |14cr|patchutils-0.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Patches utilities 
Name:		patchutils
Version:	0.3.2
Release:	3
License:	GPLv2+
Group:		Text tools
URL:		http://cyberelk.net/tim/software/patchutils/
Source0:	http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.bz2
Source1:	%{SOURCE0}.sig
Patch0:		patchutils-0.3.1-format_not_a_string_literal_and_no_format_arguments.patch
Requires:	patch
Requires:	diffutils
Provides:	interdiff
Obsoletes:	interdiff < 0.3.1

%description
Patchutils contains interdiff and filterdiff.

You can use interdiff to create an incremental patch between two patches
that are against a common source tree.

Filterdiff is for extracting or excluding patches from a patch set based
on modified files matching shell wildcards.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%check
make tests

%install
%makeinstall_std

%files
%doc BUGS ChangeLog TODO COPYING
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-3
+ Revision: 51528b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3876 |14cr|pathalizer-0.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A web path analyzer
Name:		pathalizer
Version:	0.7
Release:	6
License:	GPLv2+
Group:		Monitoring
Url:		http://pathalizer.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2

%description
Pathalizer is a tool to visualize the paths most users take when browsing
a website. This information can then be used to decide how to improve the
navigation of the site, and which parts are most worth improving and keeping
up to date.

%files
%doc README CHANGELOG
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/pathalizer.conf

#----------------------------------------------------------------------------

%prep
%setup -q

%build
make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sysconfdir}
%makeinstall_std PREFIX=%{buildroot}%{_prefix}
cat << EOF >%{buildroot}%{_sysconfdir}/pathalizer.conf
ignore \.css
unify "Home Page" : "^/$" "^/index.html" "^/index.htm" "^/index.php"
ignore_refresh 1
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-6
+ Revision: d6912a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3877 |14cr|pathological-1.1.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		pathological
Summary: 	Logical game
Version: 	1.1.3
Release: 	9
License: 	GPLv2+
Group: 		Games/Puzzles
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
# Don't install something to /usr/X11R6 - AdamW 2008/09
Patch0:		pathological-1.1.3-location.patch
# fix #35077
Patch1:     pathological-1.1.3-fix_encoding.patch
URL: 		http://pathological.sourceforge.net/
BuildRequires:	netpbm
BuildRequires:	imagemagick
Requires:	pygame
BuildArch:	noarch

%description
To solve a level, you fill each wheel with four marbles of matching 
colors. Various board elements such as teleporters, switches, filters, 
etc., make the game interesting and challenging. New levels can be 
created using your favorite text editor.

%prep
%setup -q  
%patch0 -p1 -b .location
%patch1 -p0

sed -i -e 's,/usr/lib,%{_libdir},g' Makefile

%build

%install
%makeinstall_std

chmod 755 %{buildroot}%{_libdir}/%{name}/bin/*
rm -rf %{buildroot}%{_docdir}/%{name}

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32}/apps
convert %{name}.xpm %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{name}.xpm %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/pathological
Name=Pathological
Comment=Logic game
Categories=Game;LogicGame;
Icon=%{name}
EOF

%files
%doc README LICENSE
%{_gamesbindir}/*
%{_mandir}/man6/*
%{_datadir}/games/%{name}
%{_libdir}/%{name}/bin/*
%{_includedir}/X11/pixmaps/*
%{_datadir}/applications/mandriva-*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_localstatedir}/games/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-9
+ Revision: 604746d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3878 |14cr|patool-0.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name			patool
%define version			0.13
%define release			2

Summary:	Portable command line archive file manager
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{release}
Source0:	%{name}-%{version}.tar.gz
License:	GPLv3+
Group:		Archiving/Other
BuildArch:	noarch
Url:		http://patool.sourceforge.net/
BuildRequires:	python
BuildRequires:	python-setuptools

%description
Various archive types can be created, extracted, tested and listed by
patool. The advantage of patool is its simplicity in handling archive
files without having to remember a myriad of programs and options.

The archive format is determined by the file(1) program and as a
fallback by the archive file extension.

patool supports 7z (.7z), ACE (.ace), ALZIP (.alz), AR (.a), ARC (.arc),
ARJ (.arj), BZIP2 (.bz2), CAB (.cab), compress (.Z), CPIO (.cpio),
DEB (.deb), GZIP (.gz), LRZIP (.lrz), LZH (.lha, .lzh), LZIP (.lz),
LZMA (.lzma), LZOP (.lzo), RPM (.rpm), RAR (.rar), RZIP (.rz), TAR (.tar),
XZ (.xz), ZIP (.zip, .jar) and ZOO (.zoo) formats. It relies on helper
applications to handle those archive formats (for example bzip2 for
BZIP2 archives).

%prep
%setup -n %{name}-%{version}

%build
%{__python} setup.py build

%install
%{__python} setup.py install \
	-O1 \
	--skip-build \
	--root %{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%{python_sitelib}/patoolib
%{python_sitelib}/patool-%{version}-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13-2
+ Revision: 7c0dcc5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3879 |14cr|paxctl-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	paxctl
%define version	0.5
%define release 3

Name:		%{name}
Summary:	Tool that allows PaX flags to be modified on a per-binary basis
Version:	%{version}
Release:	%mkrel %{release}
Source0:	%{name}-%{version}.tar.gz
URL:		http://pax.grsecurity.net/
Group:		System/Configuration/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	Public Domain

%description
This is paxctl for controlling PaX flags on a per binary basis. PaX
is an intrusion prevention system that provides the best protection
mechanisms against memory corruption bugs. Some applications are not
compatible with certain features (due to design or bad engineering)
and therefore they have to be exempted from certain enforcements. It
is also possible to use PaX in soft mode where none of the protection
mechanisms are active by default - here paxctl can be used to turn
them on for selected programs (e.g., network daemons, programs that
process network data such as mail clients, web browsers, etc).

%prep
%setup -q

%build 
%make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/sbin %{buildroot}%{_mandir}/man1
cp -p %{name}.1* %{buildroot}%{_mandir}/man1
cp -p %{name} %{buildroot}/sbin

%clean 
rm -rf %{buildroot}

%files 
%defattr(644,root,root,0755) 
%doc README ChangeLog
%{_mandir}/man1/%{name}.1*
%defattr(-,root,root,0755)
/sbin/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-3
+ Revision: 5cb47e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3880 |14cr|pbsweb-butf-0.9-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		pbsweb-butf
Version:	0.9
Release:	12
Summary: 	PBSWeb
License:	GPL 
Group:		Monitoring 
Provides: 	pbsweb-butf
Url:		http://www.cs.ualberta.ca/~pinchak/PBSWeb/
Source:		%{name}-%{version}.tar.bz2
Source1:	setup_postgres_pbs
Patch0:		pbsweb-createdb.psql.patch.bz2
Patch1:		pbsweb-dbutils.php.patch.bz2
Requires:	mod_php
Requires:	php-xml
Requires:	php-pgsql
Requires:	postgresql-server
BuildArch:      noarch

%description
PBSWeb was designed as an aid to the Portable Batch System (PBS) job 
scheduler.  PBS is responsible for scheduling jobs on high-performance 
(often massively parallel) machines so as to ensure fair access to 
resources.  However, many users find PBS hard to use.  PBS requires 
users to write scripts containing complex directives and options, and 
so many potential users avoid using PBS and the machine upon which it 
is installed. PBSWeb simplifies the task of creating these scripts by 
allowing the user to specify these directives and options through the 
use of HTML forms.

%prep 
%setup
%patch0 -p0 
%patch1 -p0 
cp %{SOURCE1} .

%build
chmod 644 Papers/*
chmod 644 README.PBSWeb 
chmod 644 createdb.psql

%install
mkdir -p %{buildroot}/var/www/html/pbsweb
mv %{_builddir}/%{name}-%{version}/PBSWebExport/* %{buildroot}/var/www/html/pbsweb/
chmod 755 %{buildroot}/var/www/html/pbsweb/img
chmod 644 %{buildroot}/var/www/html/pbsweb/img/*

%files 
%defattr(-,root,root)
%doc Papers/* README.PBSWeb createdb.psql setup_postgres_pbs
%attr(644,postgres,postgres) /var/www/html/pbsweb/*.php
%attr(644,postgres,postgres) /var/www/html/pbsweb/*.py
%attr(644,postgres,postgres) /var/www/html/pbsweb/*.html
%attr(755,postgres,postgres) /var/www/html/pbsweb/Help
/var/www/html/pbsweb/img/*
/var/www/html/pbsweb/Makefile
/var/www/html/pbsweb/*.txt

%post
hostserver=`hostname`
pbswebdocroot="/var/www/html/pbsweb"
cp ${pbswebdocroot}/PBSWebConstants.php ${pbswebdocroot}/PBSWebConstants.php.sauv
sed -e 's/^$DEFAULTHOST.*/\$DEFAULTHOST="'${hostserver}'"\;/' ${pbswebdocroot}/PBSWebConstants.php.sauv > ${pbswebdocroot}/PBSWebConstants.php
mkdir -p /var/tmp/pbsweb.upload
chown -R postgres.pbs /var/tmp/pbsweb.upload

# apache modification
apache_conf=/etc/httpd/conf
cp ${apache_conf}/commonhttpd.conf ${apache_conf}/commonhttpd.conf.pbsweb
sed -e 's/^User apache/User postgres/' ${apache_conf}/commonhttpd.conf.pbsweb > ${apache_conf}/commonhttpd.conf.pbsweb1
sed -e 's/^Group apache/Group postgres/' ${apache_conf}/commonhttpd.conf.pbsweb1 > ${apache_conf}/commonhttpd.conf
rm -f ${apache_conf}/commonhttpd.conf.pbsweb1

%clean
rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-12
+ Revision: f80b2c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3881 |14cr|pbzip2-1.1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pbzip2
Version:	1.1.9
Release:	1
Summary:	Parallel implementation of bzip2
URL:		http://www.compression.ca/pbzip2/
License:	BSD
Group:		Archiving/Other
BuildRequires:	bzip2-devel
Source0:	https://launchpad.net/pbzip2/1.1/1.1.9/+download/%{name}-%{version}.tar.gz

%description
PBZIP2 is a parallel implementation of the bzip2 block-sorting file
compressor that uses pthreads and achieves near-linear speedup on SMP
machines.  The output of this version is fully compatible with bzip2
v1.0.2 or newer (ie: anything compressed with pbzip2 can be 
decompressed with bzip2).


%prep
%setup -q
sed -i -e 's/ -O2/ %{optflags} /' Makefile

%build
make

%install
install -D -m755 %{name} %{buildroot}%{_bindir}/%{name}
install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
ln -sf ./%{name} %{buildroot}%{_bindir}/pbunzip2
ln -sf ./%{name} %{buildroot}%{_bindir}/pbzcat

%files
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/%{name}
%{_bindir}/pbunzip2
%{_bindir}/pbzcat
%{_mandir}/man1/*

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.9-1
+ Revision: d838f9b
- Updated to 1.1.9 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3882 |14cr|pcapsipdump-0.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: PCAP SIP Dump tool
Name: pcapsipdump
Version: 0.1.4
Release: 1
License: GPL v2
Group: System/Servers
BuildRoot: /var/tmp/%{name}-%{version}
Source: http://downloads.sourceforge.net/project/pcapsipdump/pcapsipdump/0.1.4/%{name}-%{version}.tar.gz
Patch0:  pcapsipdump.h.patch

BuildRequires: libpcap-devel
Requires: libpcap

%description
pcapsipdump is a tool for dumping SIP sessions (+RTP
traffic, if available) to disk in a fashion similar
to "tcpdump -w" (format is exactly the same), but one
file per sip session (even if there is thousands of
concurrent SIP sessions).

%prep
%setup -q
%patch0 -p0

%build
make

%install
mkdir -p %{buildroot}/usr/sbin %{buildroot}/etc/sysconfig %{buildroot}/etc/rc.d/init.d %{buildroot}/var/spool
make DESTDIR=%{buildroot} install

%post
chkconfig pcapsipdump --add

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%config(noreplace) %attr(0755,root,root) /etc/sysconfig/pcapsipdump
%attr(0700,root,root) %dir    /var/spool/pcapsipdump
%attr(0755,root,root)       /etc/rc.d/init.d/pcapsipdump
%attr(0755,root,root)      /usr/sbin/pcapsipdump



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.4-1
+ Revision: 37dad4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3883 |14cr|pcb-20110918-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    pcb
Version: 20110918
Release: 3
Summary: An interactive printed circuit board editor
License: GPLv2
Group:   Office
URL:     http://pcb.sourceforge.net
BuildRequires: gtk2-devel
BuildRequires: intltool
BuildRequires: dbus-devel
BuildRequires: flex
BuildRequires: bison
BuildRequires: tk
BuildRequires: gd-devel
BuildRequires: imagemagick
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glu)
BuildRequires: gtkglext-devel
Requires: m4
Source0: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz

%description
PCB is an interactive printed circuit board editor.
PCB includes a rats nest feature, design rule checking, and can provide
industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data)
output for use in the board fabrication and assembly process. PCB offers
high end features such as an autorouter and trace optimizer which can
tremendously reduce layout time.

%prep
%setup -q -n %{name}-%{version}

%build
export CFLAGS=`echo %optflags | sed "s/-D_FORTIFY_SOURCE=2 // g" -`
%configure2_5x --disable-static \
 --enable-dbus \
 --disable-update-mime-database \
 --disable-update-desktop-database

%make

%install
%makeinstall_std

rm -fr %{buildroot}%{_datadir}/mimelnk %{buildroot}%{_includedir} %{buildroot}%{_libdir}/*.a

%find_lang %{name}


%files -f %{name}.lang
%doc %{_datadir}/doc/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_bindir}/*
%{_datadir}/%{name}/
%{_datadir}/gEDA/scheme/*
%{_mandir}/man1/%{name}*
%{_infodir}/*
%{_datadir}/icons/hicolor/*/mimetypes/application-x-*
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/mime/packages/pcb.xml

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110918-3
+ Revision: a86d7c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3884 |14cr|pccts-1.33mr33-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pccts
%define version 1.33mr33
%define release 11

Name: %{name}
Summary: Purdue Compiler Construction Tool
Version: %{version}
Release: %{release}
Source: %{name}-%{version}.tar.bz2
Patch0: %{name}-stdarg_usage.patch.bz2
Patch1: pccts-1.33mr33-mdv-fix-str-fmt.patch
Group: Development/Other
URL: http://www.polhode.com/pccts.html
BuildRoot: %{_tmppath}/%{name}-buildroot
License: Public domain


%description
PCCTS is a set of public domain software tools designed to facilate
the implementation of compilers and other translation systems.

%package devel
Group: Development/Other
Summary: Purdue Compiler Construction Tool Headers files

%description devel
PCCTS is a set of public domain software tools designed to facilate
the implementation of compilers and other translation systems.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q

%patch0 -p1
%patch1 -p1 -b .strfmt

%build

export PCCTS_USE_STDARG=1

make COTHER="$RPM_OPT_FLAGS" PREFIX="%{_prefix}" 

%install

mkdir -p $RPM_BUILD_ROOT%_bindir
mkdir -p $RPM_BUILD_ROOT%_mandir/man1
install -m 755 bin/{antlr,dlg,genmk,sor} $RPM_BUILD_ROOT%_bindir/
install -m 644 antlr/antlr.1 $RPM_BUILD_ROOT%_mandir/man1/.
install -m 644 dlg/dlg.1 $RPM_BUILD_ROOT%_mandir/man1/.

mkdir -p $RPM_BUILD_ROOT%_includedir/pccts
install -m 644 h/* $RPM_BUILD_ROOT%_includedir/pccts/

%clean
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root)
%doc CHANGES_FROM_131.txt CHANGES_FROM_133.txt 
%doc CHANGES_FROM_133_BEFORE_MR13.txt
%doc KNOWN_PROBLEMS.txt MPW_Read_Me README
%doc RIGHTS history.txt
%{_bindir}/*
%{_mandir}/man1/*

%files devel
%defattr (-,root,root)
%dir %{_includedir}/pccts
%{_includedir}/pccts/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.33mr33-11
+ Revision: e7786c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3885 |14cr|pci_scan-0.02-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	PCI scanning tool for X Terminals and embedded systems
Name:		pci_scan
Version:	0.02
Release:	6
License:	GPL
Group:		System/Kernel and hardware
Source0:	http://www.ltsp.org/tarballs/%{name}-%{version}.tar.bz2
URL:		http://www.ltsp.org
BuildRequires:	dietlibc-devel
Requires:	ltsp-hwlists >= 0.02
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This program will read in a device database of PCI Vendor/Device Ids. It will
then check the /proc/bus/pci/devices file, to see if any devices in the system
are found in the list that was read in.

The device database file will contain records that look like this:

    1234:5678  somedriver

The device database file will be read into a linked list in memory. The program
will then read each entry in the /proc/bus/pci/devices file.  For each entry,
it will search the linked list to see if it finds a match. As soon as a match
is found, the drivername will be printed to stdout, and the program will exit.

This is very useful, to determine what kind of network card or video card is
installed in the system, and which driver module should be loaded.

%prep

%setup -n %{name}-%{version}

%build
diet gcc -Os -o %{name} %{name}.c

%install
rm -rf %{buildroot}

install -d %{buildroot}/sbin
install -m0755 %{name} %{buildroot}/sbin/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%attr(0755,root,root) /sbin/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.02-6
+ Revision: 2cd6918
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3886 |14cr|pcmanfm-qt-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname fm-qt %{major}
%define devname %mklibname fm-qt -d

Summary:	File manager for the LXQt desktop
Name:		pcmanfm-qt
Version:	0.7.0
Release:	3
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
Patch0:		pcmanfm-qt-0.7.0-soname.patch
Patch1:		pcmanfm-qt-0.7.0-cxxflags.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libfm)
BuildRequires:	pkgconfig(libmenu-cache)
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(x11)

%description
File manager for the LXQt desktop.

%files
%{_bindir}/pcmanfm-qt
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	PCManFM Qt backend library
Group:		System/Libraries
Conflicts:	%{_lib}fm-qt0.0.0 < 0.7.0-2
Obsoletes:	%{_lib}fm-qt0.0.0 < 0.7.0-2

%description -n %{libname}
PCManFM Qt backend library.

%files -n %{libname}
%{_libdir}/libfm-qt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for PCManFM
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for PCManFM.

%files -n %{devname}
%{_libdir}/libfm-qt.so
%{_includedir}/libfm-qt
%{_libdir}/pkgconfig/libfm-qt.pc

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-3
+ Revision: 7540445
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3887 |14cr|pcsx2-1.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Sony PlayStation 2 Emulator
Name:		pcsx2
Version:	1.2.2
Release:	2
License:	GPLv2+
Group:		Emulators
Url:		http://pcsx2.net/
Source0:	https://github.com/PCSX2/pcsx2/archive/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	subversion
BuildRequires:	bzip2-devel
BuildRequires:	cg-devel
BuildRequires:	jpeg-devel
BuildRequires:	libaio-devel
BuildRequires:	sparsehash-devel
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(soundtouch)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
ExclusiveArch:	%{ix86}

%description
Sony PlayStation 2 emulator. Requires a BIOS image to run. Check 
http://www.pcsx2.net/guide.php#Bios for details on which files
you need and how to obtain them.

Very fast CPU is a must. Intel Core 2 Duo or better.

%files -f %{name}.lang
%doc COPYING.*
%{_bindir}/%{name}
%{_bindir}/%{name}_*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm
%{_datadir}/games/%{name}/cheats_ws.zip
%attr(0666,games,games) %{_datadir}/games/%{name}/GameIndex.dbf
%{_libdir}/games/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
cp -r 3rdparty/SoundTouch 3rdparty/soundtouch
%cmake \
	-DCMAKE_BUILD_TYPE=Release \
	-DFORCE_INTERNAL_SOUNDTOUCH=TRUE \
	-DPACKAGE_MODE=TRUE

%make VERBOSE=1

%install
%makeinstall_std -C build

%find_lang %{name} --all-name


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-2
+ Revision: 78b3557
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3888 |14cr|pcsxr-1.9.93-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open Source Sony PlayStation emulator
Name:		pcsxr
Version:	1.9.93
Release:	2
License:	GPLv2+
Group:		Emulators
Url:		http://www.codeplex.com/pcsxr
Source:		%{name}-%{version}.tar.bz2
Patch0:		pcsxr-fix-undefined-operations.patch
Provides:	pcsx = %{version}
Obsoletes:	pcsx-df < 1.10-100

BuildRequires:	dos2unix
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	nasm
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xv)

%description
Most advanced fork of PCSX.

This application emulates all components of a Sony PlayStation on
regular PC hardware. It features a sophisticated plugin system allowing
for easy extension and is highly configurable.

To be able to play commercial games on this emulator you need an image
of a Sony PlayStation BIOS ROM. The BIOS is copyrighted by Sony
Computer Entertainment and can therefore not be included in this
package.

BIOS images can be placed in ~/.pcsx/bios or %{_datadir}/psemu/bios.

%prep
%setup -q -n %{name}
dos2unix plugins/peopsxgl/*.c
%patch0 -p1

%build
sed -i s,Game\;,Game\;Emulator\;,g data/pcsxr.desktop

sh ./autogen.sh

export CFLAGS="%{optflags} -fno-strict-aliasing -pthread -w"
%configure2_5x --enable-opengl
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog INSTALL NEWS README doc/*.txt
%{_bindir}/pcsxr
%{_libdir}/games/psemu
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pcsxr
%{_datadir}/psemu
%{_datadir}/pixmaps/*.png
%{_mandir}/man1/%{name}.1.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.93-2
+ Revision: 72585b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3889 |14cr|pd-0.42.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rver	0.42-6
%define ver	%(echo %rver|tr '-' '.')

Summary:	Real-time patchable audio and multimedia processor
Name:		pd
Version:	%{ver}
Release:	4
License:	BSD
Group:		Sciences/Other
Url:		http://www.puredata.org
Source0:	http://downloads.sourceforge.net/pure-data/%{name}-%{rver}.src.tar.gz
Patch0:		pd-0.42-6-tcl86.patch
Patch1:		pd-0.42-6-big_endian.patch
Patch2:		pd-0.42-6-fix_strncpy_usage.patch
Patch3:		pd-0.42-6-hurd.patch
Patch4:		pd-0.42-6-nostrip.patch
Patch5:		pd-0.42-6-linking.patch
BuildRequires:	tcl >= 8.5
BuildRequires:	tcl-devel >= 8.5
BuildRequires:	tk >= 8.5
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(tk) >= 8.5
Requires:	tcl >= 8.5
Requires:	tk >= 8.5
# PD expects quite a few files from the docs to be present for various
# things to work, so there's really no point in separating them out
# - AdamW 2008/12
Obsoletes:	%{name}-doc < %{version}-%{release}

%description
Pd gives you a canvas for patching together modules that analyze, process,
and synthesize sounds, together with a rich palette of real-time control  
and I/O possibilities.  Similar to Max (Cycling74) and JMAX (IRCAM).  A   
related software package named Gem extends Pd's capabilities to include   
graphical rendering.

%files
%doc README.txt LICENSE.txt
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Pure Data
Group:		Development/Other

%description devel
Development files for Pure Data.

%files devel
%{_includedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{rver}
%patch0 -p1 -b .tcl86
%patch1 -p1 -b .big_endian
%patch2 -p1 -b .strncopy
%patch3 -p1 -b .hurd
%patch4 -p1 -b .nostrip
%patch5 -p1 -b .linking

sed -i -e 's|doc/|share/%{name}/doc/|g' src/s_main.c src/u_main.tk
sed -i -e 's|\(^set help_top_directory\).*|\1 %{_datadir}/%{name}/doc|' src/u_main.tk

%build
pushd src
autoreconf
export CPPFLAGS="%{optflags}"
%configure2_5x \
	--enable-jack \
	--enable-alsa \
	--disable-fftw \
	--enable-portaudio \
	--enable-portmidi

%make LDFLAGS="%{ldflags}"
popd

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_includedir}/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}

install -m 755 bin/pd %{buildroot}/%{_bindir}
install bin/pdsend bin/pdreceive %{buildroot}/%{_bindir}
install bin/pd-gui bin/pd-watchdog %{buildroot}/%{_bindir}
install bin/pd.tk %{buildroot}/%{_bindir}

install src/*.h %{buildroot}/%{_includedir}/%{name}
cp -pr doc/ %{buildroot}%{_datadir}/%{name}
install -m 644 man/*.1 %{buildroot}/%{_mandir}/man1


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.42.6-4
+ Revision: 994fd99
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3890 |14cr|pdf2djvu-0.7.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PDF to DJVu file converter
Name:		pdf2djvu
Version:	0.7.17
Release:	1
License:	GPLv2+
Group:		Publishing
Url:		http://pdf2djvu.googlecode.com/
Source0:	http://pdf2djvu.googlecode.com/files/%{name}_%{version}.tar.gz
BuildRequires:	djvulibre
BuildRequires:	gomp-devel
BuildRequires:	pstreams-devel
BuildRequires:	pkgconfig(ddjvuapi)
BuildRequires:	pkgconfig(GraphicsMagick)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(poppler)

%description
pdf2djvu creates DjVu files from PDF files. It's able to extract
graphics, text layer, hyperlinks, document outline (bookmarks), and
metadata.

%files -f %{name}.lang
%doc COPYING doc/changelog doc/credits.txt doc/djvudigital.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_mandir}/*/man1/%{name}.1.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall
install -m 644 -D doc/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

%find_lang %{name}


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.17-1
+ Revision: 4998690
- New version 0.7.17, add pstreams-devel to BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3891 |14cr|pdf2svg-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pdf2svg
Version:	0.2.1
Release:	4
Summary:	Small tool to convert PDF files into SVG
Group:		Office
License:	GPLv2+
URL:		http://www.cityinthesky.co.uk/pdf2svg.html
Source0:	http://www.cityinthesky.co.uk/files/pdf2svg-%{version}.tar.gz
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(poppler-glib)

%description
A small tool to convert PDF files into SVG using poppler and cairo.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc COPYING AUTHORS ChangeLog
%{_bindir}/pdf2svg


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-4
+ Revision: 6f232bf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3892 |14cr|pdfcrack-0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Password Recovery Tool for PDF-files
Name:		pdfcrack
Version:	0.11
Release:	3
License:	GPL
Group:		File tools
URL:		http://pdfcrack.sourceforge.net/
Source0:	http://mesh.dl.sourceforge.net/project/pdfcrack/pdfcrack/%{name}-%{version}/%{name}-%{version}.tar.gz
Patch0:		pdfcrack-0.11-no_strip.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
PDFCrack is a tool for recovering passwords and content from PDF-files.

%prep

%setup -q
%patch0 -p0

%build
%make CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 pdfcrack %{buildroot}%{_bindir}/pdfcrack

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README TODO changelog
%{_bindir}/pdfcrack




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-3
+ Revision: ab1303b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3893 |14cr|pdfedit-0.4.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Editor for manipulating PDF documents
Name:		pdfedit
Version:	0.4.5
Release:	5
License:	GPLv2+
Group:		Publishing
Url:		http://sourceforge.net/projects/pdfedit
Source:		http://downloads.sourceforge.net/pdfedit/%{name}-%{version}.tar.bz2
Patch0:		pdfedit-0.4.5-gcc4.7.patch
Patch1:		pdfedit-0.4.5-undef.patch
Patch2:		pdfedit-0.4.5-gcc4.9.patch
BuildRequires:	qt3-devel
BuildRequires:	boost-devel
BuildRequires:	libt1lib-devel

%description
PDFedit is a free editor for PDF documents. You can change raw pdf objects
(for advanced users) or use many gui functions. Functionality can be easily
extended using a scripting language (ECMAScript).

%files
%{_bindir}/pdfedit
%{_mandir}/man1/pdfedit.*
%{_datadir}/doc/pdfedit/*
%{_datadir}/pdfedit/*
%{_datadir}/applications/pdfedit.*
%{_iconsdir}/hicolor/*/apps/pdfedit.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
autoconf
%ifarch x86_64
export QMAKESPEC=%{qt3dir}/mkspecs/linux-g++-64
%else
export QMAKESPEC=%{qt3dir}/mkspecs/linux-g++-32
%endif

export QTDIR=%{qt3dir}

%configure2_5x \
	--enable-release \
	--enable-stack-protector \
	--enable-qt3 \
	--with-parallel-make=auto
%make

%install
install -d -m 0755 $%{buildroot}{%{_bindir},%{_libdir},%{_datadir}}
make INSTALL_ROOT=%{buildroot} install

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=PDFedit
Comment=Editor for manipulating PDF documents
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
MimeType=application/x-pdf;application/pdf;
Categories=X-MandrivaLinux-Office-Publishing;Office;Publishing;
EOF

for i in 16 32 48; do
    mkdir -p %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps
    install -m 644 src/gui/icon/pdfedit_icon_$i.png %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps/pdfedit.png
done


%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.5-5
+ Revision: 6c5d075
- Add patch to fix build with gcc 4.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3894 |14cr|pdfgrep-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           pdfgrep
Summary:	search in pdf files for strings matching a regular expression
Version:        1.3.0
Release:        2
Source0:        http://sourceforge.net/projects/%{name}/files/%{version}/%{name}-%{version}.tar.gz
URL:            http://pdfgrep.sourceforge.net/
Group:          Text tools
License:	GPLv3
BuildRequires:	libpoppler-devel
BuildRequires:	pkgconfig(poppler-cpp)

%description
Pdfgrep is a tool to search text in PDF files. It works similar to grep.
Features:
 * search for regular expressions.
 * support for some important grep options, including:
	- filename output.
	- page number output.
	- optional case insensitivity.
	- count occurrences.
 * and the most important feature: color output!

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%defattr(0755,root,root)
%doc README NEWS COPYING AUTHORS
%{_mandir}/man1/%{name}.1*
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-2
+ Revision: 97bfe6c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3895 |14cr|pdfjam-1.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           pdfjam
Version:        1.21
Release:        3
Summary:        Utilities for join, rotate and align PDFs

Group:          Publishing
# No version specified.
License:        GPL+
URL:            http://www.warwick.ac.uk/go/pdfjam
Source0:        http://www.warwick.ac.uk/go/pdfjam/pdfjam_%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}
BuildArch:      noarch
Requires:       tetex-latex

%description
PDFjam is a small collection of shell scripts which provide a simple
interface to some of the functionality of the excellent pdfpages
package (by Andreas Matthias) for pdfLaTeX.  At present the utilities
available are:

  * pdfnup, which allows PDF files to be "n-upped" in roughly the way
    that psnup does for PostScript files;
  * pdfjoin, which concatenates the pages of multiple PDF files
    together into a single file;
  * pdf90, which rotates the pages of one or more PDF files through 90
    degrees (anti-clockwise).

In every case, source files are left unchanged.

A potential drawback of these utilities is that any hyperlinks in the
source PDF are lost. On the positive side, there is no appreciable
degradation of image quality in processing PDF files with these
programs, unlike some other indirect methods such as "pdf2ps | psnup |
ps2pdf" (in the author's experience).


%prep
%setup -q -n pdfjam

%install
rm -rf $RPM_BUILD_ROOT

install -d -m 755 $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
install -p -m 755 scripts/* $RPM_BUILD_ROOT%{_bindir}/
install -p -m 644 man1/* $RPM_BUILD_ROOT%{_mandir}/man1/

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING PDFjam-README.html pdfdroplets.png
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.21-3
+ Revision: f0db9ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3896 |14cr|pdf-renderer-0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define alternate_name PDFRenderer
%define cvs_version 2009_04_05
%define cvs_rel .%(echo %{cvs_version}|sed 's|_||g')cvs

Summary:        A 100% Java PDF renderer and viewer
Name:           pdf-renderer
Version:        0
Release:        7
License:        LGPLv2+
URL:            https://pdf-renderer.dev.java.net/
Group:          Development/Java
Source0:        https://pdf-renderer.dev.java.net/files/documents/6008/131974/%{alternate_name}-%{cvs_version}-src.zip
BuildRequires:  ant
BuildRequires:  java-rpmbuild
BuildRequires:  ant-apache-regexp
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  jpackage-utils
BuildRequires:  ghostscript-fonts
BuildRequires:  unzip
BuildArch:      noarch
Requires:       java
Requires:       jpackage-utils >= 1.5
Requires:       ghostscript-fonts
Provides:       %{alternate_name} == %{version}-%{release}

%description
The PDF Renderer is just what the name implies: an open source,
all Java library which renders PDF documents to the screen using 
Java2D. Typically this means drawing into a Swing panel, but it 
could also draw to other Graphics2D implementations. It could be 
used to draw on top of PDFs, share them over a network, convert 
PDFs to PNG images, or maybe even project PDFs into a 3D scene.

%package javadoc
Summary:        Javadoc for %{alternate_name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils

%description javadoc
API documentation for the %{alternate_name} package.

%prep
%setup -q -n %{alternate_name}-%{cvs_version}-src

# Remove preshipped binaries
find . -name "*.jar" -exec rm {} \;

# Fix encoding issues
find . -name "*.java" -exec native2ascii {} {} \;

# Remove preshipped fonts and ...
find . -name "*.pfb" -exec rm {} \;

# ... tell the program to use system-fonts instead.
# Script provided by Mamoru Tasaka:
# https://bugzilla.redhat.com/show_bug.cgi?id=466394#c4
# -------------------------------------------------------------
pushd src/com/sun/pdfview/font/res/
INPUT=BaseFonts.properties
OUTPUT=BaseFonts.properties.1
FONTDIR=%{_datadir}/fonts/default/Type1

rm -f $OUTPUT
cat $INPUT | while read line
 do
 newline=$line
 if echo $newline | grep -q 'file=.*pfb'
  then
  pfbname=$(echo $newline | sed -e 's|^.*file=||')
  newline=$(echo $newline | sed -e "s|file=|file=${FONTDIR}/|")
 elif echo $newline | grep -q 'length='
  then
  size=$(ls -al ${FONTDIR}/$pfbname | awk '{print $5}')
  newline=$(echo $newline | sed -e "s|length=.*|length=$size|")
 fi
 echo $newline >> $OUTPUT
done
mv -f $OUTPUT $INPUT
popd
# -------------------------------------------------------------

%build
%ant

%install
mkdir -p %{buildroot}%{_javadir}
install -m 644 dist/%{alternate_name}.jar \
      %{buildroot}%{_javadir}/%{name}.jar

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc demos
%{_javadir}/%{name}.jar

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}

# -----------------------------------------------------------------------------

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-7
+ Revision: ef07f59
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3897 |14cr|pdfsam-2.2.2e-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pdfsam
Version:	2.2.2e
Release:	3
Summary:	PDF Split And Merge
Group:		Publishing
License:	GPLv2
URL:		http://www.pdfsam.org
Source0:	http://sourceforge.net/projects/pdfsam/files/pdfsam-enhanced/%{version}/pdfsam-%{version}-out-src.zip
BuildArch:	noarch
BuildRequires:	ant
BuildRequires:	unzip
BuildRequires:	jpackage-utils
BuildRequires:	dos2unix
BuildRequires:	java-1.7.0-openjdk-devel
Requires:	jre-openjdk >= 1.7.0
# Requires:	jpackage-utils

%description
A Java based free open source tool to split and merge PDF documents.


%prep
%setup -q -c %{name}-%{version}
# extract all individual source zip files
for FILE in *.zip; do
    unzip -q -o "$FILE" ; rm -f "$FILE"
done
# fix line endings
for FILE in pdfsam-maine/doc/licenses/*/*.txt; do
    dos2unix -k -o "$FILE"
done
dos2unix -k -o pdfsam-maine/doc/enhanced/readme.txt
dos2unix -k -o pdfsam-maine/doc/enhanced/changelog-enhanced.txt


%build
cd pdfsam-maine/ant/
ant -Dpdfsam.deploy.dir="%{_datadir}/%{name}" \
    -Dworkspace.dir="../" \
    -Dbuild.dir="../build"

%install
# create start script
install -d -m 755 %{buildroot}%{_bindir}
cat << EOF > %{buildroot}%{_bindir}/pdfsam
#!/bin/bash
cd %{_datadir}/%{name}
java -jar %{_datadir}/%{name}/pdfsam.jar
cd -
EOF
chmod 755 %{buildroot}%{_bindir}/pdfsam
# create application dir and populate it
install -d -m 755 %{buildroot}%{_datadir}/%{name}
for i in ext lib plugins pdfsam-%{version}.jar pdfsam-config.xml; do
    mv build/pdfsam-maine/release/dist/pdfsam-enhanced/$i %{buildroot}%{_datadir}/%{name}/
done
ln -s pdfsam-%{version}.jar %{buildroot}%{_datadir}/%{name}/pdfsam.jar
### MENU ITEM ###
install -d -m 755 %{buildroot}%{_datadir}/pixmaps
cp build/pdfsam-maine/release/dist/pdfsam-enhanced/doc/icons/*.??g %{buildroot}%{_datadir}/pixmaps
install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=PDFSam
Name[ru]=PDFSam
Comment=%{summary}
Comment[ru]=Разбивка и слияние PDF-файлов
Exec=%{_bindir}/%{name}
Icon=%{_datadir}/pixmaps/%{name}_basic.png
Terminal=false
Type=Application
StartupNotify=true
Categories=Office;Java;Viewer;TextTools;
EOF

%files
%defattr(-,root,root,0755)
%doc build/pdfsam-maine/release/dist/pdfsam-enhanced/doc/changelog-enhanced.txt
%doc build/pdfsam-maine/release/dist/pdfsam-enhanced/doc/pdfsam-1.5.0e-tutorial.pdf
%doc build/pdfsam-maine/release/dist/pdfsam-enhanced/doc/readme.txt
%doc build/pdfsam-maine/release/dist/pdfsam-enhanced/doc/license/
%{_bindir}/pdfsam
%{_datadir}/%{name}/
%{_datadir}/applications/pdfsam.desktop
%{_datadir}/pixmaps/pdfsam*.png
%{_datadir}/pixmaps/pdfsam*.svg

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.2e-3
+ Revision: 0c0fd58
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3898 |14cr|pdfshuffler-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pdfshuffler
Version:	0.6.0
Release:	2
Summary:	PDF file merging, rearranging, and splitting
Group:		Publishing
License:	GPLv2+
URL:		http://sourceforge.net/projects/pdfshuffler/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		pdfshuffler-0.5-fix-desktop.patch
BuildArch:	noarch

BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	gettext

Requires:	pygtk2
Requires:	python-pypdf
Requires:	python-pypoppler

%description
PDF-Shuffler is a small python-gtk application, which helps the user
to merge or split pdf documents and rotate, crop and rearrange their
pages using an interactive and intuitive graphical interface.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/%{name}.ui
%{_datadir}/%{name}/icons/hicolor/scalable/%{name}.svg
%{py_puresitedir}/%{name}-0.6.0-py*.egg-info
%{py_sitedir}/pdfshuffler/

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%install
python setup.py install --root %{buildroot} --no-compile
%find_lang %{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-2
+ Revision: 39357ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3899 |14cr|pdftk-2.01-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pdftk
Version:	2.01
Release:	2
Summary:	PDF Tool Kit
License:	GPLv2+
Group:		Publishing
URL:		http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
Source0:	http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/%{name}-%{version}-src.zip
# since the gcj version is hardcoded in this patch, don't forget to updated it
# when gcc is updated
Patch0:		pdftk-1.44-makefile-fix.patch
BuildRequires:	java-devel-gcj
BuildRequires:	libgcj-devel
BuildRequires:	unzip
BuildRequires:	fastjar
BuildRequires:	dos2unix
Requires:	bouncycastle

%description
Pdftk is a simple tool for doing everyday things with PDF documents.
Keep one in the top drawer of your desktop and use it to:
- Merge PDF Documents
- Split PDF Pages into a New Document
- Decrypt Input as Necessary (Password Required)
- Encrypt Output as Desired
- Fill PDF Forms with FDF Data and/or Flatten Forms
- Apply a Background Watermark
- Report on PDF Metrics, including Metadata and Bookmarks
- Update PDF Metadata
- Attach Files to PDF Pages or the PDF Document
- Unpack PDF Attachments
- Burst a PDF Document into Single Pages
- Uncompress and Re-Compress Page Streams
- Repair Corrupted PDF (Where Possible)

%prep
%setup -q -n %{name}-%{version}-dist
%patch0 -p0 -b .makefix

dos2unix changelog.txt pdftk.1.txt

%build
pushd pdftk
	GCJFLAGS="%{optflags} -I`pwd`/../java -Wno-all" make -f Makefile.Redhat
popd

%install
install -Dpm0755 pdftk/pdftk %{buildroot}%{_bindir}/pdftk
install -Dpm0644 pdftk.1 %{buildroot}%{_mandir}/man1/pdftk.1

%files
%doc pdftk.1.html pdftk.1.txt changelog.txt
%{_bindir}/pdftk
%{_mandir}/man1/pdftk.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.01-2
+ Revision: 84f1c11
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3900 |14cr|pdi2iso-0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	pdi2iso
%define version	0.1
%define release	7

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Instant Copy CD Images to ISO
Source:		%{name}-%{version}.tar.bz2
URL:		http://developer.berlios.de/projects/pdi2iso/
License:	GPL
Group:		Archiving/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description 
PDI2ISO is a very simple utility to convert an instant copy bin image
to the standard ISO-9660 format.

%prep
%setup -q

%build
gcc %optflags ./src/pdi2iso.c -o pdi2iso

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
install pdi2iso %{buildroot}%{_bindir}/pdi2iso

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG
%{_bindir}/pdi2iso





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-7
+ Revision: a88a98a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3901 |14cr|pdmenu-1.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple text-based menu program
Name:		pdmenu
Version:	1.3.2
Release:	2
License:	GPLv2+
Group:		Shells
Url:		http://kitenet.net/programs/pdmenu/
Source0:	http://ftp.debian.org/debian/pool/main/p/pdmenu/pdmenu_%version.tar.gz
Source1:	pdmenurc
Buildrequires:	slang-devel
Requires:	gpm >= 1.17.8
Conflicts:	menu < 2.0.0

%description
A simple full screen menu program, intended to be a comfortable login shell for
inexperienced users.

%prep
%setup -q -n pdmenu

%files -f %{name}.lang
%doc README doc/BUGS doc/TODO doc/ANNOUNCE debian/changelog examples 
%config(noreplace) %{_sysconfdir}/pdmenurc
%{_bindir}/*
%{_datadir}/pdmenu
%{_mandir}/man1/*
%{_mandir}/man5/*

%postun
if [ "$1" = 0 ]; then
  rm -rf %{_localstatedir}/lib/pdmenu
fi

#----------------------------------------------------------------------------

%build
%configure2_5x
%make

%install
make INSTALL_PREFIX=%{buildroot} install

install -m 0755 examples/newbie/modem-check \
                examples/newbie/rpm-info-on-command \
                %{buildroot}%{_datadir}/pdmenu

rm -f examples/*.in examples/newbie/*.in examples/newbie/modem-check \
      examples/newbie/rpm-info-on-command examples/editdir.pl \
      examples/showdir.pl

cp -f %{SOURCE1} %{buildroot}%{_sysconfdir}/pdmenurc

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-2
+ Revision: 7a65a3c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3902 |14cr|pdns-3.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Versatile Database Driven Nameserver
Name:		pdns
Version:	3.0.1
Release:	5
License:	GPL
Group:		System/Servers
Url:		http://www.powerdns.com/
Source0:	http://downloads.powerdns.com/releases/pdns-%{version}.tar.gz
# wget -rm http://rtfm.powerdns.com
Source1:	rtfm.powerdns.com.tar.bz2
# from http://downloads.powerdns.com/releases/pdns-recursor-3.3.tar.bz2
Source2:	cachecleaner.hh
# http://wiki.powerdns.com/trac/browser/trunk/pdns/modules/luabackend/lua_functions.hh?rev=2208
Source3:	lua_functions.hh
Patch0:		pdns-2.9.7-init.patch
Patch1:		pdns-3.0.1-lib64_fix.diff
Patch2:		pdns-3.0.1-lua_linkage_fix.diff
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	boost-devel
BuildRequires:	libstdc++-devel
BuildRequires:	mysql-devel
BuildRequires:	openldap-devel
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)
#BuildRequires:	docbook-utils-pdf
Requires:	pdns-backend-lua
Requires(pre,post,preun,postun):	rpm-helper

%description
PowerDNS is a versatile nameserver which supports a large number
of different backends ranging from simple zonefiles to relational
databases and load balancing/failover algorithms.

It comes with support for MySQL, PostgreSQL, Bind zonefiles and the 'pipe
backend' availible as external packages.

%files
%doc ChangeLog HACKING INSTALL README TODO rtfm.powerdns.com
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/powerdns/pdns.conf
%attr(0755,root,root) %{_initrddir}/powerdns
%dir %{_sysconfdir}/powerdns
%dir %{_libdir}/powerdns
%dir %attr(0755,powerdns,powerdns) /var/run/powerdns
%{_bindir}/dnsreplay
%{_bindir}/pdns_control
%{_bindir}/pdnssec
%{_bindir}/zone2ldap
%{_bindir}/zone2sql
%{_sbindir}/pdns_server
%{_mandir}/man8/pdns_control.8*
%{_mandir}/man8/pdns_server.8*
%{_mandir}/man8/zone2sql.8*

%pre
%_pre_useradd powerdns /var/lib/powerdns /bin/false

%post
%_post_service powerdns

%preun
%_preun_service powerdns

%postun
%_postun_userdel powerdns

#----------------------------------------------------------------------------

%package backend-geo
Summary:	GEO backend for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description backend-geo
This package contains a geo backend for the PowerDNS nameserver.

%files backend-geo
%doc modules/geobackend/README
%{_libdir}/powerdns/libgeobackend.so

#----------------------------------------------------------------------------

%package backend-ldap
Summary:	LDAP backend for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description backend-ldap
This package contains a LDAP backend for the PowerDNS nameserver.

%files backend-ldap
%{_libdir}/powerdns/libldapbackend.so

#----------------------------------------------------------------------------

%package backend-lua
Summary:	LUA backend for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description backend-lua
This package contains a LUA backend for the PowerDNS nameserver.

%files backend-lua
%doc modules/luabackend/README
%{_libdir}/powerdns/libluabackend.so

#----------------------------------------------------------------------------

%package backend-mysql
Summary:	MySQL backend for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description backend-mysql
This package contains a MySQL backend for the PowerDNS nameserver.

%files backend-mysql
%{_libdir}/powerdns/libgmysqlbackend.so

#----------------------------------------------------------------------------

%package backend-odbc
Summary:	ODBC backend for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description backend-odbc
This package contains a ODBC backend for the PowerDNS nameserver.

%files backend-odbc
%{_libdir}/powerdns/libgodbcbackend.so

#----------------------------------------------------------------------------

%package backend-pgsql
Summary:	Generic PostgreSQL backend for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description backend-pgsql
This package contains a generic PostgreSQL backend 
for the PowerDNS nameserver. It has configurable SQL statements.

%files backend-pgsql
%{_libdir}/powerdns/libgpgsqlbackend.so

#----------------------------------------------------------------------------

%package backend-pipe
Summary:	Pipe/coprocess backend for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description backend-pipe
This package contains the pipe backend for the PowerDNS nameserver. This
allows PowerDNS to retrieve domain info from a process that accepts
questions on stdin and returns answers on stdout. 

%files backend-pipe
%{_libdir}/powerdns/libpipebackend.so

#----------------------------------------------------------------------------

%package backend-sqlite3
Summary:	SQLite3 backend for %{name}
Group:		System/Servers
Provides:	pdns-backend-sqlite = %{EVRD}
Requires:	%{name} = %{EVRD}

%description backend-sqlite3
This package contains a SQLite3 backend for the PowerDNS nameserver.

%files backend-sqlite3
%{_libdir}/powerdns/libgsqlite3backend.so

#----------------------------------------------------------------------------

%prep
%setup -q -n pdns-%{version} -a1
%patch0 -p0
%patch1 -p0
%patch2 -p0

cp %{SOURCE2} pdns/
cp %{SOURCE3} modules/luabackend/

%build
touch NEWS AUTHORS
autoreconf -fi

export CFLAGS="%{optflags} -DLDAP_DEPRECATED"
export CXXFLAGS="%{optflags} -DLDAP_DEPRECATED"

%configure2_5x \
    --sysconfdir=%{_sysconfdir}/powerdns \
    --libdir=%{_libdir}/powerdns \
    --with-socketdir=/var/run/powerdns \
    --with-dynmodules="gmysql gpgsql pipe ldap geo godbc gsqlite3 lua" \
    --with-modules="" \
    --with-mysql=%{_prefix} --with-mysql-lib=%{_libdir} --with-mysql-includes=%{_includedir} \
    --with-pgsql=%{_prefix} --with-pgsql-lib=%{_libdir} --with-pgsql-includes=%{_includedir} \
    --with-sqlite=%{_prefix} --with-sqlite-lib=%{_libdir} --with-sqlite-includes=%{_includedir} \
    --with-unixodbc=%{_prefix} --with-unixodbc-lib=%{_libdir} --with-unixodbc-includes=%{_includedir}

# why is this nessesary all of a sudden?
#find . -type f -name "Makefile" | xargs perl -pi -e "s|-pthread|-lpthread|g"

# parallell build's broken now?
%make

# this might work someday..., meanwhile use S1
#pushd pdns/docs
#    make
#popd

%install
# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

%makeinstall_std

install -d %{buildroot}/var/run/powerdns

# fix the config
mv %{buildroot}%{_sysconfdir}/powerdns/pdns.conf-dist %{buildroot}%{_sysconfdir}/powerdns/pdns.conf

cat >> %{buildroot}%{_sysconfdir}/powerdns/pdns.conf << EOF
module-dir=%{_libdir}/powerdns
socket-dir=/var/run/powerdns
setuid=powerdns
setgid=powerdns
launch=bind
#recursor=127.0.0.1:5300
EOF

chmod 600 %{buildroot}%{_sysconfdir}/powerdns/pdns.conf

# install sysv scripts
install -d %{buildroot}%{_initrddir}
install -m755 pdns/pdns %{buildroot}%{_initrddir}/powerdns

# cleanup
rm -f %{buildroot}%{_libdir}/powerdns/*.*a

%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.1-5
+ Revision: 2d2bf6b
- Force lua 5.1, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3903 |14cr|pdnsd-1.2.9.par-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcver 1.2.9
%define ver %{srcver}-par
# '-' are denied in %version

# Force value, use --without to disable
%define _with_ipv6 1
%define _with_ntpl 1

%{?_without_ntpl: %{expand: %%define %_with_ntpl 0}}
%{?_without_ipv6: %{expand: %%define %_with_ipv6 0}}
%{?_without_poll: %{expand: %%define %_with_poll 0}}
%{?_without_underscores: %{expand: %%define %_with_underscores 0}}
%{?_without_tcpqueries: %{expand: %%define %_with_tcpqueries 0}}
%{?_without_debug: %{expand: %%define %_with_debug 0}}
%{?_without_isdn: %{expand: %%define %_with_isdn 0}}

%{!?cachedir: %{expand: %%global cachedir %_var/cache/pdnsd}}
%define conffile %{_sysconfdir}/pdnsd.conf

Summary: A caching dns proxy for small networks or dialin accounts

Name: pdnsd
Version: %(echo '%ver' | sed 's/-/./')
Release: 3
License: GPLv3+
Group:   Networking/Other
Source0: http://www.phys.uu.nl/~rombouts/pdnsd/releases/pdnsd-%{ver}.tar.gz
Source1: %{name}.initscript
Source2: %{name}.conf
URL: http://www.phys.uu.nl/~rombouts/pdnsd/index.html
Requires(pre): rpm-helper
Requires(postun): rpm-helper

%description
pdnsd is a proxy DNS daemon with permanent (disk-)cache and the ability
to serve local records. It is designed to detect network outages or hangups
and to prevent DNS-dependent applications like Netscape Navigator from hanging.

This is a customized version with modifications made by Paul A. Rombouts.
For a description of the changes see http://www.phys.uu.nl/~rombouts/pdnsd.html
and the file README.par in %{_docdir}/%{name}-%{version}

Source rpm support those options (--without options to disable):

--with ntpl %{?_with_ntpl: (activate)}: use the Native POSIX Thread Library (NPTL);
--with isdn %{?_with_isdn: (activate)}: enable isdn support;
--with ipv6 %{?_with_ipv6: (activate)}: enable ipv6 support;
--with poll %{?_with_poll: (activate)}: use the select(2) function instead of poll(2);
--with underscores %{?_with_underscores: (activate)}: built with underscores enabled;
--with tcp_queries %{?_with_underscores: (activate)}.

%prep
%setup -q -n %{name}-%{srcver}

%build
%configure \
	--with-cachedir="%{cachedir}" \
	%{?_with_isdn:--enable-isdn} \
	%{?_without_poll:--disable-poll} \
	%{?_with_nptl:--with-thread-lib=nptl} \
	%{?_with_underscores:--enable-underscores} \
	%{?_with_ipv6:--enable-ipv6} \
	%{?_with_tcpqueries:--enable-tcp-queries} \
	%{?_without_debug:--with-debug=0}

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_initrddir} %{buildroot}%{_sysconfdir}/sysconfig
install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name}

cat > %{buildroot}%{_sysconfdir}/sysconfig/%{name} <<EOF
# You can define options to pass to %name daemon
# See %name man page (8)
OPTIONS=""
EOF

mkdir -p %{buildroot}%{cachedir}
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}

mkdir -p %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}.conf

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/true

%post
# Creating ghost file
# Force cache file cleanup
echo -n -e "pd11\0\0\0\0" > %{_var}/cache/pdnsd/pdnsd.cache
%_post_service pdnsd

%preun
%_preun_service pdnsd

%postun
%_postun_userdel %{name}

%files
%doc THANKS TODO AUTHORS README README.par NEWS ChangeLog
%doc doc/html doc/txt
%attr(644,root,root) %{_sysconfdir}/pdnsd.conf.sample
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/pdnsd.conf
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(755,root,root) %config(noreplace) %{_initrddir}/%{name}
%{_sbindir}/pdnsd
%{_sbindir}/pdnsd-ctl
%{_mandir}/man8/pdnsd.8*
%{_mandir}/man8/pdnsd-ctl.8*
%{_mandir}/man5/pdnsd.conf.5*
%attr(755,pdnsd,pdnsd) %dir %{cachedir}
%attr(644,pdnsd,pdnsd) %ghost %{cachedir}/pdnsd.cache
%attr(755,pdnsd,pdnsd) %dir %{_localstatedir}/lib/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.9.par-3
+ Revision: 2d5fbd2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3904 |14cr|pdns-recursor-3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Recursor for PowerDNS
Name:		pdns-recursor
Version:	3.3
Release:	3
License:	GPLv2+
Group:		System/Servers
Url:		http://www.powerdns.com/
Source0:	http://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2
Source1:	powerdns-recursor.init
BuildRequires:	boost-devel
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(lua) < 5.2
Requires:	pdns
Requires(pre,post,preun,postun):	rpm-helper

%description
With a small codebase, the PowerDNS Recursor is an advanced recursor currently
serving the DNS resolving needs of over 2 million Internet connections. Besides
high performance (using kqueue or epoll, over 15 thousand qps on commodity
hardware), it provides advanced anti-spoofing measures. In addition, the
program caches server performance and timeouts, making it both network and user
friendly. It also has built-in hooks for making graphs with rrdtool, providing
insight into nameserver performance.

%files
%doc COPYING README rrd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/powerdns/recursor.conf
%attr(0755,root,root) %{_initrddir}/powerdns-recursor
%attr(0755,root,root) %{_bindir}/rec_control
%attr(0755,root,root) %{_sbindir}/pdns_recursor
%attr(0755,powerdns,powerdns) %dir /var/run/powerdns
%attr(0644,root,root) %{_mandir}/man1/pdns_recursor.1*
%attr(0644,root,root) %{_mandir}/man1/rec_control.1*

%pre
%_pre_useradd powerdns /var/lib/powerdns /bin/false

%postun
%_postun_userdel powerdns

%post
%_post_service powerdns-recursor

%preun
%_preun_service powerdns-recursor

#----------------------------------------------------------------------------

%prep
%setup -q

cp %{SOURCE1} .

chmod 644 rrd/*

%build
%serverbuild

export OPTFLAGS=""
export LUA="1"
export LUA_CPPFLAGS_CONFIG="-I%{_includedir}"
export LUA_LIBS_CONFIG="-L%{_libdir} -llua -lm"

%make basic_checks

%make

%install
# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/powerdns
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}/var/run/powerdns

install -m0755 pdns_recursor %{buildroot}%{_sbindir}/
install -m0755 rec_control %{buildroot}%{_bindir}/
install -m0644 pdns_recursor.1 %{buildroot}%{_mandir}/man1
install -m0644 rec_control.1 %{buildroot}%{_mandir}/man1

%{buildroot}%{_sbindir}/pdns_recursor --config >  %{buildroot}%{_sysconfdir}/powerdns/recursor.conf

cat >> %{buildroot}%{_sysconfdir}/powerdns/recursor.conf << EOF
socket-dir=/var/run/powerdns/
soa-minimum-ttl=0
soa-serial-offset=0
aaaa-additional-processing=off
local-port=53
local-address=127.0.0.1
trace=off
daemon=yes
quiet=on
setgid=powerdns
setuid=powerdns
EOF

install -m0755 powerdns-recursor.init %{buildroot}%{_initrddir}/powerdns-recursor


%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3-3
+ Revision: d11a570
- Force lua 5.1, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3905 |14cr|pdq-2.2.1-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:   Print, don't Queue! - Daemonless printing system
Name:      pdq
Version:   2.2.1
Release:   18
Group:     System/Servers
URL:       http://pdq.sourceforge.net/
Patch0:    %{name}-%{version}-Makefile.in-0.patch.bz2
Patch1:    %{name}-%{version}-Makefile.in-1.patch.bz2
Patch2:	   %{name}-%{version}-open-with-default-open-umask.patch
Source1:   pdqpanicbutton.bz2
Source2:   killpdq.bz2
License:   GPL
Source:    %{name}-%{version}.tar.bz2
Requires:  file
BuildRequires:	gtk+-devel


%description 
A complete replacement for classical printing systems (spoolers). PDQ
does not need a daemon and so there are no problems with crashed
daemons, blocked ports, attacks of open ports, but PDQ cannot receive
jobs from remote machines.

PDQ comes with a graphical interface and LPD backend filters (to print
on a remote LPD printer or to serve as frontend for a local LPD
system).

This system is a good choice for non-networked (only dial-up to the
internet) machines, because it does not contain all the network stuff
of other spoolers which causes difficulties for users without network.

%prep
%setup

%patch0
%patch1
%patch2 -p1

%build
%configure --enable-pdqlibdir=%{_libdir}/pdq --enable-printrc=%{_sysconfdir}/pdq/printrc --prefix=%{_prefix}

%make

%install
#mkdir -p ${RPM_BUILD_ROOT}/etc/pdq/drivers/{generic,ghostscript,misc,postscript}
#mkdir -p ${RPM_BUILD_ROOT}/etc/pdq/interfaces
mkdir -p ${RPM_BUILD_ROOT}/etc/pdq
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/{man1,man5}

make install prefix=${RPM_BUILD_ROOT}%{_prefix} \
	bindir=${RPM_BUILD_ROOT}%{_bindir} \
	xpdqbindir=${RPM_BUILD_ROOT}%{_bindir} \
	libdir=${RPM_BUILD_ROOT}%{_libdir} \
	infodir=${RPM_BUILD_ROOT}%{_infodir} \
	mandir=$RPM_BUILD_ROOT%{_mandir} \
	pdqlibdir=${RPM_BUILD_ROOT}%{_libdir}/pdq \
	printrc_file=${RPM_BUILD_ROOT}%{_sysconfdir}/pdq/printrc

mv ${RPM_BUILD_ROOT}%{_libdir}/pdq/printrc.example \
   ${RPM_BUILD_ROOT}%{_sysconfdir}/pdq/printrc

# Install the stuff for the panic button

install -d ${RPM_BUILD_ROOT}%{_sbindir}
bzcat %{SOURCE1} > ${RPM_BUILD_ROOT}%{_sbindir}/pdqpanicbutton
bzcat %{SOURCE2} > ${RPM_BUILD_ROOT}%{_bindir}/killpdq
chmod a+rx ${RPM_BUILD_ROOT}%{_sbindir}/pdqpanicbutton
chmod a+rx ${RPM_BUILD_ROOT}%{_bindir}/killpdq

# Use update-alternatives to make printing with PDQ also possible with
# the "lpr" command

( cd $RPM_BUILD_ROOT%{_bindir}
  ln -s pdq lpr-pdq
)
( cd $RPM_BUILD_ROOT/%{_mandir}/man1
  ln -s pdq.1 lpr-pdq.1
)

%post
# Set up update-alternatives entry
%{_sbindir}/update-alternatives --install %{_bindir}/lpr lpr %{_bindir}/lpr-pdq 6 --slave %{_mandir}/man1/lpr.1.bz2 lpr.1.bz2 %{_mandir}/man1/lpr-pdq.1.bz2

%preun
if [ "$1" = 0 ]; then
  # Remove update-alternatives entry
  %{_sbindir}/update-alternatives --remove lpr /usr/bin/lpr-pdq
  # Remove panic-buttons
  %{_sbindir}/pdqpanicbutton --remove
fi

%files
%defattr(-,root,root,755)
%doc ./doc/*.txt ./doc/PROPOSED_CHANGES BUGS
%doc CHANGELOG INSTALL LICENSE README

%defattr(644,root,root,755)
#dir %{_sysconfdir}/pdq
%config(noreplace) %{_sysconfdir}/pdq/printrc
%{_libdir}/pdq/drivers
%{_libdir}/pdq/interfaces
  
%attr(4755,root,root) %{_bindir}/lpd_*
%attr(755,root,root) %{_bindir}/pdq
%attr(755,root,root) %{_bindir}/xpdq
%{_bindir}/lpr-pdq
%attr(755,root,root) %{_bindir}/killpdq
%attr(755,root,root) %{_sbindir}/pdqpanicbutton

%{_mandir}/man1/*.1*
%{_mandir}/man5/printrc.5*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-18
+ Revision: f632a95
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3906 |14cr|peazip-5.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	File and archive manager
Name:		peazip
Version:	5.2.1
Release:	2
License:	LGPLv3+
Group:		File tools
Url:		http://peazip.sourceforge.net/peazip-linux.html
Source0:	http://download.sourceforge.net/%{name}/%{name}-%{version}.src.zip
# configure to run in users home appdata
Source1:	altconf.txt
BuildRequires:	icoutils
BuildRequires:	lazarus >= 1.0.8
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	p7zip
Requires:	upx >= 3.09

%description
PeaZip is a free cross-platform file archiver that provides an unified portable
GUI for many Open Source technologies like 7-Zip, FreeArc, PAQ, UPX...

%files
%doc readme copying.txt
%{_bindir}/*
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/applications/*.desktop
%{_libdir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}.src
chmod +w res/lang

%build
lazbuild -B project_peach.lpi project_pea.lpi project_gwrap.lpi

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_libdir}/%{name}
rm -rf res/icons
cp -r res %{buildroot}%{_libdir}/%{name}
cp %{SOURCE1} %{buildroot}%{_libdir}/%{name}/res

#install helper apps
mkdir -p %{buildroot}%{_libdir}/%{name}/res/{7z,upx}
ln -s %{_bindir}/7z %{buildroot}%{_libdir}/%{name}/res/7z
ln -s %{_bindir}/upx %{buildroot}%{_libdir}/%{name}/res/upx

install pea %{buildroot}%{_libdir}/%{name}/res
ln -s %{_libdir}/%{name}/res/pea %{buildroot}%{_bindir}/pea
install %{name} %{buildroot}%{_libdir}/%{name}
ln -s %{_libdir}/%{name}/%{name} %{buildroot}%{_bindir}/%{name}
install pealauncher %{buildroot}%{_libdir}/%{name}/res
ln -s %{_libdir}/%{name}/res/pealauncher %{buildroot}%{_bindir}/pealauncher

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=PeaZip
MimeType=application/x-gzip;application/x-lha;application/x-tar;application/x-tgz;application/x-tbz;application/x-tbz2;application/x-zip;application/zip;application/x-bzip;application/x-rar;application/x-tarz;application/x-archive;application/x-bzip2;application/x-jar;application/x-deb;application/x-ace;application/x-7z;application/x-arc;application/x-arj;application/x-compress;application/x-cpio;
Exec=%{name}
Icon=%{name}
Type=Application
Terminal=false
Categories=GTK;KDE;Utility;System;Archiving;
EOF

mkdir -p %{buildroot}%{_iconsdir}/hicolor/256x256/apps
icotool -x -i 1 -o %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png %{name}.ico
rm -rf %{buildroot}%{_libdir}/%{name}/res/icons


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.2.1-2
+ Revision: c8e1d01
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3907 |14cr|peksystray-0.4.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	peksystray
%define version	0.4.0
%define release  6

Name: 	 	%{name}
Summary: 	Small system tray requiring only X
Version: 	%{version}
Release: 	%{release}
Source:		%{name}-%{version}.tar.bz2
Patch0:		peksystray-0.4.0-fix-str-fmt.patch
Patch1:		peksystray-0.4.0-fix-link.patch
URL:		http://peksystray.sourceforge.net/
License:	GPL
Group:		Graphical desktop/Other
BuildRequires:	pkgconfig(x11)

%description
Peksystray is a small system tray (also called notification tray) designed for
all the light window managers supporting docking. As more and more
applications use a small icon in the system tray to provide additonal
fonctionalities and information, it becomes useful for everyone to have
access to them. While "heavy" window managers (Gnome, KDE...) come with a
systrem tray embedded in the rest of the desktop, lighter window managers
(WindowMaker, fluxbox...) don't have this feature. Peksystray is a very simple
and light implementation of a system tray for any window manager supporting
docking, conforming to the System Tray Freedesktop standard.

Peksystray provides a window where icons will automatically add up depending
on the requests from the applications. Both the size of the window and the
size of the icons can be selected by the user. If the window is full, it can
automatically display another window in order to display more icons.

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog THANKS REFS README NEWS TODO
%{_bindir}/%name



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-6
+ Revision: 2f0c542
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3908 |14cr|pekwm-0.1.12-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pekwm
Version:	0.1.12
Release:	5
URL:		http://pekwm.org/
Source0:	http://www.pekwm.org/projects/pekwm/files/%{name}-%{version}.tar.gz

# modify config
Source1:	pekwm_config
Source2:	pekwm_mouse

# add themes (fonts changed for Mandriva)
Source10:	Opus3_Alpha-dev-20050227.tar.bz2
Source11:	OpusOS-Deep.tar.bz2

License:	GPL
Group:		Graphical desktop/Other
Summary:	A minimalist window manager for the X Window System
Requires:	xterm
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	jpeg-devel
BuildRequires:	png-devel

%description
Pekwm is a window manager based on aewm++, but it no longer
resembles it. It is highly configurable, rather fast, and
aimed towards being usable while remaining pretty enough to
look at. Features include client window grouping into one
window frame, automatic window size, location, grouping
and title rewriting.

%prep
%setup -q

# modify config
cp -f %SOURCE1 data/config
cp -f %SOURCE2 data/mouse

%build
autoreconf -fi
%configure2_5x	--enable-shape \
		--enable-xinerama \
		--enable-menus \
		--enable-harbour \
		--disable-debug

%make

%install
%makeinstall_std

# install themes
tar -jxf %SOURCE10 -C %{buildroot}/%{_datadir}/%{name}/themes
tar -jxf %SOURCE11 -C %{buildroot}/%{_datadir}/%{name}/themes

# startfile
%{__cat} > %{buildroot}%{_bindir}/start%{name} << EOF
exec %{_bindir}/%{name}
EOF

chmod 755 %{buildroot}%{_bindir}/start%{name}

# session file
%{__install} -d %{buildroot}%{_sysconfdir}/X11/wmsession.d
%{__cat} > %{buildroot}%{_sysconfdir}/X11/wmsession.d/30%{name} << EOF
NAME=%{name}
EXEC=%{_bindir}/start%{name}
DESC=%{name} window manager
SCRIPT:
exec %{_bindir}/start%{name}
EOF

%files
%doc AUTHORS ChangeLog NEWS README
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/30%{name}
%config(noreplace) %{_sysconfdir}/pekwm
%{_bindir}/start%{name}
%{_bindir}/%{name}
%{_datadir}/man/man1/pekwm.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.12-5
+ Revision: e012f86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3909 |14cr|pencil-2.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           pencil
Version:        2.0.4
Release:        2
Summary:        A sketching and GUI prototyping tool

Group:          Development/Other
License:        GPLv2
URL:            http://code.google.com/p/evoluspencil/
Source0:        http://evoluspencil.googlecode.com/files/%{name}-%{version}.tar.gz

Requires:       xulrunner >= 1.9.8
BuildRequires:  desktop-file-utils
BuildArch:      noarch

%description
Pencil is an open source GUI prototyping and sketching tools released under GPL


%prep
%setup -q


%build


%install
cp -R usr $RPM_BUILD_ROOT/
desktop-file-install \
--add-category="AudioVideo" \
--delete-original \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop


%files
%doc COPYING
%{_datadir}/%{name}/
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-2
+ Revision: 1d09387
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3910 |14cr|penguin-command-1.6.11-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	penguin-command
%define	version	1.6.11
%define release	7
%define	Summary	A clone of the classic Missile Command game

Name:		%{name}
Summary:	%{Summary}
Version:	%{version}
Release:	%{release}
Source0:	http://belnet.dl.sourceforge.net/sourceforge/penguin-command/%{name}-%{version}.tar.bz2
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
URL:		http://www.linux-games.com/penguin-command/index.html
License:	GPL
Group:		Games/Arcade
BuildRequires:	SDL-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_image-devel
Requires:	soundwrapper
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is a clone of the classic "Missile Command" Game, but it has better
graphics and music. The gameplay has only been slightly modified. Penguin
Command is completely licensed under the GPL, excluding the music.

%prep
%setup -q

%build
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall_std}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Penguin Command
Comment=%{Summary}
Exec=soundwrapper %{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc README NEWS AUTHORS
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.11-7
+ Revision: 4fd7382
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3911 |14cr|pente-2.2.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:    pente
Version: 2.2.5
Release: 9
Summary: Five in a row game for X
Source:  http://www.igoweb.org/~wms/comp/pente/%{name}-%{version}.tar.gz
Source2: %{name}-icons.tar.bz2
Patch:   pente-makefile.patch
Group:   Games/Boards
License: GPL
URL:     http://www.igoweb.org/~wms/comp/pente
BuildRequires: pkgconfig(x11) 
BuildRequires: ncurses-devel

%description
Pente is the English name for the Asian game ni-nuki, which itself 
is a version of the game go-moku. The game is a variant of the well 
known five in a row. Placing five stones in a row is one way to win, 
the other is to capture five pairs of the opponents stones.

Pente can run in three different modes: X, curses or text. You can 
play against the computer or another human, and there is also support 
for playing over a network. 

%prep
%setup -q
%patch -p1

%build
%configure2_5x --host=%{_host} --target=%{_target_platform} --with-x
%make CC="gcc %{optflags} %{?ldflags}"

%install
mkdir -p %{buildroot}/%{_gamesbindir}
mkdir -p %{buildroot}%{_mandir}/man6
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps

%makeinstall_std
tar xvjf %{SOURCE2} 
cp %{name}-16.png %{buildroot}/%{_iconsdir}/hicolor/16x16/apps/%{name}.png
cp %{name}-32.png %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
cp %{name}-48.png %{buildroot}/%{_iconsdir}/hicolor/48x48/apps/%{name}.png
cp %{name}-32.png %{buildroot}/%{_iconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Pente
Comment=Five in a row game
Comment[ru]=Игра "пять в ряд"
Exec=%{_gamesbindir}/pente
Icon=%{name}
Terminal=false
Type=Application
Categories=GTK;Game;BoardGame;
EOF

%files
%doc README
%{_gamesbindir}/%{name}
%{_mandir}/man6/*
%{_datadir}/applications/*.desktop
%_iconsdir/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.5-9
+ Revision: 6e54b69
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3912 |14cr|performous-0.8-0.20140626.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define git 20140626

Summary:	Performous - A cross-platform clone of the Playstation 2 game Singstar
Name:		performous
Version:	0.8
Release:	0.%{git}.2
Group:		Games/Other
License:	GPLv2+
Url:		http://performous.org
# https://github.com/performous/
Source0:	%{name}-%{version}-%{git}.tar.bz2
Source1:	demo.tar.bz2
Patch0:		performous-0.8-20140626-typo.patch
BuildRequires:	cmake
BuildRequires:	help2man
BuildRequires:	librsvg
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxml++-2.6)
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(zlib)

%description
Performous - new Sing Screen using themed lyrics.

Performous is a free cross-platform clone of the Playstation 2
game Singstar.

While Performous might be classified as a karaoke program, it is
actually much more than that. Instead of just displaying the lyrics,
notes are also displayed and the performance is scored based on how
well you actually hit the notes. Unlike in many other games in this
genre, you will also see the pitch that you are singing, so that you
can see what you are doing wrong and easily (well, everything is
relative) correct your pitch.

Most of the songs available also contain the original vocals and actual
karaoke versions are rare.

%files -f Performous.lang
%doc docs/*
%{_bindir}/ss*
%{_bindir}/gh*
%{_bindir}/itg_pck
%{_bindir}/performous
%{_datadir}/games/*
%{_datadir}/icons/hicolor/*/*/%{name}.*
%{_datadir}/pixmaps/*
%{_datadir}/applications/*.desktop
%{_mandir}/man1/*.1*
%{_mandir}/man6/performous.6*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{git} -a1
%patch0 -p1
rm -f cmake/Modules/FindOpenCV.cmake

%build
# gcc 4.7 segfaults when building with optflags
%global optflags %{nil}
%cmake
%make

%install
%makeinstall_std -C build

# demo song
install -dm 755 "%{buildroot}%{_datadir}/games/ultrastar/songs/Joshua Morin - On the run"
install -m 644 "Joshua Morin - On the run"/* \
	"%{buildroot}%{_datadir}/games/ultrastar/songs/Joshua Morin - On the run"

# Install icons of various sizes.
for s in 256 128 96 48 32 22 16 ; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
rsvg-convert -w ${s} -h ${s} \
    data/themes/default/icon.svg -o \
    %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png
done

%find_lang Performous


%changelog
* Fri Jun 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8-0.20140626.2
+ Revision: a77cbcb
- Use better demo song



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3913 |14cr|perl-ABF-0.10.0-0.20130102.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	    ABF
%define upstream_version    0.01
%define git		    20130102

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	%{?git:0.%git.}2
Summary:	Perl implementation of ABF API

License:	GPLv3+
Group:		Development/Other
URL:		https://github.com/mikhirev/ABF
Source0:	%{upstream_name}-%{git}.tar.xz
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This package provides perl classes for interaction with ABF.

%prep
%setup -q -n %{upstream_name}-%{git}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README.md
%{perl_vendorlib}/ABF*
%{_mandir}/man3/*

%changelog
* Wed May 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-0.20130102.2
+ Revision: b6f6fee
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3914 |14cr|perl-AcePerl-1.920.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name AcePerl
%define upstream_version 1.92

%define __noautoreq 'perl\\(Ace::Browser::LocalSiteDefs\\)'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Perl interface for the ACEDB object-oriented database

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Ace/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		%{name}.makefile.patch

BuildRequires:	perl-devel
BuildRequires:	perl(WeakRef)
BuildRequires:	perl(Cache::Cache)
BuildRequires:	tirpc-devel

%description
Designed specifically for use in genome sequencing projects, ACEDB
provides powerful modeling and management services for biological and
laboratory data. For others, it is a good open source introduction to
the world of object-oriented databases

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0

perl -pi -e 's|^#!/usr/local/bin/perl$|#!%{__perl}|' examples/*

%build
perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make COMPILER="gcc %{optflags} -fPIC -DACEDB4"

%install
%makeinstall_std

%check
# tests depends on a remote db to pass...
#make test

%files
%doc README README.ACEBROWSER DISCLAIMER.txt ChangeLog docs examples
%{_bindir}/*
%{perl_vendorarch}/GFF
%{perl_vendorarch}/Ace
%{perl_vendorarch}/Ace.pm
%{perl_vendorarch}/auto/Ace
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.920.0-8
+ Revision: 8b9747a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3915 |14cr|perl-Acme-Bleach-1.150.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Acme-Bleach
%define upstream_version 1.150

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	For I<really> clean programs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Acme/Acme-Bleach-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The first time you run a program under 'use Acme::DWIM', the module
replaces all the unsightly operators et al. from your source file with the
new DWIM operator: '...' (pronounced "yadda yadda yadda").

The code continues to work exactly as it did before, but now it looks like
this:

	use Acme::DWIM;
	
	my ($x) ... ...("Hullo " ... 3 ... "world" ... "~" ... 30) ... /(...)/;
	$x ... tr/tnv/uow/;
	print $x;

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.150.0-3
+ Revision: 4dda3b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3916 |14cr|perl-Acme-Cow-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Acme-Cow
%define upstream_version 0.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A configurable speaking/thinking Cow

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://www.nog.net/~tony/warez/cowsay.shtml
Source0:	http://www.nog.net/~tony/warez/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Text::Template)

BuildArch:	noarch

Conflicts:	cowsay

%description
Talking cows.  ASCII artwork.  A veritable foundation of the
Internet.

Now you can make the cows say whatever you want.  Acme::Cow is the
module that does all the work behind the new version of cow{say,think}
(also included in this distribution).  Now you can incorporate
loquactious cattle into any program you want, quickly and easily.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files 
%doc Changes README
%{_bindir}/*
%{perl_vendorlib}/Acme*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: c428507
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3917 |14cr|perl-Acme-Damn-0.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Acme-Damn
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    'Unbless' Perl objects

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Acme/Acme-Damn-%{upstream_version}.tar.gz

BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel

%description
*Acme::Damn* provides a single routine, *damn()*, which takes a blessed
reference (a Perl object), and _unblesses_ it, to return the original
reference. I can't think of any reason why you might want to do this, but
just because it's of no use doesn't mean that you shouldn't be able to do
it.

EXPORT
    By default, *Acme::Damn* exports the method *damn()* into the current
    namespace. Aliases for *damn()* (see below) may be imported upon
    request.

Methods
    * *damn* _object_

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-3
+ Revision: c022e24
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3918 |14cr|perl-Acme-JavaTrace-0.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	Acme-JavaTrace
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Module for using Java-like stack traces

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Acme/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch
   
%description
<buzzword>This module tries to improves the Perl programmer experience
by porting the Java paradigm to print stack traces, which is more professional
than Perl's way.</buzzword>

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README INSTALL
%{perl_vendorlib}/*/*.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-5
+ Revision: 1016b88
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3919 |14cr|perl-Acme-MetaSyntactic-1.12.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Acme-MetaSyntactic
%define upstream_version 1.012

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Generates themed metasyntactic variables

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Acme/Acme-MetaSyntactic-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(LWP::UserAgent)
BuildArch:	noarch

%description
Acme::MetaSyntactic is a perl module to generate good (as well as funny)
metasyntactic variable names. It provides several variable themes, from the
usual "foo" "bar" list, to the fight sound effects from the Batman 60s TV
serial.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Acme
%{perl_vendorlib}/Test
%{perl_vendorlib}/*pm
%{_mandir}/*/*
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12.0-3
+ Revision: c345f80
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3920 |14cr|perl-Acme-POE-Acronym-Generator-1.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Acme-POE-Acronym-Generator
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Generate random POE acronyms

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Acme/Acme-POE-Acronym-Generator-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Math::Random)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
What does POE stand for?" is a common question, and people have expanded
the acronym in several ways.

Acme::POE::Acronym::Generator produces randomly generated expansions of the
POE acronym ( or at your option any other arbitary word ).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.200.0-3
+ Revision: 7a011d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3921 |14cr|perl-Affix-Infix2Postfix-0.30.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Affix-Infix2Postfix
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Perl extension for converting from infix
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Affix/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildArch: noarch

%description
Infix2Postfix as the name suggests converts from infix to postfix notation.
The reason why someone would like to do this is that postfix notation is
generally much easier to do in computers. For example take an expression
like: a+b+c*d. For us humans it's pretty easy to do that calculation. But
it's actually much better for computers to get a string of operations such
as: a b + c d * +, where the variable names mean put variable on stack.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-2
+ Revision: 7477e5f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3922 |14cr|perl-AI-NNFlex-0.240.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AI-NNFlex
%define upstream_version 0.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Flexible API for neural networks

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/AI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Math::Matrix)
BuildArch:	noarch

%description
AI::NNFlex is a base class for constructing your own neural network
modules. To implement a neural network, start with the documentation for
AI::NNFlex::Backprop, included in this distribution

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES INSTALL MANIFEST README.txt TODO
%doc examples/*.pl examples/cars/cars.pl
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.240.0-5
+ Revision: ec9d3d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3923 |14cr|perl-Algorithm-Annotate-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Algorithm-Annotate
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl module to represent a series of changes in annotate form

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    ftp://ftp.perl.org/pub/CPAN/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(Algorithm::Diff)
BuildArch:      noarch

%description
Algorithm::Annotate generates a list that is useful for generating output
similar to cvs annotate

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: dc092ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3924 |14cr|perl-Algorithm-Cluster-1.520.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Algorithm-Cluster
%define upstream_version 1.52

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl interface to Michiel Jan Laurens de Hoon's C clustering library

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Cluster-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
This module is an interface to the C Clustering Library, a general purpose
library implementing functions for hierarchical clustering (pairwise simple,
complete, average, and centroid linkage), along with k-means and k-medians
clustering, and 2D self-organizing maps. The library is distributed along with
Cluster 3.0, an enhanced version of the famous Cluster program originally
written by Michael Eisen while at Stanford University. The C clustering library
was written by Michiel de Hoon.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e 's|^#!/usr/perl/perl580/bin/perl|#!/usr/bin/perl|' perl/examples/*

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make CFLAGS="%{optflags}"

%install
%makeinstall_std

%check
make test

%clean 

%files
%doc INSTALL README perl/examples
%{perl_vendorarch}/Algorithm
%{perl_vendorarch}/auto/Algorithm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.520.0-3
+ Revision: 88f6503
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3925 |14cr|perl-Algorithm-Combinatorics-0.270.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define upstream_name    Algorithm-Combinatorics
%define upstream_version 0.27

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Efficient generation of combinatorial sequences

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(XSLoader)

%description
Algorithm::Combinatorics is an efficient generator of combinatorial
sequences. Algorithms are selected from the literature (work in progress,
see the /REFERENCES manpage). Iterators do not use recursion, nor stacks,
and are written in C.

Tuples are generated in lexicographic order, except in 'subsets()'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.270.0-3
+ Revision: 505e424
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3926 |14cr|perl-Algorithm-Dependency-1.110.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Algorithm-Dependency
%define upstream_version 1.110

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Algorithmic framework for implementing dependency tree

License:	GPLv1+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Inspector) >= 1.06
BuildRequires:	perl(Config::Tiny) >= 2.0
BuildRequires:	perl(Test::ClassAPI) >= 0.6
BuildRequires:	perl(Params::Util)

BuildArch:	noarch

%description
Algorithm::Dependency is a framework for creating simple read-only
dependency hierachies, where you have a set of items that rely on other
items in the set, and require actions on them as well.

Despite the most visible of these being software installation systems
like the CPAN installer, or debian apt-get, they are useful in others
situations. This module intentionally uses implementation-neutral words,
to avoid confusion.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Algorithm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.0-6
+ Revision: 9cbbd60
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3927 |14cr|perl-Algorithm-Diff-Apply-0.2.3-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Algorithm-Diff-Apply
%define upstream_version 0.2.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	15

Summary:	Apply one or more Algorithm::Diff diffs

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Algorithm::Diff)

BuildArch:	noarch

%description
This module contains subroutines for applying diffs generated by
Algorithm::Diff to a target array in the hope of regenerating a new array
incorporating all the changes described in the diffs into a new merged array.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make 
%make test

%install
%makeinstall_std

%files 
%{_mandir}/*/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-15
+ Revision: 4fcebae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3928 |14cr|perl-Algorithm-Evolutionary-0_782.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Algorithm-Evolutionary
%define upstream_version 0.78_2

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	N-point crossover

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Algorithm/JMERELO/Algorithm-Evolutionary-0.78_2.tar.gz
Patch0:		Algorithm-Evolutionary-0.78-fixes.patch
Patch1:		Algorithm-Evolutionary-0.78-tests.patch

BuildRequires:	perl-devel
BuildRequires:	perl(Algorithm::Permute)
BuildRequires:	perl(B::Deparse)
BuildRequires:	perl(Bit::Vector)
BuildRequires:	perl(Clone)
BuildRequires:	perl(Clone::Fast)
BuildRequires:	perl(GD::Image)
BuildRequires:	perl(Math::Random)
BuildRequires:	perl(Memoize)
BuildRequires:	perl(Object::Array)
BuildRequires:	perl(Pod::Escapes)
BuildRequires:	perl(Statistics::Basic)
BuildRequires:	perl(String::Random)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(Tree::DAG_Node)
BuildRequires:	perl(XML::LibXML)
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl(XML::Parser::Style::EasyTree)
BuildRequires:	perl(YAML)
BuildRequires:	perl(Statistics::Basic)
BuildArch:	noarch

%description
'Algorithm::Evolutionary' is a set of classes for doing object-oriented
evolutionary computation in Perl. Why would anyone want to do that escapes
my knowledge, but, in fact, we have found it quite useful for our own
purposes. Same as Perl itself.

The design principle of Algorithm::Evolutionary is _flexibility_: it should
be very easy to extend using this library, and it should be also quite easy
to program what's already there in the evolutionary computation community.
Besides, the library classes should have persistence provided by XML
modules, and, in some cases, YAML.

The algorithm allows to create simple evolutionary algorithms, as well as
more complex ones, that interface with databases or with the web. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%apply_patches

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Please restore the tests (and disable the patch) after next update
# Fails because of named parameter order changing in generated XML
rm -f t/NoChangeTerm.t
# Complains about GD version despite having a newer one
rm -f t/0601-cga-gif-output.t
# Various warnings
rm -f t/pod.t
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/rectangle-coverage.pl
%{_bindir}/tide_bitstring.pl
%{_bindir}/tide_float.pl
%{_bindir}/canonical-genetic-algorithm.pl


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0_782.0-4
+ Revision: edb18b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3929 |14cr|perl-Algorithm-Graphs-TransitiveClosure-2009110901.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Algorithm-Graphs-TransitiveClosure
%define upstream_version 2009110901

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Calculate the transitive closure

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch
Obsoletes:	perl-TransitiveClosure <= 1.4
Provides:	perl-TransitiveClosure = %{version}-%{release}

%description
This is an implementation of the well known Floyd-Warshall algorithm.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes
%{perl_vendorlib}/Algorithm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2009110901.0.0-5
+ Revision: 2b5ec7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3930 |14cr|perl-Algorithm-Merge-0.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Algorithm-Merge
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Implements 3-way merge and diff algorithms

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Algorithm::Diff)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-5
+ Revision: eed314f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3931 |14cr|perl-Algorithm-Munkres-0.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Algorithm-Munkres
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	%{upstream_name} module for perl
License:	GPLv2+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp.perl.org/pub/CPAN/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl extension for Munkres' solution to 
classical Assignment problem for square and rectangular matrices 
This module extends the solution of Assignment problem for square
matrices to rectangular matrices by padding zeros. Thus a rectangular 
matrix is converted to square matrix by padding necessary zeros.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Algorithm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-5
+ Revision: 51aeb7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3932 |14cr|perl-Algorithm-Permute-0.120.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Algorithm-Permute
%define upstream_version 0.12

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	7

Summary:    Handy and fast permutation with OO interface

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
This handy module makes performing permutation in Perl easy and fast,
although perhaps its algorithm is not the fastest on the earth. It supports
permutation r of n objects where 0 < r <= n. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-7
+ Revision: 390a314
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3933 |14cr|perl-Algorithm-RectanglesContainingDot-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Algorithm-RectanglesContainingDot
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Find rectangles containing a given dot

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Given a set of rectangles and a set of dots, the algorithm implemented in
this modules finds for every dot, which rectangles contain it.

The algorithm complexity is O(R * log(R) * log(R) + D * log(R)) being R the
number of rectangles and D the number of dots.

Its usage is very simple:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: e55c1b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3934 |14cr|perl-Alias-2.320.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name Alias
%define	upstream_version 2.32

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	CPAN %{upstream_name} module for aliasing services

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Alias/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		Alias-2.32-perl-5.14-fix.patch

BuildRequires:	perl-devel

%description
This Perl module performs aliasing services. You may find this
module useful if you:
   * are tired of dereferencing hash-based object attributes
   * wish perl could make-do with fewer $, -> and {} things
   * are a little scared of using typeglobs
   * want the freedom to put what you want, when you want in
     the symbol table without having to deal with weird syntax
   * need to use scalar constants in your program since you don't
     trust yourself from changing $PI

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .perl514~

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/*/Alias.pm
%{perl_vendorlib}/*/auto/Alias/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.320.0-6
+ Revision: 53a6fd5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3935 |14cr|perl-aliased-0.310.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    aliased
%define upstream_version 0.31

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Use shorter versions of class names

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//aliased-%{upstream_version}.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel
BuildArch: noarch

Provides: perl(aliased)

%description
'aliased' is simple in concept but is a rather handy module. It loads the
class you specify and exports into your namespace a subroutine that returns
the class name. You can explicitly alias the class to another name or, if
you prefer, you can do so implicitly. In the latter case, the name of the
subroutine is the last part of the class name.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.310.0-3
+ Revision: b5f9815
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3936 |14cr|perl-Alien-GvaScript-1.430.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Alien-GvaScript
%define upstream_version 1.43

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Gva extension to the prototype javascript framework

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Alien/Alien-GvaScript-%{upstream_version}.tar.gz

BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Path)
BuildRequires: perl(Pod::POM)
BuildRequires: perl(Pod::POM::View)
BuildRequires: perl(Pod::POM::View::HTML)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
GvaScript (pronounce "gee-vascript") is a javascript framework born in
Geneva, Switzerland (GVA is the IATA code for Geneva Cointrin
International Airport).

It is built on top of the prototype object-oriented javascript framework
(http://prototype.conio.net) and offers a number of extensions and
widgets, such as keymap handling, application-specific events,
autocompletion on input field, tree navigation, and forms with autofocus
and repeated sections. These functionalities are described in separate
documentation pages (see Alien::GvaScript::Intro).

GvaScript is distributed using Perl tools, but the actual content of the
library is pure javascript; hence its location in the Alien namespace
(see the Alien manifesto).

GvaScript runtime library does not need Perl; you can integrate it in
any other Web programming framework. Perl is only needed for developers
who want to modify GvaScript sources and recreate a distribution
package.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir %{buildroot}

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.430.0-3
+ Revision: 8cb9cb4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3937 |14cr|perl-Alien-SDL-1.444.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Alien-SDL
%define upstream_version 1.444

Summary:	Building, finding and using SDL binaries
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Alien/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		perl-Alien-SDL-1.440-disable-rpath.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	perl(Archive::Extract)
BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(Archive::Zip)
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(ExtUtils::CBuilder)
BuildRequires:	perl(File::Fetch)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(File::Which)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Text::Patch)
BuildArch:	noarch

%description
Please see the Alien manpage for the manifesto of the Alien namespace.

In short 'Alien::SDL' can be used to detect and get configuration settings
from an installed SDL and related libraries. Based on your platform it
offers the possibility to download and install prebuilt binaries or to
build SDL & co. from source codes.

%files
%doc META.yml Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/sdl-config.pl

#----------------------------------------------------------------------------

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1

%build
echo 1 | perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.444.0-4
+ Revision: b6df181
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3938 |14cr|perl-Alien-SeleniumRC-2.930.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Alien-SeleniumRC
%define upstream_version 2.93
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 2.93
Release:	3

Summary:	Packaging up SeleniumRC java server

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Alien/Alien-SeleniumRC-2.93.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
The Selenium RC home page is at the http://openqa.org/selenium-rc manpage

Selenium Remote Control is a test tool that allows you to write automated
web application UI tests in any programming language against any HTTP
website using any mainstream JavaScript-enabled browser.

Selenium Remote Control provides a Selenium Server, which can automatically
start/stop/control any supported browser. It works by using Selenium Core,
a pure-HTML+JS library that performs automated tasks in JavaScript.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/selenium-rc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.930.0-3
+ Revision: 031fe8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3939 |14cr|perl-Alien-wxWidgets-0.650.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Alien-wxWidgets
%define upstream_version 0.65

%define debug_package %{nil}

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:	3

Summary:        Building, finding and using wxWidgets binaries


License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/%{upstream_name}
Source0:        http://www.cpan.org/modules/by-module/Alien/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:         Alien-wxWidgets-0.43-fix-wrong-libname.patch

Buildrequires:  perl(Module::Build)
Buildrequires:  perl(Module::Pluggable)
Buildrequires:  wxgtku2.8-devel

%description
In short Alien::wxWidgets can be used to detect and get configuration settings
from an installed wxWidgets.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# fix bug 45256
%patch0 -p0 -b .libname

%build
%{__perl} Build.PL installdirs=vendor < /dev/null
./Build

%install
./Build install destdir=%{buildroot}

%check
./Build test

%files 
%doc Changes README.txt
%{perl_vendorarch}/Alien
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.650.0-3
+ Revision: ae18058
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3940 |14cr|perl-AnnoCPAN-Perldoc-0.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AnnoCPAN-Perldoc
%define upstream_version 0.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Integrate AnnoCPAN notes locally into perldoc

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/AnnoCPAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(DBD::SQLite)
BuildRequires: perl(DBI)
BuildRequires: perl(Digest::MD5)
BuildRequires: perl(IO::String)
BuildRequires: perl(Pod::Perldoc)
BuildRequires: perl(Test::Pod)
BuildRequires: perl-devel

BuildArch: noarch

%description
AnnoCPAN is a web interface for the documentation of all the modules on
CPAN, where users can add annotations on the margin of specific paragraphs
throughout the POD. The master AnnoCPAN site is located at
http://annocpan.org/.

AnnoCPAN-Perldoc provides a substitute for the 'perldoc' command that
displays the annotations locally and without requiring a connection to the
Internet. It works by using a local note database that can be downloaded
from

    http://annocpan.org/annopod.db

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc README
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
/usr/bin/annopod



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-4
+ Revision: f73bf33
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3941 |14cr|perl-AnnoCPAN-Perldoc-SyncDB-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AnnoCPAN-Perldoc-SyncDB
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Download the AnnoCPAN database

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/AnnoCPAN/%{upstream_name}-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
This module provides a simple interface to mirror the the
http://annocpan.org/ manpage content to a local machine. In conjunction
with the the AnnoCPAN::Perldoc manpage module, this allows one to get all
the benefits of the AnnoCPAN website in one's local 'perldoc' command.

Recommended usage: 1) Install this module and AnnoCPAN::Perldoc, 2) set up
a weekly process to run the 'syncannopod' command included in this
distribution, 3) Put the following in your shell configuration: 'alias
perldoc annopod'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog LICENSE README
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/syncannopod



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: 73a024e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3942 |14cr|perl-ANSIColor-3.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ANSIColor
%define upstream_version 3.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Color output using ANSI escape sequences

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module has two interfaces, one through color() and colored() and the
other through constants. It also offers the utility function uncolor(),
which has to be explicitly imported to be used (see the /SYNOPSIS manpage).

color() takes any number of strings as arguments and considers them to be
space-separated lists of attributes. It then forms and returns the escape
sequence to set those attributes. It doesn't print it out, just returns it,
so you'll have to print it yourself if you want to (this is so that you can
save it as a string, pass it to something else, send it to a file handle,
or do anything else with it that you might care to).

uncolor() performs the opposite translation, turning escape sequences into
a list of strings.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README ChangeLog README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-7
+ Revision: ab2396d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3943 |14cr|perl-AnyData-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AnyData
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Easy access to data in many formats

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JZ/JZUCKER/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The rather wacky idea behind this module and its sister module DBD::AnyData is
that any data, regardless of source or format should be accessible and
modifiable with the same simple set of methods. This module provides a
multi-dimensional tied hash interface to data in a dozen different formats. The
DBD::AnyData module adds a DBI/SQL interface for those same formats.

Both modules provide built-in protections including appropriate flocking() for
all I/O and (in most cases) record-at-a-time access to files rather than
slurping of entire files.

Currently supported formats include general format flatfiles (CSV, Fixed
Length, etc.), specific formats (passwd files, httpd logs, etc.), and a variety
of other kinds of formats (XML, Mp3, HTML tables). The number of supported
formats will continue to grow rapidly since there is an open API making it easy
for any author to create additional format parsers which can be plugged in to
AnyData itself and thereby be accessible by either the tiedhash or DBI/SQL
interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%dir %{perl_vendorlib}/AnyData
%dir %{perl_vendorlib}/AnyData/Storage
%dir %{perl_vendorlib}/AnyData/Format
%{perl_vendorlib}/AnyData/Storage/*
%{perl_vendorlib}/AnyData/Format/*
%{perl_vendorlib}/*.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: b18b5f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3944 |14cr|perl-AnyEvent-AIO-1.100.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AnyEvent-AIO
%define upstream_version 1.1

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Exporter(.*)\\)'
%else
%define _requires_exceptions Exporter
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary: 	Truly asynchronous file and directrory I/O

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/AnyEvent/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-AnyEvent
BuildRequires:	perl-IO-AIO
BuildRequires:	perl-devel

BuildArch:	noarch

%description
This module is an the AnyEvent manpage user, you need to make sure that you
use and run a supported event loop.

Loading this module will install the necessary magic to seamlessly
integrate the IO::AIO manpage into the AnyEvent manpage, i.e. you no longer
need to concern yourself with calling 'IO::AIO::poll_cb' or any of that
stuff (you still can, but this module will do it in case you don't).

The AnyEvent watcher can be disabled by executing 'undef
$AnyEvent::AIO::WATCHER'. Please notify the author of when and why you
think this was necessary.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-6
+ Revision: c321078
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3945 |14cr|perl-AnyEvent-BDB-1.100.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AnyEvent-BDB
%define upstream_version 1.1

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Exporter(.*)\\)'
%else
%define _requires_exceptions Exporter::
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Truly asynchronous berkeley db access

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/AnyEvent/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-AnyEvent
BuildRequires:	perl-BDB >= 1.5

BuildArch: noarch

%description
This module is an the AnyEvent manpage user, you need to make sure that you
use and run a supported event loop.

Loading this module will install the necessary magic to seamlessly
integrate the BDB manpage into the AnyEvent manpage, i.e. you no longer
need to concern yourself with calling 'BDB::poll_cb' or any of that stuff
(you still can, but this module will do it in case you don't).

The AnyEvent watcher can be disabled by executing 'undef
$AnyEvent::BDB::WATCHER'. Please notify the author of when and why you
think this was necessary.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-6
+ Revision: 4de2c08
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3946 |14cr|perl-AnyEvent-HTTP-2.210.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AnyEvent-HTTP
%define upstream_version 2.21

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Exporter(.*)\\)'
%else
%define _requires_exceptions Exporter::
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Simple but non-blocking HTTP/HTTPS client


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/AnyEvent/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(AnyEvent)
BuildRequires:	perl(common::sense)
BuildArch:	noarch

%description
This module is an AnyEvent user, you need to make sure that you
use and run a supported event loop.

This module implements a simple, stateless and non-blocking HTTP client. It
supports GET, POST and other request methods, cookies and more, all on a
very low level. It can follow redirects, supports proxies and automatically
limits the number of connections to the values specified in the RFC.

It should generally be a "good client" that is enough for most HTTP tasks.
Simple tasks should be simple, but complex tasks should still be possible
as the user retains control over request and response headers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.210.0-2
+ Revision: 2e52b45
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3947 |14cr|perl-Any-Moose-0.210.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Any-Moose
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.21
Release:	3

Summary:	Use Moose or Mouse modules

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/S/SA/SARTAK/Any-Moose-0.21.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Mouse)
BuildArch:	noarch
Requires:	perl(Mouse)

%description
Actual documentation is forthcoming, once we solidify all the bits of the
API. The examples above are very likely to continue working.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.210.0-3
+ Revision: b366a01
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3948 |14cr|perl-Apache2-AuthCookieDBI-2.170.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache2-AuthCookieDBI
%define upstream_version 2.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	An AuthCookie module backed by a DBI database

License:	LGPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Apache2/Apache2-AuthCookieDBI-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Apache::DBI) >= 0.91
BuildRequires:	perl(Date::Calc)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	apache-mod_perl
BuildArch:	noarch

%description
Apache2::AuthCookieDBI is a module that subclasses Apache2::AuthCookie and is
designed to be directly used for authentication in a mod_perl server.

It is a ticket-issuing system that looks up username/passwords in a DBI
database using generic SQL and issues MD5-checksummed tickets valid for
a configurable time period.  Incoming requests with tickets are
checksummed and expire-time checked.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README eg *.txt *.sql
%{perl_vendorlib}/Apache2
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.170.0-3
+ Revision: bd22b37
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3949 |14cr|perl-Apache2-ClickPath-1.901.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name		Apache2-ClickPath
%define upstream_version	1.901

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Apache WEB Server User Tracking

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Apache/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Member)
BuildRequires:	perl(Perl::AtEndOfScope)
BuildRequires:	apache-mod_perl-devel
BuildArch:	noarch

%description
Apache2::ClickPath adds a PerlTransHandler and an output filter to
Apache's request cycle. The transhandler inspects the requested
URI to decide if an existing session is used or a new one has to
be created.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# make test don't work..., but works on 10.2
# make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Apache2
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.901.0-5
+ Revision: d519d32
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3950 |14cr|perl-Apache2-DebugFilter-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache2-DebugFilter
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Apache2::DebugFilter - Debug mod_perl and native Apache2 filters

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Apache2/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	apache-mod_perl
BuildRequires:	apache-mod_perl-devel
BuildRequires:	perl-devel
BuildRequires:	perl(Apache::Test) >= 1.25
BuildArch:	noarch

%description
Apache2::DebugFilter - Debug mod_perl and native Apache2 filters.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Apache2/DebugFilter.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: fcaa61e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3951 |14cr|perl-Apache2-Filter-HTTPHeadersFixup-0.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Apache2-Filter-HTTPHeadersFixup
%define upstream_version    0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Manipulate Apache 2 HTTP Headers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Apache/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	apache-mod_perl
BuildRequires:  apache-mod_perl-devel
BuildRequires:	perl-devel
BuildRequires:	perl(Apache::Test) >= 1.25

BuildArch:	noarch

%description
Apache2::Filter::HTTPHeadersFixup is a super class which provides an
easy way to manipulate HTTP headers without invoking any mod_perl HTTP
handlers. This is accomplished by using input and/or output connection
filters.

It supports KeepAlive connections.

This class cannot be used as is. It has to be sub-classed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Apache2/Filter/HTTPHeadersFixup.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-5
+ Revision: 7064488
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3952 |14cr|perl-Apache2-ModSSL-0.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache2-ModSSL
%define upstream_version 0.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 0.10
Release:	3

Summary:	Apache2::ModSSL - a Perl Interface to mod_ssl functions

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/O/OP/OPI/Apache2-ModSSL-0.10.tar.gz

BuildRequires:	perl-devel
BuildRequires:	apache-devel
BuildRequires:	apache-mod_perl
BuildRequires:	apache-mod_perl-devel
BuildRequires:	apache-mod_ssl

%description
Perl interface to mod_ssl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
#%{__perl} Makefile.PL INC="-I`%{_sbindir}/apxs -q INCLUDEDIR` `apr-1-config --includes` `apu-1-config --includes`" INSTALLDIRS=vendor
%__perl Makefile.PL -apxs %{_bindir}/apxs INSTALLDIRS=vendor
%make

#export APACHE_TEST_HTTPD="%{_sbindir}/httpd"
#make test

%install
%makeinstall_std

%files
%doc Changes README
%dir %{perl_vendorlib}/*/auto/Apache2/ModSSL
%{perl_vendorlib}/*/auto/Apache2/ModSSL/ModSSL.so
%{perl_vendorlib}/*/Apache2/ModSSL.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-3
+ Revision: e3a7419
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3953 |14cr|perl-Apache2-ShowStatus-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache2-ShowStatus
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Apache2::ShowStatus - if you want to know what your Apache processes are doing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Apache2/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	apache-mod_perl
BuildRequires:  apache-mod_perl-devel
BuildRequires:	perl-devel
BuildRequires:	perl(Sys::Proctitle)
BuildRequires:	perl(Apache::Test) >= 1.25
BuildArch:	noarch

%description
This module provides a "PerlInitHandler" that sets the apache's process
title to

 "httpd: ".$r->the_request

The process title is automagically reset when the request is over.

Thus, "top" & Co shows what requests are currently active.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Apache2/ShowStatus.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: ac0da27
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3954 |14cr|perl-Apache2-SiteControl-1.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache2-SiteControl
%define upstream_version 1.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl web site authentication/authorization system

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Apache2/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	apache-mod_perl
BuildRequires:	perl(Apache::AuthCookie) >= 3.08
BuildRequires:	perl(Apache::Session) >= 1.54
BuildRequires:	perl(Apache::Test) >= 1.25
BuildRequires:	perl(Authen::Radius)  >= 0.10
BuildRequires:	perl(Carp::Assert) >= 0.18
BuildRequires:	perl(Crypt::CAST5) >= 0.04
BuildRequires:	perl(Crypt::CBC) >= 2.14
BuildRequires:	perl(Data::Dumper) >= 2.101
BuildRequires:	perl-libapreq2 >= 2.05
BuildArch:	noarch

%description
Apache2::SiteControl is a set of perl object-oriented classes that
implement a fine-grained security control system for a web-based application.
The intent is to provide a clear, easy-to-integrate system that does not
require the policies to be written into your application components. It
attempts to separate the concerns of how to show and manipulate data from the
concerns of who is allowed to view and manipulate data and why.

For example, say your web application is written in HTML::Mason. Your
individual "screens" are composed of Mason modules, and you would like to keep
those as clean as possible, but decisions have to be made about what to allow
as the component is processed. SiteControl attempts to make that as easy as
possible.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README* docs/apache sample
%{perl_vendorlib}/Apache2
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-5
+ Revision: 486435c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3955 |14cr|perl-Apache2-TrapSubRequest-0.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache2-TrapSubRequest
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Apache2::TrapSubRequest - Trap a lookup_file/lookup_uri into a scalar

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Apache2/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	apache-mod_perl
BuildRequires:	perl(Apache::Test) >= 1.25
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Apache2::TrapSubRequest - Trap a lookup_file/lookup_uri into a
scalar.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# The tests will fail to run inside ABF chroot
# %check
# make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Apache2/TrapSubRequest.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-3
+ Revision: 2b748ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3956 |14cr|perl-Apache-ASP-2.610.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache-ASP
%define upstream_version 2.61

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	A perl ASP port to Apache

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Apache/%{upstream_name}-%{upstream_version}.tar.bz2
Source1:	asp.html
Source2:	perl-Apache-ASP.conf

BuildRequires:	perl-devel
BuildRequires:	perl(Apache::Filter)
BuildRequires:	perl-base
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(DB_File)
BuildRequires:	perl(HTML::Clean)
BuildRequires:	perl(MLDBM)
BuildRequires:  perl(MLDBM::Sync)
BuildRequires:  perl(HTML::FillInForm)
BuildRequires:  perl(XML::Sablotron)
BuildRequires:	perl(Tie::Cache)
BuildRequires:	perl(Tie::TextDir)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(XML::XSLT)
BuildRequires:  perl(XML::LibXSLT)
BuildRequires:	perl(CGI)
BuildRequires:	perl(DB_File)
BuildRequires:  perl(Apache::Filter)
Provides:	perl(Apache::ASP::Share::CORE)
Provides:	Apache-ASP = %{version}-%{release}
Requires:	apache-mod_perl >= 1:2.0.2
BuildArch:	noarch

%description
Apache::ASP provides an Active Server Pages port to the Apache Web Server
with Perl scripting only, and enables developing of dynamic web applications
with session management and embedded Perl code. There are also many powerful
extensions, including XML taglibs, XSLT rendering, and new events not
originally part of the ASP API!

This module works under the Apache Web Server with the mod_perl module
enabled. See http://www.apache.org and http://perl.apache.org for further
information.

This is a portable solution, similar to ActiveState's PerlScript for NT/IIS
ASP. Work has been done and will continue to make ports to and from this
implementation as smooth as possible.

For Apache::ASP downloading and installation, please read the INSTALL
section. For installation troubleshooting check the FAQ and the SUPPORT
sections.

For database access, ActiveX, scripting languages, and other miscellaneous
issues please read the FAQ section.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# optional test, causes trouble when Devel::Symdump is installed
rm -f t/stat_inc
make test

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_var}/www/perl
cp -pr site %{buildroot}%{_var}/www/perl/%{upstream_name}

install -d -m 755 %{buildroot}%{_var}/www/html/addon-modules/
cp %{SOURCE1} %{buildroot}%{_var}/www/html/addon-modules/%{upstream_name}.html

install -d -m 755 %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install %{SOURCE2} -m 644  %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/perl-Apache-ASP.conf

%files
%doc CHANGES README
%config(noreplace) %{_webappconfdir}/perl-Apache-ASP.conf
%dir %{_var}/www/perl/%{upstream_name}
%{_var}/www/perl/%{upstream_name}/*
%{perl_vendorlib}/Apache
%{perl_vendorlib}/Bundle/Apache
%{_mandir}/*/*
%{_bindir}/*
%{_var}/www/html/addon-modules/Apache-ASP.html



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.610.0-7
+ Revision: f3fe920
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3957 |14cr|perl-Apache-AuthCookie-3.220.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Apache-AuthCookie
%define upstream_version 3.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Perl Authentication and Authorization via cookies


License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Apache/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	apache-mod_perl
BuildRequires:	perl-libwww-perl
BuildRequires:	perl-CGI
BuildRequires:	perl(Apache::Test) >= 1.25
BuildArch:	noarch

%description
Apache::AuthCookie allows you to intercept a user's first unauthenticated
access to a protected document. The user will be presented with a custom
form where they can enter authentication credentials. The credentials are
posted to the server where AuthCookie verifies them and returns a session
key.

The session key is returned to the user's browser as a cookie. As a cookie,
the browser will pass the session key on every subsequent accesses.
AuthCookie will verify the session key and re-authenticate the user.

All you have to do is write a custom module that inherits from AuthCookie.
See the POD documentation for more details.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#export APACHE_TEST_HTTPD=%{_sbindir}/httpd
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Apache
%{perl_vendorlib}/Apache2
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.220.0-2
+ Revision: 49b7e34
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3958 |14cr|perl-Apache-DBI-1.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache-DBI
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Initiate a persistent database connection

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Apache/Apache-DBI-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBD::mysql)

BuildArch:	noarch

%description
This module initiates a persistent database connection.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Apache
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-3
+ Revision: 7f5ada1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3959 |14cr|perl-Apache-Filter-1.24.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache-Filter
%define upstream_version 1.024

# it wants a module from mod_perl-1.x
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Apache::RegistryNG\\)'
%else
%define _requires_exceptions perl(Apache::RegistryNG)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	11

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Apache/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		Apache-Filter-1.024-mod_perl2.diff

BuildRequires:	apache-mod_perl 
BuildRequires:	perl-devel

BuildArch:	noarch

Requires:	apache-mod_perl

%description
%{upstream_name} module for perl : Alter the output of previous handlers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0

%build
APACHE=%{_sbindir}/httpd perl Makefile.PL INSTALLDIRS=vendor <<EOF


EOF
%make

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Apache
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.24.0-11
+ Revision: 04653b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3960 |14cr|perl-Apache-GeoIP-1.990.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache-GeoIP
%define upstream_version 1.99

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Apache::Geo::IP - Look up country by IP Address

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Apache/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	apache-devel
BuildRequires:	apache-mod_perl
BuildRequires:	apache-mod_perl-devel
BuildRequires:	perl-devel
BuildRequires:	perl(Apache::Test) >= 1.25
BuildArch:	noarch

%description
This module constitutes a mod_perl (both versions 1 and 2) interface 
to the Geo::IP and Geo::Mirror modules. Geo::IP is used to look up in 
a database a country of origin of an IP address, while Geo::Mirror
is used to select a mirror by country from a specified list. See
the documentation for Apache::Geo::IP and Apache::Geo::Mirror
for more details.

The included tests require Apache::Test, which can be obtained
in the mod_perl-2 sources or in the httpd-test distribution.
These tests need a network connection to run; some may fail
due to timeouts upon doing certain name lookups.

The mod_perl-2 modules included here, with prefix Apache2::*,
will only work with mod_perl-1.999022 and above (RC5 or greater
of the CPAN distribution).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%check
# requires network, and test suite rework
# make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Apache2
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.990.0-5
+ Revision: 2470685
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3961 |14cr|perl-Apache-Htpasswd-1.900.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache-Htpasswd
%define upstream_version 1.9

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Manage Unix crypt-style password file

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Apache/Apache-Htpasswd-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Crypt::PasswdMD5)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(MIME::Base64)

BuildArch:	noarch

%description
This module comes with a set of methods to use with htaccess password
files. These files (and htaccess) are used to do Basic Authentication on a
web server.

The passwords file is a flat-file with login name and their associated
crypted password. You can use this for non-Apache files if you wish, but it
was written specifically for .htaccess style files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.900.0-3
+ Revision: 9c064e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3962 |14cr|perl-Apache-LogFormat-Compiler-0.230.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache-LogFormat-Compiler
%define upstream_version 0.23

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Compile a log format string to perl-code

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Apache/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(POSIX)
BuildRequires: perl(Test::MockTime)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Time::Local)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(URI::Escape)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
Compile a log format string to perl-code. For faster generation of
access_log lines.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-3
+ Revision: 9b3bdf9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3963 |14cr|perl-Apache-LogRegex-1.520.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Apache-LogRegex
%define upstream_version 1.52

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl module to parse a line from an Apache logfile into a hash

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Apache/Apache-LogRegex-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This implements a simple Perl class to parse Apache log files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%{perl_vendorlib}/Apache/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.520.0-3
+ Revision: 46d5141
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3964 |14cr|perl-Apache-ProxyRewrite-0.170.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Apache-ProxyRewrite
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Apache::ProxyRewrite - mod_perl URL-rewriting proxy
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Apache/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		Apache-ProxyRewrite-mpb.diff
Patch1:		Apache-ProxyRewrite-0.17-mod_perl2.diff

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Apache::ProxyRewrite acts as a reverse-proxy that will rewrite
URLs embedded in HTML documents per apache configuration
directives.

This module was written to allow multiple backend services with
discrete URLs to be presented as one service and to allow the
proxy to do authentication on the client's behalf.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1
%patch1 -p1
find . -type f -exec chmod 644 {} \;

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc ChangeLog README SUPPORT
%{perl_vendorlib}/Apache/ProxyRewrite.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-5
+ Revision: 0989eb0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3965 |14cr|perl-Apache-Session-1.930.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Apache-Session
%define upstream_version 1.93
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Epoch:		2

Summary:	A persistence framework for session data


License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Apache/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DB_File)
BuildRequires:  perl(DBI)
BuildRequires:  perl(Digest::MD5)
BuildRequires:  perl(Test::Deep)
BuildRequires:  perl(Test::Exception)

BuildArch:	noarch

%description
Apache::Session is a persistence framework which is particularly useful
for tracking session data between httpd requests.  Apache::Session is
designed to work with Apache and mod_perl, but it should work under CGI
and other web servers, and it also works outside of a web server alto-
gether.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc INSTALL README META.yml
%{perl_vendorlib}/Apache
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:1.930.0-2
+ Revision: 7feeba3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3966 |14cr|perl-Apache-Session-Wrapper-0.340.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache-Session-Wrapper
%define upstream_version 0.34

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        4

Summary:        A simple wrapper around Apache::Session

License:        GPL+ or Artistic
Group:          Development/Perl
Url:            http://search.cpan.org/dist/%{upstream_name}
Source0:        http://www.cpan.org/modules/by-module/Apache/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Apache::Session)
BuildRequires:  perl(Apache::Test)
BuildArch:      noarch

%description
This module is a simple wrapper around Apache::Session which
provides some methods to simplify getting and setting the session
id. It can uses cookies to store the session id, or it can look in
a provided object for a specific parameter. Alternately, you can
simply provide the session id yourself in the call to the
"session()" method. If you're using Mason, you should probably 
take a look at "MasonX::Request::WithApacheSession" first,  which
integrates this module directly into Mason.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
./Build test </dev/null

%install
./Build install destdir=%{buildroot}

%clean 
%files
%doc Changes LICENSE README SIGNATURE
%{perl_vendorlib}/Apache
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.340.0-4
+ Revision: 8addbe9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3967 |14cr|perl-Apache-SessionX-2.10.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Apache-SessionX
%define upstream_version 2.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	An extented persistence framework for session data

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/G/GR/GRICHTER/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		%{name}-2.01.fhs.patch
Patch1:		%{name}-2.01.test.patch

BuildRequires:	perl-devel
BuildRequires:	perl(Apache::Session)
BuildRequires:	perl(DB_File)
BuildArch:	noarch

%define testdir %{_tmppath}/%{name}-%{version}-test

%description
Apache::SessionX extends Apache::Session. It was initialy written to use
Apache::Session from inside of HTML::Embperl, but is seems to be useful
outside of Embperl as well, so here is it as standalone module.

Apache::Session is a persistence framework which is particularly
useful for tracking session data between httpd requests. Apache::Session is
designed to work with Apache and mod_perl, but it should work under CGI and
other web servers, and it also works outside of a web server altogether.

Apache::Session consists of five components: the interface, the object
store, the lock manager, the ID generator, and the serializer. The interface
is defined in SessionX.pm, which is meant to be easily subclassed. The
object store can be the filesystem, a Berkeley DB, a MySQL DB, an Oracle DB,
or a Postgres DB. Locking is done by lock files, semaphores, or the locking
capabilities of MySQL and Postgres. Serialization is done via Storable, and
optionally ASCII-fied via MIME or pack(). ID numbers are generated via MD5.
The reader is encouraged to extend these capabilities to meet his own
requirements.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 README
%patch0
%patch1 -p 1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
rm -rf %{testdir}
mkdir %{testdir}
export TESTDIR=%{testdir}
make test

%clean 
rm -rf %{testdir}

%install
%makeinstall_std
install -d -m 755 %{buildroot}%{_localstatedir}/lib/ApacheSessionX

%files
%doc CHANGES README
%{_mandir}/*/*
%{perl_vendorlib}/Apache
%attr(-,apache,apache) %{_localstatedir}/lib/ApacheSessionX



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.0-6
+ Revision: 619707c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3968 |14cr|perl-App-Asciio-1.2.71-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-Asciio
%define upstream_version 1.02.71


%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(App::Asciio::(.*)\\)'
%else
%define _requires_exceptions perl(App::Asciio::.*)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Plain ASCII diagram

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Clone)
BuildRequires:	perl(Data::TreeDumper)
BuildRequires:	perl(Data::TreeDumper::Renderer::GTK)
BuildRequires:	perl(Directory::Scratch)
BuildRequires:	perl(Directory::Scratch::Structured)
BuildRequires:	perl(Data::Compare)
BuildRequires:	perl(Eval::Context)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Block)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::Strict)
BuildRequires:	perl(Term::Size)
BuildRequires:	perl(Module::Build)

BuildArch:	noarch

%description
This gtk2-perl application allows you to draw ASCII diagrams in a modern (but
simple) graphical application. The ASCII graphs can be saved as ASCII or in a
format that allows you to modify them later.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
# test don't run, even with xvfb-run
# xvfb-run ./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README Todo.txt Changes
%{_mandir}/man3/*
%{_bindir}/asciio
%{perl_vendorlib}/App



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.71-7
+ Revision: e271404
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3969 |14cr|perl-App-Cache-0.370.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-Cache
%define upstream_version 0.37

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Module for easy application-level caching

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Chained)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl-libwww-perl
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
The App::Cache module lets an application cache data locally. There are a few 
times an application would need to cache data: when it is retrieving 
information from the network or when it has to complete a large calculation.

For example, the Parse::BACKPAN::Packages module downloads a file off the net 
and parses it, creating a data structure. Only then can it actually provide 
any useful information for the programmer. Parse::BACKPAN::Packages uses 
App::Cache to cache both the file download and data structures, providing 
much faster use when the data is cached.

This module stores data in the home directory of the user, in a dot directory. 
For example, the Parse::BACKPAN::Packages cache isactually stored 
underneath "~/.parse_backpan_packages/cache/". This is so that permisssions 
are not a problem - it is a per-user, per-application cache.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc CHANGES README
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.370.0-5
+ Revision: bfe3fd4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3970 |14cr|perl-App-CLI-0.313.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 App-CLI
%define upstream_version 0.313

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Dispatcher module for command line interface programs 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Pod::Simple)
BuildRequires:	perl(Locale::Maketext::Simple)
BuildArch:	noarch

%description
App::CLI dispatches CLI (command line interface) based commands into command 
classes. It also supports subcommand and per-command options.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e 's/auto_install\(\)\;//' Makefile.PL

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/App
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.313.0-5
+ Revision: 1a8f1a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3971 |14cr|perl-App-Cmd-0.323.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-Cmd
%define upstream_version 0.323
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	"app cmd --subcmd" style subdispatching


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Load)
BuildRequires:	perl(Getopt::Long::Descriptive)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(IO::TieCombine)
BuildRequires:	perl(String::RewritePrefix)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Sub::Install)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Test::More) >= 0.960.0

BuildArch: noarch

Requires:	perl(IO::TieCombine)

%description
App::Cmd is intended to make it easy to write complex command-line
applications without having to think about most of the annoying things
usually involved.

For information on how to start using App::Cmd, see App::Cmd::Tutorial.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.323.0-2
+ Revision: c3057c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3972 |14cr|perl-AppConfig-Std-1.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 AppConfig-Std
%define upstream_version 1.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Subclass of AppConfig that provides standard options

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/AppConfig/AppConfig-Std-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-AppConfig
BuildArch:	noarch

%description
AppConfig::Std is a Perl module that provides a set of standard configuration
variables and command-line switches. It is implemented as a subclass of
AppConfig; AppConfig provides a general mechanism for handling global
configuration variables.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/AppConfig/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.90.0-3
+ Revision: c00d83f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3973 |14cr|perl-App-cpanminus-1.700.400-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-cpanminus
%define upstream_version 1.7004
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(App::cpanminus::script\\)'
%define __noautoprov 'perl\\(JSON.*|perl\\(CPAN.*|perl\\(Module.*|perl\\(HTTP.*|perl\\(Exporter.*|perl\\(File.*|perl\\(Parse.*|perl\\(String.*|perl\\(A\\)|perl\\(My\\)|perl\\(YourModule\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Get, unpack, build and install modules from CPAN


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::Install)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(LWP)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
cpanminus is a script to get, unpack, build and install modules from CPAN.

Why? It's dependency free, requires zero configuration, and stands alone.
When running, it requires only 10MB of RAM.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_bindir}/cpanm
%{perl_vendorlib}/App
%{_mandir}/man1/cpanm.1*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.700.400-2
+ Revision: 7a8f47a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3974 |14cr|perl-App-Info-0.570.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 App-Info
%define upstream_version 0.57

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Information about software packages on a system

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Pod) >= 1.20
BuildRequires:  apache
BuildRequires:  postgresql-devel
BuildRequires:  sqlite3-devel
BuildRequires:	sqlite3-tools
BuildArch:	noarch

%description
App::Info provides a generalized interface for providing metadata
about software packages installed on a system. The idea is that
App::Info subclasses can be used in Perl application installers in
order to determine whether software dependencies have been fulfilled,
and to get necessary metadata about those software packages.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build
./Build test

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files
%doc Changes README.md
%{perl_vendorlib}/App
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.570.0-3
+ Revision: a316184
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3975 |14cr|perl-App-Jawk-0.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-Jawk
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Awk, but post-modern and perly

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/J/JO/JOSHR/App-Jawk-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Jawk can be described as a flexible tool for extracting columns
of data from text files. Also, it's a replacement which supports
ranges, indexing columns by negative numbers, a perl mode, and more.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog Changes MANIFEST META.yml README
%{_bindir}/jawk
%{_mandir}/man1/*
%{perl_vendorlib}/App/Jawk.pm
%{_mandir}/man3/App::Jawk.3pm.xz


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-3
+ Revision: 35f59a7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3976 |14cr|perl-App-Nopaste-0.960.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-Nopaste
%define upstream_version 0.96

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Easy access to any pastebin

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/App/App-Nopaste-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Getopt)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(WWW::Mechanize)
BuildRequires:	perl(Config::INI::Reader)
BuildRequires:	perl(WWW::Pastebin::PastebinCom::Create)
BuildRequires:	perl(Browser::Open)
BuildRequires:	perl(Clipboard)
BuildRequires:	perl(Config::GitLike)
BuildArch:	noarch

%description
Pastebins (also known as nopaste sites) let you post text, usually code,
for public viewing. They're used a lot in IRC channels to show code that
would normally be too long to give directly in the channel (hence the name
nopaste).

Each pastebin is slightly different. When one pastebin goes down (I'm
looking at you, the http://paste.husk.org manpage), then you have to find a
new one. And if you usually use a script to publish text, then it's too
much hassle.

This module aims to smooth out the differences between pastebins, and
provides redundancy: if one site doesn't work, it just tries a different
one.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/App
%{_bindir}/nopaste
%{_mandir}/man1/nopaste.1*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.960.0-3
+ Revision: dc5c2ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3977 |14cr|perl-App-perlbrew-0.690.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-perlbrew
%define upstream_version 0.69

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Manage perl installations in your $HOME



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(local::lib)
BuildRequires: perl(IO::All)
BuildRequires: perl(CPAN::Perl::Releases)
BuildRequires: perl(Test::Spec)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Path::Class)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Path::Tiny)
BuildRequires:	perl(HTTP::Lite)
BuildRequires:	perl(Test::Output)
BuildArch:	noarch

%description
perlbrew is a program to automate the building and installation of perl in
the users HOME. At the moment, it installs everything to
'~/perl5/perlbrew', and requires you to tweak your PATH by including a
bashrc/cshrc file it provides. You then can benefit from not having to run
'sudo' commands to install cpan modules because those are installed inside
your HOME too. It's a completely separate perl environment.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_bindir}/perlbrew
%{_mandir}/man1/perlbrew.1*
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.690.0-2
+ Revision: ce01378
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3978 |14cr|perl-App-SD-0.750.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-SD
%define upstream_version 0.75

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A peer to peer ticket tracking system
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Config::GitLike) >= 1.30.0
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Natural)
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(Email::MIME)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::Tree)
BuildRequires:	perl(HTML::TreeBuilder) >= 4.100.0
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(Net::GitHub) >= 0.280.0
BuildRequires:	perl(Net::Google::Code) >= 0.140.0
BuildRequires:	perl(Net::Jifty) >= 0.90.0
BuildRequires:	perl(Net::Lighthouse) >= 0.10.0
BuildRequires:	perl(Net::Redmine) >= 0.80.0
BuildRequires:	perl(Net::Trac) >= 0.160.0
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Prophet)
BuildRequires:	perl(RT::Client::REST)
BuildRequires:	perl(Test::Script::Run) >= 0.20.0
BuildRequires:	perl(Test::Cukes)
BuildRequires:	perl(Text::Greeking)
BuildRequires:	perl(Time::Progress)
BuildRequires:	perl(Try::Tiny) >= 0.20.0
BuildRequires:	perl(URI::file)
BuildRequires:	perl-Path-Dispatcher-Declarative
# when Net::Trac will be fixed 
# https://rt.cpan.org/Ticket/Display.html?id=57063
#BuildRequires: trac-standalone trac-sqlite
BuildArch:	noarch

%description
SD is a peer to peer ticket tracking system built on the Prophet distributed 
database. SD is designed to make it easy to work with tickets and to share 
ticket databases with your collaborators.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# (misc) check is stalled, didn't found why
rm -f t/server.t
# (misc) requires network access, do not work on iurt
rm -Rf t/sd-lighthouse
rm -Rf t/sd-gcode
rm -Rf t/sd-github
# Fail on ABF anyway
#make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.750.0-2
+ Revision: 443e11d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3979 |14cr|perl-App-SmokeBox-PerlVersion-0.160.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-SmokeBox-PerlVersion
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	SmokeBox helper module to determine perl version

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/App/App-SmokeBox-PerlVersion-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IPC::Cmd)
BuildRequires:	perl(POE)
BuildRequires:	perl(POE::Quickie)
BuildArch:	noarch

%description
App::SmokeBox::PerlVersion is a simple helper module for the
App::SmokeBox::Mini manpage and the minismokebox manpage that determines
and version and architecture of a given 'perl' executable.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-3
+ Revision: 37c82b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3980 |14cr|perl-Archive-Any-0.94.100-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Archive-Any
%define upstream_version 0.0941

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		1

Summary:	Single interface to deal with file archives

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Archive/Archive-Any-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(File::MMagic)
BuildRequires:	perl(MIME::Types)
BuildRequires:	perl(Archive::Zip)
BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(IO::Zlib)

BuildArch:	noarch

%description
This module is a single interface for manipulating different archive formats.
Tarballs, zip files, etc.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Archive
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.94.100-3
+ Revision: aacc58b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3981 |14cr|perl-Archive-Any-Lite-0.70.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Archive-Any-Lite
%define upstream_version 0.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Simple CPAN package extractor

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Archive/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Archive::Tar)
BuildRequires: perl(Archive::Zip)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Uncompress::Bunzip2)
BuildRequires: perl(IO::Zlib)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::UseAllModules)
BuildRequires: perl-devel
BuildArch: noarch

%description
This is a fork of the Archive::Any manpage by Michael Schwern and Clint
Moore. The main difference is this works properly even when you fork(), and
may require less memory to extract a tarball. On the other hand, this isn't
pluggable (this only supports file formats used in the CPAN toolchains),
and this doesn't check mime types (at least as of this writing).

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-3
+ Revision: 5b89f8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3982 |14cr|perl-Archive-Peek-0.350.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Archive-Peek
%define upstream_version 0.35

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Peek into archives without extracting them

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Archive/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Archive::Tar)
BuildRequires: perl(Archive::Zip)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(Test::More)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module lets you peek into archives without extracting them. It
currently supports tar files and zip files. To support Bzip2- compressed
files, you should install IO::Uncompress::Bunzip2.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.350.0-3
+ Revision: c9a20f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3983 |14cr|perl-Archive-Tar-Wrapper-0.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Archive-Tar-Wrapper%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	API wrapper around the 'tar' utility

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Archive/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cwd)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IPC::Run)
BuildRequires:	perl(Log::Log4perl)
BuildRequires:	perl(File::Which)
BuildArch:	noarch

%description
Archive::Tar::Wrapper is an API wrapper around the 'tar' command line
utility. It never stores anything in memory, but works on temporary
directory structures on disk instead. It provides a mapping between the
logical paths in the tarball and the 'real' files in the temporary
directory on disk.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-3
+ Revision: e964d22
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3984 |14cr|perl-Argus-2.0.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define argus_version 2.0.6.fixes.1

Name:		perl-Argus
Version:	%perl_convert_version 2.00
Release:	10
Epoch:		0
Summary:	Client tools for argus network audit

License:	GPL
Group:		Development/Perl
Url:		http://qosient.com/argus/
Source0:	ftp://ftp.qosient.com/dev/argus-2.0/argus-clients-%{argus_version}.tar.bz2

BuildRequires:	 perl-devel
BuildRequires:	 perl-DateManip
Provides:	perl(Argus::Support)
BuildArch:	noarch

%description
Clients to the argus probe which process and display information.

%prep
%setup -q -n argus-clients-%{argus_version}/contrib/Argus-perl-2.00
export ARGUSHOME=%{_prefix}
perl Makefile.PL PREFIX=%{_prefix} INSTALLSITELIB=%{perl_vendorlib}
perl -pi -e 's|local/||g' Makefile

%build
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_prefix}/perllocal.pod

%files
%defattr(0644,root,root,0755)
%doc HISTORY INSTALL README TODO
%attr(0755,root,root) %{_bindir}/look_for
%attr(0755,root,root) %{_bindir}/slowscan
%attr(0755,root,root) %{_bindir}/watcher
%{perl_vendorlib}/Argus.pm
%{perl_vendorlib}/Argus/Archive.pm
%{perl_vendorlib}/Argus/SlowScan.pm
%{perl_vendorlib}/Argus/Support.pm
%{perl_vendorlib}/Argus/Watcher.pm
%{perl_vendorlib}/ra.conf
%{_mandir}/man1/slowscan.1*
%{_mandir}/man1/watcher.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.0.0-10
+ Revision: 56446bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3985 |14cr|perl-Array-Diff-0.70.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Array-Diff
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	This module do diff two arrays, and return added and deleted arrays 

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Array/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Algorithm::Diff)
BuildArch:	noarch

%description
This module do diff two arrays, and return added and deleted arrays. It's
simple usage of Algorithm::Diff.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-5
+ Revision: a7089ae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3986 |14cr|perl-Array-Each-0.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Array-Each
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.03
Release:	3

Summary:	Array-Each module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Array/Array-Each-0.03.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch


%description
Array::Each - iterate over one or more arrays, returning one or more
elements from each array followed by the array index.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Array/Each
%{perl_vendorlib}/Array/Each.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-3
+ Revision: f775dd5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3987 |14cr|perl-Array-Iterator-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Array-Iterator
%define upstream_version 0.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    A subclass of Array::Iterator to allow forwards and backwards iteration

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Array/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Module::Build) >= 0.360.100
BuildRequires: perl(Test::Exception)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This class provides a very simple iterator interface. It is
uni-directional and can only be used once. It provides no means of
reversing or resetting the iterator. It is not recommended to alter the
array during iteration, however no attempt is made to enforce this
(although I will if I can find an efficient means of doing so). This class
only intends to provide a clear and simple means of generic iteration,
nothing more (yet).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: c1cbf09
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3988 |14cr|perl-Array-PrintCols-2.600.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Array-PrintCols
%define upstream_version 2.6

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Print or format array elements in vertically sorted columns

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Array/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Array::PrintCols is a Perl 5 module which defines a subroutine to
print arrays of elements in alphabetically, vertically sorted
columns.  Optional arguments can be given to control either the
width or number of the columns, the total width of the output, and
the amount of indentation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Array
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.600.0-3
+ Revision: 19c63e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3989 |14cr|perl-Array-RefElem-1.0.0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Array-RefElem
%define	upstream_version 1.00

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    18
Summary: 	Direct access to the internal perl routines for arrays & hashes
License: 	GPL
Group: 		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/GAAS/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel


%description
This module gives direct access to the internal perl routines that let
you store reference to things in arrays and hashes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorarch}/Array
%{perl_vendorarch}/auto/Array


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-18
+ Revision: c8ba98c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3990 |14cr|perl-Array-Unique-0.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Array-Unique
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Tie-able array that allows only unique values

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Array/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This package lets you create an array which will allow only one occurrence
of any value.

In other words no matter how many times you put in 42 it will keep only the
first occurrence and the rest will be dropped.

You use the module via tie and once you tied your array to this module it
will behave correctly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-5
+ Revision: 80fa71f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3991 |14cr|perl-Array-Window-1.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Array-Window
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Array-Window Perl module: calculate windows/subsets/pages of arrays

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Array/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Params::Util)
BuildArch:	noarch

%description
Many applications require that a large set of results be broken down
into a smaller set of 'windows', or 'pages' in web language.
Array::Window implements an algorithm specifically for dealing with
these windows. It is very flexible and permissive, making adjustments to
the window as needed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Array
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-5
+ Revision: e28ca7c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3992 |14cr|perl-asa-1.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    asa
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Lets your class/object say it works like something else

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(base)
BuildArch:	noarch

%description
Perl 5 doesn't natively support Java-style interfaces, and it doesn't
support Perl 6 style roles either.

You can get both of these things in half a dozen different ways via various
CPAN modules, but they usually require that you buy into "their way" of
implementing your code.

Other have turned to "duck typing".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-4
+ Revision: c938865
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3993 |14cr|perl-Asterisk-LDAP-0.6.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Asterisk-LDAP
%define upstream_version 0.6.0

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	11

Summary:	Methods for generating Asterisk configuration from LDAP

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://projects.alkaloid.net/e107_plugins/content/content.php?content.6
Source0:	http://projects.alkaloid.net/dist/asterisk-ldap-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module should make it simple to write scripts that customize Asterisk's
configuration based on data from the LDAP tree. These methods and mechanisms
have been written with customization of the final product (configuration files)
in mind.

%prep
%setup -q -n asterisk-ldap-%{upstream_version}

# fix attribs
chmod -R 755 examples
chmod 644 COPYING ChangeLog INSTALL LICENSE README* TODO asterisk.schema

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc examples COPYING ChangeLog INSTALL LICENSE README* TODO asterisk.schema
%{perl_vendorlib}/Asterisk
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-11
+ Revision: 3c8e073
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3994 |14cr|perl-asterisk-perl-1.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    asterisk-perl
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.03
Release:	3
Summary:	Asterisk modules for perl

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/J/JA/JAMESGOL/asterisk-perl-1.03.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
perl-%{name} are modules for interfacing with the Asterisk open
source pbx system.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 examples/*

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%install
%makeinstall_std

%files
%doc README CHANGES examples
%{perl_vendorlib}/*
%{_mandir}/man3/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-3
+ Revision: bf60155
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3995 |14cr|perl-Async-MergePoint-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Async-MergePoint
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Resynchronise diverged control flow

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Async/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Often in program logic, multiple different steps need to be taken that are
independent of each other, but their total result is needed before the next
step can be taken. In synchonous code, the usual approach is to do them
sequentially.

An asynchronous or event-based program could do this, but if each step
involves some IO idle time, better overall performance can often be gained
by running the steps in parallel. A 'Async::MergePoint' object can then be
used to wait for all of the steps to complete, before passing the combined
result of each step on to the next stage.

A merge point maintains a set of outstanding operations it is waiting on;
these are arbitrary string values provided at the object's construction.
Each time the 'done()' method is called, the named item is marked as being
complete. When all of the required items are so marked, the 'on_finished'
continuation is invoked.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: 1d145f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3996 |14cr|perl-Attribute-Handlers-0.960.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Attribute-Handlers
%define upstream_version 0.96

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Simpler definition of attribute handlers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Attribute/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module, when inherited by a package, allows that package's class to
define attribute handler subroutines for specific attributes. Variables
and subroutines subsequently defined in that package, or in packages
derived from that package may be given attributes with the same names as
the attribute handler subroutines, which will then be called at the end
of the compilation phase (i.e. in a `CHECK' block).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes README

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Attribute
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.960.0-3
+ Revision: bf0c796
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3997 |14cr|perl-Attribute-Util-1.70.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Attribute-Util
%define upstream_version 1.07
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.07
Release:	3

Summary:	Attribute interface to Memoize.pm

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Attribute/Attribute-Util-1.07.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Attribute::Handlers)
BuildRequires:	perl(Memoize)
BuildArch:	noarch

%description
When used without argument, this module provides four universally
accessible attributes of general interest as follows:

* Abstract

  See the Attribute::Abstract manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.70.0-3
+ Revision: 98d9b39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3998 |14cr|perl-Audio-Beep-0.110.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Audio-Beep
%define upstream_version 0.11

%define debug_package %{nil}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6

Summary:    Audio::Beep player module using the B<beep> program

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Audio/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl-devel

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
echo | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-6
+ Revision: 353e675
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 3999 |14cr|perl-Audio-CD-0.50.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Audio-CD
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:	Perl interface to libcdaudio

License:	GPL
Group:		Sound
Url:		http://home.wanadoo.nl/jano/disc-cover.html
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	libcdaudio-devel
BuildRequires:	perl-devel

%description
This module was created for adding CDDB support to Xmms::shell and cd
tray eject.  Methods for a good chunk of other libcdaudio functions
were added, but the docs and glue are not complete.

NOTE: This version has been altered by J.I. van Hemert
<jvhemert@cs.leidenuniv.nl> to suit the needs of Disc-Cover. Please
start with the original package if you wish to develop something.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

chmod 644 README

%clean

%files
%doc README
%{perl_vendorarch}/Audio
%{perl_vendorarch}/auto/Audio
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-6
+ Revision: b82908b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4000 |14cr|perl-Audio-DSP-0.20.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Audio-DSP
%define upstream_version 0.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:	Perl interface to OSS digital audio device

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Audio/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		Audio-DSP-0.02-VOCP.patch

BuildRequires:	perl-devel

%description
Audio::DSP is built around the OSS (Open Sound System) API and allows perl to
interface with a digital audio device. It provides, among other things, an
initialization method which opens and handles ioctl messaging on the audio
device file. Audio::DSP also provides some rudimentary methods for the storage
and manipulation of audio data in memory.

In order to use Audio::DSP, you'll need to have the necessary OSS
drivers/libraries installed. OSS is available for many popular Unices, and a
GPLed version (with which this extension was initially developed and tested) is
distributed with with the Linux kernel. 

%prep

%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
# doesn't work

%install
%makeinstall_std

%clean 

%files
%doc Changes MANIFEST README
%{perl_vendorarch}/Audio
%{perl_vendorarch}/auto/Audio
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-6
+ Revision: 75f2109
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4001 |14cr|perl-Audio-MPD-2.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Audio-MPD
%define upstream_version 2.000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Class for talking to MPD (Music Player Daemon) servers 



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Audio/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Sub::Identify)
BuildRequires: perl(List::AllUtils)
BuildRequires: perl(IO::Socket::IP)
BuildRequires: perl(namespace::autoclean)
BuildRequires:	perl(Audio::MPD::Common::Item)
BuildRequires:	perl(Getopt::Euclid)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:  perl(MooseX::Has::Sugar)
BuildRequires:	perl(MooseX::SemiAffordanceAccessor)
BuildRequires:	perl(Proc::Daemon)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Test::Corpus::Audio::MPD)

BuildArch:	noarch

%description
Audio::MPD gives a clear object-oriented interface for talking to and
controlling MPD (Music Player Daemon) servers. A connection to the MPD server
is established as soon as a new Audio::MPD object is created. Commands are then
send to the server as the class's methods are called.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc AUTHORS LICENSE README TODO Changes
%{_bindir}/*
%{perl_vendorlib}/Audio
%{_mandir}/man3/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-2
+ Revision: 283c1b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4002 |14cr|perl-Audio-MPD-Common-2.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Audio-MPD-Common
%define upstream_version 2.002
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A bunch of common helper classes for mpd



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Audio/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(namespace::autoclean)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(String::Formatter)

BuildArch:	noarch

%description
Depending on whether you're using a POE-aware environment or not, people
wanting to tinker with mpd (Music Player Daemon) will use either
POE::Component::Client::MPD or Audio::MPD.

But even if the run-cores of those two modules differ completely, they are
using the exact same common classes to represent the various mpd states and
information.

Therefore, those common classes have been outsourced to Audio::MPD::Common.

This module does not export any methods, but the dist provides the following
classes that you can query with perldoc:

o Audio::MPD::Common::Item
o Audio::MPD::Common::Item::Directory
o Audio::MPD::Common::Item::Playlist
o Audio::MPD::Common::Item::Song
o Audio::MPD::Common::Stats
o Audio::MPD::Common::Status
o Audio::MPD::Common::Time

Note that those modules should not be of any use outside the two mpd modules
afore-mentioned.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc LICENSE README Changes
%{perl_vendorlib}/Audio
%{_mandir}/man3/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.0-2
+ Revision: 677d613
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4003 |14cr|perl-AuthCAS-1.400.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AuthCAS
%define upstream_version 1.4

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Client library for CAS 2.0 authentication server

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/O/OS/OSALAUN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(LWP::UserAgent)
BuildArch:	noarch

%description
AuthCAS aims at providing a Perl API to Yale's Central Authentication
System (CAS). Only a basic Perl library is provided with CAS whereas
AuthCAS is a full object-oriented library.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm -f t/pod-coverage.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.400.0-5
+ Revision: 7652bab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4004 |14cr|perl-Authen-DecHpwd-2.6.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define upstream_name Authen-DecHpwd
%define upstream_version 2.006

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	DEC VMS password hashing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Authen/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Data::Integer)
BuildRequires:	perl(Digest::CRC)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(ExtUtils::CBuilder)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Scalar::String)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel

%description
This module implements the 'LGI$HPWD' password hashing function from VMS,
and some associated VMS username and password handling functions.

The password hashing function is implemented in XS, with a hideously slow
pure Perl backup version for systems that can't handle XS.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.0-5
+ Revision: ce40623
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4005 |14cr|perl-Authen-Htpasswd-0.171.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Authen-Htpasswd
%define upstream_version 0.171

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.171
Release:	3

Summary:	Interface to read and modify Apache .htpasswd files

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Authen/Authen-Htpasswd-0.171.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Digest)
BuildRequires:	perl(IO::LockedFile)
BuildRequires:	perl(Crypt::PasswdMD5)
BuildArch:	noarch

%description
This module provides a convenient, object-oriented interface to Apache-style
.htpasswd files. It supports passwords encrypted via MD5, SHA1, and crypt, as
well as plain (cleartext) passwords. It requires Crypt::PasswdMD5 for MD5 and
Digest::SHA1 for SHA1. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/*/*
%{perl_vendorlib}/Authen



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.171.0-3
+ Revision: f4e4d4a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4006 |14cr|perl-Authen-Passphrase-0.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Authen-Passphrase
%define upstream_version 0.008

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Hashed passwords/passphrases as objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Authen/Authen-Passphrase-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Digest::SHA)
BuildRequires:	perl(Authen::DecHpwd)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Crypt::Blowfish)
BuildRequires:	perl(Crypt::DES)
BuildRequires:	perl(Crypt::Eksblowfish::Bcrypt)
BuildRequires:	perl(Crypt::MySQL)
BuildRequires:	perl(Crypt::PasswdMD5)
BuildRequires:	perl(Crypt::Rijndael)
BuildRequires:	perl(Crypt::UnixCrypt_XS)
BuildRequires:	perl(Data::Entropy::Algorithms)
BuildRequires:	perl(Digest)
BuildRequires:	perl(Digest::MD4)
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::Runtime)
BuildRequires:	perl(Params::Classify)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(base)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This is the base class for a system of objects that encapsulate
passphrases. An object of this type is a passphrase recogniser: its job is
to recognise whether an offered passphrase is the right one. For security,
such passphrase recognisers usually do not themselves know the passphrase
they are looking for; they can merely recognise it when they see it. There
are many schemes in use to achieve this effect, and the intent of this
class is to provide a consistent interface to them all, hiding the details.

The CPAN package Authen::Passphrase contains implementations of several
specific passphrase schemes in addition to the base class.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-3
+ Revision: 28a5a5a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4007 |14cr|perl-Authen-Simple-0.500.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Authen-Simple
%define upstream_version 0.5
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.5
Release:	3

Summary:	Simple Authentication

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Authen/Authen-Simple-0.5.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(Crypt::PasswdMD5)
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)

BuildArch:	noarch

%description
Simple and consistent framework for authentication.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.500.0-3
+ Revision: dc84f7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4008 |14cr|perl-Authen-Simple-LDAP-0.300.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name   Authen-Simple-LDAP
%define upstream_version 0.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.3
Release:	3

Summary:	Simple LDAP authentication

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Authen/Authen-Simple-LDAP-0.3.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Authen::Simple)
BuildRequires:	perl(Net::LDAP)
BuildRequires:	perl(Module::Build::Compat)

BuildArch:	noarch

%description
Authenticate against a LDAP service.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-3
+ Revision: a42e8f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4009 |14cr|perl-Authen-Simple-Passwd-0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           perl-Authen-Simple-Passwd
Version:        0.6
Release:        1
Summary:        Simple Passwd authentication
License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/Authen-Simple-Passwd/
Source0:        http://www.cpan.org/authors/id/C/CH/CHANSEN/Authen-Simple-Passwd-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  perl(Authen::Simple) >= 0.3
BuildRequires:  perl(Module::Build)

# Required by the tests
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Class::Accessor::Fast)
BuildRequires:  perl(Class::Data::Inheritable)

# For improved tests
BuildRequires:  perl(Test::Pod) >= 1.14
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04

Requires:       perl

%description
Authenticate against a passwd file.

%prep
%setup -q -n Authen-Simple-Passwd-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
TEST_POD=1 ./Build test


%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Sep 26 2014 Rosa <rosa@abf.rosalinux.ru> 0.6-1
+ Revision: 9f5babd
- Automatic import for version 0.6-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4010 |14cr|perl-Auth-Yubikey_Decrypter-0.70.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Auth-Yubikey_Decrypter
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Decrypting the output from the yubikey token

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MASSYN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Crypt::Rijndael)

BuildArch:	noarch

%description
The Yubikey Decrypter can be used to decrypt the AES encrypted output generated
from the one time password USB generator from Yubico. You need to have the AES
key to perform the decryption. You can obtain it by contacting Yubico, or by
seeding your own AES key to the Yubikey.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes README
%{perl_vendorlib}/Auth/Yubikey_Decrypter.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-5
+ Revision: 376afc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4011 |14cr|perl-autobox-2.820.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    autobox
%define upstream_version 2.82

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    Call methods on native types

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//autobox-%{upstream_version}.tar.gz

BuildRequires: perl(Scope::Guard)
BuildRequires: perl-devel
Provides: perl(autobox)

%description
The autobox pragma allows methods to be called on integers, floats,
strings, arrays, hashes, and code references in exactly the same manner as
blessed references.

The autoboxing is transparent: boxed values are not blessed into their
(user-defined) implementation class (unless the method elects to bestow
such a blessing) - they simply use its methods as though they are.

The classes (packages) into which the native types are boxed are fully
configurable. By default, a method invoked on a non-object is assumed to be
defined in a class whose name corresponds to the 'ref()' type of that value
- or SCALAR if the value is a non-reference.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.820.0-3
+ Revision: 397e773
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4012 |14cr|perl-autobox-Core-1.280.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name autobox-Core
%define upstream_version 1.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Autobox::Core provides core functions to autoboxed scalars, arrays and hashes
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SW/SWALTERS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(autobox)
BuildRequires:	perl-devel

Provides:	perl(autobox::Core)

BuildArch:	noarch

%description
The autobox module promotes Perl's primitive types (literals (strings
and numbers), scalars, arrays and hashes) into first-class objects.
However, autobox does not provide any methods for these new classes.

autobox::CORE provides a set of methods for these new classes. It
includes almost everything in perlfunc, some things from Scalar::Util
and List::Util, and some Perl 5 versions of methods taken from Perl 6.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.json Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.280.0-1
+ Revision: e576dd0
- Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4013 |14cr|perl-autobox-Junctions-0.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name autobox-Junctions
%define upstream_version 0.001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Autoboxified junction-style operators
License:	LGPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/autobox/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(autobox)
BuildRequires:	perl(Syntax::Keyword::Junction)
BuildRequires:	perl(Test::CheckDeps)
BuildRequires:	perl-devel

BuildArch:	noarch

Provides:	perl(autobox::Junctions)

%description
This is a simple autoboxifying wrapper around Syntax::Keyword::Junction,
that provides array and array references with the functions provided by
that package as methods for arrays: any, all, one, and none.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README SIGNATURE
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-2
+ Revision: d27272e
- Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4014 |14cr|perl-AutoLoader-5.740.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AutoLoader
%define upstream_version 5.74
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Load subroutines only on demand


License:	GPLv2+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/AutoLoader-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The AutoLoader module works with the AutoSplit module and the __END__ token to
defer the loading of some subroutines until they are used rather than loading
them all at once.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL -n INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
mv %{buildroot}%{_mandir}/man3/AutoLoader.3pm \
   %{buildroot}%{_mandir}/man3/AutoLoader-%{version}.3pm

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/AutoLoader.pm
%{perl_vendorlib}/AutoSplit.pm


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.740.0-4
+ Revision: 07be7fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4015 |14cr|perl-B-Compiling-0.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    B-Compiling
%define upstream_version 0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    Expose PL_compiling to perl

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/B/B-Compiling-%{upstream_version}.tar.gz

BuildRequires: perl(B)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(XSLoader)
BuildRequires: perl-devel

%description
This module exposes the perl interpreter's PL_compiling variable to perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-3
+ Revision: 7f4cd87
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4016 |14cr|perl-BDB-1.910.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    BDB
%define upstream_version 1.91

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	2

Summary:    Asynchronous Berkeley DB access


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/BDB
Source0:    http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: db-devel
BuildRequires: perl(common::sense)
BuildRequires: perl-devel


Requires: perl(common::sense)

%description
This is the Asynchronous Berkeley DB access API for Perl and DB 4.6.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.910.0-2
+ Revision: 05ff58b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4017 |14cr|perl-B-Debug-1.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    B-Debug
%define upstream_version 1.19

%define debug_package %{nil}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Walk Perl syntax tree, printing debug info about ops

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/B/B-Debug-%{upstream_version}.tar.gz

BuildRequires: perl(B)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel

%description
See _ext/B/README_ and the newer the B::Concise manpage, the B::Terse
manpage.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.190.0-3
+ Revision: c118d35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4018 |14cr|perl-Benchmark-Timer-0.710.200-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Benchmark-Timer
%define	upstream_version 0.7102

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	10
Epoch:		1
Summary:	Benchmark::Timer - Perl code benchmarking tool
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Benchmark/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		Benchmark-Timer-fix-dep.patch

BuildRequires:	perl(Statistics::TTest)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
The Benchmark::Timer class allows you to time portions of code
conveniently, as well as benchmark code by allowing timings of
repeated trials. It is perfect for when you need more precise
information about the running time of portions of your code than the
Benchmark module will give you, but don't want to go all out and
profile your code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE README
%{perl_vendorlib}/Benchmark
%{_mandir}/man3/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.710.200-10
+ Revision: 01e18f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4019 |14cr|perl-Bencode-1.400.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Bencode
%define upstream_version 1.4

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	BitTorrent serialization format

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Bencode/
Source0:	http://www.cpan.org/authors/id/A/AR/ARISTOTLE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module implements the BitTorrent bencode serialization format as
described in http://www.bittorrent.org/protocol.html.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/%{upstream_name}.3pm.xz



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.400.0-5
+ Revision: fc1b61c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4020 |14cr|perl-BerkeleyDB-Manager-0.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    BerkeleyDB-Manager
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	General purpose L<BerkeleyDB> wrapper

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/BerkeleyDB/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(BerkeleyDB)
BuildRequires:	perl(Data::Stream::Bulk)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::TempDir)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(File::NFSLock)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This object provides a convenience wrapper for the BerkeleyDB manpage

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-5
+ Revision: 63f1401
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4021 |14cr|perl-BFD-0.310.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 BFD
%define	upstream_version 0.31

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Impromptu dumping of data structures for debugging purposes  

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RB/RBS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Allows for impromptu dumping of output to STDERR. Useful when you want to take
a peek at a nest Perl data structure by emitting (relatively) nicely formatted
output with filename and line number prefixed to each line.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/BFD.pm
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.310.0-5
+ Revision: ea7c815
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4022 |14cr|perl-B-Hooks-OP-Check-0.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    B-Hooks-OP-Check
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.19
Release:	3

Summary:	Wrap OP check callbacks

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/B/B-Hooks-OP-Check-0.19.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(parent)
Requires:	perl(parent)

%description
This module provides a c api for XS modules to hook into the callbacks of
'PL_check'.

the ExtUtils::Depends manpage is used to export all functions for other XS
modules to use. Include the following in your Makefile.PL:

    my $pkg = ExtUtils::Depends->new('Your::XSModule', 'B::Hooks::OP::Check');
    WriteMakefile(
        ... # your normal makefile flags
        $pkg->get_makefile_vars,
    );

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorarch}/B
%{perl_vendorarch}/auto/B


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-3
+ Revision: c7448b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4023 |14cr|perl-B-Hooks-OP-PPAddr-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    B-Hooks-OP-PPAddr
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    Hook into opcode execution

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/B/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(parent)
BuildRequires: perl-devel

%description
This module provides a c api for XS modules to hook into the execution of
perl opcodes.

the ExtUtils::Depends manpage is used to export all functions for other XS
modules to use. Include the following in your Makefile.PL:

    my $pkg = ExtUtils::Depends->new('Your::XSModule', 'B::Hooks::OP::PPAddr');
    WriteMakefile(
        ... # your normal makefile flags
        $pkg->get_makefile_vars,
    );

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: f567b5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4024 |14cr|perl-bignum-0.370.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 bignum
%define upstream_version 0.37
%define debug_package %{nil}

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Transparent BigNumber support for Perl


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-Math-BigInt >= 1.87
BuildRequires:	perl-Math-BigRat >= 0.20
BuildRequires:	perl-devel

%description
All operators (including basic math operations) are overloaded. Integer and
floating-point constants are created as proper BigInts or BigFloats,
respectively.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
export PERL5LIB=%{perl_vendorlib}
perl Makefile.PL installdirs=vendor
%make

%check
export PERL5LIB=%{perl_vendorlib}/
make test

%install
%makeinstall_std

%files
%doc BUGS LICENSE TODO README CHANGES
%{perl_vendorlib}/*.pm
%{perl_vendorlib}/Math
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.370.0-3
+ Revision: d597ed3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4025 |14cr|perl-Bio-ASN1-EntrezGene-1.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Bio-ASN1-EntrezGene
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Regular expression-based Perl Parser for NCBI Entrez Gene

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Bio/%{upstream_name}-%{upstream_version}-withoutworldwriteables.tar.gz

BuildRequires:	perl-devel

BuildArch:	noarch

%description
Bio::ASN1::EntrezGene is a regular expression-based Perl Parser for NCBI Entrez
Gene genome databases (http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene). It
parses an ASN.1-formatted Entrez Gene record and returns a data structure that
contains all data items from the gene record.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
# disabled to avoid bioperl circular dependency
#%{__make} test

%files
%doc Changes README
%{perl_vendorlib}/Bio
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-5
+ Revision: c8ef485
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4026 |14cr|perl-bioperl-1.6.901-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    BioPerl
%define upstream_version 1.6.901

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Bio::Expression::(.*)\\)|perl\\(Bio::Phylo::(.*)\\)|perl\\(Mac::(.*)\\)|perl\\(Win32::Clipboard\\)|perl\\(Bio::Tools::Run::Samtools\\)|perl\\(TestInterface\\)'
%define __noautoprov 'perl\\(Error\\)|perl\\(Error::Simple\\)|perl\\(Error::subs\\)|perl\\(TestInterface\\)|perl\\(TestObject\\)'
%else
%define _requires_exceptions perl(Bio::Expression::FeatureSet)\\|perl(TestInterface)
%define _provides_exceptions perl(Error)\\|perl(Error::Simple)\\|perl(Error::subs)\\|perl(TestInterface)\\|perl(TestObject)
%endif

Name:		perl-bioperl
Version:	%{upstream_version}
Release:	8
Summary:	BioPerl core modules

Group:		Development/Perl
License:	Artistic
URL:		http://www.bioperl.org
Source0:	http://bioperl.org/DIST/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Algorithm::Munkres)
BuildRequires:	perl(Array::Compare)
BuildRequires:	perl(Clone)
BuildRequires:	perl(Convert::Binary::C)
BuildRequires:	perl(CPAN) >= 1.920.5
BuildRequires:	perl(Data::Stag)
BuildRequires:	perl(DB_File)
BuildRequires:	perl(GraphViz)
BuildRequires:	perl(IO::String)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Math::Random)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Spreadsheet::ParseExcel)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Set::Scalar)
BuildRequires:	perl(Sort::Naturally)
BuildRequires:	perl(SVG::Graph)
BuildRequires:	perl(XML::DOM::XPath)
BuildRequires:	perl(XML::SAX::Writer)
BuildRequires:	perl(XML::Simple)
BuildRequires:	perl(XML::Writer)

BuildArch:	noarch
%rename perl-Bioperl

%description
Officially organized in 1995 and existing informally for several years
prior, The Bioperl Project is an international association of developers
of open source Perl tools for bioinformatics, genomics and life science
research.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
# Here are the default values for the installation:
# Install [a]ll BioPerl scripts, [n]one, or choose groups [i]nteractively? [a]
# Do you want to run tests that require connection to servers across the internet
# (likely to cause some failures)? y/n [n] n

perl Build.PL --installdirs vendor --destdir %{buildroot}  <<EOI
a
n
EOI


%check
#./Build test
#%make test

%install
./Build install
#makeinstall_std
# those should belong to Bioperl-Run instead
rm -f %{buildroot}%{_bindir}/bp_pairwise_kaks.pl
rm -f %{buildroot}%{_bindir}/bp_blast2tree.pl

# correct permissions
find %{buildroot}%{perl_vendorlib}/Bio/ -name "*.pm" -exec chmod 644 {} \;

# clean doc
executables='.*\(\.\(pl\|cgi\)\|pdf2index\|dbfetch\)$'
for dir in examples doc;
do
	find $dir -type f -regex $executables | xargs chmod 644
	find $dir -type f -regex $executables | xargs perl -pi -e 's|^#!/usr/local/bin/perl|#!/usr/bin/perl|'
	find $dir -type f ! -regex $executables | xargs chmod 644
	find $dir -type f | xargs perl -pi -e 'BEGIN {exit unless -T $ARGV[0];} tr/\r//d;'
done

cat << EOD > README.urpmi
    Environment Variables

Some modules which run external programs need certain environment
variables set. If you do not have a local copy of the specific
executable you do not need to set these variables. Additionally the
modules will attempt to locate the specific applications in your
runtime PATH variable. You may also need to set an environment
variable to tell BioPerl about your network configuration if your site
uses a firewall.

Setting environment variables on unix means adding lines like the
following to your shell *rc file.

   For bash or sh:

 export BLASTDIR=/data1/blast

   For csh or tcsh:

 setenv BLASTDIR /data1/blast

Some environment variables include:

+------------------------------------------------------------------------+
| Env. Variable |                      Description                       |
|---------------+--------------------------------------------------------|
|               |Specifies where the NCBI blastall, blastpgp, bl2seq,    |
|BLASTDIR       |etc.. are located. A 'data' directory could also be     |
|               |present in this directory as well, you could put your   |
|               |blastable databases here.                               |
|---------------+--------------------------------------------------------|
|               |If one does not want to locate the data dir within the  |
|BLASTDATADIR or|same dir as where the BLASTDIR variable points, a       |
|BLASTDB        |BLASTDATADIR or BLASTDB variable can be set to point to |
|               |a dir where BLAST database indexes are located.         |
|---------------+--------------------------------------------------------|
|BLASTMAT       |The directory containing the substitution matrices such |
|               |as BLOSUM62.                                            |
|---------------+--------------------------------------------------------|
|CLUSTALDIR     |The directory where the clustalw executable is located. |
|---------------+--------------------------------------------------------|
|TCOFFEEDIR     |The directory where the t_coffee executable is located. |
|---------------+--------------------------------------------------------|
|               |If you access the internet via a proxy server then you  |
|               |can tell the BioPerl modules which require network      |
|               |access about this by using the http_proxy environment   |
|http_proxy     |variable. The value set includes the proxy address and  |
|               |the port, with optional username/password for           |
|               |authentication purposes                                 |
|               |(e.g. http://USERNAME:PASSWORD@proxy.example.com:8080). |
+------------------------------------------------------------------------+
EOD

%files
%doc examples models
%doc AUTHORS BUGS Changes DEPENDENCIES DEPRECATED INSTALL LICENSE README README.urpmi
%{_bindir}/*
%{perl_vendorlib}/Bio/
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.901-8
+ Revision: bf92a45
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4027 |14cr|perl-BioPerl-Run-1.6.900-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    BioPerl-Run
%define upstream_version 1.006900

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Bio::Root::(.*)\\)|perl\\(Bio::Tools::(.*)\\)'
%else
%define _requires_exceptions perl(Bio::Root::AccessorMaker)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	BioPerl wrappers for external programs

License:	Artistic
Group:		Development/Perl
Url:		http://www.bioperl.org
Source0:	http://bioperl.org/DIST/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-bioperl >= 1.6.0
BuildRequires:	perl(File::Sort)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(XML::Twig)
Requires:	perl-bioperl

BuildArch:	noarch

%rename perl-Bioperl-Run
%rename perl-bioperl-run

%description
Officially organized in 1995 and existing informally for several years
prior, The Bioperl Project is an international association of developers
of open source Perl tools for bioinformatics, genomics and life science
research.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor <<EOI
y
n
EOI
./Build

%check
# most of the check useanon-packaged  external tools, so they are useless there
#./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc AUTHORS Changes DEPENDENCIES INSTALL LICENSE META.json META.yml README
%{perl_vendorlib}/Bio
%{_bindir}/*
%{_mandir}/man?/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.900-3
+ Revision: cec72e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4028 |14cr|perl-B-Lint-1.170.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    B-Lint
%define upstream_version 1.17
%define debug_package %{nil}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 1.17
Release:	3
License:    GPL+ or Artistic
Group:      Development/Perl
Summary:    Adds debugging stringification to B::

Source:     http://www.cpan.org/modules/by-module/B/B-Lint-1.17.tar.gz
Url:        http://search.cpan.org/dist/%{upstream_name}
BuildRequires: perl-devel
BuildRequires: perl(Module::Pluggable)
BuildRequires: perl(Test::More)

%description
The B::Lint module is equivalent to an extended version of the *-w* option
of *perl*. It is named after the program _lint_ which carries out a similar
process for C programs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.170.0-3
+ Revision: b5ea94f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4029 |14cr|perl-boolean-0.380.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    boolean
%define upstream_version 0.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Boolean support for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildArch:	noarch
Provides:	perl(boolean)

%description
Most programming languages have a native 'Boolean' data type. Perl does
not.

Perl has a simple and well known Truth System. The following scalar values
are false:

    $false1 = undef;
    $false2 = 0;
    $false3 = 0.0;
    $false4 = '';
    $false5 = '0';

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.380.0-2
+ Revision: fc5ee1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4030 |14cr|perl-Bot-BasicBot-0.870.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Bot-BasicBot
%define upstream_version 0.87

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A simple IRC bot base class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TO/TOMI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(POE::Component::IRC)
BuildArch:	noarch

%description
A basic bot system written in Perl, designed to make it easy to do simple bots,
optionally forking longer processes (like searches) concurrently in the
background.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# some backup files leaked, removing them
#find . -name "._*" | xargs rm

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# tests try to connect to internet
#%make test

%install
%makeinstall_std

%files
%doc Changes examples
%{perl_vendorlib}/Bot/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.870.0-4
+ Revision: f8da6d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4031 |14cr|perl-Bot-BasicBot-Pluggable-0.980.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Bot-BasicBot-Pluggable
%define upstream_version 0.98

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.98
Release:	3

Summary:	Extension to the simple irc bot base class allowing for pluggable modules

License:	Artistic or GPL+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Bot/Bot-BasicBot-Pluggable-0.98.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Bot::BasicBot)
BuildRequires:	perl(Config::Find)
BuildRequires:	perl(Crypt::SaltedHash)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBI)
BuildRequires:	perl(DBM::Deep)
BuildRequires:	perl(Log::Log4perl)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Getopt)
BuildRequires:	perl(MooseX::ConfigFromFile)
BuildRequires:	perl(MooseX::SimpleConfig)
BuildRequires:	perl(POE)
BuildRequires:	perl(Text::Unidecode)
BuildRequires:	perl(URI::Find::Simple)
BuildRequires:	perl(URI::Title)
BuildRequires:	perl(XML::Feed)
BuildRequires:	perl(YAML::XS)
	
BuildArch:	noarch

%description
Extension to the simple irc bot base class allowing for pluggable modules.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.980.0-3
+ Revision: 663e5a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4032 |14cr|perl-Boulder-1.300.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Boulder
%define upstream_version 1.30

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(LabBase\\)'
%else
%define _requires_exceptions perl(LabBase)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	An API for hierarchical tag/value structures

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/Boulder/
Source0:	http://search.cpan.org/CPAN/modules/by-module/Boulder/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
An API for hierarchical tag/value structures.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%{perl_vendorlib}/%{upstream_name}
%{perl_vendorlib}/%{upstream_name}.pod
%{perl_vendorlib}/Stone.pm
%{perl_vendorlib}/Stone
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.300.0-5
+ Revision: 143495c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4033 |14cr|perl-Browser-Open-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Browser-Open
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Open a browser in a given URL

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Browser/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(parent)
BuildArch:	noarch

%description
The functions optionaly exported by this module allows you to open URLs in
the user browser.

A set of known commands per OS-name is tested for presence, and the first
one found is executed. With an optional parameter, all known commands are
checked.

The the "open_browser" manpage uses the 'system()' function to execute the
command. If you want more control, you can get the command with the the
"open_browser_cmd" manpage or the "open_browser_cmd_all" manpage functions
and then use whatever method you want to execute it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: 4652549
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4034 |14cr|perl-B-Utils-0.250.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    B-Utils
%define upstream_version 0.25
Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    Easily build XS extensions that depend on XS extensions


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/B/%{upstream_name}-%{upstream_version}.tar.gz
Source100:  %{name}.rpmlintrc

BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl-devel

%description
  sub foo {
    dothis(1);
    find_things();
    return;
  }

has the following optree:

 d  <1> leavesub[1 ref] K/REFC,1 ->(end)
 -     <@> lineseq KP ->d
 1        <;> nextstate(main -371 bah.pl:8) v/2 ->2
 5        <1> entersub[t2] vKS/TARG,3 ->6
 -           <1> ex-list K ->5
 2              <0> pushmark s ->3
 3              <$> const[IV 1] sM ->4
 -              <1> ex-rv2cv sK/3 ->-
 4                 <#> gv[*dothis] s ->5
 6        <;> nextstate(main -371 bah.pl:9) v/2 ->7

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.250.0-3
+ Revision: bf9dd1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4035 |14cr|perl-Cache-2.100.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Cache
%define upstream_version 2.10

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(warnings::register\\)'
%else
%define	_requires_exceptions perl(warnings::register)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	The Cache interface


License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(Module::Build)
BuildRequires:	perl(File::NFSLock)
BuildRequires:  perl(Date::Format)
BuildRequires:  perl(IO::String)
BuildRequires:  perl(Heap)
BuildRequires:  perl(DB_File)
BuildRequires:  perl(Digest::SHA1)
BuildArch:	noarch

%description
%{upstream_name} perl module

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README TODO
%{perl_vendorlib}/Cache*
%{_mandir}/man3/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.100.0-2
+ Revision: a058f90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4036 |14cr|perl-Cache-Cache-1.60.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Cache-Cache
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Cache/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::SHA1) >= 2.02
BuildRequires:	perl(Error) >= 0.15
BuildRequires:	perl(File::Spec) >= 0.82
BuildRequires:	perl(IPC::ShareLite) >= 0.09
BuildRequires:	perl(Storable) >= 1.014
BuildArch:	noarch
Requires: 	perl(Digest::SHA1) >= 2.02
Requires:	perl(Error) >= 0.15
Requires:	perl(IPC::ShareLite) >= 0.09
Requires:	perl(Storable) >= 1.014

%description
Cache-Cache module for perl.  The Cache modules are designed to assist
a developer in persisting data for a specified period of time.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%defattr(444,root,root,755)
%doc CHANGES COPYING CREDITS DISCLAIMER README STYLE
%{_mandir}/*/*
%{perl_vendorlib}/Cache



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-6
+ Revision: 83bc8aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4037 |14cr|perl-Cache-FastMmap-1.400.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Cache-FastMmap
%define upstream_version 1.40

%define Werror_cflags %nil

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 1.40
Release:	3

Summary:	Uses an mmap'ed file to act as a shared memory interprocess cache

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Cache/Cache-FastMmap-1.40.tar.gz

BuildRequires:	perl(Storable)
BuildRequires:	perl-devel


%description
A shared memory cache through an mmap'ed file. It's core is written in C for
performance. It uses fcntl locking to ensure multiple processes can safely
access the cache at the same time. It uses a basic LRU algorithm to keep the
most used entries in the cache.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README
%{perl_vendorarch}/Cache
%{perl_vendorarch}/auto/Cache
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.400.0-3
+ Revision: 2caf60e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4038 |14cr|perl-Cache-Memcached-1.290.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Cache-Memcached
%define upstream_version 1.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Client library for memcached (memory cache daemon) 

License:	GPL
Group: 		Development/Perl
Url:		http://search.cpan.org/~bradfitz/Cache-Memcached/
Source0:	http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Storable)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(String::CRC32)
BuildArch:	noarch

%description
This is the Perl API for memcached, a distributed memory cache daemon. See the
documentation within the module for details on its use.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# seems to fail on ABF
#make test

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc ChangeLog README TODO
%{perl_vendorlib}/Cache/Memcached.pm
%dir %{perl_vendorlib}/Cache/Memcached
%{perl_vendorlib}/Cache/Memcached/GetParser.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.290.0-5
+ Revision: 0c29678
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4039 |14cr|perl-Cache-Memcached-Managed-0.240.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Cache-Memcached-Managed
%define upstream_version 0.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.24
Release:	3

Summary:	Inactive Cache::Memcache::Managed object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Cache/Cache-Memcached-Managed-0.24.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::Memcached)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	memcached
BuildArch:	noarch

%description
Provides the same API as the Cache::Memcached::Managed manpage, but applies
all methods called to all of the objects specified, except for the new
manpage and the objects manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGELOG META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.240.0-3
+ Revision: dae7977
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4040 |14cr|perl-Cache-Ref-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Cache-Ref
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	This module implements in memory caching

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Cache/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Hash::Util::FieldHash::Compat)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(ok)
BuildArch:	noarch

%description
Unlike the CHI manpage which attempts to address the problem of caching
things persistently, this module implements in memory caching, designed
primarily for *shared references* in memory.

This collection of classes implements a number of semi related algorithms.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: 3ce0736
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4041 |14cr|perl-Cache-Simple-TimedExpiry-0.270.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Cache-Simple-TimedExpiry
%define upstream_version 0.27

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl module to add expiry to Cache::Simple object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Cache/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl module to add expiry to Cache::Simple object.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}/%{perl_vendorarch}/

%files
%doc Changes 
%{perl_vendorlib}/Cache
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.270.0-5
+ Revision: 6ec5d50
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4042 |14cr|perl-Calendar-Simple-1.210.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Calendar-Simple
%define upstream_version 1.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl extension to create simple calendars

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/Calendar-Simple/
Source0:	http://search.cpan.org/CPAN/authors/id/D/DA/DAVECROSS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
# Required by the tests
BuildRequires:	perl(DateTime)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildArch:	noarch

%description
Perl extension to create simple calendars.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod -x lib/*/Simple.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*

%files
%doc Changes README
%{_bindir}/pcal
%{perl_vendorlib}/Calendar
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.210.0-5
+ Revision: 312929d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4043 |14cr|perl-capitalization-0.03-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   capitalization

Name:		perl-%{realname}
Version:    0.03
Release: 10
License:	GPL or Artistic
Group:		Development/Perl
Summary:    Perl module that allows no capitalization on method names

Source0:    http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/%{realname}-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/%{realname}
BuildRequires:	perl-devel
BuildRequires:  perl-Devel-Symdump
BuildArch: noarch

%description
capitalization.pm allows you to use familiar style on method naming.

%prep
%setup -q -n %{realname}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}/%{perl_vendorarch}

%clean

%files
%doc Changes 
%{perl_vendorlib}/*
%{_mandir}/man3/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.03-10
+ Revision: 7929bb6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4044 |14cr|perl-Captcha-reCAPTCHA-0.970.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Captcha-reCAPTCHA
%define upstream_version 0.97

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.97
Release:	3

Summary:	A Perl implementation of the reCAPTCHA API

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Captcha/Captcha-reCAPTCHA-0.97.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Tiny)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors who
complete the captcha to assist in the digitization of books.

From the http://recaptcha.net/learnmore.html manpage:

    reCAPTCHA improves the process of digitizing books by sending words that
    cannot be read by computers to the Web in the form of CAPTCHAs for
    humans to decipher. More specifically, each word that cannot be read
    correctly by OCR is placed on an image and used as a CAPTCHA. This is
    possible because most OCR programs alert you when a word cannot be read
    correctly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.970.0-3
+ Revision: 20eaef5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4045 |14cr|perl-Carp-1.320.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Carp
%define upstream_version 1.32

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Alternative warn and die for modules


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch: noarch

%description
The Carp routines are useful in your own modules because they act like
'die()' or 'warn()', but with a message which is more likely to be useful
to a user of your module. In the case of 'cluck()' and 'confess()', that
context is a summary of every call in the call-stack; 'longmess()' returns
the contents of the error message.

For a shorter message you can use 'carp()' or 'croak()' which report the
error as being from where your module was called. 'shortmess()' returns the
contents of this error message. There is no guarantee that that is where
the error was, but it is a good educated guess.

'Carp' takes care not to clobber the status variables '$!' and '$^E' in the
course of assembling its error messages. This means that a '$SIG{__DIE__}'
or '$SIG{__WARN__}' handler can capture the error information held in those
variables, if it is required to augment the error message, and if the code
calling 'Carp' left useful values there. Of course, 'Carp' can't guarantee
the latter.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.320.0-4
+ Revision: f755433
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4046 |14cr|perl-Carp-Always-0.130.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Carp-Always
%define upstream_version 0.13

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Warns and dies noisily with stack backtraces


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Carp/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Base)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module is meant as a debugging aid. It can be used to make a script
complain loudly with stack backtraces when warn()ing or die()ing.

Here are how stack backtraces produced by this module looks:

  # it works for explicit die's and warn's
  $ perl -MCarp::Always -e 'sub f { die "arghh" }; sub g { f }; g'
  arghh at -e line 1
          main::f() called at -e line 1
          main::g() called at -e line 1

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
rm -f t/099pod.t
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-3
+ Revision: 10969ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4047 |14cr|perl-Carp-Assert-0.210.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Carp-Assert
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Carp::Assert - executable comments

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Carp/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Inline)
BuildRequires:	perl(Test::More) >= 0.40
BuildArch:	noarch

%description
Carp::Assert is intended for a purpose like the ANSI C library assert.h.
If you're already familiar with assert.h, then you can probably skip
this and go straight to the FUNCTIONS section.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Carp
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.210.0-2
+ Revision: dad86ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4048 |14cr|perl-Carp-Assert-More-1.140.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Carp-Assert-More
%define upstream_version 1.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.14
Release:	3

Summary:	Convenience wrappers around Carp::Assert module

License: 	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/P/PE/PETDANCE/Carp-Assert-More-1.14.tar.gz

BuildRequires:	perl-devel
BuildRequires:  perl(Carp::Assert)
BuildRequires:  perl(Test::Exception)
BuildArch:	noarch

%description
Carp::Assert::More is a set of wrappers around the Carp::Assert functions 
to make the habit of writing assertions even easier.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Carp
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.140.0-3
+ Revision: 2f2da32
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4049 |14cr|perl-Carp-Clan-Share-0.13.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Carp-Clan-Share
%define upstream_version 0.013

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Share your Carp::Clan settings with your whole Clan

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Carp/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp::Clan)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This is a very lightweight helper module (actually just an import method)
that will automagically create a __PACKAGE__::Carp module for you.

Any arguments passed to the import (e.g. via use) method are forwarded
along to Carp::Clan.

NOTE: If you use this from a package ending with ::Carp, then it will use
the parent of of that package as the target namespace

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13.0-5
+ Revision: 5d5e7aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4050 |14cr|perl-Catalyst-Action-RenderView-0.160.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Catalyst-Action-RenderView
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Sensible default end action

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.70
BuildRequires:	perl(Module::Install)
BuildRequires:	perl(Mouse)
BuildRequires:	perl(Data::Visitor)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(HTTP::Request::AsCGI)
BuildRequires:	perl-namespace-clean
BuildArch:	noarch
Requires:	perl(Catalyst) >= 5.70
Requires:	perl(namespace::clean)

%description
This action implements a sensible default end action, which will
forward to the first available view, unless status is set to 3xx, or
there is a response body. It also allows you to pass dump_info=1 to
the url in order to force a debug screen, while in debug mode.

If you have more than 1 view, you can specify which one to use with
the 'default_view' config setting (See view in Catalyst.)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL installdirs=vendor --skipdeps
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-5
+ Revision: dcca6a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4051 |14cr|perl-Catalyst-Action-REST-1.150.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Action-REST
%define upstream_version 1.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A request trait for REST and browsers



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Requires)
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl(Config::General)
BuildRequires:	perl(Data::Serializer)
BuildRequires:	perl(Data::Taxi)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(FreezeThaw)
BuildRequires:	perl(JSON)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Module::Pluggable::Object)
BuildRequires:	perl(Moose)
BuildRequires:	perl(PHP::Serialization)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI::Find)
BuildRequires:	perl(XML::Simple)
BuildRequires:	perl(YAML::Syck)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This Action handles doing automatic method dispatching for REST requests.
It takes a normal Catalyst action, and changes the dispatch to append an
underscore and method name. First it will try dispatching to an action with
the generated name, and failing that it will try to dispatch to a regular
method.

For example, in the synopsis above, calling GET on "/foo" would result in
the foo_GET method being dispatched.

If a method is requested that is not implemented, this action will return a
status 405 (Method Not Found). It will populate the "Allow" header with the
list of implemented request methods. You can override this behavior by
implementing a custom 405 handler like so:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.150.0-2
+ Revision: 3ef87f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4052 |14cr|perl-Catalyst-ActionRole-ACL-0.70.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-ActionRole-ACL
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	User role-based authorization action class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Controller::ActionRole)
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
Provides a Catalyst::Controller::ActionRole for user role-based
authorization. ACLs are applied via the assignment of attributes to
application action subroutines.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-3
+ Revision: 2076aa8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4053 |14cr|perl-Catalyst-Authentication-Store-DBI-0.10.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Authentication-Store-DBI
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6
Summary:	User object representing a
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Model::DBI)
BuildRequires:	perl(Catalyst::Plugin::Authentication)
BuildRequires:	perl(Catalyst::Plugin::Session)
BuildRequires:	perl(Catalyst::Plugin::Session::State::Cookie)
BuildRequires:	perl(Catalyst::Plugin::Session::Store::File)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(Test::WWW::Mechanize::Catalyst)
BuildArch:	noarch

%description
This module implements the the Catalyst::Authentication manpage API using
the Catalyst::Model::DBI manpage.

It uses DBI to let your application authenticate users against a database
and it provides support for the Catalyst::Plugin::Authorization::Roles
manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-6
+ Revision: 9aee871
- Disable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4054 |14cr|perl-Catalyst-Authentication-Store-DBIx-Class-0.150.600-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Authentication-Store-DBIx-Class
%define upstream_version 0.1506

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Catalyst Auth storage using DBIx::Class


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(strictures)
BuildRequires:	perl(Catalyst::Model::DBIC::Schema)
BuildRequires:	perl(Catalyst::Plugin::Authentication)
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
The Catalyst::Authentication::Realm::SimpleDB provides a simple way to
configure Catalyst Authentication when using the most common configuration
of a password protected user retrieved from an SQL database.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.600-3
+ Revision: 49014c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4055 |14cr|perl-Catalyst-Authentication-Store-LDAP-1.14.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Authentication-Store-LDAP
%define upstream_version 1.014

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	LDAP authentication storage backend

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Authentication-Store-LDAP-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Plugin::Authentication)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Net::LDAP)
BuildRequires:	perl(Net::LDAP::Server::Test)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This plugin implements the the Catalyst::Authentication manpage v.10 API.
Read that documentation first if you are upgrading from a previous version
of this plugin.

This plugin uses 'Net::LDAP' to let your application authenticate against
an LDAP directory. It has a pretty high degree of flexibility, given the
wide variation of LDAP directories and schemas from one system to another.

It authenticates users in two steps:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Catalyst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.0-3
+ Revision: f27f8d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4056 |14cr|perl-Catalyst-Component-InstancePerContext-0.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Component-InstancePerContext
%define upstream_version 0.001001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	%{upstream_name} perl module

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
%{upstream_name} perl module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-5
+ Revision: 3319d2a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4057 |14cr|perl-Catalyst-Controller-ActionRole-0.160.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Controller-ActionRole
%define upstream_version 0.16

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Apply roles to action instances


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Catalyst::Runtime)
BuildRequires: perl(Class::MOP)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(String::RewritePrefix)
BuildRequires: perl(namespace::clean)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module allows to apply roles to the 'Catalyst::Action's for different
controller methods.

For that a 'Does' attribute is provided. That attribute takes an argument,
that determines the role, which is going to be applied. If that argument is
prefixed with '+', it is assumed to be the full name of the role. If it's
prefixed with '~', the name of your application followed by
'::ActionRole::' is prepended. If it isn't prefixed with '+' or '~', the
role name will be searched for in '@INC' according to the rules for /ROLE
PREFIX SEARCHING.

Additionally it's possible to to apply roles to *all* actions of a
controller without specifying the 'Does' keyword in every action
definition:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-2
+ Revision: dde9064
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4058 |14cr|perl-Catalyst-Controller-BindLex-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Controller-BindLex
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Stash your lexical goodness

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Array::RefElem)
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Devel::Caller)
BuildRequires:	perl(Devel::LexAlias)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(PadWalker)
BuildRequires:	perl(Test::use::ok)
BuildArch:	noarch

%description
This plugin lets you put your lexicals on the stash and elsewhere very
easily.

It uses some funky modules to get it's job done: PadWalker,
Array::RefElem, Devel::Caller, Devel::LexAlias and attributes. In some
people's opinion this hurts this plugin's reputation ;-).

If you use the same name for two variables with the same storage
binding attribute they will be aliased to each other, so you can use
this for reading as well as writing values across controller
subs. This is almost like sharing your lexical scope.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: 19b4a16
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4059 |14cr|perl-Catalyst-Controller-HTML-FormFu-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Controller-HTML-FormFu
%define upstream_version 1.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Hidden text field which contains a unique token


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Aggregate::Nested)
BuildRequires:	perl(Catalyst::Action::RenderView)
BuildRequires:	perl(Catalyst::Component::InstancePerContext)
BuildRequires:	perl(Catalyst::Plugin::ConfigLoader)
BuildRequires:	perl(Catalyst::Plugin::Session)
BuildRequires:	perl(Catalyst::Plugin::Session::State::Cookie)
BuildRequires:	perl(Catalyst::Plugin::Session::Store::File)
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(Catalyst::View::TT)
BuildRequires:	perl(Class::C3)
BuildRequires:	perl(Config::Any)
BuildRequires:	perl(Config::General)
BuildRequires:	perl(Crypt::DES)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(HTML::FormFu)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Meta::Attribute::Custom::Trait::Chained)
BuildRequires:	perl(Regexp::Assemble)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Template)
BuildRequires:	perl(Test::WWW::Mechanize)
BuildRequires:	perl(Test::WWW::Mechanize::Catalyst)
BuildRequires:	perl(YAML::Syck)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

Requires:	perl(Catalyst::Component::InstancePerContext)
Requires:	perl(Regexp::Assemble)

%description
As of version 0.02000, the HTML::FormFu manpage doesn't use the TT template
files by default - it uses in internal rendering engine.

If you don't want to customise the generated markup, you don't need to use
the Catalyst::Helper::HTML::FormFu manpage at all.

If you want to customise the generated markup, you'll need a local copy of
the template files. To create the files in the default 'root/formfu'
directory, run:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 74eadef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4060 |14cr|perl-Catalyst-Devel-1.390.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Catalyst-Devel
%define upstream_version 1.39
%define debug_package %{nil}

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Catalyst Development Tools


License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Sub::Exporter::ForMethods)
BuildRequires: perl(Plack::Middleware::ReverseProxy)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(TAP::Harness::Env)
BuildRequires: perl(CPANPLUS::Dist::Build)
BuildRequires: perl(Safe::Isa)
BuildRequires: perl(Carp::Always)
BuildRequires: perl(Text::Glob)
BuildRequires: perl(Test::Without::Module)
BuildRequires: perl(Test::Tester)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::MockTime)
BuildRequires: perl(Test::Deep::NoTest)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Stream::Buffered)
BuildRequires: perl(Plack::Test)
BuildRequires: perl(Plack::Request)
BuildRequires: perl(Plack::Middleware)
BuildRequires: perl(Plack::Loader)
BuildRequires: perl(Plack::Builder)
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(Module::Build)
BuildRequires: perl(MooseX::Daemonize)
BuildRequires: perl(Net::Server)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(HTTP::Message::PSGI)
BuildRequires: perl(HTTP::Parser::XS)
BuildRequires: perl(File::ShareDir::Install)
BuildRequires: perl(File::Find::Rule)
BuildRequires: perl(ExtUtils::Config)
BuildRequires: perl(Devel::AssertOS)
BuildRequires: perl(Data::Compare)
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(Cpanel::JSON::XS)
BuildRequires: perl(Apache::LogFormat::Compiler)
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Catalyst::Action::RenderView)     >= 0.04
BuildRequires:	perl(Catalyst::Plugin::ConfigLoader)
BuildRequires:	perl(Catalyst::Plugin::Static::Simple) >= 0.14
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Config::General)
BuildRequires:	perl(File::ChangeNotify)
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(Module::Install)  >= 0.64
BuildRequires:	perl(Path::Class)      >= 0.09
BuildRequires:	perl(Template)         >= 2.14
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)       >= 0.940.0
BuildRequires:	perl(Test::Fatal)	>= 0.003
BuildRequires:	perl(YAML)             >= 0.55

%description
Catalyst is an elegant web application framework, extremely flexible yet
extremely simple. It's similar to Ruby on Rails, Spring (Java) and Maypole,
upon which it was originally based.

This package provides Catalyst development tools.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
# jq - should be removed when 5.10.1 is out
export CATALYST_DEVEL_NO_510_CHECK=1
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/auto
%{perl_vendorlib}/Catalyst*
%{perl_vendorlib}/Module
%{_mandir}/*/*



%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.390.0-3
+ Revision: e577ddb
- Add Test::Requires BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4061 |14cr|perl-Catalyst-DispatchType-Regex-5.900.330-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-DispatchType-Regex
%define upstream_version 5.90033

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    LocalRegexp DispatchType
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Data::Dumper)
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Module::Build) >= 0.400.400
BuildRequires: perl(Moose)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Balanced)
BuildRequires: perl(Text::SimpleTable)
BuildRequires: perl(namespace::autoclean)
BuildArch: noarch

%description
*Status: Deprecated.* Regex dispatch types have been depreciated and
removed from Catalyst core. It is recommend that you use Chained methods or
other techniques instead. As part of the refactoring, the dispatch priority
of Regex vs Regexp vs LocalRegex vs LocalRegexp may have changed. Priority
is now influenced by when the dispatch type is first seen in your
application.

Dispatch type managing path-matching behaviour using regexes. For more
information on dispatch types, see:

* * the Catalyst::Manual::Intro manpage for how they affect application
  authors

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Sep 26 2014 Rosa <rosa@abf.rosalinux.ru> 5.900.330-1
+ Revision: 094bf22
- Automatic import for version 5.900.330-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4062 |14cr|perl-Catalyst-Engine-Apache-1.160.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Catalyst-Engine-Apache
%define upstream_version 1.16

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(A(.*)\\)'
%else
%define _requires_exceptions perl(A
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Catalyst Apache Engines

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildArch:	noarch
Requires:	apache-mod_perl

%description
This package contains mod_perl handlers for Catalyst.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.160.0-5
+ Revision: 296946e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4063 |14cr|perl-Catalyst-Log-Log4perl-1.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Log-Log4perl
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Integrates Log::Log4perl with Catalyst

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Log-Log4perl-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Data::Dump)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Log::Log4perl)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Params::Validate)
BuildArch:	noarch

%description
This module provides a the Catalyst::Log manpage implementation that uses
the Log::Log4perl manpage as the underlying log mechanism. It provides all
the methods listed in the Catalyst::Log manpage, with the exception of:

    levels
    enable
    disable

These methods simply return 0 and do nothing, as similar functionality is
already provided by the Log::Log4perl manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-3
+ Revision: e1aede9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4064 |14cr|perl-Catalyst-Model-DBI-0.280.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Catalyst-Model-DBI
%define upstream_version 0.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Catalyst DBI Model Class

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.0
BuildRequires:	perl(Class::C3)
BuildRequires:	perl(DBI)

BuildArch:	noarch

%description
This is the DBI model class for Catalyst. It is nothing more than a
simple wrapper for DBI.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.280.0-5
+ Revision: a2c2593
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4065 |14cr|perl-Catalyst-Model-DBI-0.320.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Catalyst-Model-DBI
%define upstream_version 0.32

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Catalyst DBI Model Class

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(DBIx::Connector)
BuildRequires:	perl(Catalyst) >= 5.0
BuildRequires:	perl(Class::C3)
BuildRequires:	perl(DBI)

BuildArch:	noarch

%description
This is the DBI model class for Catalyst. It is nothing more than a
simple wrapper for DBI.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*

%changelog
* Thu Sep 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.320.0-1
+ Revision: 1d5afb8
- Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4066 |14cr|perl-Catalyst-Model-DBIC-0.170.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Catalyst-Model-DBIC
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Catalyst DBI Model Class

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.0
BuildRequires:	perl-DBIx-Class
BuildRequires:	perl-DBIx-Class-Loader
BuildRequires:	perl(Class::Accessor::Chained::Fast)
BuildArch:	noarch
Requires:	perl(Class::Accessor::Chained::Fast)

%description
This is the DBIC model class for Catalyst. It is nothing more than a
simple wrapper for DBIx.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-5
+ Revision: d00e5d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4067 |14cr|perl-Catalyst-Model-DBIC-Schema-0.630.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  	 Catalyst-Model-DBIC-Schema
%define upstream_version 0.63

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Catalyst::Model::DBIC::Schema::Types\\)'
%else
%define _requires_exceptions perl(Catalyst::Model::DBIC::Schema::Types)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	DBIx::Class::Schema Model Class 


License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Requires)
BuildRequires: perl(strictures)
BuildRequires:	perl(Catalyst) >= 5.0
BuildRequires:	perl(Catalyst::Devel)
BuildRequires:	perl(CatalystX::Component::Traits)
BuildRequires:	perl(Class::C3)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(DBIx::Class::Schema::Loader)
BuildRequires:	perl(DBIx::Class::Cursor::Cached)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Tie::IxHash)
Requires:	perl(CatalystX::Component::Traits)
BuildArch:	noarch

%description
This is a Catalyst Model for DBIx::Class::Schema-based Models. See the
documentation for Catalyst::Helper::Model::DBIC::Schema for information on
generating these Models via Helper scripts.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.630.0-2
+ Revision: 50b85e2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4068 |14cr|perl-Catalyst-Model-KiokuDB-0.120.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Model-KiokuDB
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6
Summary:	Use KiokuDB in your Catalyst apps
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Catalyst::Plugin::Authentication)
BuildRequires:	perl(Hash::Util::FieldHash::Compat)
BuildRequires:	perl(KiokuX::Model)
BuildRequires:	perl(KiokuX::User)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scope::Guard)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(Throwable)
BuildArch:	noarch

%description
Perl extension to use KiokuDB in your Catalyst apps.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-6
+ Revision: cefd53c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4069 |14cr|perl-Catalyst-Model-LDAP-0.170.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Model-LDAP
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Catalyst LDAP Model Class

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Catalyst) >= 5.5
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Net::LDAP)
BuildRequires:	perl(Net::LDAP::Constant)
BuildRequires:	perl(NEXT)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This is the Net::LDAP model class for Catalyst. It is nothing more than a
simple wrapper for Net::LDAP.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
##%__make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-5
+ Revision: 0694fa1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4070 |14cr|perl-Catalyst-Model-LDAP-FromAuthentication-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Model-LDAP-FromAuthentication
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Provides an LDAP model bound as the user who logged in

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
# Get 0.01, which is not on CPAN, at:
# http://github.com/bobtfish/catalyst-model-ldap-fromauthentication/tarball/0.01
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Authentication::Store::LDAP)
BuildRequires:	perl(Catalyst::Component::InstancePerContext)
BuildRequires:	perl(Catalyst::Model::LDAP)
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types::Common::String)
BuildRequires:	perl(MooseX::Types::LoadableClass)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Module::Install)
BuildRequires:	perl(Module::CoreList)
BuildArch:	noarch

%description
Provides an LDAP model bound as the user who logged in.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e 's/^(use Module::Install::Author)/#$1/g;s/^(author_)/#$1/g' Makefile.PL

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 0bc6a71
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4071 |14cr|perl-Catalyst-Model-WebService-Solr-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Model-WebService-Solr
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Use WebService::Solr in your Catalyst application

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(WebService::Solr)
BuildArch:	noarch

%description
This module helps you use remote indexes via WebService::Solr in your
Catalyst application.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: 64c6d74
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4072 |14cr|perl-Catalyst-P-A-ACL-0.160.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Catalyst-Plugin-Authorization-ACL
%define abbrev_name      Catalyst-P-A-ACL
%define upstream_version 0.16

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(A(.*)\\)'
%else
%define _requires_exceptions perl(A
%endif

Name:		perl-%{abbrev_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	ACL support for Catalyst applications

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.7
BuildRequires:  perl(Catalyst::Plugin::Authentication)
BuildRequires:  perl(Catalyst::Plugin::Authorization::Roles)
BuildRequires:  perl(Catalyst::Plugin::Session)
BuildRequires:  perl(Catalyst::Plugin::Session::State::Cookie)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(Class::Throwable)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Test::WWW::Mechanize::Catalyst)
BuildRequires:	perl(Tree::Simple::Visitor::FindByPath)
BuildRequires:	perl(Tree::Simple::Visitor::GetAllDescendents)

BuildArch:	noarch
%rename	perl-%{upstream_name}

%description
This module provides Access Control List style path protection, with
arbitrary rules for Catalyst applications. It operates only on the
Catalyst private namespace, at least at the moment.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-2
+ Revision: 26c8dfe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4073 |14cr|perl-Catalyst-P-A-Credential-PAM-0.01-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname Catalyst-Plugin-Authentication-Credential-PAM
%define abbrevname Catalyst-P-A-Credential-PAM
%define	modprefix Catalyst

Summary:	Authenticate a user against PAM

Name:		perl-%{abbrevname}
Version:	0.01
Release:	11
License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{realname}/
Source:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/%{modprefix}/%{realname}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:	perl(Authen::PAM)
BuildRequires:	perl(Catalyst)
Provides:	perl-%{realname} = %{version}-%{release}
BuildArch:	noarch

%description
This is an authentication credential checker that verifies passwords
using a specified PAM service.

%prep
%setup -q -n %{realname}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/%{modprefix}
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.01-11
+ Revision: 16f58af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4074 |14cr|perl-Catalyst-P-A-Store-DBIC-0.110.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Authentication-Store-DBIC
%define upstream_version 0.11

Name:		perl-Catalyst-P-A-Store-DBIC
Version:	%perl_convert_version %{upstream_version}
Release:	6
Epoch:		1

Summary:	Authentication and authorization against a Class::DBI model

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.49
BuildRequires:	perl(Catalyst::Plugin::Authentication) >= 0.06
BuildRequires:  perl(Catalyst::Model::DBIC::Schema)
BuildRequires:  perl(Catalyst::Plugin::Authorization::Roles)
BuildRequires:  perl(Catalyst::Plugin::Session::State)
BuildRequires:  perl(Catalyst::Plugin::Session::State::Cookie)
BuildRequires:  perl(Class::DBI)
BuildRequires:	perl(DBI)
BuildRequires:  perl(DBIx::Class)
BuildRequires:	perl(Set::Object) >= 1.14
BuildRequires:  perl(Test::WWW::Mechanize::Catalyst)
BuildArch:	noarch
%rename perl-%{upstream_name}

%description
This Catalyst plugin uses a DBIx::Class (or Class::DBI) object to
authenticate a user.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.110.0-6
+ Revision: 4739b7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4075 |14cr|perl-Catalyst-P-A-Store-Htpasswd-0.02-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname Catalyst-Plugin-Authentication-Store-Htpasswd
%define abbrevname Catalyst-P-A-Store-Htpasswd
%define	modprefix Catalyst


Summary:	Authentication database in $c->config

Name:		perl-%{abbrevname}
Version:	0.02
Release:	13
License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{realname}/
Source:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/%{modprefix}/%{realname}-%{version}.tar.bz2
%if %{mdkversion} < 1010
BuildRequires:	perl-devel
%endif
BuildRequires:	perl(Authen::Htpasswd) >= 0.13
BuildRequires:	perl(Catalyst::Plugin::Authentication) >= 0.01
BuildRequires:	perl(Module::Build)
Provides:	perl-%realname
Obsoletes:	perl-%realname
BuildArch:	noarch

%description
This plugin uses Authen::Htpasswd to let your application use
.htpasswd files for it's authentication storage.


%prep
%setup -q -n %{realname}-%{version}

%build
%__perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/%{modprefix}

%clean






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.02-13
+ Revision: aeaa994
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4076 |14cr|perl-Catalyst-P-A-Store-LDAP-0.60.200-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Authentication-Store-LDAP
%define abbrev_name      Catalyst-P-A-Store-LDAP
%define upstream_version 0.0602

Name:		perl-%{abbrev_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Catalyst - Authentication from an LDAP Directory
License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Model::LDAP)
BuildRequires:	perl(Catalyst::Plugin::Authentication)
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Net::LDAP)
BuildRequires:	perl(Test::More)
BuildArch:	noarch
%rename	perl-%upstream_name

%description
This plugin uses Net::LDAP to let your application authenticate against an LDAP
directory. It has a pretty high degree of flexibility, given the wide variation
of LDAP directories and schemas from one system to another.

It authenticates users in two steps:

1) A search of the directory is performed, looking for a user object that
matches the username you pass. This is done with the bind credentials supplied
in the "binddn" and "bindpw" configuration options.

2) If that object is found, we then re-bind to the directory as that object.
Assuming this is successful, the user is Authenticated.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
PERL_EXTUTILS_AUTOINSTALL=--skipdeps %__perl Makefile.PL INSTALLDIRS=vendor
# perl Makefile.PL INSTALLDIRS=vendor << EOF

# EOF

%make

%check
#make test

%install
%makeinstall_std

%files
%doc TODO Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*


%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.200-4
+ Revision: 4dbfd51
- Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4077 |14cr|perl-Catalyst-Plugin-Authentication-0.100.230-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Authentication
%define upstream_version 0.10023

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.10023
Release:	3
Epoch:		1

Summary:	Infrastructure plugin for the Catalyst authentication framework

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Catalyst/Catalyst-Plugin-Authentication-0.10023.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.49
BuildRequires:	perl(Catalyst::Plugin::Session) >= 0.10
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::MockObject)
BuildArch:	noarch

%description
The authentication plugin provides generic user support. It is the basis for
both authentication (checking the user is who they claim to be), and
authorization (allowing the user to do what the system authorises them to do).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

## Temporarily disabled waiting for upstream fix (sak)
%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.100.230-3
+ Revision: d53c490
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4078 |14cr|perl-Catalyst-Plugin-Authentication-CDBI-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Authentication-CDBI
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	CDBI Authentication for Catalyst

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Catalyst::Plugin::Authentication)
BuildArch:	noarch

%description
This plugin allows you to authenticate your web users using
database tables accessed through Class::DBI classes.
Note that this plugin requires a session plugin such as
Catalyst::Plugin::Session::FastMmap.
This module is now well past the teatime of it's lifespan,
and no new features will be added. For new applications,
you probably want to look at Catalyst::Plugin::Authentication
and friends instead

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Catalyst/Plugin/Authentication/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: be5b69a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4079 |14cr|perl-Catalyst-Plugin-Authorization-Roles-0.90.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Catalyst-Plugin-Authorization-Roles
%define upstream_version 0.09

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(A(.*)\\)'
%else
%define _requires_exceptions perl(A
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Role based authorization for Catalyst based on Catalyst::Plugin::Authentication

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.49
BuildRequires:	perl(Catalyst::Plugin::Authentication) >= 0.03
BuildRequires:	perl(Set::Object) >= 0
BuildRequires:	perl(Test::Exception) >= 0
BuildRequires:	perl(Test::MockObject) >= 1.01
BuildArch:	noarch

%description
Role based access control is very simple: every user has a list of
roles, which that user is allowed to assume, and every restricted part
of the app makes an assertion about the necessary roles.

If the user is a member in all of the required roles access is
granted. Otherwise, access is denied.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL installdirs=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-4
+ Revision: 29c93a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4080 |14cr|perl-Catalyst-Plugin-AutoCRUD-2.131.210-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-AutoCRUD
%define upstream_version 2.131210

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Instant AJAX web front-end for DBIx::Class


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Lingua::EN::Inflect::Number)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(strictures)
BuildRequires:	perl(Catalyst::Action::RenderView)
BuildRequires:	perl(Catalyst::Model::DBIC::Schema)
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(Catalyst::View::JSON)
BuildRequires:	perl(Catalyst::View::TT)
BuildRequires:	perl(Data::Page)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(JSON::Any)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::WWW::Mechanize)
BuildRequires:	perl(Test::WWW::Mechanize::Catalyst)
BuildArch:	noarch

%description
This module contains an application which will automatically construct a
web interface for a database on the fly. The web interface supports Create,
Retrieve, Update, Delete and Search operations.

The interface is not written to static files on your system, and uses AJAX
to act upon the database without reloading your web page (much like other
Web 2.0 appliactions, for example Google Mail).

Almost all the information required by the plugin is retrieved from the the
DBIx::Class manpage ORM frontend to your database, which it is expected
that you have already set up (although see the /USAGE manpage, below). This
means that any change in database schema ought to be reflected immediately
in the web interface after a page refresh.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.131.210-3
+ Revision: 9d3ddaa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4081 |14cr|perl-Catalyst-Plugin-Cache-0.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Cache
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Choose a cache backend based on key regexes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Plugin-Cache-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(ok)

BuildArch: noarch

%description
This plugin gives you access to a variety of systems for caching data. It
allows you to use a very simple configuration API, while maintaining the
possibility of flexibility when you need it later.

Among its features are support for multiple backends, segmentation based on
component or controller, keyspace partitioning, and so more, in various
subsidiary plugins.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-3
+ Revision: b20b3cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4082 |14cr|perl-Catalyst-Plugin-Cache-FastMmap-0.900.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Cache-FastMmap
%define upstream_version 0.9

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Mmap cache for Catalyst applications

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%upstream_name/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::FastMmap)
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Module::Build)

BuildArch:	noarch

%description
This package is part of the Catalyst Cache family. It allows
integration of Cache::FastMmap and Catalyst.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL installdirs=vendor --skipdeps
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.900.0-4
+ Revision: b8c0f02
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4083 |14cr|perl-Catalyst-Plugin-Cache-Store-FastMmap-0.20.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Cache-Store-FastMmap
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	A thin wrapper for

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::FastMmap)
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Catalyst::Plugin::Cache)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl-Test-use-ok
BuildArch:	noarch

%description
This store plugin is a bit of a wrapper for the Cache::FastMmap manpage.

While you could normally just configure with

    backend => {
        class => "Cache::FastMmap",
        share_file => ...,
    }

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-6
+ Revision: c220f98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4084 |14cr|perl-Catalyst-Plugin-Captcha-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Captcha
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Create and validate Captcha for Catalyst

License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Catalyst::Plugin::Session)
BuildRequires:	perl(GD::SecurityImage)
BuildRequires:	perl(HTTP::Date)
BuildArch:	noarch

%description
This plugin create, validate Captcha.

Note: This plugin uses GD::SecurityImage and requires a session
plugins like Catalyst::Plugin::Session

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: c8d9a05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4085 |14cr|perl-Catalyst-Plugin-Compress-Zlib-0.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Compress-Zlib
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Gzip response

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Plugin-Compress-Zlib-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(Compress::Zlib)
BuildArch:	noarch

%description
Gzip compress response if client supports it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-3
+ Revision: a51e384
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4086 |14cr|perl-Catalyst-Plugin-ConfigLoader-0.340.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Catalyst-Plugin-ConfigLoader
%define upstream_version 0.34

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Load config files of various types


License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(Config::Any) >= 0.08
BuildRequires:	perl(Data::Visitor) >= 0.02
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Mouse)
BuildArch:	noarch

%description
This module will attempt to load find and load a configuration file of
various types. Currently it supports YAML, JSON, XML, INI and Perl
formats.

To support the distinction between development and production
environments, this module will also attemp to load a local config
(e.g. myapp_local.yaml) which will override any duplicate settings.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}
sed -i.DOS -e 's/\r//g' Changes
sed -i.DOS -e 's/\r//g' README

%build
perl Makefile.PL installdirs=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.340.0-2
+ Revision: 6aa4a49
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4087 |14cr|perl-Catalyst-Plugin-CustomErrorMessage-0.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-CustomErrorMessage
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Catalyst plugin to have more "cute" error message

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Class::Data::Inheritable)
BuildArch:	noarch

%description
You can use this module if you want to get rid of:

        (en) Please come back later
        (fr) SVP veuillez revenir plus tard
        (de) Bitte versuchen sie es spaeter nocheinmal
        (at) Konnten's bitt'schoen spaeter nochmal reinschauen
        (no) Vennligst prov igjen senere
        (dk) Venligst prov igen senere
        (pl) Prosze sprobowac pozniej

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-5
+ Revision: c8fd607
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4088 |14cr|perl-Catalyst-Plugin-DateTime-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	Catalyst-Plugin-DateTime
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	DateTime plugin for Catalyst

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 2.990.0
BuildRequires:	perl(DateTime) >= 0.200.0

BuildArch:	noarch

%description
This module's intention is to make the wonders of DateTime easily
accesible within a Catalyst application via the Catalyst::Plugin
interface.

It adds the methods datetime and dt to the Catalyst namespace.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor <<EOF
EOF
%make

%check
## scottk ##
## Temporarily disabled test due to error:
## "Cannot determine local time zone"
## when built in lbd automated build environment
##-__make test

%install
%makeinstall_std

%files 
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: 54737ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4089 |14cr|perl-Catalyst-Plugin-DefaultEnd-0.80.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Catalyst-Plugin-DefaultEnd
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Sensible default end action for Catalyst

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Catalyst) >= 5.20
BuildRequires:	perl(Module::Build)
BuildArch: noarch

%description
This action implements a sensible default end action, which will forward to the
first available view, unless status is set to 3xx, or there is a response body.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%defattr(644,root,root,755)
%doc README Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-4
+ Revision: 0d253a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4090 |14cr|perl-Catalyst-Plugin-FillInForm-0.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Catalyst-Plugin-FillInForm
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	FillInForm for Catalyst

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 2.99
BuildRequires:	perl(Catalyst::Action::RenderView)
BuildRequires:	perl(HTML::FillInForm)
BuildArch:	noarch

%description
Fill forms automatically, based on data from a previous HTML
form. Typically (but not necessarily) used in conjunction with
Catalyst::Plugin::FormValidator. This module automatically inserts
data from a previous HTML form into HTML input fields, textarea
fields, radio buttons, checkboxes, and select tags. It is an instance
of HTML::FillInForm, which itself is a subclass of HTML::Parser, which
it uses to parse the HTML and insert the values into the proper form
tags.

The usual application is after a user submits an HTML form without
filling out a required field, or with errors in fields having
specified constraints. FillInForm is used to redisplay the HTML form
with all the form elements containing the submitted info. FillInForm
can also be used to fill forms with data from any source,
e.g. directly from your database.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor <<EOF
EOF
%make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-5
+ Revision: 2d99b28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4091 |14cr|perl-Catalyst-Plugin-FormValidator-0.94.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-FormValidator
%define upstream_version 0.094

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	FormValidator for Catalyst

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 2.99
BuildRequires:	perl(Data::FormValidator)
BuildArch:	noarch

%description
This plugin uses Data::FormValidator to validate and set up form data
from your request parameters. It's a quite thin wrapper around that
module, so most of the relevant information can be found there.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.94.0-5
+ Revision: 63c9f47
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4092 |14cr|perl-Catalyst-Plugin-HTML-Widget-1.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-HTML-Widget
%define upstream_version 1.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	HTML Widget And Validation Framework

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Date/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.500.0
BuildRequires:	perl(HTML::Widget)

BuildArch:	noarch

%description
HTML Widget And Validation Framework.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-5
+ Revision: cfbada0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4093 |14cr|perl-Catalyst-Plugin-I18N-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Catalyst-Plugin-I18N
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	I18N for Catalyst

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%upstream_name/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 2.99
BuildRequires:	perl(I18N::LangTags::Detect)
BuildRequires:	perl(Locale::Maketext::Lexicon)
BuildRequires:	perl(Locale::Maketext::Simple) >= 0.190.0
BuildRequires:	perl(MRO::Compat)

BuildArch:	noarch
Requires:	perl(Locale::Maketext::Lexicon)

%description
Supports mo/po files and Maketext classes under your applications I18N
namespace.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst/Plugin/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: 189bd35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4094 |14cr|perl-Catalyst-Plugin-Images-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Images
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Generate image tags for static files

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.50
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(Image::Size)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Test::WWW::Mechanize::Catalyst)
BuildRequires:	perl(Test::use::ok)
BuildArch:	noarch

%description
This plugin aims to assist you in generating image tags that contain
alt text, a properly escaped src attribute, height and width info,
without worrying too much.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 6ec80b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4095 |14cr|perl-Catalyst-Plugin-PageCache-0.310.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-PageCache
%define upstream_version 0.31

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Cache the output of entire pages

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::Cache)
BuildRequires:	perl(Cache::FileCache)
BuildRequires:	perl(Catalyst::Plugin::Cache)
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Many dynamic websites perform heavy processing on most pages, yet this
information may rarely change from request to request. Using the PageCache
plugin, you can cache the full output of different pages so they are served
to your visitors as fast as possible. This method of caching is very useful
for withstanding a Slashdotting, for example.

This plugin requires that you also load a Cache plugin. Please see the
Known Issues when choosing a cache backend.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.310.0-6
+ Revision: 427ed5c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4096 |14cr|perl-Catalyst-Plugin-Prototype-1.330.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Prototype
%define upstream_version 1.33

Name:		perl-%{upstream_name}
Version:	1.330.0
Release:	6

Summary:	Plugin for Prototype

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(HTML::Prototype)
BuildRequires:	perl(Class::Data::Inheritable)
BuildArch:	noarch

%description
Helper to generate Prototype library.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.330.0-6
+ Revision: 7907a7b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4097 |14cr|perl-Catalyst-Plugin-Redirect-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Redirect
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Redirect for Catalyst used easily is offered

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildArch:	noarch

%description
Redirect for Catalyst used easily is offered.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 9a2d93b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4098 |14cr|perl-Catalyst-Plugin-Server-0.280.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Server
%define upstream_version 0.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Server extensions for Catalyst
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Clone::Fast)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(RPC::XML)
BuildRequires:	perl(RPC::XML::Parser)
BuildRequires:	perl(Class::Data::Inheritable)
BuildArch:	noarch

%description
Base plugin for XMLRPC and our future SOAP server. For further information,
see one of the Server plugins

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/rpc_client

%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.280.0-4
+ Revision: 5a5b9fb
- Disable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4099 |14cr|perl-Catalyst-Plugin-Session-0.390.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Session
%define upstream_version 0.39
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Generic Session plugin for Catalyst

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Plugin-Session-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.49
BuildRequires:	perl(Digest)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Object::Signature)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::MockObject) >= 1.01
BuildRequires:	perl(Test::More)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(MooseX::Emulate::Class::Accessor::Fast)
BuildRequires:	perl(namespace::clean)
BuildArch:	noarch

%description
The Session plugin is the base of two related parts of functionality required
for session management in web applications. The first part, the State, is
getting the browser to repeat back a session key, so that the web
application can identify the client and logically string several requests
together into a session. The second part, the Store, deals with the actual
storage of information about the client. This data is stored so that the it
may be revived for every request made by the same client. This plugin links
the two pieces together.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.390.0-3
+ Revision: 766a133
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4100 |14cr|perl-Catalyst-Plugin-Session-FastMmap-0.130.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Session-FastMmap
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	File storage backend for session data

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(Catalyst::Plugin::Session)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(URI::Find)
BuildRequires:  perl(Cache::FastMmap)
BuildArch:	noarch

%description
Fast sessions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Catalyst/Plugin/Session/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-5
+ Revision: ea581af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4101 |14cr|perl-Catalyst-Plugin-Session-State-Cookie-0.170.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Session-State-Cookie
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Cookie driver for Catalyst sessions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Catalyst::Plugin::Session)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch
Requires:	perl(Catalyst::Plugin::Session::State)
%rename	perl-Catalyst-P-S-State-Cookie

%description
In order for the Catalyst::Plugin::Session manpage to work the session ID
needs to be stored on the client, and the session data needs to be stored
on the server.

This plugin stores the session ID on the client using the cookie mechanism.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std


%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-6
+ Revision: c436cb9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4102 |14cr|perl-Catalyst-Plugin-Session-Store-Cache-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Session-Store-Cache
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Store sessions using a Catalyst::Plugin::Cache

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Plugin::Session)
BuildArch:	noarch

%description
This plugin will store your session data in whatever cache module you have
configured.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: 8ad8c28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4103 |14cr|perl-Catalyst-Plugin-Session-Store-DBI-0.160.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Catalyst-Plugin-Session-Store-DBI
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Store your sessions in a database

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/A/AG/AGRUNDMA//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.49
BuildRequires:	perl(Catalyst::Plugin::Session) >= 0.05
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(DBI)
BuildRequires:	perl(MIME::Base64)

BuildArch:	noarch

%description
This storage module will store session data in a database using DBI.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL installdirs=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Catalyst


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-5
+ Revision: 588ee5f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4104 |14cr|perl-Catalyst-Plugin-Session-Store-File-0.180.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Session-Store-File
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	File storage backend for session data

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Nagios/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::Cache) >= 1.02
BuildRequires:	perl(Catalyst) >= 5
BuildRequires:	perl(Catalyst::Plugin::Session) >= 0.01
BuildRequires:	perl(Class::Accessor::Fast) >= 0.22
BuildRequires:	perl(Class::Data::Inheritable) >= 0.04

BuildArch:	noarch
%rename	perl-Catalyst-P-S-Store-File

%description
Catalyst::Plugin::Session::Store::File is an easy to use storage plugin for
Catalyst that uses an simple file to act as a shared memory interprocess cache.
It is based on Cache::FileCache.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-5
+ Revision: 3f7224f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4105 |14cr|perl-Catalyst-Plugin-Session-Store-Memcached-0.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Session-Store-Memcached
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Memcached storage for Catalyst sessions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Plugin-Session-Store-Memcached-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(Cache::Memcached::Managed)
BuildRequires:	perl(Catalyst::Plugin::Session)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(MRO::Compat)
BuildArch:	noarch

%description
'Catalyst::Plugin::Session::Store::Memcached' is a session storage plugin
for Catalyst that uses the the Cache::Memcached::Managed manpage module to
connect to memcached, a fast data caching server.

METHODS
    * get_session_data

    * store_session_data

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-3
+ Revision: 7c1da4b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4106 |14cr|perl-Catalyst-Plugin-Setenv-0.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Setenv
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Allows you to set up the environment from Catalyst's config file

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Catalyst::Runtime)
BuildRequires: perl(FindBin)
BuildRequires: perl(NEXT)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-4
+ Revision: 805c7ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4107 |14cr|perl-Catalyst-Plugin-StackTrace-0.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-StackTrace
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Display a stack trace on the debug screen

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Plugin-StackTrace-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.61
BuildRequires:	perl(Devel::StackTrace)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(MRO::Compat)
BuildArch:	noarch

%description
This plugin will enhance the standard Catalyst debug screen by
including a stack trace of your appliation up to the point where the
error occurred. Each stack frame is displayed along with the package
name, line number, file name, and code context surrounding the line
number.

This plugin is only active in -Debug mode.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-3
+ Revision: bee3d5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4108 |14cr|perl-Catalyst-Plugin-Static-Simple-0.320.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Catalyst-Plugin-Static-Simple
%define upstream_version 0.32

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Make serving static pages painless


License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.70
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(MIME::Types) >= 1.15
BuildRequires:	perl(MRO::Compat)
BuildArch:	noarch

%description
The Static::Simple plugin is designed to make serving static content
in your application during development quick and easy, without
requiring a single line of code from you.

This plugin detects static files by looking at the file extension in
the URL (such as B<.css> or B<.png> or B<.js>). The plugin uses the
lightweight L<MIME::Types> module to map file extensions to
IANA-registered MIME types, and will serve your static files with the
correct MIME type directly to the browser, without being processed
through Catalyst.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL installdirs=vendor --skipdeps
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.320.0-2
+ Revision: 560ea2f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4109 |14cr|perl-Catalyst-Plugin-SubRequest-0.170.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-SubRequest
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Make subrequests to actions in Catalyst

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Make subrequests to actions in Catalyst. Uses the catalyst dispatcher, so
it will work like an external url call.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-5
+ Revision: eb790e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4110 |14cr|perl-Catalyst-Plugin-Textile-0.10.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Textile
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Textile for Catalyst

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Text::Textile)
BuildRequires:	perl(Class::Data::Inheritable)
BuildArch:	noarch

%description
Persistent Textile processor for Catalyst.

METHODS
    $c->textile;
        Returns a ready to use the Text::Textile manpage object.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-6
+ Revision: 34d2192
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4111 |14cr|perl-Catalyst-Plugin-Unicode-0.930.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Unicode
%define upstream_version 0.93

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Unicode aware Catalyst

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(Test::WWW::Mechanize::Catalyst)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(MRO::Compat) >= 0.10
BuildArch:	noarch

%description
On request, decodes all params from UTF-8 octets into a sequence of
logical characters. On response, encodes body into UTF-8 octets.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.930.0-5
+ Revision: d6dcc78
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4112 |14cr|perl-Catalyst-Plugin-Unicode-Encoding-1.900.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Unicode-Encoding
%define upstream_version 1.9
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Unicode aware Catalyst

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Plugin-Unicode-Encoding-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(LWP)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildRequires:	perl(Class::Data::Inheritable)
BuildArch:	noarch

%description
Catalyst plugin to wite UTF-8 web applications.
On request, it will decodes all params from encoding into a sequence of logical
characters. And it will encodes body into encoding when responding.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.900.0-3
+ Revision: 18fab4c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4113 |14cr|perl-Catalyst-Plugin-XMLRPC-2.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Catalyst-Plugin-XMLRPC
%define upstream_version 2.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Dispatch XMLRPC methods with Catalyst

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(RPC::XML)

BuildArch:	noarch

%description
This plugin allows your controller class to dispatch XMLRPC methods
from its own class.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Catalyst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.0-5
+ Revision: 6e04e76
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4114 |14cr|perl-Catalyst-P-S-Store-FastMmap-0.160.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Session-Store-FastMmap
%define abbrev_name      Catalyst-P-S-Store-FastMmap
%define upstream_version 0.16

Name:		perl-%{abbrev_name}
Version:	%perl_convert_version 0.16
Release:	3

Summary:	FastMmap session storage backend

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Catalyst/Catalyst-Plugin-Session-Store-FastMmap-0.16.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::FastMmap)
BuildRequires:	perl(Catalyst::Plugin::Session) >= 0.01
BuildRequires:	perl(Catalyst::Utils)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Path::Class)
BuildRequires:  perl(MooseX::Emulate::Class::Accessor::Fast)
BuildRequires:  perl(namespace::clean)
BuildArch:	noarch
Requires:	perl(MooseX::Emulate::Class::Accessor::Fast)
%rename	perl-%{upstream_name}


%description
Catalyst::Plugin::Session::Store::FastMmap is a fast session storage plugin for
Catalyst that uses an mmap'ed file to act as a shared memory interprocess
cache. It is based on Cache::FastMmap.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL installdirs=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-3
+ Revision: 58d9a86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4115 |14cr|perl-Catalyst-P-S-Store-File-0.180.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Session-Store-File
%define abbrev_name      Catalyst-P-S-Store-File
%define upstream_version 0.18

Name:		perl-%{abbrev_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	File storage backend for session data

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::Cache) >= 1.02
BuildRequires:	perl(Catalyst) >= 5
BuildRequires:	perl(Catalyst::Plugin::Session) >= 0.21
BuildRequires:	perl(Class::Accessor::Fast) >= 0.22
BuildRequires:	perl(Class::Data::Inheritable) >= 0.04
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(MooseX::Emulate::Class::Accessor::Fast)
BuildRequires:	perl(namespace::clean)
BuildArch:	noarch

%description
Catalyst::Plugin::Session::Store::File is an easy to use storage plugin for
Catalyst that uses an simple file to act as a shared memory interprocess cache.
It is based on Cache::FileCache.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-5
+ Revision: 8ecde6e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4116 |14cr|perl-Catalyst-Runtime-5.900.650-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Catalyst-Runtime
%define upstream_version 5.90065

# remove circular dependency: catalyst::helper is provided by
# catalyst-devel, which itself requires catalyst-runtime to be build.
# moreover, this dependency is only used in an example script, so we do
# not loose anything by removing this dependency
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Catalyst::Helper\\)'
%else
%define _requires_exceptions perl.Catalyst::Helper.
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Epoch:		1

Summary:	The Elegant MVC Web Application Framework


License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(B::Hooks::EndOfScope)
BuildRequires: perl(Plack::Middleware::ReverseProxy)
BuildRequires: perl(Safe::Isa)
BuildRequires: perl(Carp::Always)
BuildRequires: perl(Test::Without::Module)
BuildRequires: perl(Test::Tester)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::MockTime)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Deep::NoTest)
BuildRequires: perl(Stream::Buffered)
BuildRequires: perl(Plack::Test)
BuildRequires: perl(Plack::Request)
BuildRequires: perl(Plack::Middleware)
BuildRequires: perl(Plack::Loader)
BuildRequires: perl(Plack::Builder)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(HTTP::Message::PSGI)
BuildRequires: perl(File::ShareDir::Install)
BuildRequires: perl(Cpanel::JSON::XS)
BuildRequires: perl(Apache::LogFormat::Compiler)
BuildRequires: perl(CGI::Struct)
BuildRequires: perl(Plack::Middleware::FixMissingBodyInRedirect)
BuildRequires: perl(Plack::Middleware::RemoveRedundantBody)
BuildRequires: perl(Plack::Middleware::MethodOverride)
BuildRequires: perl(Plack::Test::ExternalServer)
BuildRequires:	perl(Carp)
BuildRequires:	perl(CGI::Simple::Cookie)
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Class::C3::Adopt::NEXT)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(Class::Load)
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(Data::Dump)
BuildRequires:	perl(File::Modified)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTTP::Body) >= 0.60.0
BuildRequires:	perl(HTTP::Headers) >= 1.640.0
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Request::AsCGI) >= 0.500.0
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Module::Pluggable) >= 3.10.0
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Emulate::Class::Accessor::Fast)
BuildRequires:	perl(MooseX::Getopt)
BuildRequires:	perl(MooseX::MethodAttributes::Inheritable)
BuildRequires:	perl(MooseX::Role::WithOverloading) >= 0.30.0
BuildRequires:	perl(MooseX::Types::Common::Numeric)
BuildRequires:	perl(MooseX::Types::LoadableClass)
BuildRequires:	perl(Path::Class) >= 0.90.0
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(String::RewritePrefix)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Text::Balanced)
BuildRequires:	perl(Text::SimpleTable) >= 0.30.0
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(Tree::Simple) >= 1.150.0
BuildRequires:	perl(Tree::Simple::Visitor::FindByPath)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(URI) >= 1.350.0
BuildRequires:	perl(YAML) >= 0.550.0
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl-ExtUtils-MakeMaker
BuildRequires:	perl-Encode
BuildRequires:	perl-devel

BuildArch:	noarch

# (misc) not auto-detected; as it's on a line with whitespace, it's not taken
# in account by perl.req
Requires:	perl(HTTP::Request::AsCGI) >= 0.500.0
Requires:	perl(MooseX::Emulate::Class::Accessor::Fast)
%rename perl-Catalyst

%description
Catalyst is an elegant web application framework, extremely flexible yet
extremely simple. It's similar to Ruby on Rails, Spring (Java) and Maypole,
upon which it was originally based.

Catalyst follows the Model-View-Controller (MVC) design pattern, allowing you
to easily separate concerns, like content, presentation, and flow control, into
separate modules. This separation allows you to modify code that handles one
concern without affecting code that handles the others. Catalyst promotes the
re-use of existing Perl modules that already handle common web application
concerns well.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# "no_warnings" test fails, we have to move more module out of perl code first
# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Catalyst*
%{_bindir}/catalyst.pl
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.900.650-2
+ Revision: 20b1cb7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4117 |14cr|perl-Catalyst-View-Email-0.330.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-Email
%define upstream_version 0.33

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Templated Email View

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-View-Email-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Authen::SASL)
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Catalyst::View::Mason)
BuildRequires:	perl(Catalyst::View::TT)
BuildRequires:	perl(Class::C3)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(Email::Date::Format)
BuildRequires:	perl(Email::MIME)
BuildRequires:	perl(Email::MIME::Creator)
BuildRequires:	perl(Email::Send)
BuildRequires:	perl(Email::Sender::Simple)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(parent)
BuildRequires:	perl(strictures)

BuildArch:	noarch

%description
Helper for Email Views.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.330.0-3
+ Revision: 3989ac4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4118 |14cr|perl-Catalyst-View-Excel-Template-Plus-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-Excel-Template-Plus
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Excel::Plus View

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(Excel::Template::Plus)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(MooseX::Param)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(parent)
BuildArch:	noarch

%description
This is a Catalyst View subclass which can handle rendering excel content
through Excel::Template::Plus.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: e491e55
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4119 |14cr|perl-Catalyst-View-GD-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-GD
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A Catalyst View for GD images

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(GD)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Image::GD)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This is a Catalyst View subclass which can handle rendering GD based image
content. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: 86bac78
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4120 |14cr|perl-Catalyst-View-GraphViz-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-GraphViz
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	GraphViz View Class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Catalyst::Plugin::SubRequest)
BuildRequires:	perl(GraphViz)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This is the Catalyst view class for the GraphViz manpage. Your application
subclass should inherit from this class.

This plugin renders the GraphViz object specified in
'$c->stash->{graphviz}->{graph}' into the '$c->stash->{graphviz}->{format}'
(one of e.g. png gif, or one of the other as_* methods described in the the
GraphViz manpage module. PNG is the default format.

The output is stored in '$c->response->output'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: a944f08
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4121 |14cr|perl-Catalyst-View-JSON-0.330.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-JSON
%define upstream_version 0.33

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	JSON view for your data

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.600.0
BuildRequires:	perl(Catalyst::Plugin::Unicode)
BuildRequires:	perl(YAML)
BuildRequires:	perl(JSON) >= 1
BuildRequires:	perl(JSON::Any)
BuildRequires:	perl(Test::More) >= 0.32
BuildRequires:	perl(MRO::Compat)

BuildArch:	noarch

%description
Catalyst::View::JSON is a Catalyst View handler that returns stash
data in JSON format.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.330.0-4
+ Revision: 52ad68e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4122 |14cr|perl-Catalyst-View-Mason-0.180.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-Mason
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Mason View Class
License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(HTML::Mason)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Sub::Identify)
BuildArch:	noarch

%description
Want to use a Mason component in your views? No problem!
Catalyst::View::Mason comes to the rescue.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL installdirs=vendor --skipdeps
%make

# %check
# make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-5
+ Revision: ddb0a89
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4123 |14cr|perl-Catalyst-View-REST-XML-0.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-REST-XML
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	XML View Class

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-View-REST-XML-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(XML::Simple)
BuildArch:	noarch

%description
This is the XML::Simple view class.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes 
%{perl_vendorlib}/Catalyst/View/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-3
+ Revision: b24b274
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4124 |14cr|perl-Catalyst-View-TT-0.410.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-TT
%define upstream_version 0.41

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Catalyst TT View Class


License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.700
BuildRequires:  perl(MRO::Compat)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Template)
BuildRequires:  perl(Template::Provider::Encoding)
BuildRequires:	perl(Template::Timer)

BuildArch:	noarch

%description
This is the Catalyst view class for the Template Toolkit. Your application
should defined a view class which is a subclass of this module. The easiest way
to achieve this is using the myapp_create.pl script (where myapp should be
replaced with whatever your application is called). This script is created as
part of the Catalyst setup.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.410.0-3
+ Revision: 846ac6c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4125 |14cr|perl-CatalystX-Component-Traits-0.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CatalystX-Component-Traits
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Automatic Trait Loading and Resolution for

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CatalystX/CatalystX-Component-Traits-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Module::Pluggable)          >= 3.900.0
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(MooseX::Traits::Pluggable)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch
Requires:	perl(MooseX::Traits::Pluggable)

%description
Adds a the Catalyst::Component/COMPONENT manpage method to your the
Catalyst manpage component base class that reads the optional 'traits'
parameter from app and component config and instantiates the component
subclass with those traits using the MooseX::Traits/new_with_traits manpage
from the MooseX::Traits::Pluggable manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-3
+ Revision: 21b9548
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4126 |14cr|perl-CatalystX-InjectComponent-0.25.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CatalystX-InjectComponent
%define upstream_version 0.025

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.025
Release:	3

Summary:	Inject components into your Catalyst application

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CatalystX/CatalystX-InjectComponent-0.025.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl(Devel::InnerPackage)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(parent)
BuildArch:	noarch

%description
CatalystX::InjectComponent will inject Controller, Model, and View
components into your Catalyst application at setup (run)time. It does this
by creating a new package on-the-fly, having that package extend the given
component, and then having Catalyst setup the new component (via
'->setup_component')

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.25.0-3
+ Revision: 1b83bc3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4127 |14cr|perl-CatalystX-LeakChecker-0.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CatalystX-LeakChecker
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Debug memory leaks in Catalyst applications

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CatalystX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(B::Deparse)
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Devel::Cycle)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::AttributeHelpers)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(PadWalker)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::SimpleTable)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(namespace::clean)
BuildArch:	noarch

%description
It's easy to create memory leaks in Catalyst applications and often they're
hard to find. This module tries to help you finding them by automatically
checking for common causes of leaks.

This module is intended for debugging only. I suggest to not enable it in a
production environment.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-5
+ Revision: 353c135
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4128 |14cr|perl-CatalystX-SimpleLogin-0.180.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CatalystX-SimpleLogin
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Redirect


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CatalystX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Action::REST)
BuildRequires:	perl(Catalyst::Action::RenderView)
BuildRequires:	perl(Catalyst::ActionRole::ACL)
BuildRequires:	perl(Catalyst::Controller::ActionRole)
BuildRequires:	perl(Catalyst::Plugin::Authentication)
BuildRequires:	perl(Catalyst::Plugin::Session)
BuildRequires:	perl(Catalyst::Plugin::Session::State::Cookie)
BuildRequires:	perl(Catalyst::Plugin::Session::Store::File)
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(Catalyst::View::TT)
BuildRequires:	perl(CatalystX::Component::Traits)
BuildRequires:	perl(CatalystX::InjectComponent)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::FormHandler)
BuildRequires:	perl(HTTP::Request::Common)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(MooseX::MethodAttributes)
BuildRequires:	perl(MooseX::RelatedClassRoles)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(MooseX::Types::Common)
BuildRequires:	perl(SQL::Translator)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
CatalystX::SimpleLogin is an application class role which will inject a
controller which is an instance of the
CatalystX::SimpleLogin::Controller::Login manpage into your application.
This provides a simple login and logout page with the adition of only one
line of code and one template to your application.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-2
+ Revision: 35608b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4129 |14cr|perl-CDB_File-0.970.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CDB_File
%define upstream_version 0.97

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Extension for access to cdb databases

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
CDB_File is a module which provides a Perl interface to Dan Berstein's cdb
package.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install

%makeinstall_std

%clean 

%files
%doc ACKNOWLEDGE CHANGES COPYRIGHT README
%{perl_vendorarch}/auto/CDB_File
%{perl_vendorarch}/CDB_File.pm
%{perl_vendorarch}/bun-x.pl
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.970.0-4
+ Revision: 88d57f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4130 |14cr|perl-CDDB-1.222.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 CDDB
%define upstream_version 1.222

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A high-level interface to cddb protocol servers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/CDDB/CDDB-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Mail::Header)
BuildArch:	noarch

%description
CDDB is a high-level interface to databases based on the Compact Disc
Database protocol.

Starting with version 1.04, CDDB.pm will contact freedb.org servers by
default. cddb.com's developer license is for end-user applications; not
third-party libraries.  This makes CDDB.pm ineligible for access to
cddb.com servers.  This author will not pursue further cddb.com
access. Developers using CDDB.pm may continue to attempt connections to
cddb.com servers, but there are no guarantees.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -f %{buildroot}%{perl_archlib}/perllocal.pod

%files
%doc README HISTORY
%{perl_vendorlib}/CDDB.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.222.0-3
+ Revision: ff97e56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4131 |14cr|perl-CDDB_get-2.270.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 CDDB_get
%define upstream_version 2.27

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Read the CDDB entry for an audio CD in your drive	

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CDDB_get/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module/script gets the CDDB info for an audio cd.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/cddb.pl
%{perl_vendorlib}/auto/CDDB_*
%{perl_vendorlib}/CDDB_*.pm
%{perl_vendorlib}/cddb.pl
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.270.0-5
+ Revision: 17845bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4132 |14cr|perl-Cflow-1.53.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Cflow
%define upstream_version 1.053

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	12

Summary:	Find ``interesting'' flows in raw IP flow files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://net.doit.wisc.edu/~plonka/%{upstream_name}/
Source0:	http://net.doit.wisc.edu/~plonka/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel

%description
This package is of little use on its own. It requires input in the form of
time-stamped raw flow files produced by other software packages. These ``flow
sources'' either snoop a local ethernet (via libpcap) or collect flow
information from IP routers that are configured to export said information. The
following flow sources are supported:

argus by Carter Bullard: 
   http://www.qosient.com/argus/

flow-tools by Mark Fullmer (with NetFlow v1, v5, v6, or v7):
   http://www.splintered.net/sw/flow-tools/

CAIDA's cflowd (with NetFlow v5):
   http://www.caida.org/tools/measurement/cflowd/
   http://net.doit.wisc.edu/~plonka/cflowd/

lfapd by Steve Premeau (with LFAPv4):
   http://www.nmops.org/


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
rm -Rf %{buildroot}
%makeinstall_std

%check
make test

%clean
rm -Rf %{buildroot}

%files
%doc README
%{perl_vendorarch}/auto/%{upstream_name}
%{perl_vendorarch}/%{upstream_name}.pm
%{_mandir}/man?/*
%{_bindir}/flowdumper



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.53.0-12
+ Revision: 3fe4845
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4133 |14cr|perl-CGI-Application-4.500.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 CGI-Application
%define upstream_version 4.50

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Framework for building reusable web-applications

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl(Class::ISA)
BuildRequires:	perl(HTML::Template)
Requires:	    perl(CGI)
Requires: 	    perl(HTML::Template)
BuildArch: 	noarch

%description
%{upstream_name} is intended to make it easier to create sophisticated,
reusable web-based applications. This module implements a methodology
which, if followed, will make your web software easier to design,
easier to document, easier to write, and easier to evolve.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 755 Examples/Mailform/mailform.cgi

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README Examples
%{perl_vendorlib}/CGI
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.500.0-4
+ Revision: 631f773
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4134 |14cr|perl-CGI-Application-Dispatch-3.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Application-Dispatch
%define upstream_version 3.12

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Dispatch requests to CGI::Application based object


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CGI::Application)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(Plack::Test)
BuildRequires: perl(HTTP::Exception)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::LongString)
BuildRequires: perl(Exception::Class::TryCatch)
BuildArch: noarch

%description
This module provides a way (as a mod_perl handler or running under vanilla CGI)
to look at the path ($r->path_info or $ENV{PATH_INFO}) of the incoming request,
parse off the desired module and it's run mode, create an instance of that
module and run it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.120.0-3
+ Revision: 5c31638
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4135 |14cr|perl-CGI-Application-Plugin-Authentication-0.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Application-Plugin-Authentication
%define upstream_version 0.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Authentication framework for CGI::Application

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CGI/CGI-Application-Plugin-Authentication-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Readonly)
BuildRequires: perl(Digest::SHA)
BuildRequires:	perl(Attribute::Handlers)
BuildRequires:	perl(CGI::Application)
BuildRequires:	perl(CGI::Cookie)
BuildRequires:	perl(Class::ISA)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Test::More) >= 0.940.0
BuildRequires:	perl(Test::Regression)
BuildRequires:	perl(Test::Taint)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Without::Module)
BuildRequires:	perl(UNIVERSAL::require)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(CGI::Application::Plugin::Session)

BuildArch:	noarch

%description
CGI::Application::Plugin::Authentication adds the ability to authenticate
users in your the CGI::Application manpage modules. It imports one method
called 'authen' into your CGI::Application module. Through the authen
method you can call all the methods of the
CGI::Application::Plugin::Authentication plugin.

There are two main decisions that you need to make when using this module.
How will the usernames and password be verified (ie from a database, LDAP,
etc...), and how can we keep the knowledge that a user has already logged
in persistent, so that they will not have to enter their credentials again
on the next request (ie how do we 'Store' the authentication information
across requests).

Choosing a Driver
    There are three drivers that are included with the distribution. Also,
    there is built in support for all of the Authen::Simple modules (search
    CPAN for Authen::Simple for more information). This should be enough to
    cover everyone's needs. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# https://rt.cpan.org/Public/Bug/Display.html?id=85969
rm -f t/03_login_box.t
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-3
+ Revision: 52713e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4136 |14cr|perl-CGI-Application-Plugin-AutoRunmode-0.180.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Application-Plugin-AutoRunmode
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	CGI::App plugin to automatically register runmodes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI::Application)
BuildArch:	noarch

%description
This plugin for CGI::Application provides easy ways to setup run modes. You
can just write the method that implement a run mode, you do not have to
explicitly register it with CGI::App anymore.

There are two approaches: 

* Declare run modes with subroutine attributes. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-5
+ Revision: 4d655fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4137 |14cr|perl-CGI-Application-Plugin-CAPTCHA-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Application-Plugin-CAPTCHA
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Easily create, use, and verify CAPTCHAs in

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI::Application)
BuildRequires:	perl(GD::SecurityImage)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Data::Random)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::WWW::Mechanize)
BuildRequires:	perl(HTTP::Server::Simple::CGI)
BuildArch:	noarch

%description
'CGI::Application::Plugin::CAPTCHA' allows programmers to easily add and
verify CAPTCHAs in their CGI::Application-derived web applications.

A CAPTCHA (or Completely Automated Public Turing Test to Tell Computers and
Humans Apart) is an image with a random string of characters. A user must
successfully enter the random string in order to submit a form. This is a
simple (yet annoying) procedure for humans to complete, but one that is
significantly more difficult for a form-stuffing script to complete without
having to integrate some sort of OCR.

CAPTCHAs are not a perfect solution. Any skilled, diligent cracker will
eventually be able to bypass a CAPTCHA, but it should be able to shut down
your average script-kiddie.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/CGI



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: ffe0b81
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4138 |14cr|perl-CGI-Application-Plugin-Config-YAML-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Application-Plugin-Config-YAML
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Add Config::YAML support to CGI::Application

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Config::YAML)
BuildRequires:	perl(CGI::Application)
BuildArch:	noarch

%description
This plug-in add Config::YAML support to CGI::Application. The usage of this
plug-in is almost the same as CGI::Application::Plugin::Config::Simple. This
plug-in can be easily used instead of CGI::Application::Plugin::Config::Simple.
This plug-in refers to CGI::Application::Plugin::Config::Simple.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: f9affac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4139 |14cr|perl-CGI-Application-Plugin-DBH-4.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Application-Plugin-DBH
%define upstream_version 4.04
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Easy DBI access from CGI::Application

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CGI/CGI-Application-Plugin-DBH-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI::Application)
BuildRequires:	perl(DBD::Mock)
BuildRequires:	perl(DBI)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::MockObject)

BuildArch:	noarch

%description
CGI::Application::Plugin::DBH adds easy access to a DBI database handle to
your CGI::Application modules. Lazy loading is used to prevent a database
connection from being made if the 'dbh' method is not called during the
request. In other words, the database connection is not created until it is
actually needed. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/CGI


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.40.0-3
+ Revision: 608ee59
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4140 |14cr|perl-CGI-Application-Plugin-ErrorPage-1.210.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Application-Plugin-ErrorPage
%define upstream_version 1.21

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    A simple error page plugin for CGI::Application

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CGI::Application)
BuildRequires: perl(Params::Validate)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
This plugin provides a shortcut for the common need of returning a simple
error message to the user. 

You are encouraged to provide a template file so that the error messages
can be presented with a design consistent with the rest of your
application. 

A simple design is provided below to get to you started. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/CGI



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.210.0-4
+ Revision: 0ce2a0b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4141 |14cr|perl-CGI-Application-Plugin-Forward-1.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Application-Plugin-Forward
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Pass control from one run mode to another

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI::Application)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
The forward method passes control to another run mode and returns its
output. This is equivalent to calling '$self->$other_runmode', except that
the CGI::Application manpage's internal value of the current run mode is
updated.

This means that calling '$self->get_current_runmode' after calling
'forward' will return the name of the new run mode. This is useful for
modules that depend on the name of the current run mode such as the
CGI::Application::Plugin::AnyTemplate manpage.

For example, here's how to pass control to a run mode named 'other_action'
from 'start' while updating the value of 'current_run_mode':

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/CGI



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-5
+ Revision: a911ab8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4142 |14cr|perl-CGI-Application-Plugin-LogDispatch-1.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Application-Plugin-LogDispatch
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Add Log::Dispatch support to CGI::Application

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI::Application)
BuildRequires:	perl(Log::Dispatch)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(UNIVERSAL::require)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
CGI::Application::Plugin::LogDispatch adds logging support to your the
CGI::Application manpage modules by providing a the Log::Dispatch manpage
dispatcher object that is accessible from anywhere in the application.

If you have the CGI::Application::Plugin::DevPopup manpage installed, a
"Log Entries" report is added to the popup window, containing all of the
entries that were logged during the execution of the runmode. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-5
+ Revision: f3a2c26
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4143 |14cr|perl-CGI-Application-Plugin-RateLimit-1.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Application-Plugin-RateLimit
%define upstream_version 1.0

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Limits runmode call rate per user

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI::Application)
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
This module provides protection against a user calling a runmode too
frequently. A typical use-case might be a contact form that sends email.
You'd like to allow your users to send you messages, but thousands of
messages from a single user would be a problem.

This module works by maintaining a database of hits to protected runmodes.
It then checks this database to determine if a new hit should be allowed
based on past activity by the user. The user's identity is, by default,
tied to login (via REMOTE_USER) or IP address (via REMOTE_IP) if login info
is not available. You may provide your own identity function via the
identity_callback() method.

To use this module you must create a table in your database with the
following schema (using MySQL-syntax, although other DBs may work as well
with minor alterations):

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/CGI


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-7
+ Revision: e0b7462
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4144 |14cr|perl-CGI-Application-Plugin-RequireSSL-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Application-Plugin-RequireSSL
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Force SSL in specified pages or modules

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Attribute::Handlers)
BuildRequires:	perl(CGI::Application)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
CGI::Application::Plugin::RequireSSL allows individual run modes or whole
modules to be protected by SSL. If a standard HTTP request is received, you can
specify whether an error is raised or if the request should be redirected to
the HTTPS equivalent URL.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/CGI



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: b02bc45
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4145 |14cr|perl-CGI-Application-Plugin-Session-1.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Application-Plugin-Session
%define upstream_version 1.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Add CGI::Session support to CGI::Application

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CGI/CGI-Application-Plugin-Session-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI::Application)
BuildRequires:	perl(CGI::Session)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
Requires:	perl(CGI::Session)
BuildArch:	noarch

%description
CGI::Application::Plugin::Session seamlessly adds session support to your
the CGI::Application manpage modules by providing a the CGI::Session
manpage object that is accessible from anywhere in the application.

Lazy loading is used to prevent expensive file system or database calls
from being made if the session is not needed during this request. In other
words, the Session object is not created until it is actually needed. Also,
the Session object will act as a singleton by always returning the same
Session object for the duration of the request.

This module aims to be as simple and non obtrusive as possible. By not
requiring any changes to the inheritance tree of your modules, it can be
easily added to existing applications. Think of it as a plugin module that
adds a couple of new methods directly into the CGI::Application namespace
simply by loading the module. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-3
+ Revision: 6e5f642
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4146 |14cr|perl-CGI-Auth-3.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Auth
%define upstream_version 3.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Simple session-based password authentication for CGI applications

License:	BSD-like
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/C/CC/CCWALLACE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
"CGI::Auth" provides password authentication for web-based applications. It
uses server-based session files which are referred to by a parameter in all
links and forms inside the scripts guarded by "CGI::Auth".

At the beginning of each script, a "CGI::Auth" object should be created and its
"check" method called. When this happens, "check" checks for a 'session_file'
CGI parameter. If that parameter exists and has a matching session file in the
session directory, "check" returns, and the rest of the script can execute.

If the session file parameter or the file itself doesn't exist, "check"
presents the user with a login form and exits the script. The login form will
then be submitted to the same script (specified in "-formaction"). When "check"
is called this time, it verifies the user's login information in the userfile,
creates a session file and provides the session file parameter to the rest of
the script.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

#%%check
#make test

%install
%makeinstall_std

%files
%doc Changes README extra
%{perl_vendorlib}/CGI/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-9
+ Revision: 9f7b704
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4147 |14cr|perl-CGI-Echo-1.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Echo
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:    5

Summary:	CGI-Echo module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module accepts form data, cleans it, and echos it.
It is designed for a HTML/CGI student enviroment. It lets, indeed encourages,
students to design forms and gives their long-suffering instructors a simple
way to provide a CGI script which accepts the form data, and just echos it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc CHANGES README META.yml
%{perl_vendorlib}/CGI/Echo.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-5
+ Revision: dc65dcd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4148 |14cr|perl-CGI-Fast-2.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Fast
%define upstream_version 2.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Epoch:      2

Summary:    CGI Interface for Fast CGI
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CGI)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(FCGI)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildArch: noarch

%description
CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
specialized to work with the FCGI module, which greatly speeds up CGI
scripts by turning them into persistently running server processes. Scripts
that perform time-consuming initialization processes, such as loading large
modules or opening persistent database connections, will see large
performance improvements.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Thu Aug 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:2.20.0-1
+ Revision: b556b1d
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4149 |14cr|perl-CGI-FastTemplate-1.90.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 CGI-FastTemplate
%define upstream_version 1.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl extension for managing templates, and performing variable interpolation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JM/JMOORE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
What is a template?
A template is a text file with variables in it. When a template is parsed, the
variables are interpolated to text. (The text can be a few bytes or a few
hundred kilobytes.) Here is a simple template with one variable ('$NAME'):
 Hello $NAME.  How are you?
 
When are templates useful?
Templates are very useful for CGI programming, because adding HTML to your perl
code clutters your code and forces you to do any HTML modifications. By putting
all of your HTML in separate template files, you can let a graphic or interface
designer change the look of your application without having to bug you, or let
them muck around in your perl code.

There are other templating modules on CPAN, what makes FastTemplate different?
CGI::FastTemplate has the following attributes:
- Speed
- Efficiency
- Flexibility

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc README templates
%{perl_vendorlib}/CGI
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.90.0-5
+ Revision: 3d7be6f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4150 |14cr|perl-CGI-FormBuilder-3.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-FormBuilder
%define upstream_version 3.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		1

Summary:	Easily generate and process stateful forms

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%upstream_name/
Source0:	http://www.cpan.org/modules/by-module/CGI/CGI-FormBuilder-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl(HTML::Template)
BuildRequires:	perl(Template)

BuildArch:	noarch

%description
FormBuilder is a fully-functional form engine with numerous features.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# disabled because of problem with HTML::Entities (http://rt.cpan.org//Ticket/Display.html?id=16193)
#%{__make} test

%install
%makeinstall_std

%files
%doc Changes README INSTALL
%{perl_vendorlib}/CGI
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.90.0-3
+ Revision: 11298a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4151 |14cr|perl-CGI-FormMagick-0.910.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-FormMagick
%define upstream_version 0.91

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Ness::ted\\)'
%else
%define _provides_exceptions perl(Ness::ted)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	CGI-FormMagick module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
# http://sourceforge.net/projects/formmagick/
Url:		http://search.cpan.org/dist/%{upstream_name}
# http://gd.tuwien.ac.at/platform/linux/e-smith/devel/SRPMS/perl-CGI-FormMagick-0.91-26.src.rpm
Source0:	perl-%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		perl-CGI-FormMagick-0.91-02.mitel_patch
Patch1:		perl-CGI-FormMagick-0.91-03.mitel_patch
Patch2:		perl-CGI-FormMagick-0.91-04.mitel_patch
Patch3:		perl-CGI-FormMagick-0.91-05.mitel_patch
Patch4:		perl-CGI-FormMagick-0.91-06.mitel_patch
Patch5:		perl-CGI-FormMagick-0.91-07.mitel_patch
Patch6:		perl-CGI-FormMagick-0.91-08.mitel_patch
Patch7:		perl-CGI-FormMagick-0.91-09.mitel_patch
Patch8:		perl-CGI-FormMagick-0.91-10.mitel_patch
Patch9:		perl-CGI-FormMagick-0.91-11.mitel_patch
Patch10:	perl-CGI-FormMagick-0.91-12.mitel_patch
Patch11:	perl-CGI-FormMagick-0.91-13.mitel_patch
Patch12:	perl-CGI-FormMagick-0.91-14.mitel_patch
Patch13:	perl-CGI-FormMagick-0.91-15.mitel_patch
Patch14:	perl-CGI-FormMagick-0.91-16.mitel_patch
Patch15:	perl-CGI-FormMagick-0.91-17.mitel_patch
Patch16:	perl-CGI-FormMagick-0.91-18.mitel_patch
Patch17:	perl-CGI-FormMagick-0.91-22.mitel_patch
Patch18:	perl-CGI-FormMagick-0.91-23.mitel_patch
Patch19:	perl-CGI-FormMagick-0.91-24.mitel_patch
Patch20:	perl-CGI-FormMagick-0.91-25.mitel_patch
Patch100:	perl-CGI-FormMagick-0.91-export_names.diff
Patch101:	perl-CGI-FormMagick-0.91-version.diff

BuildRequires:	perl-devel
BuildRequires:	perl(CGI::Persistent)
BuildRequires:	perl(Text::Iconv)
BuildRequires:	perl(Test::Inline)
BuildRequires:	perl-Time-modules
BuildRequires:	perl-Object-Persistence
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl(Text::Template)
BuildRequires:	perl(Class::ParamParser)
BuildRequires:	perl(Mail::RFC822::Address)
BuildArch:	noarch

%description
FormMagick is a toolkit for easily building fairly complex form-based
web applications.  It allows the developer to specify the structure of a
multi-page "wizard" style form using XML, then display that form using
only a few lines of Perl.

%prep
%setup -q -n perl-%{upstream_name}-%{upstream_version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch18 -p1
%patch19 -p1
%patch20 -p1

%patch100 -p1
%patch101 -p0

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
# it's not that make test fails some test: it just doesn't work
#make test

%install
%makeinstall_std

%files
%doc Changes README doc COPYING INSTALL examples
%{perl_vendorlib}/CGI/FormMagick
%{perl_vendorlib}/CGI/FormMagick.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.910.0-5
+ Revision: 20e118c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4152 |14cr|perl-CGI-GuruMeditation-1.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-GuruMeditation
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Guru Meditation for CGIs

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RS/RSE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a small module accompanying the CGI module, providing the display of an
error screen (somewhat resembling the classical red-on-black blinking Guru
Meditation from the good-old AmigaOS before version 2.04) in case of abnormal
termination of a CGI.

The module simply installs a $SIG{__DIE__} handler which sends a HTTP response
showing a HTML/CSS based screen which optionally includes the Perl run-time
error message, an excerpt from the CGI source code and the Perl run-time
environment variables. This provides both optically more pleasant and
functionally more elaborate error messages for CGIs.

This module supports both the regular CGI and the Apache/mod_perl CGI
environment.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/CGI/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-5
+ Revision: c85f0c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4153 |14cr|perl-CGI-Lite-2.30.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Lite
%define upstream_version 2.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	CGI-Lite module for perl 


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module can be used to decode form and query information, including file
uploads, as well as cookies in a very simple manner; you need not concern
yourself with the actual details behind the decoding process.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc CHANGES README TODO
%{perl_vendorlib}/CGI/Lite.pm
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.30.0-2
+ Revision: 4499e44
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4154 |14cr|perl-CGI-Minimal-1.290.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 CGI-Minimal
%define upstream_version 1.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Extremely lightweight CGI processing package

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
CGI-Minimal is an extremely lightweight Perl module that provides CGI
processing abilities designed to provide form decoding and related services
with low overhead.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -f %{buildroot}%{perl_archlib}/perllocal.pod

%files
%doc Changes README
%{perl_vendorlib}/CGI
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.290.0-5
+ Revision: 4c1f547
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4155 |14cr|perl-CGI-Panel-0.970.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Panel
%define upstream_version 0.97

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	CGI-Panel module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Apache::Session)
BuildRequires:	perl(CGI)
BuildArch:	noarch

%description
CGI::Panel allows applications to be built out of simple object-based
components. It'll handle the state of your data and objects so you can
write a web application just like a desktop app. You can forget about
the http requests and responses, whether we're getting or posting, and
all that stuff because that is all handled for you leaving to you
interact with a simple API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find . -type d -name CVS -exec rm -rf {} \; || :

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes demo LICENSE README TODO
%{perl_vendorlib}/CGI/Panel
%{perl_vendorlib}/CGI/Panel.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.970.0-5
+ Revision: 4d4e61a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4156 |14cr|perl-CGI-ParamComposite-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-ParamComposite
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	CGI-ParamComposite module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildArch:	noarch

%description
Convert .-delimited CGI parameters to Perl classes/objects.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/CGI/ParamComposite.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 88c1bbf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4157 |14cr|perl-CGI-Persistent-1.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Persistent
%define upstream_version 1.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	CGI-Persistent module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl-Object-Persistence
BuildArch:	noarch

%description
This module provides transparent state persistence for CGI applications.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 0755 html/roach.cgi

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc html/*
%{perl_vendorlib}/CGI/Persistent.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.0-5
+ Revision: 57c6c18
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4158 |14cr|perl-CGI-Safe-1.250.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Safe
%define upstream_version 1.25

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Safe method of using CGI.pm

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.bz2
Source1:        %{name}.rpmlintrc

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildArch:	noarch

%description
The CGI-Safe module makes running the CGI environment safer
by eliminating dangerous %ENV variables and presetting
certain CGI.pm globals.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/CGI
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.250.0-5
+ Revision: 08622dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4159 |14cr|perl-CGI-Session-4.480.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Session
%define upstream_version 4.48

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(DBD::Pg\\)'
%else
%define _requires_exceptions perl(DBD::Pg)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 4.48
Release:	3

Summary:	Persistent session data in CGI applications

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CGI/CGI-Session-4.48.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl(DBI)
BuildRequires:	perl(DB_File)
BuildRequires:	perl(FreezeThaw)
BuildRequires:	perl(CGI::Simple)
BuildArch:	noarch

%description 
CGI-Session is a Perl5 library that provides an easy, reliable and
modular session management system across HTTP requests. Persistency is a
key feature for such applications as shopping carts,
login/authentication routines, and application that need to carry data
accross HTTP requests. CGI::Session does that and many more 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
rm -f  t/g4_mysql.t # no database available for testing
make test

%install
%makeinstall_std
rm -f %{buildroot}%{perl_archlib}/perllocal.pod

%files
%doc Changes README INSTALL
%{perl_vendorlib}/CGI
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.480.0-3
+ Revision: 01b0cf2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4160 |14cr|perl-CGI-Session-ID-uuid-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Session-ID-uuid
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	UUID based CGI Session Identifiers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RS/RSE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
CGI::Session::ID::uuid is a CGI::Session 4.00 driver to generate identifiers
based on DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique
Identifiers (UUID). This module requires a reasonable UUID generator. For this
it either requires the preferred OSSP::uuid module or alternatively the
Data::UUID, APR::UUID, DCE::UUID or UUID modules to be installed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc README
%dir %{perl_vendorlib}/CGI/Session/ID
%{perl_vendorlib}/CGI/Session/ID/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: 7b54987
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4161 |14cr|perl-CGI-Simple-1.113.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Simple
%define upstream_version 1.113

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:   Simple totally OO CGI interface that is CGI.pm compliant

license:   Artistic
group:     Development/Perl
Url:       http://search.cpan.org/dist/%{upstream_name}
Source0:   http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl-IO-stringy
BuildRequires: perl-devel
BuildArch: noarch


%description
CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm.
It shares an identical OO interface to CGI.pm for parameter parsing, file
upload, cookie handling and header generation. This module is entirely object
oriented, however a complete functional interface is available by using the
CGI::Simple::Standard module.

Essentially everything in CGI.pm that relates to the CGI (not HTML) side of
things is available. There are even a few new methods and additions to old
ones! If you are interested in what has gone on under the hood see the
Compatibility with CGI.pm section at the end.

In practical testing this module loads and runs about twice as fast as CGI.pm
depending on the precise task.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/CGI
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.113.0-5
+ Revision: 1375482
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4162 |14cr|perl-CGI-SpeedyCGI-2.220.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 CGI-SpeedyCGI
%define upstream_version 2.22

%define Werror_cflags %{nil}

#Module-Specific definitions
%define apache_version 2.2.9
%define mod_name mod_speedycgi
%define mod_conf B49_%{mod_name}.conf
%define mod_so %{mod_name}.so

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Speed up perl scripts by running them persistently

License:	GPLv3+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-authors/id/H/HO/HORROCKS/%{upstream_name}-%{upstream_version}.tar.gz
Source1:	%{mod_conf}
Patch0:		perl-CGI-SpeedyCGI-2.22-documentation.patch
Patch1:		perl-CGI-SpeedyCGI-2.22-empty_param.patch
Patch2:		perl-CGI-SpeedyCGI-2.22-strerror.patch
Patch3:		perl-CGI-SpeedyCGI-2.22-brigade_foreach.patch
Patch4:		perl-CGI-SpeedyCGI-2.22-exit_messages.patch
Patch5:		perl-CGI-SpeedyCGI-2.22-perl_510.patch
Patch6:		perl-CGI-SpeedyCGI-2.22-force-apache2.patch

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(ExtUtils::Embed)
BuildRequires:	apache-devel >= %{apache_version}
# do not cancell .Sflo
Provides:       /usr/bin/speedy
#

%description
SpeedyCGI is a way to run perl scripts persistently, which can make them run
much more quickly. A script can be made to to run persistently by changing the
interpreter line at the top of the script from:
    #!/usr/bin/perl
to
    #!/usr/bin/speedy
After the script is initially run, instead of exiting, the perl interpreter is
kept running. During subsequent runs, this interpreter is used to handle new
executions instead of starting a new perl interpreter each time. A very fast
frontend program, written in C, is executed for each request. This fast
frontend then contacts the persistent Perl process, which is usually already
running, to do the work and return the results.

%package -n	apache-%{mod_name}
Summary:	SpeedyCGI module for the Apache HTTP Server

Group:		System/Servers
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
Requires:	%{name} = %{version}-%{release}

%description -n	apache-%{mod_name}
The SpeedyCGI module for the Apache HTTP Server. It can be used to run perl
scripts for web application persistently to make them more quickly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .documentation
%patch1 -p1 -b .empty_param
%patch2 -p1 -b .strerror
%patch3 -p1 -b .brigade_foreach
%patch4 -p1 -b .exit_messages
%patch5 -p1 -b .perl_510
%patch6 -p1 -b .apache2

cp %{SOURCE1} %{mod_conf}

%build
%serverbuild

sed -i 's@apxs -@%{_bindir}/apxs -@g' Makefile.PL src/SpeedyMake.pl \
  mod_speedycgi/t/ModTest.pm mod_speedycgi/t/mod_perl.t
sed -i 's@APXS=apxs@APXS=%{_bindir}/apxs@g' mod_speedycgi/Makefile.tmpl

echo yes | perl Makefile.PL INSTALLDIRS=vendor
make OPTIMIZE="$CFLAGS" LDFLAGS="%{ldflags}"

#check
##- this test does not work with 5.8.7.
#rm speedy/t/be_memleak.t
#make test

%install
make pure_install PERL_INSTALL_ROOT=%{buildroot}

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 mod_speedycgi2/.libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post -n apache-%{mod_name}
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun -n apache-%{mod_name}
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%files
%doc Changes README docs contrib util
%{perl_vendorlib}/CGI/*
# do not cancell .Sflo
%{_bindir}/speedy
%{_bindir}/speedy_backend
#
%files -n apache-%{mod_name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.220.0-7
+ Revision: 23c4e7a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4163 |14cr|perl-CGI-SSI-0.920.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-SSI
%define upstream_version 0.92

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Use SSI from CGI scripts

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Date::Format)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(HTML::SimpleParse)
BuildRequires: perl(HTTP::Cookies)
BuildRequires: perl(HTTP::Response)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(URI)
BuildRequires: perl-devel
BuildArch: noarch

%description
CGI::SSI is meant to be used as an easy way to filter shtml through CGI
scripts in a loose imitation of Apache's mod_include. If you're using
Apache, you may want to use either mod_include or the Apache::SSI module
instead of CGI::SSI. Limitations in a CGI script's knowledge of how the
server behaves make some SSI directives impossible to imitate from a CGI
script.

Most of the time, you'll simply want to filter shtml through STDOUT or some
other open filehandle. 'autotie' is available for STDOUT, but in general,
you'll want to tie other filehandles yourself:

    $ssi = tie(*FH, 'CGI::SSI', filehandle => 'FH');
    print FH $shtml;

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.920.0-3
+ Revision: 5491ecc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4164 |14cr|perl-CGI-Struct-1.210.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Struct
%define upstream_version 1.21

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Build structures from CGI data


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Storable)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildArch: noarch

%description
CGI::Struct lets you transform CGI data keys that _look like_ perl data
structures into _actual_ perl data structures.

CGI::Struct makes no attempt to actually _read in_ the variables from the
request. You should be using the CGI manpage or some equivalent for that.
CGI::Struct expects to be handed a reference to a hash containing all the
keys/values you care about. The common way is to use something like
'CGI->Vars' or (as the author does) 'Plack::Request->parameters->mixed'.

Whatever you use should give you a hash mapping the request variable names
(keys) to the values sent in by the users (values). Any of the major CGIish
modules will have such a method; consult the documentation for yours if you
don't know it offhand.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes META.json LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.210.0-3
+ Revision: 5a08acb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4165 |14cr|perl-CGI-Untaint-1.260.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Untaint
%define upstream_version 1.26

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	CGI-Untaint Perl module: process CGI input parameters 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl(UNIVERSAL::exports)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description
This module provides a simple, convenient, abstracted and extensible
manner for validating and untainting the input from web forms.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/CGI/Untaint.pm
%{perl_vendorlib}/CGI/Untaint
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.260.0-5
+ Revision: ff10ba2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4166 |14cr|perl-CGI-XML-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 CGI-XML
%define upstream_version 0.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	CGI-XML perl module

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/CGI/
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)

BuildArch:  noarch

%rename	perl-XML-CGI

%description
CGI-XML converts CGI.pm variables to XML and vice versa.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
%make

%install
install -d %{buildroot}%{perl_archlib}
%makeinstall_std
install -d %{buildroot}%{_datadir}

%files 
%doc README MANIFEST Changes  examples
%{perl_vendorlib}/CGI/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: dacb097
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4167 |14cr|perl-CGI-XMLApplication-1.1.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 CGI-XMLApplication
%define upstream_version 1.1.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	11

Summary:	%{upstream_name} module for perl

License:	MPL
Group:		Development/Perl
Url:		http://search.cpan.org/~phish/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PH/PHISH/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl(CGI)
BuildRequires:	perl(XML::LibXML)
BuildRequires:	perl(XML::LibXSLT)

BuildRequires:	perl-devel
BuildArch:	noarch

%description
%{upstream_name} module for perl
CGI::XMLApplication is a CGI application class, that intends to enable
perl artists to implement CGIs that make use of XML/XSLT
functionality, without taking too much care about specialized
errorchecking or even care too much about XML itself. It provides the
power of the XML::LibXML/ XML::LibXSLT module package for
content deliverment.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

chmod 644 Changes MANIFEST README

%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes MANIFEST README examples/*
%{_mandir}/*/*
%{perl_vendorlib}/CGI/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-11
+ Revision: 721b971
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4168 |14cr|perl-Chart-2.4.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Chart
%define upstream_version 2.4.6

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 2.4.6
Release:	3

Summary:	A series of charting modules

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/C/CH/CHARTGRP/Chart-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(GD)

BuildArch:	noarch

%description
Series of charting modules.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 0644 README TODO

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README TODO
%{perl_vendorlib}/Chart*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.6-3
+ Revision: 191cd1f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4169 |14cr|perl-Chart-Graph-3.200.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Chart-Graph
%define upstream_version 3.2

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl extension for a front-end to gnuplot, XRT, and Xmgrace

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Chart/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

Provides:	perl(Base_Option)
Provides:	perl(Chart::Graph::Xmgrace::Axis_Options)
Provides:	perl(Chart::Graph::Xmgrace::Dataset_Options)
Provides:	perl(Chart::Graph::Xmgrace::Graph_Options)

%description 
Graph.pm is a wrapper module that allows easy generation of graphs within perl.
Currently Graph.pm supports three graphing packages, gnuplot, XRT, and Xmgrace.
These software packages must be obtained separately from this Perl module.
Information on each graphing package and it's availability is provided in the
documentation on that module. Gnuplot and Xmgrace are freely available software
pages for UNIX systems. XRT is a commercial product.

Currently the xrt3d and xrt2d package is not being supported, although it
works. It is still in the development stage. Feel free to give it a try though.

The parsers also write the test data into the 'Test Result Publication
Interface' (TRPI) XML schema, developed by SpikeSource.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor <</dev/null
%make

%check
%make test

%install
%makeinstall_std

%files
%doc COPYING ChangeLog README
%{perl_vendorlib}/Chart
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.200.0-5
+ Revision: 5315c4a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4170 |14cr|perl-Chatbot-Eliza-1.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Chatbot-Eliza
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Implementation of the Eliza algorithm

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/Chatbot-Eliza
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildArch:	noarch

%description
This module implements the classic Eliza algorithm. The original Eliza
program was written by Joseph Weizenbaum and described in the
Communications of the ACM in 1966. Eliza is a mock Rogerian
psychotherapist. It prompts for user input, and uses a simple
transformation algorithm to change user input into a follow-up question.
The program is designed to give the appearance of understanding.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod -x *
chmod +x Chatbot
for enc in deutsch.txt norsk.txt; do
    iconv -f latin1 -t utf8 ${enc} > ${enc}.utf && \
      mv ${enc}.utf ${enc}
done

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-3
+ Revision: 0ddfbd5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4171 |14cr|perl-Check-ISA-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Check-ISA
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:    5

Summary:	DWIM, correct checking of an object's class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Check/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::use::ok)

BuildArch:	noarch

%description
This module provides several functions to assist in testing whether a value
is an object, and if so asking about its class.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: 55ef833
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4172 |14cr|perl-CHI-0.580.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CHI
%define upstream_version 0.58

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Nothing is cached
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp::Assert)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(Data::UUID)
BuildRequires:	perl(Date::Parse)
BuildRequires:	perl(Digest::JHash)
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Hash::MoreUtils)
BuildRequires:	perl(JSON)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Log::Any)
BuildRequires:	perl(Log::Any::Adapter)
BuildRequires:	perl-Log-Any-Adapter
BuildRequires:	perl(Log::Any::Adapter::Dispatch)
BuildRequires:	perl(Module::Load::Conditional)
BuildRequires:  perl(Moo)
BuildRequires:	perl(Moose)
BuildRequires:  perl(MooX::Types::MooseLike::Base)
BuildRequires:  perl(MooX::Types::MooseLike::Numeric)
BuildRequires:	perl(String::RewritePrefix)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Class)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Log::Dispatch)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Time::Duration)
BuildRequires:	perl(Time::Duration::Parse)
BuildRequires:	perl(strictures)
BuildArch:	noarch

%description
CHI provides a unified caching API, designed to assist a developer in
persisting data for a specified period of time.

The CHI interface is implemented by driver classes that support fetching,
storing and clearing of data. Driver classes exist or will exist for the
gamut of storage backends available to Perl, such as memory, plain files,
memory mapped files, memcached, and DBI.

CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package,
adhering to the basic Cache API but adding new features and addressing
limitations in the Cache::Cache implementation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.580.0-3
+ Revision: 1956c19
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4173 |14cr|perl-CLASS-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CLASS
%define upstream_version 1.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Alias for __PACKAGE__

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type.

$CLASS has the additional benefit of working in strings.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: d967601
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4174 |14cr|perl-Class-Accessor-Assert-1.410.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Accessor-Assert
%define upstream_version 1.41

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Accessors which type-check

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Class::Data::Inheritable)
BuildArch:	noarch

%description
This is a version of Class::Accessor which offers rudimentary
type-checking and existence-checking of arguments to constructors and
set accessors.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 README Changes

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.410.0-5
+ Revision: ba2e371
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4175 |14cr|perl-Class-Accessor-Chained-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Class-Accessor-Chained
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Class-Accessor-Chained module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
# README says it needs this, and the automatic perl requirement isn't
# being added, so here it is
Requires:	perl(Class::Accessor)
BuildArch:	noarch

%description
A chained accessor is one that always returns the object when called
with parameters (to set), and the value of the field when called with
no arguments.

This module subclasses Class::Accessor in order to provide the same
mk_accessors interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class/Accessor/Chained.pm
%{perl_vendorlib}/Class/Accessor/Chained
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: a393a4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4176 |14cr|perl-Class-Accessor-Classy-0.9.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Accessor-Classy
%define upstream_version v0.9.1

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Accessors with minimal inheritance

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(version)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-4
+ Revision: 98fcc52
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4177 |14cr|perl-Class-Accessor-Complex-1.100.880-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Accessor-Complex
%define upstream_version 1.100880

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Arrays, hashes, booleans, integers, sets and more

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Class::Accessor::Installer)
BuildRequires:	perl(Data::Miscellany)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Test::Compile)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::NoWarnings)

BuildArch:	noarch

%description
This module generates accessors for your class in the same spirit as the
Class::Accessor manpage does. While the latter deals with accessors for
scalar values, this module provides accessor makers for arrays, hashes,
integers, booleans, sets and more.

As seen in the synopsis, you can chain calls to the accessor makers. Also,
because this module inherits from the Class::Accessor manpage, you can put
a call to one of its accessor makers at the end of the chain.

The accessor generators also generate documentation ready to be used with
the Pod::Generated manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.880-5
+ Revision: a471d84
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4178 |14cr|perl-Class-Accessor-Constructor-1.111.590-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Accessor-Constructor
%define upstream_version 1.111590

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Support for an automated dirty flag in

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Class::Accessor::Complex)
BuildRequires:	perl(Class::Accessor::Installer)
BuildRequires:	perl(Data::Inherited)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::Compile)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module generates accessors for your class in the same spirit as the
Class::Accessor manpage does. While the latter deals with accessors for
scalar values, this module provides accessor makers for rather flexible
constructors.

The accessor generators also generate documentation ready to be used with
the Pod::Generated manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.111.590-4
+ Revision: a249a09
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4179 |14cr|perl-Class-Accessor-Fast-Contained-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# $Id: perl-Class-Accessor-Fast-Contained.spec 7981 2009-11-03 03:05:34Z dag $
# Authority: dries
# Upstream: Oliver Gorwits <oliver,gorwits$oucs,ox,ac,uk>

%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)

%define real_name Class-Accessor-Fast-Contained

Summary:	Fast accessors with data containment

Name:		perl-Class-Accessor-Fast-Contained
Version:	1.01
Release:	4
License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Class-Accessor-Fast-Contained/
Source:		http://www.cpan.org/modules/by-module/Class/Class-Accessor-Fast-Contained-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)

BuildArch:	noarch

%description
Fast accessors with data containment.

%prep
%setup -q -n %{real_name}-%{version}

%build
perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
make

%install
make pure_install

### Clean up buildroot
find %{buildroot} -name .packlist -exec rm {} \;

### Clean up docs
find examples/ -type f -exec chmod a-x {} \;

%files
%defattr(-, root, root, 0755)
%doc Changes INSTALL MANIFEST META.yml README examples/
%doc %{_mandir}/man3/Class::Accessor::Fast::Contained.3pm*
%dir %{perl_vendorlib}/Class/
%dir %{perl_vendorlib}/Class/Accessor/
%dir %{perl_vendorlib}/Class/Accessor/Fast/
%{perl_vendorlib}/Class/Accessor/Fast/Contained.pm




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.01-4
+ Revision: 874d35d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4180 |14cr|perl-Class-Accessor-Installer-1.100.880-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Accessor-Installer
%define upstream_version 1.100880

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Install an accessor subroutine

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Pod::Generated)
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Test::Compile)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(UNIVERSAL::require)
BuildRequires:	perl(URI::Escape)
#BuildRequires:	perl(Vim::Tag)

BuildArch:	noarch

%description
This mixin class provides a method that will install a coderef. There are
other modules that do this, but this one is a bit more specific to the
needs of the Class::Accessor::Complex manpage and friends.

It is intended as a mixin, that is, your accessor-generating class should
inherit from this class.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.880-5
+ Revision: f3d4744
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4181 |14cr|perl-Class-Accessor-Lvalue-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Accessor-Lvalue
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Class-Accessor-Lvalue module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Want)
BuildRequires:	perl(Class::Accessor)
BuildArch:	noarch
# README says this is a dependency and automatic rpm dependencies
# are not catching this
Requires:	perl(Class::Accessor)

%description
This module subclasses Class::Accessor in order to provide lvalue
accessor makers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class/Accessor/Lvalue.pm
%{perl_vendorlib}/Class/Accessor/Lvalue
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: 818d848
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4182 |14cr|perl-Class-Accessor-Ref-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Accessor-Ref
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Class-Accessor-Ref module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/G/GA/GAAL/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildArch:	noarch

%description
This is an extension of Class::Accessor that allows taking a reference
of members of an object. This is typically useful when your class
implementation uses a third-party module that expects an in/out parameter
in its interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes examples
%{perl_vendorlib}/Class/Accessor/Ref.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: feaefb5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4183 |14cr|perl-Class-Adapter-1.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Adapter
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Generate Class::Adapter classes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
The 'Class::Adapter' class is intended as an abstract base class for
creating any sort of class or object that follows the _Adapter_ pattern.

What is an Adapter?
    The term _Adapter_ refers to a _"Design Pattern"_ of the same name,
    from the famous _"Gang of Four"_ book _"Design Patterns"_. Although
    their original implementation was designed for Java and similar
    single-inheritance strictly-typed langauge, the situation for which it
    applies is still valid.

    An _Adapter_ in this Perl sense of the term is when a class is created
    to achieve by composition (objects containing other object) something
    that can't be achieved by inheritance (sub-classing).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-5
+ Revision: 5a56f9a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4184 |14cr|perl-Class-ArrayObjects-1.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-ArrayObjects
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Class-ArrayObjects module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module makes it easy to build classes using array based objects.
It's main goal is to allow one to create less memory hungry programs,
notably in memory-sensitive contexts such as mod_perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find . -type f -exec chmod 0644 {} \;

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class/ArrayObjects.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-5
+ Revision: e82d712
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4185 |14cr|perl-Class-AutoClass-1.560.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-AutoClass
%define upstream_version 1.56
Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Yet another OO helper

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/Class-AutoClass-%{upstream_version}.tar.gz
BuildRequires:  perl(IO::Stringy)
BuildRequires:  perl(JSON::PP)
BuildRequires:	perl(Module::Build)


BuildArch:      noarch

%description
This perl module brings the following advantages:
- get and set methods for simple attributes can be automatically
  generated
- argument lists are handled as described below
- the protocol for object creation and initialization is close to
  the 'textbook' approach generally suggested for object-oriented Perl
  (see below)
- object initialization is handled correctly in the presence of multiple
  inheritance

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
# %make test

%clean 

%files 
%doc Changes
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.560.0-4
+ Revision: 43b6ac4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4186 |14cr|perl-Class-Autouse-2.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-Autouse
%define upstream_version 2.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 2.01
Release:	3

Summary:	Run-time class loading on first method call in Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Class/Class-Autouse-2.01.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Class::Autouse allows you to specify a class that will only load when a method
of that class is called. For large classes that might not be used during the
running of a program, such as Date::Manip, this can save you large amounts of
memory, and decrease the script load time.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
find lib -name \*.pm | xargs chmod 644
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.0-3
+ Revision: 9463a1a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4187 |14cr|perl-Class-Base-0.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  Class-Base
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Useful base class for deriving other modules

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Class/Class-Base-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements a simple base class from which other modules
can be derived, thereby inheriting a number of useful methods such as
new(), init(), params(), clone(), error() and debug().

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/Class



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-3
+ Revision: 6156bd9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4188 |14cr|perl-Class-C3-Adopt-NEXT-0.130.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-C3-Adopt-NEXT
%define upstream_version 0.13

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5

Summary:    Make NEXT suck less

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(NEXT)
BuildRequires: perl(Test::Exception)
BuildRequires: perl-devel
BuildArch: noarch

%description
the NEXT manpage was a good solution a few years ago, but isn't any more.
It's slow, and the order in which it re-dispatches methods appears random
at times. It also encourages bad programming practices, as you end up with
code to re-dispatch methods when all you really wanted to do was run some
code before or after a method fired.

However, if you have a large application, then weaning yourself off 'NEXT'
isn't easy.

This module is intended as a drop-in replacement for NEXT, supporting the
same interface, but using the Class::C3 manpage to do the hard work. You
can then write new code without 'NEXT', and migrate individual source files
to use 'Class::C3' or method modifiers as appropriate, at whatever pace
you're comfortable with.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-5
+ Revision: 835e882
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4189 |14cr|perl-Class-C3-Componentised-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-C3-Componentised
%define upstream_version 1.001000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		1

Summary:	Load mix-ins or components to your C3-based class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/Class-C3-Componentised-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::C3)
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Test::Exception)

BuildArch:	noarch

%description
This will inject base classes to your module using the Class::C3 method
resolution order.

Please note: these are not plugins that can take precedence over methods
declared in MyModule. If you want something like that, consider
MooseX::Object::Pluggable.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.1.0-3
+ Revision: 99f6286
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4190 |14cr|perl-Class-Container-0.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-Container
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Glues object frameworks together transparently

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.bz2

BuildArch:	noarch
BuildRequires:	perl-devel
BuildRequires:	perl(Params::Validate)

%description
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason", in
which the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and
several other objects must create each other transparently, passing the
appropriate parameters to the right class, possibly substituting other
subclasses for any of these objects.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc Changes README
%{perl_vendorlib}/Class/Container.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-5
+ Revision: 355619b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4191 |14cr|perl-Class-Contract-1.140.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Contract
%define upstream_version 1.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Class-Contract module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Class::Contract module implements strong encapsulation, static
inheritance, and design-by-contract condition checking for
object-oriented Perl. The module provides a declarative syntax for
attribute, method, constructor, and destructor definitions at both
the object and class level. Pre-conditions, post-conditions, and
class invariants are also fully supported.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e "s,/usr/local/bin/perl,%{_bindir}/perl," demo.pl

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class/Contract
%{perl_vendorlib}/Class/Contract.pm
%{perl_vendorlib}/Class/demo.pl
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.140.0-5
+ Revision: 21b40ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4192 |14cr|perl-Class-Data-Accessor-0.40.40-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	Class-Data-Accessor
%define upstream_version	0.04004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Inheritable, overridable class and instance data accessor creation

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildArch:	noarch

%description
Class::Data::Accessor is the marriage of Class::Accessor and
Class::Data::Inheritable into a single module. It is used for creating
accessors to class data that overridable in subclasses as well as in
class instances.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/Class


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.40-6
+ Revision: 33f43a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4193 |14cr|perl-Class-Date-1.1.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-Date
%define upstream_version 1.1.15

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	2

Summary:	Class for easy date and time manipulation


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{version}.tar.gz

BuildRequires:	perl(UNIVERSAL::exports)
BuildRequires:	perl-devel


%description
This module is intended to provide a general-purpose date and datetime
type for perl. You have a Class::Date class for absolute date and
datetime, and have a Class::Date::Rel class for relative dates.

You can use "+", "-", "<" and ">" operators as with native perl data
types.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorarch}/Class
%{perl_vendorarch}/auto/Class
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.15-2
+ Revision: 05cff60
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4194 |14cr|perl-Class-DBI-3.0.17-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-DBI
%define upstream_version 3.0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Simple Database Abstraction

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-v%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(Class::Trigger)
BuildRequires:	perl(Clone)
BuildRequires:	perl(DBIx::ContextualFetch)
BuildRequires:	perl(Ima::DBI)
BuildRequires:	perl(UNIVERSAL::moniker)
BuildRequires:	perl(version)

BuildArch:	noarch
Requires:	perl(version)

%description
Class::DBI provides a convenient abstraction layer to a database.

It not only provides a simple database to object mapping layer, but can be used
to implement several higher order database functions (triggers, referential
integrity, cascading delete etc.), at the application level, rather than at the
database.

This is particularly useful when using a database which doesn't support these
(such as MySQL), or when you would like your code to be portable across
multiple databases which might implement these things in different ways.

In short, Class::DBI aims to make it simple to introduce 'best practice' when
dealing with data stored in a relational database.

%prep
%setup -q -n %{upstream_name}-v%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.17-9
+ Revision: 9c75084
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4195 |14cr|perl-Class-DBI-AutoLoader-0.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-DBI-AutoLoader
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Generates Class::DBI subclasses dynamically

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(DBI)
BuildArch:	noarch

%description
Class::DBI::AutoLoader scans the tables in a given database, and auto-generates
the Class::DBI classes. These are loaded into your package when you import
Class::DBI::AutoLoader, as though you had created the Data::FavoriteFilms class
and "use"d that directly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-5
+ Revision: 4d06a9b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4196 |14cr|perl-Class-DBI-FromForm-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-DBI-FromForm
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Update Class::DBI data using Data::FormValidator or HTML Widget

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Create and update Class::DBI objects from Data::FormValidator or HTML::Widget

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Class/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: d5765eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4197 |14cr|perl-Class-DBI-Loader-0.340.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-DBI-Loader
%define upstream_version 0.34

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Dynamic definition of Class::DBI sub classes

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Lingua::EN::Inflect)
BuildRequires:	perl(DBI)
BuildArch:	noarch

%description
Class::DBI::Loader automate the definition of Class::DBI sub-classes.
scan table schemas and setup columns, primary key.
class names are defined by table names and namespace option.
Class::DBI::Loader supports MySQL, Postgres and SQLite.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.340.0-5
+ Revision: 34c2dbf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4198 |14cr|perl-Class-DBI-mysql-1.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-DBI-mysql
%define upstream_version 1.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Class::DBI extension for MySQL

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::DBI)

BuildArch:	noarch

%description
This is an extension to Class::DBI, containing several functions and
optimisations for the MySQL database. Instead of setting Class::DBI as your
base class, use this instead.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# requires a running mysql server

%install
%makeinstall_std

%files
%doc Changes README INSTALL
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-9
+ Revision: c13040e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4199 |14cr|perl-Class-DBI-Pg-0.90.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-DBI-Pg
%define upstream_version 0.09

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Class::DBI extension for Postgres

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Class::DBI)
BuildArch:      noarch

%description
Class::DBI::Pg automate the setup of Class::DBI columns and primary key for
Postgres.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-4
+ Revision: 829b210
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4200 |14cr|perl-Class-DBI-Plugin-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-DBI-Plugin
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Abstract base class for Class::DBI plugins

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Class::DBI::Plugin is an abstract base class for Class::DBI plugins.
Its purpose is to make writing plugins easier. Writers of plugins
should be able to concentrate on the functionality their module
provides, instead of having to deal with the symbol table hackery
involved when writing a plugin module. Only three things must be
remembered:

1 All methods which are to exported are given the "Plugged"
attribute. All other methods are not exported to the plugged-in
class.
2 Method calls which are to be sent to the plugged-in class are
put in the init() method. Examples of these are set_sql(),
add_trigger() and so on.
3 The class parameter for the init() method and the "Plugged"
methods is the plugged-in class, not the plugin class.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: c5dca57
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4201 |14cr|perl-Class-DBI-Plugin-AbstractCount-0.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-DBI-Plugin-AbstractCount
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Get COUNT(*) results with abstract SQL

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(SQL::Abstract)
BuildRequires:	perl(Class::DBI::Plugin)
BuildRequires:	perl(Class::DBI)
BuildRequires:	perl(Class::Accessor::Grouped)
BuildArch:	noarch

%description
This Class::DBI plugin combines the functionality from
Class::DBI::Plugin::CountSearch (counting objects without
having to use an array or an iterator), and
Class::DBI::AbstractSearch, which allows complex
where-clauses a la SQL::Abstract.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-5
+ Revision: e124d73
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4202 |14cr|perl-Class-DBI-Plugin-Pager-0.566.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-DBI-Plugin-Pager
%define upstream_version 0.566

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Paged queries for CDBI

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Class/Class-DBI-Plugin-Pager-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Chained::Fast)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(Class::DBI)
BuildRequires:	perl(Data::Page)
BuildRequires:	perl(SQL::Abstract)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description
Adds a pager method to your class that can query using SQL::Abstract
where clauses, and limit the number of rows returned to a specific subset.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#%__make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Class/DBI/Plugin/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.566.0-3
+ Revision: 53d4c8b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4203 |14cr|perl-Class-DBI-SQLite-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-DBI-SQLite
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Class::DBI extension for sqlite

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::DBI)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBIx::ContextualFetch)
BuildArch:	noarch

%description
Class::DBI::SQLite is an extension to Class::DBI for DBD::SQLite. It allows you
to populate an auto-incremented row id after insert.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL installdirs=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: 3b71f8b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4204 |14cr|perl-Class-Declare-0.170.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Declare
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Class-Declare module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Exception)
BuildArch:	noarch

%description
Class::Declare allows class authors to specify public, private and
protected attributes and methods for their classes, giving them control
over how their modules may be accessed. The standard object oriented
programming concepts of *public*, *private* and *protected* have been
implemented for both class and instance (or object) attributes and
methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class/Declare.pm
%{perl_vendorlib}/Class/Declare
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-5
+ Revision: 922a0bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4205 |14cr|perl-Class-Declare-Attributes-0.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Declare-Attributes
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Class-Declare-Attributes module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/I/IB/IBB/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl(Class::Declare)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Class::Declare::Attributes extends Class::Declare by adding support for
Perl attributes for specifying class method types. This extension was
inspired by Damian Conway's Attribute::Handlers module, and Tatsuhiko
Miyagawa's Attribute::Protected module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class/Declare/Attributes.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-5
+ Revision: 2e2363a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4206 |14cr|perl-Class-Discover-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Discover
%define upstream_version 1.000003

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Detect MooseX::Declare's 'class' keyword in files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MM_Unix)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::Find::Rule::Perl)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This class is designed primarily for tools that whish to populate the
'provides' field of META.{yml,json} files so that the CPAN indexer will pay
attention to the existance of your classes, rather than blithely ignoring
them.

The version parsing is basically the same as what M::I's '->version_form'
does, so should hopefully work as well as it does.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-5
+ Revision: bb93725
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4207 |14cr|perl-Class-Field-0.150.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Field
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Class Field Accessor Generator

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Filter::Util::Call)
BuildArch:	noarch

%description
Class::Field exports two subroutines, 'field' and 'const'. These functions
are used to declare fields and constants in your class.

Class::Field generates custom code for each accessor that is optimized for
speed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-5
+ Revision: 92190c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4208 |14cr|perl-Class-Fields-0.204.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Fields
%define upstream_version 0.204

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Inspect the fields of a class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Carp::Assert)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(base)
BuildArch:	noarch

%description
* _Public member._

  Externally visible data or functionality. An attribute or method that is
  directly accessable from scopes outside the class. In Perl, most members
  are, by their standard semantics, public. By convention, attributes of
  Perl classes are regarded as private, as are methods whose names begin
  with an underscore.

  From *"Object Oriented Perl"* by Damian Conway

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.204.0-5
+ Revision: 75b8fbf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4209 |14cr|perl-Class-Generate-1.140.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Generate
%define upstream_version 1.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Generate Perl class hierarchies

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/Class-Generate-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires: perl(Module::Build)
BuildArch:      noarch

%description
The Class::Generate package exports functions that take as arguments a class
specification and create from these specifications a Perl 5 class. The
specification language allows many object-oriented constructs: typed members,
inheritance, private members, required members, default values, object methods,
class methods, class variables, and more.

CPAN contains similar packages. Why another? Because object-oriented
programming, especially in a dynamic language like Perl, is a complicated
endeavor. I wanted a package that would work very hard to catch the errors you
(well, I anyway) commonly make. I wanted a package that could help me enforce
the contract of object-oriented programming. I also wanted it to get out of my
way when I asked.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes README

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files 
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.140.0-3
+ Revision: 08c99bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4210 |14cr|perl-Class-Gomor-1.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Gomor
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Class::Gomor - another class and object builder

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch
%rename	perl-Class-Gomor-Hash

%description
This module is yet another class builder. This one adds parameter checking in
new constructor, that is to check for attributes existence, and definedness.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE LICENSE.Artistic README
%dir %{perl_vendorlib}/Class/Gomor
%{perl_vendorlib}/Class/Gomor/*.pm
%{perl_vendorlib}/Class/Gomor.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-5
+ Revision: 8674c69
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4211 |14cr|perl-Class-Gomor-Hash-0.22-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name Class-Gomor-Hash

Summary:	Class::Gomor::Hash - class and object builder, hash version

Name:		perl-%{real_name}
Version:	0.22
Release:	6
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module is yet another class builder. This one adds parameter
checking in constructor, that is to check for attributes
existence, and definedness. Since objects are built as hashes,
this module is suffixed by Hash.  In order to validate
parameters, the module needs to find attributes, and that is the
reason for declaring attributes in global variable names @AS,
@AA, @AO. They respectively state for Attribute Scalar, Attribute
Array and Attribute Other. The last one is used to avoid
autocreation of accessors, that is you put in your own ones.
Attribute validation is performed by looking at classes
hierarchy, by following @ISA tree inheritance.  The loss in speed
by validating all attributes is quite negligeable on a decent
machine (Pentium IV, 2.4 GHz), and with Perl 5.8.x. 

%prep
%setup -q -n %{real_name}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%dir %{perl_vendorlib}/Class/Gomor
%{perl_vendorlib}/Class/Gomor/Hash.pm
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.22-6
+ Revision: 37c6263
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4212 |14cr|perl-Class-InsideOut-1.130.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Class-InsideOut
%define upstream_version 1.13

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2
License:    GPL or Artistic
Group:      Development/Perl
Summary:    A safe, simple inside-out object construction kit
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Class::ISA)
BuildRequires: perl(Config)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::File)
BuildRequires: perl(List::Util)
BuildRequires: perl(Scalar::Util) >= 1.90.0
BuildRequires: perl(Storable)
BuildRequires: perl(Test::More) >= 0.450.0
BuildRequires: perl(XSLoader)
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl(threads)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This is a simple, safe and streamlined toolkit for building inside-out objects.
Unlike most other inside-out object building modules already on CPAN, this
module aims for minimalism and robustness:

* Does not require derived classes to subclass it
* Uses no source filters, attributes or CHECK blocks
* Supports any underlying object type including black-box inheritance
* Does not leak memory on object destruction
* Overloading-safe
* Thread-safe for Perl 5.8.5 or better
* mod_perl compatible
* Makes no assumption about inheritance or initializer needs

It provides the minimal support necessary for creating safe inside-out objects
and generating flexible accessors.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL -n INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CONTRIBUTING Changes LICENSE META.json META.yml MYMETA.yml README examples
%{_mandir}/man3/*
%{perl_vendorlib}/Class


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.130.0-2
+ Revision: cbbbd24
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4213 |14cr|perl-Class-Iterator-0.300.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Iterator
%define upstream_version 0.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A perl iterator class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Class::Iterator is a generic iterator object class. It use a closure an
wrap into an object interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/*/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-5
+ Revision: bd96be8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4214 |14cr|perl-Class-Load-XS-0.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Load-XS
%define upstream_version 0.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    XS implementation of parts of Class::Load

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Class::Load)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Implementation)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(XSLoader)
BuildRequires: perl(constant)
BuildRequires: perl(strict)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build)
BuildRequires: perl-devel

%description
This module provides an XS implementation for portions of the Class::Load
manpage. See the Class::Load manpage for API details.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README LICENSE META.yml Changes META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-3
+ Revision: 478040d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4215 |14cr|perl-Class-MakeMethods-1.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-MakeMethods
%define upstream_version 1.01

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Class::MakeMethods::Template::Array\\)'
%else
%define _requires_exceptions perl(Class::MakeMethods::Template::Array)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Generate common types of methods 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
By passing arguments to "use Class::MakeMethods ..." statements, you can
select from a library of hundreds of common types of methods, which are
dynamically generated and installed as subroutines in your module,
simplifying the code for your class.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
# use all defaults

CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc README CHANGES
%{perl_vendorlib}/Class/MakeMethods*
%{perl_vendorlib}/Class/benchmark.pl
%{_mandir}/man*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-5
+ Revision: cadbbb1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4216 |14cr|perl-Class-Member-1.600.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Member
%define upstream_version 1.6

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Class::Member - A set of modules to make the module developement easier

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/O/OP/OPI/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Class::Member - A set of modules to make the module developement
easier.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%dir %{perl_vendorlib}/Class/Member
%{perl_vendorlib}/Class/Member.pm
%{perl_vendorlib}/Class/Member/*.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.600.0-5
+ Revision: 5f7a324
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4217 |14cr|perl-Class-Method-Modifiers-2.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Method-Modifiers
%define upstream_version 2.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Provides Moose-like method modifiers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Fatal)
BuildArch:	noarch

%description
Method modifiers are a powerful feature from the CLOS (Common Lisp Object
System) world.

In its most basic form, a method modifier is just a method that calls
'$self->SUPER::foo(@_)'. I for one have trouble remembering that exact
invocation, so my classes seldom re-dispatch to their base classes. Very
bad!

'Class::Method::Modifiers' provides three modifiers: 'before', 'around',
and 'after'. 'before' and 'after' are run just before and after the method
they modify, but can not really affect that original method. 'around' is
run in place of the original method, with a hook to easily call that
original method. See the 'MODIFIERS' section for more details on how the
particular modifiers work.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Class



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.100.0-3
+ Revision: 91caf78
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4218 |14cr|perl-Class-Mix-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Mix
%define upstream_version 0.005

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Dynamic class mixing

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/Class-Mix-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Params::Classify)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildArch: noarch

%description
The 'mix_class' function provided by this module dynamically generates
`anonymous' classes with specified inheritance.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-3
+ Revision: 222177c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4219 |14cr|perl-Class-Multimethods-1.700.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Multimethods
%define upstream_version 1.70

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A multiple dispatch mechanism for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Class:Multimethod module exports a subroutine (&multimethod) that can
be used to declare other subroutines that are dispatched using a algorithm
different from the normal Perl subroutine or method dispatch mechanism.

Normal Perl subroutines are dispatched by finding the appropriately-named
subroutine in the current (or specified) package and calling that. Normal
Perl methods are dispatched by attempting to find the appropriately-named
subroutine in the package into which the invoking object is blessed or,
failing that, recursively searching for it in the packages listed in the
appropriate '@ISA' arrays.

Class::Multimethods multimethods are dispatched quite differently. The
dispatch mechanism looks at the classes or types of each argument to the
multimethod (by calling 'ref' on each) and determines the "closest"
matching _variant_ of the multimethod, according to the argument types
specified in the variants' definitions (see the Finding the "nearest"
multimethod manpage for a definition of "closest").

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.700.0-5
+ Revision: facee96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4220 |14cr|perl-Class-ParamParser-1.41.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Class-ParamParser
%define	upstream_version 1.041

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	CPAN %{upstream_name} perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DU/DUNCAND/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This Perl 5 object class implements two methods which inherited classes can use
to tidy up parameter lists for their own methods and functions.  The two
methods differ in that one returns a HASH ref containing named parameters and
the other returns an ARRAY ref containing positional parameters.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog ReadMe
%{perl_vendorlib}/Class/ParamParser.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.41.0-8
+ Revision: 209a986
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4221 |14cr|perl-Class-Prototyped-1.130.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Class-Prototyped
%define upstream_version 1.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Fast prototype-based OO programming in Perl

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Class-Prototyped/
Source0:	http://www.cpan.org/authors/id/T/TE/TEVERETT/Class-Prototyped-%{upstream_version}.tar.gz
BuildArch:	noarch
BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)

%description
This package provides for efficient and simple prototype-based programming
in Perl. You can provide different subroutines for each object, and also
have objects inherit their behavior and state from another object.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# Documentation and libraries should not be executable
chmod -x perf/* examples/* Changes lib/Class/*.pm lib/Class/Prototyped/*

%build
perl Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%check
./Build test

%files
%doc Changes README perf/ examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.130.0-3
+ Revision: 4210e13
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4222 |14cr|perl-Class-ReturnValue-0.550.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-ReturnValue
%define upstream_version 0.55

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Class-ReturnValue module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Devel::StackTrace)
BuildArch:	noarch

%description
This module provides a return-value object that lets you treat it as as a
boolean, array or object.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Class/ReturnValue.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.550.0-5
+ Revision: d3b1165
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4223 |14cr|perl-Class-Sniff-0.100.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Sniff
%define upstream_version 0.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Look for class composition code smells

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(B::Concise) >= 0.660.0
BuildRequires: perl(Devel::Symdump) >= 2.80.0
BuildRequires: perl(Digest::MD5) >= 2.360.0
BuildRequires: perl(File::Find::Rule) >= 0.300.0
BuildRequires: perl(Graph::Easy) >= 0.640.0
BuildRequires: perl(List::MoreUtils) >= 0.220.0
BuildRequires: perl(Module::Build) >= 0.340.201
BuildRequires: perl(Sub::Identify) >= 0.30.0
BuildRequires: perl(Test::Most) >= 0.200.0
BuildRequires: perl(Text::SimpleTable) >= 0.50.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
*ALPHA* code. You've been warned.

The interface is rather ad-hoc at the moment and is likely to change. After
creating a new instance, calling the 'report' method is your best option.
You can then visually examine it to look for potential problems:

 my $sniff = Class::Sniff->new({class => 'Some::Class'});
 print $sniff->report;

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
# don't run broken test
rm -f t/basic.t
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-2
+ Revision: 5e7a201
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4224 |14cr|perl-Class-Std-0.11.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Std
%define upstream_version 0.011

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Support for creating standard "inside-out" classes

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:      perl(Module::Build)

BuildArch:          noarch

%description
Support for creating standard "inside-out" classes

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
# only when building from CVS (version 1.51-3mdk)
#CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
#make docs -i
# only when building from CVS (version 1.51-3mdk)
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%clean 

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README
%{perl_vendorlib}/Class/Std*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.0-4
+ Revision: df50210
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4225 |14cr|perl-Class-Std-Fast-0.0.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Std-Fast
%define upstream_version v0.0.8

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Faster but less secure than Class::Std

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Std)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(version)

BuildArch:	noarch

Requires:	perl(Class::Std)
Requires:	perl(version)

%description
Class::Std::Fast allows you to use the beautiful API of Class::Std in a
faster way than Class::Std does.

You can get the object's ident via scalarifiyng your object.

Getting the objects ident is still possible via the ident method, but it's
faster to scalarify your object.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.8-8
+ Revision: 8110e47
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4226 |14cr|perl-Class-Throwable-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Throwable
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A minimal lightweight exception class

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements a minimal lightweight exception object. It is meant to
be a compromise between more basic solutions like Carp which can only print
information and cannot handle exception objects, and more more complex
solutions like Exception::Class which can be used to define complex inline
exceptions and has a number of module dependencies.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/Class/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: 56aa816
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4227 |14cr|perl-Class-Tiny-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Class-Tiny
%define upstream_version 1.000

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Minimalist class construction
License:    ASL 2.0
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::More) >= 0.960.0
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module offers a minimalist class construction kit in around 120
lines of code. Here is a list of features:

*   defines attributes via import arguments
*   generates read-write accessors
*   supports lazy attribute defaults
*   supports custom accessors
*   superclass provides a standard "new" constructor
*   "new" takes a hash reference or list of key/value pairs
*   "new" has heuristics to catch constructor attribute typos
*   "new" calls "BUILD" for each class from parent to child
*   superclass provides a "DESTROY" method
*   "DESTROY" calls "DEMOLISH" for each class from child to parent

It uses no non-core modules for any recent Perl. On Perls older than
v5.10 it requires MRO::Compat. On Perls older than v5.14, it requires
Devel::GlobalDestruction.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CONTRIBUTING Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-1
+ Revision: 4c683eb
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4228 |14cr|perl-Class-Trigger-0.140.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-Trigger
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Mixin to add / call inheritable triggers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(IO::Stringy)
BuildArch:	noarch

%description
Class::Trigger is a mixin class to add / call triggers (or hooks)
that get called at some points you specify.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-5
+ Revision: 008b15d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4229 |14cr|perl-Class-Unload-0.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Unload
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Unload a class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/Class-Unload-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Unload a class.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-3
+ Revision: 1d9e337
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4230 |14cr|perl-Class-WhiteHole-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-WhiteHole
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Base class to treat unhandled method calls as errors

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Its possible to accidentally inherit an AUTOLOAD method.  Often this
will happen if a class somewhere in the chain uses AutoLoader or
defines one of their own.  This can lead to confusing error messages
when method lookups fail.

Sometimes you want to avoid this accidental inheritance.  In that
case, inherit from Class::WhiteHole.  All unhandled methods will
produce normal Perl error messages.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: 02e36c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4231 |14cr|perl-Class-XPath-1.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name Class-XPath

Summary:	Class-XPath module for perl 

Name:		perl-%{real_name}
Version:	1.4
Release:	8
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module adds XPath-style matching to your object trees. This means
that you can find nodes using an XPath-esque query with "match()" from
anywhere in the tree. Also, the "xpath()" method returns a unqique path
to a given node which can be used as an identifier.

%prep
%setup -q -n %{real_name}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorlib}/Class/XPath.pm
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-8
+ Revision: 1190ef1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4232 |14cr|perl-Class-XSAccessor-Array-1.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-XSAccessor-Array
%define upstream_version 1.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

License:    GPL+ or Artistic
Group:      Development/Perl
Summary:    Generate fast XS accessors without runtime compilation

Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(AutoXS::Header)
BuildRequires: perl-devel


%description
The module implements fast XS accessors both for getting at and setting an
object attribute. Additionally, the module supports mutators and simple
predicates ('has_foo()' like tests for definedness of an attributes). The
module works only with objects that are implemented as *arrays*. Using it
on hash-based objects is bound to make your life miserable. Refer to the
Class::XSAccessor manpage for an implementation that works with hash-based
objects.

A simple benchmark showed more than a factor of two performance advantage
over writing accessors in Perl.

Since version 0.10, the module can also generate simple constructors
(implemented in XS) for you. Simply supply the 'constructor =>
'constructor_name'' option or the 'constructors => ['new', 'create',
'spawn']' option. These constructors do the equivalent of the following
perl code:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-4
+ Revision: 628997b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4233 |14cr|perl-Clipboard-0.13-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module   Clipboard

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Mac::Pasteboard\\)|perl\\(Win32::Clipboard\\)'
%endif

Name:		perl-%{module}
Version:	0.13
Release:	6
Summary:	Copy and paste with any OS

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/%{module}-%{version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Spiffy)
BuildArch:	noarch

%description
Who doesn't remember the first time they learned to copy and paste, and
generated an exponentially growing text document? Yes, that's right,
clipboards are magical.

With Clipboard.pm, this magic is now trivial to access, cross-platformly,
from your Perl code.

%prep
%setup -q -n %{module}-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Clipboard.pm
%{perl_vendorlib}/Clipboard
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13-6
+ Revision: 7a75db3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4234 |14cr|perl-Clone-Fast-0.930.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Clone-Fast
%define upstream_version 0.93

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	7

Summary:    Natively copying Perl data structures

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Clone/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
Essentially, this module is a very optimized version of the Clone::More
manpage. By taking advantage of one of the Clone::More manpage's
'OPTIMIZATION_HACKS' as well as removing all the Pure Perl from the
'More.pm', I was able to gain a lot of speed out of the module.
Essentially, though, the core of the module is exactly as that of the
Clone::More manpage.

You will see that by useing the Benchmark::cmpthese manpage, I ran a simple
comparison between the Storable::dclone manpage, the Clone::More::clone
manpage, and the Clone::Fast::clone manpage. You will (should) begin to see
the reason why I loaded this module along side of the Clone::More manpage.

				   Rate    Storable Clone::More Clone::Fast
	Storable     7552/s          --        -39%        -59%
	Clone::More 12400/s         64%          --        -33%
	Clone::Fast 18442/s        144%         49%          --

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# this test fails with perl >= 5.11
# https://rt.cpan.org/Ticket/Display.html?id=43248
rm t/03scalar.t
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.930.0-7
+ Revision: 17ab471
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4235 |14cr|perl-Clone-PP-1.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Clone-PP%define upstream_version 1.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Recursively copy Perl datatypes

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Clone/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides a general-purpose clone function to make deep
copies of Perl data structures. It calls itself recursively to copy
nested hash, array, scalar and reference types, including tied
variables and objects.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc README
%{_mandir}/*/*
%{perl_vendorlib}/Clone



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-3
+ Revision: 72fcf6f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4236 |14cr|perl-Compress-LZF-3.430.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Compress-LZF
%define	upstream_version 3.43

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:	Extremely light-weight Lempel-Ziv-Free compression

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://search.cpan.org/CPAN/modules/by-module/Compress/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
LZF is an extremely fast (not that much slower than a pure memcpy) compression
algorithm. It is ideal for applications where you want to save some space but
not at the cost of speed. It is ideal for repetitive data as well. The module
is self-contained and very small (no large library to be pulled in).
It is also free, so there should be no problems incoporating this module into
commercial programs.

"I have no idea wether any patents in any countries apply to this algorithm,
but at the moment it is believed that it is free from any patents."

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%clean 

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorarch}/Compress
%{perl_vendorarch}/auto/Compress



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.430.0-6
+ Revision: adc175d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4237 |14cr|perl-Compress-LZO-1.80.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Compress-LZO
%define upstream_version 1.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:	Compress-LZO module for perl 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Compress/%{upstream_name}-%{upstream_version}.tar.bz2
# seems a hack, but since we don't have liblzo1-devel...
Patch:		Compress-LZO-1.08-lzo2.patch

BuildRequires:	perl-devel
BuildRequires:	liblzo2-devel

%description
LZO is a portable lossless data compression library written in ANSI C. It
offers pretty fast compression and *very* fast decompression. Decompression
requires no memory. Perl-LZO provides LZO bindings for Perl, i.e. you can
access the LZO library from your Perl scripts thereby compressing ordinary Perl
strings.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch -p1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc COPYING INSTALL NEWS README
%{perl_vendorlib}/*/Compress/LZO.pm
%{perl_vendorlib}/*/auto/Compress/LZO
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-6
+ Revision: 8f663ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4238 |14cr|perl-Compress-Raw-Lzma-2.64.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name		Compress-Raw-Lzma
%define upstream_version 2.064

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Low-Level Interface to the liblzma compression library

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Lzma-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	pkgconfig(liblzma)

%description
Low-Level Interface to the liblzma compression library.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorarch}/Compress
%{perl_vendorarch}/auto/Compress




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.64.0-4
+ Revision: 09a3412
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4239 |14cr|perl-Config-Any-0.240.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Config-Any
%define upstream_version 0.24
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Load configuration from different file formats, transparently

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Config/Config-Any-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Pluggable) >= 3.01
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Config::General)
BuildRequires:	perl(Config::Tiny)
BuildRequires:	perl(JSON)
BuildRequires:	perl(YAML)
BuildRequires:	perl(XML::Simple)
BuildRequires:	perl(version)

BuildArch:	    noarch

%description
Config::Any provides a facility for Perl applications and libraries to
load configuration data from multiple different file formats. It
supports XML, YAML, JSON, Apache-style configuration, Windows INI
files, and even Perl code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/Config



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.240.0-3
+ Revision: 8167077
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4240 |14cr|perl-Config-ApacheFormat-1.200.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Config-ApacheFormat
%define upstream_version 1.2

Summary: 	Use Apache format config files 

Name: 		perl-%{module}
Version: 	%perl_convert_version %{upstream_version}
Release: 	11
License: 	GPL or Artistic
Group: 		Development/Perl
Source: 	http://search.cpan.org/CPAN/authors/id/S/SA/SAMTREGAR/%{module}-%{upstream_version}.tar.bz2
Url: 		http://search.cpan.org/dist/%{module}
BuildRequires: perl-devel
BuildRequires: perl(Class::MethodMaker)
# This one is not found automatically
Requires:      perl(Class::MethodMaker)
BuildArch: noarch

%description
This module is designed to parse a configuration file in the same syntax used
by the Apache web server (see http://httpd.apache.org for details). This
allows you to build applications which can be easily managed by experienced
Apache admins. Also, by using this module, you'll benefit from the support for
nested blocks with built-in parameter inheritance. This can greatly reduce the
amount or repeated information in your configuration files.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{_mandir}/*/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.200.0-11
+ Revision: 02d2367
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4241 |14cr|perl-Config-Augeas-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Config-Augeas
%define upstream_version 1.000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.000
Release:	3
Summary:	Edit configuration files through Augeas C library

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Config/Config-Augeas-1.000.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Test::More)
BuildRequires:	augeas-devel

%description
Augeas is a library and command line tool that focuses on the most basic
problem in handling Linux configurations programmatically: editing actual
configuration files in a controlled manner.

To that end, Augeas exposes a tree of all configuration settings (well, all
the ones it knows about) and a simple local API for manipulating the tree.
Augeas then modifies underlying configuration files according to the
changes that have been made to the tree; it does as little modeling of
configurations as possible, and focuses exclusively on transforming the
tree-oriented syntax of its public API to the myriad syntaxes of individual
configuration files.

This module provides an object oriented Perl interface for Augeas
configuration edition library with a more "perlish" API than Augeas C
counterpart.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README ChangeLog
%{perl_vendorarch}/Config
%{perl_vendorarch}/auto/Config
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 9b83f5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4242 |14cr|perl-Config-Auto-0.440.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Auto
%define upstream_version 0.44
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Magical config file parser

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Config::IniFiles)
BuildRequires:	perl(File::Spec::Functions)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::String)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::ParseWords)
BuildRequires:	perl(YAML)
BuildArch:	noarch

%description
This module was written after having to write Yet Another Config File
Parser for some variety of colon-separated config. I decided "never again".

Config::Auto aims to be the most 'DWIM' config parser available, by
detecting configuration styles, include paths and even config filenames
automagically.

See the the HOW IT WORKS manpage section below on implementation details.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.440.0-3
+ Revision: d88f31f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4243 |14cr|perl-Config-AutoConf-0.305.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-AutoConf
%define upstream_version 0.305

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A module to implement some of AutoConf macros in pure perl




License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl(ExtUtils::CBuilder)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
A module to implement some of AutoConf macros in pure perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.305.0-2
+ Revision: 66c10c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4244 |14cr|perl-Config-Crontab-1.400.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Crontab
%define upstream_version 1.40


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Read/Write Vixie compatible crontab(5) files 

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SC/SCOTTW/Config-Crontab-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Simple Time and Date module for perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.400.0-3
+ Revision: f96b7f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4245 |14cr|perl-Config-File-1.500.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-File
%define upstream_version 1.50

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:    	2
Epoch:      	1

BuildArch: 	noarch

Summary:	A perl5 interface to parse a simple configuration file
License:	GPLv2
Group:		Development/Perl
URL:		http://search.cpan.org/~gwolf/%{upstream_name}-%{upstream_version}/
Source0:	http://search.cpan.org/CPAN/authors/id/G/GW/GWOLF/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Test::Pod::Coverage)

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}

%description
Config::File - Parse a simple configuration file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%{__make} test

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc CHANGES README
%{_mandir}/*/*
%{perl_vendorarch}/../*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.500.0-2
+ Revision: a2b812c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4246 |14cr|perl-Config-Find-0.260.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Find
%define upstream_version 0.26

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32\\)'
%else
%define _requires_exceptions perl(Win32)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Find configuration files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Which)
BuildArch:	noarch

%description
Every OS has different rules for configuration files placement, this module
allows to easily find and create your app configuration files following
those rules.

Config::Find references configuration files by the application name or by
the application name and the configuration file name when the app uses
several application files, i.e 'emacs', 'profile', 'apache/httpd',
'apache/ssl'.

By default the $0 value is used to generate the configuration file name. To
define it explicitly the keywords 'name' or 'names' have to be used:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.260.0-6
+ Revision: 417e07c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4247 |14cr|perl-Config-GitLike-1.150.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-GitLike
%define upstream_version 1.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Git-like config file parsing with cascaded inheritance



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(MooX::Types::MooseLike::Base)
BuildRequires: perl(strictures)
BuildRequires: perl(Moo)
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module handles interaction with configuration files of the style used
by the version control system Git. It can both parse and modify these
files, as well as create entirely new ones.

You only need to know a few things about the configuration format in order
to use this module. First, a configuration file is made up of key/value
pairs. Every key must be contained in a section. Sections can have
subsections, but they don't have to. For the purposes of setting and
getting configuration variables, we join the section name, subsection name,
and variable name together with dots to get a key name that looks like
"section.subsection.variable". These are the strings that you'll be passing
in to 'key' arguments.

Configuration files inherit from each other. By default, 'Config::GitLike'
loads data from a system-wide configuration file, a per-user configuration
file, and a per-directory configuration file, but by subclassing and
overriding methods you can obtain any combination of configuration files.
By default, configuration files that don't exist are just skipped.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Config/





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.150.0-2
+ Revision: 56032db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4248 |14cr|perl-Config-Grammar-1.100.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Grammar
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6
Summary:	A grammar-based, user-friendly config parser

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Config::Grammar is a module to parse configuration files. The configuration
may consist of multiple-level sections with assignments and tabular data.
The parsed data will be returned as a hash containing the whole
configuration. Config::Grammar uses a grammar that is supplied upon
creation of a Config::Grammar object to parse the configuration file and
return helpful error messages in case of syntax errors. Using the *makepod*
method you can generate documentation of the configuration file format.

The *maketmpl* method can generate a template configuration file. If your
grammar contains regexp matches, the template will not be all that helpful
as Config::Grammar is not smart enough to give you sensible template data
based in regular expressions. The related function *maketmplmin* generates
a minimal configuration template without examples, regexps or comments and
thus allows an experienced user to fill in the configuration data more
efficiently.

Grammar Definition
    The grammar is a multiple-level hash of hashes, which follows the
    structure of the configuration. Each section or variable is represented
    by a hash with the same structure. Each hash contains special keys
    starting with an underscore such as '_sections', '_vars', '_sub' or
    '_re' to denote meta data with information about that section or
    variable. Other keys are used to structure the hash according to the
    same nesting structure of the configuration itself. The starting hash
    given as parameter to 'new' contains the "root section".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-6
+ Revision: 29bea29
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4249 |14cr|perl-Config-Identity-0.1.800-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Identity
%define upstream_version 0.0018

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Load (and optionally decrypt via GnuPG) user/pass identity information

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(IPC::Run)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Which)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)

BuildArch:	noarch

%description
Config::Identity is a tool for loadiing (and optionally decrypting via
GnuPG) user/pass identity information

For GitHub API access, an identity is a 'login'/'token' pair

For PAUSE access, an identity is a 'user'/'password' pair

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.800-3
+ Revision: 05aba15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4250 |14cr|perl-Config-INI-0.24.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-INI
%define upstream_version 0.024

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A subclassable .ini-file emitter


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Mixin::Linewise::Readers)
BuildRequires:	perl(Mixin::Linewise::Writers)

BuildArch:	noarch

%description
Config::INI::Reader is _yet another_ config module implementing _yet
another_ slightly different take on the undeniably easy to read the ".ini"
file format|Config::INI manpage. Its default behavior is quite similar to
that of the Config::Tiny manpage, on which it is based.

The chief difference is that Config::INI::Reader is designed to be
subclassed to allow for side-effects and self-reconfiguration to occur
during the course of reading its input.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.24.0-2
+ Revision: 0b1eb14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4251 |14cr|perl-Config-INI-MVP-0.24.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-INI-MVP
%define upstream_version 0.024

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Multi-value capable .ini file reader (for plugins)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Config::INI::Reader)
BuildRequires:	perl(Config::MVP::Assembler)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
The MVP INI file reader reads INI files, but can handle properties with
multiple values. The identification of properties that may have multiple
entries is done by section, on a plugin basis. For example, given the
following file:

  [Foo::Bar]
  x = 1
  y = 2
  y = 3

MVP will, upon reaching this section, load Foo::Bar and call a method (by
default 'multivalue_args') on it, to determine which property names may
have multiple entries. If the return value of that method includes 'y',
then the entry for 'y' in the Foo::Bar section will be an arrayref with two
values. If the list returned by 'multivalue_args' did not contain 'y', then
an exception would be raised while reading this section.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.24.0-4
+ Revision: 7eb8980
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4252 |14cr|perl-Config-INI-Simple-0.02-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   Config-INI-Simple

Name:		perl-%{realname}
Version:    0.02
Release:    7
License:	Artistic and GPL
Group:		Development/Perl
Summary:    Simple reading and writing from an INI file--with preserved comments

Source0:    ftp://ftp.perl.org/pub/CPAN/modules/by-module/Config/Config-INI-Simple-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/%{realname}
BuildRequires:	perl-devel

BuildArch: noarch

%description
Config::INI::Simple is for very simplistic reading and writing of INI files. 
A new object must be created for each INI file (an object keeps all the data 
read in from an INI which is used on the write method to write to the INI).

It also keeps all your comments and original order intact.

%prep
%setup -q -n %{realname}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files

%{perl_vendorlib}/Config/
%{_mandir}/man3/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.02-7
+ Revision: 3f42eb7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4253 |14cr|perl-Config-JFDI-0.65.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-JFDI
%define upstream_version 0.065

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Just * Do it: A Catalyst::Plugin::ConfigLoader-style layer over Config::Any

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Carp::Clan::Share)
BuildRequires:	perl(Clone)
BuildRequires:	perl(Config::Any)
BuildRequires:	perl(Data::Visitor)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Hash::Merge::Simple)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::AttributeHelpers)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Sub::Install)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Test::Warn)
BuildArch:	noarch

%description
Config::JFDI is an implementation of the Catalyst::Plugin::ConfigLoader
manpage that exists outside of the Catalyst manpage.

Essentially, Config::JFDI will scan a directory for files matching a
certain name. If such a file is found which also matches an extension that
Config::Any can read, then the configuration from that file will be loaded.

Config::JFDI will also look for special files that end with a "_local"
suffix. Files with this special suffix will take precedence over any other
existing configuration file, if any. The precedence takes place by merging
the local configuration with the "standard" configuration via the
Hash::Merge::Simple manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.65.0-5
+ Revision: daeb04b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4254 |14cr|perl-Config-Model-2.54.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Model
%define upstream_version 2.054

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Framework for config validation and edition


Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(AnyEvent)
BuildRequires:	perl(Carp::Assert::More)
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(Hash::Merge) >= 0.120.0
BuildRequires:	perl(IO::File)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Log::Log4perl) >= 1.110.0
BuildRequires:	perl(Module::Build) >= 0.340.0
BuildRequires:	perl(Mouse)
BuildRequires:	perl(MouseX::NativeTraits)
BuildRequires:	perl(MouseX::StrictConstructor)
BuildRequires:	perl(Parse::RecDescent)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Pod::POM)
BuildRequires:	perl(Probe::Perl)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Term::ReadLine)
BuildRequires:	perl(Test::Command) >= 0.80.0
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::File::Contents)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn) >= 0.110.0
BuildRequires:	perl(Text::Diff)
BuildRequires:	perl(YAML::Any) >= 0.303.0
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

Requires:	perl(Parse::RecDescent)
Requires:	perl(Exception::Class)
Requires:	perl(Carp::Assert::More)

%description
Config::Model provides a validation engine according to a set of rules.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Build.PL installdirs=vendor
./Build

#%check
#./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc  LICENSE META.yml MODELS MYMETA.yml  TODO examples
%{_bindir}/cme
%{_bindir}/config-edit*
%{perl_vendorlib}/Config
%{_mandir}/man1/*
%{_mandir}/man3/*









%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.54.0-3
+ Revision: fb50ed3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4255 |14cr|perl-Config-Model-CursesUI-1.104.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Config-Model-CursesUI
%define upstream_version    1.104

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	Curses interface for Config::Model

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Config::Model)
BuildRequires:	perl(Curses::UI)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl-MouseX-NativeTraits
BuildArch:	noarch

%description
This class provides a the Curses::UI manpage interface to configuration
data managed by the Config::Model manpage.

IMPORTANT: Once the CursesUI object is created, STDOUT and STDERR are
managed by the Curses interface, so all print and warn will not work as
expected.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README ChangeLog
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.104.0-5
+ Revision: 93bb84e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4256 |14cr|perl-Config-Model-Itself-1.239.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Model-Itself
%define upstream_version 1.239

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Edit and validate configuration models

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/Config-Model-Itself-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(namespace::autoclean)
BuildRequires:	perl(Config::Model::TkUI)
BuildRequires:	perl(Config::Model)
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Pod::POM)
BuildRequires:	x11-server-xvfb

BuildArch:	noarch

%description
The Config::Itself and its model files provide a model of Config:Model
(hence the Itself name).

Let's step back a little to explain. Any configuration data is, in essence,
structured data. This data could be stored in an XML file. A configuration
model is a way to describe the structure and relation of all items of a
configuration data set.

This configuration model is also expressed as structured data. This
structure data is structured and follow a set of rules which are described
for humans in the Config::Model manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Build.PL installdirs=vendor
./Build

#%check
#xvfb-run -n 14 
#./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README 
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_bindir}/config-model-edit
%{perl_vendorlib}/Config


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.239.0-3
+ Revision: 83653a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4257 |14cr|perl-Config-Model-OpenSsh-1.236.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Model-OpenSsh
%define upstream_version 1.236

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	OpenSsh configuration files editor and API


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Config::Model)
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(Log::Log4perl) >= 1.110.0
BuildRequires:	perl(Module::Build) >= 0.360.100
BuildRequires:	perl(Mouse::Meta::Attribute::Custom::Trait::Hash)
BuildRequires:	perl(MouseX::StrictConstructor)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::File::Contents)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Config::Model::Tester)
BuildArch:	noarch

%description
This module provides a configuration model for OpenSsh. Then Config::Model
provides a graphical editor program for _/etc/ssh/sshd_config_ and
_/etc/ssh/ssh_config_. See the config-edit-sshd manpage and the
config-edit-ssh manpage for more help.

This module and Config::Model can also be used to modify safely the content
for _/etc/ssh/sshd_config_, _/etc/ssh/ssh_config_ or _~/.ssh/config_ from
Perl programs.

Once this module is installed, you can run (as root, but please backup
/etc/X11/xorg.conf before):

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
rm -f t/pod.t
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc LICENSE META.yml MYMETA.yml demo
%{_mandir}/man3/*
%{perl_vendorlib}/Config



%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.236.0-2
+ Revision: 215064c
- Added Sub::Identify BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4258 |14cr|perl-Config-Model-Tester-2.47.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Config-Model-Tester
%define upstream_version 2.047

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Test framework for Config::Model


License:	LGPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(Log::Log4perl)
BuildRequires:	perl(Module::Build) >= 0.400.400
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::File::Contents)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(Test::Warn)

BuildArch:	noarch

%description
Config::Model::Tester provides a way to test configuration models with
test files. This class was designed to test several models and several
test cases per model.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.47.0-4
+ Revision: 97b48cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4259 |14cr|perl-Config-Model-TkUI-1.341.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Model-TkUI
%define upstream_version 1.341

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    GUI for conf editors based on Config::Model

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Log::Log4perl)
BuildRequires: perl(Carp::Assert::More)
BuildRequires: perl(Exception::Class)
BuildRequires: perl(Module::Build)
#BuildRequires: perl(Config::Model)
BuildRequires: perl(Pod::POM)
BuildRequires: perl(Tk::DirSelect)
BuildRequires: perl(Tk::ObjScanner)
BuildRequires: perl(Test::Warn)
BuildRequires: x11-server-xvfb

BuildArch: noarch

Requires: perl(Config::Model)

%description
This class provides a GUI for the Config::Model manpage.

With this class, the Config::Model manpage and an actual configuration
model (like the Config::Model::Xorg manpage), you get a tool to edit
configuration files (e.g. '/etc/X11/xorg.conf').

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc  README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.341.0-3
+ Revision: b2c2fbd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4260 |14cr|perl-Config-MVP-2.200.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-MVP
%define upstream_version 2.200007

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Multivalue-property config-loading state machine

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/Config-MVP-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Class::Load)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::OneArgNew)
BuildRequires:	perl(Role::HasMessage)
BuildRequires:	perl(Role::Identifiable::HasIdent)
BuildRequires:	perl(StackTrace::Auto)
BuildRequires:	perl(Tie::IxHash)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More) >= 0.960
BuildRequires:	perl(Throwable)

Requires:	perl(Throwable)
Requires:	perl(Role::Identifiable::HasIdent)
Requires:	perl(Role::HasMessage)
Requires:	perl(StackTrace::Auto)
Requires:	perl(MooseX::OneArgNew)
BuildArch:	noarch

%description
MVP is a state machine for loading configuration (or other information) for
libraries. It expects to generate a list of named sections, each of which
relates to a Perl namespace and contains a set of named parameters.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.200.7-3
+ Revision: 4df91e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4261 |14cr|perl-Config-MVP-Reader-INI-2.101.462-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-MVP-Reader-INI
%define upstream_version 2.101462

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 2.101462
Release:	3

Summary:	Multi-value capable .ini file reader (for plugins)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/Config-MVP-Reader-INI-2.101462.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Config::INI::Reader)
BuildRequires:	perl(Config::MVP::Assembler)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
The MVP INI file reader reads INI files, but can handle properties with
multiple values. The identification of properties that may have multiple
entries is done by section, on a plugin basis. For example, given the
following file:

  [Foo::Bar]
  x = 1
  y = 2
  y = 3

MVP will, upon reaching this section, load Foo::Bar and call a method (by
default 'multivalue_args') on it, to determine which property names may
have multiple entries. If the return value of that method includes 'y',
then the entry for 'y' in the Foo::Bar section will be an arrayref with two
values. If the list returned by 'multivalue_args' did not contain 'y', then
an exception would be raised while reading this section.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.101.462-3
+ Revision: 4400289
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4262 |14cr|perl-Config-Perl-V-0.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Perl-V%define upstream_version 0.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A module that will return you the output of

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildRequires:	perl(Config)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::NoWarnings)
BuildArch:	noarch

%description
$conf = myconfig ()
    This function will collect the data described in the the hash structure
    manpage below, and return that as a hash reference. It optionally
    accepts an option to include more entries from the ENV hash. See the
    environment manpage below.

    Note that this will not work on uninstalled perls when called with
    '-I/path/to/uninstalled/perl/lib', but it works when that path is in
    '$PERL5LIB' or in '$PERL5OPT', as paths passed using '-I' are not known
    when the '-V' information is collected.

$conf = plv2hash ($text [, ...])
    Convert a sole 'perl -V' text block, or list of lines, to a complete
    myconfig hash. All unknown entries are defaulted.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changelog
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-3
+ Revision: f53440a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4263 |14cr|perl-Config-Properties-1.770.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Properties
%define upstream_version 1.77

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Configuration using Java style properties


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Wrap)
BuildArch:	noarch

%description
Config::Properties is a near implementation of the java.util.Properties
API. It is designed to allow easy reading, writing and manipulation of
Java-style property files.

The format of a Java-style property file is that of a key-value pair
seperated by either whitespace, the colon (:) character, or the equals (=)
character. Whitespace before the key and on either side of the seperator is
ignored.

Lines that begin with either a hash (#) or a bang (!) are considered
comment lines and ignored.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.770.0-2
+ Revision: 5e9c4ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4264 |14cr|perl-ConfigReader-0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module   ConfigReader

Name:		perl-%{module}
Version:	0.5
Release:	6
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Read directives from a configuration file

Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/ConfigReader/%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The ConfigReader::Spec class stores a specification about configuration
directives: their names, whether they are required or if they have default
values, and what parsing function or method to use.

%prep
%setup -q -n %{module}-%{version} 
cat > Makefile.PL <<EOF
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'	       => 'ConfigReader::DirectiveStyle',
    'VERSION_FROM' => 'DirectiveStyle.pm',
);
EOF

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-6
+ Revision: e82eb4c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4265 |14cr|perl-ConfigReader-Simple-1.280.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ConfigReader-Simple
%define upstream_version 1.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Read simple configuration file formats

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ConfigReader/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(Test::Warn)
BuildArch:	noarch

%description
'ConfigReader::Simple' reads and parses simple configuration files. It is
designed to be smaller and simpler than the 'ConfigReader' module and is
more suited to simple configuration files. 

The configuration file format
    The configuration file uses a line-oriented format, meaning that the
    directives do not have containers. The values can be split across lines
    with a continuation character, but for the most part everything ends up
    on the same line.

    The first group of non-whitespace characters is the "directive", or the
    name of the configuration item. The linear whitespace after that
    separates the directive from the "value", which is the rest of the
    line, including any other whitespace.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.280.0-6
+ Revision: 599f964
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4266 |14cr|perl-Config-Simple-4.590.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Simple
%define upstream_version 4.59

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Config-Simple module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Reading and writing configuration files is one of the most frequent
aspects of any software design. Config::Simple is the library to help
you with it.

Config::Simple is a class representing configuration file object. It
supports several configuration file syntax and tries to identify the
file syntax to parse them accordingly. Library supports parsing,
updating and creating configuration files.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find . -type f -exec chmod 0644 {} \;

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Config/Simple.pm
%{perl_vendorlib}/auto/Config/Simple
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.590.0-5
+ Revision: ae80023
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4267 |14cr|perl-Config-Std-0.901.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Std
%define upstream_version 0.901

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3
Summary:    Load and save configuration files in a standard format 

License:    GPL or Artistic
Group:      Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Config/Config-Std-%{upstream_version}.tar.gz
BuildRequires:      perl(Module::Build)
BuildRequires:      perl(Class::Std)
Requires:           perl(Class::Std)
BuildArch:          noarch

%description
Load and save configuration files in a standard format 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
# only when building from CVS (version 1.51-3mdk)
#CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
#make docs -i
# only when building from CVS (version 1.51-3mdk)
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%clean 

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README
%{perl_vendorlib}/Config/Std*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.901.0-3
+ Revision: f754152
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4268 |14cr|perl-Config-YAML-1.420.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Config-YAML
%define upstream_version 1.42

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Generic Config perl module

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/M/MD/MDXI/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(YAML)
BuildArch:	noarch

%description
This module opens a config file and parses it's contents for you. The
method new requires one parameter which needs to be a filename. The
method getall returns a hash which contains all options and it's
associated values of your config file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Config
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.420.0-5
+ Revision: 24de9c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4269 |14cr|perl-constant-1.270.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    constant
%define upstream_version 1.27

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Define compile-time constants

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//constant-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
Provides:	perl(constant)
BuildArch:	noarch

%description
This pragma allows you to declare constants at compile-time.

When you declare a constant such as 'PI' using the method shown above, each
machine your script runs upon can have as many digits of accuracy as it can
use. Also, your program will be easier to read, more likely to be
maintained (and maintained correctly), and far less likely to send a space
probe to the wrong planet because nobody noticed the one equation in which
you wrote '3.14195'.

When a constant is used in an expression, Perl replaces it with its value
at compile time, and may then optimize the expression further. In
particular, any code in an 'if (CONSTANT)' block will be optimized away if
the constant is false.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.270.0-3
+ Revision: 4fa92cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4270 |14cr|perl-Context-Preserve-0.01-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module   Context-Preserve

Name:		perl-%{module}
Version:	0.01
Release:	7
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Run code after a subroutine call preserving the context

Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Context/%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::use::ok)
BuildArch:	noarch

%description
Sometimes you need to call a function, get the results, act on the results,
then return the result of the function. This is painful because of
contexts; the original function can behave different if it's called in
void, scalar, or list context. You can ignore the various cases and just
pick one, but that's fragile. To do things right, you need to see which
case you're being called in, and then call the function in that context.
This results in 3 code paths, which is a pain to type in (and maintain).

This module automates the process. You provide a coderef that is the
"original function", and another coderef to run after the original runs.
You can modify the return value (aliased to @_) here, and do whatever else
you need to do. 'wantarray' is correct inside both coderefs; in "after",
though, the return value is ignored and the value 'wantarray' returns is
related to the context that the original function was called in.

%prep
%setup -q -n %{module}-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.01-7
+ Revision: 6f58999
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4271 |14cr|perl-Convert-Bencode-1.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Convert-Bencode
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	Functions for converting to/from bencoded strings

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Convert-Bencode/
Source0:	http://www.cpan.org/authors/id/O/OR/ORCLEV/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exporter)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More) >= 0.45

BuildArch:	noarch

%description
This module provides two functions, bencode and bdecode, which encode and
decode bencoded strings respectively.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README Todo
%{perl_vendorlib}/*
%{_mandir}/man3/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-5
+ Revision: d01fcfe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4272 |14cr|perl-Convert-Bencode_XS-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Convert-Bencode_XS
%define upstream_version 0.06

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:	4
Summary:        Faster conversions to/from Bencode format

License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/Convert-Bencode_XS/
Source0:        http://www.cpan.org/authors/id/I/IW/IWADE/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:  perl(Exporter)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:	perl-devel

%description
This module provides two functions, bencode and bdecode, which encode and
decode bencoded strings respectively.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
%make

# Likely we need non-ascii locale for tests to pass
# %check
# %make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Convert*
%{_mandir}/man3/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-4
+ Revision: 44b542b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4273 |14cr|perl-Convert-Binary-C-0.760.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Convert-Binary-C
%define upstream_version 0.76

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Convert/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
Convert::Binary::C is a preprocessor and parser for C type definitions. 
It is highly configurable and supports arbitrarily complex data structures. 
Its object-oriented interface has pack and unpack methods that act as 
replacements for Perl's pack and unpack and allow to use C types instead 
of a string representation of the data structure for conversion of binary 
data from and to Perl's complex data structures.

Actually, what Convert::Binary::C does is not very different from what a 
C compiler does, just that it doesn't compile the source code into an object 
file or executable, but only parses the code and allows Perl to use the 
enumerations, structs, unions and typedefs that have been defined within 
your C source for binary data conversion, similar to Perl's pack and unpack.

Beyond that, the module offers a lot of convenience methods to retrieve 
information about the C types that have been parsed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%check
%make test

%clean 

%install
%makeinstall_std

%files
%{_bindir}/*
%doc Changes README
%{perl_vendorlib}/
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.760.0-4
+ Revision: a3350a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4274 |14cr|perl-Convert-Color-0.110.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Convert-Color
%define upstream_version 0.11

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Convert::Color::HueChromaBased\\)'
%else
%define 
%define _requires_exceptions perl(Convert::Color::HueChromaBased)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A color value represented as red/green/blue in


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Convert/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Number::Delta)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(List::UtilsBy)
BuildArch:	noarch

%description
This module provides conversions between commonly used ways to express
colors. It provides conversions between color spaces such as RGB and HSV,
and it provides ways to look up colors by a name.

This class provides a base for subclasses which represent particular color
values in particular spaces. The base class provides methods to represent
the color in a few convenient forms, though subclasses may provide more
specific details for the space in question.

For more detail, read the documentation on these classes; namely:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-2
+ Revision: 99898c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4275 |14cr|perl-Convert-EBCDIC-0.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Convert-EBCDIC
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Convert-EBCDIC module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Convert/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides two functions ascii2ebcdic and ebcdic2ascii for
converting a string from/to ASCII to/from EBCDIC, and two code pages
ccsid819 and ccsid1047.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Convert/EBCDIC.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-5
+ Revision: 6385723
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4276 |14cr|perl-Convert-Scalar-1.100.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Convert-Scalar
%define	upstream_version 1.1

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Convert-Scalar module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/Convert/%{module}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
This module exports various internal perl methods that change the internal
representation or state of a perl scalar. All of these work in-place, that is,
they modify their scalar argument. No functions are exported by default.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes COPYING README
%{perl_vendorarch}/Convert/Scalar.pm
%{perl_vendorarch}/auto/Convert/Scalar
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-6
+ Revision: 82fab31
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4277 |14cr|perl-Convert-Units-0.430.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Convert-Units
%define upstream_version 0.43

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Convert-Units module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Convert/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Units package is a collection of modules for parsing strings with unit
measurements (such as "12pt" or "3 meters") and converting them to some other
unit (such as "picas" or "inches").

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Convert/Units
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.430.0-5
+ Revision: ccb64a7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4278 |14cr|perl-Cookie-Baker-0.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Cookie-Baker
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Cookie string generator / parser


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Cookie/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Module::Build) >= 0.380.0
BuildRequires: perl(Test::More) >= 0.980.0
BuildRequires: perl(Test::Time)
BuildRequires: perl(URI::Escape)
BuildArch:  noarch

%description
Cookie::Baker provides simple cookie string generator and parser.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-3
+ Revision: 3b5d5fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4279 |14cr|perl-Coro-6.390.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Coro
%define upstream_version 6.39
#define _without_check 1

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Epoch:		2

Summary:	Coroutine process abstraction


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Coro-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-IO-AIO
BuildRequires:	perl-AnyEvent >= 1:4.05
BuildRequires:	perl-Guard
BuildRequires:	perl-common-sense
#gw the test EV/t/01_unblock fails in 4.37:
# http://rt.cpan.org/Ticket/Display.html?id=32475
#BuildRequires:  perl-EV >= 2.0
%define __noautoreq 'Exporter::|Coro::Socket::'

%description
This module collection manages coroutines. Coroutines are similar to
threads but don't run in parallel.

%package	AnyEvent
Summary:	Use Coro within an AnyEvent environment


Group:		Development/Perl

%description	AnyEvent
This module integrates coroutines into any event loop supported by
AnyEvent, combining event-based programming with coroutine-based
programming in a natural way.

%package	BDB
Summary:	Truly asynchronous bdb access


Group:		Development/Perl

%description	BDB
This module implements a thin wrapper around the BDB module.

Each BDB request that could block and doesn't get passed a callback
will normally block all coroutines. after loading this module, this
will no longer be the case.


%prep
%setup -q -n %{module}-%{upstream_version} 
#gw wrong shell bang:
sed -i "s^/opt/bin/perl^%{_bindir}/perl^" Coro/jit*pl

%build
echo -e  "n\nu\n" | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%{!?_without_check:make test}

%install
%makeinstall_std


%files
%doc README.linux-glibc README Changes
%dir %{perl_vendorarch}/Coro
%{perl_vendorarch}/Coro/AIO.pm
%{perl_vendorarch}/Coro/Channel.pm
%{perl_vendorarch}/Coro/CoroAPI.h
%{perl_vendorarch}/Coro/Debug.pm
%{perl_vendorarch}/Coro/Event.pm
%{perl_vendorarch}/Coro/Handle.pm
%{perl_vendorarch}/Coro/Intro.pod
%{perl_vendorarch}/Coro/LWP.pm
%{perl_vendorarch}/Coro/MakeMaker.pm
%{perl_vendorarch}/Coro/RWLock.pm
%{perl_vendorarch}/Coro/Select.pm
%{perl_vendorarch}/Coro/Semaphore.pm
%{perl_vendorarch}/Coro/SemaphoreSet.pm
%{perl_vendorarch}/Coro/Signal.pm
%{perl_vendorarch}/Coro/Socket.pm
%{perl_vendorarch}/Coro/Specific.pm
%{perl_vendorarch}/Coro/State.pm
%{perl_vendorarch}/Coro/Storable.pm
%{perl_vendorarch}/Coro/Timer.pm
%{perl_vendorarch}/Coro/Util.pm
%{perl_vendorarch}/Coro/jit-*.pl
%{perl_vendorarch}/Coro.pm
%{perl_vendorarch}/auto
%{_mandir}/man3/Coro.3pm*
%{_mandir}/man3/Coro::AIO.3pm*
%{_mandir}/man3/Coro::Channel.3pm*
%{_mandir}/man3/Coro::Debug.3pm*
%{_mandir}/man3/Coro::Event.3pm*
%{_mandir}/man3/Coro::Handle.3pm*
%{_mandir}/man3/Coro::Intro.3pm*
%{_mandir}/man3/Coro::LWP.3pm*
%{_mandir}/man3/Coro::MakeMaker.3pm*
%{_mandir}/man3/Coro::RWLock.3pm*
%{_mandir}/man3/Coro::Select.3pm*
%{_mandir}/man3/Coro::Semaphore.3pm*
%{_mandir}/man3/Coro::SemaphoreSet.3pm*
%{_mandir}/man3/Coro::Signal.3pm*
%{_mandir}/man3/Coro::Socket.3pm*
%{_mandir}/man3/Coro::Specific.3pm*
%{_mandir}/man3/Coro::State.3pm*
%{_mandir}/man3/Coro::Storable.3pm*
%{_mandir}/man3/Coro::Timer.3pm*
%{_mandir}/man3/Coro::Util.3pm*

%files BDB
%{perl_vendorarch}/Coro/BDB.pm
%{_mandir}/man3/Coro::BDB*

%files AnyEvent
%{perl_vendorarch}/Coro/AnyEvent.pm
%{_mandir}/man3/Coro::AnyEvent*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:6.390.0-2
+ Revision: b1e2669
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4280 |14cr|perl-CPAN-2.50.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	CPAN
%define upstream_version 2.05

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Mac::BuildTools\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Epoch:		1

Summary:	%{upstream_name} module for perl


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/%{upstream_name}/authors/id/A/AN/ANDK/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(YAML)
BuildRequires:	perl(YAML::Syck)

BuildArch:	noarch

%description
The CPAN module automates or at least simplifies the make and install of
perl modules and extensions. It includes some primitive searching
capabilities and knows how to use Net::FTP or LWP or some external
download clients to fetch the distributions from the net.

These are fetched from one or more of the mirrored CPAN (Comprehensive
Perl Archive Network) sites and unpacked in a dedicated directory.

The CPAN module also supports the concept of named and versioned
*bundles* of modules. Bundles simplify the handling of sets of related
modules. See Bundles below.

The package contains a session manager and a cache manager. The session
manager keeps track of what has been fetched, built and installed in the
current session. The cache manager keeps track of the disk space
occupied by the make processes and deletes excess space according to a
simple FIFO mechanism.

All methods provided are accessible in a programmer style and in an
interactive shell style.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Signature file does not contain debug files signatures, just ignore the file for tests
mv SIGNATURE SIGNATURE_test
# perl(CPAN::Test::Dummy::Perl5::Make::CircDepeOne/Two/Three) issue a warning if not present
# so we just ignore them (they induce a failure if tested)
%make test
mv SIGNATURE_test SIGNATURE

%install
%makeinstall_std
# Temporarily rename the cpan shell in order to wait for perl-5.10
mv %{buildroot}/%{_bindir}/cpan %{buildroot}/%{_bindir}/cpan-%{upstream_version}
mv %{buildroot}/%{_mandir}/man1/cpan.1 %{buildroot}/%{_mandir}/man1/cpan-%{upstream_version}.1

%files
%doc Changes README
%{_bindir}/*
%{perl_vendorlib}
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.50.0-2
+ Revision: 19afe31
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4281 |14cr|perl-CPAN-Changes-0.280.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Changes
%define upstream_version 0.28

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Read and write Changes files


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:  perl(Compress::Zlib)
BuildRequires:  perl(URI)
BuildRequires:  perl-devel
BuildArch:      noarch

%description
It is standard practice to include a Changes file in your distribution.
The purpose the Changes file is to help a user figure out what has
changed since the last release.

People have devised many ways to write the Changes file. A preliminary
specification has been created (CPAN::Changes::Spec) to encourage module
authors to write clear and concise Changes.

This module will help users programmatically read and write Changes
files that conform to the specification.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{perl_vendorlib}/CPAN
%{perl_vendorlib}/Test/CPAN
%{_mandir}/*/*
%{_bindir}/tidy_changelog


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.280.0-2
+ Revision: 4ab2d8c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4282 |14cr|perl-CPAN-Checksums-2.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Checksums
%define upstream_version 2.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Write a C<CHECKSUMS> file for a directory as on CPAN


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Compress::Bzip2)
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(Data::Compare)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(DirHandle)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::File)

BuildArch:	noarch

%description
* $success = updatedir($dir)

  'updatedir()' takes a directory name as argument and writes a typical
  'CHECKSUMS' file in that directory as used on CPAN unless a previously
  written 'CHECKSUMS' file is there that is still valid. Returns 2 if a new
  'CHECKSUMS' file has been written, 1 if a valid 'CHECKSUMS' file is
  already there, otherwise dies.

  Note: since version 2.0 updatedir on empty directories behaves just the
  same. In older versions it silently did nothing.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
rm -f *.list
rm -f t/00signature.t
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.90.0-3
+ Revision: e8c2a12
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4283 |14cr|perl-CPANDB-0.140.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPANDB
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	CPANDB class for the distribution table

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(LWP::Online)
BuildRequires:	perl(ORLite::Mirror)
BuildRequires:	perl(ORLite::Statistics)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
CPANDB class for the distribution table.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README Changes
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/cpangraph



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-5
+ Revision: 4c51588
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4284 |14cr|perl-CPAN-Dependency-0.160.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Dependency
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Analyzes CPAN modules and generates their dependency tree

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/CPAN-Dependency-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CPANPLUS)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBI)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Module::CoreList)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(YAML)
BuildArch:	noarch

%description
This module can process a set of distributions, up to the whole CPAN, and
extract the dependency relations between these distributions.
Alternatively, it can load the prerequisites information from a CPANTS
database. 

It also calculates a score for each distribution based on the number of
times it appears in the prerequisites of other distributions. The algorithm
is described in more details in the "SCORE CALCULATION" manpage. 

'CPAN::Dependency' stores the data in an internal structure which can be
saved and loaded using 'save_deps_tree()' and 'load_deps_tree()'. The
structure looks like this: 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-3
+ Revision: 86fa9db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4285 |14cr|perl-CPAN-DistnameInfo-0.120.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-DistnameInfo
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Extract distribution name and version from a distribution filename

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Many online services that are centered around CPAN attempt to associate
multiple uploads by extracting a distribution name from the filename of the
upload. For most distributions this is easy as they have used
ExtUtils::MakeMaker or Module::Build to create the distribution, which results
in a uniform name. But sadly not all uploads are created in this way.

CPAN::DistnameInfo uses heuristics that have been learnt by
http://search.cpan.org/ to extract the distribution name and version from
filenames and also report if the version is to be treated as a developer
release.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/CPAN
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-4
+ Revision: aa03bd8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4286 |14cr|perl-Cpanel-JSON-XS-2.340.400-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Cpanel-JSON-XS
%define upstream_version 2.3404

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Dummy module providing Cpanel::JSON::XS::Boolean

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Cpanel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Pod::Text) >= 2.80.0
BuildRequires: perl(Pod::Usage) >= 1.330.0
BuildRequires: perl-devel

%description
This module converts Perl data structures to JSON and vice versa. Its
primary goal is to be _correct_ and its secondary goal is to be _fast_. To
reach the latter goal it was written in C.

As this is the n-th-something JSON module on CPAN, what was the reason to
write yet another JSON module? While it seems there are many JSON modules,
none of them correctly handle all corner cases, and in most cases their
maintainers are unresponsive, gone missing, or not listening to bug reports
for other reasons.

See below for the Cpanel fork.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc COPYING Changes META.json META.yml MYMETA.yml README SIGNATURE XS eg
%{_bindir}/*
%{_mandir}/man?/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.340.400-3
+ Revision: 7d8739d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4287 |14cr|perl-CPAN-FindDependencies-2.420.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-FindDependencies
%define upstream_version 2.42

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Object representing a module dependency
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/CPAN-FindDependencies-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Devel::CheckOS)
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(Module::CoreList)
BuildRequires:	perl(Parse::CPAN::Packages)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(URI::file)
BuildRequires:	perl(YAML)
BuildRequires:	perl(YAML::Tiny)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
Object representing a module dependency.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc  README
%{perl_vendorlib}/*
%{_bindir}/cpandeps
%{_mandir}/man1/*
%{_mandir}/man3/*



%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.420.0-3
+ Revision: e670aa7
- Added Sub::Identify BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4288 |14cr|perl-CPAN-Meta-2.141.520-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Meta
%define upstream_version 2.141520

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Validate CPAN distribution metadata structures


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121.0
BuildRequires: perl(CPAN::Meta::YAML) >= 0.11.0
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp) >= 0.200.0
BuildRequires: perl(IO::Dir)
BuildRequires: perl(JSON::PP) >= 2.272.0
BuildRequires: perl(List::Util)
BuildRequires: perl(Parse::CPAN::Meta) >= 1.441.400
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(version) >= 0.880.0
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Software distributions released to the CPAN include a _META.json_ or, for
older distributions, _META.yml_, which describes the distribution, its
contents, and the requirements for building and installing the
distribution. The data structure stored in the _META.json_ file is
described in the CPAN::Meta::Spec manpage.

CPAN::Meta provides a simple class to represent this distribution metadata
(or _distmeta_), along with some helpful methods for interrogating that
data.

The documentation below is only for the methods of the CPAN::Meta object.
For information on the meaning of individual fields, consult the spec.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CONTRIBUTING Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.141.520-2
+ Revision: a5a887d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4289 |14cr|perl-CPAN-Meta-Check-0.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Meta-Check
%define upstream_version 0.009

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Verify requirements in a CPAN::Meta object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/CPAN-Meta-Check-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Deep)
BuildRequires:	perl(CPAN::Meta) >= 2.120.920
BuildRequires:	perl(CPAN::Meta::Requirements) >= 2.120.920
BuildRequires:	perl(Exporter) >= 5.570.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Metadata)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::More) >= 0.880.0
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildArch:	noarch

%description
This module verifies if requirements described in a CPAN::Meta object are
present.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes INSTALL LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-2
+ Revision: fb9dfce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4290 |14cr|perl-CPAN-Meta-Requirements-2.125.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Meta-Requirements
%define upstream_version 2.125

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A set of version requirements for a CPAN dist

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/CPAN-Meta-Requirements-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(version)
BuildArch:	noarch

%description
A CPAN::Meta::Requirements object models a set of version constraints like
those specified in the _META.yml_ or _META.json_ files in CPAN
distributions. It can be built up by adding more and more constraints, and
it will reduce them to the simplest representation.

Logically impossible constraints will be identified immediately by thrown
exceptions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc  META.json META.yml LICENSE Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.125.0-3
+ Revision: ca60b3c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4291 |14cr|perl-CPAN-Meta-YAML-0.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Meta-YAML
%define upstream_version 0.012

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Read and write a subset of YAML for CPAN Meta files

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(B)
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(IO::Dir)
BuildRequires: perl(JSON::PP)
BuildRequires: perl(List::Util)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(vars)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module implements a subset of the YAML specification for use in
reading and writing CPAN metadata files like _META.yml_ and _MYMETA.yml_.
It should not be used for any other general YAML parsing or generation
task.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

# requires newer Test::More for tests
# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.0-2
+ Revision: 3c47707
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4292 |14cr|perl-CPAN-Mini-1.111.15-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Mini
%define upstream_version 1.111015

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Create a minimal mirror of CPAN

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/CPAN-Mini-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::More) >= 0.960.0
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
CPAN::Mini provides a simple mechanism to build and update a minimal mirror of
the CPAN on your local disk. It comes with a small utility, minicpan(1), to
create and update such mirrors.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/CPAN
%{_mandir}/*/*
%{_bindir}/minicpan



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.111.15-3
+ Revision: 6a834e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4293 |14cr|perl-CPAN-Perl-Releases-1.620.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Perl-Releases
%define upstream_version 1.62

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Mapping Perl releases on CPAN to the location of the tarballs

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildArch: noarch

%description
CPAN::Perl::Releases is a module that contains the mappings of all 'perl'
releases that have been uploaded to CPAN to the 'authors/id/' path that the
tarballs reside in.

This is static data, but newer versions of this module will be made
available as new releases of 'perl' are uploaded to CPAN.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml META.json LICENSE Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.620.0-3
+ Revision: ca61a47
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4294 |14cr|perl-CPANPLUS-Dist-Mdv-2.100.400-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPANPLUS-Dist-Mdv
%define upstream_version 2.100400

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5

Summary:    A cpanplus backend to build mandriva rpms

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:     CPANPLUS-Dist-Mdv-2.100400-urpmi.patch

BuildRequires:  perl(CPANPLUS)
BuildRequires:  perl(File::Find::Rule)
BuildRequires:  perl(File::HomeDir)
BuildRequires:  perl(File::ShareDir)
BuildRequires:  perl(File::Slurp)
BuildRequires:  perl(List::MoreUtils)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Pod::POM)
BuildRequires:  perl(Readonly)
BuildRequires:  perl(Test::Script)
BuildRequires:  perl(YAML)
BuildRequires:  perl(version)

Buildarch:      noarch

%description
CPANPLUS::Dist::Mdv is a distribution class to create mandriva packages from
CPAN modules, and all its dependencies. This allows you to have the most recent
copies of CPAN modules installed, using your package manager of choice, but
without having to wait for central repositories to be updated.

You can either install them using the API provided in this package, or manually
via rpm.

Some of the bleading edge CPAN modules have already been turned into mandriva
packages for you, and you can make use of them by adding the cooker
repositories (main & contrib).

Note that these packages are built automatically from CPAN and are assumed to
have the same license as perl and come without support. Please always refer to
the original CPAN package if you have questions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%apply_patches

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files 
%doc Changes README META.yml
%{perl_vendorlib}/CPANPLUS
%{perl_vendorlib}/auto
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.100.400-5
+ Revision: 8b76e9e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4295 |14cr|perl-CPANPLUS-Shell-Default-Plugins-Prereqs-0.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPANPLUS-Shell-Default-Plugins-Prereqs
%define upstream_version 0.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Plugin for CPANPLUS to automate

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CPANPLUS/CPANPLUS-Shell-Default-Plugins-Prereqs-%{upstream_version}.tar.gz

BuildRequires: perl(CPANPLUS)
BuildRequires: perl(CPANPLUS::Dist::Build)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
A plugin for CPANPLUS's default shell which will display and/or install any
missing prerequisites for a module. The module can be specified by name, as
a URL or path to the directory of an unpacked module. The plugin assumes
the current directory if no module is specified.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
#make test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc  README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-3
+ Revision: b0a9429
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4296 |14cr|perl-CPAN-Recent-Uploads-0.80.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Recent-Uploads
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Retrieves recentfiles from a CPAN mirror

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(HTTP::Daemon)
BuildRequires:	perl(Carp)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Spec::Unix)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(URI)
BuildRequires:	perl(YAML::Syck)
BuildArch:	noarch

%description
CPAN::Recent::Uploads provides a mechanism for obtaining a list of the
RECENT uploads to 'CPAN' as determined from the files produced by the
File::Rsync::Mirror::Recentfile manpage that exist in the 'authors/'
directory on 'CPAN'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-2
+ Revision: 095147d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4297 |14cr|perl-CPAN-Reporter-1.201.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Reporter
%define upstream_version 1.2010

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32::Job\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Adds CPAN Testers reporting to CPAN.pm

License:	Apache License
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/CPAN-Reporter-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Config::Tiny)
BuildRequires:	perl(CPAN)
BuildRequires:	perl(Devel::Autoflush)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(IO::CaptureOutput)
BuildRequires:	perl-IPC-Cmd
BuildRequires:	perl(Parse::CPAN::Meta)
BuildRequires:	perl(Probe::Perl)
BuildRequires:	perl(Tee)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Reporter)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
The CPAN Testers project captures and analyses detailed results from
building and testing CPAN distributions on multiple operating systems and
multiple versions of Perl. This provides valuable feedback to module
authors and potential users to identify bugs or platform compatibility
issues and improves the overall quality and value of CPAN.

One way individuals can contribute is to send a report for each module that
they test or install. CPAN::Reporter is an add-on for the CPAN.pm module to
send the results of building and testing modules to the CPAN Testers
project. Full support for CPAN::Reporter is available in CPAN.pm as of
version 1.92.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.201.0-3
+ Revision: d8e5cf9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4298 |14cr|perl-CPAN-SQLite-0.203.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-SQLite
%define upstream_version 0.203

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Maintain and search a minimal CPAN database

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/CPAN-SQLite-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(CPAN::DistnameInfo)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::Zlib)
BuildRequires:	perl(LWP::Simple)
BuildArch:	noarch

%description
This package is used for setting up, maintaining, and searching a CPAN
database consisting of the information stored in the three main CPAN
indices: _$CPAN/modules/03modlist.data.gz_,
_$CPAN/modules/02packages.details.txt.gz_, and
_$CPAN/authors/01mailrc.txt.gz_. It should be considered at an alpha stage
of development.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man?/*
%{perl_vendorlib}/*
%{_bindir}/cpandb


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.203.0-3
+ Revision: 125bf02
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4299 |14cr|perl-CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 CPAN-Test-Dummy-Perl5-Make-CircDepeOne
%define upstream_version 1.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	%{upstream_name} module for perl
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp.perl.org/pub/CPAN/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module is part of CPAN.pm with the single purpose of testing 
CPAN.pm itself.
Contains no functionality, and will never do so.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-9
+ Revision: a2c8add
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4300 |14cr|perl-CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 CPAN-Test-Dummy-Perl5-Make-CircDepeThree
%define upstream_version 1.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	%{upstream_name} module for perl
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp.perl.org/pub/CPAN/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module is part of CPAN.pm with the single purpose of testing 
CPAN.pm itself.
Contains no functionality, and will never do so.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-9
+ Revision: 930fa2f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4301 |14cr|perl-CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 CPAN-Test-Dummy-Perl5-Make-CircDepeTwo
%define upstream_version 1.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	%{upstream_name} module for perl
License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp.perl.org/pub/CPAN/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module is part of CPAN.pm with the single purpose of testing 
CPAN.pm itself.
Contains no functionality, and will never do so.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-9
+ Revision: 08bb555
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4302 |14cr|perl-CPAN-Uploader-0.103.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Uploader
%define upstream_version 0.103007

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Upload things to the CPAN


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(File::HomeDir)
BuildRequires:	perl(Getopt::Long::Descriptive)
BuildRequires:	perl(HTTP::Request::Common)
BuildRequires:	perl(HTTP::Status)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(URI)

BuildArch:	noarch

%description
This code is mostly derived from cpan-upload-http by Brad Fitzpatrick,
which in turn was based on cpan-upload by Neil Bowers. I (rjbs) didn't
want to have to use a system call to run either of those, so I
refactored the code into this module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/cpan-upload




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.103.7-2
+ Revision: 10b75a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4303 |14cr|perl-CPS-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPS
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Iterate at some later point

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Objects based on this abstract class are used by the 'gk*' variants of the
the CPS manpage functions, to control their behavior. These objects are
expected to provide a method, 'again', which the functions will use to
re-invoke iterations of loops, and so on. By providing a different
implementation of this method, governor objects can provide such behaviours
as rate-limiting, asynchronisation or parallelism, and integration with
event-based IO frameworks.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: 5afdd83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4304 |14cr|perl-CQL-Parser-1.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CQL-Parser
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Compiles CQL strings into parse trees of Node subtypes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CQL/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Clone)
BuildRequires:	perl(String::Tokenizer)
BuildRequires:	perl(Test::Exception)

BuildArch:	noarch

%description
CQL::Parser provides a mechanism to parse Common Query Language (CQL)
statements. The best description of CQL comes from the CQL homepage at
the Library of Congress <http://www.loc.gov/z3950/agency/zing/cql/>

CQL is a formal language for representing queries to information
retrieval systems such as web indexes, bibliographic catalogs and museum
collection information. The CQL design objective is that queries be
human readable and human writable, and that the language be intuitive
while maintaining the expressiveness of more complex languages.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/CQL



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-5
+ Revision: 20f97f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4305 |14cr|perl-criticism-1.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    criticism
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl pragma to enforce coding standards and best-practices

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::String)
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

Provides:	perl(criticism)

%description
This pragma enforces coding standards and promotes best-practices by
running your file through Perl::Critic before every execution. In a
production system, this usually isn't feasible because it adds a lot of
overhead at start-up. If you have a separate development environment, you
can effectively bypass the 'criticism' pragma by not installing
Perl::Critic in the production environment. If Perl::Critic can't be
loaded, then 'criticism' just fails silently.

Alternatively, the 'perlcritic' command-line (which is distributed with
Perl::Critic) can be used to analyze your files on-demand and has some
additional configuration features. And Test::Perl::Critic provides a nice
interface for analyzing files during the build process.

If you'd like to try Perl::Critic without installing anything, there is a
web-service available at the http://perlcritic.com manpage. The web-service
does not yet support all the configuration features that are available in
the native Perl::Critic API, but it should give you a good idea of what it
does. You can also invoke the perlcritic web-service from the command line
by doing an HTTP-post, such as one of these:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-5
+ Revision: 4533519
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4306 |14cr|perl-Crypt-Cracklib-1.700.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-Cracklib
%define upstream_version 1.7

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    Perl interface to Alec Muffett's Cracklib

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:     Crypt-Cracklib-1.6-fix-path.patch
BuildRequires: libcrack-devel
BuildRequires: perl(Pod::Coverage)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl-devel


%description
This is a simple interface to the cracklib library.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p 1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.700.0-5
+ Revision: 8d5cb43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4307 |14cr|perl-Crypt-DH-0.70.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Crypt-DH
%define upstream_version 0.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Diffie-Hellman key exchange system

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(JSON::PP)
BuildRequires: perl(Math::BigInt) >= 1.600.0
BuildRequires: perl(Math::BigInt::GMP) >= 1.240.0
BuildRequires: perl(Math::BigInt::Pari)
BuildRequires: perl(Test::More) >= 0.470.0
BuildRequires: perl-Crypt-Random
BuildRequires: perl-devel
BuildArch:  noarch

%description 
Crypt::DH is a Perl implementation of the Diffie-Hellman key exchange system.
Diffie-Hellman is an algorithm by which two parties can agree on a shared
secret key, known only to them. The secret is negotiated over an insecure
network without the two parties ever passing the actual shared secret, or
their private keys, between them.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README
%{perl_vendorlib}/Crypt
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-2
+ Revision: 09822c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4308 |14cr|perl-Crypt-DH-GMP-0.0.110-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-DH-GMP
%define upstream_version 0.00011

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Compatibility Mode For Crypt::DH

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Devel::CheckLib) >= 0.400.0
BuildRequires: perl(Devel::PPPort) >= 3.190.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.420.0
BuildRequires: perl(ExtUtils::ParseXS) >= 2.210.0
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(XSLoader) >= 0.20.0
BuildRequires: gmp-devel
BuildRequires: perl-devel
%description
Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH,
implemented mostly in C.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.110-3
+ Revision: 5a548a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4309 |14cr|perl-Crypt-Eksblowfish-0.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-Eksblowfish
%define upstream_version 0.009

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	4

Summary:    Blowfish-based Unix crypt() password hash

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Class::Mix)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(XSLoader)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel

%description
An object of this type encapsulates a keyed instance of the Eksblowfish
block cipher, ready to encrypt and decrypt.

Eksblowfish is a variant of the Blowfish cipher, modified to make the key
setup very expensive. ("Eks" stands for "expensive key schedule".) This
doesn't make it significantly cryptographically stronger, but is intended
to hinder brute-force attacks. It also makes it unsuitable for any
application requiring key agility. It was designed by Niels Provos and
David Mazieres for password hashing in OpenBSD. See the
Crypt::Eksblowfish::Bcrypt manpage for the hash algorithm. See the
Crypt::Eksblowfish::Blowfish manpage for the unmodified Blowfish cipher.

Eksblowfish is a parameterised (family-keyed) cipher. It takes a cost
parameter that controls how expensive the key scheduling is. It also takes
a family key, known as the "salt". Cost and salt parameters together define
a cipher family. Within each family, a key determines an encryption
function in the usual way. See the Crypt::Eksblowfish::Family manpage for a
way to encapsulate an Eksblowfish cipher family.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-4
+ Revision: 7d1c5a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4310 |14cr|perl-Crypt-Enigma-1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name Crypt-Enigma

Summary:	Crypt-Enigma module for perl 

Name:		perl-%{real_name}
Version:	1.3
Release:	7
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a Perl implementation of the WWII Enigma Machine

%prep
%setup -q -n %{real_name}-%{version} 
chmod 0644 examples/*.pl

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README examples
%{perl_vendorlib}/Crypt/Enigma.pm
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-7
+ Revision: 13599b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4311 |14cr|perl-Crypt-GOST-1.00-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name Crypt-GOST

Summary:	Crypt-GOST module for perl 

Name:		perl-%{real_name}
Version:	1.00
Release:	10
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	%{real_name}-%{version}.tar.bz2
Patch0:         Crypt-GOST-1.00-fix-build.patch
BuildRequires:	perl-devel

%description
GOST 28147-89 is a 64-bit symmetric block cipher with a 256-bit key developed
in the former Soviet Union. Some information on it is available at
http://vipul.net/gost/.
This module implements GOST encryption. It supports the Crypt::CBC interface.

%prep
%setup -q -n %{real_name}-%{version}
%patch0 -p1 -b .fix-build

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorlib}/*/Crypt/GOST.pm
%{perl_vendorlib}/*/auto/Crypt/GOST
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.00-10
+ Revision: 9efa8b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4312 |14cr|perl-Crypt-MySQL-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-MySQL
%define upstream_version 0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    Emulate MySQL PASSWORD() function

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.lzma

BuildRequires: perl(Digest::SHA1)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel

%description
Crypt::MySQL emulates MySQL PASSWORD() SQL function, without
libmysqlclient. You can compare encrypted passwords, without real MySQL
environment.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: ad49531
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4313 |14cr|perl-Crypt-NULL-1.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-NULL
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Crypt-NULL module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The NULL Encryption Algorithm is a symmetric block cipher described
in RFC 2410 by Rob Glenn and Stephen Kent.
This module implements NULL encryption. It supports the Crypt::CBC
interface, with several functions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Crypt/NULL.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-5
+ Revision: 8ae60a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4314 |14cr|perl-Crypt-OpenSSL-Bignum-0.40.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Crypt-OpenSSL-Bignum
%define upstream_version 0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	9
Summary:	%{upstream_name} module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.bz2
BuildRequires:	openssl-devel
BuildRequires:	perl-devel

%description
A Perl interface to OpenSSL's multiprecision integer arithmetic libraries.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorarch}/auto/Crypt
%{perl_vendorarch}/Crypt
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-9
+ Revision: 559a391
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4315 |14cr|perl-Crypt-OpenSSL-DSA-0.140.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-OpenSSL-DSA
%define upstream_version 0.14

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:	Digital Signature Algorithm using OpenSSL

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/T/TJ/TJMATHER/Crypt-OpenSSL-DSA-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	openssl-devel

%description
Crypt::OpenSSL::DSA implements the DSA 
(Digital Signature Algorithm) signature verification system.

It is a thin XS wrapper to the DSA functions contained in the 
OpenSSL crypto library, located at http://www.openssl.org

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# perl path hack
find . -type f | xargs %{__perl} -p -i -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorarch}/auto/Crypt
%{perl_vendorarch}/Crypt
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-3
+ Revision: f3f7deb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4316 |14cr|perl-Crypt-Random-Source-0.70.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-Random-Source
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Base class for random devices

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Errno)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IO::Select)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(Module::Implementation)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(ok)
Requires:	perl(Module::Find)
Requires:	perl(namespace::clean)
BuildArch:	noarch

%description
This module provides implementations for a number of byte oriented sources
of random data.

See the Crypt::Random::Source::Factory manpage for a more powerful way to
locate sources, and the various sources for specific implementations.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-8
+ Revision: 7c063ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4317 |14cr|perl-Crypt-RandPasswd-0.60.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Crypt-RandPasswd
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Random password generator based on FIPS-181


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This code is a Perl language implementation of the Automated Password Generator
standard, like the program described in "A Random Word Generator For
Pronounceable Passwords" (not available on-line). This code is a re-engineering
of the program contained in Appendix A of FIPS Publication 181, "Standard for
Automated Password Generator". In accordance with the standard, the results
obtained from this program are logically equivalent to those produced by the
standard.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes README
%{perl_vendorlib}/Crypt
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-2
+ Revision: 4143f51
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4318 |14cr|perl-Crypt-RC4-2.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-RC4
%define upstream_version 2.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Crypt-RC4 module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides a simple implementation of the RC4 algorithm.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Crypt/RC4.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.20.0-5
+ Revision: 3128835
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4319 |14cr|perl-Crypt-RC5-2.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-RC5
%define upstream_version 2.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Crypt-RC5 module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module is a perl implementation of the RC5 encryption algorithm.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Crypt/RC5.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-9
+ Revision: 09dc5d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4320 |14cr|perl-Crypt-RC6-1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name Crypt-RC6

Summary:	Crypt-RC6 module for perl 

Name:		perl-%{real_name}
Version:	1.0
Release:	11
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel

%description
This is a perl module which implements a Crypt::CBC compliant 
RC6 block cipher encryption module.

%prep
%setup -q -n %{real_name}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc CHANGES COPYING README
%{perl_vendorlib}/*/Crypt/RC6.pm
%{perl_vendorlib}/*/auto/Crypt/RC6
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-11
+ Revision: e1eb363
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4321 |14cr|perl-Crypt-Rot13-0.600.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-Rot13
%define upstream_version 0.6

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Crypt-Rot13 module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
rot13 is a simple encryption in which ASCII letters are rotated 13 places. This
module provides an array object with methods to encrypt its string elements by
rotating ASCII letters n places down the alphabet.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes COPYING README
%{perl_vendorlib}/Crypt/Rot13.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.600.0-5
+ Revision: 93c47c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4322 |14cr|perl-Crypt-SaltedHash-0.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-SaltedHash
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Working with salted hashes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/Crypt-SaltedHash-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(Test::Fatal)
BuildRequires:	perl(Digest)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
The 'Crypt::SaltedHash' module provides an object oriented interface to
create salted (or seeded) hashes of clear text data. The original
formalization of this concept comes from RFC-3112 and is extended by the
use of different digital agorithms.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Crypt


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-3
+ Revision: 5d12346
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4323 |14cr|perl-Crypt-Simple-0.60.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-Simple
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Encrypt stuff simply

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(Crypt::Blowfish)
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(FreezeThaw)
BuildRequires:	perl(MIME::Base64)
BuildArch:	noarch

%description
Maybe you have a web application and you need to store some session data at
the client side (in a cookie or hidden form fields) but you don't want the
user to be able to mess with the data. Maybe you want to save secret
information to a text file. Maybe you have better ideas of what to do with
encrypted stuff!

This little module will convert all your data into nice base64 text that
you can save in a text file, send in an email, store in a cookie or web
page, or bounce around the Net. The data you encrypt can be as simple or as
complicated as you like.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-6
+ Revision: ad3d28c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4324 |14cr|perl-Crypt-UnixCrypt-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name Crypt-UnixCrypt

Summary:	Crypt-UnixCrypt module for perl 

Name:		perl-%{real_name}
Version:	1.0
Release:	8
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module is for all those poor souls whose perl port answers to the
use of crypt() with the message `The crypt() function is unimplemented
due to excessive paranoia.'.

%prep
%setup -q -n %{real_name}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc CHANGES README
%{perl_vendorlib}/Crypt/UnixCrypt.pm
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-8
+ Revision: 881d9c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4325 |14cr|perl-Crypt-UnixCrypt_XS-0.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-UnixCrypt_XS
%define upstream_version 0.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    Perl-xs implementation of crypt(3)

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Crypt/Crypt-UnixCrypt_XS-%{upstream_version}.tar.gz


BuildRequires: perl-devel

%description
This module implements the DES-based Unix _crypt_ function. For those who
need to construct non-standard variants of _crypt_, the various building
blocks used in _crypt_ are also supplied separately.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-3
+ Revision: c083101
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4326 |14cr|perl-CSS-1.90.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CSS
%define upstream_version 1.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Object oriented access to Cascading Style Sheets (CSS) 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/I/IA/IAMCAL/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Parse::RecDescent)
BuildArch:	noarch

%description
This module can be used, along with a CSS::Parse::* module, to parse
CSS data and represent it as a tree of objects. Using a CSS::Adaptor::*
module, the CSS data tree can then be transformed into other formats.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README examples
%{perl_vendorlib}/CSS.pm
%{perl_vendorlib}/CSS
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.90.0-4
+ Revision: 24024a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4327 |14cr|perl-CSS-DOM-0.150.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name CSS-DOM
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Summary:	Perl module for Document Object Model for Cascading Style Sheets  

Version:	%perl_convert_version 0.15
Release:	3
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/~sprout/CSS-DOM/
Source0:	http://www.cpan.org/authors/id/S/SP/SPROUT/CSS-DOM-0.15.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exporter) >= 5.57
BuildRequires:	perl(Encode) >= 2.10
BuildRequires:	perl(Clone) >= 0.09
BuildArch:	noarch

%description
This module implements a CSS-specific subset of the interfaces
described in the W3C DOM specification.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/CSS/DOM.pm
%{perl_vendorlib}/CSS/DOM/
%{_mandir}/man3/CSS::DOM*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-3
+ Revision: 5fbe5c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4328 |14cr|perl-CSS-Minifier-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CSS-Minifier
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Remove unnecessary whitespace from CSS files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CSS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildArch:	noarch

%description
This module removes unnecessary whitespace from CSS. The primary
requirement developing this module is to not break working stylesheets: if
working CSS is in input then working CSS is output. The Mac/Internet
Explorer comment hack will be minimized but not stripped and so will
continue to function.

This module understands space, horizontal tab, new line, carriage return,
and form feed characters to be whitespace. Any other characters that may be
considered whitespace are not minimized. These other characters include
paragraph separator and vertical tab.

For static CSS files, it is recommended that you minify during the build
stage of web deployment. If you minify on-the-fly then it might be a good
idea to cache the minified file. Minifying static files on-the-fly
repeatedly is wasteful.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-4
+ Revision: eb8f407
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4329 |14cr|perl-CSS-Minifier-XS-0.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CSS-Minifier-XS
%define upstream_version 0.09

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    XS based CSS minifier

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CSS/CSS-Minifier-XS-%{upstream_version}.tar.gz

BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel

%description
'CSS::Minifier::XS' is a CSS "minifier"; its designed to remove
un-necessary whitespace and comments from CSS files, while also *not*
breaking the CSS.

'CSS::Minifier::XS' is similar in function to 'CSS::Minifier', but is
substantially faster as its written in XS and not just pure Perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-3
+ Revision: 0dd1bdb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4330 |14cr|perl-CSS-Squish-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CSS-Squish
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Compact many CSS files into one big file 

License:	Artistic or GPL+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CSS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::LongString)
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
This module takes a list of CSS files and concatenates them, making sure to 
honor any valid @import statements included in the files.

Following the CSS 2.1 spec, @import statements must be the first rules in 
a CSS file. Media-specific @import statements will be honored by enclosing 
the included file in an @media rule. This has the side effect of actually 
improving compatibility in Internet Explorer, which ignores media-specific 
@import rules but understands @media rules.

It is possible that feature versions will include methods to compact 
whitespace and other parts of the CSS itself, but this functionality 
is not supported at the current time.

%prep
%setup -q -n CSS-Squish-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{perl_vendorlib}/CSS/
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: d4143e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4331 |14cr|perl-CSS-Tiny-1.190.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 CSS-Tiny
%define upstream_version 1.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Read/Write .css files with as little code as possible

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CSS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
CSS::Tiny is a perl class to read and write .css stylesheets with as
little code as possible, reducing load time and memory overhead.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{perl_vendorlib}/CSS
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.190.0-5
+ Revision: c508fbb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4332 |14cr|perl-Cstools-3.420.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Cstools
%define	upstream_version 3.42

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Tools for dealing with Czech and Slovak texts in Perl

License:	GPL
Group:		Development/Perl
Url:		http://www.fi.muni.cz/~adelton/perl/
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This package includes modules that are useful when dealing with Czech (and
Slovak) texts in Perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc README
%{_bindir}/*
%dir %{perl_vendorlib}/Cz
%{perl_vendorlib}/Cz/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.420.0-5
+ Revision: 9f4ad04
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4333 |14cr|perl-CursesForms-1.997.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CursesForms
%define upstream_version 1.997

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Form management for Curses::Widgets

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Curses/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Curses)
BuildRequires:	perl(Curses::Widgets)

BuildArch:	noarch

%description
Curses::Forms provide a simple framework for OO forms. The Forms module
itself provides a basic class from which extended forms can be derived, or,
it can be used as-is to control forms populated with widgets. More
specialised forms are also available under *Curses::Forms::Dialog*.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# tests require human input
#make test

%install
%makeinstall_std

%files
%doc CHANGELOG LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.997.0-5
+ Revision: 94fbbe6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4334 |14cr|perl-Curses-Toolkit-0.211.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Curses-Toolkit
%define upstream_version 0.211

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	An about dialog window

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Curses/Curses-Toolkit-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Curses)
BuildRequires:	perl(Curses::UI)
BuildRequires:	perl(English)
BuildRequires:	perl(IO::Pty::Easy)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::FollowPBP)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(Moose::Meta::Attribute::Custom::Trait::Chained)
BuildRequires:	perl(POE)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Tie::Array::Iterable)
BuildRequires:	perl(UNIVERSAL::require)
BuildRequires:	perl(aliased)
BuildRequires:	perl(overload)
BuildRequires:	perl(parent)

BuildArch:	noarch

%description
This module tries to be a modern curses toolkit, based on the Curses
module, to build "semi-graphical" user interfaces easily.

*WARNING* : This is still in "beta" version, not all the features are
implemented, and the API may change. However, most of the components are
there, and things should not change that much in the future... Still, don't
use it in production, and don't consider it stable.

the Curses::Toolkit manpage is meant to be used with a mainloop, which is
not part of this module. I recommend you the POE::Component::Curses
manpage, which is probably what you want. the POE::Component::Curses
manpage uses Curses::Toolkit, but provides a mainloop and handles keyboard,
mouse, timer and other events, whereas Curses::Toolkit is just the drawing
library. See the example above. the 'spawn' method returns a the
Curses::Toolkit manpage object, which you can call methods on.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.211.0-3
+ Revision: cc5f392
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4335 |14cr|perl-Curses-UI-POE-0.35.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Curses-UI-POE
%define upstream_version    0.035

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Epoch:		1
Summary:	A subclass makes Curses::UI POE Friendly

License:	GPL
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Curse/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Curses::UI)
BuildRequires:	perl(POE)
BuildArch:	noarch

%description
This is a subclass for Curses::UI that enables it to work with POE. It is
designed to simply slide over Curses::UI. Keeping the API the same and simply
forcing Curses::UI to do all of its event handling via POE, instead of internal
to itself. This allows you to use POE behind the scenes for things like
networking clients, without Curses::UI breaking your programs' functionality.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES
%{perl_vendorlib}/Curses
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.35.0-5
+ Revision: b1ef377
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4336 |14cr|perl-CursesWidgets-1.997.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CursesWidgets
%define upstream_version 1.997

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Assorted widgets for rapid interface design

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Curses/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Curses)
BuildArch:	noarch

%description
This module serves two purposes: to provide a framework for creating custom
widget classes, and importing a few useful functions for global use.

Widget specific methods are documented in each Widget's pod.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# tests require human input
#make test

%install
%makeinstall_std

%files
%doc CHANGELOG LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.997.0-5
+ Revision: 5c952ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4337 |14cr|perl-Dancer-1.311.500-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dancer
%define upstream_version 1.3115

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Template Toolkit wrapper for Dancer

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Encode)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(HTTP::Body)
BuildRequires:	perl(HTTP::Server::Simple::CGI)
BuildRequires:	perl(HTTP::Server::Simple::PSGI)
BuildRequires:	perl(LWP)
BuildRequires:	perl(Module::Runtime)
BuildRequires:	perl(MIME::Types)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
Dancer is a web application framework designed to be as effortless as
possible for the developer, taking care of the boring bits as easily as
possible, yet staying out of your way and letting you get on with writing
your code.

Dancer aims to provide the simplest way for writing web applications, and
offers the flexibility to scale between a very simple lightweight web
service consisting of a few lines of code in a single file, all the way up
to a more complex fully-fledged web application with session support,
templates for views and layouts, etc.

If you don't want to write CGI scripts by hand, and find Catalyst too big
or cumbersome for your project, Dancer is what you need.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README CHANGES META.yml LICENSE
%{_bindir}/dancer
%{_mandir}/man1/dancer.1*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.311.500-3
+ Revision: cde16b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4338 |14cr|perl-Dancer-Plugin-DBIC-0.210.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dancer-Plugin-DBIC
%define upstream_version 0.2100

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	DBIx::Class interface for Dancer applications


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dancer/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dancer)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(DBIx::Class::Schema::Loader)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(strictures)
BuildArch:	noarch

%description
This plugin provides an easy way to obtain the DBIx::Class::ResultSet
manpage instances via the the function schema(), which it automatically
imports. You just need to point to a dsn in your the Dancer manpage
configuration file. So you no longer have to write boilerplate DBIC setup
code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.210.0-2
+ Revision: 9645eb8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4339 |14cr|perl-Danga-Socket-1.610.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Danga-Socket
%define upstream_version 1.61

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Event loop and event-driven async socket base class

License:	GPL+ and Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Danga/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Sys::Syscall)
BuildArch:	noarch

%description
This is an abstract base class for objects backed by a socket which provides 
the basic framework for event-driven asynchronous IO, designed to be fast. 
Danga::Socket is both a base class for objects, and an event loop.

Callers subclass Danga::Socket. Danga::Socket's constructor registers itself 
with the Danga::Socket event loop, and invokes callbacks on the object for 
readability, writability, errors, and other conditions.
Because Danga::Socket uses the "fields" module, your subclasses must too.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES
%{perl_vendorlib}/Danga
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.610.0-5
+ Revision: fa236b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4340 |14cr|perl-Data-Alias-1.180.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Data-Alias
%define upstream_version 1.18

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Comprehensive set of aliasing operations

License:	GPLv1+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/Data/Data-Alias-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
Aliasing is the phenomenon where two different expressions actually refer
to the same thing. Modifying one will modify the other, and if you take a
reference to both, the two values are the same.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorarch}/Data
%{perl_vendorarch}/auto/Data

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.180.0-3
+ Revision: 3cb27f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4341 |14cr|perl-Data-Clone-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Clone
%define upstream_version 0.004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Polymorphic data cloning


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Devel::PPPort)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(ExtUtils::ParseXS)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(XSLoader)
BuildRequires:	perl(parent)
BuildRequires:	perl-devel

%description
'Data::Clone' does data cloning, i.e. copies things recursively. This is
smart so that it works with not only non-blessed references, but also with
blessed references (i.e. objects). When 'clone()' finds an object, it calls
a 'clone' method of the object if the object has a 'clone', otherwise it
makes a surface copy of the object. That is, this module does polymorphic
data cloning.

Although there are several modules on CPAN which can clone data, this
module has a different cloning policy from almost all of them. See the
/Cloning policy manpage and the /Comparison to other cloning modules
manpage for details.

Cloning policy
    A cloning policy is a rule that how a cloning routine copies data. Here
    is the cloning policy of 'Data::Clone'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-2
+ Revision: ab2a093
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4342 |14cr|perl-Data-Compare-1.240.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Data-Compare
%define upstream_version 1.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Compare perl data structures


Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(File::Find::Rule)
BuildArch:	noarch

%description
Compare two perl data structures recursively. Returns 0 if the structures
differ, else returns 1.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc TODO README 
%{perl_vendorlib}/Data
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.240.0-2
+ Revision: 4a4cb14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4343 |14cr|perl-Data-Denter-0.150.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Denter
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	An alternative to Data::Dumper and Storable

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(YAML)
BuildArch:	noarch

%description
The main problem with Data::Dumper (one of my all-time favorite modules) is
that you have to use 'eval()' to deserialize the data you've dumped. This
is great if you can trust the data you're evaling, but horrible if you
can't. A good alternative is Storable.pm. It can safely thaw your frozen
data. But if you want to read/edit the frozen data, you're out of luck,
because Storable uses a binary format. Even Data::Dumper's output can be a
little cumbersome for larger data objects.

Enter Data::Denter.

Data::Denter is yet another Perl data serializer/deserializer. It formats
nested data structures in an indented fashion. It is optimized for human
readability/editability, safe deserialization, and (eventually) speed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-5
+ Revision: 2a9769c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4344 |14cr|perl-Data-Dumper-2.151.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Dumper
%define upstream_version 2.151

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    Convert data structure into perl code

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
Given a list of scalars or reference variables, writes out their contents
in perl syntax. The references can also be objects. The content of each
variable is output in a single Perl statement. Handles self-referential
structures correctly.

The return value can be 'eval'ed to get back an identical copy of the
original reference structure.

Any references that are the same as one of those passed in will be named
'$VAR'_n_ (where _n_ is a numeric suffix), and other duplicate references
to substructures within '$VAR'_n_ will be appropriately labeled using arrow
notation. You can specify names for individual values to be dumped if you
use the 'Dump()' method, or you can change the default '$VAR' prefix to
something else. See '$Data::Dumper::Varname' and '$Data::Dumper::Terse'
below.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.151.0-3
+ Revision: 2a4c1b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4345 |14cr|perl-Data-Dumper-Concise-2.22.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Dumper-Concise
%define upstream_version 2.022

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Less indentation and newlines plus sub deparsing


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Devel::ArgNames)
BuildRequires:	perl(ExtUtils::MakeMaker)

BuildArch:	noarch

%description
This module always exports a single function, Dumper, which can be called
with a single reference value to dump that value or with no arguments to
return the Data::Dumper object it's created.

It exists, fundamentally, as a convenient way to reproduce a set of Dumper
options that we've found ourselves using across large numbers of
applications, primarily for debugging output.

The principle guiding theme is "all the concision you can get while still
having a useful dump and not doing anything cleverer than setting
Data::Dumper options" - it's been pointed out to us that
Data::Dump::Streamer can produce shorter output with less lines of code. We
know. This is simpler and we've never seen it segfault. But for
complex/weird structures, it generally rocks. You should use it as well,
when Concise is underkill. We do.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.22.0-3
+ Revision: 7378f85
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4346 |14cr|perl-Data-Dump-Streamer-2.380.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Data-Dump-Streamer
%define upstream_version 2.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Accurately serialize a data structure as Perl code

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(B::Deparse)
BuildRequires:	perl(B::Utils)
BuildRequires:	perl(PadWalker)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Abbrev)
BuildRequires:	perl(Text::Balanced)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl-devel
Requires:	perl(B::Utils)
Provides:	perl(Data::Dump::Streamer::_::Printers)

%description
Given a list of scalars or reference variables, writes out their contents in
perl syntax. The references can also be objects. The contents of each variable
is output using the least number of Perl statements as convenient, usually only
one. Self-referential structures, closures, and objects are output correctly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
yes | perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorarch}/Data
%{perl_vendorarch}/DDS.pm
%{perl_vendorarch}/auto/Data




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.380.0-2
+ Revision: cac8d6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4347 |14cr|perl-Data-DumpXML-1.60.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Data-DumpXML
%define	upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	10
Summary:	Dump arbitrary perl data structures as XML
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/GAAS/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-Array-RefElem
BuildRequires:	perl-MIME-Base64
BuildRequires:	perl-XML-Parser
BuildRequires:	perl-devel
BuildArch:	noarch
Requires: 	perl-Array-RefElem >= 0.02

%description
Dump arbitrary perl data structures as XML.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor 
make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/Data

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-10
+ Revision: 9e5f5d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4348 |14cr|perl-Data-Entropy-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Entropy
%define upstream_version 0.007

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Download entropy from

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Crypt::Rijndael)
BuildRequires: perl(Data::Float)
BuildRequires: perl(Errno)
BuildRequires: perl(Exporter)
Buildrequires: perl(HTTP::Lite)
BuildRequires: perl(IO::File)
BuildRequires: perl(LWP)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Params::Classify)
BuildRequires: perl(Test::More)
BuildRequires: perl(constant)
BuildRequires: perl(integer)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
This module maintains a concept of a current selection of entropy source.
Algorithms that require entropy, such as those in the
Data::Entropy::Algorithms manpage, can use the source nominated by this
module, avoiding the need for entropy source objects to be explicitly
passed around. This is convenient because usually one entropy source will
be used for an entire program run and so an explicit entropy source
parameter would rarely vary. There is also a default entropy source,
avoiding the need to explicitly configure a source at all.

If nothing is done to set a source then it defaults to the use of Rijndael
(AES) in counter mode (see the Data::Entropy::RawSource::CryptCounter
manpage and the Crypt::Rijndael manpage), keyed using Perl's built-in
'rand' function. This gives a data stream that looks like concentrated
entropy, but really only has at most the entropy of the 'rand' seed. Within
a single run it is cryptographically difficult to detect the correlation
between parts of the pseudo-entropy stream. If more true entropy is
required then it is necessary to configure a different entropy source.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-3
+ Revision: b10b745
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4349 |14cr|perl-Data-Float-0.12.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Float
%define upstream_version 0.012

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Details of the floating point data type

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/Data-Float-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(base)
BuildRequires: perl(constant)
BuildRequires: perl(integer)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
This module is about the native floating point numerical data type. A
floating point number is one of the types of datum that can appear in the
numeric part of a Perl scalar. This module supplies constants describing
the native floating point type, classification functions, and functions to
manipulate floating point values at a low level.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.0-3
+ Revision: ca530bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4350 |14cr|perl-Data-FormValidator-4.810.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-FormValidator
%define upstream_version 4.81

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Validates user input based on input profile

License:    Artistic/GPL
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/Data-FormValidator-%{upstream_version}.tar.gz

BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Date::Calc)
BuildRequires:  perl(File::MMagic)
BuildRequires:  perl(Image::Size)
BuildRequires:  perl(Regexp::Common)
BuildRequires:  perl(CGI)
BuildRequires:  perl(MIME::Types)
BuildRequires:  perl(Perl6::Junction)
BuildRequires:  perl(Email::Valid)
BuildArch:      noarch

%description
Data::FormValidator's main aim is to make input validation expressible in a
simple format. Data::FormValidator lets you define profiles which declare the
required and optional fields and any constraints they might have.

The results are provided as an object which makes it easy to handle missing and
invalid results, return error messages about which constraints failed, or
process the resulting valid data.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc  RELEASE_NOTES
%{perl_vendorlib}/Data
%{_mandir}/*/*

%clean





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.810.0-3
+ Revision: f1ac2b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4351 |14cr|perl-Data-GUID-0.48.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-GUID
%define upstream_version 0.048

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Globally unique identifiers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/Data-GUID-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::UUID)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Sub::Install)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Data::GUID provides a simple interface for generating and using globally
unique identifiers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.48.0-3
+ Revision: 781ddb1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4352 |14cr|perl-Data-Hierarchy-0.340.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Hierarchy
%define upstream_version 0.34

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl module to handle data in a hierarchical structure

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Clone)
BuildRequires:	perl(Test::Exception)
BuildArch:	noarch

%description
Data::Hierarchy provides a simple interface for manipulating 
inheritable data attached to a hierarchical environment (like filesystem).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README 
%{perl_vendorlib}/Data
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.340.0-5
+ Revision: 7fac12e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4353 |14cr|perl-Data-ICal-0.210.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name     Data-ICal
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Generates iCalendar (RFC 2445) calendar files

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Data-ICal/
Source0:	http://www.cpan.org/modules/by-module/Data/Data-ICal-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Class::ReturnValue)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::LongString)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Text::vFile::asData)
BuildArch:	noarch
# rpm doesn't catch this
Requires:	perl(Class::Accessor)

%description
A Data::ICal object represents a VCALENDAR object as defined in the
iCalendar protocol (RFC 2445, MIME type "text/calendar"), as implemented in
many popular calendaring programs such as Apple's iCal.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
sed -i s,"auto_install();",, Makefile.PL
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.210.0-3
+ Revision: df6b6e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4354 |14cr|perl-Data-Inherited-1.100.860-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Inherited
%define upstream_version 1.100860

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Hierarchy-wide accumulation of list and hash results

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::Compile)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
NEXT.pm adds a pseudoclass named 'NEXT' to any program that uses it. If a
method 'm' calls '$self-'NEXT::m()>, the call to 'm' is redispatched as if
the calling method had not originally been found.

In other words, a call to '$self-'NEXT::m()> resumes the depth-first,
left-to-right search of '$self''s class hierarchy that resulted in the
original call to 'm'.

Note that this is not the same thing as '$self-'SUPER::m()>, which begins a
new dispatch that is restricted to searching the ancestors of the current
class. '$self-'NEXT::m()> can backtrack past the current class -- to look
for a suitable method in other ancestors of '$self' -- whereas
'$self-'SUPER::m()> cannot.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.860-5
+ Revision: 020cd86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4355 |14cr|perl-Data-Integer-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Integer
%define upstream_version 0.004

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Details of the native integer data type

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.lzma

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(base)
BuildRequires: perl(constant)
BuildRequires: perl(integer)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
This module is about the native integer numerical data type. A native
integer is one of the types of datum that can appear in the numeric part of
a Perl scalar. This module supplies constants describing the native integer
type.

There are actually two native integer representations: signed and unsigned.
Both are handled by this module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-4
+ Revision: 3d91717
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4356 |14cr|perl-Data-LetterTree-0.100.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Data-LetterTree
%define upstream_version 0.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Native letter tree Perl binding 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/G/GR/GROUSSE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	liblettertree-devel
BuildRequires:	perl-devel

%description
This module provides perl binding over a native implementation of a letter
tree, allowing to index any kind of perl scalar variable by a large set of
string with a reduced memory footprint over native perl hashes by sharing their
prefixes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README Changes
%{perl_vendorarch}/Data
%{perl_vendorarch}/auto/Data
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-7
+ Revision: 0e470f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4357 |14cr|perl-Data-Locations-5.500.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Locations
%define upstream_version 5.5

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:	Data-Locations module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
This module allows for "magic" insertion points in your data.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc CHANGES.txt CREDITS.txt GNU_GPL.txt INSTALL.txt README.txt
%{perl_vendorlib}/*/Data/Locations.pm
%{perl_vendorlib}/*/auto/Data/Locations
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.500.0-6
+ Revision: 09c3448
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4358 |14cr|perl-Data-Miscellany-1.100.850-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Miscellany
%define upstream_version 1.100850

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Collection of miscellaneous subroutines

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Compile)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description
This is a collection of miscellaneous subroutines useful in wide but
varying scenarios; a catch-all module for things that don't obviously
belong anywhere else. Obviously what's useful differs from person to
person, but this particular collection should be useful in object-oriented
frameworks, such as the Class::Framework manpage and the Data::Conveyor
manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.850-5
+ Revision: 2b6b509
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4359 |14cr|perl-Data-Page-2.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Page
%define upstream_version 2.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Help when paging through sets of results

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Chained)
BuildRequires:	perl(Test::Exception)
Requires:	perl(Class::Accessor::Chained::Fast)
BuildArch:	noarch

%description
When searching through large amounts of data, it is often the case
that a result set is returned that is larger than we want to display
on one page. This results in wanting to page through various pages of
data. The maths behind this is unfortunately fiddly, hence this
module.

The main concept is that you pass in the number of total entries, the
number of entries per page, and the current page number. You can then
call methods to find out how many pages of information there are, and
what number the first and last entries on the current page really are.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README CHANGES
%{perl_vendorlib}/Data/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.20.0-5
+ Revision: a436c96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4360 |14cr|perl-Data-Pageset-1.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Pageset
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Page numbering and page sets

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Page)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
The object produced by Data::Pageset can be used to create page navigation,
it inherits from Data::Page and has access to all methods from this object.

In addition it also provides methods for dealing with set of pages, so that
if there are too many pages you can easily break them into chunks for the
user to browse through.

You can even choose to view page numbers in your set in a 'sliding'
fassion.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-5
+ Revision: 53ee3cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4361 |14cr|perl-Data-ParseBinary-0.310.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-ParseBinary
%define upstream_version 0.31

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Data::ParseBinary::(.*)\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Parsing UNIX's SO files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
# perl virtual package is not versioned
BuildRequires:	perl-Math-BigInt >= 1.993.0
BuildArch:	noarch

%description
This module is a Perl Port for PyConstructs
http://construct.wikispaces.com/

This module enables writing declarations for simple and complex binary
structures, parsing binary to hash/array data structure, and building
binary data from hash/array data structure.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.310.0-6
+ Revision: 2375542
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4362 |14cr|perl-Data-Peek-0.400.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Peek
%define upstream_version 0.40

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    A collection of low-level debug facilities

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tgz

BuildRequires: perl(Data::Dumper)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Test::Harness)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl-devel

%description
Data::Peek started off as 'DDumper' being a wrapper module over the
Data::Dumper manpage, but grew out to be a set of low-level data
introspection utilities that no other module provided yet, using the lowest
level of the perl internals API as possible.

DDumper ($var, ...)
    Not liking the default output of Data::Dumper, and always feeling the
    need to set '$Data::Dumper::Sortkeys = 1;', and not liking any of the
    default layouts, this function is just a wrapper around
    Data::Dumper::Dumper with everything set as I like it.

        $Data::Dumper::Sortkeys = 1;
        $Data::Dumper::Indent   = 1;

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
yes | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc META.yml ChangeLog README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.400.0-3
+ Revision: d223929
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4363 |14cr|perl-Data-Phrasebook-0.340.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# $Id: perl-Data-Phrasebook.spec 7981 2009-11-03 03:05:34Z dag $
# Authority: dries
# Upstream: Barbie <barbie$cpan,org>

%define upstream_name Data-Phrasebook
%define upstream_version 0.34

Summary:	Base class for Phrasebook Models

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Data-Phrasebook/
Source:		http://www.cpan.org/modules/by-module/Data/Data-Phrasebook-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More) >= 0.47
BuildArch:	noarch

%description
Base class for Phrasebook Models.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
%make

%install
make pure_install

### Clean up buildroot
find %{buildroot} -name .packlist -exec rm {} \;

%files
%defattr(-, root, root, 0755)
%doc ChangeLog Changes INSTALL LICENSE MANIFEST MANIFEST.SKIP META.yml README
%doc %{_mandir}/man3/Data::Phrasebook.3pm*
%doc %{_mandir}/man3/Data::Phrasebook::*.3pm*
%dir %{perl_vendorlib}/Data/
%{perl_vendorlib}/Data/Phrasebook/
%{perl_vendorlib}/Data/Phrasebook.pm

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.340.0-3
+ Revision: 12d03c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4364 |14cr|perl-Data-Phrasebook-Loader-YAML-0.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# $Id: perl-Data-Phrasebook-Loader-YAML.spec 7981 2009-11-03 03:05:34Z dag $
# Authority: dries
# Upstream: Barbie <barbie$cpan,org>

%define upstream_name Data-Phrasebook-Loader-YAML
%define upstream_version 0.12

Summary:	Absract your phrases with YAML

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Data-Phrasebook-Loader-YAML/
Source:		http://www.cpan.org/modules/by-module/Data/Data-Phrasebook-Loader-YAML-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More) >= 0.47
BuildArch:	noarch

%description
Absract your phrases with YAML.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
%make

%install
make pure_install

### Clean up buildroot
find %{buildroot} -name .packlist -exec rm {} \;

%files
%defattr(-, root, root, 0755)
%doc Changes INSTALL LICENSE MANIFEST MANIFEST.SKIP META.yml README
%doc %{_mandir}/man3/Data::Phrasebook::Loader::YAML.3pm*
%dir %{perl_vendorlib}/Data/
%dir %{perl_vendorlib}/Data/Phrasebook/
%dir %{perl_vendorlib}/Data/Phrasebook/Loader/
%{perl_vendorlib}/Data/Phrasebook/Loader/YAML.pm




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-3
+ Revision: dc635e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4365 |14cr|perl-Data-PowerSet-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-PowerSet
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Generate all subsets of a list of elements

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
'Data::PowerSet' takes a list and returns all possible combinations of the
elements appearing in the list without replacement.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: edf186b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4366 |14cr|perl-Data-Section-0.200.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Section
%define upstream_version 0.200006

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Read multiple hunks of data out of your DATA section


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::FailWarnings)
BuildRequires:	perl(Class::ISA)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Sub::Exporter)

BuildArch:	noarch

%description
Data::Section provides an easy way to access multiple named chunks of
line-oriented data in your module's DATA section. It was written to allow
modules to store their own templates, but probably has other uses.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.6-3
+ Revision: be6dd3a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4367 |14cr|perl-Data-Serializer-0.600.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Serializer
%define upstream_version 0.60

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Generic interface to serializer modules

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/Data-Serializer-%{upstream_version}.tar.gz

BuildRequires: perl(AutoLoader)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::File)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
This module is intended for folks who release CPAN modules with "t/*.t"
tests. It makes it easy for you to output syntactically correct test-output
while at the same time logging all test activity to a log file. Hopefully,
bug reports which include the contents of this file will be easier for you
to investigate.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.600.0-3
+ Revision: 8360c74
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4368 |14cr|perl-Data-Stag-0.140.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Data-Stag
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/C/CM/CMUNGALL/Data-Stag-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-IO-String
BuildArch:	noarch

%description
This module is for manipulating data as recursively nested tag/value
pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures
can be represented as nested arrays, which have the advantage of being
native to perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files 
%doc INSTALL README Changes
%{_bindir}/*
%{perl_vendorlib}/Data
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-3
+ Revision: 9abfabc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4369 |14cr|perl-Data-Stream-Bulk-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Stream-Bulk
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	L<Path::Class::Dir> traversal

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/Data-Stream-Bulk-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Path::Class)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::clean)
BuildArch:	noarch

%description
This module tries to find middle ground between one at a time and all at
once processing of data sets.

The purpose of this module is to avoid the overhead of implementing an
iterative api when this isn't necessary, without breaking forward
compatibility in case that becomes necessary later on.

The API optimizes for when a data set typically fits in memory and is
returned as an array, but the consumer cannot assume that the data set is
bounded.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: 9475471
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4370 |14cr|perl-Data-Structure-Util-0.150.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Data-Structure-Util
%define upstream_version 0.15

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:	Change nature of data within a structure

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:  perl-devel
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Clone)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(ExtUtils::CBuilder)

%description
"Data::Structure::Util" is a toolbox to manipulate the data inside a
data structure. It can process an entire tree and perform the
operation requested on each appropriate element.

For example: It can transform all strings within a data structure to
utf8 or transform any utf8 string back to the default encoding. It can
remove the blessing on any reference. It can collect all the objects
or detect if there is a circular reference.

It is written in C for decent speed.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%__make test

%install
%makeinstall_std

%clean 

%files
%doc CHANGES README
%{perl_vendorarch}/Data
%{perl_vendorarch}/auto/Data
%{_mandir}/man?/*	       



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-6
+ Revision: d5aa1b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4371 |14cr|perl-Data-Swap-0.80.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Swap
%define upstream_version 0.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	7

Summary:	Data-Swap module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:     Data-Swap-0.08-fix-format-security.patch

BuildRequires:	perl-devel

%description
This module allows you to swap the contents of two referenced variables,
even if they have different types.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -b .format

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorlib}/*/Data/Swap.pm
%{perl_vendorlib}/*/auto/Data/Swap
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-7
+ Revision: dca83eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4372 |14cr|perl-Data-Taxi-0.960.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Taxi
%define upstream_version 0.96

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Taint-aware, XML-ish data serialization

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Debug::ShowStuff)
BuildArch:	noarch

%description
Taxi (*T*aint-*A*ware *X*ML-*I*sh) is a data serializer with several handy
features:

* Taint aware

  Taxi does not force you to trust the data you are serializing. None of
  the input data is executed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.960.0-5
+ Revision: 08e0b4b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4373 |14cr|perl-Data-TreeDumper-0.400.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-TreeDumper
%define upstream_version 0.40

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Data::TreeDumper::OO\\)'
%else
%define _requires_exceptions perl(Data::TreeDumper::OO)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Improved replacement for Data::Dumper

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::ISA)
BuildRequires:	perl(Check::ISA)
BuildRequires:	perl(Devel::Size)
BuildRequires:	perl(Sort::Naturally)
BuildRequires:	perl(Term::Size)
BuildRequires:	perl(Text::Wrap)
BuildArch:	noarch

%description
Data::Dumper and other modules do a great job of dumping data structures. Their
output, however, often takes more brain power to understand than the data
itself. When dumping large amounts of data, the output can be overwhelming and
it can be difficult to see the relationship between each piece of the dumped
data.

Data::TreeDumper also dumps data in a tree-like fashion but hopefully in a
format more easily understood.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Data


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.400.0-4
+ Revision: 9dda188
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4374 |14cr|perl-Data-TreeDumper-Renderer-GTK-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-TreeDumper-Renderer-GTK
%define upstream_version 0.02

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Gtk2::TreeView\\)'
%else
%define _requires_exceptions perl(Gtk2::TreeView)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Gtk2::TreeView renderer for Data::TreeDumper

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::TreeDumper)
BuildRequires:	perl(Term::Size)
BuildRequires:	perl(Gtk2)
BuildRequires:	x11-server-xvfb
Requires:	perl(Term::Size)
BuildArch:	noarch

%description
GTK-perl renderer for *Data::TreeDumper*. 

This widget is the gui equivalent of Data::TreeDumper; it will display a
perl data structure in a TreeView, allowing you to fold and unfold child
data structures and get a quick feel for what's where. Right-clicking
anywhere in the view brings up a context menu, from which the user can
choose to expand or collapse all items.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
xvfb-run make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Data
%{perl_vendorlib}/auto/Data


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 8186b28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4375 |14cr|perl-data-trie-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 data-trie
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	An implementation of a letter trie

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/H/HA/HAMMOND/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements a letter trie data structure. This is a linked set of
nodes representing a set of words. Starting from the root, each letter of an
included word is a daughter node of the trie. Hence, if a word is in the trie,
there will be a path from root to leaf for that word. If a word is not in the
trie, there will be no such path.

This structure allows for a relatively compact representation of a set of
words. This particular implementation allows each word to be stored alone or
with some associated data item.

Note that the remove() method does not prune nodes and thus a Trie can only
grow in size.

%prep
%setup -q -n Data-Trie-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Data
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-4
+ Revision: e518f52
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4376 |14cr|perl-Data-Uniqid-0.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Uniqid
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Data::Uniqid - Perl extension for simple genrating of unique id's

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MW/MWX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Data::Uniqid provides three simple routines for generating unique ids.
These ids are coded with a Base62 systen to make them short and handy
(e.g. to use it as part of a URL).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-3
+ Revision: 079631f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4377 |14cr|perl-Data-UUID-LibUUID-0.50.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-UUID-LibUUID
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	7

Summary:    Drop in L<Data::UUID> replacement

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::use::ok)
BuildRequires: perl-asa
BuildRequires: perl-devel
BuildRequires: libuuid-devel

%description
This module provides bindings for libuuid shipped with e2fsprogs or
uuid-dev on debian, and also works with the system _uuid.h_ on darwin.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-7
+ Revision: fd8c1a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4378 |14cr|perl-Data-Visitor-0.300.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Data-Visitor
%define upstream_version 0.30

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A visitor for Perl data structures

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/Data-Visitor-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Class::Load)
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Data::Alias)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl-Test-MockObject >= 1.04
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(Tie::ToObject)
BuildRequires:	perl(Squirrel)
BuildRequires:	perl(namespace::clean)

BuildArch:	noarch

Requires:	perl(namespace::clean)

%description
This module is a simple visitor implementation for Perl values.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Data
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-3
+ Revision: c819515
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4379 |14cr|perl-Date-Calc-XS-6.300.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Date-Calc-XS
%define upstream_version 6.3

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 6.3
Release:	3

Summary:    No summary found

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Date/Date-Calc-XS-6.3.tar.gz

BuildRequires: perl(Bit::Vector)
BuildRequires: perl(Carp::Clan)
BuildRequires: perl(Date::Calc)
BuildRequires: perl-devel

%description
You never use this module directly. Use the Date::Calc(3) manpage instead!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc META.yml license
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.300.0-3
+ Revision: fc7f83f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4380 |14cr|perl-Date-HolidayParser-0.410.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Date-HolidayParser
%define upstream_version 0.41

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Parser for ~/.holiday-style files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Term/ReadLine/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)

BuildArch:	noarch

%description
This is a module that parses .holiday-style files. These are
files that define holidays in various parts of the world.
The files are easy to write and easy for humans to read, but can
be hard to parse because the format allows many different ways to write it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make "CFLAGS=%{optflags}"

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/*/*
%{perl_vendorlib}/Date



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.410.0-5
+ Revision: a2880b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4381 |14cr|perl-Date-Pcalc-6.100.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Date-Pcalc
%define upstream_version 6.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	12

Summary:	Pure-Perl drop-in replacement for Date::Calc

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Date/%{upstream_name}-%{upstream_version}.tar.gz
patch0:     Date-Pcalc-6.1-fix_perl_516_boolean.patch

BuildRequires:	perl(Bit::Vector)
BuildRequires:	perl(Carp::Clan)
BuildRequires:	perl-devel


%description
  'use Date::Pcalc qw( Days_in_Year Days_in_Month ... );'

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0 -b .boolean

%build
echo c | perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.100.0-12
+ Revision: 9f2e49b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4382 |14cr|perl-Date-Simple-3.30_300-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_version 3.03_03

Summary:	Simple date object for perl

Name:		perl-Date-Simple
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	GPL+ or Artistic
Group:		Development/Perl 
Url:		http://search.cpan.org/dist/Date-Simple/
Source0:	http://www.cpan.org/authors/id/I/IZ/IZUT/Date-Simple-%{upstream_version}.tar.gz
#Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires:	perl(ExtUtils::MakeMaker), perl(Test::More)
BuildRequires:	perl-devel

# Don't "provide" private Perl libs
# % global _use_internal_dependency_generator 0
#% global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u
#% global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
#% global __find_requires /bin/sh -c "%{__deploop R}"

%description
%{summary}.

%prep
%setup -q -n Date-Simple-%{upstream_version}

# Spurious exec permissions in files from tarball
/usr/bin/find lib -type f -exec %{__chmod} -x {} ';'
%{__chmod} -x ChangeLog COPYING README Simple.xs

# The NoXS.pm file provides a pure-perl alternative to the C implementation
# of the module. This results in duplicate "Provides:" entries, which rpmlint
# whinges about. This kludge removes the redundant file, which has the added
# benefit of shutting up rpmlint.
rm -f lib/Date/Simple/NoXS.pm
%{__sed} -i -e '/^lib\/Date\/Simple\/NoXS\.pm$/d' MANIFEST

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make

%install
%make pure_install PERL_INSTALL_ROOT=%{buildroot}
/usr/bin/find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
/usr/bin/find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
%{__chmod} -R u+w %{buildroot}

%check
%make test

%files
%doc ChangeLog COPYING README
%{perl_vendorarch}/Date/
%{perl_vendorarch}/auto/Date/
%{_mandir}/man3/Date::Simple*.3pm*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.30_300-3
+ Revision: b67d711
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4383 |14cr|perl-DateTime-Calendar-Pataphysical-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DateTime-Calendar-Pataphysical
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Dates in the pataphysical calendar

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildArch:	noarch

%description
DateTime::Calendar::Pataphysical is the implementation of the pataphysical
calendar. Each year in this calendar contains 13 months of 29 days. This
regularity makes this a convenient alternative for the irregular Gregorian
calendar.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/DateTime/Calendar/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: b8e37d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4384 |14cr|perl-DateTime-Event-ICal-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Event-ICal
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.11
Release:	3

Summary:	Perl DateTime extension for computing rfc2445 recurrences

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/DateTime-Event-ICal-0.11.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Event::Recurrence)
BuildArch:	noarch

%description
This module provides convenience methods that let you easily create
'DateTime::Set' objects for rfc2445 style recurrences.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: d07ad68
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4385 |14cr|perl-DateTime-Event-Recurrence-0.160.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Event-Recurrence
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	DateTime::Set extension for create basic recurrence sets

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Set)
BuildArch:	noarch

%description
This module provides convenience methods that let you easily create
'DateTime::Set' objects for various recurrences, such as "once a month" or
"every day". You can also create more complicated recurrences, such as
"every Monday, Wednesday and Thursday at 10:00 AM and 2:00 PM".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-5
+ Revision: 48b7cb7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4386 |14cr|perl-DateTime-Format-DateManip-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-DateManip
%define upstream_version 0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Perl DateTime extension to convert

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz
# patch from https://rt.cpan.org/Public/Bug/Display.html?id=55771
Patch0:     perl-DateTime-Format-DateManip-fix_tests.diff

BuildRequires: perl(Carp)
BuildRequires: perl(Date::Manip)
BuildRequires: perl(DateTime)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
DateTime::Format::DateManip is a class that knows how to convert between
'Date::Manip' dates and durations and 'DateTime' and 'DateTime::Duration'
objects. Recurrences are note yet supported.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc META.yml Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: 6f1973c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4387 |14cr|perl-DateTime-Format-DateParse-0.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-DateParse
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Parses Date::Parse compatible formats

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Date::Parse)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::TimeZone)
BuildRequires: perl(Time::Zone)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
This module is a compatibility wrapper around the Date::Parse module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc META.yml Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-4
+ Revision: 0e69bf6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4388 |14cr|perl-DateTime-Format-Duration-1.30.0a-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DateTime-Format-Duration
%define upstream_version 1.03a

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Format and parse DateTime::Durations 

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Duration)

BuildArch:	noarch

%description
This module formats and parses DateTime::Duration objects as well as other
durations representations.

%prep
%setup -q -n %{upstream_name}-1.03
# fix perms
chmod 644 LICENSE README Changes

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc LICENSE README Changes
%{perl_vendorlib}/DateTime
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0a-5
+ Revision: 5725278
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4389 |14cr|perl-DateTime-Format-Flexible-0.260.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-Flexible
%define upstream_version 0.26
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A module that try very hard to parse string into DateTime object


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Factory::Util)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Builder)
BuildRequires:	perl(DateTime::Format::Strptime)
BuildRequires:	perl(DateTime::TimeZone)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl(Test::MockTime)

BuildArch:	noarch

# not autodetect, for some reason
Requires:	perl(Class::Factory::Util)
Requires:	perl(DateTime::Format::Strptime)

%description
If you have ever had to use a program that made you type in the date a
certain way and thought "Why can't the computer just figure out what date I
wanted?", this module is for you.

DateTime::Format::Flexible attempts to take any string you give it and
parse it into a DateTime object.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.260.0-2
+ Revision: fdb1a0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4390 |14cr|perl-DateTime-Format-ICal-0.90.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-ICal
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Parse and format iCal datetime and duration strings

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Event::ICal)
BuildRequires:	perl(DateTime::Set)
BuildRequires:	perl(DateTime::TimeZone)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module understands the ICal date/time and duration formats, as defined
in RFC 2445. It can be used to parse these formats in order to create the
appropriate objects.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-5
+ Revision: a484f73
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4391 |14cr|perl-DateTime-Format-Mail-0.300.100-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-Mail
%define upstream_version 0.3001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:    Convert between DateTime and RFC2822/822 formats

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(DateTime)
BuildArch: noarch

%description
RFCs 2822 and 822 specify date formats to be used by email. 
This module parses and emits such dates.

RFC2822 (April 2001) introduces a slightly different format of date than that 
used by RFC822 (August 1982). The main correction is that the preferred format
is more limited, and thus easier to parse programmatically.

Despite the ease of generating and parsing perfectly valid RFC822 and RFC2822 
people still get it wrong. So this module provides four things for those 
handling mail dates:
  A strict parser that will only accept RFC2822 dates, so you can see where 
    you're right.
  A strict formatter, so you can generate the right stuff to begin with.
  A loose parser, so you can take the misbegotten output from other programs 
    and turn it into something useful. This includes various minor errors as 
    well as some somewhat more bizarre mistakes. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.100-4
+ Revision: 5e4ec42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4392 |14cr|perl-DateTime-Format-MySQL-0.40.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-MySQL
%define upstream_version 0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6

Summary:    Parse and format MySQL dates and times

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Class::Factory::Util)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Format::Builder)
BuildRequires: perl(Module::Build::Compat)

BuildArch: noarch

Requires: perl(Class::Factory::Util)
Requires: perl(DateTime::Format::Builder)

%description
This module understands the formats used by MySQL for its DATE, DATETIME,
TIME, and TIMESTAMP data types. It can be used to parse these formats in
order to create DateTime objects, and it can take a DateTime object and
produce a string representing it in the MySQL format.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-6
+ Revision: faeea8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4393 |14cr|perl-DateTime-Format-Natural-1.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-Natural
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.02
Release:	3

Summary:	Base class for DateTime::Format::Natural::Lang::

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/DateTime-Format-Natural-1.02.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Clone)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Module::Util)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Time::Piece)
BuildRequires:	perl(Term::ReadLine)
BuildRequires:	perl(Test::MockTime)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(boolean)
# not autodetected 
Requires:	perl(boolean)
BuildArch:	noarch

%description
'DateTime::Format::Natural' takes a string with a human readable date/time
and creates a machine readable one by applying natural parsing logic.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/DateTime
%{_bindir}/dateparse
%{_mandir}/man1/dateparse.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-3
+ Revision: 28af355
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4394 |14cr|perl-DateTime-Format-Pg-0.160.90-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-Pg
%define upstream_version 0.16009

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Parse and format PostgreSQL dates and times

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/DateTime-Format-Pg-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Module::Build)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Builder)
BuildRequires:	perl(DateTime::TimeZone)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module understands the formats used by PostgreSQL for its DATE, TIME,
TIMESTAMP, and INTERVAL data types. It can be used to parse these formats
in order to create 'DateTime' or 'DateTime::Duration' objects, and it can
take a 'DateTime' or 'DateTime::Duration' object and produce a string
representing it in a format accepted by PostgreSQL.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.yml 
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.90-3
+ Revision: 6be93db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4395 |14cr|perl-DateTime-Format-RFC3339-1.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-RFC3339
%define upstream_version v1.0.5

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.0.5
Release:	3

Summary:	Parse and format RFC3339 datetime strings

License:	Public domain
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/DateTime-Format-RFC3339-v1.0.5.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(version)
BuildArch:	noarch

%description
This module understands the RFC3339 date/time format, an ISO 8601 profile,
defined at http://tools.ietf.org/html/rfc3339 .

It can be used to parse these formats in order to create the appropriate
objects.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-3
+ Revision: 68c9f4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4396 |14cr|perl-DateTime-Format-SQLite-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-SQLite
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Parse and format SQLite dates and times

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Factory::Util)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Builder)

BuildArch:	noarch

Requires:	perl(Class::Factory::Util)
Requires:	perl(DateTime::Format::Builder)

%description
This module understands the formats used by SQLite for its 'date',
'datetime' and 'time' functions. It can be used to parse these formats in
order to create the DateTime manpage objects, and it can take a DateTime
object and produce a timestring accepted by SQLite.

*NOTE:* SQLite does not have real date/time types but stores everything as
strings. This module deals with the date/time strings as
understood/returned by SQLite's 'date', 'time', 'datetime', 'julianday' and
'strftime' SQL functions. You will usually want to store your dates in one
of these formats.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: c19f282
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4397 |14cr|perl-DateTime-Format-W3CDTF-0.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DateTime-Format-W3CDTF
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Parse and format W3CDTF datetime strings

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/RPM4/
Source0:	%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildArch:	noarch

%description
This module understands the W3CDTF date/time format, an ISO 8601 profile,
defined at http://www.w3.org/TR/NOTE-datetime. This format as the native
date format of RSS 1.0.

It can be used to parse these formats in order to create the appropriate
objects.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-5
+ Revision: 2665fcd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4398 |14cr|perl-DateTime-Set-0.340.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Set
%define upstream_version 0.3400

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Extends Set::Infinite with recurrence functions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/DateTime-Set-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(Set::Infinite)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
DateTime::Set is a module for datetime sets. It can be used to handle two
different types of sets.

The first is a fixed set of predefined datetime objects. For example, if we
wanted to create a set of datetimes containing the birthdays of people in
our family for the current year.

The second type of set that it can handle is one based on a recurrence,
such as "every Wednesday", or "noon on the 15th day of every month". This
type of set can have fixed starting and ending datetimes, but neither is
required. So our "every Wednesday set" could be "every Wednesday from the
beginning of time until the end of time", or "every Wednesday after
2003-03-05 until the end of time", or "every Wednesday between 2003-03-05
and 2004-01-07".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.340.0-3
+ Revision: f2d53a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4399 |14cr|perl-DateTimeX-Easy-0.89.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTimeX-Easy
%define upstream_version 0.089

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(DateTimeX::Easy::DateParse\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Parse a date/time string using the best method available

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTimeX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Date::Parse)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::DateManip)
BuildRequires:	perl(DateTime::Format::Flexible)
BuildRequires:	perl(DateTime::Format::ICal)
BuildRequires:	perl(DateTime::Format::Natural)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Time::Zone)

BuildArch:	noarch

%description
DateTimeX::Easy makes DateTime object creation quick and easy. It uses a
variety of DateTime::Format packages to do the bulk of the parsing, with
some custom tweaks to smooth out the rough edges (mainly concerning
timezone detection and selection).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.89.0-6
+ Revision: f7f02e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4400 |14cr|perl-DBD-CSV-0.410.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    DBD-CSV
%define upstream_version 0.41

%if %{_use_internal_dependency_generator}
%define __noautoreq '/pro/bin/perl'
%else
%define _requires_exceptions /pro/bin/perl
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl module to access CSV files through DBI

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JZ/JZUCKER/%{upstream_name}-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildRequires:	perl(DBI)
BuildRequires:	perl(SQL::Statement) >= 0.1011
BuildRequires:	perl(Text::CSV_XS) >= 0.16

BuildArch:	noarch

%description
DBD::CSV is a Perl module that provides yet another driver for the DBI
(Database independent interface for Perl).  This one is based on the SQL
"engine" SQL::Statement and the abstract DBI driver DBD::File, and implements
access to so-called CSV files (comma seperated values).  Such files are
mostly used for exporting MS Access and MS Excel data.

%prep 
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{perl_vendorlib}/Bundle/DBD/*
%{perl_vendorlib}/DBD/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.410.0-5
+ Revision: 9dfd07a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4401 |14cr|perl-DBD-InterBase-0.48-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# $Revision: 1.23 $, $Date: 2004/12/10 21:26:13 $
#
# Conditional build:
%bcond_with	tests	# perform "make test" (requires database and interaction)
#
%define		pdir	DBD
%define		pnam	InterBase
Summary:	DBD::InterBase - DBI driver for Firebird and InterBase RDBMS server

Name:		perl-DBD-InterBase
Version:	0.48
Release:	3
License:	GPLv2+
Group:		Development/Perl
Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5:	70d0142378ab928d9a75e465426d2437
Patch0:		%{name}-libsonly.patch
Patch1:		perl-DBD-InterBase-0.48-alt-dbdimp.patch
BuildRequires:	firebird-devel
BuildRequires:	perl-DBI >= 1.08
BuildRequires:	perl-devel >= 1:5.8.0
BuildRequires:	perl-rpm-build-perl

%description
DBD::InterBase is a Perl module which works with the DBI module to
provide access to Firebird and InterBase databases.

%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
%patch0 -p1
%patch1 -p1 -b .perl514~

%build
echo %{_includedir}| perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorarch}/DBD/InterBase.pm
%dir %{perl_vendorarch}/DBD/InterBase
%{perl_vendorarch}/DBD/InterBase/*
%dir %{perl_vendorarch}/auto/DBD/InterBase
%{perl_vendorarch}/auto/DBD/InterBase/*
#attr(755,root,root) %{perl_vendorarch}/auto/DBD/InterBase/InterBase.so
%{_mandir}/man3/DBD*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.48-3
+ Revision: 968c325
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4402 |14cr|perl-DBD-Mock-1.450.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBD-Mock
%define upstream_version 1.45
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.45
Release:	3

Summary:	Mock database driver for testing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBD/DBD-Mock-1.45.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBI)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Testing with databases can be tricky. If you are developing a system
married to a single database then you can make some assumptions about your
environment and ask the user to provide relevant connection information.
But if you need to test a framework that uses DBI, particularly a framework
that uses different types of persistence schemes, then it may be more
useful to simply verify what the framework is trying to do -- ensure the
right SQL is generated and that the correct parameters are bound.
'DBD::Mock' makes it easy to just modify your configuration (presumably
held outside your code) and just use it instead of 'DBD::Foo' (like the
DBD::Pg manpage or the DBD::mysql manpage) in your framework.

There is no distinct area where using this module makes sense. (Some people
may successfully argue that this is a solution looking for a problem...)
Indeed, if you can assume your users have something like the DBD::AnyData
manpage or the DBD::SQLite manpage or if you do not mind creating a
dependency on them then it makes far more sense to use these legitimate
driver implementations and test your application in the real world -- at
least as much of the real world as you can create in your tests...

And if your database handle exists as a package variable or something else
easily replaced at test-time then it may make more sense to use the
Test::MockObject manpage to create a fully dynamic handle. There is an
excellent article by chromatic about using the Test::MockObject manpage in
this and other ways, strongly recommended. (See the SEE ALSO manpage for a
link)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/DBD


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.450.0-3
+ Revision: 0b9cac3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4403 |14cr|perl-DBD-Multi-0.180.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBD-Multi
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.18
Release:	3

Summary:	Manage Multiple Data Sources with Failover and Load Balancing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBD/DBD-Multi-0.18.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBD::File)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Sys::SigAction)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Exception)

BuildArch:	noarch

%description
This software manages multiple database connections for failovers and also
simple load balancing. It acts as a proxy between your code and your database
connections, transparently choosing a connection for each query, based on your
preferences and present availability of the DB server.

This module is intended for read-only operations (where some other application
is being used to handle replication).

This software does not prevent write operations from being executed. This is
left up to the user. See "SUGGESTED USES" below for ideas.

The interface is nearly the same as other DBI drivers with one notable
exception.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/DBD
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-3
+ Revision: 8306fe8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4404 |14cr|perl-DBD-Pg-3.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	DBD-Pg
%define upstream_version 3.3.0

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	PostgreSQL database driver for the DBI module



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}/
Source0:	http://www.cpan.org/modules/by-module/DBD/DBD-Pg-%{version}.tar.gz
Buildrequires:	perl(DBI)
Buildrequires:	perl-devel
Buildrequires:	postgresql-devel

%description
PostgreSQL database driver for the DBI module

%prep
%setup -q -n %{module}-%{upstream_version}

%build
export POSTGRES_INCLUDE=/usr/include
export POSTGRES_LIB=%{_libdir}
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorarch}/auto/DBD
%{perl_vendorarch}/DBD
%{perl_vendorarch}/Bundle
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.0-2
+ Revision: f6ebbc8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4405 |14cr|perl-DBD-PgSPI-0.20.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name DBD-PgSPI
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	PL/Perl PostgreSQL database driver for the DBI module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/DBD/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		perl-%{upstream_name}.includedir.patch
Patch1:		DBI2.patch
Patch2:		DBD-PgSPI-0.02-postgresql9.patch
Patch3:		DBD-PgSPI-0.02-add-missing-string-format-variables.patch

BuildRequires:	perl-devel 
BuildRequires:	perl(DBI)
BuildRequires:	postgresql-devel

%description
DBD::PgSPI is a Perl module which works with the DBI module to provide access
to PostgreSQL database from within pl/perl functions inside the database.

If you are looking for a way to access postgresql database from a perl script
running outside of your database, look at DBD::Pg, you cannot use this module.
This module is only intended for use by stored procedures written in 'plperl'
programming language running inside PostgreSQL.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0 -b .includedir
%patch1 -p0 -b .dbi2
%patch2 -p1 -b .postgresql9~
%patch3 -p1 -b .str_fmt~

%build
export POSTGRES_HOME=%{_includedir}/postgresql

perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Skipping make test, because it try to connect to a local DB
# make test

%install
%makeinstall_std

%files
%doc README 
%{_mandir}/man*/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-8
+ Revision: f4f523a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4406 |14cr|perl-DBD-SQLite2-0.330.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	DBD-SQLite2
%define	upstream_version 0.33

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Self Contained RDBMS in a DBI Driver (sqlite 2.x)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}/
Source0:	http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/%{module}-%{upstream_version}.tar.bz2
Patch0:		perl-DBD-SQLite2-0.33-libsqlite0.patch

BuildRequires:	perl-devel
BuildRequires:	perl-DBI >= 1.03-1mdk
BuildRequires:	sqlite-devel

%description
SQLite is a small fast embedded SQL database engine.

DBD::SQLite embeds that database engine into a DBD driver, so
if you want a relational database for your project, but don't
want to install a large RDBMS system like MySQL or PostgreSQL,
then DBD::SQLite may be just what you need.

It supports quite a lot of features, such as transactions (atomic
commit and rollback), indexes, DBA-free operation, a large subset
of SQL92 supported, and more.

Note: DBD::SQLite2 is the old version of DBD::SQLite, and is linked against
version 2.x.x of the sqlite library. The current version of DBD::SQLite is
linked against version 3 (or possibly later if I forget to update this file).
This release is designed to allow you to have both versions installed on the
same system.

%prep

%setup -q -n %{module}-%{upstream_version}
# remove the embedded SQLite 2
rm -f \
	attach.c \
	auth.c \
	btree.c \
	btree.h \
	btree_rb.c \
	build.c \
	copy.c \
	date.c \
	delete.c \
	encode.c \
	expr.c \
	func.c \
	getsqlite.pl \
	hash.c \
	hash.h \
	insert.c \
	main.c \
	opcodes.c \
	opcodes.h \
	os.c \
	os.h \
	pager.c \
	pager.h \
	parse.c \
	parse.h \
	pragma.c \
	printf.c \
	random.c \
	select.c \
	sqlite.h \
	sqliteInt.h \
	table.c \
	tokenize.c \
	trigger.c \
	update.c \
	util.c \
	vacuum.c \
	vdbe.c \
	vdbe.h \
	vdbeaux.c \
	vdbeInt.h \
	where.c
%patch0 -p1 -E
# jq - test failing, dunno why
rm -f t/ak-dbd.t

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make OPTIMIZE="-DNDEBUG=1 -DSQLITE_PTR_SZ=4"

%check
make test

%install
%makeinstall_std

%files
%doc README* Changes
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.330.0-7
+ Revision: 0b463ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4407 |14cr|perl-DBD-Sybase-1.150.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBD-Sybase
%define upstream_version 1.15

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 1.15
Release:	3

Summary:	Sybase database driver for the DBI module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/~mewp/DBD-Sybase/
Source0:	http://www.cpan.org/authors/id/M/ME/MEWP/DBD-Sybase-1.15.tar.gz

BuildRequires:	freetds-devel
BuildRequires:	gettext-devel
BuildRequires:	perl-DBI >= 1.00
BuildRequires:	perl-devel


%description
DBD::Sybase is a Perl module which works with the DBI module to provide access
to Sybase databases. With FreeTDS DBD::Sybase can be also used to query a
MS-SQL 7 or 2000 database server from a UNIX/Linux host.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
export SYBASE=%{_prefix}
echo -e "\n\n\n\n\n\n" | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}" LD_RUN_PATH=""

%install
%makeinstall_std

%clean

%files
%defattr(644,root,root,755)
%doc BUGS CHANGES README
%{perl_vendorarch}/DBD/Sybase.pm
%{perl_vendorarch}/DBD/dbd-sybase.pod
%dir %{perl_vendorarch}/auto/DBD/Sybase
%attr(0755,root,root) %{perl_vendorarch}/auto/DBD/Sybase/Sybase.so
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.150.0-3
+ Revision: 562e99b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4408 |14cr|perl-DBD-XBase-1.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBD-XBase
%define upstream_version 1.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.05
Release:	3

Summary:	Module for dealing with XBase files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBD/DBD-XBase-1.05.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBI)
BuildArch:	noarch

%description
Package DBD::XBase contains module XBase that can read and write dbf and
dbt/fpt files, as well as a DBI driver DBD::XBase, that allows work with these
files using SQL commands.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_bindir}/*
%{perl_vendorlib}/XBase.pm
%dir %{perl_vendorlib}/DBD
%{perl_vendorlib}/DBD/*
%dir %{perl_vendorlib}/XBase
%{perl_vendorlib}/XBase/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-3
+ Revision: 12c06e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4409 |14cr|perl-DB_File-Lock-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DB_File-Lock
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	DB_File-Lock module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(DB_File)
BuildArch:	noarch

%description
This module provides a wrapper for the DB_File module, adding locking.

When you need locking, simply use this module in place of DB_File and
add an extra argument onto the tie command specifying if the file should
be locked for reading or writing.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/DB_File/Lock.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: a4301b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4410 |14cr|perl-DBICx-TestDatabase-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBICx-TestDatabase
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A DBICx::TestDatabase you can add your 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBICx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(SQL::Translator)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(ok)
BuildRequires:	perl(strictures)
BuildArch:	noarch

%description
This module creates a temporary SQLite database, deploys your DBIC schema,
and then connects to it. This lets you easily test your DBIC schema. Since
you have a fresh database for every test, you don't have to worry about
cleaning up after your tests, ordering of tests affecting failure, etc.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: c1f3e6b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4411 |14cr|perl-DBI-Shell-11.950.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBI-Shell
%define upstream_version 11.95

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Interactive command shell for the DBI 

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TL/TLOWERY/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Tee)
BuildRequires:	perl(DBI)
BuildArch:	noarch

%description
The DBI::Shell module (and dbish command, if installed) provide a simple but
effective command line interface for the Perl DBI module.

DBI::Shell is very new, very experimental and very subject to change. Your
mileage will vary. Interfaces will change with each release.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes README ToDo
find lib -type f -exec chmod 644 {} \;

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README ToDo
%{_bindir}/dbish
%{_mandir}/*/*
%{perl_vendorlib}/DBI



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.950.0-5
+ Revision: 9618265
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4412 |14cr|perl-DBIx-Class-0.82.700-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBIx-Class
%define upstream_version 0.08270

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(DBD::Oracle(.*)\\)|perl\\(DBIx::Class::Admin::(.*)\\)'
%else
%define _requires_exceptions %perl(DBD::Oracle\\|DBIx::Class::Admin::\\(Types\\|Descriptive\\|Usage\\))
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Epoch:		1

Summary:	Extensible and flexible object <-> relational mapper

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/DBIx-Class-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp::Clan)
BuildRequires:	perl(Class::Accessor::Grouped)
BuildRequires:	perl(Class::C3) >= 0.11
BuildRequires:	perl(Class::C3::Componentised)
BuildRequires:	perl(Class::Data::Accessor) >= 0.01
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl(Config::Any) >= 0.200
BuildRequires:	perl(Context::Preserve)
BuildRequires:	perl(Cwd) >= 3.19
BuildRequires:	perl(Data::Dumper::Concise)
BuildRequires:	perl(Data::Page) >= 2.00
BuildRequires:  perl(DBD::SQLite) >= 1.11
BuildRequires:  perl(DBI) >= 1.40
BuildRequires:  perl(Hash::Merge)
BuildRequires:	perl(JSON)
BuildRequires:	perl(JSON::Any)
BuildRequires:  perl(Math::Base36)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Module::Find)
BuildRequires:  perl(Path::Class)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Scope::Guard)
BuildRequires:	perl(SQL::Abstract) >= 1.20
BuildRequires:	perl(SQL::Abstract::Limit) >= 0.101
BuildRequires:	perl(Storable)
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Test::Builder) >= 0.33
BuildRequires:	perl(Test::Exception) >= 0.310
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Tie::StdHash)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(Variable::Magic) >= 0.440
BuildRequires:	perl(namespace::clean)

BuildArch:	noarch

Requires:	perl(Class::C3::Componentised)
Requires:	perl(DBD::SQLite)
Requires:	perl(SQL::Abstract)

## scottk: The following provides are missed as they appear
##      on different lines from their "package" declarations
Provides:	perl(DBIC::SQL::Abstract)
Provides:	perl(DBIx::Class::_Util)
Provides:	perl(DBIx::Class::Carp)
Provides:	perl(DBIx::Class::CDBICompat::AccessorMapping)
Provides:	perl(DBIx::Class::CDBICompat::AttributeAPI)
Provides:	perl(DBIx::Class::CDBICompat::AutoUpdate)
Provides:	perl(DBIx::Class::CDBICompat::ColumnCase)
Provides:	perl(DBIx::Class::CDBICompat::ColumnGroups)
Provides:	perl(DBIx::Class::CDBICompat::Constraints)
Provides:	perl(DBIx::Class::CDBICompat::Constructor)
Provides:	perl(DBIx::Class::CDBICompat::DestroyWarning)
Provides:	perl(DBIx::Class::CDBICompat::GetSet)
Provides:	perl(DBIx::Class::CDBICompat::HasA)
Provides:	perl(DBIx::Class::CDBICompat::HasMany)
Provides:	perl(DBIx::Class::CDBICompat::ImaDBI)
Provides:	perl(DBIx::Class::CDBICompat::LazyLoading)
Provides:	perl(DBIx::Class::CDBICompat::LiveObjectIndex)
Provides:	perl(DBIx::Class::CDBICompat::MightHave)
Provides:	perl(DBIx::Class::CDBICompat::ObjIndexStubs)
Provides:	perl(DBIx::Class::CDBICompat::Pager)
Provides:	perl(DBIx::Class::CDBICompat::ReadOnly)
Provides:   perl(DBIx::Class::CDBICompat::Relationship)
Provides:	perl(DBIx::Class::CDBICompat::Retrieve)
Provides:	perl(DBIx::Class::CDBICompat::Stringify)
Provides:	perl(DBIx::Class::CDBICompat::TempColumns)
Provides:	perl(DBIx::Class::CDBICompat::Triggers)
Provides:	perl(DBIx::Class::ClassResolver::PassThrough)
Provides:	perl(DBIx::Class::Componentised)
Provides:	perl(DBIx::Class::Relationship::Accessor)
Provides:	perl(DBIx::Class::Relationship::BelongsTo)
Provides:	perl(DBIx::Class::Relationship::CascadeActions)
Provides:	perl(DBIx::Class::Relationship::HasMany)
Provides:	perl(DBIx::Class::Relationship::HasOne)
Provides:	perl(DBIx::Class::Relationship::Helpers)
Provides:	perl(DBIx::Class::Relationship::ManyToMany)
Provides:	perl(DBIx::Class::Relationship::ProxyMethods)
Provides:	perl(DBIx::Class::ResultSetProxy)
Provides:	perl(DBIx::Class::ResultSourceProxy)
Provides:	perl(DBIx::Class::ResultSource::RowParser)
Provides:	perl(DBIx::Class::ResultSource::RowParser::Util)
Provides:	perl(DBIx::Class::SQLAHacks)
Provides:	perl(DBIx::Class::SQLMaker::MSSQL)
Provides:	perl(DBIx::Class::SQLMaker::MySQL)
Provides:	perl(DBIx::Class::SQLMaker::Oracle)
Provides:	perl(DBIx::Class::SQLMaker::OracleJoins)
Provides:	perl(DBIx::Class::SQLMaker::SQLite)
Provides:	perl(DBIx::Class::Storage)
Provides:	perl(DBIx::Class::Storage::BlockRunner)
Provides:	perl(DBIx::Class::Storage::DBIHacks)
Provides:	perl(DBIx::Class::Storage::DBI::ADO::CursorUtils)
Provides:       perl(DBIx::Class::Storage::DBI::Replicated::Types)
Provides:	perl(DBIx::Class::Storage::TxnScopeGuard)
Provides:	perl(SQL::Translator::Parser::DBIx::Class)

%description
This is an SQL to OO mapper with an object API inspired by Class::DBI
(and a compatibility layer as a springboard for porting) and a
resultset API that allows abstract encapsulation of database
operations. It aims to make representing queries in your code as
perl-ish as possible while still providing access to as many of the
capabilities of the database as possible, including retrieving related
records from multiple tables in a single query, JOIN, LEFT JOIN,
COUNT, DISTINCT, GROUP BY and HAVING support.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm -f t/73oracle.t

%build
perl Makefile.PL installdirs=vendor --skipdeps
%make

%check
##export DBICTEST_PG_DSN="dbi:Pg:dbname=test;host=localhost"
##export DBICTEST_PG_USER=pgtest
##export DBICTEST_PG_PASS='pgtest'
##export DBICTEST_MYSQL_DSN="dbi:mysql:database=test;host=localhost"
##export DBICTEST_MYSQL_USER=mysqltest
##export DBICTEST_MYSQL_PASS='mysqltest'
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/dbicadmin
%{perl_vendorlib}/DBIx
%{perl_vendorlib}/SQL
%{_mandir}/man*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.82.700-4
+ Revision: 5f622b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4413 |14cr|perl-DBIx-Class-Candy-0.2.105-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-Candy
%define upstream_version 0.002105

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Create sugar for your favorite ORM, DBIx::Class


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Fatal)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(Lingua::EN::Inflect)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(String::CamelCase)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::More) >= 0.960.0
BuildRequires:	perl(namespace::clean)
BuildArch:	noarch

%description
'DBIx::Class::Candy' is a simple sugar layer for definition of the
DBIx::Class manpage results. Note that it may later be expanded to add
sugar for more 'DBIx::Class' related things. By default
'DBIx::Class::Candy':

* *

  turns on strict and warnings

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.105-2
+ Revision: aac6345
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4414 |14cr|perl-DBIx-Class-Cursor-Cached-1.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name   DBIx-Class-Cursor-Cached
%define upstream_version 1.001002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Cursor class with built-in caching support

Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/DBIx/DBIx-Class-Cursor-Cached-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Module::Build)
BuildRequires: perl(Digest::SHA)
BuildRequires:	perl(Cache::FileCache)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(strictures)
BuildArch:	noarch

%description
This package provides cursor class with built-in caching support.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-5
+ Revision: 8d9277e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4415 |14cr|perl-DBIx-Class-DateTime-Epoch-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-DateTime-Epoch
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Automatic inflation/deflation of epoch-based columns to/from DateTime objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/DBIx-Class-DateTime-Epoch-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBICx::TestDatabase)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(DBIx::Class::DynamicDefault)
BuildRequires:	perl(DBIx::Class::TimeStamp)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::SQLite)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(strictures)

BuildArch:	noarch

%description
This module automatically inflates/deflates DateTime objects from/to epoch
values for the specified columns. This module is essentially an extension
to the DBIx::Class::InflateColumn::DateTime manpage so all of the settings,
including 'locale' and 'timezone', are also valid.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: 37947de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4416 |14cr|perl-DBIx-Class-DeploymentHandler-0.2.211-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-DeploymentHandler
%define upstream_version 0.002211

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Extensible DBIx::Class deployment


License:	GPL+ or Artistic
Group:		Development/Perl
Url:    	http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Carp::Clan)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Touch)
BuildRequires:	perl(Log::Contextual)
BuildRequires:	perl(Method::Signatures::Simple)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(SQL::Translator)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Text::Brew)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(aliased)
BuildRequires:	perl(autodie)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(strictures)
BuildArch:	noarch

%description
'DBIx::Class::DeploymentHandler' is, as its name suggests, a tool for
deploying and upgrading databases with DBIx::Class. It is
designed to be much more flexible than DBIx::Class::Schema::Versioned,
hence the use of Moose and lots of roles.

'DBIx::Class::DeploymentHandler' itself is just a recommended set of roles
that we think will not only work well for everyone, but will also yield the
best overall mileage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.211-2
+ Revision: f1af434
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4417 |14cr|perl-DBIx-Class-DynamicDefault-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-DynamicDefault
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Automatically set and update fields

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/DBIx-Class-DynamicDefault-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBICx::TestDatabase)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(parent)
BuildRequires:	perl(strictures)

BuildArch:	noarch

%description
Automatically set and update fields with values calculated at runtime.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes 
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: c1f2bef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4418 |14cr|perl-DBIx-Class-EncodedColumn-0.0.130-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-EncodedColumn
%define upstream_version 0.00013

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Encrypt columns using Crypt::OpenPGP

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Dir::Self)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(SQL::Translator)
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(strictures)

BuildArch:	noarch

%description
This the DBIx::Class manpage component can be used to automatically encode
a column's contents whenever the value of that column is set.

This module is similar to the existing the DBIx::Class::DigestColumns
manpage, but there is some key differences:

* 'DigestColumns' performs the encode operation on 'insert' and 'update',
  and 'EncodedColumn' performs the operation when the value is set, or on
  'new'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.130-3
+ Revision: e9553f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4419 |14cr|perl-DBIx-Class-Fixtures-1.1.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-Fixtures
%define upstream_version 1.001021

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Provides fixtures for DBIx-Class-based scripts


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(ok)
BuildRequires: perl(DBIx::Class::InflateColumn::FS)
BuildRequires:	perl(Class::Accessor::Grouped)
BuildRequires:	perl(Config::Any)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(DBIx::Class::Schema::Loader)
BuildRequires:	perl(Data::Dump::Streamer)
BuildRequires:	perl(Data::Visitor)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::MySQL)
BuildRequires:	perl(DateTime::Format::Pg)
BuildRequires:	perl(DateTime::Format::SQLite)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(Hash::Merge)
BuildRequires:	perl(JSON::Syck)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(SQL::Abstract)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(strictures)
BuildArch:	noarch

%description
Dump fixtures from source database to filesystem then import to another
database (with same schema) at any time. Use as a constant dataset for running
tests against or for populating development databases when impractical to use
production clones. Describe fixture set using relations and conditions based on
your DBIx::Class schema.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.21-2
+ Revision: 4987450
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4420 |14cr|perl-DBIx-Class-Helpers-2.23.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-Helpers
%define upstream_version 2.023001

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Simplify the common case stuff for DBIx::Class

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp::Clan) >= 6.40.0
BuildRequires: perl(DBD::SQLite)
BuildRequires: perl(DBIx::Class) >= 0.82.600
BuildRequires: perl(DBIx::Class::Candy) >= 0.1.3
BuildRequires: perl(DBIx::Introspector)
BuildRequires: perl(DateTime::Format::SQLite)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(Lingua::EN::Inflect)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Find)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Safe::Isa)
BuildRequires: perl(String::CamelCase)
BuildRequires: perl(Sub::Exporter::Progressive) >= 0.1.6
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.940.0
BuildRequires: perl(Test::Roo)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(namespace::clean) >= 0.230.0
BuildRequires: perl(parent)
BuildRequires: perl(strictures)
BuildRequires: perl-devel
BuildArch:  noarch

%description
A collection of various helper utilities for the DBIx::Class manpage stuff.
Probably only useful for components.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CONTRIBUTING Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.23.1-2
+ Revision: 7ef0939
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4421 |14cr|perl-DBIx-Class-HTMLWidget-0.160.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 DBIx-Class-HTMLWidget
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Like FromForm but with DBIx::Class and HTML::Widget

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Widget) >= 1.03
BuildArch:	noarch

%description
Something like Class::DBI::FromForm / Class::DBI::FromCGI but using
HTML::Widget for form creation and validation and DBIx::Class as a ORM.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/DBIx
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-5
+ Revision: c2253ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4422 |14cr|perl-DBIx-Class-InflateColumn-FS-0.10.70-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-InflateColumn-FS
%define upstream_version 0.01007

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	FS columns resultset class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBICx::TestDatabase)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(DBIx::Class::UUIDColumns)
BuildRequires:	perl-DBIx-Class-UUIDColumns >= 0.20.50-4
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(SQL::Abstract)
BuildRequires:	perl(strictures)
BuildArch:	noarch

%description
Provides inflation to a Path::Class::File object allowing file system
storage of BLOBS.

The storage path is specified with 'fs_column_path'. Each file receives a
unique name, so the storage for all FS columns can share the same path.

Within the path specified by 'fs_column_path', files are stored in
sub-directories based on the first 2 characters of the unique file names.
Up to 256 sub-directories will be created, as needed. Override
'_fs_column_dirs' in a derived class to change this behavior.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.70-7
+ Revision: 94425c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4423 |14cr|perl-DBIx-Class-IntrospectableM2M-0.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-IntrospectableM2M
%define upstream_version 0.001001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Introspect many-to-many shortcuts

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Because the many-to-many relationships are not real relationships, they can
not be introspected with DBIx::Class. Many-to-many relationships are
actually just a collection of convenience methods installed to bridge two
relationships. This the DBIx::Class manpage component can be used to store
all relevant information about these non-relationships so they can later be
introspected and examined.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-5
+ Revision: 87ac1ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4424 |14cr|perl-DBIx-Class-Loader-0.210.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBIx-Class-Loader
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Dynamic definition of DBIx::Class sub classes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBD::SQLite2)
BuildRequires:	perl(Lingua::EN::Inflect)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description
DBIx::Class::Loader automate the definition of DBIx::Class sub-classes by
scanning table schemas and setting up columns and primary keys.  Class names
are defined by table names and the namespace option. The only required
arguments are namespace and dsn.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL installdirs=vendor destdir=%{buildroot}
make

%check
##export PG_NAME="dbi:Pg:dbname=test;host=localhost"
##export PG_USER=pgtest
##export PG_PASS='pgtest'
##export MYSQL_NAME="dbi:mysql:database=test;host=localhost"
##export MYSQL_USER=mysqltest
##export MYSQL_PASS='mysqltest'
#make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/DBIx
%{_mandir}/man*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.210.0-5
+ Revision: 9cb94e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4425 |14cr|perl-DBIx-Class-ResultSet-RecursiveUpdate-0.340.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-ResultSet-RecursiveUpdate
%define upstream_version 0.34

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	DBIx-Class extension for providing recursive updates

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/DBIx-Class-ResultSet-RecursiveUpdate-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Trap)
BuildRequires: perl(Test::Exception)
BuildRequires:	perl(Carp::Clan) >= 6.40
BuildRequires:	perl(DBD::SQLite) >= 1.210
BuildRequires:	perl(DBIx::Class) >= 0.81.30
BuildRequires:	perl(DBIx::Class::IntrospectableM2M)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(Readonly) >= 1.30
BuildRequires:	perl(SQL::Abstract)
BuildRequires:	perl(SQL::Translator) >= 0.110.60
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(strictures)

BuildArch:	noarch

%description
You can feed the ->create method of DBIx::Class with a recursive datastructure
and have the related records created. Unfortunately you cannot do a similar
thing with update_or_create. This module tries to fill that void until
DBIx::Class has an api itself.

The functional interface can be used without modifications of the model, for
example by form processors like HTML::FormHandler::Model::DBIC.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.340.0-5
+ Revision: 53134e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4426 |14cr|perl-DBIx-Class-Schema-Loader-0.70.400-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBIx-Class-Schema-Loader
%define upstream_version 0.07040

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2
Epoch:      1

Summary:    Dynamic definition of a DBIx::Class::Schema
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

Provides:   perl(DBIx::Class::Schema::Loader::Utils)

BuildRequires: perl(Carp::Clan)
BuildRequires: perl(Class::Accessor::Grouped) >= 0.100.80
BuildRequires: perl(Class::C3::Componentised) >= 1.0.800
BuildRequires: perl(Class::Inspector) >= 1.270.0
BuildRequires: perl(Class::Unload) >= 0.70.0
BuildRequires: perl(DBD::SQLite) >= 1.290.0
BuildRequires: perl(DBIx::Class) >= 0.81.270
BuildRequires: perl(DBIx::Class::IntrospectableM2M)
BuildRequires: perl(Data::Dump) >= 1.60.0
BuildRequires: perl(Digest::MD5) >= 2.360.0
BuildRequires: perl(Exporter) >= 5.630.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(File::Path) >= 2.70.0
BuildRequires: perl(File::Temp) >= 0.160.0
BuildRequires: perl(Hash::Merge) >= 0.120.0
BuildRequires: perl(Lingua::EN::Inflect::Number) >= 1.100.0
BuildRequires: perl(Lingua::EN::Inflect::Phrase) >= 0.150.0
BuildRequires: perl(Lingua::EN::Tagger) >= 0.230.0
BuildRequires: perl(List::MoreUtils) >= 0.320.0
BuildRequires: perl(MRO::Compat) >= 0.90.0
BuildRequires: perl(Scope::Guard) >= 0.200.0
BuildRequires: perl(String::CamelCase) >= 0.20.0
BuildRequires: perl(String::ToIdentifier::EN) >= 0.50.0
BuildRequires: perl(Sub::Name)
BuildRequires: perl(Test::Exception) >= 0.310.0
BuildRequires: perl(Test::More) >= 0.940.0
BuildRequires: perl(Test::Warn) >= 0.210.0
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(namespace::clean) >= 0.230.0
BuildRequires: perl(strictures)
Buildrequires: perl-Text-Unidecode
Buildrequires: perl-devel
BuildArch:  noarch

%description
DBIx::Class::Schema::Loader automates the definition of a DBIx::Class::Schema
by scanning database table definitions and setting up the columns, primary
keys, and relationships.

DBIx::Class::Schema::Loader currently supports only the DBI storage type. It
has explicit support for DBD::Pg, DBD::mysql, DBD::DB2, DBD::SQLite, and
DBD::Oracle. Other DBI drivers may function to a greater or lesser degree with
this loader, depending on how much of the DBI spec they implement, and how
standard their implementation is.

See DBIx::Class::Schema::Loader::DBI::Writing for notes on writing your own
vendor-specific subclass for an unsupported DBD driver.

This module obsoletes the older DBIx::Class::Loader.

This module is designed more to get you up and running quickly against an
existing database, or to be effective for simple situations, rather than to be
what you use in the long term for a complex database/project.

That being said, transitioning your code from a Schema generated by this module
to one that doesn't use this module should be straightforward and painless, so
don't shy away from it just for fears of the transition down the road.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl -pi -e "s/('DBD::(DB2|Oracle))/#$1/g" Makefile.PL
perl Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
# probably just a missing build dependency
rm -f t/20invocations.t
make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README
%{perl_vendorlib}/DBIx
%{_mandir}/*/*
%{_bindir}/dbicdump


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.70.400-2
+ Revision: 5f931ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4427 |14cr|perl-DBIx-Class-TimeStamp-0.140.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-TimeStamp
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	DBIx::Class extension to update and create date and time based fields

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Grouped)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(DBIx::Class::DynamicDefault)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::MySQL)
BuildRequires:	perl(DateTime::Format::SQLite)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(Time::Warp)
BuildRequires:	perl(strictures)

BuildArch:	noarch

Requires:	perl(DBIx::Class::DynamicDefault)

%description
Works in conjunction with InflateColumn::DateTime to automatically set
update and create date and time based fields in a table.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-5
+ Revision: e7b8ae3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4428 |14cr|perl-DBIx-Class-UUIDColumns-0.20.60-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-UUIDColumns
%define upstream_version 0.02006

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32(.*)\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Create uuids using Win32API::GUID

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/DBIx-Class-UUIDColumns-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Grouped)
BuildRequires:	perl(Data::UUID)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(SQL::Abstract)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(strictures)

BuildArch: noarch

# Adding a requires or otherwise this module fails during run-time.
Requires:	perl(Data::UUID)

%description
This the DBIx::Class manpage component resembles the behaviour of the
Class::DBI::UUID manpage, to make some columns implicitly created as uuid.

When loaded, 'UUIDColumns' will search for a suitable uuid generation
module from the following list of supported modules:

  Data::UUID
  APR::UUID*
  UUID
  Win32::Guidgen
  Win32API::GUID

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.60-5
+ Revision: 676fb9a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4429 |14cr|perl-DBIx-Connector-0.530.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Connector
%define upstream_version 0.53

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    No summary found
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(DBI) >= 1.605.0
BuildRequires: perl(Module::Build) >= 0.300.0
BuildRequires: perl(Test::MockModule) >= 0.50.0
BuildRequires: perl(Test::More) >= 0.880.0
BuildArch:  noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.530.0-2
+ Revision: f955217
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4430 |14cr|perl-DBIx-ContextualFetch-1.30.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBIx-ContextualFetch
%define upstream_version 1.03

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(DBI::db\\)|perl\\(DBI::st\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Add contextual fetches to DBI

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
It always struck me odd that DBI didn't take much advantage of Perl's
context sensitivity. DBIx::ContextualFetch redefines some of the various
fetch methods to fix this oversight. It also adds a few new methods for
convenience (though not necessarily efficiency).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/DBIx
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-7
+ Revision: 81ea388
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4431 |14cr|perl-DBIx-DBSchema-0.440.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBIx-DBSchema
%define upstream_version 0.44

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Database-independent schema objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/DBIx-DBSchema-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBI)
BuildArch:	noarch

%description
DBIx::DBSchema objects are collections of DBIx::DBSchema::Table objects and 
represent a database schema.
This module implements an OO-interface to database schemas. Using this module, 
you can create a database schema with an OO Perl interface. You can read the 
schema from an existing database. You can save the schema to disk and restore 
it a different process. Most importantly, DBIx::DBSchema can write SQL CREATE 
statements statements for different databases from a single source.

Currently supported databases are MySQL and PostgreSQL. Sybase support 
is partially implemented. DBIx::DBSchema will attempt to use generic SQL 
syntax for other databases. Assistance adding support for other databases 
is welcomed. See DBIx::DBSchema::DBD, "Driver Writer's Guide and Base Class".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/DBIx
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.440.0-3
+ Revision: 0d64d53
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4432 |14cr|perl-DBIx-Introspector-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Introspector
%define upstream_version 0.001002

%define __noautoreq 'perl\\(DBIx::Introspector.*'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Detect what database you are connected to

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(DBD::SQLite) >= 1.400.0
BuildRequires: perl(DBI) >= 1.628.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(Moo) >= 1.3.1
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Roo) >= 1.2.0
BuildRequires: perl(strictures)
BuildRequires: perl-devel
BuildArch:  noarch

%description
'DBIx::Introspector' is a module factored out of the the DBIx::Class
manpage database detection code. Most code that needs to detect which
database it is connected to assumes that there is a one-to-one mapping from
database drivers to database engines. Unfortunately reality is rarely that
simple. For instance, the DBD::ODBC manpage is typically used to connect to
SQL Server, but ODBC can be used to connect to PostgreSQL, MySQL, and
Oracle. Additionally, while ODBC is the most common way to connect to SQL
Server, it is not the only option, as the DBD::ADO manpage can also be
used.

'DBIx::Introspector' can correctly detect which database you are connected
to, because it was factored out of a complex, working codebase. On top of
that it has been written to be very extensible. So if you needed to detect
which version of your given database you are connected to that would not be
difficult.

Furthermore, 'DBIx::Introspector' does it's best to try to detect
information based on the dsn you give it if you have not yet connected, so
you can possibly avoid connection or at least defer connection.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-2
+ Revision: 680867a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4433 |14cr|perl-DBIx-Recordset-0.260.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBIx-Recordset
%define upstream_version 0.26

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl extension for DBI recordsets

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(DBI)
BuildRequires:  perl(DBD::Pg)
BuildArch:	noarch
Requires:	perl(DBI)

%description
DBIx::Recordset is a perl module for abstraction and simplification of database
access.

The goal is to make standard database access (select/insert/update/delete)
easier to handle and independend of the underlying DBMS. Special attention is
made on web applications to make it possible to handle the state-less access
and to process the posted data of formfields, but DBIx::Recordset is not
limited to web applications.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
chmod 644 Changes Recordset.pm
perl -pi -e 's/\cM//' Changes
perl Makefile.PL INSTALLDIRS=vendor << EOF




EOF
make

%install
%makeinstall_std

%files
%doc Changes README TODO
%{_mandir}/*/*
%{perl_vendorlib}/DBIx



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.260.0-5
+ Revision: 93baeb6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4434 |14cr|perl-DBIx-SearchBuilder-1.650.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBIx-SearchBuilder
%define upstream_version 1.65

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(DBD::Oracle\\)'
%else
%define _requires_exceptions perl(DBD::Oracle)
%endif


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Database-independent schema objects

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Encapsulate SQL queries and rows in simple perl object

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/DBIx-SearchBuilder-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Want)
BuildRequires:	perl(DBI)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(Class::ReturnValue)
BuildRequires:	perl(Cache::Simple::TimedExpiry)
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Clone)
BuildRequires:	perl(DBIx::DBSchema)
BuildArch:	noarch

%description
This module provides an object-oriented mechanism for retrieving and updating
data in a DBI-accesible database.

In order to use this module, you should create a subclass of
DBIx::SearchBuilder and a subclass of DBIx::SearchBuilder::Record for each
table that you wish to access. (See the documentation of
DBIx::SearchBuilder::Record for more information on subclassing it.)

Your DBIx::SearchBuilder subclass must override NewItem, and probably should
override at least _Init also; at the very least, _Init should probably call
_Handle and _Table to set the database handle (a DBIx::SearchBuilder::Handle
object) and table name for the class. You can try to override just about
every other method here, as long as you think you know what you are doing.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -name \*.pm | xargs chmod 644

%build
perl Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/DBIx
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.650.0-3
+ Revision: 5cb183b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4435 |14cr|perl-DBM-Deep-2.1.100-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBM-Deep
%define upstream_version 2.0011

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A pure perl multi-level hash/array DBM that supports transactions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Fcntl)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
A unique flat-file database module, written in pure perl. True multi-level
hash/array support (unlike MLDBM, which is faked), hybrid OO / tie()
interface, cross-platform FTPable files, ACID transactions, and is quite
fast. Can handle millions of keys and unlimited levels without significant
slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper
around a C-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and
Windows.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.100-3
+ Revision: 8fb4068
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4436 |14cr|perl-DCOP-0.38.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DCOP
%define upstream_version 0.038

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6
Epoch:		2

Summary:	Extensible inheritable class to dcop

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This class is meant to be a base constructor for higher level of
abstraction on dcop clients.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:0.38.0-6
+ Revision: 4b5e380
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4437 |14cr|perl-Debug-Client-0.290.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Debug-Client
%define upstream_version 0.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	Client side code for perl debugger

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Debug/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::Socket)
BuildRequires:	perl-IO-Socket-IP
BuildRequires:	perl(PadWalker)
BuildRequires:	perl(Term::ReadLine)
BuildRequires:	perl(Term::ReadLine::Perl)
BuildRequires:	perl(Test::Class)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
new
    The constructor can get two parameters: host and port.

      my $d = Debug::Client->new;
    
      my $d = Debug::Client->new(host => 'remote.hots.com', port => 4242);

    Immediately after the object creation one needs to call

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Disable for now
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Thu Sep 11 2014 dsilakov <denis.silakov@rosalab.ru> 1:0.290.0-1
+ Revision: 0a65ecc
- Merge pull request #1 from import/perl-Debug-Client:auto_update
- Updated to 0.29 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4438 |14cr|perl-Debug-ShowStuff-1.160.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Debug-ShowStuff
%define upstream_version 1.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.16
Release:	3

Summary:	A collection of handy debugging routines for displaying

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Debug/Debug-ShowStuff-1.16.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Tie::IxHash)
BuildRequires:	perl(String::Util)
BuildArch:	noarch

%description
'Debug::ShowStuff' grew dynamically from my needs in debugging code. I
found myself doing the same tasks over and over... displaying the keys and
values in a hash, displaying the elements in an array, displaying the
output of STDERR in a web page, etc. 'Debug::ShowStuff' began as two or
three of my favorite routines and grew as I added to that collection.
Finally I decided to publish these tools in the hope that other Perl
hackers will find them useful.

'Debug::ShowStuff' is intended for debugging, not for production work. I
would discourage anyone from using 'Debug::ShowStuff' in
ready-for-primetime code. 'Debug::ShowStuff' is only for quick-n-dirty
displays of variable values in order to debug your code.

These functions display values the way I personally like them displayed.
Your preferences may be different. I encourage you to modify
'Debug::ShowStuff' to suit your own needs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.160.0-3
+ Revision: 56aa104
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4439 |14cr|perl-Declare-Constraints-Simple-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Declare-Constraints-Simple
%define upstream_version 0.03

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Declare::Constraints::Simple-Library\\)'
%else
%define _requires_exceptions perl(Declare::Constraints::Simple-Library)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Declarative Validation of Data Structures

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Declare/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp::Clan)
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(aliased)

BuildArch:	noarch
Requires:	perl(aliased)

%description
The main purpose of this module is to provide an easy way to build a
profile to validate a data structure. It does this by giving you a set of
declarative keywords in the importing namespace.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Declare


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: a63fb10
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4440 |14cr|perl-Devel-ArgNames-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-ArgNames
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Figure out the names of variables passed into subroutines

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(PadWalker)
BuildRequires:	perl(Test::use::ok)
BuildArch:	noarch

%description
When print-debugging code, you will often ind yourself going:

	print "\$foo is $foo, \$bar is $bar"

With this module, you can write a reusable subroutine easily:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: b8d96b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4441 |14cr|perl-Devel-Autoflush-0.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Autoflush
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Set autoflush from the command line

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::CaptureOutput)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module is a hack to set autoflush for STDOUT and STDERR from the
command line or from 'PERL5OPT' for code that needs it but doesn't have it.

This often happens when prompting:

   # guess.pl
   print "Guess a number: ";
   my $n = <STDIN>;

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-3
+ Revision: 2f11a14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4442 |14cr|perl-Devel-Backtrace-0.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Backtrace
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Object-oriented backtrace

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(String::Escape)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This class is a nice way to access all the information caller provides on a
given level.  It is used by L<Devel::Backtrace>, which generates an array of
all trace points.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-5
+ Revision: fa36ab8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4443 |14cr|perl-Devel-Caller-2.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Caller
%define upstream_version 2.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    Meatier versions of caller()

License:    Artistic/GPL
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/Devel-Caller-%{upstream_version}.tar.gz

BuildRequires:  perl(PadWalker)
BuildRequires:  perl-devel


%description
This module provides various improvements over the built-in caller()
primitive.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes
%{_mandir}/*/*
%{perl_vendorarch}/Devel
%{perl_vendorarch}/auto/Devel



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.60.0-3
+ Revision: 16dd654
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4444 |14cr|perl-Devel-Caller-Perl-1.400.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Caller-Perl
%define upstream_version 1.4

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary: 	%{upstream_name} module for perl

License: 	GPL+ or Artistic
Group: 		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0: 	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl(Module::Build)

BuildArch: 	noarch

Requires: 	perl(Exporter::Lite)

%description
%{upstream_name} module for perl.  This module allows a method to get at
arguments passed to subroutines higher up in the call stack.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files
%defattr(444,root,root,755)
%doc README
%{perl_vendorlib}/Devel/Caller/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.400.0-4
+ Revision: 954ab6d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4445 |14cr|perl-Devel-CheckLib-1.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-CheckLib
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Check that a library is available

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/Devel-CheckLib-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exporter)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::CaptureOutput)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Devel::CheckLib is a perl module that checks whether a particular C library
and its headers are available.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES META.yml README
%{_bindir}/use-devel-checklib
%{perl_vendorlib}/*
%{_mandir}/man3/*
%{_mandir}/man1/use-devel-checklib.1.xz


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-3
+ Revision: 3ae9061
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4446 |14cr|perl-Devel-CheckOS-1.720.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Devel-CheckOS
%define upstream_version 1.72
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Check what OS we're running on


License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Compare)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::Temp) >= 0.190.0
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
A learned sage once wrote on IRC:

   $^O is stupid and ugly, it wears its pants as a hat

Devel::CheckOS provides a more friendly interface to $^O, and also lets you
check for various OS "families" such as "Unix", which includes things like
Linux, Solaris, AIX etc.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_bindir}/use-devel-assertos
%{_mandir}/man1/use-devel-assertos.1*
%{_mandir}/man3/*
%{perl_vendorlib}/Devel




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.720.0-2
+ Revision: 9f3289e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4447 |14cr|perl-Devel-CoreStack-1.300.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-CoreStack
%define upstream_version 1.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Try to generate a stack dump from a core file

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/Devel-CoreStack/
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Try to generate a stack dump from a core file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS="vendor" < /dev/null
%make

%check
%make test

%install
%makeinstall_std

%files
%defattr(-, root, root, 0755)
%{perl_vendorlib}/Devel/CoreStack.pm
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.300.0-5
+ Revision: 4851ec8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4448 |14cr|perl-Devel-Declare-0.6.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Declare
%define upstream_version 0.006016

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Epoch:		1

Summary:	Adding keywords to perl, in perl


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(B::Compiling)
BuildRequires: perl(Module::Implementation)
BuildRequires: perl(Test::Requires)
BuildRequires:	perl(B::Hooks::EndOfScope)
BuildRequires:	perl(B::Hooks::OP::Check)
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Test::More) >= 0.880.0
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl-devel

%description
Devel::Declare can install subroutines called declarators which locally
take over Perl's parser, allowing the creation of new syntax.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorarch}/Devel
%{perl_vendorarch}/auto/Devel




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.6.16-2
+ Revision: 088b762
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4449 |14cr|perl-Devel-Dumpvar-1.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Dumpvar
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A pure-OO reimplementation of dumpvar.pl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Most perl dumping modules are focused on serializing data structures into a
format that can be rebuilt into the original data structure. They do this
with a variety of different focuses, such as human readability, the ability
to execute the dumped code directly, or to minimize the size of the dumped
data.

Excect for the one contained in the debugger, in the file dumpvar.pl. This
is a much more human-readable form, highly useful for debugging, containing
a lot of extra information without the burden of needing to allow the dump
to be re-assembled into the original data.

The main downside of the dumper in the perl-debugger is that the dumpvar.pl
script is not really a readily loadable and useable module. It has
dedicated hooks from and to the debugger, and spans across multiple
namespaces, including main::.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-5
+ Revision: 9b507fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4450 |14cr|perl-Devel-FindPerl-0.12.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-FindPerl
%define upstream_version 0.012

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Find the path to your perl

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Carp)
BuildRequires: perl(Config)
BuildRequires: perl(Cwd)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::Config)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IPC::Open2)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module tries to find the path to the currently running perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE INSTALL META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.0-3
+ Revision: a0be814
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4451 |14cr|perl-Devel-FindRef-1.422.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-FindRef
%define upstream_version 1.422

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:    Where is that reference to my variable hiding?

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(common::sense)
BuildRequires: perl-devel


%description
Tracking down reference problems (e.g. you expect some object to be
destroyed, but there are still references to it that keep it alive) can be
very hard. Fortunately, perl keeps track of all its values, so tracking
references "backwards" is usually possible.

The 'track' function can help track down some of those references back to
the variables containing them.

For example, for this fragment:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.422.0-6
+ Revision: eb386de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4452 |14cr|perl-Devel-Hide-0.0.900-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Hide
%define upstream_version 0.0009

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		1

Summary:	Forces the unavailability of specified Perl modules (for testing)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/Devel-Hide-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Given a list of Perl modules/filenames, this module makes 'require' and
'use' statements fail (no matter the specified files/modules are installed
or not).

They _die_ with a message like:

    Can't locate Module/ToHide.pm (hidden)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.0.900-3
+ Revision: 78fd4b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4453 |14cr|perl-Devel-LeakGuard-Object-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-LeakGuard-Object
%define upstream_version 0.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Scoped object leak checking

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(List::Util)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::More)
BuildRequires: perl(latest)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
This module provides tracking of objects, for the purpose of detecting
memory leaks due to circular references or innappropriate caching schemes.

It is derived from, and backwards compatible with Adam Kennedy's the
Devel::Leak::Object manpage. Any errors are mine.

It works by overridding 'bless' and adding a synthetic 'DESTROY' method to
any tracked classes so that it can maintain a count of blessed objects
per-class.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

# %check
# ./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-4
+ Revision: c578bee
- disable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4454 |14cr|perl-Devel-Leak-Object-1.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Leak-Object
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Detect leaks of objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module provides tracking of objects, for the purpose of detecting
memory leaks due to circular references or innappropriate caching schemes.

Object tracking can be enabled on a per object basis. Any objects thus
tracked are remembered until DESTROYed; details of any objects left are
printed out to stderr at END-time.

  use Devel::Leak::Object qw(GLOBAL_bless);

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-5
+ Revision: 0687b0c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4455 |14cr|perl-Devel-LeakTrace-0.50.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-LeakTrace
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:    Memory debugger for perl

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://gtk2-perl.sf.net/
Source0:    %{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires: glib-devel 
BuildRequires: perl-Module-Build
BuildRequires: perl-devel

%description
This module enables to find memory leaks in perl programs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
#./Build
%make OPTIMIZE="%{optflags}"

%install
./Build install destdir=%{buildroot}

%check
#./Build test

%clean

%files
%defattr(-, root, root)
%doc Changes README 
%{_mandir}/*/*
%{perl_vendorarch}/Devel/*
%{perl_vendorarch}/auto/Devel/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-6
+ Revision: 129d493
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4456 |14cr|perl-Devel-LexAlias-0.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-LexAlias
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Alias lexical variables

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Devel/Devel-LexAlias-%{upstream_version}.tar.gz

BuildRequires:	perl(Devel::Caller)
BuildRequires:	perl-devel

%description
Devel::LexAlias provides the ability to alias a lexical variable in a
subroutines scope to one of your choosing.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc 
%{_mandir}/*/*
%{perl_vendorarch}/Devel/*
%{perl_vendorarch}/auto/Devel/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-3
+ Revision: 64e8328
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4457 |14cr|perl-Devel-NYTProf-5.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  	    Devel-NYTProf
%define upstream_version 5.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3
Summary:    Powerful feature-rich perl source code profiler

Group:      Development/Perl
License:    Artistic
Url:        http://search.cpan.org/dist/%{upstream_name}
Source:     http://www.cpan.org/modules/by-module/Devel/Devel-NYTProf-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires: perl(Test::Differences)
BuildRequires:	perl(Test::More) >= 0.88

%description
Devel::NYTProf is a powerful feature-rich perl source code profiler.

  * Performs per-line statement profiling for fine detail
  * Performs per-subroutine statement profiling for overview
  * Performs per-block statement profiling (the first profiler to do so)
  * Accounts correctly for time spent after calls return
  * Performs inclusive and exclusive timing of subroutines
  * Subroutine times are per calling location (a powerful feature)
  * Can profile compile-time activity, just run-time, or just END time
  * Uses novel techniques for efficient profiling
  * Sub-microsecond (100ns) resolution on systems with clock_gettime()
  * Very fast - the fastest statement and subroutine profilers for perl
  * Handles applications that fork, with no performance cost
  * Immune from noise caused by profiling overheads and I/O
  * Program being profiled can stop/start the profiler
  * Generates richly annotated and cross-linked html reports
  * Trivial to use with mod_perl - add one line to httpd.conf
  * Includes an extensive test suite
  * Tested on very large codebases

NYTProf is effectively two profilers in one: a statement profiler, and a
subroutine profiler.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%clean

%files
%doc bin/nytprofhtml Changes INSTALL 
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorarch}/Devel
%{perl_vendorarch}/auto/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.60.0-3
+ Revision: 14ab75b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4458 |14cr|perl-Devel-PartialDump-0.150.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-PartialDump
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Partial dumping of data structures, optimized for argument

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::clean)

BuildArch:	noarch

%description
This module is a data dumper optimized for logging of arbitrary parameters.

It attempts to truncate overly verbose data, in a way that is hopefully
more useful for diagnostics warnings than

	warn Dumper(@stuff);

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Devel


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-4
+ Revision: fdddd04
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4459 |14cr|perl-Devel-PartialDump-0.170.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-PartialDump
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Partial dumping of data structures, optimized for argument

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Class::Tiny)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::clean)

BuildArch:	noarch

%description
This module is a data dumper optimized for logging of arbitrary parameters.

It attempts to truncate overly verbose data, in a way that is hopefully
more useful for diagnostics warnings than

	warn Dumper(@stuff);

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Devel

%changelog
* Thu Sep 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-1
+ Revision: 4c130dc
- Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4460 |14cr|perl-Devel-PatchPerl-1.240.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-PatchPerl
%define upstream_version 1.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Replacement 'hints' files



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(IPC::Cmd)
BuildRequires:	perl(MIME::Base64)
BuildArch:	noarch

%description
Devel::PatchPerl is a modularisation of the patching code contained in the
Devel::PPort manpage's 'buildperl.pl'.

It does not build perls, it merely provides an interface to the source
patching functionality.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes META.yml META.json
%{_mandir}/man3/*
%{_mandir}/man1/patchperl.1*
%{_bindir}/patchperl
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.240.0-2
+ Revision: a776c22
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4461 |14cr|perl-Devel-Platform-Info-0.140.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Platform-Info
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Retrieve Solaris platform metadata


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::More) >= 0.700.0
BuildArch:	noarch

%description
This module is a wrapper to the drivers which can determine platform
metadata regarding the currently running operating system.

The intention of this distribution is to provide key identifying components
regarding the platform currently being used, for the CPAN Testers test
reports. Currently the reports do not often contain enough information to
help authors understand specific failures, where the platform may be a
factor.

However, it is hoped that this distribution will find more uses far beyond
the usage for CPAN Testers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README examples
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-2
+ Revision: 08411ea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4462 |14cr|perl-Devel-PPPort-3.240.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Devel-PPPort
%define upstream_version 3.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Portability aid for your XS code


Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
Perl's API has changed over time, gaining new features, new functions,
increasing its flexibility, and reducing the impact on the C namespace
environment (reduced pollution). The header file written by this module,
typically _ppport.h_, attempts to bring some of the newer Perl API features
to older versions of Perl, so that you can worry less about keeping track
of old releases, but users can still reap the benefit.

'Devel::PPPort' contains a single function, called 'WriteFile'. Its only
purpose is to write the _ppport.h_ C header file. This file contains a
series of macros and, if explicitly requested, functions that allow XS
modules to be built using older versions of Perl. Currently, Perl versions
from 5.003 to 5.10.0 are supported.

This module is used by 'h2xs' to write the file _ppport.h_.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.240.0-2
+ Revision: 76664d0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4463 |14cr|perl-Devel-ptkdb-1.1091-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   Devel-ptkdb

Name:		perl-%{realname}
Version:    1.1091
Release:    6
License:	GPL or Artistic
Group:		Development/Perl
Summary:    Perl debugger using a Tk GUI

Source0:    Devel-ptkdb-1.1091.tar.gz
Url:		http://search.cpan.org/dist/%{realname}
BuildRequires: perl-devel
BuildArch: noarch

%description
Perl debugger using a Tk GUI 

%prep
%setup -q -n %{realname}-%{version} 

%build
yes | %{__perl} Makefile.PL -n INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1091-6
+ Revision: 6ad4ccc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4464 |14cr|perl-Devel-Refactor-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Refactor
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	The *Devel::Refactor* module is for code refactoring

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
The *Devel::Refactor* module is for code refactoring.

While *Devel::Refactor* may be used from Perl programs, it is also designed
to be used with the *EPIC* plug-in for the *eclipse* integrated development
environment.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: b384f46
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4465 |14cr|perl-Devel-Refcount-0.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Refcount
%define upstream_version 0.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    Obtain the REFCNT value of a referent

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/Devel-Refcount-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel

%description
This module provides a single function which obtains the reference count of
the object being pointed to by the passed reference value.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-3
+ Revision: 2fa9f88
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4466 |14cr|perl-Devel-REPL-1.3.12-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-REPL
%define upstream_version 1.003012

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Epoch:		1

Summary:	A modern perl interactive shell

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(B::Keywords)
BuildRequires:	perl(Data::Dump::Streamer)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Lexical::Persistence)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Getopt)
BuildRequires:	perl(MooseX::AttributeHelpers)
BuildRequires:	perl(MooseX::Object::Pluggable)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Sys::SigAction)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Term::ANSIColor)
BuildRequires:	perl(Term::ReadLine)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
This is an interactive shell for Perl, commonly known as a REPL - Read,
Evaluate, Print, Loop. The shell provides for rapid development or
testing of code without the need to create a temporary source code file.

Through a plugin system, many features are available on demand. You can
also tailor the environment through the use of profiles and run control
files, for example to pre-load certain Perl modules when working on a
particular project.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/re.pl

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.3.12-5
+ Revision: 2fc7e46
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4467 |14cr|perl-Devel-SimpleTrace-0.80.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Devel-SimpleTrace
%define	upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	See where you code warns and dies using stack traces

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module can be used to more easily spot the place where a program or a
module generates errors. Its use is extremely simple, reduced to just useing
it.

This is achieved by modifying the functions warn() and die() in order to
replace the standard messages by complete stack traces that precisely indicates
how and where the error or warning occurred. Other than this, their use should
stay unchanged, even when using die() inside eval().

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{perl_vendorlib}/Devel
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-4
+ Revision: 924e713
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4468 |14cr|perl-Devel-StackTrace-AsHTML-0.140.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-StackTrace-AsHTML
%define upstream_version 0.14

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Displays stack trace in HTML

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Devel::StackTrace)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(Filter::Util::Call)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Devel::StackTrace::AsHTML adds 'as_html' method to the Devel::StackTrace
manpage which displays the stack trace in beautiful HTML, with code snippet
context and function parameters. If you call it on an instance of the
Devel::StackTrace::WithLexicals manpage, you even get to see the lexical
variables of each stack frame.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README eg
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-3
+ Revision: 7afefe7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4469 |14cr|perl-Devel-TakeHashArgs-0.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-TakeHashArgs
%define upstream_version 0.006

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Make a hash out of args when they are passed as key/value pairs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/Devel-TakeHashArgs-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
The module is a short utility I made after being sick and tired of writing
redundant code to make a hash out of args when they are passed as key/value
pairs including setting their defaults and checking for mandatory
arguments.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-3
+ Revision: 1cfe8ea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4470 |14cr|perl-Devel-Trace-0.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Trace
%define upstream_version 0.12
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.12
Release:	3

Summary:	A debugging module that prints out each line before it is executed

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Devel/Devel-Trace-0.12.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
A debugging module that prints out each line before it is executed
(like sh -x).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
echo "" | make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/Devel
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-3
+ Revision: a17f563
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4471 |14cr|perl-Devel-TraceUse-2.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-TraceUse
%define upstream_version 2.05

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        4

Summary:        Hack around calling UNIVERSAL::can() as a function

License:        GPL+ or Artistic
Group:          Development/Perl
Url:            http://search.cpan.org/dist/%{upstream_name}
Source0:        http://www.cpan.org/modules/by-module/UNIVERSAL/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(Test::More)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Module::CoreList)
BuildArch:      noarch

%description
The UNIVERSAL class provides a few default methods so that all objects can use
them. Object orientation allows programmers to override these methods in
subclasses to provide more specific and appropriate behavior.

Some authors call methods in the UNIVERSAL class on potential invocants as
functions, bypassing any possible overriding. This is wrong and you should not
do it. Unfortunately, not everyone heeds this warning and their bad code can
break your good code.

Fortunately, this upstream_name replaces UNIVERSAL::can() with a method that
checks to
see if the first argument is a valid invocant (whether an object -- a blessed
referent -- or the name of a class). If so, and if the invocant's class has its
own can() method, it calls that as a method. Otherwise, everything works as you
might expect.

If someone attempts to call UNIVERSAL::can() as a function, this module will
emit a lexical warning (see perllexwarn) to that effect. You can disable it
with no warnings; or no warnings 'UNIVERSAL::isa';, but don't do that; fix the
code instead.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files 
%doc README
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.50.0-4
+ Revision: a442726
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4472 |14cr|perl-Device-Cdio-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Device-Cdio

Name:		perl-%{module}
Version:	0.3.0
Release:	4
Summary:	Module for CD Input and Control library
License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/Device/%{module}-v%{version}.tar.gz
Patch0:         perl-Device-Cdio-0.3.0-gcc-4.7.patch
Patch1:         perl-Device-Cdio-v0.3.0-pkgconfig-fix.patch
Patch2:         perl-Device-Cdio-v0.3.0-cdio_get_cdtext-fix.patch
BuildRequires:	perl-devel >= 5.8.0
BuildRequires:	perl(ExtUtils::PkgConfig)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl-version
BuildRequires:	libcdio-devel 
BuildRequires:	swig

%description
A module to make easier temporary directories deletion

%prep
%setup -q -n %{module}-v%{version}
chmod u+w -R .
%patch0 -p1 -b .gcc47
%patch1 -p1 -b .pkgconfig
%patch2 -p1 -b .cdio_get_cdtext

%build
perl Build.PL installdirs=vendor
# M::B copy files read-only, forcing to use 
# a two-pass build command
# https://rt.cpan.org/Ticket/Display.html?id=42777
./Build CFLAGS="%{optflags}" || :
chmod u+w -R .
./Build CFLAGS="%{optflags}"

%check
# test suite doesn't pass
# http://rt.cpan.org/Public/Bug/Display.html?id=42779
#./Build test

%install
./Build install destdir=%{buildroot}

%files
%{perl_vendorarch}/*
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-4
+ Revision: a64b1ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4473 |14cr|perl-Dict-FSA-0.1.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Dict-FSA

Name:		perl-%{module}
Version:	0.1.2
Release:	9
Summary:	FSA wrapper

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}/
Source:		http://search.cpan.org/CPAN/authors/id/G/GR/GROUSSE/%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:	fsa
Requires:	fsa
BuildArch:	noarch

%description
This module is a perl wrapper around fsa, a set of tools based on finite state
automata.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc README ChangeLog
%{perl_vendorlib}/Dict
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-9
+ Revision: 57b8fb3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4474 |14cr|perl-Dict-Lexed-0.2.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Dict-Lexed

Name:		perl-%{module}
Version:	0.2.2
Release:	9
Summary:	Lexed wrapper

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		http://search.cpan.org/CPAN/authors/id/G/GR/GROUSSE/%{module}-%{version}.tar.bz2
Requires:	lexed
BuildRequires:	perl-devel
BuildRequires:	lexed
BuildArch:	noarch

%description
This module is a perl wrapper around Lexed, a lexicalizer developed at INRIA.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc README ChangeLog
%{perl_vendorlib}/Dict
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-9
+ Revision: f5342ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4475 |14cr|perl-Digest-1.160.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Digest
%define upstream_version 1.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Calculate digests of files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(MIME::Base64)
BuildArch:	noarch

%description
The 'Digest::' modules calculate digests, also called "fingerprints" or
"hashes", of some data, called a message. The digest is (usually) some
small/fixed size string. The actual size of the digest depend of the
algorithm used. The message is simply a sequence of arbitrary bytes or
bits.

An important property of the digest algorithms is that the digest is
_likely_ to change if the message change in some way. Another property is
that digest functions are one-way functions, that is it should be _hard_ to
find a message that correspond to some given digest. Algorithms differ in
how "likely" and how "hard", as well as how efficient they are to compute.

Note that the properties of the algorithms change over time, as the
algorithms are analyzed and machines grow faster. If your application for
instance depends on it being "impossible" to generate the same digest for a
different message it is wise to make it easy to plug in stronger algorithms
as the one used grow weaker. Using the interface documented here should
make it easy to change algorithms later.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.160.0-6
+ Revision: a06d6a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4476 |14cr|perl-Digest-CRC-0.180.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Digest-CRC
%define upstream_version 0.18
Name:       perl-%{upstream_name}
Version:    %perl_convert_version 0.18
Release:	3

Summary:	Generic CRC functions

License:	Public Domain
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Digest/Digest-CRC-0.18.tar.gz

BuildRequires:	perl-devel

%description
The Digest::CRC module calculates CRC sums of all sorts. It contains wrapper
functions with the correct parameters for CRC-CCITT, CRC-16 and CRC-32.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%dir %{perl_vendorarch}/auto/Digest/CRC
%{perl_vendorarch}/auto/Digest/CRC/*.so
%{perl_vendorarch}/Digest/CRC.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-3
+ Revision: 3b7a1f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4477 |14cr|perl-Digest-JHash-0.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Digest-JHash
%define upstream_version 0.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    Perl extension for 32 bit Jenkins Hashing Algorithm

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Digest/Digest-JHash-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
The 'Digest::JHash' module allows you to use the fast JHash hashing
algorithm developed by Bob Jenkins from within Perl programs. The algorithm
takes as input a message of arbitrary length and produces as output a
32-bit "message digest" of the input in the form of an unsigned long
integer.

Call it a low calorie version of MD5 if you like.

See http://burtleburtle.net/bob/hash/doobs.html for more information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-3
+ Revision: c3bfbe8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4478 |14cr|perl-Digest-MD4-1.900.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Digest-MD4
%define upstream_version 1.9
Name:       perl-%{upstream_name}
Version:    %perl_convert_version 1.9
Release:	3

Summary:	Perl interface to the MD4 Algorithm

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Digest/Digest-MD4-1.9.tar.gz

BuildRequires:	perl-devel


%description
The Digest-MD4 module allows you to use the MD4 Message Digest algorithm from
within Perl programs. The algorithm takes as input a message of arbitrary
length and produces as output a 128-bit "fingerprint" or "message digest" of
the input.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README rfc1320.txt
%{perl_vendorarch}/Digest
%{perl_vendorarch}/auto/Digest
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.900.0-3
+ Revision: 41676b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4479 |14cr|perl-Digest-MD5-2.530.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Digest-MD5
%define upstream_version 2.53

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:     MD5 message digest algorithm

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Digest/Digest-MD5-%{upstream_version}.tar.gz

BuildRequires: perl(Digest::base)
BuildRequires: perl(File::Spec)
BuildRequires: perl(XSLoader)
BuildRequires: perl-devel

%description
The 'Digest::MD5' module allows you to use the RSA Data Security Inc. MD5
Message Digest algorithm from within Perl programs. The algorithm takes as
input a message of arbitrary length and produces as output a 128-bit
"fingerprint" or "message digest" of the input.

Note that the MD5 algorithm is not as strong as it used to be. It has since
2005 been easy to generate different messages that produce the same MD5
digest. It still seems hard to generate messages that produce a given
digest, but it is probably wise to move to stronger algorithms for
applications that depend on the digest to uniquely identify a message.

The 'Digest::MD5' module provide a procedural interface for simple use, as
well as an object oriented interface that can handle messages of arbitrary
length and which can read files directly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.530.0-3
+ Revision: 4a452f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4480 |14cr|perl-Digest-MD5-M4p-0.10.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Digest-MD5-M4p
%define upstream_version 0.01

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:    Perl interface to a variant of the MD5 algorithm

License:    Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Digest/Digest-MD5-M4p-%{upstream_version}.tar.bz2

BuildRequires: perl-devel

%description
he Digest::MD5 module is cloned from the Digest::MD5 module to support a
variant  Apple iTunes implementation of the MD5 algorithm. If you don't know 
why this is so, don't bother with this module! It is incompatible with RSA 
and RFC standards!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root, 0755)
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorarch}/Digest/MD5/M4p.pm
%{perl_vendorarch}/auto/Digest/MD5/M4p



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-6
+ Revision: e52c926
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4481 |14cr|perl-Digest-Perl-MD5-1.800.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Digest-Perl-MD5
%define upstream_version 1.8

%if %{_use_internal_dependency_generator}
%define __noautoreq '/bin/false'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl implementation of Ron Rivests MD5 Algorithm

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/OLE/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:     Digest-Perl-MD5-1.8-false-path.patch

BuildArch:	noarch
BuildRequires:	perl-devel

%description
This is not an interface (like Digest::MD5) but a Perl implementation of MD5. 
It is written in perl only and because of this it is slow but it works without 
C-Code. You should use Digest::MD5 instead of this module if it is available. 
This module is only useful for:
 *  computers where you cannot install Digest::MD5 (e.g. lack of a C-Compiler)
 *  encrypting only small amounts of data (less than one million bytes). 
    I use it to hash passwords.
 *  educational purposes


%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1

# perl path hack
find . -type f | xargs perl -p -i -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"

%build
perl Makefile.PL INSTALLDIRS=vendor 
%make OPTIMIZE="%{optflags}"

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Digest
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.800.0-5
+ Revision: 6daf5f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4482 |14cr|perl-Digest-SHA-PurePerl-5.920.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Digest-SHA-PurePerl
%define upstream_version 5.92

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Perl implementation of SHA-1/224/256/384/512



License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MS/MSHELOR/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Digest::SHA::PurePerl is a complete implementation of the NIST
Secure Hash Standard.  It gives Perl programmers a convenient way
to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message
digests.  The module can handle all types of input, including
partial-byte data.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor -d
%make

%check
%make test

%install

%makeinstall_std

%clean 

%files 
%doc README
%{perl_vendorlib}/Digest/SHA/PurePerl.pm
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_bindir}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.920.0-2
+ Revision: d8daa9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4483 |14cr|perl-Digest-Whirlpool-1.90.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Digest-Whirlpool
%define upstream_version 1.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Perl 512-bit one-way hash

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/A/AV/AVAR/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
Digest::Whirlpool is a 512-bit, collision-resistant, one-way hash function.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_bindir}/whirlpoolsum
%{_mandir}/*/*
%{perl_vendorarch}/Digest/*.pm
%{perl_vendorarch}/auto/Digest/Whirlpool



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.90.0-6
+ Revision: 346ef46
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4484 |14cr|perl-Directory-Scratch-0.150.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Directory-Scratch
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.15
Release:	3

Summary:	Perl Module to generate self-cleaning scratch space for tests

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Directory/Directory-Scratch-0.15.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(File::stat)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
When writing test suites for modules that operate on files, it's often
inconvenient to correctly create a platform-independent temporary storage
space, manipulate files inside it, then clean it up when the test exits. The
inconvenience usually results in tests that don't work everwhere, or worse, no
tests at all.

This module aims to eliminate that problem by making it easy to do things
right.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Directory



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-3
+ Revision: b753619
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4485 |14cr|perl-Directory-Scratch-Structured-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Directory-Scratch-Structured
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Creates temporary files and directories from a structured description

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Directory/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::TreeDumper)
BuildRequires:	perl(Directory::Scratch)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Sub::Install)
BuildRequires:	perl(Test::Block)
BuildRequires:	perl(Test::Dependencies)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Spelling)
BuildRequires:	perl(Test::Strict)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
This module adds a _create_structured_tree_ subroutine to the the
Directory::Scratch manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot}

%check
rm -f t/003_perl_critic.t
./Build test

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Directory



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: 154e65e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4486 |14cr|perl-Directory-Transactional-0.90.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Directory-Transactional
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Traverse files in L<Directory::Transactional>

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Directory/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Data::Stream::Bulk)
BuildRequires:	perl(Data::GUID)
BuildRequires:	perl(Directory::Scratch)
BuildRequires:	perl(File::NFSLock)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(Hash::Util::FieldHash::Compat)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Scope::Guard)
BuildRequires:	perl(Set::Object)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::TempDir)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This module provides lock based transactions over a set of files with full
supported for nested transactions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-5
+ Revision: cc26097
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4487 |14cr|perl-Dir-Self-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dir-Self
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A __DIR__ constant for the directory your source file is in

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dir/Dir-Self-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Perl has two pseudo-constants describing the current location in your
source code, '__FILE__' and '__LINE__'. This module adds '__DIR__', which
expands to the directory your source file is in, as an absolute pathname.

This is useful if your code wants to access files in the same directory,
like helper modules or configuration data. This is a bit like the FindBin
manpage except it's not limited to the main program, i.e. you can also use
it in modules. And it actually works.

As of version 0.10 each use of '__DIR__' recomputes the directory name;
this ensures that files in different directories that share the same
package name get correct results. If you don't want this, 'use Dir::Self
qw(:static)' will create a true '__DIR__' constant in your package that
contains the directory name at the point of 'use'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: 81f6b93
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4488 |14cr|perl-Dist-Zilla-4.300.29-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla
%define upstream_version 4.300029
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 4.300029
Release:	2

Summary:	Something that provides a version number for the dist
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Dist-Zilla-4.300029.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(App::Cmd)
BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(CPAN::Meta::Converter)
BuildRequires:	perl(CPAN::Meta::Prereqs)
BuildRequires:	perl(CPAN::Meta::Validator)
BuildRequires:	perl(CPAN::Uploader)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.0.0
BuildRequires:	perl(Data::Section)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(ExtUtils::Manifest)
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(File::ShareDir::Install)
BuildRequires:	perl(File::chdir)
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(Hash::Merge::Simple)
BuildRequires:	perl(IO::TieCombine)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Log::Dispatchouli)
BuildRequires:	perl(Mixin::ExtraFields::Param)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(MooseX::LazyRequire)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(MooseX::SetOnce)
BuildRequires:	perl(MooseX::Singleton)
BuildRequires:	perl(MooseX::Types::Path::Class)
BuildRequires:	perl(MooseX::Types::Perl)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Perl::PrereqScanner)
BuildRequires:	perl(Perl::Version)
BuildRequires:	perl(Pod::Eventual)
BuildRequires:	perl(Software::License)
BuildRequires:	perl(String::Flogger)
BuildRequires:	perl(String::Format)
BuildRequires:	perl(String::Formatter)
BuildRequires:	perl(String::RewritePrefix)
BuildRequires:	perl(Term::ReadKey)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Text::Template)
BuildRequires:	perl(Version::Requirements)
BuildRequires:	perl(YAML::Tiny)
BuildRequires:	perl(autobox)
BuildRequires:	perl(namespace::autoclean)
# BuildRequires:	perl(version) >= 1:0.790.0

BuildArch:	noarch
Requires:	perl(aliased)
Requires:	perl(namespace::autoclean)
Requires:	perl(version)
Suggests:	perl(Task::Dist::Zilla)


%description
Dist::Zilla builds distributions of code to be uploaded to the CPAN. In
this respect, it is like the ExtUtils::MakeMaker manpage, the Module::Build
manpage, or the Module::Install manpage. Unlike those tools, however, it is
not also a system for installing code that has been downloaded from the
CPAN. Since it's only run by authors, and is meant to be run on a
repository checkout rather than on published, released code, it can do much
more than those tools, and is free to make much more ludicrous demands in
terms of prerequisites.

For more information, see the Dist::Zilla::Tutorial manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std
install -d %{buildroot}%{_sysconfdir}/bash_completion.d/
install -m 644 misc/dzil-bash_completion %{buildroot}/etc/bash_completion.d/dzil

%files
%doc Changes LICENSE README META.yml
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/dzil
%{_sysconfdir}/bash_completion.d/dzil



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.300.29-2
+ Revision: 0c0516c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4489 |14cr|perl-Dist-Zilla-BeLike-CSJEWELL-0.901.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-BeLike-CSJEWELL
%define upstream_version 0.901

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Build a modern dist like CSJEWELL does it

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::Mercurial)
BuildRequires:	perl(Dist::Zilla::Plugin::Twitter)
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Net::FTP)
BuildRequires:	perl(Net::Netrc)
BuildRequires:	perl(PPIx::Regexp)
BuildRequires:	perl(PPIx::Utilities::Statement)
BuildRequires:	perl(Parse::CPAN::Meta)
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Perl::Critic::More)
BuildRequires:	perl(Perl::Critic::Utils::Constants)
BuildRequires:	perl(Perl::MinimumVersion)
BuildRequires:	perl(Perl::Tidy)
BuildRequires:	perl(Pod::Coverage)
BuildRequires:	perl(Pod::Coverage::Moose)
BuildRequires:	perl(Pod::Readme)
BuildRequires:	perl(Pod::Simple)
BuildRequires:	perl(Pod::Spell::CommonMistakes)
BuildRequires:	perl(Software::License)
BuildRequires:	perl(Test::CPAN::Meta)
BuildRequires:	perl(Test::CheckChanges)
BuildRequires:	perl(Test::DistManifest)
BuildRequires:	perl(Test::Fixme)
BuildRequires:	perl(Test::HasVersion)
BuildRequires:	perl(Test::MinimumVersion)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Perl::Critic)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod::Spelling::CommonMistakes)
BuildRequires:	perl(Test::Portability::Files)
BuildRequires:	perl(Test::Prereq::Build)
BuildRequires:	perl(Test::UseAllModules)
BuildRequires:	perl(autodie)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This sets up defaults for dzil new to create a dist like CSJEWELL does
it, including a dist.ini that does the release steps that CSJEWELL
requires.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.901.0-5
+ Revision: 58e0b57
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4490 |14cr|perl-Dist-Zilla-Plugin-ApacheTest-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ApacheTest
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Build a Makefile.PL that uses ExtUtils::MakeMaker with Apache::Test

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(Dist::Zilla::File::InMemory)
BuildRequires:	perl(Dist::Zilla::Role::BuildRunner)
BuildRequires:	perl(Dist::Zilla::Role::InstallTool)
BuildRequires:	perl(Dist::Zilla::Role::PrereqSource)
BuildRequires:	perl(Dist::Zilla::Role::TestRunner)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This plugin will produce an the ExtUtils::MakeMaker manpage-powered
_Makefile.PL_ with Apache::Test hooks for the distribution. If loaded, the
Dist::Zilla::Plugin::Manifest plugin should also be loaded, and the
Dist::Zilla::Plugin::MakeMaker plugin should not be loaded.

At this time, this module is essentially a copy of the
Dist::Zilla::Plugin::MakeMaker plugin. Hopefully, over time, the
Dist::Zilla::Plugin::MakeMaker plugin will allow more customization so that
this module will not need to reimplement all of it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: a86040d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4491 |14cr|perl-Dist-Zilla-Plugin-AssertOS-0.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-AssertOS
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Require that our distribution is running on a particular OS

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Compare)
BuildRequires:	perl(Devel::CheckOS)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider)
BuildArch:	noarch

%description
Dist::Zilla::Plugin::AssertOS is a the Dist::Zilla manpage plugin that
integrates the Devel::AssertOS manpage so that CPAN authors may easily
stipulate which particular OS environments their distributions may be built
and installed on.

The author specifies which OS or OS families are supported. The necessary
the Devel::AssertOS manpage files are copied to the 'inc/' directory and
'Makefile.PL' is mungled to include the necessary incantation.

On the module user side, the bundled 'inc/' the Devel::AssertOS manpage
determines whether the current environment is supported or not and will die
accordingly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE README META.json Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-3
+ Revision: d115115
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4492 |14cr|perl-Dist-Zilla-Plugin-AutoVersion-Relative-0.30.0.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-AutoVersion-Relative
%define upstream_version 0.03000002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Time-Relative versioning

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(aliased)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(MooseX::StrictConstructor)
BuildRequires:	perl(MooseX::Types::DateTime)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
Time-Relative versioning.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
# Fail for no visible reasons
#./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0.20-3
+ Revision: 0d30b73
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4493 |14cr|perl-Dist-Zilla-Plugin-Bootstrap-lib-0.10.0.30-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Bootstrap-lib
%define upstream_version 0.01000003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5

Summary:    A minimal boot-strapping for Dist::Zilla Plug-ins

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(English)
BuildRequires: perl(JSON::PP)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
This module does the very simple task of injecting the distributions 'lib'
directory into @INC at the point of its inclusion, so that you can use
plug-ins you're writing for Dist::Zilla, to release the plug-in itself.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0.30-5
+ Revision: c9e58d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4494 |14cr|perl-Dist-Zilla-Plugin-Bugtracker-1.111.80-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Bugtracker
%define upstream_version 1.111080

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Automatically sets the bugtracker URL

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider)
BuildRequires:	perl(English)
BuildRequires:	perl(MooseX::Types::URI)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More) >= 0.940.0

BuildArch:	noarch

%description
This plugin sets the distribution's bugtracker URL as metadata.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.111.80-3
+ Revision: 7625f6d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4495 |14cr|perl-Dist-Zilla-Plugin-BumpVersionFromGit-0.9.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-BumpVersionFromGit
%define upstream_version 0.009

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Provide a version number by bumping the last git release tag

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Role::VersionProvider)
BuildRequires:	perl(Git::Wrapper)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Version::Next)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(version)
BuildArch:	noarch

%description
This does the the Dist::Zilla::Role::VersionProvider manpage role. It finds
the last version number from tags and increments it as the new version used
by Dist::Zilla.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-3
+ Revision: 4866043
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4496 |14cr|perl-Dist-Zilla-PluginBundle-AVAR-0.160.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-AVAR
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Use L<Dist::Zilla> like AVAR does

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::AutoPrereq)
BuildRequires:	perl(Dist::Zilla::Plugin::CompileTests)
BuildRequires:	perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaNoIndex)
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeFromPod)
BuildRequires:	perl(Dist::Zilla::Plugin::VersionFromPrev)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Filter)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Git)
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)

BuildArch:	noarch

%description
This is the plugin bundle that AVAR uses.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-5
+ Revision: 2e27499
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4497 |14cr|perl-Dist-Zilla-PluginBundle-BINGOS-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-BINGOS
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	BeLike::BINGOS when you build your dists

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::ChangelogFromGit)
BuildRequires:	perl(Dist::Zilla::Plugin::GithubMeta)
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeFromPod)
BuildRequires:	perl(Moose)
BuildArch:	noarch

%description
This is a the Dist::Zilla manpage PluginBundle. It is roughly equivalent to
the following dist.ini:

  [@Basic]

  [MetaJSON]
  [PodSyntaxTests]
  [PodCoverageTests]

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE README META.json Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: a776d94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4498 |14cr|perl-Dist-Zilla-PluginBundle-CJM-0.90.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-CJM
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Get distribution version from its main_module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Hash::Merge::Simple)
BuildRequires:	perl(Module::Build::ModuleInfo)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Pod::Loom)
BuildRequires:	perl(autodie)
BuildArch:	noarch

%description
If included, this plugin will process each _.pm_ and _.pod_ file under
_lib_ or in the root directory through Pod::Loom.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-5
+ Revision: 00aeed9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4499 |14cr|perl-Dist-Zilla-PluginBundle-FAYLAND-0.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-FAYLAND
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Dist::Zilla like FAYLAND when you build your dists

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckChangeLog)
BuildRequires:	perl(Dist::Zilla::Plugin::PerlTidy)
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeFromPod)
BuildRequires:	perl(Dist::Zilla::Plugin::Repository)
BuildArch:	noarch

%description
Dist::Zilla like FAYLAND when you build your dists.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-3
+ Revision: 9bc81ea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4500 |14cr|perl-Dist-Zilla-PluginBundle-IDOPEREL-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-IDOPEREL
%define upstream_version 0.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	IDOPEREL's plugin bundle for Dist::Zilla

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::AutoPrereq)
BuildRequires:	perl(Dist::Zilla::Plugin::GithubMeta)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaJSON)
BuildRequires:	perl(Dist::Zilla::Plugin::MinimumPerl)
BuildRequires:	perl(Dist::Zilla::Plugin::NextRelease)
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeFromPod)
BuildRequires:	perl(Dist::Zilla::Plugin::TestRelease)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Classic)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Filter)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Git)
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This module is a bundle of plugins for the Dist::Zilla manpage that is
regularly used by me (Ido Perlmuter). If you find it suits your needs, feel
free to install and use it.

This bundle provides the following plugins and bundles:

	[@Filter]
	-bundle = @Classic
	-remove = Readme

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml LICENSE META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: 9dc457e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4501 |14cr|perl-Dist-Zilla-PluginBundle-JQUELIN-1.111.710-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-JQUELIN
%define upstream_version 1.111710

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Build & release a distribution like jquelin

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Dist::Zilla::Plugin::ReportVersions::Tiny)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Git)
BuildRequires:	perl(Dist::Zilla::Plugin::Repository)
BuildRequires:	perl(Dist::Zilla::Plugin::TaskWeaver)
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle)
BuildRequires:	perl(Dist::Zilla::Plugin::Bugtracker)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckChangeLog)
BuildRequires:	perl(Dist::Zilla::Plugin::CompileTests)
BuildRequires:	perl(Dist::Zilla::Plugin::CriticTests)
BuildRequires:	perl(Dist::Zilla::Plugin::HasVersionTests)
BuildRequires:	perl(Dist::Zilla::Plugin::Homepage)
BuildRequires:	perl(Dist::Zilla::Plugin::KwaliteeTests)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides::Package)
BuildRequires:	perl(Dist::Zilla::Plugin::MinimumVersionTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::PortabilityTests)
BuildRequires:	perl(Dist::Zilla::Plugin::Prepender)
BuildRequires:	perl(Dist::Zilla::Plugin::ReportVersions)
BuildRequires:	perl(Dist::Zilla::Plugin::UnusedVarsTests)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build)

BuildArch:	noarch

%description
This is a plugin bundle to load all dist-zilla plugins that jq is using.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.111.710-3
+ Revision: 9a058e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4502 |14cr|perl-Dist-Zilla-PluginBundle-KENTNL-0.10.173.220-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-KENTNL
%define upstream_version 0.01017322

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Generate a C<dist.ini> for @KENTNL projects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::File::FromCode)
BuildRequires:	perl(Dist::Zilla::Plugin::AutoPrereq)
BuildRequires:	perl(Dist::Zilla::Plugin::AutoVersion::Relative)
BuildRequires:	perl(Dist::Zilla::Plugin::CompileTests)
BuildRequires:	perl(Dist::Zilla::Plugin::ConfirmRelease)
BuildRequires:	perl(Dist::Zilla::Plugin::CriticTests)
BuildRequires:	perl(Dist::Zilla::Plugin::EOLTests)
BuildRequires:	perl(Dist::Zilla::Plugin::ExtraTests)
BuildRequires:	perl(Dist::Zilla::Plugin::FakeRelease)
BuildRequires:	perl(Dist::Zilla::Plugin::GatherDir)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::Check)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::CommitBuild)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::Tag)
BuildRequires:	perl(Dist::Zilla::Plugin::GithubMeta)
BuildRequires:	perl(Dist::Zilla::Plugin::KwaliteeTests)
BuildRequires:	perl(Dist::Zilla::Plugin::License)
BuildRequires:	perl(Dist::Zilla::Plugin::Manifest)
BuildRequires:	perl(Dist::Zilla::Plugin::ManifestSkip)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaConfig)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaData::BuiltWith)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaJSON)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides::Package)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaTests)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaYAML)
BuildRequires:	perl(Dist::Zilla::Plugin::ModuleBuild)
BuildRequires:	perl(Dist::Zilla::Plugin::PkgVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::PodCoverageTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PodSyntaxTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::PortabilityTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PruneCruft)
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeFromPod)
BuildRequires:	perl(Dist::Zilla::Plugin::ReportVersions::Tiny)
BuildRequires:	perl(Dist::Zilla::Plugin::TestRelease)
BuildRequires:	perl(Dist::Zilla::Plugin::Twitter)
BuildRequires:	perl(Dist::Zilla::Plugin::UploadToCPAN)
BuildRequires:	perl(Dist::Zilla::Role::FileGatherer)
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Net::SSLeay)
BuildRequires:	perl(Pod::Coverage::TrustPod)
BuildRequires:	perl(String::Formatter)
BuildRequires:	perl(Test::CPAN::Meta)
BuildRequires:	perl(Test::EOL)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
This is the plug-in bundle that KENTNL uses. It exists mostly because he is
very lazy and wants others to be using what he's using if they want to be
doing work on his modules.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.173.220-5
+ Revision: 4f24a7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4503 |14cr|perl-Dist-Zilla-PluginBundle-KENTNL-Lite-0.10.98.30-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-KENTNL-Lite
%define upstream_version 0.01009803

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A Minimal Build-Only replacement for @KENTNL for contributors

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Plugin::AutoPrereq)
BuildRequires:	perl(Dist::Zilla::Plugin::AutoVersion::Relative)
BuildRequires:	perl(Dist::Zilla::Plugin::CompileTests)
BuildRequires:	perl(Dist::Zilla::Plugin::EOLTests)
BuildRequires:	perl(Dist::Zilla::Plugin::ExtraTests)
BuildRequires:	perl(Dist::Zilla::Plugin::FakeRelease)
BuildRequires:	perl(Dist::Zilla::Plugin::GatherDir)
BuildRequires:	perl(Dist::Zilla::Plugin::License)
BuildRequires:	perl(Dist::Zilla::Plugin::Manifest)
BuildRequires:	perl(Dist::Zilla::Plugin::ManifestSkip)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaJSON)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaTests)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaYAML)
BuildRequires:	perl(Dist::Zilla::Plugin::ModuleBuild)
BuildRequires:	perl(Dist::Zilla::Plugin::NextRelease)
BuildRequires:	perl(Dist::Zilla::Plugin::PkgVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::PodCoverageTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PodSyntaxTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::PortabilityTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PruneCruft)
BuildRequires:	perl(Dist::Zilla::Plugin::TestRelease)
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
This is an attempt at one way of solving a common problem when contributing
to things built with Dist::Zilla.

This is done by assuming that the code base that its targeting will *NEVER*
be released in its built form, but close enough to the normal build method
that it's suitable for testing and contributing.

* * Less install time dependencies

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.98.30-5
+ Revision: aa94a29
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4504 |14cr|perl-Dist-Zilla-PluginBundle-MARCEL-1.101.700-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-MARCEL
%define upstream_version 1.101700

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Build and release a distribution like MARCEL

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(Dist::Zilla::Plugin::AutoPrereq)
BuildRequires:	perl(Dist::Zilla::Plugin::AutoVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckChangeLog)
BuildRequires:	perl(Dist::Zilla::Plugin::CompileTests)
BuildRequires:	perl(Dist::Zilla::Plugin::CriticTests)
BuildRequires:	perl(Dist::Zilla::Plugin::ExtraTests)
BuildRequires:	perl(Dist::Zilla::Plugin::License)
BuildRequires:	perl(Dist::Zilla::Plugin::MakeMaker)
BuildRequires:	perl(Dist::Zilla::Plugin::Manifest)
BuildRequires:	perl(Dist::Zilla::Plugin::ManifestSkip)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaJSON)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides::Package)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaTests)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaYAML)
BuildRequires:	perl(Dist::Zilla::Plugin::NextRelease)
BuildRequires:	perl(Dist::Zilla::Plugin::NoTabsTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PkgVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::PruneCruft)
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeFromPod)
BuildRequires:	perl(Dist::Zilla::Plugin::Repository)
BuildRequires:	perl(Dist::Zilla::Plugin::TaskWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::UploadToCPAN)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Git)
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle)
BuildRequires:	perl(Dist::Zilla::Plugin::Bugtracker)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckChangesTests)
BuildRequires:	perl(Dist::Zilla::Plugin::DistManifestTests)
BuildRequires:	perl(Dist::Zilla::Plugin::HasVersionTests)
BuildRequires:	perl(Dist::Zilla::Plugin::Homepage)
BuildRequires:	perl(Dist::Zilla::Plugin::InstallGuide)
BuildRequires:	perl(Dist::Zilla::Plugin::KwaliteeTests)
BuildRequires:	perl(Dist::Zilla::Plugin::MinimumVersionTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PodSpellingTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PortabilityTests)
BuildRequires:	perl(Dist::Zilla::Plugin::ReportVersions)
BuildRequires:	perl(Dist::Zilla::Plugin::SynopsisTests)
BuildRequires:	perl(Dist::Zilla::Plugin::UnusedVarsTests)
BuildRequires:	perl(Test::Synopsis)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Test::More) >= 0.940.0

BuildArch:	noarch

%description
This is a plugin bundle to load all plugins that I am using. It is
equivalent to:

    [AutoVersion]

    ; -- fetch & generate files
    [AllFiles]
    [CompileTests]
    [CriticTests]
    [MetaTests]
    [PodTests]

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.101.700-5
+ Revision: b8dc3e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4505 |14cr|perl-Dist-Zilla-PluginBundle-PDONELAN-1.201.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-PDONELAN
%define upstream_version 1.201

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Dist::Zilla plugin bundle for PDONELAN


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Dist::Zilla::Plugin::AutoPrereqs)
BuildRequires: perl(Dist::Zilla::Plugin::CheckChangeLog)
BuildRequires: perl(Dist::Zilla::Plugin::CheckChangesHasContent)
BuildRequires: perl(Dist::Zilla::Plugin::CompileTests)
BuildRequires: perl(Dist::Zilla::Plugin::EOLTests)
BuildRequires: perl(Dist::Zilla::Plugin::Git::NextVersion)
BuildRequires: perl(Dist::Zilla::Plugin::GithubMeta)
BuildRequires: perl(Dist::Zilla::Plugin::MetaConfig)
BuildRequires: perl(Dist::Zilla::Plugin::MetaJSON)
BuildRequires: perl(Dist::Zilla::Plugin::MinimumPerl)
BuildRequires: perl(Dist::Zilla::Plugin::NextRelease)
BuildRequires: perl(Dist::Zilla::Plugin::PkgVersion)
BuildRequires: perl(Dist::Zilla::Plugin::PodCoverageTests)
BuildRequires: perl(Dist::Zilla::Plugin::PodSyntaxTests)
BuildRequires: perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires: perl(Dist::Zilla::Plugin::PortabilityTests)
BuildRequires: perl(Dist::Zilla::Plugin::ReadmeFromPod)
BuildRequires: perl(Dist::Zilla::Plugin::UpdateGitHub)
BuildRequires: perl(Dist::Zilla::PluginBundle::Basic)
BuildRequires: perl(Dist::Zilla::PluginBundle::Git)
BuildRequires: perl(Dist::Zilla::Role::PluginBundle::Easy)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.310.0
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Moose)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildArch:  noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.201.0-2
+ Revision: 1c548f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4506 |14cr|perl-Dist-Zilla-PluginBundle-Rakudo-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-Rakudo
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Rakudo bundle for dist-zilla

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::AutoVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::GatherDir)
BuildRequires:	perl(Dist::Zilla::Plugin::GitObtain)
BuildRequires:	perl(Dist::Zilla::Plugin::License)
BuildRequires:	perl(Dist::Zilla::Plugin::Manifest)
BuildRequires:	perl(Dist::Zilla::Plugin::PruneCruft)
BuildRequires:	perl(Dist::Zilla::Plugin::PruneFiles)
BuildRequires:	perl(Dist::Zilla::Plugin::SvnObtain)
BuildRequires:	perl(Dist::Zilla::Plugin::TemplateFiles)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Git)
BuildArch:	noarch

%description
Rakudo bundle for dist-zilla.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: 9563da3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4507 |14cr|perl-Dist-Zilla-PluginBundle-RJBS-5.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-RJBS
%define upstream_version 5.004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	See what the mantissa for an rjbs-style version is today

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::Repository)
BuildRequires:	perl(Dist::Zilla::Plugin::TaskWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::BumpVersionFromGit)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Git)
BuildRequires:	perl(Pod::Elemental)
BuildRequires:	perl(Pod::Elemental::Transformer::List)
BuildRequires:	perl(Pod::Weaver)
BuildArch:	noarch

%description
This is the plugin bundle that RJBS uses. It is equivalent to:

  [@Filter]
  bundle = @Classic
  remove = PodVersion
  remove = MetaYAML

  [AutoVersion]
  [MetaJSON]
  [NextRelease]
  [PodWeaver]
  [Repository]

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.4.0-3
+ Revision: ba2d4fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4508 |14cr|perl-Dist-Zilla-PluginBundle-ROKR-0.1.900-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-ROKR
%define upstream_version 0.0019



Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Copy README after building (for SCM inclusion, etc.)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl
BuildRequires:	perl(Config::Identity)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::PkgVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Basic)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::Most)
BuildRequires:  perl(Dist::Zilla::Plugin::Git::Tag)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.570.0
# need by %%check
# BuildRequires:  perl(TAP::Parser)

BuildArch:	noarch

%description
'@ROKR::Basic' - the Dist::Zilla::PluginBundle::ROKR::Basic manpage

This is an enhancement on the @Basic bundle (the
Dist::Zilla::PluginBundle::Basic manpage), specifically:

    @Basic (without Readme)
    CopyReadmeFromBuild
    DynamicManifest
    SurgicalPkgVersion
    SurgicalPodWeaver

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

# some subtests will fail anyway
# Failed 1/1 test programs. 0/0 subtests failed.
%check
#%%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.900-4
+ Revision: 582d97c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4509 |14cr|perl-Dist-Zilla-Plugin-Catalyst-0.150.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Catalyst
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A subclass of Catalyst::Helper

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Catalyst::Helper)
BuildRequires:	perl(Dist::Zilla::File::FromCode)
BuildRequires:	perl(Dist::Zilla::File::InMemory)
BuildRequires:	perl(Dist::Zilla::Role::ModuleMaker)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::ShareDir::Install)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
The following is a list of plugins in this distribution to help you
integrate the Catalyst manpage and the Dist::Zilla manpage

* * the Dist::Zilla::Plugin::Catalyst::New manpage Create a new Catalyst
  Project

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-5
+ Revision: ca0b5b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4510 |14cr|perl-Dist-Zilla-Plugin-ChangelogFromGit-0.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ChangelogFromGit
%define upstream_version 0.002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Build CHANGES from git commits and tags

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Text::Wrap)
BuildArch:	noarch

%description
This Dist::Zilla plugin writes a CHANGES file that contains formatted
commit information from recent git logs.

This plugin has the following configuration variables:

* * max_age

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE CHANGES README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-5
+ Revision: be424bf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4511 |14cr|perl-Dist-Zilla-Plugin-CheckChangeLog-0.10.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-CheckChangeLog
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Dist::Zilla with Changes check

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildArch:	noarch

%description
The code is mostly a copy-paste of the ShipIt::Step::CheckChangeLog manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-6
+ Revision: 8ea452a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4512 |14cr|perl-Dist-Zilla-Plugin-CheckChangesHasContent-0.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-CheckChangesHasContent
%define upstream_version 0.006

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Ensure Changes has content before releasing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Role::BeforeRelease)
BuildRequires:	perl(Dist::Zilla::Tester)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(autodie)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
Foo the foo.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-3
+ Revision: 88f16ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4513 |14cr|perl-Dist-Zilla-Plugin-CheckChangesTests-1.100.900-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-CheckChangesTests
%define upstream_version 1.100900

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Release tests for checking changes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::CheckChanges)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/check-changes.t - a standard Test::CheckChanges test

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.900-5
+ Revision: 41fbfcb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4514 |14cr|perl-Dist-Zilla-Plugin-CheckExtraTests-0.21.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-CheckExtraTests
%define upstream_version 0.021

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Check xt tests before release


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(App::Prove)
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::App)
BuildRequires:	perl(Dist::Zilla::Role::BeforeRelease)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(File::chdir)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
Foo the foo.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.21.0-2
+ Revision: ef5ff57
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4515 |14cr|perl-Dist-Zilla-Plugin-CompileTests-1.110.930-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-CompileTests
%define upstream_version 1.110930

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Common tests to check syntax of your modules

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Test::More) >= 0.940.0

BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files:

* t/00-compile.t - a standard test to check syntax of bundled modules

This test will find all modules and scripts in your dist, and try to
compile them one by one. This means it's a bit slower than loading them all
at once, but it will catch more errors.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.930-4
+ Revision: fb7fb43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4516 |14cr|perl-Dist-Zilla-Plugin-ConsistentVersionTest-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ConsistentVersionTest
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Adds a release test to ensure that all modules have the same $VERSION

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Test::ConsistentVersion)
BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/consistent-version.t

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 97b502a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4517 |14cr|perl-Dist-Zilla-Plugin-CopyReadmeFromBuild-0.1.900-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-CopyReadmeFromBuild
%define upstream_version 0.0019

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Copy README after building (for SCM inclusion, etc.)
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Dist::Zilla)
BuildRequires: perl(Test::Most)
BuildRequires: perl-devel
BuildArch: noarch

%description
CopyReadmeFromBuild will automatically copy the README from the build
directory into the distribution directory. This is so you can commit the
README to version control. GitHub, for example, likes to see a README

Dist::Zilla::Plugin::Readme will not like it if you already have a README,
so you'll have to disable that plugin, an example of which is:

    [@Filter]
    bundle = @Basic
    remove = Readme

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.900-1
+ Revision: 9f50f9c
- Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4518 |14cr|perl-Dist-Zilla-Plugin-CopyTo-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-CopyTo
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Copy to other places plugin for Dist::Zilla

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildArch:	noarch

%description
Copy to other places plugin for Dist::Zilla.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: e16cb77
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4519 |14cr|perl-Dist-Zilla-Plugin-CriticTests-1.102.280-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-CriticTests
%define upstream_version 1.102280

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Tests to check your code against best practices

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build)

BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files:

* * t/author/critic.t - a standard test to check your code against best
  practices

This plugin does not accept any option yet.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.102.280-5
+ Revision: aac45bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4520 |14cr|perl-Dist-Zilla-Plugin-DistManifestTests-1.101.420-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-DistManifestTests
%define upstream_version 1.101420

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Release tests for the manifest

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::DistManifest)
BuildRequires:	perl(Test::More) >= 0.940.0

BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/dist-manifest.t - a standard Test::DistManifest test

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.101.420-5
+ Revision: 7ceb066
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4521 |14cr|perl-Dist-Zilla-Plugin-DualBuilders-1.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-DualBuilders
%define upstream_version 1.001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Allows use of Module::Build and ExtUtils::MakeMaker in a dzil dist

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::InstallTool)
BuildRequires:	perl(Dist::Zilla::Role::PrereqSource)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This plugin allows you to specify ModuleBuild and MakeMaker in your the
Dist::Zilla manpage _dist.ini_ and select only one as your prereq.
Normally, if this plugin is not loaded you will end up with both in your
prereq list and this is obviously not what you want!

	# In your dist.ini:
	[ModuleBuild]
	[MakeMaker] ; or [MakeMaker::Awesome], will work too :)
	[DualBuilders] ; needs to be specified *AFTER* the builders

This plugin accepts the following options:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-5
+ Revision: 1d79109
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4522 |14cr|perl-Dist-Zilla-Plugin-EOLTests-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-EOLTests
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Release tests making sure correct line endings are used

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::EOL)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files:

* *

  xt/release/eol.t

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: a8b44e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4523 |14cr|perl-Dist-Zilla-Plugin-FatPacker-1.141.200-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-FatPacker
%define upstream_version 1.141200

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Pack your dependencies onto your script file



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(ok)
BuildRequires:	perl(App::FatPacker)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Role::FileMunger)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This plugin uses the App::FatPacker manpage to pack your dependencies onto
your script file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.141.200-2
+ Revision: f0c02fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4524 |14cr|perl-Dist-Zilla-Plugin-Git-1.110.500-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Git
%define upstream_version 1.110500

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Commit dist.ini and changelog

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cwd)
BuildRequires:	perl(Dist::Zilla::Role::AfterRelease)
BuildRequires:	perl(Dist::Zilla::Role::BeforeRelease)
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec::Functions)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Git::Wrapper)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(String::Formatter)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More) >= 0.940.0
BuildRequires:	perl(Module::Build)

BuildArch:	noarch

%description
This set of plugins for the Dist::Zilla manpage can do interesting
things for module authors using git to track their work. The following
plugins are provided in this distribution:
 * Dist::Zilla::Plugin::Git::Check
 * Dist::Zilla::Plugin::Git::Commit
 * Dist::Zilla::Plugin::Git::Tag
 * Dist::Zilla::Plugin::Git::Push

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.500-5
+ Revision: 1553190
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4525 |14cr|perl-Dist-Zilla-Plugin-GitFmtChanges-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-GitFmtChanges
%define upstream_version 0.005

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	This Dist::Zilla plugin writes a CHANGES file with commits

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Text::Wrap)
BuildArch:	noarch

%description
This Dist::Zilla plugin writes a CHANGES file that contains formatted
commit information from recent git logs. The CHANGES file is formatted
using the "--format" option of the git log command. This makes it easy to
make the CHANGES file look the way you want it to.

This is based on Dist::Zilla::Plugin::ChangelogFromGit.

This plugin has the following configuration variables:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-3
+ Revision: 67640b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4526 |14cr|perl-Dist-Zilla-Plugin-GithubMeta-0.460.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-GithubMeta
%define upstream_version 0.46

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Automatically include GitHub meta information in META.yml


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider)
BuildRequires:	perl(IPC::Cmd)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types::URI)
BuildArch:	noarch

%description
Dist::Zilla::Plugin::GithubMeta is a the Dist::Zilla manpage plugin to
include GitHub the http://github.com manpage meta information in
'META.yml'.

It automatically detects if the distribution directory is under 'git'
version control and whether the 'origin' is a GitHub repository and will
set the 'repository' and 'homepage' meta in 'META.yml' to the appropriate
URLs for GitHub.

Based on the Module::Install::GithubMeta manpage which was based on the
Module::Install::Repository manpage by Tatsuhiko Miyagawa

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE README META.json Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.460.0-2
+ Revision: fee5ef7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4527 |14cr|perl-Dist-Zilla-Plugin-GitObtain-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-GitObtain
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Obtain files from a git repository before building a distribution

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::BeforeBuild)
BuildRequires:	perl(Dist::Zilla::Role::Plugin)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec::Functions)
BuildRequires:	perl(Git::Wrapper)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This module uses the Git::Wrapper manpage to obtain files from git
repositories before building a distribution.

You may specify the directory that git repositories will be placed into by
following the plugin name ('GitObtain') with a forward slash ('/'), then
the path to the particular directory. For instance, if your _dist.ini_ file
contained the following section:

  [GitObtain/alpha/beta/gamma]
    ...

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: c8b2d39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4528 |14cr|perl-Dist-Zilla-Plugin-HasVersionTests-1.101.420-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-HasVersionTests
%define upstream_version 1.101420

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Release tests for version numbers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::HasVersion)
BuildRequires:	perl(Test::More) >= 0.940.0

BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/has-version.t - a standard Test::HasVersion test

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.101.420-5
+ Revision: 99f96fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4529 |14cr|perl-Dist-Zilla-Plugin-Homepage-1.101.420-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Homepage
%define upstream_version 1.101420

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Automatically sets the homepage URL

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More) >= 0.940.0

BuildArch:	noarch

%description
This plugin sets the distribution's homepage URL as metadata.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.101.420-5
+ Revision: ae7476f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4530 |14cr|perl-Dist-Zilla-Plugin-InstallGuide-1.200.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-InstallGuide
%define upstream_version 1.200003

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Build an INSTALL file


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::File::InMemory)
BuildRequires:	perl(Dist::Zilla::Role::FileGatherer)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More) >= 0.940.0

BuildArch:	noarch

%description
This plugin adds a very simple _INSTALL_ file to the distribution, telling
the user how to install this distribution.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.200.3-2
+ Revision: 105bfb8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4531 |14cr|perl-Dist-Zilla-Plugin-KwaliteeTests-1.101.420-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-KwaliteeTests
%define upstream_version 1.101420

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Release tests for kwalitee

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::Kwalitee)
BuildRequires:	perl(Test::More) >= 0.940.0

BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/kwalitee.t - a standard Test::Kwalitee test

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.101.420-5
+ Revision: 2ceb6ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4532 |14cr|perl-Dist-Zilla-Plugin-LatestPrereqs-0.300.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-LatestPrereqs
%define upstream_version 0.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Adjust prereqs to use latest version available

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CPAN)
BuildRequires:	perl(Dist::Zilla)
BuildArch:	noarch

%description
This plugin will filter over all your declared or discovered prerequisites,
contact CPAN, and adjust the version to the latest one available.

This will make sure that your module will be installed with the latest
version available on CPAN at the time you built your package.

The most common use for this techinique is for the Task manpage modules.
You can rebuild your Task module on a regular basis to make sure it has the
latest versions of your dependencies.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-5
+ Revision: 8d215f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4533 |14cr|perl-Dist-Zilla-Plugin-LocaleMsgfmt-1.202.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-LocaleMsgfmt
%define upstream_version 1.202

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Dist::Zilla plugin that compiles Local::Msgfmt .po files to .mo files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::BeforeBuild)
BuildRequires:	perl(Locale::Msgfmt)
BuildRequires:	perl(Moose)
BuildArch:	noarch

%description
Put the following in your dist.ini

    [LocaleMsgfmt]
    locale = share/locale ;; (optional)

This plugin will compile all of the .po files it finds in the locale
directory into .mo files, via Locale::Msgfmt.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.202.0-5
+ Revision: 0785732
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4534 |14cr|perl-Dist-Zilla-Plugin-MakeMaker-Awesome-0.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MakeMaker-Awesome
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A more awesome MakeMaker plugin for Dist::Zilla

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::File::InMemory)
BuildRequires:	perl(Dist::Zilla::Plugin::MakeMaker)
BuildRequires:	perl(Dist::Zilla::Role::BuildRunner)
BuildRequires:	perl(Dist::Zilla::Role::InstallTool)
BuildRequires:	perl(Dist::Zilla::Role::TestRunner)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

Obsoletes: perl-Dist-Zilla-Plugin-OverridableMakeMaker

%description
the Dist::Zilla manpage's Dist::Zilla::Plugin::MakeMaker plugin is limited,
if you want to stray from the marked path and do something that would
normally be done in a 'package MY' section or otherwise run custom code in
your _Makefile.PL_ you're out of luck.

This plugin is 100% compatable with the Dist::Zilla::Plugin::MakeMaker
manpage, but if you need something more complex you can just subclass it:

Then, in your _dist.ini_:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-5
+ Revision: 3d24214
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4535 |14cr|perl-Dist-Zilla-Plugin-MakeMaker-SkipInstall-1.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MakeMaker-SkipInstall
%define upstream_version 1.100

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Skip the install rule of MakeMaker

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckChangeLog)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This small plugin will edit the 'Makefile.PL' file, and override the
install target to become a no-op.

This will make your module fail the install phase. It will be built, and
tested but will never be installed.

The most common use for this techinique is for the Task manpage modules.
Without a proper install phase, you can install your Task module repetedly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-4
+ Revision: a391c3a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4536 |14cr|perl-Dist-Zilla-Plugin-MatchManifest-4.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MatchManifest
%define upstream_version 4.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Ensure that MANIFEST is correct

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Throwable)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Text::Diff)
BuildRequires:	perl(Role::HasMessage)
BuildRequires:	perl(Role::Identifiable::HasIdent)
BuildRequires:	perl(autodie)
BuildRequires:	perl(MooseX::OneArgNew)
BuildRequires:	perl(Test::Fatal)

BuildArch:	noarch

%description
If included, this plugin will ensure that the distribution contains a
_MANIFEST_ file and that its contents match the files collected by
Dist::Zilla. If not, it will display the differences and (if STDIN & STDOUT
are TTYs) offer to update the _MANIFEST_.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.10.0-3
+ Revision: f95b729
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4537 |14cr|perl-Dist-Zilla-Plugin-Mercurial-0.70.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Mercurial
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Check for modified/removed/unknown files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(IPC::System::Simple)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(autodie)
BuildArch:	noarch

%description
This plugin provides Mercurial support for the Dist::Zilla manpage.
Currently, it supports checking that the working copy is clean before
release, tagging, and pushing changes to the remote. The tag plugin also
checks before tagging to make sure that the tag it wants to use is unique.

Currently, this plugin does not support committing, so it won't play nice
with plugins that make changes to the working copy before release. Patches
are welcome.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-3
+ Revision: d53758b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4538 |14cr|perl-Dist-Zilla-Plugin-MetaData-BuiltWith-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MetaData-BuiltWith
%define upstream_version 1.000000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Go overkill and report everything in all name-spaces



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Readonly)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Role::ConfigDumper)
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider)
BuildRequires:	perl(Dist::Zilla::Util::EmulatePhase)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
Often, distribution authors get module dependencies wrong. So in such
cases, its handy to be able to see what version of various packages they
built with.

Some would prefer to demand everyone install the same version as they did,
but that's also not always necessary.

Hopefully, the existence of the metadata provided by this module will help
users on their end machines make intelligent choices about what modules to
install in the event of a problem.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 10b3d36
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4539 |14cr|perl-Dist-Zilla-Plugin-MetaNoIndex-1.101.550-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MetaNoIndex
%define upstream_version 1.101550

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Stop CPAN from indexing stuff

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::PowerSet)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Modern::Perl)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Readonly)

BuildArch:	noarch

%description
This plugin allows you to prevent PAUSE/CPAN from indexing files you don't
want indexed. This is useful if you build test classes or example classes
that are used for those purposes only, and are not part of the
distribution. It does this by adding a 'no_index' block to your _META.yml_
file in your distribution.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.101.550-5
+ Revision: 4e6a887
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4540 |14cr|perl-Dist-Zilla-Plugin-MetaProvides-2.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MetaProvides
%define upstream_version 2.000000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	When nothing else works, pull in hand-crafted metadata from a specified file

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Discover)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(ExtUtils::Manifest) >= 1.560.0
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::Find::Rule::Perl)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Module::Extract::Namespaces)
BuildRequires:	perl(Module::Extract::VERSION)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
#BuildRequires:	perl(MooseX::Declare)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(Path::Class::Dir)
BuildRequires:	perl(Path::Class::File)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Perl::Critic)
BuildRequires:	perl(YAML::Tiny)
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

Requires: perl(Module::Extract::Namespaces)
Requires: perl(Module::Extract::VERSION)
Requires: perl(aliased)

%description
This Distribution Contains a small bundle of plugins for various ways of
populating the 'META.yml' that is built with your distribution.

The initial reason for this is due to stuff that uses the MooseX::Declare
manpage style class definitions not being parseable by many tools upstream,
so this is here to cover this problem by defining it in the metadata.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-3
+ Revision: 24f443a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4541 |14cr|perl-Dist-Zilla-Plugin-MetaProvides-Class-1.140.0.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MetaProvides-Class
%define upstream_version 1.14000001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Scans files and tries to identify classes using Class::Discover

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Discover)
BuildRequires:	perl(Dist::Zilla::App::Tester)
BuildRequires:	perl(Dist::Zilla::MetaProvides::ProvideRecord)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides)
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider::Provider)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(MooseX::Declare)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
Scans files and tries to identify classes using Class::Discover.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
#/Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.140.0.10-3
+ Revision: c532ac0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4542 |14cr|perl-Dist-Zilla-Plugin-MetaProvides-FromFile-1.110.602.110-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MetaProvides-FromFile
%define upstream_version 1.11060211

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	If nothing else works, pull in hand-crafted metadata from a specified file

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Config::INI::Reader)
BuildRequires:	perl(Dist::Zilla::App::Tester)
BuildRequires:	perl(Dist::Zilla::MetaProvides::ProvideRecord)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides)
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider::Provider)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
#./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.602.110-3
+ Revision: a40e1b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4543 |14cr|perl-Dist-Zilla-Plugin-MetaProvides-Package-2.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MetaProvides-Package
%define upstream_version 2.000001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Extract namespaces/version from traditional packages for provides

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::App::Tester)
BuildRequires:	perl(Dist::Zilla::MetaProvides::ProvideRecord)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides)
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider::Provider)
BuildRequires:	perl(Dist::Zilla::Util::Test::KENTNL)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::Extract::Namespaces)
BuildRequires:	perl(Module::Extract::VERSION)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More) >= 0.960
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Throwable)
BuildArch:	noarch

%description
Extract namespaces/version from traditional packages for provides.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-3
+ Revision: 4c47fef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4544 |14cr|perl-Dist-Zilla-Plugin-MetaRecommends-0.30.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MetaRecommends
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Provide optional prereqs in meta file

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This plugin adds a 'recommends' section to the distribution's metadata to
define any optional prereqs.

This module is just a copy of the MetaResources plugin version 1.092680
with a few minor tweaks.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-6
+ Revision: 30682be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4545 |14cr|perl-Dist-Zilla-Plugin-MinimumPerl-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MinimumPerl
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Detects the minimum version of Perl required for your dist

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::PrereqSource)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Perl::MinimumVersion)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This plugin uses the Perl::MinimumVersion manpage to automatically find the
minimum version of Perl required for your dist and adds it to the prereqs.
You can specify a version of Perl to override the scanning logic.

	# In your dist.ini:
	[MinimumPerl]

This plugin accepts the following options:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: a9474b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4546 |14cr|perl-Dist-Zilla-Plugin-MinimumVersionTests-1.101.421-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MinimumVersionTests
%define upstream_version 1.101421

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Release tests for minimum required versions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::MinimumVersion)
BuildRequires:	perl(Perl::MinimumVersion)
# BuildRequires:	perl(MinimumVersion)
BuildRequires:	perl(Test::More) >= 0.940.0

BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/minimum-version.t - a standard Test::MinimumVersion test

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.101.421-5
+ Revision: 2610de0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4547 |14cr|perl-Dist-Zilla-Plugin-ModuleBuild-XSOrPP-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ModuleBuild-XSOrPP
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Add a --pp option to your Build.PL to force an XS-less build

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Most)
BuildArch:	noarch

%description
Use this plugin instead of the regular 'ModuleBuild' plugin. It generates a
_Build.PL_ which accepts a '--pp' flag to forcible disable XS compilation.
Obviously, this is only useful if your module can work without its XS
component.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 9a200d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4548 |14cr|perl-Dist-Zilla-Plugin-ModuleInstall-0.20.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ModuleInstall
%define upstream_version 0.02000000

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(inc::Module::Install\\)'
%else
%define _requires_exceptions perl(inc::Module::Install)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Build Module::Install based Distributions with Dist::Zilla

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Role::Tempdir)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Install)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)

BuildArch:	noarch

%description
This module will create a _Makefile.PL_ for installing the dist using 
the Module::Install manpage.

It is at present a very minimal feature set, but it works.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0.0-3
+ Revision: b074d72
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4549 |14cr|perl-Dist-Zilla-Plugin-NoAutomatedTesting-0.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-NoAutomatedTesting
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Avoid running under CPAN Testers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildArch:	noarch

%description
CPAN Testers are great and do a worthy and thankless job, testing all the
distributions uploaded to CPAN. But sometimes we don't want a distribution
to be tested by these gallant individuals.

Dist::Zilla::Plugin::NoAutomatedTesting is a the Dist::Zilla manpage plugin
that mungles 'Makefile.PL' to detect that it is being run by a CPAN Tester
and 'exit 0' if it is.

As this plugin mungles the 'Makefile.PL' it is imperative that it is
specified in 'dist.ini' AFTER '[MakeMaker]'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE README META.json Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-3
+ Revision: 22cf14b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4550 |14cr|perl-Dist-Zilla-Plugin-NoTabsTests-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-NoTabsTests
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Release tests making sure hard tabs aren't used

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::NoTabs)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files:

* *

  xt/release/no-tabs.t

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: 5db634e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4551 |14cr|perl-Dist-Zilla-Plugin-OurPkgVersion-0.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-OurPkgVersion
%define upstream_version 0.1.2

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	No line insertion and does Package version with our

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Role::FileFinderUser)
BuildRequires:	perl(Dist::Zilla::Role::FileMunger)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This module was created as an alternative to the
Dist::Zilla::Plugin::PkgVersion manpage and uses some code from that
module. This module is designed to use a the more readable format 'our
$VERSION = $version;' as well as not change then number of lines of code in
your files, which will keep your repository more in sync with your CPAN
release. It also allows you slightly more freedom in how you specify your
version.

EXAMPLES
    in dist.ini

    	...
    	version = 0.01;
    	[OurPkgVersion]

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-5
+ Revision: 7148256
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4552 |14cr|perl-Dist-Zilla-Plugin-PerlTidy-0.90.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-PerlTidy
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perltidy your dist

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::Next)
BuildRequires:	perl(Perl::Tidy)
BuildArch:	noarch

%description
Perltidy your dist.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-5
+ Revision: 47ff4d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4553 |14cr|perl-Dist-Zilla-Plugin-PodLoom-3.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-PodLoom
%define upstream_version 3.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Process module documentation through Pod::Loom

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Role::ModuleInfo)
BuildRequires:	perl(Hash::Merge::Simple)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Pod::Loom)
BuildArch:	noarch

%description
If included, this plugin will process each _.pm_ and _.pod_ file under
_lib_ or in the root directory through Pod::Loom.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-5
+ Revision: aec1dd4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4554 |14cr|perl-Dist-Zilla-Plugin-PodPurler-0.93.401-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-PodPurler
%define upstream_version 0.093401

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Like PodWeaver, but more erratic and amateurish


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Pod::Elemental)
BuildRequires:	perl(Pod::Elemental::PerlMunger)
BuildRequires:	perl(Pod::Eventual)

BuildArch:	noarch

%description
PodPurler ress, which rips apart your kinda-POD and reconstructs it as
boring old real POD.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.93.401-3
+ Revision: d0ab1bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4555 |14cr|perl-Dist-Zilla-Plugin-PodSpellingTests-1.101.420-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-PodSpellingTests
%define upstream_version 1.101420

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Release tests for POD spelling

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Pod::Wordlist::hanekomu)
BuildRequires:	perl(Test::More) >= 0.940.0
BuildRequires:	perl(Test::Spelling)

BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/pod-spell.t - a standard Test::Spelling test

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.101.420-5
+ Revision: 0b6dd76
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4556 |14cr|perl-Dist-Zilla-Plugin-PodWeaver-4.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-PodWeaver
%define upstream_version 4.005

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Do horrible things to POD, producing better docs


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Pod::Elemental::PerlMunger)
BuildRequires:	perl(Pod::Weaver)

BuildArch:	noarch

# not auto-detected
Requires:	perl(Pod::Elemental::PerlMunger)

%description
PodWeaver is a work in progress, which rips apart your kinda-POD and
reconstructs it as boring old real POD.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.5.0-3
+ Revision: 4e99dfb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4557 |14cr|perl-Dist-Zilla-Plugin-PortabilityTests-1.101.420-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-PortabilityTests
%define upstream_version 1.101420

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Release tests for portability

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More) >= 0.940.0
BuildRequires:	perl(Test::Portability::Files)

BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/portability.t - a standard Test::Portability::Files test

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.101.420-5
+ Revision: 7e8438f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4558 |14cr|perl-Dist-Zilla-Plugin-Prepender-1.112.280-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Prepender
%define upstream_version 1.112280

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Prepend lines at the top of your perl files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/J/JQ/JQUELIN/Dist-Zilla-Plugin-Prepender-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build)

BuildArch:	noarch

%description
This plugin will prepend the specified lines in each Perl module or
program within the distribution. For scripts having a shebang line,
lines will be inserted just after it.

This is useful to enforce a set of pragmas to your files (since pragmas
are lexical, they will be active for the whole file), or to add some
copyright comments, as the fsf recommends.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
# Doesn't find user config
#./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.112.280-3
+ Revision: b57bf89
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4559 |14cr|perl-Dist-Zilla-Plugin-ProgCriticTests-1.111.750-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ProgCriticTests
%define upstream_version 1.111750

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Gradually enforce coding standards with Dist::Zilla

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(Dist::Zilla::Tester)
BuildRequires:	perl(JSON)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Perl::Critic::Progressive)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(YAML::Tiny)
BuildRequires:	perl(autodie)
BuildArch:	noarch

%description
Please see Test::Perl::Critic::Progressive on what exactly it does. For you
it's only important to know that by using this plugin you can avoid the
creep of bad coding practices into your distribution and slowly remove
those that have made their way in already, without being forced to fix
everything at once.

The plugin automatically creates the needed test file and primes it with
all data it needs to know about your dist as well as the options you give.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes README META.yml LICENSE META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.111.750-3
+ Revision: cc9d284
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4560 |14cr|perl-Dist-Zilla-Plugin-PurePerlTests-0.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-PurePerlTests
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Run all your tests twice, once with XS code and once with pure Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Most)
BuildArch:	noarch

%description
This plugin is for modules which ship with a dual XS/pure Perl
implementation.

The plugin makes a copy of all your tests when doing release testing (via
'dzil test' or 'dzil release'). The copy will set an environment value that
you specify in a 'BEGIN' block. You can use this to force your code to not
load the XS implementation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-3
+ Revision: e82d975
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4561 |14cr|perl-Dist-Zilla-Plugin-ReadmeFromPod-0.140.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ReadmeFromPod
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Automatically convert POD to a README for Dist::Zilla

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Pod::Text)
BuildArch:	noarch

%description
Generate the README from 'main_module' by the Pod::Text manpage

The code is mostly a copy-paste of the Module::Install::ReadmeFromPod
manpage

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-5
+ Revision: 292ff87
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4562 |14cr|perl-Dist-Zilla-Plugin-ReadmeMarkdownFromPod-0.100.700-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ReadmeMarkdownFromPod
%define upstream_version 0.100700

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Automatically convert POD to a README.mkdn for Dist::Zilla

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::File::InMemory)
BuildRequires:	perl(Dist::Zilla::Role::InstallTool)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Pod::Markdown)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Generate a README.mkdn from 'main_module' by the Pod::Markdown manpage

The code is mostly a copy-paste of the Dist::Zilla::Plugin::ReadmeFromPod
manpage

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.700-6
+ Revision: f5aac02
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4563 |14cr|perl-Dist-Zilla-Plugin-ReportVersions-1.110.730-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ReportVersions
%define upstream_version 1.110730

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Write a test that reports used module versions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More) >= 0.940.0

BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  t/000-report-versions.t

The '000' prefix is chosen so it runs first to make sure it shows up in
CPAN tester reports.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.730-3
+ Revision: 4a24aab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4564 |14cr|perl-Dist-Zilla-Plugin-ReportVersions-Tiny-1.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ReportVersions-Tiny
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Reports dependency versions during testing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Warn)
BuildRequires: perl(Test::Fatal)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::File::FromCode)
BuildRequires:	perl(Dist::Zilla::Role::FileGatherer)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(vars)
BuildArch:	noarch

%description
This module integrates with the Dist::Zilla manpage to automatically add an
additional test to your released software. Rather than testing features of
the software, this reports the versions of all static module dependencies,
and of Perl, at the time the tests are run.

The value of this is that when someone submits a test failure report you
can see which versions of the modules were installed and, hopefully, be
able to reproduce problems that are dependent on a specific set of module
versions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml META.json LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-3
+ Revision: d47a3ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4565 |14cr|perl-Dist-Zilla-Plugin-Repository-0.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Repository
%define upstream_version 0.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Automatically sets repository URL from svn/svk/Git checkout for Dist::Zilla

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildArch:	noarch

%description
The code is mostly a copy-paste of the Module::Install::Repository manpage

ATTRIBUTES
    * * git_remote

      This is the name of the remote to use for the public repository (if
      you use Git). By default, unsurprisingly, to _origin_.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Cannot find user config
#make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-3
+ Revision: 655abf7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4566 |14cr|perl-Dist-Zilla-Plugin-Rsync-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Rsync
%define upstream_version 0.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Dist::Zilla plugin to upload using rsync

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CLASS)
BuildRequires:	perl(Dist::Zilla::Role::Releaser)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
The 'where' config key is required. The 'options' default to '-e ssh'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: 5c99a05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4567 |14cr|perl-Dist-Zilla-Plugins-CJM-4.220.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugins-CJM
%define upstream_version 4.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Allow a dist to have a custom Build.PL


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CPAN::Meta::Converter)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Module::Build::ModuleInfo)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(autodie)
BuildArch:	noarch

%description
Plugins implementing ModuleInfo may call their own 'get_module_info' method
to construct a the Module::Build::ModuleInfo manpage object.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc README Changes META.yml LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.220.0-2
+ Revision: eb05ad0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4568 |14cr|perl-Dist-Zilla-Plugin-Signature-1.100.930-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Signature
%define upstream_version 1.100930

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Sign releases with Module::Signature

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::chdir)
BuildRequires:	perl(Module::Signature)
BuildArch:	noarch

%description
This plugin will sign a distribution using Module::Signature

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.930-5
+ Revision: 197661b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4569 |14cr|perl-Dist-Zilla-Plugin-SubmittingPatches-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-SubmittingPatches
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Add SubmittingPatches documentation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
add a patch submission policy to your repository similar to that of
git.git. In the long run I'm hoping to be able to generate slightly
different policies with this module. Complaints, or suggestions about the
actual policy are welcome

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: 1b17b72
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4570 |14cr|perl-Dist-Zilla-Plugin-SVK-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-SVK
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Provide the allow_dirty & changelog attributes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(Cwd)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Role::AfterRelease)
BuildRequires:	perl(Dist::Zilla::Role::BeforeRelease)
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle)
BuildRequires:	perl(Dist::Zilla::Tester)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(SVK)
BuildRequires:	perl(SVK::Util)
BuildRequires:	perl(SVK::XD)
BuildRequires:	perl(SVN::Repos)
BuildRequires:	perl(String::Formatter)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)

BuildArch:	noarch

%description
This set of plugins for the Dist::Zilla manpage can do interesting things
for module authors using http://svk.bestpractical.com to track their work.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: 66fa4e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4571 |14cr|perl-Dist-Zilla-Plugin-SvnObtain-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-SvnObtain
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Obtain files from a subversion repository before building a distribution

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cwd)
BuildRequires:	perl(Dist::Zilla::Role::BeforeBuild)
BuildRequires:	perl(Dist::Zilla::Role::Plugin)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(Moose)
BuildRequires:	perl(SVN::Client)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
Uses the SVN::Client manpage to obtain files from a subversion repository
for inclusion in a distribution made with the Dist::Zilla manpage.

'[SvnObtain]' sections in your _dist.ini_ file describe a set of Subversion
repositories that will be downloaded into the current directory prior to
building a distribution. Subdirectories will be created that correspond to
the name of the projects listed in that section. Optionally, after the URL
of the subversion repository, you may specify a particular revision to
check out. If you do not specify a revision, 'HEAD' will be used. For
instance, to include a copy MIT's simile timeline widget into your
distribution, your _dist.ini_ would contain something like this:

  [SvnObtain]
    simile = http://simile-widgets.googlecode.com/svn

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 1c8978c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4572 |14cr|perl-Dist-Zilla-Plugin-SynopsisTests-1.101.420-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-SynopsisTests
%define upstream_version 1.101420

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Release tests for synopses

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More) >= 0.940.0
BuildRequires:	perl(Test::Synopsis)

BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/synopsis.t - a standard Test::Synopsis test

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.101.420-5
+ Revision: 12c844b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4573 |14cr|perl-Dist-Zilla-Plugin-TaskWeaver-0.101.626-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-TaskWeaver
%define upstream_version 0.101626

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Dist::Zilla::Plugin::TaskWeaver's helper

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Pod::Elemental)
BuildRequires:	perl(Pod::Weaver)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
The TaskWeaver plugin acts just like the PodWeaver plugin, but gets its
claws just a bit into your Pod::Weaver configuration and then uses them to
figure out prerequisites and grouping for building a Task distribution.

The 'Task::' namespace is used for libraries that do not have any code of
their own, but are just ways of getting a lot of other libraries installed
at once. In other words, they're just prerequisites with no actual logic.

TaskWeaver expects that your _.pm_ file will have Pod like the following:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.101.626-3
+ Revision: 801e1fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4574 |14cr|perl-Dist-Zilla-Plugin-TemplateCJM-4.220.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Dist-Zilla-Plugin-TemplateCJM
%define upstream_version 4.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Process templates, including version numbers & changes
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(DateTime::Format::Natural)
BuildRequires:	perl(Dist::Zilla::Role::InstallTool)
BuildRequires:	perl(Dist::Zilla::Role::ModuleInfo)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Dist::Zilla::Plugin::TemplateCJM is a plugin written for Dist::Zilla.
It used to be distributed in Dist-Zilla-Plugins-CJM, but when
DateTime::Format::Natural was added as a prerequisite, it was decided
to split it out.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.220.0-1
+ Revision: 6a57caa
- Disable check



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4575 |14cr|perl-Dist-Zilla-Plugin-TemplateFile-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-TemplateFile
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Use files as templates to build a distribution

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::FileMunger)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
Utilize the Text::Template manpage to turn certain files into templates.
Each template has available to it the '$dist' variable that is the instance
of the Dist::Zilla manpage currently running. Only those files listed in
'dist.ini' as 'filename = blah' will be considered templates. Filenames are
given relative to the root of the build.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: 1d090de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4576 |14cr|perl-Dist-Zilla-Plugin-Test-CPAN-Changes-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Test-CPAN-Changes
%define upstream_version 0.003

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Release tests for your changelog

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(Dist::Zilla::Role::FileMunger)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following file:

    xt/release/cpan-changes.t - a standard Test::CPAN::Changes test

See the Test::CPAN::Changes manpage for what this test does.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README CHANGES LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-4
+ Revision: 7b2723b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4577 |14cr|perl-Dist-Zilla-Plugin-Twitter-0.25.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Twitter
%define upstream_version 0.025

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Twitter when you release with Dist::Zilla

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Data::Visitor::Callback)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::App::Tester)
BuildRequires:	perl(Dist::Zilla::Role::AfterRelease)
BuildRequires:	perl(Dist::Zilla::Role::Releaser)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(Dist::Zilla::Tester)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(JSON::Any)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Math::BigFloat)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::MultiInitArg)
BuildRequires:	perl(Net::Netrc)
BuildRequires:	perl(Net::Twitter)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(WWW::Shorten::Simple)
BuildRequires:	perl(WWW::Shorten::TinyURL)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(utf8)
BuildArch:	noarch

%description
This plugin will use the Net::Twitter manpage with the login and password
in your '.netrc' file to send a release notice to Twitter. By default, it
will include a link to your README file as extracted on a fast CPAN mirror.
This works very nicely with the Dist::Zilla::Plugin::ReadmeFromPod manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.25.0-3
+ Revision: 0186d27
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4578 |14cr|perl-Dist-Zilla-Plugin-UnusedVarsTests-1.100.860-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-UnusedVarsTests
%define upstream_version 1.100860

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Release tests for unused variables

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Vars)
BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following file:

  xt/release/unused-vars.t - a standard Test::Vars test

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.860-5
+ Revision: b412293
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4579 |14cr|perl-Dist-Zilla-Plugin-VersionFromPrev-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-VersionFromPrev
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Get the last version via Git tag with C< git tag -l | sort -nr | head -n1 >

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::VersionProvider)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This plugin was written because the author didn't like the time-based
version RJBS likes to use as implemented in the
Dist::Zilla::Plugin::AutoVersion manpage. Instead this plugin supports the
classic CPAN version schema where you start at '0.01' and move towards
'0.99', then increment to '1.00' and keep going from there.

This is how you use the plugin:

    [VersionFromPrev]

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: 4c5cdc9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4580 |14cr|perl-Dist-Zilla-Role-Tempdir-0.10.537.220-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Role-Tempdir
%define upstream_version 0.01053722

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Shell Out and collect the result in a DZ plug-in

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Digest::base)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(File::Tempdir)
BuildRequires:	perl(File::chdir)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
Shell Out and collect the result in a DZ plug-in.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
#./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.537.220-3
+ Revision: c5be94f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4581 |14cr|perl-Dist-Zilla-Util-EmulatePhase-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Util-EmulatePhase
%define upstream_version 1.000000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A dummy Dist::Zilla to fake a 'prereq' object on



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Prereqs)
BuildRequires:	perl(Dist::Zilla::Util::Test::KENTNL) >= 0.10.5.100
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Hash::Merge::Simple)
BuildRequires:	perl(Module::Build) >= 0.360.100
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Fatal) >= 0.3.0
BuildRequires:	perl(Test::More) >= 0.96
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
A dummy Dist::Zilla to fake a 'prereq' object on.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: c1078c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4582 |14cr|perl-Dist-Zilla-Util-Test-KENTNL-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Util-Test-KENTNL
%define upstream_version 1.000000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	KENTNL's DZil plugin testing tool

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Tester)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(Throwable)
BuildRequires:	perl(Role::Identifiable::HasIdent)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Role::HasMessage)
BuildRequires:	perl(MooseX::OneArgNew)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
KENTNL's DZil plugin testing tool.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: dfda2fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4583 |14cr|perl-DJabberd-0.850.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DJabberd
%define upstream_version 0.85

# TODO generate

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	XMPP flexible framework to create custom jabber server

License:	GPL+ and Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DJabberd/%{upstream_name}-%{upstream_version}.tar.gz
Source1:	djabberd.init
Source2:	djabberd.conf
Source3:	djabberd.sysconfig
Source4:	djabberd.log.conf
Source5:	djabberd.logrotate

BuildRequires:	perl-devel
BuildRequires:	perl(Danga::Socket)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Log::Log4perl)
BuildRequires:	perl(XML::LibXML)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(XML::SAX)
BuildRequires:	perl(Net::DNS)
BuildRequires:	perl(Net::SSLeay)
BuildRequires:	perl(Unicode::Stringprep)
BuildArch:	noarch

%description
DJabberd is a high-performance, scalable, extensible Jabber/XMPP server
framework.
While it comes with an example server, it's really a set of classes for
you to build your own Jabber server without understanding Jabber.
Instead of working with XML and protocol-specific details, you subclass parts
and work
with sane objects and data structures and let DJabberd do all the ugly work.

%package -n djabberd
Summary:	A jabber server, constructed with DJabber perl framework

Group:		System/Servers
Requires(preun): rpm-helper
Requires(post): rpm-helper

%description -n djabberd
This package contains a example djabberd server, using the simplest possible
modules ( ie, everything is stored in memory, no persistance )
It is not intended to be used as it is, it just provides the needed example
file and infrastructure to be integrated with the distribution.

In order to turn this into a real server, you need to install various modules,
depending on your needs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
mkdir -p doc/DJabberd/Component/
# do notprovides it, as it pulls a non packaged module
#mv ./lib/DJabberd/Component/Example.pm doc/DJabberd/Component/
rm -f ./lib/DJabberd/Component/Example.pm

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
export T_MUC_ENABLE=0
# XML equality broken by attrs ordering
# <identity type='im' name='djabberd' category='server'/> != <identity type='im' category='server' name='djabberd'/>
rm -f t/disco.t
make test

%install
%makeinstall_std

mkdir -p %{buildroot}%{_initrddir}/
cp %{SOURCE1} %{buildroot}%{_initrddir}/djabberd

mkdir -p %{buildroot}%{_sysconfdir}/djabberd/
cp %{SOURCE2} %{buildroot}%{_sysconfdir}/djabberd

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/
cp %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/djabberd

# logging
cp %{SOURCE4} %{buildroot}%{_sysconfdir}/djabberd/log.conf

mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d/
cp %{SOURCE5} %{buildroot}%{_sysconfdir}/logrotate.d/djabberd

%post -n djabberd
%_post_service djabberd

%preun -n djabberd
%_preun_service djabberd

%files -n djabberd
%attr(0755,root,root) %{_bindir}/*
%attr(0755,root,root) %{_initrddir}/djabberd
%config(noreplace) %{_sysconfdir}/djabberd
%config(noreplace) %{_sysconfdir}/sysconfig/djabberd
%config(noreplace) %{_sysconfdir}/logrotate.d/*

%files
%doc CHANGES META.yml README examples
%{perl_vendorlib}/DJabberd*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.850.0-2
+ Revision: 1b7383f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4584 |14cr|perl-DJabberd-Plugin-JabberIqVersion-0.40-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   DJabberd-Plugin-JabberIqVersion

Name:		perl-%{realname}
Version:	0.40
Release:	6
License:	Artistic or GPL
Group:		Development/Perl
Summary:	Add support for "XEP 0092, Software version" to DJabberd

Url:		http://search.cpan.org/dist/%{realname}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/DJabberd/DJabberd-Plugin-JabberIqVersion-%{version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(DJabberd)
BuildArch:	noarch

%description
DJabberd::Plugin::JabberIqVersion add support for "XEP 0092, Software version" 
to DJabberd, a xmpp server framework.

%prep
%setup -q -n DJabberd-Plugin-JabberIqVersion-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# disabled, test seems to requires a update with new perl to work 
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/DJabberd/*
%{_mandir}/man3/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40-6
+ Revision: cde54e2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4585 |14cr|perl-DJabberd-Plugin-PrivateStorage-0.60-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   DJabberd-Plugin-PrivateStorage

Name:		perl-%{realname}
Version:	0.60
Release:	6
License:	GPL or Artistic
Group:		Development/Perl
Summary:    Implement private storage, as described in XEP-0049, for DJabberd

Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/DJabberd/DJabberd-Plugin-PrivateStorage-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/%{realname}

BuildRequires:	perl-devel
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(DBD::SQLite) 
BuildRequires:	perl(DJabberd)
BuildArch:	noarch

%description
Implement private storage, as described in XEP-0049, for DJabberd.

This is used by various jabber client to store room bookmark, or notes
on contact in the roster.
 
%prep
%setup -q -n DJabberd-Plugin-PrivateStorage-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# disabled until they work again
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/DJabberd/
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60-6
+ Revision: 2aa3528
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4586 |14cr|perl-DJabberd-RosterStorage-SQLite-1.00-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   DJabberd-RosterStorage-SQLite

Name:		perl-%{realname}
Version:	1.00
Release:	8
License:	GPL or Artistic
Group:		Development/Perl
Summary:	DJabber plugin to store your jabber roster in SQLite

Source0:	http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/DJabberd-RosterStorage-SQLite-%{version}.tar.bz2
# patch submitted upstream : http://lists.danga.com/pipermail/djabberd/2007-September/000401.html
# not applied however, i have been using it since 1 year
Patch0:		DJabberd-RosterStorage-SQLite-fixutf8.diff
Url:		http://search.cpan.org/dist/%{realname}

BuildRequires:	perl-devel
BuildRequires:	perl(DJabberd)
BuildRequires:	perl(DBI)
# for testing, maybe one day
# BuildRequires: perl-DBD-SQLite
Requires:	perl(DBD::SQLite)
BuildArch:	noarch

%description
DJabber plugin to store your jabber roster in SQLite.

%prep
%setup -q -n DJabberd-RosterStorage-SQLite-%{version}
%patch -p0

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# without this, djabberd try to write to its log file
export LOGLEVEL=WARN
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/DJabberd/
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.00-8
+ Revision: 0fbefb3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4587 |14cr|perl-DNS-ZoneParse-1.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    DNS-ZoneParse
%define upstream_version 1.10
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.10
Release:	3

Summary:	Parse and manipulate DNS Zone Files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/modules/by-module/DNS/DNS-ZoneParse-1.10.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module will parse a Zone File and put all the Resource Records (RRs) into
an anonymous hash structure. At the moment, the following types of RRs are
supported: SOA, NS, MX, A, CNAME, TXT, PTR. It could be useful for maintaining
DNS zones, or for transferring DNS zones to other servers. If you want to
generate an XML-friendly version of your zone files, it is easy to use
XML::Simple with this module once you have parsed the zonefile.

DNS::ZoneParse scans the DNS zonefile - removes comments and seperates the file
into its constituent records. It then parses each record and stores the records
internally. See below for information on the accessor methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/DNS
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-3
+ Revision: 7096434
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4588 |14cr|perl-DVD-Read-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DVD-Read
%define upstream_version 0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    Access to DVD IFO file using libdvdread

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DVD/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: libdvdread-devel
BuildRequires: perl-devel


%description
This module provide way to query video DVD using libdvdread.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README sample/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: 03c0b3c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4589 |14cr|perl-Email-Find-0.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 Email-Find
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Email-Find perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://www.cpan.org/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Email::Valid)
BuildArch:	noarch

%description
Email::Find is a module for finding a *subset* of RFC 822 email
addresses in arbitrary text (see the section on "CAVEATS"). The
addresses it finds are not guaranteed to exist or even actually be email
addresses at all (see the section on "CAVEATS"), but they will be valid
RFC 822 syntax.

Email::Find will perform some heuristics to avoid some of the more
obvious red herrings and false addresses, but there's only so much which
can be done without a human.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Email/Find*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-4
+ Revision: bf9a9fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4590 |14cr|perl-Email-MessageID-1.405.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-MessageID
%define upstream_version 1.405

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Generate world unique message-ids


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Email::Address)

BuildArch:	noarch

Requires:	perl(Email::Address)

%description
Message-ids are optional, but highly recommended, headers that identify a
message uniquely. This software generates a unique message-id.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Email
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.405.0-2
+ Revision: eb3abee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4591 |14cr|perl-Email-MIME-1.926.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Email-MIME
%define upstream_version 1.926

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Easy MIME message parsing

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/Email-MIME-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl(Email::Date::Format)
BuildRequires:	perl(Email::MessageID)
BuildRequires:	perl(Email::MIME::ContentType)
BuildRequires:	perl(Email::MIME::Encodings)
BuildRequires:	perl(Email::Simple)
BuildRequires:	perl(Email::Simple::Creator)
BuildRequires:	perl(MIME::Types)

BuildArch:	noarch

Obsoletes:	perl-Email-MIME-Creator <= 1.456.0
Provides:	perl-Email-MIME-Creator  = 1.456.0
Obsoletes:	perl-Email-MIME-Modifier <= 1.444.0
Provides:	perl-Email-MIME-Modifier  = 1.444.0

Requires:	perl(Email::Simple)

%description
This is an extension of the Email::Simple module, to handle MIME encoded
messages. It takes a message as a string, splits it up into its constituent
parts, and allows you access to various parts of the message. Headers are
decoded from MIME encoding.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Email
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.926.0-3
+ Revision: ad30f46
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4592 |14cr|perl-Email-MIME-Attachment-Stripper-1.317.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module      Email-MIME-Attachment-Stripper
%define upstream_version  1.317

Name:		perl-%{module}
Version:	%perl_convert_version 1.317
Release:	3
Summary:	Strip the attachments from a mail

License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Email/Email-MIME-Attachment-Stripper-1.317.tar.gz
Requires:	perl(Email::Simple::Creator)

BuildRequires:	perl-devel
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(Email::MIME)
BuildRequires:	perl(Email::MIME::Modifier)
BuildRequires:	perl(MIME::Types)
BuildRequires:	perl(Capture::Tiny)
BuildArch:	noarch

%description
Given a Email::MIME object, detach all attachments from the message. These are
then available separately.

%prep
%setup -q -n %{module}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Email
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.317.0-3
+ Revision: c2376d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4593 |14cr|perl-Email-MIME-ContentType-1.17.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Email-MIME-ContentType
%define upstream_version 1.017

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Parse a MIME Content-Type Header

License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Email/Email-MIME-ContentType-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:  perl(Capture::Tiny)
BuildArch:	noarch

%description
This module is responsible for parsing email content type headers according to
section 5.1 of RFC 2045. It returns a hash as above, with entries for the
discrete type, the composite type, and a hash of attributes.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Email
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.17.0-3
+ Revision: 5350827
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4594 |14cr|perl-Email-MIME-Encodings-1.315.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	    Email-MIME-Encodings
%define upstream_version 1.315

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	A unified interface to MIME encoding and decoding

License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Email/Email-MIME-Encodings-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Capture::Tiny)
BuildArch:	noarch

%description
This module simply wraps MIME::Base64 and MIME::QuotedPrint so that you can
throw the contents of a Content-Transfer-Encoding header at some text and have
the right thing happen.
Provides a number of useful methods for manipulating MIME messages.

%prep
%setup -q -n %{module}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Email
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.315.0-3
+ Revision: 3eeae96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4595 |14cr|perl-Email-Reply-1.203.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-Reply
%define upstream_version 1.203

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Reply to a Message

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/Email-Reply-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl(Email::Simple::Creator)
BuildRequires:	perl(Email::Abstract)
BuildRequires:	perl(Email::MIME)
BuildRequires:	perl(Email::MIME::Creator)
BuildRequires:	perl(Email::Date)
BuildArch:	noarch

%description
This software takes the hard out of generating replies to email messages.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Email
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.203.0-3
+ Revision: fa08bfd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4596 |14cr|perl-Email-Send-2.199.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Email-Send
%define upstream_version 2.199

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Simply Sending Email

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/Email-Send-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl(Email::Simple)
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(Return::Value)
Requires:	perl(Email::Date::Format)

BuildArch:	noarch

%description
This module provides a very simple, very clean, very specific interface to
multiple Email mailers. The goal of this software is to be small and simple,
easy to use, and easy to extend.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Email
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.199.0-3
+ Revision: dbb6370
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4597 |14cr|perl-Email-Sender-1.300.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-Sender
%define upstream_version 1.300011

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	An SMTP client that stays online

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl-Capture-Tiny >= 0.80
BuildRequires:	perl(Carp)
BuildRequires:	perl(Cwd)
BuildRequires:	perl(Email::Abstract)
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(Email::Simple)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Fcntl)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Net::SMTP)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sys::Hostname::Long)
BuildRequires:	perl(Throwable::Error)
BuildRequires:	perl(Try::Tiny)
# for tests
BuildRequires:	perl(Moo::Role)
BuildRequires:	perl(strictures)
BuildRequires:	perl(MooX::Types::MooseLike)
BuildRequires:	perl(Class::Method::Modifiers)




BuildArch:	noarch
Requires:	perl(Throwable::Error)

%description
An Email::Sender::Success object is just an indicator that an email message
was successfully sent. Unless extended, it has no properties of its own.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Failed 1/17 test programs. 1/126 subtests failed.
# http://deps.cpantesters.org/?module=Email::Sender
# %%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.300.11-6
+ Revision: 9dac293
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4598 |14cr|perl-Email-Simple-Creator-1.424.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module      Email-Simple-Creator
%define up_version  1.424

%if %{_use_internal_dependency_generator}
%define __noautoprov 'perl\\(Email::Simple\\)'
%else
%define _provides_exceptions perl(Email::Simple)
%endif

Name:		perl-%{module}
Version:	%perl_convert_version %{up_version}
Release:	8
Summary:	Email::Simple constructor for starting anew

License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Email/%{module}-%{up_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Email::Date)
BuildRequires:	perl(Email::Date::Format)
BuildRequires:	perl(Email::Simple)
Requires:	perl(Email::Date::Format)
BuildArch:	noarch

%description
This software provides a constructor to Email::Simple for creating
messages from scratch.

%prep
%setup -q -n %{module}-%{up_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Email
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.424.0-8
+ Revision: eddd9cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4599 |14cr|perl-Email-Valid-1.194.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name     Email-Valid
%define upstream_version 1.194

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Check validity of Internet email addresses



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl(Mail::Address)
BuildRequires:	perl(Net::DNS)
BuildArch:	noarch

%description
This module determines whether an email address is well-formed, and
optionally, whether a mail host exists for the domain or whether
the top level domain of the email address is valid.  

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Email
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.194.0-2
+ Revision: 883b358
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4600 |14cr|perl-Email-Verify-SMTP-0.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-Verify-SMTP
%define upstream_version 0.003

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Specify dependencies on external non-Perl things

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(IO::Socket::Telnet)
BuildRequires:	perl(Net::Nslookup)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
'Email::Verify::Simple' is what I came with when I needed to verify several
email addresses without actually sending them email.

To put that another way:

    *This module verifies email addresses without actually sending email to
    them.*

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-5
+ Revision: 441184e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4601 |14cr|perl-Encode-2.620.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Encode
%define upstream_version 2.62

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	2

Summary:    Character Encodings Handler





License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
Requires: perl-devel

%description
The "Encode" module provides the interfaces between Perl's strings and
the rest of the system.  Perl strings are sequences of characters.

The repertoire of characters that Perl can represent is at least that
defined by the Unicode Consortium. On most platforms the ordinal values
of the characters (as returned by "ord(ch)") is the "Unicode codepoint"
for the character (the exceptions are those platforms where the legacy
encoding is some variant of EBCDIC rather than a super-set of ASCII -
see perlebcdic).

Traditionally, computer data has been moved around in 8-bit chunks often
called "bytes". These chunks are also known as "octets" in networking
standards. Perl is widely used to manipulate data of many types - not
only strings of characters representing human or computer languages but
also "binary" data being the machine's representation of numbers, pixels
in an image - or just about anything.

When Perl is processing "binary data", the programmer wants Perl to
process "sequences of bytes". This is not a problem for Perl - as a byte
has 256 possible values, it easily fits in Perl's much larger "logical
character".


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}/%{_bindir} %{buildroot}%{_mandir}/man1

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.620.0-2
+ Revision: 1c6707c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4602 |14cr|perl-Encode-EUCJPASCII-0.30.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Encode-EUCJPASCII
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:    EucJP-ascii - An eucJP-open mapping

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Encode/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Encode)
BuildRequires: perl-devel


%description
This module provides eucJP-ascii, one of eucJP-open mappings, and its
derivative. Following encodings are supported.

  Canonical    Alias                           Description
  --------------------------------------------------------------
  eucJP-ascii                                  eucJP-ascii
               qr/\beuc-?jp(-?open)?(-?19970715)?-?ascii$/i
  x-iso2022jp-ascii                            7-bit counterpart
               qr/\b(x-)?iso-?2022-?jp-?ascii$/i
  --------------------------------------------------------------

*Note*: 'x-iso2022jp-ascii' is unofficial encoding name: It had never been
registered by any standards bodies.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std DESTDIR=%{buildroot}

%clean

%files
%doc Changes README
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-6
+ Revision: 5e94c0b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4603 |14cr|perl-Encode-HanExtra-0.230.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Encode-HanExtra
%define upstream_version 0.23

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:    Extra sets of Chinese encodings

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Encode/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Encode)
BuildRequires: perl-devel

%description
Perl 5.7.3 and later ships with an adequate set of Chinese encodings,
including the commonly used 'CP950', 'CP936' (also known as 'GBK'), 'Big5'
(alias for 'Big5-Eten'), 'Big5-HKSCS', 'EUC-CN', 'HZ', and 'ISO-IR-165'.

However, the numbers of Chinese encodings are staggering, and a complete
coverage will easily increase the size of perl distribution by several
megabytes; hence, this CPAN module tries to provide the rest of them.

If you are using Perl 5.8 or later, the Encode::CN manpage and the
Encode::TW manpage will automatically load the extra encodings for you, so
there's no need to explicitly write 'use Encode::HanExtra' if you are using
one of them already.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-6
+ Revision: 10bfa1d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4604 |14cr|perl-Encode-JIS2K-0.20.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Encode-JIS2K
%define upstream_version 0.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:    JIS X 0212 (aka JIS 2000) Encodings

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Encode/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Encode)
BuildRequires: perl-devel
Provides: perl(Encode::JIS2K::2022JP3)

%description
To find out how to use this module in detail, see the Encode manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-6
+ Revision: 039e989
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4605 |14cr|perl-encoding-warnings-0.110.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 encoding-warnings
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Warn on implicit encoding conversions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch
Provides:	perl(encoding::warnings)

%description
This perl pragma emits warnings whenever an ASCII character string
containing high-bit bytes is implicitly converted into UTF-8. It
is useful when working with mixed encoding strings.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/encoding/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-4
+ Revision: 72837b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4606 |14cr|perl-Env-Path-0.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Env-Path
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.19
Release:	3

Summary:	Advanced operations on path variables

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Env/Env-Path-0.19.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Env::Path presents an object-oriented interface to _path variables_,
defined as that subclass of _environment variables_ which name an ordered
list of filesystem elements separated by a platform-standard _separator_
(typically ':' on UNIX and ';' on Windows).

Of course, core Perl constructs such

  $ENV{PATH} .= ":/usr/local/bin";

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/envpath
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-3
+ Revision: 6bc1d04
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4607 |14cr|perl-Env-Sanctify-1.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Env-Sanctify%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Lexically scoped sanctification of %ENV

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Env/%{upstream_name}-%{upstream_version}.tar.gz
Source1:	%{name}.rpmlintrc

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Env::Sanctify is a module that provides lexically scoped manipulation and
sanctification of '%ENV'.

You can specify that it alter or add additional environment variables or
remove existing ones according to a list of matching regexen.

You can then either 'restore' the environment back manually or let the
object fall out of scope, which automagically restores.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-3
+ Revision: 36b8f3d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4608 |14cr|perl-Eval-Context-0.9.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Eval-Context
%define upstream_version 0.09.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4
Epoch:      1

Summary:    Evalute perl code in context wraper

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Eval/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:     Eval-Context-0.09.11-fix-test.patch

BuildRequires: perl(Data::Compare)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Data::TreeDumper)
BuildRequires: perl(Directory::Scratch::Structured)
BuildRequires: perl(File::Slurp)
BuildRequires: perl(JSON::PP)
BuildRequires: perl(Package::Generator)
BuildRequires: perl(Readonly)
BuildRequires: perl(Safe)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Install)
BuildRequires: perl(Symbol)
BuildRequires: perl(Term::Size)
BuildRequires: perl(Test::Block)
BuildRequires: perl(Test::Dependencies)
BuildRequires: perl(Test::Distribution)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Output)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Spelling)
BuildRequires: perl(Test::Strict)
BuildRequires: perl(Test::Warn)
BuildRequires: perl(Text::Diff)
BuildRequires: perl(Module::Build::Compat)

BuildArch:  noarch


%description
This module define a subroutine that let you evaluate Perl code in a
specific context. The code can be passed directly as a string or as a file
name to read from. It also provides some subroutines to let you define and
optionally share variables and subroutines between your code and the code
you wish to evaluate. Finally there is some support for running your code
in a safe compartment.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .fix-test

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
export LC_ALL=C
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/Eval



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.9.11-4
+ Revision: 8aacbcf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4609 |14cr|perl-Event-Lib-1.30.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   Event-Lib
%define upstream_version    1.03

Name:       perl-%{realname}
Version:    %perl_convert_version %upstream_version
Release:    6
License:    GPL or Artistic
Group:      Development/Perl
Summary:    Perl extentions for event-based programming

Source:     http://www.cpan.org/modules/by-module/Event/%{realname}-%{upstream_version}.tar.gz
Url:        http://search.cpan.org/dist/%{realname}
BuildRequires: perl-devel
BuildRequires: libevent-devel

%description
This module is a Perl wrapper around libevent(3) as available from the
http://www.monkey.org/~provos/libevent/ manpage. It allows to execute a
function whenever a given event on a filehandle happens, a timeout occurs
or a signal is received.

Under the hood, one of the available mechanisms for asynchronously dealing
with events is used. This could be 'select', 'poll', 'epoll', 'devpoll' or
'kqueue'. The idea is that you don't have to worry about those details and
the various interfaces they offer. _Event::Lib_ offers a unified interface
to all of them (but see the "CONFIGURATION" manpage further below).

Once you've skimmed through the next two sections (or maybe even now), you
should have a look at the "EXAMPLE: A SIMPLE TCP SERVER" manpage to get a
feeling about how it all fits together.

%prep
%setup -q -n %{realname}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# those tests fail with test::harness 3.x
# cf  https://rt.cpan.org/Ticket/Display.html?id=35355
# and http://rt.cpan.org/Public/Bug/Display.html?id=36130
#rm t/20_signal.t t/51_cleanup_persistent.t
# %make test

%install
%makeinstall_std

%clean

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-6
+ Revision: 60b700c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4610 |14cr|perl-Event-RPC-1.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname Event-RPC
%define filelist %{pkgname}-%{upstream_version}-filelist
%define NVR %{pkgname}-%{upstream_version}-%{release}
%define maketest 1
%define upstream_version 1.05
Name:		perl-Event-RPC
Summary:	Event-RPC - Event based transparent Client/Server RPC framework

Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	Artistic
Group:		Development/Perl
URL:		http://www.exit1.org/Event-RPC
Source:		http://search.cpan.org//CPAN/authors/id/J/JR/JRED/Event-RPC-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Event)
BuildRequires:	perl(IO::Socket::SSL)
BuildConflicts:	perl-Net_SSLeay < 1.30
BuildArch: noarch

%description
Event::RPC consists of a server and a client library. The server
exports a list of classes and methods, which are allowed to be called
over the network. More specific it acts as a proxy for objects created
on the server side (on demand of the connected clients) which handles
client side methods calls with transport of method arguments and
return values.

The object proxy handles refcounting and destruction of objects
created by clients properly. Objects as method parameters and return
values are handled as well (although with some limitations, see
below).

For the client the whole thing is totally transparent - once connected
to the server it doesn't know whether it calls methods on local or
remote objects.

Also the methods on the server newer know whether they are called
locally or from a connected client. Your application logic is not
affected by Event::RPC at all, at least if it has a rudimentary clean
OO design.

For details on implementing servers and clients please refer to the
man pages of Event::RPC::Server and Event::RPC::Client.

%prep
%setup -q -n %{pkgname}-%{upstream_version} 
chmod -R u+w %{_builddir}/%{pkgname}-%{upstream_version}

%build
grep -rsl '^#!.*perl' . |
grep -v '.bak$' |xargs --no-run-if-empty \
perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)'
CFLAGS="%{optflags}"
perl Makefile.PL `perl -MExtUtils::MakeMaker -e ' print qq|PREFIX=%{buildroot}%{_prefix}| if \$ExtUtils::MakeMaker::VERSION =~ /5\.9[1-6]|6\.0[0-5]/ '` INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std `perl -MExtUtils::MakeMaker -e ' print \$ExtUtils::MakeMaker::VERSION <= 6.05 ? qq|PREFIX=%{buildroot}%{_prefix}| : qq|DESTDIR=%{buildroot}| '`

# remove special files
find %{buildroot} -name "perllocal.pod" \
    -o -name ".packlist"                \
    -o -name "*.bs"                     \
    |xargs -i rm -f {}

# no empty directories
find %{buildroot}%{_prefix}             \
    -type d -depth                      \
    -exec rmdir {} \; 2>/dev/null

%files
%doc README Changes
%{perl_vendorlib}/Event/RPC*
%{_mandir}/man3/Event::RPC*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-3
+ Revision: 2b30e20
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4611 |14cr|perl-Event-XML-Sync-1.0.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Event-XML-Sync
%define upstream_version 1.0

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	12

Summary:	A Perl module to run synchronized XML stream

License:	GPL
Group:		Development/Perl
Url:		ftp://ftp.inria.fr/INRIA/Atoll/Eric.Clergerie/TAG/
Source0:	ftp://ftp.inria.fr/INRIA/Atoll/Eric.Clergerie/TAG/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module may be used to developp application wrappers to be
installed in XML pipelines.

The wrapper expects some XML input. It sends some bits of
information to the wrapped application and information the
returned information (when arriving) in the input XML stream
(by adding, modifying or deleting XML elements). Output XML is
produced for the next wrapper in the pipeline.

The key point is that wrappers are non-blocking, i.e. a
wrapper do not stop waiting for information to be returned by
the wrapped application. To achieve that, the wrapper needs
some kind of synchronization to correlate the returned
information with the input XML stream.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Event
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-12
+ Revision: 27ddb6f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4612 |14cr|perl-Excel-Template-0.340.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Excel-Template
%define upstream_version 0.34
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.34
Release:	3

Summary:	Templating module that generates Excel

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Excel/Excel-Template-0.34.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Spreadsheet::WriteExcel)
BuildRequires:	perl(Spreadsheet::WriteExcel::Utility)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(XML::Parser)
BuildArch:	noarch

%description
This is a module used for templating Excel files. Its genesis came from the
need to use the same datastructure as the HTML::Template manpage, but
provide Excel files instead. The existing modules don't do the trick, as
they require replication of logic that's already been done within the
HTML::Template manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.340.0-3
+ Revision: 312e456
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4613 |14cr|perl-Excel-Template-Plus-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Excel-Template-Plus
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Testing module for use with Excel::Template::Plus

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Excel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Excel::Template)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(IO::String)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Param)
BuildRequires:	perl(Spreadsheet::ParseExcel)
BuildRequires:	perl(Template)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module is an extension of the Excel::Template module, which allows the
user to use various "engines" from which you can create Excel files through
Excel::Template.

The idea is to use the existing (and very solid) excel file generation code
in Excel::Template, but to extend its more templatey bits with more
powerful options.

The only engine currently provided is the Template Toolkit engine, which
replaces Excel::Template's built in template features (the LOOP, and IF
constructs) with the full power of TT. This is similar to the module
Excel::Template::TT, but expands on that even further to try and create a
more extensive system.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: f613729
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4614 |14cr|perl-Exception-Class-TryCatch-1.130.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Exception-Class-TryCatch
%define upstream_version 1.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Syntactic tryE<sol>catch sugar for use with Exception::Class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Exception/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Exception::Class::TryCatch provides syntactic sugar for use with the
Exception::Class manpage using the familiar keywords 'try' and 'catch'. Its
primary objective is to allow users to avoid dealing directly with '$@' by
ensuring that any exceptions caught in an 'eval' are captured as the
Exception::Class manpage objects, whether they were thrown objects to begin
with or whether the error resulted from 'die'. This means that users may
immediately use 'isa' and various the Exception::Class manpage methods to
process the exception. 

In addition, this module provides for a method to push errors onto a hidden
error stack immediately after an 'eval' so that cleanup code or other error
handling may also call 'eval' without the original error in '$@' being
lost.

Inspiration for this module is due in part to Dave Rolsky's article
"Exception Handling in Perl With Exception::Class" in _The Perl Journal_
(Rolsky 2004).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.130.0-3
+ Revision: 01dc778
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4615 |14cr|perl-ex-lib-0.900.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ex-lib
%define upstream_version 0.90

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	The same as C<lib>, but makes relative path absolute

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ex/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-PathTools
BuildRequires:	perl(lib::abs) >= 0.900.0
BuildArch:	noarch
Requires:	perl(lib::abs) >= 0.900.0
Provides:	perl(ex::lib) = %{version}-%{release}

%description
The same as C<lib>, but makes relative path absolute

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.900.0-5
+ Revision: c339213
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4616 |14cr|perl-Expect-Simple-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Expect-Simple
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl wrapper around the Expect module  

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DJ/DJERIUS/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Expect)
BuildArch:	noarch

%description
Expect::Simple is a wrapper around the Expect module which should suffice for 
simple applications. It hides most of the Expect machinery; the Expect object 
is available for tweaking if need be.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc README
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: b7bbfb2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4617 |14cr|perl-Exporter-5.680.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Exporter
%define upstream_version 5.68

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 5.68
Release:    4

Summary:    Implements default import method for modules


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/authors/id/T/TO/TODDR/Exporter-5.68.tar.gz

BuildArch: noarch
BuildRequires:	perl-devel

%description
The Exporter module implements an 'import' method which allows a module to
export functions and variables to its users' namespaces. Many modules use
Exporter rather than implementing their own 'import' method because
Exporter provides a highly flexible interface, with an implementation
optimised for the common case.

Perl automatically calls the 'import' method when processing a 'use'
statement for a module. Modules and 'use' are documented in the perlfunc
manpage and the perlmod manpage. Understanding the concept of modules and
how the 'use' statement operates is important to understanding the
Exporter.

How to Export
    The arrays '@EXPORT' and '@EXPORT_OK' in a module hold lists of symbols
    that are going to be exported into the users name space by default, or
    which they can request to be exported, respectively. The symbols can
    represent functions, scalars, arrays, hashes, or typeglobs. The symbols
    must be given by full name with the exception that the ampersand in
    front of a function is optional, e.g.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.680.0-4
+ Revision: bc48d8c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4618 |14cr|perl-Exporter-Declare-0.113.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Exporter-Declare
%define upstream_version 0.113

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Export class for exports that should be

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Exporter/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Fennec::Lite) >= 0.4.0
BuildRequires: perl(Meta::Builder) >= 0.3.0
BuildRequires: perl(Module::Build) >= 0.400.0
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Exception) >= 0.290.0
BuildRequires: perl(Test::Simple) >= 0.880.0
BuildRequires: perl(aliased)
BuildArch:  noarch

%description
Exporter::Declare is a meta-driven exporting tool. Exporter::Declare tries
to adopt all the good features of other exporting tools, while throwing
away horrible interfaces. Exporter::Declare also provides hooks that allow
you to add options and arguments for import. Finally, Exporter::Declare's
meta-driven system allows for top-notch introspection.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.113.0-3
+ Revision: 7de3008
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4619 |14cr|perl-Exporter-Lite-0.50.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 Exporter-Lite
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Exporter-Lite perl module



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Exporter/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is an alternative to Exporter intended to provide a lightweight
subset of its functionality.  It supports "import()", @EXPORT and
@EXPORT_OK and not a whole lot else.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/Exporter/Lite.pm
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-2
+ Revision: ef3e930
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4620 |14cr|perl-ExtUtils-AutoInstall-0.630.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-AutoInstall
%define upstream_version 0.63

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	ExtUtils::AutoInstall - Automatic install of dependencies via CPAN

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		eai.patch

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Sort::Versions) >= 1.2
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(CPAN)
BuildRequires:	ncftp
BuildArch:	noarch

%description
ExtUtils-AutoInstall module for perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
make

#check
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/ExtUtils/AutoInstall.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.630.0-4
+ Revision: 638c614
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4621 |14cr|perl-ExtUtils-CChecker-0.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-CChecker
%define upstream_version 0.09

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Configure-time utilities for using C headers,

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/ExtUtils-CChecker-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(File::Slurp)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel
BuildArch: noarch

%description
Often Perl modules are written to wrap functionallity found in existing C
headers, libraries, or to use OS-specific features. It is useful in the
_Build.PL_ or _Makefile.PL_ file to check for the existance of these
requirements before attempting to actually build the module.

Objects in this class provide an extension around the ExtUtils::CBuilder
manpage to simplify the creation of a _.c_ file, compiling, linking and
running it, to test if a certain feature is present.

It may also be necessary to search for the correct library to link against,
or for the right include directories to find header files in. This class
also provides assistance here.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-3
+ Revision: b88484b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4622 |14cr|perl-ExtUtils-Command-1.180.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-Command
%define upstream_version 1.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Utilities to replace common UNIX commands in Makefiles etc

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Command-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildArch:	noarch

%description
Thin wrapper around ExtUtils::Command. See the ExtUtils::Command manpage
for a description of available commands.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.180.0-3
+ Revision: 03da831
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4623 |14cr|perl-ExtUtils-configPL-1.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 ExtUtils-configPL
%define upstream_version 1.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl extension to automagiclly configure perl scripts 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/P/PE/PEASE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel

BuildArch:	noarch

%description
This module is used to add configuration information to a perl script, and is
meant to be used with the ExtUtils::MakeMaker module.

ExtUtils::configPL is not a "normal" Perl extension. It does add or encapsulate
functionality to your script, but it filters the script, replacing tags with
items from the Config module, writing the resulting script to a new file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/ExtUtils
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-4
+ Revision: 12dc8b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4624 |14cr|perl-ExtUtils-Install-1.680.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-Install
%define upstream_version 1.68

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(VMS::Filespec\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Yet another framework for writing test scripts




License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Cwd)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Compare)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildArch:	noarch

%description
*STOP!* If you're just getting started writing tests, have a look at
Test::Simple first. This is a drop in replacement for Test::Simple which
you can switch to once you get the hang of basic testing.

The purpose of this module is to provide a wide range of testing utilities.
Various ways to say "ok" with better diagnostics, facilities to skip tests,
test future features and compare complicated data structures. While you can
do almost anything with a simple 'ok()' function, it doesn't provide good
diagnostic output.

I love it when a plan comes together
    Before anything else, you need a testing plan. This basically declares
    how many tests your script is going to run to protect against premature
    failure.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.680.0-2
+ Revision: cfee971
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4625 |14cr|perl-ExtUtils-LibBuilder-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-LibBuilder
%define upstream_version 0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    A tool to build C libraries

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildRequires: perl-devel
BuildArch: noarch

%description
A tool to build C libraries

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: 4557ec3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4626 |14cr|perl-ExtUtils-MakeMaker-6.980.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-MakeMaker
%define upstream_version 6.98

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Writes Makefiles for extensions

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:     ExtUtils-MakeMaker-6.59-prevent-bundled-copies.patch
# append to config cflags debian #628522
Patch1:     ExtUtils-MakeMaker-6.62-append_to_config_cflags_instead_of_overriding.patch

BuildRequires: perl(Data::Dumper)
BuildRequires: perl(DirHandle)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec) >= 0.800.0
BuildRequires: perl(Pod::Man)
BuildRequires: perl(JSON::PP)
BuildRequires: perl-devel
BuildRequires: perl-CPAN-Meta
BuildArch:  noarch

%description
Include all the modules bundled with MakeMaker in @INC so
ExtUtils::MakeMaker will load.

This is for bootstrapping the process of deciding how much of the bundles
we need.

copy_bundles() copies the contents of each bundle, if necessary, into inc/
as a flattened module directory that MakeMaker can install.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0 -b .nobundled
%patch1 -p3

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std
mv %{buildroot}/%{_bindir}/instmodsh   %{buildroot}/%{_bindir}/instmodsh.%{upstream_version}
mv %{buildroot}/%{_mandir}/man1/instmodsh.1 %{buildroot}/%{_mandir}/man1/instmodsh.%{upstream_version}.1

%files
%doc Changes INSTALL META.json META.yml MYMETA.yml NOTES PATCHING README TODO
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.980.0-3
+ Revision: 54576c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4627 |14cr|perl-ExtUtils-MakeMaker-Coverage-0.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 ExtUtils-MakeMaker-Coverage
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Add a Makefile target to determine test coverage using Devel::Cover

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/S/SM/SMPETERS/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Devel::Cover)
BuildRequires:	perl(Object::Accessor)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Pod::Coverage)
BuildArch:	noarch
Requires:	perl(Devel::Cover)
Requires:	perl(Object::Accessor)


%description
This module adds an additional target to the Makefile generated by
ExtUtils::MakeMaker. The target, testcover, calls cover, the command-line
script to generate test coverage statistics, to clean up any data from a
previous run. It then runs the tests, as if make test was run, then calls cover
again to generate the coverage statistics.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/ExtUtils
%{_mandir}/*/*
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-4
+ Revision: 3732f72
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4628 |14cr|perl-ExtUtils-Manifest-1.630.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-Manifest
%define upstream_version 1.63
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Utilities for managing MANIFEST files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Manifest-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildArch:	noarch

%description
Functions
    ExtUtils::Manifest exports no functions by default. The following are
    exported on request

    * mkmanifest

          mkmanifest();

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.630.0-3
+ Revision: 861a864
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4629 |14cr|perl-ExtUtils-PerlPP-0.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 ExtUtils-PerlPP
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} module for perl

License:	GPL
Group:		Development/Perl
Url:		http://www.cpan.org
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
%{upstream_name} module for perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/ExtUtils
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-4
+ Revision: 7646bb4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4630 |14cr|perl-ExtUtils-XSBuilder-0.280.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-XSBuilder
%define upstream_version 0.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Epoch:		1

Summary:	ExtUtils::XSBuilder - Automatic XS glue code generation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Parse::RecDescent)
BuildRequires:	perl(Tie::IxHash)

BuildArch:	noarch

# not automatically detected:
Requires:	perl(Parse::RecDescent)
Requires:	perl(Tie::IxHash)

%description
ExtUtils::XSBuilder is a set modules to parse C header files and create XS
glue code and documentation out of it. Idealy this allows to "write" an
interface to a C library without coding a line. Since no C-API is ideal,
some adjuments are necessary most of the time. So to use this module you
must still be familiar with C and XS programming, but it removes a lot of
stupid work and copy&paste from you. Also when the C API changes, most
of the time you only have to rerun XSBuilder to get your new Perl API.
 
%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/ExtUtils/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.280.0-4
+ Revision: 26e7318
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4631 |14cr|perl-ExtUtils-XSpp-0.170.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-XSpp
%define upstream_version 0.1700

%define debug_package %{nil}

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.1700
Release:	4

Summary:	A tiny C++ class example that holds a string and an int

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-XSpp-0.1700.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::MD5) >= 2.0.0
BuildRequires:	perl(ExtUtils::ParseXS) >= 2.220.200
BuildRequires:	perl(Module::Build) >= 0.380.0
BuildRequires:	perl(Test::Base)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl-devel
Requires:	perl(ExtUtils::ParseXS) >= 2.220.0
Provides:	perl(ExtUtils::XSpp::Lexer)

%description
Anything that does not look like a XS++ directive or a class declaration is
passed verbatim to XS.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.json META.yml README examples
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-4
+ Revision: e832adc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4632 |14cr|perl-FCGI-ProcManager-0.240.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 FCGI-ProcManager
%define upstream_version 0.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.24
Release:	3

Summary:	Functions for managing FastCGI applications

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/FCGI/FCGI-ProcManager-0.24.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
FCGI::ProcManager is used to serve as a FastCGI process manager. By
re-implementing it in perl, developers can more finely tune performance in
their web applications, and can take advantage of copy-on-write semantics
prevalent in UNIX kernel process management.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/FCGI
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.240.0-3
+ Revision: b50383c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4633 |14cr|perl-FCGI-ProcManager-MaxRequests-0.20.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    FCGI-ProcManager-MaxRequests
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Restrict max number of requests by each child

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/FCGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(FCGI::ProcManager)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
FCGI-ProcManager-MaxRequests is a extension of FCGI-ProcManager that allow
restrict fastcgi processes to process only limiting number of requests.
This may help avoid growing memory usage and compensate memory leaks.

This module subclass the FCGI::ProcManager manpage. After server process
max_requests number of requests, it simple exit, and manager starts another
server process. Maximum number of requests can be set from PM_MAX_REQUESTS
environment variable, max_requests - constructor argument and max_requests
accessor.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-6
+ Revision: 9c8a411
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4634 |14cr|perl-Feed-Find-0.07-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Feed-Find

Name:		perl-%{module}
Version:	0.07
Release:	4
Summary:	Perl Module for Syndication feed auto-discovery

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}/
Source0:	http://www.cpan.org/modules/by-module/XML/%{module}-%{version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Class::ErrorHandler)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(URI)
BuildRequires:	perl(LWP)
BuildArch:	noarch

%description
Perl Module for Syndication feed auto-discovery.

Feed::Find implements feed auto-discovery for finding syndication feeds, 
given a URI. It (currently) passes all of the auto-discovery tests at 
http://diveintomark.org/tests/client/autodiscovery/ .

Feed::Find will discover the following feed formats:

RSS 0.91
RSS 1.0
RSS 2.0
Atom

%prep
%setup -q -n %{module}-%{version}

%build
SKIP_SAX_INSTALL=1 perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# requires network access
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Feed/Find*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.07-4
+ Revision: 007cd65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4635 |14cr|perl-Fennec-Lite-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Fennec-Lite
%define upstream_version 0.004

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Minimalist Fennec, the commonly used bits

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Fennec/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(List::Util)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
the Fennec manpage does a ton, but it may be hard to adopt it all at once.
It also is a large project, and has not yet been fully split into component
projects. Fennec::Lite takes a minimalist approach to do for Fennec what
Mouse does for Moose.

Fennec::Lite is a single module file with no non-core dependencies. It can
easily be used by any project, either directly, or by copying it into your
project. The file itself is less than 300 lines of code at the time of this
writing, that includes whitespace.

This module does not cover any of the more advanced features such as result
capturing or SPEC workflows. This module only covers test grouping and
group randomization. You can also use the FENNEC_ITEM variable with a group
name or line number to run a specific test group only. Test::Builder is
used under the hood for TAP output.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-3
+ Revision: b46f871
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4636 |14cr|perl-File-Cache-0.160.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-Cache
%define	upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} module for perl

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/~dclinton/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DC/DCLINTON/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
%{upstream_name} perl module

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
chmod 755 %{buildroot}%{perl_vendorlib}/File/Cache.pm

%files
%doc CHANGES CREDITS README TODO
%{perl_vendorlib}/File/Cache.pm
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-4
+ Revision: 68213f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4637 |14cr|perl-File-Cat-1.200.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	File-Cat
%define	upstream_version	1.2

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	7
Summary:	Perl implementation of cat(1)

License:	GPL or Artistic
Group:		Development/Perl
Source:		http://search.cpan.org/CPAN/authors/id/F/FI/FIMM/File-Cat-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{module}
BuildRequires:	perl-devel
Requires:	perl 
BuildArch:	noarch

%description
File::Cat is a module of adventure, danger, and low cunning. With it,
you will explore some of the most inane programs ever seen by
mortals. No computer should be without one!

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%{perl_vendorlib}/File/Cat.pm
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.200.0-7
+ Revision: 8c12e3a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4638 |14cr|perl-File-ChangeNotify-0.240.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-ChangeNotify
%define upstream_version 0.24

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(IO::KQueue\\)'
%else
%define _requires_exceptions perl(IO::KQueue)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Inotify-based watcher subclass

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/File-ChangeNotify-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:  perl(Class::Load)
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Module::Pluggable::Object)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Params::Validate)
BuildRequires:	perl(MooseX::SemiAffordanceAccessor)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Time::HiRes)

BuildArch: noarch

%description
This module provides an API for creating a the File::ChangeNotify::Watcher
manpage subclass that will work on your platform.

Most of the documentation for this distro is in the
File::ChangeNotify::Watcher manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.240.0-3
+ Revision: d7ea3f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4639 |14cr|perl-File-chdir-0.100.800-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-chdir
%define upstream_version 0.1008

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.1008
Release:	3

Summary:	A more sensible way to change directories

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/File-chdir-0.1008.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl's chdir() has the unfortunate problem of being very, very, very
global.  If any part of your program calls chdir() or if any library
you use calls chdir(), it changes the current working directory for
the B<whole> program.

File::chdir gives you an alternative, $CWD and @CWD.  These two
variables combine all the power of C<chdir()>, File::Spec and Cwd.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc Changes
%dir %{perl_vendorlib}/File
%{perl_vendorlib}/File/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.800-3
+ Revision: cce924a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4640 |14cr|perl-File-chmod-0.400.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-chmod
%define upstream_version 0.40

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Implements symbolic and ls chmod modes  

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/File/File-chmod-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
File::chmod is a utility that allows you to bypass system calls or bit
processing of a file's permissions. It overloads the chmod() function with its
own that gets an octal mode, a symbolic mode (see below), or an "ls" mode (see
below). If you wish not to overload chmod(), you can export symchmod() and
lschmod(), which take, respectively, a symbolic mode and an "ls" mode.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3*/*
%{perl_vendorlib}/File



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.400.0-3
+ Revision: ecd4d56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4641 |14cr|perl-File-Copy-Link-0.113.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Copy-Link
%define upstream_version 0.113

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.113
Release:	3

Summary:	Reading and resolving symbolic links

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/File-Copy-Link-0.113.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::Spec)
BuildArch:	noarch

%description
'File::Spec::Link' is an extension to 'File::Spec', adding methods for
resolving symbolic links; it was created to implement 'File::Copy::Link'.

* 'linked($link)'

  Returns the filename linked to by '$link': by 'readlink'ing '$link', and
  resolving that path relative to the directory of '$link'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{perl_vendorlib}/*
%{_bindir}/copylink
%{_mandir}/man3/*
%{_mandir}/man1/copylink.1.xz


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.113.0-3
+ Revision: 0c29951
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4642 |14cr|perl-File-Edit-0.3.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	File-Edit

Summary:	File::Edit for inplace-editing of files

Name:		perl-%{module}
Version:	0.3.1
Release:	12
License:	GPL or Artistic
Group:		Development/Perl
Source0:	%{module}-%{version}.tar.bz2
Url:		http://www.cpan.org
Buildrequires:	perl-devel
Requires:	perl 
Buildarch:	noarch

%description
File::Edit is a Perl module which defines an easy to use interface for
inplace-editing of files. You can delete only one pattern or all
lines where the pattern matches.


%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%clean 

%files 
%doc MANIFEST 
%{perl_vendorlib}/File
%{perl_vendorlib}/auto/File
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-12
+ Revision: a15082e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4643 |14cr|perl-File-Fetch-0.480.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Fetch
%define upstream_version 0.48

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A generic file fetching mechanism

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/File-Fetch-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-version
BuildRequires:	perl(HTML::HeadParser)
BuildRequires:	perl(IPC::Cmd) >= 0.420.0
BuildArch:	noarch

%description
File::Fetch is a generic file fetching mechanism.

It allows you to fetch any file pointed to by a ftp, http, file, or rsync uri
by a number of different means.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc README CHANGES
%{perl_vendorlib}/File
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.480.0-3
+ Revision: 18928d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4644 |14cr|perl-File-Finder-0.530.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Finder
%define upstream_version 0.53

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Steps for File::Finder

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Glob)
BuildArch:	noarch

%description
'File::Find' is great, but constructing the 'wanted' routine can sometimes
be a pain. This module provides a 'wanted'-writer, using syntax that is
directly mappable to the _find_ command's syntax.

Also, I find myself (heh) frequently just wanting the list of names that
match. With 'File::Find', I have to write a little accumulator, and then
access that from a closure. But with 'File::Finder', I can turn the problem
inside out.

A 'File::Finder' object contains a hash of 'File::Find' options, and a
series of steps that mimic _find_'s predicates. Initially, a 'File::Finder'
object has no steps. Each step method clones the previous object's options
and steps, and then adds the new step, returning the new object. In this
manner, an object can be grown, step by step, by chaining method calls.
Furthermore, a partial sequence can be created and held, and used as the
head of many different sequences.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.530.0-5
+ Revision: 455e472
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4645 |14cr|perl-File-Find-Iterator-0.400.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module File-Find-Iterator
%define upstream_version 0.4

Summary: 	Iterator interface for search files

Name: 		perl-%{module}
Version: 	%perl_convert_version 0.4
Release: 	6
License: 	GPL or Artistic
Group: 		Development/Perl
Source: 	http://search.cpan.org/CPAN/authors/id/T/TE/TEXMEC/File-Find-Iterator-0.4.tar.gz
Url: 		http://search.cpan.org/dist/%{module}
BuildRequires: perl-devel
BuildRequires: perl(Class::Iterator)
BuildArch: noarch

%description
Find::File::Iterator is an iterator object for searching through
directory trees. You can easily run filter on each file name. You 
can easily save the search state when you want to stop the search
and continue the same search later.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/*/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.400.0-6
+ Revision: 48580a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4646 |14cr|perl-File-Find-Object-0.2.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Find-Object
%define upstream_version v0.2.8

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.2.11
Release:	3

Summary:	File::Find like object


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-v0.2.11.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::XSAccessor)
BuildArch:	noarch

%description
File::Find::Object does same job of File::Find but trough an object and
using an iterator. It allow to perform multiple tree parsing in same
application.

%prep
%setup -qn %{upstream_name}-v%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{_mandir}/*/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.11-3
+ Revision: 6695427
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4647 |14cr|perl-File-Find-Rule-VCS-1.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Find-Rule-VCS
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Exclude files/directories for Version Control Systems

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Many tools need to be equally useful both on ordinary files, and on code
that has been checked out from revision control systems.

*File::Find::Rule::VCS* provides quick and convenient methods to exclude
the version control directories of several major Version Control Systems
(currently CVS, subversion, and Bazaar).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-5
+ Revision: 99ca296
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4648 |14cr|perl-File-Find-Upwards-1.102.30-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Find-Upwards
%define upstream_version 1.102030

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Look for a file in the current directory and upwards

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Attribute::Memoize)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Provides a function that can find a file in the current or a parent
directory.

* file_find_upwards()

  Takes a filename and looks for the file in the current directory. If
  there is no such file, it traverses up the directory hierarchy until it
  finds the file or until it reaches the topmost directory. If the file is
  found, the full path to the file is returned. If the file is not found,
  undef is returned.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.102.30-5
+ Revision: 300eb61
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4649 |14cr|perl-File-Flat-1.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Flat
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl module that implements a flat filesystem 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-ExtUtils-AutoInstall >= 0.49
BuildRequires:	perl-prefork >= 0.02
BuildRequires:	perl-File-NCopy >= 0.32
BuildRequires:	perl(Test::More) >= 0.47
BuildRequires:	perl(Test::ClassAPI) >= 1.02
BuildRequires:	perl(File::Find) >= 1.0
BuildRequires:	perl(File::Spec) >= 0.85
BuildRequires:	perl(File::Copy) >= 2.08
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl-File-Slurp >= 9999.04
BuildRequires:	perl(File::Remove) >= 0.21
BuildRequires:	perl(File::Temp) >= 0.14
BuildRequires:	perl(IO::File) >= 1.10
BuildRequires:  perl(File::Copy::Recursive)
BuildArch:	noarch
Requires:	perl-prefork >= 0.02

%description
File::Flat implements a flat filesystem. A flat filesystem is a
filesystem in which directories do not exist. It provides an abstraction
over any normal filesystem which makes it appear as if directories do
not exist. In effect, it will automatically create directories as
needed. This is create for things like install scripts and such, as you
never need to worry about the existance of directories, just write to a
file, no matter where it is.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/File/Flat.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-4
+ Revision: 3cd30b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4650 |14cr|perl-File-Grep-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-Grep
%define	upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A grep function taking a list of files as argument

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MN/MNEYLON/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
File::Grep provides similar functionality as perl's builtin grep, map,
and foreach commands, but iterating over a passed filelist instead of
arrays.  While trivial, this module can provide a quick dropin when
such functionality is needed.

%prep
%setup -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc README Changes
%{perl_vendorlib}/File
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: 815996f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4651 |14cr|perl-FileHandle-Deluxe-0.92-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name FileHandle-Deluxe

Summary:	FileHandle-Deluxe module for perl 

Name:		perl-%{real_name}
Version:	0.92
Release:	7
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
FileHandle::Deluxe works like a regular FileHandle object, with the
addition of doing the routine file handle chores for you.
FileHandle::Deluxe (FD) is targeted at beginning Perl users who usually
find those tasks intimidating and often elect to skip them rather than
learn how to do them. FileHandle::Deluxe defaults to a set of best
practices for working with file handles.

%prep
%setup -q -n %{real_name}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc README
%{perl_vendorlib}/FileHandle/Deluxe.pm
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.92-7
+ Revision: 525efc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4652 |14cr|perl-FileHandle-Rollback-1.06-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name FileHandle-Rollback

Summary:	FileHandle-Rollback module for perl 

Name:		perl-%{real_name}
Version:	1.06
Release:	6
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
FileHandle::Rollback allows you to open a filehandle, write data to that
handle, read the data back exactly as if it were already in the file,
then cancel the whole transaction if you choose.

%prep
%setup -q -n %{real_name}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc README
%{perl_vendorlib}/FileHandle/Rollback.pm
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.06-6
+ Revision: 4fa8ed2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4653 |14cr|perl-File-HomeDir-PathClass-1.112.60-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-HomeDir-PathClass
%define upstream_version 1.112060

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 1.112060
Release:    3

Summary:    File::HomeDir returning Path::Class objects

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/File/File-HomeDir-PathClass-1.112060.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(English)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Path::Class)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildArch: noarch


%description
This module is just a wrapper around the File::HomeDir manpage methods,
transforming their return value to the Path::Class manpage objects. This
allows for easier usage of the value.

Refer to the File::HomeDir#METHODS manpage for a list of which functions
are supported.

'File::HomeDir::PathClass' supports both original the File::HomeDir manpage
interfaces.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.112.60-3
+ Revision: 684896b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4654 |14cr|perl-File-LibMagic-1.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	File-LibMagic
%define upstream_version 1.01

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Perl wrapper for libmagic


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/File/File-LibMagic-%{upstream_version}.tar.gz

Buildrequires:	perl-devel
BuildRequires:	magic-devel

%description
The File::LibMagic is a simple perlinterface to libmagic from the
file-4.x package

%prep
%setup -q -n %{module}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
#make test

%files 
%doc README
%{perl_vendorarch}/File
%{perl_vendorarch}/auto/File
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-2
+ Revision: 58e381c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4655 |14cr|perl-File-List-0.3.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module   File-List

Name:		perl-%{module}
Version:	0.3.1
Release:	6
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Perl extension for crawling directory trees and compiling lists of files

Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/File/%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module crawls the directory tree starting at the provided base
directory and can return files (and/or directories if desired) matching a
regular expression

%prep
%setup -q -n File/List 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-6
+ Revision: a0fc3cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4656 |14cr|perl-File-Lockf-0.200.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Lockf
%define upstream_version 0.20

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary: 	%{upstream_name} module for perl

License: 	GPL+ or Artistic
Group: 		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0: 	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel

%description
File-Lockf module for perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%clean 

%files
%defattr(444,root,root,755)
%doc COPYRIGHT README
%dir %{perl_vendorlib}/*/File
%{perl_vendorlib}/*/File/lockf.pm
%dir %{perl_vendorlib}/*/auto/File
%dir %{perl_vendorlib}/*/auto/File/lockf
%{perl_vendorlib}/*/auto/File/lockf/lockf.so
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-5
+ Revision: b4d8fc7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4657 |14cr|perl-File-Modified-0.70.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Modified
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	File::Modified - checks intelligently if files have changed

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/C/CO/CORION/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Modified module is intended as a simple method for programs to detect
whether configuration files (or modules they rely on) have changed. There are
currently two methods of change detection implemented, mtime and MD5.
The MD5 method will fall back to use timestamps if the Digest::MD5 module
cannot be loaded.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README example
%{perl_vendorlib}/File/Modified.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-4
+ Revision: 72b4724
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4658 |14cr|perl-File-Next-1.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 File-Next
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	File-finding iterator

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
File::Next is a lightweight, taint-safe file-finding module. It's lightweight
and has no non-core prerequisites.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test 

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/File
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-3
+ Revision: adf7c22
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4659 |14cr|perl-File-NFSLock-1.210.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-NFSLock
%define	upstream_version 1.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} module for perl

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/~bbb/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BB/BBB/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
%{upstream_name} perl module

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/File/NFSLock.pm
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.210.0-4
+ Revision: 7cff43e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4660 |14cr|perl-File-Path-2.90.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Path
%define upstream_version 2.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 2.09
Release:	4

Summary:	File path and name utilities


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/File-Path-2.09.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Cwd)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildArch:	noarch

%description
This module provide a convenient way to create directories of arbitrary
depth and to delete an entire directory subtree from the filesystem.

The following functions are provided:

* make_path( $dir1, $dir2, .... )

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.90.0-4
+ Revision: 8647f14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4661 |14cr|perl-File-PathList-1.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-PathList
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Find a file within a set of paths (like @INC or Java classpaths)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Many systems that map generic relative paths to absolute paths do so with a
set of base paths.

For example, perl itself when loading classes first turn a 'Class::Name'
into a path like 'Class/Name.pm', and thens looks through each element of
'@INC' to find the actual file.

To aid in portability, all relative paths are provided as unix-style
relative paths, and converted to the localised version in the process of
looking up the path.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-5
+ Revision: 035b5d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4662 |14cr|perl-File-Path-Tiny-0.700.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Path-Tiny
%define upstream_version 0.7

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Recursive versions of mkdir() and rmdir() without File::Path overhead

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/File-Path-Tiny-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
The goal here is simply to provide recursive versions of the mkdir
manpage() and the rmdir manpage() with as little code and overhead as
possible.

This module is in no way meant to derogate the File::Path manpage and is in
no way an endorsement to go out and replace all use of the File::Path
manpage with the File::Path::Tiny manpage.

the File::Path manpage is very good at what it does but there's simply a
lot happening that we can do without much of the time.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.700.0-3
+ Revision: 30c6784
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4663 |14cr|perl-File-pushd-1.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-pushd
%define upstream_version 1.007

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Change directory temporarily for a limited scope


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cwd)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)

BuildArch:	noarch

%description
File::pushd does a temporary 'chdir' that is easily and automatically
reverted, similar to 'pushd' in some Unix command shells. It works by
creating an object that caches the original working directory. When the
object is destroyed, the destructor calls 'chdir' to revert to the original
working directory. By storing the object in a lexical variable with a
limited scope, this happens automatically at the end of the scope.

This is very handy when working with temporary directories for tasks like
testing; a function is provided to streamline getting a temporary directory
from the File::Temp manpage.

For convenience, the object stringifies as the canonical form of the
absolute pathname of the directory entered.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-2
+ Revision: ca1c5ea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4664 |14cr|perl-File-ReadBackwards-1.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-ReadBackwards
%define upstream_version 1.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl extension for reading a file backwards by lines

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module reads a file backwards line by line. It is simple to use,
memory efficient and fast. It supports both an object and a tied handle
interface.

It is intended for processing log and other similar text files which
typically have their newest entries appended to them. By default files are
assumed to be plain text and have a line ending appropriate to the OS. But
you can set the input record separator string on a per file basis.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-4
+ Revision: e9ddb2f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4665 |14cr|perl-File-Rsync-0.430.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-Rsync
%define	upstream_version 0.43

%define debug_package %{nil}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	8

Summary:	Perl module interface to rsync

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		%{name}-0.42.build.patch

BuildRequires:	perl-devel
BuildRequires:	rsync

%description
Perl Convenience wrapper for the rsync(1) program. Written for rsync-2.3.2 and
updated for rsync-2.6.0 but should perform properly with most recent versions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%files 
%doc README Changelog
%{perl_vendorarch}/File
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.430.0-8
+ Revision: 5b820e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4666 |14cr|perl-File-RsyncP-0.700.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 File-RsyncP
%define upstream_version 0.70

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl Rsync client

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

Buildrequires:	perl-devel

%description
File::RsyncP is a perl implementation of an Rsync client. It is compatible
with Rsync 2.5.5 (protocol version 26). It can send or receive files, either
by running rsync on the remote machine, or connecting to an rsyncd daemon on
the remote machine.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE='%{optflags}'
make

%install
%makeinstall_std

%check
%make test

%clean 

%files 
%doc README
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.700.0-4
+ Revision: 6769d2b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4667 |14cr|perl-File-Scan-1.430.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-Scan
%define	upstream_version 1.43

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl extension for Scanning files for Viruses

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The File::Scan module is designed to allow users to scan files for known
viruses. Its purpose is to provide a perl module to make platform
independent virus scanners.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%files
%doc docs/write_sign_bin.txt
%doc examples/*
%doc FAQ README Changes TODO
%dir %{perl_vendorlib}/File
%{perl_vendorlib}/File/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.430.0-4
+ Revision: 1162c27
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4668 |14cr|perl-File-SearchPath-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-SearchPath
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Search for a file in an environment variable path

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TJ/TJENNESS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
This module provides the ability to search a path-like environment variable for
a file (that does not necessarily have to be an executable).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README
%{perl_vendorlib}/File/SearchPath.pm
%{_mandir}/man3/File::SearchPath.3pm*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-4
+ Revision: c10c6ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4669 |14cr|perl-File-ShareDir-Install-0.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-ShareDir-Install
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Install shared files
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/File-ShareDir-Install-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::Dir)
BuildArch:	noarch

%description
File::ShareDir::Install allows you to install read-only data files from a
distribution. It is a companion module to the File::ShareDir manpage, which
allows you to locate these files after installation.

It is a port the Module::Install::Share manpage to the ExtUtils::MakeMaker
manpage with the improvement of only installing the files you want; '.svn'
and other source-control junk will be ignored.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-3
+ Revision: f3fb075
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4670 |14cr|perl-File-ShareDir-PAR-0.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-ShareDir-PAR
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	File::ShareDir with PAR support

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
'File::ShareDir::PAR' provides the same functionality as the File::ShareDir
manpage but tries hard to be compatible with the PAR manpage packaged
applications.

The problem is, that the concept of having a distribution or module
specific _share_ directory becomes a little hazy when you're loading
everything from a single file. the PAR manpage uses an '@INC' hook to
intercept any attempt to load a module. the File::ShareDir manpage uses the
directory structure that is typically found in the directories that are
listed in '@INC' for storing the shared data. In a 'PAR' enviroment, this
is not necessarily possible.

When you call one of the functions that this module provides, it will take
care to search in any of the currently loaded '.par' files before scanning
'@INC'. This is the same order of preference you get for loading modules
when PAR is in effect. If the path or file you are asking for is found in
one of the loaded '.par' files, that containing '.par' file is extracted
and the path returned will point to the extracted copy on disk.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-5
+ Revision: 330a509
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4671 |14cr|perl-File-ShareDir-PathClass-1.112.440-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-ShareDir-PathClass
%define upstream_version 1.112440
Name:       perl-%{upstream_name}
Version:    %perl_convert_version 1.112440
Release:    3

Summary:    File::ShareDir returning Path::Class objects

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/File/File-ShareDir-PathClass-1.112440.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(English)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::ShareDir)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Path::Class)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
This module is just a wrapper around the File::ShareDir manpage functions,
transforming their return value to the Path::Class manpage objects. This
allows for easier usage of the value.

Refer to the File::ShareDir manpage (section FUNCTIONS) for a list of which
functions are supported.

'File::ShareDir::PathClass' supports both a procedural and a clas methods
API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.112.440-3
+ Revision: d88a7bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4672 |14cr|perl-File-Slurp-Tiny-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Slurp-Tiny
%define upstream_version 0.003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A simple, sane and efficient file slurper
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(FileHandle)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildRequires: perl-devel
BuildRequires: perl(warnings)
BuildArch: noarch

%description
This module provides functions for fast and correct slurping and spewing.
All functions are optionally exported.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc INSTALL LICENSE META.json Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-1
+ Revision: f6e2449
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4673 |14cr|perl-File-Sort-1.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Sort
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Sort a file or merge sort multiple files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module sorts text files by lines (or records). Comparisons are based
on one or more sort keys extracted from each line of input, and are
performed lexicographically. By default, if keys are not given, sort
regards each input line as a single field. The sort is a merge sort. If you
don't like that, feel free to change it.

Options
    The following options are available, and are passed in the hash
    reference passed to the function in the format:

      OPTION => VALUE

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-4
+ Revision: e3c4a7a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4674 |14cr|perl-Filesys-Notify-Simple-0.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Filesys-Notify-Simple
%define upstream_version 0.12

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5

Summary:    Simple and dumb file system watcher

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Filesys/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::SharedFork)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Filesys::Notify::Simple is a simple but unified interface to get
notifications of changes to a given filesystem path. It utilizes inotify2
on Linux and fsevents on OS X if they're installed, with a fallback to the
full directory scan if they're not available.

There are some limitations in this module. If you don't like it, use the
File::ChangeNotify manpage.

* *

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-5
+ Revision: 5b86c1d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4675 |14cr|perl-Filesys-POSIX-0.10.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Filesys-POSIX
%define upstream_version 0.10.0

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Filesys::POSIX(.*)\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Provide POSIX-like filesystem semantics in pure Perl

License:	Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/~wrath/Filesys-POSIX-0.10.0/lib/Filesys/POSIX.pm
Source0:	http://search.cpan.org/CPAN/authors/id/W/WR/WRATH/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::NoWarnings)
BuildArch:	noarch

%description
This modules provide POSIX-like filesystem semantics in pure Perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# Kharec: a bad .t file breaks the rebuild...
# %check
# %make test

%install
%makeinstall_std

%files
%doc COPYRIGHT LICENSE MANIFEST README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-6
+ Revision: 4358bf9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4676 |14cr|perl-Filesys-SmbClient-3.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module   Filesys-SmbClient
%define upstream_version 3.2

Name:		perl-%{module}
Version:	%perl_convert_version 3.2
Release:	3
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Provide Perl API for libsmbclient.so

Source:		http://www.cpan.org/modules/by-module/Filesys/Filesys-SmbClient-3.2.tar.gz
Url:		http://search.cpan.org/dist/%{module}

# Patch Makefile.PL to
# * Disable tests (requires Samba server access)
# * Know where to search includes (/usr/include/samba-4.0)
Patch0:         Filesys-SmbClient-3.2_Makefile.patch

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	pkgconfig(smbclient)

%description
Provide interface to access routine defined in libsmbclient.so provided
with Samba.

Since 3.0 release of this package, you need a least samba-3.0.2. For prior
release of Samba, use Filesys::SmbClient version 1.x.

For old and 2.x release, this library is available on Samba source, but is
not build by default. Do "make bin/libsmbclient.so" in sources directory of
Samba to build this libraries. Then copy source/include/libsmbclient.h to
/usr/local/samba/include and source/bin/libsmbclient.so to
/usr/local/samba/lib before install this module.

%prep
%setup -q -n %{module}-%{upstream_version} 
%patch0 -p0

chmod -x Changes
find . -name "*.pm" -exec chmod -c a-x {} +
find . -name "libauthSamba*" -exec chmod -c a-x {} +
find . -name "SmbClient.xs" -exec chmod -c a-x {} +

%build
# Force Makefile to use defaults
export PERL_MM_USE_DEFAULT=1
# HOSTTYPE is not exported by default, hence not readable by Perl
# Needed to be able to find libsmbclient.so in /usr/lib64
export HOSTTYPE
# CCFLAGS: Tell samba to use close_fn not close (caused compilation error)
perl Makefile.PL INSTALLDIRS=vendor CCFLAGS='-DHAVE_CLOSEFN' OPTIMIZE="%{optflags}"
%make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorarch}/Filesys
%{perl_vendorarch}/auto/Filesys


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.200.0-3
+ Revision: 0fdc943
- Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4677 |14cr|perl-Filesys-Statvfs-0.820.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Filesys-Statvfs
%define	upstream_version 0.82

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Interface between Perl and the statvfs() system call

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Filesys/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

Obsoletes:	perl-Filesys-Statvfs_Statfs_Df <= 0.79
Provides:	perl-Filesys-Statvfs_Statfs_Df = %{version}-%{release}

%description
Filesys::Statvfs provides an interface between
Perl and the statvfs() system call.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{_mandir}/*/*
%{perl_vendorlib}/*/Filesys
%{perl_vendorlib}/*/auto/Filesys


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.820.0-6
+ Revision: 52b040b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4678 |14cr|perl-Filesys-Statvfs_Statfs_Df-0.79-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Filesys-Statvfs_Statfs_Df
%define fmodule Filesys/Statvfs_Statfs_Df

Name:		perl-%{module}
Version:	0.79
Release:	7
Summary:	Interface between Perl and the statvfs() system call

License:	GPL or Artistic
Group:		Development/Perl
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Filesys/%{module}-%{version}.tar.gz
URL:		http://search.cpan.org/dist/%{module}
BuildRequires:	perl-devel

%description
Filesys::Statvfs provides an interface between
Perl and the statvfs() system call.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%{_mandir}/*/*
%{perl_vendorlib}/*/Filesys
%{perl_vendorlib}/*/auto/Filesys





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.79-7
+ Revision: 32a504d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4679 |14cr|perl-File-Tempdir-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 File-Tempdir
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A module to make easier temporary directories deletion

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
A module to make easier temporary directories deletion

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: ce58ef7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4680 |14cr|perl-File-Touch-0.90.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       File-Touch
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Update access and modification timestamps


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This modules update access and modification timestamps, creating nonexistent
files where necessary.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
# remove left-over files from macosx
rm -f ._*
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files 
%doc MANIFEST Changes
%{perl_vendorlib}/File
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-2
+ Revision: 61249a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4681 |14cr|perl-File-Type-0.220.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 File-Type
%define upstream_version 0.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl module to determine file type using magic

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/P/PA/PMISON/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
File::Type is a perl module that can be used to determine file type using
magic.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/File/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.220.0-4
+ Revision: 907ffce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4682 |14cr|perl-Filter-Simple-0.910.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Filter-Simple
%define upstream_version 0.91

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Simplified source filtering

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Filter/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Filter::Util::Call)
BuildRequires:	perl(Text::Balanced)
BuildArch:	noarch

%description
The Problem
    Source filtering is an immensely powerful feature of recent versions of
    Perl. It allows one to extend the language itself (e.g. the Switch
    module), to simplify the language (e.g. Language::Pythonesque), or to
    completely recast the language (e.g. Lingua::Romana::Perligata).
    Effectively, it allows one to use the full power of Perl as its own,
    recursively applied, macro language.

    The excellent Filter::Util::Call module (by Paul Marquess) provides a
    usable Perl interface to source filtering, but it is often too powerful
    and not nearly as simple as it could be.

    To use the module it is necessary to do the following:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.910.0-3
+ Revision: e3097ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4683 |14cr|perl-Finance-Bank-LaPoste-7.90.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Finance-Bank-LaPoste
%define upstream_version 7.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Check your "La Poste" accounts from Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/P/PI/PIXEL/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Graphics::Magick)
BuildRequires:	perl-libwww-perl
BuildRequires:	perl(HTML::Form)
BuildRequires:	perl(HTML::Parser)
Requires:	perl(Crypt::SSLeay)
BuildArch:	noarch

%description
This module provides a read-only interface to the Videoposte online
banking system at <https://www.videoposte.com/>.

The interface of this module is similar to other Finance::Bank modules.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes
%{perl_vendorlib}/Finance/Bank/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.90.0-2
+ Revision: 8c93590
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4684 |14cr|perl-Finance-Quote-1.350.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Finance-Quote
%define upstream_version 1.35

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Get stock and mutual fund quotes from various exchanges 




License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Finance/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Time::Piece)
BuildRequires: perl(Mozilla::CA)
BuildRequires: perl(Date::Calc)
BuildRequires: perl(Crypt::SSLeay)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(HTML::TableExtract)
BuildRequires:	perl(CGI)
BuildRequires:	perl(HTML::Tree)
BuildArch:	noarch

%description
Finance::Quote provides access to time-delayed stockquotes from a
number of sources.  After you've installed the pacakage, try
'perldoc Finance::Quote' for full information.  Alternatively,
you can 'perldoc lib/Finance/Quote.pm' before the install.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc   Documentation/*
%{perl_vendorlib}/Finance
%{_mandir}/*/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.350.0-2
+ Revision: 0caaebf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4685 |14cr|perl-Find-Lib-1.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Find-Lib
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Helper to find libs to use in the filesystem

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Find/Find-Lib-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
The purpose of this module is to replace

    use FindBin;
    use lib "$FindBin::Bin/../bootstrap/lib";

with something shorter:
    use Find::Lib '../bootstrap/lib';

This is specially useful if your project has a lot
of scripts (For instance tests scripts).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-3
+ Revision: d14f131
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4686 |14cr|perl-Flickr-API-1.90.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Flickr-API
%define upstream_version 1.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Perl interface to the flickr.com API 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/I/IA/IAMCAL/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-libwww-perl
BuildRequires:	perl(XML::Parser::Lite::Tree)
BuildArch:	noarch

%description
Perl interface to the flickr.com API

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc README 
%{perl_vendorlib}/
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.90.0-2
+ Revision: 22f7922
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4687 |14cr|perl-Flickr-Tools-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Flickr-Tools
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A set of classes that can be used to work with Flickr

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/N/NF/NFMNUNES/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Flickr::API)
BuildRequires:	perl(Test::MockObject)
BuildArch:	noarch

%description
These modules provide a set of classes that can be used to work with
Flickr, using it's REST API, as provided by the Flickr::API.

The object of this set of classes is to take the "raw" interface that
the Flickr::API provides and turn it into a more usable set of objects
which are easier and faster to use, while providing full access to all
the functionality provided by Flickr.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes TODO
%{perl_vendorlib}/Flickr/API/*.pm
%{perl_vendorlib}/Flickr/*.pm
%{_mandir}/man3/Flickr::*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: 201a44d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4688 |14cr|perl-Flickr-Upload-1.320.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Flickr-Upload
%define upstream_version 1.32

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Upload images to flickr.com

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Flickr/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Flickr::API)
BuildRequires:	perl(XML::Parser::Lite::Tree)
BuildRequires:	perl-libwww-perl
BuildArch:	noarch

%description
Upload an image to flickr.com

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
# Should be in a new package as it requires additionnal libs
rm -f %{buildroot}%{_bindir}/thickr_upload

%files
%doc README ChangeLog 
%{perl_vendorlib}/Flickr
%{_mandir}/*/*
%{_bindir}/flickr_upload



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.320.0-4
+ Revision: 296e506
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4689 |14cr|perl-Font-TTF-1.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Font-TTF
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Perl module for TrueType Font hacking
License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Font/Font-TTF-%{upstream_version}.tar.gz

BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl module to manipulate TTF fonts, needed by perl-Text-PDF.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
rm -f %{buildroot}%{perl_vendorlib}/Font/TTF/Win32.pm

%files
%doc README.TXT
%{_mandir}/*/*
%{perl_vendorlib}/Font/
%{perl_vendorlib}/ttfmod.pl

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-3
+ Revision: f07fd93
- Build with perl(Compress::Zlib)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4690 |14cr|perl-forks-0.350.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 forks
%define upstream_version 0.35

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	2

Summary:	Drop-in replacement for Perl threads using fork()

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Reaper)


Provides:	perl(forks)

%description
The "forks" pragma allows a developer to use threads without having to have
a threaded perl, or to even run 5.8.0 or higher.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
find -type f | xargs chmod 644
yes no | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
#%{__make} test

%install
%makeinstall_std

%clean 

%files
%doc CHANGELOG README TODO VERSION
%{perl_vendorarch}/%{upstream_name}.pm
%{perl_vendorarch}/auto/%{upstream_name}/*
%{perl_vendorarch}/%{upstream_name}/*
%{perl_vendorarch}/threads/shared/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.350.0-2
+ Revision: f6db5a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4691 |14cr|perl-Format-Human-Bytes-0.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Format-Human-Bytes
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Format bytecounts in a human readable form

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Format/%{upstream_name}-%{upstream_version}.tar.lzma

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Install)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Format bytecounts in a human readable form.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-5
+ Revision: 4035f6c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4692 |14cr|perl-FreezeThaw-0.500.100-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 FreezeThaw
%define upstream_version 0.5001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	Converting Perl structures to strings and back

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Freeze/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch: 	noarch

%description
Converts data to/from stringified form, appropriate for saving-to/reading-from
permanent storage.

Deals with objects, circular lists, repeated appearence of the same refence.
Does not deal with overloaded stringify operator yet.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find . -type f | xargs chmod 644
find . -type d | xargs chmod 755

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files 
%doc README MANIFEST Changes
%{perl_vendorlib}/*.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.500.100-5
+ Revision: 9ace77c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4693 |14cr|perl-Frontier-RPC-0.07b4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Frontier-RPC

Name:		perl-%{module}
Version:	0.07b4
Release:	5
Summary:	%{module} module for perl

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}/
Source:		http://search.cpan.org/CPAN/authors/id/K/KM/KMACLEOD/%{module}-%{version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(HTTP::Daemon)
BuildArch:	noarch

%description
Frontier::RPC implements UserLand Software's XML RPC (Remote Procedure Calls
using Extensible Markup Language).  Frontier::RPC includes both a client module
for making requests to a server and several server modules for implementing
servers using CGI, Apache, and standalone with HTTP::Daemon.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std
rm -f %{buildroot}%{perl_vendorlib}/MIME/changes.pod

%files
%doc ChangeLog COPYING README
%{perl_vendorlib}/Frontier
%{perl_vendorlib}/Apache
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.07b4-5
+ Revision: 9575fd7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4694 |14cr|perl-Fuse-0.150.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Fuse
%define upstream_version 0.15

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 0.15
Release:	3

Summary:	Write filesystems in Perl using FUSE

License:	GPLv2+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/D/DP/DPAVLIN/Fuse-0.15.tar.gz

BuildRequires:  fuse-devel
BuildRequires:  fuse
BuildRequires:	perl-devel

%description
This lets you implement filesystems in perl, through the FUSE (Filesystem in
USErspace) kernel/lib interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#%make test

%install
%makeinstall_std

%clean

%files
%doc AUTHORS Changes README
%{perl_vendorarch}/Fuse*
%{perl_vendorarch}/auto/Fuse*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-3
+ Revision: 7bf7df0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4695 |14cr|perl-Future-0.290.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Future
%define upstream_version 0.29

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Represent an operation awaiting completion
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Linux/PEVANS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp) >= 1.250.0
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Identity)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Test::Refcount)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(Module::Build)
BuildArch:  noarch

%description
A `Future' object represents an operation that is currently in progress,
or has recently completed. It can be used in a variety of ways to manage
the flow of control, and data, through an asynchronous program.

Some futures represent a single operation and are explicitly marked as
ready by calling the `done' or `fail' methods. These are called "leaf"
futures here, and are returned by the `new' constructor.

Other futures represent a collection sub-tasks, and are implicitly
marked as ready depending on the readiness of their component futures as
required. These are called "dependent" futures here, and are returned by
the various `wait_*' and `need_*' constructors.

It is intended that library functions that perform asynchonous
operations would use `Future' objects to represent outstanding
operations, and allow their calling programs to control or wait for
these operations to complete. The implementation and the user of such an
interface would typically make use of different methods on the class.
The methods below are documented in two sections; those of interest to
each side of the interface.

See also Future::Utils which contains useful loop-constructing
functions, to run a `Future'-returning function repeatedly in a loop.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README examples
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.290.0-1
+ Revision: c14975b
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4696 |14cr|perl-Games-Dice-0.43.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Games-Dice
%define upstream_version 0.043

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Simulates rolling dice

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Games/Games-Dice-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Script)
BuildRequires: perl(Capture::Tiny)
BuildArch:	noarch

%description
Games::Dice simulates die rolls. It uses a function-oriented (not
object-oriented) interface. No functions are exported by default. At
present, there are two functions which are exportable: 'roll' and
'roll_array'. The latter is used internally by 'roll', but can also be
exported by itself.

The number and type of dice to roll is given in a style which should be
familiar to players of popular role-playing games: _a_d_b_[+-*/b]_c_. _a_
is optional and defaults to 1; it gives the number of dice to roll. _b_
indicates the number of sides to each die; the most common, cube-shaped die
is thus a d6. % can be used instead of 100 for _b_; hence, rolling 2d% and
2d100 is equivalent. 'roll' simulates _a_ rolls of _b_-sided dice and adds
together the results. The optional end, consisting of one of +-*/b and a
number _c_, can modify the sum of the individual dice. +-*/ are similar in
that they take the sum of the rolls and add or subtract _c_, or multiply or
divide the sum by _c_. (x can also be used instead of *.) Hence, 1d6+2
gives a number in the range 3..8, and 2d4*10 gives a number in the range
20..80. (Using / truncates the result to an int after dividing.) Using b in
this slot is a little different: it's short for "best" and indicates "roll
a number of dice, but add together only the best few". For example, 5d6b3
rolls five six- sided dice and adds together the three best rolls. This is
sometimes used, for example, in roll-playing to give higher averages.

Generally, 'roll' probably provides the nicer interface, since it does the
adding up itself. However, in some situations one may wish to process the
individual rolls (for example, I am told that in the game Feng Shui, the
number of dice to be rolled cannot be determined in advance but depends on
whether any 6's were rolled); in such a case, one can use 'roll_array' to
return an array of values, which can then be examined or processed in an
application-dependent manner.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{_mandir}/man1/*
%{_bindir}/roll
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.43.0-3
+ Revision: 805c74c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4697 |14cr|perl-GD-SecurityImage-1.720.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    GD-SecurityImage
%define upstream_version 1.72

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.72
Release:	3

Summary:	Security image (captcha) generator

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/GD/GD-SecurityImage-1.72.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(GD)
BuildArch:	noarch

%description
The (so called) _"Security Images"_ are so popular. Most internet software
use these in their registration screens to block robot programs (which may
register tons of fake member accounts). Security images are basicaly,
graphical *CAPTCHA*s (*C*ompletely *A*utomated *P*ublic *T*uring Test to
Tell *C*omputers and *H*umans *A*part). This module gives you a basic
interface to create such an image. The final output is the actual graphic
data, the mime type of the graphic and the created random string. The
module also has some _"styles"_ that are used to create the background (or
foreground) of the image.

If you are an 'Authen::Captcha' user, see the GD::SecurityImage::AC manpage
for migration from 'Authen::Captcha' to 'GD::SecurityImage'.

This module is *just an image generator*. Not a _captcha handler_. The
validation of the generated graphic is left to your programming taste. But
there are some _captcha handlers_ for several Perl FrameWorks. If you are
an user of one of these frameworks, see the /"GD::SecurityImage
Implementations" manpage in the /"SEE ALSO" manpage section for
information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/GD


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.720.0-3
+ Revision: d989782
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4698 |14cr|perl-Geo-Coordinates-DecimalDegrees-0.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Geo-Coordinates-DecimalDegrees
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Convert between degrees/minutes/seconds and decimal degrees

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Geo/Geo-Coordinates-DecimalDegrees-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Number::Delta)
BuildArch:	noarch

%description
Latitudes and longitudes are most often presented in two common formats:
decimal degrees, and degrees, minutes and seconds. There are 60 minutes in
a degree, and 60 seconds in a minute. In decimal degrees, the minutes and
seconds are presented as a fractional number of degrees. For example, 1
degree 30 minutes is 1.5 degrees, and 30 minutes 45 seconds is 0.5125
degrees.

This module provides functions for converting between these two formats.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-3
+ Revision: 7e551ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4699 |14cr|perl-Geo-Coordinates-UTM-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Geo-Coordinates-UTM
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Translation between  Lat Lon and UTM Coords

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Geo/Geo-Coordinates-UTM-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module will translate latitude longitude coordinates to Universal
Transverse Mercator(UTM) coordinates and vice versa.

Mercator Projection
    The Mercator projection was first invented to help mariners. They
    needed to be able to take a course and know the distance traveled, and
    draw a line on the map which showed the day's journey. In order to do
    this, Mercator invented a projection which preserved length, by
    projecting the earth's surface onto a cylinder, sharing the same axis
    as the earth itself. This caused all Latitude and Longitude lines to
    intersect at a 90 degree angle, thereby negating the problem that
    longitude lines get closer together at the poles.

Transverse Mercator Projection
    A Transverse Mercator projection takes the cylinder and turns it on its
    side. Now the cylinder's axis passes through the equator, and it can be
    rotated to line up with the area of interest. Many countries use
    Transverse Mercator for their grid systems.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: c941abf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4700 |14cr|perl-Geo-Google-MapObject-0.60.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Geo-Google-MapObject
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Managing the server side of Google Maps API

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Geo/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTML::Template::Pluggable)
BuildRequires:	perl(JSON)
BuildRequires:	perl(JSON::Any)
BuildRequires:	perl(Math::Trig)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::JSON)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Differences)
BuildArch:	noarch

%description
This module is intended to provide a server side solution to working with
the Google Maps API. In particular an object of this class encapsulates a
"map" object that provides support for the static maps API, the javascript
maps API, AJAX calls and non-javascript fallback data; but without making
many assumptions about the surrounding framework. We do assume that a
template framework with support for a "dot" notation is being used, for
example the HTML::Template::Pluggable manpage. An important commitment of
the module is support for graceful and consistent fallback to a functional
non-javascript web page.

The javascript and static Google map APIs do not behave in quite the same
way when zoom and center are not specified. Specifically it works quite
well with the static maps (the
http://code.google.com/apis/maps/documentation/staticmaps/#ImplicitPosition
ing manpage) but not so well with the javascript API. To compensate for
this the module gives a choice between: specifying the center and zoom
levels; allowing the APIs and client side code to do whatever they think
best; using a built in algorithm to calculate a sensible zoom and center;
and finally supplying ones own algorithm to calculate a sensible zoom and
center.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-6
+ Revision: 30ec9d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4701 |14cr|perl-Geo-IPfree-1.141.670-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 Geo-IPfree
%define upstream_version 1.141670

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Look up country by IP Address

License:	GPL+ or Artistic
Url:		http://search.cpan.org/dist/%{upstream_name}
Group:		Development/Perl
Source0:	http://www.cpan.org/modules/by-module/Geo/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Look up country of IP Address. This module make this off-line and 
the DB of IPs is free & small. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Geo
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.141.670-2
+ Revision: 2f24518
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4702 |14cr|perl-Geo-Mercator-1.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Geo-Mercator
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Compute Mercator Projection of latitude/longitude into meters

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Geo/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Computes Mercator Projection of input latitude/longitude coordinates (in
degrees) into (x, y) coordinates (as distances in meters) from the
meridian/equator. Also provides a method to convert back into latitude,
longitude.

Notes
    Use of Mercator projection on latitudes above/below +70/-70 degrees is
    strongly discouraged, due to the gross distortions of the projection.
    In fact, any use of the Mercator projection is strongly
    discouraged...but its the view we've all been programmed to see for 400
    years, so its genetic sense memory by now. And if its good enough for
    Google, its good enough for me.

    This module was developed primarily for graphic rendering purposes. The
    returned distance values *should not be used for navigational
    purposes*. They are only useful for certain mapping operations, e.g.,
    rendering a map to scale. For better approximations of actual
    distances, consider the Math::Trig manpage's great_circle_distance()
    function instead.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-5
+ Revision: 7156bd6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4703 |14cr|perl-Geo-METAR-1.150.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Geo-METAR
%define upstream_version 1.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Process aviation weather reports in the METAR format

License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Geo/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	gmp-devel
BuildArch:	noarch

%description
METAR reports are available on-line, thanks to the National
Weather Service. Since reading the METAR format isn't easy
for non-pilots, these reports are relatively useles to the
common man who just wants a quick glace at the weather.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc TODO README examples/*
%{perl_vendorlib}/Geo
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.150.0-4
+ Revision: f5ec891
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4704 |14cr|perl-Geo-Shapelib-0.200.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name		Geo-Shapelib
%define upstream_version	0.20

Summary:	Perl extension for reading and writing shapefiles as defined by ESRI(r)

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Geo/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Tree::R)
BuildRequires:	perl-devel

%description
This is a library for reading, creating, and writing shapefiles as
defined by ESRI(r) using Perl. The Perl code uses Frank Warmerdam's
Shapefile C Library (http://shapelib.maptools.org/). The library is
included in this distribution.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

# we don't want this
find %{buildroot} -name "*.a" -exec rm -rf {} \;

%clean

%files
%defattr(-, root, root)
%doc Changes README
%{perl_vendorarch}/Geo/Shapelib.pm
%{perl_vendorarch}/auto/Geo/Shapelib
%{_mandir}/man3/Geo::Shapelib.3pm.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-4
+ Revision: 11b619f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4705 |14cr|perl-Geo-WeatherNOAA-4.380.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Geo-WeatherNOAA
%define upstream_version 4.38

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Perl extension for interpreting the NOAA weather data

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Geo/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:  perl(Tie::IxHash)
BuildRequires:  perl(LWP::Simple)
BuildArch:	noarch

%description
This module is intended to interpret the NOAA zone forecasts and current 
city hourly data files. It should give a programmer an easy time to use 
the data instead of having to mine it.

Be aware that if the variable $main::opt_v is set to anything (other than 
zero or '') then Geo::WeatherNOAA will be verbose on what it's doing with 
messages sent to STDERR. Useful for debugging. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
make OPTIMIZE="%{optflags}" 

%install
%makeinstall_std 

%clean

%check
make test

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/Geo/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.380.0-3
+ Revision: c51ef8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4706 |14cr|perl-Getopt-ArgvFile-1.110.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Getopt-ArgvFile
%define upstream_version 1.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Interpolates script options from files into @ARGV or another array

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module simply interpolates option file hints in @ARGV by the contents of
the pointed files. This enables option reading from files instead of or
additional to the usual reading from the command line. Alternatively, you can
process any array instead of @ARGV which is used by default and mentioned
mostly in this manual.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Getopt/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.0-4
+ Revision: 97626e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4707 |14cr|perl-Getopt-Attribute-2.101.700-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Getopt-Attribute
%define upstream_version 2.101700

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Attribute wrapper for Getopt::Long

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Getopt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Compile)
BuildRequires:	perl(Test::More) >= 0.940.0
BuildRequires:	perl(UNIVERSAL::require)

BuildArch:	noarch

%description
Note: This version of the module works works with perl 5.8.0. If you need
it to work with perl 5.6.x, please use an earlier version from CPAN.

This module provides an attribute wrapper around 'Getopt::Long'. Instead of
declaring the options in a hash with references to the variables and
subroutines affected by the options, you can use the 'Getopt' attribute on
the variables and subroutines directly.

As you can see from the Synopsis, the attribute takes an argument of the
same format as you would give as the hash key for 'Getopt::Long'. See the
'Getopt::Long' manpage for details.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.101.700-5
+ Revision: ff1fc90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4708 |14cr|perl-Getopt-Euclid-0.4.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	Getopt-Euclid
%define upstream_version 0.4.5

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Executable Uniform Command-Line Interface Descriptions

License:    GPL or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/upstream_names/by-upstream_name/Getopt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Pod::Checker)
BuildRequires: perl(Pod::PlainText)
BuildRequires: perl(Pod::Select)
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Balanced)
BuildRequires: perl-version
BuildArch:  noarch

%description
Getopt::Euclid uses your program's own documentation to create a command-line
argument parser. This ensures that your program's documented interface and its
actual interface always agree.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL --installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files 
%doc Changes META.yml MYMETA.yml README
%{perl_vendorlib}/Getopt
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.5-2
+ Revision: 0013bda
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4709 |14cr|perl-Getopt-Inherited-1.100.860-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Getopt-Inherited
%define upstream_version 1.100860

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Handling inherited command-line options

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Getopt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Class::Accessor::Complex)
BuildRequires:	perl(Class::Accessor::Installer)
BuildRequires:	perl(Data::Inherited)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
By subclassing this mixin class, your program gets the ability to inherit
command-line option specifications. If you have several programs that share
common code and common command-line options you don't want to have to write
the command-line processing code again and again. Using this class you can
abstract command-line options shared by your programs into a superclass
from which your programs then inherit. Additionally, this class defines
certain common command-line options itself.

You can also define defaults for command-line options.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.860-5
+ Revision: 7b40ced
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4710 |14cr|perl-Getopt-Long-2.420.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Getopt-Long
%define upstream_version 2.42
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Advanced handling of command line options


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Getopt/Getopt-Long-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Pod::Usage)
BuildArch:	noarch

%description
The Getopt::Long module implements an extended getopt function called
GetOptions(). This function adheres to the POSIX syntax for command line
options, with GNU extensions. In general, this means that options have long
names instead of single letters, and are introduced with a double dash
"--". Support for bundling of command line options, as was the case with
the more traditional single-letter approach, is provided but not enabled by
default.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.420.0-4
+ Revision: 3baa02e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4711 |14cr|perl-Getopt-Long-Descriptive-0.97.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Getopt-Long-Descriptive
%define upstream_version 0.097

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Getopt::Long with usage text and validation


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Getopt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(IO::Scalar)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(List::Util)
BuildRequires: perl(Params::Validate)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl-devel

BuildArch: noarch

%description
Convenient wrapper for Getopt::Long and program usage output

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.97.0-3
+ Revision: 519d41f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4712 |14cr|perl-Getopt-Lucid-1.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Getopt-Lucid
%define upstream_version 1.05
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.05
Release:	3

Summary:	Clear, readable syntax for command line processing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Getopt/Getopt-Lucid-1.05.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(Exception::Class::TryCatch)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
The goal of this module is providing good code readability and clarity of
intent for command-line option processing. While readability is a
subjective standard, Getopt::Lucid relies on a more verbose, plain-English
option specification as compared against the more symbolic approach of
Getopt::Long. Key features include:

  Five option types: switches, counters, parameters, lists, and keypairs

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-3
+ Revision: 839a15d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4713 |14cr|perl-Getopt-OO-0.70.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Getopt-OO
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	An object oriented command line parser.  It handles

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Getopt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Getopt::OO is an object oriented tool for parsing command line arguments.
It expects a reference to the input arguments and uses a perl hash to
describe how the command line arguments should be parsed. Note that by
parsed, we mean what options expect values, etc. We check to make sure
values exist on the command line as necessary -- nothing else. The caller
is responsible for making sure that a value that he knows should be a file
exists, is writable, or whatever.

Command line arguments can be broken into two distinct types: options and
values that are associated with these options. In windows, options often
start with a '/' but sometimes with a '-', but in unix they almost
universally start with a '-'. For this module options start with a '-'. We
support two types of options: the short single dashed options and the long
double dashed options. The difference between these two is that with this
module the short options can be combined into a single option, but the long
options can not. For example, most of us will be familiar with the 'tar
-xvf file' command which can also be expressed as '-x -v -f file'. Long
options can not be combined this way, so '--help' for example must always
stand by itself.

The input template expects the option names as its keys. For instance if
you were expecting '-xv --hello' as possible command line options, the keys
for your template hash would be '-x', '-v', and '--hello'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-5
+ Revision: f478e90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4714 |14cr|perl-Getopt-Popt-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Getopt-Popt
%define	upstream_version 0.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl interface to the popt(3)library

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://cpan.uwinnipeg.ca/cpan/authors/id/J/JA/JAMESB/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		Getopt-Popt-0.02-x86_64-build.patch
Patch1:		Getopt-Popt-0.02-fix-testsuite.diff

BuildRequires:	perl-devel
BuildRequires:  popt-devel

%description
The Getopt::Popt module provides a Perl OO interface to the popt(3) library,
a library to parse command-line arguments. Popt is similar to getopt, but with
many new features.
This module provides a method for almost all of the popt library functions,
the rest are on the TODO list.
This release should be considered a beta and may have a bug or two.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0
%patch1 -p0

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
LC_ALL=C %make test

%install
%makeinstall_std

%files
%doc README Changes example.pl
%{_mandir}/*/*
%{perl_vendorarch}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: da03eea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4715 |14cr|perl-Getopt-Tabular-0.300.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Getopt-Tabular
%define upstream_version 0.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Table-driven argument parsing for Perl 5

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Getopt::Tabular is a Perl 5 module for table-driven argument parsing, vaguely
inspired by John Ousterhout's Tk_ParseArgv. All you really need to do to use
the package is set up a table describing all your command-line options, and
call &GetOptions with three arguments: a reference to your option table, a
reference to @ARGV (or something like it), and an optional third array
reference (say, to @newARGV). &GetOptions will process all arguments in @ARGV,
and copy any leftover arguments (i.e. those that are not options or arguments
to some option) to the @newARGV array. (If the @newARGV argument is not
supplied, GetOptions will replace @ARGV with the stripped-down argument list.)
If there are any invalid options, GetOptions will print an error message and
return 0.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Getopt
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-4
+ Revision: b169332
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4716 |14cr|perl-GIFgraph-1.200.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    GIFgraph
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Graph Plotting Module (deprecated) 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/M/MV/MVERB/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(GD::Graph)
BuildRequires:	perl(Image::Magick)
BuildArch:	noarch

%description
GIFgraph is a perl5 module to create and display GIF output for a graph.

GIFgraph is nothing more than a wrapper around GD::Graph, and its use is
deprecated. It only exists for backward compatibility. The documentation for
all the functionality can be found in GD::Graph

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%install
%makeinstall_std

%check
make test

%files
%doc README
%{perl_vendorlib}/GIFgraph.pm
%{perl_vendorlib}/GIFgraph/
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.200.0-4
+ Revision: 3efd6f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4717 |14cr|perl-Gimp-2.300.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Gimp
%define upstream_version 2.3

%define __noautoreq 'perl\\(PDL(.*)\\)'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2
Epoch:      1

Summary:    Perl module enabling to write plugins for the Gimp2

License:    GPL or Artistic
Group:      Development/GNOME and GTK+
Source0:    http://search.cpan.org/CPAN/authors/id/S/SJ/SJBURGES/%upstream_name-%{upstream_version}.tar.gz
Patch1:     Gimp-2.2-fix-str-fmt.patch
Patch2:     Gimp-2.2-linkage.patch
Url:        http://search.cpan.org/~sjburges/Gimp/Gimp.pm

BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: perl-devel
BuildRequires: pkgconfig(gimp-2.0)
BuildRequires: perl-Gtk2
BuildRequires: perl-PDL
BuildRequires: perl-Parse-RecDescent
BuildRequires: perl-ExtUtils-Depends
BuildRequires: perl-ExtUtils-PkgConfig
BuildRequires: pkgconfig(glitz)
Requires:      perl-PDL
%rename        gimp-perl

%description
This module provides perl access to the Gimp2 libraries.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch1 -p0
%patch2 -p0

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
mkdir -p %{buildroot}%{_libdir}/gimp/2.0/plug-ins/
make DESTDIR=%{buildroot} pure_vendor_install
install -m 755 examples/* %{buildroot}%{_libdir}/gimp/2.0/plug-ins/
perl -pi -e "s^/opt/bin/perl^%{_bindir}/perl^" %{buildroot}%{_libdir}/gimp/2.0/plug-ins/*

# fix conflict with gimp-1:
rm -f %{buildroot}%{_mandir}/man1/embedxpm.*
rm -f %{buildroot}%{_libdir}/gimp/2.0/plug-ins/redeye
rm -f %{buildroot}%{_libdir}/gimp/2.0/plug-ins/README
rm -f %{buildroot}%{_libdir}/gimp/2.0/plug-ins/examples.TODO

%files
%doc AUTHORS COPYING ChangeLog Changes MAINTAINERS META.json META.yml MYMETA.yml NEWS README TODO UI examples
%{_bindir}/*
%{_mandir}/*/*
%{_libdir}/gimp/2.0/plug-ins/*
%{_prefix}/lib/perl5/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.300.0-2
+ Revision: c1cebd5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4718 |14cr|perl-GitMeta-0.50.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name GitMeta
%define upstream_version 0.05
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Clone/update many Git repositories using Meta repos


License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/~mschilli/%{upstream_name}-%{upstream_version}/lib/%{upstream_name}.pm
Source0:	http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Sysadm::Install)
BuildArch:      noarch

%description
GetMeta allows you to work on dozens of git repositories hosted
on different servers, and update all of your local copies with a
single command. It defines a new syntax, called GMF (git meta format),
to configure many different remote git repository locations and
provides a script, gitmeta-update, to create local copies of all
of these repos or updates them if they already exist. This is useful
to periodically update your local clones while you have an Internet
connection going so they're up-to-date later when you're offline, or
to move to a new system and create clones of all of your favorite
git repos with a single command.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build 
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files 
%doc Changes README
%{_bindir}/gitmeta-update
%{_mandir}/man1/gitmeta-update.1.xz
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-2
+ Revision: 8967f10
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4719 |14cr|perl-Git-Wrapper-0.31.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Git-Wrapper
%define upstream_version 0.031
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Wrap git(7) command-line interface

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Git/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	git
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Sort::Versions)
BuildRequires:	perl(Env::Path)

BuildArch:	noarch

Requires: git

%description
Git::Wrapper provides an API for git(7) that uses Perl data structures for
argument passing, instead of CLI-style '--options' as the Git manpage does.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
git config --global user.email "John@smith.org"
git config --global user.name "John Smith"
%make test

%install
%makeinstall_std

%files
%doc Changes 
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.31.0-3
+ Revision: 96eaa6b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4720 |14cr|perl-GMail-Checker-1.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 GMail-Checker
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Wrapper for Gmail accounts

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/~fays/GMail-Checker-1.04/Checker.pm
Source0:	http://search.cpan.org/CPAN/authors/id/F/FA/FAYS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Socket::SSL)
BuildArch:	noarch

%description
This module provides a wrapper that allows you to perform major
operations on your gmail account. You may create a notifier to
know about new incoming messages, get information about a specific
e-mail, retrieve your mails using the POP3 via SSL interface.

%prep
%setup -q -n %{upstream_name}-104

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc MANIFEST README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-5
+ Revision: 9fc293d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4721 |14cr|perl-Gnome2-GConf-1.44.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Gnome2-GConf
%define	upstream_version 1.044

Summary:	Perl module for the gnome2-2.x GConf libraries
Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	10
License:	GPL+ or Artistic
Group:		Development/GNOME and GTK+
Url:		http://gtk2-perl.sf.net/
Source0:	http://www.cpan.org/modules/by-module/Gnome2/%{module}-%{upstream_version}.tar.bz2
Patch0:		Gnome2-GConf-1.044-cfg_src.patch
Patch1:		Gnome2-GConf-1.044-disable-orbit.patch
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	perl(Glib) => 1.070
BuildRequires:	perl(Gtk2)
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::PkgConfig)
BuildRequires:	perl-devel
Requires:	perl-Glib >= 1.070

%description
This module provides perl access to GNOME-2.x GConf2 libraries.

GConf is a configuration data storage mechanism scheduled to
ship with GNOME 2.0. GConf does work without GNOME however; it
can be used with plain GTK+, Xlib, KDE, or even text mode
applications as well.

%prep
%setup -q -n %{module}-%{upstream_version}
%patch0 -p0 -b .cfg_src
%patch1 -p1

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# this fails, we need to start some gnome thingy, but i don't know which
# one. skipping test for now.
#make test

%install
%makeinstall_std

%files
%doc AUTHOR README examples
%{_mandir}/*/*
%{perl_vendorarch}/Gnome2*
%{perl_vendorarch}/auto/Gnome2



%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.44.0-10
+ Revision: 1e4c098
- Add patch from Debian to fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4722 |14cr|perl-Gnome2-Rsvg-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Gnome2-Rsvg
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl module for the gnome2-2.x rsvg libraries

License:	GPL+ or Artistic
Group:		Development/GNOME and GTK+
URL:		http://gtk2-perl.sf.net/
Source0:	http://prdownloads.sourceforge.net/gtk2-perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	perl(ExtUtils::PkgConfig)
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(Glib)
BuildRequires:	perl(Gtk2) pkgconfig(gtk+-2.0)
BuildRequires:	perl-devel 
Conflicts:	drakxtools < 9.1-15mdk

%description
This module provides perl access to GNOME-2.x rsvg libraries
(which uses libart and pango to render svg files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 

%build
RPM_OPT_FLAGS="%{optflags} -Os"
export GTK2_PERL_CFLAGS="%{optflags}"
perl Makefile.PL INSTALLDIRS=vendor
make OPTIMIZE="%{optflags}"
#%make test || :

%install
%makeinstall_std

%files
%doc LICENSE 
%{_mandir}/*/*
%{perl_vendorarch}/Gnome2/*
%{perl_vendorarch}/auto/Gnome2/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: 785490b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4723 |14cr|perl-Gnome2-Wnck-0.160.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Gnome2-Wnck
%define	upstream_version 0.16

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Perl module for the gnome2-2.x wnck libraries

License:	GPL+ or Artistic
Group:		Development/GNOME and GTK+
Url:		http://gtk2-perl.sf.net/
Source0:	http://prdownloads.sourceforge.net/gtk2-perl/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:  libwnck-devel >= 2.19.5
BuildRequires:	perl-devel
BuildRequires:  perl-ExtUtils-Depends
BuildRequires:  perl-ExtUtils-PkgConfig 
BuildRequires:	perl-Glib => 1.00
BuildRequires:  perl-Gtk2
BuildRequires:  pkgconfig
BuildRequires:  x11-server-xvfb

Conflicts:	drakxtools < 9.1-15mdk
Requires:	perl-Glib >= 1.00

%description
This module provides perl access to GNOME-2.x wnck libraries.

libwnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and taskslists and stuff.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 

%build
RPM_OPT_FLAGS="%{optflags} -Os -s"
export GTK2_PERL_CFLAGS="%{optflags}"
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"
#%make test || :

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc LICENSE 
%{_mandir}/*/*
%{perl_vendorarch}/Gnome2/*
%{perl_vendorarch}/auto/Gnome2/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-3
+ Revision: 88102ae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4724 |14cr|perl-GnuPG-Interface-0.460.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 GnuPG-Interface
%define upstream_version 0.46
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.46
Release:	3

Summary:	GnuPG-Interface module for perl

Group:		Development/Perl
License:	GPL
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/GnuPG/GnuPG-Interface-0.46.tar.gz

BuildRequires:	gnupg
BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Class::MethodMaker)
# For interactive tests
BuildRequires:	perl(Expect)

Requires:	perl(Class::MethodMaker)
BuildArch:	noarch


%description
GnuPG::Interface and its associated modules
are designed to provide an object-oriented
method for interacting with GnuPG, being able
to perform functions such as but not limited
to encrypting, signing, decryption, verification,
and key-listing parsing.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
perl -mExpect -e 'my $e=Expect->spawn("make test");
$e->expect(undef);
exit $e->exitstatus()'

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/GnuPG
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.460.0-3
+ Revision: f2cf51e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4725 |14cr|perl-Goo-Canvas-0.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Goo-Canvas
%define upstream_version 0.06

# Newx calls Perl_croak_nocontext with a char * without "%s", may be
# valid or not but it isn't fixable here, keep this until perl is fixed 
%define Werror_cflags %nil


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Goo::Canvas Perl interface to the GooCanvas 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/Y/YE/YEWENBIN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	libgoocanvas-devel
BuildRequires:	perl-ExtUtils-Depends
BuildRequires:	perl-ExtUtils-PkgConfig
BuildRequires:	perl-Glib
BuildRequires:	perl-Gtk2
BuildRequires:	perl-devel

%description
GTK+ does't has an buildin canvas widget. GooCanvas is wonderful. It is
easy to use and has powerful and extensible way to create items in
canvas. Just try it.  For more documents, please read GooCanvas Manual
and the demo programs provided in the source distribution in both
perl-Goo::Canvas and GooCanvas.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std
rm -f %{buildroot}/usr/bin/perltetris.pl
rm -f %{buildroot}/usr/bin/perlmine.pl

%clean 

%files
%dir %{perl_vendorarch}/Goo/Cairo
%dir %{perl_vendorarch}/Goo/Canvas
%{perl_vendorarch}/Goo/*.pod
%{perl_vendorarch}/Goo/*.pm
%{perl_vendorarch}/Goo/Cairo/*.pod
%{perl_vendorarch}/Goo/Canvas/*.pod
%{perl_vendorarch}/Goo/Canvas/Install/*
%{perl_vendorarch}/auto/Goo/Canvas/Canvas.so
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-3
+ Revision: 78af934
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4726 |14cr|perl-GPS-Lowrance-0.310.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    GPS-Lowrance
%define upstream_version 0.31

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Convert between mercator meters and degrees

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Geo/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module provides a variety of low- and high-level methods for
communicating with Lowrance and Eagle GPS receivers which support the LSI
100 protocol. It also provides some utility functions for converting data.

This module is a work in progress.

Methods
    * connect

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.310.0-5
+ Revision: 681eeaf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4727 |14cr|perl-GPS-Lowrance-LSI-0.230.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    GPS-Lowrance-LSI
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Lowrance Serial Interface Protocol module in Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/GPS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp::Assert)
BuildRequires:	perl(Parse::Binary::FixedFormat)
BuildArch:	noarch

%description
This module provides _very_ low-level support for the LSI (Lowrance Serial
Interface) 100 protocol used to communicate with Lowrance and Eagle GPS
devices.

(Higher-level functions and wrappers for specific commands will be provided
in other modules. This module is intentionally kept simple.)

Functions
    * lsi_query

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-5
+ Revision: 3011ad1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4728 |14cr|perl-GPS-Lowrance-Trail-0.430.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    GPS-Lowrance-Trail
%define upstream_version 0.43

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Convert between GDM16 Trails and other formats

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/GPS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp::Assert)
BuildRequires:	perl(Geo::Coordinates::DecimalDegrees)
BuildRequires:	perl(Geo::Coordinates::UTM)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(XML::Generator)
BuildArch:	noarch

%description
This module allows one to convert between Lowrance GPS trail files (handled
by their GDM16 application), Latitude/Longitude (or "Lat/Lon") files, UTM,
and GPX files which may be used by mapping applications.

Methods
    The following methods are implemented.
    * new

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.430.0-5
+ Revision: ca6dd6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4729 |14cr|perl-GPS-Point-0.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    GPS-Point
%define upstream_version 0.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.20
Release:	3

Summary:	Provides an object interface for a GPS point

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/GPS/GPS-Point-0.20.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Number::Delta)
BuildRequires:	perl(Test::Simple)
BuildArch:	noarch

%description
This is a re-write of the Net::GPSD::Point manpage with a goal of being
more re-usable.

GPS::Point - Provides an object interface for a GPS fix (e.g. Position,
Velocity and Time).

  Note: Please use Geo::Point, if you want 2D or projection support.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-3
+ Revision: 4eb1479
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4730 |14cr|perl-Graph-0.960.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Graph
%define upstream_version 0.96

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3
Epoch:      1

Summary:    Graph data structures and algorithms in perl

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Graph/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(JSON::PP)
BuildRequires: perl(List::Util)
BuildRequires: perl(Math::Complex)
BuildRequires: perl(Safe)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Storable) >= 2.50.0
BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module is not for drawing any sort of graphics, but instead it is for
creating abstract data structures called graphs, and for doing various
operations on those.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes DESIGN META.json META.yml MYMETA.yml README RELEASE TODO
%{perl_vendorlib}/Graph
%{perl_vendorlib}/Graph.*
%{perl_vendorlib}/Heap071
%{perl_vendorlib}/auto/Heap071
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.960.0-3
+ Revision: 5898701
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4731 |14cr|perl-Graph-Easy-0.750.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Graph-Easy
%define upstream_version 0.75
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Parse Graphviz text into Graph::Easy


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Graph/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
'Graph::Easy' lets you generate graphs consisting of various shaped nodes
connected by edges (with optional labels).

It can read and write graphs in a varity of formats, as well as render them
via its own grid-based layouter.

Since the layouter works on a grid (manhattan layout), the output is most
usefull for flow charts, network diagrams, or hierarchy trees.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm t/pod.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE CHANGES
%{_bindir}/graph-easy
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.750.0-2
+ Revision: a237dab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4732 |14cr|perl-Graphics-ColorNames-2.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Graphics-ColorNames
%define upstream_version 2.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Provides RGB values for standard color names

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Graphic/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(DirHandle)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(FileHandle)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Module::Load)
BuildRequires:	perl(Module::Loaded)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(base)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module provides a common interface for obtaining the RGB values of
colors by standard names. The intention is to (1) provide a common module
that authors can use with other modules to specify colors by name; and (2)
free module authors from having to "re-invent the wheel" whenever they
decide to give the users the option of specifying a color by name rather
than RGB value.

For example,

  use Graphics::ColorNames 2.10;

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.110.0-5
+ Revision: c12536f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4733 |14cr|perl-GraphViz-2.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 GraphViz
%define upstream_version 2.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/%{upstream_name}-%{upstream_version}.tgz

BuildRequires: perl(Carp) >= 1.10.0
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Which) >= 1.90.0
BuildRequires: perl(Getopt::Long) >= 2.340.0
BuildRequires: perl(IO::Dir) >= 1.40.0
BuildRequires: perl(IO::File) >= 1.100.0
BuildRequires: perl(IPC::Run) >= 0.600.0
BuildRequires: perl(LWP::Simple) >= 6.0.0
BuildRequires: perl(Parse::RecDescent) >= 1.965.1
BuildRequires: perl(Pod::Usage) >= 1.160.0
BuildRequires: perl(Test::More) >= 0.470.0
BuildRequires: perl(Time::HiRes) >= 1.510.0
BuildRequires: perl(XML::Twig) >= 3.380.0
BuildRequires: perl(XML::XPath) >= 1.130.0
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
BuildRequires: fonts-ttf-dejavu
BuildRequires: graphviz
BuildRequires: perl-devel

BuildArch:	noarch
Requires:	graphviz

%description
This module provides an interface to layout and image generation of
directed and undirected graphs in a variety of formats (PostScript, PNG,
etc.) using the "dot", "neato" and "twopi" programs from the GraphViz
project (http://www.graphviz.org/ or
http://www.research.att.com/sw/tools/graphviz/). 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README META.json META.yml MYMETA.yml examples
%{perl_vendorlib}/GraphViz.pm
%{perl_vendorlib}/GraphViz
%{perl_vendorlib}/Devel
%{_mandir}/*/*



%changelog
* Mon Sep 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.150.0-1
+ Revision: 4308f7f
- Turn back perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4734 |14cr|perl-GStreamer-0.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    GStreamer
%define upstream_version 0.19
Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    Perl module for the gstreamer library

License:    GPL+ or Artistic
Group:      Development/GNOME and GTK+
Url:        http://gtk2-perl.sf.net/
Source0:    http://sourceforge.net/projects/gtk2-perl/files/GStreamer/%{upstream_version}/GStreamer-%{upstream_version}.tar.gz
# http://sourceforge.net/project/showfiles.php?group_id=64773&package_id=150831

BuildRequires: libgstreamer-devel >= 0.10
BuildRequires: perl-Glib >= 1.100
BuildRequires: perl-Gtk2 >= 1.100
BuildRequires: perl-ExtUtils-Depends
BuildRequires: perl-ExtUtils-PkgConfig
BuildRequires: perl-devel

%description
This module allows you to use the GStreamer library from Perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}" OTHERLDFLAGS="-Wl,--as-needed"
#%make test || :

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc examples
%{_mandir}/*/*
%{perl_vendorarch}/%{upstream_name}*
%{perl_vendorarch}/auto/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-3
+ Revision: 885b1ff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4735 |14cr|perl-GStreamer-Interfaces-0.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    GStreamer-Interfaces
%define upstream_version 0.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    Perl module for the gstreamer library

License:    GPL+ or Artistic
Group:      Development/GNOME and GTK+
Url:        http://gtk2-perl.sf.net/
Source0:    %{upstream_name}-%{upstream_version}.tar.gz
# http://sourceforge.net/project/showfiles.php?group_id=64773&package_id=150831

BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	perl(Glib) >= 1.100
BuildRequires:	perl(GStreamer)
BuildRequires:	perl(Gtk2) >= 1.100
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::PkgConfig)
BuildRequires:	perl-devel

%description
This module allows you to use the GStreamer library from Perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 
perl Makefile.PL INSTALLDIRS=vendor

%build
%make OPTIMIZE="%{optflags}"

%check
#%make test

%install
%makeinstall_std

%files
%{_mandir}/*/*
%{perl_vendorarch}/GStreamer/*
%{perl_vendorarch}/auto/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-5
+ Revision: b2ed256
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4736 |14cr|perl-Gtk2-CV-1.560.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Gtk2-CV
%define upstream_version 1.56

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Gtk2::CV::Jobber::Client(.*)\\)'
%else
%define _requires_exceptions perl(Gtk2::CV::Jobber::Client::)
%endif

Name: 		perl-%{upstream_name}
Version: 	%perl_convert_version %{upstream_version}
Release:	6

Summary:	A fast gtk+ image viewer modeled after xv

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Gtk2/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	gtkspell-devel
BuildRequires:	glitz-devel
BuildRequires:	jpeg-devel
BuildRequires:	magic-devel
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::PkgConfig)
BuildRequires:	perl(Gtk2)
BuildRequires:	perl(Glib) > 1.00
BuildRequires:	perl-devel

# not automatically found:
Requires:	perl(Gtk2::PodViewer)

%description
CV is a fast gtk+ image viewer modeled after xv.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 
perl -pi -e 's/PetRenamer/PatRenamer/' lib/Gtk2/CV/Plugin/PatRenamer.pm

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2*
%{perl_vendorarch}/auto/Gtk2



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.560.0-6
+ Revision: b6b0ed8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4737 |14cr|perl-Gtk2-Deprecated-0.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Gtk2-Deprecated
%define fmodule Gtk2/Deprecated
%define upstream_version 0.06

Summary:	Perl module for deprecated gtk+-2.x widgets

Name:		perl-%{module}
Version:	%perl_convert_version 0.06
Release:	3
License: 	GPL or Artistic
Group:		Development/GNOME and GTK+
URL:		http://gtk2-perl.sf.net/
Source:		http://asofyet.org/muppet/software/gtk2-perl/Gtk2-Deprecated-0.06.tar.gz
BuildRequires:	perl-devel	
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(Gtk2)
BuildRequires:	glitz-devel

%description
This module provides perl access to the widgets that were deprecated
in gtk+2.x.

%prep
%setup -q -n %{module}-%{upstream_version}
find -type d -name CVS | rm -rf 

%build
RPM_OPT_FLAGS="%{optflags}"
perl Makefile.PL INSTALLDIRS=vendor
make OPTIMIZE="%{optflags}"
#%make test || :

%install
%makeinstall_std

%files
%{_mandir}/*/*
%{perl_vendorarch}/%{fmodule}
%{perl_vendorarch}/%{fmodule}.pm
%{perl_vendorarch}/auto/%{fmodule}
%{perl_vendorarch}/Gtk2/*.pod
%{perl_vendorarch}/Gtk2/Gdk




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-3
+ Revision: 63e8587
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4738 |14cr|perl-Gtk2-Ex-PodViewer-0.180.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Gtk2-Ex-PodViewer
%define	upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A Gtk2 widget for displaying Plain old Documentation (POD)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Gtk2/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Glib) => 1.00
BuildRequires:	perl(Gtk2)
BuildRequires:	perl(ExtUtils::PkgConfig) 
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(IO::Stringy)
BuildRequires:	perl(Pod::Simple)
BuildRequires:	perl(Locale::gettext)
BuildArch:	noarch

Requires:	perl(Glib) >= 1.00
Provides:	perl-Gtk2-PodViewer = %{version}
Provides:	perl(Gtk2::PodViewer) = %{version}

%description
Gtk2::PodViewer is a widget for rendering Perl POD documents. It is based on
the Gtk2::TextView widget and uses Pod::Parser for manipulating POD data.

podviewer uses it in order to render POD documentation

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 
chmod 644 README

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_bindir}/podviewer
%{_mandir}/*/*
%{perl_vendorlib}/Gtk2



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-4
+ Revision: 1dd41b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4739 |14cr|perl-Gtk2-Ex-Simple-List-0.500.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Gtk2-Ex-Simple-List
%define	upstream_version 0.50

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A simple interface to Gtk2's complex MVC list widget

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RM/RMCFARLA/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Gtk2)
BuildArch:	noarch

%description
Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to
implement list and tree widgets. Gtk2::Ex::Simple::List automates the complex
setup work and allows you to treat the list model as a more natural list of
lists structure.

After creating a new Gtk2::Ex::Simple::List object with the desired columns you
may set the list data with a simple Perl array assignment. Rows may be added or
deleted with all of the normal array operations. You can treat the data member
of the Simple::List object as an array reference, and manipulate the list data
with perl's normal array operators.

A mechanism has also been put into place allowing columns to be Perl scalars.
The scalar is converted to text through Perl's normal mechanisms and then
displayed in the list. This same mechanism can be expanded by defining
arbitrary new column types before calling the new function.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{_mandir}/*/*
%{perl_vendorlib}/Gtk2



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.500.0-4
+ Revision: cb80e3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4740 |14cr|perl-Gtk2Fu-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Gtk2Fu
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	GTK2 Forked Ultimate, a powerful layer on top of Gtk2 (forked from ugtk2)

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DA/DAMS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Gtk2)

BuildArch:	noarch

%description
gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity
and speed of development. It brings additional methods to ease the widget
creation among other things. But the most important feature is that it
brings you a lot of derivated methods from existing methods, that does
exactly the same thing, except that ir returns the widget.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: 42b2975
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4741 |14cr|perl-Gtk2-GladeXML-1.007-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Gtk2-GladeXML
%define fmodule Glade

Summary: Perl module for the glade libraries

Name:    perl-%module
Version: 1.007
Release:	6
License: GPL or Artistic
Group:   Development/GNOME and GTK+
Source:  %module-%{version}.tar.bz2
URL: http://gtk2-perl.sf.net/
BuildRequires: libglade2.0-devel perl-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Gtk2
BuildRequires: glitz-devel
Requires: perl-Gtk2 
Conflicts: drakxtools < 9.1-15mdk

%description
This package adds perl support for Glade 2.x to Gtk2-Perl.

libglade allows to load externally stored user interfaces in programs
This allows alteration of GUIes without recompiling of programs.

%prep
%setup -q -n %module-%{version}
find -type d -name CVS | rm -rf 

%build
RPM_OPT_FLAGS="%{optflags}"
export GTK2_PERL_CFLAGS="%{optflags}"
perl Makefile.PL INSTALLDIRS=vendor
make OPTIMIZE="%{optflags}"
#%make test || :

%install
%makeinstall_std

%clean


%files
%defattr(-, root, root)
%doc examples
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2/*
%{perl_vendorarch}/auto/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.007-6
+ Revision: c9dac82
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4742 |14cr|perl-Gtk2-GLExt-0.900.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Gtk2-GLExt
%define upstream_version 0.90

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl module for the GtkGLExt library

License:	GPLv2+
Group:		Development/GNOME and GTK+
Url:		http://gtk2-perl.sf.net/
Source0:	http://downloads.sourceforge.net/sourceforge/gtk2-perl/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		perl-Gtk2-GLExt-0.90-build.patch

BuildRequires:	glitz-devel
BuildRequires:	gtkglext-devel >= 1
BuildRequires:	perl-ExtUtils-Depends 
BuildRequires:	perl-Gtk2
BuildRequires:	perl-ExtUtils-PkgConfig
BuildRequires:	perl-devel 

Conflicts:	drakxtools < 9.1-15mdk
Requires:	perl-Gtk2 

%description
This package adds perl support for GtkGLExt, an OpenGL extension to
GTK+ 2.0 or later.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0 -b .build
find -type d -name CVS | rm -rf 

%build
RPM_OPT_FLAGS="%{optflags}"
export GTK2_PERL_CFLAGS="%{optflags}"
perl Makefile.PL INSTALLDIRS=vendor
make OPTIMIZE="%{optflags}"
#%make test || :

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc examples
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2/*
%{perl_vendorarch}/auto/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.900.0-4
+ Revision: baeb4df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4743 |14cr|perl-Gtk2-ImageView-0.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Gtk2-ImageView
%define	upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Perl bindings to the GtkImageView image viewer widget

License:	LGPLv3+
Group:	  	Development/GNOME and GTK+
Url:		http://search.cpan.org/Dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/R/RA/RATCLIFFE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-Gtk2 >= 1.140
BuildRequires:	perl-ExtUtils-Depends >= 0.2
BuildRequires:	perl-ExtUtils-PkgConfig >= 1.03
BuildRequires:	perl-Glib >= 1.140
BuildRequires:	gtkimageview-devel >= 1.6.0
BuildRequires:	perl-devel

%description
Perl bindings to the GtkImageView image viewer widget
Find out more about GtkImageView at http://trac.bjourne.webfactional.com/.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor --default
%make

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc AUTHORS README
%{perl_vendorarch}/Gtk2/Gdk/Pixbuf/Draw/Cache.pod
%{perl_vendorarch}/Gtk2/ImageView.pm
%{perl_vendorarch}/Gtk2/ImageView.pod
%{perl_vendorarch}/Gtk2/ImageView
%{perl_vendorarch}/auto/Gtk2/ImageView/ImageView.so
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-3
+ Revision: cbe86b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4744 |14cr|perl-Gtk2-NotificationBubble-0.01-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module NotificationBubble

Summary: Perl module interface to the EggNotificationBubble library
Name:    perl-Gtk2-%module
Version: 0.01
Release:	16
License: GPL or Artistic
Group:   Development/GNOME and GTK+
Source:  Gtk2-%module-%version.tar.bz2
Patch0:  Gtk2-NotificationBubble-0.01-triangle.patch
URL:     http://cvs.gnome.org/viewcvs/rhythmbox/widgets/eggnotificationbubble.c
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: gtk+2-devel perl-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib >= 0.92
BuildRequires: perl-Gtk2
BuildRequires: glitz-devel
Requires: gtk+2 perl-Gtk2 >= 0.95-6mdk

%description
This module allows a Perl developer to display notification bubbles on
top of Gtk2 widgets. They look like tooltips with bevelled borders and
arrows. They can display an icon and a bold header.

%prep
%setup -q -n Gtk2-%module-%version
perl Makefile.PL INSTALLDIRS=vendor
%patch0 -p1 -b .triangle

%build
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%files
%doc examples/*
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2
%{perl_vendorarch}/auto/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.01-16
+ Revision: c13eb64
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4745 |14cr|perl-Gtk2-Phat-0.80.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Gtk2-Phat
%define upstream_version 0.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl interface to the Phat widget collection

License:	GPL+ or Artistic
Group:		Development/Perl
Url:            http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-Gtk2
BuildRequires:	perl-Glib > 1.00
BuildRequires:	perl-ExtUtils-Depends
BuildRequires:	perl-ExtUtils-PkgConfig
BuildRequires:	phat-devel
BuildRequires:	glitz-devel
BuildRequires:	gtkspell-devel

%description
This module allows a perl developer to access the widgets of the Phat widget 
collection which is geared toward pro-audio apps. The goal is to eliminate 
duplication of effort and provide some standardization.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%{perl_vendorarch}/Gtk2
%{perl_vendorarch}/auto/Gtk2
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-4
+ Revision: 2b95405
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4746 |14cr|perl-Gtk2-Recent-0.31.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Gtk2-Recent
%define upstream_version 0.031

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	13

Summary:	Perl module for the Recently used Files list

License:	GPL+ or Artistic
Group:		Development/GNOME and GTK+
Url:		http://gtk2-perl.sf.net/
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		Gtk2-Recent-0.031-error-format-security.patch

BuildRequires:	pkgconfig(glitz)
Buildrequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(gtkspell-2.0)
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::PkgConfig)
BuildRequires:	perl(Glib) > 1.00
Buildrequires:	perl(Gnome2::VFS)
BuildRequires:	perl(Gtk2)
Buildrequires:	perl-devel

Requires:	gtk+2

%description
This module allows a Perl programmer to access the Recently used Files list
using the libegg component.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 
%patch0 -p0 -b .fmtsec

%build
RPM_OPT_FLAGS="%{optflags} -Os"
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
#%make test || :

%install
%makeinstall_std

%files
%doc examples/*
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2
%{perl_vendorarch}/auto/Gtk2



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.31.0-13
+ Revision: 83e2730
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4747 |14cr|perl-Gtk2-SourceView-1.0.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Gtk2-SourceView
%define upstream_version 1.000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	15

Summary:	Perl upstream_name for the gtksourceview library

License:	GPL or Artistic
Group:		Development/GNOME and GTK+
Url:		http://gtk2-perl.sf.net/
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		Gtk2-SourceView-1.000-port-to-api2.patch

BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgnomeprintui-2.2)
BuildRequires:	pkgconfig(gtksourceview-1.0)
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::PkgConfig)
BuildRequires:	perl(Glib)                 >  1.00
BuildRequires:	perl(Gnome2)               >= 0.30
BuildRequires:	perl(Gnome2::Print)
BuildRequires:	perl-devel 

# for data files:
Requires:	gtksourceview1
Requires:	gtk+2

%description
This module provides perl access to the libgtksourceview library, a library
that adds syntax highlighting, line numbers, and other programming-editor
features.
GtkSourceView specializes these features for a code editor.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# (tv) disabled (not enought to build with gtksourceview-2):
#%patch -p0
find -type d -name CVS | xargs rm -rf 
perl Makefile.PL INSTALLDIRS=vendor

%build
%make OPTIMIZE="%{optflags}"
#%make test || :

%install
%makeinstall_std

%files
%doc examples
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2/*
%{perl_vendorarch}/auto/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-15
+ Revision: a830343
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4748 |14cr|perl-Gtk2-Spell-1.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Gtk2-Spell
%define upstream_version 1.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    Perl module for the gtkspell library

License:    GPL+ or Artistic
Group:      Development/GNOME and GTK+
Url:        http://gtk2-perl.sf.net/
Source0:    http://ovh.dl.sourceforge.net/sourceforge/gtk2-perl/%upstream_name-%upstream_version.tar.bz2
Patch0:     Gtk2-Spell-1.03.diff
BuildRequires: glitz-devel
BuildRequires: gtkspell-devel 
BuildRequires: perl-ExtUtils-Depends 
BuildRequires: perl-ExtUtils-PkgConfig 
BuildRequires: perl-Gtk2 
BuildRequires: perl-Glib > 1.00 
Buildrequires: perl-devel

Requires: gtk+2

%description
This module provides perl access to the gtkspell library.

The GtkSpell graphical user interface library allow to write applications that
highlight mis-spelled words.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1
find -type d -name CVS | rm -rf 

%build
perl Makefile.PL INSTALLDIRS=vendor
make OPTIMIZE="%{optflags} -Os -s"

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc LICENSE gtkspell_simple.pl
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2/*
%{perl_vendorarch}/auto/Gtk2/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-5
+ Revision: 30ce930
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4749 |14cr|perl-Gtk2-StatusIcon-0.010-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Gtk2-StatusIcon
%define	fmodule	Gtk2/StatusIcon

Summary:	Perl module interface to the EggSystemTray library

Name:		perl-%{module}
Version:	0.010
Release:	11
License:	GPL or Artistic
Group:		Development/GNOME and GTK+
Source0:	%{module}-%{version}.tar.bz2
URL:		http://gtk2-perl.sf.net/
BuildRequires:	gtkspell-devel perl-ExtUtils-Depends perl-Gtk2 perl-Gnome2 >= 1.020-2mdk
BuildRequires:	perl-Glib > 1.00 perl-ExtUtils-PkgConfig 
BuildRequires:	pkgconfig(libgnomeui-2.0)
Buildrequires:	perl-devel
BuildRequires:	pkgconfig(glitz)
Requires:	perl-Gnome2 >= 1.020-2mdk


%description
This module allows a Perl developer to embed an arbitrary widget in a
System Tray like the Gnome notification area.


%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc NEWS examples/*
%{_mandir}/*/*
%{perl_vendorarch}/%{fmodule}.pm
%{perl_vendorarch}/%{fmodule}
%{perl_vendorarch}/auto/%{fmodule}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.010-11
+ Revision: 036216b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4750 |14cr|perl-Gtk2-TrayManager-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Gtk2-TrayManager
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl bindings for EggTrayManager

License:	GPL+ or Artistic
Group:		Development/GNOME and GTK+
URL:		http://gtk2-perl.sf.net/
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	glitz-devel
BuildRequires:	gtkspell-devel 
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::PkgConfig)
BuildRequires:	perl(Gtk2)
BuildRequires:	perl(Glib) > 1.00 
Requires:	gtk+2

%description
The EggTrayManager library is used internally by GNOME to implement the
server-side of the Notification Area (or system tray) protocol.

Gtk2::TrayManager allows you to create notification area applications using
Gtk2-Perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 

%build
perl Makefile.PL INSTALLDIRS=vendor
make OPTIMIZE="%{optflags} -Os -s"
#%make test || :

%install
%makeinstall_std

%files
%doc examples/*
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2/*
%{perl_vendorarch}/auto/Gtk2/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: b5bc258
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4751 |14cr|perl-Gtk2-Unique-0.50.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Gtk2-Unique
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6
Summary:    Perl bindings for libunique
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Gtk2/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: unique-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::PkgConfig)
BuildRequires: perl(Gtk2)
BuildRequires: perl-devel

%description
Gtk2::Unique is a Perl binding for the C library libunique which provides a
way for writing single instance application. If you launch a single
instance application twice, the second instance will either just quit or
will send a message to the running instance.

For more information about libunique see: the
http://live.gnome.org/LibUnique manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-6
+ Revision: 4e315dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4752 |14cr|perl-GTop-0.180.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 GTop
%define upstream_version 0.18

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 0.18
Release:	3

Summary:	Perl interface to libgtop

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/M/MJ/MJH/GTop-0.18.tar.gz

BuildRequires:	pkgconfig(libgtop-2.0)
Buildrequires:	perl-devel
Requires:	perl 

%description
GTop is a Perl interface to libgtop.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean 

%files 
%{perl_vendorarch}/config.pl
%{perl_vendorarch}/GTop*
%{perl_vendorarch}/auto/GTop
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-3
+ Revision: 0157b94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4753 |14cr|perl-Guard-1.22.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Guard
%define upstream_version 1.022

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	4

Summary:    Safe cleanup blocks

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
This module implements so-called "guards". A guard is something (usually an
object) that "guards" a resource, ensuring that it is cleaned up when
expected.

Specifically, this module supports two different types of guards: guard
objects, which execute a given code block when destroyed, and scoped
guards, which are tied to the scope exit.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.22.0-4
+ Revision: 9374f20
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4754 |14cr|perl-Hal-Cdroms-0.03-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Hal-Cdroms

Name:		perl-%{module}
Version:	0.03
Release:	13
Summary:	Access cdroms through HAL and D-Bus
License:	GPL or Artistic
Group:		Development/Perl
Source:		http://search.cpan.org/CPAN/authors/id/P/PI/PIXEL/%{module}-%{version}.tar.gz
Url:		http://search.cpan.org/dist/%{module}
BuildRequires:	perl-devel
Requires:	perl(Net::DBus)

BuildArch:	noarch

%description
Access cdroms through HAL and D-Bus

%prep
%setup -q -n %{module}-%{version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes
%{perl_vendorlib}/Hal/Cdroms*
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.03-13
+ Revision: f817980
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4755 |14cr|perl-Hash-AutoHash-1.170.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hash-AutoHash
%define upstream_version 1.17

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Object-oriented access to real and tied hashes

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Hash/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter) >= 5.580.0
BuildRequires: perl(JSON::PP)
BuildRequires: perl(List::MoreUtils) >= 0.90.0
BuildRequires: perl(Module::Build) >= 0.400.700
BuildRequires: perl(Scalar::Util) >= 1.10.0
BuildRequires: perl(Test::Deep) >= 0.110.0
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Content)
BuildRequires: perl(Tie::Hash) >= 1.0.0
BuildRequires: perl(Tie::Hash::MultiValue)
BuildRequires: perl(Tie::ToObject)
BuildArch:  noarch

%description
This is yet another module that lets you access or change the elements of a
hash using methods with the same name as the element's key. It follows in
the footsteps of the Hash::AsObject manpage, the Hash::Inflator manpage,
the Data::OpenStruct::Deep manpage, the Object::AutoAccessor manpage, and
probably others. The main difference between this module and its forebears
is that it supports tied hashes, in addition to regular hashes. This allows
a modular division of labor: this class is generic and treats all hashes
the same; any special semantics come from the tied hash.

The class has a 'new' method but also supplies several functions for
constructing new Hash::AutoHash objects. Except in the simplest cases, we
recommend using the constructor functions rather than 'new'.

The constructor functions shown in the SYNOPSIS are all you need for
typical uses. autohash_hash creates a new 'real' (ie, not tied)
Hash::AutoHash object; autohash_tie creates a new tied Hash::AutoHash
object. Once the objects are constructed, the class treats them the same
way.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.170.0-2
+ Revision: e645984
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4756 |14cr|perl-Hash-AutoHash-Args-1.180.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hash-AutoHash-Args
%define upstream_version 1.18

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Object-oriented processing of argument lists (version 0)

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Hash/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Test::Pod::Content)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Exporter)
BuildRequires: perl(Hash::AutoHash)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More)
BuildRequires: perl(Tie::Hash)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
This class simplifies the handling of keyword argument lists. It replaces
the Class::AutoClass::Args manpage. See the DIFFERENCES FROM
Class::AutoClass::Args manpage for a discussion of what's new. See the
Hash::AutoHash::Args::V0 manpage for a subclass which is more compatible
with the original.

The 'new' method accepts a list, ARRAY, or HASH of keyword=>value pairs,
another Hash::AutoHash::Args object, or any object that can be coerced into
a HASH . It normalizes the keywords to ignore case and leading dashes
('-'). The following keywords are all equivalent:

  name, -name, -NAME, --NAME, Name, -Name

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%perl_vendorlib/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.180.0-2
+ Revision: 24ccdd4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4757 |14cr|perl-Hash-Flatten-1.190.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hash-Flatten
%define upstream_version 1.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Flatten/unflatten complex data hashes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Hash/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Log::Trace)
BuildRequires:	perl(Test::Assertions)
BuildArch:	noarch

%description
Converts back and forth between a nested hash structure and a flat hash of
delimited key-value pairs. Useful for protocols that only support key-value
pairs (such as CGI and DBMs).

Functional interface
    * $flat_hash = flatten($nested_hash, \% options)

      Reduces a nested data-structure to key-value form. The top-level
      container must be hashref. For example:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.190.0-6
+ Revision: 22bc7f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4758 |14cr|perl-Hash-Merge-0.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hash-Merge
%define upstream_version 0.200

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Merges arbitrarily deep hashes into a single hash

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Hash/Hash-Merge-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Clone)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Hash::Merge merges two arbitrarily deep hashes into a single hash. That is,
at any level, it will add non-conflicting key-value pairs from one hash to
the other, and follows a set of specific rules when there are key value
conflicts (as outlined below). The hash is followed recursively, so that
deeply nested hashes that are at the same level will be merged when the
parent hashes are merged. *Please note that self-referencing hashes, or
recursive references, are not handled well by this method.*

Values in hashes are considered to be either ARRAY references, HASH
references, or otherwise are treated as SCALARs. By default, the data
passed to the merge function will be cloned using the Clone module;
however, if necessary, this behavior can be changed to use as many of the
original values as possible. (See 'set_clone_behavior').

Because there are a number of possible ways that one may want to merge
values when keys are conflicting, Hash::Merge provides several preset
methods for your convenience, as well as a way to define you own. These are
(currently):

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-3
+ Revision: fe65abd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4759 |14cr|perl-Hash-Merge-Simple-0.51.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hash-Merge-Simple
%define upstream_version 0.051

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Recursively merge two or more hashes, simply

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Hash/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Test::Warn)
BuildArch:	noarch

%description
Hash::Merge::Simple will recursively merge two or more hashes and return
the result as a new hash reference. The merge function will descend and
merge hashes that exist under the same node in both the left and right
hash, but doesn't attempt to combine arrays, objects, scalars, or anything
else. The rightmost hash also takes precedence, replacing whatever was in
the left hash if a conflict occurs.

This code was pretty much taken straight from the Catalyst::Utils manpage,
and modified to handle more than 2 hashes at the same time.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.51.0-5
+ Revision: 65efe7b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4760 |14cr|perl-Hash-MoreUtils-0.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hash-MoreUtils
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Provide the stuff missing in Hash::Util

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Hash/Hash-MoreUtils-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Similar to 'List::MoreUtils', 'Hash::MoreUtils' contains trivial but
commonly-used functionality for hashes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-3
+ Revision: 81e0567
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4761 |14cr|perl-Hash-MultiValue-0.150.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hash-MultiValue
%define upstream_version 0.15

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Store multiple values per key

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Hash/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Hash::MultiValue is an object (and a plain hash reference) that may contain
multiple values per key, inspired by MultiDict of WebOb.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-3
+ Revision: f05018e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4762 |14cr|perl-Hash-Rename-1.100.860-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hash-Rename
%define upstream_version 1.100860

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Rename hash keys

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Hash/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Compile)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description
Using this module you can rename a hash's keys in place.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.860-5
+ Revision: 4ac7d58
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4763 |14cr|perl-Hash-Util-FieldHash-Compat-0.70.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hash-Util-FieldHash-Compat
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Emulate Hash::Util::FieldHash using

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Hash/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::use::ok)
BuildArch:	noarch

%description
Under older perls this module provides a drop in compatible api to the
Hash::Util::FieldHash manpage using the perltie manpage. When the
Hash::Util::FieldHash manpage is available it will use that instead.

This way code requiring field hashes can benefit from fast, robust field
hashes on Perl 5.10 and newer, but still run on older perls that don't ship
with that module.

See the Hash::Util::FieldHash manpage for all the details of the API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-3
+ Revision: e51d71e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4764 |14cr|perl-Heap-0.800.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Heap
%define upstream_version 0.80

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JM/JMM/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Heap collection of modules provide routines that manage a heap of
elements. A heap is a partially sorted structure that is always able to
easily extract the smallest of the elements in the structure (or the
largest if a reversed compare routine is provided). 

If the collection of elements is changing dynamically, the heap has less
overhead than keeping the collection fully sorted. 

The elements must be objects as described in "Heap::Elem" and all
elements inserted into one heap must be mutually compatible - either the
same class exactly or else classes that differ only in ways unrelated to
the Heap::Elem interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Heap.pm
%{perl_vendorlib}/Heap
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.800.0-4
+ Revision: ef9722d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4765 |14cr|perl-Heimdal-Kadm5-0.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Heimdal-Kadm5
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	Perl extension for adminstration of Heimdal Kerberos servers

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/L/LE/LEIFJ/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	heimdal-devel

%description
Heimdal::Kadm5 is a basic XSUB perl glue to the Heimdal
(http://www.pdc.kth.se/src/heimdal) kadm5clnt library. Heimdal is a free,
slightly less export challenged implementation of Kerberos5 by Assar Westerlund
and Johan Danielsson. Heimdal::Kadm5 allows you to perform more administration
of your kdc than you can usually pull off with the included kadmin program.
Heimdal::Kadm5 should be considered alpha-code and may consequently crash and
burn but should not muck up your kdc any more than kadmin itself does.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor INC="-I%{_includedir}/heimdal"
%make

%install
%makeinstall_std

%check
# doesn't work without a running KDC
#make test

%files
%doc Changes README
%{perl_vendorarch}/Heimdal
%{perl_vendorarch}/auto/Heimdal
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-5
+ Revision: 1f42d8f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4766 |14cr|perl-Hook-Output-File-0.70.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hook-Output-File
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Redirect STDOUT/STDERR to a file

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Hook/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(boolean)
BuildRequires:	perl(Carp)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::Capture)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Tie::Handle)
BuildArch:	noarch

%description
'Hook::Output::File' redirects 'STDOUT/STDERR' to a file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-4
+ Revision: e10fdde
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4767 |14cr|perl-HTML-Display-0.400.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Display
%define upstream_version 0.40

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.40
Release:	3

Summary:	Use an OLE object to display HTML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/HTML-Display-0.40.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::TokeParser::Simple)
BuildRequires:	perl(LWP)
BuildRequires:	perl(Test::Harness)
BuildRequires:	perl(URI::URL)
BuildRequires:	perl-parent
BuildArch:	noarch

%description
This module abstracts the task of displaying HTML to the user. The
displaying is done by launching a browser and navigating it to either a
temporary file with the HTML stored in it, or, if possible, by pushing the
HTML directly into the browser window.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/HTML



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.400.0-3
+ Revision: 0606534
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4768 |14cr|perl-HTML-FillInForm-2.200.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTML-FillInForm
%define upstream_version 2.20

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Populates HTML Forms with data
License:    Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CGI)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(HTML::Parser) >= 3.260.0
BuildRequires: perl(HTML::TokeParser) >= 3.260.0
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module automatically inserts data from a previous HTML form into the HTML
input, textarea, radio buttons, checkboxes and select tags.  It is a subclass
of HTML::Parser and uses it to parse the HTML and insert the values into the
form tags.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README
%{_mandir}/*/*
%{perl_vendorlib}/HTML


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.200.0-2
+ Revision: 75fbc65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4769 |14cr|perl-HTML-FormFu-2.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-FormFu
%define upstream_version 2.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	HTML Form Management Framework for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Aggregate::Nested)
BuildRequires: perl(File::ShareDir::Install)
BuildRequires:	perl(CGI)
BuildRequires:	perl(Captcha::reCAPTCHA) >= 0.93
BuildRequires:	perl(Class::Accessor::Chained::Fast)
BuildRequires:	perl(Class::C3)
BuildRequires:	perl(Class::Factory::Util)
BuildRequires:	perl(Clone) >= 0.31
BuildRequires:	perl(Config::Any) >= 0.18
BuildRequires:	perl(Crypt::CBC)
BuildRequires:	perl(Crypt::DES)
BuildRequires:	perl(Data::Visitor)
BuildRequires:	perl(Data::Visitor::Callback)
BuildRequires:	perl(Date::Calc)
BuildRequires:	perl(DateTime) >= 0.54
BuildRequires:	perl(DateTime::Format::Builder) >= 0.790.1
BuildRequires:	perl(DateTime::Format::Natural)
BuildRequires:	perl(DateTime::Format::Strptime) >= 1.200.0
BuildRequires:	perl(DateTime::Locale) >= 0.45
BuildRequires:	perl(Email::Valid)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(HTML::Scrubber)
BuildRequires:	perl(HTML::TokeParser::Simple) >= 3.14
BuildRequires:	perl(HTTP::Headers) >= 1.64
BuildRequires:	perl(Hash::Flatten)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Locale::Maketext)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(MooseX::Aliases)
BuildRequires:	perl(MooseX::SetOnce)
BuildRequires:	perl(MooseX::ChainedAccessors::Accessor)
BuildRequires:	perl(Number::Format)
BuildRequires:	perl(Path::Class::File)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Regexp::Common)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Template)
BuildRequires:	perl(Test::More) >= 0.92
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(YAML::XS)
BuildRequires:	perl(boolean)

BuildArch:	noarch

%description
HTML::FormFu is a HTML form framework which aims to be as easy
as possible to use for basic web forms, but with the power and flexibility
to do anything else you might want to do (as long as it involves forms).

You can configure almost any part of formfu's behaviour and output. By
default formfu renders "XHTML 1.0 Strict" compliant markup, with as little
extra markup as possible, but with sufficient CSS class names to allow for
a wide-range of output styles to be generated by changing only the CSS.

All methods listed below (except the /new manpage) can either be called as
a normal method on your '$form' object, or as an option in your config
file. Examples will mainly be shown in the YAML manpage config syntax.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# 'no warnings' tests fail with modern perl
%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{perl_vendorlib}/*
%{_bindir}/html_formfu_deploy.pl
%{_bindir}/html_formfu_dumpconf.pl
%{_mandir}/man1/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.0-2
+ Revision: a154395
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4770 |14cr|perl-HTML-FormFu-Element-reCAPTCHA-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name HTML-FormFu-Element-reCAPTCHA
%define upstream_version 1.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	"Are you human" tester
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Captcha::reCAPTCHA)
BuildRequires:	perl(Devel::GlobalDestruction)
BuildRequires:	perl(Eval::Closure)
BuildRequires:	perl(HTML::FormFu)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(MooseX::Attribute::Chained)
BuildRequires:	perl(Package::DeprecationManager)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
"Are you human" tester!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 81f4a68
- Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4771 |14cr|perl-HTML-FormFu-Model-DBIC-2.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-FormFu-Model-DBIC
%define upstream_version 2.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Integrate HTML::FormFu with DBIx::Class


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(Class::Factory::Util)
BuildRequires:	perl(DateTime::Format::SQLite)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::FormFu)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(Moose::Meta::Attribute::Custom::Trait::Chained)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(YAML::Syck)
BuildRequires:	perl(boolean)
BuildRequires:	perl(strictures)

BuildArch:	noarch

%description
Integrate HTML::FormFu with DBIx::Class.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-2
+ Revision: 9b2fdf4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4772 |14cr|perl-HTML-FormHandler-0.400.560-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-FormHandler
%define upstream_version 0.40056

# Required but not provided with internal dep. generator
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(HTML::FormHandler::Meta::Role\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	An HTML form handler written in Moose

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(List::AllUtils)
BuildRequires: perl(Data::Clone)
BuildRequires:	perl(Carp)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Strptime)
BuildRequires:	perl(Email::Valid)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Locale::Maketext)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Getopt)
BuildRequires:	perl(MooseX::Traits)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(MooseX::Types::Common)
BuildRequires:	perl(MooseX::Types::LoadableClass)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(HTML::TreeBuilder)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(File::ShareDir::Install)
BuildArch:	noarch

%description
HTML::FormHandler maintains a clean separation between form construction
and form rendering. It allows you to define your forms and fields in a
number of flexible ways. Although it provides renderers for HTML, you can
define custom renderers for any kind of presentation.

Although documentation in this file provides some overview, it is mainly
intended for API documentation. See the HTML::FormHandler::Manual::Intro
manpage for a more detailed introduction.

HTML::FormHandler allows you to define form fields and validators. It can
be used for both database and non-database forms, and will automatically
update or create rows in a database. It can be used to process structured
data that doesn't come from an HTML form.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.400.560-3
+ Revision: 7c2ea33
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4773 |14cr|perl-HTML-FormHandler-Model-DBIC-0.280.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-FormHandler-Model-DBIC
%define upstream_version 0.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Generate form classes from DBIC schema

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/HTML-FormHandler-Model-DBIC-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(DBIx::Class::ResultSet::RecursiveUpdate)
BuildRequires:	perl(DateTime::Format::MySQL)
BuildRequires:	perl(DateTime::Format::SQLite)
BuildRequires:	perl(DateTime::Format::W3CDTF)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::FormHandler)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Getopt)
BuildRequires:	perl(SQL::Abstract)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)

# For tests that use perl(HTML::FormHandler)
BuildRequires:	perl(aliased)
BuildArch:	noarch

%description
Catalyst based application.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Disable for now due to very minor errors in syntax (expected)
#make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_bindir}/form_generator.pl
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.280.0-3
+ Revision: 64dedef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4774 |14cr|perl-HTML-FromText-2.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-FromText
%define upstream_version 2.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl module to Convert plain text to HTML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Email::Find)
BuildRequires:	perl(Exporter::Lite)
BuildRequires:	perl(HTML::Parser)
BuildArch:	noarch

%description
HTML::FromText converts text to HTML.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/HTML/FromText.pm
%{_bindir}/text2html
%{_mandir}/man*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.50.0-4
+ Revision: 39327cf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4775 |14cr|perl-HTML-LinkExtractor-0.130.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-LinkExtractor
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl extension for extracting links from HTML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/R/RA/RADOS/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::TokeParser::Simple)
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
Perl extension for extracting links from HTML. It is very similar
to HTML::LinkExtor|HTML::LinkExtor, except that besides getting
the URL, you also get the link-text.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix}
make OPTIMIZE="%{optflags}" PREFIX=%{_prefix}
make test

%install
%makeinstall PREFIX=%{buildroot}%{_prefix}

%files
%doc Changes README
%{perl_vendorlib}/HTML/LinkExtractor.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-4
+ Revision: 3794414
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4776 |14cr|perl-HTML-Lint-2.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTML-Lint
%define upstream_version 2.20
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 2.20
Release:	3

Summary:	Module to check for HTML errors

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/HTML/HTML-Lint-2.20.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(HTML::Tagset)
BuildArch:	noarch

%description
This Perl module is used to check for HTML errors in strings or files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/HTML
%{perl_vendorlib}/Test
%{_mandir}/*/*
%{_bindir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.200.0-3
+ Revision: eef2144
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4777 |14cr|perl-HTML-Prototype-1.480.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTML-Prototype
%define upstream_version 1.48

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Generate HTML and Javascript for the Prototype library

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:  perl(Module::Build)
BuildRequires:	perl(Class::Accessor)
BuildRequires:  perl(HTML::Tree)
BuildArch:	noarch

%description
Some code generators for Prototype, the famous JavaScript OO library. This
library allows you to do Ajax without writing lots of javascript code. This is
mostly a port of the Ruby on Rails helper tags for JavaScript for use in
Catalyst.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e 'tr/\r//d;' README

%build
%{__perl} ./Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc README Changes
%{perl_vendorlib}/HTML
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.480.0-3
+ Revision: 0620e9f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4778 |14cr|perl-HTML-ResolveLink-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-ResolveLink
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Resolve relative links in (X)HTML into absolute URI

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
HTML::ResolveLink is a module to rewrite relative links in XHTML or HTML
into absolute URI.

For example. when you have

  <a href="foo.html">foo</a>
  <img src="/bar.gif" />

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: 4912053
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4779 |14cr|perl-HTML-RewriteAttributes-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-RewriteAttributes
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Concise attribute rewriting

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/HTML-RewriteAttributes/
Source0:	http://www.cpan.org/authors/id/S/SA/SARTAK/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(HTML::Tagset)
BuildRequires:	perl(URI)
BuildRequires:	perl(Test::More)
BuildArch:	noarch
# rpm doesn't catch this
Requires:	perl(HTML::Parser)

%description
HTML::RewriteAttributes is designed for simple yet powerful HTML attribute
rewriting.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
chmod -R u+w %{buildroot}/*

%files
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: 050dfbf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4780 |14cr|perl-HTML-Scrubber-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Scrubber
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl extension for scrubbing/sanitizing html 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/HTML-Scrubber-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Module::Build)
BuildRequires:	perl(HTML::Parser)
BuildArch:	noarch

%description
If you wanna "scrub" or "sanitize" html input in a reliable and flexible 
fashion, then this perl module is for you.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README
%{perl_vendorlib}/HTML
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: f9fd524
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4781 |14cr|perl-HTML-SimpleLinkExtor-1.270.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-SimpleLinkExtor
%define upstream_version 1.27

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A simple way to extract links


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::LinkExtor)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(URI)
BuildRequires:	perl(URI::file)
BuildArch:	noarch

%description
This is a simple HTML link extractor designed for the person who does not
want to deal with the intricacies of 'HTML::Parser' or the de-referencing
needed to get links out of 'HTML::LinkExtor'.

You can extract all the links or some of the links (based on the HTML tag
name or attribute name). If a <BASE HREF> tag is found, all of the relative
URLs will be resolved according to that reference.

This module is simply a subclass around 'HTML::LinkExtor', so it can only
parse what that module can handle. Invalid HTML or XHTML may cause
problems.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man?/*
%{perl_vendorlib}/*
%{_bindir}/linktractor




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.270.0-2
+ Revision: d3667b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4782 |14cr|perl-HTML-Stream-1.600.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTML-Stream
%define upstream_version 1.60

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	HTML output stream class, and some markup utilities

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Output)
BuildArch:	noarch

%description
The HTML::Stream module provides you with an object-oriented (and subclassable)
way of outputting HTML. Basically, you open up an "HTML stream" on an existing
filehandle, and then do all of your output to the HTML stream. You can intermix
HTML-stream-output and ordinary-print-output, if you like.

There's even a small built-in subclass, HTML::Stream::Latin1, which can handle
Latin-1 input right out of the box. But all in good time...

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc COPYING README README.system docs examples testin
%{perl_vendorlib}/HTML
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.600.0-4
+ Revision: b59a045
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4783 |14cr|perl-HTML-Strip-1.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Strip
%define upstream_version 1.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    Perl extension for stripping HTML markup from text

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel

%description
This module simply strips HTML-like markup from text in a very quick and
brutal manner. It could quite easily be used to strip XML or SGML from text
as well; but removing HTML markup is a much more common problem, hence this
module lives in the HTML:: namespace.

It is written in XS, and thus about five times quicker than using regular
expressions for the same task.

It does _not_ do any syntax checking (if you want that, use the
HTML::Parser manpage), instead it merely applies the following rules:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-5
+ Revision: c22e113
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4784 |14cr|perl-HTML-StripScripts-1.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-StripScripts
%define upstream_version 1.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Strip scripting constructs out of HTML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module strips scripting constructs out of HTML, leaving as much
non-scripting markup in place as possible. This allows web applications to
display HTML originating from an untrusted source without introducing XSS
(cross site scripting) vulnerabilities.

You will probably use the HTML::StripScripts::Parser manpage rather than
using this module directly.

The process is based on whitelists of tags, attributes and attribute
values. This approach is the most secure against disguised scripting
constructs hidden in malicious HTML documents.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-5
+ Revision: ac856be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4785 |14cr|perl-HTML-StripScripts-Parser-1.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-StripScripts-Parser
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	XSS filter using HTML::Parser

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(HTML::StripScripts)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This class provides an easy interface to 'HTML::StripScripts', using
'HTML::Parser' to parse the HTML.

See the HTML::Parser manpage for details of how to customise how the raw
HTML is parsed into tags, and the HTML::StripScripts manpage for details of
how to customise the way those tags are filtered.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/HTML


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-4
+ Revision: d711c3c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4786 |14cr|perl-HTML-Table-2.08a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name HTML-Table

Summary:	HTML::Table module for perl 

Name:		perl-%{real_name}
Version:	2.08a
Release:	4
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
HTML::Table is used to generate HTML tables for CGI scripts.  By using the
methods provided fairly complex tables can be created, manipulated, then
printed from Perl scripts.  The module also greatly simplifies creating
tables within tables from Perl.  It is possible to create an entire table
using the methods provided and never use an HTML tag.

%prep

%setup -q -n %{real_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{perl_vendorlib}/HTML/Table.pm
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.08a-4
+ Revision: f402cb4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4787 |14cr|perl-HTML-TableContentParser-0.130.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-TableContentParser
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Do interesting things with the contents of tables

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		perl-HTML-TableContentParser-0.13-fix-tests.patch

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Parser)

BuildArch:	noarch

%description
This package pulls out the contents of a table from a string containing
HTML. Each time a table is encountered, data will be stored in an array
consisting of a hash of whatever was discovered about the table -- id,
name, border, cellspacing etc, and of course data contained within the
table.

The format of each hash will look something like

  attributes            keys from the attributes of the <table> tag
  @{$table_headers}     array of table headers, in order found
  @{$table_rows}        rows discovered, in order

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .tests

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-5
+ Revision: 9ca2f56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4788 |14cr|perl-HTML-TableExtract-2.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTML-TableExtract
%define upstream_version 2.11
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 2.11
Release:	3

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/HTML-TableExtract-2.11.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Parser)
BuildArch:	noarch

%description
HTML::TableExtract is a module that simplifies the extraction
of information contained in tables within HTML documents.

Tables of note may be specified using Headers, Depth, Count,
or some combination of the three. See the module documentation
for details.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes README
%{perl_vendorlib}/HTML
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.110.0-3
+ Revision: 3a8f5f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4789 |14cr|perl-HTML-TagCloud-0.380.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-TagCloud
%define upstream_version 0.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.38
Release:	3

Summary:	Generate An HTML Tag Cloud

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/HTML-TagCloud-0.38.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
The the HTML::TagCloud manpage module enables you to generate "tag clouds"
in HTML. Tag clouds serve as a textual way to visualize terms and topics
that are used most frequently. The tags are sorted alphabetically and a
larger font is used to indicate more frequent term usage.

Example sites with tag clouds: the http://www.43things.com/ manpage, the
http://www.astray.com/recipes/ manpage and the
http://www.flickr.com/photos/tags/ manpage.

This module provides a simple interface to generating a CSS-based HTML tag
cloud. You simply pass in a set of tags, their URL and their count. This
module outputs stylesheet-based HTML. You may use the included CSS or use
your own.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.380.0-3
+ Revision: 34afa52
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4790 |14cr|perl-HTML-TagFilter-1.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name HTML-TagFilter
%define upstream_version 1.03

Summary:	Fine-grained html-filter, xss-blocker and mailto-obfuscator

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		1
License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/HTML-TagFilter/
Source:		http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::Parser)
BuildArch:	noarch

%description
HTML::TagFilter is a subclass of HTML::Parser with a
single purpose: it will remove unwanted html tags and attributes from a
piece of text. It can act in a more or less fine-grained way - you can
specify permitted tags, permitted attributes of each tag, and permitted
values for each attribute in as much detail as you like.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/HTML/TagFilter.pm


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.30.0-3
+ Revision: b83c62e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4791 |14cr|perl-HTML-TagReader-1.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-TagReader
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	HTML-TagReader module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(Image::Size)
BuildRequires:	perl-devel

%description
TagReader is a perl extension module which allows you to read html/xml
files by tag. That is: in a similar way as you can read textfiles by
line with "while(<>)" you use TagReader::getbytoken to read a file by tag.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{_bindir}/tr_*
%{perl_vendorlib}/*/HTML/TagReader.pm
%{perl_vendorlib}/*/auto/HTML/TagReader
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-5
+ Revision: 691a736
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4792 |14cr|perl-HTML-Template-Expr-0.70.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Template-Expr
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	HTML::Template extension adding expression support

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Template)
BuildRequires:	perl(Parse::RecDescent)
BuildRequires:	perl(Test::Simple)
BuildArch:	noarch

%description
This module provides an extension to HTML::Template which
allows expressions in the template syntax.  This is purely an addition
- all the normal HTML::Template options, syntax and behaviors will
still work.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README 
%{perl_vendorlib}/HTML
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-4
+ Revision: 5b918ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4793 |14cr|perl-HTML-Template-Extension-0.260.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Template-Extension
%define upstream_version 0.26

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Basic set operations

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(HTML::Template)
BuildArch:	noarch

%description
This module extends HTML::Template to easily support methods and tags not
implemented in parent module. The following plugins are supplied:
- HTML::Template::Extension::DOC
- HTML::Template::Extension::SLASH_VAR
- HTML::Template::Extension::CSTART
- HTML::Template::Extension::HEAD_BODY
- HTML::Template::Extension::DO_NOTHING

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes DISCLAIMER README TODO
%{perl_vendorlib}/HTML
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.260.0-4
+ Revision: 5b2fbfc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4794 |14cr|perl-HTML-Template-Pluggable-0.170.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Template-Pluggable
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Extends HTML::Template with plugin support

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Trigger)
BuildRequires:	perl(HTML::Template)
BuildRequires:	perl(Regexp::Common)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(CGI)
BuildArch:	noarch

%description
By adding support for this dot notation to the HTML::Template manpage, the
programmers' job of sending data to the template is easier, and designers
have easier access to more data to display in the template, without
learning any more tag syntax.

EXAMPLES
Class::DBI integration
    the Class::DBI manpage accessors can be used in the template. If the
    accessor is never called in the template, that data doesn't have to be
    loaded.

    In the code:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-5
+ Revision: 2645fae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4795 |14cr|perl-HTML-Template-Pro-0.951.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Template-Pro
%define upstream_version 0.9510

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 0.9510
Release:	3

License:    GPL+ or Artistic
Group:      Development/Perl
Summary:    Perl/XS module to use HTML Templates from CGI scripts

Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTML/HTML-Template-Pro-0.9510.tar.gz

BuildRequires: perl-devel
BuildRequires: pcre-devel
BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::More)
BuildRequires: perl(JSON)

%description
Original HTML::Template is written by Sam Tregar, sam@tregar.com with
contributions of many people mentioned there. Their efforts caused
HTML::Template to be mature html tempate engine which separate perl code
and html design. Yet powerful, HTML::Template is slow, especially if
mod_perl isn't available or in case of disk usage and memory limitations.

HTML::Template::Pro is a fast lightweight C/Perl+XS reimplementation of
HTML::Template (as of 2.8) and HTML::Template::Expr (as of 0.0.5). It is
not intended to be a complete replacement, but to be a fast implementation
of HTML::Template if you don't need quering, the extended facility of
HTML::Template. Designed for heavy upload, resource limitations, abcence of
mod_perl.

HTML::Template::Pro has complete support of filters and
HTML::Template::Expr's tag EXPR="<expression>", including user-defined
functions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorarch}/HTML
%{perl_vendorarch}/auto/HTML



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.951.0-3
+ Revision: 9218a45
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4796 |14cr|perl-HTML-TextToHTML-2.520.100-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    txt2html
%define module_name      HTML-TextToHTML
%define upstream_version 2.5201

Name:		perl-%{module_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Convert plain text file to HTML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/txt2html-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Module::Build)

BuildArch:	noarch
# dependencies of txt2html script, not gathered automatically because of #52267
Requires:	perl(Pod::Usage)
Requires:	perl(Getopt::Long)
Requires:	perl(File::Basename)
Requires:	perl(Getopt::ArgvFile)
Provides:	%{upstream_name} = %{version}-%{release}

%description
HTML::TextToHTML converts plain text files to HTML. The txt2html
script uses this module to do the same from the command-line.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot}

%files
%doc README Changes TODO
%{_bindir}/txt2html
%{_mandir}/man1/txt2html.1*
%{_mandir}/man3/HTML*
%{perl_vendorlib}/HTML*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.520.100-3
+ Revision: ffd69e2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4797 |14cr|perl-HTML-Tidy-1.560.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Tidy
%define upstream_version 1.56

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3
Summary: 	Web validation in a Perl object

License: 	GPL+ or Artistic
Group: 		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTML/HTML-Tidy-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	tidyp-devel

%description 
HTML::Tidy is an HTML checker in a handy dandy object. It's meant as a
replacement for HTML::Lint. If you're currently an HTML::Lint user looking to
migrate, see the section "Converting from HTML::Lint".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# currently broken
rm -f t/venus.t
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README.markdown
%{perl_vendorarch}/HTML
%{perl_vendorarch}/auto/HTML
%{_mandir}/*/*
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.560.0-3
+ Revision: 3502b77
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4798 |14cr|perl-HTML-Tiny-1.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Tiny
%define upstream_version 1.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Lightweight, dependency free HTML/XML generation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
'HTML::Tiny' is a simple, dependency free module for generating HTML (and
XML). It concentrates on generating syntactically correct XHTML using a
simple Perl notation.

In addition to the HTML generation functions utility functions are provided
to

* * encode and decode URL encoded strings

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-5
+ Revision: ebd911d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4799 |14cr|perl-HTML-Toc-1.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Toc
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Generate, insert and update HTML Table of Contents

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(Test::Differences)
BuildArch:	noarch

%description
Generate, insert and update HTML Table of Contents (ToC).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-5
+ Revision: 0c6d09c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4800 |14cr|perl-HTML-TokeParser-Simple-3.160.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTML-TokeParser-Simple
%define upstream_version 3.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 3.16
Release:	3

Summary:	Easy to use HTML::TokeParser interface

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/O/OV/OVID/HTML-TokeParser-Simple-3.16.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(Sub::Override)
BuildArch:	noarch

%description
HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses
easy-to-remember method calls to work with the tokens.  Rather than
try to remember a bunch of array indices or try to write a bunch of
constants for them, you can now do something like:

 $token->is_start_tag( 'form' )

instead of 

 $token->[0] eq 'S' and $token->[1] eq 'form'

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e 'tr/\r//d;' Changes README

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/HTML
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.160.0-3
+ Revision: c895b81
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4801 |14cr|perl-HTML-TreeBuilder-LibXML-0.230.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-TreeBuilder-LibXML
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	HTML::Element compatible API for HTML::TreeBuilder::LibXML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/HTML-TreeBuilder-LibXML-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Module::Build)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Filter::Util::Call)
BuildRequires:	perl(HTML::TreeBuilder::XPath)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(XML::LibXML)
BuildArch:	noarch

%description
HTML::TreeBuilder::XPath is libxml based compatible interface to
HTML::TreeBuilder, which could be slow for a large document.

HTML::TreeBuilder::LibXML is drop-in-replacement for
HTML::TreeBuilder::XPath.

This module doesn't implement all of HTML::TreeBuilder and HTML::Element
APIs, but eough methods are defined so modules like Web::Scraper work.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-3
+ Revision: cc41d85
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4802 |14cr|perl-HTML-TreeBuilder-XPath-0.140.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-TreeBuilder-XPath
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.14
Release:	3

Summary:	Add XPath support to HTML::TreeBuilder

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/HTML-TreeBuilder-XPath-0.14.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::TreeBuilder)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(XML::XPathEngine)
# Some of these requirements were missing so we added them explicitly.
Requires:	perl(List::Util)
Requires:	perl(HTML::TreeBuilder)
Requires:	perl(HTML::TreeBuilder::XPath::Node)
Requires:	perl(Scalar::Util)
Requires:	perl(XML::XPathEngine)

BuildArch:	noarch

%description
This module adds typical XPath methods to HTML::TreeBuilder, to make it
easy to query a document.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-3
+ Revision: bfea8ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4803 |14cr|perl-HTML-Widget-1.110.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTML-Widget
%define upstream_version 1.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	HTML Widget And Validation Framework

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Chained::Fast)
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Class::Data::Accessor)
BuildRequires:	perl(Date::Calc)
BuildRequires:	perl(Email::Valid)
BuildRequires:	perl(HTML::Element) >= 3.22
BuildRequires:	perl(HTML::Scrubber)
BuildRequires:	perl(Module::Pluggable::Fast)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Test::NoWarnings)
BuildArch:	noarch
Requires:	perl(Module::Pluggable::Fast)
Requires:	perl(Class::Accessor::Chained::Fast)

%description
Create easy to maintain HTML widgets!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Disable for now as in fact tests pass, only extra new line in output makes them fail
#make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/HTML



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.0-4
+ Revision: bb2c72a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4804 |14cr|perl-HTML-WikiConverter-0.680.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-WikiConverter
%define upstream_version 0.68

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	HTML-WikiConverter - An HTML to wiki markup converter

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(URI)
BuildRequires:	perl(HTML::Tree)
BuildRequires:	perl(CSS)
BuildRequires:	perl(Params::Validate)
BuildArch:	noarch

%description
HTML::WikiConverter is an HTML to wiki converter. It can convert HTML
source into a variety of wiki markups, called wiki "dialects".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Test is broken ATM because of test server being down
# make test

%install
%makeinstall_std

%files
%{_mandir}/*/*
%{_bindir}/*
%{perl_vendorlib}/HTML



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.680.0-4
+ Revision: 595deec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4805 |14cr|perl-HTML-WikiConverter-Markdown-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-WikiConverter-Markdown
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Convert HTML to Markdown markup

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Tagset)
BuildRequires:	perl(HTML::WikiConverter)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
This module contains rules for converting HTML into Markdown markup. You
should not use this module directly; HTML::WikiConverter is the entry point
for html->wiki conversion (eg, see synopsis above). See the
HTML::WikiConverter manpage for additional usage details.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: 021d21f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4806 |14cr|perl-HTML-WikiConverter-MediaWiki-0.590.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       HTML-WikiConverter-MediaWiki
%define upstream_version    0.59

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Convert HTML to MediaWiki markup

Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::WikiConverter)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
This module contains rules for converting HTML into MediaWiki markup. See
the HTML::WikiConverter manpage for additional usage details.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.590.0-5
+ Revision: d9ee374
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4807 |14cr|perl-HTTP-Body-1.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 HTTP-Body
%define upstream_version 1.19

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	HTTP Body Parser

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTTP/HTTP-Body-%{upstream_version}.tar.gz

BuildRequires:  perl(HTTP::Headers)
BuildRequires:  perl(Test::Deep)
BuildRequires:  perl(YAML)
BuildRequires:  perl-devel

BuildArch:	    noarch

%description
Perl module to parse HTTP request bodies.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README Changes
%{perl_vendorlib}/HTTP/Body/*
%{perl_vendorlib}/HTTP/Body.pm
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.190.0-3
+ Revision: 8476022
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4808 |14cr|perl-HTTP-BrowserDetect-1.710.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTTP-BrowserDetect
%define upstream_version 1.71

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Determine the Web browser, version, and platform from an HTTP user agent string



License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::FailWarnings)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Most)
BuildRequires:	perl(Data::Dump)
BuildRequires:	perl(YAML::Tiny)
BuildRequires:	perl(JSON::PP)
BuildArch:	noarch

%description
The HTTP::BrowserDetect object does a number of tests on an HTTP user agent
string. The results of these tests are available via methods of the object.

This module is based upon the JavaScript browser detection code available at
http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e 's/\015$//' README

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/HTTP
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.710.0-2
+ Revision: 361c98d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4809 |14cr|perl-HTTP-Cache-Transparent-1.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	HTTP-Cache-Transparent
%define upstream_version 1.1

Name:		perl-%{module}
Version:	%perl_convert_version 1.1
Release:	3
Summary:	A transparant caching implementation of http get

License:	GPL or Artistic
Group:		Development/Perl
Source:		http://search.cpan.org/CPAN/authors/id/M/MA/MATTIASH/HTTP-Cache-Transparent-1.1.tar.gz
Url:		http://search.cpan.org/dist/%module/

BuildRequires:	perl-devel
BuildRequires:	perl-libwww-perl
BuildArch:	noarch

%description
HTTP::Cache::Transparent is an implementation of http get that keeps a local
cache of fetched pages to avoid fetching the same data from the server
if it hasn't been updated. The cache is stored on disk and is thus
persistent between invocations.

The http-headers If-Modified-Since and ETag are used to let the server
decide if the version in the cache is up-to-date or not.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor <<EOF
EOF
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/HTTP/Cache/Transparent.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-3
+ Revision: c6b29d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4810 |14cr|perl-HTTP-Daemon-SSL-1.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTTP-Daemon-SSL
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A simple http server class with SSL support
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz
# default port could be in use by the sieve daemon (2000), so
# let's change it to something hopefully free so that make test
# works
Patch0:		HTTP-Daemon-SSL-1.01-sslport.patch

BuildRequires:	perl-devel
BuildRequires:	perl(HTTP::Daemon)
BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl-libwww-perl
BuildArch:	noarch

%description
HTTP::Daemon::SSL is a descendant of HTTP::Daemon that uses SSL
sockets (via IO::Socket::SSL) instead of cleartext sockets. It
also handles SSL-specific problems, such as dealing with HTTP
clients that attempt to connect to it without using SSL.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# make test

%install
%makeinstall_std

%files
%doc certs Changes BUGS README
%{perl_vendorlib}/HTTP
%{_mandir}/*/*

%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-3
+ Revision: 5db661d
- Disable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4811 |14cr|perl-HTTP-Exception-0.40.60-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Exception
%define upstream_version 0.04006

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Throw HTTP-Errors as Exceptions

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exception::Class) >= 1.290.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(HTTP::Status) >= 5.817.0
BuildRequires: perl(Scalar::Util) >= 1.220.0
BuildRequires: perl(Test::Exception) >= 0.290.0
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Test::NoWarnings) >= 1.40.0
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Every HTTP::Exception is a L<Exception::Class> - Class. So the same
mechanisms apply as with L<Exception::Class>-classes. In fact have a look
at L<Exception::Class>' docs for more general information on exceptions and
L<Exception::Class::Base> for information on what methods a caught
exception also has.

HTTP::Exception is only a factory for HTTP::Exception::XXX (where X is a
number) subclasses. That means that HTTP::Exception->new(404) returns a
HTTP::Exception::404 object, which in turn is a HTTP::Exception::Base -
Object.

Don't bother checking a caught HTTP::Exception::...-class with "isa" as it
might not contain what you would expect. Use the code- or
status_message-attributes and the is_ -methods instead.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes INSTALL LICENSE META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.60-3
+ Revision: a632718
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4812 |14cr|perl-HTTP-Headers-Fast-0.170.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Headers-Fast
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Faster implementation of HTTP::Headers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTTP/HTTP-Headers-Fast-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Module::Build)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Filter::Util::Call)
BuildRequires:	perl(HTTP::Date)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(YAML)
BuildArch:	noarch

%description
HTTP::Headers::Fast is a perl class for parsing/writing HTTP headers.

The interface is the same as HTTP::Headers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc  META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-3
+ Revision: 356797c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4813 |14cr|perl-HTTP-Lite-2.430.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Lite
%define upstream_version 2.43

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Lightweight HTTP implementation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTTP/HTTP-Lite-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildArch:	noarch

%description
HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
for perl.  It is not intended as a replacement for the
fully-features LWP module.  Instead, it is intended for use in
situations where it is desirable to install the minimal number of
modules to achieve HTTP support, or where LWP is not a good
candidate due to CPU overhead, such as slower processors.
HTTP::Lite is also significantly faster than LWP.

HTTP::Lite is ideal for CGI (or mod_perl) programs or for bundling
for redistribution with larger packages where only HTTP GET and
POST functionality are necessary.

HTTP::Lite supports basic POST and GET operations only.  As of
0.2.1, HTTP::Lite supports HTTP/1.1 and is compliant with the Host
header, necessary for name based virtual hosting.  Additionally,
HTTP::Lite now supports Proxies.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.430.0-3
+ Revision: 30c6aee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4814 |14cr|perl-HTTP-Parser-0.60.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Parser
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Parse HTTP/1.1 request into HTTP::Request/Response object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
This is an HTTP request parser. It takes chunks of text as received and
returns a 'hint' as to what is required, or returns the HTTP::Request when
a complete request has been read. HTTP/1.1 chunking is supported. It dies
if it finds an error.

new ( named params... )
    Create a new HTTP::Parser object. Takes named parameters, e.g.:

     my $parser = HTTP::Parser->new(request => 1);

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-6
+ Revision: 41601f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4815 |14cr|perl-HTTP-Parser-XS-0.160.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Parser-XS
%define upstream_version 0.16

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    A fast, primitive HTTP request parser


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.420.0
BuildRequires: perl(Test::More) >= 0.960.0
BuildRequires: perl-devel
%description
HTTP::Parser::XS is a fast, primitive HTTP request/response parser.

The request parser can be used either for writing a synchronous HTTP server
or a event-driven server.

The response parser can be used for writing HTTP clients.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-3
+ Revision: c25444b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4816 |14cr|perl-HTTP-Proxy-0.300.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTTP-Proxy
%define upstream_version 0.300

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.300
Release:	3

Summary:	A pure Perl HTTP proxy

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://http-proxy.mongueurs.net/
Source0:	http://www.cpan.org/modules/by-module/HTTP/HTTP-Proxy-0.300.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(HTTP::Daemon)
BuildRequires:	perl(HTML::Parser)
BuildArch:	noarch

%description
The HTTP::Proxy module implements a HTTP proxy, using a HTTP::Daemon to
accept client connections, and a LWP::UserAgent to ask for the requested
pages.

The most interesting feature of this proxy object is its ability to
filter the HTTP requests and responses through user-defined filters.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 755 eg/*.pl

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README eg
%{perl_vendorlib}/HTTP/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-3
+ Revision: e820e1c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4817 |14cr|perl-HTTP-Recorder-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTTP-Recorder
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Record interaction with websites

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/L/LE/LEIRA/%{upstream_name}-%{upstream_version}.tar.bz2
# patch from https://rt.cpan.org/Public/Bug/Display.html?id=14388
# fix crash preventing the use of HTTP-Recorder
Patch0:		HTTP-Recorder-0.05-fix_cpan_14388.diff
BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(HTTP::Request::Params)
BuildRequires:	perl-libwww-perl
BuildRequires:	perl(URI)
BuildRequires:	perl(Email::Simple)
BuildRequires:	perl(Class::Accessor::Fast)
BuildArch:	noarch

%description
This is a browser-independent recorder for recording interactions with
web sites.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/HTTP
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: 99bf4b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4818 |14cr|perl-HTTP-Request-AsCGI-1.200.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 HTTP-Request-AsCGI
%define upstream_version 1.2

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:	Setup a CGI enviroment from a HTTP::Request

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

# http://search.cpan.org/src/CHANSEN/HTTP-Request-AsCGI-0.5/META.yml:
#     HTTP::Response:                1.53
# http://search.cpan.org/src/GAAS/libwww-perl-5.804/lib/HTTP/Response.pm = 1.52
BuildRequires:	perl(Carp)
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Response) >= 1.530.0
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-libwww-perl >= 5.805.0
BuildRequires:	perl-devel

BuildArch:	noarch

Requires:	perl(Class::Accessor)

%description
This module provides a convenient way of setting up an CGI enviroment
from an HTTP::Request object.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README Changes examples
%{perl_vendorlib}/HTTP
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.200.0-4
+ Revision: aade3ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4819 |14cr|perl-HTTP-Request-Params-1.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTTP-Request-Params
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Retrieve GET/POST Parameters from HTTP Requests

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:         perl-HTTP-Request-Params-1.01-fix-build.patch

BuildRequires:	perl-devel
BuildRequires:	perl(Email::MIME::Modifier)
BuildRequires:	perl(CGI)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Email::Simple)
BuildArch:	noarch

%description
This software does all the dirty work of parsing HTTP Requests to find incoming
query parameters.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .fix-build

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/HTTP
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-5
+ Revision: 3aeaffa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4820 |14cr|perl-HTTP-Server-Simple-Authen-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Server-Simple-Authen
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Authentication plugin for HTTP::Server::Simple
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Authen::Simple)
BuildRequires:	perl(HTTP::Server::Simple)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
HTTP::Server::Simple::Authen is an HTTP::Server::Simple plugin to allow
HTTP authentication. Authentication scheme is pluggable and you can use
whatever Authentication protocol that Authen::Simple supports.

You can use 'authenticate' method whatever you want to authenticate the
request. The method returns '$username' taken from the request if the
authentication is successful, and 'undef' otherwise. The code in the
/SYNOPSIS manpage requires authentication for all the requests and behaves
just the same as Apache's 'Require valid-user'.

The following code will explain more about conditioning.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: 442f481
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4821 |14cr|perl-HTTP-Server-Simple-Mason-0.140.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Server-Simple-Mason
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Module for an abstract baseclass for a standalone mason server

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Mason)
BuildRequires:	perl-libwww-perl 
BuildRequires:	perl(HTTP::Server::Simple)
BuildRequires:	perl(Hook::LexWrap)
BuildArch:	noarch

%description
Perl module that contains a abstract baseclass for a standalone mason server.
This is based on HTTP::Server::Simple.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc Changes 
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-4
+ Revision: 4c47828
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4822 |14cr|perl-HTTP-Server-Simple-PSGI-0.160.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Server-Simple-PSGI
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	PSGI handler for HTTP::Server::Simple

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTTP/HTTP-Server-Simple-PSGI-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTTP::Server::Simple)
BuildArch:	noarch

%description
HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP server that
can run PSGI applications. This module only depends on the
HTTP::Server::Simple manpage, which itself doesn't depend on any non-core
modules so it's best to be used as an embedded web server.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-3
+ Revision: 4889ea3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4823 |14cr|perl-HTTP-SimpleLinkChecker-1.160.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name HTTP-SimpleLinkChecker
%define upstream_version 1.16

Name: perl-%{upstream_name}
Version: %perl_convert_version %{upstream_version}
Release: 3

Summary: HTTP::SimpleLinkChecker - Check the HTTP response code for a link

License: GPLv1+ or Artistic
Group: Development/Perl
Url: https://github.com/briandfoy/http-simplelinkchecker
Source0: http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildArch: noarch

%description
You don't have to know anything about objected-oriented Perl, LWP, or
the HTTP module to be able to check your links. This module is
designed for the casual user. It has one function, C<check_link>, that
returns the HTTP response code that it receives when it tries to fetch
the web address passed to it. The undef value is returned for any
non-HTTP failure and the C<$HTTP::SimpleLinkChecker::ERROR> variable
is set.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_bindir}/http_status
%{perl_vendorlib}/HTTP/SimpleLinkChecker.pm
%{_mandir}/man*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.160.0-3
+ Revision: 007e629
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4824 |14cr|perl-I18N-Charset-1.412.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	I18N-Charset
%define upstream_version 1.412

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	IANA Character Set Registry names and Unicode::MapUTF8

License:	GPL or Artistic
Group:		Development/Perl
Source:		http://search.cpan.org/CPAN/authors/id/M/MT/MTHURN/I18N-Charset-%{upstream_version}.tar.gz
URL:		http://search.cpan.org/dist/%{module}
BuildRequires:	perl-devel
BuildRequires:	perl(IO::Capture)
BuildRequires:	perl(App::Info)
BuildRequires:	perl(Unicode::Map)
BuildRequires:	perl(Unicode::Map8)
BuildRequires:	perl(IO::String)
BuildArch:	noarch

%description
This distribution contains a module I18N::Charset which maps Character
Set names to the names officially registered with IANA.  For example,
'Shift_JIS' is the official name of what is often referred to in HTML
headers as 'x-sjis'.

It also maps character set names to Unicode::Map, Unicode::Map8, and
Unicode::MapUTF8 conversion scheme names (if those modules are
installed).  For example, the Unicode::Map8 scheme name for
'windows-1251' is 'cp1251'.

It also maps character set names to their preferred MIME names.  For
example, the preferred MIME name for 'ISO_646.irv:1991' is 'US-ASCII'.

It also maps character set names to conversion scheme names as defined
by the iconv library.  For example, the iconv conversion scheme name
for 'Shift_JIS' is 'MS_KANJI'.

It also maps character set names to encoding names as defined
by the Encode module.  For example, the Encode encoding name
for 'Shift_JIS' is 'shiftjis'.

%prep
%setup -q -n %{module}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/I18N
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.412.0-3
+ Revision: 53318f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4825 |14cr|perl-Ima-DBI-0.350.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Ima-DBI
%define upstream_version 0.35

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	6
Summary:	Database connection caching and organization

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/%{module}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBIx::ContextualFetch)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(DBI)
BuildArch:	noarch

%description
Ima::DBI attempts to organize and facilitate caching and more efficient use of
database connections and statement handles by storing DBI and SQL information
with your class (instead of as separate objects). This allows you to pass
around just one object without worrying about a trail of DBI handles behind it.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes README
%{perl_vendorlib}/Ima
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.350.0-6
+ Revision: 16bcc60
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4826 |14cr|perl-Image-Base-1.160.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Image-Base
%define upstream_version 1.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Base class for loading, manipulating and saving images

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SU/SUMMER/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This class should not be used directly. Known inheritors are Image::Xbm and
Image::Xpm.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Image
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.160.0-4
+ Revision: b7c4014
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4827 |14cr|perl-Image-Imlib2-2.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Image-Imlib2
%define upstream_version 2.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	4

Summary:    Interface to the Imlib2 image library

License:    GPL+ or Artistic
Group:      Development/Perl
URL:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Image/%{upstream_name}-%{upstream_version}.tar.gz

Buildrequires:  imlib2-devel
Buildrequires:  perl(Module::Build)
Buildrequires:  perl(ExtUtils::CBuilder)
Buildrequires:  perl(ExtUtils::XSBuilder)
Buildrequires:  perl-devel

%description
Image::Imlib2 is a Perl port of Imlib2, a graphics library that does image file
loading and saving as well as manipulation, arbitrary polygon support, etc. It
does ALL of these operations FAST. It allows you to create colour images using
a large number of graphics primitives, and output the images in a range of
formats.

Image::Imlib2::Polygon and Image::Imlib2::ColorRange are described following
Image::Imlib2 but may be referenced before their description.

Note that this is an early version of my attempt at a Perl interface to Imlib2.
Currently, the API is just to test things out. Not everything is supported, but
a great deal of functionality already exists. If you think the API can be
tweaked to be a bit more intuitive, drop me a line!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files 
%doc CHANGES README
%{perl_vendorarch}/auto/Image
%{perl_vendorarch}/Image
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.30.0-4
+ Revision: 0e3a950
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4828 |14cr|perl-Image-Info-1.360.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Image-Info
%define upstream_version 1.36

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.36
Release:	3

Summary:	Extract meta information from image files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Image/Image-Info-1.36.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Compress::Zlib)
BuildArch:	noarch

%description
Extract meta information from image files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Image
%{perl_vendorlib}/Bundle/Image
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.360.0-3
+ Revision: d3bf3c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4829 |14cr|perl-Image-Math-Constrain-1.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Image-Math-Constrain
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Scaling math used in image size constraining (such

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Image/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
There are a number of different modules and systems that constrain image
sizes, such as thumbnailing. Every one of these independantly implement the
same logic. That is, given a width and/or height constraint, they check to
see if the image is bigger than the constraint, and if so scale the image
down proportionally so that it fits withint the constraints.

Of course, they all do it slightly differnetly, and some do it better than
others.

'Image::Math::Constrain' has been created specifically to implement this
logic once, and implement it properly. Any module or script that does image
size constraining or thumbnailing should probably be using this for its
math.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-5
+ Revision: e69f34f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4830 |14cr|perl-Imager-0.980.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Imager
%define upstream_version 0.98

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl extension for generating 24 bit images

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Imager/Imager-%{upstream_version}.tar.gz
Patch0:		libpng16-test.patch

BuildRequires:  fontconfig-devel
BuildRequires:  jpeg-devel
BuildRequires:  libpng-devel
BuildRequires:  libtiff-devel
BuildRequires:	perl-devel
BuildRequires:  t1lib-devel
BuildRequires:  ungif-devel

%description
Imager is a module for creating and altering images. It can read and write
various image formats, draw primitive shapes like lines,and polygons, blend
multiple images together in various ways, scale, crop, render text and more.
#####
# TODO: split the devel package eventually?
#####
%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1

%build
IM_SUPPRESS_PROMPT=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
%make "CFLAGS=%{optflags}"

%check
%make test

%install
%makeinstall_std


%files
%doc README Changes
%{perl_vendorarch}/Imager.pm
%{perl_vendorarch}/Imager
%{perl_vendorarch}/auto/Imager
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.980.0-4
+ Revision: 6ff4297
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4831 |14cr|perl-Image-Resize-0.500.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Image-Resize
%define upstream_version 0.5

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Simple image resizer using GD

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Image/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(GD)

BuildArch:	noarch

%description
Despite its heavy weight, I've always used Image::Magick for creating image
thumbnails. I know it can be done using lighter-weight GD, I just never
liked its syntax. Really, who wants to remember the lengthy arguments list
of copyResized() or copyResampled() functions:

    $image->copyResampled($sourceImage,$dstX,$dstY,
                        $srcX,$srcY,$destW,$destH,$srcW,$srcH);

when Image::Magick lets me say:

    $image->Scale(-geometry=>'250x250');

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.500.0-5
+ Revision: 56d83c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4832 |14cr|perl-Image-Xbm-1.80.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Image-Xbm
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Load, create, manipulate and save xbm image files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SU/SUMMER/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Image::Base)
BuildArch:	noarch

%description
This class module provides basic load, manipulate and save functionality for
the xbm file format. It inherits from Image::Base which provides additional
manipulation functionality, e.g. new_from_image(). See the Image::Base pod for
information on adding your own functionality to all the Image::Base derived
classes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Image
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-4
+ Revision: 6b4d9db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4833 |14cr|perl-Image-Xpm-1.120.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Image-Xpm
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Load, create, manipulate and save xpm image files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SU/SUMMER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Image::Base)
BuildArch:	noarch

%description
This class module provides basic load, manipulate and save functionality for
the xpm file format. It inherits from Image::Base which provides additional
manipulation functionality, e.g. new_from_image(). See the Image::Base pod for
information on adding your own functionality to all the Image::Base derived
classes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Image
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-4
+ Revision: 60a8c47
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4834 |14cr|perl-IMAP-Admin-1.6.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IMAP-Admin
%define upstream_version 1.6.7

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	IMAP-Admin Perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/IMAP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
A perl module to manage IMAP servers.

%prep
%setup -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std

%files
%doc Changes examples
%defattr(-, root, root)
%{perl_vendorlib}/IMAP/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.7-4
+ Revision: 98ffcd6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4835 |14cr|perl-IMDB-Film-0.530.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name IMDB-Film
%define upstream_version 0.53

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.53
Release:	3

Summary:	OO Perl interface to the database of films IMDB

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/S/ST/STEPANOV/IMDB-Film-0.53.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::FileCache)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(Error)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTML::TokeParser)
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(Pod::Checker)
BuildRequires:	perl(Text::Unidecode)
BuildArch:	noarch

%description
IMDB::Film is OO Perl interface to the database of films
IMDB (www.imdb.com). It allows to retrieve information
about movies by its IMDB code or title. Also, there is a 
possibility to get information about IMDB persons (actors,
actresses, directors etc) by their name of code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%install
%makeinstall_std

%files
%doc README ChangeLog Todo
%{perl_vendorlib}/IMDB
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.530.0-3
+ Revision: a055e43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4836 |14cr|perl-Import-Into-1.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Import-Into
%define upstream_version 1.002000

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Import packages into other packages

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Import/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Writing exporters is a pain. Some use the Exporter manpage, some use the
Sub::Exporter manpage, some use the Moose::Exporter manpage, some use the
Exporter::Declare manpage ... and some things are pragmas.

If you want to re-export other things, you have to know which is which. the
Exporter manpage subclasses provide export_to_level, but if they overrode
their import method all bets are off. the Sub::Exporter manpage provides an
into parameter but figuring out something used it isn't trivial. Pragmas
need to have their 'import' method called directly since they affect the
current unit of compilation.

It's ... annoying.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-3
+ Revision: 5f0071b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4837 |14cr|perlindex-1.606.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    perlindex
%define upstream_version 1.606

Name:		%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	English language stemming

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This routine applies the Porter Stemming Algorithm to its parameters,
returning the stemmed words. It is derived from the C program "stemmer.c"
as found in freewais and elsewhere, which contains these notes:

   Purpose:    Implementation of the Porter stemming algorithm documented 
               in: Porter, M.F., "An Algorithm For Suffix Stripping," 
               Program 14 (3), July 1980, pp. 130-137.
   Provenance: Written by B. Frakes and C. Cox, 1986.

I have re-interpreted areas that use Frakes and Cox's "WordSize" function.
My version may misbehave on short words starting with "y", but I can't
think of any examples.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog META.yml README
%{_bindir}/*
%{_mandir}/man?/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.606.0-2
+ Revision: 9fd9c50
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4838 |14cr|perl-Inline-Python-0.430.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Inline-Python
%define upstream_version 0.43

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    Easy implementation of Python extensions

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Inline/Inline-Python-%{upstream_version}.tar.gz

BuildRequires: perl(CGI)
BuildRequires: perl(Inline)
BuildRequires: perl-devel
BuildRequires: python-devel

%description
The 'Inline::Python' module allows you to put Python source code directly
"inline" in a Perl script or module. It sets up an in-process Python
interpreter, runs your code, and then examines Python's symbol table for
things to bind to Perl. The process of interrogating the Python interpreter
for globals only occurs the first time you run your Python code. The
namespace is cached, and subsequent calls use the cached version.

This document describes 'Inline::Python', the Perl package which gives you
access to a Python interpreter. For lack of a better place to keep it, it
also gives you instructions on how to use 'perlmodule', the Python package
which gives you access to the Perl interpreter.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorarch}/Inline
%{perl_vendorarch}/auto/Inline



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.430.0-3
+ Revision: 12d9558
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4839 |14cr|perl-Internals-1.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Internals
%define upstream_version 1.1

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    Write-protect variables, manipulate refcounts

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
This module allows you to write-protect and write-enable your Perl
variables, objects and data structures.

Moreover, the reference count of any Perl variable can be read and set.

You can never pass the object directly on which to perform the desired
action, you always have to pass a reference to the variable or data
structure in question.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README.txt Artistic.txt GNU_GPL.txt CHANGES.txt
%{_mandir}/man3/*
%{perl_vendorarch}/Internals.pm
%{perl_vendorarch}/auto/Internals



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-5
+ Revision: e123f4f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4840 |14cr|perl-IO-All-0.650.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 IO-All
%define upstream_version 0.65

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Magic all-in-one IO class




License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::String)
BuildArch:	noarch

%description
IO::All combines all of the best Perl IO modules into a single Spiffy object
oriented interface to greatly simplify your everyday Perl IO idioms. It exports
a single function called io, which returns a new IO::All object. And that
object can do it all!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make 

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man*/*
%{perl_vendorlib}/IO






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.650.0-2
+ Revision: c426508
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4841 |14cr|perl-IO-Async-0.450.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Async
%define upstream_version 0.45

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A Loop using an C<IO::Poll> object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Async::MergePoint)
BuildRequires:	perl(CPS)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Heap)
BuildRequires:	perl(IO::Poll)
BuildRequires:	perl(Socket::GetAddrInfo)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Identity)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-Test-Pod
BuildRequires:	perl(Test::Refcount)
BuildRequires:	perl-Test-Warn
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl-common-sense
BuildArch:	noarch

%description
This collection of modules allows programs to be written that perform
asynchronous filehandle IO operations. A typical program using them would
consist of a single subclass of 'IO::Async::Loop' to act as a container o
other objects, which perform the actual IO work required by the program. As
as IO handles, the loop also supports timers and signal handlers, and
includes more higher-level functionallity built on top of these basic
parts.

Because there are a lot of classes in this collection, the following
overview gives a brief description of each.

File Handle IO
    A the IO::Async::Handle manpage object represents a single IO handle
    that is being managed. While in most cases it will represent a single
    filehandle, such as a socket (for example, an 'IO::Socket::INET'
    connection), it is possible to have separate reading and writing
    handles (most likely for a program's 'STDIN' and 'STDOUT' streams, or a
    pair of pipes connected to a child process).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.450.0-4
+ Revision: 4e58ae4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4842 |14cr|perl-IO-BufferedSelect-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-BufferedSelect
%define upstream_version 1.0

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Line-buffered select interface

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The 'select' system call (and the 'IO::Select' interface) allows us to
process multiple streams simultaneously, blocking until one or more of them
is ready for reading or writing. Unfortunately, this requires us to use
'sysread' and 'syswrite' rather than Perl's buffered I/O functions. In the
case of reading, there are two issues with combining 'select' with
'readline': (1) 'select' might block but the data we want is already in
Perl's input buffer, ready to be slurped in by 'readline'; and (2) 'select'
might indicate that data is available, but 'readline' will block because
there isn't a full '$/'-terminated line available.

The purpose of this module is to implement a buffered version of the
'select' interface that operates on _lines_, rather than characters. Given
a set of filehandles, it will block until a full line is available on one
or more of them.

Note that this module is currently limited, in that (1) it only does
'select' for readability, not writability or exceptions; and (2) it does
not support arbitrary line separators ('$/'): lines must be delimited by
newlines.

%prep
%setup -q -n %{upstream_name}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: 93a71d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4843 |14cr|perl-IO-Capture-0.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Capture
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	IO::Capture- Abstract Base Class to build modules to capture output

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The IO::Capture Module defines an abstract base class that can be
used to create any number of useful sub-classes that capture
output being sent on a filehandle such as STDOUT or STDERR.

Several modules come with the distribution that define subclasses
of IO::Capture to do just that. (I.e., capture STDOUT and STDERR)
See the man page IO::Capture::Overview for a discussion of these
modules and how to build a module to sub-class the B<IO::Capture>
class yourself.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes
%dir %{perl_vendorlib}/IO/Capture
%{perl_vendorlib}/IO/Capture.pm
%{perl_vendorlib}/IO/Capture/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-4
+ Revision: e10a0f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4844 |14cr|perl-IO-Capture-Extended-0.120.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Capture-Extended
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	IO::Capture::Extended - Extend functionality of IO::Capture


License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Capture)
BuildArch:	noarch

%description
IO::Capture::Extended is a distribution consisting of two
classes, each of which is a collection of subroutines which are
useful in extending the functionality of CPAN modules 
IO::Capture::Stdout and IO::Capture::Stderr, particularly when
used in a testing context such as that provided by Test::Simple,
Test::More or other modules built on Test::Builder.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes 
%dir %{perl_vendorlib}/IO/Capture/Stdout
%dir %{perl_vendorlib}/IO/Capture/Extended
%dir %{perl_vendorlib}/IO/Capture/Stderr
%{perl_vendorlib}/IO/Capture/Extended.pm
%{perl_vendorlib}/IO/Capture/Stdout/*pm
%{perl_vendorlib}/IO/Capture/Extended/*pm
%{perl_vendorlib}/IO/Capture/Stderr/*pm
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-2
+ Revision: 3dd3c43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4845 |14cr|perl-IO-Compress-Lzf-2.64.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 IO-Compress-Lzf
%define upstream_version 2.064

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	IO::Compress::Lzf - Write lzf files/buffers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Compress::LZF)
BuildRequires:	perl(IO::Compress::Base) >= %{version}

BuildArch:	noarch

%description
This module provides a Perl interface that allows writing lzf compressed data
to files or buffer.

Note that although this module uses Compress::LZF for compression, it uses a
different file format. The lzf file format used here is the same as the lzf
command-line utility that ships with the lzf library.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.64.0-3
+ Revision: 3defb18
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4846 |14cr|perl-IO-Compress-Lzma-2.64.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	IO-Compress-Lzma
%define upstream_version 2.064
%bcond_with	long_tests

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Read and write lzma compressed data

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}/
Source0:	http://www.cpan.org/authors/id/P/PM/PMQS/IO-Compress-Lzma-%{upstream_version}.tar.gz
BuildArch:	noarch
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Compress::Raw::Lzma) >= %{version}
BuildRequires:	perl(IO::Compress::Base) >= %{version}
BuildRequires:	perl(IO::String)
BuildRequires:	perl(Test::Pod)
BuildRequires:	pkgconfig(liblzma)

%description
This distribution provides a Perl interface to allow reading and writing of
compressed data created with the lzma library.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
# Build using "--without long_tests" to avoid very long tests
# (full suite can take nearly an hour on an i7)
make test %{with long_tests:COMPRESS_ZLIB_RUN_ALL=1}

%files
%doc Changes README
%{perl_vendorlib}/IO/
%{_mandir}/man3/IO::Compress::Lzma.3pm*
%{_mandir}/man3/IO::Compress::Xz.3pm*
%{_mandir}/man3/IO::Uncompress::UnLzma.3pm*
%{_mandir}/man3/IO::Uncompress::UnXz.3pm*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.64.0-3
+ Revision: fe75a5d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4847 |14cr|perl-IO-Compress-Lzop-2.64.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name  IO-Compress-Lzop
%define upstream_version 2.064

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	IO::Compress::Lzop - Write lzop files/buffers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Compress::LZO)
BuildRequires:	perl(IO::Compress::Base) >= %{version}
BuildRequires:	perl(IO::Uncompress::Base) >= %{version}

BuildArch:	noarch

%description
This module provides a Perl interface that allows writing lzop compressed
data to files or buffer.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.64.0-3
+ Revision: 8bd822d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4848 |14cr|perl-IO-Digest-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Digest
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.11
Release:	3

Summary:	%{upstream_name} module, calculate digests while reading or writing  

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/C/CL/CLKAO/IO-Digest-0.11.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-PerlIO-via-dynamic
# for test
BuildRequires:	perl-Internals
BuildArch:	noarch

%description
This module allows you to calculate digests while reading or writing file 
handles. This avoids the case you need to reread the same content to 
compute the digests after written a file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%defattr(444,root,root,755)
%doc CHANGES README 
%{perl_vendorlib}/IO/*
%{_mandir}/man*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: 03ee862
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4849 |14cr|perl-IO-Ftp-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 IO-Ftp
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Wrapper for Net::FTP

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-URI
BuildArch:	noarch

%description
IO::Ftp is a wrapper for Net::FTP to simplify its use when
using its stor and retr methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: 71bf0b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4850 |14cr|perl-IO-HTML-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-HTML
%define upstream_version 1.001

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Open an HTML file with automatic charset detection
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Encode) >= 2.100.0
BuildRequires: perl(Exporter) >= 5.570.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Temp)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
IO::HTML provides an easy way to open a file containing HTML while
automatically determining its encoding. It uses the HTML5 encoding sniffing
algorithm specified in section 8.2.2.1 of the draft standard.

The algorithm as implemented here is:

* 1.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-1
+ Revision: a72fb06
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4851 |14cr|perl-IO-Interactive-0.0.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Interactive
%define upstream_version 0.0.6

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Utilities for interactive I/O

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(version)
BuildArch:	noarch

%description
This module provides three utility subroutines that make it easier to
develop interactive applications...

* 'is_interactive()'

  This subroutine returns true if '*ARGV' and the currently selected
  filehandle (usually '*STDOUT') are connected to the terminal. The test is
  considerably more sophisticated than:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.6-5
+ Revision: 4c7040f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4852 |14cr|perl-IO-Interface-1.70.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Interface
%define upstream_version 1.07
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Perl extension for access to network card configuration information


License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/L/LD/LDS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
IO::Interface adds methods to IO::Socket objects that allows them to
be used to retrieve and change information about the network
interfaces on your system.  In addition to the object-oriented access
methods, you can use a function-oriented style.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%dir %{perl_vendorlib}/*/auto/IO/Interface
%{perl_vendorlib}/*/auto/IO/Interface/*
%{perl_vendorlib}/*/IO/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.70.0-2
+ Revision: e090807
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4853 |14cr|perl-IO-LockedFile-0.230.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-LockedFile
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Supply object methods for locking files

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
In its simplistic use, the IO::LockedFile class gives us the same interface of
the IO::File class with the unique difference that the files we deal with are
locked using the Flock mechanism (using the flock function).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/IO/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-4
+ Revision: 344bf73
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4854 |14cr|perl-IO-Null-1.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Null
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Class for null filehandles

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a class for null filehandles.

Calling a constructor of this class always succeeds, returning a new null
filehandle.

Writing to any object of this class is always a no-operation, and returns
true.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-5
+ Revision: 76a79d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4855 |14cr|perl-IO-Pager-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Pager
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl Module for Syndication feed auto-discovery

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl Module for Syndication feed auto-discovery.

Feed::Find implements feed auto-discovery for finding syndication feeds, 
given a URI. It (currently) passes all of the auto-discovery tests at 
http://diveintomark.org/tests/client/autodiscovery/ .

Feed::Find will discover the following feed formats:

RSS 0.91
RSS 1.0
RSS 2.0
Atom

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
# only when building from CVS (version 1.51-3mdk)
#CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
#make docs -i
# only when building from CVS (version 1.51-3mdk)
SKIP_SAX_INSTALL=1 CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test < /dev/null

%install
%makeinstall_std
rm -f %{buildroot}%{perl_vendorlib}/IO/t.pl

%files
%doc CHANGES README
%{perl_vendorlib}/IO/Pager*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-4
+ Revision: 52326af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4856 |14cr|perl-IO-Pipely-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name IO-Pipely
%define upstream_version 0.005

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Portably create pipe() or pipe-like handles, one way or another

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildArch:	noarch
BuildRequires:  perl-devel

%description
Pipes are troublesome beasts because there are a few different,
incompatible ways to create them. Not all platforms support all ways,
and some platforms may have hidden difficulties like incomplete or buggy
support.

IO::Pipely provides a couple functions to portably create one- and
two-way pipes and pipe-like socket pairs. It acknowledges and works
around known platform issues so you don't have to.

On the other hand, it doesn't work around unknown issues, so please
report any problems early and often.

IO::Pipely currently understands pipe(), UNIX-domain socketpair() and
regular IPv4 localhost sockets. This covers every platform tested so
far, but it's hardly complete. Please help support other mechanisms,
such as INET-domain socketpair() and IPv6 localhost sockets.

IO::Pipely will use different kinds of pipes or sockets depending on the
operating system's capabilities and the number of directions requested.
The autodetection may be overridden by specifying a particular pipe
type.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-3
+ Revision: 48c84f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4857 |14cr|perl-IO-Prompt-0.997.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Prompt
%define upstream_version 0.997002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.997002
Release:	3

Summary:	Interactively prompt for user input

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/IO-Prompt-0.997002.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(POSIX)
BuildRequires:	perl(Term::ReadKey)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Want)

BuildArch:	noarch

%description
By default, this module exports a single function 'prompt'. It prompts the
user to enter some input, and returns an object that represents the user
input.

You may specify various flags to the function to affect its behaviour; most
notably, it defaults to automatically 'chomp' the input, unless the '-line'
flag is specified.

Two other functions are exported at request: 'hand_print', which simulates
hand-typing to the console; and 'get_input', which is the lower-level
function that actually prompts the user for a suitable input.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# requires /dev/tty
rm t/01.dependencies.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/IO



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.997.2-3
+ Revision: 1be65fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4858 |14cr|perl-IO-Prompt-Tiny-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Prompt-Tiny
%define upstream_version 0.002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Prompt for user input with a default option

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(IO::Handle)
BuildRequires: perl(POSIX)
BuildRequires: perl(Term::ReadKey)
BuildRequires: perl(Test::More)
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl-devel

BuildArch: noarch

%description
This is an extremely simple prompting module, based on the extremely
simple prompt offered by ExtUtils::MakeMaker.In many cases, that's all
you need and this module gives it to you without all the overhead of
ExtUtils::MakeMaker just to prompt for input.

It doesn't do any validation, coloring, menus, timeouts, or any of the
wild, crazy, cool stuff that other prompting modules do. It just prompts
with a default. That's it!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/IO

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-3
+ Revision: a7c25d0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4859 |14cr|perl-IO-Pty-Easy-0.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Pty-Easy
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.09
Release:	3

Summary:	Easy interface to IO::Pty

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/IO-Pty-Easy-0.09.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Pty)
BuildRequires:	perl(Scalar::Util)
BuildArch:	noarch

%description
'IO::Pty::Easy' provides an interface to the IO::Pty manpage which hides
most of the ugly details of handling ptys, wrapping them instead in simple
spawn/read/write commands.

'IO::Pty::Easy' uses the IO::Pty manpage internally, so it inherits all of
the portability restrictions from that module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-3
+ Revision: 986512c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4860 |14cr|perl-IO-Socket-Multicast-1.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	IO-Socket-Multicast
%define	upstream_version 1.12

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Send and receive multicast messages

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/IO/%{module}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Interface)

%description
IO::Socket::Multicast is designed to take the effort out of managing
some multicast network.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README 
%{perl_vendorarch}/IO
%{perl_vendorarch}/auto/IO
%{_mandir}/man*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-5
+ Revision: 25358dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4861 |14cr|perl-IO-Socket-Telnet-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Socket-Telnet
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Transparent telnet negotiation for IO::Socket::INET

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildArch:	noarch

%description
Telnet is a simple protocol that sits on top of TCP/IP. It handles the
negotiation of various options, both about the connection itself (ECHO) and
the setup of both sides of the party (NAWS, TTYPE).

This is a wrapper around the IO::Socket::INET manpage that both strips out
the telnet escape sequences and lets you handle the negotiation in a
high-level manner.

There is currently no interface for defining callbacks. This will be
rectified very soon. The module as it stands is still useful for stripping
out telnet escape sequences.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: d0f5959
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4862 |14cr|perl-IO-Tee-0.640.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 IO-Tee
%define upstream_version 0.64

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Multiplex output to multiple output handles 

License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TL/TLOWERY/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
IO::Tee objects can be used to multiplex input and output in two different
ways. The first way is to multiplex output to zero or more output handles. The
IO::Tee constructor, given a list of output handles, returns a tied handle that
can be written to. When written to (using print or printf), the IO::Tee object
multiplexes the output to the list of handles originally passed to the
constructor. As a shortcut, you can also directly pass a string or an array
reference to the constructor, in which case IO::File::new is called for you
with the specified argument or arguments.

The second way is to multiplex input from one input handle to zero or more
output handles as it is being read. The IO::Tee constructor, given an input
handle followed by a list of output handles, returns a tied handle that can be
read from as well as written to. When written to, the IO::Tee object
multiplexes the output to all handles passed to the constructor, as described
in the previous paragraph. When read from, the IO::Tee object reads from the
input handle given as the first argument to the IO::Tee constructor, then
writes any data read to the output handles given as the remaining arguments to
the constructor.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/IO



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.640.0-4
+ Revision: 16ace35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4863 |14cr|perl-IO-TieCombine-1.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-TieCombine
%define upstream_version 1.004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Tied scalars for IO::TieCombine

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/IO-TieCombine-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Tied scalars for IO::TieCombine.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-3
+ Revision: 46bb59f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4864 |14cr|perl-IO-Tty-Util-0.30.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Tty-Util
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:    No summary found

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel

%description
the IO::Tty::Util manpage provides basic Perl bindings to the 'openpty' and
'login_tty' functions found in 'libutil.so' and provides a Perl
implementation of the 'forkpty' function.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# tests seem to fail with perl 5.12 without tty (such as the bs)
#make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-6
+ Revision: b70a54f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4865 |14cr|perl-IO-Util-1.500.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Util
%define upstream_version 1.5

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A selection of general-utility IO function

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DO/DOMIZIO/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)

BuildArch:	noarch

%description
This is a micro-weight module that exports a few functions of general utility
in IO operations.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# Maybe rerun with non-ASCII locale will help these tests...
# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/IO/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.500.0-4
+ Revision: abd7e45
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4866 |14cr|perl-IPC-Cmd-0.920.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IPC-Cmd
%define upstream_version 0.92
Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        3

Summary:        Finding and running system commands made easy

License:        GPL+ or Artistic
Group:          Development/Perl
Url:            http://search.cpan.org/dist/%{upstream_name}
Source0:        http://www.cpan.org/modules/by-module/IPC/IPC-Cmd-%{upstream_version}.tar.gz

Buildrequires:  perl-devel
Buildrequires:  perl(Module::Load::Conditional)
Buildrequires:  perl(version)

Buildarch:      noarch

%description
IPC::Cmd allows you to run commands, interactively if desired, platform
independent but have them still work.

The can_run function can tell you if a certain binary is installed and if so
where, whereas the run function can actually execute any of the commands you
give it and give you a clear return value, as well as adhere to your verbosity
settings.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files 
%doc README
%{perl_vendorlib}/IPC
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.920.0-3
+ Revision: 6252d8d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4867 |14cr|perl-IPC-Shareable-0.610.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 IPC-Shareable
%define upstream_version 0.61

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.61
Release:	3

Summary:	%{upstream_name} perl module

License: 	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IPC/IPC-Shareable-0.61.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
IPC-Shareable allows you to tie a variable to shared memory making it easy to
share the contents of that variable with other Perl processes. Scalars, arrays,
and hashes can be tied. The variable being tied may contain arbitrarily complex
data structures including references to arrays, hashes of hashes, etc.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make 

%install
%makeinstall_std

%files
%doc README MANIFEST CHANGES CREDITS 
%{perl_vendorlib}/IPC/*.pm
%{perl_vendorlib}/IPC/Shareable/*.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.610.0-3
+ Revision: 8fa3001
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4868 |14cr|perl-IPC-SharedCache-1.300.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       IPC-SharedCache
%define upstream_version    1.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Manage a cache in SysV IPC shared memory

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/IPC/%{upstream_name}-%{upstream_version}.tar.gz
Patch:		0001-Wrap-IPC-ShareLite-new-calls-inside-eval-block.patch 

BuildRequires:	perl-devel
BuildRequires:	perl(IPC::ShareLite)
BuildArch:	noarch


%description
This module provides a shared memory cache accessed as a tied hash.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
%patch -p1

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE ANNOUNCE
%{perl_vendorlib}/IPC
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.300.0-4
+ Revision: f1c86d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4869 |14cr|perl-IPC-ShareLite-0.170.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IPC-ShareLite
%define upstream_version 0.17

Name: 		perl-%{upstream_name}
Version: 	%perl_convert_version %{upstream_version}
Release:	5

Summary: 	Lightweight interface to shared memory

License: 	GPL+ or Artistic
Group: 		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/IPC/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel >= 5.8.0

%description
IPC-ShareLite module for perl.  IPC::ShareLite provides a simple
interface to shared memory, allowing data to be efficiently
communicated between processes.  Your operating system must support
SysV IPC (shared memory and semaphores) in order to use this module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor </dev/null
make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorarch}/auto/IPC
%{perl_vendorarch}/IPC



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-5
+ Revision: 242751c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4870 |14cr|perl-IPC-SysV-2.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IPC-SysV
%define upstream_version 2.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 2.04
Release:	3

Summary:    System V shared memory, semaphores, messages

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/IPC/IPC-SysV-2.04.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl-devel

%description
A class providing an object based interface to SysV IPC message queues.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.40.0-3
+ Revision: 55c2c7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4871 |14cr|perl-IRC-Bot-0.80.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IRC-Bot
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Channel Maintenance IRC bot

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BW/BWSMITH/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(POE::Component::IRC)
BuildRequires:	perl(Cache::Cache)
BuildArch:	noarch

%description
A complete bot, similar to eggdrop using POE::Component::IRC. Allows access to
all channel user management modes. Provides !seen functions, a complete help
system, logging, dcc chat interface, and it runs as a daemon process. IRC::Bot
utilizes Cache::FileCache for seen functions, and for session handling.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files
%doc Changes
%{perl_vendorlib}/IRC
%{perl_vendorlib}/auto/IRC
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-4
+ Revision: 6e4f854
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4872 |14cr|perl-IRC-Utils-0.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IRC-Utils
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Common utilities for IRC-related tasks

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IRC/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The functions in this module take care of many of the tasks you are faced
with when working with IRC. Mode lines, ban masks, message encoding and
formatting, etc.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-3
+ Revision: 85b3ad1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4873 |14cr|perl-JavaScript-Beautifier-0.170.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JavaScript-Beautifier
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Beautify Javascript (beautifier for javascript)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/JavaScript/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module is mostly a Perl-rewrite of the
http://github.com/einars/js-beautify/tree/master/beautify.js manpage

You can check it through the http://jsbeautifier.org/ manpage

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man?/*
%{perl_vendorlib}/*
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-5
+ Revision: 0d079fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4874 |14cr|perl-JavaScript-Minifier-1.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JavaScript-Minifier
%define upstream_version 1.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl extension for minifying JavaScript code

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/JavaScript/JavaScript-Minifier-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildArch:	noarch

%description
This module removes unnecessary whitespace from JavaScript code. The
primary requirement developing this module is to not break working code: if
working JavaScript is in input then working JavaScript is output. It is ok
if the input has missing semi-colons, snips like '++ +' or '12
.toString()', for example. Internet Explorer conditional comments are
copied to the output but the code inside these comments will not be
minified.

The ECMAScript specifications allow for many different whitespace
characters: space, horizontal tab, vertical tab, new line, carriage return,
form feed, and paragraph separator. This module understands all of these as
whitespace except for vertical tab and paragraph separator. These two types
of whitespace are not minimized.

For static JavaScript files, it is recommended that you minify during the
build stage of web deployment. If you minify on-the-fly then it might be a
good idea to cache the minified file. Minifying static files on-the-fly
repeatedly is wasteful.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.0-3
+ Revision: 4d18788
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4875 |14cr|perl-JQuery-1.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JQuery
%define upstream_version 1.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    JQuery Interface

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CGI::Application)
BuildRequires: perl(CGI::Carp)
BuildRequires: perl(CGI::Util)
BuildRequires: perl(CSS)
BuildRequires: perl(HTML::Table)
BuildRequires: perl(IO::String)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(XML::Writer)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
JQuery is a frontend for the jQuery language. I use *JQuery* to refer to
the Perl part or the package, and *jQuery* to reference the javascript part
or the package.

A quote from the http://jquery.com manpage: jQuery is a fast, concise,
JavaScript Library that simplifies how you traverse HTML documents, handle
events, perform animations, and add Ajax interactions to your web pages.

JQuery.pm is the main module. There are other modules such as Form,
TableSorter, Splitter, Taconite ..., all of which provide different
functionality. The main module needs to be instantiated, and each instance
of the other modules needs to be registered with the main module. It is
then the responsibility of JQuery.pm to produce the relevant HTML, css and
javascript code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-4
+ Revision: 3d7a0dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4876 |14cr|perl-JSON-Any-1.340.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 JSON-Any
%define upstream_version 1.34

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Wrapper Class for the various JSON classes


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/JSON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Without::Module)
BuildRequires: perl(Test::Requires)
BuildRequires:	perl(JSON)
BuildRequires:	perl(JSON::DWIW)
BuildRequires:	perl(JSON::Syck)
BuildRequires:	perl(JSON::XS)

BuildArch: noarch

%description
This module will provide a coherent API to bring together the various JSON
modules currently on CPAN. This module will allow you to code to any JSON
API and have it work regardless of which JSON module is actually installed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files 
%doc 
%{perl_vendorlib}/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.340.0-2
+ Revision: 8ad2b91
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4877 |14cr|perl-JSON-DWIW-0.470.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JSON-DWIW
%define upstream_version 0.47

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	4

Summary:    Return a true or false value when

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/JSON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
Other JSON modules require setting several parameters before calling the
conversion methods to do what I want. This module does things by default
that I think should be done when working with JSON in Perl. This module
also encodes and decodes faster than JSON.pm and JSON::Syck in my
benchmarks.

This means that any piece of data in Perl (assuming it's valid unicode)
will get converted to something in JSON instead of throwing an exception.
It also means that output will be strict JSON, while accepted input will be
flexible, without having to set any options.

Encoding
    Perl objects get encoded as their underlying data structure, with the
    exception of Math::BigInt and Math::BigFloat, which will be output as
    numbers, and JSON::DWIW::Boolean, which will get output as a true or
    false value (see the true() and false() methods). For example, a
    blessed hash ref will be represented as an object in JSON, a blessed
    array will be represented as an array. etc. A reference to a scalar is
    dereferenced and represented as the scalar itself. Globs, Code refs,
    etc., get stringified, and undef becomes null.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorarch}/JSON
%{perl_vendorarch}/auto/JSON



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.470.0-4
+ Revision: 502f85e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4878 |14cr|perl-JSON-MaybeXS-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JSON-MaybeXS
%define upstream_version 1.001000

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Use L<Cpanel::JSON::XS> with a fallback to L<JSON::PP>

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/JSON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Cpanel::JSON::XS)
BuildRequires: perl(JSON::PP)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Without::Module)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module tries to load the Cpanel::JSON::XS manpage, and if that fails
instead tries to load the JSON::PP manpage. If neither is available, an
exception will be thrown.

It then exports the 'encode_json' and 'decode_json' functions from the
loaded module, along with a 'JSON' constant that returns the class name for
calling 'new' on.

If you're writing fresh code rather than replacing JSON.pm usage, you might
want to pass options as constructor args rather than calling mutators, so
we provide our own 'new' method that supports that.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml META.json README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-3
+ Revision: a0323f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4879 |14cr|perl-JSON-RPC-0.960.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JSON-RPC
%define upstream_version 0.96

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	JSON-RPC sever for mod_perl2

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/JSON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(JSON)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module is a smple code (for Perl 5.6 or later). Please check the
source.

PROCEDURES
    * echo

      Takes a scalar and returns it as is.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.960.0-5
+ Revision: 86e8cea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4880 |14cr|perl-JSON-XS-3.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 JSON-XS
%define upstream_version 3.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:      1

Summary:	JSON (JavaScript Object Notation) serialization

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/JSON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(CGI)
BuildRequires: perl(Types::Serialiser)
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(Test::More)
BuildRequires:  perl(common::sense)
BuildRequires:	perl-devel


Requires:   perl(common::sense)

%description
JSON serialising/deserialising, done correctly and fast.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%defattr(0644,root,root,0755)
%doc Changes README
%{_mandir}/*/*
%{_bindir}/json_xs
%{perl_vendorarch}/JSON*
%{perl_vendorarch}/auto/JSON/XS/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.10.0-3
+ Revision: 6425cad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4881 |14cr|perl-KinoSearch-0.165.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name KinoSearch
%define upstream_version 0.165

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Surround highlight bits with tags

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(ExtUtils::CBuilder)
BuildRequires:	perl(ExtUtils::ParseXS)
BuildRequires:	perl(Lingua::Stem::Snowball)
BuildRequires:	perl(Lingua::StopWords)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl-devel

%description
KinoSearch is a loose port of the Java search engine library Apache Lucene,
written in Perl and C. The archetypal application is website search, but it
can be put to many different uses.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.165.0-7
+ Revision: ccd429e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4882 |14cr|perl-KinoSearch1-1.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name KinoSearch1
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Surround highlight bits with tags

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(ExtUtils::CBuilder)
BuildRequires:	perl(ExtUtils::ParseXS)
BuildRequires:	perl(Lingua::Stem::Snowball)
BuildRequires:	perl(Lingua::StopWords)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl-devel

%description
KinoSearch1 is a loose port of the Java search engine library Apache
Lucene, written in Perl and C. The archetypal application is website
search, but it can be put to many different uses.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-4
+ Revision: 9777913
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4883 |14cr|perl-KiokuDB-0.570.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    KiokuDB
%define upstream_version 0.57

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Common functionality for JSPON

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Term/DOY/KiokuDB-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::Ref)
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(Data::Stream::Bulk)
BuildRequires:	perl(Data::UUID::LibUUID)
BuildRequires:	perl(Data::Visitor)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Hash::Util::FieldHash::Compat)
BuildRequires:	perl(IO)
BuildRequires:	perl(JSON)
BuildRequires:	perl(JSON::XS)
BuildRequires:	perl(Module::Pluggable::Object)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Clone)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(MooseX::YAML)
BuildRequires:	perl(PadWalker)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Scope::Guard)
BuildRequires:	perl(Search::GIN)
BuildRequires:	perl(Set::Object)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(Throwable)
BuildRequires:	perl(Tie::ToObject)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(YAML::XS)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Data::UUID)
BuildArch:	noarch

%description
the KiokuDB manpage is a Moose based frontend to various data stores,
somewhere in between the Tangram manpage and the Pixie manpage.

Its purpose is to provide persistence for "regular" objects with as little
effort as possible, without sacrificing control over how persistence is
actually done, especially for harder to serialize objects.

the KiokuDB manpage is also non-invasive: it does not use ties, 'AUTOLOAD',
proxy objects, 'sv_magic' or any other type of trickery.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_bindir}/*
%{_mandir}/man?/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.570.0-3
+ Revision: efe5f96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4884 |14cr|perl-KiokuDB-Backend-DBI-1.230.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    KiokuDB-Backend-DBI
%define upstream_version 1.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	L<KiokuDB::TypeMap::Entry>

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/KiokuDB/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Class::Accessor::Grouped)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBI)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(DBIx::Class::Core)
BuildRequires:	perl(DBIx::Class::ResultSource::Table)
BuildRequires:	perl(DBIx::Class::Schema)
BuildRequires:	perl(Data::Stream::Bulk)
BuildRequires:	perl(Data::Stream::Bulk::DBI)
BuildRequires:	perl(File::NFSLock)
BuildRequires:	perl(JSON)
BuildRequires:	perl(KiokuDB)
BuildRequires:	perl(KiokuDB::Backend)
BuildRequires:	perl(KiokuDB::Backend::Role::Clear)
BuildRequires:	perl(KiokuDB::Backend::Role::Concurrency::POSIX)
BuildRequires:	perl(KiokuDB::Backend::Role::GC)
BuildRequires:	perl(KiokuDB::Backend::Role::Query::GIN)
BuildRequires:	perl(KiokuDB::Backend::Role::Query::Simple)
BuildRequires:	perl(KiokuDB::Backend::Role::Scan)
BuildRequires:	perl(KiokuDB::Backend::Role::TXN)
BuildRequires:	perl(KiokuDB::Backend::Serialize::Delegate)
BuildRequires:	perl(KiokuDB::Test)
BuildRequires:	perl(KiokuDB::TypeMap)
BuildRequires:	perl(KiokuDB::TypeMap::Entry)
BuildRequires:	perl(KiokuDB::TypeMap::Entry::Naive)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(PadWalker)
BuildRequires:	perl(SQL::Abstract)
BuildRequires:	perl(SQL::Translator)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Search::GIN)
BuildRequires:	perl(Search::GIN::Extract::Class)
BuildRequires:	perl(Search::GIN::Extract::Delegate)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::TempDir)
BuildRequires:	perl(Test::use::ok)
BuildRequires:  perl(Test::Requires)
BuildRequires:	perl(Throwable)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(YAML::XS)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(ok)
BuildRequires:	perl(strictures)
BuildArch:	noarch

%description
This the DBIx::Class manpage component provides the code necessary for the
DBIx::Class::Row manpage objects to refer to the KiokuDB manpage objects
stored in the KiokuDB::Backend::DBI manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.230.0-3
+ Revision: c07315a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4885 |14cr|perl-KiokuDB-Cmd-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    KiokuDB-Cmd
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A role for command line tools which accept entry IDs as options

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/KiokuDB/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(App::Cmd)
BuildRequires:	perl(KiokuDB)
BuildRequires:	perl(MooseX::App::Cmd)
BuildRequires:	perl(MooseX::Getopt)
BuildRequires:	perl(MooseX::Types::Path::Class)
BuildRequires:	perl(ok)
BuildRequires:	perl(Proc::InvokeEditor)
BuildRequires:	perl(Throwable)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This is an the App::Cmd manpage based, pluggable suite of commands for the
KiokuDB manpage.

Some commands such as the KiokuDB::Cmd::Command::Dump manpage are part of
the core distributions, but backends can provide their own subcommands as
well.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: 018a29a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4886 |14cr|perl-KiokuX-Model-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    KiokuX-Model
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A simple application specific wrapper for L<KiokuDB>

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/KiokuX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(KiokuDB)
BuildRequires:	perl(MooseX::StrictConstructor)
BuildRequires:	perl(ok)
BuildRequires:	perl(Throwable)
BuildArch:	noarch

%description
This base class makes it easy to create the KiokuDB manpage database
instances in your application. It provides a standard way to instantiate
and use a the KiokuDB manpage object in your apps.

As your app grows you can subclass it and provide additional convenience
methods, without changing the structure of the code, but simply swapping
your subclass for the KiokuX::Model manpage in e.g. the
Catalyst::Model::KiokuDB manpage or whatever you use to glue it in.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: fe11def
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4887 |14cr|perl-KiokuX-User-0.20.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    KiokuX-User
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	A role for users

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/KiokuX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Crypt::Rijndael)
BuildRequires:	perl(KiokuDB)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(MooseX::Types::Authen::Passphrase)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This role provides a fairly trivial set of attributes and methods designed
to ease the storage of objects representing users in a KiokuDB database.

It consumes the KiokuX::User::ID manpage which provides the 'id' attribute
and the KiokuDB::Role::ID manpage integration, and the
KiokuX::User::Password manpage which provides an the Authen::Passphrase
manpage based 'password' attribute and a 'check_password' method.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-7
+ Revision: 9d65643
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4888 |14cr|perl-kolab-2.2.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name		kolab
%define upstream_version	2.2.4

%define debug_package %{nil}

Name:		perl-%{upstream_name}
Version:	%{upstream_version}
Release:	10
Epoch:		2
Summary:	Perl Modules for use with the Kolab Server

License:	GPL
Group:		Development/Perl
Url:		http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/perl-kolab/
Source0:	%{name}-%{version}.tar.gz
Patch0:		Makefile.PL.diff
Patch1:		kolab_bootstrap.diff
BuildRequires:	perl-devel
BuildRequires:	perl-ldap
BuildRequires:	perl(URI)

Requires:	perl-Mail-IMAPClient
Requires:	perl-Convert-ASN1
Requires:	perl-Cyrus
Requires:	perl-MIME-tools
Requires:	perl-ldap
Requires:	perl-URI
Requires:	perl-XML-SAX
Requires:	perl-ldap


%description
Perl Modules for use with the Kolab Server

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0
%patch1 -p0

%build
perl Makefile.PL \
   --config %{_sysconfdir}/kolab  --bin %{_bindir} --sbin %{_sbindir}  --etc %{_sysconfdir}/kolab
make
make test

%install
%makeinstall_std

# make some directories
install -d %{buildroot}%{_initrddir}

# make symlinks for kolabd, because it is used from the intidir
%__ln_s %{_bindir}/kolabd  %{buildroot}%{_initrddir}/kolabd

%files
%dir %{perl_vendorlib}/Kolab
%dir %{perl_vendorlib}/Kolab/LDAP
%dir %{perl_vendorlib}/Kolab/LDAP/Backend
%{perl_vendorlib}/Kolab.pm
%{perl_vendorlib}/Kolab/Conf.pm
%{perl_vendorlib}/Kolab/Cyrus.pm
%{perl_vendorlib}/Kolab/LDAP.pm
%{perl_vendorlib}/Kolab/LDAP/Backend.pm
%{perl_vendorlib}/Kolab/LDAP/Backend/ad.pm
%{perl_vendorlib}/Kolab/LDAP/Backend/fds.pm
%{perl_vendorlib}/Kolab/LDAP/Backend/slurpd.pm
%{perl_vendorlib}/Kolab/LDAP/Backend/syncrepl.pm
%{perl_vendorlib}/Kolab/Util.pm
%{_sysconfdir}/kolab/quotawarning.txt
%{_initrddir}/kolabd
%{_bindir}/kolab_smtpdpolicy
%{_bindir}/kolabdcachetool
%{_bindir}/kolabpasswd
%{_bindir}/kolabquotareport
%{_bindir}/kolabquotawarn
%{_sbindir}/kolab_bootstrap
%{_sbindir}/kolabcheckperm
%{_sbindir}/kolabconf
%{_sbindir}/kolabd
%{_mandir}/man3/*
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:2.2.4-10
+ Revision: 7f60fb2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4889 |14cr|perl-Kwiki-0.390.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki
%define upstream_version 0.39

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	The Kwiki Wiki Building Framework 

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Spoon)
BuildArch:	noarch

%description
Kwiki is perhaps the simplest to install, most modular, and easiest to extend
Wiki. A Wiki allows users to freely create and edit web pages in any web
browser. Kwiki is Open Source Software in Perl, and is available on CPAN.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
#%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki
%{perl_vendorlib}/Kwiki.pm
%{_mandir}/*/*
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.390.0-4
+ Revision: 21ee03f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4890 |14cr|perl-Kwiki-Archive-Rcs-0.160.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki-Archive-Rcs
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Kwiki Page Archival Using RCS

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildArch:	noarch
Requires:	rcs

%description
Version control using RCS.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-4
+ Revision: f99222a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4891 |14cr|perl-Kwiki-Attachments-0.210.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Kwiki-Attachments
%define upstream_version    0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Kwiki Page Attachments Plugin

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildArch:	noarch

%description
Kwiki::Attachments gives a Kwiki wiki the ability to upload, store and manage
file attachments on any page. By default, if you have an image creation module
such as Imager or Image::Magick installed, then a thumbnail will be created for
every supported image file type that is uploaded. Thumbnails are displayed on
the attachments page, and can also be displayed on wiki pages via the wafl
directives described in the next paragraph. The thumbnail files have "thumb_"
prepended to the original filename and are not displayed separately in the
attachment page or widget. For this reason, you cannot upload files beginning
with "thumb_".

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
rm -f ._Makefile.PL

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#%{__make} test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.210.0-4
+ Revision: 8af7cc4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4892 |14cr|perl-Kwiki-CachedDisplay-0.70.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki-CachedDisplay
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Speed-up Kwiki page display by caching

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildRequires:	perl(Test::Pod::Coverage)
BuildArch:	noarch

%description
This module use pre-generated page upon rendering, so that each successive
page-rendering takes no time in parsing and template-processing. After you
install this plugin, new pages will automatically have pre-generated HTML
copies on disk. HTML copies for old pages will be generated by next time anyone
visit them.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-4
+ Revision: 6a9351b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4893 |14cr|perl-Kwiki-Comments-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki-Comments
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Post comments to a page

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildArch:	noarch

%description
Kwiki::Comments is a Kwiki plugin that allow anyone to leave comments to a
Page, just like Slash comments or MT comments.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Kwiki
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-4
+ Revision: 387eb40
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4894 |14cr|perl-Kwiki-Diff-0.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki-Diff
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Display differences between the current wiki page and older revisions

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildArch:	noarch

%description
This module requires that you be using Kwiki::Revisions. Please make sure
Kwiki::Revisions is in your plugins file.

This module adds a toolbar item, "Differences," when viewing past revisions of
wiki pages. When clicked, the user is shown a colorful side-by-side comparison
of that revision and the current revision.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm -f t/0-signature.t # debug files make it fails

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-4
+ Revision: 7178f4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4895 |14cr|perl-Kwiki-Edit-RequireUserName-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki-Edit-RequireUserName
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Replaces Kwiki::Edit in order to require a user name to edit

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildArch:	noarch

%description
This plugin helps reduce WikiSpam by requiring that the user have a user name
before editing. The idea is that SpamBots won't take the trouble to do this. Of
course this won't prevent spam created manually.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: d2fccde
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4896 |14cr|perl-Kwiki-Image-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki-Image
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Kwiki Image Plugin

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildArch:	noarch

%description
This plugin provides more comprehensive support for images in Kwiki.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-4
+ Revision: f292890
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4897 |14cr|perl-Kwiki-ListPages-0.110.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki-ListPages
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	List all Kwiki Pages

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildArch:	noarch

%description
This module provides an indexed list of all the pages in a Kwiki wiki via a
button on the toolbar. At the top of the list is a navigation bar with letters
or numbers which have page entries associated with them.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-4
+ Revision: 6eba523
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4898 |14cr|perl-Kwiki-ModPerl-0.90.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki-ModPerl
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Enable Kwiki to work under mod_perl 
License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		perl-Kwiki-ModPerl-0.09-Parenthesise-qw-explicitly.patch

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildRequires:	apache-mod_perl
BuildArch:	noarch
Requires:	apache-mod_perl

%description
This module allows you to use Kwiki as a mod_perl content handler.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .fix-build

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki
%{_mandir}/*/*

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-4
+ Revision: 0800675
- Patch to build with modern perl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4899 |14cr|perl-Kwiki-NewPage-0.120.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki-NewPage
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Kwiki New Page Plugin

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildArch:	noarch

%description
Adds a navigation link/button to create a new page without first adding a link
to that page.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-4
+ Revision: 374b7b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4900 |14cr|perl-Kwiki-RecentChanges-0.140.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki-RecentChanges
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Kwiki Recent Changes Plugin

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildArch:	noarch

%description
List pages that were recently changed (how long ago can be configured).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-4
+ Revision: d787e0f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4901 |14cr|perl-Kwiki-Revisions-0.150.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki-Revisions
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Kwiki Revisions Plugin

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildArch:	noarch

%description
Assuming you have one of the Archive plugins enabled this plugin let's users
see prvious versions of a page. (for diffs see Kwiki::Diff).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-4
+ Revision: 570a67f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4902 |14cr|perl-Kwiki-Search-0.120.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki-Search
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Kwiki Search Plugin

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildArch:	noarch

%description
Enables a plain text search button for searching the content of the pages.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-4
+ Revision: 286bcbd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4903 |14cr|perl-Kwiki-UserName-0.140.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki-UserName
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Kwiki User Name Plugin 

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildArch:	noarch

%description
Enable user to set their name in the preferences so changes will show they did
it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-4
+ Revision: b04eac1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4904 |14cr|perl-Kwiki-UserPreferences-0.130.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Kwiki-UserPreferences
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Kwiki User Preferences Plugin 

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Kwiki/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Kwiki)
BuildArch:	noarch

%description
Enable the setting of various User Preferences.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Kwiki
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-4
+ Revision: 2df6b18
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4905 |14cr|perl-Language-Befunge-4.130.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Language-Befunge
%define upstream_version 4.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A generic funge interpreter

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Language/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-aliased
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Class::XSAccessor)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description
This module implements the Funge-98 specifications on a 2D field (also called 
Befunge).  It can also work as a n-funge implementation (3D and more).


%prep
%setup -q -n Language-Befunge-%{upstream_version} 

%build
perl Makefile.PL -n INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/jqbef98
%{perl_vendorlib}/Language
%{_mandir}/man1/jqbef98*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.130.0-4
+ Revision: 0325ee8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4906 |14cr|perl-Language-Befunge-Storage-Generic-Vec-XS-0.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Language-Befunge-Storage-Generic-Vec-XS
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Language::Befunge::Storage::Generic::Vec rewritten for speed

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Language/%{upstream_name}-%{upstream_version}.tar.gz
Source1:	%{name}.rpmlintrc

BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Language::Befunge)
BuildRequires:	perl(Language::Befunge::Vector::XS)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(aliased)
BuildRequires:	perl-devel
Requires:	perl(aliased)

%description
Language::Befunge::Storage::Generic::Vec implements a linear storage model,
where a perl string is used to store a (potentially very large) integer
array. The integers are accessed from perl with vec().

Unfortunately, vec() operates on unsigned integers, which means some extra
calculations are necessary to convert between unsigned and signed integers.

If the access was done from C, using a signed integer pointer, the access
would be much faster, and the conversion would be unnecessary.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc LICENSE README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-4
+ Revision: 61f457d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4907 |14cr|perl-Language-Befunge-Vector-XS-1.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Language-Befunge-Vector-XS
%define upstream_version 1.1.1

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    Language::Befunge::Vector rewritten for speed

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Language/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl-devel


%description
The Language::Befunge module makes heavy use of n-dims vectors,
mapped to the Language::Befunge::Vector class. This allows to
abstract the funge dimension while still keeping the same code for the
operations.

However, such an heavy usage does have some impact on the performances.
Therefore, this modules is basically a rewrite of LBV in XS. If
installed, then LBV will automagically load it and replace its own
functions with the XS ones.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc LICENSE Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-5
+ Revision: 858418a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4908 |14cr|perl-Language-Ook-1.0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Language-Ook
%define upstream_version 1.0.2

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	An Ook! interpreter

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Language/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
A programming language should be writable and readable by orang-utans. So
Ook! is a programming language designed for orang-utans.

Ook! is bijective with BrainFuck, and thus, Turing-complete.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-6
+ Revision: 3f10f6b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4909 |14cr|perl-latest-0.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    latest
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Use the latest Perl features

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl(version)
BuildRequires: perl(Module::Build)

BuildArch: noarch

Provides: perl(latest)

%description
The line

  use latest;

is roughly equivalent to

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-4
+ Revision: 6ea6d35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4910 |14cr|perl-LaTeX-Driver-0.200.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    LaTeX-Driver
%define upstream_version 0.200.4

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Driver to run LaTeX, bibtex and makeindex


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/LaTeX/%{upstream_name}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(File::pushd)
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Cwd)
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Readonly)
BuildRequires:	tetex-latex
BuildRequires:	ghostscript-common
# Require whole set of texlive packages because it's hard
# to find what we really need to make tests pass
BuildRequires:	texlive
Requires:	tetex-latex
Requires:	ghostscript-common
Requires:	perl(Template)

BuildArch:	noarch

%description
The LaTeX::Driver module encapsulates the details of invoking the Latex
programs to format a LaTeX document. Formatting with LaTeX is complicated;
there are potentially many programs to run and the output of those programs
must be monitored to determine whether further processing is required.

This module runs the required commands in the directory specified, either
explicitly with the 'dirname' option or implicitly by the directory part of
'basename', or in the current directory. As a result of the processing up
to a dozen or more intermediate files are created. These can be removed
with the 'cleanup' method.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
yes | perl Makefile.PL INSTALLDIRS=vendor
%make

%check
TMPDIR=/tmp %make test

%install
%makeinstall_std

%files
%doc README Changes
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.4-2
+ Revision: bbe3267
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4911 |14cr|perl-LaTeX-Encode-0.91.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    LaTeX-Encode
%define upstream_version 0.091.5

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Encode LaTeX special chars for typesetting


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/LaTeX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Carp::Always)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Readonly)
BuildArch:	noarch

%description
This module provides a function to encode text that is to be formatted with
LaTeX. It encodes characters that are special to LaTeX or that are
represented in LaTeX by LaTeX commands.

The special characters are: '\' (command character), '{' (open group), '}'
(end group), '&' (table column separator), '#' (parameter specifier), '%'
(comment character), '_' (subscript), '^' (superscript), '~' (non-breakable
space), '$' (mathematics mode).

Note that some of the LaTeX commands for characters are defined in the
LaTeX 'textcomp' package. If your text includes such characters, you will
need to include the following lines in the preamble to your LaTeX document.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README README
%{_bindir}/latex-encode
%{_mandir}/man3/*
%{_mandir}/man1/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.91.5-3
+ Revision: 64d10e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4912 |14cr|perl-LaTeX-Table-1.0.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    LaTeX-Table
%define upstream_version v1.0.6

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Automatic generation of LaTeX tables

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/LaTeX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Policy::FollowPBP)
BuildRequires:	perl(MooseX::FollowPBP)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Template)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Text::CSV)
BuildRequires:	perl(Text::Wrap)
BuildRequires:	perl(version)

BuildArch:	noarch

%description
LaTeX makes professional typesetting easy. Unfortunately, this is not
entirely true for tables and the standard LaTeX table macros have a rather
limited functionality. This module supports many CTAN packages and hides
the complexity of using them behind an easy and intuitive API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/csv2pdf
%{_bindir}/ltpretty


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.6-5
+ Revision: cfcd87c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4913 |14cr|perl-Lexical-Persistence-1.23.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Lexical-Persistence
%define upstream_version 1.023

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Bind lexicals to persistent data

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Lexical/Lexical-Persistence-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Devel::LexAlias)
BuildRequires:	perl(PadWalker)
BuildArch:	noarch

%description
Lexical::Persistence does a few things, all related. Note that all the
behaviors listed here are the defaults. Subclasses can override nearly
every aspect of Lexical::Persistence's behavior.

Lexical::Persistence lets your code access persistent data through lexical
variables. This example prints "some value" because the value of $x perists
in the $lp object between setter() and getter().

	use Lexical::Persistence;

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.23.0-3
+ Revision: b870581
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4914 |14cr|perl-lib2safe-0.50.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    lib2safe
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:    	2
Epoch:      	1

BuildArch: 	noarch

Summary:	A perl5 interface for 2safe service
License:	GPLv2
Group:		Development/Perl
Source0:	%{upstream_name}-%{upstream_version}.tar.gz
URL:		http://www.2safe.com/

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(JSON)
BuildRequires:	perl(Config::File)
BuildRequires:	perl(HTTP::Message)
BuildRequires:	perl(IO::Socket::SSL)

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}

Requires:	perl(JSON)
Requires:	perl(Config::File)
Requires:	perl(HTTP::Message)
Requires:	perl(IO::Socket::SSL)

%description
A perl5 interface for 2safe service

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%{__make} test

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc Changes README
%{_mandir}/*/*
%{perl_vendorarch}/../*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.50.0-2
+ Revision: cb6c492
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4915 |14cr|perl-lib-abs-0.930.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    lib-abs
%define upstream_version 0.93

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Get pathname of current working directory

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/lib/lib-abs-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cwd)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildArch:	noarch
Provides:	perl(lib::abs)

%description
The main reason of this library is transformate relative paths to absolute
at the 'BEGIN' stage, and push transformed to '@INC'. Relative path basis
is not the current working directory, but the location of file, where the
statement is (caller file). When using common 'lib', relative paths stays
relative to curernt working directory,

	# For ex:
	# script: /opt/scripts/my.pl
	use lib::abs '../lib';

	# We run `/opt/scripts/my.pl` having cwd /home/mons
	# The @INC will contain '/opt/lib';

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.930.0-3
+ Revision: 0db7f6c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4916 |14cr|perl-Lingua-31337-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Lingua-31337
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	P3RL M0DU1E 7O c0NVer7 7ext 7O C0o1 741k

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Lingua/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
P3RL M0DU1E 7O c0NVer7 7ext 7O C0o1 741k.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Lingua


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: 7cea269
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4917 |14cr|perl-Lingua-EN-FindNumber-1.200.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Lingua-EN-FindNumber
%define upstream_version 1.2

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Locate (written) numbers in English text
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Lingua/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Lingua::EN::Words2Nums)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module provides a regular expression for finding numbers in English
text. It also provides functions for extracting and manipulating such
numbers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.200.0-2
+ Revision: bc1dbcd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4918 |14cr|perl-Lingua-EN-Inflect-1.895.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Lingua-EN-Inflect
%define upstream_version 1.895

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl module to find English word inflections

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Lingua/Lingua-EN-Inflect-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The exportable subroutines of Lingua::EN::Inflect provide plural inflections,
"a"/"an" selection for English words, and manipulation of numbers as words.
Plural forms of all nouns, most verbs, and some adjectives are provided. Where
appropriate, "classical" variants (for example: "brother" -> "brethren",
"dogma" -> "dogmata", etc.) are also provided.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
chmod 644 README Changes lib/Lingua/EN/Inflect.pm
perl Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Lingua/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.895.0-3
+ Revision: 01e13c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4919 |14cr|perl-Lingua-EN-Inflect-Number-1.110.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Lingua-EN-Inflect-Number
%define upstream_version 1.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Force number of words to singular or plural

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Lingua/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Lingua::EN::Inflect)

BuildArch:	noarch

%description
This module extends the functionality of Lingua::EN::Inflect with three new
functions available for export:

number:
This takes a word, and determines its number. It returns s for singular, p for
plural, and ambig for words that can be either singular or plural.

to_S / to_PL:
These take a word and convert it forcefully either to singular or to plural.
Lingua::EN::Inflect does funny things if you try to pluralise an already-plural
word, but this module does the right thing.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files 
%doc Changes README
%{perl_vendorlib}/Lingua
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.0-2
+ Revision: 08bacab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4920 |14cr|perl-Lingua-EN-Inflect-Phrase-0.180.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Lingua-EN-Inflect-Phrase
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Inflect short English Phrases



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Lingua/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Lingua::EN::Number::IsOrdinal)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Lingua::EN::FindNumber)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Lingua::EN::Inflect)
BuildRequires:	perl(Lingua::EN::Inflect::Number)
BuildRequires:	perl(Lingua::EN::Tagger)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Attempts to pluralize or singularize short English phrases.

If it doesn't work, please email or submit to RT the example you tried, and
I'll try to fix it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-2
+ Revision: 70706ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4921 |14cr|perl-Lingua-EN-Number-IsOrdinal-0.40.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Lingua-EN-Number-IsOrdinal
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Detect if English number is ordinal or cardinal

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Lingua/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Lingua::EN::FindNumber)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
This module will tell you if a number, either in words or as digits, is
a cardinal or ordinal number
<http://www.ego4u.com/en/cram-up/vocabulary/numbers/ordinal>.

This is useful if you e.g. want to distinguish these types of numbers
found with Lingua::EN::FindNumber and take different actions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-2
+ Revision: 8b9080f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4922 |14cr|perl-Lingua-EN-Numbers-Ordinate-1.30.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Lingua-EN-Numbers-Ordinate
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Go from cardinal number (3) to ordinal ("3rd")


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/modules/by-module/Lingua/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
There are two kinds of numbers in English -- cardinals (1, 2, 3...), and
ordinals (1st, 2nd, 3rd...). This library provides functions for giving the
ordinal form of a number, given its cardinal value.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc README 
%{perl_vendorlib}/Lingua
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-2
+ Revision: 24cf8fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4923 |14cr|perl-Lingua-EN-Tagger-0.240.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# The package contains binary files, not sure if they are really arch-dependent,
# but let's not mark the package as 'noarch', juse say that we have no debug data here
%define debug_package %{nil}

%define upstream_name    Lingua-EN-Tagger
%define upstream_version 0.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Part-of-speech tagger for English natural language processing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Lingua/Lingua-EN-Tagger-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(Lingua::Stem)
BuildRequires:	perl(Memoize)
BuildRequires:	perl(Memoize::ExpireLRU)
BuildRequires:	perl(Storable)

%description
The module is a probability based, corpus-trained tagger that assigns POS
tags to English text based on a lookup dictionary and a set of probability
values. The tagger assigns appropriate tags based on conditional
probabilities - it examines the preceding tag to determine the appropriate
tag for the current word. Unknown words are classified according to word
morphology or can be set to be treated as nouns or other parts of speech.

The tagger also extracts as many nouns and noun phrases as it can, using a
set of regular expressions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.240.0-3
+ Revision: e6509a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4924 |14cr|perl-Lingua-EN-Words2Nums-0.180.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Lingua-EN-Words2Nums
%define upstream_version 0.18

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Convert English text to numbers
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Lingua/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module converts English text into numbers. It supports both ordinal
and cardinal numbers, negative numbers, and very large numbers.

The main subroutine, which is exported by default, is words2nums(). This
subroutine, when fed a string, will attempt to convert it into a number. If
it succeeds, the number will be returned. If it fails, it returns undef.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc samples TODO README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-2
+ Revision: 68a4f4b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4925 |14cr|perl-Lingua-Features-0.3.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Lingua-Features

Name:		perl-%{module}
Version:	0.3.1
Release:	8
Summary:	Natural languages features

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Lingua/%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:	perl(XML::Generator)
BuildRequires:	perl(List::Compare)
BuildRequires:	perl(Tie::IxHash)
BuildArch:	noarch

%description
This module implements natural languages features in Perl. Its brings the
following advantages:
- type verification
- features and values normalization
- smart comparisons between structures

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files 
%doc ChangeLog README
%{perl_vendorlib}/Lingua
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-8
+ Revision: 7b7b958
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4926 |14cr|perl-Lingua-Ident-1.700.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Lingua-Ident
%define upstream_version 1.7

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Statistical language identification 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Lingua/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements a statistical language identifier.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# parallel testing with %make doesn't work
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/*
%{perl_vendorlib}/Lingua
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.700.0-4
+ Revision: a742a66
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4927 |14cr|perl-Lingua-Ispell-0.70.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define upstream_name    Lingua-Ispell
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Ispell inteface perl module

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JD/JDPORTER/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Interface to the Ispell spellchecker.

%prep 
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%files
%doc Changes MANIFEST README
%{perl_vendorlib}/Lingua/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-5
+ Revision: 8bdf3fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4928 |14cr|perl-Lingua-Preferred-0.2.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Lingua-Preferred

Summary:	Perl extension to choose a language

License:	GPL/Artistic
Name:		perl-%{module}
Version:	0.2.4
Release:	10
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Lingua/%{module}-%{version}.tar.bz2
BuildArch:	noarch
BuildRequires:	perl(Log::TraceMessages)
BuildRequires:	perl-devel


%description
Often human-readable information is available in more than one language. Which
should you use? This module provides a way for the user to specify possible
languages in order of preference, and then to pick the best language of those
available. Different 'dialects' given by the 'territory' part of the language
specifier (such as en, en_GB, and en_US) are also supported.

Authors:
--------
        Ed Avis <epa98@doc.ic.ac.uk>

%prep
%setup -n %{module}-%{version} -q

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall DESTDIR=%{buildroot}

%clean

%files
%doc README Changes
%{perl_vendorlib}/Lingua/Preferred.pm
%{perl_vendorlib}/auto/Lingua/Preferred/autosplit.ix
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-10
+ Revision: a0233dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4929 |14cr|perl-Lingua-PT-Stemmer-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Lingua-PT-Stemmer
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Portuguese language stemming

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Lingua/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Lingua-PT-Stemmer module for perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Lingua
%{_mandir}/man3*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-4
+ Revision: 60217f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4930 |14cr|perl-Lingua-Stem-0.840.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Lingua-Stem
%define upstream_version 0.84

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Stemming of words

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Lingua/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Lingua::PT::Stemmer)
BuildRequires:	perl(Lingua::Stem::It)
BuildRequires:	perl(Lingua::Stem::Fr)
BuildRequires:	perl(Lingua::Stem::Snowball::Da)
BuildRequires:	perl(Lingua::Stem::Snowball::No)
BuildRequires:	perl(Lingua::Stem::Snowball::Se)
BuildRequires:	perl(Text::German)
BuildArch:	noarch

%description
This routine applies stemming algorithms to its parameters, returning the
stemmed words as appropriate to the selected locale.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Lingua
%{_mandir}/man3*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.840.0-4
+ Revision: a4f6d44
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4931 |14cr|perl-Lingua-Stem-Fr-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Lingua-Stem-Fr
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl French Stemming

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Lingua/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module use the a modified version of the Porter Stemming Algorithm to
return a stemmed words.

The algorithm is implemented as described in:
http://snowball.tartarus.org/french/stemmer.html
with some improvement.

The code is carefully crafted to work in conjunction with the Lingua::Stem
module by Benjamin Franz. This french version is based too, on the work of Aldo
Calpini (Italian Version)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Lingua
%{_mandir}/man3*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: f02de74
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4932 |14cr|perl-Lingua-Stem-It-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Lingua-Stem-It
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Porter's stemming algorithm for Italian

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/A/AC/ACALPINI/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module applies the Porter Stemming Algorithm to its parameters, returning
the stemmed words.

The algorithm is implemented exactly as described in:
http://snowball.tartarus.org/italian/stemmer.html

The code is carefully crafted to work in conjunction with the Lingua::Stem
module by Benjamin Franz, from which some functionalities have been borrowed
(caching and exception list).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Lingua
%{_mandir}/man3*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: 506f772
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4933 |14cr|perl-Lingua-Stem-Snowball-0.952.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Lingua-Stem-Snowball
%define upstream_version 0.952

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    Perl interface to Snowball stemmers

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Lingua/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel

%description
Stemming reduces related words to a common root form -- for instance,
"horse", "horses", and "horsing" all become "hors". Most commonly, stemming
is deployed as part of a search application, allowing searches for a given
term to match documents which contain other forms of that term.

This module is very similar to the Lingua::Stem manpage -- however,
Lingua::Stem is pure Perl, while Lingua::Stem::Snowball is an XS module
which provides a Perl interface to the C version of the Snowball stemmers.
(the http://snowball.tartarus.org manpage).

Supported Languages
    The following stemmers are available (as of Lingua::Stem::Snowball
    0.95):

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.952.0-5
+ Revision: 033267d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4934 |14cr|perl-Lingua-Stem-Snowball-Da-1.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Lingua-Stem-Snowball-Da
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Porters stemming algorithm for Denmark

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/C/CI/CINE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch
Requires:	locales-da

%description
The stem function takes a scalar as a parameter and stems the word according to
Martin Porters Danish stemming algorithm, which can be found at the Snowball
website: http://snowball.tartarus.org/.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
mv %{buildroot}%{perl_vendorlib}/Lingua/Stem/Snowball/stemmer.pl \
    %{buildroot}%{perl_vendorlib}/Lingua/Stem/Snowball/stemmer-Da.pl

%files
%doc Changes README
%{perl_vendorlib}/Lingua
%{_mandir}/man3*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-4
+ Revision: 564a507
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4935 |14cr|perl-Lingua-StopWords-0.90.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Lingua-StopWords
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Stop words for several languages

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Lingua/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
In keyword search, it is common practice to suppress a collection of
"stopwords": words such as "the", "and", "maybe", etc. which exist in in a
large number of documents and do not tell you anything important about any
document which contains them. This module provides such "stoplists" in
several languages.

Supported Languages
        |-----------------------------------------------------------|
        | Language   | ISO code | default encoding | also available |
        |-----------------------------------------------------------|
        | Danish     | da       | ISO-8859-1       | UTF-8          | 
        | Dutch      | nl       | ISO-8859-1       | UTF-8          | 
        | English    | en       | ISO-8859-1       | UTF-8          |
        | Finnish    | fi       | ISO-8859-1       | UTF-8          |
        | French     | fr       | ISO-8859-1       | UTF-8          |
        | German     | de       | ISO-8859-1       | UTF-8          | 
        | Hungarian  | hu       | ISO-8859-1       | UTF-8          | 
        | Italian    | it       | ISO-8859-1       | UTF-8          | 
        | Norwegian  | no       | ISO-8859-1       | UTF-8          | 
        | Portuguese | pt       | ISO-8859-1       | UTF-8          | 
        | Spanish    | es       | ISO-8859-1       | UTF-8          | 
        | Swedish    | sv       | ISO-8859-1       | UTF-8          | 
        | Russian    | ru       | KOI8-R           | UTF-8          | 
        |-----------------------------------------------------------|

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-5
+ Revision: ae688c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4936 |14cr|perl-Linux-CDROM-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Linux-CDROM
%define upstream_version 0.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:	An interface to Linux CDROM device

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Linux/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
common recipes featuring your CDROM drive as its main ingredient

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
#%{__make} test

%install
%makeinstall_std
rm -f %{buildroot}%{perl_archlib}/perllocal.pod

%clean 

%files
%doc README
%{perl_vendorlib}/*/Linux/CDROM*
%{perl_vendorlib}/*/*/Linux/CDROM/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 383c60e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4937 |14cr|perl-Linux-Distribution-0.200.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Linux-Distribution
%define upstream_version 0.20

Summary:	Mudule for Linux distribution

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/LINUX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl extension to guess on which Linux distribution we are running.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Linux
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-4
+ Revision: 53d1f4a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4938 |14cr|perl-Linux-DVB-1.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Linux-DVB
%define upstream_version 1.01

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    Interface to (some parts of) the Linux DVB API

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Linux/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel

%description
This module provides an interface to the Linux DVB API. It is a
straightforward translation of the C API. You should read the Linux DVB API
description to make any sense of this module. It can be found here:

   http://www.linuxtv.org/docs/dvbapi/dvbapi.html

All constants from _frontend.h_ and _demux.h_ are exported by their C name
and by default.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-5
+ Revision: ae511e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4939 |14cr|perl-Linux-Inotify2-1.220.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Linux-Inotify2
%define upstream_version 1.22

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	4

Summary:	Scalable directory/file change notification

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Linux/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
Requires:	perl(common::sense)

%description
This module implements an interface to the Linux 2.6.13 and later
Inotify file/directory change notification sytem.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%clean

%files
%doc README COPYING Changes
%{perl_vendorarch}/Linux
%{perl_vendorarch}/auto/Linux
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.220.0-4
+ Revision: d1f3ee8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4940 |14cr|perl-Linux-Joystick-0.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Linux-Joystick
%define upstream_version 0.0.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Linux-Joystick - Perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BW/BWATSON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Linux-Joystick - Perl module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-3
+ Revision: 78e21e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4941 |14cr|perl-List-AllUtils-0.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    List-AllUtils
%define upstream_version 0.04
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Combines List::Util and List::MoreUtils in one bite-sized package

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/List/List-AllUtils-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Are you sick of trying to remember whether a particular helper is defined
in 'List::Util' or 'List::MoreUtils'? I sure am. Now you don't have to
remember. This module will export all of the functions that either of those
two modules defines.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-3
+ Revision: 0ad1e4f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4942 |14cr|perl-List-Compare-0.380.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 List-Compare
%define upstream_version 0.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Compare elements of two or more lists

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/List/List-Compare-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::CaptureOutput)
BuildArch:	noarch

%description
This module allows to compare elements of two or more lists.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files 
%doc Changes README
%{perl_vendorlib}/List
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.380.0-3
+ Revision: 3c5d9ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4943 |14cr|perl-List-UtilsBy-0.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    List-UtilsBy
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.09
Release:	3

Summary:	Higher-order list utility functions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/List/List-UtilsBy-0.09.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module provides a number of list utility functions, all of which take
an initial code block to control their behaviour. They are variations on
similar core perl or 'List::Util' functions of similar names, but which use
the block to control their behaviour. For example, the core Perl function
'sort' takes a list of values and returns them, sorted into order by their
string value. The 'sort_by' function sorts them according to the string
value returned by the extra function, when given each value.

 my @names_sorted = sort @names;

 my @people_sorted = sort_by { $_->name } @people;

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-3
+ Revision: 8c15046
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4944 |14cr|perl-Locale-Codes-3.310.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Locale-Codes
%define upstream_version 3.31

%define __noautoreq 'perl\\(Locale::Codes::.*'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Standard language codes (such as ISO 639)


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Locale/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(constant)

BuildArch:	noarch

%description
Locale::Codes is a distribution containing a set of modules. The modules
each deal with different types of codes which identify parts of the locale
including languages, countries, currency, etc.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE META.yml 
%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.310.0-2
+ Revision: fc0bd47
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4945 |14cr|perl-Locale-Hebrew-1.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Locale-Hebrew
%define upstream_version 1.05

Name:      perl-%{upstream_name}
Version:   %perl_convert_version %{upstream_version}
Release:	4

Summary:   Bidirectional Hebrew support

License:   GPL+ or Artistic
Group:     Development/Perl
Url:       http://www.cpan.org
Source0:   http://www.cpan.org/modules/by-module/Locale/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:    Locale-Hebrew-1.04-fix-format-errors.patch

BuildRequires:	perl-devel


%description
This module is based on code from the Unicode Consortium.

The charset on their code was bogus, therefore this module had to work
the real charset from scratch.  There might have some mistakes, though.

One function, "hebrewflip", is exported by default.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p 1
# patching make signature check fail 
rm -f t/0-signature.t

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{perl_vendorarch}/Locale
%{perl_vendorarch}/auto/Locale
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-4
+ Revision: 102a56b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4946 |14cr|perl-Locale-Maketext-1.250.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Locale-Maketext
%define upstream_version 1.25

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Framework for software localization


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Locale/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(I18N::LangTags)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
It is a common feature of applications (whether run directly, or via the
Web) for them to be "localized" -- i.e., for them to a present an English
interface to an English-speaker, a German interface to a German-speaker,
and so on for all languages it's programmed with. Locale::Maketext is a
framework for software localization; it provides you with the tools for
organizing and accessing the bits of text and text-processing code that you
need for producing localized applications.

In order to make sense of Maketext and how all its components fit together,
you should probably go read Locale::Maketext::TPJ13, and _then_ read the
following documentation.

You may also want to read over the source for 'File::Findgrep' and its
constituent modules -- they are a complete (if small) example application
that uses Maketext.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.250.0-2
+ Revision: d68243c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4947 |14cr|perl-Locale-Maketext-Fuzzy-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Locale-Maketext-Fuzzy
%define upstream_version 0.11
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.11
Release:	3

Summary:	Maketext from already interpolated strings 

License:	MIT
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/Locale-Maketext-Fuzzy-0.11.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module is a subclass of Locale::Maketext, with additional support for 
localizing messages that already contains interpolated variables. 
This is most useful when the messages are returned by external modules 
-- for example, to match 
  dir: command not found 
against 
  [_1]: command not found.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: 85cb6e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4948 |14cr|perl-Locale-Maketext-Gettext-1.280.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Locale-Maketext-Gettext
%define upstream_version 1.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Joins the gettext and Maketext frameworks
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Locale/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks. It
is a subclass of Locale::Maketext/3 that follows the way GNU gettext works.
It works seamlessly, _both in the sense of GNU gettext and Maketext_. As a
result, you _enjoy both their advantages, and get rid of both their
problems, too._

You start as an usual GNU gettext localization project: Work on PO files
with the help of translators, reviewers and Emacs. Turn them into MO files
with _msgfmt_. Copy them into the appropriate locale directory, such as
_/usr/share/locale/de/LC_MESSAGES/myapp.mo_.

Then, build your Maketext localization class, with your base class changed
from Locale::Maketext/3 to Locale::Maketext::Gettext. That is all.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm t/00-signature.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_bindir}/maketext
%{_mandir}/man3/*
%{_mandir}/man1/maketext.1.*
%{perl_vendorlib}/Locale


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.280.0-4
+ Revision: 8955b20
- Drop incorrect test



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4949 |14cr|perl-Locale-Maketext-Simple-0.210.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	Locale-Maketext-Simple
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

License:	MIT
Group:		Development/Perl
Summary:	Perl module to use other catalog formats in Maketext

Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Locale/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Locale::Maketext::Lexicon)
BuildArch:	noarch
Requires:	perl(Locale::Maketext::Lexicon)

%description
Locale::Maketext::Simple is simple interface to Locale::Maketext::Lexicon,
a module providing lexicon-handling backends, for "Locale::Maketext" 
to read from other localization formats, such as PO files, MO files, 
or from databases via the "Tie" interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Locale
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.210.0-6
+ Revision: 7c4e4b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4950 |14cr|perl-Locale-Msgfmt-0.150.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Locale-Msgfmt
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Functions used internally by Locale::Msgfmt

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Locale/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module does the same thing as msgfmt from GNU gettext-tools, except this
is pure Perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Locale
%{perl_vendorlib}/Module



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-4
+ Revision: f7791da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4951 |14cr|perl-local-lib-2.0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    local-lib
%define upstream_version 2.000011

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Create and use a local lib/ for perl modules with PERL5LIB

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/local/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::Install)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(Module::Build)
BuildRequires: perl-devel

BuildArch: noarch

Provides: perl(local::lib)

%description
This module provides a quick, convenient way of bootstrapping a user-local
Perl module library located within the user's home directory. It also
constructs and prints out for the user the list of environment variables
using the syntax appropriate for the user's current shell (as specified by
the 'SHELL' environment variable), suitable for directly adding to one's
shell configuration file.

More generally, local::lib allows for the bootstrapping and usage of a
directory containing Perl modules outside of Perl's '@INC'. This makes it
easier to ship an application with an app-specific copy of a Perl module,
or collection of modules. Useful in cases like when an upstream maintainer
hasn't applied a patch to a module of theirs that you need for your
application.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.11-3
+ Revision: f466ce5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4952 |14cr|perl-LockFile-Simple-0.208.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 LockFile-Simple
%define upstream_version 0.208

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.208
Release:	3

Summary:	The LockFile::Simple extension provides simple file locking

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/LockFile/LockFile-Simple-0.208.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description 
The LockFile::Simple extension provides simple file locking, of the
advisory kind, i.e. it requires cooperation between applications wishing
to lock the same files.

It is meant to be used in quick-and-dirty scripts or more elaborated
programs that want a simple locking scheme, yet with a reasonable
level of configuration.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%files
%defattr(444,root,root,755)
%doc ChangeLog README
%{perl_vendorlib}/LockFile/*.pm
%{perl_vendorlib}/LockFile/Lock/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.208.0-3
+ Revision: bf8f0b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4953 |14cr|perl-Log-Agent-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Log-Agent
%define upstream_version 1.000

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:  	Logging agent 

License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}/
Source:		http://www.cpan.org/authors/id/M/MR/MROGASKI/Log-Agent-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Log::Agent is a general logging framework aimed at reusable modules.

%prep
%setup -q -n %{module}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Log
%{perl_vendorlib}/auto/Log
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 984d28e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4954 |14cr|perl-Log-Any-0.150.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Any
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.15
Release:	3

Summary:	Allows CPAN modules to safely and efficiently log messages

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Log/Log-Any-0.15.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::Simple)
BuildArch:	noarch

%description
'Log::Any' allows CPAN modules to safely and efficiently log messages,
while letting the application choose (or decline to choose) a logging
mechanism such as 'Log::Dispatch' or 'Log::Log4perl'.

'Log::Any' has a very tiny footprint and no dependencies beyond Perl 5.6,
which makes it appropriate for even small CPAN modules to use. It defaults
to 'null' logging activity, so a module can safely log without worrying
about whether the application has chosen (or will ever choose) a logging
mechanism.

The application, in turn, may choose one or more logging mechanisms via
Log::Any::Adapter.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-3
+ Revision: 19d2bb3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4955 |14cr|perl-Log-Any-Adapter-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Any-Adapter
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.11
Release:	3

Summary:	Implements Log::Any class methods to specify where logs should be sent

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Log/Log-Any-Adapter-0.11.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Guard)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Log::Any)
BuildRequires:	perl(Scope::Guard)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Devel::GlobalDestruction)
BuildRequires:	perl(Capture::Tiny)
Requires:	perl(Log::Any)
Requires:	perl(Scope::Guard)
BuildArch:	noarch

%description
The 'Log-Any-Adapter' distribution implements Log::Any class methods to
specify where logs should be sent. It is a separate distribution so as to
keep 'Log::Any' itself as simple and unchanging as possible.

You do not have to use anything in this distribution explicitly. It will be
auto-loaded when you call one of the methods below.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: e1e1dd3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4956 |14cr|perl-Log-Any-Adapter-Dispatch-0.60.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Any-Adapter-Dispatch
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	This Log::Any adapter uses Log::Dispatch for logging

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Log/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Log::Dispatch)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Log::Any::Adapter)
# Looks like this one is also needed
BuildRequires:	perl-Log-Any-Adapter
BuildArch:	noarch

%description
This Log::Any adapter uses Log::Dispatch for logging.

You may either pass parameters (like _outputs_) to be passed to
'Log::Dispatch->new', or pass a 'Log::Dispatch' object directly in the
_dispatcher_ parameter.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-6
+ Revision: 3df42d0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4957 |14cr|perl-Log-Contextual-0.6.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Contextual
%define upstream_version 0.006003

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Super simple logger made for playing with Log::Contextual

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Log/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Dumper::Concise)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Exporter::Declare)
BuildRequires:	perl(Moo)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(aliased)
BuildRequires:	perl(strictures)
BuildArch:	noarch

%description
This module is a simple interface to extensible logging. It is bundled with
a really basic logger, the Log::Contextual::SimpleLogger manpage, but in
general you should use a real logger instead of that. For something more
serious but not overly complicated, try the Log::Dispatchouli manpage (see
the /SYNOPSIS manpage for example.)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.3-3
+ Revision: b22b407
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4958 |14cr|perl-Log-Dispatch-2.410.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Dispatch
%define upstream_version 2.41

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 2.41
Release:	3

Summary:	Perl modules for logging messages to multiple outputs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Log/Log-Dispatch-2.41.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Mail::Sender)
BuildRequires:	perl(Mail::Sendmail)
BuildRequires:	perl(MIME::Lite)
BuildRequires:	perl(Class::Load)
BuildArch:	noarch

%description 
Log::Dispatch is a suite of OO modules for logging messages to multiple
outputs, each of which can have a minimum and maximum log level.  It is
designed to be easily subclassed, both for creating a new dispatcher object and
particularly for creating new outputs.

%package ApacheLog
Summary: Apache mod_perl dispatcher for Log::Dispatch

Group:   Development/Perl

%description ApacheLog
Log::Dispatch::ApacheLog is a dispatcher for apache logging, used with
mod_perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{perl_vendorlib}/Log
%exclude %{perl_vendorlib}/Log/Dispatch/ApacheLog.pm
%exclude %{_mandir}/*/Log::Dispatch::ApacheLog*
%{_mandir}/*/*

%files ApacheLog
%{perl_vendorlib}/Log/Dispatch/ApacheLog.pm
%{_mandir}/*/Log::Dispatch::ApacheLog*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.410.0-3
+ Revision: 5c0de96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4959 |14cr|perl-Log-Dispatch-Array-1.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Dispatch-Array
%define upstream_version 1.003

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Log events to an array (reference)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Log/Log-Dispatch-Array-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Log::Dispatch::Output)
BuildRequires:	perl(Test::Deep)
BuildArch:	noarch

%description
This provides a Log::Dispatch log output system that appends logged events
to an array reference. This is probably only useful for testing the logging
of your code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-3
+ Revision: e9355b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4960 |14cr|perl-Log-Dispatch-Config-1.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Dispatch-Config
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Log4j for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Simple)  >= 0.420.0
BuildRequires:	perl(AppConfig)     >= 1.520.0
BuildRequires:	perl(IO::Stringy)
BuildRequires:	perl(Log::Dispatch) >= 2.110.0

BuildArch:	noarch

%description 
Log::Dispatch::Config is a subclass of Log::Dispatch and provides a way
to configure Log::Dispatch object with configulation file (default, in
AppConfig format). I mean, this is log4j for Perl, not with all API
compatibility though.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor 
%make

%check
%make test

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc Changes README
%{perl_vendorlib}/Log/Dispatch*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-4
+ Revision: d3590a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4961 |14cr|perl-Log-Dispatch-Configurator-Any-1.110.690-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_version 1.110690
%define upstream_name Log-Dispatch-Configurator-Any

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        3
Summary:        Configurator implementation with Config::Any


License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/Log-Dispatch-Configurator-Any/
Source0:        http://www.cpan.org/authors/id/O/OL/OLIVER/Log-Dispatch-Configurator-Any-%{upstream_version}.tar.gz
BuildArch:      noarch

BuildRequires:  perl(Carp)
BuildRequires:  perl(Config::Any) >= 0.15
BuildRequires:  perl(Config::Tiny)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Log::Dispatch) >= 2.23
BuildRequires:  perl(Log::Dispatch::Config)
BuildRequires:  perl(Log::Dispatch::Configurator)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod) >= 1.14
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
BuildRequires:  perl(YAML::Tiny)
BuildRequires:  perl-devel

%description
Log::Dispatch::Config is a wrapper for Log::Dispatch and provides a way to
configure Log::Dispatch objects with configuration files. Somewhat like a lite
version of log4j and Log::Log4perl it allows multiple log destinations. The
standard configuration file format for Log::Dispatch::Config is AppConfig.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%check
make test

%files
%doc Changes examples LICENSE META.json script
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.690-3
+ Revision: 9641673
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4962 |14cr|perl-Log-Dispatchouli-2.9.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Dispatchouli
%define upstream_version 2.009

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A simple wrapper around Log::Dispatch

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Log/Log-Dispatchouli-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Log::Dispatch)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(Log::Dispatch::File)
BuildRequires:	perl(Log::Dispatch::Screen)
BuildRequires:	perl(Log::Dispatch::Syslog)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(String::Flogger)
BuildRequires:	perl(Sub::Exporter::GlobExporter)
BuildRequires:	perl(Sys::Syslog)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Try::Tiny)

BuildArch:	noarch

Requires:	perl(Log::Dispatch::Array)

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.0-3
+ Revision: 266e9a1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4963 |14cr|perl-Logfile-Rotate-1.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Logfile-Rotate
%define upstream_version    1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Perl module to rotate logfiles

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Logfile/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl module to rotate logfiles.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files 
%doc MANIFEST 
%{perl_vendorlib}/Logfile/Rotate.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-4
+ Revision: 13d47be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4964 |14cr|perl-Log-Handler-0.820.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Handler
%define upstream_version 0.82

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	A simple log file handler

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Log/Log-Handler-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Devel::Backtrace)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description
This module is just a simple object oriented log file handler and very easy to
use.  It's possible to define a log level for your programs and control the
amount of informations that will be logged to the log file. In addition it's
possible to configure how you wish to open the log file - transient or
permanent - and lock and unlock the log file by each write operation. If you
wish you can assign the handler to check the inode of the log file (not on
Windows). That could be very useful if a rotate mechanism moves and zip the log
file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc META.yml ChangeLog README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.820.0-3
+ Revision: 4f4f200
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4965 |14cr|perl-Log-Log4perl-1.440.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Log-Log4perl
%define upstream_version 1.44

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Sysadm::Install\\)|perl\\(Log::Dispatch::FileRotate\\)|perl\\(DBI(.*)\\)|perl\\(RRDs(.*)\\)'
%else
%define _requires_exceptions perl\(\\(Log::Dispatch::FileRotate\\|DBI\\|RRDs\\)\)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Log4j implementation for Perl


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Log/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl-Log-Dispatch >= 2.00
BuildArch:	noarch
Requires:	perl-Log-Dispatch >= 2.00

%description
Log::Log4perl lets you remote-control and fine-tune the logging behaviour of
your system from the outside. It implements the widely popular (Java-based)
Log4j logging package in pure Perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find lib -type f -exec chmod 644 {} \;

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README xml eg
%{_bindir}/l4p-tmpl
%{perl_vendorlib}/Log
%{_mandir}/man1/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.440.0-2
+ Revision: 9785ca8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4966 |14cr|perl-Log-Message-0.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Log-Message
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.08
Release:	3

Summary:	Log Message

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Log/Log-Message-0.08.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IPC::Cmd)                  >= 0.360.0
BuildRequires:  perl(Module::Load::Conditional) >= 0.40.0
BuildRequires:	perl-version
BuildArch:	noarch

%description
Log::Message is a generic message storage mechanism.  It allows you to store
messages on a stack -- either shared or private -- and assign meta-data to it.
Some meta-data will automatically be added for you, like a timestamp and a
stack trace, but some can be filled in by the user, like a tag by which to
identify it or group it, and a level at which to handle the message (for
example, log it, or die with it)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc README
%{perl_vendorlib}/Log
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-3
+ Revision: 81027e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4967 |14cr|perl-Log-Message-Simple-0.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Log-Message-Simple
%define upstream_version 0.10
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.10
Release:	3

Summary:	Standardized logging facilities using the "Log::Message" module

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Log/Log-Message-Simple-0.10.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Log::Message)
BuildArch:	noarch

%description
Provides standardized logging facilities using the "Log::Message" module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Log/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-3
+ Revision: c8c4034
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4968 |14cr|perl-Log-Trace-1.70.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Trace
%define upstream_version 1.070

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	A guide to using Log::Trace

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Log/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
A module to provide a unified approach to tracing. A script can 'use
Log::Trace qw( < mode > )' to set the behaviour of the TRACE function.

By default, the trace functions are exported to the calling package only.
You can export the trace functions to other packages with the 'Deep'
option. See the "OPTIONS" manpage for more information.

All exports are in uppercase (to minimise collisions with "real"
functions).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.70.0-6
+ Revision: 1d70dec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4969 |14cr|perl-Log-TraceMessages-1.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Log-TraceMessages

Summary:	Log::TraceMessages Perl Module

License:	GPL or Artistic
Name:		perl-%{module}
Version:	1.4
Release:	10
Group:		Development/Perl
Url:		http://www.cpan.org/
Source0:	%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:	perl-HTML-FromText
BuildArch:	noarch


%description
Log::TraceMessages

This module is a better way of putting 'hello there' trace messages in
your code.  It lets you turn tracing on and off without commenting out
trace statements, and provides other useful things like HTML-ified
trace messages for CGI scripts and an easy way to trace out data
structures using Data::Dumper.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{perl_vendorlib}/Log/TraceMessages.pm
%{perl_vendorlib}/auto/Log/TraceMessages/autosplit.ix
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-10
+ Revision: 545170c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4970 |14cr|perl-LWP-Authen-Wsse-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    LWP-Authen-Wsse
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Library for enabling X-WSSE authentication in LWP

License:	Artistic and GPL+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/LWP/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::SHA1)
BuildArch:	noarch

%description
LWP::Authen::Wsse allows LWP to authenticate against servers that are using 
the X-WSSE authentication scheme, as required by the Atom Authentication API.

%prep
%setup -q -n LWP-Authen-Wsse-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: badd4bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4971 |14cr|perl-LWP-Online-1.80.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    LWP-Online
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Does your process have access to the web

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/LWP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
This module attempts to answer, as accurately as it can, one of the
nastiest technical questions there is.

*Am I on the internet?*

The answer is useful in a wide range of decisions. For example...

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-4
+ Revision: 857cef0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4972 |14cr|perl-LWP-Protocol-https-6.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    LWP-Protocol-https
%define upstream_version 6.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 6.04
Release:	3

Summary:	Provide https support for LWP::UserAgent

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/LWP/LWP-Protocol-https-6.04.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Mozilla::CA)
BuildRequires:	perl(Net::HTTPS)
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
The LWP::Protocol::https module provide support for using https schemed
URLs with LWP. This module is a plug-in to the LWP protocol handling, so
you don't use it directly. Once the module is installed LWP is able to
access sites using HTTP over SSL/TLS.

If hostname verification is requested by LWP::UserAgent's 'ssl_opts', and
neither 'SSL_ca_file' nor 'SSL_ca_path' is set, then 'SSL_ca_file' is
implied to be the one provided by Mozilla::CA. If the Mozilla::CA module
isn't available SSL requests will fail. Either install this module, set up
an alternative 'SSL_ca_file' or disable hostname verification.

This module used to be bundled with the libwww-perl, but it was unbundled
in v6.02 in order to be able to declare its dependencies properly for the
CPAN tool-chain. Applications that need https support can just declare
their dependency on LWP::Protocol::https and will no longer need to know
what underlying modules to install.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Fail for no visible reason on ABF, pass locally
#make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.40.0-3
+ Revision: 2e75ec1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4973 |14cr|perl-LWPx-ParanoidAgent-1.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    LWPx-ParanoidAgent
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Paranoid subclass of LWP::UserAgent

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/LWPx/LWPx-ParanoidAgent-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Net::DNS)
BuildRequires:	perl(Time::HiRes)
BuildArch:	noarch

%description
The 'LWPx::ParanoidAgent' is a class subclassing 'LWP::UserAgent', but
paranoid against attackers. It's to be used when you're fetching a remote
resource on behalf of a possibly malicious user.

This class can do whatever 'LWP::UserAgent' can (callbacks, uploads from
files, etc), except proxy support is explicitly removed, because in that
case you should do your paranoia at your proxy.

Also, the schemes are limited to http and https, which are mapped to
'LWPx::Protocol::http_paranoid' and 'LWPx::Protocol::https_paranoid',
respectively, which are forked versions of the same ones without the
"_paranoid". Subclassing them didn't look possible, as they were
essentially just one huge function.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Fail on ABF
#make test

%install
%makeinstall_std

%files
%doc ChangeLog META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-3
+ Revision: fa6129f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4974 |14cr|perl-LWPx-TimedHTTP-1.800.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name LWPx-TimedHTTP
%define upstream_version 1.8

Summary:	LWPx::TimedHTTP - time the different stages of an HTTP request 

Name:		perl-%{real_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	http://www.cpan.org/authors/id/S/SI/SIMONW/LWPx-TimedHTTP-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(HTTP::Daemon)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl-libwww-perl
BuildArch:	noarch

%description
This module performs an HTTP request exactly the same as LWP does
normally except for the fact that it times each stage of the
request and then inserts the results as header. It's useful for
debugging where abouts in a connection slow downs are occuring.

%prep
%setup -q -n %{real_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
install -d %{buildroot}%{perl_vendorlib}/LWPx
install -d %{buildroot}%{_mandir}/man3/

install -m0644 blib/lib/LWPx/TimedHTTP.pm %{buildroot}%{perl_vendorlib}/LWPx/
install -m0644 blib/libdoc/LWPx::TimedHTTP.3pm %{buildroot}%{_mandir}/man3/

%files
%doc Changes
%dir %{perl_vendorlib}/LWPx
%{perl_vendorlib}/LWPx/TimedHTTP.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.800.0-3
+ Revision: ca94255
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4975 |14cr|perl-Mail-Box-2.115.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Mail-Box
%define upstream_version 2.115

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Mail-folder manager API
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Mail/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-File-Remove
BuildRequires:	perl-HTML-Format
BuildRequires:	perl-HTML-Tree
BuildRequires:	perl-Mail-IMAPClient
BuildRequires:	perl-Mail-MboxParser
BuildRequires:	perl-Mail-SpamAssassin
BuildRequires:	perl-MailTools
BuildRequires:	perl-MIME-tools
BuildRequires:	perl-MIME-Types
BuildRequires:	perl-Object-Realize-Later
BuildRequires:	perl-User-Identity
BuildRequires:	perl-devel

BuildArch:	noarch

Requires:	perl(Object::Realize::Later)
Provides:	perl(Mail::Message::Construct)

%description
Mail::Box is a Perl CPAN package that can be used to handle and manage E-mail
messages, mail boxes, and folders of many types.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%install
%makeinstall_std

# fix permissions
find %{buildroot} -type f -exec chmod 0644 {} \;
find %{buildroot} -type d -exec chmod 0755 {} \;

# remove unused file
rm -f %{buildroot}%{perl_vendorlib}/Mail/Makefile.PL

%files
%doc ChangeLog INSTALL LICENSE README* TODO.v2
%{_mandir}/*/*
%{perl_vendorlib}/Mail

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.115.0-4
+ Revision: ed343af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4976 |14cr|perl-Mail-GnuPG-0.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mail-GnuPG
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.19
Release:	3
Summary:	Process email with GPG

License:	GPL or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Mail/Mail-GnuPG-0.19.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(GnuPG::Interface)
BuildRequires:	perl(Class::MethodMaker)
BuildRequires:	perl(MIME::Tools)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
Use GnuPG::Interface to process or create PGP signed or encrypted email.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
export LC_ALL=C
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README
%{perl_vendorlib}/Mail
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-3
+ Revision: 909cfce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4977 |14cr|perl-Mail-Graph-0.140.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Mail-Graph
%define	upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Draw graphical stats for mails/spams

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Mail/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(GD)
BuildRequires:	perl(GD::Graph)
BuildRequires:	perl(MIME::Tools)
BuildRequires:	perl(Date::Calc)
BuildRequires:	perl(Compress::Zlib)
BuildArch:	noarch

%description
This module parses mailbox files in either compressed or uncompressed form and
then generates pretty statistics and graphs about them. Although at first
developed to do spam statistics, it works just fine for normal mail.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES CREDITS README TODO
%{perl_vendorlib}/Mail
%{_mandir}/man3*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-4
+ Revision: 490d1cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4978 |14cr|perl-Mail-Mbox-MessageParser-1.500.200-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Mail-Mbox-MessageParser
%define	upstream_version 1.5002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8
Epoch:		1
Summary:	A fast and simple mbox folder reader 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Mail/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(FileHandle::Unget)
BuildRequires:	perl(Text::Diff)
BuildRequires:	perl(Benchmark::Timer)

BuildArch:	noarch

%description
This module implements a fast but simple mbox folder reader. One of three
implementations (Cache, Grep, Perl) will be used depending on the wishes of the
user and the system configuration. The first implementation is a cached-based
one which stores email information about mailboxes on the file system.
Subsequent accesses will be faster because no analysis of the mailbox will be
needed. The second implementation is one based on GNU grep, and is
significantly faster than the Perl version for mailboxes which contain very
large (10MB) emails. The final implementation is a fast Perl-based one which
should always be applicable.

The Cache implementation is about 6 times faster than the standard Perl
implementation. The Grep implementation is about 4 times faster than the
standard Perl implementation. If you have GNU grep, it's best to enable both
the Cache and Grep implementations. If the cache information is available,
you'll get very fast speeds. Otherwise, you'll take about a 1/3 performance hit
when the Grep version is used instead.

The overriding requirement for this module is speed. If you wish more
sophisticated parsing, use Mail::MboxParser (which is based on this module) or
Mail::Box.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE README
%{perl_vendorlib}/Mail
%{_mandir}/man3/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.500.200-8
+ Revision: 4cf25e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4979 |14cr|perl-Mail-MboxParser-0.550.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Mail-MboxParser
%define	upstream_version 0.55

# Not sure we need it but it was there for a long time already
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Mail::MboxParser::Mail\\)|perl\\(Mail::MboxParser::Base\\)|perl\\(Mail::MboxParser::Mail::Body\\)|perl\\(Mail::MboxParser::Mail::Convertable\\)'
%define __noautoprov 'perl\\(Mail::MboxParser::Mail\\)|perl\\(Mail::MboxParser::Base\\)|perl\\(Mail::MboxParser::Mail::Body\\)|perl\\(Mail::MboxParser::Mail::Convertable\\)'
%else
%define _requires_exceptions perl(Mail::MboxParser::Mail)
%define _provides_exceptions perl(Mail::MboxParser::Mail)\\|perl(Mail::MboxParser::Base)\\|perl(Mail::MboxParser::Mail::Body)\\|perl(Mail::MboxParser::Mail::Convertable)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	10
Summary:	Read-only access to UNIX-mailboxes 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Mail/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		Mail-MboxParser-0.55-debian_bug_395268.diff

BuildRequires:	perl-devel
BuildRequires:	perl-MIME-tools
BuildArch:	noarch
Requires:	perl-Mail-Mbox-MessageParser

%description
This module attempts to provide a simplified access to standard UNIX-mailboxes.
It offers only a subset of methods to get 'straight to the point'. More
sophisticated things can still be done by invoking any method from MIME::Tools
on the appropriate return values.

Mail::MboxParser has not been derived from Mail::Box and thus isn't acquainted
with it in any way. It, however, incorporates some invaluable hints by the
author of Mail::Box, Mark Overmeer.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

#%%check
#%{__make} test <- https://rt.cpan.org/Public/Bug/Display.html?id=66576

%install
%makeinstall_std

%files
%doc Changelog README
%{perl_vendorlib}/Mail
%{_mandir}/man3*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.550.0-10
+ Revision: 9889a29
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4980 |14cr|perl-Mail-POP3Client-2.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mail-POP3Client
%define upstream_version 2.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	POP3Client module for perl (Mail_and_Usenet_News/Mail)

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SD/SDOWD/Mail-POP3Client-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch
Obsoletes:	perl-POP3Client <= 2.13
Provides:	POP3Client = %{version}

%description
POP3Client is a Perl module to provide an object-oriented interface to a
POP3 server.

%prep 
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_archlib}/perllocal.pod

%files
%doc Changes  MANIFEST README
%{perl_vendorlib}/Mail/
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.190.0-3
+ Revision: a76cac2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4981 |14cr|perl-Mail-RBL-1.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Mail-RBL
%define	upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl extension to access RBL-style host verification services

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Mail/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(NetAddr::IP)
BuildRequires:	perl(Net::DNS)
BuildArch:	noarch

%description
This module eases the task of checking if a given host is in the list. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# some RBL can't be queries from build host
export SKIP_RBL_TESTS=1
make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Mail
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-4
+ Revision: ca2a0e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4982 |14cr|perl-Mail-RFC822-Address-0.300.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	real_name Mail-RFC822-Address
%define	upstream_version	0.3

Summary:	%{real_name} module for perl

Name:		perl-%{real_name}
Version:	%perl_convert_version %{upstream_version}
Release:	10
License:	GPL or Artistic
Group:		Development/Perl
Source:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/Mail/%{real_name}-%{upstream_version}.tar.gz
URL:		http://search.cpan.org/dist/%{real_name}
BuildArch:	noarch
BuildRequires:	perl-devel

%description
Mail::RFC822::Address validates email addresses against the grammar described
in RFC 822 using regular expressions.

%prep
%setup -q -n %{real_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%files
%doc Changes INSTALL
%{_mandir}/*/*
%{perl_vendorlib}/Mail/RFC822/Address.pm




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-10
+ Revision: 6e6d050
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4983 |14cr|perl-Mail-SendEasy-1.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Mail-SendEasy
%define upstream_version	1.2

Summary:	Send plain/html e-mails through SMTP servers

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Mail/Mail-SendEasy-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	dos2unix
BuildArch:	noarch
Provides:	perl(Mail::SendEasy::AUTH)
Provides:	perl(Mail::SendEasy::SMTP)

%description
This modules will send in a easy way e-mails.
It supports SMTP authentication and attachments.

%prep
%setup -q -n %{module}-%{upstream_version}
dos2unix README Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Mail
%{_mandir}/man3/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.200.0-3
+ Revision: b61795d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4984 |14cr|perl-Mail-SpamAssassin-Plugin-LDAPfilter-0.09-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An LDAP-based blacklist engine for SpamAssassin

Name:		perl-Mail-SpamAssassin-Plugin-LDAPfilter
Version:	0.09
Release:	9
License:	Apache License
Group:		Development/Perl
URL:		http://www.ntrg.com/misc/ldapfilter/
Source0:	http://www.ntrg.com/misc/ldapfilter/ldapfilter.cf
Source1:	http://www.ntrg.com/misc/ldapfilter/ldapfilter.pm
Source2:	http://www.ntrg.com/misc/ldapfilter/mailFilter.schema
Source3:	http://www.ntrg.com/misc/ldapfilter/spamAssassinFilter.schema
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  spamassassin-spamd >= 3.1.1
Requires:	spamassassin-spamd >= 3.1.1
BuildRequires:	perl-doc
BuildArch:	noarch

%description
This plugin checks an LDAP directory for entries and attributes that are
associated with specific message resource, and assigns SpamAssassin scores to
the message according to the values that are returned.

%prep

%setup -q -T -c -n %{name}-%{version}

cp %{SOURCE0} LDAPfilter.cf
cp %{SOURCE1} LDAPfilter.pm
cp %{SOURCE2} .
cp %{SOURCE3} .

# fix path
perl -pi -e "s|ldapfilter\.pm|%{perl_vendorlib}/Mail/SpamAssassin/Plugin/LDAPfilter\.pm|g" LDAPfilter.cf

%build

perldoc LDAPfilter.pm > Mail::SpamAssassin::Plugin::LDAPfilter.3pm

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -d %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin
install -d %{buildroot}%{_mandir}/man3

install -m0644 LDAPfilter.cf %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -m0644 LDAPfilter.pm %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin/
install -m0644 Mail::SpamAssassin::Plugin::LDAPfilter.3pm %{buildroot}%{_mandir}/man3/

%post
if [ -f %{_var}/lock/subsys/spamd ]; then
    %{_initrddir}/spamd restart 1>&2;
fi
    
%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/spamd ]; then
        %{_initrddir}/spamd restart 1>&2
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc mailFilter.schema spamAssassinFilter.schema
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mail/spamassassin/LDAPfilter.cf
%{perl_vendorlib}/Mail/SpamAssassin/Plugin/LDAPfilter.pm
%{_mandir}/man3/Mail::SpamAssassin::Plugin::LDAPfilter.3pm*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.09-9
+ Revision: 7884e55
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4985 |14cr|perl-Mail-SpamAssassin-Plugin-ocrtext-3.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	TextOCR scanner and image validator SpamAssassin plugin

Name:		perl-Mail-SpamAssassin-Plugin-ocrtext
Version:	3.2
Release:	5
License:	Apache License
Group:		Development/Perl
URL:		http://antispam.imp.ch/patches/
#Source0:	http://antispam.imp.ch/patches/patch-ocrtext
Source0:	http://antispam.imp.ch/patches/ocrtext-3.2.tgz
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  spamassassin-spamd >= 3.2.0
Requires:	spamassassin-spamd >= 3.2.0
Requires:	gocr
Requires:	netpbm
Requires:	perl-Image-ExifTool >= 6.12-3mdk
BuildRequires:	perl-doc
BuildArch:	noarch

%description
textocr.pm is a plugin for spamassassin 3.1+ to detect suspect pictures and
extract text from them with gocr. The OCR dictionary functionaliy has been
replaced with regexes. The plugin can also verify the validity of the pictures
and detects spoofing of the content type.

%prep

%setup -q -n ocrtext

# fix path
perl -pi -e "s|/usr/local/bin|%{_bindir}|g" ocrtext.cf

echo "loadplugin Mail::SpamAssassin::Plugin::ocrtext %{perl_vendorlib}/Mail/SpamAssassin/Plugin/ocrtext.pm" > ocrtext.pre

# bug since 1.7
perl -pi -e "s|^package ocrtext\;|package Mail::SpamAssassin::Plugin::ocrtext\;|g" ocrtext-sa32.pm

%build

perldoc ocrtext-sa32.pm > Mail::SpamAssassin::Plugin::ocrtext.3pm

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -d %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin
install -d %{buildroot}%{_mandir}/man3

install -m0644 ocrtext.cf %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -m0644 ocrtext.pre %{buildroot}%{_sysconfdir}/mail/spamassassin/ocrtext.pre
install -m0644 ocrtext-sa32.pm %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin/ocrtext.pm
install -m0644 Mail::SpamAssassin::Plugin::ocrtext.3pm %{buildroot}%{_mandir}/man3/

%post
if [ -f %{_var}/lock/subsys/spamd ]; then
    %{_initrddir}/spamd restart 1>&2;
fi
    
%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/spamd ]; then
        %{_initrddir}/spamd restart 1>&2
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc CHANGELOG INSTALL README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mail/spamassassin/ocrtext.cf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mail/spamassassin/ocrtext.pre
%{perl_vendorlib}/Mail/SpamAssassin/Plugin/ocrtext.pm
%{_mandir}/man3/Mail::SpamAssassin::Plugin::ocrtext.3pm*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2-5
+ Revision: 6600b48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4986 |14cr|perl-Mail-SpamAssassin-Plugin-POPAuth-0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The POPAuth plugin for SpamAssassin

Name:		perl-Mail-SpamAssassin-Plugin-POPAuth
Version:	0
Release:	9
License:	Apache License
Group:		Development/Perl
URL:		http://people.apache.org/~dos/sa-plugins/3.1/
Source0:	http://people.apache.org/~dos/sa-plugins/3.1/POPAuth.cf
Source1:	http://people.apache.org/~dos/sa-plugins/3.1/POPAuth.pm
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  spamassassin-spamd >= 3.1.1
Requires:	spamassassin-spamd >= 3.1.1
BuildRequires:	perl-doc
BuildArch:	noarch

%description
Utilizes an access.db style hash file to extend the SpamAssassin
trusted_networks to 'POPAuth' or 'POP-before-SMTP' hosts by dynamically adding
and removing the hosts or networks found in the specified database to
SpamAssassin's trusted_networks configuration. 

%prep

%setup -q -T -c -n %{name}-%{version}

cp %{SOURCE0} POPAuth.cf
cp %{SOURCE1} POPAuth.pm

# fix path
perl -pi -e "s|/etc/mail/spamassassin/POPAuth\.pm|%{perl_vendorlib}/Mail/SpamAssassin/Plugin/POPAuth\.pm|g" POPAuth.cf

%build

perldoc POPAuth.pm > Mail::SpamAssassin::Plugin::POPAuth.3pm

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -d %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin
install -d %{buildroot}%{_mandir}/man3

install -m0644 POPAuth.cf %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -m0644 POPAuth.pm %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin/
install -m0644 Mail::SpamAssassin::Plugin::POPAuth.3pm %{buildroot}%{_mandir}/man3/

%post
if [ -f %{_var}/lock/subsys/spamd ]; then
    %{_initrddir}/spamd restart 1>&2;
fi
    
%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/spamd ]; then
        %{_initrddir}/spamd restart 1>&2
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mail/spamassassin/POPAuth.cf
%{perl_vendorlib}/Mail/SpamAssassin/Plugin/POPAuth.pm
%{_mandir}/man3/Mail::SpamAssassin::Plugin::POPAuth.3pm*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-9
+ Revision: 5669091
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4987 |14cr|perl-Mail-SpamAssassin-Plugin-SAGrey-0.02-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The SAGrey plugin for SpamAssassin

Name:		perl-Mail-SpamAssassin-Plugin-SAGrey
Version:	0.02
Release:	6
License:	Apache License
Group:		Development/Perl
URL:		http://www.ntrg.com/misc/sagrey/
Source0:	http://www.ntrg.com/misc/sagrey/sagrey.cf
Source1:	http://www.ntrg.com/misc/sagrey/sagrey.pm
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  spamassassin-spamd >= 3.1.1
Requires:	spamassassin-spamd >= 3.1.1
BuildArch:	noarch

%description
Mail::SpamAssassin::Plugin::SAGrey is a SpamAssassin plugin that provides a
limited amount of greylisting functionality using SpamAssassin's existing
services.

SAGrey is two-phased, in that it first looks to see if the current score of
the current message exceeds the user-defined threshold value (as set in one
of the cf files), and then looks to see if the message sender's email and IP
address tuple are already known to the auto-whitelist (AWL) repository. If the
message is spam and the sender is unknown, SAGrey assumes that this is one-time
spam from a throwaway or zombie account, the SAGREY rule fires, adds 1.0 to the
current message score, and optionally creates a header field in the message
itself. The rulename or header field can then be used to perform additional
greylisting functions (EG, having your delivery or transfer agent defer
delivery), or the score by itself can be used to penalize the message.
This model has two benefits over MTA-specific greylisting mechanisms: first, it
only subjects probable-spam to greylisting (instead of making everybody be
deferred, which has known problems), and it repurposes the existing
spamassassin history database (meaning no additional databases need to be
maintained).  Another benefit is that it can still work at the MTA level if
your MTA can call spamassassin while the transfer is active and then defer
delivery based on the presence of header-field data (postfix 2.x will not do
this unfortunately, since the header checks don't provide a DEFER verb), but
can also be used in other models (such as delivery routines).

%prep

%setup -q -T -c -n %{name}-%{version}

cp %{SOURCE0} SAGrey.cf
cp %{SOURCE1} SAGrey.pm

# fix path
perl -pi -e "s|sagrey\.pm|%{perl_vendorlib}/Mail/SpamAssassin/Plugin/SAGrey\.pm|g" SAGrey.cf

%build

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -d %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin

install -m0644 SAGrey.cf %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -m0644 SAGrey.pm %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin/

%post
if [ -f %{_var}/lock/subsys/spamd ]; then
    %{_initrddir}/spamd restart 1>&2;
fi
    
%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/spamd ]; then
        %{_initrddir}/spamd restart 1>&2
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mail/spamassassin/SAGrey.cf
%{perl_vendorlib}/Mail/SpamAssassin/Plugin/SAGrey.pm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.02-6
+ Revision: fce717c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4988 |14cr|perl-Mail-SpamAssassin-Plugin-SIQ-0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The SIQ plugin for SpamAssassin

Name:		perl-Mail-SpamAssassin-Plugin-SIQ
Version:	0
Release:	9
License:	Apache License
Group:		Development/Perl
URL:		http://people.apache.org/~dos/sa-plugins/3.1/
Source0:	http://people.apache.org/~dos/sa-plugins/3.1/SIQ.cf
Source1:	http://people.apache.org/~dos/sa-plugins/3.1/SIQ.pm
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  spamassassin-spamd >= 3.1.1
Requires:	spamassassin-spamd >= 3.1.1
BuildRequires:	perl-doc
BuildArch:	noarch

%description
This plugin queries for reputation data, based on domain & IP pairs, from a
reputation service provider using the IETF ASRG draft SIQ protocol:

http://www.ietf.org/internet-drafts/draft-irtf-asrg-iar-howe-siq-02.txt

A number of eval functions are provided for writing eval-type rules against
the reputation data returned by the reputation service queried.

A pseudo-header is also provided for testing of the optional text area in an
SIQ response.

%prep

%setup -q -T -c -n %{name}-%{version}

cp %{SOURCE0} SIQ.cf
cp %{SOURCE1} SIQ.pm

# make it portable
perl -pi -e "s|/etc/mail/spamassassin/SIQ\.pm|%{perl_vendorlib}/Mail/SpamAssassin/Plugin/SIQ.pm|g" SIQ.cf

%build

perldoc SIQ.pm > Mail::SpamAssassin::Plugin::SIQ.3pm

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -d %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin
install -d %{buildroot}%{_mandir}/man3

install -m0644 SIQ.cf %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -m0644 SIQ.pm %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin/
install -m0644 Mail::SpamAssassin::Plugin::SIQ.3pm %{buildroot}%{_mandir}/man3/

%post
if [ -f %{_var}/lock/subsys/spamd ]; then
    %{_initrddir}/spamd restart 1>&2;
fi
    
%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/spamd ]; then
        %{_initrddir}/spamd restart 1>&2
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mail/spamassassin/SIQ.cf
%{perl_vendorlib}/Mail/SpamAssassin/Plugin/SIQ.pm
%{_mandir}/man3/Mail::SpamAssassin::Plugin::SIQ.3pm*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-9
+ Revision: 5c1d8f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4989 |14cr|perl-Mail-SpamAssassin-Plugin-WebRedirect-0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The WebRedirect plugin for SpamAssassin

Name:		perl-Mail-SpamAssassin-Plugin-WebRedirect
Version:	0
Release:	7
License:	Apache License
Group:		Development/Perl
URL:		http://people.apache.org/~dos/sa-plugins/3.1/
Source0:	http://people.apache.org/~dos/sa-plugins/3.1/WebRedirect.cf
Source1:	http://people.apache.org/~dos/sa-plugins/3.1/WebRedirect.pm
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  spamassassin-spamd >= 3.1.1
Requires:	spamassassin-spamd >= 3.1.1
BuildRequires:	perl-doc
BuildArch:	noarch

%description
Fetches web pages linked to in messages and provides their contents in a
pseudo-header that can be used in custom header rules.

An eval function is also provided to test a link's HTTP status code.

Limited decoding of data contained in pages is also attempted.  The decoded
data is provided in an additional pseudo-header that is made available to
custom header rules.

%prep

%setup -q -T -c -n %{name}-%{version}

cp %{SOURCE0} WebRedirect.cf
cp %{SOURCE1} WebRedirect.pm

# fix path
perl -pi -e "s|/etc/mail/spamassassin/WebRedirect\.pm|%{perl_vendorlib}/Mail/SpamAssassin/Plugin/WebRedirect\.pm|g" WebRedirect.cf

%build

perldoc WebRedirect.pm > Mail::SpamAssassin::Plugin::WebRedirect.3pm

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -d %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin
install -d %{buildroot}%{_mandir}/man3

install -m0644 WebRedirect.cf %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -m0644 WebRedirect.pm %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin/
install -m0644 Mail::SpamAssassin::Plugin::WebRedirect.3pm %{buildroot}%{_mandir}/man3/

%post
if [ -f %{_var}/lock/subsys/spamd ]; then
    %{_initrddir}/spamd restart 1>&2;
fi
    
%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/spamd ]; then
        %{_initrddir}/spamd restart 1>&2
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mail/spamassassin/WebRedirect.cf
%{perl_vendorlib}/Mail/SpamAssassin/Plugin/WebRedirect.pm
%{_mandir}/man3/Mail::SpamAssassin::Plugin::WebRedirect.3pm*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-7
+ Revision: eadad93
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4990 |14cr|perl-Mail-SpamAssassin-Plugin-WrongMX-0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The WrongMX Plugin for SpamAssassin

Name:		perl-Mail-SpamAssassin-Plugin-WrongMX
Version:	0
Release:	7
License:	Apache License
Group:		Development/Perl
URL:		http://people.apache.org/~dos/sa-plugins/3.0/
Source0:	http://people.apache.org/~dos/sa-plugins/3.0/wrongmx.cf
Source1:	http://people.apache.org/~dos/sa-plugins/3.0/wrongmx.pm
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  spamassassin-spamd >= 3.1.1
Requires:	spamassassin-spamd >= 3.1.1
BuildArch:	noarch

%description
WrongMX determines if an email was sent to a lower preference MX when a higher
preference MX was likely available.

 o How To Use It:
   Save the two files above in your local configuration directory 
   (/etc/mail/spamassassin/) and set the score in wrongmx.cf to whatever you
   desire, based on your confidence in your primary MX server stability.

  o How NOT To Use It:
    Do not use this plugin on overloaded mail systems that frequently stop
    accepting connections on the primary MX servers due to system load since
    it will cause some false positives if you set the score too high.

%prep

%setup -q -T -c -n %{name}-%{version}

cp %{SOURCE0} WrongMX.cf
cp %{SOURCE1} WrongMX.pm

# fix package name and path
perl -pi -e "s|WrongMX wrongmx\.pm|Mail::SpamAssassin::Plugin::WrongMX %{perl_vendorlib}/Mail/SpamAssassin/Plugin/WrongMX.pm|g" WrongMX.cf
perl -pi -e "s|^package WrongMX|package Mail::SpamAssassin::Plugin::WrongMX|g" WrongMX.pm

%build

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -d %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin

install -m0644 WrongMX.cf %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -m0644 WrongMX.pm %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin/

%post
if [ -f %{_var}/lock/subsys/spamd ]; then
    %{_initrddir}/spamd restart 1>&2;
fi
    
%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/spamd ]; then
        %{_initrddir}/spamd restart 1>&2
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mail/spamassassin/WrongMX.cf
%{perl_vendorlib}/Mail/SpamAssassin/Plugin/WrongMX.pm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-7
+ Revision: d8d09f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4991 |14cr|perl-Mail-SPF-Query-1.999.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mail-SPF-Query
%define upstream_version 1.999.1

Name:   	perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Perl implementation of querying Sender Policy Framework and Sender ID

License:	BSD
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Mail/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Mail::SPF) perl(Sys::Hostname::Long) perl(Net::CIDR::Lite) perl-devel
BuildArch:	noarch

%description
Mail::SPF::Query is an object-oriented Perl implementation of the Sender Policy
Framework (SPF) e-mail sender authentication system <http://www.openspf.org>.

It supports both the TXT and SPF RR types as well as both SPFv1 (v=spf1) and
Sender ID (spf2.0) records, and it is fully compliant to RFCs 4408 and 4406.
(It does not however implement the patented PRA address selection algorithm
described in RFC 4407.)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL installdirs=vendor
%make

#check
#make test

%install
make install DESTDIR=%{buildroot}

%clean 

%files
%{_bindir}/spfquery
%{_bindir}/spfd
%{_mandir}/man1/spfd.1*
%{_mandir}/man1/spfquery.1*
%{_mandir}/man3/Mail::SPF::Query.3pm*
%{perl_vendorlib}/Mail/SPF/Query.pm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.999.1-3
+ Revision: 35bec7a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4992 |14cr|perl-MARC-Charset-1.350.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MARC-Charset
%define upstream_version 1.35

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Convert MARC-8 encoded strings to UTF-8

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MARC/MARC-Charset-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(XML::SAX)
BuildArch:	noarch

%description
MARC::Charset is a package to assist you in converting converting data encoded
using MARC-8 character sets to Unicode (UTF-8).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/MARC
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.350.0-3
+ Revision: 2cf6e22
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4993 |14cr|perl-MARC-Record-2.0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	MARC-Record

Name:		perl-%{module}
Version:	2.0.6
Release:	3
Summary:	%{module} module for perl
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}/
Source:		ftp.perl.org/pub/CPAN/modules/by-module/MARC/%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Module for handling MARC records as objects.
The file-handling stuff is in MARC::File::*.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/marcdump
%{perl_vendorlib}/MARC
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.6-3
+ Revision: 474d930
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4994 |14cr|perl-MasonX-Request-ExtendedCompRoot-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MasonX-Request-ExtendedCompRoot
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Extend  functionality of Mason's component root

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/MasonX/%{upstream_name}-%{upstream_version}.tar.bz2 

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Mason)
BuildArch:	noarch

%description
"MasonX::Request::ExtendedCompRoot" lets you alter Mason's
component root during the lifetime of any given request or
subrequest. This behaviour is useful if you want to override
certain components, but cannot determine that at the moment you
create your handler (when you could in theory create an interp
object with a different component root) or because you configure
Mason in an httpd.conf.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor 
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{perl_vendorlib}/MasonX/Request/ExtendedCompRoot.pm
%{perl_vendorlib}/MasonX/Resolver/ExtendedCompRoot.pm
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: b35f6ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4995 |14cr|perl-MasonX-Request-ExtendedCompRoot-WithApacheSession-0.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MasonX-Request-ExtendedCompRoot-WithApacheSession
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Integrates MasonX::Request ::ExtendedCompRoot and ::WithApacheSession

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/dists/%{upstream_name}-%{upstream_version}.tar.bz2 

BuildRequires:	perl-devel
BuildRequires:	perl(MasonX::Request::ExtendedCompRoot)
BuildRequires:	perl(MasonX::Request::WithApacheSession)
BuildArch:	noarch

%description
Extend functionality of Mason's comp_root and add a session to
the Mason Request object.

This  module simply integrates "MasonX::Request::ExtendedCompRoot"
and "MasonX::Request::WithApacheSession".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor 
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{perl_vendorlib}/MasonX/Request/ExtendedCompRoot/WithApacheSession.pm
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-4
+ Revision: e977ced
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4996 |14cr|perl-MasonX-Request-WithApacheSession-0.310.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name MasonX-Request-WithApacheSession
%define upstream_version 0.31

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	MasonX::Request::WithApacheSession - Add a session to the Mason Request object

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/MasonX/%{upstream_name}-%{upstream_version}.tar.bz2 

BuildRequires:	perl(Apache::Session::Wrapper)
BuildRequires:  perl(Module::Build)
BuildArch:	noarch

%description
This module integrates "Apache::Session" into Mason by adding
methods to the Mason Request object available in all Mason
components. Any subrequests created by a request share the same
session.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
%make

#%%check
#%__make test

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

./Build install destdir=%{buildroot}

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%doc Changes README SIGNATURE
%{perl_vendorlib}/MasonX/Request/WithApacheSession.pm
%{perl_vendorlib}/MasonX/Request/WithMultiSession.pm
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.310.0-3
+ Revision: 474c719
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4997 |14cr|perl-Math-Base36-0.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Base36
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.12
Release:	3

Summary:	Encoding and decoding of base36 strings

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/Math-Base36-0.12.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Math::BigInt)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Exception)
BuildArch:	noarch

%description
This module converts to and from Base36 numbers (0..9 - A..Z)

It was created because of an article/challenge in "The Perl Review"

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-3
+ Revision: 4c3fc0c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4998 |14cr|perl-Math-Base85-0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name Math-Base85

Summary:	Math::Base85 - Perl extension for base 85 numbers, as referenced by RFC 1924
Name:		perl-%{real_name}
Version:	0.2
Release:    8
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	ftp.perl.org/pub/CPAN/modules/by-module/Math/%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
RFC 1924 describes a compact, fixed-size representation of IPv6
addresses which uses a base 85 number system.  This module handles
some of the uglier details of it.

%prep
%setup -q -n %{real_name}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Math/Base85.pm
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-8
+ Revision: 4f83d71
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 4999 |14cr|perl-Math-BaseCalc-1.17.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Math-BaseCalc
%define upstream_version 1.017

Summary:	%{module} perl module

Name:		perl-%{module}
Version:	%perl_convert_version 1.017
Release:	3
License:	GPL or Artistic
Group:		Development/Perl
Source:		ftp://ftp.cpan.org:21/pub/CPAN/modules/by-module/Math/Math-BaseCalc-1.017.tar.gz
URL:		http://search.cpan.org/dist/%{module}
Requires:	perl >= 5.0
Buildrequires:	perl-devel
Buildarch:	noarch

%description
This module facilitates the conversion of numbers between various
number bases.  You may define your own digit sets, or use any of
several predefined digit sets.

%prep
%setup -q -n %{module}-%{upstream_version}

%build

CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%make PREFIX=%{buildroot}%{_prefix} install DESTDIR=%{buildroot}

%files 
%doc Changes MANIFEST
%{perl_vendorlib}/Math/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.17.0-3
+ Revision: 89449d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5000 |14cr|perl-Math-Bezier-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Math-Bezier
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Solution of Bezier Curves
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp.perl.org/pub/CPAN/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements the algorithm for the solution of Bezier curves
as presented by Robert D. Miller in Graphics Gems V, "Quick and Simple
Bezier Curve Drawing". 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Math
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-4
+ Revision: e844c19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5001 |14cr|perl-Math-BigInt-FastCalc-0.310.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-BigInt-FastCalc
%define upstream_version 0.31

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	2

Summary:    Math::BigInt::Calc with some XS for more speed


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-Math-BigInt >= 1.991
BuildRequires: perl(Math::BigInt::Calc) >= 0.56
BuildRequires: perl(Test::More)

BuildRequires: perl-devel

%description
In order to allow for multiple big integer libraries, Math::BigInt was
rewritten to use library modules for core math routines. Any module which
follows the same API as this can be used instead by using the following:

	use Math::BigInt lib => 'libname';

'libname' is either the long name ('Math::BigInt::Pari'), or only the short
version like 'Pari'. To use this library:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std


%files
%doc README CHANGES META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.310.0-2
+ Revision: e18f079
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5002 |14cr|perl-Math-BigInt-Pari-1.180.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-BigInt-Pari
%define upstream_version 1.18

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Use Math::Pari for Math::BigInt routines

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(JSON::PP)
BuildRequires: perl(Math::BigInt) >= 1.999.300
BuildRequires: perl(Math::Pari) >= 2.10.709
BuildRequires: perl(Test::More) >= 0.620.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
Provides support for big integer in BigInt et al. calculations via means of
Math::Pari, an XS layer on top of the very fast PARI library.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE META.json META.yml MYMETA.yml README SIGNATURE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.180.0-2
+ Revision: c9c202a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5003 |14cr|perl-Math-BigRat-0.260.600-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define upstream_name    Math-BigRat
%define upstream_version 0.2606

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Arbitrary big rational numbers


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

# automatic dependency doesn't work here, because perl package
# provides an unversioned one
BuildRequires:	perl-Math-BigInt >= 1.87
BuildRequires:	perl-devel

%description
Math::BigRat complements Math::BigInt and Math::BigFloat by providing support
for arbitrary big rational numbers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
export PERL5LIB=%{perl_vendorlib}
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
export PERL5LIB=%{perl_vendorlib}/
make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Math
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.260.600-3
+ Revision: eb46a49
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5004 |14cr|perl-Math-Calc-Units-1.70.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Calc-Units
%define upstream_version 1.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Human-readable unit-aware calculator

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SF/SFINK/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-Test-Pod
BuildArch:	noarch

%description
Human-readable unit-aware calculator.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{perl_vendorlib}/Math/Calc/Units*
%{_bindir}/ucalc
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.70.0-4
+ Revision: cea1d06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5005 |14cr|perl-Math-Complex-1.590.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Complex
%define upstream_version 1.59

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.59
Release:	3

Summary:	Complex numbers and associated mathematical functions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/Math-Complex-1.59.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
'Math::Trig' defines many trigonometric functions not defined by the core
Perl which defines only the 'sin()' and 'cos()'. The constant *pi* is also
defined as are a few convenience functions for angle conversions, and
_great circle formulas_ for spherical movement.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.590.0-3
+ Revision: 06e6e58
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5006 |14cr|perl-Math-Derivative-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Derivative
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Numeric 1st and 2nd order differentiation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This Perl package exports functions for performing numerical first
(Derivative1) and second Derivative2) order differentiation on vectors of data.
They both take references to two arrays containing the x and y ordinates of the
data and return an array of the 1st or 2nd derivative at the given x ordinates.
Derivative2 may optionally be given values to use for the first dervivative at
the start and end points of the data - otherwiswe 'natural' values are used.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Math
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-4
+ Revision: a9cbd1c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5007 |14cr|perl-Math-GMP-2.70.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-GMP
%define upstream_version 2.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:        High speed arbitrary size integer math

License:        GPL
Group:          Development/Perl
Url:            http://search.cpan.org/dist/%{upstream_name}
Source0:        ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Math/Math-GMP-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  gmp-devel

%description
Math::GMP was designed to be a drop-in replacement both for
Math::BigInt and for regular integer arithmetic. Unlike
BigInt,  though,  Math::GMP  uses  the  GNU  gmp  library
for  all of its calculations, as opposed to straight Perl
functions. This can result in speed improvements.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" echo | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean

%files
%doc LICENSE README
%{perl_vendorarch}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.70.0-3
+ Revision: 23bc824
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5008 |14cr|perl-Math-Gradient-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Gradient
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Calculate Gradients Between Multiple Numbers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Math::Gradient is used to calculate smooth transitions between numerical
values (also known as a "Gradient"). I wrote this module mainly to mix
colours, but it probably has several other applications. Methods are
supported to handle both basic and multiple-point gradients, both with
scalars and arrays.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: 0a1c093
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5009 |14cr|perl-Math-Matrix-0.800.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   Math-Matrix
%define upstream_version 0.8

Name:       perl-%{realname}
Version:    %perl_convert_version %{upstream_version}
Release:    3
License:    GPL or Artistic
Group:      Development/Perl
Summary:    Matrix data type (transpose, multiply etc)

Source:     http://www.cpan.org/modules/by-module/Math/Math-Matrix-%{upstream_version}.tar.gz
Url:        http://search.cpan.org/dist/%{realname}
BuildRequires: perl-devel
BuildArch: noarch

%description
The following methods are available:

new
    Constructor arguments are a list of references to arrays of the same
    length. The arrays are copied. The method returns *undef* in case of
    error.

            $a = new Math::Matrix ([rand,rand,rand],
                                   [rand,rand,rand],
                                   [rand,rand,rand]);

%prep
%setup -q -n %{realname}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.800.0-3
+ Revision: b4f58d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5010 |14cr|perl-Math-MatrixBool-5.800.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Math-MatrixBool
%define upstream_version 5.8

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Matrix of Booleans
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp.perl.org/pub/CPAN/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Bit::Vector)

BuildArch:	noarch

%description
Easy manipulation of matrices of booleans (Boolean Algebra).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README.txt
%{perl_vendorlib}/Math
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.800.0-4
+ Revision: d984b23
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5011 |14cr|perl-Math-MatrixReal-2.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-MatrixReal
%define upstream_version 2.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Manipulate NxN matrices

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/Math-MatrixReal-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
*Semi-Rings*
    A Semi-Ring (S, +, ., 0, 1) is characterized by the following
    properties:

    * 1)

      a) '(S, +, 0) is a Semi-Group with neutral element 0'

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.110.0-3
+ Revision: 0d06fd7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5012 |14cr|perl-Math-Random-0.710.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Random
%define upstream_version 0.71

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5

Summary:    Random Number Generators

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
*Math::Random* is a *Perl* port of the *C* version of *randlib*, which is a
suite of routines for generating random deviates. See the "RANDLIB" manpage
for more information.

This port supports all of the distributions from which the *Fortran* and
*C* versions generate deviates. The major functionalities that are excluded
are the multiple generators/splitting facility and antithetic random number
generation. These facilities, along with some of the distributions which
_are_ included, are probably not of interest except to the very
sophisticated user. If there is sufficient interest, the excluded
facilities will be included in a future release. The code to perform the
excluded facilities is available as *randlib* in *Fortran* and *C* source.

Default Routines
    The routines which are exported by default are the only ones that the
    average Perl programmer is likely to need.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.710.0-5
+ Revision: 59d8f8d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5013 |14cr|perl-Math-Random-ISAAC-1.4.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Random-ISAAC
%define upstream_version 1.004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Pure Perl port of the ISAAC PRNG algorithm

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Math::Random::ISAAC::XS)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::NoWarnings)
BuildArch:	noarch

%description
As with other Pseudo-Random Number Generator (PRNG) algorithms like the
Mersenne Twister (see the Math::Random::MT manpage), this algorithm is
designed to take some seed information and produce seemingly random results
as output.

However, ISAAC (Indirection, Shift, Accumulate, Add, and Count) has
different goals than these commonly used algorithms. In particular, it's
really fast - on average, it requires only 18.75 machine cycles to generate
a 32-bit value. This makes it suitable for applications where a significant
amount of random data needs to be produced quickly, such solving using the
Monte Carlo method or for games.

The results are uniformly distributed, unbiased, and unpredictable unless
you know the seed. The algorithm was published by Bob Jenkins in the late
90s and despite the best efforts of many security researchers, no feasible
attacks have been found to date.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-6
+ Revision: 8da5ba9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5014 |14cr|perl-Math-Random-ISAAC-XS-1.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Random-ISAAC-XS
%define upstream_version 1.004

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    C implementation of the ISAAC PRNG Algorithm

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Math/Math-Random-ISAAC-XS-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel

%description
See the Math::Random::ISAAC manpage for the full description.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-3
+ Revision: 06b7a40
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5015 |14cr|perl-Math-Random-Secure-0.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Random-Secure
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	The underlying PRNG, as an object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Crypt::Random::Source)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Math::Random::ISAAC)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildArch:	noarch

%description
This module is intended to provide a cryptographically-secure replacement
for Perl's built-in 'rand' function. "Crytographically secure", in this
case, means:

* *

  No matter how many numbers you see generated by the random number
  generator, you cannot guess the future numbers, and you cannot guess the
  seed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-5
+ Revision: e8bef01
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5016 |14cr|perl-Math-Roman-1.70.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Math-Roman
%define upstream_version 1.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Arbitrary sized Roman numbers and conversion from and to Arabic
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp.perl.org/pub/CPAN/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Well, it seems I have been infected by the Perligata-Virus, too. ;o)

This module lets you calculate with Roman numbers, as if they were big
integers. The numbers can have arbitrary length and all the usual functions
from Math::BigInt are available.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE README INSTALL SIGNATURE
%{perl_vendorlib}/Math
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.70.0-4
+ Revision: 7cbd649
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5017 |14cr|perl-Math-RPN-1.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 Math-RPN
%define upstream_version 1.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.11
Release:	3

Summary:	Perl extension for Reverse Polish Math Expression Evaluation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Math/Math-RPN-1.11.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Reverse Polish Notation is briefly a stack-based way of writing
mathematical expressions. This has the advantage of eliminating
the need for parenthesis and simplifying parsing for computers vs.
normal algebraic notation at a slight cost in the ability of humans
to easily comprehend the expressions.

Math::RPN will take a scalar or list of sclars which contain an RPN
expression as a set of comma delimited values and operators, and
return the result or stack, depending on context. If the function
is called in an array context, it will return the entire remaining stack.

%prep
%setup -q -n  %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Math/RPN.pm
%{_mandir}/man?/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.0-3
+ Revision: 65ce950
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5018 |14cr|perl-Math-Spline-0.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Spline
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Cubic Spline Interpolation of data

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/Math-Spline-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Math::Derivative)
BuildArch:	noarch

%description
This package provides cubic spline interpolation of numeric data. The data is
passed as references to two arrays containing the x and y ordinates. It may be
used as an exporter of the numerical functions or, more easily as a class
module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Math
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-3
+ Revision: a585bea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5019 |14cr|perl-Math-Stat-0.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Math-Stat

Name:		perl-%{module}
Version:	0.1
Release:	11
Summary:	Perform Sample Statistics on Arrays

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Math/%{module}-%{version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This package provides sample statistics on arrays.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes
%{perl_vendorlib}/Math
%{perl_vendorlib}/auto/Math
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-11
+ Revision: 5d28bdd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5020 |14cr|perl-Maui-0.0.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:  	Perl5 modules for Maui Scheduler

Name:		perl-Maui
Version:	0.0.5
Release:	15
License:	GPL
Group:		Development/Perl
URL:		http://hepwww.ph.qmul.ac.uk/	
Source:		%{name}-%{version}.tar.bz2
BuildRequires:	perl-devel

%description
The Maui Scheduler is Free Software licensed under the GNU General Public
License. It is designed for parallel batch scheduling
(custom message-passing or MPI-based jobs) on medium to
large clusters. The Maui Scheduler is meant to be a complete
replacement for proprietary schedulers like LSF or PBS.
Check http://mauischeduler.sourceforge.net/

This is Perl5 modules for using the scheduler.
 
%prep
%setup -q

%build
CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor
make

%install

make PREFIX=%{buildroot}%{_prefix} install DESTDIR=%{buildroot}

%clean
rm -fr %{buildroot}

%if %mdkversion < 200900
%postun -p /sbin/ldconfig
%endif

%files
%doc README doc/* MANIFEST LICENSE Changes
%{perl_vendorlib}/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-15
+ Revision: 754fda3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5021 |14cr|perl-Memoize-ExpireLRU-0.550.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Memoize-ExpireLRU
%define upstream_version 0.55

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Provide LRU Expiration for Memoize

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Memoize/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Memoize)
BuildArch:	noarch

%description
For the theory of Memoization, please see the Memoize module documentation.
This module implements an expiry policy for Memoize that follows LRU
semantics, that is, the last n results, where n is specified as the
argument to the 'CACHESIZE' parameter, will be cached.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.550.0-5
+ Revision: ec9940a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5022 |14cr|perl-Meta-Builder-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Meta-Builder
%define upstream_version 0.003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Utility functions for Meta::Builder

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Meta/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Fennec::Lite)
BuildRequires: perl(Module::Build) >= 0.360.0
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildArch:  noarch

%description
Meta programming is becomming more and more popular. The popularity of Meta
programming comes from the fact that many problems are made significantly
easier. There are a few specialized Meta tools out there, for instance the
Class:MOP manpage which is used by the Moose manpage to track class
metadata.

Meta::Builder is designed to be a generic tool for writing Meta objects.
Unlike specialized tools, Meta::Builder makes no assumptions about what
metrics you will care about. Meta::Builder also mkaes it simple for others
to extend your meta-object based tools by providing hooks for other
packages to add metrics to your meta object.

If a specialized Meta object tool is available ot meet your needs please
use it. However if you need a simple Meta object to track a couple metrics,
use Meta::Builder.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-3
+ Revision: 936e505
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5023 |14cr|perl-Method-Alias-1.03-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module   Method-Alias

Name:		perl-%{module}
Version:	1.03
Release:	6
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Create method aliases (and do it safely)

Source:		http://www.cpan.org/modules/by-module/Method/%{module}-%{version}.tar.gz
Url:		http://search.cpan.org/dist/%{module}

BuildRequires:	perl-devel
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
For a very long time, whenever I wanted to have a method alias (provide an
alternate name for a method) I would simple do a GLOB alias. That is,

  # My method
  sub foo {
      ...
  }
  
  # Alias the method
  *bar = *foo;

While this works fine for functions, it does *not* work for methods.

%prep
%setup -q -n %{module}-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/Method


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.03-6
+ Revision: 37daf4f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5024 |14cr|perl-Method-Signatures-Simple-0.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Method-Signatures-Simple
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Basic method declarations with signatures, without source filters

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Method/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Devel::Declare)
BuildRequires:	perl(Module::Implementation)
BuildArch:	noarch

%description
Basic method declarations with signatures, without source filters.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-5
+ Revision: 0533a8f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5025 |14cr|perl-MIME-Base32-1.20.0a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MIME-Base32
%define upstream_version 1.02a

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Base32 encoder / decoder

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MIME/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Encode data similar way like MIME::Base64 does.

Main purpose is to create encrypted text used as id or key entry
typed-or-submitted by user. It is upper/lowercase safe (not sensitive).

%prep
#setup -q -n %{upstream_name}-%{upstream_version}
%setup -q -n %{upstream_name}-1.02

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/MIME



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0a-4
+ Revision: 6545c0d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5026 |14cr|perl-MIME-Base64-3.140.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MIME-Base64
%define upstream_version 3.14

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Encode/decode Base 64 (RFC 2045)

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MIME/MIME-Base64-%{upstream_version}.tar.gz


BuildRequires: perl-devel

%description
This module provides functions to encode and decode strings into and from
the base64 encoding specified in RFC 2045 - _MIME (Multipurpose Internet
Mail Extensions)_. The base64 encoding is designed to represent arbitrary
sequences of octets in a form that need not be humanly readable. A
65-character subset ([A-Za-z0-9+/=]) of US-ASCII is used, enabling 6 bits
to be represented per printable character.

The following functions are provided:

* encode_base64($str)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.140.0-3
+ Revision: 88d080d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5027 |14cr|perl-MIME-Base64-URLSafe-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MIME-Base64-URLSafe
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl version of Python's URL-safe base64 codec

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MIME/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(MIME::Base64)
BuildArch:	noarch

%description
This module is a perl version of python's URL-safe base64 encoder /
decoder.

When embedding binary data in URL, it is preferable to use base64 encoding.
However, two characters ('+' and '/') used in the standard base64 encoding
have special meanings in URLs, often leading to re-encoding with
URL-encoding, or worse, interoperability problems.

To overcome the problem, the module provides a variation of base64 codec
compatible with python's urlsafe_b64encode / urlsafe_b64decode.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/MIME/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-4
+ Revision: 6a4c130
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5028 |14cr|perl-MIME-Explode-0.390.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 MIME-Explode
%define	upstream_version 0.39

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl extension for explode MIME messages

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MIME/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel

%description
MIME::Explode is perl module for parsing and decoding single or multipart
MIME messages, and outputting its decoded components to a given directory
ie, this module is designed to allows users to extract the attached files
out of a MIME encoded email messages or mailboxes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README examples
%{perl_vendorarch}/MIME
%{perl_vendorarch}/auto/MIME
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.390.0-4
+ Revision: 223a098
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5029 |14cr|perl-MIME-Lite-HTML-1.240.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MIME-Lite-HTML
%define upstream_version 1.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.24
Release:	3
Summary:	Provide routine to transform HTML to MIME

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MIME/MIME-Lite-HTML-1.24.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Email::Date::Format)
BuildRequires:	perl(HTML::LinkExtor)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(MIME::Lite)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI::URL)
BuildArch:	noarch

%description
This module is a Perl mail client interface for sending message that
support HTML format and build them for you.. This module provide routine to
transform a HTML page in MIME::Lite mail. So you need this module to use
MIME-Lite-HTML possibilities

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/MIME


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.240.0-3
+ Revision: 500142a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5030 |14cr|perl-minismokebox-0.440.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    minismokebox
%define upstream_version 0.44

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A backend to App::SmokeBox::Mini

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(App::SmokeBox::PerlVersion)
BuildRequires:	perl(Config::Tiny)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(HTTP::Date)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(Module::Load)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(Net::IP)
BuildRequires:	perl(POE)
BuildRequires:	perl(POE::Component::SmokeBox)
BuildRequires:	perl(POE::Component::SmokeBox::Dists)
BuildRequires:	perl(POE::Component::SmokeBox::Recent)
BuildRequires:	perl(POE::Filter::HTTP::Parser)
BuildRequires:	perl(POE::Quickie)
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(String::Perl::Warnings)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::POE::Server::TCP)
BuildRequires:	perl(Time::Duration)
BuildArch:	noarch

%description
This document describes the App::SmokeBox::Mini::Plugin system for the
App::SmokeBox::Mini manpage and the minismokebox manpage.

Plugins are a mechanism for providing additional functionality to the
App::SmokeBox::Mini manpage and the minismokebox manpage.

It is assumed that plugins will be the POE manpage based and consist of at
least one the POE::Session manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps --alldeps"
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_bindir}/minismokebox
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.440.0-5
+ Revision: 4fc0db8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5031 |14cr|perl-Mixin-ExtraFields-0.100.971-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mixin-ExtraFields
%define upstream_version 0.100971

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Store extras in a hashy object's guts

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Mixin/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(String::RewritePrefix)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Sub::Install)

BuildArch:	noarch

%description
Sometimes your well-defined object needs a way to tack on arbirary extra
fields. This might be a set of session-specific ephemeral data, a stash of
settings that need to be easy to grow over time, or any sort of
name-and-value parameters. Adding more and more methods can be cumbersome,
and may not be helpful if the names vary greatly. Accessing an object's
guts directly is simple, but is difficult to control when subclassing, and
can make altering your object's structure difficult.

Mixin::ExtraFields provides a simple way to add an arbitrary number of
stashes for named data. These data can be stored in the object, in a
database, or anywhere else. The storage mechanism is abstracted away from
the provided interface, so one storage mechanism can be easily swapped for
another. Multiple ExtraFields stashes can be mixed into one class, using
one or many storage mechanisms.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.971-5
+ Revision: 91537f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5032 |14cr|perl-Mixin-ExtraFields-Param-0.11.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mixin-ExtraFields-Param
%define upstream_version 0.011

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Make your class provide a familiar "param" method

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Mixin/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Mixin::ExtraFields)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module mixes in to your class to provide a 'param' method like the
ones provided by the CGI manpage, the CGI::Application manpage, and other
classes. It uses Mixin::ExtraFields, which means it can use any
Mixin::ExtraFields driver to store your data.

By default, the methods provided are:

* * param

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.0-5
+ Revision: 30375cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5033 |14cr|perl-Mixin-Linewise-0.104.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mixin-Linewise
%define upstream_version 0.104

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Get linewise writeers for strings and filenames

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Mixin/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(IO::String)
BuildRequires:	perl(Sub::Exporter)

BuildArch:	noarch

%description
It's boring to deal with opening files for IO, converting strings to
handle-like objects, and all that. With the Mixin::Linewise::Readers
manpage and the Mixin::Linewise::Writers manpage, you can just write a
method to handle handles, and methods for handling strings and filenames
are added for you.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.104.0-3
+ Revision: ebbe23b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5034 |14cr|perl-MKDoc-XML-0.75-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module   MKDoc-XML

Name:		perl-%{module}
Version:	0.75
Release:	6
License:	GPL or Artistic
Group:		Development/Perl
Summary:	The MKDoc XML Toolkit

Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/MKDoc/%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
MKDoc is a web content management system written in Perl which focuses on
standards compliance, accessiblity and usability issues, and multi-lingual
websites.

%prep
%setup -q -n %{module}-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/MKDoc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.75-6
+ Revision: 6e89014
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5035 |14cr|perl-MLDBM-2.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MLDBM
%define upstream_version 2.04

# why not?
#define _requires_exceptions FreezeThaw

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	MLDBM - store multi-level hash structure in single level tied hash

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/C/CH/CHAMAS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module can serve as a transparent interface to any TIEHASH package
that is required to store arbitrary perl data, including nested references.
Thus, this module can be used for storing references and other arbitrary data
within DBM databases.

It works by serializing the references in the hash into a single string. In the
underlying TIEHASH package (usually a DBM database), it is this string that
gets stored.  When the value is fetched again, the string is deserialized to
reconstruct the data structure into memory.

For historical and practical reasons, it requires the Data::Dumper package,
available at any CPAN site. Data::Dumper gives you really nice-looking dumps of
your data structures, in case you wish to look at them on the screen, and
it was the only serializing engine before version 2.00.  However, as of version
2.00, you can use any of Data::Dumper, FreezeThaw or Storable to
perform the underlying serialization, as hinted at by the SYNOPSIS overview
above.  Using Storable is usually much faster than the other methods.

See the BUGS section for important limitations.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/MLDBM*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.40.0-4
+ Revision: cfc4d09
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5036 |14cr|perl-MLDBM-Sync-0.300.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MLDBM-Sync
%define upstream_version 0.30

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	%{upstream_name} module for perl

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/C/CH/CHAMAS/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(MLDBM)
BuildArch:	noarch

%description
%{upstream_name} module for perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc MANIFEST README
%{_mandir}/*/*
%{perl_vendorlib}/MLDBM



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-5
+ Revision: 875336d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5037 |14cr|perl-Modem-Vgetty-0.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Modem-Vgetty
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Epoch:		1

Summary:	Interface to vgetty(8)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Modem/%{upstream_name}-0.03.tar.gz
Patch0:		Modem-Vgetty-0.03-VOCP.patch

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Modem::Vgetty is an encapsulation object for writing applications for voice
modems using the vgetty(8) or vm(8) package. The answering machines and
sofisticated voice applications can be written using this module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1
# perl path hack
find . -type f | \
    xargs perl -pi -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc examples ChangeLog README
%{perl_vendorlib}/Modem
%{_mandir}/man3*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.30.0-4
+ Revision: 5d2ae52
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5038 |14cr|perl-Modern-Perl-1.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Modern-Perl
%define upstream_version 1.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Enable all of the features of Modern Perl with one command

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Modern/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::Simple)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-4
+ Revision: 6c6f723
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5039 |14cr|perl-Module-Compile-0.230.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Module-Compile
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl Module Compilation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::SHA1)
BuildArch:	noarch

%description
This module provides a system for writing modules that compile other Perl
modules. Modules that use these compilation modules get compiled into some
altered form the first time they are run. The result is cached into .pmc files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# upstream packaging bug
rm -f lib/Module/._Compile.pm

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc DESIGN Changes
%{perl_vendorlib}/Module
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-4
+ Revision: 590d693
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5040 |14cr|perl-Module-CPANTS-0.20030725-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  Module-CPANTS

Name:		perl-%{module}
Version:	0.20030725
Release:	8
Summary:	CPAN module testing

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Module/%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description 
Kwalitee is an automatically-measurable gauge of how good your software is.
That's very different from quality, which a computer really can't measure in a
general sense. (If you can, you've solved a hard problem in computer science.)

In the world of the CPAN, the CPANTS project (CPAN Testing Service; also a
funny acronym on its own) measures Kwalitee with several metrics. If you plan
to release a distribution to the CPAN -- or even within your own organization
-- testing its Kwalitee before creating a release can help you improve your
quality as well.

Test::Kwalitee and a short test file will do this for you automatically.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# currently broken
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Module
%{perl_vendorlib}/auto/Module
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20030725-8
+ Revision: 1fe4757
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5041 |14cr|perl-Module-CPANTS-Analyse-0.920.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-CPANTS-Analyse
%define upstream_version 0.92

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Generate Kwalitee ratings for a distribution

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/Module-CPANTS-Analyse-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Archive::Any) >= 0.60.0
BuildRequires:	perl(Archive::Tar) >= 1.480.0
BuildRequires:	perl(Array::Diff) >= 0.40.0
BuildRequires:	perl(CPAN::DistnameInfo) >= 0.60.0
BuildRequires:	perl(Class::Accessor) >= 0.190.0
BuildRequires:	perl(Cwd)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(ExtUtils::Manifest)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(File::chdir)
BuildRequires:	perl(IO::Capture) >= 0.50.0
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::ExtractUse) >= 0.180.0
BuildRequires:	perl(Module::Pluggable) >= 2.960.0
BuildRequires:	perl(Module::Signature)
BuildRequires:	perl(Pod::Simple::Checker) >= 2.20.0
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Set::Scalar)
BuildRequires:	perl(Software::License) >= 0.3.0
BuildRequires:	perl(Test::CPAN::Meta::YAML::Version)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::Warn) >= 0.110.0
BuildRequires:	perl(Text::CSV_XS) >= 0.450.0
BuildRequires:	perl(YAML::Any) >= 0.810.0
BuildRequires:	perl(YAML::XS)
BuildRequires:	perl(version) >= 0.730.0
BuildArch:	noarch

%description
Kwalitee is an automatically-measurable gauge of how good your software is.
That's very different from quality, which a computer really can't measure in a
general sense. (If you can, you've solved a hard problem in computer science.)

In the world of the CPAN, the CPANTS project (CPAN Testing Service; also a
funny acronym on its own) measures Kwalitee with several metrics. If you plan
to release a distribution to the CPAN -- or even within your own organization
-- testing its Kwalitee before creating a release can help you improve your
quality as well.

Test::Kwalitee and a short test file will do this for you automatically.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc AUTHORS Changes META.json META.yml MYMETA.yml README  TODO
%{_bindir}/*
%{perl_vendorlib}/Module
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.920.0-2
+ Revision: 0054273
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5042 |14cr|perl-Module-Depends-0.160.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Depends
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Intrusive discovery of distribution dependencies

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/Module-Depends-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Chained)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(YAML)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Module::Depends extracts module dependencies from an unpacked distribution
tree.

Module::Depends only evaluates the META.yml shipped with a distribution.
This won't be effective until all distributions ship META.yml files, so we
suggest you take your life in your hands and look at
Module::Depends::Intrusive.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-3
+ Revision: d7f2b49
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5043 |14cr|perl-Module-Extract-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Extract
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Base class for working with Perl distributions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Archive::Extract)
BuildRequires:	perl(Carp)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
*Module::Extract* is a convenience base class for creating module that work
with Perl distributions.

Its purpose is to take care of the mechanisms of locating and extracting a
Perl distribution so that your module can do something specific to the
distribution.

This module was originally created to provide an abstraction for the
extraction logic for both the Module::Inspector manpage and the Module::P4P
manpage and to allow additional features to be added in the future without
having to modify both of them, because the general problem of "locate,
download, and expand a distribution" is one that is almost ideal for adding
additional features down the line.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: 88ca504
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5044 |14cr|perl-Module-Extract-Namespaces-1.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Extract-Namespaces
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Extract the package declarations from a module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/Module-Extract-Namespaces-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(PPI)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module extracts package declarations from Perl code without running
the code.

It does not extract:

* * packages declared dynamically (e.g. in 'eval')

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-3
+ Revision: 3a0351a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5045 |14cr|perl-Module-ExtractUse-0.330.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-ExtractUse
%define upstream_version 0.33

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Find out what modules are used 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-version
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Parse::RecDescent)
BuildRequires:	perl(Pod::Strip)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description 
Module::ExtractUse is basically a Parse::RecDescent grammar to parse Perl code.
It tries very hard to find all modules (whether pragmas, Core, or from CPAN)
used by the parsed code.

"Usage" is defined by either calling use or require

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README
%{perl_vendorlib}/Module
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.330.0-2
+ Revision: 705c99e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5046 |14cr|perl-Module-Extract-Use-1.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Extract-Use
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Pull out the modules a module uses

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/Module-Extract-Use-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(PPI)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Output)
BuildArch:	noarch

%description
Extract the names of the modules used in a file using a static analysis.
Since this module does not run code, it cannot find dynamic uses of
modules, such as 'eval "require $class"'.

* new

  Makes an object. The object doesn't do anything just yet, but you need it
  to call the methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-3
+ Revision: 7206e0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5047 |14cr|perl-Module-Extract-VERSION-1.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Extract-VERSION
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Extract a module version without running code

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module lets you pull out of module source code the version number for
the module. It assumes that there is only one '$VERSION' in the file.

Class methods
    * $class->parse_version_safely( FILE );

      Given a module file, return the module version. This works just like
      'mldistwatch' in PAUSE. It looks for the single line that has the
      '$VERSION' statement, extracts it, evals it, and returns the result.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-4
+ Revision: 18bb6fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5048 |14cr|perl-Module-Find-0.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Module-Find
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Find and use installed modules in a (sub)category

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Module/Module-Find-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Module::Find lets you find and use modules in categories. This can be
very useful for auto-detecting driver or plugin modules. You can
differentiate between looking in the category itself or in all
subcategories.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc Changes
%{_mandir}/man*/*
%{perl_vendorlib}/Module



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-3
+ Revision: 91a8216
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5049 |14cr|perl-Module-Format-0.0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Format
%define upstream_version v0.0.5

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 0.0.6
Release:    3

Summary:    Convert and manipulate stringified versions of Perl modules

License:    MIT
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/Module-Format-v0.0.6.tar.gz

BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
Module-Format is a set of Perl modules and the accompanying perlmf command line
utility that can be used to output consistetly formatted named of Perl modules
for input in applications. So one can do:

urpmi --auto $(perlmf as_rpm_c "$@")

to install perl dependencies using urpmi (and many other uses).

%prep
%setup -qn %{upstream_name}-v%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}


%files
%doc Changes META.yml README
%{_bindir}/perlmf
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.6-3
+ Revision: 53eb010
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5050 |14cr|perl-Module-Info-0.350.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Info
%define upstream_version 0.35

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		1

Summary:	Information about Perl modules 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MB/MBARBON/Module-Info-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Module::Info gives you information about Perl modules without actually loading
the module.  It actually isn't specific to modules and should work on any perl
code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%defattr(-,root,root,755)
%doc Changes
%{_bindir}/*
%{_mandir}/man*/*
%{perl_vendorlib}/B
%{perl_vendorlib}/Module



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.350.0-3
+ Revision: 31ae70f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5051 |14cr|perl-Module-Inspector-1.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Inspector
%define upstream_version 1.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	An integrated API for inspecting Perl distributions 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Wx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
An integrated API for inspecting Perl distributions 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Do not make test because they need gtk display
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-5
+ Revision: f4d54e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5052 |14cr|perl-Module-Install-AuthorRequires-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Install-AuthorRequires
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Declare author-only dependencies

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Install)
BuildArch:	noarch

%description
Modules often have optional requirements, for example dependencies that are
useful for (optional) tests, but not required for the module to work
properly.

Usually you want all developers of a project to have these optional modules
installed. However, simply telling everyone or printing diagnostic messages
if optional dependencies are missing often isn't enough to make sure all
authors have all optional modules installed.

'Module::Install' already has a way of detecting an author environment, so
an easy way to achieve the above would be something like:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 50b8522
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5053 |14cr|perl-Module-Install-AuthorTests-0.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Install-AuthorTests
%define upstream_version 0.002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Designate tests only run by module authors

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Install)
BuildArch:	noarch

%description
Designate tests only run by module authors.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-5
+ Revision: e73f1f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5054 |14cr|perl-Module-Install-AutoManifest-0.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Install-AutoManifest
%define upstream_version 0.003

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Generate MANIFEST automatically

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Generate MANIFEST automatically.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-5
+ Revision: 1a98a6c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5055 |14cr|perl-Module-Install-CheckConflicts-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Install-CheckConflicts
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Notify users of possible conflicts with the distribution they're installing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildArch:	noarch

%description
Sometimes APIs need to be broken in incompatible ways. That's fine, as long
as all dependencies that relied on the old way have been updated already.
If users install install a new version of your module, but aren't aware
that they need to update other modules that might have been broken by that
new version, they'll be left with a non-functional installation of those
depending modules.

This module allows to declare modules your distribution breaks in your
'Makefile.PL'. If a user is installing your distribution, a message
explaining the situation and a list of additional modules he needs to
upgrade will presented.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 859b5b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5056 |14cr|perl-Module-Install-CheckLib-0.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Install-CheckLib
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A Module::Install extension to check that a library is available

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Devel::CheckLib)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Install)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Module::Install::CheckLib is a the Module::Install manpage extension that
integrates the Devel::CheckLib manpage so that CPAN authors may stipulate
which particular C library and its headers they want available and to exit
the 'Makefile.PL' gracefully if they aren't.

The author specifies which C libraries, etc, they want available. the
Devel::CheckLib manpage is copied to the 'inc/' directory along with the
the Module::Install manpage files.

On the module user side, the bundled 'inc/' the Devel::CheckLib manpage
determines whether the current environment is supported or not and will
exit accordingly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-5
+ Revision: 2311cf1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5057 |14cr|perl-Module-Install-ExtraTests-0.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Install-ExtraTests
%define upstream_version 0.008
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.008
Release:	3

Summary:	%{upstream_name} perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/Module-Install-ExtraTests-0.008.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildArch:	noarch

%description
%{upstream_name} perl module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-3
+ Revision: 91aabd4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5058 |14cr|perl-Module-Install-Repository-0.60.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Install-Repository
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Automatically sets repository URL from svn/svk/Git checkout

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.lzma

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Filter::Util::Call)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Module::Install::Repository is a Module::Install plugin to automatically
figure out repository URL and set it via _repository()_ which then will be
added to resources under _META.yml_.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-6
+ Revision: 318a8ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5059 |14cr|perl-Module-Install-StandardTests-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Install-StandardTests
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Generate standard tests for installation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Compile)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildArch:	noarch

%description
Writes a few standard test files to the test directory 't/'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: 723dc90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5060 |14cr|perl-Module-Install-Template-0.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Install-Template
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Treat module source code as a template

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Template)
BuildRequires:	perl(Test::Compile)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description
This module, if used in the Makefile.PL as shown in the synopsis, treats
module source code files as templates and processes them with the the
Template manpage Toolkit during 'make' time.

That is, 'lib/' is expected to contain templates, and 'blib/lib/' will
contain the resulting files as processed by the Template Toolkit.

This only happens on the author's side. The end-user will not notice any of
it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/tt_pm_to_blib


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-5
+ Revision: 2605507
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5061 |14cr|perl-Module-Load-0.320.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Load%define upstream_version 0.32
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Runtime require of both modules and files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
load eliminates the need to know whether you are trying to require either a
file or a module.

If you consult perldoc -f require you will see that require will behave
differently when given a bareword or a string.

In the case of a string, require assumes you are wanting to load a file. But in
the case of a bareword, it assumes you mean a module.

This gives nasty overhead when you are trying to dynamically require modules at
runtime, since you will need to change the module notation (Acme::Comment) to a
file notation fitting the particular platform you are on.

load elimates the need for this overhead and will just DWYM.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Module
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.320.0-3
+ Revision: b326a5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5062 |14cr|perl-Module-Loaded-0.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Module-Loaded
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Mark modules as loaded or unloaded

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Module/Module-Loaded-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
When testing applications, often you find yourself needing to provide
functionality in your test environment that would usually be provided by
external modules. Rather than munging the INC by hand to mark these external
modules as loaded, so they are not attempted to be loaded by perl, this module
offers you a very simple way to mark modules as loaded and/or unloaded.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Module/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-3
+ Revision: 4c0e0dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5063 |14cr|perl-Module-Manifest-1.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Manifest
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Parse and examine a Perl distribution MANIFEST file

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Exception)
BuildArch:	noarch

%description
*Module::Manifest* is a simple utility module created originally for use in
the Module::Inspector manpage.

It allows you to load the _MANIFEST_ file that comes in a Perl distribution
tarball, examine the contents, and perform some simple tasks.

Granted, the functionality needed to do this is quite simple, but the Perl
distribution _MANIFEST_ specification contains a couple of little
idiosyncracies, such as line comments and space-seperated inline comments.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-5
+ Revision: 93f3d9f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5064 |14cr|perl-Module-Math-Depends-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Math-Depends
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Convenience object for manipulating module dependencies

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This is a small convenience module created originally as part of the
Module::Inspector manpage but released seperately, in the hope that people
might find it useful in other contexts.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 47c9a84
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5065 |14cr|perl-Module-Metadata-1.0.24-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Metadata
%define upstream_version 1.000024

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Gather package and POD information from perl module files



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(version)
BuildArch:	noarch

%description
The *Tie::CPHash* module provides a hash table that is case preserving but
case insensitive. This means that

    $cphash{KEY}    $cphash{key}
    $cphash{Key}    $cphash{keY}

all refer to the same entry. Also, the hash remembers which form of the key
was last used to store the entry. The 'keys' and 'each' functions will
return the key that was used to set the value.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.24-2
+ Revision: 3262dc8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5066 |14cr|perl-Module-Packaged-Generator-1.111.930-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Packaged-Generator
%define upstream_version 1.111930

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Role to provide easy url fetching

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBI)
BuildRequires:	perl(Devel::Platform::Info::Linux)
BuildRequires:	perl(Exporter::Lite)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::HomeDir) >= 0.970.0
BuildRequires:	perl(File::HomeDir::PathClass)
BuildRequires:	perl(File::Spec::Functions)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Getopt::Long::Descriptive)
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(Log::Dispatchouli)
BuildRequires:	perl(Module::Build) >= 0.360.100
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(MooseX::ClassAttribute)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(MooseX::SemiAffordanceAccessor)
BuildRequires:	perl(MooseX::Singleton)
BuildRequires:	perl(Parse::CPAN::Packages::Fast)
BuildRequires:	perl(Term::ProgressBar::Quiet)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Test::More) >= 0.880.0
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This module alows to fetch modules available as native Linux (or BSD)
distribution packages, and wraps them in a sqlite database. This allows
people to do analysis, draw CPANTS metrics from it or whatever.

Of course, running the utility shipped in this dist will only create the
database for the current distribution. But that's not our job to do crazy
manipulation with this data, we just provide the data :-)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/pkgcpan
%{_datadir}/man/man1/pkgcpan.1.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.111.930-5
+ Revision: 8003708
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5067 |14cr|perl-Module-Path-0.130.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Path
%define upstream_version 0.13

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Get the full path to a locally installed module  

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Cwd)
BuildRequires: perl(Devel::FindPerl)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(FindBin) >= 0.50.0
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Module::Path provides a single function, module_path(), which will find where a
module is installed locally.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml MYMETA.yml README
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_bindir}/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-3
+ Revision: 527401a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5068 |14cr|perl-Module-Pluggable-Fast-0.190.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Module-Pluggable-Fast
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Fast plugins with instantiation

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(UNIVERSAL::exports)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description
This module is similar to Module::Pluggable but instantiates plugins as soon as
they're found, useful for code generators like Class::DBI::Loader.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Module
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-4
+ Revision: 647d7a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5069 |14cr|perl-Module-Pluggable-Ordered-1.500.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Pluggable-Ordered
%define upstream_version 1.5

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5

Summary:    Call module plugins in a specified order

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Module::Pluggable)
BuildRequires: perl(UNIVERSAL::require)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module behaves exactly the same as 'Module::Pluggable', supporting all
of its options, but also mixes in the 'call_plugins' and 'plugins_ordered'
methods to your class. 'call_plugins' acts a little like 'Class::Trigger';
it takes the name of a method, and some parameters. Let's say we call it
like so:

    __PACKAGE__->call_plugins("my_method", @something);

'call_plugins' looks at the plugin modules found using 'Module::Pluggable'
for ones which provide 'my_method_order'. It sorts the modules numerically
based on the result of this method, and then calls
'$_->my_method(@something)' on them in order. This produces an effect a
little like the System V init process, where files can specify where in the
init sequence they want to be called.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.500.0-5
+ Revision: 57d3994
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5070 |14cr|perl-Module-Refresh-0.170.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Module-Refresh
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.17
Release:	3

Summary:	Refresh INC files when the module is updated on disk

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Module/Module-Refresh-0.17.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Path::Class)
BuildArch:	noarch

%description
This module is a generalization of the functionality provided by
Apache::StatINC. It's designed to make it easy to do simple iterative
development when working in a persistent environment.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Module
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-3
+ Revision: 35a5cc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5071 |14cr|perl-Module-Release-2.80.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Release
%define upstream_version 2.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Automate software releases


Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Mojo::UserAgent)
BuildRequires:	perl(CGI)
BuildRequires:	perl(ConfigReader::Simple)
BuildRequires:	perl(Crypt::SSLeay)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(HTTP::Message)
BuildRequires:	perl(IO::Null)
BuildRequires:	perl(Net::FTP)
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(Test::Without::Module)
BuildArch:	noarch

%description
'Module::Release' automates your software release process. It started as a
script that automated my release process, so it has bits to talk to PAUSE
(CPAN) and SourceForge, and to use 'Makefile.PL' and 'CVS'. Other people
have extended this in other modules under the same namespace so you can use
'Module::Build', 'svn', and many other things.

The methods represent a step in the release process. Some of them check a
condition (e.g. all tests pass) and die if that doesn't work.
'Module::Release' doesn't let you continue if something is wrong. Once you
have checked everything, use the upload features to send your files to the
right places.

The included 'release' script is a good starting place. Don't be afraid to
edit it for your own purposes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README README
%{perl_vendorlib}/Module
%{_bindir}/release
%{_mandir}/man3/*
%{_mandir}/man1/release.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.80.0-2
+ Revision: 0fc6c1d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5072 |14cr|perl-Module-Reload-1.80.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Module-Reload
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Reload %%INC files when updated on disk


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz
Source1:        %{name}.rpmlintrc

BuildRequires:	perl-devel
BuildArch:	noarch

%description
When Perl pulls a file via C<require>, it stores the filename in the
global hash C<%%INC>.  The next time Perl tries to C<require> the same
file, it sees the file in C<%%INC> and does not reload from disk.  This
module's handler iterates over C<%%INC> and reloads the file if it has
changed on disk. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Module
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-2
+ Revision: d497f2b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5073 |14cr|perl-Module-Starter-1.580.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Module-Starter
%define upstream_version 1.58

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Epoch:		1

Summary:	A simple starter kit for any module 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is the core module for Module::Starter. If you're not looking to extend or
alter the behavior of this module, you probably want to look at module-starter
instead.

Module::Starter is used to create a skeletal CPAN distribution, including basic
builder scripts, tests, documentation, and module code. This is done through
just one method, create_distro.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc Changes
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.580.0-4
+ Revision: f849302
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5074 |14cr|perl-Module-Util-1.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Util
%define upstream_version 1.09
Name:       perl-%{upstream_name}
Version:    %perl_convert_version 1.09
Release:    3

Summary:    Module name tools and transformations

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/Module-Util-1.09.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
This module provides a few useful functions for manipulating module names.
Its main aim is to centralise some of the functions commonly used by
modules that manipulate other modules in some way, like converting module
names to relative paths.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_bindir}/pm_which
%{_mandir}/man1/pm_which.1.*
%{_mandir}/man3/*
%{perl_vendorlib}/Module



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.90.0-3
+ Revision: 9f45a73
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5075 |14cr|perl-Module-Versions-Report-1.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Versions-Report
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl module to report versions of all modules in memory

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl module to report versions of all modules in memory.
If you add "use Module::Versions::Report;" to a program (especially handy if 
your program is one that demonstrates a bug in some module), then when the 
program has finished running, you well get a report detailing the all 
modules in memory, and noting the version of each (for modules that 
defined a $VERSION, at least).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc ChangeLog README
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-4
+ Revision: f4bd080
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5076 |14cr|perl-Mojolicious-1.430.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mojolicious
%define upstream_version 1.43

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	A next generation web framework for Perl

License:	Artistic 2.0
Group:		Development/Perl
URL:		http://mojolicious.org/
Source0:	http://www.cpan.org/authors/id/K/KR/KRAIH/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Harness)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Back in the early day of the web there was this wonderful Perl library
called CGI, many people only learned Perl because of it. It was simple
enough to get started without knowing much about the language and powerful
enough to keep you going, learning by doing was much fun. While most of the
techniques used are outdated now, the idea behind it is not. Mojolicious is
a new attempt at implementing this idea using state of the art technology.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# % make test

%install
%makeinstall_std

%files
%doc Changes LICENSE examples
%{_bindir}/mojo
%{_bindir}/hypnotoad
%{perl_vendorlib}/*
%{_mandir}/man1/*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.430.0-4
+ Revision: 350f302
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5077 |14cr|perl-MojoMojo-1.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MojoMojo
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A Catalyst & DBIx::Class powered Wiki
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Algorithm::Diff)
BuildRequires:	perl(Algorithm::Merge)
BuildRequires:	perl(Archive::Zip)
BuildRequires:	perl(Cache::FastMmap)
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Catalyst::Action::RenderView)
BuildRequires:	perl(Catalyst::Authentication::Store::DBIx::Class)
BuildRequires:	perl(Catalyst::Controller::HTML::FormFu)
BuildRequires:	perl(Catalyst::Model::DBIC::Schema)
BuildRequires:	perl(Catalyst::Plugin::Authentication)
BuildRequires:	perl(Catalyst::Plugin::Cache)
BuildRequires:	perl(Catalyst::Plugin::ConfigLoader)
BuildRequires:	perl(Catalyst::Plugin::I18N)
BuildRequires:	perl(Catalyst::Plugin::Session::State::Cookie)
BuildRequires:	perl(Catalyst::Plugin::Session::Store::Cache)
BuildRequires:	perl(Catalyst::Plugin::Setenv)
BuildRequires:	perl(Catalyst::Plugin::Static::Simple)
BuildRequires:	perl(Catalyst::Plugin::SubRequest)
BuildRequires:	perl(Catalyst::Plugin::Unicode)
BuildRequires:	perl(Catalyst::View::Email::Template)
BuildRequires:	perl(Catalyst::View::JSON)
BuildRequires:	perl(Catalyst::View::TT)
BuildRequires:	perl(Class::C3)
BuildRequires:	perl(Config::General)
BuildRequires:	perl(Config::JFDI)
BuildRequires:	perl(Crypt::CBC)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(DBIx::Class::DateTime::Epoch)
BuildRequires:	perl(DBIx::Class::EncodedColumn)
BuildRequires:	perl(DBIx::Class::TimeStamp)
BuildRequires:	perl(Data::Page)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Mail)
BuildRequires:	perl(Directory::Scratch)
BuildRequires:	perl(Email::Send::Test)
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(FCGI::ProcManager)
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(File::MMagic)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTML::FormFu)
BuildRequires:	perl(HTML::FormFu::Element::reCAPTCHA)
BuildRequires:	perl(HTML::FormFu::Model::DBIC)
BuildRequires:	perl(HTML::Strip)
BuildRequires:	perl(HTML::TagCloud)
BuildRequires:	perl(HTML::Toc)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Image::ExifTool)
BuildRequires:	perl(Image::Math::Constrain)
BuildRequires:	perl(Imager)
BuildRequires:	perl(JSON)
BuildRequires:	perl(JSON::XS)
BuildRequires:	perl(KinoSearch1)
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(Locale::Maketext::Lexicon)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(Module::Pluggable::Ordered)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Net::Amazon)
BuildRequires:	perl(Number::Format)
BuildRequires:	perl(Pod::Simple::HTML)
BuildRequires:	perl(SQL::Translator)
BuildRequires:	perl(String::Diff)
BuildRequires:	perl(Syntax::Highlight::Engine::Kate)
BuildRequires:	perl(Template)
BuildRequires:	perl(Template::Plugin::JavaScript)
BuildRequires:	perl(Term::Prompt)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::WWW::Mechanize::Catalyst)
BuildRequires:	perl(Text::Context)
BuildRequires:	perl(Text::Emoticon::MSN)
BuildRequires:	perl(Text::MultiMarkdown)
BuildRequires:	perl(Text::Password::Pronounceable)
BuildRequires:	perl(Text::Textile)
BuildRequires:	perl(URI)
BuildRequires:	perl(URI::Fetch)
BuildRequires:	perl(URI::Find)
BuildRequires:	perl(WWW::Mechanize)
BuildRequires:	perl(WWW::Mechanize::TreeBuilder)
BuildRequires:	perl(XML::Feed)
BuildRequires:	perl(XML::LibXML)
BuildRequires:	perl(XML::LibXSLT)
BuildRequires:	perl(YAML::XS)
BuildRequires:	perl(parent)
BuildRequires:	perl(strictures)

BuildArch:	noarch

%description
Mojomojo is a sort of content management system, borrowing many concepts
from wikis and blogs. It allows you to maintain a full tree-structure of
pages, and to interlink them in various ways. It has full version support,
so you can always go back to a previous version and see what's changed with
an easy AJAX- based diff system. There are also a bunch of other features
like built-in fulltext search, live AJAX preview of editing, and RSS feeds
for every wiki page.

To find out more about how you can use MojoMojo, please visit
http://mojomojo.org or read the installation instructions in the
MojoMojo::Installation manpage to try it out yourself.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/*

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-4
+ Revision: 099ad4c
- Disable check



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5078 |14cr|perl-Monitoring-Availability-0.160.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Monitoring-Availability
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Load/Store/Access Logfiles

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Monitoring/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module calculates the availability for hosts/server from given
logfiles. The Logfileformat is Nagios/Icinga only.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-5
+ Revision: 008ddbf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5079 |14cr|perl-Monitoring-Livestatus-0.640.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Monitoring-Livestatus
%define upstream_version 0.64

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Monitoring::Livestatus::Class::Abstract::Filter\\)|perl\\(Monitoring::Livestatus::Class::Abstract::Stats\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Connector with multiple peers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Monitoring/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(IO::Socket::INET)
BuildRequires:	perl(IO::Socket::UNIX)
BuildRequires:	perl(JSON::XS)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Thread::Queue)
BuildRequires:	perl(utf8)
BuildArch:	noarch

%description
This module connects via socket/tcp to the check_mk livestatus addon for
Nagios and Icinga. You first have to install and activate the mklivestatus
addon in your monitoring installation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.640.0-5
+ Revision: 48460c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5080 |14cr|perl-Monitoring-Livestatus-Class-0.30.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Monitoring-Livestatus-Class
%define upstream_version 0.03

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Monitoring::Livestatus::Class::Abstract::Filter\\)|perl\\(Monitoring::Livestatus::Class::Abstract::Stats\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Class for servicesbyhostgroup table

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Monitoring/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(Monitoring::Livestatus)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module is an object-oriented interface for Monitoring::Livestatus

*The module is still in an early stage of development, there can be some
api changes between releases.*

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-6
+ Revision: d798230
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5081 |14cr|perl-Moo-1.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Moo
%define upstream_version 1.004002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Efficient generation of subroutines via string eval

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(Devel::GlobalDestruction)
BuildRequires:  perl(Dist::CheckConflicts)
BuildRequires:	perl(Import::Into)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Role::Tiny)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Module::Runtime)
BuildArch:	noarch

Provides:       perl(Moo::Conflicts)

%description
This module is an extremely light-weight, high-performance the Moose
manpage replacement. It also avoids depending on any XS modules to allow
simple deployments. The name 'Moo' is based on the idea that it provides
almost -but not quite- two thirds of the Moose manpage.

Unlike 'Mouse' this module does not aim at full the Moose manpage
compatibility. See the /INCOMPATIBILITIES manpage for more details.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_bindir}/moo-outdated
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-4
+ Revision: 2fbb8e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5082 |14cr|perl-Moose-Autobox-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Moose-Autobox
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	The Indexed role

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Moose/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(autobox)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Perl6::Junction)
BuildRequires:	perl(Test::Exception)
BuildArch:	noarch
Requires:	perl(autobox)

%description
Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for
use with the autobox manpage. It does this using a hierarchy of roles in a
manner similar to what Perl 6 _might_ do. This module, like the Class::MOP
manpage and the Moose manpage, was inspired by my work on the Perl 6 Object
Space, and the 'core types' implemented there.

A quick word about autobox
    The the autobox manpage module provides the ability for calling
    'methods' on normal Perl values like Scalars, Arrays, Hashes and Code
    references. This gives the illusion that Perl's types are first-class
    objects. However, this is only an illusion, albeit a very nice one. I
    created this module because the autobox manpage itself does not
    actually provide an implementation for the Perl types but instead only
    provides the 'hooks' for others to add implementation too.

Is this for real? or just play?
    Several people are using this module in serious applications and it
    seems to be quite stable. The underlying technologies of the autobox
    manpage and the Moose::Role manpage are also considered stable. There
    is some performance hit, but as I am fond of saying, nothing in life is
    free. If you have any questions regarding this module, either email me,
    or stop by #moose on irc.perl.org and ask around.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: 7e1b5dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5083 |14cr|perl-Moose-Policy-0.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Moose-Policy
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Moose-mounted police

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Moose/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
This module allows you to specify your project-wide or even company-wide
Moose meta-policy. 

Most all of Moose's features can be customized through the use of custom
metaclasses, however fiddling with the metaclasses can be hairy.
Moose::Policy removes most of that hairiness and makes it possible to
cleanly contain a set of meta-level customizations in one easy to use
module.

This is still an release of this module and it should not be considered to
be complete by any means. It is very basic implemenation at this point and
will likely get more feature-full over time, as people request features. So
if you have a suggestion/need/idea, please speak up.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-4
+ Revision: aa01031
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5084 |14cr|perl-MooseX-Aliases-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Aliases
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Attribute metaclass trait for L<MooseX::Aliases>

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/MooseX-Aliases-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Requires)
BuildArch:	noarch

%description
The MooseX::Aliases module will allow you to quickly alias methods in
Moose. It provides an alias parameter for 'has()' to generate aliased
accessors as well as the standard ones. Attributes can also be initialized
in the constructor via their aliased names.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: e1773f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5085 |14cr|perl-MooseX-App-Cmd-0.70.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-App-Cmd
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	Reads from config file
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(App::Cmd)
BuildRequires:	perl(Getopt::Long::Descriptive)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Getopt)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(Test::Output)
BuildRequires:  perl(namespace::autoclean)
BuildArch:	noarch

%description
This module marries the App::Cmd manpage with the MooseX::Getopt manpage.

Use it like the App::Cmd manpage advises (especially see the
App::Cmd::Tutorial manpage), swapping the App::Cmd::Command manpage for the
MooseX::App::Cmd::Command manpage.

Then you can write your moose commands as moose classes, with the
MooseX::Getopt manpage defining the options for you instead of 'opt_spec'
returning a the Getopt::Long::Descriptive manpage spec.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-5
+ Revision: bd9fd11
- Disable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5086 |14cr|perl-MooseX-Async-0.70.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Async
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A Method Metaclass for MooseX::Async

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::AttributeHelpers)
BuildArch:	noarch

%description
MooseX::Async is a set of Metaclasses for MooseX::POE and it's siblings.
Please see them for documentation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-5
+ Revision: 0dda23e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5087 |14cr|perl-MooseX-Attribute-Chained-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Attribute-Chained
%define upstream_version 1.0.1

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Attribute that returns the instance to allow for chaining

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Module::Build) >= 0.360.100
BuildRequires: perl(Moose)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Try::Tiny)
BuildArch:  noarch

Obsoletes: perl-MooseX-ChainedAccessors <= 0.20.0
Provides:  perl-MooseX-ChainedAccessors

%description
MooseX::Attribute::Chained is a Moose Trait which allows for method
chaining on accessors by returning $self on write/set operations.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-3
+ Revision: 70c6244
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5088 |14cr|perl-MooseX-AttributeHelpers-0.230.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       MooseX-AttributeHelpers
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Extend your attribute interfaces

Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
While the Moose manpage attributes provide you with a way to name your
accessors, readers, writers, clearers and predicates, this library provides
commonly used attribute helper methods for more specific types of data.

As seen in the the /SYNOPSIS manpage, you specify the extension via the
'metaclass' parameter. Available meta classes are:

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

# test failing because of hash randomization
rm -f t/003_basic_hash.t t/203_trait_hash.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{_mandir}/man3/*
%{perl_vendorlib}/MooseX


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-4
+ Revision: 98a4640
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5089 |14cr|perl-MooseX-AttributeShortcuts-0.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-AttributeShortcuts
%define upstream_version 0.024

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Shorthand for common attribute options
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(List::AllUtils)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Exporter)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Moose::Util)
BuildRequires: perl(Moose::Util::MetaRole)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(MooseX::Role::Parameterized)
BuildRequires: perl(MooseX::Types::Common::String)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(Package::DeprecationManager)
BuildRequires: perl(Path::Class)
BuildRequires: perl(Test::CheckDeps) >= 0.10.0
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Moose)
BuildRequires: perl(Test::Moose::More) >= 0.18.0
BuildRequires: perl(Test::More) >= 0.940.0
BuildRequires: perl(Test::Warn)
BuildRequires: perl(autobox::Core)
BuildRequires: perl(autobox::Junctions)
BuildRequires: perl(constant)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Ever find yourself repeatedly specifing writers and builders, because
there's no good shortcut to specifying them? Sometimes you want an
attribute to have a read-only public interface, but a private writer. And
wouldn't it be easier to just say "builder => 1" and have the attribute
construct the canonical "_build_$name" builder name for you?

This package causes an attribute trait to be applied to all attributes
defined to the using class. This trait extends the attribute option
processing to handle the above variations.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes INSTALL LICENSE META.json META.yml MYMETA.yml README SIGNATURE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.24.0-1
+ Revision: 53315f5
- Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5090 |14cr|perl-MooseX-Blessed-Reconstruct-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Blessed-Reconstruct
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A L<Data::Visitor> for creating Moose objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(Data::Visitor)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::clean)
BuildArch:	noarch

%description
The purpose of this module is to "fix up" blessed data into a real Moose
object.

This is used internally by the MooseX::YAML manpage but has no
implementation details having to do with the YAML manpage itself.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: 6cbf540
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5091 |14cr|perl-MooseX-ChainedAccessors-0.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-ChainedAccessors
%define upstream_version 0.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Accessor class for chained accessors with Moose

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Moose/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Moose)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
Modifies the Accessor Metaclass to use MooseX::ChainedAccessors::Accessor

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-3
+ Revision: bed726b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5092 |14cr|perl-MooseX-ClassAttribute-0.270.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-ClassAttribute
%define upstream_version 0.27

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Declare class attributes Moose-style

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/MooseX-ClassAttribute-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(B)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::AttributeHelpers)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
This module allows you to declare class attributes in exactly the same way
as you declare object attributes, except using 'class_has()' instead of
'has()'. It is also possible to make these attributes immutable (and
faster) just as you can with normal Moose attributes.

You can use any feature of Moose's attribute declarations, including
overriding a parent's attributes, delegation ('handles'), and attribute
metaclasses, and it should just work.

The accessors methods for class attribute may be called on the class
directly, or on objects of that class. Passing a class attribute to the
constructor will not set it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/MooseX



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.270.0-3
+ Revision: bd9dbe0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5093 |14cr|perl-MooseX-Clone-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Clone
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	The L<Moose::Meta::Attribute>

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Visitor)
BuildRequires:	perl(Hash::Util::FieldHash::Compat)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::clean)
Provides:	perl(MooseX::Clone::Meta::Attribute::Trait::StorableClone)
BuildArch:	noarch

%description
Out of the box the Moose manpage only provides very barebones cloning
support in order to maximize flexibility.

This role provides a 'clone' method that makes use of the low level cloning
support already in the Moose manpage and adds selective deep cloning based
on introspection on top of that. Attributes with the 'Clone' trait will
handle cloning of data within the object, typically delegating to the
attribute value's own 'clone' method.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: eed0f8d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5094 |14cr|perl-MooseX-ConfigFromFile-0.30.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-ConfigFromFile
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	An abstract Moose role for setting attributes from a configfile

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types::Path::Class)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(namespace::autoclean)
Requires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This is an abstract role which provides an alternate constructor for
creating objects using parameters passed in from a configuration file. The
actual implementation of reading the configuration file is left to concrete
subroles.

It declares an attribute 'configfile' and a class method 'new_with_config',
and requires that concrete roles derived from it implement the class method
'get_config_from_file'.

Attributes specified directly as arguments to 'new_with_config' supercede
those in the configfile.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-6
+ Revision: 49b1669
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5095 |14cr|perl-MooseX-Daemonize-0.190.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Daemonize
%define upstream_version 0.19

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    A Role with the core daemonization and pidfile management
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Devel::AssertOS)
BuildRequires: perl(Devel::CheckOS) >= 1.630.0
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Path) >= 2.80.0
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Build::Tiny) >= 0.34.0
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(MooseX::Getopt)
BuildRequires: perl(MooseX::Getopt::OptionTypeMap)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(POSIX)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Exporter::ForMethods)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Moose)
BuildRequires: perl(Test::More)
BuildRequires: perl(constant)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Often you want to write a persistant daemon that has a pid file, and
responds appropriately to Signals. This module provides a set of basic
roles as an infrastructure to do that.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CONTRIBUTING Changes IDEAS INSTALL LICENSE META.json META.yml MYMETA.yml README examples
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-2
+ Revision: 33eae4a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5096 |14cr|perl-MooseX-Declare-0.380.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Declare
%define upstream_version 0.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Handle method modifier declarations

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Devel::Declare)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Method::Signatures)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(namespace::clean)
BuildArch:	noarch

%description
This module provides syntactic sugar for Moose, the postmodern object
system for Perl 5. When used, it sets up the 'class' and 'role' keywords.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.380.0-3
+ Revision: ff2d8af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5097 |14cr|perl-MooseX-Emulate-Class-Accessor-Fast-0.9.30-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Emulate-Class-Accessor-Fast
%define upstream_version 0.00903

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6
Epoch:      1

License:    GPL+ or Artistic
Group:      Development/Perl
Summary:    Emulate Class::Accessor::Fast behavior using Moose attributes

Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Moose)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(namespace::clean)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module attempts to hijack the Class::Accessor::Fast manpage in INC
and replace it with the MooseX::Emulate::Class::Accessor::Fast manpage.
Make sure it is loaded before the classes you have that use
<Class::Accessor::Fast>. It is meant as a tool to help you migrate your
project from the Class::Accessor::Fast manpage, to the
MooseX::Emulate::Class::Accessor::Fast manpage and ultimately, to the Moose
manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.9.30-6
+ Revision: 2d1cc77
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5098 |14cr|perl-MooseX-FollowPBP-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-FollowPBP
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Names accessors in the I<Perl Best Practices> style

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Moose)
BuildArch:	noarch

%description
This module does not provide any methods. Simply loading it changes the
default naming policy for the loading class so that accessors are separated
into get and set methods. The get methods are prefixed with "get_" as the
accessor, while set methods are prefixed with "set_". This is the naming
style recommended by Damian Conway in _Perl Best Practices_.

If you define an attribute with a leading underscore, then both the get and
set method will also have an underscore prefix.

If you explicitly set a "reader" or "writer" name when creating an
attribute, then that attribute's naming scheme is left unchanged.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: fd6675e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5099 |14cr|perl-MooseX-Getopt-0.630.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Getopt
%define upstream_version 0.63

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Optional meta attribute trait for ignoring params
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires: perl(namespace::autoclean)
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(Getopt::Long::Descriptive)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Test::Trap)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl-devel
BuildArch:	noarch

Requires:	perl(Getopt::Long::Descriptive)

%description
This is a role which provides an alternate constructor for creating objects
using parameters passed in from the command line.

This module attempts to DWIM as much as possible with the command line
params by introspecting your class's attributes. It will use the name of
your attribute as the command line option, and if there is a type
constraint defined, it will configure Getopt::Long to handle the option
accordingly.

You can use the trait the MooseX::Getopt::Meta::Attribute::Trait manpage or
the attribute metaclass the MooseX::Getopt::Meta::Attribute manpage to get
non-default commandline option names and aliases.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.630.0-2
+ Revision: 6143f01
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5100 |14cr|perl-MooseX-Has-Sugar-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Has-Sugar
%define upstream_version 1.000001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Experimental sweetness

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Find::Lib)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: ce5cbbf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5101 |14cr|perl-MooseX-Iterator-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Iterator
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Iterate over collections

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This is an attempt to add smalltalk-like streams to Moose. It currently
works with ArrayRefs and HashRefs.

* next

  The next method provides the next item in the colletion.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: 53cd235
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5102 |14cr|perl-MooseX-LazyRequire-0.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-LazyRequire
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Required attributes which fail only when trying to use them

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::CheckDeps)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More) >= 0.900.0
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
This module adds a 'lazy_require' option to Moose attribute declarations.

The reader methods for all attributes with that option will throw an
exception unless a value for the attributes was provided earlier by a
constructor parameter or through a writer method.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-3
+ Revision: 048edd9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5103 |14cr|perl-MooseX-MarkAsMethods-0.150.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-MarkAsMethods
%define upstream_version 0.15

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Mark overload code symbols as methods

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(B::Hooks::EndOfScope)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Moose) >= 0.940.0
BuildRequires: perl(Moose::Exporter)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Moose::Util::MetaRole)
BuildRequires: perl(Test::Moose)
BuildRequires: perl(Test::More) >= 0.920.0
BuildRequires: perl(namespace::autoclean) >= 0.120.0
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
MooseX::MarkAsMethods allows one to easily mark certain functions as Moose
methods. This will allow other packages such as the namespace::autoclean
manpage to operate without blowing away your overloads. After using
MooseX::MarkAsMethods your overloads will be recognized by the Class::MOP
manpage as being methods, and class extension as well as composition from
roles with overloads will "just work".

By default we check for overloads, and mark those functions as methods.

If 'autoclean => 1' is passed to import on use'ing this module, we will
invoke namespace::autoclean to clear out non-methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes INSTALL META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-3
+ Revision: 487b2fa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5104 |14cr|perl-MooseX-Meta-TypeConstraint-ForceCoercion-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Meta-TypeConstraint-ForceCoercion
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Force coercion when validating type constraints

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(namespace::clean)
BuildArch:	noarch

%description
This class allows to wrap any 'Moose::Meta::TypeConstraint' in a way that
will force coercion of the value when checking or validating a value
against it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: 1a6bf4a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5105 |14cr|perl-MooseX-Method-0.440.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Method
%define upstream_version 0.44

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Method declaration with type checking

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::Template::Pro)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildArch:	noarch

%description
The problem
    This module is an attempt to solve a problem I've often encountered but
    never really found any good solution for: validation of method
    parameters. How many times have we all ourselves writing code like
    this:

      sub foo {
        my ($self,$args) = @_;

        die "Invalid arg1"
          unless (defined $arg->{bar} && $arg->{bar} =~ m/bar/);
      }

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/MooseX



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.440.0-4
+ Revision: 88fda14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5106 |14cr|perl-MooseX-MethodAttributes-0.290.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-MethodAttributes%define upstream_version 0.29

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    No summary found

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Moose)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(Test::CheckDeps)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(namespace::clean)
BuildRequires: perl-devel

BuildArch: noarch

%description
This module allows code attributes of methods to be introspected using
Moose meta method objects.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.290.0-3
+ Revision: 369b5c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5107 |14cr|perl-MooseX-Method-Signatures-0.470.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Method-Signatures
%define upstream_version 0.47

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Method declarations with type constraints and no source filter

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Deep)
BuildRequires:	perl(B::Hooks::EndOfScope)
BuildRequires:	perl(Context::Preserve)
BuildRequires:	perl(Devel::Declare)   >= 0.5.11
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(MooseX::LazyRequire)
BuildRequires:	perl(MooseX::Meta::Signature::Combined)
BuildRequires:	perl(MooseX::Meta::TypeConstraint::ForceCoercion)
BuildRequires:	perl(Parse::Method::Signatures)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)       >= 0.880.0
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch
Requires:	perl(aliased)

%description
Provides a proper method keyword, like "sub" but specificly for making
methods and validating their arguments against Moose type constraints.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/MooseX



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.470.0-3
+ Revision: 1c670b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5108 |14cr|perl-MooseX-MultiInitArg-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-MultiInitArg
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Attributes with aliases for constructor arg

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
If you've ever wanted to be able to call an attribute any number of things
while you're passing arguments to your object constructor, Now You Can.

The primary motivator is that I have some attributes that were named
inconsistently, and I wanted to rename them without breaking backwards
compatibility with my existing API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: 199a786
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5109 |14cr|perl-MooseX-Object-Pluggable-0.0011-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define realname   MooseX-Object-Pluggable

Name:       perl-%{realname}
Version:    0.0011
Release:    5
License:    GPL or Artistic
Group:      Development/Perl
Summary:    Make your classes pluggable

Source:     http://www.cpan.org/modules/by-module/MooseX/%{realname}-%{version}.tar.gz
Url:        http://search.cpan.org/dist/%{realname}
BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Module::Pluggable::Object)
BuildRequires: perl(Moose)
BuildRequires: perl(Test::More)

BuildArch: noarch

%description
This module is meant to be loaded as a role from Moose-based classes it
will add five methods and four attributes to assist you with the loading
and handling of plugins and extensions for plugins. I understand that this
may pollute your namespace, however I took great care in using the least
ambiguous names possible.





%prep
%setup -q -n %{realname}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0011-5
+ Revision: b578dfb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5110 |14cr|perl-MooseX-OneArgNew-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-OneArgNew
%define upstream_version 0.004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Teach ->new to accept single, non-hashref arguments

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/MooseX-OneArgNew-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(Test::More) >= 0.960
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
MooseX::OneArgNew lets your constructor take a single argument, which will
be translated into the value for a one-entry hashref. It is a the
parameterized role|MooseX::Role::Parameterized manpage with two parameters:

* type

  The Moose type that the single argument must be for the one-arg form to
  work. This should be an existing type, and may be either a string type or
  a MooseX::Type.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-3
+ Revision: f2e929f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5111 |14cr|perl-MooseX-Param-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Param
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Simple role to provide a standard param method

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This is a very simple Moose role which provides a the CGI manpage like
'param' method.

I found that I had written this code over and over and over and over again,
and each time it was the same. So I thought, why not put it in a role?

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: f114620
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5112 |14cr|perl-MooseX-Params-Validate-0.180.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Params-Validate
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	An extension of Params::Validate for using Moose's types

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/MooseX-Params-Validate-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Devel::Caller)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Fatal)
BuildArch:	noarch

%description
This module fills a gap in Moose by adding method parameter validation to
Moose. This is just one of many developing options, it should not be
considered the "official" one by any means though.

You might also want to explore 'MooseX::Method::Signatures' and
'MooseX::Declare'

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc  README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-3
+ Revision: 4df4174
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5113 |14cr|perl-MooseX-POE-0.215.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-POE
%define upstream_version 0.215

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	A Instance Metaclass for MooseX::POE

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/MooseX-POE-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Async)
BuildRequires:	perl(POE)
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Fatal)
Requires:	perl(MooseX::Async)
BuildArch:	noarch

%description
MooseX::POE is a Moose wrapper around a POE::Session.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.215.0-3
+ Revision: 0b90819
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5114 |14cr|perl-MooseX-RelatedClassRoles-0.4.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-RelatedClassRoles
%define upstream_version 0.004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Apply roles to a class related to yours

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildArch:	noarch

%description
Frequently, you have to use a class that provides some 'foo_class' accessor
or attribute as a method of dependency injection. Use this role when you'd
rather apply roles to make your custom 'foo_class' instead of manually
setting up a subclass.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-5
+ Revision: 11d2389
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5115 |14cr|perl-MooseX-Role-BuildInstanceOf-0.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Role-BuildInstanceOf
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Less Boilerplate when you need lots of Instances


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/MooseX-Role-BuildInstanceOf-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(MooseX::Iterator)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(MooseX::Types::Path::Class)
BuildRequires:	perl(Perl6::Junction)
BuildRequires:	perl(Test::More)
BuildRequires:  perl(namespace::autoclean)
BuildArch:	noarch

%description
There can often be a tension between coding for flexibility and for future
growth and writing code that is terse, to the point, and solves the
smallest possible business problem that is brought to you. Writing the
minimum code to solve a particular problem has merit, yet can eventually
leave you with an application that has many hacky modifications and is hard
to test in an isolated manner. Minimum code should not imply minimum
forward planning or poorly tested code.

For me, doing the right thing means I need to both limit myself to the
smallest possible solution for a given business case, yet make sure I am
not writing CODE that is impossible to grow over time in a clean manner.
Generally I attempt to do this by clearly separating the problem domains
under a business case into distinct classes. I then tie all the functional
bits together in the loosest manner possible. the Moose manpage makes this
easy, with its powerful attribute features, type coercions and Roles to
augment classical inheritance.

Loose coupling and deep configurability work well with inversion of control
systems, like the Bread::Board manpage or the IOC built into the the
Catalyst manpage MVC framework. It helps me to defer decisions to the
proper authority and also makes it easier to test my logic, since pieces
are easier to test independently.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-3
+ Revision: a032e8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5116 |14cr|perl-MooseX-Role-Parameterized-1.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Role-Parameterized
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Metaclass for parameterizable roles

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/MooseX-Role-Parameterized-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Moose)
BuildRequires:	perl(Test::More) >= 0.96
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Your parameterized role consists of two new things: parameter declarations
and a 'role' block.

Parameters are declared using the the /parameter manpage keyword which very
much resembles the Moose/has manpage. You can use any option that the
Moose/has manpage accepts. The default value for the 'is' option is 'ro' as
that's a very common case. Use 'is => 'bare'' if you want no accessor.
These parameters will get their values when the consuming class (or role)
uses the Moose/with manpage. A parameter object will be constructed with
these values, and passed to the 'role' block.

The 'role' block then uses the usual the Moose::Role manpage keywords to
build up a role. You can shift off the parameter object to inspect what the
consuming class provided as parameters. You use the parameters to customize
your role however you wish.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-3
+ Revision: 74dcc8b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5117 |14cr|perl-MooseX-Role-WithOverloading-0.130.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name MooseX-Role-WithOverloading
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Roles which support overloading

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz
Source1:	%{name}.rpmlintrc

BuildRequires:	perl(Moose)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::CheckDeps)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(XSLoader)
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl-devel

Requires:	perl(aliased)
Requires:	perl(namespace::autoclean)
Requires:	perl(namespace::clean)

%description
MooseX::Role::WithOverloading allows you to write a the Moose::Role manpage
which defines overloaded operators and allows those operator overloadings
to be composed into the classes/roles/instances it's compiled to, while
plain the Moose::Role manpages would lose the overloading.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod go+r -R .

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-3
+ Revision: 338447e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5118 |14cr|perl-MooseX-SemiAffordanceAccessor-0.90.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-SemiAffordanceAccessor
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Names accessors in a semi-affordance style

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module does not provide any methods. Simply loading it changes the
default naming policy for the loading class so that accessors are separated
into get and set methods. The get methods have the same name as the
accessor, while set methods are prefixed with "set_".

If you define an attribute with a leading underscore, then the set method
will start with "_set_".

If you explicitly set a "reader" or "writer" name when creating an
attribute, then that attribute's naming scheme is left unchanged.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-5
+ Revision: da5056c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5119 |14cr|perl-MooseX-SetOnce-0.200.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-SetOnce
%define upstream_version 0.200002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Write-once, read-many attributes for Moose

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/MooseX-SetOnce-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)

BuildArch:	noarch

%description
The 'SetOnce' attribute lets your class have attributes that are not lazy
and not set, but that cannot be altered once set.

The logic is very simple: if you try to alter the value of an attribute
with the SetOnce trait, either by accessor or writer, and the attribute has
a value, it will throw an exception.

If the attribute has a clearer, you may clear the attribute and set it
again.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.2-3
+ Revision: da7e365
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5120 |14cr|perl-MooseX-SimpleConfig-0.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-SimpleConfig%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A Moose role for setting attributes from a simple configfile

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Fatal)
BuildRequires:	perl(Config::Any)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::ConfigFromFile)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This role loads simple configfiles to set object attributes. It is based on
the abstract role the MooseX::ConfigFromFile manpage, and uses the
Config::Any manpage to load your configfile. the Config::Any manpage will
in turn support any of a variety of different config formats, detected by
the file extension. See the Config::Any manpage for more details about
supported formats.

Like all the MooseX::ConfigFromFile manpage -derived configfile loaders,
this module is automatically supported by the the MooseX::Getopt manpage
role as well, which allows specifying '-configfile' on the commandline.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc  README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-3
+ Revision: 3ab9e65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5121 |14cr|perl-MooseX-Singleton-0.290.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Singleton
%define upstream_version 0.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Base class for MooseX::Singleton

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Requires)

BuildArch:	noarch

%description
A singleton is a class that has only one instance in an application.
'MooseX::Singleton' lets you easily upgrade (or downgrade, as it were) your
the Moose manpage class to a singleton.

All you should need to do to transform your class is to change 'use Moose'
to 'use MooseX::Singleton'. This module uses a new class metaclass and
instance metaclass, so if you're doing metamagic you may not be able to use
this.

'MooseX::Singleton' gives your class an 'instance' method that can be used
to get a handle on the singleton. It's actually just an alias for 'new'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.290.0-3
+ Revision: a44e13d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5122 |14cr|perl-MooseX-Storage-0.460.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Storage
%define upstream_version 0.46

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A custom meta-attribute-trait to bypass serialization



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Test::Fatal)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(String::RewritePrefix)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Test::TempDir)

BuildArch:	noarch

%description
MooseX::Storage is a serialization framework for Moose, it provides a very
flexible and highly pluggable way to serialize Moose classes to a number of
different formats and styles.

Important Note
    This is still an early release of this module, so use with caution.
    It's outward facing serialization API should be considered stable, but
    I still reserve the right to make tweaks if I need too. Anything beyond
    the basic pack/unpack, freeze/thaw and load/store should not be relied
    on.

Levels of Serialization
    There are 3 levels to the serialization, each of which builds upon the
    other and each of which can be customized to the specific needs of your
    class.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.460.0-2
+ Revision: 042bace
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5123 |14cr|perl-MooseX-StrictConstructor-0.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-StrictConstructor
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Make your object constructors blow up on unknown attributes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/MooseX-StrictConstructor-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
Requires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
Using this class to load Moose instead of just loading using Moose itself
makes your constructors "strict". If your constructor is called with an
attribute init argument that your class does not declare, then it calls
"Carp::confess()". This is a great way to catch small typos.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/MooseX



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-3
+ Revision: 57b7aea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5124 |14cr|perl-MooseX-Traits-0.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Traits%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Automatically apply roles at object creation time

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Fatal)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::autoclean)
Requires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
Often you want to create components that can be added to a class
arbitrarily. This module makes it easy for the end user to use these
components. Instead of requiring the user to create a named class with the
desired roles applied, or applying roles to the instance one-by-one, he can
just pass a 'traits' parameter to the class's 'new_with_traits'
constructor. This role will then apply the roles in one go, cache the
resulting class (for efficiency), and return a new instance. Arguments
meant to initialize the applied roles' attributes can also be passed to the
constructor.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-3
+ Revision: e5e92f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5125 |14cr|perl-MooseX-Traits-Pluggable-0.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Traits-Pluggable%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	An extension to MooseX::Traits

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(MooseX::Traits)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Test::use::ok)
BuildArch:	noarch
Requires:	perl(MooseX::Traits)

%description
See the MooseX::Traits manpage for usage information.

Adds support for class precedence search for traits and some extra
attributes, described below.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-3
+ Revision: 8b043bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5126 |14cr|perl-MooseX-Types-0.440.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types
%define upstream_version 0.44

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2
Summary:    Organise your Moose types in libraries
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Carp::Clan)
BuildRequires: perl(Class::MOP)
BuildRequires: perl(FindBin)
BuildRequires: perl(Moose) > 0.60
BuildRequires: perl(Sub::Install)
BuildRequires: perl(Sub::Uplevel)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Data::Dump)
BuildRequires: perl-namespace-clean
BuildRequires: perl-devel
BuildArch: noarch
Requires: perl-namespace-clean

%description
The types provided with the Moose manpage are by design global. This
package helps you to organise and selectively import your own and the
built-in types in libraries. As a nice side effect, it catches typos at
compile-time too.

However, the main reason for this module is to provide an easy way to not
have conflicts with your type names, since the internal fully qualified
names of the types will be prefixed with the library's name.

This module will also provide you with some helper functions to make it
easier to use Moose types in your code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/MooseX




%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.440.0-2
+ Revision: b68df6d
- Revert latest change - it is namespace-autoclean that should require sub::identify



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5127 |14cr|perl-MooseX-Types-Authen-Passphrase-0.20.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-Authen-Passphrase
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Authen::Passphrase type constraint and coercions


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Authen::Passphrase)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(Test::use::ok)
BuildRequires:  perl(namespace::autoclean)
BuildArch:	noarch

%description
This the MooseX::Types manpage library provides string coercions for the
the Authen::Passphrase manpage family of classes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-6
+ Revision: 4e012cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5128 |14cr|perl-MooseX-Types-Common-0.1.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-Common
%define upstream_version 0.001012

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    No summary found



License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires:  perl(namespace::autoclean)
BuildRequires: perl-devel

BuildArch: noarch

%description
A set of commonly-used type constraints that do not ship with Moose by
default.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.12-2
+ Revision: 4547a78
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5129 |14cr|perl-MooseX-Types-DateTime-0.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-DateTime%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	L<DateTime> related constraints and coercions for


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Fatal)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Locale)
BuildRequires:	perl(DateTime::TimeZone)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::clean)
BuildRequires:  perl(namespace::autoclean)
BuildArch:	noarch

%description
This module packages several the Moose::Util::TypeConstraints manpage with
coercions, designed to work with the the DateTime manpage suite of objects.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-3
+ Revision: ea21f10
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5130 |14cr|perl-MooseX-Types-JSON-0.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-JSON%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	JSON datatype for Moose


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(JSON::XS)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types)
BuildRequires:  perl(namespace::autoclean)
BuildArch:	noarch

%description
JSON datatype for Moose.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-3
+ Revision: 241c6fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5131 |14cr|perl-MooseX-Types-LoadableClass-0.12.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-LoadableClass
%define upstream_version 0.012

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	ClassName type constraint with coercion to load the class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/MooseX-Types-LoadableClass-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Class::Load)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(namespace::clean)
BuildArch:	noarch

%description
    use Moose::Util::TypeConstraints;

    my $tc = subtype as ClassName;
    coerce $tc, from Str, via { Class::MOP::load_class($_); $_ };

I've written those three lines of code quite a lot of times, in quite a lot
of places.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.0-3
+ Revision: d575367
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5132 |14cr|perl-MooseX-Types-Path-Class-0.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-Path-Class
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A Path::Class type library for Moose


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/MooseX-Types-Path-Class-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Path::Class)
BuildRequires:  perl(namespace::autoclean)
BuildArch:	noarch

%description
MooseX::Types::Path::Class creates common the Moose manpage types,
coercions and option specifications useful for dealing with the Path::Class
manpage objects as the Moose manpage attributes.

Coercions (see the Moose::Util::TypeConstraints manpage) are made from both
'Str' and 'ArrayRef' to both the Path::Class::Dir manpage and the
Path::Class::File manpage objects. If you have the MooseX::Getopt manpage
installed, the Getopt option type ("=s") will be added for both the
Path::Class::Dir manpage and the Path::Class::File manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-3
+ Revision: 5baf889
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5133 |14cr|perl-MooseX-Types-Perl-0.101.343-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-Perl%define upstream_version 0.101343

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Moose types that check against Perl syntax


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Implementation)
BuildRequires:  perl(namespace::autoclean)

BuildArch:	noarch

%description
This library provides MooseX::Types for checking things (mostly strings)
against syntax that is, or is a reasonable subset of, Perl syntax.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.101.343-3
+ Revision: 3c595de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5134 |14cr|perl-MooseX-Types-Set-Object-0.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-Set-Object%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Set::Object type with coercions and stuff


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Set::Object)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(Test::Fatal)
BuildRequires:  perl(namespace::autoclean)
BuildArch:	noarch

%description
This module provides Moose type constraints (see the
Moose::Util::TypeConstraints manpage, the MooseX::Types manpage).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-3
+ Revision: f6f244b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5135 |14cr|perl-MooseX-Types-Structured-0.300.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-Structured%define upstream_version 0.30

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Structured type constraints

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Implementation)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Devel::PartialDump)
BuildRequires:	perl(namespace::autoclean)
Provides:	perl(MooseX::Meta::TypeCoercion::Structured) = %{version}
Provides:	perl(MooseX::Meta::TypeCoercion::Structured::Optional) = %{version}
Provides:	perl(MooseX::Meta::TypeConstraint::Structured) = %{version}
Provides:	perl(MooseX::Meta::TypeConstraint::Structured::Optional) = %{version}
Provides:	perl(MooseX::Types::Structured::MessageStack) = %{version}
Provides:	perl(MooseX::Types::Structured::OverflowHandler) = %{version}
BuildArch:	noarch

%description
A structured type constraint is a standard container the Moose manpage type
constraint, such as an ArrayRef or HashRef, which has been enhanced to
allow you to explicitly name all the allowed type constraints inside the
structure. The generalized form is:

    TypeConstraint[@TypeParameters]

Where 'TypeParameters' is an array or hash of the
Moose::Meta::TypeConstraint manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/MooseX


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-3
+ Revision: 4740a5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5136 |14cr|perl-MooseX-Types-URI-0.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-URI%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	L<URI> related types and coercions for Moose

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(MooseX::Types::Path::Class)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(URI)
BuildRequires:	perl(URI::FromHash)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This package provides Moose types for fun with the URI manpages.

It has slightly DWIMier types than the the URI manpage classes have due to
implementation details, so the types should be more forgiving when
ducktyping will work anyway (e.g. the URI::WithBase manpage does not
inherit the URI manpage).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-3
+ Revision: d6663c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5137 |14cr|perl-MooseX-YAML-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-YAML
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	DWIM loading of Moose objects from YAML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(MooseX::Blessed::Reconstruct)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(YAML)
BuildRequires:	perl(namespace::clean)
BuildArch:	noarch

%description
This module provides DWIM loading of the Moose manpage based objects from
YAML documents.

Any hashes blessed into a the Moose manpage class will be replaced with a
properly constructed instance (respecting init args, 'BUILDALL', and the
meta instance type).

This is similar to the YAML::Active manpage in that certain nodes in the
loaded YAML documented are treated specially.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: 2e45507
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5138 |14cr|perl-MooX-Types-MooseLike-0.250.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooX-Types-MooseLike
%define upstream_version 0.25

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Moo types for numbers

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Module::Runtime) >= 0.12.0
BuildRequires: perl(Moo) >= 0.91.10
BuildRequires: perl(Test::Fatal) >= 0.3.0
BuildRequires: perl(Test::More) >= 0.960.0
BuildRequires: perl-devel
BuildRequires: perl(strictures)
# Need to be added explicitly because it breaks builds
Requires:      perl(Moo)
BuildArch:  noarch

%description
See the MooX::Types::MooseLike::Base manpage for an example of how to build
base types.

See the MooX::Types::MooseLike::Numeric manpage for an example of how to
build subtypes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.250.0-3
+ Revision: 169f8a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5139 |14cr|perl-MooX-Types-MooseLike-Numeric-1.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooX-Types-MooseLike-Numeric
%define upstream_version 1.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Moo types for numbers

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(MooX::Types::MooseLike) >= 0.230.0
BuildRequires: perl(Test::Fatal) >= 0.3.0
BuildRequires: perl(Test::More) >= 0.960.0
BuildRequires: perl-devel
BuildRequires: perl(strictures)
BuildArch:  noarch

%description
adpated from MooseX::Types::Common::Numeric

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-3
+ Revision: e9bd7c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5140 |14cr|perl-Mouse-1.110.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mouse
%define upstream_version 1.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

License:    GPL+ or Artistic
Group:      Development/Perl
Summary:    Moose minus the antlers

Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::ParseXS) >= 2.210.0
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel

Provides:      perl-Moose-implementation

%description
the Moose manpage is wonderful.

Unfortunately, it's a little slow. Though significant progress has been
made over the years, the compile time penalty is a non-starter for some
applications.

Mouse aims to alleviate this by providing a subset of Moose's
functionality, faster. In particular, the Moose/has manpage is missing only
a few expert-level features.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.0-4
+ Revision: 281053e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5141 |14cr|perl-MouseX-NativeTraits-1.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       MouseX-NativeTraits
%define upstream_version    1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	Artistic
Group:		Development/Perl
Summary:	Extend your attribute interfaces for Mouse

Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Mouse)
BuildRequires:	perl(Test::Fatal)
BuildArch:	noarch

%description
Extend your attribute interfaces for Mouse.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor destdir=%{buildroot}
make

%check
make test

%install
%makeinstall_std
find %{buildroot} -type f -name perllocal.pod -o -name .packlist -o -name '*.bs' -a -size 0 | xargs rm -f
find %{buildroot} -type d -depth | xargs rmdir --ignore-fail-on-non-empty

%files
%doc README Changes
%{perl_vendorlib}/Mouse/Meta/Attribute/Custom/Trait/*.pm
%{perl_vendorlib}/Mouse/Meta/Attribute/*.pm
%{perl_vendorlib}/MouseX/NativeTraits.pm
%{perl_vendorlib}/MouseX/NativeTraits/*.pm
%{perl_vendorlib}/MouseX/NativeTraits/MethodProvider/*.pm
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-4
+ Revision: 5d2d167
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5142 |14cr|perl-MouseX-StrictConstructor-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       MouseX-StrictConstructor
%define upstream_version    0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	Artistic
Group:		Development/Perl
Summary:	Make your object constructors blow up on unknown attributes

Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Mouse)
BuildArch:	noarch

%description
Make your object constructors blow up on unknown attributes

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor destdir=%{buildroot}
make

%check
make test

%install
%makeinstall_std
find %{buildroot} -type f -name perllocal.pod -o -name .packlist -o -name '*.bs' -a -size 0 | xargs rm -f
find %{buildroot} -type d -depth | xargs rmdir --ignore-fail-on-non-empty

%files
%doc README Changes
%{perl_vendorlib}/MouseX/StrictConstructor.pm
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: 46f16ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5143 |14cr|perl-MP3-Icecast-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 MP3-Icecast
%define	upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	MP3::Icecast - Generate Icecast streams

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/A/AL/ALLENDAY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(MP3::Info)
BuildRequires:	perl(URI)
BuildArch:	noarch

%rename	perl-mp3-icecast

%description
MP3::Icecast - Generate Icecast streams, as well as M3U and PLSv2 playlists.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc README Changes
%{perl_vendorlib}/MP3
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: 447ddd2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5144 |14cr|perl-MP3-ID3v1Tag-1.110.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 MP3-ID3v1Tag
%define upstream_version 1.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Edit ID3v1 Tags from an Audio MPEG Layer 3

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/modules/by-module/MP3/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The ID3v1Tag routines are useful for setting and reading ID3 MP3 Audio Tags.
Just create an MP3::ID3v1Tag Object with the path to the file of interest, and
query any of the methods below.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/MP3
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.0-4
+ Revision: 814d2a1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5145 |14cr|perl-MP3-Tag-1.130.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 MP3-Tag
%define upstream_version 1.13

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Normalize::Text::Normalize_Fields\\)|perl\\(Music_Normalize_Fields\\)'
%else
%define _requires_exceptions perl(\\(Normalize::Text::Normalize_Fields\\|Music_Normalize_Fields\\))
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Module for reading tags of MP3 audio files 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MP3/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Compress::Zlib)
BuildArch:	noarch

Requires:	perl(Compress::Zlib)

%description
Tag is a wrapper module to read different tags of mp3 files. It provides an
easy way to access the functions of separate modules which do the handling
of reading/writing the tags itself.

At the moment MP3::Tag::ID3v1 and MP3::Tag::ID3v2 are supported for read and
write; MP3::Tag::Inf, MP3::Tag::CDDB_File, MP3::Tag::File,
MP3::Tag::LastResort are supported for read access (the information obtained
by parsing CDDB files, .inf file and the filename).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# requires CDDB connection
rm -f t/mp3tag.t
chmod -R u+w examples
chmod 755 examples/*.pl examples/mp3info2 examples/typeset_audio_dir

%build
# -n is here to avoid installation of scripts (they come in examples/ anyway)
perl Makefile.PL INSTALLDIRS=vendor -n
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README.txt TODO examples
%{perl_vendorlib}/MP3
%{perl_vendorlib}/Encode
%{perl_vendorlib}/Normalize
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.130.0-4
+ Revision: db2b0a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5146 |14cr|perl-Msgcat-1.30.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Msgcat
%define upstream_version 1.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    10
Summary:    Msgcat, a small Perl module for XPG4 message catalog functions
License:    GPL
Group:      Development/Perl
Url:        http://www.cpan.org
Source0:    ftp://ftp.pasteur.fr/pub/computing/CPAN/modules/by-module/Locale/%{upstream_name}-%{upstream_version}.tar.bz2
BuildRequires:	perl-devel

%description
This is Msgcat, a small Perl modules for systems which support the XPG4 message
catalog functions : catopen(3), catgets(3) and catclose(4).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# for docs files (fpons)
chmod 0644 README Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorarch}/Locale
%{perl_vendorarch}/auto/Locale

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-10
+ Revision: b2d1c7c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5147 |14cr|perl-MusicBrainz-DiscID-0.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name		MusicBrainz-DiscID
%define upstream_version	0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl interface for the MusicBrainz libdiscid library

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MusicBrainz/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::CBuilder)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Test)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build)
BuildRequires:	pkgconfig(libdiscid)

%description
MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID from an
audio CD in the drive. The coding style is slightly different to the C
interface to libdiscid, because it makes use of perl's Object Oriented
functionality.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-3
+ Revision: 3aed144
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5148 |14cr|perl-mytop-1.600.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    mytop
%define upstream_version 1.6

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A clone of top for MySQL 3.22.x to 4.x
License:	GPL
Group:		Databases
Url:		http://jeremy.zawodny.com/mysql/mytop/
Source0:	http://jeremy.zawodny.com/mysql/mytop/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Term::ReadKey)
BuildArch:	noarch
Requires:	perl(Term::ReadKey)

%description
Mytop is a console-based (non-gui) tool for monitoring the threads and overall
performance of a MySQL 3.22.x, 3.23.x, and 4.x server.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
# beware to use _std macros 
%makeinstall_std

%files
%{_bindir}/mytop
%{_mandir}/man1/%{upstream_name}.*
%doc README


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.600.0-4
+ Revision: 494c740
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5149 |14cr|perl-Nagios-Plugin-0.360.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Nagios-Plugin
%define upstream_version 0.36
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.36
Release:	3
Summary:	A family of perl modules to streamline writing Nagios plugins

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Nagios/Nagios-Plugin-0.36.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Config::Tiny)
BuildRequires:	perl(Math::Calc::Units)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Simple)
BuildArch:	noarch

%description
These modules are meant for perl developers of plugins for Nagios
(http://nagiosplug.sourceforge.net). It is meant to simplify a lot of the
common functions required to do checking of a particular service.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Nagios
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.360.0-3
+ Revision: b90bd87
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5150 |14cr|perl-Nagios-Plugin-WWW-Mechanize-0.130.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Nagios-Plugin-WWW-Mechanize
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Login to a web page as a user and get data as a Nagios plugin

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Nagios/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Nagios::Plugin)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(WWW::Mechanize)
BuildArch:	noarch

%description
This module ties Nagios::Plugin with WWW::Mechanize so that there's less
code in your perl script and the most common work is done for you.

For example, the plugin will automatically call nagios_exit(CRITICAL, ...)
if a page is unavailable or a submit_form fails. The plugin will also keep
a track of the time for responses from the remote web server and output
that as performance data.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/Nagios


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-4
+ Revision: a46b2f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5151 |14cr|perl-namespace-autoclean-0.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    namespace-autoclean
%define upstream_version 0.20

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Keep imports out of your namespace 
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/namespace/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(B::Hooks::EndOfScope)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Sub::Identify)
BuildRequires: perl(Class::MOP)
BuildRequires: perl(namespace::clean)
BuildRequires: perl-devel
BuildArch: noarch
Requires: perl(namespace::clean)
Requires: perl(Sub::Identify)
Provides: perl(namespace::autoclean)

%description
When you import a function into a Perl package, it will naturally also be
available as a method.

The 'namespace::autoclean' pragma will remove all imported symbols at the
end of the current package's compile cycle. Functions called in the package
itself will still be bound by their name, but they won't show up as methods
on your class or instances.

This module is very similar to namespace::clean, except it will clean all
imported functions, no matter if you imported them before or after you
'use'd the pagma. It will also not touch anything that looks like a method,
according to 'Class::MOP::Class::get_method_list'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-1
+ Revision: a26fb35
- Updated to 0.20 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5152 |14cr|perl-Net-AIM-1.220.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-AIM
%define upstream_version 1.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl module for AOL Instant Messenger TOC protocol

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/Net-AIM/
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
perl-Net-AIM is a Perl module for AOL Instant Messenger TOC protocol.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.220.0-3
+ Revision: ee2f9fa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5153 |14cr|perl-Net-Akismet-0.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Net-Akismet
%define	upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Perl interface to Akismet - comment and trackback spam fighter 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/N/NI/NIKOLAY/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl(LWP::UserAgent)
Buildrequires:	perl-devel
Buildarch:	noarch

%description
Net::Akismet is a Perl interface to Akismet, a comment and trackback
spam fighter.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean 

%files 
%{perl_vendorlib}/Net/Akismet.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-3
+ Revision: 30ab04d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5154 |14cr|perl-Net-Amazon-0.620.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-Amazon
%define upstream_version 0.62

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.62
Release:	3

Summary:	Framework for accessing amazon.com via SOAP and XML/HTTP

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/Net-Amazon-0.62.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Net::Amazon provides an object-oriented interface to amazon.com's
SOAP and XML/HTTP interfaces. This way it's possible to create applications
using Amazon's vast amount of data via a functional interface, without
having to worry about the underlying communication mechanism.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Net
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.620.0-3
+ Revision: 3107645
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5155 |14cr|perl-Net-Appliance-Session-4.140.230-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Net-Appliance-Session
%define upstream_version 4.140230

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Net::Appliance::Phrasebook\\)'
%endif

Summary:	Run command-line sessions to network appliances

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Net-Appliance-Session/
Source:		http://www.cpan.org/modules/by-module/Net/Net-Appliance-Session-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Run command-line sessions to network appliances

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

### Clean up docs
find examples/ -type f -exec %{__chmod} a-x {} \;

%files
%doc Changes  MANIFEST META.yml README examples/
%{_mandir}/man3/*.3pm*
%{perl_vendorlib}/Net/Appliance/Session
%{perl_vendorlib}/Net/Appliance/Session.pm
%{_bindir}/nas
%{_mandir}/man1/nas.1.xz


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.140.230-3
+ Revision: 2d27e59
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5156 |14cr|perl-Net-Arping-0.20.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Arping
%define upstream_version 0.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6
Summary:	Net-Arping module for perl 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		perl-Net-Arping-0.02-overflow.patch

BuildRequires:	net1.0.2-devel
BuildRequires:	pcap-devel
BuildRequires:	perl-devel

%description
The module contains function for testing remote host reachability
by sending ARP packets. The program must be run as root or be
setuid.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
%patch0 -p0

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}" CFLAGS="%{optflags}"
# got root?
#make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorarch}/*
%{_mandir}/*/*



%changelog
* Sun Aug 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-6
+ Revision: 0df56c7
- Fix pcap BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5157 |14cr|perl-Net-BGP-0.140.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-BGP
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Net-BGP module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Pod)
BuildArch:	noarch

%description
This module is an implementation of the BGP-4 inter-domain
routing protocol. It encapsulates all of the functionality
needed to establish and maintain a BGP peering session and
exchange routing update information with the peer.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Net/BGP
%{perl_vendorlib}/Net/BGP.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-4
+ Revision: b0db328
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5158 |14cr|perl-Net-Bluetooth-0.400.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Net-Bluetooth
%define upstream_version 0.40

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Net::Bluetooth - Perl Bluetooth Interface

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/Net-Bluetooth-%{upstream_version}.tar.bz2

BuildRequires:	bluez-devel
BuildRequires:	perl-devel
Requires(pre):	bluez

%description
Net::Bluetooth - Perl Bluetooth Interface
This module creates a Bluetooth interface for Perl.

%prep
%setup -q -n Net-Bluetooth-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorarch}/Net/Bluetooth.pm
%dir %{perl_vendorarch}/auto/Net/Bluetooth
%{perl_vendorarch}/auto/Net/Bluetooth/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.400.0-5
+ Revision: 2f8ca75
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5159 |14cr|perl-Net-Bonjour-0.960.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Bonjour
%define upstream_version 0.96

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9
Summary:	Module for DNS service discovery ( Zeroconf ) 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/C/CH/CHLIGE//%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-Net-DNS
BuildRequires:	perl-devel
BuildArch:  noarch

Obsoletes:	perl-Net-Rendezvous < 0.90
Provides:	perl-Net-Rendezvous = %{version}

%description
Net::Rendezvous is a set of modules that allow one to discover local services 
via multicast DNS (mDNS) or enterprise services via traditional DNS. This 
method of service discovery has been branded as Rendezvous ( now Bonjour ) by 
Apple Computer.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
yes y | %__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# it seems the number of server changed, and therefore, 
# the test is not working as zeronf.org return more entries than
# planned
#
# disable all tests as they fail at ABF
# perl -pi -e "s/ == 2/ == 11/" t/3-enterprise.t
# make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc ChangeLog README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.960.0-9
+ Revision: c7638b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5160 |14cr|perl-Net-CIDR-0.170.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-CIDR
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.17
Release:	3

Summary:	Manipulate IPv4/IPv6 netblocks in CIDR notation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Net/Net-CIDR-0.17.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
With this module, you can manipulate IPv4/IPv6 netblocks in CIDR notation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Net
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-3
+ Revision: 3d1b8c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5161 |14cr|perl-Net-CLI-Interact-2.142.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_version 2.142010
%define upstream_name Net-CLI-Interact

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        1
Summary:        Toolkit for CLI Automation
License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/Net-CLI-Interact/
Source0:        http://www.cpan.org/authors/id/O/OL/OLIVER/%{upstream_name}-%{upstream_version}.tar.gz
BuildArch:      noarch

BuildRequires:  perl(Class::Method::Modifiers)
BuildRequires:  perl(Class::Mix)
BuildRequires:  perl(Class::MOP)
BuildRequires:  perl(Class::MOP::Class)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Basename)
BuildRequires:  perl(FileHandle)
BuildRequires:  perl(IPC::Run)
BuildRequires:  perl(List::Util)
BuildRequires:  perl(Log::Dispatch::Config)
BuildRequires:  perl(Log::Dispatch::Configurator::Any)
BuildRequires:  perl(Moo)
BuildRequires:  perl(Moose)
BuildRequires:  perl(Moose::Role)
BuildRequires:  perl(Moose::Util::TypeConstraints)
BuildRequires:  perl(MooX::Types::MooseLike::Base)
BuildRequires:  perl(Net::Telnet)
BuildRequires:  perl(Path::Class)
BuildRequires:  perl(POSIX)
BuildRequires:  perl(Test::More) >= 0.88
BuildRequires:  perl(Time::HiRes)
BuildRequires:  perl(strictures)
BuildRequires:  perl-devel

%description
Automating command line interface (CLI) interactions is not a new idea, but
can be tricky to implement. This module aims to provide a simple and
manageable interface to CLI interactions, supporting:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%check
make test

%files
%doc Changes LICENSE META.json README
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.142.10-1
+ Revision: 42eec47
- Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5162 |14cr|perl-Net-DAAP-Client-0.420.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-DAAP-Client
%define upstream_version 0.42

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Cient for Apple iTunes DAAP service

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::MD5::M4p)
BuildRequires:	perl-libwww-perl
BuildRequires:	perl(Net::DAAP::DMAP)
BuildArch:	noarch

%description
dapple is a DAAP library for Perl.  DAAP is the protocol built
on top of HTTP that Apple's iTunes 4 uses to share music.  Most
responses to DAAP requests contain a binary DMAP structure.
This is an incomplete release.  There are missing features.
See the TODO file for future plans.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc README Changes
%doc %{_mandir}/man3/*
%{perl_vendorlib}/Net/DAAP/Client.pm
%{perl_vendorlib}/Net/DAAP/Client/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.420.0-4
+ Revision: 98a6cb1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5163 |14cr|perl-Net-DAAP-DMAP-1.270.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-DAAP-DMAP
%define upstream_version 1.27

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.27
Release:	3

Summary:	Perl module for reading and writing DAAP structures

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/R/RC/RCLAMP/Net-DAAP-DMAP-1.27.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl module for reading and writing DAAP structures.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
yes y | perl Makefile.PL INSTALLDIRS=vendor
%make

#check
#make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc Changes
%doc %{_mandir}/man3/*
%{perl_vendorlib}/Net/DAAP/DMAP.pm


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.270.0-3
+ Revision: 2334168
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5164 |14cr|perl-Net-DAAP-Server-MythTV-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-DAAP-Server-MythTV
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Publish MythTV videos to DAAP clients like Apple's Front Row

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JA/JABLKO/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch
Requires:	perl(Net::DMAP::Server)

%description
MythTV is a homebrew PVR project. This module publishes MythTV videos,
including metadata, to DAAP clients like Apple's Front Row.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

mkdir -p %{buildroot}%{_bindir}
install -m 755 mythdaap %{buildroot}%{_bindir}/mythdaap

%files
%doc README
%{_bindir}/mythdaap
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-4
+ Revision: bfef8fb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5165 |14cr|perl-Net-DBus-GLib-0.33.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-DBus-GLib
%define upstream_version 0.33.0

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5
Summary:    Perl extension for the DBus GLib bindings
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: dbus-glib-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Glib)
BuildRequires: perl(Net::DBus)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel

%description
Net::DBus::GLib provides an extension to the Net::DBus module allowing
integration with the GLib mainloop. To integrate with the main loop, simply
get a connection to the bus via the methods in the Net::DBus::GLib manpage
rather than the usual the Net::DBus manpage module. That's it - every other
API remains the same.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e 's/^(\s+)GLib:/$1Glib:/' META.yml.PL

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE AUTHORS CHANGES META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.33.0-5
+ Revision: 84a67f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5166 |14cr|perl-Net-Dict-2.170.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-Dict
%define upstream_version 2.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A perl client for accessing network dictionary servers


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

# both packages provide /usr/bin/dict
Conflicts:	dictd-client

%description
Net::Dict is a perl class for looking up words and their definitions on network
dictionary servers. It provides a simple client API for the DICT network
protocol.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%install
%makeinstall_std

%files
%doc README examples
%{perl_vendorlib}/Net/*
%{_mandir}/*/*
%{_bindir}/dict
%{_bindir}/tkdict



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.170.0-2
+ Revision: 4a88c2b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5167 |14cr|perl-Net-DMAP-Server-0.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-DMAP-Server
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Base class for D[A-Z]AP servers

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Net::DAAP::DMAP)
BuildRequires:	perl(Net::Rendezvous::Publish)
BuildRequires:	perl(POE::Component::Server::HTTP)
BuildArch:	noarch

%description
A base class for D[A-Z]AP servers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%defattr(-, root, root, 0755)
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-4
+ Revision: 826c31e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5168 |14cr|perl-Net-DNS-SEC-0.190.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Net-DNS-SEC
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	DNSSEC support for Net::DNS perl module


License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Crypt::OpenSSL::Bignum)
BuildRequires:	perl(Crypt::OpenSSL::DSA)
BuildRequires:	perl(Crypt::OpenSSL::RSA) >= 0.170.0
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Digest::BubbleBabble)
BuildRequires:	perl(Net::DNS)
BuildRequires:	perl(MIME::Base32)

BuildArch:	noarch

%description
This perl modules implements DNSSEC extensions as described in
rfc 2535, 2931. With it, you can use DS, SIG, KEY and NXT record.

It extends perl-Net-DNS to manipulate these records.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm -f t/14-misc.t
chmod 755 demo/{key2ds,make-signed-keyset}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README demo
%{perl_vendorlib}/Net
%{_mandir}/man?/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-2
+ Revision: c96f5f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5169 |14cr|perl-Net-Dropbox-API-1.900.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Dropbox-API
%define upstream_version 1.9

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.9
Release:	3

Summary:	A dropbox API interface

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/Net-Dropbox-API-1.9.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Random)
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(HTTP::Request::Common)
BuildRequires:	perl(JSON)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Mouse)
BuildRequires:	perl(Net::OAuth)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildRequires:	perl(common::sense)
BuildArch:	noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.900.0-3
+ Revision: c01d8a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5170 |14cr|perl-Net-ext-1.11.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Net-ext
%define upstream_version    1.011

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5
Summary:    Net-ext module for perl

License:	GPL or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source:     http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz
# http://rt.cpan.org/Public/Bug/Display.html?id=43071
Patch:      Net-ext-fix-segfault.patch
BuildRequires:	perl-devel
#BuildArch:	noarch

%description
Net-ext module for perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
%patch -p 1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean 

%files
%doc ChangeLog README
%{perl_vendorarch}/auto/Net
%{perl_vendorarch}/Net
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.11.0-5
+ Revision: a693c7b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5171 |14cr|perl-Net-Finger-1.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Finger
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A Perl implementation of a finger client

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Net::Finger is a simple, straightforward implementation of a finger client in
Perl -- so simple, in fact, that writing this documentation is almost
unnecessary.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes
%{perl_vendorlib}/Net
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-4
+ Revision: c241f15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5172 |14cr|perl-Net-Frame-1.110.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Frame
%define upstream_version 1.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	BSD loopback layer object


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Bit::Vector)
BuildRequires:	perl(Class::Gomor)
BuildRequires:	perl(Net::IPv6Addr)
BuildRequires:	perl(Socket6)
BuildArch:	noarch

%description
*Net::Frame* is a fork of *Net::Packet*. The goal here was to greatly
simplify the use of the frame crafting framework. *Net::Packet* does many
things undercover, and it was difficult to document all the thingies.

Also, *Net::Packet* may suffer from unease of use, because frames were
assembled using layers stored in L2, L3, L4 and L7 attributes. *Net::Frame*
removes all this, and is splitted in different modules, for those who only
want to use part of the framework, and not whole framework.

Finally, anyone can create a layer, and put it on his CPAN space, because
of the modularity *Net::Frame* offers. For an example, see
*Net::Frame::Layer::ICMPv4* on my CPAN space.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.0-2
+ Revision: cf0cb6d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5173 |14cr|perl-Net-Frame-Simple-1.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Frame-Simple
%define upstream_version 1.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.05
Release:	3
Summary:	BSD loopback layer object

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/Net-Frame-Simple-1.05.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Bit::Vector)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Net::IPv6Addr)
BuildRequires:	perl(Socket6)
BuildRequires:	perl(Net::Frame)

BuildArch:	noarch

%description
*Net::Frame* is a fork of *Net::Packet*. The goal here was to greatly
simplify the use of the frame crafting framework. *Net::Packet* does many
things undercover, and it was difficult to document all the thingies.

Also, *Net::Packet* may suffer from unease of use, because frames were
assembled using layers stored in L2, L3, L4 and L7 attributes. *Net::Frame*
removes all this, and is splitted in different modules, for those who only
want to use part of the framework, and not whole framework.

Finally, anyone can create a layer, and put it on his CPAN space, because
of the modularity *Net::Frame* offers. For an example, see
*Net::Frame::Layer::ICMPv4* on my CPAN space.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test verbose=1

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-3
+ Revision: d23f41a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5174 |14cr|perl-Net-FTP-Common-7.0.0d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-FTP-Common
%define upstream_version 7.0.d

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Simplify common usages of Net::FTP 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Net::FTP)

BuildArch:	noarch

%description
This module is intended to make the common uses of Net::FTP a one-line,
no-argument affair. In other words, you have 100% programming with
Net::FTP. With Net::FTP::Common you will have 95% configuration and 5%
programming.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make} test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Net/FTP
%{perl_vendorlib}/TestConfig.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.0.0d-4
+ Revision: 89020fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5175 |14cr|perl-Net-Gadu-1.900.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Net-Gadu
%define upstream_version 1.9

Summary:	Perl module to support Gadu-Gadu protocol

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
License:	LGPLv2+
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:	libgadu-devel	>= 1.7.1
BuildRequires:  chrpath

%description
Net-Gadu is a perl module. It is intended to make it easy to add Gadu-Gadu
communication support to your scripts. It uses libgadu library.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
make test

%install
%makeinstall_std
find %{buildroot}%{perl_vendorarch} -type f | xargs chmod u+w
install ex/ex1 example.pl
chrpath -d %{buildroot}%{perl_vendorarch}/auto/Net/Gadu/Gadu.so

%clean

%files
%doc Changes README example.pl contrib
%{perl_vendorarch}/auto/Net
%{perl_vendorarch}/Net
%{_mandir}/man3/Net::Gadu.3pm*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.900.0-5
+ Revision: e009ae0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5176 |14cr|perl-Net-GitHub-0.570.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-GitHub
%define upstream_version 0.57

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl Interface for github.com

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Crypt::SSLeay)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(HTML::TreeBuilder)
BuildRequires:	perl(JSON::Any)
BuildRequires:	perl(Test::MockModule)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(WWW::Mechanize::GZip)
BuildRequires:	perl(HTTP::Request::Common)
BuildArch:	noarch

%description
Perl Interface for github.com 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/Net/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.570.0-3
+ Revision: b87758b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5177 |14cr|perl-Net-Google-1.0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Net-Google

Name:		perl-%{module}
Version:	1.0.1
Release:	9
Summary:	Simple OOP-ish interface to the Google SOAP API

License:	GPL or Artistic
Group:		Development/Perl
Source:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{module}-%{version}.tar.bz2
URL:		http://search.cpan.org/dist/%{module}
%if %{mdkversion} < 1010
BuildRequires:	perl-devel
%endif
BuildRequires:  perl(Module::Build)
BuildArch:	noarch

%description
Provides a simple OOP-ish interface to the Google SOAP API

%prep
%setup -q -n %{module}-%{version} 

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
# checking requires a Google API key

%install
./Build install destdir=%{buildroot}

%clean 

%files
%doc Changes
%{perl_vendorlib}/Net
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-9
+ Revision: e2e153d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5178 |14cr|perl-Net-Google-AuthSub-0.500.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Google-AuthSub
%define upstream_version 0.5

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A response from a Net::Google::AuthSub request

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
A response from a Net::Google::AuthSub request.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.500.0-5
+ Revision: e5b94fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5179 |14cr|perl-Net-Google-Code-0.190.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Google-Code
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Simple client library for projects hosted in Google Code

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::MMagic)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(HTML::TreeBuilder)
BuildRequires:	perl(JSON)
BuildRequires:	perl(MIME::Types)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::Mock::LWP)
BuildRequires:	perl(Test::MockModule)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(WWW::Mechanize::Link)
BuildRequires:	perl(XML::FeedPP)
BuildArch:	noarch

%description
Net::Google::Code is a simple client library for projects hosted in Google
Code.

Since 0.15, Net::Google::Code offers google's official issues api support.
Besides the new 'Net::Google::Code::Issue::list',
'Net::Google::Code::Issue::Comment::list' and
<Net::Googlel::Code::Issue::load_comments> methods, which use the api from
start, you can set '$Net::Google::Code::Issue::USE_HYBRID' to true to load,
create and update issue with the api too.

But the official api is not function complete yet( e.g. no attachment
support, can't merge, etc. ), Net::Google::Code will back to the scraping
way to accomplish those stuff.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-6
+ Revision: 6754321
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5180 |14cr|perl-Net-GPSD3-0.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-GPSD3
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Net::GPSD3 Return Satellite Object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/Net-GPSD3-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::W3CDTF)
BuildRequires:	perl(GPS::Point)
BuildRequires:	perl(IO::Socket::INET6)
BuildRequires:	perl(JSON::XS)
BuildRequires:	perl(Test::Simple)
BuildArch:	noarch

%description
Net::GPSD3 provides an object client interface to the gpsd server daemon
utilizing the version 3.1 protocol. gpsd is an open source GPS deamon from
http://gpsd.berlios.de/. Support for Version 3 of the protocol (JSON) was
adding to the daemon in version 2.90. If your daemon is before 2.90 then
please use the the Net::GPSD manpage package.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*
# %{_bindir}/perl-Net-GPSD3-Example.pl
# %{_bindir}/perl-Net-GPSD3-Handler.pl
# %{_bindir}/perl-Net-GPSD3-poll.pl
# %{_mandir}/man1/perl-Net-GPSD3-Example.pl.1*
# %{_mandir}/man1/perl-Net-GPSD3-Handler.pl.1*
# %{_mandir}/man1/perl-Net-GPSD3-poll.pl.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-3
+ Revision: 1685da2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5181 |14cr|perl-Net-IMAP-Simple-1.220.500-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-IMAP-Simple
%define upstream_version 1.2205

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Simple IMAP interface to Perl 5	



License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Strptime)
BuildRequires:	perl(DateTime::Format::Mail)
BuildRequires:	perl(Parse::RecDescent)
BuildRequires:	perl(Regexp::Common)
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(Email::MIME)
BuildArch:	noarch

%description
Perl extension for simple IMAP account handling, 
mostly compatible with Net::POP.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
yes | perl Makefile.PL INSTALLDIRS=vendor 
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Net





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.220.500-2
+ Revision: ff1c222
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5182 |14cr|perl-Net-IMAP-Simple-SSL-1.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname Net-IMAP-Simple-SSL

Summary:	SSL support for Net::IMAP::Simple

Name:		perl-%{realname}
Version:	1.3
Release:	12
License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{realname}/
Source:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{realname}-%{version}.tar.bz2

BuildRequires: perl-devel
BuildRequires: perl(IO::Socket::SSL)
Requires:	perl(Net::IMAP::Simple)
BuildArch:	noarch

%description
This module is a subclass of Net::IMAP::SImple that includes SSL support.
The interface is identical.

%prep
%setup -q -n %{realname}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Net/IMAP/Simple/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-12
+ Revision: d33c264
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5183 |14cr|perl-Net-Interface-1.12.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-Interface
%define upstream_version 1.012

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary: 	Perl extension to access network interfaces

License: 	GPL+ or Artistic
Group: 		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel


%description
Net::Interface is designed to make the use of ifconfig(1) and friends
unnecessary from within Perl.  It provides methods to get at set all the
attributes of an interface, and even create new logical or physical interfaces
(if your O/S supports it).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README*
%{_mandir}/man3/*
%{perl_vendorarch}/auto/Net
%{perl_vendorarch}/Net



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12.0-5
+ Revision: 4c6631d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5184 |14cr|perl-Net-IP-Match-Regexp-1.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-IP-Match-Regexp
%define upstream_version 1.01

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(re\\)'
%else
%define _requires_exceptions perl(re)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Efficiently match IP addresses against IP ranges via regexp

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module allows you to check an IP address against one or more IP
ranges.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc README CHANGES
%{perl_vendorlib}/Net
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-4
+ Revision: 9e63863
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5185 |14cr|perl-Net-IPv6Addr-0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name Net-IPv6Addr

Summary:	Net::IPv6Addr - check validity of IPv6 addresses

Name:		perl-%{real_name}
Version:	0.2
Release:	8
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TM/TMONROE/%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:	perl(Net::IPv4Addr)
BuildRequires:	perl(Math::Base85)
BuildArch:	noarch

%description
Net::IPv6Addr checks strings for valid IPv6 addresses, as
specified in RFC1884.  You throw possible addresses at it, it
either accepts them or throws an exception.

If Math::Base85 is installed, then this module is able to process
addresses formatted in the style referenced by RFC1924.

%prep
%setup -q -n %{real_name}-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{perl_vendorlib}/Net/IPv6Addr.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-8
+ Revision: e393d33
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5186 |14cr|perl-Net-IRC-0.790.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Net-IRC
%define upstream_version 0.79

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl interface to the Internet Relay Chat protocol

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		%{name}-0.75-workwithlocalhost.patch
Patch2:		%{name}-0.76-no-warning.patch

BuildRequires:	perl-devel
BuildArch:	noarch

%description
%{upstream_name} perl module allows you to access IRC networks with perl.
It is used to program irc bot in perl or various software.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1
%patch2 -p1

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Net
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.790.0-4
+ Revision: 74fbfb0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5187 |14cr|perl-Net-Jifty-0.140.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Jifty
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Interface to online Jifty applications

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Cwd)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(Encode) >= 2.410.0
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Hash::Merge)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Term::ReadKey)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildRequires:	perl(YAML)
BuildArch:	noarch

%description
the Jifty manpage is a full-stack web framework. It provides an optional
REST interface for applications. Using this module, you can interact with
that REST interface to write client-side utilities.

You can use this module directly, but you'll be better off subclassing it,
such as what we've done for the Net::Hiveminder manpage.

This module also provides a number of convenient methods for writing short
scripts. For example, passing 'use_config => 1' to 'new' will look at the
config file for the username and password (or SID) of the user. If neither
is available, it will prompt the user for them.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/Net/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-4
+ Revision: be0f6d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5188 |14cr|perl-Net-Kismet-0.04-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Net-Kismet

Summary:	Net::Kismet perl module

Name:		perl-%{module}
Version:	0.04
Release:	10
License:	GPL
Group:		Development/Perl
Requires:	perl
BuildRequires:	perl-devel
URL:		http://www.kismetwireless.net/
Source:		%{module}-%{version}.tar.bz2
BuildArch:	noarch

%description
A perl module to make writing Kismet clients in perl much simpler.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README MANIFEST Changes
%{perl_vendorlib}/Net/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.04-10
+ Revision: 10e2eb2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5189 |14cr|perl-Net-LDAPapi-3.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Net-LDAPapi
%define modparent Net
%define modname LDAPapi

Summary:	Perl bindings for LDAP client library

Name:		perl-%{module}
Version:	3.0.3
Release:	6
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{module}-%{version}.tar.gz
BuildRequires:	openldap-devel
BuildRequires:	glibc-devel
%if %{?mdkversion:1}%{?!mdkversion:0}
BuildRequires:	perl-devel >= 5.8.0
%endif

%description
Perl bindings for LDAP client library

%prep

%setup -q -n %{module}-%{version}

%build
#find -name \*.pm | xargs chmod 644
%{__perl} Makefile.PL INSTALLDIRS=vendor -sdk 1 -lib_path %{_libdir} -include_path %{_includedir}
%make

%check
#make test

%install

%makeinstall_std

%clean

%files
%doc Credits Changes examples
%{perl_vendorarch}/%{modparent}/*.pm
%{perl_vendorarch}/auto/%{modparent}/%{modname}
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.3-6
+ Revision: e8f1dd1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5190 |14cr|perl-Net-LDAP-HTMLWidget-0.70.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-LDAP-HTMLWidget
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Like FromForm but with Net::LDAP and HTML::Widget

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%upstream_name/
Source0:	http://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBIx::Class::HTMLWidget)
BuildArch:	noarch

%description
Something like Class::DBI::FromForm / Class::DBI::FromCGI but using
HTML::Widget for form creation and validation and Net::LDAP.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Net/LDAP/HTMLWidget.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-4
+ Revision: 77c91b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5191 |14cr|perl-Net-LDAP-Server-0.430.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-LDAP-Server
%define upstream_version 0.43

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	LDAP server side protocol handling

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Convert::ASN1)
BuildRequires:	perl(Net::LDAP)

BuildArch:	noarch

%description
LDAP server side protocol handling.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changelog README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.430.0-4
+ Revision: 57e0cb0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5192 |14cr|perl-Net-LDAP-Server-Test-0.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-LDAP-Server-Test
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.19
Release:	3

Summary:	Test Net::LDAP code

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/Net-LDAP-Server-Test-0.19.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Dump)
BuildRequires:	perl(IO::Select)
BuildRequires:	perl(IO::Socket)
BuildRequires:	perl(Net::LDAP)
BuildRequires:	perl(Net::LDAP::Server)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
Now you can test your Net::LDAP code without having a real LDAP server
available.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-3
+ Revision: ff4df5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5193 |14cr|perl-Net-Libdnet-0.980.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Libdnet
%define upstream_version 0.98
Name:       perl-%{upstream_name}
Version:    %perl_convert_version 0.98
Release:	3

Summary:    Perl interface to libdnet

License:    BSD
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/Net-Libdnet-0.98.tar.gz
BuildRequires:  libdnet-devel
BuildRequires:  perl(Class::Gomor::Array)
BuildRequires:	perl-devel

%description
perl-Net-Libdnet provides perl bindings to the dnet library

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%serverbuild
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$CFLAGS -fno-PIE" LIBS="-L%{_libdir} -ldnet" INC="-I%{_includedir}"
%make LD_RUN_PATH=""

%check
make test

%install
%makeinstall_std

%clean

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{_bindir}/*
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Net
%{_mandir}/man?/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.980.0-3
+ Revision: 4cb5f4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5194 |14cr|perl-Net-LibIDN-0.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-LibIDN
%define upstream_version 0.12

Summary: 	Perl bindings for GNU LibIDN

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release: 	3
License: 	GPL+ or Artistic
Group: 		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TH/THOR/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	idn-devel >= 0.4.0
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)

%description
Provides perl bindings for GNU Libidn, a C library for handling
Internationalized Domain Names according to IDNA (RFC 3490), in a way very
much inspired by Turbo Fredriksson's PHP-IDN.

%prep

%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor LIBS="-lidn"

make OPTIMIZE="%{optflags}"

# Change man page encoding into UTF-8
iconv -f latin1 -t utf-8 -o "blib/man3/Net::LibIDN.3pm.utf8" "blib/man3/Net::LibIDN.3pm"
mv -f "blib/man3/Net::LibIDN.3pm.utf8" "blib/man3/Net::LibIDN.3pm"

%install

%makeinstall_std

%check
%make test

%files
%doc Artistic Changes README
%{perl_vendorarch}/Net
%{perl_vendorarch}/auto/Net
%{_mandir}/man3/*.3pm*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-3
+ Revision: 73fbd25
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5195 |14cr|perl-Net-Lighthouse-0.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Lighthouse
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	A Perl interface to lighthouseapp.com
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(LWP)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Mouse)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::Mock::LWP)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(XML::TreePP)
BuildRequires:	perl(YAML::Syck)
BuildArch:	noarch

%description
A Perl interface to lighthouseapp.com, by means of its official api.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-5
+ Revision: aac66ce
- Disable tests for now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5196 |14cr|perl-Net-MAC-2.103.622-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Net-MAC
%define upstream_version 2.103622

Summary:	Perl extension for representing and manipulating MAC addresses

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	LGPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Net-MAC/
Source: 	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz
BuildArch:	noarch
BuildRequires:	perl-devel

%description
Perl extension for representing and manipulating MAC addresses.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes MANIFEST META.yml README
%{_mandir}/man3/Net::MAC.3pm*
%{perl_vendorlib}/Net/MAC.pm




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.103.622-4
+ Revision: f2c80d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5197 |14cr|perl-Net-MAC-Vendor-1.190.100-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-MAC-Vendor
%define upstream_version 1.1901

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.1901
Release:	3

Summary:	Look up the vendor for a MAC

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Net/Net-MAC-Vendor-1.1901.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Institute of Electrical and Electronics Engineers (IEEE) assigns an
Organizational Unique Identifier (OUI) to manufacturers of network interfaces.
Each interface has a Media Access Control (MAC) address of six bytes. The first
three bytes are the OUI.

This module allows you to take a MAC address and turn it into the OUI and
vendor information.  You can, for instance, scan a network, collect MAC
addresses, and turn those addresses into vendors.  With vendor information, you
can often guess at what what you are looking at (e.g. an Apple product).

You can use this as a module as its individual functions, or call it as a
script with a list of MAC addresses as arguments. The module can figure it out.

This module tries to persistently cache with DBM::Deep the OUI information so
it can avoid using the network. If it cannot load DBM::Deep, it uses a normal
hash (which is lost when the process finishes). You can preload this cache with
the load_cache() function. So far, the module looks in the current working
directory for a file named mac_oui.db to find the cache. I need to come up with
a way to let the user set that location.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}" CFLAGS="%{optflags}"

# make test dies...
# make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.190.100-3
+ Revision: d190b2f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5198 |14cr|perl-Net-MySQL-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-MySQL
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.11
Release:	3

Summary:	Pure Perl MySQL network protocol interface

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/Net-MySQL-0.11.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Socket)
BuildRequires:	perl(Digest::SHA1)
BuildArch:	noarch

%description
Net::MySQL is a Pure Perl client interface for the MySQL database. This
module implements network protocol between server and client of MySQL, thus
you don't need external MySQL client library like libmysqlclient for this
module to work. It means this module enables you to connect to MySQL server
from some operation systems which MySQL is not ported. How nifty!

Since this module's final goal is to completely replace DBD::mysql, API is
made similar to that of DBI.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Net


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: 322a3c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5199 |14cr|perl-Net-NBName-0.260.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-NBName
%define upstream_version 0.26

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	NetBIOS Name Service Requests

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		Net-NBName-0.25-shellbang.diff

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Net::NBName is a class that allows you to perform simple NetBIOS Name
Service Requests in your Perl code. It performs these NetBIOS operations over
TCP/IP using Perl's built-in socket support.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e 's/\r\n$/\n/' bin/* README Changes
%patch0 -p1

%build
perl Makefile.PL INSTALLDIRS=vendor 
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/namequery.pl
%{_bindir}/nodescan.pl
%{_bindir}/nodestat.pl
%{perl_vendorlib}/Net
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.260.0-4
+ Revision: ea46cbe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5200 |14cr|perl-Net-NIS-0.440.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-NIS
%define upstream_version 0.44

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:	NIS interface to Perl 5	

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:  tirpc-devel

%description
This is a snapshot release of the NIS interface to Perl 5.  There are
three parts to the interface: the raw component (Net::NIS), the object-
oriented component (Net::NIS::Table), and the tied interface (Net::NIS).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
%make OPTIMIZE="%{optflags}"
# (sb) known to fail:
#  http://nntp.x.perl.org/group/perl.cpan.testers/58036 (and more)
#make test

%install
%makeinstall_std 

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorarch}/Net
%{perl_vendorarch}/auto/Net



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.440.0-3
+ Revision: 8cccebc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5201 |14cr|perl-Net-Nslookup-2.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Nslookup
%define upstream_version 2.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Provide nslookup(1)-like capabilities

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/Net-Nslookup-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Net::DNS)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Net::Nslookup provides the capabilities of the standard UNIX command line
tool nslookup(1). Net::DNS is a wonderful and full featured module, but
quite often, all you need is `nslookup $host`. This module provides that
functionality.

Net::Nslookup exports a single function, called 'nslookup'. 'nslookup' can
be used to retrieve A, PTR, CNAME, MX, and NS records.

  my $a  = nslookup(host => "use.perl.org", type => "A");

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.40.0-3
+ Revision: 249b66e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5202 |14cr|perl-Net-OAuth-0.280.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-OAuth
%define upstream_version 0.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.28
Release:	3

Summary:	An OAuth protocol response for an Request Token

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/Net-OAuth-0.28.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(Digest::HMAC_SHA1)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(Encode)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(Module::Build::Compat)

BuildArch:	noarch

%description
OAUTH MESSAGES
    An OAuth message is a set of key-value pairs. The following message
    types are supported:

    Requests

    * * Request Token (Net::OAuth::RequestTokenRequest)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.280.0-3
+ Revision: e4fd37c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5203 |14cr|perl-Net-OpenDHT-0.330.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-OpenDHT
%define upstream_version 0.33

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Module to access the Open Distributed Hash Table (Open DHT)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(App::Cache)
BuildRequires:	perl(Class::Accessor::Chained)
BuildRequires:	perl(XML::LibXML)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Exception)
BuildArch:	noarch

%description
The Net::OpenDHT module provides a simple interface to the Open DHT service. 
Open DHT is a publicly accessible distributed hash table (DHT) service. In 
contrast to the usual DHT model, clients of Open DHT do not need to run a 
DHT node in order to use the service. Instead, they can issue put and get 
operations to any DHT node, which processes the operations on their behalf. No
credentials or accounts are required to use the service, and the available 
storage is fairly shared across all active clients.

This service model of DHT usage greatly simplifies deploying client 
applications. By using Open DHT as a highly-available naming and storage 
service, clients can ignore the complexities of deploying and maintaining 
a DHT and instead concentrate on developing more sophisticated distributed 
applications.

What this essentially gives you as a Perl author is robust storage for a small 
amount of data. This can be used as a distributed cache or data store.

Read the following for full semantics about the Open DHT:

  http://opendht.org/users-guide.html


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# (misc) test are disabled because they do not work on the cluster
#make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{perl_vendorlib}/Net
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.330.0-4
+ Revision: 9d3c9dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5204 |14cr|perl-Net-OpenID-Common-1.180.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-OpenID-Common
%define upstream_version 1.18

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Support for the Simple Registration extension (SREG)

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Crypt::DH::GMP)
BuildRequires: perl(Encode)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.310.0
BuildRequires: perl(HTML::Parser) >= 3.400.0
BuildRequires: perl(HTTP::Headers::Util)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Status)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Math::BigInt)
BuildRequires: perl(Test::More)
BuildRequires: perl(Time::Local)
BuildRequires: perl(XML::Simple)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module provides an implementation of the Yadis protocol, which does
XRDS-based service discovery on URLs.

This module was originally developed by OHTSUKA Ko-hei as the
Net::Yadis::Discovery manpage, but was forked and simplified for inclusion
in the core OpenID Consumer package.

This simplified version is tailored for the needs of Net::OpenID::Consumer;
for other uses, the Net::Yadis::Discovery manpage is probably a better
choice.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes INSTALL LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.180.0-3
+ Revision: 95512fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5205 |14cr|perl-Net-OpenID-Consumer-1.150.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-OpenID-Consumer
%define upstream_version 1.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Object representing a verified OpenID identity

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Net::OpenID::Common)
BuildRequires:	perl(Crypt::DH)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Time::Local)
BuildRequires:	perl(URI)
BuildRequires:	perl(XML::Simple)
BuildRequires:	perl(CGI)
BuildArch:	noarch

%description
This module provides an implementation of the Yadis protocol, which does
XRDS-based service discovery on URLs.

This module was originally developed by OHTSUKA Ko-hei as the
Net::Yadis::Discovery manpage, but was forked and simplified for inclusion
in the core OpenID Consumer package.

This simplified version is tailored for the needs of Net::OpenID::Consumer;
for other uses, the Net::Yadis::Discovery manpage is probably a better
choice.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.150.0-3
+ Revision: ef0c3b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5206 |14cr|perl-Net-OpenID-Server-1.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-OpenID-Server
%define upstream_version 1.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Library for building your own OpenID server


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(Net::OpenID::Common)
BuildRequires:	perl(Crypt::DH)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
This is the Perl API for (the server half of) OpenID, a distributed
identity system based on proving you own a URL, which is then your
identity. More information is available at:

  http://openid.net/

As of version 1.01 this module has support for both OpenID 1.1 and 2.0.
Prior to this, only 1.1 was supported.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc 
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.90.0-3
+ Revision: f68f821
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5207 |14cr|perl-Net-OpenSSH-0.620.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-OpenSSH
%define upstream_version 0.62

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Perl SSH client package implemented on top of OpenSSH

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	openssh-clients
Requires:	openssh-clients
BuildArch:	noarch

%description
Net::OpenSSH is a secure shell client package implemented on top of OpenSSH
binary client ('ssh').

This package is implemented around the multiplexing feature found in
later versions of OpenSSH. That feature allows reuse of a previous SSH
connection for running new commands (I believe that OpenSSH 4.1 is the
first one to provide all the required functionality).

When a new Net::OpenSSH object is created, the OpenSSH 'ssh' client is
run in master mode, establishing a permanent (actually, for the
lifetime of the object) connection to the server.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.620.0-2
+ Revision: c42b419
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5208 |14cr|perl-NetPacket-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    NetPacket
%define upstream_version 1.1.1

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Assemble and disassemble ethernet packets

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Module::Build::Compat)

BuildArch: noarch

%description
'NetPacket' provides a base class for a cluster of modules related to
decoding and encoding of network protocols. Each 'NetPacket' descendent
module knows how to encode and decode packets for the network protocol it
implements. Consult the documentation for the module in question for
protocol-specific implementation.

Note that there is no inheritance in the 'NetPacket::' cluster of modules
other than each protocol module being a 'NetPacket'. This was seen to be
too restrictive as imposing inheritance relationships (for example between
the IP, UDP and TCP protocols) would make things like tunneling or other
unusual situations difficult.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-4
+ Revision: a7667b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5209 |14cr|perl-Net-Packet-3.270.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-Packet
%define upstream_version 3.27

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A framework to easily send and receive frames from layer 2 to layer 7

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	chrpath
BuildRequires:	pcap-devel
BuildRequires:	perl(Bit::Vector)
BuildRequires:	perl(Class::Gomor::Hash)
BuildRequires:	perl(IO::Interface)
BuildRequires:	perl(Net::IPv6Addr)
BuildRequires:	perl(Net::Libdnet)
BuildRequires:	perl(Net::Pcap)
BuildRequires:	perl(Net::Write)
BuildRequires:	perl(Socket6)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
This module is a unified framework to craft, send and receive
packets at layers 2, 3, 4 and 7.  Basically, you forge each layer
of a frame (Net::Packet::IPv4 for layer 3, Net::Packet::TCP for
layer 4 ; for example), and pack all of this into a
Net::Packet::Frame object. Then, you can send the frame to the
network, and receive it easily, since the response is
automatically searched for and matched against the request.  If
you want some layer 2, 3 or 4 protocol encoding/decoding to be
added, just ask, and give a corresponding .pcap file ;)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

# this won't work, but partly works as root...
#make test

%install
%makeinstall_std

%files
%doc Changes README examples
%{perl_vendorlib}/Net
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.270.0-4
+ Revision: 381151d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5210 |14cr|perl-Net-Pcap-0.170.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Net-Pcap
%define upstream_version 0.17

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 0.17
Release:	3

Summary:	Interface to pcap(3) LBL packet capture library 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Net/Net-Pcap-0.17.tar.gz

BuildRequires:	libpcap-devel
BuildRequires:	perl-devel

%description
Net::Pcap is a Perl binding to the LBL pcap(3) library.
The README for libpcap describes itself as:

"a system-independent interface for user-level packet capture.
libpcap provides a portable framework for low-level network
monitoring.  Applications include network statistics collection,
security monitoring, network debugging, etc."

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor --defaultdeps
%make

%check
%__make test

%install
%makeinstall_std
%__rm -rf %{buildroot}%{perl_archlib}/perllocal.pod
%__rm -rf %{buildroot}%{perl_archlib}/Net/._Pcap.pm

%clean

%files
%doc README
%{perl_vendorarch}/Net
%{perl_vendorarch}/auto/Net
%{_mandir}/man3/*
%{_mandir}/man1/*
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-3
+ Revision: 3b6afbf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5211 |14cr|perl-Net-Ping-2.410.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Ping
%define upstream_version 2.41

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	TCP, UDP, or ICMP ping

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/Net-Ping-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test)
BuildArch:	noarch

%description
This module contains methods to test the reachability of remote hosts on a
network. A ping object is first created with optional parameters, a
variable number of hosts may be pinged multiple times and then the
connection is closed.

You may choose one of six different protocols to use for the ping. The
"tcp" protocol is the default. Note that a live remote host may still fail
to be pingable by one or more of these protocols. For example,
www.microsoft.com is generally alive but not "icmp" pingable.

With the "tcp" protocol the ping() method attempts to establish a
connection to the remote host's echo port. If the connection is
successfully established, the remote host is considered reachable. No data
is actually echoed. This protocol does not require any special privileges
but has higher overhead than the "udp" and "icmp" protocols.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.410.0-3
+ Revision: fbe87c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5212 |14cr|perl-Net-Proxy-0.120.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-Proxy
%define	upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Framework for proxying network connections in many ways

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::Pod)
BuildArch:	noarch

%description
A Net::Proxy object represents a proxy that accepts connections and then relays
the data transfered between the source and the destination.
The goal of this module is to abstract the different methods used to connect 
from the proxy to the destination.

A proxy is a program that transfer data across a network boundary between a 
client and a server. Net::Proxy introduces the concept of "connectors" 
(implemented as Net::Proxy::Connector subclasses), which abstract the server 
part (connected to the client) and the client part (connected to the server) 
of the proxy.
This architecture makes it easy to implement specific techniques to cross a 
given network boundary, possibly by using a proxy on one side of the network 
fence, and a reverse-proxy on the other side of the fence.

This package also contains utilities such as connect-tunnel and sslh.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# Disable tests - can fail inside LXC at ABF
# %check
# make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Net
%{_mandir}/*/*
%{_bindir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-4
+ Revision: afbcabc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5213 |14cr|perl-Net-Raddle-0.08-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define upstream_name Net-Raddle

Name:		perl-%{upstream_name}
Version:	0.08
Release:	5
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Raddle network emulator

Url:		http://raddle.sourceforge.net/
Source:		http://downloads.sourceforge.net/project/raddle/raddle/%{version}/Net-Raddle-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(NetSNMP::ASN)
BuildRequires:	perl(Date::Calc)

%description
Raddle is a network emulation framework. It is particularly useful when testing
network management systems or teaching people to use them.

%prep
%setup -q -n %{upstream_name}-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGELOG INSTALLATION LICENCE README examples
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.08-5
+ Revision: e908712
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5214 |14cr|perl-Net-Radius-2.103.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Net-Radius
%define upstream_version 2.103

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	Object-oriented Perl interface to RADIUS

License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Test::Warn)
BuildArch:	noarch

%description
The modules included here provide an interface to the RADIUS
protocol. It consists of the following modules:

Net::Radius::Packet - Deals with RADIUS packets
Net::Radius::Dictionary - Deals with RADIUS dictionaries

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README* examples
%{perl_vendorlib}/Net
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.103.0-5
+ Revision: 99a0b2e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5215 |14cr|perl-Net-RawIP-0.250.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-RawIP
%define upstream_version 0.25

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	4

Summary:	Net::RawIP - a perl module can to manipulate raw IP packets

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	libpcap-devel
BuildRequires:  perl(List::MoreUtils)
BuildRequires:	perl-devel

%description
This is Net::RawIP, a perl module can to manipulate raw IP packets,
with an optional feature for manipulating Ethernet headers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# fix attribs
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

perl -pi -e 's!/usr/lib!%{_libdir}!g' Makefile.PL

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README README.Devel examples
%{perl_vendorarch}/auto/Net
%{perl_vendorarch}/Net
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.250.0-4
+ Revision: 22adf6d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5216 |14cr|perl-Net-Redmine-0.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Redmine
%define upstream_version 0.09

# for some old reason, perl(pQuery) is not provided
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(pQuery\\)'
%else
%define _requires_exceptions perl\(pQuery\)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.09
Release:	3

Summary:	Represents a ticket

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/Net-Redmine-0.09.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(DateTime::Format::DateParse)
BuildRequires:	perl(DateTimeX::Easy)
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::WikiConverter)
BuildRequires:	perl(HTML::WikiConverter::Markdown)
BuildRequires:	perl(IO::All)
BuildRequires:	perl(IO::String)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Quantum::Superpositions)
BuildRequires:	perl(Test::Cukes)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::CSV::Slurp)
BuildRequires:	perl(Text::Greeking)
BuildRequires:	perl(URI)
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(Exporter::Lite)
BuildRequires:	perl(WWW::Mechanize)
BuildRequires:	perl-pQuery
BuildRequires:	perl(Regexp::Common)
BuildRequires:	perl(Regexp::Common::Email::Address)

Requires:	perl-pQuery

BuildArch: noarch

%description
Net::Redmine is an mechanized-based programming API against redmine server.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-3
+ Revision: 724f4ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5217 |14cr|perl-Net-Rendezvous-Publish-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Rendezvous-Publish
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Module to publish Rendezvous services 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Lvalue)
BuildRequires:	perl(Module::Pluggable)
BuildArch:	noarch
Requires:	perl-Net-Rendezvous-Publish-Backend

%description
Net::Rendezvous::Publish allows you to publish Zeroconf ( or Rendezvous, or
Bonjour ) services, using a mDNS responder

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc Changes 
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: e3d2f81
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5218 |14cr|perl-Net-Rendezvous-Publish-Backend-Avahi-0.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Rendezvous-Publish-Backend-Avahi
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Publish zeroconf data with the Avahi library

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Net/Net-Rendezvous-Publish-Backend-Avahi-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Module::Build)
BuildRequires: perl(Net::DBus)
BuildRequires: perl(Net::Rendezvous::Publish)
Provides:	perl-Net-Rendezvous-Publish-Backend
BuildArch:	noarch

%description
This module publishes zeroconf data with the Avahi library
It is a backend for the Net::Rendezvous::Publish module.

%prep
%setup -q -n Net-Rendezvous-Publish-Backend-Avahi-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%{perl_vendorlib}/Net/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-3
+ Revision: bf16fad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5219 |14cr|perl-Net-Rendezvous-Publish-Backend-Howl-0.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Net-Rendezvous-Publish-Backend-Howl
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Backend module using howl for Net::Rendezvous
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org//CPAN/authors/id/R/RC/RCLAMP/%{upstream_name}-%{upstream_version}.tar.bz2
Source1:	%{name}.rpmlintrc

BuildRequires:	pkgconfig(howl)
BuildRequires:	perl(Net::Rendezvous)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(ExtUtils::ParseXS)
BuildRequires:	perl(ExtUtils::CBuilder)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(Class::Accessor::Lvalue)
BuildRequires:	perl-devel 

%description
This module interfaces to the Porchdog's Howl library in order to allow 
service publishing.
It is used by Net::Rendezvous::Publish, in order to adapt to
different mDns implementation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL INSTALLDIRS=vendor

%check
# requires mdns running
#./Build test

%install
./Build install destdir=%{buildroot} installdirs=vendor

%files
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-4
+ Revision: a055671
- Fix howl BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5220 |14cr|perl-Net-SCP-0.80.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-SCP
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Net::SSH)
BuildRequires:	perl(String::ShellQuote)
BuildArch:	noarch

%description
Simple wrappers around ssh and scp commands.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc README
%{perl_vendorlib}/Net
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-4
+ Revision: 7f0be98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5221 |14cr|perl-Net-SFTP-0.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-SFTP
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Secure File Transfer Protocol client

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/D/DB/DBROBINS/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Net::SSH::Perl)
BuildArch:	noarch

%description
This is Net::SFTP, a module implementing a client for the Secure
File Transfer Protocol.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Net
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-4
+ Revision: 33ba2df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5222 |14cr|perl-Net-SMTP-TLS-0.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-SMTP-TLS
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	TLS and AUTH enabled mail client

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::HMAC_MD5)
BuildRequires:	perl(IO::Socket::INET)
BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Net::SSLeay)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
*Net::SMTP::TLS* is a TLS and AUTH capable SMTP client which offers an
interface that users will find familiar from the Net::SMTP manpage.
*Net::SMTP::TLS* implements a subset of the methods provided by that
module, but certainly not (yet) a complete mirror image of that API.

The methods supported by *Net::SMTP::TLS* are used in the above example.
Though self explanatory for the most part, please see the perldoc for the
Net::SMTP manpage if you are unclear.

The differences in the methods provided are as follows:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-5
+ Revision: e974498
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5223 |14cr|perl-Net-SMTP-TLS-ButMaintained-0.240.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-SMTP-TLS-ButMaintained
%define upstream_version 0.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.24
Release:	3

Summary:	An SMTP client supporting TLS and AUTH

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/Net-SMTP-TLS-ButMaintained-0.24.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::HMAC_MD5)
BuildRequires:	perl(IO::Socket::INET)
BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Net::Cmd)
BuildRequires:	perl(Net::SSLeay)
BuildArch:	noarch

%description
*Net::SMTP::TLS::ButMaintained* is forked from the Net::SMTP::TLS manpage.
blame 'Evan Carroll' for the idea. :)

*Net::SMTP::TLS::ButMaintained* is a TLS and AUTH capable SMTP client which
offers an interface that users will find familiar from the Net::SMTP
manpage. *Net::SMTP::TLS::ButMaintained* implements a subset of the methods
provided by that module, but certainly not (yet) a complete mirror image of
that API.

The methods supported by *Net::SMTP::TLS::ButMaintained* are used in the
above example. Though self explanatory for the most part, please see the
perldoc for the Net::SMTP manpage if you are unclear.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.240.0-3
+ Revision: b4e044c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5224 |14cr|perl-Net-Snort-Parser-1.36-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Net-Snort-Parser

Summary:	A simple yet complicated rules maintance system for Snort

Name:		perl-%{module}
Version:	1.36
Release:	7
License:	BSD
Group:		Development/Perl
URL:		http://www.shmoo.com/~bmc/software/snortconfig/
Source0:	http://www.shmoo.com/~bmc/software/snortconfig/%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch
Provides:	snortconfig

%description
snortconfig is a rules modification system for snort that is generated from a
configuration file. This allows a user to keep their ruleset updated without
too much of a headache. Configuration is done using a basic INI style
configuration. 

snortconfig supports three methods of configuration of rules. The methods are
specifing what rules to apply changes to. These methods are files, sids, and
classifications. This allows make broad changes to snort rules very quickly.

%prep

%setup -q -n %{module}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%makeinstall_std

%clean 
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc README examples
%attr(0755,root,root) %{_bindir}/snortconfig
%{perl_vendorlib}/Net/Snort/Parser/*.pm
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.36-7
+ Revision: fe7b40e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5225 |14cr|perl-Net-SSH-0.90.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-SSH
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Simple wrappers around ssh commands.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%defattr(644,root,root,755)
%doc README
%{perl_vendorlib}/Net
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-4
+ Revision: f7c53b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5226 |14cr|perl-Net-SSH2-0.530.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-SSH2
%define upstream_version 0.53

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:	Support for the SSH 2 protocol via libSSH2

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Net/Net-SSH2-%{upstream_version}.tar.gz

BuildRequires:	pkgconfig(libssh2)
BuildRequires:	perl(Term::ReadKey)
Buildrequires:	perl-devel

%description
Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org) library.
It supports the SSH2 protocol (there is no support for SSH1) with all of the
key exchanges, ciphers, and compression of libssh2.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

perl -pi -e 's~^my \$inc.*~my \$inc = "%{_includedir}";~' Makefile.PL
perl -pi -e 's~^my \$lib.*~my \$lib = "%{_libdir}";~' Makefile.PL

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"


%check
%make test

%clean

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorarch}/Net
%{perl_vendorarch}/auto/Net
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.530.0-3
+ Revision: 8829c2f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5227 |14cr|perl-Net-SSH-Expect-1.90.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-SSH-Expect
%define upstream_version 1.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	An ssh wrapper to execute remote commands

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Expect)
BuildArch:	noarch

%description
This module is a wrapper to the _ssh_ executable that is available in your
system's _$PATH_. Use this module to execute commands on the remote SSH
server. It authenticates with the user and password you passed in the
constructor's attributes 'user' and 'password'.

Once an ssh connection was started using the 'connect()' method it will
remain open until you call the 'close()' method. This allows you execute as
many commands as you want with the 'exec()' method using only one
connection. This is a better approach over other ssh wrapper
implementations, i.e: Net::SCP, Net::SSH and Net::SCP::Expect, that start a
new ssh connection each time a remote command is issued or a file is
transfered.

It uses _Expect.pm_ module to interact with the SSH server. A
'get_expect()' method is provided so you can obtain the internal 'Expect'
object connected to the SSH server. Use this only if you have some special
need that you can't do with the 'exec()' method.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.90.0-5
+ Revision: 9609194
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5228 |14cr|perl-Net-SSH-Perl-1.370.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Net-SSH-Perl
%define upstream_version 1.37

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Perl client Interface to SSH


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Math::Pari)
BuildRequires:	perl(Math::GMP)
BuildRequires:	perl(String::CRC32)
BuildRequires:	perl(Convert::PEM)
BuildRequires:	perl(Crypt::IDEA)
BuildRequires:	perl(Crypt::DH)
BuildRequires:	perl(Crypt::DSA)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(Digest::HMAC)
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Digest::BubbleBabble)
BuildRequires:	perl(Crypt::RSA)
BuildArch:	noarch

%description
Net::SSH::Perl is an all-Perl module implementing an SSH
(Secure Shell) client. It is compatible with both the SSH-1
and SSH-2 protocols.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
# test hang... :\
# make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Net
%{_mandir}/man*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.370.0-2
+ Revision: 5268169
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5229 |14cr|perl-Net-Syslog-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name    Net-Syslog
%define  upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl extension for sending syslog messages directly to a remote syslogd

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Net::Syslog implements the intra-host syslog forwarding protocol.
It is not intended to replace the Sys::Syslog or
Unix::Syslog modules, but instead to provide a method of using syslog when a
local syslogd is unavailable or when you don't want to write syslog messages
to the local syslog.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Net/Syslog.pm
%{_mandir}/man*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: c173a0e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5230 |14cr|perl-Net-Telnet-Cisco-1.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Telnet-Cisco
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Net-Telnet-Cisco Perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Net::Telnet::Cisco adds additional functionality to 
Net::Telnet that helps you automate Cisco router management
and statistic gathering.

%prep
%setup -q -n %{name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std

%files
%{perl_vendorlib}/Net/Telnet/*
%{perl_vendorlib}/auto/Net/Telnet/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-4
+ Revision: 23cfcc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5231 |14cr|perl-Net-TFTP-0.190.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-TFTP
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Net::TFTP - TFTP Client class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::MockModule)
BuildRequires:	perl(Test::Warn)

BuildArch:	noarch

%description
Net::TFTP is a class implementing a simple Trivial File Transfer Protocol
client in Perl as described in RFC1350. Net::TFTP also supports the
TFTP Option Extension (as described in RFC2347), with the following options

RFC2348 Blocksize Option

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{perl_vendorlib}/Net/TFTP.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-4
+ Revision: f9d6f39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5232 |14cr|perl-Net-Tor-Servers-0.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Tor-Servers
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl extension to query a Tor Directory and collect information on servers

License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/AJDIXON/Net-Tor-Servers-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module was written to make life a little easier for me when I have
been developing a dymanic blocklist for educational institutions to prevent
students from being able to circumvent legally required content filtering
systems.

Its nothing special, just a quick and easy way to get the data together in
an array.

%prep
%setup -qc

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-3
+ Revision: 5abc164
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5233 |14cr|perl-Net-Trac-0.160.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Trac
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Simple client library for a remote Trac instance

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTTP::Date)
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(Lingua::EN::Inflect)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Text::CSV)
BuildRequires:	perl(URI)
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(WWW::Mechanize)
BuildArch:	noarch

%description
Net::Trac is simple client library for a remote Trac instance. Because Trac
doesn't provide a web services API, this module currently "fakes" an RPC
interface around Trac's webforms and the feeds it exports. Because of this,
it's somewhat more brittle than a true RPC client would be.

As of now, this module has been tested against Trac 10.4 and Trac 11.0.

The author's needs for this module are somewhat modest and its current
featureset reflects this. Right now, only basic read/write functionality
for Trac's tickets is provided. Patches would be gratefully appreciated.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# (misc, 30/04/2010) 
# tests do not work
# https://rt.cpan.org/Ticket/Display.html?id=57063 
#make test

%install
%makeinstall_std

%files
%doc META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Net



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-4
+ Revision: 079e99b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5234 |14cr|perl-Net-Traceroute-1.150.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Traceroute
%define upstream_version 1.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Net-Traceroute module for perl 


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements traceroute(1) functionality for perl5. It
allows you to trace the path IP packets take to a destination. It
is currently implemented as a parser around the system traceroute
command.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make OPTIMIZE="%{optflags}" CFLAGS="%{optflags}"

%check
# make test dies...
# make test

%install
%makeinstall_std

%files
%doc ChangeLog README TODO
%{perl_vendorlib}/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.150.0-2
+ Revision: 99b8f1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5235 |14cr|perl-Net-Twitter-4.10.40-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Twitter
%define upstream_version 4.01004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A definition of the TwitterVision API as a Moose role


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Test::Warn)
BuildRequires: perl(MooseX::Aliases)
BuildRequires: perl(Carp::Clan)
BuildRequires: perl(Module::Build)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Crypt::SSLeay)
BuildRequires:	perl(Data::Visitor::Callback)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Strptime)
BuildRequires:	perl(Devel::StackTrace)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTTP::Request::Common)
BuildRequires:	perl(JSON::Any)
BuildRequires:	perl(JSON::XS)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Exporter)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(MooseX::MultiInitArg)
BuildRequires:	perl(Net::Netrc)
BuildRequires:	perl(Net::OAuth)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(URI)
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
The micro-blogging service the http://identi.ca manpage provides a Twitter
compatible API. This module simply creates an instance of 'Net::Twitter'
with the 'identica' option set.

See the Net::Twitter manpage for full documentation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.10.40-2
+ Revision: d915c93
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5236 |14cr|perl-Net-UPnP-1.4.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-UPnP
%define upstream_version 1.4.2

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl extension for UPnP

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

BuildArch:	noarch

%description
This package provides some functions to control UPnP devices.

Currently, the package provides only functions for the control point. To
control UPnP devices, see the Net::UPnP::ControlPoint manpage.

As a sample of the control point, the package provides the
Net::UPnP::AV::MediaServer manpage to control the devices such as DLNA
media servers. As the example, please dms2vodcast.pl that converts from the
MPEG2 movies to the MPEG4 one and outputs the RSS file for Vodcasting.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-5
+ Revision: 0263642
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5237 |14cr|perl-Net-Write-1.70.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Net-Write
%define upstream_version 1.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.07
Release:	3

Summary:	An interface to open and send raw frames to network

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Net/Net-Write-1.07.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Gomor)
BuildRequires:	perl(Socket6)
BuildRequires:	perl(Net::Pcap)
BuildRequires:	perl(ExtUtils::ParseXS)
BuildArch:	noarch

%description
Net::Write provides a portable interface to open a network interface, and be
able to write raw data directly to the network. It juste provides three
methods when a Net::Write object has been created for an interface: open, send,
close.

It is possible to open a network interface to send frames at layer 2 (you craft
a frame from link layer), or at layer 3 (you craft a frame from network layer),
or at layer 4 (you craft a frame from transport layer).

NOTE: not all operating systems support all layer opening. Currently, Windows
only supports opening and sending at layer 2. Other Unix systems should be able
to open and send at all layers.

See also Net::Write::Layer2, Net::Write::Layer3, Net::Write::Layer4 for
specific information on opening network interfaces at these layers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# perl path hack
find . -type f | xargs %{__perl} -p -i -e "s|^#!/usr/local/bin/perl|#!%{_bindir}/perl|g"

%build
perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files 
%doc Changes LICENSE LICENSE.Artistic README
%{perl_vendorlib}/Net
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.70.0-3
+ Revision: 734f096
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5238 |14cr|perl-Net-XWhois-0.900.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-XWhois
%define upstream_version 0.90

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Extensible client framework for doing Whois queries and parsing server response

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Net::XWhois class provides an extensible client framework for
doing Whois queries and parsing server response. The class maintains
an array of whois servers and associated lists of top level domains
for transparently selecting servers appropriate for different queries.
Supports response caching and comes with a drop-in replacement for
the whois program. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc TODO ARTISTIC contribs/*
%{perl_vendorlib}/Net/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.900.0-4
+ Revision: f917d1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5239 |14cr|perl-Newt-1.08-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define perlvendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)

Name:           perl-Newt
Version:        1.08
Release:	5
Summary:        Edit configuration files through Augeas C library

License:        Artistic
Group:          System/Configuration/Other
URL:            http://search.cpan.org/dist/Newt
Source0:        http://search.cpan.org/CPAN/authors/id/A/AM/AMEDINA/Newt-1.08.tar.gz
Patch0:			newt-perl-1.08-debian.patch
Patch1:			newt-perl-1.08-typemap.patch
Patch2:			newt-perl-1.08-fix.patch
Patch3:			newt-perl-1.08-xs.patch
Patch4:			newt-perl-1.08-lang.patch
Patch5:			perl-Newt-bz385751.patch
BuildRequires:  perl-devel,newt-devel,popt-devel

%description
Perl bindings for RedHat newt library

%prep
%setup -q -n Newt-%{version}
%patch0 -p1 -b .debian
%patch1 -p1 -b .valist
%patch2 -p1 -b .fix
%patch3 -p1 -b .exes
%patch4 -p1 -b .lang
%patch5 -p1 -b .bz385751
rm -rf newtlib

%build
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make

%install

make install DESTDIR=%{buildroot}
find ${RPM_BUILD_ROOT} -type f -name perllocal.pod -o -name .packlist -o -name '*.bs' -a -size 0 | xargs rm -f
find ${RPM_BUILD_ROOT} -type d -depth | xargs rmdir --ignore-fail-on-non-empty

#%{_fixperms} $RPM_BUILD_ROOT/*

%check
#make test

%clean

%files
%defattr(-,root,root,-)
%doc ChangeLog README
%{perlvendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.08-5
+ Revision: a5bf88d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5240 |14cr|perl-NEXT-0.650.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    NEXT
%define upstream_version 0.65

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl5 implementation of NEXT (RFC190)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
NEXT.pm adds a pseudoclass named 'NEXT' to any program that uses it. If a
method 'm' calls '$self->NEXT::m()', the call to 'm' is redispatched as if
the calling method had not originally been found.

In other words, a call to '$self->NEXT::m()' resumes the depth-first,
left-to-right search of '$self''s class hierarchy that resulted in the
original call to 'm'.

Note that this is not the same thing as '$self->SUPER::m()', which begins a
new dispatch that is restricted to searching the ancestors of the current
class. '$self->NEXT::m()' can backtrack past the current class -- to look
for a suitable method in other ancestors of '$self' -- whereas
'$self->SUPER::m()' cannot.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.650.0-5
+ Revision: 796eabc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5241 |14cr|perl-NKF-207.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  NKF
%define upstream_version     207

Name:       perl-%{module}
Version:    %perl_convert_version %{upstream_version}
Release:    3
Summary:    Perl extension for Network Kanji Filter

License:    BSD-like
Group:      System/Internationalization
URL:        http://sourceforge.jp/projects/nkf
Source0:    http://prdownloads.sourceforge.jp/nkf/20770/nkf%{upstream_version}.tar.bz2
BuildRequires:  perl-devel

%description
This is a Perl Extension version of nkf (Netowrk Kanji Filter).
It converts the last argument and return converted result. Conversion
details are specified by flags before the last argument.

%prep
%setup -q -n nkf%{upstream_version}/NKF.mod

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make  CFLAGS='%{optflags}'

%install
%makeinstall_std

%files
%{perl_vendorarch}/NKF.pm
%{perl_vendorarch}/auto/NKF
%{_mandir}/man3/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 207.0.0-3
+ Revision: e84f6bf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5242 |14cr|perl-Nmap-Parser-1.310.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Nmap-Parser
%define upstream_version 1.31

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.31
Release:	3

Summary:	Parse nmap scan data with perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Nmap/Nmap-Parser-1.31.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Storable)
BuildRequires:	perl(XML::Twig)
BuildArch:	noarch

%description
This module implements a interface to the information contained in an nmap
scan. It is implemented by parsing the xml scan data that is generated by
nmap. This will enable anyone who utilizes nmap to quickly create fast and
robust security scripts that utilize the powerful port scanning abilities
of nmap.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.310.0-3
+ Revision: d30d807
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5243 |14cr|perl-Nmap-Scanner-1.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Nmap-Scanner
%define upstream_version 1.0

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Perform and manipulate nmap scans using perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Nmap/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Generate)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(XML::SAX)
Provides:	perl(Nmap::Scanner::Address)  
Provides:	perl(Nmap::Scanner::Distance)  
Provides:	perl(Nmap::Scanner::ExtraPorts)  
Provides:	perl(Nmap::Scanner::Host)  
Provides:	perl(Nmap::Scanner::Hostname)  
Provides:	perl(Nmap::Scanner::Hosts)  
Provides:	perl(Nmap::Scanner::NmapRun)  
Provides:	perl(Nmap::Scanner::OS)  
Provides:	perl(Nmap::Scanner::OS::Class)  
Provides:	perl(Nmap::Scanner::OS::Fingerprint)  
Provides:	perl(Nmap::Scanner::OS::IPIdSequence)  
Provides:	perl(Nmap::Scanner::OS::Match)  
Provides:	perl(Nmap::Scanner::OS::PortUsed)  
Provides:	perl(Nmap::Scanner::OS::TCPSequence)  
Provides:	perl(Nmap::Scanner::OS::TCPTSSequence)  
Provides:	perl(Nmap::Scanner::OS::Uptime)  
Provides:	perl(Nmap::Scanner::Port)  
Provides:	perl(Nmap::Scanner::RunStats)  
Provides:	perl(Nmap::Scanner::RunStats::Finished)  
Provides:	perl(Nmap::Scanner::ScanInfo)  
Provides:	perl(Nmap::Scanner::Service)  
Provides:	perl(Nmap::Scanner::Task)  
Provides:	perl(Nmap::Scanner::TaskProgress)  
Requires:	nmap
BuildArch:	noarch

%description
This set of modules provides perl class wrappers for the network mapper
(nmap) scanning tool (see http://www.insecure.org/nmap/). Using these
modules, a developer, network administrator, or other techie can create
perl routines or classes which can be used to automate and integrate nmap
scans elegantly into new and existing perl scripts.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-7
+ Revision: f5e9234
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5244 |14cr|perl-NTLM-1.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    NTLM
%define upstream_version 1.09
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.09
Release:	3

Summary:	An NTLM authentication module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Authen/NTLM-1.09.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::HMAC_MD5)
BuildRequires:	perl(MIME::Base64)
BuildArch:	noarch

%description
    This module provides methods to use NTLM authentication.  It can
    be used as an authenticate method with the Mail::IMAPClient module
    to perform the challenge/response mechanism for NTLM connections
    or it can be used on its own for NTLM authentication with other
    protocols (eg. HTTP).

    The implementation is a direct port of the code from F<fetchmail>
    which, itself, has based its NTLM implementation on F<samba>.  As
    such, this code is not especially efficient, however it will still
    take a fraction of a second to negotiate a login on a PII which is
    likely to be good enough for most situations.

FUNCTIONS
    * ntlm_domain()

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.90.0-3
+ Revision: 7964172
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5245 |14cr|perl-Number-Format-1.730.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Number-Format
%define upstream_version 1.73

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Convert numbers to strings with pretty formatting

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Number/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Number::Format is a library for formatting numbers.  Functions are
provided for converting numbers to strings in a variety of ways, and to
convert strings that contain numbers back into numeric form.  The output
formats may include thousands separators - characters inserted between
each group of three characters counting right to left from the decimal
point.  The characters used for the decimal point and the thousands
separator come from the locale information or can be specified by the
user.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 CHANGES README

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc CHANGES README
%{perl_vendorlib}/Number
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.730.0-4
+ Revision: cd31163
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5246 |14cr|perl-Number-Nary-1.100.312-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Number-Nary
%define upstream_version 1.100312

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Encode and decode numbers as n-ary strings

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Number/Number-Nary-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(UDCode)
BuildArch:	noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.312-3
+ Revision: bd9060a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5247 |14cr|perl-Number-RGB-1.200.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Number-RGB
%define upstream_version 1.2

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Manipulate RGB Tuples

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Number/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Attribute::Handlers)
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
This module creates RGB tuple objects and overloads their operators to make
RGB math easier. An attribute is also exported to the caller to make
construction shorter.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
# fails due to new attribute::handler
# cf http://rt.cpan.org/Public/Bug/Display.html?id=41394
#%{make} test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.200.0-5
+ Revision: 4dc7716
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5248 |14cr|perl-Object-Accessor-0.480.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Object-Accessor
%define upstream_version 0.48

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.48
Release:	3
Summary:	Add a Makefile target to determine test coverage using Devel::Cover

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Object/Object-Accessor-0.48.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Params::Check)
BuildArch:	noarch

%description
Object::Accessor provides an interface to create per object accessors (as
opposed to per Class accessors, as, for example, Class::Accessor provides).

You can choose to either subclass this module, and thus using its accessors on
your own module, or to store an Object::Accessor object inside your own object,
and access the accessors from there. See the SYNOPSIS for examples.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Object
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.480.0-3
+ Revision: 13d9f84
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5249 |14cr|perl-Object-Array-0.60.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   Object-Array
%define upstream_version    0.060

Name:       perl-%{realname}
Version:    %perl_convert_version %{upstream_version}
Release:    6
License:    GPL or Artistic
Group:      Development/Perl
Summary:    Array references with accessors

Source:     http://www.cpan.org/modules/by-module/Object/Object-Array-%{upstream_version}.tar.gz
Url:        http://search.cpan.org/dist/%{realname}
BuildRequires: perl-devel
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Install)
BuildRequires: perl(List::MoreUtils)

BuildArch: noarch

%description
Add methods to Object::Array corresponding to functions from
List::MoreUtils.

%prep
%setup -q -n %{realname}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-6
+ Revision: 4eab2fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5250 |14cr|perl-Object-InsideOut-3.980.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Object-InsideOut
%define upstream_version 3.98

# optional, and lead to a requires loop
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Math::Random::MT::Auto\\)'
%else
%define _requires_exceptions Math::Random::MT::Auto
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Comprehensive inside-out object support perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Object/Object-InsideOut-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exception::Class)
BuildArch:	noarch

%description
This module provides comprehensive support for implementing classes using the
inside-out object model.

Using inside-out object model, objects are not a blessed hash reference, but
merely a blessed scalar. The foobar attribute, instead of being accessed via
$self->{foobar}, is accessed using a package lexical variable @foobar (common
for every object of the class) via $foobar[$$self]. 

Advantages of this OO scheme are:
1 - speed
2 - encapsulation
3 - compilation-time checks

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -f %{buildroot}%{perl_vendorlib}/Bundle/Object/InsideOut.pm

%files
%doc Changes README
%{perl_vendorlib}/Object
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.980.0-3
+ Revision: d635f14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5251 |14cr|perl-Object-Lexical-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Object-Lexical
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Object::Lexical - Syntactic Sugar for Easy Object Instance Data &

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(PadWalker)
BuildArch:	noarch

%description
Object::Lexical provides syntactic sugar to create objects.
Normal "my" variables are used for instance data. $this is
automatically read off of the argument stack. This follows "real"
OO languages, where user code need not concern itself with
helping the language implement objects.  Normal OO Perl code is
ugly, hard to read, tedious to type, and error prone.  The
"$self-"{field}> syntax is cumbersome, and using an object field
with a built in, like "push()", requires syntax beyond novice
Perl programmers: "push @{$self-"{field}}, $value>.  Spelling
field names wrong results in hard to find bugs: the hash
autovivicates, and no "variables must be declared" warning is
issued.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Object/Lexical.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: 0838354
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5252 |14cr|perl-Object-MultiType-0.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Object-MultiType
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl Objects as Hash, Array, Scalar, Code and Glob at the same time

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Object/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module return an object that works like a Hash, Array,
Scalar, Code and Glob object at the same time.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e 'tr /\r//d' Changes README

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Object
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-4
+ Revision: 33418f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5253 |14cr|perl-Object-Persistence-0.92-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name Object-Persistence

Summary:	Object-Persistence module for perl 

Name:		perl-%{real_name}
Version:	0.92
Release:	8
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides persistence functionality to its objects.  Object
definitions are stored as stringified perl data structures, generated with
Data::Dumper, that are amenable to manual editing and external processing from
outside the class interface.

%prep
%setup -q -n %{real_name}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes 
%{perl_vendorlib}/Persistence/Database.pm
%{perl_vendorlib}/Persistence/Object
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.92-8
+ Revision: 3752f6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5254 |14cr|perl-Object-Pluggable-1.290.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Object-Pluggable
%define upstream_version 1.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Importable constants for Object::Pluggable

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Object/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Pod::Parser)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(constant)
BuildArch:	noarch

%description
Object::Pluggable is a base class for creating plugin enabled objects. It
is a generic port of POE::Component::IRC's plugin system.

If your object dispatches events to listeners, then Object::Pluggable may
be a good fit for you.

Basic use would involve subclassing Object::Pluggable, then overriding
'_pluggable_event()' and inserting '_pluggable_process()' wherever you
dispatch events from.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.290.0-5
+ Revision: 18c7d5d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5255 |14cr|perl-Object-Realize-Later-0.190.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Object-Realize-Later
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	CPAN %{upstream_name} perl module
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Object-Realize-Later/
Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Object-Realize-Later-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module helps you implementing delay loading of object-data.  While
creating a stub-object, Object::Realize::Later simulates you got the
real data.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/Object/Realize

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-5
+ Revision: 8355af8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5256 |14cr|perl-Object-Signature-1.70.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Object-Signature
%define upstream_version 1.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Generate cryptographic signatures for objects

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/PAR/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Object::Signature is an abstract base class that you can inherit from in order
to allow your objects to generate unique cryptographic signatures.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 README Changes lib/Object/Signature.pm

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Object
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.70.0-4
+ Revision: c441319
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5257 |14cr|perl-ogd-0.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  ogd
%define upstream_version 0.03

Name:		perl-%{module}
Version:	%perl_convert_version 0.03
Release:	3
Summary:	Ordered global destruction of objects stored in globals

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		http://search.cpan.org/CPAN/authors/id/E/EL/ELIZABETH/ogd-0.03.tar.gz
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module adds ordered destruction of objects stored in global variables in
LIFO order during global destruction.

Ordered global destruction is only applicable to objects stored in non-lexical
variables (even if they are in file scope). Apparently Perl destroys all
objects stored file-level lexicals before the first END block is called.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%{perl_vendorlib}/ogd.pm
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-3
+ Revision: 12e21cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5258 |14cr|perl-OpenOffice-OOBuilder-0.90.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    OpenOffice-OOBuilder
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl OO interface for creating OpenOffice documents

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/OpenOffice/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Archive::Zip)
BuildArch:	noarch

%description
This is a collection of modules to create OpenOffice documents. 
At this moment OpenOffice spreadsheets (calc documents) are 
supported. Other OpenOffice documents will follow depending 
on time and feedback. 

The modules present in this collection are:

  OpenOffice::OOBuilder - The base class. For each OpenOffice 
      document type, another class will be inherited from this
      base class.
      
  OpenOffice::OOCBuilder - For creating OpenOffice calc documents:
      spreadsheets, documents with the sxc extension.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%files
%doc README 
%{perl_vendorlib}/
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-5
+ Revision: 7b0b46e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5259 |14cr|perl-OpenOffice-OODoc-2.125.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 OpenOffice-OODoc
%define upstream_version 2.125

#(nl) this 2 requires are not needed, they are on a exemple file only
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Tk::Dialog\\)|perl\\(Tk\\)'
%else
%define _requires_exceptions  perl(Tk::Dialog)\\|perl(Tk) 
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/OpenOffice/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Archive::Zip)
BuildRequires:	perl(XML::Twig)

BuildArch:	noarch

%description
A library for Open Document processing

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
%make test

%install
%makeinstall_std

%files
%{_bindir}/*
%{perl_vendorlib}/OpenOffice
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.125.0-4
+ Revision: efa6ed8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5260 |14cr|perl-ORDB-CPAN-Mandriva-1.100.230-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ORDB-CPAN-Mandriva
%define upstream_version 1.100230

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Orlite for module table in database

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ORDB/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(ORLite::Mirror)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
This module is an easy way to fetch a database listing all Perl modules &
distributions packaged within Mandriva Linux distribution.

When using it, it will automatically & silently download it from the
original source and copy it in a local directory, letting you focus on what
you want with the data itself.

Check the _examples_ directory for some ideas on how to use it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
# fails at ABF
#./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.230-5
+ Revision: fd71c00
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5261 |14cr|perl-ORLite-1.980.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ORLite
%define upstream_version 1.98

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Extremely light weight SQLite-specific ORM

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/ORLite-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::XSAccessor)
BuildRequires:	perl(DBD::SQLite) >= 1.270
BuildRequires:	perl(DBI) >= 1.607
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Remove) >= 1.40
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp) >= 0.200.0
BuildRequires:	perl(Params::Util) >= 1.00
BuildRequires:	perl(Template::Tiny)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Script)

BuildArch:	noarch

%description
Extremely light weight SQLite-specific ORM

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.980.0-3
+ Revision: 4439b08
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5262 |14cr|perl-ORLite-Migrate-1.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# find-requires also extracts version, which is then misunderstood by
# rpm. therefore, forcing require skipping of File::Spec - which is
# nevertheless required by perl-PathTools
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(File::Spec\\)'
%else
%define _requires_exceptions perl.File::Spec.
%endif

%define upstream_name    ORLite-Migrate
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Extremely light weight SQLite-specific schema migration

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBI)
BuildRequires:	perl(IPC::Run3)
BuildRequires:	perl(File::Which)
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(ORLite)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Probe::Perl)
BuildRequires:	perl-PathTools

BuildArch:	noarch

Requires:	perl(IPC::Run3)
Requires:	perl-PathTools

%description
SQLite is a light weight single file SQL database that provides an
excellent platform for embedded storage of structured data.

ORLite is a light weight single class Object-Relational Mapper (ORM)
system specifically designed for (and limited to only) work with SQLite.

ORLite::Migrate is a light weight single class Database Schema Migration
enhancement for ORLite.

It provides a simple implementation of schema versioning within the
SQLite database using the built-in user_version pragma (which is set to
zero by default).

When setting up the ORM class, an additional timeline parameter is
provided, which should point to a directory containing standalone
migration scripts.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-3
+ Revision: 14beac9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5263 |14cr|perl-ORLite-Mirror-1.200.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ORLite-Mirror
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Extend ORLite to support remote SQLite databases

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ORLite/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Remove)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::Compress::Bzip2)
BuildRequires:	perl(IO::Compress::Gzip)
BuildRequires:	perl(IO::Uncompress::Bunzip2)
BuildRequires:	perl(IO::Uncompress::Gunzip)
BuildRequires:	perl(LWP::Online)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(ORLite)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
the ORLite manpage provides a readonly ORM API when it loads a readonly
SQLite database from your local system.

By combining this capability with the LWP manpage, the ORLite::Mirror
manpage goes one step better and allows you to load a SQLite database from
any arbitrary URI in readonly form as well.

As demonstrated in the synopsis above, you using the ORLite::Mirror manpage
in the same way, but provide a URL instead of a file name.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.200.0-5
+ Revision: 902e2c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5264 |14cr|perl-ORLite-Pod-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ORLite-Pod
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Documentation generator for ORLite

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ORLite/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Remove)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(ORLite)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Template)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Script)
BuildRequires:	perl(Test::XT)
BuildRequires:	perl(autodie) >= 2.100.0

BuildArch:	noarch

%description
*THIS MODULE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE.*

*YOU HAVE BEEN WARNED!*

The biggest downside of the ORLite manpage is that because it can generate
you an entire ORM in one line of code, you can have a large an extensive
API without anywhere for documentation for the API to exist.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_bindir}/*
%{_mandir}/man?/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: 8b2300d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5265 |14cr|perl-ORLite-Statistics-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ORLite-Statistics
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Statistics enhancement package for ORLite

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ORLite/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(ORLite)
BuildRequires:	perl(Statistics::Basic)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This is an enhancement module for ORLite table classes, designed to provide
easy integration with the the Statistics::Base manpage module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: 2eb1cca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5266 |14cr|perl-p5-Palm-1.12.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    p5-Palm
%define upstream_version 1.012

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Epoch:		1

Summary:	Modules for reading manipulating, and writing .pdb and .prc database

License:	GPL
Group:		Development/Perl
Url:		http://www.ooblick.com/software/coldsync/
Source0:	http://www.cpan.org/modules/by-module/p5/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is p5-Palm, a set of Perl 5 modules for reading, manipulating,
and writing the .pdb and .prc database files used by PalmOS devices
such as the PalmPilot and its successors.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Test are broken, ignoring result
make test || :

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_archlib}/perllocal.pod

%files
%doc README TODO
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man1/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.12.0-5
+ Revision: e50fdc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5267 |14cr|perl-Package-Constants-0.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Package-Constants
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Package Constants

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Package/Package-Constants-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
"Package::Constants" lists all the constants defined in a certain pack- age.
This can be useful for, among others, setting up an autogenerated
"@EXPORT/@EXPORT_OK" for a Constants.pm file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Package/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-3
+ Revision: fa528d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5268 |14cr|perl-Package-Generator-1.106.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module   Package-Generator
%define upstream_version 1.106

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Pseudo-garbage-collection for packages

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Package/Package-Generator-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module allows you to create simple objects which, when destroyed,
delete a given package. This lets you approximate lexically scoped
packages.

%prep
%setup -q -n %{module}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/Package




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.106.0-3
+ Revision: fcc3189
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5269 |14cr|perl-Package-Variant-1.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Package-Variant
%define upstream_version 1.002000

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Parameterizable packages

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Package/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.550_100
BuildRequires: perl(Import::Into)
BuildRequires: perl(Module::Runtime) >= 0.13.0
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(strictures) >= 1.0.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module allows you to build packages that return different variations
depending on what parameters are given.

Users of your package will receive a subroutine able to take parameters and
return the name of a suitable variant package. The implmenetation does not
care about what kind of package it builds.

Declaring a variable package
    There are two important parts to creating a variable package. You first
    have to give 'Package::Variant' some basic information about what kind
    of package you want to provide, and how. The second part is
    implementing a method receiving the user's arguments and generating
    your variants.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-3
+ Revision: 5442dd2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5270 |14cr|perl-Padre-Plugin-Autoformat-1.220.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-Autoformat
%define upstream_version 1.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Reformat your text within Padre

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Module::Util)
BuildRequires:	perl(Padre)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Autoformat)

BuildArch:	noarch

%description
This plugin allows one to reformat her text automatically with
Ctrl+Shift+J. It is using 'Text::Autoformat' underneath, so check this
module's pod for more information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc LICENSE README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.220.0-5
+ Revision: c8a51cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5271 |14cr|perl-Padre-Plugin-Catalyst-0.130.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-Catalyst
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Catalyst plugin for Padre

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/Padre-Plugin-Catalyst-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(File::ShareDir::Install)
BuildRequires:	perl(Catalyst::Devel)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Module::Pluggable::Object)
BuildRequires:	perl(Padre)

BuildArch:	noarch

%description
Once you enable this Plugin under Padre, you'll get a brand new menu with
the following options:

'New Catalyst Application'
    This options lets you create a new Catalyst application.

'Create new...'
    The Catalyst helper lets you automatically create stub classes for your
    application's MVC components. With this menu option not only can you
    select your component's name but also its type. For instance, if you
    select "create new view" and have the the Catalyst::Helper::View::TT
    manpage module installed on your system, the "TT" type will be
    available for you).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-3
+ Revision: 0ecced8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5272 |14cr|perl-Padre-Plugin-ClassSniff-0.300.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-ClassSniff
%define upstream_version 0.30

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Simple Class::Sniff interface for Padre

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Sniff)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Padre)
BuildRequires:	perl(Test::More)
BuildRequires:	x11-server-xvfb

BuildArch:	noarch

%description
Runs Class::Sniff on the first namespace of the current document and prints
the results to the Padre output window.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
xvfb-run perl Build.PL installdirs=vendor
./Build

%check
xvfb-run ./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-5
+ Revision: f217ffc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5273 |14cr|perl-Padre-Plugin-CSS-0.140.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-CSS
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.14
Release:	3

Summary:	Padre and CSS

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/Padre-Plugin-CSS-0.14.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CSS::Minifier::XS)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Padre)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(WebService::Validator::CSS::W3C)

BuildArch:	noarch

%description
From Padre:
- use CSS::Minifier::XS to minify css
- use WebService::Validator::CSS::W3C to validate the CSS

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
#./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-3
+ Revision: fe511e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5274 |14cr|perl-Padre-Plugin-DataWalker-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-DataWalker
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Simple Perl data structure browser Padre

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Install)
BuildRequires:	perl(Padre)
BuildRequires:	perl(Wx::Perl::DataWalker)
BuildRequires:	perl(YAML::XS)
BuildArch:	noarch

%description
This plugin uses the the Wx::Perl::DataWalker manpage module to provide
facilities for interactively browsing Perl data structures.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: 67d066d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5275 |14cr|perl-Padre-Plugin-Ecliptic-0.230.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-Ecliptic
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Padre plugin that provides Eclipse-like useful features

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::XSAccessor)
BuildRequires:	perl(ExtUtils::Install)
BuildRequires:	perl(File::Which)
BuildRequires:	perl(Locale::Msgfmt)
BuildRequires:	perl(Module::Install)
BuildRequires:	perl(Padre)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Once you enable this Plugin under Padre, you'll get a brand new menu with
the following options:

Open Resource (Shortcut: Ctrl + Shift + R)
    This opens a nice dialog that allows you to find any file that exists
    in the current document or working directory. You can use ? to replace
    a single character or * to replace an entire string. The matched files
    list are sorted alphabetically and you can select one or more files to
    be opened in Padre when you press the OK button.

    You can simply ignore CVS, .svn and .git folders using a simple
    checkbox (enhancement over Eclipse).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-5
+ Revision: ec4cde6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5276 |14cr|perl-Padre-Plugin-Encode-0.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-Encode
%define upstream_version 0.1.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Convert file to different encoding in Padre

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Encode)
BuildRequires:	perl(Padre)
BuildArch:	noarch

%description
Convert file to different encoding in Padre.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# require GTK display
# make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-4
+ Revision: 3394cc7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5277 |14cr|perl-Padre-Plugin-Git-0.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-Git
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Simple Git interface for Padre

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/Padre-Plugin-Git-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Padre)
BuildRequires:	perl(Test::More)
BuildRequires:	x11-server-xvfb

BuildArch:	noarch

%description
Simple Git interface for Padre.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
xvfb-run perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#xvfb-run make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-3
+ Revision: 45dedff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5278 |14cr|perl-Padre-Plugin-HTML-0.140.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-HTML
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	L<Padre> and HTML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/Padre-Plugin-HTML-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Lint)
BuildRequires:	perl(HTML::Tidy)
BuildRequires:	perl(Padre)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(WebService::Validator::HTML::W3C)
BuildRequires:	perl(XML::XPath)
BuildRequires:	perl(Module::Build::Compat)

BuildArch:	noarch

%description
HTML plugin for Padre

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
#make test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-3
+ Revision: 04c5e0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5279 |14cr|perl-Padre-Plugin-Kate-0.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-Kate
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Using the Kate syntax highlighter

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Install)
BuildRequires:	perl(Padre)
BuildRequires:	perl(Syntax::Highlight::Engine::Kate)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Padre plugin using the Kate syntax highlighter.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
#./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-5
+ Revision: a7c51c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5280 |14cr|perl-Padre-Plugin-Nopaste-0.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-Nopaste
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Send code on a nopaste website from padre

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/Padre-Plugin-Nopaste-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(App::Nopaste)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec::Functions)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Module::Util)
BuildRequires:	perl(Padre)
BuildRequires:	perl(Padre::Plugin)
BuildRequires:	perl(Padre::Task)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(parent)

BuildArch:	noarch

Requires:	perl(parent)

%description
This plugin allows one to send stuff from Padre to a nopaste website with
Ctrl+Shift+V, allowing for easy code / whatever sharing without having to
open a browser.

It is using 'App::Nopaste' underneath, so check this module's pod for more
information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc LICENSE README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-3
+ Revision: cce40d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5281 |14cr|perl-Padre-Plugin-PAR-0.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-PAR
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	PAR generation from Padre

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Padre)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch
Requires:	perl(Padre)

%description
Padre plugin to seamlessly generate a standalone exuctable.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor destdir=%{buildroot}
./Build

%check
#Disable tests because they need to export display
#./Build test

%install
./Build install

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-5
+ Revision: 20712a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5282 |14cr|perl-Padre-Plugin-Parrot-0.310.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-Parrot
%define upstream_version 0.31

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Experimental Padre plugin that runs on Parrot

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Padre::Wx)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Module::Install)
BuildRequires:	perl(Test::More)
BuildRequires:	x11-server-xvfb

BuildArch:	noarch

%description
Experimental Padre plugin that runs on Parrot.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
#xvfb-run ./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.310.0-5
+ Revision: 1429c00
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5283 |14cr|perl-Padre-Plugin-Perl6-0.710.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-Perl6
%define upstream_version 0.71

# find-requires extracts too much, cf https://qa.mandriva.com/show_bug.cgi?id=47678
# therefore, forcing explicit require skipping of Win32
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32(.*)\\)'
%else
%define _requires_exceptions perl.Win32.
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Perl document syntax-checking in the background

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(App::Grok)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::ShareDir::Install)
BuildRequires:	perl(IPC::Run3)
BuildRequires:	perl(Padre)
BuildRequires: 	perl(Perl6::Refactor)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Syntax::Highlight::Perl6)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::NeedsDisplay)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(URI)

BuildArch:	noarch

%description
This class implements syntax checking of Perl documents in the background.
It inherits from the Padre::Task::SyntaxChecker manpage. Please read its
documentation!

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.710.0-5
+ Revision: 2a61a26
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5284 |14cr|perl-Padre-Plugin-PerlCritic-0.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-PerlCritic
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Analyze perl files with Perl::Critic

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Padre)
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Module::Install)
BuildArch:	noarch

%description
Padre plugin to analyze perl files with Perl::Critic.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
# no testing, wx dies on missing display
#make test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-5
+ Revision: a37355b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5285 |14cr|perl-Padre-Plugin-PerlTidy-0.220.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-PerlTidy
%define upstream_version 0.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Format perl files using Perl::Tidy

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/Padre-Plugin-PerlTidy-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Install)
BuildRequires:	perl(Padre)
BuildRequires:	perl(Perl::Tidy)
BuildRequires:	perl(Test::More)
BuildRequires:	x11-server-xvfb
BuildArch:	noarch

%description
This is a simple plugin to run Perl::Tidy on your source code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
xvfb-run perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# no testing, wx fails with missing display
#%make test

%install
%makeinstall_std

%files
%doc Changes 
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.220.0-3
+ Revision: c677575
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5286 |14cr|perl-Padre-Plugin-SpellCheck-1.330.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-SpellCheck
%define upstream_version 1.33

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Check spelling in Padre

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/Padre-Plugin-SpellCheck-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Class::Accessor)
BuildRequires: perl(Class::XSAccessor)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(Module::Util)
BuildRequires: perl(Module::Install)
BuildRequires: perl(Padre)
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Aspell)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: x11-server-xvfb
BuildArch:	noarch

%description
This plugins allows one to checking her text spelling within Padre using
'F7' (standard spelling shortcut accross text processors). One can change
the dictionary language used in the preferences window (menu Plugins /
SpellCheck / Preferences).

This plugin is using 'Text::Aspell' underneath, so check this module's pod
for more information.

Of course, you need to have the aspell binary and dictionnary installed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
xvfb-run make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.330.0-3
+ Revision: 4091ee9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5287 |14cr|perl-Padre-Plugin-SVN-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-SVN
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Dialog for SVN tasks

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Padre)
BuildRequires:	perl(SVN::Class)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Padre plugin with dialog for SVN tasks.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# sometimes fails without X display available
%if %{?_with_test:1}%{?!_with_test:0}
%make test
%endif

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: f2275a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5288 |14cr|perl-Padre-Plugin-Swarm-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-Swarm
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.11
Release:	3

Summary:	Tree view panel of swarm resources

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/Padre-Plugin-Swarm-0.11.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::XSAccessor)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Graph)
BuildRequires:	perl(IO::Select)
BuildRequires:	perl(IO::Socket::Multicast)
BuildRequires:	perl(JSON::XS)
BuildRequires:	perl(Padre)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Patch)
BuildRequires:	x11-server-xvfb

BuildArch: noarch

%description
This is Swarm!

Swarm is a Padre plugin for experimenting with remote inspection, peer
programming and collaborative editing functionality.

Within this plugin all rules are suspended. No security, no efficiency, no
scalability, no standards compliance, remote code execution, everything is
allowed. The only goal is things that work, and things that look shiny in a
demo :)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
xvfb-run %make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: 9e124f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5289 |14cr|perl-Padre-Plugin-ViewInBrowser-0.70.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre-Plugin-ViewInBrowser
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	View selected doc in browser for Padre

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Padre)
BuildRequires:	perl(Path::Class::File)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Basically it's a shortcut for 
Wx::LaunchDefaultBrowser( $main->current->filename ).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-6
+ Revision: 20f632c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5290 |14cr|perl-PAR-1.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define	upstream_name	 PAR
%define upstream_version 1.007

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl Archive Toolkit

License:	Artistic
Group:		Development/Perl
URL:		http://par.perl.org/
Source0:	http://www.cpan.org/modules/by-module/PAR/PAR-%{upstream_version}.tar.gz

BuildRequires:  perl(AutoLoader) >= 5.63
BuildRequires:	perl(Archive::Zip) >= 1
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::ScanDeps) >= 0.69
BuildRequires:	perl(PAR::Dist) >= 0.21
BuildRequires:	perl-devel
BuildRequires:	perl-Module-Signature
BuildRequires:	perl(Archive::Zip) >= 1
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::ScanDeps) >= 0.45
BuildRequires:	perl(PAR::Dist) >= 0.13
BuildRequires:  perl(Getopt::ArgvFile)


%description
PAR is a toolkit to use perl scripts and modules stored inside compressed
.par files.

For bundling prerequisite modules of scripts into a PAR file (ala
PerlApp, Perl2exe, or 'perlcc that works'), see "perldoc pp".
For running ".par" files directly, see "perldoc parl".
To generate/execute self-contained perl scripts, see "perldoc par.pl".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
# don't run signature test since this package was patched
rm -f SIGNATURE
%make test

%install
%makeinstall_std

%clean

%files 
%doc AUTHORS ChangeLog README TODO
%{perl_vendorlib}/PAR
%{perl_vendorlib}/PAR.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-3
+ Revision: 324b4ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5291 |14cr|perl-Parallel-ForkManager-1.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parallel-ForkManager
%define upstream_version 1.06
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Simple parallel processing fork manager

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/Parallel-ForkManager/
Source0:	http://www.cpan.org/modules/by-module/Parallel/Parallel-ForkManager-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module is intended for use in operations that can be done in parallel
where the number of processes to be forked off should be limited. Typical
use is a downloader which will be retrieving hundreds/thousands of files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-3
+ Revision: 151fb6d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5292 |14cr|perl-Params-Check-0.280.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Params-Check
%define upstream_version 0.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A generic input parsing/checking mechanism

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/K/KA/KANE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Locale::Maketext::Simple)
BuildArch:	noarch

%description
Params::Check is a generic input parsing/checking mechanism.

It allows you to validate input via a template. The only requirement is that
the arguments must be named.

Params::Check can do the following things for you:
* Convert all keys to lowercase
* Check if all required arguments have been provided
* Set arguments that have not been provided to the default
* Weed out arguments that are not supported and warn about them to the user
* Validate the arguments given by the user based on strings, regexes, lists or
  even subroutines
* Enforce type integrity if required

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc CHANGES README
%{perl_vendorlib}/Params
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.280.0-4
+ Revision: c6a8fc3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5293 |14cr|perl-Params-Coerce-0.140.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Params-Coerce
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Allows your classes to do coercion of parameters

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Params/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
A big part of good API design is that we should be able to be flexible in
the ways that we take parameters.

Params::Coerce attempts to encourage this, by making it easier to take a
variety of different arguments, while adding negligable additional
complexity to your code.

What is Coercion
    "Coercion" in computing terms generally referse to "implicit type
    conversion". This is where data and object are converted from one type
    to another behind the scenes, and you just just magically get what you
    need.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/Params



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-4
+ Revision: 595e67c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5294 |14cr|perl-Parse-Binary-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-Binary
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Convert between variant records and hashes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Parse/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module makes parsing binary data structures much easier, by serving as
a base class for classes that represents the binary data, which may contain
objects of other classes to represent parts of itself.

Documentation is unfortunately a bit lacking at this moment. Please read
the tests and source code of the Parse::AFP manpage and the Win32::Exe
manpage for examples of using this module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: f6ff7a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5295 |14cr|perl-Parse-CPAN-Meta-1.441.400-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-CPAN-Meta
%define upstream_version 1.4414

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Parse META.yml and other similar CPAN metadata files

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Parse/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta::YAML) >= 0.11.0
BuildRequires: perl(Carp)
BuildRequires: perl(Encode)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec) >= 0.800.0
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(JSON::PP) >= 2.272.0
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::More) >= 0.470.0
BuildRequires: perl-devel
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildArch:  noarch

%description
*Parse::CPAN::Meta* is a parser for META.yml files, based on the parser
half of the YAML::Tiny manpage.

It supports a basic subset of the full YAML specification, enough to
implement parsing of typical META.yml files, and other similarly simple
YAML files.

If you need something with more power, move up to a full YAML parser such
as the YAML manpage, the YAML::Syck manpage or the YAML::LibYAML manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CONTRIBUTING Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/Parse


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.441.400-2
+ Revision: c2fe90a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5296 |14cr|perl-Parse-CPAN-Packages-2.380.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-CPAN-Packages
%define upstream_version 2.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Parse 02packages.details.txt.gz


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Parse/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Archive::Peek)
BuildRequires: perl(Path::Class)
BuildRequires: perl(Test::InDistDir)
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(CPAN::DistnameInfo)
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(IO::Zlib)
BuildRequires:	perl(Moose)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(version)
BuildArch:	noarch

%description
The Comprehensive Perl Archive Network (CPAN) is a very useful collection
of Perl code. It has several indices of the files that it hosts, including
a file named "02packages.details.txt.gz" in the "modules" directory. This
file contains lots of useful information and this module provides a simple
interface to the data contained within.

In a future release the Parse::CPAN::Packages::Package manpage and the
Parse::CPAN::Packages::Distribution manpage might have more information.

Methods
    * new

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.380.0-2
+ Revision: 2060f2a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5297 |14cr|perl-Parse-CPAN-Packages-Fast-0.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-CPAN-Packages-Fast
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Parse CPAN's package index
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Parse/Parse-CPAN-Packages-Fast-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CPAN::DistnameInfo)
BuildRequires:	perl(CPAN::Version)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(PerlIO::gzip)
BuildRequires:	perl-IO-Compress
BuildRequires:	perl(IO::Uncompress::Gunzip)
BuildArch:	noarch

%description
This is a largely API compatible rewrite of the Parse::CPAN::Packages
manpage.

Notable differences are

* * The method add_package of
  Parse::CPAN::Packages::Fast::Distribution is not implemented

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Mon Aug 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-1
+ Revision: c330ba0
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5298 |14cr|perl-Parse-DMIDecode-0.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-DMIDecode
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Interface to SMBIOS under using dmidecode

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Parse/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
This module provides an OO interface to SMBIOS information through the
_dmidecode_ command which is known to work under a number of Linux, BSD and
BeOS variants.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc LICENSE Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-3
+ Revision: 7a7c878
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5299 |14cr|perl-Parse-Earley-0.150.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-Earley
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Parse::Earley - Parse any Context-Free Grammar

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Parse/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Parse::Earley accepts or rejects a string based on any Context-Free grammar,
specified by a simplified yacc-like specification.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Parse/Earley.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-4
+ Revision: e088846
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5300 |14cr|perl-Parse-ErrorString-Perl-0.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-ErrorString-Perl
%define upstream_version 0.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Parse error messages from the perl interpreter

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Parse/Parse-ErrorString-Perl-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Class::XSAccessor)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(Pod::Find)
BuildRequires:	perl(Pod::POM)
BuildArch:	noarch

%description
Module to parse error messages from the perl interpreter.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc  Changes
%{_bindir}/check_perldiag
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-3
+ Revision: c9484dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5301 |14cr|perl-Parse-ExuberantCTags-1.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-ExuberantCTags
%define upstream_version 1.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	4

Summary:    Efficiently parse exuberant ctags files

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Parse/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel

%description
This Perl module parses _ctags_ files and handles both traditional ctags as
well as extended ctags files such as produced with _Exuberant ctags_. To
the best of my knowledge, it does not handle emacs-style "_etags_" files.

The module is implemented as a wrapper around the _readtags_ library that
normally ships with _Exuberant ctags_. If you do not know what that is, you
are encouraged to have a look at the http://ctags.sourceforge.net/ manpage.
In order to use this module, you do not need _Exuberant ctags_ on your
system. The module ships a copy of _readtags_. Quoting the _readtags_
documentation:

  The functions defined in this interface are intended to provide tag file
  support to a software tool. The tag lookups provided are sufficiently fast
  enough to permit opening a sorted tag file, searching for a matching tag,
  then closing the tag file each time a tag is looked up (search times are
  on the order of hundreths of a second, even for huge tag files). This is
  the recommended use of this library for most tool applications. Adhering
  to this approach permits a user to regenerate a tag file at will without
  the tool needing to detect and resynchronize with changes to the tag file.
  Even for an unsorted 24MB tag file, tag searches take about one second.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-4
+ Revision: ce9437d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5302 |14cr|perl-Parse-Eyapp-1.182.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define upstream_name    Parse-Eyapp
%define upstream_version 1.182

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3
Summary:    Bottom up parser generator

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Parse/Parse-Eyapp-%{upstream_version}.tar.gz

BuildRequires: perl(Data::Dumper)
BuildRequires: perl(List::Util)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl-devel

%description
Parse::Eyapp (Extended yapp) is a collection of modules that extends Francois
Desarmenien Parse::Yapp 1.05. Eyapp extends yacc/yapp syntax with
functionalities like named attributes, EBNF-like expressions, modifiable
default action (like Parse::RecDescent autoaction), grammar reuse, automatic
abstract syntax tree building, syntax directed data generation, translation
schemes, tree regular expressions, tree transformations, scope analysis
support, directed acyclic graphs and a few more.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_bindir}/eyapp
%{_bindir}/treereg
%{perl_vendorlib}/Parse




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.182.0-3
+ Revision: f3a55ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5303 |14cr|perl-ParseLex-2.200.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ParseLex
%define upstream_version 2.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Generator of lexical analyzers 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/P/PV/PVERD/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Parse::Template)

BuildArch:	noarch

%description
The Parse::Lex.pm module for perl5 is an object-oriented generator of
lexical analyzers.

This distribution includes Parse::YYLex (writed by Vladimir Alexiev)
a lexer generator that you can use with yacc parsers.

A collection of examples demonstrating various
Parse::Lex/Parse::LevEvent features can be found in the "examples"
directory.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README examples
%{perl_vendorlib}/Parse
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.200.0-4
+ Revision: caf74b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5304 |14cr|perl-Parse-Method-Signatures-1.3.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name   Parse-Method-Signatures
%define upstream_version 1.003016
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		1

Summary:	Turn parse TC data into Moose TC object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Parse/Parse-Method-Signatures-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Traits)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(MooseX::Types::Structured)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Balanced)
BuildRequires:	perl(Data::Dump)
BuildRequires:	perl(PPI)
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::clean)
BuildArch:	noarch

Requires:	perl(MooseX::Traits)

%description
Inspired by the Perl6::Signature manpage but streamlined to just support
the subset deemed useful for the TryCatch manpage and the
MooseX::Method::Signatures manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Parse



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.3.16-3
+ Revision: ad68563
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5305 |14cr|perl-Parse-Nessus-ENX-1.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-Nessus-ENX
%define upstream_version 1.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Extract information from Nessus Extend NSR files

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DK/DKYGER/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
Requires:	perl(Exporter)
BuildArch:	noarch

%description
This module is designed to extract information from Extended NSR (ENX)
files. Certain functions have been designed to return certain sets of data,
such as service banners and OS versions. Other functions have been
provided that will return more specific information, such as all IPs
listening on a given port or all IPs associated with a specified plugin
id.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README MANIFEST
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-4
+ Revision: 64c2134
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5306 |14cr|perl-Parse-Nessus-NBE-1.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-Nessus-NBE
%define upstream_version 1.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Extract information from Nessus NBE files

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DK/DKYGER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Socket6)
BuildRequires:	perl(Net::Frame)
Requires:	perl(Exporter)
BuildArch:	noarch

%description
This module is designed to extract information from Nessus NBE
files. Functions have been designed to return certain sets of data,
such as service banners and OS versions. Other functions have been
provided that will return more specific information, such as all IPs
listening on a given port or all IPs associated with a specified plugin id.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README MANIFEST
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-4
+ Revision: 3d86f86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5307 |14cr|perl-Parse-RecDescent-Consumer-1.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-RecDescent-Consumer
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Parse::RecDescent::Consumer - reveal text matched through n token transitions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Parse/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
A common need when writing grammars is to know how much text was
consumed at different points in a parse. Usually, this involves a lot
of brain-twisting unwinding of of highly nested list-of-lists (of
lists...). Instead this module allows you to take the low-road
approach. You simply create a Consumer which records the current
text about to be parsed. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Parse/RecDescent/Consumer.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-4
+ Revision: fb9c573
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5308 |14cr|perl-Parse-RecDescent-Deparse-1.00-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name Parse-RecDescent-Deparse

Summary:	Turn a Parse::RecDescent object back into its grammar

Name:		perl-%{real_name}
Version:	1.00
Release:	9
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:	perl-Parse-RecDescent
BuildArch:	noarch

%description
This module adds the deparse method to the Parse::RecDescent
class, which returns a textual description of the grammar.

%prep
%setup -q -n %{real_name}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Parse/RecDescent/Deparse.pm
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.00-9
+ Revision: f046c9f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5309 |14cr|perl-Parse-RecDescent-FAQ-7.500.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-RecDescent-FAQ
%define upstream_version 7.5

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Parse::RecDescent::FAQ - the official, authorized FAQ for Parse::RecDescent

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Parse/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Parse::RecDescent::FAQ - the official, authorized FAQ for
Parse::RecDescent.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog
%{perl_vendorlib}/Parse/RecDescent/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.500.0-4
+ Revision: 0f390d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5310 |14cr|perl-Parser-MGC-0.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parser-MGC
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Build simple recursive-descent parsers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This base class provides a low-level framework for building
recursive-descent parsers that consume a given input string from left to
right, returning a parse structure. It takes its name from the 'm//gc'
regexps used to implement the token parsing behaviour.

It provides a number of token-parsing methods, which each extract a
grammatical token from the string. It also provides wrapping methods that
can be used to build up a possibly-recursive grammar structure, by applying
a structure around other parts of parsing code. Each method, both token and
structural, atomically either consumes a prefix of the string and returns
its result, or fails and consumes nothing. This makes it simple to
implement grammars that require backtracking.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-5
+ Revision: 950942d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5311 |14cr|perl-Parse-Syslog-1.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Parse-Syslog
%define	upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Parse Unix syslog files

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/modules/by-module/Parse/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Unix syslogs are convenient to read for humans but because of small differences
between operating systems and things like 'last message repeated xx times' not
very easy to parse by a script.

Parse::Syslog presents a simple interface to parse syslog files: you create a
parser on a file (with new) and call next to get one line at a time with
Unix-timestamp, host, program, pid and text returned in a hash-reference.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%{perl_vendorlib}/Parse
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-4
+ Revision: 81669ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5312 |14cr|perl-ParseTemplate-3.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ParseTemplate
%define upstream_version 3.08
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 3.08
Release:	3

Summary:	Processor for templates containing Perl expressions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Parse/ParseTemplate-3.08.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Symbol)
BuildArch:	noarch

%description
The 'Parse::Template' class evaluates Perl expressions placed within a
text. This class can be used as a code generator, or a generator of
documents in various document formats (HTML, XML, RTF, etc.).

The principle of template-based text generation is simple. A template
consists of a text which includes expressions to be evaluated.
Interpretation of these expressions generates text fragments which are
substituted in place of the expressions. In the case of 'Parse::Template'
the expressions to be evaluated are Perl expressions placed within two
'%%'.

Evaluation takes place within an environment in which, for example, you can
place data structures which will serve to generate the parts to be
completed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.80.0-3
+ Revision: c6e1d30
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5313 |14cr|perl-PatchReader-0.9.5-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 PatchReader
%define upstream_version 0.9.5

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	13

Summary:	Utilities to read and manipulate patches and CVS 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/PatchReader/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch
%rename perl-patchreader

%description
This perl library allows you to manipulate patches programmatically by chaining
together a variety of objects that read, manipulate, and output patch
information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes README
find . -type f -exec perl -pi -e 'tr/\r//d' {} \;

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/PatchReader
%{perl_vendorlib}/PatchReader.pm
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5-13
+ Revision: 2413be5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5314 |14cr|perl-Path-Class-0.330.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Path-Class
%define upstream_version 0.33

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Cross-platform path specification manipulation

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/Path/%{module}-%{upstream_version}.tar.gz
BuildRequires: perl-devel

BuildArch:	noarch

%description
Path::Class is a module for manipulation of file and directory specifications
(strings describing their locations, like '/home/ken/foo.txt' or
'C:\Windows\Foo.txt') in a cross-platform manner. It supports pretty much every
platform Perl runs on, including Unix, Windows, Mac, VMS, Epoc, Cygwin, OS/2,
and NetWare.

%prep
%setup -q -n %{module}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Path/Class/*
%{perl_vendorlib}/Path/Class.pm
%{perl_vendorlib}/Path/*pod
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.330.0-3
+ Revision: 8e024e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5315 |14cr|perl-Path-Class-File-Stat-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Path-Class-File-Stat
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Cache and compare stat() calls on a Path::Class::File object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Path/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Path::Class)
BuildArch:	noarch

%description
Path::Class::File::Stat is a simple extension of Path::Class::File.
Path::Class::File::Stat is useful in long-running programs (as under
mod_perl) where you might have a file handle opened and want to check if
the underlying file has changed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 7598855
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5316 |14cr|perl-Path-Dispatcher-1.50.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Path-Dispatcher
%define upstream_version 1.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    All rules must match

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Path/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Any::Moose) >= 0.120.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Try::Tiny) >= 0.20.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
We really like the Jifty::Dispatcher manpage and wanted to use it for the
Prophet manpage's command line.

The basic operation is that of dispatch. Dispatch takes a path and a list
of rules, and it returns a list of matches. From there you can "run" the
rules that matched. These phases are distinct so that, if you need to, you
can inspect which rules were matched without ever running their codeblocks.

You want to use the Path::Dispatcher::Declarative manpage which gives you
some sugar inspired by the Jifty::Dispatcher manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml
%{_mandir}/man3/*
%{perl_vendorlib}/Path/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-2
+ Revision: 4a72d0f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5317 |14cr|perl-Path-Dispatcher-Declarative-0.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Path-Dispatcher-Declarative
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Sugary dispatcher

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Path/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Path::Dispatcher)
BuildRequires:	perl(Sub::Exporter)
BuildArch:	noarch

%description
the Jifty::Dispatcher manpage rocks!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/Path/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-4
+ Revision: f1b8511
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5318 |14cr|perl-PDF-API2-2.21.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PDF-API2%define upstream_version 2.021

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	PDF-API2 Perl module

License:	Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/PDF/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	 perl-devel
BuildRequires:	 perl(Compress::Zlib)
BuildRequires:	 perl(Font::TTF::Font)
BuildArch:	noarch
Requires:	fonts-ttf-dejavu

%description
This module is 'The Next Generation' of Text::PDF::API which initially 
provided a nice API around the Text::PDF::* modules created by Martin Hosken.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find contrib -type f | xargs \
    perl -pi -e 's|^#!/usr/local/bin/perl|#!/usr/bin/perl|' 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -f %{buildroot}%{perl_vendorlib}/PDF/API2/Win32.pm
rm -f %{buildroot}%{perl_vendorlib}/PDF/API2/Basic/TTF/Win32.pm
rm -rf %{buildroot}%{perl_vendorlib}/PDF/API2/fonts

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 contrib/* %{buildroot}%{_bindir}

%files
%doc Changes  LICENSE PATENTS README examples
%{perl_vendorlib}/PDF
%{_mandir}/*/*
%{_bindir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.21.0-3
+ Revision: 447b30b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5319 |14cr|perl-Perl6-Doc-0.470.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl6-Doc
%define upstream_version 0.47

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl 6 Documentation Collection

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl6/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::ShareDir::Install)
BuildArch:	noarch

%description
This Perl module distribution contains all the latest Perl 6 documentation
and a utility called 'p6doc' for viewing it.

Below is the list of documents that are currently available; a number in
the column indicates, the document is currently available. An asterisk next
to a number means that the document is an unofficial draft written by a
member of the Perl community but not approved by the Perl 6 Design Team.
The pages after the first section are anyway no Design docs.

Contents
        S01  The Ugly, the Bad, and the Good   (A01)
        S02  Bits and Pieces                   (A02) (E02)
        S03  Operators                         (A03) (E03)
        S04  Syntax                            (A04) (E04)
        S05  Pattern Matching                  (A05) (E05)
        S06  Subroutines                       (A06) (E06)
             Formats                                 (E07)
        S09  Data Structures
        S10  Packages
        S11  Modules
        S12  Objects                           (A12)
        S13  Overloading
        S16* IPC / IO / Signals  
        S17* Concurrency
             Debugging                         (A20*)
        S22* CPAN
             Portable Perl
        S26  Perl Documentation
        S27* Perl Culture
        S28* Special Names
        S29  Functions
    
        F01  FAQ::Captures
        F02  FAQ::FUD
    
        O01  Overview
        O03  Overview::Operator
        O04  Overview::Smartmatch
        O05  Overview::Reduce
        O07  Overview::Variable
        O08  Overview::Data
        O10  Overview::File
        O12  Overview::Functions
        O14  Overview::Control
        O15  Overview::Subroutine
        O17  Overview::Object
        O20  Overview::Rule
    
        T01  Tutorial perlintro
    
        M01  Report on the Perl 6 Announcement
        M02  What is Perl 6 ?
        M03  A Plan for Pugs
        M04  Everyday Perl 6
        M05  Yet Another Perl 6 Operator (Microarticles)
        M06  The Beauty of Perl 6 Parameter Passing

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.470.0-5
+ Revision: fcac8eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5320 |14cr|perl-Perl6-Export-0.70.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl6-Export
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Implements the Perl 6 is export trait

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/Perl6-Export/
Source0:	http://www.cpan.org/modules/by-module/Perl6/Perl6-Export-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module prototypes the Perl 6 'exported' and 'exportable' traits
in Perl 5.

Instead of messing around with @EXPORT arrays, you just declare which subs
are to be exported (or are exportable on request) as part of those subs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
yes y | perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%defattr(-, root, root, 0755)
%doc Changes README
%doc %{_mandir}/man3/*
%dir %{perl_vendorlib}/Perl6/
%{perl_vendorlib}/Perl6/Export.pm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-4
+ Revision: d5a3b89
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5321 |14cr|perl-Perl6-Export-Attrs-0.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define realname   Perl6-Export-Attrs

Name:       perl-%{realname}
Version:    0.0.3
Release:    5
License:    GPL or Artistic
Group:      Development/Perl
Summary:    The Perl 6 'is export(...)' trait as a Perl 5 attribute

Source:     http://www.cpan.org/modules/by-module/Perl6/%{realname}-%{version}.tar.gz
Url:        http://search.cpan.org/dist/%{realname}
BuildRequires: perl-devel


BuildArch: noarch

%description
Implements a Perl 5 native version of what the Perl 6 symbol export
mechanism will look like.

It's very straightforward:

* *

%prep
%setup -q -n %{realname}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-5
+ Revision: ed04469
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5322 |14cr|perl-Perl6-Form-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl6-Form
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Implements the Perl 6 'form' built-in

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl6/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Perl6::Export)
BuildRequires:	perl(Scalar::Util)
BuildArch:	noarch

%description
Formats are Perl 5's mechanism for creating text templates with fixed-width
fields. Those fields are then filled in using values from prespecified
package variables.

Unlike Perl 5, Perl 6 doesn't have a 'format' keyword. Or the associated
built-in formatting mechanism. Instead it has a Form.pm module. And a
'form' function.

Like a Perl 5 'format' statement, the 'form' function takes a series of
format (or "picture") strings, each of which is immediately followed by a
suitable set of replacement values. It interpolates those values into the
placeholders specified within each picture string, and returns the result:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: 74f5cd1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5323 |14cr|perl-Perl6-Junction-1.40000-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  Perl6-Junction

Name:		perl-%{module}
Version:	1.40000
Release:	6
Summary:	Perl6 style Junction operators in Perl5

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Perl6/%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a lightweight module which provides 'Junction' operators, the most
commonly used being any and all.

Inspired by the Perl6 design docs,
http://dev.perl.org/perl6/doc/design/exe/E06.html.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL installdirs=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40000-6
+ Revision: 0b08de3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5324 |14cr|perl-Perl6-Perldoc-0.0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl6-Perldoc
%define upstream_version 0.000011
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.000011
Release:	3

Summary:	Add a to_xhtml() method to Perl6::Perldoc::Parser

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl6/Perl6-Perldoc-0.000011.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Filter::Simple)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(version)
BuildArch:	noarch

%description
This module preprocesses your code from the point at which the module is
first used, stripping out any Perl 6 documentation (as specified in
Synopsis 26).

This means that, so long as your program starts with:

    use Perl6::Perldoc;

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.11-3
+ Revision: 6959ddd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5325 |14cr|perl-Perl6-Perldoc-To-Ansi-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl6-Perldoc-To-Ansi
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	ANSI-colored text renderer for Perl6::Perldoc

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl6/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Perl6::Perldoc)
BuildArch:	noarch

%description
This module is almost identical to the Text renderer, except that many
constructs are highlighted with ANSI terminal codes. See the
Perl6::Perldoc::To::Text manpage for more information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: 8b09943
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5326 |14cr|perl-Perl6-Refactor-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl6-Refactor
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	The great new Perl6::Refactor!

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl6/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
The great new Perl6::Refactor!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: 736673c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5327 |14cr|perl-Perl6-Signature-0.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl6-Signature
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Parse, query, and pretty-print Perl 6 signatures

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl6/Perl6-Signature-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(Parse::RecDescent)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Balanced)
BuildArch:	noarch

%description
_Alpha release - everything here is subject to change_

*Perl6::Signature* models routine signatures as specified in Synopsis 6 of
the Perl 6 documentation. These signatures offer a rich language for
expressing type constraints, default values, and the optionality (among
other things) of routine parameters.

Included is a parser for the Signature language, accessors and convenience
methods for querying Signature objects, and a pretty-printer for producing
their canonical textual representation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes 
%{_mandir}/man3/*
%{perl_vendorlib}/Perl6


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-3
+ Revision: 68583ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5328 |14cr|perl-Perl6-Slurp-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl6-Slurp
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Implements the Perl 6 'slurp' built-in

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl6/Perl6-Slurp-%{upstream_version}.tar.gz
Patch0:		Perl6-Slurp-0.03-fix-tests.patch

BuildRequires:	perl-devel
BuildRequires:	perl(Perl6::Export)

BuildArch:	noarch

%description
This package implements the Perl 6 'slurp' built-in.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p 1

%build
yes y | perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%defattr(-, root, root, 0755)
%doc README Changes
%doc %{_mandir}/man3/*
%{perl_vendorlib}/Perl6/Slurp.pm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: a65f936
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5329 |14cr|perl-Perlanet-0.560.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perlanet
%define upstream_version 0.56
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.56
Release:	3

Summary:	Render the feed via a Template Toolkit

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Symbol/DAVECROSS/Perlanet-0.56.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Duration)
BuildRequires:	perl(Encode)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(HTML::Scrubber)
BuildRequires:	perl(HTML::Tidy)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Traits)
BuildRequires:	perl(MooseX::ConfigFromFile)
BuildRequires:	perl(Template)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(TryCatch)
BuildRequires:	perl(URI::Fetch)
BuildRequires:	perl(XML::Feed)
BuildRequires:	perl(XML::OPML::SimpleGen)
BuildRequires:	perl(YAML)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Perlanet is a program for creating programs that aggregate web feeds (both
RSS and Atom). Web pages like this are often called "Planets" after the
Python software which originally popularised them. Perlanet is a planet
builder written in Perl - hence "Perlanet".

You are probably interested in the Perlanet::Simple manpage to get started
straight out of the box, batteries included style.

Perlanet itself is the driving force behind everything, however. Perlanet
reads a series of web feeds (filtering only those that are valid), sorts
and selects entries from these web feeds, and then creates a new aggregate
feed and renders this aggregate feed. Perlanet allows the user to customize
all of these steps through subclassing and roles.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_bindir}/perlanet
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.560.0-3
+ Revision: fbc9b3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5330 |14cr|perl-Perl-AtEndOfScope-0.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-AtEndOfScope
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl::AtEndOfScope - run some code when a variable goes out of scope

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
It's often necessary to do some cleanup at the end of a scope. This
module creates a Perl object and executes arbitrary code when the object
goes out of scope.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Perl/AtEndOfScope.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-4
+ Revision: d0ae0bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5331 |14cr|perl-Perl-BestPractice-0.01-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Perl-BestPractice

Name:		perl-%{module}
Version:	0.01
Release:	9
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Perl Best Practices, the (unofficial) companion module 

Source0:	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/%{module}-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/%{module}/
BuildRequires:	perl-devel
BuildRequires:	perl(PPI)
BuildArch:	noarch

%description
Perl::BestPractice is the (for now unofficial) companion module to the O'Reilly
"Perl Best Practices" by Damian Conway.

Using various bits of PPI magic, it provides functionality to automatically
locate (and in some cases repair) issues raised by the book.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Perl
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.01-9
+ Revision: 5e5a938
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5332 |14cr|perl-Perl-Critic-Bangs-1.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-Bangs
%define upstream_version 1.10
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.10
Release:	3

Summary:	Adding modifiers to a regular expression

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/Perl-Critic-Bangs-1.10.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Perl::Critic)

BuildArch:	noarch

%description
This is a test diagnostic.

Adding modifiers to a regular expression made up entirely of
a variable created with qr() is usually not doing what you expect.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-3
+ Revision: 78ebb3a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5333 |14cr|perl-Perl-Critic-Compatibility-1.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-Compatibility
%define upstream_version 1.001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Don't allow three-argument open unless version of perl supports it

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(version)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
The included policies are:

* the Perl::Critic::Policy::Compatibility::ProhibitColonsInBarewordHashKeys
  manpage

  Perls after 5.8 don't support having colons in unquoted hash keys.
  [Severity: 5]

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-5
+ Revision: d03d546
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5334 |14cr|perl-Perl-Critic-Deprecated-1.119.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-Deprecated
%define upstream_version 1.119

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Write C<$my_variable = 42> instead of C<$MyVariable = 42>

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/Perl-Critic-Deprecated-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(English)
BuildRequires:	perl(Perl::Critic::Policy)
BuildRequires:	perl(Perl::Critic::TestUtils)
BuildRequires:	perl(Perl::Critic::Utils)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(base)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
The included policies are:

* Perl::Critic::Policy::NamingConventions::ProhibitMixedCaseSubs

  Write '$my_variable = 42' instead of '$MyVariable = 42'. [Severity 1]

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.119.0-3
+ Revision: 8205bfe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5335 |14cr|perl-Perl-Critic-Lax-0.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-Lax
%define upstream_version 0.010

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Policies that let you slide on common exceptions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/Perl-Critic-Lax-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Perl::Critic)
BuildArch:	noarch

%description
The Perl-Critic-Lax distribution includes versions of core Perl::Critic
modules with built-in exceptions. If you really like a Perl::Critic policy,
but find that you often violate it in a specific way that seems pretty darn
reasonable, maybe there's a Lax policy. If there isn't, send one in!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-3
+ Revision: 1286967
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5336 |14cr|perl-Perl-Critic-More-1.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-More
%define upstream_version 1.003

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Stop mixing long strings with code

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/Perl-Critic-More-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This is a collection of the Perl::Critic manpage policies that are not
included in the Perl::Critic core for a variety of reasons:

* * Experimental

  Some policies need some time to work out their kinks, test usability, or
  gauge community interest. A subset of these will end up in the core
  Perl::Critic someday.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-3
+ Revision: 6d41887
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5337 |14cr|perl-Perl-Critic-Nits-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-Nits
%define upstream_version v1.0.0

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Policies of nits I like to pick

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
The included policy is:

* the
  Perl::Critic::Policy::ValuesAndExpressions::ProhibitAccessOfPrivateData
  manpage

  Prohibits direct access to a hash-based object's hash. [Severity: 5]

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: 96bcd2c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5338 |14cr|perl-Perl-Critic-PetPeeves-JTRAMMELL-0.40.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-PetPeeves-JTRAMMELL
%define upstream_version 0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Prohibit superfluous initializations


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Perl::Critic::Utils)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
Module 'Perl::Critic::PetPeeves::JTRAMMELL' provides policies that I want
that haven't already been implemented elsewhere. So far this is:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-2
+ Revision: 2f9da5f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5339 |14cr|perl-Perl-Critic-Pulp-85.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-Pulp
%define upstream_version 85

#%define __noautorpov 'perl\\(Perl::MinimumVersion\\)'
#%define __noautorpov 'perl\\(.*'
%define __noautoprov 'perl(.*MinimumVersion)'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Don't use Foo:: style barewords

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/Perl-Critic-Pulp-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::String)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(List::Util)
BuildRequires:	perl-Module-Pluggable
BuildRequires:	perl(Pod::MinimumVersion)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Perl::Critic::Policy)
BuildRequires:	perl(Perl::Critic::Utils)
BuildRequires:	perl(Perl::Critic::Utils::PPI)
BuildRequires:	perl(Perl::Critic::Violation)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(version)

BuildArch:	noarch

%description
This is a collection of add-on policies for 'Perl::Critic', summarized
below. They're under a "pulp" theme plus other themes according to their
purpose (see the Perl::Critic/POLICY THEMES manpage).

Roughly half are code related and half cosmetic. You can always enable or
disable the ones you do or don't want. It's normal to pick and choose
things reported. There's a lot of perlcritic policies both built-in and
add-on and they range from helpful things catching problems through to the
bizarre or restrictive, and in some cases mutually contradictory! Many are
only intended as building blocks for enforcing a house style. If you try to
pass everything then you'll give away big parts of the language, so if
you're not turning off or customizing about half then you're either not
trying or you're much too easily lead!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
rm -f *.list
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 85.0.0-2
+ Revision: 41bdb19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5340 |14cr|perl-Perl-Critic-Storable-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-Storable
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl::Critic policy for using Storable

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
An additional Perl::Critic policy for using the Storable module:

* * the Perl::Critic::Policy::Storable::ProhibitStoreOrFreeze manpage

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: 462b018
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5341 |14cr|perl-Perl-Critic-StricterSubs-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-StricterSubs
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl::Critic plugin for stricter subroutine checks

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::PathList)
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Perl::Critic::TestUtils)
BuildRequires:	perl(Perl::Critic::Utils)
BuildRequires:	perl(Perl::Critic::Violation)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
As a dynamic language, Perl doesn't require you to define subroutines until
run-time. Although this is a powerful feature, it can also be a major
source of bugs. For example, you might mistype the name of a subroutine, or
call a subroutine from another module without including that module or
importing that subroutine. And unless you have very good test coverage, you
might not know about these bugs until you have already launched your code.

The the Perl::Critic::Policy manpage modules in this distribution are aimed
at reducing errors caused by invoking subroutines that are not defined.
Each Policy can be used separately. But when applied together, they enforce
a specific and deliberate coding style that minimizes the chance of writing
code that makes calls to undefined subroutines.

This coding style will not appeal to everyone. Some folks will surely find
this coding style to be too verbose or too restrictive. In particular,
importing via the Exporter manpage tags and pattern matching is purposely
not supported. But hopefully, these Policies will encourage you to
consciously consider the inherent trade-offs of your current coding style.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: e2b14bf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5342 |14cr|perl-Perl-Critic-Swift-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-Swift
%define upstream_version v1.0.3

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Additional policies for Perl::Critic

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(English)
BuildRequires: perl(File::Spec)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Perl::Critic::Policy)
BuildRequires: perl(Perl::Critic::TestUtils)
BuildRequires: perl(Perl::Critic::Utils)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Perl::Critic)
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
The included policies are:

* the Perl::Critic::Policy::CodeLayout::RequireUseUTF8 manpage

  Require that code includes a 'use utf8;' statement. [Severity: 3]

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-4
+ Revision: f6e2040
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5343 |14cr|perl-Perl-Critic-Tics-0.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-Tics
%define upstream_version 0.008

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	(this => is => not => good)
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/Perl-Critic-Tics-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Perl::Critic)
BuildArch:	noarch

%description
The Perl-Critic-Tics distribution includes extra policies for Perl::Critic
to address a fairly random assortment of things that make me (rjbs) wince.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-3
+ Revision: 1bbe6ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5344 |14cr|perl-PerlIO-eol-0.140.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PerlIO-eol
%define upstream_version 0.14

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:	PerlIO layer for normalizing line endings

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:  perl-devel

%description
This perl module enable you to normalize line endings
This layer normalizes any of CR, LF, CRLF and Native into the designated line 
ending. 
It works for both input and output handles.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make
%check 
make test

%install
%makeinstall_std

%clean 

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorarch}/PerlIO
%{perl_vendorarch}/auto/PerlIO



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-5
+ Revision: 2610b21
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5345 |14cr|perl-PerlIO-via-Bzip2-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 PerlIO-via-Bzip2
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	PerlIO layer for Bzip2 (de)compression

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://www.cpan.org
Source0:	http://search.cpan.org/CPAN/authors/id/F/FI/FITZNER/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	bzip2-devel
BuildRequires:	perl(Compress::Bzip2)
BuildArch:	noarch

%description
This module implements a PerlIO layer which will let you handle bzip2
compressed files transparently.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files 
%doc README
%{perl_vendorlib}/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: dc36260
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5346 |14cr|perl-PerlIO-via-dynamic-0.130.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 PerlIO-via-dynamic
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl module that helps creating dynamic PerlIO layers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Internals)
BuildArch:	noarch

%description
PerlIO::via::dynamic is used for creating dynamic PerlIO layers.
It is useful when the behavior or the layer depends on variables.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README CHANGES
%{perl_vendorlib}/*
%{_mandir}/man3/* 


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-5
+ Revision: 41c579e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5347 |14cr|perl-PerlIO-via-symlink-0.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 PerlIO-via-symlink
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl module that helps creating dynamic PerlIO layers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Install)

BuildArch:	noarch

%description
PerlIO::via::dynamic is used for creating dynamic PerlIO layers.
It is useful when the behavior of the layer depends on variables.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm -rf inc

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc README CHANGES
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-4
+ Revision: 6d758f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5348 |14cr|perl-Perl-Metrics-Simple-0.170.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Metrics-Simple
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.17
Release:	3

Summary:	Methods analyzing a single file

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/Perl-Metrics-Simple-0.17.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Statistics::Basic::Mean)
BuildRequires:	perl(Statistics::Basic::Median)
BuildRequires:	perl(Statistics::Basic::StdDev)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)

BuildArch:	noarch

%description
*Perl::Metrics::Simple* provides just enough methods to run static analysis
of one or many Perl files and obtain a few metrics: packages, subroutines,
lines of code, and an approximation of cyclomatic (mccabe) complexity for
the subroutines and the "main" portion of the code.

*Perl::Metrics::Simple* is far simpler than the Perl::Metrics manpage.

Installs a script called *countperl*.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-3
+ Revision: 7f2f9f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5349 |14cr|perl-Perl-OSType-1.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-OSType
%define upstream_version 1.007

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Map Perl operating system names to generic types

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/Perl-OSType-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(constant)
BuildArch:	noarch

%description
Modules that provide OS-specific behaviors often need to know if the
current operating system matches a more generic type of operating systems.
For example, 'linux' is a type of 'Unix' operating system and so is
'freebsd'.

This module provides a mapping between an operating system name as given by
'$^O' and a more generic type. The initial version is based on the OS type
mappings provided in the Module::Build manpage and the ExtUtils::CBuilder
manpage. (Thus, Microsoft operating systems are given the type 'Windows'
rather than 'Win32'.)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-3
+ Revision: ab0af05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5350 |14cr|perl-Perl-PrereqScanner-1.19.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-PrereqScanner
%define upstream_version 1.019
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A tool to scan your Perl code for its prerequisites


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Module::Path)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec::Functions)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(PPI)
BuildRequires:	perl(PPI::Document)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(String::RewritePrefix)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(Version::Requirements)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(CPAN::Meta::Requirements)

BuildArch:	noarch

%description
The scanner will extract loosely your distribution prerequisites from your
files.

The extraction may not be perfect but tries to do its best. It will
currently find the following prereqs:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.19.0-2
+ Revision: 1276cef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5351 |14cr|perl-Perl-Version-1.11.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Version
%define upstream_version 1.011

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Parse and manipulate Perl version strings

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Perl::Version provides a simple interface for parsing, manipulating and
formatting Perl version strings.

Unlike version.pm (which concentrates on parsing and comparing version
strings) Perl::Version is designed for cases where you'd like to parse a
version, modify it and get back the modified version formatted like the
original.

For example:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
yes | perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/perl-reversion


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.11.0-5
+ Revision: 3c7b416
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5352 |14cr|perl-Petal-2.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module   Petal

Name:		perl-%{module}
Version:	2.20
Release:	3
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Perl Template Attribute Language

Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module//%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(MKDoc::XML)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Harness)
BuildRequires:	perl(CGI)
BuildArch:	noarch

%description
Examples deal with using Petal to generate HTML files from HTML templates.

%prep
%setup -q -n %{module}-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Petal.pm
%{perl_vendorlib}/Petal


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.20-3
+ Revision: d454c1c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5353 |14cr|perl-Petal-Utils-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Petal-Utils
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Useful template modifiers for Petal

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Petal/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Date::Format)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Petal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI::Escape)

BuildArch:	noarch

%description
The Petal::Utils package contains commonly used the Petal manpage modifiers
(or plugins), and bundles them with an easy-to-use installation interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Petal



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-4
+ Revision: 3ef0260
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5354 |14cr|perl-PGP-GPG-MessageProcessor-0.4.5-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	PGP-GPG-MessageProcessor

Name:		perl-%{module}
Summary:	Perl module that supplies object methods for interacting with GnuPG

Version:	0.4.5
Release:	17
License:	GPL
Group:		Development/Perl
URL:		http://www.cpan.org/
Source:		%{module}-%{version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides an interface to the encryption/decryption/signing/
verifying methods of GNU Privacy Gaurd. It does not provide keyring
manipulation.

%prep 
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc COPYING  MANIFEST NEWS  README  TODO
%{perl_vendorlib}/PGP/GPG/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.5-17
+ Revision: d16b9b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5355 |14cr|perl-PHP-Include-0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	PHP-Include

Summary:	Include PHP files in Perl

Name:		perl-%{module}
Version:	0.2
Release:	9
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source0:	http://search.cpan.org/CPAN/authors/id/E/ES/ESUMMERS/%{module}-%{version}.tar.bz2
Requires:	perl >= 5.004
BuildRequires:	perl-devel
BuildRequires:	perl-Parse-RecDescent
BuildArch:	noarch

%description
PHP::Include builds on the shoulders of Filter::Simple and Parse::RecDescent to
provide a Perl utility for including very simple PHP Files from a Perl program.

When working with Perl and PHP it is often convenient to be able to share
configuration data between programs written in both languages.  One solution to
this would be to use a language independent configuration file (did I hear
someone say XML?). Another solution is to use Perl's flexibility to read PHP
and rewrite it as Perl. PHP::Include does the latter with the help of
Filter::Simple and Parse::RecDescent to rewrite very simple PHP as Perl.

Filter::Simple is used to enable macros (at the moment only one) which 
cause PHP to be interpolated into your Perl source code, which is then parsed
using a Parse::RecDescent grammar to generate the appropriate Perl.

PHP::Include was designed to allow the more adventurous to add grammars that 
extend the complexity of PHP that may be included. 

%prep

%setup -q -n %{module}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install

%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorlib}/PHP
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-9
+ Revision: b76544e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5356 |14cr|perl-PHP-Serialization-0.340.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PHP-Serialization
%define upstream_version 0.34

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Simple flexible means of converting the output of PHP's serialize()

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/PHP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Provides a simple, quick means of serializing perl memory structures
(including object data!) into a format that PHP can deserialize() and
access, and vice versa.

NOTE: Converts PHP arrays into Perl Arrays when the PHP array used
exclusively numeric indexes, and into Perl Hashes then the PHP array did
not.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.340.0-5
+ Revision: 13cf2fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5357 |14cr|perl-Pithub-0.10.210-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pithub
%define upstream_version 0.01021

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Github v3 Pull Request Comments API

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Array::Iterator)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Slurp)
BuildRequires: perl(HTTP::Message)
BuildRequires: perl(JSON)
BuildRequires: perl(LWP::Protocol::https)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Moo)
BuildRequires: perl(Test::Most)
BuildRequires: perl-devel
BuildRequires: perl(strictures)
BuildArch:  noarch

%description
the Pithub manpage provides a set of modules to access the
http://developer.github.com/v3/ in an object oriented way. There is also
the Net::GitHub manpage which does the same for all the versions (v1, v2,
v3) of the Github API. the Pithub manpage supports all API calls so far,
but only for v3.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README examples
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.210-3
+ Revision: af810bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5358 |14cr|perl-Plack-1.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack
%define upstream_version 1.0030

%define __noautoreq 'perl\\(Apache::Request.*|perl\\(Apache::Const.*|perl\\(Apache2::.*|perl\\(CGI.*|perl\\(FCGI.*'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Apache::LogFormat::Compiler) >= 0.120.0
BuildRequires: perl(Devel::StackTrace) >= 1.230.0
BuildRequires: perl(Devel::StackTrace::AsHTML) >= 0.110.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::ShareDir) >= 1.0.0
BuildRequires: perl(File::ShareDir::Install) >= 0.30.0
BuildRequires: perl(Filesys::Notify::Simple)
BuildRequires: perl(HTTP::Body) >= 1.60.0
BuildRequires: perl(HTTP::Message) >= 5.814.0
BuildRequires: perl(HTTP::Tiny)
BuildRequires: perl(Hash::MultiValue)
BuildRequires: perl(Pod::Usage) >= 1.360.0
BuildRequires: perl(Stream::Buffered) >= 0.20.0
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::TCP)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(URI) >= 1.590.0
BuildRequires: perl(parent)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Plack is a set of tools for using the PSGI stack. It contains middleware
components, a reference server and utilities for Web application
frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI.

See the PSGI manpage for the PSGI specification and the PSGI::FAQ manpage
to know what PSGI and Plack are and why we need them.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README eg
%{_bindir}/*
%{_mandir}/man?/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-3
+ Revision: b982225
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5359 |14cr|perl-Plack-Middleware-Cached-0.150.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack-Middleware-Cached
%define upstream_version 0.15

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    No summary found



License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Plack/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Clone)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(Plack::Builder)
BuildRequires: perl(Plack::Middleware)
BuildRequires: perl(Plack::Util::Accessor)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(overload)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module can be used to glue a cache to a the PSGI manpage applications
or middleware. A *cache* is an object that provides at least two methods to
get and set data, based on a key. Existing cache modules on CPAN include
the CHI manpage, the Cache manpage, and the Cache::Cache manpage.
Plack::Middleware::Cached is put in front of a PSGI application as
middleware. Given a request in form of a PSGI environment E, it either
returns the matching response R from its cache, or it passed the request to
the wrapped application, and stores the application's response in the
cache:

                      ________          _____
    Request  ===E===>|        |---E--->|     |
                     | Cached |        | App |
    Response <==R====|________|<--R----|_____|

In most cases, only a part of the environment E is relevant to the request.
This relevant part is called the caching *key*. By default, the key is set
to the value of REQUEST_URI from the environment E.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-3
+ Revision: 3350243
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5360 |14cr|perl-Plack-Middleware-Deflater-0.120.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack-Middleware-Deflater
%define upstream_version 0.12

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Compress response body with Gzip or Deflate


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Plack/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(Filter::Util::Call)
BuildRequires: perl(IO::Compress::Deflate)
BuildRequires: perl(IO::Compress::Gzip)
BuildRequires: perl(Plack)
BuildRequires: perl(Test::More) >= 0.960.0
BuildRequires: perl(Test::Requires)
BuildRequires: perl-devel
BuildArch:  noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-4
+ Revision: 0be3fae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5361 |14cr|perl-Plack-Middleware-FixMissingBodyInRedirect-0.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack-Middleware-FixMissingBodyInRedirect
%define upstream_version 0.09

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Set body for redirect response, if it's not already set


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Plack/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp::Always)
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(Plack::Builder)
BuildRequires: perl(Plack::Middleware)
BuildRequires: perl(Plack::Test)
BuildRequires: perl(Plack::Util)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module sets body in redirect response, if it's not already set.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-3
+ Revision: af68ebc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5362 |14cr|perl-Plack-Middleware-ForceEnv-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack-Middleware-ForceEnv
%define upstream_version 0.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5

Summary:    Force set environment variables for testing


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Plack/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Plack)
BuildRequires: perl-devel
BuildArch: noarch

%description
ForceEnv modifies the environment passed to the application by adding your
specified key value pairs.

This is primarily useful when testing apps under plackup (or similar) in a
development environment.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 3a0c224
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5363 |14cr|perl-Plack-Middleware-LogErrors-0.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack-Middleware-LogErrors
%define upstream_version 0.001

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Map psgi.errors to psgix.logger or other logger


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Plack/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(Plack::Middleware)
BuildRequires: perl(Plack::Test)
BuildRequires: perl(Plack::Util::Accessor)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(TAP::Harness::Env)
BuildRequires: perl(Test::CheckDeps)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.094
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(strictures)
BuildRequires: perl(warnings)
BuildArch: noarch

%description
'psgi.errors' defaults to 'stderr' in most backends, which results in
content going somewhere unhelpful like the server console.

This middleware simply remaps the 'psgi.errors' stream to the
'psgix.logger' stream, or an explicit logger that you provide.

This is especially handy when used in combination with other middlewares
such as the Plack::Middleware::LogWarn manpage (which diverts Perl warnings
to 'psgi.errors'); the Plack::Middleware::HTTPExceptions manpage (which
diverts uncaught exceptions to 'psgi.errors'); and the
Plack::Middleware::AccessLog manpage, which defaults to 'psgi.errors' when
not passed a logger -- which is also automatically applied via the plackup
manpage (so if you provided no '--access-log' option indicating a filename,
'psgi.errors' is used).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor

./Build

# %check
# ./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes INSTALL LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-3
+ Revision: c792c1f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5364 |14cr|perl-Plack-Middleware-LogWarn-0.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack-Middleware-LogWarn
%define upstream_version 0.001002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Converts to warns to log messages


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Plack/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Plack)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildArch: noarch

%description
LogWarn is a 'Plack::Middleware' component that will help you get warnings
into a logger. You probably want to use some sort of real logging system
such as the Log::Log4perl manpage and another 'Plack::Middleware' such as
the Plack::Middleware::Log4perl manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-3
+ Revision: e76b487
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5365 |14cr|perl-Plack-Middleware-MethodOverride-0.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack-Middleware-MethodOverride
%define upstream_version 0.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    No summary found


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Plack/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Module::Build) >= 0.300.0
BuildRequires: perl(Plack) >= 0.992.900
BuildRequires: perl(Test::Builder) >= 0.700.0
BuildRequires: perl(Test::More) >= 0.700.0
BuildRequires: perl(URI)
BuildArch:  noarch

%description
Writing RESTful apps is a good thing, but if you're also trying to
support web browsers, you're probably going to need some hackish
workarounds. This module provides one such workaround for your Plack
applications.

Specifically, you can also use a header named X-HTTP-Method-Override (as
used by Google for its APIs) override the POST request method. Or you
can add a parameter named x-tunneled-method to your form action's query.
Either way, the overriding works only via POST requests, not GET.

If either of these attributes are available in a POST request, the
REQUEST_METHOD key of the Plack environment hash will be replaced with
its value. This allows your apps to override any HTTP method over POST.
If your application needs to know that such overriding has taken place,
the original method is stored under the plack.original_request_method
key in the Plack environment hash.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.yml MYMETA.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-3
+ Revision: 2be37f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5366 |14cr|perl-Plack-Middleware-Negotiate-0.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack-Middleware-Negotiate
%define upstream_version 0.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Apply HTTP content negotiation as Plack middleware


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Plack/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(HTTP::Negotiate)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(Log::Contextual)
BuildRequires: perl(Log::Contextual::WarnLogger)
BuildRequires: perl(Plack::Builder)
BuildRequires: perl(Plack::Middleware)
BuildRequires: perl(Plack::Request)
BuildRequires: perl(Plack::Test)
BuildRequires: perl(Plack::Util::Accessor)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl(aliased)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(strictures)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Plack::Middleware::Negotiate applies HTTP content negotiation to a the PSGI
manpage request. The PSGI environment key 'negotiate.format' is set to the
chosen format name. In addition to normal content negotiation one may
enable explicit format selection with a path extension or query parameter.
The middleware takes care for rewriting and restoring PATH_INFO if it is
configured to detect and strip a format extension. The PSGI response is
enriched with corresponding HTTP headers Content-Type and Content-Language
unless these headers already exist.

If used as pure application, this middleware returns a HTTP status code 406
if no format could be negotiated.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-3
+ Revision: 59c2b1e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5367 |14cr|perl-Plack-Middleware-RemoveRedundantBody-0.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack-Middleware-RemoveRedundantBody
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Removes body for HTTP response if it's not required


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Plack/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp::Always)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(Plack::Builder)
BuildRequires: perl(Plack::Middleware)
BuildRequires: perl(Plack::Test)
BuildRequires: perl(Plack::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module removes body in HTTP response, if it's not required.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-3
+ Revision: ee81c83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5368 |14cr|perl-Plack-Middleware-ReverseProxy-0.150.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack-Middleware-ReverseProxy
%define upstream_version 0.15

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Supports app to run as a reverse proxy backend


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Plack/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(Plack) >= 0.998.800
BuildRequires: perl(Plack::Middleware)
BuildRequires: perl(Plack::Request)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Plack::Middleware::ReverseProxy resets some HTTP headers, which changed by
reverse-proxy. You can specify the reverse proxy address and stop fake
requests using 'enable_if' directive in your app.psgi.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-4
+ Revision: a6a819e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5369 |14cr|perl-Plack-Test-ExternalServer-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack-Test-ExternalServer
%define upstream_version 0.01

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5

Summary:    Run HTTP tests on external live servers


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Plack/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Plack::Loader)
BuildRequires: perl(Plack::Test)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::TCP)
BuildRequires: perl(URI)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module allows your to run your Plack::Test tests against an external
server instead of just against a local application through either mocked
HTTP or a locally spawned server.

See the Plack::Test manpage on how to write tests that can use this module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: 5cbc08d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5370 |14cr|perl-POD2-Base-0.43.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POD2-Base
%define upstream_version 0.043

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	This module is an abstraction of the code in POD2::IT and POD2::FR

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POD2/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(strict)
BuildRequires:	perl(vars)
BuildRequires:	perl(warnings)
BuildArch:	noarch

%description
This module is an abstraction of the code in POD2::IT and POD2::FR. These
modules belong to the Italian and the French translation projects of core
Perl pods.

Once a translation package had been installed, the translated documentation
can be accessed with:

    $ perldoc POD2::<lang>::<podname>

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.43.0-5
+ Revision: f4a47bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5371 |14cr|perl-Pod-Abstract-0.200.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Abstract
%define upstream_version 0.20

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5

License:    GPL+ or Artistic
Group:      Development/Perl
Summary:    Basic multipart section numbering


Source0:    http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz
Url:        http://search.cpan.org/dist/%{upstream_name}

BuildRequires: perl-devel
BuildRequires: perl(IO::String)
BuildArch: noarch

%description
POD::Abstract provides a means to load a POD (or POD compatible) document
without direct reference to it's syntax, and perform manipulations on the
abstract syntax tree.

This can be used to support additional features for POD, to format output,
to compile into alternative formats, etc.

WHY?
    If you've ever asked yourself "What does Pod do for me?", this module
    is intended to answer that question.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
/usr/bin/paf




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-5
+ Revision: c521665
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5372 |14cr|perl-Pod-Compiler-0.210.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Compiler
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Compile POD into an object tree

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/Pod-Compiler-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Pod::Parser)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl(Tree::DAG_Node)
BuildArch:	noarch

%description
This package, based on Pod::Parser, compiles a given POD document into an
object tree (based on Tree::DAG_Node). It prints errors and warnings about the
POD it reads. The result can be used to conveniently convert the POD into any
other format.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/podlint
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.210.0-3
+ Revision: 34fba3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5373 |14cr|perl-Pod-Constants-0.160.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Constants
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Pod::Constants - Include constants from POD

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SA/SAMV/%{upstream_name}-%{upstream_version}.tar.bz2
# Fails with current MakeMaker
Patch0:		Pod-Constants-0.16-makemaker.patch

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Pod::Constants allows you to extract data from your POD at run-time,
meaning you can do things like declare constants in POD and not have
to update two places at once every time you make a change.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Pod/Constants.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-4
+ Revision: 46f644b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5374 |14cr|perl-Pod-Coverage-Moose-0.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Coverage-Moose
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	L<Pod::Coverage> extension for L<Moose>


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Test::Requires)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Perl6::Junction)
BuildRequires:	perl(Pod::Coverage)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(namespace::clean)
BuildArch:	noarch

%description
When using the Pod::Coverage manpage in combination with the Moose manpage,
it will report any method imported from a Role. This is especially bad when
used in combination with the Test::Pod::Coverage manpage, since it takes
away its ease of use.

To use this module in combination with the Test::Pod::Coverage manpage, use
something like this:

  use Test::Pod::Coverage;
  all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::Moose'});

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-3
+ Revision: 9ba27fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5375 |14cr|perl-Pod-Coverage-TrustPod-0.100.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Coverage-TrustPod
%define upstream_version 0.100003

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Allow a module's pod to contain Pod::Coverage hints

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/Pod-Coverage-TrustPod-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Pod::Coverage)
BuildRequires:	perl(Pod::Eventual::Simple)
BuildArch:	noarch

%description
This is a Pod::Coverage subclass (actually, a subclass of
Pod::Coverage::CountParents) that allows the POD itself to declare certain
symbol names trusted.

Here is a sample Perl module:

    package Foo::Bar;

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.3-3
+ Revision: 71db74c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5376 |14cr|perl-Pod-Elemental-0.103.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Elemental
%define upstream_version 0.103001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A Pod =command element


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Module::Implementation)
BuildRequires:	perl(Encode)
BuildRequires:	perl(Mixin::Linewise::Readers)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Pod::Eventual::Simple)
BuildRequires:	perl(String::RewritePrefix)
BuildRequires:	perl(String::Truncate)
BuildRequires:	perl(Sub::Exporter::ForMethods)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
This is a test. How many times do I need to tell you that?

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.103.1-2
+ Revision: 22992de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5377 |14cr|perl-Pod-Elemental-PerlMunger-0.200.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Elemental-PerlMunger
%define upstream_version 0.200002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A thing that takes a string of Perl and rewrites its documentation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(List::AllUtils)
BuildRequires:	perl(Moose)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Pod::Elemental)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
A thing that takes a string of Perl and rewrites its documentation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.2-3
+ Revision: e058857
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5378 |14cr|perl-Pod-Elemental-Transformer-List-0.102.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Elemental-Transformer-List
%define upstream_version 0.102000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Transform :list regions into =over/=back to save typing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/Pod-Elemental-Transformer-List-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(Pod::Elemental)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
Transform :list regions into =over/=back to save typing.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.102.0-3
+ Revision: f29a66a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5379 |14cr|perl-Pod-Elemental-Transformer-WikiDoc-0.93.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Elemental-Transformer-WikiDoc
%define upstream_version 0.093003

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A transformer to replace "wikidoc" data regions with Pod5 elements

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/Pod-Elemental-Transformer-WikiDoc-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Pod::Weaver::Role::Dialect)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Pod::Elemental)
BuildRequires:	perl(Pod::WikiDoc)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
A transformer to replace "wikidoc" data regions with Pod5 elements

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.93.3-3
+ Revision: 4744b29
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5380 |14cr|perl-Pod-Eventual-0.94.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Eventual
%define upstream_version 0.094001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Just get an array of the stuff Pod::Eventual finds

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/Pod-Eventual-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Mixin::Linewise::Readers)
BuildRequires:	perl(Test::Deep)
BuildArch:	noarch

%description
POD is a pretty simple format to write, but it can be a big pain to deal
with reading it and doing anything useful with it. Most existing POD
parsers care about semantics, like whether a '=item' occurred after an
'=over' but before a 'back', figuring out how to link a 'L<>', and other
things like that.

Pod::Eventual is much less ambitious and much more stupid. Fortunately,
stupid is often better. (That's what I keep telling myself, anyway.)

Pod::Eventual reads line-based input and produces events describing each
POD paragraph or directive it finds. Once complete events are immediately
passed to the 'handle_event' method. This method should be implemented by
Pod::Eventual subclasses. If it isn't, Pod::Eventual's own 'handle_event'
will be called, and will raise an exception.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.94.1-3
+ Revision: d8e60e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5381 |14cr|perl-Pod-Generated-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Generated
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Template plugin to help generate POD

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::ISA)
BuildRequires:	perl(Devel::Peek)
BuildRequires:	perl(Devel::Symdump)
BuildRequires:	perl(Module::Install::Template)
BuildRequires:	perl(Template)
BuildRequires:	perl(Test::Compile)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Conjunct)
BuildRequires:	perl(UNIVERSAL::require)
BuildRequires:	perl(YAML)
BuildArch:	noarch

%description
This module provides support for generating POD documentation for your
modules during 'make' time. It does not itself generate the documentation -
the combination of the Module::Install::Template manpage and the
Template::Plugin::PodGenerated manpage does that.

Also see the Pod::Generated::Attributes manpage.

Modules that generate methods - such as the Class::Accessor manpage - might
want to use this module. the Class::Accessor::Complex manpage, the
Class::Accessor::Constructor manpage and the Class::Accessor::FactoryTyped
manpage do support generated documentation, or will do so shortly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# outdated and broken, use system perl-YAML instead
rm -f inc/YAML.pm

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: 65c6485
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5382 |14cr|perl-Pod-Loom-0.80.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Loom
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Do-nothing template for Pod::Loom


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Moose)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Pod::Eventual)
BuildRequires:	perl(String::RewritePrefix)
BuildArch:	noarch

%description
Pod::Loom extracts all the POD sections from Perl code, passes the POD to a
template that may reformat it in various ways, and then returns a copy of
the code with the reformatted POD at the end.

A template may convert non-standard POD commands like '=method' and '=attr'
into standard POD, reorder sections, and generally do whatever it likes to
the POD.

The document being reformatted can specify the template to use with a line
like this:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-2
+ Revision: 3dcb1c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5383 |14cr|perl-Pod-Markdown-2.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Markdown
%define upstream_version 2.001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Convert POD to Markdown


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Pod::Parser)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(parent)
BuildArch:	noarch

%description
This module subclasses the Pod::Parser manpage and converts POD to
Markdown.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_bindir}/pod2markdown
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-2
+ Revision: d48eb09
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5384 |14cr|perl-Pod-MinimumVersion-50.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-MinimumVersion
%define upstream_version 50

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Report object from Pod::MinimumVersion

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::String)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Pod::Parser)
BuildRequires:	perl(Test)
BuildRequires:	perl(version)
BuildArch:	noarch

%description
'Pod::MinimumVersion' parses the POD in a Perl script, module, or document,
and reports what version of Perl is required to process the directives in
it with 'pod2man' etc.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_bindir}/pod-minimumversion
%{_mandir}/man3/*
%{_mandir}/man1/pod-minimumversion.1*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 50.0.0-4
+ Revision: ee3ffdb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5385 |14cr|perl-Pod-POM-Web-1.200.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-POM-Web
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Fulltext search for Pod::POM::Web


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Alien::GvaScript)
BuildRequires:	perl(Config)
BuildRequires:	perl(Encode::Guess)
BuildRequires:	perl(HTTP::Daemon)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(MIME::Types)
BuildRequires:	perl(Module::CoreList)
BuildRequires:	perl(POSIX)
BuildRequires:	perl(Pod::POM)
BuildRequires:	perl(Pod::POM::View::HTML)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(URI)
BuildRequires:	perl(URI::QueryParam)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
the Pod::POM::Web manpage is a Web application for browsing the
documentation of Perl components installed on your local machine. Since
pages are dynamically generated, they are always in sync with code actually
installed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.200.0-2
+ Revision: 9fbde32
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5386 |14cr|perl-Pod-PseudoPod-0.180.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Pod-PseudoPod
%define upstream_version 0.18

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4
Summary:    A framework for parsing O'Reilly's PseudoPod
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/A/AR/ARANDAL/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(HTML::Entities)
BuildRequires: perl(Module::Build) >= 0.380.0
BuildRequires: perl(Pod::Simple) >= 3.20.0
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Wrap) >= 98.112.902
BuildRequires: perl-devel
BuildArch:  noarch

%description
PseudoPod is an extended set of Pod tags used by O'Reilly and Associates
publishing for book manuscripts. Standard Pod doesn't have all the markup
options you need to mark up files for publishing production. PseudoPod adds a
few extra tags for footnotes, tables, sidebars, etc.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes LICENSE META.json META.yml README examples
%{perl_vendorlib}/Pod/PseudoPod.pm
%{perl_vendorlib}/Pod/PseudoPod/*
%{_mandir}/*/*
%{_bindir}/*


%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-4
+ Revision: 373b1d2
- Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5387 |14cr|perl-Pod-PseudoPod-LaTeX-1.201.107.100-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-PseudoPod-LaTeX
%define upstream_version 1.20110710

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Convert Pod::PseudoPod documents into LaTeX

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Pod/Pod-PseudoPod-LaTeX-%{upstream_version}.tar.gz

BuildRequires: perl(IO::String)
BuildRequires: perl(Pod::PseudoPod)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildRequires: perl-devel

BuildArch: noarch

%description
Convert Pod::PseudoPod documents into LaTeX

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/ppod2latex


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.201.107.100-3
+ Revision: 99344d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5388 |14cr|perl-Pod-Readme-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Readme
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Convert Module POD to a README file

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Pod::Text)
BuildRequires:	perl(Regexp::Common)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)

BuildArch:	noarch

%description
This module is a subclass of L<Pod::PlainText> which provides additional
POD markup for generating F<README> files.

Why should one bother with this? One can simply use

  pod2text Module.pm > README

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: e49ba92
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5389 |14cr|perl-Pod-Spell-CommonMistakes-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Spell-CommonMistakes
%define upstream_version 1.000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Holds the wordlist data for Pod::Spell::CommonMistakes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Pod::Spell)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module looks for any typos in your POD. It differs from the Pod::Spell
manpage or the Test::Spelling manpage because it uses a custom wordlist and
doesn't use the system spellchecker. The idea for this came from the the
http://wiki.debian.org/Teams/Lintian manpage code in Debian, thanks!

To use this, just pass it a filename that has POD in it and you'll get a
hashref back. If the hashref is empty that means the checker found no
misspelled words. If it contains keys, then the keys are the bad words and
the values are the suggested spelling.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: 56b8491
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5390 |14cr|perl-Pod-Strip-1.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Pod-Strip
%define upstream_version 1.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Remove POD from Perl code 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.bz2

%if %{mdkversion} < 1010
BuildRequires:	perl-devel
%endif
Buildrequires:	perl(Module::Build)
Buildrequires:	perl(Pod::Simple)
Requires:	    perl(Pod::Simple)
BuildArch:	noarch

%description
Pod::Strip is a subclass of Pod::Simple that strips all POD from Perl Code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot}

%check
./Build test

%clean

%files
%doc Changes README
%{perl_vendorlib}/Pod
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-3
+ Revision: fa8bfbd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5391 |14cr|perl-Pod-Tests-1.190.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Pod-Tests
%define upstream_version 1.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Extracts embedded tests and code examples from POD

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a specialized POD viewer to extract embedded tests and code examples
from POD. It doesn't do much more than that. pod2test does the useful work.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
chmod 644 Changes README
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/pod2test
%{perl_vendorlib}/Pod/*.pm
%{_mandir}/man1/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.190.0-4
+ Revision: d580a8d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5392 |14cr|perl-Pod-Text-Ansi-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Text-Ansi
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Convert POD to ANSI-colored text

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Pod::Text)
BuildRequires:	perl(Term::ANSIColor)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Pod::Text::Ansi is a simple subclass of Pod::Text that highlights output
text using ANSI color escape sequences. Apart from the color, it in all
ways functions like Pod::Text. See the Pod::Text manpage for details and
available options.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: db888b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5393 |14cr|perl-Pod-Weaver-4.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Weaver
%define upstream_version 4.006

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A bundle for the most commonly-needed prep work for a pod document

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/Pod-Weaver-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Config::INI)
BuildRequires:	perl(Config::MVP::Reader::INI)
BuildRequires:	perl(Config::MVP)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Log::Dispatchouli)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Pod::Elemental)
BuildRequires:	perl(Pod::Eventual::Simple)
BuildRequires:	perl(Software::License)
BuildRequires:	perl(String::Flogger)
BuildRequires:	perl(String::RewritePrefix)
BuildRequires:	perl(String::Formatter)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
Pod::Weaver is a system for building Pod documents from templates. It
doesn't perform simple text substitution, but instead builds a
Pod::Elemental::Document. Its plugins sketch out a series of sections that
will be produced based on an existing Pod document or other provided
information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.6.0-3
+ Revision: e4d4934
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5394 |14cr|perl-Pod-WikiDoc-0.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-WikiDoc
%define upstream_version 0.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.20
Release:	3

Summary:	Examples of Pod::WikiDoc usage

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/Pod-WikiDoc-0.20.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cwd)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(Getopt::Lucid)
BuildRequires:	perl(IO::String)
BuildRequires:	perl(IPC::Run3)
BuildRequires:	perl(Parse::RecDescent)
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(Probe::Perl)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Balanced)
BuildArch:	noarch

%description
Pod works well, but writing it can be time-consuming and tedious. For
example, commonly used layouts like lists require numerous lines of text to
make just a couple of simple points. An alternative approach is to write
documentation in a wiki-text shorthand (referred to here as _wikidoc_) and
use Pod::WikiDoc to extract it and convert it into its corresponding Pod as
a separate '.pod' file.

Documentation written in wikidoc may be embedded in Pod format blocks, or,
optionally, in specially marked comment blocks. Wikidoc uses simple
text-based markup like wiki websites to indicate formatting and links. (See
the /WIKIDOC MARKUP manpage, below.)

Pod::WikiDoc processes text files (or text strings) by extracting both
existing Pod and wikidoc, converting the wikidoc to Pod, and then writing
the combined document back to a file or standard output.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man?/*
%{perl_vendorlib}/*
%{_bindir}/wikidoc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-3
+ Revision: 0453abc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5395 |14cr|perl-Pod-Wordlist-hanekomu-1.132.680-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Wordlist-hanekomu
%define upstream_version 1.132680

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Add words for spell checking POD

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/Pod-Wordlist-hanekomu-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Pod::Wordlist)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Spelling)
BuildArch:	noarch

%description
This module, when loaded, adds stopwords for POD spell checking, that is,
words that should be ignored by the spell check.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.132.680-3
+ Revision: 87105bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5396 |14cr|perl-Pod-Xhtml-1.610.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Xhtml
%define upstream_version 1.61

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Allow off-page links in POD to point to a URL

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		Pod-Xhtml-1.59-uri_escape.patch

BuildRequires:	perl-devel
BuildRequires:	perl(Pod::ParseUtils)
BuildRequires:	perl(Pod::Parser)
BuildRequires:	perl(Test::Assertions::TestScript)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI::Escape)

BuildArch:	noarch

%description
This is a module to translate POD to Xhtml. Lorem ipsum the Dolor/Dolor
manpage sit amet consectueur adipscing elit. Sed diam nomumny. This is a
module to translate POD to Xhtml. /Lorem ipsum dolor sit amet consectueur
adipscing elit. Sed diam nomumny. This is a module to translate _POD_ to
Xhtml. *Lorem* ipsum _dolor_ sit amet 'consectueur adipscing' elit. . This
is a module to translate POD to Xhtml. See the /Lorem manpage ipsum dolor
sit amet consectueur adipscing elit. Sed diam the nomumny manpage. the
http://foo.bar/baz/ manpage

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# https://rt.cpan.org/Public/Bug/Display.html?id=56324
%patch0 -p1 -b .uri

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man?/*
%{perl_vendorlib}/*
%{_bindir}/pod2xhtml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.610.0-5
+ Revision: 52a599e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5397 |14cr|perl-POE-1.358.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 POE
%define upstream_version 1.358

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		2

Summary:	Portable multitasking and networking framework for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz
# This upstream_name naming scheme does not follow path names...

BuildRequires:	perl-devel
BuildRequires:	perl(Curses)
BuildRequires:	perl(IO::Pipely)
BuildRequires:	perl(IO::Pty)
BuildRequires:	perl(IO::Tty)
BuildRequires:	perl(POE::Test::Loops)
BuildRequires:	perl(Socket6)
BuildRequires:	perl(Term::ReadKey)
BuildRequires:	perl-libwww-perl
BuildArch:	noarch
Provides:	perl(POE::Resource::Controls)

%description
POE is a framework for cooperative, event driven multitasking in Perl.

POE originally was developed as the core of a persistent object server and
runtime environment. It has evolved into a general purpose multitasking and
networking framework, encompassing and providing a consistent interface to
other event loops such as Event and the Tk and Gtk toolkits.

POE is a mature framework for creating multitasking programs in Perl.  It has
been in active development since 1998.  It has been used in mission-critical
systems such as internetworked financial markets, file systems, commerce and
application servers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 755 examples
chmod 755 examples/*.perl

%build
perl Makefile.PL INSTALLDIRS=vendor --default
%make

%check
DISPLAY= make test

%install
%makeinstall_std

%files
%doc CHANGES HISTORY README examples TODO
%{perl_vendorlib}/POE
%{perl_vendorlib}/*.pm
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:1.358.0-3
+ Revision: bf0a791
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5398 |14cr|perl-POE-API-Peek-2.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-API-Peek
%define upstream_version 2.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		1

Summary:	Peek into the internals of a running POE environment

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/POE-API-Peek-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Devel::Size)
BuildRequires:	perl(POE)
BuildRequires:	perl(Test::NoWarnings)
BuildArch:	noarch

%description
POE::API::Peek extends the POE::Kernel interface to provide clean access to 
Kernel internals in a cross-version compatible manner. Other calculated 
data is also available.

%prep
%setup -q -n POE-API-Peek-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/POE
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.200.0-3
+ Revision: dccafff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5399 |14cr|perl-POE-Component-Client-DNS-1.53.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 POE-Component-Client-DNS
%define upstream_version 1.053

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	POE::Component::Client::DNS - non-blocking, concurrent DNS requests

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/POE-Component-Client-DNS-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Net::DNS)
BuildRequires:	perl(POE)
BuildRequires:	perl(Test::NoWarnings)
BuildArch:	noarch

%description
POE::Component::Client::DNS provides a facility for non-blocking, concurrent
DNS requests. Using POE, it allows other tasks to run while waiting for name
servers to respond.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README CHANGES
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.53.0-3
+ Revision: bb792ea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5400 |14cr|perl-POE-Component-Client-HTTP-0.948.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-Client-HTTP
%define upstream_version 0.948

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Non-blocking/parallel web requests engine

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/POE-Component-Client-HTTP-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(Net::HTTP::Methods)
BuildRequires:	perl(POE)
BuildRequires:	perl(POE::Component::Client::Keepalive)
BuildRequires:	perl(Test::POE::Server::TCP)
BuildRequires:	perl(Socket::GetAddrInfo)
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
The HTTPHead filter turns stream data that has the appropriate format
into a HTTP::Response object. In an all-POE world, this would sit on
the other end of a connection as POE::Filter::HTTPD/

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{_mandir}/man3/*
%{perl_vendorlib}/POE



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.948.0-3
+ Revision: 4b3e43f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5401 |14cr|perl-POE-Component-Client-Ident-1.160.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 POE-Component-Client-Ident
%define upstream_version 1.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A component that provides non-blocking ident lookups to your sessions

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(POE)
BuildRequires:	perl(Test::POE::Server::TCP)
BuildArch:	noarch

%description
POE::Component::Client::Ident is a POE component that provides non-blocking
Ident lookup services to other components and sessions. The Ident protocol
is described in RFC 1413

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/POE
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.160.0-5
+ Revision: 732d9e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5402 |14cr|perl-POE-Component-Client-Keepalive-0.266.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-Client-Keepalive
%define upstream_version 0.266

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Epoch:		1

Summary:	Manage connections, with keep-alive

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Net::IP)
BuildRequires:	perl(POE)
BuildRequires:	perl(POE::Component::Client::DNS)
BuildRequires:	perl(POE::Component::Resolver)
BuildArch:	noarch

%description
POE::Component::Client::Keepalive creates and manages connections for
other components. It maintains a cache of kept-alive connections for
quick reuse. It is written specifically for clients that can benefit
from kept-alive connections, such as HTTP clients. Using it for one-shot
connections would probably be silly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.266.0-4
+ Revision: 498dabb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5403 |14cr|perl-POE-Component-Client-MPD-2.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-Client-MPD
%define upstream_version 2.000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	POE component to speak with MPD servers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Sub::Identify)
BuildRequires: perl(List::AllUtils)
BuildRequires:	perl(Audio::MPD::Common::Item)
BuildRequires:	perl(Audio::MPD::Common::Stats)
BuildRequires:	perl(Audio::MPD::Common::Status)
BuildRequires:	perl(Carp)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(MooseX::POE)
BuildRequires:	perl(MooseX::SemiAffordanceAccessor)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(POE)
BuildRequires:	perl(POE::Component::Client::TCP)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Corpus::Audio::MPD)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
POCOCM gives a clear message-passing interface (sitting on top of POE) for
talking to and controlling MPD (Music Player Daemon) servers. A connection
to the MPD server is established as soon as a new POCOCM object is created.

Commands are then sent to the server as messages are passed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-2
+ Revision: 8f24b5c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5404 |14cr|perl-POE-Component-IKC-0.2302-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   POE-Component-IKC

Name:		perl-%{realname}
Version:	0.2302
Release:	3
License:	GPL or Artistic
Group:		Development/Perl
Summary:	POE IKC proxy session

Url:		http://search.cpan.org/dist/%{realname}
Source:		http://www.cpan.org/modules/by-module/POE/%{realname}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(POE)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This is Inter-Kernel Communication for POE.  It is used to get events
from one POE kernel to another

%prep
%setup -q -n %{realname}-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2302-3
+ Revision: d7cc0c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5405 |14cr|perl-POE-Component-IRC-6.870.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  POE-Component-IRC
%define upstream_version 6.87

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A fully event-driven IRC client module

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Date::Format)
BuildRequires:	perl(IRC::Utils)
BuildRequires:	perl(Object::Pluggable)
BuildRequires:	perl(POE::Filter::IRCD)
BuildRequires:	perl(POE::Component::Client::DNS)
BuildRequires:	perl(POE::Component::Client::Ident)
BuildRequires:	perl(POE::Component::Pluggable)
BuildRequires:	perl(POE::Component::Syndicator)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
POE::Component::IRC is a POE (Perl Object Environment) component
which provides a convenient way for POE applications to create a tiny
IRC client session and send and receive IRC events through it. If that
first sentence was a bit too much, go read the POE documentation over
and over until it makes some sense.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 README Changes
find lib -name \*.pm | xargs chmod 644

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes examples
%{perl_vendorlib}/POE
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.870.0-2
+ Revision: f06be59
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5406 |14cr|perl-POE-Component-Logger-1.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-Logger
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group: 		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Log::Dispatch::Config)
BuildRequires:	perl(POE)
BuildArch:	noarch

Requires:	perl(POE)
Requires:	perl(Log::Dispatch::Config)

%description 
%{upstream_name} module for perl.  A highly flexible logger component
for POE that uses Log::Dispatch and Log::Dispatch::Config for
ultimate flexibility and power.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix} 
CFLAGS="%{optflags}" make PREFIX=%{_prefix}


%install
make PREFIX="%{buildroot}%{_prefix}" install

%files
%defattr(444,root,root,755)
%doc README
%{_mandir}/*/*
%{perl_vendorlib}/POE/Component



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-4
+ Revision: 41d7c5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5407 |14cr|perl-POE-Component-Pluggable-1.260.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-Pluggable
%define upstream_version 1.26

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A base class for creating plugin enabled POE Components

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(POE)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
POE::Component::Pluggable is a base class for creating plugin enabled POE
Components. It is a generic port of POE::Component::IRC's plugin system.

If your component dispatches events to registered POE sessions, then
POE::Component::Pluggable may be a good fit for you.

Basic use would involve subclassing POE::Component::Pluggable, then
overriding '_pluggable_event()' and inserting '_pluggable_process()'
wherever you dispatch events from.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/POE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.260.0-4
+ Revision: 718fed7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5408 |14cr|perl-POE-Component-Resolver-0.921.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-Resolver
%define upstream_version 0.921

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A non-blocking getaddrinfo() resolver

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(POE)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Socket::GetAddrInfo)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Time::HiRes)
BuildArch:	noarch

%description
POE::Component::Resolver performs Socket::GetAddrInfo::getaddrinfo() calls
in subprocesses where they're permitted to block as long as necessary.

By default it will run eight subprocesses and prefer address families in
whatever order Socket::GetAddrInfo returns them. These defaults can be
overridden with constructor parameters.

PUBLIC METHODS
    new
        Create a new resolver. Returns an object that must be held and used
        to make requests. See the synopsis.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README CHANGES LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.921.0-4
+ Revision: fbeb137
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5409 |14cr|perl-POE-Component-Server-HTTP-0.90.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 POE-Component-Server-HTTP
%define	upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Poe Component to write HTTP server

License:	Artistic and GPL+	
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(POE::API::Peek)
BuildRequires:	perl(LWP)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(HTTP::Date)
BuildRequires:	perl(HTTP::Status)
BuildRequires:	perl(YAML)
BuildArch:	noarch

%description
POE::Component::Server::HTTP (PoCo::HTTPD) is a framework for building custom 
HTTP servers based on POE. 
It is loosely modeled on the ideas of apache and the mod_perl/Apache module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Seem to fail for now reason
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/POE
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-4
+ Revision: 3eace2f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5410 |14cr|perl-POE-Component-Server-Syslog-1.200.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-Server-Syslog
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Syslog server ability for POE

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(IO::Socket)
BuildRequires:	perl(POE)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Time::ParseDate)
BuildArch:	noarch

%description
This module follows the POE::Filter specification. Actually, it
technically supports both the older specification (C<get>) and the newer
specification (C<get_one>). If, at some point, POE deprecates the older
specification, this module will drop support for it. As such, only use
of the newer specification is recommended.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
rm -f t/000-signature.t
make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.200.0-5
+ Revision: ba0b828
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5411 |14cr|perl-POE-Component-Server-XMLRPC-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-Server-XMLRPC
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	Perl module to publish POE event handlers via XMLRPC over HTTP
License:	Artistic and GPL+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(POE::Component::Server::HTTP)
BuildRequires:	perl(SOAP::Lite) 
BuildRequires:	perl(XMLRPC::Lite)
BuildArch:	noarch

%description
POE::Component::Server::XMLRPC is a bolt-on component that can publish a event
handlers via XMLRPC over HTTP.

%prep
%setup -q -n POE-Component-Server-XMLRPC-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README CHANGES
%{perl_vendorlib}/POE
%{_mandir}/man3/*



%changelog
* Sun Aug 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: aa1b7d6
- Added XMLRPC::Lite BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5412 |14cr|perl-POE-Component-SmokeBox-0.480.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-SmokeBox
%define upstream_version 0.48

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A backend for CPAN::Reporter::Smoker smokers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Env::Sanctify)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::Pty)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(Object::Accessor)
BuildRequires:	perl(POE)
BuildRequires:	perl(Params::Check)
BuildRequires:	perl(String::Perl::Warnings)
BuildRequires:	perl(Test::Harness)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
POE::Component::SmokeBox is a flexible CPAN Smoke testing framework which
provides an extensible method for testing CPAN distributions against
various different smoker backends.

A smoker backend is defined using a the POE::Component::SmokeBox::Smoker
manpage object and is basically the path to a 'perl' executable that is
configured for CPAN Testing and its associated environment settings.

The 'perl' executable must be configured appropriately to support CPAN
testing with any of the currently supported backends, the
CPANPLUS::YACSmoke manpage, the CPAN::YACSmoke manpage or the
CPAN::Reporter manpage. Additional backends may be supported by inheriting
and extending the backend base class the
POE::Component::SmokeBox::Backend::Base manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.480.0-4
+ Revision: 482088d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5413 |14cr|perl-POE-Component-SmokeBox-Dists-1.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-SmokeBox-Dists
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Search for CPAN distributions by cpanid or distribution name

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl(CPAN::DistnameInfo)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Fetch)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::Zlib)
BuildRequires:	perl(POE)
BuildRequires:	perl(Sort::Versions)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
Requires:	perl(CPAN::DistnameInfo)
Requires:	perl(Sort::Versions)
BuildArch:	noarch

%description
POE::Component::SmokeBox::Dists is a the POE manpage component that
provides non-blocking CPAN distribution searches. It is a wrapper around
the File::Fetch manpage for '02packages.details.txt.gz' file retrieval, the
IO::Zlib manpage for extraction and the CPAN::DistnameInfo manpage for
parsing the packages data.

Given either author ( ie. CPAN ID ) or distribution search criteria,
expressed as a regular expression, it will return to a requesting session
all the CPAN distributions that match that pattern.

The component will retrieve the '02packages.details.txt.gz' file to the
'.smokebox' directory. If that file already exists, a newer version will
only be retrieved if the file is older than 6 hours. Specifying the 'force'
parameter overrides this behaviour.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-3
+ Revision: bb7c818
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5414 |14cr|perl-POE-Component-SmokeBox-Recent-1.320.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-SmokeBox-Recent
%define upstream_version 1.32

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	An extremely minimal HTTP client

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CPAN::Recent::Uploads)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTTP::Date)
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(Net::IP)
BuildRequires:	perl(POE)
BuildRequires:	perl(POE::Component::Client::DNS)
BuildRequires:	perl(POE::Filter::HTTP::Parser)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::POE::Client::TCP)
BuildRequires:	perl(Test::POE::Server::TCP)
BuildRequires:	perl(URI)
Requires:	perl(POE::Component::Client::DNS)
Requires:	perl(Test::POE::Client::TCP)
Requires:	perl(CPAN::Recent::Uploads)
BuildArch:	noarch

%description
POE::Component::SmokeBox::Recent is a the POE manpage component for
retrieving recently uploaded CPAN distributions from the CPAN mirror of
your choice.

It accepts a url and an event name and attempts to download and parse the
RECENT file from that given url.

It is part of the SmokeBox toolkit for building CPAN Smoke testing
frameworks.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
export PERL_MM_USE_DEFAULT=1
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.320.0-4
+ Revision: 7f762cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5415 |14cr|perl-POE-Component-Syndicator-0.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-Syndicator
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A POE component base class which implements the Observer pattern

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires:	perl(Object::Pluggable) >= 1.290.0
BuildRequires:	perl(POE) >= 1.311.0
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
POE::Component::Syndicator is a base class for POE components which need to
handle a persistent resource (e.g. a connection to an IRC server) for one
or more sessions in an extendable way.

This module (as well as Object::Pluggable, which this module inherits from)
was born out of POE::Component::IRC, the guts of which quickly spread to
other POE components. Now they can all inherit from this module instead.

The component provides an event queue, which can be managed with the
methods documented below. It handles delivery of events to the object
itself, all interested plugins, and all interested sessions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-3
+ Revision: 9f0ef2d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5416 |14cr|perl-POE-Filter-HTTP-Parser-1.60.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Filter-HTTP-Parser
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	A HTTP POE filter for HTTP clients or servers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTTP::Parser)
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(HTTP::Status)
BuildRequires:	perl(POE)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::POE::Client::TCP)
BuildRequires:	perl(Test::POE::Server::TCP)
Requires:	perl(HTTP::Parser)
BuildArch:	noarch

%description
POE::Filter::HTTP::Parser is a the POE::Filter manpage for HTTP which is
based on the HTTP::Parser manpage.

It can be used to easily create the POE manpage based HTTP servers or
clients.

With the 'type' set to 'client', which is the default behaviour, 'get' will
parse the HTTP::Response manpage objects from HTTP streams and 'put' will
accept the HTTP::Request manpage objects and convert them to HTTP streams.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-7
+ Revision: 9fc3331
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5417 |14cr|perl-POE-Filter-IRCD-2.440.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 POE-Filter-IRCD
%define upstream_version 2.44

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A POE-based parser for the IRC protocol

License:	GPL
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/POE-Filter-IRCD-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(POE)
BuildArch:	noarch

%description
POE::Filter::IRCD is a Perl module that provides a convenient way of parsing
and creating IRC protocol lines.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/POE
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.440.0-3
+ Revision: f1f07ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5418 |14cr|perl-POE-Loop-Tk-1.305.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Loop-Tk
%define upstream_version 1.305

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	A POE/Tk bridge for ActiveState's Tk

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/POE-Loop-Tk-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(POE)
BuildRequires:	perl(POE::Test::Loops)
BuildRequires:	perl(Tk)
BuildRequires:	x11-server-xvfb

BuildArch:	noarch

%description
POE::Loop::Tk implements the interface documented in the POE::Loop manpage.
Therefore it has no documentation of its own. Please see the POE::Loop
manpage for more details.

POE::Loop::Tk is one of two versions of the Tk event loop bridge. The
other, the POE::Loop::TkActiveState manpage accommodates behavior
differences in ActiveState's build of Tk. Both versions share common code
in the POE::Loop::TkCommon manpage. POE::Loop::Tk dynamically selects the
appropriate bridge code based on the runtime enviroment.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
yes | perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# makefile.pl ignores input if not inside a tty :-(
rm run_network_tests
# this test requires interactivity
rm t/poe_loop_tk/wheel_run.t
xvfb-run %make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.305.0-3
+ Revision: e1ad8c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5419 |14cr|perl-POE-Quickie-0.180.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Quickie
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A lazy way to wrap blocking code and programs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/POE-Quickie-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(POE)
BuildRequires:	perl(POE::Filter::Stream)
BuildRequires:	perl(POE::Session)
BuildRequires:	perl(POE::Wheel::Run)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Deep)
BuildArch:	noarch

%description
If you need nonblocking access to an external program, or want to execute
some blocking code in a separate process, but you don't want to write a
wrapper module or some POE::Wheel::Run boilerplate code, then POE::Quickie
can help. You just specify what you're interested in (stdout, stderr,
and/or exit code), and POE::Quickie will handle the rest in a sensible way.

It has some convenience features, such as killing processes after a
timeout, and storing process-specific context information which will be
delivered with every event.

There is also an even lazier API which suspends the execution of your event
handler and gives control back to POE while your task is running, the same
way LWP::UserAgent::POE does. This is provided by the /FUNCTIONS functions
which are exported by default.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-3
+ Revision: c2758da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5420 |14cr|perl-POE-Sugar-Args-1.300.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	POE-Sugar-Args
%define	upstream_version	1.3
%define	pdir	POE

Summary:	%{module} module for perl

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	GPL or Artistic
Group:		Development/Perl
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/POE/POE-Sugar-Args-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{module}
BuildArch:	noarch
BuildRequires:	perl-devel
BuildRequires:  perl(Module::Build)

%description
%{module} module for perl.  This module give an OO representation to
arguments POE passes to event states.  I will not lie to you.  This
adds heavy, bulky code underneath.  On the other hand, it makes
arguments for POE events much more palatable.  Of course, this is a
Sugar module, meaning, it will rot your program in odd (you'll be
hooked) and unexpected ways (performace), but you took the candy so
you can suffer the consequences.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/POE/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.300.0-3
+ Revision: b179ee5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5421 |14cr|perl-POE-Test-Loops-1.354.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Test-Loops
%define upstream_version 1.354

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Reusable tests for POE::Loop authors

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/POE-Test-Loops-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
POE::Test::Loops contains one function, generate(), which will generate all
the loop tests for one or more POE::Loop subclasses.

The the /SYNOPSIS manpage example is a version of the poe-gen-tests
manpage, which is a stand-alone utility to generate the actual tests. the
poe-gen-tests manpage also documents the POE::Test::Loops system in more
detail.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{_mandir}/man3/*
%{_mandir}/man1/poe-gen-tests.1*
%{perl_vendorlib}/POE
%{_bindir}/poe-gen-tests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.354.0-3
+ Revision: 885f010
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5422 |14cr|perl-POE-XS-Loop-EPoll-1.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-XS-Loop-EPoll
%define upstream_version 1.003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    An XS implementation of POE::Loop, using Linux` epoll(2)

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/POE/POE-XS-Loop-EPoll-%{upstream_version}.tar.gz

BuildRequires: perl(POE)
BuildRequires: perl(POE::Test::Loops)
BuildRequires: perl-devel

%description
This class is an implementation of the abstract POE::Loop interface written
in C using the Linux epoll(2) family of system calls.

Signals are left to POE::Loop::PerlSignals.

The epoll_ctl() call returns an error when you attempt to poll regular
files, POE::XS::Loop::EPoll emulate's poll(2)'s behaviour with regular
files under Linux - ie. they're always readable/writeable.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-3
+ Revision: 1363739
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5423 |14cr|perl-POP3Client-2.130.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POP3Client
%define upstream_version 2.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	POP3Client module for perl (Mail_and_Usenet_News/Mail)

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Nagios/%{upstream_name}-%{upstream_version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
POP3Client is a Perl module to provide an object-oriented interface to a
POP3 server.

%prep 
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes  MANIFEST README
%{perl_vendorlib}/Mail/
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.130.0-4
+ Revision: 347ea46
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5424 |14cr|perl-PostScript-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 PostScript
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/S/SH/SHAWNPW/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is the %{upstream_name} module for perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/PostScript
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-4
+ Revision: 956f1b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5425 |14cr|perl-PostScript-Simple-0.70.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 PostScript-Simple
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Produce PostScript files from Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The PostScript::Simple module allows you to have a simple method of writing
PostScript files from Perl. It has graphics primitives that allow lines,
curves, circles, polygons and boxes to be drawn. Text can be added to the page
using standard PostScript fonts.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README TODO
%{perl_vendorlib}/PostScript/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-4
+ Revision: 6b5ff36
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5426 |14cr|perl-PPI-HTML-1.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PPI-HTML
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Generate syntax-hightlighted HTML for Perl using PPI

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/PPI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CSS::Tiny)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
PPI::HTML converts Perl documents into syntax highlighted HTML pages.


%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/ppi2html



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-5
+ Revision: e6c2284
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5427 |14cr|perl-PPI-PowerToys-0.140.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PPI-PowerToys
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A handy collection of small PPI-based utilities

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/PPI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::Find::Rule::Perl)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(IPC::Run3)
BuildRequires:	perl(PPI::Document)
BuildRequires:	perl(Probe::Perl)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Script)
BuildRequires: 	perl(version)

BuildArch:	noarch

%description
The PPI PowerToys are a small collection of utilities for working with Perl
files, modules and distributions.

To kick off the collection, he's added a very simple and raw version of one
of his own little tools.

ppi_version
      > ppi_version show
      > ppi_version change 0.01 0.02

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README META.yml Changes
%{_bindir}/ppi_*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-5
+ Revision: 0eb57b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5428 |14cr|perl-PPI-Tester-0.150.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PPI-Tester
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A wxPerl-based interactive PPI debugger/tester

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/PPI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Devel::Dumpvar)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Script)
BuildRequires:	perl(Wx)
BuildArch:	noarch

%description
This package implements a wxWindows desktop application which provides the
ability to interactively test the PPI perl parser.

The 'PPI::Tester' module implements the application, but is itself of no
use to the user. The launcher for the application 'ppitester' is installed
with this module, and can be launched by simply typing the following from
the command line.

  ppitester

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# require GTK display
# make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{perl_vendorlib}/*
%{_bindir}/ppitester
%{_mandir}/man1/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-5
+ Revision: d1751b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5429 |14cr|perl-PPIx-EditorTools-0.150.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PPIx-EditorTools
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Introduces a temporary variable using PPI

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/PPIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::XSAccessor)
BuildRequires:	perl(PPI)
BuildRequires:	perl(PPI::Find)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Test::NoWarnings) >= 0.084
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Base class and utility methods for manipulating Perl via PPI. Pulled out
from the 'Padre::Task::PPI' code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-5
+ Revision: 42a501d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5430 |14cr|perl-PPI-XS-0.902.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PPI-XS
%define upstream_version 0.902

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    (Minor) XS acceleration for PPI

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/PPI/PPI-XS-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(PPI)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel


%description
PPI::XS provides XS-based acceleration of the core PPI packages. It
selectively replaces a (small but growing) number of methods throughout PPI
with identical but much faster C versions.

Once installed, it will be auto-detected and loaded in by PPI completely
transparently.

Because the C implementations are linked to the perl versions of the same
function, it is preferable to upgrade PPI::XS any time you do a major
upgrade of PPI itself.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc   Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.902.0-3
+ Revision: dcd1cba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5431 |14cr|perl-pQuery-0.70.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    pQuery
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A perl port of jQuery framework

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::TreeBuilder)
BuildArch:	noarch

%description
pQuery is a pragmatic attempt to port the jQuery JavaScript framework to
Perl. It is pragmatic in the sense that it switches certain JavaScript
idioms for Perl ones, in order to make the use of it concise. A primary
goal of jQuery is to "Find things and do things, concisely". pQuery has the
same goal.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-5
+ Revision: a7002f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5432 |14cr|perl-pragma-base-2.180.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    base
%define upstream_version 2.18
Name:		perl-pragma-%{upstream_name}
Version:	%perl_convert_version 2.18
Release:	3

Summary:	Compile-time class fields

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/fields/RGARCIA/base-2.18.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch
Provides:	perl(base)

%description
Unless you are using the 'fields' pragma, consider this module discouraged
in favor of the lighter-weight 'parent'.

Allows you to both load one or more modules, while setting up inheritance
from those modules at the same time. Roughly similar in effect to

    package Baz;
    BEGIN {
        require Foo;
        require Bar;
        push @ISA, qw(Foo Bar);
    }

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.180.0-3
+ Revision: 9370bb9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5433 |14cr|perl-prefork-1.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    prefork
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Optimize module loading across forking and non-forking scenarios

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More) >= 0.47
BuildRequires:	perl(File::Spec) >= 0.82
BuildRequires:	perl(Scalar::Util) >= 1.10
BuildRequires:	perl-ExtUtils-AutoInstall >= 0.49
BuildArch:	noarch
Provides:	perl(prefork)

%description
The prefork pragma is intended to allow module writers to optimise
module loading for both scenarios with as little additional code as
possible.

The prefork.pm is intended to serve as a central and optional
marshalling point for state detection (are we running in procedural or
pre-forking mode) and to act as a relatively light-weight module loader.

Loaders and Forkers
prefork is intended to be used in two different ways.

The first is by a module that wants to indicate that another module
should be loaded before forking. This is known as a "Loader".

The other is a script or module that will be initiating the forking. It
will tell prefork.pm that it is either going to fork, or is about to
fork, and that the modules previously mentioned by the Loaders should be
loaded immediately.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/prefork.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-4
+ Revision: 495e79e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5434 |14cr|perl-Proc-Background-1.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Proc-Background
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Generic interface to Unix and Win32 background process management

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BZ/BZAJAC/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(App::Cache)
BuildRequires:	perl(Class::Accessor::Chained)
BuildArch:	noarch

%description
This is a generic interface for placing processes in the background on both 
Unix and Win32 platforms. This module lets you start, kill, wait on, 
retrieve exit values, and see if background processes still exist.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%{_mandir}/man1/*
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-4
+ Revision: 80d2fa9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5435 |14cr|perl-Proc-InvokeEditor-1.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Proc-InvokeEditor
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl extension for starting a text editor

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Proc/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp::Assert)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module provides the ability to supply some text to an external text
editor, have it edited by the user, and retrieve the results.

The File::Temp module is used to provide secure, safe temporary files, and
File::Temp is set to its highest available level of security. This may
cause problems on some systems where no secure temporary directory is
available.

When the editor is started, no subshell is used. Your path will be scanned
to find the binary to use for each editor if the string given does not
exist as a file, and if a named editor contains whitespace, eg) if you try
to use the editor 'xemacs -nw', then the string will be split on whitespace
and anything after the editor name will be passed as arguments to your
editor. A shell is not used but this should cover most simple cases.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/Proc/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-4
+ Revision: d79a223
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5436 |14cr|perl-Proc-ParallelLoop-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Proc-ParallelLoop

Name:		perl-%{module}
Version:	0.5
Release:	3

Summary:	Execute loops in parallel

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/Proc/%{module}-%{version}.tgz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides a way to easily write for loops and foreach loops that
run with a controlled degree of parallelism. One very nice feature is that
bufferring is used when necessary such that the output from STDERR and
STDOUT looks exactly as if it was produced by running your subroutine on
each parameter in plain old sequential fashion. Return status from each
loop iteration is also preserved.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-3
+ Revision: 3f49c81
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5437 |14cr|perl-Proc-ProcessTable-0.500.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Proc-ProcessTable
%define upstream_version 0.50

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Interface to process table information


License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Proc/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel

%description
This module is a first crack at providing a consistent interface to
Unix (and maybe other multitasking OS's) process table information.
The impetus for this came about with my frustration at having to parse
the output of various systems' ps commands to check whether specific
processes were running on different boxes at a larged mixed Unix site.
The output format of ps was different on each OS, and sometimes
changed with each new release of an OS. Also, running a ps subprocess
from within a perl or shell script and parsing the output was not a
very efficient or aesthetic way to do things.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc README README.linux Changes TODO contrib example.pl
%{perl_vendorarch}/Proc
%{perl_vendorarch}/auto/Proc
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.500.0-3
+ Revision: 585f5b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5438 |14cr|perl-Proc-Simple-1.310.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Proc-Simple
%define upstream_version 1.31

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.31
Release:	3

Summary:	Launch and control background processes

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Proc/Proc-Simple-1.31.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Proc::Simple package provides objects mimicing real-life processes
from a user's point of view.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS="vendor"
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/Proc
# %{perl_vendorlib}/auto/Proc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.310.0-3
+ Revision: 7388fdc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5439 |14cr|perl-Proc-WaitStat-1.0.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Proc-WaitStat
%define upstream_version 1.00

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    11
Summary:	Proc::WaitStat - Interpret and act on wait() status values
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Proc/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl(IPC::Signal)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
This module contains functions for interpreting and acting on wait
status values.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Proc/WaitStat.pm
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-11
+ Revision: 0334c40
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5440 |14cr|perl-ProjectBuilder-0.12.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name ProjectBuilder

Summary:	Provides multi-OSes (Linux/Solaris/...) Continuous Packaging

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.12.6
Release:	2
License:	GPL
Group:		System/Configuration/Packaging
Url:		http://trac.project-builder.org
Source:		ftp://ftp.project-builder.org:21/src/%{upstream_name}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
ProjectBuilder is a perl module providing set of functions
to help develop packages for projects and deal
with different Operating systems (Linux distributions, Solaris, ...).
It implements a Continuous Packaging approach.

%prep
%setup -q -n %{upstream_name}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor CONFDIR=%{_sysconfdir}/pb MANDIR=%{_mandir}
make

%install
%makeinstall_std

%check
make test

%files
%doc NEWS AUTHORS COPYING README
%config(noreplace) %{_sysconfdir}/pb
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_mandir}/man5/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.6-2
+ Revision: bc2ede0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5441 |14cr|perl-Prophet-0.751.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Prophet
%define upstream_version 0.751

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	A distributed database system

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Config::GitLike)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBI)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Exporter::Lite)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(HTTP::Date)
BuildRequires:	perl(HTTP::Server::Simple)
BuildRequires:	perl(HTTP::Server::Simple::CGI)
BuildRequires:	perl(IPC::Run3)
BuildRequires:	perl(JSON)
BuildRequires:	perl(JSON::XS)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(MIME::Base64::URLSafe)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(Module::Refresh)
BuildRequires:	perl(Mouse)
BuildRequires:	perl(Net::Bonjour)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Path::Dispatcher)
BuildRequires:	perl(Proc::InvokeEditor)
BuildRequires:	perl(Template::Declare)
BuildRequires:	perl(Term::ReadKey)
BuildRequires:	perl(Term::ReadLine::Perl)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::HTTP::Server::Simple)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::WWW::Mechanize)
BuildRequires:	perl(Time::Progress)
BuildRequires:	perl(URI)
BuildRequires:	perl(UUID::Tiny)
BuildRequires:	perl(XML::Atom::SimpleFeed)
BuildRequires:	perl(YAML::Syck)
BuildRequires:	perl(Path::Dispatcher::Declarative)
# for testing
BuildRequires:	rsync
BuildRequires:	perl(strictures)

Requires:	perl(Path::Dispatcher::Declarative)
# for server
Requires:	perl(HTTP::Server::Simple::CGI)

BuildArch: noarch

%description
Prophet is a distributed database system designed for small to medium scale
social database applications. Our early targets include things such as bug
tracking.

Design goals
    * Arbitrary record schema

    * Replication

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

# Seems to be quite old and don't pass all tests...
# %check
# ./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes
%{_bindir}/*
%{_mandir}/man?/*
%{perl_vendorlib}/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.751.0-6
+ Revision: c1aefc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5442 |14cr|perl-Quantum-Superpositions-2.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Quantum-Superpositions
%define upstream_version 2.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Conjunctive & Disjunctive logic for Perl5

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Quantum/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Class::Multimethods)
BuildRequires:	perl(strict)
BuildArch:	noarch

%description
The Quantum::Superpositions module adds two new operators to Perl: 'any'
and 'all'.

Each of these operators takes a list of values (states) and superimposes
them into a single scalar value (a superposition), which can then be stored
in a standard scalar variable.

The 'any' and 'all' operators produce two distinct kinds of superposition.
The 'any' operator produces a disjunctive superposition, which may
(notionally) be in any one of its states at any time, according to the
needs of the algorithm that uses it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.20.0-5
+ Revision: aa7c15f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5443 |14cr|perl-Quota-1.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Quota
%define upstream_version 1.7.1
Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	2

Summary:	Quota module for perl 

License:	BSD-like
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TO/TOMZO/Quota-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	tirpc-devel
BuildRequires:	quota


Requires:	quota

%description
The Quota module provides access to file system quotas. The quotactl
system call or ioctl is used to query or set quotas on the local host,
or queries are submitted via RPC to a remote host. Mount tables can be
parsed with getmntent and paths can be translated to device files (or
whatever the actual quotactl implementations needs as argument) of the
according file system.


%prep
%setup -q -n %{upstream_name}-%{version}

# fix perl path
find -type f | xargs perl -pi -e "s|/usr/drwho/local/bin/perl|%{_bindir}/perl|g"
find -type f | xargs perl -pi -e "s|/usr/local/bin/perl|%{_bindir}/perl|g"

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install

%makeinstall_std

%clean 

%files
%doc CHANGES INSTALL README contrib
%{perl_vendorarch}/auto/Quota
%{perl_vendorarch}/Quota.pm
%{_mandir}/*/*



%changelog
* Mon Jun 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.1-2
+ Revision: 167cbdd
- Build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5444 |14cr|perl-QWizard-3.150.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    QWizard
%define upstream_version 3.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A Question and Answer Wizard

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/H/HA/HARDAKER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildArch:	noarch

%description
The QWizard module allows script authors to concentrate on the content of the
forms they want their users to fill in without worrying about the display. It
allows "Question Wizard" like interfaces to be very easily created and the
results of the input easily acted upon. Scripts written which are entirely
based on QWizard inputs are able to be run from the command line which will
show a Gtk2, Tk window or as a ReadLine interactive session or as a CGI script
without modification.  Script writers do not need to know which interface is
being used to display the resulting form(s) as it should be transparent to the
script itself.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

chmod 644 examples/*

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc CHANGES README examples
%{perl_vendorlib}/QWizard
%{perl_vendorlib}/QWizard.pm
%{perl_vendorlib}/QWizard_Widgets.pl
%{perl_vendorlib}/QWizard_Widgets.pod
%{perl_vendorlib}/auto/QWizard/Generator/autosplit.ix
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.150.0-4
+ Revision: dbb3000
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5445 |14cr|perl-Readonly-XS-1.50.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Readonly-XS
%define upstream_version 1.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:	Companion module for Readonly.pm, to speed up read-only scalar variables

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Readonly/%{upstream_name}-%{upstream_version}.tar.gz

Buildrequires:	perl-devel

%description
The Readonly module (q.v.) is an effective way to create non-modifiable
variables. However, it's relatively slow.

The reason it's slow is that is implements the read-only-ness of variables via
tied objects. This mechanism is inherently slow. Perl simply has to do a lot of
work under the hood to make tied variables work.

This module corrects the speed problem, at least with respect to scalar
variables. When Readonly::XS is installed, Readonly uses it to access the
internals of scalar variables. Instead of creating a scalar variable object and
tying it, Readonly simply flips the SvREADONLY bit in the scalar's FLAGS
structure.

Readonly arrays and hashes are not sped up by this, since the SvREADONLY flag
only works for scalars. Arrays and hashes always use the tie interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean 

%files 
%doc Changes README
%{perl_vendorarch}/Readonly
%{perl_vendorarch}/auto/Readonly
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-6
+ Revision: f3396f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5446 |14cr|perl-reaper-1.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	reaper

Name:		perl-%{module}
Version:	1.00
Release:	3
Summary:	Support for reaping child processes via $SIG{CHLD} 

License:	GPL or Artistic
Group:		Development/Perl
Source0:	Reaper-%{version}.tar.gz
Url:		http://search.cpan.org/dist/%{module}
BuildRequires:	perl-devel
Provides:	perl(reaper)
BuildArch:	noarch

%description
Support for reaping child processes via $SIG{CHLD} 

%prep
%setup -q -n Reaper-%{version}

%build
find -type f | xargs chmod 644
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorlib}/%{module}.pm
%{perl_vendorlib}/Reaper.pm
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.00-3
+ Revision: 9700f3b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5447 |14cr|perl-RefDB-Client-1.18-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	RefDB-Client

Name:		perl-%{module}
Version:	1.18
Release:	5
Summary:	%{module} module for perl

License:	GPLv2+
Group:		Development/Perl
URL:		http://refdb.sourceforge.net
Source:		http://prdownloads.sourceforge.net/refdb/%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl component for the MARC and Pubmed import filters.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
# tests requires a refdb base
#make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/RefDB
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.18-5
+ Revision: 6efc2af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5448 |14cr|perl-RefDB-perlmod-1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	RefDB-perlmod

Name:		perl-%{module}
Version:	1.2
Release:	8
Summary:	%{module} module for perl

License:	GPLv2+
Group:		Development/Perl
Source:		http://prdownloads.sourceforge.net/refdb/%{module}-%{version}.tar.gz
URL:		http://refdb.sourceforge.net

BuildRequires:	perl-devel
BuildRequires:	perl(Text::Iconv)
Provides:	perl(RefDB)
BuildArch:	noarch

%description
Perl component for the MARC and Pubmed import filters.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/RefDB
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-8
+ Revision: 7198b37
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5449 |14cr|perl-RefDB-SRU-0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	RefDB-SRU

Name:		perl-%{module}
Version:	0.7
Release:	5
Summary:	%{module} module for perl

License:	GPLv2+
Group:		Development/Perl
URL:		http://refdb.sourceforge.net
Source:		http://prdownloads.sourceforge.net/refdb/%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl component for the MARC and Pubmed import filters.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
# tests require a RefDB server
#make test

%install
%makeinstall_std

%files
%doc ChangeLog
%{perl_vendorlib}/RefDB
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-5
+ Revision: 4fd5549
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5450 |14cr|perl-Regexp-Assemble-0.350.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Regexp-Assemble
%define upstream_version 0.35

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Assemble multiple Regular Expressions into a single RE

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Regexp/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Regexp::Assemble takes an arbitrary number of regular expressions and assembles
them into a single regular expression (or RE) that will match all that each of
the individual REs match. As a result, instead of having a large list of
expressions to loop over, the string only needs to be tested against one
expression. This is interesting when you have several thousand patterns to deal
with. Serious effort is made to produce the smallest pattern possible. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
rm -f eg/hostmatch/error.canonical
chmod 755 eg/unquotemeta
perl -pi -e s,/usr/local/bin/perl,/usr/bin/perl, eg/* eg/hostmatch/*
%makeinstall_std

%files
%doc Changes README TODO eg
%{perl_vendorlib}/Regexp
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.350.0-4
+ Revision: 661ac87
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5451 |14cr|perl-Regexp-Bind-0.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Regexp-Bind
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Regexp::Bind - Bind variables to captured buffers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Regexp/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module is an extension to perl's native regexp function. It
binds anonymous hashes or named variables to matched buffers. Both
normal regexp syntax and embedded regexp syntax are supported.
You can view it as a tiny and petite data extraction system.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Regexp/Bind.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-4
+ Revision: dd25386
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5452 |14cr|perl-Regexp-Common-2013031301.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Regexp-Common
%define upstream_version 2013031301

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 2013031301
Release:	3

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Regexp/Regexp-Common-2013031301.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
%{upstream_name} module for perl provides commonly requested regular
expressions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc README TODO
%{_mandir}/man*/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2013031301.0.0-3
+ Revision: 7b08183
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5453 |14cr|perl-Regexp-Common-Email-Address-1.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Regexp-Common-Email-Address
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Returns a pattern for Email Addresses

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Regexp/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(Regexp::Common)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
'$RE{Email}{Address}'
    Provides a regex to match email addresses as defined by RFC 2822. Under
    '{-keep}', the entire match is kept as '$1'. If you want to parse that
    further then pass it to 'Email::Address->parse()'. Don't worry, it's
    fast.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Regexp


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-4
+ Revision: 006e3d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5454 |14cr|perl-Regexp-Extended-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Regexp-Extended
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Regexp::Extended - Perl wrapper that extends the re module with new features

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Regexp/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Clone)
BuildArch:	noarch

%description
Rexexp::Extended is a simple wrapper arround the perl rexexp
syntax. It uses the overload module to parse constant qr// 
expressions and substitute known operators with an equivalent perl
re.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# make test don't work
# make test

%install
%makeinstall_std

%files
%doc README
%dir %{perl_vendorlib}/Regexp/Extended
%{perl_vendorlib}/Regexp/Extended/*
%{perl_vendorlib}/Regexp/Extended.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-4
+ Revision: fe0706a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5455 |14cr|perl-Regexp-Parser-0.210.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Regexp-Parser
%define upstream_version 0.21

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Regexp::Parser::Diagnostics\\)|perl\\(Regexp::Parser::Handlers\\)|perl\\(Regexp::Parser::Objects\\)'
%else
%define _requires_exceptions perl(Regexp::Parser::Diagnostics)\\|perl(Regexp::Parser::Handlers)\\|perl(Regexp::Parser::Objects)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Regexp::Parser - base class for parsing regexes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Regexp/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module parses regular expressions (regexes). Its default
"grammar" is Perl 5.8.4's regex set. Grammar is quoted because the
module does not so much define a grammar as let each matched node
state what it expects to match next, but there is not currently a
way of extracting a complete grammar. This may change in future
versions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%dir %{perl_vendorlib}/Regexp/Parser
%dir %{perl_vendorlib}/Perl6/Rule
%{perl_vendorlib}/Regexp/Parser/*
%{perl_vendorlib}/Regexp/Parser.pm
%{perl_vendorlib}/Perl6/Rule/Parser.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.210.0-4
+ Revision: 8779a66
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5456 |14cr|perl-Regexp-Shellish-0.930.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Regexp-Shellish
%define upstream_version 0.93

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Shell-like regular expressions for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Regexp/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This perl module allows you to use shell-like regular expressions, 
instead of using perl regular expressions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes 
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.930.0-5
+ Revision: 231c98b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5457 |14cr|perl-relative-0.40.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    relative
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Load modules with relative names

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(UNIVERSAL::require)

BuildArch:	noarch
Provides:	perl(relative)

%description
This module allows you to load modules using only parts of their name,
relatively to the current module or to a given module. Module names are by
default searched below the current module, but can be searched upper in the
hierarchy using the '..::' syntax.

In order to further loosen the namespace coupling, 'import' returns the
full names of the loaded modules, making object-oriented code easier to
write.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-8
+ Revision: 98222bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5458 |14cr|perl-Return-Value-1.666.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Return-Value
%define upstream_version 1.666001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Polymorphic Return Values

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Return/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Polymorphic return values are really useful. Often, we just want to know if
something worked or not. Other times, we'd like to know what the error text
was. Still others, we may want to know what the error code was, and what the
error properties were. We don't want to handle objects or data structures for
every single return value, but we do want to check error conditions in our code
because that's what good programmers do.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Return
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.666.1-4
+ Revision: 08816bf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5459 |14cr|perl-Role-HasMessage-0.5.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Role-HasMessage
%define upstream_version 0.005

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A thing with a String::Errf-powered message

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Role/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(String::Errf)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(namespace::clean)
BuildArch:	noarch

%description
This is another extremely simple role. A class that includes
Role::HasMessage is promising to provide a 'message' method that returns a
string summarizing the message or event represented by the object. It does
_not_ provide any actual behavior.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-5
+ Revision: 40f3991
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5460 |14cr|perl-Role-Identifiable-0.5.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Role-Identifiable
%define upstream_version 0.005

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A thing with an ident attribute

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Role/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This is an incredibly simple role. It adds a required 'ident' attribute
that stores a simple string, meant to identify exceptions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-5
+ Revision: d9d38f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5461 |14cr|perl-Role-Tiny-1.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Role-Tiny
%define upstream_version 1.003002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Minimal try/catch with proper localization of $@

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-authors/id/M/MS/MSTROUT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Fatal) >= 0.3.0
BuildRequires: perl(Test::More) >= 0.960.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
'Role::Tiny' is a minimalist role composition tool.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-3
+ Revision: 56559d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5462 |14cr|perl-Rose-DateTime-0.540.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Rose-DateTime
%define upstream_version 0.540

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	DateTime helper functions and objects

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Rose/Rose-DateTime-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(Rose::Object)

BuildArch:	noarch

%description
The Rose::DateTime::* modules provide a few convenience functions and
objects for use with DateTime dates.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man*/*
%{perl_vendorlib}/Rose



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.540.0-3
+ Revision: 1cb3562
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5463 |14cr|perl-Rose-HTML-Objects-0.621.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Rose-HTML-Objects%define upstream_version 0.621
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Object-oriented interfaces for HTML

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Rose/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Clone::PP)
BuildRequires:	perl(Email::Valid)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(Image::Size)
BuildRequires:	perl(Rose::DateTime) >= 0.0133
BuildRequires:	perl(Rose::Object) >= 0.015
BuildRequires:	perl(Rose::URI) >= 0.021
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Scalar::Defer)
BuildRequires:	perl(URI::Escape)

BuildArch:	noarch

Requires:	perl(Rose::DateTime) >= 0.0133
Requires:	perl(Rose::Object) >= 0.015
Requires:	perl(Rose::URI) >= 0.021

%description
The Rose::HTML::Object::* family of classes represent HTML tags, or
groups of tags. These objects allow HTML to be arbitrarily
manipulated, then serialized to actual HTML (or XHTML). Currently, the
process only works in one direction. Objects cannot be constructed
from their serialized representations. In practice, given the purpose
of these modules, this is not an important limitation.

Any HTML tag can theoretically be represented by a
Rose::HTML::Object-derived class, but this family of modules was
originally motivated by a desire to simplify the use of HTML forms.

The form/field object interfaces have been heavily abstracted to allow
for input and output filtering, inflation/deflation of values, and
compound fields (fields that contain other fields). The classes are
also designed to be subclassed. The creation of custom form and field
subclasses is really the "big win" for these modules.

There is also a simple image tag class which is useful for
auto-populating the width and height attributes of img tags. Future
releases may include object representations of other HTML
tags. Contributions are welcome.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc Changes
%{_mandir}/man*/*
%{perl_vendorlib}/Rose


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.621.0-3
+ Revision: 6d4c312
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5464 |14cr|perl-Rose-Object-0.860.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	    Rose-Object
%define	modprefix   Rose
%define upstream_version 0.860

# circular dependency
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Rose::DateTime(.*)\\)'
%else
%define _requires_exceptions perl(Rose::DateTime
%endif

Summary:	A simple object base class

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	Artistic/GPL
Group:		Development/Perl
URL:        http://search.cpan.org/dist/%{module}
Source:     http://www.cpan.org/modules/by-module/Rose/Rose-Object-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Simple)
BuildArch:	noarch

%description
Rose::Object is a generic object base class. It provides very little
functionality, but a healthy dose of convention.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man*/*
%{perl_vendorlib}/%{modprefix}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.860.0-3
+ Revision: 7dbf360
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5465 |14cr|perl-Rose-URI-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Rose-URI
%define upstream_version 1.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	An alternative to URI

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Rose/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(overload)
BuildRequires:	perl(Rose::Object) >= 0.015
BuildRequires:	perl(URI)
## scottk ##
## perl(URI::Escape) is provided by perl-URI, which requirement is
## satisfied when the perl(URI) requirement is satisfied
##BuildRequires:	perl(URI::Escape)
BuildArch:	noarch

%description
Rose::URI is a standalone URI class allowing easy and efficient
manipulation of query parameters and other URI components.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc Changes
%{_mandir}/man*/*
%{perl_vendorlib}/Rose



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: 46e4a81
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5466 |14cr|perl-RpcPerl-0.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module   RpcPerl
%define upstream_version 0.2

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	LGPL or EPL
Group:		Development/Perl
Summary:	RPC with a Perl server

Url:		http://qooxdoo.org/documentation/0.8/rpc_perl
Source:		http://sourceforge.net/projects/qooxdoo-contrib/files/RpcPerl/0.2/RpcPerl-%{upstream_version}.zip
BuildArch:	noarch

%description
As described in the RPC overview, qooxdoo RPC is based on JSON-RPC as the
serialization and method call protocol. This page describes how to set up and
implement a Perl-based server.

%prep
%setup -q -n %{module}/%{upstream_version}

%build

%install
install -d -m 755  %{buildroot}%{perl_vendorlib}
cp -pr Qooxdoo %{buildroot}%{perl_vendorlib}

%files
%doc README.CONFIGURE README.txt SERVER_WRITER_GUIDE jsonrpc.pl
%{perl_vendorlib}/Qooxdoo


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-3
+ Revision: 42b7ed5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5467 |14cr|perl-rpm-build-perl-0.820.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    rpm-build-perl
%define upstream_version 0.82

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl compiler backend to extract Perl dependencies

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/B/rpm-build-perl-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(B)
BuildRequires:	perl(Encode)
BuildRequires:	perl(O)
BuildRequires:	perl(Safe)
BuildRequires:	perl(Test::More)

%description
B::PerlReq is a backend module for the Perl compiler that extracts
dependencies from Perl source code, based on the internal compiled
structure that Perl itself creates after parsing a program. The output of
B::PerlReq is suitable for automatic dependency tracking (e.g. for RPM
packaging).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# fail because even more requires are found than expected
#make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorarch}/*
%{_bindir}/perl.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.820.0-3
+ Revision: 9752ee4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5468 |14cr|perl-RT-Client-Console-0.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    RT-Client-Console
%define upstream_version 0.2.0

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Non-blocking Curses.pm input for full-screen console apps

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/RT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Config::Tiny)
BuildRequires:	perl(Curses)
BuildRequires:	perl(Curses::Forms)
BuildRequires:	perl(Curses::Widgets)
BuildRequires:	perl(Error)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(POE)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(RT::Client::REST)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(parent)
BuildRequires:	perl(relative)
BuildRequires:	perl(version)
BuildArch:	noarch

%description
RT::Client::Console distribution provides an executable _rtconsole_ and
modules. The executable is a full-featured curses-based interface to any RT
server that has REST interface enabled.

The modules provides comprehensive ways to connect, interact and display
informations from the RT server. A plugin mechanism is planned, and will
enable more flexibility.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_bindir}/*
%{_mandir}/man?/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-5
+ Revision: e72b4ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5469 |14cr|perl-RT-Client-REST-0.490.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    RT-Client-REST
%define upstream_version 0.49

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Talk to RT using REST protocol


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/RT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(CGI)
BuildRequires: perl(DateTime::Format::DateParse)
BuildRequires: perl(DateTime)
BuildRequires:	perl(Encode)
BuildRequires:	perl(Error)
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(HTTP::Cookies)
BuildRequires:	perl(HTTP::Request::Common)
BuildRequires:	perl(LWP)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::Exception)
BuildArch:	noarch

%description
*RT::Client::REST* is */usr/bin/rt* converted to a Perl module. I needed to
implement some RT interactions from my application, but did not feel that
invoking a shell command is appropriate. Thus, I took *rt* tool, written by
Abhijit Menon-Sen, and converted it to an object-oriented Perl module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml CHANGES README
%{_mandir}/man3/*
%{perl_vendorlib}/RT/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.490.0-2
+ Revision: e593e57
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5470 |14cr|perl-RTF-Writer-1.110.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    RTF-Writer
%define upstream_version 1.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    For generating documents in Rich Text Format

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/RTF/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Path)
BuildRequires: perl(Image::Size)
BuildRequires: perl(UNIVERSAL)
BuildRequires: perl(strict)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module is for generating documents in Rich Text Format. 

This module is a class; an object belonging to this class acts like an
output filehandle, and calling methods on it causes RTF text to be written.

Incidentally, this module also exports a few useful functions, upon
request.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.0-4
+ Revision: 12d31ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5471 |14cr|perl-Safe-Isa-1.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Safe-Isa
%define upstream_version 1.000004

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Call isa, can, does and DOES safely on things that may not be objects

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Safe/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter) >= 5.570.0
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl-devel
BuildArch:  noarch

%description
How many times have you found yourself writing:

  if ($obj->isa('Something')) {

and then shortly afterwards cursing and changing it to:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-3
+ Revision: 3e9bf38
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5472 |14cr|perl-Sane-0.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Sane
%define upstream_version    0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Perl extension for the SANE (Scanner Access Now Easy) Project

Source0:	http://search.cpan.org/CPAN/authors/id/R/RA/RATCLIFFE/%{upstream_name}-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{upstream_name}
BuildRequires:	perl-devel
BuildRequires:	sane-devel
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::PkgConfig)

%description
Perl bindings for the SANE (Scanner Access Now Easy) Project. This module
allows you to access SANE-compatible scanners in a Perlish and object-oriented
way, freeing you from the casting and memory management in C, yet remaining
very close in spirit to original API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-3
+ Revision: e65451d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5473 |14cr|perl-Scalar-Defer-0.230.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Scalar-Defer
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Lazy evaluation in Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Scalar/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::InsideOut)
BuildRequires:	perl(Exporter::Lite)
BuildArch:	noarch

%description
This module exports two functions, defer and lazy, for constructing values that
are evaluated on demand. It also exports a force function to force evaluation
of a deferred value.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL -n INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Scalar


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-4
+ Revision: 4e06544
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5474 |14cr|perl-Scalar-List-Utils-1.390.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Scalar-List-Utils
%define upstream_version 1.39
Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	2

Summary:    List utilities (eg min, max, reduce)


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/List/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl-devel

%description
'List::Util' contains a selection of subroutines that people have expressed
would be nice to have in the perl core, but the usage would not really be
high enough to warrant the use of a keyword, and the size so small such
that being individual extensions would be wasteful.

By default 'List::Util' does not export any subroutines. The subroutines
defined are

* first BLOCK LIST

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.390.0-2
+ Revision: 09bc543
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5475 |14cr|perl-Scalar-String-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Scalar-String
%define upstream_version 0.002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.002
Release:	3

Summary:	String aspects of scalars

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Scalar/Scalar-String-0.002.tar.gz

BuildRequires:	perl(Carp)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(ExtUtils::CBuilder)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel

%description
This module is about the string part of plain Perl scalars. A scalar has a
string value, which is notionally a sequence of Unicode codepoints, but may
be internally encoded in either ISO-8859-1 or UTF-8. In places, and more so
in older versions of Perl, the internal encoding shows through. To fully
understand Perl strings it is necessary to understand these implementation
details.

This module provides functions to classify a string by encoding and to
encode a string in a desired way.

This module is implemented in XS, with a pure Perl backup version for
systems that can't handle XS.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-3
+ Revision: ea28c34
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5476 |14cr|perl-SCMxx-0.4.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module 	SCMxx

Summary:	Perl module to access siemens cell phonebooks

Name: 		perl-%{module}
Version: 	0.4.1
Release: 	8
Url:		http://sourceforge.net/projects/gscmxx/
License:	GPL or Artistic
Group:		Development/Perl
Source0:	%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:  scmxx
Requires:  scmxx
Buildarch:	noarch
Provides: perl(SCMxx::Config)

%description
Perl module to access siemens cell phonebooks.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
# (tv) fix build:
perl -pi -e 's!/usr/local/share/man/!/usr/share/man/!; s!INSTALLDIRS = site!INSTALLDIRS = vendor!' Makefile
%make

%install
%makeinstall_std

%clean 

%files
%doc Changes
%{perl_vendorlib}/%{module}.pm
%{perl_vendorlib}/%{module}
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-8
+ Revision: ba1dbd0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5477 |14cr|perl-Scope-Upper-0.240.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Scope-Upper
%define upstream_version 0.24
Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    Act on upper scopes

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Scope/Scope-Upper-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter)
BuildRequires: perl(XSLoader)
BuildRequires: perl-devel

%description
This module lets you defer actions _at run-time_ that will take place when
the control flow returns into an upper scope. Currently, you can:

* *

  hook an upper scope end with the /reap manpage ;

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.240.0-3
+ Revision: 69de3da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5478 |14cr|perl-SCUBA-Table-NoDeco-0.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 SCUBA-Table-NoDeco
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Calculate no-decompression dive times

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Scuba/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides the ability to perform useful calculations using
dive-tables, including calculating dive groups and maximum no-decompression
times for repetitive dives. A selection of tables are available. The module
assumes that the diver is using air as their breathing gas.

%prep
%setup -n %{upstream_name}-%{upstream_version}
# fix perms
chmod 644 README Changes lib/SCUBA/Table/NoDeco.pm
# fix encoding
perl -pi -e 's/\015$//' README Changes lib/SCUBA/Table/NoDeco.pm

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files 
%doc Changes README
%{perl_vendorlib}/SCUBA
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-4
+ Revision: 0d1a3c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5479 |14cr|perl-SDL-2.544.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module SDL
%define upstream_version 2.544

Summary:	Wrapper around the cross platform Simple DirectMedia Layer game library
Name:		perl-SDL
Version:	%perl_convert_version %{upstream_version}
Release:	5
Epoch:		1
License:	LGPLv2.1+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://search.cpan.org/CPAN/authors/id/F/FR/FROGGS/SDL-%{upstream_version}.tar.gz
BuildRequires:	giflib-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(SDL_Pango)
BuildRequires:	perl(Alien::SDL)
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(ExtUtils::CBuilder)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(PDL)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Tie::Simple)
BuildRequires:	perl(YAML)

%description
SDL Perl is a wrapper around the cross platform Simple Direct Layer game
library. Essentially it allows you to write cross platform games in Perl,
using 2d (SDL), or 3d (OpenGL), or a combination of both if you wish.

%files
%doc README INSTALL CHANGELOG TODO META.yml
%{_mandir}/*/*
%{perl_vendorarch}/SDL*
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/pods/*
%{perl_vendorarch}/Module/Build/SDL.pm

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{upstream_version}
# this test requires a sound device
rm -f t/mixerpm.t

%build
perl Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
./Build test

%install
./Build install  destdir=%{buildroot}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.544.0-5
+ Revision: 7e57ac2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5480 |14cr|perl-Search-GIN-0.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Search-GIN
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Generalized Inverted Indexing for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Search/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Stream::Bulk)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types::Path::Class)
BuildRequires:	perl(MooseX::Types::Set::Object)
BuildRequires:	perl(Scope::Guard)
BuildRequires:	perl(Set::Object)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::TempDir)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(File::NFSLock)
BuildArch:	noarch

%description
This is used by the KiokuDB manpage for custom indexing.

More documentation will be released shortly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-5
+ Revision: d32cb5f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5481 |14cr|perl-Search-Indexer-0.770.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  	    Search-Indexer
%define upstream_version 0.77

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.77
Release:	3
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Full-text indexer

Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Search/Search-Indexer-0.77.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(BerkeleyDB)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Search::QueryParser)
BuildArch:	noarch

%description
This module provides support for indexing a collection of documents, for
searching the collection, and displaying the sorted results, together with
contextual excerpts of the original document.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.770.0-3
+ Revision: d729fde
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5482 |14cr|perl-Search-QueryParser-0.940.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Search-QueryParser
%define upstream_version 0.94

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Parses a query string into a data structure

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Search/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module parses a query string into a data structure to be handled by
external search engines. For examples of such engines, see the
File::Tabular manpage and the Search::Indexer manpage.

The query string can contain simple terms, "exact phrases", field names and
comparison operators, '+/-' prefixes, parentheses, and boolean connectors.

The parser can be parameterized by regular expressions for specific notions
of "term", "field name" or "operator" ; see the the new manpage method. The
parser has no support for lemmatization or other term transformations :
these should be done externally, before passing the query data structure to
the search engine.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.940.0-5
+ Revision: ab61066
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5483 |14cr|perl-SelfLoader-1.180.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SelfLoader
%define upstream_version 1.18

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Automatic function loader (using __DATA__)

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel


BuildArch: noarch

%description
This module tells its users that functions in the FOOBAR package are to be
autoloaded from after the '__DATA__' token. See also the
perlsub/"Autoloading" manpage.

The __DATA__ token
    The '__DATA__' token tells the perl compiler that the perl code for
    compilation is finished. Everything after the '__DATA__' token is
    available for reading via the filehandle FOOBAR::DATA, where FOOBAR is
    the name of the current package when the '__DATA__' token is reached.
    This works just the same as '__END__' does in package 'main', but for
    other modules data after '__END__' is not automatically retrievable,
    whereas data after '__DATA__' is. The '__DATA__' token is not
    recognized in versions of perl prior to 5.001m.

    Note that it is possible to have '__DATA__' tokens in the same package
    in multiple files, and that the last '__DATA__' token in a given
    package that is encountered by the compiler is the one accessible by
    the filehandle. This also applies to '__END__' and main, i.e. if the
    'main' program has an '__END__', but a module 'require'd (_not_ 'use'd)
    by that program has a 'package main;' declaration followed by an
    ''__DATA__'', then the 'DATA' filehandle is set to access the data
    after the '__DATA__' in the module, _not_ the data after the '__END__'
    token in the 'main' program, since the compiler encounters the
    'require'd file later.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.180.0-4
+ Revision: f1f9069
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5484 |14cr|perl-Set-Infinite-0.650.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Set-Infinite
%define upstream_version 0.65

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Infinite Set Theory module, with Date, Time

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Set/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Time::Local)
BuildArch:	noarch

%description
Set::Infinite is a Set Theory module for infinite sets.

A set is a collection of objects. The objects that belong to a set are
called its members, or "elements".

As objects we allow (almost) anything: reals, integers, and objects (such
as dates).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.650.0-5
+ Revision: 5baab1a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5485 |14cr|perl-Set-IntSpan-1.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Set-IntSpan
%define upstream_version 1.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.19
Release:	3

Summary:	Manage sets of integers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Set/Set-IntSpan-1.19.tar.gz

BuildRequires:	perl-devel
BuildArch: noarch

%description
Set::IntSpan manages sets of integers.  It is optimized for sets that
have long runs of consecutive integers.  These arise, for example, in
.newsrc files, which maintain lists of articles:

    alt.foo: 1-21,28,31
    alt.bar: 1-14192,14194,14196-14221

Sets are stored internally in a run-length coded form.  This provides
for both compact storage and efficient computation.  In particular,
set operations can be performed directly on the encoded
representation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Set/IntSpan.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.190.0-3
+ Revision: d9adb4f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5486 |14cr|perl-Set-Object-1.340.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Set-Object
%define upstream_version 1.34

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:	Set of objects and strings in Perl

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Set/Set-Object-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
This module implements a set of objects, that is, an unordered collection of
objects without duplication.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# should not have been included
# http://rt.cpan.org/Ticket/Display.html?id=37799
rm -f t/misc/threads.t

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README
%{perl_vendorarch}/Set
%{perl_vendorarch}/auto/Set
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.340.0-3
+ Revision: 24a3f4c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5487 |14cr|perl-SHA256-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SHA256
%define upstream_version 0.01

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    A module that implements the NIST SHA-256/384/512 hash

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Digest/%{upstream_name}-%{upstream_version}b.tar.gz
BuildRequires: perl-devel

%description
The *sha256* module allows you to use the NIST SHA 256/384/512 hash
algorithm.

A new sha256 context object is created with the *new* operation followed by
a digest size which may be either 256, 384, or 512 bits. Multiple
simultaneous digest context can be maintained if desired. The context is
updated with the *add* operation which adds the strings contained in the
_LIST_ parameter.

The final message digest value is returned by the *digest* operation as a
32-, 48-, or 64-byte binary string. This operation delivers the result of
operations since the last *new* or *reset* operation. Once the operation
has been performed, the context must be *reset* before being used to
calculate another digest value.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: 0214b0b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5488 |14cr|perl-Shell-0.720.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Shell
%define upstream_version 0.72

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Run shell commands transparently within perl
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildArch: noarch

%description
Caveats
    This package is included as a show case, illustrating a few Perl
    features. It shouldn't be used for production programs. Although it
    does provide a simple interface for obtaining the standard output of
    arbitrary commands, there may be better ways of achieving what you
    need.

    Running shell commands while obtaining standard output can be done with
    the C<qx/STRING/> operator, or by calling C<open> with a filename
    expression that ends with C<|>, giving you the option to process one
    line at a time. If you don't need to process standard output at all,
    you might use C<system> (in preference of doing a print with the
    collected standard output).

    Since Shell.pm and all of the aforementioned techniques use your
    system's shell to call some local command, none of them is portable
    across different systems. Note, however, that there are several built
    in functions and library packages providing portable implementations of
    functions operating on files, such as: C<glob>, C<link> and C<unlink>,
    C<mkdir> and C<rmdir>, C<rename>, C<File::Compare>, C<File::Copy>,
    C<File::Find> etc.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.720.0-1
+ Revision: 66367f2
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5489 |14cr|perl-Smart-Comments-1.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Smart-Comments
%define upstream_version 1.000005

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.000005
Release:	3

Summary:	Comments that do more than just sit there

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/D/DC/DCONWAY/Smart-Comments-1.000005.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(version)

BuildArch:	noarch

%description
Smart comments provide an easy way to insert debugging and tracking code into a
program. They can report the value of a variable, track the progress of a loop,
and verify that particular assertions are true.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Smart/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-3
+ Revision: bef978b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5490 |14cr|perl-Sniffer-HTTP-0.230.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	  Sniffer-HTTP
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Summary:	Multi-connection sniffer driver

Version:	%perl_convert_version %{upstream_version}
Release:	3
URL:		http://search.cpan.org/~corion/Sniffer-HTTP-0.22/lib/Sniffer/HTTP.pm
Source0:	http://www.cpan.org/authors/id/C/CO/CORION/Sniffer-HTTP-%{upstream_version}.tar.gz
License:	Artistic
Group:		Development/Perl 

BuildRequires:	perl-devel
BuildRequires:	perl(NetPacket)
BuildRequires:	perl(Net::Pcap)
BuildRequires:	perl(Exporter::Lite)
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Class::Accessor)
BuildArch:	noarch

%description
This driver gives you callbacks with the completely accumulated
HTTP::Requests or HTTP::Responses as sniffed from the TCP traffic.
You need to feed it the Ethernet, IP or TCP packets either from
a dump file or from Net::Pcap by unpacking them via NetPacket.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes MANIFEST META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-3
+ Revision: c1b53a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5491 |14cr|perl-SNMP-Info-3.170.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SNMP-Info
%define upstream_version 3.17
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Object Oriented Perl5 Interface to Network devices and MIBs through SNMP



License:	BSD-like
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SNMP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(SNMP)
BuildArch:	noarch

%description
SNMP::Info gives an object oriented interface to information obtained
through SNMP.

This module lives at http://snmp-info.sourceforge.net Check for newest
version and documentation.

This module is geared towards network devices. Subclasses exist for a
number of network devices and common MIBs.

The idea behind this module is to give a common interface to data from
network devices, leaving the device-specific hacks behind the scenes in
subclasses.

In the SYNOPSIS example we fetch the name of all the ports on the device
and the duplex setting for that port with two methods -- interfaces()
and i_duplex().

The information may be coming from any number of MIB files and is very
vendor specific. SNMP::Info provides you a common method for all
supported devices.
                                
Adding support for your own device is easy, and takes little much SNMP
knowledge.
                                    
The module is not limited to network devices. Any MIB or device can be
given an objected oriented front-end by making a module that consists of
a couple hashes. See EXTENDING SNMP::INFO.
                                    

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc COPYRIGHT ChangeLog DeviceMatrix.txt README
%{perl_vendorlib}/SNMP
%{_mandir}/*/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.170.0-2
+ Revision: 48f3196
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5492 |14cr|perl-SNMP-MIB-Compiler-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 SNMP-MIB-Compiler
%define	upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	A MIB Compiler for perl

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/SNMP/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Compare)
BuildRequires:	perl(File::Find::Rule)
BuildArch:	noarch

Requires:	perl(Data::Compare)

%description
SNMP::MIB::Compiler is a MIB compiler that
fully supports both SMI(v1) and SMIv2. This
module can be use to compile MIBs (recursively
or not) or load already compiled MIBs for
later use.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc MANIFEST README
%{perl_vendorlib}/Bundle
%{perl_vendorlib}/SNMP
%{_bindir}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-4
+ Revision: f8e73b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5493 |14cr|perl-SNMP_Session-1.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SNMP support for Perl 5

Name:		perl-SNMP_Session
Version:	1.13
Release:	4
Group:		Development/Perl
License:	Artistic
URL:		http://code.google.com/p/snmp-session/
Source0:	http://snmp-session.googlecode.com/files/SNMP_Session-%{version}.tar.gz
Patch:      SNMP_Session-1.13-fix-ipv6-error-messages.patch

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Pure Perl SNMP v1 and SNMP v2 support for Perl 5.

The SNMP operations currently supported are "get", "get-next", "get-bulk"
and "set", as well as trap generation and reception. 

%prep
%setup -q -n SNMP_Session-%{version}
%patch -p 1
perl -pi -e 's|^#!/usr/local/bin/perl\b|#!%{__perl}|' test/*

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Artistic README README.SNMP_util index.html test
%{perl_vendorlib}/SNMP_Session.pm
%{perl_vendorlib}/SNMP_util.pm
%{perl_vendorlib}/BER.pm


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.13-4
+ Revision: 973f577
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5494 |14cr|perl-Snowball-Norwegian-1.200.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Snowball-Norwegian
%define upstream_version 1.2

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Porters stemming algorithm for Denmark

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/A/AS/ASKSH/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel

BuildArch:	noarch
Requires:	locales-no
%rename perl-Lingua-Stem-Snowball-No

%description
The stem function takes a scalar as a parameter and stems the word according to
Martin Porters Danish stemming algorithm, which can be found at the Snowball
website: http://snowball.tartarus.org/.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Lingua
%{_bindir}/stemmer-no.pl
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.200.0-4
+ Revision: 2917f41
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5495 |14cr|perl-Snowball-Swedish-1.200.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Snowball-Swedish
%define upstream_version 1.2

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Porters stemming algorithm for Swedish

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/A/AS/ASKSH/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

Requires:	locales-sv
%rename	perl-Lingua-Stem-Snowball-Se

%description
The stem function takes a scalar as a parameter and stems the word according to
Martin Porters Swedish stemming algorithm, which can be found at the Snowball
website: http://snowball.tartarus.org/.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Lingua
%{_bindir}/stemmer-se.pl
%{_mandir}/man3*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.200.0-4
+ Revision: 7f0a919
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5496 |14cr|perl-SOAP-Lite-SmartProxy-0.110.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SOAP-Lite-SmartProxy
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	SOAP::Transport::HTTPX Server/Client side HTTP Smart Proxy for SOAP::Lite

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DY/DYACOB/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The SmartProxy package is intended for use in a multi-server
setting where one or more servers may not be directly accessible
to client side scripts. The SmartProxy package makes request
redirection and forwarding on a per class basis easy.  Client
scripts need not know which server is appropriate for a specific
request and may make all requests from a single master server
which can be relied upon to redirect clients to the server
currently fulfilling a given request.  The relieves a maintenance
burden on the client side.  The server may also redirect clients
to a new class name or fully qualified action URI (methods and
arguments are assumed to remain constant however).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Apache/SmartProxy.pm
%{perl_vendorlib}/SOAP/Transport/HTTPX.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-4
+ Revision: 4af7c94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5497 |14cr|perl-SOAP-payload-1.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SOAP-payload
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl module to send various forms of information as SOAP envelopes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/U/UN/UNIXTOWN/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module can be used in conjunction with other modules such as
DBI, to send data elements as part of a SOAP transaction envelope.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/SOAP/payload.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-4
+ Revision: 0385cdb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5498 |14cr|perl-SOAP-WSDL-2.00.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module   SOAP-WSDL

Name:       perl-%{module}
Version:    2.00.10
Release:    4
License:    GPL or Artistic
Group:      Development/Perl
Summary:    SOAP with WSDL support

Url:        http://search.cpan.org/dist/%{module}
Source:     http://www.cpan.org/modules/by-module/SOAP/%{module}-%{version}.tar.gz
Provides:      perl(SOAP::WSDL::Header)
BuildRequires: perl(CGI)
BuildRequires: perl(Class::Std::Fast)
BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Date::Format)
BuildRequires: perl(Date::Parse)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Storable)
BuildRequires: perl(Template)
BuildRequires: perl(Term::ReadKey)
BuildRequires: perl(Test::More)
BuildRequires: perl(URI)
BuildRequires: perl(XML::Parser::Expat)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
SOAP::WSDL provides easy access to Web Services with WSDL descriptions.

The WSDL is parsed and stored in memory.

Your data is serialized according to the rules in the WSDL.

%prep
%setup -q -n %{module}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

# Disable tests, fail with modern perl
# %check
# make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes README
%{_bindir}/wsdl2perl.pl
%{_mandir}/man3/*
%{_mandir}/man1/*
%{perl_vendorlib}/SOAP

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.00.10-4
+ Revision: 74408ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5499 |14cr|perl-Socket-GetAddrInfo-0.220.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Socket-GetAddrInfo
%define upstream_version 0.22

%define debug_package %{nil}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    RFC 2553's C<getaddrinfo> and C<getnameinfo>

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl-ExtUtils-CChecker
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel
BuildRequires: perl-Test-Warn
#gw for getaddrinfo:
Conflicts: ruli-tools

%description
The RFC 2553 functions 'getaddrinfo' and 'getnameinfo' provide an
abstracted way to convert between a pair of host name/service name and
socket addresses, or vice versa. 'getaddrinfo' converts names into a set of
arguments to pass to the 'socket()' and 'connect()' syscalls, and
'getnameinfo' converts a socket address back into its host name/service
name pair.

These functions provide a useful interface for performing either of these
name resolution operation, without having to deal with IPv4/IPv6
transparency, or whether the underlying host can support IPv6 at all, or
other such issues. However, not all platforms can support the underlying
calls at the C layer, which means a dilema for authors wishing to write
forward-compatible code. Either to support these functions, and cause the
code not to work on older platforms, or stick to the older "legacy"
resolvers such as 'gethostbyname()', which means the code becomes more
portable.

This module attempts to solve this problem, by detecting at compiletime
whether the underlying OS will support these functions, and only compiling
the XS code if it can. At runtime, when the module is loaded, if the XS
implementation is not available, emulations of the functions using the
legacy resolver functions instead. The emulations support the same
interface as the real functions, and behave as close as is resonably
possible to emulate using the legacy resolvers. See below for details on
the limits of this emulation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{_mandir}/man1/*
%{perl_vendorlib}/*
%{_bindir}/getaddrinfo
%{_bindir}/getnameinfo





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.220.0-3
+ Revision: fead6c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5500 |14cr|perl-Software-License-0.103.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define upstream_name    Software-License
%define upstream_version 0.103010

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Packages that provide templated software licenses


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Try::Tiny)
BuildRequires:	perl(Class::ISA)
BuildRequires:	perl(Data::Section)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Sub::Install)
BuildRequires:	perl(Text::Template)

%description
This packages provides templated software licenses.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/Software



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.103.10-2
+ Revision: 7fb7eb9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5501 |14cr|perl-Sort-Naturally-1.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sort-Naturally
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.03
Release:	3

Summary:	Sort lexically, but sort numeral parts numerically

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Sort/Sort-Naturally-1.03.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module exports two functions, 'nsort' and 'ncmp'; they are used in
implementing my idea of a "natural sorting" algorithm. Under natural
sorting, numeric substrings are compared numerically, and other
word-characters are compared lexically.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{_mandir}/man3/*
%{perl_vendorlib}/Sort



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-3
+ Revision: d316e01
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5502 |14cr|perl-Sphinx-Config-0.90.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sphinx-Config
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Sphinx search engine configuration file read/modify/write

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JJ/JJSCHUTZ/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Test::Pod::Coverage)
BuildArch:	noarch

%description
Sphinx search engine configuration file read/modify/write.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Sphinx/Config.pm
%attr(0644,root,root) %{_mandir}/man3/Sphinx::Config.3pm*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-4
+ Revision: 946901c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5503 |14cr|perl-Sphinx-Search-0.280.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sphinx-Search
%define upstream_version 0.28
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.28
Release:	3

Summary:	Sphinx search engine API Perl client

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JJ/JJSCHUTZ/Sphinx-Search-0.28.tar.gz

#BuildRequires:	perl-Test-Pod-Coverage
#BuildRequires:	perl-File-SearchPath
#BuildRequires:	perl-Path-Class
#BuildRequires:	sphinx
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Sphinx search engine API Perl client for Sphinx 0.9.8-svn-r871 and later.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

#%%check
#make \
#    SPHINX_SEARCHD="%{_sbindir}/sphinx-searchd" \
#    SPHINX_INDEXER="%{_bindir}/sphinx-indexer" \
#    SPHINX_PORT="20000" \
#    test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Sphinx/Search.pm
%attr(0644,root,root) %{_mandir}/man3/Sphinx::Search.3pm*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.280.0-3
+ Revision: b5d9ebe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5504 |14cr|perl-Spoon-0.24-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Spoon

%if %{_use_internal_dependency_generator}
%define __noautoprov 'perl\\(IO::All\\)'
%else
%define _provides_exceptions perl(IO::All)
%endif

Name:		perl-%{module}
Version:	0.24
Release:	8
Summary:	A Spiffy Application Building Framework 

URL:		http://search.cpan.org/dist/%{module}
# no available category
Source:		http://search.cpan.org/CPAN/authors/id/I/IN/INGY/%{module}-%{version}.tar.gz
License:	GPL
Group:		Development/Perl
BuildRequires:	perl-devel
BuildRequires:	perl(IO::All)
BuildRequires:	perl(CGI)
BuildRequires:	perl(DB_File)
BuildRequires:	perl(Template)
BuildRequires:	perl(Spiffy)
BuildRequires:	perl(URI::Escape)
BuildArch:	noarch

%description
Spoon is an Application Framework that is designed primarily for building
Social Software web applications. The Kwiki wiki software is built on top of
Spoon.

Spoon::Base is the primary base class for all the Spoon::* modules. Spoon.pm
inherits from Spiffy.pm.

Spoon is not an application in and of itself. (As compared to Kwiki) You need
to build your own applications from it.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Spoon
%{perl_vendorlib}/Spoon.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.24-8
+ Revision: 467da33
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5505 |14cr|perl-Spread-3.17.4.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Spread
%define upstream_version 3.17.4.4

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl extension for the Spread group communication system 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/J/JE/JESUS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	libspread-devel

%description
Spread is a Perl module that conveniently wraps the Spread C libraries provided
with the Spread 3.17.3 distribution. Spread is available at
http://www.spread.org/. Spread is a local/wide area group communication toolkit
that runs on most modern operating systems. It allows convenient mechanisms for
reliable multicasting information between applications as well as providing
many more complicate assurances.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# fix paths
perl -pi -e "s|^\\\$SPLIB_LIB.*|\\\$SPLIB_LIB=\'-L%{_libdir}\'\;|g" Makefile.PL
perl -pi -e "s|^\\\$SPLIB_INCLUDE.*|\\\$SPLIB_INCLUDE=\'-I%{_includedir}\'\;|g" Makefile.PL

# fix permissions
chmod 644 README

%build

%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
make test

%install
%makeinstall_std

%clean 

%files
%doc README
%{perl_vendorarch}/auto/Spread
%{perl_vendorarch}/Spread.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.17.4.4-5
+ Revision: 791b04c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5506 |14cr|perl-Spreadsheet-Read-0.540.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Spreadsheet-Read
%define upstream_version 0.54

%if %{_use_internal_dependency_generator}
%define __noautoreq '/pro/bin/perl'
%else
%define _requires_exceptions /pro/bin/perl
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Transparent read the data from a spreadsheet

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Spreadsheet/Spreadsheet-Read-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Spreadsheet::ParseExcel)
BuildRequires:	perl(Spreadsheet::ParseExcel::FmtDefault)
BuildRequires:	perl(Spreadsheet::ReadSXC)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Text::CSV)
BuildRequires:	perl(Text::CSV_PP)
BuildRequires:	perl(Text::CSV_XS)

BuildArch:	noarch

%description
Spreadsheet::Read tries to transparently read *any* spreadsheet and return
its content in a universal manner independent of the parsing module that
does the actual spreadsheet scanning.

For OpenOffice this module uses Spreadsheet::ReadSXC

For Microsoft Excel this module uses Spreadsheet::ParseExcel or
Spreadsheet::XLSX

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
yes | perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.540.0-3
+ Revision: d5e58c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5507 |14cr|perl-Spreadsheet-ReadSXC-0.200.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Spreadsheet-ReadSXC
%define upstream_version 0.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Extract OpenOffice 1.x spreadsheet data

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Spreadsheet/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Archive::Zip)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(XML::Parser)
BuildArch:	noarch

%description
Spreadsheet::ReadSXC extracts data from OpenOffice 1.x spreadsheet files
(.sxc). It exports the function read_sxc() which takes a filename and an
optional reference to a hash of options as arguments and returns a
reference to a hash of references to two-dimensional arrays. The hash keys
correspond to the names of worksheets in the OpenOffice workbook. The
two-dimensional arrays correspond to rows and cells in the respective
spreadsheets. If you don't like this because the order of sheets is not
preserved in a hash, read on. The 'OrderBySheet' option provides an array
of hashes instead.

If you prefer to unpack the .sxc file yourself, you can use the function
read_xml_file() instead and pass the path to content.xml as an argument. Or
you can extract the XML string from content.xml and pass the string to the
function read_xml_string(). Both functions also take a reference to a hash
of options as an optional second argument.

Spreadsheet::ReadSXC requires XML::Parser to parse the XML contained in
.sxc files. Only the contents of text:p elements are returned, not the
actual values of table:value attributes. For example, a cell might have a
table:value-type attribute of "currency", a table:value attribute of
"-1500.99" and a table:currency attribute of "USD". The text:p element
would contain "-$1,500.99". This is the string which is returned by the
read_sxc() function, not the value of -1500.99.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-5
+ Revision: 65eb995
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5508 |14cr|perl-SQL-Abstract-1.770.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 SQL-Abstract
%define upstream_version 1.77

# We need this to avoid circular deps
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(DBIx::Class::Storage::Statistics\\)'
%else
%define _requires_exceptions DBIx::Class::Storage::Statistics
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Generate SQL from Perl data structures

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SQL/SQL-Abstract-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Clone)
BuildRequires:	perl(Class::Accessor::Grouped)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Hash::Merge)
BuildRequires:	perl(Getopt::Long::Descriptive)
BuildArch:	noarch

%description
This module was inspired by the excellent L<DBIx::Abstract>.
However, in using that module I found that what I really wanted
to do was generate SQL, but still retain complete control over my
statement handles and use the DBI interface. So, I set out to
create an abstract SQL generation module.

While based on the concepts used by DBIx::Abstract, there are
several important differences, especially when it comes to WHERE
clauses. I have modified the concepts used to make the SQL easier
to generate from Perl data structures and, IMO, more intuitive.
The underlying idea is for this module to do what you mean, based
on the data structures you provide it. The big advantage is that
you don't have to modify your code every time your data changes,
as this module figures it out.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc Changes
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.770.0-3
+ Revision: 009b730
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5509 |14cr|perl-SQL-Abstract-Limit-0.141.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 SQL-Abstract-Limit
%define upstream_version 0.141

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Portable LIMIT emulation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SQL/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(DBI)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(SQL::Abstract) >= 1.20
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
Portability layer for LIMIT emulation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor destdir=%{buildroot}
./Build

%check
./Build test

%install
./Build install

%files
%doc Changes README
%{perl_vendorlib}/SQL
%{_mandir}/man*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.141.0-6
+ Revision: 6e6698c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5510 |14cr|perl-SQLite-Work-0.100.200-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 SQLite-Work
%define upstream_version 0.1002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A Perl module to report on and update an SQLite database

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SQLite/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(Getopt::ArgvFile)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Text::NeatTemplate)
BuildArch:	noarch

%description
This generates HTML (and non-HTML) reports from an SQLite database, taking care
of the query-building and the report formatting. This also has methods for
adding and updating the database.

The SQLite::Work::CGI module has extra methods which deal with CGI using the
CGI module; the included "show.cgi" and "edit.cgi" are demonstration CGI
scripts which use the SQLite::Work::CGI module.

The sqlreport script uses SQLite::Work to generate reports from the
command-line.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find . -type f | xargs chmod +w

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README TODO *.cgi
%{perl_vendorlib}/SQLite
%{_mandir}/*/*
%{_bindir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.200-4
+ Revision: fffad28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5511 |14cr|perl-SQL-Statement-1.405.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       SQL-Statement
%define upstream_version 1.405

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.405
Release:	3

Summary:	SQL parsing and processing engine

License:	GPL
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SQL/SQL-Statement-1.405.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Clone)
BuildRequires:	perl(Params::Util)

BuildArch:	noarch

%description
The SQL::Statement module implements a pure Perl SQL parsing and execution
engine. While it by no means implements full ANSI standard, it does support
many features including column and table aliases, built-in and user-defined
functions, implicit and explicit joins, complexly nested search conditions, and
other features.

%prep 
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
SQL_STATEMENT_WARN_UPDATE=sure perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/SQL
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.405.0-3
+ Revision: 959d863
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5512 |14cr|perl-SQL-Translator-0.110.180-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 SQL-Translator
%define upstream_version 0.11018

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Doesnt(.*)\\)|perl\\(GD(.*)\\)|perl\\(GraphViz(.*)\\)|perl\\(IO::File(.*)\\)|perl\\(IO::Scalar(.*)\\)|perl\\(Spreadsheet::ParseExcel(.*)\\)|perl\\(Template(.*)\\)|perl\\(Text::ParseWords(.*)\\)|perl\\(Text::RecordParser(.*)\\)|perl\\(XML::Writer(.*)\\)|perl\\(XML::XPath(.*)\\)'
%else
%define _requires_exceptions perl(Doesnt\\|perl(GD\\|perl(GraphViz\\|perl(IO::File\\|perl(IO::Scalar\\|perl(Spreadsheet::ParseExcel\\|perl(Template\\|perl(Text::ParseWords\\|perl(Text::RecordParser\\|perl(XML::Writer\\|perl(XML::XPath
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Manipulate structured data definitions (SQL and more)

License:	GPL
Group:		Development/Perl
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/SQL/SQL-Translator-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{upstream_name}

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl(Carp::Clan)
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Class::Base)
BuildRequires:	perl(Class::Data::Inheritable) >= 0.02
BuildRequires:	perl(Class::MakeMethods)
BuildRequires:	perl(DBI)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(IO::Dir)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Log::Log4perl)
BuildRequires:	perl(Moo)
BuildRequires:	perl(Parse::RecDescent) >= 1.94
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More) >= 0.6
BuildRequires:	perl(XML::Writer)
BuildRequires:	perl(YAML) >= 0.39
BuildRequires:	perl(strictures)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Package::Variant)
BuildRequires:	perl(Class::Method::Modifiers)
Requires:	perl(Class::Method::Modifiers)
BuildArch:	noarch

%description
SQL::Translator is a group of Perl modules that converts
vendor-specific SQL table definitions into other formats, such as
other vendor-specific SQL, ER diagrams, documentation (POD and HTML),
XML, and Class::DBI classes. The main focus of SQL::Translator is SQL,
but parsers exist for other structured data formats, including Excel
spreadsheets and arbitrarily delimited text files. Through the
separation of the code into parsers and producers with an object model
in between, it's possible to combine any parser with any producer, to
plug in custom parsers or producers, or to manipulate the parsed data
via the built-in object model. Presently only the definition parts of
SQL are handled (CREATE, ALTER), not the manipulation of data (INSERT,
UPDATE, DELETE).


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%defattr(0644,root,root,0755)
%doc Changes README
%attr(0755,root,root) %{_bindir}/sqlt*
%{perl_vendorlib}/SQL
%{perl_vendorlib}/Test
%{perl_vendorlib}/auto
%{_mandir}/man*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.180-4
+ Revision: f290f46
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5513 |14cr|perl-Startup-0.103-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name Startup

Summary:	Startup module for perl 

Name:		perl-%{real_name}
Version:	0.103
Release:	8
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWARTZ/%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Startup module for perl

%prep
%setup -q -n %{real_name}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{_bindir}/replace
%{perl_vendorlib}/Startup.pm
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.103-8
+ Revision: 2e7d418
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5514 |14cr|perl-Statistics-Basic-1.660.700-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Statistics-Basic
%define upstream_version 1.6607

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.6607
Release:	3
Epoch:		1

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	A collection of very basic statistics modules

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Statistics/Statistics-Basic-1.6607.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Number::Format)
BuildRequires:	perl(Scalar::Util)
BuildArch:	noarch

%description
A collection of very basic statistics modules

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Statistics


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.660.700-3
+ Revision: 112de7f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5515 |14cr|perl-Statistics-Descriptive-3.60.700-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Statistics-Descriptive
%define upstream_version 3.0607

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	Module of basic descriptive statistical functions
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Statistics/Statistics-Descriptive-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildArch: noarch

%description
This module provides basic functions used in descriptive statistics. It has an
object oriented design and supports two different types of data storage and
calculation objects: sparse and full. With the sparse method, none of the data
is stored and only a few statistical measures are available. Using the full
method, the entire data set is retained and additional functions are available.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%__make test

%install
%makeinstall_std

%files 
%doc README Changes
%{perl_vendorlib}/Statistics
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.60.700-5
+ Revision: 28cdbec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5516 |14cr|perl-Statistics-Distributions-1.20.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Statistics-Distributions
%define	upstream_version 1.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    8
Summary:	Calc critical values & upper probabilities of common statistical distributions
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MI/MIKEK/%{upstream_name}-%{upstream_version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This Perl module calculates percentage points (5 significant digits)
of the u (standard normal) distribution, the student's t distribution,
the chi-square distribution and the F distribution. It can also
calculate the upper probability (5 significant digits) of the u
(standard normal), the chi-square, the t and the F distribution.

These critical values are needed to perform statistical tests, like
the u test, the t test, the F test and the chi-squared test, and to
calculate confidence intervals.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes
%{perl_vendorlib}/Statistics/*.pm
%{perl_vendorlib}/auto/Statistics/Distributions/autosplit.ix
%{_mandir}/man3/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-8
+ Revision: 1263894
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5517 |14cr|perl-Statistics-TTest-1.1.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Statistics-TTest
%define	upstream_version 1.1.0

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	15
Summary:	Perl module to perform T-test on 2 independent samples
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Statistics/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Statistics::Descriptive)   >= 2.60.0
BuildRequires:	perl(Statistics::Distributions) >= 0.70.0

BuildArch:	noarch

%description
This is the Statistical T-Test module to compare 2 independent
samples. It takes 2 array of point measures, compute the confidence
intervals using the PointEstimation module (which is also included in
this package) and use the T-statistic to test the null hypothesis. If
the null hypothesis is rejected, the difference will be given as the
lower_clm and upper_clm of the TTest object. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# perl path hack
find -type f | xargs perl -pi -e "s|/usr/local/bin/perl|%{_bindir}/perl|g"

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/Statistics/*.pm
%{_mandir}/man3/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-15
+ Revision: 946ed98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5518 |14cr|perl-STD-20101111.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    STD
%define upstream_version 20101111

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(STD\\)|perl\\(STD_P6\\)|perl\\(RE_ast\\)|perl\\(STD::Cursor\\)|perl\\(STD_P5\\)'
%endif

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    7

Summary:	%{upstream_name} perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(YAML::XS)

BuildArch:	noarch

%description
%{upstream_name} perl module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc META.yml LICENSE
%{_bindir}/*
%{_mandir}/man1/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20101111.0.0-7
+ Revision: d70bc92
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5519 |14cr|perl-Stream-Buffered-0.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Stream-Buffered
%define upstream_version 0.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Temporary buffer to save bytes

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Stream/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildArch: noarch

%description
Stream::Buffered is a buffer class to store arbitrary length of byte
strings and then get a seekable filehandle once everything is buffered. It
uses PerlIO and/or temporary file to save the buffer depending on the
length of the size.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-3
+ Revision: 0733786
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5520 |14cr|perl-strictures-1.5.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    strictures
%define upstream_version 1.005004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Strictures perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
Provides:	perl(strictures)
BuildArch:	noarch

%description
I've been writing the equivalent of this module at the top of my code for
about a year now. I figured it was time to make it shorter.

Things like the importer in 'use Moose' don't help me because they turn
warnings on but don't make them fatal - which from my point of view is
useless because I want an exception to tell me my code isn't warnings
clean.

Any time I see a warning from my code, that indicates a mistake.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.4-3
+ Revision: 5ce5720
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5521 |14cr|perl-String-Approx-3.270.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Approx
%define upstream_version 3.27
Name:       perl-%{upstream_name}
Version:    %perl_convert_version 3.27
Release:	3

Summary:    Perl extension for approximate matching (fuzzy matching)

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/String/String-Approx-3.27.tar.gz

BuildRequires:  perl-devel

%description
String::Approx lets you match and substitute strings approximately. With this
you can emulate errors: typing errorrs, speling errors, closely related
vocabularies (colour color), genetic mutations (GAG ACT), abbreviations
(McScot, MacScot).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%check
%make test

%files 
%doc Artistic COPYRIGHT COPYRIGHT.agrep ChangeLog LGPL PROBLEMS README README.apse
%{perl_vendorarch}/auto/String
%{perl_vendorarch}/String
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.270.0-3
+ Revision: 05973f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5522 |14cr|perl-String-BufferStack-1.160.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-BufferStack
%define upstream_version 1.16
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.16
Release:	3

Summary:	Nested buffers for templating systems

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/String/String-BufferStack-1.16.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildArch:	noarch

%description
'String::BufferStack' provides a framework for storing nested buffers. By
default, all of the buffers flow directly to the output method, but
individual levels of the stack can apply filters, or store their output in
a scalar reference.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/String/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.160.0-3
+ Revision: 9999843
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5523 |14cr|perl-String-CamelCase-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-CamelCase
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Internal exception class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Harness)
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: b8cd16a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5524 |14cr|perl-String-Diff-0.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Diff
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Simple diff to String

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/String/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Algorithm::Diff)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(YAML)
BuildArch:	noarch

%description
String::Diff is the difference of a consecutive string is made. after
general diff is done, the difference in the line is searchable.

the mark of the addition and the deletion can be freely changed. the color
is colored to the terminal with ANSI, using the HTML display it.

after the line is divided, diff is taken when 'linebreak' option is
specified.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-3
+ Revision: 9d50d21
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5525 |14cr|perl-String-Divert-0.960.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Divert
%define upstream_version 0.96

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	String::Divert - String Object supporting Folding and Diversions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RS/RSE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
String::Divert is small Perl 5 module providing a scalar-like string
object with some overloaded operators, supporting the concept of Fold-
ing and Diversion. This allows nested generation of structured output.
The idea is to decouple the sequential generation of output from the
nested and non-sequential structure of the output.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/String/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.960.0-4
+ Revision: ef11ae1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5526 |14cr|perl-String-Errf-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Errf
%define upstream_version 0.007

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A simple sprintf-like dialect

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/String/String-Errf-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Date::Format)
BuildRequires:	perl(JSON)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(String::Formatter)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::More) >= 0.960.0
BuildRequires:	perl(Time::Piece)
BuildRequires:	perl(autodie)
BuildArch:	noarch

%description
String::Errf provides 'errf', a simple string formatter that works
something like 'perlfunc/sprintf'. It is implemented using the
String::Formatter manpage and the Sub::Exporter manpage. Their
documentation may be useful in understanding or extending String::Errf.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-3
+ Revision: 33497b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5527 |14cr|perl-String-Escape-2010.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Escape
%define upstream_version 2010.002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Registry of string functions, including backslash escapes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/String/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides a flexible calling interface to some
frequently-performed string conversion functions, including applying and
removing C/Unix-style backslash escapes like \n and \t, wrapping and
removing double-quotes, and truncating to fit within a desired length.

Furthermore, the escape() function provides for dynamic selection of
operations by using a package hash variable to map escape specification
strings to the functions which implement them. The lookup imposes a bit
of a performance penalty, but allows for some useful late-binding
behaviour. Compound specifications (ex. 'quoted uppercase') are expanded
to a list of functions to be applied in order. Other modules may also
register their functions here for later general use. (See the "CALLING
BY NAME" section below for more.)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2010.2.0-5
+ Revision: 8447920
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5528 |14cr|perl-String-Flogger-1.101.244-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Flogger
%define upstream_version 1.101244

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	String munging for loggers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/String/String-Flogger-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(JSON)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Sub::Exporter)

BuildArch:	noarch
Requires:	perl(JSON)

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.101.244-3
+ Revision: 938d44f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5529 |14cr|perl-String-Formatter-0.102.84-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Formatter
%define upstream_version 0.102084

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Ways to put String::Formatter to use

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/String/String-Formatter-%{upstream_version}.tar.gz
Source1:	%{name}.rpmlintrc

BuildRequires:	perl-devel
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Sub::Exporter)
BuildArch:	noarch

%description
String::Formatter is a tool for building sprintf-like formatting routines.
It supports named or positional formatting, custom conversions, fixed
string interpolation, and simple width-matching out of the box. It is easy
to alter its behavior to write new kinds of format string expanders. For
most cases, it should be easy to build all sorts of formatters out of the
options built into String::Formatter.

Normally, String::Formatter will be used to import a sprintf-like routine
referred to as "'stringf'", but which can be given any name you like. This
routine acts like sprintf in that it takes a string and some inputs and
returns a new string:

  my $output = stringf "Some %a format %s for you to %u.\n", { ... };

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.102.84-3
+ Revision: c059e1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5530 |14cr|perl-String-Koremutake-0.300.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Koremutake
%define upstream_version 0.30

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Convert to/from Koremutake Memorable Random Strings

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Exception)
BuildRequires:  perl(Error)
BuildArch:	noarch

%description
The String::Koremutake module converts to and from Koremutake Memorable Random
Strings.

The term "Memorable Random String" was thought up by Sean B. Palmer as a name
for those strings like dopynl, glargen, glonknic, spoopwiddle, and kebble etc.
that don't have any conventional sense, but can be used as random identifiers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc README CHANGES
%{perl_vendorlib}/String/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-4
+ Revision: 0296495
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5531 |14cr|perl-String-Perl-Warnings-1.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Perl-Warnings
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Determine if a string looks like a perl warning

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/String/String-Perl-Warnings-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Regexp::Assemble)
BuildRequires:	perl(Test::More)
Requires:	perl(Regexp::Assemble)
BuildArch:	noarch

%description
String::Perl::Warnings can be used to determine if a string of arbitary
text appears to look like a warning generated by perl.

It includes all warnings for every stable perl release from '5.6.0' to
'5.12.0'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-3
+ Revision: e42139e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5532 |14cr|perl-String-Random-0.260.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Random
%define upstream_version 0.26

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Perl module to generate random strings based

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/String/String-Random-%{upstream_version}.tar.gz

BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
This module makes it trivial to generate random strings.

As an example, let's say you are writing a script that needs to generate a
random password for a user. The relevant code might look something like
this:

  use String::Random;
  $pass = new String::Random;
  print "Your password is ", $pass->randpattern("CCcc!ccn"), "\n";

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/String



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.260.0-3
+ Revision: 8631163
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5533 |14cr|perl-String-RewritePrefix-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define upstream_name    String-RewritePrefix
%define upstream_version 0.007

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Rewrite strings based on a set of known prefixes

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/String/String-RewritePrefix-%{upstream_version}.tar.gz

BuildRequires: perl(Sub::Exporter)
BuildRequires: perl-devel


%description
Rewrite strings based on a set of known prefixes

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-3
+ Revision: ab8fb67
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5534 |14cr|perl-String-Similarity-1.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Similarity
%define upstream_version 1.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    Perl extension for calculating the similarity of two strings

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/String/%{upstream_name}-%{upstream_version}.tar.bz2

Buildrequires:  perl-devel

%description
$factor = similarity $string1, $string2, [$limit] 

The similarity-function calculates the similarity index of its two arguments. A
value of 0 means that the strings are entirely different. A value of 1 means
that the strings are identical. Everything else lies between 0 and 1 and
describes the amount of similarity between the strings.

It roughly works by looking at the smallest number of edits to change one
string into the other.

You can add an optional argument $limit (default 0) that gives the minimum
similarity the two strings must satisfy. similarity stops analyzing the string
as soon as the result drops below the given limit, in which case the result
will be invalid but lower than the given $limit. You can use this to speed up
the common case of searching for the most similar string from a set by
specifing the maximum similarity found so far.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files 
%doc COPYING Changes README
%{perl_vendorarch}/auto/String
%{perl_vendorarch}/String
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-5
+ Revision: 12dfbb1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5535 |14cr|perl-String-ToIdentifier-EN-0.110.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-ToIdentifier-EN
%define upstream_version 0.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Convert Strings to Unicode English Program
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/String/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Lingua::EN::Inflect::Phrase)
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Unidecode)
BuildRequires: perl(Unicode::UCD)
BuildRequires: perl(base)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module provides a utility method, the /to_identifier manpage for
converting an arbitrary string into a readable representation using the
ASCII subset of '\w' for use as an identifier in a computer program. The
intent is to make unique identifier names from which the content of the
original string can be easily inferred by a human just by reading the
identifier.

If you need the full set of '\w' including Unicode, see the subclass the
String::ToIdentifier::EN::Unicode manpage.

Currently, this process is one way only, and will likely remain this way.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-2
+ Revision: 4aa6cdc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5536 |14cr|perl-String-Tokenizer-0.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Tokenizer
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A simple string tokenizer

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/String/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
A simple string tokenizer which takes a string and splits it on whitespace.
It also optionally takes a string of characters to use as delimiters, and
returns them with the token set as well. This allows for splitting the
string in many different ways.

This is a very basic tokenizer, so more complex needs should be either
addressed with a custom written tokenizer or post-processing of the output
generated by this module. Basically, this will not fill everyones needs,
but it spans a gap between simple 'split / /, $string' and the other
options that involve much larger and complex modules.

Also note that this is not a lexical analyser. Many people confuse
tokenization with lexical analysis. A tokenizer mearly splits its input
into specific chunks, a lexical analyzer classifies those chunks. Sometimes
these two steps are combined, but not here.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/String


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-4
+ Revision: 7e0d652
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5537 |14cr|perl-String-Truncate-1.100.602-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Truncate
%define upstream_version 1.100602

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A module for when strings are too long to be displayed in

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/String/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Sub::Install)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
A module for when strings are too long to be displayed in.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.602-3
+ Revision: e067775
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5538 |14cr|perl-String-Util-1.230.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Util
%define upstream_version 1.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Handy string processing utilities


License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/String/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Debug::ShowStuff)

BuildArch:	noarch

%description
String::Util provides a collection of small, handy utilities
for processing strings.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.230.0-2
+ Revision: 0444371
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5539 |14cr|perl-Sub-Exporter-ForMethods-0.100.51-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sub-Exporter-ForMethods
%define upstream_version 0.100051

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Helper routines for using Sub::Exporter to build methods

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Sub/Sub-Exporter-ForMethods-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Sub::Name)
BuildArch:	noarch

%description
The synopsis section, above, looks almost indistinguishable from any other
use of Sub::Exporter, apart from the use of 'method_installer'. It is
nearly indistinguishable in behavior, too. The only change is that
subroutines exported from Method::Builder into named slots in
Vehicle::Autobot will be wrapped in a subroutine called
'Vehicle::Autobot::transform'. This will insert a named frame into stack
traces to aid in debugging.

More importantly (for the author, anyway), they will not be removed by
namespace::autoclean. This makes the following code work:

  package MyLibrary;

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.51-3
+ Revision: 2a6f254
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5540 |14cr|perl-Sub-Exporter-GlobExporter-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sub-Exporter-GlobExporter
%define upstream_version 0.004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Export shared globs with Sub::Exporter collectors

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Sub/Sub-Exporter-GlobExporter-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Export shared globs with Sub::Exporter collectors.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-3
+ Revision: 9451c9b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5541 |14cr|perl-Sub-Information-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sub-Information
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Get subroutine information

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Sub/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(B)
BuildRequires:	perl(Data::Dump::Streamer)
BuildRequires:	perl(Devel::Peek)
BuildRequires:	perl(PadWalker)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Typically, if we need to get information about code references, we have to
remember which of myriad modules to load. Need to know if it's blessed?
'Scalar::Util' will do that. Package it was declared in: 'Sub::Identify'.
Source code: 'Data::Dump::Streamer'. And so on ...

This module integrates those together so that you don't have to remember
them.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: a31f6a1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5542 |14cr|perl-Sub-Override-0.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Sub-Override
%define upstream_version 0.09
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.09
Release:	3

Summary:	Perl extension for easily overriding subroutines

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Sub-Override-0.09.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Fatal)
BuildArch:	noarch

%description
Sub::Override is a perl module that allows the programmer to simply name a
subroutine to replace and to supply a sub to replace it with.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Sub/Override.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-3
+ Revision: 27efc84
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5543 |14cr|perl-SVG-Graph-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 SVG-Graph
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Visualize your data in Scalable Vector Graphics (SVG) format

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SVG/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(SVG)
BuildRequires:	perl(Statistics::Descriptive)
BuildRequires:	perl(Math::Spline)
BuildRequires:	perl(Tree::DAG_Node)
BuildArch:	noarch

%description
SVG::Graph is a suite of perl modules for plotting data. SVG::Graph currently
supports plots of one-, two- and three-dimensional data, as well as N-ary
rooted trees. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files 
%doc README Changes
%{perl_vendorlib}/SVG
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: 2e2c01d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5544 |14cr|perl-SVK-Simple-0.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SVK-Simple
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Simple interface to svk

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Field)
BuildRequires:	perl-SVK
BuildRequires:	perl(Spiffy)
BuildArch:	noarch

%description
Although SVK.pm itself is already simple enough, there still are some misc 
requirements in the svk script which is not included in SVK.pm. This module 
helps people who wants to write some SVK applications. It provides a simple 
SVK object loader, so people will not have to handle XD initialization.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-4
+ Revision: 64ec751
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5545 |14cr|perl-SVN-Class-0.170.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SVN-Class
%define upstream_version 0.17
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.17
Release:	3

Summary:	Represents the repository of a Subversion workspace

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SVN/SVN-Class-0.17.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Dump)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IPC::Cmd)
BuildRequires:	perl(IPC::Run)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Path::Class::File::Stat)
BuildRequires:	perl(Rose::Object)
BuildRequires:	perl(Rose::URI)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::ParseWords)
BuildArch:	noarch

%description
SVN::Class extends Path::Class to allow for basic Subversion workspace
management. SVN::Class::File and SVN::Class::Dir are subclasses of
Path::Class::File::Stat and Path::Class::Dir respectively.

SVN::Class does not use the SVN::Core Subversion SWIG bindings. Instead,
the 'svn' binary tool is used for all interactions, using IPC::Cmd. This
design decision was made for maximum portability and to eliminate non-CPAN
dependencies.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%if %{?_with_test:1}%{!?_with_test:0}
%make test
%endif

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-3
+ Revision: e11bc7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5546 |14cr|perl-SVN-Mirror-0.75-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	SVN-Mirror

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(VCP(.*)\\)'
%else
%define _requires_exceptions 'perl(VCP.*'
%endif

Name:		perl-%{module}
Version:	0.75
Release:	4
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Perl modules to mirror remote subversion repositories to local ones

Source0:	http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO/%{module}-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/%{module}/

BuildRequires:	perl-devel
BuildRequires:	perl-SVN
BuildRequires:	perl-SVN-Simple
BuildRequires:	perl(Date::Format)
BuildRequires:	perl(File::chdir)
BuildRequires:	perl(URI)
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(YAML)
#BuildRequires:	perl(SVK)
# for test 
BuildRequires:	subversion 
BuildRequires:	subversion-tools
BuildConflicts:	perl-VCP-Dest-svk

BuildArch:	noarch

#Requires:	perl(SVK)
Requires:	perl(Class::Accessor)
Requires:	perl(Data::UUID)
Requires:	perl(Term::ReadKey)


%description
SVN::Mirror allows you to mirror a remote repository to your local subversion
repository. It supports remote subversion and Git repositories.

%package -n	svm
Summary:	A tool to mirror a remote subversion repository

Group:		Development/Perl

%description -n	svm
svm (subversion mirror) is a command-line tool that allows you to mirror a
remote subversion repository on a local repository.

%prep
%setup -q -n %{module}-%{version}

%build
PERL_EXTUTILS_AUTOINSTALL=--skipdeps perl Makefile.PL INSTALLDIRS=vendor
%make

cat > README.Mdv << EOF
This version was not built with VCP support (for CVS and Perforce mirroring)
since it requires to package too much other perl modules.
EOF

%check
# Some fail with new subversion
#LC_ALL=C make test

%install
%makeinstall_std

%files
%doc CHANGES README README.Mdv TODO
%{perl_vendorlib}/SVN
%{_mandir}/man3/*

%files -n svm
%doc README.Mdv
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.75-4
+ Revision: 7cfe3cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5547 |14cr|perl-SVN-Notify-2.840.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SVN-Notify
%define upstream_version 2.84

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Subversion activity notification

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/SVN/SVN-Notify-%{upstream_version}.tar.gz

BuildRequires:  perl(Module::Build)
BuildRequires:  perl(HTML::Parser)
BuildRequires:  sendmail-command

BuildArch:      noarch

%description
This class may be used for sending email messages for Subversion repository
activity. There are a number of different modes supported, and SVN::Notify is
fully subclassable, to easily add new functionality. By default, A list of all
the files affected by the commit will be assembled and listed in a single
message.

This package also provides a svnnotify command-line tool that can be directly
used in subversion post-commit scripts.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes
%{perl_vendorlib}/SVN
%{_mandir}/*/*
%{_bindir}/svnnotify



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.840.0-3
+ Revision: 4dae25a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5548 |14cr|perl-SVN-Notify-Config-0.91.100-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	SVN-Notify-Config
%define upstream_version	0.0911

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Config-driven Subversion notification

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SVN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(SVN::Notify)
BuildRequires:	perl(YAML)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Deep)
BuildRequires:  subversion
BuildArch:	noarch

%description
This module is a YAML-based configuration wrapper on SVN::Notify.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
export LC_ALL=C
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files
%doc Changes README
%{perl_vendorlib}/SVN
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.91.100-3
+ Revision: a243cca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5549 |14cr|perl-SVN-Notify-Mirror-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SVN-Notify-Mirror
%define upstream_version 0.040

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Keep a mirrored working copy of a repository path

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SVN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(SVN::Notify)
BuildRequires:	subversion-tools
BuildRequires:	sendmail-command
BuildArch:	noarch

%description
Keep a local directory in sync with a portion of a Subversion repository.
Typically used to keep a development web server in sync with the changes made
to the repository.

NOTE: because 'svn export' is not able to be consistently updated, the sync'd
directory must be a full working copy.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor << EOF
y
EOF
./Build

# Fails with modern perl
# %check
# export SVNLOOK=%{_bindir}/svnlook
# export LC_ALL=C
# ./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README
%{perl_vendorlib}/SVN
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: 2b2d943
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5550 |14cr|perl-SVN-Simple-0.280.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SVN-Simple
%define upstream_version 0.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Simple interface to subversion's editor interface

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-SVN
#needed for testing
BuildRequires:  subversion

BuildArch:  noarch

%description
SVN::Simple::Edit wraps the subversion delta editor with 
a perl friendly interface and then you could easily 
drive it for describing changes to a tree.

A common usage is to wrap the commit editor, so you could make 
commits to a subversion repository easily.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES README 
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.280.0-5
+ Revision: 6cabd24
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5551 |14cr|perl-SVN-SVNLook-0.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SVN-SVNLook
%define upstream_version 0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Perl wrapper to the svnlook command

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/SVN/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:  perl(Module::Build)
BuildArch:      noarch

%description
SVN::SVNLook runs the command line client. This module was created to make
adding hooks script easier to manipulate.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
for file in `find lib -type f` Changes README; do
    chmod 644 $file
    perl -pi -e 'tr/\r//d' $file
done

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files
%doc Changes README
%{perl_vendorlib}/SVN
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-3
+ Revision: 1f6e5f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5552 |14cr|perl-Switch-2.160.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Switch
%define upstream_version 2.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	A switch statement for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		Switch-2.16-perl514.patch

BuildRequires:	perl-devel
BuildRequires:	perl(Filter::Util::Call)
BuildRequires:	perl(Text::Balanced)

BuildArch:	noarch

%description
The Switch.pm module implements a generalized case mechanism that covers
most (but not all) of the numerous possible combinations of switch and case
values described above.

The module augments the standard Perl syntax with two new control
statements: 'switch' and 'case'. The 'switch' statement takes a single
scalar argument of any type, specified in parentheses. 'switch' stores this
value as the current switch value in a (localized) control variable. The
value is followed by a block which may contain one or more Perl statements
(including the 'case' statement described below). The block is
unconditionally executed once the switch value has been cached.

A 'case' statement takes a single scalar argument (in mandatory parentheses
if it's a variable; otherwise the parens are optional) and selects the
appropriate type of matching between that argument and the current switch
value. The type of matching used is determined by the respective types of
the switch value and the 'case' argument, as specified in Table 1. If the
match is successful, the mandatory block associated with the 'case'
statement is executed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.160.0-6
+ Revision: 6e7ebe6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5553 |14cr|perl-syntax-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    syntax
%define upstream_version 0.004

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Activate syntax extensions
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Data::OptList) >= 0.104.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(FindBin)
BuildRequires: perl(Test::More) >= 0.940.0
BuildRequires: perl(namespace::clean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildArch:  noarch

Provides: perl(syntax)

%description
This module activates community provided syntax extensions to Perl. You
pass it a feature name, and optionally a scalar with arguments, and the
dispatching system will load and install the extension in your package.

The import arguments are parsed with the Data::OptList manpage. There are
no standardised options. Please consult the documentation for the specific
syntax feature to find out about possible configuration options.

The passed in feature names are simply transformed: 'function' becomes the
Syntax::Feature::Function manpage and 'foo_bar' would become
'Syntax::Feature::FooBar'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-4
+ Revision: dafb66b
- Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5554 |14cr|perl-Syntax-Highlight-Engine-Kate-0.90.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define upstream_name    Syntax-Highlight-Engine-Kate
%define upstream_version 0.09

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    A Plugin for Component-Pascal syntax highlighting


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Syntax/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Test::Warn)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(Term::ANSIColor)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel

%description
Syntax::Highlight::Engine::Kate is a port to perl of the syntax highlight
engine of the Kate text editor.

The language xml files of kate have been rewritten to perl modules using a
script. These modules function as plugins to this module.

Syntax::Highlight::Engine::Kate inherits
Syntax::Highlight::Engine::Kate::Template.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-2
+ Revision: 13d3258
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5555 |14cr|perl-Syntax-Highlight-Perl6-0.880.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Syntax-Highlight-Perl6
%define upstream_version 0.88

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Perl 6 Syntax Highlighter

Source0:	http://www.cpan.org/modules/by-module/Syntax/%{upstream_name}-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{upstream_name}

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(File::ShareDir::Install)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Term::ANSIColor)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(YAML::Syck)
BuildRequires:	perl(YAML::XS)
BuildRequires:	perl-STD
BuildArch:	noarch
Provides:	perl(STD)

%description
'Syntax::Highlight::Perl6' parses Perl 6 source code using an embedded
STD.pm. It matches parse tree nodes to colors then returns them in
different output formats. It can be used to create web pages with colorful
source code samples in its simple and snippet html modes, or it can be used
as a learning tool in examining STD.pm's output using the JavaScript node
viewer in its full html mode. Or you can use its parse tree Perl 5 records
to build your next great idea.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/*
%{_bindir}/hilitep6
%{_mandir}/man1/*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.880.0-5
+ Revision: e9dac11
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5556 |14cr|perl-Syntax-Keyword-Junction-0.3.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Syntax-Keyword-Junction
%define upstream_version 0.003008

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl6 style Junction operators in Perl5
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Syntax/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Exporter::Progressive) >= 0.1.6
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(syntax)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This is a lightweight module which provides 'Junction' operators, the most
commonly used being 'any' and 'all'.

Inspired by the Perl6 design docs, the
http://dev.perl.org/perl6/doc/design/exe/E06.html manpage.

Provides a limited subset of the functionality of the
Quantum::Superpositions manpage, see the /"SEE ALSO" manpage for comment.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.8-1
+ Revision: 13093d4
- Added namespace-clean BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5557 |14cr|perl-Sysadm-Install-0.440.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Sysadm-Install
%define upstream_version 0.44

Summary:	Typical installation tasks for system administrators



Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/Sysadm-Install/
Source0:	http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(File::Which)
BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(Config)
BuildRequires:	perl(Cwd)
BuildRequires:	perl(Encode)
BuildRequires:	perl(Expect)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Temp) >= 0.16
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Status)
BuildRequires:	perl(Log::Log4perl) >= 1.00
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Term::ReadKey)
# For test suite
BuildRequires:	perl(Test::More)
# Runtime deps not automatically picked up by RPM
Requires:	perl(Archive::Tar)
Requires:	perl(Config)
Requires:	perl(Encode)
Requires:	perl(Expect)
Requires:	perl(HTTP::Request)
Requires:	perl(HTTP::Status)
Requires:	perl(LWP::UserAgent)

BuildArch:	noarch

%description
"Sysadm::Install" executes shell-like commands performing typical
installation tasks: Copying files, extracting tarballs, calling "make".
It has a "fail once and die" policy, meticulously checking the result of
every operation and calling "die()" immediately if anything fails,
with optional logging of everything.

"Sysadm::Install" also supports a *dry_run* mode, in which it logs
everything, but suppresses any write actions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test 

%install
%makeinstall_std

%files
%doc Changes README 
%{_bindir}/one-liner
%{perl_vendorlib}/*
%{_mandir}/man3/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.440.0-2
+ Revision: c07e310
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5558 |14cr|perl-Sys-HostIP-1.810.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sys-HostIP
%define upstream_version 1.81

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl module to get ip address related info

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/~bluelines/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BL/BLUELINES//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::TinyMocker)
BuildRequires:	perl(Test::Exception)
BuildArch:	noarch

%description
Sys::HostIP does what it can to determine the ip address of your machine.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.810.0-4
+ Revision: 9eae5d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5559 |14cr|perl-Sys-Info-0.730.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sys-Info
%define upstream_version 0.73

Summary:	Fetch information from the host system

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SYS/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl-Test-Sys-Info
BuildRequires:	perl-Sys-Info-Base
BuildRequires:	perl-Sys-Info-Driver-Linux
Requires:	perl-Sys-Info-Driver-Linux
Requires:	perl-Sys-Info-Base
BuildArch:	noarch

%description
Perl for fetch system information from the host.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Require ifconfig access etc
#make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.730.0-4
+ Revision: fe7c29c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5560 |14cr|perl-Sys-Info-Base-0.780.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sys-Info-Base
%define upstream_version 0.78

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(TARGET_CLASS\\)'
%else
%define _requires_exceptions perl(TARGET_CLASS)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Base classes for Sys::Info

License:    GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SYS/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildArch:	noarch

%description
Perl base classes for Sys::Info.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.780.0-4
+ Revision: a18b2f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5561 |14cr|perl-Sys-Info-Driver-Linux-0.790.300-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sys-Info-Driver-Linux
%define upstream_version 0.7903

%define debug_package %{nil}

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Linux driver for Sys::Info

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Sys/BURAK/Sys-Info-Driver-Linux-%{upstream_version}.tar.gz

BuildRequires:  lsb-release
BuildRequires:	perl(Test::Sys::Info)
BuildRequires:	perl(Linux::Distribution)
BuildRequires:	perl(Unix::Processors)
BuildRequires:	perl-devel
BuildRequires:  perl(Config::General)

Requires:   lsb-release
Requires:	perl(Linux::Distribution)
Requires:	perl(Sys::Info::Base)
Requires:	perl(Unix::Processors)

%description
Perl module for linux driver for Sys::Info  .

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# (tpg) fails on 5.12.0
rm -rf t/03-basic.t
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.790.300-3
+ Revision: c97c343
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5562 |14cr|perl-Sys-Load-0.200.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sys-Load
%define upstream_version 0.2

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:	A perl5 module that indicate system load

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/B/BA/BARABAS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
getload() returns 3 elements: representing load averages over 
the last 1, 5 and 15 minutes. On failure empty list is returned.
uptime() returns the system uptime in seconds. Returns 0 on 
failure.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# Remove Local from path
find . -type f | xargs perl -p -i -e "s|/usr/local/|/usr/|g"

# lib64 fixes, don't add /usr/lib/X11 to linker search path
perl -pi -e "s|-L/usr/lib/X11||g;s|-L/usr/X11/lib||g;s|-L/usr/lib||g" Makefile.PL
perl -pi -e "s|(/usr/X11R6)/lib|\1/%{_lib}|g" Makefile.PL

%build
perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%check
%ifnarch ppc
%make test
%endif

%install
%makeinstall_std

%clean 

%files
%doc README
%{perl_vendorarch}/auto/Sys/Load/Load.so
%{perl_vendorarch}/Sys/Load.pm
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-6
+ Revision: 5640693
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5563 |14cr|perl-Sys-Mknod-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	Sys-Mknod
%define upstream_version	0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Sys::Mknod - make special files

License:	GPL
Group:		Development/Perl
Url:		http://www.kernel.org/software/mon/
Source0:	http://search.cpan.org/CPAN/authors/id/S/SA/SAMV/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch
   
%description
Sys::Mknod - make special files

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
# I am sorry, we can't make test because because
# it try to run mknod, and we can't be root to
# build the package...
[ $UID -eq 0 ] || exit 0
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 4b47776
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5564 |14cr|perl-Sys-Proctitle-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sys-Proctitle
%define upstream_version 0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:	Sys::Proctitle - modify proctitle on Linux

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/O/OP/OPI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Class::Member)
BuildRequires:	perl-devel


%description
"Sys::Proctitle" provides an interface for setting the process title
shown by "ps", "top" or similar tools on Linux. Why do we need this? One
could simply change $0 to achieve the same result. Well, first setting
$0 did not work with 5.8.0. Further, setting $0 won't work with
mod_perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%dir %{perl_vendorlib}/*/auto/Sys/Proctitle
%{perl_vendorlib}/*/Sys/Proctitle.pm
%{perl_vendorlib}/*/auto/Sys/Proctitle/Proctitle.so
%{perl_vendorlib}/*/auto/Sys/Proctitle/setproctitle.so
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: 9a1150b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5565 |14cr|perl-Sys-SigAction-0.210.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Sys-SigAction
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl extension for Consistent Signal Handling

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Sys/Sys-SigAction-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements set_sig_handler(), which sets up a signal handler and
(optionally) returns an object which causes the signal handler to be reset to
the previous value, when it goes out of scope.

Also implemented is timeout_call() which takes a timeout value and a code
reference, and executes the code reference wrapped with an alarm timeout.

Finally, two convenience routines are defined which allow one to get the signal
name from the number -- sig_name(), and get the signal number from the name --
sig_number().

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Sys
%{_mandir}/man3*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.210.0-3
+ Revision: d2b4424
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5566 |14cr|perl-Sys-Syscall-0.250.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sys-Syscall
%define upstream_version 0.25

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.25
Release:	3

Summary:	Perl module to access system calls that Perl doesn't normally provide access to

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Sys/Sys-Syscall-0.25.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Use epoll, sendfile, from Perl.

%prep
%setup -q -n Sys-Syscall-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.250.0-3
+ Revision: 151d63c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5567 |14cr|perl-Sys-Syslog-0.330.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sys-Syslog
%define upstream_version 0.33

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 0.33
Release:	3

Summary:    Provides same functionality as BSD syslog

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Sys/Sys-Syslog-0.33.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(POSIX)
BuildRequires: perl(Socket)
BuildRequires: perl(Test::More)
BuildRequires: perl(XSLoader)
BuildRequires: perl-devel

%description
'Sys::Syslog' is an interface to the UNIX 'syslog(3)' program. Call
'syslog()' with a string priority and a list of 'printf()' args just like
'syslog(3)'.

You can find a kind of FAQ in the "THE RULES OF SYS::SYSLOG" manpage.
Please read it before coding, and again before asking questions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.330.0-3
+ Revision: 645c8ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5568 |14cr|perl-Sys-Virt-0.9.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Sys-Virt
%define upstream_version 0.9.9
Name:		perl-%{module}
Version:	%perl_convert_version 0.9.9
Release:	3

Summary:	Interface to libvirt virtual machine management API

License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}/
Source0:	http://www.cpan.org/modules/by-module/Sys/Sys-Virt-%{version}.tar.gz

BuildRequires:	pkgconfig(libvirt) >= 0.9.9
BuildRequires:	perl(XML::XPath)
BuildRequires:	perl-devel
BuildRequires:	gettext-devel
BuildRequires:	xen-devel


%description
Sys::Virt is an interface to libvirt virtual machine management API.
The Sys::Virt::Domain module represents a guest domain managed by
the virtual machine monitor.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

# The check fails when running inside LXC containers in ABF
# %check
# make test

%install
%makeinstall_std

%files
%doc AUTHORS README LICENSE
%{perl_vendorarch}/Sys
%{perl_vendorarch}/auto/Sys
%{_mandir}/man3/Sys::Virt*3pm*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.9-3
+ Revision: 83798f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5569 |14cr|perl-tag_utils-1.120.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       tag_utils
%define upstream_version    1.12

%if %{_use_internal_dependency_generator}
%define __noautoprov 'perl\\(XML::Parser::Expat\\)|perl\\(Parse::Yapp::Driver\\)'
%else
%define _provides_exceptions XML::Parser::Expat\\|Parse::Yapp::Driver
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Conversion between various formats for Tree Adjoining Grammars

License:	GPL
Group:		Development/Perl
Url:		http://alpage.inria.fr/catalogue.en.html#tag_utils
Source:		https://gforge.inria.fr/frs/download.php/5687/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Generator)
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl(Data::Grove)
BuildRequires:	perl(AppConfig)
BuildRequires:	perl(DBI)
BuildArch:	noarch

%description
tag_utils is a set of Perl scripts to convert between various formats for Tree
Adjoining Grammars, in particular the XML TAGML format.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog INSTALL LICENSE README
%{_bindir}/*
%{perl_vendorlib}/TAG*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-4
+ Revision: 3000444
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5570 |14cr|perl-TAP-SimpleOutput-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    TAP-SimpleOutput
%define upstream_version 0.002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Simple closure-driven TAP generator
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/TAP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Sub::Exporter::Progressive)
BuildRequires: perl(Test::CheckDeps) >= 0.10.0
BuildRequires: perl(Test::More) >= 0.940.0
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
We provide one function, 'counters()', that returns a number of simple
closures designed to help output TAP easily and correctly, with a minimum
of fuss.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes INSTALL LICENSE META.json META.yml MYMETA.yml README SIGNATURE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-1
+ Revision: 1cab850
- Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5571 |14cr|perl-Task-Dist-Zilla-1.111.681-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Task-Dist-Zilla
%define upstream_version 1.111681

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.111681
Release:	2

Summary:	Task to install dist-zilla and all its plugins
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Task/Task-Dist-Zilla-1.111681.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::ApacheTest)
BuildRequires:	perl(Dist::Zilla::Plugin::ArchiveRelease)
BuildRequires:	perl(Dist::Zilla::Plugin::AssertOS)
BuildRequires:	perl(Dist::Zilla::Plugin::Author::KENTNL::DistINI)
BuildRequires:	perl(Dist::Zilla::Plugin::AutoVersion::Relative)
BuildRequires:	perl(Dist::Zilla::Plugin::Bootstrap::lib)
BuildRequires:	perl(Dist::Zilla::Plugin::Bugtracker)
BuildRequires:	perl(Dist::Zilla::Plugin::BumpVersionFromGit)
BuildRequires:	perl(Dist::Zilla::Plugin::CSJEWELL::AuthorTest)
BuildRequires:	perl(Dist::Zilla::Plugin::CSJEWELL::BeforeBuild)
BuildRequires:	perl(Dist::Zilla::Plugin::CSJEWELL::DotFileFix)
BuildRequires:	perl(Dist::Zilla::Plugin::CSJEWELL::FTPUploadToOwnSite)
BuildRequires:	perl(Dist::Zilla::Plugin::CSJEWELL::SubversionDist)
BuildRequires:	perl(Dist::Zilla::Plugin::CSJEWELL::VersionGetter)
BuildRequires:	perl(Dist::Zilla::Plugin::Catalyst)
BuildRequires:	perl(Dist::Zilla::Plugin::Catalyst::New)
BuildRequires:	perl(Dist::Zilla::Plugin::ChangelogFromGit)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckChangeLog)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckChangesHasContent)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckChangesTests)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckExtraTests)
BuildRequires:	perl(Dist::Zilla::Plugin::CompileTests)
BuildRequires:	perl(Dist::Zilla::Plugin::ConsistentVersionTest)
BuildRequires:	perl(Dist::Zilla::Plugin::CopyReadmeFromBuild)
BuildRequires:	perl(Dist::Zilla::Plugin::CopyTo)
BuildRequires:	perl(Dist::Zilla::Plugin::CriticTests)
BuildRequires:	perl(Dist::Zilla::Plugin::DistManifestTests)
BuildRequires:	perl(Dist::Zilla::Plugin::DualBuilders)
BuildRequires:	perl(Dist::Zilla::Plugin::DynamicManifest)
BuildRequires:	perl(Dist::Zilla::Plugin::EOLTests)
BuildRequires:	perl(Dist::Zilla::Plugin::FatPacker)
BuildRequires:	perl(Dist::Zilla::Plugin::Git)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::Check)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::Commit)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::CommitBuild)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::Init)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::Push)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::Tag)
BuildRequires:	perl(Dist::Zilla::Plugin::GitFmtChanges)
BuildRequires:	perl(Dist::Zilla::Plugin::GitObtain)
BuildRequires:	perl(Dist::Zilla::Plugin::GitVersionCheckCJM)
BuildRequires:	perl(Dist::Zilla::Plugin::GithubMeta)
BuildRequires:	perl(Dist::Zilla::Plugin::HasVersionTests)
BuildRequires:	perl(Dist::Zilla::Plugin::Homepage)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFilesMARCEL)
BuildRequires:	perl(Dist::Zilla::Plugin::InstallGuide)
BuildRequires:	perl(Dist::Zilla::Plugin::KwaliteeTests)
BuildRequires:	perl(Dist::Zilla::Plugin::LatestPrereqs)
BuildRequires:	perl(Dist::Zilla::Plugin::LocaleMsgfmt)
BuildRequires:	perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
BuildRequires:	perl(Dist::Zilla::Plugin::MakeMaker::SkipInstall)
BuildRequires:	perl(Dist::Zilla::Plugin::MatchManifest)
BuildRequires:	perl(Dist::Zilla::Plugin::Mercurial)
BuildRequires:	perl(Dist::Zilla::Plugin::Mercurial::Check)
BuildRequires:	perl(Dist::Zilla::Plugin::Mercurial::Push)
BuildRequires:	perl(Dist::Zilla::Plugin::Mercurial::Tag)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaData::BuiltWith)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaData::BuiltWith::All)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaNoIndex)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides::Class)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides::FromFile)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides::Package)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaRecommends)
BuildRequires:	perl(Dist::Zilla::Plugin::MinimumPerl)
BuildRequires:	perl(Dist::Zilla::Plugin::MinimumVersionTests)
BuildRequires:	perl(Dist::Zilla::Plugin::ModuleBuild::Custom)
BuildRequires:	perl(Dist::Zilla::Plugin::ModuleBuild::XSOrPP)
BuildRequires:	perl(Dist::Zilla::Plugin::ModuleInstall)
BuildRequires:	perl(Dist::Zilla::Plugin::NoAutomatedTesting)
BuildRequires:	perl(Dist::Zilla::Plugin::NoTabsTests)
BuildRequires:	perl(Dist::Zilla::Plugin::OurPkgVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::PerlTidy)
BuildRequires:	perl(Dist::Zilla::Plugin::PodLoom)
BuildRequires:	perl(Dist::Zilla::Plugin::PodPurler)
BuildRequires:	perl(Dist::Zilla::Plugin::PodSpellingTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::PortabilityTests)
BuildRequires:	perl(Dist::Zilla::Plugin::Prepender)
BuildRequires:	perl(Dist::Zilla::Plugin::ProgCriticTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PurePerlTests)
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeFromPod)
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeMarkdownFromPod)
BuildRequires:	perl(Dist::Zilla::Plugin::ReportVersions)
BuildRequires:	perl(Dist::Zilla::Plugin::ReportVersions::Tiny)
BuildRequires:	perl(Dist::Zilla::Plugin::Repository)
BuildRequires:	perl(Dist::Zilla::Plugin::Rsync)
BuildRequires:	perl(Dist::Zilla::Plugin::SVK)
BuildRequires:	perl(Dist::Zilla::Plugin::SVK::Check)
BuildRequires:	perl(Dist::Zilla::Plugin::SVK::Commit)
BuildRequires:	perl(Dist::Zilla::Plugin::SVK::Push)
BuildRequires:	perl(Dist::Zilla::Plugin::SVK::Tag)
BuildRequires:	perl(Dist::Zilla::Plugin::Signature)
BuildRequires:	perl(Dist::Zilla::Plugin::SubmittingPatches)
BuildRequires:	perl(Dist::Zilla::Plugin::SurgicalPkgVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::SurgicalPodWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::SvnObtain)
BuildRequires:	perl(Dist::Zilla::Plugin::SynopsisTests)
BuildRequires:	perl(Dist::Zilla::Plugin::TaskWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::TemplateCJM)
BuildRequires:	perl(Dist::Zilla::Plugin::TemplateFiles)
BuildRequires:	perl(Dist::Zilla::Plugin::Twitter)
BuildRequires:	perl(Dist::Zilla::Plugin::UnusedVarsTests)
BuildRequires:	perl(Dist::Zilla::Plugin::UpdateGitHub)
BuildRequires:	perl(Dist::Zilla::Plugin::VersionFromModule)
BuildRequires:	perl(Dist::Zilla::Plugin::VersionFromPrev)
BuildRequires:	perl(Dist::Zilla::Plugin::VersionFromPrev::Finder::Git::LastVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::VersionFromPrev::Style::Classic)
BuildRequires:	perl(Dist::Zilla::PluginBundle::AVAR)
BuildRequires:	perl(Dist::Zilla::PluginBundle::BINGOS)
BuildRequires:	perl(Dist::Zilla::PluginBundle::CJM)
BuildRequires:	perl(Dist::Zilla::PluginBundle::CSJEWELL)
BuildRequires:	perl(Dist::Zilla::PluginBundle::FAYLAND)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Git)
BuildRequires:	perl(Dist::Zilla::PluginBundle::IDOPEREL)
BuildRequires:	perl(Dist::Zilla::PluginBundle::JQUELIN)
BuildRequires:	perl(Dist::Zilla::PluginBundle::KENTNL)
BuildRequires:	perl(Dist::Zilla::PluginBundle::KENTNL::Lite)
BuildRequires:	perl(Dist::Zilla::PluginBundle::MARCEL)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Mercurial)
BuildRequires:	perl(Dist::Zilla::PluginBundle::PDONELAN)
BuildRequires:	perl(Dist::Zilla::PluginBundle::RJBS)
BuildRequires:	perl(Dist::Zilla::PluginBundle::ROKR)
BuildRequires:	perl(Dist::Zilla::PluginBundle::ROKR::Basic)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Rakudo)
BuildRequires:	perl(Dist::Zilla::PluginBundle::SVK)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
This task is merely a placeholder to pull all dist-zilla related modules in
one go.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean
rm -rf %buildroot

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.111.681-2
+ Revision: 39164f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5572 |14cr|perl-Tee-0.140.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tee
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Pure Perl emulation of GNU tee

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(IPC::Run3)
BuildRequires:	perl(Probe::Perl)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(IO::CaptureOutput)
BuildArch:	noarch

%description
The 'Tee' distribution provides the the ptee manpage program, a pure Perl
emulation of the standard GNU tool 'tee'. It is designed to be a
platform-independent replacement for operating systems without a native
'tee' program. As with 'tee', it passes input received on STDIN through to
STDOUT while also writing a copy of the input to one or more files. By
default, files will be overwritten.

Unlike 'tee', 'ptee' does not support ignoring interrupts, as signal
handling is not sufficiently portable.

The 'Tee' module provides a convenience function that may be used in place
of 'system()' to redirect commands through 'ptee'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes META.yml
%{perl_vendorlib}/*
%{_bindir}/ptee
%{_mandir}/man1/ptee.1.xz
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-5
+ Revision: d9341ea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5573 |14cr|perl-Template-DBI-2.650.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-DBI
%define upstream_version 2.65

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Template interface to the DBI module

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://www.template-toolkit.org
Source0:	http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBI) >= 1.0
BuildRequires:	perl(Template) >= 2.15

BuildArch:	noarch
Requires:	perl(Template) >= 2.15

%description
The Template-DBI distribution contains the DBI plugin for the Template
Toolkit. At some point in the future it is likely to contain other
DBI-related plugins and extension modules for the Template Toolkit.

The DBI plugin was distributed as part of the Template Toolkit until
version 2.15 released in May 2006. At this time it was extracted into
this separate Template-DBI distribution.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

perl Makefile.PL INSTALLDIRS=vendor <<EOF
EOF
%make

%check
##make test

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc README
%{perl_vendorlib}/Template
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.650.0-4
+ Revision: 7dbcc38
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5574 |14cr|perl-Template-Declare-0.460.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-Declare
%define upstream_version 0.46

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.46
Release:	3

Summary:	Template::Declare TAG set for Mozilla's em-rdf

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Template/Template-Declare-0.46.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(Class::ISA)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::Lint)
BuildRequires:	perl(String::BufferStack)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildArch:	noarch

%description
'Template::Declare' is a pure-Perl declarative HTML/XUL/RDF/XML templating
system.

Yes. Another one. There are many others like it, but this one is ours.

A few key features and buzzwords:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/Template/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.460.0-3
+ Revision: 41a6e40
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5575 |14cr|perl-Template-GD-2.660.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-GD
%define upstream_version 2.66

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	GD plugin(s) for the Template Toolkit

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Template)
BuildArch:	noarch

%description
The Template-GD distribution provides a number of Template Toolkit plugin
modules to interface with Lincoln Stein's GD modules. These in turn provide an
interface to Thomas Boutell's GD graphics library.

These plugins were distributed as part of the Template Toolkit until version
2.15 released in February 2006. At this time they were extracted into this
separate distribution.

For general information on the Template Toolkit see the documentation for the
Template module or http://template-toolkit.org. For information on using
plugins, see Template::Plugins and "USE" in Template::Manual::Directives.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Template
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.660.0-4
+ Revision: 6188a7c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5576 |14cr|perl-Template-Multilingual-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  Template-Multilingual
%define upstream_version 1.00

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	Multilingual templates for Template Toolkit

License:	GPL or Artistic
Group:		Development/Perl
Source:		ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Template/Template-Multilingual-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{module}/
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Template)
BuildArch:	noarch

%description
This subclass of Template Toolkit's Template class supports multilingual
templates: templates that contain text in several languages.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot}

%check
./Build test

%files
%doc Changes README
%{perl_vendorlib}/Template/Multilingual.pm
%{perl_vendorlib}/Template/Multilingual
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: d7d83ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5577 |14cr|perl-Template-Plugin-Class-0.140.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-Plugin-Class
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Allow calling of class methods on arbitrary classes

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Template)
BuildArch:	noarch

%description
Template::Plugin::Class allows you to call class methods on arbitrary classes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL installdirs=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Template
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-4
+ Revision: 346542d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5578 |14cr|perl-Template-Plugin-Clickable-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-Plugin-Clickable
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Make URLs clickable in HTML 

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Template)
BuildRequires:	perl(URI::Find)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description
Template::Plugin::Clickable is a plugin for TT, which allows you to filter
HTMLs clickable.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Template
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-4
+ Revision: 1e726dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5579 |14cr|perl-Template-Plugin-Clickable-Email-0.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-Plugin-Clickable-Email
%define upstream_version 0.01

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Make email addresses in to HTML links

License:    Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.bz2

Buildrequires:  perl(Module::Build)
Buildrequires:  perl(Template)
Buildrequires:  perl(Email::Find)
buildArch:      noarch

%description
Template::Plugin::Clickable::Email converts any e-mail addresses found in the
filtered text in to HTML mailto: links.

This module uses Email::Find, see the documentation for that module for caveats
relating to how addresses are parsed, and why some false positives may occur.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc README Changes
%{perl_vendorlib}/Template
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-3
+ Revision: 46e444d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5580 |14cr|perl-Template-Plugin-JavaScript-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Template-Plugin-JavaScript
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	TT filter to encode text to be safe in JavaScript

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Template::Plugin::JavaScript is a TT filter that filters text so it
can be safely used in JavaScript quotes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Template
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: 38ace4e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5581 |14cr|perl-Template-Plugin-Latex-3.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-Plugin-Latex
%define upstream_version 3.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	LaTeX plugin for the Template Toolkit
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(LaTeX::Driver)
BuildRequires:	perl(LaTeX::Encode)
BuildRequires:	perl(LaTeX::Table)
BuildRequires:	perl(Template)
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Moose::Policy) perl(Moose)
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(Devel::GlobalDestruction)
BuildRequires:	perl(Sub::Name)
BuildRequires:	texlive-scheme-tetex
BuildArch:	noarch

%description
The Template::Latex module is a wrapper of convenience around the Template
module, providing additional support for generating PDF, PostScript and DVI
documents from LaTeX templates.

You use the Template::Latex module exactly as you would the Template
module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# make test

%install
%makeinstall_std

%files
%doc README README README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.50.0-3
+ Revision: 8bcadac
- Disable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5582 |14cr|perl-Template-Plugin-Number-Format-1.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-Plugin-Number-Format
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Plugin/filter interface to Number::Format

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Number::Format)
BuildRequires:	perl(Template)
BuildArch:	noarch

%description
Template::Plugin::Number::Format makes the number-munging grooviness of
Number::Format available to your templates. It is used like a plugin, but
installs filters into the current context.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/Template
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-4
+ Revision: d5f02b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5583 |14cr|perl-Template-Plugin-Page-0.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-Plugin-Page
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A plugin to help when paging through sets of results

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Page)
BuildRequires:  perl(Template)
BuildArch:	noarch

%description
When searching through large amounts of data, it is often the case
that a result set is returned that is larger than we want to display
on one page. This results in wanting to page through various pages of
data. The maths behind this is unfortunately fiddly, hence this
module.

The main concept is that you pass in the number of total entries, the
number of entries per page, and the current page number. You can then
call methods to find out how many pages of information there are, and
what number the first and last entries on the current page really are.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Template/Plugin/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-4
+ Revision: 6f626d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5584 |14cr|perl-Template-Plugin-Subst-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-Plugin-Subst
%define upstream_version 0.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    S/// functionality for Template Toolkit templates

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Template)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
Template::Plugin::Subst acts as a filter and a virtual method to carry
out regular expression substitutions with back references on text and
variables in the Template Toolkit.

That's the advantage of this approach over the built-in C<replace>
method.  C<replace> doesn't deal with backrefs, so code like this:

  [% str = 'foobar' %]
  [% str.replace('(foo)(bar)', '$2$1') %]

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: 6572e10
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5585 |14cr|perl-Template-Plugin-YAML-1.230.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Template-Plugin-YAML
%define upstream_version 1.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Plugin interface to YAML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(YAML)
BuildRequires:	perl(Template)
BuildArch:	noarch

%description
This is a simple Template Toolkit Plugin Interface to the YAML module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test 

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Template
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.230.0-4
+ Revision: c1caa3c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5586 |14cr|perl-Template-Provider-Encoding-0.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-Provider-Encoding
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Template plugin to specify encoding

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Encode)
BuildRequires:	perl(Template)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Template::Plugin::encoding is a Template plugin to declare the encoding of
template files. This plugin doesn't actually do anything but
Template::Provider::Encoding scans the usage of this module to find the
encoding of templates. As a bonus, you can use 'encoding' variable in the
template to specify file encoding, which might be useful for XML or HTML
meta tag.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Template


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-4
+ Revision: fa42664
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5587 |14cr|perl-Template-Timer-1.00-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname Template-Timer

Summary:	Rudimentary profiling for Template Toolkit

Name:		perl-%{realname}
Version:	1.00
Release:	4
License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{realname}/
Source:		%{realname}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:  perl-Template-Toolkit
BuildArch:	noarch

%description
Template::Timer provides inline timings of the template processing througout
your code. It's an overridden version of Template::Context that wraps the
process() and include() methods.

%prep
%setup -q -n %{realname}-%{version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%__make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Template/*
%{_mandir}/*/*

%clean




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.00-4
+ Revision: 589d60d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5588 |14cr|perl-Template-Tiny-1.120.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-Tiny
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Template Toolkit reimplemented in as little code as possible

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
*WARNING: THIS MODULE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE*

*YOU HAVE BEEN WARNED!*

*Template::Tiny* is a reimplementation of a partial subset of the the
Template manpage Toolkit, in as few lines of code as possible.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-4
+ Revision: 699774e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5589 |14cr|perl-Template-XML-2.170.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-XML
%define upstream_version 2.17

%if %{_use_internal_dependency_generator}
%define __noautoprov 'perl\\(XML::(.*)\\)'
%else
%define _provides_exceptions perl(XML::
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	XML plugin for the Template Toolkit

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://www.template-toolkit.org
Source0:	http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Template) >= 2.15
BuildRequires:	perl(XML::DOM) >= 1.27
BuildRequires:	perl(XML::LibXML)
BuildRequires:	perl(XML::Parser) >= 2.19
BuildRequires:	perl(XML::RSS) >= 0.9
BuildRequires:	perl(XML::Simple) >= 2
BuildRequires:	perl(XML::XPath) >= 1
BuildArch:	noarch

%description
The Template-XML distribution provides a number of Template Toolkit
plugin modules for working with XML.

The basic XML plugins were distributed as part of the Template Toolkit
until version 2.15 released in May 2006. At this time they were
extracted into this separate Template-XML distribution and an alpha
version of this Template::Plugin::XML front-end module was added.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Template
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.170.0-4
+ Revision: 86f781f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5590 |14cr|perl-Term-Animation-2.600.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-Animation
%define upstream_version 2.6

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	ASCII sprite animation framework 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Curses)

BuildArch:	noarch

%description
This module provides a framework to produce sprite animations using ASCII art.
Each ASCII 'sprite' is given one or more frames, and placed into the animation
as an 'animation object'. An animation object can have a callback routine that
controls the position and frame of the object.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Term
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.600.0-4
+ Revision: 71a82eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5591 |14cr|perl-Term-ANSIScreen-1.500.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-ANSIScreen
%define upstream_version 1.50
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.50
Release:	3

Summary:	Term::ANSIScreen - Terminal control using ANSI escape sequences

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Term/Term-ANSIScreen-1.50.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Term::ANSIScreen, a Term::ANSIColor clone with supports for
screen mode, cursor control and keyboard mapping sequences.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Term/ANSIScreen.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.500.0-3
+ Revision: 6a2506a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5592 |14cr|perl-Term-Clui-1.680.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name		Term-Clui
%define upstream_version 1.68

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.68
Release:	3

Summary:	%{upstream_name} module for perl
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Term/Term-Clui-1.68.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Term::Clui offers a high-level user interface to give the user of 
command-line applications a consistent "look and feel". Its metaphor 
for the computer is as a human-like conversation-partner, and as each 
question/response is completed it is summarised onto one line, and 
remains on screen, so that the history of the session gradually 
accumulates on the screen and is available for review, or for 
cut/paste. This user interface can therefore be intermixed with 
standard applications which write to STDOUT or STDERR, such as 
make, pgp, rcs etc.

For the user, &choose uses arrow keys (or hjkl) and Return or q; 
also SpaceBar for multiple choices. &confirm expects y, Y, n or N. 
In general, ctrl-L redraws the (currently active bit of the) screen. 
&edit and &view use the default EDITOR and PAGER if possible.

It's fast, simple, and has few external dependencies. It doesn't use curses 
(which is a whole-of-screen interface); it uses a small subset of vt100 
sequences (up down left right normal and reverse) which are very portable.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Term
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.680.0-3
+ Revision: b3e234e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5593 |14cr|perl-Term-Encoding-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-Encoding
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Detect encoding of the current terminal

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Term::Encoding is a simple module to detect an encoding the current
terminal expects, in various ways.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 0e35698
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5594 |14cr|perl-Term-Gnuplot-0.90380905-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Term-Gnuplot

Name:		perl-%{module}
Version:	0.90380905
Release:	13
Summary:	Lowlevel graphics using gnuplot drawing routines
License:	GPL or Artistic
Group:		Development/Perl
Source0:	http://search.cpan.org/CPAN/modules/by-module/Term/%{module}-%{version}.tar.bz2
Patch0:		Term-Gnuplot-0.90380905-string-format-fix.patch
Url:		http://search.cpan.org/dist/%{module}/
BuildRequires:	perl-devel
BuildRequires:	svgalib-devel
BuildRequires:	gnuplot
Requires:	    gnuplot
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	freetype-devel
buildRequires:	gd-devel

%description
Lowlevel graphics using gnuplot drawing routines.

%prep
%setup -q -n %{module}-%{version}
%patch0 -p1 -b .str_fmt~

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
yes "" | %make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/*/*
%{perl_vendorlib}/*

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90380905-13
+ Revision: 54a6d68
- Fix png BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5595 |14cr|perl-Term-InKey-1.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-InKey
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Term::InKey - Perl extension for clearing the screen and receiving a keystroke

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements Clear() to clear screen and ReadKey() to
receive a keystroke, on UNIX and Win32 platforms. As opposed to
Term::ReadKey, it does not contain XSUB code and can be easily
installed on Windows boxes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

# cleanup
rm -f %{buildroot}%{perl_vendorlib}/Term/demo.pl

%files
%doc Changes README
%{perl_vendorlib}/Term/InKey.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-5
+ Revision: 5d91e84
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5596 |14cr|perl-Term-ProgressBar-2.150.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Term-ProgressBar
%define upstream_version 2.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Provides a progress meter on a standard terminal


License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::MethodMaker)
BuildRequires:	perl(Term::ReadKey)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Capture::Tiny)
BuildArch:	noarch

%description
Term::ProgressBar provides a simple progress bar on the terminal, to
let the user know that something is happening, roughly how much stuff
has been done, and maybe an estimate at how long remains.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/Term/ProgressBar.pm
%{_mandir}/*/*
%{perl_vendorlib}/Term/ProgressBar/IO.pm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.150.0-3
+ Revision: fa55151
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5597 |14cr|perl-Term-ProgressBar-Quiet-0.310.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-ProgressBar-Quiet
%define upstream_version 0.31

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Provide a progress meter if run interactively

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Interactive)
BuildRequires:	perl(Term::ProgressBar)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
the Term::ProgressBar manpage is a wonderful module for showing progress
bars on the terminal. This module acts very much like that module when it
is run interactively. However, when it is not run interactively (for
example, as a cron job) then it does not show the progress bar.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.310.0-5
+ Revision: cf39bc5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5598 |14cr|perl-Term-ProgressBar-Simple-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-ProgressBar-Simple
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Simpler progress bars

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Term::ProgressBar::Quiet)
BuildArch:	noarch

%description
Progress bars are handy - they tell you how much work has been done, how
much is left to do and estimate how long it will take.

But they can be fiddly!

This module does the right thing in almost all cases in a really convenient
way.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: 3ffac89
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5599 |14cr|perl-Term-Prompt-1.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-Prompt
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl extension for prompting a user for information

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Term::ReadKey)
BuildArch:	noarch

%description
A Perl module for prompting a user for information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes README lib/Term/Prompt.pm
perl -pi -e 's/\r\n$/\n/;'  Changes README lib/Term/Prompt.pm

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Term
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-4
+ Revision: 48d901f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5600 |14cr|perl-Term-Query-2.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name Term-Query

Summary:	Term::Query - table-driven query routine

Name:		perl-%{real_name}
Version:	2.0
Release: 9
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Term/%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:	perl(Array::PrintCols)
BuildArch:	noarch

%description
Term::Query is a Perl 5 module, which performs generalized queries on
various kinds of values. Validation and normalization of input, based
on the type, is automated, as is error reporting and re-solicitation
of input.

%prep
%setup -q -n %{real_name}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# make test don't work
# make test

%install
%makeinstall_std

%clean 

%files
%doc ChangeLog README
%{perl_vendorlib}/Term/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-9
+ Revision: 2e634be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5601 |14cr|perl-Term-ReadLine-Perl-1.30.300-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-ReadLine-Perl
%define upstream_version 1.0303

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Epoch:		1

Summary:	Perl interface to readline libraries

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

BuildArch:	noarch

%description
This is a quick implementation of the minimal interface to Readline
libraries. The implementation is made in Perl (mostly) by Jeffrey
Friedl. The only thing this library does is to make it conformant (and
add some minimal changes, like using Term::ReadKey if present, and
correct work under xterm). 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# useless in non-interactive context

%install
%makeinstall_std

%files
%doc CHANGES README
%{perl_vendorlib}/Term


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.30.300-4
+ Revision: 1b73d84
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5602 |14cr|perl-Term-ReadPassword-0.110.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-ReadPassword
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Asking the user for a password

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module lets you ask the user for a password in the traditional way,
from the keyboard, without echoing.

This is not intended for use over the web; user authentication over the web
is another matter entirely. Also, this module should generally be used in
conjunction with Perl's *crypt()* function, sold separately.

The *read_password* function prompts for input, reads a line of text from
the keyboard, then returns that line to the caller. The line of text
doesn't include the newline character, so there's no need to use *chomp*.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#Commenting-out because it's interactive.
#make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-6
+ Revision: a12700d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5603 |14cr|perl-Term-Report-1.180.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-Report
%define upstream_version 1.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Easy way to create dynamic 'reports' from within scripts

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description 
Term::Report can be used to generate nicely formatted dynamic output. It can
also use Term::StatusBar to show progress and Number::Format so numbers show up
more readable. All output is sent to STDOUT by default.

The current release may not be compatible with previous code. Many changes were
made with regards to how output could be formatted.

%prep
%setup -q -n %{upstream_name}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Term*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.180.0-5
+ Revision: 6ae588e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5604 |14cr|perl-Term-Screen-1.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-Screen
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A simple all-Perl Term::Cap based screen positioning module

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Term::Screen is a very simple screen positioning module that should
work wherever C<Term::Cap> does. It is set up for Unix using stty's but
these dependences are isolated by evals in the C<new> constructor. Thus
you may create a child module implementing Screen with MS-DOS, ioctl,
or other means to get raw and unblocked input. This is not a replacement
for Curses -- it has no memory.  This was written so that it could be
easily changed to fit nasty systems, and to be available first thing.

The input functions getch, key_pressed, echo, and noecho are implemented
so as to work under a fairly standard Unix system. They use 'stty'
to set raw and no echo modes and turn on auto flush. All of these are
'eval'ed so that this class can be inherited for new definitions easily.

Term::Screen was designed to be "required", then used with object syntax
as shown above. One quirk (which the author was used to so he didn't
care) is that for function key translation, no delay is set. So for many
terminals to get an esc character, you have to hit another char after it,
generally another esc.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# tests seems to be interactive only
#make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/Term
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-5
+ Revision: d259dd1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5605 |14cr|perl-Term-Shell-0.60.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-Shell
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Write command-line shells in Perl


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Term::Shell makes it joyfully easy to write command-line interfaces in Perl.
All the boring details like command-line parsing and terminal handling are
done for you.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Term/Shell*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-2
+ Revision: 0b7dd35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5606 |14cr|perl-Term-ShellUI-0.920.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-ShellUI
%define upstream_version 0.92

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Parse a string into tokens

License:    MIT
Group:      Development/Perl
Url:        https://github.com/bronson/Term-ShellUI
Source0:    http://search.cpan.org/CPAN/authors/id/B/BR/BRONSON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildArch: noarch

%description
Term::ShellUI uses the history and autocompletion features of the
Term::ReadLine manpage to present a sophisticated command-line interface to
the user. It tries to make every feature that one would expect to see in a
fully interactive shell trivial to implement. You simply declare your
command set and let ShellUI take care of the heavy lifting.

This module was previously called the Term::GDBUI manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.920.0-3
+ Revision: b0834aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5607 |14cr|perl-Term-Size-0.207.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-Size
%define upstream_version 0.207

Name:	 perl-%{upstream_name}
Version: %perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl extension for retrieving terminal size

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:    ftp://ftp.perl.org/pub/CPAN/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
Term::Size is a Perl module which provides a straightforward way to get
the size of the terminal (or window) on which a script is running.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%dir %{perl_vendorlib}/*/auto/Term/Size
%{perl_vendorlib}/*/auto/Term/Size/*
%{perl_vendorlib}/*/Term/Size.pm
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.207.0-5
+ Revision: eb8dfed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5608 |14cr|perl-Term-Size-Any-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-Size-Any
%define upstream_version 0.002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Retrieve terminal size

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Term::Size::Perl)
BuildRequires: perl-devel

BuildArch: noarch

%description
This is a unified interface to retrieve terminal size. It loads one module
of a list of known alternatives, each implementing some way to get the
desired terminal information. This loaded module will actually do the job
on behalf of 'Term::Size::Any'.

Thus, 'Term::Size::Any' depends on the availability of one of these
modules:

    Term::Size           (soon to be supported)
    Term::Size::Perl
    Term::Size::ReadKey  (soon to be supported)
    Term::Size::Win32

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-3
+ Revision: 345d51d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5609 |14cr|perl-Term-Size-Perl-0.29.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   Term-Size-Perl
%define upstream_version    0.029

Name:       perl-%{realname}
Version:    %perl_convert_version %{upstream_version}
Release:    5
License:    GPL or Artistic
Group:      Development/Perl
Summary:    Probes some machine configuration parameters for Term::Size::Perl's sake

Source:     http://www.cpan.org/modules/by-module/Term/%{realname}-%{upstream_version}.tar.gz
Url:        http://search.cpan.org/dist/%{realname}
BuildRequires: perl-devel

BuildArch: noarch

%description
Yet another implementation of 'Term::Size'. Now in pure Perl, with the
exception of a C probe run on build time.

FUNCTIONS
    * *chars*

          ($columns, $rows) = chars($h);
          $columns = chars($h);

%prep
%setup -q -n %{realname}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.29.0-5
+ Revision: 579e33e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5610 |14cr|perl-Term-StatusBar-1.180.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-StatusBar
%define upstream_version 1.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Dynamic progress bar

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Term::Size)

BuildArch:	noarch

%description
Term::StatusBar provides an easy way to create a terminal status bar, much
like those found in a graphical environment. Term::Size is used to ensure
the bar does not extend beyond the terminal's width. All outout is sent to
STDOUT by default.

%prep
%setup -q -n %{upstream_name}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.180.0-5
+ Revision: 17d20d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5611 |14cr|perl-Term-Twiddle-2.730.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-Twiddle
%define upstream_version 2.73

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 2.73
Release:	3

Summary:	Twiddles baton while-u-wait for long subrout

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Term/Term-Twiddle-2.73.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Time::HiRes)
BuildArch:	noarch

%description
Always fascinated by the spinner during FreeBSD's loader bootstrap, I
wanted to capture it so I could view it any time I wanted to--and I wanted
to make other people find that same joy I did. Now, anytime you or your
users have to wait for something to finish, instead of twiddling their
thumbs, they can watch the computer twiddle its thumbs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test </dev/null

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.730.0-3
+ Revision: 74b10ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5612 |14cr|perl-Term-Twiddle-Quiet-1.100.110-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-Twiddle-Quiet
%define upstream_version 1.100110

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Twiddles a thingy while-u-wait if run interactively

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(English)
BuildRequires: perl(File::Find)
BuildRequires: perl(IO::Interactive)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Term::Twiddle)
BuildRequires: perl(Test::MockObject)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
the Term::Twiddle manpage is a nice module for showing spinning thingies on
the terminal while waiting for an action to complete.

the Term::Twiddle::Quiet manpage acts very much like that module when it is
run interactively. However, when it isn't run interactively (for example,
as a cron job) then it does not show the twiddle.

Other than this difference, it really act as a the Term::Twiddle manpage
with all its options, methods and restrictions (of course, it supports the
same API) - cf its documentation for more information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.110-4
+ Revision: 1d9c881
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5613 |14cr|perl-Term-VT102-0.910.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Term-VT102
%define upstream_version 0.91

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Term::VT102 - a class to emulate a DEC VT102 terminal

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The VT102 class provides emulation of most of the functions of a
DEC VT102 terminal. Once initialised, data passed to a VT102
object is processed and the in-memory screen modified accordingly.
This screen can be interrogated by the external program in a
variety of ways.

This allows your program to interface with full-screen console
programs by running them in a subprocess and passing their output
to a VT102 class. You can then see what the application has
written on the screen by querying the class appropriately.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%dir %{perl_vendorlib}/Term/VT102
%dir %{perl_vendorlib}/Term/VT102/examples
%{perl_vendorlib}/Term/VT102.pm
%{perl_vendorlib}/Term/VT102/examples/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.910.0-4
+ Revision: 7524bd0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5614 |14cr|perl-Test-Aggregate-0.371.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Aggregate
%define upstream_version 0.371

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Internal overrides for Test::Builder


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(FindBin) >= 1.470.0
BuildRequires: perl(Module::Build) >= 0.400.0
BuildRequires: perl(Test::Harness) >= 3.90.0
BuildRequires: perl(Test::Most) >= 0.210.0
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Simple) >= 0.940.0
BuildRequires: perl(Test::Trap)
BuildRequires: perl-devel
BuildArch:  noarch

%description
*WARNING*: this is ALPHA code. The interface is not guaranteed to be
stable. Further, check out the Test::Aggregate::Nested manpage (included
with this distribution). It's a more robust implementation which does not
have the same limitations as 'Test::Aggregate'.

A common problem with many test suites is that they can take a long time to
run. The longer they run, the less likely you are to run the tests. This
module borrows a trick from 'Apache::Registry' to load up your tests at
once, create a separate package for each test and wraps each package in a
method named 'run_the_tests'. This allows us to load perl only once and
related modules only once. If you have modules which are expensive to load,
this can dramatically speed up a test suite.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.371.0-4
+ Revision: ee59310
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5615 |14cr|perl-Test-Assertions-1.54.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Assertions
%define upstream_version 1.054

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Base for test scripts

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(Log::Trace)
BuildArch:	noarch

%description
Test::Assertions provides a convenient set of tools for constructing tests,
such as unit tests or run-time assertion checks (like C's ASSERT macro).
Unlike some of the Test:: modules available on CPAN, Test::Assertions is
not limited to unit test scripts; for example it can be used to check
output is as expected within a benchmarking script. When it is used for
unit tests, it generates output in the standard form for CPAN unit testing
(under Test::Harness).

The package's import method is used to control the behaviour of ASSERT:
whether it dies, warns, prints 'ok'/'not ok', or does nothing.

In 'test' mode the script also exports plan(), only() and ignore()
functions. In 'test/ok' mode an ok() function is also exported for
compatibility with Test/Test::Harness. The plan function attempts to count
the number of tests if it isn't told a number (this works fine in simple
test scripts but not in loops/subroutines). In either mode, a warning will
be emitted if the planned number of tests is not the same as the number of
tests actually run, e.g.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.54.0-6
+ Revision: 913a712
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5616 |14cr|perl-Test-Benchmark-0.004-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   Test-Benchmark

Name:		perl-%{realname}
Version:	0.004
Release:    10
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Make sure something really is faster

Source:		http://www.cpan.org/modules/by-module/Test/%{realname}-%{version}.tar.gz
Url:		http://search.cpan.org/dist/%{realname}

BuildRequires:	perl-devel
BuildRequires:	perl(Benchmark)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::Tester)

BuildArch:	noarch

%description
Sometimes you want to make sure that your "faster" algorithm really is
faster than the old way. This lets you check. It might also be useful to
check that your super whizzo XS or Inline::C version is actually faster.

This module is based on the standard L<Benchmark> module. If you have lots
of timings to compare and you don't want to keep running the same benchmarks
all the time, you can pass in a result object from C<Benchmark::timethis()>
instead of sub routine reference.

%prep
%setup -q -n %{realname}-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# Disable test - they are not so predictable inside ABF LXC containers
# %check
# %make test

%install
%makeinstall_std

%files
%doc META.yml CHANGES README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.004-10
+ Revision: 15fcb93
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5617 |14cr|perl-Test-Block-0.130.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Block
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.13
Release:	3

Summary:	Specify fine granularity test plans

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Block-0.13.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module allows you to specify the number of expected tests at a finer
level of granularity than an entire test script. It is built with the
Test::Builder manpage and plays happily with the Test::More manpage and
friends.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Test


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-3
+ Revision: 19afcde
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5618 |14cr|perl-Test-CheckChanges-0.140.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-CheckChanges
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Check that the Changes file matches the dist

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module checks that you _Changes_ file has an entry for the current
version of the *Module* being tested.

The version information for the distribution being tested is taken out of
the Build data, or if that is not found, out of the Makefile.

It then attempts to open, in order, a file with the name _Changes_ or
_CHANGES_.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-6
+ Revision: 30fc5a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5619 |14cr|perl-Test-CheckDeps-0.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-CheckDeps
%define upstream_version 0.010

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Check for presence of dependencies

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-CheckDeps-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-CPAN-Meta
BuildRequires:	perl(CPAN::Meta::Check)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Module::Metadata)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module adds a test that assures all dependencies have been installed
properly. If requested, it can bail out all testing on error.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc INSTALL LICENSE META.json Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-3
+ Revision: 6e44bbc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5620 |14cr|perl-Test-Class-0.420.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Class
%define upstream_version 0.42

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Write Perl test suites in xUnit style


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Attribute::Handlers)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Test::Class provides a simple way of creating classes and objects to test
your code in an xUnit style.

Built using the Test::Builder manpage, it was designed to work with other
Test::Builder based modules (the Test::More manpage, the Test::Differences
manpage, the Test::Exception manpage, etc.).

_Note:_ This module will make more sense, if you are already familiar with
the "standard" mechanisms for testing perl code. Those unfamiliar with the
Test::Harness manpage, the Test::Simple manpage, the Test::More manpage and
friends should go take a look at them now. the Test::Tutorial manpage is a
good starting point.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.420.0-2
+ Revision: 3a21f72
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5621 |14cr|perl-Test-Cmd-1.60.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Cmd
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Perl module for portable testing of commands and scripts


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildArch:	noarch

%description 
The Test::Cmd module provides a low-level framework for portable automated
testing of executable commands and scripts (in any language, not just Perl),
especially commands and scripts that interact with the file system.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-2
+ Revision: f679354
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5622 |14cr|perl-Test-Command-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Command
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.11
Release:	3

Summary:	Test routines for external commands

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Command-0.11.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Simple)
BuildArch:	noarch

%description
'Test::Command' intends to bridge the gap between the well tested functions
and objects you choose and their usage in your programs. By examining the
exit status, terminating signal, STDOUT and STDERR of your program you can
determine if it is behaving as expected.

This includes testing the various combinations and permutations of options
and arguments as well as the interactions between the various functions and
objects that make up your program.

The various test functions below can accept either a command string or an
array reference for the first argument. If the command is expressed as a
string it is passed to 'system' as is. If the command is expressed as an
array reference it is dereferenced and passed to 'system' as a list. See
''perldoc -f system'' for how these may differ.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: 8a3deb5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5623 |14cr|perl-Test-Compile-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Compile
%define upstream_version 1.0.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Check whether Perl module files compile correctly

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-v%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(Devel::CheckOS)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(URI::Escape)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(UNIVERSAL::require)
BuildArch:	noarch

%description
Check Perl module files for errors or warnings in a test file.


%prep
%setup -qn %{upstream_name}-v%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-3
+ Revision: 9b431d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5624 |14cr|perl-Test-ConsistentVersion-0.2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-ConsistentVersion
%define upstream_version v0.2.3

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Ensures distribution versions are consistent

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::Builder)
BuildRequires: perl(autodie)
BuildRequires: perl(version)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
The purpose of this module is to make it easy for other distribution
authors to have consistent version numbers within the modules (as well as
readme file and changelog) of the distribution.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-4
+ Revision: 32decd6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5625 |14cr|perl-Test-Corpus-Audio-MPD-1.120.990-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Corpus-Audio-MPD
%define upstream_version 1.120990

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.120990
Release:	3

Summary:	Automate launching of fake mdp for testing purposes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Corpus-Audio-MPD-1.120990.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(English)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(File::ShareDir::PathClass)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module will try to launch a new mpd server for testing purposes. This
mpd server will then be used during the POE::Component::Client::MPD manpage
or the Audio::MPD manpage tests.

In order to achieve this, the module will create a fake _mpd.conf_ file
with the correct pathes (ie, where you untarred the module tarball). It
will then check if some mpd server is already running, and stop it if the
'MPD_TEST_OVERRIDE' environment variable is true (die otherwise). Last it
will run the test mpd with its newly created configuration file.

Everything described above is done automatically when the module is
'use'-d.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.120.990-3
+ Revision: d85378f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5626 |14cr|perl-Test-CPAN-Meta-YAML-0.220.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-CPAN-Meta-YAML
%define upstream_version 0.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.22
Release:	3

Summary:	Validate META.json elements

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-CPAN-Meta-YAML-0.22.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::YAML::Valid)
BuildArch:	noarch

%description
This module was written to ensure that a META.yml file, provided with a
standard distribution uploaded to CPAN, meets the specifications that
slowly being introduced to module uploads, via the use of the
ExtUtils::MakeMaker manpage, the Module::Build manpage and the
Module::Install manpage.

See the CPAN::Meta manpage for further details of the CPAN Meta
Specification.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.220.0-3
+ Revision: 13abf90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5627 |14cr|perl-Test-Cukes-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Cukes
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A BBD test tool inspired by Cucumber

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Carp::Assert)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::Builder::Module)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)
BuildArch:	noarch

%description
Test::Cukes is a testing tool inspired by Cucumber (the http://cukes.info
manpage). It lets your write your module test with scenarios. It may be
used with the Test::More manpage or other family of TAP 'Test::*' modules.
It uses the Test::Builder::note manpage function internally to print
messages.

This module implements the Given-When-Then clause only in English. To uses
it in the test programs, feed the feature text into 'feature' function,
defines your step handlers, and then run all the tests by calling
'runtests'. Step handlers may be defined in separate modules, as long as
those modules are included before 'runtests' is called. Each step may use
either 'assert' or standard TAP functions such as 'Test::Simple''s 'ok' or
'Test::More''s 'is' to verify desired result. If you specify a plan
explicitly, you should be aware that each step line in your scenario runs
an additional test, and will therefore add to the number of tests you must
indicate.

If any assertion in the Given block failed, the following 'When' and 'Then'
blocks are all skipped.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: 984e4b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5628 |14cr|perl-Test-Dependencies-0.120.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Dependencies
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Ensure that your Makefile.PL specifies all module dependencies

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(B::PerlReq)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(IPC::Cmd)
BuildRequires:	perl(Module::CoreList)
BuildRequires:	perl(PerlReq::Utils)
BuildRequires:	perl(Pod::Strip)
BuildRequires:	perl(Test::Builder::Module)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(YAML)
BuildArch:	noarch

%description
Makes sure that all of the modules that are 'use'd are listed in the
Makefile.PL as dependencies.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Test



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-4
+ Revision: 86e66e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5629 |14cr|perl-Test-DistManifest-1.12.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-DistManifest
%define upstream_version 1.012

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.012
Release:	3

Summary:	Verify MANIFEST as an author test

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-DistManifest-1.012.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Manifest)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
This module provides a simple method of testing that a MANIFEST matches the
distribution.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
rm debugfiles.list debuglinks.list debugsources.list 
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12.0-3
+ Revision: 22f1f44
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5630 |14cr|perl-Test-Distribution-2.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Test-Distribution
%define upstream_version 2.00

Name:		perl-%{module}
Version: 	%perl_convert_version %{upstream_version}
Release: 	3
Summary: 	Perform tests on all modules of a distribution 

License: 	GPLv2 or Artistic
Group: 		Development/Perl
Url:        http://search.cpan.org/dist/%{module}/
Source: 	http://www.cpan.org/modules/by-module/Test/Test-Distribution-%{upstream_version}.tar.gz
Buildrequires:	perl(Module::Build)
Buildrequires:	perl(Module::Signature)
Buildrequires:	perl(Module::CoreList)
requires:	perl(File::Find::Rule)
BuildArch: 	noarch

%description
When using this module in a test script, it goes through all the modules in
your distribution, checks their POD, checks that they compile OK and checks
that they all define a $VERSION.

This module also performs a number of test on the distribution itself. 
It checks that your files match your SIGNATURE file if you have one. It 
checks that your distribution isn't missing certain 'core' description 
files. It checks to see you haven't missed out listing any prerequisites 
in Makefile.PL.

It defines its own testing plan, so you usually don't use it in conjunction
with other Test::* modules in the same file. It's recommended that you just
create a one-line test script as shown in the SYNOPSIS above. However, there
are options...

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes.pod README
%{perl_vendorlib}/Test
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-3
+ Revision: a4190e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5631 |14cr|perl-Test-EOL-1.500.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-EOL
%define upstream_version 1.5

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.5
Release:	3

Summary:	Check the correct line endings in your project

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-EOL-1.5.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(vars)
BuildArch:	noarch

%description
This module scans your project/distribution for any perl files (scripts,
modules, etc) for the presence of windows line endings.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.500.0-3
+ Revision: d1f65aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5632 |14cr|perl-Test-Expect-0.310.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Expect
%define upstream_version 0.31

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:	Automated driving and testing of terminal-based programs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:  perl(Expect::Simple)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Class::Accessor::Chained)
BuildArch:      noarch

%description
Test::Expect is a module for automated driving and testing of terminal-based
programs. It is handy for testing interactive programs which have a prompt, and
is based on the same concepts as the Tcl Expect tool.

Test::Expect is intended for use in a test script.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL INSTALLDIRS=vendor

%check
./Build test

%install
./Build install destdir=%{buildroot} installdirs=vendor
rm -rf %{buildroot}/%{perl_vendorarch}

%clean

%files
%doc CHANGES README
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.310.0-4
+ Revision: a743aa7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5633 |14cr|perl-Test-FailWarnings-0.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-FailWarnings
%define upstream_version 0.008

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Add test failures if warnings are caught

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Capture::Tiny) >= 0.120.0
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::More) >= 0.860.0
BuildRequires: perl(constant)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module hooks '$SIG{__WARN__}' and converts warnings to the Test::More
manpage's 'fail()' calls. It is designed to be used with 'done_testing',
when you don't need to know the test count in advance.

Just as with the Test::NoWarnings manpage, this does not catch warnings if
other things localize '$SIG{__WARN__}', as this is designed to catch
_unhandled_ warnings.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CONTRIBUTING Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-3
+ Revision: 7cb0e75
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5634 |14cr|perl-Test-File-1.360.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-File
%define upstream_version 1.36

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Test file attributes

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-File-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Builder::Tester)
BuildArch:	noarch

%description
This modules provides a collection of test utilities for file
attributes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.360.0-3
+ Revision: 6085123
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5635 |14cr|perl-Test-File-Contents-0.210.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-File-Contents
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.21
Release:	3

Summary:	%{upstream_name} perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-File-Contents-0.21.tar.gz

BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Diff)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
%{upstream_name} perl module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.210.0-3
+ Revision: a2cc6be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5636 |14cr|perl-Test-Fixme-0.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Fixme
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Check code for FIXMEs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Fixme-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Finder)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
When coding it is common to come up against problems that need to be
addressed but that are not a big deal at the moment. What generally happens
is that the coder adds comments like:

 # FIXME - what about windows that are bigger than the screen?

 # FIXME - add checking of user priviledges here.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-3
+ Revision: 5f6aacd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5637 |14cr|perl-Test-Harness-Straps-0.300.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Harness-Straps
%define upstream_version 0.30

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5

Summary:    Internal Test::Harness Iterator

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(File::Spec)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
The construct

  use if CONDITION, MODULE => ARGUMENTS;

has no effect unless 'CONDITION' is true. In this case the effect is the
same as of

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-5
+ Revision: 60a674d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5638 |14cr|perl-Test-HasVersion-0.12.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-HasVersion
%define upstream_version 0.012

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Check Perl modules have version numbers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Do you wanna check that every one of your Perl modules in a distribution
has a version number? You wanna make sure you don't forget the brand new
modules you just added? Well, that's the module you have been looking for.
Use it!

Do you wanna check someone else's distribution to make sure the author have
not commited the sin of leaving Perl modules without a version that can be
used to tell if you have this or that feature? 'Test::HasVersion' is also
for you, nasty little fellow.

There's a script _test_version_ which is installed with this distribution.
You may invoke it from within the root directory of a distribution you just
unpacked, and it will check every _.pm_ file in the directory and under
_lib/_ (if any).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/test_version


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.0-5
+ Revision: c1d7dd1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5639 |14cr|perl-Test-HTML-Tidy-1.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-HTML-Tidy
%define upstream_version 1.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Test::More-style wrapper around HTML::Tidy 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Tidy)

BuildArch:	noarch

%description 
Handy way to check that HTML is valid, according to HTML::Tidy. It is built
with Test::Builder and plays happily with Test::More and friends.

If you are not already familiar with Test::More now would be the time to go
take a look.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files
%doc Changes
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-9
+ Revision: f06ec05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5640 |14cr|perl-Test-HTTP-Server-Simple-0.110.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-HTTP-Server-Simple
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Test::More functions for HTTP::Server::Simple

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTTP::Server::Simple)
BuildRequires:	perl(NEXT)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This mixin class provides methods to test an the HTTP::Server::Simple
manpage-based web server. Currently, it provides only one such method:
'started_ok'.

started_ok [$text]
    'started_ok' takes an optional test description. The server needs to
    have been configured (specifically, its port needs to have been set),
    but it should not have been run or backgrounded. 'started_ok' calls
    'background' on the server, which forks it to run in the background.
    the Test::HTTP::Server::Simple manpage takes care of killing the server
    when your test script dies, even if you kill your test script with an
    interrupt. 'started_ok' returns the URL 'http://localhost:$port' which
    you can use to connect to your server.

    Note that if the child process dies, or never gets around to listening
    for connections, this just hangs. (This may be fixed in a future
    version.)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Test/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-4
+ Revision: e7d3edd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5641 |14cr|perl-Test-Identity-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Identity
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Assert the referential identity of a reference

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module provides a single testing function, 'identical'. It asserts
that a given reference is as expected; that is, it either refers to the
same object or is 'undef'. It is similar to 'Test::More::is' except that it
uses 'refaddr', ensuring that it behaves correctly even if the references
under test are objects that overload stringification or numification.

It also provides better diagnostics if the test fails:

 $ perl -MTest::More=tests,1 -MTest::Identity -e'identical [], {}'
 1..1
 not ok 1
 #   Failed test at -e line 1.
 # Expected an anonymous HASH ref, got an anonymous ARRAY ref
 # Looks like you failed 1 test of 1.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-5
+ Revision: 63d275c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5642 |14cr|perl-Test-Image-GD-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Image-GD
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A module for testing images using GD

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(GD)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module is meant to be used for testing custom graphics, it attempts to
"visually" compare the images, this means it ignores invisible differences
like color palettes and metadata. It also provides some extra functions to
check the size of the image.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: b2fc0ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5643 |14cr|perl-Test-InDistDir-1.112.71-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-InDistDir
%define upstream_version 1.112071

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Test environment setup for development with IDE

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module helps run test scripts in IDEs like Komodo.

When running test scripts in an IDE i have to set up a project file
defining the dist dir to run tests in and a lib dir to load additional
modules from. Often I didn't feel like doing that, especially when i only
wanted to do a small patch to a dist. In those cases i added a BEGIN block
to mangle the environment for me.

This module basically is that BEGIN block. It automatically moves up one
directory when it cannot see the test script in "t/$scriptname" and
includes 'lib' in @INC when there's no blib present. That way the test ends
up with almost the same environment it'd get from EUMM/prove/etc., even
when it's actually run inside the t/ directory.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.112.71-3
+ Revision: f51e1af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5644 |14cr|perl-Test-Inline-2.213.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Test-Inline
%define upstream_version 2.213

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Inlining your tests next to the code being tested

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Test/Test-Inline-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-prefork
BuildRequires:	perl(File::Spec) >= 0.82
BuildRequires:	perl(File::Slurp) >= 9999.04
BuildRequires:	perl(File::Find::Rule) >= 0.26
BuildRequires:	perl(File::Flat) >= 0.95
BuildRequires:	perl(File::Remove)
BuildRequires:	perl(File::chmod)
BuildRequires:	perl(List::Util) >= 1.11
BuildRequires:	perl(Getopt::Long) >= 2.34
BuildRequires:	perl(Class::Autouse) >= 1.15
BuildRequires:	perl(Algorithm::Dependency) >= 1.02
BuildRequires:	perl(Config::Tiny) >= 2.00
BuildRequires:	perl(Pod::Tests) >= 0.18
BuildRequires:	perl(Test::More) >= 0.47
BuildRequires:	perl(Test::Script)
BuildRequires:	perl(Test::ClassAPI) >= 1.02
BuildArch:	noarch

%description
Embedding tests allows tests to be placed near the code it's
testing. This is a nice supplement to the traditional .t files.
It's like XUnit, Perl-style.

%prep
%setup -q -n %{module}-%{upstream_version} 

%build
chmod 644 Changes README
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/inline2test
%{perl_vendorlib}/Test
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.213.0-3
+ Revision: bb9c746
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5645 |14cr|perl-Test-JSON-0.110.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-JSON
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Test JSON data

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(JSON)
BuildRequires:	perl(JSON::Any)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl(Test::Tester)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
JavaScript Object Notation (JSON) is a lightweight data interchange format.
the Test::JSON manpage makes it easy to verify that you have built valid
JSON and that it matches your expected output.

See the http://www.json.org/ manpage for more information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-5
+ Revision: b855a31
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5646 |14cr|perl-Test-Kwalitee-1.180.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Kwalitee
%define upstream_version 1.18

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Test the Kwalitee of a distribution before you release it

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-version
BuildRequires:  perl(Dist::CheckConflicts)
BuildRequires:	perl(Capture::Tiny)
BuildRequires:  perl(Module::CPANTS::Analyse)
BuildRequires:  perl(Module::Build::Tiny)
BuildRequires:	perl(Module::Pluggable) => 4.800.0
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl-Test-Harness
BuildRequires:	perl(Test::CheckDeps)
BuildRequires:	perl(Test::Script)
BuildRequires:	perl(Test::Tester)
BuildRequires:	perl(Test::Warnings)
BuildRequires:	perl(namespace::clean)
BuildArch:      noarch

%description 
Kwalitee is an automatically-measurable gauge of how good your software is.
That's very different from quality, which a computer really can't measure in a
general sense. (If you can, you've solved a hard problem in computer science.)

In the world of the CPAN, the CPANTS project (CPAN Testing Service; also a
funny acronym on its own) measures Kwalitee with several metrics. If you plan
to release a distribution to the CPAN -- or even within your own organization
-- testing its Kwalitee before creating a release can help you improve your
quality as well.

Test::Kwalitee and a short test file will do this for you automatically.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Build.PL --installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml README
%{_bindir}/kwalitee-metrics
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.180.0-2
+ Revision: b853ed5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5647 |14cr|perl-Test-LectroTest-0.3600-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define module  Test-LectroTest

Name:		perl-%{module}
Version:	0.3600
Release:	7
Summary:	Easy, automatic, specification-based tests

License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Test/%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel

%description 
This module provides a simple (yet full featured) interface to LectroTest, an
automated, specification-based testing system for Perl. To use it, declare
properties that specify the expected behavior of your software. LectroTest then
checks your software to see whether those properties hold.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files
%doc Changes README
%{perl_vendorlib}/Test
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3600-7
+ Revision: 1b73c8c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5648 |14cr|perl-Test-Log-Dispatch-0.30.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Log-Dispatch
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	A Log::Dispatch object that keeps track of everything logged to it in memory

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(Log::Dispatch::Output)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Tester)
BuildArch:	noarch

%description
'Test::Log::Dispatch' is a 'Log::Dispatch' object that keeps track of
everything logged to it in memory, and provides convenient tests against
what has been logged.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-7
+ Revision: 4981086
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5649 |14cr|perl-Test-MockDBI-0.650.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-MockDBI
%define upstream_version 0.65

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4
Summary:    Test by mocking-up DBI 

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/A/AF/AFF/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:  perl
BuildRequires:  perl-devel
BuildRequires:  perl(DBI)
BuildRequires:  perl(Test::MockObject)
Requires:       perl(DBI)
BuildArch: noarch

%description
Test::MockDBI provides a way to test DBI interfaces by creating rules for
changing the DBI\'s behavior, then examining the standard output for
matching patterns. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find . -type f -print0 | xargs -0 chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%defattr(-,root,root,755)
%doc Changes HISTORY README TODO
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.650.0-4
+ Revision: a983710
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5650 |14cr|perl-Test-Mock-LWP-0.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Mock-LWP
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Mocks LWP::UserAgent

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Mock-LWP-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This package arises from duplicating the same code to mock LWP et al in
several different modules I've written. This version is very minimalist,
but works for my needs so far. I'm very open to new suggestions and
improvements.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-3
+ Revision: 58f26fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5651 |14cr|perl-Test-MockModule-0.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Test-MockModule
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Override subroutines in a module for unit testing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildArch:	noarch

%description
Test::MockModule is a Perl module that lets you temporarily redefine
subroutines in other packages for the purposes of unit testing.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-4
+ Revision: d5da137
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5652 |14cr|perl-Test-MockObject-1.201.404.80-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-MockObject
%define upstream_version 1.20140408

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Perl extension for emulating troublesome interfaces


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(UNIVERSAL::isa)
BuildRequires:	perl(UNIVERSAL::can)
BuildRequires:	perl(Test::Warn) >= 0.230
BuildRequires:	perl(Test::More) >= 0.980
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(CGI)
BuildArch:	noarch

%description 
It's a simple program that doesn't use any other modules, and those are easy to
test. More often, testing a program completely means faking up input to another
module, trying to coax the right output from something you're not supposed to
be testing anyway.

Testing is a lot easier when you can control the entire environment. With
Test::MockObject, you can get a lot closer.

Test::MockObject allows you to create objects that conform to particular
interfaces with very little code. You don't have to reimplement the behavior,
just the input and the output.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc Changes README
%{perl_vendorlib}/Test
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.201.404.80-2
+ Revision: ebe4547
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5653 |14cr|perl-Test-MockRandom-1.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   Test-MockRandom
%define upstream_version 1.01

Name:       perl-%{realname}
Version:    %perl_convert_version %{upstream_version}
Release:    3
License:    GPL or Artistic
Group:      Development/Perl
Summary:    Override randoms with non-random behavior

Source:     http://www.cpan.org/modules/by-module/Test/Test-MockRandom-%{upstream_version}.tar.gz
Url:        http://search.cpan.org/dist/%{realname}
BuildRequires: perl-devel
BuildRequires: perl(Module::Build::Compat)

BuildArch: noarch

%description
This perhaps ridiculous-seeming module was created to test routines that
manipulate random numbers by providing a known output from 'rand'. Given a
list of seeds with 'srand', it will return each in turn. After seeded
random numbers are exhausted, it will always return 0. Seed numbers must be
of a form that meets the expected output from 'rand' as called with no
arguments -- i.e. they must be between 0 (inclusive) and 1 (exclusive). In
order to facilitate generating and testing a nearly-one number, this module
exports the function 'oneish', which returns a number just fractionally
less than one. 

Depending on how this module is called with 'use', it will export 'rand' to
a specified package (e.g. a class being tested) effectively overriding and
intercepting calls in that package to the built-in 'rand'. It can also
override 'rand' in the current package or even globally. In all of these
cases, it also exports 'srand' and 'oneish' to the current package in order
to control the output of 'rand'. See the /USAGE manpage for details.

Alternatively, this module can be used to generate objects, with each
object maintaining its own distinct seed array.

%prep
%setup -q -n %{realname}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-3
+ Revision: e2546d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5654 |14cr|perl-Test-MockTime-0.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-MockTime
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Mock time/localtime for testing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Time::Local)
BuildRequires:	perl(Time::Piece)
BuildArch:	noarch

%description
This module was created to enable test suites to test code at specific
points in time. Specifically it overrides localtime, gmtime and time at
compile time and then relies on the user supplying a mock time via
set_relative_time, set_absolute_time or set_fixed_time to alter future
calls to gmtime,time or localtime.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-5
+ Revision: e1e5192
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5655 |14cr|perl-Test-Moose-More-0.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Moose-More
%define upstream_version 0.024

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    More tools for testing Moose packages
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Data::OptList)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Autobox)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Moose::Util)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(Perl::Version)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Syntax::Keyword::Junction)
BuildRequires: perl(TAP::SimpleOutput)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::CheckDeps) >= 0.10.0
BuildRequires: perl(Test::Moose)
BuildRequires: perl(Test::More) >= 0.940.0
BuildRequires: perl(aliased)
BuildRequires: perl(constant)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This package contains a number of additional tests that can be employed
against Moose classes/roles. It is intended to replace the Test::Moose
manpage in your tests, and reexports any tests that it has and we do not,
yet.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README SIGNATURE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.24.0-1
+ Revision: 44aadf6
- Fix BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5656 |14cr|perl-Test-NeedsDisplay-1.70.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-NeedsDisplay
%define upstream_version 1.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Ensure that tests needing a display have one

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More)
BuildRequires:	x11-server-xvfb
BuildArch:	noarch
Requires:	x11-server-xvfb

%description
When testing GUI applications, sometimes applications or modules absolutely
insist on a display, even just to load a module without actually showing
any objects.

Regardless, this makes GUI applications pretty much impossible to build and
test on headless or automated systems. And it fails to the point of not
even running the Makefile.PL script because a dependency needs a display so
it can be loaded to find a version.

In these situations, what is needed is a fake display.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.70.0-5
+ Revision: baacecd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5657 |14cr|perl-Test-NoTabs-1.300.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-NoTabs
%define upstream_version 1.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.3
Release:	3

Summary:	Check the presence of tabs in your project

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-NoTabs-1.3.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module scans your project/distribution for any perl files (scripts,
modules, etc) for the presence of tabs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.300.0-3
+ Revision: 0e2b439
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5658 |14cr|perl-Test-Output-1.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Output
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Utilities to test STDOUT and STDERR messages

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Output-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Tester)
BuildArch:	noarch

%description
Test::Output provides a simple interface for testing output sent to STDOUT
or STDERR. A number of different utilies are included to try and be as
flexible as possible to the tester.

Originally this module was designed not to have external requirements, 
however, the features provided by L<Sub::Exporter> over what L<Exporter>
provides is just to great to pass up.

Test::Output ties STDOUT and STDERR using Test::Output::Tie.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-3
+ Revision: 62deed1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5659 |14cr|perl-Test-Parser-1.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  Test-Parser
%define debug_package %{nil}

Name:		perl-%{module}
Version:	1.9
Release:	6
Summary:	Base class for parsing log files from test runs, and displays in an XML syntax 

License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Test/%{module}-%{version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(XML::Simple)
BuildRequires:	perl(XML::Twig)

%description 
This module serves as a common base class for test log parsers. These tools are
intended to be able to parse output from a wide variety of tests - including
non-Perl tests.

The parsers also write the test data into the 'Test Result Publication
Interface' (TRPI) XML schema, developed by SpikeSource.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files
%doc ChangeLog INSTALL README
%{perl_vendorlib}/Test
%{_mandir}/*/*
%{_bindir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9-6
+ Revision: 734d4d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5660 |14cr|perl-Test-Perl-Critic-1.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Perl-Critic
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Use Perl::Critic in test programs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Perl::Critic)
BuildArch:	noarch

%description 
Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine
suitable for test programs written using the Test::More framework. This makes
it easy to integrate coding-standards enforcement into the build process. For
ultimate convenience (at the expense of some flexibility), see the criticism
pragma.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files
%doc INSTALL Changes LICENSE README
%{perl_vendorlib}/Test
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-4
+ Revision: a53a902
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5661 |14cr|perl-Test-Perl-Critic-Progressive-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Perl-Critic-Progressive
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Gradually enforce coding standards

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(English)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Perl::Critic::Utils)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(base)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildArch:	noarch

%description
Applying coding standards to large amounts of legacy code is a daunting
task. Often times, legacy code is so non-compliant that it seems downright
impossible. But, if you consistently chip away at the problem, you will
eventually succeed! Test::Perl::Critic::Progressive uses the the
Perl::Critic manpage engine to prevent further deterioration of your code
and *gradually* steer it towards conforming with your chosen coding
standards.

The most effective way to use Test::Perl::Critic::Progressive is as a unit
test that is run under a continuous-integration system like CruiseControl
or AntHill. Each time a developer commits changes to the code, this test
will fail and the build will break unless it has the same (or fewer)
Perl::Critic violations than the last successful test.

See the the "NOTES" manpage for more details about how this test works.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: a2dcdad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5662 |14cr|perl-Test-Pod-Content-0.0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Pod-Content
%define upstream_version 0.0.6

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Test a Pod's content

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/Test-Pod-Content-v%{upstream_version}.tar.gz

BuildRequires: perl(Pod::Simple)
BuildRequires: perl(Test::More)
BuildRequires: perl(version)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
This is a very simple module for testing a Pod's content. It is mainly
intended for testing the content of generated Pod - that is, the Pod
included in perl modules generated by some mechanism.

Another usage example is to test whether all files contain the same
copyright notice:

 plan tests => scalar @filelist;

%prep
%setup -q -n %{upstream_name}-v%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.6-3
+ Revision: f1841fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5663 |14cr|perl-Test-Pod-Spelling-CommonMistakes-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Pod-Spelling-CommonMistakes
%define upstream_version 1.000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Checks POD for common spelling mistakes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Pod::Spell::CommonMistakes)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module checks your POD for common spelling errors. This differs than
the Test::Spelling manpage because it doesn't use your system spellchecker
and instead uses the Pod::Spell::CommonMistakes manpage for the heavy
lifting. Using it is the same as any standard Test::* module, as seen here.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: 5bb8d69
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5664 |14cr|perl-Test-POE-Client-TCP-1.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-POE-Client-TCP
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.12
Release:	3

Summary:	A POE Component providing TCP client services for test cases

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-POE-Client-TCP-1.12.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(POE)
BuildRequires:	perl(POE::Filter)
BuildRequires:	perl(POE::Filter::Line)
BuildRequires:	perl(POE::Wheel::ReadWrite)
BuildRequires:	perl(POE::Wheel::SocketFactory)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::ParseWords)
BuildArch:	noarch

%description
Test::POE::Client::TCP is a the POE manpage component that provides a TCP
client framework for inclusion in client component test cases, instead of
having to roll your own.

Once registered with the component, a session will receive events related
to connections made, disconnects, flushed output and input from the
specified server.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/Test



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-3
+ Revision: f316404
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5665 |14cr|perl-Test-POE-Server-TCP-1.160.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-POE-Server-TCP
%define upstream_version 1.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A POE Component providing TCP server services for test cases

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(POE)
BuildRequires:	perl(POE::Filter)
BuildRequires:	perl(POE::Filter::Line)
BuildRequires:	perl(POE::Wheel::ReadWrite)
BuildRequires:	perl(POE::Wheel::SocketFactory)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::ParseWords)
BuildArch:	noarch

%description
Test::POE::Server::TCP is a the POE manpage component that provides a TCP
server framework for inclusion in client component test cases, instead of
having to roll your own.

Once registered with the component, a session will receive events related
to client connects, disconnects, input and flushed output. Each of these
events will refer to a unique client ID which may be used in communication
with the component when sending data to the client or disconnecting a
client connection.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/Test



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.160.0-4
+ Revision: 9166962
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5666 |14cr|perl-Test-Portability-Files-0.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Portability-Files
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.06
Release:	3

Summary:	Check file names portability

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Portability-Files-0.06.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module is used to check the portability across operating systems of
the names of the files present in the distribution of a module. The tests
use the advices given in the perlport/"Files and Filesystems" manpage. The
author of a distribution can select which tests to execute.

To use this module, simply copy the code from the synopsis in a test file
named _t/portfs.t_ for example, and add it to your _MANIFEST_. You can
delete the call to 'options()' to enable only most common tests.

By default, not all tests are enabled because some are judged too
cumbersome to be practical, especially since some of the most limited
platforms (like MS-DOS) seem to be no longer supported. Here are the
default options:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-3
+ Revision: 1be4bef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5667 |14cr|perl-Test-Prereq-1.38.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Prereq
%define upstream_version 1.038

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Check if Makefile.PL has the right pre-requisites

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Prereq-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::Info)
BuildRequires:	perl(Module::CoreList)
BuildRequires:	perl(Test::Builder::Tester)

BuildArch:	noarch

%description 
The prereq_ok() function examines the modules it finds in blib/lib/,
blib/script, and the test files it finds in t/ (and test.pl). It figures out
which modules they use, skips the modules that are in the Perl core, and
compares the remaining list of modules to those in the PREREQ_PM section of
Makefile.PL.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
# this test rely on network to fetch data from CPAN
rm -f t/get_from_prereqs.t
perl -pi -e 's/get_from_prereqs.t//' t/test_manifest
%make test

%files
%doc Changes README LICENSE
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.38.0-3
+ Revision: b98c1f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5668 |14cr|perl-Test-Program-0.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module   Test-Program

Name:       perl-%{module}
Version:    0.10
Release:    4
License:    GPL or Artistic
Group:      Development/Perl
Summary:    Testing tools for Perl programs

Url:        http://search.cpan.org/dist/%{module}
Source:     http://www.cpan.org/modules/by-module/Test/%{module}-%{version}.tar.gz
BuildRequires: perl-devel
BuildRequires: perl(Exporter)
BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildArch: noarch

%description
You've written a command-line program, not just a module, and you want to make
sure that it compiles, runs and has valid POD embedded.

%prep
%setup -q -n %{module}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10-4
+ Revision: c6100c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5669 |14cr|perl-Test-Refcount-0.80.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Refcount
%define upstream_version 0.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Assert reference counts on objects


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Devel::FindRef)
BuildRequires: perl(Devel::Refcount)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel
BuildArch: noarch

%description
The Perl garbage collector uses simple reference counting during the normal
execution of a program. This means that cycles or unweakened references in
other parts of code can keep an object around for longer than intended. To
help avoid this problem, the reference count of a new object from its class
constructor ought to be 1. This way, the caller can know the object will be
properly DESTROYed when it drops all of its references to it.

This module provides two test functions to help ensure this property holds
for an object class, so as to be polite to its callers.

If the assertion fails; that is, if the actual reference count is different
to what was expected, a trace of references to the object is printed, using
Marc Lehmann's the Devel::FindRef manpage module. See the examples below
for more information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files

%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-2
+ Revision: 95ea603
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5670 |14cr|perl-Test-Regression-0.70.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Regression
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.07
Release:	3

Summary:	Test library to generate and compare output

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Regression-0.07.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Algorithm::Diff)
BuildRequires:	perl(DirHandle)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(FileHandle)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Diff)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Using the various Test:: modules you can compare the output of a function
against what you expect. However if the output is complex and changes from
version to version, maintenance of the expected output could be costly.
This module allows one to use the test code to generate the expected
output, so that if the differences with model output are expected, one can
easily refresh the model output.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-3
+ Revision: 8cb748a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5671 |14cr|perl-Test-Reporter-1.600.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Reporter
%define upstream_version 1.60

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Sends test results to cpan-testers@perl.org

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Reporter-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Cwd)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(FileHandle)
BuildRequires:	perl(Net::SMTP)
BuildRequires:	perl(Sys::Hostname)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Time::Local)
BuildRequires:	perl(base)
BuildRequires:	perl(constant)
BuildArch:	noarch

%description
Test::Reporter reports the test results of any given distribution to the
CPAN Testers project. Test::Reporter has wide support for various perl5's
and platforms.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
# %{_bindir}/cpantest
# %{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.600.0-3
+ Revision: b89673e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5672 |14cr|perl-Test-Roo-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Roo
%define upstream_version 1.002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Test::Roo examples

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(List::Util)
BuildRequires: perl(Moo)
BuildRequires: perl(MooX::Types::MooseLike::Base)
BuildRequires: perl(Sub::Install)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildRequires: perl(strict)
BuildRequires: perl(strictures)
BuildRequires: perl(warnings)
BuildArch: noarch

%description
This module allows you to compose the Test::More manpage tests from roles.
It is inspired by the excellent the Test::Routine manpage module, but uses
the Moo manpage instead of the Moose manpage. This gives most of the
benefits without the need for the Moose manpage as a test dependency.

Test files are Moo classes. You can define any needed test fixtures as Moo
attributes. You define tests as method modifiers -- similar in concept to
'subtest' in the Test::More manpage, but your test method will be passed
the test object for access to fixture attributes. You may compose any the
Moo::Role manpage into your test to define attributes, require particular
methods, or define tests.

This means that you can isolate test _behaviors_ into roles which require
certain test _fixtures_ in order to run. Your main test file will provide
the fixtures and compose the roles to run. This makes it easy to reuse test
behaviors.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes CONTRIBUTING LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-2
+ Revision: 55e947c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5673 |14cr|perl-Test-Script-Run-0.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Script-Run
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Test the script with run

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Script-Run-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(IPC::Run3)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module exports some subs to help test and run scripts in your dist's
bin/ directory, if the script path is not absolute.

Nearly all the essential code is stolen from Prophet::Test, we think subs
like those should live below 'Test::' namespace, that's why we packed them
and created this module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/Test/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-3
+ Revision: ba3838f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5674 |14cr|perl-Test-SharedFork-0.230.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-SharedFork
%define upstream_version 0.23

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Fork test

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(App::Prove)
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Build) >= 0.380.0
BuildRequires: perl(Test::Builder) >= 0.320.0
BuildRequires: perl(Test::Builder::Module)
BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Time::HiRes)
BuildArch:  noarch

%description
Test::SharedFork is utility module for Test::Builder.

This module makes the fork(2) manpage safety in your test case.

This module merges test count with parent process & child process.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL --installdirs=vendor

./Build CFLAGS="%{optflags}"

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-3
+ Revision: 79fbf5f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5675 |14cr|perl-Test-Spec-0.470.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Spec
%define upstream_version 0.47

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	RSpec-like testing for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Spec-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Package::Stash)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(TAP::Parser)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Trap)
BuildRequires:	perl(Tie::IxHash)
BuildRequires:	perl(constant)
BuildArch:	noarch

%description
This is a declarative specification-style testing system for
behavior-driven development (BDD) in Perl. The tests (a.k.a. examples) are
named with strings instead of subroutine names, so your fingers will suffer
less fatigue from underscore-itis, with the side benefit that the test
reports are more legible.

This module is inspired by and borrows heavily from RSpec
(http://rspec.info/documentation/), a BDD tool for the Ruby programming
language.

EXPORTS
    When given *no list* (i.e. 'use Test::Spec;'), this class will export:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.470.0-3
+ Revision: e674818
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5676 |14cr|perl-Test-Spelling-0.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Spelling
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.19
Release:	3

Summary:	Check for spelling errors in POD

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Spelling-0.19.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Pod::Spell)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Tester)
BuildRequires:	perl(IPC::Run3)

BuildArch:	noarch
Requires:	aspell-en

%description
Check POD files for spelling mistakes, using the Pod::Spell manpage and
_spell_ to do the heavy lifting.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Test


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-3
+ Revision: 0a91c13
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5677 |14cr|perl-Test-Strict-0.230.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Strict
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Check syntax, presence of use strict; and test coverage

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Devel::Cover)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Simple)
BuildArch:	noarch

%description
The most basic test one can write is "does it compile ?". This module tests if
the code compiles and play nice with Test::Simple modules.

Another good practice this module can test is to "use strict;" in all perl
files.

By setting a minimum test coverage through all_cover_ok(), a code author can
ensure his code is tested above a preset level of kwality throughout the
development cycle.

Along with Test::Pod, this module can provide the first tests to setup for a
module author.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Test



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-3
+ Revision: 14b2f11
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5678 |14cr|perl-Test-Synopsis-0.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Synopsis
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Test your SYNOPSIS code

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Synopsis-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Filter::Util::Call)
BuildRequires:	perl(Test::Builder)
BuildArch:	noarch

%description
Test::Synopsis is an (author) test module to find .pm or .pod files under
your _lib_ directory and then make sure the example snippet code in your
_SYNOPSIS_ section passes the perl compile check.

Note that this module only checks the perl syntax (by wrapping the code
with 'sub') and doesn't actually run the code.

Suppose you have the following POD in your module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-3
+ Revision: 97d8df1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5679 |14cr|perl-Test-Sys-Info-0.200.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Sys-Info
%define upstream_version 0.20

%define debug_package %{nil}

Summary:	Centralized test suite for Sys::Info

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:    GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SYS/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
Requires:	perl-Sys-Info-Base

%description
Perl centralized test suite for Sys::Info.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-4
+ Revision: fd786c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5680 |14cr|perl-Test-Taint-1.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Taint
%define upstream_version 1.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 1.06
Release:	3

Summary:    Tools to test taintedness

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/Test-Taint-1.06.tar.gz

BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More)
BuildRequires: perl(Tie::Array)
BuildRequires: perl(Tie::Hash)
BuildRequires: perl(Tie::Scalar)
BuildRequires: perl(overload)
BuildRequires: perl-devel

%description
Tainted data is data that comes from an unsafe source, such as the command
line, or, in the case of web apps, any GET or POST transactions. Read the
the perlsec manpage man page for details on why tainted data is bad, and
how to untaint the data.

When you're writing unit tests for code that deals with tainted data,
you'll want to have a way to provide tainted data for your routines to
handle, and easy ways to check and report on the taintedness of your data,
in standard the Test::More manpage style.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-3
+ Revision: 817c699
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5681 |14cr|perl-Test-TAP-HTMLMatrix-0.90.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-TAP-HTMLMatrix
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Creates colorful matrix of Test::Harness

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Petal::Utils)
BuildRequires:	perl(Petal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::TAP::Model)
BuildRequires:	perl(URI::file)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module is a wrapper for a template and some visualization classes,
that knows to take a the Test::TAP::Model manpage object, which
encapsulates test results, and produce a pretty html file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -f %{buildroot}%{perl_vendorlib}/Test/TAP/example.pl

%files
%doc Changes README example.pl
%{_mandir}/man3/*
%{perl_vendorlib}/Test



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-4
+ Revision: f88db39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5682 |14cr|perl-Test-TAP-Model-0.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-TAP-Model
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Accessible (queryable, serializable object) result collector

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Method::Alias)
BuildRequires:	perl(Test::Harness)
BuildRequires:	perl(Test::Harness::Straps)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module is a subclass of the Test::Harness::Straps manpage (although in
an ideal world it would really use delegation).

It uses callbacks in the straps object to construct a deep structure, with
all the data known about a test run accessible within.

It's purpose is to ease the processing of test data, for the purpose of
generating reports, or something like that.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -f %{buildroot}%{perl_vendorlib}/Test/TAP/example.pl

%files
%doc Changes example.pl
%{_mandir}/man3/*
%{perl_vendorlib}/Test


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-4
+ Revision: da02483
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5683 |14cr|perl-Test-TCP-2.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-TCP
%define upstream_version 2.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Testing TCP program

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Socket::INET)
BuildRequires: perl(Socket)
BuildRequires: perl(Test::More) >= 0.980.0
BuildRequires: perl(Test::SharedFork) >= 0.190.0
BuildRequires: perl(Time::HiRes)
BuildArch:  noarch

%description
Test::TCP is test utilities for TCP/IP programs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes META.yml MYMETA.yml README.md
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.20.0-3
+ Revision: fffd0ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5684 |14cr|perl-Test-TempDir-0.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-TempDir
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A factory for creating L<Test::TempDir::Handle>

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::NFSLock)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types::Path::Class)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Test::CheckDeps)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
Test::TempDir provides temporary directory creation with testing in mind.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

#%check
#%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-3
+ Revision: df47bf9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5685 |14cr|perl-Test-Time-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Test-Time
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Overrides the time() and sleep() core functions for testing


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

Buildrequires:  perl-devel
BuildArch:	noarch

%description
Test::Time can be used to test modules that deal with time. Once you
"use" this module, all references to "time" and "sleep" will be
internalized. You can set custom time by passing time => number after
the "use" statement:

    use Test::Time time => 1;

    my $now = time;    # $now is equal to 1
    sleep 300;         # returns immediately, displaying a note
    my $then = time;   # $then equals to 301

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: 26e05d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5686 |14cr|perl-Test-TinyMocker-0.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-TinyMocker
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A very simple tool to mock external modules

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-TinyMocker-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-3
+ Revision: 9b85335
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5687 |14cr|perl-Test-Trap-0.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Trap
%define upstream_version 0.2.4

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Trap exit codes, exceptions, output


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-v%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Dump)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::Tester)
BuildRequires:	perl(version)

BuildArch:	noarch

%description
Primarily (but not exclusively) for use in test scripts: A block eval on
steroids, configurable and extensible, but by default trapping (Perl)
STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return
values from boxed blocks of test code.

The values collected by the latest trap can then be queried or tested
through a special trap object.

%prep
%setup -q -n %{upstream_name}-v%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-3
+ Revision: 371ced3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5688 |14cr|perl-Test-URI-1.80.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-URI
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Check Uniform Resource Identifiers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(URI)
BuildArch:	noarch

%description 
Check various parts of Uniform Resource Locators.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-4
+ Revision: 6fa31d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5689 |14cr|perl-Test-UseAllModules-0.140.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-UseAllModules
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.14
Release:	3

Summary:	Do use_ok() for all modules MANIFESTed

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-UseAllModules-0.14.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exporter)
BuildRequires:	perl(ExtUtils::Manifest)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
I'm sick of writing 00_load.t (or something like that) that'll do use_ok()
for every module I write. I'm sicker of updating 00_load.t when I add
another file to the distro. This module reads MANIFEST to find modules to
be tested and does use_ok() for each of them. Now all you have to do is
update MANIFEST. You don't have to modify the test any more (hopefully).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-3
+ Revision: ae9fb42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5690 |14cr|perl-Test-use-ok-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Test-use-ok
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.11
Release:	3

Summary:	A visitor for Perl data structures

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-use-ok-0.11.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

Provides:	perl(ok)

%description
This module is a simple visitor implementation for Perl values.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc %{_mandir}/*/*
%{perl_vendorlib}/Test/*
%{perl_vendorlib}/ok.pm


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: 34a93f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5691 |14cr|perl-Test-utf8-1.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-utf8
%define upstream_version 1.01

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Handy utf8 tests
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Builder::Tester) >= 0.90.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module is a collection of tests useful for dealing with utf8 strings
in Perl.

This module has two types of tests: The validity tests check if a string is
valid and not corrupt, whereas the characteristics tests will check that
string has a given set of characteristics.

Validity Tests
    * is_valid_string($string, $testname)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-2
+ Revision: a26eea4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5692 |14cr|perl-Test-Vars-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Vars
%define upstream_version 0.005

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Detects unused variables

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Vars-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Module::Build)
BuildRequires:	perl(B)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(parent)
BuildArch:	noarch

%description
Test::Vars finds unused variables in order to keep the source code tidy.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.yml 
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-3
+ Revision: ab73775
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5693 |14cr|perl-Test-Version-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Version
%define upstream_version 1.003001

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Check for VERSION information in modules
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(English)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Find::Rule::Perl)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Tester)
BuildRequires: perl-devel
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(version) >= 0.860.0
BuildRequires: perl(warnings)
BuildArch:  noarch

%description
This module's goal is to be a one stop shop for checking to see that your
versions across your dist are sane. Please ensure that you use version
'0.04' or later only, as earlier versions are old code and may not work
correctly. Current feature list:

* module has a version

  Tests to insure that all modules checked have a VERSION defined, Can
  replace the Test::HasVersion manpage

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-1
+ Revision: 3b3f906
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5694 |14cr|perl-Test-Without-Module-0.170.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Without-Module
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Test::Without::Module - Test fallback behaviour in absence of modules

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Inline)
BuildArch:	noarch

%description
This module allows you to deliberately hide modules from a program
even though they are installed. This is mostly useful for testing modules
that have a fallback when a certain dependency module is not installed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# pod2test is gone from perl-Test-Inline
perl -pi -e "s|pod2test|/bin/true|g" Makefile.PL

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%dir %{perl_vendorlib}/Test/Without
%{perl_vendorlib}/Test/Without/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-4
+ Revision: b438179
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5695 |14cr|perl-Test-WWW-Mechanize-1.440.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Test-WWW-Mechanize
%define upstream_version 1.44

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Testing-specific WWW::Mechanize subclass

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-WWW-Mechanize-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(LWP)
BuildRequires:	perl(Carp::Assert::More)
BuildRequires:	perl(CGI)
BuildRequires:	perl(HTML::Lint)
BuildRequires:	perl(HTTP::Server::Simple)
BuildRequires:	perl(HTML::TreeBuilder)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::LongString)
BuildRequires:	perl(URI)
BuildRequires:	perl(WWW::Mechanize) 

BuildArch:	noarch

%description
Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features
for web application testing.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# change listening port
perl -pi -e 's/13432/17987/' t/TestServer.pm
%make test

%install
%makeinstall_std

%files
%doc Changes 
%{perl_vendorlib}/Test
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.440.0-3
+ Revision: fb27e71
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5696 |14cr|perl-Test-WWW-Mechanize-Catalyst-0.590.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-WWW-Mechanize-Catalyst
%define upstream_version 0.59

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Test::WWW::Mechanize for Catalyst
License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.00
BuildRequires:	perl(Catalyst::Plugin::Session)
BuildRequires:	perl(Catalyst::Plugin::Session::State::Cookie)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::WWW::Mechanize) >= 1.04
BuildRequires:	perl(Test::utf8)

BuildArch:	noarch

%description
Catalyst is an elegant MVC Web Application
Framework. Test::WWW::Mechanize is a subclass of WWW::Mechanize that
incorporates features for web application testing. The
Test::WWW::Mechanize::Catalyst module meshes the two to allow easy
testing of Catalyst applications without starting up a web server.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL installdirs=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{_mandir}/*/*
%{perl_vendorlib}/Test



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.590.0-3
+ Revision: 7c6e4d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5697 |14cr|perl-Test-WWW-Mechanize-CGI-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module   Test-WWW-Mechanize-CGI

Name:		perl-%{module}
Version:	0.1
Release:	6
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Test CGI applications with Test::WWW::Mechanize

Url:		http://search.cpan.org/dist/%{module}
Source:	http://www.cpan.org/modules/by-module/Test/%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::WWW::Mechanize)
BuildRequires:	perl(WWW::Mechanize::CGI)
BuildRequires:	perl(CGI)
BuildArch:	noarch

%description
Provides a convenient way of testing CGI applications without a external
daemon.

%prep
%setup -q -n %{module}-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Test



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-6
+ Revision: bfcffd5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5698 |14cr|perl-Test-WWW-Mechanize-LibXML-0.0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-WWW-Mechanize-LibXML
%define upstream_version v0.0.2

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Use HTML::TreeBuilder::LibXML for testing

License:	MIT
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}-%{upstream_version}.tar.xz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::TreeBuilder::LibXML)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::WWW::Mechanize)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(MRO::Compat)
BuildArch:	noarch

%description
This module inherits from the Test::WWW::Mechanize manpage, and allows one
to utilize the HTML::TreeBuilder::LibXML manpage to perform XPath and the
HTML::TreeBuilder manpage queries on the tree.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-6
+ Revision: 7f2ad68
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5699 |14cr|perl-Test-WWW-Selenium-1.360.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-WWW-Selenium
%define upstream_version 1.36

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.36
Release:	3

Summary:	Test applications using Selenium Remote Control

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-WWW-Selenium-1.36.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl-libwww-perl
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Mock::LWP)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(URI::Escape)
BuildArch:	noarch

%description
Selenium Remote Control (SRC) is a test tool that allows you to write
automated web application UI tests in any programming language against any
HTTP website using any mainstream JavaScript-enabled browser. SRC provides
a Selenium Server, which can automatically start/stop/control any supported
browser. It works by using Selenium Core, a pure-HTML+JS library that
performs automated tasks in JavaScript; the Selenium Server communicates
directly with the browser using AJAX (XmlHttpRequest).

http://www.openqa.org/selenium-rc/

This module sends commands directly to the Server using simple HTTP
GET/POST requests. Using this module together with the Selenium Server, you
can automatically control any supported browser.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.360.0-3
+ Revision: 33d3823
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5700 |14cr|perl-Test-WWW-Selenium-Catalyst-0.70.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-WWW-Selenium-Catalyst
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Test your Catalyst app with Selenium


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Alien::SeleniumRC)
BuildRequires:	perl(Catalyst::Runtime)
BuildRequires:	perl(Catalyst::Utils)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(IPC::Cmd)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::WWW::Selenium)
BuildArch:	noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-2
+ Revision: d5fe179
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5701 |14cr|perl-Test-XT-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-XT
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Generate best practice author tests

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Remove)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Perl::MinimumVersion)
BuildRequires:	perl(Pod::Simple)
BuildRequires:	perl(Test::CPAN::Meta)
BuildRequires:	perl(Test::MinimumVersion)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildArch:	noarch

%description
A number of Test modules have been written over the years to support
authors. Typically, these modules have standard short test scripts
documented in them that you can cut and paste into your distribution.

Unfortunately almost all of these cut-and-paste test scripts are wrong.

Either the test script runs during install time, or it runs with an
out-of-date version of the test module, or the author adds the test modules
as an (unnecesary) dependency at install time, or for automated testing.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: 81c2c57
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5702 |14cr|perl-Test-YAML-Meta-0.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-YAML-Meta
%define upstream_version 0.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.20
Release:	3

Summary:	Validation of the META.yml file in a distribution

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-YAML-Meta-0.20.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::CPAN::Meta::YAML)
BuildRequires:	perl(Test::YAML::Valid)
BuildArch:	noarch

%description
This module was written to ensure that a META.yml file, provided with a
standard distribution uploaded to CPAN, meets the specifications that slowly
being introduced to module uploads, via the use of ExtUtils::MakeMaker,
Module::Build and Module::Install.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-3
+ Revision: 6b18eb9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5703 |14cr|perl-Test-YAML-Valid-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-YAML-Valid
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Test for valid YAML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(YAML)
BuildRequires:	perl(YAML::Syck)
BuildRequires:	perl(YAML::XS)
BuildRequires:	perl(YAML::Tiny)
Requires:		perl(YAML)
BuildArch:	noarch

%description
This module lets you easily test the validity of YAML.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: 908265a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5704 |14cr|perl-Text-Aligner-0.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Aligner
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A single function to justify strings to various alignment styles

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/Text-Aligner-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Term::ANSIColor)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Text::Aligner exports a single function, align(), which is used to justify
strings to various alignment styles. The alignment specification is the
first argument, followed by any number of scalars which are subject to
alignment.

The operation depends on context. In list context, a list of the justified
scalars is returned. In scalar context, the justified arguments are joined
into a single string with newlines appended. The original arguments remain
unchanged. In void context, in-place justification is attempted. In this
case, all arguments must be lvalues.

Align() also does one level of scalar dereferencing. That is, whenever one
of the arguments is a scalar reference, the scalar pointed to is aligned
instead. Other references are simply stringified. An undefined argument is
interpreted as an empty string without complaint.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-3
+ Revision: a19a585
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5705 |14cr|perl-Text-ASCIITable-0.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-ASCIITable
%define upstream_version 0.20
Name:       perl-%{upstream_name}
Version:    %perl_convert_version 0.20
Release:    3

Summary:    Create a nice formatted table using ASCII characters

License:    Artistic/GPL
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/Text-ASCIITable-0.20.tar.gz

BuildRequires:  perl(Module::Build)
BuildArch:      noarch

%description
Pretty nifty if you want to output dynamic text to your console or other
fixed-size-font displays, and at the same time it will display it in a nice
human-readable, or "cool" way.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README Changes
%{perl_vendorlib}/Text
%{_mandir}/*/*

%clean



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-3
+ Revision: e741ff0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5706 |14cr|perl-Text-Aspell-0.90.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Aspell
%define upstream_version 0.09

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    Perl interface to the GNU Aspell library

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:  perl-devel
BuildRequires:  aspell-devel 

%description
This module provides a Perl interface to the GNU Aspell library. The GNU Aspell
library provides access to system spelling libraries, including a spell
checker. This module is to meet the need of looking up many words, one at a
time, in a single session.

This is a Perl xs interface which should provide good performance compared to
forking the aspell program for every word.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
#make test

%clean 

%files
%doc Changes README
%{perl_vendorarch}/Text
%{perl_vendorarch}/auto/Text
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-5
+ Revision: 58ac38c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5707 |14cr|perl-Text-Balanced-2.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Balanced
%define upstream_version 2.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Extract balanced-delimiter substrings

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
The various 'extract_...' subroutines may be used to extract a delimited
substring, possibly after skipping a specified prefix string. By default,
that prefix is optional whitespace ('/\s*/'), but you can change it to
whatever you wish (see below).

The substring to be extracted must appear at the current 'pos' location of
the string's variable (or at index zero, if no 'pos' position is defined).
In other words, the 'extract_...' subroutines _don't_ extract the first
occurrence of a substring anywhere in a string (like an unanchored regex
would). Rather, they extract an occurrence of the substring appearing
immediately at the current matching position in the string (like a
'\G'-anchored regex would).

General behaviour in list contexts
    In a list context, all the subroutines return a list, the first three
    elements of which are always:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.20.0-5
+ Revision: cdb6d3d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5708 |14cr|perl-Text-BibTeX-0.690.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-BibTeX
%define upstream_version 0.69
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Interface to read and parse BibTeX files 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Config::AutoConf)
BuildRequires:	perl(ExtUtils::LibBuilder)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl-devel

%description
The Text::BibTeX module serves mainly as a high-level introduction to the
Text::BibTeX library, for both code and documentation purposes. The code loads
the two fundamental modules for processing BibTeX files (Text::BibTeX::File and
Text::BibTeX::Entry), and this documentation gives a broad overview of the
whole library that isn't available in the documentation for the individual
modules that comprise it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
perl -pi -e 's|#!/usr/local/bin/perl5?|#!/usr/bin/perl|' scripts/* examples/*

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}
#install -d -m 755 %{buildroot}%{_bindir}
#install -m 755 btformat btcheck btsort %{buildroot}%{_bindir}
mv %{buildroot}%{_bindir}/bibparse %{buildroot}%{_bindir}/bibparse-perl

%files
%doc  README examples
%{perl_vendorarch}/Text
%{perl_vendorarch}/auto/Text
%{_mandir}/*/*
%{_bindir}/*
%{_libdir}/libbtparse.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.690.0-3
+ Revision: 073b900
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5709 |14cr|perl-Text-Bidi-2.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Bidi
%define upstream_version 2.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Dual-life long arrays

License:    GPL or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Encode)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Tie::Array)
BuildRequires: perl(base)
BuildRequires: perl(integer)
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: pkgconfig(fribidi)

%description
This module provides basic support for the Unicode bidirectional (Bidi)
text algorithm, for displaying text consisting of both left-to-right and
right-to-left written languages (such as Hebrew and Arabic.) It does so via
a _swig_ interface file to the _libfribidi_ library.

The fundamental purpose of the bidi algorithm is to reorder text given in
logical order into text in visually correct order, suitable for display
using standard printing commands. ``Logical order'' means that the
characters are given in the order in which they would be read if printed
correctly. The direction of the text is determined by properties of the
Unicode characters, usually without additional hints. See the
http://www.unicode.org/unicode/reports/tr9/ manpage for more details on the
problem and the algorithm.

Standard usage
    The bidi algorithm works in two stages. The first is on the level of a
    paragraph, where the direction of each character is computed. The
    second is on the level of the lines to be displayed. The main practical
    difference is that the first stage requires only the text of the
    paragraph, while the second requires knowledge of the width of the
    displayed lines. The module (or the library) does not determine how the
    text is broken into paragraphs.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE Changes META.json
%{_bindir}/fribidi.pl
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_mandir}/man1/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.80.0-3
+ Revision: 90946b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5710 |14cr|perl-Text-Brew-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Brew
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	An implementation of the Brew edit distance

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements the Brew edit distance that is very close to the dynamic
programming technique used for the Wagner-Fischer (and so for the Levenshtein)
edit distance. Please look at the module references below. For more information
about the Brew edit distance see:
http://ling.ohio-state.edu/~cbrew/795M/string-distance.html

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc Changes README
%{perl_vendorlib}/Text
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-5
+ Revision: 26282db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5711 |14cr|perl-Text-Conjunct-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Conjunct
%define upstream_version 1.0

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Join lists of items together

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Text::Conjunct joins strings together with a conjunction, typically "and"
or "or".

* *

  If there is only one string, it is just returned.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: b8b8eef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5712 |14cr|perl-Text-Context-3.700.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Context
%define upstream_version 3.7

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A paragraph in context

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(Text::Context::EitherSide)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description
Given a piece of text and some search terms, produces an object which
locates the search terms in the message, extracts a reasonable-length
string containing all the search terms, and optionally dumps the string out
as HTML text with the search terms highlighted in bold.

new
    Creates a new snippet object for holding and formatting context for
    search terms.

keywords
    Accessor method to get/set keywords. As the context search is done
    case-insensitively, the keywords will be lower-cased.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.700.0-5
+ Revision: 8837891
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5713 |14cr|perl-Text-Context-EitherSide-1.400.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Context-EitherSide
%define upstream_version 1.4

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Get n words either side of search keywords

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Suppose you have a large piece of text - typically, say, a web page or a
mail message. And now suppose you've done some kind of full-text search on
that text for a bunch of keywords, and you want to display the context in
which you found the keywords inside the body of the text.

A simple-minded way to do that would be just to get the two words either
side of each keyword. But hey, don't be too simple minded, because you've
got to make sure that the list doesn't overlap. If you have

    the quick brown fox jumped over the lazy dog

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.400.0-5
+ Revision: 8d3aee6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5714 |14cr|perl-Text-CSV-Slurp-1.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-CSV-Slurp
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Convert CSV into an array of hashes, or an array of hashes into CSV

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/Text-CSV-Slurp-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Text::CSV)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Deep)
BuildArch:	noarch

%description
Convert CSV into an array of hashes, or an array of hashes into CSV.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-3
+ Revision: 870bf16
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5715 |14cr|perl-Text-Emoticon-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Emoticon
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Factory class for Yahoo! and MSN emoticons

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description
Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. It's
made to become handy to be used in other applications like Kwiki/MT
plugins.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: 104ac8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5716 |14cr|perl-Text-Emoticon-MSN-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Emoticon-MSN
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Emoticon filter of MSN Messenger

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Emoticon)
BuildArch:	noarch

%description
Text::Emoticon::MSN is a text filter that replaces text emoticons like
":-)", ";-P", etc. to the icons of MSN Messenger, detailed in
http://messenger.msn.com/Resource/Emoticons.aspx

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-5
+ Revision: edb5002
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5717 |14cr|perl-Text-EtText-2.200.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  Text-EtText
%define upstream_version	2.2

Summary:	%{module} module for perl 

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	12
License:	GPL
Group:		Development/Perl
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Text/Text-EtText-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{module}
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Text::EtText - A perl module to edit html as plain text.

%prep
%setup -q -n Text-EtText-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%install
%makeinstall_std

%files
%doc README doc/* Changes TODO
%{_bindir}/*
%{perl_vendorlib}/Text/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.200.0-12
+ Revision: 25f8746
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5718 |14cr|perl-Text-FindIndent-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-FindIndent
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Heuristically determine the indent style

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This is an experimental distribution that attempts to intuit the underlying
indent "policy" for a text file (most likely a source code file).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: ef991c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5719 |14cr|perl-Text-FixEOL-1.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-FixEOL
%define upstream_version 1.06
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.06
Release:	3

Summary:	Canonicalizes mixed convention EOL/EOF

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/Text-FixEOL-1.06.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Converts the EOL and EOF conventions in the passed string to a canonicalization
form that handles 'mixed' EOL conventions.

It canonicalizes EOL as \n (the platform defined EOL) if it does not know the
particular platform. Can also 'fix' the end-of-file mark if needed and ensure
that the last line of the string is EOL terminated.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-3
+ Revision: 88eca0f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5720 |14cr|perl-Text-German-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-German
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	German grundform reduction

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a rather incomplete implementaion of work done by Gudrun Putze-Meier. I
have to confess that I never read her original paper. So all credit belongs to
her, all bugs are mine. I tried to get some insight from an implementation of
two students of mine. They remain anonymous because their work was the wost
piece of code I ever saw. My code behaves mostly as their implementation did
except it is about 75 times faster.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Text
%{_mandir}/man3*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-4
+ Revision: a5a1713
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5721 |14cr|perl-Text-Greeking-0.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Greeking
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A module for generating meaningless text

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch: noarch

%description
Greeking is the use of random letters or marks to show the overall
appearance of a printed page without showing the actual text. Greeking is
used to make it easy to judge the overall appearance of a document without
being distracted by the meaning of the text.

This is a module is for quickly generating varying meaningless text from
any source to create this illusion of the content in systems.

This module was created to quickly give developers simulated content to
fill systems with simulated content. Instead of static Lorem Ipsum text, by
using randomly generated text and optionally varying word sources,
repetitive and monotonous patterns that do not represent real system usage
is avoided.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-5
+ Revision: cd73869
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5722 |14cr|perl-Text-Kakasi-2.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Kakasi
%define upstream_version 2.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl binding for KAKASI the kanji kana simple inverter
License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	kakasi-devel >= 2.3.1
BuildRequires:	kakasi-dict
Requires:	kakasi >= 2.3.1

%description
This module provides libkakasi interface for perl. libkakasi is a part
of KAKASI.
KAKASI is the language processing filter to convert Kanji characters
to Hiragana, Katakana or Romaji and may be helpful to read Japanese
documents.
More information about KAKASI is available at <http://kakasi.namazu.org/>.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%doc COPYING README README.jp
%{_mandir}/*/*
%{perl_vendorarch}/Text
%{perl_vendorarch}/auto/Text

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.40.0-5
+ Revision: 6fd361c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5723 |14cr|perl-Text-LevenshteinXS-0.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-LevenshteinXS
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:    An XS implementation of the Levenshtein edit distance

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Test)

%description
This module implements the Levenshtein edit distance in a XS way.

The Levenshtein edit distance is a measure of the degree of proximity between
two strings. This distance is the number of substitutions, deletions or
insertions ("edits") needed to transform one string into the other one (and
vice versa). When two strings have distance 0, they are the same. A good point
to start is: <http://www.merriampark.com/ld.htm>

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorarch}/Text
%{perl_vendorarch}/auto/Text



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-5
+ Revision: fac750f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5724 |14cr|perl-Text-Markdown-1.0.31-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Markdown
%define upstream_version 1.000031

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Convert Markdown syntax to (X)HTML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Balanced)

BuildArch:	noarch

%description
Markdown is a text-to-HTML filter; it translates an easy-to-read /
easy-to-write structured text format into HTML. Markdown's text format is
most similar to that of plain text email, and supports features such as
headers, *emphasis*, code blocks, blockquotes, and links.

Markdown's syntax is designed not as a generic markup language, but
specifically to serve as a front-end to (X)HTML. You can use span-level
HTML tags anywhere in a Markdown document, and you can use block level HTML
tags (like <div> and <table> as well).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.31-5
+ Revision: b9cf0f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5725 |14cr|perl-Text-MultiMarkdown-1.0.34-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-MultiMarkdown
%define upstream_version 1.000034

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Convert MultiMarkdown syntax to (X)HTML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Markdown)

BuildArch:	noarch

%description
Markdown is a text-to-HTML filter; it translates an easy-to-read /
easy-to-write structured text format into HTML. Markdown's text format is
most similar to that of plain text email, and supports features such as
headers, *emphasis*, code blocks, blockquotes, and links.

Markdown's syntax is designed not as a generic markup language, but
specifically to serve as a front-end to (X)HTML. You can use span-level
HTML tags anywhere in a Markdown document, and you can use block level HTML
tags ('<div>', '<table>' etc.). Note that by default Markdown isn't
interpreted in HTML block-level elements, unless you add a 'markdown=1"'
attribute to the element. See the Text::Markdown manpage for details.

This module implements the MultiMarkdown markdown syntax extensions from:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.34-4
+ Revision: ca80ab2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5726 |14cr|perl-Text-NeatTemplate-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-NeatTemplate
%define upstream_version 0.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    A fast, middleweight template engine

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/Text-NeatTemplate-%{upstream_version}.tar.gz

BuildRequires: perl(Module::Build::Compat)
BuildArch:     noarch

%description
This module provides a simple, middleweight but fast template engine,
for when you need speed rather than complex features, yet need more features
than simple variable substitution.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find . -type f | xargs chmod +w

%build
%{__perl} Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Text



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: 33d3b4c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5727 |14cr|perl-Text-NSP-1.270.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Text-NSP
%define upstream_version 1.27
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	The Ngram Statistics Package 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/Text-NSP-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The module NSP.pm is a stub that doesn't have any real functionality. The real
work is done by five programs:
- count.pl
- statistic.pl
- rank.pl
- combig.pl
- kocos.pl
These are not modules, and are run from the command line. All have extensive
command line help and documentation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README doc/*
%{perl_vendorlib}/Text
%{_mandir}/*/*
%{_bindir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.270.0-3
+ Revision: 2e68ad5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5728 |14cr|perl-Text-ParseWords-3.290.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-ParseWords
%define upstream_version 3.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Parse strings containing shell-style quoting

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/Text-ParseWords-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildArch:	noarch

%description
The &nested_quotewords() and &quotewords() functions accept a delimiter
(which can be a regular expression) and a list of lines and then breaks
those lines up into a list of words ignoring delimiters that appear inside
quotes. &quotewords() returns all of the tokens in a single long list,
while &nested_quotewords() returns a list of token lists corresponding to
the elements of @lines. &parse_line() does tokenizing on a single string.
The &*quotewords() functions simply call &parse_line(), so if you're only
splitting one line you can call &parse_line() directly and save a function
call.

The $keep argument is a boolean flag. If true, then the tokens are split on
the specified delimiter, but all other characters (quotes, backslashes,
etc.) are kept in the tokens. If $keep is false then the &*quotewords()
functions remove all quotes and backslashes that are not themselves
backslash-escaped or inside of single quotes (i.e., &quotewords() tries to
interpret these characters just like the Bourne shell). NB: these semantics
are significantly different from the original version of this module
shipped with Perl 5.000 through 5.004. As an additional feature, $keep may
be the keyword "delimiters" which causes the functions to preserve the
delimiters in each string as tokens in the token lists, in addition to
preserving quote and backslash characters.

&shellwords() is written as a special case of &quotewords(), and it does
token parsing with whitespace as a delimiter-- similar to most Unix shells.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.290.0-3
+ Revision: 26e316a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5729 |14cr|perl-Text-Password-Pronounceable-0.300.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Password-Pronounceable
%define upstream_version 0.30

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Generate pronounceable passwords

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module generates pronuceable passwords, based the the English digraphs
by D Edwards.

METHODS
    * new($min, $max)

      Construct a password factory with length limits of $min and $max. If
      $max is omitted, it defaults to $min.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-5
+ Revision: ff30ba3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5730 |14cr|perl-Text-PDF-0.290.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Text-PDF
%define vers 0.29
%define subv a

Summary:	 %{module} Perl module

Version:	 %perl_convert_version 0.29a
Name:        perl-%{module}
Release:     3
License:	 Artistic
Group:		 Development/Perl
Source0:     ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Text/Text-PDF-0.29a.tar.gz
URL:		 http://search.cpan.org/dist/%{module}
BuildRequires: perl-devel
BuildArch: noarch

%description
Perl module to manipulate PDF files.

%prep
%setup -q -n %{module}-%{vers}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%check
# no test defined yet
%make test

%install
%makeinstall_std

%clean

%files
%doc examples readme.txt 
%{_mandir}/*/*
%{perl_vendorlib}/Text/
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.290.0a-3
+ Revision: 96f6502
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5731 |14cr|perl-Text-Pipe-0.100.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Pipe
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Common text filter API

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Class::Accessor::Complex)
BuildRequires:	perl(Class::Accessor::Constructor)
BuildRequires:	perl(Class::Accessor::Installer)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::AutoInstall)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description
This class is a factory for text pipes. A pipe has a 'filter()' method
through which input can pass. The input can be a string or a reference to
an array of strings. Pipes can be stacked together using the
Text::Pipe::Stackable manpage.

The problem that this distribution tries to solve is that there are several
distributions on CPAN which use text filtering in some way or other, for
example the Template Toolkit. But each distribution is somewhat different,
and they have to reimplement the same text filters over and over again.

This distribution aims at offering a common text filter API. So if you want
to use text pipes with Template Toolkit, you just need to write an adapter.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# wants to download junk from Internet
rm -f inc/Module/AutoInstall.pm

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-5
+ Revision: 2eb7403
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5732 |14cr|perl-Text-Query-0.70.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Text-Query
%define upstream_version    0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	10
Summary:	Query processing framework

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz
Patch:		Text-Query-0.07-fix-syntax.patch

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides an object that matches a data source against a query
expression.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
%patch -p 1

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
# Seem to fail for no real reason
#make test

%files
%doc ChangeLog README
%{perl_vendorlib}/Text
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-10
+ Revision: ea20fe5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5733 |14cr|perl-Text-Quoted-2.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Quoted
%define upstream_version 2.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 2.08
Release:	3

Summary:	Perl module to extract the structure of a quoted mail message

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Text/Text-Quoted-2.08.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Text::Autoformat)
BuildArch:	noarch

%description
Text::Quoted examines the structure of some text which may contain multiple 
different levels of quoting, and turns the text into a nested data structure.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.80.0-3
+ Revision: cb4927c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5734 |14cr|perl-Text-RecordParser-1.6.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Text-RecordParser
%define upstream_version v1.5.0

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 1.6.3
Release:    3

Summary:	Read record-oriented files


License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/%{upstream_name}-v1.6.3.tar.gz

BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(JSON::PP)
BuildRequires:	perl(version)
BuildRequires: perl(Pod::Markdown)
BuildRequires: perl(Pod::Readme)
BuildRequires: perl(Text::Autoformat)

BuildArch:	noarch

%description
This module is for reading record-oriented data in a delimited text
file. The most common example have records separated by newlines and
fields separated by commas or tabs, but this module aims to provide a
consistent interface for handling sequential records in a file however
they may be delimited. Typically this data lists the fields in the
first line of the file, in which case you should call bind_header to
bind the field name (or not, and it will be called implicitly). If the
first line contains data, you can still bind your own field names via
bind_fields. Either way, you can then use many methods to get at the
data as arrays or hashes.

%prep
%setup -qn Text-RecordParser-v%{version}

%build
%{__perl} Build.PL installdirs=vendor
chmod a+w README.md
pwd
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files
%doc Changes README
%{_bindir}/tab*
%{perl_vendorlib}/Text
%{_mandir}/man*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.3-3
+ Revision: 8d7c8c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5735 |14cr|perl-Text-Roman-3.500.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Roman
%define upstream_version 3.5

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Allows conversion between Roman and Arabic algarisms

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/Text-Roman-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This package supports both conventional Roman algarisms (which range from 1 to
3999) and Milhar Romans, a variation which uses a bar across the algarism to
indicate multiplication by 1,000. For the purposes of this module, acceptable
syntax consists of an underscore suffixed to the algarism e.g. IV_V = 4,005.
The term Milhar apparently derives from the Portuguese word for "thousands" and
the range of this notation extends the range of Roman numbers to 3999 x 1000 +
3999 = 4,002,999.

Note: the functions in this package treat Roman algarisms in a case-insensitive
manner such that "VI" == "vI" == "Vi" == "vi".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{perl_vendorlib}/Text
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.500.0-3
+ Revision: 7a7d925
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5736 |14cr|perl-Text-Shellwords-1.80.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Shellwords
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Thin wrapper around shellwords.pl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This used to be a wrapper around shellwords.pl, but has now been superseded by
Text::ParseWords. Use that module instead. If you use this module, it will
simply report the shellwords() function from Text::ParseWords.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Text
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-4
+ Revision: c934d41
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5737 |14cr|perl-Text-SimpleTable-2.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Text-SimpleTable
%define upstream_version 2.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Simple Eyecandy ASCII Tables

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildArch:	noarch

%description
Simple eyecandy ASCII tables, as seen in Catalyst.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL -n INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Text/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.30.0-3
+ Revision: a8772c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5738 |14cr|perl-Text-Table-1.130.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Table
%define upstream_version 1.130

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Organize Data in Tables


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Aligner)
BuildArch:	noarch

%description
Organization of data in table form is a time-honored and useful method of
data representation. While columns of data are trivially generated by
computer through formatted output, even simple tasks like keeping titles
aligned with the data columns are not trivial, and the one-shot solutions
one comes up with tend to be particularly hard to maintain. Text::Table
allows you to create and maintain tables that adapt to alignment
requirements as you use them.

Overview
    The process is simple: you create a table (a Text::Table object) by
    describing the columns the table is going to have. Then you load lines
    of data into the table, and finally print the resulting output lines.
    Alignment of data and column titles is handled dynamically in
    dependence on the data present.

Table Creation
    In the simplest case, if all you want is a number of (untitled)
    columns, you create an unspecified table and start adding data to it.
    The number of columns is taken fronm the first line of data.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.130.0-2
+ Revision: 18bd7da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5739 |14cr|perl-Text-Tabs+Wrap-2013.52.300-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   Text-Tabs+Wrap
%define upstream_version 2013.0523

Name:       perl-%{realname}
Version:    %perl_convert_version %{upstream_version}
Release:    3
License:    GPL or Artistic
Group:      Development/Perl
Summary:    Wraps lines to make simple paragraphs

Source:     http://www.cpan.org/modules/by-module/Text/Text-Tabs+Wrap-%{upstream_version}.tar.gz
Url:        http://search.cpan.org/dist/%{realname}
BuildRequires: perl-devel


BuildArch: noarch

%description
Text::Tabs does about what the unix utilities expand(1) and unexpand(1) do.
Given a line with tabs in it, expand will replace the tabs with the
appropriate number of spaces. Given a line with or without tabs in it,
unexpand will add tabs when it can save bytes by doing so (just like
'unexpand -a'). Invisible compression with plain ASCII!



%prep
%setup -q -n %{realname}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGELOG README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2013.52.300-3
+ Revision: c625b0b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5740 |14cr|perl-Text-TabularDisplay-1.350.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_version 1.35

Name:		perl-Text-TabularDisplay
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Display text in formatted table output

# see TabularDisplay.pm's header
License:	GPLv2
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Text-TabularDisplay/
Source0:	http://www.cpan.org/authors/id/D/DA/DARREN/Text-TabularDisplay-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Test)
BuildArch:	noarch

%description
Text::TabularDisplay simplifies displaying textual data in a table. The
output is identical to the columnar display of query results in the mysql
text monitor. For example, this data:

%prep
%setup -q -n Text-TabularDisplay-%{upstream_version}
chmod -c -x t/* examples/*

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc COPYING README examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.350.0-3
+ Revision: f6d4c0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5741 |14cr|perl-Text-Tags-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Text-Tags
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl module to parse "folksonomy" space-separated tags

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Parses "folksonomies", which are 
simple space-or-comma-separated-but-optionally-quoted tag lists.

Specifically, tags can be any string, as long as they don't contain both a 
single and a double quote. Hopefully, this is a pretty obscure restriction. 
In addition, all whitespace inside tags is normalized to a single space 
(with no leading or trailing whitespace).

In a tag list string, tags can optionally be quoted with either single or 
double quotes. There is no escaping of either kind of quote, although you 
can include one type of quote inside a string quoted with the other. Quotes 
can also just be included inside tags, as long as they aren't at the 
beginning; thus a tag like joe's can just be entered without any extra quoting.
Tags are separated by whitespace and/or commas, though quoted tags can run into
each other without whitespace. Empty tags (put in explicitly with "" or '') are
ignored. (Note that commas are not normalized with whitespace, and can be 
included in a tag if you quote them.)

Why did the previous paragraph need to be so detailed? Because 
Text::Tags::Parser always successfully parses every line. That is, every single
tags line converts into a list of tags, without any error conditions. For 
general use, you can just understand the rules as being separate tags with 
spaces or commas, and put either kind of quotes around tags that need to have 
spaces.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Text
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: 9c6cc7f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5742 |14cr|perl-Text-Template-1.460.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Template
%define upstream_version 1.46

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Text::Template module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source:		http://www.cpan.org/modules/by-module/Text/Text-Template-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a library for generating form letters, building HTML pages, or
filling in templates generally.  A `template' is a piece of text that
has little Perl programs embedded in it here and there.  When you
`fill in' a template, you evaluate the little programs and replace
them with their values.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Artistic COPYING README
%{perl_vendorlib}/Text
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.460.0-3
+ Revision: c45d7f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5743 |14cr|perl-Text-Textile-2.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Textile
%define upstream_version 2.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Transforms text in Textile format to HTML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Test::Harness)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Transforms text in Textile format to HTML.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.120.0-5
+ Revision: ea5660b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5744 |14cr|perl-Text-Tiki-0.730.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Text-Tiki
%define upstream_version 0.73

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	TikiText - Text Formatting Engine

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
TikiText is a text formatting notation and engine, with the following
design goals:
* Leverage existing text formatting notions.
* Least amount of characters from plain text.
* Use more intuitive and common plain text email conventions.
* Abstract users from needing to know or understand markup whenever
  possible.
* Make valid and semantical XHTML markup easy.
  (And let CSS do its job!)
* Easy to learn the basics. Richer functionality for those who want to
  dive in.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor <<EOF
EOF
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.730.0-5
+ Revision: 7bbb6c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5745 |14cr|perl-Text-Trac-0.150.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Trac
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Perl extension for formatting text with Trac Wiki Style

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Test::Base)
BuildRequires:	perl(Tie::IxHash)
BuildRequires:	perl(UNIVERSAL::require)
BuildArch:	noarch

%description
Text::Trac parses text with Trac WikiFormatting and convert it to html
format.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Text


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-5
+ Revision: b71416e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5746 |14cr|perl-Text-Trim-1.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Trim
%define upstream_version 1.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Remove leading and/or trailing whitespace from strings

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
This module provides functions for removing leading and/or trailing
whitespace from strings. It is basically a wrapper around some simple
regexes with a flexible context-based interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-4
+ Revision: ce3f489
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5747 |14cr|perl-Text-Truncate-1.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Text-Truncate

Name:		perl-%{module}
Version:	%perl_convert_version 1.06
Release:	3

Summary:	Perl module with simple string truncating routine

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/Text/Text-Truncate-1.06.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch


%description
This is a simple, no-brainer subroutine to truncate a string and add an
optional cutoff marker (defaults to ``...'').

(Yes, this is a really brain-dead sort of thing to make a module out of,
but then again, I use it so often that it might as well be in a module.)

The synopsis gives examples of how to use it.

%prep
%setup -qn Text-Truncate-1.06

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-3
+ Revision: e9e0785
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5748 |14cr|perl-Text-Unaccent-1.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Unaccent
%define upstream_version 1.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:	Remove accents from a string

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Text//%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:      Text-Unaccent-size_t.patch

BuildRequires:  perl-devel

%description
A module that remove accents from a string. unac_string converts the input
string from the specified charset to UTF-16 and call unac_string_utf16 to
return the unaccented equivalent. The conversion from and to UTF-16 is done
with iconv(1).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0 -b .size_t

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make OPTIMIZE="%{optflags}"

%check
make test

%install
%makeinstall_std

%clean 

%files
%doc README ChangeLog
%{_mandir}/*/*
%{perl_vendorarch}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-5
+ Revision: 510869b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5749 |14cr|perl-Text-UpsideDown-1.220.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-UpsideDown
%define upstream_version 1.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Flip text upside-down using Unicode


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Script)
BuildRequires: perl(IPC::Run3)
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl(Carp)
BuildRequires:	perl(English)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module exports only one function.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/ud
%{_mandir}/man1/ud.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.220.0-2
+ Revision: de23c6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5750 |14cr|perl-Text-vCard-2.130.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-vCard
%define upstream_version 2.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A package that provides APIs to work with single or multiple vCards (RFC 2426) 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Text/Text-vCard-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Text::vFile::asData)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(Digest::SHA)
BuildArch:	noarch

%description
A vCard is an electronic business card, containing information on a
person, a record, a set of address information, and more.

This package contains two related APIs:
 - Text::vCard, to create or edit a single vCard
 - Text::vCard::Addressbook, to work with multiple vCards

Text::vCard can also use data read through Text::vFile::asData to
generate a vCard with that content. It is recommended to use
Text::vCard::Addressbook, as it handles creating vCards from an existing
file for you.

%prep
%setup -q -n Text-vCard-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Text/*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.130.0-3
+ Revision: d99c694
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5751 |14cr|perl-Text-vFile-asData-0.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-vFile-asData
%define upstream_version 0.08
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.08
Release:	3

Summary:	Parse vFile formatted files into data structures

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Text/Text-vFile-asData-0.08.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Chained)

BuildArch:	noarch

%description
Text::vFile::asData - parse vFile formatted files into data structures

%prep
%setup -q -n Text-vFile-asData-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{perl_vendorlib}/Text/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-3
+ Revision: 4143d08
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5752 |14cr|perl-Text-WagnerFischer-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-WagnerFischer
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	An implementation of the Wagner-Fischer edit distance

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements the Wagner-Fischer dynamic programming technique, used
here to calculate the edit distance of two strings. The edit distance is a
measure of the degree of proximity between two strings, based on ``edits'': the
operations of substitutions, deletions or insertions needed to transform the
string into the other one (and vice versa).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc Changes README
%{perl_vendorlib}/Text
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: cf97116
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5753 |14cr|perl-Text-WikiFormat-0.810.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-WikiFormat
%define upstream_version 0.81

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Module for translating Wiki formatted text into other formats

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Text/Text-WikiFormat-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
Text::WikiFormat converts text in a simple Wiki markup language to whatever
your little heart desires, provided you can describe it accurately in a
semi-regular tag language.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Text
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.810.0-3
+ Revision: 5daad0f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5754 |14cr|perl-Text-Wrapper-1.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Wrapper
%define upstream_version 1.05
Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:    Simple word wrapping routine perl module

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Text/Text-Wrapper-%{upstream_version}.tar.gz

BuildRequires:	perl(Module::Build)
BuildRequires:	perl-devel
BuildArch: noarch

%description
Text::Wrapper provides simple word wrapping. It breaks long lines, but does 
not alter spacing or remove existing line breaks. If you're looking for more 
sophisticated text formatting, try the Text::Format module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}/%{perl_vendorarch}

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-3
+ Revision: 50bfe2d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5755 |14cr|perl-TFTP-1-0.0b3.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  TFTP
%define	modprefix TFTP/GSM
%define beta 0b3

Name:		perl-%{module}
Version:	1
Release:	0.%{beta}.5
Summary:	TFTP Client class

License:	GPL or Artistic
Group:		Development/Perl
Source:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/%{modprefix}/%{module}-%{version}.%{beta}.tar.bz2
Url:		http://search.cpan.org/dist/%{module}/

BuildRequires:	perl-devel
BuildArch:	noarch

%description 
TFTP is a class implementing a simple TFTP client in Perl as described
in RFC783.

%prep
%setup -q -n %{module}-%{version}.%{beta}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%defattr(444,root,root,755)
%doc README
%{perl_vendorlib}/%{module}.pm
%{_mandir}/man3/*


%changelog
* Fri May 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 1-0.0b3.5
+ Revision: 4f1af97
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5756 |14cr|perl-Thread-Queue-3.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Thread-Queue
%define upstream_version 3.05
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Thread-safe queues

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Thread/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Thread::Semaphore)
BuildRequires:	perl(threads::shared)
Provides:	perl(Thread::Queue) = %perl_convert_version %{upstream_version}
BuildArch:	noarch

%description
This module provides thread-safe FIFO queues that can be accessed safely by
any number of threads.

Any data types supported by the threads::shared manpage can be passed via
queues:

* Ordinary scalars

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.50.0-3
+ Revision: 9eecd95
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5757 |14cr|perl-threads-1.920.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    threads
%define upstream_version 1.92

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary: Perl interpreter-based threads

License: GPL+ or Artistic
Group:   Development/Perl
Url:     http://search.cpan.org/dist/%{upstream_name}
Source0: http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::testlib)
BuildRequires: perl(Hash::Util)
BuildRequires: perl(IO::File)
BuildRequires: perl(Test::More)
BuildRequires: perl(XSLoader)
BuildRequires: perl(overload)
BuildRequires: perl-devel

Provides:  perl(threads)

%description
Perl 5.6 introduced something called interpreter threads. Interpreter
threads are different from _5005threads_ (the thread model of Perl 5.005)
by creating a new Perl interpreter per thread, and not sharing any data or
state between threads by default.

Prior to Perl 5.8, this has only been available to people embedding Perl,
and for emulating fork() on Windows.

The _threads_ API is loosely based on the old Thread.pm API. It is very
important to note that variables are not shared between threads, all
variables are by default thread local. To use shared variables one must
also use the threads::shared manpage:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.920.0-3
+ Revision: 39c1e15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5758 |14cr|perl-Thread-Semaphore-2.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Thread-Semaphore
%define upstream_version 2.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Thread-safe semaphores

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Thread/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(threads::shared)
BuildArch:	noarch

%description
Semaphores provide a mechanism to regulate access to resources. Unlike
locks, semaphores aren't tied to particular scalars, and so may be used to
control access to anything you care to use them for.

Semaphores don't limit their values to zero and one, so they can be used to
control access to some resource that there may be more than one of (e.g.,
filehandles). Increment and decrement amounts aren't fixed at one either,
so threads can reserve or return multiple resources at once.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.120.0-5
+ Revision: c37154d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5759 |14cr|perl-threads-shared-1.460.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    threads-shared
%define upstream_version 1.46
Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    Perl extension for sharing data structures between threads

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-shared-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::testlib)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
BuildRequires: perl(XSLoader)
BuildRequires: perl(strict)
BuildRequires: perl(threads)
Provides: perl(threads::shared)

%description
By default, variables are private to each thread, and each newly created
thread gets a private copy of each existing variable. This module allows
you to share variables across different threads (and pseudo-forks on
Win32). It is used together with the the threads manpage module.

This module supports the sharing of the following data types only: scalars
and scalar refs, arrays and array refs, and hashes and hash refs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.460.0-3
+ Revision: 0ee39c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5760 |14cr|perl-Throwable-0.102.80-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Throwable
%define upstream_version 0.102080

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	An easy-to-use class for error objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Throwable/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Devel::StackTrace)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
Requires:	perl(Devel::StackTrace)

BuildArch:	noarch


%description
Throwable is a role for classes that are meant to be thrown as exceptions
to standard program flow. It is very simple and does only two things: saves
any previous value for '$@' and calls 'die $self'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.102.80-5
+ Revision: dd1e070
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5761 |14cr|perl-Tie-Array-Iterable-0.30.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tie-Array-Iterable
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Forward Iterator object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tie/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
'Tie::Hash::Iterable' allows one to create iterators for lists and arrays.
The concept of iterators is borrowed from the C++ STL [1], in which most of
the collections have iterators, though this class does not attempt to fully
mimic it.

Typically, in C/C++ or Perl, the 'easy' way to visit each item on a list is
to use a counter, and then a for( ;; ) loop. However, this requires
knowledge on how long the array is to know when to end. In addition, if
items are removed or inserted into the array during the loop, then the
counter will be incorrect on the next run through the loop, and will cause
problems.

While some aspects of this are fixed in Perl by the use of for or foreach,
these commands still suffer when items are removed or added to the array
while in these loops. Also, if one wished to use break to step out of a
foreach loop, then restart where they left at some later point, there is no
way to do this without maintaining some additional state information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-6
+ Revision: e17dc15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5762 |14cr|perl-Tie-Cache-0.170.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Tie-Cache
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	LRU Cache in Memory

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements a least recently used (LRU) cache in memory through a
tie interface. Any time data is stored in the tied hash, that key/value pair
has an entry time associated with it, and as the cache fills up, those members
of the cache that are the oldest are removed to make room for new entries.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
perl -p -i -e 's|/usr/local/bin|/usr/bin|g;' Cache.pm
make

%check
make test

%install
%makeinstall_std
# Fix bogus dependency on Tie::Cache::LRU:
rm -f %{buildroot}%{perl_vendorlib}/Tie/bench.pl

%files
%doc CHANGES README
%{_mandir}/*/*
%{perl_vendorlib}/Tie



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-4
+ Revision: f19ea21
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5763 |14cr|perl-Tie-DBI-1.60.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Tie-DBI
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	Tie hashes to DBI relational databases 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Tie/Tie-DBI-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(DBD::SQLite)
BuildArch:	noarch

%description
This module allows you to tie Perl associative arrays (hashes) to SQL databases
using the DBI interface. The tied hash is associated with a table in a local or
networked database. One column becomes the hash key. Each row of the table
becomes an associative array, from which individual fields can be set or
retrieved.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make 

%check
# test require a real database

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Tie
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-5
+ Revision: 41a409a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5764 |14cr|perl-Tie-Hash-MultiValue-1.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tie-Hash-MultiValue
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Hash w/multiple items under a single key

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tie/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl(Tie::Hash)

BuildArch:	noarch

%description
'Tie::Hash::MultiValue' allows you to have hashes which store their values
in anonymous arrays, appending any new value to the already-existing ones.

This means that you can store as many items as you like under a single key,
and access them all at once by accessing the value stored under the key.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-5
+ Revision: a4e562f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5765 |14cr|perl-Tie-LogFile-0.100.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Tie-LogFile
%define upstream_version	0.1

Summary:	Interface for maintaining a log

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	6
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Tie/%{module}-%{upstream_version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Tie::LogFile gives a easy interface for maintaining a well formated log. Using
user tweakable sprintf like tags, Tie::LogFile is flexible, and probably a
little overkill for keeping a log.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Tie
%{_mandir}/man3/Tie*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-6
+ Revision: 5122ec3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5766 |14cr|perl-Tie-RefHash-1.390.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tie-RefHash
%define upstream_version 1.39

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Use references as hash keys
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tie/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides the ability to use references as hash keys if you
first 'tie' the hash variable to this module. Normally, only the keys of
the tied hash itself are preserved as references; to use references as keys
in hashes-of-hashes, use Tie::RefHash::Nestable, included as part of
Tie::RefHash.

It is implemented using the standard perl TIEHASH interface. Please see the
'tie' entry in perlfunc(1) and perltie(1) for more information.

The Nestable version works by looking for hash references being stored and
converting them to tied hashes so that they too can have references as
keys. This will happen without warning whenever you store a reference to
one of your own hashes in the tied hash.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.390.0-5
+ Revision: f58c768
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5767 |14cr|perl-Tie-RefHash-Weak-0.90.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tie-RefHash-Weak
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A Tie::RefHash subclass with weakened references in the keys

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tie/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Tie::RefHash)
BuildRequires:	perl(Variable::Magic)
BuildArch:	noarch

%description
The the Tie::RefHash manpage module can be used to access hashes by
reference. This is useful when you index by object, for example.

The problem with the Tie::RefHash manpage, and cross indexing, is that
sometimes the index should not contain strong references to the objecs. the
Tie::RefHash manpage's internal structures contain strong references to the
key, and provide no convenient means to make those references weak.

This subclass of the Tie::RefHash manpage has weak keys, instead of strong
ones. The values are left unaltered, and you'll have to make sure there are
no strong references there yourself.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-5
+ Revision: 115c793
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5768 |14cr|perl-Tie-Simple-1.30.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tie-Simple
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9
Summary:	Create ties without creating full packages
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tie/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch: noarch

%description
This module adds the ability to quickly create new types of tie objects
without creating a complete class. It does so in such a way as to try and
make the programmers life easier when it comes to single-use ties that I
find myself wanting to use from time-to-time.

The 'Tie::Simple' package is actually a front-end to other classes which
really do all the work once tied, but this package does the dwimming to
automatically figure out what you're trying to do.

I've tried to make this as intuitive as possible and dependent on other
bits of Perl where I can to minimize the need for documentation and to make
this extra, extra spiffy.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-9
+ Revision: 25f0f43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5769 |14cr|perl-Tie-TextDir-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Tie-TextDir
%define upstream_version    0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	GPL or Artistic
Summary:	Interface to directory of file

Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Tie/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Tie::TextDir module is a TIEHASH interface which lets you tie a Perl hash
to a directory on the filesystem. Each entry in the hash represents a file in
the directory.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
make

# Old package, now some tests fail erroneously
# %check
# make test

%install
%makeinstall_std

%files
%doc Changes MANIFEST README
%{_mandir}/*/*
%{perl_vendorlib}/Tie

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-4
+ Revision: 83aba59
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5770 |14cr|perl-Tie-ToObject-0.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tie-ToObject
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Tie to an existing object

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tie/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::use::ok)
BuildArch:	noarch

%description
While "tie" in perldoc allows tying to an arbitrary object, the class in
question must support this in it's implementation of TIEHASH, TIEARRAY or
whatever.

This class provides a very tie constructor that simply returns the object it
was given as it's first argument.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{_mandir}/man3/*
%{perl_vendorlib}/Tie



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-4
+ Revision: b46a1eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5771 |14cr|perl-Time-Duration-1.60.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Time-Duration
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Rounded or exact English expression of durations

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Time/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildArch:	noarch

%description
This module provides functions for expressing durations in rounded or exact
terms.

In the first example in the Synopsis, using duration($interval_seconds):

If the 'time() - $start_time' is 3 seconds, this prints "Runtime: *3
seconds*.". If it's 0 seconds, it's "Runtime: *0 seconds*.". If it's 1
second, it's "Runtime: *1 second*.". If it's 125 seconds, you get "Runtime:
*2 minutes and 5 seconds*.". If it's 3820 seconds (which is exactly 1h, 3m,
40s), you get it rounded to fit within two expressed units: "Runtime: *1
hour and 4 minutes*.". Using duration_exact instead would return "Runtime:
*1 hour, 3 minutes, and 40 seconds*".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README ChangeLog META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-6
+ Revision: 4848e91
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5772 |14cr|perl-Time-Duration-Parse-0.110.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Time-Duration-Parse
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Parse string that represents time duration


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Time/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exporter::Lite)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Time::Duration)
BuildArch:	noarch

%description
Time::Duration::Parse is a module to parse human readable duration strings
like _2 minutes and 3 seconds_ to seconds.

It does the opposite of _duration_exact_ function in Time::Duration and is
roundtrip safe. So, the following is always true.

  use Time::Duration::Parse;
  use Time::Duration;

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-2
+ Revision: cfe134c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5773 |14cr|perl-Time-Format-1.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Time-Format
%define upstream_version 1.12
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.12
Release:	3

Summary:	Perl module for date and time formatting

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Time/Time-Format-1.12.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Time::Format provides a very easy way to format dates and times. The
formatting functions are tied to hash variables, so they can be used
inside strings as well as in ordinary expressions. The formatting
codes used are meant to be easy to remember, use, and read. They
follow a simple, consistent pattern. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc README Changes quickref.*
%{perl_vendorlib}/Time
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-3
+ Revision: ca2f237
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5774 |14cr|perl-Time-HiRes-1.972.600-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Time-HiRes
%define upstream_version 1.9726
Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3
Epoch:      1

Summary:    High resolution time, sleep, and alarm

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Time/Time-HiRes-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
The 'Time::HiRes' module implements a Perl interface to the 'usleep',
'nanosleep', 'ualarm', 'gettimeofday', and 'setitimer'/'getitimer' system
calls, in other words, high resolution time and timers. See the the
/EXAMPLES manpage section below and the test scripts for usage; see your
system documentation for the description of the underlying 'nanosleep' or
'usleep', 'ualarm', 'gettimeofday', and 'setitimer'/'getitimer' calls.

If your system lacks 'gettimeofday()' or an emulation of it you don't get
'gettimeofday()' or the one-argument form of 'tv_interval()'. If your
system lacks all of 'nanosleep()', 'usleep()', 'select()', and 'poll', you
don't get 'Time::HiRes::usleep()', 'Time::HiRes::nanosleep()', or
'Time::HiRes::sleep()'. If your system lacks both 'ualarm()' and
'setitimer()' you don't get 'Time::HiRes::ualarm()' or
'Time::HiRes::alarm()'.

If you try to import an unimplemented function in the 'use' statement it
will fail at compile time.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.972.600-3
+ Revision: 49a4b2b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5775 |14cr|perl-Time-Local-1.230.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Time-Local
%define upstream_version 1.2300

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.2300
Release:	4

Summary:	Implements timelocal() and timegm()


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Time/Time-Local-1.2300.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides functions that are the inverse of built-in perl
functions 'localtime()' and 'gmtime()'. They accept a date as a six-element
array, and return the corresponding 'time(2)' value in seconds since the
system epoch (Midnight, January 1, 1970 GMT on Unix, for example). This
value can be positive or negative, though POSIX only requires support for
positive values, so dates before the system's epoch may not work on all
operating systems.

It is worth drawing particular attention to the expected ranges for the
values provided. The value for the day of the month is the actual day (ie
1..31), while the month is the number of months since January (0..11). This
is consistent with the values returned from 'localtime()' and 'gmtime()'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.230.0-4
+ Revision: c09def7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5776 |14cr|perl-Time-Progress-1.700.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Time-Progress
%define upstream_version    1.7

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3
License:    GPL or Artistic
Group:      Development/Perl
Summary:    Elapsed and estimated finish time reporting

Url:        http://search.cpan.org/dist/%{upstream_name}
Source:     http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:  perl-devel
BuildRequires:  perl(Module::Build)
BuildArch: noarch

%description
Elapsed and estimated finish time reporting.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor destdir=${RPM_BUILD_ROOT}/
make

%check
make test

%install
make install DESTDIR=${RPM_BUILD_ROOT}
find ${RPM_BUILD_ROOT} -type f -name perllocal.pod -o -name .packlist -o -name '*.bs' -a -size 0 | xargs rm -f
find ${RPM_BUILD_ROOT} -type d -depth | xargs rmdir --ignore-fail-on-non-empty

%clean

%files
%doc README Changes
%{perl_vendorlib}/Time/Progress.pm
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.700.0-3
+ Revision: cb74290
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5777 |14cr|perl-Time-Warp-0.500.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Time-Warp
%define upstream_version 0.5

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:    Change the start and speed of Event time

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Time/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel

%description
Our external experience unfolds in 3 1/2 dimensions (time has a
dimensionality of 1/2). The Time::Warp module offers developers control
over the measurement of time.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.500.0-6
+ Revision: d0e86b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5778 |14cr|perl-Time-y2038-20100403.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Time-y2038
%define upstream_version 20100403

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:    Use Time::y2038's gmtime and localtime everywhere

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Time/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(JSON)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Warn)
BuildRequires: perl(Module::Build)
BuildRequires: perl-devel

%description
On many computers, Perl's time functions will not work past the year 2038.
This is a design fault in the underlying C libraries Perl uses. Time::y2038
provides replacements for those functions which will work accurately +/1
142 million years.

This only imports the functions into your namespace. To replace it
everywhere, see the Time::y2038::Everywhere manpage.

Replaces the following functions:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20100403.0.0-6
+ Revision: b0ec50b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5779 |14cr|perl-Tk-Action-1.93.390-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tk-Action
%define upstream_version 1.093390

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Action abstraction for tk

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Tk/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(English)
BuildRequires: perl(File::Find)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Has::Sugar)
BuildRequires: perl(MooseX::SemiAffordanceAccessor)
BuildRequires: perl(Test::More)
BuildRequires: perl(Tk::Sugar)
BuildRequires: perl(Module::Build)

BuildArch: noarch

%description
Menu entries are often also available in toolbars or other widgets. And
sometimes, we want to enable or disable a given action, and this means
having to update everywhere this action is allowed.

This module helps managing actions in a the Tk manpage GUI: just create a
new object, associate some widgets and bindings with 'add_widget()' and
then de/activate the whole action at once with 'enable()' or 'disable()'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.93.390-4
+ Revision: c4e45b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5780 |14cr|perl-Tk-Clock-0.360.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tk-Clock
%define upstream_version 0.36
%if %{_use_internal_dependency_generator}
%define __noautoreq '/pro/bin/perl'
%else
%define _requires_exceptions /pro/bin/perl
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Canvas based Clock widget


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tk/%{upstream_name}-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Tk)
BuildRequires:	perl(Tk::Canvas)
BuildRequires:	perl(Tk::Derived)
BuildRequires:	perl(Tk::Widget)
BuildRequires:	x11-server-xvfb

BuildArch:	noarch

%description
This module implements a Canvas-based clock widget for perl-Tk with lots of
options to change the appearance.

Both analog and digital clocks are implemented.

Options
    Below is a description of the options currently available. Their
    default value is in between parenthesis.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
xvfb-run %make test

%install
%makeinstall_std

%files
%doc META.yml ChangeLog README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.360.0-2
+ Revision: 876e2e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5781 |14cr|perl-Tk-CursorControl-0.400.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tk-CursorControl
%define upstream_version 0.4

%define debug_package %{nil}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	8

Summary:    Manipulate the mouse cursor programmatically

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Tk/%{upstream_name}-%{upstream_version}.tar.gz
Patch1:	    fix-cursor-widget-demo-conflict.patch
BuildRequires: perl(Tk)
BuildRequires: perl-devel

%description
Tk::CursorControl is -NOT- a Tk::Widget. Rather, it uses Tk and
encompasses a collection of methods used to manipulate the cursor (aka
pointer) programmatically from a Tk program.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch1 -p1 -b .wdgconflict

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Sep 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.400.0-8
+ Revision: e6a0421
- Apply forgotten patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5782 |14cr|perl-Tk-DirSelect-1.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Tk-DirSelect
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Cross-platform directory selection widget

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tk/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Tk)

BuildArch:	noarch

%description
This module provides a cross-platform directory selection widget. For
systems running Microsoft Windows, this includes selection of local and
mapped network drives. A context menu (right-click or <Button3>) allows the
creation, renaming, and deletion of directories while browsing.

Note: Perl/Tk 804 added the 'chooseDirectory' method which uses native
system dialogs where available. (i.e. Windows) If you want a native feel
for your program, you probably want to use that method instead -- possibly
using this module as a fallback for systems with older versions of Tk
installed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-5
+ Revision: 45c6aa0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5783 |14cr|perl-Tk-FileDialog-1.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	Tk::FileDialog Perl module

Name:		perl-Tk-FileDialog
Version:	1.3
Release:	12
License:	GPL
Group:		Development/Perl
Source0:	http://cpan.uwinnipeg.ca/cpan/authors/id/B/BP/BPOWERS/Tk-FileDialog-%{version}.tar.bz2
Url:		http://www.cpan.org
BuildRequires:	perl-devel
BuildArch:	noarch

%description
A highly configurable File Dialog widget for Perl/Tk.

%prep
%setup -q -n Tk-FileDialog-%{version}

%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%install
make PREFIX=%{buildroot}%{_prefix} install DESTDIR=%{buildroot}

%clean

%files
%doc README
%{perl_vendorlib}/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-12
+ Revision: 76aa299
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5784 |14cr|perl-Tk-Gauge-0.300.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tk-Gauge
%define upstream_version 0.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Create a multitude of analog gauge widgets

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tk/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Tk)
BuildRequires:	perl-Tk-devel
BuildRequires:	x11-server-xvfb

BuildArch:	noarch

%description
This widget creates an analog gauge. A gauge has various components: a
radius highlighted by a circumference, one or more needles, a hub, three
granularities of tick marks, one of which has a value label, a caption,
title and specialized bands that visually compartmentalize the gauge.

A gauge's appearance is specified by manipulating a set of approximately 60
options, all described below. Given this flexibility one may create
instruments including, but not limited to, a 12 or 24 hour clock, CPU
meter, voltmeter, fuel and temperature gauge, speedometer and tachometer.

The following option/value pairs are supported (default value in
parentheses):

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
xvfb-run %make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-5
+ Revision: bdf63ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5785 |14cr|perl-Tk-HistEntry-0.430.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tk-HistEntry
%define upstream_version 0.43

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	An entry widget with history capability

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tk/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Tk)
BuildRequires:	x11-server-xvfb

BuildArch:	noarch

%description
'Tk::HistEntry' defines entry widgets with history capabilities. The
widgets come in two flavours:

* 'HistEntry' (in package 'Tk::HistEntry::Browse') - with associated
  browse entry

* 'SimpleHistEntry' (in package 'Tk::HistEntry::Simple') - plain widget
  without browse entry

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
xvfb-run %make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.430.0-5
+ Revision: c950ddc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5786 |14cr|perl-Tk-ObjScanner-2.12.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Tk-ObjScanner
%define upstream_version    2.012

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Tk data or object scanner

Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Tk/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Tk)
BuildRequires:	perl(Tk::Adjuster)
BuildRequires:	perl(Tk::HList)
BuildRequires:	perl(Tk::ROText)
BuildRequires:	x11-server-xvfb
BuildArch:	noarch

%description
The scanner provides a GUI to scan the attributes of an object. It can also
be used to scan the elements of a hash or an array.

This widget can be used as a regular widget in a Tk application or can be
used as an autonomous popup widget that will display the content of a data
structure. The latter is like a call to a graphical the Data::Dumper
manpage. The scanner can be used in an autonomous way with the
'scan_object' function.

The scanner is a composite widget made of a menubar and the Tk::HList
manpage. This widget acts as a scanner to the object (or hash ref) passed
with the 'caller' parameter. The scanner will retrieve all keys of the
hash/object and insert them in the HList.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
xvfb-run make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.12.0-6
+ Revision: 1f27f43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5787 |14cr|perl-Tk-Pod-0.994.200-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tk-Pod
%define upstream_version 0.9942

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Simple Pod browser with hypertext capabilities

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tk/Tk-Pod-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Pod::Simple)
BuildRequires:	perl(Text::English)
BuildRequires:	perl(Tk)
BuildRequires:	perl(Tk::HistEntry)

BuildArch:	noarch

%description
Simple Pod browser with hypertext capabilities in a 'Toplevel' widget

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# tests hang on build-system
#xvfb-run %make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_bindir}/tk*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.994.200-3
+ Revision: 75cb528
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5788 |14cr|perl-Tk-Role-Dialog-1.101.480-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tk-Role-Dialog
%define upstream_version 1.101480

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Moose role for enhanced tk dialogs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tk/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(MooseX::Types::Path::Class)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Tk)
BuildRequires:	perl(Tk::JPEG)
BuildRequires:	perl(Tk::PNG)
BuildRequires:	perl(Tk::Sugar)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
the Tk::Role::Dialog manpage is meant to be used as a the Moose manpage
role to be composed for easy the Tk manpage dialogs creation.

It will create a new toplevel with a title, and possibly a header as well
as some buttons.

The attributes (see below) can be either defined as defaults using the
'_build_attr()' methods, or passed arguments to the constructor call. The
only mandatory attribute is 'parent', but you'd better provide some other
attributes if you want your dialog to be somehow usable! :-)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.101.480-5
+ Revision: 6b03197
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5789 |14cr|perl-Tk-Sugar-1.93.190-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tk-Sugar
%define upstream_version 1.093190

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Sugar syntax for Tk

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tk/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
the Tk manpage is a great graphical toolkit to write desktop applications.
However, one can get bothered with the constant typing of quotes and
options. the Tk::Sugar manpage provides handy subs for common options used
when programming Tk.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.93.190-5
+ Revision: a17ec30
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5790 |14cr|perl-Tk-TableMatrix-1.230.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 Tk-TableMatrix
%define upstream_version 1.23

Name: 		perl-%{upstream_name}
Version: 	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Tk-TableMatrix perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://cpan.org/authors/id/C/CE/CERNEY/%{upstream_name}-%{upstream_version}.tar.bz2

# for fake X display:
BuildRequires:	perl-Tk-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(x11)
Obsoletes:	%{name}-devel < %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}


%description
Tk::TableMatrix is a table/matrix widget extension to perl/tk
for displaying data in a table (or spreadsheet) format.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# DISABLE the check for now. It's won't work with build bots. 20061104.SE
#XDISPLAY=$(i=2; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
#{_prefix}/X11R6/bin/Xvfb :$XDISPLAY &
#export DISPLAY=:$XDISPLAY
#xauth add $DISPLAY . EE
#{__make} test

#xauth remove $DISPLAY
#kill $(cat /tmp/.X$XDISPLAY-lock)

%install
%makeinstall_std

# 20070818 remove file owned by perl-Tk-804.027-7mdv2007.0.i586
rm -rf %{buildroot}/%{perl_vendorarch}/Tk/pTk/extralibs.ld

%clean

%files
%doc README Changes
%{perl_vendorarch}/Tk
%{perl_vendorarch}/auto/Tk
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.230.0-6
+ Revision: 54850c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5791 |14cr|perl-Tk-ToolBar-0.100.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Tk-ToolBar
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	A toolbar widget for Perl/Tk

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tk/%{upstream_name}-%{upstream_version}.zip

BuildRequires:	perl(Tk::CursorControl)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements a dockable toolbar. It is in the same spirit as the
"short-cut" toolbars found in most major applications, such as most web
browsers and text editors (where you find the "back" or "save" and other
shortcut buttons).

Buttons of any type (regular, menu, check, radio) can be created inside this
widget.  You can also create Label, Entry and LabEntry widgets.  Moreover, the
ToolBar itself can be made dockable, such that it can be dragged to any edge of
your window. Dragging is done in "real-time" so that you can see the contents
of your ToolBar as you are dragging it. Furthermore, if you are close to a
stickable edge, a visual indicator will show up along that edge to guide you.
ToolBars can be made "floatable" such that if they are dragged beyond their
associated window, they will detach and float on the desktop.
Also, multiple ToolBars are embeddable inside each other.

If you drag a ToolBar to within 15 pixels of an edge, it will stick to that
edge. If the ToolBar is further than 15 pixels away from an edge and still
inside the window, but you release it over another ToolBar widget, then it will
be embedded inside the second ToolBar. You can "un-embed" an embedded ToolBar
simply by dragging it out. You can change the 15 pixel limit using the
-close option.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Mon Sep 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-8
+ Revision: 0f7fae4
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5792 |14cr|perl-Tree-1.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tree
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A tree datastructure

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This is meant to be a full-featured N-ary tree representation with
configurable error-handling and a simple events system that allows for
transparent persistence to a variety of datastores. It is derived from the
Tree::Simple manpage, but has a simpler interface and much, much more.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-5
+ Revision: 27a6223
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5793 |14cr|perl-Tree-BPTree-1.80.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tree-BPTree
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl implementation of B+ trees

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Tree/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
This is a Perl implementation of B+ trees. I have based this
implementation on a couple of sources. See the documentation of
Tree::BPTree for those details. A B+ tree is essentially an order
map from keys to values. Keys are multivalued so that there may be
more than one value per key. This implementation will enforce
uniqueness of keys, if requested.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Tree
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-4
+ Revision: 3ca8697
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5794 |14cr|perl-Tree-Nary-1.300.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tree-Nary
%define upstream_version 1.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Tree::Nary - Perl implementation of N-ary search trees

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/F/FS/FSORIANO/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Tree::Nary class implements N-ary trees (trees of data with any 
number of branches), providing the organizational structure for a tree
(collection) of any number of nodes, but knowing nothing about the specific
type of node used.  It can be used to display hierarchical database entries in
an internal application (the NIS netgroup file is an example of such a
database). It offers the capability to select nodes on the tree, and attachment
points for nodes on the tree. Each attachment point can support multiple child
nodes.

The data field contains the actual data of the node. The next and previous
fields point to the node's siblings (a sibling is another node with the same
parent). The parent field points to the parent of the node, or is undef if the
node is the root of the tree. The children field points to the first child of
the node. The other children are accessed by using the next pointer of each
child.  This module is a translation (albeit not a direct one) from the C
implementation of N-ary trees, available in the GLIB distribution (see SEE
ALSO).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{perl_vendorlib}/Tree/*.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.300.0-4
+ Revision: cf9284f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5795 |14cr|perl-Tree-R-0.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tree-R
%define upstream_version 0.06

Summary:	Perl extension for the Rtree data structure and algorithms

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	GPL+ or Artistic
Group:		Development/Perl
Url:        	http://search.cpan.org/dist/%{upstream_name}
Source0:    	http://www.cpan.org/modules/by-module/Tree/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel >= 1:5.8.0
BuildArch:	noarch
%description
R-tree is a data structure for storing and indexing and efficiently looking
up non-zero-size spatial objects.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Tree/R.pm
%{perl_vendorlib}/auto/Tree/R
%{_mandir}/man3/Tree::R.3pm.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-3
+ Revision: be9e8ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5796 |14cr|perl-Tree-Simple-1.220.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tree-Simple
%define upstream_version 1.22

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	A simple tree object

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Tree/Tree-Simple-%{upstream_version}.tgz

BuildRequires:	perl-Test-Exception
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module in an fully object-oriented implementation of a simple n-ary tree.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Tree/Simple/*
%{perl_vendorlib}/Tree/Simple.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.220.0-3
+ Revision: 2897d45
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5797 |14cr|perl-Tree-Simple-VisitorFactory-0.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tree-Simple-VisitorFactory
%define upstream_version 0.12

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    A Visitor for sorting a Tree::Simple object hierarchy

License:    Artistic/GPL
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Tree/Tree-Simple-VisitorFactory-%{upstream_version}.tgz

BuildRequires:  perl-devel
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Tree::Simple)
BuildArch:      noarch

%description
This implements a recursive multi-level sort of a Tree::Simple hierarchy.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Tree
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-3
+ Revision: a5e249f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5798 |14cr|perl-Tree-Trie-1.900.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Tree-Trie
%define upstream_version 1.9

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.9
Release:	3

Summary:	A data structure optimized for prefix lookup

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tree/Tree-Trie-1.9.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Pod::Coverage)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)

BuildArch:	noarch

%description
This module implements a trie data structure.  The term "trie"
comes from the word retrieval, but is generally pronounced like
"try".  A trie is a tree structure (or directed acyclic graph),
the nodes of which represent letters in a word.  For example, the
final lookup for the word 'bob' would look something like
"$ref->{'b'}{'o'}{'b'}{HASH(0x80c6bbc)}" (the HASH being an end
marker).  Only nodes which would represent words in the trie
exist, making the structure slightly smaller than a hash of the
same data set.

The advantages of the trie over other data storage methods is that lookup times
are O(1) WRT the size of the index. For sparse data sets, it is probably not as
efficient as performing a binary search on a sorted list, and for small files,
it has a lot of overhead.  The main advantage (at least from my perspective) is
that it provides a relatively cheap method for finding a list of words in a
large, dense data set which begin with a certain string.

As of version 0.3 of this module, the term "word" in this documentation can
refer to one of two things: either a refeence to an array of strings, or a
scalar which is not an array ref.  In the case of the former, each element of
the array is treated as a "letter" of the "word".  In the case of the latter,
the scalar is evaluated in string context and it is split into its component
letters.  Return values of methods match the values of what is passed in --
that is, if you call lookup() with an array reference, the return value will be
an array reference (if appropriate).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm -f t/02_pod_cover.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Tree
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.900.0-3
+ Revision: 7f078a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5799 |14cr|perl-TryCatch-1.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	TryCatch
%define	upstream_version 1.003000

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Easily build XS extensions that depend on XS extensions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/%{module}-%{upstream_version}.tar.xz

BuildRequires:	perl(B::Hooks::EndOfScope)
BuildRequires:	perl(B::Hooks::OP::Check)
BuildRequires:	perl(B::Hooks::OP::PPAddr)
BuildRequires:	perl(Devel::Declare)
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Implementation)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Parse::Method::Signatures)
BuildRequires:	perl(Scope::Upper)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Variable::Magic)
BuildRequires:	perl(XSLoader)
BuildRequires:	perl(Class::Load)
BuildRequires:	perl-devel

%description
This module aims to provide a nicer syntax and method to catch errors in
Perl, similar to what is found in other languages (such as Java, Python or
C++). The standard method of using 'eval {}; if ($@) {}' is often prone to
subtle bugs, primarily that its far too easy to stomp on the error in error
handlers. And also eval/if isn't the nicest idiom.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-5
+ Revision: 5d6472b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5800 |14cr|perl-Types-Serialiser-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Types-Serialiser
%define upstream_version 1.0

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Dummy module for Types::Serialiser

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Types/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(common::sense)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module provides some extra datatypes that are used by common
serialisation formats such as JSON or CBOR. The idea is to have a
repository of simple/small constants and containers that can be shared by
different implementations so they become interoperable between each other.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 07e35c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5801 |14cr|perl-UDCode-1.30.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    UDCode
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Does a set of code words form a uniquely decodable code?

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MJ/MJD/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
A code is a set of strings, called the _code words_. A code is "uniquely
decodable" if any string _S_ that is a concatenation of code words is so in
_exactly one way_.

For example, the code '"ab", "abba", "b"' is _not_ uniquely decodable,
because '"abba" . "b" eq "ab" . "b" . "ab"'. But the code '"a", "ab",
"abb"' _is_ uniquely decodable, because there is no such pair of sequences
of code words.

'is_udcode'
    'is_udcode(@words)' returns true if and only if the specified code is
    uniquely decodable.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-5
+ Revision: f15d16b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5802 |14cr|perl-UI-Dialog-1.80.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    UI-Dialog
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	OOPerl wrapper for the various dialog applications

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/UI/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

Requires:	cdialog

%description
UI::Dialog is a OOPerl wrapper for the various dialog applications. These
dialog backends are currently supported: Zenity, GDialog, XDialog, KDialog,
CDialog, and Whiptail. There is also an ASCII backend provided as a last
resort interface for the console based dialog variants. UI::Dialog is a
class that provides a strict interface to these various backend modules.
By using UI:Dialog (with it's imposed limitations on the widgets) you can
ensure that your Perl program will function with any available interfaces.

UI::Dialog supports priority ordering of the backend detection process. So
if you'd prefer that Xdialog should be used first if available, simply
designate the desired order when creating the new object. The default order
for detecting and utilization of the backends are as follows:
  (with DISPLAY env): Zenity, GDialog, XDialog, KDialog
  (without DISPLAY): CDialog, Whiptail, ASCII

UI::Dialog is the result of a complete re-write of the UDPM CPAN module. This
was done to break away from the bad choice of name (UserDialogPerlModule) and
to implement a cleaner, more detached, OOPerl interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc examples README CONTRIBUTORS Changes TODO COPYRIGHT
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.80.0-6
+ Revision: 58ea1d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5803 |14cr|perl-Unicode-Stringprep-1.104.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Unicode-Stringprep
%define upstream_version 1.104

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Prepare Internationalized Strings (RFC 3454)

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Unicode/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Module::Build) >= 0.380.0
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Unicode::Normalize) >= 1.0.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module implements the _stringprep_ framework for preparing Unicode
text strings in order to increase the likelihood that string input and
string comparison work in ways that make sense for typical users throughout
the world. The _stringprep_ protocol is useful for protocol identifier
values, company and personal names, internationalized domain names, and
other text strings.

The _stringprep_ framework does not specify how protocols should prepare
text strings. Protocols must create profiles of stringprep in order to
fully specify the processing options.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README SIGNATURE eg
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.104.0-2
+ Revision: 07cba20
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5804 |14cr|perl-Unicode-UTF8simple-1.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Unicode-UTF8simple
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Conversions to/from UTF8 from/to charactersets

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/G/GU/GUS/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-Unicode-Map
BuildRequires:	perl-Unicode-Map8
BuildRequires:	perl-Jcode
BuildArch:	noarch

%description
This utf-8 converter is written in plain perl and works with hopefully
any perl 5 version. It was mainly written because more recent modules
such as Encode do not work under older Perl 5.0 installations.

%prep
%setup -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Unicode
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-4
+ Revision: b168960
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5805 |14cr|perl-UNIVERSAL-can-1.201.403.280-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    UNIVERSAL-can
%define upstream_version 1.20140328
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Hack around calling UNIVERSAL::can() as a function


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/UNIVERSAL/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Exception)

BuildArch:	noarch

%description
The UNIVERSAL class provides a few default methods so that all objects can use
them. Object orientation allows programmers to override these methods in
subclasses to provide more specific and appropriate behavior.

Some authors call methods in the UNIVERSAL class on potential invocants as
functions, bypassing any possible overriding. This is wrong and you should not
do it. Unfortunately, not everyone heeds this warning and their bad code can
break your good code.

Fortunately, this upstream_name replaces UNIVERSAL::can() with a method that
checks to
see if the first argument is a valid invocant (whether an object -- a blessed
referent -- or the name of a class). If so, and if the invocant's class has its
own can() method, it calls that as a method. Otherwise, everything works as you
might expect.

If someone attempts to call UNIVERSAL::can() as a function, this module
will emit a lexical warning (see perllexwarn) to that effect. You can disable
it with no warnings; or no warnings 'UNIVERSAL::isa';, but don't do that; fix
the code instead.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL installdirs=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/UNIVERSAL
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.201.403.280-3
+ Revision: 71697d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5806 |14cr|perl-UNIVERSAL-exports-0.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 UNIVERSAL-exports
%define upstream_version 0.05

%if %{_use_internal_dependency_generator}
%define __noautoprov 'perl\\(UNIVERSAL\\)'
%else
%define _provides_exceptions perl(UNIVERSAL)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Lightweight, universal exporting of variables

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/UNIVERSAL/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Exporter::Lite)
BuildArch:	noarch

%description
This is an alternative to Exporter intended to provide a universal, lightweight
subset of its functionality.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/UNIVERSAL
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-4
+ Revision: 369e9f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5807 |14cr|perl-UNIVERSAL-isa-1.201.207.260-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    UNIVERSAL-isa
%define upstream_version 1.20120726

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.20120726
Release:	3

Summary:	Hack around calling UNIVERSAL::isa() as a function

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/UNIVERSAL/UNIVERSAL-isa-1.20120726.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
Whenever you use "isa" in UNIVERSAL as a function, a kitten using
Test::MockObject dies. Normally, the kittens would be helpless, but if they use
UNIVERSAL::isa (the module whose docs you are reading), the kittens can live
long and prosper.

This module replaces UNIVERSAL::isa with a version that makes sure that if it's
called as a function on objects which override isa, isa will be called on those
objects as a method.

In all other cases the real UNIVERSAL::isa is just called directly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL installdirs=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%{perl_vendorlib}/UNIVERSAL
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.201.207.260-3
+ Revision: 72bd1e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5808 |14cr|perl-UNIVERSAL-moniker-0.80.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    UNIVERSAL-moniker
%define upstream_version 0.08

%if %{_use_internal_dependency_generator}
%define __noautoprov 'perl\\(UNIVERSAL\\)'
%else
%define _provides_exceptions perl(UNIVERSAL)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	UNIVERSAL::moniker

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/UNIVERSAL/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Class names in Perl often don't sound great when spoken, or look
good when written in prose. For this reason, we tend to say things
like "customer" or "basket" when we are referring to 
My::Site::User::Customer or My::Site::Shop::Basket. We thought it
would be nice if our classes knew what we would prefer to call
them. This module will add a moniker (and plural_moniker) method
to UNIVERSAL, and so to every class or module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/UNIVERSAL/moniker.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-4
+ Revision: c5dc990
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5809 |14cr|perl-UNIVERSAL-require-0.170.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 UNIVERSAL-require
%define upstream_version 0.17

%define __noautoprov 'perl\\(UNIVERSAL\\)'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:	Require modules from a variable


License:	GPLv2 or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/UNIVERSAL/%{upstream_name}-%{upstream_version}.tar.gz

Conflicts:	    perl-UNIVERSAL-exports < 0.03-3mdk
BuildRequires:	perl(Test::More) >= 0.47
BuildRequires:	perl-devel
BuildArch:	    noarch

%description
This module creates a universal require() class method that will work with
every Perl module and is secure.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%{perl_vendorlib}/UNIVERSAL
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.170.0-2
+ Revision: 3eaeb88
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5810 |14cr|perl-Unix-ConfigFile-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Unix-ConfigFile
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Unix::ConfigFile module for Perl

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Unix/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Easy access to data in many formats

%prep
%setup -q -n  %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}" PREFIX=%{_prefix}

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/Unix



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-4
+ Revision: 3f900a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5811 |14cr|perl-Unix-Processors-2.42.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Unix-Processors
%define upstream_version 2.042

Summary:	Interface to processor (CPU) information

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
License:        GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/UNIX/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel

%description
Perl interface to processor (CPU) information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
make test

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%doc README Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.42.0-5
+ Revision: 7f57902
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5812 |14cr|perl-UPS-Nut-0.04-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module UPS-Nut
%define pmodule UPS/Nut

Summary: A  perl module to talk to a UPS via NUT upsd

Name:    perl-%module
Version: 0.04
Release: 8
License: GPL or Artistic
Group:   Monitoring
Source:  %module-%{version}.tar.bz2
BuildRequires: perl-devel
BuildArch: noarch

%description
This is an object-oriented interface between Perl and upsd (Network UPS
Tools package).

%prep
%setup -q -n %module-%{version}

%build
RPM_OPT_FLAGS="%{optflags} -Os -s"
perl Makefile.PL INSTALLDIRS=vendor
%make 

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc Changes LICENSE README
%{_mandir}/*/*
%{perl_vendorlib}/UPS/Nut.pm




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.04-8
+ Revision: 32e90e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5813 |14cr|perl-URI-Fetch-0.90.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    URI-Fetch
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl Module for Smart URI fetching/caching

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Class::ErrorHandler)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(URI)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(Cache)
BuildArch:	noarch

%description
Perl Module for Smart URI fetching/caching.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
SKIP_SAX_INSTALL=1 CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/URI
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-4
+ Revision: e25b8f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5814 |14cr|perl-URI-Find-20100505.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    URI-Find
%define upstream_version 20100505

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Find URIs in arbitrary text

License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source:		http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(URI)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Test::More) > 0.82
BuildArch:	noarch

%description
This module does one thing: Finds URIs and URLs in plain text.
It finds them quickly and it finds them all (or what URI::URL
considers a URI to be.) It only finds URIs which include a scheme
(http:// or the like), for something a bit less strict have
a look at URI::Find::Schemeless.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor destdir=%{buildroot}
./Build

%check
./Build test

%install
./Build install

%files
%doc Changes
%{perl_vendorlib}/URI/*
%{_bindir}/urifind
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20100505.0.0-4
+ Revision: fb1f4f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5815 |14cr|perl-URI-Find-Simple-1.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    URI-Find-Simple
%define upstream_version 1.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A simple interface to URI::Find 

License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/URI/URI-Find-Simple-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI::Find)

BuildArch:	noarch

%description
URI::Find is all very well, but sometimes you just want a list of the links 
in a given piece of text, or you want to change all the urls in some text 
somehow, and don't want to mess with callback interfaces.

This module uses URI::Find, but hides the callback interface, providing two 
functions - one to list all the uris, and one to change all the uris.
%prep
%setup -q -n URI-Find-Simple-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/URI/
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-3
+ Revision: 34bdae6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5816 |14cr|perl-URI-FromHash-0.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    URI-FromHash
%define upstream_version 0.04

%define debug_package %{nil}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Build a URI from a set of named parameters

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/URI/URI-FromHash-%{upstream_version}.tar.gz

BuildRequires: perl(Params::Validate)
BuildRequires: perl(Test::More)
BuildRequires: perl(URI)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel

%description
This module provides a simple one-subroutine "named parameters" style
interface for creating URIs. Underneath the hood it uses 'URI.pm', though
because of the simplified interface it may not support all possible options
for all types of URIs.

It was created for the common case where you simply want to have a simple
interface for creating syntactically correct URIs from known components
(like a path and query string). Doing this using the native 'URI.pm'
interface is rather tedious, requiring a number of method calls, which is
particularly ugly when done inside a templating system such as Mason or
TT2.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-3
+ Revision: d79e32d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5817 |14cr|perl-URI-Title-1.880.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    URI-Title
%define upstream_version 1.88

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Module to get the titles of things on the web in a sensible way

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/URI/URI-Title-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(File::Type)
BuildRequires:	perl(MP3::Info) 
BuildRequires:	perl(Image::Size)
BuildArch:	noarch

%description
Perl module to get the titles of things on the web in a sensible way.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# broken with encoding, I do not know why 
#make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/URI/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.880.0-3
+ Revision: f4b16ff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5818 |14cr|perl-User-1.900.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    User
%define upstream_version 1.9

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	API for locating user information regardless of OS

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/User/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module allows applications to retrieve per-user characteristics.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc Changes
%{perl_vendorlib}/User.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.900.0-4
+ Revision: c7c602e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5819 |14cr|perl-UUID-0.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    UUID
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	UUID - Perl extension for using UUID interfaces as defined in e2fsprogs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JN/JNH/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	pkgconfig(uuid)

%description
With these 3 routines UUID''s can easily be generated and parsed/un-parsed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes License
%{_mandir}/man3/*
%{perl_vendorarch}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-3
+ Revision: f538a5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5820 |14cr|perl-UUID-Random-0.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    UUID-Random
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	UUID::Random - Generate random uuid strings

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BW/BWATSON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module generates random uuid strings. It does not satisfy any of
the points listed in RFC 4122 but the default format.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-3
+ Revision: 2501bbd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5821 |14cr|perl-UUID-Tiny-1.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    UUID-Tiny
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Pure Perl UUID functions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/UUID/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(POSIX)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Time::HiRes)
BuildArch:	noarch

%description
UUID::Tiny is a lightweight, low dependency Pure Perl module for UUID
creation and testing. This module provides the creation of version 1 time
based UUIDs (using random multicast MAC addresses), version 3 MD5 based
UUIDs, version 4 random UUIDs, and version 5 SHA-1 based UUIDs.

ATTENTION! UUID::Tiny uses Perl's 'rand()' to create the basic random
numbers, so the created v4 UUIDs are *not* cryptographically strong!

No fancy OO interface, no plethora of different UUID representation formats
and transformations - just string and binary. Conversion, test and time
functions equally accept UUIDs and UUID strings, so don't bother to convert
UUIDs for them!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/UUID/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-4
+ Revision: 50f147e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5822 |14cr|perl-VCG-0.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  VCG

Name:		perl-%{module}
Version:	0.5
Release:	15
Summary:	%{module} module for perl

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/VCG/%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:	perl(IPC::Run)
BuildArch:	noarch

%description
This module provides an interface to to the vcg graphing tool. It
supports a limited selection of options and file formats. The vcg
graphing tool homepage is currently
http://rw4.cs.uni-sb.de/users/sander/html/gsvcg1.html but is being
actively developed elsewhere. 


This module is based on Leon Brocard's GraphViz module, it tries to
provide a similar interface to offer some sense of consistency. 


VCG is now in active development and although Graph::Writer::VCG already
exists, this module provides a similar interface to graphviz and will be
more closely tied into vcg as it becomes more actively developed - see
James Micheal DuPont's announcement at
http://mail.gnome.org/archives/dia-list/2003-February/msg00029.html.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes INSTALL README
%{perl_vendorlib}/VCG.pm
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-15
+ Revision: e9d90d0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5823 |14cr|perl-VCS-Lite-0.90.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 VCS-Lite
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Minimal upstream_version control system

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/I/IV/IVORW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Algorithm::Diff)
BuildArch:	noarch

%description
This module provides the functions normally associated 
with a version control system, but without needing or 
implementing a version control system. Applications 
include wikis, document management systems and configuration 
management.

It makes use of the module Algorithm::Diff. It provides the 
facility for basic diffing, patching and merging.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{_bindir}/*
%{perl_vendorlib}/VCS
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-4
+ Revision: c66cfb0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5824 |14cr|perl-Version-Next-0.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Version-Next
%define upstream_version 0.002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Increment module version numbers simply and correctly

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Version/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module provides a simple, correct way to increment a Perl module
version number. It does not attempt to guess what the original version
number author intended, it simply increments in the smallest possible
fashion. Decimals are incremented like an odometer. Dotted decimals are
incremented piecewise and presented in a standardized way.

If more complex version manipulation is necessary, you may wish to consider
the Perl::Version manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-5
+ Revision: 27bc3f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5825 |14cr|perl-Version-Requirements-0.101.20-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Version-Requirements
%define upstream_version 0.101020

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	A set of version requirements for a CPAN dist

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Version/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(version)
BuildArch:	noarch

%description
A Version::Requirements object models a set of version constraints like
those specified in the _META.yml_ or _META.json_ files in CPAN
distributions. It can be built up by adding more and more constraints, and
it will reduce them to the simplest representation.

Logically impossible constraints will be identified immediately by thrown
exceptions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.101.20-5
+ Revision: d41b3ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5826 |14cr|perl-VFSsimple-0.03-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	VFSsimple

Summary:	A library to magically access to file w/o carry the method

Name:		perl-%{module}
Version:	0.03
Release:	9
License:	WTFPL
Group:		Development/Perl
URL:		http://nanardon.zarb.org/darcsweb/darcsweb.cgi?r=VFSsimple;a=summary
Source:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/DBI/%{module}-%{version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(URI)
BuildArch: noarch

%description
A library to magically access to file w/o carry the method

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.03-9
+ Revision: 15d34a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5827 |14cr|perl-VFSsimple-Drv-File-0.03-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	VFSsimple-Drv-File

Summary:	A VFSsimple implementation over local files

Name:		perl-%{module}
Version:	0.03
Release:	9
License:	WTFPL
Group:		Development/Perl
URL:		http://nanardon.zarb.org/darcsweb/darcsweb.cgi?r=VFSsimple;a=summary
Source:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/DBI/%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(URI)
BuildRequires:	perl(VFSsimple)
BuildArch:	noarch

%description
This module provide access method for VFSsimple module to access to files
on local filesystem.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.03-9
+ Revision: 398bdc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5828 |14cr|perl-VFSsimple-Drv-Ftp-0.03-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	VFSsimple-Drv-Ftp

Summary:	A VFSsimple implementation over ftp protocol

Name:		perl-%{module}
Version:	0.03
Release:	9
License:	WTFPL
Group:		Development/Perl
URL:		http://nanardon.zarb.org/darcsweb/darcsweb.cgi?r=VFSsimple;a=summary
Source:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/DBI/%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(URI)
BuildRequires:	perl(Net::FTP)
BuildRequires:	perl(VFSsimple)
BuildArch:	noarch

%description
This module provide access method for VFSsimple module to access to file
located on an ftp server.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.03-9
+ Revision: c066632
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5829 |14cr|perl-VFSsimple-Drv-Http-0.03-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	VFSsimple-Drv-Http

Summary:	A VFSsimple implementation over Http protocol

Name:		perl-%{module}
Version:	0.03
Release:	9
License:	WTFPL
Group:		Development/Perl
URL:		http://nanardon.zarb.org/darcsweb/darcsweb.cgi?r=VFSsimple;a=summary
Source:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/DBI/%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(URI)
BuildRequires:	perl(Net::HTTP)
BuildRequires:	perl(VFSsimple)
BuildArch:	noarch

%description
This module provide access method for VFSsimple module to access to file
on http server.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.03-9
+ Revision: d9308f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5830 |14cr|perl-VFSsimple-Drv-Iso-0.03-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	VFSsimple-Drv-Iso

Summary:	A VFSsimple implementation over ISO9660 fs

Name:		perl-%{module}
Version:	0.03
Release:	9
License:	WTFPL
Group:		Development/Perl
URL:		http://nanardon.zarb.org/darcsweb/darcsweb.cgi?r=VFSsimple;a=summary
Source:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/DBI/%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(URI)
BuildRequires:	perl(Device::Cdio::ISO9660)
BuildRequires:	perl(VFSsimple)
BuildArch:	noarch

%description
This module provide access method for VFSsimple module to access to files
inside ISO9660 CD image.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.03-9
+ Revision: 4e4d4f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5831 |14cr|perl-VFSsimple-Drv-Rsync-0.03-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	VFSsimple-Drv-Rsync

Summary:	A VFSsimple implementation over rsync protocol

Name:		perl-%{module}
Version:	0.03
Release:	9
License:	WTFPL
Group:		Development/Perl
URL:		http://nanardon.zarb.org/darcsweb/darcsweb.cgi?r=VFSsimple;a=summary
Source:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/DBI/%{module}-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(URI)
BuildRequires:	perl(VFSsimple)
BuildRequires:	rsync
BuildArch:	noarch


%description
This module provide access method for VFSsimple module to access to file
located on rsync server.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.03-9
+ Revision: fe5a502
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5832 |14cr|perl-Video-Frequencies-0.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_version	0.03
%define module	Video-Frequencies

Name:		perl-%{module}
Summary:	Perl interface to the Video4linux tuner frequencies

Group:		Development/Perl
Version:	%perl_convert_version %{upstream_version}
Release:       	3
License:	GPL or Artistic
URL:		http://ivtvdriver.org/
Source0:	http://dl.ivtvdriver.org/supporting-tools/Video-Frequencies-%{upstream_version}.tar.gz
BuildArch:	noarch
#Requires: perl, perl-base
BuildRequires:	perl-devel

%description
This package provides a table of hashes that represent all the current
frequency mappings that are used by Video4Linux programs.

Do perldoc Video::Frequencies to get complete instructions, etc.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc README COPYING Changes
%{perl_vendorlib}/Video/Frequencies.pm
%{_mandir}/man3/Video::Frequencies.3pm*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-3
+ Revision: c2b4ea8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5833 |14cr|perl-Video-ivtv-0.130.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_version 0.13
%define module	Video-ivtv

Name:		perl-%{module}
Summary:	Perl modules for ivtv support

Group:		Development/Perl
Version:	%perl_convert_version %{upstream_version}
Release:    3
License:	GPL or Artistic
URL:		http://ivtvdriver.org/
Source0:	http://dl.ivtvdriver.org/supporting-tools/Video-ivtv-%{upstream_version}.tar.gz
BuildRequires:	perl-devel

%description
Video::ivtv is designed to be a quick hack at making the record_ivtv.pl
script not have to depend on the test_ioctl program included with the ivtv
utils.  By moving to have the things that have proven difficult to do purely
in perl to C where they currently are being done, I can concentrate on
improving the code rather than hitting my head against the wall trying to
do code cleanups.  ;)

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
#make test

%install
%makeinstall_std

%files
%doc README MANIFEST Changes
%{perl_vendorlib}/*/Video/ivtv.pm
%dir %{perl_vendorlib}/*/Video/
%{perl_vendorlib}/*/auto/Video/ivtv/ivtv.so
%dir %{perl_vendorlib}/*/auto/Video/ivtv/
%dir %{perl_vendorlib}/*/auto/Video/
%{_mandir}/man3/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-3
+ Revision: 08337ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5834 |14cr|perl-Vim-Tag-1.110.690-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Vim-Tag
%define upstream_version 1.110690
Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.110690
Release:	3

Summary:	Generate perl tags for vim

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Vim/Vim-Tag-1.110690.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Class::Accessor::Constructor)
BuildRequires:	perl(Class::Accessor::Installer)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Find::Upwards)
BuildRequires:	perl(Getopt::Attribute)
BuildRequires:	perl(Getopt::Inherited)
BuildRequires:	perl(Hash::Rename)
BuildRequires:	perl(Test::Compile)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(UNIVERSAL::require)
BuildRequires:	perl(URI::Escape)

BuildArch:	noarch

%description
Manage tags for perl code in vim, with ideas on integrating tags with the
bash programmable completion project. See the synopsis.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{_mandir}/man1/*
%{perl_vendorlib}/*
%{_bindir}/ptag*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.690-3
+ Revision: 60f4e0e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5835 |14cr|perl-Want-0.230.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Want
%define upstream_version 0.23

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	A generalisation of wantarray


License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/Want-%{upstream_version}.tar.gz
BuildRequires:	perl-devel

%description
This module generalises the mechanism of the wantarray function, allowing a
function to determine in some detail how its return value is going to be
immediately used.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README TODO
%{perl_vendorarch}/Want.pm
%{perl_vendorarch}/auto/Want
%{_mandir}/*/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-3
+ Revision: 166512b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5836 |14cr|perl-WDDX-1.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WDDX
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	WDDX.pm - Module for reading and writing WDDX packets

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)
BuildArch:	noarch

%description
This module provides a perl interface to WDDX. The latest version
of this module as well as additional information can be found at
http://www.scripted.com/wddx/. For more information about WDDX
please visit http://www.wddx.org/

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%dir %{perl_vendorlib}/WDDX
%{perl_vendorlib}/WDDX/*
%{perl_vendorlib}/WDDX.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-4
+ Revision: ff7440e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5837 |14cr|perl-WeakRef-0.01-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	WeakRef

Name:		    perl-%{module}
Version:	    0.01
Release:	    12
Summary:	    An API to the Perl weak references

License:	    GPL or Artistic
Group:		    Development/Perl
URL:            http://search.cpan.org/dist/%{module}
Source:         http://www.cpan.org/modules/by-module/WeakRef/%{module}-%{version}.tar.bz2
Buildrequires:	perl-devel

%description
A patch to Perl 5.005_55 by the author implements a core API for weak
references. This module is a Perl-level interface to that API, allowing weak
references to be created in Perl.

A weak reference is just like an ordinary Perl reference except that it isn't
included in the reference count of the thing referred to. This means that once
all references to a particular piece of data are weak, the piece of data is
freed and all the weak references are set to undef. This is particularly useful
for implementing circular data structures without memory leaks or caches of
objects.

%prep
%setup -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files 
%doc Changes README
%{perl_vendorarch}/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.01-12
+ Revision: d722280
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5838 |14cr|perl-WebFetch-0.120.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WebFetch
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl module to download and save information from the Web

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://cpan.perl.org/modules/by-module/WebFetch/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Date::Calc)
BuildRequires:  perl(HTML::Parser)
BuildRequires:  perl-libwww-perl
BuildRequires:  perl(XML::Parser)
# Just to make sure it exists
BuildRequires:	perl(Locale::Codes)

BuildArch:	noarch

Requires:	perl(Locale::Codes)
Requires:	perl(Date::Calc)
Requires:	perl(XML::Parser)

%description
WebFetch is a Perl module to download and save information from the Web, and
to display on the Web.  It will download from sites such as CNet, CNN,
Freshmeat, Slashdot, LinuxToday, Yahoo, and more.  It can even export your
site's news for other sites to include in their web pages.

%prep 
%setup -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test


%install
%makeinstall_std

%files
%doc Changes MANIFEST TODO README
%{perl_vendorlib}/WebFetch*
%{perl_vendorlib}/*.pod
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-4
+ Revision: 58ce110
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5839 |14cr|perl-WebService-FreeDB-0.790.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 WebService-FreeDB
%define upstream_version 0.79

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	FreeDB search by keyword	


License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WebService/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(LWP::UserAgent)
BuildArch:	noarch

%description
WebService-FreeDB is a perl module for retrieving entries from FreeDB 
by searching for keywords (artist,track,album,rest) 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor 
%make

%check
# make test

%install
%makeinstall_std 

%files
%doc README Changes example/cdsearch.pl
%{_mandir}/man3/*
%{perl_vendorlib}/WebService




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.790.0-2
+ Revision: e8d85ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5840 |14cr|perl-WebService-MusicBrainz-0.930.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WebService-MusicBrainz
%define upstream_version 0.93

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Search the MusicBrainz database through their web service

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WebService/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildRequires:	perl(XML::LibXML)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module will search the MusicBrainz database through their web service
and return objects with the found data.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Some tests fail
#make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.930.0-3
+ Revision: 7d7ff11
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5841 |14cr|perl-WebService-Solr-0.230.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WebService-Solr
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Module to interface with the Solr (Lucene) webservice

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WebService/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Data::Page)
BuildRequires:	perl(Data::Pageset)
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(JSON::XS)
BuildRequires:	perl(HTTP::Headers)
BuildRequires:	perl-libwww-perl
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::Mock::LWP)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildRequires:	perl(XML::Generator)
BuildRequires:	perl(XML::Simple)
BuildRequires:	perl(XML::Easy::Element)
BuildArch:	noarch

%description
WebService::Solr is a client library for Apache Lucene's Solr; an
enterprise-grade indexing and searching platform.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-4
+ Revision: 204550f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5842 |14cr|perl-WebService-Validator-CSS-W3C-0.300.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WebService-Validator-CSS-W3C
%define upstream_version 0.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Interface to the W3C CSS Validator

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WebService/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(SOAP::Lite)
BuildRequires:	perl(URI)
BuildRequires:	perl(URI::QueryParam)
BuildArch:	noarch

%description
This module is an interface to the W3C CSS Validation online service the
http://jigsaw.w3.org/css-validator/ manpage, based on its SOAP 1.2 support.
It helps to find errors in Cascading Style Sheets.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-5
+ Revision: 6acb24c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5843 |14cr|perl-WebService-Validator-HTML-W3C-0.280.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WebService-Validator-HTML-W3C
%define upstream_version 0.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Warning messages from the W3Cs online Validator


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WebService/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(LWP)
BuildRequires:	perl(XML::XPath)
BuildArch:	noarch

%description
WebService::Validator::HTML::W3C provides access to the W3C's online Markup
validator. As well as reporting on whether a page is valid it also provides
access to a detailed list of the errors and where in the validated document
they occur.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.280.0-2
+ Revision: 8bae490
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5844 |14cr|perl-WWW-Babelfish-0.160.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 WWW-Babelfish
%define	upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl extension for translation via Babelfish or Google

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-libwww-perl
BuildRequires:	perl(HTML::TokeParser)
BuildRequires:	perl(IO::String)
BuildArch:	noarch

%description
Perl interface to the WWW babelfish translation server.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor <<EOD
n
EOD
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/WWW
%{perl_vendorlib}/auto/WWW
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-4
+ Revision: 0bcf3f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5845 |14cr|perl-WWW-HostipInfo-0.140.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 WWW-HostipInfo
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Get a country and city information from ip address

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/modules/by-module/WWW/WWW-HostipInfo-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(LWP::UserAgent)
BuildArch:	noarch

%description
Get a country and city information from ip address via www.hostip.info API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Of course network test don't work on cluster...
# %%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/WWW
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-3
+ Revision: 8ee86af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5846 |14cr|perl-WWW-Mechanize-Cached-1.430.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       WWW-Mechanize-Cached
%define upstream_version 1.43

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Cache response to be polite

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/WWW-Mechanize-Cached-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::Cache)
BuildRequires:	perl(Data::Dump)
BuildRequires:	perl(Devel::SimpleTrace)
BuildRequires:	perl(Find::Lib)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::Perl::Critic)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(WWW::Mechanize)

BuildArch:	noarch

%description
Uses the Cache::Cache hierarchy to implement a caching Mech. This
lets one perform repeated requests without hammering a server
impolitely.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/WWW/Mechanize/Cached.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.430.0-3
+ Revision: 8d9eca0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5847 |14cr|perl-WWW-Mechanize-CGI-0.300.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Mechanize-CGI
%define upstream_version 0.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Use WWW::Mechanize with CGI applications

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(HTTP::Request::AsCGI)
BuildRequires:	perl(IO::Pipe)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(WWW::Mechanize)

BuildArch:	noarch
Requires:	perl(Class::Accessor::Fast)

%description
Provides a convenient way of using CGI applications with the WWW::Mechanize, 
without setting a webrowser.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/WWW


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-4
+ Revision: e6ac83e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5848 |14cr|perl-WWW-Mechanize-FormFiller-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Mechanize-FormFiller
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	WWW::Mechanize::FormFiller - framework to automate HTML forms

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/WWW/WWW-Mechanize-FormFiller-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-libwww-perl
BuildRequires:	perl(Data::Random)
BuildRequires:	perl(HTML::Form)
BuildRequires:	perl(HTML::TokeParser)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Test::Inline)
BuildArch:	noarch

%description
WWW::Mechanize::FormFiller and its submodules are useful to automate
web forms. The FormFiller object is filled with a set of rules how to
fill out HTML form field and then let loose on a HTML form. It fills
in the fields according to the preset rules.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# pod2test is gone in perl-Test-Inline
perl -pi -e "s|pod2test|/bin/true|g" Makefile.PL

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%dir %{perl_vendorlib}/WWW/Mechanize/FormFiller
%dir %{perl_vendorlib}/WWW/Mechanize/FormFiller/Value
%dir %{perl_vendorlib}/WWW/Mechanize/FormFiller/Value/Random
%{perl_vendorlib}/WWW/Mechanize/FormFiller.pm
%{perl_vendorlib}/WWW/Mechanize/FormFiller/*.pm
%{perl_vendorlib}/WWW/Mechanize/FormFiller/Value/*.pm
%{perl_vendorlib}/WWW/Mechanize/FormFiller/Value/Random/*.pm
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
+ Revision: 7ce41d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5849 |14cr|perl-WWW-Mechanize-GZip-0.120.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Mechanize-GZip
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Tries to fetch webpages with gzip-compression

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(WWW::Mechanize)
BuildArch:	noarch

%description
The the WWW::Mechanize::GZip manpage module tries to fetch a URL by
requesting gzip-compression from the webserver.

If the response contains a header with 'Content-Encoding: gzip', it
decompresses the response in order to get the original (uncompressed)
content.

This module will help to reduce bandwith fetching webpages, if supported by
the webeserver. If the webserver does not support gzip-compression, no
decompression will be made.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/WWW/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-4
+ Revision: 2d4e5f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5850 |14cr|perl-WWW-Mechanize-Shell-0.530.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Mechanize-Shell
%define upstream_version 0.53

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	An interactive shell for WWW::Mechanize

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/WWW-Mechanize-Shell-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Modified)
BuildRequires:	perl(Hook::LexWrap)
BuildRequires:	perl(HTML::TokeParser::Simple)
BuildRequires:	perl(Pod::Constants)
BuildRequires:	perl(Term::Shell)
BuildRequires:	perl(Test::Inline)
BuildRequires:	perl(Test::Without::Module)
BuildRequires:	perl(WWW::Mechanize::FormFiller)
BuildArch:	noarch

%description
This module implements a www-like shell above WWW::Mechanize
and also has the capability to output crude Perl code that recreates
the recorded session. Its main use is as an interactive starting point
for automating a session through WWW::Mechanize.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# pod2test is gone in perl-Test-Inline
perl -pi -e "s|pod2test|/bin/true|g" Makefile.PL

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# make test don't work...
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/WWW/Mechanize/Shell.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.530.0-3
+ Revision: fee2c32
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5851 |14cr|perl-WWW-Mechanize-Sleepy-0.700.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Mechanize-Sleepy
%define upstream_version 0.7

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	WWW::Mechanize::Sleepy - A Sleepy Mechanize Agent

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Sometimes when testing the behavior of a webserver it is important
to be able to space out your requests in order to simulate a
person reading, thinking (or sleeping) at the keyboard.

WWW::Mechanize::Sleepy subclasses WWW::Mechanize to provide pauses
between your server requests. Use it just like you would use
WWW::Mechanize.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# make test don't work...
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/WWW/Mechanize/Sleepy.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.700.0-4
+ Revision: dd37e4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5852 |14cr|perl-WWW-Mechanize-Timed-0.440.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Mechanize-Timed
%define upstream_version 0.44

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	WWW::Mechanize::Timed - Time Mechanize requests

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/WWW//%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(LWPx::TimedHTTP)
BuildRequires:	perl(WWW::Mechanize)
BuildArch:	noarch

%description
This module is a subclass of WWW::Mechanize that times each stage
of the HTTP request. These can then be used in monitoring systems.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{perl_vendorlib}/WWW/Mechanize/Timed.pm
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.440.0-4
+ Revision: 5d29684
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5853 |14cr|perl-WWW-Mechanize-TreeBuilder-1.100.30-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Mechanize-TreeBuilder
%define upstream_version 1.10003

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Combine WWW::Mechanize and HTML::TreeBuilder
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::TreeBuilder)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::WWW::Mechanize)

BuildArch:	noarch
Requires:	perl(HTML::TreeBuilder)

%description
This module combines the WWW::Mechanize manpage and the HTML::TreeBuilder
manpage. Why? Because I've seen too much code like the following:

 like($mech->content, qr{<p>some text</p>}, "Found the right tag");

Which is just all flavours of wrong - its akin to processing XML with
regexps.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.100.30-4
+ Revision: 68b3368
- Disable tests for now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5854 |14cr|perl-WWW-Mediawiki-Client-0.310.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Mediawiki-Client
%define upstream_version 0.31

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Simple cvs-like interface for Mediawiki driven WikiWiki websites

License:	Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-libwww-perl
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(HTML::TokeParser)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(VCS::Lite)
BuildRequires:	perl(XML::LibXML)
BuildArch:	noarch

%description
WWW::Mediawiki::Client provides a very simple cvs-like interface for
Mediawiki driven WikiWiki websites, such as http://www.wikitravel.org or
http://www.wikipedia.org.  The interface mimics the two most basic cvs
commands: update and commit with similarly named methods.  Each of these has a
shorter alias, as in cvs.  Verbosity is controled through an output_level
accessor method.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make 

%check
make test

%install
%makeinstall_std

%files 
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/WWW



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.310.0-4
+ Revision: c6cacff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5855 |14cr|perl-WWW-Pastebin-Bot-Pastebot-Create-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Pastebin-Bot-Pastebot-Create
%define upstream_version 0.002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Create pastes on sites powered by Bot::Pastebot

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/WWW-Pastebin-Bot-Pastebot-Create-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Class::Data::Accessor)
BuildRequires:	perl(Devel::TakeHashArgs)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildRequires:	perl(Module::Build::Compat)

BuildArch:	noarch

%description
The module provides interface to paste into pastebin sites powered by the
Bot::Pastebot manpage

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-3
+ Revision: 4038f77
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5856 |14cr|perl-WWW-Pastebin-PastebinCa-Create-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   WWW-Pastebin-PastebinCa-Create

Name:		perl-%{realname}
Version:	%perl_convert_version 0.004
Release:	3
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Create new pastes on http://pastebin.ca/ from Perl

Source:		http://www.cpan.org/modules/by-module/WWW/WWW-Pastebin-PastebinCa-Create-0.004.tar.gz
Url:		http://search.cpan.org/dist/%{realname}

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Class::Data::Accessor)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildRequires:	perl(WWW::Mechanize)
BuildRequires:	perl(overload)
BuildRequires:	perl(Module::Build::Compat)
# reported missing by pterjan:
Requires:	perl(Class::Data::Accessor)

BuildArch:	noarch

%description
The module provides means of pasting large texts into the
http://pastebin.ca/ manpage pastebin site.

%prep
%setup -qn WWW-Pastebin-PastebinCa-Create-0.004

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-3
+ Revision: f80570d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5857 |14cr|perl-WWW-Pastebin-PastebinCom-Create-1.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Pastebin-PastebinCom-Create
%define upstream_version 1.003

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Paste to http://pastebin.com from Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/WWW-Pastebin-PastebinCom-Create-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(strictures)
BuildRequires: perl(WWW::Mechanize)
BuildRequires: perl(Moo)
BuildRequires:	perl(Carp)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(URI)
BuildRequires:	perl(overload)

BuildArch:	noarch

%description
The module provides means of pasting large texts into the
http://pastebin.com manpage pastebin site.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/WWW



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-3
+ Revision: c9630de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5858 |14cr|perl-WWW-Pastebin-RafbNet-Create-0.001-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define realname   WWW-Pastebin-RafbNet-Create

Name:       perl-%{realname}
Version:    0.001
Release:    6
License:    GPL or Artistic
Group:      Development/Perl
Summary:    Create new pastes on http://rafb.net/
Source:     http://www.cpan.org/modules/by-module/WWW/%{realname}-%{version}.tar.gz
Patch0:     WWW-Pastebin-RafbNet-Create-0.001-qw-parenthesis.patch
Url:        http://search.cpan.org/dist/%{realname}
BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Class::Data::Accessor)
BuildRequires: perl(JSON::PP)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Test::More)
BuildRequires: perl(URI)
BuildRequires: perl(overload)
BuildRequires: perl(Module::Build::Compat)

BuildArch: noarch

%description

The module provides means to create new pastes on the http://rafb.net/
manpage paste site.

The the WWW::Rafb manpage module offers a similiar functionality. However,
it does not pass the test suite, and the author does not seem to care (last
update was close to a year ago). As well, the module seems to have a bit of
an "uncomfortable" interface, including not being able to paste text from a
scalar easily.

%prep
%setup -q -n %{realname}-%{version} 
%patch0 -p1 -b .qw-parenthesis

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.001-6
+ Revision: 23d00c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5859 |14cr|perl-WWW-Search-2.513.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Search
%define upstream_version 2.513

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Virtual base class for WWW searches

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/WWW-Search-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(HTTP::Cookies)
BuildRequires:	perl(Bit::Vector)
BuildRequires:	perl(CGI)
BuildRequires:	perl(Date::Manip)
BuildRequires:	perl(HTML::Tree)
BuildRequires:	perl(IO::Capture) >= 0.05
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::File)
BuildRequires:	perl(Test::Inline) >= 0.16

BuildArch:	noarch

%description
This class is the parent for all access methods supported by the WWW::Search
library. This library implements a Perl API to web-based search engines.

See README for a list of search engines currently supported, and for a lot of
interesting high-level information about this distribution.

Search results can be limited, and there is a pause between each request to
avoid overloading either the client or the server.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
for file in `find lib -type f` Changes README; do
    chmod 644 $file
done
perl -pi -e 's|/usr/local/bin/perl|/usr/bin/perl|' lib/WWW/Search/*.pm

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
export PATH=$PATH:%{buildroot}%{_bindir}
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/*
%{perl_vendorlib}/WWW
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.513.0-3
+ Revision: c1abf90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5860 |14cr|perl-WWW-Search-AlltheWeb-1.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name WWW-Search-AlltheWeb

Summary:	WWW::Search::AlltheWeb - class for searching AlltheWeb

Name:		perl-%{real_name}
Version:	1.5
Release:	10
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/WWW//%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:	perl(WWW::Search)
BuildArch:	noarch

%description
AlltheWeb is a class specialization of WWW::Search. It handles
making and interpreting AlltheWeb searches. This is one of the
fastest and largest search engines around.

http://www.alltheweb.com

This class exports no public interface; all interaction should
be done through WWW::Search objects. See SYNOPSIS.

%prep
%setup -q -n %{real_name}-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/WWW/Search/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-10
+ Revision: 2612bae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5861 |14cr|perl-WWW-Search-Google-0.230.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Search-Google
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Search Google via SOAP

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Net::Google)
BuildRequires:	perl(WWW::Search)
BuildArch:	noarch

%description
This class is a Google specialization of WWW::Search. It handles
searching Google http://www.google.com/ using its new SOAP API
http://www.google.com/apis/.

All interaction should be done through WWW::Search objects.

Note that you must register for a Google Web API account and have a
valid Google API license key before using this module.

This module reports errors via croak().

This module uses Net::Google to do all the dirty work.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{perl_vendorlib}/WWW
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.230.0-4
+ Revision: f178d58
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5862 |14cr|perl-WWW-Search-Lycos-2.224.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name WWW-Search-Lycos
%define upstream_version 2.224

Summary:	WWW::Search::Lycos - class for searching www.lycos.com

Name:		perl-%{real_name}
Version:	%perl_convert_version 2.224
Release: 3
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/WWW/WWW-Search-Lycos-2.224.tar.gz
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This class is a Lycos specialization of WWW::Search.  It handles
making and interpreting Lycos-site searches http://www.lycos.com.

This class exports no public interface; all interaction should
be done through WWW::Search objects.

%prep
%setup -q -n %{real_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

# make test don't work...
#make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{perl_vendorlib}/WWW/Search/Lycos.pm
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.224.0-3
+ Revision: d4d203f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5863 |14cr|perl-WWW-Search-Yahoo-2.415-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	WWW-Search-Yahoo

Name:		perl-%{module}
Version:	2.415
Release:	4
License:	GPL or Artistic
Summary:	Backend for searching www.yahoo.com

Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/WWW/%{module}-%{version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(I18N::Charset)
BuildArch:	noarch

%description
This class is a Yahoo specialization of WWW::Search. It handles
making and interpreting Yahoo searches http://www.yahoo.com.

This class exports no public interface; all interaction should
be done through WWW::Search objects.

%prep
%setup -q -n %{module}-%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# china is not responding and the tests take forever to finish...
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/WWW
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.415-4
+ Revision: 2bd83bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5864 |14cr|perl-WWW-Shorten-3.50.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Shorten
%define upstream_version 3.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Perl interface to makeashorterlink.com


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Config::Auto)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(LWP) >= 5.750.0
BuildRequires:	perl(LWP::UserAgent) >= 2.23.0
BuildRequires:	perl(Module::Build) >= 0.380.0
BuildRequires:	perl(Test::More) >= 0.470.0
BuildRequires:	perl(URI) >= 1.270.0
BuildArch:	noarch

%description
The function 'makeashorterlink' will call the relevant web site passing it
your long URL and will return the shorter version.

The function 'makealongerlink' does the reverse. 'makealongerlink' will
accept as an argument either the full shortened URL or just the identifier.

If anything goes wrong, then either function will return 'undef'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Don't run tests that depend on network
make test TEST_FILES="t/0*.t t/9*.t"

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/shorten
%{_mandir}/man1/shorten.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.50.0-2
+ Revision: 8a06e4c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5865 |14cr|perl-WWW-Shorten-Simple-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Shorten-Simple
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Factory wrapper around WWW::Shorten to avoid imports

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(LWP)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
WWW::Shorten::Simple is a wrapper (factory) around WWW::Shorten
so that you can create an object representing each URL shortening
service, instead of importing makeashorterlink function into your 
namespace.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-4
+ Revision: 288d1a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5866 |14cr|perl-WWW-Wikipedia-2.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Wikipedia
%define upstream_version 2.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Automated interface to the Wikipedia

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/WWW-Wikipedia-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-libwww-perl
BuildRequires:	perl(CGI)
BuildRequires:	perl(Text::Autoformat)
BuildArch:	noarch

%description
WWW::Wikipedia provides an automated interface to the Wikipedia 
http://www.wikipedia.org, which is a free, collaborative, online 
encyclopedia. This module allows you to search for a topic and return the 
resulting entry. It also gives you access to related topics which are also 
available via the Wikipedia for that entry.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/WWW


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.0-3
+ Revision: dd47f13
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5867 |14cr|perl-Wx-0.992.300-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Wx
%define upstream_version 0.9923

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Interface to the wxWidgets GUI toolkit


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz
Source1:	%{name}.rpmlintrc

BuildRequires:	perl(Alien::wxWidgets)
BuildRequires:	perl(ExtUtils::ParseXS) >= 2.220.600
BuildRequires:	perl(ExtUtils::XSpp)
BuildRequires:	wxgtku2.8-devel
BuildRequires:	perl-devel

# Olivier Thauvin
# https://qa.mandriva.com/show_bug.cgi?id=43053
# This hudge list come from all XS
# find req/prov are unable at time to list XS package :\
Provides:	perl(Wx::AcceleratorEntry)
Provides:	perl(Wx::AcceleratorTable)
Provides:	perl(Wx::ActivateEvent)
Provides:	perl(Wx::ANIHandler)
Provides:	perl(Wx::App)
Provides:	perl(Wx::_App)
Provides:	perl(Wx::ArchiveFSHandler)
Provides:	perl(Wx::AUI)
Provides:	perl(Wx::BestHelpController)
Provides:	perl(Wx::Bitmap)
Provides:	perl(Wx::BitmapButton)
Provides:	perl(Wx::BitmapDataObject)
Provides:	perl(Wx::BitmapToggleButton)
Provides:	perl(Wx::BMPHandler)
Provides:	perl(Wx::BoxSizer)
Provides:	perl(Wx::Brush)
Provides:	perl(Wx::BusyCursor)
Provides:	perl(Wx::BusyInfo)
Provides:	perl(Wx::Button)
Provides:	perl(Wx::Caret)
Provides:	perl(Wx::CaretSuspend)
Provides:	perl(Wx::CheckBox)
Provides:	perl(Wx::CheckListBox)
Provides:	perl(Wx::ChildFocusEvent)
Provides:	perl(Wx::CHMHelpController)
Provides:	perl(Wx::Choice)
Provides:	perl(Wx::ClassInfo)
Provides:	perl(Wx::ClientDC)
Provides:	perl(Wx::Clipboard)
Provides:	perl(Wx::ClipboardTextEvent)
Provides:	perl(Wx::CloseEvent)
Provides:	perl(Wx::Colour)
Provides:	perl(Wx::ColourData)
Provides:	perl(Wx::ColourDatabase)
Provides:	perl(Wx::ColourDialog)
Provides:	perl(Wx::ComboBox)
Provides:	perl(Wx::CommandEvent)
Provides:	perl(Wx::ConfigBase)
Provides:	perl(Wx::ContextHelp)
Provides:	perl(Wx::ContextHelpButton)
Provides:	perl(Wx::ContextMenuEvent)
Provides:	perl(Wx::Control)
Provides:	perl(Wx::CURHandler)
Provides:	perl(Wx::Cursor)
Provides:	perl(Wx::DataFormat)
Provides:	perl(Wx::DataObject)
Provides:	perl(Wx::DataObjectComposite)
Provides:	perl(Wx::DataObjectSimple)
Provides:	perl(Wx::DataView)
Provides:	perl(Wx::DC)
Provides:	perl(Wx::Dialog)
Provides:	perl(Wx::DirDialog)
Provides:	perl(Wx::DocChildFrame)
Provides:	perl(Wx::DocManager)
Provides:	perl(Wx::DocMDIChildFrame)
Provides:	perl(Wx::DocMDIParentFrame)
Provides:	perl(Wx::DocParentFrame)
Provides:	perl(Wx::DocTemplate)
Provides:	perl(Wx::Document)
Provides:	perl(Wx::DropFilesEvent)
Provides:	perl(Wx::DropSource)
Provides:	perl(Wx::DropTarget)
Provides:	perl(Wx::EraseEvent)
Provides:	perl(Wx::Event)
Provides:	perl(Wx::EvtHandler)
Provides:	perl(Wx::FileConfig)
Provides:	perl(Wx::FileDataObject)
Provides:	perl(Wx::FileDialog)
Provides:	perl(Wx::FileDropTarget)
Provides:	perl(Wx::FileHistory)
Provides:	perl(Wx::FileSystem)
Provides:	perl(Wx::FileSystemHandler)
Provides:	perl(Wx::FindDialogEvent)
Provides:	perl(Wx::FindReplaceData)
Provides:	perl(Wx::FindReplaceDialog)
Provides:	perl(Wx::FlexGridSizer)
Provides:	perl(Wx::FocusEvent)
Provides:	perl(Wx::Font)
Provides:	perl(Wx::FontData)
Provides:	perl(Wx::FontDialog)
Provides:	perl(Wx::FontEnumerator)
Provides:	perl(Wx::FontMapper)
Provides:	perl(Wx::Frame)
Provides:	perl(Wx::FSFile)
Provides:	perl(Wx::Gauge)
Provides:	perl(Wx::GIFHandler)
Provides:	perl(Wx::GraphicsBrush)
Provides:	perl(Wx::GraphicsContext)
Provides:	perl(Wx::GraphicsFont)
Provides:	perl(Wx::GraphicsMatrix)
Provides:	perl(Wx::GraphicsObject)
Provides:	perl(Wx::GraphicsPath)
Provides:	perl(Wx::GraphicsPen)
Provides:	perl(Wx::Grid)
Provides:	perl(Wx::GridCellAttr)
Provides:	perl(Wx::GridCellAutoWrapStringEditor)
Provides:	perl(Wx::GridCellAutoWrapStringRenderer)
Provides:	perl(Wx::GridCellBoolEditor)
Provides:	perl(Wx::GridCellBoolRenderer)
Provides:	perl(Wx::GridCellChoiceEditor)
Provides:	perl(Wx::GridCellCoords)
Provides:	perl(Wx::GridCellDateTimeRenderer)
Provides:	perl(Wx::GridCellEditor)
Provides:	perl(Wx::GridCellEnumEditor)
Provides:	perl(Wx::GridCellEnumRenderer)
Provides:	perl(Wx::GridCellFloatEditor)
Provides:	perl(Wx::GridCellFloatRenderer)
Provides:	perl(Wx::GridCellNumberEditor)
Provides:	perl(Wx::GridCellNumberRenderer)
Provides:	perl(Wx::GridCellRenderer)
Provides:	perl(Wx::GridCellStringRenderer)
Provides:	perl(Wx::GridCellTextEditor)
Provides:	perl(Wx::GridEditorCreatedEvent)
Provides:	perl(Wx::GridEvent)
Provides:	perl(Wx::GridRangeSelectEvent)
Provides:	perl(Wx::GridSizeEvent)
Provides:	perl(Wx::GridSizer)
Provides:	perl(Wx::GridUpdateLocker)
Provides:	perl(Wx::HeaderCtrlSimple)
Provides:	perl(Wx::HelpControllerBase)
Provides:	perl(Wx::HelpControllerHelpProvider)
Provides:	perl(Wx::HelpEvent)
Provides:	perl(Wx::HelpProvider)
Provides:	perl(Wx::HtmlDCRenderer)
Provides:	perl(Wx::HtmlEasyPrinting)
Provides:	perl(Wx::HtmlHelpController)
Provides:	perl(Wx::HtmlLinkInfo)
Provides:	perl(Wx::HtmlWindow)
Provides:	perl(Wx::ICOHandler)
Provides:	perl(Wx::Icon)
Provides:	perl(Wx::IconizeEvent)
Provides:	perl(Wx::IdleEvent)
Provides:	perl(Wx::IFFHandler)
Provides:	perl(Wx::Image)
Provides:	perl(Wx::ImageHandler)
Provides:	perl(Wx::ImageList)
Provides:	perl(Wx::IndividualLayoutConstraint)
Provides:	perl(Wx::InfoBar)
Provides:	perl(Wx::InitDialogEvent)
Provides:	perl(Wx::InputStream)
Provides:	perl(Wx::InternetFSHandler)
Provides:	perl(Wx::JoystickEvent)
Provides:	perl(Wx::JPEGHandler)
Provides:	perl(Wx::KeyEvent)
Provides:	perl(Wx::LanguageInfo)
Provides:	perl(Wx::LayoutConstraints)
Provides:	perl(Wx::ListBox)
Provides:	perl(Wx::ListCtrl)
Provides:	perl(Wx::ListEvent)
Provides:	perl(Wx::ListItem)
Provides:	perl(Wx::ListItemAttr)
Provides:	perl(Wx::ListView)
Provides:	perl(Wx::Locale)
Provides:	perl(Wx::Log)
Provides:	perl(Wx::LogChain)
Provides:	perl(Wx::LogGui)
Provides:	perl(Wx::LogNull)
Provides:	perl(Wx::LogPassThrough)
Provides:	perl(Wx::LogStderr)
Provides:	perl(Wx::LogTextCtrl)
Provides:	perl(Wx::LogWindow)
Provides:	perl(Wx::Mask)
Provides:	perl(Wx::MaximizeEvent)
Provides:	perl(Wx::MDIChildFrame)
Provides:	perl(Wx::MDIParentFrame)
Provides:	perl(Wx::Media)
Provides:	perl(Wx::MemoryDC)
Provides:	perl(Wx::MemoryFSHandler)
Provides:	perl(Wx::Menu)
Provides:	perl(Wx::MenuBar)
Provides:	perl(Wx::MenuEvent)
Provides:	perl(Wx::MenuItem)
Provides:	perl(Wx::MiniFrame)
Provides:	perl(Wx::MouseCaptureChangedEvent)
Provides:	perl(Wx::MouseCaptureLostEvent)
Provides:	perl(Wx::MouseEvent)
Provides:	perl(Wx::MoveEvent)
Provides:	perl(Wx::MultiChoiceDialog)
Provides:	perl(Wx::NativeFontInfo)
Provides:	perl(Wx::NavigationKeyEvent)
Provides:	perl(Wx::Notebook)
Provides:	perl(Wx::NotebookEvent)
Provides:	perl(Wx::NotebookSizer)
Provides:	perl(Wx::NotifyEvent)
Provides:	perl(Wx::NumberEntryDialog)
Provides:	perl(Wx::OutputStream)
Provides:	perl(Wx::PageSetupDialog)
Provides:	perl(Wx::PageSetupDialogData)
Provides:	perl(Wx::PaintDC)
Provides:	perl(Wx::PaintEvent)
Provides:	perl(Wx::Palette)
Provides:	perl(Wx::Panel)
Provides:	perl(Wx::PasswordEntryDialog)
Provides:	perl(Wx::PCXHandler)
Provides:	perl(Wx::Pen)
Provides:	perl(Wx::PlComboPopup)
Provides:	perl(Wx::PlCommandEvent)
Provides:	perl(Wx::PlDataObjectSimple)
Provides:	perl(Wx::PlEvent)
Provides:	perl(Wx::PlFileSystemHandler)
Provides:	perl(Wx::PlGridCellEditor)
Provides:	perl(Wx::PlGridCellRenderer)
Provides:	perl(Wx::PlHeaderCtrl)
Provides:	perl(Wx::PlHeaderCtrlSimple)
Provides:	perl(Wx::PlHVScrolledWindow)
Provides:	perl(Wx::PlLog)
Provides:	perl(Wx::PlLogPassThrough)
Provides:	perl(Wx::PlPopupTransientWindow)
Provides:	perl(Wx::PlSizer)
Provides:	perl(Wx::PlThreadEvent)
Provides:	perl(Wx::PlTreeListItemComparator)
Provides:	perl(Wx::PlValidator)
Provides:	perl(Wx::PlVListBox)
Provides:	perl(Wx::PlVScrolledWindow)
Provides:	perl(Wx::PNGHandler)
Provides:	perl(Wx::PNMHandler)
Provides:	perl(Wx::Point)
Provides:	perl(Wx::PopupWindow)
Provides:	perl(Wx::Position)
Provides:	perl(Wx::PreviewCanvas)
Provides:	perl(Wx::PrintData)
Provides:	perl(Wx::PrintDialog)
Provides:	perl(Wx::PrintDialogData)
Provides:	perl(Wx::Printer)
Provides:	perl(Wx::PrinterDC)
Provides:	perl(Wx::Printout)
Provides:	perl(Wx::PrintPreview)
Provides:	perl(Wx::Process)
Provides:	perl(Wx::ProcessEvent)
Provides:	perl(Wx::ProgressDialog)
Provides:	perl(Wx::PropertyGrid)
Provides:	perl(Wx::RadioBox)
Provides:	perl(Wx::RadioButton)
Provides:	perl(Wx::RearrangeCtrl)
Provides:	perl(Wx::Rect)
Provides:	perl(Wx::RegConfig)
Provides:	perl(Wx::Region)
Provides:	perl(Wx::Ribbon)
Provides:	perl(Wx::RibbonBar)
Provides:	perl(Wx::RichText)
Provides:	perl(Wx::SashEvent)
Provides:	perl(Wx::SashWindow)
Provides:	perl(Wx::ScreenDC)
Provides:	perl(Wx::ScrollBar)
Provides:	perl(Wx::ScrolledWindow)
Provides:	perl(Wx::ScrollEvent)
Provides:	perl(Wx::ScrollWinEvent)
Provides:	perl(Wx::SetCursorEvent)
Provides:	perl(Wx::SimpleHelpProvider)
Provides:	perl(Wx::SingleChoiceDialog)
Provides:	perl(Wx::SingleInstanceChecker)
Provides:	perl(Wx::Size)
Provides:	perl(Wx::SizeEvent)
Provides:	perl(Wx::Sizer)
Provides:	perl(Wx::SizerItem)
Provides:	perl(Wx::Slider)
Provides:	perl(Wx::SocketBase)
Provides:	perl(Wx::SocketClient)
Provides:	perl(Wx::SocketEvent)
Provides:	perl(Wx::SocketServer)
Provides:	perl(Wx::SpinButton)
Provides:	perl(Wx::SpinCtrl)
Provides:	perl(Wx::SpinEvent)
Provides:	perl(Wx::SplashScreen)
Provides:	perl(Wx::SplitterWindow)
Provides:	perl(Wx::StaticBitmap)
Provides:	perl(Wx::StaticBox)
Provides:	perl(Wx::StaticBoxSizer)
Provides:	perl(Wx::StaticLine)
Provides:	perl(Wx::StaticText)
Provides:	perl(Wx::StatusBar)
Provides:	perl(Wx::StopWatch)
Provides:	perl(Wx::Stream)
Provides:	perl(Wx::SysColourChangedEvent)
Provides:	perl(Wx::SystemOptions)
Provides:	perl(Wx::SystemSettings)
Provides:	perl(Wx::TaskBarIcon)
Provides:	perl(Wx::TaskBarIconEvent)
Provides:	perl(Wx::TextDataObject)
Provides:	perl(Wx::TextDropTarget)
Provides:	perl(Wx::TextEntryDialog)
Provides:	perl(Wx::TGAHandler)
Provides:	perl(Wx::Thread)
Provides:	perl(Wx::TIFFHandler)
Provides:	perl(Wx::Timer)
Provides:	perl(Wx::TimerEvent)
Provides:	perl(Wx::TipProvider)
Provides:	perl(Wx::ToggleButton)
Provides:	perl(Wx::ToolBar)
Provides:	perl(Wx::ToolBarBase)
Provides:	perl(Wx::ToolBarToolBase)
Provides:	perl(Wx::ToolTip)
Provides:	perl(Wx::TreeCtrl)
Provides:	perl(Wx::TreeEvent)
Provides:	perl(Wx::TreeItemData)
Provides:	perl(Wx::TreeItemId)
Provides:	perl(Wx::TreeListCtrl)
Provides:	perl(Wx::UpdateUIEvent)
Provides:	perl(Wx::URLDataObject)
Provides:	perl(Wx::Validator)
Provides:	perl(Wx::View)
Provides:	perl(Wx::Wave)
Provides:	perl(Wx::WebView)
Provides:	perl(Wx::Window)
Provides:	perl(Wx::WindowCreateEvent)
Provides:	perl(Wx::WindowDC)
Provides:	perl(Wx::WindowDestroyEvent)
Provides:	perl(Wx::WindowDisabler)
Provides:	perl(Wx::WinHelpController)
Provides:	perl(Wx::Wizard)
Provides:	perl(Wx::WizardEvent)
Provides:	perl(Wx::WizardPage)
Provides:	perl(Wx::WizardPageSimple)
Provides:	perl(Wx::XmlResource)
Provides:	perl(Wx::XPMHandler)
Provides:	perl(Wx::ZipFSHandler)

%description
The Wx module is a wrapper for the wxWidgets (formerly known as wxWindows)
GUI toolkit.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%files
%doc Changes README.txt
%{perl_vendorarch}/Wx.pm
%{perl_vendorarch}/Wx
%{perl_vendorarch}/auto/Wx
%{_mandir}/*/*
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.992.300-2
+ Revision: 64345a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5868 |14cr|perl-Wx-Demo-0.220.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Wx-Demo
%define upstream_version 0.22
%define __noautoreq 'perl\\(Wx::PlHeaderColumn\\)|perl\\(Wx::PlHeaderCtrl\\)|perl\\(Wx::Demo.*'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	The wxPerl demo


Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Wx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::chdir)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(UNIVERSAL::require)
BuildRequires:	perl(Wx)
BuildArch:	noarch

%description
wxPerl demo, with lots of snippets using various wxwidgets features.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes
%{_bindir}/wxperl_demo.pl
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.220.0-2
+ Revision: 5cfb9b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5869 |14cr|perl-Wx-Perl-DataWalker-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Wx-Perl-DataWalker
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl extension for blah blah blah

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Wx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::XSAccessor)
BuildRequires:	perl(Devel::Size)
BuildRequires:	perl(Wx)
BuildRequires:	perl(YAML::XS)
BuildArch:	noarch

%description
'Wx::Perl::DataWalker' implements a 'Wx::Frame' subclass that shows a
relatively simple Perl data structure browser. After opening such a frame
and supplying it with a reference to an essentially arbitrary data
structure, you can visually browse it by double-clicking references.

So far, there is no tree view but only a display of the current level of
the data structure. You can traverse back up the structure with a _back_
button.

Optionally, 'Wx::Perl::DataWalker' displays the (approximate!) size of the
data structure using 'Devel::Size'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# requires GTK display
#make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: 5acd1ff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5870 |14cr|perl-Wx-Perl-Dialog-0.04-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   Wx-Perl-Dialog

Name:		perl-%{realname}
Version:	0.04
Release:	4
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Abstract dialog class for simple dialog creation

Source:		http://www.cpan.org/modules/by-module/Wx/%{realname}-%{version}.tar.gz
Url:		http://search.cpan.org/dist/%{realname}

BuildRequires:	perl-devel
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Wx)
BuildRequires:	perl(Wx::Event)
BuildRequires:	perl(Wx::STC)

BuildArch:	noarch

%description
Abstract dialog class for simple dialog creation.

%prep
%setup -q -n %{realname}-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
# requires GTK display
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.04-4
+ Revision: 6876180
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5871 |14cr|perl-Wx-Perl-ProcessStream-0.320.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Wx-Perl-ProcessStream
%define upstream_version 0.32

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.32
Release:	3

Summary:	Use std handles of process via wx events

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Wx/Wx-Perl-ProcessStream-0.32.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(Wx)

BuildArch:	noarch

%description
This module provides the STDOUT, STDERR and exit codes of asynchronously
running processes via events. It may be used for long running or blocking
processes that provide periodic updates on state via STDOUT. Simple IPC is
possible via STDIN.

Do not use this module simply to collect the output of another process. For
that, it is much simpler to do:

my ($status,$output) = Wx::ExecuteStdout('perl -e"print qq($_\n) for(@INC);"');

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Do not make test because they need gtk display
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.320.0-3
+ Revision: a876661
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5872 |14cr|perl-Wx-Scintilla-0.390.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Wx-Scintilla
%define upstream_version 0.39

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A list of Wx::Scintilla constants

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Wx/Wx-Scintilla-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Alien::wxWidgets)
BuildRequires:	perl(ExtUtils::XSpp) >= 0.160.200
BuildRequires:	perl(Module::Build) >= 0.360.0
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Wx)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	wxgtku2.8-devel
%description
While we already have a good scintilla editor component support via
Wx::StyledTextCtrl in Perl, we already suffer from an older scintilla
package and thus lagging Perl support in the popular Wx Scintilla
component. wxWidgets the http://wxwidgets.org manpage has a *very slow*
release timeline. Scintilla is a contributed project which means it will
not be the latest by the time a new wxWidgets distribution is released. And
on the scintilla front, the Perl 5 lexer is not 100% bug free even and we
do not have any kind of Perl 6 support in Scintilla.

The ambitious goal of this project is to provide fresh Perl 5 and maybe 6
support in the Wx manpage while preserving compatibility with
Wx::StyledTextCtrl and continually contribute it back to Scintilla project.

Note: You cannot load Wx::STC and Wx::Scintilla in the same application.
They are mutually exclusive. The wxSTC_... events are handled by one
library or the other.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

#check
# requires display
#./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.json META.yml MYMETA.yml README XS
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.390.0-3
+ Revision: beb656b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5873 |14cr|perl-X11-GUITest-0.280.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name X11-GUITest
%define upstream_version 0.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Provides GUI testing/interaction facilities


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/X11/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	pkgconfig(xextproto)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xi)

%description
This Perl package is intended to facilitate the testing of GUI applications
by means of user emulation. It can be used to test/interact with GUI
applications; which have been built upon the X library or toolkits (i.e.,
GTK+, Xt, Qt, Motif, etc.) that "wrap" the X library's functionality.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
if [ x${DISPLAY} != 'x' ]; then 
    make test
else
    exit 0
fi

%install
%makeinstall_std

%files
%doc docs/*
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.280.0-3
+ Revision: 1fc804b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5874 |14cr|perl-X11-Protocol-0.560.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    X11-Protocol
%define upstream_version 0.56

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl module for the X Window System Protocol

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/X11/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a module for the X Window System Protocol.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS="vendor" 
%make

%check
# test needs a running X server

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/X11



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.560.0-4
+ Revision: c4ef506
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5875 |14cr|perl-X500-DN-0.290.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       X500-DN
%define upstream_version    0.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	Parser and formatter for RFC 2253 style DN strings

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz
Patch:		X500-DN-0.29-fix-parse-recdescent-version-check.patch

BuildRequires:	perl-devel
BuildRequires:	perl-Parse-RecDescent
BuildArch:	noarch

%description
This module provides a pure perl parser and formatter for RFC 2253
style DN strings.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
%patch -p 1

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

# cleanup
rm -f %{buildroot}%{perl_vendorlib}/X500/*.pod

%files
%doc Changes README
%{perl_vendorlib}/X500
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.290.0-5
+ Revision: 9f96ba5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5876 |14cr|perl-XML-Atom-0.410.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Atom
%define upstream_version 0.41

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl Module for Processing Atom Feeds

License:	GPLv1+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/XML/XML-Atom-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(URI)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(XML::LibXML)
BuildRequires:	perl(XML::XPath)
BuildRequires:	perl(LWP)
BuildRequires:	perl(LWP::Authen::Wsse)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(HTML::Parser)

BuildArch:	noarch
Requires:	perl(XML::LibXML)

%description
Perl Module for processing Atoms feed and that provides access to the Atom
API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
SKIP_SAX_INSTALL=1 CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.410.0-3
+ Revision: 02968f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5877 |14cr|perl-XML-Atom-SimpleFeed-0.860.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Atom-SimpleFeed
%define upstream_version 0.86

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	No-fuss generation of Atom syndication feeds

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module provides a minimal API for generating Atom syndication feeds
quickly and easily. It supports all aspects of the Atom format, but has no
provisions for generating feeds with extension elements.

You can supply strings for most things, and the module will provide useful
defaults. When you want more control, you can provide data structures, as
documented, to specify more particulars.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/XML/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.860.0-4
+ Revision: 5db0254
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5878 |14cr|perl-XML-AutoWriter-0.400.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-AutoWriter
%define upstream_version 0.4

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl module to do DOCTYPE based XML output

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		XML-AutoWriter-0.4-fix_module_install_obsolete_keyword.patch

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildArch:	noarch

%description
This module subclasses XML::ValidWriter and provides automatic start and end 
tag generation, allowing you to emit only the 'important' tags.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -b .modinst
chmod -x $(find -type f)
sed -i 's/\r//' CHANGES

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check 
make test

%install
%makeinstall_std

%files
%doc CHANGES 
%{_mandir}/*/*
%{perl_vendorlib}/XML/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.400.0-4
+ Revision: c144723
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5879 |14cr|perl-XML-Catalog-1.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name XML-Catalog
%define upstream_version 1.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Resolve public identifiers and remap system identifiers
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Cwd)
BuildRequires: perl(LWP::Simple)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::ParseWords)
BuildRequires: perl(URI::URL)
BuildRequires: perl(XML::Parser)
BuildArch:  noarch

%description
Resolve public identifiers and remap system identifiers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-1
+ Revision: f078a45
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5880 |14cr|perl-XML-DBMS-1.03-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  XML-DBMS

Name:           perl-%{module}
Version:        1.03
Release:        20
Summary:        XML-DBMS perl module

License:        Public Domain
Group:          Development/Perl
URL:            http://www.rpbourret.com/xmldbms/index.htm
Source0:        ftp://ftp.rpbourret.com/perl-xml-dbms-%{version}.tar.bz2
Requires:       perl-libxml-perl
Requires:       perl-XML-LibXML
Requires:       perl-TimeDate
BuildRequires:  perl-devel >= 5.6
BuildRequires:  perl-libxml-perl
BuildRequires:  perl(XML::LibXML)
BuildRequires:  perl(XML::LibXML::Common)
BuildRequires:  perl-TimeDate
BuildRequires:  perl(DBI)
BuildArch:      noarch

%description
XML-DBMS is middleware for transferring data between XML documents and
relational databases. It maps the XML document to the database according
to an object-relational mapping in which element types are generally
viewed as classes and attributes and PCDATA as properties of those
classes. An XML-based mapping language allows the user to specify
customize this mapping.

%prep
%setup -q -n %{module}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std
rm -rf samples/CVS

%clean 

%files
%doc README samples xmldbms.dtd
%{perl_vendorlib}/XML




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.03-20
+ Revision: 4f8cb2b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5881 |14cr|perl-XML-Driver-HTML-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-Driver-HTML
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	SAX Driver for non wellformed HTML

License:	GPL	
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
XML::Driver::HTML is a SAX Driver for HTML. There is no need
for the HTML input to be weel formed, as XML::Driver::HTML
is generating its SAX events by walking a HTML::TreeBuilder object.
The simplest kind of use, is a filter from HTML to XHTML
using XML::Handler::YAWriter as a SAX Handler.

%prep
%setup -q  -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make


%install
install -d %{buildroot}%{perl_archlib}
%makeinstall_std
rm -f %{buildroot}%{perl_archlib}/perllocal.pod

%files
%doc README MANIFEST 
%{perl_vendorlib}/XML/Driver/HTML.pm
%{_mandir}/man1/html2xhtml.*
%{_mandir}/man3/XML::Driver::HTML.*
%{_bindir}/html2xhtml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-4
+ Revision: 5cb09f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5882 |14cr|perl-XML-DT-0.630.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-DT
%define upstream_version 0.63

%define req_xml_libxml_version %perl_convert_version 1.54

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.63
Release:	3

Summary:	A perl XML down translate module

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/XML/XML-DT-0.63.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(XML::LibXML) >= %{req_xml_libxml_version}
BuildRequires:	perl(XML::DTDParser)
BuildArch:	noarch
Requires: 	perl(XML::LibXML) >= %{req_xml_libxml_version}

%description
The XML::DT module is a perl module that does XML down translation.
Based on XML::LibXML, it is designed to perform simple and
compact translation/processing of XML documents.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
chmod 755 examples/*.pl
perl Makefile.PL INSTALLDIRS=vendor <<EOF
XML::LibXML
EOF
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes examples
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/XML


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.630.0-3
+ Revision: b338202
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5883 |14cr|perl-XML-DTDParser-2.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-DTDParser
%define upstream_version 2.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Quick and dirty DTD parser

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This perl module parses a DTD file and creates a data structure containing info
about all tags, their allowed parameters, children, parents, optionality etc.
etc. etc.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.0-4
+ Revision: d9fc765
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5884 |14cr|perl-XML-Dumper-0.810.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 XML-Dumper
%define	upstream_version 0.81

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:	Perl module for dumping Perl objects from/to XML

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

Buildrequires:	perl-devel
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(XML::Parser)
BuildArch: 	noarch

%description
Perl module for dumping Perl objects from/to XML.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/XML



%changelog
* Mon Aug 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.810.0-4
+ Revision: abd6f12
- Restore .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5885 |14cr|perl-XML-Easy-0.9.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Easy
%define upstream_version 0.009

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:    Basic manipulation of XML data nodes

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/XML/XML-Easy-%{upstream_version}.tar.gz

BuildRequires: perl(Encode)
BuildRequires: perl(Exporter)
BuildRequires: perl(IO::File)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Params::Classify)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel

%description
the XML::Easy manpage is a collection of modules relating to the
processing, parsing, and serialisation of XML data. It is oriented towards
the use of XML to represent data for interchange purposes, rather than the
use of XML as markup of principally textual data. It does not perform any
schema processing, and does not interpret DTDs or any other kind of schema.
It adheres strictly to the XML specification, in all its awkward details,
except for the aforementioned DTDs.

the XML::Easy manpage strictly separates the in-program manipulation of XML
data from the processing of the textual form of XML. This shields the XML
user from the inconvenient and obscure aspects of XML syntax. XML data
nodes are mainly processed in a clean functional style, using the the
XML::Easy::NodeBasics manpage module. In the (very likely) event that an
application requires some more purpose-specific XML data processing
facilities, they are readily built on top of the XML::Easy::NodeBasics
manpage, retaining the abstraction from textual XML.

When XML must be handled in textual form, for input and output, the the
XML::Easy::Text manpage module supplies a parser and a serialiser. The
interfaces here, too, are functional in nature.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-3
+ Revision: 938a05f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5886 |14cr|perl-XML-EasyOBJ-1.120.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-EasyOBJ
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch
Requires:	perl(XML::Parser)
Requires:	perl(XML::XSLT)

%description
%{upstream_name} - Easy XML object navigation

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix} 
make

%install
make PREFIX=%{buildroot}%{_prefix} install

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/XML/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-4
+ Revision: faead39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5887 |14cr|perl-XML-Elemental-2.110.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Elemental
%define upstream_version 2.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Simplistic and perlish handling of XML data

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(XML::SAX)

BuildArch:	noarch

%description
XML::Elemental is a SAX-based package for easily parsing XML documents into a
more native and mostly object-oriented perl form.

The development of this package grew out of the desire for something more
object-oriented then XML::Simple and was more simplistic and perlish then the
various standard XML API modules such as XML::DOM. Easier installation of
modules was also a contributing factor.

Original this package began as a style plugin to XML::Parser. That proved to be
too limiting that it was expanded. With the release of version 2.0 the package
was refactored to take advantage of any parser supporting SAX that includes the
pure perl option that ships with XML::SAX.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML
%{_mandir}/man3*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.110.0-4
+ Revision: c63a781
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5888 |14cr|perl-XML-Entities-1.0.100-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Entities
%define upstream_version 1.0001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Mapping of XML entities to Unicode

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/XML-Entities-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Fatal)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
This module deals with decoding of strings with XML character entities.
Based upon the HTML::Entities module by Gisle Aas

%prep
%setup -q -n %{upstream_name}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_bindir}/download-entities.pl
%{perl_vendorlib}/XML
%{_mandir}/man1/download-entities.pl.1*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.100-3
+ Revision: aed7c67
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5889 |14cr|perl-XML-EP-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-EP
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
Requires:	perl(XML::Parser)
Requires:	perl(XML::XSLT)
BuildArch:	noarch

%description
%{upstream_name} attempts to follow the Cocoon ideas and principles, 
but in a Perl environment.

%prep
%setup -q  -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std

%files 
%doc ChangeLog README MANIFEST examples
%{_bindir}/*
%{perl_vendorlib}/XML/*.pm
%{perl_vendorlib}/XML/EP/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-4
+ Revision: 7751892
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5890 |14cr|perl-XML-Feed-0.520.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Feed
%define upstream_version 0.52

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		2

Summary:	Perl Module for Syndication feed parsing and auto-discovery 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/XML/XML-Feed-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::ErrorHandler)
BuildRequires:	perl(Feed::Find)
BuildRequires:	perl(URI::Fetch)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Mail)
BuildRequires:	perl(DateTime::Format::W3CDTF)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(LWP)
BuildRequires:	perl(HTML::TokeParser)
BuildRequires:	perl(XML::RSS) >= 1.01
BuildRequires:	perl(XML::Atom) >= 0.08 
BuildArch:	noarch
# (misc) not found by find-provides, as it can be changed at runtime with a 
# variable $PREFERED_PARSER
Requires:	perl(XML::RSS)

%description
XML::Feed is a syndication feed parser for both RSS and Atom feeds. It also
implements feed auto-discovery for finding feeds, given a URI.

XML::Feed supports the following syndication feed formats:

* RSS 0.91
* RSS 1.0
* RSS 2.0
* Atom

The goal of XML::Feed is to provide a unified API for parsing and using the
various syndication formats.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
SKIP_SAX_INSTALL=1 CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:0.520.0-3
+ Revision: d79bb09
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5891 |14cr|perl-XML-FeedPP-0.430.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-FeedPP
%define upstream_version 0.43

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Parse/write/merge/edit RSS/RDF/Atom syndication feeds

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(XML::TreePP)
BuildArch:	noarch

%description
'XML::FeedPP' is an all-purpose syndication utility that parses and
publishes RSS 2.0, RSS 1.0 (RDF), Atom 0.3 and 1.0 feeds. It allows you to
add new content, merge feeds, and convert among these various formats. It
is a pure Perl implementation and does not require any other module except
for XML::TreePP.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.430.0-4
+ Revision: 090b4c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5892 |14cr|perl-XML-Generator-1.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name 	 XML-Generator
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A module to help in generating XML documents from perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
%{upstream_name} is a module to help in generating XML documents or in
producing DOM trees .

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std
rm -f %{buildroot}%{perl_archlib}/perllocal.pod

%files
%doc README Changes 
%{perl_vendorlib}/XML/*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-4
+ Revision: ba1c888
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5893 |14cr|perl-XML-LibXML-Iterator-1.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-LibXML-Iterator
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	XML::LibXML's Tree Iteration Class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(XML::LibXML)
BuildRequires:	perl(XML::NodeFilter)
BuildArch:	noarch

%description
XML::LibXML::Iterator is an iterator class for XML::LibXML parsed documents.
This class allows to iterate the document tree as it were a linear data
structure.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-4
+ Revision: 48cd283
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5894 |14cr|perl-XML-Mini-1.380.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Mini
%define upstream_version 1.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl implementation of the XML::Mini XML create/parse interface

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
XML::Mini is a set of Perl classes that allow you to access XML data and create
valid XML output with a tree-based hierarchy of elements. The MiniXML API has
both Perl and PHP implementations.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML/Mini.pm
%{perl_vendorlib}/XML/Mini/*.pm
%{perl_vendorlib}/XML/Mini/Element/*.pm
%{_mandir}/man3*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.380.0-4
+ Revision: efa7c15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5895 |14cr|perl-XML-miniXQL-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-miniXQL
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} perl module

License: 	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)
BuildArch:	noarch
Requires:	perl(XML::Parser)

%description
This module provides a simplistic XQL like search engine for XML files.

%prep
%setup -q  -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std PREFIX=%{buildroot}%{_prefix}

%files 
%doc README MANIFEST Changes 
%{perl_vendorlib}/XML/*
%{perl_vendorlib}/auto/XML/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: 84b385f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5896 |14cr|perl-XMLNews-HTMLTemplate-0.01-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module 	XMLNews-HTMLTemplate

Summary:	%{module} perl module

Name: 		perl-%{module}
Version: 	0.01
Release: 	13
License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel 
Requires:	perl 
Requires:	perl(XMLNews::Meta)
Buildarch:	noarch

%description
%{module} - module designed to create template-based HTML pages 
using news documents in XMLNews-Meta and XMLNews-Story format

%prep
%setup -q -n %{module}-%{version}

%build
CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
make PREFIX=%{buildroot}%{_prefix} install DESTDIR=%{buildroot}

%clean 

%files 
%doc README MANIFEST Changes
%{perl_vendorlib}/XMLNews
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.01-13
+ Revision: d365f32
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5897 |14cr|perl-XMLNews-Meta-0.01-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module 	XMLNews-Meta

Summary:	%{module} perl module

Name: 		perl-%{module}
Version: 	0.01
Release: 	13
License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel 
BuildRequires:  perl(XML::Parser)
Requires:	perl 
Buildarch:	noarch

%description
%{module} - module designed to read and write an XML-based news metadata

%prep
%setup -q -n %{module}-%{version}

%build
CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install

make PREFIX=%{buildroot}%{_prefix} install DESTDIR=%{buildroot}

%clean 

%files 
%doc README MANIFEST Changes
%{perl_vendorlib}/XMLNews/
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.01-13
+ Revision: 9ec0b74
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5898 |14cr|perl-XML-Node-0.110.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-Node
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Node-based XML parsing: an simplified interface to XML::Parser

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)
BuildArch:	noarch

%description
Using XML::Node, you can easily ignore the parts of XML files that you
are not interested in, thus helping in simplify Perl scripts
significantly.

%prep
%setup -q  -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix} 
make

%install
make PREFIX=%{buildroot}%{_prefix} install

%files
%doc README MANIFEST Changes
%{_mandir}/*/*
%{perl_vendorlib}/XML/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-4
+ Revision: b0d6ff5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5899 |14cr|perl-XML-NodeFilter-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-NodeFilter
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	XML::LibXML's utility class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a utility class used by XML::LibXML for parsing XML documents in perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-4
+ Revision: f6fb583
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5900 |14cr|perl-XML-OPML-SimpleGen-0.70.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-OPML-SimpleGen
%define upstream_version 0.07
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Create OPML using XML::Simple

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/XML-OPML-SimpleGen-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(DateTime)
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(XML::Simple)
BuildRequires:	perl(version)
# These requires are not detected automatically.
Requires:	perl(Class::Accessor)
Requires:	perl(XML::Simple)
BuildArch:	noarch

%description
XML::OPML::SimpleGen lets you simply generate OPML documents without having
too much to worry about. It is a drop-in replacement for XML::OPML in
regards of generation. As this module uses XML::Simple it is rather
generous in regards of attribute or element names.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-3
+ Revision: 345f136
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5901 |14cr|perl-XML-Parser-EasyTree-0.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-Parser-EasyTree
%define upstream_version 0.01

Name: 		perl-%{upstream_name}
Version: 	%perl_convert_version %{upstream_version}
Release: 	3

Summary:	%{upstream_name} perl module

License: 	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel >= 5.6
BuildRequires:	perl(XML::Parser)
BuildArch: noarch

%description
XML-Parser-EasyTree - adds a new "built-in" style called "EasyTree" to 
XML::Parser.  Like XML::Parser's "Tree" style, setting this style causes 
the parser to build a lightweight tree structure representing the XML document.

%prep
%setup -q  -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix} 
%make

%install
%make PREFIX=%{buildroot}%{_prefix} install

%clean 

%files
%doc README MANIFEST Changes
%{_mandir}/*/*
%{perl_vendorlib}/XML/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-3
+ Revision: 1cf9979
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5902 |14cr|perl-XML-Parser-Lite-Tree-0.140.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Parser-Lite-Tree
%define	upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Lightweight XML tree builder

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(SOAP::Lite)
BuildArch:	noarch

%description
This is a singleton class for parsing XML into a tree structure. How does this
differ from other XML tree generators? By using XML::Parser::Lite, which is a
pure perl XML parser. Using this module you can tree-ify simple XML without
having to compile any C.

Each node contains a "type" key, one of "root", "tag" and "data". "root" is the
document root, and only contains an array ref "children". "tag" represents a
normal tag, and contains an array ref "children", a hash ref "attributes" and a
string "name". "data" nodes contain only a "content" string.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std
# duplicated from SOAP::Lite
rm -f %{buildroot}%{perl_vendorlib}/XML/Parser/Lite.pm

%files
%{perl_vendorlib}/XML
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-4
+ Revision: 638d42d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5903 |14cr|perl-XML-Parser-Style-EasyTree-0.90.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Parser-Style-EasyTree
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Parse xml to simple tree

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		XML-Parser-Style-EasyTree-0.09-fix-version-for-cpanplus.patch

BuildRequires:	perl-devel
BuildRequires:	perl(ex::lib)
BuildRequires:	perl(XML::Parser)
BuildArch:	noarch

Requires:	perl(ex::lib)

%description
Parse xml to simple tree.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0 -b .cpanplus

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-5
+ Revision: 20447b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5904 |14cr|perl-XML-PYX-0.70.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-PYX
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} perl module

License: 	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name} 
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)
BuildArch: 	noarch

%description
%{upstream_name} perl module

%prep
%setup -q  -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std PREFIX=%{buildroot}%{_prefix}

%files 
%doc README MANIFEST 
%{perl_vendorlib}/XML/*
%{_mandir}/*/*
%{_bindir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-4
+ Revision: abe70e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5905 |14cr|perl-XML-QL-0.70.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-QL
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl-libwww-perl
BuildArch:	noarch

%description
%{upstream_name} - An XML query language.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std

%files
%doc README MANIFEST Changes
%{_mandir}/*/*
%{perl_vendorlib}/XML


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-4
+ Revision: a019b2c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5906 |14cr|perl-XML-Records-0.120.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-Records
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(XML::TokeParser)
BuildArch:	noarch

%description
%{upstream_name} - module for perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std

%files
%doc README MANIFEST Changes
%{_mandir}/*/*
%{perl_vendorlib}/XML



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-4
+ Revision: 9f735d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5907 |14cr|perl-XML-Registry-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-Registry
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
%{upstream_name} - module for loading and saving an XML registry.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build

CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README MANIFEST Changes  examples
%{perl_vendorlib}/XML
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-4
+ Revision: 9781b0c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5908 |14cr|perl-XMLRPC-Lite-0.717.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name XMLRPC-Lite
%define upstream_version 0.717

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Client and server implementation of XML-RPC protocol
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XMLRPC/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(SOAP::Lite)
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
XMLRPC::Lite is a Perl modules which provides a simple interface to the
XML-RPC protocol both on client and server side. Based on SOAP::Lite
module, it gives you access to all features and transports available in
that module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Mon Aug 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.717.0-1
+ Revision: 2a6d3b9
- added XML::Parser BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5909 |14cr|perl-XML-RSS-1.550.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-RSS
%define upstream_version 1.55

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Creates and updates RSS files


License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl(Test::Manifest)
BuildRequires:	perl(DateTime::Format::W3CDTF)
BuildRequires:	perl(DateTime::Format::Mail)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(HTML::Entities)
BuildArch:	noarch

%description
Creates and updates RSS files.
This module supports versions 0.9, 0.91 and 1.0 of RSS.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod ogu-x README Changes

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/XML




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.550.0-2
+ Revision: f78f12c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5910 |14cr|perl-XML-RSS-LibXML-0.310.500-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-RSS-LibXML
%define upstream_version 0.3105
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Epoch:		1

Summary:	Represent A Non-Trivial RSS Element


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Module::Build)
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(DateTime::Format::Mail)
BuildRequires:	perl(DateTime::Format::W3CDTF)
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(UNIVERSAL::require)
BuildRequires:	perl(XML::LibXML)
BuildRequires:	perl(XML::LibXML::XPathContext)

BuildArch:	noarch

%description
XML::RSS::LibXML uses XML::LibXML (libxml2) for parsing RSS instead of
XML::RSS' XML::Parser (expat), while trying to keep interface compatibility
with XML::RSS.

XML::RSS is an extremely handy tool, but it is unfortunately not exactly
the most lean or efficient RSS parser, especially in a long-running
process. So for a long time I had been using my own version of RSS parser
to get the maximum speed and efficiency - this is the re-packaged version
of that module, such that it adheres to the XML::RSS interface.

Use this module when you have severe performance requirements working with
RSS files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.310.500-2
+ Revision: d73f065
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5911 |14cr|perl-XML-RSS-SimpleGen-11.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-RSS-SimpleGen
%define upstream_version 11.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Really Simple RSS Generator
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

Suggests:	perl(LWP::Simple)

%description
An easy-to-use screen scraper and RSS generator module. It transparently
handles all the unpleasant details of RSS, like proper XML escaping, and also
has a good number of Do-What-I-Mean features, like not changing the modtime on
a written-out RSS file if the file content hasn't changed, and like
automatically removing any HTML tags from content you might pass in.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Seems to depend on site content which changed
#make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{perl_vendorlib}/XML/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.110.0-3
+ Revision: 708934d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5912 |14cr|perl-XML-Sablotron-1.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name XML-Sablotron
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Sablotron XSLT processor encapsulation

License:	MPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		XML-Sablotron-1.01-perl5.14-build-fixes.patch
BuildRequires:	expat-devel
BuildRequires:	sablotron-devel >= 0.95	
BuildRequires:	perl-devel 
BuildRequires:	pkgconfig(mozjs185)

%description
This package is a interface to the Sablotron API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .perl514~

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorarch}/XML
%{perl_vendorarch}/auto/XML
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-4
+ Revision: d3d6c8b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5913 |14cr|perl-XML-SAX-Expat-Incremental-0.50.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-SAX-Expat-Incremental
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	XML::SAX::Expat subclass for non-blocking parsing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(XML::SAX::Expat)
BuildRequires:	perl(Test::Exception)
BuildArch:	noarch

%description
XML::SAX::Expat subclass for non-blocking (incremental) parsing, with 
XML::Parser::ExpatNB .


%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# test fails, key verification problem
rm -f t/dist.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-5
+ Revision: fdf0db4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5914 |14cr|perl-XML-SimpleObject-LibXML-0.600.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkg_name        XML-SimpleObject-LibXML
%define pkg_version     0.60

Summary:       Simple object representation of an XML::LibXML DOM object

Name:          perl-%{pkg_name}
Version:       %perl_convert_version %{pkg_version}
Release:       4
Group:         Development/Perl
License:       Artistic
URL:           http://search.cpan.org/dist/%{pkg_name}/
Source0:       http://www.cpan.org/authors/id/D/DB/DBRIAN/%{pkg_name}-%{pkg_version}.tar.gz
BuildArch:     noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(XML::LibXML)
BuildRequires: perl-devel

%description
This is a short and simple class allowing simple object access to a parsed
XML::LibXML tree, with methods for fetching children and attributes in as
clean a manner as possible.

%prep
%setup -q -n %{pkg_name}-%{pkg_version}

%build
perl Makefile.PL
sed -i 's%/usr/local%/usr%g' Makefile
%make OPTMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{perl_sitelib}/XML/SimpleObject/*.pm
%{perl_sitelib}/XML/SimpleObject/*.pl
%{_mandir}/man3/*.3pm*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.600.0-4
+ Revision: 9223fab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5915 |14cr|perl-XML-Smart-1.780.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module 	XML-Smart
%define upstream_version 1.78

Summary:	A Smart, easy and powerful way to access/create XML files/data

Name: 		perl-%{module}
Version: 	%perl_convert_version %{upstream_version}
Release: 	3
License: 	GPL
Url:		http://search.cpan.org/dist/%{module}
Group:		Development/Perl
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/XML/XML-Smart-%{upstream_version}.tar.gz
BuildRequires:	perl-devel, perl-Object-MultiType
BuildArch:	noarch

%description
This module has an easy way to access/create XML data. It's based on the HASH
tree that is made of the XML data, and enable a dynamic access to it with the
Perl syntax for Hashe and Array, without needing to care if you have a Hashe or
an Array in the tree. In other words, each point in the tree work as a Hash 
and an Array at the same time!
%prep
%setup -q -n %{module}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
%make

%check
%make test <<EOF
n
EOF

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/XML/Smart
%{perl_vendorlib}/XML/Smart.pm




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.780.0-3
+ Revision: 40a31a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5916 |14cr|perl-XML-TokeParser-0.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-TokeParser
%define upstream_version 0.05

Name: 		perl-%{upstream_name}
Version: 	%perl_convert_version %{upstream_version}
Release: 	4

Summary:	Simplified interface to XML::Parser

License: 	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The XML::TokeParser perl module provides a procedural ("pull mode")
interface to XML::Parser in much the same way that HTML::TokeParser
provides a procedural interface to HTML::Parser.

XML::TokeParser splits its XML input up into "tokens," each
corresponding to an XML::Parser event.

A token is a reference to an array whose first element is an event-type 
string and whose last element is the literal text of the XML input that 
generated the event, with intermediate elements varying according to the 
event type:


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix} 
%make

%install
%make PREFIX=%{buildroot}%{_prefix} install


%files
%doc README MANIFEST Changes 
%{_mandir}/*/*
%{perl_vendorlib}/XML/*



%changelog
* Mon Aug 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-4
+ Revision: c859e8a
- Restore .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5917 |14cr|perl-XML-TreeBuilder-4.300.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-TreeBuilder
%define upstream_version 4.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Build a tree of XML::Element objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/XML-TreeBuilder-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Element)
BuildRequires:	perl(HTML::Tagset)
BuildRequires:	perl(XML::Parser)
BuildArch:	noarch

%description
This is just a subclass of HTML::Element. It works basically the same as
HTML::Element, except that tagnames and attribute names aren't forced to
lowercase, as they are in HTML::Element.

the HTML::Element manpage describes everything you can do with this class.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.300.0-3
+ Revision: 34f9da9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5918 |14cr|perl-XML-TreePP-0.420.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-TreePP
%define upstream_version 0.42

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Pure Perl implementation for parsing/writing XML documents

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/XML-TreePP-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(LWP)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
XML::TreePP module parses an XML document and expands it for a hash tree.
This generates an XML document from a hash tree as the opposite way around.
This is a pure Perl implementation and requires no modules depended. This
can also fetch and parse an XML document from remote web server like the
XMLHttpRequest object does at JavaScript language.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.420.0-3
+ Revision: 092abfa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5919 |14cr|perl-XML-Writer-Simple-0.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-Writer-Simple%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Module for writing XML documents

License:	GPL+ or Artistic
URL:		http://search.cpan.org/dist/%{upstream_name}
Group:		Development/Perl
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl(XML::DTDParser)
BuildRequires:	perl(XML::DT)
BuildArch:	noarch

%description
XML-Writer-Simple is a simple Perl module to write XML. It takes some
ideas from CGI and applies them for the XML World.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/XML/Writer*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-3
+ Revision: 2338cb7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5920 |14cr|perl-XML-XPathScript-1.540.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-XPathScript
%define upstream_version 1.54

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    A Perl framework for XML stylesheets

License:    Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:  perl(Module::Build)
BuildRequires:  perl(XML::XPath)
BuildRequires:  perl(XML::LibXML)
BuildRequires:  perl(Readonly)
BuildRequires:  perl(Clone)
BuildArch:      noarch

%description
%{upstream_name} is an XML templating language that has some concepts from ASP
and some from XSLT. This makes for a very flexible option for transforming
XML to HTML or text or just about any other format.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README Changes script
%{_mandir}/*/*
%{perl_vendorlib}/XML
%{_bindir}/xpathscript

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.540.0-4
+ Revision: b323505
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5921 |14cr|perl-XML-XUpdate-LibXML-0.6.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	XML-XUpdate-LibXML

Summary:	%{module} module for perl

Name:		perl-%{module}
Version:	0.6.0
Release:	9
License:	MPL
Group:		Development/Perl
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{module}-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/%{module}
BuildArch:	noarch
BuildRequires:	libxml2-devel >= 2.4.20
BuildRequires:	perl-devel
BuildRequires:	perl(XML::LibXML)
BuildRequires:	perl(XML::LibXML::XPathContext)
Requires(pre):	libxml2
Requires(pre):  perl(XML::LibXML)
Requires(pre):	perl(XML::SAX)

%description
%{module} module for perl
Simple implementation of XUpdate format

%prep
%setup -q -n %{module}-%{version}

%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
eval `perl '-V:installarchlib'`
mkdir -p %{buildroot}/$installarchlib
%makeinstall_std

%preun -p /usr/bin/perl
use XML::SAX;
XML::SAX->remove_parser(q(XML::LibXML::SAX::Parser))->save_parsers();

%post -p /usr/bin/perl
use XML::SAX;
XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers();

%clean

%files
%doc Changes
%{_bindir}/xupdate
%{_mandir}/*/*
%{perl_vendorlib}/XML/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-9
+ Revision: 571e03e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5922 |14cr|perl-X-Osd-0.7-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module X-Osd

Summary:	Perl5 modules for xosd

Name:		perl-%{module}
Version:	0.7
Release:	17
License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}/
Source:		http://search.cpan.org/CPAN/authors/id/G/GO/GOZER/%{module}-%{version}.tar.bz2
Requires:	perl 
BuildRequires:	xosd-devel, perl-devel

%description
Perl extension to the X On Screen Display library (xosd)

%prep
%setup -q -n %{module}-%{version}

%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std 

%files
%doc README Changes
%{perl_vendorlib}/*
%{_mandir}/*/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-17
+ Revision: b92163f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5923 |14cr|perl-XSLoader-0.160.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XSLoader
%define upstream_version 0.16

%define debug_package %{nil}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Dynamically load C libraries into Perl code

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More) >= 0.470.0
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Portability::Files)
BuildRequires: perl(Test::Distribution)
BuildRequires: perl-devel

%description
This module defines a standard simplified interface to the dynamic
linking mechanisms available on many platforms. Its primary purpose is
to implement cheap automatic dynamic loading of Perl modules.

For a more complicated interface, see DynaLoader. Many (most) features
of DynaLoader are not implemented in XSLoader, like for example the
dl_load_flags, not honored by XSLoader.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README eg
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-2
+ Revision: 6549c25
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5924 |14cr|perl-YAML-AppConfig-0.190.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 YAML-AppConfig
%define upstream_version 0.19

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Manage configuration files with YAML and variable reference

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz

Requires:   perl-YAML-parser
BuildRequires: perl(Carp)
BuildRequires: perl(JSON::PP)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Storable)
BuildRequires: perl(Test::More)
BuildRequires: perl(YAML) >= 0.380.0
BuildRequires: perl(YAML::Syck)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-YAML-parser
BuildRequires: perl-devel
BuildArch:  noarch

%description
YAML::AppConfig extends the work done in Config::YAML and YAML::ConfigFile to
allow more flexiable configuration files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml
%{_mandir}/*/*
%{perl_vendorlib}/YAML


%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-2
+ Revision: 48ab525
- Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5925 |14cr|perl-YAML-LibYAML-0.410.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    YAML-LibYAML
%define upstream_version 0.41

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 0.41
Release:	3

Summary:    An XS Wrapper Module of libyaml

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/YAML/YAML-LibYAML-0.41.tar.gz
Patch0:     YAML-LibYAML-0.35-fix-format-errors.patch

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Filter::Util::Call)
BuildRequires: perl-devel

%description
Kirill Siminov's 'libyaml' is arguably the best YAML implementation. The C
library is written precisely to the YAML 1.1 specification. It was
originally bound to Python and was later bound to Ruby.

This module is a Perl XS binding to libyaml which offers Perl the best YAML
support to date.

This module exports the functions 'Dump' and 'Load'. These functions are
intended to work exactly like 'YAML.pm''s corresponding functions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .format-error

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.410.0-3
+ Revision: 2a59d25
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5926 |14cr|perroquet-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A listening comprehension tutor
Name:		perroquet
Version:	1.1.1
Release:	2
Source0:	http://launchpad.net/perroquet/1.1/%{version}/+download/%{name}-%{version}.tar.gz
License:	GPLv3
Group:		Education
URL:		http://perroquet.b219.org
BuildRequires:	python-devel
BuildRequires:	intltool
BuildRequires:	python-setuptools
BuildRequires:	desktop-file-utils
Requires:	gtk+2.0
Requires:	gstreamer0.10-plugins-good
Requires:	gstreamer0.10-python
Requires:	pygtk2.0
BuildArch:	noarch

%description
Perroquet is a educational program to improve playfully your listening in a
foreign language.

The principle of Perroquet is to use a video or audio file and the associated
subtitles to make you listen and understand the dialogue or lyrics. After
having identified the files to use, Perroquet will read a piece of video then
pause. It will show you the number of words to find and you will have to type
them to continue. You can listen a sequence as many times as necessary.
If you do not understand, Perroquet offers several means to help you.

%prep
%setup -q

%build
python setup.py build 

%install
rm -rf %{buildroot}
python setup.py \
	--without-icon-cache \
	--without-mime-database \
	--without-desktop-database \
	install --root=%{buildroot}

desktop-file-install \
	--remove-key=Encoding \
	--remove-category=Application \
	--add-category=Languages \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc README AUTHORS ChangeLog NEWS MAINTAINERS
%{_bindir}/%{name}
%{python_sitelib}/%{name}lib
%{python_sitelib}/%{name}-%{version}-py%{py_ver}.egg-info
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/*/*.*
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_datadir}/mime/packages/%{name}.xml
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*.ini
%config(noreplace) %{_sysconfdir}/%{name}/*.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-2
+ Revision: f26b601
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5927 |14cr|pflogsumm-1.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name pflogsumm
%define	version	1.1.5
%define release	2

Summary: 	Postfix Log Entry Summarizer
Name: 		%{name}
Version: 	%{version}
Release:	%{release}
License: 	GPL
Group:		Monitoring
Source0:	http://jimsun.LinxNet.com/downloads/pflogsumm-%{version}.tar.gz
Url:		http://jimsun.LinxNet.com/
Buildarch:	noarch

%description
Pflogsumm is a log analyzer/summarizer for the Postfix MTA.  It is
designed to provide an over-view of Postfix activity, with just enough
detail to give the administrator a "heads up" for potential trouble
spots.
Pflogsumm generates summaries and, in some cases, detailed reports of
mail server traffic volumes, rejected and bounced email, and server
warnings, errors and panics.

%prep
%setup -q

%install
mkdir -p %buildroot/%{_sbindir}
mkdir -p %buildroot/%{_mandir}/man1
install -m755 pflogsumm.pl %buildroot/%{_sbindir}/pflogsumm
install -m644 pflogsumm.1 %buildroot/%{_mandir}/man1/pflogsumm.1

%files
%defattr(-,root,root,755)
%doc ChangeLog pflogsumm-faq.txt README ToDo
%{_sbindir}/pflogsumm
%{_mandir}/man1/pflogsumm.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-2
+ Revision: 9c3fa15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5928 |14cr|pftp-1.1.6-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary: 	Port-File-Transfer-Program not to muddle up with standard FTP
Name: 		pftp
Version: 	1.1.6
Release: 	17
Group: 		Networking/File transfer
License: 	GPL
URL: 		http://www.pftp.de/
Source0: 	%{name}-%{version}.tar.bz2
Source1:	faq.html.bz2
Source2:	pftp-xinetd
Patch0:		%{name}-mdk.patch.bz2
BuildRequires:	openssl-devel
BuildRequires:	glibc-static-devel 


%description
pftp allows you to send and receive files and directories recursively, 
send and receive standard input and ouput, filter your connection, set 
the net buffer size, set the bandwidth, send UDP datagrams unicasted, 
broadcasted, and multicasted (which is meant for AUDIO and VIDEO streaming), 
send data to another user and manage that data, perform a network test 
based on either UDP or TCP, and use optimized buffers for your Gigabit 
Ethernet links. pftp can start from command line, as a daemon, or by
inetd. All features are supported for IPv4 and IPv6.

%prep

%setup -q
%patch0 -p1 

%build
%__make

%install
install -d %{buildroot}{%{_bindir},%{_mandir}/man1,%{_sysconfdir}/xinetd.d}

install -m644 pftp.conf %{buildroot}%{_sysconfdir}
install -m644 %SOURCE2 %{buildroot}%{_sysconfdir}/xinetd.d/pftp
bzcat %SOURCE1 > faq.html

%makeinstall  BINDIR=%{buildroot}%{_sbindir} MANDIR=%{buildroot}%{_mandir}

%post
cp /etc/services /etc/services.pftp.save
cat /etc/services.pftp.save | \
grep -v "^"pftp | grep -v "^#pftp"  > /etc/services
echo "pftp      662/tcp		# pftp service" >> /etc/services 
rm -f /etc/services.pftp.save 

%files 
%config(noreplace) %{_sysconfdir}/xinetd.d/pftp
%config(noreplace) %{_sysconfdir}/pftp.conf
%{_sbindir}/*
%defattr(644,root,root,755)
%doc INSTALL README TODO COPYING CREDITS Changes faq.html pftp.conf
%{_mandir}/man*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-17
+ Revision: 590762f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5929 |14cr|pgaccess-0.99.0.20081028-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Tcl/Tk client for postgresql
Name:		pgaccess
# Just a CVS snapshot, versioning is historical
Version:	0.99.0.20081028
Release:	%{mkrel 9}
Source0:	%{name}-%{version}.tar.lzma
Source20:	pgaccess-16.png
Source21:	pgaccess-32.png
Source22:	pgaccess-48.png
License:	GPL
Group:		Databases
URL:		http://pgfoundry.org/projects/pgaccess/
BuildRoot:	%{_tmppath}/%{name}-buildroot
# For the macros
BuildRequires:	tcl-devel
Requires:	tk >= 8.0
Requires:	tcl >= 8.0
Requires:	tcl-tcllib
BuildArch:	noarch

%description
Graphical database management tool for PostgreSQL.

%prep
%setup -q -n %{name}
sed -i -e 's,list frame none underline,list dotbox none underline,g' lib/widgets/tablelist3.8/scripts/tablelistWidget.tcl
rm -rf op_sys

%build

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{tcl_sitelib}/%{name}

perl -pi -e 's|/usr/local|%{tcl_sitelib}|' pgaccess

cat <<EOF >%{buildroot}%{_bindir}/pgaccess
#!/bin/sh
export PGACCESS_HOME="/usr/share/tcl%{tcl_version}/pgaccess"

\$PGACCESS_HOME/pgaccess.tcl $* &
EOF

cp -vfr * %{buildroot}%{tcl_sitelib}/%{name}
rm -fr %{buildroot}%{tcl_sitelib}/%{name}/doc

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=PostgreSQL Access
Comment=PostgreSQL Tcl/Tk front-end
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Development;Database;
EOF

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -D -m644 %{SOURCE20} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/pgaccess.png
install -D -m644 %{SOURCE21} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/pgaccess.png
install -D -m644 %{SOURCE22} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/pgaccess.png

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc doc/ README
%attr(755,root,root) %{_bindir}/%{name}
%{tcl_sitelib}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/pgaccess.png




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.99.0.20081028-9
+ Revision: 15c755e
- Automatic import for version 0.99.0.20081028



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5930 |14cr|pgadmin3-1.18.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Summary Graphical client for PostgreSQL

Summary:        %{Summary}
Name:           pgadmin3
Version:        1.18.0
Release:        1
License:        Artistic
Group:          Databases
Source0:        ftp://ftp4.fr.postgresql.org/pub/mirrors/postgresql/pgadmin3/release/v1.18.0/src/%{name}-%{version}.tar.gz
Patch0:		pgadmin3-1.12.2-desktop-file.patch
URL:            http://www.pgadmin.org/
BuildRequires:  wxgtku-devel >= 2.8
BuildRequires:  postgresql-devel
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(libxslt)
BuildRequires:  imagemagick

%description
PostgreSQL Tools.

%prep
%setup -q
%patch0 -p0 -b .desktop

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install --dir %{buildroot}/%{_datadir}/applications/ \
	--remove-category=Application \
	--add-category=Database \
	pkg/%{name}.desktop

install -d %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert -size 16x16 pgadmin/include/images/pgAdmin3.png %{buildroot}%{_miconsdir}/%{name}.png
convert -size 32x32 pgadmin/include/images/pgAdmin3.png %{buildroot}%{_iconsdir}/%{name}.png
convert -size 48x48 pgadmin/include/images/pgAdmin3.png %{buildroot}%{_liconsdir}/%{name}.png

%files
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
# %{_bindir}/png2c

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.18.0-1
+ Revision: 57315d4
- Remove files that are not created any more



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5931 |14cr|pgfouine-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq /usr/bin/php

Name:	 pgfouine
Version: 1.0
Release: 5
Summary: PostgreSQL log analyzer

License: GPL
Group:   System/Servers
Source0: %{name}-%{version}.tar.bz2
URL:     http://pgfouine.projects.postgresql.org
Requires: postgresql-server
Requires: php-cli
Buildarch: noarch

%description
pgFouine is a PostgreSQL log analyzer used to generate 
detailed reports from a PostgreSQL log file. pgFouine 
can help you to determine which queries you should
optimize to speed up your PostgreSQL based application.

%prep
%setup -q -n  %{name}-%{version}

%build

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
mkdir -p %{buildroot}%{_libdir}/%{name}
install -m 755 pgfouine.php %{buildroot}%{_bindir}
cp -r include %{buildroot}%{_libdir}/%{name}
install -m 644 AUTHORS ChangeLog COPYING INSTALL README THANKS %{buildroot}%{_docdir}/%{name}-%{version}
cp -r tests %{buildroot}%{_docdir}/%{name}-%{version}

%clean

%files
%{_bindir}/*
%{_docdir}/%{name}-%{version}
%{_libdir}/%{name}






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 3bf21fa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5932 |14cr|pgn-extract-16.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarballversion %(echo %version|sed -e 's|\\.|-|') 

Summary:	Portable Game Notation (PGN) Manipulator for Chess Games
Name:		pgn-extract
Version:	16.7
Release:	4
License:	GPLv2
Group:		Games/Boards
URL:		http://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/
Source0:	ftp://ftp.cs.kent.ac.uk/pub/djb/Extract/pgn-extract-%{tarballversion}.tgz
# (Abel) 15.0-1mdk neater help message
Patch1:		pgn-extract-15.0-help-mesg.patch

%description
Its purpose is for manipulating chess games written in the Portable
Game Notation (PGN).

There are several ways to specify the criteria on which to extract:
textual move sequences, the position reached after a sequence
of moves, information in the tag fields, and material balance in
the ending.

Extracted games may be written out either including or
excluding comments, NAGs, and variations. Games may be given ECO
classifications derived from the accompanying file eco.pgn, or a
customised version provided by the user.

%prep
%setup -q -n %{name}-%{tarballversion}
%patch1 -p1 -b .helpmsg

%build
%make OPTIMIZE="%{optflags}"

%install
install -D -m 755 pgn-extract %{buildroot}%{_gamesbindir}/pgn-extract

%files
%doc help.html eco.pgn
%{_gamesbindir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 16.7-4
+ Revision: c250910
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5933 |14cr|phalanx-23-0.beta.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Chess Engine
Name:		phalanx
Version:	23
Release:	0.beta.1
License:	GPLv2
Group:		Games/Boards
URL:		http://dusan.freeshell.org/phalanx/
Source0:	http://downloads.sourceforge.net/project/phalanx/Version%20XXIII%20Beta/phalanx-XXIII-beta.tgz
Source1:	sbook.phalanx.bz2
Source2:	learn.phalanx.bz2
Source3:	phalanx.sh.bz2
Patch0:		phalanx-23-rosa-format-security.patch
Provides:	chessengine

# TODO: either exclusivearch or regen opening books.
#       phalanx opening books are big/little endian sensitive

%description
Phalanx is a chess engine. It contains a text interface for playing
chess. Though it does not have any graphical interface, one can use
it inside some GUI chess interface such as Xboard or CSBoard,
serving as a chess engine.

%prep
%setup -q -n phalanx-XXIII

mv sbook.phalanx sbook.phalanx.bak
bzip2 -dc %{SOURCE1} > sbook.phalanx
bzip2 -dc %{SOURCE2} > learn.phalanx
bzip2 -dc %{SOURCE3} > phalanx.sh

%patch0 -p1

%build
%make	CFLAGS='%optflags -ffast-math' \
	DEFINES='-DGNUFUN -DPBOOK_DIR=\"%{_gamesdatadir}/%{name}\" -DSBOOK_DIR=\"%{_gamesdatadir}/%{name}\" -DECO_DIR=\"%{_gamesdatadir}/%{name}\"'

%install
install -D -m 755 phalanx %{buildroot}%{_gamesbindir}/phalanx.real
install -D -m 755 phalanx.sh %{buildroot}%{_gamesbindir}/phalanx

# install opening books
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
install -m 644 eco.phalanx pbook.phalanx sbook.phalanx learn.phalanx %{buildroot}%{_gamesdatadir}/%{name}/

%files
%doc HISTORY README
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}




%changelog
* Fri Dec 07 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 23-0.beta.1
+ Revision: 82ea038
- LOG update to 23 beta, fix build errors



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5934 |14cr|phasex-0.12.0-0.pre1.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define     desktop_vendor  sysex
%define     name            phasex
%define     version         0.12.0
%define     beta_version    pre1

%define     release         0.%{beta_version}.3


Name:       %{name}
Version:    %{version}
Release:    %{release}
Summary:    Phase Harmonic Advanced Synthesis EXperiment
Group:      Sound
License:    GPLv2
URL:        http://sysex.net/phasex/

Source0:    %{name}-%{version}-%{beta_version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot 

BuildRequires:  libalsa-devel
BuildRequires:  jackit-devel
BuildRequires:  libsamplerate-devel
BuildRequires:  gtk2-devel
BuildRequires:  perl


%description
Experimental JACK audio / ALSA MIDI softsynth for Linux
with a synth engine built around flexible phase modulation and
flexible oscillator/LFO sourcing.  Modulations include AM, FM, offset
PM, and wave select. It comes equipped with a 12db/octave filter
with two distortion curves, a stereo crossover delay and chorus with
phaser, ADSR envelopes for amplifier and filter, realtime audio input
processing capabilities, velocity/aftertouch sensitivity, and more.


%prep
%setup -q


%build
perl -pi -e 's/AM_LDFLAGS  =/AM_LDFLAGS  = -lgmodule-2.0 -lX11 /g' src/Makefile.am
echo _arch=%{_arch} _target_cpu=%{_target_cpu} _build_arch=%{_build_arch}
aclocal && autoconf && automake && autoheader
%configure %{?build_32bit:--enable-32bit} --enable-arch=%{_target_cpu} CFLAGS=''
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

for s in 16 22 32 48 ; do
    %{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
    %{__cp} %{buildroot}%{_datadir}/phasex/pixmaps/phasex-icon-${s}x${s}.png \
        %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/phasex-icon.png
done

BASE="Application AudioVideo Audio"
XTRA="X-MandrivaLinux-Multimedia-Sound;"

%{__mkdir} -p %{buildroot}%{_datadir}/applications
desktop-file-install --vendor %{desktop_vendor} \
    --dir %{buildroot}%{_datadir}/applications \
    `for c in ${BASE} ${XTRA} ; do echo "--add-category $c " ; done` \
    $RPM_BUILD_ROOT%{_datadir}/phasex/%{name}.desktop
rm $RPM_BUILD_ROOT%{_datadir}/phasex/%{name}.desktop


%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%postun
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README INSTALL LICENSE AUTHORS GPL-v2.txt ChangeLog TODO doc/ROADMAP
%{_bindir}/phasex
%dir %{_datadir}/phasex
%dir %{_datadir}/phasex/help
%dir %{_datadir}/phasex/pixmaps
%dir %{_datadir}/phasex/sys-midimaps
%dir %{_datadir}/phasex/sys-patches
%dir %{_datadir}/phasex/sys-samples
%dir %{_datadir}/themes/Phasex-Dark
%dir %{_datadir}/themes/Phasex-Light
%{_datadir}/phasex/patchbank
%{_datadir}/phasex/gtkenginerc
%{_datadir}/phasex/help/*
%{_datadir}/phasex/pixmaps/*
%{_datadir}/phasex/sys-midimaps/*
%{_datadir}/phasex/sys-patches/*
%{_datadir}/phasex/sys-samples/*
%{_datadir}/themes/Phasex-Dark/*
%{_datadir}/themes/Phasex-Light/*
%{_datadir}/applications/%{desktop_vendor}-phasex.desktop
%{_datadir}/icons/hicolor/*/apps/phasex-icon.png




%changelog
* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.12.0-0.pre1.3
+ Revision: 05ed573
- Automatic import for version 0.12.0-0.pre1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5935 |14cr|phat-0.3.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary: 	Widgets for audio applications
Name: 		phat
Version: 	0.3.1
Release: 	7
License: 	GPL+
Group: 		System/Libraries
# Upstream's dead, RIP...no source location
Source0:	%{name}-%{version}.tar.bz2
Patch0:		phat-0.3.1-configure.patch
Requires:	docbook-dtd30-sgml
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	gtk-doc
BuildRequires:  pkgconfig(libgnomecanvas-2.0) 

%description
PHAT is a collection of GTK+ widgets geared toward pro-audio apps. The goal
is to eliminate duplication of effort and provide some standardization
(well, at least for GTK+ apps).

%package -n %{libname}
Summary: Widgets for audio applications
Group: System/Libraries
Provides: %{name} = %{version}-%{release}

%description -n %{libname}
PHAT is a collection of GTK+ widgets geared toward pro-audio apps. The goal
is to eliminate duplication of effort and provide some standardization
(well, at least for GTK+ apps).

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname phat 0 -d}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use libraries from %{name}.

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_bindir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-7
+ Revision: 520ed0d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5936 |14cr|phatch-0.2.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Photo Batch Processor
Name:		phatch
Version:	0.2.7.1
License:	GPLv3+
Group:		Graphics
Release:	3
Source:		http://photobatch.stani.be/download/package/%{name}-%{version}.tar.gz
URL:		http://photobatch.stani.be/
BuildRequires:	python-devel >= 2.5
BuildRequires:	desktop-file-utils
BuildRequires:	python-sphinx
BuildRequires:	mlocate
Requires:	findutils
Requires:	python-imaging
Requires:	python-notify
Requires:	wxPythonGTK
Requires:	python-exiv2


%description
Phatch is a simple to use cross-platform GUI Photo Batch Processor
which handles all popular image formats and can duplicate (sub)folder
hierarchies. Phatch can batch resize, rotate, apply perspective,
shadows, rounded corners, ... and more in minutes instead of hours or
days if you do it manually. Phatch allows you to use EXIF and IPTC
tags for renaming and data stamping. Phatch also supports a console
version to batch photos on webservers.


%files -f %{name}.lang
%doc AUTHORS COPYING README
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-inspector.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_mandir}/man1/%{name}.1.*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}-inspector.png
%{_iconsdir}/hicolor/*/apps/*
%exclude %{py_puresitedir}/%{name}/lib/linux/nautilusExtension.py
%exclude /usr/share/phatch/doc/html


%package nautilus-bindings
Summary:	Nautilus binding for Photo Batch Processor
Group:		Graphics
Requires:	wxPythonGTK
Requires:	nautilus-python
Requires:	%{name} 
%description nautilus-bindings

This package provides nautilus binding for Photo Batch Processor.

%files nautilus-bindings
%doc AUTHORS COPYING README
%{py_puresitedir}/%{name}/lib/linux/nautilusExtension.py


%package doc
Summary:	Documentation for Photo Batch Processor
Group:		Graphics
Requires:	%{name}
%description doc

This package provides the html documentation for Photo Batch Processor.

%files doc
%{_datadir}/%{name}/doc/html

#-----------------------------------------------------------------------

%prep

%setup -q -n %{name}-0.2.7

%build

%install
python setup.py install --root=%{buildroot}

# Building documentation
cd docs
make html
mkdir -p %{buildroot}/%{_datadir}/%{name}/doc
cp -r build/html  %{buildroot}/%{_datadir}/%{name}/doc
cd ..
%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.7.1-3
+ Revision: 88f5c9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5937 |14cr|phmap-1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A war dialer
Name:		phmap
Version:	1.0
Release:	11
Group:		Monitoring
License:	GPL
URL:		http://www.atnum.com/~sephail/devel/proj/phmap.htm
Source0:	%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Phmap is a "war dialer" used for detecting which phone numbers in
a list have an active carrier signal. An example use of this
program is detecting which local BBS servers still exist.

%prep

%setup -q -n %{name}-%{version}

%build

%make CFLAGS="%{optflags}"

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m755 %{name} %{buildroot}%{_bindir}/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%attr(755,root,root) %{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-11
+ Revision: 284e8aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5938 |14cr|phonon-vlc-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Phonon VLC Backend
Name:		phonon-vlc
Version:	0.8.0
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://www.videolan.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-vlc/%{version}/src/phonon-backend-vlc-%{version}.tar.xz
BuildRequires:	automoc4
BuildRequires:	cmake
BuildRequires:	pkgconfig(libvlc)
BuildRequires:	pkgconfig(phonon)
Provides:	phonon-backend
# as a requires it pulls in vlc when building
Suggests:	vlc-plugin-pulse

%description
This package allows Phonon (the KDE media library) to use VLC for audio and
video playback.

%files
%doc COPYING.LIB
%{_libdir}/kde4/plugins/phonon_backend/phonon_vlc.so
%{_datadir}/kde4/services/phononbackends/vlc.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn phonon-backend-vlc-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.0-1
+ Revision: 2021981
- New version 0.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5939 |14cr|phoronix-test-suite-4.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#% define _requires_exceptions pear(.*)

# GUI was temporary dropped since 3.0 Aplha 1
%define		gui_enabled 1

Name:		phoronix-test-suite
Version:	4.0.1
Release:	2
Summary:	A Comprehensive Linux Benchmarking System
Source0:	%{name}-%{version}.tar.gz
Patch0:		phoronix-test-suite-3.6.1-install.patch
License:	GPLv3
Group:		Publishing
Url:		http://www.phoronix-test-suite.com/

BuildArch:	noarch

Requires:	php-cli
Requires:	php-gtk2
Requires:	php-fpdf

Suggests:	freeimage-devel
Suggests:	ftjam
Suggests:	git
Suggests:	gcc-gfortran
Suggests:	glew-devel
Suggests:	gtk+2-devel
Suggests:	java
Suggests:	libopenjpeg-devel
Suggests:	imlib2-devel
Suggests:	libaio-devel
Suggests:	libcurl-devel
Suggests:	libfftw-devel
Suggests:	libpopt-devel
Suggests:	libvorbis-devel
Suggests:	openal-devel
Suggests:	perl-devel
#Suggests:	perl-opengl # will be needed in a further revision but we are too close of the release
Suggests:	portaudio-devel
Suggests:	png-devel
Suggests:	php-gd
Suggests:	scons
Suggests:	SDL-devel
Suggests:	SDL_gfx-devel
Suggests:	SDL_net-devel
Suggests:	SDL_image-devel
Suggests:	SDL_sound-devel
Suggests:	SDL_ttf-devel
Suggests:	task-c-devel
Suggests:	task-c++-devel
Suggests:	tcsh
Suggests:	X11-devel

%description
The Phoronix Test Suite is the most comprehensive testing and benchmarking 
platform available for Linux and is designed to carry out qualitative and 
quantitative benchmarks in a clean, reproducible, and easy-to-use manner.

%prep
%setup -q -n %{name}
%patch0 -p1

%build
echo "fake build"

%install
%__mkdir_p %{buildroot}%{_prefix}
./install-sh %{buildroot}%{_prefix}
%__sed -i "s|%{buildroot}||g" %{buildroot}%{_bindir}/%{name}

%if %{gui_enabled}
# we overwrite default desktop file with the better one
# should be checked if it's needed when GUI is back
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Phoronix Test Suite
Comment=Phoronix Test Suite Benchmarking Utility
Exec=%{_bindir}/%{name} gui
Icon=%{name}
Terminal=false
Type=Application
Encoding=UTF-8
StartupNotify=true
Categories=GTK;System;Monitor;X-MandrivaLinux-CrossDesktop;
EOF
%endif

%files
%defattr(-,root,root,0755)
%doc %{_datadir}/doc/%{name}
%{_sysconfdir}/bash_completion.d/%{name}
%{_mandir}/man1/%{name}.1*
%{_bindir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/phoronix-test-suite-launcher.desktop
%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.1-2
+ Revision: 9b72e0c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5940 |14cr|photo-0.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		photo
Version:	0.9.1
Release:	3
Summary:	Image viewer
License:	GPLv3
Group:		Graphics
URL:		http://photoqt.org/
Source0:	http://photoqt.org/pkgs/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	qt4-devel
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	phonon-devel
BuildRequires:	cmake
Requires:	qt4-common
Requires:	qt4-database-plugin-sqlite

%description
Image viewer with a simple and fast interface, 
being good looking and highly configurable.

%prep
%setup -q

%build
cd build 
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
%make

%install
%{makeinstall_std} -C build

%files
%doc CHANGELOG INSTALL README
%{_datadir}/applications/%{name}.desktop
%{_bindir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-3
+ Revision: 6a22c9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5941 |14cr|photofilmstrip-1.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A program to make slide-show from pictures
Name:		photofilmstrip
Version:	1.4.0
Release:	2
License:	GPLv2+
Group:		Video
URL:		http://www.photofilmstrip.org/1-1-Home.html
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
Source2:	%{name}.rpmlintrc
Requires:	python >= 2.7 
Requires:	wxPython >= 2.8.0 
Requires:	python-imaging
Requires:	wxPythonGTK-wxversion >= 2.8.0
Requires:	mencoder
Obsoletes:	%{name} < %{version}
BuildArch:	noarch

%description
PhotoFilmStrip is a software to make movies out of your pictures in just 3
steps. First select your photos, customize the motion path and render the
video. There are several output possibilities for VCD, SVCD, DVD up to
FULL-HD. The effect of the slide-show is known as "Ken Burns". Comments of the
pictures are generated into a subtitle file. Furthermore an audio file can be
specified to setup the background music for the slide show. It has also the
opportunity to render slide shows in Full-HD (1920x1080) resolution.


%prep
%setup -qn %{name}-%{version}


%build
%make


%install
%makeinstall_std

# The main scripts are wrongly non-exec, so make it exec
chmod +x %{buildroot}%{_bindir}/%{name}
chmod +x %{buildroot}%{_bindir}/%{name}-cli
# and also rpmlint complains for those
chmod +x %{buildroot}%{_datadir}/%{name}/%{name}-cli.py
chmod +x %{buildroot}%{_datadir}/%{name}/%{name}-gui.py


# Install our .desktop file
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/

# Add the html docs and remove the windows help file
mkdir -p %{buildroot}%{_datadir}/doc/%{name}
install -m 644 doc/%{name}/*  %{buildroot}%{_datadir}/doc/%{name}
rm -rf %{buildroot}%{_datadir}/doc/%{name}/%{name}.chm

# TODO: Fix the below
# The main scripts don't install the .po files
#for poFile in *.po; do \
#    lang=$poFile; \
#    cp $poFile %%{buildroot}%%{_datadir}/locale/$$lang/PhotoFilmStrip.po;
#done


%files
%{_datadir}/doc/%{name}
%{_bindir}/%{name}
%{_bindir}/%{name}-cli
%{_datadir}/applications/%{name}.desktop
%{_datadir}/locale/*/LC_MESSAGES/*.mo
%{_datadir}/%{name}/
%{_datadir}/pixmaps/%{name}.xpm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-2
+ Revision: 6f10ee9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5942 |14cr|photon-0.4.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    photon
%define Name    Photon
%define version 0.4.6
%define release 9

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        Static HTML gallery generator
Source:         http://www.saillard.org/programs_and_patches/photon/files/%{Name}-%{version}.tar.bz2
Url:            http://www.saillard.org/photon/
License:        GPL
Group:          Graphics
BuildRequires:  python-devel
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
Photon is a photo album with a clean design.
Features:
* static HTML pages (you can put all pages and images on a CD-ROM)
* slideshow (use javascript optional)
* can use gimp to resize picture
* navigation between the image can use the keyboard (use javascript optional)
* works in any browser (Mozilla, Netscape Navigator 4.x, Konqueror, Opera)
* Each image can have a comment (with HTML tags)
* Information about the image (if taken from a digital picture) can be draw
* thumbnail image size can be chosen by the user
* output images can be scalled down
* control the number of thumbnail in a page.

%prep
%setup -q -n %{Name}-%{version}

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog README BUGS
%{_bindir}/%{name}
%{python_sitelib}/%{Name}
%{python_sitelib}/Photon-%{version}-py%{py_ver}.egg-info
%{_datadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.6-9
+ Revision: 20b746a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5943 |14cr|photoprint-0.3.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		bordersversion 0.0.2

Name:		photoprint
Version:	0.3.9
Release:	5
Summary:	Prints photos in various layouts and with color management
License:	GPL
Group:		Publishing
Source0:	http://www.blackfiveservices.co.uk/photoprint_resources/%{name}-%{version}.tar.gz
Source1:	http://www.blackfiveservices.co.uk/photoprint_resources/photoprint-borders-%{bordersversion}.tar.gz
Source2:	http://www.blackfiveservices.co.uk/PhotoPrint/Downloads/ProfilingKit.tar.bz2
Patch0:		photoprint-0.3.8-fmtstr.diff
Patch1:		photoprint-0.3.9-gcc4.x.diff
Patch2:		photoprint-0.3.9-glib_bork.diff
Patch3:		photoprint-0.3.9-netpbm.diff
Url:		http://www.blackfiveservices.co.uk/PhotoPrint/About.shtml
BuildRequires:	lcms-devel
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	jpeg-devel
BuildRequires:	netpbm-devel
BuildRequires:	cups-devel
BuildRequires:	libgutenprint-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	desktop-file-utils
BuildRequires:	autoconf automake libtool

%description
Photo Print is a utility for printing images via Gutenprint (a
rebranding of Gimp-Print for the latest version).

It supports different printing layouts, as one picture per page,
several pictures (scaled to equal size) per page, a poster of one
picture put together of several sheets, or several pictures combined
to one round picture for a CD back.

Image frames (Templates in /usr/share/photoprint/borders/) and color
management (Profiling instructions in
/usr/share/photoprint/ProfilingKit/ProfilingKit.html) are also
supported.

Photo Print can be used as GUI tool and also as command line tool in
batch mode.

Works nicely as an image editor in GQ-View.

%prep
%setup -q
%setup -q -T -D -a 1 -n %{name}-%{version}
%setup -q -T -D -a 2 -n %{name}-%{version}
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0

%build
export GTK2_LIBS="`pkg-config --libs gtk+-2.0` -lX11"

%configure2_5x

# bork
perl -pi -e "s|hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=\"\"|g" libtool
perl -pi -e "s|-L/lib/../%{_lib} -L/usr/lib/../%{_lib}|-L/%{_lib} -L%{_libdir}|g" libtool

%make

%install
%makeinstall

# install borders
install -d %{buildroot}%{_datadir}/photoprint/borders
cp -a photoprint-borders*/. %{buildroot}%{_datadir}/photoprint/borders
install -d %{buildroot}%{_datadir}/photoprint/ProfilingKit
cp -a ProfilingKit*/. %{buildroot}%{_datadir}/photoprint/ProfilingKit

%find_lang %{name} --with-gnome

# install man page
install -d %{buildroot}%{_mandir}/man1/
install -m 644 photoprint.1 %{buildroot}%{_mandir}/man1/


desktop-file-install \
    --vendor="" \
    --dir %{buildroot}%{_datadir}/applications \
    %{buildroot}%{_datadir}/applications/fotoprint.desktop

%files -f %{name}.lang
%doc README COPYING NEWS TODO
%{_bindir}/*
%{_iconsdir}/hicolor/48x48/apps/fotoprint.png
%{_mandir}/man*/*
%{_datadir}/photoprint
%{_datadir}/applications/fotoprint.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.9-5
+ Revision: af45569
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5944 |14cr|photostock-helper-0.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK2 tool to define photostock IPTC tags and upload images to many photostocks
Name:		photostock-helper
Version:	0.0.1
Release:	2
License:	GPLv3
Group:		Graphics
Url:		https://launchpad.net/photostock-helper
# repack from launchpad
Source0:	%{name}-%{version}.tar.bz2
Patch0:		photostock-helper-0.0.1-datapath.patch
BuildArch:	noarch

%description
PhotoStock Helper is a small GTK2-perl application that helps to define usual
photostock IPTC tags (headline, description, keywords) and upload photographs
to many photostocks at once.

%prep
%setup -q
%patch0 -p1

%build

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 %{name}.pl %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}
install -m 0644 %{name}.glade %{buildroot}%{_datadir}/%{name}/%{name}.glade

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=PhotoStock Helper
Comment=GTK2 tool to define photostock IPTC tags and upload images to many photostocks
Exec=%{_bindir}/%{name}
Icon=go-up
Terminal=false
Type=Application
Categories=Graphics;
EOF

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-2
+ Revision: 4e42d43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5945 |14cr|php-adodb-5.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Active Data Objects Data Base (ADOdb)
Name:		php-adodb
Version:	5.18
Release:	2
License:	BSD
Group:		Development/PHP
URL:		http://adodb.sourceforge.net/
Source0:	http://downloads.sourceforge.net/adodb/adodb518a.tgz
BuildRequires:	unzip
BuildArch:	noarch
Epoch:		2

%description
PHP is a wonderful language for building dynamic web pages. Unfortunately,
PHP's database access functions are not standardised. Every database
extension uses a different and incompatibile API. This creates a need for a
database class library to hide the differences between the different databases
(encapsulate the differences) so we can easily switch databases. 

%prep
%setup -q -n adodb5

%build

%install

install -d %{buildroot}/var/www/icons
install -d %{buildroot}%{_datadir}/php/adodb
cp -aRf * %{buildroot}%{_datadir}/php/adodb

install -m644 cute_icons_for_site/* %{buildroot}/var/www/icons/

# cleanup
rm -rf %{buildroot}%{_datadir}/php/adodb/cute_icons_for_site
rm -rf %{buildroot}%{_datadir}/php/adodb/docs
rm -f %{buildroot}%{_datadir}/php/adodb/*.txt

%clean

%files
%doc *.txt docs/*
%{_datadir}/php/adodb
/var/www/icons/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18-2
+ Revision: 1598dc4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5946 |14cr|php-apacheaccessor-0.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname apacheaccessor
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B12_%{modname}.ini

Summary:	Simple API to Apache runtime configuration for PHP
Name:		php-%{modname}
Version:	0.5.1
Release:	3
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/ApacheAccessor/
Source0:	http://pecl.php.net/get/apacheaccessor-%{version}.tgz
Source1:	B12_apacheaccessor.ini
BuildRequires:	pkgconfig
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel
BuildRequires:	apr-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
ApacheAccessor lets you retrieve Apache configuration (at runtime of current
proccess) as PHP array or dump it as HTML table.

%prep

%setup -q -n apacheaccessor-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild
export CPPFLAGS="`apr-1-config --cppflags`"

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-apxs=/usr/bin/apxs \
    --with-aprconfig=/usr/bin/apr-1-config \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package*.xml examples
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-3
+ Revision: 6a00fb8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5947 |14cr|php-apm-1.1.0-0.0.beta4.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname apm
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B10_%{modname}.ini

%define pre_rel beta4

Summary:	Alternative PHP Monitor
Name:		php-%{modname}
Version:	1.1.0
Release:	%mkrel 0.0.%{pre_rel}.1
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/APM/
Source0:	http://pecl.php.net/get/APM-%{version}%{pre_rel}.tgz
Source1:	B10_apm.ini
Patch0:		APM-1.0.0-default_path.diff
BuildRequires:	sqlite3-devel
BuildRequires:	mysql-devel
BuildRequires:	php-devel >= 3:5.2.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Monitoring extension for PHP, collects error events and store them in a local
SQLite database.

%prep

%setup -q -n APM-%{version}%{pre_rel}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

cp %{SOURCE1} %{inifile}

%build
%serverbuild

export APM_SHARED_LIBADD="-lmysqlclient -lz -lsqlite3"
phpize
%configure2_5x \
    --with-libdir=%{_lib} \
    --with-sqlite3=%{_prefix} \
    --with-mysql=%{_prefix} \
    --with-zlib-dir=%{_prefix} \
    --with-%{modname}=shared,%{_prefix}

# use the correct version
echo "#define APM_VERSION \"%{version}%{pre_rel}\"" >> config.h

%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}/var/lib/php-apm

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc web AUTHORS LICENSE NEWS sql apm.ini package*.xml
%config(noreplace) %attr(0640,apache,apache) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}
%attr(0750,apache,apache) /var/lib/php-apm



%changelog
* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.1.0-0.0.beta4.1
+ Revision: 4200cd5
- Automatic import for version 1.1.0-0.0.beta4.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5948 |14cr|php-auth_nds-2.2.6-32
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname Auth NDS
%define modname auth_nds
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A21_%{modname}.ini

Summary:	The %{realname} module for PHP
Name:		php-%{modname}
Version:	2.2.6
Release:	32
Group:		Development/PHP
License:	GPL
URL:		ftp://platan.vc.cvut.cz/pub/linux/ncpfs/
Source0:	php-%{modname}-%{version}.tar.gz
Patch0:		php-auth_nds-2.2.6-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	ncpfs-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is a dynamic shared object (DSO) that adds Auth NDS support to PHP.

%prep

%setup -q -n php-%{modname}-%{version}

%patch0 -p0

# small hack
#cat >> config.h << EOF
#define HAVE_DLFCN_H 1
#define COMPILE_DL_AUTH_NDS 1
#define NCPFS_VERSION "%{version}"
#EOF

%build

%{_usrsrc}/php-devel/buildext %{modname} "php_auth_nds.c" \
    "-lncp" "-I%{_includedir}/ncp -DHAVE_DLFCN_H -DCOMPILE_DL_AUTH_NDS -DNCPFS_VERSION=\"%{version}\""

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

cat > README.%{modname} << EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
EOF

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
[ "../package.xml" != "/" ] && rm -f ../package.xml

%files 
%defattr(-,root,root)
%doc site README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.6-32
+ Revision: 76bcebd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5949 |14cr|php-bbcode-1.0.3-0.0.b1.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname bbcode
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A68_%{modname}.ini

Summary:	BBCode parsing Extension
Name:		php-%{modname}
Version:	1.0.3
Release:	%mkrel 0.0.b1.6
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/bbcode
Source0:	http://pecl.php.net/get/%{modname}-%{version}b1.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is a quick and efficient BBCode Parsing Library. It provides various tag
types, high speed one pass parsing, callback system, tag position restriction.

It will force closing BBCode tags in the good order, and closing terminating
tags at the end of the string this is in order to ensure HTML Validity in all
case.

%prep

%setup -q -n %{modname}-%{version}b1
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%build
%serverbuild

#export CFLAGS="%(echo %optflags | sed 's/-Wp,-D_FORTIFY_SOURCE=2//')"
#export CXXFLAGS="${CFLAGS}"
#export CCFLAGS="${CFLAGS}"

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 .libs/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.3-0.0.b1.6
+ Revision: b80aff2
- Automatic import for version 1.0.3-0.0.b1.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5950 |14cr|php-bitset-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname bitset
%define soname %{modname}.so
%define inifile A84_%{modname}.ini

Summary:	BITSET library
Name:		php-%{modname}
Version:	2.0
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/bitset/
Source0:	http://pecl.php.net/get/bitset-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Sets of bits manipuliting library.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv -f ../package*.xml .

# lib64 fixes
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-2
+ Revision: 7136eef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5951 |14cr|php-bloomy-0.1.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname bloomy
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A97_%{modname}.ini

Summary:	Extension implementing a Bloom filter
Name:		php-%{modname}
Version:	0.1.0
Release:	14
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/bloomy/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Patch0:		bloomy-0.1.0-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This extension implements a Bloom filter, which is a space-efficient
probabilistic data structure that is used to test whether an element is a
member of a set.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-14
+ Revision: 72fc3da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5952 |14cr|php-braille-0.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname braille
%define soname %{modname}.so
%define inifile A65_%{modname}.ini

Summary:	Functions to control a braille display (and keyboard), based on libbraille
Name:		php-%{modname}
Version:	0.1.1
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://libbraille.org
Source0:	http://php-baustelle.de/%{modname}-%{version}.tgz
Patch0:		braille-0.1.1-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
BuildRequires:	libbraille-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Functions to control a braille display (and keyboard), based on libbraille.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS EXPERIMENTAL package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-2
+ Revision: 6ae73ae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5953 |14cr|php-cairo_wrapper-0.2.4-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname cairo_wrapper
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A99_%{modname}.ini

Summary:	Cairo Wrapper Extension
Name:		php-%{modname}
Version:	0.2.4
Release:	14
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/cairo_wrapper/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Patch0:		cairo_wrapper-0.2.4-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	pkgconfig
BuildRequires:	cairo-devel >= 1.2.2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A cairo API wrapper. For details about cairo see http://cairographics.org/

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-14
+ Revision: e02bbcb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5954 |14cr|php-channel-phpunit-1.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define pear_xmldir  /var/lib/pear

Name:		php-channel-phpunit
Version:		1.3
Release:		10
Summary:		Adds phpunit channel to PEAR
Group:		Development/PHP
License:		BSD
URL:		http://pear.phpunit.de
Source0:		http://pear.phpunit.de/channel.xml
BuildRequires:	php-pear
Requires(pre): php-cli
Requires(pre): php-pear
Requires(postun): php-pear
Requires:	php-pear
BuildArch:	noarch


%description
This package adds the phpunit channel which allows PEAR packages from this
channel to be installed.

%prep

%setup -q -c -T

%build
# Empty build section, nothing to build

%install

%{__mkdir_p} %{buildroot}%{_datadir}/pear/packages/
%{__install} -pm 644 %{SOURCE0} %{buildroot}%{_datadir}/pear/packages/pear.phpunit.de.xml


%post
if [ $1 -eq  1 ] ; then
    pear channel-add %{_datadir}/pear/packages/pear.phpunit.de.xml
else
    pear channel-update %{_datadir}/pear/packages/pear.phpunit.de.xml
fi

%preun
if [ $1 -eq 0 ] ; then
    pear channel-delete pear.phpunit.de
fi


%files
%{_datadir}/pear/packages/pear.phpunit.de.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-10
+ Revision: cb7139a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5955 |14cr|php-channel-symfony-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The symfony project PEAR channel
Name:		php-channel-symfony
Version:	1.3
Release:	3
Group:		Development/PHP
License:	MIT
URL:		http://pear.symfony-project.com/
Source0:	http://pear.symfony-project.com/channel.xml
BuildRequires:	php-pear
Requires:	php-pear
Requires(pre): php-cli
Requires(pre): php-pear
Requires(postun): php-pear
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package adds The symfony project PEAR channel which allows PEAR packages
from this channel to be installed.

%prep

%setup -q -c -T

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/pear/packages

install -m0644 %{SOURCE0} %{buildroot}%{_datadir}/pear/packages/pear.symfony-project.com.xml

%post
if [ $1 -eq  1 ] ; then
    %{_bindir}/pear channel-add %{_datadir}/pear/packages/pear.symfony-project.com.xml > /dev/null || :
else
    %{_bindir}/pear channel-update %{_datadir}/pear/packages/.xml > /dev/null ||:
fi

%postun
if [ $1 -eq 0 ] ; then
    %{_bindir}/pear channel-delete pear.symfony-project.com > /dev/null || :
fi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_datadir}/pear/packages/pear.symfony-project.com.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-3
+ Revision: 8d96695
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5956 |14cr|php-chdb-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname chdb
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B15_%{modname}.ini

Summary:	A fast database for constant data with memory sharing across processes
Name:		php-%{modname}
Version:	1.0.2
Release:	4
Group:		Development/PHP
License:	BSD
URL:		http://pecl.php.net/package/chdb
Source0:	http://pecl.php.net/get/chdb-%{version}.tgz
Source1:	B15_chdb.ini
BuildRequires:	pkgconfig
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	cmph-devel

%description
CHDB (constant hash database) is a fast key-value database for constant data,
realized by using a memory-mapped file and thus providing the following
functionalities:
- Extremely fast initial load, regardless of the size of the database.
- Only the pages of the file which are actually used are loaded from the disk.
- Once a page is loaded it is shared across multiple processes.
- Loaded pages are cached across multiple requests and even process recycling.
A typical use of CHDB is as a faster alternative to defining many PHP
constants. 
CHDB is internally implemented as a hash-table using a perfect hashing
function, thus guaranteeing worst case O(1) lookup time.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-4
+ Revision: 617136f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5957 |14cr|php-cyrus-1.0-33
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname cyrus
%define modname cyrus
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A16_%{modname}.ini

Summary:	An extension which eases the manipulation of Cyrus IMAP servers for PHP
Name:		php-%{modname}
Version:	1.0
Release:	33
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/cyrus
Source0:	%{modname}-%{version}.tar.bz2
Source1:	%{modname}.ini
Patch0:		cyrus-1.0-lib64.diff
Patch1:		cyrus-1.0-php54x.diff
Requires:	php-cli >= 3:5.2.0
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	cyrus-imapd-devel
BuildRequires:	libsasl-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
An extension which eases the manipulation of Cyrus IMAP servers.

%prep

%setup -q -n %{modname}-%{version}
%patch0 -p0
%patch1 -p0

cp %{SOURCE1} %{inifile}

%build
%serverbuild

#%{_usrsrc}/php4-devel/buildext %{modname} cyrus.c "-lsasl2 -lcyrus -lcyrus_min" \
#    "-DCOMPILE_DL_CYRUS -DHAVE_CYRUS -I%{_includedir}/sasl"

phpize
export CYRUS_SHARED_LIBADD="-L%{_libdir} -lsasl2 -lcyrus -lcyrus_min"
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

cat > README.%{modname} << EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
EOF

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
[ "../package.xml" != "/" ] && rm -f ../package.xml

%files 
%defattr(-,root,root)
%doc CREDITS README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-33
+ Revision: e8521b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5958 |14cr|php-dav-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname dav
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A59_%{modname}.ini

Summary:	A PHP WebDAV for PHP
Name:		php-%{modname}
Version:	1.2
Release:	7
Group:		Development/PHP
License:	BSD-like
URL:		http://php-webdav.pureftpd.org/project/php-webdav
Source0:	http://download.pureftpd.org/php-webdav/php-webdav-%{version}.tar.gz
BuildRequires:	php-devel >= 3:5.2.1
BuildRequires:	neon-devel
BuildRequires:	file
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The PHP WebDAV extension allows easy access to remote resources with PHP
through the DAV protocol.

%prep

%setup -q -n dav

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%serverbuild

phpize --clean
phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS LICENSE README tests
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-7
+ Revision: f6831d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5959 |14cr|php-dbase-5.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname dbase
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 15_%{modname}.ini

Summary:	dBase database file access functions
Name:		php-%{modname}
Epoch:		1
Version:	5.1.0
Release:	3
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/dbase
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	dbase.ini
BuildRequires:	php-devel >= 3:5.3.0

%description
These functions allow you to access records stored in dBase-format (dbf)
databases.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

%build
%serverbuild
phpize
%configure2_5x --with-libdir=%{_lib}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.1.0-3
+ Revision: b480894
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5960 |14cr|php-dbus-0.1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname dbus
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B14_%{modname}.ini

Summary:	Extension for interaction with DBUS busses
Name:		php-%{modname}
Version:	0.1.1
Release:	6
Group:		Development/PHP
License:	PHP
URL:		http://pecl.php.net/package/DBus
Source0:	http://pecl.php.net/get/dbus-%{version}.tgz
Source1:	B14_dbus.ini
BuildRequires:	pkgconfig
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	dbus-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This extension allows you to talk to DBUS services on a system, and also act as
a DBUS service.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-6
+ Revision: 8326aae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5961 |14cr|php-dbx-1.1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname dbx
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 16_%{modname}.ini

Summary:	DBX extension module for PHP
Name:		php-%{modname}
Version:	1.1.2
Release:	6
Group:		Development/PHP
URL:		http://www.php.net
License:	PHP License
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
BuildRequires:	php-devel >= 3:5.2.0
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The dbx module is a database abstraction layer. The dbx functions
allow you to access all supported databases using a single calling
convention. The dbx-functions themselves do not interface directly
to the databases, but interface to the modules that are used to
support these databases. The currently supported databases are
MySQL, ODBC, Oracle (oci8), MS SQL Server, PostgreSQL, FrontBase,
Sybase-CT and SQLite. The module-dependencies are only for the
databases you wish to use.

%prep

%setup -q -n %{modname}-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

cp %{SOURCE1} %{inifile}

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS howto_extend_dbx.html package.xml tests
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.1.2-6
+ Revision: 4b55340
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5962 |14cr|php-defcon-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname defcon
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B18_%{modname}.ini

Summary:	PHP Defcon extension
Name:		php-%{modname}
Version:	1.0.0
Release:	6
Group:		Development/PHP
License:	PHP
URL:		http://www.xarg.org/project/php-defcon/
Source0:	http://www.xarg.org/download/defcon-%{version}.tar.gz
Source1:	B18_defcon.ini
Source2:	defcon.conf
Patch0:		defcon-1.0.0-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
PHP Defcon is an Extension for PHP to define constants that are available
during the whole server runtime - from server start to shutdown.

%prep

%setup -q -n %{modname}-%{version}

%patch0 -p0

cp %{SOURCE1} %{inifile}
cp %{SOURCE2} defcon.conf

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m0644 defcon.conf %{buildroot}%{_sysconfdir}/

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CREDIT
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/defcon.conf
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-6
+ Revision: 91801e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5963 |14cr|php-dio-0.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname dio
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 17_%{modname}.ini

Summary:	Direct I/O extension module for PHP
Name:		php-%{modname}
Version:	0.0.7
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/dio
Source0:	http://pecl.php.net/get/dio-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
Epoch:		2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
PHP supports the direct io functions as described in the Posix Standard
(Section 6) for performing I/O functions at a lower level than the C-Language
stream I/O functions (fopen(), fread(),..). The use of the DIO functions should
be considered only when direct control of a device is needed. In all other
cases, the standard filesystem functions are more than adequate.

%prep

%setup -q -n dio-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:0.0.7-2
+ Revision: 874a499
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5964 |14cr|php-doublemetaphone-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname doublemetaphone
%define soname %{modname}.so
%define inifile A71_%{modname}.ini

Summary:	Provide Double Metaphone functionality

Name:		php-%{modname}
Version:	1.0.1
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/doublemetaphone
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file

%description
The Double Metaphone algorithm by Lawrence Philips allows a word to be
broken down into its phonemes.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make

%install

install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}/var/log/httpd

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean

%files 
%doc package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: 3d6a2f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5965 |14cr|php-esmtp-0.3.1-37
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname esmtp
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A34_%{modname}.ini

Summary:	ESMTP client extension for PHP
Name:		php-%{modname}
Version:	0.3.1
Release:	37
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/esmtp
Source0:	esmtp-%{version}.tar.bz2
Patch0:		esmtp-0.3.1-compile_fix.diff
Patch1:		esmtp-0.3.1-php53.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	libesmtp-devel >= 1.0.3r1-1mdk
BuildRequires:	openssl-devel
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Esmtp is a wrapper for SMTP client library based on the libESMTP library. You
can use it to send messages using internal SASL, and external/openssl SSL
support.

%prep

%setup -q -n esmtp-%{version}
%patch0 -p0
%patch1 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
[ "../package.xml" != "/" ] && rm -f ../package.xml

%files 
%defattr(-,root,root)
%doc tests CREDITS NOTES TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.3.1-37
+ Revision: 5fd08b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5966 |14cr|php-event-0.9.1-36
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname event
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A35_%{modname}.ini

Summary:	Event Scheduling Engine for PHP
Name:		php-%{modname}
Version:	0.9.1
Release:	36
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/event
Source0:	event-%{version}.tar.bz2
Patch0:		event-0.9.1-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is an extension to efficiently schedule IO, time and signal based events
using the best available IO notification mechanism for your system. This is a
port of libevent to the PHP infrastructure; the API is similar but not
identical.

%prep

%setup -q -n event-%{version}

%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
[ "../package.xml" != "/" ] && rm -f ../package.xml

%files 
%defattr(-,root,root)
%doc CREDITS
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.9.1-36
+ Revision: c792e8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5967 |14cr|php-facedetect-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname facedetect
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B17_%{modname}.ini

Summary:	PHP extension to access the OpenCV library
Name:		php-%{modname}
Version:	1.0.1
Release:	6
Group:		Development/PHP
License:	PHP
URL:		http://www.xarg.org/project/php-facedetect/
Source0:	http://www.xarg.org/download/facedetect-%{version}.tar.gz
Source1:	B17_facedetect.ini
Patch0:		facedetect-dso-link-workaround.patch
Patch1:		facedetect-1.0.1-opencv-2.2.0.patch
Patch2:		facedetect-1.0.1-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	opencv-devel >= 2.2.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This extension provides a PHP implementation of the OpenCV library.
The extension offers two new functions. In principle, they differ
only by their return value. The first returns only the number of
faces found on the given image and the other an associative array
of their coordinates.

%prep

%setup -q -n facedetect
%patch0 -p1
%patch1 -p1
%patch2 -p0

sed -i 's/\r//' CREDITS

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-6
+ Revision: a03a766
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5968 |14cr|php-fam-5.0.1-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname fam
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 20_%{modname}.ini

Summary:	File Alteration Monitor Functions
Name:		php-%{modname}
Version:	5.0.1
Release:	24
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/fam/
Source0:	http://pecl.php.net/get/fam-%{version}.tgz
Patch0:		fam-5.0.1-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	fam-devel
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
FAM monitors files and directories, notifying interested applications of
changes. A PHP script may specify a list of files for FAM to monitor using
the functions provided by this extension. The FAM process is started when the
first connection from any application to it is opened. It exits after all
connections to it have been closed. This PHP module adds support for FAM
(File Alteration Monitor). FAM monitors files and directories, notifying
interested applications of changes.

%prep

%setup -q -n fam-%{version}
[ "../package.xml" != "/" ] && mv -f ../package.xml .

%patch0 -p0

# fix version
perl -pi -e "s|^#define PHP_FAM_VERSION .*|#define PHP_FAM_VERSION \"%{version}\"|g" php_fam.h

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.0.1-24
+ Revision: bcd65ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5969 |14cr|php-firebird-5.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname firebird
%define soname interbase.so
%define inifile 42_%{modname}.ini

Summary:	Firebird database module for PHP
Name:		php-%{modname}
Epoch:		3
Version:	5.4.4
Release:	2
Group:		Development/PHP
URL:		http://www.php.net
License:	PHP License
Source0:	%{modname}.ini
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	firebird-devel
Provides:	php-interbase = %{version}-%{release}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is a dynamic shared object (DSO) for PHP that will add Firebird
database support.

%prep

%setup -c -T
cp -dpR %{_usrsrc}/php-devel/extensions/interbase/* .

%build
%serverbuild

phpize
%configure2_5x \
	--with-libdir=%{_lib} \
	--with-interbase=%{_libdir}/firebird

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} 

install -D -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/%{soname}
install -D -m0644 %{SOURCE0} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3:5.4.4-2
+ Revision: 86cef8b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5970 |14cr|php-fpdf-1.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PHP class to generate PDF files
Name:		php-fpdf
Version:	1.6
Release:	7
License:	MIT
Group:		Development/PHP
Source0:	fpdf16.tgz
URL:		http://www.fpdf.org

BuildArch:	noarch
BuildRequires:	dos2unix

BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
FPDF is a PHP class that allow generating PDF files with pure PHP, that is to
say without using the PDFlib library. FPDF provides high-level functions and 
has the following main features:

 - Choice of measure unit, page format, and margins
 - Page header and footer management
 - Automatic page break
 - Automatic line break and text justification
 - Image support (JPEG and PNG)
 - Colors
 - Links
 - TrueType, Type1, and encoding support
 - Page compression

%prep

%setup -q -n fpdf16

find . -name "*.htm" \
     -name "*.css" \
     -name "*.txt" \
     -name "*.ini" \
     -name "*.mat" \
     -name "*.afm" \
     -name "*.ttf" \
     -name "*.z" \
     -name "*.png" \
     -exec chmod 644 {} \;

find . -name "*.txt" -name "*.ini" -exec dos2unix {} \;

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/php/fpdf
cp -a fpdf.php %{buildroot}%{_datadir}/php/fpdf/
cp -pR font %{buildroot}%{_datadir}/php/fpdf/

install -d %{buildroot}%{_docdir}/php-fpdf
cp -pR doc %{buildroot}%{_docdir}/php-fpdf/
cp -pR tutorial %{buildroot}%{_docdir}/php-fpdf/
cp -p FAQ.htm fpdf.css fpdf.php histo.htm install.txt license.txt %{buildroot}%{_docdir}/php-fpdf/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%{_datadir}/php/fpdf
%{_docdir}/php-fpdf




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-7
+ Revision: 2f5d456
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5971 |14cr|php-gd-bundled-5.4.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GD extension module for PHP
Name:		php-gd-bundled
Version:	5.4.4
Release:	4
Group:		Development/PHP
URL:		http://www.php.net
License:	PHP License
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:  pkgconfig(x11)
BuildRequires:  jpeg-devel
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(xpm)
BuildRequires:	t1lib-devel
Provides:	php-gd = 0:%{version}-%{release}
Conflicts:	php-gd < 0:5.2.6-1

%description
This is a dynamic shared object (DSO) for PHP that will add GD support,
allowing you to create and manipulate images with PHP using the gd library.

PHP is not limited to creating just HTML output. It can also be used to create
and manipulate image files in a variety of different image formats, including
gif, png, jpg, wbmp, and xpm. Even more convenient, PHP can output image
streams directly to a browser. You will need to compile PHP with the GD library
of image functions for this to work. GD and PHP may also require other
libraries, depending on which image formats you want to work with.
 
You can use the image functions in PHP to get the size of JPEG, GIF, PNG, SWF,
TIFF and JPEG2000 images. 

This package is built against the bundled gd library that comes with the php
source. Currently it has some additional features, but I expect the extra
features to be merged upstream into the "official" libgd very soon. 

%prep

%setup -c -T
cp -dpR %{_usrsrc}/php-devel/extensions/gd/* .

%build
%serverbuild

export LIBS="$LIBS -lm"

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-gd \
    --with-jpeg-dir=%{_prefix} \
    --with-png-dir=%{_prefix} \
    --with-zlib-dir=%{_prefix} \
    --with-xpm-dir=%{_prefix}/X11R6 \
    --with-ttf=%{_prefix} \
    --with-freetype-dir=%{_prefix} \
    --enable-gd-native-ttf \
    --with-t1lib=%{_prefix}

%make

mv modules/*.so .
chrpath -d gd.so

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 gd.so %{buildroot}%{_libdir}/php/extensions/gd-bundled.so

cat > %{buildroot}%{_sysconfdir}/php.d/23_gd-bundled.ini << EOF
extension = gd-bundled.so
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%files 
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/23_gd-bundled.ini
%attr(0755,root,root) %{_libdir}/php/extensions/gd-bundled.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.4.4-4
+ Revision: cbbf57a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5972 |14cr|php-gender-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname gender
%define soname %{modname}.so
%define inifile A89_%{modname}.ini

Summary:	Gender Extension
Name:		php-%{modname}
Version:	1.0.0
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/gender/
Source0:	http://pecl.php.net/get/gender-%{version}.tgz
Requires:	php-bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Gender PHP extension is a port of the gender.c program originally written by
Joerg Michael. The main purpose is to find out the gender of first names. The
actual database contains >40000 first names from 54 countries.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

bunzip2 data/nam_dict.txt.bz2

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -p -i -e "s|/lib\b|/%{_lib}|g" *.m4

perl -pi -e "s|/home/user/|%{_datadir}/%{name}/|g" README

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_datadir}/%{name}

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 data/nam_dict.txt %{buildroot}%{_datadir}/%{name}/
bzip2 -9 %{buildroot}%{_datadir}/%{name}/nam_dict.txt

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[%{modname}]
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package*.xml CREDITS LICENSE README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}
%dir %{_datadir}/%{name}
%attr(0644,root,root) %{_datadir}/%{name}/nam_dict.txt.bz2




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 7deef4e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5973 |14cr|php-geoip-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname geoip
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A10_%{modname}.ini

%define mod_src "geoip.c"
%define mod_lib "-lGeoIP"
%define mod_def "-DCOMPILE_DL_GEOIP"

Summary:	Map IP address to geographic places

Name:		php-%{modname}
Version:	1.1.0
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/%{modname}/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	pkgconfig(geoip) >= 1.4.0
Requires:	geoip >= 1.4.0
Epoch:		1

%description
This PHP extension allows you to find the location of an IP address - City,
State, Country, Longitude, Latitude, and other information as all, such as ISP
and connection type. For more info, please visit Maxmind's website.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

#%{_usrsrc}/php-devel/buildext %{modname} %{mod_src} %{mod_lib} %{mod_def}

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%doc ChangeLog README package*.xml tests
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.1.0-2
+ Revision: f61e288
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5974 |14cr|php-geshi-1.0.8.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name geshi

Name:		php-%{upstream_name}
Version:	1.0.8.11
Release:	2
Summary:	Generic Syntax Highlighter
License:	PHP License
Group:		Development/PHP
URL:		http://qbnz.com/highlighter/
Source0:	https://sourceforge.net/projects/geshi/files/geshi/GeSHi%201.0.8.11/GeSHi-%{version}.tar.bz2
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Generic Syntax Highlighter for PHP. Used to highlight almost any code
for the web. Nearly 100 supported languages: PHP, HTML, C and more. Styles can
be changed on the fly and CSS classes can be used to reduce the amount of XHTML
compliant output.

%prep
%setup -q -n %{upstream_name}

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_datadir}/php
cp -p geshi.php %{buildroot}%{_datadir}/php
cp -pr geshi %{buildroot}%{_datadir}/php
cp -pr contrib %{buildroot}%{_datadir}/php/geshi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc docs
%{_datadir}/php/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8.11-2
+ Revision: 29ce867
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5975 |14cr|php-gmagick-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname gmagick
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B01_%{modname}.ini

Summary:	Provides a wrapper to the GraphicsMagick library
Name:		php-%{modname}
Version:	1.1.2
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/gmagick/
Source0:	http://pecl.php.net/get/gmagick-1.1.2RC1.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	graphicsmagick-devel >= 1.0.0
BuildRequires:	libsm-devel

%description
Gmagick is a php extension to create, modify and obtain meta information of
images using the GraphicsMagick API. This extension requires GraphicsMagick
version 1.2.6+ and PHP 5.1.3+.

%prep

%setup -qn %{modname}-%{version}RC1
[ "../package*.xml" != "/" ] && mv ../package*.xml .

find -type f | xargs chmod 644

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean

%files 
%doc README package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-2
+ Revision: bf25ecc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5976 |14cr|php-gnutls-0.3-0.rc1.24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname gnutls
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A67_%{modname}.ini

Summary:	GnuTLS PHP Module
Name:		php-%{modname}
Version:	0.3
Release:	%mkrel 0.rc1.24
Group:		Development/PHP
License:	GPLv2+
URL:		http://openvcp.org/
Source0:	http://files.openvcp.org/modphp-%{modname}-%{version}-rc1.tar.gz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	pkgconfig
BuildRequires:	gnutls-devel
BuildRoot:	%{_tmppath}/%{name}-root

%description
This is a dynamic shared object (DSO) that adds GnuTLS support to PHP.

%prep

%setup -q -n modphp-%{modname}-%{version}-rc1

%build

%{_usrsrc}/php-devel/buildext %{modname} "%{modname}.c" "-DCOMPILE_DL=1 -DHAVE_SOCKETS -L%{_libdir} `pkg-config --libs gnutls`"

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

cat > README.%{modname} << EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
EOF

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.3-0.rc1.24
+ Revision: 8306a39
- Automatic import for version 0.3-0.rc1.24



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5977 |14cr|php-hidef-0.1.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname hidef
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A58_%{modname}.ini

Summary:	A PHP module providing constants for real
Name:		php-%{modname}
Version:	0.1.13
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/hidef/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.1
BuildRequires:	file
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Allow definition of user defined constants in simple ini files, which are then
processed like internal constants, without any of the usual performance
penalties.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d/%{modname}

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS INSTALL package*.xml
%dir %{_sysconfdir}/php.d/%{modname}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.13-2
+ Revision: a995154
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5978 |14cr|php-htscanner-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname htscanner
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A12_%{modname}.ini

Summary:	Htaccess support for PHP
Name:		php-%{modname}
Version:	1.0.1
Release:	3
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/htscanner
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Allow one to use htaccess-like file to configure PHP per directory, just like
apache's htaccess. It is especially useful with fastcgi. This package was
originally developed by Bart Vanbrabant. Old versions are available
from: http://files.zoeloelip.be/htscanner

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

; The configuration file htscanner needs to scan for php_* directives
config_file=".htaccess"

; The fallback docroot when htscanner can't determine the current docroot
default_docroot="/"
default.ttl=300

; Stop when an error occured in RINIT (no document root, cannot get path_translated,...)
stop_on_error = 0
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS README package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-3
+ Revision: 8152bdb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5979 |14cr|php-id3-0.2-36
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname id3
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A14_%{modname}.ini

Summary:	Functions to read and write ID3 tags in MP3 files
Name:		php-%{modname}
Version:	0.2
Release:	36
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/id3
Source0:	http://pecl.php.net/get/id3-%{version}.tgz
Patch0:		id3-0.2-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
id3 enables to to retrieve and update information from ID3 tags in MP3 files.
It supports version 1.0 and version 1.1.

%prep

%setup -q -n id3-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc examples CREDITS EXPERIMENTAL TODO package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.2-36
+ Revision: bffc936
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5980 |14cr|php-idn-1.2b-30
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname idn
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A26_%{modname}.ini

Summary:	Provides a interface to GNU Libidn for PHP
Name:		php-%{modname}
Version:	1.2b
Release:	30
Group:		Development/PHP
License:	PHP License
URL:		http://php-idn.bayour.com/
Source0:	http://php-idn.bayour.com/idn_%{version}.tar.bz2
Patch0:		idn-1.1-lib64.diff
Patch1:		idn-1.2b-php53.diff
Patch2:		idn_1.2b-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	idn-devel
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Binding to the GNU libidn for using Internationalized Domain Names.


%prep

%setup -q -n idn-%{version}
%patch0 -p0
%patch1 -p1
%patch2 -p0

%build
%serverbuild

phpize --clean; phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .
chrpath -d %{soname}

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[idn]

idn.allow_unassigned_chars = "0"
idn.default_charset = "ISO-8859-1"
idn.use_std_3_ascii_rules = "0"

EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
[ "../package.xml" != "/" ] && rm -f ../package.xml

%files 
%defattr(-,root,root)
%doc README* entities reference tests CREDITS THANX_TO idn.php
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.2b-30
+ Revision: e807139
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5981 |14cr|php-idna-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname idna
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B19_%{modname}.ini

Summary:	PHP IDNA Extension
Name:		php-%{modname}
Version:	1.0.0
Release:	6
Group:		Development/PHP
License:	PHP
URL:		http://www.xarg.org/project/php-idna/
Source0:	http://www.xarg.org/download/idna-%{version}.tar.gz
Source1:	B19_idna.ini
Patch0:		idna-1.0.0-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	idn-devel

%description
This extension provides a PHP implementation of the Internationalized Domain
Name Applications (IDNA) standard.

%prep

%setup -q -n %{modname}-%{version}
%patch0 -p0

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%files
%doc CREDITS
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-6
+ Revision: f843a69
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5982 |14cr|php-imagick-3.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname Imagick
%define modname imagick
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 55_%{modname}.ini
%define mod_src %{modname}.c

Summary:	Provides a wrapper to the ImageMagick library for PHP
Name:		php-%{modname}
Version:	3.1.2
Release:	4
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/imagick
Source0:	http://pecl.php.net/get/imagick-%{version}.tgz
BuildRequires:  php-devel >= 3:5.2.0
BuildRequires:	imagemagick-devel >= 6.3.8
Requires:	imagemagick >= 6.3.8
Requires:	freetype
Epoch:		1

%description
Imagick is a native php extension to create and modify images using the
ImageMagick API.

imagick is a native php-extension. See the examples in the
%{_docdir}/%{name}/examples directory for some hints on
how to use it.

%prep

%setup -qn %{modname}-%{version}
[ "../package.xml" != "/" ] && mv -f ../package.xml .

# lib64 fixes
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > README.%{modname} <<EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
To activate it, make sure a file /etc/php.d/%{inifile} is present and
contains the line 'extension = %{soname}'.
EOF

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[imagick]
imagick.locale_fix = 0
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean

%files 
%doc examples CREDITS INSTALL README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.1.2-4
+ Revision: 6857464
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5983 |14cr|php-inclued-0.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname inclued
%define soname %{modname}.so
%define inifile A76_%{modname}.ini

Summary:	Clued-in about your inclueds extension for php

Name:		php-%{modname}
Version:	0.1.3
Release:	3
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/inclued/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Patch0:         inclued-0.1.3-php5.5.patch
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file

%description
Allows you trace through and dump the hierarchy of file inclusions and
class inheritance at runtime.

%prep
%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .
%patch0 -p3

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make

%install

install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}/var/log/httpd

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[%{modname}]
inclued.dumpdir	= /tmp
inclued.enabled	= On
EOF

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%files 
%doc package*.xml INSTALL gengraph.php
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-3
+ Revision: 17f761f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5984 |14cr|php-inotify-0.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname inotify
%define soname %{modname}.so
%define inifile A82_%{modname}.ini

Summary:	Provides inotify functions for PHP
Name:		php-%{modname}
Version:	0.1.6
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/inotify/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:  php-devel >= 3:5.2.0
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The inotify extension allows to use inotify functions in a PHP script.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv -f ../package*.xml .

# lib64 fixes
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc tests CREDITS README inotify.php tail.php package.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.6-2
+ Revision: a9c5693
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5985 |14cr|phpipam-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreqfiles %{_datadir}/%{name}/functions
%define __noautoreq 'pear.functions.PEAR.OLE.php|pear.functions.PEAR.PEAR.php'

Name:           phpipam
Version:        0.4
Release:        4
Summary:     	Open-source web IP address management application
License:     	GPLv2+
Group:       	Networking/Other
URL:         	http://phpipam.sourceforge.net/
Source0:     	%{name}-%{version}.tar
Requires:       apache-mod_php
Requires:       php-mysqli
Requires:	php-session
Requires:       php-gmp
Requires:       php-pear
BuildArch:      noarch
AutoReqProv: 	1
Suggests:	mysql
Requires(post): rpm-helper

%description
phpipam is an open-source web IP address management application. Its goal is 
to provide light and simple IP address management. It is ajax-based using 
jQuery libraries, php scripts, javascript and some HTML5/CSS3 features

%prep
%setup -q -n %{name}

%build

%install
install -d %{buildroot}%{_datadir}/%{name}
cp -aRf * %{buildroot}%{_datadir}/%{name}/

pushd %{buildroot}%{_datadir}/%{name}
    rm -f INSTALL UPDATE README 
popd


# provide a simple apache config
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d -m 755 %{buildroot}%{_webappconfdir}

pushd  %{buildroot}%{_sysconfdir}/%{name}
    ln -s ../../%{_datadir}/%{name}/config.php config.php
popd

cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /%{name} %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Require local granted
    ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"
</Directory>
EOF


%files
%defattr(0755,root,root)
%doc INSTALL README UPDATE
%attr(-,root,apache) %config(noreplace) %{_sysconfdir}/%{name}/config.php
%config(noreplace) %{_webappconfdir}/%{name}.conf
%dir %{_sysconfdir}/%{name}
%{_datadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-4
+ Revision: 1b21e3b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5986 |14cr|php-jpgraph-3.5.0-0.b1.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

%define rel	2
%define prerel	b1

Summary:	An OO graph drawing class library for PHP5
Name:		php-jpgraph
Version:	3.5.0
Release:	%mkrel -c %{prerel} %{rel}
License:	QPL
Group:		Networking/Other
URL:		http://jpgraph.net/
# no direct download link available on website
# md5 checksum: 7237ef5dc19ad8bb67197a19782e950c
Source0:	jpgraph-%{version}%{prerel}.tar.gz
Patch0:		jpgraph-3.0.6-CVE-2009-4422.diff
Requires:	gd
Requires:	php-gd
Requires:	fonts-ttf-bitstream-vera
BuildArch:	noarch
Obsoletes:	php5-jpgraph
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
JpGraph is a OO Graph drawing library for PHP 5.0.x and above.
Highlights of the available features are: text, linear, and log
scales for both the X and Y axes, anti-aliasing of lines,
color-gradient fills, support for GIF, JPG, and PNG formats,
support for two Y axes, spider plots (a.k.a Web plots),
pie-charts, lineplots, filled line plots, impulse plots, bar
plots, and error plots, support for multiple plot types in one
graph, intelligent autoscaling.

Extensive documentations are available at:
http://jpgraph.net/doc/

%package	doc
Summary:	Documentation for JpGraph
Group:		Networking/Other

%description	doc
JpGraph is a OO Graph drawing library for PHP 5.0.x and above.
Highlights of the available features are: text, linear, and log
scales for both the X and Y axes, anti-aliasing of lines,
color-gradient fills, support for GIF, JPG, and PNG formats,
support for two Y axes, spider plots (a.k.a Web plots),
pie-charts, lineplots, filled line plots, impulse plots, bar
plots, and error plots, support for multiple plot types in one
graph, intelligent autoscaling.

This package contains the documentation for %{name}.

%prep
%setup -q -n jpgraph-%{version}%{prerel}
%patch0 -p0

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/php/jpgraph
cp -aRf src/* %{buildroot}%{_datadir}/php/jpgraph/

install -d -m 755 %{buildroot}%{_docdir}/%{name}
cp -r docs %{buildroot}%{_docdir}/%{name}
cp -r src/Examples %{buildroot}%{_docdir}/%{name}
install -m 644 README VERSION %{buildroot}%{_docdir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_docdir}/%{name}
%{_datadir}/php/jpgraph
%exclude %{_docdir}/%{name}/Examples
%exclude %{_docdir}/%{name}/docs

%files doc
%defattr(-,root,root)
%{_docdir}/%{name}/Examples
%{_docdir}/%{name}/docs



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 3.5.0-0.b1.2
+ Revision: 44f78ef
- Automatic import for version 3.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5987 |14cr|php-layersmenu-3.2.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#%undefine __find_provides
#%undefine __find_requires
%define preversion rc

Summary:	Hierarchical menu system to prepare "on the fly" DHTML menus
Name:		php-layersmenu
Version:	3.2.0
Release:	9
License:	GPL
Group:		Networking/Other
URL:		http://phplayersmenu.sourceforge.net/
Source0:	phplayersmenu-%version-%preversion.tar.bz2
Requires:	php
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
PHP Layers Menu is a hierarchical menu system to prepare "on the fly" DHTML 
menus relying on the PHP scripting engine for the processing of data items.
It is released under the GNU Lesser General Public License (LGPL), either 
Version 2.1, or (at your option) any later version.
It supports a wide range of browsers: Mozilla, Konqueror, Netscape, Safari, 
Opera, Internet Explorer; rather old browser versions are supported, too; 
accessibility is provided for text-only browsers.
It achieves a compact layout and a compact output code also for menus with 
a large number of entries.
It provides horizontal and vertical layers-based menus whose behavior is 
analogous to menus of commonly used GUI-based applications. It also provides 
JavaScript-based tree menus, whose look is analogous to the most widely used 
file managers and bookmark handling tools. 
%prep

%setup -q -n phplayersmenu-%{version}

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
install -d %{buildroot}%{_datadir}/%name
cp -aRf *.php *html DUMPS images lib libjs LOGOS menuicons menuimages templates %{buildroot}%{_datadir}/%name

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README* LICENSE TODO ACKNOWLEDGEMENTS CHANGELOG CHANGE_TEMPLATE_CLASS_NAME.sh COPYING THEMES PATCHES
%dir %{_datadir}/%name
%{_datadir}/%name/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.0-9
+ Revision: 72f2c3b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5988 |14cr|phpldapadmin-1.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mandriva_branch == Cooker
# Cooker
%define release 5
%else
# Old distros
%define subrel 2
%define release 1
%endif

# (oe) undefining these makes the build _real_ quick.
%undefine __find_provides
%undefine __find_requires

%define rname	phpLDAPAdmin

Summary:	A web-based LDAP administration tool
Name:		phpldapadmin
Version:	1.2.2
Release:	%{release}
License:	GPLv2+
Group:		System/Servers
URL:		http://phpldapadmin.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/phpldapadmin/%{name}-%{version}.tgz
Source1:	mandrivaDSPerson.xml
Source2:	phpldapadmin-16x16.png
Source3:	phpldapadmin-32x32.png
Source4:	phpldapadmin-48x48.png
Patch0:		phpldapadmin-1.2.0.4-default-config.patch
Patch1:		phpldapadmin-1.2.2-CVE-2012-0834.diff
Requires:	apache-mod_php
Requires:	php-ldap
Requires:	php-xml
Requires:	php-mcrypt
Requires:	php-gettext
BuildArch:	noarch

%description
phpldapadmin is a web-based LDAP administration tool, written in PHP. You can
browse your LDAP tree, create, delete, edit, and copy entries, perform
searches, and view your server's schema. You can even copy objects between two
LDAP servers and recursively delete or copy entire trees. All this from the
comfort of your web browser.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1

cp %{SOURCE1} templates/creation/

%build

%install

install -d %{buildroot}%{_localstatedir}/lib/%{name}

install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 644 index.php %{buildroot}%{_datadir}/%{name}
install -m 644 VERSION %{buildroot}%{_datadir}/%{name}
cp -pr hooks %{buildroot}%{_datadir}/%{name}
cp -pr htdocs %{buildroot}%{_datadir}/%{name}
cp -pr lib %{buildroot}%{_datadir}/%{name}
cp -pr locale %{buildroot}%{_datadir}/%{name}
cp -pr queries %{buildroot}%{_datadir}/%{name}
cp -pr templates %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/%{name}/tools
install -m 644 tools/unserialize.php %{buildroot}%{_datadir}/%{name}/tools

install -d %{buildroot}%{_sysconfdir}/%{name}
install -m 640 config/config.php.example \
    %{buildroot}%{_sysconfdir}/%{name}/config.php

install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /%{name} %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Require host 127.0.0.1
    ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"
</Directory>
EOF

# Mandriva Icons
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}

install -m0644 %{SOURCE2} %{buildroot}%{_miconsdir}/%{name}.png
install -m0644 %{SOURCE3} %{buildroot}%{_iconsdir}/%{name}.png
install -m0644 %{SOURCE4} %{buildroot}%{_liconsdir}/%{name}.png

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{rname}
Comment=%{rname} is a web adminstration GUI for OpenLDAP
Exec=%{_bindir}/www-browser http://localhost/%{name}/
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Databases;
EOF

# cleanup
rm -rf doc/certs



%clean

%files
%defattr(-,root,root)
%doc INSTALL LICENSE doc/*
%config(noreplace) %{_webappconfdir}/%{name}.conf
%dir %{_sysconfdir}/%{name}
%attr(0640,apache,root) %config(noreplace) %{_sysconfdir}/%{name}/config.php
%{_datadir}/%{name}
%attr(-,apache,apache) %{_localstatedir}/lib/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-1
+ Revision: 7bda290
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5989 |14cr|php-libevent-0.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname libevent
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B02_%{modname}.ini

Summary:	Libevent - event notification
Name:		php-%{modname}
Version:	0.1.0
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/libevent/
Source0:	http://pecl.php.net/get/libevent-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	libevent-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This extension is a wrapper for libevent - event notification library.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-2
+ Revision: 20cc40f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5990 |14cr|phplot-5.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dynamic plots, charts, and graphs in PHP
Name:		phplot
Version:	5.3.1
Release:	2
License:	BSD
Group:		Networking/Other
URL:		http://phplot.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/phplot/%name/%version/%name-%version.tar.gz
Requires:	php-session php-gd 
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
A graph library for dynamic scientific, business, and
stock-market charts. Written in PHP and supports, PHP3,
PHP4, TTF (or no ttf), and GD versions 1.2 - latest
version. Includes Pie, Bar, Line, Area, Point and
combination plots.

%prep
%setup -q

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/phplot
install -m644 *.php %{buildroot}%{_datadir}/phplot/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README.txt contrib
%{_datadir}/phplot



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.3.1-2
+ Revision: 9de58fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5991 |14cr|php-magickwand-1.0.9.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname magickwand
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A56_%{modname}.ini
%define upstream_version 1.0.9-2
%define base_version 1.0.9

Summary:	This module enables PHP access to the ImageMagick MagickWand API

Name:		php-%{modname}
Version:	1.0.9.2
Release:	4
Group:		Development/PHP
License:	BSD-style
URL:		http://www.magickwand.org/
Source0:	http://www.magickwand.org/download/php/MagickWandForPHP-%{upstream_version}.tar.gz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	imagemagick-devel >= 6.3.5
BuildRequires:	file
BuildRequires:	libxt-devel

%description
This module enables PHP access to the ImageMagick MagickWand API.

%prep

%setup -q -n MagickWandForPHP-%{base_version}

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fixes
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%clean
[ "../package.xml" != "/" ] && rm -f ../package.xml

%files 
%doc AUTHOR CREDITS ChangeLog LICENSE README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9.2-4
+ Revision: 9f4127a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5992 |14cr|php-manual-en-5.5.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (oe) undefining these makes the build _real_ quick.
%undefine __find_provides
%undefine __find_requires

Summary:	The PHP Manual in the English language
Name:		php-manual-en
Version:	5.5.7
Release:	2
Group:		Books/Other
License:	PHP License
URL:		http://www.php.net/download-docs.php
Source:		http://fr2.php.net/distributions/manual/php_manual_en.tar.gz
Requires:       apache-mod_php
BuildArch:	noarch

%description
The PHP Manual in the English (en) language.

%prep

%setup -q -c -n php_manual_en

# fix perms
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

# clean up cvs junk
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%install
install -d %{buildroot}%{_docdir}/%{name}
cp -aRf php-chunked-xhtml/* %{buildroot}%{_docdir}/%{name}/

install -d %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /%{name} %{_docdir}/%{name}

<Directory %{_docdir}/%{name}>
    Require all granted
</Directory>
EOF

install -d %{buildroot}%{_sysconfdir}/php.d
cat > %{buildroot}%{_sysconfdir}/php.d/%{name}.ini << EOF
docref_root = /%{name}/
docref_ext = .html
EOF

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=The PHP %{version} HTML manual in English
Comment=The PHP %{version} HTML manual in English
Exec=%{_bindir}/www-browser %{_docdir}/%{name}/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

%files
%dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/*
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/php.d/%{name}.ini
%{_datadir}/applications/%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.5.7-2
+ Revision: 43232ea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5993 |14cr|php-mcve-7.0.3-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname mcve
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A44_%{modname}.ini

Summary:	libmonetra/libmcve interface for php
Name:		php-%{modname}
Version:	7.0.3
Release:	15
License:	PHP License
Group:		Development/PHP
Url:		http://pecl.php.net/package/mcve
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
Patch0:		mcve-7.0.3-php54x.diff
BuildRequires:	libmonetra-devel
BuildRequires:	php-devel
BuildRequires:	pkgconfig(openssl)
Requires(post,postun):	apache-mpm-prefork

%description
Interface the MCVE/Monetra API (libmonetra [formerly libmcve]), allowing you to
work directly with MCVE/Monetra from your PHP scripts. Monetra is Main Street
Softworks' solution to direct credit card processing for Unix.

%files
%doc package*.xml CREDITS tests *.php
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%post
if [ -f /var/lock/subsys/httpd ]; then
    systemctl restart httpd.service >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	systemctl restart httpd.service >/dev/null || :
    fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

cp %{SOURCE1} %{inifile}

# fix version
perl -pi -e "s|#define PHP_MCVE_VERSION \"7\.0\.2\"|#define PHP_MCVE_VERSION \"%{version}\"|g" php_mcve.h

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix} \
    --with-openssl-dir=%{_prefix}

%make
#make test
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.0.3-15
+ Revision: 4a2835d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5994 |14cr|php-memcache-3.0.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname memcache
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A43_%{modname}.ini

Summary:	Memcached extension for php
Name:		php-%{modname}
Version:	3.0.6
Release:	8
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/memcache
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
Patch0:		memcache-3.0.6-php54x.diff
Requires:	memcached
BuildRequires:	php-devel >= 3:5.2.1
BuildRequires:	zlib-devel
BuildRequires:	dos2unix
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Memcached is a caching daemon designed especially for dynamic web applications
to decrease database load by storing objects in memory. This extension allows
you to work with memcached through handy OO and procedural interfaces.

%prep

%setup -q -n %{modname}-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

%patch0 -p1

cp %{SOURCE1} %{inifile}

find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

# strip away annoying ^M
find -type f | grep -v ".gif" | grep -v ".png" | grep -v ".jpg" | xargs dos2unix

ln -s %{_usrsrc}/php-devel/extensions ext

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix} \
    --with-zlib-dir=%{_prefix}

%make
mv modules/*.so .

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS README example.php package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.6-8
+ Revision: 88a11f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5995 |14cr|php-memcached-2.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname memcached
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A91_%{modname}.ini

Summary:	A libmemcached library interface for PHP
Name:		php-%{modname}
Version:	2.0.1
Release:	3
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/memcached
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
BuildRequires:	libmemcached-devel >= 0.38
BuildRequires:	php-devel >= 3:5.2.1
BuildRequires:	dos2unix
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This extension uses libmemcached library to provide API for communicating with
memcached servers.

%prep

%setup -q -n %{modname}-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

cp %{SOURCE1} %{inifile}

find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

# strip away annoying ^M
find -type f | grep -v ".gif" | grep -v ".png" | grep -v ".jpg" | xargs dos2unix

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix} \
    --with-zlib-dir=%{_prefix}

%make
mv modules/*.so .

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS ChangeLog memcached-api.php package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-3
+ Revision: 3cd1295
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5996 |14cr|php-ming-5.2.10-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname ming
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 33_%{modname}.ini

Summary:	Ming extension module for PHP
Name:		php-ming
Version:	5.2.10
Release:	17
Group:		Development/PHP
URL:		http://www.php.net
License:	PHP License
# S0 is taken from php-5.2.x CVS
Source0:	ming.tar.gz
Patch0:		php-ming-0.4.4.diff
Patch1:		ming-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	ming-devel >= 0.4.4
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is a dynamic shared object (DSO) for PHP that will add ming (Flash - .swf
files) support.

%prep

%setup -q -n ming
%patch0 -p1
%patch1 -p0

%build

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
rm -rf %{buildroot} 


install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS EXPERIMENTAL
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.2.10-17
+ Revision: 7bdaaa8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5997 |14cr|php-mongo-1.2.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname mongo
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B04_%{modname}.ini

Summary:	Mongo Database Driver
Name:		php-%{modname}
Version:	1.2.10
Release:	3
Group:		Development/PHP
License:	Apache License
URL:		http://pecl.php.net/package/mongo/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	mongo.ini
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package provides an interface for communicating with the Mongo database
in PHP.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib}
%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc README.md package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.10-3
+ Revision: d11a7a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5998 |14cr|phpmyadmin-4.2.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname phpMyAdmin

Summary:	Handles the administration of MySQL over the web
Name:		phpmyadmin
Version:	4.2.9
Release:	1
License:	GPLv2
Group:		System/Servers
URL:		http://www.phpmyadmin.net/
Source0:	http://prdownloads.sourceforge.net/phpmyadmin/%{rname}-%{version}-all-languages.zip
Source1:	phpmyadmin-16x16.png
Source2:	phpmyadmin-32x32.png
Source3:	phpmyadmin-48x48.png
Requires:	apache-mod_php
Requires:	php-mysql
Requires:	php-mbstring
Requires:	php-mcrypt
BuildArch:	noarch
Obsoletes:	phpMyAdmin

%description
phpMyAdmin is intended to handle the administration of MySQL over the web.
Currently it can : create and drop databases, create, copy, drop and alter
tables, delete, edit and add fields, execute any SQL-statement, even
batch-queries, manage keys on fields, load text files into tables, create and
read dumps of tables, export data to CSV value, administer multiple servers
and single databases.

%prep
%setup -q -n %{rname}-%{version}-all-languages

%build

%install
export DONT_RELINK=1

install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_datadir}/%{name}

cp -aRf * %{buildroot}%{_datadir}/%{name}/

# cleanup
pushd %{buildroot}%{_datadir}/%{name}
    rm -f CREDITS ChangeLog Documentation.txt INSTALL LICENSE README 
    rm -f README.VENDOR RELEASE-DATE-* TODO
    rm -rf scripts
    rm -rf contrib
    rm -f lang/*.sh libraries/transformations/*.sh
    find -name "\.htaccess" | xargs rm -f
popd

# fix config file location
mv %{buildroot}%{_datadir}/%{name}/config.sample.inc.php \
    %{buildroot}%{_sysconfdir}/%{name}/config.php

pushd  %{buildroot}%{_datadir}/%{name}
    ln -s %{_sysconfdir}/%{name}/config.php config.inc.php
popd
chmod 640 %{buildroot}%{_sysconfdir}/%{name}/config.php

cat > README.urpmi << EOF
The actual configuration file is /etc/phpmyadmin/config.php.
The config.default.inc.php file contains default values, and is not supposed to 
be modified.
EOF

install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /%{name} %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Require local granted
    ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"

    php_flag session.auto_start 0
</Directory>

<Directory %{_datadir}/%{name}/libraries>
    Require all denied
</Directory>
EOF

# Mandriva Icons
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}

install -m0644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -m0644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -m0644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png

# install menu entry.
# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=phpMyAdmin
Comment=%{summary}
Exec=%{_bindir}/www-browser http://localhost/%{name}/
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Databases;
EOF

# fix borked permissions
find %{buildroot}%{_datadir}/%{name} -type d -exec chmod 755 {} \;
find %{buildroot}%{_datadir}/%{name} -type f -exec chmod 644 {} \;

%pretrans
# fix configuration file name change
if [ -f %{_sysconfdir}/phpmyadmin/config.default.php ]; then
    mv %{_sysconfdir}/phpmyadmin/config.default.php \
        %{_sysconfdir}/phpmyadmin/config.php
fi
if [ -L /var/www/phpmyadmin/libraries/config.default.php ]; then
    rm -f /var/www/phpmyadmin/libraries/config.default.php
fi
if [ -L %{_datadir}/phpmyadmin/libraries/config.default.php ]; then
    rm -f %{_datadir}/phpmyadmin/libraries/config.default.php
fi

%post
# generate random secret
secret=%_get_password 46

# blowfish secret
perl -pi \
    -e "s|\\\$cfg\\['blowfish_secret'\\] = ''|\\\$cfg\\['blowfish_secret'\\] = '$secret'|" \
    %{_sysconfdir}/%{name}/config.php

%clean

%files
%doc ChangeLog LICENSE README RELEASE-DATE-* examples README.urpmi
%config(noreplace) %{_webappconfdir}/%{name}.conf
%dir %{_sysconfdir}/%{name}
%attr(-,root,apache) %config(noreplace) %{_sysconfdir}/%{name}/config.php
%{_datadir}/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*.desktop


%changelog
* Sun Sep 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.9-1
+ Revision: 9e1da66
- Drop old tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 5999 |14cr|php-netools-0.2-32
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname netools
%define modname netools
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A17_%{modname}.ini

Summary:	Networking tools for PHP
Name:		php-%{modname}
Version:	0.2
Release:	32
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/netools
Source0:	%{modname}-%{version}.tar.bz2
Source1:	%{modname}.ini.bz2
Patch0:		netools-0.2-php54x.diff
Requires:	php-cli >= 3:5.2.0
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	lcrzo-devel
BuildRequires:	libpcap-devel >= 0.7.2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Netools provides tools to deal with devices, TCP and UDP clients/servers, etc.

%prep

%setup -q -n %{modname}-%{version}

%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

cat > README.%{modname} << EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
EOF

bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS netools.php README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-32
+ Revision: b9f1c52
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6000 |14cr|php-newt-1.2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname newt
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A30_%{modname}.ini

Summary:	Newt provides window library functions for PHP
Name:		php-%{modname}
Version:	1.2.8
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://php-newt.sourceforge.net/
Source0:	http://pecl.php.net/get/newt-%{version}.tgz
BuildRequires:	newt-devel
BuildRequires:	php-devel >= 3:5.2.0
Epoch:		1

%description
PHP-NEWT - PHP language extension for RedHat Newt library, a terminal-based
window and widget library for writing applications with user friendly
interface. Once this extension is enabled in PHP it will provide the use of
Newt widgets, such as windows, buttons, checkboxes, radiobuttons, labels,
editboxes, scrolls, textareas, scales, etc. Use of this extension if very
similar to the original Newt API of C programming language.

%prep

%setup -q -n newt-%{version}
%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
[ "../package.xml" != "/" ] && rm -f ../package.xml

%files 
%doc examples CREDITS TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.2.8-2
+ Revision: db3d40f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6001 |14cr|php-oggvorbis-0.2-37
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname oggvorbis
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A23_%{modname}.ini

Summary:	PHP OGG wrapper for OGG/Vorbis files
Name:		php-%{modname}
Version:	0.2
Release:	37
Epoch:		1
License:	PHP License
Group:		Development/PHP
Url:		http://pecl.php.net/package/oggvorbis
Source0:	%{modname}-%{version}.tar.bz2
Source1:	%{modname}.ini.bz2
Patch0:		oggvorbis-0.2-label_at_end_of_compound_statement.diff
BuildRequires:	php-devel
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)

%description
fopen wrapper for OGG/Vorbis files. Decompress OGG data to PCM audio and
vice-versa.

%files
%doc README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}
%patch0 -p0

%build
%serverbuild

%{_usrsrc}/php-devel/buildext %{modname} "%{modname}.c" \
    "-logg -lvorbis -lvorbisenc -lvorbisfile" \
    "-DWITH_OGGVORBIS -DCOMPILE_DL_OGGVORBIS" \
    "-I%{_includedir}/vorbis -I%{_includedir}/ogg"

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

cat > README.%{modname} << EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
EOF

bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/


%changelog
* Tue Aug 05 2014 abondrov <andrey.bondrov@rosalab.ru> 1:0.2-37
+ Revision: f88098a
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6002 |14cr|php-pam-1.0.3-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname pam
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A55_%{modname}.ini

Summary:	PAM integration for PHP
Name:		php-%{modname}
Version:	1.0.3
Release:	13
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/pam
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	pam-devel
BuildRequires:	dos2unix
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This extension provides PAM (Pluggable Authentication Modules) integration. PAM
is a system of libraries that handle the authentication tasks of applications
and services. The library provides a stable API for applications to defer to
for authentication tasks.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

# attribs fix
find -type f | xargs chmod 644

# crlf fix
find -type f | xargs dos2unix

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,/%{_lib}

%make
mv modules/*.so .

#%{_usrsrc}/php-devel/buildext %{modname} "pam.c" \
#    "-L/%{_lib}/security -L/%{_lib} -I%{_includedir}/security -lpam -ldl" \
#    "-DCOMPILE_DL_PAM -DHAVE_PAM -DHAVE_SECURITY_PAM_APPL_H"

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} 

install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_sysconfdir}/pam.d
install -d %{buildroot}%{_libdir}/php/extensions

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[pam]
pam.servicename = "%{name}";
EOF

# fix conditional pam config file
%if %{mdkversion} < 200610
cat > %{buildroot}%{_sysconfdir}/pam.d/%{name} <<EOF
auth	sufficient	pam_pwdb.so shadow nodelay
account	sufficient	pam_pwdb.so
EOF
%else
cat > %{buildroot}%{_sysconfdir}/pam.d/%{name} <<EOF
#%PAM-1.0
auth	include	system-auth
account	include	system-auth
EOF
%endif

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc README CREDITS package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-13
+ Revision: 6021e11
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6003 |14cr|php-pdo_firebird-5.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname pdo_firebird
%define soname pdo_firebird.so
%define inifile 78_%{modname}.ini

%define major 5
%define libname %mklibname php5_common %{major}

Summary:	Firebird/InterBase driver for PDO
Name:		php-%{modname}
Version:	5.4.4
Release:	2
Group:		Development/PHP
URL:		http://www.php.net
License:	PHP License
Source0:	%{modname}.ini
Requires:	php-pdo >= 0:%{version}
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	firebird-devel
Requires:	%{libname} >= 3:%{version}
Epoch:		0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
PDO_MYSQL is a driver that implements the PHP Data Objects (PDO) interface to
enable access from PHP to MySQL 3.x and 4.x databases.
 
PDO_MYSQL will take advantage of native prepared statement support present in
MySQL 4.1 and higher. If you're using an older version of the mysql client
libraries, PDO will emulate them for you.

%prep

%setup -c -T
cp -dpR %{_usrsrc}/php-devel/extensions/pdo_firebird/* .

%build
%serverbuild

phpize
%configure2_5x \
    --with-libdir=%{_lib} \
    --with-pdo-firebird=%{_libdir}/firebird

%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -D -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/%{soname}
install -D -m0644 %{SOURCE0} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS package*.xml tests
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:5.4.4-2
+ Revision: b3144b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6004 |14cr|php-pear-Archive_Tar-1.3.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Archive_Tar
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary: 	Tar file management class
Name: 		php-pear-%{upstream_name}
Version: 	1.3.11
Release: 	1
License: 	New BSD License
Group: 		Development/PHP
URL: http://pear.php.net/package/Archive_Tar
Source0: http://pear.php.net/get/Archive_Tar-%{version}.tgz
BuildRequires:  php-pear >= 1.4.7
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch: 	noarch

%description
This class provides handling of tar files in PHP.
It supports creating, listing, extracting and adding to tar files.
Gzip support is available if PHP has the zlib extension built-in or
loaded. Bz2 compression is also supported with the bz2 extension loaded.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .


# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Archive_Tar.xml


%post
pear install --nodeps --soft --force --register-only %{xmldir}/Archive_Tar.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.php.net/Archive_Tar
fi

%files
%doc docs/Archive_Tar/*
%{peardir}/*
%{xmldir}/Archive_Tar.xml

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.11-1
+ Revision: a79df3e
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6005 |14cr|php-pear-Auth-1.6.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Auth
%define		upstream_name	%{_class}

Name:       php-pear-%{upstream_name}
Version:	1.6.4
Release:	5
Summary:	PHP PEAR authentication class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Auth/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
The PEAR::Auth package provides methods for creating an authentication
system using PHP.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/README*
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}*
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.4-5
+ Revision: d74b0ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6006 |14cr|php-pear-Auth_HTTP-2.1.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Auth
%define		_subclass	HTTP
%define		upstream_name	%{_class}_%{_subclass}

Name:       php-pear-%{upstream_name}
Version:	2.1.8
Release:	2
Summary:	HTTP authentication system using PHP
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Auth_HTTP/
Source0:	http://download.pear.php.net/package/Auth_HTTP-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
The PEAR::Auth_HTTP class provides methods for creating an HTTP
authentication system using PHP, that is similar to Apache's
realm-based .htaccess authentication.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install
cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{_class}_%{_subclass}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.8-2
+ Revision: 10d6a40
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6007 |14cr|php-pear-Auth_OpenID-2.1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear(config.php)'
%else
%define		_requires_exceptions 'pear(config.php)'
%endif

%define		_class		Auth
%define		_pearname	%{_class}_OpenID

Summary:	PHP OpenID
Name:		php-pear-%{_pearname}
Version:	2.1.2
Release:	7
Group:		Development/PHP
License:	Apache License
URL:		http://www.openidenabled.com/openid/libraries/php
Source0:	http://openidenabled.com/files/php-openid/packages/php-openid-%{version}.tar.bz2
Patch0:		php-openid-yubico-0.diff
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pgsql
Requires:	php-mysql
Requires:	php-bcmath
BuildArch:	noarch
BuildRequires:	dos2unix

%description
An implementation of the OpenID single sign-on authentication protocol.

This package also supports yubico:
http://code.google.com/p/yubico-openid-server/

%prep

%setup -q -n php-openid-%{version}
%patch0 -p1

# strip away annoying ^M
find -type f | grep -v ".gif" | grep -v ".png" | grep -v ".jpg" | xargs dos2unix

%build

%install
install -d %{buildroot}%{_datadir}/pear/%{_class}/OpenID
install -d %{buildroot}%{_datadir}/pear/%{_class}/Yadis

install -m0644 Auth/OpenID.php %{buildroot}%{_datadir}/pear/%{_class}/
install -m0644 Auth/OpenID/*.php %{buildroot}%{_datadir}/pear/%{_class}/OpenID/
install -m0644 Auth/Yadis/*.php %{buildroot}%{_datadir}/pear/%{_class}/Yadis/

%files
%defattr(644,root,root,755)
%doc NEWS COPYING README CHANGELOG doc examples
%dir %{_datadir}/pear/%{_class}/OpenID
%dir %{_datadir}/pear/%{_class}/Yadis
%{_datadir}/pear/%{_class}/OpenID.php
%{_datadir}/pear/%{_class}/OpenID/*.php
%{_datadir}/pear/%{_class}/Yadis/*.php




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-7
+ Revision: e9a19f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6008 |14cr|php-pear-Auth_PrefManager-1.2.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Auth
%define 	_subclass	PrefManager
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.0
Release:	9
Summary:    Preferences management class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Auth_PrefManager/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Preference Manager is a class to handle user preferences in a web
application, looking them up in a table using a combination of their
userid, and the preference name to get a value, and (optionally)
returning a default value for the preference if no value could be
found for that user. It is designed to be used alongside the PEAR Auth
class, but can be used with anything that allows you to obtain the
user's id - including your own code.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-9
+ Revision: 465cd46
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6009 |14cr|php-pear-Auth_RADIUS-1.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Auth
%define		_subclass	RADIUS
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.7
Release:	5
Summary:	Wrapper Classes for the RADIUS PECL
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Auth_RADIUS/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-radius
BuildRequires:	php-pear
BuildArch:	noarch

%description
This package provides wrapper-classes for the RADIUS PECL. There are
different Classes for the different authentication methods. If you are
using CHAP-MD5 or MS-CHAP you need also the Crypt_CHAP package. If you
are using MS-CHAP you need also the mhash extension.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-5
+ Revision: 32f668b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6010 |14cr|php-pear-Benchmark-1.2.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Benchmark
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.2.9
Release:	3
Summary:	Benchmark PHP scripts or function calls
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Benchmark/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Framework to benchmark PHP scripts or function calls.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/doc/*.php
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.9-3
+ Revision: f8e357c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6011 |14cr|php-pear-bytekit-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name bytekit
%define __noautoreq /usr/bin/php

Summary:	A command-line tool built on the PHP Bytekit extension

Name:		php-pear-%{upstream_name}
Version:	1.1.2
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/bytekit-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-pear-File_Iterator >= 1.3.0

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides A command-line tool built on the PHP Bytekit
extension for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_bindir}/bytekit
%{_datadir}/pear/Bytekit
%{_datadir}/pear/packages/bytekit.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-4
+ Revision: 79ff409
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6012 |14cr|php-pear-Calendar-0.5.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Calendar
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	0.5.5
Release:	2
Summary:	Building calendar data structures (irrespective of output)
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Calendar/
Source0:	http://download.pear.php.net/package/Calendar-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Calendar provides an API for building calendar data structures. Using
the simple iterator and it's "query" API, a user interface can easily be
built on top of the calendar data structure, at the same time easily
connecting it to some kind of underlying data store, where "event"
information is being held.

It provides different calculation "engines" the default being based on
Unix timestamps (offering fastest performance) with an alternative using
PEAR::Date which extends the calendar past the limitations of Unix
timestamps. Other engines should be implementable for other types of
calendar (e.g. a Chinese Calendar based on lunar cycles).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.5-2
+ Revision: 61ba489
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6013 |14cr|php-pear-CAS-1.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define	_requires_exceptions  pear(CAS.php/CAS/Autoload.php)
%define upstream_name CAS
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Summary: 	Central Authentication Service client library in php
Version: 	1.3.3
Release: 	1
License: 	Apache 2.0 License
Group: 		Development/PHP
URL: 		https://wiki.jasig.org/display/CASC/phpCAS
Source0: 	http://downloads.jasig.org/cas-clients/php/%{version}/CAS-%{version}.tgz
BuildRequires: 	php-pear >= 1.4.7
# No cahnnels available.
# BuildRequires: 	php-channel(__uri)
# Requires: 	php-channel(__uri)
BuildArch: 	noarch

%description
This package is a PEAR installable library for using a Central
Authentication Service.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .


# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/CAS.xml


%post
pear install --nodeps --soft --force --register-only %{xmldir}/CAS.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only __uri/CAS
fi

%files
%doc docs/CAS/*
%{peardir}/*
%{xmldir}/CAS.xml

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-1
+ Revision: 0d1b276
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6014 |14cr|php-pear-channel-horde-1.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define pear_xmldir  %{_datadir}/pear/packages

Name:           php-pear-channel-horde
Version:        1.0
Release:        12
Summary:        Adds pear.horde.org channel to PEAR
Group:          System/Libraries
License:        BSD
URL:            http://pear.horde.org/
Source0:        http://pear.horde.org/channel.xml
BuildArch:      noarch
BuildRequires:  php-pear >= 5.1.1
Requires(pre):	php-cli
Requires(pre):	php-pear
Requires:	php-mbstring
Requires:	php-mysql
Requires:	php-session
Requires:	php-sysvsem
Requires:	php-tokenizer




%description
This package adds the pear.horde.org channel which allows PEAR packages
from this channel to be installed.


%prep
%setup -q -c -T


%build
# Empty build section, nothing to build


%install

%{__mkdir_p} %{buildroot}%{pear_xmldir}
%{__install} -pm 644 %{SOURCE0} %{buildroot}%{pear_xmldir}/pear.horde.org.xml



%post
if [ $1 -gt  1 ] ; then
   pear channel-update pear.horde.org
else
   pear channel-add %{pear_xmldir}/pear.horde.org.xml
fi

%preun
if [ $1 -eq 0 ] ; then
   pear channel-delete pear.horde.org
fi


%files
%defattr(-,root,root,-)
%{pear_xmldir}/pear.horde.org.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-12
+ Revision: 0ae9cb0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6015 |14cr|php-pear-channel-symfony2-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define pear_xmldir  /var/lib/pear

Name:           php-pear-channel-symfony2
Version:        1.0
Release:        3
Summary:        Adds pear.symfony.com channel to PEAR
Group:          System/Libraries
License:        MIT
URL:            http://pear.symfony.com/
Source0:        http://pear.symfony.com/channel.xml
BuildArch:      noarch
BuildRequires:  php-pear
Requires(pre):	php-pear
Obsoletes:	php-pear-channel-symfony



%description
This package adds the pear.symfony-project.com channel.


%prep
%setup -q -c -T


%build
# Empty build section, nothing to build


%install

%{__mkdir_p} %{buildroot}%{pear_xmldir}
%{__install} -pm 644 %{SOURCE0} %{buildroot}%{pear_xmldir}//pear.symfony.com.xml


%post

if [ $1 -gt  1 ] ; then
   pear channel-update %{pear_xmldir}/pear.symfony.com.xml
else
   pear channel-add %{pear_xmldir}/pear.symfony.com.xml
fi


%preun

if [ $1 -eq 0 ] ; then
   pear channel-delete pear.symfony.com > /dev/null || :
fi


%files
%{pear_xmldir}/pear.symfony.com.xml

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: ad8180f
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6016 |14cr|php-pear-Console_Color2-0.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name Console_Color2
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:		php-pear-%{upstream_name}
Version:	0.1.2
Release:	3
Summary:	This Class allows you to easily use ANSI console colors in your application
License:	MIT
Group:		Development/PHP
Source0:	http://pear.phpunit.de/get/%upstream_name-%{version}.tgz
URL:		http://pear.phpunit.de/package/%upstream_name
Requires(post): php-pear
Requires(preun): php-pear
BuildRequires: 	php-pear >= 1.4.7
BuildArch: 	noarch
Obsoletes:	php-pear-Console_Color

%description
You can use Console_Color::convert to transform colorcodes like /r into
ANSI
control codes. $console = new Console_Color2(); print
$console->convert("/rHello World!/n"); would print
"Hello World" in red, for example.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .


# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Console_Color2.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Console_Color2.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.php.net/Console_Color2
fi

%files
%doc docs/Console_Color2/*
%{peardir}/*
%{xmldir}/Console_Color2.xml

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-3
+ Revision: d645e65
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6017 |14cr|php-pear-Console_Getargs-1.3.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Console
%define		_subclass	Getargs
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.5
Release:	5
Summary:	A command-line arguments parser
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Console_Getargs/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The Console_Getargs package implements a Command Line arguments parser
that your CLI applications can use to parse arguments found in
\$_SERVER['argv']. It performs some basic arguments validation and is
capable to return a formatted help text to the user, based on the
configuration it is given.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.5-5
+ Revision: 30b252e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6018 |14cr|php-pear-Console_Getopt-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Console_Getopt
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary:	Command-line option parser
Name: 		php-pear-%{upstream_name}
Version: 	1.3.1
Release: 	1
License: 	PHP License
Group: 		Development/PHP
URL: 		http://pear.php.net/package/Console_Getopt
Source0: 	http://pear.php.net/get/Console_Getopt-%{version}.tgz
BuildRequires:  php-pear >= 1.4.7
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch: 	noarch

%description
This is a PHP implementation of "getopt" supporting both
short and long options.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock



# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Console_Getopt.xml


%post
pear install --nodeps --soft --force --register-only %{xmldir}/Console_Getopt.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.php.net/Console_Getopt
fi

%files
%{peardir}/*
%{xmldir}/Console_Getopt.xml

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-1
+ Revision: 96abda6
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6019 |14cr|php-pear-Contact_AddressBook-0.5.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Contact
%define		_subclass	AddressBook
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.5.0
Release:	10
Summary:	Address book export-import class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Contact_AddressBook/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Package provides export-import address book mechanism.
Contact_AddressBook refers to needed structure, convert the various
address book structure format into it, then you can easily store it
into file, database or another storage media.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-10
+ Revision: 9aa74e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6020 |14cr|php-pear-Contact_Vcard_Build-1.1.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Contact
%define		_subclass	Vcard_Build
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.2
Release:	9
Summary:	Build (create) and fetch vCard 2.1 and 3.0 text blocks
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Contact_Vcard_Build/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Allows you to programmatically create a vCard, version 2.1 or 3.0, and
fetch the vCard text.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{upstream_name}.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-9
+ Revision: c5021ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6021 |14cr|php-pear-Contact_Vcard_Parse-1.32.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Contact
%define		_subclass	Vcard_Parse
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.32.0
Release:	7
Summary:	Parse vCard 2.1 and 3.0 files
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Contact_Vcard_Parse/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Allows you to parse vCard files and text blocks, and get back an array
of the elements of each vCard in the file or text.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{upstream_name}.php
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.32.0-7
+ Revision: 023f9f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6022 |14cr|php-pear-Crypt_Blowfish-1.0.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Crypt
%define		_subclass	Blowfish
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.1
Release:	14
Summary:	Quick two-way blowfish encryption
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Crypt_Blowfish/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
BuildRequires:	sed >= 4.0.0
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package allows you to preform two-way blowfish on the fly using
only PHP. This package does not require the Mcrypt PHP extension to
work.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-14
+ Revision: 4a3da66
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6023 |14cr|php-pear-Crypt_CBC-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Crypt
%define		_subclass	CBC
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.1
Release:	2
Summary:	A class to emulate Perl's Crypt::CBC module
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Crypt_CBC/
Source0:	http://download.pear.php.net/package/Crypt_CBC-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
A class to emulate Perl's Crypt::CBC module.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: 9684c85
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6024 |14cr|php-pear-Crypt_CHAP-1.5.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Crypt
%define		_subclass	CHAP
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.5.0
Release:	5
Summary:	Generating CHAP packets
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Crypt_CHAP/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides Classes for generating CHAP packets. Currently
these types of CHAP are supported:
 - CHAP-MD5
 - MS-CHAPv1
 - MS-CHAPv2
For MS-CHAP the php-mhash extension must be loaded.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-5
+ Revision: 013075b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6025 |14cr|php-pear-Crypt_GPG-1.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name Crypt_GPG
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear


Name:		php-pear-%{upstream_name}
Version: 	1.3.2
Release:	1
Summary: 	GNU Privacy Guard (GnuPG)
License: 	LGPL
Group: 		Development/PHP
Source0:	http://pear.phpunit.de/get/%upstream_name-%{version}.tgz
URL: 		http://pear.php.net/package/Crypt_GPG
BuildRequires: 	php-pear >= 1.4.7
Requires(pre):	php-pear
BuildArch: noarch

%description
This package provides an object oriented interface to GNU Privacy Guard
(GnuPG). It requires the GnuPG executable to be on the system.

Though GnuPG can support symmetric-key cryptography, this package is
intended only to facilitate public-key cryptography.

This package requires PHP version 5.2.1 or greater.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .


# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Crypt_GPG.xml


%post
pear install --nodeps --soft --force --register-only %{xmldir}/Crypt_GPG.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.php.net/Crypt_GPG
fi

%files
%doc docs/Crypt_GPG/*
%{peardir}/*
%{xmldir}/Crypt_GPG.xml

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-1
+ Revision: 65ee6bd
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6026 |14cr|php-pear-Crypt_HMAC-1.0.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Crypt
%define		_subclass	HMAC
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.1
Release:	16
Summary:	A class to calculate RFC 2104 compliant hashes
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Crypt_HMAC/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
A class to calculate RFC 2104 compliant hashes.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-16
+ Revision: 51d7010
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6027 |14cr|php-pear-Crypt_RSA-1.0.0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Crypt
%define		_subclass	RSA
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	18
Summary:	Provides RSA-like encryption support
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Crypt_RSA/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package allows you to use two-key strong cryptography like RSA
with arbitrary key length. It uses one of the following extensions for
math calculations:
- PECL big_int extension version greater than or equal to 1.0.3
- PHP GMP extension
- PHP BCMath extension

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-18
+ Revision: 489d9ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6028 |14cr|php-pear-Crypt_Xtea-1.1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Crypt
%define		_subclass	Xtea
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.0
Release:	11
Summary:	The Tiny Encryption Algorithm (TEA) (New Variant)
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Crypt_Xtea/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
A class that implements the Tiny Encryption Algorithm (TEA) (New
Variant). This class does not depend on mcrypt. Encryption is
relatively fast, decryption relatively slow. Original code from
http://vader.brad.ac.uk/tea/source.shtml#new_ansi

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-11
+ Revision: 5108f61
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6029 |14cr|php-pear-Date_Holidays_Austria-0.1.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Austria
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.4
Release:	6
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean


%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.4-6
+ Revision: c07e6cf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6030 |14cr|php-pear-Date_Holidays_Brazil-0.1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Brazil
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.2
Release:	8
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-8
+ Revision: 92b0242
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6031 |14cr|php-pear-Date_Holidays_Denmark-0.1.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Denmark
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.3
Release:	8
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-8
+ Revision: 150a60a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6032 |14cr|php-pear-Date_Holidays_Discordian-0.1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Discordian
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.1
Release:	8
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-8
+ Revision: 2d2621b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6033 |14cr|php-pear-Date_Holidays_EnglandWales-0.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		EnglandWales
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.5
Release:	2
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/Date_Holidays_EnglandWales-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.5-2
+ Revision: 5609f8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6034 |14cr|php-pear-Date_Holidays_Germany-0.1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Germany
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.2
Release:	8
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-8
+ Revision: 3422345
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6035 |14cr|php-pear-Date_Holidays_Iceland-0.1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Iceland
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.2
Release:	8
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-8
+ Revision: cd28709
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6036 |14cr|php-pear-Date_Holidays_Ireland-0.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Ireland
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.3
Release:	4
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-4
+ Revision: 0649d61
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6037 |14cr|php-pear-Date_Holidays_Italy-0.1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Italy
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.1
Release:	8
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-8
+ Revision: d270db9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6038 |14cr|php-pear-Date_Holidays_Japan-0.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Japan
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.2
Release:	5
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-5
+ Revision: 588aead
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6039 |14cr|php-pear-Date_Holidays_Netherlands-0.1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Netherlands
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.2
Release:	8
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-8
+ Revision: ae1766a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6040 |14cr|php-pear-Date_Holidays_Norway-0.1.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Norway
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.2
Release:	10
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Patch0:		php-pear-Date_Holidays_Norway-0.1.2-borkfix.diff
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildRequires:	php-pear
BuildArch:	noarch

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
%patch0 -p0
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-10
+ Revision: c60df52
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6041 |14cr|php-pear-Date_Holidays_PHPdotNet-0.1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		PHPdotNet
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.2
Release:	8
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-8
+ Revision: 0ef1f3d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6042 |14cr|php-pear-Date_Holidays_Romania-0.1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Romania
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.2
Release:	8
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-8
+ Revision: 7693dc0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6043 |14cr|php-pear-Date_Holidays_Slovenia-0.1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Slovenia
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.2
Release:	8
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-8
+ Revision: e863423
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6044 |14cr|php-pear-Date_Holidays_Sweden-0.1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Sweden
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.3
Release:	5
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-5
+ Revision: 32b8fa7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6045 |14cr|php-pear-Date_Holidays_Ukraine-0.1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		Ukraine
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.2
Release:	8
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-8
+ Revision: f2d299a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6046 |14cr|php-pear-Date_Holidays_UNO-0.1.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		UNO
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.3
Release:	8
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-8
+ Revision: 0a8b40b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6047 |14cr|php-pear-Date_Holidays_USA-0.1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		_subclass	Holidays
%define		_region		USA
%define		upstream_name	%{_class}_%{_subclass}_%{_region}

Name:		php-pear-%{upstream_name}
Version:	0.1.1
Release:	8
Summary:	Driver based class to calculate holidays in %{_region}
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Date_Holidays >= 0.21.1
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} is the Date_Holidays driver for %{_region} region.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-8
+ Revision: 5b02280
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6048 |14cr|php-pear-DBA-1.1.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DBA
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.1.1
Release:	11
Summary:	Berkeley-style Database Class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DBA/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Implements a DBM-style database using either PHP's DBA functions or a
simple DBM class written in PHP. Also provides a relational database
system with support for selects, joins, sorts, projects, multiple
tables, type checking, autoincrements and more.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{_class}-%{version}/docs/*
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-11
+ Revision: df0034a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6049 |14cr|php-pear-DB_ado-1.3.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DB
%define		_subclass	ado
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.1
Release:	9
Summary:	DB driver which use MS ADODB library
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DB_ado/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
DB_ado is a database independent query interface definition for
Microsoft's ADODB library using PHP's COM extension. This class allows
you to connect to different data sources like MS Access, MS SQL
Server, Oracle and other RDBMS on a Win32 operating system. Moreover
the possibility exists to use MS Excel spreadsheets, XML, text files
and other not relational data as data source.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-9
+ Revision: 469acc3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6050 |14cr|php-pear-DBA_Relational-0.2.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DBA
%define		_subclass	Relational
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.2.0
Release:	11
Epoch:		1
Summary:	Berkeley-style database abstraction class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DBA_Relational/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Table management extension for DBA.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.2.0-11
+ Revision: e6c360e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6051 |14cr|php-pear-DB_DataObject_FormBuilder-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DB
%define		_subclass	DataObject_FormBuilder
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	2
Summary:	Automatically build HTML_QuickForm object from a DB_DataObject derived class
Epoch:      1
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DB_DataObject_FormBuilder/
Source0:	http://download.pear.php.net/package/DB_DataObject_FormBuilder-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} will aid you in rapid application development
using the packages DB_DataObject and HTML_QuickForm. For having quick but
working prototype of your application, simply model the database, run
DataObject`s CreateTable script over it and write a script that passes
one of the resulting objects to the FormBuilder class. The FormBuilder
class will automatically generate a simple but working HTML_QuickForm
object that you can use to test your application. It also provides a
processing method that will automatically detect if an insert() or
update() command has to be executed after the form has been submitted.
If you have set DataObject`s links.ini file correctly, it will also
automatically detect if a table field is a foreign key and will populate
a selectbox with the linked table`s entry. There are many optional
parameteres that you can place in DataObjects.ini or in properties of
your derived classes, that you can use to fine-tune the form generation,
gradually turning the prototypes into fully features forms and you can
take control of any stage at the process.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

rm -f %{buildroot}%{_datadir}/pear/package.php

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.0.2-2
+ Revision: 248061c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6052 |14cr|php-pear-DB_ldap-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DB
%define		_subclass	ldap
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.1
Release:	4
Summary:	DB interface to LDAP server
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DB_ldap/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The PEAR::DB_ldap class provides a DB compliant interface to LDAP
servers.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-4
+ Revision: 33bf261
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6053 |14cr|php-pear-DB_ldap2-0.5.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DB
%define		_subclass	ldap2
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.5.0
Release:	9
Summary:	DB drivers for LDAP v2 and v3 database
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DB_ldap2/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
DB_ldap2 and DB_ldap3 classes extend DB_common to provide DB compliant
access to LDAP servers with protocol version 2 and 3. The drivers
provide common DB interface as much as possible and support
prepare/execute statements.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-9
+ Revision: 09182c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6054 |14cr|php-pear-DB_NestedSet-1.4.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DB
%define		_subclass	NestedSet
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.4.1
Release:	6
Summary:	API to build and query nested sets
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DB_NestedSet/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
DB_NestedSet lets you create trees with infinite depth inside a
relational database. The package provides a way to:
- create/update/delete nodes
- query nodes, trees and subtrees
- copy (clone) nodes, trees and subtrees
- move nodes, trees and subtrees
- call event handlers on specific events like on node deletion
- output the tree with
  - PEAR::HTML_TreeMenu
  - TigraMenu (http://www.softcomplex.com/products/tigra_menu/)
- It also features caching of SQL queries using PEAR::Cache.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-6
+ Revision: 1ea9347
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6055 |14cr|php-pear-DB_odbtp-1.0.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DB
%define		_subclass	odbtp
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.4
Release:	9
Summary:	DB interface for ODBTP
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DB_odbtp/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
DB_odbtp is a PEAR DB driver that uses the ODBTP extension to connect
to a database. It can be used to remotely access any Win32-ODBC
accessible database from any platform.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/* %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-9
+ Revision: d1ccd8f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6056 |14cr|php-pear-DB_Pager-0.7-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DB
%define		_subclass	Pager
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.7
Release:	17
Summary:	Retrieve and return information of database result sets
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DB_Pager/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This class handles all the stuff needed for displaying paginated
results from a database query of PEAR DB, including fetching only the
needed rows and giving extensive information for helping build an HTML
or GTK+ query result display.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-17
+ Revision: 26867a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6057 |14cr|php-pear-DB_QueryTool-1.1.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DB
%define		_subclass	QueryTool
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.2
Release:	10
Summary:	An OO-interface for easily retrieving and modifying data in a DB
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DB_QueryTool/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package is an OO-abstraction to the SQL-Query language, it
provides methods such as setWhere, setOrder, setGroup, setJoin, etc.
to easily build queries. It also provides an easy to learn interface
that interacts nicely with HTML-forms using arrays that contain the
column data, that shall be updated/added in a DB. This package bases
on an SQL-Builder which lets you easily build SQL-Statements and
execute them.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-10
+ Revision: 45eb5fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6058 |14cr|php-pear-DB_Sqlite_Tools-0.1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DB
%define		_subclass	Sqlite
%define		_ssclass	Tools
%define		upstream_name	%{_class}_%{_subclass}_%{_ssclass}

Name:		php-pear-%{upstream_name}
Version:	0.1.7
Release:	2
Summary:	OO interface designed to effectively manage and backup Sqlite databases
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DB_Sqlite_Tools/
Source0:	http://download.pear.php.net/package/DB_Sqlite_Tools-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
DB_Sqlite_Tools is extends the native PHP-sqlite function by providing
a comprehensive solution for database backup, live replication, export
in XML format, performance optmization and more. It is designed for
the maintenance and optimisation of several sqlite databases.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -f %{buildroot}%{_datadir}/pear/generate_package_xml.php

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.7-2
+ Revision: b2ec2d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6059 |14cr|php-pear-DB_Table-1.5.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DB
%define		_subclass	Table
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.5.6
Release:	9
Summary:	Automate table creation
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DB_Table/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Builds on PEAR DB to abstract datatypes and automate table creation,
data validation, insert, update, delete, and select; combines these
with PEAR HTML_QuickForm to automatically generate input forms that
match the table column definitions.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.6-9
+ Revision: b2292d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6060 |14cr|php-pear-DbUnit-1.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name DbUnit
%define __noautoreq /usr/bin/php

Summary:	DbUnit port for PHP/PHPUnit to support database interaction testing

Name:		php-pear-%{upstream_name}
Version:	1.1.1
Release:	5
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/DbUnit-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-symfony-YAML >= 1.0.2

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides DbUnit port for PHP/PHPUnit to support database
interaction testing.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%{_bindir}/dbunit
%{_datadir}/pear/PHPUnit/Extensions/Database
%{_datadir}/pear/packages/DbUnit.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-5
+ Revision: 866a4f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6061 |14cr|php-pear-Event_Dispatcher-1.1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Event
%define		_subclass	Dispatcher
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.0
Release:	8
Summary:	Dispatch notifications using PHP callbacks
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Event_Dispatcher/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The Event_Dispatcher acts as a notification dispatch table. It is used
to notify other objects of interesting things. This information is
encapsulated in Event_Notification objects. Client objects register
themselves with the Event_Dispatcher as observers of specific
notifications posted by other objects. When an event occurs, an object
posts an appropriate notification to the Event_Dispatcher. The
Event_Dispatcher dispatches a message to each registered observer,
passing the notification as the sole argument.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-8
+ Revision: 47c94e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6062 |14cr|php-pear-File_Bittorrent-1.1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	Bittorrent
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.0
Release:	11
Summary:	Decode and Encode data in Bittorrent format
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_Bittorrent/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package consists of two classes which handles the encoding and
decoding of data in Bittorrent format.

You can also extract useful informations from .torrent files.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-11
+ Revision: f3ef13b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6063 |14cr|php-pear-File_DICOM-0.3-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	DICOM
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3
Release:	17
Summary:	Package for reading and modifying DICOM files
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_DICOM/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
File_DICOM allows reading and modifying of DICOM files.

DICOM stands for Digital Imaging and COmmunications in Medicine, and
is a standard for creating, storing and transfering digital images
(X-rays, tomography) and related information used in medicine. This
package in particular does not support the exchange/transfer of DICOM
data, nor any network related functionality. More information on the
DICOM standard can be found at: http://medical.nema.org/.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-17
+ Revision: 43cab9e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6064 |14cr|php-pear-File_DNS-0.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	DNS
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.1.0
Release:	2
Summary:	Manipulate RFC1033-style DNS Zonefiles
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_DNS/
Source0:	http://download.pear.php.net/package/File_DNS-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The File_DNS class provides a way to read, edit and write RFC1033
style DNS Zones.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-2
+ Revision: 94ebb98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6065 |14cr|php-pear-File_Find-1.3.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	Find
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.1
Release:	6
Summary:	A class that facillitates the search of filesystems
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_Find/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
File_Find, created as a replacement for its Perl counterpart, also
named File_Find, is a directory searcher, which handles globbing,
recursive directory searching, as well as a slew of other cool
features.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-6
+ Revision: 85384f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6066 |14cr|php-pear-File_Fstab-2.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	Fstab
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	2.0.3
Release:	6
Summary:	Read and write fstab files
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_Fstab/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
File_Fstab is an easy-to-use package which can read & write UNIX fstab
files. It presents a pleasant object-oriented interface to the fstab.
Features:
- Supports blockdev, label, and UUID specification of mount device.
- Extendable to parse non-standard fstab formats by defining a new
  Entry class for that format.
- Easily examine and set mount options for an entry.
- Stable, functional interface.
- Fully documented with PHPDoc.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -f %{buildroot}%{_datadir}/pear/example.php
rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/example.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-6
+ Revision: 88b8ada
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6067 |14cr|php-pear-File_HtAccess-1.2.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	HtAccess
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.1
Release:	9
Summary:	Manipulate .htaccess files
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_HtAccess/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides methods to manipulate .htaccess files.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-9
+ Revision: a0941f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6068 |14cr|php-pear-File_IMC-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	IMC
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.5.0
Release:	2
Summary:	Create and parse Internet Mail Consortium-style files
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_IMC/
Source0:	http://download.pear.php.net/package/File_IMC-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Allows you to programmatically create a vCard or vCalendar, and fetch
the text.

IMPORTANT: The array structure has changed slightly from
Contact_Vcard_Parse. See the example output for the new structure.
Also different from Contact_Vcard is the use of a factory pattern.
Again, see the examples. 

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-2
+ Revision: 7bdcfc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6069 |14cr|php-pear-File_Iterator-1.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name File_Iterator

Summary:	FilterIterator implementation that filters files based on a list of suffixes
Name:		php-pear-%{upstream_name}
Version:	1.3.0
Release:	5
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/File_Iterator-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides FilterIterator implementation that filters files based
on a list of suffixes for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%doc %{upstream_name}-%{version}/README.markdown
%{_datadir}/pear/File/Iterator
%{_datadir}/pear/File/*.php
%{_datadir}/pear/packages/File_Iterator.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-5
+ Revision: 08fe8e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6070 |14cr|php-pear-File_Ogg-0.2.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	Ogg
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.2.1
Release:	11
Summary:	Access Ogg bitstreams
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_Ogg/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides access to various media types inside an Ogg
bitstream.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-11
+ Revision: 8ee00b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6071 |14cr|php-pear-File_Passwd-1.1.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	Passwd
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.7
Release:	9
Summary:	Manipulate password files
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_Passwd/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides methods to manipulate standard Unix, SMB server,
AuthUser (.htpasswd), AuthDigest (.htdigest) and CVS pserver password
files.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.7-9
+ Revision: b530bff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6072 |14cr|php-pear-File_SearchReplace-1.1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	SearchReplace
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.4
Release:	5
Summary:	Performs search and replace routines
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_SearchReplace/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides various functions to perform search/replace on files.
Preg/Ereg regex supported along with faster but more basic str_replace
routine.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.4-5
+ Revision: 527acbb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6073 |14cr|php-pear-File_SMBPasswd-1.0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	SMBPasswd
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.3
Release:	9
Summary:	Class for managing SAMBA style password files
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_SMBPasswd/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
With this package, you can maintain smbpasswd-files, usualy used by
SAMBA.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-9
+ Revision: e306829
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6074 |14cr|php-pear-FSM-1.3.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		FSM
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.3.1
Release:	6
Summary:	Finite State Machine
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/FSM/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The FSM package provides a simple class that implements a Finite State
Machine.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-6
+ Revision: c77d987
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6075 |14cr|php-pear-Games_Chess-1.0.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Games
%define		_subclass	Chess
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.1
Release:	11
Summary:	Construct and validate a logical chess game, does not display
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Games_Chess/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The logic of handling a chessboard and parsing standard FEN
(Farnsworth-Edwards Notation) for describing a position as well as SAN
(Standard Algebraic Notation) for describing individual moves is
handled. This class can be used as a backend driver for playing chess,
or for validating and/or creating PGN files using the File_ChessPGN
package.

Although this package is alpha, it is fully unit-tested. The code
works, but the API is fluid, and may change dramatically as it is put
into use and better ways are found to use it. When the API stabilizes,
the stability will increase.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-11
+ Revision: a69ee03
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6076 |14cr|php-pear-Gtk_FileDrop-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Gtk
%define		_subclass	FileDrop
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.3
Release:	5
Summary:	Make Gtk widgets accept file drops
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Gtk_FileDrop/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
A class which makes it easy to make a GtkWidget accept the dropping of
files or folders.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-5
+ Revision: 7389258
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6077 |14cr|php-pear-Gtk_MDB_Designer-0.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Gtk
%define		_subclass	MDB
%define		upstream_name	%{_class}_%{_subclass}_Designer
%define __noautoreq /usr/bin/php

Name:		php-pear-%{upstream_name}
Version:	0.1
Release:	17
Summary:	An GTK+ Database schema designer


License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Gtk_MDB_Designer/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Patch0:		php-pear-Gtk_MDB_Designer-php-gtk2.patch
Requires:	php-gtk2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
A graphical database schema designer, based loosely around the MDB
schema, it features:
- table boxes which are dragged around a window to layout your
  database
- add/delete tables
- add/delete columns
- support for NotNull, Indexes, Sequences, Unique Indexes and
  defaults
- works totally in non-connected mode (eg. no database or setting up
  required)
- stores in MDB like xml file
- saves to any supported database SQL create tables files
- screenshots at http://devel.akbkhome.com/Gtk_MDB/.

%prep
%setup -q -c
%patch0 -p1
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_bindir}/gtkmdbdesigner
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-17
+ Revision: 9268de7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6078 |14cr|php-pear-Gtk_ScrollingLabel-1.0.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Gtk
%define		_subclass	ScrollingLabel
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	17
Summary:	A scrolling label for PHP-Gtk
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Gtk_ScrollingLabel/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This is a class to encapsulate the functionality needed for a
scrolling GTK+ label. This class provides a simple, easy to understand
API for setting up and controlling the label. It allows for the
ability to scroll in either direction, start and stop the scroll,
pause and unpause the scroll, get and set the text, and set display
properties of the text.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/example.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-17
+ Revision: ee62466
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6079 |14cr|php-pear-HTML_AJAX-0.5.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define     _class      HTML
%define     _subclass   AJAX
%define     upstream_name   %{_class}_%{_subclass}

Name:       php-pear-%{upstream_name}
Version:    0.5.6
Release:    9
Summary:    PHP and JavaScript AJAX library
License:    LGPL
Group:      Development/PHP
URL:        http://pear.php.net/package/%{upstream_name}
Source0:    http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:   php-pear
BuildArch:  noarch
BuildRequires:  php-pear

%description
Provides PHP and JavaScript libraries for performing AJAX
(Communication from JavaScript to your browser without reloading the
page)

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.6-9
+ Revision: a87c0b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6080 |14cr|php-pear-HTML_BBCodeParser-1.2.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	BBCodeParser
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.2
Release:	10
Summary:	Parser to replace UBB style tags with their HTML equivalents
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_BBCodeParser/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This is a parser to replace UBB style tags with their HTML
equivalents. It does not simply do some regex calls, but is complete
stack based parse engine. This ensures that all tags are properly
nested, if not, extra tags are added to maintain the nesting. This
parser should only produce XHTML 1.0 compliant code. All tags are
validated and so are all their attributes. It should be easy to extend
this parser with your own tags.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/%{_subclass}/example
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-10
+ Revision: e5bd8ff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6081 |14cr|php-pear-HTML_Common2-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Common2
%define		upstream_name	%{_class}_%{_subclass}
%define     pre         %{nil}

Name:		php-pear-%{upstream_name}
Version:	2.0.0
Release:	4
Summary:	Abstract base class for HTML classes (PHP5 port of HTML_Common package)
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Common2/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}%{pre}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The HTML_Common2 package provides methods for HTML code display and
attributes handling.
- Methods to set, remove, update HTML attributes,
- Handles comments in HTML code.
- Handles global document options (encoding, linebreak and indentation
  characters),
- Handles indentation for nicer HTML code.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}%{pre}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}%{pre}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-4
+ Revision: cd5e583
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6082 |14cr|php-pear-HTML_Crypt-1.3.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Crypt
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.4
Release:	5
Summary:	Encrypts text which is later decoded using javascript on the client side
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Crypt/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The PEAR::HTML_Crypt provides methods to encrypt text, which can be
later be decrypted using JavaScript on the client side. This is very
useful to prevent spam robots collecting email addresses from your
site, included is a method to add mailto links to the text being
generated.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-5
+ Revision: 0f68c7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6083 |14cr|php-pear-HTML_CSS-1.5.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	CSS
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.5.4
Release:	7
Summary:	Class for generating CSS declarations
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_CSS/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} provides a simple interface for generating a stylesheet
declaration. It is completely standards compliant, and has some great
features:
- simple OO interface to CSS definitions
- output to:
  - inline stylesheet declarations
  - document internal stylesheet declarations
  - standalone stylesheet declarations
  - array of definitions

In addition, it shares the following with HTML_Common based classes:
- indent style support
- line ending style

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.4-7
+ Revision: 5e25849
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6084 |14cr|php-pear-HTML_Form-1.3.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Form
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.0
Release:	10
Summary:	Simple HTML form package
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Form/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This is a simple HTML form generator. It supports all the HTML form
element types including file uploads, may return or print the form,
just individual form elements or the full form in "table mode" with a
fixed layout.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-10
+ Revision: 3dc1683
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6085 |14cr|php-pear-HTML_Menu-2.1.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Menu
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	2.1.4
Release:	10
Summary:	Generates HTML Menu from multidimensional hashes
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Menu/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
With the %{upstream_name} class one can easily create and maintain a
navigation structure for website, configuring it via a multidimensional
hash structure. Different modes for the HTML output are supported.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.4-10
+ Revision: 19143bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6086 |14cr|php-pear-HTML_Page2-0.5.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define     _class          HTML
%define     _subclass       Page2
%define		upstream_name	%{_class}_%{_subclass}
%define		pre		        beta

Name:		php-pear-%{upstream_name}
Version:	0.5.0
Release:	12
Summary:	Base class for XHTML page generation
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Page2/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}%{pre}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The PEAR::HTML_Page2 package provides a simple interface for generating an
XHTML compliant page.
* supports virtually all HTML doctypes, from HTML 2.0 through XHTML 1.1 and
XHTML Basic 1.0
  plus preliminary support for XHTML 2.0
* namespace support
* global language declaration for the document
* line ending styles
* full META tag support
* support for stylesheet declaration in the head section
* support for script declaration in the head section
* support for linked stylesheets and scripts
* full support for header link tags
* body can be a string, object with toHtml or toString methods or an array (can
be combined)

Ideas for use:
* Use to validate the output of a class for XHTML compliance
* Quick prototyping using PEAR packages is now a breeze

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}%{pre}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}%{pre}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}%{pre}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-12
+ Revision: cc16717
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6087 |14cr|php-pear-HTML_Progress2-2.4.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define         _class          HTML
%define         _subclass       Progress2
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	2.4.1
Release:	9
Summary:	How to include a loading bar in your XHTML documents quickly and easily
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Progress2
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-smarty
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides a way to add a loading bar fully customizable in existing
XHTML documents.
Your browser should accept DHTML feature.

Features:
- create horizontal, vertival bar and also circle, ellipse and polygons
  (square, rectangle).
- allows usage of existing external StyleSheet and/or JavaScript.
- all elements (progress, cells, labels) are customizable by their html
  properties.
- percent/labels are floating all around the progress meter.
- compliant with all CSS/XHMTL standards.
- integration with all template engines is very easy.
- implements Observer design pattern. It is possible to add Listeners.
- adds a customizable monitor pattern to display a progress bar.
  User-end can abort progress at any time.
- allows many progress meter on same page without uses of iframe solution.
- error handling system that support native PEAR_Error, but also
  PEAR_ErrorStack, and any other system you might want to plug-in.
- PHP 5 ready.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog
%doc %{upstream_name}-%{version}/NEWS
%doc %{upstream_name}-%{version}/docs
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-9
+ Revision: 5ab8d8c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6088 |14cr|php-pear-HTML_QuickForm2-2.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define	_requires_exceptions pear(PHPUnit/Framework.php)
%define		_class		HTML
%define		_subclass	QuickForm2
%define		upstream_name	%{_class}_%{_subclass}
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Name:		php-pear-%{upstream_name}
Version:	2.0.2
Release:	1
Summary:	Methods for creating, validating, processing HTML forms
License:	BSD
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_QuickForm2
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
Requires:	php-pear >= 1.5.4
Requires:	php-pear-HTML_Common2 >= 2.0.0
BuildArch:	noarch

%description
PHP5 rewrite of HTML_QuickForm and HTML_QuickForm_Controller packages.

 This package provides methods to create, validate and render HTML forms.

 Features:
   * Supports all form elements defined by HTML standard, provides several
     custom elements
   * Server-side and client-side validation, several common rules provided
   * Multipage forms (tabbed forms and wizards)
   * Pluggable elements, rules, renderers and renderer plugins

 Major advantages over PHP4 version:
   * Most of the package's functionality is covered by unit tests
   * DOM-like API for building the form structure, new streamlined API for
     elements' values handling
   * Default rendering without tables (inspired by
     HTML_QuickForm_Renderer_Tableless)
   * Renderer plugins for elements with complex rendering needs
   * Ability to chain validation rules with 'and' and 'or'
   * Client-side validation can run "live" on changing the form fields,
     validation errors are displayed near the fields instead of in alert()

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .


# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/HTML_QuickForm2.xml


%post
pear install --nodeps --soft --force --register-only %{xmldir}/HTML_QuickForm2.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.php.net/HTML_QuickForm2
fi

%files
%doc docs/HTML_QuickForm2/*
%{peardir}/*
%{xmldir}/HTML_QuickForm2.xml

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-1
+ Revision: 2fb1743
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6089 |14cr|php-pear-HTML_QuickForm_advmultiselect-1.5.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	QuickForm
%define		upstream_name	%{_class}_%{_subclass}_advmultiselect

Name:		php-pear-%{upstream_name}
Version:	1.5.1
Release:	7
Summary:	Element for HTML_QuickForm that emulate a multi-select
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_QuickForm_advmultiselect/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Element for HTML_QuickForm that emulate a multi-select.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/{examples,ChangeLog}
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-7
+ Revision: 84826d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6090 |14cr|php-pear-HTML_QuickForm_DHTMLRulesTableless-0.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	QuickForm
%define		upstream_name	%{_class}_%{_subclass}_DHTMLRulesTableless

Name:		php-pear-%{upstream_name}
Version:	0.3.3
Release:	2
Summary:	DHTML replacement for the standard JavaScript alert window 
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless
Source0:	http://download.pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
DHTML replacement for the standard JavaScript alert window for client-side
validation using the tableless renderer

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-2
+ Revision: 4e88bc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6091 |14cr|php-pear-HTML_QuickForm_ElementGrid-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	QuickForm_ElementGrid
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.1.2
Release:	2
Summary:    An HTML_QuickForm meta-element which holds any other element in a grid
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/HTML_QuickForm_ElementGrid-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
An HTML_QuickForm meta-element which holds multiple HTML_QuickForm elements in
an HTML_Table. The elements in the table should behave exactly like normal
elements in a form, such as freezing and getting defaults and submitted values
correctly.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-2
+ Revision: 69d4556
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6092 |14cr|php-pear-HTML_QuickForm_Renderer_Tableless-0.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	QuickForm
%define		upstream_name	%{_class}_%{_subclass}_Renderer_Tableless

Name:		php-pear-%{upstream_name}
Version:	0.6.2
Release:	2
Summary:	Replacement for the default renderer
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_QuickForm_Renderer_Tableless
Source0:	http://download.pear.php.net/package/HTML_QuickForm_Renderer_Tableless-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Replacement for the default renderer that doesn't use table tags, and generates
fully valid XHTML output.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-2
+ Revision: 3f5e205
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6093 |14cr|php-pear-HTML_QuickForm_SelectFilter-1.0.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	QuickForm
%define		upstream_name	%{_class}_%{_subclass}_SelectFilter
%define		_pre	RC1

Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	16
Summary:	Dynamic filters on the client side for select elements
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_QuickForm_SelectFilter/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}%{_pre}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The PEAR::HTML_QuickForm_SelectFilter package adds an element to the
PEAR::HTML_QuickForm package that is used to define dynamic filters on
the client side for select elements.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}%{_pre}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}%{_pre}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-16
+ Revision: 11f388b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6094 |14cr|php-pear-HTML_Select-1.3.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Select
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.0
Release:	6
Summary:	Class for generating HTML form select elements
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Select
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
HTML_Select provides an OOP way of generating HTML form select elements.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-6
+ Revision: 766adcb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6095 |14cr|php-pear-HTML_Select_Common-1.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Select
%define		upstream_name	%{_class}_%{_subclass}_Common

Name:		php-pear-%{upstream_name}
Version:	1.2.0
Release:	5
Summary:	Small classes to handle common <select> lists
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Select_Common/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Obsoletes:	php-pear-HTML_Select
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides <select>lists for:
 - Country
 - UK counties
 - US States

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

chmod 644 %{upstream_name}-%{version}/examples/*

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-5
+ Revision: 20d3b5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6096 |14cr|php-pear-HTML_Table_Matrix-1.0.10-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Table
%define		upstream_name	%{_class}_%{_subclass}_Matrix

Name:		php-pear-%{upstream_name}
Version:	1.0.10
Release:	7
Summary:	Autofill a table with data
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Table_Matrix/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
HTML_Table_Matrix is an extension to HTML_Table which allows you to
easily fill up a table with data. Features:
- It uses Filler classes to determine how the data gets filled in the
  table. With a custom Filler, you can fill data in up, down,
  forwards, backwards, diagonally, randomly or any other way you like.
- Comes with Fillers to fill left-to-right-top-to-bottom and
  right-to-left-top-to-bottom.
- Abstract Filler methods keep the code clean & easy to understand.
- Table height or width may be omitted, and it will figure out the
  correct table size based on the data you provide.
- It integrates handily with Pager to create pleasant pageable table
  layouts, such as for an image gallery. Just specify a height or
  width, Filler, and feed it the data returned from Pager.
- Table may be constrained to a specific height or width, and excess
  data will be ignored.
- Fill offset may be specified, to leave room for a table header, or
  other elements in the table.
- Fully documented with PHPDoc.
- Includes fully functional example code.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/examples

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.10-7
+ Revision: 4d09626
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6097 |14cr|php-pear-HTML_Template_PHPLIB-1.5.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Template
%define		upstream_name	%{_class}_%{_subclass}_PHPLIB

Name:		php-pear-%{upstream_name}
Version:	1.5.0
Release:	7
Summary:	Preg_* based template system
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Template_PHPLIB/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The popular Template system from PHPLIB ported to PEAR.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_bindir}/html_template_phplibtool
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-7
+ Revision: b5bad63
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6098 |14cr|php-pear-HTML_TreeMenu-1.2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	TreeMenu
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.2
Release:	5
Summary:	Provides an api to create a HTML tree
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_TreeMenu/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
PHP based API creates a tree structure using a couple of small PHP
classes. This can then be converted to javascript using the
printMenu() method. The tree should be dynamic in IE 4 or higher and
NN6/Mozilla, and in IE 5 or higher it maintains state (the
collapsed/expanded status of the branches). Has only been tested under
IE6 however. Other browsers display the tree fully expanded. Each node
can have an optional link and icon. An example of this in action is
available at http://www.phpguru.org/treemenu.php .

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-5
+ Revision: e6f96d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6099 |14cr|php-pear-HTTP_Client-1.2.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		_subclass	Client
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.1
Release:	9
Summary:	Easy way to perform multiple HTTP requests
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP_Client/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This class provides an easy way to perform multiple HTTP requests and
process their resulsts.
Features:
- manage cookies and referrers between requests
- handles HTTP redirection
- has methods to set default headers and request parameters
- implements the Subject-Observer design pattern: the base class sends
  events to listeners that do the response processing

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-9
+ Revision: 99aec65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6100 |14cr|php-pear-HTTP_Download-1.1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		_subclass	Download
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.4
Release:	5
Summary:	Send HTTP Downloads
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP_Download/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides an easy interface to send hidden files or any arbitrary data to
the client over HTTP. It features HTTP Caching, Compression and Ranges
(partial downloads and resuming).

NOTE: Don't use with PHP's on-the-fly output compression, because files
may be sent coruppted.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.4-5
+ Revision: 6e7c610
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6101 |14cr|php-pear-HTTP_Header-1.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		_subclass	Header
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.1
Release:	5
Summary:	OO-Interface to modify HTTP-Headers easily
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP_Header/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires(post): php-pear
Requires(preun): php-pear-HTTP >= 1.2
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This class provides methods to set/modify HTTP-Headers. To abstract
common things, like caching etc. some sub classes are provided that
handle special cases (i.e. HTTP_Header_Cache).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-5
+ Revision: 0f27ff9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6102 |14cr|php-pear-HTTP_OAuth-0.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define     _class      HTTP
%define     _subclass   OAuth
%define     upstream_name   %{_class}_%{_subclass}

Name:       php-pear-%{upstream_name}
Version:    0.2.3
Release:    2
Summary:    PEAR implementation of the OAuth 1.0a specification
License:    LGPL
Group:      Development/PHP
URL:        http://pear.php.net/package/%{upstream_name}
Source0:    http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:   php-pear
BuildArch:  noarch
BuildRequires:  php-pear

%description
PEAR implementation of the OAuth 1.0a specification

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-2
+ Revision: cd64784
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6103 |14cr|php-pear-HTTP_Server-0.4.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		_subclass	Server
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.4.0
Release:	16
Summary:	HTTP server class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP_Server/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} class that allows you to easily implement HTTP servers by
supplying callbacks. The base class will parse the request, call the
apropriate callback and build a response based on an array that the
callbacks have to return.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-16
+ Revision: 037db9b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6104 |14cr|php-pear-HTTP_Session-0.5.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		_subclass	Session
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.5.5
Release:	10
Summary:	Object-oriented interface to the session_* family functions
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP_Session/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Object-oriented interface to the session_* family functions; it
provides extra features such as database storage for session data
using DB package. It introduces new methods like isNewSession(),
setCookieless(), abandon(), setExpire(), setIdle(), isExpired(),
isIdled() and others.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.5-10
+ Revision: 82d9eff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6105 |14cr|php-pear-HTTP_SessionServer-0.5.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		_subclass	SessionServer
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.5.0
Release:	10
Summary:	Daemon to store session data
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP_SessionServer/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
HTTP_SessionServer is a simple PHP based daemon that helps you
maintaining state between physically different hosts.

HTTP_SessionServer implements a very simple protocol to store and
retrieve data on the server. The storage backend is driver based,
currently only a storage for the filesystem has been implemented, but
you may easily change this.

HTTP_SessionServer comes with a matching client implementation using
Net_Socket as well as a session save handler.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-10
+ Revision: d4493ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6106 |14cr|php-pear-HTTP_Upload-0.9.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		_subclass	Upload
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.9.1
Release:	17
Summary:	Easy and secure managment of files submitted via HTML Forms
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP_Upload/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This class provides an advanced file uploader system for file uploads
made from html forms. Features:
- Can handle from one file to multiple files.
- Safe file copying from tmp dir.
- Easy detecting mechanism of valid upload, missing upload or error.
- Gives extensive information about the uploaded file.
- Rename uploaded files in different ways: as it is, safe or unique.
- Validate allowed file extensions.
- Multiple languages error messages support.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-17
+ Revision: 302551e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6107 |14cr|php-pear-HTTP_WebDAV_Client-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		_subclass	WebDAV
%define		upstream_name	%{_class}_%{_subclass}_Client

Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	3
Summary:	WebDAV stream wrapper class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP_WebDAV_Client/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
RFC2518 compliant stream wrapper that allows to use WebDAV server
resources like a regular file system from within PHP.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install
cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: fe9b444
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6108 |14cr|php-pear-I18N-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		I18N
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	6
Summary:	Internationalization package
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/I18N/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package supports you to localize your applications. Currently
multiple ways of supporting translation are implemented and methods to
determine the current users (browser-)language.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-6
+ Revision: 931f4d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6109 |14cr|php-pear-I18N_UnicodeString-0.2.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		I18N
%define		_subclass	UnicodeString
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.2.1
Release:	10
Summary:	Provides a way to work with self contained multibyte strings
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/I18N_UnicodeString/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides a method of storing and manipulating multibyte strings in PHP
without using ext/mbstring. Also allows conversion between various
methods of storing Unicode in 1-byte strings like UTF-8 and HTML
entities.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-10
+ Revision: 3b953fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6110 |14cr|php-pear-Image_Barcode-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Image
%define		_subclass	Barcode
%define		upstream_name	%{_class}_%{_subclass}

Summary:	Render barcodes
Name:		php-pear-%{upstream_name}
Version:	1.1.2
Release:	4
License:	PHP License
Group:		Development/PHP
Url:		http://pear.php.net/package/Image_Barcode/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear
Requires:	php-gd
Requires:	php-pear
Requires(post,preun):	php-pear
BuildArch:	noarch

%description
With PEAR::Image_Barcode class you can create a barcode representation
of description a given string. This class uses GD functions because of
this the generated graphic can be any of GD supported supported image
types.

%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

#----------------------------------------------------------------------------

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install
cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.2-4
+ Revision: ef72eff
- Minor cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6111 |14cr|php-pear-Image_Canvas-0.3.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _class          Image
%define _subclass       Canvas
%define upstream_name       %{_class}_%{_subclass}

Name:           php-pear-%{upstream_name}
Version:        0.3.1
Release:        10
Summary:        Common interface to image drawing
License:        PHP License
Group:          Development/PHP
URL:            http://pear.php.net/package/Image_Canvas/
Source0:        http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:       php-gd
Requires:       php-pear-Image_Color >= 1.0.0
Requires:       php-pear
BuildArch:      noarch
BuildRequires:  php-pear

%description
A package providing a common interface to image drawing,
making image source code independent on the library used.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-10
+ Revision: 9328f2b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6112 |14cr|php-pear-Image_GIS-1.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Image
%define		_subclass	GIS
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.2
Release:	5
Summary:	Visualization of GIS data
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Image_GIS/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires:	php-gd
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Generating maps on demand can be a hard job as most often you don't
have the maps you need in digital form. But you can generate your own
maps based on raw, digital data description files which are available
for free on the net. This package provides a parser for the most
common format for geographical data, the Arcinfo/E00 format as well as
renderers to produce images using GD or Scalable Vector Graphics
(SVG).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-5
+ Revision: d896234
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6113 |14cr|php-pear-Image_Graph-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Image
%define		_subclass	Graph
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.8.0
Release:	2
Summary:	A package for displaying (numerical) data as a graph/chart/plot
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Image_Graph
Source0:	http://download.pear.php.net/package/Image_Graph-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires(post): php-gd
Requires(preun): php-gd
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Image_Graph provides a set of classes that creates
graphs/plots/charts based on (numerical) data. Many different plot
types are supported: Bar, line, area, step, impulse, scatter,
radar, pie, map, candlestick, band, box & whisker and smoothed
line, area and radar plots. The graph is highly customizable,
making it possible to get the exact look and feel that is
required. The output is controlled by a driver mechanism, which
facilitates easy output to many different output formats, amongst
others, GD (PNG, JPEG, GIF, WBMP), PDF (using PDFLib), ShockWave
Flash (using Ming) and Scalable Vector Graphics (SVG). Image_Graph
is compatible with both PHP4 and PHP5 and can be used with both
GD1 and GD2 (GD2 is recommended)

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-2
+ Revision: ec2fd43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6114 |14cr|php-pear-Image_GraphViz-1.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Image
%define		_subclass	GraphViz
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.0
Release:	5
Summary:	Interface to AT&T's GraphViz tools
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Image_GraphViz/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The GraphViz class allows for the creation of and the work with
directed and undirected graphs and their visualization with AT&T's
GraphViz tools.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-5
+ Revision: aa0aa8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6115 |14cr|php-pear-Image_IPTC-1.0.2-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Image
%define		_subclass	IPTC
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	16
Summary:	Extract, modify, and save IPTC data
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Image_IPTC/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides a mechanism for modifying IPTC header
information. The class abstracts the functionality of iptcembed() and
iptcparse() in addition to providing methods that properly handle
replacing IPTC header fields back into image files.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-16
+ Revision: a8e9323
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6116 |14cr|php-pear-Image_Remote-1.0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Image
%define		_subclass	Remote
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	8
Summary:	Retrieve information on remote image files
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Image_Remote/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This class can be used for retrieving size information of remote image
files via HTTP without downloading the whole image.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-8
+ Revision: 710e026
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6117 |14cr|php-pear-Image_Text-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Image
%define		_subclass	Text
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.7.0
Release:	2
Summary:	Comfortable processing of texts in images
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Image_Text/
Source0:	http://download.pear.php.net/package/Image_Text-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This class allows you to add text to dynamic generated images more
comfortable. It allows you to process multiline text and manipulate:
- Border
- Shading
- Alignment
Another nice feature is to let the class measurize your text in respect
to font size and line splitting to fit a given text box.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean


%files
# %doc %{upstream_name}-%{version}/example 
# %doc %{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/%{_class}/*.php
%{_datadir}/pear/packages/%{upstream_name}.xml
%{php_pear_dir}/Image/Text/Exception.php

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 27ef00a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6118 |14cr|php-pear-Image_Tools-0.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Image
%define		_subclass	Tools 
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.4.2
Release:	10
Summary:	Tool collection for images
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Image_Tools/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
A collection of common image manipulations.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.2-10
+ Revision: 096898c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6119 |14cr|php-pear-Image_Transform-0.9.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Image
%define		_subclass	Transform
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.9.1
Release:	10
Summary:	Standard interface to manipulate images using different libraries
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Image_Transform/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Patch0:		Image_Transform-IMAGETYPE_fix.diff
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package was written to provide a simpler and cross-library
interface to doing image transformations and manipulations.

It provides :
 - support for GD, ImageMagick, Imagick and NetPBM,
 - files related functions,
 - addText,
 - Scale (by length, percentage, maximum X/Y),
 - Resize,
 - Rotate (custom angle),
 - Add border (soon),
 - Add shadow (soon).

%prep
%setup -q -c
%patch0 -p0
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-10
+ Revision: 8498959
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6120 |14cr|php-pear-Image_XBM-0.9.0-0.RC1.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Image
%define		_subclass	XBM
%define		pre         RC1
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.9.0
Release:	0.%{pre}.6
Summary:	Manipulate XBM images
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Image_XBM/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}%{pre}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Package for manipulate XBM images.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}%{pre}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}%{pre}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}%{pre}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Mar 15 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-0.RC1.6
+ Revision: 3c7eebf
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6121 |14cr|php-pear-LiveUser-0.16.12-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		LiveUser
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	0.16.12
Release:	10
Summary:	User authentication and permission management framework
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/LiveUser/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Perm_LiveUser is a set of classes for dealing with user authentication
and permission management. Basically, there are three main elements
that make up this package:
- The LoginManager,
- The Auth containers,
- The Perm containers.

The LoginManager class takes care of the login process and can be
configured to use a certain permission container and one or more
different auth containers. That means, you can have your users' data
scattered amongst many data containers and have the LoginManager try
each defined container until the user is found. For example, you can
have all website users who can apply for a new account online on the
webserver's local database. Also, you want to enable all your
company's employees to login to the site without the need to create
new accounts for all of them. To achieve that, a second container can
be defined to be used by the LoginManager. You can also define a
permission container of your choice that will manage the rights for
each user. Depending on the container, you can implement any kind of
permission schemes for your application while having one consistent
API. Using different permission and auth containers, it's easily
possible to integrate newly written applications with older ones that
have their own ways of storing permissions and user data. Just make a
new container type and you're ready to go! Currently available are
RDBMS containers using PEAR::DB. More are soon to follow.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%doc %{upstream_name}-%{version}/sql
%{_datadir}/pear/%{_class}
%{_datadir}/pear/LiveUser.php
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.16.12-10
+ Revision: f788510
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6122 |14cr|php-pear-LiveUser_Admin-0.3.9-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		LiveUser
%define		_subclass	Admin
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.9
Release:	11
Summary:	User authentication and permission management framework
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/LiveUser_Admin/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
LiveUser_Admin is meant to be used with the LiveUser package. It is
composed of all the classes necessary to administrate data used by
LiveUser.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/*.txt
%doc %{upstream_name}-%{version}/docs/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.9-11
+ Revision: 637291c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6123 |14cr|php-pear-Mail_IMAP-0.2.0A-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define         _class          Mail
%define         _subclass       IMAP
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.2.0A
Release:	16
Summary:	A c-client webmail backend
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Mail_IMAP/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Mail_IMAP provides a simplifed backend for working with the c-client
(IMAP) extension.  It serves as an OO wrapper for commonly used
c-client functions. It provides structure and header parsing as well
as body retrieval.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0A-16
+ Revision: 576bfb9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6124 |14cr|php-pear-Mail_IMAPv2-0.2.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Mail
%define		_subclass	IMAPv2
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.2.0
Release:	10
Summary:	Provides a c-client backend for webmail
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Mail_IMAPv2/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires:	php-imap
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Mail_IMAPv2 provides a simplified backend for working with the
c-client (IMAP) extension. It serves as an OO wrapper for commonly
used c-client functions. It provides structure and header parsing as
well as body retrieval.

Mail_IMAPv2 may be used as a webmail backend or as a component in a
mailing list manager.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-10
+ Revision: b1becbd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6125 |14cr|php-pear-Mail_Mbox-0.5.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Mail
%define		_subclass	Mbox
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.5.1
Release:	10
Summary:	Mbox PHP class to Unix MBOX parsing and using
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Mail_Mbox/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
It can split messages inside a Mbox, return the number of messages,
return, update or remove an specific message or add a message on the
Mbox.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-10
+ Revision: 866be75
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6126 |14cr|php-pear-Mail_Queue-1.2.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Mail
%define		_subclass	Queue
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.7
Release:	4
Summary:	Put mails in queue and send them later in background
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Mail_Queue/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Class for handle mail queue managment. Wrapper for PEAR::Mail and
PEAR::DB. Could load, save and send saved mails in background and also
backup some mails. Mail queue class put mails in a temporary container
waiting to be fed to the MTA (Mail Transport Agent) and send them
later (eg. every few minutes) by crontab or in other way.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.7-4
+ Revision: c6f59ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6127 |14cr|php-pear-Math_Basex-0.3-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Basex
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3
Release:	16
Summary:	%{_class}_%{_subclass} - Base X conversion class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Basex/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Simple class for converting base set of numbers with a customize
character base set.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-16
+ Revision: 3683708
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6128 |14cr|php-pear-Math_BinaryUtils-0.3.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	BinaryUtils
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.0
Release:	16
Summary:	Collection of helper methods for easy handling of binary data
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_BinaryUtils/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Collection of helper methods for dealing with binary data (add,
subtract, converting functions, endianess functions etc.).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-16
+ Revision: 9704b9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6129 |14cr|php-pear-Math_Complex-0.8.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Complex
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.8.6
Release:	2
Summary:	Classes that define complex numbers and their operations
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Complex/
Source0:	http://download.pear.php.net/package/Math_Complex-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Classes that represent and manipulate complex numbers. Contain
definitions for basic arithmetic functions, as well as trigonometric,
inverse trigonometric, hyperbolic, inverse hyperbolic, exponential and
logarithms of complex numbers.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.6-2
+ Revision: fe9df7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6130 |14cr|php-pear-Math_Fibonacci-0.8-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Fibonacci
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.8
Release:	16
Summary:	Package to calculat and manipulate Fibonacci numbers
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Fibonacci/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The Fibonacci series is constructed using the formula:
F(n) = F(n - 1) + F(n - 2),
By convention F(0) = 0, and F(1) = 1.
An alternative formula that uses the Golden Ratio can also be used:
F(n) = (PHI^n - phi^n)/sqrt(5) [Lucas' formula],
where PHI = (1 + sqrt(5))/2 is the Golden Ratio, and phi = (1 - sqrt(5))/2
is its reciprocal.

Requires Math_Integer, and can be used with big integers if the GMP or
the BCMATH libraries are present.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-16
+ Revision: cb3cc8d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6131 |14cr|php-pear-Math_Fraction-0.4.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Fraction
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.4.0
Release:	10
Summary:	Classes that represent and manipulate fractions
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Fraction/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Classes that represent and manipulate fractions (x = a/b).

The Math_FractionOp static class contains definitions for:
- basic arithmetic operations,
- comparing fractions,
- greatest common divisor (gcd) and least common multiple (lcm) of two
  integers,
- simplifying (reducing) and getting the reciprocal of a fraction,
- converting a float to fraction.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-10
+ Revision: 04942e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6132 |14cr|php-pear-Math_Histogram-0.9.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Histogram
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.9.0
Release:	17
Summary:	Classes to calculate histogram distributions
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Histogram/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Classes to calculate histogram distributions and associated
statistics. Supports simple and cummulative histograms. You can
generate regular (2D) histograms, 3D, or 4D histograms. Data must not
have nulls.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/README*
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-17
+ Revision: 365253b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6133 |14cr|php-pear-Math_Integer-0.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Integer
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.9.0
Release:	2
Summary:	Package to represent and manipulate integers
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Integer/
Source0:	http://download.pear.php.net/package/Math_Integer-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The class Math_Integer can represent integers bigger than the signed
longs that are the default of PHP, if either the GMP or the BCMATH
(bundled with PHP) are present. Otherwise it will fall back to the
internal integer representation. The Math_IntegerOp class defines
operations on Math_Integer objects.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-2
+ Revision: 1d44d59
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6134 |14cr|php-pear-Math_Matrix-0.8.5-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Matrix
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.8.5
Release:	17
Summary:	Class to represent matrices and matrix operations
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Matrix/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Matrices are represented as 2 dimensional arrays of numbers.
This class defines methods for matrix objects, as well as static
methods to read, write and manipulate matrices, including methods to
solve systems of linear equations (with and without iterative error
correction).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.5-17
+ Revision: 09e0660
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6135 |14cr|php-pear-Math_Numerical_RootFinding-1.1.0a2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Numerical
%define		_subsubclass	RootFinding
%define		upstream_name	%{_class}_%{_subclass}_%{_subsubclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.0a2
Release:	2
Summary:	Numerical analysis root finding methods
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Numerical_RootFinding/
Source0:	http://download.pear.php.net/package/Math_Numerical_RootFinding-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provide various numerical analysis methods for find root
Available Methods:
- Bisection
- False Position
- Fixed Point
- Newton-Raphson
- Secant

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/README.txt
%doc %{upstream_name}-%{version}/docs/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/buildPackageXML.php





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0a2-2
+ Revision: 3ff0590
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6136 |14cr|php-pear-Math_Quaternion-0.7.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Quaternion
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.7.1
Release:	16
Summary:	Classes that define Quaternions and their operations
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Quaternion/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Classes that represent and manipulate quaternions. Contain definitions
for basic arithmetic functions in a static class. Quaternions are an
extension of the idea of complex numbers, and a quaternion is defined as:
q = a + b*i + c*j + d*k
In 1844 Hamilton described a system in which numbers were composed of
a real part and 3 imaginary and independent parts (i,j,k), such that:
i^2 = j^2 = k^2 = -1 and
ij = k, jk = i, ki = j and
ji = -k, kj = -i, ik = -j
The above are known as "Hamilton's rules".

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-16
+ Revision: 3930c08
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6137 |14cr|php-pear-Math_RPN-1.1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	RPN
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.2
Release:	7
Summary:	RPN (Reverse Polish Notation) support
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_RPN/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} provides an easy way to change given expression to RPN
(Reverse Polish Notation) and evaluate it.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-7
+ Revision: eb67d57
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6138 |14cr|php-pear-Math_Stats-0.9.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Stats
%define		upstream_name	%{_class}_%{_subclass}
%define		pre	beta3

Name:		php-pear-%{upstream_name}
Version:	0.9.0
Release:	17
Summary:	Classes to calculate statistical parameters
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Stats/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}beta3.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Classes to calculate statistical parameters of numerical arrays of
data. The data can be in a simple numerical array, or in a cummulative
numerical array. A cummulative array, has the value as the index and
the number of repeats as the value for the array item, e.g. $data =
array(3=>4, 2.3=>5, 1.25=>6, 0.5=>3). Nulls can be rejected, ignored
or handled as zero values.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}%{pre}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}%{pre}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/%{_class}/examples
rm -rf %{buildroot}%{_datadir}/pear/%{_class}/test

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}beta3/README*
%doc %{upstream_name}-%{version}beta3/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-17
+ Revision: 4805041
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6139 |14cr|php-pear-Math_TrigOp-1.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	TrigOp
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0
Release:	15
Summary:	Supplementary trigonometric functions
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_TrigOp/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Static class with methods that implement supplementary trigonometric,
inverse trigonometric, hyperbolic, and inverse hyperbolic functions.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-15
+ Revision: 27783a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6140 |14cr|php-pear-Math_Vector-0.6.2-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Vector
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.6.2
Release:	17
Summary:	Vector and vector operation classes
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Vector/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Classes to represent Tuples, general Vectors, and 2D-/3D-vectors, as
well as a static class for vector operations.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-17
+ Revision: 1d3c80e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6141 |14cr|php-pear-MDB2_Schema-0.7.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		MDB2
%define		_subclass	Schema
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.7.2
Release:	10
Summary:	XML based database schema manager
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/MDB2_Schema/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
PEAR::MDB2_Schema enables users to maintain RDBMS independant schema
files in XML that can be used to create, alter and drop database
entities and insert data into a database. Reverse engineering database
schemas from existing databases is also supported. The format is
compatible with both PEAR::MDB and Metabase.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.2-10
+ Revision: 712bd8b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6142 |14cr|php-pear-MDB_QueryTool-1.2.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		MDB
%define		_subclass	QueryTool
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.2
Release:	9
Summary:	An OO-interface for easily retrieving and modifying data in a DB
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/MDB_QueryTool/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package is an OO-abstraction to the SQL-Query language, it
provides methods such as setWhere, setOrder, setGroup, setJoin, etc.
to easily build queries. It also provides an easy to learn interface
that interacts nicely with HTML-forms using arrays that contain the
column data, that shall be updated/added in a DB. This package bases
on an SQL-Builder which lets you easily build SQL-Statements and
execute them. NB: this is just a MDB porting from the original
DB_QueryTool written by Wolfram Kriesing and Paolo Panto
(vision:produktion, wk@visionp.de).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-9
+ Revision: e7d8aba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6143 |14cr|php-pear-Message-0.6-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Message
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	0.6
Release:	15
Summary:	Message hash and digest (HMAC) generation methods and classes
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Message/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Classes for message hashing and HMAC signature generation using the
mhash functions.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/README
%doc %{upstream_name}-%{version}/misc
%{_datadir}/pear/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-15
+ Revision: 8283661
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6144 |14cr|php-pear-MIME_Type-1.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		MIME
%define		_subclass	Type
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.1
Release:	5
Summary:	Utility class for dealing with MIME types
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/MIME_Type/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides functionality for dealing with MIME types.
- Parse MIME type.
- Supports full RFC2045 specification.
- Many utility functions for working with and determining info about
  types.
- Most functions can be called statically.
- Autodetect a file's MIME-type, either with mime_content_type() or
  the 'file' command.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-5
+ Revision: 74aac1e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6145 |14cr|php-pear-MP3_Id-1.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		MP3
%define		_subclass	Id
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.2
Release:	2
Summary:	Read/write MP3-Tags
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/MP3_Id/
Source0:	http://download.pear.php.net/package/MP3_Id-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The class offers methods for reading and writing information tags
(version 1) in MP3 files

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-2
+ Revision: 5ebc4d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6146 |14cr|php-pear-Net_CheckIP-1.2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	CheckIP
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.2
Release:	5
Summary:	Check the syntax of IPv4 adresses
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_CheckIP/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package validates IPv4 internet adresses.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-5
+ Revision: 8e72422
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6147 |14cr|php-pear-Net_Curl-1.2.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Curl
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.5
Release:	9
Summary:	An OO interface to the cURL extension
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Curl/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Net_Curl is an object oriented interface which abstracts away the
messy parts of dealing with PHP's cURL extension.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.5-9
+ Revision: dae6118
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6148 |14cr|php-pear-Net_Dict-1.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Dict
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.7
Release:	5
Summary:	Interface to the DICT protocol
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Dict/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This class provides a simple API to the DICT Protocol handling all the
network related issues and providing DICT responses in PHP datatypes
to make it easy for a developer to use DICT servers in their programs.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-5
+ Revision: 305e916
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6149 |14cr|php-pear-Net_Dig-0.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Dig
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.1
Release:	16
Summary:	Interface to the dig command
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Dig/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The PEAR::Net_Dig class should be a nice, friendly OO interface to the
dig command.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-16
+ Revision: daf3740
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6150 |14cr|php-pear-Net_DNS-1.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	DNS
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.7
Release:	5
Summary:	Resolver library to communicate with a DNS server
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_DNS/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
A resolver library used to communicate with a name server to perform
DNS queries, zone transfers, dynamic DNS updates, etc. Creates an
object hierarchy from a DNS server's response, which allows you to
view all of the information given by the DNS server. It bypasses the
system's resolver library and communicates directly with the server.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-5
+ Revision: b4a62e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6151 |14cr|php-pear-Net_DNSBL-1.3.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	DNSBL
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.4
Release:	5
Summary:	DNSBL Checker
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_DNSBL/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Checks if a given Host or URL is listed on an DNSBL or SURBL.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

# nuke useless(?) files
rm -rf %{buildroot}%{_datadir}/pear/data/Net_DNSBL/build.xml

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-5
+ Revision: 01dd89c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6152 |14cr|php-pear-Net_Finger-1.0.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Finger
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.1
Release:	10
Summary:	Querying finger servers
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Finger/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The PEAR::Net_Finger class provides a tool for querying Finger
Servers.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-10
+ Revision: 8f4e738
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6153 |14cr|php-pear-Net_GameServerQuery-0.2.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	GameServerQuery
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.2.0
Release:	17
Summary:	Interface to query a game server
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_GameServerQuery/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Patch0:		php-pear-Net_GameServerQuery-0.2.0-fix-path.patch
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Net_GameServerQuery is an object for querying game servers.
Currently only supports basic "status" information.
Built in support for over 20 games.


%prep
%setup -q -c
%patch0 -p1
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-17
+ Revision: ef3483e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6154 |14cr|php-pear-Net_Geo-1.0.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Geo
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.5
Release:	5
Summary:	Geographical locations based on Internet address
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Geo/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Obtains geographical information based on IP number, domain name, or
AS number. Makes use of CAIDA Net_Geo lookup or locaizer extension.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/README
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-5
+ Revision: ece7529
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6155 |14cr|php-pear-Net_GeoIP-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define	_requires_exceptions  	pear(PHPUnit/Framework.php)
%define upstream_name Net_GeoIP
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	1.0.0
Release:     	3
Summary:    	Library to perform geo-location lookups of IP addresses
License: 	LGPL 2.1
Group: 		Development/PHP
URL: 		http://pear.php.net/package/Net_GeoIP
Source0: 	http://pear.php.net/get/Net_GeoIP-%{version}.tgz
BuildRequires: 	php-pear >= 1.4.7
BuildArch: 	noarch

%description
A library that uses Maxmind's GeoIP databases to accurately determine
geographic location of an IP address.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock



# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Net_GeoIP.xml


%post
pear install --nodeps --soft --force --register-only %{xmldir}/Net_GeoIP.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.php.net/Net_GeoIP
fi

%files
%{peardir}/*
%{xmldir}/Net_GeoIP.xml

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 6a97bdb
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6156 |14cr|php-pear-Net_HL7-0.1.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	HL7
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.1.0
Release:	15
Summary:	HL7 messaging API
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_HL7/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides an HL7 API for creating, sending and
manipulating HL7 messages. HL7 is a protocol on the 7th OSI layer
(hence the '7' in HL7) for messaging in Health Care environments. HL7
means 'Health Level 7'. HL7 is a protocol with a wealth of semantics
that defines hundreds of different messages and their meaning, but
also defines the syntactics of composing and sending messages. The API
is focused on the syntactic level of HL7, so as to remain as flexible
as possible. The package is a translation of the Perl HL7 Toolkit and
will be kept in sync with this initiative.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-15
+ Revision: 09cf454
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6157 |14cr|php-pear-Net_Ident-1.1.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Ident
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.0
Release:	16
Summary:	Identification protocol implementation
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Ident/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The PEAR::Net_Ident implements Identification Protocol according to
RFC 1413. The Identification Protocol (a.k.a., "ident", a.k.a., "the
Ident Protocol") provides a means to determine the identity of a user
of a particular TCP connection. Given a TCP port number pair, it
returns a character string which identifies the owner of that
connection on the server's system.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-16
+ Revision: a3d7a57
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6158 |14cr|php-pear-Net_IDNA2-0.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	IDNA2
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.1.1
Release:	5
Summary:	Punycode encoding and decoding
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_IDNA2/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package helps you to encode and decode punycode strings easily.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-5
+ Revision: cefa995
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6159 |14cr|php-pear-Net_IMSP-0.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj    Net_IMSP

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          php-pear-Net_IMSP
Version:       0.0.6
Release:       4
Summary:       Net_IMSP
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      php-pear
Requires:      php-pear-channel-horde
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde


%description
Provides an API into an IMSP server for Addressbooks and Options

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Net/IMSP
%{peardir}/Net/IMSP.php
%{peardir}/Net/IMSP/Auth.php
%{peardir}/Net/IMSP/Auth/imtest.php
%{peardir}/Net/IMSP/Auth/plaintext.php
%{peardir}/Net/IMSP/Auth/cram_md5.php
%{peardir}/Net/IMSP/Book.php
%{peardir}/Net/IMSP/Utils.php
%{peardir}/Net/IMSP/Options.php



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.6-4
+ Revision: d3832a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6160 |14cr|php-pear-Net_IPv4-1.3.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	IPv4
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.4
Release:	5
Summary:	IPv4 network calculations and validation
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_IPv4/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Class used for calculating IPv4 (AF_INET family) address information
such as network addresses as well as IP address validity.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-5
+ Revision: d254baf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6161 |14cr|php-pear-Net_IPv6-1.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	IPv6
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.1
Release:	5
Summary:	Check and validate IPv6 addresses
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_IPv6/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The class allows you to:
- check if an address is an IPv6 address
- compress/uncompress IPv6 addresses
- check for an IPv4 compatible ending in an IPv6 address

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-5
+ Revision: 9e63d29
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6162 |14cr|php-pear-Net_IRC-0.0.7-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	IRC
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.0.7
Release:	16
Summary:	IRC client class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_IRC/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Experimental IRC Class suitable for both client or bots applications.
Features are:
 - Non-blocking sockets
 - Server messages handled by a callback system
 - Full logging capabilities
 - Full statistic collector
 - API Doc and Usage Manual

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/doc/README
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.7-16
+ Revision: 84c93f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6163 |14cr|php-pear-Net_LDAP-1.1.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	LDAP
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.5
Release:	7
Summary:	OO interface for searching and manipulating LDAP-entries
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_LDAP/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
%{upstream_name} is a clone of Perl's Net::LDAP object interface to
ldapservers. It does not contain all of Net::LDAP features (ldif
handling, schemas, etc), but has:
- a simple OO interface to connections, searches and entries
- support for TLS and ldap v3
- simple modification, deletion and creation of ldapentries

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install
cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/doc/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-7
+ Revision: 158fb15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6164 |14cr|php-pear-Net_LDAP2-2.0.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	LDAP2
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	2.0.12
Release:	4
Summary:	OO interface for searching and manipulating LDAP-entries
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_LDAP2
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
%{upstream_name} is a clone of Perl's Net::LDAP object interface to
ldapservers. It does not contain all of Net::LDAP features (ldif
handling, schemas, etc), but has:
- a simple OO interface to connections, searches and entries
- support for TLS and ldap v3
- simple modification, deletion and creation of ldapentries

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/doc/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.12-4
+ Revision: 4de2e99
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6165 |14cr|php-pear-Net_Monitor-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Monitor
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.0
Release:	2
Summary:	Remote service monitor

License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Monitor/
Source0:	http://download.pear.php.net/package/Net_Monitor-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
A unified interface for checking the availability services on external
servers and sending meaningful alerts through a variety of media if a
service becomes unavailable.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/doc/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{php_pear_dir}/data/Net_Monitor/README
%{php_pear_dir}/data/Net_Monitor/build.xml
%{php_pear_dir}/data/Net_Monitor/composer.json




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: 4128119
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6166 |14cr|php-pear-Net_NNTP-1.4.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	NNTP
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.4.0
Release:	9
Summary:	Communicate with an NNTP server
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_NNTP/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Complete class for communicating with an NNTP server (this is: the
USENET), including: post, view, list, authentication, overview, header
manipulation, NNTP commands debugger, etc.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-9
+ Revision: 99ccd29
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6167 |14cr|php-pear-Net_Ping-2.4.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Ping
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	2.4.5
Release:	6
Summary:	Execute ping
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Ping/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides a PHP wrapper around the ping command.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.5-6
+ Revision: d98ff14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6168 |14cr|php-pear-Net_Portscan-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Portscan
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.3
Release:	6
Summary:	Portscanner utilities
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Portscan/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The Net_Portscan package allows one to perform basic portscanning
functions with PHP. It supports checking an individual port or
checking a whole range of ports on a machine.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/README*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-6
+ Revision: f405828
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6169 |14cr|php-pear-Net_Server-1.0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Server
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	9
Summary:	Generic server class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Server/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Generic server class based on ext/sockets, used to develop any kind of
server.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-9
+ Revision: e1f28cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6170 |14cr|php-pear-Net_SmartIRC-1.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	SmartIRC
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	5
Summary:	IRC client class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_SmartIRC/	
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Net_SmartIRC is a PHP class for communication with IRC networks, which
conforms to the RFC 2812 (IRC protocol). It's an API that handles all
IRC protocol messages. This class is designed for creating IRC bots,
chats and show irc related info on webpages.

Featurelist:
- actionhandler for the API
- messagehandler for the API
- send/receive floodprotection
- detects and changes nickname on nickname collisions
- time events
- full object oriented programmed
- autoreconnect
- debugging/logging system
- supports fsocks and PHP socket extension
- supports PHP 4.1.x to 4.3.0
- sendbuffer with priority levels
- channel synching (tracking of users/modes/topic etc in variables)
- IRC functions: op, deop, voice, devoice, ban, unban, join, part,
  action, message, query, ctcp, mode, topic, nick, invite

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-5
+ Revision: 4ff8947
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6171 |14cr|php-pear-Net_SMPP-0.4.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	SMPP
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.4.5
Release:	4
Summary:	SMPP v3.4 protocol implementation
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires: php-pear
BuildArch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}

%description
Net_SMPP is an implementation of the SMPP (Short Message Peer-to-Peer)
v3.4 protocol. SMPP is an open protocol used in the wireless industry
to send and recieve SMS messages.

Net_SMPP does not provide a SMPP client or server, but they can easily
be built with it.

%prep
%setup -qc
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.5-4
+ Revision: 227ffa8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6172 |14cr|php-pear-Net_SMPP_Client-0.3.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	SMPP
%define		upstream_name	%{_class}_%{_subclass}_Client

Name:		php-pear-%{upstream_name}
Version:	0.3.2
Release:	9
Summary:	SMPP v3.4 client
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_SMPP_Client/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires: php-pear
BuildArch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}

%description
Net_SMPP_Client is a package for communicating with SMPP servers,
built with Net_SMPP. It can be used to send SMS messages, among other
things.

Features:
- PDU stack keeps track of which PDUs have crossed the wire
- Keeps track of the connection state, and won't let you send PDUs if
  the state is incorrect.
- Supports SMPP vendor extensions.

%prep
%setup -qc
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-9
+ Revision: 7ee0b2c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6173 |14cr|php-pear-Net_Traceroute-0.21.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Traceroute
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.21.3
Release:	3
Summary:	Execute traceroute
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Traceroute/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
OS independent wrapper class for executing traceroute calls.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.21.3-3
+ Revision: fa3de43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6174 |14cr|php-pear-Net_URL_Mapper-0.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define _requires_exceptions 	pear(PHPUnit/Framework.php)
%define upstream_name Net_URL_Mapper
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	0.9.1
Release:     	3
Summary:    	Provides a simple and flexible way to build nice URLs for web applications
License: 	New BSD License
Group: 		Development/PHP
Source0: 	http://pear.php.net/get/Net_URL_Mapper-%{version}.tgz
URL: 		http://pear.php.net/package/Net_URL_Mapper
BuildRequires:	php-pear >= 1.4.7
Requires:	php-pear-Net_URL >= 1.0.14
Requires:	php-pear >= 1.4.3
BuildArch: 	noarch

%description
Net_URL_Mapper provides a simple and flexible way to build nice URLs for
your web applications.

The URL syntax is similar to what can be found in Ruby on Rails or Python
Routes module 
and as such, this package can be compared to what they call a router.
Still, Net_URL_Mapper 
does not perform the dispatching like these frameworks and therefore can be
used with your 
own router.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock



# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Net_URL_Mapper.xml

%clean

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Net_URL_Mapper.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.php.net/Net_URL_Mapper
fi

%files
%{peardir}/*
%{_bindir}/*
%{xmldir}/Net_URL_Mapper.xml

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-3
+ Revision: d2b79a2
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6175 |14cr|php-pear-Net_UserAgent_Detect-2.5.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	UserAgent
%define		upstream_name	%{_class}_%{_subclass}_Detect

Name:		php-pear-%{upstream_name}
Version:	2.5.2
Release:	6
Summary:	Determines the Web browser
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_UserAgent_Detect/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The Net_UserAgent object does a number of tests on an HTTP User-Agent
string. The results of these tests are available via methods of the
object. This module is based upon the JavaScript browser detection
code available at
http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.
This module had many influences from the lib/Browser.php code in
version 1.3 of Horde.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install
cd %{upstream_name}-%{version}

pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.2-6
+ Revision: 9bfdae8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6176 |14cr|php-pear-Net_UserAgent_Mobile-1.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	UserAgent
%define		upstream_name	%{_class}_%{_subclass}_Mobile

Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	7
Summary:	HTTP mobile user agent string parser
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_UserAgent_Mobile/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Net_UserAgent_Mobile parses HTTP_USER_AGENT strings of (mainly
Japanese) mobile HTTP user agents. It'll be useful in page dispatching
by user agents. This package was ported from Perl's HTTP::MobileAgent.
See http://search.cpan.org/search?mode=module&query=HTTP-MobileAgent.
The author of the HTTP::MobileAgent module is Tatsuhiko Miyagawa.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-7
+ Revision: 25b968e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6177 |14cr|php-pear-Net_Vpopmaild-0.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Vpopmaild
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.2
Release:	4
Summary:	Class for accessing Vpopmail's vpopmaild daemon
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Vpopmaild/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Supports all vpopmaild commands, such as adding/removing domains, users, robots
(autoresponders), and ezmlm lists (todo), as well as modifying domain limits,
ip maps, etc

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-4
+ Revision: 68f4f24
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6178 |14cr|php-pear-Net_Whois-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Whois
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.5
Release:	4
Summary:	PEAR::Net_Whois class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Whois/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The PEAR::Net_Whois looks up records in the databases maintained by
several Network Information Centers (NICs).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-4
+ Revision: bee9342
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6179 |14cr|php-pear-Numbers_Roman-1.0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Numbers
%define		_subclass	Roman
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	9
Summary:	Converting to and from Roman numerals
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Numbers_Roman/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-gd
BuildArch:	noarch
BuildRequires:	php-pear

%description
A class for converting to and from Roman numerals.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-9
+ Revision: 849f4a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6180 |14cr|php-pear-Numbers_Words-0.16.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Numbers
%define		_subclass	Words
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.16.3
Release:	5
Summary:	Provides methods for spelling numerals in words
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Numbers_Words/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-gd
BuildArch:	noarch
BuildRequires:	php-pear

%description
With Numbers_Words class you can convert numbers written in arabic
digits to words in several languages. You can convert an integer
between -infinity and infinity. If your system does not support such
long numbers you can call Numbers_Words::toWords() with just a string.

The following languages are supported (in alphabetical order):
- bg (Bulgarian) by Kouber Saparev
- de (German)
- ee (Estonian) by Erkki Saarniit
- en_100 (Donald Knuth system, English)
- en_GB (Britich English)
- en_US (American English)
- es (Spanish Castellano) by Xavier Noguer
- es_AR (Argentinian Spanish) by Martin Marrese
- fr (French) by Kouber Saparev
- id (Indonesian) by Ernas M. Jamil
- it_IT (Italian) by Filippo Beltramini and Davide Caironi
- pl (Polish)
- pt_BR (Brazilian Portuguese) by Marcelo Subtil Marcal
- ru (Russian) by Andrey Demenev
- sv (Swedish) by Robin Ericsson


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/README
%doc %{upstream_name}-%{version}/ChangeLog
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.16.3-5
+ Revision: f066fcf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6181 |14cr|php-pear-Object_Freezer-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name Object_Freezer

Summary:	Library that faciliates PHP object stores
Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/Object_Freezer-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
BuildRequires:	php-cli

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a Library that provides the low-level functionality
required to store ("freeze") PHP objects to and fetch ("thaw") PHP objects
from an object store for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/Object/Freezer
%{_datadir}/pear/Object/*.php
%{_datadir}/pear/packages/Object_Freezer.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: 08a7e9f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6182 |14cr|php-pear-OLE-1.0.0-0.RC1.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		OLE
%define		upstream_name	%{_class}
%define		pre       RC1

Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	0.%{pre}.6
Summary:	Package for reading and writing OLE containers
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/OLE/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}%{pre}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
This package allows reading and writing of OLE (Object Linking and
Embedding) files, the format used as container for Excel, Word and
other MS file formats. Documentation for the OLE format can be found
at: http://user.cs.tu-berlin.de/~schwartz/pmh/guide.html .

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}%{pre}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}%{pre}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Mar 15 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-0.RC1.6
+ Revision: 8410bfb
- LOG Fix empyt pre/post scripts



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6183 |14cr|php-pear-Pager-2.4.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Pager
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	2.4.9
Release:	2
Summary:	Generic data paging class

License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Pager/
Source0:	http://download.pear.php.net/package/Pager-%{version}.tgz
Provides:	pear(Pager/Wrapper.php)
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Obsoletes:	php-pear-Pager_Sliding
BuildArch:	noarch
BuildRequires:	php-pear

%description
If you have data that needs paging (ie 1-10 on page one, 11-20 on page
two) this class can help. Pass it an array of data and it will sort it
into pages, picking up the current page id from the url. It can also
give you back/next and page number links taking the current url and
adding the correct page id to it.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.9-2
+ Revision: 6889ef4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6184 |14cr|php-pear-Payment_Clieop-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Payment
%define		_subclass	Clieop
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.2.0
Release:	2
Summary:	Create clieop03 file to send to Dutch Bank
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Payment_Clieop/
Source0:	http://download.pear.php.net/package/Payment_Clieop-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
These classes can create a clieop03 file for you which you can send to
a Dutch Bank. Ofcourse you need also a Dutch bank account.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/data/%{upstream_name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-2
+ Revision: 52dd78b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6185 |14cr|php-pear-Payment_DTA-1.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Payment
%define		_subclass	DTA
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.4.1
Release:	4
Summary:	Creates DTA files containing money transactions (Germany)
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Payment_DTA/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} provides function to create DTA files used in Germany to
exchange information about money transactions with banks or online
banking programs.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}/*.php
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-4
+ Revision: ee263ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6186 |14cr|php-pear-PEAR_Delegator-0.1.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PEAR
%define		_subclass	Delegator
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.1.0
Release:	16
Summary:	Delegation for PHP
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PEAR_Delegator/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Patch0:		%{name}-%{version}-fix-path.patch
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package implements traditional and unorthodox delegation in PHP.
This allows for pseudo multiple inheritance and other interesting
design paradigms.


%prep
%setup -q -c
%patch0 -p 1
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-16
+ Revision: 8853178
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6187 |14cr|php-pear-PEAR_Frontend_Gtk-0.4.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PEAR
%define		_subclass	Frontend
%define		upstream_name	%{_class}_%{_subclass}_Gtk

Name:		php-pear-%{upstream_name}
Version:	0.4.0
Release:	17
Summary:	GTK+ (Desktop) PEAR Package Manager
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PEAR_Frontend_Gtk/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Desktop Interface to the PEAR Package Manager.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-17
+ Revision: bc7e5af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6188 |14cr|php-pear-PEAR_Frontend_Web-0.7.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PEAR
%define		_subclass	Frontend
%define		upstream_name	%{_class}_%{_subclass}_Web

Name:		php-pear-%{upstream_name}
Version:	0.7.4
Release:	7
Summary:	HTML (Web) PEAR package manager
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PEAR_Frontend_Web/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Provides:	pear(Frontend)
BuildRequires:	php-pear
BuildArch:	noarch

%description
Web interface to the PEAR package manager. Needed only when you want
to use PEAR from their CVS.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/pearfrontendweb.php
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.4-7
+ Revision: 26f6edc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6189 |14cr|php-pear-PEAR_Info-1.9.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PEAR
%define		_subclass	Info
%define		upstream_name	%{_class}_%{_subclass}
%define __noautoreq /usr/bin/php

Name:		php-pear-%{upstream_name}
Version:	1.9.2
Release:	8
Summary:	Show Information about your PEAR install and its packages

License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PEAR_Info/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package generates a comprehensive information page for your
current PEAR install.
- The format for the page is similar to that for phpinfo() except
  using PEAR colors.
- Has complete PEAR Credits (based on the packages you have
  installed).
- Will show if there is a newer version than the one presently
  installed (and what its state is).
- Each package has an anchor in the form pkg_PackageName - where
  PackageName is a case-sensitive PEAR package name.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_bindir}/pearinfo
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.2-8
+ Revision: ae81993
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6190 |14cr|php-pear-PEAR_PackageFileManager-1.7.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PEAR
%define		_subclass	PackageFileManager
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.7.0
Release:	7
Summary:	Takes an existing package.xml and updates it with a new filelist and changelog
License:	New BSD License
Group:		Development/PHP
URL:		http://pear.php.net/package/PEAR_PackageFileManager/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package revolutionizes the maintenance of PEAR packages. With a
few parameters, the entire package.xml is automatically updated with a
listing of all files in a package.

Features include:

- manages the new package.xml 2.0 format in PEAR 1.4.0
- can detect PHP and extension dependencies using PHP_CompatInfo
- reads in an existing package.xml file, and only changes the release/changelog
- a plugin system for retrieving files in a directory. Currently two plugins
  exist, one for standard recursive directory content listing, and one that
  reads the CVS/Entries files and generates a file listing based on the
  contents of a checked out CVS repository
- incredibly flexible options for assigning install roles to files/directories
- ability to ignore any file based on a * ? wildcard-enabled string(s)
- ability to include only files that match a * ? wildcard-enabled string(s)
- ability to manage dependencies
- can output the package.xml in any directory, and read in the package.xml
  file from any directory.
- can specify a different name for the package.xml file
		 
PEAR_PackageFileManager is fully unit tested.
The new PEAR_PackageFileManager2 class is not.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-7
+ Revision: b60a7f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6191 |14cr|php-pear-PHP_Archive-0.11.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PHP
%define		_subclass	Archive
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.11.4
Release:	8
Summary:	Create and use PHP Archive files
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PHP_Archive/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
PHP_Archive allows you to create a single .phar file containing an
entire application. 

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.4-8
+ Revision: 11653a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6192 |14cr|php-pear-PHP_Beautifier-0.1.14-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PHP
%define		_subclass	Beautifier
%define		upstream_name	%{_class}_%{_subclass}
%define __noautoreq /usr/bin/php

Name:		php-pear-%{upstream_name}
Version:	0.1.14
Release:	8
Summary:	Beautifier for PHP

License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PHP_Beautifier/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Patch0:		php-pear-PHP_Beautifier-0.1.14-fix-path.patch
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This program reformat and beautify PHP source code files
automatically.

%prep
%setup -q -c
%patch0 -p1
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data/%{upstream_name}/licenses
rm -f %{buildroot}%{_bindir}/*.bat

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/examples
%doc %{upstream_name}-%{version}/licenses
%{_bindir}/php_beautifier
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.14-8
+ Revision: 2eab176
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6193 |14cr|php-pear-PHP_CodeBrowser-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHP_CodeBrowser
%define __noautoreq /usr/bin/php

Summary:	A code browser that augments the code with information from various QA tools

Name:		php-pear-%{upstream_name}
Version:	1.0.1
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHP_CodeBrowser-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a code browser that augments the code with information
from various QA tools for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/CHANGELOG.markdown
%doc %{upstream_name}-%{version}/LICENSE
%doc %{upstream_name}-%{version}/README.markdown
%{_bindir}/phpcb
%{_datadir}/pear/PHP_CodeBrowser
%{_datadir}/pear/packages/PHP_CodeBrowser.xml
%{_datadir}/pear/data/PHP_CodeBrowser




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-4
+ Revision: c069c3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6194 |14cr|php-pear-PHP_CodeCoverage-1.2.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHP_CodeCoverage

Summary:	Library that provides collection, processing, and rendering functionality
Name:		php-pear-%{upstream_name}
Version:	1.2.13
Release:	2
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHP_CodeCoverage-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-pear-File_Iterator >= 1.3.0
Suggests:	php-pear-PHP_TokenStream >= 1.1.0
Suggests:	php-pear-Text_Template >= 1.1.1
Suggests:	php-dom
Suggests:	php-xdebug >= 2.0.5

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a Library that provides collection, processing, and
rendering functionality for PHP code coverage information for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/PHP/CodeCoverage
%{_datadir}/pear/PHP/*.php
%{_datadir}/pear/packages/PHP_CodeCoverage.xml

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.13-2
+ Revision: a3f367f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6195 |14cr|php-pear-PHP_CompatInfo-1.9.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PHP
%define		_subclass	CompatInfo
%define		upstream_name	%{_class}_%{_subclass}
%define __noautoreq /usr/bin/php

Name:		php-pear-%{upstream_name}
Version:	1.9.0
Release:	8
Summary:	Determine minimal requirements for a program

License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PHP_CompatInfo/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
PHP_CompatInfo will parse a file/folder/script/array to find out the
minimum version and extensions required for it to run. Features
advanced debug output which shows which functions require which
version.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_bindir}/scripts

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean


%files

%doc %{upstream_name}-%{version}/docs/*
%{_bindir}/pci
%{_bindir}/pciconf
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.0-8
+ Revision: 3ff6e95
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6196 |14cr|php-pear-phpcov-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name phpcov
%define __noautoreq /usr/bin/php

Summary:	TextUI frontend for PHP_CodeCoverage

Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	5
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/phpcov-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-pear-PHP_CodeCoverage >= 1.1.0

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides TextUI frontend for PHP_CodeCoverage for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_bindir}/phpcov
%{_datadir}/pear/PHP/CodeCoverage/TextUI
%{_datadir}/pear/packages/phpcov.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: 0ded488
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6197 |14cr|php-pear-phpcpd-1.3.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name phpcpd
%define __noautoreq /usr/bin/php

Summary:	Copy/Paste Detector (CPD) for PHP code

Name:		php-pear-%{upstream_name}
Version:	1.3.5
Release:	3
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/phpcpd-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-pear-File_Iterator >= 1.3.0
Suggests:	php-pear-PHP_Timer >= 1.0.2
Suggests:	php-tokenizer

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides Copy/Paste Detector (CPD) for PHP code for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_bindir}/phpcpd
%{_datadir}/pear/PHPCPD
%{_datadir}/pear/packages/phpcpd.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.5-3
+ Revision: 08e9c61
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6198 |14cr|php-pear-PhpDocumentor-1.4.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define     _class          PhpDocumentor
%define		upstream_name	%{_class}
%define __noautoreq /usr/bin/php

Name:		php-pear-%{upstream_name}
Version:	1.4.4
Release:	3
Summary:	Provides automatic documenting of PHP API directly from source

License:	LGPL
Group:		Development/PHP
URL:		http://pear.php.net/package/PhpDocumentor/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Patch:		PhpDocumentor-1.4.3-use-system-smarty.patch
Requires(post): php-pear
Requires(preun): php-pear
Requires:	apache-mod_php
Requires:	php-pear
Requires:	php-smarty
BuildArch:	noarch
BuildRequires:	php-pear

%description
The phpDocumentor tool is a standalone auto-documentor similar to
JavaDoc written in PHP. It differs from PHPDoc in that it is MUCH
faster, parses a much wider range of php files, and comes with many
customizations including 11 HTML templates, windows help file CHM
output, PDF output, and XML DocBook peardoc2 output for use with
documenting PEAR. In addition, it can do PHPXref source code
highlighting and linking.

Features (short list):
- output in HTML, PDF (directly), CHM (with windows help compiler),
  XML DocBook
- very fast
- web and command-line interface
- fully customizable output with Smarty-based templates
- recognizes JavaDoc-style documentation with special tags customized
  for PHP 4
- automatic linking, class inheritance diagrams and intelligent
  override
- customizable source code highlighting, with phpxref-style
  cross-referencing
- parses standard README/CHANGELOG/INSTALL/FAQ files and includes them
  directly in documentation
- generates a todo list from @todo tags in source
- generates multiple documentation sets based on @access private,
  @internal and {@internal} tags
- example php files can be placed directly in documentation with
  highlighting and phpxref linking using the @example tag
- linking between external manual and API documentation is possible at
  the sub-section level in all output formats
- easily extended for specific documentation needs with Converter
- full documentation of every feature, manual can be generated
  directly from the source code with "phpdoc -c makedocs" in any format
  desired.
- current manual always available at http://www.phpdoc.org/manual.php
- user .ini files can be used to control output, multiple outputs can
  be generated at once

%prep
%setup -q -c
# %%patch -p1 <- needs testing
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

# # cleanup
# rm -rf %{buildroot}%{_datadir}/pear/%{_class}/Smarty-*
# rm -rf %{buildroot}%{_datadir}/pear/%{_class}/phpDocumentor/Smarty-*
# rm -rf %{buildroot}%{_datadir}/pear/data/PhpDocumentor/phpDocumentor/Smarty-*

%clean



%files
%{_bindir}/phpdoc
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.4-3
+ Revision: 1dd62ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6199 |14cr|php-pear-PHP_Fork-0.3.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PHP
%define		_subclass	Fork
%define		_status		beta
%define		_pearname	%{_class}_%{_subclass}

%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear(Snoopy.class.php)'
%else
%define		_requires_exceptions pear(Snoopy.class.php)
%endif

Summary:	%{_pearname} - Wrapper for pcntl_fork() with Java-like API
Name:		php-pear-%{_pearname}
Version:	0.3.0
Release:	12
License:	PHP License
Group:		Development/PHP
Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tar.bz2
URL:		http://pear.php.net/package/PHP_Fork/
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-shmop
Requires:	php-pcntl
BuildArch:	noarch
BuildRequires:	dos2unix

%description
PHP_Fork class. Wrapper around the pcntl_fork() stuff with a API set
like Java language. Practical usage is done by extending this class,
and re-defining the run() method.

This way PHP developers can enclose logic into a class that extends
PHP_Fork, then execute the start() method that forks a child process.
Communications with the forked process is ensured by using a Shared
Memory Segment; by using a user-defined signal and this shared memory
developers can access to child process methods that returns a
serializable variable.

The shared variable space can be accessed with the two methods:
- void setVariable($name, $value)
- mixed getVariable($name)

$name must be a valid PHP variable name;
$value must be a variable or a serializable object.

Resources (db connections, streams, etc.) cannot be serialized and so
they're not correctly handled.

In PEAR status of this package is: %{_status}.

%prep

%setup -q -c

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# strip away annoying ^M
find -type f | grep -v ".gif" | grep -v ".png" | grep -v ".jpg" | xargs dos2unix

%install
install -d %{buildroot}%{_datadir}/pear/%{_class}

install %{_pearname}-%{version}/*.php %{buildroot}%{_datadir}/pear/%{_class}

install -d %{buildroot}%{_datadir}/pear/packages
install -m0644 package.xml %{buildroot}%{_datadir}/pear/packages/%{_pearname}.xml

%post
if [ "$1" = "1" ]; then
	if [ -x %{_bindir}/pear -a -f %{_datadir}/pear/packages/%{_pearname}.xml ]; then
		%{_bindir}/pear install --nodeps -r %{_datadir}/pear/packages/%{_pearname}.xml
	fi
fi
if [ "$1" = "2" ]; then
	if [ -x %{_bindir}/pear -a -f %{_datadir}/pear/packages/%{_pearname}.xml ]; then
		%{_bindir}/pear upgrade -f --nodeps -r %{_datadir}/pear/packages/%{_pearname}.xml
	fi
fi

%preun
if [ "$1" = 0 ]; then
	if [ -x %{_bindir}/pear -a -f %{_datadir}/pear/packages/%{_pearname}.xml ]; then
		%{_bindir}/pear uninstall --nodeps -r %{_pearname}
	fi
fi

%files
%defattr(644,root,root,755)
%doc %{_pearname}-%{version}/examples
%{_datadir}/pear/%{_class}/*.php
%{_datadir}/pear/packages/%{_pearname}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-12
+ Revision: 3821030
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6200 |14cr|php-pear-PHP_Invoker-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHP_Invoker

Summary:	Utility class for invoking callables with a timeout
Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHP_Invoker-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-pcntl
BuildRequires:	php-cli

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a Utility class for invoking callables with a timeout for
PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%doc %{upstream_name}-%{version}/README.markdown
%{_datadir}/pear/PHP/Invoker
%{_datadir}/pear/PHP/*.php
%{_datadir}/pear/packages/PHP_Invoker.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: 6f699b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6201 |14cr|php-pear-phploc-1.6.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name phploc
%define __noautoreq /usr/bin/php

Summary:	A tool for quickly measuring the size of a PHP project

Name:		php-pear-%{upstream_name}
Version:	1.6.4
Release:	3
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/phploc-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-pear-File_Iterator >= 1.3.0
Suggests:	php-pear-bytekit
Suggests:	php-tokenizer

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a tool for quickly measuring the size of a PHP project
for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_bindir}/phploc
%{_datadir}/pear/PHPLOC
%{_datadir}/pear/packages/phploc.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.4-3
+ Revision: deab1d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6202 |14cr|php-pear-PHP_Parser-0.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PHP
%define		_subclass	Parser
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.2.2
Release:	2
Summary:	A PHP grammar parser
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PHP_Parser/
Source0:	http://download.pear.php.net/package/PHP_Parser-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
PHP_Parser is a source code analysis tool based around a real Parser
generated by phpJay. The parser uses the same EBNF source that PHP
uses to parse itself, and it therefore as robust as PHP itself.
This version has full support for parsing out every re-usable element
in PHP 5 as of beta 1:
- classes
- abstract classes
- inheritance, implements
- interfaces
- methods
- exception parsing directly from source
- static variables declared
- global and superglobal ($_GET) variables used
and declared
- variables
- constants
- functions (same information as methods)
- defines
- global variables (with help of the Tokenizer Lexer)
- superglobal variables used in global code
- include statements

The output can be customized to return an array, return
objects of user-specified classes, and can also be
customized to publish each element as it is parsed, allowing
hooks into parsing to catch information.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install
rm -rf %{buildroot}

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages


%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-2
+ Revision: 415a4d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6203 |14cr|php-pear-PHPTAL-1.0.10-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name PHPTAL

Name:		php-pear-%{upstream_name}
Version:	1.0.10
Release:	13
Summary:	Implementation of Zope Page Templates (ZPT) for PHP
License:	PHP License
Group:		Development/PHP
URL:		http://phptal.motion-twin.com/
Source0:	http://phptal.motion-twin.com/files/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-gettext
BuildArch:	noarch
BuildRequires:	php-pear

%description
PHPTAL is an implementation of Zope Page Templates (ZPT) for PHP.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/README
%{_datadir}/pear/PHPTAL
%{_datadir}/pear/PHPTAL.php
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.10-13
+ Revision: b0cb3c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6204 |14cr|php-pear-PHP_Timer-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHP_Timer

Summary:	Utility class for timing
Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	3
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHP_Timer-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a Utility class for timing for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%doc %{upstream_name}-%{version}/README.markdown
%{_datadir}/pear/PHP/Timer
%{_datadir}/pear/PHP/*.php
%{_datadir}/pear/packages/PHP_Timer.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: d33f744
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6205 |14cr|php-pear-PHP_TokenStream-1.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHP_TokenStream

Summary:	Wrapper around PHP's tokenizer extension
Name:		php-pear-%{upstream_name}
Version:	1.1.1
Release:	3
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHP_TokenStream-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-tokenizer

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a Wrapper around PHP's tokenizer extension for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%doc %{upstream_name}-%{version}/README.markdown
%{_datadir}/pear/PHP/Token
%{_datadir}/pear/PHP/*.php
%{_datadir}/pear/packages/PHP_TokenStream.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-3
+ Revision: 6832092
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6206 |14cr|php-pear-PHPUnit2-2.3.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PHPUnit2
%define		upstream_name	%{_class}
%define __noautoreq /usr/bin/php

Name:		php-pear-%{upstream_name}
Version:	2.3.6
Release:	6
Summary:	Regression testing framework for unit tests

License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PHPUnit2/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
PHPUnit2 is a regression testing framework used by the developer who
implements unit tests in PHP. It is based upon JUnit, which can be
found at http://www.junit.org/ .

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_bindir}/phpunit
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.6-6
+ Revision: bfed484
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6207 |14cr|php-pear-PHPUnit-3.7.31-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHPUnit
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

%define __noautoreq /usr/bin/php

Name:		php-pear-%{upstream_name}
Version:	3.7.31
Release:	2
Summary:	Regression testing framework for unit tests

License:	BSD License
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHPUnit-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear >= 1.9.4
Requires:	php-channel-phpunit
Requires:	php-pear-File_Iterator >= 1.3.0
Requires:	php-pear-Text_Template >= 1.1.1
Requires:	php-pear-PHP_CodeCoverage
#Requires:	php-pear-PHP_CodeCoverage >= 1.2.1
#Requires:	php-pear-PHP_CodeCoverage <= 1.2.99
Requires:	php-pear-PHP_Timer >= 1.0.2
Requires:	php-pear-PHP_Timer <= 1.0.99
Requires:	php-pear-PHPUnit_MockObject >= 1.2.0
#Requires:	php-pear-Symfony2_Yaml >= 2.0.0
#Requires:	php-pear-Symfony2_Yaml <= 2.99.99
BuildArch:	noarch
BuildRequires:	php-pear >= 1.9.4
BuildRequires:	php-channel-phpunit


%description
The PHP Unit Testing framework.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .


# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/PHPUnit.xml


%post
pear install --nodeps --soft --force --register-only %{xmldir}/PHPUnit.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.phpunit.de/PHPUnit
fi

%files
%doc docs/PHPUnit/*
%{peardir}/*
%{_bindir}/phpunit
%{xmldir}/PHPUnit.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.31-2
+ Revision: 03b8e80
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6208 |14cr|php-pear-PHPUnit_MockObject-1.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHPUnit_MockObject
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary: 	Mock Object library for PHPUnit
Name: 		php-pear-%{upstream_name}
Version: 	1.2.3
Release: 	2
License: 	BSD
Group: 		Development/PHP
Source0: 	http://pear.phpunit.de/get/PHPUnit_MockObject-%{version}.tgz
URL: 		http://pear.phpunit.de/package/PHPUnit_MockObject
BuildRequires: 	php-pear >= 1.4.7
BuildRequires: 	php-channel-phpunit
Requires: 	php-pear-Text_Template >= 1.1.1
Requires:	php-pear >= 1.9.4
Requires: 	php-channel-phpunit
BuildArch: 	noarch

%description
Mock Object library for PHPUnit

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
rm -rf %{buildroot}
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .


# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/PHPUnit_MockObject.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/PHPUnit_MockObject.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.phpunit.de/PHPUnit_MockObject
fi

%files
%defattr(-,root,root)
%doc docs/PHPUnit_MockObject/*
%{peardir}/*
%{xmldir}/PHPUnit_MockObject.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-2
+ Revision: 869ecff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6209 |14cr|php-pear-PHPUnit_Selenium-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHPUnit_Selenium

Summary:	Selenium RC integration for PHPUnit
Name:		php-pear-%{upstream_name}
Version:	1.1.0
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHPUnit_Selenium-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides Selenium RC integration for PHPUnit for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/PHPUnit/Extensions/SeleniumTestCase
%{_datadir}/pear/PHPUnit/Extensions/*.php
%{_datadir}/pear/packages/PHPUnit_Selenium.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-4
+ Revision: 1da8a0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6210 |14cr|php-pear-PHPUnit_Story-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHPUnit_Story

Summary:	Story extension for PHPUnit to facilitate Behaviour-Driven Development
Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	3
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHPUnit_Story-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides Story extension for PHPUnit to facilitate
Behaviour-Driven Development.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/PHPUnit/Extensions/Story
%{_datadir}/pear/packages/PHPUnit_Story.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 6245884
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6211 |14cr|php-pear-PHPUnit_TestListener_DBUS-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHPUnit_TestListener_DBUS

Summary:	A TestListener for PHPUnit that sends events to DBUS
Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHPUnit_TestListener_DBUS-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-dbus
BuildRequires:	php-cli

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a TestListener for PHPUnit that sends events to DBUS for
PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/PHPUnit/Util/Log/DBUS.php
%{_datadir}/pear/packages/PHPUnit_TestListener_DBUS.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: 0739067
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6212 |14cr|php-pear-PHPUnit_TestListener_XHProf-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHPUnit_TestListener_XHProf

Summary:	A TestListener that uses XHProf for automated profiling of the tested code
Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHPUnit_TestListener_XHProf-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-xhprof

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a TestListener for PHPUnit that uses XHProf for automated
profiling of the tested code for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/PHPUnit/Util/Log/XHProf.php
%{_datadir}/pear/packages/PHPUnit_TestListener_XHProf.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: 030ec4e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6213 |14cr|php-pear-PHPUnit_TicketListener_Fogbugz-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHPUnit_TicketListener_Fogbugz

Summary:	A ticket listener for PHPUnit that interacts with the Fogbugz issue API
Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHPUnit_TicketListener_Fogbugz-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-curl

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a ticket listener for PHPUnit that interacts with the
Fogbugz issue API for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/PHPUnit/Extensions/TicketListener/Fogbugz.php
%{_datadir}/pear/packages/PHPUnit_TicketListener_Fogbugz.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: 63bb133
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6214 |14cr|php-pear-PHPUnit_TicketListener_GitHub-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHPUnit_TicketListener_GitHub

Summary:	A ticket listener for PHPUnit that interacts with the GitHub issue API
Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHPUnit_TicketListener_GitHub-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-curl
Suggests:	php-json

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a ticket listener for PHPUnit that interacts with the
GitHub issue API for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/PHPUnit/Extensions/TicketListener/GitHub.php
%{_datadir}/pear/packages/PHPUnit_TicketListener_GitHub.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: 6f37a21
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6215 |14cr|php-pear-PHPUnit_TicketListener_GoogleCode-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHPUnit_TicketListener_GoogleCode

Summary:	A ticket listener for PHPUnit that interacts with the Google Code issue API
Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHPUnit_TicketListener_GoogleCode-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-curl

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a ticket listener for PHPUnit that interacts with the
Google Code issue API for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/PHPUnit/Extensions/TicketListener/GoogleCode.php
%{_datadir}/pear/packages/PHPUnit_TicketListener_GoogleCode.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: 43ffe2d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6216 |14cr|php-pear-PHPUnit_TicketListener_Trac-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHPUnit_TicketListener_Trac

Summary:	A ticket listener for PHPUnit that interacts with the Trac issue API
Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	3
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHPUnit_TicketListener_Trac-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-pear-XML_RPC2

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a ticket listener for PHPUnit that interacts with the
Trac issue API for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/PHPUnit/Extensions/TicketListener/Trac.php
%{_datadir}/pear/packages/PHPUnit_TicketListener_Trac.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: b593822
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6217 |14cr|php-pear-ppw-1.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name ppw
%define __noautoreq /usr/bin/php

Summary:	PHP Project Wizard

Name:		php-pear-%{upstream_name}
Version:	1.0.4
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/ppw-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-pear-Text_Template >= 1.1.0

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides the PHP Project Wizard for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_bindir}/ppw
%{_datadir}/pear/PPW
%{_datadir}/pear/packages/ppw.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-4
+ Revision: eb50875
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6218 |14cr|php-pear-RDF-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		RDF
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	0.2.0
Release:	2
Summary:	Port of the core RAP API
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/RDF
Source0:	http://download.pear.php.net/package/RDF-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:  php-pear
BuildArch:	noarch

%description
This package is a port of the core components of the RDF API for PHP (aka RAP):
http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-2
+ Revision: 75f6a90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6219 |14cr|php-pear-Science_Chemistry-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Science
%define		_subclass	Chemistry
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.2
Release:	2
Summary:	Manipulate chemical objects: atoms, molecules, etc
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Science_Chemistry/
Source0:	http://download.pear.php.net/package/Science_Chemistry-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
General classes to represent Atoms, Molecules and Macromolecules. Also
parsing code for PDB, CML and XYZ file formats. Examples of parsing
and conversion to/from chemical structure formats.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

# nuke useless files
rm -f %{buildroot}%{_datadir}/pear/data/%{upstream_name}/*

%clean



%files
%doc %{upstream_name}-%{version}
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-2
+ Revision: 40f70ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6220 |14cr|php-pear-Search_Mnogosearch-0.1.1-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Search
%define		_subclass	Mnogosearch
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.1.1
Release:	15
Summary:	Wrapper classes for the mnoGoSearch extention
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Search_Mnogosearch/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides wrapper classes for the mnoGoSearch search
engine. The package has two central classes "Search_Mnogosearch" and
"Search_Mnogosearch_Result". The class "Search_Mnogosearch" gives an
object that represents the search and the "Search_Mnogosearch_Result"
the result. The usage is just like the usage in the "DB" and
"DB_result" classes.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-15
+ Revision: 346721f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6221 |14cr|php-pear-Services_Amazon-0.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Services
%define		_subclass	Amazon
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.9.0
Release:	2
Summary:	Access to Amazon.com's web services
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Services_Amazon/
Source0:	http://download.pear.php.net/package/Services_Amazon-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Services_Amazon uses Amazon.com's web services to allow developers to
search and provide associate links for specific ISBN numbers, authors,
artist, directors, and publishers among other things.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-2
+ Revision: 1f64987
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6222 |14cr|php-pear-Services_Delicious-0.5.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Services
%define		_subclass	Delicious
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.5.0
Release:	10
Summary:	Client for the del.icio.us web service
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Services_Delicious/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Services_Delicious is a client for the REST-based web service of
del.icio.us.

del.icio.us is a social bookmarks manager. It allows you to easily add
sites you like to your personal collection of links, to categorize
those sites with keywords, and to share your collection not only
between your own browsers and machines, but also with others.

Services_Delicious allows you to select, add and delete your bookmarks
from any PHP script.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-10
+ Revision: 2085ec0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6223 |14cr|php-pear-Services_Ebay-0.13.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Services
%define		_subclass	Ebay
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.13.1
Release:	2
Summary:	Interface to eBay's XML-API
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Services_Ebay/
Source0:	http://download.pear.php.net/package/Services_Ebay-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This is interface to eBay's XML-API. It provides objects that are able
to communicate with eBay as well as models that help you working with
the return values like User or Item models.

The Services_Ebay class provides a unified method to use all objects.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13.1-2
+ Revision: 879dcab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6224 |14cr|php-pear-Services_ExchangeRates-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Services
%define		_subclass	ExchangeRates
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.8.0
Release:	2
Summary:	Performs currency conversion
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Services_ExchangeRates/
Source0:	http://download.pear.php.net/package/Services_ExchangeRates-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Extendable to work with any source that provides exchange rate data,
this class downloads exchange rates and the name of each currency (US
Dollar, Euro, Maltese Lira, etc.) and converts between any two of the
available currencies (the actual number of currencies supported
depends on the exchange rate feed used).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/example.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-2
+ Revision: 1d0d7ae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6225 |14cr|php-pear-Services_Google-0.1.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Services
%define		_subclass	Google
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.1.1
Release:	10
Summary:	Provides access to the Google Web APIs
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Services_Google/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Allows easy access to the Google Web APIs for the search engine,
spelling suggestions, and cache.

To use the package you'll need an API key from
http://www.google.com/apis/ .

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-10
+ Revision: 172f4c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6226 |14cr|php-pear-Services_Trackback-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Services
%define		_subclass	Trackback
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.7.1
Release:	2
Summary:	A generic class for sending and receiving trackbacks
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Services_Trackback/
Source0:	http://download.pear.php.net/package/Services_Trackback-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
A generic class for sending and receiving trackbacks.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-2
+ Revision: 16a3b96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6227 |14cr|php-pear-Services_W3C_CSSValidator-0.1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Services
%define		_subclass	W3C_CSSValidator
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.1.0
Release:	7
Summary:	Network Socket Interface
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Net_Socket is a class interface to TCP sockets. It provides blocking
and non-blocking operation, with different reading and writing modes
(byte-wise, block-wise, line-wise and special formats like network
byte-order ip addresses).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-7
+ Revision: 9659532
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6228 |14cr|php-pear-Spreadsheet_Excel_Writer-0.9.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Spreadsheet
%define		_subclass	Excel
%define		upstream_name	%{_class}_%{_subclass}_Writer

Name:		php-pear-%{upstream_name}
Version:	0.9.3
Release:	2
Summary:	Package for generating Excel spreadsheets
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Spreadsheet_Excel_Writer/
Source0:	http://download.pear.php.net/package/Spreadsheet_Excel_Writer-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Spreadsheet_Excel_Writer was born as a porting of the
Spreadsheet::WriteExcel Perl module to PHP. It allows writing of Excel
spreadsheets without the need for COM objects. It supports formulas,
images (BMP) and all kinds of formatting for text and cells. It
currently supports the BIFF5 format (Excel 5.0), so functionality
appeared in the latest Excel versions is not yet available.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-2
+ Revision: 2f5eaec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6229 |14cr|php-pear-SQL_Parser-0.5-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		SQL
%define		_subclass	Parser
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.5
Release:	17
Summary:	An SQL Parser
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/SQL_Parser/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This class is primarily an SQL parser, written with influences from a
variety of sources (mSQL, CPAN's SQL-Statement, mySQL). It also
includes a tokenizer (lexer) class and a reimplementation of the ctype
extension in PHP.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-17
+ Revision: 7cdbe87
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6230 |14cr|php-pear-Stream_SHM-1.0.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Stream
%define		_subclass	SHM
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	16
Summary:	Shared memory stream
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Stream_SHM/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The Stream_SHM package provides a class that can be registered with
stream_register_wrapper() in order to have stream-based shared-memory
access.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-16
+ Revision: 7186047
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6231 |14cr|php-pear-Stream_Var-1.1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Stream
%define		_subclass	Var
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.0
Release:	9
Summary:	Allows stream based access to any variable
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Stream_Var/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
%{upstream_name} can be registered as a stream with stream_register_wrapper 
and allows stream based access to any variable in any scope. Arrays are
treated as directories, so it`s possible to replace temporary
directories and files in your applications with variables.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-9
+ Revision: 2a0d1bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6232 |14cr|php-pear-Structures_DataGrid-0.8.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Structures
%define		_subclass	DataGrid
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.8.3
Release:	10
Summary:	Create grid like structure based on a record set of data
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Structures_DataGrid/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package offers a toolkit to render out a datagrid in HTML format
as well as many other formats such as an XML Document, an Excel
Spreadsheet, a Smarty Template and more. It also offers paging and
sorting functionality to limit the data that is presented. This
concept is based on the .NET Framework DataGrid.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3-10
+ Revision: dffb410
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6233 |14cr|php-pear-System_Command-1.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		System
%define		_subclass	Command
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.8
Release:	2
Summary:	Commandline execution interface
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/System_Command/
Source0:	http://download.pear.php.net/package/System_Command-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Running functions from the commandline can be dangerous if the proper
precautions are not taken to escape the shell arguments and reaping
the exit status properly. This class give a formal interface to both,
so that you can run a system command as comfortably as you would run a
PHP function, which full pear error handling as results on failure.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-2
+ Revision: fa95c45
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6234 |14cr|php-pear-System_Mount-1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		System
%define		_subclass	Mount
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.1
Release:	5
Summary:	Mount and unmount devices in fstab
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/System_Mount/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
ystem_Mount provides a simple interface to deal with mounting and
unmounting devices listed in the system's fstab.

Features:
- Very compact, easy-to-read code, based on File_Fstab,
- Examines mount options to determine if a device can be mounted or
  not,
- Extremely easy to use,
- Fully documented with PHPDoc.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/example.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-5
+ Revision: 01cb674
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6235 |14cr|php-pear-System_ProcWatch-0.4.2-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		System
%define		_subclass	ProcWatch
%define		upstream_name	%{_class}_%{_subclass}
%define __noautoreq /usr/bin/php

Name:		php-pear-%{upstream_name}
Version:	0.4.2
Release:	16
Summary:	Monitor processes

License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/System_ProcWatch/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
With this package you can monitor running processes based upon an XML
configuration file, XML string, INI file or an array where you define
patterns, conditions and actions.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_bindir}/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.2-16
+ Revision: 261aae1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6236 |14cr|php-pear-System_Socket-0.4.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		System
%define		_subclass	Socket
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.4.1
Release:	16
Summary:	OO socket API
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/System_Socket/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Aims to provide a thight and robust OO API to PHPs socket extension
(ext/sockets).


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-16
+ Revision: 9acbc42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6237 |14cr|php-pear-Testing_Selenium-0.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Testing
%define		_subclass	Selenium
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.4.4
Release:	2
Summary:	PHP Client for Selenium RC
License:	Apache License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_Util/
Source0:	http://download.pear.php.net/package/Testing_Selenium-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Selenium Remote Control (SRC) is a test tool that allows you to write automated
web application UI tests in any programming language against any HTTP website
using any mainstream JavaScript-enabled browser. SRC provides a Selenium
Server, which can automatically start/stop/control any supported browser. It
works by using Selenium Core, a pure-HTML+JS library that performs automated
tasks in JavaScript; the Selenium Server communicates directly with the browser
using AJAX (XmlHttpRequest).

http://www.openqa.org/selenium-rc/

This module sends commands directly to the Server using simple HTTP GET/POST
requests. Using this module together with the Selenium Server, you can
automatically control any supported browser.

To use this module, you need to have already downloaded and started the
Selenium RC Server.  (The Selenium Server is a Java application.)

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%doc %{upstream_name}-%{version}/ChangeLog
%doc %{upstream_name}-%{version}/README
%doc %{upstream_name}-%{version}/TODO
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/data/%{upstream_name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-2
+ Revision: 6415c9f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6238 |14cr|php-pear-Text_CAPTCHA-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Text
%define		_subclass	CAPTCHA
%define		upstream_name	%{_class}_%{_subclass}
Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	2
Summary:	Generation of CAPTCHA imgaes
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Text_CAPTCHA/
Source0:	http://download.pear.php.net/package/Text_CAPTCHA-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Implementation of CAPTCHA (completely automated public Turing test to
tell computers and humans apart) images.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-2
+ Revision: 5d797aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6239 |14cr|php-pear-Text_Figlet-1.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Text
%define		_subclass	Figlet
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	5
Summary:	Render text using FIGlet fonts
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Text_Figlet/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear


%description
Engine for use FIGlet fonts to rendering text.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-5
+ Revision: d74f925
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6240 |14cr|php-pear-Text_Flowed-0.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prj Text_Flowed

%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:          php-pear-Text_Flowed
Version:       0.0.2
Release:       5
Summary:       Horde Mime Library
License:       LGPL
Group:         Networking/Mail
Url:           http://pear.horde.org/index.php?package=%{prj}
Source0:       %{prj}-%{version}.tgz
BuildArch:     noarch
Requires(pre): php-pear
Requires:      horde-util
Requires:       php-pear
BuildRequires: php-pear
BuildRequires: php-pear-channel-horde

%description
The Text_Flowed:: class provides common methods for manipulating text using
the encoding described in RFC 3676 ('flowed' text)

%prep
%setup -q -n %{prj}-%{version}

%build
%__mv ../package.xml .

%install
pear install --packagingroot %{buildroot} --nodeps package.xml

%__rm -rf %{buildroot}/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}

%__mkdir_p %{buildroot}%{xmldir}
%__cp package.xml %{buildroot}%{xmldir}/%{prj}.xml

%clean
%__rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/%{prj}.xml

%postun
if [ "$1" -eq "0" ]; then
  pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/%{prj}
fi

%files
%defattr(-, root, root)
%{xmldir}/%{prj}.xml
%dir %{peardir}/Text
%dir %{peardir}/tests/Text_Flowed/tests
%{peardir}/Text/Flowed.php
%{peardir}/tests/Text_Flowed/tests/Flowed.phpt





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-5
+ Revision: d6d90c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6241 |14cr|php-pear-Text_Huffman-0.2.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Text
%define		_subclass	Huffman
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.2.0
Release:	17
Summary:	Lossless compression algorithm
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Text_Huffman/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Huffman compression is a lossless compression algorithm that is ideal
for compressing textual data.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-17
+ Revision: 29bf160
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6242 |14cr|php-pear-Text_Password-1.1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Text
%define		_subclass	Password
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.1
Release:	9
Summary:	Creating passwords with PHP
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Text_Password/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Text_Password allows one to create pronounceable and unpronounceable
passwords. The full functional range is explained in the manual at
http://pear.php.net/manual/.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-9
+ Revision: 5a58e8c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6243 |14cr|php-pear-Text_Statistics-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Text
%define		_subclass	Statistics
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.1
Release:	6
Summary:	Compute readability indexes for documents
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Text_Statistics/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Text_Statistics allows for computation of readability indexes for text
documents.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-6
+ Revision: 55ceb19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6244 |14cr|php-pear-Text_Template-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name Text_Template

Summary:	Simple template engine for PHPUnit
Name:		php-pear-%{upstream_name}
Version:	1.1.1
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/Text_Template-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-soap

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides the Simple template engine for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%doc %{upstream_name}-%{version}/README.markdown
%{_datadir}/pear/Text/Template
%{_datadir}/pear/Text/*.php
%{_datadir}/pear/packages/Text_Template.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-4
+ Revision: 5ae5226
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6245 |14cr|php-pear-Text_TeXHyphen-0.1.0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Text
%define		_subclass	TeXHyphen
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.1.0
Release:	18
Summary:	Automated word hyphenation with the TeX algorithm
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Text_TeXHyphen/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package implements the TeX hyphenation algorithm based on
pattern.

The package can support various backends for pattern retrieval. At
this stage only flat files with TeX pattern were implemented. The
advantage of the TeX pattern is the available multi-language support.
Currently German, Oxford and American English are supported.

For speed purposes an interface for a cache of hyphenated words was
implemented.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-18
+ Revision: b07faa1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6246 |14cr|php-pear-Text_Wiki-1.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Text
%define		_subclass	Wiki
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.1
Release:	5
Summary:	Parsing and rendering rules for Wiki markup in structured text
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Text_Wiki/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Abstracts parsing and rendering rules for Wiki markup in structured
plain text.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-5
+ Revision: cd6b214
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6247 |14cr|php-pear-Text_Wiki_Mediawiki-0.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Text
%define		_subclass	Wiki_Mediawiki
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.2.0
Release:	6
Summary:	Mediawiki parser for Text_Wiki
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Text_Wiki/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Parses Mediawiki mark-up to tokenize the text for Text_Wiki renderings.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-6
+ Revision: 134ac62
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6248 |14cr|php-pear-Translation-1.2.6pl1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Translation
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.2.6pl1
Release:	17
Summary:	Class for creating multilingual websites
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Translation/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	recode

%description
Class allows to store and retrieve all the strings on multilingual
site in the database. Class connects to any database using PHP PEAR
extension. The object should be created for every page. While creation
all the strings connected with specific page and the strings connected
with all the pages on the site are loaded into variable, so access to
them is quite fast and does not overload database server connection.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.6pl1-17
+ Revision: 650496e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6249 |14cr|php-pear-UDDI-0.2.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		UDDI
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	0.2.4
Release:	7
Summary:	API for PHP
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/UDDI/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Implementation of Universal Description, Discovery and Integration API
for locating and publishing Web Services in a UBR (UDDI Business
Registry).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}/*.php
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-7
+ Revision: eb8b397
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6250 |14cr|php-pear-XML_Beautifier-1.2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	Beautifier
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.2
Release:	5
Summary:	Class to format XML documents
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_Beautifier/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
XML_Beautifier will add indentation and linebreaks to you XML files,
replace all entities, format your comments and makes your document
easier to read. You can influence the way your document is beautified
with several options. 

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-5
+ Revision: 978377d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6251 |14cr|php-pear-XML_CSSML-1.1.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	CSSML
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.1
Release:	10
Summary:	Methods for creating cascading style sheets (CSS)
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_CSSML/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The best way to describe this library is to classify it as a template
system for generating cascading style sheets (CSS). It is ideal for
storing all of the CSS in a single location and allowing it to be
parsed as needed at runtime (or from cache) using both general and
browser filters specified in the attribute for the style tags. It can
be driven with either the libxslt pear extenstion (part of xmldom) or
the xslt extension (part of the sablotron libraries). You may see an
example usage of this class at the follow url:
http://mojave.mojavelinux.com/forum/viewtopic.php?p=22#22

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

install -d %{buildroot}%{_datadir}/pear/%{_class}/%{_subclass}

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}_%{_subclass}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-10
+ Revision: a694082
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6252 |14cr|php-pear-XML_FastCreate-1.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	FastCreate
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.4
Release:	3
Summary:	Fast creation of valid XML with DTD control and translation options
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_FastCreate/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Key features of this package include:
- Easy way to make valid XML :
	\$x->div(
	\$x->h1("Example"),
	\$x->p("Hello"),
	\$x->p(array('class'=>'example'), "World !")
	)

- Option to report DTD errors in your XML :
Use internal tool or external program [ Require XML_DTD package ]

- Use output driver of your choice :
Text : return string
XML_Tree : return XML_Tree object [ Require XML_Tree package ]

- Translate option to quickly transform tags by anothers :
ex: Convert your XML to XHTML :
<news><title>Example</title></news>
to :
<div class="news"><h1>Example</h1></div>

- Include a PHP program to quickly transform HTML to FastCreate syntax.
[ Require XML_HTMLSax package ]

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/script/*
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-3
+ Revision: 4719d3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6253 |14cr|php-pear-XML_fo2pdf-0.98-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	fo2pdf
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.98
Release:	15
Summary:	Converts a xsl-fo file to pdf/ps/pcl/text/etc
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_fo2pdf/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Converts a xsl-fo file to pdf/ps/pcl/text/etc with the help of
apache-fop.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/README*
%doc %{upstream_name}-%{version}/*.fo
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.98-15
+ Revision: 611e37f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6254 |14cr|php-pear-XML_FOAF-0.3.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	FOAF
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.0
Release:	8
Summary:	Provides the ability to manipulate FOAF RDF/XML
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_FOAF/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
XML_FOAF allows advanced users to create advanced FOAF files.
The FOAF Project can be found at http://www.foaf-project.org/ -
XML_FOAF_Parser and XML_FOAF_Lite will follow before 1.0.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-8
+ Revision: f5cc9fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6255 |14cr|php-pear-XML_HTMLSax-3.0.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	HTMLSax
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	3.0.0
Release:	16
Summary:	A SAX based parser for HTML and other badly formed XML documents
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_HTMLSax/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
XML_HTMLSax is a SAX based XML parser for badly formed XML documents,
such as HTML. The original code base was developed by Alexander Zhukov
and published at http://sourceforge.net/projects/phpshelve/, who in
turn was inspired by the Python HTMLSax package. Alexander kindly gave
permission to modify the code and license for inclusion in PEAR.
PEAR::XML_HTMLSax takes the last release from Sourceforge
(HTMLSax2002082201) and changes the API to make using HTMLSax very
similar to using the native PHP Expat extension, opening it up for use
with projects like SAX filters:
http://phpxmlclasses.sourceforge.net/show_doc.php?class=class_sax_filters.html.
This version also fixes some bugs and adds further features such as
the ability to handle processing instructions and JSP/ASP markup.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-16
+ Revision: 91087c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6256 |14cr|php-pear-XML_HTMLSax3-3.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	HTMLSax3
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	3.0.0
Release:	9
Summary:	A SAX parser for HTML and other badly formed XML documents
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_HTMLSax3/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
XML_HTMLSax3 is a SAX based XML parser for badly formed XML documents, such as
HTML. The original code base was developed by Alexander Zhukov and published at
http://sourceforge.net/projects/phpshelve/. Alexander kindly gave permission to
modify the code and license for inclusion in PEAR.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-9
+ Revision: b1a015c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6257 |14cr|php-pear-XML_image2svg-0.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	image2svg
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.1.1
Release:	2
Summary:	Image to SVG conversion
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_image2svg/
Source0:	http://download.pear.php.net/package/XML_image2svg-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The class converts images, such as of the format JPEG, PNG and GIF to
a standalone SVG representation. The image is being encoded by the PHP
native encode_base64() function. You can use it to get back a complete
SVG file, which is based on a predefinded, easy adaptable template
file, or you can take the encoded file as a return value, using the
get() method. Due to the encoding by base64, the SVG files will
increase approx. 30% in size compared to the conventional image.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/package.php

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-2
+ Revision: 409240c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6258 |14cr|php-pear-XML_Indexing-0.3.6-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	Indexing
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.6
Release:	10
Summary:	XML Indexing support
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_Indexing/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides support for indexing XML files. It assists you
in creating and using such indexes in order to reduce access-time to
local XML files.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.6-10
+ Revision: aece869
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6259 |14cr|php-pear-XML_MXML-0.3.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	MXML
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.0
Release:	16
Summary:	Framework to build Macromedia Flex applications
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_MXML/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Flex enables enterprise-class Rich Internet Applications and is
designed to address a certain class of problems around multistep
processes, client-side validation, data manipulation, and data
visualization. This package allows you to build Flex documents
programatically.

MXML is the XML language for writing Macromedia Flex applications that
you can use to lay out user-interface components.

You can also use MXML to declaratively define nonvisual aspects of an
application, such as access to server-side data sources and data
bindings between user-interface components and server-side data
sources.

The API follows closely Stephan Schmidts XUL-Package.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-16
+ Revision: 42b1588
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6260 |14cr|php-pear-XML_NITF-1.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	NITF
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.1
Release:	5
Summary:	Parse NITF documents
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_NITF/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides a NITF XML parser. The parser was designed with
NITF version 3.1, but should be forward-compatible when new versions
of the NITF DTD are produced. Various methods for accessing the major
elements of the document, such as the hedline(s), byline, and lede are
provided. This class was originally tested against the Associated
Press's (AP) XML data feed.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

# nuke useless(?) files
rm -rf %{buildroot}%{_datadir}/pear/data/XML_NITF/.buildpath
rm -rf %{buildroot}%{_datadir}/pear/data/XML_NITF/.project
rm -rf %{buildroot}%{_datadir}/pear/data/XML_NITF/.settings/org.eclipse.php.core.prefs

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-5
+ Revision: bc60ca7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6261 |14cr|php-pear-XML_RDDL-0.9-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	RDDL
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.9
Release:	16
Summary:	Read RDDL (Resource Directory Description Language) documents
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_RDDL/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This class provides an easy-to-use interface to extract RDDL resources
from XML documents. More on RDDL can be found at http://www.rddl.org/

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-16
+ Revision: 8f19851
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6262 |14cr|php-pear-XML_RPC2-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	RPC2
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.1
Release:	4
Summary:	XML-RPC client/server library
License:	LGPL
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_RPC2/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post):	php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
XML_RPC2 is a pear package providing XML_RPC client and server services. 
XML-RPC is a simple remote procedure call protocol built using HTTP as 
transport and XML as encoding.

As a client library, XML_RPC2 is capable of creating a proxy class which 
exposes the methods exported by the server. As a server library, XML_RPC2 
is capable of exposing methods from a class or object instance, seamlessly 
exporting local methods as remotely callable procedures.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean


fi

%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-4
+ Revision: d309330
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6263 |14cr|php-pear-XML_RSS-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	RSS
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	4
Summary:	RSS parser
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_RSS/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Parser for Resource Description Framework (RDF) Site Summary (RSS)
documents.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-4
+ Revision: 71562ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6264 |14cr|php-pear-XML_SaxFilters-0.3.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	SaxFilters
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.0
Release:	16
Summary:	A framework for building XML filters using the SAX API
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_SaxFilters/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
XML_SaxFilters provides a foundation for using Sax filters in PHP. The
original code base was developed by Luis Argerich and published at
http://phpxmlclasses.sourceforge.net/show_doc.php?class=class_sax_filters.html.
Luis discussed how SaxFilters work, using the Sourceforge classes as
an example, in Chapter 10 of Wrox "PHP 4 XML". Luis kindly gave
permission to modify the code and license for inclusion in PEAR.

This version of the Sax Filters makes significant changes to Luis's
original code (backwards compatibility is definately broken),
seperating abstract classes from interfaces, providing interfaces for
data readers and writers and providing methods to help parse XML
documents recursively with filters (for example
AbstractFilter::setParent()) for documents where the structure can
vary significantly.

Sax Filtering is an approach to making parsing XML documents with Sax
modular and easy to maintain. The parser delegates events to a child
filter which may in turn delegate events to another filter. In general
it's possible to implement filters for a document which are as
flexible and powerful as DOM.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-16
+ Revision: 91d6a9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6265 |14cr|php-pear-XML_Statistics-0.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	Statistics
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.1
Release:	16
Summary:	Obtain statistical information from an XML documents
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_Statistics/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
XML_Statistics is able to retrieve statistics about tags, attributes,
entities, processing instructions and CDaata chunks in any XML document.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-16
+ Revision: 807da8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6266 |14cr|php-pear-XML_svg2image-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	svg2image
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.2.0
Release:	2
Summary:	Converts a SVG file to a PNG/JPEG image
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_svg2image/
Source0:	http://download.pear.php.net/package/XML_svg2image-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Converts a SVG file to a PNG/JPEG image with the help of apache-batik
(java-program), needs therefore a PHP with ext/java compiled-in and
the batik files from http://xml.apache.org/batik/.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
#%doc %{upstream_name}-%{version}/README*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-2
+ Revision: 10ec96b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6267 |14cr|php-pear-XML_Transformer-1.1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	Transformer
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.1
Release:	9
Summary:	XML transformations in PHP
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_Transformer/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
With the XML_Transformer class one can easily bind PHP functionality
to XML tags, thus transforming the input XML tree into an output XML
tree without the need for XSLT. Single XML elements can be overloaded
with PHP functions, methods and static method calls, XML namespaces
can be registered to be handled by PHP classes.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

perl -pi -e "s|PHPUnit2|PHPUnit|g" %{upstream_name}-%{version}/Transformer/Tests/*

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/README
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-9
+ Revision: 44ebfd3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6268 |14cr|php-pear-XML_Tree-2.0.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	Tree
%define		upstream_name	%{_class}_%{_subclass}
%define		_rc		RC2

Name:		php-pear-%{upstream_name}
Version:	2.0.0
Summary:	Represent XML data in a tree structure
Release:	17
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_Tree/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}%{_rc}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Allows for the building of XML data structures using a tree
representation, without the need for an extension like DOMXML.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}%{_rc}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}%{_rc}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}%{_rc}/README.txt
%doc %{upstream_name}-%{version}%{_rc}/docs
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-17
+ Revision: 8eaad87
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6269 |14cr|php-pear-XML_Wddx-1.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	Wddx
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	5
Summary:	Wddx pretty serializer and deserializer
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_Wddx/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
XML_Wddx does 2 things:
- a drop in replacement for the XML_Wddx extension (if it's not built
  in)
- produce an editable wddx file (with indenting etc.) and uses CDATA,
  rather than char tags

This package contains 2 static method:
- XML_Wddx:serialize(\$value)
- XML_Wddx:deserialize(\$value)

And should be 90% compatible with wddx_deserialize(), and the
deserializer will use wddx_deserialize if it is built in.

No support for recordsets is available at present in the PHP version
of the deserializer.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-5
+ Revision: 437a311
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6270 |14cr|php-pear-XML_XPath-1.2.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	XPath
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.4
Release:	7
Summary:	XPath/DOM XML manipulation, maneuvering and query interface
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_XPath/
Source0:	http://pear.php.net/get/%{upstream_name}-%{version}.tgz
Patch0:		XML_XPath-1.2.4-fix-path.patch
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
The PEAR::XML_XPath class provides an XPath/DOM XML manipulation,
maneuvering and query interface.

The class allows for easy manipulation, maneuvering and querying of a
DOMXML tree using both XPath queries and DOM walk functions. It uses
an internal pointer for all methods on which the action is performed.
Results from an DOM/XPath query are returned as an XPath_Result
object, which contains an internal array of DOM nodes and which
extends the common DOM class and hence contains all the DOM functions
from the main object to run on each of the elements in the internal
array. This class tries to hold as close as possible to the DOM
Recommendation. You MUST have the domxml extension to use this class.

The XML_XPath class was inspired by a class maintained by Nigel
Swinson called phpxpath. The phpxpath class does not rely on PHP
xmldom functions and is therefore a sibling to this class:
http://sourceforge.net/projects/phpxpath/.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml
%patch0 -p0

%install
cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.4-7
+ Revision: 660d52f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6271 |14cr|php-pear-XML_XSLT_Wrapper-0.2.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	XSLT
%define		upstream_name	%{_class}_%{_subclass}_Wrapper

Name:		php-pear-%{upstream_name}
Version:	0.2.2
Release:	8
Summary:	Single interface to the different XSLT interface or commands
License:	PHP License
Group:		Development/PHP
Source0:	http://pear.php.net/get/%{upstream_name}-%{version}.tgz
URL:		http://pear.php.net/package/XML_XSLT_Wrapper/
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package was written to provide a simpler, cross-library and cross
commands interface to doing XSL transformations. It provides support
for: DOM XSLT PHP extension, XSLT PHP extension, MSXML using COM PHP
extension, XT command line
(http://www.blnz.com/xt/xt-20020426a-src/index.html), Sablotron
command line
(http://www.gingerall.com/charlie/ga/act/gadoc.act?pg=sablot#i__1940),
XT java interface, xml.apache.org java and C interface
(http://xml.apache.org/), Instant Saxon
(http://users.iclway.co.uk/mhkay/saxon/instant.html). Batch mode: XML:
multiple transformations of a single XML file, XSL: multiple
transformations of multiple XML files using a single XSL.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

# remove windows class:
rm %{buildroot}%{_datadir}/pear/%{_class}/%{_subclass}/Wrapper/Backend/*Com.php

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/TODO
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-8
+ Revision: d20ea85
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6272 |14cr|php-pear-XML_XUL-0.8.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	XUL
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.8.3
Release:	9
Summary:	Class to build Mozilla XUL applications
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_XUL/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The XML User Interface Language (XUL) is a markup language for
describing user interfaces. With XUL you can create rich, sophisticated
cross-platform web applications easily. XML_XUL provides a API similar
to DOM to create XUL applications. There's a PHP object for each XUL
element, and the more complex widgets like grids, trees and tabboxes can
easily be created with these objects.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3-9
+ Revision: 39cba62
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6273 |14cr|phppgadmin-4.2.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname phpPgAdmin

Summary:	PostgreSQL database adminstration over the web interface
Name:		phppgadmin
Version:	4.2.3
Release:	7
License:	GPLv2+
Group:		System/Servers
URL:		http://sourceforge.net/projects/phppgadmin
Source0:	http://prdownloads.sourceforge.net/phppgadmin/%{rname}-%{version}.tar.bz2
Patch0:		phpPgAdmin-4.1.1-mdv_conf.diff
Requires:	apache-mod_php
Requires:	php-pgsql
Requires:	php-gettext
Requires(post): ccp >= 0.4.0
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(jasper)
BuildRequires:	recode
BuildArch:	noarch

%description
phpPgAdmin is phpMyAdmin (for MySQL) ported to PostgreSQL.
phpPgAdmin is a fully functional PostgreSQL administration
utility. You can use it to  create and maintain multiple databases
and even multiple servers.

%prep
%setup -q -n %{rname}-%{version}
%patch0 -p0

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
	if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install
export DONT_RELINK=1

install -d %{buildroot}%{_webappconfdir}
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}/var/www/%{name}

cp -aRf * %{buildroot}/var/www/%{name}/

mv %{buildroot}/var/www/%{name}/conf/config.inc.php-dist %{buildroot}%{_sysconfdir}/%{name}/config.inc.php
rm -rf %{buildroot}/var/www/%{name}/conf

# generate UTF-8 files
pushd lang
	make DESTDIR=./recoded
popd
install -m0644 lang/recoded/*.php  %{buildroot}/var/www/%{name}/lang/recoded/

# cleanup
pushd %{buildroot}/var/www/%{name}
	rm -rf sql
	rm -f CREDITS DEVELOPERS FAQ HISTORY INSTALL LICENSE TODO TRANSLATORS
	rm -f lang/Makefile lang/convert.awk lang/php2po lang/po2php lang/synch lang/langcheck
popd

cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /%{name} /var/www/%{name}

<Directory /var/www/%{name}>
	Require local granted
	ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"
</Directory>
EOF

# fix dir perms
find %{buildroot} -type d | xargs chmod 755

# fix file perms
find %{buildroot} -type f | xargs chmod 644

# Mandriva Icons
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}

convert images/themes/default/title.png -resize 16x16  %{buildroot}%{_miconsdir}/%{name}.png
convert images/themes/default/title.png -resize 32x32  %{buildroot}%{_iconsdir}/%{name}.png
convert images/themes/default/title.png -resize 48x48  %{buildroot}%{_liconsdir}/%{name}.png


# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=phpPgAdmin
Comment=phpPgAdmin is a web administration GUI for PostgreSQL.
Exec=%{_bindir}/www-browser http://localhost/%{name}/
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Databases;
EOF

%post
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version \
	--oldfile %{_sysconfdir}/%{name}/config.inc.php \
	--newfile %{_sysconfdir}/%{name}/config.inc.php.rpmnew

%files
%doc CREDITS DEVELOPERS FAQ HISTORY INSTALL LICENSE TODO TRANSLATORS sql/reports-pgsql.sql
%config(noreplace) %{_webappconfdir}/%{name}.conf
%dir %{_sysconfdir}/%{name}
%attr(0640,apache,root) %config(noreplace) %{_sysconfdir}/%{name}/config.inc.php
/var/www/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.3-7
+ Revision: fb107f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6274 |14cr|php-phpmailer-5.2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	phpmailer

Name:		php-%{base_name}
Version:	5.2.7
Release:	2
Summary:	Full featured email transfer class for PHP
License:	LGPL
Group:		Development/Other
URL:		http://phpmailer.sourceforge.net/
Source:		http://downloads.sourceforge.net/phpmailer/PHPMailer-master.zip
BuildArch:	noarch

%description
PHP email transport class featuring multiple file attachments, SMTP servers,
CCs, BCCs, HTML messages, and word wrap, and more. It can send email via
sendmail, PHP mail(), or with SMTP. Methods are based on the popular AspEmail
active server component.

%prep
%setup -q -n PHPMailer-master

# fix encoding
for file in `find . -type f`; do
    perl -pi -e 'BEGIN {exit unless -T $ARGV[0];} s/\r\n$/\n/;' $file
done

%build

%install
install -d -m 755 %{buildroot}%{_libdir}/php
install -d -m 755 %{buildroot}%{_libdir}/php/language
install -m 644 *.php %{buildroot}%{_libdir}/php
install -m 644 language/*.php %{buildroot}%{_libdir}/php/language

%clean

%files
%doc LICENSE docs/*
%{_libdir}/php/language
%{_libdir}/php/*.php

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.2.7-2
+ Revision: 3fcf0dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6275 |14cr|php-pluf-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    php-pluf
%define version 0.1
%define release 6

Summary:    PHP WebApp Framework
Name:       %{name}
Version:    1.0
Release:    2
License:    GPLv2
Group:      Development/PHP
Url:        http://www.pluf.org/
Source0:    http://projects.ceondo.com/p/pluf/source/download/master/pluf-master.zip
Requires(pre):  rpm-helper   
Requires:       mod_php
BuildArch:  noarch

%description
Simple, elegant and easy for people used to Django but in PHP5 so easy
to deploy all over the world.

%prep
%setup -q -n pluf-master

%build


%install
%__install -d -m 755 %{buildroot}%_defaultdocdir/%{name}
%__install -m 755 COPYING CONTRIBUTORS 
cp -aRf apps %{buildroot}%_defaultdocdir/%{name}
cp -aRf tests %{buildroot}%_defaultdocdir/%{name}

%__install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -aRf src/* %{buildroot}%{_datadir}/%{name}
# Remove developper script
rm %{buildroot}%{_datadir}/%{name}/makepot.sh

# remove .htaccess files
find %{buildroot}%{_datadir}/%{name} -name .htaccess -exec rm -f {} \;


%files
%defattr(0644,root,root,0755)
%doc COPYING CONTRIBUTORS apps tests
%{_datadir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 94cba44
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6276 |14cr|php-proctitle-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname proctitle
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A92_%{modname}.ini

Summary:	Allows setting the current process name on Linux and BSD
Name:		php-%{modname}
Version:	0.1.2
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/proctitle
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
BuildRequires:	php-devel >= 3:5.2.1
BuildRequires:	dos2unix
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This extension allows changing the current process' name on Linux and *BSD
systems. This is useful when using pcntl_fork() to identify running processes
in process list

%prep

%setup -q -n %{modname}-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

cp %{SOURCE1} %{inifile}

find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

# strip away annoying ^M
find -type f | grep -v ".gif" | grep -v ".png" | grep -v ".jpg" | xargs dos2unix

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix} \

%make
mv modules/*.so .

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc LICENSE README package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-2
+ Revision: 556a745
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6277 |14cr|php-ps-1.3.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname ps
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A53_%{modname}.ini

Summary:	An extension to create PostScript files for php
Name:		php-%{modname}
Version:	1.3.7
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/ps
Source0:	http://pecl.php.net/get/ps-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	pslib-devel >= 0.4.1
BuildRequires:	libgd-devel
Requires:	php-imagick

%description
ps is an extension similar to the pdf extension but for creating PostScript
files. Its api is modelled after the pdf extension.

%prep

%setup -q -n %{modname}-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .


%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%files 
%defattr(-,root,root)
%doc CREDITS tests examples package.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.7-2
+ Revision: 9512028
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6278 |14cr|php-radius-1.2.5-28
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname radius
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A13_%{modname}.ini

Summary:	Radius client library for PHP
Name:		php-%{modname}
Version:	1.2.5
Release:	28
Group:		Development/PHP
License:	BSD
URL:		http://pecl.php.net/package/radius
Source0:	%{modname}-%{version}.tar.bz2
Source1:	%{modname}.ini
Patch0:		radius-1.2.5-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package is based on the libradius of FreeBSD, with some modifications and
extensions. This PECL provides full support for RADIUS authentication (RFC
2865) and RADIUS accounting (RFC 2866), works on Unix and on Windows. Its an
easy way to authenticate your users against the user-database of your OS (for
example against Windows Active-Directory via IAS). 

%prep

%setup -q -n %{modname}-%{version}
%patch0 -p0

cp %{SOURCE1} %{inifile}

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc examples CREDITS radius.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.2.5-28
+ Revision: a7e6f03
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6279 |14cr|php-rap-0.9.6-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name rap 
%define fileversion 096

Summary:	RDF API for PHP
Name:		php-%{base_name}
Version:	0.9.6
Release:	11
License:	LGPL
Group:		Development/Other
URL:		http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi
Source:		http://prdownloads.sourceforge.net/rdfapi-php/%{base_name}-v%{fileversion}.zip
Patch0:		%{name}-fhs.diff
Patch1:		%{name}-0.9.4.external-adodb.patch
Patch2:		%{name}-0.9.6.MoveNext.patch
Patch3:		%{name}-add.diff
Requires:	php-adodb
BuildArch:	noarch

%description
RAP is a software package for parsing, searching, manipulating, serializing and
serving RDF models.

Its features include:
* statement-centric methods for manipulating an RDF model as a set of RDF
  triples
* resource-centric methods for manipulating an RDF model as a set of resources
* ontology-centric methods for manipulating an RDF model through vocabulary
  specific methods
* integrated RDF/XML, N3 and N-TRIPLE and GRDDL parser
* integrated RDF/XML, N3 and N-TRIPLE serializer
* in-memory or database model storage
* support for the RDQL query language
* inference engine supporting RDF-Schema reasoning and some OWL entailments
* integrated RDF server providing similar functionality as the Joseki RDF
  server
* graphical user-interface for managing database-backed RDF models
* support for common vocabularies
* drawing graph visualizations

%prep

%setup -q -n rdfapi-php

for i in `find . -type d -name .svn`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p 1
%patch1 -p 1
%patch2 -p 1
%patch3 -p 0

find . -type f | perl -ne 'chomp; print "$_\n" if -T $_' | xargs perl -pi -e 'tr/\r//d'
rm -rf api/util/adodb

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
cp -pr api %{buildroot}%{_datadir}/%{name}
cp -pr netapi %{buildroot}%{_datadir}/%{name}
cp -pr test %{buildroot}%{_datadir}/%{name}
cp -pr tools %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}
mv %{buildroot}%{_datadir}/%{name}/netapi/config.inc \
    %{buildroot}%{_sysconfdir}/%{name}/netapi.conf
mv %{buildroot}%{_datadir}/%{name}/tools/rdfdb-utils/config.inc.php \
    %{buildroot}%{_sysconfdir}/%{name}/rdfdb-utils.conf
rm -f %{buildroot}%{_datadir}/%{name}/netapi/.htaccess
rm -f %{buildroot}%{_datadir}/%{name}/netapi/apache.htaccess

%files 
%doc doc/*
%{_datadir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-11
+ Revision: a967e3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6280 |14cr|php-rar-3.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname rar
%define soname %{modname}.so
%define inifile A75_%{modname}.ini

Summary:	RAR extension for PHP
Name:		php-%{modname}
Version:	3.0.2
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/rar/
Source0:	http://pecl.php.net/get/rar-%{version}.tgz
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file

%description
PHP extension for reading Rar archives using bundled unRAR library.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%serverbuild
export CXXFLAGS="$CXXFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make

%install

install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}/var/log/httpd

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean

%files 
%doc package*.xml tests CREDITS example.php
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.2-2
+ Revision: 88960d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6281 |14cr|php-rpmreader-0.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname rpmreader
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A42_%{modname}.ini

Summary:	RPM file meta information reader for PHP
Name:		php-%{modname}
Version:	0.4
Release:	7
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/rpmreader
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Patch0:		rpmreader-0.4-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
rpmreader is an extension that provides the ability to read RedHat Package
Manager (RPM) files' header information. This extension currently does not
provide the functionality to read the signature or archive sections of the RPM
file.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc examples CREDITS package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.4-7
+ Revision: 6b13dda
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6282 |14cr|php-rrd-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname rrd
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B16_%{modname}.ini

Summary:	PHP bindings to rrd tool system
Name:		php-%{modname}
Version:	1.1.0
Release:	2
Group:		Development/PHP
License:	PHP
URL:		http://pecl.php.net/package/rrd
Source0:	http://pecl.php.net/get/rrd-%{version}.tgz
Source1:	B16_rrd.ini
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	rrdtool-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Procedural and simple OO wrapper for rrdtool - data logging and graphing
system for time series data.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-2
+ Revision: faf019e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6283 |14cr|php-rrdtool-0-36
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname RRDtool
%define modname rrdtool
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 61_%{modname}.ini

%define mod_src rrdtool.c
%define mod_lib "-lrrd -lpng -lz -lm"
%define mod_def "-DHAVE_RRDTOOL -DCOMPILE_DL_RRDTOOL"

Summary:	The %{realname} module for PHP

Name:		php-%{modname}
Version:	0
Release:	36
Group:		Development/PHP
License:	GPL
URL:		http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/
Source0:	http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/contrib/php_rrdtool.tar.bz2
Patch0:		php_rrdtool-php54x.diff
Patch1:         rrdtool-no_logo.diff
BuildRequires:	gettext-devel
BuildRequires:	rrdtool-devel >= 1.2.7
BuildRequires:	png-devel
BuildRequires:	zlib-devel
BuildRequires:	php-devel >= 3:5.2.0

%description
The php-rrdtool package is a dynamic shared object (DSO) that adds RRDtool
support to PHP.

%prep

%setup -q -n rrdtool
%patch0 -p0
%patch1 -p1

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

#%{_usrsrc}/php-devel/buildext %{modname} %{mod_src} %{mod_lib} %{mod_def}

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

%{__cat} > README.%{modname} << EOF
The php-rrdtool package contains a dynamic shared object (DSO) for PHP.
To activate it, make sure a file /etc/php.d/%{inifile} is present and
contains the line 'extension = %{soname}'.
EOF

%{__cat} > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%files 
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-36
+ Revision: ea5ff53
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6284 |14cr|php-rsync-0.1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname rsync
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B21_%{modname}.ini

Summary:	Wrapper for librsync library
Name:		php-%{modname}
Version:	0.1.0
Release:	7
Group:		Development/PHP
License:	Modified BSD License
URL:		http://pecl.php.net/package/rsync/
Source0:	http://pecl.php.net/get/rsync-%{version}.tgz
Source1:	B21_rsync.ini
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	librsync-devel >= 0.9.7
BuildRequires:	popt-devel
BuildRequires:	bzip2-devel

%description
include the posibility to php to generate signatur files, patches and patch
files with the rsync functionality.

%prep

%setup -q -n %{modname}-%{version}

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

chmod 644 LICENSE rsync_extension.php examples/*.php

%build
%serverbuild

phpize
%configure2_5x --disable-static --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%files
%defattr(-,root,root)
%doc LICENSE rsync_extension.php examples/*.php
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-7
+ Revision: d0adc16
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6285 |14cr|php-ruli-0.36-31
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname ruli
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A28_%{modname}.ini

Summary:	PHP binding for RULI, an asynchronous DNS stub resolver
Name:		php-%{modname}
Version:	0.36
Release:	31
License:	GPL
Group:		Development/PHP
URL:		http://savannah.nongnu.org/projects/ruli/
Source0:	php-ruli-%{version}.tar.bz2
Patch0:		ruli-0.36-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	ruli-devel >= %{version}
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
PHP binding for RULI

RULI stands for Resolver User Layer Interface. It's a library built on top of
an asynchronous DNS stub resolver. RULI provides an easy-to-use interface for
querying DNS SRV resource records. The goal is to promote the wide deployment
of SRV-cognizant client programs. RULI aims to fully support SRV-related
standards.

%prep

%setup -q -n ruli-%{version}
%patch0 -p0
mv php/ruli/* .
mv php/README .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc tests ruli_sync_query.php ruli_sync_smtp_query.php ruli.php README
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.36-31
+ Revision: cc72636
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6286 |14cr|php-shout-0.9.2-31
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname shout
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A57_%{modname}.ini

Summary:	PHP module for communicating with Icecast servers
Name:		php-%{modname}
Version:	0.9.2
Release:	31
Group:		Development/PHP
License:	LGPL
URL:		http://phpshout.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/phpshout/phpShout-%{version}.tar.bz2
Patch0:		phpShout-nuke_hardcoded_cflags.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	libshout-devel >= 2.2
BuildRequires:	file
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
phpShout is a PHP5 Extension that wraps around the libshout library available
at icecast.org. LibShout is used in conjunction with an Icecast server to
create a streaming Internet radio station from your own music files. With
phpShout, PHP developers can create web-based streaming jukebox applications,
without worrying about the details of streaming the audio data. LibShout
handles all the metadata updates, data timing, and ensuring that no bad data
gets to the Icecast server.

%prep

%setup -q -n phpShout-%{version}
%patch0 -p0

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

shout.allow_persistent = 1
shout.max_persistent   = -1
shout.max_links        = -1

shout.default_host     = localhost
shout.default_port     = 8000
shout.default_mount    = /phpShout
shout.default_user     = source
shout.default_password = hackme

shout.default_format   = SHOUT_FORMAT_OGG
shout.default_protocol = SHOUT_PROTOCOL_HTTP
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
[ "../package.xml" != "/" ] && rm -f ../package.xml

%files 
%defattr(-,root,root)
%doc examples tests LICENSE README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-31
+ Revision: aeb4707
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6287 |14cr|php-shp-0.9.2-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname shp
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A54_%{modname}.ini

Summary:	A libshape wrapper extension for php
Name:		php-%{modname}
Version:	0.9.2
Release:	15
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/shape
Source0:	http://pecl.php.net/get/shape-%{version}.tgz
Patch0:		shape-0.9.2-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	libshapelib-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Extension that wraps libshape, provides the ability to write programs for
manipulating ESRI shapefiles.

%prep

%setup -q -n shape-%{version}
%patch0 -p0

%build
%serverbuild
export CFLAGS="$CFLAGS -I%{_includedir}/libshp"

phpize

%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
[ "../package.xml" != "/" ] && rm -f ../package.xml

%files 
%defattr(-,root,root)
%doc CREDITS README tests
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-15
+ Revision: 3890740
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6288 |14cr|php-smarty2-2.6.26-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (oe) undefining these makes the build _real_ quick.
%undefine __find_provides
%undefine __find_requires

Summary:	The compiling PHP template engine
Name:		php-smarty2
Version:	2.6.26
Release:	3
License:	LGPL
Group:		Development/Other
URL:		http://www.smarty.net/
Source0:	http://www.smarty.net/distributions/Smarty-%{version}.tar.gz
Source1:	http://www.smarty.net/distributions/manual/en/Smarty-2.6.14-docs.tar.gz
Source2:	smarty.gif
BuildArch:	noarch
Obsoletes: 	php-smarty


%description
Smarty is a template engine for PHP.  More specifically, it 
facilitates a manageable way to separate application logic and
content from its presentation.  This is best described in a
situation where the application programmer and the template 
designer play different roles, or in most cases are not the same
person.  For example, let's say you are creating a web page that
is displaying a newspaper article.  The article headline, tagline,
author and body are content elements, they contain no information
about how they will be presented.  They are passed into Smarty by
the application, then the template designer edits the templates
and uses a combination of HTML tags and template tags to format 
the presentation of these elements (HTML tables, background
colors, font sizes, style sheets, etc.) One day the programmer
needs to change the way the article content is retrieved (a change
in application logic.)  This change does not affect the template
designer, the content will still arrive in the template exactly
the same.  Likewise, if the template designer wants to completely
redesign the templates, this requires no changes to the
application logic.  Therefore, the programmer can make changes to
the application logic without the need to restructure templates,
and the template designer can make changes to templates without
breaking application logic. 

%package doc
Summary:	The HTML manual for Smarty
Group:		Development/Other
Obsoletes:  %{name}-manual

%description doc
The HTML manual for Smarty

%prep
%setup -q -n Smarty-%{version} -a1

%build

%install
%{__rm} -rf %{buildroot}

%{__mkdir_p} %{buildroot}%{_datadir}/php/smarty
%{__mkdir_p} %{buildroot}%{_var}/www/icons

cp -aRf libs/* %{buildroot}%{_datadir}/php/smarty
%{__install} -m0644 %{SOURCE2} %{buildroot}/var/www/icons/smarty.gif

%files
%defattr(-,root,root)
%doc BUGS COPYING.lib ChangeLog FAQ INSTALL NEWS README RELEASE_NOTES TODO
%{_datadir}/php/smarty
%{_var}/www/icons/smarty.gif

%files doc
%defattr(-,root,root)
%doc manual/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.26-3
+ Revision: 8a13fe9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6289 |14cr|php-solr-2.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname solr
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B07_%{modname}.ini

Summary:	Simplifies the process of interacting with Apache Solr using PHP
Name:		php-%{modname}
Version:	2.0.0
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/solr/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.11
BuildRequires:	curl-devel >= 7.15.0
BuildRequires:	libxml2-devel >= 2.6.26

%description
The Apache Solr extension is an extremely fast, light-weight, feature-rich
library that allows PHP developers to communicate easily and efficiently with
Apache Solr server instances using an object-oriented API.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

find -type f | xargs chmod 644

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-libxml-dir=%{_prefix} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean

%files 
%doc CREDITS LICENSE README* TODO package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-2
+ Revision: 507b85e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6290 |14cr|php-spidermonkey-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname spidermonkey
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B05_%{modname}.ini

Summary:	JavaScript engine for PHP
Name:		php-%{modname}
Version:	1.0.0
Release:	3
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/spidermonkey/
# https://github.com/christopherobin/php-spidermonkey
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.3.0
BuildRequires:	apache-devel >= 2.2.0
# breaks backporting, but that's already broken...
BuildRequires:	mozjs-devel >= 1.85
BuildRequires:	pkgconfig
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This extension allow you to embed Mozilla's Javascript engine Spidermonkey in
PHP.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

# bork bork!
BORK=`pkg-config --libs mozjs185`
perl -pi -e "s|^SPIDERMONKEY_SHARED_LIBADD.*|SPIDERMONKEY_SHARED_LIBADD=$BORK|g" Makefile

%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 457db65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6291 |14cr|php-statgrab-0.6.0-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname statgrab
%define soname %{modname}.so
%define inifile A87_%{modname}.ini

Summary:	Libstatgab bindings for PHP
Name:		php-%{modname}
Version:	0.6.0
Release:	21
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/statgrab
Source0:	http://pecl.php.net/get/Statgrab-%{version}.tgz
Patch0:		Statgrab-0.6.0-version_fix.diff
Patch1:		Statgrab-0.6.0-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	libstatgrab-devel
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
libstatgrab is a library that provides a common interface for retrieving a
variety of system statistics on a number of *NIX like systems.

This extension allows you to call the functions made available by libstatgrab
library.

%prep

%setup -q -n Statgrab-%{version}
[ "../package*.xml" != "/" ] && mv -f ../package*.xml .
%patch0 -p0
%patch1 -p0

# lib64 fixes
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS statgrab.php
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-21
+ Revision: 986e4a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6292 |14cr|php-stats-1.0.2-33
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname stats
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A51_%{modname}.ini

Summary:	Extension with routines for statistical computation for PHP
Name:		php-%{modname}
Version:	1.0.2
Release:	33
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/stats/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tar.bz2
Patch0:		stats-1.0.2-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Extension that provides few dozens routines for statistical computation for
PHP.

%prep

%setup -q -n %{modname}-%{version}
[ "../package.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc tests CREDITS TODO package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-33
+ Revision: bc2e75a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6293 |14cr|php-stem-1.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname stem
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A45_%{modname}.ini

Summary:	A PHP extension that provides word stemming
Name:		php-%{modname}
Version:	1.5.1
Release:	3
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/stem/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
BuildRequires:	php-devel >= 3:5.2.0
#BuildRequires:	libstemmer-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This stem extension for PHP provides stemming capability for a variety of
languages using Dr. M.F. Porter's Snowball API, which can be found at:
http://snowball.tartarus.org

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

# this might work in the future
#%%{_usrsrc}/php-devel/buildext stem "stem.c porter.c api.c utilities.c" -DHAVE_CONFIG_H -L%{_libdir} -Wl,-lstemmer

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package*.xml COPYING CREDITS ChangeLog README README.tests
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-3
+ Revision: 6d866f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6294 |14cr|php-svn-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname svn
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A47_%{modname}.ini

Summary:	PHP Bindings for the Subversion Revision control system
Name:		php-%{modname}
Version:	1.0.2
Release:	3
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/svn
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	subversion-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
PHP Bindings for the Subversion Revision control system.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix attribs
find -type f | xargs chmod 644

# instead of a patch
perl -pi -e "s|apr-0|apr-1|g" config.m4
perl -pi -e "s|apache2|apache|g" config.m4

# fix version
perl -pi -e "s|^#define PHP_SVN_VERSION .*|#define PHP_SVN_VERSION \"%{version}\"|g" php_svn.h

%build
%serverbuild

export CPPFLAGS="`apr-1-config --cppflags`"

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc examples CREDITS EXPERIMENTAL package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: 25eda85
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6295 |14cr|php-swish-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname swish
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B08_%{modname}.ini

Summary:	Swish-e bindings
Name:		php-%{modname}
Version:	0.5.0
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/swish/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	swish-e-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This extension provides bindings to the Swish-e API.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS README swish.php package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-2
+ Revision: 25ddf38
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6296 |14cr|php-syck-0.9.3-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname syck
%define soname %{modname}.so
%define inifile A62_%{modname}.ini

Summary:	YAML-1.0 parser and emitter
Name:		php-%{modname}
Version:	0.9.3
Release:	21
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/syck
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Patch0:		syck-0.9.3-php54x.diff
Requires:	php-hash
BuildRequires:	php-devel >= 3:5.2.1
BuildRequires:	file
BuildRequires:	syck-devel >= 0.55
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A binding to the Syck library.  YAML(tm) (rhymes with "camel") is a
straightforward machine parsable data serialization format designed for human
readability and interaction with scripting languages. YAML is optimized for
data serialization, configuration settings, log files, Internet messaging and
filtering.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CHANGELOG TODO package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-21
+ Revision: c0ba7a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6297 |14cr|php-symfony-YAML-1.0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name YAML

Summary:	A PHP library that speaks YAML
Name:		php-symfony-%{upstream_name}
Version:	1.0.6
Release:	3
License:	MIT
Group:		Development/PHP
URL:		http://pear.symfony-project.com/
Source0:	http://pear.symfony-project.com/get/YAML-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-symfony
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-symfony

%description
Symfony YAML is a PHP library that parses YAML strings and converts them to
PHP arrays. It can also converts PHP arrays to YAML strings. Its official
website is at http://components.symfony-project.org/yaml/.

This package provides The Symfony YAML Component.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/LICENSE
%doc %{upstream_name}-%{version}/README.markdown
%{_datadir}/pear/SymfonyComponents/YAML
%{_datadir}/pear/packages/YAML.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.6-3
+ Revision: 3edaaa3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6298 |14cr|phpsysinfo-2.5.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PHPSysInfo displays system status 
Name:		phpsysinfo
Version:	2.5.4
Release:	11
Group:		System/Servers
License:	GPLv2+
URL:		http://phpsysinfo.sourceforge.net/
Source0:	http://ovh.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
Patch0:		phpsysinfo-2.5.2-rc2-mdv_conf.diff
Requires:       apache-mod_php php-xml lm_sensors
Requires(post):   ccp
%if %mdkversion < 201010
Requires(post):   rpm-helper
Requires(postun):   rpm-helper
%endif
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
PHPSysInfo is a customizable PHP Script that parses /proc, and formats
information nicely. It will display information about system facts like Uptime,
CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk
usage, and more.

Included is also a new lm_sensors module that will present voltage,
temperature, fan speed, etc. if the appropriate lm_sensors modules are loaded.

%prep

%setup -q -n %{name}
%patch0 -p1

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# fix dir perms
find . -type d | xargs chmod 755

# fix file perms
find . -type f | xargs chmod 644

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}/var/www/%{name}

cp -aRf * %{buildroot}/var/www/%{name}/

mv %{buildroot}/var/www/%{name}/config.php.new %{buildroot}%{_sysconfdir}/%{name}/config.php

# cleanup
rm -f %{buildroot}/var/www/%{name}/COPYING
rm -f %{buildroot}/var/www/%{name}/ChangeLog
rm -f %{buildroot}/var/www/%{name}/README

cat > %{buildroot}%{webappconfdir}/%{name}.conf << EOF
Alias /%{name} /var/www/%{name}

<Directory /var/www/%{name}>
    Require all granted
</Directory>
EOF

%post
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version \
    --oldfile %{_sysconfdir}/%{name}/config.php \
    --newfile %{_sysconfdir}/%{name}/config.php.rpmnew
%if %mdkversion < 201010
%_post_webapp
%endif


%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING ChangeLog README
%config(noreplace) %{webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}
/var/www/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.4-11
+ Revision: 993a739
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6299 |14cr|php-sysload-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname sysload
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B20_%{modname}.ini

Summary:	PHP Sysload extension
Name:		php-%{modname}
Version:	1.0.0
Release:	6
Group:		Development/PHP
License:	PHP
URL:		http://www.xarg.org/project/php-sysload/
Source0:	http://www.xarg.org/download/sysload-%{version}.tar.gz
Source1:	B20_sysload.ini
Patch0:		sysload-1.0.0-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0

%description
PHP Sysload is a simple monitoring Extension for PHP backends behind a reverse
proxy server or for other tasks where you have a need to send a specified HTTP
header on overrun.

%prep

%setup -q -n %{modname}-%{version}
%patch0 -p0

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%files
%doc CREDIT
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-6
+ Revision: 9105f92
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6300 |14cr|php-syslog-ng-2.9.8-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       php-syslog-ng
Version:    2.9.8
Release:    9
Summary:    Web frontend for syslog-ng
License:    GPL
Group:      System/Servers
URL:        http://code.google.com/p/php-syslog-ng/
Source0:    http://php-syslog-ng.googlecode.com/files/%{name}-%{version}.tgz
Patch:      php-syslog-ng-2.9.8-fhs.patch
Requires:   mod_php
Requires:   php-cli
Requires:   php-gd
Requires:   php-mysql
Requires:   php-xml
BuildArch:  noarch

%description
Php-Syslog-ng is a frontend for viewing syslog-ng messages logged to MySQL in
realtime. It features customized searches based on device, priority, date,
time, and message.

%prep
%setup -q -n %{name}
%patch -p 1

%install
install -d -m 755 %{buildroot}%{_var}/www/%{name}
cp -pr html/*.php %{buildroot}%{_var}/www/%{name}
cp -pr html/robots.txt %{buildroot}%{_var}/www/%{name}
cp -pr html/favicon.ico %{buildroot}%{_var}/www/%{name}
cp -pr html/css %{buildroot}%{_var}/www/%{name}
cp -pr html/images %{buildroot}%{_var}/www/%{name}
cp -pr html/install %{buildroot}%{_var}/www/%{name}
cp -pr html/userguide.doc %{buildroot}%{_var}/www/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
touch %{buildroot}%{_sysconfdir}/%{name}/config.php

install -d -m 755 %{buildroot}%{_var}/lib/%{name}
(cd %buildroot%{_var}/www/%{name} && ln -s ../../lib/%{name} jpcache)

install -d -m 755 %{buildroot}%{_datadir}/%{name}/bin
install -m 755 scripts/dbgen.pl %{buildroot}%{_datadir}/%{name}/bin
install -m 755 scripts/resetusers.sh %{buildroot}%{_datadir}/%{name}/bin
install -m 644 scripts/*.php %{buildroot}%{_datadir}/%{name}/bin

# distribut include content
pushd html
find includes -type f -a -not -name '*.js' | \
    tar --create --files-from - --remove-files | \
    (cd %{buildroot}%{_datadir}/%{name} && tar --preserve --extract)
find includes -type f -a -name '*.js' | \
    tar --create --files-from - --remove-files | \
    (cd %{buildroot}%{_var}/www/%{name} && tar --preserve --extract)
popd

# apache conf
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/php-syslog-ng.conf <<EOF
Alias /php-syslog-ng %{_var}/www/%{name}

<Directory "%{_var}/www/%{name}">
    Require all granted
    php_value memory_limit 128M 
    php_value max_execution_time 300
</Directory>

<Directory "%{_var}/www/%{name}/install">
    Require host localhost
</Directory>
EOF



%clean

%files
%doc html/CHANGELOG html/LICENSE html/README html/TROUBLESHOOTING-INSTALL
%config(noreplace) %{_webappconfdir}/php-syslog-ng.conf
%dir %{_sysconfdir}/php-syslog-ng
%config(noreplace) %attr(-,apache,apache) %{_sysconfdir}/php-syslog-ng/config.php
%{_var}/www/%{name}
%attr(-,apache,apache) %{_var}/lib/%{name}
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.8-9
+ Revision: 423a11e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6301 |14cr|php-tcpwrap-1.1.3-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname tcpwrap
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A24_%{modname}.ini

Summary:	Tcpwrappers bindings for PHP
Name:		php-%{modname}
Version:	1.1.3
Release:	22
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/tcpwrap
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
Patch0:		tcpwrap-1.1.3-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	tcp_wrappers-devel
Requires:	tcp_wrappers
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package handles /etc/hosts.allow and /etc/hosts.deny files.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

cp %{SOURCE1} %{inifile}

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

cat > README.%{modname} << EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
EOF

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc README* package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.1.3-22
+ Revision: 88a9e34
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6302 |14cr|php-tdb-1.0.0-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname tdb
%define soname %{modname}.so
%define inifile A77_%{modname}.ini

Summary:	Trivial DB bindings
Name:		php-%{modname}
Version:	1.0.0
Release:	22
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/tdb/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Patch0:		tdb-1.0.0-php54x.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
BuildRequires:	tdb-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This extension provides bindings for Trivial DB.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -p -i -e "s|/lib\b|/%{_lib}|g" *.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[%{modname}]
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package*.xml CREDITS README tests
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-22
+ Revision: d4e4e97
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6303 |14cr|php-tk-0.1.1-33
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname TK
%define modname tk
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A31_%{modname}.ini

Summary:	Provides TK functions for PHP
Name:		php-%{modname}
Version:	0.1.1
Release:	33
Group:		Development/PHP
License:	PHP License
URL:		http://php-tk.sourceforge.net/
Source0:	tk-%{version}.tar.bz2
Patch0:		tk-0.1.1-lib64.diff
Patch1:		tk-0.1.1-format_not_a_string_literal_and_no_format_arguments.diff
Patch2:		tk-0.1.1-php54x.diff
Requires:	php-cli >= 3:5.2.0
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	tk tk-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
PHP/TK is an native extension for the PHP programming language that implements
language bindings for TCL/TK. It provides an object-oriented interface and
greatly simplifies writing client-side cross-platform GUI applications. 

%prep

%setup -q -n tk-%{version}
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
%serverbuild
phpize
%configure2_5x
%make

mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
[ "../package.xml" != "/" ] && rm -f ../package.xml

%files 
%defattr(-,root,root)
%doc tests CREDITS
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-33
+ Revision: 089dcef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6304 |14cr|php-tokyo_tyrant-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname tokyo_tyrant
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A96_%{modname}.ini

Summary:	Provides a wrapper to the Tokyo Tyrant client library
Name:		php-%{modname}
Version:	0.7.0
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/tokyo_tyrant/
Source0:	http://pecl.php.net/get/tokyo_tyrant-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	tokyotyrant
BuildRequires:	tokyotyrant-devel
BuildRequires:	tokyocabinet-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
tokyo_tyrant extension provides object oriented API for communicating with
Tokyo Tyrant key-value store.

This extension requires Tokyo Cabinet, Tokyo Tyrant and PHP version 5.2.0+.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .


%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 1fafdfa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6305 |14cr|php-txforward-1.0.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname txforward
%define soname %{modname}.so
%define inifile A90_%{modname}.ini

Summary:	Reverse Proxy (web accelerator) PHP compatibility layer
Name:		php-%{modname}
Version:	1.0.7
Release:	6
Group:		Development/PHP
License:	PHP License
URL:		http://fcartegnie.free.fr/patchs/txforward.html
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Makes reverse-proxing (web accelerator) totally invisible for php applications.
Doesn't require php code modifications to handle X-Forwarded-For IP.

 * Stills allows proxy-aware applications to work with X-Forwarded headers and
   proxy IP address.
 * Should work with any web server
 * Should work with any proxy server

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -p -i -e "s|/lib\b|/%{_lib}|g" *.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[%{modname}]
txforward.depth = 4
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package*.xml CREDITS README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-6
+ Revision: 0ed1023
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6306 |14cr|php-uploadprogress-1.0.3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname uploadprogress
%define soname %{modname}.so
%define inifile A78_%{modname}.ini

Summary:	Uploadprogress extension
Name:		php-%{modname}
Version:	1.0.3.1
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/uploadprogress/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
An extension to track progress of a file upload.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -p -i -e "s|/lib\b|/%{_lib}|g" *.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[%{modname}]
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package*.xml examples
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3.1-5
+ Revision: cc4b87e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6307 |14cr|php-uuid-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname uuid
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 78_%{modname}.ini

Summary:	UUID support functions for php
Name:		php-%{modname}
Version:	1.0.3
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/%{modname}
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	ext2fs-devel
BuildRequires:	libuuid-devel
Provides:	php-pear-uuid
Obsoletes:	php-pear-uuid
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This extension provides functions to generate and analyse universally unique
identifiers (UUIDs). It depends on the external libuuid. This library is
available on most linux  systems, its source is bundled with the ext2fs tools.

%prep

%setup -q -n %{modname}-%{version}

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
[ "../package.xml" != "/" ] && rm -f ../package.xml

%files 
%defattr(-,root,root)
%doc CREDITS tests
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-2
+ Revision: 8c74086
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6308 |14cr|php-varnish-0.9.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname varnish
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B23_%{modname}.ini

Summary:	Varnish Cache bindings for PHP
Name:		php-%{modname}
Version:	0.9.3
Release:	2
Group:		Development/PHP
License:	Apache License
URL:		http://pecl.php.net/package/varnish/
Source0:	http://pecl.php.net/get/varnish-%{version}.tgz
Source1:	B23_varnish.ini
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	varnish-devel

%description
Varnish Cache is an open source, state of the art web application accelerator.
The extension makes it possible to interact with a running varnish instance
through TCP socket or shared memory.

%prep

%setup -q -n %{modname}-%{version}

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build

%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make VARNISH_SHARED_LIBADD="-lvarnishapi"
mv modules/*.so .

%install

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-2
+ Revision: eaa5e29
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6309 |14cr|php-vld-0.12.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname vld
%define soname %{modname}.so
%define inifile 98_%{modname}.ini

Summary:	Provides functionality to dump the internal representation of PHP scripts
Name:		php-%{modname}
Version:	0.12.0
Release:	4
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/vld
Source0:	http://pecl.php.net/get/vld-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
Requires(pre,postun): rpm-helper

%description
The Vulcan Logic Disassembler hooks into the Zend Engine and dumps all the
opcodes (execution units) of a script.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make

%install

install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}/var/log/httpd

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[vld]
vld.active = 0
vld.execute = 1
vld.skip_append = 0
vld.skip_prepend = 0
vld.verbosity = 1
EOF

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%files
%doc package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.0-4
+ Revision: 34cfda6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6310 |14cr|php-xcache-3.1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname xcache
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 99_%{modname}.ini

Summary:	The XCache module for PHP
Name:		php-%{modname}
Version:	3.1.0
Release:	7
Group:		Development/PHP
License:	BSD-like
URL:		http://xcache.lighttpd.net/
Source0:	http://xcache.lighttpd.net/pub/Releases/%{version}/%{modname}-%{version}.tar.gz
Source1:	xcache.ini
Patch0:         xcache-3.1.0-config.diff
BuildRequires:  php-devel >= 3:5.2.0
Conflicts:	php-afterburner php-mmcache php-eaccelerator php-apc

%description
XCache is a fast, stable PHP opcode cacher that has been tested and is now
running on production servers under high load. It overcomes a lot of problems
that has been with other competing opcachers such as being able to be used with
new PHP versions.

%package	admin
Summary:	Web admin GUI for XCache
Group:		Development/PHP
Requires:	apache-mod_php
Requires:	%{name}

%description	admin
This package contains a Web admin GUI for XCache.

%prep
%setup -q -n %{modname}-%{version}
%patch0 -p1

cp %{SOURCE1} %{inifile}
perl -pi -e "s|\@libdir\@|%{_libdir}|g" %{inifile}

%build
%serverbuild

phpize

%configure2_5x \
    --enable-%{modname} \
    --enable-xcache-constant \
    --enable-xcache-optimizer \
    --enable-xcache-coverager \
    --enable-xcache-assembler \
    --enable-xcache-disassembler \
    --enable-xcache-encoder \
    --enable-xcache-decoder \
    --enable-xcache-test \
    --enable-xcache-dprint

%make

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}/var/www/%{name}/coverager
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/%{soname}

install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /%{name} /var/www/%{name}

<Directory "/var/www/%{name}">
    Require local granted
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf"
</Directory>
EOF

cp -rP htdocs/* %{buildroot}/var/www/%{name}/
install -d %{buildroot}%{_sysconfdir}/%{name}/cacher
install -d %{buildroot}%{_sysconfdir}/%{name}/coverager
mv %{buildroot}/var/www/%{name}/config.example.php \
   %{buildroot}%{_sysconfdir}/%{name}
mv %{buildroot}/var/www/%{name}/cacher/config.example.php \
   %{buildroot}%{_sysconfdir}/%{name}/cacher
mv %{buildroot}/var/www/%{name}/coverager/config.example.php \
   %{buildroot}%{_sysconfdir}/%{name}/coverager

%files
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%files admin
%attr(0644,root,root) %config(noreplace) %{_webappconfdir}/%{name}.conf
/var/www/%{name}
%{_sysconfdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.0-7
+ Revision: fd18008
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6311 |14cr|php-xdiff-1.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname xdiff
%define soname %{modname}.so
%define inifile A64_%{modname}.ini

Summary:	File differences/patches
Name:		php-%{modname}
Version:	1.5.2
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/xdiff
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Requires:	php-bz2
Requires:	php-hash
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
BuildRequires:	libxdiff-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This extension creates and applies patches to both text and binary files.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CREDITS README.API package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-2
+ Revision: 683befb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6312 |14cr|php-xhprof-0.9.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname xhprof
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B22_%{modname}.ini

Summary:	A Hierarchical Profiler for PHP
Name:		php-%{modname}
Version:	0.9.4
Release:	2
License:	Apache License
Group:		Development/PHP
Url:		http://pecl.php.net/package/xhprof/
Source0:	http://pecl.php.net/get/xhprof-%{version}.tgz
Source1:	B22_xhprof.ini
Patch0:		xhprof-0.9.4-make_it_php_aware.diff
BuildRequires:	php-devel
Requires(post,postun):	apache-mpm-prefork

%description
XHProf is a function-level hierarchical profiler for PHP and has a simple
HTML based navigational interface. The raw data collection component is
implemented in C (as a PHP extension). The reporting/UI layer is all in PHP.

It is capable of reporting function-level inclusive and exclusive wall times,
memory usage, CPU times and number of calls for each function. Additionally,
it supports ability to compare two runs (hierarchical DIFF reports), or
aggregate results from multiple runs.

%files
%doc CHANGELOG CREDITS LICENSE README xhprof_html/* examples/*
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}
%{_datadir}/php/xhprof

%post
if [ -f /var/lock/subsys/httpd ]; then
    systemctl restart httpd.service >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	systemctl restart httpd.service >/dev/null || :
    fi
fi

#----------------------------------------------------------------------------


%prep
%setup -q -n %{modname}-%{version}
%patch0 -p1

mv extension/* .

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

install -d %{buildroot}%{_datadir}/php/xhprof
cp -rp xhprof_lib/* %{buildroot}%{_datadir}/php/xhprof/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-2
+ Revision: 371cf9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6313 |14cr|php-xrange-1.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname xrange
%define soname %{modname}.so
%define inifile A74_%{modname}.ini

Summary:	Numeric iterator primitives
Name:		php-%{modname}
Version:	1.3.2
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/xrange/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
xrange is a compiled extension that provides numeric iteration primitives to
PHP on top of SPL. It includes a lean numeric range generator / iterator,
modeled after Python's xrange() function. It's intended to provide an
alternative for all numeric iteration and looping.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}/var/log/httpd

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[%{modname}]
Classes = XRangeIterator
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package*.xml tests CREDITS
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-2
+ Revision: c4eb671
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6314 |14cr|php-yaml-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname yaml
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B13_%{modname}.ini

Summary:	YAML-1.1 parser and emitter
Name:		php-%{modname}
Version:	1.1.0
Release:	2
Group:		Development/PHP
License:	MIT
URL:		http://pecl.php.net/package/yaml/
Source0:	http://pecl.php.net/get/yaml-%{version}.tgz
Source1:	B13_yaml.ini
BuildRequires:	pkgconfig
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	yaml-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the
LibYAML library.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package*.xml tests
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-2
+ Revision: a0f9d05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6315 |14cr|php-yaz-1.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname yaz
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 64_%{modname}.ini

Summary:	A Z39.50 client for PHP
Name:		php-%{modname}
Version:	1.1.3
Release:	3
Epoch:		1
License:	PHP License
Group:		Development/PHP
Url:		http://pecl.php.net/package/yaz
Source0:	http://ftp.indexdata.dk/pub/phpyaz/yaz-%{version}.tgz
Source1:	%{modname}.ini
# http://indexdata.dk/phpyaz/demo/mult.phps
Source2:	mult.php
Patch0:		yaz-antibork.diff
BuildRequires:	libpth-devel
BuildRequires:	php-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(yaz)

%description
This extension implements a Z39.50 client for PHP using the YAZ toolkit.

%files
%doc CREDITS README mult.php package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
    fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

%patch0 -p0

cp %{SOURCE1} %{inifile}
cp %{SOURCE2} mult.php

%build
%serverbuild

phpize
%configure2_5x \
	--with-libdir=%{_lib} \
	--enable-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.1.3-3
+ Revision: 500d9f8
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6316 |14cr|php-yp-5.2.3-30
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname yp
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 65_%{modname}.ini

Summary:	NIS (yp) extension module for PHP
Name:		php-%{modname}
Version:	5.2.3
Release:	30
Epoch:		3
License:	PHP License
Group:		Development/PHP
Url:		http://www.php.net
Source0:	yp.tar.bz2
Patch0:		yp-php54x.diff
BuildRequires:	php-devel
BuildRequires:	pkgconfig(libtirpc)

%description
This is a dynamic shared object (DSO) for PHP that will add NIS (Yellow Pages)
support.

%files
%doc CREDITS package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n yp
%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x \
	--with-libdir=%{_lib} \
	--with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF



%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:5.2.3-30
+ Revision: 646b810
- Build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6317 |14cr|php-ZendFramework-1.11.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

%define php_name ZendFramework

Summary:	Leading open-source PHP framework
Name:		php-ZendFramework
Version:	1.11.11
Release:	3
License:	BSD
Group:		Development/PHP
URL:		http://framework.zend.com/
Source0:	http://framework.zend.com/releases/%{php_name}-%{version}/%{php_name}-%{version}.tar.gz
Requires:	php >= 5.1.4
Requires:	php-bcmath
Requires:	php-ctype
Requires:	php-curl
Requires:	php-dom
Requires:	php-fileinfo
Requires:	php-hash
Requires:	php-iconv
Requires:	php-json
Requires:	php-pcre
Requires:	php-pdo
Requires:	php-posix
Requires:	php-session
Requires:	php-simplexml
Requires:	php-xml
Requires:	php-zlib
BuildArch:	noarch

%description
Extending the art & spirit of PHP, Zend Framework is based on simplicity,
object-oriented best practices, corporate friendly licensing, and a rigorously
tested agile codebase. Zend Framework is focused on building more secure,
reliable, and modern Web 2.0 applications & web services, and consuming widely
available APIs from leading vendors like Google, Amazon, Yahoo!, Flickr, as
well as API providers and catalogers like StrikeIron and ProgrammableWeb.

%package	demos
Summary:	Demos for the Zend Framework
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}

%description	demos
This package includes Zend Framework demos for the Feeds, Gdata, Mail, OpenId,
Pdf, Search-Lucene and Services subpackages.

%package	tests
Summary:	Unit tests for the Zend Framework
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Requires:	php-pear-PHPUnit >= 3.0.0
Requires:	php-channel-phpunit
Requires:	fonts-ttf-bitstream-vera
BuildRequires:	fonts-ttf-bitstream-vera

%description	tests
This package includes Zend Framework unit tests for all available subpackages.

%package	extras
Summary:	Zend Framework Extras (ZendX)
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-ZendX = %{version}-%{release}

%description	extras
This package includes the ZendX libraries.

%package	Cache-Backend-Apc
Summary:	Zend Framework APC cache backend
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Requires:	php-apc

%description	Cache-Backend-Apc
This package contains the backend for Zend_Cache to store and retrieve data via
APC.

%package	Cache-Backend-Memcached
Summary:	Zend Framework memcache cache backend
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Requires:	php-memcache

%description	Cache-Backend-Memcached
This package contains the back end for Zend_Cache to store and retrieve data
via memcache.

#package	Cache-Backend-Sqlite
#Summary:	Zend Framework sqlite back end
#Group:		Development/PHP
#Requires:	%{name} = %{version}-%{release}
#Requires:	php-sqlite

#description Cache-Backend-Sqlite
#This package contains the back end for Zend_Cache to store and retrieve data
#via sqlite databases.

%package	Captcha
Summary:	Zend Framework CAPTCHA component
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Requires:	php-gd

%description	Captcha
This package contains the Zend Framework CAPTCHA extension.

%package	Dojo
Summary:	Zend Framework Dojo Toolkit integration component
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}

%description	Dojo
This package contains the Zend Framework Dojo Toolkit component as well as a
copy of Dojo itself.

#package	Db-Adapter-Mysqli
#Summary:	Zend Framework database adapter for mysqli
#Group:		Development/PHP
#Requires:	%{name} = %{version}-%{release}
#Requires:	php-mysqli

#description	Db-Adapter-Mysqli
#This package contains the files for Zend Framework necessary to connect to a
#MySQL database via mysqli connector.

#package Db-Adapter-Db2
#Summary:  Zend Framework database adapter for DB2
#Group:    Development/PHP
#Requires: %{name} = %{version}-%{release}
#Requires: php-ibm_db2 # Not available in Mandriva's PHP

#description Db-Adapter-Db2
#This package contains the files for Zend Framework necessary to connect to an
#IBM DB2 database.

#package	Db-Adapter-Firebird
#Summary:	Zend Framework database adapter for InterBase
#Group:		Development/PHP
#Requires:	%{name} = %{version}-%{release}
#Requires:	php-interbase

#description Db-Adapter-Firebird
#This package contains the files for Zend Framework necessary to connect to a
#Firebird/InterBase database.

#package Db-Adapter-Oracle
#Summary:  Zend Framework database adapter for Oracle
#Group:    Development/PHP
#Requires: %{name} = %{version}-%{release}
#Requires: php-oci8 # Not available in Mandriva's PHP

#description Db-Adapter-Oracle
#This package contains the files for Zend Framework necessary to connect to an
#Oracle database.

%package	Feed
Summary:	Live syndication feeds helper
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Requires:	php-mbstring

%description	Feed
This component provides a very simple way to work with live syndicated feeds.

* consumes RSS and Atom feeds
* provides utilities for discovering feed links
* imports feeds from multiple sources
* providers feed building and posting operations

%package	Gdata
Summary:	Google Data APIs
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}

%description	Gdata
The Google Data APIs provide read/write access to such services hosted at
google.com as Spreadsheets, Calendar, Blogger, and CodeSearch.

* supports both authentication mechanisms of Google Data servers
* supports queries and posting changes against Google Data services
* supports service-specific element types in an object-oriented interface
* matches functionality and design of other Google Data API clients

%package	Pdf
Summary:	PDF file handling helper
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Requires:	php-gd

%description	Pdf
Portable Document Format (PDF) from Adobe is the de facto standard for
cross-platform rich documents. Now, PHP applications can create or read PDF
documents on the fly, without the need to call utilities from the shell, depend
on PHP extensions, or pay licensing fees. Zend_Pdf can even modify existing PDF
documents.

* supports Adobe PDF file format
* parses PDF structure and provides access to elements
* creates or modifies PDF documents
* utilizes memory efficiently

%package	Search-Lucene
Summary:	Apache Lucene engine PHP port
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Requires:	php-bitset

%description	Search-Lucene
The Apache Lucene engine is a powerful, feature-rich Java search engine that is
flexible about document storage and supports many complex query
types. Zend_Search_Lucene is a port of this engine written entirely in PHP 5.

* allows PHP-powered websites to leverage powerful search capabilities without
  the need for web services or Java
* provides binary compatibility with Apache Lucene
* matches Apache Lucene in performance

%package	Services
Summary:	Web service APIs for a number of providers
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}

%description	Services
This package contains web service client APIs for the following services:

- Akismet
- Amazon
- Audioscrobbler
- del.icio.us
- Flickr
- Nirvanix
- Simpy
- SlideShare
- StrikeIron
- Technorati
- Yahoo!

%prep
%setup -qn %{php_name}-%{version}

%build
find . -type f -perm /111 \
  -fprint executables -exec %{__chmod} -x '{}' \; >/dev/null

find . -type f -name \*.sh \
  -fprint valid_executables -exec %{__chmod} +x '{}' \; >/dev/null

%{__cat} executables valid_executables|sort|uniq -u > invalid_executables


%install
%{__mkdir_p} %{buildroot}%{_datadir}/php
cp -r library/Zend %{buildroot}%{_datadir}/php
cp -r demos/Zend %{buildroot}%{_datadir}/php/Zend/demos
cp -r tests %{buildroot}%{_datadir}/php/Zend
cp -r externals %{buildroot}%{_datadir}/php/Zend

# ZendX
cd extras
cp -r library/ZendX %{buildroot}%{_datadir}/php
cp -r tests %{buildroot}%{_datadir}/php/ZendX
cd ..

# rhbz 477440
pushd %{buildroot}%{_datadir}/php/Zend/tests/Zend/Pdf/_fonts
    for i in *.ttf; do
	ln -snf %{_datadir}/fonts/TTF/$i $i
    done
popd

%files
%{_datadir}/php/Zend
%exclude %{_datadir}/php/Zend/demos
%exclude %{_datadir}/php/Zend/tests
%exclude %{_datadir}/php/Zend/Cache/Backend/Apc.php
%exclude %{_datadir}/php/Zend/Cache/Backend/Memcached.php
%exclude %{_datadir}/php/Zend/Captcha
%exclude %{_datadir}/php/Zend/Dojo.php
%exclude %{_datadir}/php/Zend/Dojo
%exclude %{_datadir}/php/Zend/Feed.php
%exclude %{_datadir}/php/Zend/Feed
%exclude %{_datadir}/php/Zend/Gdata.php
%exclude %{_datadir}/php/Zend/Gdata
%exclude %{_datadir}/php/Zend/Pdf.php
%exclude %{_datadir}/php/Zend/Pdf
%exclude %{_datadir}/php/Zend/Search
%exclude %{_datadir}/php/Zend/Service/Akismet.php
%exclude %{_datadir}/php/Zend/Service/Amazon.php
%exclude %{_datadir}/php/Zend/Service/Amazon
%exclude %{_datadir}/php/Zend/Service/Audioscrobbler.php
%exclude %{_datadir}/php/Zend/Service/Delicious.php
%exclude %{_datadir}/php/Zend/Service/Delicious
%exclude %{_datadir}/php/Zend/Service/Flickr.php
%exclude %{_datadir}/php/Zend/Service/Flickr
%exclude %{_datadir}/php/Zend/Service/Nirvanix.php
%exclude %{_datadir}/php/Zend/Service/Nirvanix
%exclude %{_datadir}/php/Zend/Service/ReCaptcha.php
%exclude %{_datadir}/php/Zend/Service/ReCaptcha
%exclude %{_datadir}/php/Zend/Service/Simpy.php
%exclude %{_datadir}/php/Zend/Service/Simpy
%exclude %{_datadir}/php/Zend/Service/SlideShare.php
%exclude %{_datadir}/php/Zend/Service/SlideShare
%exclude %{_datadir}/php/Zend/Service/StrikeIron.php
%exclude %{_datadir}/php/Zend/Service/StrikeIron
%exclude %{_datadir}/php/Zend/Service/Technorati.php
%exclude %{_datadir}/php/Zend/Service/Technorati
%exclude %{_datadir}/php/Zend/Service/Yahoo.php
%exclude %{_datadir}/php/Zend/Service/Yahoo
%exclude %{_datadir}/php/Zend/externals/dojo

%doc LICENSE.txt INSTALL.txt README.txt

%files demos
%{_datadir}/php/Zend/demos
%doc LICENSE.txt

%files tests
%{_datadir}/php/Zend/tests
%doc LICENSE.txt

%files extras
%{_datadir}/php/ZendX
%doc LICENSE.txt

%files Cache-Backend-Apc
%{_datadir}/php/Zend/Cache/Backend/Apc.php
%doc LICENSE.txt

%files Cache-Backend-Memcached
%{_datadir}/php/Zend/Cache/Backend/Memcached.php
%doc LICENSE.txt

%files Captcha
%{_datadir}/php/Zend/Captcha
%doc LICENSE.txt

%files Dojo
%{_datadir}/php/Zend/Dojo.php
%{_datadir}/php/Zend/Dojo
%{_datadir}/php/Zend/externals/dojo
%doc LICENSE.txt

%files Feed
%{_datadir}/php/Zend/Feed.php
%{_datadir}/php/Zend/Feed
%doc LICENSE.txt

%files Gdata
%{_datadir}/php/Zend/Gdata.php
%{_datadir}/php/Zend/Gdata
%doc LICENSE.txt

%files Pdf
%{_datadir}/php/Zend/Pdf.php
%{_datadir}/php/Zend/Pdf
%doc LICENSE.txt

%files Search-Lucene
%{_datadir}/php/Zend/Search
%doc LICENSE.txt

%files Services
%{_datadir}/php/Zend/Service/Akismet.php
%{_datadir}/php/Zend/Service/Amazon.php
%{_datadir}/php/Zend/Service/Amazon
%{_datadir}/php/Zend/Service/Audioscrobbler.php
%{_datadir}/php/Zend/Service/Delicious.php
%{_datadir}/php/Zend/Service/Delicious
%{_datadir}/php/Zend/Service/Flickr.php
%{_datadir}/php/Zend/Service/Flickr
%{_datadir}/php/Zend/Service/Nirvanix.php
%{_datadir}/php/Zend/Service/Nirvanix
%{_datadir}/php/Zend/Service/ReCaptcha.php
%{_datadir}/php/Zend/Service/ReCaptcha
%{_datadir}/php/Zend/Service/Simpy.php
%{_datadir}/php/Zend/Service/Simpy
%{_datadir}/php/Zend/Service/SlideShare.php
%{_datadir}/php/Zend/Service/SlideShare
%{_datadir}/php/Zend/Service/StrikeIron.php
%{_datadir}/php/Zend/Service/StrikeIron
%{_datadir}/php/Zend/Service/Technorati.php
%{_datadir}/php/Zend/Service/Technorati
%{_datadir}/php/Zend/Service/Yahoo.php
%{_datadir}/php/Zend/Service/Yahoo
%doc LICENSE.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.11.11-3
+ Revision: b948ff0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6318 |14cr|pianobooster-0.6.4b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:            pianobooster
Summary:         A MIDI file player that teaches you how to play the piano
Version:         0.6.4b
Release:         3
License:         GPLv3+
Group:           Sound
URL:             http://pianobooster.sourceforge.net/
Source0:         http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.gz
Source1:         %{name}.desktop
# link libpthread and libGL explicitly
Patch0:          pianobooster-0.6.4b-explicit-linking.patch
BuildRequires:   cmake
BuildRequires:   qt4-devel
BuildRequires:   desktop-file-utils
BuildRequires:   pkgconfig(alsa)
BuildRequires:   mesaglu-devel

%description
A MIDI file player/game that displays the musical notes AND teaches you how
to play the piano. 

PianoBooster is a fun way of playing along with a musical accompaniment and
at the same time learning the basics of reading musical notation.
The difference between playing along to a CD or a standard MIDI file
is that PianoBooster listens and reacts to what you are playing on a
MIDI keyboard.


%prep
%setup -q -n %{name}-src-%{version}
%patch0 -p1 -b .linkpthread
perl -pi -e "s/-mwindows//g" src/CMakeLists.txt

sed -e 's|\r||g' README.txt > README.txt.tmp
touch -r README.txt README.txt.tmp
mv README.txt.tmp README.txt

sed -e 's|\r||g' license.txt > license.txt.tmp
touch -r license.txt license.txt.tmp
mv license.txt.tmp license.txt

find -name '*.cpp' -exec chmod a-x {} \;
find -name '*.h' -exec chmod a-x {} \;

%build
%cmake ../src
make %{?_smp_mflags}

%install
pushd build
install -d %{buildroot}%{_bindir}
install %{name} %{buildroot}%{_bindir}
popd

install -d $%{buildroot}%{_datadir}/applications
desktop-file-install \
    --dir %{buildroot}%{_datadir}/applications  \
    %{SOURCE1}


install -d %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -m 644 -p src/images/Logo32x32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -d %{buildroot}%{_datadir}/icons/hicolor/64x64/apps
install -m 644 -p src/images/logo64x64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png

%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :


%files
%defattr(-,root,root,-)
%doc license.txt gplv3.txt README.txt
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.4b-3
+ Revision: 857b141
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6319 |14cr|picard-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The official MusicBrainz tagger
Name:		picard
Version:	1.2
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://musicbrainz.org/doc/MusicBrainz_Picard
Source0:	http://ftp.musicbrainz.org/pub/musicbrainz/picard/%{name}-%{version}.tar.gz
# Plugins:
Source1:	http://users.musicbrainz.org/~luks/picard-plugins/classicdiscnumber.py
Source2:	http://users.musicbrainz.org/~luks/picard-plugins/coverart.py
Source3:	http://users.musicbrainz.org/~luks/picard-plugins/cuesheet.py
Source4:	http://users.musicbrainz.org/~luks/picard-plugins/discnumber.py
Source5:	http://users.musicbrainz.org/~luks/picard-plugins/featartist.py
Source6:	http://users.musicbrainz.org/~luks/picard-plugins/open_in_gui.py
Source7:	http://users.musicbrainz.org/~luks/picard-plugins/swapprefix.py
Source8:	http://users.musicbrainz.org/~luks/picard-plugins/titlecase.py
Source9:	http://users.musicbrainz.org/~luks/picard-plugins/tracks2clipboard.py
# lastfm plugin
Source10:	http://users.musicbrainz.org/~luks/picard-plugins/lastfm/lastfm__init__.py
Source11:	http://users.musicbrainz.org/~luks/picard-plugins/lastfm/options_lastfm.ui
Source12:	http://users.musicbrainz.org/~luks/picard-plugins/lastfm/ui_options_lastfm.py
# replaygain plugin
Source13:	http://users.musicbrainz.org/~luks/picard-plugins/replaygain/__init__.py
Source14:	http://users.musicbrainz.org/~luks/picard-plugins/replaygain/options_replaygain.ui
Source15:	http://users.musicbrainz.org/~luks/picard-plugins/replaygain/ui_options_replaygain.py
Source16:	http://gitorious.org/musicbrainz/addrelease/blobs/raw/master/addrelease.py
Source17:	http://users.musicbrainz.org/~luks/picard-plugins/release_type.py
Source18:	http://users.musicbrainz.org/~luks/picard-plugins/featartistsintitles.py
Source19:	http://users.musicbrainz.org/~luks/picard-plugins/no_release.py
Source20:	http://github.com/voiceinsideyou/creaps-picard-plugins/raw/master/titleversion.py
Source21:	http://github.com/voiceinsideyou/creaps-picard-plugins/raw/master/titlesort.py
Source22:	https://github.com/voiceinsideyou/picard/raw/plugins/contrib/plugins/removeperfectalbums.py
Source23:	https://raw.github.com/encukou/picard-plugins/master/autosave.py
# http://forums.musicbrainz.org/viewtopic.php?id=2949
Source24:	lastfmplus-0.13.zip
# search plugins https://github.com/brianfreud/Picard-plugins
Source25:	https://raw.github.com/brianfreud/Picard-plugins/master/SearchAMG.py
Source26:	https://raw.github.com/brianfreud/Picard-plugins/master/SearchDiscogs3.py
Source27:	https://raw.github.com/brianfreud/Picard-plugins/master/SearchAmazon3.py
Source28:	https://raw.github.com/brianfreud/Picard-plugins/master/SearchCastAlbums3.py
Source29:	https://raw.github.com/brianfreud/Picard-plugins/master/SearchFilmMusziek3.py
Source30:	https://raw.github.com/brianfreud/Picard-plugins/master/SearchGMR.py
Source31:	https://raw.github.com/brianfreud/Picard-plugins/master/SearchGoogle3.py
Source32:	https://raw.github.com/brianfreud/Picard-plugins/master/SearchLortelArchives3.py
Source33:	https://raw.github.com/brianfreud/Picard-plugins/master/SearchSoundtrackCollector3.py
Source34:	https://raw.github.com/brianfreud/Picard-plugins/master/SearchSoundtrackINFO3.py
Source35:	https://raw.github.com/brianfreud/Picard-plugins/master/SearchEbay.py

BuildRequires:	mutagen
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(libdiscid)
Requires:	mutagen
Requires:	python-qt4
Requires:	%{mklibname discid 0}
#gw for fpcalc (AcoustID calculation)
Requires:	chromaprint
#gw for metaflac:
Suggests:	flac
#gw for wvgain:
Suggests:	wavpack
Suggests:	mp3gain

%description
MusicBrainz Picard is the official MusicBrainz tagger, written in Python.

Picard supports the majority of audio file formats, is capable of using audio
fingerprints (PUIDs), performing CD lookups and disc ID submissions, and it has
excellent Unicode support. Additionally, there are several plugins available
that extend Picard's features.

When tagging files, Picard uses an album-oriented approach. This approach
allows it to utilize the MusicBrainz data as effectively as possible and
correctly tag your music. For more information, see the illustrated quick start
guide to tagging.

Picard is named after Captain Jean-Luc Picard from the TV series Star Trek: The
Next Generation.

%prep
%setup -q
%apply_patches

%build
python setup.py config
python setup.py build

%install
python setup.py install --root=%{buildroot}

PLUGINDIR=%{buildroot}%{python_sitearch}/picard/plugins/
install -m 0644 %{SOURCE1} ${PLUGINDIR}
install -m 0644 %{SOURCE2} ${PLUGINDIR}
install -m 0644 %{SOURCE3} ${PLUGINDIR}
install -m 0644 %{SOURCE4} ${PLUGINDIR}
install -m 0644 %{SOURCE5} ${PLUGINDIR}
install -m 0644 %{SOURCE6} ${PLUGINDIR}
install -m 0644 %{SOURCE7} ${PLUGINDIR}
install -m 0644 %{SOURCE8} ${PLUGINDIR}
install -m 0644 %{SOURCE9} ${PLUGINDIR}
mkdir -p ${PLUGINDIR}/lastfm
install -m 0644 %{SOURCE10} ${PLUGINDIR}/lastfm/__init__.py
install -m 0644 %{SOURCE11} ${PLUGINDIR}/lastfm/
install -m 0644 %{SOURCE12} ${PLUGINDIR}/lastfm/
mkdir -p ${PLUGINDIR}/replaygain
install -m 0644 %{SOURCE13} ${PLUGINDIR}/replaygain/__init__.py
install -m 0644 %{SOURCE14} ${PLUGINDIR}/replaygain/
install -m 0644 %{SOURCE15} ${PLUGINDIR}/replaygain/
install -m 0644 %{SOURCE16} ${PLUGINDIR}
install -m 0644 %{SOURCE17} ${PLUGINDIR}
install -m 0644 %{SOURCE18} ${PLUGINDIR}
install -m 0644 %{SOURCE19} ${PLUGINDIR}
install -m 0644 %{SOURCE20} ${PLUGINDIR}
install -m 0644 %{SOURCE21} ${PLUGINDIR}
install -m 0644 %{SOURCE22} ${PLUGINDIR}
install -m 0644 %{SOURCE23} ${PLUGINDIR}
unzip %{SOURCE24} -d ${PLUGINDIR}
install -m 0644 %{SOURCE25} ${PLUGINDIR}
install -m 0644 %{SOURCE26} ${PLUGINDIR}
install -m 0644 %{SOURCE27} ${PLUGINDIR}
install -m 0644 %{SOURCE28} ${PLUGINDIR}
install -m 0644 %{SOURCE29} ${PLUGINDIR}
install -m 0644 %{SOURCE30} ${PLUGINDIR}
install -m 0644 %{SOURCE31} ${PLUGINDIR}
install -m 0644 %{SOURCE32} ${PLUGINDIR}
install -m 0644 %{SOURCE33} ${PLUGINDIR}
install -m 0644 %{SOURCE34} ${PLUGINDIR}
install -m 0644 %{SOURCE35} ${PLUGINDIR}

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS.txt COPYING.txt INSTALL.txt NEWS.txt
%{_bindir}/%{name}
%{python_sitearch}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-2
+ Revision: dc810f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6320 |14cr|picosat-936-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Mainly inspired from Fedora's .spec

%define name    picosat
%define version 936
%define major	1
%define release 7
%define	libname %mklibname %{name} %{major}
%define	libnamedevel %mklibname %{name} -d

Name:           %{name}
Summary:        Lightweight SAT solver
Version:        %{version}
Release:        %{release}
Source0:        http://fmv.jku.at/%{name}/%{name}-%{version}.tar.gz
URL:            http://fmv.jku.at/picosat/
# Thanks to David Wheeler for the man page.
Source1:        picosat.1
# Man page link for picosat.trace
Source2:        picosat.trace.1
# Man page for picomus
Source3:        picomus.1
# This patch has not been sent upstream.  It is specific to Fedora's build of
# two distinct binaries, one with trace support and one without.
Patch0:         picosat-trace.patch

Group:          Sciences/Computer science
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:        MIT-like
# gzip required (see app.c); find-requires can't see into C code to find it
Requires:       gzip, %{libname} = %{version}-%{release}

%description
The SAT problem is the classical NP complete problem of searching
for a satisfying assignment of a propositional formula in
conjunctive normal form (CNF). General information on SAT can be
found at http://www.satlive.org or http://www.satlib.org.

%package -n	%{libname}
Group:          Development/C
Summary:        A SAT solver library

%description -n	%{libname}
The PicoSAT library, which contains routines that solve the SAT problem.
The library has a simple API which is similar to that of previous
solvers by the same authors.

%package -n	%{name}-devel
Group:          Development/C
Summary:        Development files for PicoSAT
Requires:       %{libname} = %{version}-%{release}

%description -n	%{name}-devel
Headers and other development files for PicoSAT.

%prep
%setup -q
%patch0 -p0

%build
# The configure script is NOT autoconf-generated and chooses its own CFLAGS,
# so we mimic its effects instead of using it.

# Build the version with trace support
sed -e "s/@CC@/gcc/" \
    -e "s/@CFLAGS@/${RPM_OPT_FLAGS} -DTRACE -DNDEBUG/" \
    -e "s/-Xlinker libpicosat.so/-Xlinker libpicosat.so.%{major}/" \
    -e "s/libpicosat/libpicosat-trace/g" \
    -e "s/-lpicosat/-lpicosat-trace/g" \
    -e "s/@TARGETS@/libpicosat-trace.so picosat picomus/" \
  makefile.in > makefile
make
mv picosat picosat.trace

# Build the fast version.
# Note that picomus needs trace support, so we don't rebuild it.
rm -f *.o *.s config.h
sed -e "s/@CC@/gcc/" \
    -e "s/@CFLAGS@/${RPM_OPT_FLAGS} -DNDEBUG/" \
    -e "s/-Xlinker libpicosat.so/-Xlinker libpicosat.so.%{major}/" \
    -e "s/@TARGETS@/libpicosat.so picosat/" \
  makefile.in > makefile
make

%install
rm -rf $RPM_BUILD_ROOT
# Install the header file
mkdir -p $RPM_BUILD_ROOT%{_includedir}/%{name}
cp -p picosat.h $RPM_BUILD_ROOT%{_includedir}/%{name}

# Install the libraries
mkdir -p $RPM_BUILD_ROOT%{_libdir}
cp -p libpicosat-trace.so $RPM_BUILD_ROOT%{_libdir}/libpicosat-trace.so.%{major}.0.%{version}
ln -s libpicosat-trace.so.%{major}.0.%{version} $RPM_BUILD_ROOT%{_libdir}/libpicosat-trace.so.%{major}
ln -s libpicosat-trace.so.%{major} $RPM_BUILD_ROOT%{_libdir}/libpicosat-trace.so
cp -p libpicosat.so $RPM_BUILD_ROOT%{_libdir}/libpicosat.so.%{major}.0.%{version}
ln -s libpicosat.so.%{major}.0.%{version} $RPM_BUILD_ROOT%{_libdir}/libpicosat.so.%{major}
ln -s libpicosat.so.%{major} $RPM_BUILD_ROOT%{_libdir}/libpicosat.so

# Install the binaries
mkdir -p $RPM_BUILD_ROOT%{_bindir}
cp -p picosat picosat.trace picomus $RPM_BUILD_ROOT%{_bindir}

# Install the man pages
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
cp -p %{SOURCE1} %{SOURCE2} %{SOURCE3} $RPM_BUILD_ROOT%{_mandir}/man1

%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

# The LICENSE file is placed in the -libs package rather than the base package,
# because the -libs package is always installed when the base package is
# installed, but not vice versa.
%files
%defattr(-,root,root,-)
%{_bindir}/picosat*
%{_bindir}/picomus
%{_mandir}/man1/picosat*
%{_mandir}/man1/picomus*

%files -n %{libname}
%defattr(-,root,root,-)
%doc LICENSE NEWS
%{_libdir}/libpicosat-trace.so.*
%{_libdir}/libpicosat.so.*

%files -n %{name}-devel
%defattr(-,root,root,-)
%{_includedir}/%{name}/picosat.h
%{_libdir}/libpicosat-trace.so
%{_libdir}/libpicosat.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 936-7
+ Revision: 25a4dbb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6321 |14cr|picviz-cli-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name picviz-cli
%define version 0.6
%define release 3

Name: %name
Version: %version
Release: %release
Summary: Command-line frontend for picviz
License: GPLv3+
Group: Graphics
URL: http://www.wallinfire.net/picviz
Source0: http://www.wallinfire.net/files/picviz/%{name}-%{version}.tar.gz
BuildRequires: libpicviz-devel
BuildRoot: %{_tmppath}/%{name}-%{version}

%description
Command-line frontend for picviz.

%prep
%setup -q

%build
pushd src
%make

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 src/pcv %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 644 doc/*.1 %{buildroot}%{_mandir}/man1
install -d -m 755 %{buildroot}%{_datadir}/picviz-cli
install -m 644 templates/*.pgdt %{buildroot}%{_datadir}/picviz-cli

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc doc/manual.html doc/picviz-arch.jpeg
%{_bindir}/pcv
%{_mandir}/man1/pcv.1*
%{_datadir}/picviz-cli




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-3
+ Revision: 36a5ea8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6322 |14cr|picviz-gui-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		picviz-gui
Version:	0.7
Release:	3
Summary:	Graphical frontend for picviz
License:	GPLv3+
Group:		Graphics
Url:		http://www.wallinfire.net/picviz
Source0:	http://www.wallinfire.net/files/picviz/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(python)
Requires:	picviz-cli
Requires:	python-qt4
BuildArch:	noarch

%description
Graphical frontend for picviz.

%files
%doc COPYING README samples
%{_bindir}/picviz-gui
%{_datadir}/picviz-gui
%{python_sitelib}/PicvizGui
%{python_sitelib}/picviz_gui*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-3
+ Revision: 2fbbbd3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6323 |14cr|pidgin-encryption-3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       pidgin-encryption
Version:    3.1
Release:    3
Summary:    Pidgin extension, to use end to end encryption
Group:      Networking/Instant messaging
License:    GPLv2
Url:        http://pidgin-encrypt.sourceforge.net/

Source0:    http://sourceforge.net/projects/pidgin-encrypt/files/Releases/%version/pidgin-encryption-%version.tar.gz
Patch1:     pidgin-encryption-new_glib-fix.patch

BuildRequires:  nss-devel
BuildRequires:  nspr-devel
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pidgin-devel

Requires:   pidgin

# Not sure what to do with these ?
#Obsoletes: gaim-encryption gaim-encrypt
#Provides:  gaim-encryption gaim-encrypt

%description
This Pidgin plug-in allows you to encrypt the message,
only if the person on the other end use the same plug-in.

%prep
%setup -q
%patch1 -p1
chmod 0644 README

%build
#(peroyvind) glib/gstdio.h doesn't exist in older releases
export LD_LIBRARY_PATH=/usr/X11R6/%{_lib}
%configure2_5x
%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_libdir}/pidgin/encrypt.{l,}a

%find_lang %name

%files -f %name.lang
%doc NOTES CHANGELOG TODO README WISHLIST
%{_libdir}/pidgin/encrypt.so
%{_datadir}/pixmaps/pidgin-encryption/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1-3
+ Revision: e1c4fbb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6324 |14cr|pidgin-facebookchat-1.69-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           pidgin-facebookchat
Version:        1.69
Release:        2
Summary:        Libpurple plug-in supporting facebook IM
Group:          Networking/Instant messaging
License:        GPLv3+
URL:            http://code.google.com/p/pidgin-facebookchat/
Source0:	http://pidgin-facebookchat.googlecode.com/files/pidgin-facebookchat-source-%{version}.tar.bz2
Source3:        %{name}-Makefile
Provides:       pidgin-facebookchat = %{version}-%{release}
Obsoletes:      pidgin-facebookchat < 1.35-3
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:  pidgin-devel
BuildRequires:	libjson-glib-devel
BuildRequires:  zlib-devel

%description
This is a Facebook chat plugin for Pidgin and libpurple
messengers. It connects to the new Facebook Chat IM service
without the need for an API key.

Currently the plugin can log into the Facebook servers, grab the
buddy list, send/receive messages, add/remove friends, receive
notifications, search for Facebook friends and set your Facebook
status.

%prep
%setup -q -n %{name}
# Upstream Makefile is totally horrible, use our own instead.
mv Makefile Makefile.orig
install -p %{SOURCE3} Makefile

%build
%setup_compile_flags

%make LIBDIR=%{_libdir}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} LIBDIR=%{_libdir}
chmod 0755 %{buildroot}%{_libdir}/purple-2/libfacebook.so

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_libdir}/purple-2/*.so
%{_datadir}/pixmaps/pidgin/protocols/*/facebook.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.69-2
+ Revision: b557996
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6325 |14cr|pidgin-festival-2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Pidgin extension, to use speech synthetisis
Name:		pidgin-festival
Version: 	2.4
Release: 	2
Group: 		Networking/Instant messaging
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		pidgin-festival-2.4-str-fmt.patch
License: 	GPL
URL: 		http://pidgin-festival.sourceforge.net/
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	pidgin-devel
Requires:	pidgin
Requires:	festival
Obsoletes:	gaim-festival


%description
Pidgin allows you to talk to anyone using a variety of messaging  
protocols, including AIM (Oscar and TOC), ICQ, IRC, Yahoo!,
MSN Messenger, Jabber, Gadu-Gadu, Napster, and Zephyr.  These
protocols are implemented using a modular, easy to use design.  

This package is a Pidgin plugin, to allow you using the Festival
speech system to read your message aloud.


%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .strfmt

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# remove files not bundled
rm -f %{buildroot}%{_libdir}/purple-2/*.la \
      %{buildroot}%{_libdir}/purple-2/*.a

%find_lang %name

%files -f %name.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/purple-2/*.so

%clean
rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-2
+ Revision: ca1a03a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6326 |14cr|pidgin-guifications-2.16-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 2.16
%define release 9
%define fname %name-%version
%define pidgin_version 2.2.1

Summary:	MSN Style Popup for Pidgin
Name:		pidgin-guifications
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/Instant messaging
URL:		http://plugins.guifications.org/trac/wiki/Guifications
Source:		http://downloads.guifications.org/plugins//Guifications2/%{fname}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	pidgin-devel >= %{pidgin_version}
BuildRequires:	gtk+2-devel
BuildRequires:	perl-XML-Parser
Requires: pidgin >= %{pidgin_version}
Provides: gaim-guifications
Obsoletes: gaim-guifications

%description
Guifications is a Pidgin plugin that displays msn style "toaster" popups
in a user defined corner of the screen. It's highly configurable,
easy to use, and has theme support.


%prep
%setup -q -n %{fname}

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std
%find_lang guifications
# remove files not bundled
rm -f %{buildroot}%{_libdir}/*/*.la

%clean
rm -rf %{buildroot}

%files -f guifications.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog INSTALL README
%{_libdir}/pidgin/*.so
%{_datadir}/pixmaps/pidgin/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.16-9
+ Revision: 8b6f57d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6327 |14cr|pidgin-icb-0.0-0.20070505.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_prel	20070505

Summary:	ICB protocol plugin for Pidgin
Name:		pidgin-icb
Version:	0.0
Release:	%mkrel 0.%{_prel}.4
Epoch:		1
License:	GPL
Group:		Networking/Instant messaging
Url:		http://nic.com.pl/~alek/
Source0:	http://nic.com.pl/~alek/gaim-icb/%{name}-%{_prel}.tar.bz2
BuildRequires:	pidgin-devel
Requires:	pidgin
Obsoletes:	gaim-icb
Provides:	gaim-icb
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
ICB (Internet Citizen's Band) plugin for Pidgin.

%prep
%setup -qn %{name}-%{_prel}

%build
%make LOCALBASE=%{_prefix}

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

mkdir -p %{buildroot}%{_libdir}/purple-2
install libicb.so %{buildroot}%{_libdir}/purple-2/

for i in 16 22 48; do \
    
    install -D icb_$i.png \
	 %{buildroot}%{_datadir}/pixmaps/pidgin/protocols/$i/icb.png; \
done
    
%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
    
%files
%defattr(644,root,root,755)
%doc README
%attr(755,root,root) %{_libdir}/purple-2/libicb.so
%{_datadir}/pixmaps/pidgin/protocols/*/icb.png



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1:0.0-0.20070505.4
+ Revision: 035fa73
- Automatic import for version 0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6328 |14cr|pidgin-lastfm-0.4a-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:  Last.fm Plugin for Pidgin
Group:    Networking/Instant messaging
Name:     pidgin-lastfm
Version:  0.4a
Release:  5
License:  GPLv3+
Requires: pidgin-perl
Source: http://downloads.sourceforge.net/pidgin-lastfm/pidgin-lastfm_%{version}_all.tar.gz
URL: http://pidgin-lastfm.naturalnet.de

#not noarch as the plugin dir is different on x86_64
#BuildArch: noarch
%define debug_package %{nil}

%description
The Pidgin Last.fm Plugin can display information from your Last.fm profile
as a status message in the multi-protocol instant messenger Pidgin.
The most important information might be the most recently scrobbled track.

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_libdir}/pidgin
cp src/lastfm.pl %{buildroot}%{_libdir}/pidgin

%files
%doc docs/*
%attr(755,root,root) %{_libdir}/pidgin/lastfm.pl

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4a-5
+ Revision: ceea601
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6329 |14cr|pidgin-microblog-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name mbpurple
%define _disable_ld_no_undefined 1

Name:           pidgin-microblog
Version:        0.3.0
Release:        2
Summary:        Libpurple plug-in supporting microblog services like Twitter
Group:          Networking/Instant messaging
License:        GPLv3+
URL:            http://code.google.com/p/microblog-purple/
Source0: http://microblog-purple.googlecode.com/files/%{upstream_name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:  pidgin-devel >= 2.5

%description
The project aims is to develop a set of microblog support in LibPurple base
client like Pidgin. Currently it only support Twitter through the conversation
windows.

Currently the source can be built and run on Windows Vista and Ubuntu 8.04.1.
Other platform with LibPurple should works, but we don't have time (yet) to
test it.

%prep
%setup -q -n %{upstream_name}-%{version}

%build
export CFLAGS="%optflags"
make LIBDIR=%{_libdir} LDFLAGS="%{ldflags}"

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README.txt
%{_libdir}/purple-2/*.so
%{_datadir}/pixmaps/pidgin/protocols/*/*.png
%{_datadir}/purple/ca-certs/EquifaxSecureGlobaleBusinessCA.pem



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: 6597179
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6330 |14cr|pidgin-msn-pecan-0.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Alternative implementation of the MSN protocol plug-in for libpurple
Name:     	pidgin-msn-pecan
Version:	0.1.3
Release:	2
License:	GPLv2+
Group:		Networking/Instant messaging
Source0: 	http://msn-pecan.googlecode.com/files/msn-pecan-%version.tar.bz2
URL:		http://code.google.com/p/msn-pecan/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	pidgin-devel

%description
This is an alternative implementation of the MSN protocol plug-in for
libpurple.

It's based on the code from 2.2.2 but slowly becoming a completely different
code.

Features include:

 * Support for personal messages
 * Server-side storage for display names (private alias)
 * Partial direct connection support (p2p transfers)
 * Improved network IO (using GIOChannel)
 * Improved error handling
 * Network issues tested with netem
 * GObject usage

%files
%defattr(-, root, root)
%doc README ChangeLog TODO
%{_libdir}/purple-2/libmsn-pecan.so

#---------------------------------------------------------------------
%prep
%setup -q -n msn-pecan-%version

%build
#gw don't use setup_compile_flags, we want to backport to 2008.1.
export CFLAGS="%optflags"
export LDFLAGS="%ldflags"
%make

%install
rm -rf $RPM_BUILD_ROOT
install -D -m0755 libmsn-pecan.so %buildroot%{_libdir}/purple-2/libmsn-pecan.so

%clean
rm -rf $RPM_BUILD_ROOT



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-2
+ Revision: b243e60
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6331 |14cr|pidgin-musictracker-0.4.22-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pidgin-musictracker
%define version 0.4.22
%define release 4

Summary: Plugin for Pidgin that displays the current song in the status
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://pidgin-musictracker.googlecode.com/files/%{name}-%{version}.tar.bz2
License: GPLv2+
Group: Networking/Instant messaging
Url: http://code.google.com/p/pidgin-musictracker/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: pidgin-devel
BuildRequires: dbus-glib-devel >= 0.73
%if %mdvver <= 201000
BuildRequires: xmms2-devel
%endif
Requires: pidgin

%description
Welcome to musictracker, a plugin for Pidgin which displays the music
track currently playing in your status.

Currently supported players: Amarok, Rhythmbox, Audacious, XMMS,
MPC/MPD, Exaile, Banshee, Quod Libet.


%prep
%setup -q

%build
%configure2_5x --disable-werror
%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %buildroot%_libdir/pidgin/musictracker.{a,la}

%find_lang musictracker

%clean
rm -rf %{buildroot}

%files -f musictracker.lang
%defattr(-,root,root)
%doc README NEWS  THANKS AUTHORS
%_libdir/pidgin/musictracker.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.22-4
+ Revision: e6deb92
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6332 |14cr|pidgin-otr-4.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pidgin plugin that implements Off-the-Record Messaging
Name:		pidgin-otr
Version:	4.0.0
Release:	2
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://www.cypherpunks.ca/otr/
Source0:	http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz
Source1:	http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz.asc
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libotr)
BuildRequires:	pkgconfig(pidgin)
Requires:	pidgin

%description
This is a plugin for pidgin which implements Off-the-Record
Messaging over any IM network pidgin supports.

OTR allows you to have private conversations over IM by providing:
 - Encryption
   - No one else can read your instant messages.
 - Authentication
   - You are assured the correspondent is who you think it is.
 - Deniability
   - The messages you send do _not_ have digital signatures that are
     checkable by a third party.  Anyone can forge messages after a
     conversation to make them look like they came from you.  However,
     _during_ a conversation, your correspondent is assured the messages
     he sees are authentic and unmodified.
 - Perfect forward secrecy
   - If you lose control of your private keys, no previous conversation
     is compromised.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/pidgin/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

# remove unneeded file
rm -f %{buildroot}%{_libdir}/pidgin/*.la

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0-2
+ Revision: f1ecbf7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6333 |14cr|pidgin-plugin-mrim-0.1.28-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	PackageName	mrim-prpl
%define debug_package %{nil}

Summary:	MRIM Plugin for libpurple and derived IM clients
Name:		pidgin-plugin-mrim
Version:	0.1.28
Release:	3
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://code.google.com/p/mrim-prpl/
Source0:	http://mrim-prpl.googlecode.com/files/mrim-prpl-%{version}.tar.gz

BuildRequires:	pkgconfig(purple)

%description
All the other plugins for all libpurple derived clients.

%prep
%setup -q -n %PackageName-%{version}

%build
./configure --gtk --libdir=%{_libdir}
%make

%install
install -Dm0644 libmrim.so %{buildroot}/%{_libdir}/purple-2/libmrim.so
install -Dm0644 pixmaps/mrim16.png %{buildroot}/%{_datadir}/pixmaps/pidgin/protocols/16/mrim.png
install -Dm0644 pixmaps/mrim22.png %{buildroot}/%{_datadir}/pixmaps/pidgin/protocols/22/mrim.png
install -Dm0644 pixmaps/mrim32.png %{buildroot}/%{_datadir}/pixmaps/pidgin/protocols/32/mrim.png

%files
%defattr (-,root,root,0755)
%doc README LICENSE TODO
%{_libdir}/purple-2/libmrim.so
%{_datadir}/pixmaps/pidgin/protocols/*/mrim.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.28-3
+ Revision: 1a2d902
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6334 |14cr|pidgin-plugin-pack-2.6.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname purple-plugin_pack
%define version 2.6.3
%define fname %oname-%version
%define pidgin_major_ver 2
%define pidgin_minor_ver 6
%define pidgin_next_major_ver %(echo $((%{pidgin_major_ver}+1)))
%define pidgin_build_minor_ver %(if $([ -x %{_bindir}/pkg-config ] && pkg-config --exists pidgin); then pkg-config --modversion pidgin | awk -F. '{ print $2 }'; else echo 0; fi)

Summary:    Plugin Pack for libpurple and derived IM clients
Name:       pidgin-plugin-pack
Version:    %version

Release:    4
License:    GPLv2+
Group:      Networking/Instant messaging

URL:        http://plugins.guifications.org/
Source0:    %{fname}.tar.bz2
BuildRequires: intltool
BuildRequires: python
BuildRequires: pidgin-devel >= %{pidgin_major_ver}.%{pidgin_minor_ver}, pidgin-devel < %{pidgin_next_major_ver}
BuildRequires: gtk2-devel
BuildRequires: gtkspell-devel
BuildRequires: talkfilters-devel
Requires:   pidgin >= %{pidgin_major_ver}.%{pidgin_build_minor_ver}, pidgin < %{pidgin_next_major_ver}


%description
Additional plugins for Pidgin.

%prep
%setup -q -n %fname

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang plugin_pack

%files -f plugin_pack.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog
%{_datadir}/pixmaps/pidgin/protocols/*/napster.png
%_libdir/pidgin/album.so
%_libdir/pidgin/blistops.so
%_libdir/pidgin/convbadger.so
%_libdir/pidgin/difftopic.so
%_libdir/pidgin/enhancedhist.so
%_libdir/pidgin/gRIM.so
%_libdir/pidgin/infopane.so
%_libdir/pidgin/irssi.so
%_libdir/pidgin/lastseen.so
%_libdir/pidgin/listlog.so
%_libdir/pidgin/mystatusbox.so
%_libdir/pidgin/nicksaid.so
%_libdir/pidgin/pidgin-schedule.so
%_libdir/pidgin/plonkers.so
%_libdir/pidgin/sepandtab.so
%_libdir/pidgin/switchspell.so
%_libdir/pidgin/talkfilters.so
%_libdir/pidgin/timelog.so
%_libdir/pidgin/xchat-chats.so
%_libdir/purple-2/autoprofile.so
%_libdir/purple-2/autoreply.so
%_libdir/purple-2/bash.so
%_libdir/purple-2/colorize.so
%_libdir/purple-2/dewysiwygification.so
%_libdir/purple-2/dice.so
%_libdir/purple-2/eight_ball.so
%_libdir/purple-2/findip.so
%_libdir/purple-2/flip.so
%_libdir/purple-2/google.so
%_libdir/purple-2/groupmsg.so
%_libdir/purple-2/highlight.so
%_libdir/purple-2/ignore.so
%_libdir/purple-2/irchelper.so
%_libdir/purple-2/irc-more.so
%_libdir/purple-2/libsnpp.so
%_libdir/purple-2/listhandler.so
%_libdir/purple-2/napster.so
%_libdir/purple-2/oldlogger.so
%_libdir/purple-2/showoffline.so
%_libdir/purple-2/simfix.so
%_libdir/purple-2/slashexec.so
%_libdir/purple-2/splitter.so
%_libdir/purple-2/sslinfo.so
%_libdir/purple-2/xmppprio.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.3-4
+ Revision: ecd8914
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6335 |14cr|pidgin-privacy-please-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pidgin plugin to stop spammers from annoying you
Name:		pidgin-privacy-please
Version:	0.7.1
Release:	2
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://code.google.com/p/pidgin-privacy-please/
Source0:	http://pidgin-privacy-please.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	pidgin-devel
BuildRequires:	intltool
Requires:	pidgin

%description
Pidgin-privacy-please offers the following features:

- Block certain users (with an optional auto-reply)
- Block messages from people who are not on your contact 
  list (with an optional auto-reply)
- Suppress repeated authorization requests 

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_libdir}/pidgin/libpidgin_pp.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-2
+ Revision: 9624456
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6336 |14cr|pidgin-rhythmbox-2.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pidgin_version 2.2.1

Summary:	Update Pidgin user info with music info playing in Rhythmbox
Name:		pidgin-rhythmbox
Version:	2.0
Release:	10
License:	GPLv2+
Group:		Networking/Instant messaging
URL:		http://jon.oberheide.org/projects/pidgin-rhythmbox/
Source:		http://jon.oberheide.org/projects/pidgin-rhythmbox/downloads/%{name}-%{version}.tar.bz2
Source1:        %{name}.rpmlintrc
BuildRequires:	pidgin-devel >= %{pidgin_version}
BuildRequires:	gtk2-devel
BuildRequires:	dbus-glib-devel
BuildRequires:	automake
Requires:	pidgin >= %{pidgin_version}
Requires:	rhythmbox
Provides:   gaim-rhythmbox
Obsoletes:  gaim-rhythmbox

%description
The Pidgin-Rhythmbox plugin will automatically update your Pidgin user
info and/or away message with the currently playing music in Rhythmbox.

If the artist and title are known, it will also attempt to create
a link to the song's lyrics by using Google's "I'm Feeling Lucky"
feature.

Pidgin-Rhythmbox will replace %%rb in your user info and/or away message
with the song information. As of version 1.5.0.1, only oscar protocol
(i.e. AIM/ICQ) is supported, though it is expected to support every
protocol in 2.0.

%prep
%setup -q -n %{name}-%{version}
autoreconf -fi

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README
%{_libdir}/pidgin/*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-10
+ Revision: cca924a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6337 |14cr|pidgin-sipe-1.15.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __libtoolize /bin/true

Summary:	Pidgin protocol (SIP/SIMPLE) plugin to connect to MS Office Communicator
Name:		pidgin-sipe
Version:	1.15.0
Release:	3
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://sipe.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/sipe/sipe/%{name}-%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
#BuildRequires:	pidgin-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmime-2.6)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(krb5)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(nice)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(telepathy-glib)

%description
This project develops a third-party plugin for the Pidgin  multi-protocol
instant messenger. It implements the extended version of SIP/SIMPLE used by
various products:

    * Microsoft Office Communications Server (OCS 2007 and newer)
    * Microsoft Live Communications Server (LCS 2003/2005)
    * Reuters Messaging

With this plugin you should be able to replace your Microsoft Office
Communicator client with Pidgin.

%files -f %{name}.lang
# %{_libdir}/purple-2/*.so
%{_libdir}/telepathy-sipe
%{_datadir}/telepathy/profiles/sipe.profile
%{_datadir}/empathy/icons/hicolor/*/apps/im-sipe.*
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.sipe.service

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi

sed -i 's/-Werror//g' configure.ac configure

%configure2_5x \
	--with-krb5 \
	--disable-purple \
	--enable-telepathy
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.15.0-3
+ Revision: ae74cc0
- Run autoreconf, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6338 |14cr|pidgin-smartear-2.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pidgin_version 2.2.1
%define release 9
%define fversion 2.0.0-1

Summary:	Pidgin plugin to assign a different sound to each buddy
Name:		pidgin-smartear
Version:	2.0.0
Release:	%{release}
Epoch:		1
License:	GPL
Group:		Networking/Instant messaging
URL:		http://somewhere.fscked.org/smartear/
Source:		http://somewhere.fscked.org/smartear/smartear-%{fversion}.tar.bz2
#gw add missing internal header
Patch: smartear-2.0.0-1-internal.patch
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	libtool
BuildRequires:	pidgin-devel >= %pidgin_version
Requires:	pidgin >= %pidgin_version
Provides: gaim-smartear
Obsoletes: gaim-smartear

%description
This is a plugin for Pidgin, an instant messanger.
With it, you can assign different sounds to play for different buddies
or whole groups of buddies. SmartEar allows you to opt to play sounds
when a buddy sends you an IM, signs on, returns from away or idle, or
any combination of these, so you'll know by the sound what the
important people are doing.

Author suggests turning off default gaim sound event before using this
plugin.

%prep
%setup -q -n smartear-%fversion
%patch -p1

%build
libtool --mode=compile gcc -DPURPLE_PLUGINS -DVERSION=\"%version\"  `pkg-config --cflags pidgin gtk+-2.0` $RPM_OPT_FLAGS -c smartear.c -o smartear.lo
libtool --mode=link    gcc `pkg-config --libs pidgin` $RPM_OPT_FLAGS -o smartear.la -rpath %{_libdir}/pidgin smartear.lo -module -avoid-version 

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_libdir}/pidgin
libtool --mode=install /usr/bin/install smartear.la %{buildroot}%{_libdir}/pidgin/smartear.la

# remove files not bundled
rm -f %{buildroot}%{_libdir}/pidgin/*.{la,a}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_libdir}/pidgin/smartear.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.0.0-9
+ Revision: bdf374d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6339 |14cr|pidgin-tlen-0.0-0.20070524.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_prel	20070524

Summary:	Tlen.pl protocol plugin for Pidgin
Name:		pidgin-tlen
Version:	0.0
Release:	%mkrel -c %{_prel} 4
Epoch:		1
License:	GPL
Group:		Networking/Instant messaging
Url:		http://nic.com.pl/~alek
Source0:	http://nic.com.pl/~alek/gaim-tlen/%{name}-%{_prel}.tar.bz2
BuildRequires:	pidgin-devel
Requires:	pidgin
Obsoletes:	gaim-tlen
Provides:	gaim-tlen
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Tlen.pl is a popular IM protocol in Poland, this plugin provides its
port into Pidgin.

%prep
%setup -qn %{name}-%{_prel}

%build
%make LOCALBASE=%{_prefix}

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

mkdir -p %{buildroot}%{_libdir}/purple-2
install libtlen.so %{buildroot}%{_libdir}/purple-2/

for i in 16 22 48; do \
    
    install -D tlen_$i.png \
	 %{buildroot}%{_datadir}/pixmaps/pidgin/protocols/$i/tlen.png; \
done
    
%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
    
%files
%defattr(644,root,root,755)
%doc README
%attr(755,root,root) %{_libdir}/purple-2/libtlen.so
%{_datadir}/pixmaps/pidgin/protocols/*/tlen.png



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1:0.0-0.20070524.4
+ Revision: 02d0977
- Automatic import for version 0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6340 |14cr|pigment-0.3.17-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		api	0.3
%define		major		11
%define		libname		%mklibname %{name} %{api} %{major}
%define		develname	%mklibname %{name} -d

Summary:	User interface library with embedded multimedia
Name:		pigment
Version:	0.3.17
Release:	6
License:	LGPLv2+
Group:		Development/C
URL:		https://code.fluendo.com/pigment/trac
Source0:	http://elisa.fluendo.com/static/download/pigment/%{name}-%{version}.tar.bz2
Patch0:		pigment-0.3.17-redefinition.patch
Patch1:		pigment-0.3.17-gleslib.patch
Patch2:		pigment-0.3.17-install.patch
BuildRequires:	pkgconfig(cairo) >= 1.4
BuildRequires:	pkgconfig(cairo-xlib)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.8.0
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-0.10) >= 0.10.0
BuildRequires:	pkgconfig(gstreamer-base-0.10) >= 0.10.0
BuildRequires:	pkgconfig(gstreamer-check-0.10)  >= 0.10.0
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)  >= 0.10.0
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(pango) >= 1.20
BuildRequires:	pkgconfig(pangocairo) >= 1.20
BuildRequires:	pkgconfig(tslib-0.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	gtk-doc

%description
Pigment is a library designed to easily build user interfaces
with embedded multimedia. Its design allows to use it on several
platforms, thanks to a plugin system allowing to choose the underlying
graphical API. Pigment is the rendering engine of Elisa, the Fluendo
Media Center project.

%package -n %{libname}
Group:		System/Libraries
Summary:	Shared library of Pigment

%description -n %{libname}
Pigment is a library designed to easily build user interfaces
with embedded multimedia. Its design allows to use it on several
platforms, thanks to a plugin system allowing to choose the underlying
graphical API. Pigment is the rendering engine of Elisa, the Fluendo
Media Center project.

%package -n %{develname}
Group:		Development/C
Summary:	Development headers for shared library of Pigment
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Pigment is a library designed to easily build user interfaces
with embedded multimedia. Its design allows to use it on several
platforms, thanks to a plugin system allowing to choose the underlying
graphical API. Pigment is the rendering engine of Elisa, the Fluendo
Media Center project.

%prep
%setup -q
%patch0 -p2
%patch1 -p1
%patch2 -p1

%build
autoreconf -fi
%configure2_5x --disable-gtk-doc --disable-static
%make

%install
%makeinstall_std

%files
%dir %{_libdir}/%{name}-%{api}/%{version}
%{_libdir}/%{name}-%{api}/%{version}/*.so
%{_datadir}/gtk-doc/html/%{name}

%files -n %{libname}
%{_libdir}/lib*-%{api}.so.%{major}
%{_libdir}/lib*-%{api}.so.%{major}.*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.17-6
+ Revision: de788a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6341 |14cr|pigment-python-0.3.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	fversion	0.3

Summary:	Python bindings for Pigment
Name:		pigment-python
Version:	0.3.12
Release:	4
Source0:	http://elisa.fluendo.com/static/download/pigment/%{name}-%{version}.tar.bz2
License:	LGPLv2+
Group:		Development/Python
URL:		http://elisa.fluendo.com/
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	gstreamer0.10-python
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	python-devel
BuildRequires:	python-gobject
BuildRequires:	python-pyxml
BuildRequires:	pygtk2.0-devel
BuildRequires:	pkgconfig(pigment-0.3)
Requires:	pigment

%description
Python bindings for the Pigment library.

%package devel
Group:		Development/Python
Summary:	Development headers for pigment-python
Requires:	%{name}
Requires:	pkgconfig(pigment-0.3)

%description devel
Python bindings for the Pigment library.

%prep
%setup -q

%build
%configure2_5x
make

%install
%makeinstall_std

%files
%{py_puresitedir}/pgm
%{py_platsitedir}/*.so

%files devel
%{_datadir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.12-4
+ Revision: 67deae3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6342 |14cr|pilrc-3.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pilrc
%define version 3.2
%define release 7

Summary: Takes a resource script file and generates one or more binary resource
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
URL: http://pilrc.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
Group: Development/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires: gtk-devel

%description
PilRC is an application that takes a resource script file and generates one or
more binary resource files that are to be used when developing for the Palm 
Computing Platform. PilRCUI gives you a preview of your resource file. 


%prep
%setup -q

%build

cd unix
%configure2_5x --enable-pilrcui 

%make

%install
rm -rf $RPM_BUILD_ROOT

cd unix/
cp -r ../ppmquant .

%makeinstall

cd ..
chmod 0755 doc/images
chmod 0644 LICENSE.txt README.txt doc/*.html doc/images/*

%clean
rm -rf $RPM_BUILD_ROOT 

%files
%defattr (-,root,root)
%doc LICENSE.txt README.txt doc/*.html doc/images
%{_bindir}/*
%_datadir/%name/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2-7
+ Revision: 3e6f07e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6343 |14cr|pinball-0.3.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# pinball actually uses libltdl to load its plugins
%define dont_remove_libtool_files 1

Summary:	Emilia 3d Pinball
Name:		pinball
Version:	0.3.1
Release:	14
Source0:	http://prdownloads.sourceforge.net/pinball/%{name}-%{version}.tar.bz2
Source11:	pinball-16x16.png
Source12:	pinball-32x32.png
Source13:	pinball-48x48.png
Patch0:         pinball-0.3.1-sys-ltdl.patch
Patch1:         pinball-0.3.1-hiscore.patch
Patch2:		pinball-0.3.1-strictproto.patch
Patch3:		pinball-0.3.1-compile.patch
License:	GPL+
Group:		Games/Arcade
URL:		http://pinball.sourceforge.net/
BuildRequires:	mesaglu-devel
BuildRequires:	SDL-devel
BuildRequires:	SDL_image-devel SDL_mixer-devel
BuildRequires:	libtool-devel

%description
The Emilia Pinball projects is an open source pinball simulator for linux
and other unix systems. The current release is a stable and mature alpha.
There is only two levels to play with but it is however very addictive.

%prep
%setup -q
%patch0 -p1 -b .sys-ltdl~
%patch1 -p1 -b .hiscore~
%patch2 -p0
%patch3 -p1 -b .compile~
rm -fr libltdl
libtoolize --force
aclocal
autoheader
automake -a
autoconf
# cleanup a bit
chmod -x ChangeLog */*.h */*.cpp data/*/Module*.cpp

%build
%configure2_5x	--datadir=%{_gamesdatadir} \
		--bindir=%{_gamesbindir} \
		--with-pic \
		--with-gnu-ld
# 0.2.0: parallel make is broken.
make CXXFLAGS="%{optflags}"

%install
rm -fr %buildroot
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Pinball
Comment=%{Summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

# Remove development files untill someone wants them.
rm -rf $RPM_BUILD_ROOT%{_includedir}/%{name} \
    $RPM_BUILD_ROOT%{_libdir}/%{name}/*.a \
    $RPM_BUILD_ROOT%{_libdir}/%{name}/*.so \
    $RPM_BUILD_ROOT%{_libdir}/%{name}/libModuleTest.*
rm -f  $RPM_BUILD_ROOT%{_gamesbindir}/%{name}-config

# remove unused global higescorefiles:
rm -fr $RPM_BUILD_ROOT%{_localstatedir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc README ChangeLog 
%{_gamesbindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*.so.*
%{_libdir}/%{name}/*.la
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-14
+ Revision: 947a0b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6344 |14cr|pine2mutt-0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pine2mutt
%define version 0.3
%define release 9

Summary: Pine2mutt makes mutt behave somewhat pine-like
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Patch: %name-makefile.patch.bz2
License: GPL
URL: http://www.netmeister.org/apps/pine2mutt/index.html
Group: Networking/Mail
Buildroot: %{_tmppath}/%{name}-buildroot
Buildarch: noarch

%description
Pine2mutt is a simple perl-script interesting to people who switch from using
pine to mutt. It converts pine's .addressbook into mutt-readable aliases,
enables pine-like sent-mail-folder handling and provides pine-like keybindings
by sourcing the file "Pine.rc" which comes with mutt.

%prep
rm -rf $RPM_BUILD_ROOT

%setup

%patch -p1

%build

%install
export DESTDIR=$RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%_bindir
mkdir -p $RPM_BUILD_ROOT%_mandir/man1

make install

%clean

%files
%defattr(-,root,root)
%doc README COPYING
%_bindir/*
%_mandir/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-9
+ Revision: 82f776f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6345 |14cr|pingus-0.7.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Build is broken at least is 0.7.6, 
# missing #include "pingus/debug.hpp
%define build_extra_input 0

Summary:	Pingus - A free Lemmings clone
Name:		pingus
Version:	0.7.6
Release:	5
License:	GPLv2+
Group:		Games/Arcade
URL:		http://pingus.seul.org
Source0:	http://pingus.googlecode.com/files/%{name}-%{version}.tar.bz2
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
Patch0:		pingus-0.7.6-gcc470-udl.patch
BuildRequires:	scons
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(xi)
BuildRequires:	physfs-devel
BuildRequires:	cwiid-devel
# To avoid automatic Requires on file
BuildRequires:	guile

%description
Pingus is a free Lemmings clone covered under the GPL. Pingus uses SDL,
which should make it portable over a lot of operating systems in the future. At
the moment the main target is Linux. It is possible to play Pingus in a X
window or in fullscreen.

%prep
%setup -q
%patch0 -p0

%build
%scons \
%if %{build_extra_input}
	with_xinput=true \
    with_wiimote=true \
%endif
	prefix=%{_prefix} \
	execprefix=%{_gamesbindir} \
	datadir=%{_gamesdatadir} \
	libdir=%{_libdir}

%install
%makeinstall \
	DATADIR=%{buildroot}/%{_gamesdatadir}/%{name} \
	MANDIR=%{buildroot}/%{_mandir} \
	BINDIR=%{buildroot}/%{_gamesbindir} \
	LIBDIR=%{buildroot}/%{_libdir}


install -m 755 -d %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Pingus
Comment=A free Lemmings clone
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

rm -f %{buildroot}%{_datadir}/locale/locale.alias

sed -i "s^%{buildroot}/^^g" %{buildroot}%{_gamesbindir}/pingus

%files
%doc AUTHORS COPYING README* TODO
%{_gamesbindir}/pingus
%{_gamesbindir}/pingus.bin
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/pingus.6.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.6-5
+ Revision: ca02c6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6346 |14cr|pinta-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}

Name:	    pinta
Version:	1.4
Release:	2
Summary:	An easy to use drawing and image editing program

Group:		Graphics

# the code is licensed under the MIT license while the icons are licensed as CC-BY
License:	MIT and CC-BY
URL:		http://pinta-project.com/

Source0:	http://github.com/downloads/PintaProject/Pinta/%{name}-%{version}.tar.gz

Requires:	hicolor-icon-theme
Requires:	mono-addins
BuildRequires:	mono-devel
BuildRequires:	gtk-sharp2-devel
BuildRequires:	gtk-sharp2
BuildRequires:	gettext
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	mono-addins-devel
BuildRequires:	glib-sharp2

%description
Pinta is an image drawing/editing program.
It's goal is to provide a simplified alternative to GIMP for casual users.

%prep
%setup -q

chmod -x readme.md
chmod -x license-mit.txt
chmod -x license-pdn.txt
chmod -x xdg/pinta.1
chmod -x xdg/pinta.xpm
chmod -x xdg/scalable/pinta.svg

sed -i 's/\r//' readme.md
sed -i 's/\r//' license-mit.txt
sed -i 's/\r//' license-pdn.txt
sed -i 's/\r//' pinta.in
sed -i 's/\r//' xdg/pinta.xpm
sed -i 's/\r//' xdg/pinta.1
sed -i 's/\r//' xdg/scalable/pinta.svg

%build
%configure
%make

%install
%makeinstall_std

desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop

%find_lang %{name}
  
%post
update-desktop-database &> /dev/null ||:

touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun
update-desktop-database &> /dev/null || :

if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%files -f %{name}.lang
%doc readme.md license-mit.txt license-pdn.txt
%{_libdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.*
%{_datadir}/man/man1/%{name}*
%{_datadir}/pixmaps/%{name}*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-2
+ Revision: aef3501
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6347 |14cr|pioneer-0.0.alpha30-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oversion	alpha30

Name:		pioneer
Version:	0.0.%{oversion}
Release:	3
Summary:	Space adventure game, reminiscent of Frontier: Elite 2
Group:		Games/Arcade
License:	GPLv3+
URL:		http://pioneerspacesim.net/
# See https://github.com/pioneerspacesim/pioneer/tags
Source:		%{name}-%{oversion}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(assimp) >= 3.0
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(vorbisfile)
Requires:	%{name}-data = %{version}

%description
Pioneer is a space adventure game set in the Milky Way galaxy at the turn of
the 31st Century.

The game is open-ended, and you are free to explore the millions of star
systems in the game. You can land on planets, slingshot past gas giants, and
burn yourself to a crisp flying between binary star systems.

When Pioneer is finished there will be many ways to make ends meet: piracy,
smuggling, bounty-hunting, mining, doing missions for the various factions
fighting for power, freedom or self-determination.

Pioneer has a sneaking resemblance to Frontier: Elite 2.

%files
%defattr(644,root,root,755)
%doc Changelog.txt AUTHORS.txt README.txt Quickstart.txt
%attr(755,root,root) %{_gamesbindir}/%{name}
%attr(755,root,root) %{_gamesbindir}/lmrmodelviewer
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%package data
Summary:	Game data files for Pioneer
Requires:	%{name} = %{version}
BuildArch:	noarch

%description data
Game data files for Pioneer.

%files data
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{oversion}
for N in 16 32 64 128; do convert data/icons/badge.png -resize ${N}x${N} $N.png; done

%build
./bootstrap
%configure2_5x \
	--bindir=%{_gamesbindir} \
	PIONEER_DATA_DIR=%{_gamesdatadir}/%{name}

%make

%install
%makeinstall_std

install -D 16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D 32.png %{buildroot}%{_liconsdir}/%{name}.png
install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# menu-entry
mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Pioneer
Comment=Space adventure game
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.alpha30-3
+ Revision: e56a67d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6348 |14cr|pioneers-14.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Playable implementation of the Settlers of Catan 
Name: 		pioneers
Version: 	14.1
Release:        4
Group: 		Games/Boards
License: 	GPLv2+
Url: 		http://pio.sourceforge.net/
Source: 	http://downloads.sourceforge.net/project/pio/Source/%{name}-%{version}.tar.gz
Source2:	pioneers-0.9.55-icons.tar.bz2
Patch: pioneers-0.12.1-desktopentry.patch
BuildRequires:  pkgconfig(libgnome-2.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
%if %mdvver >= 201200
BuildRequires:  pkgconfig(libnotify) >= 0.7.4
%endif
BuildRequires:  avahi-client-devel
BuildRequires:  scrollkeeper
BuildRequires:  desktop-file-utils
BuildRequires:  intltool
Provides: gnocatan
Obsoletes: gnocatan

%description 
Pioneers is an Internet playable implementation of the Settlers of
Catan board game.  The aim is to remain as faithful to the board game
as is possible.

%package 	server-console
Summary:	Pioneers Console Server
Group: 		Games/Boards
Requires:	pioneers-server-data = %version
Provides: gnocatan-server-console
Obsoletes: gnocatan-server-console
%description 	server-console
Pioneers is an Internet playable implementation of the Settlers of
Catan board game.  The aim is to remain as faithful to the board game
as is possible.
The meta server registers available game servers and offers them to new
players. It can also create new servers on client request.


%package 	server-gtk
Summary:	Pioneers GTK Server
Group: 		Games/Boards
Requires:	pioneers-server-data = %version
Provides: gnocatan-server-gtk
Obsoletes: gnocatan-server-gtk
%description 	server-gtk
Pioneers is an Internet playable implementation of the Settlers of
Catan board game.  The aim is to remain as faithful to the board game
as is possible.

The server has a user interface in which you can customise the game
parameters.  Customisation is fairly limited at the moment, but this
should change in later versions.  Once you are happy with the game
parameters, press the Start Server button, and the server will start
listening for client connections.

%package 	server-data
Summary: 	Pioneers Data
Group: 		Games/Boards
Provides: gnocatan-server-data
Obsoletes: gnocatan-server-data
%description 	server-data
Pioneers is an Internet playable implementation of the Settlers of
Catan board game.  The aim is to remain as faithful to the board game
as is possible.

This package contains the data files for a game server, including a
computer player that can take part in Pioneers games.


%prep
%setup -q -a 2
%apply_patches


%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT %name.lang
%makeinstall_std
%find_lang %name --with-gnome
desktop-file-install --vendor="" \
  --add-category="X-MandrivaLinux-MoreApplications-Games-Boards" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

cp -r icons %buildroot%_datadir/

%clean
rm -rf %buildroot

%if %mdkversion < 200900
%post
%update_scrollkeeper
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_scrollkeeper
%clean_menus
%endif

%if %mdkversion < 200900
%post server-gtk
%update_menus
%endif

%if %mdkversion < 200900
%postun server-gtk
%clean_menus
%endif

%files -f %name.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_bindir}/pioneers
%{_bindir}/pioneers-editor
%{_datadir}/applications/pioneers.desktop
%{_datadir}/applications/pioneers-editor.desktop
%{_datadir}/pixmaps/pioneers.png
%{_datadir}/pixmaps/pioneers-editor.png
%{_datadir}/pixmaps/pioneers/
%dir %{_datadir}/games/pioneers
%{_datadir}/games/pioneers/themes/
%{_mandir}/man6/pioneers.6*
%{_mandir}/man6/pioneers-editor.6*
%if %mdvver <= 201100
%_datadir/omf/pioneers
%endif
%_datadir/icons/hicolor/*/apps/pioneers.*
%_datadir/icons/hicolor/*/apps/pioneers-editor.*
%_iconsdir/%name.png
%_liconsdir/%name.png
%_miconsdir/%name.png
%_iconsdir/%name-editor.png
%_liconsdir/%name-editor.png
%_miconsdir/%name-editor.png

%files server-console
%defattr(-,root,root)
%doc README
%{_bindir}/pioneers-server-console
%{_bindir}/pioneers-meta-server
%{_mandir}/man6/pioneers-server-console.6*
%{_mandir}/man6/pioneers-meta-server.6*

%files server-gtk
%defattr(-,root,root)
%doc README
%{_bindir}/pioneers-server-gtk
%{_datadir}/applications/pioneers-server.desktop
%{_mandir}/man6/pioneers-server-gtk.6*
%_datadir/pixmaps/%name-server.png
%_datadir/icons/hicolor/*/apps/pioneers-server.*
%_iconsdir/%name-server.png
%_liconsdir/%name-server.png
%_miconsdir/%name-server.png

%files server-data
%defattr(-,root,root)
%doc README
%{_bindir}/pioneersai
%{_mandir}/man6/pioneersai.6*
%dir %{_datadir}/games/pioneers
%{_datadir}/games/pioneers/computer_names
%{_datadir}/games/pioneers/*.game



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 14.1-4
+ Revision: 8746ede
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6349 |14cr|pion-net-4.0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4.0
%define libname %mklibname pion-net %{major}
%define libcommon %mklibname pion-common %{major}
%define devname %mklibname %{name} -d

Summary:	C++ library for building lightweight HTTP interfaces
Name:		pion-net
Version:	4.0.9
Release:	3
License:	Boost
Group:		System/Libraries
Url:		http://www.pion.org/projects/pion-network-library
Source0:	http://www.pion.org/files/%{name}-%{version}.tar.bz2
Patch0:		pion-net-cflags.patch
Patch1:		pion-net-pkgconfig.patch
Patch2:		pion-net-gcc47-symbols-lookup.patch
Patch3:		pion-net-boost-linking.patch
Patch4:		pion-net-log4cpp-headers.patch
Patch5:		pion-net-boost-compatibility.patch
Patch6:		pion-net-boost-time-utc.patch
BuildRequires:	doxygen
BuildRequires:	boost-devel
BuildRequires:	bzip2-devel
BuildRequires:	icu-devel
BuildRequires:	pkgconfig(log4cpp)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
Pion Network Library is a C++ framework for building lightweight HTTP
interfaces.

%files
%doc AUTHORS COPYING NEWS TODO
%dir %{_libdir}/pion
%dir %{_libdir}/pion/plugins
%{_libdir}/pion/plugins/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for pion-net
Group:		System/Libraries

%description -n %{libname}
This package contains shared library for pion-net.

%files -n %{libname}
%{_libdir}/libpion-net-%{major}.so

#----------------------------------------------------------------------------

%package -n %{libcommon}
Summary:	Shared library for pion-net
Group:		System/Libraries

%description -n %{libcommon}
This package contains shared library for pion-net.

%files -n %{libcommon}
%{_libdir}/libpion-common-%{major}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for pion-net
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libcommon} = %{EVRD}

%description -n %{devname}
This package contains the pkgconfig, header files, and libraries needed to
develop application that use pion-net.

%files -n %{devname}
%{_includedir}/pion/
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libpion-common.so
%{_libdir}/libpion-net.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1

%build
./autogen.sh
%configure2_5x \
	--disable-static \
	--with-pic \
	--with-plugins=%{_libdir}/pion/plugins \
	--with-zlib \
	--with-bzlib \
	--with-openssl \
	--with-log4cpp

%make LIBS=-lpthread

%install
%makeinstall_std

# delete example apps
rm -f %{buildroot}%{_bindir}/PionHelloServer
rm -f %{buildroot}%{_bindir}/PionWebServer


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.9-3
+ Revision: 197e069
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6350 |14cr|pircbot-1.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	pircbot
%define version	1.5.0
%define release	2

Name:		%{name}
Summary:	Java IRC API
Version:	%{version}
Release:	%{release} 
Source0:	http://www.jibble.org/files/pircbot-1.5.0.zip
Source1:	pircbot.xml
URL:		http://www.jibble.org/pircbot.php

Group:		Development/Java
License:        GPLv2

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	ant
BuildRequires:	java-rpmbuild
BuildRequires:	unzip

Requires:	java

BuildArch:	noarch

%description
PircBot is a Java API for writing IRC bots quickly and easily. 
Its features include an event-driven architecture to handle common IRC events, 
flood protection, DCC resuming support, ident support, and more. 
Its comprehensive logfile format is suitable for use with pisg to generate 
channel statistics.

PircBot is written in pure Java, so it will run on any operating system that 
has a Java Virtual Machine.

%files
%defattr(-,root,root,-)
%_javadir/*.jar

#--------------------------------------------------------------------

%package	javadoc
Summary:	Javadoc for pircbot
Group:		Development/Java

%description javadoc
Javadoc for pircbot.


%files javadoc
%defattr(-,root,root,-)
%_javadocdir/*

#--------------------------------------------------------------------

%prep
%setup -q
%__cp %{SOURCE1} .

%build
export CLASSPATH="." 
%ant -f pircbot.xml all javadoc

%install
rm -rf $RPM_BUILD_ROOT

%__install -dm 755 $RPM_BUILD_ROOT%_javadir
%__install -m 644 dist/%{name}-%{version}.jar $RPM_BUILD_ROOT%_javadir
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%_javadir/%{name}.jar

# javadoc
%__install -dm 755 $RPM_BUILD_ROOT%_javadocdir/%{name}-%{version}
pushd javadoc
cp -pr * $RPM_BUILD_ROOT%_javadocdir/%{name}-%{version}
popd
ln -s %{name}-%{version} $RPM_BUILD_ROOT%_javadocdir/%{name}

%clean
rm -rf $RPM_BUILD_ROOT




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-2
+ Revision: 58700f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6351 |14cr|pisg-0.72-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary: An IRC channel statics generator

Name: pisg
Version: 0.72
Release: 6
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: Networking/IRC
Url: http://pisg.sourceforge.net/
BuildRequires: perl
BuildArch: noarch

%description
pisg is an IRC channel statics generator written in Perl, it creates
statistics from different logfile formats. It was originally written
because IRCStats wasn't open source. So here's an open source/GPL'ed
version to anyone interested. It's a funny thing for your IRC channel,
and it's highly customizeable.

%prep
%setup -q

%build
# Some default configuration setting
perl -pi -e "s:configfile => 'pisg.cfg':configfile => '%{_sysconfdir}/pisg.cfg':" modules/Pisg.pm
perl -pi -e "s:langfile => 'lang.txt':langfile => '%{_datadir}/%{name}/lang.txt':" modules/Pisg.pm
perl -pi -e "s:cssdir => 'layout/':cssdir => '%{_datadir}/%{name}/layout/':" modules/Pisg.pm

%install

mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{perl_vendorlib}
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_sysconfdir}

install -m 755 pisg %{buildroot}%{_bindir}
cp -ar modules/* %{buildroot}%{perl_vendorlib}
cp -ar lang.txt layout %{buildroot}%{_datadir}/%{name}
cp -a pisg.cfg %{buildroot}%{_sysconfdir}

find %{buildroot}%{perl_vendorlib} -type f -exec chmod 644 {} \;

%clean

%files
%doc README docs
%doc scripts gfx
%{_bindir}/%{name}
%{perl_vendorlib}/*
%{_datadir}/%{name}
%config(noreplace) %{_sysconfdir}/pisg.cfg






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.72-6
+ Revision: 03adec3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6352 |14cr|pius-2.0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:      pius
Version:   2.0.9
Release:   2
Summary:   A tool for signing and emailing all UIDs on a set of PGP keys

Group:     Networking/Mail
License:   GPLv2
URL:       http://www.phildev.net/pius
Source0:   http://downloads.sourceforge.net/project/pgpius/pius/2.0.9/%{name}-%{version}.tar.bz2
BuildArch: noarch

BuildRequires:  python-devel
Requires:  python

%description
The PGP Individual UID Signer (PIUS) is a tool for individually
signing all of the UIDs on a set of keys and encrypt-emailing each
one to it's respective email address. This drastically reduces the time
and errors involved in signing keys after a key signing party.

%prep
%setup -q 

%build

%install
install -pdm 755 %{buildroot}%{_bindir}
install -p  %{name} %{name}-* -t %{buildroot}%{_bindir}

%files
%{_bindir}/%{name}
%{_bindir}/%{name}-keyring-mgr
%{_bindir}/%{name}-party-worksheet
%doc README README.keyring-mgr COPYING %{name}.spec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.9-2
+ Revision: 8c0f3f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6353 |14cr|pixelize-1.0.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pixelize
Summary:	A program to build larger pictures from hundreds of smaller images 
Version:	1.0.0
Release:	11
Source0:	ftp://lashwhip.com/pub/%{name}-%{version}.tar.gz
Patch0:		pixelize-1.0.0-fix_overlinking.patch
URL:		http://lashwhip.com/pixelize.html
Group:		Graphics
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
License:	GPLv2+
BuildRequires:	gtk2-devel

%description
Pixelize is a program that will use many scaled down images to
try to duplicate, as closely as possible, another image. It
works by splitting up the image you want rendered (or duplicated)
into a grid of small rectangular areas. Each area is analyzed,
and replaced with an image chosen from a large database of images.
Pixelize tries to pick images that best match each area. It works
best when it can choose images from a very large database of images.
With about 1000 images, Pixelize can do a reasonable job.

%prep
%setup -q
%patch0 -p0

%build
CFLAGS="%{optflags}" DFLAGS="%{ldflags} -lgdk-x11-2.0 -lgobject-2.0 -lm" %make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
install -m 755 pixelize %{buildroot}%{_bindir}
install -m 755 make_db	%{buildroot}%{_bindir}

#mdk menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Pixelize
Exec=%{_bindir}/%{name}
Icon=graphics_section
Terminal=false
Type=Application
Categories=Graphics;
MimeType=image/gif;image/jpeg;image/png;image/bmp;image/x-eps;image/x-ico;image/x-portable-bitmap;image/x-portable-pixmap;image/x-xbitmap;image/x-xpixmap;
EOF


%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root) 
%doc README LICENSE  
%{_bindir}/make_db
%{_bindir}/pixelize
%{_datadir}/applications/pixelize.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-11
+ Revision: 0291cad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6354 |14cr|pixie-2.2.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Pixie
%define major 0
%define libpixiecommon %mklibname pixiecommon %{major}
%define libri %mklibname ri %{major}
%define libsdr %mklibname sdr %{major}
%define devname %mklibname %{name} -d

Summary:	3D renderer Renderman compliant
Name:		pixie
Version:	2.2.6
Release:	6
License:	LGPLv2+
Group:		Graphics
Url:		http://www.renderpixie.com/
Source0:	http://downloads.sourceforge.net/pixie/%{oname}-src-%{version}.tgz
Patch0:		Pixie-src-2.2.6-zlib-fix.patch
Patch1:		Pixie-src-2.2.6-bison3.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(OpenEXR)

%description
Pixie is a RenderMan like photorealistic renderer. It is being developed
in the hope that it will be useful for graphics research and for people who
can not afford a commercial renderer.

%files
%doc DEVNOTES ChangeLog COMPILING.txt COPYING
%doc %{_datadir}/doc/%{oname}/*
%dir %{_libdir}/%{oname}
%dir %{_libdir}/%{oname}/displays
%dir %{_libdir}/%{oname}/modules
%dir %{_datadir}/%{oname}/shaders
%dir %{_datadir}/%{oname}/textures
%{_bindir}/*
%{_libdir}/%{oname}/displays/*.so
%{_libdir}/%{oname}/modules/*.so
%{_datadir}/%{oname}/shaders/*.sdr
%{_datadir}/%{oname}/shaders/*.sl
%{_datadir}/Pixie/textures/*.tif
%{_mandir}/man1/*.1.*

#----------------------------------------------------------------------------

%package -n %{libpixiecommon}
Summary:	Shared library for %{oname}
Group:		System/Libraries
Conflicts:	%{_lib}pixie0 < 2.2.6-6
Obsoletes:	%{_lib}pixie0 < 2.2.6-6

%description -n %{libpixiecommon}
Shared library for %{oname}, a RenderMan compiliant renderer.

%files -n %{libpixiecommon}
%{_libdir}/libpixiecommon.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libri}
Summary:	Shared library for %{oname}
Group:		System/Libraries
Conflicts:	%{_lib}pixie0 < 2.2.6-6

%description -n %{libri}
Shared library for %{oname}, a RenderMan compiliant renderer.

%files -n %{libri}
%{_libdir}/libri.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libsdr}
Summary:	Shared library for %{oname}
Group:		System/Libraries
Conflicts:	%{_lib}pixie0 < 2.2.6-6

%description -n %{libsdr}
Shared library for %{oname}, a RenderMan compiliant renderer.

%files -n %{libsdr}
%{_libdir}/libsdr.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{oname}
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libpixiecommon} = %{EVRD}
Requires:	%{libri} = %{EVRD}
Requires:	%{libsdr} = %{EVRD}

%description -n %{devname}
Development files and headers for %{oname}.

%files -n %{devname}
%doc DEVNOTES ChangeLog COMPILING.txt COPYING
%{_includedir}/*h
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}
%patch0 -p0
%patch1 -p1

# do not link against static libraries
sed -i.r_static -e 's|--ldstaticflags|--ldflags|' configure

%build
%define Werror_cflags %nil
%configure2_5x \
	--enable-openexr-threads \
	--disable-static-fltk \
	--disable-selfcontained \
	--with-shaderdir=%{_datadir}/Pixie/shaders \
	--with-modeldir=%{_datadir}/Pixie/models \
	--with-texturesdir=%{_datadir}/Pixie/textures \
	--with-displaysdir=%{_libdir}/Pixie/displays \
	--with-modulesdir=%{_libdir}/Pixie/modules

# do not hardcode rpath
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
%makeinstall_std docdir=%{_docdir}/%{oname}

mkdir -p %{buildroot}%{_datadir}/Pixie/textures
cp -f textures/*.tif %{buildroot}%{_datadir}/Pixie/textures


%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.6-6
+ Revision: d54d613
- Fix build with bison 3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6355 |14cr|pkgdiff-1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for analyzing changes in Linux software packages
Name:		pkgdiff
Version:	1.6
Release:	2
Group:		Development/Other
License:	GPLv2+
URL:		http://pkgdiff.github.com/pkgdiff/
Source0:	https://github.com/pkgdiff/pkgdiff/archive/%{version}.tar.gz
Requires:	wdiff
Requires:	binutils
Requires:       gawk
Suggests:       abi-compliance-checker >= 1.99.1
Suggests:       abi-dumper >= 0.97
BuildArch:	noarch

%description
Package Changes Analyzer (pkgdiff) is a tool for analyzing changes
in Linux software packages (RPM, DEB, TAR.GZ, etc). The tool is
intended for Linux maintainers who are interested in ensuring
compatibility of old and new versions of packages.

%prep
%setup -q
chmod 0644 LICENSE README

%build
# Nothing to build.

%install
mkdir -p %{buildroot}%{_prefix}
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}

chmod 755 %{buildroot}%{_bindir}/*

%files
%doc LICENSE README doc/
%{_bindir}/%{name}
%{_datadir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-2
+ Revision: afa360c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6356 |14cr|pklasku-1.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PkLasku - Web application to create Finnish invoices
Name:		pklasku
Version:	1.0.4
Release:	5
License:	GPLv2
Group:		System/Servers
URL:		http://pklasku.sourceforge.net/
Source:		%name-%version.tar.gz
Requires:	apache-mod_php
Requires:	php-mysql
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
PkLasku is a web application written in PHP for printing Finnish
invoices. Among its features are automatic invoice numbering and
reference calculation, pdf generation, customer database and an
unlimited number of user accounts. Data is stored in SQL database.

%prep
%setup -q -n %name

chmod a-x gpl.txt font/*.php font/makefont/*.{map,php}

cat > README.install.urpmi <<EOF
1. Create an SQL database 'pklasku'.
2. Push the contents of %{_datadir}/%{name}/CREATESQL to the
   database. The file encoding is ISO-8859-1 (Latin-1).
3. Edit %{_sysconfdir}/%{name}/sqlfuncs.php to contain the correct
   SQL credentials.
4. Log in with default credentials admin admin.
5. Go to System->Käyttäjät and change the Administrator credentials.
6. If you use the interface through https://, change the protocol in
   the file %{_sysconfdir}/%{name}/sqlfuncs.php.
EOF

%install
rm -rf %{buildroot}

install -d -m755 %{buildroot}%{webappconfdir}
cat > %{buildroot}%{webappconfdir}/%{name}.conf <<EOF
Alias /%{name} %{_var}/www/%{name}

<Directory %{_var}/www/%{name}>
    Require all granted
    php_admin_value include_path      ".:%{_sysconfdir}/%{name}"
</Directory>
EOF

install -d -m755 %{buildroot}%{_sysconfdir}/%{name}
install -d -m755 %{buildroot}%{_var}/www/%{name}
install -d -m755 %{buildroot}%{_datadir}/%{name}

install -m644 *.php *.html *.css *.ico %{buildroot}%{_var}/www/%{name}
cp -a fi_images font %{buildroot}%{_var}/www/%{name}

mv %{buildroot}%{_var}/www/%{name}/sqlfuncs.php %{buildroot}%{_sysconfdir}/%{name}

install -m644 CREATESQL %{buildroot}%{_datadir}/%{name}

%clean
rm -rf %{buildroot}



%files
%defattr(-,root,root)
%doc INSTALL LICENSE gpl.txt README.install.urpmi
%config(noreplace) %{webappconfdir}/%{name}.conf
%dir %{_sysconfdir}/%{name}
%attr(0640,root,apache) %config(noreplace) %{_sysconfdir}/%{name}/sqlfuncs.php
%{_datadir}/%{name}
%{_var}/www/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-5
+ Revision: 61a2162
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6357 |14cr|pktstat-1.8.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Displays a live list of active connections and what files are being transferred
Name: 		pktstat
Version:	1.8.5
Release:	2
Group: 		Monitoring
Url:		http://www.adaptive-enterprises.com.au/~d/software/pktstat/
License: 	BSD
Source0: 	http://www.adaptive-enterprises.com.au/~d/software/pktstat/%{name}-%{version}.tar.gz
BuildRequires:	libpcap-devel ncurses-devel

%description
Display a real-time list of active connections seen on a network interface, 
and how much bandwidth is being used by what. Partially decodes HTTP and FTP
protocols to show what filename is being transferred. X11 application names 
are also shown. Entries hang around on the screen for a few seconds so you
can see what just happened. Also accepts filter expressions.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

%files
%doc COPYING NEWS README
%{_bindir}/pktstat
%{_mandir}/man1/pktstat*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.5-2
+ Revision: 595a33d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6358 |14cr|plan-1.10.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		plan
Summary:	A day planner
Version:	1.10.1
Release:	8
License:	GPL
Group:		Office
URL:		http://www.bitrot.de/plan.html
Source0:	ftp://ftp.fu-berlin.de/unix/X11/apps/plan/%{name}-%{version}.tar.gz
# Additional source for Norwegian translation which is not in the main distribution of plan yet
Source1:	%{name}.lang.norwegian.bz2
# Adds a launch script for plan and Mandriva Linux standards to the configure script
Patch0:		plan-configure-and-launchscript.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	lesstif-devel
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	imagemagick

%description
plan is a schedule planner based on X/Motif. It displays a month calendar
similar to xcal, but every day box is large enough to show appointments in
small print. By pressing on a day box, the appointments for that day can be
listed and edited. Appointments are entered with the following
information (everything except the date is optional):

 * the date, time, and length (time and days) of the appointment,
 * an optional text message to be printed,
 * an optional script to be executed,
 * early-warn and late-warn triggers that precede the alarm time
 * repetitions: [n-th] weekdays, days-of-the-month, every n days, yearly
 * optional fast command-line appointment entry
 * flexible ways to specify holidays and vacations
 * extensive context help
 * multiuser capability using an IP server program (with access lists),
 * grouping of appointments into files, per-user, private, and others 

%package netplan
Summary:	Netplan server for plan
Group:		Office

%description netplan
netplan enables plan to be multiuser using an IP server.

WARNING: This is very insecure. The best level of authentication
offered by netplan (in this version) is identd. That is quite weak,
so if you're going to use it you should read the manpage and
configure it carefully.

netplan is not required to use plan.

%package tools
Summary:	Various tools for use with plan
Group:		Office

%description tools
This package contains various tools for use with plan:

msschedule2plan - A perl script that converts Microsoft Schedule+
                  exports CSV files to .dayplan files
plan2vcs        - A perl script that converts a netplan file
                  to vcalendar

%prep
%setup -q
cd src
%patch0 -p0
cd ..
find . -perm 0640 | xargs chmod 0644

%build
%define Werror_cflags %nil
cd ./src
# It has a non-standard configure script - 6 tells it to use Mandriva Linux standards
# The libdir part is a hack to make rpmlint shut up about no-libdir-spec
./configure 6 ;echo "--libdir=%{_libdir}" > /dev/null
# (tv) fix build on x86_64:
sed -i -e "s,-L/usr/X11R6/lib,-L%_libdir," -e "s#DEBUG=.*#DEBUG=%{optflags} %{ldflags}#" -e "s# -lXpm # #"  Makefile

# Stupid upstream authors try to force 32-bit compilation on x86-64...
%ifarch x86_64
%make linux64
%else
%make
%endif

bunzip2 -c %SOURCE1 > ../language/plan.lang.norwegian

%install
# Install the launchscript in %{_bindir} and the executeable itself in %{_libdir}
install -m755 ./src/plan.bash -D $RPM_BUILD_ROOT%{_bindir}/plan
install -m755 ./src/plan -D $RPM_BUILD_ROOT%{_libdir}/plan/plan

install -m755 ./src/pland -D $RPM_BUILD_ROOT%{_bindir}/pland
install -m755 ./src/netplan -D $RPM_BUILD_ROOT%{_bindir}/netplan
mkdir -p $RPM_BUILD_ROOT%{_libdir}/plan/
install -m755 ./src/notifier $RPM_BUILD_ROOT%{_libdir}/plan/
install -m644 ./language/* $RPM_BUILD_ROOT%{_libdir}/plan/
mkdir -p $RPM_BUILD_ROOT%{_libdir}/plan/holidays/
install -m644 ./holiday/* -D $RPM_BUILD_ROOT%{_libdir}/plan/holidays/
# Norwegian support is not included in the main distribution yet
# %{__bunzip2} --stdout %SOURCE1 > $RPM_BUILD_ROOT%{_libdir}/plan/plan.lang.norwegian
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/ $RPM_BUILD_ROOT%{_mandir}/man4/
install -m644 ./misc/plan.1 $RPM_BUILD_ROOT%{_mandir}/man1/
install -m644 ./misc/plan.4 $RPM_BUILD_ROOT%{_mandir}/man4/
install -m644 ./misc/netplan.1 $RPM_BUILD_ROOT%{_mandir}/man1/
install -m755 ./misc/msschedule2plan  $RPM_BUILD_ROOT%{_bindir}/msschedule2plan
sed -e s,'/usr/local/bin/perl','/usr/bin/perl',g ./misc/plan2vcs > $RPM_BUILD_ROOT%{_bindir}/plan2vcs
chmod 755 $RPM_BUILD_ROOT%{_bindir}/plan2vcs
install -m644 ./misc/*ps $RPM_BUILD_ROOT%{_libdir}/plan/

# Convert the xpm icon to png and 48x48
convert -resize 48x48 ./misc/plan.xpm ./misc/plan-48.png
# Provide a 16x16 icon
convert ./misc/plan-48.png -resize 16x16 ./misc/plan-16.png
# Provice a 32x32 icon
convert ./misc/plan-48.png -resize 32x32 ./misc/plan-32.png
install -m644 ./misc/plan-32.png -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps/plan.png
install -m644 ./misc/plan-16.png -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/16x16/apps/plan.png
install -m644 ./misc/plan-48.png -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48/apps/plan.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Plan
Comment=A graphical day planner
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Motif;Office;ProjectManagement;
EOF

%files 
%doc HISTORY README
%{_bindir}/plan
%{_bindir}/pland
%{_libdir}/plan/*
%{_mandir}/man1/plan.1*
%{_mandir}/man4/plan.4*
%{_iconsdir}/hicolor/16x16/apps/plan.png
%{_iconsdir}/hicolor/32x32/apps/plan.png
%{_iconsdir}/hicolor/48x48/apps/plan.png
%{_datadir}/applications/mandriva-%{name}.desktop

%files netplan
%{_bindir}/netplan
%{_mandir}/man1/netplan.1*

%files tools
%{_bindir}/msschedule2plan
%{_bindir}/plan2vcs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.1-8
+ Revision: f8f1ba4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6359 |14cr|plasma-applet-cwp-1.11.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kdeappsrel 98925
%define oname	cwp

Summary:        Yet another weather plasmoid highly customizable this time
Name:           plasma-applet-cwp
Version:        1.11.1
Release:        1
Source0:        http://kde-look.org/CONTENT/content-files/%{kdeappsrel}-%{oname}-%{version}.tar.bz2
License:        GPLv3+
Group:          Graphical desktop/KDE
URL:            http://kde-look.org/content/show.php/Customizable+Weather+Plasmoid+(CWP)?content=%{kdeappsrel}
BuildRequires:  kdebase4-workspace-devel
BuildRequires:  desktop-file-utils
Provides:       plasma-applet-customizable-weather
# follow the haders version fom the build
Requires:       kdebase4-workspace >= 4.11.4

%description
This is another weather plasmoid.
It aims to be highly customizable, but a little harder 
to setup than other weather plasmoids.
Nearly any weather forecast provider can be used, 
as long as the data is provided as html files (no flash).
The information how to extract the information 
from these html files is stored inside xml files.
Commands like grep, head, tail, sed, awk, 
... will do this job.

For now, xml files for the weather providers

%prep
%setup -qn %{oname}-%{version}
# deprecated
perl -pi -e "s|Encoding=UTF-8||"  plasma-applet-cwp.desktop
# fix attr
chmod 644 COPYING plasma-cwp.cpp plasma-cwp.h

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang plasma_applet_cwp

%files -f plasma_applet_cwp.lang
%doc COPYING ChangeLog README
%dir %{_kde_appsdir}/desktoptheme
%dir %{_kde_appsdir}/desktoptheme/default
%dir %{_kde_appsdir}/desktoptheme/default/widgets
%{_kde_appsdir}/desktoptheme/default/widgets/*.svgz
%{_kde_appsdir}/plasma-cwp/
%{_kde_iconsdir}/oxygen/128x128/status/weather-windy.png
%{_kde_iconsdir}/oxygen/scalable/status/weather-windy.svgz
%{_kde_libdir}/kde4/plasma_applet_cwp.so
%{_kde_services}/plasma-applet-cwp.desktop

%changelog
* Sun Sep 07 2014 symbianflo <symbianflo@symbianflo> 1.11.1-1
+ Revision: c841c3a
- Log: Update to 1.11.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6360 |14cr|plasma-applet-daisy-0.0.4.26-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple application launcher for Plasma
Name:		plasma-applet-daisy
Version:	0.0.4.26
Release:	3
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://cdlszm.org/
Source0:	http://cdlszm.org/downloads/%{name}-%{version}.tar.gz
BuildRequires:	kdebase4-workspace-devel
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description
Daisy is a  free open-source widget for Plasma/KDE released under the
GNU General Public License version 3.
Main features:
    * Three types of roles: circular dock, media controller and linear
      dock;
    * Can dock in any screen position and be used in Horizontal or
      Vertical mode (linear dock role);
    * Configuration tools to access all configurable options;
    * Launchers can be edited with a simple right-click;
    * Hybrid launchers to launch applications and control running
      tasks;
    * Plugins to provide information and execute several tasks;
    * Various backgrounds available

%files -f plasma_applet_daisy.lang
%doc README AUTHORS CHANGELOG COPYING INSTALL TODO
%{_kde_appsdir}/desktoptheme/default/widgets/
%{_kde_libdir}/kde4/plasma_applet_daisy.so
%{_kde_services}/plasma-applet-daisy.desktop

#---------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang plasma_applet_daisy


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4.26-3
+ Revision: 276359e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6361 |14cr|plasma-applet-eventlist-0.6.95-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	srcname	plasmoid-eventlist

Summary:	This plasmoid show upcoming events from akonadi resources
Name:		plasma-applet-eventlist
Version:	0.6.95
Release:	2
Source0:	http://kde-look.org/CONTENT/content-files/107779-%{srcname}-%{version}.tar.bz2
License:	GPLv2+
Group:		Graphical desktop/KDE
URL:		http://kde-look.org/content/show.php/Eventlist?content=107779
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	akonadi
BuildRequires:	kdepimlibs4-devel >= 4.6.0
Provides:	plasma-applet

%description
This is a plasmoid to show the events from Akonadi resources (KOrganizer,
Birthdays etc.). With the googledata resource also Google calendar items can
be shown.


%files  -f plasma_applet_events.lang
%{_kde_libdir}/kde4/plasma_applet_events.so
%{_kde_services}/plasma-applet-events.desktop

#------------------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}


%build
%cmake_kde4
%make


%install
%makeinstall_std -C build

%find_lang plasma_applet_events



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.95-2
+ Revision: 0cc30fa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6362 |14cr|plasma-applet-eyasdp-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	shortname	eyasdp
%define	longname	plasma_applet_%{shortname}

Summary:	System buttons plasmoid
Name:		plasma-applet-%{shortname}
Version:	1.2.0
Release:	4
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://kde-look.org/content/show.php/eYaSDP?content=146530
Source0:	http://kde-look.org/CONTENT/content-files/146530-%{shortname}-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(phonon)
Requires:	kdebase4-runtime

%description
eYaSDP is a plasmoid that allows to set a number of system buttons in your
panel or desktop for comfortable and quick access.
Features:
  - Actions: Shut-down, Reboot, Log-out, Lock screen, Hibernate, Suspend,
    Switch user and Turn-off screen.
  - Customizable number of buttons.
  - Contextual menu actions.
  - Customizable icons.
  - It scales to fit your panel size.

%files -f %{longname}.lang
%{_kde_libdir}/kde4/plasma_applet_%{shortname}.so
%{_kde_services}/plasma-applet-%{shortname}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{shortname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{longname}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-4
+ Revision: 3e7894e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6363 |14cr|plasma-applet-fancytasks-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasmoid for fancy representing your tasks and launchers
Name:		plasma-applet-fancytasks
Version:	1.1.2
Release:	2
License:	GPLv2
Group:		Graphical desktop/KDE
URL:		http://www.kde-look.org/content/show.php/Fancy+Tasks?content=99737
Source0:	http://www.kde-look.org/CONTENT/content-files/99737-fancytasks-%{version}.tar.bz2
BuildRequires:	kdebase4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	qimageblitz-devel
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description
Plasmoid for fancy representing your tasks and launchers. Inspired by
Avant Window Navigator and other MacOS X like docks.

Features:
- manages your tasks and launchers;
- tasks filtering, grouping (including manual) and sorting;
- launcher to task transition (icons of launchers with running tasks
are hidden);
- preview of windows with (live previews with KWin Taskbar Thumbnail
effect enabled) and without Composite (also for groups, you can click
them to activate window);
- dropping files on launchers runs command with parameters or gives
option to move, copy or link them (if this is directory);
- visual drop indicator that helps in manual tasks sorting and
dropping launchers;
- possibility to browse directories of directory launchers using
context menu;
- menu with list of all icons shown after activating keyboard
shortcut;
- configurable animations (zoom, jump, bounce, highlight, etc.) and
appearance (optional thumbnails, reflections and text label);
- fully animated icons (including animations of starting applications
and tasks needing attention).

%files -f plasma_applet_fancytasks.lang
%doc INSTALL COPYING README TODO CHANGELOG
%{_kde_libdir}/kde4/plasma_applet_fancytasks.so
%{_kde_appsdir}/desktoptheme/default/widgets/fancytasks.svgz
%{_kde_services}/plasma-applet-fancytasks.desktop
%{_kde_libdir}/kde4/plasma_containment_fancypanel.so
%{_kde_services}/plasma-containment-fancypanel.desktop

#--------------------------------------------------------------------

%prep
%setup -q -n fancytasks-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang plasma_applet_fancytasks
# Containement fancy panel now have some localisations, since it's still experimental
# and upstream does not want to split the package i'm merging the language file list
%find_lang plasma_containment_fancypanel
cat plasma_containment_fancypanel.lang >> plasma_applet_fancytasks.lang


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-2
+ Revision: 57e46e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6364 |14cr|plasma-applet-kbirthdayreminder-0.9.73-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	plasma-applet-kbirthdayreminder
%define srcname birthday-plasmoid
%define version	 0.9.73
%define release	4
%define Summary	 A reminder for birthdays and anniversaries


Summary:	%Summary
Name:		%name
Version:	%version
Release:	%release
Source0:	http://kde-look.org/CONTENT/content-files/91641-%srcname-%version.tar.bz2
Patch0:		plasma-applet-kbirthdayreminder-0.9.73-mdv-fix-icon-and-category.patch
License:	GPLv2
Group:		Graphical desktop/KDE
URL:		http://kde-look.org/content/show.php/K+Birthday+Reminder?content=91641
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	kdepimlibs4-devel
Requires:	kdebase4-runtime => 4.3
Requires:	plasma-dataengine-kbirthdayreminder
Provides:	plasma-applet


%description
Plasmoid reminds you of birthdays and anniversaries of contacts[¹] in the
(standard) KDE address book.
Inspired by the KDE3 kicker applet KBirthday from Jan Hambrecht.
As the version number indicates, the plasmoid isn't quite ready yet. Also there
are a few issues I know of. You will find the list in the TODO file.
The popup displayed when clicking on the plasmoid's icon is supposed to show
only when living in a panel. This popup dialog is not ready yet!
Hope you will enjoy using it anyway.


%files  -f plasma_applet_kbirthdayapplet.lang
%defattr(-,root,root)
%doc	ChangeLog LICENSE.GPL README
%_kde_libdir/kde4/plasma_applet_kbirthdayapplet.so
%_kde_services/plasma-applet-kbirthday.desktop
%_kde_datadir/apps/desktoptheme/default/widgets/birthdaycake.svg
%_iconsdir/hicolor/scalable/apps/birthdaycake.svgz

#-----------------------------------------------------------------------
%package -n plasma-dataengine-kbirthdayreminder
Summary:	Data engine for %{name}
Group:		Graphical desktop/KDE
%description -n plasma-dataengine-kbirthdayreminder
This package provides the dataengine for %{name}

%files -n plasma-dataengine-kbirthdayreminder
%defattr(-,root,root)
%_kde_libdir/kde4/plasma_engine_kabc.so
%_kde_services/plasma-dataengine-kabc.desktop

#-----------------------------------------------------------------------

%prep
%setup -q -n KBirthdayPlasma_0_9_73
%patch0 -p 0

%build
%cmake_kde4
%make

%install
%__rm -rf %{buildroot}
%{makeinstall_std} -C build

%find_lang plasma_applet_kbirthdayapplet

%clean
%__rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.73-4
+ Revision: e464777
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6365 |14cr|plasma-applet-kwinbutton-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kwinbutton
%define sname kwinbuttonapplet-improved
%define kdeid 143971

Summary:	Plasma applet that emulates a button from the window title of the active window
Name:		plasma-applet-%{oname}
Version:	0.6
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://kde-look.org/content/show.php/KWin+Button+applet+improved?content=%{kdeid}
Source0:	http://kde-apps.org/CONTENT/content-files/%{kdeid}-%{sname}-%{version}.tar.gz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description
Plasma applet that emulates a button from the window title of the active
window. This is forked ("improved") by Alberto Pajuelo Montes version.

%files
%doc COPYING
%{_kde_libdir}/kde4/plasma_applet_kwinbutton.so
%{_kde_services}/%{name}.desktop

#--------------------------------------------------------------------

%prep
%setup -q -n %{sname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-2
+ Revision: 10d2b9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6366 |14cr|plasma-applet-lastmoid-0.6.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           plasma-applet-lastmoid
Summary:        Lastmoid is a plasmoid for LastFm users
Version:        0.6.5
Release:        4
Url:            http://kde-look.org/content/show.php/Lastmoid?content=98117
License:        GPLv2+
Group:          Graphical desktop/KDE
Source0:      	http://kde-look.org/CONTENT/content-files/98117-vavrusa-lastmoid-2041bf6.tar.gz
BuildRequires:	kdebase4-workspace-devel

%description
Lastmoid is a plasmoid for LastFm users. It displays your weekly, 
3 months, 12 month or your overall charts (albums/tracks/artists) 
easily on your favorite desktop

%files
%{_kde_libdir}/kde4/plasma_applet_lastmoid.so
%{_kde_appsdir}/desktoptheme/default/widgets/lastmoid.svg
%{_kde_services}/plasma-applet-lastmoid.desktop

#--------------------------------------------------------------------

%prep
%setup -q -n vavrusa-lastmoid-2041bf6

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.5-4
+ Revision: 9346168
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6367 |14cr|plasma-applet-launchbutton-0.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	plasma-applet-launchbutton
%define version	0.0.4
%define release	3

Name: %{name}
Version: %{version}
Release: %{release}
Summary: A plasma applet that's a configurable launching button
Group: Graphical desktop/KDE
License: GPLv3+
Source: %{name}-%{version}.tar.bz2
# upstream is maarten.vanraes@gmail.com , URL might be added in later versions

BuildRoot: %{_tmppath}/%{name}-%{version}
BuildRequires: kdelibs4-devel
BuildRequires: qt4-qtdbus
Requires: kdebase4-workspace
Requires: kdeplasma4
Provides: plasma-applet

%description
Plasma launchbutton applet is a configurable image button to execute a
command or a DBUS function. In addition, you can let it open a configurable
File Dialog to have it's filenames append as arguments.


%files
%defattr(-,root,root)
%{_kde_libdir}/kde4/plasma_applet_launchbutton.so
%{_kde_services}/%{name}.desktop

%prep
%setup -q

%build
%cmake_kde4
%make

%install
rm -fr %{buildroot}
%makeinstall_std -C build

%clean
rm -fr %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-3
+ Revision: 757e9b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6368 |14cr|plasma-applet-mountoid-0.41-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	plasma-applet-mountoid
%define srcname	mountoid
%define version	0.41
%define release	2
%define Summary	 Plasmoid for mount/unmount devices from fstab


Summary:	%Summary
Name:		%name
Version:	%version
Release:	%release
Source0:	http://www.kde-look.org/CONTENT/content-files/115943-%{srcname}-%{version}.tar.gz
License:	GPLv2
Group:		Graphical desktop/KDE
URL:		http://kde-look.org/content/show.php/Mountoid?content=115943
BuildRequires:	kdebase4-workspace-devel
Provides:	plasma-applet

%description
This plasmoid provides a way to mount/unmount devices from fstab (e.g. network
shares), show free space and open mount point location in a file manager. It is
fully configurable.


%files
%defattr(-,root,root)
%_kde_libdir/kde4/plasma_applet_mountoid.so
%_kde_iconsdir/hicolor/64x64/apps/mountoid.png
%_kde_iconsdir/hicolor/64x64/apps/os_macos.png
%_kde_iconsdir/hicolor/64x64/apps/os_winxp.png
%_kde_iconsdir/hicolor/64x64/apps/os_linux.png
%_kde_iconsdir/hicolor/16x16/apps/mountoid_connect_state.png
%_kde_iconsdir/hicolor/32x32/apps/mountoid_i_mounting.png
%_kde_iconsdir/hicolor/32x32/apps/mountoid_i_unmounting.png
%_kde_services/plasma-applet-mountoid.desktop
#---------------------------------------------------------------------

%prep
%setup -q -n %{srcname}

# switching from kdesudo to kdesu
sed -i 's|kdesudo|%{_libdir}/kde4/libexec/kdesu|g' device.cpp


%build
%cmake_kde4
%make

%install
%__rm -rf %buildroot
%makeinstall_std -C build


%clean
%__rm -rf %buildroot



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.41-2
+ Revision: 72c8f38
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6369 |14cr|plasma-applet-quickaccess-0.8.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname plasma-widget-quickaccess

Summary:	Quick access the most used folders
Name:		plasma-applet-quickaccess
Version:	0.8.2
Release:	2
License: 	GPLv2+
Group: 		Graphical desktop/KDE
Url:		http://kde-look.org/content/show.php?content=134442
Source0:	http://kde-look.org/CONTENT/content-files/134442-%{oname}-%{version}-2.zip
BuildRequires:	kdebase4-devel
BuildRequires:	kdebase4-workspace-devel
Requires:	kdebase4-runtime

%description
This is a small applet designed for the panel to have quick access
to the most used folders.

%files -f plasma_applet_quickaccess.lang
%{_kde_libdir}/kde4/plasma_applet_*.so
%{_kde_services}/plasma-applet-*.desktop

#--------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}-2

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang plasma_applet_quickaccess


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-2
+ Revision: 319c54b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6370 |14cr|plasma-applet-quicklauncher-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		plasma-applet-quicklauncher
Summary:	Plasma applet that allow to easily launch applications
Version:	0.5
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde-look.org/content/show.php/QuickLauncher+Applet?content=78061
Source0:	%{name}-%{version}.tar.gz
Patch0:		plasma-applet-quicklauncher-0.5-kde4.2.patch
BuildRequires:	kdebase4-workspace-devel
Requires:	kdebase4-runtime

%description
Reimplements the quicklaunch applet present in kde3.5.

Features:
- Add icons by specify a .desktop file
- Add icons by dragging .desktop files from other locations
- Rearrange icons by dragging them in place
- Configurable number of rows
- Configurable number of visible icons.

%files
%{_kde_libdir}/kde4/plasma_applet_quicklauncher.so
%{_kde_services}/plasma-applet-quicklauncher.desktop

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4 ../src
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-2
+ Revision: f017073
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6371 |14cr|plasma-applet-steamtime-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname steamtime
%define kdeid 159747

Summary:	Plasma applet that provides clock via steampunk interface
Name:		plasma-applet-%{oname}
Version:	1.1
Release:	3
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://kde-apps.org/content/show.php?content=%{kdeid}
Source0:	http://kde-apps.org/CONTENT/content-files/%{kdeid}-%{oname}-%{version}.plasmoid
BuildRequires:	imagemagick
BuildRequires:	kde4-macros
Requires:	kdebase4-runtime
Provides:	plasma-applet
BuildArch:	noarch

%description
Plasma applet that provides clock functions via steampunk interface.
It is written entirely in QML + JavaScript.

%files
%doc LICENSE.GPL3
%{_kde_appsdir}/plasma/plasmoids/%{oname}
%{_kde_iconsdir}/hicolor/*/apps/%{oname}.png
%{_kde_services}/%{oname}.desktop

#--------------------------------------------------------------------

%prep
%setup -q -c
find . -type f | xargs chmod 0644
sed -i 's;icon.png;%{oname};g' metadata.desktop
find . -type f -name "*.png" -exec convert {} -strip {} \;

%build
# nothing

%install
mkdir -p %{buildroot}%{_kde_appsdir}/plasma/plasmoids/%{oname}
cp -r * %{buildroot}%{_kde_appsdir}/plasma/plasmoids/%{oname}/
install -D -m 644 metadata.desktop %{buildroot}%{_kde_services}/%{oname}.desktop

# install icons
for N in 16 32 48 64 96 128;
do
convert icon.png -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_kde_iconsdir}/hicolor/${N}x${N}/apps/%{oname}.png
done

%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-3
+ Revision: 86de8da
- Strip unknown profiles from png files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6372 |14cr|plasma-applet-takeoff-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	takeoff

Name:		plasma-applet-takeoff
Summary:	A full screen menu inspired by Slingshot and the OS X Launchpad menu
Version:	1.0.1
Release:	3
Group:		Graphical desktop/KDE
License:	GPLv3+
URL:		https://code.google.com/p/takeoff-launcher/
# Latest SVN snapshot
Source:		%{oname}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
Requires:	kdebase4-runtime

%description
Takeoff is a full screen menu inspired in the aspect of Slingshot and
the OS X Launchpad menu but adapted to the KDE users in a plasmoid.

%prep
%setup -q -n %{oname}-%{version}

%build
%cmake_kde4
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std -C build
%find_lang plasma_applet_%{oname}

%clean
%__rm -rf %{buildroot}

%files -f plasma_applet_%{oname}.lang
%doc CHANGELOG COPYING COPYRIGHT README
%{_kde_libdir}/kde4/plasma_applet_%{oname}.so
%{_kde_services}/plasma-applet-%{oname}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-3
+ Revision: fbf0db6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6373 |14cr|plasma-applet-timekeeper-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname timekeeper
%define kdeid 159345

Summary:	Plasma applet that provides clock and calendar via steampunk interface
Name:		plasma-applet-%{oname}
Version:	0.5.1
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://kde-apps.org/content/show.php/Time+Keeper?content=%{kdeid}
Source0:	http://kde-apps.org/CONTENT/content-files/%{kdeid}-%{oname}-%{version}.plasmoid
BuildRequires:	imagemagick
BuildRequires:	kde4-macros
Requires:	kdebase4-runtime
Requires:	marble-common >= 4.10.5-2
Provides:	plasma-applet
BuildArch:	noarch

%description
Plasma applet that provides clock and calendar functions via steampunk
interface. It is written entirely in QML + JavaScript.

%files
%doc LICENSE.GPL3
%{_kde_appsdir}/plasma/plasmoids/%{oname}
%{_kde_iconsdir}/hicolor/*/apps/%{oname}.png
%{_kde_services}/%{oname}.desktop

#--------------------------------------------------------------------

%prep
%setup -q -c
find . -type f | xargs chmod 0644
sed -i 's;icon.png;%{oname};g' metadata.desktop

%build
# nothing

%install
mkdir -p %{buildroot}%{_kde_appsdir}/plasma/plasmoids/%{oname}
cp -r * %{buildroot}%{_kde_appsdir}/plasma/plasmoids/%{oname}/
install -D -m 644 metadata.desktop %{buildroot}%{_kde_services}/%{oname}.desktop

# install icons
for N in 16 32 48 64 96 128;
do
convert icon.png -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_kde_iconsdir}/hicolor/${N}x${N}/apps/%{oname}.png
done

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
+ Revision: bf7c875
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6374 |14cr|plasma-applet-todolist-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	plasma-applet-todolist
%define version	0.4
%define release	3
%define Summary	Todo List plasmoid using akonadi

Summary:	%Summary
Name:		%name
Version:	%version
Release:	%release
Source0:	http://www.kde-look.org/CONTENT/content-files/90706-todo_plasmoid-0.4.tar.bz
Patch0:		plasma-applet-todolist-0.4-mdv-fix-category.patch
License:	GPLv2
Group:		Graphical desktop/KDE
URL:		http://www.kde-look.org/content/show.php/todo+list?content=90706
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	kdebase4-devel
BuildRequires:	akonadi-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:  boost-devel
Requires:	kdepim4-runtime
Provides:   plasma-applet

%description
Plasmoid that shows KOrganizer 'todo' list using akonadi.

%files 
%defattr(-,root,root)
%doc	README COPYING AUTHORS
%{_kde_libdir}/kde4/plasma_engine_todo.so
%{_kde_libdir}/kde4/todoapplet.so
%{_kde_services}/plasma-engine-todo.desktop
%{_kde_services}/todoapplet-default.desktop

#-----------------------------------------------------------------------

%prep
%setup -q -n todo_plasmoid
%patch0 -p0

%build
%cmake_kde4
%make

%install
%__rm -rf %{buildroot}
%{makeinstall_std} -C build

%clean
%__rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-3
+ Revision: e3c2ef1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6375 |14cr|plasma-applet-togglepanel-0.0-0.1049487.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	plasma-applet-togglepanel
%define version	0.0
%define svn	1049487
%define release	%mkrel 0.%svn.2
%define Summary	 Plasma applet providing a experimental toggle panel 

Summary:	%Summary
Name:		%name
Version:	%version
Release:	%release
# Get the source via
# svn co svn://anonsvn.kde.org/home/kde/trunk/playground/base/plasma/applets/togglepanel plasma-applet-tooglepanel
# tar -caf plasma-applet-togglepanel.tar.lzma plasma-applet-togglepanel
Source0:	%{name}.tar.lzma
License:	GPLv3
Group:		Graphical desktop/KDE
URL:		http://websvn.kde.org/trunk/playground/base/plasma/applets/togglepanel/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	kdebase4-devel
Provides:	plasma-applet

%description
Experimental plasma-applet providing a toggle panel function

%files 
%defattr(-,root,root)
%{_kde_libdir}/kde4/plasma_applet_togglepanel.so
%{_kde_services}/%{name}.desktop

%prep
%setup -q -n %{name}

%build
%cmake_kde4
%make

%install
%__rm -rf %{buildroot}
%{makeinstall_std} -C build

%clean
%__rm -rf %{buildroot}


%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.0-0.1049487.2
+ Revision: 497c622
- Automatic import for version 0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6376 |14cr|plasma-applet-translatoid-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname translatoid

Name:		plasma-applet-%{oname}
Version:	1.4
Release:	3
Summary:	Plasma widget to translate text using Google Translate
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://kde-look.org/content/show.php/translatoid?content=97511
Source0:	http://212.158.157.7/translatoid/%{oname}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(QJson)
Provides:	plasma-applet

%description
A plasma widget to translate text using Google Translate.

%files
%doc licence.txt
%{_kde_libdir}/kde4/plasma_applet_translatoid.so
%{_kde_services}/plasma-applet-translatoid.desktop
%{_kde_iconsdir}/*/*/*/translator.*
%{_kde_iconsdir}/kbflags/*
%{_kde_appsdir}/translatoid/translatoid.db

%prep
%setup -q -n %{oname}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We really don't need it
rm -f %{buildroot}%{_kde_appsdir}/cmake/modules/FindQJSON.cmake
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: a8bb242
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6377 |14cr|plasma-applet-yasp-scripted-1.0.8a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	yasp-scripted

Name:		plasma-applet-%{oname}
Version:	1.0.8a
Release:	2
Summary:	Yet Another Systemmonitor Plasmoid (scripted)
License:	GPLv2+
Group:		Graphical desktop/KDE
URL:		http://kde-apps.org/content/show.php?content=109367
Source0:	%{oname}-%{version}.tar.bz2
BuildRequires:	kdebase4-workspace-devel
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description
Yet Another Systemmonitor Plasmoid (scripted) is a powerful system monitor.

%files
%doc README* GPLV2 yasp_scripts
%{_kde_libdir}/kde4/*.so
%{_kde_datadir}/kde4/services/*.desktop

#--------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
%cmake_kde4
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std -C build

%clean
%__rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8a-2
+ Revision: 960e5e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6378 |14cr|plasma-desktoptheme-steampunk-3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	"SteampunK Powered Linux" Plasma theme
Name:		plasma-desktoptheme-steampunk
Version:	3.0
Release:	2
License:	Creative Commons Attribution-ShareAlike
Group:		Graphical desktop/KDE
Url:		http://kde-look.org/content/show.php?content=157926
Source:		http://kde-look.org/CONTENT/content-files/157926-SteampunK.tar.gz
Requires:	kdebase4-workspace >= 2:4.10
BuildRequires:	kde4-macros
BuildArch:	noarch

%description
This package contains the "SteampunK Powered Linux" Plasma theme.

%files
%{_kde_appsdir}/desktoptheme/SteampunK

#----------------------------------------------------------------------------

%prep
%setup -q -c
find . -type f | xargs chmod 0644
find . -type d | xargs chmod 0755

%build
# nothing

%install
mkdir -p %{buildroot}%{_kde_appsdir}/desktoptheme/

cp -r SteampunK %{buildroot}%{_kde_appsdir}/desktoptheme/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-2
+ Revision: 26cff56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6379 |14cr|plasma-mediacenter-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A mediacenter user interface written with the Plasma framework
Name:		plasma-mediacenter
Version:	1.3.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://community.kde.org/Plasma/Plasma_Media_Center
Source0:	ftp://ftp.kde.org/pub/kde/unstable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
%if %{mdvver} < 201410
BuildRequires:	nepomuk-core-devel
%else
BuildRequires:	baloo-devel
BuildRequires:	kfilemetadata-devel
%endif
BuildRequires:	qt-mobility-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(taglib)
Requires:	qt-mobility

%description
A mediacenter user interface written with the Plasma framework.

%files -f %{name}.lang
%doc README LICENSE
%{_kde_bindir}/plasma-mediacenter
%{_kde_applicationsdir}/plasma-mediacenter.desktop
%{_kde_appsdir}/plasma/packages/org.kde.plasma.mediacenter/
%{_kde_libdir}/kde4/imports/org/kde/plasma/mediacenter/
%{_kde_libdir}/kde4/pmc_*.so
%{_kde_iconsdir}/hicolor/*/actions/pmc-*.*
%{_kde_iconsdir}/hicolor/*/apps/youtube-pmc.*
%{_kde_iconsdir}/hicolor/*/status/pmcnocover.*
%{_kde_services}/*.desktop
%{_kde_servicetypes}/pmc_browsingbackend.desktop
%{_kde_servicetypes}/pmc_mediasource.desktop

#----------------------------------------------------------------------------

%define plasmamediacenter_major 1.3
%define libplasmamediacenter %mklibname plasmamediacenter %{plasmamediacenter_major}

%package -n %{libplasmamediacenter}
Summary:	Shared library for %{name}
Group:		System/Libraries
# Useless
Obsoletes:	%{_lib}plasmamediacenter0.9 < 1.1.0
Obsoletes:	%{_lib}plasmamediacenter1.1 < 1.1.9
Obsoletes:	%{_lib}plasmamediacenter1.2 < 1.3.0

%description -n %{libplasmamediacenter}
Shared library for %{name}.

%files -n %{libplasmamediacenter}
%{_kde_libdir}/libplasmamediacenter.so.%{plasmamediacenter_major}*

#----------------------------------------------------------------------------

%define libplasmamediacenter_devel %mklibname plasmamediacenter -d

%package -n %{libplasmamediacenter_devel}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libplasmamediacenter} = %{EVRD}

%description -n %{libplasmamediacenter_devel}
Development files for %{name}.

%files -n %{libplasmamediacenter_devel}
%{_kde_includedir}/mediacenter/
%{_kde_libdir}/libplasmamediacenter.so

#----------------------------------------------------------------------------

%prep
%setup -q -n plasma-mediacenter

%build
%cmake_kde4 -DKDE4_BUILD_TESTS=OFF
%make

%install
%makeinstall_std -C build

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-2
+ Revision: 5a84600
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6380 |14cr|plasma-runner-virtualbox-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:        Virtualbox KDE runner
Name:           plasma-runner-virtualbox
Version:        0.2 
Release:        4
Source:         http://kde-apps.org/CONTENT/content-files/107926-vbox-runner-%{version}.tar.gz
License:        GPLv2+                                         
Group:          Graphical desktop/KDE                          
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:            http://kde-apps.org/content/show.php/VBox+Runner?content=107926
BuildRequires:  kdelibs4-devel                                     
Requires:	virtualbox
Obsoletes:           virtualbox-kde-runner

%description
Allows you to start your VirtualBox virtual machines from Krunner
(the Alt-F2 thing)

%files
%defattr(-,root,root)
%doc COPYING
%{_kde_libdir}/kde4/*.so
%{_kde_services}/*
%{_datadir}/pixmaps/vbox-runner/*
#--------------------------------------------------------------------

%prep
%setup -qn vbox-runner-%{version}

%build
%cmake_kde4
%make

%install
rm -rf %{buildroot}
%makeinstall_std -C build

%clean
rm -rf $RPM_BUILD_ROOT





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 4411f7b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6381 |14cr|plasma-wallpaper-dreamdesktop-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Animated plasma wallpaper
Name:		plasma-wallpaper-dreamdesktop
Version:	0.3.0
Release:	4
License:	GPL
Group:		Graphical desktop/KDE
Url:		http://www.jarzebski.pl/projekty/dreamdesktop.html
Source0:	http://www.jarzebski.pl/dreamdesktop/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	ffmpeg-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel

%description
DreamDesktop is an animated wallpaper for KDE 4 environment.

Animation can be any video output from FFMPEG. Beautiful animations
can be found at: http://www.dreamscene.org/

%prep
%setup -q -n %{name}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%files
%{_kde_libdir}/kde4/dreamdesktop.so
%{_kde_appsdir}/dreamdesktop
%{_kde_services}/dreamdesktop.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-4
+ Revision: 091cc53
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6382 |14cr|plasma-wallpaper-flymode-0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname	plasma-wallpaper-FlyMode

Summary:	An animated wallpaper
Name:		plasma-wallpaper-flymode
Version:	0.8
Release:	3
License:	GPLv2
Group:		Graphical desktop/KDE
URL:		http://www.kde-look.org
Source0:	http://www.kde-look.org/CONTENT/content-files/119187-%{srcname}_%{version}.tar.gz
BuildRequires:	kdebase4-workspace-devel
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description
The wallpaper plugin moves a seamless wallpaper picture endlessly over the 
desktop, making you feel like flying.

%files  
%{_kde_libdir}/kde4/plasma_wallpaper_FlyMode.so
%{_kde_services}/%{srcname}.desktop

#------------------------------------------------------------------------------

%prep
%setup -q -n %{srcname}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-3
+ Revision: 457fc48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6383 |14cr|plasticfs-1.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

%define build_debug	0
%define build_paranoid	0

%{expand: %{?_with_debug: 	%%global build_debug 1}}
%{expand: %{?_with_paranoid: 	%%global build_paranoid 1}}
%{expand: %{?_without_paranoid:	%%global build_paranoid 0}}

Name:		plasticfs
Version:	1.11
Release:	3
Summary:	An user-space virtual filesystem implementation
License:	GPLv3+
Group:		File tools
URL:		http://plasticfs.sourceforge.net/
Source0:	http://plasticfs.sourceforge.net/%{name}-%{version}.tar.gz
Patch0:		plasticfs-1.11-non-paranoid.patch
Patch1:		plasticfs-1.11-dlsym-debug.patch
Patch2:		plasticfs-1.11-makefile.patch
BuildRequires:  groff
BuildRequires:  libtool

%description
The Plastic File System is an LD_PRELOAD module for manipulating what
the file system looks like for programs. This allows virtual file
systems to exist in user space, without kernel hacks or modules.

A number of filters exist for a number of different use-cases, including
 
chroot    - simulate the effects of a chroot call
dos       - simulate a DOS 8.3 filesystem
downcase  - make file names appear in lower-case
log       - transparently log file system access (like strace)
nocase    - make filenames case-insensitive
shortname - simulate file systems with shorter filenames
smartlink - expand environment variables in symbolic links
titlecase - make filenames appear in title-case
upcase    - make filenames appear in upper-case
viewpath  - union all the directory trees in a view path (unionfs)

These filters may be piped on into the next to form powerful filter
combinations. 

It is possible to extend PlasticFS with loadable file system filter
modules from shared object files.
       
%package -n %{libname}
Summary:	Libraries for the Plastic File System
Group:		File tools

%description -n %{libname}
Libraries for the Plastic File System.

%package -n %{develname}
Summary:	Development libraries for the Plastic File System
Group:		Development/C
Provides:	%{name}-devel
Requires:	%{libname} = %{version}
Obsoletes:	%{mklibname plasticfs 0 -d}

%description -n %{develname}
Development libraries for the Plastic File System.

%if %{_use_internal_dependency_generator}
%define __noautoreq 'libc.so.6\\(GLIBC_PRIVATE\\)'
%else
%define _requires_exceptions libc.so.6(GLIBC_PRIVATE)
%endif

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
EXTRA_FLAGS="-DNOT_IN_libc"
%if !%{build_paranoid}
	EXTRA_FLAGS="$EXTRA_FLAGS -DNON_PARANOID"
%endif
%if %{build_debug}
	EXTRA_FLAGS="$EXTRA_FLAGS -DVIEWPATH_DEBUG -DDLSYM_DEBUG -DFILTER_DEBUG"
%endif
%configure CXXFLAGS="$EXTRA_FLAGS"
sed -i -e 's/libtool/libtool --tag=cxx/g' Makefile
# (misc) here because we patch the makefile directly
%make 

%install
rm -rf %{buildroot}
%makeinstall_std

# convenience function
mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/plasticfs << EOF
#!/bin/sh
if [ -z "\$1" ]; then
	echo "USAGE: plasticfs <command>"
	exit 1
fi

if [ -n "\$PLASTICFS" ]; then
	LD_PRELOAD="%{_libdir}/libplasticfs.so.%{major} \$LD_PRELOAD" \\
	PLASTICFS="\$PLASTICFS" \\
	\$@
else
	echo "ERROR: You need to specify the 'PLASTICFS' environment variable."
	echo "       See plasticfs(3) for details."
	exit 1
fi
EOF

%files
%defattr(-,root,root)
%doc BUILDING README
%attr(755,root,root) %{_bindir}/plasticfs
%{_mandir}/man1/plasticfs_license.1*
%{_mandir}/man3/plasticfs.3*
%{_mandir}/manl/plasticfs_chroot.l*
%{_mandir}/manl/plasticfs_dos.l*
%{_mandir}/manl/plasticfs_downcase.l*
%{_mandir}/manl/plasticfs_log.l*
%{_mandir}/manl/plasticfs_nocase.l*
%{_mandir}/manl/plasticfs_shortname.l*
%{_mandir}/manl/plasticfs_smartlink.l*
%{_mandir}/manl/plasticfs_titlecase.l*
%{_mandir}/manl/plasticfs_upcase.l*
%{_mandir}/manl/plasticfs_viewpath.l*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libplasticfs.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/libplasticfs.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.11-3
+ Revision: ae25cfa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6384 |14cr|playonlinux-4.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	PlayOnLinux

Summary:	Play your Windows games on Linux
Name:		playonlinux
Version:	4.2.4
Release:	1
License:	GPLv3+
Group:		Games/Other
Url:		http://www.playonlinux.com
Source0:	http://www.playonlinux.com/script_files/%{oname}/%{version}/%{oname}_%{version}.tar.gz
Source1:	playonlinux.bin
Patch0:		%{oname}_4.0.17-disable-update.patch
Patch1:		%{oname}-4.1.6-disable-GL-checks.patch
Patch2:		%{oname}-4.1.6-use-systemwide-locales-path.patch
Patch3:		%{oname}-4.2.1-fix-desktop-file.patch
BuildRequires:	desktop-file-utils
# for ar
Requires:	binutils
Requires:	cabextract
Requires:	gettext
Requires:	glxinfo
Requires:	imagemagick
Requires:	lzma
# http://bugs.rosalinux.ru/show_bug.cgi?id=2208
Requires:	p7zip
Requires:	unzip
Requires:	wget
Requires:	wine-bin
Requires:	wxPythonGTK
Requires:	xterm
# used to extract icons for applications, otherwise the default icon is used
Suggests:	icoutils >= 0.29
BuildArch:	noarch

%description
PlayOnLinux is a piece of sofware which allows you to install and use easily
numerous games and software designed to run with Microsoft(R)'s Windows(R).
Indeed, currently, still few games are compatible with GNU/Linux, and it could
be a factor preventing from migrating to this system. PlayOnLinux brings an 
accessible and efficient solution to this problem, cost-free and respectful of
the free software.

%files -f pol.lang
%doc LICENCE CHANGELOG.md
%{_sysconfdir}/xdg/menus/applications-merged/%{name}*.menu
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/desktop-directories/%{oname}.directory

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
# (gvm) Why disable the updgrade notice?
#patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build

%install
# Prepare the needed dirs
mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_datadir}/desktop-directories
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_datadir}/locale

# Add exec perms to files lacking them and kill other rpmlint warnings
chmod +x tests/bash/test-versionlower tests/python/test_versionlower.py

# Copy all in the dest dir
cp -a * %{buildroot}%{_datadir}/%{name}

# Move the needed bits in their right place
install -p %{SOURCE1} %{buildroot}%{_bindir}/%{name}
cp etc/*.menu %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged
cp etc/%{oname}.desktop %{buildroot}%{_datadir}/applications/%{oname}.desktop
cp %{buildroot}%{_datadir}/%{name}/etc/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
cp %{buildroot}%{_datadir}/%{name}/etc/%{oname}.directory %{buildroot}%{_datadir}/desktop-directories/%{oname}.directory
cp -a lang/locale/* %{buildroot}%{_datadir}/locale/

desktop-file-install \
	--add-category="Game" \
	--remove-category="%{oname}" \
	--remove-key="Encoding" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# (tpg) useless stuff
rm -rf %{buildroot}%{_datadir}/%{name}/bin
rm -rf %{buildroot}%{_datadir}/%{name}/src
rm -rf %{buildroot}%{_datadir}/%{name}/etc/*.menu
rm -rf %{buildroot}%{_datadir}/%{name}/etc/*.desktop
rm -rf %{buildroot}%{_datadir}/%{name}/etc/*.directory
rm -rf %{buildroot}%{_datadir}/%{name}/etc/*.applescript
rm -rf %{buildroot}%{_datadir}/%{name}/etc/*.icns
rm -rf %{buildroot}%{_datadir}/%{name}/lang
rm -rf %{buildroot}%{_datadir}/%{name}/CHANGELOG
rm -rf %{buildroot}%{_datadir}/%{name}/playonmac

%find_lang pol


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.4-1
+ Revision: 4c70ef3
- New version 4.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6385 |14cr|plee-the-bear-0.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plee The Bear 2D platform game
Name:		plee-the-bear
Version:	0.6.0
Release:	4
License:	GPLv2+
Group:		Games/Arcade
Url:		http://plee-the-bear.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}-light.tar.gz
Source1:	%{name}.rpmlintrc
Patch0:		plee-the-bear-0.6.0-svnclawfix.patch
Patch1:		plee-the-bear-boost-1.50.patch
Patch2:		plee-the-bear-0.6.0-fpermissive.patch
BuildRequires:	boost-devel
BuildRequires:	cmake
BuildRequires:	libclaw-devel >= 1.7.0
BuildRequires:	pkgconfig(gl)
BuildRequires:	SDL_mixer-devel
BuildRequires:	wxgtku-devel
BuildRequires:	docbook-to-man

%description
Plee The Bear is a 2D platform game like those we found on consoles in
the beginning of the 90's. The basis of the scenario fit in few lines:

4 PM or so, Plee wakes up, tired. He has dreamed again about that
awesome period when he went across the entire world together with his
belle. He puts his leg in the honey pot... empty! Moreover every
single honey pot in the house is empty. "One more trick of that kid",
he thinks. "I'm going to give him such a wallop of which hesure will
remember".

Following honey drops on the ground, Plee reaches the edge of the
forest. Beginning of the game.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%cmake -DBEAR_ENGINE_INSTALL_LIBRARY_DIR=%{_lib} -DBEAR_FACTORY_INSTALL_LIBRARY_DIR=%{_lib} -DPTB_INSTALL_CUSTOM_LIBRARY_DIR=%{_lib}
%make

%install
%makeinstall_std -C build

%find_lang %{name} bear-factory bear-engine %{name}.lang

rm -f %{buildroot}%{_datadir}/menu/plee-the-bear

%files -f %{name}.lang
%{_bindir}/*
%{_libdir}/*.so
%{_datadir}/plee-the-bear
%{_datadir}/bear-factory
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/pixmaps/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-4
+ Revision: f3a9b24
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6386 |14cr|plib-1.8.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Steve's Portable Game Library
Name:		plib
Version:	1.8.5
Release:	7
License:	LGPLv2+
Group:		Development/C++
URL:		http://plib.sourceforge.net/
Source0:	http://plib.sourceforge.net/dist/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xmu)

%description
Write games and other realtime interactive applications that are 100% portable
across a wide range of hardware and operating systems.

#----------------------------------------------------

%package devel
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C++

%description devel
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files devel
%doc README ChangeLog AUTHORS KNOWN_BUGS
%{_libdir}/lib%{name}*.a
%{_includedir}/plib/

#----------------------------------------------------

%prep
%setup -q

%build
export CFLAGS="%{optflags} -fPIC"
export LDFLAGS="%{optflags} -fPIC"
export CXXFLAGS="%{optflags} -fPIC"
%configure2_5x
%make

%install
%makeinstall \
	includedir=%{buildroot}%{_includedir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.5-7
+ Revision: 398d8fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6387 |14cr|plplot-5.10.0-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq '\/usr\/share\/plplot5.10.0\/examples\/tk\/xtk01'
#define	svnversion	0.0.0
#define	svnsnapshot	svn
#define	baseversion	#{svnversion}
#define	srcversion	#{version}#{svnsnapshot}

%define baseversion %{version}
%define srcversion %{version}

%define majorcsiro 0
%define libcsiro %mklibname csiro %{majorcsiro}

%define majorqsastime 0
%define libqsastime %mklibname qsastime %{majorqsastime}

%define majorplplotadad 1
%define libadad %mklibname %{name}adad %{majorplplotadad}

%define majorplplotqtd  1
%define libqtd %mklibname %{name}qtd %{majorplplotqtd}

%define majorplplotf95d 11
%define libf95d %mklibname %{name}f95d %{majorplplotf95d}

%define majorplplotcxxd 11
%define libcxxd %mklibname %{name}cxxd %{majorplplotcxxd}

%define majortclmatrixd 9
%define libtclmatrixd %mklibname tclmatrixd %{majortclmatrixd}

%define majorplplottcltkd 11
%define libtcltkd %mklibname %{name}tcltkd %{majorplplottcltkd}

%define majorplplottcltk_Maind  0
%define libtcltk_maind %mklibname %{name}tcltk_maind %{majorplplottcltk_Maind}

%define majorplplotd 12
%define libname %mklibname plplotd %{majorplplotd}
%define devname %mklibname %{name} -d

%define pythonname python-%{name}
%define ocamlname ocaml-%{name}
%define javaname java-%{name}
%define octavename octave-%{name}
%define luaname lua-%{name}

#OFF because not yet on mga
#needs itcl
%define enable_itcl OFF

#itk also requires iwidgets, we currently have inconsistent versions
#(itk-3 and iwidgets-4 euuhhh?)
%define enable_itk OFF
%define itk_version 3.4
%define iwidget_dir %{_datadir}/tcl8.5/iwidgets4.1

#needs PDL::Graphics::PLplot
%define enable_pdl OFF

#needs D compiler
%define enable_d OFF

#needs lasi
%define enable_psttf OFF

#to find fonts for freetype
%define gnu_font_path "/usr/share/fonts/ttf"

#to compile against TCL 8.6
%define c_flags "-DUSE_INTERP_RESULT -lm"

#make install default
%define lua_version 5.2

#autodetection of tk version fails due to no X11 environment
%define tk_version 8.5.15

#shapelib includedir
%define includeshp_dir %{_includedir}/libshp

#fortran and ada files reside in the gcc directory
%define gccinstall_dir %(LC_ALL=C %__cc --print-search-dirs | %__grep install | %__awk '{print $2}')
%define includef_dir %{gccinstall_dir}/finclude
%define libada_dir %{gccinstall_dir}/adalib
%define includeada_dir %{gccinstall_dir}/adainclude

Summary:	A cross-platform software package for creating scientific plots
Name:		plplot
Version:	5.10.0
Release:	19
License:	LGPLv2+
Group:		Development/Other
Url:		http://plplot.sourceforge.net/
Source0:	http://downloads.sourceforge.net/plplot/%{name}-%{version}.tar.gz
Patch1:		plplot-5.10.0-lua5.2.patch
Patch2:		plplot-5.10.0-build-fpic.patch
Patch3:		plplot-5.10.0-incqhull.patch
Patch4:		plplot-5.10.0-cairo-dpi.patch
#From Fedora:
Patch5:		plplot-5.10.0-octave.patch
Patch6:		plplot-5.10.0-octave38.patch
#From Gentoo
Patch7:		plplot-5.10.0-have-config-h.patch

BuildRequires:	cmake
BuildRequires:	gcc-gfortran
BuildRequires:	quadmath-devel
BuildRequires:	gcc-c++
BuildRequires:	gcc-gnat >= 4.7
BuildRequires:	libgnat >= 4.7
#BuildRequires:	gnu-free-fonts-compat
#BuildRequires:	gnu-free-mono-fonts
#BuildRequires:	gnu-free-sans-fonts
#BuildRequires:	gnu-free-serif-fonts
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-doc
BuildRequires:	ocaml-camlidl-devel
BuildRequires:	ocaml-lablgtk2-devel
BuildRequires:	ocaml-cairo-devel
BuildRequires:	perl-PDL
BuildRequires:	perl-XML-DOM
BuildRequires:	sed
BuildRequires:	swig
BuildRequires:	itk-devel
BuildRequires:	java-1.7.0-openjdk-devel #java-devel-openjdk
BuildRequires:	libltdl-devel
BuildRequires:	octave-devel
BuildRequires:	python-numpy-devel
BuildRequires:	qhull-devel
BuildRequires:	qt4-devel
BuildRequires:	shapelib-devel
#BuildRequires:	wxgtk-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libagg)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sm)
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xcomposite)

%description
PLplot is a cross-platform software package for creating scientific
plots. To help accomplish that task it is organized as a core C
library, language bindings for that library, and device drivers which
control how the plots are presented in non-interactive and interactive
plotting contexts. The PLplot core library can be used to create
standard x-y plots, semi-log plots, log-log plots, contour plots, 3D
surface plots, mesh plots, bar charts and pie charts. Multiple graphs
(of the same or different sizes) may be placed on a single page, and
multiple pages are allowed for those device formats that support them.

%files
%doc README README.* AUTHORS NEWS PROBLEMS FAQ ChangeLog.*
%{_bindir}/pl*
%{_mandir}/man1/*
%{_datadir}/%{name}%{baseversion}/*.fnt
%{_datadir}/%{name}%{baseversion}/*.shp
%{_datadir}/%{name}%{baseversion}/*.shx
%{_datadir}/%{name}%{baseversion}/*.pal
%{_datadir}/%{name}%{baseversion}/*.tcl
%{_datadir}/%{name}%{baseversion}/tcl/

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library and driver modules for PLplot
Group:		System/Libraries
Obsoletes:	%{_lib}plplot12 < 5.10.0-4

%description -n %{libname}
%{summary}.

%files -n %{libname}
%doc ABOUT Copyright COPYING.*
%dir %{_libdir}/%{name}%{baseversion}
%{_libdir}/libplplotd.so.%{majorplplotd}
%{_libdir}/libplplotd.so.%{majorplplotd}.*
%{_libdir}/%{name}%{baseversion}/driversd/cairo.*
%{_libdir}/%{name}%{baseversion}/driversd/mem.*
%{_libdir}/%{name}%{baseversion}/driversd/ntk.*
%{_libdir}/%{name}%{baseversion}/driversd/null.*
%{_libdir}/%{name}%{baseversion}/driversd/ps.*
%{_libdir}/%{name}%{baseversion}/driversd/svg.*
%{_libdir}/%{name}%{baseversion}/driversd/xfig.*
%{_libdir}/%{name}%{baseversion}/driversd/xwin.*

#----------------------------------------------------------------------------

%package -n %{libcsiro}
Summary:	Scientific plotting library (CSIRO libraries)
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libcsiro}
This package contains shared libraries for plplot used in geometry
applications.

%files -n %{libcsiro}
%{_libdir}/libcsirocsa.so.%{majorcsiro}
%{_libdir}/libcsirocsa.so.%{majorcsiro}.*
%{_libdir}/libcsironn.so.%{majorcsiro}
%{_libdir}/libcsironn.so.%{majorcsiro}.*

#----------------------------------------------------------------------------

%package -n %{libqsastime}
Summary:	Time format conversion library
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libqsastime}
The qsastime library is a simple library for handling time format
conversion. It overcomes the limitations of the POSIX time handling
routines by allow high precision time variables over a large range
of ranges of dates and by correctly handling leap seconds. It was
designed with the needs of scientific data plotting in mind.

%files -n %{libqsastime}
%{_libdir}/libqsastime.so.%{majorqsastime}
%{_libdir}/libqsastime.so.%{majorqsastime}.*

#----------------------------------------------------------------------------

%package -n %{libadad}
Summary:	Ada runtime support library for PLplot
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libadad}
This package contains Ada runtime support library for PLplot.

%files -n %{libadad}
%{_libdir}/libplplotadad.so.%{majorplplotadad}
%{_libdir}/libplplotadad.so.%{majorplplotadad}.*
%{libada_dir}/plplotadad/

#----------------------------------------------------------------------------

%package -n %{libqtd}
Summary:	Qt driver module and bindings for PLplot
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libqtd}
This package provides the Qt driver module for PLplot. It also provides
C++ bindings to allow use of the PLplot API in Qt applications.

%files -n %{libqtd}
%dir %{_libdir}/%{name}%{baseversion}
%{_libdir}/libplplotqtd.so.%{majorplplotqtd}
%{_libdir}/libplplotqtd.so.%{majorplplotqtd}.*
%{_libdir}/%{name}%{baseversion}/driversd/qt.*

#----------------------------------------------------------------------------

%package -n %{libf95d}
Summary:	Fortran 95 bindings for PLplot
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libf95d}
This package contains the Fortran 95 bindings for PLplot.

%files -n %{libf95d}
%{_libdir}/libplplotf95cd.so.%{majorplplotf95d}
%{_libdir}/libplplotf95cd.so.%{majorplplotf95d}.*
%{_libdir}/libplplotf95d.so.%{majorplplotf95d}
%{_libdir}/libplplotf95d.so.%{majorplplotf95d}.*

#----------------------------------------------------------------------------

%package -n %{libcxxd}
Summary:	C++ bindings for PLplot
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libcxxd}
This package contains the C++ bindings for PLplot.

%files -n %{libcxxd}
%{_libdir}/libplplotcxxd.so.%{majorplplotcxxd}
%{_libdir}/libplplotcxxd.so.%{majorplplotcxxd}.*

#----------------------------------------------------------------------------

%package -n %{libtclmatrixd}
Summary:	Tcl Matrix extension library for PLplot
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libtclmatrixd}
This package provides the Tcl Matrix extension library for PLplot.

%files -n %{libtclmatrixd}
%{_libdir}/libtclmatrixd.so.%{majortclmatrixd}
%{_libdir}/libtclmatrixd.so.%{majortclmatrixd}.*

#----------------------------------------------------------------------------

%package -n %{libtcltkd}
Summary:	Tcl/Tk support for PLplot
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libtcltkd}
This package provides Tcl/Tk support for PLplot. It also provides
Tk driver module.

%files -n %{libtcltkd}
%{_libdir}/libplplottcltkd.so.%{majorplplottcltkd}
%{_libdir}/libplplottcltkd.so.%{majorplplottcltkd}.*
%{_libdir}/%{name}%{baseversion}/driversd/tk.*
%{_libdir}/%{name}%{baseversion}/driversd/tkwin.*

#----------------------------------------------------------------------------

%package -n %{libtcltk_maind}
Summary:	Tcl/Tk support library for PLplot
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libtcltk_maind}
This package provides Tcl/Tk support for PLplot.

%files -n %{libtcltk_maind}
%{_libdir}/libplplottcltk_Maind.so.%{majorplplottcltk_Maind}
%{_libdir}/libplplottcltk_Maind.so.%{majorplplottcltk_Maind}.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for PLplot
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libcsiro} = %{EVRD}
Requires:	%{libqsastime} = %{EVRD}
Requires:	%{libadad} = %{EVRD}
Requires:	%{libqtd} = %{EVRD}
Requires:	%{libf95d} = %{EVRD}
Requires:	%{libcxxd} = %{EVRD}
Requires:	%{libtclmatrixd} = %{EVRD}
Requires:	%{libtcltkd} = %{EVRD}
Requires:	%{libtcltk_maind} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}plplot12 < 5.10.0-17

%description -n %{devname}
%{summary}.

%files -n %{devname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%dir %{includef_dir}/%{name}
#{includef_dir}/#{name}/*.h
%{includef_dir}/%{name}/*.mod
%{_libdir}/libcsiro*.so
%{_libdir}/libqsastime.so
%{_libdir}/libplplot*.so
%{_libdir}/libtclmatrixd.so
%{_libdir}/pkgconfig/plplotd-ada.pc
%{_libdir}/pkgconfig/plplotd-c++.pc
%{_libdir}/pkgconfig/plplotd-f95.pc
%{_libdir}/pkgconfig/plplotd-qt.pc
%{_libdir}/pkgconfig/plplotd-tcl.pc
%{_libdir}/pkgconfig/plplotd-tcl_Main.pc
%{_libdir}/pkgconfig/plplotd.pc
%{includeada_dir}/plplotadad
%dir %{_datadir}/%{name}%{baseversion}/examples
%{_datadir}/%{name}%{baseversion}/examples/CMakeLists.txt
%{_datadir}/%{name}%{baseversion}/examples/Makefile
%{_datadir}/%{name}%{baseversion}/examples/ada
%{_datadir}/%{name}%{baseversion}/examples/c++
%{_datadir}/%{name}%{baseversion}/examples/c
%{_datadir}/%{name}%{baseversion}/examples/cmake
%{_datadir}/%{name}%{baseversion}/examples/f95
%{_datadir}/%{name}%{baseversion}/examples/lena.pgm
%{_datadir}/%{name}%{baseversion}/examples/plplot-test*
%{_datadir}/%{name}%{baseversion}/examples/tcl
%{_datadir}/%{name}%{baseversion}/examples/test_ada.sh
%{_datadir}/%{name}%{baseversion}/examples/test_c.sh
%{_datadir}/%{name}%{baseversion}/examples/test_c_interactive.sh
%{_datadir}/%{name}%{baseversion}/examples/test_cxx.sh
%{_datadir}/%{name}%{baseversion}/examples/test_diff.sh
%{_datadir}/%{name}%{baseversion}/examples/test_f95.sh
%{_datadir}/%{name}%{baseversion}/examples/test_lua.sh
%{_datadir}/%{name}%{baseversion}/examples/test_tcl.sh
%{_datadir}/%{name}%{baseversion}/examples/tk/

#----------------------------------------------------------------------------

%package -n %{pythonname}
Summary:	PLplot support for Python
Group:		Development/Python
Requires:	python
Provides:	%{name}-python = %{EVRD}

%description -n %{pythonname}
%{summary}.

%files -n %{pythonname}
%{python_sitearch}/_plplotcmodule.so
%{python_sitearch}/plplot*
%{python_sitearch}/Plframe.*
%{python_sitearch}/TclSup.*
%{_datadir}/%{name}%{baseversion}/examples/python
%{_datadir}/%{name}%{baseversion}/examples/test_python.sh

#----------------------------------------------------------------------------

%package -n %{ocamlname}
Summary:	PLplot support for OCaml
Group:		Development/Other
Provides:	%{name}-ocaml = %{EVRD}

%description -n %{ocamlname}
%{summary}.

%files -n %{ocamlname}
%{_libdir}/ocaml/%{name}
%{_libdir}/ocaml/stublibs/*
%{_libdir}/ocaml/plcairo/*
%{_libdir}/pkgconfig/plplotd-ocaml.pc
%{_datadir}/%{name}%{baseversion}/examples/ocaml/
%{_datadir}/%{name}%{baseversion}/examples/test_ocaml.sh

#----------------------------------------------------------------------------

%package -n %{javaname}
Summary:	PLplot support for Java
Group:		Development/Java
Requires:	java
Provides:	%{name}-java = %{EVRD}

%description -n %{javaname}
%{summary}.

%files -n %{javaname}
%{_libdir}/%{name}/plplotjavac_wrap.so
%{_datadir}/java/plplot.jar
%{_datadir}/%{name}%{baseversion}/examples/java/
%{_datadir}/%{name}%{baseversion}/examples/test_java.sh

#----------------------------------------------------------------------------

%package -n %{octavename}
Summary:	PLplot support for Octave
Group:		Sciences/Mathematics
Requires:	octave
Provides:	%{name}-octave = %{EVRD}

%description -n %{octavename}
%{summary}.

%files -n %{octavename}
%{_datadir}/plplot_octave/
%{_datadir}/octave/site/m/PLplot/
%{_libdir}/octave/site/oct/*/plplot_octave.oct
%{_datadir}/%{name}%{baseversion}/examples/lena.img
%{_datadir}/%{name}%{baseversion}/examples/octave/
%{_datadir}/%{name}%{baseversion}/examples/test_octave.sh
%{_datadir}/%{name}%{baseversion}/examples/test_octave_interactive.sh

#----------------------------------------------------------------------------

%package -n %{luaname}
Summary:	PLplot support for Lua
Group:		Sciences/Mathematics
Requires:	lua%{lua_version}
Provides:	%{name}-lua = %{EVRD}
Conflicts:	%{_lib}plplot-devel < 5.10.0-5

%description -n %{luaname}
%{summary}.

%files -n %{luaname}
%dir %{_libdir}/lua/%{lua_version}/plplot/
%{_libdir}/lua/%{lua_version}/plplot/plplotluac.so
%{_datadir}/%{name}%{baseversion}/examples/lua/

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{srcversion}
%apply_patches

%build
%cmake \
	-DENABLE_itcl=%{enable_itcl} \
	-DENABLE_itk=%{enable_itk} \
	-DENABLE_pdl=%{enable_pdl} \
	-DENABLE_d=%{enable_d} \
	-DPLD_psttf=%{enable_psttf} \
	-DPL_FREETYPE_FONT_PATH:PATH=%{gnu_font_path} \
	-DCMAKE_C_FLAGS:STRING=%{c_flags} \
	-DTEST_DYNDRIVERS=OFF \
	-DUSE_RPATH:BOOL=OFF \
	-DF95_MOD_DIR:PATH=%{includef_dir}/%{name} \
	-DF77_INCLUDE_DIR:PATH=%{includef_dir}/%{name} \
	-DOCAML_INSTALL_DIR:PATH=%{_libdir}/ocaml \
	-DJAVAWRAPPER_DIR:PATH=%{_libdir}/%{name} \
	-DCMAKE_BUILD_TYPE=Release \
	-DSHAPELIB_INCLUDE_DIR=%{includeshp_dir} \
	-DPLPLOT_ITK_VERSION:STRING=%{itk_version} \
	-DPLPLOT_TK_VERSION:STRING=%{tk_version}
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_libdir}/libplf95demolibd.a

#install ada files into the right place, the -DADA_LIB_DIR variable
#cannot be overloaded
mkdir -p %{buildroot}%{libada_dir}
mkdir -p %{buildroot}%{includeada_dir}
pushd %{buildroot}%{_datadir}/ada/adainclude
mv plplotadad %{buildroot}%{libada_dir}/plplotadad
popd
pushd %{buildroot}%{_libdir}/ada/adalib
mv plplotadad %{buildroot}%{includeada_dir}/plplotadad
popd

#remove remaining *.in example files screwing up find
#requires scripts
rm -f %{buildroot}%{_datadir}/%{name}%{baseversion}/examples/tk/*.in
rm -f %{buildroot}%{_datadir}/%{name}%{baseversion}/examples/tcl/*.in


%changelog
* Wed Aug 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.10.0-19
+ Revision: 5fc4177
- Updated for lua 5.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6388 |14cr|plptools-1.0.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libmajor 0
%define libname %mklibname plp %libmajor

#
# Conditionals
#
%{?_with_debug: %define _with_debug --enable-debug}
%{?_with_debug: %define optflags -g}
%{!?_with_debug: %define _with_debug --disable-debug}

Summary: Connectivity for psion series 5
Name: plptools
Version: 1.0.11
Release: 4
URL: http://plptools.sourceforge.net/
Source: http://downloads.sourceforge.net/plptools/plptools-%{version}.tar.gz
Patch0: plptools-0.17-lib64.patch
Patch1: plptools-0.18-init_lsb.patch
License: GPL
Group: Communications
Buildrequires: readline-devel newt-devel termcap-devel
BuildRequires: fuse-devel
Requires: chkconfig >= 0.9
Requires(post,preun):	rpm-helper

%description
This package contains the programs (client and server), necessary to
communicate with a Psion palmtop. The psion's file-system will
be automatically mounted under /mnt/psion at the time it is
connected to your computer. If the psion is shut down or
disconnected, the contents of /mnt/psion will automatically
disappear. Other programs included are:
 - plpftp, a program which allows you to transfer files in a ftp-like
   manner, view and modifiy processes on your psion.
 - plpbackup, a backup/restore utility.
 - plpprintd, a daemon for enabling printing from a Psion Series 5 via any
   accessible printer.
 - sisinstall, an installer for Psion's SIS software package format.

%description -l de
Dieses Packet enthält Programme zur Kommunikation mit einem Psion Palmtop.
Das Dateisystem des Psion wird beim Anschließen automatisch unter
/mnt/psion eingehängt. Wird der Psion ausgeschaltet oder das Kabel
gezogen, so verschwindet der Inhalt dieses Verzeichnisses automatisch
und erscheint erneuten Anschließen wieder. Weiterhin sind enthalten:
 - plpftp, ein Programm welches eine FTP-ähnliche Oberfläche
   für Dateitransfer    bietet und Prozesse auf dem Psion stoppen
   und starten kann.
 - plpbackup, ein Backup/Restore Utility für die Kommandozeile.
 - plpprintd, ein Daemon welcher Ausdrucken von einem Psion Serie 5 über
   beliebige vefügbare Drucker ermöglicht
 - sisinstall, ein Installationsprogramm für das Psion-eigene SIS
   packetformat.

%package -n %{libname}
Summary: Shared library for psion series 5 communication
Group: System/Libraries
License: GPL

%description -n %{libname}
This package contains the shared library required by programs which can 
communicate with a Psion palmtop.

%package -n %{libname}-devel
Summary: Development library and headers for psion series 5 communication
Group: Development/C
License: GPL
Provides: plp-devel = %{version}-%{release}
Provides: libplp-devel = %{version}-%{release}
Requires: %{libname} = %{version}

%description -n %{libname}-devel
This package contains the development library and header files for building
programs which can communicate with a Psion palmtop.

%description -l de -n %{libname}-devel
Dieses Packet enthält die statische Bibliothek und include-Dateien
zur Programm-Entwicklung von Kommunikations-software für den Psion.

%package -n %{libname}-static-devel
Summary: Static library for psion series 5 communication
Group: Development/C
License: GPL
Requires: %{libname}-devel = %{version}-%{release}

%description -n %{libname}-static-devel
This package contains the static library for building programs which can 
communicate with a Psion palmtop.

%prep
%setup -q
#patch0 -p1 -b .lib64
%patch1 -p1 -b .init_lsb

%build
export CPPFLAGS="-D_FILE_OFFSET_BITS=64"
%configure2_5x --with-initdir=%{_initrddir} %{_with_debug} --disable-rpath
%make

%install
mkdir -p %{buildroot}/%{_prefix} $%{buildroot}%{_initrddir}
%makeinstall_std
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
cat>%{buildroot}%{_sysconfdir}/sysconfig/plptools<<EOF
START_NCPD=yes
PLPFUSE_ARGS=
START_PLPFUSE=yes
PLPNFSD_ARGS=
START_PLPPRINTD=yes
PLPPRINTD_ARGS=
EOF

%find_lang %{name}

%post
test ! -d /mnt/psion && mkdir -p /mnt/psion
%_post_service %{name}

%preun
%_preun_service %{name}

%files -f %{name}.lang
%doc COPYING INSTALL ChangeLog README TODO etc/*magic
%doc etc/udev-usbserial-plptools.rules
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/*/*
%{_datadir}/%{name}/*
%config(noreplace) %{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}

%files -n %{libname}
%{_libdir}/libplp.so.%{libmajor}*

%files -n %{libname}-devel
%doc doc/api
%{_libdir}/libplp.so
%{_includedir}/%{name}/*

%files -n %{libname}-static-devel
%{_libdir}/libplp.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.11-4
+ Revision: be8ee0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6389 |14cr|plt-4.2.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major %{version}
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define _disable_ld_as_needed 1
%define _disable_ld_no_undefined 1

Summary:	PLT Scheme
Name:		plt
Version:	4.2.4
Release:	5
Epoch:		1
License:	LGPLv2+
Group:		Development/Other
Url:		http://www.plt-scheme.org
Source0:	http://download.plt-scheme.org/bundles/%{version}/plt/%{name}-%{version}-src-unix.tgz
Source1:	drscheme.png
Source2:	%{name}.rpmlintrc
Patch0:		plt-4.2.4-strfmt.patch
Patch1:		plt-4.2.4-gcc4.9.patch
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)

%description
PLT Scheme is an umbrella name for a family of implementations of the
Scheme programming language.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libmzscheme3m-%{version}.so
%{_libdir}/libmred3m-%{version}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%{_libdir}/libmzscheme3m.so
%{_libdir}/libmred3m.so
%{_includedir}/*

#----------------------------------------------------------------------------

%package mzscheme
Summary:	PLT Scheme implementation
Group:		Development/Other
Requires:	%{libname} = %{EVRD}

%description mzscheme
MzScheme is the PLT Scheme implementation. It implements
the language as described in the Revised^5 Report on the
Algorithmic Language Scheme and adds numerous extensions.

%files mzscheme
%doc readme.txt
%{_libdir}/%{name}
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%{name}
%exclude %{_bindir}/mred
%exclude %{_bindir}/drscheme
%exclude %{_mandir}/man1/mred.1*
%exclude %{_mandir}/man1/drscheme.1*
%exclude %{_libdir}/%{name}/collects/mred
%exclude %{_libdir}/%{name}/collects/drscheme
%exclude %{_datadir}/%{name}/doc/drscheme

#----------------------------------------------------------------------------

%package mred
Summary:	PLT graphical Scheme implementation
Group:		Development/Other
Requires:	%{name}-mzscheme = %{EVRD}

%description mred
MrEd is the PLT's graphical Scheme implementation. It embeds and
extends MzScheme with a graphical user interface (GUI) toolbox.

%files mred
%{_libdir}/%{name}/collects/mred
%{_bindir}/mred
%{_mandir}/man1/mred.1*

#----------------------------------------------------------------------------

%package drscheme
Summary:	PLT graphical development environment
Group:		Development/Other
Requires:	%{name}-mred = %{EVRD}

%description drscheme
DrScheme is the graphical development environment for creating
MzScheme and MrEd applications.

%files drscheme
%{_libdir}/%{name}/collects/drscheme
%{_bindir}/drscheme
%{_mandir}/man1/drscheme.1*
%{_datadir}/%{name}/doc/drscheme
%{_datadir}/pixmaps/drscheme.png
%{_iconsdir}/hicolor/*/apps/drscheme.png
%{_datadir}/applications/drscheme.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .strfmt~
%patch1 -p1 -b .gcc49~

%build
cd src
%configure2_5x \
	--enable-shared
# parallel build doesn't work
make

%install
cd src
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%makeinstall_std

# correct installation
install -d -m 755 %{buildroot}%{_datadir}
install -d -m 755 %{buildroot}%{_libdir}/%{name}

# correct perms
find %{buildroot}%{_libdir}/%{name}/collects -type d -exec chmod 755 {} \;
find %{buildroot}%{_datadir}/%{name}/doc -type d -exec chmod 755 {} \;

%multiarch_includes %{buildroot}%{_includedir}/plt/mzconfig.h

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/drscheme.desktop << EOF
[Desktop Entry]
Name=DrScheme
Comment=Scheme IDE
Exec=drscheme
Icon=drscheme
Terminal=false
Type=Application
StartupNotify=true
Categories=Development;IDE;
EOF

mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -scale "48X48" %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/drscheme.png
convert -scale "16x16" %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/drscheme.png
convert -scale "32x32" %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/drscheme.png
convert -scale "48x48" %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/drscheme.png

%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.2.4-5
+ Revision: ec695b4
- Don't create buildroot manually



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6390 |14cr|pluma-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define build_with_python 1
%define oname mate-text-editor

Summary:       Small but powerful text editor for MATE
Name:          pluma
Version:       1.8.0
Release:       2
License:       GPLv2+
Group:         Editors 
URL:           http://mate-desktop.org
Source0:       http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:        pluma-1.7.90-mga-fix_underlinking.patch

BuildRequires: aspell-devel
BuildRequires: enchant-devel
BuildRequires: iso-codes
BuildRequires: docbook-dtd412-xml
BuildRequires: intltool
BuildRequires: xml2po
BuildRequires: mate-common
BuildRequires: itstool
BuildRequires: yelp-tools
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(enchant)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtk-doc)
BuildRequires: pkgconfig(gtksourceview-2.0)
BuildRequires: pkgconfig(iso-codes)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(mate-doc-utils)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
%if %{build_with_python}
BuildRequires: pkgconfig(pygobject-2.0)
BuildRequires: pkgconfig(pygtk-2.0)
BuildRequires: pkgconfig(pygtksourceview-2.0)
BuildRequires: python
%endif

Requires:      pyorbit
# the run-command plugin uses zenity
Requires:      zenity

%rename %{oname}

%description
Pluma is a small but powerful text editor designed expressly
for MATE.

It includes such features as split-screen mode, a plugin
API, which allows Pluma to be extended to support many
features while remaining small at its core, multiple
document editing through the use of a 'tabbed' notebook and
many more functions.

%package devel
Group:    Development/C
Summary:  Headers for writing Pluma plugins
Provides: %{name}-devel = %{version}-%{release}
Provides: %{oname}-devel = %{version}-%{release}

%description devel
Pluma is a small but powerful text editor designed expressly
for MATE.

It includes such features as split-screen mode, a plugin
API, which allows Pluma to be extended to support many
features while remaining small at its core, multiple
document editing through the use of a 'tabbed' notebook and
many more functions.

Install this if you want to build plugins that use Pluma's API.

%prep
%setup -q
%apply_patches

%build
# NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
        --enable-gtk-doc     \
        --enable-gvfs-metadata    \
%if %{build_with_python}
        --enable-python 
%else
        --disable-python
%endif

%make LIBS='-lm -lgmodule-2.0'

%install

%makeinstall_std

%{find_lang} %{name} --with-gnome

%files  -f %{name}.lang
%doc README COPYING AUTHORS
%{_bindir}/pluma
# %{_bindir}/mate-text-editor
%{_datadir}/pluma
# %{_datadir}/mate/help/pluma
%{_datadir}/applications/pluma.desktop
%{_mandir}/man1/*
%{_libexecdir}/pluma
%{_datadir}/glib-2.0/schemas/org.mate.pluma.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.pluma.plugins.filebrowser.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.pluma.plugins.time.gschema.xml
%{_datadir}/MateConf/gsettings/pluma.convert

%files devel
%{_includedir}/pluma
%{_libdir}/pkgconfig/pluma.pc
%_datadir/gtk-doc/html/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: f961663
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6391 |14cr|pluma-plugins-1.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname mate-text-editor-plugins

Summary:       Plugins for pluma
Name:          pluma-plugins
Version:       1.2.0
Release:       3
License:       GPLv2+
Group:         Editors 
URL:           https://github.com/cygwinports/mate-text-editor-plugins
# Git source:
Source0:       %{oname}-master.zip
Patch0:        mate-text-editor-plugins-1.2.0-mga-remove-obsolated-plugins.patch

BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(dbus-python)
BuildRequires: pkgconfig(vte)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(pluma) >= 1.6.0
BuildRequires: pkgconfig(pygobject-2.0)
BuildRequires: pkgconfig(pygtk-2.0)
BuildRequires: pkgconfig(pygtksourceview-2.0)
BuildRequires: python

Requires:      pluma >= 1.6.0
Requires:      python-gtksourceview

%rename %{oname}

%description
Pluma is a small but powerful text editor designed expressly
for MATE.

It includes such features as split-screen mode, a plugin
API, which allows Pluma to be extended to support many
features while remaining small at its core, multiple
document editing through the use of a 'tabbed' notebook and
many more functions.


This package contains some extra plugins for Pluma, extending Pluma
functionality.

%prep
%setup -q -n %{oname}-master
%apply_patches

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x --with-plugins=all

%make LIBS='-lm -lgmodule-2.0'

%install

%makeinstall_std

%{find_lang} %{name}

%files  -f %{name}.lang
%doc README COPYING AUTHORS
%{_datadir}/pluma/plugins/*
%{_libdir}/pluma/plugins/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-3
+ Revision: 74bda02
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6392 |14cr|plymouth-theme-steampunk-3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# noarch package but uses _lib macro in post scripts
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	"SteampunK Powered Linux" Plymouth theme
Name:		plymouth-theme-steampunk
Version:	3.0
Release:	2
License:	Creative Commons Attribution-ShareAlike
Group:		System/Kernel and hardware
Url:		http://kde-look.org/content/show.php?content=146030
Source0:	http://sites.google.com/site/binaryinspiration/download/SPL_Plymouth.tar.gz
Requires:	plymouth
Requires(post,postun):	plymouth-scripts

%description
This package contains the "SteampunK Powered Linux" Plymouth theme.

%files
%{_datadir}/plymouth/themes/SteampunK

%post
if [ -x %{_sbindir}/plymouth-set-default-theme ]; then
    export LIB=%{_lib}
    if [ $1 -eq 1 ]; then
        %{_sbindir}/plymouth-set-default-theme --rebuild-initrd SteampunK
    else
        THEME=$(%{_sbindir}/plymouth-set-default-theme)
        if [ "$THEME" == "text" -o "$THEME" == "SteampunK" ]; then
            %{_sbindir}/plymouth-set-default-theme --rebuild-initrd SteampunK
        fi
    fi
fi

%postun
export LIB=%{_lib}
if [ $1 -eq 0 -a -x %{_sbindir}/plymouth-set-default-theme ]; then
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "SteampunK" ]; then
        %{_sbindir}/plymouth-set-default-theme --reset --rebuild-initrd
    fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q -c
find . -type f | xargs chmod 0644

%build
# nothing

%install
mkdir -p %{buildroot}%{_datadir}/plymouth/themes/

cp -r SteampunK %{buildroot}%{_datadir}/plymouth/themes/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-2
+ Revision: 3085f5d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6393 |14cr|plzip-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		plzip
Summary:	Multi-threaded LZMA archiver
Version:	0.9
Release:	2
License:	GPLv3+
Group:		Archiving/Compression
URL:		http://www.nongnu.org/lzip/plzip.html
Source0:	http://download.savannah.gnu.org/releases/lzip/%{name}-%{version}.tar.lz
BuildRequires:	lzip
BuildRequires:	lzlib-devel

%description
Plzip is a massively parallel (multi-threaded), lossless data compressor based
on the LZMA algorithm, with very safe integrity checking and a user interface
similar to the one of gzip or bzip2. Plzip uses the lzip file format; the files
produced by plzip are fully compatible with lzip-1.4 or newer, and can be
rescued with lziprecover.

Plzip is intended for faster compression/decompression of big files
on multiprocessor machines, which makes it specially well suited
for distribution of big software files and large scale data archiving. On files
big enough, plzip can use hundreds of processors. 

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

%files
%{_bindir}/plzip
%{_mandir}/man1/plzip.1*
%{_infodir}/plzip.info*
%doc AUTHORS ChangeLog NEWS README

%if %{mdvver} < 201200
%post
%_install_info

%postun
%_remove_install_info
%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-2
+ Revision: e6692cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6394 |14cr|pmacct-0.12.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_pgsql       0
%define with_sqlite      0

Summary: Promiscuous mode IP Accounting package
Name: pmacct
Version: 0.12.5
Release: 1
License: GPL
Group: Monitoring
Source: http://www.pmacct.net/%{name}-%{version}.tar.gz
Source1: nfacctd.init
Source2: pmacctd.init
Source3: sfacctd.init
Source4: sfacctd.conf
Patch1: pmacct-fix_realloc.patch
URL: http://www.pmacct.net/
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: mysql-devel
%if %{with_pgsql}
BuildRequires: postgresql-devel
%endif
%if %{with_sqlite}
BuildRequires: sqlite-devel >= 3.0.0
%endif
BuildRequires: libpcap-devel

%description
pmacct is a small set of passive network monitoring tools to measure, account,
classify and aggregate IPv4 and IPv6 traffic; a pluggable and flexible
architecture allows to store the collected traffic data into memory tables or
SQL (MySQL, SQLite, PostgreSQL) databases. pmacct supports fully customizable
historical data breakdown, flow sampling, filtering and tagging, recovery
actions, and triggers. Libpcap, sFlow v2/v4/v5 and NetFlow v1/v5/v7/v8/v9 are
supported, both unicast and multicast. Also, a client program makes it easy to
export data to tools like RRDtool, GNUPlot, Net-SNMP, MRTG, and Cacti.

%prep
%setup -q
%patch1
chmod a+rx docs examples sql
find docs examples sql -type f -print0 | xargs -r0 chmod -x

%build
%configure \
    --sysconfdir=%{_sysconfdir}/%{name} \
    --enable-threads \
    --enable-64bit \
    --enable-mysql \
%if %{with_pgsql}
    --enable-pgsql \
    --with-pgsql-includes=/usr/include/pgsql/ \
%endif
%if %{with_sqlite}
    --enable-sqlite3 \
%endif
    --enable-ulog \
    --enable-ipv6 \
    --enable-v4-mapped


%__make %{?jobs:-j%{jobs}}

%install
%makeinstall

%{__install} -Dp %{SOURCE1} %{buildroot}/%{_sysconfdir}/init.d/nfacctd
%{__install} -Dp %{SOURCE2} %{buildroot}/%{_sysconfdir}/init.d/pmacctd
%{__install} -Dp %{SOURCE3} %{buildroot}/%{_sysconfdir}/init.d/sfacctd
ln -sf ../../etc/init.d/nfacctd $RPM_BUILD_ROOT/usr/sbin/rcnfacctd
ln -sf ../../etc/init.d/pmacctd $RPM_BUILD_ROOT/usr/sbin/rcpmacctd
ln -sf ../../etc/init.d/sfacctd $RPM_BUILD_ROOT/usr/sbin/rcsfacctd

%{__install} -Dp examples/nfacctd-sql_v2.conf.example %{buildroot}/%{_sysconfdir}/pmacct/nfacctd.conf
%{__install} -Dp examples/pmacctd-sql_v2.conf.example %{buildroot}/%{_sysconfdir}/pmacct/pmacctd.conf
%{__install} -Dp %{SOURCE4} %{buildroot}/%{_sysconfdir}/pmacct/sfacctd.conf

rm -f $RPM_BUILD_ROOT/usr/sbin/rc*acctd

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog CONFIG-KEYS COPYING EXAMPLES FAQS INSTALL KNOWN-BUGS NEWS README TODO TOOLS UPGRADE
%doc docs examples sql
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_sbindir}/*
%{_sysconfdir}/init.d/*
%dir /etc/pmacct
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/pmacct/nfacctd.conf
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/pmacct/pmacctd.conf
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/pmacct/sfacctd.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.5-1
+ Revision: 4e31fc7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6395 |14cr|pmount-0.9.23-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pmount allow mounting devices without fstab modifications
Name:		pmount
Version:	0.9.23
Release:	5
License:	GPLv2+
Group:		System/Base
Url:		http://packages.debian.org/unstable/utils/pmount
Source0:	http://ftp.de.debian.org/debian/pool/main/p/%{name}/%{name}_%{version}.orig.tar.bz2
Patch0:		pmount-0.9.17-no-user-change-during-install.patch
Buildrequires:	glib-gettextize
Buildrequires:	intltool
BuildRequires:	libtool
Buildrequires:	perl-XML-Parser
Buildrequires:	gettext-devel
Buildrequires:	sysfsutils-devel
Buildrequires:	pkgconfig(blkid)

%description
Pmount allow mounting usb, firewire and pcmci media without modifying
/etc/fstab. It's a good base for automount software.

%files -f %{name}.lang
%{_mandir}/man?/*
%config(noreplace) %{_sysconfdir}/pmount.allow
%attr(4755,root,root) %{_bindir}/pmount
%attr(4755,root,root) %{_bindir}/pumount

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .no-user-change-during-install

%build
autoreconf -fi
libtoolize
%configure2_5x --disable-hal
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.23-5
+ Revision: d51e94b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6396 |14cr|pms-0.94-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Password Management System
Name:		pms
Version:	0.94
Release: 	9
License:	GPL
Group:		File tools
URL:		http://passwordms.sourceforge.net
Source:		%{name}-%{version}.tar.bz2
Patch:		%{name}.install.patch.bz2
BuildRequires:	ncurses-devel
BuildRequires:	cdk-devel

%description
The Password Management System is a simple password manager for the
console which uses blowfish for encryption and CDK for the interface.
It was written for sysadmins who must handle user logins for many computers. 

%prep
%setup -q
%patch0 -p0

%build
%configure
%make

%install
install -d %{buildroot}%{_bindir}/
%makeinstall

%files
%{_bindir}/*
%defattr(644,root,root,755)
%doc README NOTES TODO

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.94-9
+ Revision: bd674a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6397 |14cr|pmtools-20071116-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for examining kernel ACPI tables	
Name:		pmtools
Version:	20071116
Release:	8
License:	GPLv2
Group:		Development/Kernel		
Source:		http://www.lesswatts.org/patches/linux_acpi//%{name}-%{version}.tar.bz2	
Url:		http://www.lesswatts.org
BuildRoot:	%_tmppath/%name-%version-root

%description
This is a small collection of power management test and
investigation tools.  See http://acpi.sourceforge.net
for more information on ACPI for Linux.

%prep
%setup -q

%build
%make
%make -C madt

%install
mv madt/README madt/README.madt
install -d %buildroot%{_sbindir}
install madt/madt %buildroot%{_sbindir}
install acpidump/acpidump %buildroot%{_sbindir}
install acpixtract/acpixtract %buildroot%{_sbindir}

%clean
rm -fr %buildroot

%files
%defattr(-,root,root)
%doc README COPYING madt/README.madt madt/example.APIC.dat madt/example.APIC.bad.dat
%{_sbindir}/madt
%{_sbindir}/acpidump
%{_sbindir}/acpixtract



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20071116-8
+ Revision: 9da6f46
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6398 |14cr|pmw-4.240-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 4.24
%define version 4.240
%define rel 1
%if %{mdvver} >= 2011
%define release %rel
%else
%define release %mkrel %rel
%endif

Summary:	A program to typeset music scores into Postscript
Name:		pmw
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		Publishing
URL:		http://www.quercite.com/pmw.html
Source0:	http://www.quercite.com/%{name}-%{oversion}.tar.gz

%description
Philip's Music Writer is a program for typesetting music. It reads text files
as input, and generates PostScript as output. It can also write simple MIDI
files for proofhearing purposes. PMW is written in C and is freestanding; that
is, it does not require additional processing software. It is a Linux/Unix
port of a program that has run for over a decade on Acorn systems, where it
was known as Philip's Music Scribe.

%prep
%setup -q -n %{name}-%{oversion}

%build
%configure
%make

%check
make test

%install
%makeinstall_std \
	BINDIR=%{buildroot}%{_bindir} \
	DATADIR=%{buildroot}%{_datadir}/pmw \
	MANDIR=%{buildroot}%{_mandir}

rm -rf examples
mkdir examples
cp testdist/infiles/* examples/

# link fonts to ghostscript dir
mkdir -p %{buildroot}%{_datadir}/ghostscript/Resource/Font
ln -s ../../../pmw/psfonts/PMW-Alpha %{buildroot}%{_datadir}/ghostscript/Resource/Font/PMW-Alpha
ln -s ../../../pmw/psfonts/PMW-Music.pfa %{buildroot}%{_datadir}/ghostscript/Resource/Font/PMW-Music

%files
%defattr(-,root,root)
%doc doc/ChangeLog doc/spec.pdf contrib doc/examples
%{_bindir}/*
%{_datadir}/pmw
%{_datadir}/ghostscript/Resource/Font/*
%{_mandir}/man1/*



%changelog
* Thu Aug 02 2012 Rosa <rosa@rosa-build.rosalab.ru> 4.240-1
+ Revision: 17772f8
- Automatic import for version 4.240



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6399 |14cr|png2ico-20021208-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define date 2002-12-08

Summary:	PNG to icon converter
Name:		png2ico
Version:	20021208
Release:	15
License:	GPLv2+
Group:		Graphics
Url:		http://www.winterdrache.de/freeware/png2ico/index.html
Source0:	http://www.winterdrache.de/freeware/png2ico/data/%{name}-src-%{date}.tar.bz2
Patch0:		png2ico-20021208-gcc49.patch
BuildRequires:	pkgconfig(libpng)

%description
Converts PNG files to Windows icon resource files. If you're looking
for a program to create a favicon.ico for your website, look no
further. If you need instructions or don't even know what a favicon is,
check out this short tutorial on how to create and install a favicon.ico
http://www.winterdrache.de/freeware/png2ico/favicon.html

%files
%doc LICENSE VERSION README README.unix doc/bmp.txt
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -n %{name}
%patch0 -p1

%build
make CPPFLAGS="%{optflags}"

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 %{name} %{buildroot}%{_bindir}
install -m 644 doc/%{name}.1 %{buildroot}%{_mandir}/man1



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20021208-15
+ Revision: 5778218
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6400 |14cr|pngcheck-2.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PNG tester and debugger
Name:		pngcheck
Version:	2.3.0
Release:	3
License:	BSD
Group:		Graphics
URL:		http://www.libpng.org/pub/png/apps/pngcheck.html
Source0:	http://dl.sf.net/png-mng/pngcheck-%{version}.tar.gz
Patch0:		pngcheck-2.3.0-ldflags_fix.diff
Patch1:		pngcheck-2.3.0-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	zlib-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
pngcheck is the official PNG tester and debugger. Originally designed simply
to test the CRCs within a PNG image file (e.g., to check for ASCII rather
than binary transfer), it has since been extended to check and optionally
print almost all the information about a PNG image and to verify that it
conforms to the PNG specification. It also includes partial support for MNG
animations.

%prep

%setup -q
%patch0 -p0
%patch1 -p0

%build
%make -f Makefile.unx CFLAGS="%{optflags} -DUSE_ZLIB" LDFLAGS="%{ldflags}" LIBS="-lz"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 png-fix-IDAT-windowsize %{buildroot}%{_bindir}/
install -m0755 pngcheck %{buildroot}%{_bindir}/
install -m0755 pngsplit %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc CHANGELOG README
%{_bindir}/png-fix-IDAT-windowsize
%{_bindir}/pngcheck
%{_bindir}/pngsplit




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.0-3
+ Revision: c08319c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6401 |14cr|pngcrush-1.7.72-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility to compress PNG files
Name:		pngcrush
Version:	1.7.72
Release:	2
License:	zlib
Group:		Graphics
URL:		http://pmt.sourceforge.net/%{name}/
Source0:	http://downloads.sourceforge.net/project/pmt/%{name}/%{version}/%{name}-%{version}.tar.xz
Buildrequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libpng)

%description
pngcrush is an optimizer for PNG (Portable Network Graphics) files. It can
compress them as much as 40% losslessly.

%prep
%setup -q
# force using system headers
rm z*.h crc32.h deflate.h inf*.h trees.h png*.h
chmod og+r *

%build
gcc %{optflags} -O3 -funroll-loops -fomit-frame-pointer -Wall -Wshadow %{ldflags} -o pngcrush pngcrush.c $(pkg-config --cflags --libs libpng zlib) -lm

%install
install -m0755 %{name} -D %{buildroot}%{_bindir}/%{name}

%files 
%doc ChangeLog.html
%{_bindir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.72-2
+ Revision: 928e3de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6402 |14cr|pnglite-0.1.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Upstream doesn't use a SONAME and nobody knows how stable the interface is
# Please take extra care when updating this package -- bump the following
# and rebuild dependencies (shouldn't be many) if you suspect an ABI change:
%define abi_major 0
%define abi_minor 1
%define libname %mklibname %name %abi_major
%define libnamedevel %mklibname -d %name

Name:           pnglite
Version:        0.1.17
Release:        3
Summary:        A lightweight C library for loading PNG images

Group:          System/Libraries
License:        Zlib
URL:            http://www.karlings.com/~danne/pnglite/
Source0:        http://downloads.sourceforge.net/pnglite/%{name}-%{version}.zip
Patch0:         pnglite-0.1.17-zlib.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  zlib-devel

%description
pnglite is a C library for loading PNG images. It was created as a
substitute for libpng in situations when libpng is more than enough. It
currently requires zlib for inflate and crc checking and it can read the
most common types of PNG images. The library has a small and simple to use
interface.

%package -n %libname
Summary:        A lightweight C library for loading PNG images
Group:          System/Libraries
Provides:       pnglite = %{version}-%{release}

%description -n %libname
pnglite is a C library for loading PNG images. It was created as a
substitute for libpng in situations when libpng is more than enough. It
currently requires zlib for inflate and crc checking and it can read the
most common types of PNG images. The library has a small and simple to use
interface.

%package -n %libnamedevel
Summary:        Files needed to build and link programs with pnglite
Group:          Development/C
Requires:       %libname = %{version}-%{release}
Provides:       pnglite-devel = %{version}-%{release}

%description -n %libnamedevel
This contains a header file and a link to library for the linker
to link against pnglite.

%prep
%setup -q -c
%patch0 -p1 -b .zlib
sed 's/\r//' -i pnglite.h

%build
gcc %{optflags} -shared -fPIC -Wl,--soname,libpnglite.so.%{abi_major} \
       -o libpnglite.so.%{abi_major}.%{abi_minor} pnglite.c

%install
rm -rf $RPM_BUILD_ROOT

install -d $RPM_BUILD_ROOT%{_libdir}
install -d $RPM_BUILD_ROOT%{_includedir}

install -pm 0644 pnglite.h $RPM_BUILD_ROOT%{_includedir}
install libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir}
ln -s libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir}/libpnglite.so.%{abi_major}
ln -s libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir}/libpnglite.so

%clean
rm -rf $RPM_BUILD_ROOT

%files -n %libname
%defattr(-,root,root,-)
%{_libdir}/*.so.*

%files -n %libnamedevel
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_includedir}/*.h




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.17-3
+ Revision: e34dcb2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6403 |14cr|pngnq-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pngnq
Summary:	Pngnq is a tool for quantizing PNG images in RGBA format
Version:	1.1
Release:	4
License:	BSD with advertising and MIT and BSD
Group:		Graphics
URL:		http://pngnq.sourceforge.net/
Source0:	http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		pngnq-libpng15.patch
BuildRequires:	pkgconfig(libpng)

%description
Pngnq is a tool for quantizing PNG images in RGBA format.

The neuquant algorithm uses a neural network to optimize the color
map selection. This is fast and quite accurate, giving good results
on many types of images.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README COPYING ChangeLog NEWS
%{_bindir}/*
%{_mandir}/man1/%{name}.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: a17f26e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6404 |14cr|pngrewrite-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	pngrewrite
%define version	1.3.0
%define release	4

Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Graphics
Source0:	%{name}-%{version}.tar.bz2
URL:		http://entropymine.com/jason/pngrewrite/
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Summary:	PNG size optimizer
BuildRequires:	png-devel

%description
Pngrewrite is little utility that reduces the unnecessarily large
palettes that too many programs write into PNG files. It also
optimizes transparency settings, and reduces the bits-per-pixel
if possible. Handy for post-processing images before putting them
on a web site. 

%prep
%setup -q

%build
%{__cc} $RPM_OPT_FLAGS -lpng -o %{name} %{name}.c

%install
rm -rf $RPM_BUILD_ROOT
install -m755 %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-4
+ Revision: e0c3bcf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6405 |14cr|pocketsphinx-0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define devname %mklibname %{name} -d
%define libname %mklibname %{name} %{major}

%define gstname gstreamer0.10-%{name}

Summary:	Real-time speech recognition
Name:		pocketsphinx
Version:	0.8
Release:	3
License:	BSD and LGPLv2+
Group:		Sound
Url:		http://cmusphinx.sourceforge.net/
Source0:	http://sourceforge.net/projects/cmusphinx/files/pocketsphinx/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(sphinxbase)

%description
PocketSphinx is a version of the open-source Sphinx-II speech recognition
system which is able to recognize speech in real-time.  While it may be
somewhat less accurate than the offline speech recognizers, it is lightweight
enough to run on handheld and embedded devices.

%files
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for pocketsphinx executables
Group:		System/Libraries

%description -n %{libname}
Shared libraries for pocketsphinx executables.

%files -n %{libname}
%doc COPYING
%{_libdir}/lib%{name}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for developing with pocketsphinx
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Header files for developing with pocketsphinx.

%files -n %{devname}
%doc COPYING
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#-----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python interface to pocketsphinx
Group:		Development/Python
Requires:	%{name} = %{EVRD}

%description -n python-%{name}
Python interface to pocketsphinx.

%files -n python-%{name}
%doc COPYING
%{py_platsitedir}/*

#-----------------------------------------------------------------------------

%package -n %{gstname}
Summary:	Gstreamer plugin for pocketsphinx
Group:		Sound
Requires:	%{name} = %{EVRD}

%description -n %{gstname}
Gstreamer plugin for pocketsphinx.

%files -n %{gstname}
%doc COPYING
%{_libdir}/gstreamer-0.10/libgst%{name}.so

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make
#LIBS="-lsphinxbase -lsphinxad -lm"

%install
mkdir -p %{buildroot}%{python_sitearch}
%makeinstall_std

mkdir -p %{buildroot}%{_mandir}/man1
install -pm644 doc/*.1 %{buildroot}%{_mandir}/man1/

%check
%make check

%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8-3
+ Revision: aecf6f5
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6406 |14cr|pod2pdf-0.42-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       pod2pdf
Version:    0.42
Release:    5
License:    Artistic
Group:      Publishing
Summary:    Converts Pod to PDF format

Url:        http://perl.jonallen.info/projects/pod2pdf
Source:     http://perl.jonallen.info/attachment/24/pod2pdf-%{version}.tar.gz
Requires: perl(PDF::API2)
BuildRequires: perl-devel
BuildRequires: perl(PDF::API2)
BuildRequires: perl(Getopt::ArgvFile)
BuildArch: noarch

%description
Converts Pod to PDF format with extensions to include inline images.

%prep
%setup -q

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/pod2pdf
%{_mandir}/man1/pod2pdf.1*
%{perl_vendorlib}/App




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.42-5
+ Revision: dee065d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6407 |14cr|podget-0.6.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name: 	 	podget
Summary: 	Simple podcast aggregator
Version: 	0.6.15
Release: 	1

Source:		http://sourceforge.net/projects/podget/files/podget/podget-0.6.15/%{name}-%{version}.tar.gz
URL:		http://podget.sourceforge.net/
License:	GPLv2+
Group:		Networking/News
Requires:	screen wget bittorrent
BuildArch:	noarch

%description
Podget is a simple podcast aggregator with support for RSS and Bittorrent
feeds, folders and categories, and automatic playlist creation.

%prep
%setup -q 
perl -pi -e 's/get_torrents\=0/get_torrents\=1/' podget.sh
	
%install
mkdir -p %{buildroot}/%{_bindir}
cp %{name} %{buildroot}/%{_bindir}

%clean

%files
%doc README
%{_bindir}/%{name}

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.15-1
+ Revision: 90cbfa7
- Updated to 0.6.15 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6408 |14cr|podget-0.6.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name: 	 	podget
Summary: 	Simple podcast aggregator
Version: 	0.6.18
Release: 	1

Source:		http://sourceforge.net/projects/podget/files/podget/podget-0.6.18/%{name}-%{version}.tar.gz
URL:		http://podget.sourceforge.net/
License:	GPLv2+
Group:		Networking/News
Requires:	screen wget bittorrent
BuildArch:	noarch

%description
Podget is a simple podcast aggregator with support for RSS and Bittorrent
feeds, folders and categories, and automatic playlist creation.

%prep
%setup -q 
perl -pi -e 's/get_torrents\=0/get_torrents\=1/' podget.sh
	
%install
mkdir -p %{buildroot}/%{_bindir}
cp %{name} %{buildroot}/%{_bindir}

%clean

%files
%doc README
%{_bindir}/%{name}

%changelog
* Thu Sep 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.18-1
+ Revision: 659d41d
- Updated to 0.6.18 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6409 |14cr|podtohtml-0.07-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name	PodToHTML

Name:		podtohtml
Version:		0.07
Release:		7
Summary:		Convert POD documentation to HTML

License:		GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{Name}
Source:		http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/%{Name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	perl-HTML-Tree
BuildRequires:	perl-HTML-Format
BuildRequires:	perl-devel


%description
podtohtml converts POD documentation to HTML. It is based on the generic
Pod::Parser. It works by making two passes over the selected pods, the fisrt
pass uses Pod::Links to pre-scan for L<> links and =head1 NAME sections, and
then a second to build a tree of HTML::Elements for each POD and calling the
as_HTML method on the resulting tree.

The Generated HTML uses relative links.

%prep
%setup -q -n %{Name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc README
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/Pod




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.07-7
+ Revision: 3e49a9a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6410 |14cr|poedit-1.6.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Gettext translation file editor
Name:		poedit
Version:	1.6.9
Release:	1
License:	MIT
Group:		Editors
Url:		http://www.poedit.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		poedit-1.6.5-db5.2.patch
BuildRequires:	desktop-file-utils
BuildRequires:	boost-devel
BuildRequires:	db-devel
BuildRequires:	wxgtku3.0-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gtkspell-2.0)
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(liblucene++)
Requires:	gettext

%description
Poedit is cross-platform gettext catalogs (.po files) editor. It is built with
wxWindows toolkit and can run on Unix or Windows. It aims to provide convenient
way of editing gettext catalogs. It features UTF-8 support, fuzzy and
untranslated records highlighting, whitespaces highlighting, references
browser, headers editing and can be used to create new catalogs or update
existing catalogs from source code by single click.

%files -f %{name}.lang
%doc NEWS README AUTHORS
%dir %{_datadir}/poedit
%{_bindir}/poedit
%{_iconsdir}/*
%{_mandir}/man1/*
%{_datadir}/poedit/icons/*
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*
%{_libexecdir}/poedit-dump-legacy-tm

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--with-wx-config=%{_bindir}/wx-config
%make

%install
%makeinstall_std

desktop-file-install \
	--add-category="GTK;GNOME;" \
	--dir=%{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

# remove files not bundled
rm -f %{buildroot}/%{_iconsdir}/poedit.xpm

%find_lang %{name}


%changelog
* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.9-1
+ Revision: dd70ed1
- New version 1.6.9, drop merged patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6411 |14cr|pokerth-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pokerth
Summary:	Play Texas Holdem Poker alone or on-line
Version:	1.1
Release:	3
License:	GPLv2+
Group:		Games/Cards
Url:		http://www.pokerth.net/
Source0:	http://garr.dl.sourceforge.net/project/pokerth/pokerth/1.1/PokerTH-%{version}-src.tar.bz2
Patch0:		PokerTH-1.0.1-libircclient-dir.patch
Patch1:		PokerTH-0.9.1-link.patch
BuildRequires:	qt5-devel
# just to be shure:
BuildRequires:	pkgconfig(Qt5Widgets)
#
BuildRequires:	gnutls-devel
BuildRequires:	boost-devel
BuildRequires:	tinyxml-devel
BuildRequires:	libircclient-static-devel
BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgsasl)
BuildRequires:	pkgconfig(protobuf)
BuildRequires:	pkgconfig(SDL_mixer)

%description
PokerTH is a multi-platform poker game.
It allows you to play the popular "Texas Hold'em" poker variant against up to 
six computer-opponents or play network games with people all over the world.

%package	server
Summary:	PokerTH server
Group:		Games/Cards

%description server
PokerTH server.

%prep
%setup -q -n PokerTH-%{version}-src
%patch0 -p1
%patch1 -p0
# spurious-executable-perm over 100 W
find . -type f -exec chmod -x {} \;
chmod -x ChangeLog
# wrong-file-end-of-line-encoding
perl -i -pe 's/\r\n/\n/gs' docs/server_setup_howto.txt

%build
qmake-qt5 \
	QMAKE_CFLAGS_RELEASE="%optflags" \
	QMAKE_CXXFLAGS_RELEASE="%optflags" \
	pokerth.pro
sed -i 's|-pipe |%optflags -fno-strict-aliasing |g' Makefile*
%make

%install
#data
%make INSTALL_ROOT=%{buildroot} install
#binaries
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}/
install -m 755 bin/%{name}_server %{buildroot}%{_bindir}/
#man page
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 644 docs/%{name}.1 %{buildroot}%{_mandir}/man1/
#icon
install -d -m 755 %{buildroot}%{_iconsdir}
install -m 644 %{name}.png %{buildroot}%{_iconsdir}/%{name}.png
#menu
install -d -m 755 %{buildroot}%{_datadir}/applications/
install -m 644 %{name}.desktop %{buildroot}%{_datadir}/applications/

chmod -x %{buildroot}%{_datadir}/pokerth/data/misc/agpl.html
chmod -x %{buildroot}%{_datadir}/pokerth/data/gfx/gui/table/default_800x480/defaulttablestyle_800x480.xml
chmod -x %{buildroot}%{_datadir}/pokerth/data/gfx/gui/table/default_800x480/android_tablestyle_800x480.xml

%files
%doc ChangeLog docs/gui_styling_howto.txt
%attr(0755,root,root) %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png

%files server
%doc ChangeLog COPYING docs/server_setup_howto.txt
%attr(0755,root,root) %{_bindir}/%{name}_server


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: 90ec6d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6412 |14cr|policycoreutils-2.0.61-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libauditver     1.4.2
%define libsepolver     2.0.19
%define libsemanagever  2.0.5
%define libselinuxver   2.0.76
%define	sepolgenver	1.0.14
Summary: SELinux policy core utilities
Name:	 policycoreutils
Version: 2.0.61
Release: 12
License: GPLv2+
Group:	 System/Base
Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
Source1: http://www.nsa.gov/selinux/archives/sepolgen-%{sepolgenver}.tgz
URL:	 http://www.selinuxproject.org
Source2: system-config-selinux.png
Source3: system-config-selinux.desktop
Source4: system-config-selinux.pam
Source5: system-config-selinux.console
Source6: selinux-polgengui.desktop
Source7: selinux-polgengui.console
Source8: policycoreutils_man_ru2.tar.bz2
Patch:	 policycoreutils-rhat.patch
Patch1:	 policycoreutils-po.patch
Patch3:	 policycoreutils-gui.patch
Patch4:	 policycoreutils-sepolgen.patch


BuildRequires: pam-devel sepol-static-devel >= %{libsepolver} semanage-devel >= %{libsemanagever} selinux-devel >= %{libselinuxver}  cap-devel audit-libs-devel >=  %{libauditver} gettext
BuildRequires: python-devel
Requires: util-linux grep gawk diffutils rpm sed
Requires: checkpolicy
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Security-enhanced Linux is a feature of the Linux® kernel and a number
of utilities with enhanced security functionality designed to add
mandatory access controls to Linux.  The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement®, Role-based Access
Control, and Multi-level Security.

policycoreutils contains the policy core utilities that are required
for basic operation of a SELinux system.  These utilities include
load_policy to load policies, setfiles to label filesystems, newrole
to switch roles, and run_init to run /etc/init.d scripts in the proper
context.

%prep
%setup -q -a 1
%patch -p1 -b .rhat
%patch1 -p1 -b .rhatpo
%patch3 -p1 -b .gui
%patch4 -p1 -b .sepolgen

%build
make LSPP_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags} -fPIE" LDFLAGS="-pie -Wl,-z,relro" CC=gcc all
make -C sepolgen-%{sepolgenver} LSPP_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags} -fPIE" LDFLAGS="-pie -Wl,-z,relro" CC=gcc all

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/etc/rc.d/init.d
mkdir -p %{buildroot}/var/lib/selinux
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}/sbin
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_mandir}/man8
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps

make LSPP_PRIV=y  DESTDIR="%{buildroot}" LIBDIR="%{buildroot}%{_libdir}" install
make -C sepolgen-%{sepolgenver} DESTDIR="%{buildroot}" LIBDIR="%{buildroot}%{_libdir}" install

install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/system-config-selinux/
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pam.d/system-config-selinux
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pam.d/selinux-polgengui
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/security/console.apps/system-config-selinux
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/security/console.apps/selinux-polgengui
tar -jxf %{SOURCE8} -C %{buildroot}/
ln -sf consolehelper %{buildroot}%{_bindir}/system-config-selinux
ln -sf consolehelper %{buildroot}%{_bindir}/selinux-polgengui

desktop-file-install --vendor "" \
		     --dir ${RPM_BUILD_ROOT}%{_datadir}/applications	\
		     --add-category Settings				\
		     %{SOURCE3}

desktop-file-install --vendor "" \
		     --dir ${RPM_BUILD_ROOT}%{_datadir}/applications	\
		     %{SOURCE6}
%find_lang %{name}

%package newrole
Summary: The newrole application for RBAC/MLS
Group: System/Base
Requires: policycoreutils = %{version}-%{release}

%description newrole
RBAC/MLS policy machines require newrole as a way of changing the role
or level of a logged in user.

%files newrole
%attr(4755,root,root) %{_bindir}/newrole

%package gui
Summary: SELinux configuration GUI
Group: System/Base
Requires: policycoreutils = %{version}-%{release}
Requires: gnome-python pygtk2.0-libglade gnome-python-canvas
Requires: usermode
Requires: python >= 2.4
BuildRequires: desktop-file-utils

%description gui
system-config-selinux is a utility for managing the SELinux environment

%files gui
%{_bindir}/system-config-selinux
%{_bindir}/selinux-polgengui
%{_datadir}/applications/*system-config-selinux.desktop
%{_datadir}/applications/*selinux-polgengui.desktop
%dir %{_datadir}/system-config-selinux
%dir %{_datadir}/system-config-selinux/templates
%{_datadir}/system-config-selinux/*.py*
%{_datadir}/system-config-selinux/selinux.tbl
%{_datadir}/system-config-selinux/*png
%{_datadir}/system-config-selinux/*.glade
%{_datadir}/system-config-selinux/templates/*.py*
%config(noreplace) %{_sysconfdir}/pam.d/system-config-selinux
%config(noreplace) %{_sysconfdir}/pam.d/selinux-polgengui
%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-selinux
%config(noreplace) %{_sysconfdir}/security/console.apps/selinux-polgengui

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
/sbin/restorecon
/sbin/fixfiles
/sbin/setfiles
%{_sbindir}/genhomedircon
%{_sbindir}/restorecond
%{_sbindir}/setsebool
%{_sbindir}/semodule
%{_sbindir}/semanage
%{_sbindir}/load_policy
%{_sbindir}/sestatus
%{_sbindir}/run_init
%{_sbindir}/open_init_pty
%{_bindir}/sepolgen-ifgen
%{_bindir}/audit2allow
%{_bindir}/audit2why
%{_bindir}/chcat
%{_bindir}/secon
%{_bindir}/semodule_deps
%{_bindir}/semodule_expand
%{_bindir}/semodule_link
%{_bindir}/semodule_package
%{_mandir}/man1/*.1*
%{_mandir}/man8/*.8*
%{_mandir}/ru/man1/*.1*
%{_mandir}/ru/man8/*.8*
%config(noreplace) %{_sysconfdir}/pam.d/newrole
%config(noreplace) %{_sysconfdir}/pam.d/run_init
%config(noreplace) %{_sysconfdir}/sestatus.conf
%{py_platlibdir}/site-packages/seobject.py*
%attr(755,root,root) /etc/rc.d/init.d/restorecond
%config(noreplace) /etc/selinux/restorecond.conf
%dir %{py_platlibdir}/site-packages/sepolgen
%{py_platlibdir}/site-packages/sepolgen/*
%dir  /var/lib/sepolgen
%dir  /var/lib/selinux
/var/lib/sepolgen/perm_map

%preun
%_preun_service restorecond

%post
%_post_service restorecond
[ -f %{_datadir}/selinux/devel/include/build.conf ] && %{_bindir}/sepolgen-ifgen  > /dev/null
exit 0



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.61-12
+ Revision: 922073c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6413 |14cr|polipo-1.0.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		polipo
Summary:	Lightweight caching web proxy
Group:		System/Servers
Version:	1.0.4.1
Release:	4
License:	MIT
URL:		http://www.pps.jussieu.fr/~jch/software/%{name}/
Source0:	http://freehaven.net/~chrisd/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}.init
Source2:	%{name}.conf
Source3:	%{name}.forbidden
Source4:	%{name}.logrotate
Source5:	%{name}.nm
Patch0:		polipo-1.0.4.1-fix-Makefile-to-access-install-info.patch
BuildRequires:	texinfo
BuildRequires:	info
Requires:	chkconfig
Requires:	logrotate

%description
Polipo is a lightweight caching web proxy that was designed as a personal
cache. It is able to cache incomplete objects and will complete them using
range requests. It will use HTTP/1.1 pipelining if supported by the remote
server.

%files
%doc README CHANGES COPYING config.sample
%attr(0750,%{name},%{name}) %dir %{_var}/cache/%{name}
%attr(0750,%{name},%{name}) %dir %{_var}/run/%{name}
%attr(0750,%{name},%{name}) %{_logdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_infodir}/%{name}.info*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/config
%config(noreplace) %{_sysconfdir}/%{name}/forbidden
%attr(0755,root,%name) %{_initddir}/%{name}
%attr(0755,root,%name) %{_sysconfdir}/NetworkManager/dispatcher.d
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}


#--------------------------------------------------------------------
%prep
%setup -q
%patch0 -p0 -b .fix_makefile

%build
%make CDEBUGFLAGS="%{optflags}"

%install
%makeinstall \
	TARGET=%{buildroot} \
	PREFIX=%{_prefix} \
	BINDIR=%{_bindir} \
	MANDIR=%{_mandir} \
	INFODIR=%{_infodir}

install -m 0755 -d %{buildroot}%{_sysconfdir}/%{name}
install -m 0750 -d %{buildroot}%{_var}/run/%{name}
install -m 0750 -d %{buildroot}%{_var}/cache/%{name}
install -m 0750 -d %{buildroot}%{_logdir}
touch %{buildroot}%{_logdir}/%{name}

install -D -pm 0755 %{SOURCE1} %{buildroot}%{_initddir}/%{name}
install -D -pm 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}/config
install -D -pm 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/%{name}/forbidden
install -D -pm 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -D -pm 0755 %{SOURCE5} %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/25-%{name}

rm -f %{buildroot}%{_infodir}/dir

%pre
%_pre_useradd %{name} %{_var}/cache/%{name} /bin/false

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4.1-4
+ Revision: 9035694
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6414 |14cr|pology-0.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           pology
Version:        0.11
Release:        2
Summary:        Library and command-line tools for in-depth processing of PO files
License:        GPLv3+
Group:          Development/Other
URL:            http://pology.nedohodnik.net/

Source0:        http://pology.nedohodnik.net//release/%{name}-%{version}.tar.bz2

BuildRequires: cmake
BuildRequires:  docbook-dtd41-sgml
BuildRequires:  docbook-style-xsl
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  epydoc
BuildRequires:  xsltproc

%description
Pology is a Python library and collection of command-line tools for
in-depth processing of PO files, the translation file format of the
GNU Gettext software translation system. Pology functionality ranges
from precision operations on individual PO messages, to cross-file
operations on large collections of PO files.

%prep
%setup -q

%build
%cmake -DPYTHON2_PACKAGES_DIR:PATH=%{py_puresitedir}

%install

%makeinstall_std -C build

%find_lang %{name}

%files -f %{name}.lang
%doc NEWS README TODO
%{_bindir}/*
%{_datadir}/%{name}
# %{_datadir}/doc/%{name}
%{py_puresitedir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-2
+ Revision: c085c1a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6415 |14cr|polybori-0.8.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		libpolybori		%mklibname %{name} 0
%define		libpolybori_devel	%mklibname %{name} -d
%define		polyboridir		%{_datadir}/%{name}
%define		SAGE_ROOT		%{_datadir}/sage
%define		SAGE_LOCAL		%{SAGE_ROOT}/local
%define		SAGE_DEVEL		%{SAGE_ROOT}/devel
%define		SAGE_DOC		%{SAGE_DEVEL}/doc
%define		SAGE_DATA		%{SAGE_ROOT}/data
%define		SAGE_PYTHONPATH		%{SAGE_ROOT}/site-packages

Name:		polybori
Group:		Sciences/Mathematics
License:	GPL
Summary:	PolyBoRi is a C++ library for Polynomials over Boolean Rings

Epoch:		2
Version:	0.8.3
Release:	2
URL:		http://polybori.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:        %{name}.desktop
# These logos were created with gimp from the official polybori logo
Source2:        %{name}-logos.tar.xz
Source3:        PolyGUI.appdata.xml
# This patch is specific to Fedora, although upstream helped create it.  Use
# system CUDD libraries instead of building the included CUDD sources.
Patch0:         %{name}-system-cudd.patch
Patch1:         %{name}-regex.patch

BuildRequires:	boost-devel
BuildRequires:	cudd-devel
BuildRequires:	desktop-file-utils
BuildRequires:	doxygen
BuildRequires:	libm4ri-devel
BuildRequires:	ntl-devel
BuildRequires:	png-devel
BuildRequires:	python-imaging-devel
BuildRequires:	python-qt4-devel
BuildRequires:	scons
BuildRequires:	texlive
BuildRequires:	texlive-tex4ht
BuildRequires:  python-devel

%description
PolyBoRi is a special purpose computer algebra system for computations
in Boolean Rings.  The core is a C++ library, which provides high-level
data types for Boolean polynomials and related structures.  As a unique
approach, binary decision diagrams are used as internal storage type for
polynomial structures.  On top of this, we provide a Python interface
for parsing of complex polynomial systems, as well as for sophisticated
and extendable strategies for Gröbner base computation.

%files
%{_bindir}/ipbori*
%{_bindir}/PolyGUI*
%dir %{polyboridir}
%{polyboridir}/*
%{_mandir}/man1/*
%doc %{_docdir}/%{name}
# %{_iconsdir}/*/apps/%{name}.png
%{_iconsdir}/*/apps/PolyGUI.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/PolyGUI.appdata.xml

########################################################################
%package	-n python-%{name}
Group:		Development/Python
Summary:	Python bindings for PolyBoRi


%description	-n python-%{name}
PolyBoRi is a C++ library for Polynomials over Boolean Rings.
This package provides python bindings to %{name}.

%files		-n python-%{name}
%dir %{py_platsitedir}/%{name}
%{py_platsitedir}/%{name}/*

########################################################################
%package	-n %{libpolybori}
Group:		System/Libraries
Summary:	PolyBoRi runtime libraries

Provides:	lib%{name} = %{version}-%{release}

%description	-n %{libpolybori}
PolyBoRi runtime libraries.

%files		-n %{libpolybori}
%{_libdir}/lib*.so.*

########################################################################
%package	-n %{libpolybori_devel}
Group:		Development/Other
Summary:	PolyBoRi development files

Provides:	%{name}-devel = %{version}-%{release}
Requires:	lib%{name} = %{version}-%{release}

%description	-n %{libpolybori_devel}
PolyBoRi development files.

%files		-n %{libpolybori_devel}
%{_includedir}/polybori.h
%{_includedir}/%{name}
%{_libdir}/lib*.so

########################################################################
%prep
%setup -q
%patch0
%patch1

# Remove private copy of system libs (Cudd, m4ri, and pyparsing)
rm -rf Cudd M4RI PyPolyBoRi/pyparsing.py

# Fix RPM dependency generation
for fil in gui/PolyGUI ipbori/ipbori; do
  sed "s|/usr/bin/env python|/usr/bin/python|" ${fil} > ${fil}.new
  touch -r ${fil} ${fil}.new
  mv ${fil}.new ${fil}
done

# Eliminate rpaths and enable NTL support
sed -e "s/'\${_relative_rpath.*/''])/" \
    -e "s/main_wrapper\.cc/& ntl_wrapper.cc/" \
    -i SConstruct

# Set up the build flags
cat > custom.py <<EOF
PREFIX = "%{buildroot}%{_prefix}"
INSTALLDIR = "%{buildroot}%{_datadir}/%{name}"
DOCDIR = "%{buildroot}%{_docdir}/%{name}"
MANDIR = "%{buildroot}%{_mandir}"
PYINSTALLPREFIX = "%{buildroot}%{py_platsitedir}"
DEVEL_PREFIX = "%{buildroot}%{_prefix}"
DEVEL_LIB_PREFIX= "%{buildroot}%{_libdir}"
CONFFILE = "%{buildroot}%{_datadir}/%{name}/flags.conf"
CCFLAGS = "%{optflags} -DPBORI_USE_ORIGINAL_CUDD -DPBORI_HAVE_NTL"
CPPPATH = "-I%{_includedir}/m4ri"
SHLINKFLAGS = "$RPM_LD_FLAGS -Wl,--as-needed"
MR4I_RPM = "True"
LIBS = "-lntl -lcudd"
EOF

%build
%scons prepare-install

%install
%scons install devel-install

# The install step doesn't set shared object permissions correctly
chmod 0755 %{buildroot}%{_libdir}/*.so.*.0.0
chmod 0755 %{buildroot}%{py_platsitedir}/%{name}/dynamic/PyPolyBoRi.so

# Install the desktop file
cp -p %{SOURCE1} .
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop

# Install the icons
mkdir -p %{buildroot}%{_iconsdir}
tar xJf %{SOURCE2} -C %{buildroot}%{_iconsdir}

# AppData file
mkdir -p %{buildroot}%{_datadir}/appdata
install -pm 644 %{SOURCE3} %{buildroot}%{_datadir}/appdata

# Fixup config.h
sed -e '/PBORI_HAVE_M4RI_PNG/,$s/^#endif$/&\n#ifndef PBORI_HAVE_NTL\n#define PBORI_HAVE_NTL\n#endif/' \
    -i %{buildroot}%{_includedir}/%{name}/config.h

# Fixup flags.conf
sed -e "s|%{buildroot}||" \
    -e "/^CPPPATH/s/-I//" \
    -e "/^CPPDEFINES/s/]/, 'PBORI_USE_ORIGINAL_CUDD', 'PBORI_HAVE_NTL']/" \
    -e "/^CCFLAGS/s/'-DPBORI[_[:alpha:]]*', //g" \
    -e "/^LIBS/s/-l//g" \
    -e "/^LIBS/s/'m4ri', //" \
    -i %{buildroot}%{_datadir}/%{name}/flags.conf

rm -f %{buildroot}%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:0.8.3-2
+ Revision: bf1525d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6416 |14cr|pommed-1.39-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Taken from SUSE and initially modified for Mandriva by Sherwin
# Daganato: thanks

Summary:	Apple laptops hotkeys event handler
Name:		pommed
Version:	1.39
Release:	4
License:	GPLv2
Group:		System/Kernel and hardware
URL:		http://technologeek.org/projects/pommed/
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}.service
Requires:	eject
BuildRequires:	dbus-devel
BuildRequires:	confuse-devel
BuildRequires:	libsmbios-devel
BuildRequires:	pciutils-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	desktop-file-utils
BuildRequires:  dbus-glib-devel
BuildRequires: systemd
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd

%description
pommed handles the hotkeys found on the Apple MacBook Pro, MacBook and
PowerBook laptops and adjusts the LCD backlight, sound volume, keyboard
backlight or ejects the CD-ROM drive accordingly.

pommed also monitors the ambient light sensors to automatically light
up the keyboard backlight on the MacBook Pro and PowerBook.

Optional support for the Apple Remote control is available.

%package -n gpomme
Summary:	Graphical client for pommed
Group:		System/Kernel and hardware
Requires:	pommed
Requires:	dbus

%description -n gpomme
pommed handles the hotkeys found on the Apple MacBook Pro, MacBook and
PowerBook laptops and adjusts the LCD backlight, sound volume, keyboard
backlight or ejects the CD-ROM drive accordingly.

gpomme is a graphical client for pommed. It listens for signals sent by
pommed on DBus and displays the action taken by pommed along with the
current state associated to this action.

%package -n wmpomme
Summary:	WindowMaker dockapp client for pommed
Group:		System/Kernel and hardware
Requires:	pommed
Requires:	dbus

%description -n wmpomme
pommed handles the hotkeys found on the Apple MacBook Pro, MacBook and
PowerBook laptops and adjusts the LCD backlight, sound volume, keyboard
backlight or ejects the CD-ROM drive accordingly.

wmpomme is a dockapp client for pommed. It displays the current level
of each item controlled by pommed.

%prep
%setup -q
sed -i -e "s/CFLAGS = -g -O2 /CFLAGS += /" -e "s/LDFLAGS =/LDFLAGS +=/" */Makefile

%build
perl -pi -e 's,/usr/lib,%{_libdir},g' pommed/Makefile
CFLAGS="%{optflags}" %make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_sysconfdir}/dbus-1/system.d
install -d %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,22x22,24x24,32x32,48x48,64x64,72x72,96x96,128x128,scalable}/apps
mkdir -p %{buildroot}%{_datadir}/gpomme
mkdir -p %{buildroot}%{_datadir}/locale
mkdir -p %{buildroot}%{_mandir}/man1
install -m 755 pommed/pommed %{buildroot}%{_sbindir}
%ifarch ppc ppc64
install -m 644 pommed.conf.pmac %{buildroot}%{_sysconfdir}/pommed.conf
%else
install -m 644 pommed.conf.mactel %{buildroot}%{_sysconfdir}/pommed.conf
%endif
install -m 644 dbus-policy.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/pommed.conf
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/pommed.service
install -m 644 pommed.1 %{buildroot}%{_mandir}/man1
# gpomme
install -m 755 gpomme/gpomme %{buildroot}%{_bindir}
install -m 644 gpomme/gpomme.1 %{buildroot}%{_mandir}/man1
install -m 644 gpomme/*.desktop %{buildroot}%{_datadir}/applications
for i in {16x16,22x22,24x24,32x32,48x48,64x64,72x72,96x96,128x128}; \
do install -m 644 icons/gpomme_$i.png %{buildroot}%{_iconsdir}/hicolor/$i/apps/gpomme.png; done
install -m 644 icons/gpomme.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/gpomme.svg
cp -a gpomme/themes %{buildroot}%{_datadir}/gpomme
rm -rfv %{buildroot}%{_datadir}/gpomme/themes/src
for mo in gpomme/po/*.mo ; do
    lang=`basename $mo .mo`
    mkdir -p %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES
    install -m 644 $mo %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES/gpomme.mo
done
# wmpomme
install -m 755 wmpomme/wmpomme %{buildroot}%{_bindir}
install -m 644 wmpomme/wmpomme.1 %{buildroot}%{_mandir}/man1
install -m 644 icons/gpomme_32x32.xpm %{buildroot}%{_iconsdir}/wmpomme.xpm

desktop-file-install --vendor="" \
  --remove-category="Utility" \
  --add-category="GTK" \
  --add-category="System" \
  --add-category="Monitor" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang gpomme

%files
%doc AUTHORS README TODO
%config(noreplace) /etc/pommed.conf
%config(noreplace) /etc/dbus-1/system.d/pommed.conf
%{_unitdir}/pommed.service
%{_sbindir}/pommed
%{_mandir}/man1/po*

%files -n gpomme -f gpomme.lang
%{_bindir}/gpomme
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/gpomme
%{_mandir}/man1/gpo*

%files -n wmpomme
%{_bindir}/wmpomme
%{_iconsdir}/wmpomme.xpm
%{_mandir}/man1/wmpo*

%changelog
* Thu Aug 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.39-4
+ Revision: dd65d65
- Minor cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6417 |14cr|pootle-2.1.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Pootle

Summary: Web-based translation
Name:    pootle
Version: 2.1.5
Release: 7
License: GPLv2+
Group: Development/Other
Url: http://translate.sourceforge.net/
Source0: http://downloads.sourceforge.net/translate/%{oname}-%{version}.tar.bz2
BuildRequires: python-devel
Requires: python-translate >= 1.5.1
Requires: python-django >= 1.0
# this one should be relaxed
Requires: apache-mod_wsgi
Requires: python-lxml
Requires: python-djblets
Suggests: python-levenshtein
Suggests: python-memcached
Suggests: iso-codes
Suggests: unzip
Suggests: xapian-bindings-python >= 1.0.13
Suggests: xapian-core >= 1.0.13
Suggests: python-mysql
Suggests: mysqlserver
Suggests: apache-mod_deflate
BuildArch: noarch


%description
Pootle is a web translation and translation management engine.

Its features include::
  * Translation of Gettext PO and XLIFF files.
  * Submitting to remote version control systems (VCS).
  * Managing groups of translators
  * Online webbased or offline translation
  * Quality checks


%prep
%setup -q -n %{oname}-%{version}

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --root %{buildroot}

# do not ship a bundled copy, as this is already packaged
rm -Rf %{buildroot}/%{python_sitelib}/djblets

install -d -m 755 %{buildroot}%{_var}/www/%{name}
cp %{buildroot}%{_docdir}/%{name}/wsgi.py %{buildroot}%{_var}/www/%{name}

install -d -m 755 %{buildroot}%{_webappconfdir}
cat >> %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
WSGIScriptAlias /%{name} %{_var}/www/%{name}/wsgi.py
<Directory %{_var}/www/%{name}>
    Require all granted
</Directory>

Alias /%{name}/html %{_datadir}/%{name}/html
<Directory "%{_datadir}/%{name}/html">
    Require all granted
</Directory>

Alias /%{name}/export %{_var}/lib/%{name}/po
<Directory "%{_var}/lib/%{name}/po">
    Require all granted
</Directory>

<IfModule mod_deflate.c>
    <location /%{name}/html>
        SetOutputFilter DEFLATE
    </location>
    <location /%{name}/export>
        SetOutputFilter DEFLATE
    </location>
</IfModule>
EOF

# Drop shebang from non-executable scripts to make rpmlint happy
find %{buildroot}%{python_sitelib} -name "*py" -perm 644 -exec sed -i '/#!\/usr\/bin\/env python/d' {} \;

%clean
rm -rf %{buildroot}



%files
%defattr(-,root,root,-)
%doc %{_docdir}/%{name}
%{_bindir}/%{oname}Server
%{_bindir}/updatetm
%{_bindir}/import_pootle_prefs
%{_datadir}/%{name}
%{python_sitelib}/%{name}
%{python_sitelib}/%{name}_app
%{python_sitelib}/%{name}_store
%{python_sitelib}/%{name}_notifications
%{python_sitelib}/%{name}_autonotices
%{python_sitelib}/%{name}_misc
%{python_sitelib}/%{name}_terminology
%{python_sitelib}/%{name}_translationproject
%{python_sitelib}/%{name}_profile
%{python_sitelib}/%{name}_project
%{python_sitelib}/%{name}_language
%{python_sitelib}/%{name}_statistics
%{python_sitelib}/profiles
%{python_sitelib}/registration
%{python_sitelib}/contact_form_i18n
%{python_sitelib}/*.egg-info
%{_var}/www/%{name}
%attr(0755,apache,apache) %{_var}/lib/%{name}
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/localsettings.py
%config(noreplace) %{_webappconfdir}/%{name}.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.5-7
+ Revision: 339ce83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6418 |14cr|pootling-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pootling
%define version 0.2
%define release 7

Summary: GUI editor for offline translation editing
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://downloads.sourceforge.net/translate/%{name}-%{version}.tar.gz
# (blino) fix importing __version__
Patch0: pootling-0.2-version.patch
License: GPL
Group: Editors
Url: http://translate.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python-devel
Requires: python-translate python-qt4

%description
Pootling is an user-friendly offline translation editor that make the
translation process with a bundle of files more easier for you!

Pootling is also one aspect of the Translate project at Sourceforge,
along with the Translate Toolkit (a technical/conversion base for
Pootling and other translation processes (Pootle)) and this
TranslateWiki. Together, these three parts of the Translate Project
offer you easier translation, better tools and user-friendly.

%prep
%setup -q
%patch0 -p1 -b .version
# fix prefix path for images
perl -pi -e 's,/usr/local,%{_prefix},' %{name}/modules/MainEditor.py 

%build
python %{name}setup.py build

%install
rm -rf %{buildroot}
python %{name}setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}-editor.py
%{python_sitelib}/%{name}-%{version}-*.egg-info
%{python_sitelib}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: cc3fb0f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6419 |14cr|pop-before-smtp-1.42-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	pop-before-smtp
%define version 1.42
%define release 3

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Watch log for pop/imap auth, notify Postfix to allow relay
License:	BSD like
Group:		System/Servers
URL:		http://popbsmtp.sourceforge.net/
Source:		http://prdownloads.sourceforge.net/popbsmtp/pop-before-smtp-%{version}.tar.bz2
Requires(pre):		rpm-helper
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Spam prevention requires preventing open relaying through email
servers. However, legit users want to be able to relay. If legit
users always stayed in one spot, they'd be easy to describe to the
daemon. However, what with roving laptops, logins from home, etc.,
legit users refuse to stay in one spot.

pop-before-smtp watches the mail log, looking for successful
pop/imap logins, and posts the originating IP address into a
database which can be checked by Postfix, to allow relaying for
people who have recently downloaded their email.

%prep
%setup -q
#%patch1 -p 1 -b .init-with-reload-and-maillog-location
perl -pi -e 's|/var/log/maillog|/var/log/mail/info|' README pop-before-smtp pop-before-smtp-conf.pl pop-before-smtp.init
%build
rm -rf %{buildroot}
pod2man pop-before-smtp > pop-before-smtp.8 2>/dev/null

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}{%{_initrddir},%{_sysconfdir},%{_sbindir},%{_mandir}/man8}
#cp pop-before-smtp.init	%{buildroot}%{_initrddir}/pop-before-smtp
cp contrib/init-redhat-alex	%{buildroot}%{_initrddir}/pop-before-smtp
cp pop-before-smtp-conf.pl	%{buildroot}%{_sysconfdir}
cp pop-before-smtp		%{buildroot}%{_sbindir}
cp pop-before-smtp.8		%{buildroot}%{_mandir}/man8

%post
%_post_service pop-before-smtp

%preun
%_post_service pop-before-smtp

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc README TODO COPYING contrib
%doc %{_mandir}/man8/*
%{_sbindir}/pop-before-smtp
%config(noreplace) %{_initrddir}/pop-before-smtp
%config(noreplace) %{_sysconfdir}/pop-before-smtp-conf.pl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.42-3
+ Revision: 36a83ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6420 |14cr|pop-before-smtp-in-c-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#there's already a pop-before-smtp package in contribs, but this is another one written in c
%define name	pop-before-smtp-in-c
%define altname	pop-before-smtp
%define version	1.0
%define	rel	4
%define	release	%mkrel %{rel}

Summary:	Watch log for pop/imap auth, notify Postfix to allow relay
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{altname}-%{version}.tar.bz2
Source1:	%{altname}.init.bz2
Patch0:		%{altname}-maillog.patch.bz2
URL:		http://www.bluelavalamp.net/pop-before-smtp/
License:	GPL
Group:		System/Servers
Requires(post,preun):	rpm-helper
Requires:	postfix vm-pop3d
Conflicts:	%{altname}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Spam prevention requires preventing open relaying through email
servers. However, legit users want to be able to relay. If legit
users always stayed in one spot, they'd be easy to describe to the
daemon. However, what with roving laptops, logins from home, etc.,
legit users refuse to stay in one spot.

pop-before-smtp watches the mail log, looking for successful
pop/imap logins, and posts the originating IP address into a
database which can be checked by Postfix, to allow relaying for
people who have recently downloaded their email.

%prep
%setup -q -n %{altname}-%{version}
bzcat %{SOURCE1} > %{altname}.init
%patch0 -p0

%build
%{__cc} -DOPTIMIZE $RPM_OPT_FLAGS -o %{altname} %{altname}.c

%install
rm -rf $RPM_BUILD_ROOT
install -m755 %{altname} -D %{buildroot}%{_sbindir}/%{altname}
install -m755 %{altname}.init -D %{buildroot}%{_initrddir}/%{altname}

%post
%_post_service %{altname}

%preun
%_post_service %{altname}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CHANGES %{altname}.html
%{_sbindir}/%{altname}
%config(noreplace) %{_initrddir}/%{altname}




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0-4
+ Revision: f1db3bf
- Automatic import for version 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6421 |14cr|popfile-1.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	popfile
%define version	1.1.1
%define release	3

Summary:	Automatic Email Classification
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/Mail
Source0:	http://getpopfile.org/downloads/popfile-%{version}.zip
Source1:	popfile_16x16.png
Source2:	popfile_32x32.png
Source3:	popfile_48x48.png
Source4:	popfile.init.bz2
URL:		http://getpopfile.org/	
Requires(post,preun):	rpm-helper
BuildRequires:	perl
BuildRequires:	unzip
Buildarch: 	noarch

%description
POPFile is an email classification tool with a Naive Bayes
classifier, a POP3 proxy and a web interface. It runs on most
platforms and with most email clients.

%prep

%setup -q -c %{name}-%{version}

# fix dir perms
find . -type d | xargs chmod 755

# fix file perms
find . -type f | xargs chmod 644

# fix exec file perms
find . -type f -name "*.pl" | xargs chmod 755

# strip away annoying ^M
for i in pm pl html css msg; do
    find . -type f -name "*.${i}" | xargs perl -p -i -e 's/\r//'
done

%build

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_menudir}
install -d %{buildroot}%{_liconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_datadir}/%{name}

bzcat %{SOURCE4} > %{buildroot}%{_initrddir}/%{name}
chmod 755 %{buildroot}%{_initrddir}/%{name}

cp -aRf * %{buildroot}%{_datadir}/%{name}/

# install script to call the web interface from the menu.
cat > %{buildroot}%{_datadir}/%{name}/%{name} << EOF
#!/bin/sh
url='http://localhost:8080/'
if ! [ -z "\$BROWSER" ] && ( which \$BROWSER ); then
  browser=\`which \$BROWSER\`
elif [ -x /usr/bin/netscape ]; then
  browser=/usr/bin/netscape
elif [ -x /usr/bin/konqueror ]; then
  browser=/usr/bin/konqueror
elif [ -x /usr/bin/lynx ]; then
  browser='xterm -bg black -fg white -e lynx'
elif [ -x /usr/bin/links ]; then
  browser='xterm -bg black -fg white -e links'
else
  xmessage "No web browser found, install one or set the BROWSER environment variable!"
  exit 1
fi
\$browser \$url
EOF
chmod 755 %{buildroot}%{_datadir}/%{name}/%{name}

# fix menu stuff
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=POPFile - Automatic Email Classification
Comment=An email classification tool with a Naive Bayes classifier
Exec=%{_datadir}/%{name}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=
EOF


install -m0644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -m0644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -m0644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png

# clean up
rm -f %{buildroot}%{_datadir}/%{name}/v%{version}.change

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%clean 
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc *.change
%config(noreplace) %attr(0755,root,root) %{_initrddir}/%{name}
%{_iconsdir}/*
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop 





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-3
+ Revision: fc3ba3d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6422 |14cr|poppassd-ceti-1.8.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An Eudora and NUPOP change password server
Name:		poppassd-ceti
Version:	1.8.5
Release:	5
Group:		Networking/Remote access
License:	Distributable
URL:		http://echelon.pl/pubs/poppassd.html
Source0:	http://echelon.pl/pubs/poppassd-%{version}.tar.bz2
Source1:	poppassd.pam.bz2
Source2:	poppassd.xinetd.bz2
Patch2:		poppassd-buildroot.patch
Patch3:		poppassd-ceti-1.8-uid500.patch
Provides:	poppassd
Requires:	net-tools
Requires:	pam
Requires:	tcp_wrappers
BuildRequires:	pam-devel

%description
Poppassd is a daemon allowing users to change their password via Eudora 
or NUPOP using a network protocol on port 106. This package uses PAM.

Original version based on John Norstad's poppassd code. John
Norstad's program ran the regular unix "passwd" command. This version
calls PAM to change the password.

Examine the (un)install scripts with "rpm --scripts <package>" before
(de)installation. They modify some system configuration files.

(See also ftp://ftp.nwu.edu/pub/poppassd for Norstad's original code).

[Note, to log poppassd password changes, add the following line:

	local4.err 	-/var/log/poppassd.log

to your /etc/syslog.conf file.]

%prep

%setup -n poppassd-%{version}
%patch2 -p0
%patch3 -p1

%build
%serverbuild
%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_sysconfdir}/pam.d
install -d %{buildroot}%{_sysconfdir}/xinetd.d

make BINDIR=%{buildroot}%{_sbindir} install

bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/pam.d/poppassd
bzcat %{SOURCE2} > %{buildroot}%{_sysconfdir}/xinetd.d/poppassd
chmod 644 README

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/poppassd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/xinetd.d/poppassd
%attr(0700,root,root) %{_sbindir}/poppassd



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.5-5
+ Revision: cd7398d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6423 |14cr|portmidi-217-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	Real-time MIDI input/output, audio I/O library
Name:		portmidi
Epoch:		1
Version:	217
Release:	3
License:	GPL
Group:		System/Libraries
URL:		http://portmedia.sourceforge.net
Source0:	http://downloads.sourceforge.net/portmedia/%{name}-src-%{version}.zip
Patch0:		portmidi-217-cmake-libdir-java-opts.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	cmake

%description
PortMidi -- real-time MIDI input/output.

This package provides test applications that utilizes the shared portmidi and
porttime libraries.


 * %{_bindir}/portmidi-latency
 * %{_bindir}/portmidi-midithread
 * %{_bindir}/portmidi-midithru
 * %{_bindir}/portmidi-sysex
 * %{_bindir}/portmidi-test

%package -n	%{libname}
Summary:	Real-time MIDI input/output, audio I/O library
Group:		System/Libraries
Conflicts:	%{_lib}portmidi-devel < %{epoch}:%{version}

%description -n	%{libname}
PortMidi -- real-time MIDI input/output.

This package provides the shared libraries for portmidi and porttime.

%package -n	%{develname}
Summary:	Development files for PortMidi
Group:		Development/C
Requires:	%{libname} = %{epoch}:%{version}-%{release}
Obsoletes:	%{name}-devel < %{epoch}:%{version}
Provides:	%{name}-devel = %{epoch}:%{version}-%{release}

%description -n	%{develname}
PortMidi -- real-time MIDI input/output.

This package provides the development libraries and headers for portmidi and
porttime.

%prep
%setup -q -n %{name}
%patch0 -p1 -b .java

%build
%define Werror_cflags %nil
%cmake -DPORTMIDI_ENABLE_JAVA=OFF -DCMAKE_CACHEFILE_DIR=`pwd`
%make

%install
%makeinstall_std -C build

install -d %{buildroot}%{_bindir}
pushd build/Release
install -m0755 latency %{buildroot}%{_bindir}/portmidi-latency
install -m0755 midithread %{buildroot}%{_bindir}/portmidi-midithread
install -m0755 midithru %{buildroot}%{_bindir}/portmidi-midithru
install -m0755 sysex %{buildroot}%{_bindir}/portmidi-sysex
install -m0755 test %{buildroot}%{_bindir}/portmidi-test
popd

%files
%{_bindir}/portmidi-latency
%{_bindir}/portmidi-midithread
%{_bindir}/portmidi-midithru
%{_bindir}/portmidi-sysex
%{_bindir}/portmidi-test

%files -n %{libname}
%doc CHANGELOG.txt README.txt license.txt portmusic_logo.png pm_cl/* pm_linux/README_LINUX.txt
%{_libdir}/*.so

%files -n %{develname}
%{_includedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:217-3
+ Revision: 9f30ca4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6424 |14cr|portmixer-18.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname portmixer %{major}

Summary:	Shared PortMixer library
Name:		portmixer
Version:	18.1
Release:	9
License:	BSD
Group:		System/Libraries
URL:		http://www.portaudio.com/
Source0:	%{name}_v18_1.tar.bz2
Patch0:		portmixer_v18_1-mdk.diff
BuildRequires:	file
BuildRequires:	libportaudio-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
PortMixer is intended to work side-by-side with PortAudio,
the Portable Real-Time Audio Library by Ross Bencina and
Phil Burk.

%package -n	%{libname}
Summary:	Shared PortMixer library
Group:          System/Libraries

%description -n	%{libname}
PortMixer is intended to work side-by-side with PortAudio,
the Portable Real-Time Audio Library by Ross Bencina and
Phil Burk.

%package -n	%{libname}-devel
Summary:	Static library and header files for the PortMixer library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Provides:	lib%{name}-devel  = %{version}
Requires:	%{libname} = %{version}
Requires:	libportaudio-devel

%description -n	%{libname}-devel
PortMixer is intended to work side-by-side with PortAudio,
the Portable Real-Time Audio Library by Ross Bencina and
Phil Burk.

This package contains the static PortMixer development library and
the PortMixer API Header File.

%prep

%setup -q -n %{name}
%patch0 -p1

# fix dir perms
find . -type d | xargs chmod 755

# fix file perms
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%make CC="gcc" \
    CFLAGS="%{optflags} -fPIC -DPIC -D_REENTRANT -D_GNU_SOURCE -Ipx_common"

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}/%{_includedir}
install -d %{buildroot}/%{_libdir}

install -m0755 libportmixer.so.%{major}.%{version} %{buildroot}/%{_libdir}/
ln -snf libportmixer.so.%{major}.%{version} %{buildroot}%{_libdir}/libportmixer.so.%{major}
ln -snf libportmixer.so.%{major}.%{version} %{buildroot}%{_libdir}/libportmixer.so
install -m0644 libportmixer.a %{buildroot}%{_libdir}/
install -m0644 px_common/portmixer.h %{buildroot}%{_includedir}/

cat > README.MDK << EOF
P O R T M I X E R
-----------------

This (old) code was taken from the iaxclient codebase, I was not able
to find a tarball nor a version, so I used the same versioning as in 
portaudio. It seems Audacity uses a bundled version of this code, and
there could be other softwares doing that as well.

Regards // Oden Eriksson
EOF


%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc LICENSE.txt README.MDK
%{_libdir}/*.so.*

%files -n %{libname}-devel
%defattr(-,root,root)
%doc px_tests/Makefile px_tests/px_test.c
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 18.1-9
+ Revision: b75233a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6425 |14cr|postgis-2.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname lwgeom %{version}
%define devname %mklibname lwgeom -d

Summary:	Geographic objects to the PostgreSQL object-relational database
Name:		postgis
Version:	2.1.3
Release:	2
License:	GPLv2+
Group:		Sciences/Geosciences
Url:		http://www.postgis.net
Source0:	http://download.osgeo.org/postgis/source/%{name}-%{version}.tar.gz
Patch0:		postgis-2.1.0-linkage.patch
Patch1:		postgis-2.1.3-json-c.patch
BuildRequires:	bison
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	libxslt-proc
BuildRequires:	proj
BuildRequires:	gdal-devel
BuildRequires:	geos-devel
BuildRequires:	pkgconfig(cunit)
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(proj)
Requires: 	postgresql-plpgsql
Requires:	proj

%description
Geographic objects to the PostgreSQL object-relational database.

%files
%doc COPYING README.postgis
%{_bindir}/*
%{_datadir}/*
%{_libdir}/postgresql/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/liblwgeom-%{version}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/liblwgeom.h
%{_libdir}/liblwgeom.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
	--datadir=%{_datadir}/postgis
%make

%install
%makeinstall_std

cp utils/postgis*.pl %{buildroot}/%{_bindir}

rm -f %{buildroot}%{_libdir}/liblwgeom.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.3-2
+ Revision: 3174427
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6426 |14cr|postgresql-pgpool-II-3.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name pgpool-II
%define major 0
%define libname %mklibname pcp %{major}
%define devname %mklibname pcp -d

Summary:	Pgpool is a connection pooling/replication server for PostgreSQL
Name:		postgresql-%{short_name}
Version:	3.3.3
Release:	1
License:	BSD
Group:		Databases
Url:		http://pgpool.projects.PostgreSQL.org
Source0:	http://pgfoundry.org/frs/download.php/2506/%{short_name}-%{version}.tar.gz
Source1:	pgpool.init
Source2:	pgpool.sysconfig
Source3:	pgpool.conf.mirroring
Source4:	pgpool-copy-base-backup
Source5:	pgpool-archive_command
Source6:	pgpool-mirroring_failback
# (proyvind):	These are all patches of mine, briefly described in changelog for
#		2.3.3-1, eventually they should preferably make their way in some
#		form or another when I, or someone else who feels like it gets
#		around to it.. ;)
Patch0:		pgpool-II-3.3.3-pgpool.conf-mdkconf.patch
Patch1:		pgpool-II-3.3.3-logfile.patch
BuildRequires:	pam-devel
BuildRequires:	setproctitle-devel
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(openssl)
Suggests:	postgresql-server
Suggests:	postgresql-contrib-virtual
Provides:	%{short_name} = %{EVRD}
Requires(post,preun):	rpm-helper

%description
pgpool-II is a inherited project of pgpool (to classify from pgpool-II, it is
sometimes called as pgpool-I). For those of you not familiar with pgpool-I,
it is a multi-functional middle ware for PostgreSQL that features connection
pooling, replication and load balancing functions. pgpool-I allows a user to
connect at most two PostgreSQL servers for higher availability or for higher
search performance compared to a single PostgreSQL server.

pgpool-II, on the other hand, allows multiple PostgreSQL servers (DB nodes)
to be connected, which enables queries to be executed simultaneously on all
servers. In other words, it enables "parallel query" processing. Also,
pgpool-II can be started as pgpool-I by changing configuration parameters.
pgpool-II that is executed in pgpool-I mode enables multiple DB nodes to be
connected, which was not possible in pgpool-I.

%files
%doc README TODO COPYING AUTHORS ChangeLog NEWS
%doc doc/pgpool-en.html doc/pgpool.css doc/tutorial-en.html
%lang(ja) %doc README.euc_jp doc/pgpool-ja.html doc/tutorial-ja.html
%{_bindir}/pgpool
%{_bindir}/pcp_attach_node
%{_bindir}/pcp_detach_node
%{_bindir}/pcp_node_count
%{_bindir}/pcp_node_info
%{_bindir}/pcp_pool_status
%{_bindir}/pcp_proc_count
%{_bindir}/pcp_proc_info
%{_bindir}/pcp_promote_node
%{_bindir}/pcp_recovery_node
%{_bindir}/pcp_stop_pgpool
%{_bindir}/pcp_systemdb_info
%{_bindir}/pcp_watchdog_info
%{_bindir}/pg_md5
%{_mandir}/man8/pgpool.8*
%dir %{_datadir}/%{short_name}
%{_datadir}/%{short_name}/archive_command
%{_datadir}/%{short_name}/copy-base-backup
%{_datadir}/%{short_name}/insert_lock.sql
%{_datadir}/%{short_name}/mirroring_failback
%{_datadir}/%{short_name}/system_db.sql
%{_datadir}/%{short_name}/pgpool.pam
%{_datadir}/%{short_name}/pgpool_recovery_pitr
%{_datadir}/%{short_name}/dist_def_pgbench.sql
%{_datadir}/%{short_name}/pgpool_recovery
%{_datadir}/%{short_name}/pgpool_remote_start
%{_datadir}/%{short_name}/replicate_def_pgbench.sql
%{_datadir}/postgresql/extension/*.control
%{_datadir}/postgresql/extension/*.sql
%{_initrddir}/pgpool
%{_libdir}/postgresql/pgpool-recovery.so
%{_libdir}/postgresql/pgpool-regclass.so
%attr(700,postgres,postgres) %dir %{_localstatedir}/run/pgpool
%attr(775,postgres,postgres) %dir %{_localstatedir}/run/postgresql
%dir %{_sysconfdir}/%{short_name}
%config(noreplace) %{_sysconfdir}/%{short_name}/*.conf*
%ghost %attr(644,postgres,postgres) %{_sysconfdir}/%{short_name}/pool_passwd
%attr(640,root,postgres) %config(noreplace) %{_sysconfdir}/sysconfig/pgpool
%config(noreplace) %{_sysconfdir}/logrotate.d/pgpool

%posttrans
%create_ghostfile %{_sysconfdir}/%{short_name}/pool_passwd postgres postgres 644
%_post_service pgpool

%preun
%_preun_service pgpool

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for pgpool-II
Group:		System/Libraries

%description -n %{libname}
Library for pgpool-II.

%files -n %{libname}
%{_libdir}/libpcp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers for pgpool-II
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development headers and libraries for pgpool-II.

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/libpcp.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{short_name}-%{version}
iconv -f iso-8859-1 -t utf-8 TODO -o TODO
%patch0 -p1 -b .mdkconf~
%patch1 -p1 -b .stdout_log~
autoreconf -fi
cp %{SOURCE4} sample/copy-base-backup
cp %{SOURCE5} sample/archive_command
cp %{SOURCE6} sample/mirroring_failback

%build
%configure2_5x \
	--with-pgsql-includedir=%{_includedir}/pgsql \
	--with-pgsql-libdir=%{_libdir}/pgsql \
	--disable-static \
	--with-pam \
	--with-openssl \
	--disable-rpath \
	--sysconfdir=%{_sysconfdir}/%{short_name}

%make
%make -C sql/pgpool-recovery
%make -C sql/pgpool-regclass

%install
%makeinstall_std
%makeinstall_std -C sql/pgpool-recovery
%makeinstall_std -C sql/pgpool-regclass

install -d %{buildroot}%{_localstatedir}/run/{pgpool,postgresql}

install -d %{buildroot}%{_sysconfdir}/logrotate.d
tee %{buildroot}/%{_sysconfdir}/logrotate.d/pgpool <<EOH
/var/log/postgres/pgpool {
    notifempty
    missingok
    copytruncate
}
EOH

for i in %{buildroot}/%{_sysconfdir}/%{short_name}/*sample*
	do mv $i `echo $i |sed -e 's#sample-##g' -e 's#\.sample##g'`
done
install -m644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/%{short_name}/pgpool.conf.mirroring
install -m755 %{SOURCE1} -D %{buildroot}%{_initrddir}/pgpool
install -m640 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/sysconfig/pgpool
sed -e 's#/usr/local#/usr#g' -i sample/*
install -m644 sample/dist_def_pgbench.sql %{buildroot}%{_datadir}/%{short_name}
install -m644 sample/replicate_def_pgbench.sql %{buildroot}%{_datadir}/%{short_name}

for i in archive_command copy-base-backup mirroring_failback pgpool_recovery pgpool_recovery_pitr pgpool_remote_start; do
	install -m755 sample/$i %{buildroot}%{_datadir}/%{short_name}/$i
done

touch %{buildroot}%{_sysconfdir}/%{short_name}/pool_passwd


%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3.3-1
+ Revision: 9cf4fe5
- New version 3.3.3, leave only mdv-specific old patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6427 |14cr|postgrey-1.35-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define confdir 	/etc/postfix
%define queue_directory %{_var}/spool/postfix

Summary: 	Postfix Greylisting Policy Server
Name:		postgrey
Version: 	1.35
Release:	1
License: 	GPLv2+
Group: 		System/Servers
Url:		http://postgrey.schweikert.ch/
Source0:	http://postgrey.schweikert.ch/pub/%{name}-%{version}.tar.gz
Source1:	%{name}.service
Source2:	%{name}.sysconfig
# use postgrey group by default
# use /var/lib/postgrey instead of /var/spool/postfix/postgrey
Patch0:		postgrey-1.35-defaults.patch
BuildRequires:	systemd-units
Requires:	postfix
Requires(post):	systemd
Requires(pre,post,preun,postun):	rpm-helper
BuildArch:	noarch

%description
Postgrey is a Postfix policy server implementing greylisting. When a request
for delivery of a mail is received by Postfix via SMTP, the triplet CLIENT_IP
/ SENDER / RECIPIENT is built. If it is the first time that this triplet is
seen, or if the triplet was first seen less than 5 minutes, then the mail gets
rejected with a temporary error. Hopefully spammers or viruses will not try
again later, as it is however required per RFC.

%files
%doc README Changes
%{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%config(noreplace) %{confdir}/postgrey_whitelist_clients
%config(noreplace) %{confdir}/postgrey_whitelist_recipients
%config(noreplace) %{confdir}/postgrey_whitelist_clients.local
%{_sbindir}/postgrey
%{_sbindir}/postgreyreport
%{_mandir}/man8/postgrey.8*
%{_mandir}/man8/postgreyreport.8*
%dir %attr(0750, postgrey, postfix) %{queue_directory}/extern/%{name}
%dir %attr(0750, postgrey, postgrey) %{_localstatedir}/lib/%{name}

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
pod2man -s 8 -c "" postgrey > postgrey.8
pod2man -s 8 -c "" contrib/postgreyreport > contrib/postgreyreport.8

%install
install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

mkdir -p %{buildroot}%{_sysconfdir}/postfix
cp postgrey_whitelist_clients %{buildroot}%{_sysconfdir}/postfix
cp postgrey_whitelist_recipients %{buildroot}%{_sysconfdir}/postfix
touch %{buildroot}%{_sysconfdir}/postfix/postgrey_whitelist_clients.local

mkdir -p %{buildroot}%{_sbindir}
install postgrey %{buildroot}%{_sbindir}/postgrey
install contrib/postgreyreport %{buildroot}%{_sbindir}/postgreyreport

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
cp -p %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{name}

mkdir -p %{buildroot}%{queue_directory}/extern/%{name}
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}

mkdir -p %{buildroot}%{_mandir}/man8
cp postgrey.8 contrib/postgreyreport.8 %{buildroot}%{_mandir}/man8


%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.35-1
+ Revision: 9ce4433
- New version 1.35, switch to systemd, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6428 |14cr|postr-0.12.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Flickr uploading tool for the GNOME desktop
Name:		postr
Version:	0.12.4
Release:	5
License:	GPLv2+
Group:		Graphics
Url:		http://projects.gnome.org/postr/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.bz2
BuildRequires:	python-devel
Requires:	pygtk2.0
Requires:       python-twisted-core
Requires:       python-twisted-web
Requires:       nautilus-python
Requires:	gnome-python-gconf

%description
Postr is a Flickr uploading tool for the GNOME desktop, which aims to
be simple to use but exposing enough of Flickr to be useful.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

#gw the extensions must be in the arch-dependant dir:
%if %_lib != lib
mkdir -p %{buildroot}%{_libdir}
mv %{buildroot}%{_prefix}/lib/nautilus %{buildroot}%{_libdir}
%endif

%files
%doc README AUTHORS COPYING TODO
%{_bindir}/postr
%{_libdir}/nautilus/extensions*/python/%{name}*
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/applications/*
%{py_puresitedir}/%{name}/*
%{py_puresitedir}/*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.4-5
+ Revision: d85cc20
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6429 |14cr|pound-2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A reverse-proxy and load-balancer
Name:		pound
Version:	2.6
Release:	2
Group:		System/Servers
License:	GPLv2
URL:		http://www.apsis.ch/pound/
Source0:	http://www.apsis.ch/pound/Pound-%{version}.tgz
Source1:	pound.cfg
Source2:	pound.init
Source3:	pound-openssl.cnf
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires:	openssl
BuildRequires:	openssl-devel
BuildRequires:	openssl
BuildRequires:	pcre-devel

%description
The Pound program is a reverse proxy, load balancer and HTTPS
front-end for Web server(s).

%prep
%setup -q -n Pound-%{version}

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}%{_sysconfdir}/pound
install -d %{buildroot}%{_sysconfdir}/pki/%{name}/certs
install -d %{buildroot}/var/run/pound

install -m0755 pound %{buildroot}%{_sbindir}
install -m0755 poundctl %{buildroot}%{_sbindir}
install -m0644 *.8 %{buildroot}%{_mandir}/man8/

install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pound/pound.cfg
install -m0755 %{SOURCE2} %{buildroot}%{_initrddir}/%{name}
install -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/pki/%{name}/%{name}.cnf

touch %{buildroot}%{_sysconfdir}/pki/%{name}/certs/%{name}.pem
chmod 600 %{buildroot}%{_sysconfdir}/pki/%{name}/certs/%{name}.pem

%pre
%_pre_useradd %{name} /var/run/pound /bin/false

%post
%_post_service %{name}
if [ -f /var/lock/subsys/%{name} ]; then
    %{_initrddir}/%{name} restart 1>&2;
fi

# create a ssl cert
if [ ! -f %{_sysconfdir}/pki/%{name}/certs/%{name}.pem ]; then
    echo "Generating a SSL certificate for %{name}"
    openssl req -x509 -newkey rsa:1024 -batch -keyout \
    %{_sysconfdir}/pki/%{name}/certs/%{name}.pem \
    -out %{_sysconfdir}/pki/%{name}/certs/%{name}.pem \
    -days 365 -nodes -config %{_sysconfdir}/pki/%{name}/%{name}.cnf
    chmod 600 %{_sysconfdir}/pki/%{name}/certs/%{name}.pem
fi

%preun
%_preun_service %{name}
    
%postun
%_postun_userdel %{name}

if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/%{name} ]; then
	%{_initrddir}/%{name} restart 1>&2
    fi
fi

%files
%defattr(644,root,root,755)
%doc README
%attr(0755,root,root) %{_initrddir}/%{name}
%attr(0755,root,root) %{_sbindir}/*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/%{name}.cfg
%attr(0600,root,root) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/%{name}/certs/%{name}.pem
%attr(0644,root,root) %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/%{name}/%{name}.cnf
%{_mandir}/man8/*
%dir /var/run/pound



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6-2
+ Revision: 106ab52
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6430 |14cr|povray-3.7.0-0.RC6.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define PKGRELEASE 3.7

Summary:	The Persistence of Vision Raytracer
Name:		povray
Version:	3.7.0
Release:	0.RC6.2
Group:		Sciences/Computer science
License:	GPL
URL:		http://www.povray.org
Source0:	http://www.povray.org/beta/source/povray-%{version}.RC6.tar.gz
Source1:	%{name}.bash-completion
Patch0:		povray-3.7.0-install.patch
Patch1:		povray-3.7.0-link.patch
Patch2:		povray-3.7.0-boost-time.patch
BuildRequires:	zlib-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	svgalib-devel
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	boost-devel

%description
The Persistence of Vision Ray tracer creates three-dimensional,
photo-realistic images using a rendering technique called ray tracing.
It reads in a text file containing information describing the objects and
lighting in a scene and generates an image of that scene from the view
point of a camera also described in the text file. Ray tracing is not
a fast process by any means, (the generation of a complex image can
take several hours) but it produces very high quality images
with realistic reflections, shading, perspective, and other effects.

%prep
%setup -qn povray-%{version}.RC6
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
autoreconf -fi
%configure2_5x --with-x COMPILED_BY="%_vendor" --disable-optimiz --with-boost-libdir=%{_libdir}
%make

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_sysconfdir}/bash_completion.d
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}

%files 
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%PKGRELEASE/povray.conf
%config(noreplace) %{_sysconfdir}/%{name}/%PKGRELEASE/povray.ini
%doc doc/* 
%doc %{_mandir}/man1/povray.*
%{_bindir}/povray
%{_defaultdocdir}/%{name}-%PKGRELEASE
%{_datadir}/%{name}-%PKGRELEASE

%changelog
* Fri Jun 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.0-0.RC6.2
+ Revision: 73f997b
- Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6431 |14cr|powder-70.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Physical simulator which allows to construct objects using different materials
Name:           powder
Version:        70.1
Release:        2
License:        GPLv2
Group:          Games/Other
Source:         %{name}-%{version}.tar.bz2
Patch0:		lua5.1.patch
Patch1:		sse.patch
URL:            http://powder.hardwired.org.uk/
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:  SDL-devel
BuildRequires:  fftw-devel
BuildRequires:  bzip2-devel
BuildRequires:  lua5.1-devel

%description
Physical simulator which allows constructing your own objects
such as volcano or calculator using different materials

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
make

%install
install -D -m 0755 build/powder %{buildroot}%{_bindir}/powder
install -D -m 0644 src/Resources/Icon-32.png %{buildroot}%{_datadir}/pixmaps/powder.png
#install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/powder.desktop

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%{_bindir}/powder
#%{_datadir}/applications/powder.desktop
%{_datadir}/pixmaps/powder.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 70.1-2
+ Revision: bc38d43
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6432 |14cr|powdertoy-74.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Physical simulator which allows to construct objects using different materials
Name:           powdertoy
Version:        74.1
Release:        2
License:        GPLv2
Group:          Games/Other

Source0:        %{name}-%{version}.tar.bz2
Source1:	%{name}.desktop

Patch0:		lua5.1.patch
Patch1:		sse.patch
URL:            http://powder.hardwired.org.uk/

BuildRequires:  SDL-devel
BuildRequires:  fftw-devel
BuildRequires:  bzip2-devel
BuildRequires:  lua5.1-devel

# Rename package to powdertoy (more accurate upstream name)
Obsoletes: powder

%description
Physical simulator which allows constructing your own objects
such as volcano or calculator using different materials

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1

%build
make

%install
install -D -m 0755 build/powder %{buildroot}%{_bindir}/%{name}
install -D -m 0644 src/Resources/Icon-32.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%defattr(-, root, root)
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 74.1-2
+ Revision: 75b591b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6433 |14cr|powermanga-0.91-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Shoot 'em up game with 3D graphics
Name:		powermanga
Version:	0.91
Release:	3
License:	GPLv3+
Group:		Games/Arcade
URL:		http://linux.tlk.fr/games/Powermanga/
Source0:	http://linux.tlk.fr/games/Powermanga/download/%{name}-%{version}.tgz
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
Patch0:		powermanga-0.91-zlib.patch
Patch1:		powermanga-0.91-gcc4.7.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(libpng)

Requires(post):		rpm-helper
Requires(postun):	rpm-helper

%description
In this "shoot 'em up" with 3d graphics, you'll have to face and destroy
more than 60 different types of opponents. Nice musics, many weapons, and
a ton of surprises.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

install -d install %{buildroot}%{_gamesdatadir}/%{name}/texts
install -m 644 texts/*.txt texts/*.ini %{buildroot}%{_gamesdatadir}/%{name}/texts

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=PowerManga
Comment=Shoot 'em up game with 3D graphics
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%post
%create_ghostfile %{_localstatedir}/games/%{name}/%{name}.hi root games 664
%create_ghostfile %{_localstatedir}/games/%{name}/%{name}.hi-easy root games 664
%create_ghostfile %{_localstatedir}/games/%{name}/%{name}.hi-hard root games 664

%files
%doc README
%attr(-, root, games) %{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%attr(664, root, games) %ghost %{_localstatedir}/games/%{name}/%{name}.hi
%attr(664, root, games) %ghost %{_localstatedir}/games/%{name}/%{name}.hi-easy
%attr(664, root, games) %ghost %{_localstatedir}/games/%{name}/%{name}.hi-hard




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.91-3
+ Revision: 3302f28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6434 |14cr|powertop-2.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Power saving diagnostic tool

Name:		powertop
Version:	2.6.1
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.lesswatts.org/
Source0:	https://01.org/powertop/sites/default/files/downloads/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	gettext-devel

%description
PowerTOP tool is a program that collects the various pieces of
information from a system and presents an overview of how well a
laptop is doing in terms of power savings. In addition, PowerTOP will
provide an indication of which tunables and software components are
the biggest offenders in slurping up battery time. PowerTOP will
update it's display frequently so that the impact of any changes can
be seen directly.

%prep
%setup -qn %{name}-%{version}

%build
autoreconf -fiv
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README TODO
%{_sbindir}/%{name}
%{_mandir}/*/*.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.1-2
+ Revision: 12e32b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6435 |14cr|pp3-1.3.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Creation of sky charts in Postscript or PDF format
Name: pp3
Version: 1.3.3
Release: 8
License: MIT
Group: Sciences/Astronomy
Source0: http://prdownloads.sourceforge.net/pp3/pp3-%{version}.tar.bz2
Url: http://pp3.sourceforge.net
Patch0:	gcc47.patch

%description
PP3 creates celestial charts. It generates resolution independent
maps of very high graphical quality in Postscript or PDF format.
They can be used for example as illustrations in books or on web
pages. You may use the databases of the distribution or your own
databases converted to PP3's simple text format.

PP3 uses LaTeX+pstricks as the backend for generating the vector
graphics. You can add arbitrary labels to the map. The output is
configurable in many ways.

%prep
%setup -q
%patch0 -p1

%build
%make LOCAL="" CHANGEFILE=fmax.ch CXXFLAGS="$RPM_OPT_FLAGS"

%install
mkdir -p  %buildroot%_bindir
install -m755 pp3 %buildroot%_bindir/pp3
mkdir -p %buildroot%_datadir/%name
for i in *.dat; do
    install -m644 $i %buildroot%_datadir/%name/$i
done

%files
%doc COPYING README WHATSNEW
%doc examples
%{_bindir}/%name
%{_datadir}/%name

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-8
+ Revision: 898d56a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6436 |14cr|ppsspp-0.9.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define native_snapshot 17.08.2014
%define lang_snapshot 26.08.2014

Summary:	Sony PlayStation Portable (PSP) emulator
Name:		ppsspp
Version:	0.9.9.1
Release:	2
License:	GPLv2+
Group:		Emulators
Url:		http://www.ppsspp.org
# From git by tag https://github.com/hrydgard/ppsspp
Source0:	%{name}-%{version}.tar.gz
# From git https://github.com/hrydgard/native
Source1:	native-%{native_snapshot}.tar.bz2
# From git https://github.com/hrydgard/ppsspp-lang
Source2:	ppsspp-lang-%{lang_snapshot}.tar.bz2
Patch0:		ppsspp-0.8-git-version.patch
Patch1:		ppsspp-0.9.9.1-datapath.patch
# Can work with any ffmpeg but requires ffmpeg with Atrac3+ support for ingame music
Patch2:		ppsspp-0.9.9-ffmpeg.patch
Patch3:		ppsspp-0.9.9-controls.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
#Requires system libpng16, otherwise uses internal static build
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)

%description
PPSSPP is a cross-platform Sony PlayStation Portable (PSP) emulator.

PPSSPP can run your PSP games on your PC in full HD resolution, and play
them on Android too. It can even upscale textures that would otherwise be
too blurry as they were made for the small screen of the original PSP.

%files
%{_gamesbindir}/%{name}-sdl
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_gamesdatadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
sed s,"unknown_version","%{version}",g -i git-version.cmake

# Unpack external libraries from Native sub-project
rm -rf native lang
tar -xf %{SOURCE1}
mv native-%{native_snapshot} native
tar -xf %{SOURCE2}
mv ppsspp-lang-%{lang_snapshot} lang

%build
# segfaults with default -O2 optimization
%global optflags %{optflags} -O0
%cmake \
	-DHEADLESS:BOOL=OFF \
	-DUSE_FFMPEG:BOOL=ON
%make

%install
mkdir -p %{buildroot}%{_gamesbindir}
install -m 0755 build/PPSSPPSDL %{buildroot}%{_gamesbindir}/%{name}-sdl
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
cp -r build/assets %{buildroot}%{_gamesdatadir}/%{name}
cp -r lang %{buildroot}%{_gamesdatadir}/%{name}/assets/

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=PPSSPP
Comment=Sony PSP emulator
Exec=%{_gamesbindir}/%{name}-sdl
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert assets/icon-114.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog
* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.9.1-2
+ Revision: ad1e151
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6437 |14cr|pptpd-server-1.3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name		pptpd-server
%define	realname	pptpd
%define	version		1.3.4
%define	rel		4
%define	release		%{rel}
%define	pppver		%(rpm -q --qf %{VERSION} ppp)
%define buildlibwrap 1
%define buildbsdppp 0
%define buildslirp 0
%define buildipalloc 0
%define buildbcrelay 1
%define buildpnsmode 0

Summary:	PoPToP Linux VPN server 
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/Other
Source0:	%{realname}-%{version}.tar.gz
Source1:	%{realname}-init
URL:		http://poptop.sourceforge.net/
Provides:	%{realname} = %{version}-%{release} poptop = %{version}-%{release}
Requires:	tcp_wrappers ppp = %{pppver}
# We need ppp to get its version
BuildRequires:	ppp
Requires(post):	rpm-helper
Requires(preun):	rpm-helper

%description
PoPToP is the PPTP server solution for Linux (ports exist for Solaris
2.6, OpenBSD and FreeBSD and other). To date no real solution existed
if you wished to include Linux server in PPTP established VPNs. PoPToP
resolves that problem by allowing Linux servers to function seamlessly
in the PPTP VPN environment. This enables administrators to leverage
the considerable benifits of both Microsoft and Linux. The current
release supports Windows 9x/NT/2000 PPTP clients and PPTP Linux
clients. PoPToP is free GNU software.

# allow --with[out] <feature> at rpm command line build
# e.g. --with ipalloc --without libwrap
# --with overrides --without
%{?_without_libwrap: %{expand: %%define buildlibwrap 0}}
%{?_without_bsdppp: %{expand: %%define buildbsdppp 0}}
%{?_without_slirp: %{expand: %%define buildslirp 0}}
%{?_without_ipalloc: %{expand: %%define buildipalloc 0}}
%{?_without_bcrelay: %{expand: %%define buildbcrelay 0}}
%{?_without_pnsmode: %{expand: %%define buildpnsmode 0}}
%{?_with_libwrap: %{expand: %%define buildlibwrap 1}}
%{?_with_bsdppp: %{expand: %%define buildbsdppp 1}}
%{?_with_slirp: %{expand: %%define buildslirp 1}}
%{?_with_ipalloc: %{expand: %%define buildipalloc 1}}
%{?_with_bcrelay: %{expand: %%define buildbcrelay 1}}
%{?_with_pnsmode: %{expand: %%define buildpnsmode 1}}

%prep
%setup -q -n %{realname}-%{version}

rm -rf `find -name CVS`

%build
buildopts=""
%if %{buildlibwrap}
buildopts="$buildopts --with-libwrap"
%endif
%if %{buildbsdppp}
buildopts="$buildopts --with-bsdppp"
%endif
%if %{buildslirp}
buildopts="$buildopts --with-slirp"
%endif
%if %{buildipalloc}
buildopts="$buildopts --with-pppd-ip-alloc"
%endif
%if %{buildbcrelay}
buildopts="$buildopts --with-bcrelay"
%endif
%if %{buildpnsmode}
buildopts="$buildopts --with-pns-mode"
%endif
%configure2_5x $buildopts
echo '#undef VERSION' >> plugins/patchlevel.h
echo '#define VERSION "%{pppver}"' >> plugins/patchlevel.h

perl -pi -e 's|-o root||' plugins/Makefile
perl -pi -e 's|/lib/pptpd|/%{_lib}/pptpd|' plugins/Makefile
perl -pi -e 's|/usr/lib/pptpd|%{_libdir}/pptpd|' pptpctrl.c

%make CFLAGS="$RPM_OPT_FLAGS -fPIC -fno-builtin -Wall -DSBINDIR='\"%{_sbindir}\"'" 

%install
%makeinstall

install -m0644 samples/%{realname}.conf -D %{buildroot}%{_sysconfdir}/%{realname}.conf
install -m0644 samples/options.%{realname} -D %{buildroot}%{_sysconfdir}/ppp/options.%{realname}
install -m0755 %{SOURCE1} -D %{buildroot}%{_initrddir}/%{realname}
install -m0755 tools/vpnuser -D %{buildroot}%{_bindir}/vpnuser
install -m0755 tools/vpnstats -D %{buildroot}%{_bindir}/vpnstats
install -m0755 tools/vpnstats.pl -D %{buildroot}%{_bindir}/vpnstats.pl
install -m0755 tools/pptp-portslave -D %{buildroot}%{_sbindir}/pptp-portslave

%post
%_post_service	%{realname}

%preun
%_preun_service	%{realname}

%files
%defattr(644,root,root,755)
%doc AUTHORS README* TODO ChangeLog* samples
%{_mandir}/man[58]/pptp*
%config(noreplace) %{_sysconfdir}/%{realname}.conf
%config(noreplace) %{_sysconfdir}/ppp/options.%{realname}
%defattr(755,root,root,755)
%{_initrddir}/%{realname}
%{_sbindir}/*
%{_bindir}/*
%{_libdir}/pptpd



%changelog
* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.3.4-4
+ Revision: 17177b5
- Automatic import for version 1.3.4-4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6438 |14cr|praat-5.2.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcver  %(echo %{version} | sed -e 's/\\.\\([0-9]\\)$/.0\\1/' -e 's/\\.//g')
Name:		praat
Summary:	Praat: doing phonetics, speech analysis and synthesis by computer
Version:	5.2.17
Release:	2
License: 	GPLv2
Group:		Sciences/Other
Url:		http://www.fon.hum.uva.nl/praat/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{revision}-buildroot
BuildRequires:	libxp-devel
BuildRequires:	libxt-devel
BuildRequires:	libsm-devel
BuildRequires:	libice-devel
BuildRequires:	libxext-devel
BuildRequires:	libalsa-devel
BuildRequires:	libxmu-devel
BuildRequires:	lesstif-devel
BuildRequires:	gtk2-devel
BuildRequires:	cairo-devel
Source0:	http://www.fon.hum.uva.nl/praat/praat%{srcver}_sources.tar.gz
Source1:	praat.png
Source2:	praat_mini.png
Source3:	praat_large.png
Source4:	mandriva-praat.desktop

%description
According to its authors, praat is "doing phonetics by computer". There are
several speech analysis functionalities available: spectrograms, cochleograms,
and pitch and formant extraction. Articulatory synthesis, as well as synthesis
from pitch, formant, and intensity are also available. Other features are
segmentation, labelling using the phonetic alphabet, and computation of
statistics.

%prep
%setup -q -n sources_%{srcver}

%build
ln -fs makefiles/makefile.defs.linux.gtk makefile.defs
%make

%clean
rm -rf %{buildroot}

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_datadir}/{applications,icons}
mkdir -p %{buildroot}/%{_datadir}/icons/{mini,large}

# the application itself
cp -vf ./praat %{buildroot}/usr/bin/

# icons provided by antonino mingoia from www.ozzpot.com
cp -vf %{SOURCE1} %{buildroot}/%{_datadir}/icons/praat.png
cp -vf %{SOURCE2} %{buildroot}/%{_datadir}/icons/mini/praat.png
cp -vf %{SOURCE3} %{buildroot}/%{_datadir}/icons/large/praat.png

# our own desktop entry
cp -vf %{SOURCE4} %{buildroot}/%{_datadir}/applications/

%files
%defattr (-,root,root)
%{_bindir}/praat
%{_datadir}/icons/*
%{_datadir}/applications/*.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.2.17-2
+ Revision: 93e534f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6439 |14cr|pragha-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define __noautoprovfiles %{_libdir}/%{name}/plugins

Summary:	Lightweight GTK+ music manager
Name:		pragha
Version:	1.3.1
Release:	1
License:	GPLv3+
Group:		Sound
Url:		http://pragha.wikispaces.com/
Source0:	https://github.com/downloads/matiasdelellis/%{name}/%{name}-%{version}.tar.bz2
Patch0:		pragha-1.3.1-sfmt.patch
BuildRequires:	intltool
BuildRequires:	alsa-oss-devel
BuildRequires:	liblastfm-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(grilo-0.2)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gudev-1.0)
#BuildRequires:	pkgconfig(keybinder-3.0)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libglyr)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpeas-1.0)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(taglib)
Requires:	gstreamer1.0-plugins-base

%description
Pragha is is a lightweight GTK+ music manager that aims to be fast, bloat-free
and light on memory consumption. It is written completely in C and GTK+.
Pragha is a fork of Consonance Music Manager, discontinued by the original
author.

%files -f %{name}.lang
# FIXME add AUTHORS if not empty
%doc ChangeLog FAQ NEWS README
%{_bindir}/pragha
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*x*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}/
%{_mandir}/man1/pragha.1.*
%{_libdir}/%{name}/plugins/acoustid
%{_libdir}/%{name}/plugins/cdrom
%{_libdir}/%{name}/plugins/devices
%{_libdir}/%{name}/plugins/dlna-renderer
%{_libdir}/%{name}/plugins/gnome-media-keys
%{_libdir}/%{name}/plugins/mpris2
%{_libdir}/%{name}/plugins/mtp
%{_libdir}/%{name}/plugins/notify
%{_libdir}/%{name}/plugins/removable
%{_libdir}/%{name}/plugins/song-info
%{_libdir}/%{name}/plugins/tunein

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --with-gstreamer=1.0
%make

%install
%makeinstall_std

%find_lang %{name}
# remove duplicate docs
rm -rf %{buildroot}%{_datadir}/%{name}/doc

# we don't plan to build expernal plugins for now
rm -rf %{buildroot}%{_includedir}/%{name}/plugins/


%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-1
+ Revision: b830d10
- New version 1.3.1, update BuildRequires and files, exclude plugins from Provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6440 |14cr|prboom-2.5.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	Summary	An enhanced version of DooM - classic 3D shoot-em-up game

Summary:	%{Summary}
Name:		prboom
Version:	2.5.0
Release:	8
Source0:	http://prdownloads.sourceforge.net/prboom/%{name}-%{version}.tar.bz2
Source1:	%{name}-game-server.sysconfig
Source2:	%{name}-game-server.service
Source3:	doom2-newcaco16.png
Source4:	doom2-newcaco32.png
Source5:	doom2-newcaco48.png
Source6:	%{name}-game-server.wrapper
URL:		http://prboom.sourceforge.net/
Group:		Games/Arcade
License:	GPL
BuildRequires:	smpeg-devel
BuildRequires:	sed
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(SDL_mixer)
Requires:	TiMidity++
Requires:	doom-iwad

%description
Doom is the classic 3D shoot-em-up game. It must have been one of the best
selling games ever; it totally outclassed any 3D world games that preceded
it, with amazing speed, flexibility, and outstanding gameplay. The specs
to the game were released, and thousands of extra levels were written by
fans of the game; even today new levels are written for Doom faster then
any one person could play them.

-- NOTE : YOU NEED TO DOWNLOAD WAD FILES --
http://www.idsoftware.com/

%package gl
Summary:	OpenGL version
Group:		Games/Arcade
Requires:	%{name}

%description gl
This package contains the PrBooM binary that runs accelerated through
OpenGL.

%package server
Summary:	PrBooM game server
Group:		Games/Arcade
Requires(pre):	rpm-helper
Requires:	%{name}

%description server
This package contains the PrBooM server binary, that is the program 
that passes data between the different players in the game.

%prep
%setup -q

%build
%define common_conf_flags --disable-cpu-opt --disable-i386-asm
%configure %{common_conf_flags} --enable-gl
%make
cp src/prboom prboom-gl

make clean

%configure %{common_conf_flags} --disable-cpu-opt
%make

%install
%makeinstall_std
install -m755 prboom-gl %{buildroot}%{_gamesbindir}

# delete unwanted files
rm -fr %{buildroot}%{_datadir}/doc/

#
# Initscript
install -d %{buildroot}%{_sysconfdir}/sysconfig \
	   %{buildroot}%{_unitdir}

cp %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/%{name}-game-server
cp %{SOURCE2} %{buildroot}%{_unitdir}/%{name}-game-server.service

sed -i "s|/etc/sysconfig|%{_sysconfdir}/sysconfig| ; s|/usr/games|%{_gamesbindir}|" \
%{buildroot}%{_unitdir}/%{name}-game-server.service

#
# Icons
install -m644 %{SOURCE3} -D %{buildroot}%{_miconsdir}/doom2-newcaco.png
install -m644 %{SOURCE4} -D %{buildroot}%{_iconsdir}/doom2-newcaco.png
install -m644 %{SOURCE5} -D %{buildroot}%{_liconsdir}/doom2-newcaco.png

#
# Wrapper to launch server
install -m755 %{SOURCE6} -D %{buildroot}%{_gamesbindir}/%{name}-game-server.wrapper

#
# Menus

mkdir -p %{buildroot}%{_datadir}/applications/

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Categories=Game;ArcadeGame;
Name=PrBooM
Comment=%{Summary}
Icon=doom2-newcaco
Exec=%{_gamesbindir}/%{name}
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}-multiplayer.desktop
[Desktop Entry]
Type=Application
Categories=Game;ArcadeGame;
Name=PrBooM Multiplayer
Comment=%{Summary}
Icon=doom2-newcaco
Exec=sh -c "%{_gamesbindir}/%{name} -net \`hostname\`"
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}-gl.desktop
[Desktop Entry]
Type=Application
Categories=Game;ArcadeGame;
Name=PrBooM-GL
Comment=%{Summary}
Icon=doom2-newcaco
Exec=%{_gamesbindir}/%{name}-gl
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}-gl-multiplayer.desktop
[Desktop Entry]
Type=Application
Categories=Game;ArcadeGame;
Name=PrBooM-GL Multiplayer
Comment=%{Summary}
Icon=doom2-newcaco
Exec=sh -c "%{_gamesbindir}/%{name}-gl -net \`hostname\`"
EOF


%post server
%systemd_post %{name}-game-server.service

%preun server
%systemd_preun %{name}-game-server.service

%postun server
%systemd_postun_with_restart %{name}-game-server.service

%files
%doc AUTHORS NEWS README TODO
%doc doc/*.txt doc/README.*
%{_gamesbindir}/%{name}
%dir %{_gamesdatadir}/doom
%{_gamesdatadir}/doom/%{name}.wad
%{_mandir}/man5/*
%{_mandir}/man6/%{name}.6*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/applications/mandriva-%{name}-multiplayer.desktop
%{_iconsdir}/doom2-newcaco.png
%{_miconsdir}/doom2-newcaco.png
%{_liconsdir}/doom2-newcaco.png

%files gl
%{_gamesbindir}/%{name}-gl
%{_datadir}/applications/mandriva-%{name}-gl.desktop
%{_datadir}/applications/mandriva-%{name}-gl-multiplayer.desktop

%files server
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}-game-server
%{_unitdir}/%{name}-game-server*
%{_gamesbindir}/%{name}-game-server*
%{_mandir}/man6/%{name}-game-server*

%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.0-8
+ Revision: 914afe4
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6441 |14cr|prboom-plus-2.5.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		Werror_cflags %nil

Name:		prboom-plus
Version:	2.5.1.3
Release:	3
Summary:	Open source port of the DOOM game engine

Group:		Games/Arcade
License:	GPLv2+
URL:		http://prboom-plus.sourceforge.net/
Source0:	%name-%version+.tar.xz
Patch1:		prboom-nodatetime.diff
Patch2:		prboom-types1.diff
Patch3:		prboom-types2.diff
Patch4:		prboom-protos.diff
Patch5:		prboom-enable-tessellation.diff
Source2:	clean_source.sh
BuildRequires:	xz
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)

Suggests:	freedoom

%description
PrBoom+ is a Doom source port developed from the original PrBoom
project.

prboom is an open-source port of Doom, the classic 3D first-person
shooter game. It totally outclassed any 3D world games that preceded
it, with amazing speed, flexibility, and outstanding gameplay. The
specs to the game were released, and thousands of extra levels were
written by fans of the game; even today new levels are written for
Doom faster then any one person could play them.

The target of the prboom-plus project is to extend the original port
with features that are necessary or useful to the developers and all
those interested in their work. It is worth noting that all changes
introduced in no way break PrBoom's compatibility with the original
Doom/Doom2 engines, and it is possible to be confident this will
never happen in the future since compatibility is as important.

Author(s):
----------
	Andrey "e6y" Budko

%prep
%setup -q
# %patch -P 1 -P 2 -P 3 -P 4 -P 5 -p1

%build
./bootstrap;
# rpm has its own optimizations, so turn off shipped defaults
%configure --enable-gl --disable-cpu-opt --program-prefix='' \
	--with-waddir=%{_gamesdatadir}/doom
%make

%install
%makeinstall_std
# Will manually package docs (see %%files)
rm -Rf %{buildroot}/%{_gamesdatadir}/doc;
mkdir -p %{buildroot}/%{_gamesbindir};


%files
%doc NEWS AUTHORS README
%doc doc/MBF.txt doc/MBFFAQ.txt doc/README.compat doc/README.demos doc/boom.txt
%{_gamesbindir}/*
%{_gamesdatadir}/doom
%{_mandir}/*/*
%{_docdir}/prboom-plus-2.5.1.3/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.1.3-3
+ Revision: cc1603d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6442 |14cr|prelude-correlator-1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Correlates events from the prelude manager
Name:           prelude-correlator
Version:        1.0.1
Release:        5
Epoch:          0
License:        GPLv2+
Group:          System/Servers
URL:            http://www.prelude-ids.org/
Source0:        http://www.prelude-ids.com/download/releases/prelude-correlator/%{name}-%{version}.tar.gz
Source1:        prelude-correlator.service
Buildarch:	noarch
Requires:       prelude-manager
Requires:	python-prelude
Requires(preun): rpm-helper
Requires(post): rpm-helper
BuildRequires:	python-setuptools

%description
prelude-correlator correlates events from the prelude manager.

%prep

%setup -q -n %{name}-%{version}

cp %{SOURCE1} prelude-correlator.service

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

cat > README.urpmi << EOF
In order to start the prelude-correlator service you must configure it first.
This is not done automatically. To make a basic configuration,
please run:

%{_bindir}/prelude-adduser register prelude-correlator "idmef:rw" localhost --uid 0 --gid 0
EOF

install -d %{buildroot}%{_unitdir}
install -m0755 prelude-correlator.service %{buildroot}%{_unitdir}/prelude-correlator.service
install -d %{buildroot}/var/run/prelude-correlator

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%doc AUTHORS ChangeLog COPYING HACKING.README NEWS README.urpmi
%attr(0755,root,root) %{_bindir}/prelude-correlator
%attr(0755,root,root) %{_unitdir}/prelude-correlator.service
%{py_puresitedir}/*
%{_sysconfdir}/%{name}
%_var/lib/%{name}

%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0.1-5
+ Revision: 511ef3d
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6443 |14cr|premake-3.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Build script generator
Name:		premake
Version:	3.2
Release:	7
License:	GPL
Group:		Development/Other
URL:		http://premake.sourceforge.net/
Source0:	http://ovh.dl.sourceforge.net/sourceforge/premake/%{name}-src-%{version}.zip
BuildRequires:	lua-devel
BuildRoot:	%{_tmppath}/%{name}-root

%description
Premake is a build script generator. Describe your project using the
full-featured Lua scripting language and then let Premake create the input
files for:

 * MS Visual Studio 6, 2002, 2003, or 2005
 * GNU make (including Cygwin and MinGW)
 * IC#Code SharpDevelop
 * MonoDevelop
 * ...more on the way!

%prep

%setup -q -n Premake-%{version}

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# fix dir perms
find . -type d | xargs chmod 755

# fix file perms
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%make CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" -C Src

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

install -m0755 bin/%{name} %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES.txt LICENSE.txt README.txt
%attr(0755,root,root) %{_bindir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2-7
+ Revision: 6d813de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6444 |14cr|prey-0.5.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name prey
%define version 0.5.4

Name: %{name}
Summary: Prey is a lightweight application for tracking your stolen laptop
Version: %{version}
Release: 4
License: GPLv3
Group: Monitoring
Source0: http://preyproject.com/releases/0.5.4/prey-0.5.4-linux.zip
Source1: prey-config.desktop
URL:	http://preyproject.com/
Requires: curl, scrot, groff, streamer, perl-Net-SSLeay, perl-IO-Socket-SSL, mpg123, imagemagick, traceroute, gksu

%description
Prey is a lightweight application for tracking your stolen laptop.

Prey comprises a shell scripts which calls out on a regular basis
to either a server run by prey project, or a url nominated by 
system administration. A graphical configuration tool is also provided
which is used to maintain the simple config file.

%prep
rm -rf %{buildroot}
%setup -n prey
install -m 755 %{SOURCE1} prey-config.desktop

%install
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/cron.d/
mkdir -p %{buildroot}%{_datadir}/applications/
install -m 755 prey-config.desktop %{buildroot}%{_datadir}/applications/

mv * %{buildroot}%{_datadir}/%{name}/

cat << EOF > %buildroot%_sysconfdir/cron.d/%name
 */20 * * * * root /usr/share/prey/prey.sh > /var/log/prey.log
EOF

%files
%defattr(0755,root,root)
%{_datadir}/%{name}
%{_sysconfdir}/cron.d/prey
%{_datadir}/applications/prey-config.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.4-4
+ Revision: 21af4aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6445 |14cr|prime-1.0.0.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define dict_version    1.0.0
%define suikyo_version  2.1.0-2

Name:         prime
Summary:      Japanese PRedictive Input Method Editor

Version:      1.0.0.1
Release:      10
URL:          http://sourceforge.jp/projects/prime/
Source0:      %{name}-%{version}.tar.bz2
Group:        System/Internationalization
License:      GPL
Obsoletes:       uim-prime <= 0.4.6-1.beta2.3mdk
Requires:        prime-dict >= %{dict_version}
Requires:        suikyo >= %{suikyo_version}
Requires:        ruby-progressbar
Requires:        ruby-sary >= 1.2.0
BuildRequires:   ruby
Obsoletes:	%{mklibname prime 0} < %{version}-%{release}

%description
PRIME is Japanese PRedictive Input Method Editor.

%package devel
Summary: Development files for prime

Group: Development/Other
Requires: %{name} = %{version}
Conflicts: lib64prime0 < %{version}-%{release}
Conflicts: libprime0 < %{version}-%{release}

%description devel
This package contains development files for prime.


%prep
%setup -q

%build
[[ ! -x configure ]] && ./autogen.sh

%configure2_5x --with-rubydir=%{ruby_sitelibdir}
make

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_sysconfdir}/prime
cp -f etc/Custom_prime.rb %{buildroot}/%{_sysconfdir}/prime/

%clean

%files
%doc ChangeLog COPYING README TODO
%{_sysconfdir}/*
%{_datadir}/%{name}
%{_bindir}/*
%{ruby_sitelibdir}/*

%files devel
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0.1-10
+ Revision: 96730c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6446 |14cr|prime-dict-1.0.0-11.20090507.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define date	20090507
%define debug_package %{nil}

Name:		prime-dict
Summary:	Dictionaries for PRIME
Version:	1.0.0
Release:	11.%{date}.2
URL:		http://sourceforge.jp/projects/prime/
License:	GPL
Group:		System/Internationalization
Source0:	%{name}-%{version}-%{date}ut.tar.bz2
BuildRequires:	ruby

%description
Dictionaries for PRIME.

%prep
%setup -q -n %{name}-%{version}-%{date}ut

%build
%configure2_5x --with-rubydir=%{ruby_sitelibdir}
%make

%install
%makeinstall_std

%files
%doc ChangeLog COPYING 
%{ruby_sitelibdir}/*
%{_datadir}/prime/*

%changelog
* Wed Feb 12 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-11.20090507.2
+ Revision: 3660d62
- Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6447 |14cr|primer3-2.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_with_tests	1

%define name	primer3
%define version 2.3.1
%define release 2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	PCR reactions primers identification
Group:		Sciences/Biology
License:	BSD and GPLv2+
URL:		http://primer3.sourceforge.net/
Source0:	http://downloads.sourceforge.net/primer3/%{name}-%{version}.tar.gz
Patch0:		primer3-2.2.3-linking.patch

%description
Primer3 is a complete rewrite of the original PRIMER program
(Primer 0.5), written by Steve Lincoln, Mark Daly, and Eric
Lander.

Primer3 picks primers for PCR reactions, considering as criteria:
- oligonucleotide melting temperature, size, GC content,
  and primer-dimer possibilities
- PCR product size
- positional constraints within the source sequence
- miscellaneous other constraints

All of these criteria are user-specifiable as constraints, and
some are specifiable as terms in an objective function that
characterizes an optimal primer pair.

%prep
%setup -q -n %{name}-%{version}
%patch0  -p1 -b .linking

%build
%make -C src CFLAGS="%{optflags} -D__USE_FIXED_PROTOTYPES__" LDFLAGS="%{ldflags}" V=1 

%install
install -Dpm 755 src/primer3_core %{buildroot}%{_bindir}/primer3_core
install -Dpm 755 src/ntdpal %{buildroot}%{_bindir}/ntdpal
install -Dpm 755 src/ntthal %{buildroot}%{_bindir}/ntthal
install -Dpm 755 src/oligotm %{buildroot}%{_bindir}/oligotm
install -Dpm 755 src/long_seq_tm_test %{buildroot}%{_bindir}/long_seq_tm_test

%if %build_with_tests
%check
%make -C test
%endif

%files
%doc *.txt *.htm example src/release_notes.txt
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-2
+ Revision: 7b94454
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6448 |14cr|primus-0.1-0.20131127.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20131127

%if %{_use_internal_dependency_generator}
%define __noautoprov 'libGL\\.so\\.1(.*)'
%endif

Summary:	Faster OpenGL offloading for Bumblebee
Name:		primus
Version:	0.1
Release:	0.%{git}.2
License:	Custom
Group:		System/Kernel and hardware
Url:		https://github.com/amonakov/primus
Source0:	%{name}-%{git}.tar.bz2
Source1:	primusrun
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xproto)
Requires:	bumblebee

%description
Primus is a shared library that provides OpenGL and GLX APIs and 
implements low-overhead local-only client-side OpenGL offloading via GLX 
forking, similar to VirtualGL. It intercepts GLX calls and redirects GL 
rendering to a secondary X display, presumably driven by a faster GPU. 
On swapping buffers, rendered contents are read back using a PBO and 
copied onto the drawable it was supposed to be rendered on in the first 
place.

%files
%doc LICENSE.txt README.md
%{_bindir}/primusrun
%dir %{_libdir}/primus
%{_libdir}/primus/libGL.so.1

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{git}

%build
%make

%install
# install all files into the BuildRoot
install -D lib/libGL.so.1 %{buildroot}%{_libdir}/primus/libGL.so.1
# sed -i 's|PRIMUS_libGL=|PRIMUS_libGL=/usr/$LIB/primus:/usr/lib64/nvidia:/usr/lib/nvidia|' 
install -D %{SOURCE1} %{buildroot}%{_bindir}/primusrun


%changelog
* Fri Dec 06 2013 Alexander Kazancev <kazancas@gmail.com> 0.1-0.20131127.2
+ Revision: 4a12182
- Updated primus.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6449 |14cr|primus-0.1-0.20131127.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20131127

%if %{_use_internal_dependency_generator}
%define __noautoprov 'libGL\\.so\\.1(.*)'
%endif

Summary:	Faster OpenGL offloading for Bumblebee
Name:		primus
Version:	0.1
Release:	0.%{git}.3
License:	Custom
Group:		System/Kernel and hardware
Url:		https://github.com/amonakov/primus
Source0:	%{name}-%{git}.tar.bz2
Source1:	primusrun
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xproto)
Requires:	bumblebee

%description
Primus is a shared library that provides OpenGL and GLX APIs and 
implements low-overhead local-only client-side OpenGL offloading via GLX 
forking, similar to VirtualGL. It intercepts GLX calls and redirects GL 
rendering to a secondary X display, presumably driven by a faster GPU. 
On swapping buffers, rendered contents are read back using a PBO and 
copied onto the drawable it was supposed to be rendered on in the first 
place.

%files
%doc LICENSE.txt README.md
%attr(0755,root,root) %{_bindir}/primusrun
%dir %{_libdir}/primus
%{_libdir}/primus/libGL.so.1

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{git}

%build
%make

%install
# install all files into the BuildRoot
install -D lib/libGL.so.1 %{buildroot}%{_libdir}/primus/libGL.so.1
sed -i 's/@LIB@/%{_lib}/g' %{SOURCE1} 
install -D %{SOURCE1} %{buildroot}%{_bindir}/primusrun

%changelog
* Fri Sep 26 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.1-0.20131127.3
+ Revision: c4e257d
- Fixed the paths to NVidia libraries



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6450 |14cr|prisk-3.103.40-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Games-Risk
%define upstream_version 3.103040

Name:       prisk
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Classical 'risk' board game

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Games/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Class::Accessor::Fast)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::ShareDir)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Getopt::Euclid)
BuildRequires: perl(Image::Magick)
BuildRequires: perl(Image::Size)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
BuildRequires: perl(Locale::TextDomain)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Has::Sugar)
BuildRequires: perl(MooseX::POE)
BuildRequires: perl(MooseX::SemiAffordanceAccessor)
BuildRequires: perl(Path::Class)
BuildRequires: perl(POE)
BuildRequires: perl(POE::Loop::Tk)
BuildRequires: perl(Readonly)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More)
BuildRequires: perl(Tk)
BuildRequires: perl(Tk::Balloon)
BuildRequires: perl(Tk::Font)
BuildRequires: perl(Tk::JPEG)
BuildRequires: perl(Tk::PNG)
BuildRequires: perl(Tk::Pane)
BuildRequires: perl(Tk::Pod::Text)
BuildRequires: perl(Tk::Role::Dialog)
BuildRequires: perl(Tk::Sugar)
BuildRequires: perl(Tk::TableMatrix)
BuildRequires: perl(UNIVERSAL::require)
BuildRequires: perl(aliased)
BuildRequires: perl(Module::Build)

BuildArch: noarch

%description
Risk is a strategic turn-based board game. Players control armies, with
which they attempt to capture territories from other players. The goal of
the game is to control all the territories ('conquer the world') through
the elimination of the other players. Using area movement, Risk ignores
realistic limitations, such as the vast size of the world, and the
logistics of long campaigns.

This distribution implements a graphical interface for this game.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
# xvfb-run is broken currently, even if all the tests pass :-(
#xvfb-run ./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc LICENSE README META.yml Changes
%{_bindir}/prisk
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.103.40-4
+ Revision: 09dcc4c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6451 |14cr|privoxy-3.0.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define privoxyconf %{_sysconfdir}/%{name}
%define reltype stable

Summary:	Privacy enhancing HTTP proxy
Name:		privoxy
Version:	3.0.21
Release:	2
License:	GPLv2+
Group:		Networking/Other
URL:		http://www.privoxy.org/
Source0:	http://prdownloads.sf.net/ijbswa/%{name}-%{version}-%{reltype}-src.tar.gz
Source1:	http://prdownloads.sf.net/ijbswa/%{name}-%{version}-%{reltype}-src.tar.gz.asc
Source2:	privoxy.logrotate
Source4:	%{name}.service
Patch0:		privoxy-3.0.21-mga-mdv-missing-user.filter.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
Obsoletes:	junkbuster
Provides:	junkbuster = %{version}-%{release}
Provides:	webproxy
BuildRequires:	docbook-style-dsssl
BuildRequires:	docbook-dtd42-xml
BuildRequires:	docbook-dtd31-sgml
BuildRequires:	lynx
BuildRequires:	man
BuildRequires:	pkgconfig(libpcreposix)
BuildRequires:	zlib-devel

%description
Privoxy is a web proxy with advanced filtering capabilities for protecting
privacy, filtering web page content, managing cookies, controlling access, and
removing ads, banners, pop-ups and other obnoxious Internet Junk. Privoxy has a
very flexible configuration and can be customized to suit individual needs and
tastes. Privoxy has application for both stand-alone systems and multi-user
networks.

Privoxy was previously called Internet Junkbuster.

To configure privoxy, go to http://config.privoxy.org/

Privoxy proxy is running on port 8118

%prep

%setup -n %{name}-%{version}-%{reltype} -q

# manpage should be in section 8
sed -i -e 's/^\(\.TH "PRIVOXY" \)"1"/\1"8"/g' privoxy.1 

# privoxy.missing.user.filter.patch
%patch0 -p1
#needed for build
autoreconf

%build
find . -type f -perm 0640 -exec chmod 644 {} \;

%serverbuild
%configure2_5x --with-user=daemon --with-group=daemon
%make

%install
mkdir -p %{buildroot}%{_sbindir} \
         %{buildroot}%{_mandir}/man8 \
         %{buildroot}/var/log/privoxy \
         %{buildroot}%{privoxyconf}/templates \
         %{buildroot}%{_sysconfdir}/logrotate.d

install -m 755 privoxy %{buildroot}%{_sbindir}/privoxy
install -m 644 privoxy.1 %{buildroot}%{_mandir}/man8/privoxy.8

# Install various config files
for i in *.action default.filter trust; do
	install -m 644 $i %{buildroot}%{privoxyconf}/
done
for i in templates/*; do
	install -m 644 $i %{buildroot}%{privoxyconf}/templates/
done
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -d -m 755 %{buildroot}%{_unitdir}
install -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/%{name}.service

# verify all file locations, etc. in the config file
# don't start with ^ or commented lines are not replaced
sed -e 's!^confdir.*!confdir /etc/privoxy!g' \
    -e 's!^logdir.*!logdir /var/log/privoxy!g' \
    < config  > %{buildroot}%{privoxyconf}/config

#remove backup files
rm -f doc/privoxy/webserver/user-manual/*.bak

# create compatibility symlink
ln -s match-all.action %{buildroot}/%{privoxyconf}/standard.action

%triggerin -- msec < 0.17
for i in 0 1 2 3 4 5; do
  permfile="%{_sysconfdir}/security/msec/perm.$i"
  if grep -q '^/var/log/privoxy' $permfile; then
    perl -pi -e 's|^/var/log/privoxy\s.*|/var/log/prixovy\t\t\t\tdaemon.daemon\t700|' $permfile
  else
    echo -e "/var/log/prixovy\t\t\t\tdaemon.daemon\t700" >> $permfile
  fi
done


%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%doc AUTHORS ChangeLog README  
%doc doc/webserver
%attr (0700,daemon,daemon) /var/log/privoxy
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_sbindir}/*
%{_mandir}/man8/*

%defattr(664,daemon,daemon,755)
%dir %{privoxyconf}
%config(noreplace) %{privoxyconf}/config
%config            %{privoxyconf}/default.action
%config(noreplace) %{privoxyconf}/default.filter
%config(noreplace) %{privoxyconf}/templates
%config(noreplace) %{privoxyconf}/match-all.action
%config(noreplace) %{privoxyconf}/trust
%config(noreplace) %{privoxyconf}/user.action
%config(noreplace) %{privoxyconf}/regression-tests.action
%{privoxyconf}/standard.action
%{_unitdir}/%{name}.service

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.21-2
+ Revision: 8acb936
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6452 |14cr|processdsn-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Process DSN notifications, record them in a database
Name:		processdsn
Version:	1.0.0
Release:	3
License:	Apache License
Group:		System/Servers
Source:		%{name}-%{version}.tar.bz2
BuildRequires:	apr-devel
BuildRequires:	apr-util-devel
BuildRequires:	openldap-devel

%description
The DSN processor processes delivery status notifications, and stores the
results in a SQL database via the APR DBD interface.

%prep

%setup -q

%build
autoreconf -fi
export LIBS="`apr-1-config --link-ld` `apu-1-config --link-ld`"
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README
%{_bindir}/processdsn
%{_mandir}/man1/processdsn.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: e65183a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6453 |14cr|project-builder-0.12.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# $Id$
#
%define perlvendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define srcname project-builder

Summary:	Project Builder helps providing multi-OSes Continuous Packaging

Summary(fr):	Project Builder ou pb produit des paquets pour diverses distributions

Name:		project-builder
Version:	0.12.5
Release:	3
License:	GPL
Group:		System/Configuration/Packaging
Url:		http://trac.project-builder.org
Source:		ftp://ftp.project-builder.org/src/%{srcname}-%{version}.tar.gz
BuildArch:	noarch
Requires:	perl >= 5.8.4
Requires:	perl-DateManip
Requires:	perl-ProjectBuilder >= 0.10.1
Requires:	rpm-build
BuildRequires: perl-devel

%description
ProjectBuilder aka pb helps producing packages
for multiple OSes (Linux distributions, Solaris, ...).
It does that by minimizing
the duplication of information required and
a set a very simple configuration files.
It implements a Continuous Packaging approach.

%prep
%setup -q

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor destdir=%{buildroot}
make

%install
%makeinstall_std
find %{buildroot} -type f -name perllocal.pod -o -name .packlist -o -name '*.bs' -a -size 0 | xargs rm -f
find %{buildroot} -type d -depth | xargs rmdir --ignore-fail-on-non-empty

%check
make test

%files
%doc NEWS AUTHORS
%doc INSTALL COPYING README

%{perlvendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.5-3
+ Revision: 1284f57
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6454 |14cr|projectx-0.91.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name	ProjectX
%define shortv	0.91.0
%define stable	0

Summary:	A free Java based MPEG demux utility
Name:		projectx
Version:	0.91.0
Release:	6
License:	GPLv2+
URL:		http://project-x.sourceforge.net/
%if %stable
Source:		%{Name}_Source_eng_%{version}.tar.bz2
Source1:	%{Name}_LanguagePack_%{version}.zip
%else
# Every CVS push (usually) corresponds to a .bXX tag.
# Latest tag can be seen in the commit message and in
# http://project-x.sourceforge.net/update/update.txt
# cvs -d:pserver:anonymous@project-x.cvs.sourceforge.net:/cvsroot/project-x login 
# cvs -z3 -d:pserver:anonymous@project-x.cvs.sourceforge.net:/cvsroot/project-x co -P project-x
Source:		%{name}-%{version}.zip
%endif
Group:		Video
Requires:	java >= 1.6
Requires:	jpackage-utils
Requires:	jakarta-commons-net
Requires:	jakarta-oro
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	java-rpmbuild
BuildRequires:	jakarta-commons-net
BuildRequires:	jakarta-oro
BuildRequires:	imagemagick
BuildRequires:	dos2unix
BuildRequires:  desktop-file-utils
BuildArch:      noarch

%description
Converts, splits and demuxes DVB and other MPEG recordings.

%prep
%if %stable
%setup -q -n %{Name}_Source_%{shortv} -b 1
%else
%setup -q -n Project-X_%{shortv}
%endif
rm -rf lib
find -name CVS -type d -print0 | xargs -0 rm -rf
dos2unix htmls/*.html htmls/*/*.html

perl -pi -e 's,classpath [a-z0-9\.\/:-]*,classpath \$CLASSPATH,' build.sh
perl -pi -e 's,^javac ,%javac ,' build.sh

perl -pi -e 's,^jar ,%jar ,' build.sh

perl -pi -e 's,^Class-Path:.*\n,,' MANIFEST.MF

perl -pi -e 's,Icon=.*,Icon=%{name},' %{name}.desktop
perl -pi -e 's,Exec=.*,Exec=%{_bindir}/%{name},' %{name}.desktop

perl -pi -e 's/\r$//g' *.txt

%build
export CLASSPATH=$(build-classpath commons-net oro)
sh -ex build.sh

%jar -i %Name.jar

%install
install -d -m755 %{buildroot}%{_javadir}
install -m644 %{Name}.jar %{buildroot}%{_javadir}

%jpackage_script net.sourceforge.dvb.projectx.common.Start %nil %nil %Name:commons-net:oro %{name}

install -D -m644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

install -d -m755 %{buildroot}%{_miconsdir}
install -d -m755 %{buildroot}%{_iconsdir}
install -d -m755 %{buildroot}%{_liconsdir}

# (Anssi) It is X :p
convert resources/close.gif -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert resources/close.gif -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert resources/close.gif -resize 48x48 %{buildroot}%{_liconsdir}/%{name}.png


desktop-file-install --vendor="" \
  --add-category="Java" \
  --add-category="AudioVideo" \
  --add-category="AudioVideoEditing" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%files
%defattr(0644,root,root,0755)
%doc ReadMe.txt htmls
%attr(0755,root,root) %{_bindir}/%{name}
%{_javadir}/%{Name}.jar
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.91.0-6
+ Revision: 2e467cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6455 |14cr|Propaganda-1-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Desktop Enhancements For Linux 
Name:		Propaganda
Version:	1
Release:	18
License:	GPL
Group:		Graphical desktop/Other
URL:		http://propaganda.system12.com/

Source:		Propaganda-EVERYTHING.tar.bz2
Source1:	Desktop-Propaganda
Source2:	Propaganda-Vol13.tar.bz2
Source3:	Propaganda-Vol14.tar.bz2

Obsoletes:	gnome-imglib desktop-backgrounds
Provides:	gnome-imglib desktop-backgrounds
BuildArch:	noarch
BuildRequires:	findutils

%description
Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package Vol1
Summary:	Propaganda Volume 1 - Desktop Enhancements For Linux
Group:		Graphical desktop/Other 
%description Vol1
This is Volume 1 of Propaganda Collection.

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package Vol2
Summary:	Propaganda Volume 2 - Desktop Enhancements For Linux
Group:		Graphical desktop/Other
%description Vol2
This is Volume 2 of Propaganda Collection.

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package Vol3 
Summary:	Propaganda Volume 3 - Desktop Enhancements For Linux
Group:		Graphical desktop/Other
%description Vol3
This is Volume 3 of Propaganda Collection.

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package Vol4
Summary:	Propaganda Volume 4 - Desktop Enhancements For Linux
Group:		Graphical desktop/Other
%description Vol4
This is Volume 4 of Propaganda Collection.

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package Vol5 
Summary:	Propaganda Volume 5 - Desktop Enhancements For Linux
Group:		Graphical desktop/Other
%description Vol5
This is Volume 5 of Propaganda Collection.

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package Vol6 
Summary:	Propaganda Volume 6 - Desktop Enhancements For Linux
Group:		Graphical desktop/Other
%description Vol6
This is Volume 6 of Propaganda Collection.

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package Vol7 
Summary:	Propaganda Volume 7 - Desktop Enhancements For Linux
Group:		Graphical desktop/Other
%description Vol7
This is Volume 7 of Propaganda Collection.

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package Vol8 
Summary:	Propaganda Volume 8 - Desktop Enhancements For Linux
Group:		Graphical desktop/Other
%description Vol8
This is Volume 8 of Propaganda Collection.

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package Vol9
Summary:	Propaganda Volume 9 - Desktop Enhancements For Linux
Group:		Graphical desktop/Other
%description Vol9
This is Volume 9 of Propaganda Collection.

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package Vol10
Summary:	Propaganda Volume 10 - Desktop Enhancements For Linux
Group:		Graphical desktop/Other
%description Vol10
This is Volume 10 of Propaganda Collection.

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package Vol11
Summary:	Propaganda Volume 11 - Desktop Enhancements For Linux
Group:		Graphical desktop/Other
%description Vol11
This is Volume 11 of Propaganda Collection.

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package Vol12
Summary:	Propaganda Volume 12 - Desktop Enhancements For Linux
Group:		Graphical desktop/Other
%description Vol12
This is Volume 12 of Propaganda Collection.

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package Vol13
Summary:    Propaganda Volume 13 - Desktop Enhancements For Linux
Group:      Graphical desktop/Other
%description Vol13
This is Volume 13 of Propaganda Collection.

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package Vol14
Summary:    Propaganda Volume 14 - Desktop Enhancements For Linux
Group:      Graphical desktop/Other
%description Vol14
This is Volume 14 of Propaganda Collection.

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%package For-E
Summary:	Propaganda For E - Desktop Enhancements For Linux
Group:		Graphical desktop/Other
%description For-E
This is Volume "For-E" (Enlightenment) of Propaganda Collection. Althought
is name is "For-E", you can use it for another Window Mangager (of course).

Propaganda, at its core, is basically a collection of "seamless tiles"..
Graphics which are drawn in such a way that they do not appear to repeat
at the edges. All the graphics for Propaganda are drawn with GIMP, an
excellent paint program also made available under the GNU GPL. Propaganda
tiles are painted in a wide variety of styles, textures and sizes, making
them ideal for use in 3D applications, or simply as desktop wallpaper.


%prep

%setup -q -c -n %{name}-1 -a 0 -a 2 -a 3

cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-Vol1/.directory
cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-Vol2/.directory
cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-Vol3/.directory
cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-Vol4/.directory
cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-Vol5/.directory
cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-Vol6/.directory
cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-Vol7/.directory
cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-Vol8/.directory
cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-Vol9/.directory
cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-Vol10/.directory
cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-Vol11/.directory
cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-Vol12/.directory
cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-Vol13/.directory
cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-Vol14/.directory
cp %{SOURCE1} $RPM_BUILD_DIR/%{name}-1/Propaganda-For-E/.directory


%install
mkdir -p %{buildroot}%{_datadir}/wallpapers
cp -ar $RPM_BUILD_DIR/%{name}-1/Propaganda* %{buildroot}%{_datadir}/wallpapers
find %{buildroot}%{_datadir}/wallpapers -type f -not \
	\( -name .directory -or -iname \*.html -or -iname \*.JPG \) | xargs rm

%files Vol1
%{_datadir}/wallpapers/%{name}-Vol1
%doc README README-PROPAGANDA COPYING %{name}-Vol1/script.perl

%files Vol2
%{_datadir}/wallpapers/%{name}-Vol2
%doc README README-PROPAGANDA COPYING %{name}-Vol2/script.perl

%files Vol3
%{_datadir}/wallpapers/%{name}-Vol3
%doc README README-PROPAGANDA COPYING %{name}-Vol3/script.perl

%files Vol4
%{_datadir}/wallpapers/%{name}-Vol4
%doc README README-PROPAGANDA COPYING %{name}-Vol4/script.perl
 
%files Vol5
%{_datadir}/wallpapers/%{name}-Vol5
%doc README README-PROPAGANDA COPYING %{name}-Vol5/script.perl
 
%files Vol6
%{_datadir}/wallpapers/%{name}-Vol6
%doc README README-PROPAGANDA COPYING %{name}-Vol6/script.perl
 
%files Vol7
%{_datadir}/wallpapers/%{name}-Vol7
%doc README README-PROPAGANDA COPYING %{name}-Vol7/script.perl
 
%files Vol8
%{_datadir}/wallpapers/%{name}-Vol8
%doc README README-PROPAGANDA COPYING %{name}-Vol8/script.perl

%files Vol9
%{_datadir}/wallpapers/%{name}-Vol9
%doc README README-PROPAGANDA COPYING %{name}-Vol9/script.perl
 
%files Vol10 
%{_datadir}/wallpapers/%{name}-Vol10
%doc README README-PROPAGANDA COPYING %{name}-Vol10/script.perl
 
%files Vol11
%{_datadir}/wallpapers/%{name}-Vol11
%doc README README-PROPAGANDA COPYING %{name}-Vol11/script.perl
 
%files Vol12
%{_datadir}/wallpapers/%{name}-Vol12
%doc README README-PROPAGANDA COPYING %{name}-Vol12/script.perl

%files Vol13
%{_datadir}/wallpapers/%{name}-Vol13
%doc README README-PROPAGANDA COPYING %{name}-Vol13/script.perl

%files Vol14
%{_datadir}/wallpapers/%{name}-Vol14
%doc README README-PROPAGANDA COPYING %{name}-Vol14/script.perl

%files For-E
%{_datadir}/wallpapers/%{name}-For-E
%doc README README-PROPAGANDA COPYING %{name}-For-E/script.perl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1-18
+ Revision: 8b64ddb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6456 |14cr|prosody-0.8.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:       prosody
Version:    0.8.2
Release:    3
Summary:    Light Lua Jabber/XMPP server
URL:        http://prosody.im/
Group:      System/Servers
License:    MIT
Requires(pre):  rpm-helper
Requires(post):	rpm-helper
Requires(preun):    rpm-helper
Requires(postun):   rpm-helper
Requires:   lua-sec
Requires:   lua-socket
Requires:   lua-expat
Requires:   lua-filesystem
BuildRequires: lua-devel openssl-devel idn-devel
Source0:    http://prosody.im/downloads/source/%{name}-%{version}.tar.gz
Source1:    %{name}.init
Source2:    %{name}.sysconfig
Source3:    %{name}.config

%description
Prosody is an exciting new server for Jabber/XMPP written in Lua. It aims to 
be easy to use, and light on resources. For developers it aims to give a 
flexible system on which to rapidly develop added functionality, or 
prototype new protocols

%prep
%setup -q 
 
%build
./configure --with-lua='' --with-lua-include=/usr/include --prefix=/usr
%make

%install
%makeinstall_std


mkdir -p %{buildroot}%{_initrddir}
cat %{SOURCE1} > %{buildroot}%{_initrddir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/
cat %{SOURCE2} > %{buildroot}%{_sysconfdir}/sysconfig/%{name}

cat %{SOURCE3} > %{buildroot}%{_sysconfdir}/%{name}/%{name}.cfg.lua 

mkdir -p %{buildroot}/%{_localstatedir}/lib/%{name}
mkdir -p %{buildroot}/%{_var}/run/%{name}/

%pre
%_pre_useradd %{name} /var/empty /bin/bash

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun 
%_postun_userdel %{name}

%files
%doc doc/*
%config(noreplace) %{_sysconfdir}/%{name}/
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(755,root,root) %config(noreplace) %{_initrddir}/%{name}
%attr(700,%name,%name) %{_localstatedir}/lib/%{name}
%{_bindir}/%{name}ctl
%{_bindir}/%name
%{_prefix}/lib/%{name}
%attr(-,%name,%name) %{_var}/run/%{name}/
%{_mandir}/man1/%{name}ctl.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-3
+ Revision: 8ac0e5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6457 |14cr|proxsmtpd-1.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rname	proxsmtp
%define	name	%{rname}d

Summary:	ProxSMTP: An SMTP Filter
Name:		%{name}
Version:	1.8
Release:	4
License:	BSD
Group:		System/Servers
URL:		http://memberwebs.com/nielsen/software/proxsmtp/
Source0:	http://memberwebs.com/nielsen/software/proxsmtp/%{rname}-%{version}.tar.gz
Source1:	proxsmtpd.init
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
ProxSMTP is a flexible tool that allows you to reject, change or
log email based on arbitrary critera.  It accepts SMTP connections
and forwards the SMTP commands and responses to another SMTP
server.  The 'DATA' email body is intercepted and filtered before
forwarding.

You need to be able to write the filtering scripts that integrate
it with your particular needs. If you're looking for something
that does virus filtering, take a look at ClamSMTP which behaves
similarly and uses a similar code base.

I wrote this with the Postfix mail server in mind.  ProxSMTP can
also be used as a transparent proxy to filter an entire network's
SMTP traffic at the router.

%prep

%setup -q -n %{rname}-%{version}

cp %{SOURCE1} proxsmtpd.init

for i in `find . -type d -name .svn`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%build

%configure2_5x

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}/var/run/proxsmtpd

%makeinstall

install -m0755 proxsmtpd.init %{buildroot}%{_initrddir}/proxsmtpd
install -m0644 doc/proxsmtpd.conf %{buildroot}%{_sysconfdir}/proxsmtpd.conf

%post
%_post_service proxsmtpd

%preun
%_preun_service proxsmtpd

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README scripts
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/proxsmtpd.conf
%attr(0755,root,root) %{_initrddir}/proxsmtpd
%attr(0755,root,root) %{_sbindir}/proxsmtpd
%attr(0755,root,root) %dir /var/run/proxsmtpd
%{_mandir}/man5/proxsmtpd.conf.5*
%{_mandir}/man8/proxsmtpd.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8-4
+ Revision: a188645
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6458 |14cr|proxychains-3.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %name %major
%define develname %mklibname %name -d 

Name:		proxychains
Version:	3.1
Release:	7
Summary:	This program forces any tcp connection to follow through proxy
License:	GPL
Group:		Networking/Other 
URL:		http://proxychains.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/proxychains/%{name}-%{version}.tar.gz
Patch0:		proxychains-3.1-ld_preload.patch
Patch1:		glibc215.patch
Requires:	%{libname} = %{EVRD}

%package -n %{libname}
Summary:	This program forces any tcp connection to follow through proxy
Group:		System/Libraries
Obsoletes:	%{_lib}proxychains1 < 3.1-5

%package -n %{develname}
Summary:	This program forces any tcp connection to follow through proxy
Group:		Development/Other
Requires:	%{libname} = %{EVRD}

%description
This program forces any tcp connection made by any given tcp client
to follow through proxy (or proxy chain). It is a kind of proxifier.
It acts like sockscap / permeo / eborder driver ( intercepts TCP calls )
It is FREE.
This version (1.8.x)  supports SOCKS4, SOCKS5 and HTTP CONNECT proxy servers.
Auth-types: socks - "user/pass" , http - "basic".

%description -n %{libname}
This program forces any tcp connection made by any given tcp client
to follow through proxy (or proxy chain). It is a kind of proxifier.
It acts like sockscap / permeo / eborder driver ( intercepts TCP calls )
It is FREE.
This version (1.8.x)  supports SOCKS4, SOCKS5 and HTTP CONNECT proxy servers.
Auth-types: socks - "user/pass" , http - "basic".

%description -n %{develname}
Devel package for proxychains.

%prep
%setup -q 
%patch0 -p1
%patch1 -p1

%build
%configure2_5x --disable-static

%make

%install
%makeinstall_std

%files 
%doc README AUTHORS COPYING ChangeLog
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_libdir}/*.so


%changelog
* Mon Sep 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1-7
+ Revision: 7906cd8
- Disable static libs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6459 |14cr|proxycheck-0.49a-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	proxycheck
%define version	0.49a
%define release	9

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	A quick open proxy scanner
Epoch:		1
License:	GPL
Group:		Networking/Other
URL:		http://www.corpit.ru/mjt/proxycheck.html
Source0:	http://www.corpit.ru/mjt/proxycheck/%{name}-%{version}.tar.bz2
Source1:	%{name}.logrotate.bz2
Requires(pre):	rpm-helper

%description
Proxycheck is a simple tool to quickly check whenever a given host or set of
hosts has open proxy server running. Open proxies of various kinds are (ab)used
nowadays for various evil things like sending mass spam, hacking into your
machine, making denial of service attacks (DoS) and the like. To stop the abuse
of open proxy servers, one need to know whenever any machine runs such service
or not.
This command-line tool, proxycheck, may be used for such purpose. Currently, it
understands 3 types of proxy servers: HTTP proxies that allows you to CONNECT
to any host:port, SOCKS v4 and v5 proxies (www.socks.nec.com), and wingate
"telnet" proxy servers.

%package proxylogger
Summary:	Receiving part of proxycheck
Group:		Networking/Other
Requires:	xinetd
Requires(post,preun):	rpm-helper

%description proxylogger
Proxylogger is a trivial program (invoked from xinetd) that writes out a string
"550 ESMTP_unwelcome [peer.ip.add.ress]" to the network and optionally waits
for a string in form
    [junk]protocol:ip.add.re.ss:port\n
from the remote system.  May be used as a destination for proxycheck program.
All connections (together with the information in the above form, if given) are
optionally logged to a specified file.

To use proxylogger from proxycheck, use a command like:
  proxycheck -c chat::ESMTP_unwelcome -d your.ip.add.ress:25 host-to-be-checked

%prep
%setup -q
bzcat %{SOURCE1} > %{name}.logrotate

%build
./configure
%make CFLAGS="%{optflags}" proxycheck proxylogger

%install
rm -rf %{buildroot}

# Makefile lacks install fase
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 %{name} proxylogger %{buildroot}%{_bindir}
install -m 644 %{name}.1 %{buildroot}%{_mandir}/man1

install -d -m 755 %{buildroot}%{_sysconfdir}/xinetd.d
cat <<EOF > %{buildroot}%{_sysconfdir}/xinetd.d/proxylogger
# default: off
# description: Proxylogger is the receiving part of proxycheck, \
# to be used from (x)inetd and with -c chat
#

service smtp
{
    disable             = yes
    socket_type         = stream
    wait                = no
    protocol            = tcp
    user                = proxylogger
    group               = proxylogger
    server              = %{_bindir}/proxylogger
    server_args         = -l /var/log/proxylogger/info
}

EOF
install -d -m 755 %{buildroot}%{_var}/log/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
install -m 644 %{name}.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

%pre proxylogger
%_pre_useradd proxylogger /var/log/proxylogger /bin/false

%postun proxylogger
%_postun_userdel proxylogger

%files
%doc CHANGES
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%files proxylogger
%{_bindir}/proxylogger
%config(noreplace) %_sysconfdir/xinetd.d/proxylogger
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(-,proxylogger,proxylogger) %{_var}/log/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.49a-9
+ Revision: c1cc7b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6460 |14cr|proxy-connect-1.95-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name proxy-connect
%define version 1.95
%define release 6

Name: %{name}
Version: %{version}
Release: %{release}
Summary: Establish TCP connection using SOCKS4/5 and HTTP tunnel
URL: http://www.taiyo.co.jp/~gotoh/ssh/connect.html
Group: Networking/Other
License: GPL
Source0: connect.c
Source1: connect.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
connect-proxy is a simple relaying command to make TCP network connection
via SOCKS or https proxies.
It is mainly intended to be used as proxy command of OpenSSH.

%prep
rm -rf %name
mkdir %name
cd %name
cp %{SOURCE0} .
cp %{SOURCE1} .

%build
cd %name
gcc -o %name connect.c

%install
cd %name
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
cp proxy-connect ${RPM_BUILD_ROOT}%{_bindir}
chmod 0755 ${RPM_BUILD_ROOT}%{_bindir}/%name

%clean
[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%doc proxy-connect/connect.html
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.95-6
+ Revision: a49e791
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6461 |14cr|proxytunnel-1.9.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	1.9.0
%define release 8

Summary:	Proxytunnel SSH to connect through HTTPS proxies
Name:		proxytunnel
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Communications
Source0:	http://prdownloads.sourceforge.net/proxytunnel/%{name}-%{version}.tar.bz2
URL:		http://proxytunnel.sourceforge.net/
Requires:	ssh-clients
BuildRequires:	openssl-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Proxytunnel is a program that connects stdin and stdout to an origin
server somewhere in the Internet through an industry standard HTTPS
proxy. This will allow you for example to access SSH servers when you
normally only have http(s) access.

%prep
%setup -q

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
install %{name} ${RPM_BUILD_ROOT}%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc CHANGES CREDITS LICENSE.txt README
%{_bindir}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.0-8
+ Revision: 6e6de30
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6462 |14cr|prozilla-2.0.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A multithreaded download accelerator
Name:		prozilla
Version:	2.0.4
Release:	9
License: 	GPLv2+
Group:		Networking/File transfer
Url:		http://prozilla.genesys.ro/
Source0:	http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.bz2
Patch0:		prozilla_download_win.h.patch
BuildRequires:	pkgconfig(ncurses)

%description
ProZilla is a multithreaded download accelerator for Linux which supports
both HTTP and FTP protocols. It makes multiple connections to the server
and downloads the file in portions, thus giving a much better speed rate
than the conventional download programs which use a single connection.
Resuming connections is fully supported and customisable.

%files
%doc AUTHORS ChangeLog CREDITS COPYING NEWS README TODO
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package devel
Summary:	Header files and development files for %{name}
Group:		Networking/File transfer

%description devel
Header files and development files for %{name}

%files devel
%{_includedir}/*
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

# (mpol) remove unwanted locale files
rm -f %{buildroot}%{_datadir}/locale/*/LC_MESSAGES/.mo
[ -f %{buildroot}%{_datadir}/locale/locale.alias ] && rm -f %{buildroot}%{_datadir}/locale/locale.alias



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-9
+ Revision: 6686ae2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6463 |14cr|p-run-0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define name p-run
%define version 0.1
%define release 9

Summary: Runs program, script or commands on large number of hosts in parallel
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Patch0:	p-run-Makefile.patch
License: GPLv2
Group: Networking/Remote access
Url: http://www.sorensonfamily.com/~frank/projects/p-run/

BuildRequires: expect-devel

%description
p-run is a utility that runs a program, script, or series of commands on
a large number of hosts in parallel. It simplifies management of machines
in computer labs. It uses ssh, and supports password and key-based 
authentication. p-run uses libexpect, and will run in parallel across as 
many processes as specified. When run on a large number of hosts, its 
parallel nature significantly speeds up administration.

%files
%doc Copying README TODO
%attr(755,root,root) %{_bindir}/*

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}%{_bindir}
cp -v %name %{buildroot}%{_bindir}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-9
+ Revision: 6ceb5f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6464 |14cr|ps2eps-1.64-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	ps2eps
%define version 1.64
%define release 6

Name: 	 	%{name}
Summary: 	Converts standard PostScript documents to EPS
Version: 	%{version}
Release: 	%{release}

Source:		http://www.telematik.informatik.uni-karlsruhe.de/~bless/%{name}-%{version}.tar.bz2
URL:		http://www.telematik.informatik.uni-karlsruhe.de/~bless/ps2eps.html
License:	GPL
Group:		Publishing
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
Ps2eps is a tool (written in Perl) to produce Encapsulated PostScript Files
(EPS/EPSF) from usual one-paged Postscript documents. It calculates correct
Bounding Boxes for those EPS files and filters some special postscript
command sequences that can produce erroneous results on printers. EPS files
are often needed for including (scalable) graphics of high quality into
TeX/LaTeX (or even Word) documents.

%prep
%setup -q -n %name

%build
cd src/C
gcc $RPM_OPT_FLAGS -o bbox bbox.c
chmod 755 bbox
										
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot/%_bindir
cp bin/%name %buildroot/%_bindir
cp src/C/bbox %buildroot/%_bindir
mkdir -p %buildroot/%_mandir/man1
cp doc/man/man1/* %buildroot/%_mandir/man1/
bzip2 %buildroot/%_mandir/man1/*

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc *.txt doc/html doc/pdf
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.64-6
+ Revision: cb50522
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6465 |14cr|pscyr-0.4d-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define texmfdistdir		%{_datadir}/texmf-dist

Name:       pscyr 
Version:    0.4d
Release:    6
License:    PSCyr License
Group:      Publishing
Source0:    ftp://scon155.phys.msu.su/pub/russian/psfonts/0.4d-beta/PSCyr-0.4-beta9-tex.tar.gz
Source1:    ftp://scon155.phys.msu.su/pub/russian/psfonts/0.4d-beta/PSCyr-0.4-beta9-type1.tar.gz
Summary:    PSCyr Type1 Font Collection
URL:        ftp://scon155.phys.msu.su/pub/russian/psfonts/  
BuildArch:  noarch
BuildRequires: texlive 
BuildRequires: mkfontdir, mkfontscale 

%description
PSCyr Type1 Font Collection

%prep
mkdir -p %{name}-%{version}
pushd %{name}-%{version}
  tar -xvxf %{SOURCE0}
  tar -xvxf %{SOURCE1}
popd

%build

%install
export TEXMFMAIN=%{buildroot}/%{texmfdistdir} 
cd %{name}-%{version}
cd PSCyr

#Scalable PSCyr fonts
install -d %buildroot/%_datadir/fonts/type1/pscyr
install -m 0644 fonts/type1/public/pscyr/*.pfb %buildroot/%_datadir/fonts/type1/pscyr/

mkfontdir %buildroot/%_datadir/fonts/pscyr 
mkfontscale %buildroot/%_datadir/fonts/pscyr 

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/pscyr \
    %{buildroot}%_sysconfdir/X11/fontpath.d/type1-pscyr:pri=10

#texmf
mkdir -p $TEXMFMAIN/{tex/latex,fonts/map,fonts/enc,fonts/tfm/public,fonts/vf/public,fonts/type1/public,fonts/afm/public,doc/fonts,dvips}/pscyr
cp dvips/pscyr/* $TEXMFMAIN/dvips/pscyr
mv dvips/pscyr/*.map $TEXMFMAIN/fonts/map/
mv dvips/pscyr/*.enc $TEXMFMAIN/fonts/enc/
mv tex/latex/pscyr/* $TEXMFMAIN/tex/latex/pscyr
mv fonts/tfm/public/pscyr/* $TEXMFMAIN/fonts/tfm/public/pscyr
mv fonts/vf/public/pscyr/* $TEXMFMAIN/fonts/vf/public/pscyr
mv fonts/type1/public/pscyr/* $TEXMFMAIN/fonts/type1/public/pscyr
mv fonts/afm/public/pscyr/* $TEXMFMAIN/fonts/afm/public/pscyr
mv LICENSE doc/README.koi doc/PROBLEMS ChangeLog $TEXMFMAIN/doc/fonts/pscyr


%post
texhash
updmap-sys --enable Map=pscyr.map
mktexlsr

%preun
updmap-sys --disable Map=pscyr.map
mktexlsr

%files
%doc %{texmfdistdir}/doc/fonts/pscyr
%{texmfdistdir}/fonts/afm/public/pscyr 
%{texmfdistdir}/fonts/vf/public/pscyr
%{texmfdistdir}/fonts/tfm/public/pscyr
%{texmfdistdir}/fonts/type1/public/pscyr
%{texmfdistdir}/fonts/map/
%{texmfdistdir}/fonts/enc/
%{texmfdistdir}/dvips/pscyr/
%{texmfdistdir}/tex/latex/pscyr
%_datadir/fonts/type1/pscyr
%{_sysconfdir}/X11/fontpath.d/type1-pscyr:pri=10



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4d-6
+ Revision: d14e2f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6466 |14cr|psh-1.8.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version			1.8.1

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32(.*)\\)'
%else
%define	_requires_exceptions	perl(Win32)
%endif

Name:		psh
Version:	%perl_convert_version %{version}
Release:	9
Summary:	Developping for Perl Shell
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{name}
Source0:	http://search.cpan.org/CPAN/authors/id/G/GR/GREGOR/%{name}-%{version}.tar.gz
BuildRequires:	perl(Cwd)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
*psh* is a Perl program which executes a read-eval loop with enough options
so that general behavior reasonably similar to more traditional shells like
'*sh*' or '*bash*' can be achieved, while still allowing arbitrary perl
expressions to be evaluated.

By default within *psh*, the Perl *-w* flag and ''use strict'' are not
employed so that the user is not bound by their stipulations. They can both
be turned on via a command-line flag; or setting '$^W = 1' will turn on
warnings, and calling ''use strict'' will (almost) do the usual thing if
called by the user (see LIMITATIONS, below).

Each line of input is read. *psh* knows a number of possible strategies for
evaluating the line, such as "send it to 'system()' if it starts with the
name of an executable visible in '$ENV{PATH}'". (See below for a complete
list.) Each strategy in turn (from a user-definable list) examines the
command line to see if it can apply, and the first matching strategy
evaluates the line. There is a *psh* configuration variable (see below)
which controls whether the perl value of the evaluation is saved and
printed after each command.

%prep
%setup -q -n %{name}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%defattr(-,root,root)
%doc README
%{_mandir}/man3/*
%perl_vendorlib/*
%{_bindir}/psh
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.1-9
+ Revision: 3e7e3ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6467 |14cr|pshs-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pshs
Summary:	Pretty small HTTP server - a command-line tool to share files
Version:	0.2.1
Release:	2
Source0:	https://github.com/mgorny/pshs/%{name}-%{version}.tar.bz2
URL:		https://github.com/mgorny/pshs/
Group:		Networking/WWW 
License:	GPL
BuildRequires:	gcc make automake libtool
BuildRequires:	libevent-devel


%description
Pretty small HTTP server - a command-line tool to share files

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

%files
%{_bindir}/%name



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: 9c4e4d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6468 |14cr|psi-0.15-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Jabber client using Qt4
Name:		psi
Version:	0.15
Release:	3
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://psi-im.org
Source0:	http://prdownloads.sourceforge.net/psi/%{name}-%{version}.tar.bz2
Source1:	%{name}-icons.tar.bz2
Source2:	%{name}-smileysets.tar.bz2
Source3:	%{name}-iconsets.tar.bz2
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(xscrnsaver)
Requires:	%{name}-lang-pack = %{EVRD}
Requires:	qca2-plugin-openssl
Suggests:	qca2-plugin-gnupg
#Suggests:	psi-plugin-media

#Translations files has been moved on psi website, you can update them using this little script
#For the main psi translation
#for i in be cs de eo es es_ES fr it ja mk pl pt_BR ru sl sv uk ur_PK vi zh_CN zh_TW ;do wget http://psi-im.org/download/lang/psi_${i}.qm && bzip2 -f psi_${i}.qm;done 

%define langlist be cs de eo es es_ES fr it ja mk pl pt_BR ru sl sv uk ur_PK vi zh_CN zh_TW
%{expand:%(\
	i=4; \
	for lang in %langlist; do\
		echo "%%{expand:Source$i: %%{name}_$lang.qm.bz2}";\
		i=$[i+1];\
	done\
	)
}
%{expand:%(for lang in %{langlist}; do echo "%%{expand:%%define build_$lang 1}"; done)}

%description
Psi is the premiere Instant Messaging application designed for Microsoft
Windows, Apple Mac OS X and GNU/Linux. Built upon an open protocol named
Jabber, Psi is a fast and lightweight messaging client that utilises the best
in open source technologies.
The goal of the Psi project is to create a powerful, yet easy-to-use
Jabber/XMPP client that tries to strictly adhere to the XMPP drafts.and Jabber
JEPs. This means that in most cases, Psi will not implement a feature unless
there is an accepted standard for it in the Jabber community. Doing so ensures
that Psi will be compatible, stable, and predictable, both from an end-user and
developer standpoint.

%files
%doc README COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}/certs/README
%{_datadir}/%{name}/certs/startcom_ca.crt
%{_datadir}/%{name}/certs/startcom_ca_new.crt
%{_datadir}/%{name}/iconsets/emoticons/default/
%{_datadir}/%{name}/iconsets/roster/README
%{_datadir}/%{name}/iconsets/roster/*.jisp
%{_datadir}/%{name}/iconsets/roster/default/
%{_datadir}/%{name}/iconsets/system/README
%{_datadir}/%{name}/iconsets/system/default/
%{_datadir}/%{name}/sound/

#--------------------------------------------------------------------

%package -n %{name}-iconsets
Summary:	Package with iconsets
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}

%description -n %{name}-iconsets
This package contain a various iconsets for psi.

%files -n %{name}-iconsets
%{_datadir}/%{name}/iconsets/system/amibulb.jisp
%{_datadir}/%{name}/iconsets/system/amiglobe.jisp
%{_datadir}/%{name}/iconsets/system/berlin-icq.jisp
%{_datadir}/%{name}/iconsets/system/berlin.jisp
%{_datadir}/%{name}/iconsets/system/chrome.jisp
%{_datadir}/%{name}/iconsets/system/dudes.jisp
%{_datadir}/%{name}/iconsets/system/dudes2.jisp
%{_datadir}/%{name}/iconsets/system/email.jisp
%{_datadir}/%{name}/iconsets/system/gothRoster.jisp
%{_datadir}/%{name}/iconsets/system/individual.jisp
%{_datadir}/%{name}/iconsets/system/kitty.jisp
%{_datadir}/%{name}/iconsets/system/lightbulb.jisp
%{_datadir}/%{name}/iconsets/system/msn6.jisp
%{_datadir}/%{name}/iconsets/system/neos.jisp
%{_datadir}/%{name}/iconsets/system/speechbubbles.jisp
%{_datadir}/%{name}/iconsets/system/stellar.jisp

#--------------------------------------------------------------------

%package -n %{name}-smileysets
Summary:	Package with smileysets
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}

%description -n %{name}-smileysets
This package contain a various smileysets for psi.

%files -n %{name}-smileysets
%{_datadir}/%{name}/iconsets/emoticons/AIM.jisp
%{_datadir}/%{name}/iconsets/emoticons/Chibi.jisp
%{_datadir}/%{name}/iconsets/emoticons/JIM.jisp
%{_datadir}/%{name}/iconsets/emoticons/KMess-Cartoon-1.0.jisp
%{_datadir}/%{name}/iconsets/emoticons/Ninja.jisp
%{_datadir}/%{name}/iconsets/emoticons/Taryn.jisp
%{_datadir}/%{name}/iconsets/emoticons/apple_ichat-1.0.jisp
%{_datadir}/%{name}/iconsets/emoticons/critters-1.0.jisp
%{_datadir}/%{name}/iconsets/emoticons/gadu-gadu.jisp
%{_datadir}/%{name}/iconsets/emoticons/icq-2002a.jisp
%{_datadir}/%{name}/iconsets/emoticons/ikonboard-3.1.jisp
%{_datadir}/%{name}/iconsets/emoticons/invision_board-1.0.1.jisp
%{_datadir}/%{name}/iconsets/emoticons/kreativ_squareheads.jisp
%{_datadir}/%{name}/iconsets/emoticons/megapack-1.0.jisp
%{_datadir}/%{name}/iconsets/emoticons/msn.jisp
%{_datadir}/%{name}/iconsets/emoticons/patricks_faces-1.0.jisp
%{_datadir}/%{name}/iconsets/emoticons/shinyicons.jisp
%{_datadir}/%{name}/iconsets/emoticons/tlen.pl-3.73.jisp
%{_datadir}/%{name}/iconsets/emoticons/trill-basic-smileys.jisp
%{_datadir}/%{name}/iconsets/emoticons/webmessenger.jisp
%{_datadir}/%{name}/iconsets/emoticons/wpkontakt-2.4.1.jisp
%{_datadir}/%{name}/iconsets/emoticons/yahoo_messenger.jisp

#--------------------------------------------------------------------

%package -n %{name}-lang-pack-en
Summary:	English language pack for psi
Group:		System/Internationalization
Requires:	locales-en
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-en
This package adds support for english to psi.

%files -n %{name}-lang-pack-en

#--------------------------------------------------------------------

%if %{build_be}
%package -n %{name}-lang-pack-be
Summary:	Belarusian language pack for psi
Group:		System/Internationalization
Requires:	locales-be
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-be
This package adds support for belarusian to psi.

%files -n %{name}-lang-pack-be
%{_datadir}/%{name}/%{name}_be.qm
%endif

#--------------------------------------------------------------------

%if %{build_cs}
%package -n %{name}-lang-pack-cs
Summary:	Czech language pack for psi
Group:		System/Internationalization
Requires:	locales-cs
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-cs
This package adds support for czech to psi.

%files -n %{name}-lang-pack-cs
%{_datadir}/%{name}/%{name}_cs.qm
%endif

#--------------------------------------------------------------------

%if %{build_de}
%package -n %{name}-lang-pack-de
Summary:	Deutsch language pack for psi
Group:		System/Internationalization
Requires:	locales-de
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-de
This package adds support for deutsch to psi.

%files -n %{name}-lang-pack-de
%{_datadir}/%{name}/%{name}_de.qm
%endif

#--------------------------------------------------------------------

%if %{build_eo}
%package -n %{name}-lang-pack-eo
Summary:	Esperanto language pack for psi
Group:		System/Internationalization
Requires:	locales-eo
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-eo
This package adds support for esperanto to psi.

%files -n %{name}-lang-pack-eo
%{_datadir}/%{name}/%{name}_eo.qm
%endif

#--------------------------------------------------------------------

%if %{build_es}
%package -n %{name}-lang-pack-es
Summary:	Spanish language pack for psi
Group:		System/Internationalization
Requires:	locales-es
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-es
This package adds support for spanish to psi.

%files -n %{name}-lang-pack-es
%{_datadir}/%{name}/%{name}_es.qm
%{_datadir}/%{name}/%{name}_es_ES.qm
%endif
#--------------------------------------------------------------------

%if %{build_fr}
%package -n %{name}-lang-pack-fr
Summary:	French language pack for psi
Group:		System/Internationalization
Requires:	locales-fr
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-fr
This package adds support for french to psi.

%files -n %{name}-lang-pack-fr
%{_datadir}/%{name}/%{name}_fr.qm
%endif

#--------------------------------------------------------------------

%if %{build_it}
%package -n %{name}-lang-pack-it
Summary:	Italian language pack for psi
Group:		System/Internationalization
Requires:	locales-it
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-it
This package adds support for italian to psi.

%files -n %{name}-lang-pack-it
%{_datadir}/%{name}/%{name}_it.qm
%endif

#--------------------------------------------------------------------

%if %{build_ja}
%package -n %{name}-lang-pack-ja
Summary:	Japanese language pack for psi
Group:		System/Internationalization
Requires:	locales-ja
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-ja
This package adds support for japanese to psi.

%files -n %{name}-lang-pack-ja
%{_datadir}/%{name}/%{name}_ja.qm
%endif

#--------------------------------------------------------------------

%if %{build_mk}

%package -n %{name}-lang-pack-mk
Summary:	Macedonia language pack for psi
Group:		System/Internationalization
Requires:	locales-mk
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-mk
This package adds support for macedonia to psi.

%files -n %{name}-lang-pack-mk
%{_datadir}/%{name}/%{name}_mk.qm
%endif

#--------------------------------------------------------------------

%if %{build_pl}
%package -n %{name}-lang-pack-pl
Summary:	Polish language pack for psi
Group:		System/Internationalization
Requires:	locales-pl
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-pl
This package adds support for polish to psi.

%files -n %{name}-lang-pack-pl
%{_datadir}/%{name}/%{name}_pl.qm
%endif

#--------------------------------------------------------------------

%if %{build_pt_BR}
%package -n %{name}-lang-pack-pt_br
Summary:	Portuguese brazilian language pack for psi
Group:		System/Internationalization
Requires:	locales-pt
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-pt_br
This package adds support for portuguese brazilian to psi.

%files -n %{name}-lang-pack-pt_br
%{_datadir}/%{name}/%{name}_pt_BR.qm
%endif

#--------------------------------------------------------------------

%if %{build_ru}
%package -n %{name}-lang-pack-ru
Summary:	Russian language pack for psi
Group:		System/Internationalization
Requires:	locales-ru
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-ru
This package adds support for russian to psi.

%files -n %{name}-lang-pack-ru
%{_datadir}/%{name}/%{name}_ru.qm
%endif

#--------------------------------------------------------------------

%if %{build_sl}
%package -n %{name}-lang-pack-sl
Summary:	Slovenian language pack for psi
Group:		System/Internationalization
Requires:	locales-sl
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-sl
This package adds support for slovenian to psi.

%files -n %{name}-lang-pack-sl
%{_datadir}/%{name}/%{name}_sl.qm

%endif

#--------------------------------------------------------------------

%if %{build_sv}
%package -n %{name}-lang-pack-sv
Summary:	Swedish language pack for psi
Group:		System/Internationalization
Requires:	locales-sv
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-sv
This package adds support for swedish to psi.

%files -n %{name}-lang-pack-sv
%{_datadir}/%{name}/%{name}_sv.qm
%endif

#--------------------------------------------------------------------

%if %{build_uk}
%package -n %{name}-lang-pack-uk
Summary:	Ukrainian language pack for psi
Group:		System/Internationalization
Requires:	locales-uk
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-uk
This package adds support for ukrainian to psi.

%files -n %{name}-lang-pack-uk
%{_datadir}/%{name}/%{name}_uk.qm
%endif

#--------------------------------------------------------------------

%if %{build_ur_PK}
%package -n %{name}-lang-pack-ur_PK
Summary:	Urdu language pack for psi
Group:		System/Internationalization
Requires:	locales-ur
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-ur_PK
This package adds support for urdu to psi.

%files -n %{name}-lang-pack-ur_PK
%{_datadir}/%{name}/%{name}_ur_PK.qm
%endif

#--------------------------------------------------------------------

%if %{build_vi}
%package -n %{name}-lang-pack-vi
Summary:	Vietnamese language pack for psi
Group:		System/Internationalization
Requires:	locales-vi
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-vi
This package adds support for vietnamese to psi.

%files -n %{name}-lang-pack-vi
%{_datadir}/%{name}/%{name}_vi.qm
%endif

#--------------------------------------------------------------------

%if %{build_zh_TW}
%package -n %{name}-lang-pack-zh
Summary:	Chinese language pack for psi
Group:		System/Internationalization
Requires:	locales-zh
Provides:	%{name}-lang-pack = %{EVRD}

%description -n %{name}-lang-pack-zh
This package adds support for Chinese to psi.

%files -n %{name}-lang-pack-zh
%{_datadir}/%{name}/%{name}_zh_TW.qm
%{_datadir}/%{name}/%{name}_zh_CN.qm
%endif

#--------------------------------------------------------------------

%prep
%setup -q
%setup -q -T -D -a1 -a2 -a3

%build
./configure \
	--prefix=%{_prefix} \
	--bindir=%{_bindir} \
	--datadir=%{_datadir} \
	--libdir=%{_libdir} \
	--no-separate-debug-info

%make

%install
make install INSTALL_ROOT=%{buildroot}

# Remove unpackaged files

rm %{buildroot}/%{_datadir}/%{name}/README %{buildroot}/%{_datadir}/%{name}/COPYING

# if some set is added/removed don't remember update files section too
# Install smileysets
cp %{name}-smileysets/* %{buildroot}%{_datadir}/%{name}/iconsets/emoticons
# Install iconsets
cp %{name}-iconsets/* %{buildroot}%{_datadir}/%{name}/iconsets/system

%{expand:%(\
	i=4; \
	for lang in %langlist; do\
		echo "%%{expand:bzip2 -dc %{SOURCE$i} > %{buildroot}/%{_datadir}/%{name}/%{name}_$lang.qm}" ;\
		i=$[i+1];\
	done\
	)
}

# icons
install -D -m 644 %{name}48.png %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 %{name}32.png %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{name}16.png %{buildroot}%{_miconsdir}/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15-3
+ Revision: 4a89911
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6469 |14cr|psimedia-1.0.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name psimedia
%define version 1.0.3
%define release 10

Summary:	Abstraction layer for providing audio and video RTP Services
Name:		%{name}
Version:	%{version}
License:	GPLv2+
Group:		Networking/Instant messaging 
Release:	%{release}
Source0:	http://delta.affinix.com/download/psimedia/%{name}-%{version}.tar.bz2
URL:		http://delta.affinix.com/psimedia/
Patch0:         psimedia-1.0.3-fedora-remove-v4l.patch
Patch1:         psimedia-1.0.3-gentoo-drop-v4lsrc-gst-plugin.patch
BuildRequires:	qt4-devel
BuildRequires:	libgstreamer-plugins-base-devel
BuildRequires:	oil-devel
BuildRequires:	speex-devel

%description
PsiMedia is a thick abstraction layer for providing audio and
video RTP services to Psi-like IM clients.  The implementation is based on
GStreamer

%package -n psi-plugin-media
Summary:	Audio and Video plugin for Psi
Group:		Networking/Instant messaging
# Needed since it's not part of gstreamer0.10-plugins-good
Requires:   gstreamer0.10-speex
Requires:   gstreamer0.10-plugins-good
%description -n psi-plugin-media
This plugin provides audio and video RTP services to PSI.
This implementation is based on GStreamer.

%files -n psi-plugin-media
%doc COPYING README TODO
%{_libdir}/psi/plugins/libgstprovider.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
sed -i 's|glib/gmacros.h|glib.h|g' gstprovider/gstelements/static/gstelements.h
sed -i 's|glib/gthread.h|glib.h|g' gstprovider/gstcustomelements/gstcustomelements.h
sed -i 's|glib/gmain.h|glib.h|g' gstprovider/gstthread.h
sed -i 's|glib/gmain.h|glib.h|g' gstprovider/rwcontrol.h

./configure

%make

%install
# We only need libgstprovider.so in order to enable audio RTP Services for psi
%__mkdir -p %{buildroot}/%{_libdir}/psi/plugins
%__cp gstprovider/libgstprovider.so  %{buildroot}/%{_libdir}/psi/plugins/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-10
+ Revision: 4566e2c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6470 |14cr|psindustrializer-0.2.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	psindustrializer
%define version	0.2.5
%define release 7

%define major	0
%define libname %mklibname psphymod %major

Name: 	 	%{name}
Summary: 	Percussion Sample Generator (Discrete Mass Physical Modelling)
Version: 	%{version}
Release: 	%{release}

Source0:	%{name}-%{version}.tar.bz2
Source1: 	%{name}48.png
Source2: 	%{name}32.png
Source3: 	%{name}16.png
URL:		http://uts.cc.utexas.edu/~foxx/industrializer/
License:	GPL
Group:		Sound
#BuildRequires:	libgnome-devel gtk+2-devel gettext
#BuildRequires:	gtkglarea2-devel mesaglu-devel desktop-file-utils
BuildRequires:	pkgconfig(gtkgl-2.0)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(glu)
BuildRequires:	desktop-file-utils

%description
Industrializer is a program for generating percussion sounds for musical
purposes. Try using the sounds in your favorite tracker, or the upcoming
Beast / BSE tracker and modular synthesizer.

This program is great for generating new techno sounds, industrial sounds
in particular. But it's not limited to industrial crashes, it can produce
chimes, bubbles, gongs, hammer hits on different materials, and a variety
of other sounds. 

%package -n 	%{libname}
Summary:        Dynamic libraries from %name
Group:          System/Libraries
#Provides:	%name
#Obsoletes:	%name = %version-%release

%description -n %{libname}
Dynamic libraries from %name.

%package -n 	%{libname}-devel
Summary: 	Header files and static libraries from %name
Group: 		Development/C
Requires: 	%{libname} >= %{version}
Provides: 	libpsphymod-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes: 	%name-devel

%description -n %{libname}-devel
Libraries and includes files for developing programs based on %name.

%prep
%setup -q

%build
sed -i 's/if test "$AUDIOFILE_CONFIG" = "no" ; then/if false; then/' configure
export CFLAGS="%{optflags} -laudiofile"
%configure2_5x --disable-audiofiletest
%make

%install
%makeinstall_std

#fix desktop file location
mkdir -p %{buildroot}%{_datadir}/applications

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=psindustrializer
GenericName=Sound Editor
Comment=Power Station Industrializer
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Audio;Video;Player;
EOF


#mv %{buildroot}%{_datadir}/gnome/apps/Multimedia/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
rm -f %{buildroot}%{_datadir}/gnome/apps/Multimedia/%{name}.desktop

#menu

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Sequencer" \
  --add-category="X-MandrivaLinux-Multimedia-Sound" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

#icons
mkdir -p %{buildroot}/%_liconsdir
cat %SOURCE1 > %{buildroot}/%_liconsdir/%name.png
mkdir -p %{buildroot}/%_iconsdir
cat %SOURCE2 > %{buildroot}/%_iconsdir/%name.png
mkdir -p %{buildroot}/%_miconsdir
cat %SOURCE3 > %{buildroot}/%_miconsdir/%name.png

%find_lang %name

%files -f %{name}.lang
%doc README
%{_bindir}/%name
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*
%{_datadir}/%{name}/*.xpm
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{libname}-devel
%{_includedir}/psphymod
%{_libdir}/*.so
%{_libdir}/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.5-7
+ Revision: 48af764
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6471 |14cr|psi-plus-0.16-0.20140128.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20140128
%define rev %{git}git271
%define rev_l10n 33a77c5
%define genericplugins attentionplugin autoreplyplugin birthdayreminderplugin captchaformsplugin chessplugin cleanerplugin clientswitcherplugin conferenceloggerplugin contentdownloaderplugin extendedmenuplugin extendedoptionsplugin gmailserviceplugin gomokugameplugin historykeeperplugin icqdieplugin imageplugin jabberdiskplugin juickplugin pepchangenotifyplugin qipxstatusesplugin screenshotplugin skinsplugin stopspamplugin storagenotesplugin translateplugin videostatusplugin watcherplugin gnupgplugin otrplugin
%define unixplugins gnome3supportplugin
%define devplugins pstoplugin

Summary:	Jabber client based on Qt
Name:		psi-plus
Version:	0.16
Release:	0.%{git}.1
Url:		http://code.google.com/p/psi-dev/
# GPLv2+ - core of Psi+
# LGPLv2.1+ - iris library, Psi+ widgets, qca, psimedia, several Psi+ tools
# BSD - botantools for qca library
# MIT/X11 - JDNS for iris library
# zlib/libpng - UnZip 0.15 additionnal library
License:	GPLv2+ and LGPLv2+ and BSD and MIT and zlib
Group:		Networking/Instant messaging
# Sources is latest snapshot from git://github.com/psi-im/psi.git with applyed all worked patches from psi-dev team.
# Sources also include plugins. There isn't development files therefore plugin interface very unstable.
# So i can't split plugins to separate package. I need to maintain it together.
Source0:	http://files.psi-plus.com/sources/%{name}-%{version}-%{rev}.tar.bz2
# Translation from  https://github.com/psi-plus/psi-plus-l10n
Source1:	http://files.psi-plus.com/sources/%{name}-l10n-%{rev_l10n}.tar.bz2
# I use this script to make tarballs with Psi+ sources and translations
Source2:	generate-tarball.sh
Patch0:		psi-plus-psimedia.patch
Patch1:		psi-new-history.patch
Patch2:		psi-plus-sfmt.patch

BuildRequires:	qconf
BuildRequires:	qt4-devel
BuildRequires:	tidy-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libotr)
BuildRequires:	pkgconfig(minizip)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(zlib)

Requires:	sox
Requires:	gnupg
# Required for SSL/TLS connections
Requires:	qca2-plugin-openssl
# Required for GnuPG encryption
Requires:	qca2-plugin-gnupg
Suggests:	%{name}-i18n

%description
Psi+ - Psi IM Mod by psi-dev@conference.jabber.ru

%files
%doc README COPYING
%{_bindir}/psi-plus
%{_datadir}/applications/psi-plus.desktop
%{_datadir}/icons/hicolor/*/apps/psi-plus.png
%{_datadir}/psi-plus/
%exclude %{_datadir}/psi-plus/*.qm
%dir %{_libdir}/psi-plus/

#----------------------------------------------------------------------------

%package i18n
Summary:	Language packs for Psi
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 0.16
BuildArch:	noarch

%description i18n
Psi+ - Psi IM Mod by psi-dev@conference.jabber.ru
This package adds internationalization to Psi+.

%files i18n -f psi.lang

#----------------------------------------------------------------------------

%package plugins
Summary:	Plugins pack for Psi+
License:	GPLv2+
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}

%description plugins
Psi+ - Psi IM Mod by psi-dev@conference.jabber.ru

 * Attention Plugin
This plugin is designed to send and receive special messages such as
Attentions.

 * Autoreply Plugin
This plugin acts as an auto-answering machine.

 * Birthday Reminder Plugin
This plugin is designed to show reminders of upcoming birthdays.

 * Captcha Forms Plugin
This plugin is designed to pass of captcha directly from the Psi+.

 * Chess Plugin
This plugin allows you to play chess with your friends.
The plugin is compatible with a similar plugin for Tkabber.

 * Cleaner Plugin
This plugin is designed to clear the avatar cache, saved local copies
of vCards and history logs.

 * Client Switcher Plugin
This plugin is intended to spoof version of the Jabber client, the
name and type of operating system. It is possible to manually specify
the version of the client and the operating system or choose from a
predefined list.

 * Conference Logger Plugin
This plugin is designed to save conference logs in which the Psi+
user sits.

 * Content Downloader Plugin
This plugin can currently be used to download and install roster
iconsets and emoticons.

 * Extended Menu Plugin
This plugin adds roster submenu 'Extended Actions' to contact's
context menu. At the moment we have the following items: 'Copy JID',
'Copy the nickname', 'Copy the status message' and 'Ping'.

 * Extended Options Plugin
This plugin is designed to allow easy configuration of some advanced
options in Psi+. This plugin gives you access to advanced application
options, which do not have a graphical user interface.

 * Gmail Service Plugin
Shows notifications of new messages in your Gmailbox.

 * History Keeper Plugin
This plugin is designed to remove the history of selected contacts
when the Psi+ is closed.

 * ICQ Must Die Plugin
This plugin is designed to help you transfer as many contacts as
possible from ICQ to Jabber.

 * Image Plugin
This plugin is designed to send images to roster contacts.

 * Juick Plugin
This plugin is designed to work efficiently and comfortably with the
Juick microblogging service.

 * PEP Change Notify Plugin
The plugin is designed to display popup notifications on change of
moods, activities and tunes at the contacts of the roster. In the
settings you can choose which ones to include notification of events,
specify the time within which a notice will appear, as well as play a
sound specify.

 * Qip X-statuses Plugin
This plugin is designed to display X-statuses of contacts using the
QIP Infium jabber client.

 * Screenshot Plugin
This plugin allows you to make a snapshot (screenshot) of the screen,
edit the visible aria to make a screenshot and save the image to a
local drive or upload to HTTP/FTP server.

 * Stop Spam Plugin
This plugin is designed to block spam messages and other unwanted
information from Psi+ users.

 * Storage Notes Plugin
This plugin is an implementation of XEP-0049: Private XML Storage.
The plugin is fully compatible with notes saved using Miranda IM.
The plugin is designed to keep notes on the jabber server with the
ability to access them from anywhere using Psi+ or Miranda IM.

 * Translate Plugin
This plugin allows you to convert selected text into another language.

 * Video Status Changer Plugin
This plugin is designed to set the custom status when you see the
video in selected video player. Communication with players made by
D-Bus.

 * Skins Plugin
This plugin is designed to create, store and apply skins to Psi+.

 * Off-the-Record Messaging Plugin
a cryptographic protocol that provides strong encryption for instant
messaging conversations. OTR uses a combination of the AES
symmetric-key algorithm, the Diffie–Hellman key exchange, and the SHA-1
hash function. In addition to authentication and encryption, OTR
provides perfect forward secrecy and malleable encryption.

 * PSTO Plugin
Instant bloging service.

 * GnuPG Plugin
A front end for gpg. Allow to handle keys.

%files plugins
%{_libdir}/psi-plus/plugins/

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{rev} -a1
%patch0 -p1
%patch1 -p1
%patch2 -p1

# Remove bundled libraries
rm -fr src/libpsi/tools/zip/minizip

# Fix permissions in debug package
find . -name *.cpp -o -name *.h | xargs chmod 0644

%build
qconf
./configure \
	--prefix=%{_prefix} \
	--bindir=%{_bindir} \
	--datadir=%{_datadir} \
	--libdir=%{_libdir} \
	--release \
	--no-separate-debug-info \
	--enable-webkit \
	--enable-plugins \
	--enable-whiteboarding \
	--psimedia-path=%{_libdir}/psi/plugins/libgstprovider.so

%make

pushd translations
	lrelease *.ts
popd

pushd src/plugins
# Make paths for generic plugins
allplugins=""
for dir in %{genericplugins}
do
	allplugins="${allplugins} generic/$dir"
done

# Make paths for unix plugins
for dir in %{unixplugins}
do
	allplugins="${allplugins} unix/$dir"
done

# Make paths for dev plugins
for dir in %{devplugins}
do
	allplugins="${allplugins} dev/$dir"
done

# Compile all plugins
for dir in ${allplugins}
do
	pushd $dir
	%qmake_qt4
	%make
	popd
done
popd

%install
# Qt don't understand DESTDIR. So I need to use INSTALL_ROOT instead.
%makeinstall_std INSTALL_ROOT=%{buildroot}

# Install languages
cp translations/*.qm %{buildroot}%{_datadir}/%{name}

# README and COPYING must be holds in doc dir. See %%doc tag in %%files
rm %{buildroot}%{_datadir}/psi-plus/README
rm %{buildroot}%{_datadir}/psi-plus/COPYING

mkdir -p %{buildroot}%{_libdir}/psi-plus/plugins

# Make paths for generic plugins
allplugins=""
for dir in %{genericplugins}
do
	allplugins="${allplugins} generic/$dir"
done

# Make paths for unix plugins
for dir in %{unixplugins}
do
	allplugins="${allplugins} unix/$dir"
done

# Make paths for dev plugins
for dir in %{devplugins}
do
	allplugins="${allplugins} dev/$dir"
done

pushd src/plugins

# Install all plugins
for dir in ${allplugins}
do
	cp $dir/*.so %{buildroot}%{_libdir}/psi-plus/plugins/
done
popd

%find_lang psi --with-qt


%changelog
* Fri Jan 31 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.16-0.20140128.1
+ Revision: e9e11fc
- LOG Fix file permissions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6472 |14cr|pslib-0.4.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname pslib %{major}
%define develname %mklibname pslib -d

Summary:	C-library for generating multi page PostScript documents
Name:		pslib
Version:	0.4.5
Release:	5
License:	LGPL
Group:		System/Libraries
URL:		http://pslib.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/pslib/pslib-%{version}.tar.gz
Source1:	pslib-0.4.1-manpages.tar.gz
Patch0:		pslib-0.4.1-linkage_fix.diff
Patch1:		pslib-0.4.5-giflib5.patch
BuildRequires:	autoconf automake libtool
BuildRequires:	gettext
BuildRequires:	gettext-devel
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
#BuildRequires:	docbook-utils
BuildRequires:	jpeg-devel
BuildRequires:	png-devel
BuildRequires:	ungif-devel
BuildRequires:	tiff-devel
BuildRequires:	perl-XML-Parser

%description
PSlib is a C-library for generating multi page PostScript documents. There are
functions for drawing lines, arcs, rectangles, curves, etc. PSlib also provides
very sophisticated functions for text output including hyphenation and kerning.

%package -n	%{libname}
Summary:	C-library for generating multi page PostScript documents
Group:          System/Libraries

%description -n	%{libname}
PSlib is a C-library for generating multi page PostScript documents. There are
functions for drawing lines, arcs, rectangles, curves, etc. PSlib also provides
very sophisticated functions for text output including hyphenation and kerning.

%package -n	%{develname}
Summary:	Static library and header files for the PSlib library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{mklibname pslib 0 -d}

%description -n	%{develname}
PSlib is a C-library for generating multi page PostScript documents. There are
functions for drawing lines, arcs, rectangles, curves, etc. PSlib also provides
very sophisticated functions for text output including hyphenation and kerning.

This package contains the statis library and header files for the PSlib
library.

%prep
%setup -q -a1
%patch0 -p0
%patch1 -p1

chmod 644 AUTHORS COPYING ChangeLog README

autoreconf -fis

%build
%configure2_5x

# borkiness
find -type f -name "Makefile" | xargs perl -pi -e "s|/usr/lib\b|%{_libdir}|g"

%make

# the docbook stuff is a bit borked...
#pushd doc
#mkdir -p man
#for i in *.sgml; do
#    REAL_NAME=`echo $i | sed -e 's/\.sgml//'`
#    BORKED_NAME=`echo $REAL_NAME | sed -e 's/^PS_//' | tr a-z A-Z`
#    perl -pi -e "s|\&trade| \(tm\)|g" $i
#    docbook2man $i >/dev/null 2>&1
#    if [ -f PS_${BORKED_NAME}.3 ]; then
#	mv PS_${BORKED_NAME}.3 man/$REAL_NAME.3
#    fi
#done

%install
%makeinstall_std

install -d %{buildroot}%{_mandir}/man3
install -m0644 doc/man/*.3 %{buildroot}%{_mandir}/man3/

%find_lang %{name}

rm -f %{buildroot}%{_libdir}/*.*a

%files -n %{libname} -f %{name}.lang
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/*.so.%{major}*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*

%files -n %{develname}
%dir %{_includedir}/libps
%{_includedir}/libps/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_mandir}/man3/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.5-5
+ Revision: f1ea884
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6473 |14cr|psqlodbc-08.04.0100-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname psqlodbc

Summary: The official PostgreSQL ODBC Driver
Name: psqlodbc
Version: 08.04.0100
Release: 4
Source0: http://wwwmaster.postgresql.org/download/mirrors-ftp/odbc/versions/src/%{name}-%{version}.tar.gz
Patch0: psqlodbc-08.04.0100-fix-build.patch
License: LGPL
Group: Databases
Url: http://www.postgresql.org/
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: unixODBC-devel
BuildRequires: postgresql-devel

%description
The official PostgreSQL ODBC Driver.

%package -n %libname
Group: Databases
Summary: The official PostgreSQL ODBC Driver

%description -n %libname
The official PostgreSQL ODBC Driver.

%prep 
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files -n %libname
%defattr(-,root,root)
%_libdir/psqlodbc*
%doc docs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 08.04.0100-4
+ Revision: c5cb775
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6474 |14cr|pssh-2.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Parallel SSH tools

Name:		pssh
Version:	2.3.1
Release:	2
Group:		Networking/Remote access
Source:		http://parallel-ssh.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		man-install-2.3.1.patch
License:	BSD
Url:		http://parallel-ssh.googlecode.com/
Requires:	openssh
Requires:	python-psshlib = %{version}-%{release}
BuildRequires:	python-setuptools 
Buildarch:	noarch
BuildRequires:  python-devel

%description
PSSH provides parallel versions of OpenSSH and related tools. Included
are pssh, pscp, prsync, pnuke, and pslurp. 

%package -n python-psshlib
Summary:	Parallel SSH library for Python

Group:		Development/Python
Version:	2.3.1

%description -n python-psshlib
The psshlib library enables custom applications to use PSSH.

%prep 
%setup -q
%patch0 -p0

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
%__install -d 755 %{buildroot}%{_mandir}/man1/
%__install -m 644 man/man1/*.1 %{buildroot}%{_mandir}/man1/

%clean

%files
%doc ChangeLog AUTHORS COPYING 
%{_bindir}/p*
%{_mandir}/man1/p*

%files -n python-psshlib
%{py_puresitedir}/psshlib
%{py_puresitedir}/*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-2
+ Revision: 22414a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6475 |14cr|pstotext-1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	pstotext
%define version 1.9
%define	rel	1
%if %mdkversion < 201100
%define release %mkrel %{rel}
%else
%define	release	%{rel}
%endif

Summary: Extract text from PostScript files
Name:	 %{name}
Version: %{version}
Release: %{release}
Source0: ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/%{name}-%{version}.tar.gz
License: GPL
Group:	 Publishing
Url:   http://pages.cs.wisc.edu/~ghost/doc/pstotext.htm
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:  ghostscript

%description
pstotext extracts plain text from PostScript files using GhostScript.

%prep
%setup -q

%build
%make

%install
%__rm -rf %{buildroot}

%__install -d -m 755 %{buildroot}%{_bindir}
%__install -m 755 pstotext %{buildroot}%{_bindir}
%__install -d -m 755 %{buildroot}%{_mandir}/man1
%__install -m 755 pstotext.1 %{buildroot}%{_mandir}/man1

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%_bindir/pstotext
%_mandir/man1/pstotext.*



%changelog
* Thu Sep 06 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.9-1
+ Revision: 69e4217
- Automatic import for version 1.9-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6476 |14cr|pstreams-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	POSIX Process Control in C++
Name:		pstreams
Version:	0.8.0
Release:	1
License:	LGPLv3+
Group:		Development/C++
Url:		http://%{name}.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	doxygen
BuildArch:	noarch

%description
PStreams class is like a C++ wrapper for the POSIX.2 functions popen(3) and
pclose(3), using C++ iostreams instead of C's stdio library.

#----------------------------------------------------------------------------

%package devel
Summary:	POSIX Process Control in C++
Group:		Development/C++
BuildArch:	noarch

%description devel
PStreams class is like a C++ wrapper for the POSIX.2 functions popen(3) and
pclose(3), using C++ iostreams instead of C's stdio library.

%files devel
%doc doc/html README AUTHORS ChangeLog
%{_includedir}/pstreams

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make

%install
%makeinstall


%changelog
* Tue Aug 05 2014 Rosa <rosa@abf.rosalinux.ru> 0.8.0-1
+ Revision: bbf2a51
- Automatic import for version 0.8.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6477 |14cr|pst-utils-0.5.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname libpst

Summary:	Extracts emails from MS Outlook PST files
Name:   	pst-utils
Version: 	0.5.2
Release: 	6
License:	GPL
Group:		Networking/Mail
URL:		http://alioth.debian.org/projects/libpst/
Source0:	http://alioth.debian.org/download.php/844/libpst-%{version}.tar.bz2
BuildRoot: 	%{_tmppath}/%{name}-buildroot

%description
LibPST provides functions in library form for accessing Outlook's
Personal Folders. Included with this library is a program that
will take a PST file and convert it to an mbox format. 

%prep

%setup -q -n %{rname}-%{version}

%build

#make CFLAGS="%{optflags} -Wall -DVERSION=\"%{version}\""
make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 readpst %{buildroot}%{_bindir}/
install -m0755 readpstlog %{buildroot}%{_bindir}/

install -m0644 readpst.1 %{buildroot}%{_mandir}/man1/
install -m0644 readpstlog.1 %{buildroot}%{_mandir}/man1/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS CREDITS ChangeLog FILE-FORMAT* LICENSE TODO
%{_bindir}/*
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.2-6
+ Revision: 85b72ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6478 |14cr|p-uae-2.3.3-1.gitf2fc773b75.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags	%nil

%define cdrname		cdrtools
%define cdrmainvers	2.01
%define cdrvers 	%{cdrmainvers}a38
%define wiprel		gitf2fc773b75

# For building with SCSI support

Summary:	A software emulation of the Amiga system
Name:		p-uae
Version:	2.3.3
Release:	1.%{wiprel}.2
License:	GPLv2+
Group:		Emulators
Url:		http://sourceforge.net/projects/uaedev/
Source0:	%{name}-%{version}.%{wiprel}.tar.xz
Source10:	%{name}.rpmlintrc
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)
Conflicts:	uae
Provides:	uaedev = %{EVRD}

%description
UAE is a software emulation of the Amiga system hardware, which
enables you to run most available Amiga software.  Since it is a
software emulation, no extra or special hardware is needed.  The Amiga
hardware is emulated accurately, so that Amiga software is tricked
into thinking it is running on the real thing.  Your computer's
display, keyboard, hard disk and mouse assume the roles of their
emulated counterparts.

Note that to fully emulate the Amiga you need the Amiga KickStart ROM
images, which are copyrighted and, of course, not included here.

[This is in an unofficial branch of UAE (the Ubiquitous Amiga Emulator)
with the aim of bringing the features of WinUAE to non-Windows platforms
such as Linux, Mac OS X and BeOS.]

%files
%doc docs/*
%{_bindir}/*
%{_libdir}/uae/
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n p-uae-%{version}.%{wiprel} 

aclocal -I m4 && automake --foreign --add-missing && autoconf
cd src/tools
aclocal
autoconf

%build
./bootstrap.sh
%configure2_5x \
	--with-sdl \
	--with-sdl-gl \
	--with-sdl-gfx \
	--with-sdl-sound \
	--enable-drvsnd \
	--with-sdl-gui \
	--with-qt \
	--enable-cd32 \
	--enable-gayle \
	--enable-scsi-device \
	--enable-ncr \
	--enable-a2091 \
	--with-caps \
	--enable-amax \
	--disable-jit
make


%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_libdir}/uae/amiga/source
%makeinstall
cp -pR amiga/* %{buildroot}%{_libdir}/uae/amiga/

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=UAE
Comment=Amiga Emulator
Exec=%{_bindir}/uae
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF


%changelog
* Tue Apr 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.3-1.gitf2fc773b75.2
+ Revision: 00a8865
- Add rpmlint filter, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6479 |14cr|pudb-2012.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	pudb
%define version	2012.3
%define	rel		1
%if %mdkversion < 201100
%define release %mkrel %rel
%else
%define	release	%rel
%endif

Summary:	Full-screen, console-based visual debugger for Python
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
Source1:	pudb
Patch0:		setup.patch
License:	MIT
Group:		Development/Python
Url:		http://pypi.python.org/pypi/pudb/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Requires:	python-urwid >= 0.9.9.2
Requires:	python-pygments >= 1.0
BuildRequires:	python-setuptools

%description
PuDB is a full-screen, console-based visual debugger for Python.
It aims to provide all the niceties of modern GUI-based debuggers
in a lightweight and keyboard-friendly package. PuDB allows you
to debug code right where you write and test it - in a terminal. If
you've worked with the excellent (but nowadays ancient) DOS-based
Turbo Pascal or C tools, PuDB's UI might look familiar.

%prep
%setup -q
%patch0 -p0

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST

%__mkdir -p %{buildroot}%{_bindir}
%__install -m 755 %SOURCE1 %{buildroot}%{_bindir}

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%_bindir/pudb
%py_puresitedir/*



%changelog
* Wed Aug 08 2012 Rosa <rosa@rosa-build.rosalab.ru> 2012.3-1
+ Revision: 380f7f0
- Automatic import for version 2012.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6480 |14cr|puddletag-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pyqt 4.5
Summary:        Feature rich, easy to use tag editor
Name:           puddletag
Version:        1.0.1
Release:        2
Group:          Sound
License:        GPLv2 and GPLv3+
URL:            http://puddletag.sourceforge.net
Source0:        http://downloads.sourceforge.net/puddletag/puddletag-%{version}.tar.gz
Patch0:         puddletag-0.10.6-xdg.patch
BuildArch:      noarch
BuildRequires:  python-setuptools
Buildrequires:  desktop-file-utils
# Dependencies on Python modules are not automatic yet.
Requires:       python-qt4-gui >= %pyqt
Requires:       python-qt4-svg >= %pyqt
Requires:       python-parsing >= 1.5.1
Requires:       mutagen
Requires:       python-imaging
Requires:       python-configobj
Requires:       python-musicbrainz2 
#Requires:       quodlibet

%description
Puddletag is an audio tag editor.

Unlike most taggers, it uses a spreadsheet-like layout so that all the
tags you want to edit by hand are visible and easily editable.

The usual tag editor features are supported like extracting tag
information from filenames, renaming files based on their tags by
using patterns (that you define, not crappy, uneditable ones).

Then there're Functions, which can do things like replace text, trim,
change the case of tags, etc. Actions can automate repetitive
tasks. You can import your QuodLibet library, lookup tags using
MusicBrainz, FreeDB or Amazon (though it's only good for cover art)
and more.

Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.),
VorbisComments (ogg, flac), Musepack (mpc), Monkey's Audio (.ape) and
WavPack (wv).

%prep
%setup -q
%apply_patches
%{__chmod} 0644 NEWS
%{__sed} -i  '/^#![ ]*\/usr\/bin\/env/d' \
    puddlestuff/{webdb,puddlesettings,puddletag,puddleobjects,releasewidget}.py

%build
%{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
desktop-file-install --vendor="" \
		     --add-category="Utility" \
		     --dir %buildroot%_datadir/applications \
		     %buildroot%_datadir/applications/*.desktop

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc copyright HACKING NEWS README THANKS TODO 
%{_bindir}/%{name}
%_mandir/man1/%name.1*
%{python_sitelib}/puddlestuff/
%{python_sitelib}/%{name}-%{version}-py*.egg-info
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: 3a1da02
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6481 |14cr|Pugs-6.2.13.20130611-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'perl\\('
%define __noautoprov 'perl\\('

%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define _cabal_setup Setup.lhs
%define _no_haddock 1
%define module Pugs

Summary:	A Perl 6 Implementation
Name:		%{module}
Version:	6.2.13.20130611
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://hackage.haskell.org/package/Pugs
Source0:	http://hackage.haskell.org/package/%{module}-%{version}/%{module}-%{version}.tar.gz
BuildRequires:	cabal-install
BuildRequires:	haskell-macros
BuildRequires:	ghc-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	haskell(control-timeout)

%description
A Perl 6 Implementation

%files
%{_docdir}/%{module}-%{version}
%{_datadir}/%{module}-%{version}
%{_bindir}/pugs
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
cabal update
cabal install
cabal configure --prefix=%{_prefix} --libdir=%{_libdir} --disable-executable-stripping
cabal build
%_cabal_genscripts

%install
%_cabal_install
%_cabal_rpm_gen_deps


%changelog
* Fri Sep 12 2014 abfonly <abfonly@gmail.com> 6.2.13.20130611-4
+ Revision: 0479f73
- Merge pull request #1 from abfonly/pugs:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6482 |14cr|pulledpork-0.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pulledpork
%define version 0.6.0

Name: %{name}
Summary: Pulledpork designed to make your snort rules fly
Version: %{version}
Release: 3
License: GPLv2
Group: Monitoring
Source: http://pulledpork.googlecode.com/files/%{name}-%{version}.tar.gz
URL:	http://code.google.com/p/pulledpork/
Requires: perl-Archive-Tar, perl-Crypt-SSLeay

%description
PulledPork designed to make your Snort rules fly with the intent of handling
all rules.

%prep
%setup -q -n %{name}-%{version}

%install
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/
mkdir -p %{buildroot}%{_bindir}
mv etc/* %{buildroot}%{_sysconfdir}/%{name}/
install -m 755 pulledpork.pl %{buildroot}%{_bindir}/

%files
%defattr(0755,root,root)
%{_bindir}/pulledpork.pl
%{_sysconfdir}/%{name}/
%doc README LICENSE doc/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-3
+ Revision: ed780c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6483 |14cr|pulseaudio-equalizer-0.1-0.20100205.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This file based on Fedora specfile for package pulseaudio-equalizer

Name:           pulseaudio-equalizer
Version:        0.1
Release:        0.20100205.2
Summary:        A 15 Bands Equalizer for PulseAudio

Group:          Sound
License:        GPLv3+
URL:            https://code.launchpad.net/~psyke83/+junk/%{name}
# This is a bzr checkout, to obtain the used tarball in this spec :
# bzr branch lp:~psyke83/+junk/pulseaudio-equalizer
# mv %%{name} %%{name}-%%{version}
# tar cJf %%{name}-%%{version}.tar.xz %%{name}-%%{version} --exclude .bzr
Source0:        %{name}-%{version}.tar.xz
Source1:        %{name}.1
Source2:        %{name}-gtk.1
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  desktop-file-utils

Requires:       pygtk2 >= 2.4
Requires:       swh-plugins gnome-icon-theme
Requires:       pulseaudio-utils >= 0.9.19

# Force default equalizer persistence value, fixes rhbz #635400
Patch0:         pulseaudio-equalizer-0.1-fedora-force-default-persistence-value.patch
# Remove preamp per discussion with upstrem, fixes rhbz #639604
Patch1:         pulseaudio-equalizer-0.1-fedora-remove-preamp.patch
# Better search for the window icon, fixes rhbz #632940
Patch2:         pulseaudio-equalizer-0.1-fedora-window-icon.patch
# Do not crash on missing preset, fixes rhbz ##679005
Patch3:         pulseaudio-equalizer-0.1-fedora-do-not-crash-on-missing-preset.patch

%description
PulseAudio Equalizer is a 15 bands system wide equalizer, that means
any application that is using PulseAudio, will benefit from the sound
improvement.

%prep
%setup -q
cp debian/copyright COPYING
cp debian/changelog ChangeLog
sed -i 's|gnome-volume-control|multimedia-volume-control|g' usr/share/applications/pulseaudio-equalizer.desktop
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build


%install
mkdir -p %{buildroot}
cp -rp usr %{buildroot}
install -Dpm 644 %{SOURCE1} %{buildroot}/%{_mandir}/man1/%{name}.1
install -Dpm 644 %{SOURCE2} %{buildroot}/%{_mandir}/man1/%{name}-gtk.1

%files
%defattr(-,root,root,-)
%doc COPYING ChangeLog
%{_bindir}/%{name}
%{_bindir}/%{name}-gtk
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man1/%{name}-gtk.1.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-0.20100205.2
+ Revision: daa42d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6484 |14cr|puppet-dashboard-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq '/usr/bin/make'
%else
%define _requires_exceptions make
%endif

Name:		puppet-dashboard
Version:	1.1.1
Release:	4
Summary:	Puppet web interface 
License:	GPL or Artistic
Group:		Development/Perl
Url:		http://www.puppetlabs.com/puppet/related-projects/dashboard/
Source0:	http://puppetlabs.com/downloads/dashboard/puppet-dashboard-%{version}.tar.gz
Source1:    %{name}.init
Requires:   rubygem-mysql
Requires:   rubygem-rake
Requires:   ruby-RubyGems
BuildArch:	noarch

%description
The Puppet Dashboard is a web interface and reporting tool for your Puppet
installation. Dashboard facilitates management and configuration tasks,
provides a quick visual snapshot of important system information, and delivers
valuable reports. In the future, it will also serve to integrate with other IT
tools commonly used alongside Puppet.

%prep
%setup -q
find . -name .gitignore | xargs rm -f

%build


%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -pr app %{buildroot}%{_datadir}/%{name}
cp -pr bin %{buildroot}%{_datadir}/%{name}
cp -pr config %{buildroot}%{_datadir}/%{name}
cp -pr db %{buildroot}%{_datadir}/%{name}
cp -pr ext %{buildroot}%{_datadir}/%{name}
cp -pr lib %{buildroot}%{_datadir}/%{name}
cp -pr script %{buildroot}%{_datadir}/%{name}
cp -pr spec %{buildroot}%{_datadir}/%{name}
cp -pr vendor %{buildroot}%{_datadir}/%{name}
install -m 644 Rakefile %{buildroot}%{_datadir}/%{name}
install -m 644 VERSION %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}
mv %{buildroot}%{_datadir}/%{name}/config/database.yml.example \
    %{buildroot}%{_sysconfdir}/%{name}.conf
chmod 640 %{buildroot}%{_sysconfdir}/%{name}.conf
pushd %{buildroot}%{_datadir}/%{name}/config
ln -s ../../../..%{_sysconfdir}/%{name}.conf database.yml
popd

install -d -m 755 %{buildroot}%{_initrddir}
install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name}

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/tmp
cp -pr public %{buildroot}%{_localstatedir}/lib/%{name}

install -d -m 755 %{buildroot}%{_localstatedir}/log/%{name}
install -d -m 755 %{buildroot}%{_localstatedir}/run/%{name}

pushd %{buildroot}%{_datadir}/%{name}
ln -s ../../..%{_localstatedir}/log/%{name} log
ln -s ../../..%{_localstatedir}/lib/%{name}/tmp tmp
ln -s ../../..%{_localstatedir}/lib/%{name}/public public
popd

pushd %{buildroot}%{_localstatedir}/lib/%{name}/tmp
ln -s ../../run/%{name} pids
popd

%clean

%pre
%_pre_useradd dashboard %{_localstatedir}/lib/%{name} /bin/false

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%defattr(-,root,root)
%doc CHANGELOG COPYING LICENSE README.markdown README_PACKAGES.markdown
%doc RELEASE_NOTES.md
%{_datadir}/%{name}
%{_initrddir}/%{name}
%attr(-,dashboard,dashboard) %{_localstatedir}/log/%{name}
%attr(-,dashboard,dashboard) %{_localstatedir}/lib/%{name}
%attr(-,dashboard,dashboard) %{_localstatedir}/run/%{name}
%attr(-,root,dashboard) %config(noreplace) %{_sysconfdir}/%{name}.conf




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-4
+ Revision: b035621
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6485 |14cr|pureadmin-0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define	name	pureadmin
%define	version	0.4
%define release	6

Name:		%name
Version:	%version
Release:	%release
Summary:	PureFTPd graphical manager
License:	GPL
Group:		Networking/File transfer
Source0:	http://dl.sourceforge.net/purify/%{name}-%{version}.tar.bz2
URL:		http://purify.sourceforge.net/
BuildRequires:	fam-devel pkgconfig intltool autoconf2.5
BuildRequires:	pkgconfig(libglade-2.0)
Requires:	pure-ftpd

%description
PureAdmin is a graphical tool used to make the management of PureFTPd
a little easier. It uses the GTK+2.x widgets for its GUI and thus are
not dependent on a specific desktop environment such as GNOME or KDE.
It is, however, designed with the GNOME Human Interface Guidelines in
mind so it should integrate nicely with at least GNOME.

%prep
%setup -q

%build
%configure2_5x
%make LIBS="-lX11 -lpthread -lfam -ldl -lcrypt -lm"

%install
%makeinstall_std
%find_lang %{name}

%post
gtk-update-icon-cache --force --quiet %{_datadir}/icons/hicolor

%postun
if [ "$1" = "0" ]; then
  gtk-update-icon-cache --force --quiet %{_datadir}/icons/hicolor
fi

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/*/*/%{name}.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/pureadmin.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-6
+ Revision: 1ffda83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6486 |14cr|purple-vk-plugin-0.9+r346-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Purple-vk is a plugin for Pidgin, which supports vk.com messaging
Name:		purple-vk-plugin
Version:	0.9+r346
Release:	1
Source0:	%{name}-%{version}.tar.gz
License:	GPLv2+
Group:		Networking/WWW
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Prefix:		%{_prefix}
Url:		https://bitbucket.org/olegoandreev/purple-vk-plugin
Buildrequires:	cmake
Buildrequires:	%{_lib}purple-devel
Buildrequires:	%{_lib}xml2-devel

%description
Purple-vk-plugin is a plugin for Pidgin, which supports Vk.com
(Vkontakte) messaging


%prep
%setup -q -n %{name}-%{version}

%build
cd build
cmake ..
%make 

%install
%makeinstall_std -C build

%files
%{_libdir}/purple-2/libpurple-vk-plugin.so
%{_datadir}/pixmaps/pidgin/protocols/16/*
%{_datadir}/pixmaps/pidgin/protocols/22/*
%{_datadir}/pixmaps/pidgin/protocols/48/*
%{_datadir}/pixmaps/pidgin/emotes/vk/*


%changelog
* Mon Aug 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9+r346-1
+ Revision: b10b74f
- Merge branch 'rosa2012.1' into rosa2014.1
- Conflicts:
- purple-vk-plugin.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6487 |14cr|pushover-0.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pushover
Version:	0.0.4
Release:	3
Summary:	Fun puzzle game with dominos
Group:		Games/Puzzles
License:	GPLv3
URL:		http://pushover.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop

BuildRequires:	gettext
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(zlib)

%description
Rearrange the dominoes on the different platforms so that you can start a
chain reaction that makes all dominoes topple over.

%prep
%setup -q

# Fix char encoding
iconv --from=ISO-8859-1 --to=UTF-8 ChangeLog > ChangeLog.utf8
touch -r ChangeLog ChangeLog.utf8
mv ChangeLog.utf8 ChangeLog

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

# Remove installed docs
rm -rf %{buildroot}%{_docdir}/%{name}

# Install icons (16, 32, 48, 64px)
for i in 0 1 2 3; do
    px=$(expr ${i} \* 16 + 16)
    mkdir -p %{buildroot}%{_iconsdir}/hicolor/${px}x${px}/apps
    convert %{name}.ico[${i}] \
	%{buildroot}%{_iconsdir}/hicolor/${px}x${px}/apps/%{name}.png
done

# Install desktop file
desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	%{SOURCE1}

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-3
+ Revision: 9accaa3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6488 |14cr|putty-0.62-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define is_snapshot     0

%define title   Putty
%define Summary Free SSH, Telnet and Rlogin client

Name:                   putty
Version:                0.62
Release:                2
Epoch:                  1
Summary:                %Summary
License:                MIT
Group:                  Networking/Remote access
%if %{is_snapshot}
URL:                    http://www.tartarus.org/~simon/putty-unix/
Source0:                %name-%version-%snapshot.tar.bz2
%endif
%if !%{is_snapshot}
URL:                    http://the.earth.li/~sgtatham/putty/latest/
Source0:                http://the.earth.li/~sgtatham/putty/latest/%name-%version.tar.gz
%endif
Source1:                %name-icons.tar.bz2
Source2:                http://the.earth.li/~sgtatham/putty/latest/%name-%version.tar.gz.DSA
Patch0:			putty-0.62-mdv-disable-Werror.patch
BuildRoot:              %_tmppath/%name-%{version}-%{release}-root
Buildrequires:          gtk+2-devel

%description
This is the Unix port of the popular Windows ssh client, PuTTY. It
supports flexible terminal setup, mid-session reconfiguration using
Ctrl-rightclick, multiple X11 authentication protocols, and various
other interesting things not provided by ssh in an xterm.

%prep
%if %{is_snapshot}
%setup -q -n %name-%version-%snapshot
%setup -q -T -D -a1 -n %name-%version-%snapshot
%endif
%if !%{is_snapshot}
%setup -q -n %name-%version
%setup -q -T -D -a1 -n %name-%version
%endif
%patch0 -p1

%build
pushd unix
#gw work around build failure:
%define optflags "%{echo "%optflags"|sed s/-Wstrict-aliasing=2//}"
%if %{is_snapshot}
%configure2_5x
%make  VER="-DSNAPSHOT=%{snapshot}"
%endif
%if !%{is_snapshot}
%configure2_5x
%make
%endif

# temporary man pages
echo ".so putty.1" > pscp.1
echo ".so putty.1" > psftp.1
popd

%install
rm -rf %buildroot

# preparing directories
%__mkdir_p %{buildroot}%{_bindir}
%__mkdir_p %{buildroot}%{_mandir}/man1

(cd unix && %__make -f Makefile.gtk install DESTDIR=%buildroot \
prefix=%{_prefix} mandir=%{_mandir})

# Menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%title
Comment=%Summary
Exec=%_bindir/%{name}
Icon=%name
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Network;RemoteAccess;
EOF
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-pterm.desktop << EOF
[Desktop Entry]
Name=Putty Terminal
Comment=X Terminal emulator based on Putty
Exec=%_bindir/pterm
Icon=%name
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Utility;TerminalEmulator;
EOF

# icon
%__install -D -m 644 %{name}48.png %buildroot/%_liconsdir/%name.png
%__install -D -m 644 %{name}32.png %buildroot/%_iconsdir/%name.png
%__install -D -m 644 %{name}16.png %buildroot/%_miconsdir/%name.png

#gw remove obsolete puttytel, same functionality is in putty:
rm -f %buildroot{%_bindir/puttytel,%_mandir/man1/puttytel.1}

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%doc LICENCE README CHECKLST.txt doc/*.html doc/*.css doc/*.txt
%_bindir/*
%defattr(0644,root,root,0755)
%_mandir/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/applications/mandriva-pterm.desktop
%_miconsdir/*.png
%_iconsdir/*.png
%_liconsdir/*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.62-2
+ Revision: fa42a03
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6489 |14cr|pvc-3.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:         pvc
Version:      3.0
Release:      6

Summary:      Stereo LADSPA effects rack for the JACK audio API
License:      GPL
Group:        Sound
URL:          http://www.music.princeton.edu/winham/PPSK/koonce.html

Source0:      PVC-%{version}-linux.tar.gz
Patch0:       PVC-3.0-fileio.patch.bz2
BuildRoot:    %{_tmppath}/%{name}-%{version}-buildroot

%description
PVC is a collection of phase vocoder signal processing routines and
accompanying shell scripts for use in the transformation and
manipulation of sounds. It is written in C and designed to be used in
a UNIX environment. It has come about as a result of my (Paul
Koonce's) path of education and research into phase vocoder
technology.

%prep
%setup -q -n PVC-%{version}-linux
%patch0 -p1

%build
make DESTDIR=%{_bindir}

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
make DESTDIR=$RPM_BUILD_ROOT%{_bindir} install
# /usr/bin/filter conflicts with cleanfeed
mv $RPM_BUILD_ROOT%{_bindir}/filter $RPM_BUILD_ROOT%{_bindir}/pvcfilter

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README HTML/*
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-6
+ Revision: d1f4353
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6490 |14cr|pvm-3.4.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pvmpath %{_datadir}/pvm3
%define xpvmpath %{name}3/xpvm

Summary:	Parallel Virtual Machine (PVM)
Name: 		pvm
Version: 	3.4.6
Release: 	4
License:	GPL
Group:		System/Cluster
Source0:	%{name}%{version}.tar.bz2
Source1:	%{name}d.init
Source2:	ftp://www.netlib.org/pvm3/book/%{name}-book.ps
Source5:	.bashrc.pvm
Source6:	.bash_profile
Source7:	genpubkey
Source8:	sendPublicKeyToHosts
Source9:	pvm.sh
Patch0:		%{name}-aimk.patch
Patch1:		%{name}-noenv.patch
Patch3:		xlibdir.patch
Patch4:		pvm3-gcc4.diff
Patch5:		pvm-ia64.patch
Patch6:		pvm-ia64-1.patch
Patch7:		pvm-ia64-2.patch
URL:		http://www.epm.ornl.gov/pvm/pvm_home.html
BuildRequires:	ncurses-devel >= 5.0
BuildRequires:	readline-devel
BuildRequires:	m4
BuildRequires:	tcl
BuildRequires:	tcl-devel
BuildRequires:	tirpc-devel
BuildRequires:	tk
BuildRequires:	tk-devel
Requires: 	initscripts >= 5.54
Requires: 	bash >= 2
Requires: 	shadow-utils
Requires: 	openssh-server
Requires: 	openssh-clients

%define		_pvm_root 	/usr/share/%{name}3

%ifarch x86_64
%define		_pvm_arch	LINUX64
%else
%ifarch %{ix86}
%define		_pvm_arch	LINUX
%else
%ifarch alpha
%define		_pvm_arch	LINUXALPHA
%else
%ifarch sparc sparc64
%define		_pvm_arch	LINUXSPARC
%else
%ifarch ppc
%define		_pvm_arch	LINUXPPC
%else
%ifarch hppa
%define		_pvm_arch	LINUXHPPA
%else
%ifarch ia64
%define         _pvm_arch       LINUX64
%else
%error "Unsupported architecture"
exit 1
%endif
%endif
%endif
%endif
%endif
%endif
%endif
%define pvmlib %{pvmpath}/lib/%{_pvm_arch}


%description
PVM is a software system that enables a collection of heterogeneous
computers to be used as a coherent and flexible concurrent
computational resource.

The individual computers may be shared- or local-memory
multiprocessors, vector supercomputers, specialized graphics engines,
or scalar workstations, that may be interconnected by a variety of
networks, such as ethernet, FDDI.

User programs written in C, C++ or Fortran access PVM through library
routines.

%package -n lib%{name}-devel
Summary:	PVM header files and static libraries
Group:		Development/Other
Requires:	%{name} = %{version}

%description -n lib%{name}-devel
This package contains PVM header files and static libraries.

%package examples
Summary:	PVM examples
Group:		System/Cluster
Requires:	lib%{name}-devel = %{version}

%description examples
This package contains PVM examples written in C and Fortran, and book
written in English.


%package xpvm
Summary:	A graphical interface for pvm
Group:		Monitoring
Requires:	%{name} = %{version}
Source3:	xpvm.src.1.2.5.tar.bz2
Source4:	xpvm.userguide.bz2
Group:          Development/Other
Url:            http://www.netlib.org/pvm3/
Requires:       pvm, tcl, tk
BuildRequires:	pkgconfig(x11)

%description xpvm
XPVM is a graphical console and monitor for PVM. It provides a
graphical interface to the PVM console commands and information,
along with several animated views to monitor the execution of PVM
programs.  These views provide information about the interactions
among tasks in a parallel PVM program, to assist in debugging and
performance tuning.

%prep 
%setup -q -n pvm3
ln -sf ${RPM_BUILD_DIR}/pvm3 ${RPM_BUILD_DIR}/%{name}-%{version}
%setup -q -T -D -a 3

%patch0 -p1
%patch1 -p1
#%patch2 -p1
%patch3 -p1
%patch4 -p1

%ifarch ia64
%patch5 -p1
%patch6 -p1
#%patch7 -p0
%endif

%ifarch x86_64
%patch5 -p1
%patch6 -p1
#%patch7 -p0
%endif

%build
cp -f lib/aimk lib/aimk.tmp
export PVM_ARCH=%_pvm_arch
sed -e "s!@PVM_ROOT@!%{_pvm_root}!" -e "s!@PVM_ARCH@!%{_pvm_arch}!" lib/aimk.tmp > lib/aimk
PCFLOPTS="-DDEFBINDIR=\\\"%{_pvm_root}/lib/$PVM_ARCH\\\""
PCFLOPTS="$PCFLOPTS -DDEFDEBUGGER=\\\"%{_pvm_root}/lib/debugger2\\\""
PCFLOPTS="$PCFLOPTS -DPVMDPATH=\\\"%{_pvm_root}/lib/%{_pvm_arch}/pvmd3\\\""
PCFLOPTS="$PCFLOPTS -DPVMROOT=\\\"%{_pvm_root}\\\" -fPIC -DUSE_INTERP_RESULT"
export PVM_ROOT=`pwd` 
export SHAREDLDFLAGS="-ltirpc"
export ARCHCFLAGS="-ltirpc"
export LFLAGS="-ltirpc"
export SHLIB="-ltirpc"

make CFLOPTS="$PCFLOPTS -Wl,-ltirpc"

XPVM_ROOT=${PVM_ROOT}/xpvm
export XPVM_ROOT=${XPVM_ROOT}
export PVM_ROOT=${PVM_ROOT}
# (tv) fix build with tcl-8.5:
perl -pi -e 's!(-lt(cl|k)8).[40]!\1.6!' $XPVM_ROOT/src/Makefile.aimk*
%ifarch x86_64
make -C ${XPVM_ROOT} CFLOPTS="$PCFLOPTS -ltiprc" XLIBDIR="-L /usr/X11R6/lib64 -ltirpc"
%else
make -C ${XPVM_ROOT} CFLOPTS="$PCFLOPTS -ltirpc" XLIBDIR="-L /usr/X11R6/lib -ltirpc"
%endif

%install
mkdir -p %{buildroot}%{_pvm_root}/lib/%{_pvm_arch}
mkdir -p %{buildroot}/var/run/pvm3
mkdir -p %{buildroot}%{_pvm_root}/conf

install -d %{buildroot}{%{_bindir},%{_includedir},%{_libdir},%{_pvm_root}/conf,%{_docdir}/%{name}} \
	%{buildroot}/%{name}/{examples,gexamples,hoster,misc,tasker,xep} \
	%{buildroot}{%{_mandir}/man{1,3},/etc/rc.d/init.d,%{_sbindir}} \
	%{buildroot}/%{_sysconfdir}/profile.d

install %{SOURCE1}  %{buildroot}/etc/rc.d/init.d/pvm
install lib/%{_pvm_arch}/{pvm,pvmgs} %{buildroot}%{_pvm_root}/lib/%{_pvm_arch}
install lib/%{_pvm_arch}/pvmd3 %{buildroot}%{_pvm_root}/lib/%{_pvm_arch}
install lib/pvm		%{buildroot}%{_pvm_root}
install lib/debugger	%{buildroot}%{_pvm_root}/lib
install lib/debugger2	%{buildroot}%{_pvm_root}/lib
install lib/pvmgetarch	%{buildroot}%{_pvm_root}/lib
install lib/pvmtmparch	%{buildroot}%{_pvm_root}/lib
install lib/aimk	%{buildroot}%{_pvm_root}/lib
install lib/pvmd	%{buildroot}%{_pvm_root}/lib
install conf/%{_pvm_arch}.def %{buildroot}%{_pvm_root}/conf
install include/{fpvm3,pvm3,pvmproto,pvmtev}.h %{buildroot}%{_includedir}
install lib/%{_pvm_arch}/lib*.a %{buildroot}%{pvmlib}
install man/man1/* %{buildroot}%{_mandir}/man1
install man/man3/* %{buildroot}%{_mandir}/man3
install %{SOURCE5} %{buildroot}%{_pvm_root}/.bashrc
install %{SOURCE6} %{buildroot}%{_pvm_root}
install %{SOURCE7} %{buildroot}%{_pvm_root}
install %{SOURCE8} %{buildroot}%{_pvm_root}
install -m 755 %{SOURCE9} %{buildroot}%{_sysconfdir}/profile.d
touch %{buildroot}%{_pvm_root}/pvmhosts

# Examples
mkdir -p %{buildroot}%{_docdir}/%{name}/source
mv $RPM_BUILD_DIR/pvm3/examples %{buildroot}%{_docdir}/%{name}/source
mv $RPM_BUILD_DIR/pvm3/gexamples %{buildroot}%{_docdir}/%{name}/source
mv $RPM_BUILD_DIR/pvm3/hoster %{buildroot}%{_docdir}/%{name}/source
mv $RPM_BUILD_DIR/pvm3/misc %{buildroot}%{_docdir}/%{name}/source
mv $RPM_BUILD_DIR/pvm3/tasker %{buildroot}%{_docdir}/%{name}/source
mv $RPM_BUILD_DIR/pvm3/xep %{buildroot}%{_docdir}/%{name}/source
install %{SOURCE2}  %{buildroot}%{_docdir}/%{name}/pvm-book.ps
gzip -9nf %{buildroot}%{_docdir}/%{name}/pvm-book.ps

#xpvm
install -d %{buildroot}/usr/X11R6/bin
install -m 0755 $RPM_BUILD_DIR/%{xpvmpath}/src/%{_pvm_arch}/xpvm %{buildroot}%{_bindir}
LIBDIR=/usr/X11R6/lib/xpvm
install -d -m 755 %{buildroot}$LIBDIR
install -d -m 755 %{buildroot}$LIBDIR/src
install -d -m 755 %{buildroot}$LIBDIR/src/xbm
install -d -m 755 %{buildroot}$LIBDIR/src/help
install -m 0644 $RPM_BUILD_DIR/%{xpvmpath}/*.tcl %{buildroot}$LIBDIR
install -m 0644 $RPM_BUILD_DIR/%{xpvmpath}/src/xbm/*.xbm %{buildroot}$LIBDIR/src/xbm
install -m 0644 $RPM_BUILD_DIR/%{xpvmpath}/src/help/*.help %{buildroot}$LIBDIR/src/help
install -m 0644 $RPM_BUILD_DIR/%{xpvmpath}/README .
install -m 0644 %{SOURCE4} .


%pre
/usr/sbin/groupadd -g 12385 -r -f pvm > /dev/null 2>&1 ||:
#/usr/sbin/useradd -u 12385 -g pvm -d /usr/share/pvm3 -r -s /bin/bash pvm -p "" > /dev/null 2>&1 ||:

%postun
/usr/sbin/userdel pvm

%preun
#%_preun_service pvm

%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_initrddir}/pvm
%config(noreplace) %{_sysconfdir}/profile.d/pvm.sh
#%dir %{_pvm_root}
#%dir %{_pvm_root}/lib
%attr(755,root,pvm) %{_pvm_root}/lib/debugger
%attr(755,root,pvm) %{_pvm_root}/lib/debugger2
%attr(755,root,pvm) %{_pvm_root}/lib/pvmgetarch
%attr(755,root,pvm) %{_pvm_root}/lib/pvmtmparch
%attr(755,root,pvm) %{_pvm_root}/pvm
%attr(755,root,pvm) %{_pvm_root}/lib/%{_pvm_arch}/pvmd3
%attr(755,root,pvm) %{_pvm_root}/lib/%{_pvm_arch}/pvm
%attr(755,root,pvm) %{_pvm_root}/lib/%{_pvm_arch}/pvmgs
%attr(644,root,pvm) %{_pvm_root}/pvmhosts
%attr(755,root,pvm) %{_pvm_root}/lib/pvmd
%dir %attr(775,root,pvm) /var/run/pvm3
%dir %attr(775,root,pvm) %{_pvm_root}
%attr(644,root,pvm) %{_pvm_root}/.bashrc
%attr(644,root,pvm) %{_pvm_root}/.bash_profile
%attr(755,root,pvm) %{_pvm_root}/genpubkey
%attr(755,root,pvm) %{_pvm_root}/sendPublicKeyToHosts
%attr(644,root,pvm) %{_pvm_root}/conf/%{_pvm_arch}.def
%{_mandir}/man1/*
%exclude %{_mandir}/man1/aimk.1*
%exclude %{_pvm_root}/conf

%files -n lib%{name}-devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_pvm_root}/lib/aimk
%attr(755,root,pvm) %{_pvm_root}/conf
%attr(755,root,pvm) %{_includedir}/fpvm3.h
%attr(755,root,pvm) %{_includedir}/pvm3.h
%attr(755,root,pvm) %{_includedir}/pvmproto.h
%attr(755,root,pvm) %{_includedir}/pvmtev.h
%attr(755,root,pvm) %{pvmlib}/*.a
%{_mandir}/man1/aimk.1*
%{_mandir}/man3/*

%files examples
%defattr(644,root,root,755)
%{_docdir}/%{name}

%files xpvm
%doc xpvm.userguide.bz2 README
%attr(755,root,root) %{_bindir}/xpvm
%attr(755,root,root) /usr/X11R6/lib/xpvm


%changelog
* Mon Sep 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.6-4
+ Revision: d3cd4bc
- Fix 64bit build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6491 |14cr|pvoc-0.1.12-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package          %{nil}

Summary:	LADSPA plugins for time compression/expansion of sound data
Name:		pvoc
Version:	0.1.12
Release:	6
License:	GPLv2+
Group:		Sound
URL:		http://quitte.de/dsp/pvoc.html
Source0:	http://quitte.de/dsp/%{name}_%{version}.tar.gz
BuildRequires:	fftw3-devel
BuildRequires:	ladspa-devel
BuildRequires:	pkgconfig(sndfile)

%description
pvoc is a collection of LADSPA units and a command line tool for time
compression/expansion of sound data making use of the phase-vocoding
technique

%prep
%setup -q 

%build
make PREFIX=%{_prefix} MAN1DEST=%{_mandir}/man1 PLUGDEST=%{_libdir}/ladspa

%install
make PREFIX=%{buildroot}%{_prefix} MAN1DEST=%{buildroot}%{_mandir}/man1 PLUGDEST=%{buildroot}%{_libdir}/ladspa install

%files
%defattr(-,root,root)
%doc README
%{_bindir}/*
%{_libdir}/ladspa/*.so
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.12-6
+ Revision: 48de9c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6492 |14cr|pvpgn-199.r577-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define support_version 1.3

Name: pvpgn
Version: 199.r577
Release: 7
Summary: PvPGN is a BNETD mod which aims to provide support for all Blizzard clients
License: GPLv2
Group: Games/Other
Url: http://pvpgn.berlios.de
Source: http://download.berlios.de/pvpgn/%{name}-%{version}.tar.bz2
Source2: http://download.berlios.de/pvpgn/%{name}-support-%{support_version}.tar.gz
Source3: %{name}.init
Source4: %{name}.logrotate
Patch1: DefineInstallationPaths.cmake.patch
Patch2: pvpgn-fix-bnet-deletion.patch
Patch3: pvpgn-build-static-lib.patch
BuildRoot: %{_tmppath}/%{name}-%{version}
BuildRequires: mysql-devel libpcap-devel zlib-devel
BuildRequires: cmake

%description
PvPGN is a BNETD mod which aims to provide support for all Blizzard clients
(thus it supports all BNETD supported clients plus the most recent ones).
The list of supported clients and their minimum verion required is:
- Diablo 1 v1.09
- Starcraft v1.08
- BroodWar v1.08
- Warcraft II Battle.Net Edition v2.05
- Diablo 2 v1.10 (*)
- Diablo 2 LOD v1.10
- Warcraft III Reign Of Chao
- Warcraft III Frozen Throne

This build of PvPGN is linked with MySQL and SQLite3 libraries.


%prep
%setup -q
tar xzf %{SOURCE2}
%patch1 -p0
%patch2 -p0
%patch3 -p0

%build
%cmake -DWITH_MYSQL=ON
%make

%install
%makeinstall_std -C build
install -d -m755 %{buildroot}/etc/pvpgn
install -d -m755 %{buildroot}/etc/rc.d/init.d
install -d -m755 %{buildroot}/var/log/pvpgn
install -d -m750 %{buildroot}/etc/logrotate.d
install -m755 %{SOURCE3} %{buildroot}%{_sysconfdir}/rc.d/init.d/pvpgn
install -m640 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/pvpgn
mkdir -p -m755 %{buildroot}/var/run/%{name}

# support files
mkdir -p %{buildroot}%{_var}/lib/pvpgn/files/
cp -r %{name}-support-%{support_version}/* %{buildroot}%{_var}/lib/pvpgn/files/

%clean
rm -fr %{buildroot}

%pre
%{_sbindir}/groupadd -r -f pvpgn 2>/dev/null ||:
%{_sbindir}/useradd -g pvpgn -c 'PvPGN' -d /dev/null -s '' -r pvpgn 2>/dev/null ||:

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/%{name}/*
%doc docs/* version-history.txt TODO README CREDITS COPYING BUGS README.DEV
%{_bindir}/*
%{_sbindir}/*
%{_sysconfdir}/logrotate.d/%{name}
%{_sysconfdir}/rc.d/init.d/%{name}
%{_mandir}/*
/var/lib/%{name}/*
%attr(750,pvpgn,pvpgn) %dir %{_logdir}/%{name}
%attr(750,pvpgn,pvpgn) %dir /var/run/%{name}
%attr(750,pvpgn,pvpgn) %dir /var/lib/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 199.r577-7
+ Revision: 03c79ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6493 |14cr|pwgen-2.06-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:         pwgen
URL:          http://sourceforge.net/projects/pwgen/
License:      GPL
Group:        Text tools
Version:      2.06
Release:      7
Summary:      Password generator
Source:       http://belnet.dl.sourceforge.net/sourceforge/pwgen/pwgen-%{version}.tar.gz
Source1:      ftp://ftp.linpeople.org/pub/People/lilo/source/makepasswd-1.10.tar.bz2
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: zlib-devel

%description
pwgen generates random, meaningless but pronounceable and thus easy to
remember passwords. The also contained makepasswd gives even more
options which are more aimed at security.

Authors:
--------
    Theodore Ts'o <tytso@alum.mit.edu> (this version)
    Brandon S. Allbery <allbery@ncoast.UUCP> (previous version)
    Rob Levin <levin@openproject.net> (previous version)

%prep
%setup -q -b 1
cd ../makepasswd-1.10
chmod 644 *

%build
autoconf
%configure
%make

%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p	${RPM_BUILD_ROOT}%_bindir
mkdir -p	${RPM_BUILD_ROOT}%{_mandir}/man1
%makeinstall_std	
cd ../makepasswd-1.10
install -m 755 makepasswd	$RPM_BUILD_ROOT%_bindir/makepasswd2
install -m 644 makepasswd.1	$RPM_BUILD_ROOT%{_mandir}/man1/makepasswd2.1

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%doc ChangeLog
%{_mandir}/man1/*
%_bindir/makepasswd2
%_bindir/pwgen



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.06-7
+ Revision: 3fb43a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6494 |14cr|pxmutils-0.7.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%define __libtoolize /bin/true

Summary:	A library that's used by the polyxmass framework
Name:		pxmutils
Version:	0.7.0
Release:	10
License:	GPLv2+
Group:		Sciences/Chemistry
Url:		http://polyxmass.org/libpxmutils
Source0:	lib%{name}-%{version}.tar.bz2
Patch0:		libpxmutils-0.7.0-pkgconfig.patch
Patch1:		libpxmutils-0.7.0-glib2.40.patch
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%description
%{name} is a handy library of helper functions. This C library is
designed to provide a number of useful functionalities which the
programs in the polyxmass(TM) mass spectrometry framework require.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname} -f lib%{name}.lang
%{_libdir}/libpxmutils.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}pxmutils3-devel < 0.7.0-10
Obsoletes:	%{_lib}pxmutils3-devel < 0.7.0-10

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%doc ABOUT-NLS AUTHORS COPYING NEWS README TODO
%{_includedir}/lib%{name}
%{_mandir}/man1/*
%{_libdir}/libpxmutils.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n lib%{name}-%{version}
%patch0 -p1
%patch1 -p1

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
rm -fr %{buildroot}/%{_docdir}/lib%{name}

%find_lang lib%{name}


%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.0-10
+ Revision: 1d9c23e
- Properly name devel package, fix pkgconfig path, fix build with new glib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6495 |14cr|pxsup2dast-20090809-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	pxsup2dast
%define version	20090809
%define rel	2
%define release %mkrel %rel

Summary:	Project X sup to dvdauthor subtitle xml converter
Name:		%name
Version:	%version
Release:	%release
Group:		Video
License:	GPLv2
URL:		http://www.guru-group.fi/~too/sw/m2vmp2cut/
Source:		http://www.guru-group.fi/~too/sw/m2vmp2cut/pxsup2dast.c
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	zlib-devel

%description
Converts Project X sup files to dvdauthor subtitle xml files.

%prep
%setup -q -c -T
cp -a %SOURCE0 .

%build
# and points go to the author for his imaginative build system :)
export CC="%__cc %optflags"
sh pxsup2dast.c

%install
rm -rf %{buildroot}
install -d -m755 %{buildroot}%{_bindir}
install -m755 %{name} %{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 20090809-2
+ Revision: 47be39a
- Automatic import for version 20090809



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6496 |14cr|pxz-4.999.9-3.beta.20100608git
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global git_date 20100608

Summary:	Parallel LZMA compressor using XZ
Name:		pxz
Version:	4.999.9
Release:	3.beta.%{git_date}git
License:	GPLv2+
Group:		Archiving/Compression
# source created as "make dist" in checked out GIT tree: git clone git://github.com/jnovy/pxz.git
Source0:	http://jnovy.fedorapeople.org/%{name}/%{name}-%{version}beta.%{git_date}git.tar.xz
URL:		http://jnovy.fedorapeople.org/pxz
BuildRequires:	liblzma-devel libgomp-devel

%description
Parallel XZ is a compression utility that takes advantage of running
XZ compression simultaneously on different parts of an input file on
multiple cores and processors. This significantly speeds up compression time.

%prep
%setup -q -n %{name}-%{version}beta

%build
export CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
%make

%install
%makeinstall_std

%files
%{_mandir}/man1/pxz.1*
%{_bindir}/pxz



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 4.999.9-3.beta.20100608git
+ Revision: 941d64c
- Automatic import for version 4.999.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6497 |14cr|py2play-0.1.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   Py2Play

Name:           py2play
Version:        0.1.10
Release:        2
License:        GPL
Url:            http://oomadness.tuxfamily.org/en/py2play
Source0:        %{oname}-%{version}.tar.gz
Group:          Development/Python
Summary:        A peer-to-peer network game engine
BuildRequires:  python-devel
BuildArch:      noarch

%description
A Peer To Peer network game engine.

%prep
%setup -q -n %{oname}-%{version}

%build
%{__python} setup.py build

%install
%{__python} setup.py install --root=%{buildroot}

%clean

%files
%doc README
/usr/lib/python2*/site-packages/%{name}
/usr/lib/python2*/site-packages/*.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.10-2
+ Revision: d7db62d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6498 |14cr|pyalsa-1.0.25-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           pyalsa
Version:        1.0.25
Release:        2
License:        LGPL
Group:          Development/Python
Summary:        Python ALSA binding
Source0:        pyalsa-%{version}.tar.bz2
BuildRequires:  python-devel
BuildRequires:  pkgconfig(alsa)

%description
This package provides the Python binding to ALSA.

%prep
%setup -q

%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
%{__python} setup.py build

%install
%{__python} setup.py install \
    --root=%{buildroot} \
    --prefix=%{_prefix}

%files
%py_platsitedir/%{name}
%py_platsitedir/*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.25-2
+ Revision: 6f09c18
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6499 |14cr|pyao-0.82-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A wrapper for the ao libraries
Name: pyao
Version: 0.82
Release: 16
Source0: http://ekyo.nerim.net/software/pyogg/%{name}-%{version}.tar.bz2
#gw http://groups.google.com/group/pyogg/t/9e5e6f0971604ac1?hl=en
Patch: pyao-0.82-fix-crash-on-x86_64.patch
# (fc) 0.82-13mdv fix build with libao4 (Debian)
Patch1: pyao-0.82-libao4.patch
License: GPL
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libao-devel
BuildRequires: python-devel
Url: http://ekyo.nerim.net/software/pyogg/index.html

%description
This is a wrapper for libao, an audio device abstraction
library.

%prep
%setup -q
%patch -p1 -b .fix-crash
%patch1 -p1 -b .libao4

%build
python config_unix.py
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files 
%defattr(-,root,root)
%doc README AUTHORS ChangeLog
%py_platsitedir/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.82-16
+ Revision: 2a40e38
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6500 |14cr|pyaudio-0.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkg_name PyAudio
Name:		pyaudio
Version:	0.2.4
Release:	2
License:	MIT
Url:		http://people.csail.mit.edu/hubert/pyaudio/
Source0:	http://people.csail.mit.edu/hubert/pyaudio/packages/%{name}-%{version}.tar.gz
Group:		System/Libraries
Summary:	Python bindings for PortAudio
BuildRequires:	portaudio-devel
BuildRequires:	python-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O
library. With PyAudio, you can easily use Python to play and record audio on
a variety of platforms. 

%prep
%setup -q -n %{pkg_name}-%{version}

# remove some pre-built binaries
rm -rf packaging

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README CHANGELOG docs
%{python_sitearch}/*.py*
%{python_sitearch}/*.so
%{python_sitearch}/*egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-2
+ Revision: dbdc760
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6501 |14cr|pybliographer-1.2.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pybliographer
%define version 1.2.12
%define release 4
Summary: 	A framework for working with bibliographic databases
Name:           %{name}
Version:        %{version}
Release:        %{release}
License:	GPL
Group:		Office
Url:            http://pybliographer.org/
Source: 	http://prdownloads.sourceforge.net/%name/%{name}-%{version}.tar.gz
Source1:        %{name}-16.png
Source2:        %{name}-32.png
Source3:        %{name}-48.png
Patch: pybliographer-1.2.11-icon.patch
Buildrequires:	pygtk2.0-libglade
Buildrequires:	python-bibtex
Buildrequires:	gnome-python
BuildRequires:	gnome-python-gnomevfs
Buildrequires:	gnome-python-gconf
BuildRequires:	docbook-utils
BuildRequires:  scrollkeeper
BuildRequires:  desktop-file-utils
BuildRequires:  intltool
Requires:	gnome-python
Requires:	gnome-python-gconf
Requires:	gnome-python-gnomevfs
Requires:	pygtk2.0-libglade
Requires:	python-bibtex >= 1.1.93.1
Requires(post): desktop-file-utils scrollkeeper
Requires(postun): desktop-file-utils scrollkeeper
BuildArch:	noarch

%description
Pybliographer is a tool for managing bibliographic databases. It
currently supports the following formats: 

- BibTeX (quite complete) 
- Medline (read-only) 
- Ovid files (from ovid.com) 
- Refer and EndNote (read only)
- SGML DocBook (write only) 

Pybliographer can be used for searching, editing, reformatting, etc.
In fact, it's a simple framework that provides easy to use python
classes and functions, and therefore can be extended to any usage
(generating HTML pages according to bibliographic searches, etc).

In addition to the scripting environment, a graphical GNOME interface
is available. It provides powerful editing capabilities, in addition
to a nice hierarchical search mechanism.

%prep
%setup -q
%patch -p1
rm -f pybliographic.desktop

%build
%configure2_5x
%make


%install
%makeinstall_std
rm -f %{buildroot}%_datadir/applications/mimeinfo.cache
chmod -x %{buildroot}%{_datadir}/pybliographer/*.py

%{find_lang} %{name} --with-gnome --all-name

# menu
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-Office-Publishing" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


# icon
mkdir -p %{buildroot}%{_miconsdir}
mkdir -p %{buildroot}%{_liconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/pybliographic.png
install -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/pybliographic.png
install -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/pybliographic.png

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README TODO
%{_bindir}/*
%_datadir/applications/pybliographic.desktop
%{_datadir}/mime-info/*
%{_datadir}/pixmaps/*
%{_datadir}/pybliographer
%{_iconsdir}/pybliographic.png
%{_miconsdir}/pybliographic.png
%{_liconsdir}/pybliographic.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.12-4
+ Revision: b237da1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6502 |14cr|pyblosxom-1.4.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python clone of Blosxom, a blogging system
Name:		pyblosxom
Version:	1.4.3
Release:	6
License:	GPL
Group:		Networking/WWW
Url:        http://pyblosxom.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/pyblosxom/%{name}-%{version}.tar.bz2
Patch0:     %{name}.config.patch
BuildRequires:	python-devel >= 2.2
Requires:   webserver
BuildArch:	noarch

%description
Pyblogsxom is a clone of the original Bloxsom.
It is fully compatible with it , and allows you
to publish easily your weblog on your apache webserver.

%prep
%setup -q
%patch0 -p1

%build
CFLAGS="%{optflags}" python setup.py build


%install
python setup.py install --root="%{buildroot}"

mkdir -p %{buildroot}/%{_sysconfdir}/httpd/conf/webapps.d
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /pyblosxom /var/www/pyblosxom

<Directory /var/www/pyblosxom>
    Options +ExecCGI
    Require all granted
    DirectoryIndex pyblosxom.cgi
</Directory>
EOF


mkdir -p %{buildroot}/var/www/%{name}
mv %{buildroot}/%{_datadir}/%{name}-%{version}/web/* %{buildroot}/var/www/%{name}

mkdir -p %{buildroot}/var/%{name}/

mv %{buildroot}/var/www/%{name}/config.py  %{buildroot}/%{_sysconfdir}/%{name}

perl -pi -e "s#py\['datadir'\].*#py['datadir'] = \"/var/pyblosxom/\"# "  %{buildroot}/%{_sysconfdir}/%{name}/config.py

%files
%defattr(0644,root,root,0755)
%doc  INSTALL  LICENSE docs/* README
%{_datadir}/%{name}-%{version}/
/var/www/%{name}/*.tac
%attr(0755,root,root) /var/www/%{name}/*.cgi
%dir /var/%{name}/
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}/config.py
%dir  %{_sysconfdir}/%{name}/
%{py_puresitedir}/%{name}-%{version}-py%{py_ver}.egg-info
%{_bindir}/pyblcmd
%{py_puresitedir}/Pyblosxom/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.3-6
+ Revision: 7cf5bbc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6503 |14cr|pychecker-0.8.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define python_compile_opt python -O -c "import compileall; compileall.compile_dir('.')"
%define python_compile     python -c "import compileall; compileall.compile_dir('.')"

Summary:	A python source code checking tool
Name:		pychecker
Version:	0.8.19
Release:	2
License:	BSD-like
Group:		Development/Python
Url:		http://pychecker.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		pychecker-0.8.10-add-manpage
Requires:	python
BuildRequires:	python-devel
BuildArch:	noarch

%description
PyChecker is a tool for finding bugs in python source code. It finds problems
that are typically caught by a compiler for less dynamic languages, like C and
C++. It is similar to lint. Because of the dynamic nature of python, some
warnings may be incorrect; however, spurious warnings should be fairly
infrequent.

%prep
%setup -q
%patch0 -p1 -b .add_manpage

chmod a+rX -R .

%build
python setup.py config
python setup.py build

%install
python setup.py install --root=%{buildroot} --compile --optimize=2
rm -f %{buildroot}/%{py_puresitedir}/%{name}/{CHANGELOG,COPYRIGHT,KNOWN_BUGS,MAINTAINERS,README,TODO,pycheckrc}
perl -pi -e 's|%{buildroot}||' %{buildroot}%{_bindir}/pychecker

# pychecker2
mkdir -p %{buildroot}%{py_puresitedir}/pychecker2
#install -m 0644 pychecker2/*.py %{buildroot}%{py_puresitedir}/pychecker2/
#pushd pychecker2
%{python_compile_opt}
%{python_compile}
install *.pyc *.pyo %{buildroot}%{py_puresitedir}/pychecker2/

#install rc file
mkdir %buildroot%_sysconfdir
cp pycheckrc %buildroot%_sysconfdir
%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYRIGHT KNOWN_BUGS MAINTAINERS README TODO pycheckrc
%{_bindir}/pychecker
%{py_puresitedir}/pychecker
%{py_puresitedir}/pychecker2
%{py_puresitedir}/*.egg-info
%{_sysconfdir}/pycheckrc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.19-2
+ Revision: 6f5a9be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6504 |14cr|pyctd-0.4.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pyctd
%define version 0.4.4
%define rel 4

Summary: A service for monitoring and altering Netfilter connections
Name: %{name}
Version: %{version}
Release: %mkrel %rel
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: Networking/Other
Url: http://software.inl.fr/trac/trac.cgi/wiki/%{name}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python-devel
Requires: pynetfilter_conntrack

%description
pyctd is a XML-RPC service for monitoring and altering Netfilter
connections for network admins.

It has the following functionnalities :
* Connections listing (with byte rate of connections)
* Entries removal
* Modification of mark and timeout 

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
echo y | python setup.py install --root %{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/%{name}
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info
%{py_puresitedir}/auto_daemon.py*





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.4.4-4
+ Revision: 0b86680
- Automatic import for version 0.4.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6505 |14cr|pydance-1.0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	pydance
%define	version	1.0.3
%define release	8
%define	Summary	A Dance Dance Revolution simulator

Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	MIT
Url:		http://icculus.org/pyddr/
Source0:	%{name}-%{version}.tar.bz2
Source2:	%{name}-README.mandrake.bz2
Patch0:		pydance-1.0.3-fix-desktop-file.patch
Group:		Games/Other
Summary:	%{Summary}
BuildArch:	noarch
Requires:	pygame
Provides:	pyddr
Obsoletes:	pyddr
BuildRequires:	python imagemagick
BuildRequires:  zip
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
pyDDR is a fun dancing game to experience asian dance beat!
Showing friends your hot move with big score!
 
Highly configurable, colorful animated arrow motion, limitless
numbers of dance steps, 1 or 2 players, professionally written
music, laughter provoking sound effects, and yes, even graphical
transitions.

%prep
%setup -q
%patch0 -p1
bzcat %{SOURCE2} > README.mandrake

%build
%{__python} setup.py build

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__make} install-zip DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}

#(peroyvind) remove announcer which uses non-free files
%{__rm} -rf $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}/themes/dj/mrt

%{__install} -d $RPM_BUILD_ROOT{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert -size 16x16 icon.png $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
convert -size 32x32 icon.png $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
convert -size 48x48 icon.png $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%{__install} -m644 desktop.pydance -D $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif
											  
%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,755)
%doc CREDITS ChangeLog LICENSE README TODO
%doc README.mandrake docs/*.txt docs/*.html
%{_gamesdatadir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}.cfg
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_mandir}/*/*
%{_datadir}/applications/%{name}.desktop
%defattr(755,root,root,755)
%{_gamesbindir}/%{name}
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-8
+ Revision: 5cd1001
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6506 |14cr|pydance-music-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pydance
%define	name	%{oname}-music
%define	version	1.0
%define release 10
%define	Summary	Songs and step patterns for PyDDR

Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	MIT
Url:		http://icculus.org/pyddr/get.php
Source0:	%{name}.tar.bz2
Group:		Games/Other
Summary:	%{Summary}
BuildArch:	noarch
Requires:	%{oname}
Provides:	pyddr-music
Obsoletes:	pyddr-music
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
PyDDR is a simulator of the popular arcade game "Dance Dance Revolution",
in which you must step on particular arrows on the floor in time with
music playing in the background. This package contains the following songs,
and step patterns for them: 
* "6th, January", by Brendan Becker
* "SyNRG", by Brendan Becker
* "Forkbomb", by Pajama Crisis
   
%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__install} -d $RPM_BUILD_ROOT%{_gamesdatadir}/%{oname}/songs
tar -xjf %{SOURCE0} -C $RPM_BUILD_ROOT%{_gamesdatadir}/%{oname}/songs

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%{_gamesdatadir}/%{oname}/songs/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-10
+ Revision: 0ce1857
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6507 |14cr|pydb-1.26-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Extended debugger for Python
Name:		pydb
Version:	1.26
Release:	4
License:	GPLv3
Group:		Development/Python
Url:		http://bashdb.sourceforge.net/pydb/
Source0:	http://downloads.sourceforge.net/bashdb/%{name}-%{version}.tar.bz2
BuildRequires:	python-devel
BuildArch: 	noarch

%description
Pydb is an enhanced command-line debugger for Python. It is based on
the standard Python debugger pdb, but has a number of added
features. It is suitable for use with DDD, a graphical debugger front
end.

%prep
%setup -q

%build
%configure2_5x --with-site-packages=%{py_sitedir}
%make

%install
%makeinstall_std
ln -sf %{py_sitedir}/%{name}/%{name}.py %{buildroot}%{_bindir}/%{name} 
rm -rf %{buildroot}%{_datadir}/emacs
rm -f %{buildroot}%{py_sitedir}/%{name}/%{name}.doc
chmod 755 %{buildroot}%{py_sitedir}/%{name}/%{name}.py

%files
%defattr(-,root,root,-)
%doc README AUTHORS NEWS ChangeLog THANKS pydb/pydb.doc
%attr(755,root,root) %{_bindir}/%{name}
%{py_sitedir}/%{name}/*.py*
%{_mandir}/man1/pydb.1.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.26-4
+ Revision: d93eef9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6508 |14cr|pyDict-0.2.5.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pydict_version 0.2.5.1
%define pydict_release 16

Summary:	pyDict - An English/Chinese Dictionary written with python/gtk
Name:		pyDict
Version:	%{pydict_version}
Release:	%{pydict_release}
Url:		http://sourceforge.net/projects/pydict/
License:	GPL
Group:		Text tools

Source0:	http://sourceforge.net/projects/pydict/pyDict-%{pydict_version}.tar.bz2
Patch2:		pyDict-C2E.patch
Patch3:		pyDict-data-path.patch
Patch4:		pyDict-desktop.patch

BuildRequires:  desktop-file-utils

Requires:	locales-zh 
Requires:	pygtk2.0

BuildArch:	noarch


%description
This is a English/Chinese Dictionary wirtten by Daniel Gau with python/gtk.
The word base was originally got from xdict, and was converted and modified by
Daniel Gau and bv1al.This program can be run in both console mode and X 
Window GUI mode.

%prep
%setup -q
%patch2 -p1
%patch3 -p0
%patch4 -p0

%install
install -D -m 644 dict.xpm $RPM_BUILD_ROOT%{_iconsdir}/dict.xpm
install -D -m 644 yaba.xpm $RPM_BUILD_ROOT%{_datadir}/%{name}/yaba.xpm
install -D -m 755 dict.py $RPM_BUILD_ROOT%{_bindir}/pydict.real

cat << EOF > pydict.sh
#!/bin/bash
# pydict only works in big5 encoding
export LC_ALL=zh_TW.Big5
exec pydict.real
EOF
install  -m 755  pydict.sh $RPM_BUILD_ROOT%{_bindir}/pydict

for i in a b c d e f g h i j k l m n o p q r s t u v w x y z
	do install -m 644 $i.lib $RPM_BUILD_ROOT%{_datadir}/%{name}
done
install -m 644 HELP $RPM_BUILD_ROOT%{_datadir}/%{name}/

# menu XDG
mkdir -p %buildroot%_datadir/applications
desktop-file-install --vendor='' \
	--remove-category="Application" \
	--add-category="X-MandrivaLinux-Office-Accessories" \
	--add-category="Office" \
	--add-category="Dictionary" \
	--dir $RPM_BUILD_ROOT%{_datadir}/applications %{name}.desktop


%files
%doc CHANGELOG COPYING README
%{_datadir}/%{name}
%{_bindir}/pydict
%{_bindir}/pydict.real
%{_iconsdir}/*
%{_datadir}/applications/pyDict.desktop


%changelog
* Mon Apr 14 2014 SymbianFlo <symbianflo@mandrivausers.ro> 0.2.5.1-16
+ Revision: 66b2752
- Fix req, spec clean, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6509 |14cr|pyds-0.7.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	pyds
%define version 0.7.3
%define release 11

Name: 	 	%{name}
Summary: 	Python Desktop Server
Version: 	%{version}
Release: 	%{release}

Source0:	PyDS-%{version}.tar.bz2
URL:		http://pyds.muensterland.org/
License:	BSD
Group:		System/Servers
BuildRequires:	python-devel
Requires:	python-medusa
Requires:	python-cheetah
Requires:	python-pyrex
Requires:	python-docutils
Requires:	python-imaging
Requires:	metakit-python
Requires:	PyXML
Requires:	python-soap >= 0.11.1
Requires:	zlib
Provides:	PyDS

%description
The Python Desktop Server is a combined Weblog authoring tool, XMLRPC/SOAP
server, and news aggregator. It allows one to read RSS news feeds, post to a
community server (such as Radio Userland or any Python Community Server
installation), and includes tools for Weblog and homepage management. It
features a Web interface, a built-in Web server, extensibility through scripts
that connect via XMLRPC or macros, and a plugin architecture.

To setup your portal, run pyds-start, then browse http://localhost:4334.

%prep
%setup -q -n PyDS-%version

%install
python setup.py install --prefix=%{buildroot}/usr

%files
%doc ChangeLog LICENSE OVERVIEW README 
%_bindir/pyds-*
/usr/lib/python2*/site-packages/PyDS
/usr/lib/python2*/site-packages/*.egg-info
%_datadir/%name

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-11
+ Revision: ed3ef24
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6510 |14cr|pyflakes-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pyflakes
Version:	0.4.0
Release:	3
Summary:	Simple program which checks Python source files for errors
License:	BSD
Group:      Development/Python
URL:		http://divmod.org/trac/wiki/DivmodPyflakes
Source:		%{name}/%{name}-%{version}.tar.gz
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root
Buildrequires:	python-devel
BuildArch:      noarch
%description
Pyflakes is a simple program which checks Python source files for errors. It is
similar to PyChecker in scope, but differs in that it does not execute the
modules to check them. This is both safer and faster, although it does not
perform as many checks.
Unlike PyLint, Pyflakes checks only for logical errors in programs; it does
not perform any checks on style.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root %buildroot

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-3
+ Revision: dd30f98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6511 |14cr|pygame-1.9.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pygame
Version:	1.9.1
Release:	7
Source:		http://www.pygame.org/ftp/%{name}-%{version}release.tar.gz
Patch0:		pygame-1.9.1-config.patch
Summary:	Python module for interfacing with the SDL multimedia library
License:	LGPLv2+
Group:		System/Libraries
URL:		http://pygame.org/
BuildRequires:	python-devel
BuildRequires:	python-numeric
BuildRequires:	python-numeric-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:  pkgconfig(libpng)
BuildRequires:	jpeg-devel
BuildRequires:	smpeg-devel

Provides:	python-pygame

%description
pygame is a Python wrapper module for the SDL multimedia library,
written by Pete Shinners. It contains python functions and classes that
will allow you to use SDL's support for playing cdroms, audio and video
output, and keyboard, mouse and joystick input. pygame also includes
support for the Numerical Python extension. pygame is the successor to
the pySDL wrapper project, written by Mark Baker.

Install pygame if you would like to write or play SDL games written in
the python language.

%package doc
Summary:	Pygame documentation and example programs
Group:		Development/Python

%description doc
pygame is a Python wrapper module for the SDL multimedia library,
written by Pete Shinners. It contains python functions and classes that
will allow you to use SDL's support for playing cdroms, audio and video
output, and keyboard, mouse and joystick input. pygame also includes
support for the Numerical Python extension. pygame is the successor to
the pySDL wrapper project, written by Mark Baker.

Install pygame-doc if you need the API documentation and example
programs.

%package devel
Summary:	Pygame development headers
Group:		Development/Python

%description devel
pygame is a Python wrapper module for the SDL multimedia library,
written by Pete Shinners. It contains python functions and classes that
will allow you to use SDL's support for playing cdroms, audio and video
output, and keyboard, mouse and joystick input. pygame also includes
support for the Numerical Python extension. pygame is the successor to
the pySDL wrapper project, written by Mark Baker.

Install the devel package if you want to build programs with pygame.


%prep
%setup -q -n %{name}-%{version}release
%patch0 -p1

%__python config.py
perl -pi -e 's|^(SDL = .*)|$1 -lm|;' Setup

%build
%__python setup.py build

# Fix wrong permissions on various data files - AdamW 2008/12)
chmod 0644 WHATSNEW \
	lib/*.ttf \
	lib/pygame_icon* \
	lib/pygame.ico

%install
%__python setup.py install --prefix %{buildroot}%{_prefix}

%files
%{py_platsitedir}/*
%doc WHATSNEW

%files devel
%{_includedir}/python%{py_ver}/%{name}/

%files doc
%doc docs/
%doc examples/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.1-7
+ Revision: 79203ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6512 |14cr|pylint-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Extensible Python source code checker
Name:		pylint
Version:	1.1.0
Release:	2
Source0:	https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
License:	GPLv2+
Group:		Development/Python
Url:		http://www.logilab.org/project/pylint

BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)

Requires:	pythonegg(logilab-common) >= 0.53.0
Requires:	pythonegg(logilab-astng)
Requires:	tkinter
Requires:	pythonegg(astroid) >= 0.24.3

%description
PyLint is an extensible tool for checking whether Python
code satisfies a specified coding standard. It is similar to PyChecker
insofar that it can perform nearly all tests supported by
PyChecker. Pylint, however, can check many other things such as
line-code length, variable name adherence to a coding standard,
whether interfaces defined in code are actually implemented, and much
more. One can easily extend PyLint with plugins.

%files
%doc README COPYING ChangeLog doc/ examples/ elisp
%{_bindir}/*
%{py_puresitedir}/pylint*
%{_mandir}/man?/*
%exclude %{_bindir}/pylint-gui
%exclude %{py_puresitedir}/pylint/gui.py*
%config(noreplace) %_sysconfdir/pylintrc
%config(noreplace) %_sysconfdir/emacs/site-start.d/pylint.el
#--------------------------
%package -n %{name}-gui
Summary:    Graphical User Interface for Pylint
Requires:   tkinter
Requires:   pylint

%description -n %{name}-gui
This package provides a gui tool for pylint written in tkinter.

%files -n %{name}-gui
%doc README COPYING ChangeLog doc/ examples/
%{_bindir}/pylint-gui
%{py_puresitedir}/pylint/gui.py*


%prep
%setup -q

%build
python setup.py build

%install
python setup.py install -O1 --root %{buildroot}
rm -rf %{buildroot}%{py_puresitedir}/pylint/test

mkdir -pm 755 %{buildroot}%{_mandir}/man1
install -pm 644 man/*.1 %{buildroot}%{_mandir}/man1/

install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 ./examples/pylintrc %{buildroot}%{_sysconfdir}

install -d -m 755 %{buildroot}%{_sysconfdir}/emacs/site-start.d
install -m 644 ./elisp/pylint.el %{buildroot}%{_sysconfdir}/emacs/site-start.d/


chmod +x %{buildroot}%{py_puresitedir}/pylint/__main__.py



%check
python setup.py test





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-2
+ Revision: 16cefb6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6513 |14cr|pylzma-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python bindings for the LZMA compression library
Name:		pylzma
Version:	0.3.0
Release:	2
License:	GPL
Group:		Development/Python
Url:		http://www.joachim-bauch.de/projects/python/pylzma
Source0:	http://www.joachim-bauch.de/projects/python/pylzma/releases/%{name}-%{version}.tar.bz2
BuildRequires:	python-devel

%description
Python bindings for the LZMA compression library.

%prep
%setup -q

%build
env CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc
%attr(755,root,root)
%{python_sitearch}/*.py*
%{python_sitearch}/%{name}*.egg-info
%{python_sitearch}/%{name}.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: 7774c94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6514 |14cr|pymacs-0.24-0.beta2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Pymacs
%define name pymacs
%define version 0.24
%define rel	beta2
%define release 0.%rel

Summary: Bidirectional communication between Emacs Lisp and Python
Name:	 %{name}
Version: %{version}
Release: %{release}
Source0: %{tarname}-%{version}-%{rel}.tar.gz
License: GPLv2+
Group:	 Development/Python
Url:	 http://pymacs.progiciels-bpi.ca
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires:	emacs, python-devel, python-docutils

%description
Pymacs is a powerful tool for bidirectional communication between
Emacs Lisp and Python. Pymacs aims to provide Python as an extension
language for Emacs; using Pymacs, one may load and use Python modules
within Emacs Lisp code. Python functions may also use Emacs services
and handle objects in the Emacs Lisp space.

%package -n python-%{name}
Summary: Bidirectional communication between Emacs Lisp and Python
Group:	 Development/Python

%description -n python-%{name}
Pymacs is a powerful tool for bidirectional communication between
Emacs Lisp and Python. Pymacs aims to provide Python as an extension
language for Emacs; using Pymacs, one may load and use Python modules
within Emacs Lisp code. Python functions may also use Emacs services
and handle objects in the Emacs Lisp space.

This package contains the Python portion of Pymacs.

%package -n emacs-%{name}
Summary: Bidirectional communication between Emacs Lisp and Python
Group:	 Editors
Requires: emacs

%description -n emacs-%{name}
Pymacs is a powerful tool for bidirectional communication between
Emacs Lisp and Python. Pymacs aims to provide Python as an extension
language for Emacs; using Pymacs, one may load and use Python modules
within Emacs Lisp code. Python functions may also use Emacs services
and handle objects in the Emacs Lisp space.

This package contains the Emacs portion of Pymacs.

%prep
%setup -q -n %{tarname}-%{version}-%{rel}

%build
%__make all

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
rst2html --input-encoding=UTF-8 pymacs.rst pymacs.html
%__install -d -m 755 %{buildroot}%{_datadir}/emacs/site-lisp/
emacs -batch --eval '(byte-compile-file "pymacs.el" t)'
%__install -m 644 pymacs.el pymacs.elc %{buildroot}%{_datadir}/emacs/site-lisp/
%__install -d -m 755 %{buildroot}%{_sysconfdir}/emacs/site-start.d
echo "(require 'pymacs)" >> %{buildroot}%{_sysconfdir}/emacs/site-start.d/pymacs.el

%clean
%__rm -rf %{buildroot}

%files -n python-%{name} 
%defattr(-,root,root)
%py_sitedir/Pymacs*

%files -n emacs-%{name}
%defattr(-,root,root)
%doc COPYING README THANKS TODO pymacs.html
%_sysconfdir/emacs/site-start.d/pymacs.el
%_datadir/emacs/site-lisp/pymacs.*



%changelog
* Wed Mar 14 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.24-0.beta2
+ Revision: 98eab62
- Automatic import for version 0.24



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6515 |14cr|pymad-0.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A wrapper for the MAD MPEG Audio decoder library
Name:    pymad
Version: 0.6
Release: 6
Source0: http://spacepants.org/src/pymad/download/%{name}-%{version}.tar.gz
License: GPL
Group: Development/Python
BuildRequires: libmad-devel
BuildRequires: python-devel
Url: http://spacepants.org/src/pymad/

%description
pymad is a Python wrapper for the MPEG Audio Decoder library.

Access this module via "import mad" or "from mad import *".  To decode
an mp3 stream, you'll want to create a MadFile object and read data from
that.  You can then write the data to a sound device.  See the example
program in test/ for a simple mp3 player that uses libao for the sound
device.


%prep
%setup -q

%build
python config_unix.py
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files 
%doc README AUTHORS NEWS THANKS
%py_platsitedir/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-6
+ Revision: 355f423
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6516 |14cr|pymecavideo-5.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define title	pymecavideo

Name:		pymecavideo
Summary:	Tracer les trajectoires décrites par un ou plusieurs points d'un objet
Version:	5.4
Release:	4
Source:		%{name}-%{version}.tar.gz

URL:		http://outilsphysiques.tuxfamily.org/pmwiki.php/Oppl/Pymecavideo
Group:		Sciences/Physics
BuildRequires:	python
BuildArch:	noarch
Requires:	python-qt4
Requires:   ffmpeg
Requires:	vlc
License:	GPLv3 


%description
pymecavideo permet de tracer point par point la trajectoire de point ainsi que
choisir un référentiel particulier pour étudier la trajectoire
dans celui-ci.
Les données ainsi recueillies peuvent être exportées dans un logiciel de
traitement.

%prep 
%setup -q -n %version

%build 
#make
python setup.py build

%install
mkdir -p %{buildroot}%{_prefix}
#mkdir %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_libdir}

#python setup.py install --root %{buildroot}
python setup.py install --prefix=%{buildroot}%{_prefix}

mkdir -p %{buildroot}%{_bindir}
#icons
mkdir -p %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_miconsdir}
cp data/icones/%{name}-48.png %{buildroot}%{_iconsdir}/%{name}.png
cp data/icones/%{name}-48.png %{buildroot}%{_miconsdir}/%{name}.png
cp data/icones/%{name}-48.png %{buildroot}%{_liconsdir}/%{name}.png
cp data/icones/pymecavideo.svg %{buildroot}%{_iconsdir}/
mkdir %{buildroot}%py_puresitedir/%{name}/help/
cp data/help/* %{buildroot}%py_puresitedir/%{name}/help/

#mkdir -p %{buildroot}%{_datadir}/applications
#cp pymecavideo.desktop %{buildroot}%{_datadir}/applications

#help
mkdir -p %{buildroot}/%_docdir/HTML/fr/pymecavideo/
cp -r %{buildroot}%py_puresitedir/%{name}/help/*.png %{buildroot}/%_docdir/HTML/fr/pymecavideo/
cp -r %{buildroot}%py_puresitedir/%{name}/help/*.css %{buildroot}/%_docdir/HTML/fr/pymecavideo/
cp -r %{buildroot}%py_puresitedir/%{name}/help/help-fr.* %{buildroot}/%_docdir/HTML/fr/pymecavideo/

cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/bash
python %py_puresitedir/pymecavideo/__init__.py
EOF

chmod a+x %{buildroot}%{_bindir}/%{name}

%files
%{_bindir}/pymecavideo
%py_puresitedir/%{name}*
#%{_datadir}/applications/%{name}.desktop 
%{_datadir}/icons/%{name}.*
%{_datadir}/icons/*/%{name}.*
%lang(fr) %{_docdir}/HTML/fr/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.4-4
+ Revision: d6235c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6517 |14cr|pymol-1.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
### Attention to anyone touching this package
### Please contact me prior to touching it since
### this is a scientific package with a license evolution
### since release 1.3 so we keep the old one for now, until 
### any status update.
### steletch@mandriva.com

Summary:	PyMOL Molecular Graphics System
Name:		pymol
Version:	1.4.1
Release:	4
License:	Python license
Group:		Sciences/Chemistry
URL:		http://www.pymol.org
Source:		%{name}-v%{version}.tar.bz2
Source1:	%{name}.png
Patch0:		add_missing_math_linker.patch
Requires:	python
Requires:	python-numeric
Requires:	tcl
Requires:	tk
Requires:	tkinter
Requires:	Pmw
Requires:	tcsh
BuildRequires:	imagemagick
BuildRequires:	python-devel
BuildRequires:	python-numeric-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(freetype2)

%description
PyMOL is a molecular graphics system with an embedded Python interpreter 
designed for real-time visualization and rapid generation of high-quality 
molecular graphics images and animations. It is fully extensible and 
available free to everyone via the "Python" license.  Although a newcomer 
to the field, PyMOL can already be used to generate stunning images and 
animations with unprecedented ease. It can also perform many other 
valuable tasks (such as editing PDB files) to assist you in your research.

%prep
%setup -q -n %{name}
%patch0 -p1

%build
python ./setup.py build

%install
python ./setup.py install --root=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/%{name}
cp -R scripts data %buildroot%_datadir/%{name}

mkdir -p %{buildroot}%{_bindir}
cat <<EOF >%{buildroot}%{_bindir}/%{name}
export PYMOL_DATA=/usr/share/pymol/data
export PYMOL_SCRIPTS=/usr/share/pymol/scripts
export PYMOL_PATH=/usr/bin/pymol

python %{python_sitearch}/pymol/__init__.py
EOF

# menu
install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Name=PyMol
Comment=Python controlled molecular graphics
Exec=pymol
Icon=pymol
Type=Application
Categories=Chemistry;Science;
EOF

mkdir -p %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert %{SOURCE1} -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert %{SOURCE1} -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
cp %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png

%files
%doc ChangeLog DEVELOPERS LICENSE README
%doc examples
%{python_sitearch}/*
%{_datadir}/%{name}
%attr(0755,root,root) %{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-4
+ Revision: f31da50
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6518 |14cr|pynac-0.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		libpynac	%mklibname %{name}
%define		libpynac_devel	%mklibname %{name} -d

Name:		pynac
Group:		Sciences/Mathematics
License:	GPLv2+
Summary:	Modified GiNaC that replaces the dependency on CLN by Python

Version:	0.3.2
Release:	2
# pynac-%{version}.spkg from sage tarball renamed
Source:		pynac-%{version}.tar.bz2
URL:		http://wiki.sagemath.org/spkg/pynac

BuildRequires:	automake
BuildRequires:	readline-devel
BuildRequires:  python-devel

%description
A modified version of GiNaC that replaces the dependency on CLN by Python.

%package	-n %{libpynac}
Summary:	Modified GiNaC that replaces the dependency on CLN by Python

Group:		System/Libraries

%description	-n %{libpynac}
A modified version of GiNaC that replaces the dependency on CLN by Python.

%package	-n %{libpynac_devel}
Summary:	Modified GiNaC that replaces the dependency on CLN by Python

Group:		Development/C++
Requires:	%{libpynac} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description	-n %{libpynac_devel}
A modified version of GiNaC that replaces the dependency on CLN by Python.

%prep
%setup -q
# let's keep it verbose, please sflo
autoreconf -fiv

%build
export CXXFLAGS="%{optflags} -I%{_includedir}/python%{pyver}"
%configure --disable-static
%make 

%install
%makeinstall_std
mkdir -p %{buildroot}%{_docdir}/%{name}
cp -a AUTHORS ChangeLog COPYING NEWS README %{buildroot}%{_docdir}/%{name}

%files		-n %{libpynac}
%doc %{_docdir}/%{name}
%{_libdir}/lib*.so.*

%files		-n %{libpynac_devel}
%{_includedir}/%{name}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*



%changelog
* Sat Aug 02 2014 abfonly <abfonly@gmail.com> 0.3.2-2
+ Revision: 615021c
- Merge pull request #1 from abfonly/pynac:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6519 |14cr|pyNeighborhood-0.5.0-0.pre3.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prel pre3

Summary:	S GTK+ 2 rewrite of a well-known LinNeighborhood tool
Name:		pyNeighborhood
Version:	0.5.0
Release:	%mkrel -c %prel 6
License:	GPLv3
Group:		Networking/File transfer
Url:		http://pyneighborhood.sourceforge.net/
Source0:	http://downloads.sourceforge.net/pyneighborhood/%{name}-%{version}-%{prel}.tar.bz2
Buildrequires:	python
Requires:	samba-client
Requires:	pygtk2.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

%description
pyNeighborhood is a the GUI frontend for samba tools, such as 
smbclient, smbmount etc.

%prep
%setup -q -c

%build
python setup.py build

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

python setup.py install --root=%{buildroot}

rm -fr %buildroot%_datadir/doc/pyneighborhood

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README TODO Changelog
%{_bindir}/*
%{py_sitedir}/pyneighborhood
%{py_sitedir}/*.egg*
%{_datadir}/applications/*.desktop
%{_datadir}/pyneighborhood



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.5.0-0.pre3.6
+ Revision: 3a0f937
- Automatic import for version 0.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6520 |14cr|pynetfilter_conntrack-0.4.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Manipulate conntrack objects
Name:		pynetfilter_conntrack
Version:	0.4.2
Release:	3
License:	GPLv2+
Group:		Networking/Other
Url:		http://pypi.python.org/pypi/pynetfilter_conntrack
Source0:	http://cheeseshop.python.org/packages/source/p/pynetfilter_conntrack/%{name}-%{version}.tar.bz2
BuildRequires:	python-devel
BuildRequires:	python-ipy
BuildRequires:	python-ctypes
BuildRequires:	python-elementtree
BuildRequires:	libnetfilter_conntrack-devel
Requires:	python-ipy
Requires:	python-ctypes
Requires:	python-elementtree
BuildArch:	noarch

%description
This python library is based on libnetfilter_conntrack, which lets you
manipulate conntrack objects. In other words, pynetfilter_conntrack
lets you deal with Netfilter's stateful inspection objects from the
Python world.

Practically, for the administrator, this means you can now easily
close connections of your choice on your Linux [2.6] firewall. You can
also receive informations about all connections (how many packets have
gone through, how many bytes, etc.). You will even be able to create
new objects in the Connection Tracking (this means that complex
protocols such as FTP, P2P, etc. can have Python dealing with them
rather than complex kernel modules).

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
python setup.py install --root %{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README AUTHORS
%{_bindir}/conntrack.py
%{py_puresitedir}/%{name}/*.py*
%{py_puresitedir}/*egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.2-3
+ Revision: 223221c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6521 |14cr|PyOFC2-0.1.5dev-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define unmangled_version 0.1.5dev

Summary: Python library for Open Flash Chart 2
Name:    PyOFC2
Version: 0.1.5dev
Release: 4
Source0: %{name}-%{unmangled_version}.tar.gz
License: MIT
Group: Development/Python
Prefix: %{_prefix}
BuildArch: noarch
Url: http://pradeepgowda.com/
AutoReq: 0

BuildRequires: python-devel python-setuptools

%description
PyOFC2 - Python libraries for Open Flash Chart
==============================================

PyOFC2 generates data files required for `Open Flash Chart 2
<http://teethgrinder.co.uk/open-flash-chart-2/>`_.

Installation
------------

Using `Python Packaging Index <http://pypi.python.org>`_:

    $ easy_install PyOFC2
    
From the source:

    $ git://github.com/btbytes/pyofc2.git
    
Online `Demo <http://btbytes.github.com/pyofc2/>`_.


Using PyOFC2 with Web Frameworks
--------------------------------
`Django + PyOFC2 <http://github.com/btbytes/djofc2_demo>`_
example project.

     

NEWS
====

0.1.5
-----

*Release Date: 2010-09-21*

* Fixed setup bug. Thx http://github.com/marcinn


0.1.4
-----
*Release Date: 2010-09-21*

* converted README to `.rst`. Added `NEWS.rst` for project release
  information. 
* better pypi documentation.


0.1.3
-----
*Release Date: 2010-09-21*

* Added `bar_on_show` option. Thanks to `lukaszb <http://github.com/lukaszb>`_.


%prep
%setup -n %{name}-%{unmangled_version} -n %{name}-%{unmangled_version}

%build
python setup.py build

%install
#python setup.py install --single-version-externally-managed --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
python setup.py install  --root=%{buildroot} --record=INSTALLED_FILES

# Sort the filelist so that directories appear before files. This avoids
# dublicate filename problems on some systems
touch DIRS
for i in `cat INSTALLED_FILES`; do
    if [ -f %{buildroot}/$i ]; then
	echo $i >>FILES
    fi
    if [ -d %{buildroot}/$i ]; then
	echo %dir $i >>DIRS
    fi
done

# Make sure we match f00.pyo and foo.pyc along with foo.py (but only once each)
sed -e "/\.py[co]$/d" -e "s/\.py$/.py*/" DIRS FILES >INSTALLED_FILES

%files -f INSTALLED_FILES
#%{py_sitedir}/pyofc2/__init__.py
#/usr/lib/python2.6/site-packages/pyofc2/ofc2.py


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.5dev-4
+ Revision: 7136edc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6522 |14cr|pyogg-1.3-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pyogg
%define version 1.3
%define release 16

Summary: A wrapper for the Ogg libraries
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.andrewchatham.com/pyogg/download/%{name}-%{version}.tar.bz2
License: LGPL
Group: Development/Python
BuildRequires: pkgconfig(ogg)
BuildRequires: pkgconfig(python)
Url: http://www.andrewchatham.com/pyogg/

%description
pyogg is a Python wrapper for the Ogg libraries.

There's not a whole lot you can do with this module by itself. You'll
probably also want the ogg.vorbis module, which can be found wherever
you got this.

You can now write Python programs to encode and decode Ogg Vorbis
files (encoding is quite a bit more involved). The module is
self-documenting, though I need to update quite a bit of it.

%prep
%setup -q

%build
python config_unix.py
python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT

%files 
%doc README AUTHORS ChangeLog NEWS
%dir %{_includedir}/python?.?/pyogg/
%{_includedir}/python?.?/pyogg/pyogg.h
%py_platsitedir/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-16
+ Revision: 1c7b0dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6523 |14cr|pyopenal-0.1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	pyopenal
%define	oname	PyOpenAL
%define version 0.1.6
%define release 3
%{expand:%%define py_ver %(python -V 2>&1| awk '{print $2}'|cut -d. -f1-2)}

Name:		%{name}
Version:	%{version}
Release:	%mkrel %{release}
License:	GPL
Url:		http://home.gna.org/oomadness/en/pyopenal/
Source0:	http://download.gna.org/pyopenal/%{oname}-%{version}.tar.bz2
Group:		Development/Python
Summary:	OpenAL port to Python
BuildRequires:	python-devel openal-devel freealut-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
OpenAL port to Python.

%prep
%setup -q -n %{oname}-%{version}

%build
%{__python} setup.py build

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__python} setup.py install --root=$RPM_BUILD_ROOT

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README CHANGES AUTHORS
%{_libdir}/python%{py_ver}/site-packages/%{name}
%{_libdir}/python%{py_ver}/site-packages/_openal.so
%{_libdir}/python%{py_ver}/site-packages/*.egg-info





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.6-3
+ Revision: 333d282
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6524 |14cr|pypar2-1.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname PyPar2

Name:		pypar2
Version:	1.4
Release:	9
License:	GPL
Group:		File tools	
Summary:	Graphical frontend for the Linux par2 command line
URL:		http://pypar2.silent-blade.org/
Source0:	http://pypar2.silent-blade.org/uploads/Main/%{name}-%{version}.tar.bz2
BuildArch:	noarch
BuildRequires:	python, pygtk2.0-devel, pygtk2.0-libglade, python-pyxml, desktop-file-utils, python-vte
Requires:       pygtk2.0, pygtk2.0-libglade, parchive2, python-pyxml, python-vte

Requires(post): desktop-file-utils 
Requires(postun): desktop-file-utils

%description
PyPar2 is a graphical frontend for the Linux par2 command line, 
written in Python. Its GUI uses GTK through the PyGTK library.

PyPar2 is designed to be very easy to use. For this reason:

    * Advanced settings are present, but hidden by default.
    * There is no preferences dialog, all selected options 
      are automatically saved and restored. 

%prep
%setup -q -n %{realname}-%{version}

perl -pi -e "s!/usr/local!%{buildroot}/usr!g" Makefile

%build


%install
make install

perl -pi -e 's,%{name}.png,%{name},g' %{buildroot}%{_datadir}/applications/*

desktop-file-install --vendor="" \
  --add-category="System;Filesystem" \
  --remove-category="Application" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/pypar2.desktop

rm -f %{buildroot}/%{_bindir}/pypar2
echo "python /usr/share/pypar2/src/main.py" > %{buildroot}/%{_bindir}/pypar2

%find_lang %name

%files -f %name.lang
%{_datadir}/applications/pypar2.desktop
%{_mandir}/man1/pypar2.*
%{_datadir}/%{name}/res/*.glade
%{_datadir}/%{name}/src/*.py
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/pix/*.png
%defattr(755,root,root)
%{_bindir}/pypar2




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-9
+ Revision: 5338fb8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6525 |14cr|pyside-tools-0.2.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pyside-tools
Version:	0.2.14
Release:	2
License:	LGPLv2+
Summary:	PySide development tools
Group:		Development/KDE and Qt
URL:		http://www.pyside.org
Source0:	http://www.pyside.org/files/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	phonon-devel
BuildRequires:	shiboken-devel
Buildrequires:	python-devel
Buildrequires:	pyside-devel
Requires:	pyside-phonon
Requires:	pyside-core
Requires:	pyside-declarative
Requires:	pyside-gui
Requires:	pyside-help
Requires:	pyside-multimedia
Requires:	pyside-network
Requires:	pyside-opengl
Requires:	pyside-script
Requires:	pyside-scripttools
Requires:	pyside-sql
Requires:	pyside-test
Requires:	pyside-xmlpatterns
Requires:	pyside-xml
Requires:	pyside-uitools
Requires:	pyside-svg
Requires:	pyside-webkit

%description
PySide tools includes pyside-uic which generate Python code from ui files 
created with Qt Designer, pyside-rcc generate python source code containing
data specified in a Qt resource file and pyside-lupdate finds Qt Linguist
translatable strings, and updates the translation files.

%files
%{py_platsitedir}/*
%{_bindir}/pyside-lupdate
%{_bindir}/pyside-rcc
%{_bindir}/pyside-uic
%{_mandir}/man1/*

%prep
%setup -q

%build
%define Werror_cflags %nil
%cmake \
	-DQT_SRC_DIR=%{buildroot}%{qt4dir} \
	-DQT_PHONON_INCLUDE_DIR=%{_includedir}/phonon
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.14-2
+ Revision: 5be279e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6526 |14cr|pysol-cardsets-4.40-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pysol-cardsets
%define version 4.40
%define release 12
%define pysolver 4.81-3mdk

Summary: A collection of free cardsets adapted for use with PySol
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Games/Cards
URL: http://www.oberhumer.com/opensource/pysol/	
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
Requires: pysol >= %pysolver

%description
A collection of 70 free cardsets adapted for use with PySol.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot%_gamesdatadir/pysol
cp -r data/cardset* %buildroot%_gamesdatadir/pysol
cd %buildroot%_gamesdatadir/pysol
rm -rf cardset-2000 cardset-colossus cardset-hard-a-port cardset-hexadeck cardset-kintengu cardset-oxymoron cardset-tuxedo cardset-vienna-2k

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README NEWS
%_gamesdatadir/pysol/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.40-12
+ Revision: c70da9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6527 |14cr|PySolFC-2.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define unmangled_version 2.0

Summary:	A Python solitaire game collection
Name:		PySolFC
Version:	2.0
Release:	11
Source0:	%{name}-%{unmangled_version}.tar.bz2
Source1:	PySolFC.rpmlintrc
License:	GPLv3+
Group:		Games/Cards
BuildArch:	noarch
Url:		http://pysolfc.sourceforge.net/
Obsoletes:	pysol
BuildRequires:	python-devel
BuildRequires:	python-setuptools
Requires:	tkinter
Requires:	python-imaging
Suggests:	PySolFC-cardsets
Suggests:	freecell-solver

%description
PySolFC is a collection of more than 1000 solitaire card games.
Its features include modern look and feel (uses Tile widget set), multiple
card-sets and tableau backgrounds, sound, unlimited undo, player statistics,
a hint system, demo games, a solitaire wizard, support for user written
plug-ins, an integrated HTML help browser, and lots of documentation.

%prep
%setup -n %{name}-%{unmangled_version} -q

%build
python setup.py build

%install
python setup.py install --root=%buildroot

# Hack to put /usr/bin/pysol.py as /usr/games pysol
mkdir -p %{buildroot}/%{_gamesbindir}
%define pysol_bin_path %{_gamesbindir}/pysol
%define pysol_orig_path %{_bindir}/pysol.py
mv %{buildroot}/%{pysol_orig_path} %{buildroot}/%{pysol_bin_path}

sed -i -e 's#Exec=.*#Exec=%{_gamesbindir}/pysol#' %{buildroot}%_datadir/applications/pysol.desktop

%find_lang pysol

%files -f pysol.lang
%doc COPYING README
%_gamesbindir/*
%py_puresitedir/*
%_datadir/%name
%_datadir/applications/pysol.desktop
%_iconsdir/*.png
%_datadir/pixmaps/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-11
+ Revision: 81d2286
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6528 |14cr|PySolFC-cardsets-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define thegame PySolFC
%define name %{thegame}-cardsets
%define arcname %{thegame}-Cardsets
%define arcwithver %{arcname}-%{version}
%define version 2.0
%define release 3
%define pysol_ver 2.0
%define instdir /usr/share/%{thegame}

Summary: A collection of free cardsets adapted for use with PySolFC
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{arcwithver}.tar.bz2
License: GPL
Group: Games/Cards
URL: http://pysolfc.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
Requires: %{thegame} >= %pysol_ver
Obsoletes: pysol-cardsets

%description
A collection of 153 free cardsets adapted for use with PySolFC.

%prep
%setup -q -n %{arcwithver}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot%{instdir}
cp -r cardset* %buildroot%{instdir}
cd %buildroot%{instdir}
# rm -rf cardset-2000 cardset-colossus cardset-hard-a-port cardset-hexadeck cardset-kintengu cardset-oxymoron cardset-tuxedo cardset-vienna-2k

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{instdir}/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-3
+ Revision: 88d5558
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6529 |14cr|pysol-music-4.40-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pysol-music
%define version 4.40
%define release 11
%define pysolver 4.81-3mdk

Summary: Background music pack for PySol
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Games/Cards
URL: http://www.oberhumer.com/opensource/pysol/	
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
Requires: pysol >= %pysolver

%description
A collection of additional music adapted for use with PySol.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot%_gamesdatadir/pysol
cp -r data/music %buildroot%_gamesdatadir/pysol

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README NEWS
%_gamesdatadir/pysol/music/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.40-11
+ Revision: cf8ee1e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6530 |14cr|pysycache-3.1b-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pysycache
Version:	3.1b
Release:	9
Group:		Education
Source0:	http://download.tuxfamily.org/py4childs/pysycache/v3.1/%{name}-src-%{version}.zip
Source1:	http://download.tuxfamily.org/py4childs/themes/themes-move/pack-lang-gpl-ar-%{version}.zip
Source2:	http://download.tuxfamily.org/py4childs/themes/themes-move/pack-lang-gpl-cs-%{version}.zip
Source3:	http://download.tuxfamily.org/py4childs/themes/themes-move/pack-lang-gpl-da-%{version}.zip
Source4:	http://download.tuxfamily.org/py4childs/themes/themes-move/pack-lang-gpl-de-%{version}.zip
Source5:	http://download.tuxfamily.org/py4childs/themes/themes-move/pack-lang-gpl-en-%{version}.zip
Source6:	http://download.tuxfamily.org/py4childs/themes/themes-move/pack-lang-gpl-es-%{version}.zip
Source7:	http://download.tuxfamily.org/py4childs/themes/themes-move/pack-lang-gpl-fi-%{version}.zip
Source8:	http://download.tuxfamily.org/py4childs/themes/themes-move/pack-lang-gpl-fr-%{version}.zip
Source9:	http://download.tuxfamily.org/py4childs/themes/themes-move/pack-lang-gpl-it-%{version}.zip
Source10:	http://download.tuxfamily.org/py4childs/themes/themes-move/pack-lang-gpl-lt-%{version}.zip
Source11:	http://download.tuxfamily.org/py4childs/themes/themes-move/pack-lang-gpl-nl-%{version}.zip
Source12:	http://download.tuxfamily.org/py4childs/themes/themes-move/pack-lang-gpl-pl-%{version}.zip
Source13:	http://download.tuxfamily.org/py4childs/themes/themes-move/pack-lang-gpl-pt-%{version}.zip
Source14:	http://download.tuxfamily.org/py4childs/themes/themes-move/pack-lang-gpl-ru-%{version}.zip
URL:		http://www.pysycache.org/
Summary:	Educational point-and-click software for young children
License:	GPLv2+
BuildArch:	noarch
Requires:	pygame %{name}-language = %{version}
BuildRequires:	imagemagick

%description
PySyCache is an educational software for the young children (4-7 years old) 
with target to learn them to move the mouse to click with mouse buttons
PySyCache doesn't want some powerful computer, and it can be used 
at home with yours children in the schools

%package	lang-ar
Summary:	Arabic language pack for %{name}
Provides:	%{name}-language = %{version}-%{release}
Requires:	%{name} = %{version}
Group:		Education

%description	lang-ar
Arabic language pack for %{name}.

%package	lang-cs
Summary:	Czech language pack for %{name}
Provides:	%{name}-language = %{version}-%{release}
Requires:	%{name} = %{version}
Group:		Education

%description	lang-cs
Czech language pack for %{name}.

%package	lang-da
Summary:	Danish language pack for %{name}
Provides:	%{name}-language = %{version}-%{release}
Requires:	%{name} = %{version}
Group:		Education

%description	lang-da
Danish language pack for %{name}.

%package	lang-de
Summary:	German language pack for %{name}
Provides:	%{name}-language = %{version}-%{release}
Requires:	%{name} = %{version}
Group:		Education

%description	lang-de
German language pack for %{name}.

%package	lang-en
Summary:	English language pack for %{name}
Provides:	%{name}-language = %{version}-%{release}
Requires:	%{name} = %{version}
Group:		Education

%description	lang-en
English language pack for %{name}.

%package	lang-es
Summary:	Spanish language pack for %{name}
Provides:	%{name}-language = %{version}-%{release}
Requires:	%{name} = %{version}
Group:		Education

%description	lang-es
Spanish language pack for %{name}.

%package	lang-fi
Summary:	Finnish language pack for %{name}
Provides:	%{name}-language = %{version}-%{release}
Requires:	%{name} = %{version}
Group:		Education

%description	lang-fi
Finnish language pack for %{name}.

%package	lang-fr
Summary:	French language pack for %{name}
Provides:	%{name}-language = %{version}-%{release}
Requires:	%{name} = %{version}
Group:		Education

%description	lang-fr
French language pack for %{name}.

%package	lang-it
Summary:	Italian language pack for %{name}
Provides:	%{name}-language = %{version}-%{release}
Requires:	%{name} = %{version}
Group:		Education

%description	lang-it
Italian language pack for %{name}.

%package	lang-lt
Summary:	Lithuanian language pack for %{name}
Provides:	%{name}-language = %{version}-%{release}
Requires:	%{name} = %{version}
Group:		Education

%description	lang-lt
Lithuanian language pack for %{name}.

%package	lang-nl
Summary:	Dutch language pack for %{name}
Provides:	%{name}-language = %{version}-%{release}
Requires:	%{name} = %{version}
Group:		Education

%description	lang-nl
Dutch language pack for %{name}.

%package	lang-pl
Summary:	Polish language pack for %{name}
Provides:	%{name}-language = %{version}-%{release}
Requires:	%{name} = %{version}
Group:		Education

%description	lang-pl
Polish language pack for %{name}.

%package	lang-pt
Summary:	Portuguese language pack for %{name}
Provides:	%{name}-language = %{version}-%{release}
Requires:	%{name} = %{version}
Group:		Education

%description    lang-pt
Portuguese language pack for %{name}.

%package	lang-ru
Summary:	Russian language pack for %{name}
Provides:	%{name}-language = %{version}-%{release}
Requires:	%{name} = %{version}
Group:		Education

%description    lang-ru
Russian language pack for %{name}.

%prep
%setup -q -T -c %{name}-%{version} -a0
pushd pysycache-src/pysycache
for i in %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14}; do
	unzip -qq $i
done
popd

%build

%install
install -d %{buildroot}%{_gamesdatadir}
cp -r pysycache-src/pysycache %{buildroot}%{_gamesdatadir}

install -d %{buildroot}%{_gamesbindir}
cat << EOF > %{buildroot}%{_gamesbindir}/%{name}
#!/bin/bash
cd
python %{_gamesdatadir}/pysycache/pysycache.py \$@
EOF
chmod +x %{buildroot}%{_gamesbindir}/%{name}

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Categories=Education;
Name=PySyCache
Comment=%{summary}
EOF

install -d %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -size 16x16 pysycache-src/pysycache/pysycache.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -size 32x32 pysycache-src/pysycache/pysycache.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -size 48x48 pysycache-src/pysycache/pysycache.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%files
%defattr(755,root,root,755)
%{_gamesbindir}/%{name}
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}
#%{_gamesdatadir}/%{name}/themes-move/animals
#%{_gamesdatadir}/%{name}/themes-move/food
#%{_gamesdatadir}/%{name}/themes-move/plants
#%{_gamesdatadir}/%{name}/themes-move/sky
#%{_gamesdatadir}/%{name}/themes-move/sports
%exclude %{_gamesdatadir}/%{name}/themes-move/alphabet*
%exclude %{_gamesdatadir}/%{name}/themes-move/number*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

%files lang-ar
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/themes-move/alphabet-ar
%{_gamesdatadir}/%{name}/themes-move/number-ar

%files lang-cs
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/themes-move/alphabet-cs
%{_gamesdatadir}/%{name}/themes-move/number-cs

%files lang-da
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/themes-move/alphabet-da
%{_gamesdatadir}/%{name}/themes-move/number-da

%files lang-de
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/themes-move/alphabet-de
%{_gamesdatadir}/%{name}/themes-move/number-de

%files lang-en
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/themes-move/alphabet-en
%{_gamesdatadir}/%{name}/themes-move/number-en

%files lang-es
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/themes-move/alphabet-es
%{_gamesdatadir}/%{name}/themes-move/number-es

%files lang-fi
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/themes-move/alphabet-fi
%{_gamesdatadir}/%{name}/themes-move/number-fi

%files lang-fr
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/themes-move/alphabet-fr
%{_gamesdatadir}/%{name}/themes-move/number-fr

%files lang-it
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/themes-move/alphabet-it
%{_gamesdatadir}/%{name}/themes-move/number-it

%files lang-lt
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/themes-move/alphabet-lt
%{_gamesdatadir}/%{name}/themes-move/number-lt

%files lang-nl
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/themes-move/alphabet-nl
%{_gamesdatadir}/%{name}/themes-move/number-nl

%files lang-pl
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/themes-move/alphabet-pl
%{_gamesdatadir}/%{name}/themes-move/number-pl

%files lang-pt
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/themes-move/alphabet-pt
%{_gamesdatadir}/%{name}/themes-move/number-pt

%files lang-ru
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/themes-move/alphabet-ru
%{_gamesdatadir}/%{name}/themes-move/number-ru




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1b-9
+ Revision: cd2bba4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6531 |14cr|pythia-8.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	pythia
%define major	8
%define minor	1
%define version	%{major}.%{minor}
%define release	7

%define devname	%mklibname %{name} -d

Name:		%{name}
Group:		Sciences/Physics
License:	GPLv2
Version:	%{version}
Release:	%{release}
Summary:	High-energy pp and pbarp collisions simulation
URL:		http://home.thep.lu.se/~torbjorn/Pythia.html
Source0:	http://home.thep.lu.se/~torbjorn/pythia8/pythia8157.tgz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	hepmc-devel

%description
Pythia 8 release is focussed towards LHC and Tevatron applications, i.e.
high-energy pp and pbarp collisions. Also e+e- and mu+mu- annihilation
processes may be simulated, but not e.g. ep, gammap or gammagamma collisions. 


#------------------------------------------------------------------------
%package	-n %{devname}
Summary:	Pythia runtime and development files
Group:		Development/C++
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description	-n %{devname}
Pythia runtime and development files.


#------------------------------------------------------------------------
%prep
%setup -q -n pythia8157


#------------------------------------------------------------------------
%build
./configure --enable-shared --with-hepmc=%{_prefix}
%make


#------------------------------------------------------------------------
%install
mkdir -p %{buildroot}%{_libdir}
cp -fa lib/*.so lib/archive/*.a %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_includedir}/%{name}
cp -fa include/[A-Z]*.h %{buildroot}%{_includedir}/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -fa AUTHORS GUIDELINES examples htmldoc phpdoc xmldoc worksheet.pdf %{buildroot}%{_datadir}/%{name}


#------------------------------------------------------------------------
%clean
rm -fr %{buildroot}


#------------------------------------------------------------------------
%files		-n %{devname}
%defattr(-,root,root)
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_includedir}/%{name}/*.h
%{_libdir}/*.a
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 8.1-7
+ Revision: 0806c29
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6532 |14cr|python3-alsaaudio-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname		pyalsaaudio

Summary:	ALSA wrapper for Python
Name:		python3-alsaaudio
Version:	0.7
Release:	3
Source0:	http://downloads.sourceforge.net/%{fname}/%{fname}-%{version}.tar.gz
Patch0:		pyalsaaudio-0.7_linkage.patch
License:	Python
URL:		http://sourceforge.net/projects/pyalsaaudio/
Group:		Development/Python
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(alsa)
BuildRequires:  python3egg(setuptools)

%description
The goal of this project is to provide a functionality complete Python
wrapper for ALSA. Currently PCM playback and capture, as well as the
mixer API is supported.

%prep
%setup -q -n %{fname}-%{version}
%patch0 -p1

%build
CFLAGS="%{optflags}" python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}

%files

%doc LICENSE CHANGES README TODO
%{py3_platsitedir}/alsaaudio.cpython-34m.so
%{py3_platsitedir}/%{fname}-%{version}-py%{py3_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-3
+ Revision: 88430ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6533 |14cr|python3-apsw-3.7.17.r1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sqlite_version 3.7.17
%define uprel 1
%define pkg_version %{sqlite_version}-r%{uprel}

%define __noautoprov 'apsw.so'

Name:           python3-apsw
Version:        3.7.17.r1
Release:        3
Summary:        Another Python SQLite Wrapper
Source0:        http://apsw.googlecode.com/files/apsw-3.7.17-r1.zip
URL:            http://code.google.com/p/apsw/
Group:          Development/Python
License:        zlib/libpng License
BuildRequires:  sqlite3-devel >= %{sqlite_version}
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)

%description
APSW is a Python wrapper for the SQLite embedded relational database
engine. In contrast to other wrappers such as pysqlite it focuses on
being a minimal layer over SQLite attempting just to translate the
complete SQLite API into Python.

%package doc
Summary:        Another Python SQLite Wrapper - Documentation
Group:          Development/Python
License:        zlib/libpng License
BuildArch:      noarch

%description doc
APSW is a Python wrapper for the SQLite embedded relational database
engine. In contrast to other wrappers such as pysqlite it focuses on
being a minimal layer over SQLite attempting just to translate the
complete SQLite API into Python.

%prep
%setup -q -n "apsw-%{pkg_version}"
rm doc/.buildinfo
find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'

%build
CFLAGS="%{optflags} -fno-strict-aliasing" \
python3 ./setup.py build

%install
python3 ./setup.py install \
    --prefix="%{_prefix}" \
    --root="%{buildroot}"


%files
%{py3_platsitedir}/*

%files doc
%doc doc/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.17.r1-3
+ Revision: 3f06ef7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6534 |14cr|python3-augeas-0.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname python-augeas

Name:		python3-augeas
Version:	0.4.1
Release:	3
Summary:	Python bindings to augeas
Group:		Development/Python
License:	LGPLv2+
Url:		http://augeas.net/
Source0:	http://augeas.net/download/python/%{oname}-%{version}.tar.gz
BuildArch:	noarch
Requires:	pkgconfig(augeas)
BuildRequires:	python3egg(setuptools)
BuildRequires:  pkgconfig(python3)


%description
python3-augeas is a set of Python3 bindings around augeas.

%prep
%setup -qn %{oname}-%{version}


%build
# Remove CFLAGS=... for noarch packages (unneeded)
CFLAGS="%{optflags}" python3 setup.py build_ext -i
CFLAGS="%{optflags}" python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root=%{buildroot}

 

%files
%doc COPYING AUTHORS README.txt
%{py3_puresitedir}/augeas.py*
%{py3_puresitedir}/*augeas*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-3
+ Revision: f26c93d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6535 |14cr|python3-babel-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Babel
%define debug_package %{nil}

Summary:	Internationalization utilities for Python
Name:		python3-babel
Version:	1.3
Release:	4
Source0:	https://pypi.python.org/packages/source/B/Babel/%{tarname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://babel.edgewall.org/
BuildArch:	noarch
BuildRequires:	python3egg(setuptools)
BuildRequires:	pkgconfig(python3)
BuildRequires:  python3egg(pytz)

%description
Babel is a Python library that provides an integrated collection of
utilities that assist with internationalizing and localizing Python
applications (in particular web-based applications.)


%prep
%setup -qn %{tarname}-%{version}


%build
python3 setup.py build


%install
python3 setup.py install --root=%{buildroot}
mv %{buildroot}%{_bindir}/pybabel %{buildroot}%{_bindir}/py3babel 

%check
python3 setup.py test

%files 
%doc docs/
%{_bindir}/py3babel
%{python3_sitelib}/babel
%{python3_sitelib}/*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: d5d91e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6536 |14cr|python3-bcrypt-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname py-bcrypt

Summary:	Python implementation of Blowfish password hashing algorithm
Name:		python3-bcrypt
Version:	0.4
Release:	3
Source0:	http://py-bcrypt.googlecode.com/files/%{tarname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://code.google.com/p/py-bcrypt/
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
BuildRequires:	python3egg(nose)

%description
py-bcrypt is an implementation the OpenBSD Blowfish password hashing
algorithm, as described in "A Future-Adaptable Password Scheme" by
Niels Provos and David Mazieres.

This system hashes passwords using a version of Bruce Schneier's
Blowfish block cipher with modifications designed to raise the cost of
off-line password cracking. The computation cost of the algorithm is
parametised, so it can be increased as computers get faster.

%prep
%setup -q -n %{tarname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} 


%files 
%doc README TODO
%{py3_platsitedir}/bcrypt/*.py*
%{py3_platsitedir}/bcrypt/_bcrypt.cpython-3?m.so
%{py3_platsitedir}/py_bcrypt*.egg-info





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-3
+ Revision: 0b84164
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6537 |14cr|python3-billiard-3.3.0.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname billiard
# debuginfo without sources
%define debug_package	%{nil}

Name:           python3-%{oname}
Version:        3.3.0.18
Release:        2
Summary:        Multiprocessing Pool Extensions
Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/billiard
Source0:        https://pypi.python.org/packages/source/b/%{oname}/%{oname}-%{version}.tar.gz
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3egg(nose)
BuildRequires:  python3egg(mock)
BuildRequires:  python3egg(nose-cover3)

Requires:       python3

%description 
This package contains extensions to the multiprocessing Pool.
Pythom3 module

%files 
%doc CHANGES.txt LICENSE.txt README.rst
%{py3_puresitedir}/%{oname}
%{py3_puresitedir}/%{oname}*.egg-info
%{py3_puresitedir}/funtests/

#################################

%prep
%setup -q -n %{oname}-%{version}
chmod 644 README.rst


%build
CFLAGS="$RPM_OPT_FLAGS -wall" python3 setup.py build

%install
python3 setup.py install --skip-build --root %{buildroot}

chmod +x %{buildroot}%{py3_puresitedir}/funtests/setup.py


%check
#python3 setup.py test


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.0.18-2
+ Revision: 4b1730b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6538 |14cr|python3-bottleneck-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Bottleneck
# doesn't really works  the *so are still provided ...
%define __provides_exclude_from ^%{py_platsitedir}/bottleneck/*.so

Summary:	Fast NumPy array functions written in Cython
Name:		python3-bottleneck
Version:	0.7.0
Release:	3
Source0:	https://pypi.python.org/packages/source/B/%{tarname}/%{tarname}-%{version}.tar.gz
Patch0:		lm-0.7.0.patch
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/Bottleneck
Requires:	python3-numpy

BuildRequires:	python3egg(nose)
BuildRequires:	python3-numpy-devel
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
BuildRequires:	python-sphinx
BuildRequires:	pkgconfig(lapack)

%description
Bottleneck is a collection of fast NumPy array functions written in
Cython.

%prep
%setup -q -n %{tarname}-%{version}
%patch0 -p0

%build

python3 setup.py build

export PYTHONPATH="`pwd`/`find . -depth -type d -name lib.linux*`"
pushd doc
mkdir -p source/_static
make html

# clean after sphinx
rm -rf build/html/.buildinfo \
	build/html/_sources


%install
python3 setup.py install --root `pwd`/test_install
# clean unneeded stuff
rm -rf test_install/%{py_platsitedir}/bottleneck/src \
	test_install/%{py_platsitedir}/bottleneck/LICENSE

# install into buildroot
cp -a test_install/* %{buildroot}

%check
pushd `find . -depth -type d -name lib.linux*`
python3 -c 'import bottleneck as bn; bn.test()'
popd


%files
%doc LICENSE README.rst RELEASE.rst doc/build/html
%{py3_platsitedir}/Bottleneck*
%{py3_platsitedir}/bottleneck*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-3
+ Revision: 5629834
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6539 |14cr|python3-celery-3.1.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:           python3-celery
Version:        3.1.9
Release:        4
Summary:        Distributed Task Queue
Group:          Development/Python
License:        BSD
URL:            http://celeryproject.org
Source0:        https://pypi.python.org/packages/source/c/celery/celery-%{version}.tar.gz
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3egg(nose)
BuildRequires:  python3egg(billiard) >= 3.3.0.18
BuildRequires:  python3egg(pytz)
BuildRequires:  python3egg(kombu) >= 3.0.11
BuildRequires:  python3egg(kombu) < 4.0

Requires:       python3
Requires:       python3egg(kombu) >= 3.0.11
Requires:       python3egg(kombu) < 4.0
Requires:       python3egg(pytz)
Requires:  	    python3egg(setuptools)
Requires:       python3egg(billiard) >= 3.3.0.14
Requires:       python3egg(billiard) < 3.4
Requires:       python3egg(amqp) >= 1.4.2

BuildArch:      noarch

%description 
An open source asynchronous task queue/job queue based on
distributed message passing. It is focused on real-time
operation, but supports scheduling as well.

The execution units, called tasks, are executed concurrently
on one or more worker nodes using multiprocessing, Eventlet
or gevent. Tasks can execute asynchronously (in the background)
or synchronously (wait until ready).

Celery is used in production systems to process millions of
tasks a day.

Celery is written in Python, but the protocol can be implemented
in any language. It can also operate with other languages using
webhooks.

The recommended message broker is RabbitMQ, but limited support
for Redis, Beanstalk, MongoDB, CouchDB and databases
(using SQLAlchemy or the Django ORM) is also available.



%prep
%setup -qn celery-%{version}
chmod 644 README.rst
rm -fr docs/.static

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root %{buildroot}

# rename py3 binary
for i in celery celerybeat celeryd celeryd-multi; do
  mv %{buildroot}%{_bindir}/$i %{buildroot}%{_bindir}/py3-$i
done



%files 
%doc LICENSE README.rst TODO CONTRIBUTORS.txt docs examples
%{_bindir}/py3-celery
%{_bindir}/py3-celerybeat
%{_bindir}/py3-celeryd
%{_bindir}/py3-celeryd-multi
%{py3_puresitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.9-4
+ Revision: 9e17446
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6540 |14cr|python3-crcmod-1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname crcmod

Name:           python3-%{oname}
Version:        1.7
Release:        3
Summary:        Creates functions that efficiently compute CRC's using table lookup
URL:            http://crcmod.sourceforge.net/
Source0:        http://garr.dl.sourceforge.net/project/%{oname}/%{oname}/%{oname}-%{version}/%{oname}-%{version}.tar.gz
License:        MIT
Group:          Development/Python
BuildRequires:  python3egg(setuptools)
BuildRequires:  pkgconfig(python3)

%description
Create functions that efficiently compute the Cyclic Redundancy Check 
(CRC) using table lookup.

Features:

    * Create Python functions for computing the CRC. If the optional 
      extension module is installed, the calculations are preformed 
      using fast C code.
    * Create instances of the Crc class that support the interface 
      used by the md5 and sha modules in the Python standard library.
    * Generate C/C++ code that can be incorporated in another project.
    * Any generator polynomial producing 8, 16, 32, or 64 bit CRCs is 
      allowed.
    * Forward and bit-reverse algorithms are supported.

%prep
%setup -q -n %{oname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}


%files
%doc README changelog
%{py3_platsitedir}/%{oname}
%{py3_platsitedir}/%{oname}-%{version}-*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-3
+ Revision: 4229513
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6541 |14cr|python3-d2to1-0.2.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	d2to1

Name:		python3-%{oname}
Version:	0.2.11
Release:	3
Summary:	Allows using distutils2-like setup.cfg files with setup.py
Source0:	https://pypi.python.org/packages/source/d/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD 
Group:		Development/Python
Url:		http://pypi.python.org/pypi/d2to1
BuildArch:	noarch
BuildRequires:	python3egg(setuptools)
BuildRequires:  pkgconfig(python3)

Requires:       python3egg(setuptools)

BuildArch: noarch

%description
d2to1 allows using distutils2-like setup.cfg files for a package's metadata 
with a distribute/setuptools setup.py script. It works by providing a 
distutils2-formatted setup.cfg file containing all of a package's metadata, 
and a very minimal setup.py which will slurp its arguments from the setup.cfg.

%prep
%setup -q -n %{oname}-%{version}
rm -rf %{oname}.egg-info
find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root %{buildroot}

%files
%doc CHANGES.rst LICENSE README.rst 
%{py3_puresitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.11-3
+ Revision: a92561c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6542 |14cr|python3-fixtures-0.3.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fixtures

Name:           python3-%{oname}
Version:        0.3.14
Release:        3
Summary:        Fixtures, reusable state for writing clean tests and more
Group:          Development/Python
License:        ASL 2.0 or BSD
URL:            https://launchpad.net/python-fixtures
Source0:        http://pypi.python.org/packages/source/f/%{oname}/%{oname}-%{version}.tar.gz


BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)

Requires: python3egg(setuptools)

BuildArch:      noarch

%description
Fixtures defines a Python contract for reusable state / support logic,
primarily for unit testing. Helper and adaption logic is included to
make it easy to write your own fixtures using the fixtures contract.
Glue code is provided that makes using fixtures that meet the Fixtures
contract in unittest compatible test cases easy and straight forward.

%prep
%setup -q -n %{oname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root %{buildroot}


%files 
%doc README GOALS NEWS Apache-2.0 BSD COPYING
%{py3_puresitedir}/%{oname}
%{py3_puresitedir}/%{oname}-%{version}-py?.?.egg-info














%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.14-3
+ Revision: 3b34aff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6543 |14cr|python3-iso8601-0.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	iso8601
%define	tarname iso-8601

Name:		python3-%{oname}
Version:	0.2.4
Release:	3
Summary:	Simple module to parse ISO 8601 dates
Source0:	http://pypi.python.org/packages/source/i/%{oname}/%{tarname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		https://bitbucket.org/micktwomey/pyiso8601
BuildArch:	noarch

BuildRequires:	python3egg(setuptools)
BuildRequires:	pkgconfig(python3)

%description
This module parses the most common 
forms of ISO 8601 date strings.

%prep
%setup -qn %{tarname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py3_puresitedir}/iso8601/*.py*
%{py3_puresitedir}/iso_8601-0.2.4-py*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-3
+ Revision: b71ee50
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6544 |14cr|python3-jsonschema-2.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	jsonschema

Name:		python3-%{oname}
Version:	2.3.0
Release:	4
Summary:	An implementation of JSON Schema validation for Python
Source0:	http://pypi.python.org/packages/source/j/%{oname}/%{oname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://github.com/Julian/jsonschema
BuildArch:	noarch
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(nose)
BuildRequires:  python3egg(mock)


%description
jsonschema is JSON Schema validator currently based on
http://tools.ietf.org/html/draft-zyp-json-schema-03

%prep
%setup -q -n %{oname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}

#%check
#%{_bindir}/nosetests-3* -v

%files
%doc CHANGELOG.rst COPYING README.rst
%{py3_puresitedir}/jsonschema/*.py*
%{py3_puresitedir}/jsonschema/tests/*.py*
%{py3_puresitedir}/jsonschema*.egg-info
%{py3_puresitedir}/jsonschema/schemas/draft*.json
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.0-4
+ Revision: 695dd83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6545 |14cr|python3-mock-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	mock

Name:		python3-%{oname}
Version:	1.0.1
Release:	3
Summary:	A Python Mocking and Patching Library for Testing
Source0:	http://pypi.python.org/packages/source/m/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://www.voidspace.org.uk/python/mock/
BuildArch:	noarch
BuildRequires:	python3egg(setuptools)
BuildRequires:	pkgconfig(python3)


%description
mock is a library for testing in Python. It allows you to replace parts of
your system under test with mock objects and make assertions about how they
have been used.

mock is now part of the Python standard library, available as `unittest.mock
<http://docs.python.org/py3k/library/unittest.mock.html#module-unittest.mock>`
in Python 3.3 onwards.

mock provides a core `MagicMock` class removing the need to create a host of
stubs throughout your test suite. After performing an action, you can make
assertions about which methods / attributes were used and arguments they were
called with. You can also specify return values and set needed attributes in
the normal way.

mock is tested on Python versions 2.4-2.7 and Python 3. mock is also tested
with the latest versions of Jython and pypy.

The mock module also provides utility functions / objects to assist with
testing, particularly monkey patching.


%prep
%setup -q -n %{oname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}


%files
%doc *.txt docs/*.txt
%{py3_puresitedir}/mock.py*
%{py3_puresitedir}/mock*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-3
+ Revision: 66292dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6546 |14cr|python3-nose-cover3-0.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nose-cover3

Name:           python3-%{oname}
Version:        0.1.0
Release:        1
Summary:        Coverage 3.x support for Nose
Group:		Development/Python
License:        LGPLv2+
URL:            http://pypi.python.org/pypi/nose-cover3/0.1.0
Source0:        http://pypi.python.org/packages/source/n/nose-cover3/nose-cover3-0.1.0.tar.gz
BuildArch:      noarch

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)

%description
Coverage 3.x support for Nose.


%prep
%setup -qn %{oname}-%{version}
# Remove bundled egg-info
rm -rf %{oname}.egg-info

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root %{buildroot}


%files 
%doc README.rst LICENSE
%{py3_puresitedir}/*


%changelog
* Wed Jun 25 2014 abfonly <abfonly@gmail.com> 0.1.0-1
+ Revision: e8ef935
- Updated python-nose-cover3.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6547 |14cr|python3-nose-cover3-0.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nose-cover3

Name:           python3-%{oname}
Version:        0.1.0
Release:        2
Summary:        Coverage 3.x support for Nose
Group:		Development/Python
License:        LGPLv2+
URL:            http://pypi.python.org/pypi/nose-cover3/0.1.0
Source0:        http://pypi.python.org/packages/source/n/nose-cover3/nose-cover3-0.1.0.tar.gz
BuildArch:      noarch

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)

%description
Coverage 3.x support for Nose.


%prep
%setup -qn %{oname}-%{version}
# Remove bundled egg-info
rm -rf %{oname}.egg-info

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root %{buildroot}


%files 
%doc README.rst LICENSE
%{py3_puresitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-2
+ Revision: fd0d533
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6548 |14cr|python3-pbr-0.5.23-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pbr

Name:		python3-%{oname}
Version:	0.5.23
Release:	3
Summary:	Python Build Reasonableness
Source0:	https://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.gz
License:	Apache Software License
Group:		Development/Python
Url:		http://pypi.python.org/pypi/pbr

BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
BuildRequires:	pythonegg(sphinx)
BuildRequires:  python3egg(d2to1)

Requires:	python3egg(pip) 

BuildArch:	noarch

%description
Introduction
============

PBR is a library that injects some useful and sensible default behaviors
into your setuptools run. It started off life as the chunks of code that
were copied between all of the OpenStack projects. Around the time that
OpenStack hit 18 different projects each with at least 3 active branches,
it seems like a good time to make that code into a proper re-usable library.

PBR is only mildly configurable. The basic idea is that there's a decent
way to run things and if you do, you should reap the rewards, because then
it's simple and repeatable. If you want to do things differently, cool! But
you've already got the power of python at your fingertips, so you don't
really need PBR.

PBR builds on top of the work that `d2to1` started to provide for declarative
configuration. `d2to1` is itself an implementation of the ideas behind
`distutils2`. Although `distutils2` is now abandoned in favor of work towards
PEP 426 and Metadata 2.0, declarative config is still a great idea and
specifically important in trying to distribute setup code as a library
when that library itself will alter how the setup is processed. As Metadata
2.0 and other modern Python packaging PEPs come out, `pbr` aims to support
them as quickly as possible.



%prep
%setup -q -n %{oname}-%{version}
# no test, missing deps for testing
rm -rf {test-,}requirements.txt
#remove bundled
rm -rf %{oname}.egg-info


%build
python3 setup.py build

# build docs and clean after sphinx
sphinx-build doc/source html
rm -rf html/.{doctrees,buildinfo}


%install
python3 setup.py install --root=%{buildroot}

%files
%doc html README.rst LICENSE
%{py3_puresitedir}/%{oname}-%{version}-py?.?.egg-info
%{py3_puresitedir}/%{oname}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.23-3
+ Revision: 431dd7f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6549 |14cr|python3-pep8-1.5.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define	debug_package %{nil}
%define oname pep8

Name:           python3-%{oname}
Version:        1.5.6
Release:        3
Summary:        Python3 style guide checker

Group:          Development/Other
License:        MIT
URL:            https://github.com/jcrocholl/pep8
Source0:        https://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  pythonegg(sphinx)
Requires:       python3egg(setuptools)


%description
pep8 is a tool to check your Python code against some of the style conventions
in PEP 8. It has a plug-in architecture, making new checks easy, and its output
is parse-able, making it easy to jump to an error location in your editor.

%prep
%setup -qn %{oname}-%{version}

%build
python3 setup.py build
cd docs 
make man
cd ..
%install
python3 setup.py install  --prefix=/usr --root %{buildroot}
install -Dm644  docs/_build/man/%{oname}.1 %{buildroot}%{_mandir}/man1/python3-%{oname}*
chmod +x %{buildroot}%{python3_sitelib}/pep8.py

%files
%doc CHANGES.txt 
%{_bindir}/pep8
%{py3_puresitedir}/*
%{_mandir}/man1/python3-%{oname}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.6-3
+ Revision: fb6d5df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6550 |14cr|python3-sendfile-2.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pysendfile
%define	module	sendfile

Name:		python3-%{module}
Version:	2.0.0
Release:	3
Summary:	A Python3 interface to sendfile(2)
Source0:	http://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://code.google.com/p/pysendfile/
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)

%description
sendfile(2) is a system call which provides a 
"zero-copy" way of copying data
from one file descriptor to another (a socket). 
The phrase "zero-copy" refers
to the fact that all of the copying of data 
between the two descriptors is done
entirely by the kernel, with no copying of data 
into user-space buffers. 
This is particularly useful when 
sending a file over a socket (e.g. FTP). 

%prep
%setup -q -n %{oname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}

%check
PYTHONPATH="%{buildroot}%{py3_platsitedir}" python3 test/test_sendfile.py

%files
%doc README
%{py3_platsitedir}/sendfile.cpython-34m.so
%{py3_platsitedir}/pysendfile*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-3
+ Revision: 85d9553
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6551 |14cr|python3-sip-4.16.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# extracted from sip.h, SIP_API_MAJOR_NR SIP_API_MINOR_NR defines
%define sip_api_major 11
%define sip_api_minor 1
%define sip_api       %{sip_api_major}.%{sip_api_minor}

Name:		python3-sip
Summary:	Riverbanks's python sip
Version:	4.16.1
Release:	2
Group:		Development/Python
URL:		http://www.riverbankcomputing.co.uk/software/sip/intro
Source0:	http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{version}.tar.gz
License:	GPLv2+
BuildRequires:	bzip2-devel
BuildRequires:	python3-devel
Conflicts:	python-sip
Provides:	python3-sip-api(%{sip_api_major}) = %{sip_api}

%description
SIP is a tool that makes it very easy to create Python bindings for C and C++
libraries. It was originally developed to create PyQt, the Python bindings for
the Qt toolkit, but can be used to create bindings for any C or C++ library.

%files 
%{py3_platsitedir}/s*

%package -n python3-sip-devel
Summary: Files needed to generate Python 3 bindings for any C++ class library
Group: Development/Python
Requires: python3-sip = %{EVRD}
Requires: python3-devel

%description -n python3-sip-devel
This package contains files needed to generate Python 3 bindings for any C++
classes library.

%files -n python3-sip-devel
%{_bindir}/sip
%{py3_incdir}/*
%{_sysconfdir}/rpm/macros.d/sip.macros


#------------------------------------------------------------

%prep
%setup -q -n sip-%{version}

export real_api_major=`grep SIP_API_MAJOR_NR siplib/sip.h.in|head -n1|awk -F' ' '{print $3}'`
export real_api_minor=`grep SIP_API_MINOR_NR siplib/sip.h.in|head -n1|awk -F' ' '{print $3}'`
if [ $real_api_major -ne %{sip_api_major} ]; then
    echo 'Wrong spi major specified: Should be' $real_api_major ', but set' %{sip_api_major}
    exit 1
fi
if [ $real_api_minor -ne %{sip_api_minor} ]; then
    echo 'Wrong spi minor specified: Should be' $real_api_minor ', but set' %{sip_api_minor}
    exit 1
fi

%build

#  Don't use X11R6 prefix for includes neither libraries by default.
for file in specs/linux-*; do
    perl -p -i -e "s@/X11R6/@/@g" $file
done

%{__python3} configure.py
%define _disable_ld_no_undefined 1
%make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" LIBS="%{?ldflags} -lpython%{py3_ver}"

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d/
cat > %{buildroot}%{_sysconfdir}/rpm/macros.d/sip.macros << EOF
# extracted from sip.h, SIP_API_MAJOR_NR SIP_API_MINOR_NR defines
%%sip_api_major %{sip_api_major}
%%sip_api_minor %{sip_api_minor}
%%sip_api       %{sip_api_major}.%{sip_api_minor}
EOF

%changelog
* Mon Aug 04 2014 abfonly <abfonly@gmail.com> 4.16.1-2
+ Revision: 5701dde
- Updated python3-sip.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6552 |14cr|python3-stevedore-0.15-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stevedore

Name:           python3-%{oname}
Version:        0.15
Release:        3
Summary:        Manage dynamic plugins for Python applications
Group:          Development/Python
License:        ASL 2.0
URL:            https://github.com/dreamhost/%{oname}
Source0:        http://pypi.python.org/packages/source/s/%{oname}/%{oname}-%{version}.tar.gz

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3egg(pbr)
BuildRequires:  python3egg(nose)
BuildRequires:  python3egg(mock)

Requires:       python3egg(setuptools)

BuildArch:      noarch

%description 
Manage dynamic plugins for Python applications.

%prep
%setup -qn %{oname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root=%{buildroot}

%check
PYTHONPATH=. nosetests-%{python3_version}



%files 
%doc README.rst LICENSE
%{py3_puresitedir}/%{oname}
%{py3_puresitedir}/%{oname}-%{version}-py?.?.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15-3
+ Revision: 6778306
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6553 |14cr|python3-unittest2-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname unittest2



Name:           python3-%{oname}
Version:        0.5.1
Release:        2
Url:            http://pypi.python.org/pypi/unittest2
Summary:        Backport ofunittest2 to Python3
License:        BSD
Group:          Development/Python
Source:         http://pypi.python.org/packages/source/u/unittest2py3k/%{oname}py3k-%{version}.tar.gz
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
Requires:       python3
BuildArch:	noarch



%description
unittest2 is a backport of the new features added to the unittest
testing framework in Python 2.7. It has been tested to on Python 2.4 -
2.6.

To use unittest2 instead of unittest simply replace ``import
unittest`` with ``import unittest2``.

Classes in unittest2 derive from the equivalent classes in unittest,
so it should be possible to use the unittest2 test running infra-
structure without having to switch all your tests to using unittest2
immediately. Similarly, you can use the new assert methods on
``unittest2.TestCase`` with the standard unittest test running
infrastructure. Not all of the new features in unittest2 will work
with the standard unittest test loaders and runners, however.
This is python3 module.

%prep
%setup -qn %{oname}py3k-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

# rename py3 binaries for coexsistance
mv %{buildroot}%{_bindir}/unit2 %{buildroot}%{_bindir}/unit2-python%{py3_ver}
mv %{buildroot}%{_bindir}/unit2.py %{buildroot}%{_bindir}/unit2-python%{py3_ver}.py


%files
%doc README.txt
%{_bindir}/unit2-python%{py3_ver}*
%{_bindir}/unit2-3.4
%{py3_puresitedir}/unittest2/
%{py3_puresitedir}/unittest2py3k-%{version}-py%{py3_ver}.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
+ Revision: f119ac1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6554 |14cr|python3-zope.hookable-4.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.hookable

Name:		python3-%{oname}
Version:	4.0.1
Release:	3
Summary:	Zope hookable
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://svn.zope.org/zope.hookable
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)

%description
``zope.hookable``
=================

Overview
--------

Hookable object support.

Support the efficient creation of hookable objects, which are callable objects
that are meant to be replaced by other callables, at least optionally.

The idea is you create a function that does some default thing and make it
hookable. Later, someone can modify what it does by calling its sethook method
and changing its implementation.  All users of the function, including those
that imported it, will see the change.


%prep
%setup -q -n %{oname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}

%check
python3 setup.py test

%files
%doc README.txt
%{py3_platsitedir}/zope.hookable-4.0.1-py*-nspkg.pth
%{py3_platsitedir}/zope/hookable/_zope_hookable.c
%{py3_platsitedir}/zope/hookable/*.py*
%{py3_platsitedir}/zope/hookable/_zope_hookable.cpython-34m.so
%{py3_platsitedir}/zope/hookable/tests/*.py*
%{py3_platsitedir}/zope.hookable*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.1-3
+ Revision: 5eae965
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6555 |14cr|python-alsaaudio-0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname		pyalsaaudio

Summary:	ALSA wrapper for Python
Name:		python-alsaaudio
Version:	0.7
Release:	2
Source0:	http://downloads.sourceforge.net/%{fname}/%{fname}-%{version}.tar.gz
Patch0:		pyalsaaudio-0.7_linkage.patch
License:	Python
URL:		http://sourceforge.net/projects/pyalsaaudio/
Group:		Development/Python
BuildRequires:	python-devel
BuildRequires:	pkgconfig(alsa)

%description
The goal of this project is to provide a functionality complete Python
wrapper for ALSA. Currently PCM playback and capture, as well as the
mixer API is supported.

%prep
%setup -q -n %{fname}-%{version}
%patch0 -p1

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE CHANGES README TODO
%{py_platsitedir}/alsaaudio.so
%{py_platsitedir}/%{fname}-%{version}-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-2
+ Revision: 436e6a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6556 |14cr|python-amqp-1.4.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define oname amqp
Name:           python-%{oname}
Version:        1.4.5
Release:        3
Summary:        Low-level AMQP client for Python (fork of amqplib)
Group:          Development/Python
License:        LGPLv2+
URL:            http://pypi.python.org/pypi/amqp
Source0:        http://pypi.python.org/packages/source/a/amqp/amqp-%{version}.tar.gz
BuildArch:      noarch

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(nose)
BuildRequires:  pythonegg(sphinx) >= 0.8

%description
Low-level AMQP client for Python

This is a fork of amqplib, maintained by the Celery project.

This library should be API compatible with librabbitmq.


%package -n python3-%{oname}
Summary:        Client library for AMQP


BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3egg(nose)

%description -n python3-%{oname}
Low-level AMQP client for Python
This is a fork of amqplib, maintained by the Celery project.
This library should be API compatible with librabbitmq.

%prep
%setup -q -n %{oname}-%{version}
mkdir -p python3
cp -a {amqp,amqp.egg-info,Changelog,demo,docs,extra,funtests,LICENSE,MANIFEST.in,PKG-INFO,README.rst,requirements,setup.cfg,setup.py} python3

%build
python setup.py build

pushd python3
python3 setup.py build
popd

%install
python setup.py install --skip-build --root %{buildroot}

pushd python3
python3 setup.py install --skip-build --root %{buildroot}
popd

export PYTHONPATH="$( pwd ):$PYTHONPATH"
chmod -x demo/*.py

pushd docs
sed -i s/^extensions/disable_extensions/ conf.py
SPHINX_DEBUG=1 sphinx-build -b html . build/html
rm -rf build/html/.doctrees build/html/.buildinfo
popd


%files
%doc Changelog LICENSE README.rst
%{py_puresitedir}/%{oname}/
%{py_puresitedir}/%{oname}*.egg-info


%files -n python3-%{oname}
%doc Changelog LICENSE README.rst
%{py3_puresitedir}/%{oname}/
%{py3_puresitedir}/%{oname}*.egg-info

%package doc
Summary:        Documentation for python-amqp
Group:          Books/Computer books
License:        LGPLv2+
Requires:       %{name} = %{version}-%{release}

%description doc
Documentation for python-amqp

%files doc
%doc LICENSE demo/
%doc docs/build/html docs/reference


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.5-3
+ Revision: 5531b06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6557 |14cr|python-amqplib-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  amqplib

Summary:    Python AMQP (Advanced Message Queuing Protocol) client library
Name:       python-%{module}
Version:    1.0.2
Release:    4
Source0:    https://pypi.python.org/packages/source/a/amqplib/amqplib-%{version}.tgz
License:    LGPLv2.1
Group:      Development/Python
Url:        http://code.google.com/p/py-amqplib/
BuildArch:  noarch
BuildRequires:  python-devel
BuildRequires:  python-nose
BuildRequires:  python3-devel

%description
amqplib is a Python client library that supports the 0-8 AMQP
(Advanced Message-Queuing Protocol) spec.

%package -n python3-amqplib
Summary:        Python AMQP (Advanced Message Queuing Protocol) client library
Group:          Development/Python
BuildRequires:  python-devel
Requires:       python3
 
%description -n python3-amqplib
amqplib is a Python client library that supports the 0-8 AMQP
(Advanced Message-Queuing Protocol) spec.

%prep
%setup -q -c

mv %{module}-%{version} python2
cp -r python2 python3

%build
pushd python2
%{__python} setup.py build
popd

pushd python3
%{__python3} setup.py build
popd

%install
pushd python2
%{__python} setup.py install --root=%{buildroot} 
popd

pushd python3
%{__python3} setup.py install --root=%{buildroot}
popd

%files -n python-amqplib
%doc python2/README 
%{python_sitelib}/amqplib/*
%{python_sitelib}/*.egg-info

%files -n python3-amqplib
%doc python3/README
%{python3_sitelib}/amqplib/*
%{python3_sitelib}/*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-4
+ Revision: 59badc8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6558 |14cr|python-anyjson-0.3.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  anyjson

Summary:    Python wrapper for JSON implementations
Name:       python-%{module}
Version:    0.3.3
Release:    5
Source0:    http://pypi.python.org/packages/source/a/anyjson/anyjson-%{version}.tar.gz
License:    BSD
Group:      Development/Python
Url:        http://bitbucket.org/runeh/anyjson
Suggests:   python-json
Suggests:   python-cjson
Suggests:   python-simplejson
BuildRequires:  python-devel
BuildRequires:  python3-devel
BuildRequires:	python-distribute
BuildRequires:	python3-distribute
BuildArch: noarch

%description
Anyjson loads whichever is the fastest JSON module installed and provides
a uniform API regardless of which JSON implementation is used.

Originally part of carrot (http://github.com/ask/carrot/)

%package -n python3-anyjson
Summary:        Python wrapper for JSON implementations
Group:          Development/Python
Requires:       python3
 
%description -n python3-anyjson
Anyjson loads whichever is the fastest JSON module installed and provides
a uniform API regardless of which JSON implementation is used.

Originally part of carrot (http://github.com/ask/carrot/)

%prep
%setup -q -c

mv %{module}-%{version} python2
cp -r python2 python3

%build
pushd python2
%{__python} setup.py build
popd

pushd python3
%{__python3} setup.py build
popd

%install
pushd python2
%{__python} setup.py install --root=%{buildroot} 
popd

pushd python3
%{__python3} setup.py install --root=%{buildroot}
popd

%files -n python-anyjson
%doc python2/README 
%{py_puresitedir}/*.egg-info
%{py_puresitedir}/%{module}

%files -n python3-anyjson
%doc python3/README
%{py3_puresitedir}/*.egg-info
%{py3_puresitedir}/%{module}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-5
+ Revision: 0ef0cbd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6559 |14cr|python-apptools-4.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	apptools
%define rel		1
%if %mdkversion < 201100
%else
%endif

Summary: 	Enthought Tool Suite - Application Tools
Name: 	 	python-%{module}
Version: 	4.2.1
Release: 	2
Source0: 	http://www.enthought.com/repo/ets/apptools-%{version}.tar.gz
License: 	BSD
Group: 	 	Development/Python
Url: 	 	https://github.com/enthought/apptools/
BuildArch: 	noarch
Obsoletes:	python-enthought-apptools
Requires:  	python-configobj
Requires:  	python-traitsui >= 4.2.0
Requires:  	python-numpy >= 1.1.0
BuildRequires: 	python-setuptools >= 0.6c8
BuildRequires: 	python-setupdocs >= 1.0.5 
BuildRequires:	python-sphinx

%description
The apptools project includes a set of packages that Enthought has found
useful in creating a number of applications. They implement functionality
that is commonly needed by many applications.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build
%__python setup.py build_docs

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean

%files 
%doc *.txt *.rst examples/ build/docs/html/
%{py_puresitedir}/%{module}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.1-2
+ Revision: d788110
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6560 |14cr|python-apsw-3.7.17.r1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sqlite_version 3.7.17
%define uprel 1
%define pkg_version %{sqlite_version}-r%{uprel}

%define __noautoprov 'apsw.so'

Name:           python-apsw
Version:        3.7.17.r1
Release:        2
Summary:        Another Python SQLite Wrapper
Source0:        http://apsw.googlecode.com/files/apsw-3.7.17-r1.zip
URL:            http://code.google.com/p/apsw/
Group:          Development/Python
License:        zlib/libpng License
BuildRequires:  sqlite3-devel >= %{sqlite_version}
BuildRequires:  python-devel

%description
APSW is a Python wrapper for the SQLite embedded relational database
engine. In contrast to other wrappers such as pysqlite it focuses on
being a minimal layer over SQLite attempting just to translate the
complete SQLite API into Python.

%package doc
Summary:        Another Python SQLite Wrapper - Documentation
Group:          Development/Python
License:        zlib/libpng License
BuildArch:      noarch

%description doc
APSW is a Python wrapper for the SQLite embedded relational database
engine. In contrast to other wrappers such as pysqlite it focuses on
being a minimal layer over SQLite attempting just to translate the
complete SQLite API into Python.

%prep
%setup -q -n "apsw-%{pkg_version}"

%build
CFLAGS="%{optflags} -fno-strict-aliasing" \
%__python ./setup.py build

%install
%__python ./setup.py install \
    --prefix="%{_prefix}" \
    --root="%{buildroot}"

%__rm doc/.buildinfo

%files
%{py_platsitedir}/*

%files doc
%doc doc/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.17.r1-2
+ Revision: b42ae47
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6561 |14cr|python-archmage-0.2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname	archmage
%define debug_package %{nil}

Summary: CHM(Compiled HTML) Decompressor
Name:    python-%{realname}
Epoch:   1
Version: 0.2.4
Release: 4
Source0: %{realname}-%{version}.tar.bz2
License: GPL
Group:   Development/Python
Url:     http://archmage.sf.net/
BuildRequires:	python-devel

%description
arCHMage - extensible reader/decompiler of files in CHM format 
(Microsoft HTML help, also known as Compiled HTML).
arCHMage is based on chmlib by Jed Wing and is written in python 

%prep
%setup -q -n %{realname}-%{version}

%build
env CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%config %{_sysconfdir}/archmage/arch.conf
%{_bindir}/*
%{python_sitelib}/*.egg-info
%{python_sitelib}/archmod
%{_datadir}/archmage
%{_mandir}/man1/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.2.4-4
+ Revision: efac595
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6562 |14cr|python-argparse-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	argparse
%define name	python-%{module}
%define version 1.2.1
%define release 2

Summary:	A Python command line parser inspired by optparse
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://argparse.googlecode.com/files/%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://argparse.python-hosting.com/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	python >= 2.3
BuildRequires:	python-devel >= 2.3, python-setuptools
BuildArch:	noarch

%description
The argparse module makes writing command line tools in Python easy.
Just briefly describe your command line interface and argparse will
take care of the rest, including:

* parsing the arguments and flags from ``sys.argv``
* converting arg strings into objects for your program
* formatting and printing any help messages
* and much more ... 

For those familiar with the optparse module from the Python standard
library, argparse improves on this module in a number of ways,
including:

* handling positional arguments
* supporting sub-commands
* allowing alternative option prefixes like ``+`` and ``/``
* handling zero-or-more and one-or-more style arguments
* producing more informative usage messages
* providing a much simpler interface for custom types and actions

%prep
%setup -q -n %{module}-%{version}

%install
%__rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot} --record=FILE_LIST
%__chmod -R og-w *.txt doc/

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc *.txt doc/*
%py_puresitedir/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-2
+ Revision: d24a258
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6563 |14cr|python-astroid-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	astroid
%define __noautoreqfiles py2.5.egg

Name:		python-%{oname}
Version:	1.0.1
Release:	2
Summary:	rebuild a new abstract syntax tree from Python's ast
Source0:	https://pypi.python.org/packages/source/a/%{oname}/%{oname}-%{version}.tar.gz
License:	LGPLv2+ 
Group:		Development/Python
Url:		http://bitbucket.org/logilab/astroid
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
Requires:	pythonegg(logilab-common) >= 0.60.0

%description
Astroid
=======

What's this?
------------

The aim of this module is to provide a common base representation of
python source code for projects such as pychecker, pyreverse,
pylint... Well, actually the development of this library is essentially
governed by pylint's needs. It used to be called logilab-astng.

It provides a compatible representation which comes from the `_ast`
module.  It rebuilds the tree generated by the builtin _ast module by
recursively walking down the AST and building an extended ast. The new
node classes have additional methods and attributes for different
usages.  They include some support for static inference and local name
scopes.  Furthermore, astroid builds partial trees by inspecting living
objects.

Main modules are:

* `bases`, `node_classses` and `scoped_nodes` contain the classes for the
  different type of nodes of the tree.

* the `manager` contains a high level object to get astroid trees from
  source files and living objects. It maintains a cache of previously
  constructed tree for quick access.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc ChangeLog
%doc README
%doc README.Python3
%{py_puresitedir}/%{oname}/*.py*
%{py_puresitedir}/%{oname}/test/*.py*
%{py_puresitedir}/%{oname}/test/data/*.py*
%{py_puresitedir}/%{oname}/test/data/SSL1/*.py*
%{py_puresitedir}/%{oname}/test/data/appl/*.py*
%{py_puresitedir}/%{oname}/test/data2/*.py*
%{py_puresitedir}/%{oname}*.egg-info
%{py_puresitedir}/%{oname}/brain/py2gi.py
%{py_puresitedir}/%{oname}/brain/py2mechanize.py
%{py_puresitedir}/%{oname}/brain/py2qt4.py
%{py_puresitedir}/%{oname}/brain/py2stdlib.py
%{py_puresitedir}/%{oname}/test/data/MyPyPa-0.1.0-py2.5.egg
%{py_puresitedir}/%{oname}/test/data/MyPyPa-0.1.0-py2.5.zip
%{py_puresitedir}/%{oname}/test/regrtest_data/absimp/__init__.py
%{py_puresitedir}/%{oname}/test/regrtest_data/absimp/sidepackage/__init__.py
%{py_puresitedir}/%{oname}/test/regrtest_data/absimp/string.py
%{py_puresitedir}/%{oname}/test/regrtest_data/descriptor_crash.py
%{py_puresitedir}/%{oname}/test/regrtest_data/package/__init__.py
%{py_puresitedir}/%{oname}/test/regrtest_data/package/absimport.py
%{py_puresitedir}/%{oname}/test/regrtest_data/package/hello.py
%{py_puresitedir}/%{oname}/test/regrtest_data/package/import_package_subpackage_module.py
%{py_puresitedir}/%{oname}/test/regrtest_data/package/subpackage/__init__.py
%{py_puresitedir}/%{oname}/test/regrtest_data/package/subpackage/module.py
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: f9f6fed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6564 |14cr|python-async-0.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name async
%define debug_package %{nil}

Name: 		python-%{upstream_name}
Version: 	0.6.1
Release: 	3
Summary: 	Async Framework
License:	BSD
Group: 		Development/Python
Url: 		http://pypi.python.org/pypi/async
Source0: 	http://pypi.python.org/packages/source/a/async/async-%{version}.tar.gz
BuildRequires:  python-distribute

%description
Async is a framework to process interdependent tasks in a pool of workers.

%prep
%setup -q -n %{upstream_name}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS README
%{py_platsitedir}/async
%{py_platsitedir}/async-%{version}-py%{py_ver}.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-3
+ Revision: e9770e2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6565 |14cr|python-atom-0.3.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	atom

Name:		python-%{oname}
Version:	0.3.7
Release:	2
Summary:	Memory efficient Python objects
Source0:	http://pypi.python.org/packages/source/a/%{oname}/%{oname}-%{version}.tar.gz
License:	Modified BSD
Group:		Development/Python
Url:		https://github.com/nucleic/atom
BuildRequires:	python-devel
BuildRequires:	pythonegg(setuptools)

%description
Welcome to Atom
===============

Atom is a framework for creating memory efficient Python objects with enhanced
features such as dynamic initialization, validation, and change notification
for object attributes. It provides the default model binding behaviour for the
`Enaml <http://nucleic.github.io/enaml/docs>`_ UI framework.


%prep
%setup -qn %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc COPYING.txt README.rst releasenotes.rst
%{py_platsitedir}/atom/*.py*
%{py_platsitedir}/atom/catom.so
%{py_platsitedir}/atom/datastructures/*.py*
%{py_platsitedir}/atom/datastructures/sortedmap.so
%{py_platsitedir}/atom/tests/*.py*
%{py_platsitedir}/atom*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.7-2
+ Revision: f999daf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6566 |14cr|python-augeas-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-augeas
Version:	0.5.0
Release:	1
Summary:	Python bindings to augeas
Group:		Development/Python
License:	LGPLv2+
Url:		http://augeas.net/
Source0:	https://fedorahosted.org/released/python-augeas/%{name}-%{version}.tar.gz
BuildArch:	noarch
Requires:	pkgconfig(augeas)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)

%description
python-augeas is a set of Python bindings around augeas.

%prep
%setup -q


%build
# Remove CFLAGS=... for noarch packages (unneeded)
CFLAGS="%{optflags}" python setup.py build_ext -i
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install -O1 --skip-build --root=%{buildroot}

 
%clean

%files
%doc COPYING AUTHORS README.txt
%{py_puresitedir}/augeas.py*
%{py_puresitedir}/*augeas*.egg-info

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-1
+ Revision: 80a2862
- Updated to 0.5.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6567 |14cr|python-babel-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Babel
%define debug_package %{nil}

Summary:	Internationalization utilities for Python
Name:		python-babel
Version:	1.3
Release:	3
Source0:	https://pypi.python.org/packages/source/B/Babel/%{tarname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://babel.edgewall.org/
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(pytz)

Requires:	pythonegg(pytz)

%description
Babel is a Python library that provides an integrated collection of
utilities that assist with internationalizing and localizing Python
applications (in particular web-based applications.)


%prep
%setup -qn %{tarname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files -n python-babel 
%{_bindir}/pybabel
%doc docs/
%{python_sitelib}/babel
%{python_sitelib}/*.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-3
+ Revision: 94c5b9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6568 |14cr|python-bcrypt-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname py-bcrypt
%define name	python-bcrypt
%define version 0.4
%define release 2

Summary:	Python implementation of Blowfish password hashing algorithm
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://py-bcrypt.googlecode.com/files/%{tarname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://code.google.com/p/py-bcrypt/
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(nose)

%description
py-bcrypt is an implementation the OpenBSD Blowfish password hashing
algorithm, as described in "A Future-Adaptable Password Scheme" by
Niels Provos and David Mazieres.

This system hashes passwords using a version of Bruce Schneier's
Blowfish block cipher with modifications designed to raise the cost of
off-line password cracking. The computation cost of the algorithm is
parametised, so it can be increased as computers get faster.

%prep
%setup -q -n %{tarname}-%{version}

%build
python setup.py build

%install

python setup.py install --root=%{buildroot} --record=FILE_LIST

%check
pushd test
export PYTHONPATH=`dir -d ../build/lib.linux*`
nosetests
popd

%files 
%doc README TODO
%{py_platsitedir}/bcrypt/*.py*
%{py_platsitedir}/bcrypt/_bcrypt.so
%{py_platsitedir}/py_bcrypt*.egg-info





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-2
+ Revision: 982c6a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6569 |14cr|python-beautifulsoup4-4.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	beautifulsoup4
  
Name:		python-%{oname}
Version:	4.3.2
Release:	3
Summary:	The Screen-Scraper's Friend 
Group:		Development/Python
License:	MIT
URL:		http://www.crummy.com/software/BeautifulSoup 
Source0:	http://www.crummy.com/software/BeautifulSoup/bs4/download/4.3/%{oname}-%{version}.tar.gz
BuildArch:	noarch 
#  pkgconfig and pythonegg style are more handy
# python2
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
#python3
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)

Requires:       python(abi) = 2.7


%description 
The BeautifulSoup class turns arbitrarily bad HTML into a tree-like 
nested tag-soup list of Tag objects and text snippets. A Tag object 
corresponds to an HTML tag.  It knows about the HTML tag's attributes, 
and contains a representation of everything contained between the 
original tag and its closing tag (if any). It's easy to extract Tags 
that meet certain criteria. 

%package -n python3-%{oname}
Summary:        The Screen-Scraper's Friend 
Group:          Development/Python
Requires:       python(abi) = %{py3_ver}
 
%description -n python3-%{oname}
The BeautifulSoup class turns arbitrarily bad HTML into a tree-like 
nested tag-soup list of Tag objects and text snippets. A Tag object 
corresponds to an HTML tag.  It knows about the HTML tag's attributes, 
and contains a representation of everything contained between the 
original tag and its closing tag (if any). It's easy to extract Tags 
that meet certain criteria. 
  
%prep
%setup -q -c
mv %{oname}-%{version} python2
cp -r python2 python3

%build
pushd python2
python setup.py build
popd

pushd python3
python3 setup.py build
popd


%install 
pushd python2
python setup.py install --root=%{buildroot}
iconv -f iso8859-1 -t utf-8 AUTHORS.txt > AUTHORS.txt.conv \
  && mv -f AUTHORS.txt.conv AUTHORS.txt
popd

pushd python3
python3 setup.py install --root=%{buildroot}
iconv -f iso8859-1 -t utf-8 AUTHORS.txt > AUTHORS.txt.conv \
  && mv -f AUTHORS.txt.conv AUTHORS.txt
popd 


%check
# scam for some tests failed in py3
pushd python2
python -m unittest discover -s bs4 || :
popd 

pushd python3
python3 -m unittest discover -s bs4 || :
popd



%files
%doc python2/*.txt
%{py_puresitedir}/bs4/*.py*
%{py_puresitedir}/bs4/builder/*.py*
%{py_puresitedir}/bs4/tests/*.py*
%{py_puresitedir}/beautifulsoup4*.egg-info

%files -n python3-%{oname}
%doc python3/*.txt
%{py3_puresitedir}/bs4/*.py*
%{py3_puresitedir}/bs4/builder/*.py*
%{py3_puresitedir}/bs4/tests/*.py*
%{py3_puresitedir}/beautifulsoup4*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.2-3
+ Revision: 92dcb38
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6570 |14cr|python-bibtex-1.2.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: BibTeX and recode bindings for python
Name: python-bibtex
Version: 1.2.5
Release: 5
Source0: http://prdownloads.sourceforge.net/pybliographer/%{name}-%{version}.tar.bz2
Patch: python-bibtex-1.2.4-format-strings.patch
# gw disable checks
# https://sourceforge.net/tracker/?func=detail&atid=104825&aid=1620002&group_id=4825
Patch1: python-bibtex-nocheck.patch
URL: http://pybliographer.org/
License: GPLv2+
Group: Development/Python
BuildRequires: recode-devel
BuildRequires: python-devel
BuildRequires: glib2-devel
BuildRequires: flex bison

%description
This python extension contains a BibTeX parser and a simple binding to
the GNU Recode library. They are intended to be used with pybliographer.

%prep
%setup -q
%patch -p1
%patch1 -p1

%build
CFLAGS="%optflags" python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README
%py_platsitedir/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.5-5
+ Revision: 717d33c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6571 |14cr|python-bicyclerepair-0.9-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module        bicyclerepair

Name:           python-%{module}
Version:        0.9
Release:        7
Epoch:          0
Summary:        Python Refactoring Browser
License:        BSD
Group:          System/Libraries
URL:            http://%{module}.sourceforge.net/
Source0:        http://prdownloads.sourceforge.net/%{module}/%{module}-%{version}.tar.gz
BuildRequires:  python-devel
Provides:       %{module} = %{epoch}:%{version}-%{release}
Requires:       python
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:      noarch

%description
The Python Refactoring Browser, helping Pythonistas everywhere
glide over the gory details of refactoring their code. Watch him
extract jumbled code into well ordered classes. Gasp, as he renames
all occurrences of a method. Thank You Bicycle Repair Man!

%prep
%setup -q -n %{module}-%{version}

%build
%{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --root=%{buildroot} --record=INSTALLED_FILES 

%clean
%{__rm} -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING INSTALL PKG-INFO NEWS README README.emacs README.vim
%{py_puresitedir}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.9-7
+ Revision: 6e572c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6572 |14cr|python-bidict-0.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	bidict
%define name	python-%{module}
%define version 0.1.1
%define	rel	1
%if %mdkversion < 201100
%define release %mkrel %{rel}
%else
%define	release	%{rel}
%endif

Summary:	Bidirectional (one-to-one) mapping data structure for Python
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://pypi.python.org/packages/source/b/%{module}/%{module}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://bitbucket.org/jab/bidict/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	python-devel, python-setuptools

%description
bidict provides a bidirectional mapping data structure and related
utilities (namedbidict, inverted) to naturally model one-to-one
relations in Python. To keep the learning curve low, it introduces no
new functions to the dict API you're already familiar with. It owes
its simplicity to Python's slice syntax, which provides a handy and
natural way of expressing the inverse mapping in a bidict.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%py_sitedir/%{module}*



%changelog
* Wed Jul 04 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1.1-1
+ Revision: 6373d56
- Automatic import for version 0.1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6573 |14cr|python-billiard-3.3.0.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname billiard
# debuginfo without sources
%define debug_package	%{nil}

Name:           python-%{oname}
Version:        3.3.0.18
Release:        2
Summary:        Multiprocessing Pool Extensions
Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/billiard
Source0:        https://pypi.python.org/packages/source/b/%{oname}/%{oname}-%{version}.tar.gz

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(nose)
BuildRequires:  pythonegg(mock)
BuildRequires:  pythonegg(nose-cover3)

%description
This package contains extensions to the multiprocessing Pool.

%files
%doc CHANGES.txt LICENSE.txt README.rst
#{py_platsitedir}/_billiard*
%{py_platsitedir}/%{oname}/
%{py_platsitedir}/%{oname}*.egg-info
%{py_platsitedir}/funtests/



%prep
%setup -q -n %{oname}-%{version}
chmod 644 README.rst


%build
CFLAGS="$RPM_OPT_FLAGS -wall" python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}
chmod +x %{buildroot}%{py_platsitedir}/funtests/setup.py 


%check
python setup.py test


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.0.18-2
+ Revision: ffed3da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6574 |14cr|python-biopython-1.64-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	biopython

Summary:	The Biopython Project

Name:		python-biopython
Version:	1.64
Release:	2
Epoch:		1
License:	BSD
Group:		Sciences/Biology
Url:		http://biopython.org/
Source0:	http://biopython.org/DIST/biopython-%{version}.tar.gz
BuildRequires:	egenix-mx-base
BuildRequires:	flex
BuildRequires:	python-reportlab
BuildRequires:	python-numpy
BuildRequires:	python-numpy-devel
BuildRequires:	epydoc
BuildRequires:	dos2unix
BuildRequires:	python-devel
Requires:	python-numpy
Requires:	python-reportlab
Requires:	egenix-mx-base
Requires:	wise
Suggests:	ncbi-blast
# don't explicitly require clustalw because it is non-free
Suggests:	clustalw
Provides:	biopython = %{EVRD}
%rename python-Bio

%description
The Biopython Project is an international association of developers of
freely available Python tools for computational molecular biology.

http://biopython.org provides an online resource for modules,
scripts, and web links for developers of Python-based software for
life science research.

This package provides various Python modules from the Biopython Project 
used to process biological data.

%package	tools
Summary: 	Regression testing code and miscellaneous standalone scripts

Group:		Sciences/Biology
Requires:	%{name} = %{EVRD}
Suggests:	tkinter, wxPython
%rename biopython-tools

%description tools
This package provides various scripts and tests that are comprised by the
Biopython Project.

%package	sql
Summary:	Code for using Biopython with BioSQL databases

Requires:	%{name} = %{epoch}:%{version}-%{release}
Group:		Development/Python
Requires:	python-psycopg2
Requires:	python-mysql
Provides:	biopython-biosql = %{EVRD}
%rename python-BioSQL

%description sql
BioSQL is meant to be a common data storage layer supported by all the
different Bio* projects, Bioperl, Biojava, Biopython, and Bioruby.
Entries stored through an application written in, say, Bioperl could
be retrieved by another written in Biojava.

%package	doc
Summary:	The Biopython Project documentation

Group:		Development/Python
Requires:	%{name} = %{EVRD}
%rename biopython-doc

%description doc
This package provides the documentation for the various components of the 
Biopython Project.

%prep
%setup -q -n %{oname}-%{version}

# remove Mac-related files
rm -f Tests/CodonUsage/.DS_Store
# remove CVS dirs
find -type d -name CVS | xargs rm -rf
# convert wrong end of line
find -type f -exec dos2unix -b -U {} \;

%build
python setup.py build_ext -lm build

%install
python setup.py install --root=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/%{name}-%{version}
cp -r Tests Scripts %{buildroot}%{_datadir}/%{name}-%{version}

%files
%defattr(-,root,root,0755)
%{py_platsitedir}/Bio
%{py_platsitedir}/*.egg-info
%doc CONTRIB DEPRECATED LICENSE NEWS README

%files sql
%defattr(-,root,root,0755)
%{py_platsitedir}/BioSQL
%doc LICENSE

%files tools
%defattr(-,root,root,0755)
%{_datadir}/%{name}-%{version}/Tests
%{_datadir}/%{name}-%{version}/Scripts

%files doc
%defattr(-,root,root,0755)
%doc Doc/*.pdf Doc/examples/





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.64-2
+ Revision: 3851192
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6575 |14cr|python-bitarray-0.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	bitarray

Name:		python-%{oname}
Version:	0.8.1
Release:	2
Summary:	Efficient arrays of booleans -- C extension
Source0:	http://pypi.python.org/packages/source/b/%{oname}/%{oname}-%{version}.tar.gz
License:	PSF
Group:		Development/Python
Url:		https://github.com/ilanschnell/bitarray
BuildRequires:	python-devel
BuildRequires:	pythonegg(setuptools)

%description
======================================
bitarray: efficient arrays of booleans
======================================

This module provides an object type which efficiently represents an array
of booleans.  Bitarrays are sequence types and behave very much like usual
lists.  Eight bits are represented by one byte in a contiguous block of
memory.  The user can select between two representations; little-endian
and big-endian.  All of the functionality is implemented in C.
Methods for accessing the machine representation are provided.
This can be useful when bit level access to binary files is required,
such as portable bitmap image files (.pbm).  Also, when dealing with
compressed data which uses variable bit length encoding, you may find
this module useful.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.rst
%{py_platsitedir}/bitarray/*.py*
%{py_platsitedir}/bitarray/_bitarray.so
%{py_platsitedir}/bitarray*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-2
+ Revision: ae3d4d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6576 |14cr|python-blockcanvas-4.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	blockcanvas

Summary: 	Enthought Tool Suite - blockcanvas project
Name:		python-%{module}
Version:	4.0.3
Release:	2
Source0:	https://www.enthought.com/repo/ets/blockcanvas-%{version}.tar.gz
Patch0:		blockcanvas-4.0.0-link.patch
License:	BSD
Group:		Development/Python
Url:		https://github.com/enthought/blockcanvas/
Obsoletes:	python-enthought-blockcanvas
Requires:	python-configobj
Requires:	python-apptools >= 4.0.1
Requires:	python-chaco >= 4.1.0
Requires:	python-codetools >= 4.0.0
Requires:	python-etsdevtools >= 4.0.0
Requires:	python-scimath >= 4.0.1
Requires:	python-traitsui >= 4.1.0
Requires:	python-numpy >= 1.1.0
BuildRequires:	python-setuptools >= 0.6c8
BuildRequires:	python-sphinx
BuildRequires:	pkgconfig(python)

%description
The blockcanvas project provides a visual environment for creating
simulation experiments, where function and data are separated. Thus,
you can define your simulation algorithm by visually connecting
function blocks into a data flow network, and then run it with various
data sets (known as "contexts"); likewise, you can use the same
context in a different functional simulation.

The project provides support for plotting, function searching and
inspection, and optimization. It includes a stand-alone application
that demonstrates the block-canvas environment, but the same
functionality can be incorporated into other applications.
#################
%package	-n %{name}-devel

Summary:	Enthought Tool Suite - blockcanvas project
Group:		Development/Python
Requires:	%{name} = %{EVRD}

%description	-n %{name}-devel
Development files for %{name}

%files		-n %{name}-devel
%doc *.txt
%{py_platsitedir}/blockcanvas/cobyla2c/moduleCobyla.c
%{py_platsitedir}/blockcanvas/cobyla2c/cobyla.c



%prep
%setup -q -n %{module}-%{version}
%patch0 -p1

%build
python setup.py build

pushd docs
make html
popd
rm -fr docs/build/html/.buildinfo


%install
python setup.py install --root=%{buildroot}

chmod +x %{buildroot}%{py_platsitedir}/blockcanvas/cobyla2c/example.py
chmod +x %{buildroot}%{py_platsitedir}/blockcanvas/numerical_modeling/workflow/block_experiment_networkx/compiler_/ast/extract_children_trees.py
chmod +x %{buildroot}%{py_platsitedir}/blockcanvas/canvas/enable_glyph_lib.py


%files
%doc *.txt *.rst docs/build/html/
%{py_platsitedir}/blockcanvas/
%{py_platsitedir}/blockcanvas-4.0.3-py2.7.egg-info/
%exclude %{py_platsitedir}/blockcanvas/cobyla2c/moduleCobyla.c
%exclude %{py_platsitedir}/blockcanvas/cobyla2c/cobyla.c



%changelog
* Sat Aug 02 2014 abfonly <abfonly@gmail.com> 4.0.3-2
+ Revision: 1511b9f
- Merge pull request #1 from abfonly/python-blockcanvas:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6577 |14cr|python-blosc-1.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	blosc
%define rel		1
%if %mdkversion < 201100
%else
%endif

Summary:	Blosc data compressor

Name:		python-%{module}
Version:	1.2.3
Release:	2
Source0:	http://pypi.python.org/packages/source/b/blosc/blosc-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/blosc/
BuildRequires:	python-devel

%description
Blosc is a high performance compressor optimized for binary data.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean

%files
%doc LICENSES/BLOSC.txt
%{py_platsitedir}/%{module}*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-2
+ Revision: 9e02249
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6578 |14cr|python-boto-2.32.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module boto

%define debug_package %{nil}

Name:           python-%{module}
Version:	2.32.1
Release:        1
License:        MIT
Summary:        Python interface to Amazon Web Services

Url:            http://code.google.com/p/boto/
Group:          Development/Python
Source0:	http://pypi.python.org/packages/source/b/boto/boto-%{version}.tar.gz
BuildRequires:  python-setuptools

%description
An integrated interface to current and future infrastructural
services offered by Amazon Web Services. Currently, this includes:
    * Simple Storage Service (S3)
    * SimpleQueue Service (SQS)
    * Elastic Compute Cloud (EC2)
    * Mechanical Turk
    * SimpleDB
    * CloudFront
    * CloudWatch
    * AutoScale
    * Elastic Load Balancer (ELB)
    * Virtual Private Cloud (VPC)
    * Elastic Map Reduce (EMR)
    * Relational Data Service (RDS)
    * Simple Notification Server (SNS)
    * Google Storage
    * Identity and Access Management (IAM)
    * Route53 DNS Service (route53)
    

%prep
%setup -q -n %{module}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root %{buildroot} --install-purelib=%{py_platsitedir}

%files 
%{py_platsitedir}/*
%{_bindir}/*

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.32.1-1
+ Revision: c020c2e
- Updated to 2.32.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6579 |14cr|python-bottle-0.12.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bottle

Name:           python-%{oname}
Version:        0.12.7
Release:        3
Summary:        Fast and simple WSGI-framework for small web-applications
Group:          Development/Python
License:        MIT
URL:            http://bottlepy.org
Source0:        http://pypi.python.org/packages/source/b/bottle/bottle-%{version}.tar.gz
# py2.7
BuildRequires:  python-devel
BuildRequires:  python-distribute
# py3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute

BuildArch:      noarch

%description
Bottle is a fast and simple micro-framework for small web-applications. 
It offers request dispatching (Routes) with URL parameter support, Templates, 
a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and 
template engines. All in a single file and with no dependencies other than the 
Python Standard Library.


%files
%doc README.rst PKG-INFO
%{py_puresitedir}/*

#####################################
# python3
%package -n python3-%{oname}
Summary:        Fast and simple WSGI-framework for small web-applications

Group:          Development/Python

%description -n python3-%{oname}
Bottle is a fast and simple micro-framework for small web-applications. 
It offers request dispatching (Routes) with URL parameter support, Templates, 
a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and 
template engines. All in a single file and with no dependencies other than the 
Python Standard Library.

%files -n python3-%{oname}
%doc README.rst PKG-INFO
%{py3_puresitedir}/*

#####################################
%prep
%setup -q -n %{oname}-%{version}
sed -i '/^#!/d' bottle.py

# python3
mkdir -p python3
cp -a {bottle.py,PKG-INFO,README.rst,setup.py*,test} python3
find python3 -name '*.py' | xargs sed -i '1s|^#!python|#!python3|'

%build
python setup.py build

pushd python3
python3 setup.py build
popd

%install
python setup.py install -O1 --skip-build --root %{buildroot}
rm %{buildroot}%{_bindir}/bottle.py

pushd python3
python3 setup.py install --skip-build --root %{buildroot}
rm %{buildroot}%{_bindir}/bottle.py
popd







%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.7-3
+ Revision: e8b6671
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6580 |14cr|python-bottleneck-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Bottleneck
# doesn't really works  the *so are still provided ...
%define __provides_exclude_from ^%{py_platsitedir}/bottleneck/*.so

Summary:	Fast NumPy array functions written in Cython

Name:		python-bottleneck
Version:	0.8.0
Release:	2
Source0:	http://pypi.python.org/packages/source/B/Bottleneck/Bottleneck-%{version}.tar.gz
Patch0:		lm-0.7.0.patch
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/Bottleneck
Requires:	python-numpy
#for check
BuildRequires:	pythonegg(nose) >= 1.3.0
#
BuildRequires:	python-numpy-devel
BuildRequires:	pkgconfig(python)
BuildRequires:	python-sphinx
BuildRequires:	pkgconfig(lapack)

%description
Bottleneck is a collection of fast NumPy array functions written in
Cython.

%prep
%setup -q -n %{tarname}-%{version}
%patch0 -p0

%build
python setup.py build

export PYTHONPATH="`pwd`/`find . -depth -type d -name lib.linux*`"
pushd doc
mkdir -p source/_static
make html

# clean after sphinx
rm -rf build/html/.buildinfo \
	build/html/_sources


%install
python setup.py install --root `pwd`/test_install
# clean unneeded stuff
rm -rf test_install/%{py_platsitedir}/bottleneck/src \
	test_install/%{py_platsitedir}/bottleneck/LICENSE

# install into buildroot
cp -a test_install/* %{buildroot}

%check
pushd `find . -depth -type d -name lib.linux*`
python -c 'import bottleneck as bn; bn.test()'
popd


%files
%doc LICENSE README.rst RELEASE.rst doc/build/html
%{py_platsitedir}/Bottleneck*
%{py_platsitedir}/bottleneck*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-2
+ Revision: 425d90d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6581 |14cr|python-BTrees-4.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	BTrees

Name:		python-%{oname}
Version:	4.0.8
Release:	2
Summary:	Scalable persistent object containers
Source0:	http://pypi.python.org/packages/source/B/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Ruby
Url:		http://packages.python.org/BTrees
BuildRequires:	python-devel python-setuptools

%description
``BTrees``:  scalable persistent components
===========================================

This package contains a set of persistent object containers built around
a modified BTree data structure.  The trees are optimized for use inside
ZODB's "optimistic concurrency" paradigm, and include explicit resolution
of conflicts detected by that mechannism.

Please see the Sphinx documentation (``docs/index.rst``) for further
information.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.rst
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.rst
%doc BTrees/Development.txt
%doc docs/_build/doctest/output.txt
%doc docs/_build/doctrees/api.doctree
%doc docs/_build/doctrees/index.doctree
%doc docs/_build/html/api.html
%doc docs/_build/html/genindex.html
%doc docs/_build/html/index.html
%doc docs/_build/html/py-modindex.html
%doc docs/_build/html/search.html
%doc docs/_build/html/_modules/index.html
%doc docs/_build/html/_modules/BTrees/Interfaces.html
%doc docs/_build/html/_sources/api.txt
%doc docs/_build/html/_sources/index.txt
%doc docs/_build/html/_static/placeholder.txt
%doc docs/_static/placeholder.txt
%doc docs/_templates/placeholder.txt
%{py_platsitedir}/BTrees/*
%{py_platsitedir}/BTrees*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.8-2
+ Revision: 12df8ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6582 |14cr|python-bugz-0.8.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name pybugz
%define shortname bugz

Summary:    A python and command line interface to Bugzilla 
Name:		python-bugz
Version:    0.8.0
Release:	5
Source0:    http://pybugz.googlecode.com/files/pybugz-%version.tar.gz
Patch0:		pybugz-really-receive-auth-cookie.patch
Patch1:		pybugz-properly-modify-bugz.patch
Patch2:		pybugz-python2.7.patch
License:	GPL
Group:		Development/Python
Url:		http://code.google.com/p/pybugz/
BuildRequires: python-devel
BuildArch: noarch
Requires:  python-elementtree

%description
PyBugz is a python and command line interface to Bugzilla.

It was conceived as a tool to speed up the workflow for Gentoo Linux developers
and contributors when dealing with bugs using Bugzilla. By avoiding the clunky 
web interface, the user quickly search, isolate and contribute to the project 
very quickly. 
Developers alike can easily extract attachments and close bugs all from the 
comfort of the command line.

PyBugz is written in Python and written in a way to be extended easily for 
use on other Bugzillas.  

%prep
%setup -q -n %module_name-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
perl -pi -e 's|http://bugs.gentoo.org/|https://qa.mandriva.com/|' bugz/cli.py

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README
%_bindir/bugz
%{py_sitedir}/%{shortname}/
%{py_sitedir}/%{module_name}-%{version}-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-5
+ Revision: 8952535
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6583 |14cr|python-caja-1.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python bindings for MATE's caja
Name:		python-caja
Version:	1.8.0
Release:	3
License:	GPLv2+ and LGPLv2+
Group:		Development/Python
Url:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
BuildRequires:	gtk-doc
BuildRequires:	mate-common
BuildRequires:	pkgconfig(libcaja-extension)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(python)

%description
These are bindings for the caja extension library introduced in MATE.

%files
%doc AUTHORS ChangeLog NEWS
%{_libdir}/caja/extensions-2.0/*

#----------------------------------------------------------------------------

%package devel
Summary:	Pkgconfig file and examples for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
Pkgconfig file for %{name}.

%files devel
%{_libdir}/pkgconfig/caja-python.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x

%make

%install
%makeinstall_std

%changelog
* Thu Sep 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.0-3
+ Revision: 76a11cf
- Fix BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6584 |14cr|python-card-0.8.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: python-card
Summary: PythonCard GUI construction toolkit
Version: 0.8.2
Release: 2
Source0: https://sourceforge.net/projects/pythoncard/files/PythonCard/0.8.2/PythonCard-%{version}.tar.gz
Patch1: PythonCardSamples.patch
Patch2: PythonCardConfig.patch
URL: http://pythoncard.sourceforge.net/
Group: Development/Python
License: Python license
Requires: python-base >= %{py_ver}, wxPython >= 2.5.2
BuildArch: noarch
BuildRequires: python-devel 

%description
PythonCard is a GUI construction kit for building cross-platform desktop
applications on Windows, Mac OS X, and Linux, using the Python language.

%prep
%setup -n PythonCard-%{version} -q
%patch1 -p1
%patch2 -p1

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
chmod 0755 %{buildroot}%{py_puresitedir}/PythonCard/gadflyDatabase.py
chmod 0755 %{buildroot}%{py_puresitedir}/PythonCard/templates/htmlpreview.py
chmod 0755 %{buildroot}%{py_puresitedir}/PythonCard/build/lib/PythonCard/flatfileDatabase.py
chmod 0755 %{buildroot}%{py_puresitedir}/PythonCard/build/lib/PythonCard/gadflyDatabase.py
chmod 0755 %{buildroot}%{py_puresitedir}/PythonCard/build/lib/PythonCard/templates/htmlpreview.py

install -m 0755 -d %{buildroot}%{_datadir}/PythonCard/samples
install -m 0755 -d %{buildroot}%{_datadir}/PythonCard/tools

cp -pr %{buildroot}%{py_puresitedir}/PythonCard/samples %{buildroot}%{_datadir}/PythonCard
cp -pr %{buildroot}%{py_puresitedir}/PythonCard/tools %{buildroot}%{_datadir}/PythonCard

# Mark all *py files in tools/ and samples/ that starts with shebang executable
find %{buildroot}%{_datadir}/PythonCard/samples/ \
     %{buildroot}%{_datadir}/PythonCard/tools/ \
     -name "*.py" | while read f
do
    file_start=`head -1 "$f"`
    if [[ $file_start == "#!/usr/bin/python" ]]
    then
	chmod 0755 $f
    fi
done

rm -rf %{buildroot}%{py_puresitedir}/PythonCard/samples
rm -rf %{buildroot}%{py_puresitedir}/PythonCard/tools
rm -rf %{buildroot}%{py_puresitedir}/PythonCard/docs
rm -f %{buildroot}/usr/bin/install-pythoncard.py
rm -f %{buildroot}%{py_puresitedir}/PythonCard/build/scripts-2.4/install-pythoncard.py

# menu support

# XDG menus
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-resourceEditor.desktop << EOXDG1
[Desktop Entry]
Name=PythonCard Resource Editor
Comment=This represents the beginnings of a GUI resource (layout) editor for PythonCard
Exec=%{_datadir}/PythonCard/tools/resourceEditor/resourceEditor.py
Icon=development_environment_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Development-DevelopmentEnvironments;Development;GUIDesigner;
EOXDG1

cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-codeEditor.desktop << EOXDG2
[Desktop Entry]
Name=PythonCard Code Editor
Comment=The codeEditor sample in PythonCard is focused on being a simple to use Python source code editor
Exec=%{_datadir}/PythonCard/tools/codeEditor/codeEditor.py
Icon=editors_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Development-Tools;Development;
EOXDG2

cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-samples.desktop << EOXDG3
[Desktop Entry]
Name=PythonCard Samples
Comment=The main purpose of the samples is to "stress" the PythonCard framework and make sure that the framework is robust and full-featured
Exec=%{_datadir}/PythonCard/samples/samples.py
Icon=toys_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Development-Tools;Development;
EOXDG3

%files
%defattr(-,root,root,0755)
%doc docs/* README.txt README_StyleEditor.txt PKG-INFO
%{py_puresitedir}/PythonCard/*
%{py_puresitedir}/*.egg-info
%{_datadir}/PythonCard/samples/*
%{_datadir}/PythonCard/tools/*
%{_datadir}/applications/mandriva-%{name}*.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-2
+ Revision: c3bf7af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6585 |14cr|python-carrot-0.10.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module carrot

Name:           python-%{module}
Version:        0.10.7
Release:        2
Url:            http://github.com/ask/carrot/
Summary:        AMQP Messaging Framework for Python
License:        BSD
Group:          Development/Python
Source:         %{module}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-amqplib
Requires:       python-anyjson
BuildArch:      noarch

%description
An AMQP messaging queue framework. AMQP is the Advanced Message
Queuing Protocol, an open standard protocol for message orientation, queuing,
routing, reliability and security.

The aim of carrot is to make messaging in Python as easy as possible by
providing a high-level interface for producing and consuming messages. At the
same time it is a goal to re-use what is already available as much as possible.

%prep
%setup -q -n %{module}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --root $RPM_BUILD_ROOT --install-purelib=%{python_sitearch}

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc Changelog README TODO
%{python_sitearch}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.7-2
+ Revision: 069942b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6586 |14cr|python-casuarius-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	casuarius

Summary:	Cython bindings for the Cassowary constraint solver
Name:		python-%{module}
Version:	1.1
Release:	2
Source0:	http://pypi.python.org/packages/source/c/%{module}/%{module}-%{version}.tar.gz
License:	LGPLv2.1
Group:		Development/Python
Url:		https://github.com/enthought/casuarius/
BuildRequires:	python-cython >= 0.15.1
BuildRequires:	python-devel

%description
Casuarius is a Cython wrapper for the Cassowary incremental constraint solver.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%files
%doc COPYING.LGPL LICENSE README.rst
%py_platsitedir/%{module}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: 72db05e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6587 |14cr|python-cdb-0.34-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A python interface to constant database files (cdb)
Name:		python-cdb
Version:	0.34
Release:	14
License:	GPL
Group:		Development/Python
URL:		http://pilcrow.madison.wi.us/
Source0:	http://pilcrow.madison.wi.us/python-cdb/%{name}-%{version}.tar.gz
BuildRequires:	python-devel >= 2.0
Requires:	python >= 2.0
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
The python-cdb extension module is an adaptation of D. J.
Bernstein's constant database package (see 
http://cr.yp.to/cdb.html).

cdb files are mappings of keys to values, designed for wickedly
fast lookups and atomic updates.  This module mimics the normal
cdb utilities, cdb(get|dump|make), via convenient, high-level
Python objects.

%prep

%setup -q

%build

CFLAGS="%{optflags}" python setup.py build

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

python setup.py install \
    --root="%{buildroot}" \
    --record="INSTALLED_FILES"

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc ChangeLog README COPYING Example






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.34-14
+ Revision: d176e74
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6588 |14cr|python-CDDB-1.4-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname CDDB
%define pyversion 2.4
%define pysystemver 2.4

Summary: Python CDDB module
Name: python-%{oname}
Version: 1.4
Release: 15
Source0: %{oname}-%version.tar.bz2
License: GPL
Group: Development/Python
URL: http://cddb-py.sourceforge.net
BuildRequires: python-devel
Requires: python

%description
The dynamic duo of CDDB.py and DiscID.py, along with their side-kick C
module cdrommodule.so, provide an easy way for Python programs to
fetch information on audio CDs from CDDB (http://www.cddb.com/) -- a
very large online database of track listings and other information on
audio CDs.  UNIX platforms and Windows are both supported.


%prep
%setup -q -n %oname-%version

%build
python setup.py build

%install
python setup.py install --root %buildroot

%files
%doc CHANGES COPYING README
%py_platsitedir/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-15
+ Revision: 8859029
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6589 |14cr|python-celery-3.1.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:           python-celery
Version:        3.1.12
Release:        2
Summary:        Distributed Task Queue
Group:          Development/Python
License:        BSD
URL:            http://celeryproject.org
Source0:        http://pypi.python.org/packages/source/c/celery/celery-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(nose)
BuildRequires:  pythonegg(billiard) >= 3.3.0.18
BuildRequires:  pythonegg(pytz)
BuildRequires:  pythonegg(kombu) >= 3.0.11
BuildRequires:  pythonegg(kombu) < 4.0
BuildRequires:  pythonegg(amqp) >= 1.4.2

Requires:       pythonegg(anyjson)
Requires:       pythonegg(python-dateutil)
Requires:       pythonegg(kombu) >= 3.0.11
Requires:       pythonegg(kombu) < 4.0
Requires:       pythonegg(pyparsing)
Requires:       pythonegg(billiard) >= 3.3.0.14
Requires:       pythonegg(billiard) < 3.4
Requires:       pythonegg(amqp) >= 1.4.2

%description
An open source asynchronous task queue/job queue based on
distributed message passing. It is focused on real-time
operation, but supports scheduling as well.

The execution units, called tasks, are executed concurrently
on one or more worker nodes using multiprocessing, Eventlet
or gevent. Tasks can execute asynchronously (in the background)
or synchronously (wait until ready).

Celery is used in production systems to process millions of
tasks a day.

Celery is written in Python, but the protocol can be implemented
in any language. It can also operate with other languages using
webhooks.

The recommended message broker is RabbitMQ, but limited support
for Redis, Beanstalk, MongoDB, CouchDB and databases
(using SQLAlchemy or the Django ORM) is also available.


%prep
%setup -q -n celery-%{version}
chmod 644 README.rst
rm -fr docs/.static

%build
python setup.py build


%install
python setup.py install -O1 --skip-build --root %{buildroot}




%files
%doc LICENSE README.rst TODO CONTRIBUTORS.txt docs examples
%{py_purelibdir}/*
%{_bindir}/celery
%{_bindir}/celerybeat
%{_bindir}/celeryd
%{_bindir}/celeryd-multi

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.12-2
+ Revision: 7093955
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6590 |14cr|python-certifi-0.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	certifi
%define name	python-%{module}
%define version 0.0.8
%define release 2

Summary:	Mozilla's SSL Certs
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://pypi.python.org/packages/source/c/%{module}/%{module}-%{version}.tar.gz
License:	ISC
Group:		Development/Python
Url:		http://python-requests.org/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	python-devel

%description
This package may or may not become a dependency of Requests. Mozilla's
CA bundle for SSL is MPL / GPL licensed. This will allow for that.

%prep
%setup -q -n %{module}-%{version}

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE README.rst
%py_sitedir/certifi*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.8-2
+ Revision: bb1c73f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6591 |14cr|python-cgen-2013.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	cgen
%define rel		2
%if %mdkversion < 201100
%else
%endif

Summary:	C/C++++ source generation from an AST

Name:		python-%{module}
Version:	2013.1.2
Release:	2
Source0:	http://pypi.python.org/packages/source/c/cgen/cgen-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pypi.python.org/pypi/cgen/
BuildArch:	noarch
Requires:	python-pytools
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx
%if %mdkversion < 201100
BuildRequires:	python-virtualenv
%endif
BuildRequires:	python-devel

%description
cgen is a Python package for generating C/C++ source code.

%prep
%setup -q -n %{module}-%{version}

%build
%if %mdkversion < 201100
virtualenv --distribute CGEN
./CGEN/bin/python setup.py build
%else
%__python setup.py build
%endif 

pushd doc
export PYTHONPATH=`dir -d ../build/lib* | head -1`
make PAPER=letter html
find -name .buildinfo | xargs rm -f
popd

%install

%if %mdkversion < 201100
PYTHONDONTWRITEBYTECODE= ./CGEN/bin/python setup.py install --root=tmp/
CGENROOT=`find tmp/ -name cgen-%{version}`
%__install -d -m 755 %{buildroot}/usr
mv -f $CGENROOT/CGEN/* %{buildroot}/usr/
%else
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
%endif

%clean

%files
%doc doc/build/html
%{py_puresitedir}/cgen*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2013.1.2-2
+ Revision: f2d2510
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6592 |14cr|python-chaco-4.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	chaco

Summary:	Enthought Tool Suite - interactive 2D plotting

Name:		python-%{module}
Version:	4.4.1
Release:	2
Source0:	http://www.enthought.com/repo/ets/chaco-%{version}.tar.gz
Source1:	%{name}.rpmlintrc
License:	BSD
Group:		Development/Python
Url:		https://github.com/enthought/chaco/
Obsoletes:	python-enthought-chaco
Obsoletes:	python-enthought-chaco2
Requires:	python-traits >= 4.2.0
Requires:	python-enable >= 4.2.0
Requires:	python-numpy >= 1.1.0
Requires:	python-reportlab
BuildRequires:	python-numpy-devel >= 1.1.0
BuildRequires:	python-traits >= 4.2.0
BuildRequires:	python-setuptools >= 0.6c8
BuildRequires:	x11-server-xvfb, procps
BuildRequires:	python-setupdocs >= 1.0.5
BuildRequires:	python-sphinx
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(python)

%description
Chaco is a Python plotting application toolkit that facilitates
writing plotting applications at all levels of complexity, from simple
scripts with hard-coded data to large plotting programs with complex
data interrelationships and a multitude of interactive tools. While
Chaco generates attractive static plots for publication and
presentation, it also works well for interactive data visualization
and exploration.

%prep
%setup -q -n %{module}-%{version}

%build
python setup.py build
Xvfb :100 -ac &
XPID=$!
export DISPLAY=:100.0
python setup.py build_docs
kill -9 $XPID

%install
python setup.py install --root=%{buildroot}

%files
%doc *.rst
%{py_platsitedir}/%{module}*

%changelog
* Sat Aug 02 2014 abfonly <abfonly@gmail.com> 4.4.1-2
+ Revision: 28b18f1
- Fix BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6593 |14cr|python-chardet-2.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	chardet

Summary:	Character encoding auto-detection in Python
Name:		python-%{module}
Version:	2.1.1
Release:	4
License:	LGPLv2+
Group:		Development/Python
Source:		https://pypi.python.org/packages/source/c/chardet/chardet-%{version}.tar.gz
URL:		http://chardet.feedparser.org/
BuildRequires:	python-devel
BuildRequires:	python-distribute
BuildRequires:	python3-devel
BuildRequires:	python3-distribute
BuildArch:	noarch

%description
Character encoding auto-detection in Python. As smart as your browser.

%package -n python3-chardet
Summary:        Character encoding auto-detection in Python
Group:          Development/Python
Requires:       python3

%description -n python3-chardet
Character encoding auto-detection in Python. As smart as your browser.

%prep
%setup -q -c

mv %{module}-%{version} python2
cp -r python2 python3

%build
pushd python2
%{__python} setup.py build
popd

pushd python3
%{__python3} setup.py build
popd

%install
pushd python3
PYTHONDONTWRITEBYTECODE=  %{__python3} setup.py install --root=%{buildroot}
mv %{buildroot}/%{_bindir}/chardetect.py %{buildroot}/%{_bindir}/python3-chardetect.py
popd

pushd python2
PYTHONDONTWRITEBYTECODE=  %{__python} setup.py install --root=%{buildroot}
popd

%clean

%files
%doc python2/docs/*
%{_bindir}/chardetect.py
%{py_puresitedir}/*.egg-info
%{py_puresitedir}/%{module}

%files -n python3-chardet
%doc python3/docs/*
%{_bindir}/python3-chardetect.py
%{py3_puresitedir}/*.egg-info
%{py3_puresitedir}/%{module}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-4
+ Revision: 43708ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6594 |14cr|python-cherrypy-3.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname CherryPy-%{version}

Summary:        A Python-based framework for web application development
Name:           python-cherrypy
Version:        3.5.0
Release:        1
License:        BSD
Group:          Development/Python
URL:            http://www.cherrypy.org
Source0:        https://pypi.python.org/packages/source/C/CherryPy/CherryPy-%{version}.tar.gz
BuildRequires:	python-devel
BuildRequires:  python3-devel
BuildArch:      noarch

%description
A Python-based framework for web application development.

CheryPy allows you to write and easyly deploy web applications, thanks
to a bundled webserver. It features a automated way to map an url to a
mathod, allowing you to describe your site as a python class.

%package -n python3-cherrypy
Summary:        A Python-based framework for web application development
Group:          Development/Python
Requires:       python3
 
%description -n python3-cherrypy
A Python-based framework for web application development.

CheryPy allows you to write and easyly deploy web applications, thanks
to a bundled webserver. It features a automated way to map an url to a
mathod, allowing you to describe your site as a python class.

%prep
%setup -q -c

mv %{tarname} python2
cp -r python2 python3

%build
cat > tutorial.conf << EOF
[server]
socketPort = 8080
threadPool = 10

[session]
storageType=ram
EOF

pushd python2
cp ../tutorial.conf .
python setup.py build
popd

pushd python3
cp ../tutorial.conf .
%{__python3} setup.py build
popd

%install
pushd python3
%{__python3} setup.py install --root=%{buildroot} 
mv %{buildroot}/%{_bindir}/cherryd %{buildroot}/%{_bindir}/python3-cherryd
popd

pushd python2
python setup.py install --root=%{buildroot}
popd

%files -n python-cherrypy
%doc python2/README.txt
%doc python2/cherrypy/tutorial/*
%{py_puresitedir}/cherrypy/*
%{py_puresitedir}/*.egg-info
%{_bindir}/cherryd

%files -n python3-cherrypy
%doc python3/README.txt
%doc python3/cherrypy/tutorial/*
%{py3_puresitedir}/cherrypy/*
%{py3_puresitedir}/*.egg-info
%{_bindir}/python3-cherryd

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.0-1
+ Revision: 3d95ed3
- Updated to 3.5.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6595 |14cr|python-chm-0.8.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		python-chm
%define realname	pychm
%define version 0.8.4

Summary: Python package to handle CHM files
Name:			%{name}
Version:		%{version}
Release:		6
Source0: %{realname}-%{version}.tar.bz2
License: GPL
Group: Development/Python
BuildRequires:	chmlib-devel
BuildRequires:	python-devel
BuildRoot: %{_tmppath}/%{name}-buildroot
Url: http://gnochm.sourceforge.net
Provides: pychm

%description
The chm package provides three modules, chm, chmlib and extra,
which provide access to the API implemented by the C library
chmlib and some additional classes and functions. They are
used to access MS-ITSS encoded files - Compressed Html Help
files (.chm).

%prep
%setup -q -n %{realname}-%{version}

%build
env CFLAGS="$RPM_OPT_FLAGS" python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README NEWS COPYING ChangeLog
%py_platsitedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.4-6
+ Revision: f3191f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6596 |14cr|python-cinderclient-1.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:             python-cinderclient
Version:          1.0.8
Release:          2
Summary:          Python API and CLI for OpenStack Cinder
Group:            Development/Python
License:          ASL 2.0
URL:              http://github.com/openstack/python-cinderclient
Source0:          http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
#
# patches_base=1.0.8
#
Patch0001: 0001-Remove-runtime-dependency-on-python-pbr.patch
Patch0002: 0002-Stop-pbr-from-installing-requirements-during-build.patch

BuildRequires:    pkgconfig(python)
BuildRequires:    python-setuptools
BuildRequires:    pythonegg(pbr)
BuildRequires:    pythonegg(d2to1)
BuildRequires:    pythonegg(babel)
BuildRequires:    pythonegg(prettytable)
BuildRequires:    pythonegg(requests)
BuildRequires:    pythonegg(setuptools)
BuildRequires:    pythonegg(simplejson)
BuildRequires:    pythonegg(six)
BuildRequires:    pythonegg(sphinx)

Requires:         pythonegg(babel)
Requires:         pythonegg(prettytable)
Requires:         pythonegg(requests)
Requires:         pythonegg(setuptools)
Requires:         pythonegg(simplejson)
Requires:         pythonegg(six)

BuildArch:        noarch

%description
Client library (cinderclient python module) and command line utility
(cinder) for interacting with OpenStack Cinder (Block Storage) API.



%prep
%setup -q

%patch0001 -p1
%patch0002 -p1

# We provide version like this in order to remove runtime dep on pbr.
sed -i s/ROSACINDERCLIENTVERSION/%{version}/ cinderclient/__init__.py

# Remove bundled egg-info
rm -rf python_cinderclient.egg-info

# Let RPM handle the requirements
rm -f {,test-}requirements.txt

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

install -p -D -m 644 tools/cinder.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/cinder.bash_completion

# Delete tests
rm -fr %{buildroot}%{python_sitelib}/cinderclient/tests

export PYTHONPATH="$( pwd ):$PYTHONPATH"
sphinx-build -b html doc/source html
sphinx-build -b man doc/source man

install -p -D -m 644 man/cinder.1 %{buildroot}%{_mandir}/man1/cinder.1

# Fix linting
rm -fr html/.doctrees html/.buildinfo 

%files
%doc LICENSE README.rst html
%{_bindir}/cinder
%{python_sitelib}/cinderclient
%{python_sitelib}/*.egg-info
%{_sysconfdir}/bash_completion.d/cinder.bash_completion
%{_mandir}/man1/cinder.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-2
+ Revision: c36f2ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6597 |14cr|python-cjson-1.0.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO try to integrate the testsuite ?

%define name python-cjson
%define version 1.0.5
%define release 7

Summary: A very fast JSON encoder/decoder for Python 
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
Patch0: python-cjson-1.0.5-CVE-2010-1666.patch
License: LGPL
Group:   Development/Python
Url:     http://www.ag-projects.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: python-devel
Requires:      python
%description
This module implements a very fast JSON encoder/decoder for Python.

JSON stands for JavaScript Object Notation and is a text based lightweight 
data exchange format which is easy for humans to read/write and for machines 
to parse/generate. JSON is completely language independent and has multiple 
implementations in most of the programming languages, making it ideal for 
data exchange and storage.

The module is written in C and it is up to 250 times faster when compared 
to the other python JSON implementations which are written directly in python. 
This speed gain varies with the complexity of the data and the operation and 
is the the range of 10-200 times for encoding operations and in the range of 
100-250 times for decoding operations.

%prep
%setup -q
%patch0 -p1

%build

%install
rm -rf %{buildroot}
python setup.py install --root %{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ChangeLog
%{py_platsitedir}/cjson.so
%{py_platsitedir}/*egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-7
+ Revision: e93f36d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6598 |14cr|python-clientcookie-1.3.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ClientCookie
%define version 1.3.0
%define unmangled_version 1.3.0
%define unmangled_version 1.3.0
%define release 7

Summary: Client-side HTTP cookie handling
Name: python-clientcookie
Version: %{version}
Release: %{release}
Source0: %{oname}-%{unmangled_version}.tar.gz
License: BSD
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
Url: http://wwwsearch.sourceforge.net/ClientCookie/

%description
ClientCookie is a Python module for handling HTTP cookies on the
client side, useful for accessing web sites that require cookies to be
set and then returned later.  It also provides some other (optional)
useful stuff: HTTP-EQUIV and Refresh handling, automatic adding of the
Referer [sic] header, robots.txt observance and lazily-seek()able
responses.  These extras are implemented using an extension that makes
it easier to add new functionality to urllib2 (now part of urllib2, as
of Python 2.4).  It has developed from a port of Gisle Aas' Perl
module HTTP::Cookies, from the libwww-perl library.


%prep
%setup -q -n %{oname}-%{unmangled_version} -n %{oname}-%{unmangled_version}

%build
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --single-version-externally-managed --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc *.txt *.html
%py_puresitedir/%{oname}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-7
+ Revision: 66e0bf9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6599 |14cr|python-clnum-1.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	clnum
%define debug_package %{nil}

Summary:	Arbitrary precision floating point library for Python
Name:		python-%{module}
Version:	1.6
Release:	7
Source0:	https://pypi.python.org/packages/source/c/clnum/%{module}-%{version}.tar.gz
Patch0:		clnum-1.6-gcc.patch
License:	GPL
Group:		Development/Python 
Url: 		http://calcrpnpy.sourceforge.net/clnum.html
Requires:	cln
Requires:	python >= 2.0

BuildRequires:	pkgconfig(cln)
BuildRequires:	pkgconfig(python) >= 2.0
BuildRequires:	pythonegg(setuptools)

%description
The module clnum adds arbitrary precision floating point and rational
numbers to Python. Both real and complex types are supported. The
module also contains arbitrary precision replacements for the
functions in the standard library math and cmath modules.

The clnum module uses the Class Library for Numbers (CLN) to do all of
the hard work. The module simply provides a proper type interface so
that the CLN numbers work with the standard Python arithmetic
operators and interact properly with the built-in Python numeric
types.  

%prep 
%setup -q -n %{module}-%{version}
%patch0 -p0

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} 

%files
%doc README COPYING changelog *.html
%{py_platsitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-7
+ Revision: 1f4f17f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6600 |14cr|python-cmdln-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname cmdln
%define debug_package %{nil}

Summary:	An improved cmd.py for easily building good multi-command scripts

Name:		python-%{rname}
Version:	1.3.0
Release:	2
License:	MIT License
Group:		Development/Python
URL:		http://code.google.com/p/cmdln/
Source0:	https://github.com/trentm/cmdln/archive/dcf678068233bb4efd0449bcd003f3f435f49bd1/cmdln-1.3.0-dcf6780.tar.gz
BuildRequires:	python-setuptools

%description
cmdln.py is an extension of Python's default cmd.py module that provides "a 
simple framework for writing line-oriented command interpreters". The idea 
(with both cmd.py and cmdln.py) is to be able to quickly build
multi-sub-command tools (think cvs or svn) and/or simple interactive shells
(think gdb or pdb). cmdln.py's extensions make it more natural to write
sub-commands, integrate optparse for simple option processing, and make having
good command documentation easier.

%prep

%setup -qn cmdln-dcf678068233bb4efd0449bcd003f3f435f49bd1

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install \
    --root="%{buildroot}" \
    --prefix="%{_prefix}" \
    --record=INSTALLED_FILES

%files
%doc LICENSE.txt  docs/ examples/
%{py_puresitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-2
+ Revision: 5346ee1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6601 |14cr|python-codetools-4.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	codetools

Summary:	Enthought Tool Suite - codetools project
Name:		python-%{module}
Version:	4.1.0
Release:	2
Source0:	%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://code.enthought.com/projects/code_tools/
BuildArch:	noarch
Requires:	python-traits >= 4.0.0
BuildRequires:	python-setuptools >= 0.6c8
BuildRequires:	python-sphinx

%description
The codetools project includes packages that simplify meta-programming
and help the programmer separate data from code in Python. This
library contains classes that allow defining simple snippets, or
"blocks", of Python code, analyze variable dependencies in the code
block, and use these dependencies to construct or restrict an
execution graph. These (restricted) code blocks can then be executed
in any namespace. However, this project also provides a
Traits-event-enhanced namespace, called a "context", which can be used
in place of a vanilla namespace to allow actions to be performed
whenever variables are assigned or retrieved from the namespace. This
project is used as the foundation for the BlockCanvas project.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build
pushd docs
make html
popd

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST
%doc *.txt *.rst examples/ docs/build/html/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.0-2
+ Revision: f1188e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6602 |14cr|python-compizconfig0.8-0.8.5-0.20130330.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'pkgconfig(.*)'
%define __noautoreq 'pkgconfig\\(libcompizconfig\\)'

%define shortname compizconfig
%define oname compizconfig-python
%define oversion 0.8

%define git 20130330

%if  %{git}
%define srcname %{oname}-compiz-%{oversion}.tar.bz2
%define distname %{oname}-compiz-%{oversion}
%define rel 0.%{git}.2
%else
%define srcname %{oname}-%{version}.tar.bz2
%define distname %{oname}-%{version}
%define rel 1
%endif

Name:		python-%{shortname}%{oversion}
Version:	0.8.5
Release:	%{rel}
Summary:	Python bindings for libcompizconfig
Group:		System/X11
License:	GPL
URL:		http://www.compiz.org/
Source:		http://cgit.compiz.org/compiz/%{shortname}/%{oname}/snapshot/%{srcname}
BuildRequires:	compiz0.8-devel
BuildRequires:	compizconfig0.8-devel
BuildRequires:	pygtk2.0-devel
BuildRequires:	python-pyrex
Conflicts:	python-%{shortname} > 0.9
Conflicts:	%{_lib}%{oname}
Conflicts:	%{_lib}%{oname}-devel

%description
Python bindings for libcompizconfig.

%files
%{py_platsitedir}/%{shortname}.so
%{_libdir}/pkgconfig/%{oname}.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{distname}

%build
%if %{git}
# This is a GIT snapshot, so we need to generate makefiles.
  sh autogen.sh -V
%endif

%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Wed Apr 17 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.5-0.20130330.2
+ Revision: 7b60c6e
- LOG Don't require compizconfig0.8-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6603 |14cr|python-couchdb-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname CouchDB
Name:           python-couchdb
Version:        0.9
Release:        2
Summary:        A Python library for working with CouchDB

Group:          Development/Python
License:        BSD
URL:            http://code.google.com/p/couchdb-python/
Source0:        http://pypi.python.org/packages/source/C/CouchDB/CouchDB-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-simplejson
# remove in 2013 once 2010.0 is not supported anymore
Obsoletes:       %{name}-devel < 0.8

%description
Providing a convenient high level interface for the CouchDB server.


%prep
%setup -q -n %{srcname}-%{version}

%build
python setup.py build


%install
python setup.py install --skip-build --root %{buildroot}

# calm rpmlint down
find  %{buildroot}/%{py_puresitedir}/couchdb -name \*.py -print0 | xargs --null chmod 0644


%clean

%files
%defattr(-,root,root,-)
%doc ChangeLog.txt COPYING README.txt 
%doc doc/
%{_bindir}/couchdb-dump
%{_bindir}/couchdb-load
%{_bindir}/couchdb-replicate
%{_bindir}/couchpy
%{py_puresitedir}/CouchDB-%{version}-py%{py_ver}.egg-info
%{py_puresitedir}/couchdb


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-2
+ Revision: 85eaa6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6604 |14cr|python-couchdbkit-0.6.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname couchdbkit
%define version 0.6.5
%define release 2

Name:		python-%{oname}
Summary:	Framework for your Python application to access and manage Couchdb	
Version:	%{version}
Release:	%{release}
Group:		Development/Python
URL:            http://couchdbkit.org
License:	MIT
Source0:	http://pypi.python.org/packages/source/c/couchdbkit/couchdbkit-%{version}.tar.gz
BuildRequires:  pkgconfig(python) 
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(unittest2)
BuildRequires:  pythonegg(nose)
BuildRequires:  config(couchdb)

Requires:       config(couchdb)
Requires:       pythonegg(anyjson)
Requires:       pythonegg(restkit)

BuildArch:	noarch


%description
Couchdbkit provides you a full featured and easy client to access and manage 
CouchDB. It allows you to manage a CouchDBserver, databases, doc managements 
and view access. All objects mostly reflect python objects for convenience. 
Server and Databases objects could be used for example as easy as using dicts.


%prep
%setup -qn %{oname}-%{version}
rm -rf couchdbkit.egg-info
chmod 644 LICENSE

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} -O1 --skip-build --root=%{buildroot}

%files
%doc LICENSE README.rst
%{py_puresitedir}/couchdbkit
%{py_puresitedir}/couchdbkit-%{version}-py*.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.5-2
+ Revision: 011fb72
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6605 |14cr|python-coverage-3.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	coverage

Summary:	Code coverage measurement for Python
Name:		python-%{module}
Version:	3.7
Release:	4
Source0:	http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://nedbatchelder.com/code/coverage/
BuildRequires:	python-setuptools
BuildRequires:  python-devel
BuildRequires:  python3-devel
BuildRequires:  python3egg(setuptools)

%description
Coverage measures code coverage, typically during test execution. It
uses the code analysis tools and tracing hooks provided in the Python
standard library to determine which lines are executable, and which
have been executed.

%package -n python3-coverage
Summary:        Code coverage measurement for Python
Group:          Development/Python
Requires:       python3
 
%description -n python3-coverage
Coverage measures code coverage, typically during test execution. It
uses the code analysis tools and tracing hooks provided in the Python
standard library to determine which lines are executable, and which
have been executed.

%prep
%setup -q -c

mv %{module}-%{version} python2
cp -r python2 python3

%build
pushd python2
%{__python} setup.py build
popd

pushd python3
%{__python3} setup.py build
popd

%install
pushd python2
%{__python} setup.py install --root=%{buildroot}
popd

pushd python3
%{__python3} setup.py install --root=%{buildroot}
popd

%files -n python-coverage 
%doc python2/*.txt
%{python_sitearch}/coverage
%{python_sitearch}/coverage-%{version}-py%{py_ver}.egg-info
/usr/bin/coverage
/usr/bin/coverage2
/usr/bin/coverage-%{py_ver}

%files -n python3-coverage
%doc python3/*.txt
%{python3_sitearch}/coverage
%{python3_sitearch}/coverage-%{version}-py%{py3_ver}.egg-info
/usr/bin/coverage3
/usr/bin/coverage-%{py3_ver}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7-4
+ Revision: b8036e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6606 |14cr|python-cparser-2.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pycparser
%define	module	cparser

Name:		python-%{module}
Version:	2.10
Release:	2
Summary:	C parser in Python
Source0:	http://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://github.com/eliben/pycparser
BuildArch:	noarch
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)



%description
pycparser is a complete parser of the C language, written in
        pure Python using the PLY parsing library.
        It parses C code into an AST and can serve as a front-end for
        C compilers or analysis tools.

%prep
%setup -q -n %{oname}-%{version}
perl -i -pe 's/\r\n/\n/gs' LICENSE

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}



%check
cd tests
python all_tests.py
cd -

%files
%doc CHANGES LICENSE README.rst
%{py_puresitedir}/pycparser/*.py*
%{py_puresitedir}/pycparser/ply/*.py*
%{py_puresitedir}/pycparser*.egg-info
%{py_puresitedir}/pycparser/_c_ast.cfg
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10-2
+ Revision: c66e0fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6607 |14cr|python-crcmod-1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname crcmod

Name:           python-%{oname}
Version:        1.7
Release:        4
Epoch:          0
Summary:        Creates functions that efficiently compute CRC's using table lookup
URL:            http://crcmod.sourceforge.net/
Source0:        http://sourceforge.net/projects/crcmod/files/crcmod/crcmod-%{versio}/crcmod-%{version}.tar.gz
License:        MIT
Group:          Development/Python
BuildRequires:  python-devel

%description
Create functions that efficiently compute the Cyclic Redundancy Check 
(CRC) using table lookup.

Features:

    * Create Python functions for computing the CRC. If the optional 
      extension module is installed, the calculations are preformed 
      using fast C code.
    * Create instances of the Crc class that support the interface 
      used by the md5 and sha modules in the Python standard library.
    * Generate C/C++ code that can be incorporated in another project.
    * Any generator polynomial producing 8, 16, 32, or 64 bit CRCs is 
      allowed.
    * Forward and bit-reverse algorithms are supported.

%prep
%setup -q -n %{oname}-%{version}

%build
CFLAGS="%{optflags}" %{_bindir}/python setup.py build

%install
%{_bindir}/python setup.py install --root=%{buildroot}

%files
%defattr(-,root,root,0755)
%doc README changelog
%{_libdir}/python%{py_ver}/site-packages/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.7-4
+ Revision: 1e0768f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6608 |14cr|python-cryptopp-0.6.0.1206569328141510525648634803928199668821045408958-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname pycryptopp

Name:           python-cryptopp
Version:        0.6.0.1206569328141510525648634803928199668821045408958
Release:        2
Summary:        Python Wrappers for the Crypto++ Library


Url:            http://allmydata.org/trac/pycryptopp
License:        GPLv2+
Group:          Development/Python
Source:         http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires:  pkgconfig(cryptopp)
BuildRequires:  python-setuptools
BuildRequires:  python-pyxml
BuildRequires:  python-devel
Patch0:         pycryptopp-0.5.29-disable-w-flag.patch

%description
pycryptopp is a set of Python wrappers for a few of the best crypto algorithms
from the  Crypto++ library. 

RSA-PSS-SHA256 signatures, ECDSA(1363)/EMSA1(SHA-256) signatures, SHA-256
hashes, and AES-CTR encryption for Python.

%prep
%setup -q -n %{modname}-%{version}
%patch0

%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS="%{optflags} -fno-strict-aliasing"
python setup.py build --disable-embedded-cryptopp

%install
python setup.py install --single-version-externally-managed --prefix=%{_prefix} --root=%{buildroot}
rm -r \
  %{buildroot}%{_datadir}/doc/%{modname} \
  %{buildroot}%{py_platsitedir}/%{modname}/test \
  %{buildroot}%{py_platsitedir}/%{modname}/testvectors

%check
python setup.py test

%files
%doc COPYING.GPL COPYING.TGPPL.html ChangeLog NEWS.rst
%{py_platsitedir}/%{modname}
%{py_platsitedir}/%{modname}-%{version}-*.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0.1206569328141510525648634803928199668821045408958-2
+ Revision: 253f68a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6609 |14cr|python-cssselect-0.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	cssselect
%define name	python-%{module}
%define version 0.9.1
%define release 2

Summary: Library for parsing CSS3 selectors and translating them to XPath 1.0
Name:	 %{name}
Version: %{version}
Release: %{release}
Source0: https://pypi.python.org/packages/source/c/%{module}/%{module}-%{version}.tar.gz
License: BSD
Group:	 Development/Python
Url:	 http://packages.python.org/cssselect/

BuildArch: noarch
BuildRequires:	python-setuptools

%description
cssselect parses CSS3 Selectors and translate them to XPath 1.0
expressions. Such expressions can be used in lxml or another XPath
engine to find the matching elements in an XML or HTML document.

%prep
%setup -q -n %{module}-%{version}

%install

PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

chmod +x %{buildroot}%{py_sitedir}/cssselect/tests.py

%check
#tested python modules failed on abf
#python setup.py test

%files
%doc AUTHORS CHANGES LICENSE README.rst
%{py_sitedir}/%{module}*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-2
+ Revision: 0cb0b0d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6610 |14cr|python-cssutils-0.9.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	cssutils
%define name	python-%{oname}

Name:		%{name}
Version:	0.9.10
Release:	2
Summary:	Python module for parsing and building CSS 
Group:		Development/Python
License:	LGPLv3+
URL:		http://code.google.com/p/cssutils/
Source0:	https://pypi.python.org/packages/source/c/cssutils/cssutils-%{version}.zip
BuildArch:	noarch 
BuildRequires:	python-devel
BuildRequires:	python-setuptools
  
%description 
cssutils is a Python module for building and parsing CSS (Cascading
Style Sheets).
  
%prep
%setup -q -n %{oname}-%{version}

%build 

%install 
python setup.py install --root=%{buildroot} --compile --optimize=2

%files  
%{_bindir}/css*
%{py_puresitedir}/%{oname}
%{py_puresitedir}/encutils
%defattr(755,root,root,-)
%{py_puresitedir}/%{oname}-%{version}-py%{py_ver}.egg-info
# %{py_puresitedir}/tests/*py
# %{py_puresitedir}/tests/test_encutils/*py



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.10-2
+ Revision: b85b101
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6611 |14cr|python-cvxopt-1.1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	cvxopt

Summary: 	Free convex optimization package for Python
Name:		python-%{module}
Version:	1.1.7
Release:	1
Url:		http://cvxopt.org/download/index.html
Source0:	https://github.com/cvxopt/cvxopt/archive/%{version}.tar.gz
License:	GPLv3+
Group:		Development/Python

Requires:	pythonegg(matplotlib)
Requires:	python-gobject

BuildRequires:	python-sphinx
BuildRequires:	blas-devel
BuildRequires:	lapack-devel
BuildRequires:	fftw3-devel
BuildRequires:	glpk-devel
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(gsl)


%description
CVXOPT is a free software package for convex optimization based on the
Python programming language. It provides

* efficient Python classes for dense and sparse matrices (real and
  complex), with Python indexing and slicing and overloaded operations
  for matrix arithmetic;

* an interface to most of the double-precision real and complex BLAS;

* an interface to LAPACK routines for solving linear equations and
  least-squares problems, matrix factorizations (LU, Cholesky, LDL and
  QR), eigenvalue and singular value decomposition;

* an interface to the fast Fourier transform routines from FFTW

* interfaces to the sparse LU and Cholesky solvers from UMFPACK and CHOLMOD

* routines for solving convex optimization problems, interfaces to the
  linear programming solver in GLPK and the semidefinite programming
  solver in DSDP5

* a modeling tool for specifying convex piecewise-linear optimization problems
  (which has been superseded by the more powerful CVXMOD package).

%prep
%setup -qn %{module}-%{version} 

%ifarch x86_64
sed -i "s|/usr/lib|%{_libdir}|" setup.py
%endif

# fix attr
find examples -name \*.py -perm /0111 | xargs chmod a-x

%build
export CC="gcc"
export LDSHARED="gcc -shared -Wl,--as-needed $RPM_LD_FLAGS"
python setup.py build

# no need to rebuild docs aready up to date sflo
# make -C doc html

%install
python setup.py install --root %{buildroot} --optimize=1
# Install the examples
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -a examples %{buildroot}%{_datadir}/%{name}/

%files 
%doc LICENSE doc/html/
%{py_platsitedir}/%{module}*
%{_datadir}/%{name}
















%changelog
* Sun Aug 03 2014 abfonly <abfonly@gmail.com> 1.1.7-1
+ Revision: 261100b
- Merge pull request #1 from abfonly/python-cvxopt:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6612 |14cr|python-cxx-6.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# this file is based on openSUSE spec file for package python-cxx
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.


Name:           python-cxx
Version:        6.2.3
Release:        2
License:        BSD
Summary:        Write Python extensions in C++

Url:            http://CXX.sourceforge.net/
Group:          Development/Python
Source0:        pycxx-%{version}.tar.gz
Patch0:         %{name}-%{version}-change-include-paths.patch
Patch1:         %{name}-%{version}-fix-indentation.patch
BuildRequires:  python-devel
BuildArch:      noarch

%description
PyCXX is a set of classes to help create extensions of Python in the C
language. The first part encapsulates the Python C API taking care of
exceptions and ref counting. The second part supports the building of Python
extension modules in C++.

%package devel
Summary:        Python-cxx Header files

Group:          Development/Python
Requires:       %{name} = %{version}
Requires:       python-devel

%description devel
Header files and documentation for python-cxx development.

%prep
%setup -q -n pycxx-%{version}
%patch0 -p1
%patch1 -p1

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --prefix="%{_prefix}"
install CXX/*.hxx %{buildroot}/%{_includedir}/*/CXX
install CXX/*.h %{buildroot}/%{_includedir}/*/CXX/
cp -R CXX/Python2 %{buildroot}/%{_includedir}/*/CXX/
#dh_link -ppython-cxx-dev /usr/include/$${i}/CXX/ /usr/include/$${i}_d/CXX; \
install Src/*.c %{buildroot}/%{_datadir}/*/CXX/
install Src/*.cxx %{buildroot}/%{_datadir}/*/CXX/
cp -R Src/Python2 %{buildroot}/%{_datadir}/*/CXX/
chmod -x %{buildroot}/%{_datadir}/python*/CXX/*.*
chmod -x %{buildroot}/%{_includedir}/python*/CXX/*.*

%files
%doc README.html COPYRIGHT
%{py_puresitedir}/*

%files devel
%doc Doc/Python2/
%dir %{_datadir}/python*
%{_includedir}/python*/CXX
%{_datadir}/python*/CXX

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.2.3-2
+ Revision: 313ed4e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6613 |14cr|python-d2to1-0.2.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	d2to1

Name:		python-%{oname}
Version:	0.2.11
Release:	2
Summary:	Allows using distutils2-like setup.cfg files with setup.py
Source0:	https://pypi.python.org/packages/source/d/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD 
Group:		Development/Python
Url:		http://pypi.python.org/pypi/d2to1
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:  pkgconfig(python)

Requires:       pythonegg(setuptools)

BuildArch: noarch

%description
d2to1 allows using distutils2-like setup.cfg files for a package's metadata 
with a distribute/setuptools setup.py script. It works by providing a 
distutils2-formatted setup.cfg file containing all of a package's metadata, 
and a very minimal setup.py which will slurp its arguments from the setup.cfg.

%prep
%setup -q -n %{oname}-%{version}
rm -rf %{oname}.egg-info
find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%doc CHANGES.rst LICENSE README.rst 
%{py_puresitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.11-2
+ Revision: bcddd3c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6614 |14cr|python-daap-0.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname	PythonDaap

Name:		python-daap
Summary:	DAAP client written in Python
Version:	0.7.1
Release:	%{mkrel 3}
Source0:	http://jerakeen.org/files/%{fname}-%{version}.tar.gz
URL:		http://jerakeen.org/code/pythondaap/
Group:		Development/Python
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	LGPL+
BuildRequires:	python
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	intltool
Requires:	python

%description
PythonDaap is a (under development) DAAP client implemented in Python,
and based on PyTunes by Davyd Madeley.

%prep
%setup -q -n %{fname}-%{version}

%build
%{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --root=%{buildroot} --compile --optimize=2

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG README PKG-INFO
%{py_platsitedir}/*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.7.1-3
+ Revision: d052ed8
- Automatic import for version 0.7.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6615 |14cr|python-daemon-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-daemon
Version:        1.6
Release:        4
Summary:        Library to implement a well-behaved Unix daemon process
Group:          Development/Python
License:        Python
URL:            http://pypi.python.org/pypi/python-daemon
Source0:        http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python-nose
BuildRequires:  python-lockfile
BuildRequires:  python-minimock
Requires:       python-lockfile

%define debug_package %{nil}

%description
This library implements the well-behaved daemon specification of
PEP 3143, "Standard daemon process library".

%prep
%setup -q

%build

%install
python setup.py install --root %{buildroot}
rm -fr %{buildroot}%{py_puresitedir}/tests

%files
%doc ChangeLog LICENSE.GPL-2 LICENSE.PSF-2
%{py_puresitedir}/daemon/
%{py_puresitedir}/python_daemon-%{version}-py%{py_ver}.egg-info/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: 97a4e54
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6616 |14cr|python-dicom-0.9.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	dicom
%define vrsn	0.9.4
%define ptchlvl	1

Summary:	Read, modify and write DICOM files with python code

Name:		python-%{module}
Version:	0.9.8
Release:	3
Source0:	http://pydicom.googlecode.com/files/pydicom-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://pydicom.googlecode.com/
BuildArch:	noarch
BuildRequires:  python-devel

%description
pydicom is a pure python package for working with DICOM files. It was made
for inspecting and modifying DICOM data in an easy "pythonic" way. The
modifications can be written again to a new file. As a pure python package,
it should run anywhere python runs without any other requirements.

%prep
%setup -q -n py%{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILELIST
#sed -i 's/.*egg-info$//' FILELIST

%clean

%files -f FILELIST



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.8-3
+ Revision: 8f3893a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6617 |14cr|python-distutils-extra-2.38-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-distutils-extra
Version:	2.38
Release:	3
Summary:	Enhancements to the Python build system
Group:		Development/Python
License:	GPLv2+
URL:		https://launchpad.net/python-distutils-extra
Source0:	https://launchpad.net/python-distutils-extra/trunk/2.38/+download/%{name}-%{version}.tar.gz

BuildArch:	noarch
BuildRequires:	python-setuptools

%description
python-distutils-extra allows you to easily integrate gettext, themed icons
and GNOME documentation into your build and installation process. 


%package -n python3-distutils-extra
Summary: Enhancements to the Python 3 build system
Group: Development/Python
Provides: python3-distutils-extra = %{version}-%{release}
BuildRequires:  python3-distribute
BuildRequires:  python3-devel

%description -n python3-distutils-extra
python3-distutils-extra allows you to easily integrate gettext, themed icons
and GNOME documentation into your build and installation process. 

%prep
%setup -q -c
mv %{name}-%{version} python2
cp -r python2 python3

%build
pushd python2
%__python ./setup.py build
popd

pushd python3
%__python3 ./setup.py build
popd

%install
pushd python2
%__python setup.py install --root=%{buildroot} 
popd
chmod a+x %{buildroot}%{python_sitelib}/DistUtilsExtra/command/build_extra.py

pushd python3
%__python3 setup.py install --root=%{buildroot} 
popd



%files
%doc python2/doc/*
%{python_sitelib}/DistUtilsExtra/
%{python_sitelib}/python_distutils_extra*.egg-info

%files -n python3-distutils-extra
%doc python3/doc/*
%{python3_sitelib}/DistUtilsExtra/
%{python3_sitelib}/python_distutils_extra*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.38-3
+ Revision: c3e3ae6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6618 |14cr|python-django-addons-0.6.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname  django-addons
%define name      python-%{realname}
%define version   0.6.4
%define release   2

Name:           %{name}
Version:        0.6.6
Release:        2
Summary:        Addon framework to create pluggable Django addons
Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/django-addons
Source:         http://pypi.python.org/packages/source/d/django-addons/django-addons-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel python-setuptools python-django
Requires:       python-django python-django-staticfiles
Suggests:       python-django-notification

%description
A Django app used to add true plug-n-play functionality to your own Django
applications and projects

Django-addons is a bunch of code that makes writing addon/plugins for your
Django project much easier. Add django-addons to your Django project and 
you can drop all the addons to '<projectdir>/addons' directory.

Features
========

* Addons overview page
* Automatic signal connecting of addons
* Automatic URL discovery of addons
* Template hooking system (inject code from addons to your main project)
* Django-staticfiles to serve site media from each addon
* Django-notifications support (automatic registration of noticetypes)
* Per addon localization
* Per addon settings
* Disabling addons via ./manage.py addons

%prep
%setup -q -n %{realname}-%{version}

%build
python setup.py build

%install
python setup.py install --root %{buildroot}
rm -f %{buildroot}/usr/django_addons/templates/addons.html

%clean

%files
%defattr(-,root,root,-)
%doc README LICENSE AUTHORS
%{py_puresitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.6-2
+ Revision: a0ca02e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6619 |14cr|python-django-ajax-selects-1.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-ajax-selects

Name:           python-%{realname}
Version:        1.3.4
Release:        2
Summary:        JQuery-powered auto-complete fields for ForeignKey and ManyToMany fields

Group:          Development/Python
License:        MIT and GPLv3
URL:            http://pypi.python.org/pypi/django-ajax-selects
Source:         http://pypi.python.org/packages/source/d/django-ajax-selects/django-ajax-selects-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-django

%description
Enables editing of `ForeignKey`, `ManyToMany` and simple text fields using the
Autocomplete - `jQuery` plugin.
        
django-ajax-selects will work in any normal form as well as in the admin.
        
The user is presented with a text field. They type a search term or a few
letters of a name they are looking for, an ajax request is sent to the server,
a search channel returns possible results. Results are displayed as a drop down
menu. When an item is selected it is added to a display area just below the
text field.

%prep
%setup -q -n %{realname}-%{version}

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}
rm -rf %{buildroot}/usr/templates

%files
%doc  ajax_select/LICENSE.txt 
%{py_puresitedir}/ajax_select
%{py_puresitedir}/django_ajax_selects-%{version}-py%{py_ver}.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-2
+ Revision: 9689354
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6620 |14cr|python-django-appconf-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name django-appconf

Name:           python-%{pypi_name}
Version:        0.6
Release:        2
Summary:        A helper class for handling configuration defaults of packaged apps gracefully
Group:		Development/Python

License:        BSD
URL:            http://pypi.python.org/pypi/django-appconf/0.5
Source0:        http://pypi.python.org/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python-devel
BuildRequires:  python-sphinx
BuildRequires:	python-setuptools

Requires:   python-django

%description
A helper class for handling configuration
defaults of packaged Django
apps gracefully.

%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

# generate html docs 
sphinx-build docs html
# remove the sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}

%build
%{__python} setup.py build

%install
%{__python} setup.py install --skip-build --root %{buildroot}

%files
%doc html README.rst LICENSE
%{py_puresitedir}/appconf
%{py_puresitedir}/django_appconf-%{version}-py?.?.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-2
+ Revision: d532308
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6621 |14cr|python-django-auth-ldap-1.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define modname django-auth-ldap
%define name    python-%{modname}
%define version 1.1
%define release 2

Name: 		%{name}
Version: 	1.1.4
Release: 	2
Summary: 	Django LDAP authentication backend
License:	BSD
Group: 		Development/Python
Url: 		http://pypi.python.org/pypi/django-auth-ldap/
Source0: 	http://pypi.python.org/packages/source/d/django-auth-ldap/django-auth-ldap-%{version}.tar.gz
BuildRequires:	    python-devel
Requires:	    python-django
Requires:	    python-ldap

%description
This is a Django authentication backend that authenticates against an LDAP
service. Configuration can be as simple as a single distinguished name
template, but there are many rich configuration options for working with users,
groups, and permissions.

%prep
%setup -q -n %modname-%version

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc docs/*
%{py_puresitedir}/django_auth_ldap
%{py_puresitedir}/django_auth_ldap-%{version}-py*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.4-2
+ Revision: 7a186f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6622 |14cr|python-django-authority-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  oname  django-authority
Name:           python-%{oname}
Version:        0.4
Release:        2
Summary:        A Django app for generic per-object permissions and custom permission checks

Group:          Development/Python
License:        BSD
URL:            http://bitbucket.org/jezdez/%{oname}/
Source:         http://bitbucket.org/jezdez/%{oname}/downloads/%{oname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools
Requires:       python-django

%description
This is a Django app for generic per-object permissions, custom permission
checks and permission requests. It also includes view decorators and template 
tags for ease of use.

%prep
%setup -q -n %{oname}-%{version}
find . -name \*._* -exec rm {} +
find . -name \*.buildinfo* -exec rm {} +

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README docs/build/html/
%{python_sitelib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-2
+ Revision: 5d8bc95
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6623 |14cr|python-django-classy-tags-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	django-classy-tags

Name:		python-%{oname}
Version:	0.5.1
Release:	2
Summary:	Class based template tags for Django
Source0:	http://pypi.python.org/packages/source/d/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD 
Group:		Development/Python
Url:		http://github.com/ojii/django-classy-tags

BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:  pkgconfig(python)


Requires:       pythonegg(django)

%description
The goal of this project is to create a new way of writing Django template tags
which is fully compatible with the current Django templating infrastructure.
This new way should be easy, clean and require as little boilerplate code
as possible while still staying as powerful as possible.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

find %{buildroot} -size 0 -delete

%files
%doc README.rst 
%{py_puresitedir}/classytags/*.py*
%{py_puresitedir}/classytags/test/*.py*
%{py_puresitedir}/classytags/test/project/*.py*
%{py_puresitedir}/django_classy_tags*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
+ Revision: 5c15d02
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6624 |14cr|python-django-cms-3.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	django-cms

%if %{_use_internal_dependency_generator}
%define __noautoreq 'pythonegg\\((django-sekizai\\)'
%endif

Summary:	An advanced Django CMS

Name:		python-%{module}
Version:	3.0.2
Release:	2
Source0:	http://pypi.python.org/packages/source/d/django-cms/django-cms-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
License:	BSD
Group:		Development/Python
Url:		https://www.django-cms.org/

Requires:	pythonegg(django) >= 1.2.5
Requires:	pythonegg(django-classy-tags) >= 0.5
Requires:	pythonegg(south) >= 0.7.2
Requires:	pythonegg(html5lib)
Requires:	pythonegg(django-mptt) >= 0.4.2
Requires:	pythonegg(django-sekizai) >= 0.4.2
Requires:	pythonegg(djangocms-admin-style)



BuildRequires:	pythonegg(django) >= 1.2.5
BuildRequires:	pythonegg(django-classy-tags) >= 0.3.4.1
BuildRequires:	pythonegg(south) >= 0.7.2
BuildRequires:	pythonegg(html5lib)
BuildRequires:	pythonegg(django-mptt) >= 0.4.2
BuildRequires:	pythonegg(django-sekizai) >= 0.4.2
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(sphinx)

BuildArch:	noarch

%description
Django CMS is an application for managing hierarchical pages of
content, possibly in multiple languages and/or on multiple sites.

Django CMS handles the navigation rendering for you with clean, slug
based URLs, and this navigation can be extended by custom Django
applications.

%prep
%setup -q -n %{module}-%{version}
# fix req.
perl -pi -e "s|django-mptt==0.5.2,==0.6|django-mptt>=0.5.2|"  setup.py

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
pushd docs
make html
rm -rf html/.buildinfo
popd

pushd %{buildroot}%{py_puresitedir}/cms
rm -fr localept/.DS_Store localede/.DS_Store
rm -fr static/cms/.sass-cache static/cms/.sass-cache
popd

find %{buildroot} -size 0 -delete

(cd %{buildroot}; find *) | sort -u | \
while read FILE; do
    [ -d "%{buildroot}/$FILE" ] && echo "%dir /$FILE" || echo "/$FILE"
done > %{module}.files



%files 
%doc AUTHORS CHANGELOG.txt LICENSE README.rst docs/build/html/
%{py_puresitedir}/cms
%{py_puresitedir}/django_cms-%{version}-py2.7.egg-info
%{py_puresitedir}/menus




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.2-2
+ Revision: 48b0def
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6625 |14cr|python-djangocms-admin-style-0.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	djangocms-admin-style
%define	tarname djangocms_admin_style


Name:		python-%{oname}
Version:	0.2.2
Release:	2
Summary:	Adds pretty CSS styles for the django CMS admin interface
License:	BSD 
Group:		Development/Python
Url:		http://www.django-cms.org/
Source0:	http://pypi.python.org/packages/source/d/%{oname}/%{oname}-%{version}.tar.gz

BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)

%description
The django CMS Admin Style overrides django admin's 
``base_site.html``,but you can still partially customize this page.
Look at the source of ``templates/admin/base_site.html`` 
and override the templates that are included in various blocks.
For example, you can add your own CSS in
``templates/admin/extrastyle.html``.


%prep
%setup -q -n %{oname}-%{version}
rm -fr .gitignore

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
find %{buildroot} -size 0 -delete

%files
%doc LICENSE README.rst %{tarname}/templates/
%{py_puresitedir}/%{tarname}
%{py_puresitedir}/%{tarname}-%{version}-py2.7.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-2
+ Revision: d1b143b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6626 |14cr|python-django-compressor-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name django_compressor

Name:           python-django-compressor
Version:        1.4
Release:        2
Summary:        Compresses linked and inline JavaScript or CSS into single cached files

Group:		Development/Python

License:        MIT
URL:            http://pypi.python.org/pypi/django_compressor/1.2
Source0:        http://pypi.python.org/packages/source/d/django_compressor/django_compressor-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python-devel
BuildRequires:  python-setuptools
 
Requires:       python-django-appconf >= 0.4
Requires:       python-versiontools
Requires:   python-django

%description
Django Compressor combines and compresses linked and inline Javascript
or CSS in a Django templates into cacheable static files by using the
``compress`` template tag.  HTML in between 
``{% compress js/css %}`` and ``{% endcompress %}`` is
parsed and searched for CSS or JS. These styles and scripts are subsequently
processed with optional, configurable compilers and filters.


%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

# remove /usr/bin/env from scripts
for i in compressor/tests/precompiler.py \
         compressor/filters/cssmin/cssmin.py \
         compressor/filters/jsmin/rjsmin.py; 
  do sed -i -e "1d" $i;
done



%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%doc README.rst LICENSE
%{py_puresitedir}/compressor
%{py_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-2
+ Revision: 3ac4e7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6627 |14cr|python-django-contact-form-0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-contact-form
%define alphatag 97559a887345

Name:           python-django-contact-form
Version:        0.3
Release:        5
Summary:        An extensible contact-form application for Django

Group:          Development/Python
License:        BSD
URL:            http://bitbucket.org/ubernostrum/django-contact-form/
Source0:        contact_form-%{alphatag}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildArch:      noarch
BuildRequires:  python-devel
Requires:       python-django

%description
An extensible contact-form application for Django

%prep
%setup -q -n %{realname}

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.txt docs/
%{py_puresitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-5
+ Revision: feccc19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6628 |14cr|python-django-easy-thumbnails-2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-django-easy-thumbnails
Version:        2.1
Release:        1
Url:            http://github.com/lukaszb/django-guardian
Summary:        A powerful, yet easy to implement thumbnailing application for Django

License:        BSD-3-Clause
Group:          Development/Python
Source0:        https://pypi.python.org/packages/source/e/easy-thumbnails/easy-thumbnails-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
Requires:       python-django >= 1.2
BuildArch:      noarch

%description
A powerful, yet easy to implement thumbnailing application for Django.

%prep
%setup -q -n easy-thumbnails-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%doc README.rst
%{py_puresitedir}/*

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-1
+ Revision: 357e2a0
- Updated to 2.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6629 |14cr|python-django-evolution-0.7.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	django-evolution

Name:           python-%{module}
Version:        0.7.3
Release:        1
Summary:        Schema evolution for Django

Group:          Development/Python
License:        BSD
URL:            http://code.google.com/p/django-evolution/
# svn export -%{alphatag} http://django-evolution.googlecode.com/svn/trunk/ django-evolution-%{alphatag}
# tar zcf django-evolution-%{alphatag}.tar.gz django-evolution-%{alphatag}
Source0:        http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python-devel, python-setuptools
Requires:       python-django >= 1.1.1

%description
When you run ./manage.py syncdb, Django will look for any new models that
have been defined, and add a database table to represent those new models.
However, if you make a change to an existing model, ./manage.py syncdb will
not make any changes to the database.

This is where Django Evolution fits in. Django Evolution is an extension to
Django that allows you to track changes in your models over time, and to
update the database to reflect those changes.

%prep
%setup -q -n django_evolution-%{version}

%build
%__rm -rf tests
python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST
%doc AUTHORS LICENSE  docs/*

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-1
+ Revision: ae1801e
- Updated to 0.7.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6630 |14cr|python-django-filter-0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname    django-filter
%define name	    python-%{realname}
%define version 0.5.4
%define release 2

Name: %{name}
Version: 0.7
Release: 2
Summary:        A Django application for allowing users to filter queryset dynamically
Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/django-filter
Source0:        https://pypi.python.org/packages/source/d/django-filter/django-filter-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel python-setuptools
Requires:       python-django

%description
Django-filter provides a simple way to filter down a queryset based on
parameters a user provides.


%prep
%setup -q -n %{realname}-%{version}
find . -name \*._* -exec rm {} +
find . -name \*.buildinfo* -exec rm {} +

%build
%{__python} setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%files
%{py_puresitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-2
+ Revision: b1266d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6631 |14cr|python-django-guardian-1.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-django-guardian
Version:        1.2.4
Release:        2
Url:            http://github.com/lukaszb/django-guardian
Summary:        Implementation of per object permissions for Django 1.2

License:        BSD-3-Clause
Group:          Development/Python
Source0:        https://pypi.python.org/packages/source/d/django-guardian/django-guardian-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
Requires:       python-django >= 1.2
BuildArch:      noarch

%description
django-guardian is implementation of per object permissions as
authorization backend which is supported since Django 1.2. It won't
work with older Django releases.

%prep
%setup -q -n django-guardian-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%doc CHANGES README.rst
%{py_puresitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.4-2
+ Revision: c5d3b62
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6632 |14cr|python-django-haystack-2.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	django-haystack

Name:		python-%{oname}
Version:	2.1.0
Release:	3
Summary:	Pluggable search for Django
Source0:	https://pypi.python.org/packages/source/d/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD 
Group:		Development/Python
Url:		http://haystacksearch.org/
BuildArch:	noarch

BuildRequires:	pythonegg(setuptools)
Requires:       pythonegg(django)
Requires:       python(abi) = 2.7

%description
========
Haystack
========

:author: Daniel Lindsley
:date: 2013/07/28

Haystack provides modular search for Django. It features a unified, familiar
API that allows you to plug in different search backends (such as Solr_,
Elasticsearch_, Whoosh_, Xapian_, etc.) without having to modify your code.

.. _Solr: http://lucene.apache.org/solr/
.. _Elasticsearch: http://elasticsearch.org/
.. _Whoosh: https://bitbucket.org/mchaput/whoosh/
.. _Xapian: http://xapian.org/

Haystack is BSD licensed, plays nicely with third-party app without needing to
modify the source and supports advanced features like faceting, More Like This,
highlighting, spatial search and spelling suggestions.

You can find more information at http://haystacksearch.org/.

#------python3-----
%package -n python3-%{oname}
Summary:        Django module for modular search
Group:          Development/Python
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
Requires:       pythonegg(django)
Requires:       python(abi) = %{py3_ver}

%description -n python3-%{oname}
========
Haystack
========

:author: Daniel Lindsley
:date: 2013/07/28

Haystack provides modular search for Django. It features a unified, familiar
API that allows you to plug in different search backends (such as Solr_,
Elasticsearch_, Whoosh_, Xapian_, etc.) without having to modify your code.

.. _Solr: http://lucene.apache.org/solr/
.. _Elasticsearch: http://elasticsearch.org/
.. _Whoosh: https://bitbucket.org/mchaput/whoosh/
.. _Xapian: http://xapian.org/

Haystack is BSD licensed, plays nicely with third-party app without needing to
modify the source and supports advanced features like faceting, More Like This,
highlighting, spatial search and spelling suggestions.

You can find more information at http://haystacksearch.org/.

This is python3 module.


%files -n python3-%{oname}
%doc python3/AUTHORS
%doc python3/LICENSE
%doc python3/README.rst
%doc python3/docs/faq.rst
%doc python3/docs/haystack_theme/layout.html
%{py3_puresitedir}/haystack/*.py*
%{py3_puresitedir}/haystack/backends/*.py*
%{py3_puresitedir}/haystack/management/*.py*
%{py3_puresitedir}/haystack/management/commands/*.py*
%{py3_puresitedir}/haystack/templatetags/*.py*
%{py3_puresitedir}/haystack/utils/*.py*
%{py3_puresitedir}/django_haystack*.egg-info
%{py3_puresitedir}/haystack/templates/
#---------------------

%prep
%setup -q -c
cp -r %{oname}-%{version} python3

%build
pushd %{oname}-%{version}
python setup.py build
popd

pushd python3
python3 setup.py build
popd

%install
pushd %{oname}-%{version}
python setup.py install --root=%{buildroot}
popd

pushd python3
python3 setup.py install --root=%{buildroot}
popd

%files
%doc %{oname}-%{version}/AUTHORS
%doc %{oname}-%{version}/LICENSE
%doc %{oname}-%{version}/README.rst
%doc %{oname}-%{version}/docs/faq.rst
%doc %{oname}-%{version}/docs/haystack_theme/layout.html
%{py_puresitedir}/haystack/*.py*
%{py_puresitedir}/haystack/backends/*.py*
%{py_puresitedir}/haystack/management/*.py*
%{py_puresitedir}/haystack/management/commands/*.py*
%{py_puresitedir}/haystack/templatetags/*.py*
%{py_puresitedir}/haystack/utils/*.py*
%{py_puresitedir}/django_haystack*.egg-info
%{py_puresitedir}/haystack/templates/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-3
+ Revision: 73c731d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6633 |14cr|python-django-mptt-0.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	django-mptt

Name:		python-%{oname}
Version:	0.6.1
Release:	2
Summary:	Modified Preorder Tree Traversal for Django models

Source0:	http://pypi.python.org/packages/source/d/django-mptt/django-mptt-%{version}.tar.gz

License:	BSD 
Group:		Development/Python
Url:		http://github.com/django-mptt/django-mptt
BuildArch:	noarch

BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(sphinx)
BuildRequires:  pythonegg(django) >= 1.4.2

Requires: python(abi) = 2.7 
Requires: pythonegg(django) >= 1.4.2

%description
Utilities for implementing Modified Preorder Tree Traversal
with your Django Models and working with trees of Model instances.

%prep
%setup -q -n %{oname}-%{version}

%install
python setup.py install --root="%{buildroot}"

%check
cd tests
sh runtests.sh

%files
%doc LICENSE MANIFEST.in PKG-INFO README.rst
%{py_puresitedir}/django_mptt-%{version}-py2.*.egg-info
%{py_puresitedir}/mptt/__init__.py
%{py_puresitedir}/mptt/admin.py
%{py_puresitedir}/mptt/exceptions.py
%{py_puresitedir}/mptt/fields.py
%{py_puresitedir}/mptt/forms.py

%lang(de) %{py_puresitedir}/mptt/locale/de/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/de/LC_MESSAGES/django.po
%lang(dk) %{py_puresitedir}/mptt/locale/dk/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/dk/LC_MESSAGES/django.po
%lang(fr) %{py_puresitedir}/mptt/locale/fr/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/fr/LC_MESSAGES/django.po
%lang(nb) %{py_puresitedir}/mptt/locale/nb/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/nb/LC_MESSAGES/django.po
%lang(pl) %{py_puresitedir}/mptt/locale/pl/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/pl/LC_MESSAGES/django.po
%{py_puresitedir}/mptt/managers.py
%{py_puresitedir}/mptt/models.py
%{py_puresitedir}/mptt/templates/admin/grappelli_mptt_change_list.html
%{py_puresitedir}/mptt/templates/admin/grappelli_mptt_change_list_results.html
%{py_puresitedir}/mptt/templates/admin/mptt_change_list.html
%{py_puresitedir}/mptt/templates/admin/mptt_change_list_results.html
%{py_puresitedir}/mptt/templatetags/__init__.py
%{py_puresitedir}/mptt/templatetags/mptt_admin.py
%{py_puresitedir}/mptt/templatetags/mptt_tags.py
%{py_puresitedir}/mptt/utils.py




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-2
+ Revision: 9d5ac7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6634 |14cr|python-django-notification-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-notification

Name:           python-django-notification
Version:        1.1.1
Release:        2
Summary:        User notification management for the Django web framework


Group:          Development/Python
License:        MIT
URL:            http://code.google.com/p/django-notification/
Source0:        http://pypi.python.org/packages/source/d/django-notification/django-notification-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools
Requires:       python-django

%description
Many sites need to notify users when certain events have occurred and to
allow configurable options as to how those notifications are to be received.

The project aims to provide a Django app for this sort of functionality.
This includes:

    * submission of notification messages by other apps
    * notification messages on signing in
    * notification messages via email (configurable by user)
    * notification messages via feed

%prep
%setup -q -n %{realname}-%{version}
find -name '._*' -exec rm {} \;

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE  docs/
%{py_puresitedir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-2
+ Revision: 04f2ca1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6635 |14cr|python-django-pagination-1.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-pagination

Name:           python-django-pagination
Version:        1.0.7
Release:        2
Summary:        Django pagination tools

Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/django-pagination
Source0:        http://pypi.python.org/packages/source/d/django-pagination/%{realname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools
Requires:       python-django

%description
A set of utilities for creating robust pagination tools throughout a Django
application.

%prep
%setup -q -n %{realname}-%{version}
find -name '._*' -exec rm {} \;

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc CONTRIBUTORS.txt LICENSE.txt docs/
%{py_puresitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-2
+ Revision: ea96391
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6636 |14cr|python-django-piston-0.2.3-0.0.2.e539a104d516
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   django-piston
%define mercurial_snapshot e539a104d516
%define rel 2

Name:           python-django-piston
Version:        0.2.3
%if %mercurial_snapshot
Release:        %mkrel 0.0.%rel.%mercurial_snapshot
%else
Release:        %mkrel %rel
%endif
Summary:        A mini-framework for Django for creating RESTful APIs

Group:          Development/Python
License:        BSD
URL:            http://bitbucket.org/jespern/django-piston/
%if %mercurial_snapshot
Source0:        https://bitbucket.org/jespern/django-piston/get/%{mercurial_snapshot}.tar.bz2
%else
Source0         http://bitbucket.org/jespern/django-piston/downloads/%{oname}-%{version}.tar.gz
%endif

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools
Requires:       python-django

%description
Piston is a relatively small Django application that lets you
create application programming interfaces (API) for your sites.

%prep
%if %mercurial_snapshot
%setup -q -n jespern-django-piston-%mercurial_snapshot
touch piston/__init__.py
%else
%setup -q -n %{oname}
%endif
%build
%{__python} setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
touch %buildroot/%{python_sitelib}/piston/__init__.py

%files
%{python_sitelib}/*

%changelog
* Fri Dec 07 2012 Alexander Khryukin <alexander@mezon.ru> 0.2.3-0.0.2.e539a104d516
+ Revision: 18fc838
- see https://bitbucket.org/jespern/django-piston/issue/173/attributeerror-module-object-has-no#comment-455549



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6637 |14cr|python-django-profile-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-profile
%define name    python-%{realname}
%define version 0.6
%define release 2
%define vcsdate 20090813
%define vcstag r420

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        Django pluggable user profile zone
Group:          Development/Python
License:        BSD
URL:            http://code.google.com/p/django-profile/
Source:         %{realname}-%{version}-%{vcstag}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:      noarch
BuildRequires:  python-devel python-setuptools
Requires:       python-django python-imaging

%description
This is a user private zone/profile management application, allowing
the user to take control of his account and insert information about
him in his profile.

Inside this package you will find a demo application which will show
you what can be accomplished with the rest of the utilities included
in the package.

%prep
%setup -q -n %{realname}-%{version}-%{vcstag}

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

# delete unpackaged files
rm -rf %{buildroot}%{py_puresitedir}/demo

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc INSTALL.txt CHANGELOG.txt LICENSE.txt README.txt TODO.txt demo/
%{py_puresitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-2
+ Revision: 4795b1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6638 |14cr|python-django-registration-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-registration

Name:           python-django-registration
Version:        1.0
Release:        2
Summary:        A user-registration application for Django

Group:          Development/Python
License:        BSD
URL:            http://bitbucket.org/ubernostrum/django-registration
Source0:        https://pypi.python.org/packages/source/d/django-registration/django-registration-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:	python-setuptools
Requires:       python-django

%description
This is a fairly simple user-registration application for Django_, designed to
make allowing user signups as painless as possible.

%prep
%setup -q -n %{realname}-%{version}

%build
%{__python} setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%doc docs/
%{py_puresitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 74b2b1d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6639 |14cr|python-django-sekizai-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	django-sekizai

Summary:	Media framework for Django
Name:		python-%{module}
Version:	0.7
Release:	3
Source0:	https://pypi.python.org/packages/source/d/django-sekizai/%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://github.com/ojii/django-sekizai/
BuildArch:	noarch
Requires:	pythonegg(django-classy-tags) >= 0.3.1
BuildRequires:	pythonegg(django-classy-tags) >= 0.3.1
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(sphinx)

%description
Sekizai is media (css/js) framework for Django and Django CMS.

%prep
%setup -q -n %{module}-%{version}

%build
python setup.py build
pushd docs
    make html
    rm _build/html/.buildinfo
popd

%install
python setup.py install  --root %{buildroot}
(cd %{buildroot}; find *) | sort -u | \
while read FILE; do
    [ -d "%{buildroot}/$FILE" ] && echo "%dir /$FILE" || echo "/$FILE"
done > %{module}.files

find %{buildroot} -size 0 -delete


%files 
%doc LICENSE README.rst docs/_build/html
%dir %{py_puresitedir}/sekizai
%{py_puresitedir}/sekizai/*.py
%dir %{py_puresitedir}/sekizai/templatetags
%{py_puresitedir}/sekizai/templatetags/*.py
%dir %{py_puresitedir}/sekizai/test_templates
%{py_puresitedir}/sekizai/test_templates/*.html
%dir %{py_puresitedir}/sekizai/test_templates/errors
%{py_puresitedir}/sekizai/test_templates/errors/*.html
%dir %{py_puresitedir}/sekizai/test_templates/inherit
%{py_puresitedir}/sekizai/test_templates/inherit/*.html
%dir %{py_puresitedir}/sekizai/test_templates/processors
%{py_puresitedir}/sekizai/test_templates/processors/*.html
%{py_puresitedir}/django_sekizai-%{version}-py2.*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-3
+ Revision: 5ececc7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6640 |14cr|python-django-social-auth-0.7.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname    django-social-auth
%define name	    python-%{realname}
%define version     0.7.10
%define release     2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:        Django Social Auth is an easy way to setup social authentication
Group:          Development/Python
License:        BSD
URL:            http://django-social-auth.readthedocs.org
Source0:        http://pypi.python.org/packages/source/d/django-social-auth/%{realname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-django

%description
Django Social Auth is an easy way to setup social
authentication/authorization mechanism for Django projects.

%prep
%setup -q -n %{realname}-%{version}

%build
%{__python} setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%files
%{py_puresitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.10-2
+ Revision: 3c3d846
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6641 |14cr|python-django-sorting-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname    django-sorting
%define name	    python-%{realname}
%define version 0.1
%define release 2

Name: %{name}
Version: %{version}
Release: %{release}
Summary:        A Django application for easy sorting
Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/django-sorting
Source:         %{realname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:      noarch
BuildRequires:  python-devel python-setuptools
Requires:       python-django

%description
Django-sorting allows for easy sorting, and sorting links generation
without modifying your views.

%prep
%setup -q -n %{realname}-%{version}
find . -name \*._* -exec rm {} +
find . -name \*.buildinfo* -exec rm {} +

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{py_puresitedir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-2
+ Revision: 11c2016
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6642 |14cr|python-django-south-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname    South

Summary:        Migrations for Django
Name:		    python-django-south
Version:	    1.0
Release:	    1
Source:         https://pypi.python.org/packages/source/S/South/South-%{version}.tar.gz
Group:          Development/Python
License:        ASL 2.0
URL:            http://south.aeracode.org/
BuildArch:      noarch
Requires:       pythonegg(django)
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)

%description
South is an intelligent database migrations library for the Django web
framework. It is database-independent and DVCS-friendly, as well as a
whole host of other features.

%prep
%setup -q -n %{oname}-%{version}
rm -rf South.egg-info

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} 
find %{buildroot} -size 0 -delete

%files 
%doc README
%{py_puresitedir}/south
%{py_puresitedir}/South-%{version}-py?.?.egg-info

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-1
+ Revision: 065aebb
- Updated to 1.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6643 |14cr|python-django-staticfiles-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname    django-staticfiles
%define name	    python-%{realname}
%define version 0.3.2
%define release 2

Name: %{name}
Version: 1.2.1
Release: 2
Summary:        A Django app that provides helpers for serving static files
Group:          Development/Python
License:        BSD
URL:            http://bitbucket.org/jezdez/django-authority/
Source:         https://pypi.python.org/packages/source/d/django-staticfiles/django-staticfiles-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel python-setuptools
Requires:       python-django

%description
A Django app that provides helpers for serving static files

%prep
%setup -q -n %{realname}-%{version}
find . -name \*._* -exec rm {} +
find . -name \*.buildinfo* -exec rm {} +

%build
%{__python} setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%defattr(-,root,root,-)
%{py_puresitedir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-2
+ Revision: 7f1d829
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6644 |14cr|python-django-tagging-0.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-tagging

Name:           python-django-tagging
Version:        0.3.1
Release:        3
Summary:        A generic tagging application for Django projects

Group:          Development/Python
License:        MIT
URL:            http://code.google.com/p/django-tagging/
# svn export -r154 http://django-tagging.googlecode.com/svn/trunk/ django-tagging-0.3-r154
# tar zcf django-tagging-0.3-r154.tar.gz django-tagging-0.3-r154
Source0:        http://django-tagging.googlecode.com/files/%{realname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
Requires:       python-django

%description
A generic tagging application for Django projects, which allows association
of a number of tags with any Model instance and makes retrieval of tags
simple.

%prep
%setup -q -n %{realname}-%{version}

%build
%{__python} setup.py build


%install
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%files
%doc CHANGELOG.txt LICENSE.txt README.txt docs/
%{py_puresitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-3
+ Revision: a3bb291
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6645 |14cr|python-django-tagging-autocomplete-0.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-tagging-autocomplete

Name:           python-django-tagging-autocomplete
Version:        0.3.1
Release:        3
Summary:        Autocompletion for django-tagging

Group:          Development/Python
License:        MIT
URL:            http://pypi.python.org/pypi/django-tagging-autocomplete
Source0:        http://pypi.python.org/packages/source/d/django-tagging-autocomplete/%{realname}-%{version}.tar.gz


BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-django

%description
Autocompletion for django-tagging

%prep
%setup -q -n %{realname}-%{version}

%build
%{__python} setup.py build


%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%files
%doc LICENSE.txt README.txt
%{py_puresitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-3
+ Revision: e874791
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6646 |14cr|python-django-threadedcomments-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname    django-threadedcomments
%define name	    python-%{realname}
%define version 0.9
%define release 2

Name: %{name}
Version: %{version}
Release: %{release}
Summary:        A simple yet flexible threaded commenting system
Group:          Development/Python
License:        BSD
URL:            http://code.google.com/p/django-threadedcomments/
Source:         %{realname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:      noarch
BuildRequires:  python-devel python-setuptools
Requires:       python-django

%description
A simple yet flexible threaded commenting system.

%prep
%setup -q -n %{realname}-%{version}
find . -name \*._* -exec rm {} +
find . -name \*.buildinfo* -exec rm {} +

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{py_puresitedir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-2
+ Revision: 31fdc0c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6647 |14cr|python-django-userena-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname    django-userena

Name:		python-%{realname}
Version:	1.3.0
Release:	2
Summary:        Complete user management application for Django

Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/django-userena/
Source0:        http://pypi.python.org/packages/source/d/django-userena/django-userena-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-django

%description
Userena is a Django application that supplies your Django
project with full account management.
It's a fully customizable application that takes care of the
signup, activation, messaging and more.
It's BSD licensed, which means you can use it commercially for free!

%prep
%setup -q -n %{realname}-%{version}

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

%files
%{py_puresitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-2
+ Revision: 80be19a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6648 |14cr|python-django-userprofile-0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname    django-userprofile
%define name	    python-%{realname}
%define version 0.7
%define release 2

Name: %{name}
Version: %{version}
Release: %{release}
Summary:        A user private zone/profile management application
Group:          Development/Python
License:        BSD
URL:            http://transifex.org
Source:         userprofile-%{version}-r422-correct-validation.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:      noarch
BuildRequires:  python-devel python-setuptools
Requires:       python-django

%description
This is a user private zone/profile management application, allowing
the user to take control of his account and insert information about
him in his profile.

Inside this package you will find a demo application which will show
you what can be accomplished with the rest of the utilities included
in the package.

%prep
%setup -q -n userprofile-%{version}-r422-correct-validation
find . -name \*._* -exec rm {} +
find . -name \*.buildinfo* -exec rm {} +

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{py_puresitedir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-2
+ Revision: 43e5c37
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6649 |14cr|python-djblets-0.6.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-djblets
Version:        0.6.7
Release:        2
Summary:        A collection of useful classes and functions for Django
Group:          Networking/WWW
# Djblets is MIT licensed:
# http://code.google.com/p/reviewboard/wiki/Djblets
# Jquery is bundled in Djblets. Jquery is dual-licensed MIT or GPLv2, hence
# the package license is "MIT and (MIT or GPLv2)":
# https://www.redhat.com/archives/fedora-legal-list/2009-May/msg00025.html
License:        MIT and (MIT or GPLv2)
URL:            http://www.review-board.org
Source0:        http://downloads.review-board.org/releases/Djblets/0.6/Djblets-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}
BuildArch:      noarch
BuildRequires:  python
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-django >= 1.1.1
Requires:       python-imaging

Patch1000: FED01-Disable-ez_setup-when-installing-by-RPM.patch

%description
A collection of useful classes and functions for Django

%prep
%setup -q -n Djblets-%{version}
%patch1000 -p1

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT

%{__python} setup.py install --root $RPM_BUILD_ROOT

# feedparser.py has a shebang, and has a runnable __main__; make it executable:
chmod +x $RPM_BUILD_ROOT%{python_sitelib}/djblets/feedview/feedparser.py

# Remove the "tests" subdirectory to avoid it polluting the main python
# namespace:
rm -rf $RPM_BUILD_ROOT%{python_sitelib}/tests

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc NEWS
%{python_sitelib}/Djblets*.egg-info/
%{python_sitelib}/djblets/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.7-2
+ Revision: fe82aa5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6650 |14cr|python-dns-2.3.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-dns
Version:        2.3.6
Release:        2
Epoch:          0
Summary:        Python module for DNS (Domain Name Service)

Group:          Development/Python
License:        Python Software Foundation License
URL:            http://pydns.sourceforge.net/
Source0:        pydns-%{version}.tar.gz
Provides:       pydns = %{epoch}:%{version}-%{release}
Provides:       python-pydns = %{epoch}:%{version}-%{release}
Provides:       python-DNS = %{epoch}:%{version}-%{release}
BuildArch:      noarch
BuildRequires:  python-devel

%description
This is a another release of the pydns code, as originally written by
Guido van Rossum, and with a hopefully nicer API bolted over the
top of it by Anthony Baxter <anthony@interlink.com.au>.

This package contains a module (dnslib) that implements a DNS
(Domain Name Server) client, plus additional modules that define some
symbolic constants used by DNS (dnstype, dnsclass, dnsopcode).

%prep
%setup -q -n pydns-%{version}

%build
python setup.py build

%install
python setup.py install -O2 --skip-build --root %{buildroot}

%clean

%files
%defattr(0644,root,root,0755)
%doc CREDITS.txt PKG-INFO README-guido.txt README.txt
%{py_puresitedir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.3.6-2
+ Revision: 0f6c90a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6651 |14cr|python-dnspython-1.11.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine py2dir
%define py2dir %{_builddir}/dnspython/dnspython-%{version}
%undefine py3dir
%define py3dir %{_builddir}/dnspython/dnspython3-%{version}
%define py3unpack -a 2

Name:          python-dnspython
Version:       1.11.1
Release:       4
Source0:       http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz
Source1:       http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz.asc
Source2:       http://www.dnspython.org/kits3/%{version}/dnspython3-%{version}.tar.gz
Source3:       http://www.dnspython.org/kits3/%{version}/dnspython3-%{version}.tar.gz.asc
License:       MIT
URL:           http://www.dnspython.org/
Summary:       DNS toolkit for Python
Group:         Development/Python
BuildArch:     noarch
Provides:      dnspython = %{version}-%{release}
BuildRequires: pkgconfig(python)


%description
dnspython is a DNS toolkit for Python. It supports almost all record
types. It can be used for queries, zone transfers, and dynamic updates.
It supports TSIG authenticated messages and EDNS0.

dnspython provides both high and low level access to DNS. The high level
classes perform queries for data of a given name, type, and class, and
return an answer set. The low level classes allow direct manipulation
of DNS zones, messages, names, and records.

%package -n python3-dnspython3
Summary:       DNS toolkit for Python 3
Group:         Development/Python
Provides:      dnspython3 = %{version}-%{release}

BuildRequires: pkgconfig(python3)


%description -n python3-dnspython3
dnspython3 is a DNS toolkit for Python 3. It supports almost all
record types. It can be used for queries, zone transfers, and dynamic
updates. It supports TSIG authenticated messages and EDNS0.

dnspython3 provides both high and low level access to DNS. The high
level classes perform queries for data of a given name, type, and
class, and return an answer set. The low level classes allow direct
manipulation of DNS zones, messages, names, and records.


%prep
%setup -q -T -c -n dnspython -a 0 %{?py3unpack:%{py3unpack}}

# strip executable permissions so that we don't pick up dependencies
# from documentation
find %{py2dir}/examples -type f | xargs chmod a-x
find %{py3dir}/examples -type f | xargs chmod a-x


%build
pushd %{py2dir}
python setup.py build
popd

pushd %{py3dir}
python3 setup.py build
popd

%install
pushd %{py2dir}
python setup.py install --skip-build --root %{buildroot}
popd

pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd

%check
pushd %{py2dir}/tests
# skip one test because it queries the network
for py in *.py
do
  if [ $py != resolver.py ]
  then
    PYTHONPATH=%{buildroot}%{py_puresitedir} %{__python} $py
  fi
done
popd

pushd %{py3dir}/tests
# skip one test because it queries the network
for py in *.py
do
  if [ $py != resolver.py ]
  then
    PYTHONPATH=%{buildroot}%{py3_puresitedir} %{__python3} $py
  fi
done
popd

%files
%doc dnspython-%{version}/{ChangeLog,LICENSE,README,examples}
%{py_puresitedir}/*egg-info
%{py_puresitedir}/dns

%files -n python3-dnspython3
%doc dnspython3-%{version}/{ChangeLog,LICENSE,README,examples}
%{py3_puresitedir}/*egg-info
%{py3_puresitedir}/dns




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.11.1-4
+ Revision: 55df0e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6652 |14cr|python-dot-1.0.25-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname dot
%define pyver %(python -V 2>&1 | cut -f2 -d" " | cut -f1,2 -d".")

Name:		python-%{modname}
Version:	1.0.25
Release:	2
License:	MIT
Group:		Development/Python
Summary:	Python interface to Graphviz's Dot language
URL:            http://code.google.com/p/pydot/
Source0:        http://pydot.googlecode.com/files/pydot-%{version}.tar.gz
BuildRequires:	python-parsing python-devel
BuildRequires:	graphviz, python-parsing
Requires:	graphviz, python-parsing
BuildArch:	noarch
Provides:	py%{modname}

%description
An interface for creating both directed and non directed graphs from Python. 
Currently all attributes implemented in the Dot language are supported (up 
to Graphviz 1.16).

Output can be inlined in Postscript into interactive scientific environments 
like TeXmacs, or output in any of the format's supported by the Graphviz 
tools dot, neato, twopi.

%prep
%setup -q -n py%{modname}-%{version}

%build
%{__python} setup.py build

%install
%{__python} setup.py install --skip-build --root=%{buildroot}

rm -rf %{buildroot}%{_prefix}/LICENSE %{buildroot}%{_prefix}/README

%files
%doc LICENSE PKG-INFO README
%{python_sitelib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.25-2
+ Revision: e41d7e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6653 |14cr|python-dpkt-1.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
Summary:	Fast, simple packet creation and parsing
Name:		python-dpkt
Version:	1.8
Release:	2
License:	BSD
Group:		Development/Python
URL:		http://code.google.com/p/dpkt/
Source0:	http://dpkt.googlecode.com/files/dpkt-%{version}.tar.gz
BuildRequires:	python-devel

%description
Fast, simple packet creation and parsing

%prep
%setup -q -n dpkt-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS CHANGES HACKING LICENSE README
%{py_puresitedir}/dpkt
%{py_puresitedir}/dpkt-%{version}-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8-2
+ Revision: 24caacf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6654 |14cr|python-dtopt-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module dtopt

Name:           python-%{module}
Version:        0.1
Release:        4
Summary:        Add options to doctest examples while they are running
Group:          Development/Python
License:        MIT License
URL:            http://pypi.python.org/pypi/dtopt
Source0:        %{module}-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Buildarch:      noarch

%description
When using the doctest module it's often convenient to use the ELLIPSIS option,
which allows you to use ... as a wildcard.But you either have to setup the test
runner to use this option, or you must put #doctest: +ELLIPSIS on every example
that uses this feature.

%package -n python3-%{module}
Summary:        Add options to doctest examples while they are running
Group:          Development/Python
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools

%description -n python3-%{module}
When using the doctest module it's often convenient to use the ELLIPSIS option,
which allows you to use ... as a wildcard.But you either have to setup the test
runner to use this option, or you must put #doctest: +ELLIPSIS on every example
that uses this feature.

%prep
%setup -q -c 
mv %{module}-%{version} python2
cp -r python2 python3
pushd python3
    find -name '*.py' | xargs sed -i '1s|^#!%{__python}|#!%{__python3}|'
popd 

%build
pushd python2
    CFLAGS="%{optflags}" python setup.py build
popd
pushd python3
    CFLAGS="%{optflags}" %{__python3} setup.py build
popd

%install
pushd python3
    %{__python3} setup.py install --root %{buildroot} --install-purelib=%{py3_puresitedir}
popd
pushd python2
    python setup.py install --root %{buildroot} --install-purelib=%{py_puresitedir}
popd




%files 
%doc python2/docs/*
%{py_puresitedir}/*

%files -n python3-%{module}
%doc python3/docs/*
%{py3_puresitedir}/*

%changelog
* Tue Aug 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: a81f934
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6655 |14cr|python-dulwich-0.9.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	dulwich

Summary:	Python implementation of the Git file formats and protocols


Name:		python-%{module}
Version:	0.9.7
Release:	2
Source0:	https://pypi.python.org/packages/source/d/dulwich/dulwich-%{version}.tar.gz
License:	GPLv2
Group:		Development/Python
Url:		https://launchpad.net/dulwich/
BuildRequires:	python-sphinx
BuildRequires:	python-nose, git-core
BuildRequires:  python-devel

%description
Dulwich is a pure-Python implementation of the Git file formats and protocols.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

pushd docs
%__make html
popd

# Tests require unittest2 to run:
#%check
#make check

%files
%doc  COPYING  NEWS  docs/build/html
%{_bindir}/dul*
%{py_platsitedir}/%{module}*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.7-2
+ Revision: 1c39772
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6656 |14cr|python-ecdsa-0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pypi_name ecdsa

Name:           python-ecdsa
Version:        0.11
Release:        3
Group:          Development/Python
Summary:        ECDSA cryptographic signature library (pure python)

License:        MIT
URL:            http://github.com/warner/python-ecdsa
Source0:        https://pypi.python.org/packages/source/e/ecdsa/ecdsa-%{version}.tar.gz
BuildArch:      noarch

BuildRequires:  python-devel
BuildRequires:  python3-devel


%description
This is an easy-to-use implementation of ECDSA cryptography
(Elliptic Curve Digital Signature Algorithm), implemented purely in Python,
released under the MIT license. With this library, you can quickly create
keypairs (signing key and verifying key), sign messages, and verify the
signatures. The keys and signatures are very short, making them easy to
handle and incorporate into other protocols.

%package -n     python3-%{pypi_name}
Summary:        ECDSA cryptographic signature library (pure python)
Group:          Development/Python


%description -n python3-%{pypi_name}
This is an easy-to-use implementation of ECDSA cryptography
(Elliptic Curve Digital Signature Algorithm), implemented purely in Python,
released under the MIT license. With this library, you can quickly create
keypairs (signing key and verifying key), sign messages, and verify the
signatures. The keys and signatures are very short, making them easy to
handle and incorporate into other protocols.

%prep
%setup -qc
mv %{pypi_name}-%{version} python2
cp -a python2 python3

%build
pushd python2
python setup.py build
popd
pushd python3
python3 setup.py build
popd

%install
pushd python3
python3 setup.py install --skip-build --root %{buildroot}
popd
pushd python2
python setup.py install --skip-build --root %{buildroot}
popd

%files
%doc python2/README.md python2/LICENSE
%{py_puresitedir}/%{pypi_name}*

%files -n python3-%{pypi_name}
%doc python3/README.md python3/LICENSE
%{py3_puresitedir}/%{pypi_name}*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-3
+ Revision: c239916
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6657 |14cr|python-efl-1.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov '(.*)\\.so(.*)'

Summary:	EFL bindings for Python
Name:		python-efl
Version:	1.11.0
Release:	1
License:	GPLv3+
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/bindings/python/%{name}-%{version}.tar.bz2
Patch0:		python-efl-1.10.0-linkage.patch
BuildRequires:	pkgconfig(dbus-python)
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(ecore-file)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(emotion)
BuildRequires:	pkgconfig(eo)
BuildRequires:	pkgconfig(evas)
BuildRequires:	pkgconfig(python)
Obsoletes:	python-e_dbus < 1.8.0
Obsoletes:	python-e_dbus < 1.8.0
Obsoletes:	python-ecore < 1.8.0
Obsoletes:	python-ecore-devel < 1.8.0
Obsoletes:	python-edje < 1.8.0
Obsoletes:	python-edje-devel < 1.8.0
Obsoletes:	python-elementary < 1.8.0
Obsoletes:	python-elementary-devel < 1.8.0
Obsoletes:	python-emotion < 1.8.0
Obsoletes:	python-emotion-devel < 1.8.0
Obsoletes:	python-ethumb < 1.8.0
Obsoletes:	python-ethumb-devel < 1.8.0
Obsoletes:	python-evas < 1.8.0
Obsoletes:	python-evas-devel < 1.8.0

%description
Python support files for EFL.

%files
%doc README.rst changes.html
%{py_platsitedir}/efl/*
%{py_platsitedir}/python_efl-%{version}-py%{py_ver}.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}


%changelog
* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.11.0-1
+ Revision: 12d52a1
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6658 |14cr|python-elixir-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name Elixir

Summary:	Declarative mapper on top of SQLAlchemy
Name:		python-elixir
Version:	0.7.1
Release:	2
License:	MIT
Group:		Development/Python
URL:		http://www.sqlalchemy.org/
Source0:	http://pypi.python.org/packages/source/E/%{module_name}/%{module_name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:   python-sqlalchemy

%description
A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which 
provides the ability to create simple Python classes that map directly to 
relational database tables (this pattern is often referred to as the Active 
Record design pattern), providing many of the benefits of traditional databases
without losing the convenience of Python objects.

Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the 
TurboEntity project but does not intend to replace SQLAlchemy's core features, 
and instead focuses on providing a simpler syntax for defining model objects 
when you do not need the full expressiveness of SQLAlchemy's manual mapper 
definitions.

%prep
%setup -q -n %{module_name}-%{version}

%build
%__python setup.py build

%install
%__rm -rf %{buildroot}

%__python setup.py install --skip-build --root=%{buildroot} --install-purelib=%{python_sitelib}

%clean
%__rm -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc README 
%{python_sitelib}/elixir
%{python_sitelib}/%{module_name}-%{version}-py*.egg-info/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-2
+ Revision: a5bc8d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6659 |14cr|python-enable-4.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	enable

Summary:	Enthought Tool Suite - low-level drawing and interaction

Name:		python-%{module}
Version:	4.4.1
Release:	2
Source0:	http://www.enthought.com/repo/ets/enable-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://github.com/enthought/enable/

BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools) >= 0.6c8
BuildRequires:	swig >= 1.3.30
BuildRequires:	pythonegg(cython) >= 0.13
BuildRequires:	python-numpy-devel >= 1.1.0
BuildRequires:	freetype-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pythonegg(setupdocs) >= 1.0.5
BuildRequires:	pythonegg(sphinx)
BuildRequires:	pkgconfig(lapack)

Requires:	pythonegg(numpy) >= 1.1.0
Requires: 	pythonegg(reportlab)
Requires: 	pythonegg(pyopengl)
Requires:	pythonegg(pyface) >= 4.2.0
Requires:	pythonegg(traitsui) >= 4.2.0
Requires:	pythonegg(cython) >= 0.13

Obsoletes:	python-enthought-enable

%description
The Enable project provides two related multi-platform packages for
drawing GUI objects.

* Enable: An object drawing library that supports containment and
  event notification.
* Kiva: A multi-platform DisplayPDF vector drawing engine.

%prep
%setup -q -n %{module}-%{version}
sed -i '27i import distutils.command.clean' setup.py
# happy linting ..
find . -name "*.c" -o -name "*.h" -o -name "*.cpp" |xargs chmod 0644

for file in image_LICENSE_OOo.txt image_LICENSE_Eclipse.txt; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
python setup.py build
python setup.py build_docs

# happy linting ..
pushd build/docs/html/
rm -fr .buildinfo .doctrees
popd

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

# happy linting ..
chmod +x %{buildroot}%{py_platsitedir}/kiva/setup.py
chmod +x %{buildroot}%{py_platsitedir}/kiva/{agg,quartz}/setup.py
chmod +x %{buildroot}%{py_platsitedir}/%{module}/savage/compliance/{comparator,xml_view,sike}.py
rm examples/kiva/.gitignore

sed -i -e '1i#!/usr/bin/python' \
  %{buildroot}%{py_platsitedir}/kiva/agg/tests/gcmemtest.py



%files
%doc *.txt *.rst examples/ build/docs/html
%{py_platsitedir}/%{module}*
%{py_platsitedir}/kiva*




























%changelog
* Sun Aug 03 2014 abfonly <abfonly@gmail.com> 4.4.1-2
+ Revision: feec0b3
- fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6660 |14cr|python-enaml-0.6.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	enaml

Summary:	ETS declarative language for building dynamic user interfaces
Name:		python-%{module}
Version:	0.6.8
Release:	2
Source0:	http://pypi.python.org/packages/source/e/%{module}/%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://github.com/enthought/enaml/
Requires:	python-traits >= 4.2.0
Requires:	python-casuarius
Requires:	pyside, wxPython
Requires:	python-ply
BuildRequires:	python-cython
BuildRequires:	python-setupdocs >= 1.0.5
BuildRequires:	python-sphinx
BuildArch: noarch

%description
Enaml is a framework for writing declarative user interfaces in
Python. It provides a Yaml-ish/Pythonic syntax language for declaring
a ui that binds and reacts to changes in the user's models. Code can
freely call back and forth between Python and Enaml.

Enaml is heavily inspired by Qt's QML system, but Enaml uses native
widgets (as opposed to drawing on a 2D canvas) and is toolkit
independent. Currently supported/in-development toolkits include Wx
and Qt4 via PySide.

Enaml is extensible and makes it extremely easy for the user to define
their own widgets, override existing widgets, create a new backend
toolkit, or even hook the runtime to apply their own expression
dependency behavior. Indeed, about the only thing not hookable is the
Enaml langauge syntax itself.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build
%__python setup.py build_docs

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%files
%doc *.txt *.rst licenses/ examples/ build/docs/html
%_bindir/enaml-run
%py_puresitedir/%{module}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.8-2
+ Revision: 23c5bcd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6661 |14cr|python-encore-0.3-3.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define module	encore

Summary:	Enthought Tool Suite - scimath project
Name:		python-%{module}
Version:	0.3
Release:	3.4
Source0:	https://www.enthought.com/repo/ets/%{module}-%{version}.tar.gz
License:	LGPL-2.1 and Apache-2.0
Group:		Development/Python
Url:		https://github.com/enthought/encore/
BuildRequires:  fdupes
BuildRequires:	python-sphinx
BuildRequires:  python-pygraphviz
BuildRequires:  python-setuptools
%description
This package consists of a collection of core utility packages useful for
building Python applications.  This package is intended to be at the
bottom of the software stack and have zero required external dependencies
aside from the Python Standard Library.

Part of the Enthought Tool Suite (ETS).

%prep
%setup -q -n %{module}-%{version}

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
%fdupes -s %{buildroot}

%files 
%defattr(-,root,root,-)
%doc LICENSE.txt  README.rst dataflow.txt
%doc examples/
%{python_sitelib}/%{module}/
%{python_sitelib}/%{module}-%{version}-py%{py_ver}.egg-info/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-3.4
+ Revision: a6b035a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6662 |14cr|python-envisage-4.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	envisage

Summary:	Enthought Tool Suite - extensible application framework
Name:		python-%{module}
Version:	4.3.0
Release:	2
Source0:	https://www.enthought.com/repo/ets/envisage-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://github.com/enthought/envisage/
BuildArch:	noarch
Obsoletes:	python-enthought-envisagecore
Obsoletes:	python-enthought-envisageplugins
Requires:	python-apptools >= 4.1.0
Requires:	python-traitsui >= 4.2.0
BuildRequires:	python-setuptools >= 0.6c8
BuildRequires:	python-setupdocs >= 1.0.5
BuildRequires:	python-sphinx

%description
Envisage is a Python-based framework for building extensible
applications, that is, applications whose functionality can be
extended by adding "plug-ins". Envisage provides a standard mechanism
for features to be added to an application, whether by the original
developer or by someone else. In fact, when you build an application
using Envisage, the entire application consists primarily of
plug-ins. In this respect, it is similar to the Eclipse and Netbeans
frameworks for Java applications.

Each plug-in is able to:

* Advertise where and how it can be extended (its "extension points").
* Contribute extensions to the extension points offered by other plug-ins.
* Create and share the objects that perform the real work of the 
  application ("services").

The EnvisageCore project provides the basic machinery of the Envisage
framework. This project contains no plug-inn. You are free to use:

* plug-ins from the EnvisagePlugins project
* plug-ins from other ETS projects that expose their functionality as plug-ins
* plug-ins that you create yourself

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build
%__python setup.py build_docs

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%files
%doc *.txt *.rst examples/ build/docs/html/
%py_sitedir/%{module}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.0-2
+ Revision: cb03ea5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6663 |14cr|python-ephem-3.7.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname pyephem

Summary:	Scientific-grade astronomical computations for python

Name:		python-ephem
Version:	3.7.5.2
Release:	2
License:	LGPLv3
Group:		Development/Python
Source:		http://pypi.python.org/packages/source/p/pyephem/pyephem-%{version}.tar.gz
Patch0:		pyephem-3.7.3.4-libm-fix.patch
URL:		http://rhodesmill.org/pyephem/
BuildRequires:	python-devel >= 2.5
Provides:	%{srcname} = %{version}

%description
PyEphem provides scientific-grade astronomical computations for the
Python programming language. Given a date and location on the Earth’s
surface, it can compute the positions of the Sun and Moon, of the
planets and their moons, and of any asteroids, comets, or earth
satellites whose orbital elements the user can provide. Additional
functions are provided to compute the angular separation between two
objects in the sky, to determine the constellation in which an object
lies, and to find the times at which an object rises, transits, and
sets on a particular day.

The numerical routines that lie behind PyEphem are those from the
wonderful XEphem astronomy application, whose author, Elwood Downey,
generously gave permission for us to use them as the basis for
PyEphem.


%files
%doc INSTALL COPYING LICENSE-GPL LICENSE-LGPL  
%{py_platsitedir}/ephem
%{py_platsitedir}/%{srcname}-*


%prep
%setup -q -n %{srcname}-%{version}
%patch0 -p1
find . -type f -exec chmod a+r {} \;

%build


%install
%__python setup.py install --root=%{buildroot}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.5.2-2
+ Revision: a82ca63
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6664 |14cr|python-ets-4.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	ets

Summary:	Enthought Tool Suite
Name: 	 	python-%{module}
Version: 	4.3.0
Release: 	2
Source0: 	https://www.enthought.com/repo/ets/ets-%{version}.tar.gz
Patch0:         ets-4.3.0.test_fix.patch
License: 	BSD
Group: 	 	Development/Python
Url: 	 	https://github.com/enthought/ets/
BuildArch: 	noarch
Obsoletes:	python-enthought
Obsoletes:	python-enthought-enthoughtbase
BuildRequires: 	python-setuptools >= 0.6c8
BuildRequires:	python-setupdocs >= 1.0.5
BuildRequires:	python-sphinx

%description
The Enthought Tool Suite (ETS) is a collection of Python components
developed by Enthought and its partners to construct custom scientific
applications. 

This package contains the dependencies for installing all of the
components comprised by the suite.

%prep 
%setup -q -n %{module}-%{version}
%patch0 -p1

%build
%__python setup.py build
%__python setup.py build_docs

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%files
%doc *.txt *.rst build/docs/html
%_bindir/%{module}*
%py_sitedir/%{module}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.0-2
+ Revision: f52fba9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6665 |14cr|python-etsdevtools-4.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	etsdevtools

Summary:	Enthought Tool Suite - etsdevtools project
Name:		python-%{module}
Version:	4.0.2
Release:	2
Source0:	https://www.enthought.com/repo/ets/etsdevtools-%{version}.tar.gz
License:	BSD
Group: 		Development/Python
Url:		http://code.enthought.com/projects/dev_tools.php
BuildArch:	noarch
Obsoletes:	python-enthought-etsdevtools
Requires:	python-docutils
Requires: 	python-numpy >= 1.1.0
Requires:	python-traitsui >= 4.0.0
BuildRequires:	python-setuptools >= 0.6c8
BuildRequires:	python-numpy-devel >= 1.1.0
BuildRequires:	python-sphinx
BuildRequires:  pkgconfig(lapack)

%description
The etsdevtools project includes a set of packages that can be used
during the development of a software project, for understanding,
debugging, testing, and inspecting code.

* etsdevtools.debug: A collection of debugging tools, not to be
  included in production code.  NOTE: These tools are functional, but
  are not being developed or supported. They have been mainly superceded
  by the tools in the Enthought Developer Tool Suite.
* etsdevtools.developer: A collection of utilities, designed to ease
  the development and debugging of Traits-based programs. They can be
  used as plug-ins to your Envisage application while you are
  developing it, and then removed when you are ready to release it.
* etsdevtools.endo: A Traits-aware tool for processing API
  documentation of Python code. It extracts not only docstrings, but
  also plain comments that immediately precede variable assignments
  (both module-scope variables and class attributes).

%prep 
%setup -q -n %{module}-%{version}

%build

%__python setup.py build
pushd docs
make html
popd

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST
%doc *.txt *.rst examples/ docs/build/html




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.2-2
+ Revision: a5f365d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6666 |14cr|python-etsproxy-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	etsproxy

Summary: 	Enthought Tool Suite - proxy modules for backwards compatibility
Name: 	 	python-%{module}
Version: 	0.1.2
Release: 	2
Source0: 	https://www.enthought.com/repo/ets/etsproxy-%{version}.tar.gz
License: 	BSD
Group: 	 	Development/Python
Url: 	 	https://github.com/enthought/etsproxy/
BuildArch: 	noarch
BuildRequires: 	python-setuptools >= 0.6c8

%description
This package contains proxy modules for all ETS projects which map the
old enthought namespace imports to the namespace-refactored ETS
packages. For convenience this package also contains a refactor tool
to convert projects to the new namespace.

This module will be removed in the future; old-style
(enthought.xxx) imports should be converted (over time) to the new
ones.

%prep
%setup -q -n %{module}-%{version}

%build
PYTHONDONTWRITEBYTECODE= %__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST
%doc *.txt *.rst 



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-2
+ Revision: ca2e31e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6667 |14cr|python-eventlet-0.14.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname eventlet

Name:           python-%{oname}
Version:        0.14.0
Release:        2
Summary:        Highly concurrent networking library
Group:          Development/Python
License:        MIT
URL:            http://%{oname}.net
Source0:        http://pypi.python.org/packages/source/e/%{oname}/%{oname}-%{version}.tar.gz

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(sphinx)
BuildRequires:  pythonegg(greenlet)
BuildRequires:  pythonegg(pyzmq)
Requires:       pythonegg(greenlet)

BuildArch:      noarch


%description
Eventlet is a networking library written in Python. It achieves high
scalability by using non-blocking io while at the same time retaining
high programmer usability by using coroutines to make the non-blocking
io operations appear blocking at the source code level.

%prep
%setup -q -n %{oname}-%{version}
find -name '.*' -type f -exec rm {} \;
sed -i -e '1d' %{oname}/support/greendns.py

%build
python setup.py build

pushd doc
make html
rm _build/html/.buildinfo
popd
chmod a-x tests/mock.py


%install
python setup.py install -O1 --skip-build --root %{buildroot}


%files
%doc AUTHORS LICENSE NEWS README.rst README.twisted doc/_build/html examples tests
%{py_puresitedir}/%{oname}
%{py_puresitedir}/%{oname}*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.14.0-2
+ Revision: cdcd956
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6668 |14cr|python-exiv2-0.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-exiv2
Version:	0.3.2
Release:	4
Summary:	Python binding to exiv2
License:	GPLv2+
Group:		Development/Python
Source:		http://launchpad.net/pyexiv2/0.3.x/0.3.2/+download/pyexiv2-%{version}.tar.bz2
Patch3:		pyexiv2-0.2.2-link.patch
URL:		http://tilloy.net/dev/pyexiv2/
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	boost-devel >= 1.55.0
BuildRequires:	scons
BuildRequires:	python >= 2.7
Provides:	pyexiv2 = %{version}

%description
pyexiv2 is a python binding to exiv2, the C++ library for
manipulation of EXIF and IPTC image metadata. It is a python module
that allows your python scripts to read and write metadata (EXIF,
IPTC, thumbnail) embedded in image files (JPEG, TIFF, ...).

It is designed as a high level interface to the functionalities
offered by exiv2 (and is built on top of it). Using python's built-in
data types and standard modules, it provides easy manipulation of
image metadata.

%files
%doc todo README
%{py_platsitedir}/*

%prep
%setup -q -n pyexiv2-%{version}
%patch3 -p0

%build
%setup_compile_flags
%scons

%install
%setup_compile_flags
%scons_install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-4
+ Revision: 813d446
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6669 |14cr|python-extras-0.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname extras

Name:           python-extras
Version:        0.0.3
Release:        2
Summary:        Useful extra bits for Python
Group:          Development/Python
License:        MIT
URL:            https://github.com/testing-cabal/extras
Source0:        https://pypi.python.org/packages/source/e/extras/extras-%{version}.tar.gz

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)

BuildArch:      noarch

%description
extras is a set of extensions to the Python standard library, originally
written to make the code within testtools cleaner, but now split out for
general use outside of a testing context.


%prep
%setup -q -n extras-%{version}
# Remove bundled egg-info
find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'


%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

%check
#python setup.py test

%files
%doc LICENSE NEWS README.rst
%{py_puresitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-2
+ Revision: 150e6f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6670 |14cr|python-eyed3-0.7.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname eyeD3

Summary: ID3 tag module
Name:    python-eyed3
Version: 0.7.4
Release: 3
Source0: http://eyed3.nicfit.net/releases/eyeD3-%{version}.tgz
License: GPL
Group: Development/Python
Url: http://eyed3.nicfit.net/
BuildRequires: python-devel
BuildRequires: python-magic
BuildRequires: python-distribute
BuildArch: noarch

# Maybe it would be better to python-magic package (built from 'file')
# to provides pythonegg?
# on the other hand, eyed3 seems to want magic from pypi.org...
%define __noautoreq 'pythonegg\\(python-magic\\)'
Requires: python-magic

%description
eyeD3 is a Python module and program for processing ID3
tags. Information about mp3 files (i.e bit rate, sample frequency,
play time, etc.) is also provided. The formats supported are ID3
v1.0/v1.1 and v2.3/v2.4.

%prep
%setup -q -n %oname-%version

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i '/egg-info$/d' FILE_LIST

%files -f FILE_LIST

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.4-3
+ Revision: ebe1eb5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6671 |14cr|python-fcgi-2000.09.21-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-fcgi
Version:        2000.09.21
Release:        8
Epoch:          0
Summary:        Python FastCGI Module

Group:          Development/Python
License:        BSD
URL:            http://alldunn.com/python/
Source0:        http://alldunn.com/python/fcgi.py
BuildRequires:  python-devel
BuildArch:      noarch

%description
The fcgi.py Python module handles communication with the FastCGI module
from the Apache or Stronghold web server without using the FastCGI
developers kit. It will also work in a non-FastCGI environment,
(straight CGI).

%prep

%build

%install
%{__mkdir_p} %{buildroot}%{py_puresitedir}
%{__install} -m 0755 %{SOURCE0} %{buildroot}%{py_puresitedir}/
python %{_libdir}/python%{py_ver}/compileall.py -d %{py_puresitedir}/ %{buildroot}%{py_puresitedir}

%clean

%files
%defattr(-,root,root,0755)
%{py_puresitedir}/fcgi.py*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2000.09.21-8
+ Revision: 90960f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6672 |14cr|python-fchksum-1.7.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python C extension to (quickly) find the checksum of files
Name:		python-fchksum
Version: 1.7.1
Release: 11
Source0:	http://www.dakotacom.net/~donut/programs/fchksum/%{name}-%{version}.tar.bz2
License:	GPL
Group:		Development/Python
URL:		http://www.dakotacom.net/~donut/programs/fchksum.html
BuildRequires:  python-devel
BuildRequires:	zlib-devel

%description
This module provides quick and easy functions to find checksums of files.
It supports md5, crc32, cksum, bsd-style sum, and sysv-style sum.
The advantage of using fchksum over the python md5 and zlib(.crc32)
modules is both ease of use and speed.  You only need to tell it the
filename and the actual work is done by C code.  Compared to the
implementing a read loop in python with the standard python modules,
fchksum is up to 2.0x faster in md5 and 1.1x faster in crc32.

All checksum functions take a filename as a string, and optional callback
function, and callback delay (in seconds), and return a tuple (checksum,
size).  An empty string may be substituted for filename to read from
stdin.  The returned size is always a python Long, and the checksum
return type varies depending on the function.

%package	devel
Group:		Development/Python
Summary:	Python C extension to (quickly) find the checksum of files


%description	devel
Development files for Python fast checksum

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
mkdir -p %{buildroot}/%{_includedir}/python%{py_ver}
install *.h %{buildroot}/%{_includedir}/python%{py_ver}/

%files
%doc README COPYING Changelog PKG-INFO
%{py_platsitedir}/*

%files devel
%doc test
%{_includedir}/python%{py_ver}/*.h

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.1-11
+ Revision: b55bf20
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6673 |14cr|python-fixtures-0.3.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fixtures

Name:           python-%{oname}
Version:        0.3.14
Release:        2
Summary:        Fixtures, reusable state for writing clean tests and more
Group:          Development/Python
License:        ASL 2.0 or BSD
URL:            https://launchpad.net/python-fixtures
Source0:        http://pypi.python.org/packages/source/f/%{oname}/%{oname}-%{version}.tar.gz


BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)

Requires:  pythonegg(setuptools)

BuildArch:      noarch

%description
Fixtures defines a Python contract for reusable state / support logic,
primarily for unit testing. Helper and adaption logic is included to
make it easy to write your own fixtures using the fixtures contract.
Glue code is provided that makes using fixtures that meet the Fixtures
contract in unittest compatible test cases easy and straight forward.




%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build



%install
python setup.py install --skip-build --root %{buildroot}


%files
%doc README GOALS NEWS Apache-2.0 BSD COPYING
%{py_puresitedir}/%{oname}
%{py_puresitedir}/%{oname}-%{version}-py?.?.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.14-2
+ Revision: eaeb459
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6674 |14cr|python-flask-0.10.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	flask
%define	soname	Flask
Name:		python-%{oname}
Version:	0.10.1
Release:	7
Summary:	A microframework based on Werkzeug, Jinja2 and good intentions
Source0:	https://pypi.python.org/packages/source/F/%{soname}/%{soname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://github.com/mitsuhiko/flask/
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)

Requires: python(abi) = 2.7 
Requires: pythonegg(itsdangerous) >= 0.21 
Requires: pythonegg(jinja2) >= 2.4 
Requires: pythonegg(werkzeug) >= 0.7


%description
Flask
-----

Flask is a microframework for Python based on Werkzeug, Jinja 2 and good
intentions. 


%prep
%setup -qn %{soname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

# clean
find %{buildroot} -size 0 -delete

%check
python setup.py test

%files
%doc AUTHORS README LICENSE CHANGES
%doc docs/_themes/LICENSE
%doc docs/_themes/README
%doc artwork/LICENSE
%doc docs/*.rst
%doc docs/logo.pdf
%doc docs/_templates/*.html
%doc examples/
%doc flask/testsuite/
%{py_puresitedir}/flask/ext/*.py*
%{py_puresitedir}/Flask*.egg-info
%{py_puresitedir}/flask/testsuite/
%{py_puresitedir}/flask/*.py


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.1-7
+ Revision: 7aeb529
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6675 |14cr|python-flask-autoindex-0.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global mod_name	Flask-AutoIndex

Name:		python-flask-autoindex
Version:	0.4.1
Release:	4
Summary:	A mod_autoindex for Flask
Group:         Development/Python
License:	BSD
URL:		http://github.com/sublee/flask-autoindex
Source0:	http://pypi.python.org/packages/source/F/%{mod_name}/%{mod_name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	python-flask
Requires:	python-flask
Requires:	python-flask-silk

%description
Flask-AutoIndex generates an index page for your Flask application
automatically. The result just like mod_autoindex, but the look is
more awesome!

%prep
%setup -q -n %{mod_name}-%{version}

%build
python setup.py build

%install
python setup.py install --root %{buildroot}
rm -f %{buildroot}%{py_puresitedir}/flaskext/__init__.py

%files
%doc PKG-INFO README
%{py_puresitedir}/*.egg-info/
%{py_puresitedir}/flaskext/*.py*
%{py_puresitedir}/flaskext/autoindex

%changelog
* Thu Aug 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-4
+ Revision: 8538732
- Avoid conflicts with flask-silk



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6676 |14cr|python-flask-babel-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global mod_name	Flask-Babel

Name:		python-flask-babel
Version:	0.9
Release:	2
Summary:	Adds i18n/l10n support to Flask applications

Group:		Development/Python
License:	BSD
URL:		http://github.com/mitsuhiko/flask-babel/
Source0:	http://pypi.python.org/packages/source/F/Flask-Babel/Flask-Babel-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-babel
BuildRequires:	python-devel
BuildRequires:	python-distribute
BuildRequires:	python-flask
BuildRequires:	python-jinja2
BuildRequires:  python-pytz
BuildRequires:	python-speaklater
Requires:	python-babel
Requires:	python-flask
Requires:	python-jinja2
Requires:   python-pytz
Requires:	python-speaklater


%description
Adds i18n/l10n support to Flask applications with the help of the Babel
library.

%prep
%setup -q -n %{mod_name}-%{version}

%build
python setup.py build

%install
python setup.py install --root %{buildroot}

# Disable tests - date-related tests may fail inside build nodes
# %check
# PYTHONPATH=$RPM_BUILD_ROOT/%{python_sitelib}:%{python_sitelib} make test

%files
%doc docs LICENSE PKG-INFO README
%{py_puresitedir}/*.egg-info/
%{py_puresitedir}/flask_babel



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-2
+ Revision: 01033e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6677 |14cr|python-flask-openid-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global mod_name Flask-OpenID

Name:		python-flask-openid
Version:	1.2.1
Release:	2
Summary:	OpenID support for Flask


Group:		Development/Python
License:	BSD
URL:		http://github.com/mitsuhiko/flask-openid/
Source0:	http://pypi.python.org/packages/source/F/Flask-OpenID/Flask-OpenID-%{version}.tar.gz

BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	python-flask
BuildRequires:	python-openid
BuildRequires:	python-setuptools
Requires:	python-openid

%description
Flask-OpenID is an extension to flask that allows you to add openid
based authentication to your website in a matter of minutes.

%prep
%setup -q -n %{mod_name}-%{version}
rm -f docs/.DS_Store
rm -f docs/_static/.DS_Store
rm -f docs/_static/._.DS_Store
rm -f docs/._.DS_Store

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

%files
%doc docs LICENSE PKG-INFO README
%{py_puresitedir}/*.egg-info/
%{py_puresitedir}/flask_openid.py


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-2
+ Revision: 80be2a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6678 |14cr|python-flask-silk-0.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global mod_name	Flask-Silk

Name:		python-flask-silk
Version:	0.1.1
Release:	3
Summary:	Adds silk icons to your Flask application or module, or extension
Group:		Development/Python
License:	BSD
URL:		http://github.com/mitsuhiko/flask-silk/
Source0:	http://pypi.python.org/packages/source/F/%{mod_name}/%{mod_name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-flask
BuildRequires:	python-devel
Requires:	python-flask

%description
Adds silk icons to your Flask application or module, or extension.

%prep
%setup -q -n %{mod_name}-%{version}

%build
%{__python} setup.py build

%install
%{__python} setup.py install --root $RPM_BUILD_ROOT

%files
%doc PKG-INFO README
%{python_sitelib}/*.egg-info/
%{python_sitelib}/flaskext/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-3
+ Revision: 5124b06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6679 |14cr|python-flup-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname flup

%define name python-%oname
%define version 1.0.2
%define release 3

Summary:  Python module related to FastCGI and WSGI
Name: %{name}
Version: %{version}
Release: %mkrel %{release}

Source0: http://www.saddi.com/software/%oname/dist/%oname-%version.tar.gz 
License: BSD
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
Url: http://trac.saddi.com/flup
BuildRequires: python-devel
BuildRequires: python-setuptools

%description
This Python package is a random collection of WSGI and FCGI modules.

%prep
%setup -q -n %oname-%version 
perl -pi -e 's/^(use_setuptools)/#$1/' setup.py

%build
python setup.py build

%install
rm -rf %buildroot
python setup.py install --root=$RPM_BUILD_ROOT 

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog
%py_sitedir/%{oname}
%py_sitedir/*.egg-info/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: 4cb03ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6680 |14cr|python-fpconst-0.7.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname     fpconst
%define name      python-%{oname}
%define dname     %{oname}-%{version}


Summary:       IEEE754 float infinity and NaN for python
Name:          python-%{oname}
Version:       0.7.3
Release:       3
Epoch:         0
URL:           http://cheeseshop.python.org/packages/source/f/%oname/%version
Source0:       http://cheeseshop.python.org/packages/source/f/%oname/%oname-%version.tar.bz2
License:       BSD-like
Group:         Development/Python
BuildRequires: python-devel
BuildArch:     noarch
BuildRoot:     %{_tmppath}/%{name}-buildroot

%description
This module provides constants and functions for handling IEEE754
floating point infinite and NaN values.

This works on any python that uses IEEE754 double values for its float
type (whether big- or little-endian). Although this is not required,
it's unlikely any python would fail to meet this requirement (the code
in both the standard and JPython interpreters assumes IEEE754 double
all over the place).

%prep
%setup -q -n %{dname}

%build
%{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --root %{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc README PKG-INFO
%defattr(-,root,root)
%{python_sitelib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.7.3-3
+ Revision: 79a9ae5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6681 |14cr|python-fuse-2.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name python-fuse
%define cvsversion 20070509
%define version 2.5
%define release 6

Name:		%name
Summary:	Python binding for Fuse (Filesystem in Userspace)
URL:		http://fuse.sourceforge.net/wiki/index.php/FusePython
Source0:	%{name}-cvs%{cvsversion}.tar.bz2
License:	LGPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Group:		System/Libraries
BuildRequires:	python-devel, fuse-devel
Requires:	fuse
Version:	%version
Release:	%release

%description
Python binding for Fuse (Filesystem in Userspace).

%prep
%setup -q -n %{name}-cvs%{cvsversion}

%build
%{__python} setup.py build

%install
%{__rm} -Rf $RPM_BUILD_ROOT
%{__python} setup.py install --root $RPM_BUILD_ROOT

%clean
%{__rm} -Rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README.1st README.new_fusepy_api FAQ
%py_platsitedir/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5-6
+ Revision: 56e9965
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6682 |14cr|python-Gato-1.02-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-Gato
Group:		Development/Python
License:	LGPLv2
Summary:	Python Gato module
Version:	1.02
Release:	2
Source:		http://gato.sourceforge.net/Download/Gato-%{version}.tar.gz
URL:		http://gato.sourceforge.net/index.html
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	tcl >= 8.6
Requires:	tk >= 8.6
Requires:	tkinter

%description
Gato - the Graph Animation Toolbox - is a software which visualizes
algorithms on graphs. Graphs are mathematical objects consisting of
vertices and edges connecting pairs of vertices: think of cities as
vertices and interstates as edges connecting two cities. Algorithms
might find a shortest path - the fastest route - or a minimal spanning
tree or solve one of other interesting problems on graphs: maximal-flow,
weighted and non-weighted matching and min-cost flow. Visualisation
means linking cause - the statements of an algorithm - immediately to
an effect - changes to the graph the algorithm has as its input - by
terms of blinking, changing colors and other visual effects.

%prep
%setup -q -n Gato
sed -i -e 's:self.overrideredirect(1):self.overrideredirect(0):' GatoDialogs.py

%install
rm -fr %buildroot
mkdir -p %buildroot%{py_platsitedir}/Gato
cp *.py %buildroot%{py_platsitedir}/Gato

mkdir -p %buildroot%{_bindir}
pushd %buildroot%{_bindir}
ln -s %{py_platsitedir}/Gato/Gato.py gato
ln -s %{py_platsitedir}/Gato/Gred.py gred
popd

mkdir -p %buildroot%{_datadir}/Gato
cp BFS.* DFS.* sample.cat %buildroot%{_datadir}/Gato

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%{py_platsitedir}/*
%{_datadir}/Gato



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.02-2
+ Revision: d633893
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6683 |14cr|python-gd-0.56-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	gd

Name:		python-%{module}
Group:		Development/Python
License:	BSD
Summary:	Python GD module
Version:	0.56
Release:	7
Source:		http://newcenturycomputers.net/projects/download.cgi/gdmodule-%{version}.tar.gz
URL:		http://newcenturycomputers.net/projects/gdmodule.html

BuildRequires:	pkgconfig(freetype2)
BuildRequires:	gd-devel >= 2.0.35-21
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	python-devel
BuildRequires:	zlib-devel
Requires:	gd >= 2.0.35
Requires:	python

%description
This module is a python wrapper for the GD library. Due to the constant
change in the GD library API, there are several older versions of this
module available.

%prep
%setup -q -n gdmodule-%{version}
%ifnarch %{ix86}
perl -pi -e 's|"/usr/local/lib"|"%{_libdir}"|;' Setup.py
%endif

%build

%install
PYTHONDONTWRITEBYTECODE= \
%__python Setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%files -f INSTALLED_FILES
%doc README

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.56-7
+ Revision: c956390
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6684 |14cr|python-gdata-2.0.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-gdata
Version:        2.0.18
Release:        2
Summary:        A Python module for accessing online Google services
Group:          Development/Python
License:        ASL 2.0
URL:            http://code.google.com/p/gdata-python-client/
Source0:        http://gdata-python-client.googlecode.com/files/gdata-%{version}.tar.gz
Source1:	python-gdata.rpmlintrc
BuildArch:      noarch
BuildRequires:  python-devel
Requires:       python >= 2.5

%description
This is a Python module for accessing online Google services, such as:
- Blogger
- Calendar
- Picasa Web Albums
- Spreadsheets
- YouTube
- Notebook

%prep
%setup -q -n gdata-%{version}

chmod -R 755 samples

%build
%{__python} setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
%clean

%files
%doc README.txt RELEASE_NOTES.txt samples/
%{py_puresitedir}/*.egg-info
%{py_puresitedir}/atom
%{py_puresitedir}/gdata

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.18-2
+ Revision: b716023
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6685 |14cr|python-genshi-0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-genshi
Version:        0.7
Release:        2
Summary:        Toolkit for stream-based generation of output for the web

Group:          Development/Python
License:        BSD
URL:            http://genshi.edgewall.org/
Source0:        http://ftp.edgewall.com/pub/genshi/Genshi-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
Genshi is a Python library that provides an integrated set of
components for parsing, generating, and processing HTML, XML or other
textual content for output generation on the web. The major feature is
a template language, which is heavily inspired by Kid.

%prep
%setup -q -n Genshi-%{version}
find examples -type f | xargs chmod a-x

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot} --install-purelib=%py_platsitedir

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING doc examples README.txt
%{py_platsitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-2
+ Revision: fee0107
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6686 |14cr|python-geoip-1.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname GeoIP

Summary: Python bindings for the GeoIP library


Name: python-geoip
Version: 1.3.1
Release: 2
Source0: http://www.maxmind.com/download/geoip/api/python/GeoIP-%{version}.tar.gz
URL: http://www.maxmind.com/app/python
License: BSD-like
Group: Development/Python
BuildRequires:  python-devel
BuildRequires: pkgconfig(geoip)

%description
This is the Python API to the GeoIP library that enables the user to
find the country that any IP address or hostname originates from. It
uses a file based database that is accurate as of March 2003. This
database simply contains IP blocks as keys, and countries as
values. This database should be more complete and accurate than using
reverse DNS lookups. Commercial databases and automatic update
services are available from http://www.maxmind.com/

%prep
%setup -q -n %oname-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%{py_platsitedir}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-2
+ Revision: 72359d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6687 |14cr|python-geomcfly-0.8.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	geomcfly

Summary:	Geolocalized Metalinks created on the Fly
Name:		python-%{oname}
Version:	0.8.1
Release:	8
Source0:	%{oname}-%{version}.tar.gz
URL:		http://geomcfly.sourceforge.net/
License:	GPLv2+
Group:		Development/Python
BuildArch:	noarch
Requires:	python-geoip python-metalink

%description
This module is for creation of metalinks from a list of mirrors with their
preference relative to clients' geographical location.

While it's primary target of use is the Mandriva Linux distribution and
downloading of it's packages, it aims to be written in a generic and portable
way making it usable for other purposes as well.

%prep
%setup -q -n %{oname}-%{version}

%build

%install
install -m644 %{oname}.py -D %{buildroot}%{python_sitelib}/%{oname}.py
install -m755 %{oname}.py.cgi -D %{buildroot}/var/www/cgi-bin/%{oname}.py.cgi
install -d %{buildroot}%{_localstatedir}/lib/%{oname}
install -d %{buildroot}/var/run/%{oname}
touch %{buildroot}/var/run/%{oname}/lock

%files
%{python_sitelib}/%{oname}.py
/var/www/cgi-bin/%{oname}.py.cgi
%attr(-,apache,apache) %{_localstatedir}/lib/%{oname}
%ghost %attr(-,apache,apache) /var/run/%{oname}/lock




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-8
+ Revision: 3346290
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6688 |14cr|python-geotypes-0.7.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: python-geotypes
Version: 0.7.0
Release: 9
Summary: Library that implements the OpenGIS 

Source: http://initd.org/svn/psycopg/geotypes/releases/GeoTypes-%{version}.tar.gz 
URL: http://initd.org/tracker/psycopg/wiki
License: GPL
Group:		Development/Python
BuildRequires:  python-devel

%description
GeoTypes is a library that implements the OpenGIS Simple Features Specification
for SQL Geometric Object Model and provides parsers for storing and retrieving
these objects from Postgis. GeoTypes is an external project by RJT.

%prep
%setup -q -n GeoTypes-%{version} 

%install
python setup.py install --root=%{buildroot}

%clean

%files
%{py_puresitedir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-9
+ Revision: 3fa88b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6689 |14cr|python-gevent-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	gevent
%define	rel		1
%if %mdkversion < 201100
%else
%endif

Name:		python-%{module}
Version:	1.0.1
Release:	2
Summary:	A coroutine-based Python networking library


Group:		Development/Python 
License:	MIT
URL:		http://www.gevent.org/
Source0:	http://pypi.python.org/packages/source/g/gevent/gevent-%{version}.tar.gz

Requires:	python-greenlet
BuildRequires:  python-greenlet, python-devel, python-setuptools, python-sphinx
BuildRequires:	libevent-devel >= 1.4.0

%description
gevent is a coroutine-based Python networking library that uses greenlet to
provide a high-level synchronous API on top of libevent event loop.

Features include:

* Fast event loop based on libevent.
* Lightweight execution units based on greenlet.
* Familiar API that re-uses concepts from the Python standard library.
* Cooperative sockets with ssl support.
* DNS queries performed through libevent-dns.
* Ability to use standard library and 3rd party modules written for
  standard blocking sockets
* Fast WSGI server based on libevent-http.

gevent is inspired by eventlet but features a more consistent API, a simpler 
implementation, and better performance. 

%prep
%setup -q -n %{module}-%{version}

%build
PYTHONDONTWRITEBYTECODE= CFLAGS="%{optflags}" python setup.py build

pushd doc
export PYTHONPATH=`dir -1d ../build/lib.linux*`
make html
rm -rf _build/html/.buildinfo 
popd

%install
python setup.py install -O1 --skip-build --root %{buildroot}

# Fix non-standard-executable-perm error
%{__chmod} 0755 %{buildroot}%{py_platsitedir}/%{module}/core.so

%clean

%files
%defattr(-,root,root,-)
%doc AUTHORS changelog.rst LICENSE* README* TODO examples/ doc/_build/html/
%{py_platsitedir}/%{module}
%{py_platsitedir}/%{module}-%{version}-*.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: d7ba2ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6690 |14cr|python-gevent_zeromq-0.2.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	gevent_zeromq

Summary:	Gevent compatibility layer for pyzmq

Name:		python-%{module}
Version:	0.2.5
Release:	5
Source0:	http://pypi.python.org/packages/source/g/gevent_zeromq/gevent_zeromq-%{version}.tar.gz
Patch0:		gevent_zeromq-cython_socket.patch
Source100:	%{name}.rpmlintrc
License:	BSD
Group:		Development/Python
Url:		http://github.com/traviscline/gevent-zeromq/
Requires:	python-gevent, python-pyzmq >= 2.2.0
BuildRequires:	python-devel
BuildRequires:	python-cython 
BuildRequires:	python-gevent 
BuildRequires:	python-pyzmq >= 2.2.0


%description
Wrapper of pyzmq to make it compatible with gevent. ZeroMQ socket operations
that would normally block the current thread will only block the current
greenlet.

%prep
%setup -q -n %{module}-%{version}
%patch0 -p0

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}


%files
%doc examples/
%{py_platsitedir}/%{module}*



%changelog
* Sat Sep 20 2014 abfonly <abfonly@gmail.com> 0.2.5-5
+ Revision: c82582a
- Merge pull request #1 from abfonly/python-gevent_zeromq:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6691 |14cr|python-gfbi_core-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name gfbi_core
%define beta    b3

Name: 		python-%{upstream_name}
Version: 	0.5
Release: 	3
Summary: 	Core files for interactive git filter branch
License:	BSD
Group: 		Development/Python
Url: 		http://pypi.python.org/pypi/gfbi_core
Source0: 	http://pypi.python.org/packages/source/g/gfbi_core/gfbi_core-%{version}%{beta}.tar.gz
Requires:       python-gitpython
BuildArch:      noarch

%description
These are the core files for interactive git filter-branch. There are two
frontends : qGitFilterBranch and gfbi.

%prep
%setup -q -n %{upstream_name}-%{version}%{beta}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS.txt CHANGELOG README.rst LICENSE.txt
%{python_sitelib}/gfbi_core
%{python_sitelib}/gfbi_core-%{version}%{beta}-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-3
+ Revision: 61a98af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6692 |14cr|python-gflags-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module gflags

Name:           python-%{module}
Version:        2.0
Release:        2
Summary:        Commandline flags module for Python
Group:          Development/Python
License:        BSD
URL:            http://code.google.com/p/python-gflags/
Source0:        http://python-gflags.googlecode.com/files/python-gflags-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
Buildarch:	noarch

%description
This project is the python equivalent of google-gflags, a Google commandline
flag implementation for C++. It is intended to be used in situations where a
project wants to mimic the command-line flag handling of a C++ app that uses
google-gflags, or for a Python app that, via swig or some other means, is
linked with a C++ app that uses google-gflags.

The gflags package contains a library that implements commandline flags
processing. As such it's a replacement for getopt(). It has increased
flexibility, including built-in support for Python types, and the ability to
define flags in the source file in which they're used. (This last is its major
difference from OptParse.)

%prep
%setup -q
# Fix non-executable-script error (from SUSE spec file)
sed -i '/^#!\/usr\/bin\/env python$/,+1 d' %{module}.py

%build
CFLAGS="%{optflags}" python setup.py build

%install
%{__python} setup.py install --root $RPM_BUILD_ROOT --install-purelib=%{python_sitelib}

%files
%doc AUTHORS ChangeLog COPYING README PKG-INFO 
%{python_sitelib}/%{module}.py*
%{python_sitelib}/python_gflags-%{version}-*egg-info
%{python_sitelib}/gflags_validators.py
%{_bindir}/gflags2man.py




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-2
+ Revision: 5b56dc3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6693 |14cr|python-gitdb-0.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name gitdb
%define debug_package	%{nil}

Name: 		python-%{upstream_name}
Version: 	0.5.4
Release: 	2
Summary: 	Git Object Database
License:	BSD
Group: 		Development/Python
Url: 		http://pypi.python.org/pypi/gitdb
Source0: 	http://pypi.python.org/packages/source/g/gitdb/gitdb-%{version}.tar.gz
BuildRequires:  python-distribute
BuildRequires:  python-async
BuildRequires:  python-smmap
Requires:       python-async
Requires:       python-smmap

%description
GitDB is a Python git object database.

%prep
%setup -q -n %{upstream_name}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --install-purelib=%{py_puresitedir}

rm -f %{buildroot}%{py_puresitedir}/gitdb/README
rm -f %{buildroot}%{py_puresitedir}/gitdb/AUTHORS

%files
%doc AUTHORS
%{py_platsitedir}/gitdb
%{py_platsitedir}/gitdb-%{version}-py%{py_ver}.egg-info

%changelog
* Sat Aug 02 2014 abfonly <abfonly@gmail.com> 0.5.4-2
+ Revision: f7c6f2d
- drop empty debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6694 |14cr|python-gitpython-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name GitPython
%define beta    beta2

Name: 		python-gitpython
Version: 	0.3.1
Release: 	4
Summary: 	Python Git library
License:	BSD
Group: 		Development/Python
Url: 		http://gitorious.org/projects/git-python/
Source0: 	http://pypi.python.org/packages/source/G/GitPython/GitPython-%{version}-%{beta}.tar.gz
BuildRequires:  python-distribute
BuildArch:      noarch

%description
GitPython is a python library used to interact with Git repositories.

GitPython provides object model access to your git repository. Once you have
created a repository object, you can traverse it to find parent commit(s),
trees, blobs, etc.

GitPython is a port of the grit library in Ruby created by Tom Preston-Werner
and Chris Wanstrath

%prep
%setup -q -n git-python-mainline

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS CHANGES README.rst LICENSE TODO VERSION
%{python_sitelib}/git
%{python_sitelib}/GitPython-%{version}-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-4
+ Revision: 8a9b0d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6695 |14cr|python-glance-2014.1-0.4.b3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Based on fedora rawhide , import for
# RosaFresh 2012.1   .Symbianflo

%define module	glance
#define _sharedstatedir /usr/com

Name:           python-%{module}
Version:        2014.1
Release:        0.4.b3
Summary:        Discover, Register and Retrieve virtual machine images
#
# Apache License
# Version 2.0, January 2004
# http://www.apache.org/licenses/
# DO NOT change license type, the developers 
# are very rigid about this. Symbianflo
#
License:        ASL 2.0
Group:          Development/Python
Url:            http://glance.openstack.org/
Source0:          https://launchpad.net/glance/icehouse/icehouse-2/+download/glance-%{version}.b3.tar.gz
Source1:          openstack-glance-api.service
Source2:          openstack-glance-registry.service
Source3:          openstack-glance-scrubber.service
Source4:          openstack-glance.logrotate
Source5:          glance-api-dist.conf
Source6:          glance-registry-dist.conf
Source7:          glance-cache-dist.conf
Source8:          glance-scrubber-dist.conf

#
# upsteream patches_base=2014.1.b3
#
Patch0001: 0001-Don-t-access-the-net-while-building-docs.patch
Patch0002: 0002-Remove-runtime-dep-on-python-pbr.patch
Patch0003: 0003-Revert-Switch-over-to-oslosphinx.patch
Patch0004: 0004-unconfigure-unsupported-storage-drivers.patch


BuildRequires:    pkgconfig(python)
BuildRequires:    pythonegg(setuptools)
BuildRequires:    intltool
BuildRequires:    crudini   
BuildRequires:    pythonegg(pbr)
BuildRequires:    pythonegg(sphinx)
BuildRequires:    pythonegg(oslo.sphinx)
BuildRequires:    pythonegg(oslo.config) >= 1.2.0
BuildRequires:    pythonegg(oslo.messaging) 



# Do not remove it even if overlaps
# R systemd-units, let rpm handle this
# and merge flags. Symbianflo
Requires(post):   systemd-units
Requires(preun):  systemd-units
Requires(postun): systemd-units
Requires(pre):    shadow-utils
#

# all missing modules imported.
Requires:         pythonegg(mysql-python)
Requires:         pythonegg(pysendfile)
Requires:         pythonegg(eventlet)
Requires:         pythonegg(httplib2)
Requires:         pythonegg(iso-8601)
Requires:         pythonegg(jsonschema)
Requires:         pythonegg(sqlalchemy-migrate)
Requires:         pythonegg(pastedeploy)
Requires:         pythonegg(routes)
Requires:         pythonegg(sqlalchemy)
Requires:         pythonegg(webob)
Requires:         pythonegg(pycrypto)
Requires:         pythonegg(xattr)
Requires:         pythonegg(python-swiftclient)  
Requires:         pythonegg(python-cinderclient)
Requires:         pythonegg(python-keystoneclient)
Requires:         pythonegg(oslo.config) >= 1.2.0
Requires:         pythonegg(oslo.messaging)  
Requires:         pythonegg(qpid-python)

# TODO: Maybe split openstack-glance and python-glance 
# as 2 separate packages?
Provides:	openstack-glance = %{EVRD}

BuildArch:        noarch

%description
The Glance project provides services for discovering, registering,
and retrieving virtual machine images. Glance has a RESTful API
that allows querying of VM image metadata as well as retrieval
of the actual image.

%prep
%setup -q -n glance-%{version}.b3

%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
# Remove bundled egg-info
rm -rf glance.egg-info
sed -i '/\/usr\/bin\/env python/d' glance/common/config.py glance/common/crypt.py glance/db/sqlalchemy/migrate_repo/manage.py
# versioninfo is missing in f3 tarball
echo %{version} > glance/versioninfo

sed -i '/setuptools_git/d; /setup_requires/d; /install_requires/d; /dependency_links/d' setup.py
sed -i s/REDHATGLANCEVERSION/%{version}/ glance/version.py
sed -i s/REDHATGLANCERELEASE/%{release}/ glance/version.py

# Remove the requirements file so that pbr hooks don't add it
# to distutils requiers_dist config
# let rpm handle req.Symbianflo
rm -rf {test-,}requirements.txt tools/{pip,test}-requires

%build
# Move authtoken configuration out of paste.ini
for svc in api registry; do
  for var in admin_tenant_name admin_user admin_password auth_host auth_port auth_protocol; do
    crudini --del etc/glance-$svc-paste.ini filter:authtoken $var
  done
done

python setup.py build

%install
python setup.py install --root %{buildroot}

# Delete tests
rm -fr %{buildroot}%{py_puresitedir}/glance/tests

# Drop old glance CLI it has been deprecated
# and replaced glanceclient.Symbianflo
rm -f %{buildroot}%{_bindir}/glance

export PYTHONPATH="$( pwd ):$PYTHONPATH"
pushd doc
sphinx-build -b html source build/html
sphinx-build -b man source build/man

mkdir -p %{buildroot}%{_mandir}/man1
install -p -D -m 644 build/man/*.1 %{buildroot}%{_mandir}/man1/
popd

# Fix linting.Symbianflo
rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
rm -f %{buildroot}%{_sysconfdir}/glance*.conf
rm -f %{buildroot}%{_sysconfdir}/glance*.ini
rm -f %{buildroot}%{_sysconfdir}/logging.cnf.sample
rm -f %{buildroot}%{_sysconfdir}/policy.json
rm -f %{buildroot}%{_sysconfdir}/schema-image.json
rm -f %{buildroot}/usr/share/doc/glance/README.rst

# Setup directories
install -d -m 755 %{buildroot}%{_datadir}/glance
install -d -m 755 %{buildroot}%{_sharedstatedir}/glance/images

# Config file
install -p -D -m 640 etc/glance-api.conf %{buildroot}%{_sysconfdir}/glance/glance-api.conf
install -p -D -m 644 %{SOURCE5} %{buildroot}%{_datadir}/glance/glance-api-dist.conf
install -p -D -m 644 etc/glance-api-paste.ini %{buildroot}%{_datadir}/glance/glance-api-dist-paste.ini
install -p -D -m 640 etc/glance-registry.conf %{buildroot}%{_sysconfdir}/glance/glance-registry.conf
install -p -D -m 644 %{SOURCE6} %{buildroot}%{_datadir}/glance/glance-registry-dist.conf
install -p -D -m 644 etc/glance-registry-paste.ini %{buildroot}%{_datadir}/glance/glance-registry-dist-paste.ini
install -p -D -m 640 etc/glance-cache.conf %{buildroot}%{_sysconfdir}/glance/glance-cache.conf
install -p -D -m 644 %{SOURCE7} %{buildroot}%{_datadir}/glance/glance-cache-dist.conf
install -p -D -m 640 etc/glance-scrubber.conf %{buildroot}%{_sysconfdir}/glance/glance-scrubber.conf
install -p -D -m 644 %{SOURCE8} %{buildroot}%{_datadir}/glance/glance-scrubber-dist.conf

install -p -D -m 640 etc/policy.json %{buildroot}%{_sysconfdir}/glance/policy.json
install -p -D -m 640 etc/schema-image.json %{buildroot}%{_sysconfdir}/glance/schema-image.json

# Initscripts
install -p -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/openstack-glance-api.service
install -p -D -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/openstack-glance-registry.service
install -p -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/openstack-glance-scrubber.service

# Logrotate config
install -p -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

# Install pid directory
install -d -m 755 %{buildroot}%{_localstatedir}/run/glance

# Install log directory
install -d -m 755 %{buildroot}%{_localstatedir}/log/glance

# Update common config and paramterized config
crudini --set %{buildroot}%{_datadir}/glance/glance-api-dist.conf DEFAULT filesystem_store_datadir %{_localstatedir}/lib/glance/images/
crudini --set %{buildroot}%{_datadir}/glance/glance-api-dist.conf DEFAULT scrubber_datadir %{_localstatedir}/lib/glance/scrubber
crudini --set %{buildroot}%{_datadir}/glance/glance-api-dist.conf DEFAULT image_cache_dir %{_localstatedir}/lib/glance/image-cache/
for svc in api registry; do
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf DEFAULT sql_connection mysql://glance:glance@localhost/glance
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf DEFAULT log_file %{_localstatedir}/log/glance/$svc.log
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf keystone_authtoken admin_tenant_name %SERVICE_TENANT_NAME%
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf keystone_authtoken admin_user %SERVICE_USER%
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf keystone_authtoken admin_password %SERVICE_PASSWORD%
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf keystone_authtoken auth_host 127.0.0.1
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf keystone_authtoken auth_port 35357
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf keystone_authtoken auth_protocol http
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf paste_deploy config_file %{_datadir}/glance/glance-$svc-dist-paste.ini
done
crudini --set %{buildroot}%{_datadir}/glance/glance-cache-dist.conf DEFAULT image_cache_dir %{_localstatedir}/lib/glance/image-cache/
crudini --set %{buildroot}%{_datadir}/glance/glance-cache-dist.conf DEFAULT log_file %{_localstatedir}/log/glance/image-cache.log
crudini --set %{buildroot}%{_datadir}/glance/glance-scrubber-dist.conf DEFAULT scrubber_datadir %{_localstatedir}/lib/glance/scrubber
crudini --set %{buildroot}%{_datadir}/glance/glance-scrubber-dist.conf DEFAULT log_file %{_localstatedir}/log/glance/scrubber.log

# Programmatically update defaults in sample config
# which is installed at /etc/$project/$program.conf
# TODO: Make this more robust
# Note it only edits the first occurance, so assumes a section ordering in sample
# and also doesn't support multi-valued variables.
for svc in api registry cache scrubber; do
  cfg=%{buildroot}%{_sysconfdir}/glance/glance-$svc.conf
  test -e $cfg || continue
  while read name eq value; do
    test "$name" && test "$value" || continue
    # Note some values in upstream glance config may not be commented
    # and if not, they might not match the default value in code.
    # So we comment out both froms to have dist config take precedence.
    sed -i "0,/^#* *$name *=/{s!^#* *$name *=.*!#$name=$value!}" $cfg
  done < %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf
done

# Fix more linting.Symbianflo
pushd  %{buildroot}%{py_puresitedir}/glance/cmd
# fix attr
find . {manage,api,scrubber,registry,cache_prefetcher,cache_manage,replicator}.py |xargs chmod +x
# add missing shebang
sed -i -e '1i#!/usr/bin/python' {__init__,cache_pruner,cache_cleaner,control}.py 
popd


# %%pre, %%post, %%preun, %%postun 
# must handle users-add, update/upgrade
# install/uninstall/downgrade, 
# start/stop service, do not remove. Symbianflo

%pre
getent group glance >/dev/null || groupadd -r glance -g 161
getent passwd glance >/dev/null || \
useradd -u 161 -r -g glance -d %{_sharedstatedir}/glance -s /sbin/nologin \
-c "OpenStack Glance Daemons" glance
exit 0

%post
if [ $1 -eq 1 ] ; then
    # Initial installation
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi


%preun
if [ $1 -eq 0 ] ; then
    # Package removal, not upgrade
    /bin/systemctl --no-reload disable openstack-glance-api.service > /dev/null 2>&1 || :
    /bin/systemctl --no-reload disable openstack-glance-registry.service > /dev/null 2>&1 || :
    /bin/systemctl --no-reload disable openstack-glance-scrubber.service > /dev/null 2>&1 || :
    /bin/systemctl stop openstack-glance-api.service > /dev/null 2>&1 || :
    /bin/systemctl stop openstack-glance-registry.service > /dev/null 2>&1 || :
    /bin/systemctl stop openstack-glance-scrubber.service > /dev/null 2>&1 || :
fi

%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall
    /bin/systemctl try-restart openstack-glance-api.service >/dev/null 2>&1 || :
    /bin/systemctl try-restart openstack-glance-registry.service >/dev/null 2>&1 || :
    /bin/systemctl try-restart openstack-glance-scrubber.service >/dev/null 2>&1 || :
fi

# TODO: separate openstack-glance and python-glance,  
# maybe,separate doc package.Symbianflo

%files
%doc README.rst doc/build/html
%{_bindir}/glance-api
%{_bindir}/glance-control
%{_bindir}/glance-manage
%{_bindir}/glance-registry
%{_bindir}/glance-cache-cleaner
%{_bindir}/glance-cache-manage
%{_bindir}/glance-cache-prefetcher
%{_bindir}/glance-cache-pruner
%{_bindir}/glance-scrubber
%{_bindir}/glance-replicator
%{_datadir}/glance/glance-api-dist.conf
%{_datadir}/glance/glance-registry-dist.conf
%{_datadir}/glance/glance-cache-dist.conf
%{_datadir}/glance/glance-scrubber-dist.conf
%{_datadir}/glance/glance-api-dist-paste.ini
%{_datadir}/glance/glance-registry-dist-paste.ini
%{_unitdir}/openstack-glance-api.service
%{_unitdir}/openstack-glance-registry.service
%{_unitdir}/openstack-glance-scrubber.service
%{_mandir}/man1/glance*.1.*
%dir %{_sysconfdir}/glance
#attr for conffiles
%config(noreplace) %attr(644, root, glance) %{_sysconfdir}/glance/glance-api.conf
%config(noreplace) %attr(644, root, glance) %{_sysconfdir}/glance/glance-registry.conf
%config(noreplace) %attr(644, root, glance) %{_sysconfdir}/glance/glance-cache.conf
%config(noreplace) %attr(644, root, glance) %{_sysconfdir}/glance/glance-scrubber.conf
%config(noreplace) %attr(644, root, glance) %{_sysconfdir}/glance/policy.json
%config(noreplace) %attr(644, root, glance) %{_sysconfdir}/glance/schema-image.json
%config(noreplace) %attr(644, root, glance) %{_sysconfdir}/logrotate.d/%{name}
#
%dir %attr(0755, glance, nobody) %{_sharedstatedir}/glance
%dir %attr(0755, glance, glance) %{_localstatedir}/log/glance
%dir %attr(0755, glance, nobody) %{_localstatedir}/run/glance
%{py_puresitedir}/glance
%{py_puresitedir}/glance-%{version}*.egg-info




%changelog
* Sun Apr 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 2014.1-0.4.b3
+ Revision: 47f9e92
- Updated to 2014.1 (sync with swymbianflo)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6696 |14cr|python-glpk-0.4.43-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple Python interface to GLPK
Name:		python-glpk
Version:	0.4.43
Release:	4
Epoch:		1
Source0:        http://www.dcc.fc.up.pt/~jpp/code/python-glpk/%{name}-%{version}.tar.gz
Patch0:		Makefile.patch
License:	GPLv2
Group:		Development/Python
Url:		http://www.dcc.fc.up.pt/~jpp/code/python-glpk/
Requires:	python-ply
BuildRequires:	glpk-devel >= 4.43, swig
BuildRequires:  python-devel

%description
A simple Python interface to GLPK.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 

%build
%make -C src all

%install
pushd src
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=../FILE_LIST
popd

%clean

%files -f FILE_LIST
%doc COPYING ChangeLog readme.txt examples/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.4.43-4
+ Revision: 2606ea7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6697 |14cr|python-gmpy-1.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	gmpy

Summary:	Python interface to GMP
Name:		python-%{module}
Version:	1.17
Release:	3
Source0:	http://gmpy.googlecode.com/files/gmpy-%{version}.zip
License: 	LGPLv2.1
Group: 		Development/Python
Url: 		http://code.google.com/p/gmpy/
BuildRequires:	gmp-devel >= 4.2.4
BuildRequires:  python-devel

%description
The General Multiprecision PYthon project (GMPY) focuses on
Python-usable modules providing multiprecision arithmetic
functionality to Python programmers. The project mission includes both
C and C++ Python-modules (for speed) and pure Python modules (for
flexibility and convenience); it potentially includes integral,
rational and floating-point arithmetic in any base. Only
cross-platform functionality is of interest, at least for now.

%prep
%setup -q -n %{module}-%{version}

%build
find -name .svn | xargs rm -rf
%__python ./setup.py build

%install
%__python ./setup.py install --root=%{buildroot} --record=FILE_LIST

%files -f FILE_LIST
%doc README lgpl-2.1.txt doc/ test/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.17-3
+ Revision: 500549a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6698 |14cr|python-gnuplot-1.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A Python interface to the gnuplot plotting program
Name:    python-gnuplot
Version: 1.8
Release: 5
Source0: http://downloads.sourceforge.net/gnuplot-py/gnuplot-py-%{version}.tar.gz
License: LGPLv2
Group:   Development/Python
Url:     http://gnuplot-py.sourceforge.net
Requires: gnuplot
Requires: python-numpy
Provides: gnuplot-py = %{version}
BuildRequires: python-devel
BuildRequires: gnuplot
BuildRequires: python-numpy
BuildRequires: pkgconfig(lapack)
BuildArch: noarch


%description
Gnuplot.py is a Python package that interfaces to gnuplot,
the popular open-source plotting program. It allows you
to use gnuplot from within Python to plot arrays of data
from memory, data files, or mathematical functions.
If you use Python to perform computations or as 'glue'
for numerical programs, you can use this package to plot
data on the fly as they are computed. And the combination
with Python makes it is easy to automate things, including
to create crude 'animations' by plotting different datasets
one after another.
The package includes a demonstration that can be run by 
typing 'python %{py_puresitedir}/Gnuplot/demo.py'.

%prep
%setup -q -n gnuplot-py-%{version}

%build
python setup.py build

%install
python setup.py install --root="%{buildroot}" --prefix="%{_prefix}"

%files 
%doc ANNOUNCE.txt README.txt NEWS.txt FAQ.txt CREDITS.txt TODO.txt LICENSE.txt Gnuplot.html doc/
%{py_puresitedir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8-5
+ Revision: 3e046f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6699 |14cr|python-gnutls-2.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
Name:		python-gnutls
Version:	2.0.1
Release:	2
Group:		Development/Python
License:	LGPL
Summary:	Python wrapper for the GNUTLS library
Source0:	https://pypi.python.org/packages/source/p/python-gnutls/%{name}-%{version}.tar.gz
URL:		http://pypi.python.org/pypi/python-gnutls
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	python-devel

%description
This package provides a high level object oriented wrapper around libgnutls,
as well as low level bindings to the GNUTLS types and functions via ctypes.
The high level wrapper hides the details of accessing the GNUTLS library
via ctypes behind a set of classes that encapsulate GNUTLS sessions,
certificates and credentials and expose them to python applications using
a simple API.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%ifarch x86_64
mkdir -p %{buildroot}%{py_platsitedir}
mv %{buildroot}/usr/lib/python2.7/site-packages/gnutls %{buildroot}%{py_platsitedir}/
mv %{buildroot}/usr/lib/python2.7/site-packages/python_gnutls-2.0.1-py2.7.egg-info %{buildroot}%{py_platsitedir}/
%endif

%files
%doc LICENSE ChangeLog
%{py_platsitedir}/gnutls
%{py_platsitedir}/*.egg-info

%changelog
* Sun Aug 03 2014 abfonly <abfonly@gmail.com> 2.0.1-2
+ Revision: 9367090
- Updated python-gnutls.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6700 |14cr|python-googl-0.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python wrapper for goo.gl URL shortener
Name:		python-googl
Version:	0.2.2
Release:	3
Source0:	%{name}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://python-googl.googlecode.com/
BuildArch:	noarch
Requires:	python-httplib2
BuildRequires:	python-setuptools

%description
Python wrapper for goo.gl URL shortener.

%prep
%setup -q

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-3
+ Revision: f692cb8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6701 |14cr|python-googlechart-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname    pygooglechart
%define name   python-googlechart
%define version 0.2.1
%define release 2

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        Python wrapper for the Google Chart API
Group:          Development/Python
License:        ASL 2.0
URL:            http://south.aeracode.org
Source:         %{realname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:      noarch
BuildRequires:  python-devel python-setuptools

%description
pygooglechart is a complete Python wrapper for the Google Chart API. 

%files
%defattr(-,root,root,-)
%{py_puresitedir}/*

#--------------------------------------------------------------------

%prep
%setup -q -n %{realname}-%version

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: 1af072a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6702 |14cr|python-graphcanvas-4.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	graphcanvas

Summary: 	Enthought Tool Suite - interactive graph visualization
Name: 	 	python-%{module}
Version: 	4.0.2
Release: 	2
Source0: 	https://www.enthought.com/repo/ets/graphcanvas-%{version}.tar.gz
License: 	BSD
Group: 	 	Development/Python
Url: 	 	https://github.com/enthought/graphcanvas/
BuildArch: 	noarch
Requires:  	python-enable >= 4.2.0
Requires:  	python-networkx
BuildRequires: 	python-setuptools >= 0.6c8
Obsoletes:  python-enthought-graphcanvas

%description
graphcanvas is an library for interacting with visualizations of
complex graphs. The aim is to allow the developer to declare the graph
by the simplest means and be able to visualize the graph immediately.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%files
%defattr(-,root,root)
%doc examples/ 
%py_sitedir/%{module}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.2-2
+ Revision: dd5df36
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6703 |14cr|python-greenlet-0.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	greenlet
%define	rel		1
%if %mdkversion < 201100
%else
%endif

Name:           python-%{module}
Version:        0.4.2
Release:        2
Summary:        Lightweight in-process concurrent programming
Group:          Development/Python
License:        MIT
URL:            http://pypi.python.org/pypi/%{module}
Source0:		http://pypi.python.org/packages/source/g/greenlet/greenlet-%{version}.zip
BuildRequires:  python-devel, python-setuptools, python-sphinx

%description
The greenlet package is a spin-off of Stackless, a version of CPython
that supports micro-threads called "tasklets". Tasklets run
pseudo-concurrently (typically in a single or a few OS-level threads)
and are synchronized with data exchanges on "channels".

%package devel
Summary:        C development headers for python-greenlet
Group:          Development/Python
Requires:       %{name} = %{version}-%{release}

%description devel
This package contains header files required for C modules development.

%prep
%setup -q -n %{module}-%{version}

%build
PYTHONDONTWRITEBYTECODE= python setup.py build
chmod 644 benchmarks/*.py
pushd doc
export PYTHONPATH=`dir -1d ../build/lib* | head -1`
%__make html
popd

%install
python setup.py install --root %{buildroot} --install-purelib=%{py_platsitedir}

%check
./run-tests.py

%files 
%doc doc/_build/html
%{py_platsitedir}/*

%files devel
%defattr(-,root,root,-)
%{_includedir}/python*/%{module}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.2-2
+ Revision: 38fa01c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6704 |14cr|python-gtkmvc-1.99.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname gtkmvc
%define pyver %(python -V 2>&1 | cut -f2 -d" " | cut -f1,2 -d".")

Name:           python-%{modname}
URL:            http://pygtkmvc.sourceforge.net/
Summary:        Model-View-Controller and Observer patterns for the PyGTK2
Version:        1.99.1
Release:        2
License:        BSD
Group:          Development/Python
Source0:        https://sourceforge.net/projects/pygtkmvc/files/pygtkmvc/1.99.1/%{name}-%{version}.tar.gz
BuildArch:      noarch
Requires:       python pygtk2.0 libglade2.0

BuildRequires:  pkgconfig(python) pkgconfig(libglade-2.0) pygtk2.0-devel

%description
Pygtk MVC is a multiplatform implementation of a dialect
of the Model-View-Controller and Observer patterns for the
PyGTK2 toolkit.

MVC is a pattern that can be successfully used to design
and develop well structured GUI applications.
The MVC pattern basically helps in separating sematics
and data of the application, from their representation.

Within Pygtk MVC the Observer pattern is also embedded.
This pattern allows making separated parts independent,
but still connected each other.

%prep
%setup -q -n python-%{modname}-%{version}

%build
export CFLAGS="$RPM_OPT_FLAGS"
%{__python} setup.py build

export PYTHONPATH="$RPM_BUILD_ROOT%{_libdir}/python%{pyver}/site-packages"

%install
%{__python} setup.py install --root=$RPM_BUILD_ROOT

%files
%doc docs examples AUTHORS COPYING INSTALL NEWS README PKG-INFO
%{_bindir}/gtkmvc-progen
%py_purelibdir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.99.1-2
+ Revision: 55d470f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6705 |14cr|python-gudev-147-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Python (PyGObject) bindings to the GUDev library
Name:           python-gudev
URL:            http://github.com/nzjrs/
Version:        147
Release:        4
Source0: 	http://github.com/nzjrs/python-gudev/tarball/%{version}/nzjrs-python-gudev-%{version}.2-1-g780b007.tar.gz
Group:          Development/Python
License:        LGPLv3+
%if %_arch == i386
Requires:       libgudev1.0_0 >= 147
%endif
%if %_arch == X86_64
Requires:       lib64gudev1.0_0 >= 147
%endif
Requires:       python-gobject
BuildRequires:  python-devel
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  libtool
%if %_arch == i386
BuildRequires:  libgudev1.0-devel >= 147
%endif 
%if  %_arch == x86_64
BuildRequires:  lib64gudev1.0-devel >= 147
%endif
BuildRequires:  python-gobject-devel

%description
python-gudev is a Python (PyGObject) binding to the GUDev UDEV library.

%prep
%setup -q -n nzjrs-python-gudev-780b007

%build
sh autogen.sh --prefix=%{_prefix} --disable-static
%make

%install
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%doc COPYING README NEWS
%doc test.py
%{py_platsitedir}/*
%{_datadir}/pygobject/2.0/defs/gudev.defs





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 147-4
+ Revision: fdf0d62
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6706 |14cr|python-gvgen-0.9-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gvgen
%define debug_package %{nil}

Summary: Python class to generate dot files for further use with graphviz
Name:    python-gvgen
Version: 0.9
Release: 9
URL:     http://software.inl.fr/trac/trac.cgi/wiki/GvGen
Source0: http://software.inl.fr/releases/GvGen/%{oname}-%{version}.tar.bz2
Source1: user-guide.tex.lyx
License: GPL
Group:   Development/Python
BuildRequires: python-devel

%description
GvGen is a python class to generate dot files for further use with graphviz:
    * Edge creation, naming and connection
    * Apply any graphviz property on the fly
    * Apply graphviz properties to a style

%prep
%setup -q -n %{oname}-%{version} -a 0

%build
python setup.py build

%install
python setup.py install --root %{buildroot}

# (saispo) fix doc installation
mkdir -p %{buildroot}/%{_datadir}/doc/%{name}/
cp -f %{SOURCE1} %{buildroot}/%{_datadir}/doc/%{name}/user-guide.tex.lyx

%clean

%files
%doc ChangeLog
%{py_puresitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-9
+ Revision: aa6690b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6707 |14cr|python-h5py-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	h5py

Summary:	A Python interface to the HDF5 library
Name: 		python-%{module}
Version:	2.0.1
Release:	4
Source0:	%{module}-%{version}.tar.gz
Source1:	docs.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://h5py.alfven.org/
Requires:	python >= 2.6
Requires:   python-numpy >= 1.0.3
BuildRequires:	python-devel >= 2.6
BuildRequires:	python-numpy-devel >= 1.0.3
BuildRequires:	hdf5 >= 1.8.3
BuildRequires:	hdf5-devel >= 1.8.3
BuildRequires:	python-cython >= 0.13
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx
BuildRequires:	pkgconfig(lapack)

%description
HDF5 for Python (h5py) is a general-purpose Python interface to the
Hierarchical Data Format library, version 5.  HDF5 is a versatile,
mature scientific software library designed for the fast, flexible
storage of enormous amounts of data.

From a Python programmer's perspective, HDF5 provides a robust way to
store data, organized by name in a tree-like fashion.  You can create
datasets (arrays on disk) hundreds of gigabytes in size, and perform
random-access I/O on desired sections.  Datasets are organized in a
filesystem-like hierarchy using containers called "groups", and 
accessed using the traditional POSIX /path/to/resource syntax.

In addition to providing interoperability with existing HDF5 datasets
and platforms, h5py is a convenient way to store and retrieve
arbitrary NumPy data and metadata.

%prep
%setup -q -n %{module}-%{version}
tar zxf %SOURCE1

%build
PYTHONDONTWRITEBYTECODE= %__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
pushd docs
export PYTHONPATH=`dir -d ../build/lib.linux*`
make html
rm -rf build/html/.buildinfo build/html/.doctrees 
popd
chmod 644 %{buildroot}%{py_platsitedir}/h5py*egg-info*
chmod 644 ANN.txt README.txt


%files -f FILE_LIST
%doc ANN.txt README.txt examples/ docs/build/html/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-4
+ Revision: 35dff95
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6708 |14cr|python-hachoir-0.5.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name hachoir

Summary:    Python library to edit binary file and metadata
Name: 		python-%{module_name}
Version: 	0.5.2
Release: 	4
Source0: 	%{module_name}-%{version}.tar.bz2
License:	GPL
Group: 		Development/Python
BuildRoot: 	%{_tmppath}/%{name}-buildroot
Url: 		http://hachoir.org/
BuildArch:  noarch
Requires:   python-urwid
BuildRequires: python

%description
Hachoir is a library written in Python which allows to see and edit a binary 
file (or any binary stream) field per field. 
A field is the most basic information: a number, a string of characters, 
a flag (yes/no), etc. Only supported formats can be opened, it's not a magic 
tool.
 
It can be used to extract some informations (eg. metadata), edit some fields 
of a file without original program, or convert a file from a format to another.
%prep
%setup -q -n %{module_name}-%version

%build
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING BUGS  README INSTALL TODO
%doc doc/*
%{_bindir}/*
%py_puresitedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.2-4
+ Revision: 04e0200
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6709 |14cr|python-hachoir-core-1.3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name hachoir-core

Summary:	Python library to edit binary file and metadata
Name:		python-%{module_name}
Version: 	1.3.3
Release: 	3
Source0: 	http://cheeseshop.python.org/packages/source/h/%{module_name}/%{module_name}-%{version}.tar.gz
License:	GPLv2
Group: 		Development/Python
BuildRoot: 	%{_tmppath}/%{name}-buildroot
URL: 		http://hachoir.org/
BuildArch:	noarch
BuildRequires:	python-setuptools
Obsoletes:	python-hachoir

%description
Hachoir is a library written in Python which allows to see and edit a binary 
file (or any binary stream) field per field. 
A field is the most basic information: a number, a string of characters, 
a flag (yes/no), etc. Only supported formats can be opened, it's not a magic 
tool.
 
It can be used to extract some informations (eg. metadata), edit some fields 
of a file without original program, or convert a file from a format to another.

%prep
%setup -q -n %{module_name}-%version

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README 
%doc doc/* 
%py_puresitedir/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-3
+ Revision: 3b351db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6710 |14cr|python-hachoir-metadata-1.3.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name hachoir-metadata

Summary:	Python library to read metadata file format for the hachoir framework

Name: 		python-%{module_name}
Version: 	1.3.3
Release: 	4
Source0: 	http://cheeseshop.python.org/packages/source/h/%{module_name}/%{module_name}-%{version}.tar.gz
License:	GPLv2
Group: 		Development/Python
URL: 		http://bitbucket.org/haypo/hachoir/wiki/Home
BuildArch:	noarch
Requires:	python-hachoir-core
Requires:	python-hachoir-parser
BuildRequires:  python-devel
BuildRequires:	python-setuptools

%description
hachoir-metadata is tool to extract metadata from multimedia files 
(sound, video, archives, etc).

%prep
%setup -q -n %{module_name}-%{version}

%build
python setup.py build 

%install
python setup.py install --root=%{buildroot} --disable-qt

%files
%doc AUTHORS COPYING README 
%{py_puresitedir}/hachoir_metadata
%{py_puresitedir}/hachoir_metadata-%{version}-py%{py_ver}.egg-info
%{_bindir}/hachoir-metadata
%{_bindir}/hachoir-metadata-qt
%{_bindir}/hachoir-metadata-gtk



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-4
+ Revision: 4f9affd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6711 |14cr|python-hachoir-parser-1.3.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name hachoir-parser

Summary:	Python library to parse file format for the hachoir framework

Name: 		python-%{module_name}
Version: 	1.3.4
Release: 	3
Source0: 	http://cheeseshop.python.org/packages/source/h/%{module_name}/%{module_name}-%{version}.tar.gz
License:	GPLv2
Group: 		Development/Python
URL: 		http://hachoir.org/wiki/hachoir-parser
BuildArch:	noarch
Requires:	python-hachoir-core
BuildRequires:  python-devel
BuildRequires:	python-setuptools python-hachoir-core

%description
hachoir-parser is a package of most common file format parsers written 
using hachoir-core. Not all parsers are complete, some are very good and 
other are poor: only parse first level of the tree for example.

A perfect parser have no "raw" field: with a perfect parser you are able 
to know *each* bit meaning. Some good (but not perfect ;-)) parsers:

    * Matroska video
    * Microsoft RIFF (AVI video, WAV audio, CDA file)
    * PNG picture
    * TAR and ZIP archive 

%prep
%setup -q -n %{module_name}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} 

%clean

%files 
%doc AUTHORS COPYING 
%{py_puresitedir}/hachoir_parser
%{py_puresitedir}/*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-3
+ Revision: 7450437
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6712 |14cr|python-hachoir-regex-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name hachoir-regex

Summary:	Regex manipulation Python library	
Name:		python-%{module_name}
Version:	1.0.5
Release:	2
Source0:	http://cheeseshop.python.org/packages/source/h/%{module_name}/%{module_name}-%{version}.tar.gz
License:	GPLv2
Group:		Development/Python
BuildRoot:	%{_tmppath}/%{name}-buildroot
URL:		http://hachoir.org/wiki/hachoir-metadata
BuildArch:	noarch
Requires:	python-hachoir-core
Requires:	python-hachoir-parser
BuildRequires:	python-setuptools

%description
Regex manipulation Python library.

%prep
%setup -q -n %{module_name}-%{version}

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README 
%{py_puresitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-2
+ Revision: 496f451
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6713 |14cr|python-hachoir-subfile-0.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name hachoir-subfile

Summary:	A tool based on hachoir-parser to find subfiles in any binary stream
Name:		python-%{module_name}
Version:	0.5.3
Release:	4
Source0:	http://cheeseshop.python.org/packages/source/h/%{module_name}/%{module_name}-%{version}.tar.gz
License:	GPLv2
Group:		Development/Python
BuildRoot:	%{_tmppath}/%{name}-buildroot
URL:		http://hachoir.org/wiki/hachoir-metadata
BuildArch:	noarch
Requires:	python-hachoir-core
Requires:	python-hachoir-parser
Requires:	python-hachoir-regex
BuildRequires:	python-setuptools

%description
A tool based on hachoir-parser to find subfiles in any binary stream.

%prep
%setup -q -n %{module_name}-%{version}

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{_bindir}/*
%{py_puresitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.3-4
+ Revision: d179c89
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6714 |14cr|python-hachoir-urwid-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name hachoir-urwid

Summary:	The most sexy user interface based on hachoir-parser to explore a binary file
Name:		python-%{module_name}
Version:	1.1
Release:	3
Source0:	http://cheeseshop.python.org/packages/source/h/%{module_name}/%{module_name}-%{version}.tar.gz
License:	GPLv2
Group:		Development/Python
BuildRoot:	%{_tmppath}/%{name}-buildroot
URL:		http://hachoir.org/wiki/hachoir-parser
BuildArch:	noarch
Requires:	python-hachoir-core
Requires:	python-hachoir-parser
BuildRequires:	python-setuptools

%description
hachoir-urwid  is a package with the most sexy user interface using hachoir-
core.  Not all parsers are complete, some are very good and other are poor:
only parse first level of the tree for example.

A perfect parser have no "raw" field: with a perfect parser you are able 
to know *each* bit meaning. Some good (but not perfect ;-)) parsers:

    * Matroska video
    * Microsoft RIFF (AVI video, WAV audio, CDA file)
    * PNG picture
    * TAR and ZIP archive 

%prep
%setup -q -n %{module_name}-%{version}

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{_bindir}/*
%{py_puresitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: ce015e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6715 |14cr|python-hachoir-wx-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name hachoir-wx

Summary:    	A user interface in WxPython for the hachoir framework
Name: 		python-%{module_name}
Version: 	0.3
Release: 	3
Source0: 	http://cheeseshop.python.org/packages/source/h/%{module_name}/%{module_name}-%{version}.tar.gz
# version.py specifies GPLv2
License:	GPLv2
Group: 		Development/Python
BuildRoot: 	%{_tmppath}/%{name}-buildroot
URL: 		http://hachoir.org/wiki/hachoir-parser
BuildArch:	noarch
Requires:	python-hachoir-core
Requires:	python-hachoir-parser
Requires:	wxPythonGTK
BuildRequires:	python-setuptools

%description
hachoir-parser is a package of most common file format parsers written 
using hachoir-core. Not all parsers are complete, some are very good and 
other are poor: only parse first level of the tree for example.

A perfect parser have no "raw" field: with a perfect parser you are able 
to know *each* bit meaning. Some good (but not perfect ;-)) parsers:

    * Matroska video
    * Microsoft RIFF (AVI video, WAV audio, CDA file)
    * PNG picture
    * TAR and ZIP archive 

%prep
%setup -q -n %{module_name}-%{version}

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{_bindir}/*
%{py_puresitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-3
+ Revision: 5b96be9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6716 |14cr|python-html2text-3.200.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-html2text
Version:        3.200.3
Release:        3
Summary:        Converts a page of HTML into clean, easy-to-read plain ASCII text
Group:          Development/Python
License:        GPLv3
URL:            http://www.aaronsw.com/2002/html2text/
Source0:        https://github.com/aaronsw/html2text/raw/master/html2text.py
BuildArch:      noarch
BuildRequires:  python
Provides:	pythonegg(html2text)

%description
html2text is a Python script that convers a page of HTML into clean,
easy-to-read plain ASCII text. Better yet, that ASCII also happens to
be valid Markdown (a text-to-HTML format).

Also known as: THE ASCIINATOR, html to text, htm to txt, htm2txt, ...

%prep
%setup -q -c -T
install -p %{SOURCE0} ./html2text.py

%build
echo Nothing to build

%install
mkdir -p %{buildroot}/%{py_puresitedir}/
install -p -m 0644 html2text.py %{buildroot}/%{py_puresitedir}/

%clean

%files
%{py_puresitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.200.3-3
+ Revision: bb74008
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6717 |14cr|python-http-parser-0.8.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _provides_exceptions %{py_platsitedir}/http_parser/parser.so
%define oname http-parser

Name:           python-%{oname}
Version:        0.8.3
Release:        2
Summary:        HTTP request/response parser for Python
Group:		    Development/Python
License:        MIT
URL:            https://github.com/benoitc/http-parser/
Source0:        http://pypi.python.org/packages/source/h/%{oname}/%{oname}-%{version}.tar.gz
Source100:	    %{name}.rpmlintrc

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)


%description
HTTP request/response parser for Python compatible with Python 2.x
(>=2.5.4), Python 3 and Pypy. If possible a C parser based on
http-parser_ from Ryan Dahl will be used.

%prep
%setup -qn %{oname}-%{version}


%build
CFLAGS="%{optflags}" 
python setup.py build


%install
python setup.py install -O1 --skip-build --root %{buildroot} --install-data %{py_platsitedir}


%files
%doc LICENSE README.rst
%{py_platsitedir}/http_parser*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3-2
+ Revision: 97a1eb9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6718 |14cr|python-id3-1.2-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname id3-py
%define oname id3

Name:      python-%{oname}
Version:   1.2
Release:   19
Source0:   http://id3-py.sourceforge.net/%{fname}_%{version}.tar.bz2
Summary:   Python module for manipulating ID3 information tags on MP3 audio files
License:   GPLv2+
Group:     Development/Python
Url:       http://id3-py.sourceforge.net
Requires:  python
BuildArch: noarch
BuildRequires: python-devel

%description
This is a simple Python module for retrieving and setting so-called ID3
tags on MP3 compressed audio files through an object-oriented interface.
MP3 players generally use this simple information for display track title,
artist name, and album title while playing the sound file.

%prep
%setup -qn %{fname}-%{version}

%build
python setup.py build

%install
python setup.py install --root %{buildroot}

%files
%doc CHANGES COPYING README id3-tagger.py
%{py_puresitedir}/ID3.py*
%{py_puresitedir}/*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-19
+ Revision: 883ea5f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6719 |14cr|python-imdb-3.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	imdb
%define name	python-%{module}
%define oname	IMDbPY
%define version	3.9
%define rel	3

Summary:	Python module for the IMDb movie database
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{rel}
License:	GPLv2+
Group:		Development/Python
Source:		http://downloads.sourceforge.net/imdbpy/%{oname}-%{version}.tar.gz
URL:		http://imdbpy.sourceforge.net/
BuildRequires:	python-devel
BuildRoot:	%{tmpdir}/%{name}-%{version}

%description
IMDbPY is a Python package useful to retrieve and manage the data of
the IMDb movie database.

IMDbPY is mainly a tool intended for programmers and developers, but
some example scripts are included.

%prep
%setup -q -n %{oname}-%{version}
chmod -x docs/*.ico

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install \
	--root=%{buildroot} \
	--optimize=2

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc docs/*
%{_bindir}/*.py
%{py_platsitedir}/*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 3.9-3
+ Revision: 5099126
- Automatic import for version 3.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6720 |14cr|python-indices-0.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   indices
%define name    python-%oname
%define version 0.1
%define release 11


Summary:       Sequence index, item ranges, and enumeration for python
Name:          %{name}
Version:       %{version}
Release:       %{release}
Source0:       %{oname}.py
License:       LGPL
Group:         Development/Python
Url:           http://www.python.org/peps/pep-0212.html
BuildRequires: python

%description
This is a python module providing a number of functions to make it
easier to iterate over sequences, based on PEP 212 and PEP 279.

%install
install -m644 -D %SOURCE0 $RPM_BUILD_ROOT/%{_libdir}/python%{py_ver}/site-packages/%{oname}.py
cd $RPM_BUILD_ROOT/%{_libdir}/python%{py_ver}/site-packages/
python -c "import %{oname}"

%files
%defattr(-,root,root)
%{_libdir}/python%{py_ver}/site-packages/%{oname}.py*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-11
+ Revision: f6baab6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6721 |14cr|python-ipaddr-2.1.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ipaddr

Summary:	A library for working with IP addresses
Name:		python-%{oname}
Version:	2.1.10
Release:	6
License:	Apache License
Group:		Development/Python
Url:		http://code.google.com/p/ipaddr-py/
Source0:	http://ipaddr-py.googlecode.com/files/%{oname}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	pkgconfig(python)

%description
ipaddr is a library for working with IP addresses, both IPv4 and IPv6.
It was developed by Google for internal use, and is now open source.

%prep
%setup -qn %{oname}-%{version}

%build
%{__python} setup.py build

%install
%{__python} setup.py install --skip-build --root=%{buildroot}

%files
%doc COPYING README RELEASENOTES
%{py_puresitedir}/%{oname}.py
%{py_puresitedir}/*.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.10-6
+ Revision: 7ebcd85
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6722 |14cr|python-ipdb-0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	ipdb
%define	rel		1
%if %mdkversion < 201100
%else
%endif

Summary:	IPython-enabled pdb
Name:		python-%{module}
Version:	0.8
Release:	2
Source0:	https://pypi.python.org/packages/source/i/ipdb/ipdb-%{version}.zip
License:	GPL
Group:		Development/Python
Url:		https://github.com/gotcha/ipdb
BuildArch:	noarch
Requires:	ipython >= 0.10
BuildRequires:	python-setuptools

%description
ipdb provides functions for accessing the IPython debugger's enhanced features
from within a Python program.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean

%files
%doc COPYING.txt HISTORY.txt README.rst
%{_bindir}/%{module}
%{py_puresitedir}/%{module}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-2
+ Revision: 122a68a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6723 |14cr|python-ipy-0.70-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module IPy
Name:           python-ipy
Version:        0.70
Release:        2
License:        BSD
Summary:        Class and Tools for Handling of IPv4 and IPv6 Addresses and Networks
Url:            http://software.inl.fr/trac/wiki/IPy
Group:          Development/Python
Source:         %{module}-%{version}.tar.bz2
BuildRequires:  python-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
The IP class allows a comfortable parsing and handling for most
notations in use for IPv4 and IPv6 addresses and networks. It was
greatly inspired by RIPE's Perl module NET::IP's interface but
doesn't share the implementation. It doesn't share non-CIDR netmasks,
so funky stuff like a netmask of 0xffffff0f can't be done here.

%prep
%setup -q -n %{module}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --root $RPM_BUILD_ROOT --install-purelib=%{python_sitelib}

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README
%{python_sitelib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70-2
+ Revision: a0a9726
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6724 |14cr|python-iso8601-0.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	iso8601
%define	tarname iso-8601

Name:		python-%{oname}
Version:	0.2.4
Release:	2
Summary:	Simple module to parse ISO 8601 dates
Source0:	http://pypi.python.org/packages/source/i/%{oname}/%{tarname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		https://bitbucket.org/micktwomey/pyiso8601
BuildArch:	noarch

BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)

%description
This module parses the most common 
forms of ISO 8601 date strings.

%prep
%setup -qn %{tarname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/iso8601/*.py*
%{py_puresitedir}/iso_8601-0.2.4-py*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-2
+ Revision: f7801d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6725 |14cr|python-Itpl-0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   Itpl
%define name    python-%oname
%define version 0
%define release 10


Summary:       String interpolation (variable expansion) for Python
Name:          %{name}
Version:       %{version}
Release:       %{release}
Source0:       http://www.lfw.org/python/Itpl.py
License:       Public Domain
Group:         Development/Python
Url:           http://www.python.org/peps/pep-0215.html
BuildRequires: python-devel
BuildArch:     noarch

%description
This is a python module for interpolating strings (that is,
for expanding variables within strings), as described in
PEP 215. This module may become part of the standard library,
or the functionality may be built into Python in the future.

%install
install -m644 -D %SOURCE0 $RPM_BUILD_ROOT/%{_libdir}/python%{py_ver}/site-packages/%oname.py
cd $RPM_BUILD_ROOT/%{_libdir}/python%{py_ver}/site-packages/
python -c "import Itpl"

%files
%defattr(-,root,root)
%py_platsitedir/Itpl.py*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-10
+ Revision: a733826
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6726 |14cr|python-itsdangerous-0.23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	itsdangerous

Name:		python-%{oname}
Version:	0.23
Release:	2
Summary:	Various helpers to pass trusted data to untrusted environments and back
Source0:	https://pypi.python.org/packages/source/i/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://github.com/mitsuhiko/itsdangerous
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)

%description
It's Dangerous
   ... so better sign this

Various helpers to pass data to untrusted environments and to get it back
safe and sound.

This repository provides a module that is a port of the django signing
module.  It's not directly copied but some changes were applied to
make it work better on its own.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc CHANGES
%doc LICENSE
%doc README
%doc docs/_themes/LICENSE
%doc docs/_themes/README
%doc docs/_themes/flask_small/layout.html
%{py_puresitedir}/itsdangerous.py*
%{py_puresitedir}/itsdangerous*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23-2
+ Revision: 881fc97
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6727 |14cr|python-jabber-0.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.4
%define release 11
%define pkgname jabberpy%{version}-0

Summary: Python jabber protocol module 
Name: python-jabber
Version: %{version} 
Release: %{release}
Source0: %{pkgname}.tar.bz2
License: LGPL
URL: http://jabberpy.sf.net/
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires: python-devel
BuildArch: noarch

%description
Python module for jabber protocol support.
You can write client or services with it.

%prep
%setup -q -n %{pkgname}

%build
CFLAGS="$RPM_OPT_FLAGS" python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog CREDITS README docs/ examples/ util/ 
%py_puresitedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-11
+ Revision: 20550f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6728 |14cr|python-jinja-1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Jinja

Summary: Python template engine
Name:    python-jinja
Version: 1.2
Release: 5
Source0: %{tarname}-%{version}.tar.lzma
Patch0: setup.py.patch
License: BSD
Group: Development/Python
Url: http://jinja.pocoo.org/
BuildRequires: python-devel
BuildRequires: python-setuptools >= 0.6a2

%description
Jinja is a sandboxed template engine written in pure Python licensed
under the BSD license. It provides a Django-like non-XML syntax and
compiles templates into executable Python code. It's basically a
combination of Django templates and Python code.

%prep
%setup -q -n %{tarname}-%{version}
%patch0 -p0

%build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILELIST
sed -i 's/.*egg-info$//' FILELIST

%files -f FILELIST
%defattr(-,root,root)
%doc AUTHORS CHANGES LICENSE TODO docs/html




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-5
+ Revision: c1fdf2e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6729 |14cr|python-jsonschema-2.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	jsonschema

Name:		python-%{oname}
Version:	2.3.0
Release:	3
Summary:	An implementation of JSON Schema validation for Python
Source0:	http://pypi.python.org/packages/source/j/%{oname}/%{oname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://github.com/Julian/jsonschema
BuildArch:	noarch
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(nose)
BuildRequires:  pythonegg(mock)


%description
jsonschema is JSON Schema validator currently based on
http://tools.ietf.org/html/draft-zyp-json-schema-03

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
%{_bindir}/nosetests-2* -v

%files
%doc CHANGELOG.rst COPYING README.rst
%{py_puresitedir}/jsonschema/*.py*
%{py_puresitedir}/jsonschema/tests/*.py*
%{py_puresitedir}/jsonschema*.egg-info
%{py_puresitedir}/jsonschema/schemas/draft*.json
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.0-3
+ Revision: 0cf2899
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6730 |14cr|python-jtoolkit-0.7.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jToolkit
%define pname jtoolkit
%define name python-%{pname}
%define version 0.7.8
%define release 7

Summary: Web application framework
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{oname}-%{version}.tar.bz2
License: GPL
Group: Development/Python
Url: http://jtoolkit.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python-devel

%description
jToolkit is a Python web application framework built on modpython and
Apache. It can also run in standalone mode using its own builtin HTTP
server.

It is aimed at dynamically generated pages rather than mostly-static
pages (for which there are templating solutions). Pages can be
produced using a variety of widgets or a new templating system. It
handles sessions and database connections.

%prep
%setup -q -n %{oname}-%{version}

%build
./jToolkitSetup.py build

%install
rm -rf %{buildroot}
./jToolkitSetup.py install --prefix=%{buildroot}%{_prefix}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{py_puresitedir}/%{oname}
%{py_puresitedir}/*.egg-info





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.8-7
+ Revision: f37ee77
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6731 |14cr|python-kaa-base-0.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname kaa-base

Summary: Set of python modules related to media
Name: python-%{pkgname}
Version: 0.6.0
Release: 4
Source0: http://mesh.dl.sourceforge.net/sourceforge/freevo/%{pkgname}-%{version}.tar.gz
License: LGPL
URL: http://sourceforge.net/projects/freevo/
Group: Development/Python

BuildRequires: python-devel
BuildRequires: glib2-devel
Requires: python-sqlite2
Requires: python-libxml2

%description
Kaa base module that implements the common features needed for application 
development, such as mainloop management, timers, signals, callbacks, 
file descriptor monitors, etc.

%prep
%setup -q -n %{pkgname}-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT 

%files 
%dir %py_platsitedir/kaa
%py_platsitedir/kaa/*
%py_platsitedir/kaa_base-%{version}-*.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-4
+ Revision: 49223dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6732 |14cr|python-kaa-imlib2-0.2.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname kaa-imlib2

Summary: Set of python modules related to media
Name: python-%{pkgname}
Version: 0.2.3
Release: 8
Source0: http://mesh.dl.sourceforge.net/sourceforge/freevo/%{pkgname}-%{version}.tar.gz
License: LGPL
URL: http://sourceforge.net/projects/freevo/
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	python-devel
BuildRequires:	python-kaa-base
BuildRequires:	imlib2-devel
BuildRequires:	libpng-devel
BuildRequires:	freetype2-devel
Requires:	python-kaa-base
Requires:	imlib2

%description
Imlib2 wrapper for python.

%prep
%setup -q -n %{pkgname}-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%dir %py_platsitedir/kaa/imlib2
%py_platsitedir/kaa/imlib2/*
%py_platsitedir/kaa_imlib2-%{version}-*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-8
+ Revision: 1c4ff13
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6733 |14cr|python-kaa-metadata-0.7.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname kaa-metadata

Summary: Kaa Media Meta Data retrieval framework
Name: python-%{pkgname}
Version: 0.7.7
Release: 2
Source0: http://mesh.dl.sourceforge.net/sourceforge/freevo/%{pkgname}-%{version}.tar.gz
License: LGPL
URL: http://sourceforge.net/projects/freevo/
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires: python-devel
BuildRequires: libdvdread-devel
BuildRequires: python-kaa-base
Requires:	python-kaa-base
Provides:	python-mm
Obsoletes:	python-mm

%description
kaa-metadata is a Media Meta Data retrieval framework. 
It retrieves metadata from mp3, ogg, avi, jpg, tiff and 
other file formats. Among others it thereby parses ID3v2, 
ID3v1, EXIF, IPTC and Vorbis data into an object oriented 
struture.  It is the successor to mmpython.

%prep
%setup -q -n %{pkgname}-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT 

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)

%_bindir/mminfo
%py_platsitedir/kaa_metadata*.egg-info

%dir %py_platsitedir/kaa/metadata
%py_platsitedir/kaa/metadata/*.py

%dir %py_platsitedir/kaa/metadata/audio
%py_platsitedir/kaa/metadata/audio/*.py

%dir %py_platsitedir/kaa/metadata/audio/eyeD3
%py_platsitedir/kaa/metadata/audio/eyeD3/*.py

%dir %py_platsitedir/kaa/metadata/disc
%py_platsitedir/kaa/metadata/disc/*.py
%py_platsitedir/kaa/metadata/disc/*.so

%dir %py_platsitedir/kaa/metadata/games
%py_platsitedir/kaa/metadata/games/*.py

%dir %py_platsitedir/kaa/metadata/image
%py_platsitedir/kaa/metadata/image/*.py

%dir %py_platsitedir/kaa/metadata/misc
%py_platsitedir/kaa/metadata/misc/*.py

%dir %py_platsitedir/kaa/metadata/video
%py_platsitedir/kaa/metadata/video/*.py





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.7-2
+ Revision: c5a6143
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6734 |14cr|python-keyczar-0.71c-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-keyczar
Version:        0.71c
Release:        1
Summary:        Toolkit for safe and simple cryptography

Group:          Development/Python
License:        ASL 2.0
URL:            http://www.keyczar.org/
Source0:        https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz

BuildArch:      noarch

BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python-pycrypto%{?_isa}
BuildRequires:  pyasn1


%description
Keyczar is an open source cryptographic toolkit designed to make it easier and
safer for developers to use cryptography in their applications. Keyczar
supports authentication and encryption with both symmetric and asymmetric keys.


%prep
%setup -q
rm -rf python_keyczar.egg-info

%build
python setup.py build

%check
cd tests/keyczar_tests
PYTHONPATH=$PYTHONPATH:../../src/ ./alltests.py

%install
python setup.py install -O1 --skip-build --root %{buildroot}
rm -rf %{buildroot}/usr/bin/keyczart

%files
%doc README LICENSE doc/pycrypt.pdf
%{py_puresitedir}/keyczar/
%{py_puresitedir}/python_keyczar-*.egg-info





%changelog
* Fri Sep 05 2014 belonesox (Stas Fomin) <stas-fomin@yandex.ru> 0.71c-1
+ Revision: 6153b92
- adapted pyasn1 deps



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6735 |14cr|python-keyring-3.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname	keyring

Name:		python-keyring
Summary:	Python library to access the system keyring service
Version:	3.0.5
Release:	3
Source0:	https://pypi.python.org/packages/source/k/keyring/%{fname}-%{version}.zip
URL:		http://pypi.python.org/pypi/keyring
Group:		Development/Python
License:	Python
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	python-gi

%description
The Python keyring lib provides a easy way to access the system keyring
service from python. It can be used in any application that needs safe
password storage.

This package only provides file-based pseudo-keyrings. To interface with
gnome-keyring or KWallet, please install one of python-keyring-gnome or
python-keyring-kwallet.

%package -n python3-keyring
Summary:	Python 3 library to access the system keyring service
Group:		Development/Python
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
Requires:	python3-gobject3

%description -n python3-keyring
The Python 3 keyring lib provides a easy way to access the system keyring
service from python 3. It can be used in any application that needs safe
password storage.

This package only provides file-based pseudo-keyrings. To interface with
gnome-keyring or KWallet, please install one of python3-keyring-gnome or
python3-keyring-kwallet.

%prep
%setup -qc
mv %{fname}-%{version} python2

pushd python2
rm -rf %{fname}.egg-info
# For rpmlint warning: remove shebang from python library:
sed -i '/^#!/d' keyring/cli.py keyring/backends/_win_crypto.py
%apply_patches
popd

cp -a python2 python3

%build
pushd python2
CFLAGS="%{optflags}" python setup.py build
popd

pushd python3
CFLAGS="%{optflags}" python3 setup.py build
popd

%install
pushd python3
python3 setup.py install -O1 --root=%{buildroot} 
mv %{buildroot}/%{_bindir}/keyring %{buildroot}/%{_bindir}/python3-keyring
popd

pushd python2
python setup.py install -O1 --root=%{buildroot}
popd

# we don't ship tests they need a test environment
rm -rf %{buildroot}/%{python3_sitelib}/%{fname}/tests/
rm -rf %{buildroot}/%{python_sitelib}/%{fname}/tests/

%files
%doc python2/README.rst python2/CHANGES.rst python2/CONTRIBUTORS.txt
%{py_puresitedir}/*egg-info
%{py_puresitedir}/%{fname}
%{_bindir}/keyring

%files -n python3-keyring
%doc python3/README.rst python3/CHANGES.rst python3/CONTRIBUTORS.txt
%{py3_puresitedir}/*egg-info
%{py3_puresitedir}/%{fname}
%{_bindir}/python3-keyring

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.5-3
+ Revision: e9bf020
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6736 |14cr|python-keystoneclient-0.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       python-keystoneclient
Version:    0.7.1
Release:    3
Summary:    Client library for OpenStack Identity API
Group:      Development/Python
License:    ASL 2.0
URL:        http://pypi.python.org/pypi/%{name}
Source0:    http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
# fedora patch
Patch0001: 0001-Remove-runtime-dependency-on-python-pbr.patch

BuildRequires: pythonegg(sphinx)
BuildRequires: pkgconfig(python)
BuildRequires: pythonegg(setuptools)
BuildRequires: pythonegg(pbr)
BuildRequires: pythonegg(d2to1)
BuildRequires: pythonegg(six)

Requires: pythonegg(argparse)
Requires: pythonegg(iso-8601) >= 0.1.4
Requires: pythonegg(prettytable)
Requires: pythonegg(requests) >= 0.8.8
Requires: pythonegg(oslo.config) >= 1.1.0
Requires: pythonegg(six)
Requires: pythonegg(netaddr)
Requires: pythonegg(babel)
Requires: pythonegg(setuptools)
Requires: pythonegg(keyring)

BuildArch:  noarch

%description
Client library and command line utility for interacting with Openstack
Identity API.


%prep
%setup -q
%patch0001 -p1

# We provide version like this in order to remove runtime dep on pbr.
sed -i s/ROSAKEYSTONECLIENTVERSION/%{version}/ keystoneclient/__init__.py

# Let RPM handle the dependencies
rm -f test-requirements.txt requirements.txt

# Remove bundled egg-info
rm -rf python_keystoneclient.egg-info

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}
install -p -D -m 644 tools/keystone.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/keystone.bash_completion

# Delete tests
rm -fr %{buildroot}%{python_sitelib}/tests

# Build HTML docs and man page
export PYTHONPATH="$( pwd ):$PYTHONPATH"
sphinx-build -b html doc/source html
sphinx-build -b man doc/source man
install -p -D -m 644 man/keystone.1 %{buildroot}%{_mandir}/man1/keystone.1

# Fix linting
rm -fr html/.doctrees html/.buildinfo

%files
%doc LICENSE README.rst html
%{_bindir}/keystone
%{_sysconfdir}/bash_completion.d/keystone.bash_completion
%{python_sitelib}/keystoneclient
%{python_sitelib}/*.egg-info
%{_mandir}/man1/keystone.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-3
+ Revision: 2c89fc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6737 |14cr|python-kickstart-1.68-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname pykickstart

Name:		python-kickstart
Version:	1.68
Release:	3
Summary:	A python library for manipulating kickstart files
License:	GPLv2
Group:		Development/Python
# This is a Red Hat maintained package. Thus the source is only available from
# within the srpm:
# http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/
# or git git://git.fedorahosted.org/git/pykickstart.git
Source0:	%{srcname}-%{version}.tar.gz
Url:		http://fedoraproject.org/wiki/pykickstart
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	gettext
BuildArch:	noarch
Requires:	python-urlgrabber

%description
The python-kickstart package is a python library for manipulating kickstart
files.

%prep
%setup -q -n %{srcname}-%{version}

%build
%make

%install
make DESTDIR=%{buildroot} install
%find_lang %{srcname}

%files -f %{srcname}.lang
%defattr(-,root,root,-)
%doc README ChangeLog COPYING docs/programmers-guide
%doc docs/kickstart-docs.txt
%{python_sitelib}/*
%{_bindir}/ksvalidator
%{_bindir}/ksflatten
%{_bindir}/ksverdiff



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.68-3
+ Revision: 6d10d8c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6738 |14cr|python-kid-0.9.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	kid
%define name	python-%{module}
%define version	0.9.6
%define release	4

Name:		%{name}
Version: 	%{version}
Release: 	%{release}
Summary:        A simple and pythonic XML template language
Group: 		Development/Python
License:        MIT
URL:            http://kid-templating.org/
Source0:        http://www.kid-templating.org/dist/%{version}/kid-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}
BuildArch:      noarch
BuildRequires:	python-devel >= 2.2
BuildRequires:	python-celementtree
BuildRequires:	python-elementtree
BuildRequires:	python-setuptools
Requires:       python-elementtree

%description
Kid is a simple Python based template language for generating and
transforming XML vocabularies. Kid was spawned as a result of a kinky love
triangle between XSLT, TAL, and PHP. We believe many of the best features
of these languages live on in Kid with much of the limitations and
complexity stamped out (well, eventually :).

Templates are compiled to native Python byte-code and may be imported and
used like normal Python modules.


%prep
%setup -q -n kid-%{version}
perl -pi -e 's/^(use_setuptools)/#$1/' setup.py
rm -f doc/#guide.txt#

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%check
make clean
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc doc/* examples
%{_bindir}/*
%py_puresitedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-4
+ Revision: 67be873
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6739 |14cr|python-kivy-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname Kivy

Name:           python-kivy
Version:        1.8.0
Release:        2
URL:            http://kivy.org/
Summary:        Hardware-accelerated multitouch application library

License:        LGPLv3
Group:          Development/Python
Source:         http://pypi.python.org/packages/source/K/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires:  pkgconfig(gl)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires:  python-cython
BuildRequires:  python-sphinx
BuildRequires:  python-devel
Requires:       mtdev
Requires:       python-imaging
Requires:       pygame

%description
Kivy is an open source software library for rapid development of applications
that make use of innovative user interfaces, such as multi-touch apps.

%package doc
Summary:        Hardware-accelerated multitouch application library - Documentation

Group:          Development/Python
Requires:       %{name} = %{version}

%description doc
Kivy is an open source software library for rapid development of applications
that make use of innovative user interfaces, such as multi-touch apps.

This package contains the developer documentation and examples

%prep
%setup -q -n %{modname}-%{version}
sed -i "s|data_file_prefix = 'share/kivy-'|data_file_prefix = '%{_docdir}/%{name}/'|" setup.py
sed -i "s|#!/usr/bin/python||" kivy/lib/osc/OSC.py # Fix non-executable script
rm examples/demo/pictures/images/.empty # Remove empty file
rm -r examples/audio # Remove content with non-commercial only license (bnc#749340)

%build
CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
cd doc && make html && rm -r build/html/.buildinfo # Build HTML documentation

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%doc AUTHORS  doc/README doc/build/html
%{py_platsitedir}/*
%exclude %{_datadir}/doc/%{name}

%files doc
%{_datadir}/doc/%{name}
%exclude %{_datadir}/doc/%{name}/AUTHORS
# %exclude %{_datadir}/doc/%{name}/COPYING
%exclude %{_datadir}/doc/%{name}/README




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 839110a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6740 |14cr|python-kiwi-1.9.38-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kiwi

# There are no binary files in package itself,
# but we need to place files to arch-specific glade3 libdir
%define debug_package %{nil}

Summary: A framework and a set of enhanced widgets based on PyGTK
Name:    python-kiwi
Version: 1.9.38
Release: 2
Source0: https://pypi.python.org/packages/source/k/kiwi-gtk/kiwi-gtk-%{version}.tar.gz
License: LGPLv2+
Group:   Development/Python
Url:     http://www.async.com.br/projects/kiwi/
BuildRequires: pygtk2.0-devel
BuildRequires: python-distribute
Requires: pygtk2.0-libglade

%description
kiwi offers a set of enhanced widgets for
Python based on PyGTK. It also includes a framework designed to make
creating Python applications using PyGTK and libglade much
simpler.

%package docs
Group:	Development/Python
Summary: Documentation related to python-kiwi
Requires: %{name} = %{EVRD}

%description docs
This package contains documentation that contains APIs and related materials,
useful for reference when writing software using Kiwi.


%prep
%setup -q -n %{oname}-gtk-%{version}
sed -i -e 's|share/doc/kiwi|share/doc/%{name}-%{version}|' setup.py

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root=%{buildroot}
rm -rf %{buildroot}%{_defaultdocdir}
%if %{_lib} != lib
mkdir -p %{buildroot}%{_libdir}
mv %{buildroot}%{_prefix}/lib/glade3 %{buildroot}%{_libdir}
%endif

%find_lang %{oname}

%clean

%files -f %{oname}.lang
%doc AUTHORS COPYING README NEWS
%{_bindir}/*
%{py_puresitedir}/*.egg-info
#gw this dir is arch-dependant:
%{_libdir}/glade3/*
%{_datadir}/glade3/*
%{py_puresitedir}/kiwi

%files docs
%doc COPYING doc/* examples

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.38-2
+ Revision: 6d0e517
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6741 |14cr|python-Kiwi2-1.9.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   Kiwi2

Summary:       A Framework for developing graphical applications in Python
Name:          python-%{oname}
Version:       1.9.0
Release:       8
Source:        %{oname}-%{version}.tar.bz2
License:       LGPL
Group:         Development/Python
Url:           http://www.async.com.br/projects/kiwi
BuildRequires: python-devel
BuildRequires: pythonegg(setuptools)
BuildRequires: gazpacho >= 0.7.2

Requires:      pygtk2.0

BuildArch:     noarch

%description
Kiwi is a framework composed of a set of modules, which eases Python
development using PyGTK. Kiwi makes graphical applications *much* faster
to code, with good architecture and more Python-like bindings; it also
offers extended widgets based upon the original PyGTK widge


%package -n gazpacho-plugin-Kiwi2
Summary: This plugin allows you to use Kiwi2 Widgets from Gazpacho
Group: Development/Python
Requires: gazpacho >= 0.7.2

%description -n gazpacho-plugin-Kiwi2
This plugin allows you to use Kiwi2 Widgets from Gazpacho.


%prep
%setup -q -n %{oname}-%{version}
find . -name '.svn' | xargs rm -Rf 
# various perm fix
chmod og+r -R .
chmod og+x $(find . -type d)

%build
python setup.py build

%install
python setup.py install --root $RPM_BUILD_ROOT

pushd gazpacho-plugin

mkdir -p $RPM_BUILD_ROOT/%{_datadir}/gazpacho/catalogs/pixmaps
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/gazpacho/pixmaps

python << EOF > kiwi2.xml.tmp
import re
import sys

resource_path_re = re.compile('resource-path="(\w|\d|/|-)+"')

for line in file("kiwi2.xml"):
	line = resource_path_re.sub('resource-path="%{_datadir}/gazpacho/catalogs"', line)
	sys.stdout.write(line)
EOF
install -m 644 kiwi2.xml.tmp $RPM_BUILD_ROOT/%{_datadir}/gazpacho/catalogs/kiwi2.xml
install -m 644 kiwi2.py $RPM_BUILD_ROOT/%{_datadir}/gazpacho/catalogs

for pixmap in pixmaps/*
do
	install -m 644 $pixmap $RPM_BUILD_ROOT/%{_datadir}/gazpacho/catalogs/pixmaps
done

popd


%files
%doc AUTHORS ChangeLog COPYING README doc examples tests
%py_puresitedir/Kiwi2
%py_puresitedir/*.egg-info

%files -n gazpacho-plugin-Kiwi2
%doc AUTHORS ChangeLog
%{_datadir}/gazpacho/catalogs/kiwi2.xml
%{_datadir}/gazpacho/catalogs/kiwi2.py
%{_datadir}/gazpacho/catalogs/pixmaps/kiwi*.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.0-8
+ Revision: bc15b1a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6742 |14cr|python-kombu-3.0.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define oname kombu

Name:           python-%{oname}
Version:        3.0.21
Release:        2
Summary:        AMQP Messaging Framework for Python

Group:          Development/Python
License:        BSD 
URL:            http://pypi.python.org/pypi/%{oname}
Source0:        https://pypi.python.org/packages/source/k/kombu/%{oname}-%{version}.tar.gz
BuildArch:      noarch

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(nose)
BuildRequires:  pythonegg(anyjson)
BuildRequires:  pythonegg(amqp) >= 1.4.2
# python3
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(nose)
BuildRequires:  python3egg(setuptools)

Requires:      pythonegg(anyjson)
Requires:      pythonegg(amqp) >= 1.4.2

%description
AMQP is the Advanced Message Queuing Protocol, an open standard protocol
for message orientation, queuing, routing, reliability and security.
One of the most popular implementations of AMQP is RabbitMQ.
The aim of Kombu is to make messaging in Python as easy as possible by
providing an idiomatic high-level interface for the AMQP protocol, and
also provide proven and tested solutions to common messaging problems.

%files
%doc AUTHORS Changelog FAQ LICENSE READ* THANKS TODO examples/
%{py_puresitedir}/%{oname}/
%{py_puresitedir}/%{oname}*.egg-info

############################
%package -n python3-kombu
Summary:        AMQP Messaging Framework for Python3
Group:          Development/Python

Requires:       python3
Requires:       python3egg(amqp) >= 1.4.2

%description -n python3-kombu
AMQP is the Advanced Message Queuing Protocol, an open standard protocol
for message orientation, queuing, routing, reliability and security.
One of the most popular implementations of AMQP is RabbitMQ.
The aim of Kombu is to make messaging in Python as easy as possible by
providing an idiomatic high-level interface for the AMQP protocol, and
also provide proven and tested solutions to common messaging problems.
Python3 module.

%files -n python3-kombu
%doc AUTHORS Changelog FAQ LICENSE READ* THANKS TODO examples/
%{py3_puresitedir}/%{oname}/
%{py3_puresitedir}/%{oname}*.egg-info

###########################

%prep
%setup -q -n %{oname}-%{version}
chmod 644 README.rst

#python3
mkdir -p python3
cp -a {AUTHORS,Changelog,docs,examples,extra,FAQ,funtests,INSTALL,kombu,kombu.egg-info,LICENSE,MANIFEST.in,PKG-INFO,README.rst,requirements,setup.cfg,setup.py,THANKS,TODO} python3

%build
python setup.py build

# python3
pushd python3
python3 setup.py build
popd

%install
python setup.py install --skip-build --root %{buildroot}
chmod +x %{buildroot}%{py_puresitedir}/%{oname}/tests/test_serialization.py

# python3
pushd python3
python3 setup.py install --skip-build --root %{buildroot}
chmod +x %{buildroot}%{py3_puresitedir}/%{oname}/tests/test_serialization.py
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.21-2
+ Revision: c39b008
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6743 |14cr|python-krbV-1.0.90-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: python-krbV
Version: 1.0.90
Release: 3
Summary: Python extension module for Kerberos 5


Group: Development/Python
License: LGPLv2+

URL: http://fedorahosted.org/python-krbV/
Source: http://fedorahosted.org/python-krbV/attachment/wiki/Releases/python-krbV-%{version}.tar.bz2

BuildRequires:  python-devel
BuildRequires: krb5-devel
BuildRequires: gawk

%description
python-krbV allows python programs to use Kerberos 5 authentication and
security.

%prep
%setup -q

%build
export LIBNAME="%{_lib}"
export CFLAGS="%{optflags} -Wextra"
%configure2_5x
%make

%install
%makeinstall

%files
%doc README COPYING krbV-code-snippets.py
%{py_platsitedir}/krbVmodule.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.90-3
+ Revision: c9ac0b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6744 |14cr|python-la-0.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	la
%define name	python-%{module}
%define version 0.6.0
%define	rel	1
%if %mdkversion < 201100
%define release %mkrel %{rel}
%else
%define	release	%{rel}
%endif

Summary:	Label the rows, columns, any dimension of your NumPy arrays
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://pypi.python.org/packages/source/l/%{module}/%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://berkeleyanalytics.com/la/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	hdf5-devel >= 1.8
BuildRequires:	python-devel, python-sphinx
Requires:	python-numpy, python-bottleneck
Suggests:	python-scipy

%description
The main class of the la package is a labeled array, larry. A larry
consists of data and labels. The data is stored as a NumPy array and
the labels as a list of lists (one list per dimension).

You can archive larrys in HDF5 format using save and load or using a
dictionary-like interface.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build
pushd doc
export PYTHONPATH=`dir -1d ../build/lib.*| head -1`
make html
popd

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE README.rst doc/build/html
%py_platsitedir/%{module}*



%changelog
* Fri Jul 06 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.6.0-1
+ Revision: cab2fad
- Automatic import for version 0.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6745 |14cr|python-libelf-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pylibelf
%define	module	libelf

Name:		python-%{module}
Version:	0.1
Release:	2
Summary:	An ELF parser for python that uses the libelf library
Source0:	http://eggy.yolky.org/pylibelf/static/docs/_downloads/pylibelf-full.tar.bz2
Url:		http://eggy.yolky.org/pylibelf/
License:	LGPLv2
Group:		Development/Python
BuildRequires:	python-devel
BuildRequires:	python-cython
BuildRequires:	python-sphinx
BuildRequires:	python-ply
BuildRequires:	libelf-devel

%description
Pythonic wrapper for the libelf library.

%package doc
Summary:	Documentation for %{name}
BuildArch:	noarch

%description doc
This package contains the HTML documentation for %{name}.

%prep
%setup -q -n %{oname}

%build
python setup.py build

pushd doc
	make html
popd

%install
python setup.py install --root=%{buildroot}

pushd doc
	%{__mkdir_p} %{buildroot}/%{_datadir}/%{name}/doc/
	cp -r -a _build/html/* %{buildroot}/%{_datadir}/%{name}/doc/
popd

%files
%{py_platsitedir}/pylibelf/*.py*
%{py_platsitedir}/pylibelf/_constants_elf_h.so
%{py_platsitedir}/pylibelf/_constants_elf_h_dynamic.so
%{py_platsitedir}/pylibelf/_constants_elf_h_relocation.so
%{py_platsitedir}/pylibelf/_constants_libelf_h.so
%{py_platsitedir}/pylibelf/libelf.so
%{py_platsitedir}/pylibelf*.egg-info

%files doc
%doc %{_datadir}/%{name}/doc/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-2
+ Revision: fb3697c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6746 |14cr|python-libgmail-0.1.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libgmail
%define name python-%oname
%define version 0.1.11
%define release 6

Summary: Python bindings to access Gmail
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://downloads.sourceforge.net/libgmail/%{oname}-%{version}.tar.gz
License: GPL
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Url: http://libgmail.sourceforge.net/
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-mechanize
Requires: python-mechanize

%description
This is a Python library to access Google Mail.

%prep
%setup -q -n %oname-%version

%build
python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%py_puresitedir/gmail*py*
%py_puresitedir/lgconstants.py*
%py_puresitedir/libgmail*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.11-6
+ Revision: e024637
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6747 |14cr|python-libxml2dom-0.4.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libxml2dom
%define name python-%oname

Summary:	A traditional DOM wrapper around the Python bindings for libxml2
Name:		%{name}
Version:	0.4.7
Release:	4
Source0:	http://www.boddie.org.uk/python/downloads/libxml2dom-%{version}.tar.gz
License:	LGPLv3+
Group:		Development/Python
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildArchitectures: noarch
URL:		http://www.boddie.org.uk/python/libxml2dom.html
BuildRequires:	python-devel libxml2-python
Requires:	libxml2-python

%description
The libxml2dom package provides a traditional DOM wrapper around the
Python bindings for libxml2. In contrast to the standard libxml2 bindings,
libxml2dom provides an API reminiscent of minidom, pxdom and other
Python-based and Python-related XML toolkits. Performance is fairly
respectable since libxml2dom makes direct use of libxml2mod - the
low-level wrapping of libxml2 for Python. Moreover, serialisation of
documents is much faster than many other toolkits because libxml2dom
can make direct use of libxml2 rather than employing Python-level
mechanisms to visit and serialise nodes.

%prep
%setup -q -n %oname-%version

%build
python setup.py build

%install
rm -rf %buildroot
python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README.txt docs/COPYING.txt docs/libxml2macro.html docs/NOTES_libxml2macro.txt docs/styles.css
%{_bindir}/libxml2macro.py
%py_puresitedir/%oname/
%py_puresitedir/*.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.7-4
+ Revision: 597af7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6748 |14cr|python-lightblue-0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    python-lightblue
Version: 0.4
Release: 5
Summary: A cross-platform Python Bluetooth API
Group:   Development/Python
License:   GPLv3
URL:       http://lightblue.sourceforge.net
Source0: lightblue-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-pybluez
BuildRequires: openobex
BuildRequires: pkgconfig(bluez)
BuildRequires: libopenobex-devel


%description
LightBlue is a cross-platform Bluetooth API for Python which provides simple
access to Bluetooth operations.

%prep
%setup -q -n lightblue-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%{py_platsitedir}/lightblue
%{py_platsitedir}/_lightblueobex.so
%{py_platsitedir}/_lightblueutil.so
%{py_platsitedir}/*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-5
+ Revision: 7b7a988
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6749 |14cr|python-lirc-0.0.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname pylirc

Summary: Python lirc module
Name: python-lirc
Version: 0.0.5
Release: 5
Source0: %{pkgname}-%{version}.tar.bz2
License: LGPL
URL: http://pylirc.sourceforge.net/
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires: lirc-devel
BuildRequires: python-devel

%description
Python module for lirc support.

%prep
%setup -q -n %{pkgname}-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES

%clean
rm -rf $RPM_BUILD_ROOT

%files -f INSTALLED_FILES
%defattr(-,root,root)





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-5
+ Revision: 4e5509f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6750 |14cr|python-llfuse-0.40-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:               python-llfuse
Version:            0.40
Release:            3
Summary:            Python Bindings for the low-level FUSE API

Source0:            http://python-llfuse.googlecode.com/files/llfuse-%{version}.tar.bz2
URL:                http://code.google.com/p/python-llfuse/
Group:              Development/Python
License:            LGPLv2+
BuildRequires:      attr-devel
BuildRequires:      fuse-devel >= 2.8.0
BuildRequires:      python-distribute >= 0.6.12
BuildRequires:  	python-devel

%description
LLFUSE is a set of Python bindings for the low level FUSE API. It requires at
least FUSE 2.8.0 and supports both Python 2.x and 3.x.

LLFUSE was originally part of S3QL, but has been factored out so that it can be
used by other projects as well. 

%package -n python3-llfuse
Summary:            Python Bindings for the low-level FUSE API
Group:              Development/Python
BuildRequires:      python3-distribute >= 0.6.12
BuildRequires:  	python3-devel

%description -n python3-llfuse
LLFUSE is a set of Python bindings for the low level FUSE API. It requires at
least FUSE 2.8.0 and supports both Python 2.x and 3.x.

LLFUSE was originally part of S3QL, but has been factored out so that it can be
used by other projects as well.

This is a package for python3


%prep
%setup -q -n "llfuse-%{version}"
%__rm doc/html/.buildinfo

rm -rf %{_builddir}/python3-llfuse
cp -a . %{_builddir}/python3-llfuse

%build
python ./setup.py build
pushd %{_builddir}/python3-llfuse
    python3 setup.py build
popd


%install
python ./setup.py install \
    --prefix="%{_prefix}" \
    --root="%{buildroot}"
    
pushd %{_builddir}/python3-llfuse
python3 ./setup.py install \
    --prefix="%{_prefix}" \
    --root="%{buildroot}"
popd

%files
%doc Changes.txt doc/html
%{py_platsitedir}/*

%files -n python3-llfuse
%doc Changes.txt doc/html
%{py3_platsitedir}/*
%changelog
* Mon Sep 08 2014 dsilakov <denis.silakov@rosalab.ru> 0.40-3
+ Revision: 78b12eb
- Merge pull request #1 from lchan/python-llfuse:rosa2014.1
- python3-llfuse



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6751 |14cr|python-logbook-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define	tarname	Logbook

Summary:	A logging replacement for Python

Name:		python-logbook
Version:	0.7.0
Release:	2
Source0:	http://pypi.python.org/packages/source/L/Logbook/Logbook-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://logbook.pocoo.org/
BuildRequires:	python-setuptools

%description
Logbook is a logging sytem for Python that replaces the standard
library’s logging module. It was designed with both complex and simple
applications and mind and the idea to make logging fun.

%prep
%setup -q -n %{tarname}-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST
%doc CHANGES 




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: c1f7ece
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6752 |14cr|python-logging-0.4.9.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	logging
%define dname	%{oname}-%{version}

Name:		python-%{oname}
Summary:	Fast Python module for rational numbers

Version:	0.4.9.6
Release:	6
Source0:	http://www.red-dove.com/%{dname}.tar.gz
License:	MIT
Group:		Development/Python
URL:		http://www.red-dove.com/python_logging.html
BuildRequires:	python-devel
BuildArch:	noarch

%description
This is a python module that implements a full-featured logging system
in line with PEP 282 (comparable to java.util.logging, log4j, etc.).

%prep
%setup -q -n %{dname}

%build
python setup.py build

%install
python setup.py install --root %{buildroot}  --compile --optimize=2

%files
%doc README.txt LICENSE PKG-INFO python_logging.html default.css
%{py_puresitedir}/%{oname}
%{py_puresitedir}/%{oname}-%{version}-py%{py_ver}.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.9.6-6
+ Revision: 0993822
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6753 |14cr|python-logilab-astng-0.24.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	logilab-astng

# Depenedency geenrator finds too many abi deps here
%define __noautoreq 'python\\(abi\\).*'

Summary:	Extension of compiler.ast Python module
Name:		python-%{module}
Version:	0.24.3
Release:	2
Source0:	http://download.logilab.org/pub/astng/logilab-astng-%{version}.tar.gz
License:	GPLv2+
Group:		Development/Python
Url:		http://www.logilab.org/
Requires:	python-logilab-common >= 0.53.0
Requires:	python(abi) = %{py_ver}
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This module provides a common base representation of Python source
code for Logilab projects such as pylint. It extends class defined in
the compiler.ast module with some additional methods and attributes

%prep
%setup -q -n %{module}-%{version}

%build

%install
%__python setup.py install --root=%{buildroot}

%files
%defattr(-,root,root)
%doc README COPYING ChangeLog
%py_sitedir/logilab*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.24.3-2
+ Revision: 544edc7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6754 |14cr|python-logilab-common-0.62.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	logilab-common

# Depenedency geenrator finds too many abi deps here
%define __noautoreq 'python\\(abi\\).*'

Summary:	Python modules used by Logilab software
Name:		python-%{module}
Version:	0.62.0
Release:	1
Source0:	http://download.logilab.org/pub/common/logilab-common-%{version}.tar.gz
License:	GPLv2+
Group:		Development/Python
Url:		http://www.logilab.org/
Requires:	python-egenix-mx-base
Requires:       python(abi) = %{py_ver}
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This package contains a number of Python modules that provide low level
functionality used by various free software projects supported by Logilab.

%prep
%setup -q -n %{module}-%{version}

%build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
find %{buildroot} -perm 600 -exec chmod a+r {} \;

%files
%doc README COPYING ChangeLog
%{_bindir}/pytest
%{py_puresitedir}/logilab*

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.62.0-1
+ Revision: ba24f47
- Updated to 0.62.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6755 |14cr|python-lzo-1.08-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")

Summary:	LZO bindings for Python
Name:		python-lzo
Version:	1.08
Release:	6
Source0:	http://www.oberhumer.com/opensource/lzo/download/LZO-v1/%{name}-%{version}.tar.gz
Patch0:		python-lzo-1.08-build-against-lzo2.patch
Patch1:		python-lzo-1.08-nowarning.patch
URL:		http://www.oberhumer.com/opensource/lzo/
License:	GPLv2
Group:		Development/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	liblzo-devel python-devel

%description
Python-LZO provides Python bindings for LZO, i.e. you can access
the LZO library from your Python scripts thereby compressing ordinary
Python strings.

%prep
%setup -q
%patch0 -p1 -b .lzo2
%patch1 -p1 -b .nowarning

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{python_sitearch}/lzo.so
%{python_sitearch}/python_lzo*egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.08-6
+ Revision: 5526b00
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6756 |14cr|python-manuel-1.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-manuel
Version:        1.7.2
Release:        2
Summary:        Build tested documentation
Group:          Development/Python
License:        ASL 2.0
URL:            https://pypi.python.org/pypi/manuel
Source0:        https://pypi.python.org/packages/source/m/manuel/manuel-%{version}.tar.gz
# The sphinx configuration file was mistakenly left out of the 1.7.2 release.
# This file was collected from subversion.
Source1:        conf.py

BuildArch:      noarch
BuildRequires:  python-setuptools 
BuildRequires:  pythonegg(sphinx)
BuildRequires:  pythonegg(six)
BuildRequires:  pythonegg(zope.testing)
BuildRequires:  python-devel 

Requires:       pythonegg(six)

%description
Manuel lets you mix and match traditional doctests with custom test
syntax.  Several plug-ins are included that provide new test syntax.
You can also create your own plug-ins.

%prep
%setup -q -n manuel-%{version}
rm -fr src/manuel.egg-info
mkdir sphinx
cp -p %{SOURCE1} sphinx

%build
python setup.py build

# Build the documentation, then remove leftover build files
sphinx-build -c sphinx src/manuel docs
rm -fr docs/.buildinfo docs/.doctrees



%install
python2 setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

# Remove text files that are included as HTML in docs
rm -f $RPM_BUILD_ROOT%{python2_sitelib}/manuel/*.txt
rm -f $RPM_BUILD_ROOT%{python3_sitelib}/manuel/*.txt

%check
python2 setup.py test

%files
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.rst docs
%{py_puresitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.2-2
+ Revision: ca4a105
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6757 |14cr|python-markdown-2.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Markdown

Summary: Python implementation of the markdown text-to-HTML conversion tool

Name: python-markdown
Version: 2.4.1
Release: 2
Source0:  http://pypi.python.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
License: BSD
Group: Development/Python
Url: http://www.freewisdom.org/projects/python-markdown/ 
BuildArch: noarch

%description
This is a Python implementation of John Gruber's Markdown. It is almost 
completely compliant with the reference implementation, though there 
are a few known issues

Markdown  is a text-to-HTML conversion tool for web writers. Markdown 
allows you to write using an easy-to-read, easy-to-write plain text format, 
then convert it to structurally valid XHTML (or HTML).

%prep
%setup -q -n %{oname}-%{version} 

%build
PYTHONDONTWRITEBYTECODE= %__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST

%files -f FILE_LIST
%doc docs 





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-2
+ Revision: 6843b71
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6758 |14cr|python-mayavi-4.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	mayavi

Summary:	Enthought Tool Suite - scientific data 3D visualizer
Name:	    python-%{module}
Version:	4.3.1
Release:	1
Source0:	http://www.enthought.com/repo/ets/mayavi-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://github.com/enthought/mayavi/
Obsoletes:	python-enthought-mayavi2
Obsoletes:	python-enthought-mayavi
Obsoletes:	mayavi
Requires:	python-apptools >= 4.1.0
Requires:	python-envisage >= 4.2.0
Requires:	python-pyface >= 4.2.0
Requires:	python-traits >= 4.2.0
Requires:	python-traitsui >= 4.2.0
Requires:	python-numpy >= 1.1.0
Requires:	python-vtk
Requires:	python-configobj
BuildRequires:	x11-server-xvfb
BuildRequires:	procps
BuildRequires:	python-setupdocs >= 1.0.5
BuildRequires:	python-setuptools >= 0.6c8
BuildRequires:	python-numpy-devel >= 1.1.0
BuildRequires:	python-vtk >= 5.0
BuildRequires:	pkgconfig(lapack)

%description
MayaVi2 seeks to provide easy and interactive visualization of 3D data. It does
this by the following:
     
- an (optional) rich user interface with dialogs to interact with all data
  and objects in the visualization.
- a simple and clean scripting interface in Python, including one-liners,
  a-la mlab, or object-oriented programming interface.
- harnesses the power of the VTK toolkit without forcing you to learn it.

Additionally Mayavi2 strives to be a reusable tool that can be embedded in your
applications in different ways or combined with the envisage
application-building framework to assemble domain-specific tools.

%prep
%setup -q -n %{module}-%{version}

%build
Xvfb :100 -ac &
XPID=$!
export DISPLAY=:100.0
%__python setup.py build
%__python setup.py build_docs
kill -9 $XPID || /bin/true
mkdir html
mv docs/build/mayavi/html html/mayavi
mv docs/build/tvtk/html html/tvtk

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%files 
%doc *.txt *.rst examples/ html/
%{_bindir}/mayavi2
%{_bindir}/tvtk_doc
%py_platsitedir/%{module}*
%py_platsitedir/tvtk*



%changelog
* Thu Feb 13 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.1-1
+ Revision: 88d2e01
- Updated to 4.3.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6759 |14cr|python-mcrypt-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 1.1
%define release 8

Name: python-mcrypt
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Summary: Comprehensive Python interface to the mcrypt library
License: GPL
Group: Development/Python
Url: http://labix.org/python-mcrypt
Requires: python 
BuildRequires: python-devel
BuildRequires: libmcrypt-devel


%description
Python-mcrypt is a comprehensive Python interface to the mcrypt library, which
provides a uniform interface to several symmetric encryption algorithms.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root %buildroot

%files
%doc LICENSE NEWS AUTHORS
%py_platsitedir/mcrypt.so
%py_platsitedir/python_mcrypt-*info





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-8
+ Revision: 7865340
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6760 |14cr|python-mdp-3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname MDP

Summary:	Modular Data Processing Toolkit for Python

Name:		python-mdp
Version:	3.2
Release:	3
Source0:	%{tarname}-%{version}.tar.gz
Source1:	MDP-tutorial.pdf
License:	BSD
Group:		Development/Python
Url:		http://mdp-toolkit.sourceforge.net
BuildArch:	noarch
Requires:	python-numpy >= 1.1, python-scipy >= 0.7.0
Suggests:	python-scikits-learn
BuildRequires:	python-numpy-devel >= 1.1
BuildRequires:  python-devel

%description
Modular toolkit for Data Processing (MDP) is a Python data processing
framework.

From the user's perspective, MDP is a collection of supervised and
unsupervised learning algorithms and other data processing units that
can be combined into data processing sequences and more complex
feed-forward network architectures.

From the scientific developer's perspective, MDP is a modular
framework, which can easily be expanded. The implementation of new
algorithms is easy and intuitive. The new implemented units are then
automatically integrated with the rest of the library.

The base of available algorithms is steadily increasing and includes
signal processing methods (Principal Component Analysis, Independent
Component Analysis, Slow Feature Analysis), manifold learning methods
([Hessian] Locally Linear Embedding), several classifiers,
probabilistic methods (Factor Analysis, RBM), data pre-processing
methods, and many others.

%prep 
%setup -q -n %{tarname}-%{version}
cp -p %{SOURCE1} .
chmod 644 *.pdf

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILELIST

%clean

%files -f FILELIST
%doc README CHANGES COPY* TODO *.pdf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2-3
+ Revision: 286424b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6761 |14cr|python-medusa-0.5.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	medusa

Name: 	 	python-%{oname}
Summary: 	Framework for Python-based server

Version: 	0.5.4
Release: 	9
Source0:	http://www.amk.ca/files/python/%{oname}-%{version}.tar.bz2
URL:		http://www.amk.ca/python/code/medusa.html
License:	BSD
Group:		System/Servers
BuildArch:	noarch
BuildRequires:	python-devel

%description
Medusa is an architecture for very-high-performance TCP/IP servers
(like HTTP, FTP, and NNTP).  Medusa is different from most other
servers because it runs as a single process, multiplexing I/O with its
various client and server connections within a single process/thread.
 
It is capable of smoother and higher performance than most other
servers, while placing a dramatically reduced load on the server
machine.  The single-process, single-thread model simplifies design
and enables some new persistence capabilities that are otherwise
difficult or impossible to implement.

%prep
%setup -q -n %{oname}-%{version}

%install
python setup.py install --root=%{buildroot} --compile --optimize=2

%files
%doc *.txt demo docs test
%{py_puresitedir}/%{oname}
%{py_puresitedir}/%{oname}-%{version}-py%{py_ver}.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.4-9
+ Revision: e3ae5f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6762 |14cr|python-meld3-0.6.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	HTML/XML templating system for Python
Name:		python-meld3
Version:	0.6.7
Release:	2

License:	ZPLv2.1
Group:		Development/Python 
URL:		http://www.plope.com/software/meld3/
Source0:	http://pypi.python.org/packages/source/m/meld3/meld3-%{version}.tar.gz
Patch0:		python-meld3-0.6.7-missing-src-file.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires:	python-celementtree
Requires:	python-celementtree
BuildRequires:	python-devel


%description
meld3 is an HTML/XML templating system for Python 2.3+ which keeps template
markup and dynamic rendering logic separate from one another. See
http://www.entrian.com/PyMeld for a treatise on the benefits of this pattern.

%prep
%setup -q -n meld3-%{version}
%patch0 -p1 -b .missing-src-file

%build
export USE_MELD3_EXTENSION_MODULES=True
CFLAGS="%{optflags}" %{__python} setup.py build

%install
rm -rf %{buildroot}
export USE_MELD3_EXTENSION_MODULES=True
%{__python} setup.py install --skip-build --root %{buildroot}
sed -i s'/^#!.*//' $( find %{buildroot}/%{python_sitearch}/meld3/ -type f)
chmod 0755 %{buildroot}/%{python_sitearch}/meld3/cmeld3.so

%check
%{__python} meld3/test_meld3.py

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README.txt COPYRIGHT.txt LICENSE.txt CHANGES.txt
%{python_sitearch}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.7-2
+ Revision: a3ac827
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6763 |14cr|python-memcached-1.53-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-memcached
Version:	1.53
Release:	3
Summary:	Python interface to memcached

Group:		Development/Python
License:	Python Software Foundation License
URL:		http://www.tummy.com/Community/software/python-memcached/
Source0:	ftp://ftp.tummy.com:21/pub/python-memcached/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
This software is a 100%% Python interface to the memcached memory cache
daemon.  It is the client side software which allows storing values in one
or more, possibly remote, memcached servers.  Search google for memcached
for more information.

%package -n python3-memcached
Summary:	Python interface to memcached
Group:		Development/Python
BuildRequires:	python3-devel
BuildRequires:	python3-setuptools

%description -n python3-memcached
This software is a 100%% Python interface to the memcached memory cache
daemon.  It is the client side software which allows storing values in one
or more, possibly remote, memcached servers.  Search google for memcached
for more information.
This is a python-3 package.

%prep
%setup -q -n %{name}-%{version}
rm -rf %{_builddir}/python3-%{module}
cp -a . %{_builddir}/python3-%{module}
pushd %{_builddir}/python3-%{module}
2to3 --write --nobackups .
sed -i "s/file(/open(/g" setup.py
popd

%build
%{__python} setup.py build
pushd %{_builddir}/python3-%{module}
%{__python3} setup.py build
popd

%install
rm -rf %{buildroot}
pushd %{_builddir}/python3-%{module}
%{__python3} setup.py install -O2 --skip-build --root %{buildroot}
popd
%{__python} setup.py install -O2 --skip-build --root %{buildroot}

%clean

%files
%doc ChangeLog PKG-INFO 
%{py_puresitedir}/*

%files -n python3-memcached
%doc ChangeLog PKG-INFO 
%{py3_puresitedir}/*

%changelog
* Mon Sep 08 2014 dsilakov <denis.silakov@rosalab.ru> 1.53-3
+ Revision: ab2c061
- Merge pull request #2 from lchan/python-memcached:rosa2014.1
- python3-memcached



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6764 |14cr|python-metalink-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	metalink-library

Summary:	Python library for generating metalinks
Name:		python-metalink
Version:	1.0
Release:	9
Source0:	http://metalink-library.googlecode.com/files/%{oname}-%{version}.tar.bz2
URL:		http://code.google.com/p/metalink-library/
License:	GPLv2
Group:		Development/Python
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch

%description
A script based library to create and manage Metalink download files,
which contain HTTP, FTP and P2P download links for single or multiple
download files.

%prep
%setup -q -c -n %{oname}-%{version} -a 0

%build

%install
rm -rf %{buildroot}
install -m644 metalink.py -D %{buildroot}%{python_sitelib}/metalink.py

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{python_sitelib}/metalink.py




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-9
+ Revision: ff087af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6765 |14cr|python-mezogis-0.1.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: python-mezogis
Version: 0.1.5
Release: 9
Summary: Graphical interface to query and analyse spatial data
Source: http://initd.org/svn/psycopg/geotypes/releases/mezogis-%{version}.tar.gz 
URL: http://www.mezogis.org
License: GPL
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: python-devel
Provides: mezogis = %{version}-%{release}
Requires: python-geotypes
Requires: python-psycopg
Requires: pygtk2.0

%description
mezoGIS is a GIS application, a graphical interface to query and analyse
spatial data. mezoGIS does not store or compute data directly, but operates
external PostGIS databases. The goal of mezoGIS is to provide a tool for geo-
spatial analysis with PostGIS, through on-the-fly SQL queries as well as
through larger, external plugin scripts.

%prep
%setup -q -n mezogis-%{version} 

%install
rm -rf %buildroot
python setup.py install --root=%buildroot

rm -f %buildroot%_datadir/locale/messages.pot

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%_bindir/mezogis.py
%_datadir/applications/mezogis.desktop
%_datadir/mezogis
%_datadir/pixmaps/*
%py_puresitedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.5-9
+ Revision: 483684a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6766 |14cr|python-mimeparse-0.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mimeparse

Name:           python-%{oname}
Version:        0.1.4
Release:        2
Summary:        Python module for parsing mime-type names
Group:          Development/Python
License:        MIT
URL:            https://pypi.python.org/pypi/python-mimeparse
Source0:        https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  pkgconfig(python)


%description
This module provides basic functions for parsing mime-type names
and matching them against a list of media-ranges.

%prep
%setup -q -n %{name}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%check
python mimeparse_test.py



%install
python setup.py install --skip-build --root %{buildroot}

%files
%doc README
%{py_puresitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.4-2
+ Revision: d8ee940
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6767 |14cr|python-minimock-1.2.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-minimock
Version:        1.2.8
Release:        3
Summary:        The simplest possible mock library
Group:          Development/Python
License:        MIT
URL:            http://pypi.python.org/pypi/MiniMock
Source0:        http://pypi.python.org/packages/source/M/MiniMock/MiniMock-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildArch:	noarch

%description
Minimock is a simple lbirary for doing Mock objects with doctest.

%package -n python3-minimock
Summary:        The simplest possible mock library
Group:          Development/Python
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
%description -n python3-minimock
Minimock is a simple lbirary for doing Mock objects with doctest.

%prep
%setup -q -n MiniMock-%{version}
rm -rf %{py3dir}
cp -a . %{py3dir}

%build

%install
pushd %{py3dir}
%{__python3} setup.py install --root=%{buildroot}
popd
python setup.py install --root=%{buildroot}

%files
%doc docs/*
%{py_puresitedir}/MiniMock-%{version}-py?.?.egg-info
%{py_puresitedir}/minimock*

%files -n python3-minimock
%doc docs/*
%{py3_puresitedir}/MiniMock-%{version}-py?.?.egg-info
%{py3_puresitedir}/minimock*


%changelog
* Tue Sep 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.8-3
+ Revision: 9ada749
- Added python3 submodule



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6768 |14cr|python-mock-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	mock

Name:		python-%{oname}
Version:	1.0.1
Release:	2
Summary:	A Python Mocking and Patching Library for Testing
Source0:	http://pypi.python.org/packages/source/m/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://www.voidspace.org.uk/python/mock/
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(unittest2)

%description
mock is a library for testing in Python. It allows you to replace parts of
your system under test with mock objects and make assertions about how they
have been used.

mock is now part of the Python standard library, available as `unittest.mock
<http://docs.python.org/py3k/library/unittest.mock.html#module-unittest.mock>`
in Python 3.3 onwards.

mock provides a core `MagicMock` class removing the need to create a host of
stubs throughout your test suite. After performing an action, you can make
assertions about which methods / attributes were used and arguments they were
called with. You can also specify return values and set needed attributes in
the normal way.

mock is tested on Python versions 2.4-2.7 and Python 3. mock is also tested
with the latest versions of Jython and pypy.

The mock module also provides utility functions / objects to assist with
testing, particularly monkey patching.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc *.txt docs/*.txt
%{py_puresitedir}/mock.py*
%{py_puresitedir}/mock*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: 8109e0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6769 |14cr|python-morph-0.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary: Morphology Toolbox for Python
Name: python-morph
Version: 0.8
Release: 8
Source0: pymorph-%{version}.tar.bz2
Patch0:  pymorph-demo-import.patch
License: BSD
Group: Sciences/Other
Url: http://www.mmorph.com/pymorph/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Provides: pymorph = %{version}-%{release}
BuildArch: noarch
Requires: python-numeric
Requires: python-imaging
Buildrequires: dos2unix
Buildrequires: python-devel

%description
The pymorph Morphology Toolbox for Python is a powerful collection of latest
state-of-the-art gray-scale morphological tools that can be applied to image
segmentation, non-linear filtering, pattern recognition and image analysis.
The pymorph Morphology Toolbox is an open source software for Morphological
Image Analysis and Signal Processing written in Python. It is a companion
resource for the book: Hands-on Morphological Image Processing , by Edward
Dougherty and Roberto Lotufo, published by SPIE, Aug 2003, ISBN=0-8194-4720-X.

%prep
%setup -q -n pymorph
%patch0
find -type f -name '*.html' -exec dos2unix -U {} \;
find -type f -name '*.css' -exec dos2unix -U {} \;

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{py_puresitedir}
cp PURELIB/adtools/morph08pybase/morph.py $RPM_BUILD_ROOT/%{py_puresitedir}
cp PURELIB/adtools/morph08pybase/morphdemo.py $RPM_BUILD_ROOT/%{py_puresitedir}
cp PURELIB/adtools/adpil10all/adpil.py $RPM_BUILD_ROOT/%{py_puresitedir}
cp PURELIB/adtools/adpil10all/adpildemo.py $RPM_BUILD_ROOT/%{py_puresitedir}


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{py_puresitedir}/*
%doc PLATLIB/adtools/morph08pybase/data
%doc PLATLIB/adtools/morph08pybase/html





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-8
+ Revision: 8d1d07b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6770 |14cr|python-mox-0.5.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module mox

Name:           python-%{module}
Version:        0.5.3
Release:        2
Url:            http://code.google.com/p/pymox/
Summary:        Mock object framework
License:        Apache License, Version 2.0
Group:          Development/Python
Source:         %{module}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildArch:      noarch

%description
Mox is a mock object framework for Python based on the
Java mock object framework EasyMock.

%prep
%setup -q -n %{module}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --root $RPM_BUILD_ROOT --install-purelib=%{python_sitelib}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{python_sitelib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.3-2
+ Revision: e34980e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6771 |14cr|python-mpd-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-mpd
Version:        0.5.1
Release:        2
Summary:        Python bindings for MPD
Group:          Development/Python
License:        GPL
URL:            http://www.musicpd.org/~jat/python-mpd/
Source0:        http://pypi.python.org/packages/source/p/python-mpd2/python-mpd2-%{version}.tar.bz2
BuildArch:	noarch
BuildRequires:  python-devel
BuildRequires:  python-distribute

%description
An MPD (Music Player Daemon) client library written in pure Python.

%prep
%setup -q -n %{name}2-%{version}

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
%{__python} setup.py install --root %buildroot

%clean

%files
%doc LICENSE.txt GPL.txt
%{py_puresitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
+ Revision: 82172fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6772 |14cr|python-mpi4py-1.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module mpi4py

Summary:	MPI for Python
Name:		python-%{module}
Version:	1.3.1
Release:	3
License:	BSD
Group:		Development/Python
Url:		http://mpi4py.googlecode.com
Source0:	http://mpi4py.googlecode.com/files/%{module}-%{version}.tar.gz
Patch0:		mpi4py-1.3.1-linkage.patch
Patch1:		mpi4py-1.3.1-openmpi1.7.patch
BuildRequires:	openmpi
BuildRequires:	python-cython
BuildRequires:	pkgconfig(ompi)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
Requires:	openmpi

%description
MPI for Python provides bindings of the Message Passing Interface
(MPI) standard for the Python programming language, allowing any
Python program to exploit multiple processors.

This package is constructed on top of the MPI-1/2 specifications and
provides an object oriented interface which closely follows MPI-2 C++
bindings. It supports point-to-point (sends, receives) and collective
(broadcasts, scatters, gathers) communications of any picklable Python
object, as well as optimized communications of Python object exposing
the single-segment buffer interface (NumPy arrays, builtin
bytes/string/array objects).

%files -f FILELIST
%doc test/ demo/ *.txt docs/usrman docs/apiref
%exclude %{py_platsitedir}/%{module}/include/

#----------------------------------------------------------------------------

%package devel
Summary:	mpi4py headers
Group:		Development/Python
Requires:	%{name} = %{EVRD}

%description devel
This package contains header files needed to develop modules in C or
Fortran that can interact with mpi4py.

%files devel
%{py_platsitedir}/%{module}/include/

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}
%patch0 -p1
%patch1 -p1

%build
export CFLAGS="-Wno-error=format-security"
python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=FILELIST
rm -f %{buildroot}%{py_platsitedir}/mpi4py/mpi.cfg
sed -si 's/^.*mpi\.cfg$//' FILELIST


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-3
+ Revision: 5a55a4b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6773 |14cr|python-mpmath-0.18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	mpmath

Summary:	Python library for symbolic mathematics
Name:		python-%{module}
Version:	0.18
Release:	3
Source0:	http://mpmath.googlecode.com/files/%{module}-%{version}.tar.gz
Source1:	http://mpmath.googlecode.com/files/%{module}-docsrc-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://mpmath.googlecode.com/
BuildArch:	noarch
Suggests:	python-gmpy >= 1.03, python-numpy, python-matplotlib
BuildRequires:	python
BuildRequires:  python-sphinx

%description
Mpmath is a pure-Python library for multiprecision floating-point arithmetic.
It provides an extensive set of transcendental functions, unlimited exponent
sizes, complex numbers, interval arithmetic, numerical integration and
differentiation, root-finding, linear algebra, and much more. Almost any
calculation can be performed just as well at 10-digit or 1000-digit precision,
and in many cases mpmath implements asymptotically fast algorithms that scale
well for extremely high precision work. If available, mpmath will (optionally)
use gmpy to speed up high precision operations. 

%package	doc
Group:		Development/Python
Summary:	Documentation for python-%{name}

%description	doc
Documentation for python-%{name}.

%prep
%setup -q -n %{module}-%{version} -a 1

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} 

pushd doc
%__python build.py
%__rm -rf build/.buildinfo build/.doctrees
mkdir -p %{buildroot}/%{_docdir}/%{module}
cp -far build/* %{buildroot}/%{_docdir}/%{module}
popd

%files
%doc CHANGES LICENSE
%{py_puresitedir}/*

%files doc
%{_docdir}/%{module}/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.18-3
+ Revision: 41d86bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6774 |14cr|python-msgpack-0.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define tarname	msgpack-python
%define	rel		1
%if %mdkversion < 201100
%else
%endif

Summary:	MessagePack (de)serializer for Python

Name:		python-msgpack
Version:	0.4.2
Release:	2
Source0:	https://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-%{version}.tar.gz
Patch0:		egg-info-0.2.0.patch
License:	Apache License
Group:		Development/Python
Url:		http://msgpack.org/
BuildRequires:	python-cython
BuildRequires:	python-setuptools

%description
MessagePack is a binary-based efficient data interchange format that
is focused on high performance. It is like JSON, but very fast and
small.

%prep
%setup -q -n %{tarname}-%{version}
%patch0 -p0

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean

%files 
%doc COPYING README.rst
%{py_platsitedir}/msgpack*




%changelog
* Sun Aug 03 2014 abfonly <abfonly@gmail.com> 0.4.2-2
+ Revision: ad30ad8
- Updated python-msgpack.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6775 |14cr|python-musepack-0.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	pymusepack

Name: 	 	python-musepack
Summary: 	Python access for musepack audio files

Version: 	0.4
Release: 	8
License:	GPL
Group:		Development/Python
URL:		http://www.sacredchao.net/
Source:		http://www.sacredchao.net/~piman/software/%{oname}-%{version}.tar.bz2
BuildRequires:	python-devel libmpcdec-devel swig
BuildRequires:  python-devel

%description
This Python module lets you load and decode Musepack (MPC/MP+ files). It also
includes a module to read and write APEv2 metadata tags.

%prep
%setup -qn %{oname}-%{version}

%build
env CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root=%{buildroot}

mkdir -p %{buildroot}/%{_bindir}
cp plaympc.py %{buildroot}/%{_bindir}/

%clean

%files
%defattr(644,root,root,755)
%doc NEWS README
%attr(755,root,root) %{_bindir}/plaympc.py
%attr(755,root,root) %{_libdir}/python*/site-packages/musepack/mpc.so
%{_libdir}/python*/site-packages/musepack/*.py*
%{_libdir}/python*/site-packages/%{oname}*.egg-info





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-8
+ Revision: 3823c99
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6776 |14cr|python-musicbrainz2-0.7.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary: An interface to the MusicBrainz XML web service

Name: python-musicbrainz2
Version: 0.7.4
Release: 2
Url: http://musicbrainz.org/products/python-musicbrainz2/
Source0: http://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/%{name}-%{version}.tar.gz
License: BSD
Group: Development/Python
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-ctypes
BuildArch: noarch
Requires: python-ctypes libdiscid
Obsoletes: python-musicbrainz < 2.1.5-5
Provides: python-musicbrainz

%description
python-musicbrainz2 provides simple, object oriented access to the
MusicBrainz XML web service. It is useful for applications like CD rippers,
taggers, media players, and other tools that need music metadata.

The MusicBrainz Project collects music metadata and is maintained by its large
and constantly growing user
community.


%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%clean

%files
%doc *.txt
%{_bindir}/mb-submit-disc
%{py_puresitedir}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.4-2
+ Revision: f47e80f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6777 |14cr|python-mygpoclient-1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mygpoclient
%define name python-%oname
%define version 1.6
%define release 2

Summary: Library for accessing my.gpodder.org web services
Name: %{name}
Version: 1.7
Release: 2
Source0: http://thpinfo.com/2010/mygpoclient/mygpoclient-%{version}.tar.gz
License: GPLv3
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python-devel
Url: http://thpinfo.com/2010/mygpoclient/

%description
The mygpoclient library allows developers to utilize a Pythonic
interface to the my.gpodder.org web services for synchronizing podcast
subscriptions. This page provides the public place for downloading
source releases of the library.

%prep
%setup -q -n %oname-%version
%apply_patches

%build
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS README
%_bindir/bpsync
%py_puresitedir/%oname
%py_puresitedir/*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-2
+ Revision: 804adba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6778 |14cr|python-netaddr-0.7.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module netaddr

Name:           python-%module
Version:        0.7.10
Release:        2
License:        BSD3c
Summary:        Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
Url:            http://code.google.com/p/netaddr
Group:          Development/Python
Source:         https://github.com/downloads/drkjam/netaddr/netaddr-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildArch:      noarch

%description
A pure Python network address representation and manipulation library.

netaddr provides a Pythonic way of working with:
    - IPv4 and IPv6 addresses and subnets (including CIDR notation);
    - MAC (Media Access Control) addresses in multiple formats;
    - IEEE EUI-64, OUI and IAB identifiers;
    - a user friendly IP glob-style format.

Included are routines for:
    - generating, sorting and summarizing IP addresses;
    - converting IP addresses and ranges between various different formats;
    - performing set based operations on groups of IP addresses and subnets;
    - arbitrary IP address range calculations and conversions;
    - querying IEEE OUI and IAB organisational information;
    - querying of IP standards related data from key IANA data sources.

%prep
%setup -q -n %module-%{version}
chmod -x AUTHORS CHANGELOG COPYRIGHT README LICENSE THANKS # remove executable bit from docs

%build
CFLAGS="%{optflags}" python setup.py build

%install
%{__python} setup.py install --root %{buildroot} --install-purelib=%{py_puresitedir}

%clean

%files
%doc AUTHORS CHANGELOG COPYRIGHT README LICENSE THANKS
%{_bindir}/%module
%{py_puresitedir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.10-2
+ Revision: 3fe9823
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6779 |14cr|python-netifaces-0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	netifaces

Name:		python-%{oname}
Version:	0.8
Release:	2
Summary:	Portable network interface information
Source0:	http://alastairs-place.net/projects/%{oname}/%{oname}-%{version}.tar.gz
License:	MIT License
Group:		Development/Python
Url:		http://alastairs-place.net/netifaces
BuildRequires:	python-devel 
BuildRequires:	python-setuptools

Requires: python(abi) = 2.7



%description
netifaces provides a (hopefully portable-ish) way for Python programmers to
get access to a list of the network interfaces on the local machine, and to
obtain the addresses of those network interfaces.

The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux
and Solaris.

It should work on other UNIX-like systems provided they implement
either getifaddrs() or support the SIOCGIFxxx socket options, although the
data provided by the socket options is normally less complete.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README
%{py_platsitedir}/netifaces.so
%{py_platsitedir}/netifaces*.egg-info
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-2
+ Revision: 19f5d35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6780 |14cr|python-networkx-1.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	networkx
%bcond_without	pdf_doc

Summary: 	Python package for the study of complex networks
Name: 	 	python-%{module}
Version: 	1.8.1
Release: 	2
Source0:	http://pypi.python.org/packages/source/n/networkx/networkx-%{version}.tar.gz
Source1:	%{name}.rpmlintrc
License: 	BSD
Group: 	 	Development/Python
Url: 	 	https://networkx.lanl.gov/
BuildArch: 	noarch
Requires: 	python-pygraphviz
Requires: 	python-matplotlib >= 0.73.1
Suggests:	python-parsing
Suggests:	python-numpy
Suggests:   python-scipy
Suggests:   python-yaml

# FIXME not a proper build breakage solution but good until properly
# fixed in python-matplotib
BuildRequires:	fonts-ttf-dejavu

BuildRequires: 	python-parsing
BuildRequires: 	python-setuptools
BuildRequires: 	python-sphinx
BuildRequires: 	python-matplotlib
BuildRequires: 	pkgconfig(lapack)
BuildRequires: 	python-devel

%if %{with_pdf_doc}
BuildRequires:	texlive
# Temporary, should be installed together with texlive...
BuildRequires:	texlive-babel-english
BuildRequires:	texlive-hyphen-english
BuildRequires:	zip
%endif

%description
NetworkX (NX) is a Python package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.

Features:
* Includes standard graph-theoretic and statistical physics functions
* Easy exchange of network algorithms between applications, disciplines, 
  and platforms
* Includes many classic graphs and synthetic networks
* Nodes and edges can be "anything" (e.g. time-series, text, images, 
  XML records)
* Exploits existing code from high-quality legacy software in C, C++, 
  Fortran, etc.
* Open source (encourages community input)
* Unit-tested

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
pushd doc
export PYTHONPATH=`dir -d ../build/lib*`
%if %{with_pdf_doc}
make dist
%else
make html
%endif
find . -name .buildinfo | xargs rm
popd
rm -rf %{buildroot}%{_datadir}/doc/%{module}-%{version}

%files
%doc *.txt examples/
%if %{with_pdf_doc}
%doc doc/build/dist
%else
%doc doc/build/html
%endif
%{py_puresitedir}/%{module}*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.1-2
+ Revision: f0aeb91
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6781 |14cr|python-nevow-0.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Web application construction kit written in Python
Name: 		python-nevow
Version: 	0.10.0
Release: 	2
License: 	MIT
Group: 		Development/Python
URL:		http://divmod.org/trac/wiki/DivmodNevow
Source: 	http://divmod.org/trac/attachment/wiki/SoftwareReleases/Nevow-%{version}.tar.gz

Requires: 	pythonegg(twisted-core)
Requires: 	pythonegg(twisted-web)

BuildRequires: 	pkgconfig(python)
BuildRequires: 	pythonegg(twisted-core)
BuildRequires: 	pythonegg(twisted-web)
BuildRequires: 	dos2unix

BuildArch:     noarch

%description
Nevow (pronounced as the French "nouveau", or "noo-voh") is a web application
construction kit written in Python. It is designed to allow the programmer to
express as much of the view logic as desired in Python.


%prep
%setup -q -n Nevow-%{version}

find examples \( -name '*.html' -o -name '*.xml' -o -name '*.css' \) \
    -exec dos2unix {} \;

chmod -x examples/i18n/update-l10n examples/wsgi/test-cgi.py
sed -i 's|import setuptools|import setuptoolsBAD|' setup.py

%build
python setup.py build

%install

python setup.py install --skip-build --root %{buildroot} --install-purelib=%{py_puresitedir}
# Install man page
install -D -p -m 0644 doc/man/nevow-xmlgettext.1 \
    %{buildroot}%{_mandir}/man1/nevow-xmlgettext.1
find %{buildroot} -size 0 -delete
chmod +x %{buildroot}%{py_puresitedir}/nevow/test/segfault.py


%files
%doc LICENSE README examples/
%{_bindir}/nevow-xmlgettext
%{_bindir}/nit
%{py_puresitedir}/Nevow-*.egg-info
%{py_puresitedir}/formless/
%{py_puresitedir}/nevow/
%{py_puresitedir}/twisted/plugins/nevow_widget.py*
%{_mandir}/man1/nevow-xmlgettext.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-2
+ Revision: 660f04b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6782 |14cr|python-newt_syrup-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:       Newt Syrup is an app framework built on top of Newt
Name:          python-newt_syrup
Version:       0.2.0
Release:       2
License:       LGPLv2+
Url:           http://newt-syrup.fedorahosted.org/
Source0:        http://mcpierce.fedorapeople.org/rpms/newt_syrup-%{version}.tar.gz
Group:         Development/Python
BuildArch:     noarch
Requires:      newt >= 0.52.11
BuildRequires: python-devel python-setuptools

%description
Newt Syrup is an app framework built on top of Newt. It provides a set of
classes for creating text-based applications. Developers can use the widgets
provided by Newt and the framework provided by Syrup to create full text-based
applications in Python.

%prep
%setup -q -n newt_syrup-%{version}

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%clean
rm -rf %{buildroot}

%files
%doc AUTHORS ChangeLog COPYING
%{python_sitelib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-2
+ Revision: b01960e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6783 |14cr|python-nibabel-0.2.20100816-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	nibabel
# Need git version as the upstream one does not work with invesalius

Summary:	Access a cacophony of neuro-imaging file formats

Name:		python-%{module}
Version:	0.2.20100816
Release:	3
# git clone http://github.com/hanke/nibabel.git python-nibabel
# cd python-nibabel
# git archive --format tar 4f062e8a4f4bcceea4e8e1ff3fc7f897af06fa46 --prefix python-nibabel-0.2.20100816/ | bzip2 > python-nibabel.tar.bz2
Source0:	python-nibabel.tar.bz2
License:	BSD
Group:		Development/Python
Url:		http://nipy.sourceforge.net
Requires: 	python-dicom
Requires:	python-nifti
Requires: 	python-numpy
Requires: 	python-scipy
BuildArch:	noarch
BuildRequires:  python-devel

%description
NiBabel is a pure-Python package for reading and writing a variety of
medical and neuro-imaging file formats. This includes: ANALYZE (plain,
SPM99, SPM2), GIFTI, NIfTI1, MINC, as well as PAR/REC. NiBabel is the
successor of PyNIfTI.

%prep
%setup -q

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILELIST

%clean

%files -f FILELIST



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.20100816-3
+ Revision: 26b9ffb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6784 |14cr|python-nifti-0.20100607.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	nifti

Summary:	Pythonic access to NIfTI and ANALYZE files 

Name:		python-%{module}
Version:	0.20100607.1
Release:	5
Source0:	http://sourceforge.net/projects/niftilib/files/pynifti/0.20100607.1/pynifti_0.20100607.1.tar.gz
Patch0:		pynifti-0.20100607.1_drop_noundef.patch
License:	BSD
Group:		Development/Python
Url:		http://niftilib.sourceforge.net/pynifti
BuildRequires:	swig
BuildRequires:	nifti-devel
BuildRequires:	python-numpy-devel
BuildRequires:	pkgconfig(lapack)
Requires:	python-numpy
BuildRequires:  python-devel

%description
The PyNIfTI module is a Python interface to the NIfTI I/O libraries.
Using PyNIfTI, one can easily read and write NIfTI and ANALYZE images from
within Python. The NiftiImage class provides pythonic access to the full
header information and for a maximum of interoperability the image data
is made available via NumPy arrays.

%prep
%setup -q -n py%{module}-%{version}
%patch0 -p1

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILELIST

%files -f FILELIST



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20100607.1-5
+ Revision: 67f2c8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6785 |14cr|python-nltk_lite-0.7.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with     doc
%define origname nltk_lite

Name:           python-%{origname}
Version:        0.7.5
Release:        6
Epoch:          0
Summary:        Natural Language Toolkit for Python
License:        CPL
Group:          Development/Python
URL:            http://nltk.sourceforge.net/
Source0:        http://ovh.dl.sourceforge.net/nltk/nltk_lite-%{version}.tar.gz
Source1:        http://ovh.dl.sourceforge.net/nltk/nltk_lite-corpora-%{version}.zip
Source2:        http://ovh.dl.sourceforge.net/nltk/nltk_lite-doc-%{version}.zip
Source3:        http://ovh.dl.sourceforge.net/nltk/nltk_lite-examples-%{version}.zip
Source100:	%{name}.rpmlintrc
Requires:       python-yaml
%if %with doc
BuildRequires:  epydoc
%endif
BuildRequires:	python
BuildArch:      noarch

%description
The Natural Langauge Toolkit is a Python package that simplifies the 
construction of programs that process natural language and defines 
standard interfaces between the different components of an NLP system. 

%prep
%setup -q -n %{origname}-%{version}
%setup -q -T -D -a 1 -n %{origname}-%{version}
%setup -q -T -D -a 2 -n %{origname}-%{version}
%setup -q -T -D -a 3 -n %{origname}-%{version}
%{__chmod} -Rf a+rX,u+w,g-w,o-w .
%{_bindir}/find . -name '.DS_Store' -o -name '.api.done' -o -name '.png' | %{_bindir}/xargs %{__rm} -r

%build
%{__python} setup.py build
%if %with doc
pushd doc
%{__make}
popd
%endif

%install
%{__python} setup.py install -O2 --root=%{buildroot} --record=INSTALLED_FILES
%{__mkdir_p} %{buildroot}%{_datadir}/nltk_lite
cp -r -a corpora doc examples %{buildroot}%{_datadir}/nltk_lite
%{_bindir}/find %{buildroot} -type f -name '*.txt' | %{_bindir}/xargs %{__perl} -pi -e 's|\r$||g'

%{__chmod} 755 %{buildroot}%{_datadir}/nltk_lite/doc/examples.py \
               %{buildroot}%{_datadir}/nltk_lite/doc/pages.py \
               %{buildroot}%{py_puresitedir}/nltk_lite/corpora/toolbox.py \
               %{buildroot}%{py_puresitedir}/nltk_lite/misc/nemo.py \
               %{buildroot}%{py_puresitedir}/nltk_lite/contrib/toolbox/settings.py \
               %{buildroot}%{py_puresitedir}/nltk_lite/contrib/toolbox/language.py \
               %{buildroot}%{py_puresitedir}/nltk_lite/test/doctest_driver.py \
               %{buildroot}%{py_puresitedir}/nltk_lite/contrib/toolbox/data.py \
               %{buildroot}%{py_puresitedir}/nltk_lite/stem/porter.py \
               %{buildroot}%{_datadir}/nltk_lite/doc/tree2image.py

rm -fr %{buildroot}%{py_puresitedir}/yaml

%files
%defattr(0644,root,root,0755)
%doc *.txt
%defattr(-,root,root,0755)
%{py_puresitedir}/nltk_lite*
%{_datadir}/nltk_lite

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.7.5-6
+ Revision: 3b33270
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6786 |14cr|python-nmap-0.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Use nmap and access scan results from python
Name:		python-nmap
Version:	0.3.4
Release:	2
Source0:	http://xael.org/norman/python/python-nmap/%{name}-%{version}.tar.gz
Group:		Development/Python
License:	GPLv3+
URL:		http://xael.org/norman/python/python-nmap/
BuildArch:	noarch
BuildRequires:  python-devel

%description
python-nmap is a python library which helps in using nmap port scanner.
It allows to easilly manipulate nmap scan results and will be a perfect
tool for systems administrators who want to automatize scanning task
and reports. It also supports nmap script outputs.

It can even be used asynchronously. Results are returned one host at a time
to a callback function defined by the user.

%prep
%setup -q

%build
#nothing to do

%install
python setup.py install \
	--root=%{buildroot} \

%files
%doc README.txt CHANGELOG
%{py_puresitedir}/nmap/
%{py_puresitedir}/python_nmap-%{version}-py%{py_ver}.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.4-2
+ Revision: b34a35c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6787 |14cr|python-nose-cover3-0.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nose-cover3

Name:           python-%{oname}
Version:        0.1.0
Release:        2
Summary:        Coverage 3.x support for Nose
Group:		Development/Python
License:        LGPLv2+
URL:            http://pypi.python.org/pypi/nose-cover3/0.1.0
Source0:        http://pypi.python.org/packages/source/n/nose-cover3/nose-cover3-0.1.0.tar.gz
BuildArch:      noarch

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)

%description
Coverage 3.x support for Nose.


%prep
%setup -qn %{oname}-%{version}
# Remove bundled egg-info
rm -rf %{oname}.egg-info

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}


%files 
%doc README.rst LICENSE
%{py_puresitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-2
+ Revision: 19d1d32
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6788 |14cr|python-novatools-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module novatools
Name:           python-%module
Version:        2.0
Release:        2
License:        BSD
Summary:        Client library for OpenStack Nova API
Url:            http://pypi.python.org/pypi/python-%module
Group:          Development/Python
Source:         python-%module-2.0.tar.gz
BuildRequires:  python-devel python-setuptools python-sphinx
Requires:       python-prettytable python-httplib2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Buildarch:	noarch

%description
A client for the OpenStack Nova API. There's a Python API
(the novatools module), and a command-line script (novatools).
Each implements 100% of the OpenStack Nova API.

%prep
%setup -q

%build
CFLAGS="%{optflags}" python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --root $RPM_BUILD_ROOT --install-purelib=%{python_sitearch}
make -C docs html
rm docs/_build/html/.buildinfo

%files 
%defattr(-,root,root)
%doc docs/_build/html
%doc README.rst
%{_bindir}/%module
%{python_sitearch}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-2
+ Revision: 235cdce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6789 |14cr|python-numarray-1.5.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	numarray

Name:           python-%{module}
Version:        1.5.2
Release:        9
Summary:        Numarray: array processing for numbers, strings, records and objects

Group:          Development/Python
License:        BSD-like
URL:            http://www.stsci.edu/resources/software_hardware/numarray/
Source0:        http://dl.sourceforge.net/sourceforge/numpy/%{module}-%{version}.tar.bz2
Patch0:		numarray-1.5.2-add_libm.patch

BuildRequires:  python-devel

%description
Numarray is an array processing package designed to efficiently
manipulate large multi-dimensional arrays.  Numarray is modelled after
Numeric and features c-code generated from python template scripts,
the capacity to operate directly on arrays in files, and improved type
promotions.  Numarray provides support for manipulating arrays
consisting of numbers, strings, records, or objects using the same
basic infrastructure and syntax.

%package	devel
Summary:	Numarray Library C bindings
Group:		Development/Python
Requires:	%{name} = %{version}

%description	devel
Install this to develop C bindings against the Numarray Python library.

%prep
%setup -n %{module}-%{version} -q
%patch0 -p0

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
PYTHONDONTWRITEBYTECODE= \
%{__python} setup.py install -O1 --skip-build --root %{buildroot} --record=INSTALLED_OBJECTS.tmp

# Ghost optimized 
sed 's/\(.*\.pyo\)/%ghost \1/' < INSTALLED_OBJECTS.tmp >INSTALLED_OBJECTS

# Move development files
sed "s#%{_includedir}/python%{pyver}/numarray.*##" < INSTALLED_OBJECTS > INSTALLED_OBJECTS.tmp
mv INSTALLED_OBJECTS.tmp INSTALLED_OBJECTS

%files -f INSTALLED_OBJECTS
%defattr(-,root,root,-)
%doc *.txt
%exclude %{_includedir}/python%{py_ver}/numarray

%files devel
%defattr(-,root,root,-)
%{_includedir}/python%{py_ver}/numarray
%doc *.txt





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-9
+ Revision: 3d6c01d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6790 |14cr|python-numeric-24.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python numerical facilities 
Name:		python-numeric
Version:	24.2
Release:	9
License:	BSD-like
URL:		http://www.pfdubois.com/numpy/
Group:		Development/Python
Source0:	Numeric-%{version}.tar.bz2
Source1:	numpy.pdf.bz2
Patch0:		Numeric-24.2-linkage.patch
Requires:	python
BuildRequires:	python-devel

%description
A collection of extension modules to provide high-performance multidimensional
numeric arrays to the Python programming language.

%package	devel
Group:		Development/Python
Summary:	Python numerical facilities
Requires:	python-devel
Requires:	%{name} = %{version}-%{release}

%description	devel
A collection of extension modules to provide high-performance multidimensional
numeric arrays to the Python programming language.

Development files.

%prep
%setup -n Numeric-%{version} -q
%patch0 -p1
cp %{SOURCE1} .
bunzip2 numpy.pdf.bz2

%build
export CFLAGS="%{optflags}"
python setup.py build
for Package in FFT MA RNG; do
    (cd Packages/$Package; python setup.py build)
done

%install
python setup.py install --root=%{buildroot}
for Package in FFT MA RNG; do
    (cd Packages/$Package; python setup.py install --root=%{buildroot} --optimize=2)
done

%files
%doc MANIFEST README changes.txt
%{python_sitearch}/Numeric*
%ifarch x86_64
%{python_sitelib}/Numeric*
%endif

%files devel
%doc Demo Test numpy.pdf
%{_includedir}/python*/Numeric



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 24.2-9
+ Revision: 8606136
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6791 |14cr|python-numexpr-2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	numexpr
%define __noautoprov '.*\\.so'

Summary: 	Fast numerical array expression evaluator for Python and NumPy

Name:		python-%{module}
Version:	2.4
Release:	3
Source0:	https://pypi.python.org/packages/source/n/numexpr/numexpr-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://numexpr.googlecode.com/
BuildRequires:	python-devel
BuildRequires:	python-numpy
BuildRequires:	python-numpy-devel >= 1.6
BuildRequires:	pkgconfig(lapack)
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3-numpy
BuildRequires:  python3-numpy-devel
BuildRequires:  python-six
BuildRequires:  python3-six
Requires:	python-numpy >= 1.6

%description
The numexpr package evaluates multiple-operator array expressions many
times faster than NumPy can. It accepts the expression as a string,
analyzes it, rewrites it more efficiently, and compiles it to faster
Python code on the fly. It's the next best thing to writing the
expression in C and compiling it with a specialized just-in-time (JIT)
compiler, i.e. it does not require a compiler at runtime.

%package -n python3-%{module}
Summary:        Fast numerical array expression evaluator for Python3 and NumPy

Group:          Development/Python
Requires:       python3-numpy

%description -n python3-%{module}
The numexpr package evaluates multiple-operator array expressions many
times faster than NumPy can. It accepts the expression as a string,
analyzes it, rewrites it more efficiently, and compiles it to faster
Python code on the fly. It's the next best thing to writing the
expression in C and compiling it with a specialized just-in-time (JIT)
compiler, i.e. it does not require a compiler at runtime.

%prep
%setup -qc
sed -i "s|/usr/bin/env |/usr/bin/|" %{module}-%{version}/%{module}/cpuinfo.py

mv %{module}-%{version} python2
cp -a python2 python3

%build
pushd python2
PYTHONDONTWRITEBYTECODE= python setup.py build
popd

pushd python3
PYTHONDONTWRITEBYTECODE= python3 setup.py build
popd

%install
pushd python2
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}
popd

pushd python3
PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot}
popd

%files
%doc  python2/LICENSE.txt  
%dir %{py_platsitedir}/%{module}
%{py_platsitedir}/%{module}/*
%{py_platsitedir}/%{module}-*.egg-info

%files -n python3-%{module}
%doc  python3/LICENSE.txt  
%dir %{py3_platsitedir}/%{module}
%{py3_platsitedir}/%{module}/*
%{py3_platsitedir}/%{module}-*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-3
+ Revision: 7135ea9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6792 |14cr|python-oauth2-1.5.211-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname oauth2

Summary:	Python support for OAuth
Name:		python-%{shortname}
Version:	1.5.211
Release:	3
Source0:	http://pypi.python.org/packages/source/o/%{shortname}/%{shortname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		https://github.com/simplegeo/python-oauth2
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
A fully tested, abstract interface to creating OAuth clients and servers.

%prep
%setup -q -n %{shortname}-%{version}

%build
%{__python} setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot} --install-purelib=%{py_puresitedir}
rm -rf %{py_puresitedir}/tests

%files
%{py_puresitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.211-3
+ Revision: 270f769
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6793 |14cr|python-oauthlib-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	oauthlib

Name:		python-%{oname}
Version:	0.6.0
Release:	2
Summary:	Spec-compliant, thorough OAuth request-signing logic
Source0:	https://pypi.python.org/packages/source/o/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://github.com/idan/oauthlib
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)

%description
OAuthLib
========

*A generic, spec-compliant, thorough implementation of the 
OAuth request-signing logic.*

.. image:: https://travis-ci.org/idan/oauthlib.png?branch=master
  :target: https://travis-ci.org/idan/oauthlib
.. image:: https://coveralls.io/repos/idan/oauthlib/badge.png?branch=master
  :target: https://coveralls.io/r/idan/oauthlib


OAuth often seems complicated and difficult-to-implement. There are several
prominent libraries for handling OAuth requests, but they all 
suffer from one or both of the following:

1. They predate the `OAuth 1.0 spec`_, AKA RFC 5849.
2. They predate the `OAuth 2.0 spec`_, AKA RFC 6749.
3. They assume the usage of a specific HTTP request library.

.. _`OAuth 1.0 spec`: http://tools.ietf.org/html/rfc5849
.. _`OAuth 2.0 spec`: http://tools.ietf.org/html/rfc6749

OAuthLib is a generic utility which implements the logic of OAuth without
assuming a specific HTTP request object or web framework. Use it to graft OAuth
client support onto your favorite HTTP library, or provider support onto your
favorite web framework. If you're a maintainer of such a library, write a thin
veneer on top of OAuthLib and get OAuth support for very little effort.




%prep
%setup -q -n %{oname}-%{version}
find . -type f -exec chmod 644 {} \;

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
#python setup.py test

%files
%doc LICENSE
%doc README.rst
%{py_puresitedir}/oauthlib/*.py*
%{py_puresitedir}/oauthlib/oauth1/*.py*
%{py_puresitedir}/oauthlib/oauth1/rfc5849/*.py*
%{py_puresitedir}/oauthlib/oauth1/rfc5849/endpoints/*.py*
%{py_puresitedir}/oauthlib/oauth2/*.py*
%{py_puresitedir}/oauthlib/oauth2/rfc6749/*.py*
%{py_puresitedir}/oauthlib/oauth2/rfc6749/clients/*.py*
%{py_puresitedir}/oauthlib/oauth2/rfc6749/endpoints/*.py*
%{py_puresitedir}/oauthlib/oauth2/rfc6749/grant_types/*.py*
%{py_puresitedir}/oauthlib*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-2
+ Revision: 2d61886
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6794 |14cr|python-odconverter-1.2-0.r27.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pyodconverter
%define	module	odconverter
%define	user	oooconvert
%define	service	ooo-converter
%define revno	r27

Summary:	Python OpenDocument Converter
Name:		python-%{module}
Version:	1.2
Release:	0.%{revno}.4
License:	LGPLv2.1+
Group:		Development/Python
Url:		http://www.artofsolving.com/opensource/pyodconverter
# Based on my branch at http://launchpad.net/pyodconverter, heavily adapted
# for use with DocMGR package, please don't replace, but rather just merge
# the diff between previous upstream version if ever updating, or even better,
# check with me first. (hopefully upstream author will agree on merging when
# suggested sometime soon...)
Source0:	%{oname}-%{version}.tar.gz
Source1:	ooo-converter.init
BuildArch:	noarch
Requires:	libreoffice-pyuno
Requires:	libreoffice-writer
Requires:	libreoffice-calc
Requires:	libreoffice-impress
Requires:	python-pkg-resources
Requires(pre):	rpm-helper
Requires(preun):	rpm-helper
BuildRequires:	python-setuptools

%description
PyODConverter is a Python module for automating office document conversions
from the command line using OpenOffice.org.

%prep
%setup -qn %{oname}-%{version}

%build
python setup.py build

tee %{service}.sysconf << EOH
# OpenOffice.org
OOFFICE_HOST="localhost"
OOFFICE_PORT="8100"
# Any additional options to pass to ooffice can be set here
OOFFICE_OPTIONS="-norestore -nofirststartwizard -invisible -nodefault -nologo -nolockcheck"
EOH

%install
python setup.py install --root=%{buildroot}

install -d %{buildroot}%{_localstatedir}/run/%{service}
install -m755 %{SOURCE1} -D %{buildroot}%{_initrddir}/%{service}
install -m644 %{service}.sysconf -D %{buildroot}%{_sysconfdir}/sysconfig/%{service}

%pre
%_pre_useradd %{user} %{_localstatedir}/run/%{service} /sbin/nologin

%post
%_post_service %{service}

%postun
%_postun_userdel %{user}

%preun
%_preun_service %{service}

%files
%{_bindir}/DocumentConverter
%{_initrddir}/%{service}
%{_sysconfdir}/sysconfig/%{service}
%{python_sitelib}/%{module}.py*
%{python_sitelib}/%{oname}*.egg-info
%attr(700,%{user},%{user}) %dir %{_localstatedir}/run/%{service}


%changelog
* Tue Dec 04 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2-0.r27.4
+ Revision: e3f449d
- LOG Fix Requires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6795 |14cr|python-odf-0.9.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define iname	odfpy

Name:		python-odf
Version:	0.9.6
Release:	2
Summary:	Python library for manipulating OpenDocument files
Group:		Development/Python
License:	GPLv2+
URL:		http://forge.osor.eu/projects/odfpy/
Source0:	https://pypi.python.org/packages/source/o/odfpy/odfpy-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-devel 
BuildRequires:	python-setuptools

%description
Odfpy aims to be a complete API for OpenDocument in Python. Unlike
other more convenient APIs, this one is essentially an abstraction
layer just above the XML format. The main focus has been to prevent
the programmer from creating invalid documents. It has checks that
raise an exception if the programmer adds an invalid element, adds an
attribute unknown to the grammar, forgets to add a required attribute
or adds text to an element that doesn't allow it.
 
These checks and the API itself were generated from the RelaxNG
schema, and then hand-edited. Therefore the API is complete and can
handle all ODF constructions, but could be improved in its
understanding of data types.


%prep
%setup -q -n %{iname}-%{version}

%build
CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' build


%install
%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}
sed -i '/#!\/usr\/bin\/python/d' %{buildroot}%{python_sitelib}/odf/*.py


%files
%docdir examples
%docdir contrib
%{_bindir}/*
%{_mandir}/man1/*
%{py_puresitedir}/*egg-info
%{py_puresitedir}/odf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-2
+ Revision: 3925808
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6796 |14cr|python-omniorb-3.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A robust high performance CORBA ORB for C++ and Python
Name:		python-omniorb
Version:	3.7
Release:	2
License:	GPL
Group:		System/Libraries
Source0:	http://softlayer-dal.dl.sourceforge.net/project/omniorb/omniORBpy/omniORBpy-3.7/omniORBpy-%{version}.tar.bz2
Source1:    %{name}.rpmlintrc
Patch0:		omniORBpy-3.4-link.patch
URL:		http://omniorb.sourceforge.net/
BuildRequires:	python-devel
BuildRequires:	openssl-devel
BuildRequires:	omniorb
BuildRequires:	omniorb-devel
BuildRequires:	python-omniidl

%description
omniORB is a robust high performance CORBA ORB for C++ and Python.
It is freely available under the terms of the GNU Lesser General Public License
(for the libraries), and GNU General Public License (for the tools). omniORB
is largely CORBA 2.6 compliant.

omniORB is one of only three ORBs to have been awarded the Open Group's Open
Brand for CORBA. This means that omniORB has been tested and certified CORBA
compliant, to version 2.1 of the CORBA specification. You can find out more
about the branding program at the Open Group. 

%prep
%setup -qn omniORBpy-%{version}
%patch0 -p0

%build
%configure2_5x --with-openssl
%make

%install
%makeinstall_std
# don't conflict with python-omniidl
rm -f %{buildroot}%{py_puresitedir}/omniidl_be/__init__.py*

rm -f %{buildroot}%{py_puresitedir}/CORBA.py
rm -f %{buildroot}%{py_puresitedir}/PortableServer.py

# Custom install target forces generation of .pyc files
find %{buildroot} -name \*.pyc | xargs rm -f

%files
%defattr (-,root,root)
%{py_platsitedir}/*
%ifarch x86_64
%{py_puresitedir}/*
%endif
%{_includedir}/omniORB4/*.hh
%{_includedir}/*.h



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7-2
+ Revision: 47d734e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6797 |14cr|python-openid-2.2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-openid
Version:	2.2.5
Release:	2
Summary:	Python OpenID libraries
Group:		Development/Python
License:	Apache License
URL:		http://www.openidenabled.com/python-openid/
Source0:	http://openidenabled.com/files/python-openid/packages/python-openid-%{version}.tar.bz2
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	python-devel
#BuildRequires:	twill

%description
The OpenID library with batteries included.

Features of the 2.x.x series include:

 * Refined and easy-to-use API.

 * Extensive documentation.

 * Many storage implemetations including file-based, sqlite,
   postgresql, and mysql.

 * Simple examples to help you get started.

 * Licensed under the Apache Software License.

 * Includes a Simple Registration API

 * Versions 1.x.x supports protocol version 1; versions 2.x.x support
   both major OpenID protocol versions transparently


%prep
%setup -q
find . -type f | xargs chmod a-x

%build
python -c 'import setuptools; execfile("setup.py")' build

%check
#python admin/runtests

%install
python -c 'import setuptools; execfile("setup.py")' install \
	--skip-build --root %{buildroot} --record=INSTALLED_FILES

%files
%doc background-associations.txt LICENSE NEWS README examples
%{python_sitelib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.5-2
+ Revision: 5edcc8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6798 |14cr|python-opensesame-2.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upver	0.27.4
%define uprel	2

Name:		python-opensesame
Version:	2.8.1
Release:	2
Summary:	Graphical experiment builder

Group:		Sciences/Other
License:	GPLv2
URL:		http://www.cogsci.nl/software/opensesame
Source0:	http://files.cogsci.nl/software/opensesame/opensesame_2.8.1-1.tar.gz
Patch0:		opensesame-0.25-mdv-desktop.patch
BuildArch:	noarch
BuildRequires:	pygame 
BuildRequires:	pygame-devel 
BuildRequires:	python-qt4-devel 
BuildRequires:	python-numpy-devel
BuildRequires:	python-qt4-qscintilla
Requires:	pygame 
Requires:	python-qt4 
Requires:	python-numpy


%description
OpenSesame is a graphical experiment builder. OpenSesame provides an easy
to use, point-and-click interface for creating psychological experiments.
In addition to a powerful sketchpad for creating visual stimuli, OpenSesame
features a sampler and synthesizer for sound playback. For more complex tasks,
OpenSesame supports Python scripting using the built-in editor with syntax
highlighting.

%files
%{_bindir}/*
%{_datadir}/opensesame
%{_datadir}/applications/opensesame.desktop
%{py_puresitedir}/opensesame-*.egg-info
%{py_puresitedir}/openexp
%{py_puresitedir}/libopensesame
%{py_puresitedir}/libqtopensesame
%{_datadir}/mime/packages/*.xml
%doc COPYING 

%prep
%setup -q -n opensesame-%{version}
%patch0 -p1
sed -i -e '1i#!/usr/bin/python' libopensesame/misc.py 


%build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}
chmod 755 %{buildroot}%{py_puresitedir}/libopensesame/misc.py

chmod -x %{buildroot}%{_datadir}/opensesame/resources/theme/default/os-custom-icons/index.theme
chmod -x %{buildroot}%{_datadir}/opensesame/resources/theme/gnome/os-custom-icons/index.theme






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8.1-2
+ Revision: f7d9464
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6799 |14cr|python-osd-0.2.14-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define truename	pyosd
%define name		python-osd
%define version 0.2.14
%define release 6

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Python wrapper for libosd
Group:		Development/Python
License:	GPL
URL:		http://repose.cx/pyosd
Source:		%{truename}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	python-devel
BuildRequires:	libxosd-devel
Provides:	%{truename}
Obsoletes:	%{truename}

%description 
PyOSD is a python module for displaying text on your X display, much like the 
"On Screen Displays" used on TVs and some monitors.

%prep
%setup -q -n %{truename}-%{version}

%build
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT  
python setup.py install --root=$RPM_BUILD_ROOT 

%clean
rm -rf $RPM_BUILD_ROOT  

%files 
%dir %py_platsitedir/pyosd
%py_platsitedir/pyosd/*
%py_platsitedir/_pyosd.so
%py_platsitedir/pyosd-%{version}-*.egg-info
%defattr(-,root,root)
%doc AUTHORS README*  ChangeLog COPYING




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.14-6
+ Revision: c5bbc5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6800 |14cr|python-oslo-config-1.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sname oslo.config
%define oname oslo-config

Name:       python-%{oname}
Version:    1.2.1
Release:    3
Summary:    OpenStack common configuration library

Group:      Development/Python
License:    ASL 2.0
URL:        https://launchpad.net/oslo
Source0:    https://pypi.python.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
#redhat pathces
Patch0001: 0001-add-usr-share-project-dist.conf-to-the-default-confi.patch
Patch0002: 0002-Revert-Use-oslo.sphinx-and-remove-local-copy-of-doc-.patch

BuildRequires: pythonegg(sphinx)
BuildRequires: pkgconfig(python)
BuildRequires: pythonegg(setuptools)
BuildRequires: pythonegg(pbr)
BuildRequires: pythonegg(d2to1)
BuildRequires: pythonegg(six)

Requires:   pythonegg(setuptools)
Requires:   pythonegg(argparse)
Requires:   pythonegg(six)

BuildArch:  noarch

%description
The Oslo project intends to produce a python library containing
infrastructure code shared by OpenStack projects. The APIs provided
by the project should be high quality, stable, consistent and generally
useful.

The oslo-config library is a command line and configuration file
parsing library from the Oslo project.


%prep
%setup -q -n %{sname}-%{version}

%patch0001 -p1
%patch0002 -p1

rm -rf %{sname}.egg-info
sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

# Delete tests
rm -fr %{buildroot}%{py_puresitedir}/tests

export PYTHONPATH="$( pwd ):$PYTHONPATH"
pushd doc
sphinx-build -b html -d build/doctrees   source build/html
popd
# Fix linting
rm -fr doc/build/html/.buildinfo


%files
%doc README.rst LICENSE doc/build/html
%{python_sitelib}/oslo
%{python_sitelib}/*.egg-info
%{python_sitelib}/*-nspkg.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-3
+ Revision: 45f2646
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6801 |14cr|python-oslo-messaging-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sname oslo.messaging
%define oname oslo-messaging

Name:       python-%{oname}
Version:    1.3.0
Release:    2
Summary:    OpenStack common messaging library
Group:      Development/Python
License:    ASL 2.0
URL:        https://launchpad.net/oslo
Source0:    http://tarballs.openstack.org/oslo.messaging/%{sname}-%{version}.tar.gz
# missing from the tatball, taken from git
Source1:    PKG-INFO

BuildRequires: pkgconfig(python)
BuildRequires: pythonegg(setuptools)
BuildRequires: pythonegg(pbr)
BuildRequires: pythonegg(d2to1)
BuildRequires: pythonegg(sphinx)
BuildRequires: pythonegg(oslo.sphinx)
BuildRequires: pythonegg(iso-8601)
BuildRequires: pythonegg(oslo.config)
BuildRequires: pythonegg(stevedore)
BuildRequires: pythonegg(eventlet)
BuildRequires: pythonegg(testtools)

# keep the versionized requires 
# or enable requires_dist config
Requires:   pythonegg(babel) >= 1.3
Requires:   pythonegg(eventlet) >= 0.13.0
Requires:   pythonegg(iso-8601) >= 0.1.9
Requires:   pythonegg(kombu) >= 2.4.8
Requires:   pythonegg(oslo.config) >= 1.2.0
Requires:   pythonegg(pyyaml) >= 3.1.0
Requires:   pythonegg(setuptools)
Requires:   pythonegg(six) >= 1.6.1
Requires:   pythonegg(stevedore) >= 0.14

BuildArch:  noarch

%description
The Oslo project intends to produce a python library containing
infrastructure code shared by OpenStack projects. The APIs provided
by the project should be high quality, stable, consistent and generally
useful.

The Oslo messaging API supports RPC and notifications over a number of
different messaging transports.


%prep
%setup -q -n %{sname}-%{version}
cp -a %SOURCE1 PKG-INFO
# Remove bundled egg-info
rm -rf %{sname}.egg-info


# Remove the requirements file so that pbr hooks don't add it
# to distutils requires_dist config
rm -rf {test-,}requirements.txt

# make doc build compatible with python-oslo-sphinx RPM
sed -i 's/oslosphinx/oslo.sphinx/' doc/source/conf.py

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

# Delete tests
rm -fr %{buildroot}%{py_puresitedir}/tests

export PYTHONPATH="$( pwd ):$PYTHONPATH"
pushd doc
sphinx-build -b html -d build/doctrees   source build/html
popd
# Fix linting
rm -fr doc/build/html/.buildinfo
chmod +x %{buildroot}%{py_puresitedir}/oslo/messaging/_cmd/zmq_receiver.py

%files
%doc README.rst LICENSE
%{py_puresitedir}/oslo
%{py_puresitedir}/*.egg-info
%{py_puresitedir}/*-nspkg.pth
%{_bindir}/oslo-messaging-zmq-receiver



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-2
+ Revision: 0adbd36
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6802 |14cr|python-oslo-sphinx-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global oname oslo.sphinx

Name:       python-oslo-sphinx
Version:    1.1
Release:    2
Summary:    OpenStack Sphinx Extensions

Group:      Development/Python
License:    Apache Software Licene
URL:        https://launchpad.net/oslo
Source0:    http://tarballs.openstack.org/%{oname}/%{oname}-%{version}.tar.gz

BuildArch:  noarch

BuildRequires: pythonegg(setuptools)
BuildRequires: pkgconfig(python)
BuildRequires: pythonegg(pbr)
BuildRequires: pythonegg(d2to1)

Requires:	pythonegg(setuptools)

%description
The Oslo project intends to produce a python library containing
infrastructure code shared by OpenStack projects. The APIs provided
by the project should be high quality, stable, consistent and generally
useful.

The oslo-sphinx library contains Sphinx theme and extensions support used by
OpenStack.

%prep
%setup -q -n %{oname}-%{version}
# Remove bundled egg-info
rm -rf oslo_sphinx.egg-info

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

# Fix hidden-file-or-dir warnings
rm -fr doc/build/html/.buildinfo

%files
%doc LICENSE README.rst
%{py_puresitedir}/oslo
%{py_puresitedir}/*.egg-info
%{py_puresitedir}/*-nspkg.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: ea05a78
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6803 |14cr|python-osmgpsmap-0.7.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	osmgpsmap

Name:		python-%{oname}
Version:	0.7.3
Release:	2
Summary:	Python bindings for osm-gps-map GTK+ widget
Group:		Development/Python
License:	GPLv2
URL:		http://nzjrs.github.com/osm-gps-map/
Source0:	http://www.johnstowers.co.nz/files/osm-gps-map/%{name}-%{version}.tar.gz
BuildRequires:	osm-gps-map-devel
BuildRequires:	python-gobject-devel
BuildRequires:	pygtk2.0-devel

%description
Python bindings for a GTK+ widget that when given GPS co-ordinates,
draws a GPS track, and points of interest on a moving map
display. Downloads map data from a number of websites, including
openstreetmap.org.

%prep
%setup -q

%build
CFLAGS="%{optflags}" python setup.py build

%install
rm -rf %{buildroot}
python setup.py install \
	-O1 \
	--skip-build \
	--root %{buildroot}
 
%clean
rm -rf %{buildroot}

%files
%doc AUTHORS
%{python_sitearch}/%{oname}.so
%{python_sitearch}/python_%{oname}-%{version}-py%{py_ver}.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-2
+ Revision: d7d7072
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6804 |14cr|python-pandas-0.14.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	pandas

Summary:	Powerful Python data structures for data analysis and statistics

Name:		python-%{module}
Version:	0.14.1
Release:	1
Source0:	https://pypi.python.org/packages/source/p/pandas/pandas-%{version}.tar.gz
Patch0:		setup-lm-0.13.1.patch
Patch1:		make-doc-0.13.1.patch
License:	BSD
Group:		Development/Python
Url:		http://pandas.sourceforge.net/
Requires:	python-numpy >= 1.6.1
Requires:	python-dateutil
Suggests:	python-scipy
Suggests:	python-matplotlib
Suggests:	python-pytz
Suggests:	python-tables
Suggests:	python-statsmodels
BuildRequires:	python-setuptools
BuildRequires:	python-numpy-devel >= 1.6.1
BuildRequires:	python-dateutil
BuildRequires:	python-matplotlib
BuildRequires:	python-sphinx
BuildRequires:	ipython
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(python)

%description
pandas is a Python package providing fast, flexible, and expressive
data structures designed to make working with "relational" or
"labeled" data both easy and intuitive. It aims to be the fundamental
high-level building block for doing practical, real world data
analysis in Python. Additionally, it has the broader goal of becoming
the most powerful and flexible open source data analysis /
manipulation tool available in any language. It is already well on its
way toward this goal.

%prep
%setup -q -n %{module}-%{version}
%patch0 -p0
%patch1 -p1

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
# pushd doc
# export PYTHONPATH=`dir -1d ../build/lib*`
# %__python make.py html
# find . -name .buildinfo -exec rm -rf {} \;
# popd

%files
# %doc LICENSE README.rst TODO.rst examples/ doc/build/html
%doc LICENSE examples/
%{py_platsitedir}/%{module}*

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.14.1-1
+ Revision: 92a675e
- Updated to 0.14.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6805 |14cr|python-papyon-0.5.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   papyon

Name:           python-papyon
Version:        0.5.6
Release:        2
Summary:        Python libraries for MSN Messenger network

Group:          Development/Python
License:        LGPLv2+
URL:            http://telepathy.freedesktop.org/wiki/Papyon
Source0:        http://www.freedesktop.org/software/papyon/releases/papyon-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  avahi-python
Requires:	python-pycrypto
Requires:       python-OpenSSL
Requires:       python-gobject

%description
papyon is the library behind the msn connection manager for telepathy. It is a
a fork of the unmaintained pymsn msn library. papyon uses the glib mainloop to
process the network events in an asynchronous manner. 

%prep
%setup -q -n %{oname}-%{version}


%build
%{__python} setup.py build


%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

 
%clean


%files
%defattr(-,root,root,-)
%doc AUTHORS NEWS
%{py_puresitedir}/papyon
%{py_puresitedir}/papyon-*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.6-2
+ Revision: bd47ed5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6806 |14cr|python-parallel-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname parallel
%define pname py%{oname}
%define minversion 2.2

Summary: Python parallel port extension
Name: python-%{oname}
Version: 0.2
Release: 5
Source0: %{pname}-%{version}.tar.bz2
License: GPL
Group: Development/Python
URL: http://pyserial.sourceforge.net/pyparallel.html
BuildRequires: python-devel
BuildArch: noarch
Requires: python
Provides: %{pname}

%description
This module encapsulates the access for the parrallel port. It provides 
backends for Python running on Windows, Linux and BSD. Other platforms 
are possible too but not yet integrated.

This module is still under development, but it may be useful for developers.

%prep
%setup -q -n %{pname}-%{version}

%build
perl -pi -e "s/data_files = None/data_files = {}/" setup.py
perl -pi -e "s/\r\n/\n/" *.txt PKG-INFO %oname/*.py
#python setup.py build

%install
PYTHONDONTWRITEBYTECODE=  python setup.py install --root %{buildroot} --record=INSTALLED_FILES

%files -f INSTALLED_FILES
%doc CHANGES.txt LICENSE.txt PKG-INFO README.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-5
+ Revision: 5976e9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6807 |14cr|python-paramiko-1.14.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name 	paramiko

Summary: 	SSH2 protocol for Python

Name: 		python-%{module_name}
Version: 	1.14.0
Release: 	2
Url: 		http://www.lag.net//paramiko/
License: 	LGPL 2+
Group: 		Development/Python
Source: 	http://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz

Requires:   pycrypto
Obsoletes:  %{module_name}
Provides:   %{module_name}
BuildRequires:	python-devel
BuildRequires:	pycrypto
BuildArch:	noarch

%description
Paramiko is a module for python that implements the SSH2 protocol for secure
(encrypted and authenticated) connections to remote machines.  the module works
by taking a socket-like object that you pass in, negotiating with the remote
server, authenticating (using a password or a given private key), and opening
flow-controled "channels" to the server, which are returned as socket-like
objects. you are responsible for verifying that the server's host key is the
one you expected to see, and you have control over which kinds of encryption
or hashing you prefer (if you care), but all of the heavy lifting is done by
the paramiko module.

%prep
%setup -qn %{module_name}-%{version}

%install
python setup.py install --root=%{buildroot}

%clean

#%check
#python test.py

%files
%doc docs PKG-INFO README tests demo*
%{py_puresitedir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.0-2
+ Revision: 0fd35a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6808 |14cr|python-paste-1.7.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Paste
%define name	python-paste
%define version	1.7.5.1
%define release 4

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        Tools for using a Web Server Gateway Interface stack
Group:          Development/Python
License:        MIT
URL:            http://pythonpaste.org
Source0:        http://pypi.python.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:      noarch
Requires:	python-pkg-resources
BuildRequires:  python-setuptools
BuildRequires:	python-sphinx

%description
These provide several pieces of "middleware" (or filters) that can be nested
to build web applications.  Each piece of middleware uses the WSGI (PEP 333)
interface, and should be compatible with other middleware based on those
interfaces.

%prep
%setup -q -n %{tarname}-%{version}
%{__sed} -i -e '/^#!.*/,1 d' paste/util/scgiserver.py paste/debug/doctest_webapp.py

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %{__python} setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's|^/usr/lib/python2.7/site-packages/Paste-1.7.5.1-py2.7.egg-info$||g' FILE_LIST
sphinx-build -b html docs html
rm -f html/.buildinfo

%clean
%__rm -rf %{buildroot}

%files -f FILE_LIST
%defattr(-,root,root,-)
%doc html/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.5.1-4
+ Revision: 56bf960
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6809 |14cr|python-pastedeploy-1.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	tarname	PasteDeploy

Summary:	Load, configure, and compose WSGI applications and servers
Name:		python-pastedeploy
Version:	1.5.2
Release:	2
Source0:	http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pythonpaste.org/deploy/
BuildArch:	noarch
Requires:	python-paste
BuildRequires:	python-setuptools

%description
This tool provides code to load WSGI applications and servers from
URIs; these URIs can refer to Python Eggs for INI-style configuration
files.

%prep
%setup -q -n %{tarname}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST
%doc docs/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-2
+ Revision: ec123d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6810 |14cr|python-pastescript-1.7.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname PasteScript

Summary:	A pluggable command-line frontend
Name:		python-pastescript
Version:	1.7.5
Release:	3
Source0:	http://pypi.python.org/packages/source/P/PasteScript/PasteScript-%{version}.tar.gz
License:	MIT 
Group:		Development/Python
Url:		http://pythonpaste.org/script/
BuildArch:	noarch
Requires:	python-paste >= 1.3
Requires:	python-pastedeploy
Requires:	python-pkg-resources
BuildRequires:	python-setuptools, python-sphinx
BuildRequires:	python-pastedeploy

%description
PasteScript is a pluggable command-line tool. Included features:

* Create file layouts for packages. For instance, 
  paster create --template=basic_package MyPackage 
  will create a setuptools-ready file layout.
* Serve up web applications with configurations based on 
  paste.deploy.

%prep
%setup -q -n %{tarname}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sphinx-build -b html docs html
sed -i 's/.*egg-info$//' FILE_LIST
sed -i 's@tests/__init__py$@@' FILE_LIST
rm -f %{py_puresitedir}/tests/__init__.py

%files -f FILE_LIST
%doc html/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.5-3
+ Revision: 74b666d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6811 |14cr|python-pbr-0.5.23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pbr

Name:		python-%{oname}
Version:	0.5.23
Release:	2
Summary:	Python Build Reasonableness
Source0:	https://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.gz
License:	Apache Software License
Group:		Development/Python
Url:		http://pypi.python.org/pypi/pbr
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
# docs
BuildRequires:	pythonegg(sphinx)

Requires: 	python(abi) = 2.7
Requires:	pythonegg(pip) >= 1.0

%description
Introduction
============

PBR is a library that injects some useful and sensible default behaviors
into your setuptools run. It started off life as the chunks of code that
were copied between all of the OpenStack projects. Around the time that
OpenStack hit 18 different projects each with at least 3 active branches,
it seems like a good time to make that code into a proper re-usable library.

PBR is only mildly configurable. The basic idea is that there's a decent
way to run things and if you do, you should reap the rewards, because then
it's simple and repeatable. If you want to do things differently, cool! But
you've already got the power of python at your fingertips, so you don't
really need PBR.

PBR builds on top of the work that `d2to1` started to provide for declarative
configuration. `d2to1` is itself an implementation of the ideas behind
`distutils2`. Although `distutils2` is now abandoned in favor of work towards
PEP 426 and Metadata 2.0, declarative config is still a great idea and
specifically important in trying to distribute setup code as a library
when that library itself will alter how the setup is processed. As Metadata
2.0 and other modern Python packaging PEPs come out, `pbr` aims to support
them as quickly as possible.



%prep
%setup -q -n %{oname}-%{version}
# no test, missing deps for testing
rm -rf {test-,}requirements.txt
#remove bundled
rm -rf %{oname}.egg-info


%build
python setup.py build

# build docs and clean after sphinx
sphinx-build doc/source html
rm -rf html/.{doctrees,buildinfo}


%install
python setup.py install --root=%{buildroot}

%files
%doc html README.rst LICENSE
%{py_puresitedir}/%{oname}-%{version}-py?.?.egg-info
%{py_puresitedir}/%{oname}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.23-2
+ Revision: bf825b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6812 |14cr|python-pdfrw-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pdfrw

Name:		python-%{oname}
Version:	0.1
Release:	2
Summary:	PDF file reader/writer library
Source0:	https://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://code.google.com/p/pdfrw/
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)

%description
pdfrw lets you read and write PDF files, including
compositing multiple pages together (e.g. to do watermarking,
or to copy an image or diagram from one PDF to another),
and can output by itself, or in conjunction with reportlab.

pdfrw will faithfully reproduce vector formats without
rasterization, so the rst2pdf package has used pdfrw
by default for PDF and SVG images by default since
March 2010.  Several small examples are provided.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
cp -R examples %{buildroot}%{py_puresitedir}/pdfrw/
chmod +x %{buildroot}%{py_puresitedir}/pdfrw/pdfwriter.py

%files
%doc README.txt
%{py_puresitedir}/pdfrw/*.py*
%{py_puresitedir}/pdfrw/objects/*.py*
%{py_puresitedir}/pdfrw*.egg-info
%{py_puresitedir}/pdfrw/examples/
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-2
+ Revision: 7d77d32
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6813 |14cr|python-pep8-1.5.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define	debug_package %{nil}
#define distsuffix mrb
%define oname pep8

Name:           python-%{oname}
Version:        1.5.7
Release:        2
Summary:        Python style guide checker


Group:          Development/Python
License:        MIT
URL:            https://github.com/jcrocholl/pep8
Source0:        https://pypi.python.org/packages/source/p/pep8/pep8-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(sphinx)
Requires:       pythonegg(setuptools)


%description
pep8 is a tool to check your Python code against some of the style conventions
in PEP 8. It has a plug-in architecture, making new checks easy, and its output
is parse-able, making it easy to jump to an error location in your editor.

%prep
%setup -qn %{oname}-%{version}

%build
python setup.py build
cd docs 
make man
cd ..
%install
python setup.py install  --prefix=/usr --root %{buildroot}
install -Dm644  docs/_build/man/%{oname}.1 %{buildroot}%{_mandir}/man1/%{oname}*
chmod +x %{buildroot}%{py_puresitedir}/pep8.py

%files
%doc CHANGES.txt 
%{_bindir}/pep8
%{py_puresitedir}/*
%{_mandir}/man1/%{oname}*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.7-2
+ Revision: 3784d3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6814 |14cr|python-perlmodule-1.0.1d-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	pyperl

# tried enabled again as perl build now provides threads again, but breaks...
%define multi_perl 0

Summary:	Perl for python - use perl code in python

Name:		python-perlmodule
Version:	1.0.1d
Release:	15
Source0:	%{oname}-%{version}.tar.lzma
Patch1:		pyperl-1.0.1d-improved-setup.py
Patch2:		pyperl-1.0.1d-makefile.pl-fixes.patch
Patch3:		pyperl-1.0.1d-fix-tests.patch
Patch4:		pyperl-1.0.1d-python2.5-fixes.patch
Patch5:		pyperl-1.0.1d-older-python-compat.patch
Patch6:		pyperl-1.0.1d-fix-setup-install.patch
Patch7:		pyperl-1.0.1d-new-perl-fix.patch
Patch8:		pyperl-1.0.1d-fix-format-warnings.patch
Patch9:		pyperl-1.0.1d-link-against-libdl.patch
License:	Artistic
Group:		Development/Python
Url:		http://search.cpan.org/dist/%{oname}/
BuildRequires:	perl-devel >= 5.6
BuildRequires:	python-devel >= 1.5.2
Provides:	%{oname} = %{EVRD}

%description
Perlmodule makes it possible to embed perl interpreters in any
python program. It can be used to invoke arbitrary perl code, load
any perl modules, and make calls directly into perl functions. The
perl code invoked can call back into python as it sees fit.

%if %multi_perl
This package is built with MULTI_PERL enabled--each python thread
gets its own separate perl interpreter.
%endif

%prep
%setup -q -n %{oname}-%{version}
%patch1 -p1 -b .improved~
%patch2 -p1 -b .makefixes~
%patch3 -p1 -b .fixtests~
%patch4 -p1 -b .python2.5~
%patch5 -p0 -b .oldpython~
%patch6 -p0 -b .fixsetup~
%patch7 -p1 -b .newperl~
%patch8 -p1 -b .format_warnings~
%patch9 -p1 -b .libdl~

%build
%if !%multi_perl
rm -f MULTI_PERL
%else
touch MULTI_PERL
%endif
python setup.py build

%check
python setup.py test

%install
python setup.py install --root %{buildroot}

%files
%doc README TODO MANIFEST Changes
%{perl_vendorarch}/auto/Python
%{perl_vendorarch}/Python.pm
%{perl_vendorarch}/Python
%{_mandir}/man3/*
%{py_platsitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1d-15
+ Revision: 5ffa7eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6815 |14cr|python-persistent-4.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	persistent

Name:		python-%{oname}
Version:	4.0.8
Release:	2
Summary:	Translucent persistent objects

Source0:	http://pypi.python.org/packages/source/p/persistent/persistent-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Ruby
Url:		http://www.zope.org/Products/ZODB
BuildRequires:	python-devel python-setuptools

%description
``persistent``:  automatic persistence for Python objects
=========================================================

This package contains a generic persistence implementation for Python. It
forms the core protocol for making objects interact "transparently" with
a database such as the ZODB.

Please see the Sphinx documentation (``docs/index.rst``) for further
information.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc 
%{py_incdir}/persistent/*
%{py_platsitedir}/persistent/*
%{py_platsitedir}/persistent*.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.8-2
+ Revision: 692bd42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6816 |14cr|python-pg-3.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sourcename PyGreSQL
%define version 3.7
%define release 8

Summary: 	Postgresql support for Python
Name: 		python-pg
Version: 	%{version}
Release: 	%{release}
Source0: 	ftp://ftp.druid.net/pub/distrib/%{sourcename}-%{version}.tar.bz2
License:	GPL
Group: 		Development/Python
BuildRoot: 	%{_tmppath}/%{name}-buildroot
Url: 		http://www.druid.net/pygresql/
BuildRequires:	postgresql-devel python-devel
Provides:	python-postgresql = %{version}-%{release}
Provides:	%{sourcename} = %{version}-%{release}

%description
PostgreSQL is a database system derived from Postgres4.2. It conforms to 
(most of) aNSI SQL and offers many interesting capabilities (C dynamic 
linking for functions or type definition, etc.). 

Python is an interpreted programming language. It is object oriented, 
simple to use (light syntax, simple and straightforward statements), 
and has many extensions for building GUIs, interfacing with WWW, etc. 

PyGreSQL is a python module that interfaces to a PostgreSQL database. It 
embeds the PostgreSQL query library to allow easy use of the powerful 
PostgreSQL features from a Python script. 

%prep
%setup -q -n %{sourcename}-%version

%build
env CFLAGS="$RPM_OPT_FLAGS -I %{_includedir}/pgsql/server" python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc Announce ChangeLog 
%defattr(755,root,root)
%doc tutorial/
%py_platsitedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7-8
+ Revision: 02b6f8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6817 |14cr|python-ply-3.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-ply
Version:	3.4
Release:	3
Group:		Development/Python
License:	BSD-like
Summary:	Python Lex-Yacc
Source:		http://www.dabeaz.com/ply/ply-%{version}.tar.gz
URL:		http://www.dabeaz.com/ply/
BuildArch:	noarch
BuildRequires:	python-devel

%description
PLY is an implementation of lex and yacc parsing tools for Python.

In a nutshell, PLY is nothing more than a straightforward lex/yacc
implementation. Here is a list of its essential features:

 * It's implemented entirely in Python.
 * It uses LR-parsing which is reasonably efficient and well suited
   for larger grammars.
 * PLY provides most of the standard lex/yacc features including support
   for empty productions, precedence rules, error recovery, and support
   for ambiguous grammars.
 * PLY is straightforward to use and provides very extensive error checking.
 * PLY doesn't try to do anything more or less than provide the basic
   lex/yacc functionality. In other words, it's not a large parsing
   framework or a component of some larger system.

The original version of PLY was developed in 2001 for use in an
Introduction to Compilers course where students used it to build a
compiler for a simple Pascal-like language. Because of its use in an
instructional setting, a lot of work went into providing extensive
error checking. In addition, this experience was used to sort out
common usability problems. Since then, a variety of incremental
improvements have been made to the system. PLY-3.0 adds support for
Python 3.0 and gives PLY's internals a much needed overhaul.

%package -n python3-ply
Group:		Development/Python
Summary:	Python Lex-Yacc

BuildRequires:	python3-devel
%description -n python3-ply
PLY is an implementation of lex and yacc parsing tools for Python.

In a nutshell, PLY is nothing more than a straightforward lex/yacc
implementation. Here is a list of its essential features:

 * It's implemented entirely in Python.
 * It uses LR-parsing which is reasonably efficient and well suited
   for larger grammars.
 * PLY provides most of the standard lex/yacc features including support
   for empty productions, precedence rules, error recovery, and support
   for ambiguous grammars.
 * PLY is straightforward to use and provides very extensive error checking.
 * PLY doesn't try to do anything more or less than provide the basic
   lex/yacc functionality. In other words, it's not a large parsing
   framework or a component of some larger system.

The original version of PLY was developed in 2001 for use in an
Introduction to Compilers course where students used it to build a
compiler for a simple Pascal-like language. Because of its use in an
instructional setting, a lot of work went into providing extensive
error checking. In addition, this experience was used to sort out
common usability problems. Since then, a variety of incremental
improvements have been made to the system. PLY-3.0 adds support for
Python 3.0 and gives PLY's internals a much needed overhaul.

%prep
%setup -q -n ply-%{version}
rm -rf %{_builddir}/python3-ply
cp -a . %{_builddir}/python3-ply

%build
%__python setup.py build
pushd %{_builddir}/python3-ply
    %__python3 setup.py build
popd

%install
pushd %{_builddir}/python3-ply
    %__python3 setup.py install --root=%{buildroot} 
popd
%__python setup.py install --root=%{buildroot}

%clean

%files
%doc CHANGES README TODO doc example test
%{py_puresitedir}/*

%files -n python3-ply
%doc CHANGES README TODO doc example test
%{py3_puresitedir}/*

%changelog
* Tue Sep 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4-3
+ Revision: e16d689
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6818 |14cr|python-pmw-1.3.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	Pmw
%define	name	python-pmw
%define	version	1.3.2
%define release	7


Summary:	Python toolkit for building compound Tkinter widgets
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	MIT
Group:		Development/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Url:		http://www.dscpl.com.au/pmw
Source0:	%{oname}.%{version}.tar.lzma
Requires:	blt tkinter python
Obsoletes:	%{oname}
Provides:	%{oname} = %{version}-%{release}
Buildarch:	noarch
BuildRequires:	python-devel

%description
Pmw is a toolkit for building high-level compound widgets in Python 
using the Tkinter module. It consists of a set of base classes and a 
library of flexible and extensible megawidgets built on this foundation. 
These megawidgets include notebooks, comboboxes, selection widgets, paned 
widgets, scrolled widgets and dialog windows. 

%prep
%setup -q -n %{oname}.%{version}
mv src/%{oname}/%{oname}_1_3/doc src/%{oname}/README .

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{python_sitelib}
cp -r src/%{oname} %{buildroot}%{python_sitelib}

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root,0755)
%doc README doc/*
%{python_sitelib}/%{oname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-7
+ Revision: e36ba9b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6819 |14cr|python-polib-1.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-polib
Version:        1.0.4
Release:        3
Summary:        A library to parse and manage gettext catalogs
Group:          Development/Python
License:        MIT
URL:            http://bitbucket.org/izi/polib/
Source0:	http://bitbucket.org/izi/polib/downloads/polib-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python-devel

%description
polib allows you to manipulate, create, modify gettext files (pot, po and
mo files). You can load existing files, iterate through it's entries, add,
modify entries, comments or metadata, etc... or create new po files from
scratch.

polib provides a simple and pythonic API, exporting only three convenience
functions 'pofile', 'mofile' and 'detect_encoding', and the 4 core classes:
POFile, MOFile, POEntry and MOEntry for creating new files/entries.

%package -n python3-polib

Summary:        A library to parse and manage gettext catalogs
Group:          Development/Python

BuildRequires:  python3-devel

%description -n python3-polib
polib allows you to manipulate, create, modify gettext files (pot, po and
mo files). You can load existing files, iterate through it's entries, add,
modify entries, comments or metadata, etc... or create new po files from
scratch.

polib provides a simple and pythonic API, exporting only three convenience
functions 'pofile', 'mofile' and 'detect_encoding', and the 4 core classes:
POFile, MOFile, POEntry and MOEntry for creating new files/entries.

%prep
%setup -q -n polib-%{version}
rm -rf %{_builddir}/python3-%{module}
cp -a . %{_builddir}/python3-%{module}


%build
python setup.py build
pushd %{_builddir}/python3-%{module}
    python3 setup.py build
popd

%install
pushd %{_builddir}/python3-%{module}
    python3 setup.py install -O1 --skip-build --root %{buildroot}
popd
python setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%doc LICENSE 
%{py_puresitedir}/*

%files -n python3-polib
%doc LICENSE 
%{py3_puresitedir}/*

%changelog
* Tue Sep 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-3
+ Revision: f0dfbc3
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6820 |14cr|python-poppler-qt4-0.16.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python bindings for the Poppler PDF rendering library
Name:		python-poppler-qt4
Version:	0.16.3
Release:	4
License:	LGPLv2+
Group:		Development/Python
Url:		http://code.google.com/p/%{name}/
Source0:	http://python-poppler-qt4.googlecode.com/files/python-poppler-qt4-%{version}.tar.gz
Patch0:		python-poppler-qt4-0.16.3-link.patch
BuildRequires:	python-sip
BuildRequires:	python-qt4-devel
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(python)

%description
Python bindings for the Poppler PDF rendering library. It is needed to run
programs written in Python and using Poppler set.

%files
%doc ChangeLog LICENSE TODO README
%{python_sitearch}/popplerqt4.so
%{python_sitearch}/python_poppler*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .link

%build
python setup.py build

%install
python setup.py install --skip-build --prefix=%{buildroot}%{_prefix}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.16.3-4
+ Revision: b180382
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6821 |14cr|python-pp-1.6.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pp

Summary:	Parallel Python

Name:		python-%{module}
Version:	1.6.4
Release:	2
Source0:	http://www.parallelpython.com/downloads/pp/%{module}-%{version}.tar.bz2
License:	BSD-like
Group:		Development/Python
Url:		http://www.parallelpython.com/
BuildArch:	noarch
BuildRequires:  python-devel

%description
Parallel Python (pp) is a pure Python module that provides a parallel
code execution mechanism for SMP or cluster computers. It is lightweight,
easy to install, and integrates well with other Python software.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
%__mv %{buildroot}%{_bindir}/ppserver.py %{buildroot}%{_bindir}/ppserver
%__lzma -z doc/ppserver.1
%__install -D -m 644 doc/ppserver.1.lzma %{buildroot}%{_mandir}/man1/ppserver.1.lzma

%clean

%files
%doc COPYING CHANGELOG README examples/
%{_bindir}/*
%{py_puresitedir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.4-2
+ Revision: 8d53877
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6822 |14cr|python-prettytable-0.7.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module prettytable

Name:           python-prettytable
Version:        0.7.2
Release:        4
Summary:        Python library for displaying data in ASCII table format
License:        BSD
Group:          Development/Python
URL:            http://code.google.com/p/prettytable/
Source0:        http://pypi.python.org/packages/source/P/PrettyTable/prettytable-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:	python-setuptools
BuildArch:      noarch

%description
PrettyTable is a simple Python library designed to make
 it quick and easy to represent tabular data in visually
appealing ASCII tables. It was inspired by the ASCII
tables used in the PostgreSQL shell psql. PrettyTable
allows for selection of which columns are to be printed,
independent alignment of columns (left or right justified
or centred) and printing of "sub-tables" by specifying a
row range.

%package -n python3-%{module}

Summary:        Python library for displaying data in ASCII table format
Group:          Development/Python

BuildRequires:  python3-devel
BuildRequires:	python3-setuptools

%description -n python3-%{module}
PrettyTable is a simple Python library designed to make
 it quick and easy to represent tabular data in visually
appealing ASCII tables. It was inspired by the ASCII
tables used in the PostgreSQL shell psql. PrettyTable
allows for selection of which columns are to be printed,
independent alignment of columns (left or right justified
or centred) and printing of "sub-tables" by specifying a
row range.

%prep
%setup -q -n %{module}-%{version}
rm -rf %{_builddir}/python3-%{module}
cp -a . %{_builddir}/python3-%{module}

%build
CFLAGS="%{optflags}" python setup.py build
pushd %{_builddir}/python3-%{module}
    CFLAGS="%{optflags}" python3 setup.py build
popd

%install
pushd %{_builddir}/python3-%{module}
    python3 setup.py install --root %{buildroot} --install-purelib=%{py3_puresitedir}
popd
python setup.py install --root %{buildroot} --install-purelib=%{py_puresitedir}
chmod 644 -R %{buildroot}%{py_puresitedir}/prettytable-0.7.2-py2.7.egg-info/top_level.txt

%files
%{py_puresitedir}/*

%files -n python3-%{module}
%{py3_puresitedir}/*

%changelog
* Tue Sep 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.2-4
+ Revision: 145fba5
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6823 |14cr|python-processing-0.52-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-processing
Version:	0.52
Release:	3
Group:		Sciences/Other
License:	BSD
Summary:	Python processing
Source:		http://prdownload.berlios.de/pyprocessing/processing-%{version}.zip
URL:		http://pyprocessing.berlios.de
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	python-devel

%description
processing is a package for the Python language which supports the spawning
of processes using the API of the standard library's threading module. It
runs on both Unix and Windows.

Features:

    * Objects can be transferred between processes using pipes or
      multi-producer/multi-consumer queues.
    * Objects can be shared between processes using a server process or
      (for simple data) shared memory.
    * Equivalents of all the synchronization primitives in threading are
      available.
    * A Pool class makes it easy to submit tasks to a pool of worker
      processes.

%prep
%setup -q -q -n processing-%{version}

%build

%install
%__python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%py_platsitedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.52-3
+ Revision: 9bf11e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6824 |14cr|python-progressbar-2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	progressbar

Summary:	Progress bar module for Python

Name:		python-%{module}
Version:	2.3
Release:	3
Source0:	http://python-%{module}.googlecode.com/files/%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/progressbar/
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  python-devel

%description
The progressbar Python module provides a text mode progress bar class
that can be used to display the progress of an operation that takes a
long time.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
chmod 644 *.txt
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST
%doc *.txt examples.py



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3-3
+ Revision: ca9b631
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6825 |14cr|python-psutil-0.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global short_name psutil

# Filter Python modules from Provides

Name:		python-psutil
Version:	0.4.1
Release:	2
Summary:	A process utilities module for Python

Group:		Development/Python
License:	BSD
URL:		http://psutil.googlecode.com/
Source0:	http://psutil.googlecode.com/files/%{short_name}-%{version}.tar.gz

BuildRequires:	python-devel

%description
psutil is a module providing an interface for retrieving information on running
processes and system utilization (CPU, memory) in a portable way by using
Python, implementing many functionalities offered by tools like ps, top and
Windows task manager.



%prep
%setup -q -n %{short_name}-%{version}

# Remove shebangs
for file in psutil/*.py; do
  sed -i.orig -e 1d $file && \
  touch -r $file.orig $file && \
  rm $file.orig
done



%build
export CFLAGS=$RPM_OPT_FLAGS
%{__python} setup.py build


%install
%{__python} setup.py install \
  --skip-build \
  --root %buildroot

 
%files
%defattr(-,root,root,-)
%doc CREDITS HISTORY LICENSE README docs/
%{python_sitearch}/%{short_name}/
%{python_sitearch}/*.egg-info
%{python_sitearch}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-2
+ Revision: 6044d8f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6826 |14cr|python-psycopg-1.1.21-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module psycopg

%define zope_product_path %{_prefix}/lib/zope/lib/python/Products/

Summary:        PostgreSQL database adapter for Python

Name:           python-%{module}
Version:        1.1.21
Release:        12
Group:          Development/Python
License:        GPL
URL:            http://www.initd.org/software/initd/psycopg
Source0:        http://initd.org/pub/software/psycopg/%{module}-%{version}.tar.bz2
Patch0:		psycopg-1.1.21-linkage.patch
# for DateTime
Requires:       python-egenix-mx-base
BuildRequires:  python-devel
BuildRequires:  postgresql-devel 
BuildRequires:  python-egenix-mx-base

%description
psycopg is a PostgreSQL database adapter for the Python programming
language (just like pygresql and popy.) It was written from scratch with
the aim of being very small and fast, and stable as a rock. The main
advantages of psycopg are that it supports the full Python DBAPI-2.0 and
being thread safe at level 2.

# %package -n zope-ZPsycopgDA
# Summary: Zope postgresql adaptor
# Group: Networking/WWW
# Requires: zope
# Requires: %{name} = %{version}
# 
# %description -n zope-ZPsycopgDA
# Zope postgresql adaptor

%prep
%setup -q -n %{module}-%{version}
%patch0 -p0

%build
%configure2_5x \
   --with-mxdatetime-includes=%{py_platsitedir}/mx/DateTime/mxDateTime/
%make

%install
mkdir -p %{buildroot}/%{py_platsitedir}
install -m 755 psycopgmodule.so %{buildroot}/%{py_platsitedir}

# isntall zope product
# mkdir -p $RPM_BUILD_ROOT/%zope_product_path
# cp -a ZPsycopgDA $RPM_BUILD_ROOT/%zope_product_path

%clean

%files
%doc AUTHORS  COPYING  CREDITS  FAQ  INSTALL  NEWS  README  RELEASE-1.0  SUCCESS  TODO doc
%{py_platsitedir}/*.so

# %files -n zope-ZPsycopgDA
# %defattr(-,root,root,-)
# %zope_product_path/ZPsycopgDA






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.21-12
+ Revision: 467cef9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6827 |14cr|python-ptrace-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module ptrace

Summary:        Python binding of the ptrace library
Name:		python-%{module}
Version: 	0.7
Release: 	3
Group: 		Development/Python
License:        GPLv2
URL:            http://python-ptrace.hachoir.org/trac/
Source:         http://pypi.python.org/packages/source/p/python-ptrace/%{name}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:	python-devel >= 2.4
BuildRequires:	python3-devel

%description
python-ptrace is a Python binding of the ptrace library with the
following features:

* High level Python object API: PtraceDebugger and PtraceProcess
* Ability to control multiple processes; can catch fork events on Linux
* Can read/write bytes to arbitrary address; takes care of memory alignment
  and split bytes to cpu word
* Step-by-step execution using ptrace_singlestep() or hardware interruption 3
* Can use distorm disassembler
* Can dump registers, memory mappings, stack, etc.
* Provides system call tracer and parser (strace command)

%package -n python3-%{module}-%{version}

Summary:        Python binding of the ptrace library
Group: 		Development/Python

%description -n python3-%{module}-%{version}
python-ptrace is a Python binding of the ptrace library with the
following features:

* High level Python object API: PtraceDebugger and PtraceProcess
* Ability to control multiple processes; can catch fork events on Linux
* Can read/write bytes to arbitrary address; takes care of memory alignment
  and split bytes to cpu word
* Step-by-step execution using ptrace_singlestep() or hardware interruption 3
* Can use distorm disassembler
* Can dump registers, memory mappings, stack, etc.
* Provides system call tracer and parser (strace command)

%prep
%setup -q -n %{name}-%{version}
rm -rf %{_builddir}/python3-%{module}-%{version}
cp -a . %{_builddir}/python3-%{module}-%{version}

%build
%__python setup.py build
pushd %{_builddir}/python3-%{module}-%{version}
    %__python3 setup.py build
popd

%install
pushd %{_builddir}/python3-%{module}-%{version}
    %__python3 setup.py install --root=%{buildroot} --record=FILELIST
popd
%__python setup.py install --root=%{buildroot} --record=FILELIST

%check
python ./test_doc.py

%files
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/*
%{py_puresitedir}/*

%files -n python3-%{module}-%{version}
%doc AUTHORS ChangeLog COPYING README TODO
%{py3_puresitedir}/*

%changelog
* Tue Sep 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-3
+ Revision: aa973bf
- Spec cleanup after python3 submodule addition



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6828 |14cr|python-pybaz-1.5.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pybaz

Summary: Python Bindings for the Baz Revision Control System
Name: python-%{oname}
Version: 1.5.3
Release: 10
Source0: http://code.aaronbentley.com/pybaz/releases/%{oname}-%{version}.tar.gz
License: GPL
URL: http://code.aaronbentley.com/pybaz/
Group: Development/Python
Prefix: %{_prefix}
BuildArch: noarch
BuildRequires: python-devel
Requires: python >= 2.4
Requires: bzr

%description
PyBaz provides Python bindings for the Baz revision control system. 

It's based on PyArch, and shares the same design goals:
- Faithfulness to the Baz design.
- Python best idioms.
- Code elegance.

It provides enough flexibility and efficiency for all types of
applications, from batch scripts to graphical user interface front-end and
web services.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files 
%py_puresitedir/pybaz*.egg-info
%py_puresitedir/pybaz/*.py
%py_puresitedir/pybaz/backends/*.py




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.3-10
+ Revision: 60ab327
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6829 |14cr|python-pybluez-0.18-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname PyBluez

Summary: Python wrappers around system Bluetooth resources
Name:    python-pybluez
Version: 0.18
Release: 5
Source0: http://pybluez.googlecode.com/files/%{oname}-%{version}.tar.gz
License: GPL
Group: Development/Python
Url: http://org.csail.mit.edu/pybluez/
BuildRequires: pkgconfig(bluez)
BuildRequires: python-devel

%description
PyBluez is an effort to create python wrappers around system Bluetooth
resources to allow Python developers to easily and quickly create
Bluetooth applications.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc CHANGELOG README
%{py_platsitedir}/*.egg-info
%{py_platsitedir}/bluetooth/
#%{py_platsitedir}/bluetooth/_bluetooth.so
#%{py_platsitedir}/bluetooth/*.py*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.18-5
+ Revision: 0fbd344
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6830 |14cr|python-pycdio-0.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname pycdio
Name:		python-pycdio
Version:	0.20
Release:	3
Summary:	A Python interface to the CD Input and Control library
Group:		Development/Python 
License:	GPLv3+
URL:		http://www.gnu.org/software/libcdio/
Source0:	ftp://ftp.gnu.org:21/pub/gnu/libcdio/pycdio-%{version}.tar.gz

BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	libcdio-devel
BuildRequires:	swig

%description
The pycdio (and libcdio) libraries encapsulate CD-ROM reading and
control. Python programs wishing to be oblivious of the OS- and
device-dependent properties of a CD-ROM can use this library.

%prep
%setup -q -n %{srcname}-%{version}

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}
chmod 755 %{buildroot}/%{py_platsitedir}/*.so

%clean

%files
%defattr(-,root,root,-)
%{py_platsitedir}/*
%doc README.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20-3
+ Revision: 873121c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6831 |14cr|python-pychart-1.39-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	pychart

Name: 	 	python-%{oname}
Summary:	Python library for data graphs and charts 	

Version: 	1.39
Release: 	9
Source0:	http://download.gna.org/pychart/PyChart-%{version}.tar.bz2
URL:		http://home.gna.org/pychart/
License:	GPLv2+
Group:		Sciences/Mathematics
BuildRequires:	python-devel
BuildArch:	noarch
Obsoletes:	pychart
Provides:	pychart

%description
PyChart is a Python library for creating high quality Encapsulated Postscript,
PDF, PNG, or SVG charts. It currently supports line plots, bar plots,
range-fill plots, and pie charts. Because it is based on Python, you can make
full use of Python's scripting power.

%prep
%setup -q -n PyChart-%{version}
chmod 644 `find -type f`

%install
python setup.py install --root=%{buildroot} --compile --optimize=2

%files
%doc README demos doc
%{py_puresitedir}/%{oname}
%{py_puresitedir}/PyChart-%{version}-py%{py_ver}.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.39-9
+ Revision: deb53b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6832 |14cr|python-pycountry-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define real_name pycountry

Name:           python-pycountry
Group:          Development/Python 
Version:        1.3
Release:        2
License:        LGPL v2.1
Summary:        Databases for iso standards 639 3166 3166-2 4217 15924
Source:         https://pypi.python.org/packages/source/p/pycountry/pycountry-%{version}.zip
Requires:       python, python-lxml
BuildRequires:  python-setuptools
Url:            http://pypi.python.org/pypi/pycountry/

%description
pycountry provides the ISO databases for the standards 639 (Languages),
3166 (Countries), 3166-2 (Subdivisions of countries), 4217 (Currencies),
15924 (Scripts). The databases are imported from Debian's pkg-isocodes,
packaged into pycountry and made accessible through a Python API.
Translation files for the various strings are included as well.

%prep
%setup -q -n %{real_name}-%{version}

%build
python setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%files
#% {py_platsitedir}/*
%{py_puresitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-2
+ Revision: ac6a242
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6833 |14cr|python-pydhcplib-0.6.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name pydhcplib
%define shortname pydhcplib

Summary:    A python DHCP lib 
Name:		python-pydhcplib
Version:	0.6.2
Release:	3
Source0:	http://pydhcplib.tuxfamily.org/download/pydhcplib-%{version}.tar.gz
License:	GPL
Group:		Development/Python
Url:		http://pydhcplib.tuxfamily.org
BuildRequires: python-devel
Requires:	python >= 2.5
BuildArch: noarch

%description
Pydhcplib is a pure python DHCP library. It permits to read/write and 
encode/decode DHCP packet on network. 

%prep
%setup -q -n %module_name-%version

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README
%{_mandir}/man3/*.3.*
%{_mandir}/man8/*.8.*
%{_mandir}/fr/man3/*.3.*
%{_bindir}/pydhcp
%{py_sitedir}/%{shortname}/
%{py_sitedir}/%{module_name}-%{version}-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-3
+ Revision: fc53123
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6834 |14cr|python-pyface-4.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pyface
%define name	python-%{module}
%define version	4.2.0
%define	rel		1
%if %mdkversion < 201100
%define release %mkrel %{rel}
%else
%define release	%{rel}
%endif

Summary:	Enthought Tool Suite - traits-capable windowing framework
Name:		%{name}
Version:	4.3.0
Release:	2
Source0:	https://www.enthought.com/repo/ets/pyface-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://github.com/enthought/pyface/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Obsoletes:	python-enthought-traitsbackendwx
Obsoletes:	python-enthought-traitsbackendqt
Requires:	python-traits >= 4.2.0
Requires:	wxPython >= 2.8
Requires:	python-qt4
Requires:	pyside
BuildRequires:	python-setuptools >= 0.6c8
BuildRequires:	wxPython >= 2.8
BuildRequires:	x11-server-xvfb, procps
BuildRequires:	python-setupdocs >= 1.0.5
BuildRequires:	python-sphinx

%description
The pyface project contains a toolkit-independent GUI abstraction layer,
which is used to support the "visualization" features of the Traits package.
Thus, you can write code in terms of the Traits API (views, items, editors,
etc.), and let pyface and your selected toolkit and back-end take care of
the details of displaying them.

The following GUI backends are supported:

- wxPython
- PyQt
- PySide

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build
Xvfb :100 -ac &
XPID=$!
export DISPLAY=:100.0
%__python setup.py build_docs
kill -9 $XPID

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean
%__rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc *.txt *.rst examples/ build/docs/html
%py_sitedir/%{module}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.0-2
+ Revision: 472156f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6835 |14cr|python-pyglet-1.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  pyglet
%define name 	python-%{module}
%define version 1.1.4
%define release 2

Summary:	A cross-platform windowing and multimedia library for Python
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://pyglet.org
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	python >= 2.5
Requires:	libmesagl, libmesaglu, gdk-pixbuf
BuildRequires:	python-devel >= 2.5
BuildArch:	noarch

%description
Pyglet provides an object-oriented programming interface for
developing games and other visually-rich applications for Windows, Mac
OS X and Linux. Some of the features of pyglet are:

* No external dependencies or installation requirements. For most
  application and game requirements, pyglet needs nothing else besides
  Python, simplifying distribution and installation.

* Take advantage of multiple windows and multi-monitor
  desktops. pyglet allows you to use as many windows as you need,
  and is fully aware of multi-monitor setups for use with
  fullscreen games.

* Load images, sound, music and video in almost any format. pyglet can
  optionally use AVbin to play back audio formats such as MP3,
  OGG/Vorbis and WMA, and video formats such as DivX, MPEG-2, H.264,
  WMV and Xvid.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build

%install
rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot} --record=FILELIST

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README LICENSE CHANGELOG NOTICE examples/ doc/html/
%py_puresitedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.4-2
+ Revision: 96ea99d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6836 |14cr|python-pygraphviz-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pygraphviz

Summary:	Python interface to Graphviz
Name:		python-%{module}
Version:	1.2
Release:	2
Source0:	https://pypi.python.org/packages/source/p/pygraphviz/pygraphviz-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://networkx.lanl.gov/pygraphviz
Requires:	graphviz >= 2.0
BuildRequires:	graphviz-devel >= 2.0
BuildRequires:	python-devel
BuildRequires:	python-sphinx

%description
PyGraphviz is a Python interface to the Graphviz graph layout and
visualization package.

With PyGraphviz, you can create, edit, read, write, and draw graphs
using Python to access the Graphviz graph data structure and layout
algorithms.

%prep
%setup -q -n %{module}-%{version}

%build
PYTHONDONTWRITEBYTECODE= %__python setup.py build
pushd doc
export PYTHONPATH=`dir -d ../build/lib.linux*`
%make html
popd

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*examples$//' FILE_LIST

%files -f FILE_LIST
%doc doc/build/html




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-2
+ Revision: 90d0341
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6837 |14cr|python-pylons-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module		pylons
%define tarname		Pylons

Summary:		Pylons web framework
Name:			python-%{module}
Version:		1.0
Release:		4
Source0:		%{tarname}-%{version}.tar.gz
License:		BSD
Group:			Development/Python
Url:			http://www.pylonshq.com/
BuildArch:		noarch
BuildRequires:		python-setuptools
Requires:		python-beaker >= 1.3-0.dev.0
Requires:		python-decorator >= 2.3.2
Requires:		python-formencode >= 1.2.1
Requires:		python-mako >= 0.2.4
Requires:		python-nose >= 0.10.4
Requires:		python-paste >= 1.7.2
Requires:		python-pastedeploy >= 1.3.3
Requires:		python-pastescript >= 1.7.3
Requires:		python-routes >= 1.12
Requires:		python-simplejson >= 2.0.8
Requires:		python-tempita >= 0.2
Requires:		python-webob >= 0.9.6.1
Requires:		python-weberror >= 0.10.1
Requires:		python-webhelpers >= 0.6.4
Requires:		python-webtest >= 1.1
Suggests:		python-genshi >= 0.4.4
Suggests:		python-jinja2

%description
The Pylons web framework is aimed at making webapp and programmatic
website development in Python easy.

%prep
%setup -q -n %{tarname}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST
%doc CHANGELOG LICENSE README.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: dd584eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6838 |14cr|python-pymathml-0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   pymathml
%define debug_package %{nil}

Summary:	Python MathML renderer
Name:		python-pymathml
Version:	0.3
Release:	9
License:	GPL
Group:		Sciences/Mathematics
URL:		http://pymathml.sourceforge.net/
Source:		http://prdownloads.sourceforge.net/%{oname}/%{oname}-%{version}.tar.bz2
BuildRequires:	python-devel
Requires:	python-libxml2
# rendering backends
Requires:	libnxplot-python
Requires:	pygtk2.0
%rename         pymathml

%description
The goal of %{oname} is to create a system-independent MathML
rendering engine in Python. This engine works with an abstract
'plotter' driver class, that can be subclassed for any rendering
device needed.

%prep
%setup -q -n %{oname}-%{version}

%build
python ./setup.py build

%install
python ./setup.py install --root %{buildroot}

%clean

%files
%doc AUTHORS NEWS PKG-INFO README
%{py_puresitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-9
+ Revision: ed3bc28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6839 |14cr|python-pymetar-0.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	pymetar
  
Name:		python-%{oname}
Version:	0.19
Release:	2
Summary:	Weather report Python module
Group:		Development/Python
License:	GPLv2+
URL:		http://www.schwarzvogel.de/software-pymetar.shtml
Source0:	http://www.schwarzvogel.de/pkgs/pymetar-%{version}.tar.gz
BuildRequires:	python-devel
BuildRequires:	python-setuptools
Requires:	python 
BuildArch:	noarch 
  
%description 
This library downloads the weather report for a given station ID,
decodes it and provides easy access to all the data found in the
report.
  
%prep
%setup -q -n %{oname}-%{version}
  
%build 
  
%install 
python setup.py install --root=%{buildroot} --compile --optimize=2
rm -rf %{buildroot}%{_docdir}
 
%files  
%doc README THANKS librarydoc.txt
%{_bindir}/%{oname}
%{py_puresitedir}/*
%{_mandir}/man1/pymetar*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.19-2
+ Revision: fbc8e23
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6840 |14cr|python-pymongo-2.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname    pymongo

Name:           python-%{shortname}
Version:        2.7.1
Release:        2
Summary:        Python driver for MongoDB


Group:          Development/Python
License:        Apache License
URL:            http://api.mongodb.org/python/2.1/
Source0:        http://pypi.python.org/packages/source/p/pymongo/pymongo-%{version}.tar.gz
BuildRequires:  python-setuptools
BuildRequires:  python-devel

%define debug_package %{nil}

%description
The PyMongo distribution contains tools for interacting with MongoDB
database from Python.

The bson package is an implementation of the BSON format for Python.
The pymongo package is a native Python driver for MongoDB.
The gridfs package is a gridfs implementation on top of pymongo.
This driver is build without the C extensions.

%prep
%setup -q -n %{shortname}-%{version}

%build
python setup.py --no_ext build

%install
python setup.py --no_ext install -O1 --skip-build --root %{buildroot} --install-purelib=%{py_platsitedir}

%files
%{py_platsitedir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.1-2
+ Revision: 50bd7e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6841 |14cr|python-pymongo-2.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname    pymongo

Name:           python-%{shortname}
Version:        2.7.2
Release:        1
Summary:        Python driver for MongoDB


Group:          Development/Python
License:        Apache License
URL:            http://api.mongodb.org/python/2.1/
Source0:        http://pypi.python.org/packages/source/p/pymongo/pymongo-%{version}.tar.gz
BuildRequires:  python-setuptools
BuildRequires:  python-devel

%define debug_package %{nil}

%description
The PyMongo distribution contains tools for interacting with MongoDB
database from Python.

The bson package is an implementation of the BSON format for Python.
The pymongo package is a native Python driver for MongoDB.
The gridfs package is a gridfs implementation on top of pymongo.
This driver is build without the C extensions.

%prep
%setup -q -n %{shortname}-%{version}

%build
python setup.py --no_ext build

%install
python setup.py --no_ext install -O1 --skip-build --root %{buildroot} --install-purelib=%{py_platsitedir}

%files
%{py_platsitedir}/*

%changelog
* Thu Sep 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.2-1
+ Revision: 82d4047
- Updated to 2.7.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6842 |14cr|python-pymtp-0.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module pymtp
%define debug_package %{nil}

Summary:	A python binding to libmtp
Name:		python-%{module}
Version:	0.0.6
Release:	2
License:	GPLv3
Group:		Development/Python
Url:		http://nick125.com/projects/pymtp
Source0:	https://pypi.python.org/packages/source/P/PyMTP/PyMTP-%{version}.tar.gz
BuildRequires:	python-devel
Requires:	libmtp-utils

%description
PyMTP is a Python binding to libmtp, the defacto open source
library for communicating with MTP-enabled devices.
These devices include the Creative Zen, Microsoft Zune, 
Normsoft Pocket Tunes and many more.

%prep
%setup -qn PyMTP-%{version}

%build
env CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc examples README
%{py_puresitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.6-2
+ Revision: 6b5f538
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6843 |14cr|python-pynut-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NUT (Network UPS Tools) extension for Python
Name:		python-pynut
Version:	1.2
Release:	2
Group:		Development/Python 
License:	GPLv3+
URL:		http://www.lestat.st/informatique/projets/pynut-en
Source0:	http://www.lestat.st/_media/informatique/projets/pynut/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-devel

%description
PyNUT is an abstraction class written in Python to access NUT (Network UPS
Tools) server and execute commands without needing to know the communication
protocol. 

%prep

%setup -q -n %{name}-%{version}
chmod 644 *

%build

%install
install -d %{buildroot}%{py_puresitedir}
install -m0644 PyNUT.py %{buildroot}%{py_puresitedir}/

%files 
%defattr(-,root,root)
%doc copyright README test_nut.py.gz
%{py_puresitedir}/PyNUT.py



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-2
+ Revision: bb24ab0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6844 |14cr|python-pypdf-1.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pyPdf

Summary:	Pure-Python PDF toolkit
Name:		python-pypdf
Version:	1.13
Release:	3
Source0:	http://pybrary.net/pyPdf/%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://pybrary.net/pyPdf/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Provides:	%{module}
BuildRequires:	python-devel
BuildArch:	noarch

%description
A Pure-Python library built as a PDF toolkit. It is capable of:
    * extracting document information (title, author, ...),
    * splitting documents page by page,
    * merging documents page by page,
    * cropping pages,
    * merging multiple pages into a single page,
    * encrypting and decrypting PDF files.

%files
%defattr(-,root,root)
%doc README CHANGELOG
%{py_puresitedir}/pyPdf-%{version}-py%{py_ver}.egg-info
%dir %{py_puresitedir}/%{module}
%{py_puresitedir}/%{module}/*

#--------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build

%install
%__rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot} --no-compile

%clean
%__rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.13-3
+ Revision: c61f628
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6845 |14cr|python-pypoppler-0.12.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pypoppler

Summary:	Python bindings for the Poppler PDF rendering library
Name:		python-%{module}
Version:	0.12.1
Release:	8
Source0:	http://launchpad.net/poppler-python/trunk/development/+download/%{module}-%{version}.tar.gz
Patch0:		pypoppler-0.12.1-poppler-0.16.0.patch
Patch1:		pypoppler-0.12.1-link.patch
Patch2:		pypoppler-0.12.1-poppler-0.18.0-minimal-fix.patch
Patch3:		pypoppler-0.12.1-resource_leaks.patch
License:	GPLv2+
Group:		Development/Python
Url:		https://launchpad.net/poppler-python
Provides:	%{module} = %{version}
BuildRequires:	python-devel 
BuildRequires:	pygtk2.0-devel
BuildRequires:	atk-devel
BuildRequires:	libpoppler-devel
BuildRequires:	python-cairo-devel
BuildRequires:	libpoppler-glib-devel >= 0.10.5

%description
Python bindings for the Poppler PDF rendering library. It is needed to
run programs written in Python and using Poppler set.

%files
%doc AUTHORS ChangeLog COPYING NEWS
%{py_platsitedir}/poppler.so

#--------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p1

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

%clean
%__rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.1-8
+ Revision: 2308d69
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6846 |14cr|python-pyquery-1.2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	pyquery

Summary:	JQuery-like library for Python

Name:		python-%{module}
Version:	1.2.8
Release:	2
Source0:	http://pypi.python.org/packages/source/p/pyquery/pyquery-%{version}.zip
License:	BSD
Group:		Development/Python
Url:		https://bitbucket.org/olauzanne/pyquery/
BuildArch:	noarch
Requires:	python-lxml >= 2.1
Requires:	python-cssselect
BuildRequires:	python-setuptools
BuildRequires:	python-lxml >= 2.1

%description
pyquery allows you to make jquery queries on xml documents.  The API
is as much as possible the similar to jquery. pyquery uses lxml for
fast xml and html manipulation.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean

%files
%doc *
%{py_puresitedir}/%{module}*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.8-2
+ Revision: 53082fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6847 |14cr|python-pyrite-publisher-2.1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pyrite-publisher

Summary: Content Creation Tools for Palm Computing Platform Users
Name: python-%{oname}
Version: 2.1.1
Release: 8
Source0: %{oname}-%{version}.tar.bz2
License: GPL
Group: Development/Python
URL: http://www.pyrite.org/
BuildRequires: python
BuildRequires: python-devel
Requires: python
Obsoletes: txt2pdbdoc
Provides: txt2pdbdoc

%description
Pyrite Publisher is a data converter for Palm Computing Platform
users.  At the moment it is focused on producing e-books for use with
standard document readers.  It has the following features, and maybe
more:

  - converts text and HTML documents to the standard Doc format or the
    new high-compression zTXT format
  - gathers input from local files or from http/ftp URLs
  - produces rich text markup for RichReader or TealDoc
  - detects and reflows paragraphs in text files
  - automatically bookmarks HTML headers and named anchors
  - automatically bookmarks regular expressions in text files
  - supports zTXT annotations and both compression modes
  - annotates and/or footnotes HTML link targets
  - converts between Doc and zTXT while preserving bookmarks
  - converts Doc or zTXT back to text
  - processes Doc or zTXT content as if it is a regular text file
  - most behavior is configurable
  - architecture is extensible to allow addition of more kinds of
    document markup, more input formats, and even handling entirely
    new types of data

%prep
%setup -q -n %oname-%version

%build
python setup.py build

%install
python setup.py install --root %buildroot

%files
%doc ChangeLog NEWS PKG-INFO README.txt
%{_libdir}/python%{py_ver}/site-packages/*
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-8
+ Revision: 3b60382
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6848 |14cr|python-pyro-4.27-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-pyro
URL:            https://pypi.python.org/pypi/Pyro4
Summary:        PYthon Remote Objects
Version:        4.27
Release:        1
License:        MIT
Group:          Development/Python
Source:         https://pypi.python.org/packages/source/P/Pyro4/Pyro4-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools

%description
Pyro provides an object-oriented form of RPC. You can use Pyro within a
single system but also use it for IPC. For those that are familiar with
Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less
similar to CORBA - which is a system- and language independent Distributed
Object Technology and has much more to offer than Pyro or RMI.

%package -n python3-Pyro
Summary:        PYthon Remote Objects
Group:          Development/Python
# Require python2 package for /usr/bin files
Requires:	python-pyro

%description -n python3-Pyro
Pyro provides an object-oriented form of RPC. You can use Pyro within a
single system but also use it for IPC. For those that are familiar with
Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less
similar to CORBA - which is a system- and language independent Distributed
Object Technology and has much more to offer than Pyro or RMI.

%prep
%setup -q -n Pyro4-%{version}
rm -rf %{py3dir}
cp -a . %{py3dir}


%build
%{__python} setup.py build
pushd %{py3dir}
   %{__python3} setup.py build
popd

%install
pushd %{py3dir}
    %{__python3} setup.py install --root=%{buildroot}
popd
%{__python} setup.py install --root=%{buildroot}


%files
%doc docs/*
%{_bindir}/*
%{py_puresitedir}/

%files -n python3-Pyro
%doc docs/*
%{py3_puresitedir}/

%changelog
* Mon Sep 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.27-1
+ Revision: 063058e
- Clean .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6849 |14cr|python-pyrrd-0.0.7-1.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname PyRRD
Name:           python-pyrrd
Version:        0.0.7
Release:        1.5
Summary:        An Object-Oriented Python Interface for RRD
URL:            http://code.google.com/p/pyrrd/
License:        BSD
Group:          Development/Python
Source:         %{modname}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-buildroot
Requires:       python-setuptools rrdtool
BuildRequires:  python-devel python-setuptools
BuildArch:      noarch

%description
PyRRD is a pure-Python OO wrapper for the RRDTool (round-robin database tool).
The idea is to make RRDTool insanely easy to use and to be aesthetically
pleasing for Python programmers.


%prep
%setup -q -n %{modname}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --root $RPM_BUILD_ROOT --install-purelib=%{python_sitelib}

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc docs examples ChangeLog LICENSE README TODO
%{python_sitelib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.7-1.5
+ Revision: 0ec2bd0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6850 |14cr|python-pyrtf-0.45-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	PyRTF

Name: 	 	python-pyrtf
Summary: 	Python module to generate RTF documents

Version: 	0.45
Release: 	7
Source0:	http://downloads.sourceforge.net/pyrtf/%{oname}-%{version}.tar.bz2
URL:		http://pyrtf.sourceforge.net/
License:	GPL+
Group:		Development/Python
BuildRequires:	python-devel
BuildArch:	noarch
%rename	PyRTF

%description
PyRTF is a set of python classes that make it possible to produce RTF
documents from python programs. The library has no external dependencies
and has proved reliable and fast.

%prep
%setup -q -n %{oname}-%{version}

%install
python setup.py install --root=%{buildroot} --compile --optimize=2

%files
%{py_puresitedir}/%{oname}
%{py_puresitedir}/%{oname}-%{version}-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.45-7
+ Revision: c53e7b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6851 |14cr|python-pysearch-3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           python-pysearch
Version:        3.1
Release:        3
Summary:        Python API for the Yahoo Search Webservices API
Group:          Development/Python
License:        GPLv2+
URL:            http://sourceforge.net/projects/pysearch/
Source0:        %{name}-%{version}.tar.gz
Provides:       pYsearch
BuildRequires:  python-devel

%description
pYsearch implements a Python API for the Yahoo Search Webservices API.
 It provides an object orientated abstraction of the web services,
 with emphasis on ease of use and extensibility.

%prep
%setup -q -n %{name}-%{version}

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog README NEWS docs
%{py_puresitedir}/yahoo/*
%{py_puresitedir}/pYsearch*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1-3
+ Revision: 4b7af92
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6852 |14cr|python-pysvn-1.7.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pysvn

Summary:	Highlevel Subversion Python bindings
Name:		python-%{oname}
Version:	1.7.6
Release:	2
License:	Apache License
Group:		Development/Python
URL:		http://pysvn.tigris.org 
Source0:	http://pysvn.barrys-emacs.org/source_kits/%{oname}-%{version}.tar.gz
BuildRequires:	apr-devel
BuildRequires:	apr-util-devel
BuildRequires:	expat-devel
BuildRequires:	neon-devel
BuildRequires:	subversion-devel
BuildRequires:	subversion-tools
BuildRequires:	python-devel

%description
pysvn is a highlevel and easy to use Python bindings to Subversion.

%package	docs
Summary:	Programmer's documentation for pysvn
Group:		Development/Python
BuildArch:	noarch

%description	docs
pysvn is a highlevel and easy to use Python bindings to Subversion.

This package contains the pysvn Programmer's Guide and the Programmer's
Reference.

%prep
%setup -q -n %{oname}-%{version}

%build
cd Source
python setup.py configure --verbose --fixed-module-name --enable-debug

#fix flags
sed -i -e 's|$(LDLIBS)|$(LDFLAGS) $(LDLIBS)|g' Makefile
sed -i -e 's|-Wall -fPIC|%{optflags} -fPIC|g' Makefile

#fix build
sed -i -e 's|-lssl|-lssl -lpython2.7 -lapr-1 -lsvn_fs-1 -lsvn_wc-1 -lsvn_subr-1|g' Makefile

#disable rpath
sed -i -e 's|-Wl,--rpath -Wl,%{_libdir}||g' Makefile

%make LDFLAGS="%{ldflags}" 

%install
install -d %{buildroot}%{py_platsitedir}/%{oname}
cp -a Source/%oname/*.py %{buildroot}%{py_platsitedir}/%{oname}
cp -a Source/%{oname}/_pysvn*.so %{buildroot}%{py_platsitedir}/%{oname}

%files 
%defattr(-,root,root)
%doc LICENSE.txt
%{py_platsitedir}/%{oname}

%files docs
%defattr(-,root,root)
%doc Docs/*.html Docs/*.js Examples





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.6-2
+ Revision: 285e6fa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6853 |14cr|python-pyweblib-1.3.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-pyweblib
Version:        1.3.6
Release:        3
Epoch:          0
Summary:        Yet another web programming framework for Python
License:        GPL
Group:          Development/Python
URL:            http://www.stroeder.com/pylib/PyWebLib/
Source0:        http://www.stroeder.com/pylib/PyWebLib/download/pyweblib-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:	python
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Web application library:

pyweblib.forms          class library for handling <FORM> input
pyweblib.session        server-side web session handling
pyweblib.helper         misc. stuff useful in CGI-BINs
pyweblib.sslenv         retrieves SSL-related env vars
pyweblib.httphelper     very basic HTTP functions

%prep
%setup -q -n pyweblib-%{version}

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --root=%{buildroot}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc CHANGES htdocs/ cgi-bin/
%{python_sitelib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.3.6-3
+ Revision: db67bc9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6854 |14cr|python-pyzmq-14.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pyzmq

Summary:	Python bindings for zeromq
Name:		python-%{module}
Version:	14.3.1
Release:	3
Source0:	http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
License:	LGPLv3+ and ASL 2.0 and BSD
Group:		Development/Python
Url:		http://github.com/zeromq/pyzmq
BuildRequires:	pkgconfig(libzmq)
BuildRequires:	python-nose
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-nose
BuildRequires:  pythonegg(cython)
BuildRequires:  python3egg(cython)

%description
This package contains Python bindings for zeromq, a lightweight and
fast messaging implementation.

%package -n python3-%{module}
Summary:        Software library for fast, message-based applications



Group:          Development/Python

%description -n python3-%{module}
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialized messaging middle-ware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.

This package contains the python 3 bindings.

%prep
%setup -q -c

pushd %{module}-%{version}
# forcibly regenerate the Cython-generated .c files:
find zmq -name "*.c" -delete

# remove bundled libraries
rm -rf bundled
for lib in zmq/eventloop/*.py; do
    sed '/\/usr\/bin\/env/d' $lib > $lib.new &&
    touch -r $lib $lib.new &&
    mv $lib.new $lib
done

# remove excecutable bits
chmod -x examples/pubsub/topics_pub.py
chmod -x examples/pubsub/topics_sub.py
popd

mv %{module}-%{version} python2
cp -r python2 python3

pushd python2
python setup.py cython
popd

pushd python3
find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
popd

%build
pushd python2
CFLAGS="%{optflags}" python setup.py build
popd

pushd python3
CFLAGS="%{optflags}" python3 setup.py build
popd

%install
pushd python3
python3 setup.py install --skip-build --root %{buildroot}
popd

pushd python2
python setup.py install --skip-build --root %{buildroot}
popd

%check
rm python2/zmq/__*
rm python3/zmq/__*

pushd python2
PYTHONPATH=%{buildroot}%{py_platsitedir} \
 python setup.py test
popd

pushd python3
PYTHONPATH=%{buildroot}%{py3_platsitedir} \
 %{__python3} setup.py test
popd

rm -rf %{buildroot}%{py_platsitedir}/zmq/tests
rm -rf %{buildroot}%{py3_platsitedir}/zmq/tests

%files
%doc python2/README.md python2/COPYING.* python2/examples/
%{py_platsitedir}/%{module}-*.egg-info
%{py_platsitedir}/zmq

%files -n python3-%{module}
%doc python3/README.md python3/COPYING.* python3/examples/
%{py3_platsitedir}/%{module}-*.egg-info
%{py3_platsitedir}/zmq

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 14.3.1-3
+ Revision: 7b2b41a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6855 |14cr|python-rarfile-2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	rarfile

Summary:	RAR archive reader for Python
Name:		python-%{module}
Version:	2.6
Release:	2
Source0:	https://pypi.python.org/packages/source/r/rarfile/rarfile-%{version}.tar.gz
License:	ISC
Group:		Development/Python
Url:		https://github.com/markokr/rarfile/
BuildArch:	noarch
Requires:	unrar

%description
This is a Python module for RAR archive reading. The interface is
similar to that of the zipfile module.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build 

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean

%files
%doc  LICENSE  
%py_puresitedir/%{module}*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6-2
+ Revision: d0fb062
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6856 |14cr|python-rational-0.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   rational
%define name    python-%oname
%define version 0.1
%define release 11


Summary:       Rational numbers for python
Name:          %{name}
Version:       %{version}
Release:       %{release}
Source0:       %{oname}.py
License:       LGPL
Group:         Development/Python
Url:           http://www.python.org/peps/pep-0239.html
BuildRequires: python

%description
This is a python module for rational numbers, following PEP 239,
with some extensions. While it is not as efficent as cRat, it is
more has some extra features (e.g., NaN and infinity handling).

%install
install -m644 -D %SOURCE0 $RPM_BUILD_ROOT/%{_libdir}/python%{py_ver}/site-packages/%{oname}.py
cd $RPM_BUILD_ROOT/%{_libdir}/python%{py_ver}/site-packages/
python -c "import %{oname}"

%files
%defattr(-,root,root)
%{_libdir}/python*/site-packages/%{oname}.py*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-11
+ Revision: 5c61560
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6857 |14cr|python-recaptcha-client-1.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-recaptcha-client
Version:        1.0.6
Release:        2
Summary:        Python module for reCAPTCHA and reCAPTCHA Mailhide

Group:          Development/Python
License:        MIT
URL:            http://pypi.python.org/pypi/recaptcha-client
Source0:        http://pypi.python.org/packages/source/r/recaptcha-client/recaptcha-client-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-pycrypto

%description
Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require
any imaging libraries because the CAPTCHA is served directly from reCAPTCHA.
Also allows you to securely obfuscate emails with Mailhide. This functionality
requires python-crypto. This library requires two types of API keys. If you'd
like to use the CAPTCHA, you'll need a key from
http://recaptcha.net/api/getkey. For Mailhide, you'll need a key from
http://mailhide.recaptcha.net/apikey.

%prep
%setup -q -n recaptcha-client-%{version}
sed -i 's/^from ez_setup/#from ez_setup/' setup.py
sed -i 's/^use_setuptools()/#use_setuptools()/' setup.py


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc PKG-INFO
%{python_sitelib}/recaptcha/
%{python_sitelib}/recaptcha_client*-nspkg.pth
%{python_sitelib}/recaptcha_client*.egg-info/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.6-2
+ Revision: debe6ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6858 |14cr|python-redis-2.10.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module redis

Name:           python-%{module}
Version:        2.10.3
Release:        1
Summary:        Python client for Redis key-value store
License:        MIT
Group:          Development/Python
Url:            http://github.com/andymccurdy/redis-py/
Source0:        http://cloud.github.com/downloads/andymccurdy/redis-py/redis-py-%{version}.tar.gz
BuildRequires:  python-devel
BuildArch:      noarch

%description
Python client for Redis key-value store

%prep
%setup -q -n %{module}-py-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root %{buildroot} --install-purelib=%{py_puresitedir}

%files
%doc LICENSE CHANGES INSTALL
%{py_puresitedir}/*

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.3-1
+ Revision: 465ae5b
- Updated to 2.10.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6859 |14cr|python-relatorio-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-relatorio
Summary:	A templating library able to output odt and pdf files

Version:	0.6.0
Release:	2
License:	GPLv3+
Group:		Development/Python
URL:		http://relatorio.openhex.org/
Source0:	http://pypi.python.org/packages/source/r/relatorio/relatorio-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:	python-genshi
BuildRequires:	python-lxml
BuildRequires:	python-setuptools
BuildArch:	noarch

%description
A templating library which provides a way to easily output all kind
of different files (odt, ods, png, svg, ...). Adding support for more filetype
is easy: you just have to create a plugin for this.

relatorio also provides a report repository allowing you to link python objects
and report together, find reports by mimetypes/name/python objects.

%prep
%setup -q -n relatorio-%{version}

%build


%install
PYTHONDONTWRITEBYTECODE=  python setup.py install --root=%{buildroot}

%files
%{py_puresitedir}/relatorio*
%doc AUTHORS CHANGES README




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-2
+ Revision: 96cddf6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6860 |14cr|python-repoze.lru-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	repoze.lru

Name:		python-%{oname}
Version:	0.4
Release:	2
Summary:	A tiny LRU cache implementation and decorator
Source0:	http://pypi.python.org/packages/source/r/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD with attribution
Group:		Development/Python
Url:		http://www.repoze.org
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)

%description
repoze.lru is a LRU (least recently used) cache implementation. Keys and values
that are not used frequently will be evicted from the cache faster than keys
and values that are used frequently.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc README.txt LICENSE.txt
%{py_puresitedir}/repoze/lru/
%{py_puresitedir}/%{oname}-%{version}*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-2
+ Revision: fee4aba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6861 |14cr|python-requests-2.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	requests

Summary:	Python HTTP for Humans

Name:		python-%{module}
Version:	2.3.0
Release:	3
Source0:	http://pypi.python.org/packages/source/r/requests/requests-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://python-requests.org/
BuildArch:	noarch
Requires:	python-certifi, python-urllib3

%description
Requests allow you to send HTTP/1.1 requests. You can add headers,
form data, multipart files, and parameters with simple Python
dictionaries, and access the response data in the same way. It's
powered by httplib and urllib3, but it does all the hard work and
crazy hacks for you.

%package -n python3-%{module}
Summary:	Python HTTP for Humans
Group:		Development/Python
BuildRequires: python3-devel
#Requires:	python3-certifi, python3-urllib3

%description -n python3-%{module}
Requests allow you to send HTTP/1.1 requests. You can add headers,
form data, multipart files, and parameters with simple Python
dictionaries, and access the response data in the same way. It's
powered by httplib and urllib3, but it does all the hard work and
crazy hacks for you.
This is a python-3 package.

%prep
%setup -q -n %{module}-%{version}
rm -rf %{_builddir}/python3-%{module}
cp -a . %{_builddir}/python3-%{module}

%build

%install
pushd %{_builddir}/python3-%{module}
	PYTHONDONTWRITEBYTECODE= %{__python3} setup.py install --root=%{buildroot}
popd
PYTHONDONTWRITEBYTECODE= %{__python} setup.py install --root=%{buildroot}

%clean

%files
%doc HISTORY.rst LICENSE README.rst
%{py_puresitedir}/requests*

%files -n python3-%{module}
%doc HISTORY.rst LICENSE README.rst
%{py3_puresitedir}/requests*

%changelog
* Mon Sep 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.0-3
+ Revision: 301ad68
- Turn back requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6862 |14cr|python-requests-oauthlib-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	requests-oauthlib

Name:		python-%{oname}
Version:	0.4.0
Release:	2
Summary:	OAuthlib authentication support for Requests
Source0:	https://pypi.python.org/packages/source/r/%{oname}/%{oname}-%{version}.tar.gz
License:	ISC
Group:		Development/Python
Url:		https://github.com/requests/requests-oauthlib
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)

Requires:	python(abi) = 2.7 
Requires:	pythonegg(oauthlib) >= 0.4.2 
Requires:	pythonegg(requests) >= 2.0.0

%description
Requests-OAuthlib
=================

This project provides first-class OAuth library support for 
`Requests <http://python-requests.org>`_.



%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
#python setup.py test

%files
%doc AUTHORS.rst
%doc HISTORY.rst
%doc LICENSE
%doc README.rst
%doc requirements.txt
%{py_puresitedir}/requests_oauthlib/*.py*
%{py_puresitedir}/requests_oauthlib/compliance_fixes/*.py*
%{py_puresitedir}/requests_oauthlib*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-2
+ Revision: 2a9d7a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6863 |14cr|python-restkit-4.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname restkit

Name:           python-%{oname}
Version:        4.2.2
Release:        2
Summary:        Restkit is an HTTP resource kit for Python
Group:		    Development/Python
License:        MIT
URL:            http://benoitc.github.com/%{oname}/
Source0:        http://pypi.python.org/packages/source/r/%{oname}/%{oname}-%{version}.tar.gz
Patch0:         %{oname}-disable-tests-needing-internet-connection.patch

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(nose)
BuildRequires:  python-socketpool >= 0.5.3
BuildRequires:  pythonegg(http-parser) >= 0.8.3
BuildRequires:  pythonegg(webob)

Requires:  pythonegg(socketpool) >= 0.5.3
Requires:  pythonegg(http-parser) >= 0.8.3
Requires:  pythonegg(webob)

BuildArch:      noarch





%description
Restkit is a full HTTP client using pure socket calls and its own
HTTP parser. It's not based on httplib or urllib2.

%prep
%setup -qn %{oname}-%{version}
rm -rf %{oname}.egg-info
%patch0 -p0

%build
python setup.py build


%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot} --install-data %{_docdir}
# zero-length file
rm %{buildroot}%{_docdir}/%{oname}/TODO.txt

# strip shebang from non-executable 
sed -i '1d' %{buildroot}%{py_puresitedir}/%{oname}/contrib/webob_api.py


%check
nosetests --exclude="009-test-oauth_filter"

%files
%doc %{_docdir}/%{oname}/
%{_bindir}/restcli
%{py_puresitedir}/%{oname}*










%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.2-2
+ Revision: 80f43c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6864 |14cr|python-RestrictedPython-3.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	RestrictedPython

Name:		python-%{oname}
Version:	3.6.0
Release:	2
Summary:	RestrictedPython running untrusted code
Source0:	http://pypi.python.org/packages/source/R/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/RestrictedPython
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)

%description
.. contents::

Overview
========

RestrictedPython provides a ``restricted_compile`` function that works
like the built-in ``compile`` function, except that it allows the
controlled and restricted execution of code



%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%doc src/RestrictedPython/tests/testREADME.py
%{py_puresitedir}/RestrictedPython/*.py*
%{py_puresitedir}/RestrictedPython/tests/*.py*
%{py_puresitedir}/RestrictedPython*.egg-info
%{py_puresitedir}/RestrictedPython/README.txt
%{py_puresitedir}/RestrictedPython/notes.txt
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.6.0-2
+ Revision: cad8497
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6865 |14cr|python-reverend-0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Reverend

Summary: Python Bayesian classifier
Name:    python-reverend
Version: 0.3
Release: 9
Source:  http://prdownloads.sourceforge.net/%oname/%oname-%version.tar.bz2
License: GPL
Group: Development/Python
BuildRequires: python-devel
Url: http://divmod.org/trac/wiki/DivmodReverend 
BuildArch: noarch

%description
Reverend is a general purpose Bayesian classifier, named after Rev. Thomas 
Bayes. Use the Reverend to quickly add Bayesian smarts to your app.
 
To use it in your own application, you either subclass Bayes or pass it a 
tokenizing function. Bayesian fun has never been so quick and easy. 

%prep
%setup -q -n %oname-%version 

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files 
%doc *.txt examples/
%py_puresitedir/reverend
%py_puresitedir/*egg-info





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-9
+ Revision: 2e1e667
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6866 |14cr|python-routes-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Routes

Summary:	Routing recognition and generation tools for Python

Name:		python-routes
Version:	2.0
Release:	2
Source0:	http://pypi.python.org/packages/source/R/Routes/Routes-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://routes.groovie.org/
BuildArch:	noarch
Requires:	python-pkg-resources
Requires:	python-webob
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx, python-webob

%description
Routes is a Python re-implementation of the Rails routes system for
mapping URLs to application actions, and conversely to generate
URLs. Routes makes it easy to create pretty and concise URLs that are
RESTful with little effort.

Routes allows conditional matching based on domain, cookies, HTTP
method, or a custom function. Sub-domain support is built in. Routes
comes with an extensive unit test suite.

%prep
%setup -q -n %{tarname}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST
pushd docs
export PYTHONPATH=`dir -d ../build/lib*`
make html
rm -f _build/html/.buildinfo
popd

%files -f FILE_LIST
%doc docs/_build/html

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-2
+ Revision: 347853a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6867 |14cr|python-rpy2-2.3.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module rpy2
%define r_version 3.1.0
%define __noautoreq 'libR.so\\(.*'

Summary:	A very simple, yet robust, Python interface to the R Programming Language
Name:		python-%{module}
Version:	2.3.10
Release:	2
Group:		Development/Python
License:	AGPLv3+
URL:		http://rpy.sourceforge.net/
Source0:	http://pypi.python.org/packages/source/r/%{module}/%{module}-%{version}.tar.gz
Patch0:		rinterface-readline-2.3.10.patch
Requires:	python-numpy
Requires:	R-core = %{r_version}
BuildRequires:	lapack-devel
BuildRequires:	python-devel
BuildRequires:	python-numpy-devel
BuildRequires:	R-core = %{r_version}
BuildRequires:	R-devel = %{r_version}
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(icu-i18n)
Provides:	rpy = %{EVRD}

%description
RPy is a very simple, yet robust, Python interface to the R Programming
Language. It can manage all kinds of R objects and can execute arbitrary R
functions (including the graphic functions). All errors from the R language
areconverted to Python exceptions. Any module installed for the R system can
be used from within Python. 

This code is inspired by RSPython from the Omegahat project. The main goals of
RPy are: 
 + to have a very robust interface for using R from Python 
 + the interface should be as transparent and easy to use as possible 
 + it should be usable for real scientific and statistical computations
 

%prep
%setup -qn %{module}-%{version}
%patch0 -p1

%build
env CFLAGS="%{optflags}" %{__python} setup.py build

%install
PYTHONDONTWRITEBYTECODE= \
%{__python} setup.py install -O1 --skip-build --root %{buildroot} --record=INSTALLED_FILES

%files -f INSTALLED_FILES
%doc NEWS README

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.10-2
+ Revision: 3ae0725
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6868 |14cr|python-rst2pdf-0.93-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rst2pdf

Summary:	Convert restructured text to PDF via reportlab
Name:		python-%{oname}
Version:	0.93
Release:	3
License:	MIT
Group:		Development/Python
Url:		http://rst2pdf.googlecode.com
Source0:	https://rst2pdf.googlecode.com/files/%{oname}-%{version}.tar.gz
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)
Requires:	pythonegg(docutils)
Requires:	pythonegg(pdfrw)
Requires:	pythonegg(pygments)
Requires:	pythonegg(reportlab) >= 2.1
Requires:	pythonegg(setuptools)
BuildArch:	noarch

%description
The usual way of creating PDF from reStructuredText is by going through LaTeX.
This tool provides an alternative by producing PDF directly using the ReportLab
library.

%files
%doc README.txt LICENSE.txt CHANGES.txt
%{_bindir}/rst2pdf
%{py_puresitedir}/rst2pdf/*.py*
%{py_puresitedir}/rst2pdf/images/*
%{py_puresitedir}/rst2pdf/styles/*
%{py_puresitedir}/rst2pdf/templates/*
%{py_puresitedir}/rst2pdf/extensions/*.py*
%{py_puresitedir}/rst2pdf*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
perl -pi -e "s|reportlab>=2.4|reportlab>=2.1|" setup.py

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

chmod +x %{buildroot}%{py_puresitedir}/rst2pdf/{smartypants,findfonts,dumpstyle}.py

%check
# reportlab-2.7 will crash the tests
#python setup.py test


%changelog
* Sun Sep 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.93-3
+ Revision: 39e2151
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6869 |14cr|python-rython-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	rython
%define debug_package %{nil}

Summary:	Transparently mixes Ruby code into Python
Name:		python-%{module}
Version:	0.0.1
Release:	4
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/rython/
Source0:	%{module}-%{version}.tar.gz
BuildRequires: python-devel
Requires:	ruby

%description
If you've ever needed to use Ruby for a particular task, but wanted to use
Python as your primary language, Rython lets you easily mix the two languages
together.

Why would I want to mix Ruby and Python? There are many reasons:
* you need a Ruby Gem that provides unique functionality which no Python module
  provides
* you need a simpler syntax for manipulating regular expressions
* you want to quickly bridge to code you've already written in Ruby

%prep
%setup -qn %{module}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt LICENSE.txt
%dir %{python_sitelib}/%{module}
%{python_sitelib}/%{module}/*.py*
%{python_sitelib}/%{module}*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-4
+ Revision: e8aaf4a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6870 |14cr|python-s3cmd-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname s3cmd

Name:		python-%{oname}
Version:	1.0.1
Release:	2
Summary:	Command line tool for managing Amazon S3 and CloudFront services
Group:		Networking/File transfer
License:	GPLv2
URL:		http://s3tools.org/s3cmd
Source:		http://prdownloads.sourceforge.net/s3tools/s3cmd-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-devel
Requires:	python

%description
S3cmd lets you copy files from/to Amazon S3
(Simple Storage Service) using a simple to use
command line client. Supports rsync-like backup,
GPG encryption, and more. Also supports management
of Amazon's CloudFront content delivery network.

%prep
%setup -q -n %{oname}-%{version}

%build
export S3CMD_PACKAGING=1
%{__python} setup.py build

%install
export S3CMD_PACKAGING=1
%{__python} setup.py install --root=%{buildroot} --prefix=%{_prefix}
rm -fr %{buildroot}%{_prefix}/lib*/python*/site-packages/*.egg-info

%files
%{_bindir}/*
%{python_sitelib}/S3
%doc README PKG-INFO NEWS




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: e55bd02
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6871 |14cr|python-schooltool.cando-2.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# lang 
%define _files_listed_twice_terminate_build 0
%define	oname	schooltool.cando

Name:		python-%{oname}
Version:	2.6.1
Release:	2
Summary:	CanDo plug-in for SchoolTool
Source0:	http://ftp.schooltool.org/schooltool/2.7/%{oname}-%{version}.tar.gz
License:	GPL
Group:		Development/Python
Url:		http://www.schooltool.org
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
Requires:	pythonegg(schooltool)
Requires:	pythonegg(schooltool.gradebook) >= 2.6 
Requires:	pythonegg(setuptools) 
Requires:	pythonegg(zope.i18n) 
Requires:	pythonegg(zope.i18nmessageid)

%description
CanDo plug-in for SchoolTool

%prep
%setup -q -n %{oname}-%{version}
#rm -fr README.txt

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

# create lang files
for file in %{buildroot}%{py_puresitedir}/schooltool/cando/locales/*/LC_MESSAGES/*.mo; do
    bn=$(basename $file)
    language=$(basename $file|cut -f 2 -d _|sed 's|\.*||')
    echo %%lang\($language\) %{py_puresitedir}/schooltool/cando/locales/*/LC_MESSAGES/$bn >> %{name}.lang
done



%files -f %{name}.lang
%doc CHANGES.txt GPL.txt 
%doc src/schooltool.cando.egg-info/*.txt
%doc src/schooltool/cando/browser/stests/*.txt
%doc src/schooltool/cando/browser/templates/projects.pt

%{py_puresitedir}/schooltool/cando/*.py*
%{py_puresitedir}/schooltool/cando/generations/*.py*
%{py_puresitedir}/schooltool/cando/locales/*.py*
%{py_puresitedir}/schooltool/cando/tests/*.py*
%{py_puresitedir}/schooltool.cando*.egg-info
%{py_puresitedir}/schooltool.cando-2.6.1-py2.7-nspkg.pth
%{py_puresitedir}/schooltool/cando/browser/
%{py_puresitedir}/schooltool/cando/*.zcml
%{py_puresitedir}/schooltool/cando/locales/es_SV.po 
%{py_puresitedir}/schooltool/cando/locales/nl.po 
%{py_puresitedir}/schooltool/cando/locales/schooltool.cando.pot 
%{py_puresitedir}/schooltool/cando/locales/th.po


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.1-2
+ Revision: fb4421b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6872 |14cr|python-schooltool.gradebook-2.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# lang 
%define _files_listed_twice_terminate_build 0
%define	oname	schooltool.gradebook

Name:		python-%{oname}
Version:	2.6.1
Release:	2
Summary:	Gradebook plug-in for SchoolTool
Source0:	http://ftp.schooltool.org/schooltool/2.7/%{oname}-%{version}.tar.gz
License:	GPL
Group:		Development/Python
Url:		http://www.schooltool.org
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
Requires:	pythonegg(lxml) 
Requires:	pythonegg(pytz) 
Requires:	pythonegg(schooltool) >= 2.6 
Requires:	pythonegg(setuptools) 
Requires:	pythonegg(xlwt) 
Requires:	pythonegg(z3c.form) 
Requires:	pythonegg(z3c.optionstorage) 
Requires:	pythonegg(zc.table) 
Requires:	pythonegg(zodb3) 
Requires:	pythonegg(zope.annotation) 
Requires:	pythonegg(zope.app.form) 
Requires:	pythonegg(zope.app.generations) >= 3.5 
Requires:	pythonegg(zope.browser) 
Requires:	pythonegg(zope.browserpage) >= 3.10.1 
Requires:	pythonegg(zope.cachedescriptors) 
Requires:	pythonegg(zope.component) 
Requires:	pythonegg(zope.componentvocabulary) 
Requires:	pythonegg(zope.container) 
Requires:	pythonegg(zope.event) 
Requires:	pythonegg(zope.formlib) >= 4 
Requires:	pythonegg(zope.html) 
Requires:	pythonegg(zope.i18n) 
Requires:	pythonegg(zope.i18nmessageid) 
Requires:	pythonegg(zope.interface) 
Requires:	pythonegg(zope.keyreference) 
Requires:	pythonegg(zope.lifecycleevent) 
Requires:	pythonegg(zope.location) 
Requires:	pythonegg(zope.publisher) 
Requires:	pythonegg(zope.schema) 
Requires:	pythonegg(zope.security) 
Requires:	pythonegg(zope.traversing) 
Requires:	pythonegg(zope.viewlet)

%description
SchoolTool Gradebook includes a point-based gradebook for all teachers in the
school, and a facility to aggregate grades and other assessments from each
teacher to generate reports.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
# create lang files
for file in %{buildroot}%{py_puresitedir}/schooltool/gradebook/locales/*/LC_MESSAGES/*.mo; do
    bn=$(basename $file)
    language=$(basename $file|cut -f 2 -d _|sed 's|\.*||')
    echo %%lang\($language\) %{py_puresitedir}/schooltool/gradebook/locales/*/LC_MESSAGES/$bn >> %{name}.lang
done

%files -f %{name}.lang
%doc CHANGES.txt GPL.txt
%doc src/schooltool.gradebook.egg-info/*.txt
%doc src/schooltool/gradebook/README.txt
%doc src/schooltool/gradebook/browser/ftests/*.txt
%doc src/schooltool/gradebook/browser/templates/f_student_grade_history.pt
%doc src/schooltool/requirement/*.txt

%{py_puresitedir}/schooltool/gradebook/*.py*
%{py_puresitedir}/schooltool/gradebook/browser/*.py*
%{py_puresitedir}/schooltool/gradebook/browser/ftests/*.py*
%{py_puresitedir}/schooltool/gradebook/browser/stests/*.py*
%{py_puresitedir}/schooltool/gradebook/browser/tests/*.py*
%{py_puresitedir}/schooltool/gradebook/generations/*.py*
%{py_puresitedir}/schooltool/gradebook/generations/tests/*.py*
%{py_puresitedir}/schooltool/gradebook/locales/*.py*
%{py_puresitedir}/schooltool/gradebook/tests/*.py*

%{py_puresitedir}/schooltool/requirement/*.py*
%{py_puresitedir}/schooltool/requirement/browser/*.py*
%{py_puresitedir}/schooltool/requirement/generations/*.py*
%{py_puresitedir}/schooltool/requirement/generations/tests/*.py*

%{py_puresitedir}/schooltool.gradebook*.egg-info
%{py_puresitedir}/schooltool.gradebook-2.6.1-py2.7-nspkg.pth

%{py_puresitedir}/schooltool/gradebook/README.txt
%{py_puresitedir}/schooltool/gradebook/browser/*.zcml
%{py_puresitedir}/schooltool/gradebook/browser/ftests/*.txt
%{py_puresitedir}/schooltool/gradebook/browser/resources/f_gradebook.css
%{py_puresitedir}/schooltool/gradebook/browser/resources/gradebook.css
%{py_puresitedir}/schooltool/gradebook/browser/resources/gradebook_overview.js
%{py_puresitedir}/schooltool/gradebook/browser/rml/*.pt
%{py_puresitedir}/schooltool/gradebook/browser/stests/*.txt
%{py_puresitedir}/schooltool/gradebook/browser/templates/*.pt

%{py_puresitedir}/schooltool/gradebook/*.zcml
%{py_puresitedir}/schooltool/gradebook/locales/*.po
%{py_puresitedir}/schooltool/gradebook/locales/schooltool.gradebook.pot

%{py_puresitedir}/schooltool/requirement/README.txt
%{py_puresitedir}/schooltool/requirement/browser/README.txt
%{py_puresitedir}/schooltool/requirement/browser/*.pt

%{py_puresitedir}/schooltool/requirement/browser/*.zcml

%{py_puresitedir}/schooltool/requirement/browser/scoresystem.txt
%{py_puresitedir}/schooltool/requirement/configure.zcml
%{py_puresitedir}/schooltool/requirement/grades.txt
%{py_puresitedir}/schooltool/requirement/plugin.zcml
%{py_puresitedir}/schooltool/requirement/requirement-configure.zcml
%{py_puresitedir}/schooltool/requirement/scoresystem.zcml
%{py_puresitedir}/schooltool/requirement/security.zcml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.1-2
+ Revision: a42a3b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6873 |14cr|python-scientific-2.9.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname ScientificPython

Summary:	Various Python modules for scientific computing
Name:		python-scientific
Version:	2.9.2
Release:	2
License:	CeCILL-C
Group:		Development/Python
Url:		http://dirac.cnrs-orleans.fr/ScientificPython/
Source0:	https://sourcesup.renater.fr/frs/download.php/4153/%{tarname}-%{version}.tar.gz
Patch0:		setup.py.patch
BuildRequires:	openmpi
BuildRequires:	python-numpy-devel
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(ompi)
BuildRequires:	pkgconfig(python)
Requires:	python-numpy
Requires:	openmpi

%description
ScientificPython is a collection of Python modules that are useful for
scientific computing. In this collection you will find modules that
cover basic geometry (vectors, tensors, transformations, vector and
tensor fields), quaternions, automatic derivatives, (linear)
interpolation, polynomials, elementary statistics, nonlinear
least-squares fits, unit calculations, Fortran-compatible text
formatting, 3D visualization via VRML, and two Tk widgets for simple
line plots and 3D wireframe models. There are also interfaces to the
netCDF library (portable structured binary files), to MPI (Message
Passing Interface, message-based parallel programming), and to BSPlib
(Bulk Synchronous Parallel programming).

%files
%doc LICENSE README README.MPI README.BSP Doc/CHANGELOG Doc/Reference Doc/BSP_Tutorial.pdf Examples/ Src/MPI/impipython
%attr(755,root,root) %{_bindir}/*
%{py_platsitedir}/Scientific/*
%{py_platsitedir}/*.egg-info

#----------------------------------------------------------------------------

%package devel
Summary:	Various Python modules for scientific computing, header files
Group:		Development/Python
Requires:	pkgconfig(python)
Requires:	%{name} = %{EVRD}

%description devel
Headers file associated with the python-scientific package.

%files devel
%{_includedir}/python%{py_ver}/Scientific/

#----------------------------------------------------------------------------

%prep
%setup -q -n %{tarname}-%{version}
%patch0 -p0

# fix encoding
iconv -f ISO-8859-1 -t UTF-8 LICENSE -o LICENSE-utf8
touch -r LICENSE LICENSE-utf8
mv LICENSE-utf8 LICENSE

%build
python setup.py build

%install
python setup.py install --skip-build  --root=%{buildroot}

export PYTHONPATH=%{buildroot}%{py_platsitedir}
export PYINCLUDE=`pwd`/Include

pushd Src/MPI
%ifarch x86_64
sed -i 's/lib\/python/lib64\/python/' compile.py
%endif
cat compile.py | sed 's/-I/-I$PYINCLUDE -I/' > compile-new.py
python compile-new.py

install -m 755 mpipython %{buildroot}%{_bindir}

cat <<EOF>impipython
#!/bin/bash
mpirun -np 2 `python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)+'/Scientific/BSP/console.py'"` $*
EOF

popd



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.2-2
+ Revision: eb05694
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6874 |14cr|python-scikits-audiolab-0.11.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	scikits.audiolab

Summary:	Python audio file I/O using numpy arrays
Name:		python-scikits-audiolab
Version:	0.11.0
Release:	4
Source0:	http://pypi.python.org/packages/source/s/%{tarname}/%{tarname}-%{version}.tar.gz
Source1:	site.cfg
Patch0:		matapi.patch
License:	LGPLv2.1
Group: 		Development/Python
Url:		http://www.ar.media.kyoto-u.ac.jp/members/david/softwares/audiolab
Requires:	python-numpy >= 1.0
BuildRequires:	sndfile-devel, libalsa-devel
BuildRequires:	python-numpy-devel >= 1.0, python-setuptools
BuildRequires:	python-devel

%description
Audiolab is a Python package for audio file I/O using numpy arrays. It
supports many different audio formats, including wav, aiff, au, flac,
ogg, and htk. It can also be used to output sound to an audio device
via ALSA.

%prep
%setup -q -n %{tarname}-%{version}
%__cp %SOURCE1 .
%patch0 -p0

%build
%__python setup.py build
find . -name .buildinfo | xargs rm -rf

%install
%__python setup.py install --root=%{buildroot}

%files
%doc docs/html README.txt Changelog COPYING.txt NEWS
%py_platsitedir/scikits*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.0-4
+ Revision: 2997832
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6875 |14cr|python-scikits-learn-0.14.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	scikit-learn

Summary:	Python modules for machine learning and data mining
Name:		python-scikits-learn
Version:	0.14.1
Release:	2
Source0:	%{tarname}-%{version}.tar.gz
Source1:	user_guide-0.7.pdf
License:	BSD
Group:		Development/Python
Url:		http://scikit-learn.sourceforge.net/
BuildRequires:  blas-devel
BuildRequires:  python-setuptools
BuildRequires:  python-numpy-devel >= 1.2
BuildRequires:  python-scipy >= 0.7
BuildRequires:  python-matplotlib
BuildRequires:  python-nose >= 0.10
BuildRequires:  python-devel
Provides:       sklearn
Provides:       python-sklearn
Provides:       scikits-learn
Provides:       scikit-learn

%description
scikits.learn is a Python module that integrates classic machine learning
algorithms with the tightly-knit world of scientific Python packages
(numpy, scipy, matplotlib).

%prep
%setup -qn %{tarname}-%{version}
cp -f %SOURCE1 .

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE=  %__python setup.py install --root=%{buildroot} --record=FILE_LIST

%files -f FILE_LIST
%doc AUTHORS.rst README.rst examples/ *.pdf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.14.1-2
+ Revision: f702485
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6876 |14cr|python-scikits-samplerate-0.3.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	scikits.samplerate

Summary:	Python wrapper for libsamplerate
Name:		python-scikits-samplerate
Version:	0.3.3
Release:	7
Source0:        http://pypi.python.org/packages/source/s/%{tarname}/%{tarname}-%{version}.tar.gz
Source1:	site.cfg
License:	BSD-like
Group:		Development/Python
Url:		http://www.ar.media.kyoto-u.ac.jp/members/david/softwares/pysamplerate/
BuildRequires:	python-numpy >= 1.2.0, python-numpy-devel >= 1.2.0, libsamplerate-devel
BuildRequires:	python-setuptools
BuildRequires:	python-devel
# Package is not noarch because code loads libs differently on x86_64

%description 
Samplerate is a Python module that permits one to perform high
quality resampling of audio signals using libsamplerate. The module
provides functionality similar to that of the resample function in
Matlab. It is intended to be used with numpy arrays.

%prep
%setup -q -n %{tarname}-%{version}
%__cp %SOURCE1 .

%build
PYTHONDONTWRITEBYTECODE= %__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%files
%doc README Changelog
%{py_platsitedir}/scikits*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-7
+ Revision: c593f19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6877 |14cr|python-scimath-4.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	scimath
%define name	python-%{module}
%define version	4.1.0
%define release 2

Summary:	Enthought Tool Suite - scimath project
Name:		%{name}
Version:	4.1.2
Release:	2
Source0:	https://www.enthought.com/repo/ets/scimath-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://github.com/enthought/scimath/
Obsoletes:	python-enthought-scimath
Requires:	python-traits >= 4.1.0
Requires:	python-numpy >= 1.1.0
Requires:	python-scipy >= 0.5.2
BuildRequires:	python-setuptools >= 0.6c8
BuildRequires:	python-numpy-devel >= 1.1.0
BuildRequires:	python-sphinx
BuildRequires:	pkgconfig(python)

%description
The scimath project includes packages to support scientific and mathematical
calculations, beyond the capabilities offered by SciPy.

- scimath.interpolate
- scimath.mathematics
- scimath.units
- scimath.physical_quantities

%prep
%setup -q -n %{module}-%{version}

%build

python setup.py build
pushd docs
make html
popd

%install
python setup.py install --root=%{buildroot}


%files 
%doc *.txt *.rst docs/build/html
%{python_sitearch}/%{module}*


%changelog
* Mon Aug 04 2014 abfonly <abfonly@gmail.com> 4.1.2-2
+ Revision: a1d6a4f
- fix BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6878 |14cr|python-scipy-0.12.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_atlas 1
%{?_with_atlas: %global enable_atlas 1}
%define Werror_cflags %nil

%if %enable_atlas
%if %{_use_internal_dependency_generator}
%define __noautoreq 'libptcblas\\.so\\..*|libptf77blas\\.so\\..*|libatlas\\.so\\..*'
%else
%define _requires_exceptions libptcblas\.so\..*\\|libptf77blas\.so\..*
%endif
%endif

%define module	scipy

Summary:	Scientific tools for Python
Name:		python-%{module}
Version:	0.12.0
Release:	4
Source0:	%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://www.scipy.org
Obsoletes:	python-SciPy
Obsoletes:	python-symeig
Requires:	python-numpy >= 1.5
BuildRequires:	swig
%if %enable_atlas
BuildRequires:	libatlas-devel
%else
BuildRequires:	blas-devel
%endif 
BuildRequires:	pkgconfig(lapack)
BuildRequires:	python-numpy-devel >= 1.5
BuildRequires:	gcc-gfortran >= 4.0
BuildRequires:	netcdf-devel
BuildRequires:	python-devel
BuildRequires:	python-nose
BuildRequires:	amd-devel
BuildRequires:	umfpack-devel
BuildRequires:	python-sphinx
BuildRequires:	python-matplotlib

Patch0:		umfpack-setup.py.patch
Patch1:		setup-lm-0.11.0.patch
Patch2:		scipy-gerqf.patch

%description
SciPy is an open source library of scientific tools for Python. SciPy
supplements the popular numpy module, gathering a variety of high level
science and engineering modules together as a single package.

SciPy includes modules for graphics and plotting, optimization, integration,
special functions, signal and image processing, genetic algorithms, ODE 
solvers, and others.

%prep
%setup -q -n %{module}-%{version}
%patch0 -p0 -b .umfpack
%patch1 -p1 -b .lm
%patch2 -p1

find . -type f -name "*.py" -exec sed -i "s|#!/usr/bin/env python||" {} \;

cat > site.cfg << EOF
[amd]
library_dirs = %{_libdir}
include_dirs = /usr/include/suitesparse:/usr/include/ufsparse
amd_libs = amd

[umfpack]
library_dirs = %{_libdir}
include_dirs = /usr/include/suitesparse:/usr/include/ufsparse
umfpack_libs = umfpack
EOF

%build
CFLAGS="%{optflags} -fno-strict-aliasing" \
ATLAS=%{_libdir}/atlas \
FFTW=%{_libdir}
BLAS=%{_libdir} \
LAPACK=%{_libdir} \
python setup.py config_fc --fcompiler=gnu95 --noarch build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
find %{buildroot}%{python_sitearch}/scipy -type d -name tests | xargs rm -rf # Don't ship tests
# Don't ship weave examples, they're marked as documentation:
find %{buildroot}%{python_sitearch}/scipy/weave -type d -name examples | xargs rm -rf
# fix executability issue
chmod +x %{buildroot}%{python_sitearch}/%{module}/io/arff/arffread.py
chmod +x %{buildroot}%{python_sitearch}/%{module}/io/arff/utils.py
chmod +x %{buildroot}%{python_sitearch}/%{module}/special/spfun_stats.py


%check
pushd doc &> /dev/null
PYTHONPATH=%{buildroot}%{py_platsitedir} python -c "import scipy; scipy.test()"
popd &> /dev/null

%files
%doc README.txt THANKS.txt LATEST.txt LICENSE.txt TOCHANGE.txt
%dir %{py_platsitedir}/%{module}
%{py_platsitedir}/%{module}/*
%{py_platsitedir}/%{module}-*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.0-4
+ Revision: 1d000de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6879 |14cr|python-scitools-0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	scitools

Summary:	Python library for scientific computing
Name:		python-scitools
Version:	0.8
Release:	2
License:	BSD
Group:		Development/Python
Url:		http://scitools.googlecode.com
Source0:	http://scitools.googlecode.com/files/%{module}-%{version}.tar.gz
Requires:	python-gnuplot python-numpy python-matplotlib
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
SciTools is a Python package containing lots of useful tools for scientific
computing in Python. The package is built on top of other widely used packages
such as NumPy, SciPy, ScientificPython, Gnuplot, etc.

%prep
%setup -qn %{module}-%{version}

%build
%__python setup.py build

%install
%__rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot}
mv doc/easyviz/easyviz_sphinx_html html
%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README LICENSE ChangeLog html/ examples/
%{_bindir}/pyreport
%{_bindir}/scitools
%{_mandir}/man1/pyreport.1*
%{_mandir}/man1/scitools.1*
%dir %{python_sitelib}/%{module}
%{python_sitelib}/%{module}/*.py*
%{python_sitelib}/%{module}/scitools.cfg
%dir %{python_sitelib}/%{module}/easyviz
%{python_sitelib}/%{module}/easyviz/*.py*
%{python_sitelib}/*.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-2
+ Revision: 8c82b34
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6880 |14cr|python-selenium-2.42.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	selenium

Summary:	Python bindings for Selenium

Name:		python-%{module}
Version:	2.42.1
Release:	2
Source0:	http://pypi.python.org/packages/source/s/selenium/selenium-%{version}.tar.gz
License:	Apache License
Group:		Development/Python
Url:		http://pypi.python.org/pypi/selenium
BuildRequires:	python-devel, python-setuptools

%description
Selenium Python Client Driver is a Python language binding for
Selenium Remote Control (version 1.0 and 2.0).

Currently the remote protocol, Firefox and Chrome for Selenium 2.0 are
supported, as well as the Selenium 1.0 bindings.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install \
        --root=%{buildroot} \
	--install-lib=%{py_platsitedir} \
	--install-data=%{py_platsitedir}

# Fix for x86_64 described in 
# http://code.google.com/p/selenium/issues/detail?id=2852
pushd %{buildroot}%{py_platsitedir}/selenium/webdriver/firefox
cp -f x86/x_ignore_nofocus.so amd64/x_ignore_nofocus.so
popd

%clean

%files 
%{py_platsitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.42.1-2
+ Revision: f67c658
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6881 |14cr|python-sendfile-2.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pysendfile
%define	module	sendfile

Name:		python-%{module}
Version:	2.0.0
Release:	2
Summary:	A Python interface to sendfile(2)
Source0:	http://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://code.google.com/p/pysendfile/
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)

%description
sendfile(2) is a system call which provides a 
"zero-copy" way of copying data
from one file descriptor to another (a socket). 
The phrase "zero-copy" refers
to the fact that all of the copying of data 
between the two descriptors is done
entirely by the kernel, with no copying of data 
into user-space buffers. 
This is particularly useful when 
sending a file over a socket (e.g. FTP). 

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
PYTHONPATH="%{buildroot}%{py_platsitedir}" python test/test_sendfile.py

%files
%doc README
%{py_platsitedir}/sendfile.so
%{py_platsitedir}/pysendfile*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-2
+ Revision: 47f5939
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6882 |14cr|python-serial-2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			python-serial
Version:		2.7
Release:		2

Summary:	Python serial port extension
License:	Python license
Group:          Development/Python
URL:		http://pyserial.sourceforge.net
Source0:	http://sourceforge.net/projects/pyserial/files/pyserial/2.7/pyserial-%{version}.tar.gz

BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	dos2unix

Obsoletes:	pyserial < %{version}-%{release}
Provides:	pyserial = %{version}-%{release}

%description
This module encapsulates the access for the serial port.
It provides backends for Python running on Windows, Linux, BSD (possibly any 
POSIX compilant system) and Jython. The module named "serial" automatically 
selects the appropriate backend.

%prep
%setup -q -n pyserial-%{version}

#fix shebangs
perl -pi -e "s/#! python/#!\/usr\/bin\/env python/" serial/*.py
perl -pi -e "s/#!jython/#!\/usr\/bin\/env jython/" serial/*.py

#fix EOL
dos2unix examples/port_publisher.py

%install
python setup.py install --root %{buildroot}

%clean

%files
%doc CHANGES.txt LICENSE.txt PKG-INFO README.txt examples
%{_bindir}/miniterm.py
%{py_puresitedir}/serial
%{py_puresitedir}/pyserial-%{version}-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7-2
+ Revision: 5cedca6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6883 |14cr|python-serpent-1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modulename  serpent

Name:		python-%{modulename} 
Summary:	Serializer for literal Python expressions
Version:	1.7
Release:	1
Source:		https://pypi.python.org/packages/source/s/%{modulename}/%{modulename}-%{version}.tar.gz
URL:		https://pypi.python.org/pypi/%{modulename}
Group:		Development/Python
BuildArch:	noarch
License:	MIT
BuildRequires:	python-setuptools

%package -n python3-%{modulename}
Summary:	Serializer for literal Python expressions
Group:		Development/Python
BuildRequires:	python3-setuptools

%description
Serpent is a simple serialization library based on ast.literal_eval.

Because it only serializes literals and recreates the objects using 
ast.literal_eval(), the serialized data is safe to transport to other 
machines (over the network for instance) and de-serialize it there.

%description -n python3-%{modulename}
Serpent is a simple serialization library based on ast.literal_eval.

Because it only serializes literals and recreates the objects using 
ast.literal_eval(), the serialized data is safe to transport to other 
machines (over the network for instance) and de-serialize it there.

%prep 
%setup -q -n %{modulename}-%{version}
cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
%{__python3} setup.py build
popd

%install
python setup.py install --root=%{buildroot} --skip-build

pushd %{py3dir}
%{__python3} setup.py install --root=%{buildroot} --skip-build
popd

%files
%{py_puresitedir}/*

%files -n python3-%{modulename}
%{py3_puresitedir}/*


%changelog
* Mon Sep 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-1
+ Revision: 14de3dd
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6884 |14cr|python-setupdocs-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname SetupDocs

Summary: 	Setuptools extension for building documentation with Sphinx
Name:		python-setupdocs
Version:	1.0.5
Release:	4
Source0:	http://www.enthought.com/repo/ETS/%{tarname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/SetupDocs/
Requires:	python-sphinx >= 0.4.2
BuildArch:	noarch
Requires:	python-setuptools
BuildRequires:	python-setuptools
BuildRequires:	python-devel

%description
SetupDocs is a setuptools extension that help doc building
automation. It adds two commands to the setup.py command

%prep
%setup -q -n %{tarname}-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%files
%doc *.txt
%py_sitedir/%{tarname}*
%py_sitedir/setupdocs*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-4
+ Revision: 6adebc9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6885 |14cr|python-setuptools_git-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module setuptools_git
Name:           python-%module
Version:        0.3
Release:        3
Summary:        Setuptools_git package
License:        BSD License
Group:          Development/Python
Source:         %module-%{version}.tar.gz
URL:            http://ygingras.net/b/tag/%module
BuildRequires:  python-devel
BuildRequires:	 python-setuptools
BuildArch:	noarch


%description
This is a plugin for setuptools that enables git integration. Once
installed, Setuptools can be told to include in a package distribution
all the files tracked by git. This is an alternative to explicit
inclusion specifications with `MANIFEST.in`.

%prep
%setup -q -n %{module}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
%{__python} setup.py install --root %{buildroot} --install-purelib=%{python_sitelib}

%files
%{python_sitelib}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-3
+ Revision: db27cb3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6886 |14cr|python-shadow-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pyshadow
%define name python-shadow
%define version 0.2
%define release 7

Summary: Python wrapper for shadow password file
Name: %{name}
Version: %{version}
Release: %{release}
Source: %oname-%{version}.tar.gz
License: GPL
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-buildroot
Url: http://www.twistedmatrix.com/users/z3p/files/
BuildRequires: python-devel
Obsoletes: %{oname}
Provides: %{oname}

%description
This is a module to allow access to the shadow password file.  It also includes
md5_crypt, which implements the md5_crypt function used to encrypt passwords
in the shadow password file.
				
%prep
rm -rf $RPM_BUILD_ROOT

%setup -n %{oname}-%{version}

%build
%_bindir/python setup.py build

%install
%_bindir/python setup.py install --root=$RPM_BUILD_ROOT --record %name.files
chmod 0644 LICENSE

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.files
%defattr(-,root,root)
%doc LICENSE README



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: ca802d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6887 |14cr|python-shortuuid-0.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	shortuuid
%define	rel	1

%if %mdkversion < 201100
%else
%endif

Summary:	Generator library for concise, unambiguous, and URL-safe UUIDs

Name:		python-%{module}
Version:	0.4.2
Release:	2
Source0:	http://pypi.python.org/packages/source/s/shortuuid/shortuuid-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://github.com/stochastic-technologies/shortuuid/
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
shortuuid is a simple python library that generates concise,
unambiguous, URL-safe UUIDs.

Often, one needs to use non-sequential IDs in places where users will
see them, but the IDs must be as concise and easy to use as
possible. shortuuid solves this problem by generating uuids using
Python's built-in uuid module and then translating them to base57
using lowercase and uppercase letters and digits, and removing
similar-looking characters such as l, 1, I, O and 0.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean

%files
%{py_puresitedir}/%{module}*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.2-2
+ Revision: 05fee94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6888 |14cr|python-silvercity-0.9.7-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname SilverCity
Name:           python-silvercity
Version:        0.9.7
Release:        12
Summary:        Lexing package, based on Scintilla
Group:          Development/Python
License:        BSD-like
URL:            http://silvercity.sourceforge.net/
Source0:        http://garr.dl.sourceforge.net/sourceforge/silvercity/%{shortname}-%{version}.tar.gz
BuildRequires:  python-devel

%description
SilverCity is a lexing package, based on Scintilla, that can provide lexical
analysis for over 20 programming and markup langauges.

Scripting language bindings currently exist for Python. 

%prep
%setup -q -n %{shortname}-%{version}

# Fix dummy source file permissions
find . -type f -exec chmod a+r {} \;
find . \( -name "*.cxx" -o -name "*.h" \) -exec chmod a-x {} \;

sed -i "s,/usr/home/sweetapp/bin/python,/usr/bin/env python," PySilverCity/Scripts/cgi-styler-form.py

# fix .css permissions
chmod 644 CSS/default.css

%build
%{__python} setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot} --install-purelib=%{py_platsitedir}

%files
%{_bindir}/cgi-styler-form.py
%{_bindir}/cgi-styler.py
%{_bindir}/source2html.py
%{py_platsitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.7-12
+ Revision: 65a6dd6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6889 |14cr|python-simplegeneric-0.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	simplegeneric

Summary:	Simple generic Python functions
Name:		python-%{modname}
Version:	0.8.1
Release:	2
Source0:	http://pypi.python.org/packages/source/s/%{modname}/%{modname}-%{version}.zip
License:	ZPL
Group:		Development/Python
Url:		http://pypi.python.org/pypi/simplegeneric/
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  python-devel

BuildRequires:  python3-devel
BuildRequires:  python3-setuptools

%description
The simplegeneric module lets you define simple single-dispatch
generic functions, akin to Python's built-in generic functions like
len(), iter() and so on. However, instead of using specially-named
methods, these generic functions use simple lookup tables, akin to
those used by e.g. pickle.dump() and other generic functions found in
the Python standard library.


%package -n python3-%{modname}
Summary:        Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
Group:          Development/Python

%description -n python3-%{modname}
The simplegeneric module lets you define simple single-dispatch generic
functions, akin to Python's built-in generic functions like len(), iter() and
so on. However, instead of using specially-named methods, these generic
functions use simple lookup tables, akin to those used by e.g. pickle.dump()

%prep
%setup -q -n %{modname}-%{version}

rm -rf %{py3dir}
cp -a . %{py3dir}
pushd %{py3dir}
    2to3 --write --nobackups .
    sed -i "s/file(/open(/g" setup.py
popd
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'

find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'


%build
python setup.py build


pushd %{py3dir}
%{__python3} setup.py build
popd


%install
pushd %{py3dir}
%{__python3} setup.py install --skip-build --root %{buildroot}
popd
python setup.py install --skip-build --root %{buildroot}

%clean

%files
%doc README.txt
%{py_puresitedir}/simplegeneric.py*
%{py_puresitedir}/simplegeneric-%{version}-py?.?.egg-info

%files -n python3-%{modname}
%doc README.txt
%{py3_puresitedir}/simplegeneric.py*
%{py3_puresitedir}/simplegeneric-%{version}-py?.?.egg-info


%changelog
* Mon Sep 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-2
+ Revision: 00b2d50
- Fix group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6890 |14cr|python-simpletal-5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname SimpleTAL

Name:           python-simpletal
Version:        5.1
Release:        2

Summary:        An XML based template processor for TAL, TALES and METAL specifications

Group:          System/Libraries
License:        BSD
URL:            http://www.owlfish.com/software/simpleTAL/index.html
Source0:        http://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel

%description
SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL 
specifications used in Zope to power HTML and XML templates.


%prep
%setup -q -n %{srcname}-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build


%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}



%files
%defattr(-,root,root,-)
%doc Changes.txt LICENSE.txt README.txt examples/
%dir %{python_sitelib}/simpletal
%{python_sitelib}/simpletal/*.py
%{python_sitelib}/SimpleTAL-%{version}-py*.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.1-2
+ Revision: c5adf5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6891 |14cr|python-smmap-0.8.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name smmap

Name: 		python-%{upstream_name}
Version: 	0.8.2
Release: 	2
Summary: 	A pure git implementation of a sliding window memory map manager
License:	BSD
Group: 		Development/Python
Url: 		http://pypi.python.org/pypi/smmap
Source0: 	http://pypi.python.org/packages/source/s/smmap/smmap-%{version}.tar.gz
BuildRequires:  python-distribute
BuildArch:      noarch

%description
When reading from many possibly large files in a fashion similar to random
access, it is usually the fastest and most efficient to use memory maps.

%prep
%setup -q -n %upstream_name-%version

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%defattr(-,root,root)
%doc PKG-INFO
%{python_sitelib}/smmap
%{python_sitelib}/smmap-%{version}-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-2
+ Revision: cd7a7ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6892 |14cr|python-soap-0.12.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:            python-soap
Summary:         A SOAP library for python
Version:         0.12.0
Release:         10
Epoch:           0
Source0:         http://ovh.dl.sourceforge.net/sourceforge/pywebsvcs/SOAPpy-%{version}.tar.bz2
Patch0:          SOAPpy-0.12.0-future.patch
URL:             http://pywebsvcs.sourceforge.net/
License:         BSD
Group:           Development/Python
BuildRoot:       %{_tmppath}/%{name}-buildroot
BuildArch:       noarch
Requires:        python-fpconst
BuildRequires:   python-fpconst
BuildRequires:   python-devel
Provides:        SOAPpy = %{epoch}:%{version}-%{release}

%description
Web services for Python programmers, both client and servers. This
includes SOAP, WSDL, UDDI, etc.

%prep
%setup -q -n SOAPpy-%{version}
%patch0 -p1

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --root=%{buildroot}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc docs/* validate tests tools contrib bid
%{python_sitelib}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.12.0-10
+ Revision: ffbae6e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6893 |14cr|python-socketpool-0.5.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname socketpool

Name:           python-%{oname}
Version:        0.5.3
Release:        2
Summary:        A simple Python socket pool
Group:		    Development/Python
License:        Public Domain or MIT
URL:            https://github.com/benoitc/%{oname}
Source0:        http://pypi.python.org/packages/source/s/%{oname}/%{oname}-%{version}.tar.gz

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)

BuildArch:      noarch

%description
Socket pool is a simple socket pool that supports multiple factories and
backends. It can easily be used by gevent, eventlet or any other library.

%prep
%setup -qn %{oname}-%{version}
rm -rf %{oname}.egg-info

%build
python setup.py build


%install
python setup.py install -O1 --skip-build --root %{buildroot} --install-data %{_docdir}
mv examples %{buildroot}%{_docdir}/%{oname}/


%files
%doc %{_docdir}/%{oname}
%{py_puresitedir}/%{oname}*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.3-2
+ Revision: e1ac9bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6894 |14cr|python-speaklater-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global tarName speaklater

Name:           python-%{tarName}
Version:        1.3
Release:        2
Summary:        Implements a lazy string for python useful for use with get-text

Group:          Development/Python
License:        BSD
URL:            http://github.com/mitsuhiko/speaklater
Source0:        http://pypi.python.org/packages/source/s/speaklater/speaklater-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel

%description
A module that provides lazy strings for translations. Basically you get an
object that appears to be a string but changes the value every time the value
is evaluated based on a callable you provide.

%prep
%setup -qn %{tarName}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%{py_puresitedir}/speaklater*
%doc PKG-INFO




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-2
+ Revision: 8dde288
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6895 |14cr|python-spf-2.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-spf
Version:        2.0.3
Release:        5
Epoch:		0
Summary:        Python module and programs for SPF (Sender Policy Framework)
Group:          Development/Python
License:        Python Software Foundation License
URL:            http://sourceforge.net/forum/forum.php?forum_id=596908
Source0:        pyspf-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:      noarch
BuildRequires:	python
Requires:       python-pydns
Provides:	python-pyspf = %{epoch}:%{version}-%{release}
Provides:	pyspf = %{epoch}:%{version}-%{release}

%description
SPF does email sender validation.  For more information about SPF,
please see http://openspf.org

This SPF client is intended to be installed on the border MTA, checking
if incoming SMTP clients are permitted to send mail.  The SPF check
should be done during the MAIL FROM:<...> command.

%prep
%setup -q -n pyspf-%{version}

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install -O2 --skip-build --root %{buildroot}
mv %{buildroot}/usr/bin/type99.py %{buildroot}/usr/bin/type99
mv %{buildroot}/usr/bin/spfquery.py %{buildroot}/usr/bin/pyspfquery
rm -f %{buildroot}/usr/bin/*.py{o,c}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc CHANGELOG PKG-INFO README test
%{python_sitelib}/*
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.0.3-5
+ Revision: c62d2a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6896 |14cr|python-sphinxcontrib-googleanalytics-0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	sphinxcontrib-googleanalytics
%define name	python-%{module}
%define version	0.1
%define	rel		1
%if %mdkversion < 201100
%define release %mkrel %{rel}
%else
%define	release	%{rel}
%endif

Summary:	Sphinx extension for Google Analytics HTML files
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://pypi.python.org/packages/source/s/%{module}/%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/sphinxcontrib-googleanalytics/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Requires:	python-sphinx >= 0.6
BuildRequires:	python-setuptools

%description
This Sphinx extension tracks HTML files generated by the Google
Analytics web service.

%prep
%setup -q -n %{module}-%{version}

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%py_sitedir/sphinxcontrib*



%changelog
* Thu Jul 12 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1-1
+ Revision: dda917d
- Automatic import for version 0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6897 |14cr|python-sphinxcontrib-issuetracker-0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	sphinxcontrib-issuetracker
%define name	python-%{module}
%define version	0.9
%define release 3

Summary:	Sphinx integration with different issuetrackers
Name:		python-%{module}
Version:	0.9
Release:	4
Source0:	%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://packages.python.org/sphinxcontrib-issuetracker
BuildArch:	noarch
Requires:	python-sphinx >= 1.0
Requires:   python-lxml
BuildRequires:	python-devel
BuildRequires:  python-setuptools
BuildRequires:	python-sphinx >= 1.0
BuildRequires:  python-lxml

%description
This Sphinx 1.0 extension parses textual issue references like "#10" 
and turns them into an issue tracker.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST
pushd doc
export PYTHONPATH=$PYTHONPATH:../
%make html
popd

%files -f FILE_LIST
%doc CHANGES.rst README doc/_build/html




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-4
+ Revision: a027876
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6898 |14cr|python-spread-1.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python wrapper for Spread client libraries
Name:		python-spread
Version:	1.5
Release:	5
Group:		Development/Python
License:	BSD-style
URL:		http://www.zope.org/Members/tim_one/spread/
Source0:	http://www.zope.org/Members/tim_one/spread/SpreadModule-%{version}/SpreadModule-%{version}.tgz
Patch0:		SpreadModule-1.5-fix-for-spread4.patch
Requires:	spread >= 4.0.0
BuildRequires:	python-devel
BuildRequires:	spread-devel >= 4.0.0
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package contains a simple Python wrapper module for the Spread toolkit.
The wrapper is known to be compatible with Python 2.3 and 2.4. It may work
with earlier Pythons, but this has not been tested.

%prep

%setup -q -n SpreadModule-%{version}
%patch0 -p1

%build

python setup.py build_ext

%install
python setup.py install --root %{buildroot} --record=INSTALLED_FILES

%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc CHANGES doc.txt LICENSE README TODO.txt




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.5-5
+ Revision: 77f5cee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6899 |14cr|python-sqlalchemy-migrate-0.8.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module sqlalchemy-migrate

%define debug_package %{nil}

Name:           python-%{module}
Version:        0.8.2
Release:        2
License:        MIT
Source:         http://pypi.python.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-%{version}.tar.gz
Group:          Development/Python
Summary:        Database schema migration for SQLAlchemy
BuildRequires:  python-py
Url:            http://pypi.python.org/pypi/sqlalchemy-migrate
BuildRequires:  python-setuptools
Requires:       python-nose >= 0.10
Requires:       python-sqlalchemy >= 0.5
Requires:       python-sphinx >= 0.5
Requires:       python-tempita
Requires:       python-decorator

%description
Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with
database schema changes in SQLAlchemy projects.

Migrate extends SQLAlchemy to have database changeset handling. It provides a
database change repository mechanism which can be used from the command line as
well as from inside python code.

%prep
%setup -q -n %module-%version

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root %{buildroot} --install-purelib=%{py_platsitedir}

%clean

%files 
%doc PKG-INFO  
%{_bindir}/migrate*
%{py_platsitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-2
+ Revision: 0609a06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6900 |14cr|python-sqlite-1.0.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname pysqlite
# private-shared-object-provides
%define _use_internal_dependency_generator 0 

Name:		python-sqlite
Version:        1.0.1
Release:        10
License:	GPL
Group:		Development/Python
Summary:	Python bindings for sqlite
Source0:	%{realname}-%{version}.tar.bz2
Url:		http://pysqlite.sourceforge.net/
BuildRequires: pkgconfig(python) 
BuildRequires: pkgconfig(sqlite)

%description
This packages allows you to use sqlite with python.
sqliite is a simple database engine.

%prep
%setup -q -n %{realname}

rm -f doc/rest/.*swp
for i in examples doc; do
	find $i -name CVS -type d | xargs rm -Rf 
done;

iconv -f iso8859-1 -t utf-8 README > README.conv && mv -f README.conv README

%build
python ./setup.py build

%install
python ./setup.py install --prefix=%{buildroot}%{_prefix}

%check
python ./setup.py check


%files
%doc  LICENSE README doc examples
%py_platsitedir/*

%changelog
* Mon Aug 04 2014 abfonly <abfonly@gmail.com> 1.0.1-10
+ Revision: c0ccd66
- Merge pull request #1 from abfonly/python-sqlite:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6901 |14cr|python-sqlobject-1.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Object-Relational Manager, aka database wrapper for python

Name: python-sqlobject
Version: 1.6.0
Release: 2
URL: http://sqlobject.org/
Source0: http://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-%{version}.tar.gz
License: LGPL
Group: Development/Python
BuildArch: noarch
BuildRequires: python-devel python-setuptools
Requires: python

%description
Classes created using SQLObject wrap database rows, presenting a
friendly-looking Python object instead of a database/SQL interface.
Emphasizes convenience.  Works with MySQL, PostgreSQL, SQLite, Firebird.

%prep
%setup -n SQLObject-%{version} -q

%build
python setup.py build

%install
python setup.py install --root %{buildroot}
rm -Rf %{buildroot}/%{_bindir}/easy_install

%clean

%files
%doc docs
%{py_puresitedir}/*
%{_bindir}/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0-2
+ Revision: 7079d1d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6902 |14cr|python-stevedore-0.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stevedore

Name:           python-%{oname}
Version:        0.15
Release:        2
Summary:        Manage dynamic plugins for Python applications
Group:          Development/Python
License:        ASL 2.0
URL:            https://github.com/dreamhost/%{oname}
Source0:        http://pypi.python.org/packages/source/s/%{oname}/%{oname}-%{version}.tar.gz

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(pbr)
BuildRequires:  pythonegg(nose)
BuildRequires:  pythonegg(mock)

Requires:       pythonegg(setuptools)

BuildArch:      noarch

%description
Manage dynamic plugins for Python applications


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%check
PYTHONPATH=. nosetests


%files
%doc README.rst LICENSE
%{py_puresitedir}/%{oname}
%{py_puresitedir}/%{oname}-%{version}-py?.?.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15-2
+ Revision: 60cb7d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6903 |14cr|python-suds-0.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Lightweight SOAP client
Name:    python-suds
Version: 0.4.1
Release: 2
Source0: https://fedorahosted.org/releases/s/u/suds/%{name}-%{version}.tar.gz
License: GPL3
Group: Development/Python
Prefix: %{_prefix}
BuildArch: noarch
Url: https://fedorahosted.org/suds
AutoReq: 0

BuildRequires: python-devel python-setuptools

%description
suds

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install  --root=%{buildroot} --record=INSTALLED_FILES

touch DIRS
for i in `cat INSTALLED_FILES`; do
    if [ -f %{buildroot}/$i ]; then
	echo $i >>FILES
    fi
    if [ -d %{buildroot}/$i ]; then
	echo %dir $i >>DIRS
    fi
done

sed -e "/\.py[co]$/d" -e "s/\.py$/.py*/" DIRS FILES >INSTALLED_FILES

%clean

%files -f INSTALLED_FILES

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-2
+ Revision: 307626a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6904 |14cr|python-supercsv-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	supercsv
%define name	python-%{module}
%define version 0.1
%define release 2

Summary:	Python module for handling Unicode CSV files
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://pypi.python.org/packages/source/s/%{module}/%{module}-%{version}.tar.gz
License:	PSF
Group:		Development/Python
Url:		http://pypi.python.org/pypi/supercsv/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	python-devel

%description
Python module for handling Unicode CSV files. Taken from the Python docs.

%prep
%setup -q -n %{module}-%{version}

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST

%clean
%__rm -rf %{buildroot}

%files -f FILE_LIST
%defattr(-,root,root)
%doc LICENSE README.rst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-2
+ Revision: 3da421f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6905 |14cr|python-svg2rlg-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	svg2rlg

Name:		python-%{oname}
Version:	0.3
Release:	2
Summary:	Convert SVG to Reportlab drawing
Source0:	http://pypi.python.org/packages/source/s/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://code.google.com/p/svg2rlg/
BuildArch:	noarch
BuildRequires:  python-devel 
BuildRequires:  python-setuptools

Requires:	python-reportlab

%description
**svg2rlg** is a small utility to convert SVG to reportlab graphics.

The authors motivation was to have a more robust handling of
SVG files in the **rst2pdf** tool. Specific to be able to handle
the quirks needed to include SVG export from matplotlib.

%prep
%setup -q -n %{oname}-%{version}
perl -i -pe 's/\r\n/\n/gs' {README,COPYING}.txt


%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

chmod +x %{buildroot}%{py_puresitedir}/svg2rlg.py


%files
%doc *.txt
%{py_puresitedir}/svg2rlg.py*
%{py_puresitedir}/svg2rlg*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: adf9527
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6906 |14cr|python-swiftclient-2.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       python-swiftclient
Version:    2.0.2
Release:    2
Summary:    Client Library for OpenStack Object Storage API
License:    ASL 2.0
Group:      Development/Python
URL:        http://pypi.python.org/pypi/%{name}
Source0:    http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
# fedora patch
Patch0001: 0001-Remove-builtin-requirements-handling.patch

BuildRequires: pkgconfig(python)
BuildRequires: pythonegg(setuptools)
BuildRequires: pythonegg(d2to1)
BuildRequires: pythonegg(pbr)
BuildRequires: pythonegg(requests)
BuildRequires: pythonegg(sphinx)
BuildRequires: pythonegg(six)

Requires:    pythonegg(python-keystoneclient)
Requires:    pythonegg(requests)

Conflicts:  openstack-swift

BuildArch:  noarch

%description
Client library and command line utility for interacting with Openstack
Object Storage API.


%prep
%setup -q

%patch0001 -p1
rm -f test-requirements.txt requirements.txt
rm -rf python_swiftclient.egg-info

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

# build html docs
export PYTHONPATH="$( pwd ):$PYTHONPATH"
pushd doc
make html
popd

# manpage
install -p -D -m 644 doc/manpages/swift.1 %{buildroot}%{_mandir}/man1/swift.1

# Fix linting
rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo

%files
%doc LICENSE README.rst doc/build/html
%{_bindir}/swift
%{python_sitelib}/swiftclient
%{python_sitelib}/*.egg-info
%{_mandir}/man1/swift.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-2
+ Revision: 0bd08c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6907 |14cr|python-symeig-1.4.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname symeig

Summary: Symmetrical eigenvalue routines for numpy
Name: 	 python-%{tarname}
Version: 1.4.1
Release: 5
Source0: %{tarname}-%{version}.tar.lzma
License: LGPLv3+
Group: 	 Development/Python
Url: 	 http://mdp-toolkit.sourceforge.net/symeig.html
Requires: python >= 2.4, python-numpy
BuildRequires: lapack-devel
BuildRequires: python-devel >= 2.4
BuildRequires: python-numpy-devel >= 1.0

%description
The symeig module contains a Python wrapper for the LAPACK functions
that solve the standard and generalized eigenvalue problems for
symmetric (hermitian) positive definite matrices. Those specialized
algorithms provide an important speed-up relative to the generic
LAPACK eigenvalue problem solver in NumPy (linalg.eig and
linalg.eigh).

%prep
%setup -q -n %{tarname}-1.4

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILELIST

%files -f FILELIST
%doc README COPY*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-5
+ Revision: ed28ed4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6908 |14cr|python-sympy-0.7.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	sympy

Summary:	Python library for symbolic mathematics

Name:		python-%{module}
Version:	0.7.5
Release:	2
License:	BSD
Group:		Development/Python
Url:		http://sympy.googlecode.com/
Source0:	https://github.com/sympy/sympy/releases/download/%{module}-%{version}/%{module}-%{version}.tar.gz
Patch0:		sympy-0.7.5-mpmath.patch
Requires: 	python-numpy
Requires: 	python-mpmath
Requires: 	python(abi) = 2.7

Suggests:	python-gmpy >= 1.03
Suggests:	python-pyglet


BuildRequires:  python-devel
BuildRequires:  librsvg
BuildRequires:  imagemagick
BuildRequires:	python-sphinx
BuildRequires:	python-docutils
BuildRequires:	python-mpmath
BuildRequires:  gettext
BuildRequires:  graphviz

BuildArch:	noarch

%description
SymPy is a Python library for symbolic mathematics. It aims to become
a full-featured computer algebra system (CAS) while keeping the code
as simple as possible in order to be comprehensible and easily
extensible. SymPy is written entirely in Python and does not require
any external libraries, except optionally for plotting support.

%prep
%setup -q -n %{module}-%{version}

# Use python-mpmath package
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-python/sympy/sympy-0.7.1.ebuild?revision=1.2&view=markup
rm -rf sympy/mpmath/*
sed -i \
    -e "s:sympy\.mpmath:mpmath:g" \
    -e "s:from sympy import mpmath:import mpmath:g" \
    sympy/core/function.py \
    sympy/core/numbers.py \
    sympy/core/tests/test_sets.py \
    sympy/core/tests/test_evalf.py \
    sympy/core/tests/test_sympify.py \
    sympy/core/tests/test_numbers.py \
    sympy/core/power.py \
    sympy/core/evalf.py \
    sympy/core/expr.py \
    sympy/core/sets.py \
    sympy/external/tests/test_numpy.py \
    sympy/geometry/ellipse.py \
    sympy/functions/combinatorial/numbers.py \
    sympy/functions/special/bessel.py \
    sympy/functions/special/gamma_functions.py \
    sympy/ntheory/partitions_.py \
    sympy/physics/quantum/constants.py \
    sympy/polys/domains/groundtypes.py \
    sympy/polys/domains/mpelements.py \
    sympy/polys/numberfields.py \
    sympy/polys/rootoftools.py \
    sympy/polys/polytools.py \
    sympy/printing/repr.py \
    sympy/printing/str.py \
    sympy/printing/latex.py \
    sympy/simplify/simplify.py \
    sympy/solvers/solvers.py \
    sympy/solvers/tests/test_numeric.py \
    sympy/statistics/distributions.py \
    sympy/statistics/tests/test_statistics.py \
    sympy/utilities/lambdify.py \
    sympy/utilities/tests/test_lambdify.py \
    || exit 1

%patch0 -p1

%build

%install
python setup.py install --root=%{buildroot}
%make -C doc html

# happy linting
rm -rf doc/_build/html/.buildinfo
rm -rf %{buildroot}%{_bindir}/test %{buildroot}%{_bindir}/doctest %{buildroot}%{_bindir}/py.bench
rm -rf %{buildroot}%{py_puresitedir}/sympy/strategies/tests/test_strat.py
chmod +x %{buildroot}%{py_puresitedir}/sympy/utilities/tests/diagnose_imports.py
#

%files 
%doc AUTHORS LICENSE examples/ doc/_build/html
%{_bindir}/isympy
%{_mandir}/man1/isympy.*
%dir %{py_puresitedir}/%{module}
%{py_puresitedir}/%{module}/*
%{py_puresitedir}/%{module}-*.egg-info




%changelog
* Mon Aug 04 2014 abfonly <abfonly@gmail.com> 0.7.5-2
+ Revision: 95e770f
- Merge pull request #1 from abfonly/python-sympy:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6909 |14cr|python-tables-3.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	tables

Summary: 	Hierarchical datasets in Python

Name: 	 	python-%{module}
Version: 	3.1.1
Release: 	3
Source0: 	http://pypi.python.org/packages/source/t/tables/tables-%{version}.tar.gz
License: 	BSD
Group: 	 	Development/Python
Url: 	 	http://www.pytables.org
Requires: 	python-numpy >= 1.4.1
Requires:	python-numexpr >= 1.4.1
BuildRequires:	python-numpy >= 1.4.1
BuildRequires:	python-numpy-devel >= 1.4.1
BuildRequires:	python-numexpr >= 1.4.1
BuildRequires: 	hdf5-devel >= 1.6.10
BuildRequires:	bzip2-devel
BuildRequires:	liblzo-devel
BuildRequires:	python-cython >= 0.13
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
BuildRequires:	python-sphinx
BuildRequires:	pkgconfig(lapack)
%rename python-pytables

%description
PyTables is a Python package for managing hierarchical datasets
designed to efficiently and easily cope with extremely large amounts
of data. It is built on top of the HDF5 library and the NumPy package
(numarray and Numeric are also supported). PyTables features an
object-oriented interface and performance-critical extensions coded in
C (generated using Pyrex) that make it a fast yet extremely
easy-to-use tool for interactively processing and searching through
very large amounts of data. PyTables also optimizes memory and disk
resources so that data occupies much less space than with other
solutions such as relational or object-oriented databases (especially
when compression is used).

%package	doc
Group:		Development/Python
Summary:	Documentation for PyTables

BuildArch:	noarch

%description doc
The %{name}-doc package contains the documentation related to 
PyTables.

%package -n python3-%{module}
Summary:        Hierarchical datasets in Python 3

Group:          Development/Python
Requires: 	python3-numpy
Requires:	python3-numexpr
BuildRequires:	python3-numpy
BuildRequires:	python3-numpy-devel
BuildRequires:	python3-numexpr
BuildRequires:	python3-distribute
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-cython

%description -n python3-%{module}
PyTables is a Python 3 package for managing hierarchical datasets
designed to efficiently and easily cope with extremely large amounts
of data. It is built on top of the HDF5 library and the NumPy package
(numarray and Numeric are also supported). PyTables features an
object-oriented interface and performance-critical extensions coded in
C (generated using Pyrex) that make it a fast yet extremely
easy-to-use tool for interactively processing and searching through
very large amounts of data. PyTables also optimizes memory and disk
resources so that data occupies much less space than with other
solutions such as relational or object-oriented databases (especially
when compression is used).


%prep 
%setup -qc
mv %{module}-%{version} python2
cp -a python2 python3

find python3/utils -name 'pt*' | xargs sed -i '1s|^#!/usr/bin/env python|#!python3|'

%build
export LIBS="dl m"
pushd python2
CFLAGS="%{optflags}" python setup.py build
popd

pushd python3
CFLAGS="%{optflags}" python3 setup.py build
popd

%install
pushd python3
python3 setup.py install -O1 --skip-build --root %{buildroot}
mv %{buildroot}/usr/bin/pt2to3 %{buildroot}/usr/bin/pt2to33
mv %{buildroot}/usr/bin/ptdump %{buildroot}/usr/bin/ptdump3
mv %{buildroot}/usr/bin/ptrepack %{buildroot}/usr/bin/ptrepack3
popd

pushd python2
chmod -x examples/check_examples.sh
for i in utils/*; do sed -i 's|bin/env |bin/|' $i; done
python setup.py install -O1 --skip-build --root=%{buildroot}
popd

%check
pushd python3
libdir=`ls build/|grep lib`
export PYTHONPATH=`pwd`/build/$libdir
echo "import tables; tables.test()" > bench/check_all.py
python3 bench/check_all.py
popd

pushd python2
libdir=`ls build/|grep lib`
export PYTHONPATH=`pwd`/build/$libdir
echo "import tables; tables.test()" > bench/check_all.py
python bench/check_all.py
popd


%files
%doc python2/*.txt python2/LICENSES
%{_bindir}/pt2to3
%{_bindir}/ptdump
%{_bindir}/ptrepack
%{py_platsitedir}/%{module}
%{py_platsitedir}/%{module}-%{version}-py*.egg-info

%files doc
%doc python2/examples/
%doc python2/doc/html/

%files -n python3-%{module}
%doc python3/*.txt python3/LICENSES
%{_bindir}/pt2to33
%{_bindir}/ptdump3
%{_bindir}/ptrepack3
%{py3_platsitedir}/%{module}
%{py3_platsitedir}/%{module}-%{version}-py*.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.1-3
+ Revision: 06fd89f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6910 |14cr|python-tagpy-2013.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname tagpy

Summary:	Python bindings for TagLib to read and write music files tags
Name:		python-tagpy
Version:	2013.1
Release:	3
License:	MIT
Group:		Development/Python
URL:		http://pypi.python.org/pypi/tagpy
Source0:	https://pypi.python.org/packages/source/t/%{shortname}/%{shortname}-%{version}.tar.gz
Patch0:		http://patch-tracker.debian.org/patch/series/dl/tagpy/2013.1-3/taglib-1.8.patch
# mugged from mga
Patch1:		use_setuptools.patch

BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	boost-devel


%description
TagPy is a Python crust (or a set of Python bindings) for TagLib, which allows
to read and write ID3 tags of version 1 and 2, access Xiph Comments in Ogg
Vorbis Files and Ogg Flac Files and access APE tags in Musepack and MP3 files.

%prep
%setup -q -n %{shortname}-%{version}
%patch0 -p1
%patch1 -p1

%build

CFLAGS="%{optflags} `pkg-config --cflags taglib`" python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

%check
python setup.py test

%files
%doc LICENSE README* test/*.py test/tagrename
%{py_platsitedir}/%{shortname}/
%{py_platsitedir}/_%{shortname}.so
%{py_platsitedir}/%{shortname}-%{version}-py%{py_ver}.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2013.1-3
+ Revision: fe50fa2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6911 |14cr|python-tal-1.5.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	python-tal
%define version 1.5.0
%define release 14

Name: 	 	%name
Summary: 	Zope Template Attribute Language (TAL) Python module
Version: 	%version
Release: 	%release

# (misc)  stolen on debian site
# the original "Source" file is http://ftp.debian.org/debian/pool/main/p/python-tal/python-tal_1.5.0.orig.tar.gz
Source:		%{name}-%{version}.tar.bz2
URL:		http://dev.zope.org/Wikis/DevSite/Projects/ZPT/FrontPage
License:	Zope Public Licence
Group:		 Development/Python
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	python-devel
Requires:	python
BuildArch: noarch
#(misc) stolen to debian, again, could be improved

%description
This python module provides an implementation of TAL, the Zope Template
Attribute Language. For TAL, see the Zope Presentation Templates ZWiki:
 
     http://dev.zope.org/Wikis/DevSite/Projects/ZPT/FrontPage
%prep
%setup -q

%install
rm -rf $RPM_BUILD_ROOT
install -m755 -d $RPM_BUILD_ROOT/%py_puresitedir/TAL/


for file in `find . -name '*py' `; do
  install -m644 $file $RPM_BUILD_ROOT/%py_puresitedir/TAL/
done

# (misc) moved the test to the doc packages.
# 
#install -m755 -d $RPM_BUILD_ROOT/%{_libdir}/python%{pyver}/site-packages/TAL/tests/
#
#for file in `find ./tests/ -name '*py' -maxdepth 1`; do
#  install -m644 $file $RPM_BUILD_ROOT/%{_libdir}/python%{pyver}/site-packages/TAL/tests/
#done



%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc benchmark/ CHANGES.txt tests/ HISTORY.txt README.txt
%py_puresitedir/TAL/






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-14
+ Revision: af08358
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6912 |14cr|python-telepathy-0.15.19-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-telepathy
Version:        0.15.19
Release:        3
Summary:        Python libraries for Telepathy
Group:          Development/Python
License:        LGPLv2+
URL:            http://telepathy.freedesktop.org/wiki/
Source0:        http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-%{version}.tar.gz
Patch0:         python-telepathy-0.15.19-autotools.patch
BuildArch:      noarch
BuildRequires:  pkgconfig(python)
BuildRequires:  libxslt-proc

%description
Python libraries for use in Telepathy clients and connection managers.

%files
%doc COPYING AUTHORS README NEWS examples/
%{py_puresitedir}/telepathy/

#--------------------------------------------------------------------

%prep
%setup -q -n telepathy-python-%{version}
%patch0 -p1 -b .autotools

%build
%configure
# parallel build fails
make
chmod 0644 examples/*

%install
%makeinstall_std





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.15.19-3
+ Revision: d68e4e2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6913 |14cr|python-tempita-0.5.3dev-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Tempita

Summary:	A very small text templating language

Name:		python-tempita
Version:	0.5.3dev
Release:	4
Source0:	http://pypi.python.org/packages/source/T/Tempita/Tempita-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pythonpaste.org/tempita/
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
Tempita is a small templating language for text substitution.

This isn't meant to be the Next Big Thing in templating; it's just a
handy little templating language for when your project outgrows
string.Template or % substitution. It's small, it embeds Python in
strings, and it doesn't do much else.

%package -n python3-%{tarname}
Summary:	A very small text templating language
Group:		Development/Python
BuildRequires:	python3-setuptools

%description -n python3-%{tarname}
Tempita is a small templating language for text substitution.

This isn't meant to be the Next Big Thing in templating; it's just a
handy little templating language for when your project outgrows
string.Template or % substitution. It's small, it embeds Python in
strings, and it doesn't do much else.

This is a python-3 package.

%prep
%setup -q -n %{tarname}-%{version}
rm -rf %{py3dir}
cp -a . %{py3dir}

%install
pushd %{py3dir}
PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot} --record=FILE_LIST
popd
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST

%files -n python3-%{tarname}
%defattr(-,root,root,-)
/usr/lib/python3.4/site-packages/Tempita-0.5.3dev-py3.4.egg-info/
/usr/lib/python3.4/site-packages/tempita/



%changelog
* Mon Sep 08 2014 dsilakov <denis.silakov@rosalab.ru> 0.5.3dev-4
+ Revision: b0222b3
- Merge pull request #1 from lchan/python-tempita:rosa2014.1
- python3-tempita



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6914 |14cr|python-testoob-1.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module testoob
%define name python-%{module}
%define version 1.15
%define release 2

Summary: Advanced Python unit testing framework
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{module}-%{version}.tar.bz2
License: Apache License
Group: Development/Python
Url: http://testoob.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python-devel

%description
Testoob is an advanced Python unit testing framework that integrates
effortlessly with Python's standard 'unittest' module. It is designed
and built to be easy to use and extend.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build

%install
%__rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README docs/*
%_bindir/*
%py_puresitedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.15-2
+ Revision: e8ee851
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6915 |14cr|python-testtools-0.9.35-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname testtools

Name:           python-%{oname}
Version:        0.9.35
Release:        2
Summary:        Extensions to the Python unit testing framework
Group:          Development/Python
License:        MIT
URL:            https://launchpad.net/testtools
Source0:        http://pypi.python.org/packages/source/t/testtools/testtools-%{version}.tar.gz

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(python-mimeparse) >= 0.1.4
BuildRequires:  python-setuptools
BuildRequires:  pythonegg(sphinx)
BuildRequires:  pythonegg(extras)

Requires:       pythonegg(extras)
Requires:       pythonegg(python-mimeparse) >= 0.1.4

BuildArch:      noarch

%description
testtools is a set of extensions to the Python standard library's unit testing
framework.


%prep
%setup -qn %{oname}-%{version}

%build
python setup.py build
make -C doc html
pushd doc/_build/html/_static
find -size 0 -delete
popd

%install
python setup.py install -O1 --skip-build --root %{buildroot}


%check
make PYTHON=python check

%files
%doc LICENSE NEWS README.rst doc/_build/html/*
%{py_puresitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.35-2
+ Revision: fd3b327
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6916 |14cr|python-textile-2.1.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname textile
%define debug_package %{nil}

Name:           python-%{shortname}
Version:        2.1.8
Release:        2
Summary:        A Humane Web Text Generator

Group:          Development/Python
License:        BSD
URL:            http://dealmeida.net/projects/textile/
Source0:        http://pypi.python.org/packages/source/t/textile/textile-%{version}.tar.gz

BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
Textile is a XHTML generator using a simple markup developed by Dean Allen.
This is a Python port with support for code validation, itex to MathML
translation, Python code coloring and much more.

%prep
%setup -q -n %{shortname}-%{version}

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot} --install-purelib=%{py_platsitedir}
 
%files
%{py_platsitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.8-2
+ Revision: 0adb588
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6917 |14cr|python-theano-0.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Theano

Summary:	Optimizing compiler for mathematical expressions in Python
Name:		python-theano
Version:	0.4.1
Release:	3
Source0:	https://pypi.python.org/packages/source/T/Theano/%{tarname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://deeplearning.net/software/theano/
BuildArch:	noarch
Requires:	python-numpy >= 1.3.0
Requires:	python-scipy >= 0.7.0
Requires:	blas-devel
Requires:	python-devel
Requires:	gcc-c++
Suggests:	python-nose
Suggests:	nvidia-cuda-toolkit

%description
Theano is a Python library that allows you to define, optimize, and
efficiently evaluate mathematical expressions involving
multi-dimensional arrays. Using Theano, for problems involving large
amounts of data, it is possible to attain speeds that are only a few
percentage points slower than hand-crafted C implementations.

Theano melds some aspects of a computer algebra system (CAS) with
aspects of an optimizing compiler. It can even transform some or all
of the mathematical expression into C code and compile it into native
machine instructions. This combination of CAS with optimizing
compilation is particularly useful for tasks in which complicated
mathematical expressions are evaluated repeatedly and evaluation speed
is critical.

Theano supports a range of numerical types in multiple dimensions and
a number of well-tested operations. It also allows you to compute the
gradient of an expression with respect to another. Symbolic
expressions may be compiled into functions, which work on the same
data structures as numpy, allowing for easy interoperability.

%prep
%setup -q -n %{tarname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

# happy linting
find %{buildroot} -type f -exec chmod 644 {} \;
find doc/ -type f -exec chmod 644 {} \;
find doc/ -type d -exec chmod 755 {} \;
chmod 644 *.txt
chmod +x %{buildroot}%{py_puresitedir}/theano/{tests/run_tests_in_batch,compile/tests/test_inplace_opt_for_value,compile/tests/test_module,misc/buildbot_filter,sandbox/neighbourhoods,sandbox/test_neighbourhoods}.py
chmod +x %{buildroot}%{py_puresitedir}/theano/{misc/hg_version_hook,misc/check_blas_many}.sh



%files
%doc README.txt HISTORY.txt doc/* 
%{py_puresitedir}/*





%changelog
* Mon Aug 04 2014 abfonly <abfonly@gmail.com> 0.4.1-3
+ Revision: 4a242e5
- Merge pull request #1 from abfonly/python-theano:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6918 |14cr|python-threadpool-1.2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Easy to use object-oriented thread pool framework
Name:		python-threadpool
Version:	1.2.7
Release:	2
License:	MIT
Group:		Development/Python
URL:		http://chrisarndt.de/projects/threadpool
Source0:	http://chrisarndt.de/projects/threadpool/download/threadpool-%{version}.tar.bz2
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A thread pool is an object that maintains a pool of worker threads to perform
time consuming operations in parallel. It assigns jobs to the threads by
putting them in a work request queue, where they are picked up by the next
available thread. This then performs the requested operation in the background
and puts the results in another queue.

The thread pool object can then collect the results from all threads from this
queue as soon as they become available or after all threads have finished their
work. It's then possible to define callbacks to handle each result as it comes
in.

%prep

%setup -q -n threadpool-%{version}

%build
PYTHONDONTWRITEBYTECODE= %{__python} setup.py build

%install
rm -rf %{buildroot}

PYTHONDONTWRITEBYTECODE= %{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG.txt README.txt TODO.txt doc/*
%{py_puresitedir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.7-2
+ Revision: 904c3ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6919 |14cr|python-tornado-3.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tornado
%define debug_package %{nil}

Name:           python-%{oname}
Version:        3.2.2
Release:        3
Summary:        Scalable, non-blocking web server and tools
Group:          Development/Python
License:        ASL 2.0
URL:            http://www.tornadoweb.org
Source0:        https://pypi.python.org/packages/source/t/tornado/tornado-%{version}.tar.gz
Source1:        %{name}.rpmlintrc
BuildRequires:	python-devel
Requires:	    python
Requires:       python-pycurl
Requires:       python-simplejson

%description
Tornado is an open source version of the scalable, non-blocking web server and
and tools.

The framework is distinct from most mainstream web server frameworks (and
certainly most Python frameworks) because it is non-blocking and reasonably
fast. Because it is non-blocking and uses epoll, it can handle thousands of
simultaneous standing connections, which means it is ideal for real-time web
services.

%package doc
Summary:        Examples for python-tornado

Group:          Development/Python
Requires:       %{name} = %{version}-%{release}

%description doc
Tornado is an open source version of the scalable, non-blocking web server and
and tools. This package contains some example applications.

%package -n python3-%{oname}
Summary:        Scalable, non-blocking web server and tools
Group:          Development/Python

BuildRequires:	python3-devel
Requires:	    python3
Requires:       python3-pycurl
Requires:       python3-simplejson

%description -n python3-%{oname}
Tornado is an open source version of the scalable, non-blocking web server and
and tools.

The framework is distinct from most mainstream web server frameworks (and
certainly most Python frameworks) because it is non-blocking and reasonably
fast. Because it is non-blocking and uses epoll, it can handle thousands of
simultaneous standing connections, which means it is ideal for real-time web
services.

%prep 
%setup -q -n %{oname}-%{version}

# remove shebang from files
for File in `find %{oname} -name "*py"`; do
    %{__sed} -i.orig -e 1d ${File}
    touch -r ${File}.orig ${File}
    rm ${File}.orig
done

# spurious permission fix
find demos/ -name "*.py" -exec chmod -x {} \;

# remove empty file
rm -rf demos/facebook/static/facebook.js

rm -rf %{_builddir}/python3-%{oname}
cp -a . %{_builddir}/python3-%{oname}

%build
python setup.py build
pushd %{_builddir}/python3-%{oname}
    python3 setup.py build
popd

%install
pushd %{_builddir}/python3-%{oname}
    python3 setup.py install --root=%{buildroot}
popd
python setup.py install --root=%{buildroot}

%files
%doc 
%{py_platsitedir}/%{oname}/
%{py_platsitedir}/%{oname}-%{version}-py%{py_ver}.egg-info/

%files doc
%doc demos

%files -n python3-%{oname}
%doc 
%{py3_platsitedir}/*

%changelog
* Tue Sep 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.2-3
+ Revision: 1194d72
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6920 |14cr|python-traits-4.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	traits

Summary:	Enthought Tool Suite - explicitly typed attributes for Python

Name:		python-%{module}
Version:	4.4.0
Release:	2
Source0:	http://www.enthought.com/repo/ets/traits-%{version}.tar.gz
Source1:	%{name}.rpmlintrc
License:	BSD
Group:		Development/Python
Url:		https://github.com/enthought/traits/
Obsoletes:	python-enthought-traits-ui
Obsoletes:	python-enthought-traits
Requires:	python-numpy >= 1.1.0
BuildRequires:	python-setupdocs >= 1.0.5
BuildRequires:	python-setuptools >= 0.6c8
BuildRequires:	python-sphinx
BuildRequires:  python-devel

%description
The Traits project allows Python programmers to use a special kind of type
definition called a trait which provides object attributes with some 
additional characteristics:

* Initialization: A trait has a default value, which is automatically
  set as the initial value of an attribute before its first use in a
  program.
* Validation: A trait attribute's type is explicitly declared. The
  type is evident in the code, and only values that meet a
  programmer-specified set of criteria (i.e., the trait definition)
  can be assigned to that attribute.
* Delegation: The value of a trait attribute can be contained either
  in the defining object or in another object delegated to by the
  trait.
* Notification: Setting the value of a trait attribute can notify
  other parts of the program that the value has changed.
* Visualization: User interfaces that allow a user to interactively
  modify the value of a trait attribute can be automatically
  constructed using the trait's definition. (This feature requires
  that a supported GUI toolkit be installed. If this feature is not
  used, the Traits project does not otherwise require GUI support.)

A class can freely mix trait-based attributes with normal Python
attributes, or can opt to allow the use of only a fixed or open set of
trait attributes within the class. Trait attributes defined by a class
are automatically inherited by any subclass derived from the class.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build
export PYTHONPATH=`ls -1d build/lib.* | head -1`
%__python setup.py build_docs --formats html

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%files 
%doc *.rst
%{py_platsitedir}/%{module}*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.4.0-2
+ Revision: 8299ff4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6921 |14cr|python-traitsui-4.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	traitsui

Summary:	Enthought Tool Suite - traitsui project
Name:		python-%{module}
Version:	4.3.0
Release:	2
Source0:	https://www.enthought.com/repo/ets/traitsui-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://github.com/enthought/traitsui/
BuildArch:	noarch
Obsoletes:	python-enthought-traits-ui
Obsoletes:	python-enthought-traitsgui
Requires:	python-traits >= 4.1.0
Requires:	python-pyface >= 4.1.0
BuildRequires:	python-setuptools >= 0.6c8
BuildRequires:	python-sphinx

%description
The traitsui project contains a toolkit-independent GUI abstraction
layer (known as Pyface), which is used to support the "visualization"
features of the Traits package. Thus, you can write code in terms of
the Traits API (view, items, editors, etc.), and let TraitsGUI and
your selected toolkit and backend take care of the details of
displaying them.

The following GUI backends are supported:

- wxPython
- PyQt
- PySide

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build
pushd docs
make html
popd

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST
%doc *.txt *.rst examples/ docs/build/html




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.0-2
+ Revision: f6cfb7b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6922 |14cr|python-transaction-1.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-transaction
Version:	1.4.3
Release:	2
Group:		Development/Python
License:	Zope Public License
Summary:	Transaction management for Python

# md5=10b5d02dcded26f6f265771e6d68fc06
Source:		http://pypi.python.org/packages/source/t/transaction/transaction-%{version}.tar.gz
URL:		http://pypi.python.org/pypi/transaction/
BuildRequires:	python-devel
BuildRequires:	python-setuptools

%define debug_package %{nil}

%description
This package contains a generic transaction implementation for Python.
It is mainly used by the ZODB, though.

Note that the data manager API, transaction.interfaces.IDataManager,
is syntactically simple, but semantically complex. The semantics were
not easy to express in the interface. This could probably use more work.
The semantics are presented in detail through examples of a sample data
manager in transaction.tests.test_SampleDataManager.

%prep
%setup -q -n transaction-%{version}

%build

%install
PYTHONDONTWRITEBYTECODE= \
%__python setup.py install --root=%{buildroot} --record=INSTALLED_FILES
sed -i 's/.*egg-info$//' INSTALLED_FILES

%files -f INSTALLED_FILES




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.3-2
+ Revision: 313094f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6923 |14cr|python-twiggy-0.4.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Twiggy
%define	module	twiggy
%define	rel		1
%if %mdkversion < 201100
%else
%endif

Summary:	A Pythonic logger package

Name:		python-%{module}
Version:	0.4.5
Release:	2
Source0:	http://pypi.python.org/packages/source/T/Twiggy/Twiggy-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://code.google.com/p/python-twiggy/
BuildArch:	noarch
BuildRequires:	python-sphinx
BuildRequires:	python-sphinxcontrib-googleanalytics

%description
Twiggy is a logging package with a more Pythonic interface than
Python's own logger package.

%prep
%setup -q -n %{tarname}-%{version}

%build
make -C doc html

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean

%files
%doc LICENSE  doc/_build/html
%{py_puresitedir}/%{tarname}*
%{py_puresitedir}/%{module}*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.5-2
+ Revision: 2061256
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6924 |14cr|python-twisted-flow-8.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:    Generator-based async result flow module for Twisted
Name:       python-twisted-flow
Version:	8.2.0
Release:	6
Source0:    http://tmrc.mit.edu/mirror/twisted/Flow/0.1/TwistedFlow-%{version}.tar.bz2
License:    MIT
Group:      Development/Python
URL:        http://twistedmatrix.com/projects/flow/
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core
# for twisted.flow.web
Requires:       python-twisted-web

%description
Flow is a generator-based async result flow module for Twisted.

%prep
%setup -q -n TwistedFlow-%version

%build
%__python setup.py build

%install
%__python setup.py install --root  %buildroot --install-purelib=%py_platsitedir

%files
%defattr(0644,root,root,0755)
%doc LICENSE README doc/*
%{py_platsitedir}/twisted/flow/
%{py_platsitedir}/Twisted_Flow-*-py*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 8.2.0-6
+ Revision: 323421b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6925 |14cr|python-twisted-pair-14.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define directory_down %(echo %{version}|perl -n -e  '/^(\d+\.\d+).*$/; print \$1 ')
%define debug_package %{nil}

Summary:        A module to do low level tcp stuff with Twisted

Name:           python-twisted-pair
Version:        14.0.0
Release:        2
Source0:        http://twistedmatrix.com/Releases/Pair/14.0/TwistedPair-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/projects/pair/
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core
# do not work on x86_64 du to module loading issue
#BuildArch:      noarch
%description
A module to do low level tcp stuff with Twisted.


%prep
%setup -q -n TwistedPair-%{version}

%build
%__python setup.py build

%install
%__python setup.py install --root  %{buildroot} --install-purelib=%{py_platsitedir}

%files
%defattr(0644,root,root,0755)
%doc LICENSE README *
%{py_platsitedir}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 14.0.0-2
+ Revision: 841e40b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6926 |14cr|python-twisted-web2-8.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 8.1.0
%define	debug_package	%nil
%define rel 4

Summary:        An HTTP/1.1 protocol implementation together with clients and servers
Name:           python-twisted-web2
Version: %version
Release: %mkrel %rel
Source0:        http://tmrc.mit.edu/mirror/twisted/Web2/8.1/TwistedWeb2-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/trac/wiki/TwistedWeb2
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core
Patch0:		TwistedWeb2-8.1.0-sagemath.patch
# removed, cause problem regarding submodule for twisted
#BuildArch:      noarch

%description
An HTTP protocol implementation together with clients and servers, based on 
the twisted python framework.

This version is still experimental.
%prep
%setup -q -n TwistedWeb2-%version
%patch0	-p1

%build
%__python setup.py build

%install
%__python setup.py install --root %buildroot --install-purelib=%py_platsitedir

%files
%defattr(0755,root,root,0755)
%defattr(0644,root,root,0755)
%doc LICENSE README 
%py_platsitedir/Twisted*egg-info
%py_platsitedir/twisted/web2/
%py_platsitedir/twisted/plugins/*

%changelog
* Wed Dec 05 2012 Alexander Khryukin <alexander@mezon.ru> 8.1.0-4
+ Revision: 4594992
- contrib repairing repoclosure fix version update 12.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6927 |14cr|python-twisted-xish-0.1.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define directory_down %(echo %version|perl -n -e  '/^(\d+\.\d+).*$/; print \$1 ')
%define debug_package %{nil}

Summary:    A XML API for Twisted framework
Name:       python-twisted-xish
Version:    0.1.0
Release:    13
Source0:    http://tmrc.mit.edu/mirror/twisted/Xish//%directory_down/TwistedXish-%{version}.tar.bz2
Source1:    _version.py
License:    MIT
Group:      Development/Python
URL:        http://twistedmatrix.com/projects/xish/
BuildRequires:	python-devel 
BuildRequires:  python-twisted-core
Requires:       python-twisted-core

%description
A XML API for Twisted framework.

%prep
%setup -q -n TwistedXish-%version
cp %SOURCE1 twisted/xish/

%build
%__python setup.py build

%install
%__python setup.py install --root  %buildroot --install-purelib=%{py_platsitedir}

%files
%defattr(0644,root,root,0755)
%doc LICENSE README 
%{py_platsitedir}/twisted/xish/
%{py_platsitedir}/*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-13
+ Revision: fb3779d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6928 |14cr|python-twitter-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define name	python-twitter
%define version 0.6
%define release 2

Summary:	Python bindings for Twitter
Name:		%{name}
Version:	1.1
Release:	2
License:	ASL 2.0
Group:		Development/Python
Url:		http://code.google.com/p/python-twitter/
Source0:	http://python-twitter.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	python-setuptools
Requires:	python-simplejson
Requires:   pythonegg(requests-oauthlib)

%description
This library provides a pure python interface for the Twitter API.

Twitter (http://twitter.com) provides a service that allows people to connect
via the web, IM, and SMS. Twitter exposes a web services API
(http://twitter.com/help/api) and this library is intended to make it even
easier for python programmers to use. 

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot} --install-purelib=%{py_platsitedir}
chmod a+r %{buildroot}%{py_platsitedir}/*/*


%files
%{py_platsitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: 71715ff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6929 |14cr|python-twitty-0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define checkout dustin-twitty-twister-24d6d8c

Name:            python-twitty
Summary:         A twisted client for twitter-like APIs
Version:         0.1
Release:         5
Epoch:           0
Source0:         %{checkout}.tar.gz
Patch0:		 python-twitty-fix-api-url.patch
URL:             http://github.com/dustin/twitty-twister/
License:         MIT
Group:           Development/Python
BuildRoot:       %{_tmppath}/%{name}-buildroot
BuildArch:	 noarch
BuildRequires:   python-devel
Provides:        twittytwister = %{epoch}:%{version}-%{release}

Requires:        python-twisted-core
Requires:        python-twisted-web
Requires:        python-oauth

%description
Twitter client for Twisted Python

%prep
%setup -q -n %{checkout}

%build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --root=%{buildroot}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc example README.markdown
%{python_sitelib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.1-5
+ Revision: 133530a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6930 |14cr|python-unittest2-0.5.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	unittest2

Name:           python-%{module}
Version:        0.5.1
Release:        5
Summary:        Backport of new unittest features for Python 2.7 to Python 2.4+
Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/unittest2
Source0:        http://pypi.python.org/packages/source/u/%{module}/%{module}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
unittest2 is a backport of the new features added to the unittest
testing framework in Python 2.7. It has been tested to on Python 2.4 -
2.6.

To use unittest2 instead of unittest simply replace ``import
unittest`` with ``import unittest2``.

Classes in unittest2 derive from the equivalent classes in unittest,
so it should be possible to use the unittest2 test running infra-
structure without having to switch all your tests to using unittest2
immediately. Similarly, you can use the new assert methods on
``unittest2.TestCase`` with the standard unittest test running
infrastructure. Not all of the new features in unittest2 will work
with the standard unittest test loaders and runners, however.


%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %{__python} setup.py install --root %{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST
%doc README.txt





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-5
+ Revision: ed8f1f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6931 |14cr|python-urljr-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module urljr
Name: 		python-%module
Version: 	1.0.0
Release: 	2
License: 	GPL
Summary: 	JanRain's URL Utilities
Group: 		Development/Python
BuildRoot: 	%{_tmppath}/%{name}-%{version}-build
BuildRequires: 	python-devel
Requires: 	python-curl
Url: 		http://www.openidenabled.com/openid/libraries/python
Source: 	http://www.openidenabled.com/resources/downloads/python-openid/python-urljr-%{version}.tar.gz
Buildarch:	noarch

%description
JanRain's URL Utilities

%prep
%setup

%build
CFLAGS="%{optflags}" python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --root $RPM_BUILD_ROOT --install-purelib=%{python_sitelib}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc README urljr/test/
%{python_sitelib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: b2bd6ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6932 |14cr|python-urllib3-1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	urllib3

Summary:	Python HTTP library with thread-safe connection pooling, file post, and more

Name:		python-%{module}
Version:	1.9
Release:	2
Source0:	https://pypi.python.org/packages/source/u/urllib3/urllib3-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://urllib3.readthedocs.org/
BuildArch:	noarch
BuildRequires:	python-devel, python-setuptools

%description
There are two critical features missing from the Python standard
library: Connection re-using/pooling and file posting. It's not
terribly hard to implement these yourself, but it's much easier to use
a module that already did the work for you.

The Python standard libraries urllib and urllib2 have little to do
with each other. They were designed to be independent and standalone,
each solving a different scope of problems, and urllib3 follows in a
similar vein.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean

%files
%doc *.txt
%{py_puresitedir}/urllib3*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9-2
+ Revision: e0037e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6933 |14cr|python-urwid-1.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	urwid

Summary:	Full-featured Python console user interface library
Name: 		python-%{module}
Version: 	1.2.1
Release: 	3
Source0: 	https://pypi.python.org/packages/source/u/urwid/urwid-%{version}.tar.gz
License:	LGPL
Group: 		Development/Python
Url: 		http://excess.org/%{module}
BuildRequires:	python-setuptools
BuildRequires:	python-devel

%description
Urwid is a console user interface library. It includes many features
useful for text console application developers including :

* Applcations resize quickly and smoothly
* Automatic, programmable text alignment and wrapping
* Simple markup for setting text attributes within blocks of text
* Powerful list box with programmable content for scrolling all
  widget types
* Your choice of event loops: Twisted, Glib or built-in
  select-based loop
* Pre-built widgets include edit boxes, buttons, check
  boxes and radio buttons
* Display modules include raw, curses, and
  experimental LCD and web displays
* Support for UTF-8, simple 8-bit and CJK encodings
* 256 and 88 color mode support
* Python 3.2 support

%package -n python3-urwid
Summary:	Full-featured Python console user interface library
Group: 		Development/Python

BuildRequires:	python3-setuptools
BuildRequires:	python3-devel

%description -n python3-urwid
Urwid is a console user interface library. It includes many features
useful for text console application developers including :

* Applcations resize quickly and smoothly
* Automatic, programmable text alignment and wrapping
* Simple markup for setting text attributes within blocks of text
* Powerful list box with programmable content for scrolling all
  widget types
* Your choice of event loops: Twisted, Glib or built-in
  select-based loop
* Pre-built widgets include edit boxes, buttons, check
  boxes and radio buttons
* Display modules include raw, curses, and
  experimental LCD and web displays
* Support for UTF-8, simple 8-bit and CJK encodings
* 256 and 88 color mode support
* Python 3.2 support

%prep
%setup -q -n %{module}-%{version}
rm -rf %{_builddir}/python3-%{module}
cp -a . %{_builddir}/python3-%{module}


%build
%setup_compile_flags
%__python setup.py build
pushd %{_builddir}/python3-%{module}
    %__python3 setup.py build
popd    

%install
pushd %{_builddir}/python3-%{module}
    PYTHONDONTWRITEBYTECODE=  %__python3 setup.py install --root=%{buildroot}
popd 
PYTHONDONTWRITEBYTECODE=  %__python setup.py install --root=%{buildroot}

%files 
%{py_platsitedir}/*

%files -n python3-%{module}
%{py3_platsitedir}/*

%changelog
* Tue Sep 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-3
+ Revision: 0a25882
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6934 |14cr|python-uTidylib-0.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	uTidylib

Name:           python-%{module}
Version:        0.2
Release:        11
Summary:        Wrapper for HTML Tidy at http://tidy.sourceforge.net


Group:          Development/Python
License:        MIT
URL:            http://utidylib.berlios.de/
Source0:        http://download.berlios.de/utidylib/%{module}-%{version}.tar.bz2
BuildArch:      noarch
BuildRequires:  python-devel
Requires:	tidy python-ctypes

%description
The Tidy wrapper. I am the main interface to TidyLib. This package supports
processing HTML with Tidy, with all the options that the tidy command line
supports.

%prep
%setup -n %{module}-%{version} -q


%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%defattr(-,root,root,-)
%{py_puresitedir}/tidy
%{py_puresitedir}/*.egg-info
%doc *.txt LICENSE



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-11
+ Revision: 7b0da9e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6935 |14cr|python-versiontools-1.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name versiontools

Name:           python-versiontools
Version:        1.9.1
Release:        2
Group:          Development/Python
Summary:        Smart replacement for plain tuple used in __version__

License:        LGPLv3
URL:            https://launchpad.net/versiontools
Source0:        http://pypi.python.org/packages/source/v/versiontools/versiontools-1.9.1.tar.gz

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python-sphinx
BuildRequires:  python-nose

%description
Smart replacement for plain tuple used in __version__

%prep
%setup -q -n %{pypi_name}-%{version}
# remove bundled egg-info
rm -rf %{pypi_name}.egg-info
# generate html docs
sphinx-build doc html
# remove the sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}

%build
%{__python} setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%files
%doc html
%{python_sitelib}/%{pypi_name}
%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.1-2
+ Revision: 9c625cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6936 |14cr|python-virtinst-0.600.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  virtinst
%define name    python-%{name}
%define version 0.600.3
%define release 2

Name: 		python-%{module}
Version: 	0.600.4
Release: 	2
Summary:    Python modules for starting Xen guest installations
License:    GPLv2+
Group: 		Development/Python
Url:        http://virt-manager.et.redhat.com/
Source:     https://fedorahosted.org/released/python-virtinst/virtinst-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-libvirt
BuildRequires:  python-libxml2
BuildRequires:  python-urlgrabber
BuildArch:      noarch
ExcludeArch:    ppc ppc64 s390 s390x 
Requires:       python-libvirt >= 0.1.4-4
Requires:       python-urlgrabber
Requires:       python-libxml2

%description
virtinst is a module to help in starting installations of Fedora/Red
Hat Enterprise Linux related distributions inside of virtual machines.  It
supports both paravirt guests (for which only FC and RHEL guests are
currently supported) as well as fully virtualized guests.  It uses
libvirt (http://www.libvirt.org) for starting things.

Also contained is a simple script virt-install which uses
virtinst in a command line mode.

%prep
%setup -q -n %{module}-%{version}

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}
mkdir -p %{buildroot}/%{_sbindir}
mv %{buildroot}/%{_bindir}/virt-install %{buildroot}/%{_sbindir}/virt-install

ln -s virtinst %{buildroot}%{python_sitelib}/xeninst
ln -s virt-install %{buildroot}/%{_sbindir}/xenguest-install

%find_lang virtinst

%clean
rm -rf %{buildroot}

%files -f virtinst.lang
%defattr(-,root,root)
%doc README
%{python_sitelib}/virtinst
%{python_sitelib}/virtconv
%{python_sitelib}/xeninst
%{python_sitelib}/*.egg-info
%{_bindir}/virt-convert
%{_bindir}/virt-clone
%{_bindir}/virt-image
%{_sbindir}/virt-install
%{_sbindir}/xenguest-install
%{_mandir}/man1/virt-convert.1*
%{_mandir}/man1/virt-clone.1*
%{_mandir}/man1/virt-image.1*
%{_mandir}/man1/virt-install.1*
%{_mandir}/man5/virt-image.5*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.600.4-2
+ Revision: 559de9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6937 |14cr|python-voluptuous-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	voluptuous
%define name	python-%{module}
%define version	0.4
%define release 2

Summary:	Python data validation library
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://github.com/alecthomas/voluptuous/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	python-devel

%description
Voluptuous, despite the name, is a Python data validation library. It
is primarily intended for validating data coming into Python as JSON,
YAML, etc. It has three goals:

1. Simplicity.
2. Support for complex data structures.
3. Provide useful error messages.

%prep
%setup -q -n %{module}-%{version}

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
chmod 644 *.rst
find %{buildroot} -type d -exec chmod 755 {} \;
find %{buildroot} -type f -exec chmod 644 {} \;

%clean
%__rm -rf %{buildroot}

%files -f FILE_LIST
%defattr(-,root,root)
%doc README.rst tests.rst



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-2
+ Revision: ba67133
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6938 |14cr|python-webdav-0.9.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pyname	PyWebDAV

Name:		python-webdav
Summary:	Python WebDAV library
Version:	0.9.8
Release:	2
License:	GPLv2
Group:		Development/Python
URL:		http://code.google.com/p/pywebdav/
Source0:	http://pywebdav.googlecode.com/files/%{pyname}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildArch:	noarch

%description
Python WebDAV implementation (level 1 and 2) that features a library
that enables you to integrate WebDAV server capabilities to your application.

%prep
%setup -q -n %{pyname}-%{version}

%build

%install
PYTHONNDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}

%files
%{_bindir}/davserver
%{py_sitedir}/*
%doc README



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.8-2
+ Revision: 56a5ba1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6939 |14cr|python-weberror-0.10.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	WebError

Summary:	Web error handling and exception catching for Python
Name:		python-weberror
Version:	0.10.3
Release:	3
Source0:	http://pypi.python.org/packages/source/W/%{tarname}/%{tarname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pypi.python.org/pypi/WebError/
BuildArch:	noarch
Requires:	python-tempita
Requires:	python-webob
Requires:	python-pygments
Requires:	python-paste >= 1.7.1
BuildRequires:	python-setuptools

%description 
This package provides Python libraries for web error handling and
exception catching.

%prep
%setup -q -n %{tarname}-%{version}

%install
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST
%doc CHANGELOG LICENSE




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.3-3
+ Revision: 5f5c82e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6940 |14cr|python-webhelpers-1.3-0.b1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname WebHelpers
%define version	1.3
%define rel	b1
%define release 0.%rel

Summary:	Helper functions for writing web applications
Name:		python-webhelpers
Version:	1.3
Release:	%{release}
Source0:        http://pypi.python.org/packages/source/W/%{tarname}/%{tarname}-%{version}%{rel}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://sluggo.scrapping.cc/python/WebHelpers/
BuildArch:	noarch
Requires:	python-markupsafe >= 0.9.2
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx

%description
Web Helpers is a library of helper functions intended to make writing
web applications easier. It's the standard function library for Pylons
and TurboGears 2, but can be used with any web framework. It also
contains a large number of functions not specific to the web,
including text processing, number formatting, date calculations,
container objects, etc.

WebHelpers itself depends only on MarkupSafe, but certain helpers
depend on third-party packages as described in the docs.

%prep
%setup -q -n %{tarname}-%{version}%{rel}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST
pushd docs
export PYTHONPATH=`dir -d ../build/lib*`
make html
rm -f _build/html/.buildinfo
popd 

%files -f FILE_LIST
%doc CHANGELOG LICENSE README.txt TODO docs/_build/html




%changelog
* Mon Aug 04 2014 abfonly <abfonly@gmail.com> 1.3-0.b1
+ Revision: ecbc395
- Updated python-webhelpers.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6941 |14cr|python-webob-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	WebOb

Summary:	WSGI request and response object for Python

Name:		python-webob
Version:	1.4
Release:	3
Source0:	http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pythonpaste.org/webob/
BuildArch:	noarch
Requires:	python-pkg-resources
BuildRequires:	python-setuptools

%description
WebOb provides wrappers around the WSGI request environment, and an
object to help create WSGI responses.

The objects map much of the specified behavior of HTTP, including
header parsing and accessors for other standard parts of the
environment.

%package -n python3-webob
Summary:	WSGI request and response object for Python
Group:		Development/Python
BuildRequires:	python3-setuptools

%description -n python3-webob
WebOb provides wrappers around the WSGI request environment, and an
object to help create WSGI responses.

The objects map much of the specified behavior of HTTP, including
header parsing and accessors for other standard parts of the
environment.

This is a python-3 package.


%prep
%setup -q -n %{tarname}-%{version}
rm -rf %{_builddir}/python3-%{tarname}
cp -a . %{_builddir}/python3-%{tarname}

%install
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=FILE_LIST
pushd %{_builddir}/python3-%{tarname}
	PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot} --record=FILE_LIST
popd
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST

%files -n python3-webob
%defattr(-,root,root,-)
/usr/lib/python3.4/site-packages/WebOb-1.4-py3.4.egg-info/
/usr/lib/python3.4/site-packages/webob/

%changelog
* Mon Sep 08 2014 dsilakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: 995cb8c
- Merge pull request #2 from lchan/python-webob:rosa2014.1
- python3-webob



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6942 |14cr|python-webtest-1.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname WebTest

Summary:	Helper to test WSGI applications
Name:		python-webtest
Version:	1.2.3
Release:	3
Source0:	http://pypi.python.org/packages/source/W/%{tarname}/%{tarname}-%{version}.tar.gz
Source1:	Makefile
License:	MIT
Group:		Development/Python
Url:		http://pythonpaste.org/webtest/
BuildArch:	noarch
Requires:	python-webob
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx

%description
This package wraps any WSGI application and makes it easy to send test
requests to that application, without starting up an HTTP server.

It provides convenient full-stack testing of applications written with
any WSGI-compatible framework.

WebTest is based on paste.fixture.TestApp.

%prep
%setup -q -n %{tarname}-%{version}
cp -f %SOURCE1 docs/

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST
pushd docs
export PYTHONPATH=`dir -d ../build/lib*`
make html
rm -f _build/html/.buildinfo
popd 


%files -f FILE_LIST
%doc docs/_build/html

%changelog
* Mon Aug 04 2014 abfonly <abfonly@gmail.com> 1.2.3-3
+ Revision: fd40ec4
- Updated python-webtest.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6943 |14cr|python-werkzeug-0.9.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global srcname Werkzeug

Name:           python-werkzeug
Version:        0.9.6
Release:        2
Summary:        The Swiss Army knife of Python web development 



Group:          Development/Python
License:        BSD
URL:            http://werkzeug.pocoo.org/
Source0:        http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-sphinx
BuildRequires:  python-devel

%description
Werkzeug
========

Werkzeug started as simple collection of various utilities for WSGI
applications and has become one of the most advanced WSGI utility
modules.  It includes a powerful debugger, full featured request and
response objects, HTTP utilities to handle entity tags, cache control
headers, HTTP dates, cookie handling, file uploads, a powerful URL
routing system and a bunch of community contributed addon modules.

Werkzeug is unicode aware and doesn't enforce a specific template
engine, database adapter or anything else.  It doesn't even enforce
a specific way of handling requests and leaves all that up to the
developer. It's most useful for end user applications which should work
on as many server environments as possible (such as blogs, wikis,
bulletin boards, etc.).

%prep
%setup -q -n %{srcname}-%{version}
%{__sed} -i 's/\r//' LICENSE
%{__sed} -i '1d' werkzeug/testsuite/multipart/collect.py

%build
python setup.py build
find examples/ -name '*.py' -executable | xargs chmod -x
find examples/ -name '*.png' -executable | xargs chmod -x
pushd docs
make html
popd

%install
python setup.py install -O1 --skip-build --root %{buildroot}
rm -rf docs/_build/html/.buildinfo
rm -rf examples/cupoftee/db.pyc

%files
%doc AUTHORS LICENSE PKG-INFO CHANGES
%{py_puresitedir}/*
%doc docs/_build/html examples





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-2
+ Revision: d30c879
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6944 |14cr|python-whoosh-2.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Whoosh
%define	rel		1
%if %mdkversion < 201100
%else
%endif

Summary:	Fast, pure Python full text indexing, search, and spell checking library

Name:		python-whoosh
Version:	2.6.0
Release:	3
Source0:	http://pypi.python.org/packages/source/W/Whoosh/Whoosh-%{version}.zip
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/Whoosh/
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx

%description
Whoosh is a fast, featureful full-text indexing and searching library
implemented in pure Python. Programmers can use it to easily add
search functionality to their applications and websites. Every part of
how Whoosh works can be extended or replaced to meet your needs
exactly.

Some of Whoosh's features include:

* Pythonic API.
* Pure-Python. No compilation or binary packages needed, no mysterious
  crashes.
* Fielded indexing and search.
* Fast indexing and retrieval -- faster than any other pure-Python,
  scoring, full-text search solution I know of.
* Pluggable scoring algorithm (including BM25F), text analysis,
  storage, posting format, etc.
* Powerful query language parsed by pyparsing.
* Pure Python spell-checker (as far as I know, the only one).

%package -n python3-%{tarname}
Summary:	Fast, pure Python full text indexing, search, and spell checking library
Group:		Development/Python
BuildRequires:	python3-setuptools
BuildRequires:	python3-sphinx

%description -n python3-%{tarname}
Whoosh is a fast, featureful full-text indexing and searching library
implemented in pure Python. Programmers can use it to easily add
search functionality to their applications and websites. Every part of
how Whoosh works can be extended or replaced to meet your needs
exactly.

Some of Whoosh's features include:

* Pythonic API.
* Pure-Python. No compilation or binary packages needed, no mysterious
  crashes.
* Fielded indexing and search.
* Fast indexing and retrieval -- faster than any other pure-Python,
  scoring, full-text search solution I know of.
* Pluggable scoring algorithm (including BM25F), text analysis,
  storage, posting format, etc.
* Powerful query language parsed by pyparsing.
* Pure Python spell-checker (as far as I know, the only one).

This is a python-3 package.

%prep
%setup -q -n %{tarname}-%{version}
rm -rf %{py3dir}
cp -a . %{py3dir}

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}
pushd %{py3dir}
    PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot}
popd

PYTHONPATH=`dir -d build/lib*` sphinx-build -b html docs/source html
%__rm -rf html/.buildinfo html/.doctrees

chmod 644 *.txt
chmod 644 %{buildroot}%{py_puresitedir}/%{tarname}-%{version}-py%{py_ver}.egg-info/*

%clean

%files
%doc *.txt html/
%{py_puresitedir}/%{tarname}*
%{py_puresitedir}/whoosh*

%files -n python3-%{tarname}
%doc *.txt html/
%{py3_puresitedir}/%{tarname}*
%{py3_puresitedir}/whoosh*


%changelog
* Mon Sep 08 2014 dsilakov <denis.silakov@rosalab.ru> 2.6.0-3
+ Revision: 222371e
- Merge pull request #1 from lchan/python-whoosh:rosa2014.1
- python3-whoosh



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6945 |14cr|python-wifi-0.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python binding for the wireless extensions
Name:		python-wifi
Version:	0.5.0
Release:	4
URL:		https://developer.berlios.de/projects/pythonwifi/
Source0:	http://download.berlios.de/pythonwifi/%{name}-%{version}.tar.bz2
#python-wifi is licensed under LGPLv2+, however, the examples
#(e.g. iwconfig.py and iwlist.py) are licensed under GPLv2+
License:	LGPLv2+ and GPLv2+
Group:		Development/Python
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
Python-Wifi is a Python library that provides access to information about a
W-LAN card's capabilities, like the wireless extensions written in C.

%prep
%setup -q
#Remove shebang
sed -i -e '/^#!\//, 1d' {tests/output_diff.sh,examples/*.py}
#Fix permissions
chmod -x {tests/output_diff.sh,examples/*.py}
# Convert to utf-8
for file in docs/AUTHORS; do
    mv $file timestamp
    iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp
    touch -r timestamp $file
done

# fix permissions:
chmod 644 docs/* README tests/*
chmod 755 docs/logos tests

%build
%{__python} setup.py build


%install
%{__python} setup.py install --skip-build --root="%{buildroot}"

#Delete the doc files, wrong location
rm -rf %{buildroot}/usr/{INSTALL,README}
rm -rf %{buildroot}/usr/docs

# move the examples
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
mv %{buildroot}/usr/examples %{buildroot}%{_defaultdocdir}/%{name}/
rm -rf %{buildroot}/usr/examples
# copy tests
cp -pr tests %{buildroot}%{_defaultdocdir}/%{name}/

#Move the man pages
mkdir -p %{buildroot}%{_mandir}
mv %{buildroot}/usr/man/man8  %{buildroot}%{_mandir}
rm -fr %{buildroot}/usr/man

%files
%doc README docs/AUTHORS docs/BUGS docs/ChangeLog
%doc docs/LICENSE* docs/NEWS docs/ROADMAP docs/TODO docs/VERSION
%doc docs/*.txt
%{_mandir}/man8/iw*.*
%{python_sitelib}/pythonwifi
%{python_sitelib}/python_wifi-%{version}-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-4
+ Revision: a4153fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6946 |14cr|python-wmd-0.1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname wmd
%define name python-%{oname}
%define version 0.1.2
%define release 8

Summary: Driver for the Nintendo Wii Remote
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://forthewiin.org/WMD/%{oname}-%{version}.tar.bz2
Patch0: wmd-0.1.2.2-uinput.patch
Patch1: wmd-0.1.2.2-defaddr.patch
Patch2: wmd-0.1.2.2-compiz.patch
Source1: setup.py
License: GPL
Group: System/Kernel and hardware
Url: http://www.forthewiin.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python-devel
Requires: python-xlib python-pybluez python-osd pygame

%description
WMD is a Linux Driver for the Nintendo Wii Remote.
WMD lets you use the Wiimote as a mouse.
WMD lets you use the Wiimote as a keyboard.

%prep
%setup -q -n %{oname}-%{version}
perl -p -e 's/(^\s+version = \").*(\",$)/${1}%{version}${2}/' %{SOURCE1} > setup.py
%patch0 -p1 -b .uinput
%patch1 -p1 -b .defaddr
%patch2 -p1 -b .compiz

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

install -d %{buildroot}%{_sysconfdir}/modprobe.preload.d
echo uinput > %{buildroot}%{_sysconfdir}/modprobe.preload.d/%{oname}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%config(noreplace) %{_sysconfdir}/modprobe.preload.d/%{oname}
%{_bindir}/WMD.py
%{py_puresitedir}/%{oname}
%{py_puresitedir}/*.egg-info





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-8
+ Revision: d809e35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6947 |14cr|python-wsgiproxy-0.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module wsgiproxy
Name:           python-%module
Version:        0.2.2
Release:        2
Summary:        HTTP proxying tools for WSGI apps
Group:          Development/Python
License:        MIT
URL:            http://pythonpaste.org/wsgiproxy/
Source0:        http://pypi.python.org/packages/source/W/WSGIProxy/WSGIProxy-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-setuptools
Requires:       python-paste
Requires:       python-pastedeploy

%description
WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other
processes over HTTP.

%prep
%setup -q -n WSGIProxy-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
%{__python} setup.py install --root %{buildroot} --install-purelib=%{py_puresitedir}

%clean

%files
%{py_puresitedir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-2
+ Revision: 62bbb06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6948 |14cr|python-wxmpl-2.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  wxmpl
%define name 	python-%{module}
%define version 2.0.0
%define release 3

Summary: 	Painless matplotlib embedding in wxPython
Name: 	 	%{name}
Version: 	%{version}
Release: 	%{release}
Source0: 	%{module}-%{version}.tar.gz
License: 	BSD-like
Group: 	 	Development/Python
Url: 		http://csrri.iit.edu/~wxmpl/
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Requires:  	python-matplotlib-wx >= 0.98.1
Requires:	wxPython >= 2.6.3.2
BuildRequires:	python

%description
The wxmpl module provides a matplotlib FigureCanvas with
user-interaction features like point-under-cursor and zooming in on a
selected area.  Support for creating stripcharts (i.e., plots that
update as their data changes) is also included.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README.txt LICENSE.txt ChangeLog reference/ demos/
%_bindir/*
%py_puresitedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-3
+ Revision: f57fd4b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6949 |14cr|python-xarfile-0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pyxar
%define name python-xarfile
%define version 0.4
%define release 6

Summary: Python bindings for XAR, the eXtensible ARchiver
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{oname}-%{version}.tar.gz
Patch0: pyxar-0.4-fix-build.patch
Url: http://code.google.com/p/xar
License: BSD
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Provides: pyxar
BuildRequires: libxar-devel
BuildRequires: python-devel
BuildRequires: python-pyrex
Requires: python-base

%description
Python bindings for XAR, the eXtensible ARchiver.

%prep
%setup -qn %{oname}-%{version}
%patch0 -p0

%build
env CFLAGS="$RPM_OPT_FLAGS" python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{py_platsitedir}/*.so
%{py_platsitedir}/*egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-6
+ Revision: 1263da0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6950 |14cr|python-xattr-0.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name xattr

Summary: Extended attributes for python
Name: python-xattr
Version: 0.6.1
Release: 4
License: GPL
Group: Development/Python
URL: http://pypi.python.org/pypi/xattr
Source: http://pypi.python.org/packages/source/x/xattr/xattr-%{version}.tar.gz

Provides: pyxattr = %{version}-%{release}

BuildRequires: attr-devel
BuildRequires: python-setuptools
BuildRequires: pkgconfig(python)

%description
python-xattr is a C extension module for Python which implements
extended attributes manipulation. It is a wrapper on top of the
attr C library - see attr(5).

%prep
%setup -q -n %{real_name}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root="%{buildroot}" --prefix="%{_prefix}"


%files
%{py_platsitedir}/*
%{_bindir}/xattr



%changelog
* Mon Aug 04 2014 abfonly <abfonly@gmail.com> 0.6.1-4
+ Revision: b0bdd69
- Updated python-xattr.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6951 |14cr|python-xdot-0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	xdot
%define rel	git81b8d7d

Summary:	Interactive viewer for Graphviz dot files
Name:		python-%{module}
Version:	0.6
Release:	1
Source0:	https://github.com/jrfonseca/xdot.py/archive/0.6.tar.gz
License:	LGPLv3+
Group:		Graphics
Url:		http://code.google.com/p/jrfonseca/wiki/XDot/
BuildArch:	noarch
Requires:	graphviz
Requires:	pygtk2.0
BuildRequires:	python-setuptools
BuildRequires:	python-devel

%description 
xdot is an interactive viewer for graphs written in
Graphviz's dot language.

It internally uses Graphviz's xdot output format as an
intermediate format, and PyGTK and Cairo for rendering.

xdot can be used either as a standalone application from 
the command line, or as a library embedded in your Python 
application.

%prep
%setup -qn xdot.py-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST
%doc sample.py

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-1
+ Revision: 2a7c8f7
- Fix build setup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6952 |14cr|python-xklavier-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: python-xklavier
Version: 0.2
Release: 6
Summary: Python binding for libxklavier
License: LGPLv2+
Group: Development/Python
Url: http://sugarlabs.org/

Source: http://download.sugarlabs.org/sources/external/python-xklavier/python-xklavier-%version.tar.gz
Patch: python-xklavier-0.2-xklavier-5.0.patch

Requires: python-gobject >= 2.6.2
Requires: python  

BuildRequires: gtk+2-devel >= 2.2.0
BuildRequires: libxklavier-devel >= 5.0
BuildRequires: python-gobject-devel >= 2.6.2
BuildRequires: python-devel  


%description
Python binding for libxklavier.

%prep
%setup -q -n python-xklavier-0.2
%patch -p1


%build
%configure2_5x --disable-static am_cv_python_pyexecdir=%{python_sitelib}
%make

%install
%makeinstall_std

%files 
%defattr(-,root,root,-)
%{python_sitelib}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-6
+ Revision: 35f9187
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6953 |14cr|python-xlib-0.15-0.rc1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prever rc1

Summary: X11R6 client-side implementation
Name: python-xlib
Version: 0.15
Release: %mkrel -c %{prever} 1
Source0: http://downloads.sourceforge.net/python-xlib/%{name}-%{version}%{?prever}.tar.bz2
Patch1: python-xlib-0.14-buffsize.patch
License: GPL
Group: Development/Python
Url: http://python-xlib.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: python-devel
BuildArch: noarch

%description
The Python X Library is a complete X11R6 client-side implementation,
written in pure Python. It can be used to write low-levelish X Windows
client applications in Python.

%prep
%setup -q -n %{name}-%{version}%{?prever}
%patch1 -p1 -b .buffsize
chmod -R a+r .

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc NEWS README TODO
%{py_puresitedir}/Xlib
%{py_puresitedir}/*.egg-info





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.15-0.rc1.1
+ Revision: abd4ce5
- Automatic import for version 0.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6954 |14cr|python-xlrd-0.9.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	xlrd

Summary:	Module for extracting data from MS Excel spreadsheets in Python


Name:		python-%{module}
Version:	0.9.3
Release:	2
Source0:	http://pypi.python.org/packages/source/x/xlrd/xlrd-%{version}.tar.gz
License:	BSD 
Group:		Development/Python 
Url:		http://pypi.python.org/pypi/xlrd/
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	python-devel
BuildRequires:	dos2unix

BuildRequires:  python-devel

%description
Extract data from new and old Excel spreadsheets on any platform. 
Pure Python. Strong support for Excel dates. Unicode-aware.

%prep
%setup -q -n %{module}-%{version}
for i in */*.py *.html; do
  # fix missing files
  dos2unix $i || :
done

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

# fix linting, add shebang,fix extentions in _bindir
(
  echo '#!%{__python}'
  cat %{buildroot}%{_bindir}/runxlrd.py
) >> %{buildroot}%{_bindir}/runxlrd
rm -rf %{buildroot}%{_bindir}/runxlrd.py* \
  %{buildroot}/%{py_puresitedir}/xlrd/doc \
  %{buildroot}/%{py_puresitedir}/xlrd/examples 


%files
%attr(755,root,root) %dir %{py_puresitedir}/xlrd
%{py_puresitedir}/xlrd/*
%{py_puresitedir}/*egg-info
%attr(755,root,root) %{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-2
+ Revision: afa0b9b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6955 |14cr|python-xlwt-0.7.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	xlwt

Name:		python-%{oname}
Version:	0.7.5
Release:	2
Summary:	Library to create spreadsheet 
Source0:	http://pypi.python.org/packages/source/x/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://www.python-excel.org/
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
xlwt is a library for generating spreadsheet files that are compatible
with Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. xlwt has
full support for Unicode. Excel spreadsheets can be generated on any
platform without needing Excel or a COM server. The only requirement is
Python 2.3 to 2.7.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

pushd %{buildroot}%{py_puresitedir}/xlwt/examples
find . -name "*.py" |xargs chmod +x
chmod -x {wsprops,simple,parse-fmla,xlwt_easyxf_simple_demo,protection}.py
popd
chmod +x %{buildroot}%{py_puresitedir}/xlwt/Formatting.py

%files
%doc xlwt/doc/xlwt.html
%{py_puresitedir}/xlwt/doc/xlwt.html
%{py_puresitedir}/xlwt/*.py*
%{py_puresitedir}/xlwt*.egg-info
%{py_puresitedir}/xlwt/examples/*.py
%{py_puresitedir}/xlwt/examples/python.bmp

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.5-2
+ Revision: b48b703
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6956 |14cr|python-xmpp-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-xmpp
Version:	1.1.2
Release:	2
URL:		http://pyxmpp.jajcus.net/
Summary:	Python Jabber/XMPP implementation
Source0:	http://github.com/downloads/Jajcus/pyxmpp/pyxmpp-%{version}.tar.gz
Group:		System/Libraries 
License:	LGPLv2
BuildRequires:	python-m2crypto dnspython python-libxml2 python-devel libxml2-devel
Requires:	python-m2crypto dnspython python-libxml2 python

%description
PyXMPP is a Python XMPP (RFC 3920,3921) and Jabber implementation. It
is based on libxml2 -- fast and fully-featured XML parser.

PyXMPP provides most core features of the XMPP protocol and several
JSF-defined extensions. PyXMPP provides building blocks for creating
Jabber clients and components. Developer uses them to setup XMPP streams,
handle incoming events and create outgoing stanzas (XMPP "packets").

Features

 * nearly complete XMPP Core (RFC 3920) protocol for client connections
   (includes SASL, TLS and Strinprep).
 * mostly complete XMPP IM (RFC 3921) protocol (lacks privacy lists)
 * XMPP error objects including translations to and from legacy codes
   for backward compatibility (JEP-0086).
 * legacy authentication ("digest" and "plain") (JEP-0078).
 * component protocol (JEP-0114).
 * Service Discovery (JEP-0030).
 * vCards -- both Jabber "vcard-temp" and RFC 2426
 * basic parts of the Multi-User Chat protocol (JEP-0045)
 * delayed delivery timestamps (JEP-0091).
 * Data Forms (JEP-0004).
 * In-Band Registration (JEP-0077).

%prep
%setup -q -n pyxmpp-%{version}

%build
%__python setup.py build
%__python -O -c "import compileall; compileall.compile_dir('build')"
%__python -c "import compileall; compileall.compile_dir('build')"

%install
%{__rm} -Rf %{buildroot}
%__python setup.py install --prefix %{buildroot}%{_prefix}

%files
%doc ChangeLog COPYING PKG-INFO README TODO examples doc
%{py_platsitedir}/pyxmpp
%{py_platsitedir}/pyxmpp-%{version}-*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-2
+ Revision: 9807662
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6957 |14cr|python-xoltar-0.20010601-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname    xoltar
%define name     python-%{oname}
%define version 0.20010601
%define oversion 01jun01
%define release 11
%define dname    %{oname}-toolkit-%{oversion}
%define modules  functional lazy threadpool

Summary:       A collection of utilities for threading and FP in python
Name:          %{name}
Version:       %{version}
Release:       %{release}
Source0:       %dname.tar.bz2
License:       LGPL
Group:         Development/Python
BuildRoot:     %{_tmppath}/%{name}-buildroot
Url:           http://www.xoltar.org/languages/python.html
BuildRequires: python
BuildRequires: dos2unix
BuildArch:     noarch

%description
The Xoltar Toolkit is a collection of useful utilities for programming
in Python. Aside from the threadpool module, the toolkit is mostly
concerned with enabling a functional programming style in Python.

%prep
%setup -c %dname
sed -i -e"s/__version__ ==/__version__ =/" threadpool.py

#fix EOLs
dos2unix *.txt

%build

%install
rm -rf %{buildroot}
install -m755 -d %{buildroot}/%{python_sitelib}
for module in %{modules}; do
  python -c "import $module"
  install -m644 $module.py* %{buildroot}/%{python_sitelib}
done

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc *_changes.txt
%{python_sitelib}/*.py



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20010601-11
+ Revision: 69e79ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6958 |14cr|python-xzip-0.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   xzip
%define name    python-%oname
%define version 0.1
%define release 10


Summary:       Sequence index and item ranges for python
Name:          %{name}
Version:       %{version}
Release:       %{release}
Source0:       %{oname}.py
License:       LGPL
Group:         Development/Python
BuildRoot:     %{_tmppath}/%{name}-buildroot
Url:           http://www.python.org/peps/pep-0212.html
BuildRequires: python
BuildArch:     noarch

%description
This is a python module providing lazy versions of the built-in zip,
map, and filter functions.

%install
rm -rf $RPM_BUILD_ROOT
install -m644 -D %SOURCE0 $RPM_BUILD_ROOT/%py_puresitedir/%{oname}.py
cd $RPM_BUILD_ROOT%py_puresitedir
python -c "import %{oname}"

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%py_puresitedir/%{oname}.py




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-10
+ Revision: 26ad845
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6959 |14cr|python-yadis-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module yadis
Name: 		python-%module
Summary:    Python library for yadis service discovery
Version: 	1.1.0
Release:	2
License: 	GPL
Group: 		Development/Python
BuildRequires: 	python-devel
Requires: 	python-urljr
Url: 		http://www.openidenabled.com/yadis/libraries/python
Source: 	http://www.openidenabled.com/resources/downloads/python-openid/python-yadis-%{version}.tar.gz

Buildarch:	noarch

%description
Yadis is a protocol for discovering services applicable to a URL.
This package provides a client implementation of the Yadis protocol.

%prep
%setup -q -n python-%{module}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root $RPM_BUILD_ROOT --install-purelib=%{py_puresitedir}


%files
%{py_puresitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-2
+ Revision: 7e1b91d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6960 |14cr|python-yenc-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tag ee6b73a5b14f

Name:           python-yenc
Version:        0.4.0
Release:        2
Summary:        yEnc Module for Python
Group:          Development/Python
License:        GPLv2+
URL:            http://www.hellanzb.com/trac/
Source0:        https://bitbucket.org/dual75/yenc/get/0.4.0.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute

%description
python-yenc is a yEnc decoding library for Python. yEnc is a
binary-to-text encoding scheme for transferring binary files
in messages on Usenet or via e-mail.

%prep
%setup -q -n dual75-yenc-%{tag}


%build
CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' build


%install
%{__python} -c 'import setuptools; execfile("setup.py")' install -O1 --skip-build --root %{buildroot}
chmod g-w %{buildroot}/%{py_platsitedir}/_yenc.so


%check
PYTHONPATH="$PYTHONPATH:%{buildroot}/%{py_platsitedir}" %{__python} test/test.py


%clean


%files
%doc README TODO COPYING
%{py_platsitedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-2
+ Revision: 31053be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6961 |14cr|python-yolk-0.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	yolk

Summary:	Python package command-line query tool
Name:		python-%{module}
Version:	0.4.3
Release:	2
Source0:	http://pypi.python.org/packages/source/y/%{module}/%{module}-%{version}.tar.gz
License:	GPLv2
Group:		Development/Python
Url:		http://tools.assembla.com/yolk/
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
Yolk is a Python command-line tool and library for obtaining
information about packages installed by setuptools, easy_install and
distutils (Python 2.5) and for querying PyPI.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
%__install -d -m 755 %{buildroot}%{_mandir}/man1
%__install -m 644 docs/yolk.1 %{buildroot}%{_mandir}/man1/
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST
%doc AUTHORS COPYING CREDITS FAQ NEWS README THANKS TODO
%_mandir/man1/yolk.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.3-2
+ Revision: 7053234
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6962 |14cr|python-z3c.autoinclude-0.3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	z3c.autoinclude

Name:		python-%{oname}
Version:	0.3.5
Release:	2
Summary:	Automatically include ZCML
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/z3c.autoinclude
BuildArch:	noarch
BuildRequires:	python-setuptools

Requires:  pythonegg(zope.dottedname)
Requires:  pythonegg(zope.interface)
Requires:  pythonegg(zope.configuration)
Requires:  pythonegg(zope.schema)
Requires:  pythonegg(zc.buildout)


%description
This package adds two new ZCML directives to automatically detect
ZCML files to include: "includeDependencies" and "includePlugins".

When you want to include a Zope-based package in your application, you
have to repeat yourself in two places: you have to add the package
itself (in a setup.py, buildout, etc) and you also have to include its
ZCML with an <include> directive or a package-includes slug. Because
you have to repeat yourself, you can easily make an error where you
add a new package but forget to include its ZCML.

z3c.autoinclude lets you circumvent this error-prone process with
automatic detection and inclusion of ZCML files.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc CHANGES.rst README.rst TODO.rst
%doc src/z3c.autoinclude.egg-info/*.txt
%doc src/z3c/autoinclude/*.txt
%{_bindir}/*
%{py_puresitedir}/z3c/autoinclude/*
%{py_puresitedir}/z3c.autoinclude*.egg-info
%{py_puresitedir}/z3c.autoinclude*.pth

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.5-2
+ Revision: fcfd8f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6963 |14cr|python-z3c.form-3.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	z3c.form

Name:		python-%{oname}
Version:	3.2.1
Release:	2
Summary:	An advanced form and widget framework for Zope 3

Source0:	http://pypi.python.org/packages/source/z/z3c.form/z3c.form-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		https://launchpad.net/z3c.form
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pkgconfig(libxslt)

Requires: pythonegg(setuptools) 
Requires: pythonegg(six) 
Requires: pythonegg(zope.browser) 
Requires: pythonegg(zope.browserpage) 
Requires: pythonegg(zope.browserresource) 
Requires: pythonegg(zope.component) 
Requires: pythonegg(zope.configuration) 
Requires: pythonegg(zope.contentprovider) 
Requires: pythonegg(zope.event) 
Requires: pythonegg(zope.i18n) 
Requires: pythonegg(zope.i18nmessageid) 
Requires: pythonegg(zope.interface) 
Requires: pythonegg(zope.lifecycleevent) 
Requires: pythonegg(zope.location) 
Requires: pythonegg(zope.pagetemplate) 
Requires: pythonegg(zope.publisher) 
Requires: pythonegg(zope.schema) >= 3.6.0 
Requires: pythonegg(zope.security) 
Requires: pythonegg(zope.site) 
Requires: pythonegg(zope.traversing)


%description
This package provides an implementation for HTML forms and widgets. The goal
is to provide a simple API but with the ability to easily customize any data
or steps.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
# python setup.py test

%files
%doc *.txt
%doc src/z3c/form/*.txt
%doc src/z3c/form/browser/*.txt
%{py_puresitedir}/z3c/form/*
%{py_puresitedir}/z3c.form*.egg-info
%{py_puresitedir}/z3c.form*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.1-2
+ Revision: 49610a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6964 |14cr|python-z3c.formui-3.0.0a2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	z3c.formui

Name:		python-%{oname}
Version:	3.0.0a2
Release:	2
Summary:	A set of initial UI components for z3c.form
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/z3c.formui
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pkgconfig(libxslt)
BuildRequires:  pythonegg(zope.viewlet)

Requires: python(abi) = 2.7 
Requires: pythonegg(setuptools) 
Requires: pythonegg(z3c.form) >= 2.2.0 
Requires: pythonegg(z3c.macro) 
Requires: pythonegg(z3c.template) 
Requires: pythonegg(zope.component) 
Requires: pythonegg(zope.publisher) 
Requires: pythonegg(zope.viewlet)

%description
This package provides a set of default layouts for the ``z3c.form``
framework. In particular it provides a DIV-based and a TABLE-based layout. The
developer can use either layout by inheriting from a different base layer.

The package also has some support for layout/pagelet templates.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
# python setup.py test

%files
%doc *.txt
%doc src/z3c.formui.egg-info/*.txt
%doc src/z3c/formui/README.txt
%{py_puresitedir}/z3c/formui/*
%{py_puresitedir}/z3c.formui*.egg-info
%{py_puresitedir}/z3c.formui*.pth

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0a2-2
+ Revision: 8abf564
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6965 |14cr|python-z3c.macro-2.0.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	z3c.macro

Name:		python-%{oname}
Version:	2.0.0a1
Release:	2
Summary:	Simpler definition of ZPT macros
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/z3c.macro
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This package provides an adapter and a TALES expression for a more explicit
and more flexible macro handling using the adapter registry for macros.



%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
# python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/z3c.macro.egg-info/SOURCES.txt
%doc src/z3c.macro.egg-info/dependency_links.txt
%doc src/z3c.macro.egg-info/namespace_packages.txt
%doc src/z3c.macro.egg-info/requires.txt
%doc src/z3c.macro.egg-info/top_level.txt
%doc src/z3c/macro/README.txt
%doc src/z3c/macro/zcml.txt
%{py_puresitedir}/z3c/macro/*
%{py_puresitedir}/z3c.macro*.egg-info
%{py_puresitedir}/z3c.macro*.pth

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0a1-2
+ Revision: 17e3f49
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6966 |14cr|python-z3c.optionstorage-1.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	z3c.optionstorage

Name:		python-%{oname}
Version:	1.0.7
Release:	2
Summary:	Optional Storages -- Persistent, Managable Vocabularies
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/z3c.optionstorage
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
Requires: python(abi) = 2.7 pythonegg(setuptools) 
Requires:	pythonegg(zodb3) 
Requires:	pythonegg(zope.annotation) 
Requires:	pythonegg(zope.app.form) 
Requires:	pythonegg(zope.browserpage) >= 3.10 
Requires:	pythonegg(zope.component) 
Requires:	pythonegg(zope.configuration) 
Requires:	pythonegg(zope.i18n) 
Requires:	pythonegg(zope.interface) 
Requires:	pythonegg(zope.proxy) 
Requires:	pythonegg(zope.schema) 
Requires:	pythonegg(zope.security) 
Requires:	pythonegg(zope.traversing)

%description
Option Storages are vocabularies that store their values in the ZODB and can
be managed during application runtime.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/z3c/optionstorage/*.py*
%{py_puresitedir}/z3c/optionstorage/browser/*.py*
%{py_puresitedir}/z3c.optionstorage*.egg-info
%{py_puresitedir}/z3c.optionstorage-1.0.7-py2.7-nspkg.pth
%{py_puresitedir}/z3c/optionstorage/browser/configure.zcml
%{py_puresitedir}/z3c/optionstorage/browser/meta.zcml
%{py_puresitedir}/z3c/optionstorage/browser/optiondict.pt
%{py_puresitedir}/z3c/optionstorage/browser/optionstorage.pt
%{py_puresitedir}/z3c/optionstorage/configure.zcml
%{py_puresitedir}/z3c/optionstorage/meta.zcml








%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-2
+ Revision: d7ca6f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6967 |14cr|python-z3c.rml-2.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	z3c.rml

Name:		python-%{oname}
Version:	2.3.0
Release:	2
Summary:	An alternative implementation of RML
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/z3c.rml
BuildArch:	noarch
BuildRequires:	python-setuptools

Requires:	python(abi) = 2.7 
Requires:	pythonegg(lxml) 
Requires:	pythonegg(pygments) 
Requires:	pythonegg(pypdf) 
Requires:	pythonegg(reportlab) 
Requires:	pythonegg(setuptools) 
Requires:	pythonegg(svg2rlg) 
Requires:	pythonegg(zope.interface) 
Requires:	pythonegg(zope.schema)



%description
===================================================
``z3c.rml`` -- An alternative implementation of RML
===================================================

This is an alternative implementation of ReportLab's RML PDF generation XML
format. Like the original implementation, it is based on ReportLab's
``reportlab`` library.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
# python setup.py test

%files
%doc *.txt
%doc src/z3c.rml.egg-info/*.txt
%doc src/z3c/rml/README.txt
%doc src/z3c/rml/pagetemplate.txt
%doc src/z3c/rml/rml-reference.pdf
%doc src/z3c/rml/tests/expected/*.pdf
%doc src/z3c/rml/tests/output/README.txt
%{_bindir}/dtd 
%{_bindir}/reference 
%{_bindir}/rml2pdf 
%{py_puresitedir}/z3c.rml-2.3.0-py2.7-nspkg.pth
%{py_puresitedir}/z3c/rml/tests/expected/*.pdf
%{py_puresitedir}/z3c/rml/tests/input/*.ttf
%{py_puresitedir}/z3c/rml/tests/input/data/*.pdf
%{py_puresitedir}/z3c/rml/tests/input/*.rml
%{py_puresitedir}/z3c/rml/tests/input/images/*.eps
%{py_puresitedir}/z3c/rml/tests/input/images/*.svg
%{py_puresitedir}/z3c/rml/tests/input/images/*.svgz
%{py_puresitedir}/z3c/rml/tests/input/images/*.gif
%{py_puresitedir}/z3c/rml/tests/input/*.png
%{py_puresitedir}/z3c/rml/tests/output/README.txt
%{py_puresitedir}/z3c/rml/tests/input/*.gif
%{py_puresitedir}/z3c/rml/rml.dtd
%{py_puresitedir}/z3c/rml/*.txt
%{py_puresitedir}/z3c/rml/*.pdf
%{py_puresitedir}/z3c/rml/*.pt
%{py_puresitedir}/z3c/rml/*.py*
%{py_puresitedir}/z3c/rml/tests/*.py*
%{py_puresitedir}/z3c.rml*.egg-info













%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.0-2
+ Revision: b2f57d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6968 |14cr|python-z3c.template-2.0.0a2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	z3c.template

Name:		python-%{oname}
Version:	2.0.0a2
Release:	2
Summary:	A package implementing advanced Page Template patterns
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/z3c.template
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
------------
Z3C template
------------

This package allows you to register templates independently from view code.

In Zope 3, when registering a `browser:page` both presentation and computation
are registered together. Unfortunately the registration tangles presentation
and computation so tightly that it is not possible to re-register a different
template depending on context. (You can override the whole registration but
this is not the main point of this package.)

With z3c.template the registration is split up between the view and the
template and allows to differentiate the template based on the skin layer and
the view.

In addition this package lays the foundation to differentiate between
templates that provide specific presentation templates and generic layout
templates.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
# python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/z3c.template.egg-info/SOURCES.txt
%doc src/z3c.template.egg-info/dependency_links.txt
%doc src/z3c.template.egg-info/namespace_packages.txt
%doc src/z3c.template.egg-info/requires.txt
%doc src/z3c.template.egg-info/top_level.txt
%doc src/z3c/template/README.txt
%doc src/z3c/template/zcml.txt
%{py_puresitedir}/z3c/template/*
%{py_puresitedir}/z3c.template*.egg-info
%{py_puresitedir}/z3c.template*.pth

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0a2-2
+ Revision: 3eec86d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6969 |14cr|python-zc.buildout-2.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zc.buildout

Name:		python-%{oname}
Version:	2.2.1
Release:	2
Summary:	System for managing development buildouts
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://buildout.org
BuildArch:	noarch
BuildRequires:	python-setuptools


%description
********
Buildout
********
Buildout is a project designed to solve 2 problems:
1. Application-centric assembly and deployment
2. Repeatable assembly of programs from Python 
software distributions


%prep
%setup -q -n %{oname}-%{version}
perl -pi -e "s|>=0.7||"  setup.py

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc CHANGES.rst COPYRIGHT.txt DEVELOPERS.txt LICENSE.txt README.rst
%doc src/zc/buildout/*.txt
%{py_puresitedir}/zc/buildout/*.py*
%{py_puresitedir}/zc.buildout*.egg-info
%{_bindir}/buildout
%{py_puresitedir}/zc.buildout-2.2.1-py2.7-nspkg.pth
%{py_puresitedir}/zc/buildout/*.txt
%{py_puresitedir}/zc/buildout/bootstrap_cl_settings.test
%{py_puresitedir}/zc/buildout/configparser.test
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-2
+ Revision: 93863aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6970 |14cr|python-zc.catalog-1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zc.catalog

Name:		python-%{oname}
Version:	1.6
Release:	2
Summary:	Extensions to the Zope 3 Catalog
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zc.catalog
BuildArch:	noarch
BuildRequires:	python-setuptools

Requires:   pythonegg(pytz) 
Requires:   pythonegg(setuptools) 
Requires:   pythonegg(zodb3) 
Requires:   pythonegg(zope.catalog) 
Requires:   pythonegg(zope.component) 
Requires:   pythonegg(zope.container) 
Requires:   pythonegg(zope.i18nmessageid) 
Requires:   pythonegg(zope.index) >= 3.5.1 
Requires:   pythonegg(zope.interface) 
Requires:   pythonegg(zope.intid) 
Requires:   pythonegg(zope.publisher) >= 3.12 
Requires:   pythonegg(zope.schema) 
Requires:   pythonegg(zope.security)

%description
zc.catalog is an extension to the Zope 3 catalog, Zope 3's indexing
and search facility. zc.catalog contains a number of extensions to the
Zope 3 catalog, such as some new indexes, improved globbing and
stemming support, and an alternative catalog implementation.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zc.catalog.egg-info/SOURCES.txt
%doc src/zc.catalog.egg-info/dependency_links.txt
%doc src/zc.catalog.egg-info/namespace_packages.txt
%doc src/zc.catalog.egg-info/requires.txt
%doc src/zc.catalog.egg-info/top_level.txt
%doc src/zc/catalog/callablewrapper.txt
%doc src/zc/catalog/extentcatalog.txt
%doc src/zc/catalog/globber.txt
%doc src/zc/catalog/legacy.txt
%doc src/zc/catalog/normalizedindex.txt
%doc src/zc/catalog/setindex.txt
%doc src/zc/catalog/stemmer.txt
%doc src/zc/catalog/valueindex.txt
%doc src/zc/catalog/browser/README.txt
%{py_puresitedir}/zc/catalog/
%{py_puresitedir}/zc.catalog*.egg-info
%{py_puresitedir}/zc.catalog*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-2
+ Revision: 462f0a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6971 |14cr|python-zc.datetimewidget-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zc.datetimewidget

Name:		python-%{oname}
Version:	0.7.0
Release:	2
Summary:	Javascript-based widgets for date and datetime fields
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zc.datetimewidget
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires: pythonegg(pytz) 
Requires: pythonegg(setuptools) 
Requires: pythonegg(zc.i18n) 
Requires: pythonegg(zc.resourcelibrary) 
Requires: pythonegg(zope.app.form) 
Requires: pythonegg(zope.component) 
Requires: pythonegg(zope.datetime) 
Requires: pythonegg(zope.interface) 
Requires: pythonegg(zope.publisher) >= 3.12 
Requires: pythonegg(zope.schema)

%description
There are two types of widgets provided by this package, a date widget
and a datetime widget.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zc/datetimewidget/*
%{py_puresitedir}/zc.datetimewidget*.egg-info
%{py_puresitedir}/zc.datetimewidget*.pth

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 847040c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6972 |14cr|python-zc.i18n-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zc.i18n

Name:		python-%{oname}
Version:	0.7.0
Release:	2
Summary:	Additional I18n Support APIs
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://cheeseshop.python.org/pypi/zc.i18n
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires: pythonegg(setuptools) pythonegg(zope.i18n) pythonegg(zope.i18nmessageid) pythonegg(zope.interface)
Requires: pythonegg(zope.i18n)
Requires: pythonegg(zope.i18nmessageid)
Requires: pythonegg(zope.interface)


%description
This package provides additional I18n and L10n features. In particular it
provides an API to compute the time durations over various timezones.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zc/i18n/*.py*
%{py_puresitedir}/zc.i18n*.egg-info
%{py_puresitedir}/zc.i18n-0.7.0-py2.7-nspkg.pth
%{py_puresitedir}/zc/i18n/configure.zcml
%{py_puresitedir}/zc/i18n/duration.txt
%{py_puresitedir}/zc/i18n/locales/README.txt
%{py_puresitedir}/zc/i18n/locales/de/LC_MESSAGES/zc.i18n.mo
%{py_puresitedir}/zc/i18n/locales/de/LC_MESSAGES/zc.i18n.po
%{py_puresitedir}/zc/i18n/locales/zc.i18n.pot


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 1ce1ef3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6973 |14cr|python-zc.lockfile-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		python-zc.lockfile
Version:	1.1.0
Release:	2
Group:		Development/Python
License:	Zope Public License
Summary:	Basic inter-process locks
#md5=6cf83766ef9935c33e240b0904c7a45e
Source:		http://pypi.python.org/packages/source/z/zc.lockfile/zc.lockfile-%{version}.zip
URL:		http://pypi.python.org/pypi/zc.lockfile/1.0.0
BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
The zc.lockfile package provides a basic portable implementation of
interprocess locks using lock files. The purpose if not specifically
to lock files, but to simply provide locks with an implementation based
on file-locking primitives. Of course, these locks could be used to mediate
access to other files. For example, the ZODB file storage implementation uses
file locks to mediate access to file-storage database files. The database files
and lock file files are separate files.

%prep
%setup -q -n zc.lockfile-%{version}

%build

%install
PYTHONDONTWRITEBYTECODE= \
%__python setup.py install --root=%{buildroot} --record=INSTALLED_FILES
sed -i 's/.*egg-info$//' INSTALLED_FILES

%files -f INSTALLED_FILES
%defattr(-,root,root)



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-2
+ Revision: 36913cf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6974 |14cr|python-ZConfig-3.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	ZConfig

Name:		python-%{oname}
Version:	3.0.4
Release:	2
Summary:	Structured Configuration Library

Source0:	http://pypi.python.org/packages/source/Z/ZConfig/ZConfig-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://www.zope.org/Members/fdrake/zconfig/
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.testrunner)
BuildRequires:  pythonegg(zope.exceptions)
BuildRequires:  pythonegg(six)

%description
ZConfig: Schema-driven configuration
====================================

ZConfig is a configuration library intended for general use.  It
supports a hierarchical schema-driven configuration model that allows
a schema to specify data conversion routines written in Python.
ZConfig's model is very different from the model supported by the
ConfigParser module found in Python's standard library, and is more
suitable to configuration-intensive applications.

ZConfig schema are written in an XML-based language and are able to
"import" schema components provided by Python packages.  Since
components are able to bind to conversion functions provided by Python
code in the package (or elsewhere), configuration objects can be
arbitrarily complex, with values that have been verified against
arbitrary constraints.  This makes it easy for applications to
separate configuration support from configuration loading even with
configuration data being defined and consumed by a wide range of
separate packages.

ZConfig is licensed under the Zope Public License, version 2.1.  See
the file LICENSE.txt in the distribution for the full license text.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc ZConfig/schemaless.txt
%doc ZConfig/tests/test_readme.py
%doc ZConfig/tests/library/README.txt
%doc ZConfig/tests/zipsource/README.txt
%doc doc/README.txt
%doc doc/zconfig.pdf
%{_bindir}/zconfig
%{_bindir}/zconfig_schema2html
%{py_puresitedir}/ZConfig/*
%{py_puresitedir}/ZConfig*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.4-2
+ Revision: dd7bfbc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6975 |14cr|python-zc.resourcelibrary-1.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zc.resourcelibrary

Name:		python-%{oname}
Version:	1.3.4
Release:	2
Summary:	Post-rendering Resource Inclusion
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zc.resourcelibrary
BuildArch:	noarch
BuildRequires:	python-setuptools

Requires: pythonegg(setuptools) 
Requires: pythonegg(zope.app.publication) 
Requires: pythonegg(zope.browserpage) 
Requires: pythonegg(zope.browserresource) 
Requires: pythonegg(zope.component) 
Requires: pythonegg(zope.configuration) 
Requires: pythonegg(zope.interface) 
Requires: pythonegg(zope.publisher) 
Requires: pythonegg(zope.security) 
Requires: pythonegg(zope.tales) 
Requires: pythonegg(zope.traversing)

%description
The resource library is a Zope 3 extension that is designed to make the
inclusion of JavaScript, CSS, and other resources easy, cache-friendly,
and component-friendly.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zc/resourcelibrary/*
%{py_puresitedir}/zc.resourcelibrary*.egg-info
%{py_puresitedir}/zc.resourcelibrary*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-2
+ Revision: fd584ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6976 |14cr|python-zc.table-0.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zc.table

Name:		python-%{oname}
Version:	0.9.0
Release:	2
Summary:	Zope table
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zc.table/
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires: pythonegg(setuptools) 
Requires: pythonegg(zc.resourcelibrary) >= 0.6 
Requires: pythonegg(zope.browserpage) >= 3.10 
Requires: pythonegg(zope.cachedescriptors)
Requires: pythonegg(zope.component) 
Requires: pythonegg(zope.formlib) 
Requires: pythonegg(zope.i18n) 
Requires: pythonegg(zope.interface) 
Requires: pythonegg(zope.schema)

%description
This is a Zope 3 extension that helps with the construction of (HTML) tables.
Features include dynamic HTML table generation, batching and sorting.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zc/table/*
%{py_puresitedir}/zc.table*.egg-info
%{py_puresitedir}/zc.table*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-2
+ Revision: dda3709
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6977 |14cr|python-zdaemon-4.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zdaemon

Name:		python-%{oname}
Version:	4.0.0
Release:	2
Summary:	Daemon process control library and tools for Unix-based systems
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://www.python.org/pypi/zdaemon
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires:	pythonegg(zconfig)

%description
*****************************************************
``zdaemon`` process controller for Unix-based systems
*****************************************************

``zdaemon`` is a Unix (Unix, Linux, Mac OS X) Python program that wraps
commands to make them behave as proper daemons.



%prep
%setup -q -n %{oname}-%{version}

perl -pi -e "s|#!python|#! /usr/bin/env python|" src/zdaemon/zdrun.py
perl -pi -e "s|#!python|#! /usr/bin/env python|" src/zdaemon/zdctl.py


%build
python setup.py build
cd -


%install
python setup.py install --root=%{buildroot}
chmod +x %{buildroot}%{py_puresitedir}/zdaemon/tests/nokill.py
chmod +x %{buildroot}%{py_puresitedir}/zdaemon/zdrun.py
chmod +x %{buildroot}%{py_puresitedir}/zdaemon/zdctl.py



%check
python setup.py test

%files
%doc *.txt
%doc src/zdaemon/README.txt
%doc src/zdaemon.egg-info/*.txt

%{py_puresitedir}/zdaemon/*.py*
%{py_puresitedir}/zdaemon/tests/*.py*
%{py_puresitedir}/zdaemon*.egg-info
%{_bindir}/zdaemon
%{py_puresitedir}/zdaemon/README.txt
%{py_puresitedir}/zdaemon/component.xml
%{py_puresitedir}/zdaemon/sample.conf
%{py_puresitedir}/zdaemon/schema.xml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0-2
+ Revision: 8d92ff7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6978 |14cr|python-zodb3-3.10.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-zodb3
Version:	3.10.5
Release:	8
Group:		Development/Python
License:	Zope Public License
Summary:	Zope Object Database: object database and persistence
Source:		http://pypi.python.org/packages/source/Z/ZODB3/ZODB3-3.10.5.tar.gz
URL:		http://pypi.python.org/pypi/ZODB3/3.10.5

BuildRequires:	python-devel
BuildRequires:	python-setuptools
# 4 check
BuildRequires:  pythonegg(six)
BuildRequires:  pythonegg(transaction)
BuildRequires:  pythonegg(zc.lockfile)
BuildRequires:  pythonegg(zconfig)
BuildRequires:  pythonegg(zdaemon)
BuildRequires:  pythonegg(zope.event)
BuildRequires:  pythonegg(zope.interface)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(manuel)
BuildRequires:  pythonegg(zope.testing)

Requires:       python-setuptools
Requires:       pythonegg(zconfig)
Requires:       pythonegg(zdaemon)
Requires:       pythonegg(zope.event)
Requires:       pythonegg(zope.interface)
Requires:	pythonegg(transaction)
Requires:	pythonegg(zc.lockfile)
Requires:	pythonegg(zope.proxy)
Requires:	pythonegg(zdaemon)
Requires:	pythonegg(persistent)
Requires:	pythonegg(btrees)




%description
The Zope Object Database provides an object-oriented database for
Python that provides a high-degree of transparency. Applications
can take advantage of object database features with few, if any,
changes to application logic. ZODB includes features such as a
pluggable storage interface, rich transaction support, and undo.

#------------------------
%package devel
Summary:  Developer files for %{name}
Group:    Development/Python
Requires: %{name} = %{version}-%{release}
Requires: python-devel
BuildArch: noarch

%description devel
Files for developing applications using Python extensions of ZODB.

%files devel

%{_includedir}/python?.?/ZODB3

#--------------------------

%define debug_package %{nil}

%prep
%setup -q -n ZODB3-%{version}
for File in src/ZEO/zeoctl.py src/{ZODB,ZEO}/scripts/*.py ; do
  sed -i.orig -e '/^#! *\//, 1d' $File
  touch -r ${File}.orig $File
  rm ${File}.orig
done

%build
CFLAGS="$RPM_OPT_FLAGS" python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

pushd %{buildroot}%{python_sitearch}
# remove contained source files
find . \( -name '*.c' -o -name '*.h' \) -type f -print0 | xargs -0 rm -fv

# deal with documents
mkdir -p %{buildroot}%{_docdir}/%{name}/
DOCDIR=%{buildroot}%{_docdir}/%{name}/
for FILE in `find . -name '*.txt'`; do
  DIR=${FILE%/*.*}
  # If a file in */tests/ directory, move it to an upper one.
  DIR=${DIR%/tests}
  # Don't move the files in the egg info directory
  if echo $DIR| grep -v egg-info >/dev/null; then
     if [ $DIR != . -a ! -d $DOCDIR$DIR ]; then
        mkdir -p $DOCDIR$DIR
     fi
     if [ ! -e $DOCDIR$DIR/${FILE##.*/} ]; then
        mv $FILE $DOCDIR$DIR
     else
        echo "name conflicts occur in documentation"
        exit 1
     fi
  fi
done

popd

# convert doc
iconv -f ISO-8859-1 -t UTF-8 src/CHANGES.txt >$DOCDIR/CHANGES.txt
touch -r src/CHANGES.txt $DOCDIR/CHANGES.txt
cp -p COPYRIGHT.txt LICENSE.txt HISTORY.txt README.txt \
   doc/* $DOCDIR

# These are provided by separate packages
rm -rf %{buildroot}%{python_sitearch}/BTrees/
rm -rf %{buildroot}%{python_sitearch}/persistent/





%check
python setup.py test

%files
%{_docdir}/%{name}/
%{python_sitearch}/ZODB/
%{python_sitearch}/ZODB3-*.egg-info
%{_bindir}/*
%{python_sitearch}/ZEO/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.10.5-8
+ Revision: a5b7f9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6979 |14cr|python-zope.annotation-4.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.annotation

Name:		python-%{oname}
Version:	4.2.0
Release:	2
Summary:	Object annotation mechanism
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.annotation
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.component)
BuildRequires:  pythonegg(zope.location)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(persistent)
BuildRequires:  pythonegg(btrees)


%description
==================
Object Annotations
==================

This package provides a mechanism to store additional information about
objects without need to modify object class.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.annotation.egg-info/SOURCES.txt
%doc src/zope.annotation.egg-info/dependency_links.txt
%doc src/zope.annotation.egg-info/namespace_packages.txt
%doc src/zope.annotation.egg-info/requires.txt
%doc src/zope.annotation.egg-info/top_level.txt
%doc src/zope/annotation/README.txt
%{py_puresitedir}/zope/annotation/*
%{py_puresitedir}/zope.annotation*.egg-info
%{py_puresitedir}/zope.annotation*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.0-2
+ Revision: 3c4b3dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6980 |14cr|python-zope.app.applicationcontrol-3.5.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.applicationcontrol

Name:		python-%{oname}
Version:	3.5.10
Release:	2
Summary:	Zope application control
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://cheeseshop.python.org/pypi/zope.app.applicationcontrol
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires: pythonegg(setuptools) 
Requires: pythonegg(zodb3) 
Requires: pythonegg(zope.applicationcontrol) 
Requires: pythonegg(zope.component) 
Requires: pythonegg(zope.i18n) 
Requires: pythonegg(zope.i18nmessageid) 
Requires: pythonegg(zope.interface) 
Requires: pythonegg(zope.size) 
Requires: pythonegg(zope.traversing) >= 3.7.0


%description
===========================
zope.app.applicationcontrol
===========================

The application control instance is usually generated upon startup.
This package provides runtime information adapter for application
control and Zope version.  Also provide a utility with methods for
shutting down and restarting the server.



%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/applicationcontrol/*.py*
%{py_puresitedir}/zope/app/applicationcontrol/browser/*.py*
%{py_puresitedir}/zope/app/applicationcontrol/browser/tests/*.py*
%{py_puresitedir}/zope/app/applicationcontrol/tests/*.py*
%{py_puresitedir}/zope.app.applicationcontrol*.egg-info
%{py_puresitedir}/zope.app.applicationcontrol-3.5.10-py2.7-nspkg.pth
%{py_puresitedir}/zope/app/applicationcontrol/browser/configure.zcml
%{py_puresitedir}/zope/app/applicationcontrol/browser/runtimeinfo.pt
%{py_puresitedir}/zope/app/applicationcontrol/browser/servercontrol.pt
%{py_puresitedir}/zope/app/applicationcontrol/browser/tests/zodb.txt
%{py_puresitedir}/zope/app/applicationcontrol/browser/translationdomaincontrol.pt
%{py_puresitedir}/zope/app/applicationcontrol/browser/zodbcontrol.pt
%{py_puresitedir}/zope/app/applicationcontrol/configure.zcml
%{py_puresitedir}/zope/app/applicationcontrol/ftesting.zcml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.10-2
+ Revision: e6f353b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6981 |14cr|python-zope.app.appsetup-4.0.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.appsetup

Name:		python-%{oname}
Version:	4.0.0a1
Release:	2
Summary:	Zope app setup helper
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.appsetup
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zodb3) 
Requires:  pythonegg(zope.app.publication) 
Requires:  pythonegg(zope.component) >= 3.8.0 
Requires:  pythonegg(zope.configuration) 
Requires:  pythonegg(zope.container) >= 4.0.0a2 
Requires:  pythonegg(zope.error) 
Requires:  pythonegg(zope.event) 
Requires:  pythonegg(zope.interface) 
Requires:  pythonegg(zope.processlifetime) 
Requires:  pythonegg(zope.security) >= 4.0.0 
Requires:  pythonegg(zope.session) >= 4.0.0a1 
Requires:  pythonegg(zope.site) >= 4.0.0a1 
Requires:  pythonegg(zope.traversing) >= 4.0.0a2

%description
zope.app.appsetup README
========================

This package provides application setup helpers for the Zope3 appserver.


%prep
%setup -q -n %{oname}-%{version}
perl -pi -e "s|ZODB|ZODB3|"  setup.py
perl -pi -e "s|zope.security >= 4.0.0a2|zope.security >= 4.0.0|"  setup.py

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
#python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.app.appsetup.egg-info/SOURCES.txt
%doc src/zope.app.appsetup.egg-info/dependency_links.txt
%doc src/zope.app.appsetup.egg-info/entry_points.txt
%doc src/zope.app.appsetup.egg-info/namespace_packages.txt
%doc src/zope.app.appsetup.egg-info/requires.txt
%doc src/zope.app.appsetup.egg-info/test_info.txt
%doc src/zope.app.appsetup.egg-info/top_level.txt
%doc src/zope/app/appsetup/bootstrap.txt
%doc src/zope/app/appsetup/debug.txt
%doc src/zope/app/appsetup/product.txt
%doc src/zope/app/appsetup/testlayer.txt
%{_bindir}/debug
%{py_puresitedir}/zope/app/appsetup/*.py*
%{py_puresitedir}/zope/app/appsetup/testpackage/*.py*
%{py_puresitedir}/zope/app/appsetup/testproduct/*.py*
%{py_puresitedir}/zope.app.appsetup*.egg-info
%{py_puresitedir}/zope.app.appsetup-4.0.0a1-py2.7-nspkg.pth
%{py_puresitedir}/zope/app/appsetup/bootstrap.txt
%{py_puresitedir}/zope/app/appsetup/configure.zcml
%{py_puresitedir}/zope/app/appsetup/debug.txt
%{py_puresitedir}/zope/app/appsetup/ftesting.zcml
%{py_puresitedir}/zope/app/appsetup/product.txt
%{py_puresitedir}/zope/app/appsetup/schema/productconfig.xml
%{py_puresitedir}/zope/app/appsetup/schema/schema.xml
%{py_puresitedir}/zope/app/appsetup/testdata/pythonstartup
%{py_puresitedir}/zope/app/appsetup/testdata/site.zcml
%{py_puresitedir}/zope/app/appsetup/testdata/test.conf
%{py_puresitedir}/zope/app/appsetup/testlayer.txt
%{py_puresitedir}/zope/app/appsetup/testpackage/ftesting.zcml
%{py_puresitedir}/zope/app/appsetup/testproduct/component.xml

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a1-2
+ Revision: aa60789
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6982 |14cr|python-zope.app.basicskin-3.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.basicskin

Name:		python-%{oname}
Version:	3.5.1
Release:	2
Summary:	Zope ZMI Basic Skin
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.basicskin
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
A very simple skin for the original Zope 3 ZMI.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.basicskin*.egg-info
%{py_puresitedir}/zope.app.basicskin*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.1-2
+ Revision: f1ad66a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6983 |14cr|python-zope.app.broken-3.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.broken

Name:		python-%{oname}
Version:	3.6.0
Release:	2
Summary:	Zope Broken (ZODB) Object Support
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://cheeseshop.python.org/pypi/zope.app.broken
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
When an object cannot be correctly loaded from the ZODB, this package allows
this object still to be instantiated, but as a "Broken" object. This allows
for gracefully updating the database without interuption.



%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.broken*.egg-info
%{py_puresitedir}/zope.app.broken*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.6.0-2
+ Revision: 29a033a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6984 |14cr|python-zope.app.component-3.9.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.component

Name:		python-%{oname}
Version:	3.9.3
Release:	2
Summary:	Local Zope Component Support
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.component
BuildArch:	noarch
BuildRequires:	python-setuptools

Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zope.app.container) 
Requires:  pythonegg(zope.app.pagetemplate) 
Requires:  pythonegg(zope.component) >= 3.8 
Requires:  pythonegg(zope.componentvocabulary) 
Requires:  pythonegg(zope.deprecation) 
Requires:  pythonegg(zope.exceptions) 
Requires:  pythonegg(zope.formlib) 
Requires:  pythonegg(zope.i18nmessageid) 
Requires:  pythonegg(zope.interface) 
Requires:  pythonegg(zope.publisher) >= 3.12.0 
Requires:  pythonegg(zope.schema) 
Requires:  pythonegg(zope.security) 
Requires:  pythonegg(zope.site) 
Requires:  pythonegg(zope.traversing)


%description
NOTE: this package is deprecated. Its functionality has been moved to
more reusable packages, namely: zope.component, zope.security, zope.site
and zope.componentvocabulary. Please import from there instead.

This package provides various ZCML directives (view, resource) and a
user interface related to local component management.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.component*.egg-info
%{py_puresitedir}/zope.app.component*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.9.3-2
+ Revision: 19cb888
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6985 |14cr|python-zope.app.container-3.9.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.container

Name:		python-%{oname}
Version:	3.9.2
Release:	2
Summary:	Zope Container
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://cheeseshop.python.org/pypi/zope.app.container
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zope.browser) 
Requires:  pythonegg(zope.browsermenu) 
Requires:  pythonegg(zope.browserpage) 
Requires:  pythonegg(zope.component) 
Requires:  pythonegg(zope.container) 
Requires:  pythonegg(zope.copypastemove) 
Requires:  pythonegg(zope.dublincore) >= 3.7 
Requires:  pythonegg(zope.event) 
Requires:  pythonegg(zope.exceptions) 
Requires:  pythonegg(zope.i18n) 
Requires:  pythonegg(zope.i18nmessageid) 
Requires:  pythonegg(zope.interface) 
Requires:  pythonegg(zope.lifecycleevent) 
Requires:  pythonegg(zope.location) 
Requires:  pythonegg(zope.publisher) >= 3.12 
Requires:  pythonegg(zope.security) 
Requires:  pythonegg(zope.size) 
Requires:  pythonegg(zope.traversing)

%description
This package define interfaces of container components, and provides
sample container implementations such as a BTreeContainer and
OrderedContainer.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.container*.egg-info
%{py_puresitedir}/zope.app.container*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.9.2-2
+ Revision: 5204746
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6986 |14cr|python-zope.app.debug-3.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.debug

Name:		python-%{oname}
Version:	3.4.1
Release:	2
Summary:	Zope Debug Mode
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://cheeseshop.python.org/pypi/zope.app.debug
BuildArch:	noarch
BuildRequires:	python-setuptools

Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zope.app.appsetup) 
Requires:  pythonegg(zope.app.publication) 
Requires:  pythonegg(zope.publisher)

%description
This package provides a debugger for the Zope publisher. After Zope is
instantiated, it drops the user into an interactive Python shell where the
full Zope environment and the database root are available.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/debug/*.py*
%{py_puresitedir}/zope.app.debug*.egg-info
%{py_puresitedir}/zope.app.debug-3.4.1-py2.7-nspkg.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.1-2
+ Revision: b4db4cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6987 |14cr|python-zope.app.dependable-3.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.dependable

Name:		python-%{oname}
Version:	3.5.1
Release:	2
Summary:	Simple Dependency API
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.dependable
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
A simple object-dependency framework for Zope.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.dependable*.egg-info
%{py_puresitedir}/zope.app.dependable*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.1-2
+ Revision: c2eb579
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6988 |14cr|python-zope.app.error-3.5.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.error

Name:		python-%{oname}
Version:	3.5.3
Release:	2
Summary:	Error reporting utility management UI for Zope3
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.error
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This package provides management views for the error reporting
utility defined in zope.error package.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.error*.egg-info
%{py_puresitedir}/zope.app.error*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.3-2
+ Revision: eacd550
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6989 |14cr|python-zope.app.exception-3.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.exception

Name:		python-%{oname}
Version:	3.6.3
Release:	2
Summary:	Zope 3 exception views
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.exception
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This packages provides Zope 3 browser views for some generic exceptions.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.exception*.egg-info
%{py_puresitedir}/zope.app.exception*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.6.3-2
+ Revision: 4550671
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6990 |14cr|python-zope.app.form-4.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.form

# Avoid versioned req
%define __noatoreq '.*zope.formlib.*'

Name:		python-%{oname}
Version:	4.0.2
Release:	2
Summary:	The Original Zope 3 Form Framework
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.form
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires:	pythonegg(zope.formlib)

%description
This package provides the old form framework for Zope 3. It also
implements a few high-level ZCML directives for declaring forms. More
advanced alternatives are implemented in ``zope.formlib`` and
``z3c.form``. The widgets that were defined in here were moved to
``zope.formlib``. Version 4.0 and newer are maintained for backwards
compatibility reasons only.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.form*.egg-info
%{py_puresitedir}/zope.app.form*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.2-2
+ Revision: 45de5d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6991 |14cr|python-zope.app.generations-3.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.generations

Name:		python-%{oname}
Version:	3.7.1
Release:	2
Summary:	ZMI UI for zope.generations
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.generations
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
Generations are a way of updating objects in the database when the application
schema changes.  An application schema is essentially the structure of data,
the structure of classes in the case of ZODB or the table descriptions in the
case of a relational database.

This package only contains the ZMI user interface for `zope.generations`_

.. _zope.generations: http://pypi.python.org/pypi/zope.generations

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.generations*.egg-info
%{py_puresitedir}/zope.app.generations*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.1-2
+ Revision: 1d56e86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6992 |14cr|python-zope.app.http-4.0.0a1.dev-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.http

Name:		python-%{oname}
Version:	4.0.0a1.dev
Release:	2
Summary:	HTTP Behavior for the Zope Publisher
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.http
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
zope.app.http
*************

This package implements the simplest HTTP behavior within the Zope
Publisher. It implements all HTTP verbs as views and defines the necessary
HTTP exceptions.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.http*.egg-info
%{py_puresitedir}/zope.app.http*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a1.dev-2
+ Revision: 7e0cd39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6993 |14cr|python-zope.applicationcontrol-4.0.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.applicationcontrol

Name:		python-%{oname}
Version:	4.0.0a1
Release:	2
Summary:	Zope applicationcontrol
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://cheeseshop.python.org/pypi/zope.applicationcontrol
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zope.component) 
Requires:  pythonegg(zope.interface) 
Requires:  pythonegg(zope.location) 
Requires:  pythonegg(zope.security) 
Requires:  pythonegg(zope.traversing) >= 3.7.0

%description
=======================
zope.applicationcontrol
=======================

The application control instance can be generated upon startup of an
application built with the Zope Toolkit.

This package provides an API to retrieve runtime information. It also
provides a utility with methods for shutting down and restarting the
server.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.applicationcontrol.egg-info/SOURCES.txt
%doc src/zope.applicationcontrol.egg-info/dependency_links.txt
%doc src/zope.applicationcontrol.egg-info/namespace_packages.txt
%doc src/zope.applicationcontrol.egg-info/requires.txt
%doc src/zope.applicationcontrol.egg-info/top_level.txt
%{py_puresitedir}/zope/applicationcontrol/*.py*
%{py_puresitedir}/zope/applicationcontrol/tests/*.py*
%{py_puresitedir}/zope.applicationcontrol*.egg-info
%{py_puresitedir}/zope.applicationcontrol-4.0.0a1-py2.7-nspkg.pth
%{py_puresitedir}/zope/applicationcontrol/configure.zcml


%changelog
* Mon Aug 04 2014 abfonly <abfonly@gmail.com> 4.0.0a1-2
+ Revision: 2d9ffe7
- Updated python-zope.applicationcontrol.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6994 |14cr|python-zope.app.locales-3.7.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.locales

Name:		python-%{oname}
Version:	3.7.4
Release:	2
Summary:	Zope locale extraction and management utilities
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.locales
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This package provides some facilities for extracting and managing i18n
messages that occur in Zope software.  More specifically, i18n
messages can occur in Python code, in Page Templates and in ZCML
declarations.  ``zope.app.locales`` provides a utility that can
extract messages from all three and write them to a standard gettext
template (``pot`` file).

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{_bindir}/*
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.locales*.egg-info
%{py_puresitedir}/zope.app.locales*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.4-2
+ Revision: 8be6937
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6995 |14cr|python-zope.app.localpermission-3.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.localpermission

Name:		python-%{oname}
Version:	3.7.2
Release:	2
Summary:	Local Persistent Permissions for zope.security
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.localpermission
BuildArch:	noarch
BuildRequires:	python-setuptools

Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zodb3) 
Requires:  pythonegg(zope.component) 
Requires:  pythonegg(zope.i18nmessageid) 
Requires:  pythonegg(zope.interface) 
Requires:  pythonegg(zope.location) 
Requires:  pythonegg(zope.security)

%description
This package implements local persistent permissions for zope.security that
can be added and registered per site.

This is a part of "Through The Web" development pattern that is not used
much by zope community and not really supported in zope framework anymore
nowadays, so it can be considered as deprecated.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/localpermission/*.py*
%{py_puresitedir}/zope.app.localpermission*.egg-info
%{py_puresitedir}/zope.app.localpermission-3.7.2-py2.7-nspkg.pth
%{py_puresitedir}/zope/app/localpermission/browser.zcml
%{py_puresitedir}/zope/app/localpermission/configure.zcml
        
        


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.2-2
+ Revision: 60a8c25
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6996 |14cr|python-zope.app.pagetemplate-3.11.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.pagetemplate

Name:		python-%{oname}
Version:	3.11.2
Release:	2
Summary:	PageTemplate integration for Zope 3
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.pagetemplate
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zope.browserpage) >= 3.12.0 
Requires:  pythonegg(zope.component) 
Requires:  pythonegg(zope.configuration) 
Requires:  pythonegg(zope.dublincore) 
Requires:  pythonegg(zope.i18nmessageid) 
Requires:  pythonegg(zope.interface) 
Requires:  pythonegg(zope.pagetemplate) >= 3.5.0 
Requires:  pythonegg(zope.schema) 
Requires:  pythonegg(zope.security) 
Requires:  pythonegg(zope.size) 
Requires:  pythonegg(zope.tales) 
Requires:  pythonegg(zope.traversing)


%description
The ``zope.app.pagetemplate`` package integrates the Page Template
templating system (``zope.pagetemplate``) into the Zope 3 application
server.  In particular, it provides:

* a TALES engine implementation that uses Zope's security system for
  checking access,

* TALES namespace adapters for easy access to DublinCore metadata
  (e.g. ``obj/zope:title``) and URL quoting
  (e.g. ``obj/@@absolute_url/url:quote``).


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/pagetemplate/*.py*
%{py_puresitedir}/zope/app/pagetemplate/tests/*.py*
%{py_puresitedir}/zope/app/pagetemplate/tests/testpackage/*.py*
%{py_puresitedir}/zope.app.pagetemplate*.egg-info
%{py_puresitedir}/zope.app.pagetemplate-3.11.2-py2.7-nspkg.pth
%{py_puresitedir}/zope/app/pagetemplate/configure.zcml
%{py_puresitedir}/zope/app/pagetemplate/meta.zcml
%{py_puresitedir}/zope/app/pagetemplate/tests/inner.pt
%{py_puresitedir}/zope/app/pagetemplate/tests/intermediate.pt
%{py_puresitedir}/zope/app/pagetemplate/tests/outer.pt
%{py_puresitedir}/zope/app/pagetemplate/tests/testpackage/default.pt
%{py_puresitedir}/zope/app/pagetemplate/tests/testpackage/nothing.pt
%{py_puresitedir}/zope/app/pagetemplate/tests/testpackage/view.pt
%{py_puresitedir}/zope/app/pagetemplate/tests/testusage.pt




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.11.2-2
+ Revision: 11a47b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6997 |14cr|python-zope.app.principalannotation-3.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.principalannotation

Name:		python-%{oname}
Version:	3.7.1
Release:	2
Summary:	Bootstrap subscriber and browser menu item for zope.principalannotation
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.principalannotation
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This package used to provide implementation of IAnnotations for zope.security
principal objects, but it's now moved to the ``zope.principalannotation``
package. This package only contains a bootstrap subscriber that sets up
the principal annotation utility for the root site and the browser add
menu item for adding the annotation utility through ZMI.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.principalannotation*.egg-info
%{py_puresitedir}/zope.app.principalannotation*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.1-2
+ Revision: e66ad65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6998 |14cr|python-zope.app.publication-4.0.0a1.dev-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.publication

Name:		python-%{oname}
Version:	4.0.0a1.dev
Release:	2
Summary:	Zope publication
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.publication
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
Publication and traversal components.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.app.publication.egg-info/SOURCES.txt
%doc src/zope.app.publication.egg-info/dependency_links.txt
%doc src/zope.app.publication.egg-info/namespace_packages.txt
%doc src/zope.app.publication.egg-info/requires.txt
%doc src/zope.app.publication.egg-info/top_level.txt
%doc src/zope/app/publication/httpfactory.txt
%doc src/zope/app/publication/methodnotallowed.txt
%doc src/zope/app/publication/notfound.txt
%doc src/zope/app/publication/site.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.publication*.egg-info
%{py_puresitedir}/zope.app.publication*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a1.dev-2
+ Revision: b8a4fb1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 6999 |14cr|python-zope.app.publisher-3.10.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.publisher

Name:		python-%{oname}
Version:	3.10.2
Release:	2
Summary:	Implementations and means for configuration of Zope 3-style views and resources
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	Zope Public License
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.publisher/
BuildArch:	noarch
BuildRequires:	python-setuptools

Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zope.browsermenu) 
Requires:  pythonegg(zope.browserpage) 
Requires:  pythonegg(zope.browserresource) 
Requires:  pythonegg(zope.component) 
Requires:  pythonegg(zope.componentvocabulary) 
Requires:  pythonegg(zope.configuration) 
Requires:  pythonegg(zope.datetime) 
Requires:  pythonegg(zope.interface) 
Requires:  pythonegg(zope.location) 
Requires:  pythonegg(zope.ptresource) 
Requires:  pythonegg(zope.publisher) >= 3.12 
Requires:  pythonegg(zope.schema) 
Requires:  pythonegg(zope.security)



%description
========
Overview
========

*This package is at present not reusable without depending on a large
chunk of the Zope Toolkit and its assumptions. It is maintained by the*
`Zope Toolkit project <http://docs.zope.org/zopetoolkit/>`_.

This package used to provide browser page, resource and menu classes
for use with zope.publisher object publishing framework, as well as some
other useful utilities and adapters, but most of things was factored out
to separate packages, leaving here only backward-compatibility imports.

However, some potentially useful things are still contained in this package:

 * "date" field converter for zope.publisher's BrowserRequest field converter
   mechanism.
 
 * "Browser Skins" vocabulary (a vocabulary for IBrowserSkinType utilities)
 
 * ManagementViewSelector (a browser view that redirects to a first available
   management view)

 * XML-RPC view and method publishing mechanism along with xmlrpc:view ZCML
   directive.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/publisher/*.py*
%{py_puresitedir}/zope/app/publisher/browser/*.py*
%{py_puresitedir}/zope/app/publisher/interfaces/*.py*
%{py_puresitedir}/zope/app/publisher/tests/*.py*
%{py_puresitedir}/zope/app/publisher/xmlrpc/*.py*
%{py_puresitedir}/zope/app/publisher/xmlrpc/tests/*.py*
%{py_puresitedir}/zope.app.publisher*.egg-info
%{py_puresitedir}/zope.app.publisher-3.10.2-py2.7-nspkg.pth
%{py_puresitedir}/zope/app/publisher/browser/configure.zcml
%{py_puresitedir}/zope/app/publisher/browser/meta.zcml
%{py_puresitedir}/zope/app/publisher/configure.zcml
%{py_puresitedir}/zope/app/publisher/ftesting.zcml
%{py_puresitedir}/zope/app/publisher/http.zcml
%{py_puresitedir}/zope/app/publisher/meta.zcml
%{py_puresitedir}/zope/app/publisher/xmlrpc/README.txt
%{py_puresitedir}/zope/app/publisher/xmlrpc/configure.zcml
%{py_puresitedir}/zope/app/publisher/xmlrpc/meta.zcml
%{py_puresitedir}/zope/app/publisher/xmlrpc/tests/test.pt
%{py_puresitedir}/zope/app/publisher/xmlrpc/tests/xmlrpc.zcml
%{py_puresitedir}/zope/app/publisher/xmlrpc/tests/xmlrpc_error.zcml
%{py_puresitedir}/zope/app/publisher/xmlrpc/tests/xmlrpc_nonamenoperm.zcml
%{py_puresitedir}/zope/app/publisher/xmlrpc/tests/xmlrpc_noperm.zcml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.10.2-2
+ Revision: 8c63321
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7000 |14cr|python-zope.app.renderer-3.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.renderer

Name:		python-%{oname}
Version:	3.5.1
Release:	2
Summary:	Text Renderer Framework
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.renderer
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This package provides a framework to convert a string from one format, such as
Structured or Restructured Text, to another, such as HTML. Converters are
looked up by adapter and uses other packages to implement the converters.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.renderer*.egg-info
%{py_puresitedir}/zope.app.renderer*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.1-2
+ Revision: 648337c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7001 |14cr|python-zope.app.schema-3.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.schema

Name:		python-%{oname}
Version:	3.5.0
Release:	2
Summary:	Component Architecture based Vocabulary Registry
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.schema
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This package provides a component architecture based vocabulary registry.



%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.schema*.egg-info
%{py_puresitedir}/zope.app.schema*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.0-2
+ Revision: 9923865
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7002 |14cr|python-zope.app.security-3.7.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.security

Name:		python-%{oname}
Version:	3.7.5
Release:	2
Summary:	ZMI Views For Zope3 Security Components
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.security
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This package provides ZMI browser views for Zope security components.

It used to provide a large part of security functionality for Zope 3, but it
was factored out from this package to several little packages to reduce
dependencies and improve reusability.

The functionality was splitted into these new packages:

 * zope.authentication - the IAuthentication interface and related utilities.
 * zope.principalregistry - the global principal registry and its zcml
   directives.
 * zope.app.localpermission - the LocalPermission class that implements
   persistent permissions.

The rest of functionality that were provided by this package is merged into
``zope.security`` and ``zope.publisher``.

Backward-compatibility imports are provided to ensure that older applications
work. See CHANGES.txt for more info.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.security*.egg-info
%{py_puresitedir}/zope.app.security*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.5-2
+ Revision: 47ea3dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7003 |14cr|python-zope.app.testing-3.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.testing

Name:		python-%{oname}
Version:	3.10.0
Release:	2
Summary:	Zope Application Testing Support
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.testing
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This package provides testing support for Zope 3 applications. Besides
providing numerous setup convenience functions, it implements a testing setup
that allows the user to make calls to the publisher allowing to write
functional tests.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/app/*
%{py_puresitedir}/zope.app.testing*.egg-info
%{py_puresitedir}/zope.app.testing*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.10.0-2
+ Revision: e25c949
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7004 |14cr|python-zope.app.wsgi-4.0.0a4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.app.wsgi

Name:		python-%{oname}
Version:	4.0.0a4
Release:	2
Summary:	WSGI application for the zope.publisher
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.app.wsgi
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires:  pythonegg(setuptools) 
Requires:  pythonegg(transaction) 
Requires:  pythonegg(zconfig) 
Requires:  pythonegg(zope.app.appsetup) >= 3.14 
Requires:  pythonegg(zope.app.publication) 
Requires:  pythonegg(zope.component) 
Requires:  pythonegg(zope.configuration) 
Requires:  pythonegg(zope.container) >= 4.0.0a1 
Requires:  pythonegg(zope.error) 
Requires:  pythonegg(zope.event) 
Requires:  pythonegg(zope.interface) 
Requires:  pythonegg(zope.lifecycleevent) 
Requires:  pythonegg(zope.processlifetime) 
Requires:  pythonegg(zope.publisher) >= 4.0.0a3 
Requires:  pythonegg(zope.security) 
Requires:  pythonegg(zope.session) >= 4.0.0a1 
Requires:  pythonegg(zope.site) >= 4.0.0a1 
Requires:  pythonegg(zope.testing) 
Requires:  pythonegg(zope.traversing) >= 4.0.0a1

%description
This package provides the ``WSGIPublisherApplication`` class which
exposes the object publishing machinery in ``zope.publisher`` as a
WSGI application.  It also lets us bring up the Zope application
server (parsing ``zope.conf`` and ``site.zcml``) with a mere function
call::

    >>> db = zope.app.wsgi.config('zope.conf')

This is especially useful for debugging.

To bring up Zope and obtain the WSGI application object at the same
time, use the ``getWSGIApplication`` function.

This package also provides an easy to use application factory for
PasteDeploy_. You can simply specify an application configuration
like this in your Paste configuration file::

    [app:main]
    use = egg:zope.app.wsgi
    config_file = %(here)s/zope.conf

Look for more documentation inside the package itself.

.. _PasteDeploy: http://pythonpaste.org/deploy/


%prep
%setup -q -n %{oname}-%{version}
# fix newer req
perl -pi -e "s|'zope.security>4.0.0a2'|'zope.security'|" setup.py

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
#python setup.py test

%files
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
%doc src/zope.app.wsgi.egg-info/*.txt
%doc src/zope/app/wsgi/*.txt
%{py_puresitedir}/zope/app/wsgi/*.py*
%{py_puresitedir}/zope.app.wsgi*.egg-info
%{py_puresitedir}/zope.app.wsgi-4.0.0a4-py2.7-nspkg.pth
%{py_puresitedir}/zope/app/wsgi/README.txt
%{py_puresitedir}/zope/app/wsgi/configure.zcml
%{py_puresitedir}/zope/app/wsgi/fileresult.txt
%{py_puresitedir}/zope/app/wsgi/filereturns.txt
%{py_puresitedir}/zope/app/wsgi/ftesting.zcml
%{py_puresitedir}/zope/app/wsgi/paste.txt
%{py_puresitedir}/zope/app/wsgi/testlayer.txt




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a4-2
+ Revision: c018a92
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7005 |14cr|python-zope.authentication-4.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.authentication

Name:		python-%{oname}
Version:	4.1.0
Release:	2
Summary:	Definition of authentication basics for the Zope Framework
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.authentication
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pythonegg(zope.i18nmessageid)
BuildRequires:	pythonegg(zope.security)
BuildRequires:	pythonegg(zope.schema)
BuildRequires:	pythonegg(zope.browser)
BuildRequires:	pythonegg(zope.proxy)
BuildRequires:	pythonegg(zope.component)
BuildRequires:	pythonegg(zope.event)
BuildRequires:	pythonegg(zope.location)

%description
This package provides a definition of authentication concepts for use in
Zope Framework.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

# %check
# python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.authentication.egg-info/SOURCES.txt
%doc src/zope.authentication.egg-info/dependency_links.txt
%doc src/zope.authentication.egg-info/namespace_packages.txt
%doc src/zope.authentication.egg-info/requires.txt
%doc src/zope.authentication.egg-info/top_level.txt
%doc src/zope/authentication/logout.txt
%doc src/zope/authentication/principalterms.txt
%{py_puresitedir}/zope/authentication/*
%{py_puresitedir}/zope.authentication*.egg-info
%{py_puresitedir}/zope.authentication*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.0-2
+ Revision: 42d10ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7006 |14cr|python-zope.broken-3.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.broken

Name:		python-%{oname}
Version:	3.6.0
Release:	2
Summary:	Zope Broken Object Interfaces
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.broken
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
Overview
========

This package is obsolete and its functionality has been merged into the ZODB3
distribution itself. If you use version 3.10 or later of ZODB3, please change
your imports of the IBroken interface to a direct::

  from ZODB.interfaces import IBroken

You can use this package with older versions of the ZODB3, which didn't have
the IBroken interface yet.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/broken/*
%{py_puresitedir}/zope.broken*.egg-info
%{py_puresitedir}/zope.broken*.pth

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.6.0-2
+ Revision: b99c1ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7007 |14cr|python-zope.browser-2.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.browser

Name:		python-%{oname}
Version:	2.0.2
Release:	2
Summary:	Shared Zope Toolkit browser components
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.browser
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
zope.browser
============

This package provides shared browser components for the Zope Toolkit.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.rst
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.rst
%doc src/zope.browser.egg-info/SOURCES.txt
%doc src/zope.browser.egg-info/dependency_links.txt
%doc src/zope.browser.egg-info/namespace_packages.txt
%doc src/zope.browser.egg-info/requires.txt
%doc src/zope.browser.egg-info/top_level.txt
%doc src/zope/browser/README.txt
%{py_puresitedir}/zope/browser/*
%{py_puresitedir}/zope.browser*.egg-info
%{py_puresitedir}/zope.browser*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-2
+ Revision: 9651aaf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7008 |14cr|python-zope.browsermenu-4.1.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.browsermenu

Name:		python-%{oname}
Version:	4.1.0a1
Release:	2
Summary:	Browser menu implementation for Zope
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.browsermenu/
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.traversing)
BuildRequires:  pythonegg(zope.security)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.schema)
BuildRequires:  pythonegg(zope.publisher)
BuildRequires:  pythonegg(zope.pagetemplate)
BuildRequires:  pythonegg(zope.i18nmessageid)
BuildRequires:  pythonegg(zope.configuration)
BuildRequires:  pythonegg(zope.component)
BuildRequires:  pythonegg(zope.browser)
BuildRequires:  pythonegg(six)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.location)
BuildRequires:  pythonegg(zope.testrunner)

%description
========
Overview
========

*This package is at present not reusable without depending on a large
chunk of the Zope Toolkit and its assumptions. It is maintained by the*
`Zope Toolkit project <http://docs.zope.org/zopetoolkit/>`_.

This package provides an implementation of browser menus and ZCML directives
for configuring them.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.browsermenu.egg-info/SOURCES.txt
%doc src/zope.browsermenu.egg-info/dependency_links.txt
%doc src/zope.browsermenu.egg-info/namespace_packages.txt
%doc src/zope.browsermenu.egg-info/requires.txt
%doc src/zope.browsermenu.egg-info/top_level.txt
%doc src/zope/browsermenu/README.txt
%{py_puresitedir}/zope/browsermenu/*
%{py_puresitedir}/zope.browsermenu*.egg-info
%{py_puresitedir}/zope.browsermenu*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.0a1-2
+ Revision: b3342f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7009 |14cr|python-zope.browserpage-4.1.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.browserpage

Name:		python-%{oname}
Version:	4.1.0a1
Release:	2
Summary:	ZCML directives for configuring browser views for Zope
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.browserpage/
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pythonegg(zope.traversing)
BuildRequires:	pythonegg(zope.security)
BuildRequires:	pythonegg(zope.schema)
BuildRequires:	pythonegg(zope.location)
BuildRequires:	pythonegg(zope.proxy)
BuildRequires:	pythonegg(zope.component)
BuildRequires:	pythonegg(zope.pagetemplate)
BuildRequires:	pythonegg(zope.publisher)
BuildRequires:	pythonegg(zope.configuration)

%description
========
Overview
========

*This package is at present not reusable without depending on a large
chunk of the Zope Toolkit and its assumptions. It is maintained by the*
`Zope Toolkit project <http://docs.zope.org/zopetoolkit/>`_.

This package provides ZCML directives for configuring browser views.
More specifically it defines the following ZCML directives:

 * browser:page
 * browser:pages
 * browser:view

These directives also support menu item registration for pages, when
``zope.browsermenu`` package is installed. Otherwise, they simply ignore
the menu attribute.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.browserpage.egg-info/SOURCES.txt
%doc src/zope.browserpage.egg-info/dependency_links.txt
%doc src/zope.browserpage.egg-info/namespace_packages.txt
%doc src/zope.browserpage.egg-info/requires.txt
%doc src/zope.browserpage.egg-info/top_level.txt
%doc src/zope/browserpage/namedtemplate.txt
%{py_puresitedir}/zope/browserpage/*
%{py_puresitedir}/zope.browserpage*.egg-info
%{py_puresitedir}/zope.browserpage*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.0a1-2
+ Revision: e6d7024
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7010 |14cr|python-zope.browserresource-4.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.browserresource

Name:		python-%{oname}
Version:	4.0.1
Release:	2
Summary:	Browser resources implementation for Zope
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
Patch0:		zope.browserresource-req.patch
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.browserresource/
BuildArch:	noarch
BuildRequires:	python-setuptools


Requires:	pythonegg(zope.component) >= 3.8.0
Requires:	pythonegg(zope.configuration)
Requires:	pythonegg(zope.contenttype) >= 4.0.1
Requires:	pythonegg(zope.i18n)
Requires:	pythonegg(zope.interface)
Requires:	pythonegg(zope.location)
Requires:	pythonegg(zope.publisher) >= 3.8
Requires:	pythonegg(zope.schema)
Requires:	pythonegg(zope.traversing)



%description
========
Overview
========

*This package is at present not reusable without depending on a large
chunk of the Zope Toolkit and its assumptions. It is maintained by the*
`Zope Toolkit project <http://docs.zope.org/zopetoolkit/>`_.

This package provides an implementation of browser resources. It also
provides directives for defining those resources using ZCML.

Resources are static files and directories that are served to the browser
directly from the filesystem. The most common example are images, CSS style
sheets, or JavaScript files.

Resources are be registered under a symbolic name and can later be referred to
by that name, so their usage is independent from their physical location.


%prep
%setup -q -n %{oname}-%{version}
%patch0 -p0

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}


%files
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
%doc src/zope.browserresource.egg-info/*.txt
%doc src/zope/browserresource/tests/configure.txt
%doc src/zope/browserresource/tests/testfiles/test.txt
%{py_puresitedir}/zope/browserresource/*.py*
%{py_puresitedir}/zope/browserresource/tests/*.py*
%{py_puresitedir}/zope.browserresource*.egg-info
%{py_puresitedir}/zope.browserresource-4.0.1-py2.7-nspkg.pth
%{py_puresitedir}/zope/browserresource/*.zcml
%{py_puresitedir}/zope/browserresource/tests/configure.txt
%{py_puresitedir}/zope/browserresource/tests/testfiles/subdir/test.gif
%{py_puresitedir}/zope/browserresource/tests/testfiles/test.gif
%{py_puresitedir}/zope/browserresource/tests/testfiles/test.pt
%{py_puresitedir}/zope/browserresource/tests/testfiles/test.txt
%{py_puresitedir}/zope/browserresource/tests/testfiles/test2.pt




























%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.1-2
+ Revision: 67949b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7011 |14cr|python-zope.cachedescriptors-4.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.cachedescriptors

Name:		python-%{oname}
Version:	4.0.0
Release:	2
Summary:	Method and property caching decorators
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.cachedescriptors
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.cachedescriptors.egg-info/SOURCES.txt
%doc src/zope.cachedescriptors.egg-info/dependency_links.txt
%doc src/zope.cachedescriptors.egg-info/namespace_packages.txt
%doc src/zope.cachedescriptors.egg-info/requires.txt
%doc src/zope.cachedescriptors.egg-info/top_level.txt
%doc src/zope/cachedescriptors/README.txt
%doc src/zope/cachedescriptors/method.txt
%doc src/zope/cachedescriptors/property.txt
%{py_puresitedir}/zope/cachedescriptors/*
%{py_puresitedir}/zope.cachedescriptors*.egg-info
%{py_puresitedir}/zope.cachedescriptors*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0-2
+ Revision: 1a10668
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7012 |14cr|python-zope.catalog-4.0.0a1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.catalog

Name:		python-%{oname}
Version:	4.0.0a1
Release:	3
Summary:	Cataloging and Indexing Framework for the Zope Toolkit
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.catalog
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.schema)
BuildRequires:  pythonegg(zope.location)
BuildRequires:  pythonegg(zope.lifecycleevent)
BuildRequires:  pythonegg(zope.index)
BuildRequires:  pythonegg(zope.container)
BuildRequires:  pythonegg(zope.component)
BuildRequires:  pythonegg(zope.intid)
BuildRequires:  pythonegg(zope.annotation)
BuildRequires:  pythonegg(btrees)
BuildRequires:  pythonegg(persistent)
BuildRequires:  pythonegg(zope.event)
BuildRequires:  pythonegg(zope.proxy)

Requires:  pythonegg(btrees) 
Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zope.annotation) 
Requires:  pythonegg(zope.component) 
Requires:  pythonegg(zope.container) 
Requires:  pythonegg(zope.index) >= 4.0.1 
Requires:  pythonegg(zope.interface) 
Requires:  pythonegg(zope.intid) 
Requires:  pythonegg(zope.lifecycleevent) 
Requires:  pythonegg(zope.location) 
Requires:  pythonegg(zope.schema)

%description
Catalogs provide management of collections of related indexes with a basic
search algorithm.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.catalog.egg-info/SOURCES.txt
%doc src/zope.catalog.egg-info/dependency_links.txt
%doc src/zope.catalog.egg-info/namespace_packages.txt
%doc src/zope.catalog.egg-info/requires.txt
%doc src/zope.catalog.egg-info/top_level.txt
%doc src/zope/catalog/README.txt
%doc src/zope/catalog/event.txt
%{py_puresitedir}/zope/catalog/*
%{py_puresitedir}/zope.catalog*.egg-info
%{py_puresitedir}/zope.catalog*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a1-3
+ Revision: 5822867
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7013 |14cr|python-zope.component-4.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.component

Name:		python-%{oname}
Version:	4.1.0
Release:	2
Summary:	Zope Component Architecture
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.component
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pythonegg(zope.event)
BuildRequires:	pythonegg(zope.lifecycleevent)

%description
*****************************
zope.component Package Readme
*****************************

*This package is intended to be independently reusable in any Python
project. It is maintained by the Zope Toolkit project.

This package represents the core of the Zope Component Architecture.
Together with the 'zope.interface' package, it provides facilities for
defining, registering and looking up components.

Please see http://docs.zope.org/zope.component/ for the documentation.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}


%files
%doc CHANGES.rst
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.rst
%doc docs/hacking.rst
%doc src/zope.component.egg-info/SOURCES.txt
%doc src/zope.component.egg-info/dependency_links.txt
%doc src/zope.component.egg-info/namespace_packages.txt
%doc src/zope.component.egg-info/requires.txt
%doc src/zope.component.egg-info/top_level.txt
%{py_puresitedir}/zope/component/*
%{py_puresitedir}/zope.component*.egg-info
%{py_puresitedir}/zope.component*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.0-2
+ Revision: 4b9a483
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7014 |14cr|python-zope.componentvocabulary-2.0.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.componentvocabulary

Name:		python-%{oname}
Version:	2.0.0a1
Release:	2
Summary:	Component vocabularies
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.componentvocabulary
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)

Requires:	pythonegg(setuptools) 
Requires:	pythonegg(six) 
Requires:	pythonegg(zope.component) 
Requires:	pythonegg(zope.i18nmessageid) 
Requires:	pythonegg(zope.interface) 
Requires:	pythonegg(zope.schema) 
Requires:	pythonegg(zope.security)

%description
This package contains various vocabularies.



%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.componentvocabulary.egg-info/SOURCES.txt
%doc src/zope.componentvocabulary.egg-info/dependency_links.txt
%doc src/zope.componentvocabulary.egg-info/namespace_packages.txt
%doc src/zope.componentvocabulary.egg-info/requires.txt
%doc src/zope.componentvocabulary.egg-info/top_level.txt
%{py_puresitedir}/zope/componentvocabulary/*.py*
%{py_puresitedir}/zope/componentvocabulary/tests/*.py*
%{py_puresitedir}/zope.componentvocabulary*.egg-info
%{py_puresitedir}/zope.componentvocabulary-2.0.0a1-py2.7-nspkg.pth
%{py_puresitedir}/zope/componentvocabulary/configure.zcml



%changelog
* Mon Aug 04 2014 abfonly <abfonly@gmail.com> 2.0.0a1-2
+ Revision: b81644d
- Updated python-zope.componentvocabulary.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7015 |14cr|python-zope.configuration-4.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.configuration

Name:		python-%{oname}
Version:	4.0.3
Release:	2
Summary:	Zope Configuration Markup Language (ZCML)

Source0:	http://pypi.python.org/packages/source/z/zope.configuration/zope.configuration-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.configuration
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pythonegg(zope.i18nmessageid)
BuildRequires:	pythonegg(zope.schema)
BuildRequires:	pythonegg(zope.event)

%description
The zope configuration system provides an extensible system for
supporting various kinds of configurations.

It is based on the idea of configuration directives. Users of the
configuration system provide configuration directives in some
language that express configuration choices. The intent is that the
language be pluggable.  An XML language is provided by default.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc 
%{py_puresitedir}/zope/configuration/*
%{py_puresitedir}/zope.configuration*.egg-info
%{py_puresitedir}/zope.configuration*.pth




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.3-2
+ Revision: b010cc2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7016 |14cr|python-zope.container-4.0.0a3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.container

Name:		python-%{oname}
Version:	4.0.0a3
Release:	2
Summary:	Zope Container
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.container
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	pythonegg(btrees)
BuildRequires:	pythonegg(persistent)
BuildRequires:	pythonegg(zope.browser)
BuildRequires:	pythonegg(zope.configuration)
BuildRequires:	pythonegg(zope.exceptions)
BuildRequires:	pythonegg(zope.i18n)
BuildRequires:	pythonegg(zope.proxy)
BuildRequires:	pythonegg(six)
BuildRequires:	pythonegg(zope.schema)
BuildRequires:	pythonegg(zope.testing)
BuildRequires:	pythonegg(zope.testrunner)
BuildRequires:	pythonegg(pytz)
BuildRequires:	pythonegg(transaction)
BuildRequires:	pythonegg(zope.lifecycleevent)

%description
This package define interfaces of container components, and provides
container implementations such as a BTreeContainer and
OrderedContainer, as well as the base class used by ``zope.site.folder``
for the Folder implementation.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

# %check
# python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc include/README.txt
%doc src/zope.container.egg-info/SOURCES.txt
%doc src/zope.container.egg-info/dependency_links.txt
%doc src/zope.container.egg-info/namespace_packages.txt
%doc src/zope.container.egg-info/requires.txt
%doc src/zope.container.egg-info/top_level.txt
%doc src/zope/container/constraints.txt
%doc src/zope/container/tests/directory.txt
%{py_platsitedir}/zope/container/*
%{py_platsitedir}/zope.container*.egg-info
%{py_platsitedir}/zope.container*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a3-2
+ Revision: 712477b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7017 |14cr|python-zope.contentprovider-4.0.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.contentprovider

Name:		python-%{oname}
Version:	4.0.0a1
Release:	2
Summary:	Content Provider Framework for Zope Templates
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.contentprovider
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pythonegg(zope.tales)
BuildRequires:	pythonegg(zope.schema)
BuildRequires:	pythonegg(zope.publisher)
BuildRequires:	pythonegg(zope.location)
BuildRequires:	pythonegg(zope.event)
BuildRequires:	pythonegg(zope.component)
BuildRequires:	pythonegg(six)
BuildRequires:	pythonegg(zope.security)
BuildRequires:	pythonegg(zope.proxy)

%description
=================
Content Providers
=================

This package provides a framework to develop componentized Web GUI
applications. Instead of describing the content of a page using a single
template or static system of templates and METAL macros, content provider
objects are dynamically looked up based on the setup/configuration of the
application.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.contentprovider.egg-info/SOURCES.txt
%doc src/zope.contentprovider.egg-info/dependency_links.txt
%doc src/zope.contentprovider.egg-info/namespace_packages.txt
%doc src/zope.contentprovider.egg-info/requires.txt
%doc src/zope.contentprovider.egg-info/top_level.txt
%doc src/zope/contentprovider/README.txt
%{py_puresitedir}/zope/contentprovider/*
%{py_puresitedir}/zope.contentprovider*.egg-info
%{py_puresitedir}/zope.contentprovider*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a1-2
+ Revision: 9b2ae14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7018 |14cr|python-zope.contenttype-4.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.contenttype

Name:		python-%{oname}
Version:	4.0.1
Release:	2
Summary:	Zope contenttype
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.contenttype
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
A utility module for content-type handling.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
%doc src/zope.contenttype.egg-info/*.txt
%{py_puresitedir}/zope.contenttype-4.0.1-py2.7-nspkg.pth
%{py_puresitedir}/zope/contenttype/mime*
%{py_puresitedir}/zope/contenttype/tests/mime.types-*
%{py_puresitedir}/zope/contenttype/*.py*
%{py_puresitedir}/zope/contenttype/tests/*.py*
%{py_puresitedir}/zope.contenttype*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.1-2
+ Revision: 39494fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7019 |14cr|python-zope.copy-4.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.copy

Name:		python-%{oname}
Version:	4.0.2
Release:	2
Summary:	Pluggable object copying mechanism
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.copy
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zope.interface)

%description
``zope.copy``
=============

This package provides a pluggable mechanism for copying persistent objects.

Please see ``docs/index.rst`` for the detailed documentation.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
#python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.copy.egg-info/SOURCES.txt
%doc src/zope.copy.egg-info/dependency_links.txt
%doc src/zope.copy.egg-info/namespace_packages.txt
%doc src/zope.copy.egg-info/requires.txt
%doc src/zope.copy.egg-info/top_level.txt
%{py_puresitedir}/zope/copy/*.py*
%{py_puresitedir}/zope/copy/tests/*.py*
%{py_puresitedir}/zope.copy*.egg-info
%{py_puresitedir}/zope.copy-4.0.2-py2.7-nspkg.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.2-2
+ Revision: 7d1598f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7020 |14cr|python-zope.copypastemove-4.0.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.copypastemove

Name:		python-%{oname}
Version:	4.0.0a1
Release:	2
Summary:	Copy, Paste and Move support for content components
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.copypastemove
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires: 	pythonegg(setuptools) 
Requires: 	pythonegg(zope.annotation) 
Requires: 	pythonegg(zope.component) 
Requires: 	pythonegg(zope.container) 
Requires: 	pythonegg(zope.copy) 
Requires: 	pythonegg(zope.event) 
Requires: 	pythonegg(zope.exceptions) 
Requires: 	pythonegg(zope.interface) 
Requires: 	pythonegg(zope.lifecycleevent) 
Requires: 	pythonegg(zope.location)


%description
Overview
---------

This package provides Copy, Paste and Move support for content
components in Zope.  In particular, it defines the following
interfaces for this kind of functionality:

* ``IObjectMover``,

* ``IObjectCopier``,

* ``IContentItemRenamer``,

* ``IPrincipalClipboard``

as well as standard implementations for containers and contained
objects as known from the ``zope.container`` package.



%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
#python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.copypastemove.egg-info/SOURCES.txt
%doc src/zope.copypastemove.egg-info/dependency_links.txt
%doc src/zope.copypastemove.egg-info/namespace_packages.txt
%doc src/zope.copypastemove.egg-info/requires.txt
%doc src/zope.copypastemove.egg-info/top_level.txt
%{py_puresitedir}/zope/copypastemove/*.py*
%{py_puresitedir}/zope/copypastemove/tests/*.py*
%{py_puresitedir}/zope.copypastemove*.egg-info
%{py_puresitedir}/zope.copypastemove-4.0.0a1-py2.7-nspkg.pth
%{py_puresitedir}/zope/copypastemove/configure.zcml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a1-2
+ Revision: 8ceef6d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7021 |14cr|python-zope.datetime-4.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.datetime

Name:		python-%{oname}
Version:	4.0.0
Release:	2
Summary:	Zope datetime
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.datetime
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
Commonly used date and time related utility functions.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%{py_puresitedir}/zope/datetime/*
%{py_puresitedir}/zope.datetime*.egg-info
%{py_puresitedir}/zope.datetime*.pth

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0-2
+ Revision: 487b066
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7022 |14cr|python-zope.deprecation-4.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.deprecation

Name:		python-%{oname}
Version:	4.1.1
Release:	2
Summary:	Zope Deprecation Infrastructure

Source0:	http://pypi.python.org/packages/source/z/zope.deprecation/zope.deprecation-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.deprecation
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires:	python-setuptools

%description
``zope.deprecation`` README
===========================

This package provides a simple function called ``deprecated(names, reason)``
to mark deprecated modules, classes, functions, methods and properties.

Please see http://docs.zope.org/zope.deprecation/ for the documentation.



%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc 
%{py_puresitedir}/zope/deprecation/*.py*
%{py_puresitedir}/zope.deprecation*.egg-info
# %{py_puresitedir}/zope.deprecation-4.0.2-py2.7-nspkg.pth
%{py_puresitedir}/zope.deprecation-4.1.1-py2.7-nspkg.pth




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.1-2
+ Revision: 55cb25c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7023 |14cr|python-zope.dottedname-4.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.dottedname

Name:		python-%{oname}
Version:	4.0.1
Release:	2
Summary:	Resolver for Python dotted names
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.dottedname
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pythonegg(zope.testing)

%description
======================
Dotted Name Resolution
======================

The ``zope.dottedname`` module provides one function, ``resolve`` that
resolves strings containing dotted names into the appropriate python
object.

Dotted names are resolved by importing modules and by getting
attributes from imported modules. Names may be relative, provided the
module they are relative to is supplied.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.rst
%doc src/zope.dottedname.egg-info/*.txt
%doc src/zope/dottedname/README.txt
%{py_puresitedir}/zope/dottedname/*.py*
%{py_puresitedir}/zope.dottedname*.egg-info
%{py_puresitedir}/zope.dottedname-4.0.1-py2.7-nspkg.pth
%{py_puresitedir}/zope/dottedname/README.txt


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.1-2
+ Revision: 7a43211
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7024 |14cr|python-zope.dublincore-4.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.dublincore

Name:		python-%{oname}
Version:	4.0.0
Release:	2
Summary:	Zope Dublin Core implementation
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.dublincore
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.security)
BuildRequires:  pythonegg(persistent)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.schema)
BuildRequires:  pythonegg(zope.location)
BuildRequires:  pythonegg(zope.lifecycleevent)
# Not in ABF yet
#BuildRequires:  pythonegg(zope.datetime)
BuildRequires:  pythonegg(zope.component)
BuildRequires:  pythonegg(six)
BuildRequires:  pythonegg(zope.configuration)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.i18nmessageid)
BuildRequires:  pythonegg(zope.event)

%description
%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

# %check
# python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.dublincore.egg-info/SOURCES.txt
%doc src/zope.dublincore.egg-info/dependency_links.txt
%doc src/zope.dublincore.egg-info/namespace_packages.txt
%doc src/zope.dublincore.egg-info/requires.txt
%doc src/zope.dublincore.egg-info/top_level.txt
%doc src/zope/dublincore/property.txt
%doc src/zope/dublincore/tests/partial.txt
%doc src/zope/dublincore/tests/timeannotators.txt
%{py_puresitedir}/zope/dublincore/*
%{py_puresitedir}/zope.dublincore*.egg-info
%{py_puresitedir}/zope.dublincore*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0-2
+ Revision: f09a895
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7025 |14cr|python-zope.error-4.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.error

Name:		python-%{oname}
Version:	4.1.0
Release:	2
Summary:	An error reporting utility for Zope3
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.error
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(persistent)
BuildRequires:  pythonegg(six)
BuildRequires:  pythonegg(zope.exceptions)
BuildRequires:  pythonegg(zope.location)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.schema)
BuildRequires:  pythonegg(zope.testrunner)

%description
This package provides an error reporting utility
which is able to store errors.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
# python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%{py_puresitedir}/zope/error/*
%{py_puresitedir}/zope.error*.egg-info
%{py_puresitedir}/zope.error*.pth

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.0-2
+ Revision: 4b16fbc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7026 |14cr|python-zope.event-4.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.event

Name:		python-%{oname}
Version:	4.0.2
Release:	2
Summary:	Very basic event publishing system
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.event
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
``zope.event`` README
=====================

The ``zope.event`` package provides a simple event system, including:

- An event publishing API, intended for use by applications which are
  unaware of any subscribers to their events.

- A very simple event-dispatching system on which more sophisticated
  event dispatching systems can be built. For example, a type-based
  event dispatching system that builds on ``zope.event`` can be found in
  ``zope.component``.

Please see http://docs.zope.org/zope.event/ for the documentation.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc README.txt
%{py_puresitedir}/zope/event/*.py*
%{py_puresitedir}/zope.event*.egg-info
%{py_puresitedir}/zope.event*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.2-2
+ Revision: 9223331
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7027 |14cr|python-zope-event-4.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	tarname zope.event
%define	rel	1
%if %mdkversion < 201100
%else
%endif

Summary:	Very basic event publishing system for Python

Name:		python-zope-event
Version:	4.0.3
Release:	2
Source0:	http://pypi.python.org/packages/source/z/zope.event/zope.event-%{version}.tar.gz
License:	ZPL
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.event/
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
The zope.event package provides a simple event system, including:

- An event publishing API, intended for use by applications which are
  unaware of any subscribers to their events.
- A very simple event-dispatching system on which more sophisticated
  event dispatching systems can be built. For example, a type-based
  event dispatching system that builds on zope.event can be found in
  zope.component.

%prep
%setup -q -n %{tarname}-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean

%files
%doc *.txt
%{py_puresitedir}/zope*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.3-2
+ Revision: 1c2a95f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7028 |14cr|python-zope.exceptions-4.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.exceptions

Name:		python-%{oname}
Version:	4.0.7
Release:	2
Summary:	Zope Exceptions

Source0:	http://pypi.python.org/packages/source/z/zope.exceptions/zope.exceptions-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://cheeseshop.python.org/pypi/zope.exceptions
BuildArch:	noarch
BuildRequires:	python-setuptools
# BuildRequires:	pythonegg(zope.testrunner)

%description
``zope.exceptions`` README
===========================

This package contains exception interfaces and implementations which are so
general purpose that they don't belong in Zope application-specific packages.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.rst
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.rst
%doc docs/hacking.rst
%doc src/zope.exceptions.egg-info/SOURCES.txt
%doc src/zope.exceptions.egg-info/dependency_links.txt
%doc src/zope.exceptions.egg-info/namespace_packages.txt
%doc src/zope.exceptions.egg-info/requires.txt
%doc src/zope.exceptions.egg-info/top_level.txt
%{py_puresitedir}/zope/exceptions/*
%{py_puresitedir}/zope.exceptions*.egg-info
%{py_puresitedir}/zope.exceptions*.pth



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.7-2
+ Revision: cfdad4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7029 |14cr|python-zope.file-0.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.file

Name:		python-%{oname}
Version:	0.6.2
Release:	2
Summary:	Efficient File Implementation for Zope Applications
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://cheeseshop.python.org/pypi/zope.file
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
The `zope.file` package provides a content object used to store a
file. The interface supports efficient upload and download.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/file/*
%{py_puresitedir}/zope.file*.egg-info
%{py_puresitedir}/zope.file*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-2
+ Revision: 21b15a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7030 |14cr|python-zope.filerepresentation-4.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.filerepresentation

Name:		python-%{oname}
Version:	4.0.2
Release:	2
Summary:	File-system Representation Interfaces
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.filerepresentation
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pythonegg(zope.schema)
BuildRequires:	pythonegg(zope.event)

%description
==============================
File Representation Interfaces
==============================

Overview
--------

File-system representation interfaces.

The interfaces defined here are used for file-system and file-system-like
representations of objects, such as file-system synchronization, FTP, PUT, and
WebDAV.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.rst
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.rst
%doc src/zope.filerepresentation.egg-info/SOURCES.txt
%doc src/zope.filerepresentation.egg-info/dependency_links.txt
%doc src/zope.filerepresentation.egg-info/namespace_packages.txt
%doc src/zope.filerepresentation.egg-info/requires.txt
%doc src/zope.filerepresentation.egg-info/top_level.txt
%{py_puresitedir}/zope/filerepresentation/*
%{py_puresitedir}/zope.filerepresentation*.egg-info
%{py_puresitedir}/zope.filerepresentation*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.2-2
+ Revision: b1cd600
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7031 |14cr|python-zope.formlib-4.3.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.formlib

Name:		python-%{oname}
Version:	4.3.0a1
Release:	2
Summary:	Form generation and validation library for Zope
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.formlib
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.traversing)
BuildRequires:  pythonegg(zope.security)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.schema)
BuildRequires:  pythonegg(zope.publisher)
BuildRequires:  pythonegg(zope.lifecycleevent)
BuildRequires:  pythonegg(zope.i18nmessageid)
BuildRequires:  pythonegg(zope.i18n)
BuildRequires:  pythonegg(zope.event)
BuildRequires:  pythonegg(zope.component)
# Not in ABF yet
#BuildRequires:  pythonegg(zope.datetime)
#BuildRequires:  pythonegg(zope.browserpage)
BuildRequires:  pythonegg(zope.browser)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.location)

%description
%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.formlib.egg-info/SOURCES.txt
%doc src/zope.formlib.egg-info/dependency_links.txt
%doc src/zope.formlib.egg-info/namespace_packages.txt
%doc src/zope.formlib.egg-info/requires.txt
%doc src/zope.formlib.egg-info/top_level.txt
%doc src/zope/formlib/TODO.txt
%doc src/zope/formlib/bugs.txt
%doc src/zope/formlib/errors.txt
%doc src/zope/formlib/form.txt
%doc src/zope/formlib/objectwidget.txt
%doc src/zope/formlib/source.txt
%doc src/zope/formlib/widgets.txt
%{py_puresitedir}/zope/formlib/*
%{py_puresitedir}/zope.formlib*.egg-info
%{py_puresitedir}/zope.formlib*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.0a1-2
+ Revision: c54aef3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7032 |14cr|python-zope.generations-4.0.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.generations

Name:		python-%{oname}
Version:	4.0.0a1
Release:	2
Summary:	Zope application schema generations
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.generations
BuildArch:	noarch
BuildRequires:	python-setuptools

Requires:  pythonegg(setuptools) 
Requires:  pythonegg(transaction) 
Requires:  pythonegg(zope.component) 
Requires:  pythonegg(zope.interface) 
Requires:  pythonegg(zope.processlifetime)

%description
Generations are a way of updating objects in the database when the application
schema changes.  An application schema is essentially the structure of data,
the structure of classes in the case of ZODB or the table descriptions in the
case of a relational database.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
#python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.generations.egg-info/*.txt
%doc src/zope/generations/README.txt
%{py_puresitedir}/zope/generations/*.py*
%{py_puresitedir}/zope/generations/demo/*.py*
%{py_puresitedir}/zope/generations/demo2/*.py*
%{py_puresitedir}/zope/generations/demo3/*.py*
%{py_puresitedir}/zope/generations/tests/*.py*
%{py_puresitedir}/zope.generations*.egg-info
%{py_puresitedir}/zope.generations-4.0.0a1-py2.7-nspkg.pth
%{py_puresitedir}/zope/generations/README.txt
%{py_puresitedir}/zope/generations/configure.zcml
%{py_puresitedir}/zope/generations/subscriber.zcml
        
        
        
        
        

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a1-2
+ Revision: 016ce4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7033 |14cr|python-zope.hookable-4.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.hookable

Name:		python-%{oname}
Version:	4.0.1
Release:	2
Summary:	Zope hookable
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://svn.zope.org/zope.hookable
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)

%description
``zope.hookable``
=================

Overview
--------

Hookable object support.

Support the efficient creation of hookable objects, which are callable objects
that are meant to be replaced by other callables, at least optionally.

The idea is you create a function that does some default thing and make it
hookable. Later, someone can modify what it does by calling its sethook method
and changing its implementation.  All users of the function, including those
that imported it, will see the change.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc README.txt
%{py_platsitedir}/zope.hookable-4.0.1-py2.7-nspkg.pth
%{py_platsitedir}/zope/hookable/_zope_hookable.c
%{py_platsitedir}/zope/hookable/*.py*
%{py_platsitedir}/zope/hookable/_zope_hookable.so
%{py_platsitedir}/zope/hookable/tests/*.py*
%{py_platsitedir}/zope.hookable*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.1-2
+ Revision: dd35f92
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7034 |14cr|python-zope.html-2.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.html

Name:		python-%{oname}
Version:	2.4.1
Release:	2
Summary:	HTML and XHTML Editing Support
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://cheeseshop.python.org/pypi/zope.html
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This package contains support for editing HTML and XHTML inside a web
page using the FCKeditor as a widget.  This is a fairly simple
application of FCKeditor, and simply instantiates a pre-configured
editor for each widget.  There are no options to control the editors
individually.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_puresitedir}/zope/html/*
%{py_puresitedir}/zope.html*.egg-info
%{py_puresitedir}/zope.html*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-2
+ Revision: 361335f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7035 |14cr|python-zope.i18n-4.0.0a4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.i18n

Name:		python-%{oname}
Version:	4.0.0a4
Release:	2
Summary:	Zope Internationalization Support
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.i18n
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
Zope Internationalization Support
=================================

This package implements several APIs related to internationalization and
localization.

* Locale objects for all locales maintained by the ICU project.

* Gettext-based message catalogs for message strings.

* Locale discovery for Web-based requests.

.. See ``docs/index.rst`` for the documentation.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.i18n.egg-info/SOURCES.txt
%doc src/zope.i18n.egg-info/dependency_links.txt
%doc src/zope.i18n.egg-info/namespace_packages.txt
%doc src/zope.i18n.egg-info/requires.txt
%doc src/zope.i18n.egg-info/top_level.txt
%doc src/zope/i18n/i18nobject.txt
%doc src/zope/i18n/testmessagecatalog.txt
%doc src/zope/i18n/locales/README.txt
%doc src/zope/i18n/locales/fallbackcollator.txt
%doc src/zope/i18n/locales/data/license.html
%doc src/zope/i18n/tests/configure.txt
%{py_puresitedir}/zope/i18n/*
%{py_puresitedir}/zope.i18n*.egg-info
%{py_puresitedir}/zope.i18n*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a4-2
+ Revision: 5b0a107
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7036 |14cr|python-zope.i18nmessageid-4.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.i18nmessageid

Name:		python-%{oname}
Version:	4.0.3
Release:	2
Summary:	Message Identifiers for internationalization

Source0:	http://pypi.python.org/packages/source/z/zope.i18nmessageid/zope.i18nmessageid-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.i18nmessageid
BuildRequires:	python-devel python-setuptools

%description
To translate any text, we must be able to discover the source domain
of the text.  A source domain is an identifier that identifies a
project that produces program source strings.  Source strings occur as
literals in python programs, text in templates, and some text in XML
data.  The project implies a source language and an application
context.

We can think of a source domain as a collection of messages and
associated translation strings.

We often need to create unicode strings that will be displayed by
separate views.  The view cannot translate the string without knowing
its source domain.  A string or unicode literal carries no domain
information, therefore we use messages.  Messages are unicode strings
which carry a translation source domain and possibly a default
translation.  They are created by a message factory. The message
factory is created by calling ``MessageFactory`` with the source
domain.

This package provides facilities for *declaring* such messages within
program source text;  translation of the messages is the responsiblitiy
of the 'zope.i18n' package.

Please see http://docs.zope.org/zope.i18nmessageid/ for the documentation.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc 
%{py_platsitedir}/zope/i18nmessageid/*
%{py_platsitedir}/zope.i18nmessageid*.egg-info
%{py_platsitedir}/zope.i18nmessageid*.pth



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.3-2
+ Revision: 9c0e1cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7037 |14cr|python-zope.index-4.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.index

Name:		python-%{oname}
Version:	4.0.1
Release:	2
Summary:	Indices for using with catalog like text, field, etc
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.index
BuildRequires:	python-devel python-setuptools

Requires:	pythonegg(btrees) 
Requires:	pythonegg(persistent) 
Requires:	pythonegg(setuptools) 
Requires:	pythonegg(six) 
Requires:	pythonegg(zope.interface)


%description
Overview
--------

The ``zope.index`` package provides several indices for the Zope
catalog.  These include:

* a field index (for indexing orderable values),

* a keyword index,

* a topic index,

* a text index (with support for lexicon, splitter, normalizer, etc.)




%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
chmod +x %{buildroot}%{py_platsitedir}/zope/index/text/tests/hs-tool.py
chmod +x %{buildroot}%{py_platsitedir}/zope/index/text/tests/mhindex.py
chmod +x %{buildroot}%{py_platsitedir}/zope/index/text/tests/wordstats.py

%check
#python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.index.egg-info/SOURCES.txt
%doc src/zope.index.egg-info/dependency_links.txt
%doc src/zope.index.egg-info/namespace_packages.txt
%doc src/zope.index.egg-info/requires.txt
%doc src/zope.index.egg-info/top_level.txt
%doc src/zope/index/field/README.txt
%doc src/zope/index/text/textindex.txt
%{py_platsitedir}/zope/index/*.py*
%{py_platsitedir}/zope/index/field/*.py*
%{py_platsitedir}/zope/index/keyword/*.py*
%{py_platsitedir}/zope/index/text/*.py*
%{py_platsitedir}/zope/index/text/okascore.so
%{py_platsitedir}/zope/index/text/tests/*.py*
%{py_platsitedir}/zope/index/topic/*.py*
%{py_platsitedir}/zope/index/topic/tests/*.py*
%{py_platsitedir}/zope.index*.egg-info
%{py_platsitedir}/zope.index-4.0.1-py2.7-nspkg.pth
%{py_platsitedir}/zope/index/field/README.txt
%{py_platsitedir}/zope/index/text/okascore.c
%{py_platsitedir}/zope/index/text/textindex.txt


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.1-2
+ Revision: 4a62642
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7038 |14cr|python-zopeinterface-3.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module zopeinterface
%define debug_package %{nil}

Name:           python-%{module}
Version:        3.6.1
Release:        3
Url:            http://pypi.python.org/pypi/zope.interface
Summary:        Interfaces for Python
License:        ZPL 2.1
Group:          Development/Python
Source:         zope.interface-%{version}.tar.bz2
BuildRequires:  python-devel

%description
This package is intended to be independently reusable in any Python
project. It is maintained by the Zope Toolkit project.

This package provides an implementation of object interfaces for Python.
Interfaces are a mechanism for labeling objects as conforming to a given
API or contract. So, this package can be considered as implementation of
the Design By Contract methodology support in Python.


%prep
%setup -n zope.interface-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
%{__python} setup.py install --root %{buildroot} --install-purelib=%{python_sitearch}

%files 
%doc COPYRIGHT.txt CHANGES.txt LICENSE.txt README.txt
%{python_sitearch}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.6.1-3
+ Revision: 7644251
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7039 |14cr|python-zope.interface-4.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.interface

Name:		python-%{oname}
Version:	4.0.5
Release:	2
Summary:	Interfaces for Python
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.interface
BuildRequires:	python-devel 
BuildRequires:	python-setuptools
BuildRequires:	python-zope.event

%description
``zope.interface`` README
=========================

This package is intended to be independently reusable in any Python
project. It is maintained by the `Zope Toolkit project
<http://docs.zope.org/zopetoolkit/>`_.

This package provides an implementation of "object interfaces" for Python.
Interfaces are a mechanism for labeling objects as conforming to a given
API or contract. So, this package can be considered as implementation of
the `Design By Contract`_ methodology support in Python.

.. _Design By Contract: http://en.wikipedia.org/wiki/Design_by_contract

For detailed documentation, please see http://docs.zope.org/zope.interface
%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.rst
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.rst
%doc docs/README.rst
%doc docs/README.ru.rst
%doc docs/hacking.rst
%doc src/zope.interface.egg-info/SOURCES.txt
%doc src/zope.interface.egg-info/dependency_links.txt
%doc src/zope.interface.egg-info/namespace_packages.txt
%doc src/zope.interface.egg-info/requires.txt
%doc src/zope.interface.egg-info/top_level.txt
%{py_platsitedir}/zope/interface/*
%{py_platsitedir}/zope.interface*.egg-info
%{py_platsitedir}/zope.interface*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.5-2
+ Revision: a36b9fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7040 |14cr|python-zope.intid-4.0.0a1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.intid

Name:		python-%{oname}
Version:	4.0.0a1
Release:	6
Summary:	Integer Id Utility
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.intid
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.security)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.location)
BuildRequires:  pythonegg(zope.keyreference)
BuildRequires:  pythonegg(zope.event)
BuildRequires:  pythonegg(zope.component)
BuildRequires:  pythonegg(zope.lifecycleevent)
BuildRequires:  pythonegg(persistent)
BuildRequires:  pythonegg(zodb3)
BuildRequires:  pythonegg(btrees)
BuildRequires:  pythonegg(zope.schema)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.i18nmessageid)

%description
This package provides an API to create integer ids for any object. Later
objects can be looked up by their id as well. This functionality is commonly
used in situations where dealing with objects is undesirably, such as in
search indices or any code that needs an easy hash of an object.

%prep
%setup -q -n %{oname}-%{version}
perl -pi -e "s|ZODB|ZODB3|"  setup.py

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.intid.egg-info/SOURCES.txt
%doc src/zope.intid.egg-info/dependency_links.txt
%doc src/zope.intid.egg-info/namespace_packages.txt
%doc src/zope.intid.egg-info/requires.txt
%doc src/zope.intid.egg-info/top_level.txt
%{py_puresitedir}/zope/intid/*
%{py_puresitedir}/zope.intid*.egg-info
%{py_puresitedir}/zope.intid*.pth


%changelog
* Tue Aug 05 2014 abfonly <abfonly@gmail.com> 4.0.0a1-6
+ Revision: 36b7f62
- Updated python-zope.intid.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7041 |14cr|python-zope.keyreference-4.0.0a2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.keyreference

Name:		python-%{oname}
Version:	4.0.0a2
Release:	3
Summary:	Key References
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.keyreference
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires:       pythonegg(setuptools) 
Requires: pythonegg(zodb3) 
Requires: pythonegg(zope.component)
Requires: pythonegg(zope.i18nmessageid) 
Requires: pythonegg(zope.interface) 
Requires: pythonegg(zope.schema)

%description
Object references that support stable comparison and hashes.

%prep
%setup -q -n %{oname}-%{version}
perl -pi -e "s|ZODB|ZODB3|"  setup.py

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
#python setup.py test

%files
%doc *.txt
%doc src/zope.keyreference.egg-info/*.txt
%doc src/zope/keyreference/persistent.txt
%{py_puresitedir}/zope/keyreference/*.py*
%{py_puresitedir}/zope.keyreference*.egg-info
%{py_puresitedir}/zope.keyreference-4.0.0a2-py2.7-nspkg.pth
%{py_puresitedir}/zope/keyreference/persistent.txt
%{py_puresitedir}/zope/keyreference/configure.zcml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a2-3
+ Revision: 5ebaed0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7042 |14cr|python-zope.lifecycleevent-4.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.lifecycleevent

Name:		python-%{oname}
Version:	4.0.3
Release:	2
Summary:	Object life-cycle events
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.lifecycleevent
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pythonegg(zope.event)
BuildRequires:	pythonegg(zope.interface)

%description
=================
Life-cycle events
=================

In Zope, events are used by components to inform each other about
relevant new objects and object modifications.

Some event consumers like catalogs and caches may need more information to
update themselves in an efficient manner. The necessary information can be
provided as optional modification descriptions of the ObjectModifiedEvent.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
# python setup.py test

%files
%doc CHANGES.rst
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.rst
%doc src/zope.lifecycleevent.egg-info/SOURCES.txt
%doc src/zope.lifecycleevent.egg-info/dependency_links.txt
%doc src/zope.lifecycleevent.egg-info/namespace_packages.txt
%doc src/zope.lifecycleevent.egg-info/requires.txt
%doc src/zope.lifecycleevent.egg-info/top_level.txt
%doc src/zope/lifecycleevent/README.txt
%{py_puresitedir}/zope/lifecycleevent/*
%{py_puresitedir}/zope.lifecycleevent*.egg-info
%{py_puresitedir}/zope.lifecycleevent*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.3-2
+ Revision: eeb2b5f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7043 |14cr|python-zope.location-4.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.location

Name:		python-%{oname}
Version:	4.0.3
Release:	2
Summary:	Zope Location

Source0:	http://pypi.python.org/packages/source/z/zope.location/zope.location-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.location/
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.schema)
BuildRequires:  pythonegg(zope.proxy)

%description
Zope Location
In Zope3, location are special objects that has a structural location.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.rst
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.rst
%doc src/zope.location.egg-info/SOURCES.txt
%doc src/zope.location.egg-info/dependency_links.txt
%doc src/zope.location.egg-info/namespace_packages.txt
%doc src/zope.location.egg-info/requires.txt
%doc src/zope.location.egg-info/top_level.txt
%{py_puresitedir}/zope/location/*
%{py_puresitedir}/zope.location*.egg-info
%{py_puresitedir}/zope.location*.pth



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.3-2
+ Revision: 85dc56c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7044 |14cr|python-zope.login-2.0.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.login

Name:		python-%{oname}
Version:	2.0.0a1
Release:	2
Summary:	Login helpers for zope.publisher / authentication
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.login
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.publisher)
BuildRequires:  pythonegg(zope.component)
BuildRequires:  pythonegg(zope.authentication)
BuildRequires:  pythonegg(zope.security)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.location)

%description
Overview
========

This package provides a login helpers for zope.publisher based on the concepts
of zope.authentication.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
# python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.login.egg-info/SOURCES.txt
%doc src/zope.login.egg-info/dependency_links.txt
%doc src/zope.login.egg-info/namespace_packages.txt
%doc src/zope.login.egg-info/requires.txt
%doc src/zope.login.egg-info/top_level.txt
%{py_puresitedir}/zope/login/*
%{py_puresitedir}/zope.login*.egg-info
%{py_puresitedir}/zope.login*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0a1-2
+ Revision: c84da31
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7045 |14cr|python-zope.mimetype-2.0.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.mimetype

Name:		python-%{oname}
Version:	2.0.0a1
Release:	2
Summary:	A simple package for working with MIME content types
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.mimetype
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)

%description
This package provides a way to work with MIME content types.  There
are several interfaces defined here, many of which are used primarily
to look things up based on different bits of information.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.mimetype.egg-info/SOURCES.txt
%doc src/zope.mimetype.egg-info/dependency_links.txt
%doc src/zope.mimetype.egg-info/namespace_packages.txt
%doc src/zope.mimetype.egg-info/requires.txt
%doc src/zope.mimetype.egg-info/top_level.txt
%doc src/zope/mimetype/README.txt
%doc src/zope/mimetype/TODO.txt
%doc src/zope/mimetype/character-sets.txt
%doc src/zope/mimetype/codec.txt
%doc src/zope/mimetype/constraints.txt
%doc src/zope/mimetype/contentinfo.txt
%doc src/zope/mimetype/event.txt
%doc src/zope/mimetype/retrieving_mime_types.txt
%doc src/zope/mimetype/source.txt
%doc src/zope/mimetype/typegetter.txt
%doc src/zope/mimetype/utils.txt
%doc src/zope/mimetype/widget.txt
%{py_puresitedir}/zope/*
%{py_puresitedir}/zope.mimetype*.egg-info
%{py_puresitedir}/zope.mimetype*.pth


%changelog
* Tue Aug 05 2014 abfonly <abfonly@gmail.com> 2.0.0a1-2
+ Revision: 5746362
- Updated python-zope.mimetype.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7046 |14cr|python-zope.minmax-2.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.minmax

Name:		python-%{oname}
Version:	2.0.0
Release:	2
Summary:	Homogeneous values favoring maximum or minimum for ZODB conflict resolution
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.minmax/
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)

Requires:  pythonegg(persistent) 
Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zope.interface)

%description
=================================
Min/Max Value Conflict Resolution
=================================

This package provides support for homogeneous values favoring maximum
or minimum for ZODB conflict resolution.  See
``src/zope/minmax/minmax.txt`` for a detailed description.



%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.minmax.egg-info/SOURCES.txt
%doc src/zope.minmax.egg-info/dependency_links.txt
%doc src/zope.minmax.egg-info/namespace_packages.txt
%doc src/zope.minmax.egg-info/requires.txt
%doc src/zope.minmax.egg-info/top_level.txt
%doc src/zope/minmax/minmax.txt

%{py_puresitedir}/zope/minmax/*.py*
%{py_puresitedir}/zope.minmax*.egg-info
%{py_puresitedir}/zope.minmax-2.0.0-py2.7-nspkg.pth
%{py_puresitedir}/zope/minmax/minmax.txt


%changelog
* Tue Aug 05 2014 abfonly <abfonly@gmail.com> 2.0.0-2
+ Revision: 9efac20
- Updated python-zope.minmax.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7047 |14cr|python-zope.pagetemplate-4.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.pagetemplate

Name:		python-%{oname}
Version:	4.0.4
Release:	2
Summary:	Zope Page Templates
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.pagetemplate
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.traversing)
BuildRequires:  pythonegg(zope.i18nmessageid)
BuildRequires:  pythonegg(zope.i18n)
BuildRequires:  pythonegg(zope.tal)
BuildRequires:  pythonegg(zope.tales)
BuildRequires:  pythonegg(zope.component)
BuildRequires:  pythonegg(six)
BuildRequires:  pythonegg(zope.security)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.publisher)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.location)

%description
Page Templates provide an elegant templating mechanism that achieves a
clean separation of presentation and application logic while allowing
for designers to work with templates in their visual editing tools
(FrontPage, Dreamweaver, GoLive, etc.).



%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.pagetemplate.egg-info/SOURCES.txt
%doc src/zope.pagetemplate.egg-info/dependency_links.txt
%doc src/zope.pagetemplate.egg-info/namespace_packages.txt
%doc src/zope.pagetemplate.egg-info/requires.txt
%doc src/zope.pagetemplate.egg-info/top_level.txt
%doc src/zope/pagetemplate/architecture.txt
%doc src/zope/pagetemplate/readme.txt
%doc src/zope/pagetemplate/tests/input/checknotexpression.html
%doc src/zope/pagetemplate/tests/input/checknothing.html
%doc src/zope/pagetemplate/tests/input/checkpathalt.html
%doc src/zope/pagetemplate/tests/input/checkpathnothing.html
%doc src/zope/pagetemplate/tests/input/checkwithxmlheader.html
%doc src/zope/pagetemplate/tests/input/dtml1.html
%doc src/zope/pagetemplate/tests/input/dtml3.html
%doc src/zope/pagetemplate/tests/input/globalsshadowlocals.html
%doc src/zope/pagetemplate/tests/input/loop1.html
%doc src/zope/pagetemplate/tests/input/recursive.html
%doc src/zope/pagetemplate/tests/input/stringexpression.html
%doc src/zope/pagetemplate/tests/input/teeshop1.html
%doc src/zope/pagetemplate/tests/input/teeshop2.html
%doc src/zope/pagetemplate/tests/input/teeshoplaf.html
%doc src/zope/pagetemplate/tests/input/translation.html
%doc src/zope/pagetemplate/tests/output/checknotexpression.html
%doc src/zope/pagetemplate/tests/output/checknothing.html
%doc src/zope/pagetemplate/tests/output/checkpathalt.html
%doc src/zope/pagetemplate/tests/output/checkpathnothing.html
%doc src/zope/pagetemplate/tests/output/checkwithxmlheader.html
%doc src/zope/pagetemplate/tests/output/dtml1a.html
%doc src/zope/pagetemplate/tests/output/dtml1b.html
%doc src/zope/pagetemplate/tests/output/dtml3.html
%doc src/zope/pagetemplate/tests/output/globalsshadowlocals.html
%doc src/zope/pagetemplate/tests/output/loop1.html
%doc src/zope/pagetemplate/tests/output/recursive.html
%doc src/zope/pagetemplate/tests/output/stringexpression.html
%doc src/zope/pagetemplate/tests/output/teeshop1.html
%doc src/zope/pagetemplate/tests/output/teeshop2.html
%doc src/zope/pagetemplate/tests/output/teeshoplaf.html
%doc src/zope/pagetemplate/tests/output/translation.html
%{py_puresitedir}/zope/pagetemplate/*
%{py_puresitedir}/zope.pagetemplate*.egg-info
%{py_puresitedir}/zope.pagetemplate*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.4-2
+ Revision: dd600ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7048 |14cr|python-zope.password-4.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.password

Name:		python-%{oname}
Version:	4.0.2
Release:	2
Summary:	Password encoding and checking utilities
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.password
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.configuration)
BuildRequires:  pythonegg(zope.component)
BuildRequires:  pythonegg(zope.schema)
BuildRequires:  pythonegg(zope.i18nmessageid)
BuildRequires:  pythonegg(zope.event)

%description
================
Password Manager
================

This package provides a password manager mechanism. Password manager
is an utility object that can encode and check encoded
passwords. Beyond the generic interface, this package also provides
seven implementations:

* PlainTextPasswordManager - the most simple and the less secure
  one. It does not do any password encoding and simply checks password
  by string equality.  It's useful in tests or as a base class for
  more secure implementations.

* MD5PasswordManager - a password manager that uses MD5 algorithm to
  encode passwords. It's generally weak against dictionary attacks due to a
  lack of a salt.
 
* SMD5PasswordManager - a password manager that uses MD5 algorithm, together
  with a salt to encode passwords. It's better protected against against
  dictionary attacks, but the MD5 hashing algorithm is not as strong as the
  SHA1 algorithm.

* SHA1PasswordManager - a password manager that uses SHA1 algorithm to
  encode passwords. It has the same weakness as the MD5PasswordManager.
 
* SSHAPasswordManager - the most secure password manager that is
  strong against dictionary attacks. It's basically SHA1-encoding
  password manager which also incorporates a salt into the password
  when encoding it.

* CryptPasswordManager - A manager implementing the crypt(3) hashing scheme.
  Only available if the python crypt module is installed. This is a legacy
  manager, only present to ensure that zope.password can be used for all
  schemes defined in RFC 2307 (LDAP).

* MySQLPasswordManager - A manager implementing the digest scheme as
  implemented in the MySQL PASSWORD function in MySQL versions before 4.1. 
  Note that this method results in a very weak 16-byte hash.

The Crypt, MD5, SMD5, SHA and SSHA password managers are all compatible with
RFC 2307 LDAP implementations of the same password encoding schemes.

It is strongly recommended to use SSHAPasswordManager, as it's the
most secure.

The package also provides a script `zpasswd` to generate principal
entries in typical ``site.zcml`` files.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.password.egg-info/SOURCES.txt
%doc src/zope.password.egg-info/dependency_links.txt
%doc src/zope.password.egg-info/entry_points.txt
%doc src/zope.password.egg-info/namespace_packages.txt
%doc src/zope.password.egg-info/requires.txt
%doc src/zope.password.egg-info/top_level.txt
%{_bindir}/*
%{py_puresitedir}/zope/password/*
%{py_puresitedir}/zope.password*.egg-info
%{py_puresitedir}/zope.password*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.2-2
+ Revision: d8c686d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7049 |14cr|python-zope.principalannotation-4.0.0a2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.principalannotation

Name:		python-%{oname}
Version:	4.0.0a2
Release:	2
Summary:	Annotations for Zope Principals
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.principalannotation
BuildArch:	noarch
BuildRequires:	python-setuptools

Requires:  pythonegg(persistent) 
Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zope.annotation) 
Requires:  pythonegg(zope.component) 
Requires:  pythonegg(zope.interface) 
Requires:  pythonegg(zope.location) 
Requires:  pythonegg(zope.security) 
Requires:  pythonegg(zope.site)

%description
=====================
Principal Annotations
=====================

This package implements annotations for zope.security principals.
To make it clear, the `principal` here is the object that provides
``zope.security.interfaces.IPrincipal`` interface and `annotations` is
the object providing ``zope.annotation.interfaces.IAnnotations``.

The problem is that principals is dynamic, non-persistent objects created
on the fly for every security participation (request or something), so
common annotation techniques, like AttributeAnnotations cannot be applied
to them.

This package provides a persistent storage of principal annotations,
storing annotations by principal ID as well as an adapter from IPrincipal
to IAnnotations.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
#python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.principalannotation.egg-info/SOURCES.txt
%doc src/zope.principalannotation.egg-info/dependency_links.txt
%doc src/zope.principalannotation.egg-info/namespace_packages.txt
%doc src/zope.principalannotation.egg-info/requires.txt
%doc src/zope.principalannotation.egg-info/top_level.txt
%doc src/zope/principalannotation/README.txt
%{py_puresitedir}/zope/principalannotation/*.py*
%{py_puresitedir}/zope.principalannotation*.egg-info
%{py_puresitedir}/zope.principalannotation-4.0.0a2-py2.7-nspkg.pth
%{py_puresitedir}/zope/principalannotation/README.txt
%{py_puresitedir}/zope/principalannotation/configure.zcml


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a2-2
+ Revision: 78887a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7050 |14cr|python-zope.principalregistry-4.0.0a2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.principalregistry

Name:		python-%{oname}
Version:	4.0.0a2
Release:	2
Summary:	Global principal registry component for Zope3
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.principalregistry
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)

Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zope.authentication) 
Requires:  pythonegg(zope.component) 
Requires:  pythonegg(zope.interface) 
Requires:  pythonegg(zope.password) 
Requires:  pythonegg(zope.security)


%description
===========================
Global principal definition
===========================

Global principals are defined via ZCML.  There are several kinds of
principals that can be defined.




%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.principalregistry.egg-info/SOURCES.txt
%doc src/zope.principalregistry.egg-info/dependency_links.txt
%doc src/zope.principalregistry.egg-info/namespace_packages.txt
%doc src/zope.principalregistry.egg-info/requires.txt
%doc src/zope.principalregistry.egg-info/top_level.txt
%doc src/zope/principalregistry/README.txt
%{py_puresitedir}/zope/principalregistry/*.py*
%{py_puresitedir}/zope/principalregistry/tests/*.py*
%{py_puresitedir}/zope.principalregistry*.egg-info
%{py_puresitedir}/zope.principalregistry-4.0.0a2-py2.7-nspkg.pth
%{py_puresitedir}/zope/principalregistry/README.txt
%{py_puresitedir}/zope/principalregistry/configure.zcml
%{py_puresitedir}/zope/principalregistry/meta.zcml
%{py_puresitedir}/zope/principalregistry/tests/principal.zcml
        


%changelog
* Tue Aug 05 2014 abfonly <abfonly@gmail.com> 4.0.0a2-2
+ Revision: fc28cfe
- Updated python-zope.principalregistry.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7051 |14cr|python-zope.processlifetime-2.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.processlifetime

Name:		python-%{oname}
Version:	2.0.0
Release:	2
Summary:	Zope process lifetime events
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.processlifetime
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
zope.processlifetime README
===========================

This package provides interfaces / implementations for events relative to
the lifetime of a server process (startup, database opening, etc.)

It is derived from Zope 3.4's 'zope.app.appsetup'.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%{py_puresitedir}/zope/processlifetime/*
%{py_puresitedir}/zope.processlifetime*.egg-info
%{py_puresitedir}/zope.processlifetime*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-2
+ Revision: 063807e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7052 |14cr|python-zope.proxy-4.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-zope.proxy
Version:	4.1.4
Release:	2
Group:		Development/Python
License:	Zope Public License
Summary:	Generic Transparent Proxies

#md5=ac5fc916b572bc3ff630b49cda52d94a
Source:		http://pypi.python.org/packages/source/z/zope.proxy/zope.proxy-%{version}.tar.gz
URL:		http://pypi.python.org/pypi/zope.proxy/3.5.0

BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
Proxies are special objects which serve as mostly-transparent wrappers
around another object, intervening in the apparent behavior of the wrapped
object only when necessary to apply the policy (e.g., access checking,
location brokering, etc.) for which the proxy is responsible.

%prep
%setup -q -n zope.proxy-%{version}

%build

%install
PYTHONDONTWRITEBYTECODE= \
%__python setup.py install --root=%{buildroot} --record=INSTALLED_FILES
sed -i 's/.*egg-info$//' INSTALLED_FILES

%clean

%files -f INSTALLED_FILES


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.4-2
+ Revision: d6b07df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7053 |14cr|python-zope.ptresource-4.0.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.ptresource

Name:		python-%{oname}
Version:	4.0.0a1
Release:	2
Summary:	Page template resource plugin for zope.browserresource
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.ptresource/
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)

Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zope.browserresource) 
Requires:  pythonegg(zope.interface) 
Requires:  pythonegg(zope.pagetemplate) 
Requires:  pythonegg(zope.publisher) 
Requires:  pythonegg(zope.security)


%description
========
Overview
========

*This package is at present not reusable without depending on a large
chunk of the Zope Toolkit and its assumptions. It is maintained by the*
`Zope Toolkit project <http://docs.zope.org/zopetoolkit/>`_.

This package provides a "page template" resource class, a resource which
content is processed with Zope Page Templates engine before returning to
client.

The resource factory class is registered for "pt", "zpt" and "html" file
extensions in package's ``configure.zcml`` file.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.ptresource.egg-info/*.txt
%{py_puresitedir}/zope/ptresource/*.py*
%{py_puresitedir}/zope.ptresource*.egg-info
%{py_puresitedir}/zope.ptresource-4.0.0a1-py2.7-nspkg.pth
%{py_puresitedir}/zope/ptresource/configure.zcml



%changelog
* Tue Aug 05 2014 abfonly <abfonly@gmail.com> 4.0.0a1-2
+ Revision: 5f6105f
- Updated python-zope.ptresource.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7054 |14cr|python-zope.publisher-4.0.0a4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.publisher

Name:		python-%{oname}
Version:	4.0.0a4
Release:	3
Summary:	The Zope publisher publishes Python objects on the web
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
Patch0:		python-zope.publisher-requires.patch
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.publisher
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pkgconfig(python)

Requires:	pythonegg(zope.browser)
Requires:	pythonegg(zope.configuration)
Requires:	pythonegg(zope.contenttype) >= 3.5
Requires:	pythonegg(zope.event)
Requires:	pythonegg(zope.i18n) >= 4.0.0a3
Requires:	pythonegg(zope.exceptions)
Requires:	pythonegg(zope.interface) >= 3.8.0
Requires:	pythonegg(zope.location)
Requires:	pythonegg(zope.proxy)
Requires:	pythonegg(zope.security) >= 4.0.0
Requires:	pythonegg(zope.i18nmessageid)
Requires:	pythonegg(zope.schema)
Requires:	pythonegg(pytz)
Requires:	pythonegg(zope.contenttype) 

%description
zope.publisher allows you to publish Python objects on the web.  It
has support for plain HTTP/WebDAV clients, web browsers as well as
XML-RPC and FTP clients.  Input and output streams are represented by
request and response objects which allow for easy client interaction
from Python.  The behavior of the publisher is geared towards WSGI
compatibility.
%prep
%setup -q -n %{oname}-%{version}
%patch0 -p0

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
#python setup.py test

%files
%doc CHANGES.txt README.txt COPYRIGHT.txt LICENSE.txt
%doc src/zope.publisher.egg-info/*.txt
%doc src/zope/publisher/*.txt
%doc src/zope/publisher/httpresults.txt
%doc src/zope/publisher/paste.txt
%{py_puresitedir}/zope/publisher/*.py*
%{py_puresitedir}/zope/publisher/interfaces/*.py*
%{py_puresitedir}/zope/publisher/tests/*.py*
%{py_puresitedir}/zope.publisher*.egg-info
%{py_puresitedir}/zope.publisher-4.0.0a4-py2.7-nspkg.pth
%{py_puresitedir}/zope/publisher/*.txt
%{py_puresitedir}/zope/publisher/*.clb
%{py_puresitedir}/zope/publisher/*zcml



%changelog
* Thu Sep 11 2014 abfonly <abfonly@gmail.com> 4.0.0a4-3
+ Revision: fe04980
- Drop %check, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7055 |14cr|python-zope.schema-4.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.schema

Name:		python-%{oname}
Version:	4.4.1
Release:	2
Summary:	Zope.interface extension for defining data schemas

Source0:	http://pypi.python.org/packages/source/z/zope.schema/zope.schema-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.schema
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pythonegg(zope.event)
BuildRequires:	pythonegg(zope.testing)
BuildRequires:	pythonegg(zope.exceptions)

%description
zope.schema README
==================

Schemas extend the notion of interfaces to detailed descriptions of
Attributes (but not methods).  Every schema is an interface and
specifies the public fields of an object.  A *field* roughly
corresponds to an attribute of a Python object.  But a Field provides
space for at least a title and a description.  It can also constrain
its value and provide a validation method.  Besides you can optionally
specify characteristics such as its value being read-only or not
required.

See http://docs.zope.org/zope.schema/ for more information.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.rst
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.rst
%doc docs/hacking.rst
%doc src/zope.schema.egg-info/SOURCES.txt
%doc src/zope.schema.egg-info/dependency_links.txt
%doc src/zope.schema.egg-info/namespace_packages.txt
%doc src/zope.schema.egg-info/requires.txt
%doc src/zope.schema.egg-info/top_level.txt
%{py_puresitedir}/zope/schema/*
%{py_puresitedir}/zope.schema*.egg-info
%{py_puresitedir}/zope.schema*.pth



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.4.1-2
+ Revision: 529f43f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7056 |14cr|python-zope.security-4.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.security

Name:		python-%{oname}
Version:	4.0.1
Release:	4
Summary:	Zope Security Framework

Source0:	http://pypi.python.org/packages/source/z/zope.security/zope.security-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.security
BuildRequires:	python-devel 
BuildRequires:	python-setuptools
BuildRequires: pythonegg(zope.i18nmessageid)
BuildRequires: pythonegg(zope.interface)
BuildRequires: pythonegg(zope.location)
BuildRequires: pythonegg(zope.proxy) >= 4.1.0
BuildRequires: pythonegg(zope.schema)
BuildRequires: pythonegg(zope.event)
BuildRequires: pythonegg(zope.component)

Requires: pythonegg(zope.i18nmessageid)
Requires: pythonegg(zope.interface)
Requires: pythonegg(zope.location)
Requires: pythonegg(zope.proxy) >= 4.1.0
Requires: pythonegg(zope.schema)
Requires: pythonegg(zope.event)
Requires: pythonegg(zope.component)

%description
The Security framework provides a generic mechanism to implement security
policies on Python objects.

%package -n %{name}-devel
Summary:	Zope Security Framework
Group:		Development/Python

%description -n %{name}-devel
Devel files for %{oname}

%files -n %{name}-devel
%doc CHANGES.rst TODO-4.0.txt COPYRIGHT.txt LICENSE.txt README.rst
%{py_platsitedir}/zope/security/_proxy.c
%{py_platsitedir}/zope/security/_zope_security_checker.c
%{py_platsitedir}/zope.security-4.0.1-py2.7-nspkg.pth


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
chmod +x %{buildroot}%{py_platsitedir}/zope/security/setup.py

%files
%doc CHANGES.rst TODO-4.0.txt COPYRIGHT.txt LICENSE.txt README.rst
%doc docs/_build/doctest/output.txt
%doc docs/_build/doctrees/*.doctree
%doc docs/_build/doctrees/api/*.doctree
%doc docs/_build/html/*.html
%doc docs/_build/html/_modules/index.html
%doc docs/_build/html/_modules/zope/security/*.html
%doc docs/_build/html/_sources/*.txt
%doc docs/_build/html/_sources/api/*.txt
%doc docs/_build/html/api/*.html
%doc src/zope.security.egg-info/*.txt

%{py_platsitedir}/zope/security/*.py*
%{py_platsitedir}/zope/security/_proxy.so
%{py_platsitedir}/zope/security/_zope_security_checker.so
%{py_platsitedir}/zope/security/tests/*.py*
%{py_platsitedir}/zope.security*.egg-info
%{py_platsitedir}/zope/security/configure.zcml
%{py_platsitedir}/zope/security/examples/*.py
%{py_platsitedir}/zope/security/meta.zcml
%{py_platsitedir}/zope/security/permissions.zcml
%{py_platsitedir}/zope/security/tests/redefineperms.zcml



%changelog
* Tue Aug 05 2014 abfonly <abfonly@gmail.com> 4.0.1-4
+ Revision: cfe2863
- Updated python-zope.security.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7057 |14cr|python-zope.securitypolicy-4.0.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.securitypolicy

Name:		python-%{oname}
Version:	4.0.0a1
Release:	2
Summary:	Default security policy for Zope3
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.securitypolicy
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.security)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.schema)
BuildRequires:  pythonegg(zope.location)
BuildRequires:  pythonegg(zope.i18nmessageid)
BuildRequires:  pythonegg(zope.configuration)
BuildRequires:  pythonegg(zope.component)
BuildRequires:  pythonegg(zope.authentication)
BuildRequires:  pythonegg(zope.annotation)
BuildRequires:  pythonegg(persistent)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.event)
BuildRequires:  pythonegg(zope.testrunner)

%description
This package provides an useful security policy for Zope3. It's the
default security policy used in "zope3 the application" and many other
zope-based projects.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.securitypolicy.egg-info/SOURCES.txt
%doc src/zope.securitypolicy.egg-info/dependency_links.txt
%doc src/zope.securitypolicy.egg-info/namespace_packages.txt
%doc src/zope.securitypolicy.egg-info/requires.txt
%doc src/zope.securitypolicy.egg-info/top_level.txt
%doc src/zope/securitypolicy/zopepolicy.txt
%{py_puresitedir}/zope/securitypolicy/*
%{py_puresitedir}/zope.securitypolicy*.egg-info
%{py_puresitedir}/zope.securitypolicy*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a1-2
+ Revision: bae37c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7058 |14cr|python-zope.server-3.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.server

Name:		python-%{oname}
Version:	3.9.0
Release:	2
Summary:	Zope Server (Web and FTP)
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.server
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This package contains generic base classes for channel-based servers, the
servers themselves and helper objects, such as tasks and requests.

============
WSGI Support
============

`zope.server`'s HTTP server comes with WSGI_ support.
``zope.server.http.wsgihttpserver.WSGIHTTPServer`` can act as a WSGI gateway.
There's also an entry point for PasteDeploy_ that lets you use zope.server's
WSGI gateway from a configuration file, e.g.::

  [server:main]
  use = egg:zope.server
  host = 127.0.0.1
  port = 8080

.. _WSGI: http://www.python.org/dev/peps/pep-0333/
.. _PasteDeploy: http://pythonpaste.org/deploy/

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.server.egg-info/SOURCES.txt
%doc src/zope.server.egg-info/dependency_links.txt
%doc src/zope.server.egg-info/entry_points.txt
%doc src/zope.server.egg-info/namespace_packages.txt
%doc src/zope.server.egg-info/requires.txt
%doc src/zope.server.egg-info/top_level.txt
%doc src/zope/server/ftp/README.txt
%{py_puresitedir}/zope/server/*
%{py_puresitedir}/zope.server*.egg-info
%{py_puresitedir}/zope.server*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.9.0-2
+ Revision: 5328eaf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7059 |14cr|python-zope.session-4.0.0a2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.session

Name:		python-%{oname}
Version:	4.0.0a2
Release:	2
Summary:	Client identification and sessions for Zope
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.session
BuildArch:	noarch
BuildRequires:	python-setuptools

Requires:  pythonegg(setuptools) 
Requires:  pythonegg(zodb3) 
Requires:  pythonegg(zope.component) 
Requires:  pythonegg(zope.i18nmessageid) >= 3.4.2 
Requires:  pythonegg(zope.interface) 
Requires:  pythonegg(zope.location) 
Requires:  pythonegg(zope.minmax) 
Requires:  pythonegg(zope.publisher) >= 4.0.0a1

%description
This package provides interfaces for client identification and session
support and their implementations for zope.publisher's request objects.


%prep
%setup -q -n %{oname}-%{version}
perl -pi -e "s|ZODB|ZODB3|"  setup.py

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
#python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.session.egg-info/SOURCES.txt
%doc src/zope.session.egg-info/dependency_links.txt
%doc src/zope.session.egg-info/namespace_packages.txt
%doc src/zope.session.egg-info/requires.txt
%doc src/zope.session.egg-info/top_level.txt
%doc src/zope/session/api.txt
%doc src/zope/session/design.txt
%{py_puresitedir}/zope/session/*.py*
%{py_puresitedir}/zope.session*.egg-info
%{py_puresitedir}/zope.session-4.0.0a2-py2.7-nspkg.pth
%{py_puresitedir}/zope/session/adapters.zcml
%{py_puresitedir}/zope/session/api.txt
%{py_puresitedir}/zope/session/apidoc.zcml
%{py_puresitedir}/zope/session/classes.zcml
%{py_puresitedir}/zope/session/configure.zcml
%{py_puresitedir}/zope/session/design.txt
%{py_puresitedir}/zope/session/subscribers.zcml
        
        
        
        

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a2-2
+ Revision: 5077509
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7060 |14cr|python-zope.site-4.0.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.site
%define __noautoreq '.*zope.security.*'

Name:		python-%{oname}
Version:	4.0.0a1
Release:	2
Summary:	Local registries for zope component architecture
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.site
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.location)
BuildRequires:  pythonegg(zope.lifecycleevent)
BuildRequires:  pythonegg(zope.event)
BuildRequires:  pythonegg(zope.component)
BuildRequires:  pythonegg(zope.security)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.container)
BuildRequires:  pythonegg(zope.annotation)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.schema)

# Avoid versioned reqs
Requires:  pythonegg(zope.security)

%description
=====================================
Zope 3's Local Component Architecture
=====================================

This package provides a local and persistent site manager
implementation, so that one can register local utilities and
adapters. It uses local adapter registries for its adapter and utility
registry. The module also provides some facilities to organize the
local software and ensures the correct behavior inside the ZODB.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.site.egg-info/SOURCES.txt
%doc src/zope.site.egg-info/dependency_links.txt
%doc src/zope.site.egg-info/namespace_packages.txt
%doc src/zope.site.egg-info/requires.txt
%doc src/zope.site.egg-info/top_level.txt
%doc src/zope/site/site.txt
%doc src/zope/site/tests/folder.txt
%{py_puresitedir}/zope/site/*
%{py_puresitedir}/zope.site*.egg-info
%{py_puresitedir}/zope.site*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a1-2
+ Revision: 2e9ff9b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7061 |14cr|python-zope.size-4.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.size

Name:		python-%{oname}
Version:	4.0.1
Release:	2
Summary:	Interfaces and simple adapter that give the size of an object
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.size
BuildArch:	noarch
BuildRequires:	pythonegg(zope.i18nmessageid)
BuildRequires:	python-setuptools

%description
This package provides a definition of simple interface that allows to
retrieve the size of the object for displaying and for sorting.

The default adapter is also provided. It expects objects to have the
``getSize`` method that returns size in bytes, however, it won't crash if
an object doesn't have one and will show size as ``not available`` instead.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.size.egg-info/SOURCES.txt
%doc src/zope.size.egg-info/dependency_links.txt
%doc src/zope.size.egg-info/namespace_packages.txt
%doc src/zope.size.egg-info/requires.txt
%doc src/zope.size.egg-info/top_level.txt
%{py_puresitedir}/zope/size/*
%{py_puresitedir}/zope.size*.egg-info
%{py_puresitedir}/zope.size*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.1-2
+ Revision: 2a83303
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7062 |14cr|python-zope.structuredtext-4.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.structuredtext

Name:		python-%{oname}
Version:	4.0.0
Release:	2
Summary:	StructuredText parser
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.structuredtext
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
``zope.structuredtext`` README
==============================

This package provides a parser and renderers for the classic Zope
"structured text" markup dialect (STX).  STX is a plain text markup in
which document structure is signalled primarily by identation


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc TODO.txt
%doc src/zope.structuredtext.egg-info/SOURCES.txt
%doc src/zope.structuredtext.egg-info/dependency_links.txt
%doc src/zope.structuredtext.egg-info/namespace_packages.txt
%doc src/zope.structuredtext.egg-info/requires.txt
%doc src/zope.structuredtext.egg-info/top_level.txt
%{py_puresitedir}/zope/structuredtext/*.py*
%{py_puresitedir}/zope.structuredtext*.egg-info
%{py_puresitedir}/zope.structuredtext-4.0.0-py2.7-nspkg.pth
%{py_puresitedir}/zope/structuredtext/regressions/Acquisition.ref
%{py_puresitedir}/zope/structuredtext/regressions/Acquisition.stx
%{py_puresitedir}/zope/structuredtext/regressions/ExtensionClass.ref
%{py_puresitedir}/zope/structuredtext/regressions/ExtensionClass.stx
%{py_puresitedir}/zope/structuredtext/regressions/InnerLinks.ref
%{py_puresitedir}/zope/structuredtext/regressions/InnerLinks.stx
%{py_puresitedir}/zope/structuredtext/regressions/Links.ref
%{py_puresitedir}/zope/structuredtext/regressions/Links.stx
%{py_puresitedir}/zope/structuredtext/regressions/MultiMapping.ref
%{py_puresitedir}/zope/structuredtext/regressions/MultiMapping.stx
%{py_puresitedir}/zope/structuredtext/regressions/examples.ref
%{py_puresitedir}/zope/structuredtext/regressions/examples.stx
%{py_puresitedir}/zope/structuredtext/regressions/examples1.ref
%{py_puresitedir}/zope/structuredtext/regressions/examples1.stx
%{py_puresitedir}/zope/structuredtext/regressions/index.ref
%{py_puresitedir}/zope/structuredtext/regressions/index.stx
%{py_puresitedir}/zope/structuredtext/regressions/table.ref
%{py_puresitedir}/zope/structuredtext/regressions/table.stx


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0-2
+ Revision: 333bdb0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7063 |14cr|python-zope.tal-4.0.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.tal

Name:		python-%{oname}
Version:	4.0.0a1
Release:	2
Summary:	Zope Template Application Language (TAL)
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Ruby
Url:		http://pypi.python.org/pypi/zope.tal
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.i18nmessageid)
BuildRequires:  pythonegg(zope.testrunner)
BuildRequires:  pythonegg(zope.exceptions)
BuildRequires:  pythonegg(six)

%description
Template Attribute Language (TAL)
=================================

Overview
--------

The Zope3 Template Attribute Languate (TAL) specifies the custom namespace
and attributes which are used by the Zope Page Templates renderer to inject
dynamic markup into a page.  It also includes the Macro Expansion for TAL
(METAL) macro language used in page assembly.

The dynamic values themselves are specified using a companion language,
TALES (see the `zope.tales`_ package for more).

See: http://wiki.zope.org/ZPT/TALSpecification14

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.rst
%doc COPYRIGHT.rst
%doc LICENSE.rst
%doc README.rst
# %doc src/zope/tal/benchmark/*
# %doc src/zope/tal/tests/*
%{py_puresitedir}/zope/tal/*
%{py_puresitedir}/zope.tal*.egg-info
%{py_puresitedir}/zope.tal*.pth

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a1-2
+ Revision: 1dfa47d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7064 |14cr|python-zope.tales-4.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.tales

Name:		python-%{oname}
Version:	4.0.2
Release:	2
Summary:	Zope Template Application Language Expression Syntax (TALES)
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.tales
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pythonegg(six)
BuildRequires:	pythonegg(zope.exceptions)
BuildRequires:	pythonegg(zope.testing)

Requires:	pythonegg(zope.interface)
Requires:	pythonegg(six)
# to run tests it's enough zope.testing
#BuildRequires:	pythonegg(zope.testrunner)
#BuildRequires:	pythonegg(zope.lifecycleevent)

%description
Overview
========

Template Attribute Language - Expression Syntax

See http://wiki.zope.org/ZPT/TALESSpecification13

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.txt
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.txt
%doc src/zope.tales.egg-info/SOURCES.txt
%doc src/zope.tales.egg-info/dependency_links.txt
%doc src/zope.tales.egg-info/namespace_packages.txt
%doc src/zope.tales.egg-info/requires.txt
%doc src/zope.tales.egg-info/top_level.txt
%{py_puresitedir}/zope/tales/*
%{py_puresitedir}/zope.tales*.egg-info
%{py_puresitedir}/zope.tales*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.2-2
+ Revision: bc13728
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7065 |14cr|python-zope.testbrowser-4.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.testbrowser

Name:		python-%{oname}
Version:	4.0.4
Release:	3
Summary:	Programmable browser for functional black-box tests
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.testbrowser
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.schema)
BuildRequires:  pythonegg(zope.event)
BuildRequires:  pythonegg(webtest)
BuildRequires:  pythonegg(zope.testing)
BuildRequires:  pythonegg(beautifulsoup4)
BuildRequires:  pythonegg(six)
BuildRequires:  pythonegg(zope.exceptions)
BuildRequires:  pythonegg(webob)
# Not in ABF yet
# BuildRequires:  pythonegg(waitress)

%description
%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

# Disable check - it's a little tricky to perform tests that require Internet access
# inside ABF build nodes
# %check
# python setup.py test

%files
%doc CHANGES.rst
%doc COPYRIGHT.rst
%doc LICENSE.rst
%doc README.rst
%doc src/zope.testbrowser.egg-info/SOURCES.txt
%doc src/zope.testbrowser.egg-info/dependency_links.txt
%doc src/zope.testbrowser.egg-info/namespace_packages.txt
%doc src/zope.testbrowser.egg-info/requires.txt
%doc src/zope.testbrowser.egg-info/top_level.txt
%doc src/zope/testbrowser/README.txt
%doc src/zope/testbrowser/cookies.txt
%doc src/zope/testbrowser/fixed-bugs.txt
%doc src/zope/testbrowser/over_the_wire.txt
%doc src/zope/testbrowser/ftests/controls.html
%doc src/zope/testbrowser/ftests/cookies.html
%doc src/zope/testbrowser/ftests/forms.html
%doc src/zope/testbrowser/ftests/fragment.html
%doc src/zope/testbrowser/ftests/navigate.html
%doc src/zope/testbrowser/ftests/notitle.html
%doc src/zope/testbrowser/ftests/oneform.html
%doc src/zope/testbrowser/ftests/radio.html
%doc src/zope/testbrowser/ftests/simple.html
%doc src/zope/testbrowser/ftests/status_lead.html
%doc src/zope/testbrowser/ftests/textarea.html
%{py_puresitedir}/zope/testbrowser/*
%{py_puresitedir}/zope.testbrowser*.egg-info
%{py_puresitedir}/zope.testbrowser*.pth


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.4-3
+ Revision: 3d6df7f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7066 |14cr|python-zope.testing-4.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.testing

Name:		python-%{oname}
Version:	4.1.3
Release:	2
Summary:	Zope testing helpers

Source0:	http://pypi.python.org/packages/source/z/zope.testing/zope.testing-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.testing
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pythonegg(zope.exceptions)

%description
************
zope.testing
************

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.rst
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.rst
%doc src/zope.testing.egg-info/SOURCES.txt
%doc src/zope.testing.egg-info/dependency_links.txt
%doc src/zope.testing.egg-info/namespace_packages.txt
%doc src/zope.testing.egg-info/requires.txt
%doc src/zope.testing.egg-info/top_level.txt
%doc src/zope/testing/doctest.txt
%doc src/zope/testing/formparser.txt
%doc src/zope/testing/loggingsupport.txt
%doc src/zope/testing/module.txt
%doc src/zope/testing/renormalizing.txt
%doc src/zope/testing/setupstack.txt
%doc src/zope/testing/unicode.txt
%doc src/zope/testing/wait.txt
%{py_puresitedir}/zope/testing/*
%{py_puresitedir}/zope.testing*.egg-info
%{py_puresitedir}/zope.testing*.pth



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.3-2
+ Revision: a234d39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7067 |14cr|python-zope.testrunner-4.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.testrunner
%define __noautoreqfiles foo.bar-1.2-py2.5.egg

Name:		python-%{oname}
Version:	4.4.1
Release:	3
Summary:	Zope testrunner script
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.testrunner
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This package provides a flexible test runner with layer support.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc CHANGES.rst
%doc COPYRIGHT.rst
%doc LICENSE.rst
%doc README.rst
%doc src/zope.testrunner.egg-info/SOURCES.txt
%doc src/zope.testrunner.egg-info/dependency_links.txt
%doc src/zope.testrunner.egg-info/entry_points.txt
%doc src/zope.testrunner.egg-info/namespace_packages.txt
%doc src/zope.testrunner.egg-info/requires.txt
%doc src/zope.testrunner.egg-info/top_level.txt
%doc src/zope/testrunner/tests/testrunner-arguments.txt
%doc src/zope/testrunner/tests/testrunner-colors.txt
%doc src/zope/testrunner/tests/testrunner-coverage-win32.txt
%doc src/zope/testrunner/tests/testrunner-coverage.txt
%doc src/zope/testrunner/tests/testrunner-debugging.txt
%doc src/zope/testrunner/tests/testrunner-discovery.txt
%doc src/zope/testrunner/tests/testrunner-edge-cases.txt
%doc src/zope/testrunner/tests/testrunner-eggsupport.txt
%doc src/zope/testrunner/tests/testrunner-errors.txt
%doc src/zope/testrunner/tests/testrunner-gc.txt
%doc src/zope/testrunner/tests/testrunner-knit.txt
%doc src/zope/testrunner/tests/testrunner-layers-api.txt
%doc src/zope/testrunner/tests/testrunner-layers-buff.txt
%doc src/zope/testrunner/tests/testrunner-layers-cantfind.txt
%doc src/zope/testrunner/tests/testrunner-layers-cwd.txt
%doc src/zope/testrunner/tests/testrunner-layers-ntd.txt
%doc src/zope/testrunner/tests/testrunner-layers.txt
%doc src/zope/testrunner/tests/testrunner-leaks-err.txt
%doc src/zope/testrunner/tests/testrunner-leaks.txt
%doc src/zope/testrunner/tests/testrunner-profiling-cprofiler.txt
%doc src/zope/testrunner/tests/testrunner-profiling.txt
%doc src/zope/testrunner/tests/testrunner-progress.txt
%doc src/zope/testrunner/tests/testrunner-repeat.txt
%doc src/zope/testrunner/tests/testrunner-report-skipped.txt
%doc src/zope/testrunner/tests/testrunner-shuffle.txt
%doc src/zope/testrunner/tests/testrunner-simple.txt
%doc src/zope/testrunner/tests/testrunner-subunit-err.txt
%doc src/zope/testrunner/tests/testrunner-subunit-leaks.txt
%doc src/zope/testrunner/tests/testrunner-subunit.txt
%doc src/zope/testrunner/tests/testrunner-tb-format.txt
%doc src/zope/testrunner/tests/testrunner-test-selection.txt
%doc src/zope/testrunner/tests/testrunner-unexpected-success.txt
%doc src/zope/testrunner/tests/testrunner-verbose.txt
%doc src/zope/testrunner/tests/testrunner-wo-source.txt
%doc src/zope/testrunner/tests/testrunner.txt
%doc src/zope/testrunner/tests/testrunner-ex/README.txt
%doc src/zope/testrunner/tests/testrunner-ex/sampletests.txt
%doc src/zope/testrunner/tests/testrunner-ex/sampletestsl.txt
%doc src/zope/testrunner/tests/testrunner-ex/sample2/e.txt
%doc src/zope/testrunner/tests/testrunner-ex/sample3/post_mortem5.txt
%doc src/zope/testrunner/tests/testrunner-ex/sample3/post_mortem6.txt
%doc src/zope/testrunner/tests/testrunner-ex/sample3/post_mortem_failure.txt
%doc src/zope/testrunner/tests/testrunner-ex/sample3/set_trace5.txt
%doc src/zope/testrunner/tests/testrunner-ex/sample3/set_trace6.txt
%doc src/zope/testrunner/tests/testrunner-ex/usecompiled/README.txt
%{_bindir}/zope-testrunner 
%{py_puresitedir}/zope/testrunner/*
%{py_puresitedir}/zope.testrunner*.egg-info
%{py_puresitedir}/zope.testrunner*.pth

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.4.1-3
+ Revision: 19046f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7068 |14cr|python-zope.traversing-4.0.0a3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.traversing

Name:		python-%{oname}
Version:	4.0.0a3
Release:	2
Summary:	Resolving paths in the object hierarchy
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.traversing
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  pythonegg(zope.annotation)

Requires:  pythonegg(six)
Requires:  pythonegg(transaction)
Requires:  pythonegg(zope.component)
Requires:  pythonegg(zope.i18n)
Requires:  pythonegg(zope.i18nmessageid)
Requires:  pythonegg(zope.interface) >=4.0.4
Requires:  pythonegg(zope.location) >= 3.7.0
Requires:  pythonegg(zope.proxy)
Requires:  pythonegg(zope.publisher)
Requires:  pythonegg(zope.security)

%description
The ``zope.traversing`` package provides adapters for resolving
object paths by traversing an object hierarchy.  This also includes
support for traversal name-spaces (e.g. ``++view++``, ``++skin++``,
etc.) as well as computing URLs via the ``@@absolute_url`` view.

%files
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
%doc src/zope.traversing.egg-info/*.txt
%{py_puresitedir}/zope/traversing/*.py*
%{py_puresitedir}/zope/traversing/browser/*.py*
%{py_puresitedir}/zope/traversing/tests/*.py*
%{py_puresitedir}/zope.traversing*.egg-info
%{py_puresitedir}/zope.traversing-*-nspkg.pth
%{py_puresitedir}/zope/traversing/configure.zcml
%{py_puresitedir}/zope/traversing//tests/ftesting.zcml
%{py_puresitedir}/zope/traversing//browser/configure.zcml


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a3-2
+ Revision: 4edba35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7069 |14cr|python-zope.ucol-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.ucol

Name:		python-%{oname}
Version:	1.0.2
Release:	3
Summary:	Python access to ICU text collation
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://www.python.org/pypi/zope.ucol
BuildRequires:	python-devel python-setuptools
BuildRequires:	pkgconfig(icu-i18n)

%description
*************************************
Locale-based text collation using ICU
*************************************

This package provides a Python interface to the `International
Component for Unicode (ICU)
<http://www-306.ibm.com/software/globalization/icu/index.jsp>`_.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.txt
%{py_platsitedir}/zope/*py
%{py_platsitedir}/zope/ucol/*
%{py_platsitedir}/zope.ucol*.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: 5064bff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7070 |14cr|python-zope.untrustedpython-4.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.untrustedpython

Name:		python-%{oname}
Version:	4.0.0
Release:	2
Summary:	Zope Untrusted Python Library
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://github.com/zopefoundation/zope.untrustedpython
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)
Requires:	pythonegg(restrictedpython) = 3.6.0

%description
Untrusted python library
- Test coverage at 100%.
- Package extracted from zope.security, preserving revision history

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc *.rst
%doc src/zope.untrustedpython.egg-info/*.txt
%{py_puresitedir}/zope/untrustedpython/*.py*
%{py_puresitedir}/zope.untrustedpython*.egg-info
%{py_puresitedir}/zope.untrustedpython-4.0.0-py2.7-nspkg.pth
%changelog
* Tue Aug 05 2014 abfonly <abfonly@gmail.com> 4.0.0-2
+ Revision: bf167b8
- Updated python-zope.untrustedpython.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7071 |14cr|python-zope.viewlet-4.0.0a1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.viewlet

Name:		python-%{oname}
Version:	4.0.0a1
Release:	2
Summary:	Zope Viewlets
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.zip
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.viewlet
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(zope.i18n)

%description
Viewlets provide a generic framework for building pluggable user interfaces.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
# failed at isinstance()
#python setup.py test

%files
%doc *.txt
%doc src/zope.viewlet.egg-info/*.txt
%doc src/zope/viewlet/*.txt
%{py_puresitedir}/zope.viewlet-4.0.0a1-py2.7-nspkg.pth
%{py_puresitedir}/zope/viewlet/*.txt
%{py_puresitedir}/zope/viewlet/*.pt
%{py_puresitedir}/zope/viewlet/*.zcml
%{py_puresitedir}/zope/viewlet/*.py*
%{py_puresitedir}/zope.viewlet*.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0a1-2
+ Revision: 1f28800
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7072 |14cr|pytone-3.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	pytone
%define version 3.0.3
%define release 2

Summary:	Mp3/ogg mixer for DJ's
Name:		%name
Version:	%version
Release:	%release
Group:          Sound
License:	GPLv2
URL:		http://www.luga.de/pytone/
Source:		http://www.luga.de/pytone/download/PyTone-%version.tar.gz
Requires:	pyogg pyvorbis pymad pyao
BuildRequires:  python-devel
BuildRequires:  libao-devel

%description
PyTone is a music jukebox written in Python with a curses based
GUI. While providing advanced features like crossfading and multiple
players, special emphasis is put on ease of use, turning PyTone into an
ideal jukebox system for use at parties.

%prep
%setup -q -n PyTone-%version

%build
%__python setup.py build_ext -i

%install
# TODO try --prefix next time.
%__python setup.py install --root %buildroot
%__install conf/pytonerc -D %buildroot/%_datadir/%name/pythonerc

# Lets make a wrapper.
%__install -d %buildroot/%_bindir
cat << EOF > %buildroot%_bindir/%name
#!/bin/sh
if [ ! -d ~/.pytone ]; then
   echo 'Creating pytone configuration directory: ~/.pytone'
   %__install -d ~/.pytone
fi

if [ ! -e ~/.pytone/pytonerc ]; then
   echo 'Installing pytone configuration file: ~/.pytone/pytonerc'
   %__install  %_datadir/%name/pythonerc ~/.pytone/pytonerc
   echo
fi

if [ ! -e ~/.pytone/pytonectl ]; then
   touch ~/.pytone/pytonectl
   echo
fi

%__python %_libdir/python%pyver/site-packages/%name/pytone.py $@
EOF

# lets make another wrapper. Should be fixed in the next release.
cat << EOF_rpm > %buildroot%_bindir/%{name}ctl
#!/bin/sh
case \$@ in
    -h|--help)
        cat << EOF
pytonectl %version
Copyright (C) 2003 Jrg Lehmann <joerg@luga.de>
usage: pytonectl.py [options] command

Possible options are:
   -h, --help:              show this help
   -s, --server <hostname>: connect to PyTone server on hostname
   -p, --port <portnumber>: connect to PyTone server on given port
   -f, --file <filename>:   connect to PyTone UNIX socket filename

The supported commands are:
    playerforward:                  play the next song in the playlist
    playerpause:                    pause the player
    playerstart:                    start/unpause the player
    playerstop:                     stop the player
    playerratecurrentsong <rating>: rate the song currently being played (1<=rating<=5)
    playlistaddsongs <filenames>:   add files to end of playlist
    playlistaddsongtop <filename>:  play file immediately
    playlistclear:                  clear the playlist
    playlistdeleteplayedsongs:      remove all played songs from the playlist
    playlistreplay:                 mark all songs in the playlist as unplayed
    playlistshuffle:                shuffle the playlist

EOF
        ;;
        *)
            %__python %_libdir/python%pyver/site-packages/%name/pytonectl.py \$@
        ;;
esac
EOF_rpm

%find_lang PyTone

%files -f PyTone.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog COPYING PKG-INFO README TODO
%dir %python_sitearch/%name
%python_sitearch/%name/*
%python_sitearch/*.egg-info
%dir %_datadir/%name
%_datadir/%name/pythonerc

%defattr(755,root,root,755)
%_bindir/%name
%_bindir/%{name}ctl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.3-2
+ Revision: 52941c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7073 |14cr|pyudev-0.16.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A libudev binding
Name: pyudev
Version: 0.16.1
Release: 2
Source0: http://pypi.python.org/packages/source/p/pyudev/%{name}-%{version}.tar.gz
License: MIT or X11
URL: http://packages.python.org/pyudev
Group: Development/Python
BuildArch: noarch
BuildRequires: python-setuptools
Provides: python-udev = %{version}-%{release}
Requires: udev
Suggests: python-qt4
Suggests: python-gobject

%description
pyudev is a Python binding to libudev, the hardware management library
and service found in modern linux systems.

%prep
%setup -q -n %{name}-%{version}

%build
python setup.py build

%install
rm -fr %{buildroot}
python setup.py install --root=%{buildroot}

%clean

%files
%{py_puresitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.16.1-2
+ Revision: e0a52a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7074 |14cr|pyusb-1.0.0-1a1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%global alphatag a1
Name:		pyusb
Version:	1.0.0
Release:	%mkrel 1%{alphatag}
Summary:	Python bindings for libusb
Group:		Development/Python 
License:	BSD	
URL:		http://pyusb.sourceforge.net/
Source0:	pyusb-%{version}-%{alphatag}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	python-devel
BuildRequires:	libusb-devel
BuildArch:	noarch

%description
PyUSB provides easy USB access to python. The module contains classes and 
methods to support most USB operations.

%prep
%setup -q -n %{name}-%{version}-%{alphatag}


%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
sed -i -e 's/\r//g' README

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README LICENSE
%{python_sitelib}/*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.0-1a1
+ Revision: cfe52a6
- Automatic import for version 1.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7075 |14cr|pyvorbis-1.5-0.a.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prerel a
%define pyoggversion 1.3

Summary: A wrapper for the Vorbis libraries
Name: pyvorbis
Version: 1.5
Release: %mkrel 0.%prerel.5
Source0: http://ekyo.nerim.net/software/pyogg/%{name}-%{version}%{prerel}.tar.gz
#gw from Debian: fix Unicode in VorbisComment, add pyao support to the example
Patch0: pyvorbis-1.3-unicode.patch
Patch1: pyvorbis-1.5a-python2.5.patch
# fix linking with libogg
Patch2: pyvorbis-1.5a-fix_linking.patch
License: LGPL
Group: Development/Python
BuildRequires: pkgconfig(vorbis)
BuildRequires: pkgconfig(python)
BuildRequires: pyogg >= %pyoggversion
Requires: pyogg >= %pyoggversion
Url: http://ekyo.nerim.net/software/pyogg/index.html

%description
pyvorbis - a Python wrapper for the Ogg/Vorbis library

Ogg/Vorbis is available at http://www.xiph.org

This is the Vorbis module. You will need to download and install the
Python ogg module (available wherever you got this) before you can
build the vorbis module.


%prep
%setup -q -n %name-%version%prerel
%patch0 -p1 -b .unicode
%patch1 -p1 -b .python2.5
%patch2 -p0

%build
python config_unix.py
python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT

%files
%doc README AUTHORS ChangeLog NEWS
%py_platsitedir/*





%changelog
* Thu Oct 11 2012 symbianflo <symbianflo@mandrivausers.ro> 1.5-0.a.5
+ Revision: f9ab1c6
- LOG fix build , spec clean , switch to pkgconfig style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7076 |14cr|pyxattr-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Extended attributes library wrapper for Python
Name:		pyxattr
Version:	0.4.0
Release:	3
License:	LGPLv2+
Group:		Development/Python
Url:		http://pyxattr.sourceforge.net/
Source0:	http://downloads.sourceforge.net/pyxattr/pyxattr-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	attr-devel
BuildRequires:	pkgconfig(python)
#### from looking at it, I'm pretty sure we are conflictiong with python-xattr :-(
#### same namespace, differenct functions...
Conflicts:	python-xattr

%files
%doc COPYING NEWS README PKG-INFO
%{python_sitearch}/*

#----------------------------------------------------------------------------

%description
Python extension module wrapper for libattr. It allows to query, list,
add and remove extended attributes from files and directories.

%prep
%setup -q

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root %{buildroot} --install-purelib=%{python_sitearch}



%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.0-3
+ Revision: 4aa6ff1
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7077 |14cr|pyzor-0.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    pyzor
%define version	0.5.0
%define release	4

%define summary Pyzor is a collaborative system to detect and block spam

Summary:        %summary
Name:           %name
Version:        %version
Release:        %release
License:        GPLv2
Group:          Networking/Mail
URL:            http://pyzor.org/
Source0:        %name-%version.tar.bz2
BuildRoot:      %_tmppath/%name-buildroot
Buildrequires:	python-devel
Requires:	python
BuildArch:      noarch

%description
Pyzor is a collaborative, networked system to detect and block spam using
identifying digests of messages.

Pyzor initially started out to be merely a Python implementation of Razor, but
due to the protocol and the fact that Razor's server is not Open Source or
software libre, I decided to impelement Pyzor with a new protocol and release
the entire system as Open Source and software libre.

Since the entire system is released under the GPL, people are free to host
their own independent servers. Server peering is planned for a future release.

%prep
%setup -q

%build
%__python setup.py build

%install
rm -rf %buildroot
%__python setup.py install --root=%buildroot

# unwanted file in document dir. we packaged it in files section
rm %buildroot/%_defaultdocdir/%name/usage.html

%clean
rm -rf %buildroot

%files
%defattr(644,root,root,755)
%doc COPYING README INSTALL THANKS NEWS UPGRADING
%doc docs/usage.html
%{py_puresitedir}/%{name}/
%{py_puresitedir}/*.egg-info
%defattr(755,root,root)
%_bindir/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-4
+ Revision: 05aa9e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7078 |14cr|pyzy-0.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname -d %{name}

Summary:	The Chinese PinYin and Bopomofo conversion library
Name:		pyzy
Version:	0.1.0
Release:	2
License:	LGPLv2+
Group:		System/Internationalization
Url:		http://code.google.com/p/pyzy
Source0:	http://pyzy.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	http://pyzy.googlecode.com/files/pyzy-database-1.0.0.tar.bz2
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(opencc)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	sqlite3-tools
Requires:	pyzy-db

%description
The Chinese Pinyin and Bopomofo conversion library.

%files
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/db/*.db

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for pyzy
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
The Chinese Pinyin and Bopomofo conversion library.

%files -n %{libname}
%doc AUTHORS COPYING README
%{_libdir}/libpyzy-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for pyzy
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
The pyzy-devel package contains the header files for pyzy.

%files -n %{devname}
%{_libdir}/libpyzy-%{api}.so
%{_libdir}/pkgconfig/*
%{_includedir}/*

#----------------------------------------------------------------------------

%package db-open-phrase
Summary:	The open phrase database for pyzy
Group:		System/Internationalization
Provides:	pyzy-db = %{EVRD}
BuildArch:	noarch

%description db-open-phrase
The phrase database for pyzy from open-phrase project.

%files db-open-phrase
%{_datadir}/%{name}/db/open-phrase.db

#----------------------------------------------------------------------------

%package db-android
Summary:	The android phrase database for pyzy
Group:		System/Internationalization
Provides:	pyzy-db = %{EVRD}
BuildArch:	noarch

%description db-android
The phrase database for pyzy from android project.

%files db-android
%{_datadir}/%{name}/db/android.db

#----------------------------------------------------------------------------

%prep
%setup -q
cp %{SOURCE1} data/db/open-phrase

%build
%configure2_5x \
	--disable-static \
	--enable-db-open-phrase \
	--enable-opencc

%make

%install
%makeinstall_std NO_INDEX=true


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-2
+ Revision: 065afa6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7079 |14cr|qacdp-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: qacdp
Summary: A QT frontend for ACDP
Version: 0.1.0
Release: 4
License: GPL
Group: Graphical desktop/KDE
URL: http://www.mandriva.com
Source0:  %{name}-%{version}.tar.bz2
Source1:  qacdp.desktop
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: qt4-devel
BuildRequires: cmake

%description
A QT frontend for ACDP

%prep
%setup -q

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build
install -m644 -D %{SOURCE1} %{buildroot}/usr/share/applications/qacdp.desktop


%files
%defattr(-,root,root)
%{_bindir}/qacdp
%{_datadir}/applications/qacdp.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-4
+ Revision: fa95759
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7080 |14cr|qantenna-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Software dedicated to viewing and analyzing antennas
Name:		qantenna
Version:	0.3.0
Release:	2
License:	GPLv2+
Group:		Sciences/Physics
Url:		http://qantenna.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/qantenna/qantenna/%{version}/%{name}-%{version}.orig.tar.xz
BuildRequires:	qt5-linguist
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(bdw-gc)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
Requires:	nec2++

%description
QAntenna is a FLOSS software dedicated to viewing and analyzing
antennas and their radiation patterns. It provides the user with a
3D view of the models, capable of zooming, rotating, and more to come.

%files
%doc README AUTHORS ChangeLog COPYING
%{_bindir}/qantenna

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%qmake_qt5 PREFIX=/usr qantenna.pro

%make RPM_OPT_FLAGS="%{optflags}"

%install
make INSTALL_ROOT=%{buildroot} install



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: 734ef71
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7081 |14cr|qarecord-0.5.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    qarecord
%define version 0.5.0
%define release 6

Name:           %{name} 
Summary:        QT based ALSA recording interface
Version:        %{version} 
Release:        %{release}

Source0:        http://dl.sf.net/alsamodular/%{name}-%{version}.tar.bz2
Patch0:         qarecord-0.5.0-upstream1.patch
URL:            http://alsamodular.sourceforge.net/
License:        GPLv2
Group:          Sound
BuildRequires:  qt4-devel alsa-oss-devel
BuildRequires:	pkgconfig(jack)

%description
QARecord is a simple multithreaded stereo recording tool. It can record both
16 bit and 32 bit WAVs. By using a large ringbuffer for the captured data,
buffer overruns are avoided. QARecord can also be used as JACK client. 

%prep
%setup -q
%patch0 -p1
iconv -f=latin1 -t=utf8 man/de/%{name}.1 -o man/de/%{name}.1
iconv -f=latin1 -t=utf8 man/fr/%{name}.1 -o man/fr/%{name}.1

%build
%configure2_5x
%make
                                        
%install
%makeinstall_std

install -D -m 0644 src/pixmaps/%{name}_48.xpm %{buildroot}%{_datadir}/pixmaps/%name.xpm

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=QARecord
Comment=ALSA recording GUI
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;Audio;Recorder;
EOF

%files
%doc README NEWS COPYING AUTHORS 
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.xpm
%{_mandir}/man1/*
%lang(de) %{_mandir}/de/man1/*
%lang(fr) %{_mandir}/fr/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-6
+ Revision: 40f6841
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7082 |14cr|qastools-0.17.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qastools
Version:	0.17.2
Release:	2
Summary:	A collection of desktop applications for ALSA
Url:		http://xwmw.org/qastools
Source0:	http://sourceforge.net/projects/qastools/files/0.17.1/%{name}_%{version}.tar.xz
License:	GPLv3
Group:		Sound
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	libalsa-devel
BuildRequires:	desktop-file-utils

Obsoletes:	qasmixer <= 0.15
Conflicts:	qasmixer

%description
%{summary}

Features:
   * Desktop ALSA mixer applications
   * Desktop ALSA configuration browser


%prep
%setup -q -n %{name}_%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build

# make the .desktop file compliant with freedesktop specs
for i in qasconfig qashctl qasmixer;
do
desktop-file-install --add-category="X-MandrivaLinux-Sound" \
%{buildroot}%{_datadir}/applications/$i.desktop

desktop-file-validate %{buildroot}%{_datadir}/applications/$i.desktop
done

# it'll be %%doc'ed
rm -f %{buildroot}%{_datadir}/%{name}/COPYING

#%find_lang %{name}

%files
# -f %{name}.lang
%doc CHANGELOG COPYING README
%{_bindir}/qasconfig
%{_bindir}/qashctl
%{_bindir}/qasmixer
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_mandir}/man1/qasconfig.1.*
%{_mandir}/man1/qashctl.1.*
%{_mandir}/man1/qasmixer.1.*
%{_datadir}/%{name}/icons/*.svg
%{_datadir}/%{name}/widgets/sw_joined_*.svg
%{_datadir}/%{name}/l10n/%{name}_*.qm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17.2-2
+ Revision: 3503fca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7083 |14cr|qbittorrent-3.1.9.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_nox 1
#debuginfo-without-sources
%define debug_package %{nil}

Summary:	A lightweight but featureful BitTorrent client
Name:		qbittorrent
Version:	3.1.9.2
Release:	2
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://qbittorrent.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/qbittorrent/qbittorrent/qbittorrent-%{version}/qbittorrent-%{version}.tar.xz
Patch0:		qbittorrent-3.1.2-gnu++0x.patch
BuildRequires:	boost-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libtorrent-rasterbar)
Requires:	geoip
Requires:	python

%description
A lightweight but feature-full BitTorrent client that aims to be very easy
to use. It is multi-platform and provides a Qt4 graphical interface.

%files
%doc AUTHORS Changelog COPYING NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/applications/qBittorrent.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/qbittorrent.png
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%if %{build_nox}
%package nox
Summary:	A Headless Bittorrent Client
Group:		Networking/File transfer

%description nox
A Headless Bittorrent Client with a feature rich Web UI allowing users to
control the clinet remotely.

%files -n  %{name}-nox
%{_bindir}/%{name}-nox
%{_mandir}/man1/%{name}-nox.1*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
# headless aka nox
%if %{build_nox}
mkdir build-nox
pushd build-nox
  ../configure	--prefix=%{_prefix} \
		--qtdir=%{qt4dir} \
		--disable-gui \
		--disable-geoip-database
  cp conf.pri ..
  %make
  mv -f ../conf.pri ../conf.pri.nox
popd
%endif

# GUI
mkdir build-gui
pushd build-gui
  ../configure	--prefix=%{_prefix} \
		--qtdir=%{qt4dir}
  cp conf.pri ..
  %make
  mv -f ../conf.pri ../conf.pri.gui
popd

%install
# install headless part
%if %{build_nox}
cp -f conf.pri.nox conf.pri
pushd build-nox
  make INSTALL_ROOT=%{buildroot} install
popd
%endif

# install gui
cp -f conf.pri.gui conf.pri
pushd build-gui
  make INSTALL_ROOT=%{buildroot} install
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.9.2-2
+ Revision: 2617002
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7084 |14cr|qbzr-0.23.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# spec originally for RHEL from: http://www.natemccallum.com/uploads/rpms/bzr/

Name:           qbzr
Version:        0.23.1
Release:        1
Summary:        QBzr is a cross-platform GUI front end for Bazaar, based on Qt toolkit

Group:          Development/Other
License:        GPL
URL:            http://bazaar-vcs.org/QBzr
Source0:        https://launchpad.net/qbzr/0.23/0.23.1/+download/%{name}-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python-devel bzr python-qt4
Requires:       python >= 2.6
Requires:       bzr >= 2.4
Requires:	python-qt4
Requires:	python-enchant
Requires:	python-pygments
Requires:	python-markupsafe

%description
QBzr is a collection of GUI plugins for Bazaar.  Among the included
plugins are:
    * qadd -- GUI for adding files or directories
    * qannotate -- GUI interface for file annotation
    * qbrowse -- Browse your branch a-la Trac Browse Source
    * qcat -- View the contents of a file as of a given revision
    * qcommit -- GUI interface to enter log message and
                 select changes to commit
    * qconfig -- Bazaar configuration
    * qdiff -- Side-by-side and unidiff view of changes.
    * qinfo -- information about branch
    * qinit -- Initialize new branch or shared repository
    * qlog -- Show log messages in GUI window.
    * qmerge -- Perform a three-way merge
    * qpull -- GUI interface for pull command
    * qpush -- GUI interface for push command
    * qrevert -- Revert changed files
    * qtag -- Edit tags 

%prep
%setup -q -n %{name}


%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root %{buildroot} 
# remove shebangs from all files as none should be executable scripts
sed -e '/^#!\//,1 d' -i $RPM_BUILD_ROOT/%py_puresitedir/bzrlib/plugins/qbzr/*.py


%clean


%files 
%defattr(-,root,root,-)
%dir %{py_puresitedir}/bzrlib/plugins/qbzr
%{py_puresitedir}/bzrlib/plugins/qbzr/*.py

%dir %{py_puresitedir}/bzrlib/plugins/qbzr/lib
%{py_puresitedir}/bzrlib/plugins/qbzr/lib/*.py

%dir %{py_puresitedir}/bzrlib/plugins/qbzr/lib/tests
%{py_puresitedir}/bzrlib/plugins/qbzr/lib/tests/*.py

%dir %{py_puresitedir}/bzrlib/plugins/qbzr/lib/extra
%{py_puresitedir}/bzrlib/plugins/qbzr/lib/extra/*.py

%dir %{py_puresitedir}/bzrlib/plugins/qbzr/lib/widgets
%{py_puresitedir}/bzrlib/plugins/qbzr/lib/widgets/*.py

%dir %{py_puresitedir}/bzrlib/plugins/qbzr/locale
%{py_puresitedir}/bzrlib/plugins/qbzr/locale/*

%{py_puresitedir}/bzrlib/plugins/qbzr/*.txt

%{py_puresitedir}/qbzr*.egg-info

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23.1-1
+ Revision: 3ec493b
- Updated to 0.23.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7085 |14cr|qcomicbook-0.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qcomicbook
Version:	0.9.0
Release:	2
Summary:	Comic book archive viewer
Group:		File tools
License:	GPLv2+
URL:		http://qcomicbook.linux-projects.net
Source0:	http://qcomicbook.linux-projects.net/releases/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(imlib2)
Requires:	unzip
Suggests:	unrar
Suggests:	p7zip

%description
QComicBook is a viewer for comic book archives containing jpeg/png
images, which aims at convenience and simplicity. Features include:

    * automatic handling of archives
    * full-screen mode
    * two-pages mode and japanese mode
    * thumbnails view
    * page scaling (fit to window witdth/height, whole page)
    * mouse or keyboard navigation, whatever you prefer
    * bookmarks
    * and more...

%prep
%setup -q

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build

%files
%doc AUTHORS README ChangeLog COPYING THANKS TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-2
+ Revision: b9deab7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7086 |14cr|qconf-1.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           qconf
Version:        1.4
Release:        7
Epoch:          0
Summary:        Allows you to have a nice configure script for your qmake-based project
Group:          Development/KDE and Qt
License:        GPL
URL:            http://delta.affinix.com/qconf/
Source0:        http://delta.affinix.com/download/qconf-%{version}.tar.bz2
Buildrequires:  qt4-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
QConf allows you to have a nice configure script for your
qmake-based project. It is intended for developers who don't need
(or want) to use the more complex GNU autotools. With qconf/qmake,
it is easy to maintain a cross-platform project that uses a
familiar configuration interface on unix.

%prep
%setup -q

%build
./configure --prefix=%{_prefix} \
            --bindir=%{_bindir} \
            --datadir=%{_datadir} \
            --qtdir=%{qt4dir}
%{make}

%install
%{__rm} -rf %{buildroot}
%{make} INSTALL_ROOT=%{buildroot} install

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING README TODO
%{_bindir}/%{name}
%{_datadir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.4-7
+ Revision: 42d2873
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7087 |14cr|qconnman-1.24-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Qt wrapper library around the connman API
Name:		qconnman
Version:	1.24
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		https://bitbucket.org/devonit/qconnman
# https://bitbucket.org/devonit/qconnman/get/v%{version}.tar.bz2
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	qt4-devel

%description
Qt wrapper library around the connman API.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt wrapper library around the connman API
Group:		System/Libraries

%description -n %{libname}
Qt wrapper library around the connman API.

%files -n %{libname}
%doc README AUTHORS
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Install this package if you need to compile applications that needs
%{name}.

%files -n %{devname}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%qmake_qt4 PREFIX=%{_prefix} LIBDIR=%{_lib}
%make

%install
make install INSTALL_ROOT=%{buildroot}


%changelog
* Wed Sep 17 2014 Rosa <rosa@abf.rosalinux.ru> 1.24-1
+ Revision: 3138f2b
- Automatic import for version 1.24-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7088 |14cr|qconnman-ui-0-0.20140513.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20140513

Summary:	Qt GUI for Connman
Name:		qconnman-ui
Version:	0
Release:	0.%{git}.1
License:	LGPLv2.1+
Group:		Networking/Other
Url:		https://github.com/OSSystems/qconnman-ui
# git snapshot
Source0:	%{name}-%{git}.tar.bz2
# from their git
Source1:	qconnman-ui.png
BuildRequires:	imagemagick
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(qconnman)
Requires:	connman

%description
Qt GUI for Connman. It requires that Connman is installed and running.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/qconnman/i18n/*.qm
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{git}

%build
%qmake_qt4
%make

%install
make install INSTALL_ROOT=%{buildroot}%{_prefix}

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=QConnMan-UI
Comment=GUI for Connman
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Network;Utility;
EOF

# install menu icons
for N in 16 32 48 64;
do
convert %{SOURCE1} -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog
* Wed Sep 17 2014 Rosa <rosa@abf.rosalinux.ru> 0-0.20140513.1
+ Revision: 5ce1883
- Automatic import for version 0-0.20140513.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7089 |14cr|qc-usb-qcset-0.6.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define sname qc-usb

Name:     %{sname}-qcset
Version:  0.6.6
Release:  7
Summary:  Tool for the old Quickcam Express webcams
License:  GPL
Source:   http://downloads.sourceforge.net/qce-ga/%{sname}-%{version}.tar.gz
URL:      http://qce-ga.sourceforge.net/
Group:    System/Kernel and hardware
Suggests: kmod(quickcam)

%description
This package contains qcset, a tool that allows to configure the "quickcam" 
module on the fly.

The "quickcam" module can be installed with dkms-qc-usb package, ans is for 
the following webcams :
- Dexxa Webcam
- Labtec Webcam (old model)
- LegoCam
- Logitech QuickCam Express (old model)
- Logitech QuickCam Notebook (some models)
- Logitech QuickCam Web

Generally, any USB camera with a USB vendor ID of 0x46d and a USB product ID 
of 0x840, 0x850, or 0x870 (so, 0x46d:0x840, for example), should work.
You can check the USB IDs with System Configuration tools or using
command-line utilities such as lsusb or "lspcidrake -v".

%prep
%setup -qn %{sname}-%{version}

%build
%make qcset

%install
install -D -m 755 qcset %{buildroot}%{_bindir}/qcset

%files
%defattr(0644,root,root,0755)
%doc APPLICATIONS CREDITS FAQ README.qce TODO qcweb-info.txt debug.sh freeshm.sh quickcam.sh
%attr(0755,root,root) %{_bindir}/qcset


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.6-7
+ Revision: e2d8039
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7090 |14cr|qdbm-1.8.77-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version   1.8.77
%define release   5

%define major 14
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Name:		qdbm
Summary:	Quick Database Manager
Version:	%{version}
Release:	%{release}
Group:		Databases
License:	LGPL
URL:		http://qdbm.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
Requires:	zlib

%description
QDBM is an embeded database library compatible 
with GDBM and NDBM.
It features hash database and B+ tree database and 
is developed referring to GDBM for the purpose of the 
following three points: higher processing
speed, smaller size of a database file, and simpler API.
This package includes APIs for C, C++, and Java.
CGI scripts are also contained. APIs for Perl and Ruby 
should be installed with a source package.


%package -n %{libname}
Summary:	QDBM library
Group:		Databases

%description -n %{libname}
QDBM library.

%package -n %{develname}
Summary:	Headers of %{name} for development
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d qdbm 14
Conflicts:	%libname < 1.8.77-2

%description -n %{develname}
QDBM development package: static libraries, header files, and the like.


%prep
%setup -q

%build
%configure2_5x 
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

# remove docs (they should be installed by %doc)
rm -f $RPM_BUILD_ROOT/%{_datadir}/qdbm/{COPYING,ChangeLog,NEWS,THANKS,*.html}

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif


%files
%defattr(-,root,root)
%doc COPYING ChangeLog NEWS README THANKS
%doc spex.html spex-ja.html
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/*.so
%{_includedir}/*.h
%{_libdir}/libqdbm.a
%{_libdir}/pkgconfig/qdbm.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.77-5
+ Revision: 1a8237d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7091 |14cr|qdecoder-12.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 12
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	CGI library for C/C++ language
Name:		qdecoder
Version:	12.0.5
Release:	2
Epoch:		11
License:	BSD
Group:		Development/C
Url:		http://www.qdecoder.org
Source0:	https://github.com/wolkykim/qdecoder/archive/%{name}-r%{version}.tar.gz
Source10:	%{name}.rpmlintrc

%description
qDecoder is a development kit for C/C++ programming language. It was developed
for the needs of building well formed CGI library at the beginning. But now it
covers most of general topics we may face while we develop softwares.
For example, qDecoder covers following areas.

    * Data Structures - Hash table(dynamic & static), Linked-list,
      Queue(Stack & FIFO), Obstack, ...
    * En/decoders and Hashes API - Base64 encoding, URL encoding,
      MD5 hash, FNV32 hash, ...
    * Network & IPC interfacing API - HTTP client, Timeout I/O,
      Shared memory API, Semaphore API, ...
    * CGI/FastCGI API - CGI request parser & response generator,
      CGI session controll, FastCGI, ...
    * Database Wrapper API - MySQL, ...
    * Specialized features - General configuration file parser,
      Rotating file logger, Server side includes, ...
    * General topics - String APIs, File APIs, ...

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Development files for qDecoder
Group:		Development/C
Conflicts:	%{name} < 11:12.0.5
Obsoletes:	%{name} < 11:12.0.5

%description -n %{libname}
Development files for qDecoder.

%files -n %{libname}
%{_libdir}/libqdecoder.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for qDecoder
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 11:12.0.5
Obsoletes:	%{name}-devel < 11:12.0.5

%description -n %{devname}
Development files for qDecoder.

%files -n %{devname}
%doc doc/html COPYING
%{_libdir}/libqdecoder.so
%{_libdir}/libqdecoder.a
%{_includedir}/qdecoder.h

#----------------------------------------------------------------------------

%package examples
Summary:	Examples to qDecoder
Group:		Development/C

%description examples
Example files to qDecoder.

%files examples
%doc examples/*.c
%config(noreplace) %{_webappconfdir}/%{name}.conf
%{_libdir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-r%{version}

%build
%configure2_5x
%make

pushd examples
	%make
popd

%install
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}
%makeinstall LIBDIR=%{buildroot}%{_libdir} HEADERDIR=%{buildroot}%{_includedir}

install -d %{buildroot}%{_libdir}/%{name}
cp examples/*.{cgi,html,c} %{buildroot}%{_libdir}/%{name}
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
Alias /%{name} %{_libdir}/%{name}
<Directory %{_libdir}/%{name}>
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
    ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"
</Directory>
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11:12.0.5-2
+ Revision: 4f302ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7092 |14cr|qdevelop-0.27.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	qdevelop
%define version 0.27.2
%define release 3

Summary:	A Development Environment for Qt4
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv2
Group:		Development/C++
URL:		http://qdevelop.org/
Source:		http://qdevelop.org/public/release/%{name}-%{version}.tar.bz2
Source1:	qdevelop-16.png
Source2:	qdevelop-32.png
Source3:	qdevelop-48.png
Patch0:		qt45.patch.bz2

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-builtroot

BuildRequires:	cmake 
BuildRequires:	qt4-devel
Requires:		qt4-devel
Requires: 		ctags
Requires:		gdb
Requires: 		qt4-designer
Requires:		qt4-assistant
Requires:		qt4-linguist

%description 
QDevelop is a development environment entirely dedicated to Qt4.
QDevelop requires Qt4, gcc under Linux or MinGW under Windows,
possibly gdb for program debugging and ctags for code completion.
QDevelop is available in English, French, German, Dutch, Polish,
Spanish, Chinese, Russian, Italian, Ukrainian, Czech and
Portuguese. 

QDevelop is not a Kdevelop like or reduced. It's an independent IDE
dedicated to Qt and is totally independent of KDevelop. Less complete,
but faster, light and especially multi-platforms. QDevelop and
KDevelop have different code sources.

%prep
%setup -q
%patch0 -p0
chmod 0644 README.txt copying ChangeLog.txt

%build
%cmake_qt4
%make

%install
#[ "%{buildroot}" != '/' ] && rm -rf %{buildroot}
%makeinstall_std -C build
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=Development Environment for Qt4
Comment=Development Environment for Qt4
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
MimeType=application/x-qdevelop;
Categories=Qt;Development;IDE;
EOF
mkdir -p %{buildroot}/%{_iconsdir}
mkdir -p %{buildroot}/%{_miconsdir}
mkdir -p %{buildroot}/%{_liconsdir}
%__install %{SOURCE1} %{buildroot}/%_miconsdir/%{name}.png
%__install %{SOURCE2} %{buildroot}/%_iconsdir/%{name}.png
%__install %{SOURCE3} %{buildroot}/%_liconsdir/%{name}.png

%if %mdkversion < 200900
%post
%{update_menus}
%{update_desktop_database}
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_desktop_database}
%clean_icon_cache hicolor
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc copying
%doc ChangeLog.txt
%doc README.txt
%{_bindir}/*
%{_datadir}/applications
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.27.2-3
+ Revision: 667a918
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7093 |14cr|qdigidoc-0.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.4.0
%define rel 1
%define release %mkrel %rel

Name:		qdigidoc
Version:	%{version}
Release:	%{release}
Summary:	Estonian digital signature application

Group:		Office
License:	LGPLv2+
URL:		http://code.google.com/p/esteid
Source0:	http://esteid.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	cmake
BuildRequires:	libdigidoc-devel
BuildRequires:	libdigidocpp-devel
BuildRequires:	openldap-devel
BuildRequires:	openssl-devel
BuildRequires:	qt4-devel
Requires:	opensc


%description
QDigiDoc is an application for digitally signing and encrypting documents in
BDoc, DDoc, and CDoc container formats. These file formats are widespread in
Estonia where they are used for storing legally binding digital signatures.


%package	nautilus
Summary:	Nautilus extension for %{name}
Group:		Graphical desktop/GNOME
Requires:	%{name} = %{version}-%{release}
Requires:	nautilus-python


%description	nautilus
The %{name}-nautilus package contains the %{name} extension for the
nautilus file manager.


%prep
%setup -q


%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake} ../..
popd

%make -C %{_target_platform}/build


%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std -C %{_target_platform}/build

%find_lang nautilus-qdigidoc


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages/*.xml
%{_datadir}/icons/hicolor/*/*/*.png
%{_datadir}/kde4/services/*.desktop

%files nautilus -f nautilus-qdigidoc.lang
%defattr(-,root,root,-)
%{_libdir}/nautilus/extensions-2.0/python/*





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.4.0-1
+ Revision: 53946a5
- Automatic import for version 0.4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7094 |14cr|qdjango-0.1-0.20120110.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot	20120110
%define major		0
%define libname		%mklibname qdjango %major

Name:		qdjango
Summary:	Object Relation Mapper library built on top of Qt
Version:	0.1
Release:	0.%{snapshot}.1
Source0:	%{name}-git%{snapshot}.tar.xz
Patch0:		qdjango-git20120110-mdv-build-shared.patch
Patch1:		qdjango-git20120110-mdv-library_path.patch
Group:		System/Libraries
License:	LGPLv3+
BuildRequires:	cmake
BuildRequires:	qt4-devel

%description
QDjango is a simple yet powerful Object Relation Mapper (ORM) written in C++
and built on top of the Qt library. Where possible it tries to follow
django's ORM API, hence its name. It is released under the terms of the GNU
Lesser General Public License version 3.

QDjango builds upon Qt's Meta-Object System, so if you are familiar with Qt,
you should feel right at home using QDjango. QDjango's features include:

  * support for a wide range of database backends thanks to QtSql
  * database fields are declared using Qt's  Q_PROPERTY macro
  * QDjango can create and drop database tables and indices for registered
    models
  * thread-aware access to the database
  * support for accessing your models from QtScript

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:        Object Relation Mapper library built on top of Qt

%description -n %{libname}
QDjango is a simple yet powerful Object Relation Mapper (ORM) written in C++
and built on top of the Qt library. Where possible it tries to follow
django's ORM API, hence its name. It is released under the terms of the GNU
Lesser General Public License version 3.

QDjango builds upon Qt's Meta-Object System, so if you are familiar with Qt,
you should feel right at home using QDjango. QDjango's features include:

  * support for a wide range of database backends thanks to QtSql
  * database fields are declared using Qt's  Q_PROPERTY macro
  * QDjango can create and drop database tables and indices for registered
    models
  * thread-aware access to the database
  * support for accessing your models from QtScript

%files -n %{libname}
%{_libdir}/libqdjango-*.so.%{major}*

#------------------------------------------------------------------------------

%package devel
Summary:        Development files for QDjango library
Requires:	qt4-devel
Requires:	%{libname} = %{version}

%description devel
QDjango is a simple yet powerful Object Relation Mapper (ORM) written in C++
and built on top of the Qt library. Where possible it tries to follow
django's ORM API, hence its name. It is released under the terms of the GNU
Lesser General Public License version 3.

This package contains files required for development purposes only.

%files devel
%{_includedir}/qdjango
%{_libdir}/libqdjango-*.so

#------------------------------------------------------------------------------

%prep
%setup -q -n %{name}-git%{snapshot}
%patch0 -p1
%patch1 -p1

%build
%cmake
%make

%install
pushd build
%makeinstall_std
popd



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1-0.20120110.1
+ Revision: 3abad89
- Automatic import for version 0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7095 |14cr|qdwizard-1.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          qdwizard
Summary:       Simple Java Swing Wizard API
Version:       1.9
Release:       3
License:       LGPL
Group:	       Sound
Source0:       %name-%version.tar.bz2
Patch0:        qdwizard-1.9-fix-build.patch
URL: 	       http://qdwizard.sourceforge.net/
BuildArch:     noarch

BuildRequires: ant
BuildRequires: java-devel-gcj

%description
* Designed to minimize required code. Only few methods to implement.
* Simple design, only two classes visible by the programmer.
* I18n support for action buttons (en, fr, de, sp, ca, nl for the moment).
* Full branching support, can implement any wizard cinematic.
* Error management using the simple setProblem() method.
* Supports Wizard images natively and resizes image automaticaly.
* Ultra light API: only few KB.
* Actively supported by the Jajuk team.
* Learning curve of 15 minutes maximum.
* Real world samples provided (jajuk classes).

%files 
%defattr(-,root,root)
%{_javadir}/%name-%version.jar
%{_javadir}/%name.jar

#--------------------------------------------------------------------

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/*

#--------------------------------------------------------------------

%prep
%setup -q -n QDWizard
%patch0 -p0

%build

ant

%install

# jars
install -dm 755 %buildroot%{_javadir}
install -m644 qdwizard_releases/qdwizard-1.9/qdwizard-1.9.jar -D %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -r dist/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9-3
+ Revision: 6ab0501
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7096 |14cr|qedje-0.4.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname qedje %{major}
%define devname %mklibname qedje -d

Summary:	QEdje - Declarative language
Name:		qedje
Version:	0.4.0
Release:	10
License:	GPLv3+
Group:		Development/KDE and Qt
Url:		http://code.openbossa.org/projects/qedje
Source0:	%{name}-%{version}.tar.gz
Patch0:		qedje-0.4.0-fix-install.patch
Patch1:		qedje-0.4.0-efl11.patch
BuildRequires:	kde4-macros
BuildRequires:	qt4-devel
BuildRequires:	qzion-devel >= 0.4.0
BuildRequires:	eet-devel

%description
Edje is a declarative language that simplifies the development of 
complex interfaces separating the UI design from the application 
logic, by providing animations, layouts and simple scripts in a 
very small memory footprint.

%files
%{_kde_bindir}/qedje_viewer

#------------------------------------------------

%package -n %{libname}
Summary:	Shared library for qedje
Group:		System/Libraries

%description -n %{libname}
Shared library for qedje.

%files -n %{libname}
%{_kde_libdir}/libqedje.so.%{major}*

#-----------------------------------------------

%package -n %{devname}
Summary:	Development files for qedje
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.4.0-10
Obsoletes:	%{name}-devel < 0.4.0-10

%description -n %{devname}
Devel packages needed to build qedje apps

%files -n %{devname}
%{_kde_includedir}/*.h
%{_kde_libdir}/pkgconfig/qedje.pc
%{_kde_libdir}/libqedje.so

#------------------------------------------------

%prep
%setup -qn %{name}-mainline
%patch0 -p1
%patch1 -p1

%build
%cmake_qt4 -DBUILD_TOOLS=TRUE
%make

%install
%makeinstall_std -C build


%changelog
* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.0-10
+ Revision: 763e9db
- Fix build with EFL 1.11, properly name devel package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7097 |14cr|qelectrotech-0.22-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool to design electric diagrams
Name:		qelectrotech
Epoch:		2
Version:	0.22
Release:	4
License:	GPLv2+
Group:		Sciences/Other
URL:		http://qelectrotech.tuxfamily.org/index.html
Source0:	%{name}-%{version}-src.tar.gz
Source1:	qelectrotech.xml
Patch0:		fix_qelectrotech_pro.patch
Patch1:		add_to_change_to_pro.patch
BuildRequires:	qt4-devel
BuildRequires:	desktop-file-utils

%description
%{name} is a tool to design electric diagrams.

%prep
%setup -q -n %{name}-%{version}-src
%patch0 -p1
%patch1 -p1

%build
perl -i -pe "s|COMPIL_PREFIX_TO_CHANGE|/usr/|g" qelectrotech.pro
perl -i -pe "s|INSTALL_PREFIX_TO_CHANGE|%{buildroot}/usr/|g" qelectrotech.pro
qmake
make

%install
make install

desktop-file-install \
  --remove-category="Office" \
  --remove-category="Qt" \
  --remove-category="VectorGraphics" \
  --remove-category="Science" \
  --remove-category="Electricity" \
  --remove-category="Engineering" \
  --add-category="X-MandrivaLinux-MoreApplications-Sciences-Electricity" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# add the association file
mkdir -p %{buildroot}%{_datadir}/mime/packages/
install %{SOURCE1} %{buildroot}%{_datadir}/mime/packages/%{name}.xml

# remove useless file
rm -rf %{buildroot}/usr/doc
rm -rf %{buildroot}%{_datadir}/mime/application/x-qet-element.xml
rm -rf %{buildroot}%{_datadir}/mime/application/x-qet-project.xml
rm -rf %{buildroot}%{_datadir}/mimelnk/application/x-qet-element.desktop
rm -rf %{buildroot}%{_datadir}/mimelnk/application/x-qet-project.desktop

%files
%doc CREDIT ELEMENTS.LICENSE INSTALL LICENSE README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/es/man1/%{name}.1.*
%{_mandir}/fr.ISO8859-1/man1/%{name}.1.*
%{_mandir}/fr.UTF-8/man1/%{name}.1.*
%{_mandir}/fr/man1/%{name}.1.*
%{_mandir}/man1/%{name}.1.*
%{_mandir}/pt/man1/%{name}.1.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%{_datadir}/icons/hicolor/128x128/mimetypes/*.png
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
%{_datadir}/icons/hicolor/16x16/mimetypes/*.png
%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
%{_datadir}/icons/hicolor/22x22/mimetypes/*.png
%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
%{_datadir}/icons/hicolor/256x256/mimetypes/*.png
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/32x32/mimetypes/*.png
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/icons/hicolor/48x48/mimetypes/*.png
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_datadir}/icons/hicolor/64x64/mimetypes/*.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:0.22-4
+ Revision: 5ea28c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7098 |14cr|qemulator-0.5-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	Qemulator

Summary:	Interface to configure and launch Qemu
Name:		qemulator
Version:	0.5
Release:	12
License:	GPLv2+
Group:		Emulators
URL:		http://qemulator.createweb.de/
Source0:	http://qemulator.createweb.de/%{oname}-%{version}.tar.gz
Source1:	%{name}.desktop
Patch0:		fix_python_dir.patch
BuildArch:	noarch

Requires:	perl-Locale-gettext >= 1.04
Requires:	python
Requires:	pygtk2.0
Requires:	gnome-python
Requires:	qemu
Requires:	pygtk2.0-libglade
BuildRequires:	librsvg
BuildRequires:	libxml2-utils
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pygtk2.0-devel
BuildRequires:	imagemagick

%description
A launcher for Qemu that manages Qemu configs and creates disk images
Qemu-launcher provides a point and click interface to Qemu. It also
allows you to create, save, load, and run multiple Qemu VM
configurations. It has a basic interface for creating or converting
disk images.

Only supports the x86 PC emulator part of Qemu.


%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir} \
         %{buildroot}%{_datadir}/ \
         %{buildroot}%{_datadir}/%{name} \
         %{buildroot}%{_datadir}/pixmaps \
         %{buildroot}%{_libdir}
cp -a usr/local/lib/qemulator/* %{buildroot}%{_datadir}/qemulator
cp -ra usr/local/share/* %{buildroot}%{_datadir}/
chmod +x %{buildroot}%{_datadir}/qemulator/qml_imagecreation.py \
         %{buildroot}%{_datadir}/qemulator/qml_machinesetup.py \
         %{buildroot}%{_datadir}/qemulator/qml_filehandlers.py \
         %{buildroot}%{_datadir}/qemulator/qml_configuration.py \
         %{buildroot}%{_datadir}/qemulator/qml_tools.py \
         %{buildroot}%{_datadir}/qemulator/qml_installwizzard.py \
         %{buildroot}%{_datadir}/qemulator/qml_style.py
chmod -x %{buildroot}%{_datadir}/qemulator/icons/mac.png
convert -resize 32x32 usr/local/share/pixmaps/qemulator.svg qemulator.xpm
cp qemulator.xpm %{buildroot}%{_datadir}/pixmaps/
ln -s %{_datadir}/qemulator/qemulator.py %{buildroot}%{_bindir}/qemulator

desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/pixmaps/%{name}.*
%{_datadir}/pixmaps/%{name}/%{name}.*
%{_datadir}/locale
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/pixmaps/qemulator/*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-12
+ Revision: 04b9dc8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7099 |14cr|qemu-launcher-1.7.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	qemu-launcher
%define	version	1.7.4
%define release	9

Summary:	Interface to configure and launch Qemu	
Name:		%name
Version:	%version
Release:	%release
License:	GPL
Group:		Emulators
URL:		http://projects.wanderings.us/qemu_launcher
Source0:	http://download.gna.org/qemulaunch/%{name}_%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Requires:	perl-Locale-gettext >= 1.04
BuildRequires:	librsvg
BuildRequires:	libxml2-utils
BuildRequires:	desktop-file-utils

%description
A launcher for Qemu that manages Qemu configs and creates disk images
Qemu-launcher provides a point and click interface to Qemu. It also
allows you to create, save, load, and run multiple Qemu VM
configurations. It has a basic interface for creating or convertering
disk images.

Only supports the x86 PC emulator part of Qemu.

%prep
%setup -q 

%build

%install
rm -rf %buildroot
%makeinstall DESTDIR=%buildroot PREFIX=%_prefix

%find_lang %name

desktop-file-install --vendor="" \
 --remove-category="Application" \
 --remove-category="Utility" \
 --add-category="System" \
 --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir},%{_menudir}}

rsvg-convert -a -w 48 -w 48 %buildroot%_iconsdir/hicolor/scalable/apps/qemu-launcher.svg -o %buildroot%_liconsdir/qemu-launcher.png
rsvg-convert -a -w 32 -w 32 %buildroot%_iconsdir/hicolor/scalable/apps/qemu-launcher.svg -o %buildroot%_iconsdir/qemu-launcher.png
rsvg-convert -a -w 16 -w 16 %buildroot%_iconsdir/hicolor/scalable/apps/qemu-launcher.svg -o %buildroot%_miconsdir/qemu-launcher.png

rm -rf %buildroot/%{_datadir}/doc/%name

%if %mdkversion < 200900
%post
%update_menus
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%clean_icon_cache hicolor
%endif

%clean
rm -rf %buildroot

%files -f %name.lang
%defattr(-,root,root)
%doc README

%{_bindir}/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/pixmaps/*.xpm
%{_datadir}/%name
%{_mandir}/man1/*
%{_datadir}/applications/qemu-launcher.desktop
%{_iconsdir}/hicolor/*/apps/qemu-launcher.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.4-9
+ Revision: e6e806f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7100 |14cr|qeven-0.3.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package	%{nil}

Name:		qeven
Version:	0.3.2
Release:	5
Summary:	Video Converter with Qt4 GUI
Group:		Video
License:	GPLv3
URL:		http://qeven.wordpress.com/
Source0:	https://sourceforge.net/projects/qeven/files/%{name}/%{name}_%{version}/%{name}_%{version}.tar.bz2
Source1:	russian.qm
Patch0:		qeven-0.3.2-mencoder.patch
Patch1:		qeven_0.3.2-rus.patch

BuildRequires:	qt4-devel
Requires:	mplayer
Requires:	mencoder

%description
Qt Easy Video Encoder (QEVEN) allows you to encode your media
in several video format including (VCD, SVCD, DVD, DIVX, XVID, FLV).


%prep
%setup -qn %{name}_%{version}
%patch0 -p0
%patch1 -p1
cp %{SOURCE1} translation/russian.qm
perl -i -pe 's/\r\n/\n/gs' {LICENSE.txt,CHANGELOG}


%build
%qmake_qt4 QEVEN.pro
%make

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_datadir}/pixmaps
mkdir -p %{buildroot}/%{_datadir}/%{name}/translation

cp QEVEN %{buildroot}%{_bindir}/%{name}
cp -rp translation %{buildroot}%{_datadir}/%{name}/
cp Image/qeven*64x64*.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
mkdir -p %{buildroot}%{_datadir}/applications

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Qeven
GenericName=QT Easy Video Encoder
Comment=Video Encoder
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Qt;AudioVideo;
EOF


%files
%doc AUTHORS CHANGELOG LICENSE.txt README TODO
%{_bindir}/%{name}
%{_datadir}/%{name}/translation/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-5
+ Revision: 58be1f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7101 |14cr|qgis-1.8.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Doesnt build with -j16, does with -j12 or lower, we choose -j8
%global make %(cpus=%_smp_mflags;if [ "${cpus##-j}" -gt 8 ];then echo make -j8;else echo make $cpus;fi)

#define _requires_exceptions .*libgrass_.*
%define __noautoreq '.*libgrass_.*'

Summary:	Geographic Information System for Linux/Unix
Name:		qgis
Version:	1.8.0
Release:	6
License:	GPLv2+
Group:		Sciences/Geosciences
Url:		http://www.qgis.org/
Source0:	http://qgis.org/downloads/qgis-%{version}.tar.bz2
Patch0:		qgis-1.8.0-datasource-crash.patch
Patch1:		qgis-1.8.0-sip410.patch
Patch2:		qgis-1.8.0-sip415.patch
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	dos2unix
BuildRequires:	flex
BuildRequires:	grass
BuildRequires:	imagemagick
BuildRequires:	mlocate
BuildRequires:	postgis
BuildRequires:	python-sip
BuildRequires:	gdal-devel
BuildRequires:	geos-devel
BuildRequires:	libqwt-devel
BuildRequires:	python-BioSQL
BuildRequires:	python-qt4-devel
BuildRequires:	qt4-devel
BuildRequires:	qt4-linguist
BuildRequires:	spatialindex-devel
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(proj)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(spatialite)
Requires:	python-BioSQL
Requires:	postgis
Obsoletes:	%{name}-theme-gis < 1.8.0

%description
Quantum GIS (QGIS) is designed to be a Geographic Information System (GIS)
built for Linux/Unix. QGIS will offer support for vector and raster formats.
Currently QGIS supports shapefiles and PostgreSQL/PostGIS layers.

Planned features include:

    * Read and edit shapefiles
    * Display georeferenced rasters (tiff, png, geotiff)
    * Plugins to dynamically add new functionality to the application
    * Support for database tables
    * Support for spatially enabled tables in PostgreSQL using PostGIS
    * Map output
    * Script engine
    * Metadata support

%files
%doc BUGS README TODO
%{_bindir}/qbrowser
%{_bindir}/qgis_bench
%{_libdir}/%{name}/crssync
%{_bindir}/%{name}
%{_libdir}/%{name}/qgis_help
%{_libdir}/lib%{name}_*.so.*
# this might go in its own subpkg???
%{_libdir}/lib%{name}sqlanyconnection*.so.*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*.so
%exclude %{_libdir}/%{name}/libgrass*.so
%{_datadir}/%{name}/doc
%{_datadir}/applications/mandriva-%{name}.desktop
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/i18n
%{_datadir}/%{name}/images
%{_datadir}/%{name}/resources
%{_datadir}/%{name}/svg
%{_mandir}/man1/*
%{_iconsdir}/hicolor/*/apps/*

#---------------------------------------------------------

%package devel
Summary:	Development libraries and headers for QGIS
Group:		Sciences/Geosciences
Requires:	qgis
Obsoletes:	%{_lib}qgis-devel < 1.8.0
Conflicts:	qgis < 0.11.0
Conflicts:	qgiss-grass < 0.11.0

%description devel
Development headers for QGIS

%files devel
%{_includedir}/*
%{_libdir}/lib%{name}_*.so
%{_libdir}/libqgisgrass.so
%{_libdir}/libqgispython.so
%{_libdir}/lib%{name}sqlanyconnection*.so
%{_datadir}/%{name}/FindQGIS.cmake

#---------------------------------------------------------

%package grass
Summary:	QGIS plugins for accessing GRASS data
Group:		Sciences/Geosciences
Requires:	grass
Conflicts:	qgis < 0.11.0

%description grass
This package provides plugins for QGIS that provide access to GRASS data from
within QGIS.

%files grass
%{_libdir}/libqgisgrass.so.*
%{_libdir}/%{name}/libgrass*.so
%{_libdir}/%{name}/grass
%{_datadir}/%{name}/grass

#---------------------------------------------------------

%package python
Summary:	Python integration and plugins for qgis
Group:		Sciences/Geosciences
Requires:	%{name} = %{version}-%{release}
Requires:	python-sip
Requires:	python-qt4
Conflicts:	qgis < 0.11.0

%description python
Python integration and plugins for qgis

%files python
%{_libdir}/libqgispython.so.*
%{_datadir}/%{name}/python

#---------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%cmake_qt4 \
	-DQGIS_LIB_SUBDIR=%{_lib} \
	-DQGIS_PLUGIN_SUBDIR=%{_lib}/qgis \
	-DGRASS_PREFIX=%{_libdir}/%{grass}

%make

%install
%makeinstall_std -C build

mv %{buildroot}%{_prefix}/man %{buildroot}/%{_datadir}

mkdir -p %{buildroot}/%{_datadir}/applications
cat > %{buildroot}/%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Quantum GIS
Comment=Quantum Geographic Information System
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Science;Geoscience;Qt;
EOF

# icon
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert -scale 48 %{buildroot}%{_datadir}/%{name}/doc/images/qgis_new_80pct.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{buildroot}%{_datadir}/%{name}/doc/images/qgis_new_80pct.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{buildroot}%{_datadir}/%{name}/doc/images/qgis_new_80pct.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-6
+ Revision: 0a1c8be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7102 |14cr|qgit-2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary: A git GUI viewer
Name: qgit
Version: 2.3
Release: 3
Source0: http://ovh.dl.sourceforge.net/sourceforge/qgit/%{name}-%{version}.tar.bz2
Patch0: %{name}-2.2-qmake.patch
Patch1: %{name}-2.3-fix-format.patch
Patch2: %{name}-2.3-fix-repo-config-cmd.patch
License: GPL
Group: Development/Other
Url: http://sourceforge.net/projects/qgit
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: scons
BuildRequires: qt4-devel
Requires: git-core

%define qtdir /usr/lib/qt4

%description
With qgit you will be able to browse revisions history, view patch content
and changed
files, graphically following different development branches.

Main features
- View revisions, diffs, files history, files annotation, archive tree.
- Commit changes visually cherry picking modified files.
- Apply or format patch series from selected commits, drag and
  drop commits between two instances of qgit.
- qgit implements a GUI for the most common StGIT commands like push/pop
  and apply/format patches. You can also create new patches or refresh
  current top one using the same semantics of git commit, i.e. cherry
  picking single modified files.

%prep
%setup -q -n %{name}
%patch0 -p1 -b .qmake
%patch1 -p1 -b .fix-format
%patch2 -p1 -b .repo-config

%build
qmake %{name}.pro
%make

%install
rm -rf $RPM_BUILD_ROOT
make install INSTALL_ROOT=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_bindir}/qgit



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3-3
+ Revision: b11c06e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7103 |14cr|qhull-2012.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define qhull_major		6
%define libqhull		%mklibname %{name} %{qhull_major}
%define libqhull_devel		%mklibname %{name} -d
%define libqhull_static_devel	%mklibname %{name} -d -s

Name:		qhull
Version:	2012.1
Release:	4
Summary:	Compute convex hulls
License:	GPL
Group:		System/Libraries
URL:		http://www.qhull.org/
Source0:	http://www.qhull.org/files/%{name}-%{version}-src.tgz
BuildRequires:	cmake
Patch0:		qhull-2012.1-format.patch

%description
Qhull computes convex hulls, Delaunay triangulations, halfspace
intersections about a point, Voronoi diagrams, furthest-site Delaunay
triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d,
4-d, and higher dimensions. It implements the Quickhull algorithm for
computing the convex hull. Qhull handles roundoff errors from floating
point arithmetic. It can approximate a convex hull.

%package	-n %{libqhull}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description	-n %{libqhull}
Qhull computes convex hulls, Delaunay triangulations, Voronoi diagrams,
furthest-site Voronoi diagrams, and halfspace intersections about a point.
It runs in 2-d, 3-d, 4-d, or higher.  It implements the Quickhull algorithm
for computing convex hulls.  Qhull handles round-off errors from floating
point arithmetic.  It can approximate a convex hull.

The program includes options for hull volume, facet area, partial hulls,
input transformations, randomization, tracing, multiple output formats, and
execution statistics.

This package provide shared libraries for %{name}.

%package	-n %{libqhull_devel}
Summary:	Header files and libraries for development with %{name}
Group:		Development/C
Requires:	%{libqhull} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Obsoletes:	%{mklibname qhull 0 -d}

%pretrans	-n %{libqhull_devel}
    if [ -d %{_includedir}/qhull ]; then
	mv %{_includedir}/qhull %{_includedir}/qhull.rpmsave
	ln -s %{_includedir}/qhull.rpmsave %{name}
    fi

%description	-n %{libqhull_devel}
Header files and libraries for development with %{name}.

%package	-n %{libqhull_static_devel}
Summary:	Static library for development with %{name}
Group:		Development/C
Requires:	%{libqhull_devel} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}
Provides:	lib%{name}-static-devel = %{EVRD}
Obsoletes:	%{mklibname qhull 0 -d -s}

%description	-n %{libqhull_static_devel}
Header files and static library for development with %{name}.

%prep
%setup -q
%patch0 -p1

%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
pushd build
    cmake							\
	-DCMAKE_INSTALL_PREFIX:PATH=%{buildroot}%{_prefix}	\
	-DLIB_INSTALL_DIR:PATH=%{buildroot}%{_libdir}		\
	-DMAN_INSTALL_DIR:PATH=%{buildroot}%{_mandir}/man1	\
	-DDOC_INSTALL_DIR:PATH=%{buildroot}%{_docdir}/%{name}	\
	 ..
    %make
popd

%install
make -C build install
mkdir -p %{buildroot}%{_docdir}/%{name}
cp -fpa html %{buildroot}%{_docdir}/%{name}

# add some symlinks to satisfy octave configure
ln -sf libqhull %{buildroot}%{_includedir}/qhull
ln -sf libqhull.h %{buildroot}%{_includedir}/qhull/qhull.h

%files
%doc Announce.txt COPYING.txt README.txt REGISTER.txt
%{_bindir}/qconvex*
%{_bindir}/qdelaunay*
%{_bindir}/qhalf*
%{_bindir}/qhull*
%{_bindir}/qvoronoi*
%{_bindir}/rbox*
%{_bindir}/testqset*
%{_bindir}/user_eg*
%{_mandir}/man1/qhull.1*
%{_mandir}/man1/rbox.1*
%exclude %{_docdir}/%{name}/html

%files		-n %{libqhull}
%{_libdir}/*.so.%{qhull_major}*

%files		-n %{libqhull_devel}
%{_libdir}/*.so
%{_includedir}/*
%doc %{_docdir}/%{name}/html

%files		-n %{libqhull_static_devel}
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2012.1-4
+ Revision: a6b945d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7104 |14cr|qiv-2.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qiv
Version:	2.2.4
Release:	3
Summary:	Gdk/imlib image viewer
Group:		Graphics
License:	GPL+
Url:		http://spiegl.de/qiv/
Source0:	http://spiegl.de/qiv/download/%{name}-%{version}.tgz
Patch0:		qiv-2.2.4-no-strip.patch
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(xinerama)

%description
qiv is a fast image viewer for X based on gdk and imlib.

%prep
%setup -q
%patch0 -p1

%build
%make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}

#don't change this to %_mandir, since Makefile is not BM

mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man1}
perl -pi -e 's!PREFIX\)/man/man1!PREFIX\)/share/man/man1!g' Makefile
DISPLAY="" make PREFIX=%{buildroot}%{_prefix} install
cp qiv-command.example %{buildroot}%{_bindir}/qiv-command

%files
%doc README Changelog README.COPYING README.INSTALL
%{_bindir}/qiv
%{_bindir}/qiv-command
%{_mandir}/man1/qiv.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.4-3
+ Revision: a81fdc8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7105 |14cr|qjackctl-0.3.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package          %{nil}


Summary:	A QT gui for the JACK audio daemon
Name:		qjackctl
Version:	0.3.11
Release:	2
License:	GPLv2+
Group:		Sound
URL:		http://sourceforge.net/projects/{name}/
Source0:	http://downloads.sourceforge.net/qjackctl/files/%{name}-%{version}.tar.gz

BuildRequires:	qt4-devel 
BuildRequires:	pkgconfig(jack) >= 0.118.3
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	desktop-file-utils
Requires:	jackit >= 0.118.3
Requires:	hicolor-icon-theme

%description
JACK Audio Connection Kit - Qt GUI Interface: A simple Qt application to
control the JACK server daemon.


%prep
%setup -q

%build
%configure --enable-jack-version \
  --localedir=%{_datadir}/%{name}/locale/

%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
  --remove-key="X-SuSE-translate" \
  --remove-key="Version" \
  --remove-category="ALSA" \
  --remove-category="JACK" \
  --remove-category="MIDI" \
  --add-category="Midi" \
  --add-category="X-MandrivaLinux-Sound" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-qt


%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO
%{_bindir}/qjackctl
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.11-2
+ Revision: 75697bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7106 |14cr|qlandkartegt-1.7.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qlandkartegt
Summary:	GPS device mapping tool
Version:	1.7.7
Release:	2
Source0:	http://downloads.sourceforge.net/qlandkartegt/%{name}-%{version}.tar.gz
Patch0:		qlandkartegt-1.3.0-fedora-glu.patch
URL:		http://www.qlandkarte.org/
License:	GPLv2+
Group:		Communications
Requires:	garmindev(interface) = 1.18
Requires:	gpsbabel
Suggests:	gdal
BuildRequires:	cmake
BuildRequires:	qt4-devel
%if %{mdvver} == 201400
BuildRequires:	pkgconfig(QtWebKit)
%endif
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	gdal-devel
BuildRequires:	pkgconfig(proj)
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libgpsd)
BuildRequires:	pkgconfig(libdmtx)
BuildRequires:  jpeg-devel

Obsoletes:	qlandkarte < %{version}
Provides:	qlandkarte = %{version}

%description
QLandkarte GT is the ultimate outdoor aficionado's tool for GPS maps in
GeoTiff format as well as Garmin's img vector map format. Additional it is
the PC side frontend to QLandkarte M, a moving map application for mobile
devices. And it fills the gap Garmin leaves in refusing to support Linux.
QLandkarte GT is the proof that writing portable applications for Unix,
Windows and OSX is feasible with a minimum of overhead. No excuses!

QLandkarte GT does replace the original QLandkarte with a much more
flexible architecture. It's not limited to a map format or device. Thus
if you think your Magellan GPS or other should be supported, join the team.

Additionally it is a front end to the GDAL tools, to make georeferencing
scanned maps feasible for the normal user. Compared to similar tools like
QGis, it's target users are more on the consumer side than on the scientific
one. QLandkarte GT might not let you select every possible feature of the
GDAL tools, but it will simplify their use to the demands of most users.

%prep
%setup -q
%patch0 -p1

%build
%cmake -DBUILD_SHARED_LIBS:BOOL=OFF -DGPX_EXTENSIONS=ON
%make VERBOSE=1

%install
%makeinstall_std -C build
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%doc copying changelog.txt
%{_bindir}/%{name}
%{_bindir}/map2gcm
%{_bindir}/map2jnx
%{_bindir}/map2rmap
%{_bindir}/map2rmp
%{_bindir}/cache2gtiff
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.7-2
+ Revision: d54940d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7107 |14cr|qmc2-0.44-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# sdlmame & sdlmess templates section is commented out because
# templates are up to date at this moment but sometimes we need to
# update them from SVN

Summary:	M.A.M.E. Catalog / Launcher II
Name:		qmc2
Version:	0.44
Release:	5
Epoch:		1
License:	GPLv2+
Group:		Emulators
Url:		http://sourceforge.net/projects/qmc2/
#alt url	http://qmc2.arcadehits.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
#http://qmc2.svn.sourceforge.net/viewvc/qmc2/trunk/data/opt/SDLMAME/template.xml?revision=2835
#Source1:	sdlmame-0.142u4-template.xml
#http://qmc2.svn.sourceforge.net/viewvc/qmc2/trunk/data/opt/SDLMESS/template.xml?revision=2755
#Source2:	sdlmess-0.142u3-template.xml
Source10:	qmc2-48.png
Patch0:		qmc2-0.44-fpic.patch
Patch1:		qmc2-0.44-crash.patch
Patch2:		qmc2-0.44-mess-crash.patch
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	rsync

#not requiring non-free
Suggests:	sdlmame
Suggests:	sdlmame-extra-data
Suggests:	sdlmess

%description
QMC2 is a Qt4 based front-end for SDLMAME and SDLMESS.

%files
%{_bindir}/runonce
%{_bindir}/%{name}
%{_bindir}/%{name}-sdlmame
%{_bindir}/%{name}-sdlmess
%{_bindir}/%{name}-arcade
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}-sdlmame.desktop
%{_datadir}/applications/mandriva-%{name}-sdlmess.desktop
%{_datadir}/applications/mandriva-%{name}-arcade.desktop
%{_iconsdir}/%{name}.png
%{_iconsdir}/%{name}-arcade.png
%config %{_sysconfdir}/%{name}/%{name}.ini

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1
%patch2 -p1
#updates sdlmame & sdlmess templates
#cp -f %{SOURCE1} data/opt/SDLMAME/template.xml
#cp -f %{SOURCE2} data/opt/SDLMESS/template.xml

%build
# to debug qmc2, add DEBUG=1 and install the -debug package too.
%make \
 QTDIR=%{_prefix}/lib/qt4 \
 PREFIX=%{_prefix} \
 CXX_FLAGS="%{optflags}" \
 JOYSTICK=1 \
 OPENGL=1 \
 EMULATOR=SDLMESS
mv qmc2-sdlmess qmc2-sdlmess.bak
make clean QTDIR=%{_prefix}/lib/qt4

%make \
 QTDIR=%{_prefix}/lib/qt4 \
 PREFIX=%{_prefix} \
 CXX_FLAGS="%{optflags}" \
 JOYSTICK=1 \
 OPENGL=1 \
 EMULATOR=SDLMAME

%make \
 CXX_FLAGS="%{optflags}" \
 arcade

%install
%makeinstall \
 PREFIX=%{_prefix} \
 DESTDIR=%{buildroot} \
 QTDIR=%{_prefix}/lib/qt4 \
 EMULATOR=SDLMAME

#install qmc2-sdlmess as well
install -m 755 %{name}-sdlmess.bak %{buildroot}%{_bindir}/%{name}-sdlmess

#install qmc2-arcade
install -m 755 arcade/%{name}-arcade %{buildroot}%{_bindir}/%{name}-arcade

#icons
install -d -m 755 %{buildroot}%{_iconsdir}
install -m 644 %{SOURCE10} %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 arcade/images/%{name}-arcade.png %{buildroot}%{_iconsdir}/%{name}-arcade.png

#xdg menus
install -d -m 755 %{buildroot}%{_datadir}/applications

cat<<EOF>%{buildroot}%{_datadir}/applications/mandriva-%{name}-sdlmame.desktop
[Desktop Entry]
Encoding=UTF-8
Name=QMC2 (SDL MAME)
Comment=%{summary}
Exec=%{_bindir}/%{name}-sdlmame
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Emulators;Emulator;Game;
EOF

cat<<EOF>%{buildroot}%{_datadir}/applications/mandriva-%{name}-sdlmess.desktop
[Desktop Entry]
Encoding=UTF-8
Name=QMC2 (SDL MESS)
Comment=%{summary}
Exec=%{_bindir}/%{name}-sdlmess
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Emulators;Emulator;Game;
EOF

cat<<EOF>%{buildroot}%{_datadir}/applications/mandriva-%{name}-arcade.desktop
[Desktop Entry]
Encoding=UTF-8
Name=QMC2 (Arcade)
Comment=%{summary}
Exec=%{_bindir}/%{name}-arcade
Icon=%{name}-arcade.png
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Emulators;Emulator;Game;
EOF

rm -f %{buildroot}%{_datadir}/applications/qmc2-sdlmame.desktop


%changelog
* Sun Sep 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.44-5
+ Revision: de512a8
- New version 0.44, add patches to fix crashes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7108 |14cr|qmergeinifiles-1.91.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: qmergeinifiles
Version: 1.91.0
Release: 2

Summary: Utility to merge INI-format files
Group: Development/Other
License: GPL

Requires: qt4-common

Source: %name-%version.tar

BuildRequires: gcc-c++ libqt4-devel libstdc++-devel

%description
Utility to merge INI-format files

%prep
%setup -q
%qmake_qt4

%build
%make CUSTOM_OPT_FLAGS="%optflags"

%install
%make INSTALL_ROOT=%buildroot install


%files
%_bindir/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.91.0-2
+ Revision: 6d85776
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7109 |14cr|qmetro-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Transport system maps for many city subways
Name:		qmetro
Version:	0.7.1
Release:	2
License:	GPLv2+
Group:		Sciences/Geosciences
Url:		https://sourceforge.net/projects/qmetro/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.zip
Patch0:		qmetro-0.7.1-desktop.patch
BuildRequires:	librsvg
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(QtNetwork)

%description
Vector metro (subway) map for calculating route and getting information
about transport nodes. It's GPL project for creating analog of pMetro
(Muradov B.) and it's using PMZ format. Maps have an open format and can
easily be edited or created.

Requires qmetro-data-* files.

%files
%doc AUTHORS LICENSE README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.*
%dir %{_datadir}/%{name}/
%dir %{_datadir}/%{name}/map/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%qmake_qt4 LIBS+=-lz
%make

%install
make INSTALL_ROOT=%{buildroot} install

mkdir -p %{buildroot}%{_datadir}/%{name}/map

# Remove Android skin, maps (packaged in qmetro-data-*).
rm -rf %{buildroot}/tmp

# Remove incorrect icon size.
rm -rf %{buildroot}%{_datadir}/icons/hicolor/80x80

# Install icons of various sizes.
for s in 256 128 96 48 32 22 16 ; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
rsvg-convert -w ${s} -h ${s} \
    rc/icons/hicolor/scalable/apps/%{name}.svg -o \
    %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-2
+ Revision: 1ae2e76
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7110 |14cr|qmetro-data-0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Maps for qMetro
Name:		qmetro-data
Version:	0
Release:	2
License:	GPLv2+
Group:		Sciences/Geosciences
Url:		http://pmetro.su/Maps.html
# Pack all maps into one tarball
Source0:	%{name}.tar.bz2
BuildArch:	noarch

%description
Maps for the qMetro program.

#----------------------------------------------------------------------------

%package Algeria
Summary:	Metro Maps (Algeria)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Algeria
Maps for the qMetro program (Algeria).

Cities: Algiers.

%files Algeria
%{_datadir}/qmetro/map/Algiers.pmz

#----------------------------------------------------------------------------

%package Argentina
Summary:	Metro Maps (Argentina)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Argentina
Maps for the qMetro program (Argentina).

Cities: Buenos Aires.

%files Argentina
%{_datadir}/qmetro/map/Buenos-Aires.pmz

#----------------------------------------------------------------------------

%package Armenia
Summary:	Metro Maps (Armenia)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Armenia
Maps for the qMetro program (Armenia).

Cities: Yerevan.

%files Armenia
%{_datadir}/qmetro/map/Erevan.pmz

#----------------------------------------------------------------------------

%package Australia
Summary:	Metro Maps (Australia)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Australia
Maps for the qMetro program (Australia).

Cities: Sydney.

%files Australia
%{_datadir}/qmetro/map/Sydney.pmz

#----------------------------------------------------------------------------

%package Austria
Summary:	Metro Maps (Austria)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Austria
Maps for the qMetro program (Austria).

Cities: Vienna, Linz, Serfaus.

%files Austria
%{_datadir}/qmetro/map/Wienn.pmz
%{_datadir}/qmetro/map/Linz.pmz
%{_datadir}/qmetro/map/Serfaus.pmz

#----------------------------------------------------------------------------

%package Azerbaijan
Summary:	Metro Maps (Azerbaijan)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Azerbaijan
Maps for the qMetro program (Azerbaijan).

Cities: Baku.

%files Azerbaijan
%{_datadir}/qmetro/map/Baku.pmz

#----------------------------------------------------------------------------

%package Belarus
Summary:	Metro Maps (Belarus)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Belarus
Maps for the qMetro program (Belarus).

Cities: Minsk.

%files Belarus
%{_datadir}/qmetro/map/Minsk.pmz

#----------------------------------------------------------------------------

%package Belgium
Summary:	Metro Maps (Belgium)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Belgium
Maps for the qMetro program (Belgium).

Cities: Brussels, Antwerp, Charleroi.

%files Belgium
%{_datadir}/qmetro/map/Brussels.pmz
%{_datadir}/qmetro/map/Antwerpen.pmz
%{_datadir}/qmetro/map/Charleroi.pmz

#----------------------------------------------------------------------------

%package Brazil
Summary:	Metro Maps (Brazil)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Brazil
Maps for the qMetro program (Brazil).

Cities: São Paulo, Belo Horizonte, Rio de Janeiro, Brasília, Recife,
Porto Alegre, Teresina, Salvador, Fortaleza.

%files Brazil
%{_datadir}/qmetro/map/San-Paulo.pmz
%{_datadir}/qmetro/map/Belo-Horizonte.pmz
%{_datadir}/qmetro/map/Rio-De-Janeiro.pmz
%{_datadir}/qmetro/map/Brasilia.pmz
%{_datadir}/qmetro/map/Recife.pmz
%{_datadir}/qmetro/map/Porto-Alegre.pmz
%{_datadir}/qmetro/map/Teresina.pmz
%{_datadir}/qmetro/map/Salvador.pmz
%{_datadir}/qmetro/map/Fortaleza.pmz

#----------------------------------------------------------------------------

%package Bulgaria
Summary:	Metro Maps (Bulgaria)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Bulgaria
Maps for the qMetro program (Bulgaria).

Cities: Sofia.

%files Bulgaria
%{_datadir}/qmetro/map/Sofia.pmz

#----------------------------------------------------------------------------

%package Canada
Summary:	Metro Maps (Canada)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Canada
Maps for the qMetro program (Canada).

Cities: Toronto, Montreal, Vancouver, Edmonton, Calgary, Ottawa.

%files Canada
%{_datadir}/qmetro/map/Toronto.pmz
%{_datadir}/qmetro/map/Montreal.pmz
%{_datadir}/qmetro/map/Vancouver.pmz
%{_datadir}/qmetro/map/Edmonton.pmz
%{_datadir}/qmetro/map/Calgary.pmz
%{_datadir}/qmetro/map/Ottawa.pmz

#----------------------------------------------------------------------------

%package Chile
Summary:	Metro Maps (Chile)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Chile
Maps for the qMetro program (Chile).

Cities: Santiago, Valparaíso.

%files Chile
%{_datadir}/qmetro/map/Santiago.pmz
%{_datadir}/qmetro/map/Valparaiso.pmz

#----------------------------------------------------------------------------

%package China
Summary:	Metro Maps (China)
Group:		Sciences/Geosciences
Requires:	qmetro

%description China
Maps for the qMetro program (China).

Cities: Beijing, Hong Kong, Chongqing, Nanjing, Shenzhen, Wuhan,
Tianjin, Guangzhou, Shanghai, Dalian, Shenyang, Kunming, Chengdu,
Hangzhou, Suzhou, Xi'an.

%files China
%{_datadir}/qmetro/map/Beijing.pmz
%{_datadir}/qmetro/map/Hong-Kong.pmz
%{_datadir}/qmetro/map/Chongqing.pmz
%{_datadir}/qmetro/map/Nanjing.pmz
%{_datadir}/qmetro/map/Shenzhen.pmz
%{_datadir}/qmetro/map/Wuhan.pmz
%{_datadir}/qmetro/map/Tianjin.pmz
%{_datadir}/qmetro/map/Guangzhou.pmz
%{_datadir}/qmetro/map/Shanghai.pmz
%{_datadir}/qmetro/map/Dalian.pmz
%{_datadir}/qmetro/map/Shenyang.pmz
%{_datadir}/qmetro/map/Kunming.pmz
%{_datadir}/qmetro/map/Chengdu.pmz
%{_datadir}/qmetro/map/Hangzhou.pmz
%{_datadir}/qmetro/map/Suzhou.pmz
%{_datadir}/qmetro/map/Xi'an.pmz

#----------------------------------------------------------------------------

%package Colombia
Summary:	Metro Maps (Colombia)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Colombia
Maps for the qMetro program (Colombia).

Cities: Medellín.

%files Colombia
%{_datadir}/qmetro/map/Medellin.pmz

#----------------------------------------------------------------------------

%package CzechRepublic
Summary:	Metro Maps (Czech Republic)
Group:		Sciences/Geosciences
Requires:	qmetro

%description CzechRepublic
Maps for the qMetro program (Czech Republic).

Cities: Prague.

%files CzechRepublic
%{_datadir}/qmetro/map/Praha.pmz

#----------------------------------------------------------------------------

%package Denmark
Summary:	Metro Maps (Denmark)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Denmark
Maps for the qMetro program (Denmark).

Cities: Copenhagen.

%files Denmark
%{_datadir}/qmetro/map/Copenhagen.pmz

#----------------------------------------------------------------------------

%package DominicanRepublic
Summary:	Metro Maps (Dominican Republic)
Group:		Sciences/Geosciences
Requires:	qmetro

%description DominicanRepublic
Maps for the qMetro program (Dominican Republic).

Cities: Santo Domingo.

%files DominicanRepublic
%{_datadir}/qmetro/map/Santo-Domingo.pmz

#----------------------------------------------------------------------------

%package Egypt
Summary:	Metro Maps (Egypt)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Egypt
Maps for the qMetro program (Egypt).

Cities: Cairo, Alexandria.

%files Egypt
%{_datadir}/qmetro/map/Cairo.pmz
%{_datadir}/qmetro/map/Alexandria.pmz

#----------------------------------------------------------------------------

%package Finland
Summary:	Metro Maps (Finland)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Finland
Maps for the qMetro program (Finland).

Cities: Helsinki.

%files Finland
%{_datadir}/qmetro/map/Helsinki.pmz

#----------------------------------------------------------------------------

%package France
Summary:	Metro Maps (France)
Group:		Sciences/Geosciences
Requires:	qmetro

%description France
Maps for the qMetro program (France).

Cities: Paris, Marseille, Toulouse, Rouen, Rennes, Lyon, Lille,
Strasbourg.

%files France
%{_datadir}/qmetro/map/Paris.pmz
%{_datadir}/qmetro/map/Marseille.pmz
%{_datadir}/qmetro/map/Toulouse.pmz
%{_datadir}/qmetro/map/Rouen.pmz
%{_datadir}/qmetro/map/Rennes.pmz
%{_datadir}/qmetro/map/Lyon.pmz
%{_datadir}/qmetro/map/Lille.pmz
%{_datadir}/qmetro/map/Strasbourg.pmz

#----------------------------------------------------------------------------

%package Georgia
Summary:	Metro Maps (Georgia)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Georgia
Maps for the qMetro program (Georgia).

Cities: Tbilisi.

%files Georgia
%{_datadir}/qmetro/map/Tbilisi.pmz

#----------------------------------------------------------------------------

%package Germany
Summary:	Metro Maps (Germany)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Germany
Maps for the qMetro program (Germany).

Cities: Berlin, Nuremberg, Wuppertal, Hamburg, Munich, Bielefeld,
Bochum, Frankfurt am Main, Stuttgart, Essen, Düsseldorf, Dortmund,
Hanover, Bonn-Cologne.

%files Germany
%{_datadir}/qmetro/map/Berlin.pmz
%{_datadir}/qmetro/map/Nurnberg.pmz
%{_datadir}/qmetro/map/Wuppertal.pmz
%{_datadir}/qmetro/map/Hamburg.pmz
%{_datadir}/qmetro/map/Munich.pmz
%{_datadir}/qmetro/map/Bielefeld.pmz
%{_datadir}/qmetro/map/Bochum.pmz
%{_datadir}/qmetro/map/Frankfurt.pmz
%{_datadir}/qmetro/map/Stuttgart.pmz
%{_datadir}/qmetro/map/Essen.pmz
%{_datadir}/qmetro/map/Dusseldorf.pmz
%{_datadir}/qmetro/map/Dortmund.pmz
%{_datadir}/qmetro/map/Hannover.pmz
%{_datadir}/qmetro/map/Bonn-Koln.pmz

#----------------------------------------------------------------------------

%package Greece
Summary:	Metro Maps (Greece)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Greece
Maps for the qMetro program (Greece).

Cities: Athens.

%files Greece
%{_datadir}/qmetro/map/Athenas.pmz

#----------------------------------------------------------------------------

%package Hungary
Summary:	Metro Maps (Hungary)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Hungary
Maps for the qMetro program (Hungary).

Cities: Budapest.

%files Hungary
%{_datadir}/qmetro/map/Budapest.pmz

#----------------------------------------------------------------------------

%package India
Summary:	Metro Maps (India)
Group:		Sciences/Geosciences
Requires:	qmetro

%description India
Maps for the qMetro program (India).

Cities: Delhi, Kolkata, Chennai, Mumbai, Bangalore.

%files India
%{_datadir}/qmetro/map/Delhi.pmz
%{_datadir}/qmetro/map/Calcutta.pmz
%{_datadir}/qmetro/map/Chennai.pmz
%{_datadir}/qmetro/map/Mumbai.pmz
%{_datadir}/qmetro/map/Bangalore.pmz

#----------------------------------------------------------------------------

%package Iran
Summary:	Metro Maps (Iran)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Iran
Maps for the qMetro program (Iran).

Cities: Tehran, Mashhad.

%files Iran
%{_datadir}/qmetro/map/Tehran.pmz
%{_datadir}/qmetro/map/Mashhad.pmz

#----------------------------------------------------------------------------

%package Israel
Summary:	Metro Maps (Israel)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Israel
Maps for the qMetro program (Israel).

Cities: Haifa.

%files Israel
%{_datadir}/qmetro/map/Haifa.pmz

#----------------------------------------------------------------------------

%package Italy
Summary:	Metro Maps (Italy)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Italy
Maps for the qMetro program (Italy).

Cities: Rome, Naples, Genoa, Milan, Catania, Turin, Perugia, Brescia.

%files Italy
%{_datadir}/qmetro/map/Roma.pmz
%{_datadir}/qmetro/map/Napoli.pmz
%{_datadir}/qmetro/map/Genova.pmz
%{_datadir}/qmetro/map/Milano.pmz
%{_datadir}/qmetro/map/Catania.pmz
%{_datadir}/qmetro/map/Torino.pmz
%{_datadir}/qmetro/map/Perugia.pmz
%{_datadir}/qmetro/map/Brescia.pmz

#----------------------------------------------------------------------------

%package Japan
Summary:	Metro Maps (Japan)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Japan
Maps for the qMetro program (Japan).

Cities: Tokyo, Yokohama, Kobe, Sapporo, Naha, Hiroshima, Kitakyūshū,
Sendai, Fukuoka, Kyoto, Nagoya, Osaka.

%files Japan
%{_datadir}/qmetro/map/Tokyo.pmz
%{_datadir}/qmetro/map/Yokohama.pmz
%{_datadir}/qmetro/map/Kobe.pmz
%{_datadir}/qmetro/map/Sapporo.pmz
%{_datadir}/qmetro/map/Naha.pmz
%{_datadir}/qmetro/map/Hiroshima.pmz
%{_datadir}/qmetro/map/Kitakyushu.pmz
%{_datadir}/qmetro/map/Sendai.pmz
%{_datadir}/qmetro/map/Fukuoka.pmz
%{_datadir}/qmetro/map/Kyoto.pmz
%{_datadir}/qmetro/map/Nagoya.pmz
%{_datadir}/qmetro/map/Osaka.pmz

#----------------------------------------------------------------------------

%package Kazakhstan
Summary:	Metro Maps (Kazakhstan)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Kazakhstan
Maps for the qMetro program (Kazakhstan).

Cities: Almaty.

%files Kazakhstan
%{_datadir}/qmetro/map/Almati.pmz

#----------------------------------------------------------------------------

%package Malaysia
Summary:	Metro Maps (Malaysia)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Malaysia
Maps for the qMetro program (Malaysia).

Cities: Kuala Lumpur.

%files Malaysia
%{_datadir}/qmetro/map/Kuala-Lumpur.pmz

#----------------------------------------------------------------------------

%package Mexico
Summary:	Metro Maps (Mexico)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Mexico
Maps for the qMetro program (Mexico).

Cities: Mexico City, Monterrey, Guadalajara.

%files Mexico
%{_datadir}/qmetro/map/Mexico.pmz
%{_datadir}/qmetro/map/Monterrey.pmz
%{_datadir}/qmetro/map/Guadalajara.pmz

#----------------------------------------------------------------------------

%package Netherlands
Summary:	Metro Maps (Netherlands)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Netherlands
Maps for the qMetro program (Netherlands).

Cities: Amsterdam, Rotterdam, Utrecht, The Hague.

%files Netherlands
%{_datadir}/qmetro/map/Amsterdam.pmz
%{_datadir}/qmetro/map/Rotterdam.pmz
%{_datadir}/qmetro/map/Utrecht.pmz
%{_datadir}/qmetro/map/Den-Haag.pmz

#----------------------------------------------------------------------------

%package NorthKorea
Summary:	Metro Maps (North Korea)
Group:		Sciences/Geosciences
Requires:	qmetro

%description NorthKorea
Maps for the qMetro program (North Korea).

Cities: Pyongyang.

%files NorthKorea
%{_datadir}/qmetro/map/Pyongyang.pmz

#----------------------------------------------------------------------------

%package Norway
Summary:	Metro Maps (Norway)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Norway
Maps for the qMetro program (Norway).

Cities: Oslo.

%files Norway
%{_datadir}/qmetro/map/Oslo.pmz

#----------------------------------------------------------------------------

%package Peru
Summary:	Metro Maps (Peru)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Peru
Maps for the qMetro program (Peru).

Cities: Lima.

%files Peru
%{_datadir}/qmetro/map/Lima.pmz

#----------------------------------------------------------------------------

%package Philippines
Summary:	Metro Maps (Philippines)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Philippines
Maps for the qMetro program (Philippines).

Cities: Manila.

%files Philippines
%{_datadir}/qmetro/map/Manila.pmz

#----------------------------------------------------------------------------

%package Poland
Summary:	Metro Maps (Poland)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Poland
Maps for the qMetro program (Poland).

Cities: Warsaw, Gdańsk, Poznań.

%files Poland
%{_datadir}/qmetro/map/Warsaw.pmz
%{_datadir}/qmetro/map/Gdansk.pmz
%{_datadir}/qmetro/map/Poznan.pmz

#----------------------------------------------------------------------------

%package Portugal
Summary:	Metro Maps (Portugal)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Portugal
Maps for the qMetro program (Portugal).

Cities: Lisbon, Porto.

%files Portugal
%{_datadir}/qmetro/map/Lisboa.pmz
%{_datadir}/qmetro/map/Porto.pmz

#----------------------------------------------------------------------------

%package PuertoRico
Summary:	Metro Maps (Puerto Rico)
Group:		Sciences/Geosciences
Requires:	qmetro

%description PuertoRico
Maps for the qMetro program (Puerto Rico).

Cities: San Juan.

%files PuertoRico
%{_datadir}/qmetro/map/San-Juan.pmz

#----------------------------------------------------------------------------

%package Romania
Summary:	Metro Maps (Romania)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Romania
Maps for the qMetro program (Romania).

Cities: Bucharest.

%files Romania
%{_datadir}/qmetro/map/Bucarest.pmz

#----------------------------------------------------------------------------

%package Russia
Summary:	Metro Maps (Russia)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Russia
Maps for the qMetro program (Russia).

Cities: Moscow, Saint Petersburg, Novosibirsk, Nizhny Novgorod, Ekaterinburg,
Samara, Kazan, Volgograd.

%files Russia
%{_datadir}/qmetro/map/Moscow.pmz
%{_datadir}/qmetro/map/Peterburg.pmz
%{_datadir}/qmetro/map/Novosibirsk.pmz
%{_datadir}/qmetro/map/NNovgorod.pmz
%{_datadir}/qmetro/map/Ekaterinburg.pmz
%{_datadir}/qmetro/map/Samara.pmz
%{_datadir}/qmetro/map/Kazan.pmz
%{_datadir}/qmetro/map/Volgograd.pmz

#----------------------------------------------------------------------------

%package SaudiArabia
Summary:	Metro Maps (Saudi Arabia)
Group:		Sciences/Geosciences
Requires:	qmetro

%description SaudiArabia
Maps for the qMetro program (Saudi Arabia).

Cities: Mecca.

%files SaudiArabia
%{_datadir}/qmetro/map/Mecca.pmz

#----------------------------------------------------------------------------

%package Singapore
Summary:	Metro Maps (Singapore)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Singapore
Maps for the qMetro program (Singapore).

%files Singapore
%{_datadir}/qmetro/map/Singapore.pmz

#----------------------------------------------------------------------------

%package SouthKorea
Summary:	Metro Maps (South Korea)
Group:		Sciences/Geosciences
Requires:	qmetro

%description SouthKorea
Maps for the qMetro program (South Korea).

Cities: Seoul, Daegu, Busan, Gwangju, Incheon, Daejeon, Uijeongbu.

%files SouthKorea
%{_datadir}/qmetro/map/Seoul.pmz
%{_datadir}/qmetro/map/Daegu.pmz
%{_datadir}/qmetro/map/Busan.pmz
%{_datadir}/qmetro/map/Gwangju.pmz
%{_datadir}/qmetro/map/Incheon.pmz
%{_datadir}/qmetro/map/Daejeon.pmz
%{_datadir}/qmetro/map/Uijeongbu.pmz

#----------------------------------------------------------------------------

%package Spain
Summary:	Metro Maps (Spain)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Spain
Maps for the qMetro program (Spain).

Cities: Madrid, Barcelona, Bilbao, Valencia, Palma, Alicante, Seville.

%files Spain
%{_datadir}/qmetro/map/Madrid.pmz
%{_datadir}/qmetro/map/Barcelona.pmz
%{_datadir}/qmetro/map/Bilbao.pmz
%{_datadir}/qmetro/map/Valencia.pmz
%{_datadir}/qmetro/map/Palma.pmz
%{_datadir}/qmetro/map/Alicante.pmz
%{_datadir}/qmetro/map/Sevilla.pmz

#----------------------------------------------------------------------------

%package Sweden
Summary:	Metro Maps (Sweden)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Sweden
Maps for the qMetro program (Sweden).

Cities: Stockholm.

%files Sweden
%{_datadir}/qmetro/map/Stockholm.pmz

#----------------------------------------------------------------------------

%package Switzerland
Summary:	Metro Maps (Switzerland)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Switzerland
Maps for the qMetro program (Switzerland).

Cities: Lausanne.

%files Switzerland
%{_datadir}/qmetro/map/Lausanne.pmz

#----------------------------------------------------------------------------

%package Taiwan
Summary:	Metro Maps (Taiwan)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Taiwan
Maps for the qMetro program (Taiwan).

Cities: Taipei, Kaohsiung.

%files Taiwan
%{_datadir}/qmetro/map/Taipei.pmz
%{_datadir}/qmetro/map/Kaohsiung.pmz

#----------------------------------------------------------------------------

%package Thailand
Summary:	Metro Maps (Thailand)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Thailand
Maps for the qMetro program (Thailand).

Cities: Bangkok.

%files Thailand
%{_datadir}/qmetro/map/Bangkok.pmz

#----------------------------------------------------------------------------

%package Tunisia
Summary:	Metro Maps (Tunisia)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Tunisia
Maps for the qMetro program (Tunisia).

Cities: Tunis.

%files Tunisia
%{_datadir}/qmetro/map/Tunis.pmz

#----------------------------------------------------------------------------

%package Turkey
Summary:	Metro Maps (Turkey)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Turkey
Maps for the qMetro program (Turkey).

Cities: Istanbul, Ankara, Izmir, Bursa, Adana.

%files Turkey
%{_datadir}/qmetro/map/Istanbul.pmz
%{_datadir}/qmetro/map/Ankara.pmz
%{_datadir}/qmetro/map/Izmir.pmz
%{_datadir}/qmetro/map/Bursa.pmz
%{_datadir}/qmetro/map/Adana.pmz

#----------------------------------------------------------------------------

%package UAE
Summary:	Metro Maps (United Arab Emirates)
Group:		Sciences/Geosciences
Requires:	qmetro

%description UAE
Maps for the qMetro program (United Arab Emirates).

Cities: Dubai.

%files UAE
%{_datadir}/qmetro/map/Dubai.pmz

#----------------------------------------------------------------------------

%package Ukraine
Summary:	Metro Maps (Ukraine)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Ukraine
Maps for the qMetro program (Ukraine).

Cities: Kiev, Kharkiv, Dnipropetrovsk, Kryvyi Rih.

%files Ukraine
%{_datadir}/qmetro/map/Kiev.pmz
%{_datadir}/qmetro/map/Kharkov.pmz
%{_datadir}/qmetro/map/Dnepropetrovsk.pmz
%{_datadir}/qmetro/map/KrivoyRog.pmz

#----------------------------------------------------------------------------

%package UnitedKingdom
Summary:	Metro Maps (United Kingdom)
Group:		Sciences/Geosciences
Requires:	qmetro

%description UnitedKingdom
Maps for the qMetro program (United Kingdom).

Cities: London, Glasgow, Newcastle, Birmingham, Liverpool, Manchester.

%files UnitedKingdom
%{_datadir}/qmetro/map/London.pmz
%{_datadir}/qmetro/map/Glasgow.pmz
%{_datadir}/qmetro/map/Newcastle.pmz
%{_datadir}/qmetro/map/Birmingham.pmz
%{_datadir}/qmetro/map/Liverpool.pmz
%{_datadir}/qmetro/map/Manchester.pmz

#----------------------------------------------------------------------------

%package USA
Summary:	Metro Maps (USA)
Group:		Sciences/Geosciences
Requires:	qmetro

%description USA
Maps for the qMetro program (USA).

Cities: Washington, New York, Chicago, Atlanta, Miami, Baltimore,
Detroit, San Francisco, Cleveland, Buffalo, Jacksonville, Las Vegas,
Salt Lake City, St. Louis, Minneapolis, Philadelphia, Los Angeles,
Houston, Newark, Boston, Dallas, Denver, San Diego, Sacramento,
San Jose, Portland, Pittsburgh, Jersey City.

%files USA
%{_datadir}/qmetro/map/Washington.pmz
%{_datadir}/qmetro/map/New-York.pmz
%{_datadir}/qmetro/map/Chicago.pmz
%{_datadir}/qmetro/map/Atlanta.pmz
%{_datadir}/qmetro/map/Miami.pmz
%{_datadir}/qmetro/map/Baltimore.pmz
%{_datadir}/qmetro/map/Detroit.pmz
%{_datadir}/qmetro/map/San-Francisco.pmz
%{_datadir}/qmetro/map/Cleveland.pmz
%{_datadir}/qmetro/map/Buffalo.pmz
%{_datadir}/qmetro/map/Jacksonville.pmz
%{_datadir}/qmetro/map/Las-Vegas.pmz
%{_datadir}/qmetro/map/Salt-Lake-City.pmz
%{_datadir}/qmetro/map/Saint-Louis.pmz
%{_datadir}/qmetro/map/Minneapolis.pmz
%{_datadir}/qmetro/map/Philadelphia.pmz
%{_datadir}/qmetro/map/Los-Angeles.pmz
%{_datadir}/qmetro/map/Houston.pmz
%{_datadir}/qmetro/map/Newark.pmz
%{_datadir}/qmetro/map/Boston.pmz
%{_datadir}/qmetro/map/Dallas.pmz
%{_datadir}/qmetro/map/Denver.pmz
%{_datadir}/qmetro/map/San-Diego.pmz
%{_datadir}/qmetro/map/Sacramento.pmz
%{_datadir}/qmetro/map/San-Jose.pmz
%{_datadir}/qmetro/map/Portland.pmz
%{_datadir}/qmetro/map/Pittsburgh.pmz
%{_datadir}/qmetro/map/Charlotte.pmz
%{_datadir}/qmetro/map/Jersey-City.pmz

#----------------------------------------------------------------------------

%package Uzbekistan
Summary:	Metro Maps (Uzbekistan)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Uzbekistan
Maps for the qMetro program (Uzbekistan).

Cities: Tashkent.

%files Uzbekistan
%{_datadir}/qmetro/map/Tashkent.pmz

#----------------------------------------------------------------------------

%package Venezuela
Summary:	Metro Maps (Venezuela)
Group:		Sciences/Geosciences
Requires:	qmetro

%description Venezuela
Maps for the qMetro program (Venezuela).

Cities: Caracas, Valencia.

%files Venezuela
%{_datadir}/qmetro/map/Caracas.pmz
%{_datadir}/qmetro/map/ValenciaV.pmz

#----------------------------------------------------------------------------

%prep
%setup -n %{name}
for N in *.zip
do
unzip $N "*.pmz"
done

%build

%install
install -dm 0755 %{buildroot}%{_datadir}/qmetro/map
install -pm 0644 *.pmz %{buildroot}%{_datadir}/qmetro/map


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-2
+ Revision: c11b349
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7111 |14cr|qmidiarp-0.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Arpgeggiator, sequencer and LFO for JACK and ALSA
Name:		qmidiarp
Version:	0.6.1
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://qmidiarp.sourceforge.net/
Source0:	http://dl.sf.net/%{name}/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(lv2)
Suggests:	%{name}-plugins-lv2

%description
Advanced arpgeggiator, step sequencer and MIDI LFO for JACK and ALSA.

%files -f %{name}.lang
%doc README NEWS COPYING AUTHORS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml 
%{_datadir}/icons/hicolor/scalable/apps/qmidiarp.svg
%docdir %{_mandir}/man1/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package plugins-lv2
Summary:	LV2 Plugins of the qmidiarp MIDI modules with Qt4 GU
Group:		Sound
Requires:	lv2

%description plugins-lv2
This package contains the QMidiArp LV2 plugins of the three modules with
Qt-GUIs. QMidiArp is an advanced arpgeggiator, step sequencer and
MIDI LFO for JACK and ALSA.

%files plugins-lv2
%dir %{_libdir}/lv2
%{_libdir}/lv2/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install \
	--add-category="X-MandrivaLinux-Multimedia-Sound;" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-man


%changelog
* Sun Sep 28 2014 emuse <goemusic@yahoo.fr> 0.6.1-1
+ Revision: e4efc25
- New version 0.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7112 |14cr|qmidiroute-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    qmidiroute
%define version 0.3.0
%define release %mkrel 1 

Name:           %{name} 
Summary:        MIDI router and filter utility
Version:        %{version} 
Release:        %{release}

Source0:        http://dl.sf.net/alsamodular/%{name}-%{version}.tar.bz2
URL:            http://alsamodular.sourceforge.net/
License:        GPLv2
Group:          Sound
BuildRequires:  alsa-oss-devel qt4-devel

%description
MIDI router and filter utility for the ALSA sequencer.

%prep 
%setup -q  
iconv -f=latin1 -t=utf8 man/de/%{name}.1 -o man/de/%{name}.1
iconv -f=latin1 -t=utf8 man/fr/%{name}.1 -o man/fr/%{name}.1

%build 
%configure2_5x
%make
%install
%makeinstall_std

%{__mkdir} -p %{buildroot}%{_datadir}/pixmaps
%{__install} -m 0644 src/pixmaps/qmidiroute_48.xpm %{buildroot}%{_datadir}/pixmaps

#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=QMidiRoute
Comment=MIDI Filter and Router
Exec=%{_bindir}/%{name}
Icon=qmidiroute_48
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;
Encoding=UTF-8
EOF

%files
%doc README NEWS COPYING AUTHORS 
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/qmidiroute_48.xpm
%docdir %{_mandir}/man1/*
%{_mandir}/man1/*
%{_mandir}/de/man1/*
%{_mandir}/fr/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog
* Tue Oct 30 2012 Alexander Khryukin <alexander@mezon.ru> 0.3.0-1
+ Revision: 816fa96
- policy fix in spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7113 |14cr|qmplay2-14.07.27-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: qmplay2.spec 
# Generato: http://www.mandrivausers.ro/
# MRB: Falticska Florin
######################################################
# empty debug
%define debug_package	%{nil}

######
%define name qmplay2
%define oname QMPlay2
%define release  2
%define version  14.07.27

Summary:	Video player
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://garr.dl.sourceforge.net/project/zaps166/%{oname}/%{oname}-src-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
Patch0:		QMplay2-desktop.patch
URL:		http://zaps166.sourceforge.net/?app=QMPlay2
License:	LGPLv3
Group:		Video

BuildRequires:  qt4-devel
BuildRequires:  pkgconfig(portaudio-2.0)
BuildRequires:  pkgconfig(libpulse)
BuildRequires:  pkgconfig(libswresample)
BuildRequires:  pkgconfig(libva)
BuildRequires:  pkgconfig(libcdio)
BuildRequires:  pkgconfig(libass)
BuildRequires:  pkgconfig(xv)
BuildRequires:  pkgconfig(gl) 
BuildRequires:  pkgconfig(vdpau)
BuildRequires:  pkgconfig(libcddb)
BuildRequires:  pkgconfig(taglib)
BuildRequires:  desktop-file-utils
BuildRequires:  imagemagick
BuildRequires:  kdebase4-workspace
Obsoletes:      qmplay2-12072013
Obsoletes:      qmplay2-common-12072013
# kde is Rosa's default DE no need to 
# split kde-integration package
# kdebase4 suggested to allow it on gnome and lxde
# without DE integration
Suggests:	kdebase4-workspace


%description
QMPlay2 is a video player, it can plays all formats 
and stream supported by ffmpeg and libmodplug 
(including J2B). It has integrated Youtube and Wrzuta browser.

%files  
%doc COPYING TODO ChangeLog
%{_bindir}/%{oname}
%{_iconsdir}/%{oname}.png
%{_iconsdir}/hicolor/128x128/apps/QMPlay2.png
%{_miconsdir}/%{oname}.png
%{_liconsdir}/%{oname}.png
# keep this for kde integration
%{_datadir}/apps/solid/actions/*
%{_datadir}/applications/*.desktop
%{_libdir}/*
%exclude %{_libdir}/libqmplay2.so
%{_datadir}/qmplay2/
#############################
%define lib_name_devel  %mklibname %{name} -d

%package -n %{lib_name_devel}
Group:      Development/Other
Summary:    Development libs for %{oname}
Provides:   %{name}-devel = %{version}-%{release}
Requires:   %{name} = %{version}-%{release}

%description -n %{lib_name_devel}
Development libs for %{oname}.

%files -n    	%{lib_name_devel}
%doc TODO
%{_libdir}/libqmplay2.so
############################


%prep
%setup -qn %{oname}-src
perl -pi -e 's|"/"|"/" |' src/modules/Inputs/Inputs.cpp
%patch0 -p0

%build
NOTERM=1 SYSTEM_BUILD=1 ./compile_unix 0

%install
# gen rpmtree
mkdir -p %{buildroot}{%{_bindir},%{_libdir}}
# install
mv app/lib/libqmplay2.* %{buildroot}%{_libdir}
install -m755 app/bin/%{oname} %{buildroot}%{_bindir}/%{oname}
mv app/share %{buildroot}/usr
#
# modules scam
mv %{buildroot}%{_datadir}/qmplay2/modules %{buildroot}%{_libdir}

pushd %{buildroot}%{_datadir}/qmplay2
ln -s  %{_libdir}/modules modules
popd

# icons
# we convert and install the icons properly 
rm -fr %{buildroot}%{_iconsdir}/*.png
#
install -d -m755 %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert src/gui/Icons/QMPlay2.png -resize 32x32 %{buildroot}%{_iconsdir}/%{oname}.png
convert src/gui/Icons/QMPlay2.png -resize 16x16 %{buildroot}%{_miconsdir}/%{oname}.png
convert src/gui/Icons/QMPlay2.png -resize 48x48 %{buildroot}%{_liconsdir}/%{oname}.png

desktop-file-validate %{buildroot}%{_datadir}/applications/%{oname}.desktop
rm -fr %{buildroot}%{_datadir}/qmplay2/noautoupdates
rm -fr %{buildroot}%{_datadir}/qmplay2/ChangeLog




%changelog
* Tue Sep 16 2014 Victor Ryzhikh <victorr2007@yandex.ru> 14.07.27-2
+ Revision: 1dcf141
- Updated qmplay2.spec

* Tue Sep 16 2014 Victor Ryzhikh <victorr2007@yandex.ru> 14.07.22-2
+ Revision: 4c6cefb
- Updated QMplay2-desktop.patch

* Tue Sep 16 2014 Victor Ryzhikh <victorr2007@yandex.ru> 14.07.22-2
+ Revision: 1b55133
- Updated .abf.yml

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 14.07.22-2
+ Revision: f8cd1ed
- MassBuild#464: Increase release tag

* Wed Jul 23 2014 Victor Ryzhikh <victorr2007@yandex.ru> 14.07.22-1
+ Revision: b4e0ea0
- Updated qmplay2.spec

* Wed Jul 23 2014 Victor Ryzhikh <victorr2007@yandex.ru> 14.07.22-1
+ Revision: eb87650
- Updated QMplay2-desktop.patch

* Wed Jul 23 2014 Victor Ryzhikh <victorr2007@yandex.ru> 14.07.22-1
+ Revision: d7bc554
- Updated qmplay2.spec

* Wed Jul 23 2014 Victor Ryzhikh <victorr2007@yandex.ru> 14.03.05-3
+ Revision: 61eb491
- Updated .abf.yml

* Wed Jul 02 2014 abfonly <abfonly@gmail.com> 14.03.05-3
+ Revision: 4910ec8
- Updated qmplay2.spec

* Thu Jun 19 2014 abfonly <abfonly@gmail.com> 14.03.05-2
+ Revision: c55b8b8
- rebuild against new ffmpeg

* Sat Mar 08 2014 SymbianFlo <symbianflo@mandrivausers.ro> 14.03.05-1
+ Revision: 26051a5
- Log: Update to  14.03.05 , - Improved operation YouTube - operated by the "youtube-dl" (required to provide the path in the options),
- - AudioCD disc title displayed as the album,
- - Fixed bug with refreshing OSD
- - Fixed bugs in editing tags

* Tue Feb 18 2014 symbianflo <symbianflo@symbianflo> 14.02.17-1
+ Revision: 491ad0b
- Log: update to 14.02.17, fix BR

* Tue Feb 18 2014 symbianflo <symbianflo@symbianflo> 14.02.17-1
+ Revision: f1d645c
- Log: update to 14.02.17, fix BR

* Tue Feb 18 2014 symbianflo <symbianflo@symbianflo> 14.02.17-1
+ Revision: 23934a3
- Log: update to 14.02.17

* Sat Jan 11 2014 SymbianFlo <symbianflo@mandrivausers.ro> 14.01.10-1
+ Revision: c2d6002
- Update

* Sun Jan 05 2014 SymbianFlo <symbianflo@mandrivausers.ro> 14.01.05-1
+ Revision: 2bf33a0
- Changes in QMPlay2 build 14.01.05:
- - The possibility of decoding through VDPAU extracting frame image (optional, see "FFMpeg.pro")
- - To improve the compilation of an older version of alsa-lib,
- - The ability to play random in the group,
- - Improve the functioning and stability VAApi,
- - Minor fixes in the "VDPAU Writer"

* Fri Jan 03 2014 SymbianFlo <symbianflo@mandrivausers.ro> 14.01.03-1
+ Revision: 3e8880d
- Update to 14.01.03, feature request-solved upstream , you can add your own internet radio stations in the *internet radio* widget.

* Wed Jan 01 2014 SymbianFlo <symbianflo@mandrivausers.ro> 13.12.31-4
+ Revision: a6d5899
- Updated qmplay2.spec

* Wed Jan 01 2014 symbianflo <symbianflo@symbianflo> 13.12.31-4
+ Revision: 78d4586
- Log:Source
- - Fixed bug ALSA module - the program in August poured in the absence of sound cards
- - Added German translation (Daniel Meiss-Wilhelm)
- - Improve the *Playback Settings*,
- - The possibility to record covers,
- - Improvements in the code.
- Packaging
- - Dropped viktor's russian translation ( on his request)
- - Enable debug

* Sun Dec 15 2013 symbianflo <symbianflo@mandrivausers.ro> 13.12.15-4
+ Revision: 6428420
- Log: update to 13.12.15

* Sun Nov 03 2013 symbianflo <symbianflo@mandrivausers.ro> 13.10.24-4
+ Revision: 19a7e9d
- Log: rediff desktop.patch, action entry

* Sun Nov 03 2013 symbianflo <symbianflo@mandrivausers.ro> 13.10.24-3
+ Revision: 1085739
- Log: fix menu entry, fix kde integration,other fix,bump release

* Fri Oct 25 2013 symbianflo <symbianflo@mandrivausers.ro> 13.10.24-1
+ Revision: 02bd4c9
- Log. update

* Sat Oct 05 2013 symbianflo <symbianflo@mandrivausers.ro> 13.09.20-3
+ Revision: 9d3afd2
- LOG : fix non translated button in GUI, thx to viktor2007

* Tue Oct 01 2013 SymbianFlo <symbianflo@mandrivausers.ro> 13.09.20-1
+ Revision: 0b14c74
- Updated qmplay2.spec

* Tue Oct 01 2013 SymbianFlo <symbianflo@mandrivausers.ro> 13.09.20-1
+ Revision: 47fa2c2
- Updated qmplay2.spec

* Tue Oct 01 2013 symbianflo <symbianflo@mandrivausers.ro> 13.09.20-1
+ Revision: 4d15d5b
- Log: update to 13.09.20

* Tue Oct 01 2013 symbianflo <symbianflo@mandrivausers.ro> 13.09.20-1
+ Revision: 1118319
- LOG:update to 13.09.20, add russian lang file thx to viktor2007, split devel package,dropped mrb distsuffix,ready for contrib

* Tue Oct 01 2013 symbianflo <symbianflo@mandrivausers.ro> 
+ Revision: 2b8ca04
- LOG:update to 13.09.20, add russian lang file thx to viktor2007, split devel package,dropped mrb distsuffix,ready for contrib

* Tue Oct 01 2013 symbianflo <symbianflo@mandrivausers.ro> 
+ Revision: 3987c02
- LOG:update to 13.09.20, add russian lang file thx to viktor2007, split devel package,dropped mrb distsuffix,ready for contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7114 |14cr|qnetstatview-1.2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Shows detailed listings of all TCP and UDP endpoints
Name:		qnetstatview
Version:	1.2.0
Release:	7
License:	GPLv3+
Group:		Networking/Other
Url:		http://qt-apps.org/content/show.php?content=157088
Source0:	http://dansoft.krasnokamensk.ru/data/1016/qnetstatview_source.tar.gz
BuildRequires:	imagemagick
BuildRequires:	libnet-devel
BuildRequires:	libpcap-devel
BuildRequires:	qt4-devel

%description
Shows detailed listings of all TCP and UDP endpoints.

#----------------------------------------------------------------------------

%files
%doc Bin/HISTORY Bin/COPYING
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png


%prep
%setup -q -n %{name}_source
find . -perm 0600 | xargs chmod 0644

%build
%qmake_qt4 QMAKE_CXXFLAGS_RELEASE= %{name}.pro
%make

%install
# install binary
mkdir -p %{buildroot}%{_bindir}
cp Bin/%{name} %{buildroot}%{_bindir}/%{name}

# install locales
mkdir -p %{buildroot}%{_datadir}/%{name}
cp Bin/*.qm %{buildroot}%{_datadir}/%{name}/

# create and install icons
for N in 16 32 48 64 128; do convert %{name}.ico -scale ${N}x${N}! $N.png; done
install -D 16.png -m 644 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D 32.png -m 644 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D 48.png -m 644 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -D 64.png -m 644 %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png -m 644 %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# XDG menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=QNetStatView
Comment=Shows detailed listings of all TCP and UDP endpoints
Icon=%{name}
Exec=%{name}
Terminal=false
Categories=Network;Utility;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-7
+ Revision: bef3cd7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7115 |14cr|qnetwalk-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Game for System Administrators
Name:		qnetwalk
Version:	1.3
Release:	2
License:	GPLv2+
Group:		Games/Puzzles
URL:		http://qt.osdn.org.ua/qnetwalk.html
Source0:	%{name}-%{version}.tar.bz2
Patch0:		qnetwalk-1.3-datapath.patch
Patch1:		qnetwalk-1.3_qtfix.diff
Patch2:		qnetwalk-1.3-sfmt.patch
Patch3:		qnetwalk-1.3-desktop.patch
BuildRequires:	qt4-devel

%description
This is a Qt-version of the popular NetWalk game for system administrators.
You have to connect all computers to the central server with as few clicks
as possible.

Authors:
--------
    Andi Peredri <andi@ukr.net>

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%qmake_qt4
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}

%files
%doc COPYING ChangeLog README
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man6/%{name}.6.*
%{_datadir}/pixmaps/%{name}.xpm
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-2
+ Revision: 510cf7f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7116 |14cr|qnotero-0.48-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	qnotero
%define version	0.48
%define release 2

Summary:	System tray application for accessing Zotero references
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://www.cogsci.nl/software/qnotero/%{name}_%{version}.tar.gz
License:	GPLv3+ 
Group:		Publishing
Url:		http://www.cogsci.nl/software/qnotero/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Requires:	python-qt4
BuildRequires:	python-qt4, python-devel

%description
Qnotero provides lightning quick access to your Zotero
references. Zotero is an excellent open source reference manager, but
it lacks a simple and direct way to access your references at the
click of a button. That is why I created this simple program, which
lives in the system tray and allows you to search through your
references by Author and/ or Year of Publication. If a PDF file is
attached to a reference you can open it directly from within Qnotero.

%prep
%setup -q -n %{name}-%{version}

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST

%clean
%__rm -rf %{buildroot}

%files -f FILE_LIST
%defattr(-,root,root)
%doc COPYING README



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.48-2
+ Revision: ec1a2d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7117 |14cr|qpass-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qpass
Summary:	Qt4-based password manager
Version:	1.2.1
Release:	2
License:	GPLv2+
Group:		Databases
URL:		http://qpass.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/qpass/source/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	libgcrypt-devel

%description
QPass is easy to use, open source password manager application with built-in
password generator. You can store in it's database such data as passwords
and logins which will be encrypted using AES-256 algorithm. Each entry can
include additional information about entry such as name, url adress
and description.

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build
%__rm -f %{buildroot}/%{_datadir}/%{name}/{COPYING,README}
%__mkdir_p  %{buildroot}/%{_docdir}
%if %{mdvver} >= 201200
%find_lang %{name} --with-qt --all-name
%else
touch %{name}.lang
%endif

%files -f %{name}.lang
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/translations
%{_bindir}/qpass
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/qpass.png
%{_datadir}/pixmaps/qpass.png
%doc ChangeLog README
%if %mdvver < 201200
%{_datadir}/%{name}/translations/*
%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-2
+ Revision: 4f36c5f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7118 |14cr|qpdfpresenterconsole-2.5.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sfname qpdfpresenter
%define fullname QPdfPresenterConsole

Summary:        Beamer-targeted presentation tool
Name:           qpdfpresenterconsole
Version:        2.5.13
Release:        3
License:        MIT
Source0:        http://sourceforge.net/projects/%{sfname}/files/sources/%{name}-v%{version}.tar.bz2
Group:          Graphical desktop/Other
Url:		http://gitorious.org/qpdfpresenterconsole
BuildRequires:	cmake
BuildRequires:	asciidoc
BuildRequires:	docbook-xsl
BuildRequires:	docbook-dtd45-xml
BuildRequires:	xsltproc
BuildRequires:	libxml2-utils
BuildRequires:	libpoppler-qt4-devel
BuildRequires:	pkgconfig(Qt3Support)
BuildRequires:	pkgconfig(libvlc)

%description
Presentation console software, similar to what is provided by LibreOffice
Impress' plug-in or Apple Keynote, targeting PDF presentations and especially
those written in LaTeX with the Beamer package. It provides a presentation
console on the main speaker's screen which contains:
 - the current slide if it's a simple pdf presentation, with notes below if
   there is a text file provided that contains slide notes
 - the current notes slide if it contains Beamer notes (left/right notes
   supported)
 - current date and time, current slide number
 - countdown from the start of the presentation
 - timer alarm to notify when the end of your slot is approaching
Slides are pre-rendered in background (current, next, previous) so that
changing slide is smooth and fast. Beamer-embedded (at least using movie15
package) videos are supported through LibVLC and one can provide separate text
file containing notes too. It's also heavily inspired from Pdf Presenter
Console, main differences are background pre-rendering of slides, videos
support, beamer and text file notes support. It should work nice on any
XRandR-capable system.

%prep
%setup -q -n %{name}-v%{version}

%build
%cmake_qt4
make

%install
make -C build DESTDIR=%buildroot install

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/%{name}/*
%{_datadir}/pixmaps/%{fullname}.png
%{_datadir}/applications/%{fullname}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.13-3
+ Revision: d064316
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7119 |14cr|qpdfview-0.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qpdfview
Summary:	Light-weight tabbed PDF, DJVU and PostScript viewer
Version:	0.4.3
Release:	2
License:	GPLv2+
Group:		Office
URL:		https://launchpad.net/qpdfview
Source0:	https://launchpad.net/qpdfview/trunk/%{version}/+download/%{name}-%{version}.tar.gz
Patch0:		qpdfview-0.4-desktop.patch
BuildRequires:	imagemagick
BuildRequires:	cups-devel
BuildRequires:	magic-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(ddjvuapi)
BuildRequires:	pkgconfig(libspectre)
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(zlib)

%description
qpdfview is a light-weight tabbed PDF, DJVU and PostScript viewer.

%prep
%setup -q
%patch0 -p0

%build
lrelease %{name}.pro
%qmake_qt4 \
	QMAKE_CXXFLAGS_RELEASE=  \
	PLUGIN_INSTALL_PATH="%{_libdir}/%{name}" \
	%{name}.pro
%make

%install
make install INSTALL_ROOT=%{buildroot}

# install menu icons
for N in 16 32 48 64 128;
do
convert icons/%{name}.svg -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done
install -D -m 0644 icons/%{name}.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

%find_lang %{name} --with-qt

%files -f %{name}.lang
%{_bindir}/%{name}
%{_libdir}/%{name}/libqpdfview_djvu.so
%{_libdir}/%{name}/libqpdfview_pdf.so
%{_libdir}/%{name}/libqpdfview_ps.so
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/%{name}.svg
%{_datadir}/%{name}/help.html
%{_datadir}/%{name}/qpdfview_ast.qm
%{_iconsdir}/hicolor/*/apps/%{name}.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.3-2
+ Revision: 4552f1f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7120 |14cr|qprint-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Encode and decode quoted printable data
Name:           qprint
Version:        1.0
Release:        10
License:        Public Domain
Group:		Networking/Mail
URL:		http://www.fourmilab.ch/webtools/qprint/
Source:         %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-buildroot

%description
qprint is a command line utility which encodes and decodes
files in this format. It can be used within a pipeline as
an encoding or decoding filter, and is most commonly used
in this manner as part of an automated mail processing
system. With appropriate options, qprint can encode pure
binary files, but it's a poor choice since it may inflate
the size of the file by as much as a factor of three. The
base64 MIME encoding is a better choice for such data. 

%prep

%setup -q

%build

%configure2_5x

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -m755 qprint %{buildroot}%{_bindir}/
install -m755 qprint.1 %{buildroot}%{_mandir}/man1/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README index.html logo.gif qprint.pdf rfc1521.*
%{_bindir}/qprint
%{_mandir}/man1/qprint.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-10
+ Revision: dcc47f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7121 |14cr|qps-1.10.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:         qps
Summary:      Visual process manager
Version:      1.10.16
Release:      4
URL:          http://qps.kldp.net
Source:       %{name}-%{version}.tar.bz2
License:      GPL
Group:        Monitoring
BuildRequires:  qt4-devel
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(x11) 
BuildRequires:  imagemagick

%description
Qps is a visual process manager, an X11 version of "top" or "ps" that 
displays processes in a window and lets you sort and manipulate them. 

Qps can: 
  o  Change nice value of a process.
  o  Alter the scheduling policy and soft realtime priority of a process.
  o  Display the TCP/UDP sockets used by a process, and names of the 
      connected hosts (Linux only).
  o  Display the memory mappings of the process (which files and shared 
  o  libraries are loaded   where).
  o  Display the open files of a process, and the state of unix domain sockets.
  o  Kill or send any other signal to selected processes.
  o  Display the load average as a graph, and use this as its icon when 
      iconified.
  o  Show (as graph or numbers) current CPU, memory and swap usage.
  o  Sort the process table on any attribute (size, cpu usage, owner etc).
  o  On SMP systems running Linux 2.1 or later (or Solaris), display cpu usage 
      for each processor, and which CPU a process is running on.
  o  Display the environment variables of any process. 
  o  Show the process table in tree form, showing the parent-child 
      relationship. 
  o  Execute user-defined commands on selected processes. 
  o  Display MOSIX-specific fields and migrate processes to other nodes
      in a cluster. 

  Qps runs on Linux and Solaris.

%prep
%setup -q 
perl -pi -e 's/\.xpm$//' %{name}.desktop

%build
%qmake_qt4
%make

%install
##install missing
install -D -p -m 0755 -s qps %{buildroot}%{_bindir}/qps
install -D -p -m 0644 qps.1 %{buildroot}%{_mandir}/man1/qps.1
install -D -p -m 0644 icon/icon.xpm %{buildroot}%{_datadir}/pixmaps/qps.xpm

install -d %{buildroot}%{_liconsdir} %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir}
convert -size 48x48 icon/icon.xpm %{buildroot}%{_liconsdir}/%{name}.png 
convert -size 32x32 icon/icon.xpm %{buildroot}%{_iconsdir}/%{name}.png 
convert -size 16x16 icon/icon.xpm %{buildroot}%{_miconsdir}/%{name}.png

desktop-file-install --vendor="" \
--remove-category="Application" \
--add-category=Monitor \
--add-category=X-MandrivaLinux-System-Monitoring \
--dir %{buildroot}%{_datadir}/applications %{name}.desktop

%files 
%doc CHANGES COPYING README_INSTALL
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/qps.xpm
%{_mandir}/man1/qps.1*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.16-4
+ Revision: 6590f13
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7122 |14cr|qrupdate-1.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1

%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d -s

Summary:	Fortran library for fast updates of QR/Cholesky decompositions
Name:		qrupdate
Version:	1.1.2
Release:	3
License:	GPLv3+
Group:		Development/Other
Url:		http://qrupdate.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
Source100:	qrupdate.rpmlintrc
Patch0:		qrupdate-1.1.1-Makefiles.patch
Patch1:		qrupdate-enable_debugging.patch
BuildRequires:	gcc-gfortran
BuildRequires:	blas-devel
BuildRequires:	lapack-devel

%description
qrupdate is a Fortran library for fast updates of QR and Cholesky
decompositions.

%package -n %{libname}
Summary:	qrupdate shared libraries
Group:		System/Libraries

%description -n %{libname}
qrupdate is a Fortran library for fast updates of QR and Cholesky
decompositions.

This package contains the shared library required for running programs
built against %{name}.

%package -n %{develname}
Summary:	qrupdate development files
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
qrupdate is a Fortran library for fast updates of QR and Cholesky
decompositions.

This package contains the files required for building programs
that use %{name}.

%prep
%setup -q
%apply_patches

sed -i Makeconf \
	-e "s:LIBDIR=lib:LIBDIR=%{_libdir}:" \
	-e "/^LIBDIR=/a\PREFIX=/" \
	-e "s:LAPACK=.*:LAPACK=$(pkg-config --libs lapack):" \
	-e "s:BLAS=.*:BLAS=$(pkg-config --libs blas):"


%build
#% make lib solib
%make

%install

#% ifarch x86_64
#% __sed -i 's,\/lib\/,\/lib64\/,g' src/Makefile
#% endif
#%make PREFIX=%{buildroot}/usr install
%makeinstall_std

%files -n %{libname}
%_libdir/*.so.*

%files -n %{develname}
%doc README ChangeLog COPYING
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-3
+ Revision: 789e60d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7123 |14cr|qsampler-0.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:          qsampler
Summary:       LinuxSampler GUI front-end application
Version:       0.2.2
Release:       2
License:       GPLv2
Group:         Sound
Source0:       %{name}-%{version}.tar.gz
URL:           http://qsampler.sourceforge.net/
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: liblscp-devel
BuildRequires: qt4-devel
BuildRequires: libgig-devel
BuildRequires: desktop-file-utils

Requires:      linuxsampler

%description
QSampler is a LinuxSampler GUI front-end application written in 
C++ around the Qt4 toolkit using Qt Designer. At the moment it 
just wraps as a client reference interface for the LinuxSampler 
Control Protocol (LSCP).

%files
%defattr(-,root,root)
%{_bindir}/qsampler
%{_datadir}/applications/qsampler.desktop
%{_datadir}/pixmaps/qsampler.png
%{_datadir}/locale/*.qm

#--------------------------------------------------------------------

%prep
%setup -q -n %name-%version

%build
export CXXFLAGS="%{optflags}"
%configure
perl -pi -e "s/-llscp/-llscp -lX11/g" qsampler.pro
%make

%install
%makeinstall_std
# Fix the .desktop file by removing
# 2 non-Mdv key and 2 non-standard categories
desktop-file-install \
    --remove-key="X-SuSE-translate" \
    --remove-key="Version" \
    --remove-category="MIDI" \
    --remove-category="ALSA" \
    --remove-category="JACK" \
    --add-category="Midi" \
    --add-category="X-MandrivaLinux-Sound" \
    --dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-2
+ Revision: 9829b96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7124 |14cr|qsf-1.2.7-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Quick spam filter
Name:		qsf
Version:	1.2.7
Release:	7
License:	Artistic
Group:		Networking/Mail
Source0:	http://prdownloads.sourceforge.net/qsf/qsf-%{version}.tar.bz2
URL:		http://www.ivarch.com/programs/qsf.shtml
BuildRequires:	libgdbm-devel
BuildRequires:	mysql-devel
BuildRequires:	sqlite-devel
Buildroot:	%{_tmppath}/%{name}-%{version}-root

%description
Quick Spam Filter is a small, fast spam filter that works by learning to
recognise the words that are more likely to appear in spam than non-spam. It is
intended to be used in a procmail recipe to mark email as being possible spam.

%prep
%setup -q

# this file gets eaten
cp doc/quickref.txt doc/quickref.txt.bak

%build
%configure2_5x \
    --with-gdbm
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
cp doc/quickref.txt.bak doc/quickref.txt

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README doc/NEWS doc/quickref.txt doc/TODO
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_mandir}/man*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.7-7
+ Revision: 1629a7c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7125 |14cr|qshare-2.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           qshare
Version:        2.1.2
Release:        2
License:        GPLv3
Url:		http://www.zuzuf.net/qshare
Source0:	http://www.zuzuf.net/qshare/files/%{name}-%{version}-src.tar.gz
Group:		File tools
Summary:        Qt file share
BuildRequires:  gcc-c++ libxml2-devel
BuildRequires:  qt4-devel avahi-compat-libdns_sd-devel
Requires:       avahi

%description
qShare is a FTP server with a built-in service discovery feature that makes
qShare clients aware of other clients running on the same network. It also
supports Zeroconf on Linux. You can easily add/remove folders from the shared
folders list, set access rights, toggle password protection, etc...
 
The most useful feature is probably the file search feature. The built-in FTP
server implements a FIND command used by qShare to look for files on all known
computers of the network with very little network/CPU overload.

%prep
%setup -q -n %{name}

%build
%qmake_qt4
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}%{_prefix}

%files 
%doc AUTHORS README COPYING
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-2
+ Revision: d1c6b2f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7126 |14cr|qsstv-7.1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		qsstv
Summary: 	QSSTV is an sstv app 
Version: 	7.1.7
Release: 	2
License: 	GPLv2
Group: 		Communications
Source0: 	http://users.telenet.be/on4qz/qsstv/downloads/%{name}_%{version}.tgz
Source1:        qsstv.png
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	hamlib-devel
BuildRequires:	qt4-devel
Patch0:		qsstv-7.1.7-gcc-47.patch

%description
qsstv is an sstv app.
You can send and receive images sent over radio using your soundcard.

%prep
%setup -q -n qsstv_%{version}
    sed -i -e "s:/doc/\$\$TARGET:/doc/qsstv:" \
        -e "s:/usr/local/bin:%{buildroot}/usr/bin:" \
        -e "s:/usr/share/doc:%{buildroot}/usr/share/doc:" \
        -e "s:target.extra:#target.extra:" \
        -e "s:-lhamlib:-L%{_libdir}/hamlib -lhamlib:g" src/src.pro
    sed -i -e "s:doc/qsstv:doc/qsstv:" src/configdialog.cpp

%patch0 -p0

%build
%qmake_qt4
%make

%install
%makeinstall_std
%files
%{_bindir}/*
%{_datadir}/doc/%{name}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.1.7-2
+ Revision: a13e290
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7127 |14cr|qstardict-1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qstardict
Version:	1.0.1
Release:	5
# fwang: this one is GPLv2 only, because in the version upgrade of
# 0.06 -> 0.07, it changed from GPLv3 to GPLv2.
License:	GPLv2
URL:		http://qstardict.ylsoftware.com
BuildRequires:	qt4-devel glib2-devel desktop-file-utils imagemagick
BuildRequires:	kdelibs4-devel
Source0:	http://qstardict.ylsoftware.com/files/%{name}-%{version}.tar.bz2
Patch0:		qstardict-1.0.1-mdv-glib.patch
Group:		Office
Summary:	StarDict clone written in Qt4
Requires:	stardict-dictionary = 2.4.2

%description
QStarDict is a dictionary program written using Qt4. The user interface is
similar to StarDict. The latest version is 1.0.1.

Main features

* Full support of StarDict 2.x dictionaries
* Working in system tray
* Scanning mouse selection and showing popup window with translation
  of selected word
* Translations reformatting
* Plugins support

%package -n plasma-applet-%{name}
Group:		Graphical desktop/KDE
Summary:	Plasma applet of qstardict
Requires:	%name = %version

%description -n plasma-applet-%{name}
This package contains kde plasma applet of qstardict.

%prep
%setup -q
%patch0 -p1

%build
%qmake_qt4 PLUGINS_DIR=%_libdir/%name/plugins ENABLED_PLUGINS="stardict web"
%make

cd kdeplasma
%cmake_kde4
%make

%install
make install INSTALL_ROOT=%{buildroot}

pushd kdeplasma/build
%makeinstall_std
popd

mkdir -p %{buildroot}%{_iconsdir}
convert -resize 32x32 qstardict/qstardict.png %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_liconsdir}
convert -resize 48x48 qstardict/qstardict.png %{buildroot}%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}%{_miconsdir}
convert -resize 16x16 qstardict/qstardict.png %{buildroot}%{_miconsdir}/%{name}.png

mkdir -p %buildroot%{_datadir}/applications
desktop-file-install --vendor='' \
	--dir=%buildroot%{_datadir}/applications \
	--remove-category='Utility' \
	--add-category='Office' \
	--remove-key='Encoding' \
	qstardict/qstardict.desktop

rm -fr %buildroot%_datadir/doc

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog THANKS
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

%files -n plasma-applet-%{name}
%defattr(-,root,root)
%_kde_libdir/kde4/*.so
%_kde_services/*.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-5
+ Revision: 60b6d4c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7128 |14cr|qstat-2.11-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Real-time Game Server Status for FPP/FPS servers
Name:           qstat
Version:        2.11
Release:        7
License:        Artistic
Group:          Networking/Other
URL:            http://sourceforge.net/projects/qstat/
Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-root

%description
QStat is a command-line utility for collecting real-time 
statistics from on-line game servers. The games supported 
are generally limited to the first-person-shooter genre 
(Quake, Half-Life, Unreal, etc). 
Statistics may be output in a variety of form

%prep

%setup -q %{name}-%{version}

%build

%configure2_5x --program-suffix=-quake

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

rm -f template/Makefile*

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES.txt COMPILE.txt ChangeLog contrib.cfg info/* qstatdoc.html template
%config(noreplace) %{_sysconfdir}/qstat.cfg
%{_bindir}/%{name}-quake



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.11-7
+ Revision: e3893d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7129 |14cr|qsvn-0.8.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	A graphical Subversion client
Name: 		qsvn
Version: 	0.8.3
Release: 	3
Source:		http://www.anrichter.net/projects/qsvn/chrome/site/%{name}-%{version}-src.tar.gz
Patch0:		qsvn-0.8.0-fix-str-fmt.patch
Patch1:		qsvn-0.8.1-libname.patch
Patch2:		qsvn-0.8.3-convert.patch
License: 	GPLv2
Group: 		Development/Other
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: 		http://www.anrichter.net/projects/qsvn/
BuildRequires:  qt4-devel
BuildRequires:	subversion-devel
BuildRequires:	cmake

%description
QSvn is a graphical Subversion Client for Linux, UNIX, Windows and
Mac OS X. We use the Subversion API for all Subversion actions and
the Qt4 C++ toolkit from Trolltech for platform independent programming.

%files
%defattr(-,root,root)
%doc README 
%{_bindir}/*

#--------------------------------------------------------------------
%define major 6
%define libname %mklibname qsvnqt4_ %major

%package -n %libname
Summary: Library for qsvn
Group: System/Libraries
Obsoletes: %{_lib}svnqt-qt4_4
Obsoletes: %{_lib}svnqt4_5 < 0.8.0-2
Obsoletes: %{_lib}qsvnqt4_5

%description -n %libname
Library for qsvn.

%files -n %libname
%defattr(-,root,root)
%{_libdir}/libqsvnqt4.so.%{major}*

#--------------------------------------------------------------------
%package devel
Summary: Development files for qsvn
Group: Development/KDE and Qt
Requires: %libname = %version
Obsoletes: %{_lib}svnqt-qt4-devel
Conflicts: kdesvn-devel >= 1.2.0

%description devel
Development files for qsvn.

%files devel
%defattr(-,root,root)
%{_libdir}/libqsvnqt4.so
%{_includedir}/svnqt

#--------------------------------------------------------------------

%prep
%setup -q -n %name-%version
%patch0 -p0
%patch1 -p0
%patch2 -p1

%build
%cmake_qt4 ../src -Dsvnqt-name="qsvnqt4"
%make

%install
rm -rf %{buildroot}
%makeinstall_std -C build

%clean
rm -rf $RPM_BUILD_ROOT



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3-3
+ Revision: 3512931
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7130 |14cr|qsynth-0.3.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package          %{nil}

%define name    qsynth
%define version 0.3.8
%define release 2

Name:           %{name}
Summary:        Qt GUI Interface for FluidSynth
Version:        %{version}
Release:        %{release}
License:        GPLv2+
Group:          Sound
Source0:        http://downloads.sourceforge.net/qsynth/%{name}-%{version}.tar.gz
URL:            http://%{name}.sourceforge.net/
BuildRequires:  qt4-devel >= 4.2.0
BuildRequires:  qt4-linguist
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(fluidsynth)
BuildRequires:  desktop-file-utils
BuildRequires:  cmake
Requires:   fluidsynth

%description
Qsynth is a fluidsynth GUI front-end application written in C++ around
the Qt4 toolkit using Qt Designer. Eventually it may evolve into a
softsynth management application allowing the user to control and manage
a variety of command line softsynth but for the moment it wraps the
excellent FluidSynth softsynth.


%prep
%setup -q
iconv -f iso8859-1 -t utf-8 \
  AUTHORS > AUTHORS.conv && mv -f AUTHORS.conv AUTHORS

%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-install \
    --remove-key="X-SuSE-translate" \
    --remove-key="Version" \
    --remove-category="MIDI" \
    --remove-category="ALSA" \
    --remove-category="JACK" \
    --add-category="Midi" \
    --add-category="X-MandrivaLinux-Sound" \
    --dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-qt

%files -f %{name}.lang
%doc ChangeLog AUTHORS TRANSLATORS COPYING README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/32x32/apps/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.8-2
+ Revision: 634977c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7131 |14cr|qt4pas-5.2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define major 5
%define libname %mklibname Qt4Pas %{major}
%define devname %mklibname Qt4Pas -d

Summary:	Free Pascal Qt4 binding
Name:		qt4pas
# defined in .pro file inside source tarball
Version:	5.2.5
Release:	4
License:	LGPLv3+
Group:		System/Libraries
Url:		http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html
Source0:	qt4pas-V2.5_Qt4.5.3.tar.gz
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(QtWebKit)

%description
The Free Pascal Qt4 binding that allows Free Pascal
to interface with the C++ Library Qt.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Free Pascal Qt4 binding
Group:		System/Libraries

%description -n %{libname}
The Free Pascal Qt4 binding that allows Free Pascal
to interface with the C++ Library Qt.

%files -n %{libname}
%{_libdir}/libQt4Pas.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Free Pascal Qt4 binding
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The Free Pascal Qt4 binding that allows Free Pascal
to interface with the C++ Library Qt.

%files -n %{devname}
%{_libdir}/libQt4Pas.so

#----------------------------------------------------------------------------

%prep
%setup -q -n qt4pas-V2.5_Qt4.5.3

%build
%qmake_qt4 Qt4Pas.pro
%make

%install
make install INSTALL_ROOT=%{buildroot}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.2.5-4
+ Revision: 20fbca7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7132 |14cr|qt4urpm-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           qt4urpm
Version:        2.0
Release:        2
Summary:        A Qt based frontend for the urpm* package management tools
License:        GPLv3
Group:          System/Configuration/Packaging
URL:            http://www.sf.net/projects/qt4urpm
Source0:        %{name}-%{version}.tar.xz

BuildRequires:  qt4-devel
Requires:       urpmi
Requires:       kdebase4-runtime
Requires:       gurpmi
Requires:       xterm
Requires:       qt4-common

%description
qt4urpm is a Qt4 based frontend for the urpm* package management tools,
which provides an intuitive interface to manage orphaned packages and
search for packages that contain a specific file.

%prep
%setup -q
%apply_patches

%build
make lrelease
qmake -spec /usr/lib/qt4/mkspecs/linux-g++ -o Makefile qt4urpm.pro
make LOCALEPATH="%{_datadir}/%{name}/qm/"

%install
mkdir -p %{buildroot}%{_bindir}/
cp %{name} %{buildroot}%{_bindir}/

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{_vendor}-%{name}.desktop << EOF
[Desktop Entry]
Name=Qt4urpm
Comment=%{summary}
Comment[ru]=Поиск файлов по пакетам и управление осиротевшими пакетами
Exec=%{_bindir}/%{name}
Icon=/usr/share/icons/oxygen/256x256/categories/preferences-system.png
Type=Application
Categories=System;Settings;PackageManager;
EOF

mkdir -p %{buildroot}%{_datadir}/%{name}/qm
cp *.qm %{buildroot}%{_datadir}/%{name}/qm/

%files
%{_datadir}/applications/%{_vendor}-%{name}.desktop
%{_datadir}/%{name}/qm/*.qm
%defattr(755,root,root,755)
%{_bindir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-2
+ Revision: 2ebc6c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7133 |14cr|qtads-2.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    qtads
%define version 2.1.6
%define release 2

Name:           %{name} 
Summary:        GUI multimedia interpreter for TADS games
Version:        %{version} 
Release:        %{release} 
Source0:	http://heanet.dl.sourceforge.net/project/%{name}/%{name}-2.x/%{version}/%{name}-%{version}.tar.bz2
URL:            http://qtads.sourceforge.net/
License:        GPLv2+
Group:          Games/Other
BuildRequires:  qt4-devel 
BuildRequires:  pkgconfig(sdl) 
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  SDL_sound-devel

Suggests:	timidity-instruments

%description
QTads is a cross-platform multimedia interpreter for Tads (Text Adventure 
Development System) games. Both Tads versions in use today (Tads 2 and Tads 3)
are supported. MIDI, Ogg Vorbis, MP3, and WAV sound formats are supported.

TADS is a programming language written by Michael J. Roberts, designed to 
implement text-adventure games (Interactive Fiction), similar to those 
developed by Infocom in 1980-1990, as well as other companies (like Legend 
Entertainment, Level 9, etc). If you liked games like "Zork", "Adventure", 
"Trinity", or "Eric the Unready", you'll feel right at home.

%files
%doc AUTHORS COPYING NEWS README HTML_TADS_LICENSE
%{_mandir}/man6/*
%{_bindir}/qtads 
%{_datadir}/applications/%{name}.desktop

#--------------------------------------------------------------------

%prep
%setup -q

%build 
%qmake_qt4 \
    BIN_INSTALL=%{buildroot}%{_bindir} \
    DOC_INSTALL=%{buildroot}%{_datadir}/doc \
    DATA_INSTALL=%{buildroot}%{_datadir} \
    CFLAGS="$RPM_OPT_FLAGS" \
    CXXFLAGS="$RPM_OPT_FLAGS"

%make

%install
mkdir -p %{buildroot}%{_bindir}
cp qtads  %{buildroot}%{_bindir}/qtads
mkdir -p %{buildroot}%{_mandir}/man6
cp -f %{name}.6 %{buildroot}%{_mandir}/man6

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=GUI multimedia interpreter for TADS games
Exec=%{name}
Icon=other_amusement
Terminal=false
Type=Application
Categories=Game;AdventureGame;RolePlaying;
EOF



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.6-2
+ Revision: 35689ea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7134 |14cr|qtemu-1.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	qtemu
%define version	1.0.5
%define release	3
%define qtemudir %{_datadir}/qtemu

Summary:	A graphical user interface for QEMU
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Source10:	qtemu.png
Source11:	qtemu.16.png
Source12:	qtemu.48.png
Patch2:		qtemu-qemu-accelerators.patch
Source2:	processor.png
License:	GPLv2
Group:		Emulators
Url:		http://www.qtemu.org/
Requires:	qemu >= 0.9.0-%{mkrel 3}
BuildRequires:	cmake, qt4-devel >= 4.1, qt4-linguist
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
QtEmu is a graphical user interface for QEMU written in Qt4. It has
the ability to run virtual operating systems on native systems. This
way you can easily test a new operating system or try a Live CD on
your system without any troubles and dangers.

%prep
%setup -q
%patch2 -p0 -b .qemu-accelerators
cp %{SOURCE2} images/

# fix qtemu data location
perl -pi -e \
	's|QCoreApplication::applicationDirPath\(\)|QString("%{qtemudir}")|g' \
	helpwindow.cpp main.cpp

%build
mkdir objs
cd objs

export QTDIR=/usr/lib/qt4/
export PATH=$QTDIR/bin:$PATH

cmake \
	-DCMAKE_INSTALL_PREFIX=%{qtemudir} \
%if "%{_lib}" != "lib"
	-DLIB_SUFFIX=64 \
%endif
	../

%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std -C objs

# move files around
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mv $RPM_BUILD_ROOT%{qtemudir}/bin/qtemu $RPM_BUILD_ROOT%{_bindir}/
rmdir $RPM_BUILD_ROOT%{qtemudir}/bin

# install icons
mkdir -p $RPM_BUILD_ROOT%{_iconsdir}
install -m644 %{SOURCE10} $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
mkdir -p $RPM_BUILD_ROOT%{_miconsdir}
install -m644 %{SOURCE11} $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
mkdir -p $RPM_BUILD_ROOT%{_liconsdir}
install -m644 %{SOURCE12} $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

# install menu entries

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=QtEmu
Comment=A graphical user interface for QEMU
Exec=%{_bindir}/qtemu
Icon=%{name}
Type=Application
Terminal=false
Categories=X-MandrivaLinux-MoreApplications-Emulators;Emulator;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%{_bindir}/qtemu
%dir %{qtemudir}
%{qtemudir}/*
# desktop integration
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/applications/mandriva-%{name}.desktop





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-3
+ Revision: 6fa5a5c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7135 |14cr|qterm-0.5.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: BBS client based on Qt library in Linux
Name: qterm
Version: 0.5.12
Release: 2
License: GPLv2+
Group: Networking/Remote access
Source0: http://mesh.dl.sourceforge.net/sourceforge/qterm/%{name}-%{version}.tar.bz2
URL: http://qterm.sourceforge.net
BuildRequires:	qt4-devel
BuildRequires:	cmake
BuildRequires:	phonon-devel
BuildRequires:	qt4-designer
BuildRequires:	qt4-assistant
BuildRequires:	pkgconfig(openssl)
BuildRequires:	desktop-file-utils
Patch0:		qterm-0.5.12-glibc216.patch
Patch1:		qterm-0.5.12-qt4.patch

%description
QTerm is a BBS client in Linux

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p0

%build
%cmake_qt4 -DQT_PHONON_INCLUDE_DIR:PATH=%_includedir/KDE -DCMAKE_SKIP_RPATH:BOOL=ON
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor="" \
	--dir %{buildroot}%{_datadir}/applications \
	--remove-key="MimeTypes" \
	--remove-category="Application" \
	--add-category="RemoteAccess" \
	%buildroot%_datadir/applications/*.desktop

%files
%{_bindir}/*
%{_datadir}/%{name}
%{_iconsdir}/*/*/*/*
%{_datadir}/applications/%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.12-2
+ Revision: 0af9c19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7136 |14cr|qterminal-0.4.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	QT-based multitab terminal emulator
Name:		qterminal
Version:	0.4.0
Release:	7
License:	GPLv2+
Group:		Terminals
Url:		https://gitorious.org/qtermwidget
Source0:	%{name}-%{name}-master.tar.gz
Source1:	%{name}.desktop
Source2:	%{name}.png
Source3:	%{name}_it.ts
Patch0:		%{name}-0.4.0-italian-translations.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	qt4-devel
BuildRequires:	qt4-linguist
BuildRequires:	qtermwidget-devel

%description
QT-based multitab terminal emulator.
Based on QTermWidget by e_k@users.sourceforge.net

%files
%doc AUTHORS COPYING NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}_drop.desktop
%{_datadir}/pixmaps/%{name}.png
%lang(cs) %{_datadir}/%{name}/translations/%{name}_cs.qm
%lang(it) %{_datadir}/%{name}/translations/%{name}_it.qm

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{name}
%patch0 -p1 -b .itts
cp %{SOURCE3} src/translations/

%build
%cmake
%make

%install
%makeinstall_std -C build
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
install -D -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png

desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}_drop.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-7
+ Revision: 41f0d61
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7137 |14cr|qtermwidget-0.4.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname qtermwidget %{major}
%define devname %mklibname qtermwidget -d

%define commit 8b3062f0248673b23b88afbd6f1d6ca581820c94
%define shortcommit %(c=%{commit}; echo ${c:0:7})

Summary:	Qt4 terminal widget
Name:		qtermwidget
Version:	0.4.0
Release: 	8
License:	GPLv2+
Group:		Development/Other
Url:		https://github.com/qterminal/qtermwidget/
#Source0:	https://github.com/qterminal/qtermwidget/archive/%{version}.tar.gz
Source0:	https://github.com/qterminal/qtermwidget/tarball/%{commit}/qterminal-%{name}-%{version}-%{shortcommit}.tar.gz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	qt4-linguist

%description
QTermWidget is an open source project based on KDE4 Konsole application.
The main goal of this project is to provide unicode-enabled,
embeddable QT4 widget for using as a built-in console (or terminal
emulation widget).

%files
%doc AUTHORS COPYING Changelog README TODO
%{_datadir}/%{name}/

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt4 terminal widget - shared library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
This package provides shared library for Qt4 terminal widget.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Qt4 terminal widget - devel package
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{name}-devel < 0.4.0-1
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides headers files for qtermwidget development.

%files -n %{devname}
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so
%{_libdir}/qt4/plugins/designer/lib%{name}plugin.so

#----------------------------------------------------------------------------

%prep
%setup -qn qterminal-%{name}-%{shortcommit}

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-8
+ Revision: f23bd26
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7138 |14cr|qtexengine-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %name %major
%define develname %mklibname -d %name

Name: qtexengine
Version: 0.2
Release: 2
Summary: Library enabling Qt based applications to easily export graphics to TeX
License: GPLv3
Group: System/Libraries
URL: http://soft.proindependent.com/qtexengine/
Source0: http://download.berlios.de/qtiplot/QTeXEngine-%{version}-opensource.zip
# Fixes the build and install of QTeXEngine
Patch0: QTeXEngine-svn1552-path.patch
# Fixes between 0.2 and svn1552 checkout
Patch1: QTeXEngine-svn1552.patch
BuildRequires: qt4-devel doxygen

%description
QTeXEngine is a library enabling Qt based applications to easily export
graphics created using the QPainter class to TeX. It is built on top of
QPaintEngine and uses the TikZ/Pgf graphic systems for TeX.

%package -n %libname
Summary: Libraries for %{name}
Group: System/Libraries

%description -n %libname
This package contains library files of %{name}.

%package -n %develname
Summary: Development files for %{name}
Group: Development/KDE and Qt
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}

%description -n %develname
This package contains library, header file and documentation
for developing applications that use %{name}.

%prep
%setup -q -n QTeXEngine
%patch0 -p1
%patch1 -p1

rm -rf {example,test}/.svn

# Remove exec permission
find -type f -exec chmod 0644 {} ";"

%build
export PATH=%{_qt4_bindir}:$PATH
pushd src
%{qmake_qt4} CONFIG+=" QTeXEngineDll" LIBDIR=%{_libdir}
popd
%make -C src

pushd doc
doxygen Doxyfile
# Fix the time stamp
for file in html/*; do
 touch -r Doxyfile $file
done
popd

%install
rm -fr %buildroot
make install INSTALL="install -p" INSTALL_ROOT=%{buildroot} -C src

%clean
rm -rf %{buildroot}

%files -n %libname
%defattr(-,root,root,-)
%doc *.txt
%{_libdir}/libQTeXEngine.so.%{major}*

%files -n %develname
%defattr(-,root,root,-)
%doc doc/html example
%{_includedir}/QTeXEngine.h
%{_libdir}/libQTeXEngine.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-2
+ Revision: 161cef1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7139 |14cr|qtfm-5.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qtfm
Summary:	Lightweight file manager based on pure Qt
Version:	5.4
Release:	3
License:	GPLv2+
Group:		Graphical desktop/Other
URL:		http://www.qtfm.org/
Source0:	http://www.qtfm.org/%{name}-%{version}.tar.gz
Patch0:		qtfm-5.4-mdv-desktop.patch
BuildRequires:	pkgconfig(Qt3Support)
BuildRequires:	magic-devel

%description
qtFM is a small, lightweight file manager for Linux desktops based on pure Qt
and works great with minimal desktop environments like Openbox.

Features:

*  lightweight, pure Qt, no KDE libraries or other dependencies
*  full theme and mime file type icon integration
*  tree, bookmarks, list, icon, detail and thumbnail views
*  customizable interface, rearrange views and toolbars to suit
*  powerful custom command system for user defined actions
*  customizable key bindings for built-in and custom actions
*  drag & drop functionality
*  tabs

%prep
%setup -q
%patch0 -p1

%build
%qmake_qt4
%make

%install
make install INSTALL_ROOT=%{buildroot}

%if %{mdvver} >= 201200
%find_lang %{name} --with-qt
%define langfile %{name}.lang
%endif

%files %{?langfile:-f %{langfile}}
%{_bindir}/qtfm
%{_datadir}/applications/qtfm.desktop
%doc CHANGELOG COPYING README
%{_datadir}/pixmaps/qtfm.png
%if %{mdvver} <= 201100
%{_datadir}/qtfm/qtfm_*.qm
%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.4-3
+ Revision: d381471
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7140 |14cr|qtgtl-0.9.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qtbindings for OpenGTL and OpenShiva
Name:		qtgtl
Version:	0.9.3
Release:	2
License:	GPLv2+
Group:		System/Libraries
Source0:	http://download.opengtl.org/libQtGTL-%{version}.tar.bz2
Patch0:		libQtGTL-0.9.3-version.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(GTLCore)
BuildRequires:	pkgconfig(OpenShiva)

%description
Qtbindings for OpenGTL and OpenShiva.

#------------------------------------------------------------------------------

%define qtgtl_major 0.2
%define libqtgtl %mklibname QtGTL %{qtgtl_major}

%package -n %{libqtgtl}
Summary:	Qtbinding for OpenGTL
Group:		System/Libraries

%description -n %{libqtgtl}
Qtbinding for OpenGTL.

%files -n %{libqtgtl}
%{_libdir}/libQtGTL.so.%{qtgtl_major}
%{_libdir}/libQtGTL.so.%{version}

#------------------------------------------------------------------------------

%define qtshiva_major 0.2
%define libqtshiva %mklibname QtShiva %{qtshiva_major}

%package -n %{libqtshiva}
Summary:	Qtbinding for OpenShiva
Group:		System/Libraries

%description -n %{libqtshiva}
Qtbinding for OpenShiva.

%files -n %{libqtshiva}
%{_libdir}/libQtShiva.so.%{qtshiva_major}
%{_libdir}/libQtShiva.so.%{version}

#------------------------------------------------------------------------------
%package devel
Summary:	Development files for Qtbindings for OpenGTL and OpenShiva
Group:		Development/KDE and Qt
Requires:	%{libqtgtl} = %{EVRD}
Requires:	%{libqtshiva} = %{EVRD}
Provides:	QtGTL-devel = %{EVRD}
Provides:	qtshiva-devel = %{EVRD}
Provides:	QtShiva-devel = %{EVRD}

%description devel
Development files for Qtbindings for OpenGTL and OpenShiva.

%files devel
%{_libdir}/*.so
%{_includedir}/QtGTL
%{_includedir}/QtShiva
%{_libdir}/pkgconfig/*.pc

#------------------------------------------------------------------------------

%prep
%setup -q -n libQtGTL-%{version}
%patch0 -p1

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-2
+ Revision: c952c20
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7141 |14cr|qtiplot-0.9.8.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Data analysis and scientific plotting
Name:		qtiplot
Version:	0.9.8.9
Release:	3
License:	GPLv2+
Group:		Sciences/Other
Url:		http://soft.proindependent.com/qtiplot.html
Source0:	http://download.berlios.de/qtiplot/%{name}-%{version}.tar.bz2
Source1:	http://www.stat.tamu.edu/~aredd/tamuanova/tamu_anova-0.2.tar.gz
Source2:	build.conf
Patch0:		qtiplot-0.9.8.9-rosa-pro.patch
Patch1:		qtiplot-0.9.7.11-fix-str-fmt.patch
Patch2:		qtiplot-0.9.8.9-debian-fix_paths.patch
Patch3:		qtiplot-0.9.8.9-debian-crasher_without_internet.patch
Patch4:		qtiplot-0.9.8.9-debian-glu_include.patch
Patch5:		qtiplot-0.9.8.9-rosa-gl2ps_zlib_png.patch
Patch6:		qtiplot-0.9.8.9-linkage.patch
Patch7:		qtiplot-0.9.8.9-sip-4.15.patch
Patch8:		qtiplot-0.9.8.9-sip-4.15-2.patch
BuildRequires:	docbook-dtd44-xml
BuildRequires:	docbook-utils
BuildRequires:	icoutils
BuildRequires:	imagemagick
BuildRequires:	python-qt4
BuildRequires:	python-sip
BuildRequires:	qt4-devel
BuildRequires:	qtexengine-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(muparser)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(QtAssistantClient)
Requires:	qt-assistant-adp
Requires:	python-qt4

%description
Data analysis and scientific plotting. Free clone of Origin.

%files
%defattr(644,root,root,755)
%doc README.html gpl_licence.txt
%attr(755,root,root) %{_bindir}/qtiplot
%{_mandir}/man1/qtiplot.1.*
%{_libdir}/qtiplot/plugins
%{_datadir}/qtiplot
%{_datadir}/applications/*.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/*.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .compile
%patch1 -p0 -b .str
%patch2 -p1 -b .path
%patch3 -p1 -b .inet
%patch4 -p1 -b .glu
%patch5 -p1 -b .zlib_png
%patch6 -p1 -b .linkage
%patch7 -p1 -b .sip415
%patch8 -p1 -b .sip415-2
pushd 3rdparty
tar xf %{SOURCE1}
mv tamu_anova-0.2 tamu_anova
popd

cp %{SOURCE2} .
sed -i 's|@LIBDIR@|%{_libdir}|g;s|@INCLUDEDIR@|%{_includedir}|g' build.conf

%build
pushd 3rdparty/tamu_anova
%configure2_5x --disable-shared --enable-static
%make
popd
%qmake_qt4 -d \
	%if "%{_lib}" != "lib"
		libsuff=64 \
	%endif
	-o Makefile
%make

%install
make install INSTALL_ROOT=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=qtiplot
Comment=Data analysis and scientific plotting
Exec=qtiplot
Icon=qtiplot
Terminal=false
Type=Application
Categories=Qt;Science;DataVisualization;
StartupNotify=true
EOF

mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
convert -scale 48 qtiplot_logo.png %{buildroot}%{_liconsdir}/%{name}.png
convert -scale 32 qtiplot_logo.png %{buildroot}%{_iconsdir}/%{name}.png
convert -scale 16 qtiplot_logo.png %{buildroot}%{_miconsdir}/%{name}.png

mkdir -p %{buildroot}%{_iconsdir}/hicolor/16x16/apps/
convert -geometry 16x16 qtiplot_logo.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}/hicolor/32x32/apps/
convert -geometry 32x32 qtiplot_logo.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}/hicolor/48x48/apps/
convert -geometry 48x48 qtiplot_logo.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

rm -fr %{buildroot}/usr/local

# Nuke the junk
find %{buildroot} -name libqwtplot3d.a -delete



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.8.9-3
+ Revision: 60316f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7142 |14cr|qtkeychain-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %name %{major}
%define devname %mklibname %name -d

Summary:	Platform-independent Qt API for storing passwords securely
Name:		qtkeychain
Version:	0.3.0
Release:	2
License:	LGPLv2+
Group:		Development/KDE and Qt
Url:		https://github.com/frankosterfeld/qtkeychain
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	qt4-devel

%description
Platform-independent Qt API for storing passwords securely.

#----------------------------------------------------------------------------

%package common
Summary:	Common files for %{name} (translations etc)
Group:		System/Libraries
Requires:	%{name}-common

%description common
Common files for %{name} (translations etc).

%files common -f %{name}.lang

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Platform-independent Qt API for storing passwords securely
Group:		System/Libraries
Requires:	%{name}-common

%description -n %{libname}
Platform-independent Qt API for storing passwords securely.

%files -n %{libname}
%{_libdir}/libqtkeychain.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs which will use the %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and .so libraries for developing
%{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/cmake/QtKeychain

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt4 -DBUILD_WITH_QT4:BOOL=ON
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-qt

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: 0f70684
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7143 |14cr|qtlockedfile-2.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_version 2.4_1
%define version %(echo %{upstream_version} | sed 's,_,.,')

%define major		1
%define libname		%mklibname %name %major
%define develname	%mklibname %name -d

Summary:	QFile extension with advisory locking functions
Name:		qtlockedfile
Version:	%{version}
Release:	4
Group:		Development/KDE and Qt
License:	GPLv3 or LGPLv2 with exceptions
URL:		http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Utilities/qtlockedfile
Source0:	http://get.qt.nokia.com/qt/solutions/lgpl/%{name}-%{upstream_version}-opensource.tar.gz
Source1:	qtlockedfile.prf
# (Fedora) don't build examples
Patch0:		qtlockedfile-dont-build-example.patch
# (Fedora) Remove unnecessary linkage to libQtGui
Patch1:		qtlockedfile-dont-link-qtgui.patch
BuildRequires:	qt4-devel

%description
This class extends the QFile class with inter-process file locking
capabilities.
If an application requires that several processes should access the same file,
QtLockedFile can be used to easily ensure that only one process at a time is
writing to the file, and that no process is writing to it while others are
reading it.

%package	-n %libname
Summary:	QFile extension with advisory locking functions
Group:		Development/KDE and Qt
Requires:	qt4-common

%description	-n %libname
This class extends the QFile class with inter-process file locking
capabilities.
If an application requires that several processes should access the same file,
QtLockedFile can be used to easily ensure that only one process at a time is
writing to the file, and that no process is writing to it while others are
reading it.

This is the library package for %{name}

%package	-n %develname
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}

%description	-n %develname
This package contains libraries and header files for developing applications
that use QtLockedFile.

%prep
%setup -q -n %{name}-%{upstream_version}-opensource
%patch0 -p1 -b .no-example
%patch1 -p1 -b .dont-link-qtgui

%build
touch .licenseAccepted
# Does not use GNU configure
./configure -library
%qmake_qt4
%make

%install
# libraries
mkdir -p %{buildroot}%{qt4lib}
cp -a lib/* %{buildroot}%{qt4lib}

# headers
mkdir -p %{buildroot}%{qt4include}/QtSolutions
cp -a \
    src/qtlockedfile.h \
    src/QtLockedFile \
    %{buildroot}%{qt4include}/QtSolutions

mkdir -p %{buildroot}%{qt4dir}/mkspecs/features
cp -a %{SOURCE1} %{buildroot}%{qt4dir}/mkspecs/features/

%files -n %libname
%defattr(-,root,root,-)
%{qt4lib}/lib*.so.%{major}*

%files -n %develname
%defattr(-,root,root,-)
%doc LGPL_EXCEPTION.txt LICENSE.* README.TXT
%doc doc example
%{qt4lib}/lib*.so
%{qt4include}/QtSolutions
%{qt4dir}/mkspecs/features/%{name}.prf




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-4
+ Revision: a0a73b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7144 |14cr|qtoctave-0.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           qtoctave
Version:        0.10.1
Release:        2
Summary:        Frontend for Octave
Group:          Sciences/Mathematics
License:        GPLv2+
URL:            http://qtoctave.wordpress.com/
Source0:        https://forja.rediris.es/frs/download.php/744/qtoctave-%{version}.tar.gz

# place qtoctave_doc and qtoctave-utils in qtoctave datadir
Patch0:         qtoctave-doc-path.patch
# fix *.m filters in file dialogs (debian#620062, patch by Sébastien Villemot)
Patch1:         qtoctave-0.10.1-filedialog-filters.patch
# fix crash when closing a dock tool within the first 5 seconds (#722986)
# (a NULL pointer dereference caused by a race condition between the user
# closing the tool and the timer setting the initial positions, prevented by
# using a QWeakPointer<QWidget> instead of a raw QWidget *)
Patch2:         qtoctave-0.10.1-initialposition.patch
# fix Octave help not working (#737297)
# (system(command, 1, "async"); is nonsense, use system(command, 0, "async");)
Patch3:         qtoctave-0.10.1-qtinfo.patch
Patch4:		no-native-menubars.patch

Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
Requires:	octave >= 3.2.0
Requires:	octave-doc >= 3.2.0
BuildRequires:  cmake
BuildRequires:  desktop-file-utils
BuildRequires:  qt4-devel
%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Besides offering an attractive front-end to GNU Octave, an
environment for numerical computation highly compatible with MATLAB,
QtOctave currently also features matrix data entry and display and
some GUI shortcuts to frequently used Octave functions.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .doc-path
%patch1 -p1 -b .filedialog-filters
%patch2 -p1 -b .initialposition
%patch3 -p1 -b .qtinfo
%patch4 -p1

find xmlwidget/qt4/src/ -type f -exec chmod a-x {} \;
find easy_plot/src/ -type f -exec chmod a-x {} \;


%build
cmake "-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}"
%make

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR="$RPM_BUILD_ROOT"


%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%defattr(-,root,root,-)
%doc readme.txt leeme.txt LICENSE_GPL.txt
%{_bindir}/*
%{_datadir}/%{name}/*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/64x64/apps/*
%exclude %{_datadir}/doc/octave-html



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.1-2
+ Revision: 535ed42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7145 |14cr|qtparted-0.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with qt_embedded
%bcond_with kapabilities

%define with_kapabilities 1
%define debug_package %{nil}

Name:		qtparted
Version:	0.6.0
Release:	3
Summary:	Graphical Partitioning Tool
License:	GPL
Group:		System/Kernel and hardware
URL:		http://qtparted.sf.net/
Source:		http://freefr.dl.sourceforge.net/project/qtparted/qtparted-%version/qtparted-%version.tar.xz
Source10:	qtparted.pamd
Source11:	qtparted.pam
Patch0:		qtparted-desktop.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libparted)
Requires:	qtparted-data = %{version}-%{release}
Provides:	%{name}-ui = %{version}-%{release}

%description
QtParted is a graphical partition editor, similar to PartitionMagic(tm).

%package data
Summary:	Data files common to qtparted and qtparted-nox
Group:		System/Kernel and hardware
BuildArch:	noarch
Requires:	%{name}-ui = %{version}-%{release}

%description data
Data files common to qtparted and qtparted-nox.

%package nox
Summary:	A version of the QtParted partition editor that runs without X11
Group:		System/Kernel and hardware
Requires:	%{name}-data = %{version}-%{release}
Provides:	%{name}-ui = %{version}-%{release}

%description nox
A version of the QtParted partition editor that runs without X11.

%prep
%setup -q
%patch0 -p0

%build
# Actual build happens in %%install so we can install 2 different copies
# (linked against Qt-X11 and Qt-Embedded)

%install
%if %{with qt_embedded}
cmake -DQT_QMAKE_EXECUTABLE=%{_libdir}/qt4-embedded/bin/qmake -DQT_RPATH:BOOL=TRUE -DCMAKE_INSTALL_PREFIX=%{_prefix} .
%make

%makeinstall_std
make clean
find . -name "CMakeCache.txt" |xargs rm -f
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}-nox
%endif

cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} .
#cmake_qt4
%make

%makeinstall_std

%if %{with kapabilities}
# pam/kapabilities support
mkdir -p %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/* %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_bindir}
ln -s consolehelper %{buildroot}%{_bindir}/qtparted
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -m 644 -D %{SOURCE10} %{buildroot}%{_sysconfdir}/pam.d/qtparted
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
install -m 644 -D %{SOURCE11} %{buildroot}%{_sysconfdir}/security/console.apps/qtparted
%endif

%files
%if %{with kapabilities}
%{_sbindir}/qtparted
%config(noreplace) %{_sysconfdir}/pam.d/*
%config(noreplace) %{_sysconfdir}/security/console.apps/*
%endif
%{_bindir}/*
%{_datadir}/applications/*

%files data
%{_datadir}/%{name}
%{_datadir}/pixmaps/*

%if %{with qt_embedded}
%files nox
%{_sbindir}/qtparted-nox
%endif


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-3
+ Revision: c343f41
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7146 |14cr|QtPixmap-0.28-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		QtPixmap
Version:	0.28
Release:	8
Epoch:		0
Summary:	GTK engine
Url:		http://www.kde-look.org/content/show.php?content=7043
Source0:	%{name}-%{version}.tar.bz2
License:	GPL
Group:		Graphical desktop/Other
BuildRequires:	gtk+-devel
BuildRequires:	gtk+2-devel
BuildRequires:	libgdkimlib-devel
Conflicts:	Geramik < 0:0.26
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
This is a hacked/modifed version of the original GTK pixmap engine -
which has been modified to obtain widget colours and fonts from
~/.qt/qtrc. This means that GTK apps should follow the KDE color
scheme.

%prep
%setup -q

%build
%{configure2_5x}
%{make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}

# remove unpackaged files
%{__rm} %{buildroot}%{_libdir}/gtk/themes/engines/*.la %{buildroot}%{_libdir}/gtk-2.0/*/engines/*.la

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README Usage
%defattr(-,root,root)
%{_libdir}/gtk/themes/engines/libqtpixmap.so
%{_libdir}/gtk-2.0/*/engines/libqtpixmap.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.28-8
+ Revision: 08150d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7147 |14cr|qtractor-0.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package          %{nil}

Name:       qtractor
Version:    0.6.1
Release:    2
Summary:    An Audio/MIDI multi-track sequencer
License:    GPLv2+
Group:      Sound
Source0:    http://softlayer-dal.dl.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
URL:        http://qtractor.sourceforge.net/
BuildRequires:  qt4-devel
BuildRequires:  pkgconfig(jack)
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(sndfile)
BuildRequires:  pkgconfig(vorbis)
BuildRequires:  pkgconfig(mad)
BuildRequires:  pkgconfig(samplerate)
BuildRequires:  pkgconfig(rubberband)
BuildRequires:  pkgconfig(liblo)
BuildRequires:  ladspa-devel
BuildRequires:  pkgconfig(dssi)
BuildRequires:  pkgconfig(suil-0)
BuildRequires:  pkgconfig(lilv-0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  desktop-file-utils

Requires:       dssi
Requires:       ladspa
Requires:       suil-gtk2-in-qt4
Requires:       suil-x11-in-qt4

%description
Qtractor is an Audio/MIDI multi-track sequencer application
written in C++ around the Qt4 toolkit using Qt Designer.

The initial target platform will be Linux, where the Jack Audio
Connection Kit (JACK) for audio, and the Advanced Linux Sound
Architecture (ALSA) for MIDI, are the main infrastructures to
evolve as a fairly-featured Linux Desktop Audio Workstation GUI,
specially dedicated to the personal home-studio.

%prep
%setup -q
chmod -x src/qtractorMmcEvent.*

%build
%configure --enable-lilv --enable-suil --localedir=%{_localedir}/%{name}

%make

%install
%makeinstall DESTDIR=%{buildroot}
# Fix the .desktop file by removing
# 2 non-Mdv key and 2 non-standard categories
desktop-file-install \
    --remove-key="X-SuSE-translate" \
    --remove-key="Version" \
    --remove-category="MIDI" \
    --remove-category="ALSA" \
    --remove-category="JACK" \
    --add-category="Midi" \
    --add-category="X-MandrivaLinux-Sound" \
    --dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-qt

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/icons/hicolor/32x32/mimetypes/*.png
%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg
%{_datadir}/mime/packages/%{name}.xml




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-2
+ Revision: f0203bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7148 |14cr|qt-recordmydesktop-0.3.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname recordMyDesktop
%define qtoname qt-%{oname}

Summary:	Qt4 frontend for recordmydesktop
Name:		qt-recordmydesktop
Version:	0.3.8
Release:	8
License:	GPLv2+
Group:		Video
Url:		http://recordmydesktop.sourceforge.net
Source0:	http://downloads.sourceforge.net/recordmydesktop/%{name}-%{version}.tar.bz2
Source1:	qt-recordmydesktop_ru-0.3.8.po
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	python-qt4
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(python)
Requires:	recordmydesktop >= %{version}
Requires:	python-qt4-gui
Requires:	sip-api(%{sip_api_major}) = %{sip_api}
BuildArch:	noarch

%description
Qt4 frontend for recordmydesktop tool.

%files -f %{qtoname}.lang
%doc AUTHORS ChangeLog README
%attr(755,root,root) %{_bindir}/*
%{py_sitedir}/qt_%{oname}/
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.*g
%{_iconsdir}/hicolor/*/apps/*

#----------------------------------------------------------------------------

%prep
%setup -q
cp %{SOURCE1} po/ru.po

%build
%configure2_5x
%make

%install
%makeinstall_std

#(tpg) drop icon extension
sed -i -e 's/^Icon=%{name}.png$/Icon=%{name}/g' %{buildroot}%{_datadir}/applications/*

desktop-file-install \
	--add-category='Video;Qt' \
	--add-only-show-in='KDE' \
	--dir=%{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*.desktop

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64,scalable}/apps
convert src/%{name}.png -scale 16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert src/%{name}.png -scale 32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert src/%{name}.png -scale 48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m 644 src/%{name}.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -m 644 src/%{name}.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

%find_lang %{qtoname}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.8-8
+ Revision: ad83eb8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7149 |14cr|qtrsync-alpha.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	AppName	QtRsync

Name:		qtrsync
Version:	alpha.0.1
Release:	4
License:	GPLv2+
URL:		http://www.qt-apps.org/content/show.php/QtRsync?content=75828
BuildRoot:	%{_tmppath}/%{AppName}-%{version}-%{release}-build
Source:		%{AppName}-%{version}.tar.gz
BuildRequires:	qt4-devel
Requires:	rsync
Group:		Networking/WWW
Summary:	Qt4 rsync GUI

%description
QtRsync is a simple qt-based GUI for the rsync tool.

%prep
%setup -q -n %{AppName}-%{version}

%build
%qmake_qt4 PREFIX=%_prefix 
%make

%install
rm -fr %buildroot
make install INSTALL_ROOT=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc INSTALL
%{_bindir}/qtrsync
%{_datadir}/applications/qtrsync.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> alpha.0.1-4
+ Revision: ade269b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7150 |14cr|qtsingleapplication-2.6.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %nil
# Upstream uses weird versioning convention
%define upstreamver 2.6_1
%define version %(echo %upstreamver | sed 's!_!.!' )

%define libname_major 1
%define libname_core_major 1
%define libname %mklibname %name %libname_major
%define libname_core %mklibname qtsinglecoreapplication %libname_core_major
%define libname_devel %mklibname %name -d
%define libname_core_devel %mklibname qtsinglecoreapplication -d

Summary:	Qt library to start applications only once per user
Name:		qtsingleapplication
Version:	%{version}
Release:	7
Group:		Development/KDE and Qt
License:	GPLv3 or LGPLv2 with exceptions
URL:		http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Utilities/qtsingleapplication
Source0:	http://get.qt.nokia.com/qt/solutions/lgpl/qtsingleapplication-%{upstreamver}-opensource.tar.gz
# The following source and 2 patches are sent upstream:
# http://bugreports.qt.nokia.com/browse/QTSOLBUG-119
# To add qmake support for convenience for packages using this library:
Source1:	qtsingleapplication.prf
Source2:	qtsinglecoreapplication.prf

# Don't build examples, Include qtsinglecoreapplication library in the build:
Patch0:		qtsingleapplication-build.diff
# The library includes a duplicate of qtlockedfile. We link to it dynamically instead:
Patch1:		qtsingleapplication-dont-bundle-external-libs.patch
# Additional API for building clementine
# http://bugreports.qt.nokia.com/browse/QTSOLBUG-133
Patch2:		qtsingleapplication-add-api.patch
# gcc-4.7 compilation fix
Patch3:		qtsingleapplication-gcc47.patch

BuildRequires:	qt4-devel
BuildRequires:	qtlockedfile-devel

%description
For some applications it is useful or even critical that they are started
only once by any user. Future attempts to start the application should
activate any already running instance, and possibly perform requested
actions, e.g. loading a file, in that instance.

The QtSingleApplication class provides an interface to detect a running
instance, and to send command strings to that instance.

#--------------------------------------------------------------------

%package	-n %libname
Summary:	Qt library to start applications only once per user
Group:		Development/KDE and Qt

%description	-n %libname
For some applications it is useful or even critical that they are started
only once by any user. Future attempts to start the application should
activate any already running instance, and possibly perform requested
actions, e.g. loading a file, in that instance.

The QtSingleApplication class provides an interface to detect a running
instance, and to send command strings to that instance.

This is the library package for QtSingleApplication.

%files -n %libname
%{_qt_libdir}/lib*SingleApplication*.so.%{libname_major}*

#--------------------------------------------------------------------

%package	-n %libname_devel
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{version}-%{release}
Provides:	qtsingleapplication-devel = %{version}-%{release}

%description	-n %libname_devel
This package contains libraries and header files for developing applications
that use QtSingleApplication.

%files -n %libname_devel
%doc LGPL_EXCEPTION.txt LICENSE.* README.TXT
%doc doc examples
%{_qt_libdir}/lib*SingleApplication*.so
%dir %{_qt_includedir}/QtSolutions/
%{_qt_includedir}/QtSolutions/QtSingleApplication
%{_qt_includedir}/QtSolutions/%{name}.h
%{_qt_datadir}/mkspecs/features/%{name}.prf

#--------------------------------------------------------------------

%package	-n %libname_core
Summary:	Qt library to start applications only once per user
Group:		Development/KDE and Qt

%description	-n %libname_core
For some applications it is useful or even critical that they are started
only once by any user. Future attempts to start the application should
activate any already running instance, and possibly perform requested
actions, e.g. loading a file, in that instance.

For console (non-GUI) applications, the QtSingleCoreApplication variant
is provided, which avoids dependency on QtGui.

This is the library package for QtSingleCoreApplication.

%files -n %libname_core
%{_qt_libdir}/lib*SingleCoreApplication*.so.%{libname_core_major}*

#--------------------------------------------------------------------

%package	-n %libname_core_devel
Summary:	Development files for qtsinglecoreapplication
Group:		Development/KDE and Qt
Requires:	%libname_core = %{version}-%{release}
Provides:	qtsinglecoreapplication-devel = %{version}-%{release}

%description -n %libname_core_devel
This package contains libraries and header files for developing applications
that use QtSingleCoreApplication.

%files -n %libname_core_devel
%doc LGPL_EXCEPTION.txt LICENSE.*
%{_qt_libdir}/lib*SingleCoreApplication*.so
%dir %{_qt_includedir}/QtSolutions/
%{_qt_includedir}/QtSolutions/QtSingleCoreApplication
%{_qt_includedir}/QtSolutions/qtsinglecoreapplication.h
%{_qt_datadir}/mkspecs/features/qtsinglecoreapplication.prf

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{upstreamver}-opensource
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1


# (Fedora) We already disabled bundling this extrenal library.
# But just to make sure:
rm src/{QtLocked,qtlocked}*


%build
touch .licenseAccepted
# Does not use GNU configure
./configure -library
%qmake_qt4
%make

%install
# libraries
mkdir -p %{buildroot}%{_qt_libdir}
cp -a lib/* %{buildroot}%{_qt_libdir}
chmod 755 %{buildroot}%{_qt_libdir}/*.so.*.*.*

# headers
mkdir -p %{buildroot}%{_qt_includedir}/QtSolutions
cp -a \
    src/qtsingleapplication.h \
    src/QtSingleApplication \
    src/qtsinglecoreapplication.h \
    src/QtSingleCoreApplication \
    %{buildroot}%{_qt_includedir}/QtSolutions

mkdir -p %{buildroot}%{_qt_datadir}/mkspecs/features
cp -a %{SOURCE1} %{SOURCE2} %{buildroot}%{_qt_datadir}/mkspecs/features/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.1-7
+ Revision: 105ed9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7151 |14cr|qtsixa-1.5.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	QtSixA

%define udev_rulesd     /lib/udev/rules.d

Name:		qtsixa
Version:	1.5.1
Release:	8
Summary:	The Sixaxis Joystick Manager
License:	GPLv2
Group:		System/Configuration/Hardware
Url:		http://qtsixa.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{oname}%20%{version}/%{oname}-%{version}-src.tar.xz
Source1:	sixad.service
Patch0:		qtsixa-1.5.1-gcc4.7.patch
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	python-qt4-devel
Requires:	sixad = %{version}-%{release}
Requires:	python-qt4
Requires:	python-dbus
Requires:	libnotify
Requires:	bluez
Requires:	bluez-hcidump
Requires:	xdg-utils
Requires:	x11-driver-input-joystick
BuildRequires: systemd
Requires(preun): systemd
Requires(post): systemd

%description
This package provides a useful GUI to control the sixad modules.

QtSixA is written in PyQt.

%package -n sixad
Summary:	[Qt]SixA Daemon
Group:		Development/C
Requires(post):		rpm-helper
Requires(preun):	rpm-helper

%description -n sixad
This package provides the modules (called 'sixad') for connecting PS3 hardware
(Sixaxis/DualShock3 and Keypads) to a Linux-compatible machine.

Currently sixad supports:
 - Sixaxis buttons, axis, accelerometers and LEDs
 - PS3 Keypads

sixad also registers the Sixaxis and Keypad's MAC/ID in the joystick name
(ex: "PLAYSTATION(R)3 Controller (00:XX:X0:0X:XX)".

sixad is triggered by udev, making it super easy to connect new devices
(you just need to press the PS button).

%prep
%setup -q -n QtSixA-1.5.1
%patch0 -p1

%build
%make

%install
%makeinstall_std
install -d %{buildroot}%{_unitdir}
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/sixad.service

#symlink
pushd %{buildroot}%{_datadir}/%{name}
	ln -s %{_sysconfdir}/qtsixa.conf .
popd

%post -n sixad
%systemd_post sixad.service

%preun -n sixad
%systemd_preun sixad.service

%postun -n sixad
%systemd_postun_with_restart sixad.service

%files
%{_bindir}/sixad-*
%{_bindir}/qtsixa
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm

%files -n sixad
%config(noreplace) %{_sysconfdir}/default/sixad
%{_sbindir}/sixad-*
%{_sbindir}/hidraw-dump
%{_sbindir}/sixpair
%{_sbindir}/sixpair-kbd
%{_bindir}/sixad
%{_unitdir}/sixad.service
%{_sysconfdir}/init.d/sixad
%{_sysconfdir}/logrotate.d/sixad


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-8
+ Revision: 3d795b8
- Fix service file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7152 |14cr|quaddouble-2.3.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define devname	%mklibname -d -s qd

%define debug_package %{nil}

Epoch:		1
Name:		quaddouble
Group:		Sciences/Mathematics
License:	BSD
Summary:	Double-Double and Quad-Double Arithmetic
Version:	2.3.12
Release:	2
Source0:	http://crd.lbl.gov/~dhbailey/mpdist/qd-%{version}.tar.gz
URL:		http://www.cs.berkeley.edu/~yozo/

%description
This package provides numeric types of twice the precision of IEEE
double (106 mantissa bits, or approximately 32 decimal digits) and
four times the precision of IEEE double (212 mantissa bits, or
approximately 64 decimal digits).  Due to features such as operator
and function overloading, these facilities can be utilized
with only minor modifications to conventional C++ and Fortran-90
programs.

%package	-n %{devname}
Group:		Development/C++
Summary:	Double-Double and Quad-Double Arithmetic
Provides:	qd-static-devel = %{version}-%{release}

%description	-n %{devname}
This package provides numeric types of twice the precision of IEEE
double (106 mantissa bits, or approximately 32 decimal digits) and
four times the precision of IEEE double (212 mantissa bits, or
approximately 64 decimal digits).  Due to features such as operator
and function overloading, these facilities can be utilized
with only minor modifications to conventional C++ and Fortran-90
programs.

%prep
%setup -q -n qd-%{version}

%build
%configure --enable-fortran=no
%make CXXFLAGS='%{optflags} -fPIC'

%install
%makeinstall_std
rm -fr %{buildroot}%{_libdir}/qd

%files	-n %{devname}
%{_bindir}/qd-config
%dir %{_includedir}/qd
%{_includedir}/qd/*
%doc %dir %{_datadir}/doc/qd
%doc %{_datadir}/doc/qd/*
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.3.12-2
+ Revision: e317b48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7153 |14cr|quadkonsole4-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	quadkonsole4
%define version	0.2.1
Summary:	QuadKonsole - multiple Konsoles in one window
Name:		%{name}
Version:	%{version}
Release:	2
License:	GPLv2+
Group:		Terminals
URL:		http://kde-apps.org/content/show.php/QuadKonsole4?content=141069&PHPSESSID=0d2c6837c693192c7a288f988e6cfb21
Source0:	quadkonsole4-%{version}.tar.lzma
BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires:	kdelibs4-devel


%description
QuadKonsole embeds Konsole kparts in a grid layout. 


%prep
%setup -q

%build

%cmake_kde4 
%make


%install
rm -rf $RPM_BUILD_ROOT

%{makeinstall_std} -C build



%if %mdkversion < 200900
%post
%update_menus
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%clean_icon_cache hicolor
%endif 

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc INSTALL COPYING NEWS AUTHORS ChangeLog 
%_kde_datadir/doc/HTML/en/quadkonsole4/common  
%_kde_datadir/doc/HTML/en/quadkonsole4/index.cache.bz2  
%_kde_datadir/doc/HTML/en/quadkonsole4/index.docbook
%{_bindir}/%{name}
%_kde_datadir/applications/kde4/*.desktop
%_kde_datadir/apps/%{name}/quadkonsole4ui.rc
%_kde_datadir/config.kcfg/*
%_kde_iconsdir/*/*/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: 6f9134e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7154 |14cr|quagga-0.99.22.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

# configure options
%define	with_snmp	0
%define	with_vtysh	1
%define	with_ospf_te	1
%define	with_opaque_lsa	1
%define	with_tcp_zebra	0
%define	with_vtysh	1
%define	with_pam	1
%define	with_ipv6	1
%define	with_ospfclient	0
%define	with_ospfapi	0
%define	with_irdp	1
%define	with_isisd	1
%define	with_multipath	64
%define	quagga_user	quagga
%define	vty_group	quaggavt

# path defines
%define	zeb_src		%{_builddir}/%{name}-%{version}
%define	zeb_rh_src	%{zeb_src}/redhat
%define	zeb_docs	%{zeb_src}/doc

%define major 0
%define libospf %mklibname ospf %{major}
%define libzebra %mklibname zebra %{major}
%define devname %mklibname %{name} -d

Summary:	Routing daemon
Name:		quagga
Version:	0.99.22.4
Release:	1
License:	GPLv2+
Group:		System/Servers
Url:		http://www.quagga.net
Source0:	http://download.savannah.gnu.org/releases/quagga/%{name}-%{version}.tar.xz
Source1:	http://download.savannah.gnu.org/releases/quagga/%{name}-%{version}.tar.asc
Source2:	%{name}-tmpfiles.conf
Source10:	babeld.service
Source11:	ripngd.service
Source12:	ospf6d.service
Source13:	isisd.service
Source14:	ospfd.service
Source15:	ripd.service
Source16:	bgpd.service
Source17:	zebra.service
Source18:	watchquagga.service
# patch to ignore netlik message not coing from kernel
# not sure if this is still needed
# likely related to http://osvdb.org/show/osvdb/55382
# to be sent upstream
Patch0:		quagga-0.99.11-netlink.patch
Patch1:		quagga-0.99.22.4-readline6.3.patch
BuildRequires:	chrpath
BuildRequires:	systemd-units
BuildRequires:	texi2html
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	pam-devel
BuildRequires:	pcap-devel
%if %{with_snmp}
Requires:	net-snmp-mibs
BuildRequires:	net-snmp-devel
BuildRequires:	pkgconfig(openssl)
%endif
%if %{with_vtysh}
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
%endif
Requires(post):		systemd
Requires(pre,post,preun,postun):	rpm-helper

%description
Quagga is a free software that manages TCP/IP based routing
protocol. It takes multi-server and multi-thread approach to resolve
the current complexity of the Internet.

Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng.

Quagga is intended to be used as a Route Server and a Route Reflector. It is
not a toolkit, it provides full routing power under a new architecture.
Quagga by design has a process for each protocol.

Quagga is a fork of GNU Zebra.

%files
%doc */*.sample* AUTHORS COPYING doc/quagga.html doc/mpls
%doc ChangeLog INSTALL NEWS README REPORTING-BUGS SERVICES TODO
#
%dir %attr(0751,%{quagga_user},%{quagga_user}) %{_sysconfdir}/quagga
%dir %attr(0750,%{quagga_user},%{quagga_user}) /var/log/quagga
%{_tmpfilesdir}/%{name}.conf
#
%attr(0640,%{quagga_user},%{vty_group}) %config(noreplace) %{_sysconfdir}/quagga/vtysh.conf*
#
%config(noreplace) %{_sysconfdir}/pam.d/quagga
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/*
%config(noreplace) %{_sysconfdir}/sysconfig/quagga
%config(noreplace) %{_sysconfdir}/quagga/bgpd.conf*
%config(noreplace) %{_sysconfdir}/quagga/ospf6d.conf*
%config(noreplace) %{_sysconfdir}/quagga/ospfd.conf*
%config(noreplace) %{_sysconfdir}/quagga/ripd.conf*
%config(noreplace) %{_sysconfdir}/quagga/ripngd.conf*
%config(noreplace) %{_sysconfdir}/quagga/zebra.conf*
%config(noreplace) %{_sysconfdir}/quagga/babeld.conf*
#
%{_unitdir}/*.service
#
%{_sbindir}/bgpd
%{_sbindir}/ospf6d
%if %{with_ospfclient}
%{_sbindir}/ospfclient
%endif
%{_sbindir}/ospfd
%{_sbindir}/ripd
%{_sbindir}/ripngd
%{_sbindir}/watchquagga
%{_sbindir}/zebra
%{_sbindir}/babeld
#
%if %{with_vtysh}
%{_bindir}/vtysh
%attr(0644,root,root) %{_mandir}/man1/vtysh.1*
%endif
#
%if %{with_isisd}
%{_sbindir}/isisd
%attr(0644,root,root) %{_mandir}/man8/isisd.8*
%config(noreplace) %{_sysconfdir}/quagga/isisd.conf*
%endif
#
%attr(0644,root,root) %{_mandir}/man8/bgpd.8*
%attr(0644,root,root) %{_mandir}/man8/ospf6d.8*
%attr(0644,root,root) %{_mandir}/man8/ospfd.8*
%attr(0644,root,root) %{_mandir}/man8/ripd.8*
%attr(0644,root,root) %{_mandir}/man8/ripngd.8*
%attr(0644,root,root) %{_mandir}/man8/zebra.8*
%if %{with_ospfclient}
%attr(0644,root,root) %{_mandir}/man8/ospfclient.8*
%endif
%attr(0644,root,root) %{_mandir}/man8/watchquagga.8*
%{_infodir}/*info*

%pre
# add vty_group
%_pre_groupadd %{vty_group}
# add quagga user and group
%_pre_useradd %{quagga_user} %{_localstatedir}/lib /sbin/nologin

%post
systemd-tmpfiles --create %{name}.conf
%_post_service zebra
%_post_service ripd
%if %{with_ipv6}
%_post_service ospf6d
%_post_service ripngd
%endif
%_post_service ospfd
%_post_service bgpd
%_post_service watchquagga

# Create dummy files if they don't exist so basic functions can be used.
if [ ! -e %{_sysconfdir}/quagga/zebra.conf ]; then
	echo "hostname `hostname`" > %{_sysconfdir}/quagga/zebra.conf
	chown %{quagga_user}:%{quagga_user} %{_sysconfdir}/quagga/zebra.conf
	chmod 640 %{_sysconfdir}/quagga/zebra.conf
fi
if [ ! -e %{_sysconfdir}/quagga/vtysh.conf ]; then
	touch %{_sysconfdir}/quagga/vtysh.conf
	chmod 640 %{_sysconfdir}/quagga/vtysh.conf
fi

%preun
%_preun_service zebra
%_preun_service ripd
%if %{with_ipv6}
%_preun_service ripngd
%endif
%_preun_service ospfd
%if %{with_ipv6}
%_preun_service ospf6d
%endif
%_preun_service bgpd
%_preun_service watchquagga

%postun
%_postun_userdel %{quagga_user}

#----------------------------------------------------------------------------

%package contrib
Summary:	Tools for quagga
Group:		System/Servers

%description contrib
Contributed/3rd party tools which may be of use with quagga.

%files contrib
%doc tools

#----------------------------------------------------------------------------

%package -n %{libospf}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}quagga0 < 0.99.22.4
Obsoletes:	%{_lib}quagga0 < 0.99.22.4

%description -n %{libospf}
This package provides the shared library for name.

%files -n %{libospf}
%{_libdir}/libospf.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libzebra}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}quagga0 < 0.99.22.4

%description -n %{libzebra}
This package provides the shared library for name.

%files -n %{libzebra}
%{_libdir}/libzebra.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header and object files for quagga development
Group:		Development/C
Requires:	%{libospf} = %{EVRD}
Requires:	%{libzebra} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The quagga-devel package contains the header and object files necessary for
developing OSPF-API and quagga applications.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/quagga/

#----------------------------------------------------------------------------

%prep
%setup  -q
%patch0 -p1 -b .netlink~
%patch1 -p1 -b .readline63~

%build
export CFLAGS="%{optflags} -fPIC"

%serverbuild
autoreconf -fi
%configure2_5x \
	--sysconfdir=%{_sysconfdir}/quagga \
	--localstatedir=/run/quagga \
%if %{with_ipv6}
	--enable-ipv6 \
%endif
%if %{with_snmp}
	--enable-snmp \
%endif
%if %{with_multipath}
	--enable-multipath=%{with_multipath} \
%endif
%if %{with_tcp_zebra}
	--enable-tcp-zebra \
%endif
%if %{with_opaque_lsa}
	--enable-opaque-lsa \
%endif
%if %{with_ospf_te}
	--enable-ospf-te \
%endif
%if %{with_vtysh}
	--enable-vtysh \
%endif
%if %{with_ospfclient}
	--enable-ospfclient=yes \
%else
	--enable-ospfclient=no\
%endif
%if %{with_ospfapi}
	--enable-ospfapi=yes \
%else
	--enable-ospfapi=no \
%endif
%if %{with_irdp}
	--enable-irdp=yes \
%else
	--enable-irdp=no \
%endif
%if %{with_isisd}
	--enable-isisd \
%else
	--disable-isisd \
%endif
%if %{with_pam}
	--with-libpam \
%endif
	--enable-user=%{quagga_user} \
	--enable-group=%{quagga_user} \
	--enable-vty-group=%{vty_group} \
	--with-cflags="%{optflags}" \
	--enable-netlink

%make MAKEINFO="makeinfo --no-split"

pushd doc
	texi2html quagga.texi
popd

%install
# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/pam.d
install -d %{buildroot}/var/log/quagga
install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -d %{buildroot}%{_infodir}

%makeinstall_std

# Remove this file, as it is uninstalled and causes errors when building on RH9
rm -rf %{buildroot}/usr/share/info/dir

mkdir -p %{buildroot}%{_unitdir}

install -m 644 %{SOURCE16} %{buildroot}%{_unitdir}
install -m 644 %{SOURCE17} %{buildroot}%{_unitdir}
install -m 644 %{SOURCE14} %{buildroot}%{_unitdir}
install -m 644 %{SOURCE15} %{buildroot}%{_unitdir}
install -m 644 %{SOURCE18} %{buildroot}%{_unitdir}
%if %{with_ipv6}
install -m 644 %{SOURCE11} %{buildroot}%{_unitdir}
install -m 644 %{SOURCE12} %{buildroot}%{_unitdir}
%endif
%if %{with_isisd}
install -m 644 %{SOURCE13} %{buildroot}%{_unitdir}
%endif

install -m644 %{zeb_rh_src}/quagga.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/quagga
install -m644 %{zeb_rh_src}/quagga.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/quagga

# fix conditional pam config file
install -m644 %{zeb_rh_src}/quagga.pam %{buildroot}%{_sysconfdir}/pam.d/quagga

# nuke rpath
chrpath -d %{buildroot}%{_bindir}/*
chrpath -d %{buildroot}%{_sbindir}/*

rm -f %{buildroot}%{_libdir}/*.*a


%changelog
* Thu Aug 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.99.22.4-1
+ Revision: a2c9871
- Add patch to fix build with readline 6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7155 |14cr|quarry-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.2.0
%define rel	1
%define release %mkrel %rel

Summary:	GUI Frontend of Go, Amazons and Othello
Name:		quarry
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		Games/Boards
URL:		http://home.gna.org/quarry/
Source0:	http://download.gna.org/%{name}/%{name}-%{version}.tar.gz
Source1:	http://download.gna.org/%{name}/%{name}-%{version}.tar.gz.sig
Patch0:		quarry-0.2.0-fix-str-fmt.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	scrollkeeper
BuildRequires:	desktop-file-utils
Requires(post,postun):		scrollkeeper

%description
Quarry is a multi-purpose GUI for several board games, at present Go,
Amazons and Othello. It allows users to play against computer players
(third-party programs, e.g. GNU Go) or other humans, view and edit
game records. Future versions will also support Internet game servers
(like NNGS, a Go server) and provide certain features for developers
of board game-playing engines for enhancing their programs.


%prep
%setup -q
%patch0 -p0

%build
%configure --bindir=%{_gamesbindir}
%make

%install
%makeinstall_std

# Fix desktop file
sed -i -e 's/%{name}.png/%{name}/' \
	%{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install \
	--remove-key=Encoding \
	--remove-key=Version \
	--remove-category=Application \
	--add-category=X-MandrivaLinux-MoreApplications-Games-Boards \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS COPYING COPYING-DOC ChangeLog NEWS README
%doc THANKS TODO
%{_gamesbindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/applications/%{name}.desktop

%changelog
* Wed Nov 07 2012 Alexander Khryukin <alexander@mezon.ru> 0.2.0-1
+ Revision: cbe7efc
- contrib fixing



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7156 |14cr|quasi88-0.6.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:         quasi88
License:      GPL
Group:        Emulators
Version:      0.6.3
Release:      4
Summary:      NEC PC-8801 Emulator
URL:          http://www.117.ne.jp/~show/pc8801/pc88emu.html
Source0:      http://www.117.ne.jp/~show/pc8801/%name-%version.tgz
Patch0:       %name-compile.patch
Patch1:       %name-rpmlint.patch
Patch2:       %name-Werror.patch
BuildRequires: SDL-devel gcc-c++

%description
Needs ROM images in ~/.quasi88/rom. You can use the corresponding MESS rom set
(pc88srl.zip).

%prep
%setup
%patch0 -p1 -b .config~
%patch1 -p0 -b .rpmlint~
%patch2 -p1 -b .Werror~

%build
CFLAGS="$RPM_OPT_FLAGS" make \
%ifarch %ix86 x86_64 ia64 %arm
LSB_FIRST=1
%else

%endif
cd tools
make CFLAGS="$RPM_OPT_FLAGS"

%install
install -D -m 755 quasi88.sdl %{buildroot}%{_bindir}/quasi88
install -m 755 tools/*88 %{buildroot}%{_bindir}

%files
%defattr(-,root,root)
%doc document/* *.ini *.rc tools/*.txt
%{_bindir}/*88




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.3-4
+ Revision: 418f5f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7157 |14cr|qucs-0.0.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}

# %define svn 1842

Summary:	An integrated circuit simulator
Name:		qucs
Version:	0.0.17
Release:	2
License:	QPL
Group:		Sciences/Other
Url:		http://qucs.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
Patch0:		qucs-0.0.17-format-security.patch
BuildRequires:	adms
BuildRequires:	flex
BuildRequires:	bison
BuildRequires:	qt4-devel
BuildRequires:	imagemagick

%description
Qucs is going to be an integrated circuit simulator which means you will be
able to setup a circuit with a graphical user interface (GUI) and simulate the
large-signal, small-signal and noise behaviour of the circuit. After that
simulation has finished you can present the simulation results on a
presentation page or window.

%prep
%setup -q
%apply_patches

%build
autoreconf -vfi
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_miconsdir} %{buildroot}%{_iconsdir} %{buildroot}%{_liconsdir}
convert -resize 16x16 qucs/bitmaps/ysmith.png %{buildroot}%{_miconsdir}/%{name}.png
convert -resize 32x32 qucs/bitmaps/ysmith.png %{buildroot}%{_iconsdir}/%{name}.png
convert -resize 48x48 qucs/bitmaps/ysmith.png %{buildroot}%{_liconsdir}/%{name}.png
chmod 644 %{buildroot}%{_miconsdir}/%{name}.png
chmod 644 %{buildroot}%{_iconsdir}/%{name}.png
chmod 644 %{buildroot}%{_liconsdir}/%{name}.png

# add menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=An integrated circuit simulator
Comment[ru]=Симулятор электрических цепей
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Electricity;Science;X-MandrivaLinux-MoreApplications-Sciences-Electricity;
EOF

%files
%doc README
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man?/*
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.17-2
+ Revision: 075caeb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7158 |14cr|quesoglc-0.7.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:		quesoglc
Version:	0.7.2
Release:	4
Summary:	The OpenGL Character Renderer

Group:		System/Libraries
License:	LGPLv2+
URL:		http://quesoglc.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}-free.tar.bz2
Patch0:		quesoglc-0.7.2-glew-mx.patch
Patch1:		quesoglc-0.7.2-doxyfile.patch

BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xi)
BuildRequires:	doxygen

%description
The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL
programs with character rendering services via an application programming
interface (API).

%package -n	%{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL
programs with character rendering services via an application programming
interface (API).

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package provides the libraries, include files, and other resources needed
for developing GLC applications.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
rm -f include/GL/{glxew,wglew,glew}.h
ln -s %{_includedir}/GL/{glxew,wglew,glew}.h include/GL/
rm -rf src/fribidi

%build
%configure2_5x --disable-static
%make
pushd docs
doxygen
popd

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libGLC.so.%{major}*

%files -n %{develname}
%doc AUTHORS ChangeLog COPYING README THANKS docs/html
%{_includedir}/GL/glc.h
%{_libdir}/libGLC.so
%{_libdir}/pkgconfig/quesoglc.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.2-4
+ Revision: d4126ae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7159 |14cr|quickly-12.08.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		quickly
Summary:	Command line tools to ease the creation of a new project
Version:	12.08.1
Release:	2
License:	GPLv3
Group:		Development/Other
URL:		https://launchpad.net/quickly
Source0:	http://launchpad.net/quickly/0.x/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildRequires:	python-distutils-extra >= 2.18
BuildRequires:	intltool
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildArch:	noarch


%description
Quickly helps you create software programs (and other things) quickly. You 
can select from a set of application templates and use some simple quickly 
commands to create, edit code and GUI, and publish your software for others 
to use. Quickly's templates are easy to write. So if you are a fan of 
language foo, you can create a foo-project template. Or if you want to 
help people making plugins for your killer app, you can make a 
killer-app-plugin template. You can even create a template for managing 
corporate documents, creating your awesome LaTeX helpers.

%prep
%setup -q

%build

%install
python setup.py install --root=%{buildroot}
%find_lang %{name}

%files -f %{name}.lang
%doc NEWS README
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/*.xml
%{python_sitelib}/%{name}
%{python_sitelib}/*.py
%{python_sitelib}/*egg-info
%{_bindir}/%{name}
%{_mandir}/man1/*
%{_sysconfdir}/bash_completion.d/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 12.08.1-2
+ Revision: d84fd96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7160 |14cr|quicksynergy-0.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		quicksynergy
Version:	0.9.0
Release:	2
Summary:	Share keyboard and mouse between computers
Group:		System/Configuration/Hardware
License:	GPLv2+
URL:		http://code.google.com/p/quicksynergy/
Source0:	http://quicksynergy.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	gettext
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	synergy

%description
QuickSynergy is a graphical interface (GUI) for easily configuring Synergy2,
an application that allows the user to share his mouse and keyboard between
two or more computers.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=QuickSynergy
Comment=Share keyboard and mouse between computers
Exec=%{name}
Icon=%{name}
Type=Application
Terminal=false
StartupNotify=true
Categories=System;Utility;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert src/logo/qslogo.png -resize ${N}x${N} $N.png;
install -D -m 0644 16.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog COPYING AUTHORS README
%{_bindir}/quicksynergy
%{_datadir}/applications/quicksynergy.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-2
+ Revision: 818c241
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7161 |14cr|quilt-0.63-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Scripts for working with series of patches
Name:		quilt
Version:	0.63
Release:	1
License:	GPLv2+
Group:		Development/Tools
Url:		http://savannah.nongnu.org/projects/quilt
Source0:	http://mirrors.zerg.biz/nongnu/quilt/%{name}-%{version}.tar.gz
BuildRequires:	diffstat
BuildRequires:	ed
BuildRequires:	procmail
# sendmail-command is needed for testing purpose
BuildRequires:	sendmail-command
Requires:	coreutils
Requires:	bzip2
Requires:	diffstat
Requires:	diffutils
Requires:	ed
Requires:	gettext
Requires:	gzip
Requires:	mktemp
Requires:	patch
Requires:	procmail

%description
The scripts allow to manage a series of patches by keeping track of the changes
each patch makes. Patches can be applied, un-applied, refreshed, etc.

The scripts are heavily based on Andrew Morton's patch scripts found at
http://www.zip.com.au/~akpm/linux/patches/

%files -f %{name}.lang
%doc AUTHORS TODO
%doc %{_docdir}/%{name}-%{version}
%config(noreplace) /etc/bash_completion.d/quilt
%config(noreplace) /etc/quilt.quiltrc
%{_bindir}/*
%{_datadir}/emacs/site-lisp/quilt.el
%{_datadir}/%{name}/*
%{_mandir}/man1/*.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--with-mta=%{_sbindir}/sendmail \
	--with-diffstat=%{_bindir}/diffstat
make BUILD_ROOT=%{buildroot}

%check
make check

%install
make install BUILD_ROOT=%{buildroot}
mv -f %{buildroot}/%{_docdir}/%{name}/ %{buildroot}/%{_docdir}/%{name}-%{version}/

%find_lang %{name}


%changelog
* Thu Aug 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.63-1
+ Revision: c199c24
- New version 0.63, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7162 |14cr|quiterss-0.13.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname		QuiteRSS
#define	oversion	0.13.0.2610
%define	qtsingleapp	%{_prefix}/lib/qt4/include/QtSolutions/

Name:		quiterss
Summary:	RSS/Atom feed reader written on Qt
Version:	0.13.2
Release:	2
License:	GPLv3+
Group:		Networking/News
URL:		https://code.google.com/p/quite-rss/
Source0:	https://quite-rss.googlecode.com/files/%{oname}-%{version}-src.tar.bz2
#Patch0:	QuiteRSS-0.13.0-not-use-3rdparty.patch
Patch1:		QuiteRSS-0.13.2-fix-install-prefix.patch
BuildRequires:	qt4-devel >= 4.7.0
BuildRequires:	qtsingleapplication-devel
BuildRequires:	sqlite3-devel

%description
QuiteRSS is RSS/Atom feed reader written on Qt.

%prep
%setup -qn %{oname}-%{version}-src
#patch0 -p1
%patch1 -p1
find . -type f -executable -exec chmod a-x {} \;

%build
export CFLAGS="%{optflags}"
%qmake_qt4 SYSTEMQTSA=%{qtsingleapp}
%make

%install
make install INSTALL_ROOT=%{buildroot}

%if %{mdvver} >= 201200
%find_lang %{name} --with-qt
%else
cat > %{name}.lang << EOF
%lang(cs_cz) /usr/share/quiterss/lang/quiterss_cs_cz.qm
%lang(de) /usr/share/quiterss/lang/quiterss_de.qm
%lang(en) /usr/share/quiterss/lang/quiterss_en.qm
%lang(es) /usr/share/quiterss/lang/quiterss_es.qm
%lang(fa) /usr/share/quiterss/lang/quiterss_fa.qm
%lang(fr) /usr/share/quiterss/lang/quiterss_fr.qm
%lang(hu) /usr/share/quiterss/lang/quiterss_hu.qm
%lang(it) /usr/share/quiterss/lang/quiterss_it.qm
%lang(ja) /usr/share/quiterss/lang/quiterss_ja.qm
%lang(ko) /usr/share/quiterss/lang/quiterss_ko.qm
%lang(lt) /usr/share/quiterss/lang/quiterss_lt.qm
%lang(nl) /usr/share/quiterss/lang/quiterss_nl.qm
%lang(pl) /usr/share/quiterss/lang/quiterss_pl.qm
%lang(pt_br) /usr/share/quiterss/lang/quiterss_pt_br.qm
%lang(ru) /usr/share/quiterss/lang/quiterss_ru.qm
%lang(sr) /usr/share/quiterss/lang/quiterss_sr.qm
%lang(sv) /usr/share/quiterss/lang/quiterss_sv.qm
%lang(uk) /usr/share/quiterss/lang/quiterss_uk.qm
%lang(zh_cn) /usr/share/quiterss/lang/quiterss_zh_cn.qm
EOF
%endif


%files -f %{name}.lang
%doc AUTHORS CHANGELOG COPYING README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/sound/notification.wav
%{_datadir}/%{name}/style/*.qss
%{_datadir}/%{name}/style/*.css



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13.2-2
+ Revision: fe13861
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7163 |14cr|quodlibet-2.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package	%nil

Summary: 	Advanced, elegant jukebox style music player
Name:		quodlibet
Version:	2.4.1
Release: 	2
License:	GPLv2+
Group:		Sound
URL:		http://code.google.com/p/quodlibet/
Source0:	http://quodlibet.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		quodlibet-2.3.1_link.patch
BuildRequires:	imagemagick
BuildRequires:	pygtk2.0-devel
BuildRequires:	gtk+2.0
BuildRequires:	pyvorbis
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	gstreamer0.10-python
BuildRequires:	mutagen
BuildRequires:	python-dbus
BuildRequires:	oil-devel
BuildRequires:	python-feedparser
BuildRequires:	pkgconfig(xtst)
Requires:	pygtk2.0
Requires:	python-ctypes
Requires:	pyvorbis
Requires:	gstreamer0.10-python
Requires:	python-feedparser
Requires:	mutagen
# for Replay Gain plugin
Requires:       vorbisgain
# for iPod device support
Requires:       python-gpod
# for CDDB plugin
Requires:       python-CDDB
Requires:	python-dbus
Requires:	python-feedparser

%description
Quod Libet is a GTK+-based audio player written in Python. It's designed
around the idea that you know better than we do how to organize your music.
It lets you make playlists based on regular expressions (don't worry,
regular searches work too). It lets you display and edit any tags you want
in the file.

It supports Ogg Vorbis and MP3 by default, but other formats (FLAC, Musepack,
Wavepack, MPEG-4/AAC and MOD are available through gstreamer0.10 plugins.

Quod Libet easily scales to libraries of thousands of songs. It also supports
most of the features you expect from a modern media player, like Unicode
support, gapless playback, multimedia keys, and an OSD. 

%prep
%setup -q
%patch0 -p1

%build
export CFLAGS="%{optflags}"

python setup.py build

%install
python setup.py install --root=%{buildroot} --prefix=%{_prefix}

# (tpg) install icons
#install -dm 755 %{buildroot}%{_datadir}/pixmaps
#install -m 644 build/lib/quodlibet/images/exfalso.png %{buildroot}%{_datadir}/pixmaps
#install -m 644 build/lib/quodlibet/images/%{name}.png %{buildroot}%{_datadir}/pixmaps

# (tpg) get rid of extension
sed -i -e 's/^Icon=%{name}.png$/Icon=%{name}/g' %{buildroot}%{_datadir}/applications/*
sed -i -e 's/^Icon=exfalso.png$/Icon=exfalso/g' %{buildroot}%{_datadir}/applications/*

%find_lang %{name}

%files -f %{name}.lang
%doc NEWS README HACKING
%{_bindir}/%{name}
%{_bindir}/exfalso
%{py_sitedir}/%{name}
%{py_sitedir}/%{name}*.egg-info
%{_datadir}/applications/*
#% {_datadir}/pixmaps/*
%{_mandir}/man1/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-2
+ Revision: b9d7162
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7164 |14cr|quodlibet-plugins-2.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	quodlibet-plugins
Summary: 	Advanced, elegant jukebox style music player plugins
Epoch:		1
Version: 	2.4.1
Release: 	2

Source0:	%{name}-%{version}.tar.gz
URL:		http://code.google.com/p/quodlibet/
License:	GPLv2
Group:		Sound
BuildArch:	noarch

BuildRequires:	python
Requires:	quodlibet

%description
Quod Libet is a GTK+-based audio player written in Python. It's designed
around the idea that you know better than we do how to organize your music.
It lets you make playlists based on regular expressions (don't worry,
regular searches work too). It lets you display and edit any tags you want
in the file.

It supports Ogg Vorbis and MP3 by default, but other formats (FLAC, Musepack,
Wavepack, MPEG-4/AAC and MOD are available through gstreamer0.10 plugins.

Quod Libet easily scales to libraries of thousands of songs. It also supports
most of the features you expect from a modern media player, like Unicode
support, gapless playback, multimedia keys, and an OSD. 

%prep
%setup -q

%install
mkdir -p %{buildroot}%{py_sitedir}/quodlibet/plugins
cp -rf * %{buildroot}%{py_sitedir}/quodlibet/plugins/


%files
%defattr(0644,root,root,0755)
%{py_sitedir}/quodlibet/plugins/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.4.1-2
+ Revision: 9031e03
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7165 |14cr|quotatool-1.4.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility for setting filesystem quotas from the command line
Name:		quotatool
Version:	1.4.12
Release:	2
License:	GPL
Group:		System/Configuration/Other
URL:		http://quotatool.ekenberg.se/
Source0:	http://quotatool.ekenberg.se/%{name}-%{version}.tar.gz

%description
Quotatool is a utility to set filesystem quotas from the commandline. Most
quota-utilities are interactive, requiring manual intervention from the user.
Quotatool on the other hand is not, making it suitable for use in scripts and
other non-interactive situations.

%prep

%setup -q

%build
%configure
%make

%install

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man8

%makeinstall

%files
%doc COPYING README INSTALL AUTHORS
%{_bindir}/*
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.12-2
+ Revision: 85f2c79
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7166 |14cr|qupzilla-1.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname QupZilla
%define major 1
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Summary:	Fast browser based on QtWebKit
Name:		qupzilla
Version:	1.8.0
Release:	1
License:	GPLv3+ and BSD and LGPLv2.1 and GPLv2+ and MPL
Group:		Networking/WWW
Url:		http://www.qupzilla.org/
# Packaged from git://github.com/QupZilla/qupzilla.git
Source0:	https://github.com/QupZilla/qupzilla/releases/download/v%{version}/%{oname}-%{version}.tar.xz
Patch0:		qupzilla-1.3.5-mdv-linking.patch
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	qt5-linguist-tools
BuildRequires:	dos2unix
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-plugins = %{EVRD}
Requires:	qt5-database-plugin-sqlite
Requires:	qt5-output-driver-default
Conflicts:	rosa-media-player-plugin

%description
QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight
web browser available through all major platforms. This project has been
originally started only for educational purposes. But from its start, QupZilla
has grown into a feature-rich browser.

QupZilla has all standard functions you expect from a web browser. It includes
bookmarks, history (both also in sidebar) and tabs. Above that, you can manage
RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin,
block Flash content with Click2Flash and edit the local CA Certificates
database with an SSL Manager.

QupZilla's main aim is to be a very fast and very stable QtWebKit browser
available to everyone. There are already a lot of QtWebKit browsers available,
but they are either bound to the KDE environment (rekonq), are not actively
developed or very unstable and miss important features. But there is missing
a multiplatform, modern and actively developed browser. QupZilla is trying
to fill this gap by providing a very stable browsing experience.

%files

#----------------------------------------------------------------------------

%package core
Summary:	%{oname} web browser core package
Group:		Networking/WWW

%description core
QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight
web browser available through all major platforms. This project has been
originally started only for educational purposes. But from its start, QupZilla
has grown into a feature-rich browser.

QupZilla has all standard functions you expect from a web browser. It includes
bookmarks, history (both also in sidebar) and tabs. Above that, you can manage
RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin,
block Flash content with Click2Flash and edit the local CA Certificates
database with an SSL Manager.

QupZilla's main aim is to be a very fast and very stable QtWebKit browser
available to everyone. There are already a lot of QtWebKit browsers available,
but they are either bound to the KDE environment (rekonq), are not actively
developed or very unstable and miss important features. But there is missing
a multiplatform, modern and actively developed browser. QupZilla is trying
to fill this gap by providing a very stable browsing experience.

%files core -f %{name}.lang
%doc AUTHORS COPYRIGHT FAQ README.md
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/themes
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/bash-completion/completions/*
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%dir %{_datadir}/%{name}/locale
%dir %{_libdir}/qupzilla

#----------------------------------------------------------------------------

%package plugins
Summary:	Various plugins for %{oname} web browser
Group:		Networking/WWW
Requires:	%{name} = %{EVRD}

%description plugins
QupZilla Plugins are dynamically loaded shared libraries (*.so) that can extend
application in almost any way. This package contains the following plugins:

* Mouse Gestures
* Access Keys Navigation
* Personal Information Manager
* GreaseMonkey

%files plugins
%{_libdir}/qupzilla/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	%{oname} shared library
Group:		System/Libraries

%description -n %{libname}
Shared library used by %{oname} web browser.

%files -n %{libname}
%{_libdir}/lib%{oname}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	%{oname} development files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for %{libname} library.

%files -n %{devname}
%{_libdir}/lib%{oname}.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches
dos2unix COPYRIGHT README.md
# remove outdated prebuilt localizations
rm -rf bin/locale

%build
export USE_LIBPATH=%{_libdir}/
export USE_WEBGL="true"
%qmake_qt5
%make STRIP=true

%install
make install INSTALL_ROOT=%{buildroot} STRIP=true

%find_lang %{name} --all-name --with-qt

rm -f %{buildroot}%{_datadir}/qupzilla/locale/sr@*.qm

cat >>%{name}.lang <<EOF
%lang(lg) %{_datadir}/qupzilla/locale/lg.qm
%lang(nqo) %{_datadir}/qupzilla/locale/nqo.qm
%lang(uz) %{_datadir}/qupzilla/locale/uz@Latn.qm
%lang(sr) %{_datadir}/qupzilla/locale/sr.qm
EOF


%changelog
* Mon Sep 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.0-1
+ Revision: a7dc92e
- New version 1.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7167 |14cr|qutecsound-0.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global optflags %{optflags} -Wstrict-aliasing=0 
%define debug_package	%{nil}
#define distsuffix mrb

Name:			qutecsound
Version:		0.6.1
Release:		3
Summary:		Frontend for the csound sound processor
License:		LGPLv2.1
Group:			Sound
URL:			http://qutecsound.sourceforge.net/
Source0:		http://garr.dl.sourceforge.net/project/qutecsound/CsoundQt/0.8.3/%{name}-%{version}-src.tar.gz
Source1:		%{name}.desktop
Source3:		qcs-unix.pro
BuildRequires:		desktop-file-utils
BuildRequires:		qt4-devel
BuildRequires:      	doxygen
BuildRequires:     	imagemagick
BuildRequires:     	csound-devel
BuildRequires:     	PyQt4
BuildRequires:     	csound
BuildRequires:     	pkgconfig(sndfile)
BuildRequires:     	pkgconfig(python)



Requires:     	csound

%description
CsoundQt is a frontend for Csound featuring 
a highlighting editor with autocomplete, 
interactive widgets and integrated help. 
It is a cross-platform and aims to be a simple 
yet powerful and complete development environment 
for Csound. It can open files created by MacCsound. 
Csound is a musical programming 
language with a very long history,
with roots in the origins of computer music.
It is still being maintained by an active 
community and despite its age, is still one of 
the most powerful tools for sound processing and synthesis. 
CsoundQt hopes to bring the power of 
Csound to a larger group of people, by reducing 
Csound's intial learning curve, and by giving 
users more immediate control of their sound. 
It hopes to be both a simple tool for 
the beginner, as well as a powerful tool for experienced users.

%prep
%setup -q
cp -r %{SOURCE3} qcs-unix.pro

%build
%qmake_qt4 qcs.pro 
%make

%install
# Prepare folders no install provided
install -d %{buildroot}/usr/{bin,share/{applications,{,doc}/%{name}}}

# Bin file
install -Dm755 bin/qutecsound-f "%{buildroot}%{_bindir}/%{name}"

# Examples docs and data
cp -a examples %{buildroot}%{_datadir}/%{name}
cp -a images %{buildroot}%{_datadir}/%{name}


# Desktop file and pixmaps
install -Dm644 %{SOURCE1} "%{buildroot}%{_datadir}/applications"
install -Dm644 images/qtcs.png "%{buildroot}%{_datadir}/pixmaps/%{name}.png"

desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop


%files
%doc ChangeLog BUILDING COPYING doc/*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-3
+ Revision: aca9936
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7168 |14cr|qutim-0.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	qutIM - multiplatform multiprotocol (ICQ, Jabber etc) instant messenger
Name:		qutim
Version:	0.3.2
Release:	3
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://qutim.org/
Source0:	http://qutim.org/dwnl/68/%{name}-%{version}.tar.xz
Patch0:		telepathy-qt4-telepathyqt-upstream.patch
Patch1:		qutim-0.3.2-cmake-kde-integration.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	qt4-assistant
BuildRequires:	qt4-linguist
BuildRequires:	aspell-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	SDLmm-devel
BuildRequires:	SDL_sound-devel
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(libjreen)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(vreen)

%description
qutIM - multiplatform multiprotocol (ICQ, Jabber) instant messenger.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm
%{_datadir}/%{name}
%{_datadir}/apps/%{name}
%{_datadir}/apps/desktoptheme/default/icons/%{name}.svg
%{_libdir}/%{name}/plugins/*.so
%{_iconsdir}/*/*/*

#----------------------------------------------------------------------------

%define major 0
%define libname %mklibname qutim %{major}

%package -n	%{libname}
Summary:	qutIM shared library
Group:		Networking/Instant messaging

%description -n %{libname}
qutIM - multiplatform multiprotocol (ICQ, Jabber) instant messenger.

%files -n %{libname}
%{_libdir}/libqutim.so.%{major}*

#----------------------------------------------------------------------------

%define chat_major 1
%define libadiumchat %mklibname qutim-adiumchat %{chat_major}

%package -n	%{libadiumchat}
Summary:	qutIM shared library
Group:		Networking/Instant messaging

%description -n %{libadiumchat}
qutIM - multiplatform multiprotocol (ICQ, Jabber) instant messenger.

%files -n %{libadiumchat}
%{_libdir}/libqutim-adiumchat.so.%{chat_major}*

#----------------------------------------------------------------------------

%define libadiumwebview %mklibname qutim-adiumwebview %{major}

%package -n	%{libadiumwebview}
Summary:	qutIM shared library
Group:		Networking/Instant messaging

%description -n %{libadiumwebview}
qutIM - multiplatform multiprotocol (ICQ, Jabber) instant messenger.

%files -n %{libadiumwebview}
%{_libdir}/libqutim-adiumwebview.so.%{major}*

#----------------------------------------------------------------------------

%define libsimplecontactlist %mklibname qutim-simplecontactlist %{major}

%package -n	%{libsimplecontactlist}
Summary:	qutIM shared library
Group:		Networking/Instant messaging

%description -n %{libsimplecontactlist}
qutIM - multiplatform multiprotocol (ICQ, Jabber) instant messenger.

%files -n %{libsimplecontactlist}
%{_libdir}/libqutim-simplecontactlist.so.%{major}*

#----------------------------------------------------------------------------

%define qutimdevelname %mklibname -d %{name}

%package -n	%{qutimdevelname}
Summary:	qutIM header files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libadiumchat} = %{EVRD}
Requires:	%{libadiumwebview} = %{EVRD}
Requires:	%{libsimplecontactlist} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{qutimdevelname}
qutIM - multiplatform multiprotocol (ICQ, Jabber) instant messenger
header files.

%files -n %{qutimdevelname}
%{_includedir}/%{name}/*.h
%{_includedir}/%{name}/adiumchat/*.h
%{_includedir}/%{name}/adiumwebview/*.h
%{_includedir}/%{name}/simplecontactlist/*.h
%{_libdir}/libqutim.so
%{_libdir}/libqutim-adiumchat.so
%{_libdir}/libqutim-adiumwebview.so
%{_libdir}/libqutim-simplecontactlist.so
%{_datadir}/cmake/Modules/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4 \
	-DCMAKE_SKIP_RPATH:BOOL=ON \
	-DSYSTEM_JREEN=ON \
	-DSYSTEM_VREEN=ON \
	-DASTRAL=OFF \
	-DDOCKTILE=OFF \
	-DHAIKUNOTIFICATIONS=OFF \
	-DMACINTEGRATION=OFF \
	-DMAEMO5INTEGRATION=OFF \
	-DMOBILEABOUT=OFF \
	-DMOBILECONTACTINFO=OFF \
	-DMOBILENOTIFICATIONSSETTINGS=OFF \
	-DMOBILESETTINGSDIALOG=OFF \
	-DMOBILITY=OFF \
	-DOFFTHERECORD=OFF \
	-DPLUGMAN=OFF \
	-DSDLSOUND=OFF \
	-DSYMBIANINTEGRATION=OFF \
	-DUPDATER=OFF \
	-DWININTEGRATION=OFF
%make

%install
%makeinstall_std -C build

%changelog
* Thu Aug 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.2-3
+ Revision: 5751ea4
- Add patch to fix build with new cmake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7169 |14cr|qutim2-0.2.1.git.630-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qutim

%define _disable_ld_as_needed 1
# Jabber fails to work with gcc 4.7 and -O2
%global optflags %{optflags} -O0

%define coreversion		0.2.1.git.630
%define icqversion		0.2.1.136
%define ircversion		0.2.0.38
%define jabberversion		0.2.1.431
%define mrimversion		0.2.1.146
%define vkontakteversion	0.2.0.40
%define yandexnarodversion	0.2.0.21
%define histmanversion		0.2.0.13
%define juickversion		0.2.1.100
%define weatherversion		0.2.1.145
%define massmessagingversion	0.2.1.120
%define plugmanversion		0.2.0.151
%define imagepubversion		10
%define kdeversion		31
%define msnversion		6
%define urlpreviewversion	12
%define cchkversion		0.0.7
%define twitterversion		4

Summary:	qutIM - multiplatform multiprotocol (ICQ, Jabber etc) instant messenger
Name:		qutim2
Version:	%{coreversion}
Release:	2
Group:		Networking/Instant messaging
License:	GPLv2+
Url:		http://qutim.org/
Source0:	%{oname}-%{coreversion}.tar.bz2
Source1:	qutim-emoticons-0.2.0.tar.bz2
Source2:	qutim-langs-0.2.0.tar.bz2
Source3:	qutim-sounds-0.2.0.tar.bz2
Source4:	qutIM.desktop
Source5:	TributeToQIP.tar.bz2
Source6:	qutim-glass.tar.bz2
Source7:	qutim-red.tar.bz2
Source8:	additional_plugins.tar.bz2
Patch0:		qutim-0.2.0-x86_64.patch
Patch1:		qutim-msn-3-cmake.patch
Patch2:		qutim-0.2.1.git.630-gcc4.7.patch
Patch3:		qutim-0.2.1.git.630-linkage.patch
Patch4:		qutim-0.2.1.git.630-speller.patch
Patch5:		qutim-0.2.1.git.630-qt4.8.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	idn-devel
BuildRequires:	gnutls-devel
BuildRequires:	phonon-devel
BuildRequires:	kdelibs4-devel
Conflicts:	%{oname} >= 0.2.80

%description
qutIM - multiplatform multiprotocol (ICQ, Jabber) instant messenger.

%files
%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/pixmaps/%{oname}.png
%{_datadir}/%{oname}

#----------------------------------------------------------------------------

%package -n %{name}-histman
Summary:	History manager plugin for qutIM
Group:		Networking/Instant messaging
Version:	%{histmanversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-histman
History manager plugin for qutIM. Import history from clients
like QIP, Miranda, Pidgin, Kopete, Gajim, Psi and others.

%files -n %{name}-histman
%{_libdir}/%{oname}/libhistman.so

#----------------------------------------------------------------------------

%package -n %{name}-icq
Summary:	ICQ plugin for qutIM
Group:		Networking/Instant messaging
Version:	%{icqversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-icq
ICQ plugin for qutIM.

%files -n %{name}-icq
%{_libdir}/%{oname}/liboscar.so

#----------------------------------------------------------------------------

%package -n %{name}-imagepub
Summary:	Image publishing services plugin for qutIM
Group:		Networking/Instant messaging
Version:	%{imagepubversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-imagepub
Image publishing services plugin for qutIM.

%files -n %{name}-imagepub
%{_libdir}/%{oname}/libimagepub.so

#----------------------------------------------------------------------------

%package -n %{name}-irc
Summary:	IRC plugin for qutIM
Group:		Networking/Instant messaging
Version:	%{ircversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-irc
IRC plugin for qutIM.

%files -n %{name}-irc
%{_libdir}/%{oname}/libirc.so

#----------------------------------------------------------------------------

%package -n %{name}-jabber
Summary:	Jabber plugin for qutIM
Group:		Networking/Instant messaging
Version:	%{jabberversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-jabber
Jabber plugin for qutIM.

%files -n %{name}-jabber
%{_libdir}/%{oname}/libjabber.so

#----------------------------------------------------------------------------

%package -n %{name}-juick
Summary:	Weather plugin for qutIM
Group:		Networking/Instant messaging
Version:	%{juickversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-juick
juick plugin for qutIM.

%files -n %{name}-juick
%{_libdir}/%{oname}/libjuick.so

#----------------------------------------------------------------------------

%package -n %{name}-kde-integration
Summary:	KDE integration plugin set for qutIM
Group:		Networking/Instant messaging
Version:	%{kdeversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-kde-integration
KDE integration plugin set for qutIM.

%files -n %{name}-kde-integration
%{_libdir}/%{oname}/libkde*.so

#----------------------------------------------------------------------------

%package -n %{name}-massmessaging
Summary:	Mass messaging plugin for qutIM
Group:		Networking/Instant messaging
Version:	%{massmessagingversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-massmessaging
Mass messaging plugin for qutIM.

%files -n %{name}-massmessaging
%{_libdir}/%{oname}/libmassmessaging.so

#----------------------------------------------------------------------------

%package -n %{name}-mrim
Summary:	Mail.ru plugin for qutIM
Group:		Networking/Instant messaging
Version:	%{mrimversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-mrim
Mail.ru plugin for qutIM.

%files -n %{name}-mrim
%{_libdir}/%{oname}/libmrim.so

#----------------------------------------------------------------------------

%package -n %{name}-msn
Summary:	MSN plugin for qutIM
Group:		Networking/Instant messaging
Version:	%{msnversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-msn
MSN plugin for qutIM.

%files -n %{name}-msn
%{_libdir}/%{oname}/libmsn.so

#----------------------------------------------------------------------------

%package -n %{name}-plugman
Summary:	Plugin manager for qutIM
Group:		Networking/Instant messaging
Version:	%{plugmanversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-plugman
Plugin manager for qutIM. Allow install additional themes,
icon packs and other useful staff.

%files -n %{name}-plugman
%{_libdir}/%{oname}/libplugman.so

#----------------------------------------------------------------------------

%package -n %{name}-twitter
Summary:	Twitter plugin for qutIM
Group:		Networking/Instant messaging
Version:	%{twitterversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-twitter
Twitter plugin for qutIM.

%files -n %{name}-twitter
%{_libdir}/%{oname}/libtwitter.so

#----------------------------------------------------------------------------

%package -n %{name}-urlpreview
Summary:	Prewiew URLs in messages plugin for qutIM
Group:		Networking/Instant messaging
Version:	%{urlpreviewversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-urlpreview
Prewiew URLs in messages plugin for qutIM.

%files -n %{name}-urlpreview
%{_libdir}/%{oname}/liburlpreview.so

#----------------------------------------------------------------------------

%package -n %{name}-vkontakte
Summary:	Vkontakte.ru plugin for qutIM
Group:		Networking/Instant messaging
Version:	%{vkontakteversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-vkontakte
Vkontakte.ru plugin for qutIM.

%files -n %{name}-vkontakte
%{_libdir}/%{oname}/libvkontakte.so

#----------------------------------------------------------------------------

%package -n %{name}-weather
Summary:	Weather plugin for qutIM
Group:		Networking/Instant messaging
Version:	%{weatherversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-weather
Weather plugin for qutIM.

%files -n %{name}-weather
%{_libdir}/%{oname}/libweather.so

#----------------------------------------------------------------------------

%package -n %{name}-yandexnarod
Summary:	Yandex.narod.ru plugin for qutIM
Group:		Networking/Instant messaging
Version:	%{yandexnarodversion}
Requires:	%{name} = %{coreversion}

%description -n %{name}-yandexnarod
Yandex.narod.ru plugin for qutIM. Requires narod.ru account.

%files -n %{name}-yandexnarod
%{_libdir}/%{oname}/libyandexnarod.so

#----------------------------------------------------------------------------

%package -n task-%{name}
Summary:	Task for qutIM with Jabber & ICQ plugins
Group:		Networking/Instant messaging
Version:	%{coreversion}
Requires:	%{name} = %{coreversion}
Requires:	%{name}-icq = %{icqversion}
Requires:	%{name}-jabber = %{jabberversion}

%description -n task-%{name}
Metapackage for qutIM + Jabber & ICQ plugins.

%files -n task-%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p0
pushd plugins
tar xvjf %{SOURCE8}
popd
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

tar xvjf %{SOURCE1}
tar xvjf %{SOURCE2}
tar xvjf %{SOURCE3}

%build
%cmake_qt4 -DCMAKE_SKIP_RPATH=TRUE
%make

pushd ../plugins/icq
%qmake_qt4
%make
popd

pushd ../plugins/jabber
%cmake_qt4 -DGNUTLS:BOOL=ON
%make
popd

pushd ../plugins/irc
%qmake_qt4
%make
popd

pushd ../plugins/kde-integration
%cmake_kde4
%make
popd

pushd ../plugins/mrim
%cmake_qt4
%make
popd

pushd ../plugins/msn
%cmake_qt4
%make
popd

pushd ../plugins/vkontakte
%qmake_qt4
%make
popd

pushd ../plugins/imagepub
%qmake_qt4
%make
popd

pushd ../plugins/massmessaging
%qmake_qt4
%make
popd

pushd ../plugins/weather
%qmake_qt4
%make
popd

pushd ../plugins/juick
%qmake_qt4
%make
popd

pushd ../plugins/urlpreview
%qmake_qt4
%make
popd

pushd ../plugins/yandexnarod
%qmake_qt4
%make
popd

pushd ../plugins/histman
%qmake_qt4
%make
popd

pushd ../plugins/twitter
%qmake_qt4
%make
popd

pushd ../plugins/plugman
%cmake_qt4
%make
popd

%install
install -D -m 0644 "icons/qutim_64.png" "%{buildroot}%{_datadir}/pixmaps/%{oname}.png"
install -d "%{buildroot}%{_bindir}"
install -d "%{buildroot}%{_datadir}"/applications/
install -d "%{buildroot}%{_libdir}/%{oname}"
install -d "%{buildroot}%{_datadir}/%{oname}/languages/ru"
install -d "%{buildroot}%{_datadir}/%{oname}/webkitstyle"

cp "build/%{oname}" "%{buildroot}%{_bindir}/%{oname}"
cp %{SOURCE4} "%{buildroot}%{_datadir}/applications/%{oname}.desktop"
cp "plugins/icq/liboscar.so" "%{buildroot}%{_libdir}/%{oname}/liboscar.so"
cp "plugins/jabber/build/libjabber.so" "%{buildroot}%{_libdir}/%{oname}/libjabber.so"
cp "plugins/irc/libirc.so" "%{buildroot}%{_libdir}/%{oname}/libirc.so"
cp "plugins/mrim/build/libmrim.so" "%{buildroot}%{_libdir}/%{oname}/libmrim.so"
cp "plugins/msn/build/libmsn.so" "%{buildroot}%{_libdir}/%{oname}/libmsn.so"
cp "plugins/vkontakte/libvkontakte.so" "%{buildroot}%{_libdir}/%{oname}/libvkontakte.so"
cp "plugins/imagepub/libimagepub.so" "%{buildroot}%{_libdir}/%{oname}/libimagepub.so"
cp "plugins/massmessaging/libmassmessaging.so" "%{buildroot}%{_libdir}/%{oname}/libmassmessaging.so"
cp "plugins/juick/libjuick.so" "%{buildroot}%{_libdir}/%{oname}/libjuick.so"
cp "plugins/weather/libweather.so" "%{buildroot}%{_libdir}/%{oname}/libweather.so"
cp "plugins/urlpreview/liburlpreview.so" "%{buildroot}%{_libdir}/%{oname}/liburlpreview.so"
cp "plugins/yandexnarod/libyandexnarod.so" "%{buildroot}%{_libdir}/%{oname}/libyandexnarod.so"
cp "plugins/histman/libhistman.so" "%{buildroot}%{_libdir}/%{oname}/libhistman.so"
cp "plugins/twitter/libtwitter.so" "%{buildroot}%{_libdir}/%{oname}/libtwitter.so"
cp "plugins/plugman/build/libplugman.so" "%{buildroot}%{_libdir}/%{oname}/libplugman.so"

cp plugins/kde-integration/build/lib/libkde*.so %{buildroot}%{_libdir}/%{oname}/

cp -R "emoticons" "%{buildroot}%{_datadir}/%{oname}/"
cp -R languages/ru/*.qm "%{buildroot}%{_datadir}/%{oname}/languages/ru"
cp -R "sounds" "%{buildroot}%{_datadir}/%{oname}/"
cd "%{buildroot}%{_datadir}/%{oname}/webkitstyle"
tar xvjf %{SOURCE5}
tar xvjf %{SOURCE6}
tar xvjf %{SOURCE7}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1.git.630-2
+ Revision: aa3c15b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7170 |14cr|quvi-0.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		quvi
Version:	0.4.2
Release:	2
Summary:	A command line tool originally created to aid the development of libquvi
Source0:	http://downloads.sourceforge.net/quvi/%{name}-%{version}.tar.xz
License:	GPLv3
Group:		Networking/WWW
Url:		http://quvi.sourceforge.net/
BuildRequires:	lua-devel >= 5.1
BuildRequires:	curl-devel
BuildRequires:	pkgconfig(libquvi)


%description
A libquvi-in-a-command-line-tool. It was originally created
to aid the development of libquvi.

Features:
- Fast and low system footprint
- Basic JSON and XML output

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc ChangeLog AUTHORS COPYING README NEWS
%{_bindir}/*
%{_mandir}/man*/%{name}.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.2-2
+ Revision: 4e9531f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7171 |14cr|qvcd-0.21-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	qvcd
%define version	0.21
%define release 10


Name: 	 	%{name}
Summary: 	Tool for building and writing VCD's
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
Source1: 	%{name}48.png
Source2: 	%{name}32.png
Source3: 	%{name}16.png
URL:		http://www.steffen-sobiech.de/qvcd_1_en.htm
License:	GPL
Group:		Video
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	qt3-devel gettext png-devel
Requires:	vcdimager cdrdao

%description
qvcd is a graphical frontend for GNU vcdimager and cdrdao. Together with
those tools, qvcd can be used to create a VideoCD out of an MPEG file. 

%prep
%setup -q

%build
%configure2_5x --with-qt-libraries=/usr/lib/qt3/%{_lib}
%make
										
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
rm -fr $RPM_BUILD_ROOT/usr/doc

#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=QVCD
Comment=Video CD Creator
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Video;AudioVideo;AudioVideoEditing
Encoding=UTF-8
EOF


#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
cat %SOURCE1 > $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
cat %SOURCE2 > $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
cat %SOURCE3 > $RPM_BUILD_ROOT/%_miconsdir/%name.png

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc README qvcd/docs/en/*.html
%{_bindir}/%name
%{_datadir}/applications/mandriva-%{name}.desktop
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.21-10
+ Revision: 3ecc7f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7172 |14cr|qwinff-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: qwinff.spec
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################

%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	An intuitive media converter GUI
Name:		qwinff
Version:	0.2.0
Release:	3
License:	GPLv3+
Group:		Video
Url:		http://code.google.com/p/qwinff/
Source0:	http://qwinff.googlecode.com/files/%{name}_%{version}.tar.bz2
Patch0:		pkgconfig_gtk.patch
BuildRequires:	qt4-devel
#needed to compile against libnotify
BuildRequires:	pkgconfig(gtk+-2.0)
#
BuildRequires:	pkgconfig(libnotify)
Requires:	ffmpeg
Requires:	sox

%description
QWinFF is a cross-platform, easy-to-use media converter front-end to FFmpeg.
FFmpeg is a powerful command-line utility to convert audio and video file
into numerous formats.

QWinFF features a rich set of presets to help users use FFmpeg easily without
having to manually input command-line flags. Average users can convert multiple
media files in just a few clicks, while advanced users can still adjust
conversion parameters in detail.

Please make sure to use ffmpeg from Restricted repository (PLF version).

%files -f %{name}.lang
%doc CHANGELOG.txt COPYING.txt README.md
%{_bindir}/qwinff
%{_datadir}/applications/qwinff.desktop
%{_datadir}/pixmaps/qwinff.png
%dir %{_datadir}/qwinff
%{_datadir}/qwinff/presets.xml
%{_datadir}/qwinff/constants.xml
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

rm -fr windows_build.bat windows_build_portable.bat

%build
%make USE_LIBNOTIFY=1

%install
%makeinstall_std

%find_lang %{name} --with-qt


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-3
+ Revision: 181199b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7173 |14cr|qwit-0.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: qwit
Version: 0.10
Release: 2
Epoch: 1
URL: http://code.google.com/p/qwit/
Summary: Qwit is a simple Qt4-based client for Twitter
License: GPLv3+
Group: Networking/Instant messaging
Source0: http://qwit.googlecode.com/files/%{name}-%{version}-src.tar.bz2
#Patch0: qwit-r154-cmakefile.patch 
BuildRequires: qt4-devel
BuildRequires: cmake
BuildRequires: automoc4
BuildRoot: %{_tmppath}/{%name}-buildroot

%description
This is a crossplatform twitter client writen in Qt4, it depends only on Qt4

%files
%defattr(-,root,root)
%doc AUTHORS INSTALL README
%_datadir/applications/qwit.desktop
%_iconsdir/qwit.png
%qt4bin/qwit
%qt4dir/translations/*

#-------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src
#%patch0  -p1 


%build
%cmake_qt4
%make

%install
rm -rf %{buildroot}
%makeinstall_std -C build

%clean
rm -rf %{buildroot}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.10-2
+ Revision: 818bea8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7174 |14cr|qxmpp-0.7.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname %{name} -d

Summary:	XMPP client library based on Qt
Name:		qxmpp
Version:	0.7.5
Release:	2
License:	LGPLv2.1+ and Creative Commons Attribution
Group:		System/Libraries
Url:		http://code.google.com/p/qxmpp/
Source0:	http://qxmpp.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		qxmpp-0.6.3.1-dynamiclib.patch
BuildRequires:	qt4-devel

%description
QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++.

QXmpp is pretty intuitive and easy to use. It uses Qt extensively. Qt is
the only third party library it is dependent on. Users need to a have working
knowledge of C++ and Qt basics (Signals and Slots and Qt data types).
The underlying TCP socket and the XMPP RFCs (RFC3920 and RFC3921) have been
encapsulated into classes and functions. Therefore the user would not be
bothered with these details. But it is always recommended to the advanced users
to read and enjoy the low level details.

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	XMPP client library based on Qt
Group:		System/Libraries

%description -n %{libname}
QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++.

QXmpp is pretty intuitive and easy to use. It uses Qt extensively. Qt is
the only third party library it is dependent on. Users need to a have working
knowledge of C++ and Qt basics (Signals and Slots and Qt data types).
The underlying TCP socket and the XMPP RFCs (RFC3920 and RFC3921) have been
encapsulated into classes and functions. Therefore the user would not be
bothered with these details. But it is always recommended to the advanced users
to read and enjoy the low level details.

%files -n %{libname}
%{_libdir}/libqxmpp.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{devname}
Summary:	QXmpp development files
Group:		Development/C++
Requires:	qt4-devel
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 0.7.5

%description -n %{devname}
QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++.

This package contains files required for development.

%files -n %{devname}
%doc AUTHORS CHANGELOG LICENSE.LGPL README
%doc %{_docdir}/%{name}
%{_includedir}/qxmpp
%{_libdir}/libqxmpp.so
%{_libdir}/pkgconfig/qxmpp.pc

#------------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%qmake_qt4 \
	PREFIX=%{_prefix} \
	LIBDIR=%{_lib} \
	QMAKE_CXXFLAGS_RELEASE= 
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.5-2
+ Revision: 0ee6270
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7175 |14cr|R2spec-4.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           R2spec
Version:        4.1.0
Release:        6
Summary:        Python script to generate R spec file

Group:          Development/Other
License:        GPLv3+
URL:            https://fedorahosted.org/r2spec/
Source0:        https://fedorahosted.org/releases/r/2/r2spec/R2spec-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python-devel
Requires:       R
Requires:       python-jinja2
Requires:       wget
Provides:       R2rpm = 1.0.0
Patch0:		R2spec-4.1.0-rosa.patch

%description
R2spec is a small python tool that generates spec file for R libraries.
It can work from a URL or a tarball.
R2spec provides R2rpm which generates rpm for R libraries using the 
R2spec API.

%prep
%setup -q
%patch0 -p1

%build
%{__python} setup.py build

%install
%{__python} setup.py install --root=%{buildroot}
install r2spec/specfile.tpl %{buildroot}/%{py_puresitedir}/r2spec/
chmod -x %{buildroot}/%{py_puresitedir}/r2spec/specfile.tpl

## Only work localy, needs internet
#%check
#%{__python} tests.py

%files
#-f installed_files2
%doc README LICENSE CHANGELOG
%{py_puresitedir}/*
%config(noreplace) %{_sysconfdir}/%{name}/repos.cfg
%{_bindir}/%{name}
%{_bindir}/R2rpm
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/R2rpm.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.0-6
+ Revision: 9026af5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7176 |14cr|rabbitvcs-0.15.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	RabbitVCS

#set for prereleases, comment for others
#define prerel	beta5

%define rel	1

%define over 	%{version}%{?prerel}

Name:		rabbitvcs  
Version:	0.15.2
Release:	%{?prerel:0.%prerel.}%{rel}

Summary:	Graphical user interface to version control systems
Group:		File tools
License:	GPLv2+
URL:		http://www.rabbitvcs.org/
Source0:	http://rabbitvcs.googlecode.com/files/%{name}-%{over}.tar.bz2
BuildRequires:	pygtk2.0-devel >= 2.12
BuildRequires:	python-devel
BuildRequires:	gtk+2.0
BuildArch:	noarch

%description
RabbitVCS is a set of graphical tools written to provide simple
and straightforward access to the version control systems you use.

%package core
Summary:	Core package of RabbitVCS
Group:		File tools
Requires:	dbus-python
Requires:	meld
Requires:	pygtk2.0-libglade
Requires:	pygtk2.0
Requires:	python-pysvn
Requires:	python-configobj
Requires:	subversion
Requires:	python-dulwich
BuildArch:	noarch

%description core
Contains packages shared between the RabbitVCS extensions.

%package nautilus
Summary:	Nautilus extension for RabbitVCS
Group:		File tools
Requires:	rabbitvcs-core = %{version}
Requires:	nautilus
Requires:	nautilus-python >= 0.5.2
Requires:	dbus-python
BuildArch:	noarch

%description nautilus
RabbitVCS is a set of graphical tools written to provide simple and 
straightforward access to the version control systems you use. This is the 
extension for the Nautilus file manager.

%package gedit
Summary:	Gedit extension for RabbitVCS
Group:		File tools
Requires:	rabbitvcs-core = %{version}
Requires:	gedit
BuildArch:	noarch

%description gedit
RabbitVCS is a set of graphical tools written to provide simple and 
straightforward access to the version control systems you use. This is the 
extension for gedit text editor

%package cli
Summary:	CLI extension for RabbitVCS
Group:		File tools
Requires:	rabbitvcs-core = %{version}
BuildArch:	noarch

%description cli
RabbitVCS is a set of graphical tools written to provide simple and 
straightforward access to the version control systems you use. This is the 
extension for command line interface.

%prep
%setup -q -n %{name}-%{over}

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --skip-build --root %{buildroot}

# nautilus extension
mkdir -p %{buildroot}%{_libdir}/nautilus/extensions-2.0/python/
cp clients/nautilus/%{oname}.py %{buildroot}%{_libdir}/nautilus/extensions-2.0/python/%{oname}.py

# gedit extension
mkdir -p %{buildroot}%{_libdir}/gedit-2/plugins/
cp clients/gedit/%{name}-plugin.py %{buildroot}%{_libdir}/gedit-2/plugins/%{name}-plugin.py
#cp clients/gedit/%{name}.gedit-plugin %{buildroot}%{_libdir}/gedit-2/plugins/%{name}.gedit-plugin

# CLI extension
mkdir -p %{buildroot}%{_bindir}
cp clients/cli/%{name} %{buildroot}%{_bindir}/%{name}

rm -rf %{buildroot}%{_defaultdocdir}/%{name}

%find_lang %{oname}

%files core -f %{oname}.lang
%doc AUTHORS MAINTAINERS README
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/scalable/*/*.svg
%{python_sitelib}/%{name}
%{python_sitelib}/*.egg-info
%{_iconsdir}/hicolor/*/actions/rabbitvcs-push.*

%files nautilus
%doc clients/nautilus/README
%{_libdir}/nautilus/extensions-2.0/python/%{oname}.py*

%files gedit
%doc clients/gedit/README
%{_libdir}/gedit-2/plugins/%{name}-plugin.py*
#%{_libdir}/gedit-2/plugins/%{name}.gedit-plugin

%files cli
%doc clients/cli/README
%{_bindir}/%{name}



%changelog
* Fri Dec 07 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 0.15.2-1
+ Revision: ff175a7
- fix BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7177 |14cr|R-abind-1.4_0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  abind
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.4_0
Release:          4
Summary:          Combine multi-dimensional arrays
Group:            Sciences/Mathematics
License:          LGPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.4-0.tar.gz
BuildArch:        noarch
Requires:         R-core
BuildRequires:    R-devel Rmath-devel texlive

%rename R-cran-abind

%description
Combine multi-dimensional arrays into a single array. This is a
generalization of cbind and rbind.  Works with vectors, matrices, and
higher-dimensional arrays.  Also provides functions adrop, asub, and afill
for manipulating, extracting and replacing data in arrays.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Thu Sep 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4_0-4
+ Revision: a17136f
- Turn back texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7178 |14cr|rabl_client-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Reactive Autonomous Blackhole List (RABL) client
Name:		rabl_client
Version:	1.0.0
Release:	5
License:	GPL
Group:		System/Servers
URL:		http://www.nuclearelephant.com/projects/rabl/
Source0:	http://www.nuclearelephant.com/projects/rabl/sources/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
The Reactive Autonomous Blackhole List (RABL) client.

%prep

%setup -q

%build

%configure2_5x \
    --enable-warnings

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sysconfdir}

install -m0755 rabl_client %{buildroot}%{_bindir}/
install -m0644 rabl_client.conf %{buildroot}%{_sysconfdir}/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGE LICENSE README RELEASE.NOTES
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/rabl_client.conf
%attr(0755,root,root) %{_bindir}/rabl_client



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: 41fcaac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7179 |14cr|R-acepack-1.3.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  acepack
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.3.3.3
Release:          2
Summary:          ace() and avas() for selecting regression transformations
Group:            Sciences/Mathematics
License:          MIT + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/acepack_1.3-3.3.tar.gz
BuildRequires:    R-devel Rmath-devel texlive
%rename R-cran-acepack

%description
ACE and AVAS methods for choosing regression transformations.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3.3-2
+ Revision: e875c75
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7180 |14cr|R-ada-2.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ada
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.0.3
Release:          2
Summary:          Ada: an R package for stochastic boosting
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/ada_2.0-3.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-rpart 
BuildRequires:    R-devel Rmath-devel texlive R-rpart
%rename R-cran-ada

%description
Performs discrete, real, and gentle boost under both exponential and
logistic loss on a given data set.  The package ada provides a
straightforward, well-documented, and broad boosting routine for
classification, ideally suited for small to moderate-sized data sets. 
Please refer to the Url below for more information.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-2
+ Revision: a7a608d
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7181 |14cr|radicale-0.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	Radicale

%define _radicaledir %{_localstatedir}/lib/%{name}

Summary:	Simple calendar server
Name:		radicale
Version:	0.7.1
Release:	3
Source0:	http://radicale.org/src/%{name}/%{oname}-%{version}.tar.gz
Source1:	radicale.service
Source2:	README.urpmi
Patch0:		Radicale-0.7-config.patch
Group:		Office
License:	GPLv3+
URL:		http://radicale.org/
BuildArch:	noarch
BuildRequires:	python-devel
Requires(pre):		rpm-helper
Requires(preun):	rpm-helper
Obsoletes:	python-%{name}
Suggests:	python-OpenSSL

%description
The Radicale Project is a complete CalDAV calendar server solution. It can
store multiple calendars.

Calendars are available from both local and distant accesses, possibly
limited through authentication policies.

%prep
%setup -q -n %{oname}-%{version}
%patch0 -b .default

#README.urpmi
cp %{SOURCE2} .

%build
#nothing to do

%install
python setup.py install --root=%{buildroot}

#dir for calendars
install -dm0755 %{buildroot}%{_radicaledir}/calendars

#config
install -Dm0644 config %{buildroot}%{_sysconfdir}/%{name}/config

#Empty htpasswd file
echo "# Htpasswd file for Radical" > %{buildroot}%{_sysconfdir}/%{name}/users

#init
install -Dm0755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%doc README config.default README.urpmi
%{_bindir}/%{name}
%{_unitdir}/%{name}.service 
%{_radicaledir}
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/config
%config(noreplace) %{_sysconfdir}/%{name}/users
%{py_puresitedir}/%{name}
%{py_puresitedir}/%{oname}-%{version}-py%{py_ver}.egg-info

%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-3
+ Revision: abdbac2
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7182 |14cr|R-adimpro-0.7.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  adimpro
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.7.8
Release:          3
Summary:          Adaptive Smoothing of Digital Images
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/adimpro_0.7.8.tar.gz
Requires:         R-grDevices 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-grDevices
BuildRequires:    blas-devel
BuildRequires:    lapack-devel
%rename R-cran-adimpro

%description
This package implements tools for manipulationg digital images and the
Propagation Separation approach by Polzehl and Spokoiny (2006) for
smoothing digital images.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/img
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/adjust


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.8-3
+ Revision: 8da98a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7183 |14cr|radiotray-0.7.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Radio Tray is a streaming player for listening to online radios
Name:		radiotray
Version:	0.7.3
Release:	2
Group:		Sound
License:	GPLv1
URL:		http://radiotray.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	pyxdg
BuildRequires:	python-devel
Requires:	gstreamer0.10-python
Requires:	pygtk2
Requires:	python-lxml
Requires:	python-pyinotify
BuildArch:	noarch 

%description
Radio Tray is an online radio streaming player that runs on a Linux system
tray. Its goal is to have the minimum interface possible, making it very
straightforward to use. Radio Tray is not a full featured music player,
there are plenty of excellent music players already. However, there was a
need for a simple application with minimal interface just to listen to online
radios. And that's the sole purpose of Radio Tray.

%prep
%setup -q
sed -i -e '/^#!\//, 1d' src/radiotray.py

%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}
desktop-file-validate %{buildroot}%{_datadir}/applications/radiotray.desktop
%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_docdir}/%{name}-%{version}/*
%{python_sitelib}/%{name}/
%{python_sitelib}/%{name}*egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-2
+ Revision: b1473b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7184 |14cr|radiusclient-ng-0.5.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname %mklibname radiusclient-ng %{major}
%define develname %mklibname %{name} -d

Summary:	Radiusclient library and tools
Name:		radiusclient-ng
Version:	0.5.6
Release:	4
License:	BSD
Group:		System/Servers
URL:		http://developer.berlios.de/projects/radiusclient-ng/
Source0:	http://download.berlios.de/radiusclient-ng/%{name}-%{version}.tar.gz

%description
Radiusclient is a /bin/login replacement which gets called by a getty to log in
a user and to setup the user's login environment. Normal login programs just
check the login name and password which the user entered against the local
password file (/etc/passwd, /etc/shadow). In contrast to that Radiusclient also
uses the RADIUS protocol to authenticate the user.

%package	conf
Summary:	Radiusclient configuration files
Group:		System/Libraries

%description 	conf
Configuration files required for Radiusclient

%package -n	%{libname}
Summary:	Radiusclient library
Group:          System/Libraries
Requires:	%{name}-conf = %{version}

%description -n	%{libname}
Libraries required for Radiusclient

%package -n	%{develname}
Summary:	Header files and development documentation for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel
Obsoletes:	%mklibname %{name} 2 -d

%description -n	%{develname}
Header files and development documentation for %{name}.

%prep

%setup -q

%build
%configure2_5x \
    --enable-shadow \
    --enable-scp

%make

%install
%makeinstall_std

# rename these to prevent file clashes with the old package
cd %{buildroot}%{_sbindir}
for i in *; do mv ${i} ${i}-ng; done
cd -

%files
%doc BUGS CHANGES README* doc/*.html
%attr(0755,root,root) %{_sbindir}/*

%files conf
%dir %{_sysconfdir}/%{name}
%attr(0644,root,root) %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/%{name}/*

%files -n %{libname}
%defattr(-,root,root)
%attr(0755,root,root) %{_libdir}/lib*.so.*

%files -n %{develname}
%attr(0755,root,root) %{_libdir}/lib*.so
%attr(0644,root,root) %{_libdir}/lib*.a
%{_includedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.6-4
+ Revision: 53aa0b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7185 |14cr|radiusd-cistron-1.6.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Cistron RADIUS daemon (with PAM) 
Name:		radiusd-cistron
Version:	1.6.8
Release:	2
License:	GPL
Group:		System/Servers
URL:		http://www.radius.cistron.nl/
Source0:	ftp://ftp.radius.cistron.nl/pub/radius/%{name}-%{version}.tar.gz
Source1:	radiusd.pam.bz2
Source2:	radiusd.init.bz2
Patch0:		%{name}-1.6.6-pam.patch
Patch1:		%{name}-1.6.6-prefix.patch
Patch3:		radiusd-1.6.6-build.patch
Patch4:		radiusd-cistron-no_strip.diff
Requires(post):	rpm-helper
Requires(preun): rpm-helper
BuildRequires:  pam-devel
BuildRequires:  glibc-static-devel
Conflicts:	freeradius
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
RADIUS server with a lot of functions. Short overview: 

- PAM support
- Supports access based on huntgroups
- Multiple DEFAULT entries in users file
- All users file entries can optionally "fall through"
- Caches all config files in-memory
- Keeps a list of logged in users (radutmp file)
- "radwho" program can be installed as "fingerd"
- Logs both UNIX "wtmp" file format and RADIUS detail logfiles
- Supports Simultaneous-Use = X parameter. Yes, this means
  that you can now prevent double logins!

%prep 

%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch3 -p1
%patch4 -p0

# clean up possible cvs junk.
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

cd raddb
for f in clients users naslist huntgroups ; do cp $f $f-dist ; done
cd ..

%build
%serverbuild
cd src
%make PAM=-DPAM PAMLIB="-lpam -ldl" CFLAGS="$CFLAGS -Wall"
cd ..

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}/{%{_sysconfdir}/{,raddb,logrotate.d,pam.d,rc.d/{init.d,rc{0,1,2,3,4,5,6}.d}},%{_bindir},%{_sbindir},%{_mandir}/{,man{1,5,8}},%{_localstatedir}/lib/{,log/{,radacct}}}
install -d %{buildroot}%{_datadir}/radius

# make install
cd src
make install BINDIR=%{buildroot}%{_bindir} \
             SBINDIR=%{buildroot}%{_sbindir} \
             RADIUS_DIR=%{buildroot}%{_sysconfdir}/raddb \
             PAM_DIR=%{buildroot}%{_sysconfdir}/pam.d \
             MANDIR=%{buildroot}%{_mandir} \
             SHAREDIR=%{buildroot}%{_datadir}/radius
install -m0755 radtest %{buildroot}%{_bindir}
cd ..

# do %{_sysconfdir}/raddb
#cd raddb
#install -m640 * %{buildroot}%{_sysconfdir}/raddb
#cd ..

# radwatch
install -m755 scripts/radwatch %{buildroot}%{_sbindir}

# other files
cd redhat
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/pam.d/radius
bzcat %{SOURCE2} > %{buildroot}%{_sysconfdir}/rc.d/init.d/radiusd
chmod 644 %{buildroot}%{_sysconfdir}/pam.d/radius
chmod 755 %{buildroot}%{_sysconfdir}/rc.d/init.d/radiusd
install -m644 radiusd-logrotate %{buildroot}%{_sysconfdir}/logrotate.d/radiusd
cd ..

# man pages
cd doc
for i in 1 8; do
    install -m444 *.$i %{buildroot}%{_mandir}/man$i
done
install -m444 clients.5rad %{buildroot}%{_mandir}/man5/
install -m444 naslist.5rad %{buildroot}%{_mandir}/man5/
cd ..

mkdir -p %{buildroot}/var/log/radacct
for i in radutmp radwtmp radius.log; do
	touch %{buildroot}/var/log/$i
done

rm -f %{buildroot}%{_sysconfdir}/raddb/*-dist
chmod 750 %{buildroot}%{_sysconfdir}/raddb
chmod 640 %{buildroot}%{_sysconfdir}/raddb/*

%post
%_post_service radiusd
touch /var/log/radutmp /var/log/radwtmp /var/log/radius.log

%preun
%_preun_service radiusd

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc doc/ChangeLog doc/README* doc/FAQ.txt todo/ 
%doc COPYRIGHT README
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/raddb/*
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/pam.d/radius
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/radiusd
%config(noreplace) %attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/radiusd
%{_bindir}/radclient
%{_bindir}/radlast
%{_bindir}/radtest
%{_bindir}/radwho
%{_bindir}/radzap
%{_sbindir}/checkrad
%{_sbindir}/radiusd
%{_sbindir}/radrelay
%{_sbindir}/radwatch
%attr(0644,root,root) %{_mandir}/man1/*
%attr(0644,root,root) %{_mandir}/man5/*
%attr(0644,root,root) %{_mandir}/man8/*
%ghost /var/log/radutmp
%ghost /var/log/radwtmp
%ghost /var/log/radius.log
%dir /var/log/radacct
%dir %{_datadir}/radius
%{_datadir}/radius/dictionary*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.8-2
+ Revision: 151ca83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7186 |14cr|R-adk-1.0_2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  adk
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0_2
Release:          2
Summary:          Anderson-Darling K-Sample Test and Combinations of Such Tests
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-2.tar.gz
BuildArch:        noarch
Requires:         R-core
BuildRequires:    R-devel Rmath-devel texlive
%rename R-cran-adk

%description
The Anderson-Darling K-sample test can be used to test whether several
independent random samples of various sizes come from the same but
unspecified continuous distribution. It is a rank test and consistent
against all alternatives. A low to moderate number of tied observations
can be tolerated. The combination of such tests can be used to test
whether M groups of samples (with K allowed to vary from group to group)
come from respective common distributions, which may vary from group to
group. This is useful in testing for treatment effects in randomized
(incomplete) block designs or in examining whether several laboratories
perform equally well when asked to measure a sufficient number of test
speciments from different batches or materials.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0_2-2
+ Revision: b760b44
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7187 |14cr|radmind-1.14.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Remotely administer the file systems of multiple unix machines
Name:		radmind
Version:	1.14.1
Release:	2
License:	BSD
Group:		System/Servers
Url:		http://rsug.itd.umich.edu/
Source0:	http://rsug.itd.umich.edu/software/radmind/files/%{name}-%{version}.tar.gz
Source2:	radmind-1.3.2-init
Source3:	radmind-1.3.2-sysconfig
Source4:	radmind-1.3.2-config
Source5:	radmind-1.3.2.pam-0.77
Patch0:		radmind-system_libs.diff
BuildRequires:	libsnet-devel
BuildRequires:	pam-devel
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires(post,preun):	rpm-helper
Requires:	diffutils
Requires:	openssl

%description
A suite of Unix command-line tools and a server designed to remotely administer
the file systems of multiple Unix machines.

At its core, radmind operates as a tripwire. It is able to detect changes to
any managed filesystem object, e.g. files, directories, links, etc. However,
radmind goes further than just integrity checking: once a change is detected,
radmind can optionally reverse the change.

Each managed machine may have its own loadset composed of multiple, layered
overloads. This allows, for example, the operating system to be described
separately from applications.

Loadsets are stored on a remote server. By updating a loadset on the server,
changes can be pushed to managed machines.

%files
%doc COPYRIGHT README SPEC
%attr(0755,root,root) %{_initrddir}/radmind
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/radmind
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/radmind
%attr(0750,root,root) %dir %{_localstatedir}/lib/radmind
%attr(0644,root,root) %config(noreplace) %{_localstatedir}/lib/radmind/config
%attr(0750,root,root) %dir %{_sysconfdir}/pki/radmind
%{_bindir}/*
%{_sbindir}/*
%attr(0750,root,root) %dir %{_localstatedir}/lib/radmind/command
%attr(0750,root,root) %dir %{_localstatedir}/lib/radmind/file
%attr(0750,root,root) %dir %{_localstatedir}/lib/radmind/special
%attr(0750,root,root) %dir %{_localstatedir}/lib/radmind/tmp
%attr(0750,root,root) %dir %{_localstatedir}/lib/radmind/tmp/file
%attr(0750,root,root) %dir %{_localstatedir}/lib/radmind/tmp/transcript
%attr(0750,root,root) %dir %{_localstatedir}/lib/radmind/transcript
%{_mandir}/man?/*

%post
%_post_service radmind

%preun
%_preun_service radmind

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .system_snet_libs

mkdir -p Mandriva
cp %{SOURCE2} Mandriva/radmind-1.3.2-init
cp %{SOURCE3} Mandriva/radmind-1.3.2-sysconfig
cp %{SOURCE4} Mandriva/radmind-1.3.2-config
cp %{SOURCE5} Mandriva/radmind-1.3.2-pam

%build
%serverbuild

%configure2_5x \
	--with-server="localhost" \
	--with-radminddir=%{_localstatedir}/lib/radmind \
	--with-ssl=%{_prefix}

perl -pi -e "s|^GNU_DIFF.*|GNU_DIFF=%{_bindir}/diff|g" Makefile
perl -pi -e "s|^CERTDIR.*|CERTDIR=%{_sysconfdir}/pki/radmind|g" Makefile
perl -pi -e "s|^RADMINDSYSLOG.*|RADMINDSYSLOG=LOG_LOCAL7|g" Makefile

%make \
	OPTOPTS="%{optflags}" \
	VERSION="%{version}-%{release}"

%install
# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

install -d %{buildroot}%{_sysconfdir}/pam.d
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_localstatedir}/lib/radmind/command
install -d %{buildroot}%{_localstatedir}/lib/radmind/file
install -d %{buildroot}%{_localstatedir}/lib/radmind/special
install -d %{buildroot}%{_localstatedir}/lib/radmind/tmp
install -d %{buildroot}%{_localstatedir}/lib/radmind/tmp/file
install -d %{buildroot}%{_localstatedir}/lib/radmind/tmp/transcript
install -d %{buildroot}%{_localstatedir}/lib/radmind/transcript

%makeinstall_std

install -m0755 Mandriva/radmind-1.3.2-init %{buildroot}%{_initrddir}/radmind
install -m0644 Mandriva/radmind-1.3.2-sysconfig %{buildroot}%{_sysconfdir}/sysconfig/radmind
install -m0644 Mandriva/radmind-1.3.2-config %{buildroot}%{_localstatedir}/lib/radmind/config
install -m0644 Mandriva/radmind-1.3.2-pam %{buildroot}%{_sysconfdir}/pam.d/radmind


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.1-2
+ Revision: 47e599a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7188 |14cr|R-AER-1.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  AER
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.2.2
Release:          2
Summary:          Applied Econometrics with R
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/AER_1.2-2.tar.gz
Requires:         R-stats R-car R-Formula R-lmtest R-sandwich R-strucchange
Requires:         R-survival R-zoo R-stats
%if %{with bootstrap}
Requires:         R-boot R-dynlm R-effects R-foreign R-ineq R-KernSmooth
Requires:         R-lattice R-MASS R-nlme R-nnet R-np R-plm R-pscl R-quantreg
Requires:         R-ROCR R-sampleSelection R-scatterplot3d R-systemfit R-rgl
Requires:         R-truncreg R-tseries R-urca
%else
Requires:         R-boot R-dynlm R-effects R-foreign R-ineq R-KernSmooth
Requires:         R-lattice R-MASS R-mlogit R-nlme R-nnet R-np R-plm R-pscl
Requires:         R-quantreg R-ROCR R-sampleSelection R-scatterplot3d
Requires:         R-systemfit R-rgl R-truncreg R-tseries R-urca
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats R-car
BuildRequires:    R-Formula R-lmtest R-sandwich R-strucchange R-survival R-zoo
BuildRequires:    R-stats
%if %{with bootstrap}
BuildRequires:    R-boot R-dynlm R-effects R-foreign R-ineq R-KernSmooth
BuildRequires:    R-lattice R-MASS R-nlme R-nnet R-np R-plm R-pscl R-quantreg
BuildRequires:    R-ROCR R-sampleSelection R-scatterplot3d R-systemfit R-rgl
BuildRequires:    R-truncreg R-tseries R-urca
%else
BuildRequires:    R-boot R-dynlm R-effects R-foreign R-ineq R-KernSmooth
BuildRequires:    R-lattice R-MASS R-mlogit R-nlme R-nnet R-np R-plm R-pscl
BuildRequires:    R-quantreg R-ROCR R-sampleSelection R-scatterplot3d
BuildRequires:    R-systemfit R-rgl R-truncreg R-tseries R-urca
%endif

%description
Functions, data sets, examples, demos, and vignettes for the book
Christian Kleiber and Achim Zeileis (2008), Applied Econometrics with R,
Springer-Verlag, New York. ISBN 978-0-387-77316-2. (See the vignette for a
package overview.)

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-2
+ Revision: eb9f2c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7189 |14cr|R-affy-1.40.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  affy
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.40.0
Release:          2
Summary:          Methods for Affymetrix Oligonucleotide Arrays
Group:            Sciences/Mathematics
License:          LGPL (>= 2.0)
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/affy_1.40.0.tar.gz
Requires:         R-Biobase R-affyio R-Biobase R-BiocInstaller R-graphics
Requires:         R-grDevices R-methods R-preprocessCore R-stats R-utils
Requires:         R-zlibbioc R-tkWidgets
Requires:         R-BiocGenerics
%if %{without bootstrap}
Requires:         R-affydata
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-Biobase
BuildRequires:    R-affyio R-Biobase R-BiocInstaller R-graphics
BuildRequires:    R-grDevices R-methods R-preprocessCore R-stats R-utils
BuildRequires:    R-zlibbioc R-tkWidgets
BuildRequires:    R-BiocGenerics
%if %{without bootstrap}
BuildRequires:    R-affydata
%endif

%description
The package contains functions for exploratory oligonucleotide array
analysis. The dependence on tkWidgets only concerns few convenience
functions. 'affy' is fully functional without it.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/tests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-2
+ Revision: 5774324
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7190 |14cr|R-affydata-1.11.15-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  affydata
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.11.15
Release:          3
Summary:          Affymetrix Data for Demonstration Purpose
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              None
Source0:          http://bioconductor.org/packages/2.9/data/experiment/src/contrib/affydata_1.11.15.tar.gz
Requires:         R-affy 
Requires:         R-methods 
Requires:         R-hgu95av2cdf R-hgu133acdf 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-affy
BuildRequires:    R-methods 
BuildRequires:    R-hgu95av2cdf R-hgu133acdf 

%description
Example datasets of a slightly large size. They represent 'real world
examples', unlike the artificial examples included in the package affy.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/celfiles
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extracelfiles
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.11.15-3
+ Revision: aeca061
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7191 |14cr|R-affyio-1.30.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  affyio
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.30.0
Release:          2
Summary:          Tools for parsing Affymetrix data files
Group:            Sciences/Mathematics
License:          LGPL (>= 2)
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/affyio_1.30.0.tar.gz
Requires:         R-methods 
Requires:         R-zlibbioc 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-zlibbioc 
BuildRequires:    zlib-devel

%description
Routines for parsing Affymetrix data files based upon file format
information. Primary focus is on accessing the CEL and CDF file formats.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-2
+ Revision: 458ae9e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7192 |14cr|R-AGD-0.30-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  AGD
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.30
Release:          2
Summary:          Analysis of Growth Data
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-gamlss 


BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-gamlss


%description
Tools for NIHES course EP18 'Analysis of Growth Data', May 22-23 2012,

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30-2
+ Revision: 01e5965
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7193 |14cr|rage-0.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Enlightened media center
Name:		rage
Version:	0.1.0
Release:	1
Epoch:		1
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	edje
BuildRequires:	evas
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(emotion)
BuildRequires:	pkgconfig(evas)

%description
This is a media center designed mostly for use on a television hooked up to
your pc via a remote control. see the key controls at the end to make your
remote send the right keystrokes - eventually this will be 100% configurable
via the gui.

%files
%doc AUTHORS README ChangeLog NEWS TODO
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_libdir}/%{name}/utils/rage_thumb

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/pixmaps
mv %{buildroot}%{_datadir}/icons/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

%changelog
* Tue Sep 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.1.0-1
+ Revision: 25b47e3
- Update to release tarball, update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7194 |14cr|ragel-6.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ragel
Version:        6.8
Release:        2
Summary:        Finite state machine compiler

Group:          Development/Other
License:        GPLv2+
URL:            http://www.cs.queensu.ca/~thurston/ragel/
Source0:        http://www.cs.queensu.ca/~thurston/ragel/%{name}-%{version}.tar.gz

BuildRequires:  transfig

%description
Ragel compiles finite state machines from regular languages into executable C,
C++, Objective-C, D, Java or Ruby code.

Ragel state machines can not only recognize byte sequences as regular
expression machines do, but can also execute code at arbitrary points in the
recognition of a regular language.

Code embedding is done using inline operators that do not disrupt the regular
language syntax.

%prep
%setup -q

%build
%configure2_5x
%make
pushd doc
%make
popd


%install
%makeinstall
chmod a-x examples/*
pushd doc
%makeinstall
popd

%clean

%files
%doc COPYING ragel.vim
%doc examples
%doc doc/ragel-guide.pdf
%{_bindir}/ragel
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.8-2
+ Revision: 9430541
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7195 |14cr|raggle-0.4.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name raggle
%define version 0.4.4
%define release 6

Summary: A console RSS aggregator with a curses ui
Name: %name
Version: %version
Release: %release
License: BSD-like
Group: Networking/News
URL: http://www.raggle.org/
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: ruby-devel
Requires: ruby-ncurses
BuildArch: noarch

%description
Raggle is a console RSS aggregator, written in Ruby. Features include 
customizable keybindings, basic HTML rendering, HTTP proxy support, 
OPML import/export, themes, support for various versions of RSS, 
Screen support. browser auto-detection, and more. 

%prep
%setup -q 

%clean
rm -rf %buildroot

%install
rm -rf %buildroot
make install PREFIX=%buildroot/%_prefix
rm -Rf %buildroot/%_datadir/doc/

%files
%defattr(-,root,root)
%doc AUTHORS  ChangeLog  doc/*  README  TODO
%doc BUGS     COPYING 
%_bindir/*
%_mandir/man1/*
%_datadir/%name/





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-6
+ Revision: dbd7b5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7196 |14cr|rails-4.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Web-application framework with template engine, control-flow layer, and ORM
Name:		rails
Version:	4.1.1
Release:	3
Source0:	http://rubygems.org/downloads/%{name}-%{version}.gem
License:	MIT
Group:		System/Servers
Url:		http://www.rubyonrails.org/
BuildArch:	noarch
BuildRequires:	ruby-RubyGems

%description
Rails is a full-stack framework for developing database-backed web
applications according to the Model-View-Control pattern. From the
Ajax in the view, to the request and response in the controller, to
the domain model wrapping the database, Rails gives you a pure-Ruby
development environment. To go live, all you need to add is a database
and a web server.

%prep
%setup -c

%build

%install

gem install -E -n %{buildroot}%{_bindir} --no-ri --no-rdoc --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache


%files
%{ruby_gemdir}/gems/%{name}-%{version}
%{ruby_gemdir}/specifications/%{name}-%{version}.gemspec

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.1-3
+ Revision: b1c6606
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7197 |14cr|rakarrack-0.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    Guitar FX processor emulator
Name:       rakarrack
Version:    0.6.1
Release:    3
License:    GPLv2
Group:      Sound
URL:        http://rakarrack.sourceforge.net/
Source0:    http://dfn.dl.sourceforge.net/sourceforge/rakarrack/%{name}-%{version}.tar.bz2
Patch0:     rakarrack-0.6.1-strfmt.patch
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(cairo)
BuildRequires:  pkgconfig(pixman-1)
BuildRequires:  alsa-utils
BuildRequires:  desktop-file-utils
BuildRequires:  fltk-devel
BuildRequires:  jackit-devel
BuildRequires:  libpng-devel
BuildRequires:  libxau-devel
BuildRequires:  libxdmcp-devel
BuildRequires:  libxpm-devel
BuildRequires:  xcb-devel
BuildRequires:  libxft-devel
BuildRequires:  libsamplerate-devel
BuildRequires:  sndfile-devel

%description
Rakarrack is a FX processor emulator for guitar and other purposes. It provides
many effects: tcompressor, expander, noise gate, graphic equalizer, parametric
equalizer, exciter, shuffle, convolotron, valve, flanger, dual flange, chorus,
musicaldelay, arpie, echo with reverse playback, musical delay, reverb,
digital phaser, analogic phaser, synthfilter, varyband, ring, wah-wah,
alien-wah, mutromojo, harmonizer, looper and four flexible distortion modules
including sub-octave modulation and dirty octave up. It features real time
processing, JACK support, an online tuner, bank and preset managment, and a
monophonic MIDI converter. Patch files from previous versions can be converted
using the provided rakconvert script.

%prep
%setup -q
%patch0 -p1
sed -ie 's/<Fl\//<FL\//g' src/global.h src/process.C

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%defattr(-,root,root,0755)
%doc %{_docdir}/%{name}
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0755,root,root) %{_bindir}/rakconvert
%attr(0755,root,root) %{_bindir}/rakgit2new
%attr(0755,root,root) %{_bindir}/rakverb
%attr(0755,root,root) %{_bindir}/rakverb2
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-3
+ Revision: ea2c6c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7198 |14cr|R-akima-0.5.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  akima
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.5.11
Release:          2
Summary:          Interpolation of irregularly spaced data
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/akima_0.5-11.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
Linear or cubic spline interpolation for irregular gridded data

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.11-2
+ Revision: bd85e30
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7199 |14cr|R-ALL-1.4.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ALL
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.4.11
Release:          3
Summary:          A data package
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              None
Source0:          http://bioconductor.org/packages/data/experiment/src/contrib/ALL_1.4.11.tar.gz
Requires:         R-Biobase 
Requires:         R-rpart 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-Biobase
BuildRequires:    R-rpart 

%description
Data of T- and B-cell Acute Lymphocytic Leukemia from the Ritz Laboratory
at the DFCI (includes Apr 2004 versions)

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.11-3
+ Revision: 44a9bd1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7200 |14cr|R-alr3-2.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  alr3
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.0.5
Release:          3
Summary:          Data to accompany Applied Linear Regression 3rd edition
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-car 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-car

%description
This package is a companion to the textbook S. Weisberg (2005), "Applied
Linear Regression," 3rd edition, Wiley. It includes all the data sets
discussed in the book (except one), and a few functions that are tailored
to the methods discussed in the book.  As of version 2.0.0, this package
depends on the car package. Many functions formerly in alr3 have been
renamed and now reside in car. Data files have beeen lightly modified to
make some data columns row labels.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.5-3
+ Revision: b900e90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7201 |14cr|R-amap-0.8.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  amap
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.8.12
Release:          2
Summary:          Another Multidimensional Analysis Package
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/amap_0.8-12.tar.gz
Requires:         R-Biobase 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-Biobase 

%description
Tools for Clustering and Principal Component Analysis (With robusts
methods, and parallelized functions).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/exec
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/po



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.12-2
+ Revision: fb65f8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7202 |14cr|R-Amelia-1.7.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname Amelia
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.7.2 
Release:          3
Summary:          Amelia II: A Program for Missing Data
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-core >= 2.15.3 R-foreign R-utils R-Rcpp >= 0.10.0.4 R-RcppArmadillo
Requires:         liblapack libblas
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-core >= 2.15.3 R-foreign R-utils R-Rcpp >= 0.10.0.4 R-RcppArmadillo
BuildRequires:    lapack-devel

%description
Amelia II multiply imputes missing data in a single
cross-section (such as a survey), from a time series (like
variables collected for each year in a country), or from a
time-series-cross-sectional data set (such as collected by
years for each of several countries). Amelia II implements our
bootstrapping-based algorithm that gives essentially the same
answers as the standard IP or EMis approaches, is usually
considerably faster than existing approaches and can handle
many more variables. Unlike Amelia I and other statistically
rigorous imputation software, it virtually never crashes (but
please let us know if you ﬁnd to the contrary!). The program
also generalizes existing approaches by allowing for trends in
time series across observations within a crosssectional unit,
as well as priors that allow experts to incorporate beliefs
they have about the values of missing cells in their data.
Amelia II also includes useful diagnostics of the ﬁt of
multiple imputation models. The program works from the R
command line or via a graphical user interface that does not
require users to know R.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/gui
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/test

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.2-3
+ Revision: 4724d1e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7203 |14cr|R-anchors-3.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  anchors
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.0.8
Release:          2
Summary:          Statistical analysis of surveys with anchoring vignettes
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/anchors_3.0-8.tar.gz
Requires:         R-rgenoud R-MASS 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-rgenoud R-MASS
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Tools for analyzing survey responses with anchors.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
# %doc %{rlibdir}/%{packname}/doc.tmp
%doc %{rlibdir}/%{packname}/html
# %doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.8-2
+ Revision: c737fff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7204 |14cr|rancid-2.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _localstatedir /var/lib
%define _bindir %{_libdir}/%{name}/bin
%define _sysconfdir /etc/%{name}

%if %{?mdkversion:0}%{?!mdkversion:1}
%global notmdk 1
%endif

Name:		rancid
Version:	2.3.3
Release:	2
Summary:	Really Awesome New Cisco confIg Differ
Group:		Monitoring
License:	GPL
URL:		http://www.shrubbery.net/rancid/
Source:		ftp://ftp.shrubbery.net/pub/rancid/rancid-%{version}.tar.gz
Source1:	README.rancid.urpmi
Requires:	cvs expect >= 5.40
BuildRequires:	expect >= 5.40
Requires(pre):	%{?!notmdk:rpm-helper}%{?notmdk:/usr/sbin/useradd}
Requires(postun):	%{?!notmdk:rpm-helper}%{?notmdk:/usr/sbin/userdel}
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
RANCID monitors a router's (or more generally a device's) configuration,
including software and hardware (cards, serial numbers, etc) and uses CVS
(Concurrent Version System) or Subversion  to maintain history of changes.

RANCID does this by the very simple process summarized here:

    * login to each device in the router table (router.db),
    * run various commands to get the information that will be saved,
    * cook the output; re-format, remove oscillating or incrementing data,
    * email any differences (sample) from the previous collection to a mail
      list,
    * and finally commit those changes to the reivision control system

RANCID also includes looking glass software. It is based on Ed Kern's looking
glass which was once used for http://nitrous.digex.net/, for the old-school
folks who remember it. Our version has added functions, supports cisco,
juniper, and foundry and uses the login scripts that come with rancid; so it
can use telnet or ssh to connect to your devices(s).

Rancid currently supports Cisco routers, Juniper routers, Catalyst switches,
Foundry switches, Redback NASs, ADC EZT3 muxes, MRTd (and thus likely IRRd),
Alteon switches, and HP Procurve switches and a host of others.

Rancid is known to be used at: AOL, Global Crossing, MFN, NTT America,
Certainty Solutions Inc. 

%prep
%setup -q
cp %{SOURCE1} README.urpmi

%build
%configure
%make

%install
rm -Rf %{buildroot}
mkdir -p %{buildroot}/%{_sysconfdir}/ %{buildroot}/%{_localstatedir}/%{name}
%makeinstall_std
perl -pi -e 's/^([^#\$])/# $1/g' %{buildroot}/%{_datadir}/%{name}/cloginrc.sample

perl -pi -e 's,^BASEDIR=%{_localstatedir},BASEDIR=%{_localstatedir}/%{name},g;s,/usr/bin\;,%{_sbindir}\;,' %{buildroot}/%{_sysconfdir}/rancid.conf

mkdir -p %{buildroot}/%{_sysconfdir}/../cron.d/
cat << EOF >> %{buildroot}/%{_sysconfdir}/../cron.d/%{name}
# Rancid cron jobs

# Run config differ hourly
1 * * * * rancid %{_libdir}/rancid/rancid-run

# Clean out config differ logs
50 23 * * * rancid /usr/bin/find /var/lib/rancid/logs -type f -mtime +2 -exec rm {} \;
EOF

%clean
rm -Rf %{buildroot}

%pre
%_pre_useradd %{name} %{_localstatedir}/%{name} /bin/false

%postun
%_postun_userdel %{name}

%files
%defattr(-,root,root)
%dir %{_sysconfdir}
%config(noreplace) %{_sysconfdir}/*
%config(noreplace) %{_sysconfdir}/../cron.d/%{name}
%{_libdir}/%{name}
%{_datadir}/%{name}
%attr(750,rancid,rancid) %{_localstatedir}/%{name}
%doc %{_mandir}/man?/*
%doc README README.lg share/README.misc README.urpmi





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.3-2
+ Revision: cc0691c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7205 |14cr|R-animation-2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  animation
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.2
Release:          2
Summary:          A gallery of animations in statistics and utilities to create animations
Group:            Sciences/Mathematics
License:          GPLv2 | GPLv3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core


Requires:         R-MASS 

BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-MASS
BuildRequires:    x11-server-xvfb

%description
This package contains a variety of functions for animations in statistics,
covering areas such as probability theory, mathematical statistics,
multivariate statistics, nonparametric statistics, sampling survey, linear
models, time series, computational statistics, data mining and machine
learning. These functions might be helpful in teaching statistics and data
analysis. Also provided in this package are several approaches to save
animations to various formats, e.g. Flash, GIF, HTML pages, PDF and videos
(saveSWF(), saveGIF(), saveHTML(), saveLatex(), and saveVideo()
respectively). PDF animations can be inserted into Sweave/knitr easily.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Need to setup some fonts for check...
# %check
# xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/articles
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/misc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-2
+ Revision: 8bdd4fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7206 |14cr|R-annotate-1.40.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with internet
%bcond_with bootstrap
%global packname  annotate
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.40.0
Release:          2
Summary:          Annotation for microarrays
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/annotate_1.40.0.tar.gz
Requires:         R-AnnotationDbi 
Requires:         R-Biobase R-AnnotationDbi R-DBI R-xtable R-graphics
Requires:         R-utils R-stats R-methods R-Biobase R-tkWidgets R-XML
%if %{without bootstrap}
Requires:         R-hgu95av2.db R-genefilter R-Biostrings R-rae230a.db
Requires:         R-rae230aprobe R-GO.db R-org.Hs.eg.db R-org.Mm.eg.db
Requires:         R-hom.Hs.inp.db
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-AnnotationDbi
BuildRequires:    R-Biobase R-AnnotationDbi R-DBI R-xtable R-graphics R-utils
BuildRequires:    R-stats R-methods  R-Biobase R-tkWidgets R-XML
%if %{without bootstrap}
BuildRequires:    R-hgu95av2.db R-genefilter R-Biostrings R-rae230a.db
BuildRequires:    R-rae230aprobe R-GO.db R-org.Hs.eg.db R-org.Mm.eg.db
BuildRequires:    R-hom.Hs.inp.db
%endif

%description
Using R enviroments for annotation.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
    %if %{with internet}
%check
%{_bindir}/R CMD check %{packname}
    %endif
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/misc
%{rlibdir}/%{packname}/unitTests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-2
+ Revision: 1738722
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7207 |14cr|R-AnnotationDbi-1.24.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  AnnotationDbi
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.24.0
Release:          2
Summary:          Annotation Database Interface
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-methods R-utils R-Biobase R-DBI R-RSQLite R-IRanges
Requires:         R-XML R-RCurl R-RUnit
%if %{without bootstrap}
Requires:         R-hgu95av2.db R-GO.db R-human.db0 R-hgu95av2cdf
Requires:         R-org.Sc.sgd.db R-org.At.tair.db R-affy R-KEGG.db
Requires:         R-seqnames.db R-reactome.db R-AnnotationForge R-graph R-org.TguttataTestingSubset.eg.db
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-utils R-Biobase R-methods R-utils R-Biobase R-DBI
BuildRequires:    R-RSQLite R-IRanges R-XML R-RCurl R-RUnit 
%if %{without bootstrap}
BuildRequires:    R-hgu95av2.db R-GO.db R-human.db0 R-hgu95av2cdf
BuildRequires:    R-org.Sc.sgd.db R-org.At.tair.db R-affy R-KEGG.db
BuildRequires:    R-seqnames.db R-reactome.db R-AnnotationForge R-graph R-org.TguttataTestingSubset.eg.db
%endif

%description
Provides user interface and database connection code for annotation data
packages using SQLite data storage.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/NOTES-Herve
%doc %{rlibdir}/%{packname}/TODO
%{rlibdir}/%{packname}/DBschemas
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/script
%{rlibdir}/%{packname}/unitTests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.24.0-2
+ Revision: 89fdb64
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7208 |14cr|R-AnnotationForge-1.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  AnnotationForge
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.4.0
Release:          2
Summary:          Code for Building Annotation Database Packages
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-methods R-utils R-BiocGenerics R-Biobase R-AnnotationDbi R-org.Hs.eg.db 
Requires:         R-methods R-utils R-DBI R-RSQLite R-BiocGenerics R-Biobase 
Requires:         R-DBI R-RSQLite R-XML R-RCurl R-hgu95av2.db R-human.db0 R-affy R-Homo.sapiens R-hom.Hs.inp.db R-GO.db R-BiocStyle R-knitr 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-utils R-BiocGenerics R-Biobase R-AnnotationDbi R-org.Hs.eg.db
BuildRequires:    R-methods R-utils R-DBI R-RSQLite R-BiocGenerics R-Biobase 
BuildRequires:   R-DBI R-RSQLite R-XML R-RCurl R-hgu95av2.db R-human.db0 R-affy R-Homo.sapiens R-hom.Hs.inp.db R-GO.db R-BiocStyle R-knitr 
%description
Provides code for generating Annotation packages and their databases. 
Packages produced are intended to be used with AnnotationDbi.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/TODO
%{rlibdir}/%{packname}/NOTES-Herve
%{rlibdir}/%{packname}/AnnDbPkg-templates
%{rlibdir}/%{packname}/ProbePkg-template
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/script
%{rlibdir}/%{packname}/seqnames-template
%{rlibdir}/%{packname}/unitTests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-2
+ Revision: 4085a86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7209 |14cr|ranpwd-1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ranpwd
Version:        1.2
Release:        6
Summary:        Program for generating random passwords
License:        GPL
Group:          Text tools
URL:            ftp://ftp.kernel.org/pub/software/utils/admin/ranpwd/
Source0:        ftp://ftp.kernel.org/pub/software/utils/admin/ranpwd/ranpwd-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
The ranpwd program can be used to generate random passwords using the in-kernel
cryptographically secure random number generator.

%prep
%setup -q

%build
%{configure2_5x}
%{make}

%install
%{__rm} -rf %{buildroot}
%{make} install INSTALLROOT=%{buildroot}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc
%attr(0755,root,root) %{_bindir}/ranpwd
%{_mandir}/man1/ranpwd.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-6
+ Revision: d5cff0f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7210 |14cr|R-ape-3.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ape
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.1.2
Release:          2
Summary:          Analyses of Phylogenetics and Evolution


Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/ape_3.1-2.tar.gz
Requires:         R-gee R-nlme R-lattice
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires: R-expm
Requires: R-expm
BuildRequires:    R-gee R-nlme R-lattice
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
ape provides functions for reading, writing, plotting, and manipulating
phylogenetic trees, analyses of comparative data in a phylogenetic
framework, analyses of diversification and macroevolution, computing
distances from allelic and nucleotide data, reading nucleotide sequences,
and several tools such as Mantel's test, computation of minimum spanning
tree, generalized skyline plots, estimation of absolute evolutionary rates
and clock-like trees using mean path lengths, non-parametric rate
smoothing and penalized likelihood. Phylogeny estimation can be done with
the NJ, BIONJ, ME, MVR, SDM, and triangle methods, and several methods
handling incomplete distance matrices (NJ*, BIONJ*, MVR*, and the
corresponding triangle method).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENCE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.2-2
+ Revision: c1d2835
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7211 |14cr|rapicorn-13.07.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define api 1307
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Rapid development toolkit
Name:		rapicorn
Version:	13.07.0
Release:	1
License:	GPLv2+
Group:		Sound
Url:		https://testbit.eu/wiki/Rapicorn_Home
Source0:	http://rapicorn.org/dist/%{name}/%{name}-%{version}.tar.bz2
Patch0:		rapicorn-13.07.0-libpng.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libxml2-utils
BuildRequires:	intltool
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangoft2)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(python)

%description
Rapicorn is a toolkit for rapid development of graphical user interfaces using 
C++ and Python. Rapicorn is developed with the aim to significantly improve 
developer efficiency and user experience.

%files -f %{name}.lang
%doc README AUTHORS COPYING* NEWS
%{_docdir}/rapicorn%{api}
%{_bindir}/*
%{_mandir}/man1/*
%{_libdir}/aidacc-%{api}
%{py_puresitedir}/Aida%{api}
%{py_puresitedir}/Rapicorn%{api}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
License:	LGPLv2+
Group:		System/Libraries

%description -n %{libname}
Rapicorn is a toolkit for rapid development of graphical user interfaces using 
C++ and Python. Rapicorn is developed with the aim to significantly improve 
developer efficiency and user experience.

%files -n %{libname}
%{_libdir}/librapicorn%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group: 		Development/C
License:	LGPLv2+
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%doc ChangeLog
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export CFLAGS="$CFLAGS -D_GLIBCXX_USE_NANOSLEEP -D_GLIBCXX_USE_SCHED_YIELD"
export CXXFLAGS="$CFLAGS -D_GLIBCXX_USE_NANOSLEEP -D_GLIBCXX_USE_SCHED_YIELD"
export LIBS="-lrt -lcairo"
%configure2_5x
make

%install
%makeinstall_std

%find_lang %{name} --all-name


%changelog
* Tue Aug 05 2014 abondrov <andrey.bondrov@rosalab.ru> 13.07.0-1
+ Revision: 7672c43
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7212 |14cr|rapid-photo-downloader-0.4.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rapid-photo-downloader
Version:	0.4.9
Release:	2
Summary:	Images downloader for external devices
License:	GPLv2
Group:		Graphics
URL:		http://damonlynch.net/rapid
Source0:	https://launchpad.net/rapid/trunk/%{version}/+download/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:	desktop-file-utils
BuildRequires:  gettext


Requires:	findutils
Requires:	pythonegg(pil)
Requires:	pythonegg(kaa-metadata)
Requires:	pythonegg(hachoir-metadata)
Requires:	perl(Image::ExifTool)
Requires:	fbida
Requires:	gtk2
Requires:	pygtk2.0
Requires:	python-exiv2 >= 0.3.0
Requires:	exiv2
Requires:	hicolor-icon-theme
Requires:	gnome-python-gconf
Requires:	ffmpegthumbnailer
Requires:	pkgconfig(notify-python)
Suggests:	librsvg2

%description
Rapid Photo Downloader is written by a photographer for professional
and amateur photographers. Released under the GNU GPL license, it is
designed for use on the Linux Desktop. It can download photos from
multiple cameras, memory cards, and Portable Storage Devices
simultaneously. It provides many options for sub-folder
creation, image renaming and backup.

%files -f rapid-photo-downloader.lang
%doc rapid/AUTHORS rapid/ChangeLog rapid/COPYING README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}.xpm
%{py_puresitedir}/rapid/
%{py_puresitedir}/*.egg-info
# kde integration, we'll keep it
%{_datadir}/kde4/apps/solid/actions/rapid-photo-downloader.desktop
%{_datadir}/appdata/rapid-photo-downloader.appdata.xml
%{_mandir}/man1/%{name}.1*


#---------------------------------------------------------------------

%prep
%setup -q

cp  rapid/{ChangeLog,COPYING,AUTHORS} .
pod2man --section=1 -u --release=%version  --center "" doc/rapid-photo-downloader.pod > %name.1


%build
python setup.py build




%install
python setup.py install --root=%{buildroot}

desktop-file-install                                        \
    --dir=%{buildroot}%{_datadir}/applications              \
    %{buildroot}%{_datadir}/applications/%{name}.desktop
  
# man    
install -d %buildroot/%_mandir/man1
install -m 644 %name.1 %buildroot/%_mandir/man1/

# fix attr
find %{buildroot}%{py_puresitedir}/rapid/ -name "*.py*" -exec chmod 755 {} \;
chmod 644 %{buildroot}%{_datadir}/appdata/rapid-photo-downloader.appdata.xml

# fix shebang 
sed -i -e '1i#!/usr/bin/python' \
    %{buildroot}%{py_puresitedir}/rapid/{rpdmultiprocessing,prefs,higdefaults,config,ValidatedEntry,__init__,paths}.py

%find_lang rapid-photo-downloader



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.9-2
+ Revision: 3af13f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7213 |14cr|R-aplpack-1.2.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  aplpack
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.2.9
Release:          2
Summary:          Another Plot PACKage: stem.leaf, bagplot, faces, spin3R, slider functions
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/aplpack_1.2.9.tar.gz
Requires:         R-tcltk 
Requires:         R-tkrplot 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-tcltk
BuildRequires:    R-tkrplot 
%rename R-cran-aplpack

%description
set of functions for drawing some special plots: stem.leaf plots a stem
and leaf plot bagplot plots a bagplot faces plots chernoff faces spin3R
for an inspection of a 3-dim point cloud slider functions for interactive

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
# %{rlibdir}/%{packname}/pdf
%{rlibdir}/%{packname}/src



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.9-2
+ Revision: e83ca1c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7214 |14cr|R-arm-1.6.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  arm
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.6.10
Release:          2
Summary:          Data Analysis Using Regression and Multilevel/Hierarchical Models
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.6-10.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-MASS R-Matrix R-stats R-lme4 
Requires:         R-abind R-methods R-coda R-nlme 
# Requires:         R-R2WinBUGS R-foreign 
BuildRequires:    R-devel Rmath-devel texlive-latex R-MASS R-Matrix R-stats R-lme4
BuildRequires:    R-abind R-methods R-coda R-nlme 
# BuildRequires:   R-R2WinBUGS R-foreign 

%description
R functions for processing lm, glm, svy.glm, merMod and polr outputs.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.10-2
+ Revision: fe8cc6d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7215 |14cr|rarpd-ss981107-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The RARP daemon
Name:		rarpd
Version:	ss981107
Release:	9
License:	GPL
Group:		System/Servers
URL:		ftp://ftp.inr.ac.ru/ip-routing/dhcp.bootp.rarp/
Source0:	rarpd-%{version}.tar.bz2
Patch0:		rarpd-%{version}.patch
Patch1:		rarpd-norun.patch
Patch2:		rarpd-ss981107-initscript.patch
Patch3:		rarpd-ss981107-override-tftpboot-dir.patch
Requires(post,preun):	rpm-helper
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
RARP (Reverse Address Resolution Protocol) is a protocol which allows
individual devices on an IP network to get their own IP addresses from the
RARP server.  Some machines (e.g. SPARC boxes) use this protocol instead
of e.g. DHCP to query their IP addresses during network bootup.
Linux kernels up to 2.2 used to provide a kernel daemon for this service,
but since 2.3 kernels it is served by this userland daemon.

You should install rarpd if you want to set up a RARP server on your
network.

%prep
%setup -q -n rarpd
%patch0 -p1
%patch1 -p1
%patch2 -p1 -b .initscript
%patch3 -p1 -b .tftpdir

%build
%make CFLAGS="%{optflags} -Wall -DTFTPDIR='\"%{_localstatedir}/lib/tftpboot\"'"

%install
rm -rf %{buildroot}

install -m755 rarpd.init -D %{buildroot}%{_initrddir}/rarpd
install -m755 rarpd -D %{buildroot}%{_sbindir}/rarpd
install -m644 rarpd.8 -D %{buildroot}%{_mandir}/man8/rarpd.8

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%attr(0755,root,root) %{_initrddir}/rarpd
%{_sbindir}/rarpd
%{_mandir}/man8/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> ss981107-9
+ Revision: 310234e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7216 |14cr|R-arules-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  arules
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.1.3
Release:          2
Summary:          Mining Association Rules and Frequent Itemsets
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/arules_1.1-3.tar.gz
Requires:         R-stats
Requires:         R-methods
Requires:         R-Matrix
%if %{without bootstrap}
Requires:         R-pmml
Requires:         R-arulesViz
%endif
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-stats
BuildRequires:    R-methods
BuildRequires:    R-Matrix
%if %{without bootstrap}
BuildRequires:    R-pmml
BuildRequires:    R-arulesViz
%endif
BuildRequires:    pkgconfig(lapack)

%description
Provides the infrastructure for representing, manipulating and analyzing
transaction data and patterns (frequent itemsets and association rules).
Also provides interfaces to C implementations of the association mining
algorithms Apriori and Eclat by C. Borgelt.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-2
+ Revision: 85b2c77
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7217 |14cr|R-arulesViz-0.1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  arulesViz
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.1.9
Release:          2
Summary:          arulesViz - Visualizing Association Rules and Frequent Itemsets
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/arulesViz_0.1-9.tar.gz
Requires:         R-arules R-MASS R-scatterplot3d R-vcd R-seriation R-igraph
Requires:         R-iplots R-Rgraphviz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-arules
BuildRequires:    R-MASS R-scatterplot3d R-vcd R-seriation R-igraph
BuildRequires:    R-iplots R-Rgraphviz

%description
Various visualization techniques for association rules and itemsets. The
packages also includes several interactive visualizations for rule
exploration. This package extends package arules.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.9-2
+ Revision: f388db1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7218 |14cr|rasmol-2.7.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           rasmol
Summary:        Molecular Graphics Visualization Tool
Version:        2.7.5.2
Release:        3
License:        GPLv2 and LGPLv2
Group:          Sciences/Chemistry
URL:            http://www.rasmol.org
Source:         http://www.rasmol.org/software/rasmol-%{version}-13May11.tar.gz
Source1:        rasmol.png
Source2:        rasmol.desktop
Source3:        grasmol.desktop
Source4:        rasmol
Patch1:         rasmol-2.7.5-23Jul09-gtk.patch
Patch2:         rasmol-2.7.5-23Jul09-64b.patch
Patch3:         rasmol-2.7.5-23Jul09-man.patch
Patch4:         RasMol-2.7.5.2_sprintf.patch

BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xi)
BuildRequires:  pkgconfig(xpm)
BuildRequires:  imake
BuildRequires:  gccmakedep

BuildRequires:  CVector-devel
BuildRequires:  NearTree-devel
BuildRequires:  CQRlib-devel
BuildRequires:  CBFlib-devel
BuildRequires:  xforms-devel

# GTK version:
BuildRequires:  gtk2-devel
BuildRequires:  vte-devel

# Script better support
Requires:       xterm

# Icons dir
Requires:       hicolor-icon-theme

%description
RasMol is a molecular graphics program intended for the visualization of
proteins, nucleic acids and small molecules. The program is aimed at
display, teaching and generation of publication quality images.

%package gtk
Summary:  GTK version of %{name}
Group:    Sciences/Chemistry
Requires: %{name} = %{EVRD}
%description gtk
%{summary}.

%package doc
Summary:   Documentation and examples for %{name}
Group:     Sciences/Chemistry
BuildArch: noarch
%description doc
%{summary}.

%prep
%setup -qn RasMol-2.7.5.2
# Fix GTK2 headers dependency
%patch1 -p1
# 64b version require one more definition
%if "%{?__isa_bits}"  == "64"
%patch2 -p1
%endif
# Fix man file
%patch3 -p1
# Fix build error with -Werror=format-security
%patch4 -p1

pushd src
# Fix harcoded vars
# 1) All substitutions beside RASMOLDIR. It is what could brake compilation and compilation only so it is instalation safety.
# 2) RASMOLDIR. It is handle where place PDB and help files. If they (files) whould be in some
#    other place, /usr/lib/rpm/check-files will provide an error.
sed -i -e 's|PKGDIR = $(HOME)|PKGDIR = /usr|' -e 's|/usr/local|/usr|g' \
-e 's|RASMOLDIR = $(USRLIBDIR)/rasmol/|RASMOLDIR = %{_datadir}/rasmol/|' \
-e 's|CBFLIB_DIR)/include/cbflib|CBFLIB_DIR)/include/cbf|' Imakefile_base
# Fix 64b libs location
%if "%{?_lib}" == "lib64"
sed -i -e 's|_DIR)/lib|_DIR)/lib|' Imakefile_base
%endif
popd

# Mac only
rm data/RSML_fixup.csh
# Fix perms
chmod 0644 data/* doc/* ChangeLog/* html_graphics/*
chmod 0644 src/*.[ch]
chmod 0644 ChangeLog.html NOTICE README.html TODO.html history.html PROJECTS

# unzip pdf-s
ls doc/*.pdf.gz | xargs gzip -d

iconv -f ISO-8859-1 -t UTF-8 doc/itrasmol2721.hlp > doc/itrasmol2721_utf.hlp
mv doc/itrasmol2721_utf.hlp doc/itrasmol2721.hlp

%build
pushd src

# GTK version
./rasmol_build_options.sh --pixeldepth=32 --use_gtk
xmkmf

# mistake in sources packaging
unlink rasmol.man

%make CCOPTIONS="%{optflags}"
mv rasmol grasmol

# Clean
make distclean

# Xlib version
./rasmol_build_options.sh --pixeldepth=32 --use_xformslib
xmkmf
%make CCOPTIONS="%{optflags}"

popd

%install
make -C src DESTDIR="%{buildroot}" install install.man

# Make "rasmol" to be "binary rasmol" as main run will be in the script
mv %{buildroot}%{_bindir}/rasmol %{buildroot}%{_bindir}/rasmolb
# And it is "this" scrit that call rasmolb through xterm
install -D -p -m 755 %{SOURCE4} %{buildroot}%{_bindir}/rasmol

# Install GTK version of rasmol
install -D -p -m 755 src/grasmol %{buildroot}%{_bindir}/grasmol

install -p -d %{buildroot}%{_datadir}/rasmol/data
cp data/* %{buildroot}%{_datadir}/rasmol/data/

# Menu icons
install -D -m 644 %{SOURCE1} %{buildroot}/%{_miconsdir}/%{name}.png
install -D -m 644 %{SOURCE2} %{buildroot}/%{_iconsdir}/%{name}.png
install -D -m 644 %{SOURCE3} %{buildroot}/%{_liconsdir}/%{name}.png


desktop-file-install -m 644 --dir=%{buildroot}%{_datadir}/applications/ %{SOURCE2}
desktop-file-install -m 644 --dir=%{buildroot}%{_datadir}/applications/ %{SOURCE3}

# Remove dublicates with -doc subpackage
rm -f %{buildroot}%{_datadir}/%{name}/{1crn,3cro}.pdb

# not all in doc/ must be in %%doc
# it should be here in %%install section as man page for rasmol is installed from doc/ dir
mv doc doc_prep && mkdir doc
mv doc_prep/*.pdf doc_prep/*.html doc_prep/Licenses.txt doc_prep/README doc_prep/*.hlp doc_prep/RASLIC doc/

%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%files
%doc ChangeLog
%doc GPL NOTICE RASLIC README.txt
%{_bindir}/rasmol
%{_bindir}/rasmolb
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/data
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/*.png
%{_miconsdir}/*.png
%{_iconsdir}/*.png

%files gtk
%{_bindir}/grasmol
%{_datadir}/applications/grasmol.desktop

%files doc
%doc doc html_graphics
%doc ChangeLog.html ChangeLog.txt GPL NOTICE PROJECTS RASLIC README.html README.txt TODO.html TODO.txt history.html
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/data
%{_datadir}/%{name}/data/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.5.2-3
+ Revision: c06a506
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7219 |14cr|ratfiv-1.0.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:		Ratfiv fortran preprocessor
Name:			ratfiv
Version:		1.0.5
Release:		8
License:		GPL
Group:			Development/Other
Buildrequires:		gcc-gfortran
Source0:		%name-%version.tar.bz2
patch0:                 ratfiv-1.0.5-fix-gfortran.patch
URL:			http://sauvy.ined.fr/~brouard/%{name}
BuildRoot:		%{_tmppath}/%{name}-buildroot
ExclusiveArch:		%{ix86} ia64 x86_64 amd64

%description
This is ratfiv (ratfor -> rat4 -> rat5) a fortran preprocessor which 
was used on VAX system.

%prep 
%setup -q
%patch0 -p0 

%build
make

%install
mkdir -p $RPM_BUILD_ROOT/%_bindir
install -m755 stage1/ratfiv $RPM_BUILD_ROOT/%_bindir
install -m755 ratfor $RPM_BUILD_ROOT/%_bindir/ratforf77
mkdir -p $RPM_BUILD_ROOT/%_mandir/man1
install -m644 doc/ratfiv.man $RPM_BUILD_ROOT/%_mandir/man1/ratfiv.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README doc/%{name}.doc doc/%{name}.pdf doc/%{name}.html
%{_bindir}/*
%{_mandir}/man1/*







%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-8
+ Revision: e7ec03b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7220 |14cr|ratpoints-2.1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Name:		ratpoints
Group:		Sciences/Mathematics
License:	GPLv2
Summary:	Find rational points on hyperelliptic curves
Version:	2.1.3
Release:	5
Source0:	http://www.mathe2.uni-bayreuth.de/stoll/programs/%{name}-%{version}.tar.gz
Source1:	%{name}.1
URL:		http://www.sagemath.org

BuildRequires:	gmp-devel
BuildRequires:	gzip

Patch0:		ratpoints-2.1.3-shared.patch

%description
Ratpoints is a program that uses an optimized quadratic sieve algorithm
in order to find rational points on hyperelliptic curves.

%package -n     %{libname}
Summary:        Shared library for %{name}
Group:          System/Libraries

%description -n     %{libname}
Ratpoints shared library

%package        devel
Summary:        Development files for %{name}
Requires:       %{name} = %{EVRD}

%description    devel
Header and library for development with %{name}.

%prep
%setup -q

%patch0	-p1

sed -e "s/-Wall -O2 -fomit-frame-pointer/%{optflags}/" \
   -e "s/-shared/& $RPM_LD_FLAGS -lgmp -lm/" \
      -i Makefile

%build
%make CCFLAGS="%{optflags} -fPIC"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_includedir}
%makeinstall_std LIBDIR=%{_libdir} install
install -p -D -m644 %{SOURCE1} %{buildroot}/%{_mandir}/man1/%{name}.1

%check
LD_LIBRARY_PATH=$PWD: make test

%files
%doc gpl-2.0.txt
%doc ratpoints-doc.pdf
%{_bindir}/ratpoints
%{_mandir}/man1/ratpoints.1*

%files -n %{libname}
%{_libdir}/libratpoints.so.%{major}

%files          devel
%{_includedir}/ratpoints.h
%{_libdir}/libratpoints.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.3-5
+ Revision: 4e248b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7221 |14cr|ratpoison-1.4.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	ratpoison
%define version 1.4.5
%define release 4

Name:		%{name}
Summary:	Simple Window Manager largely modelled after Screen
Group:		Graphical desktop/Other
Version:	%{version}
Release:	%{release}
License:	GPL
URL:		http://www.nongnu.org/ratpoison/
Source0:	http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Patch0:		ratpoison-1.4.5-link.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	readline-devel

%description
Ratpoison is a simple window manager with no large library dependencies,
no fancy graphics, no window decorations, and no rodent dependence. It
is largely modeled after GNU Screen, which has done wonders in the
virtual terminal market. All interaction with the window manager is done
through keystrokes. ratpoison has a prefix map to minimize the key
clobbering that cripples EMACS and other quality pieces of software. All
windows are maximized and kept maximized to avoid wasting precious
screen space.

%prep
%setup -q
%patch0 -p0

%build
export CFLAGS="%optflags -DHAVE_GETLINE"
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std
rm -rf %{buildroot}/usr/share/doc/%{name}

# startfile
%{__cat} > %{buildroot}%{_bindir}/start%{name} << EOF
exec %{_bindir}/%{name}
EOF

# session file
%{__install} -d %{buildroot}%{_sysconfdir}/X11/wmsession.d
%{__cat} > %{buildroot}%{_sysconfdir}/X11/wmsession.d/16%{name} << EOF
NAME=%{name}
EXEC=%{_bindir}/start%{name}
DESC=%{name} window manager
SCRIPT:
exec %{_bindir}/start%{name}
EOF




%files
%doc INSTALL README TODO doc/ipaq.ratpoisonrc doc/sample.ratpoisonrc AUTHORS COPYING contrib/genrpbindings contrib/split.sh NEWS
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/16%{name}
%attr(644,root,root) %{_mandir}/man1/%{name}.1*
%attr(644,root,root) %{_infodir}/%{name}.info*
%{_datadir}/%{name}
%defattr(755,root,root,755)
%{_bindir}/start%{name}
%{_bindir}/%{name}
%{_bindir}/rpws

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.5-4
+ Revision: 20121c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7222 |14cr|raul-0.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 10
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:		raul
Version:	0.8.0
Release:	3
Summary:	Realtime Audio Utility Library
License:	GPLv2+
Group:		System/Libraries
Url:		http://drobilla.net/software/raul/
Source0:	http://download.drobilla.net/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	waf
BuildRequires:	boost-devel
BuildRequires:	glib2-devel >= 2.2

%description
Raul (Realtime Audio Utility Library) is a C++ utility library 
primarily aimed at audio/musical applications.

%package -n %{libname}
Summary:	%{summary}
Group:		%{group}

Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
Raul (Realtime Audio Utility Library) is a C++ utility library
primarily aimed at audio/musical applications.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C++

Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}

%description -n %{develname}
This package contains development files for %{name}.

%prep
%setup -q

%build
%setup_compile_flags
./waf configure \
	--prefix=%{_prefix} \
	--datadir=%{_datadir} \
	--libdir=%{_libdir} \
	--includedir=%{_includedir}

./waf build

%install
rm -rf %{buildroot}
./waf install --destdir=%{buildroot}
chmod 0755 %{buildroot}%{_libdir}/libraul.so.%{major}*

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS README ChangeLog
%{_libdir}/lib%{name}.so.*

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-3
+ Revision: f72539a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7223 |14cr|rawdog-2.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           rawdog
Version:        2.19
Release:        2
Summary:        An RSS aggregator 
Group:          Networking/News
License:        GPL
URL:            http://offog.org/code/rawdog.html
Source0:        http://offog.org/files/%{name}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
%description
rawdog is an RSS Aggregator Without Delusions Of Grandeur. Written in Python, 
it uses Mark Pilgrim's feed parser to read RSS 0.9, 1.0, 2.0, CDF and Atom 
feeds. 

It runs from cron, collects articles from a number of feeds, and generates a 
static HTML page listing the newest articles in date order. It supports 
per-feed customizable update times, and uses ETags, Last-Modified, and gzip 
compression to minimize network bandwidth usage.

%prep
%setup -q

%install
python setup.py install --prefix=%{buildroot}/%_prefix

%clean

%files
%defattr(-,root,root,-)
%doc README config NEWS PLUGINS style.css 
%{_bindir}/rawdog
%{py_puresitedir}/rawdoglib/
%{py_puresitedir}/*.egg-info
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.19-2
+ Revision: b0ab4ff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7224 |14cr|rawstudio-2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2.0
%define major 0
%define libname %mklibname %{name} %{api} %{major}

Summary:	Graphical tool to convert raw images of digital cameras
Name:		rawstudio
Version:	2.0
Release:	7
License:	GPLv2+
Group:		Graphics
Url:		http://rawstudio.org/
Source0:	http://rawstudio.org/files/release/%{name}-%{version}.tar.gz
Patch0:		rawstudio-2.0-rosa-linkage.patch
Patch1:		rawstudio-2.0-rosa-libpng.patch
BuildRequires:	GConf2
BuildRequires:	imagemagick
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(flickcurl)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(lensfun)
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)

%description
Rawstudio is an open source raw-image converter written in GTK+.

Features:
* Reads all dcraw supported formats
* Internal 16bit rgb
* Various post-shot controls (white balance, saturation and exposure
  compensation among others)
* Realtime histogram
* Optimized for MMX, 3dnow! and SSE (detected runtime)
* Easy sorting of images
* Fullscreen mode for better overview

%files -f %{name}.lang
%doc README
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/rawspeed
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_miconsdir}/*.png

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 2.0-6

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
# required for patch0
autoreconf -fi
cp configure.ac configure.in

%configure2_5x --disable-static
%make

%install
%makeinstall_std
%find_lang %{name}

install -d %{buildroot}%{_datadir}/icons/{large,mini}

convert pixmaps/rawstudio.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert pixmaps/rawstudio.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
cp pixmaps/rawstudio.png %{buildroot}%{_liconsdir}/%{name}.png

rm -fr %{buildroot}%{_includedir} %{buildroot}%{_libdir}/{*.so,*.la,pkgconfig}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-7
+ Revision: ed56aae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7225 |14cr|rawtherapee-4.0.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rawtherapee
Version:	4.0.12
Release:	2
Summary:	Raw image processing software
Group:		Graphics
License:	GPLv3 and MIT and IJG
URL:		http://www.rawtherapee.com/
Source0:	http://rawtherapee.com/shared/source/%{name}-%{version}.tar.xz
Patch0:		rawtherapee-4.0.12-link.patch
Patch1:		dcraw-9.19-CVE-2013-1438.patch
BuildRequires:	cmake >= 2.6
BuildRequires:	pkgconfig(expat) >= 2.0
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(fftw3f)
BuildRequires:	pkgconfig(gio-2.0) >= 2.16
BuildRequires:	pkgconfig(giomm-2.4) >= 2.12
BuildRequires:	pkgconfig(glib-2.0) >= 2.16
BuildRequires:	pkgconfig(glibmm-2.4) >= 2.16
BuildRequires:	pkgconfig(gobject-2.0) >= 2.16
BuildRequires:	pkgconfig(gthread-2.0) >= 2.16
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.12
BuildRequires:	pkgconfig(gtkmm-2.4) >= 2.22
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libiptcdata)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	bzip2-devel
BuildRequires:	mercurial
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	png-devel
BuildRequires:	libgomp-devel
Requires:	hicolor-icon-theme

%description
Rawtherapee is a RAW image processing software. It gives full control over
many parameters to enhance the raw picture before finally exporting it
to some common image format.

%prep
%setup -q -n %{name}-%{version}
%apply_patches

%build
%cmake -DBUILD_SHARED_LIBS=OFF
%make

%install
%makeinstall_std -C build

# These file are taken from the root already
rm -rf %{buildroot}%{_datadir}/doc/rawtherapee

%files
%doc AUTHORS.txt LICENSE.txt COMPILE.txt RELEASE_NOTES.txt
%{_bindir}/rawtherapee
%{_bindir}/camconst.json
%{_datadir}/rawtherapee
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/rawtherapee.png
%{_mandir}/man1/%{name}.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.12-2
+ Revision: 818c860
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7226 |14cr|raw-thumbnailer-3.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Thumbnail generator for raw images
Name:		raw-thumbnailer
Version:	3.0.0
Release:	2
License:	GPLv2+
Group:		Graphics
Url:		http://libopenraw.freedesktop.org/wiki/RawThumbnailer
Source0:	http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libopenraw-gnome-1.0)
BuildRequires:	intltool

%description
This simple program generates thumbnails of digital camera raw 
image files using libopenraw and GDK. It supports the same file 
formats as libopenraw.This thumbnailer is designed to be small,
lightweight and fast.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/%{name}
%{_datadir}/mime/packages/raw-thumbnailer.xml
%{_datadir}/thumbnailers/raw.thumbnailer


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-2
+ Revision: 664f83c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7227 |14cr|razercfg-0.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		razercfg
Version:	0.19
Release:	2
Summary:	Razer device configuration tool
Group:		System/Configuration/Hardware
License:	GPLv2
URL:		http://bues.ch/cms/hacking/razercfg.html
Source0:	http://bues.ch/razercfg/%{name}-%{version}.tar.bz2
Source1:	razerd.service
BuildRequires:	python-qt4
BuildRequires:	cmake
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	python-devel
Patch0:		libdir_64_fix.patch

%description
This is the next generation Razer device configuration tool
bringing the Razer gaming experience to the free open source world.
This utility is a replacement for the old deathaddercfg tool.
The tool architecture is based on "razerd", which is a background
daemon doing all of the lowlevel privileged hardware accesses.
The user interface tools are "razercfg", a commandline tool;
and "qrazercfg", a QT4 based graphical device configuration tool.

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
#cd build/
%makeinstall_std -C build

mkdir -p %{buildroot}%{_unitdir}/

%{__install} -m 0755 %{SOURCE1} -D %{buildroot}%{_unitdir}/razerd.service

%post
%_post_service razerd.service

%preun
%_preun_service razerd.service

%files
%doc COPYING README
%{_bindir}/*
%{_sbindir}/razerd
%{_unitdir}/razerd.service
%{_libdir}/librazer.so
%{_sysconfdir}/pm/sleep.d/50-razer
%{_sysconfdir}/udev/rules.d/01-razer-udev.rules

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.19-2
+ Revision: 9645a5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7228 |14cr|razorqt-0.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define qtxdglibdevel	%mklibname qtxdg -d
%define libnamedevel	%mklibname  %name -d
%define _name		razor

Name:		%{_name}qt
Version:	0.5.2
Release:	2
License:	LGPLv2+
Source0:	https://github.com/downloads/Razor-qt/razor-qt/%{name}-%{version}.tar.bz2
Group:		Graphical desktop/Other
Summary:	Razor is a lightweight desktop toolbox
Url:		http://%{_name}-qt.org

BuildRequires:	gcc-c++
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	magic-devel
BuildRequires:	qt4-devel
BuildRequires:	qt4-linguist
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(polkit-qt-1)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libstatgrab)
BuildRequires:	desktop-file-utils


%description
Razor-qt is an advanced, easy-to-use, and fast desktop environment based on 
Qt technologies. It has been tailored for users who value simplicity, speed, 
and an intuitive interface. 

#------------------------------------------------------------------------------

%define		librazormount_major 0
%define		librazormount %mklibname razormount %{librazormount_major}

%package -n	%librazormount
Summary:	RazorQt shared library
Group:		System/Libraries
License:	LGPLv2+

%description -n %librazormount
%{summary}

%files -n	%librazormount
%_libdir/lib%{_name}mount.so.%{librazormount_major}*

#------------------------------------------------------------------------------

%define		librazorqt_major 0
%define		librazorqt %mklibname razorqt %{librazorqt_major}

%package -n	%librazorqt
Summary:	RazorQt shared library
Group:		System/Libraries
License:	LGPLv2+

%description -n %librazorqt
%{summary}

%files -n	%librazorqt
%_libdir/lib%{_name}qt.so.%{librazorqt_major}*

#------------------------------------------------------------------------------

%define		librazorqxt_major 0
%define		librazorqxt %mklibname razorqxt %{librazorqxt_major}

%package -n	%librazorqxt
Summary:	Customized part of the libqxt library
Group:		System/Libraries
# BSD3 (gpl2 and gpl3 compatible, as from http://fedoraproject.org/wiki/Licensing#SoftwareLicenses)
License:	BSD

%description -n %librazorqxt
%{summary}

%files -n	%librazorqxt
%doc libraries/%{_name}qxt/LICENSE
%_libdir/lib%{_name}qxt.so.%{librazorqxt_major}*

#------------------------------------------------------------------------------

%define		libqtxdg_major 0
%define		libqtxdg %mklibname qtxdg %{libqtxdg_major}

%package -n	%libqtxdg
Summary:	Xdg manipulation library using Qt4
Group:		System/Libraries
# qiconloader.cpp and qiconloader_p.h -> lgplv2
# xdg* files -> lgplv2+
License:	LGPLv2+

%description -n %libqtxdg
%{summary}

%files -n	%libqtxdg
%_libdir/libqtxdg.so.%{libqtxdg_major}*

#--------------------------------------------------------------------

%package -n     %libnamedevel
Summary:	RazorQt development package
Group:		Development/Other
Requires:	%librazormount = %{version}-%{release}
Requires:	%librazorqt = %{version}-%{release}
Requires:	%librazorqxt = %{version}-%{release}
License:	GPLv2 and LGPLv2+

%description -n %libnamedevel
%{summary}

%files -n	%libnamedevel
%{_libdir}/lib%{_name}*.so
%{_includedir}/%{_name}*/
%{_bindir}/%{_name}-x11info
%{_libdir}/pkgconfig/%{_name}mount.pc
%{_libdir}/pkgconfig/%{_name}qxt.pc
%{_libdir}/pkgconfig/%{name}.pc

#------------------------------------------------------------------------------

%package -n     %{qtxdglibdevel}
Summary:	Development files for QtXdg library
Group:		Development/Other
Requires:	%{libqtxdg} = %{version}-%{release}
License:	LGPLv2+

%description -n %{qtxdglibdevel}
%{summary}

%files -n	%{qtxdglibdevel}
%{_libdir}/libqtxdg.so
%{_includedir}/qtxdg/
%{_libdir}/pkgconfig/qtxdg.pc

#--------------------------------------------------------------------

%package	appswitcher
Summary:	RazorQt application switcher
Group:		System/X11
Requires:	%{name}-data = %{version}-%{release}
License:	LGPLv2+

Conflicts:	%{name}-appswitcher <= 0.4.1
Obsoletes:	%{name}-appswitcher <= 0.4.1

%description    appswitcher
%{summary}

%files		appswitcher
%{_bindir}/%{_name}-appswitcher

#--------------------------------------------------------------------

%package	desktop
Summary:	RazorQt desktop
Group:		Graphical desktop/Other
Requires:	%{name}-data = %{version}-%{release}
Requires:	%{name}-config-desktop = %{version}-%{release}
License:	LGPLv2+

Conflicts:	%{name}-desktop <= 0.4.1
Obsoletes:	%{name}-desktop <= 0.4.1

%description    desktop
%{summary}

%files		desktop
%{_bindir}/%{_name}-desktop
%{_libdir}/%{_name}-desktop
%dir %{_datadir}/%{_name}
%{_sysconfdir}/%{_name}/desktop.conf
%{_datadir}/%{_name}/%{_name}-desktop/

#--------------------------------------------------------------------

%package	panel
Summary:	RazorQt panel
Group:		Graphical desktop/Other
License:	LGPLv2+
Requires:	%{name}-data  = %{version}-%{release}
Requires:	%{name}-config-appearance = %{version}-%{release}
Requires:	%{name}-config-mouse = %{version}-%{release}

Conflicts:	%{name}-panel <= 0.4.1
Obsoletes:	%{name}-panel <= 0.4.1

%description    panel
%{summary}

%files		panel
%{_bindir}/%{_name}-panel
%{_libdir}/%{_name}-panel/
%{_datadir}/%{_name}/%{_name}-panel/
%{_sysconfdir}/%{_name}/%{_name}-panel/panel.conf

#--------------------------------------------------------------------

%package	data
Summary:	RazorQt resources and shared data
Group:		Graphical desktop/Other

Conflicts:	%{name}-data <= 0.4.1
Obsoletes:	%{name}-data <= 0.4.1

%description    data
%{summary}

%files		data
%dir %{_datadir}/%{_name}
%dir %{_datadir}/%{_name}/themes
%dir %{_datadir}/%{_name}/graphics
%{_sysconfdir}/%{_name}/%{_name}.conf
%{_datadir}/%{_name}/graphics/*
%{_datadir}/%{_name}/themes/*
%config %_sysconfdir/xdg/menus/%{_name}-applications.menu
%config %_sysconfdir/xdg/autostart/*.desktop
%config %_sysconfdir/%{_name}/windowmanagers.conf
%{_datadir}/desktop-directories/%{_name}*
%{_datadir}/lib%{name}
%{_datadir}/libqtxdg/
# temp files - it will be removed when it becomes part of upstream
%{_libdir}/%{_name}-xdg-tools
%{_datadir}/icons/hicolor/scalable/apps/laptop-lid*

#--------------------------------------------------------------------

%package	autosuspend
Summary:	RazorQt autosuspend application
Group:		Graphical desktop/Other
Requires:	%{name}-data = %{version}-%{release}
Requires:	%{name}-config-autosuspend = %{version}-%{release}
Requires:	%{name}-power = %{version}-%{release}
License:	LGPLv2+

%description	autosuspend
%{summary}

%files		autosuspend
%{_bindir}/%{_name}-autosuspend
#% {_datadir}/applications/% {_name}-autosuspend.desktop
%dir %{_datadir}/%{_name}/%{_name}-autosuspend
%{_datadir}/%{_name}/%{_name}-autosuspend/*
%{_iconsdir}/hicolor/scalable/apps/%{_name}-autosuspend.svg

#--------------------------------------------------------------------

%package	power
Summary:	RazorQt power application
Group:		Graphical desktop/Other
Requires:	%{name}-data = %{version}-%{release}
License:	LGPLv2+

Conflicts:	%{name}-power <= 0.4.1
Obsoletes:	%{name}-power <= 0.4.1

%description    power
%{summary}

%files		power
%{_bindir}/%{_name}-power
%dir %{_datadir}/%{_name}/%{_name}-power
%{_datadir}/%{_name}/%{_name}-power/*.qm
%{_datadir}/applications/%{_name}-power.desktop

#--------------------------------------------------------------------

%package	runner
Summary:	RazorQt runner application
Group:		Graphical desktop/Other
Requires:	%{name}-data = %{version}-%{release}
License:	LGPLv2+

Conflicts:	%{name}-runner <= 0.4.1
Obsoletes:	%{name}-runner <= 0.4.1

%description    runner
%{summary}

%files		runner
%{_bindir}/%{_name}-runner
%dir %{_datadir}/%{_name}/%{_name}-runner
%{_datadir}/%{_name}/%{_name}-runner/*

#--------------------------------------------------------------------

%package	notificationd
Summary:	RazorQt notification system
Group:		Graphical desktop/Other
Requires:	%{name}-config-notificationd

%description	notificationd
%{summary}

%files		notificationd
%{_bindir}/%{_name}-notificationd
%{_datadir}/%{_name}/%{_name}-notificationd/*.qm

#--------------------------------------------------------------------

%package	globalkeyshortcuts
Summary:	RazorQt global key shortcuts system
Group:		Graphical desktop/Other
Requires:	%{name}-config-globalkeyshortcuts

%description	globalkeyshortcuts
%{summary}

%files		globalkeyshortcuts
%{_bindir}/%{_name}-globalkeyshortcuts

#--------------------------------------------------------------------

%package	session
Summary:	RazorQt session
Group:		Graphical desktop/Other
Requires:	%{name}-data = %{version}-%{release}
Requires:	%{name}-config-session = %{version}-%{release}
Requires:	%{name}-notificationd = %{version}-%{release}
Requires:	%{name}-globalkeyshortcuts = %{version}-%{release}
Requires:	openbox
License:	LGPLv2+

Conflicts:	%{name}-session <= 0.4.1
Obsoletes:	%{name}-session <= 0.4.1
Obsoletes:	%{name}-openbox <= %{version}, %{name}-wm <= %{version}

%description    session
%{summary}

%files		session
%{_bindir}/%{_name}-session
%{_bindir}/%{_name}-about
%{_bindir}/%{_name}-openssh-askpass
%{_datadir}/%{_name}/%{_name}-openssh-askpass/%{_name}-openssh-askpass*.qm
%{_bindir}/start%{_name}
%{_datadir}/applications/%{_name}-about.desktop
%{_sysconfdir}/%{_name}/session.conf
%dir %{_datadir}/%{_name}/%{_name}-session
%{_datadir}/%{_name}/%{_name}-session/*
%{_sysconfdir}/X11/wmsession.d/*

#--------------------------------------------------------------------

%package	config
Summary:	RazorQt config tools
Group:		Graphical desktop/Other
License:	LGPLv2+
Requires:	%{name}-data = %{version}-%{release}

Conflicts:	%{name}-config <= 0.4.1
Obsoletes:	%{name}-config <= 0.4.1

%description    config
%{summary}

%files		config
%{_bindir}/%{_name}-config
%{_datadir}/applications/%{_name}-config.desktop
%{_datadir}/applications/%{_name}-config-qtconfig.desktop
%config %_sysconfdir/xdg/menus/%{_name}-config.menu
%dir %{_datadir}/%{_name}/%{_name}-config
%{_datadir}/%{_name}/%{_name}-config/razor-config-appearance*.qm
%{_datadir}/%{_name}/%{_name}-config/%{_name}-config_*.qm

#--------------------------------------------------------------------

%package	config-globalkeyshortcuts
Summary:	RazorQt globalkeyshortcuts configuration tool
Group:		Graphical desktop/Other
Requires:	%{name}-config = %{version}-%{release}

%description	config-globalkeyshortcuts
%{summary}

%files		config-globalkeyshortcuts	
%{_bindir}/%{_name}-config-globalkeyshortcuts
%{_datadir}/applications/%{_name}-config-globalkeyshortcuts.desktop
%{_datadir}/%{_name}/%{_name}-config-globalkeyshortcuts/%{_name}-config-globalkeyshortcuts*.qm

#--------------------------------------------------------------------

%package	config-notificationd
Summary:	RazorQt notificationd configuration tool
Group:		Graphical desktop/Other
Requires:	%{name}-config = %{version}-%{release}

%description	config-notificationd
%{summary}

%files		config-notificationd	
%{_bindir}/%{_name}-config-notificationd
%{_datadir}/applications/%{_name}-config-notificationd.desktop
%{_datadir}/%{_name}/%{_name}-config-notificationd/*.qm

#--------------------------------------------------------------------

%package	config-desktop
Summary:	RazorQt desktop configuration tool
Group:		Graphical desktop/Other
Requires:	%{name}-config = %{version}-%{release}

%description	config-desktop
%{summary}

%files		config-desktop	
%{_bindir}/%{_name}-config-desktop
%{_datadir}/applications/%{_name}-config-desktop.desktop


#--------------------------------------------------------------------

%package	config-autosuspend
Summary:	RazorQt autosuspend configuration tool
Group:		Graphical desktop/Other
Requires:	%{name}-config = %{version}-%{release}

%description	config-autosuspend
%{summary}

%files		config-autosuspend	
%{_bindir}/%{_name}-config-autosuspend
%{_datadir}/applications/%{_name}-config-autosuspend.desktop
%{_datadir}/%{_name}/%{_name}-config-autosuspend/%{_name}-config-autosuspend*.qm

#--------------------------------------------------------------------

%package	config-session
Summary:	RazorQt session configuration tool
Group:		Graphical desktop/Other
Requires:	%{name}-config = %{version}-%{release}

%description	config-session
%{summary}

%files		config-session	
%{_bindir}/%{_name}-config-session
%{_datadir}/applications/%{_name}-config-session.desktop
%dir %{_datadir}/%{_name}/%{_name}-config-session
%{_datadir}/%{_name}/%{_name}-config-session/*

#--------------------------------------------------------------------

%package	config-mouse
Summary:	RazorQt mouse configuration tool
Group:		Graphical desktop/Other
Requires:	%{name}-config = %{version}-%{release}
License:	GPLv2 or GPLv3

%description	config-mouse
%{summary}

%files		config-mouse	
%{_bindir}/%{_name}-config-mouse
%{_datadir}/applications/%{_name}-config-mouse.desktop
%{_datadir}/%{_name}/%{_name}-config/%{_name}-config-mouse*.qm

#--------------------------------------------------------------------

%package	config-appearance
Summary:	RazorQt appearance configuration tool
Group:		Graphical desktop/Other
Requires:	%{name}-config = %{version}-%{release}
License:	LGPLv2+

%description	config-appearance
%{summary}

%files		config-appearance	
%{_bindir}/%{_name}-config-appearance
%{_datadir}/applications/%{_name}-config-appearance.desktop


#--------------------------------------------------------------------

%package	confupdate
Summary:	RazorQt configuration update tool
Requires:	%{name}-data = %{version}-%{release}

Conflicts:	%{name}-confupdate <= 0.4.1
Obsoletes:	%{name}-confupdate <= 0.4.1

%description	confupdate
Tool to update configuration from razorqt version 0.4.1 to 0.5.0

%files		confupdate
%{_bindir}/%{_name}-confupdate
%dir %{_datadir}/%{_name}/%{_name}-confupdate
%{_datadir}/%{_name}/%{_name}-confupdate/desktop-041-050.py
%{_datadir}/%{_name}/%{_name}-confupdate/%{_name}-0.5.upd
%{_libdir}/%{_name}-confupdate_bin/sesion_modules

#--------------------------------------------------------------------

%package	policykit
Summary:	RazorQt policykit integration
Group:		System/X11

%description policykit
RazorQt policykit integration.

%files policykit
%{_datadir}/%{_name}/%{_name}-policykit-agent/%{_name}-policykit-agent*.qm
%{_bindir}/razor-policykit-agent

#--------------------------------------------------------------------

%prep
%setup -q
# silence rpmlint's complains about non-readable
# source files in debuginfo
find . -name "*.cpp" -o -name "*.h" -o -name LICENSE |xargs chmod 0644

%build
%cmake_qt4
%make 

#% find_lang %{name}

%install
%makeinstall_std -C build

for i in `find %{buildroot}%{_datadir}/applications/ -type f -name "*.desktop"`;
do
	desktop-file-validate $i
done

#========================================
# the session file

mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
outfile=%{buildroot}%{_sysconfdir}/X11/wmsession.d/05%{_name}

cat > $outfile << EOF
NAME=RazorDesktop
DESC=The RazorQt Desktop Environment
EXEC=/usr/bin/start%{_name}
SCRIPT:
exec /usr/bin/start%{_name}

EOF

rm -f %{buildroot}%{_datadir}/apps/kdm/sessions/*.desktop
rm -f %{buildroot}%{_datadir}/xsessions/*.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.2-2
+ Revision: 25c3bf1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7229 |14cr|R-base64enc-0.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  base64enc
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.1.2
Release:          1
Summary:          Tools for base64 encoding
Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.1-2.tar.gz

BuildRequires:    R-devel Rmath-devel texlive


%description
This package provides tools for handling base64 encoding. It is more
flexible than the orphaned base64 package.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Sun Aug 31 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-1
+ Revision: f3d9ea6
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7230 |14cr|R-BatchJobs-1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BatchJobs
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.3
Release:          1
Summary:          Batch computing with R
Group:            Sciences/Mathematics
License:          BSD_3_clause + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-BBmisc R-methods 
Requires:         R-checkmate R-utils R-stats R-digest R-DBI R-RSQLite R-sendmailR R-brew R-stringr R-fail 
Requires:         R-testthat R-MASS 
BuildRequires:    R-devel Rmath-devel R-BBmisc R-methods
BuildRequires:    R-checkmate R-utils R-stats R-digest R-DBI R-RSQLite R-sendmailR R-brew R-stringr R-fail 
BuildRequires:   R-testthat R-MASS 
%description
Provides Map, Reduce and Filter variants to generate jobs on batch
computing systems like PBS/Torque, LSF, SLURM and Sun Grid Engine.
Multicore and SSH systems are also supported. For further details see the
project web page.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/bin
%{rlibdir}/%{packname}/etc

%changelog
* Thu Sep 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-1
+ Revision: a4483aa
- Merge from jekatigr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7231 |14cr|R-BayesX-0.2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BayesX
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.2.7
Release:          2
Summary:          R Utilities Accompanying the Software Package BayesX
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/BayesX_0.2-7.tar.gz
Requires:         R-akima R-shapefiles 
Requires:         R-sp R-colorspace R-coda R-splines 
Requires:         R-spdep 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-akima R-shapefiles
BuildRequires:    R-sp R-colorspace R-coda R-splines 
BuildRequires:    R-spdep 

%description
This package provides functionality for exploring and visualising
estimation results obtained with the software package BayesX for
structured additive regression. It also provides functions that allow to
read, write and manipulate map objects that are required in spatial
analyses performed with BayesX, a free software for estimating structured
additive regression models (http://www.stat.uni-muenchen.de/~bayesx).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.7-2
+ Revision: 79666dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7232 |14cr|R-BB-2014.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BB
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2014.1.1
Release:          2
Summary:          Solving and Optimizing Large-Scale Nonlinear Systems
Group:            Sciences/Mathematics
License:          GPLv3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2014.1-1.tar.gz

%define debug_package %{nil}

Requires:         R-setRNG R-survival R-Hmisc R-numDeriv 
BuildRequires:    R-devel Rmath-devel texlive-latex 

BuildRequires:   R-setRNG R-survival R-Hmisc R-numDeriv 
%description
Barzilai-Borwein spectral methods for solving nonlinear system of
equations, and for optimizing nonlinear objective functions subject to
simple constraints. A tutorial style introduction to this package is
available in a vignette on the CRAN download page or, when the package is
loaded in an R session, with vignette("BB").

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/[RIC]*
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2014.1.1-2
+ Revision: eeaf007
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7233 |14cr|R-BBmisc-1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BBmisc
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.7
Release:          1
Summary:          Miscellaneous helper functions for B. Bischl
Group:            Sciences/Mathematics
License:          BSD_3_clause + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz


Requires:         R-stats R-checkmate 
Requires:         R-testthat R-microbenchmark 
BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-stats R-checkmate 
BuildRequires:   R-testthat R-microbenchmark 

%description
Miscellaneous helper functions for and from B. Bischl and some other guys
at TU Dortmund, mainly for package development.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/LICENSE
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Sun Aug 31 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-1
+ Revision: 015c580
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7234 |14cr|rbbr-0.6.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: RuBy BRowser
Name:    rbbr
Version: 0.6.0
Release: 12
URL: http://ruby-gnome2.sourceforge.jp/hiki.cgi?rbbr
Source0: %{name}-%{version}-withapi.tar.bz2
Source1: %{name}-16.png.bz2
Source2: %{name}-32.png.bz2
Source3: %{name}-48.png.bz2
Source100: %{name}.rpmlintrc
License: GPL
Group: Development/Other
Requires: ruby >= 1.8
Requires: rubygem(gtk2)
Requires: rubygem(gettext)
BuildRequires: ruby-devel
BuildRequires: rubygem(gettext)
BuildArch: noarch
Obsoletes: ruby-rbbr
Provides: ruby-rbbr

%description
rbbr is a ruby application to browse modules/classes hierarchy and their
constants and methods.

%prep
%setup -q -n %{name}-%{version}-withapi

%build
ruby install.rb config
ruby install.rb setup

%install
ruby install.rb install --prefix=%{buildroot}
%find_lang %{name} --all-name 

#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=RBBR
Comment=RuBy BRowser
Comment[ru]=Броузер классов и модулей Ruby
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
Categories=GTK;Development;X-MandrivaLinux-MoreApplications-Development-Tools;
EOF

# icon
install -m 755 -d %{buildroot}{%{_miconsdir},%{_liconsdir}}
bzcat %{SOURCE1} > %{buildroot}%{_miconsdir}/%{name}.png
bzcat %{SOURCE2} > %{buildroot}%{_iconsdir}/%{name}.png
bzcat %{SOURCE3} > %{buildroot}%{_liconsdir}/%{name}.png

%files -f %name.lang
%{_bindir}/*
%{ruby_sitelibdir}/%{name}*
%{_datadir}/%{name}
%{_datadir}/applications/*
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

%doc README README.ja AUTHORS ChangeLog 

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-12
+ Revision: 4fde242
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7235 |14cr|R-bdsmatrix-1.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  bdsmatrix
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.3.1
Release:          3
Summary:          Routines for Block Diagonal Symmetric matrices
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/bdsmatrix_1.3-1.tar.gz
Requires:         R-methods 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-methods
BuildRequires:    pkgconfig(lapack)

%description
This is a special case of sparse matrices, used by coxme

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-3
+ Revision: b78d94d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7236 |14cr|R-BH-1.54.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BH
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.54.0.4
Release:          1
Summary:          Boost C++ header files
Group:            Sciences/Mathematics
License:          BSL-1.0
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.54.0-4.tar.gz




BuildRequires:    R-devel Rmath-devel texlive-latex 


%description
Boost provides free peer-reviewed portable C++ source libraries.  A large
part of Boost is provided as C++ template code which is resolved entirely
at compile-time without linking.  This package aims to provide the most
useful subset of Boost libraries for template use among CRAN package. By
placing these libraries in this package, we offer a more efficient
distribution system for CRAN as replication of this code in the sources of
other packages is avoided.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/help

%changelog
* Sat Aug 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.54.0.4-1
+ Revision: 34ab970
- Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7237 |14cr|R-biclust-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  biclust
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.2
Release:          3
Summary:          BiCluster Algorithms
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/biclust_1.0.2.tar.gz
Requires:         R-MASS R-grid R-colorspace R-lattice R-methods
%if %{without bootstrap}
Requires:         R-flexclust R-isa2 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS
BuildRequires:    R-grid R-colorspace R-lattice R-methods
%if %{without bootstrap}
BuildRequires:    R-flexclust R-isa2
%endif

%description
The main function biclust provides several algorithms to find biclusters
in two-dimensional data: Cheng and Church, Spectral, Plaid Model, Xmotifs
and Bimax. In addition, the package provides methods for data
preprocessing (normalization and discretisation), visualisation, and
validation of bicluster solutions.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: 438e298
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7238 |14cr|R-biglm-0.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  biglm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9.1
Release:          2
Summary:          bounded memory linear and generalized linear models
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/biglm_0.9-1.tar.gz
Requires:         R-DBI R-methods 
Requires:         R-RSQLite R-RODBC 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-DBI R-methods
BuildRequires:    R-RSQLite R-RODBC 

%description
Regression for data too large to fit in memory

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-2
+ Revision: 41ce79b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7239 |14cr|R-Biobase-2.22.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with internet
%bcond_with bootstrap
%global packname  Biobase
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.22.0
Release:          2
Summary:          Biobase: Base functions for Bioconductor
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/Biobase.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/Biobase_2.22.0.tar.gz
Requires:         R-utils 
Requires:         R-methods
Requires:         R-BiocGenerics
%if %{with bootstrap}
Requires:         R-tools
%else 
Requires:         R-tools R-tkWidgets R-ALL
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-utils
BuildRequires:    R-methods
BuildRequires:    R-BiocGenerics
%if %{with bootstrap}
BuildRequires:    R-tools
%else
BuildRequires:    R-tools R-tkWidgets R-ALL 
%endif

%description
Functions that are needed by many other packages or which replace R

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
    %if %{with internet}
%check
%{_bindir}/R CMD check %{packname}
    %endif
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/Code
%{rlibdir}/%{packname}/ExpressionSet
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/scripts
# %{rlibdir}/%{packname}/UnitTests
%{rlibdir}/%{packname}/testClass.R
%{rlibdir}/Biobase/unitTests/VersionedClass_data/1.8/AnnotatedDataFrame.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/1.8/ExpressionSet.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/1.8/MIAME.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/1.8/exprSet.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/1.8/phenoData.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/2.0/AnnotatedDataFrame.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/2.0/ExpressionSet.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/2.0/MIAME.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/2.0/MultiSet.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/2.0/ScalarCharacter.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/2.0/SnpSet.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/2.0/Versioned.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/2.0/VersionedBiobase.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/2.0/Versions.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/2.0/VersionsNull.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/2.0/aggregator.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/2.0/container.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/2.0/exprSet.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/2.0/phenoData.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/AnnotatedDataFrame.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/ExpressionSet.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/MIAME.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/MultiSet.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/NChannelSet.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/SWPD.rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/ScalarCharacter.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/ScalarInteger.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/ScalarLogical.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/ScalarNumeric.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/SnpSet.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/Versioned.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/VersionedBiobase.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/Versions.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/VersionsNull.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/aggregator.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/bbsym.rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/container.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/eset.rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/exprSet.Rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/golubMergeSub.rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/sample.eSet.rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/sample.exprSet.1.rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/sample.exprSet.rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/devel/swrep.rda
%{rlibdir}/Biobase/unitTests/VersionedClass_data/raw/exprs.tab
%{rlibdir}/Biobase/unitTests/VersionedClass_data/raw/pData.tab
%{rlibdir}/Biobase/unitTests/VersionedClass_data/raw%{_localstatedir}Metadata.tab
%{rlibdir}/Biobase/unitTests/test_AnnotatedDataFrame.R
%{rlibdir}/Biobase/unitTests/test_AssayData.R
%{rlibdir}/Biobase/unitTests/test_DataClasses.R
%{rlibdir}/Biobase/unitTests/test_EsetSubclasses.R
%{rlibdir}/Biobase/unitTests/test_ExpressionSet.R
%{rlibdir}/Biobase/unitTests/test_NChannelSet.R
%{rlibdir}/Biobase/unitTests/test_SnpSet.R
%{rlibdir}/Biobase/unitTests/test_UpdateObject.R
%{rlibdir}/Biobase/unitTests/test_VersionedClass.R
%{rlibdir}/Biobase/unitTests/test_cache.R
%{rlibdir}/Biobase/unitTests/test_checkClass.R
%{rlibdir}/Biobase/unitTests/test_combine.R
%{rlibdir}/Biobase/unitTests/test_copyEnv.R
%{rlibdir}/Biobase/unitTests/test_esApply.R
%{rlibdir}/Biobase/unitTests/test_subListExtract.R
%{rlibdir}/Biobase/unitTests/test_unsaveSetSlot.R
%{rlibdir}/Biobase/unitTests/utilities.R



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.22.0-2
+ Revision: f870384
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7240 |14cr|R-BiocGenerics-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname BiocGenerics
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.8.0
Release:          2
Summary:          Generic functions for Bioconductor
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/BiocGenerics.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/BiocGenerics_0.8.0.tar.gz
BuildArch:        noarch
Requires:         R-methods R-graphics R-stats R-parallel
BuildRequires:    R-methods R-graphics R-stats R-parallel

%description
S4 generic functions needed by many Bioconductor packages

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/unitTests


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-2
+ Revision: 25f0cc8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7241 |14cr|R-BiocInstaller-1.14.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BiocInstaller
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.14.2
Release:          1
Summary:          Install/Update Bioconductor and CRAN Packages
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/BiocInstaller_1.14.2.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-RUnit 
BuildRequires:    R-devel Rmath-devel texlive
BuildRequires: R-BiocGenerics
Requires: R-BiocGenerics
BuildRequires:    R-RUnit 

%description
Installs/updates Bioconductor and CRAN packages

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/scripts
%{rlibdir}/%{packname}/unitTests

%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.2-1
+ Revision: 5ff7c7d
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7242 |14cr|R-BiocStyle-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BiocStyle
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.0.0
Release:          2
Summary:          Standard styles for vignettes and other Bioconductor documents
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz




BuildRequires:    R-devel Rmath-devel texlive-latex 


%description
Provides standard formatting styles for Bioconductor documents. The
vignette illustrates use and functionality.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/sty

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: ea0056e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7243 |14cr|R-biomaRt-2.18.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  biomaRt
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.18.0
Release:          2
Summary:          Interface to BioMart databases (e.g. Ensembl, COSMIC ,Wormbase and Gramene)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/biomaRt_2.18.0.tar.gz
Requires:         R-methods 
Requires:         R-XML R-RCurl 
Requires:         R-annotate 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-XML R-RCurl 
BuildRequires:    R-annotate 

%description
In recent years a wealth of biological data has become available in public
data repositories. Easy access to these valuable data resources and firm
integration with data analysis is needed for comprehensive bioinformatics
data analysis.  biomaRt provides an interface to a growing collection of
databases implementing the BioMart software suite
(http://www.biomart.org). The package enables retrieval of large amounts
of data in a uniform way without the need to know the underlying database
schemas or write complex SQL queries. Examples of BioMart databases are
Ensembl, COSMIC, Uniprot, HGNC, Gramene, Wormbase and dbSNP mapped to
Ensembl. These major databases give biomaRt users direct access to a
diverse set of data and enable a wide range of powerful online queries
from gene annotation to database mining.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/scripts


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.18.0-2
+ Revision: 350ef65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7244 |14cr|R-Biostrings-2.30.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  Biostrings
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.30.1
Release:          2
Summary:          String objects representing biological sequences, and matching algorithms
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/Biostrings_%{version}.tar.gz
Requires:         R-methods R-IRanges R-graphics R-methods R-stats R-utils
Requires:         R-RUnit R-Rmpi
%if %{without bootstrap}
Requires:         R-BSgenome R-BSgenome.Celegans.UCSC.ce2
Requires:         R-BSgenome.Dmelanogaster.UCSC.dm3 R-drosophila2probe
Requires:         R-hgu95av2probe R-hgu133aprobe R-GenomicFeatures
Requires:         R-hgu95av2cdf R-affy R-affydata R-XVector
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-IRanges R-graphics R-methods R-stats R-utils R-IRanges
BuildRequires:    R-RUnit R-Rmpi
%if %{without bootstrap}
BuildRequires:    R-BSgenome R-BSgenome.Celegans.UCSC.ce2
BuildRequires:    R-BSgenome.Dmelanogaster.UCSC.dm3 R-drosophila2probe
BuildRequires:    R-hgu95av2probe R-hgu133aprobe R-GenomicFeatures
BuildRequires:    R-hgu95av2cdf R-affy R-affydata R-XVector
%endif
BuildRequires:    x11-server-xvfb

%description
Memory efficient string containers, string matching algorithms, and other
utilities, for fast manipulation of large biological sequences or sets of

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
xvfb-run %{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/UnitTests
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.30.1-2
+ Revision: 76dc344
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7245 |14cr|R-bitops-1.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  bitops
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.6
Release:          2
Summary:          Functions for Bitwise operations
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/bitops_1.0-6.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
Functions for Bitwise operations on integer vectors.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.6-2
+ Revision: 0a50995
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7246 |14cr|rblcheck-1.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A program for performing checks against RBL-style blacklists
Name:		rblcheck
Version:	1.5
Release:	15
License:	GPL
Group:		Networking/Other
URL:		http://rblcheck.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Source1:	rblcheckrc
# Change the text "RBL filtered by" to "listed by"
# (RBL is a trademark of MAPS LLC.)
# 'listed by' is more accurate
Patch1:		rblcheck-texttweak.patch
# Fix broken code for looking up TXT records, code borrowed
# from Ian Gulliver's "firedns" library (GPL), which can be found at:
# http://firestuff.org/
Patch2:		rblcheck-txt.patch
# Comes from a post to the rblcheck users mailing list. See:
# http://sourceforge.net/mailarchive/forum.php?thread_id=1371771&forum_id=4256
Patch3:		rblcheck-names.patch
# Compile fix for x86_64 systems
Patch4:		rblcheck-1.5-res_query.patch
BuildRequires:	docbook-utils
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Rblcheck is a lightweight C program for performing checks against RBL-style IP
address blacklists. It works well in conjunction with Procmail for filtering
unwanted bulk email. 

This package also includes several tools that try to extract an originating IP
address from e-mail header. See %{_bindir}/origip-* and the documentation

%prep

%setup -q -n %{name}-%{version}
%patch1 -p1 -b .texttweak
%patch2 -p0 -b .txt
%patch3 -p0 -b .names
%patch4 -p1 -b .res_query

cp %{SOURCE1} .

%build

%configure

%make

%make -C utils/qmail

%make -C docs html/index.html
mv docs/html/rblcheck html

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sysconfdir}

install -m0755 rbl %{buildroot}%{_bindir}/
install -m0755 rblcheck %{buildroot}%{_bindir}/
install -m0755 utils/qmail/origip.awk %{buildroot}%{_bindir}/origip-qmail.awk
install -m0755 utils/qmail/origip %{buildroot}%{_bindir}/origip-qmail
install -m0755 utils/sendmail/origip.pl %{buildroot}%{_bindir}/origip-sendmail.pl
install -m0644 rblcheckrc %{buildroot}%{_sysconfdir}/rblcheckrc

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README html utils/test*.sh
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/rblcheckrc
%{_bindir}/rbl
%{_bindir}/rblcheck
%{_bindir}/origip-*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-15
+ Revision: 9a60d3a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7247 |14cr|rbldnsd-0.996b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Small, fast daemon to serve DNSBLs
Name:		rbldnsd
Version:	0.996b
Release:	4
License:	GPLv2+
Group:		System/Servers
URL:		http://www.corpit.ru/mjt/rbldnsd.html
Source0:	http://www.corpit.ru/mjt/rbldnsd/rbldnsd_%{version}.tar.gz
Source1:	rbldnsd.init
Patch0:		rbldnsd-0.996b-format_not_a_string_literal_and_no_format_arguments.diff
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	gawk
BuildRequires:	zlib-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Rbldnsd is a small, authoritative-only DNS nameserver designed to serve
DNS-based blocklists (DNSBLs). It may handle IP-based and name-based
blocklists.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0

sed -i	-e 's@/var/lib/rbldns\([/ ]\)@/var/lib/rbldnsd\1@g' \
    -e 's@\(-r/[a-z/]*\) -b@\1 -q -b@g' debian/rbldnsd.default

%build
%serverbuild

# this is not an autotools-generated configure script, and does not support --libdir
CFLAGS="$CFLAGS" ./configure

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}/var/lib/rbldnsd

install -m0755 rbldnsd %{buildroot}%{_sbindir}
install -m0644 rbldnsd.8 %{buildroot}%{_mandir}/man8
install -m0644 debian/rbldnsd.default %{buildroot}%{_sysconfdir}/sysconfig/rbldnsd
install -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/rbldnsd

%pre
%_pre_useradd rbldns /var/lib/rbldnsd /sbin/nologin

%post
%_post_service rbldnsd

%preun
%_preun_service rbldnsd

%postun
%_postun_userdel rbldns

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root,-)
%doc README.user NEWS TODO debian/changelog CHANGES-0.81
%{_initrddir}/rbldnsd
%config(noreplace) %{_sysconfdir}/sysconfig/rbldnsd
%{_sbindir}/rbldnsd
%{_mandir}/man8/rbldnsd.8*
%dir /var/lib/rbldnsd



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.996b-4
+ Revision: 80c16b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7248 |14cr|R-boot-1.3.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  boot
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.3.10
Release:          2
Summary:          Bootstrap Functions (originally by Angelo Canty for S)
Group:            Sciences/Mathematics
License:          Unlimited
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.3-10.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-graphics R-stats 

Requires:         R-MASS R-survival 
BuildRequires:    R-devel Rmath-devel texlive-latex R-graphics R-stats

BuildRequires:   R-MASS R-survival 
%description
functions and datasets for bootstrapping from the book "Bootstrap Methods
and Their Applications" by A. C. Davison and D. V. Hinkley (1997, CUP).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/bd.q
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/po

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.10-2
+ Revision: 601a295
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7249 |14cr|R-BradleyTerry2-1.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BradleyTerry2
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.0.5
Release:          1
Summary:          Bradley-Terry Models
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-5.tar.gz

Requires:         R-lme4 
Requires:         R-brglm R-gtools R-stats 
Requires:         R-prefmod 
BuildRequires:    R-devel R-lme4
BuildRequires:    R-brglm R-gtools R-stats 
BuildRequires:   R-prefmod 
%description
Specify and fit the Bradley-Terry model and structured versions

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/data

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-1
+ Revision: 824878a
- Added tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7250 |14cr|R-brew-1.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  brew
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.0.6
Release:          1
Summary:          Templating Framework for Report Generation
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-6.tar.gz




BuildRequires:    R-devel Rmath-devel 


%description
brew implements a templating framework for mixing text and R code for
report generation. brew template syntax is similar to PHP, Ruby's erb
module, Java Server Pages, and Python's psp module.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/*.aux
%{rlibdir}/%{packname}/*.brew
%{rlibdir}/%{packname}/*.eps
%{rlibdir}/%{packname}/*.pdf
%{rlibdir}/%{packname}/*.dvi
%{rlibdir}/%{packname}/*.log
%{rlibdir}/%{packname}/*.html
%{rlibdir}/%{packname}/*.tex
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Thu Sep 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.6-1
+ Revision: d82338b
- Add tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7251 |14cr|R-brglm-0.5.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  brglm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.5.9
Release:          1
Summary:          Bias reduction in binomial-response generalized linear models
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.5-9.tar.gz

Requires:         R-profileModel 

Requires:         R-MASS 
BuildRequires:    R-devel Rmath-devel R-profileModel

BuildRequires:   R-MASS 
%description
Fit generalized linear models with binomial responses using either an
adjusted-score approach to bias reduction or maximum penalized likelihood
where penalization is by Jeffreys invariant prior. These procedures return
estimates with improved frequentist properties (bias, mean squared error)
that are always finite even in cases where the maximum likelihood
estimates are infinite (data separation). Fitting takes place by fitting
generalized linear models on iteratively updated pseudo-data. The
interface is essentially the same as 'glm'.  More flexibility is provided
by the fact that custom pseudo-data representations can be specified and
used for model fitting. Functions are provided for the construction of
confidence intervals for the reduced-bias estimates.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/CHANGES
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.9-1
+ Revision: 83ceb4c
- Added tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7252 |14cr|R-BSgenome-1.30.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#%bcond_with internet
%bcond_with bootstrap
%global packname  BSgenome
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.30.0
Release:          2
Summary:          Infrastructure for Biostrings-based genome data packages
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/BSgenome_1.30.0.tar.gz
Requires:         R-methods R-IRanges R-GenomicRanges R-Biostrings R-RUnit
Requires:         R-Biobase
%if %{without bootstrap}
Requires:         R-BSgenome.Celegans.UCSC.ce2 R-BSgenome.Hsapiens.UCSC.hg19
Requires:         R-SNPlocs.Hsapiens.dbSNP.20100427 R-hgu95av2probe
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-IRanges R-GenomicRanges R-Biostrings R-RUnit R-Biobase
%if %{without bootstrap}
BuildRequires:    R-BSgenome.Celegans.UCSC.ce2 R-BSgenome.Hsapiens.UCSC.hg19
BuildRequires:    R-SNPlocs.Hsapiens.dbSNP.20100427 R-hgu95av2probe
%endif

%description
Infrastructure shared by all the Biostrings-based genome data packages

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
    %if %{with internet}
%check
%{_bindir}/R CMD check %{packname}
    %endif
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/BSgenomeDataPkg-template
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-2
+ Revision: 8eee739
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7253 |14cr|R-BSgenome.Celegans.UCSC.ce2-1.3.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BSgenome.Celegans.UCSC.ce2
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.3.19
Release:          2
Summary:          Caenorhabditis elegans (Worm) full genome (UCSC version ce2)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/BSgenome.Celegans.UCSC.ce2_1.3.19.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-BSgenome 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-BSgenome 

%description
Caenorhabditis elegans (Worm) full genome as provided by UCSC (ce2, Mar.
2004) and stored in Biostrings objects.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.19-2
+ Revision: ba99c7b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7254 |14cr|R-BSgenome.Dmelanogaster.UCSC.dm3-1.3.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BSgenome.Dmelanogaster.UCSC.dm3
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.3.19
Release:          2
Summary:          Drosophila melanogaster (Fly) full genome (UCSC version dm3)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/BSgenome.Dmelanogaster.UCSC.dm3_1.3.19.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-BSgenome 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-BSgenome 

%description
Drosophila melanogaster (Fly) full genome as provided by UCSC (dm3, Apr.
2006) and stored in Biostrings objects.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.19-2
+ Revision: ed62408
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7255 |14cr|R-BSgenome.Hsapiens.UCSC.hg18-1.3.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BSgenome.Hsapiens.UCSC.hg18
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.3.19
Release:          2
Summary:          Homo sapiens (Human) full genome (UCSC version hg18)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/BSgenome.Hsapiens.UCSC.hg18_1.3.19.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-BSgenome 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-BSgenome 

%description
Homo sapiens (Human) full genome as provided by UCSC (hg18, Mar. 2006) and
stored in Biostrings objects.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.19-2
+ Revision: 0485307
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7256 |14cr|R-BSgenome.Hsapiens.UCSC.hg19-1.3.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BSgenome.Hsapiens.UCSC.hg19
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.3.19
Release:          2
Summary:          Homo sapiens (Human) full genome (UCSC version hg19)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/BSgenome.Hsapiens.UCSC.hg19_1.3.19.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-BSgenome 
Requires:         R-BSgenome 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-BSgenome
BuildRequires:    R-BSgenome 

%description
Homo sapiens (Human) full genome as provided by UCSC (hg19, Feb. 2009) and
stored in Biostrings objects.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.19-2
+ Revision: 6346082
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7257 |14cr|rbutil-1.2.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Summary:	Rockbox (rbutil) firmware for mp3 players 
Name:		rbutil
Version:	1.2.11
Release:	3
License:	GPLv2
Group:		System/Configuration/Hardware
URL:		http://www.rockbox.org/
Source:		http://download.rockbox.org/rbutil/source/%{name}_%{version}-src.tar.bz2
BuildRequires:	qt4-devel 
BuildRequires:	usb1-devel
Patch0:		werror_sec.patch
 

%description
Rockbox (rbutil) is an open source firmware for mp3 players, written from
scratch. It runs on a wide range of players:

* Apple: 1st through 5.5th generation iPod, iPod Mini and 1st generation iPod
Nano
(not the Shuffle, 2nd/3rd/4th gen Nano, Classic or Touch)
* Archos: Jukebox 5000, 6000, Studio, Recorder, FM Recorder, Recorder V2 and
Ondio
* Cowon: iAudio X5, X5V, X5L, M5, M5L, M3 and M3L
* iriver: iHP100 series, H100 series, H300 series and H10 series
* Olympus: M:Robe 100
* SanDisk: Sansa c200 series, e200 series and e200R series (not the AMS models)
* Toshiba: Gigabeat X and F series (not the S series) 

%prep
%setup -q -n %{name}_%{version}
%patch0 -p0

%build
cd rbutil/rbutilqt
lrelease rbutilqt.pro

%qmake_qt4
%make

%install
# menu 
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=RockBox
Comment=Firmware for mp3 players
Exec=rbutil
Icon=%{name}.png
Terminal=false
Type=Application
StartupNotify=true
Categories=System;Hardware;X-MandrivaLinux-System-Configuration-Hardware;
EOF

#icon
install -m 644 rbutil/rbutilqt/icons/%{name}.png -D %{buildroot}%{_iconsdir}/%{name}.png
install -m 755 rbutil/rbutilqt/RockboxUtility -D %{buildroot}%{_bindir}/%{name}


%files 
%{_bindir}/rbutil
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.11-3
+ Revision: 99b5e03
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7258 |14cr|R-ca-0.53-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ca
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.53
Release:          2
Summary:          Simple, Multiple and Joint Correspondence Analysis
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core



Requires:         R-rgl 
BuildRequires:    R-devel Rmath-devel texlive-latex 

BuildRequires:   R-rgl 
%description
A package for computation and visualization of simple, multiple and joint
correspondence analysis.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.53-2
+ Revision: 13051c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7259 |14cr|R-Cairo-1.5.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Cairo
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.5.6
Release:          2
Summary:          Graphics device using cairo for creating high-quality output
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Cairo_1.5-6.tar.gz
Requires:         R-png
BuildRequires:    R-devel Rmath-devel R-png texlive-collection-latex 
BuildRequires:    cairo-devel
BuildRequires:    pkgconfig(glib-2.0)
BuildRequires:    pkgconfig(ice)
BuildRequires:    pkgconfig(sm)
BuildRequires:    pkgconfig(xmu)
BuildRequires:    pkgconfig(xt)
%rename R-cran-Cairo

%description
This package provides a Cairo graphics device that can be use to create
high-quality vector (PDF, PostScript and SVG) and bitmap output
(PNG,JPEG,TIFF), and high-quality rendering in displays (X11 and Win32).
Since it uses the same back-end for all output, copying across formats is
WYSIWYG. Files are created without the dependence on X11 or other external
programs. This device supports alpha channel (semi-transparent drawing)
and resulting images can contain transparent and semi-transparent regions.
It is ideal for use in server environemnts (file output) and as a
replacement for other devices that don't have Cairo's capabilities such as
alpha support or anti-aliasing. Backends are modular such that any subset
of backends is supported.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.6-2
+ Revision: d536536
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7260 |14cr|R-cairoDevice-2.19-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  cairoDevice
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.19
Release:          3
Summary:          Cairo-based cross-platform antialiased graphics device driver
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-grDevices 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-grDevices 
BuildRequires:    cairo-devel
BuildRequires:    glib2-devel
BuildRequires:    gtk2-devel
BuildRequires:    jpeg-devel
BuildRequires:    tiff-devel
BuildRequires:    x11-server-xvfb
%rename R-cran-cairoDevice

%description
Cairo/GTK graphics device driver with output to screen, file (png, svg,
pdf, and ps) or memory (arbitrary GdkDrawable or Cairo context). The
screen device may be embedded into RGtk2 interfaces. Supports all
interactive features of other graphics devices, including

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.19-3
+ Revision: bedc473
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7261 |14cr|R-candisc-0.6.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  candisc
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.6.5
Release:          2
Summary:          Visualizing Generalized Canonical Discriminant and Correlation Analysis
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.6-5.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-car R-graphics R-stats 
Requires:         R-heplots 

Requires:         R-rgl R-corrplot 
BuildRequires:    R-devel Rmath-devel texlive-latex R-car R-graphics R-stats
BuildRequires:    R-heplots 

BuildRequires:    R-rgl R-corrplot
BuildRequires:    x11-server-xvfb

%description
This package includes functions for computing and visualizing generalized
canonical discriminant analyses and canonical correlation analysis for a
multivariate linear model. Traditional canonical discriminant analysis is
restricted to a one-way MANOVA design and is equivalent to canonical
correlation analysis between a set of quantitative response variables and
a set of dummy variables coded from the factor variable.  The candisc
package generalizes this to multi-way MANOVA designs for all factors in a
multivariate linear model, computing canonical scores and vectors for each
term. The graphic functions provide low-rank (1D, 2D, 3D) visualizations
of terms in an mlm via the plot.candisc and heplot.candisc methods.
Related plots are now provided for canonical correlation analysis when all
predictors are quantitative.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Fails in LXC wo real video driver
# %check
# xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.5-2
+ Revision: 1871075
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7262 |14cr|R-car-2.0.19-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  car
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.0.19
Release:          4
Summary:          Companion to Applied Regression
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/car_2.0-19.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-stats R-graphics R-MASS R-nnet
%if %{with bootstrap}
Requires:         R-leaps R-lme4 R-nlme R-mgcv R-rgl R-survival
%else
Requires:         R-alr3 R-leaps R-lme4 R-lmtest R-nlme R-sandwich R-mgcv
Requires:         R-rgl R-survival R-survey
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats
BuildRequires: R-pbkrtest
Requires: R-pbkrtest
BuildRequires:    R-graphics R-MASS R-nnet
%if %{with bootstrap}
BuildRequires:    R-leaps R-lme4 R-nlme R-mgcv R-rgl R-survival
%else
BuildRequires:    R-alr3 R-leaps R-lme4 R-lmtest R-nlme R-sandwich R-mgcv
BuildRequires:    R-rgl R-survival R-survey
%endif
%rename R-cran-car

%description
This package accompanies J. Fox and S. Weisberg, An R Companion to Applied
Regression, Second Edition, Sage, 2011.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/car/doc/embedding.R
%{rlibdir}/car/doc/embedding.Rnw
%{rlibdir}/car/doc/embedding.pdf
%{rlibdir}/car/doc/index.html

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.19-4
+ Revision: ea6ba54
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7263 |14cr|R-catdata-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  catdata
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.1
Release:          3
Summary:          Categorical Data
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-MASS 

Requires:         R-rms R-qvcalc R-glmmML R-pscl R-VGAM R-gee R-mlogit R-Ecdat
Requires:         R-geepack R-rpart R-party R-ordinal R-lme4 R-glmnet
Requires:         R-mboost R-e1071 R-flexmix R-lqa R-lpSolve R-GAMBoost
Requires:         R-penalized R-class R-mgcv R-vcdExtra

BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS

BuildRequires:    R-rms R-qvcalc R-glmmML R-pscl R-VGAM R-gee R-mlogit R-Ecdat
BuildRequires:    R-geepack R-rpart R-party R-ordinal R-lme4 R-glmnet
BuildRequires:    R-mboost R-e1071 R-flexmix R-lqa R-lpSolve R-GAMBoost
BuildRequires:    R-penalized R-class R-mgcv R-vcdExtra

%description
This R-package contains examples from the book "Regression for Categorical
Data", Tutz 2011, Cambridge University Press. The names of the examples
refer to the chapter and the data set that is used.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: 65a6eaa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7264 |14cr|R-caTools-1.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  caTools
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.16
Release:          2
Summary:          Tools: moving window statistics, GIF, Base64, ROC AUC, etc
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/caTools_1.16.tar.gz
Requires:         R-bitops 
Requires:         R-MASS R-rpart 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-bitops
BuildRequires:    R-MASS R-rpart 

%description
Contains several basic utility functions including: moving (rolling,
running) window statistic functions, read/write for GIF and ENVI binary
files, fast calculation of AUC, LogitBoost classifier, base64
encoder/decoder, round-off error free sum and cumsum, etc.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.16-2
+ Revision: 6081013
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7265 |14cr|R-cba-0.2.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  cba
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.2.14
Release:          2
Summary:          Clustering for Business Analytics
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/cba_0.2-14.tar.gz
Requires:         R-grid R-proxy 
Requires:         R-Matrix 
Requires:         R-gclus R-colorspace 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-grid R-proxy
BuildRequires:    R-Matrix 
BuildRequires:    R-gclus R-colorspace 

%description
Implements clustering techniques such as Proximus and Rock, utility
functions for efficient computation of cross distances and data

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.14-2
+ Revision: 9852633
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7266 |14cr|R-cem-1.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  cem
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.1.5
Release:          2
Summary:          Coarsened Exact Matching
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/cem/index.html
Source0:          http://cran.r-project.org/src/contrib/cem_1.1.5.tar.gz
BuildRequires:    R-devel R-randomForest R-combinat R-tcltk R-nlme R-lattice
Requires:         R-core R-randomForest R-combinat R-tcltk R-nlme R-lattice
BuildArch:        noarch

%description
Implementation of the Coarsened Exact Matching algorithm

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css


%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/doc
%{rlibdir}/%{packname}/makeLelonde.R
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-2
+ Revision: b19535b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7267 |14cr|R-checkmate-1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  checkmate
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.3
Release:          1
Summary:          Fast and versatile argument checks
Group:            Sciences/Mathematics
License:          BSD_3_clause + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz



Requires:         R-testthat 
BuildRequires:    R-devel Rmath-devel texlive-latex 

BuildRequires:   R-testthat 
%description
Tests and assertions to perform frequent argument checks. A substantial
part of the package was written in C to minimize any worries about
execution time overhead.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/LICENSE
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Sun Aug 31 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-1
+ Revision: 21407dc
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7268 |14cr|R-chron-2.3.45-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  chron
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.3.45
Release:          2
Summary:          Chronological objects which can handle dates and times
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/chron_2.3-45.tar.gz
Requires:         R-graphics R-stats 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires: R-scales
Requires: R-scales
BuildRequires:    R-graphics R-stats 

%description
Chronological objects which can handle dates and times

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.45-2
+ Revision: f0f8a9e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7269 |14cr|R-CircStats-0.2_4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  CircStats
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.2_4
Release:          3
Summary:          Circular Statistics, from "Topics in circular Statistics" (2001)
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.2-4.tar.gz
Source1:          NAMESPACE
BuildArch:        noarch
Requires:         R-core
Requires:         R-MASS
Requires:         R-boot 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-MASS
BuildRequires:    R-boot
BuildRequires:    pkgconfig(lapack)

%description
Circular Statistics, from "Topics in circular Statistics" (2001) S. Rao
Jammalamadaka and A. SenGupta, World Scientific.

%prep
%setup -q -c -n %{packname}
cp %{SOURCE1} %{packname}/

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2_4-3
+ Revision: 1726d6e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7270 |14cr|R-clue-0.3.48-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  clue
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.3.48
Release:          2
Summary:          Cluster ensembles

Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/clue_0.3-48.tar.gz
Requires:         R-stats R-cluster R-graphics R-methods 
Requires:         R-e1071 R-lpSolve R-quadprog R-relations R-cluster 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-stats R-cluster R-graphics R-methods 
BuildRequires:    R-e1071 R-lpSolve R-quadprog R-relations R-cluster 

%description
CLUster Ensembles

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/po




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.48-2
+ Revision: 4cc6aa7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7271 |14cr|R-clv-0.3_2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  clv
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.3_2
Release:          3
Summary:          Cluster Validation Techniques
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.3-2.tar.gz
Requires:         R-cluster
Requires:         R-class 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-cluster
BuildRequires:    R-class
BuildRequires:    pkgconfig(lapack)

%description
Package contains most of the popular internal and external cluster
validation methods ready to use for the most of the outputs produced by
functions coming from package "cluster". Package contains also functions
and examples of usage for cluster stability approach that might be applied
to algorithms implemented in "cluster" package as well as user defined
clustering algorithms.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3_2-3
+ Revision: 7fc5a90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7272 |14cr|R-coda-0.16.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  coda
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.16.1
Release:          2
Summary:          Output analysis and diagnostics for MCMC
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/coda_0.16-1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-lattice 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-lattice

%description
Output analysis and diagnostics for Markov Chain Monte Carlo simulations.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.16.1-2
+ Revision: f58f41e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7273 |14cr|R-coin-1.0.23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  coin
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.23
Release:          2
Summary:          Conditional Inference Procedures in a Permutation Test Framework
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/coin_1.0-23.tar.gz
Requires:         R-methods R-survival R-mvtnorm R-modeltools R-xtable
Requires:         R-e1071 R-vcd
%if %{without bootstrap}
Requires:         R-multcomp
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-survival R-mvtnorm R-modeltools R-xtable R-e1071 R-vcd
%if %{without bootstrap}
BuildRequires:    R-multcomp
%endif
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Conditional inference procedures for the general independence problem
including two-sample, K-sample (non-parametric ANOVA), correlation,
censored, ordered and multivariate problems.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/README
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.23-2
+ Revision: e5f9e13
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7274 |14cr|R-colorspace-1.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  colorspace
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.2.4
Release:          3
Summary:          Color Space Manipulation
Group:            Sciences/Mathematics
License:          BSD
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/colorspace_1.2-4.tar.gz
Requires:         R-methods 
%if %{with bootstrap}
Requires:         R-KernSmooth R-MASS R-kernlab R-mvtnorm
%else
Requires:         R-KernSmooth R-MASS R-kernlab R-mvtnorm R-vcd 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
%if %{with bootstrap}
BuildRequires:    R-KernSmooth R-MASS R-kernlab R-mvtnorm
%else
BuildRequires:    R-KernSmooth R-MASS R-kernlab R-mvtnorm R-vcd 
%endif
BuildRequires:    blas-devel
BuildRequires:    lapack-devel
%rename R-cran-colorspace

%description
Carries out mapping between assorted color spaces including RGB, HSV, HLS,
CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar CIELAB. Qualitative,
sequential, and diverging color palettes based on HCL colors are provided.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.4-3
+ Revision: 0eaf6ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7275 |14cr|R-combinat-0.0_8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  combinat
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.0_8
Release:          3
Summary:          combinatorics utilities
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.0-8.tar.gz
Source1:          NAMESPACE
BuildArch:        noarch
Requires:         R-core
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
routines for combinatorics

%prep
%setup -q -c -n %{packname}
cp %{SOURCE1} combinat/

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0_8-3
+ Revision: b9cad64
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7276 |14cr|R-CompQuadForm-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  CompQuadForm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.4
Release:          3
Summary:          Distribution function of quadratic forms in normal variables
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/CompQuadForm_1.4.tar.gz
BuildRequires:    R-devel Rmath-devel texlive 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Computes the distribution function of quadratic forms in normal variables
using Imhof's method, Davies's algorithm, Farebrother's algorithm or Liu
et al.'s algorithm.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/HISTORY
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: 29f2034
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7277 |14cr|R-corpcor-1.6.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  corpcor
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.6.6
Release:          2
Summary:          Efficient Estimation of Covariance and (Partial) Correlation
Group:            Sciences/Mathematics
License:          GPLv3+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

BuildRequires:    R-devel Rmath-devel texlive-latex 


%description
This package implements a James-Stein-type shrinkage estimator for the
covariance matrix, with separate shrinkage for variances and correlations.
 The details of the method are explained in Sch\"afer and Strimmer (2005)
and Opgen-Rhein and Strimmer (2007).  The approach is both computationally
as well as statistically very efficient, it is applicable to "small n,
large p" data, and always returns a positive definite and well-conditioned
covariance matrix.  In addition to inferring the covariance matrix the
package also provides shrinkage estimators for partial correlations and
partial variances.  The inverse of the covariance and correlation matrix
can be efficiently computed, as well as any arbitrary power of the
shrinkage correlation matrix.  Furthermore, functions are available for
fast singular value decomposition, for computing the pseudoinverse, and
for checking the rank and positive definiteness of a matrix.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.6-2
+ Revision: fc52ab3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7278 |14cr|R-corrgram-1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  corrgram
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.5
Release:          2
Summary:          Plot a correlogram
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-graphics R-seriation R-stats 


BuildRequires:    R-devel Rmath-devel texlive-latex R-graphics R-seriation R-stats


%description
Calculates correlation of variables and displays the results graphically.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-2
+ Revision: c0663cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7279 |14cr|R-corrplot-0.73-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  corrplot
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.73
Release:          2
Summary:          Visualization of a correlation matrix
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core



Requires:         R-seriation R-knitr 
BuildRequires:    R-devel Rmath-devel texlive-latex 

BuildRequires:   R-seriation R-knitr 
%description
The corrplot package is a graphical display of a correlation matrix,
confidence interval. It also contains some algorithms to do matrix

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.73-2
+ Revision: 4f7b4ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7280 |14cr|R-CoxBoost-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  CoxBoost
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.4
Release:          2
Summary:          Cox models by likelihood based boosting
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/CoxBoost_1.4.tar.gz
Requires:         R-survival R-Matrix 
Requires:         R-snowfall R-multicore 
Requires:         R-prodlim
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-survival R-Matrix
BuildRequires:    R-snowfall R-multicore 
BuildRequires:    R-prodlim
%rename R-cran-CoxBoost

%description
This package provides routines for fitting Cox models by likelihood based
boosting for a single endpoint or in presence of competing risks

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-2
+ Revision: 32f5f5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7281 |14cr|R-coxme-2.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  coxme
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.2.3
Release:          3
Summary:          Mixed Effects Cox Models
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/coxme_2.2-3.tar.gz
Requires:         R-survival R-bdsmatrix R-nlme R-Matrix R-methods
Requires:         R-mvtnorm R-kinship2
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-survival
BuildRequires:    R-bdsmatrix R-nlme R-Matrix R-methods R-mvtnorm R-kinship2

%description
Cox proportional hazards models containing Gaussian random effects, also
known as frailty models.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.3-3
+ Revision: 31c1196
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7282 |14cr|R-cran-leaps-2.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modulename leaps
%define realver 2.9
%define r_library %{_libdir}/R/library

Summary:        Regression subset for R
Name:           R-cran-%{modulename}
Version:        %(echo %{realver} | tr '-' '.')
Release:        3
License:        GPLv2+
Group:          Sciences/Mathematics
Url:            http://cran.r-project.org/web/packages/%{modulename}/index.html
Source0:        http://cran.r-project.org/src/contrib/%{modulename}_%{realver}.tar.gz
BuildRequires:  R-base
BuildRequires:  gcc-gfortran
Requires:       R-base
BuildRoot:      %{_tmppath}/%{name}-%{version}-buildroot

%description
This R package provides a regression subset selection including
exhaustive search.

%prep
%setup -q -c

%build

R CMD build %{modulename}

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

mkdir -p %{buildroot}/%{r_library}

# install
R CMD INSTALL %{modulename} --library=%{buildroot}/%{r_library}

# provided by R-base
rm -rf %{buildroot}/%{r_library}/R.css

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{r_library}/%{modulename}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9-3
+ Revision: 2646092
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7283 |14cr|R-CreditMetrics-0.0_2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  CreditMetrics
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Epoch:            1
Version:          0.0_2
Release:          4
Summary:          Functions for calculating the CreditMetrics risk model
Group:            Sciences/Mathematics
License:          Unlimited
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.0-2.tar.gz
BuildArch:        noarch
Requires:         R-core
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex 
BuildRequires:    pkgconfig(lapack)

%description
A set of functions for computing the CreditMetrics risk model.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.0_2-4
+ Revision: b371f72
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7284 |14cr|rcs-5.9.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rcs
Summary:	Revision Control System (RCS) file version management tools
Version:	5.9.2
Release:	3
License:	GPL
Group:		Development/Other
Source0:	ftp://ftp.gnu.org:21/pub/gnu/rcs/%{name}-%{version}.tar.xz
Patch0:		rcs-5.8-build-tweaks.patch
Url:		http://www.cs.purdue.edu/homes/trinkle/RCS/
BuildRequires:	autoconf
BuildRequires:	ed
BuildRequires:	groff

%description
The Revision Control System (RCS) is a system for managing multiple
versions of files.  RCS automates the storage, retrieval, logging,
identification and merging of file revisions.  RCS is useful for text
files that are revised frequently (for example, programs,
documentation, graphics, papers and form letters).

The rcs package should be installed if you need a system for managing
different versions of files.

%prep
%setup -q
%patch0 -p1 -b .build-tweaks

%build
autoreconf -fi
%configure --with-diffutils
make

%install
%makeinstall_std

install -m 755 src/rcsfreeze %{buildroot}%{_bindir}

rm -f %{buildroot}/%{_infodir}/dir

%clean

%files
%doc NEWS
%{_bindir}/*
%{_mandir}/man?/*
%{_infodir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.9.2-3
+ Revision: dbcac80
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7285 |14cr|R-cubature-1.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  cubature
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.1.2
Release:          3
Summary:          Adaptive multivariate integration over hypercubes
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/cubature_1.1-2.tar.gz
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive
BuildRequires:    pkgconfig(lapack)

%description
Adaptive multivariate integration over hypercubes

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog
* Thu Sep 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-3
+ Revision: 1720d61
- Use whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7286 |14cr|R-DAAG-1.18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  DAAG
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.18
Release:          3
Summary:          Data Analysis And Graphics data and functions
Group:            Sciences/Mathematics
License:          Unlimited
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/DAAG_1.18.tar.gz
Requires:         R-MASS R-rpart R-randomForest R-boot R-survival 
Requires:         R-lattice R-leaps R-oz R-lme4 R-quantreg R-knitr
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS R-rpart R-randomForest R-boot R-survival
BuildRequires:    R-lattice R-leaps R-oz R-lme4 R-quantreg R-knitr

%description
various data sets used in examples and exercises in the book Maindonald,
J.H. and Braun, W.J. (2003, 2007, 2010) "Data Analysis and Graphics Using

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/misc
%{rlibdir}/%{packname}/seedrates.txt

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.18-3
+ Revision: 21c5764
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7287 |14cr|R-DBI-0.2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  DBI
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.2.7
Release:          2
Summary:          R Database Interface
Group:            Sciences/Mathematics
License:          LGPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/DBI_0.2-7.tar.gz
Requires:         R-methods 
Requires:         R-methods 
BuildRequires:    R-devel Rmath-devel texlive R-methods
BuildRequires:    R-methods 

%define debug_package %{nil}

%description
A database interface (DBI) definition for communication between R and
relational database management systems.  All classes in this package are
virtual and need to be extended by the various R/DBMS implementations.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/TODO
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.7-2
+ Revision: 2c3bd89
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7288 |14cr|R-Deducer-0.7.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Deducer
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.7.6.1
Release:          2
Summary:          Deducer
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.7-6.1.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-rJava R-ggplot2 R-scales R-JGR R-car R-multcomp R-effects R-foreign R-plyr R-e1071 R-MASS 

Requires:         R-lawstat R-Hmisc 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-rJava R-ggplot2 R-scales R-JGR R-car R-multcomp R-effects R-foreign R-plyr R-e1071 R-MASS

BuildRequires:    R-lawstat R-Hmisc 
BuildRequires:    java-rpmbuild
BuildRequires:    x11-server-xvfb

%description
An intuitive, cross-platform graphical data analysis system. It uses menus
and dialogs to guide the user efficiently through the data manipulation
and analysis process, and has an excel like spreadsheet for easy data
frame visualization and editing. Deducer works best when used with the
Java based R GUI JGR, but the dialogs can be called from the command line.
Dialogs have also been integrated into the Windows Rgui.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/java

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.6.1-2
+ Revision: 5f1a2c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7289 |14cr|R-degreenet-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  degreenet
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.2
Release:          3
Summary:          Models for Skewed Count Distributions Relevant to Networks
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/degreenet_1.2.tar.gz
Requires:         R-network 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-network 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Likelihood-based inference for skewed count distributions used in network
modeling. "degreenet" is a part of the "statnet" suite of packages for
network analysis.  For a list of functions type: help(package='degreenet')

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/flo*
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-3
+ Revision: 9967d77
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7290 |14cr|R-deldir-0.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  deldir
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.1.5
Release:          2
Summary:          Delaunay Triangulation and Dirichlet (Voronoi) Tessellation

Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/deldir_0.1-5.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires: R-polyclip
Requires: R-polyclip
BuildRequires:    R-spatstat

%description
Calculates the Delaunay triangulation and the Dirichlet or Voronoi
tessellation (with respect to the entire plane) of a planar point set.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/code.discarded
%doc %{rlibdir}/%{packname}/err.list
%doc %{rlibdir}/%{packname}/ex.out
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/READ_ME
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/ratfor






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.5-2
+ Revision: 26a630b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7291 |14cr|R-denstrip-1.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  denstrip
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.5.2
Release:          2
Summary:          Density strips and other methods for compactly illustrating distributions
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core



Requires:         R-survival R-vioplot R-lattice R-Hmisc 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

BuildRequires:   R-survival R-vioplot R-lattice R-Hmisc 
%description
Graphical methods for compactly illustrating probability distributions,
including density strips, density regions, sectioned density plots and
varying width strips.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-2
+ Revision: 51bd760
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7292 |14cr|R-DEoptimR-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  DEoptimR
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0.1
Release:          2
Summary:          Differential Evolution Optimization in pure R
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-1.tar.gz
BuildArch:        noarch
Requires:         R-core

BuildRequires:    R-devel Rmath-devel texlive-latex 


%description
An implementation of the jDE variant of the Differential Evolution
stochastic algorithm for global optimization of nonlinear programming

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/xtraR
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: a779aca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7293 |14cr|R-descr-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  descr
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.2
Release:          2
Summary:          Descriptive statistics
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/descr_1.0.2.tar.gz
Requires:         R-xtable R-ENmisc 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-xtable R-ENmisc 

%description
This package contains functions to describe weighted categorical variables
and functions to facilitate the character encoding conversion of objects.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/po



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-2
+ Revision: 37b67a9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7294 |14cr|R-DESeq-1.14.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  DESeq
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.14.0
Release:          2
Summary:          Differential gene expression analysis based on negative binomial distribution
Group:            Sciences/Mathematics
License:          GPL (>= 3)
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/DESeq_1.14.0.tar.gz
Requires:         R-Biobase R-locfit R-genefilter R-geneplotter
Requires:         R-methods R-MASS
%if %{without bootstrap}
Requires:         R-pasilla
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-Biobase
BuildRequires:    R-locfit R-genefilter R-geneplotter R-methods R-MASS
%if %{without bootstrap}
BuildRequires:    R-pasilla
%endif

%description
Estimate variance-mean dependence in count data from high-throughput
sequencing assays and test for differential expression based on a model
using the negative binomial distribution

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extra
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/scripts


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.0-2
+ Revision: 83bcba0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7295 |14cr|R-DEXSeq-1.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  DEXSeq
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.8.0
Release:          3
Summary:          Inference of differential exon usage in RNA-Seq
Group:            Sciences/Mathematics
License:          GPL (>= 3)
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/DEXSeq_1.8.0.tar.gz
Requires:         R-Biobase 
Requires:         R-hwriter R-methods R-stringr R-statmod 
Requires:         R-biomaRt
%if %{without bootstrap}
Requires:         R-pasilla R-GenomicFeatures R-BiocStyle R-parathyroidSE
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-Biobase
BuildRequires:    R-hwriter R-methods R-stringr R-statmod 
%if %{without bootstrap}
BuildRequires:    R-pasilla R-GenomicFeatures R-BiocStyle R-parathyroidSE
%endif
BuildRequires:    R-biomaRt

%description
The package is focused on finding differential exon usage using RNA-seq
exon counts between samples with different experimental designs. It
provides functions that allows the user to make the necessary statistical
tests based on a model that uses the negative binomial distribution to
estimate the variance between biological replicates and generalized linear
models for testing. The package also provides functions for the
visualization and exploration of the results.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/python_scripts






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-3
+ Revision: fc56dab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7296 |14cr|R-dfoptim-2011.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  dfoptim
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2011.8.1
Release:          2
Summary:          Derivative-free Optimization
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2011.8-1.tar.gz
BuildArch:        noarch
Requires:         R-core




BuildRequires:    R-devel Rmath-devel texlive-latex 


%description
Derivative-Free optimization algorithms. These algorithms do not require
gradient information. More importantly, they can be used to solve
non-smooth optimization problems.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2011.8.1-2
+ Revision: a9d7ba7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7297 |14cr|R-dichromat-2.0_0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname dichromat
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.0_0
Release:          2
Summary:          Color Schemes for Dichromats
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2.0-0.tar.gz
BuildArch:        noarch
Requires:         R-stats
BuildRequires:    R-devel Rmath-devel texlive
BuildRequires:    R-stats

%description
Collapse red-green or green-blue distinctions to simulate
the effects of different types of color-blindness.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0_0-2
+ Revision: bd715e5
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7298 |14cr|rdiff-backup-1.3.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	Backup software
Name:		rdiff-backup
Version:	1.3.3
Release:	4
License:	GPLv2
Group:		Networking/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		http://www.nongnu.org/rdiff-backup/
Source0:	http://download.savannah.nongnu.org/releases/rdiff-backup/%{name}-%{version}.tar.gz
# from http://wiki.rdiff-backup.org/wiki/index.php/BashCompletion
Source1:	rdiff-backup.bash_completion
# docs are already installed by %doc macro
Patch0:		rdiff-backup-1.2.0-dont-install-docs.patch
Requires:	python
BuildRequires:	librsync-devel >= 0.9.6
BuildRequires:	popt-devel
BuildRequires:	python-devel >= 2.2.1
BuildRequires:	python-rpm
Epoch:		1

%description
rdiff-backup is a script, written in Python, that backs up one
directory to another and is intended to be run periodically
(nightly from cron for instance). The target directory ends up
a copy of the source directory, but extra reverse diffs are
stored in the target directory, so you can still recover files
lost some time ago. The idea is to combine the best features of
a mirror and an incremental backup. rdiff-backup can also operate
in a bandwidth efficient manner over a pipe, like rsync. Thus you
can use rdiff-backup and ssh to securely back a hard drive up to
a remote location, and only the differences from the previous
backup will be transmitted.

%prep
%setup -q
%patch0 -p1 -b .dont-install-docs

%build
python setup.py build

%install
rm -rf %{buildroot}
python \
	setup.py install \
	--optimize=2 \
	--root=%{buildroot}
# install bash_completion
mkdir -p -m 0755 %{buildroot}/%{_sysconfdir}/bash_completion.d
install -m 0644 %SOURCE1 %{buildroot}/%{_sysconfdir}/bash_completion.d/%name


%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc CHANGELOG README FAQ.html examples.html
%attr(755,root,root) %{_bindir}/rdiff-backup
%attr(755,root,root) %{_bindir}/rdiff-backup-statistics
%dir %{py_platsitedir}/rdiff_backup
%{py_platsitedir}/rdiff_backup/*.py
%attr(755,root,root) %{py_platsitedir}/rdiff_backup/*.so
%{py_platsitedir}/rdiff_backup-*.egg-info
%{_mandir}/man1/rdiff-backup*
%config(noreplace) %{_sysconfdir}/bash_completion.d/%name



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.3.3-4
+ Revision: baaf2c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7299 |14cr|R-digest-0.6.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  digest
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6.4
Release:          2
Summary:          Create cryptographic hash digests of R objects
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/digest_0.6.4.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
The digest package provides a function 'digest()' for the creation of hash
digests of arbitrary R objects (using the md5, sha-1, sha-256 and crc32
algorithms) permitting easy comparison of R language objects, as well as a
function 'hmac()' to create hash-based message authentication code. . The
md5 algorithm by Ron Rivest is specified in RFC 1321, the SHA-1 and
SHA-256 algorithms are specified in FIPS-180-1 and FIPS-180-2, and the
crc32 algorithm is described in
ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. For md5, sha-1
and sha-256, this packages uses small standalone implementations that were
provided by Christophe Devine. For crc32, code from the zlib library is
used. . Please note that this package is not meant to be deployed for
cryptographic purposes for which more comprehensive (and widely tested)
libraries such as OpenSSL should be used.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/GPL-2
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.4-2
+ Revision: b7c43a1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7300 |14cr|R-diptest-0.75.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  diptest
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.75.5
Release:          2
Summary:          Hartigan's dip test statistic for unimodality - corrected code
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/diptest_0.75-5.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
Compute Hartigan's dip test statistic for unimodality

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extraData
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.75.5-2
+ Revision: 4deeec2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7301 |14cr|R-doBy-4.5.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  doBy
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          4.5.10
Release:          2
Summary:          Groupwise summary statistics, general linear contrasts, population means, etc
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/doBy_4.5-10.tar.gz
Requires:         R-survival R-R2HTML R-multcomp R-lme4 R-snow R-MASS
Requires:         R-Matrix
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-survival
BuildRequires:    R-R2HTML R-multcomp R-lme4 R-snow R-MASS R-Matrix

%description
doBy contains a variety of utilities including: 1) Facilities for
groupwise computations of summary statistics and other facilities for
working with grouped data. 2) General linear contrasts and LSMEANS
(least-squares-means also known as population means), 3) Rscript2HTML for
autmatic generation of HTML file from R-script with a minimum of markup,
4) other utilities. doBy originally contained facilities for 'doing
something to data where data would be partitioned by some variables which
define groupings of data' - hence the name doBy.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.5.10-2
+ Revision: 20980d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7302 |14cr|R-doMC-1.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname doMC
%global rlibdir %{_libdir}/R/library

Name: R-%{packname}
Version: 1.3.2
Release: 2
Summary: Foreach parallel adaptor for the multicore package
Group: Sciences/Mathematics
License: GPLv2
URL: http://cran.r-project.org/web/packages/%{packname}/index.html
Source0: http://cran.r-project.org/src/contrib/doMC_1.3.2.tar.gz
BuildArch: noarch
Requires: R-core R-foreach R-iterators R-utils
BuildRequires: R-devel R-foreach R-iterators R-utils texlive-collection-latex

%description
Provides a parallel backend for the dopar function using
the multicore functionality of the parallel package.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/unitTests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-2
+ Revision: ed4357a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7303 |14cr|R-drosophila2probe-2.13.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  drosophila2probe
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.13.0
Release:          2
Summary:          Probe sequence data for microarrays of type drosophila2
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/drosophila2probe_2.13.0.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-AnnotationDbi 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-AnnotationDbi

%description
This package was automatically created by package AnnotationDbi version
1.15.34. The probe sequence data was obtained from
http://www.affymetrix.com. The file name was Drosophila\_2\_probe\_tab.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.13.0-2
+ Revision: 8844ce1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7304 |14cr|R-DynDoc-1.40.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  DynDoc
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.40.0
Release:          2
Summary:          Dynamic document tools
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/DynDoc_1.40.0.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods R-utils 
Requires:         R-methods 
BuildRequires:    R-devel Rmath-devel texlive R-methods R-utils
BuildRequires:    R-methods 

%description
A set of functions to create and interact with dynamic documents and

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-2
+ Revision: 94d4912
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7305 |14cr|R-dynlm-0.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  dynlm
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.3.3
Release:          2
Summary:          Dynamic Linear Regression
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/dynlm_0.3-3.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-stats R-zoo R-lmtest R-car 
Requires:         R-stats R-strucchange 
Requires:         R-datasets R-sandwich R-strucchange R-TSA 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats R-zoo R-lmtest R-car
BuildRequires:    R-stats R-strucchange 
BuildRequires:    R-datasets R-sandwich R-strucchange R-TSA 

%description
Dynamic linear models and time series regression.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-2
+ Revision: 9075f36
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7306 |14cr|R-e1071-1.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  e1071
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.6.3
Release:          2
Summary:          Misc Functions of the Department of Statistics (e1071), TU Wien
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/e1071_1.6-3.tar.gz
Requires:         R-class 
Requires:         R-graphics R-stats R-grDevices R-utils 
Requires:         R-cluster R-mlbench R-nnet R-randomForest R-rpart R-SparseM R-xtable R-Matrix R-MASS 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-class
BuildRequires:    R-graphics R-stats R-grDevices R-utils 
BuildRequires:    R-cluster R-mlbench R-nnet R-randomForest R-rpart R-SparseM R-xtable R-Matrix R-MASS 

%description
Functions for latent class analysis, short time Fourier transform, fuzzy
clustering, support vector machines, shortest path computation, bagged
clustering, naive Bayes classifier, ...

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.3-2
+ Revision: 5604aac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7307 |14cr|re2-0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define	libname %mklibname re2_ %{major}
%define develname %mklibname re2 -d

Summary:	An efficient, principled regular expression library
Name:		re2
Version:	0
Release:	2
License:	BSD like
Group:		System/Libraries
URL:		http://code.google.com/p/re2/
# hg clone https://re2.googlecode.com/hg re2
Source0:	re2.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
RE2 is a fast, safe, thread-friendly alternative to backtracking regular
expression engines like those used in PCRE, Perl, and Python.

%package -n	%{libname}
Summary:	An efficient, principled regular expression library
Group:		System/Libraries

%description -n	%{libname}
RE2 is a fast, safe, thread-friendly alternative to backtracking regular
expression engines like those used in PCRE, Perl, and Python.

%package -n	%{develname}
Summary:	Development files for the re2 library
Group:		Development/C++
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
RE2 is a fast, safe, thread-friendly alternative to backtracking regular
expression engines like those used in PCRE, Perl, and Python.

This package contains the development files for re2.

%prep

%setup -q -n re2

%build

%make CXXFLAGS="%{optflags} -pthread"

%install
rm -rf %{buildroot}

%makeinstall_std prefix=%{_prefix} libdir=%{_libdir}

rm -f %{buildroot}%{_libdir}/*.a

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root,-)
%doc LICENSE
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_includedir}/%{name}/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-2
+ Revision: 27bb3e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7308 |14cr|reaction-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define _noautoprov ^renderer(.*)
%else
%define _provides_exceptions ^renderer
%endif

%define		oname	Reaction

Name:		reaction
Version:	1.0
Release:	3
Summary:	First-person shooter based on modified Quake 3 engine
Group:		Games/Arcade
License:	GPLv2
URL:		http://rq3.com/
Source0:	http://download.rq3.com/%{oname}-%{version}-source.tar.gz
Patch0:		reaction-1.0-mdv-custom.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	imagemagick
Requires:	%{name}-data

%description
Reaction was originally called Reaction Quake 3 which was a "total conversion
mod" for Quake III Arena based on action and realism with a specific emphasis
on action over realism. Reaction is a port of the classic Action Quake 2 (AQ2)
mod. AQ2 still enjoyed great popularity in online gaming even 4 years after it
was initially released and on an "obsolete" game engine as well. Many people
attribute this lasting popularity to both the unique gameplay and the AQ2
community. At the time Reaction Quake 3 was first released, AQ2 was still more
popular than other Q3 realism mods and any other Quake 2 and Quake/QuakeWorld
mods.

Reaction Quake 3 aimed to bring the gameplay of AQ2 to a new, more modern game
engine. This mod is made by AQ2 fans and players specifically for those who
love the fast and furious AQ2 gameplay and also to hopefully expose a new
generation of players to this unique gameplay.

Reaction has already surpassed many facets of the last official release of
Action Quake 2, 1.52, and is catching up to some of the latest AQ2 variants.
Considering that AQ2 has had over 4 years of development time and the bulk
Reaction's teamplay, matchmode, and bot development was done in less than
6 months, this is a pretty exciting project. What started out as a project by
part of the AQ2 community who wanted someone to make "Action Quake 3" has
turned into a well-received and pretty solid and fun standalone game.

%prep
%setup -q -n %{name}
%patch0 -p1

# fix png rgb 
find . -type f -name "Reaction.png" -exec convert {} -strip {} \;

%build
mkdir -p ~/tmp
%make V=1

%install
mkdir -p %{buildroot}%{_gamesbindir}
cp build/release-linux-*/%{oname}.* %{buildroot}%{_gamesbindir}/%{name}
cp build/release-linux-*/%{oname}ded.* %{buildroot}%{_gamesbindir}/%{name}-server

mkdir -p %{buildroot}%{_libdir}/%{name}
cp build/release-linux-*/*.so %{buildroot}%{_libdir}/%{name}/

mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
pushd %{buildroot}%{_gamesdatadir}/%{name}
for N in %{buildroot}%{_libdir}/%{name}/*.so
do
ln -s %{_libdir}/%{name}/`basename $N` `basename $N`;
done
popd

# create and install icons
for N in 16 32 48 64 128; do convert %{oname}.png -scale ${N}x${N}! $N.png; done
install -D 16.png -m 644 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D 32.png -m 644 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D 48.png -m 644 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -D 64.png -m 644 %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png -m 644 %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# XDG menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=%{oname}
Comment=First-person shooter
Icon=%{name}
Exec=%{_gamesbindir}/%{name}
Terminal=false
Categories=Game;ArcadeGame;
EOF

%files
%doc COPYING.txt README README-Reaction id-readme.txt
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-server
%{_gamesdatadir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png





%changelog
* Tue Aug 05 2014 abfonly <abfonly@gmail.com> 1.0-3
+ Revision: 4d774fd
- fix png rgb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7309 |14cr|reaction-data-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	Reaction
%define		gname	reaction

Name:		%{gname}-data
Version:	1.0
Release:	2
Summary:	Data files used to play first-person shooter Reaction
Group:		Games/Arcade
License:	CC-BY-SA 3.0
URL:		http://rq3.com/
Source0:	http://download.rq3.com/%{oname}-%{version}-Linux-i386.tar.gz
Requires:	%{gname}
BuildArch:	noarch

%description
Data files used to play first-person shooter Reaction.

%prep
%setup -q -n %{oname}

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_gamesdatadir}/%{gname}/%{gname}
%__cp Boomstick/* %{buildroot}%{_gamesdatadir}/%{gname}/%{gname}/

%clean
%__rm -rf %{buildroot}

%files
%doc %{oname}-license.txt
%{_gamesdatadir}/%{gname}/%{gname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 263a37a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7310 |14cr|read-edid-3.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Get monitor details

Name:		read-edid
Version:	3.0.1
Release:	2
URL:		http://www.polypux.org/projects/read-edid/
Source0:	http://www.polypux.org/projects/read-edid/%{name}-%{version}.tar.gz
License:	GPLv2
Group:		System/Configuration/Other
BuildRequires:	libx86-devel
BuildRequires:	cmake

%description
This package will try to read the monitor details directly from the
monitor. The program get-edid asks a VBE BIOS for the EDID data. The
program parse-edid parses the data and prints out a human readable
summary.

%package	doc
Group:		Development/Other
Requires:	%{name} >= %{EVRD}

%description
doc files for %{name}

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

%files doc
%{_docdir}/%{name}/*

%files
%{_mandir}/man1/get-edid.1.*
%{_bindir}/*-edid*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.1-2
+ Revision: 11495a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7311 |14cr|readseq-19930201-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	readseq
%define version	19930201
%define rel	9
%define release	%mkrel %{rel}

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Reads and writes nucleic/protein sequences in various formats
Group:		Sciences/Biology
License:	Public Domain
URL:		http://iubio.bio.indiana.edu/soft/molbio/readseq/
Source:		%{name}-%{version}.tar.bz2
Patch0:		%{name}.makefile.patch
Patch1:		format_arguments_fix.patch
Patch2:		fix_getline.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
Readseq is a program for converting among several biosequence file formats,
by D. Gilbert. These formats are currently understood by readseq:

  * ASN.1 format used by NCBI
  * DNAStrider, for common Mac program
  * EMBL, EMBL flatfile format
  * Fitch format, limited use
  * GCG, single sequence format of GCG software
  * GenBank/GB, genbank flatfile format
  * IG/Stanford, used by Intelligenetics and others
  * MSF multi sequence format used by GCG software
  * NBRF format
  * Olsen, format printed by Olsen VMS sequence editor. Input only.
  * PAUP's multiple sequence (NEXUS) format
  * Pearson/Fasta, a common format used by Fasta programs and others
  * Phylip3.2, sequential format for Phylip programs
  * Phylip, interleaved format for Phylip programs (v3.3, v3.4)
  * PIR/CODATA format used by PIR
  * Plain/Raw, sequence data only (no name, document, numbering)
  * Pretty print with various options for nice looking output. Output only.
  * Zuker format, limited use. Input only.

%prep
rm -rf %{buildroot}
%setup
%patch0
%patch1
%patch2

%build
export CFLAGS=$RPM_OPT_FLAGS
make build

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Readme Readseq.help Formats
%{_bindir}/%{name}





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 19930201-9
+ Revision: e41ddbc
- Automatic import for version 19930201



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7312 |14cr|R-earth-3.2.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  earth
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.2.7
Release:          1
Summary:          Multivariate Adaptive Regression Spline Models
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_3.2-7.tar.gz

Requires:         R-plotmo R-plotrix 

Requires:         R-mda 
BuildRequires:    R-devel Rmath-devel R-plotmo R-plotrix

BuildRequires:   R-mda 
BuildRequires: blas-devel

%description
Build regression models using the techniques in Friedman's papers "Fast
MARS" and "Multivariate Adaptive Regression Splines". (The term "MARS" is
copyrighted and thus not used in the name of the package.)

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs

%changelog
* Tue Sep 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.7-1
+ Revision: 5a56a07
- Added tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7313 |14cr|R-EatonEtAlChIPseq-0.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  EatonEtAlChIPseq
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.0.5
Release:          3
Summary:          ChIP-seq data of ORC-binding sites in Yeast excerpted from Eaton et al. 2010
Group:            Sciences/Mathematics
License:          Artistic 2.0
URL:              None
Source0:          http://bioconductor.org/packages/data/experiment/src/contrib/EatonEtAlChIPseq_0.0.5.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-GenomicRanges R-ShortRead R-rtracklayer 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-GenomicRanges R-ShortRead R-rtracklayer

%description
ChIP-seq analysis subset from "Conserved nucleosome positioning defines
replication origins" (PMID 20351051)

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-3
+ Revision: 5da0f1c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7314 |14cr|R-EBImage-4.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  EBImage
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          4.4.0
Release:          2
Summary:          Image processing toolbox for R
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/EBImage_4.4.0.tar.gz
Requires:         R-methods R-graphics R-stats R-utils R-abind 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-graphics R-stats R-utils R-abind
BuildRequires: R-EBImage
Requires: R-EBImage
BuildRequires: R-locfit
Requires: R-locfit
BuildRequires: R-png
Requires: R-png
BuildRequires: R-jpeg
Requires: R-jpeg
BuildRequires: R-tiff
Requires: R-tiff
BuildRequires: R-BiocGenerics
Requires: R-BiocGenerics
BuildRequires:    imagemagick-devel
BuildRequires:    jpeg-devel

%description
EBImage is an R package which provides general purpose functionality for
the reading, writing, processing and analysis of images. Furthermore, in
the context of microscopy based cellular assays, EBImage offers tools to
transform the images, segment cells and extract quantitative cellular

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME
#  When sourcing 'EBImage-introduction.R':
#  Error: object must be an array
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/images
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/scripts
%{rlibdir}/EBImage/NEWS.Rd
%{rlibdir}/EBImage/viewer/display.css
%{rlibdir}/EBImage/viewer/display.template
%{rlibdir}/EBImage/viewer/viewer.js



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.4.0-2
+ Revision: f8cbb66
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7315 |14cr|R-Ecdat-0.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Ecdat
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.2.4
Release:          2
Summary:          Data sets for econometrics
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Ecdat_0.2-4.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-car R-systemfit R-sem R-lmtest R-sandwich 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-car R-systemfit R-sem R-lmtest R-sandwich 

%description
Data sets for econometrics

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demoFiles
%{rlibdir}/%{packname}/scripts




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-2
+ Revision: 37dbf98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7316 |14cr|recoll-1.19.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
Name:		recoll
Version:	1.19.13
Release:	2
Summary:	Desktop full text search tool with a qt gui

Source0:	http://www.lesbonscomptes.com/recoll/%{name}-%{version}.tar.gz
URL:		http://www.lesbonscomptes.com/recoll/
Group:		Databases

License:	GPL
BuildRequires:	xapian-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(QtWebKit)

%description
Recoll is a personal full text search package for Linux, FreeBSD and
other Unix systems. It is based on a very strong backend (Xapian), for
which it provides an easy to use, feature-rich, easy administration
interface.

%prep
%setup -q

%build
%configure2_5x --disable-python-module
%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/*
%{_datadir}/applications/recoll-searchgui.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}
%{_mandir}/man1/%{name}*.1*
%{_mandir}/man5/%{name}*.5*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.19.13-2
+ Revision: 94b54ae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7317 |14cr|recorditnow-0.8.1-71
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	libname		%mklibname recorditnow
%define	joschylib	%mklibname joschycore
%define	joschydevel	%mklibname -d joschycore

Name:		recorditnow
Version:	0.8.1
# use 69.x release for 0.8.1 to allow updates for MIB users
Release:	71
Summary:	Desktop session recorder for KDE 4
License:	GPLv2+
Group:		Video
URL:		http://recorditnow.sourceforge.net/
Source0:	http://sourceforge.net/projects/recorditnow/files/%{name}-%{version}.tar.bz2
Patch0:		recorditnow-0.8.1-ru.patch
Patch1:		recorditnow-0.8.1-linking.patch
BuildRequires:	automoc4
BuildRequires:	cmake >= 2.6
BuildRequires:	gettext
BuildRequires:	qt4-devel
BuildRequires:	kdelibs4-devel >= 4.4.0
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(x11)
BuildRequires:	ffmpeg-devel
BuildRequires:	ffmpeg
BuildRequires:	mencoder
BuildRequires:	recordmydesktop >= 0.3.8.1
Requires:	kdelibs4-core >= 4.4.0
Requires:	ffmpeg
Requires:	mencoder
Requires:	recordmydesktop >= 0.3.8.1

%description
RecordItNow is a plug-in based desktop recorder for KDE SC 4.
Features:
    Record your desktop;
    Make screen-shots;
    Automatically encode your videos in a desired format;
    Zoom;
    Show mouse activity;
    Keyboard monitor;
    Time-line;
    Upload your videos to YouTube or blip.tv.

%files -f %{name}.lang
%doc COPYING DEPENDENCIES
%{_kde_bindir}/%{name}
%{_kde_libdir}/kde4/libexec/%{name}_helper
%{_kde_libdir}/kde4/*.so
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}/*
%{_kde_datadir}/config.kcfg/%{name}*.kcfg
%{_kde_iconsdir}/hicolor/*/apps/*.png
%{_kde_services}/%{name}_*.desktop
%{_kde_servicetypes}/%{name}_*.desktop
%{_datadir}/polkit-1/actions/*.policy
%{_datadir}/dbus-1/system-services/*.service
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/*.conf

#------------------------------------------------------------

%package -n	%{libname}
Summary:	Library package for recorditnow
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libname}
This package contains the dynamic libraries needed for recorditnow.

%files -n %{libname}
%{_kde_libdir}/librecordit*.so

#------------------------------------------------------------

%package -n	%{joschylib}
Summary:	Support library for recorditnow
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{joschylib}
This package contains the dynamic libraries needed for recorditnow.

%files -n %{joschylib}
%{_kde_libdir}/libjoschycore.so
%{_kde_libdir}/joschy/*

#------------------------------------------------------------

%package -n	%{joschydevel}

Summary:	Development files for the joschycore library
Group:		Development/C++
Provides:	joschycore-devel = %{version}
Provides:	%{joschydevel} = %{version}
Requires:	%{joschylib} = %{version}

%description -n %{joschydevel}
This package contains the header files needed when building applications
based on the joschycore library.

%files -n %{joschydevel}
%{_kde_includedir}/joschycore/*.h

#------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .ru
%patch1 -p1 -b .linking

%build
%cmake_kde4 ..	-DCMAKE_BUILD_TYPE=release \
		-DLINGUAS="de;hu;pt_BR;cs;fr;ru;tr"
%make

%install
%makeinstall_std -C build

%find_lang %{name}

%post
kbuildsycoca4

%postun
kbuildsycoca4

%clean



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-71
+ Revision: 10e878e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7318 |14cr|recordmydesktop-0.3.8.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    Desktop session recorder
Name:       recordmydesktop
Version:    0.3.8.1
Release:    8
License:    GPLv2+
Group:      Video
URL:        http://recordmydesktop.sourceforge.net/
Source0:    http://downloads.sourceforge.net/recordmydesktop/%{name}-%{version}.tar.bz2
Patch0:     recordmydesktop-fix-libtheora1.1.patch
Patch1:     recordmydesktop-fix-xorg-headers-1.patch
Patch2:     recordmydesktop-fix-xorg-headers-2.patch
Patch3:     recordmydesktop-fix-havejack.patch
BuildRequires:  libalsa-devel
BuildRequires:  libogg-devel
BuildRequires:  libtheora-devel
BuildRequires:  libvorbis-devel
BuildRequires:  libice-devel
BuildRequires:  libsm-devel
BuildRequires:  libxdamage-devel
BuildRequires:  libxext-devel
BuildRequires:  libxfixes-devel
BuildRequires:  zlib-devel
BuildRequires:  jackit-devel
Requires:   jackit-example-clients

%description
Simple command line tool that performs the basic tasks of capturing
and encoding desktop session. It produces files using only open
formats like Theora for video and Vorbis for audio, using the Ogg
container.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%configure2_5x \
    --enable-oss=no \
    --enable-jack=yes

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_bindir}/%{name}
%{_mandir}/man1/recordmydesktop.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.8.1-8
+ Revision: fd4320f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7319 |14cr|recoverjpeg-2.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		recoverjpeg
Version:	2.2.3
Release:	2
Summary:	JFIF/JPEG File Recovery Tool
Group:		Graphics
License:	GPLv2+
URL:		http://www.rfc1149.net/devel/recoverjpeg
Source0:	https://github.com/downloads/samueltardieu/recoverjpeg/%{name}-%{version}.tar.gz
Requires:	imagemagick
BuildRequires:	make
BuildRequires:	gcc
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool 

%description
%{name} tries to recover JFIF (JPEG) pictures from a peripheral.
This may be useful if you mistakenly overwrite a partition or if a device such
as a digital camera memory card is bogus.


%prep
%setup -q


%build
autoreconf -fiv
%configure2_5x
%make


%install
%makeinstall_std


%files
%doc COPYING
%{_bindir}/%{name}
%{_bindir}/recovermov
%{_bindir}/remove-duplicates
%{_bindir}/sort-pictures
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/sort-pictures.1*
%{_mandir}/man1/recovermov.1*
%{_mandir}/man1/remove-duplicates.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.3-2
+ Revision: 5485477
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7320 |14cr|recutils-1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		recutils
Version:	1.7
Release:	2
Summary:	A set of tools to access GNU recfile databases
Group:		Databases
License:	GPLv3+
URL:		http://www.gnu.org/software/recutils/
Source0:	ftp://ftp.gnu.org/gnu/recutils/%{name}-%{version}.tar.gz
#Source1:	rec-mode-init.el
Patch0:		recutils-shared-lib-calls-exit.patch
Patch1:		recutils-Wformat.patch
BuildRequires:	gettext
BuildRequires:	gettext-devel
BuildRequires:	autoconf
BuildRequires:	chrpath
BuildRequires:	libgcrypt-devel
BuildRequires:	help2man
BuildRequires:	mdbtools-devel
BuildRequires:	texinfo

%description
Recutils is a set of tools and libraries to access human-editable,
text-based databases called recfiles. The data is stored as a sequence
of records, each record containing an arbitrary number of named
fields.

%package devel
Summary:	Libraries and header files for recutils

Group:		Development/C
Requires:	%{name} = %{EVRD}

%description devel
Libraries and header files for recutils

%prep
%setup -q
%patch0 -p1 -b .shared-lib-calls-exit
%patch1 -p1 -b .Wformat

%build
autoreconf -fi
%configure --disable-static --disable-rpath
%make

%check
make check

%install
%makeinstall_std INSTALL="install -p"

rm -f %{buildroot}%{_infodir}/dir

chrpath --delete %{buildroot}%{_bindir}/*

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/*.so.*
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/recutils
%{_datadir}/emacs/site-lisp/*
%{_infodir}/*.info*

%files devel
%{_includedir}/rec.h
%{_libdir}/*.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-2
+ Revision: 356aac3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7321 |14cr|redbutton-author-20090727-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           redbutton-author
Version:        20090727
Release:        3
Group:          Development/Other
License:        GPLv2+
Summary:        Redbutton author for MHEG5 content
Source:         redbutton-author-%{version}.tar.gz
URL:            http://redbutton.sourceforge.net/
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	flex
BuildRequires:	bison

%description
This package provides an authoring program for MHEG5, which is used to make
user interface on TVs.
It is part of the redbutton tools suite.

%prep
%setup -q

%build
make

%install
%__rm -rf %{buildroot}
mkdir -p %buildroot%_bindir
#make install DESTDIR=%buildroot # happens "/bin" to DESTDIR
install -m 755 mhegc %buildroot%_bindir
install -m 755 mhegd %buildroot%_bindir

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%_bindir/mhegc
%_bindir/mhegd




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20090727-3
+ Revision: 6b501b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7322 |14cr|redbutton-download-20090727-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           redbutton-download
Version:        20090727
Release:        3
Group:          Development/Other 
License:        GPLv2+
Summary:        Redbutton download for MHEG5 content
Source:         redbutton-download-%{version}.tar.gz
URL:            http://redbutton.sourceforge.net/
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires: 	zlib-devel

%description
This package provides a download utility for MHEG5, which is used to make
user interface on TVs.
It is part of the redbutton tools suite.

%prep
%setup -q

%build
make

%install
%__rm -rf %{buildroot}
mkdir -p %buildroot%_bindir
#make install DESTDIR=%buildroot # happens "/bin" to DESTDIR
install -m 755 rb-download %buildroot%_bindir

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%_bindir/rb-download




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20090727-3
+ Revision: 7f35386
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7323 |14cr|redeclipse-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fast aced first person ego-shooter
Name:		redeclipse
Version:	1.4
Release:	3
License:	zlib/libpng License
Group:		Games/Arcade
Url:		http://www.redeclipse.net/
Source0:	http://sourceforge.net/projects/%{name}/files/%{name}_%{version}/%{name}_%{version}_nix.tar.bz2
Patch0:		redeclipse-1.4-desktop.patch
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(zlib)
Requires:	%{name}-data = %{version}

%files
%doc readme.txt doc/*.txt
%{_bindir}/%{name}-server
%{_bindir}/%{name}
%dir %{_libdir}/%{name}/
%{_libdir}/%{name}/%{name}-server
%{_libdir}/%{name}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/%{name}-server.6.*
%{_mandir}/man6/%{name}.6.*

#----------------------------------------------------------------------------

%description
The game is a single-player and multi-player first-person ego-shooter,
built as a total conversion of Cube Engine 2, which lends itself toward a
balanced gameplay, completely at the control of map makers, while maintaining
a general theme of agility in a variety of environments.

%package data
Summary:	Data files for RedEclipse game
License:	Creative Commons Attribution-ShareAlike
Requires:	%{name} = %{version}

%description data
The game is a single-player and multi-player first-person ego-shooter,
built as a total conversion of Cube Engine 2, which lends itself toward a
balanced gameplay, completely at the control of map makers, while maintaining
a general theme of agility in a variety of environments.

%files data
%dir %{_datadir}/redeclipse
%{_libdir}/%{name}/data
%{_libdir}/%{name}/game
%{_datadir}/redeclipse/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
pushd src/enet
autoreconf -fi
popd
sed -i -e 's/^CXXFLAGS= -O3 -fomit-frame-pointer$/CXXFLAGS=%{optflags}/g' src/core.mk
make -C src

%install
%makeinstall_std -C src prefix=%{_prefix} libexecdir=%{buildroot}%{_libdir} system-install


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: 719c589
- Launch autoreconf in src/enet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7324 |14cr|redfang-2.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

# OE: conditional switches
#
#(ie. use with rpm --rebuild):
#
#	--with diet	Compile dcetest against dietlibc
#
# 

%define build_diet 0

# commandline overrides:
# rpm -ba|--rebuild --with 'xxx'
%{?_with_diet: %{expand: %%define build_diet 1}}

Summary: 	The Bluetooth Hunter
Name:		redfang
Version:	2.5
Release:	10
License:	GPL
Group:		Networking/Other
URL:		http://www.atstake.com/research/tools/info_gathering/
Source0:	%{name}.%{version}.tar.bz2
Patch0:		%{name}-%{version}-optflags.patch
Patch1:		%{name}-2.5-fix-format-errors.patch
Patch2:		%{name}-2.5-fix-missing-header.patch
BuildRequires:	bluez-devel
%if %{build_diet}
BuildRequires:	dietlibc-devel >= 0.20-1mdk
%endif
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Redfang v2.5 is an enhanced version of the original application
that finds non-discoverable Bluetooth devices by brute-forcing the
last six bytes of the device's Bluetooth address and doing a
read_remote_name(). This new version has streamlined code,
enumerates service information, and supports multiple threads for
substantial speed gains using multiple devices (maximum
theoretical limit of 127 USB devices). This release of Redfang was
developed in collaboration with QinetiQ as part of their work in
the DTI Next Wave Technologies project FORWARD. (For more
information about the underlying concepts of Bluetooth discovery,
read our research report War Nibbling: Bluetooth Insecurity.)

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0 -b .optflags
%patch1 -p1 -b .format
%patch2 -p1 -b .header

%build

%if %{build_diet}
# OE: use the power of dietlibc
make CC="diet gcc -D_BSD_SOURCE -D_GNU_SOURCE -s -static"
%else
%make
%endif

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m755 fang %{buildroot}%{_bindir}/fang
install -m644 fang.1 %{buildroot}%{_mandir}/man1/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG INSTALL OTHERS README
%{_bindir}/fang
%{_mandir}/man1/fang.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5-10
+ Revision: c6f17d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7325 |14cr|R-edgeR-3.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  edgeR
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          3.4.2
Release:          2
Summary:          Empirical analysis of digital gene expression data in R
Group:            Sciences/Mathematics
License:          LGPL (>= 2)
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/edgeR_3.4.2.tar.gz
Requires:         R-methods R-limma R-locfit
Requires:         R-MASS R-statmod R-splines 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-limma
BuildRequires:    R-MASS R-statmod R-splines R-locfit
BuildRequires:    blas-devel lapack-devel

%description
Differential expression analysis of RNA-seq and digital gene expression
profiles with biological replication.  Uses empirical Bayes estimation and
exact tests based on the negative binomial distribution.  Also useful for
differential signal analysis with other types of genome-scale count data.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.2-2
+ Revision: d43082a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7326 |14cr|redis-2.4.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Check for status of man pages
# http://code.google.com/p/redis/issues/detail?id=202

Name:             redis
Version:          2.4.17
Release:          2
Summary:          A persistent key-value database

Group:            Databases
License:          BSD
URL:              http://redis.io/
Source0:          http://redis.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:          %{name}.logrotate
Source2:          %{name}.tmpfiles
Source3:          %{name}.service
# Update configuration for Fedora
Patch0:           %{name}-2.0.0-redis.conf.patch
Patch1:		  redis-2.4.8-extend-timeout-on-replication-test.patch
Patch2:           redis-2.4.17-tcl86.patch
BuildRequires:    tcl >= 8.6
Requires(post):   rpm-helper >= 0.24.1-1
Requires(preun):  rpm-helper >= 0.24.1-1

%description
Redis is an advanced key-value store.
It is similar to memcached but the data set is not
volatile, and values can be strings, exactly like in
memcached, but also lists, sets, and ordered sets.
All this data types can be manipulated with atomic operations
to push/pop elements, add/remove elements, perform server side
union, intersection, difference between sets, and so forth.
Redis supports different kind of sorting abilities.

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
# Remove integration tests
sed -i '/    execute_tests "integration\/replication"/d' tests/test_helper.tcl
sed -i '/    execute_tests "integration\/aof"/d' tests/test_helper.tcl

%build
export LC_ALL=C
%make -j1 DEBUG="" CFLAGS='%{optflags} -std=c99' all FORCE_LIBC_MALLOC=yes

%check
tclsh tests/test_helper.tcl

%install
# Install binaries
install -p -D -m 755 src/%{name}-benchmark %{buildroot}%{_bindir}/%{name}-benchmark
install -p -D -m 755 src/%{name}-cli %{buildroot}%{_bindir}/%{name}-cli
install -p -D -m 755 src/%{name}-check-aof %{buildroot}%{_bindir}/%{name}-check-aof
install -p -D -m 755 src/%{name}-check-dump %{buildroot}%{_bindir}/%{name}-check-dump
install -p -D -m 755 src/%{name}-server %{buildroot}%{_sbindir}/%{name}-server
# Install misc other
install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -d -m 755 %{buildroot}%{_prefix}/lib/tmpfiles.d
install -m 755 %{SOURCE2} %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf
install -d -m 755 %{buildroot}%{_unitdir}
install -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
install -d -m 755 %{buildroot}%{_localstatedir}/log/%{name}


%pre
%_pre_useradd redis  %{_sharedstatedir}/redis /sbin/nologin

%post
systemd-tmpfiles --create %{name}.conf
%_post_service redis

%preun
%_preun_service redis

%postun
%_postun_userdel redis

%files
%doc 00-RELEASENOTES BUGS COPYING README
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/%{name}.conf
%dir %attr(0755, redis, root) %{_localstatedir}/lib/%{name}
%dir %attr(0755, redis, root) %{_localstatedir}/log/%{name}
%{_bindir}/%{name}-*
%{_sbindir}/%{name}-*
%{_prefix}/lib/tmpfiles.d/%{name}.conf
%{_unitdir}/%{name}.service

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.17-2
+ Revision: e3a90dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7327 |14cr|rednotebook-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           rednotebook
Version:        1.8.0
Release:        2
Summary:        A desktop diary
Group:          Office
License:        GPLv2+
URL:            http://rednotebook.sourceforge.net
Source0:        http://sourceforge.net/projects/rednotebook/files/%{name}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
Requires:       python-yaml
Requires:       pygtk2.0
Requires:       python-webkitgtk
Requires:       gnome-python-extras
Requires:	python-chardet

%description
RedNotebook is a desktop diary that makes it very easy for you
to keep track of the stuff you do and the thoughts you have. This
journal software helps you to write whole passages or just facts,
and does so in style.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}
desktop-file-install                                    \
    --add-category="Calendar"                           \
    --delete-original                                   \
    --dir=%{buildroot}%{_datadir}/applications          \
    %{buildroot}/%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS CHANGELOG LICENSE README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/*.svg
# % {_datadir}/locale/*/
%dir %{py_puresitedir}/%{name}/
%{py_puresitedir}/%{name}/*.py*
%{py_puresitedir}/%{name}/external/
%{py_puresitedir}/%{name}/files/
%{py_puresitedir}/%{name}/gui/
%{py_puresitedir}/%{name}/images/
%{py_puresitedir}/%{name}/util/
%{py_puresitedir}/%{name}*.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 93573fa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7328 |14cr|redshift-1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	redshift
%define version	1.7

Name:		%{name}
Version:	%{version}
Release:	4
Summary:	Adjusts the color temperature of your screen according to time of day
Url:		http://jonls.dk/redshift/
Source:		http://launchpad.net/redshift/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
License:	GPLv3+
Group:		Graphical desktop/Other
BuildRequires:	x11-server-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	python-devel
# For 1.7 geoclue support is reported to be broken, but later we can try it
# BuildRequires: geoclue-devel
# Requires:      geoclue

%package gtk
Summary:	GTK integration for Redshift
Group:		Graphical desktop/Other
Requires:	pygtk2.0
Requires:	redshift = %{version}-%{release}

%description
Redshift adjusts the color temperature of your screen according to your
surroundings. This may help your eyes hurt less if you are working in
front of the screen at night.

The color temperature is set according to the position of the sun. A
different color temperature is set during night and daytime. During
twilight and early morning, the color temperature transitions smoothly
from night to daytime temperature to allow your eyes to slowly
adapt.

%description gtk
GTK integration for Redshift, a screen color temperature adjustment
program.

%prep
%setup -q

%build
%configure2_5x \
	--disable-rpath \
	--enable-gui
%make

%install
rm -rf %{buildroot}
%makeinstall_std \
	uninstall-ubuntu_mono_dark_iconDATA \
	uninstall-ubuntu_mono_light_iconDATA

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc NEWS AUTHORS README 
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*

%files gtk
%defattr(-,root,root)
%{_bindir}/gtk-%{name}
%{_iconsdir}/hicolor/scalable/apps/%{name}*.svg
%{_datadir}/applications/gtk-%{name}.desktop
%{python_sitelib}/gtk_redshift/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-4
+ Revision: 428923d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7329 |14cr|reed-solomon-3.1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %name %major
%define libnamedevel %mklibname -d %name

%define debug_package %{nil}

Summary: A Reed-Solomon encoder/decoder library
Name:    reed-solomon
Version: 3.1.1
Release: 7
Source0: http://www.ka9q.net/code/fec/%{name}-%{version}.tar.gz
Patch0:  reed-solomon-destdir.patch
License: GPL
Group:   System/Libraries
Url:     http://www.ka9q.net/code/fec/

%description
This library implements a general-purpose encoder/decoder for Reed-Solomon
error correcting codes. The decoder supports erasures. The user can specify
the parameters for any size code, limited only by machine resources. Hard-coded
routines for the CCSDS-standard (255,223) code are also included.

%package -n %libname
Summary: A Reed-Solomon encoder/decoder library
Group: System/Libraries
Provides: lib%{name} = %{version}-%{release}

%description -n %libname
This library implements a general-purpose encoder/decoder for Reed-Solomon
error correcting codes. The decoder supports erasures. The user can specify
the parameters for any size code, limited only by machine resources. Hard-coded
routines for the CCSDS-standard (255,223) code are also included.

%package -n %libnamedevel
Summary: A Reed-Solomon encoder/decoder library
Group: System/Libraries
Provides: %{name}-devel
Obsoletes: %mklibname %name
Requires: %libname = %{version}-%{release}

%description -n %libnamedevel
This library implements a general-purpose encoder/decoder for Reed-Solomon
error correcting codes. The decoder supports erasures. The user can specify
the parameters for any size code, limited only by machine resources. Hard-coded
routines for the CCSDS-standard (255,223) code are also included.

%prep
%setup -q
%patch -p0 -b .destdir

%build
export CFLAGS="%{optflags} -fPIC"
%configure 

%make

%install
mkdir -p %{buildroot}{%{_libdir},%{_mandir}/man3,%{_includedir}}
%makeinstall_std

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{libnamedevel}
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/*.h
%{_mandir}/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.1-7
+ Revision: 1ef555d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7330 |14cr|refbase-0.9.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define 	name refbase
%define		version 0.9.5
%define release 4

Summary: 	Web-based, multi-user interface for managing scientific literature & citations

Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://prdownloads.sourceforge.net/refbase/%{name}-%{version}.tar.bz2

License:	GPLv2+
Group:		System/Servers
Url:		http://refbase.sourceforge.net

Requires:	bibutils
Requires:	mysql
Requires:	mod_php
Requires:	php-mysql
Requires:	webserver

BuildArch:	noarch

%description
refbase is a web-based, standards-compliant, multi-user interface 
for managing scientific literature & bibliographic references.
Based on php & mysql, it offers a bibliography database with 
powerful search tools and automatically generated citation lists.

To finish the installation, follow the procedure located in
%{var}/www/html/%{name}/INSTALL

%prep
%setup -q

%build

%install
# install files
install -d -m 755  %{buildroot}/%{_var}/www/html/%{name}
perl -pi -e 's|/usr/local/mysql/bin/mysql|"%{_bindir}/mysql"|;' install.php
cp -pRH *  %{buildroot}/%{_var}/www/html/%{name}
chmod 644  %{buildroot}/%{_var}/www/html/%{name}/install.sql
chmod 644  %{buildroot}/%{_var}/www/html/%{name}/contrib/endnote/endnote2mysql.php

%files
%defattr(-,root,root,0755)
%{_var}/www/html/%{name}/*
%doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO UPDATE

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5-4
+ Revision: 17e9299
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7331 |14cr|refdb-0.9.9-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rel 1

Summary:	Reference database and bibliography tool
Name:		refdb
Version:	0.9.9
Release:	13
License:	GPLv2+
Group:		Sciences/Computer science
Url:		http://refdb.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/sourceforge/refdb/%{name}-%{version}-%{rel}.tar.gz
Source1:	refdb-README.urpmi
Patch0:		refdb.in.patch
Patch1:		refdb-0.9.9-1-fix-format-errors.patch
Patch2:		refdb-0.9.9-1-fix-underlinking.patch
Patch3:		refdb-0.9.9-1-fix-doc-installation.patch
Patch4:		refdb-0.9.9-1-readline6.3.patch
BuildRequires:	btparser
BuildRequires:	gettext-devel
BuildRequires:	libdbi-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	perl(MARC::Charset)
BuildRequires:	perl(MARC::Record)
BuildRequires:	perl(RefDB)
BuildRequires:	perl(Term::Clui)
BuildRequires:	perl(Text::Iconv)
BuildRequires:	perl(XML::Parser)
Requires(post,preun):	rpm-helper
Requires:	apache-mod_php => 5

%description
RefDB is a reference database and bibliography tool for SGML, XML, and LaTeX
documents, sort of a Reference Manager or BibTeX for markup languages. It is
portable and known to run on Linux, FreeBSD, and Windows/Cygwin.

%files
%{_bindir}/bib2ris-utf8
%{_bindir}/db2ris
%{_bindir}/eenc
%{_bindir}/en2ris
%{_bindir}/marc2ris
%{_bindir}/med2ris
%{_bindir}/refdb-backup
%{_bindir}/refdb-init
%{_bindir}/refdb-ms
%{_bindir}/refdb-restore
%{_bindir}/refdb-sruserver
%{_bindir}/refdb_dos2unix
%{_bindir}/refdb_latex2utf8txt
%{_bindir}/refdbd
%{_bindir}/refdbjade
%{_bindir}/refdbsru
%{_bindir}/refdbxml
%{_bindir}/refdbxp
%{_bindir}/runbib
%{_bindir}/refdbnd
%{_datadir}/%{name}
%{_initrddir}/refdb
%{_localstatedir}/lib/%{name}
%{_mandir}/*/*
%config(noreplace) %{_sysconfdir}/%{name}
%config(noreplace) %{webappconfdir}/%{name}.conf
%doc doc/*
%doc README.urpmi AUTHORS ChangeLog INSTALL NEWS README UPGRADING

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%package clients
Summary:	Clients for using %{name}
Group:		Networking/Remote access

%description clients
Clients allowing to connect to the refdb server.

%files clients
%{_bindir}/refdbc
%{_bindir}/refdba
%{_bindir}/refdbib
%{_bindir}/refdbctl

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{rel}

cp %{SOURCE1} README.urpmi
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
autoreconf -fi

%build
%configure2_5x --disable-rpath 
%make

%install
mkdir -p %{buildroot}/%{_localstatedir}/lib/%{name}/db

# LSB and pinit compliant initscript
install -D -m755 scripts/%{name} %{buildroot}/%{_initrddir}/%{name}

# Web interface
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}/{css,images,includes,xsl}
install	phpweb/index.php	%{buildroot}%{_datadir}/%{name}
install phpweb/css/*.css	%{buildroot}%{_datadir}/%{name}/css
install phpweb/images/{*.gif,*.png}	%{buildroot}%{_datadir}/%{name}/images
install phpweb/includes/*.php	%{buildroot}%{_datadir}/%{name}/includes
install phpweb/xsl/*.xsl	%{buildroot}%{_datadir}/%{name}/xsl

# apache configuration
install -d -m 755 %{buildroot}%{webappconfdir}
cat > %{buildroot}%{webappconfdir}/%{name}.conf << EOF
# RefDB Apache configuration
Alias /%{name} %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
	Options +ExecCGI
	Require all granted

    php_flag session.auto_start 1
    php_flag register_globals on
</Directory>
EOF

%makeinstall_std

find %{buildroot}%{_docdir} -name *~ | xargs rm -f

chmod 1777 %{buildroot}%{_datadir}/%{name}


%changelog
* Thu Aug 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.9-13
+ Revision: 7489789
- Add patch to fix build with readline 6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7332 |14cr|referencer-1.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Bibliography reference management tool for GNOME
Name:		referencer
Version:	1.2.1
Release:	3
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://icculus.org/referencer/index.html
Source0:	http://icculus.org/referencer/downloads/%{name}-%{version}.tar.gz
# 48x48 PNG from referencer.svg in package, generated with GIMP
Source1:	referencer.png

BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(gconfmm-2.6)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-vfsmm-2.6)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libglademm-2.4)
BuildRequires:	pkgconfig(libgnomeuimm-2.6)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(python)

%description
Referencer is a GNOME application to organize documents or references, and 
ultimately generate a BibTeX bibliography file.

%files -f %{name}.lang
%doc README AUTHORS ChangeLog TODO
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/mime/packages/%{name}.xml
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_iconsdir}/hicolor/48x48/mimetypes/gnome-mime-application-x-%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x \
	--disable-scrollkeeper \
	--disable-update-mime-database
%make

%install
%makeinstall_std

# fd.o icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{scalable,48x48,32x32,16x16}/apps
install -m 644 %{buildroot}%{_datadir}/pixmaps/%{name}.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# menu
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-gnome --all-name



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-3
+ Revision: fd65322
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7333 |14cr|R-effects-3.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  effects
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3.0.0
Release:          2
Summary:          Graphical and tabular effect displays

Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/effects_3.0-0.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-lattice R-grid R-nlme R-MASS R-nnet R-colorspace 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-lattice R-grid R-nlme R-MASS R-nnet R-colorspace
BuildRequires: R-heplots
Requires: R-heplots
BuildRequires: R-poLCA
Requires: R-poLCA
BuildRequires: R-lme4
Requires: R-lme4
%rename R-cran-effects

%description
Graphical and tabular effect displays, e.g., of interactions, for linear
generalized linear, multinomial-logit, and proportional-odds logit models.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-2
+ Revision: 57bcc1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7334 |14cr|refind-0.8.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libdir %{_libdir}
%define debug_package %{nil}
Summary: EFI boot manager software
Name: refind
Version: 0.8.1
Release: 7
Summary: EFI boot manager software
License: GPLv3
URL: http://www.rodsbooks.com/refind/
Group:   System/Kernel and hardware
Source: refind-src-%version.zip
Patch0: refind-0.8.1.libdir.patch
BuildRequires: gnu-efi
Requires: efibootmgr

%ifarch i586
%define efiarch ia32
%endif
%ifarch i686
%define efiarch ia32
%endif
%ifarch x86_64
%define efiarch x64
%endif

# Directory in which refind.key and refind.crt files are found for
# signing of binaries. If absent, binaries are copied unsigned.
%define keydir /mnt/refind

%description

A graphical boot manager for EFI- and UEFI-based computers, such as all
Intel-based Macs and recent (most 2011 and later) PCs. rEFInd presents a
boot menu showing all the EFI boot loaders on the EFI-accessible
partitions, and optionally BIOS-bootable partitions on Macs. EFI-compatbile
OSes, including Linux, provide boot loaders that rEFInd can detect and
launch. rEFInd can launch Linux EFI boot loaders such as ELILO, GRUB
Legacy, GRUB 2, and 3.3.0 and later kernels with EFI stub support. EFI
filesystem drivers for ext2/3/4fs, ReiserFS, HFS+, and ISO-9660 enable
rEFInd to read boot loaders from these filesystems, too. rEFInd's ability
to detect boot loaders at runtime makes it very easy to use, particularly
when paired with Linux kernels that provide EFI stub support.

%prep
%setup -q
%apply_patches

%build
%make gnuefi libdir=%libdir
make fs_gnuefi libdir=%libdir

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/share/refind-%{version}/refind/

# Copy the rEFInd binaries (rEFInd proper and drivers) to /usr/share/refind-%{version},
# including signing the binaries if sbsign is installed and a %{keydir}/refind.key file
# is available
declare SBSign=`which sbsign 2> /dev/null`
if [[ -f %{keydir}/refind.key && -x $SBSign ]] ; then
   $SBSign --key %{keydir}/refind.key --cert %{keydir}/refind.crt --output $RPM_BUILD_ROOT/usr/share/refind-%{version}/refind/refind_%{efiarch}.efi refind/refind_%{efiarch}.efi
   mkdir -p $RPM_BUILD_ROOT/usr/share/refind-%{version}/refind/drivers_%{efiarch}
   for File in `ls drivers_%{efiarch}/*_x64.efi` ; do
      $SBSign --key %{keydir}/refind.key --cert %{keydir}/refind.crt --output $RPM_BUILD_ROOT/usr/share/refind-%{version}/refind/$File $File
   done
   mkdir -p $RPM_BUILD_ROOT/usr/share/refind-%{version}/refind/tools_%{efiarch}
   $SBSign --key %{keydir}/refind.key --cert %{keydir}/refind.crt --output $RPM_BUILD_ROOT/usr/share/refind-%{version}/refind/tools_%{efiarch}/gptsync_%{efiarch}.efi gptsync/gptsync_%{efiarch}.efi
else
   install -Dp -m0644 refind/refind*.efi $RPM_BUILD_ROOT/usr/share/refind-%{version}/refind/
   mkdir -p $RPM_BUILD_ROOT/usr/share/refind-%{version}/refind/drivers_%{efiarch}
   cp -a drivers_%{efiarch}/* $RPM_BUILD_ROOT/usr/share/refind-%{version}/refind/drivers_%{efiarch}/
   mkdir -p $RPM_BUILD_ROOT/usr/share/refind-%{version}/refind/tools_%{efiarch}
   install -Dp -m0644 gptsync/gptsync_%{efiarch}.efi $RPM_BUILD_ROOT/usr/share/refind-%{version}/refind/tools_%{efiarch}/gptsync_%{efiarch}.efi
fi

# Copy configuration and support files to /usr/share/refind-%{version}
install -Dp -m0644 refind.conf-sample $RPM_BUILD_ROOT/usr/share/refind-%{version}/refind/
cp -a icons $RPM_BUILD_ROOT/usr/share/refind-%{version}/refind/
install -Dp -m0755 install.sh $RPM_BUILD_ROOT/usr/share/refind-%{version}/

# Copy documentation to /usr/share/doc/refind-%{version}
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/refind-%{version}
cp -a docs/* $RPM_BUILD_ROOT/usr/share/doc/refind-%{version}/
install -Dp -m0644 NEWS.txt COPYING.txt LICENSE.txt README.txt CREDITS.txt $RPM_BUILD_ROOT/usr/share/doc/refind-%{version}

# Copy keys to /etc/refind.d/keys
mkdir -p $RPM_BUILD_ROOT/etc/refind.d/keys
install -Dp -m0644 keys/* $RPM_BUILD_ROOT/etc/refind.d/keys

# Copy scripts to /usr/sbin
mkdir -p $RPM_BUILD_ROOT/usr/sbin
install -Dp -m0755 mkrlconf.sh $RPM_BUILD_ROOT/usr/sbin/
install -Dp -m0755 mvrefind.sh $RPM_BUILD_ROOT/usr/sbin/

# Copy banners and fonts to /usr/share/refind-%{version}
cp -a banners $RPM_BUILD_ROOT/usr/share/refind-%{version}/
cp -a fonts $RPM_BUILD_ROOT/usr/share/refind-%{version}/

%clean
#rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root -)
%doc /usr/share/doc/refind-%{version}
/usr/sbin/mkrlconf.sh
/usr/sbin/mvrefind.sh
/usr/share/refind-%{version}
/etc/refind.d/

%post
PATH=$PATH:/usr/local/bin
# Remove any existing NVRAM entry for rEFInd, to avoid creating a duplicate.
ExistingEntry=`efibootmgr | grep "rEFInd Boot Manager" | cut -c 5-8`
if [[ -n $ExistingEntry ]] ; then
   efibootmgr --bootnum $ExistingEntry --delete-bootnum
fi

cd /usr/share/refind-%{version}

declare VarFile=`ls -d /sys/firmware/efi/vars/SecureBoot* 2> /dev/null`
# Note: Two find operations for ShimFile favors shim over PreLoader -- if both are
# present, the script uses shim rather than PreLoader.
declare ShimFile=`find /boot -name shim\.efi -o -name shimx64\.efi -o -name PreLoader\.efi 2> /dev/null | head -n 1`
if [[ ! -n $ShimFile ]] ; then
   declare ShimFile=`find /boot -name PreLoader\.efi 2> /dev/null | head -n 1`
fi
declare SBSign=`which sbsign 2> /dev/null`
declare OpenSSL=`which openssl 2> /dev/null`

# Run the rEFInd installation script. Do so with the --shim option
# if Secure Boot mode is suspected and if a shim program can be
# found, or without it if not. If a shim installation is attempted
# and the sbsign and openssl programs can be found, do the install
# using a local signing key. Note that this option is undesirable
# for a distribution, since it would then require the user to
# enroll an extra MOK. I'm including it here because I'm NOT a
# distribution maintainer, and I want to encourage users to use
# their own local keys.
if [[ -n $VarFile && -n $ShimFile ]] ; then
   if [[ -n $SBSign && -n $OpenSSL ]] ; then
      ./install.sh --shim $ShimFile --localkeys --yes
   else
      ./install.sh --shim $ShimFile --yes
   fi
else
   ./install.sh --yes
fi

# CAUTION: Don't create a %preun or a %postun script that deletes the files
# installed by install.sh, since that script will run after an update, thus
# wiping out the just-updated files.


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-7
+ Revision: eb3d0aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7335 |14cr|regexxer-0.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GUI search/replace tool supporting Perl regular expression
Name:		regexxer
Version:	0.10
Release:	3
License:	GPLv2+
Group:		Text tools
Url:		http://regexxer.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/regexxer/%{name}/%{version}/%{name}-%{version}.tar.xz
Patch0:		regexxer-0.10-rosa-includes.patch
Patch1:		regexxer-0.10-rosa-glib_h.patch
Patch2:		regexxer-0.10-rosa-no_schemas_compile.patch
BuildRequires:	gtk+2.0
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	pkgconfig(gconfmm-2.6)
BuildRequires:	pkgconfig(gtkmm-3.0)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(gtksourceviewmm-3.0)
BuildRequires:	pkgconfig(libglademm-2.4)
BuildRequires:	pkgconfig(libpcre)

%description
regexxer is a nifty search/replace tool for the desktop user.  It features
recursive search through directory trees and Perl-style regular expressions
(using libpcre).

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/org.regexxer.gschema.xml
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
./autogen.sh
%configure2_5x --disable-schemas-compile
%make

%install
%makeinstall_std

#icons
mkdir -p %{buildroot}%{_iconsdir} \
	%{buildroot}%{_miconsdir}
install -D -m 644       ui/regexxer.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 ui/regexxer.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 ui/regexxer.png %{buildroot}%{_miconsdir}/%{name}.png

# remove seemingly useless english translation
rm -rf %{buildroot}%{_datadir}/locale/en/

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10-3
+ Revision: fa30888
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7336 |14cr|reiser4progs-1.0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 9

%define api 1.0
%define libreiser %mklibname reiser4_ %{api} %{major}
%define librepair %mklibname repair %{api} %{major}
%define libminimal %mklibname %{name}-minimal %{api} %{major}

%define devname %mklibname %{name} -d
%define sdevname %mklibname %{name} -d -s

Summary:	Utilities belonging to the Reiser4 filesystem
Name:		reiser4progs
Version:	1.0.9
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.namesys.com/
Source0:	http://downloads.sourceforge.net/project/reiser4/reiser4-utils/reiser4progs/%{name}-%{version}.tar.gz
Patch0:		reiser4progs-1.0.7-fix-string-format.patch
Patch1:		reiser4progs-1.0.9-readline6.3.patch
BuildRequires:	glibc-static-devel
BuildRequires:	libaal-static-devel
BuildRequires:	readline-devel
# wants uuid
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(ncurses)


%description
Reiser4 is a file system using plug-in based object oriented variant
on classical balanced tree algorithms. It is the next generation of
Reiserfs 3.x, the one included in Linux kernel. With new plugins,
people can create their own types of directories and files.

%files
# COPYING contains information other than GPL text
%doc AUTHORS COPYING CREDITS README THANKS
/sbin/*
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%package -n %{libreiser}
Summary:	Shared library for Reiser4 programs
Group:		System/Libraries

%description -n %{libreiser}
Libraries needed by Reiser4 programs.

%files -n %{libreiser}
%doc COPYING
/%{_lib}/libreiser4-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{librepair}
Summary:	Shared library for Reiser4 programs
Group:		System/Libraries

%description -n %{librepair}
Libraries needed by Reiser4 programs.

%files -n %{librepair}
%doc COPYING
/%{_lib}/librepair-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libminimal}
Summary:	Reiser4 library with minimal memory footprint
Group:		System/Libraries

%description -n %{libminimal}
This library is another version of Reiser4 library, with minimal
memory footprint.

%files -n %{libminimal}
%doc COPYING
/%{_lib}/libreiser4-minimal-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development related files for reiser4progs libraries
Group:		Development/Kernel
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libreiser} = %{EVRD}
Requires:	%{librepair} = %{EVRD}
Requires:	%{libminimal} = %{EVRD}

%description -n %{devname}
Development related files for reiser4progs libraries.

%files -n %{devname}
%doc BUGS ChangeLog TODO
/%{_lib}/lib*.so
%{_includedir}/*
%{_datadir}/aclocal/*.m4

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static reiser4progs libraries
Group:		Development/Kernel
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
Static reiser4progs libraries.

%files -n %{sdevname}
/%{_lib}/lib*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .strfmt~
%patch1 -p1 -b .readline63~

%build
# be very careful
%configure2_5x \
	--sbindir=/sbin \
	--libdir=/%{_lib} \
	--libexecdir=/%{_lib} \
	%{?debug:--enable-debug}

%make

%install
%makeinstall_std


%changelog
* Thu Aug 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.9-1
+ Revision: 022c68a
- New version 1.0.9, new library major 9, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7337 |14cr|rekonq-2.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A lightweight, WebKit based web browser for KDE
Name:		rekonq
Version:	2.4.2
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://rekonq.sourceforge.net/
Source0:	http://freefr.dl.sourceforge.net/project/rekonq/2.0/rekonq-%version.tar.xz
# Russian translation done for 2.4.2
Source1:	rus.tgz
Source2:	rudoc.tgz
Source100:	rekonq.rpmlintrc
# Patch 0 provides default bookmark
Patch0:		rekonq-2.4.2-add-rosa-www-in-bookmark.patch
# Patch 1 provides some mandriva sites in default rekonq preview
# Patch 1 also fix the default website to point to /usr/share/doc/HTML/index.html
Patch1:		rekonq-2.4.2-add-rosa-www-in-preview.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	nepomuk-core-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(soprano)
BuildRequires:	pkgconfig(qoauth)
BuildRequires:	qt4-designer-plugin-qt3support
BuildRequires:	qt4-devel
# Package konqueror is currently required because it's providing cookies,proxie & web shortcut support in rekonq
Requires:	konqueror

%description
rekonq is a KDE browser based on Webkit. Its code is based on Nokia
QtDemoBrowser, just like Arora. Anyway its implementation is going to embrace
KDE technologies to have a full-featured KDE web browser.

#------------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

pushd po
tar -xvzf %{SOURCE1}
popd

pushd doc
tar -xvzf %{SOURCE2}
popd

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html

%files -f %{name}.lang
%{_kde_bindir}/%{name}
%{_kde_libdir}/libkdeinit4_%{name}.so
%{_kde_appsdir}/%{name}/
%{_kde_datadir}/config.kcfg/%{name}.kcfg
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png
%{_kde_applicationsdir}/%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-2
+ Revision: a9f7e54
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7338 |14cr|R-ellipse-0.3.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ellipse
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Epoch:            1
Version:          0.3.8
Release:          2
Summary:          Functions for drawing ellipses and ellipse-like confidence regions
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/ellipse_0.3-8.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-graphics
Requires:         R-stats 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive
BuildRequires:    R-graphics
BuildRequires:    R-stats
BuildRequires:    pkgconfig(lapack)
%rename R-cran-ellipse

%description
This package contains various routines for drawing ellipses and
ellipse-like confidence regions, implementing the plots described in
Murdoch and Chow (1996), A graphical display of large correlation
matrices, The American Statistician 50, 178-180. There are also routines
implementing the profile plots described in Bates and Watts (1988),
Nonlinear Regression Analysis and its Applications.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.3.8-2
+ Revision: 9dc81c4
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7339 |14cr|remake-3.81_0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 3.81+dbg-0.2

Summary:	A gnu make version including a debuger
Name:		remake
Version:	3.81_0.2
Release:	3
License:	GPLv2+
Group:		Development/Other
Url:		http://bashdb.sourceforge.net/remake/
Source0:	http://downloads.sourceforge.net/bashdb/%{name}-%{oversion}.tar.bz2
Patch0:		remake-3.81+dbg-0.2-format_not_a_string_literal_and_no_format_arguments.patch
BuildRequires:	readline-devel
BuildRequires:	emacs
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
remake is a patched and modernized version of GNU make utility that
adds improved error reporting, the ability to trace execution in a
comprehensible way, and a debugger.

%prep
%setup -qn %{name}-%{oversion}
%patch0 -p1

%build
%configure2_5x
%make

%install
%{__rm} -rf %{buildroot}

%makeinstall_std
%{__rm} -f %{buildroot}/%{_infodir}/make*

%find_lang %{name}

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog* COPYING INSTALL NEWS README* TODO
%{_bindir}/%{name}
%{_datadir}/emacs/site-lisp/mdb.el*
%{_infodir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.81_0.2-3
+ Revision: 85ed77d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7340 |14cr|remmina-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Remmina

Summary:	GTK+ remote desktop client
Name:		remmina
Version:	1.0.0
Release:	5
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://remmina.sourceforge.net/
Source0:	https://github.com/downloads/FreeRDP/Remmina/%{oname}-%{version}.tar.gz
Patch0:		remmina-1.0-rosa-linkage.patch
Patch1:		remmina-1.0-rosa-datadir.patch
Patch2:		remmina-1.0-rosa-desktop.patch
Patch3:		remmina-1.0-rosa-libdir.patch

# Fix some linking errors
# https://github.com/FreeRDP/Remmina/commit/503a008e
Patch100:	remmina-1.0.0-fix-library-name.patch
# The following 4 patches are needed to add clipboard support (#818155)
# https://github.com/FreeRDP/Remmina/commit/3ebdd6e7
Patch102:	remmina-1.0.0-add-clipboard-support.patch
# https://github.com/FreeRDP/Remmina/commit/97c2af8c
Patch103:	remmina-1.0.0-clipboard-bugfix.patch
# https://github.com/FreeRDP/Remmina/commit/84327f81
Patch104:	remmina-1.0.0-some-more-clipboard-fixes.patch
# https://github.com/FreeRDP/Remmina/commit/c1ef3a16
Patch105:	remmina-1.0.0-disconnect-signal-handler-after-disconnect.patch
# https://github.com/FreeRDP/Remmina/commit/6ee20289
Patch110:	remmina-1.0.0-fix-crashes-in-some-cases.patch
# https://github.com/FreeRDP/Remmina/commit/b2277827
Patch111:	remmina-1.0.0-fix-memory-leak.patch

# Fedora bug:   https://bugzilla.redhat.com/show_bug.cgi?id=953678
# upstream bug: https://github.com/FreeRDP/Remmina/issues/63
# upstream fix: https://github.com/FreeRDP/Remmina/commit/1901a1e9
Patch112:	remmina-1.0.0-fix-typo-when-fitting-window.patch
# Fedora bug:   https://bugzilla.redhat.com/show_bug.cgi?id=834883
# upstream bug: https://github.com/FreeRDP/Remmina/issues/76
# upstream fix: https://github.com/FreeRDP/Remmina/commit/1901a1e9
Patch113:	remmina-1.0.0-trayicon.patch
# Fedora bug:   https://bugzilla.redhat.com/show_bug.cgi?id=830210
# upstream fix: https://github.com/FreeRDP/Remmina/commit/
Patch114:	remmina-1.0.0-fix-scrolling-in-vnc-plugin.patch
# upstream fix: https://github.com/FreeRDP/Remmina/commit/fe1b698e
Patch115:	remmina-1.0.0-Also-handle-GDK_SCROLL_SMOOTH.patch
# upstream bug: https://github.com/FreeRDP/Remmina/issues/77
# upstream fix: https://github.com/FreeRDP/Remmina/commit/bed49ad6
Patch116:	remmina-1.0.0-close-SSH-tunnel-on-disconnect.patch
# Fedora bug:   https://bugzilla.redhat.com/show_bug.cgi?id=864262
# upstream fix: https://github.com/FreeRDP/Remmina/commit/348e01d2
Patch117:	remmina-1.0.0-fix-fullscreen-with-multiple-monitors.patch
# From Debian. Thanks to Luca Falavigna <dktrkranz at debian dot org>
Patch135:	remmina-1.0.0-remove-inline-libvncserver.patch

Requires:	rdesktop
# We don't have x11-server-xephyr so try to live without it
#Requires:	x11-server-xephyr
BuildRequires:	cmake
BuildRequires:	intltool >= 0.35.0
BuildRequires:	rdesktop
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(appindicator3-0.1)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-ui)
BuildRequires:	pkgconfig(avahi-ui-gtk3)
BuildRequires:	pkgconfig(freerdp) >= 1.0
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libssh)
BuildRequires:	pkgconfig(libvncserver)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(unique-1.0)
BuildRequires:	pkgconfig(vte)
BuildRequires:	pkgconfig(vte-2.90)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(zlib)

%description
Remmina is a remote desktop client written in GTK+, aiming to be
useful for system administrators and travellers, who need to work with
lots of remote computers in front of either large monitors or tiny
netbooks. Remmina supports multiple network protocols in an integrated
and consistant user interface. Currently RDP, VNC, XDMCP and SSH are
supported.

%files -f %{name}.lang
%doc remmina/AUTHORS remmina/ChangeLog remmina/NEWS remmina/README*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
#%{_datadir}/%{name}/*
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_iconsdir}/hicolor/*/actions/%{name}*

#----------------------------------------------------------------------------

%package plugins
Summary:	A set of plugins for remmina
Requires:	%{name} = %{EVRD}

%description plugins
A set of plugins for remote desktop client - remmina.

%files plugins -f %{name}-plugins.lang
%doc remmina-plugins/AUTHORS remmina-plugins/ChangeLog remmina-plugins/NEWS remmina-plugins/README*
%{_libdir}/remmina/plugins
%{_iconsdir}/hicolor/*/emblems/%{name}*

#----------------------------------------------------------------------------

%package devel
Summary:	Developmnet files for %{name}
Group:		Development/C++
Requires:	%{name} = %{EVRD}

%description devel
Development files and headers for %{name}.

%files devel
%{_libdir}/pkgconfig/*.pc
#%{_includedir}/%{name}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q -n FreeRDP-Remmina-356c033
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%patch100 -p1 -b .fix-library-name

%patch102 -p1 -b .add-clipboard-support
%patch103 -p1 -b .clipboard-bugfix
%patch104 -p1 -b .some-more-clipboard-fixes
%patch105 -p1 -b .disconnect-signal-handler

%patch110 -p1 -b .fix-crashes-in-some-cases
%patch111 -p1 -b .fix-memory-leak

%patch112 -p1 -b .fitting-window

%patch113 -p1 -b .trayicon

%patch114 -p1 -b .vnc-scrolling

%patch115 -p1 -b .GDK_SCROLL_SMOOTH

%patch116 -p1 -b .ssh-disconnect

%patch117 -p1 -b .multiple-monitors

%patch135 -p1 -b .libvncserver



%build
# FIXME: telepathy plugin is broken
%cmake -DWITH_TELEPATHY:BOOL=OFF
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_iconsdir}/hicolor/icon-theme.cache

# FIXME: includedir is empty
rm -rf %{buildroot}/%{_includedir}

%find_lang %{name}
%find_lang %{name}-plugins


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-5
+ Revision: 41e4693
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7341 |14cr|remmina-xfce-0.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Xfce panel plugin for remmina
Name:		remmina-xfce
Version:	0.8.1
Release:	3
License:	GPLv2
Group:		Graphical desktop/Xfce
Url:		http://remmina.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/remmina/%{version}/%{name}-%{version}.tar.gz
Requires:	remmina >= %{version}-%{release}
BuildRequires:	libxfce4util-devel >= 4.3.99.2
BuildRequires:	libxfce4-panel-devel >= 4.3.99.2
BuildRequires:	avahi-client-devel
BuildRequires:	intltool >= 0.35.0
BuildRequires:	perl(XML::Parser)
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Remmina is a remote desktop client written in GTK+, aiming to be
useful for system administrators and travellers, who need to work with
lots of remote computers in front of either large monitors or tiny
netbooks. Remmina supports multiple network protocols in an integrated
and consistant user interface. Currently RDP, VNC, XDMCP and SSH are
supported.

This package contains an Xfce panel plugin for remmina.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%_libdir/xfce4/panel-plugins/*.*
%_datadir/xfce4/panel-plugins/remmina-xfce-plugin.desktop
%_datadir/locale/*/*/remmina-xfce.mo



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-3
+ Revision: 3d50e05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7342 |14cr|remotetea-1.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		remotetea
Summary:	A fully fledged implementation of the ONC/RPC protocol in Java
Version:	1.0.7
Release:	5
Group:		Development/Java
License:	LGPLv2+
URL:		http://remotetea.sourceforge.net/
Source:		remotetea-src-%{version}.zip
BuildArch:	noarch
BuildRequires:	java-devel
BuildRequires:	ant
BuildRequires:	jline
BuildRequires:	locales-en

%description
Remote Tea implements the complete ONC/RPC protocol for the TCP/IP and
UDP/IP transports according to RFC 1831. In particular:
    *  100% Java,
    * complete client functionality, including portmapper access,
    * complete server functionality,
    * a protocol compiler for .x files (rpcgen-compatible, Java-based),
      The protocol compiler jrpcgen from this package is compatible with
      Sun's rpcgen for SunOS 4.1 – with the only exceptions that no
      preprocessor and no "%" directives are available. However, multiple
      parameters in procedures are supported.
    * a Java-based portmapper,
      ...for whatever this could be good for...
    * comprehensive documentation both as Javadoc and commented source,
      Go and find the jokes and sarcastic comments...
    * Open Source (GNU LGPL) gives you the security to be able to know
      what is inside and what is not inside. And yes, the eCommunist
      FUD newspaper, the Wallstreak Journal, and the Infrigenancial Times
      (kind of The Financial Sun when it comes to properly researched
      articles) are all right: Open Source is viral and infects you with
      true freedom - freedom still means to respect rights, especially
      the rights of others.

%prep
%setup -q -n %{name}
find . -name '*.jar' -name '*.class' -exec %{__rm} -f {} \;
mkdir build
cat > build.xml <<EOF
<project name="aTunes" basedir="." default="build-jar">
	<target name="build-jar">
		<javac srcdir="src" destdir="build">
			<classpath>
				<fileset dir="%{_javadir}" includes="*.jar"/>
			</classpath>
		</javac>
		<copy todir="build">
			<fileset dir="src" />
		</copy>
		<jar basedir="build" destfile="jrpcgen-%{version}.jar">
			<fileset dir="build" includes="*/*.*"/>
		</jar>
	</target>
</project>
EOF

%build
export LC_ALL=en_US.ISO-8859-1
ant build-jar
ln -s jrpcgen-%{version}.jar jrpcgen.jar

%install
mkdir -p %{buildroot}%{_javadir}
cp -a jrpcgen-%{version}.jar jrpcgen.jar %{buildroot}%{_javadir}
ln -s %{_javadir}/jrpcgen.jar %{buildroot}%{_javadir}/oncrpc.jar

%files
%doc changelog.html readme.html docstyle.css COPYING.LIB
%{_javadir}/jrpcgen-%{version}.jar
%{_javadir}/jrpcgen.jar
%{_javadir}/oncrpc.jar

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-5
+ Revision: b49b656
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7343 |14cr|renameutils-0.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Set of programs designed to make renaming of multiple files faster
Name:		renameutils
Version:	0.12.0
Release:	2
Group:		File tools
License:	GPLv2+
URL:		http://www.nongnu.org/renameutils/
Source0:	http://savannah.nongnu.org/download/renameutils/%{name}-%{version}.tar.gz
BuildRequires:	readline-devel
BuildRequires:	termcap-devel
Patch0:		renameutils-0.12.0-typo.patch
Patch1:		renameutils-0.12-type2.patch

%description
The file renaming utilities (renameutils for short) are a set of programs 
designed to make renaming of multiple files faster and less cumbersome. 
It currently consists of two programs: "qmv" and "imv". qmv allows files 
to be renamed by editing their names in any text editor. Since the files 
are listed after each other, this allows common changes to be made more 
quickly. imv ("interactive mv") is trivial but useful when you are too 
lazy to type (or even complete) the name of the file to rename. It 
allows the filename to be edited in the terminal using the GNU readline 
library. This is also useful when renaming files in Midnight Commander, 
where the whole filename has to be entered again.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
	--disable-rpath

%make

%install
%makeinstall_std

%find_lang %{name} --all-name

%files -f %{name}.lang
%doc README AUTHORS ChangeLog NEWS TODO
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.0-2
+ Revision: 96b9730
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7344 |14cr|rendercheck-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: rendercheck
Version: 1.4
Release: 2
Summary: Test a Render extension implementation
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: libxrender-devel

%description
rendercheck is a program to test a Render extension implementation against
separate calculations of expected output.

%prep
%setup -q -n %{name}-%{version}

%build
%configure

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/rendercheck
%{_mandir}/man1/rendercheck.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-2
+ Revision: 9564b76
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7345 |14cr|R-ENmisc-1.2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ENmisc
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.2.7
Release:          2
Summary:          Neuwirth miscellaenous
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/ENmisc_1.2-7.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-Hmisc R-vcd R-gWidgets R-gWidgetstcltk R-RColorBrewer 
Requires:         R-Rcmdr
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-Hmisc R-vcd R-gWidgets R-gWidgetstcltk R-RColorBrewer
BuildRequires:    R-Rcmdr
BuildRequires:    x11-server-xvfb

%description
The ENmisc library contains utility function for different purposes:
mtapply and mlapply (multivariate version of tapply and lapply),
wtd.boxplot (a boxplot with weights), and a visual interface to
restructuring mosaic plots.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.7-2
+ Revision: 07d19ae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7346 |14cr|renouveau-0-0.20121206.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define cvsver	20121206
%define rel	3

Summary:	A tool to help developers of nouveau
Name:		renouveau
Version:	0
Release:	0.%{cvsver}.%{rel}
License:	MIT
Group:		Development/X11
URL:		http://nouveau.freedesktop.org/
# CVS snapshot
# cvs -z3 -d:pserver:anonymous@nouveau.cvs.sourceforge.net:/cvsroot/nouveau co -d renouveau-$(date +%Y%m%d) renouveau
# tar jcf renouveau-$(date +%Y%m%d).tar.bz2 renouveau-$(date +%Y%m%d)
Source0:	renouveau-%{cvsver}.tar.bz2
Patch0:		renouveau-20121206-rosa-linkage.patch
BuildRequires:	libxvmc-devel
BuildRequires:	SDL-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
ExclusiveArch:	%ix86 x86_64

%description
REnouveau stands for Reverse Engineer nouveau. It is an application
that runs small opengl tests and watches the changes in the video
card registers while the nvidia proprietary video drivers are in
use. This is used to do clean room reverse engineering (this is not
in violation with nvidia driver license).

Read this page if you want to submit a renouveau dump:
http://nouveau.freedesktop.org/wiki/REnouveauDumps

%prep
%setup -q -n %{name}-%{cvsver}
%patch0 -p1

perl -pi -e 's,lXvMCNVIDIA,lXvMCW,' Makefile

cat > README.install.urpmi <<EOF
See the following page for usage instructions:
http://nouveau.freedesktop.org/wiki/REnouveauDumps
EOF

%build
# no optflags as they interfere with results
%make

%install
# install binaries
install -d -m0755 %{buildroot}%{_bindir}
install -m0755 renouveau %{buildroot}%{_bindir}
install -m0755 disasm_shader %{buildroot}%{_bindir}

%files
%doc README README.install.urpmi license.txt
%{_bindir}/renouveau
%{_bindir}/disasm_shader

%changelog
* Tue Mar 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-0.20121206.3
+ Revision: 0da70bd
- Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7347 |14cr|reoback-1.0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcver 1.0_r3
%define tarver 1.0

Summary: A simple backup solution
Name: reoback
Version: 1.0.3
Release: 9
License: GPL
URL: http://reoback.sourceforge.net/
Group: Archiving/Backup
BuildArchitectures: noarch
Requires: perl grep vixie-cron perl-libnet tar gzip
Source: http://prdownloads.sourceforge.net/reoback/%{name}-%{srcver}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}

%description
Pronounced as "Ray-o-back", REOBack is a simple backup solution designed
for Linux Users AND System Administrators. It is designed to be simple to
set-up and and easy to use. Great as a quick solution for those who
procrastinate about backups.

%prep
%setup -q -n %name-%tarver

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT/etc/reoback
mkdir -p $RPM_BUILD_ROOT/etc/cron.daily
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
mkdir -p $RPM_BUILD_ROOT/var/lib/reoback/{data,backups,tmp}

install reoback.pl $RPM_BUILD_ROOT%{_bindir}

install -m 644 docs/man/*.* $RPM_BUILD_ROOT%{_mandir}/man1

cat > $RPM_BUILD_ROOT/etc/reoback/files.conf << EOF
############################################################################
# REOBack Simple Backup Solution
# http://sourceforge.net/projects/reoback/
############################################################################
# Comments must start with a "#" as shown
############################################################################

# The following is an example with comments, below it is again without

# 'File:' followed by the name of the tar file that will be created
# Note that we don't include a path as that is added in the settings.conf
#File: TestFile1

# Simply list all directories to be recursively backed up (1 per line)
#/home/sforge

# 'Skip:' followed by any subdirectories you want not to be included
#	  from the above backup directory  
#Skip: /home/sforge/backups
#Skip: /home/sforge/reoback/data

# For files to be completely recursively backed up, don't use the 'Skip'
# option.  Simple, huh?
#/etc
#/home/frank

# Note we are starting a new backup file, but don't need to mark the close
# of the previous one
#File: TestFile2
#/var/www/html

# Note we can also include seperate files, not just directories
#/var/www/docs/hugedoc.txt
EOF
chmod 644 $RPM_BUILD_ROOT/etc/reoback/files.conf

install -m 600 conf/settings.conf $RPM_BUILD_ROOT/etc/reoback/

cat > $RPM_BUILD_ROOT/etc/cron.daily/reoback << EOF
#!/bin/sh

# check if all is configured
egrep -q '^[^#]*UNKNOWN' /etc/reoback/settings.conf

if [ \$? != 0 ]; then
  /usr/bin/reoback.pl /etc/reoback/settings.conf
fi

EOF
chmod 755 $RPM_BUILD_ROOT/etc/cron.daily/reoback

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc docs/{CHANGES,INSTALL,README,LICENSE}
%{_mandir}/man1/*
%dir /etc/reoback
%config(noreplace) /etc/reoback/*
/etc/cron.daily/reoback
/var/lib/reoback
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-9
+ Revision: d6b6f94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7348 |14cr|rep-gtk-0.90.8.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define librepver 0.92.0

Summary:	GTK+ binding for librep Lisp environment
Name:		rep-gtk
Version:	0.90.8.1
Release:	6
License:	GPLv2+
Group:		Development/GNOME and GTK+
Url:		http://rep-gtk.sourceforge.net/
Source0:	http://download.tuxfamily.org/librep/rep-gtk/%{name}-%{version}.tar.xz
Patch0:		rep-gtk-0.90.8.1-linkage.patch
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(librep) >= %{librepver}
Requires:	librep >= %{librepver}

%description
This is a binding of GTK+ for the librep Lisp interpreter.  It is based on
Marius Vollmer's guile-gtk package (initially version 0.15, updated to 0.17),
with a new glue-code generator.

%files
%doc README README.guile-gtk gtk.defs gdk.defs examples
%{_libexecdir}/rep/gui/

#----------------------------------------------------------------------------

%package devel
Summary:	C headers for %{name}
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description devel
This is a binding of GTK+ for the librep Lisp interpreter.  It is based on
Marius Vollmer's guile-gtk package (initially version 0.15, updated to 0.17),
with a new glue-code generator.

%files devel
%doc ChangeLog
%{_includedir}/rep-gtk
%{_libdir}/pkgconfig/rep-gtk.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/doc/rep-gtk-*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.8.1-6
+ Revision: 6e5c100
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7349 |14cr|reportdhcp-2.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	reportdhcp
%define version 2.1
%define release 10

Summary:	Displays statistics and lease entries for ISC DHCPD
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Monitoring
URL:		http://www.omar.org/opensource/reportdhcp/
Source0:	%{name}.pl-%{version}.tar.bz2
Patch0:		%{name}.patch
Requires:	dhcp-server
Requires:	webserver
#Requires:	perl
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
BuildArch:	noarch

%description
Reportdhcp.pl is a CGI script written in perl. It displays
statistics and lease entries for ISC DHCPD by parsing the
dhcpd.conf and dhcpd.leases files. reportdhcp.pl version 2
supports version 3.0p1 and above of the ISC DHCP distribution.

%prep

%setup -q -c -n %{name}-%{version}
%patch0 -p0

%build

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

mkdir -p %{buildroot}/var/www/cgi-bin
install -m755 %{name}.pl %{buildroot}/var/www/cgi-bin/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc CHANGELOG README
%attr(755,root,root) /var/www/cgi-bin/%{name}.pl




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-10
+ Revision: 966d518
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7350 |14cr|repoview-0.6.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	repoview
%define version 0.6.2
%define release 3

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:        Creates a set of static HTML pages in a yum repository
Group:          Networking/WWW
License:        GPL
URL:            http://linux.duke.edu/projects/mini/%{name}
Source0:        http://linux.duke.edu/projects/mini/%{name}/download/%{name}-%{version}.tar.gz
Requires:       python >= 2.2
Requires:       python-kid >= 0.6.3
Requires:       python-elementtree
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
RepoView creates a set of static HTML pages in a yum repository for easy
browsing.


%prep
%setup -q
perl -pi \
	-e "s|^DEFAULT_TEMPLATEDIR =.*|DEFAULT_TEMPLATEDIR = '%{_datadir}/%{name}/templates'|g;" \
	repoview.py
perl -pi -e 'tr/\n//d' ChangeLog

%install
rm -rf %{buildroot}
mkdir -p -m 755                         \
    %{buildroot}/%{_datadir}/%{name} \
    %{buildroot}/%{_bindir}          \
    %{buildroot}/%{_mandir}/man8
install -m 755 repoview.py  %{buildroot}/%{_bindir}/repoview
install -m 644 repoview.8 %{buildroot}/%{_mandir}/man8
cp -rp templates %{buildroot}/%{_datadir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README COPYING ChangeLog
%{_datadir}/%{name}
%{_bindir}/*
%{_mandir}/man*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-3
+ Revision: cba82a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7351 |14cr|R-ergm-3.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ergm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.1.2
Release:          2
Summary:          Fit, Simulate and Diagnose Exponential-Family Models for Networks
Group:            Sciences/Mathematics
License:          GPL-3 + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/ergm_3.1.2.tar.gz
Requires:         R-network R-nlme R-trust 
Requires:         R-coda R-KernSmooth R-sna R-Rglpk R-robustbase R-Matrix 
Requires:         R-latticeExtra
Requires:         R-networkDynamic
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-network R-nlme R-trust
BuildRequires:    R-coda R-KernSmooth R-sna R-Rglpk R-robustbase R-Matrix 
BuildRequires:    R-latticeExtra
BuildRequires:    R-networkDynamic

%description
An integrated set of tools to analyze and simulate networks based on
exponential-family random graph models (ERGM). "ergm" is a part of the
"statnet" suite of packages for network analysis.  For a list of functions
type: help(package='ergm')

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/doc
%{rlibdir}/%{packname}/include



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.2-2
+ Revision: 1ac5a46
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7352 |14cr|R-ergm.count-3.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ergm.count
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.1.1
Release:          2
Summary:          Fit, Simulate and Diagnose Exponential-Family Models for Networks
Group:            Sciences/Mathematics
License:          GPL-3 + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/ergm.count_3.1.1.tar.gz

Requires:         R-statnet.common R-ergm R-network 


BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-statnet.common R-ergm R-network


%description
A set of extensions for the ergm package to fit weighted networks whose
edge weights are counts.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%doc %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.1-2
+ Revision: daa324f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7353 |14cr|resample-1.8.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sampling-rate conversion program
Name:		resample
Version:	1.8.1
Release:	6
License:	LGPL
Group:		Sound
URL:		http://ccrma.stanford.edu/~jos/resample/
Source0:	http://ccrma.stanford.edu/~jos/resample/%{name}-%{version}.tar.gz
Patch0:		resample-1.8.1-string-fmt.patch
BuildRequires:	libtool

%description
The resample software package contains free sampling-rate conversion and filter
design utilities written in C, including a stand-alone command-line
sampling-rate conversion utility called resample. The package compiles readily
under Linux and most other UNIX operating systems. 

%prep
%setup -q
%patch0 -p1

chmod 644 AUTHORS COPYING ChangeLog NEWS README

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.1-6
+ Revision: 676b3c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7354 |14cr|rescan-scsi-bus-1.57-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Rescan SCSI bus in Linux
Name:		rescan-scsi-bus
Version:	1.57
Release:	2
License:	GPL
Group:		System/Kernel and hardware 
Source0:	http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh-1.57
URL:		http://www.garloff.de/kurt/linux/
BuildArch:	noarch

%description
Linux allows you to add and remove SCSI devices without rebooting by
using the

echo "scsi add-single-device H C I L" > /proc/scsi/scsi

command (H = host, C = channel, I = SCSI ID, L = SCSI LUN). The
remove-single-device command works similarily.

Note, however, that the SCSI bus was NOT designed for hot-plugging, so
you might be out of luck... And you have to be sure, that termination
is OK. All filesystems on a device have to be unmounted before
disconnecting it or powering it down.

%prep
%setup -q -c -T
install %{SOURCE0} %{name}

%install
install -d %{buildroot}%{_sbindir}
install %{name} %{buildroot}%{_sbindir}

%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_sbindir}/rescan-scsi-bus



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.57-2
+ Revision: bcbe71c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7355 |14cr|retroarch-0.9.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_ffmpeg 1
%define build_shaders 1

Summary:	A modular multi-system emulator system
Name:		retroarch
Version:	0.9.9
Release:	5
License:	GPLv3+
Group:		Emulators
Url:		http://www.libretro.org
Source0:	http://themaister.net/retroarch-dl/%{name}-%{version}.tar.gz
Source1:	%{name}.png
Source2:	%{name}-shaders.tar.bz2
Patch0:		retroarch-0.9.9-ffmpeg.patch
BuildRequires:	imagemagick
%if %{build_shaders}
# for shaders support, requires non-free repo
BuildRequires:	cg-devel
%endif
%if %{build_ffmpeg}
# ffmpeg part
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libswscale)
%endif
# The rest
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(zlib)
Requires:	libretro
Suggests:	retroarch-phoenix

%description
RetroArch is a modular multi-system emulator system that is designed to be
fast, lightweight, and portable. It has features few other emulators frontends
have, such as real-time rewinding and game-aware shading.

For each emulator 'core', RetroArch makes use of a library API that we like
to call 'libretro'.

Think of libretro as an interface for emulator and game ports. You can make
a libretro port once and expect the same code to run on all the platforms
that RetroArch supports. It's designed with simplicity and ease of use in
mind so that the porter can worry about the port at hand instead of having
to wrestle with an obfuscatory API.

%prep
%setup -q -a2
%patch0 -p1

%build
# Quickbuild script, not autotools
./configure \
	--prefix=%{_prefix} \
	--enable-al \
	--enable-alsa \
	--enable-fbo \
%if %{build_ffmpeg}
	--enable-ffmpeg \
%else
	--disable-ffmpeg \
%endif
	--enable-netplay \
	--enable-pulse \
	--enable-sdl \
	--enable-sdl_image \
	--enable-threads \
	--enable-xinerama \
	--enable-zlib \
%if %{build_shaders}
	--enable-cg \
%else
	--disable-cg \
%endif
	--disable-egl \
	--disable-jack \
	--disable-oss \
	--disable-python \
	--disable-vg
%make

%install
%makeinstall_std

# Set path where to search for libretro
sed -i s,.*libretro_path.*,"libretro_path = \"%{_libdir}/libretro\"",g %{buildroot}%{_sysconfdir}/%{name}.cfg
sed -i s,.*video_shader_dir.*,"video_shader_dir = \"%{_var}/games/%{name}/shaders\"",g %{buildroot}%{_sysconfdir}/%{name}.cfg

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=RetroArch
Comment=A modular multi-system emulator system
Exec=%{_bindir}/%{name}
Icon=%{_datadir}/pixmaps/%{name}.png
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF

install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

%if %{build_shaders}
mkdir -p %{buildroot}%{_var}/games/%{name}/shaders
cp -r retroarch-shaders/* %{buildroot}%{_var}/games/%{name}/shaders/
%endif

%files
%config(noreplace) %{_sysconfdir}/%{name}.cfg
%{_bindir}/%{name}
%{_bindir}/%{name}-joyconfig
%{_bindir}/%{name}-zip
%{_bindir}/retrolaunch
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%if %{build_shaders}
%dir %attr(0777,root,root) %{_var}/games/%{name}/shaders
%{_var}/games/%{name}/shaders/*
%endif
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/%{name}-joyconfig.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.9-5
+ Revision: 7f839cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7356 |14cr|retroarch-phoenix-20130609-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# The binary is stripped at linkage stage and removing -s gives
# very strange fail results
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Simple GUI frontend for RetroArch using Phoenix framework
Name:		retroarch-phoenix
Version:	20130609
Release:	3
License:	GPLv3+
Group:		Emulators
Url:		http://www.libretro.org
# git snapshot
Source0:	%{name}-%{version}.tar.bz2
# make sure proper path to libretro is set
Patch0:		retroarch-phoenix-20130318-libretro.patch
# adjust prefix and CXXFLAGS
Patch1:		retroarch-phoenix-20130318-makefile.patch
# overwrite menu-entry because the default one sucks
Patch2:		retroarch-phoenix-20130318-desktop.patch
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(sdl)
Requires:	retroarch

%description
Simple GUI frontend for RetroArch using Phoenix framework.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
sed -i s,"/usr/lib",%{_libdir},g retroarch-phoenix.cpp

%build
%setup_compile_flags

# Hack to avoid gcc segfault
export CFLAGS="`echo %{optflags} | sed -e 's/-gdwarf-4//'`"
export CXXFLAGS="$CFLAGS"

%make -f Makefile.qt

%install
%makeinstall_std -f Makefile.qt


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20130609-3
+ Revision: 43da2d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7357 |14cr|R-evaluate-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  evaluate
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.5.1
Release:          2
Summary:          Parsing and evaluation tools that provide more details than the default
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/evaluate_0.5.1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-stringr 
%if %{without bootstrap}
Requires:         R-testthat R-ggplot2 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-stringr 
%if %{without bootstrap}
BuildRequires:    R-testthat R-ggplot2 
%endif
BuildRequires:    x11-server-xvfb

%description
Parsing and evaluation tools that make it easy to recreate the command
line behaviour of R.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME
#  length(dev.list()) not equal to 1
#...
#  cannot shut down device 1 (the null device)
%if 0
%check
xvfb-run %{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/tests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
+ Revision: 2d82096
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7358 |14cr|revelation-0.4.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Password manager for GNOME
Name:		revelation
Version:	0.4.14
Release:	2
License:	GPLv2+
Group:		File tools
Url:		http://oss.codepoet.no/revelation/
Source0:	https://bitbucket.org/erikg/%{name}/downloads/%{name}-%{version}.tar.xz
Source1:	%{name}.png
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	%{_lib}crack2-python
BuildRequires:	pkgconfig(gnome-python-2.0)
BuildRequires:	gnome-python-extras
BuildRequires:	gnome-python-desktop
BuildRequires:	gnome-python-gconf
BuildRequires:	gnome-python-gnomevfs
BuildRequires:	python-dbus
BuildRequires:	cracklib-devel
BuildRequires:	pycrypto >= 1.9
BuildRequires:	imagemagick
Requires:	gnome-python
Requires:	gnome-python-gconf
Requires:	gnome-python-gnomevfs
Requires:	python-dbus
Requires:	python-libxml2
Requires:	pycrypto >= 1.9
Requires:	pygtk2.0 >= 2.3.91

%description
Revelation is a password manager for the GNOME desktop, released under
the GNU GPL license. It organizes accounts in a tree structure, and
stores them as AES-encrypted XML files.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_sysconfdir}/gconf/schemas/*.schemas
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*
%{py_platsitedir}/%{name}
%dir %{_datadir}/icons/hicolor/
%{_datadir}/icons/hicolor/*
%{_datadir}/mime/packages/%{name}.xml
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-mime-update \
	--disable-desktop-update

%make WARN_CFLAGS=""

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std UPDATE_MIME_DATABASE=true UPDATE_DESKTOP_DATABASE=true
rm -f %{buildroot}%{_libdir}/python%{py_ver}/site-packages/%{name}/*.pyc

# menu entry
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-System-Other" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 %{SOURCE1} %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
cp %{SOURCE1} %{buildroot}%{_datadir}/pixmaps

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.14-2
+ Revision: 3c5afaa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7359 |14cr|reviewboard-1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   ReviewBoard

Name:           reviewboard
Version:        1.5
Release:        2
Summary:        Web-based code review tool
Group:          Networking/WWW
License:        MIT
URL:            http://www.review-board.org
Source0:        http://downloads.review-board.org/releases/%{name}/1.5/%{oname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-django >= 1.1.1
Requires:       python-djblets >= 0.6.4
Requires:       python-imaging
Requires:       apache 
Requires:       python-sqlite
Requires:       patchutils
Requires:       python-svn
Requires:       python-flup
Requires:       python-nose
Requires:       python-pytz
Requires:       python-pygments >= 1.1.1
Requires:       python-django-evolution
Requires:       python-recaptcha-client
Requires:       python-paramiko
Requires:       python-memcached
Requires:       python-dateutil

Patch1000: FED01-Disable-ez_setup-when-installing-by-RPM.patch

%description
Review Board is a powerful web-based code review tool that offers
developers an easy way to handle code reviews. It scales well from small
projects to large companies and offers a variety of tools to take much
of the stress and time out of the code review process.

%files
# The rb-site executable has a PyGTK GUI, so would normally
# require us to ship a .desktop file.  However it can only be run when supplied
# a directory as a command-line argument, hence it wouldn't be meaningful to
# create a .desktop file for it.
%defattr(-,root,root,-)
%doc AUTHORS COPYING INSTALL NEWS README
%{_bindir}/rb-site
%{python_sitelib}/reviewboard/
%{python_sitelib}/ReviewBoard*.egg-info/
%{python_sitelib}/webtests/*.py*

#--------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch1000 -p1

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT

# --skip-build causes bad stuff in siteconfig.py as of 0.8.4
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT

# manage.py has a shebang and is meaningful to run; make it executable:
chmod +x $RPM_BUILD_ROOT/%{python_sitelib}/reviewboard/manage.py

%clean
rm -rf $RPM_BUILD_ROOT




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-2
+ Revision: 066e315
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7360 |14cr|rev-plugins-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           rev-plugins
Version:        0.7.1
Release:        2
Summary:        A reverb plugin for LADSPA
License:        GPLv2
Group:          Sound
Source:         http://www.kokkinizita.net/linuxaudio/downloads/REV-plugins-%{version}.tar.bz2
URL:            http://www.kokkinizita.net/linuxaudio
Requires:       ladspa

%description
This reverb is based on gverb by Juhana Sadeharju, but the code
(now C++) is entirely original, including a second input for stereo
operation, and some code to prevent FP denormalisation.

%prep
%setup -q -n REV-plugins-%{version}
perl -p -i -e 's/\-O2/\$\(RPM_OPT_FLAGS\)/g' Makefile
perl -p -i -e 's/\/usr\/lib\/ladspa/\$\(DESTDIR\)\/usr\/%_lib\/ladspa/g' Makefile

%build
%make

%install
mkdir -p $RPM_BUILD_ROOT%{_libdir}/ladspa
make DESTDIR=$RPM_BUILD_ROOT install

%files
%defattr(-,root,root)
%doc AUTHORS README
%{_libdir}/ladspa/*.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-2
+ Revision: efbfe09
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7361 |14cr|rexloader-0.1a.rev207-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define 	svn 207

Name:		rexloader
Version:	0.1a.rev%{svn}
Release:	2
Summary:	Advanced multi-threaded download manager with Qt4 GUI
Group:		Networking/File transfer
License:	GPLv3
URL:		http://code.google.com/p/rexloader/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		rexloader-0.1a-linkage.patch
BuildRequires:	qt4-devel
BuildRequires:	zlib-devel

%description
Advanced Qt4 download manager over HTTP with configurable
multi-threaded downloading.

%prep
%setup -q
%patch0 -p1

%build
cd Httploader
%qmake_qt4 HttpLoader.pro
%__make
cd ../NoticeWindow
%qmake_qt4 NoticeWindow.pro
%__make
cd ../REXLoader
%qmake_qt4 REXLoader.pro
%__make

%install
%__rm -rf %{clean}
%__mkdir_p %{buildroot}%{_bindir}
%__install ./usr/bin/REXLoader %{buildroot}%{_bindir}/%{name}
%__mkdir_p %{buildroot}%{_libdir}/%{name}/plugins
%__install ./usr/lib/%{name}/plugins/* %{buildroot}%{_libdir}/%{name}/plugins
%__install ./NoticeWindow/NoticeWindow %{buildroot}%{_libdir}/%{name}/plugins/libNoticeWindow.so
%__mkdir_p %{buildroot}%{_datadir}/pixmaps
%__install ./REXLoader/images/RExLoader_64x64.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

%__mkdir_p %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=REXLoader
Comment=Download manager
Comment[ru]=Менеджер закачек
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Network;FileTransfer;
EOF

%clean
%__rm -rf %{buildroot}

%files
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_libdir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1a.rev207-2
+ Revision: 69d450b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7362 |14cr|R-expm-0.99.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  expm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.99.1.1
Release:          1
Summary:          Matrix exponential
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.99-1.1.tar.gz

Requires:         R-Matrix 

Requires:         R-RColorBrewer R-sfsmisc 
BuildRequires:    R-devel Rmath-devel texlive-latex R-Matrix
BuildRequires:    pkgconfig(lapack)

BuildRequires:   R-RColorBrewer R-sfsmisc 
%description
Computation of the matrix exponential and related quantities.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/test*
%lang(fr) %{rlibdir}/%{packname}/po/fr/LC_MESSAGES/fr.mo


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99.1.1-1
+ Revision: 84d08bc
- Updated to 0.99.1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7363 |14cr|R-expsmooth-2.02-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  expsmooth
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.02
Release:          2
Summary:          Data sets from "Forecasting with exponential smoothing"
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-graphics R-stats R-tseries
Requires:         R-forecast 

BuildRequires:    R-devel Rmath-devel texlive-latex R-graphics R-stats R-tseries 
BuildRequires:   R-forecast

%description
Data sets from the book "Forecasting with exponential smoothing: the state
space approach" by Hyndman, Koehler, Ord and Snyder (Springer, 2008).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.02-2
+ Revision: e6a5372
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7364 |14cr|rezound-0.13.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    Audio Editing Package
Name:       rezound
Version:    0.13.1
Release:    3
License:    GPLv2+
Group:      Sound
URL:        http://rezound.sourceforge.net/
Source0:    http://prdownloads.sourceforge.net/rezound/%{name}-%{version}beta.tar.gz
BuildRequires:  libvorbis-devel
BuildRequires:  fox1.6-devel
BuildRequires:  audiofile-devel
BuildRequires:	flex
BuildRequires:  pkgconfig(jack)
BuildRequires:  fftw2-devel
BuildRequires:  flac++-devel
BuildRequires:  soundtouch-devel
BuildRequires:  bison >= 1.875-3mdk
BuildRequires:	autoconf
BuildRequires:	gettext-devel
BuildRequires:	boost-devel

%description
ReZound aims to be a stable, open source, and graphical audio file editor
primarily for but not limited to the Linux operating system.

%prep

%setup -q -n %name-%{version}beta
perl -p -i -e 's/AM_GNU_GETTEXT_VERSION\(\[0.11.5\]\)/AM_GNU_GETTEXT_VERSION([0.14.4])/' configure.ac
touch NEWS AUTHORS
autoreconf -fiv

%build
LDFLAGS="-lX11 -ldl" %configure2_5x --disable-portaudio
%make

%install
%makeinstall_std
mkdir -p %buildroot/%{_docdir}/%name-%version
mv %buildroot%_prefix/doc/* %buildroot/%{_docdir}/%name-%version

# Menu

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Rezound
Comment=Digital audio editor
Exec=%{name}
Icon=sound_section
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideoEditing;Recorder;
EOF

%find_lang %name

%clean
rm -rf %buildroot/

%files -f %name.lang
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/rezound
%_datadir/applications/mandriva-%name.desktop
%_docdir/%name-%version


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13.1-3
+ Revision: 173e8f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7365 |14cr|R-Fahrmeir-2012.04.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Fahrmeir
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2012.04.0
Release:          2
Summary:          Multivariate Statistical Modelling Based on Generalized Linear Models data
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2012.04-0.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-stats 
Requires:         R-MASS 
BuildRequires:    R-devel Rmath-devel texlive R-stats
BuildRequires:   R-MASS 

%description
Data and functions for the book "Multivariate Statistical Modelling Based
on Generalized Linear Models", version 1, by Ludwig Fahrmeir and Gerhard

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 2012.04.0-2
+ Revision: 5ae027d
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7366 |14cr|R-fail-1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fail
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.2
Release:          1
Summary:          File Abstraction Interface Layer (FAIL) mimicking a key-value store
Group:            Sciences/Mathematics
License:          BSD_3_clause + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core


Requires:         R-BBmisc 
Requires:         R-testthat 
BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-BBmisc 
BuildRequires:   R-testthat 
%description
More comfortable interface to work with a directory of R data or source

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/tests
%{rlibdir}/%{packname}/LICENSE

%changelog
* Sun Sep 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-1
+ Revision: 5ea5f33
- Put tarball to file store



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7367 |14cr|R-fastICA-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fastICA
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.2.0
Release:          1
Summary:          FastICA Algorithms to perform ICA and Projection Pursuit
Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.2-0.tar.gz

Requires:         R-MASS 
BuildRequires:    R-devel Rmath-devel texlive
BuildRequires:    lapack-devel
BuildRequires:    blas-devel
BuildRequires:    R-MASS

%description
Implementation of FastICA algorithm to perform Independent Component
Analysis (ICA) and Projection Pursuit.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/HISTORY
%{rlibdir}/%{packname}/README
%{rlibdir}/%{packname}/libs

%changelog
* Tue Sep 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-1
+ Revision: 3923100
- Added texlive BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7368 |14cr|R-fBasics-3010.86-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fBasics
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3010.86
Release:          2
Summary:          Rmetrics - Markets and Basic Statistics
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-MASS R-methods R-timeDate R-timeSeries 
Requires:         R-akima R-spatial R-RUnit R-tcltk 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS R-methods R-timeDate R-timeSeries
BuildRequires:    R-akima R-spatial R-RUnit R-tcltk 
BuildRequires:    R-gss
BuildRequires:    R-stabledist
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Environment for teaching "Financial Engineering and Computational Finance"
NOTE: SEVERAL PARTS ARE STILL PRELIMINARY AND MAY BE CHANGED IN THE
FUTURE. THIS TYPICALLY INCLUDES FUNCTION AND ARGUMENT NAMES, AS WELL AS
DEFAULTS FOR ARGUMENTS AND RETURN VALUES. Please donate, www.rmetrics.org,
to support future activities of the Rmetrics association.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/COPYRIGHT.html
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/unitTests


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3010.86-2
+ Revision: bbfbbd5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7369 |14cr|rfc-3.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    rfc
%define version 3.2
%define release 6

Summary:       Simple scripts for downloading and reading RFCs
Name:          %{name}
Version:       %{version}
Release:       %{release}
Source0:       %{name}-%{version}.tar.bz2
License:       Public Domain
Group:         Networking/Other
BuildRoot:     %{_tmppath}/%{name}-buildroot
Url:           http://www.dewn.com/rfc/
Requires:      lynx
BuildArch:     noarch

%description
This package contains a script for reading RFCs off the Internet
from the shell (by starting your favorite browser, or just dumping
it to stdout). It also includes an emacs list package to read RFCs 
from emacs.

%prep
%setup -q

%build
sed -i "s/# potential browsers, order of perference/my \$dumper=qw(lynx);/" %{name}-%{version}
sed -i "s/viewer -dump/dumper -dump/" %{name}-%{version}
sed -i "s/w3m lynx/\$TEXTBROWSER links lynx w3m \$BROWSER/" %{name}-%{version}
sed -i 's$/usr/local/etc$/var/cache/rfc$' %{name}-%{version}
sed -i 's$/local/path/to/rfcs$/var/cache/rfc$' %{name}-%{version}
sed -i 's$/ftp.isi.edu/in-notes/iana$/www.iana.org$' %{name}-%{version}

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/var/cache/rfc/
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/emacs/site-lisp/
ln -s %{name}-%{version} %{name}
install -m755 %{name}-%{version} $RPM_BUILD_ROOT/%{_bindir}/
install -m755 %{name} $RPM_BUILD_ROOT/%{_bindir}/
install -m644 rfc-util.el $RPM_BUILD_ROOT/%{_datadir}/emacs/site-lisp/

%post
%{_bindir}/%{name} -i
%{_bindir}/%{name} -n -i

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/%{name}-%{version}
%{_bindir}/%{name}
%{_datadir}/emacs/site-lisp/rfc-util.el
%dir /var/cache/rfc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2-6
+ Revision: dbceda6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7370 |14cr|rfcdiff-1.41-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Draft Diff Tool
Name:		rfcdiff
Version:	1.41
Release:	3
Group:		Development/Other
License:	GPLv2+
URL:		http://tools.ietf.org/tools/rfcdiff/
Source0:	http://tools.ietf.org/tools/rfcdiff/rfcdiff-%{version}.tgz
Patch0:         rfcdiff-1.41.patch
BuildRequires:	txt2man
Requires:       wdiff
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
rfcdiff takes two RFCs or Internet-Drafts in text form as input, and
produces output which indicates the differences found in one of various
forms, controlled by a list of options. In all cases, page headers and
page footers are stripped before looking for changes.

%prep
%setup -q
%patch0 -p1

%build
make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_prefix}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1/
install %{name} %{buildroot}%{_bindir}
install -m 644 %{name}.1.gz %{buildroot}%{_mandir}/man1/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc copyright
%{_mandir}/man1/*
%{_bindir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.41-3
+ Revision: 93d4b95
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7371 |14cr|R-FDb.UCSC.tRNAs-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  FDb.UCSC.tRNAs
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0.0
Release:          1
Summary:          Annotation package for FeatureDb object(s)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-GenomicFeatures 
Requires:         R-GenomicFeatures R-AnnotationDbi 

BuildRequires:    R-devel Rmath-devel R-GenomicFeatures
BuildRequires:    R-GenomicFeatures R-AnnotationDbi 

%description
Exposes an annotation databases generated from UCSC by exposing these as
FeatureDb objects

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/extdata

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-1
+ Revision: a64d869
- Added tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7372 |14cr|R-fdrtool-1.2.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fdrtool
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.2.11
Release:          2
Summary:          Estimation and Control of (Local) False Discovery Rates
Group:            Sciences/Mathematics
License:          GPL (>= 3)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/fdrtool_1.2.11.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
This package allows to estimate both tail area-based false discovery rates
(Fdr) as well as local false discovery rates (fdr) for a variety of null
models (p-values, z-scores, correlation coefficients, t-scores).  The
proportion of null values and the parameters of the null distribution are
adaptively estimated from the data.  In addition, the package contains
functions for non-parametric density estimation (Grenander estimator), for
monotone regression (isotonic regression and antitonic regression with
weights), for computing the greatest convex minorant (GCM) and the least
concave majorant (LCM), and for the half-normal and correlation

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.11-2
+ Revision: f6d4a68
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7373 |14cr|R-fftw-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fftw
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.3
Release:          2
Summary:          Fast FFT and DCT based on FFTW
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-3.tar.gz

BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    pkgconfig(fftw3)


%description
Provides a simple and efficient wrapper around the fastest Fourier
transform in the west (FFTW) library.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/unittests
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-2
+ Revision: a8b6883
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7374 |14cr|R-fibroEset-1.4.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fibroEset
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.4.6
Release:          3
Summary:          exprSet for Karaman et al. (2003) fibroblasts data
Group:            Sciences/Mathematics
License:          LGPL
URL:              None
Source0:          http://bioconductor.org/packages/data/experiment/src/contrib/fibroEset_1.4.6.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-Biobase 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-Biobase

%description
exprSet for Karaman et al. (2003) human, bonobo and gorilla fibroblasts

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.6-3
+ Revision: 7fae418
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7375 |14cr|R-fields-6.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fields
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          6.9.1
Release:          2
Summary:          Tools for spatial data
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/fields_6.9.1.tar.gz
Requires:         R-methods R-spam R-maps
BuildRequires:    R-devel Rmath-devel R-methods R-spam R-maps
BuildRequires:    texlive-latex
BuildRequires:    texlive-latex-fonts
BuildRequires:    texlive-latexconfig


%description
Fields is for curve, surface and function fitting with an emphasis on
splines, spatial data and spatial statistics. The major methods include
cubic, robust, and thin plate splines, and Kriging for large data sets.
The splines and Kriging methods are supporting by functions that can
determine the smoothing parameter (nugget and sill variance) by cross
validation and also by restricted maximum likelihood.  A major feature is
that any covariance function implemented in R with the fields interface
can be used for spatial prediction. Some tailored optimization functions
are supplied for find the MLEs for the Matern family of covariances. There
are also many useful functions for plotting and working with spatial data
as images. This package also contains an implementation of a sparse matrix
methods for large data sets and currently requires the sparse matrix
(spam) package for testing (but not for the standard spatial functions.)
Use help(fields) to get started and for an overview.  The fields source
code is heavily commented and should provide useful explanation of
numerical details in addition to the manual pages.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.9.1-2
+ Revision: d66da5a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7376 |14cr|R-filehash-2.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  filehash
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.2.2
Release:          2
Summary:          Simple key-value database
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/filehash_2.2-2.tar.gz
Requires:         R-methods 
Requires:         R-utils 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-methods
BuildRequires:    R-utils
BuildRequires:    pkgconfig(lapack)

%description
Simple key-value database

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/COPYING
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.2-2
+ Revision: cf8ed1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7377 |14cr|R-fImport-3000.82-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fImport
%global rlibdir  %{_datadir}/R/library

%define __noautoprov 'perl.*'

Name:             R-%{packname}
Version:          3000.82
Release:          3
Summary:          Rmetrics - Economic and Financial Data Import
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-methods R-timeDate R-timeSeries 

Requires:         R-RUnit 
BuildRequires:    R-devel Rmath-devel texlive-latex R-methods R-timeDate R-timeSeries

BuildRequires:   R-RUnit 
%description
Environment for teaching "Financial Engineering and Computational Finance"

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/COPYRIGHT*
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/THANKS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/perl

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3000.82-3
+ Revision: 626dcd2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7378 |14cr|R-fit.models-0.5.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fit.models
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.5.10
Release:          2
Summary:          fit.models
Group:            Sciences/Mathematics
License:          GPLv1+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.5-10.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-lattice 

Requires:         R-MASS 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-lattice

BuildRequires:   R-MASS 
%description
A framework for comparing fitted models

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.10-2
+ Revision: 63bc4a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7379 |14cr|R-flexclust-1.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  flexclust
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.3.4
Release:          2
Summary:          Flexible Cluster Algorithms
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/flexclust_1.3-4.tar.gz
Requires:         R-graphics R-grid R-lattice R-modeltools 
Requires:         R-methods R-stats R-stats4 
Requires:         R-ellipse R-clue R-cluster R-seriation R-multicore R-snow 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-graphics R-grid R-lattice R-modeltools
BuildRequires:    R-methods R-stats R-stats4 
BuildRequires:    R-ellipse R-clue R-cluster R-seriation R-multicore R-snow 

%description
The main function kcca implements a general framework for k-centroids
cluster analysis supporting arbitrary distance measures and centroid
computation. Further cluster methods include hard competitive learning,
neural gas, and QT clustering. There are numerous visualization methods
for cluster results (neighborhood graphs, convex cluster hulls, barcharts
of centroids, ...), and bootstrap methods for the analysis of cluster

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-2
+ Revision: fb7c564
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7380 |14cr|R-flexmix-2.3.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  flexmix
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.3.11
Release:          2
Summary:          Flexible Mixture Modeling

Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/flexmix_2.3-11.tar.gz
Requires:         R-lattice R-modeltools R-multcomp R-methods R-stats R-stats4
Requires:         R-MASS R-codetools R-diptest R-ellipse R-gclus R-grid R-lme4
Requires:         R-mgcv R-mlbench R-mvtnorm R-nnet
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-lattice
BuildRequires:    R-modeltools R-multcomp R-methods R-stats R-stats4
BuildRequires:    R-MASS R-codetools R-diptest R-ellipse R-gclus R-grid
BuildRequires:    R-lme4 R-mgcv R-mlbench R-mvtnorm R-nnet

%description
FlexMix implements a general framework for finite mixtures of regression
models using the EM algorithm.  FlexMix provides the E-step and all data
handling, while the M-step can be supplied by the user to easily define
new models. Existing drivers implement mixtures of standard linear models,
generalized linear models and model-based clustering.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.11-2
+ Revision: dd061c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7381 |14cr|R-fma-2.01-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fma
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.01
Release:          2
Summary:          Data sets from "Forecasting: methods and applications"
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-graphics R-stats R-tseries
Requires:         R-forecast 

BuildRequires:    R-devel Rmath-devel texlive-latex R-graphics R-stats R-tseries
BuildRequires:    R-forecast

%description
All data sets from "Forecasting: methods and applications" by Makridakis,
Wheelwright & Hyndman (Wiley, 3rd ed., 1998).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.01-2
+ Revision: d0570a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7382 |14cr|R-foreach-1.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  foreach
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.4.1
Release:          2
Summary:          Foreach looping construct for R
Group:            Sciences/Mathematics
License:          Apache License (== 2.0)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/foreach_1.4.1.tar.gz
Requires:         R-iterators R-codetools R-utils 
Requires:         R-randomForest 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-iterators R-codetools R-utils
BuildRequires:    R-randomForest 

%description
Support for the foreach looping construct.  Foreach is an idiom that
allows for iterating over elements in a collection, without the use of an
explicit loop counter.  This package in particular is intended to be used
for its return value, rather than for its side effects.  In that sense, it
is similar to the standard lapply function, but doesn't require the
evaluation of a function.  Using foreach without side effects also
facilitates executing the loop in parallel.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# It seems we should update iter and maybe some other packages for all tests to pass
# %check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/unitTests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-2
+ Revision: 5aa202d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7383 |14cr|R-forecast-5.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  forecast
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          5.3
Release:          3
Summary:          Forecasting functions for time series and linear models
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-stats R-graphics R-zoo R-timeDate 
Requires:         R-tseries R-testthat R-Rcpp R-colorspace
Requires:         R-Rmalschains R-fracdiff R-fpp 
# Requires:         R-nnet  R-parallel 

BuildRequires:    R-devel Rmath-devel texlive-latex R-stats R-graphics R-zoo R-timeDate
BuildRequires:    R-tseries R-testthat R-Rcpp R-colorspace
BuildRequires:    R-Rmalschains R-fracdiff R-fpp 
# BuildRequires:    R-nnet R-parallel
BuildRequires:    lapack-devel

%description
Methods and tools for displaying and analysing univariate time series
forecasts including exponential smoothing via state space models and
automatic ARIMA modelling.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/tests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.3-3
+ Revision: 7ec8a33
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7384 |14cr|R-formatR-0.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  formatR
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.10
Release:          3
Summary:          Format R Code Automatically
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-codetools R-gWidgetsRGtk2 R-testit 
Requires:  R-knitr 
BuildRequires:    R-devel Rmath-devel texlive-latex 

BuildRequires:   R-codetools R-gWidgetsRGtk2 R-testit 
BuildRequires: R-knitr 

%description
This package provides a function tidy.source() and optionally a GUI (by
gWidgets and preferably gWidgetsRGtk2) to format R source code. Spaces and
indent will be added to the code automatically, and comments will be
preserved under certain conditions, so that R code will be more
human-readable and tidy.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/format

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10-3
+ Revision: 61771f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7385 |14cr|R-Formula-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Formula
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.1.1
Release:          2
Summary:          Extended Model Formulas
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Formula_1.1-1.tar.gz
Requires:         R-stats 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats

%description
Infrastructure for extended formulas with multiple parts on the right-hand
side and/or multiple responses on the left-hand side.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-2
+ Revision: b86f0a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7386 |14cr|R-fpc-2.1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  fpc
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.1.7
Release:          2
Summary:          Flexible procedures for clustering
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/fpc_2.1-7.tar.gz
BuildArch:        noarch
Requires:         R-core R-MASS R-cluster R-mclust R-flexmix R-prabclus
Requires:         R-class R-diptest R-mvtnorm R-tclust
%if %{without bootstrap}
Requires:         R-trimcluster
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS
BuildRequires:    R-cluster R-mclust R-flexmix R-prabclus R-class
BuildRequires:    R-diptest R-mvtnorm R-tclust
%if %{without bootstrap}
BuildRequires:    R-trimcluster
%endif

%description
Various methods for clustering and cluster validation. Fixed point
clustering. Linear regression clustering. Clustering by merging Gaussian
mixture components. Symmetric and asymmetric discriminant projections for
visualisation of the separation of groupings. Cluster validation
statistics for distance based clustering including corrected Rand index.
Clusterwise cluster stability assessment. Methods for estimation of the
number of clusters: Calinski-Harabasz, Tibshirani and Walther's prediction
strength. Gaussian/multinomial mixture fitting for mixed
continuous/categorical variables. Veriablewise statistics for cluster
interpretation. DBSCAN clustering. Interface functions for many clustering
methods implemented in R, including estimating the number of clusters with
kmeans, pam and clara. Modality diagnosis for Gaussian mixtures. Note that
the use of the package mclust (called by function prabclust) is protected
by a special license, see
http://www.stat.washington.edu/mclust/license.txt.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.7-2
+ Revision: 3d2c9a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7387 |14cr|R-fpp-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fpp
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.5
Release:          2
Summary:          Data for "Forecasting: principles and practice"
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-graphics R-stats R-lmtest R-tseries 
Requires:         R-forecast R-fma R-expsmooth 

BuildRequires:    R-devel Rmath-devel texlive-latex R-graphics R-stats
BuildRequires:    R-expsmooth R-forecast R-fma
BuildRequires:    R-lmtest R-tseries

%description
All data sets required for the examples and exercises in the book
"Forecasting: principles and practice" by Rob J Hyndman and George
Athanasopoulos. All packages required to run the examples are also loaded.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-2
+ Revision: ac4ea4a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7388 |14cr|R-fracdiff-1.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fracdiff
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.4.2
Release:          2
Summary:          Fractionally differenced ARIMA aka ARFIMA(p,d,q) models
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.4-2.tar.gz

Requires:         R-longmemo R-urca 
BuildRequires:    R-devel Rmath-devel texlive-latex 

BuildRequires:    R-longmemo R-urca 
BuildRequires:    lapack-devel

%description
Maximum likelihood estimation of the parameters of a fractionally
differenced ARIMA(p,d,q) model (Haslett and Raftery, Appl.Statistics,

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-2
+ Revision: 0860d49
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7389 |14cr|R-FRB-1.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  FRB
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.8
Release:          2
Summary:          Fast and Robust Bootstrap
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-corpcor R-rrcov 

BuildRequires:    R-devel Rmath-devel texlive-latex R-corpcor R-rrcov


%description
This package performs robust inference based on applying Fast and Robust
Bootstrap on robust estimators. Available methods are multivariate
regression, PCA and Hotelling tests.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8-2
+ Revision: 896b3b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7390 |14cr|R-fts-0.9.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fts
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9.9
Release:          1
Summary:          R interface to tslib (a time series library in c++)
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-utils R-stats R-zoo R-BH
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-utils R-stats R-zoo R-BH
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
fast operations for time series objects

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Sun Aug 31 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.9-1
+ Revision: b04521d
- Added R-zoo and R-BH reqs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7391 |14cr|R-gam-1.09-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gam
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.09
Release:          2
Summary:          Generalized Additive Models
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gam_1.09.tar.gz
Requires:         R-stats R-splines 
Requires:         R-akima 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats R-splines
BuildRequires:    R-akima 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Functions for fitting and working with generalized additive models, as
described in chapter 7 of "Statistical Models in S" (Chambers and Hastie
(eds), 1991), and "Generalized Additive Models" (Hastie and Tibshirani,

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/ratfor



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.09-2
+ Revision: 0be694e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7392 |14cr|R-GAMBoost-1.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  GAMBoost
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.2.3
Release:          2
Summary:          Generalized linear and additive models by likelihood based boosting
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.2-3.tar.gz

Requires:         R-Matrix 

Requires:         R-parallel R-snowfall 
BuildRequires:    R-devel Rmath-devel texlive-latex R-Matrix

BuildRequires:   R-parallel R-snowfall 
%description
This package provides routines for fitting generalized linear and and
generalized additive models by likelihood based boosting, using penalized

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-2
+ Revision: 5e3b31c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7393 |14cr|R-gamlss-4.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gamlss
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          4.3.0
Release:          2
Summary:          Generalised Additive Models for Location Scale and Shape


Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gamlss_4.3-0.tar.gz

Requires:         R-graphics R-stats R-splines R-utils R-gamlss.dist R-gamlss.data R-nlme 
Requires:         R-MASS R-survival 

BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-graphics R-stats R-splines R-utils R-gamlss.dist R-gamlss.data R-nlme
BuildRequires:    R-MASS R-survival 

%description
The library for fitting GAMLSS models.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.0-2
+ Revision: 95064dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7394 |14cr|R-gamlss.data-4.2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gamlss.data
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          4.2.7
Release:          2
Summary:          GAMLSS Data
Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gamlss.data_4.2-7.tar.gz
BuildArch:        noarch
Requires:         R-core




BuildRequires:    R-devel Rmath-devel texlive-latex 


%description
Data for GAMLSS models.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.7-2
+ Revision: a496741
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7395 |14cr|R-gamlss.dist-4.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gamlss.dist
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          4.3.0
Release:          2
Summary:          Distributions to be used for GAMLSS modelling

Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gamlss.dist_4.3-0.tar.gz

Requires:         R-MASS 


BuildRequires:    R-devel Rmath-devel texlive-latex R-MASS


%description
This package contains the distributions for GAMLSS modelling.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.0-2
+ Revision: a64d15e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7396 |14cr|R-gbm-2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gbm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.1
Release:          2
Summary:          Generalized Boosted Regression Models
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gbm_2.1.tar.gz
Requires:         R-survival
Requires:         R-lattice
Requires:         R-splines R-RUnit
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-survival R-RUnit
BuildRequires:    R-lattice
BuildRequires:    R-splines
BuildRequires:    pkgconfig(lapack)

%description
This package implements extensions to Freund and Schapire's AdaBoost
algorithm and Friedman's gradient boosting machine. Includes regression
methods for least squares, absolute loss, quantile regression, logistic,
Poisson, Cox proportional hazards partial likelihood, and AdaBoost
exponential loss.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-2
+ Revision: a7367b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7397 |14cr|R-gclus-1.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gclus
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.3.1
Release:          3
Summary:          Clustering Graphics
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-cluster 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-cluster

%description
Orders panels in scatterplot matrices and parallel coordinate displays by
some merit index. Package contains various indices of merit, ordering
functions, and enhanced versions of pairs and parcoord which color panels
according to their merit level.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-3
+ Revision: f4fe3f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7398 |14cr|R-gdata-2.13.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gdata
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}
%define __noautoreq 'perl.*'
%define __noautoprov 'perl.*'

Name:             R-%{packname}
Version:          2.13.2
Release:          2
Summary:          Various R programming tools for data manipulation
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gdata_2.13.2.tar.gz
Requires:         R-gtools 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-gtools 

%description
Various R programming tools for data manipulation

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/bin
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/perl
%{rlibdir}/%{packname}/unitTests
%{rlibdir}/%{packname}/xls



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.13.2-2
+ Revision: 2766533
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7399 |14cr|R-gee-4.13.18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gee
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          4.13.18
Release:          3
Summary:          Generalized Estimation Equation solver
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gee_4.13-18.tar.gz
Requires:         R-stats 
Requires:         R-MASS 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats
BuildRequires:    R-MASS 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Generalized Estimation Equation solver

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.13.18-3
+ Revision: 7d5d0b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7400 |14cr|R-geepack-1.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  geepack
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.1.6
Release:          2
Summary:          Generalized Estimating Equation Package
Group:            Sciences/Mathematics
License:          GPLv3+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.1-6.tar.gz

BuildRequires:    R-devel Rmath-devel texlive-latex 

%description
Generalized estimating equations solver for parameters in mean, scale, and
correlation structures, through mean link, scale link, and correlation
link. Can also handle clustered categorical responses.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-2
+ Revision: fa364a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7401 |14cr|R-genefilter-1.44.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  genefilter
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.44.0
Release:          4
Summary:          genefilter: methods for filtering genes from microarray experiments
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-AnnotationDbi R-annotate R-Biobase R-graphics R-methods R-stats R-survival 
Requires:         R-Biobase R-class R-hgu95av2.db R-methods R-tkWidgets R-ALL 
%if %{without bootstrap}
Requires:         R-DESeq R-ROC R-pasilla
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-AnnotationDbi R-annotate R-Biobase R-graphics R-methods R-stats R-survival 
BuildRequires:    R-Biobase R-class R-hgu95av2.db R-methods R-tkWidgets R-ALL 
%if %{without bootstrap}
BuildRequires:    R-DESeq R-ROC R-pasilla
%endif

%description
Some basic functions for filtering genes

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/wFun

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.44.0-4
+ Revision: c75fd9f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7402 |14cr|R-geneplotter-1.40.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  geneplotter
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.40.0
Release:          2
Summary:          Graphics related functions for Bioconductor
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/geneplotter_1.40.0.tar.gz
Requires:         R-Biobase R-annotate R-lattice R-AnnotationDbi R-graphics
Requires:         R-grDevices R-grid R-methods R-RColorBrewer R-stats R-utils
Requires:         R-Rgraphviz R-annotate R-fibroEset R-hgu95av2.db
Requires:         R-hu6800.db R-hgu133a.db
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-Biobase R-annotate R-lattice R-AnnotationDbi R-graphics
BuildRequires:    R-grDevices R-grid R-methods R-RColorBrewer R-stats R-utils
BuildRequires:    R-Rgraphviz R-annotate R-fibroEset R-hgu95av2.db
BuildRequires:    R-hu6800.db R-hgu133a.db
BuildRequires:    x11-server-xvfb

%description
Some basic functions for plotting genetic data

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Fails in build system
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-2
+ Revision: 3a9c5f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7403 |14cr|R-GenomeGraphs-1.22.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with internet
%global packname  GenomeGraphs
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.22.0
Release:          2
Summary:          Plotting genomic information from Ensembl
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/GenomeGraphs_1.22.0.tar.gz
Requires:         R-methods R-biomaRt R-grid
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-biomaRt R-grid

%description
Genomic data analyses requires integrated visualization of known genomic
information and new experimental data.  GenomeGraphs uses the biomaRt
package to perform live annotation queries to Ensembl and translates this
to e.g. gene/transcript structures in viewports of the grid graphics
package. This results in genomic information plotted together with your
data.  Another strength of GenomeGraphs is to plot different data types
such as array CGH, gene expression, sequencing and other data, together in
one plot using the same genome coordinate system.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{with internet}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extra
%{rlibdir}/%{packname}/help


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.22.0-2
+ Revision: e9833aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7404 |14cr|R-GenomicFeatures-1.14.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  GenomicFeatures
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.14.2
Release:          2
Summary:          Tools for making and manipulating transcript centric annotations
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/GenomicFeatures_1.14.2.tar.gz
Requires:         R-IRanges R-GenomicRanges R-AnnotationDbi 
Requires:         R-methods R-DBI R-RSQLite R-IRanges R-GenomicRanges R-Biostrings R-rtracklayer R-biomaRt R-RCurl R-utils R-Biobase 
Requires:         R-rtracklayer R-biomaRt R-org.Mm.eg.db R-Biostrings R-BSgenome R-BSgenome.Hsapiens.UCSC.hg18 R-BSgenome.Celegans.UCSC.ce2 R-RUnit 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-IRanges R-GenomicRanges R-AnnotationDbi
BuildRequires:    R-methods R-DBI R-RSQLite R-IRanges R-GenomicRanges R-Biostrings R-rtracklayer R-biomaRt R-RCurl R-utils R-Biobase 
BuildRequires:    R-rtracklayer R-biomaRt R-org.Mm.eg.db R-Biostrings R-BSgenome R-BSgenome.Hsapiens.UCSC.hg18 R-BSgenome.Celegans.UCSC.ce2 R-RUnit 

%description
A set of tools and methods for making and manipulating transcript centric
annotations. With these tools the user can easily download the genomic
locations of the transcripts, exons and cds of a given organism, from
either the UCSC Genome Browser or a BioMart database (more sources will be
supported in the future). This information is then stored in a local
database that keeps track of the relationship between transcripts, exons,
cds and genes. Flexible methods are provided for extracting the desired
features in a convenient format.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/script
%{rlibdir}/%{packname}/txdb-template
%{rlibdir}/%{packname}/unitTests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.2-2
+ Revision: de0dd3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7405 |14cr|R-GenomicRanges-1.14.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#%bcond_with internet
%bcond_without bootstrap
%global packname  GenomicRanges
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.14.4
Release:          2
Summary:          Representation and manipulation of genomic intervals
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/GenomicRanges_1.14.4.tar.gz
Requires:         R-methods R-IRanges 
%if %{with bootstrap}
Requires:         R-RUnit
%else
Requires:         R-RUnit R-BSgenome R-GenomicFeatures R-Rsamtools
Requires:         R-EatonEtAlChIPseq R-leeBamViews R-edgeR R-DESeq
Requires:         R-rtracklayer R-org.Sc.sgd.db
Requires:         R-BSgenome.Scerevisiae.UCSC.sacCer2 R-DEXSeq R-pasilla 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires: R-GenomicRanges
Requires: R-GenomicRanges
BuildRequires: R-XVector
Requires: R-XVector
BuildRequires:    R-IRanges R-methods
BuildRequires:    R-BiocGenerics
%if %{with bootstrap}
BuildRequires:    R-RUnit
%else
BuildRequires:    R-RUnit R-BSgenome R-GenomicFeatures R-Rsamtools
BuildRequires:    R-EatonEtAlChIPseq R-leeBamViews R-edgeR R-DESeq
BuildRequires:    R-rtracklayer R-org.Sc.sgd.db
BuildRequires:    R-BSgenome.Scerevisiae.UCSC.sacCer2 R-DEXSeq R-pasilla 
%endif

%description
The ability to efficiently store genomic annotations and alignments is
playing a central role when it comes to analyze high-throughput sequencing
data (a.k.a. NGS data). The package defines general purpose containers for
storing genomic intervals as well as more specialized containers for
storing alignments against a reference genome.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
    %if %{with internet}
%check
%{_bindir}/R CMD check %{packname}
    %endif
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/scripts
%{rlibdir}/%{packname}/unitTests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.4-2
+ Revision: b859ec4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7406 |14cr|R-GEOquery-2.28.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  GEOquery
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.28.0
Release:          2
Summary:          Get data from NCBI Gene Expression Omnibus (GEO)
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-methods R-Biobase 
Requires:         R-XML R-RCurl 
Requires:         R-limma R-RUnit 
BuildRequires:    R-devel Rmath-devel texlive-latex R-methods R-Biobase
BuildRequires:    R-XML R-RCurl 
BuildRequires:    R-limma R-RUnit 
BuildRequires:    curl

%description
The NCBI Gene Expression Omnibus (GEO) is a public repository of
microarray data.  Given the rich and varied nature of this resource, it is
only natural to want to apply BioConductor tools to these data.  GEOquery
is the bridge between GEO and BioConductor.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Do not run tests - their try to conenct to some sites that can be unavailable
# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/unitTests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.28.0-2
+ Revision: c4c1194
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7407 |14cr|R-geoR-1.7_4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  geoR
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.7_4
Release:          3
Summary:          Analysis of geostatistical data
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.7-4.tar.gz
Requires:         R-stats R-sp R-methods R-MASS R-splancs R-RandomFields
Requires:         R-scatterplot3d R-tcltk R-lattice R-graphics
%if %{without bootstrap}
Requires:         R-geoRglm
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-stats R-sp R-methods R-MASS R-splancs R-RandomFields
BuildRequires:    R-scatterplot3d R-tcltk R-lattice R-graphics
%if %{without bootstrap}
BuildRequires:    R-geoRglm
%endif

%description
Geostatistical analysis including traditional, likelihood-based and
Bayesian methods.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7_4-3
+ Revision: 98733be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7408 |14cr|R-geoRglm-0.9.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  geoRglm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9.4
Release:          2
Summary:          geoRglm - a package for generalised linear spatial models
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/geoRglm_0.9-4.tar.gz
Requires:         R-geoR R-stats 
Requires:         R-coda 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-geoR R-stats
BuildRequires:    R-coda 

%description
Functions for inference in generalised linear spatial models. The
posterior and predictive inference is based on Markov chain Monte Carlo
methods. Package geoRglm is an extension to the package geoR, which must
be installed first.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-2
+ Revision: 9291eee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7409 |14cr|R-ggdendro-0.1.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  ggdendro
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.1.14
Release:          2
Summary:          Tools for extracting dendrogram and tree diagram plot data for use with ggplot
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.1-14.tar.gz


Requires:         R-MASS R-ggplot2 
Requires:         R-rpart R-tree 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-MASS R-ggplot2 
BuildRequires:   R-rpart R-tree 
%description
This is a set of tools for dendrograms and tree plots using ggplot.  The
ggplot philosophy is to clearly separate data from the presentation.
Unfortunately the plot method for dendrograms plots directly to a plot
device without exposing the data. The ggdendro package resolves this by
making available functions that extract the dendrogram plot data.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/tests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.14-2
+ Revision: 67a7a51
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7410 |14cr|R-ggplot2-0.9.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ggplot2
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.9.3.1
Release:          3
Summary:          An implementation of the Grammar of Graphics
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/ggplot2_0.9.3.1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-reshape R-grid R-proto 
Requires:         R-plyr R-splines R-MASS R-RColorBrewer R-digest R-colorspace 
Requires:         R-quantreg R-Hmisc R-mapproj R-maps R-hexbin R-gpclib R-maptools 
Requires:         R-scales R-gtable
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-reshape R-grid R-proto
BuildRequires:    R-plyr R-splines R-MASS R-RColorBrewer R-digest R-colorspace 
BuildRequires:    R-quantreg R-Hmisc R-mapproj R-maps R-hexbin R-gpclib R-maptools 
BuildRequires:    R-scales R-gtable

%description
An implementation of the grammar of graphics in R. It combines the
advantages of both base and lattice graphics: conditioning and shared axes
are handled automatically, and you can still build up a plot step by step
from multiple data sources. It also implements a sophisticated
multidimensional conditioning system and a consistent interface to map
data to aesthetic attributes. See the ggplot2 website for more
information, documentation and examples.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/staticdocs
%{rlibdir}/%{packname}/test_ns
%{rlibdir}/%{packname}/tests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3.1-3
+ Revision: d94e24d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7411 |14cr|R-glmmML-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  glmmML
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0
Release:          2
Summary:          Generalized linear models with clustering
Group:            Sciences/Mathematics
License:          GPL (>= 3)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-stats 

BuildRequires:    lapack-devel
BuildRequires:    R-devel Rmath-devel texlive-latex R-stats


%description
Binomial and Poisson regression for clustered data, fixed and random
effects with bootstrapping.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 44f0926
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7412 |14cr|R-glmnet-1.9.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  glmnet
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.9.8
Release:          2
Summary:          Lasso and elastic-net regularized generalized linear models

Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/glmnet_1.9-8.tar.gz

Requires:         R-Matrix R-utils 

Requires:         R-survival R-foreach 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-Matrix R-utils

BuildRequires:   R-survival R-foreach 
%description
Extremely efficient procedures for fitting the entire lasso or elastic-net
regularization path for linear regression, logistic and multinomial
regression models, poisson regression and the Cox model. Two recent
additions are the multiresponse gaussian, and the grouped multinomial. The
algorithm uses cyclical coordinate descent in a pathwise fashion, as
described in the paper listed below.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/mortran


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.8-2
+ Revision: 58f3686
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7413 |14cr|R-globaltest-5.16.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  globaltest
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          5.16.0
Release:          2
Summary:          Testing groups of covariates/features for association with a response variable
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-methods 
Requires:         R-Biobase R-survival R-AnnotationDbi R-annotate R-multtest R-graphics 
Requires:         R-vsn R-golubEsets R-KEGG.db R-hu6800.db R-Rgraphviz R-GO.db R-lungExpression R-org.Hs.eg.db R-annotate R-Biobase R-survival R-GSEABase R-penalized R-gss R-MASS R-boot R-rpart 
BuildRequires:    R-devel Rmath-devel texlive-latex R-methods
BuildRequires:    R-Biobase R-survival R-AnnotationDbi R-annotate R-multtest R-graphics 
BuildRequires:   R-vsn R-golubEsets R-KEGG.db R-hu6800.db R-Rgraphviz R-GO.db R-lungExpression R-org.Hs.eg.db R-annotate R-Biobase R-survival R-GSEABase R-penalized R-gss R-MASS R-boot R-rpart 
%description
The global test tests groups of covariates (or features) for association
with a response variable. This package implements the test with diagnostic
plots and multiple testing utilities, along with several functions to
facilitate the use of this test for gene set testing of GO and KEGG terms.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.16.0-2
+ Revision: 80d5828
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7414 |14cr|R-gmodels-2.15.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gmodels
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.15.4.1
Release:          2
Summary:          Various R programming tools for model fitting
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core


Requires:         R-MASS R-gdata 
Requires:         R-gplots R-gtools R-Matrix R-nlme R-lme4 
BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-MASS R-gdata 
BuildRequires:   R-gplots R-gtools R-Matrix R-nlme R-lme4 
%description
Various R programming tools for model fitting

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.15.4.1-2
+ Revision: 5687d6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7415 |14cr|R-gnm-1.0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gnm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.7
Release:          3
Summary:          Generalized Nonlinear Models
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-7.tar.gz


Requires:         R-MASS R-stats R-graphics R-qvcalc R-relimp 
Requires:         R-vcdExtra 
BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-MASS R-stats R-graphics R-qvcalc R-relimp 
BuildRequires:    R-vcdExtra 
BuildRequires:    lapack-devel

%description
Functions to specify and fit generalized nonlinear models, including
models with multiplicative interaction terms such as the UNIDIFF model
from sociology and the AMMI model from crop science, and many others. 
Over-parameterized representations of models are used throughout;
functions are provided for inference on estimable parameter combinations,
as well as standard methods for diagnostics etc.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-3
+ Revision: c51bd63
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7416 |14cr|R-GO.db-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  GO.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          A set of annotation maps describing the entire Gene Ontology
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/GO.db_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods R-AnnotationDbi 
Requires:         R-methods R-AnnotationDbi 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-AnnotationDbi
BuildRequires:    R-methods R-AnnotationDbi 

%description
A set of annotation maps describing the entire Gene Ontology assembled
using data from GO

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: 537151f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7417 |14cr|R-goftest-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  goftest
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.0.2
Release:          1
Summary:          Classical Goodness-of-Fit Tests for Univariate Distributions
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-2.tar.gz

BuildRequires:    R-devel Rmath-devel texlive


%description
Cramer-Von Mises and Anderson-Darling tests of goodness-of-fit for
continuous univariate distributions, using efficient algorithms.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Sun Aug 31 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-1
+ Revision: ea01381
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7418 |14cr|R-golubEsets-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  golubEsets
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.6.0
Release:          1
Summary:          exprSets for golub leukemia data
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://bioconductor.org/packages/release/data/experiment/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/experiment/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-Biobase 


BuildRequires:    R-devel Rmath-devel R-Biobase


%description
representation of public golub data with some covariate data of provenance
unknown to the maintainer at present; now employs ExpressionSet format

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%{rlibdir}/%{packname}
%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7419 |14cr|R-GPArotation-2012.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  GPArotation
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2012.3.1
Release:          3
Summary:          GPA Factor Rotation
Group:            Sciences/Mathematics
License:          GPL (>= 2) | file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/GPArotation_2012.3-1.tar.gz
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    pkgconfig(lapack)

%description
Gradient Projection Algorithm Rotation for Factor Analysis. See
?GPArotation.Intro for more details.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2012.3.1-3
+ Revision: 3e47f1e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7420 |14cr|R-gpclib-1.5.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gpclib
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.5.5
Release:          2
Summary:          General Polygon Clipping Library for R
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gpclib_1.5-5.tar.gz
Requires:         R-methods 
Requires:         R-graphics 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-graphics 

%description
General polygon clipping routines for R based on Alan Murta's C library

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# segfault...
# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/README
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/poly-ex
%{rlibdir}/%{packname}/bugs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.5-2
+ Revision: d69dd8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7421 |14cr|R-gplots-2.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gplots
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.12.1
Release:          2
Summary:          Various R programming tools for plotting data
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gplots_2.12.1.tar.gz
Requires:         R-gtools R-gdata R-stats R-caTools R-grid R-KernSmooth
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-gtools R-gdata R-stats R-caTools R-grid R-KernSmooth

%description
Various R programming tools for plotting data

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/TODO
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.12.1-2
+ Revision: 262e69b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7422 |14cr|R-graph-1.40.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  graph
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.40.1
Release:          2
Summary:          graph: A package to handle graph data structures
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/graph_1.40.1.tar.gz
Requires:         R-methods 
Requires:         R-methods R-stats R-tools R-utils 
Requires:         R-BiocGenerics
%if %{with bootstrap}
Requires:         R-XML R-RUnit R-cluster 
%else
Requires:         R-SparseM R-XML R-RBGL R-RUnit R-cluster 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-methods R-stats R-tools R-utils 
BuildRequires:    R-BiocGenerics
%if %{with bootstrap}
BuildRequires:    R-XML R-RUnit R-cluster 
%else
BuildRequires:    R-SparseM R-XML R-RBGL R-RUnit R-cluster 
%endif
BuildRequires:    x11-server-xvfb

%description
A package that implements some simple graph handling capabilities.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
xvfb-run %{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/GXL
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/Scripts
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/perf
%{rlibdir}/%{packname}/unitTests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.1-2
+ Revision: b7039c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7423 |14cr|R-gridBase-0.4.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gridBase
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.4.7
Release:          2
Summary:          Integration of base and grid graphics
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gridBase_0.4-7.tar.gz
Requires:         R-graphics R-grid 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-graphics R-grid

%description
Integration of base and grid graphics

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.7-2
+ Revision: c6404ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7424 |14cr|R-GSEABase-1.26.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  GSEABase
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.26.0
Release:          1
Summary:          Gene set enrichment data structures and methods
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-BiocGenerics R-Biobase R-annotate R-methods R-graph 
Requires:         R-AnnotationDbi R-XML 
Requires:         R-hgu95av2.db R-GO.db R-org.Hs.eg.db R-Rgraphviz
BuildRequires:    R-devel Rmath-devel R-BiocGenerics R-Biobase R-annotate R-methods R-graph
BuildRequires:    R-AnnotationDbi R-XML 
BuildRequires:   R-hgu95av2.db R-GO.db R-org.Hs.eg.db R-Rgraphviz 
%description
This package provides classes and methods to support Gene Set Enrichment
Analysis (GSEA).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/UnitTests
%{rlibdir}/%{packname}/extdata

%changelog
* Tue Sep 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.26.0-1
+ Revision: 445a8cb
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7425 |14cr|R-gsl-1.9.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname gsl
%global rlibdir %{_libdir}/R/library

Name: R-%{packname}
Version: 1.9.10
Release: 2
Summary: Wrapper for the Gnu Scientific Library
Group: Sciences/Mathematics
License: GPLv2+
URL: http://cran.r-project.org/web/packages/%{packname}/index.html
Source0: http://cran.r-project.org/src/contrib/gsl_1.9-10.tar.gz
Requires: R-core 
BuildRequires: R-devel texlive-collection-latex 
%ifarch i586
Requires: libgsl0 >= 1.12
BuildRequires: libgsl0 >= 1.12 libgsl-devel
%endif
%ifarch x86_64
Requires: lib64gsl0 >= 1.12
BuildRequires: lib64gsl0 >= 1.12 lib64gsl-devel
%endif

%description
An R wrapper for the special functions and quasi random
number generators of the Gnu Scientific Library
(http://www.gnu.org/software/gsl/). See gsl-package.Rd for
details of overall package organization, and Misc.Rd for some
functions that are widely used in the package, and some tips on installation.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.10-2
+ Revision: f6b619a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7426 |14cr|R-gss-2.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gss
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.1.2
Release:          2
Summary:          General Smoothing Splines


Group:            Sciences/Mathematics
License:          GPLv3
URL:              http://cran.r-project.org/web/packages/gss/index.html
Source0:          http://cran.r-project.org/src/contrib/gss_2.1-2.tar.gz
Requires:         R-core
BuildRequires:    R-devel 
BuildRequires:    pkgconfig(lapack)

%description
A comprehensive package for structural multivariate function 
estimation using smoothing splines.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/gss/CITATION



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-2
+ Revision: 3c1cb0e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7427 |14cr|R-gtable-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gtable
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.1.2
Release:          2
Summary:          Arrange grobs in tables
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-grid

Requires:         R-testthat R-plyr 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-grid

BuildRequires:   R-testthat R-plyr 
%description
Tools to make it easier to work with "tables" of grobs.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/tests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-2
+ Revision: d3920f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7428 |14cr|R-gtools-3.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gtools
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.3.0
Release:          2
Summary:          Various R programming tools
Group:            Sciences/Mathematics
License:          LGPL-2.1
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gtools_3.3.0.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
Various R programming tools

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.0-2
+ Revision: 247eb22
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7429 |14cr|R-gWidgets-0.0.52-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  gWidgets
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.0.52
Release:          4
Summary:          gWidgets API for building toolkit-independent, interactive GUIs
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gWidgets_0.0-52.tar.gz
Requires:         R-methods R-utils R-cairoDevice
%if %{without bootstrap}
Requires:         R-gWidgetsRGtk2 R-gWidgetstcltk
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-utils R-cairoDevice
%if %{without bootstrap}
BuildRequires:    R-gWidgetsRGtk2 R-cairoDevice R-gWidgetstcltk
%endif
BuildRequires:    x11-server-xvfb

%description
gWidgets provides a toolkit-independent API for building interactive GUIs.
Atleast one of the gWidgetsXXX packages, such as gWidgetstcltk, needs to
be installed. Some icons are on loan from the scigraphica project

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
xvfb-run %{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/images
%{rlibdir}/%{packname}/install
%{rlibdir}/%{packname}/tests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.52-4
+ Revision: c9b1aae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7430 |14cr|R-gWidgetsRGtk2-0.0.82-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gWidgetsRGtk2
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.0.82
Release:          2
Summary:          Toolkit implementation of gWidgets for RGtk2
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gWidgetsRGtk2_0.0-82.tar.gz
Requires:         R-methods R-gWidgets R-RGtk2 R-cairoDevice
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-gWidgets R-RGtk2  R-cairoDevice
BuildRequires:    gtk2-devel

%description
Port of gWidgets API to RGtk2

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/images


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.82-2
+ Revision: 2fc949d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7431 |14cr|R-gWidgetstcltk-0.0.54-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gWidgetstcltk
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.0.54
Release:          3
Summary:          Toolkit implementation of gWidgets for tcltk package
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gWidgetstcltk_0.0-54.tar.gz
Requires:         R-methods R-gWidgets R-tcltk R-tcltk2 R-digest
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-gWidgets R-tcltk R-tcltk2 R-digest
BuildRequires:    x11-server-xvfb

%description
Port of the gWidgets API to the tcltk package. Requires TK 8.5 or greater
for the tile (ttk)widgets http://www.tcl.tk/software/tcltk/8.5.tml. This
is the default on Windows. Under linux, Tk must be installed. Under Mac OS
X (10.5) there are two options: native Tk or X11. For the native one, Tk
must be upgraded. See www.tcl.tk to download source. Under the Mac it
compiles and installs cleanly. For X11, tcltk libraries can be downloaded
to augment the R binary package. See
http://cran.r-project.org/bin/macosx/tools/. The gdf function requires the
add on Tk package TkTable (http://tktable.sourceforge.net/).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/images
%{rlibdir}/%{packname}/tcl
%{rlibdir}/%{packname}/tklibs
%{rlibdir}/%{packname}/*.tcl
%{rlibdir}/%{packname}/ChangeLog

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.54-3
+ Revision: 3494e0e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7432 |14cr|rhapsody-0.28b-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	rhapsody
%define version 0.28b
%define release 6

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:    Text mode irc client with menu interface
License:	GPL
Url:		http://%{name}.sf.net/
Group:     	Networking/IRC
Source0:    	%{name}_%{version}.tar.bz2
BuildRoot: 	%{_tmppath}/%{name}-buildroot
BuildRequires:	ncurses-devel
%description
Rhapsody is a text console IRC client for Unix operating systems. 
It is small, fast, portable and easy to use, yet it is full featured. The thing
that separates it from the crowd is its intuitive menu driven user interface.

%prep
%setup -q

%build
./configure -i $RPM_BUILD_ROOT/%_bindir -d %_datadir/%name
make clean
%make

%install
rm -rf $RPM_BUILD_ROOT
perl -pi -e "s|INSTDOCSPATH=(.*)|INSTDOCSPATH=$RPM_BUILD_ROOT\$1|" src/Makefile.inc
%make install
chmod  0644 $RPM_BUILD_ROOT/%_datadir/%{name}/*/*

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root, 0755)
%doc docs/* 
%{_bindir}/*
%_datadir/%{name}/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.28b-6
+ Revision: c2f93cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7433 |14cr|R-heplots-1.0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  heplots
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.11
Release:          3
Summary:          Visualizing Hypothesis Tests in Multivariate Linear Models
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-11.tar.gz

Requires:         R-car R-graphics R-stats R-MASS 

Requires:         R-rgl R-effects R-reshape R-gplots R-nlme R-lattice R-reshape2 R-corrgram R-FRB R-animation 
Requires:         R-candisc
BuildRequires:    R-devel Rmath-devel texlive-latex R-car R-graphics R-stats R-MASS

BuildRequires:   R-rgl R-effects R-reshape R-gplots R-nlme R-lattice R-reshape2 R-corrgram R-FRB R-animation 
BuildRequires:  R-candisc

%description
Provides HE plot functions for visualizing hypothesis tests in
multivariate linear models. They represents sums-of-squares-and-products
matrices for linear hypotheses and for error using ellipses (in two
dimensions) and ellipsoids (in three dimensions).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Disable for now; TODO: try with xvfb
# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.11-3
+ Revision: eb7cb33
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7434 |14cr|R-hergm-1.3.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hergm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.3.11
Release:          2
Summary:          Hierarchical Exponential-Family Random Graph Models

Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/hergm_1.3-11.tar.gz
Requires:         R-ergm R-snow 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-ergm R-snow

%description
The R package 'hergm' implements Hierarchical Exponential-Family Random
Graph Models (HERGMs), which can be used to model a wide range of
relational data (networks). 'hergm' implements both simulation and
Bayesian inference.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.11-2
+ Revision: 4477d1e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7435 |14cr|R-hexbin-1.26.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hexbin
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.26.3
Release:          2
Summary:          Hexagonal Binning Routines
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/hexbin_1.26.3.tar.gz
Requires:         R-methods R-grid R-lattice R-graphics R-grDevices
Requires:         R-stats R-utils R-marray R-affy R-Biobase
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-grid R-lattice R-graphics R-grDevices
BuildRequires:    R-stats R-utils R-marray R-affy R-Biobase

%description
Binning and plotting functions for hexagonal bins. Now uses and relies on
grid graphics and formal (S4) classes and methods.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.26.3-2
+ Revision: 305608c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7436 |14cr|R-hgu133acdf-2.13.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hgu133acdf
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.13.0
Release:          2
Summary:          hgu133acdf
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/hgu133acdf_2.13.0.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-utils R-AnnotationDbi 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-utils R-AnnotationDbi

%description
A package containing an environment representing the HG-U133A.cdf file.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.13.0-2
+ Revision: 37e0d27
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7437 |14cr|R-hgu133a.db-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hgu133a.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          Affymetrix Human Genome U133 Set annotation data (chip hgu133a)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/hgu133a.db_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods R-AnnotationDbi R-org.Hs.eg.db 
Requires:         R-methods R-AnnotationDbi 
Requires:         R-annotate 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-AnnotationDbi R-org.Hs.eg.db
BuildRequires:    R-methods R-AnnotationDbi 
BuildRequires:    R-annotate 

%description
Affymetrix Human Genome U133 Set annotation data (chip hgu133a) assembled
using data from public repositories

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: b23009c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7438 |14cr|R-hgu133aprobe-2.13.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hgu133aprobe
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.13.0
Release:          2
Summary:          Probe sequence data for microarrays of type hgu133a
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/hgu133aprobe_2.13.0.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-AnnotationDbi 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-AnnotationDbi

%description
This package was automatically created by package AnnotationDbi version
1.15.34. The probe sequence data was obtained from
http://www.affymetrix.com. The file name was HG-U133A\_probe\_tab.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.13.0-2
+ Revision: deb9029
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7439 |14cr|R-hgu133plus2.db-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hgu133plus2.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          Affymetrix Human Genome U133 Plus 2.0 Array annotation data (chip hgu133plus2)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/hgu133plus2.db_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods R-AnnotationDbi R-org.Hs.eg.db 
Requires:         R-methods R-AnnotationDbi 
Requires:         R-annotate 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-AnnotationDbi R-org.Hs.eg.db
BuildRequires:    R-methods R-AnnotationDbi 
BuildRequires:    R-annotate 

%description
Affymetrix Human Genome U133 Plus 2.0 Array annotation data (chip
hgu133plus2) assembled using data from public repositories

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: 61b115d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7440 |14cr|R-hgu95av2cdf-2.13.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hgu95av2cdf
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.13.0
Release:          2
Summary:          hgu95av2cdf
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/hgu95av2cdf_2.13.0.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-utils R-AnnotationDbi 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-utils R-AnnotationDbi

%description
A package containing an environment representing the HG_U95Av2.CDF file.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.13.0-2
+ Revision: 6459dd8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7441 |14cr|R-hgu95av2.db-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hgu95av2.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          Affymetrix Human Genome U95 Set annotation data (chip hgu95av2)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/hgu95av2.db_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods R-AnnotationDbi R-org.Hs.eg.db 
Requires:         R-methods R-AnnotationDbi 
Requires:         R-annotate 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-AnnotationDbi R-org.Hs.eg.db
BuildRequires:    R-methods R-AnnotationDbi 
BuildRequires:    R-annotate 

%description
Affymetrix Human Genome U95 Set annotation data (chip hgu95av2) assembled
using data from public repositories

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: 04dee12
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7442 |14cr|R-hgu95av2probe-2.13.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hgu95av2probe
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.13.0
Release:          2
Summary:          Probe sequence data for microarrays of type hgu95av2
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/hgu95av2probe_2.13.0.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-AnnotationDbi 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-AnnotationDbi

%description
This package was automatically created by package AnnotationDbi version
1.15.34. The probe sequence data was obtained from
http://www.affymetrix.com. The file name was HG\_U95Av2\_probe\_tab.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.13.0-2
+ Revision: 3545b21
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7443 |14cr|R-highlight-0.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  highlight
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.4.4
Release:          1
Summary:          Syntax highlighter
Group:            Sciences/Mathematics
License:          GPLv3+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz


Requires:         R-grDevices R-tools 

BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-grDevices R-tools 

%description
Syntax highlighter for R code based on the results of the R parser.
Rendering in HTML and latex markup. Custom Sweave driver performing syntax
highlighting of R code chunks

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/highlight
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/rook
%{rlibdir}/%{packname}/stylesheet

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-1
+ Revision: f1bfea1
- Added tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7444 |14cr|R-highr-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  highr
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.3
Release:          3
Summary:          Syntax highlighting for R
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-knitr R-testit 
BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-knitr R-testit 

%description
This package provides syntax highlighting for R source code. Currently it
supports LaTeX and HTML output. Source code of other languages can be
supported via Andre Simon's Highlight package.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-3
+ Revision: 8a94f71
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7445 |14cr|R-hmeasure-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hmeasure
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.0
Release:          2
Summary:          The H-measure and other scalar classification performance metrics
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz



Requires:         R-MASS R-class 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

BuildRequires:   R-MASS R-class 
%description
Scalar performance metrics, including the H-measure, based on
classification scores for several classifiers applied to the same dataset.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 8589bc3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7446 |14cr|R-Hmisc-3.12.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  Hmisc
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.12.2
Release:          4
Summary:          Harrell Miscellaneous
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Hmisc_3.12-2.tar.gz
Requires:         R-methods R-survival R-lattice R-cluster R-Formula
%if %{without bootstrap}
Requires:         R-grid R-nnet R-foreign R-chron R-acepack R-subselect R-tree
Requires:         R-TeachingDemos R-rms R-mice
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-survival R-lattice R-cluster R-Formula
%if %{without bootstrap}
BuildRequires:    R-grid R-nnet R-foreign R-chron R-acepack R-subselect R-tree
BuildRequires:    R-TeachingDemos R-rms R-mice
%endif

%description
The Hmisc library contains many functions useful for data analysis,
high-level graphics, utility operations, functions for computing sample
size and power, importing datasets, imputing missing values, advanced
table making, variable clustering, character string manipulation,
conversion of S objects to LaTeX code, and recoding variables.  Please
submit bug reports to 'http://biostat.mc.vanderbilt.edu/trac/Hmisc'.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/todo
%doc %{rlibdir}/%{packname}/CHANGELOG
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/THANKS
%doc %{rlibdir}/%{packname}/WISHLIST
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.12.2-4
+ Revision: 7ce7914
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7447 |14cr|R-hom.Hs.inp.db-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hom.Hs.inp.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          Homology information for Homo Sapiens from Inparanoid
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/hom.Hs.inp.db_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods R-AnnotationDbi 
Requires:         R-methods R-AnnotationDbi 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-AnnotationDbi
BuildRequires:    R-methods R-AnnotationDbi 

%description
Homology information for Homo Sapiens from Inparanoid assembled using data
from public repositories

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME appears to hang at 100% cpu forever
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: 0822078
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7448 |14cr|R-Homo.sapiens-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Homo.sapiens
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.1.2
Release:          2
Summary:          Annotation package for the Homo.sapiens object
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-AnnotationDbi R-methods R-OrganismDbi R-GenomicFeatures R-GO.db R-org.Hs.eg.db R-TxDb.Hsapiens.UCSC.hg19.knownGene 
Requires:         R-GenomicFeatures R-AnnotationDbi 

BuildRequires:    R-devel Rmath-devel texlive-latex R-AnnotationDbi R-methods R-OrganismDbi R-GenomicFeatures R-GO.db R-org.Hs.eg.db R-TxDb.Hsapiens.UCSC.hg19.knownGene
BuildRequires:    R-GenomicFeatures R-AnnotationDbi 

%description
Contains the Homo.sapiens object to access data from several related
annotation packages.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-2
+ Revision: c1b32b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7449 |14cr|R-HSAUR-1.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  HSAUR
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.3.3
Release:          2
Summary:          A Handbook of Statistical Analyses Using R
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/HSAUR_1.3-3.tar.gz
Requires:         R-lattice R-MASS R-scatterplot3d 
Requires:         R-ape R-coin R-flexmix R-gee R-ipred R-lme4 R-mclust R-party R-randomForest R-rmeta R-vcd R-survival R-KernSmooth R-rpart R-mvtnorm R-Matrix R-boot 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-lattice R-MASS R-scatterplot3d
BuildRequires: R-TH.data
Requires: R-TH.data
BuildRequires:    R-ape R-coin R-flexmix R-gee R-ipred R-lme4 R-mclust R-party R-randomForest R-rmeta R-vcd R-survival R-KernSmooth R-rpart R-mvtnorm R-Matrix R-boot 

%description
Functions, data sets, analyses and examples from the book `A Handbook of
Statistical Analyses Using R' (Brian S. Everitt and Torsten Hothorn,
Chapman & Hall/CRC, 2006). The first chapter of the book, which is
entitled `An Introduction to R', is completely included in this package,
for all other chapters, a vignette containing all data analyses is

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/cache
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/rawdata

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-2
+ Revision: 51eebcb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7450 |14cr|R-hu6800.db-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hu6800.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          Affymetrix HuGeneFL Genome Array annotation data (chip hu6800)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/hu6800.db_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods R-AnnotationDbi R-org.Hs.eg.db 
Requires:         R-methods R-AnnotationDbi 
Requires:         R-annotate 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-AnnotationDbi R-org.Hs.eg.db
BuildRequires:    R-methods R-AnnotationDbi 
BuildRequires:    R-annotate 

%description
Affymetrix HuGeneFL Genome Array annotation data (chip hu6800) assembled
using data from public repositories

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: 4a3bebf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7451 |14cr|R-human.db0-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  human.db0
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          Base Level Annotation databases for human
Group:            Sciences/Mathematics
License:          The Artistic License, Version 2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/human.db0_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods R-AnnotationDbi 
Requires:         R-methods R-AnnotationDbi 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-AnnotationDbi
BuildRequires:    R-methods R-AnnotationDbi 

%description
Base annotation databases for human, intended ONLY to be used by
AnnotationDbi to produce regular annotation packages.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: 4622e73
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7452 |14cr|R-humanStemCell-0.2.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  humanStemCell
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.2.9
Release:          2
Summary:          Human Stem Cells time course experiment
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/experiment/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/experiment/src/contrib/humanStemCell_0.2.9.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-Biobase R-hgu133plus2.db 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-Biobase R-hgu133plus2.db

%description
Affymetrix time course experiment on human stem cells (two time points:
undifferentiated and differentiated).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/script



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.9-2
+ Revision: bd7fc55
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7453 |14cr|R-hwriter-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hwriter
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.3
Release:          3
Summary:          HTML Writer - Outputs R objects in HTML format
Group:            Sciences/Mathematics
License:          LGPL-2.1
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildRequires:    R-devel Rmath-devel texlive

%description
Easy-to-use and versatile functions to output R objects in HTML format

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/images
%{rlibdir}/%{packname}/scripts


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-3
+ Revision: 1209fc5
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7454 |14cr|rhyme-0.9-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A rhyming dictionary
Name:		rhyme
Version:	0.9
Release:	9
License:	GPL+
Group:		Databases
URL:		http://rhyme.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Patch:      rhyme-0.9-fix-format-errors.patch
BuildRequires:	python
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel
BuildRequires:	gdbm-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A command-line based rhyming dictionary supporting about 127,000
English words.

%prep
%setup -q
%patch -p 1

# fix strange file perms
chmod 644 *

%build
make LIBS='-lgdbm -lreadline -lncurses' FLAGS='%{optflags}'

# Tue Dec 11 2001 Oden Eriksson
# I suppose it would be possible to do a devel package too,
# but that would require some additional code to keep the *.txt
# compressed...

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}
install -m 644 %{name}.1 -D %{buildroot}%{_mandir}/man1/%{name}.1
install -m 644 words.db -D %{buildroot}%{_datadir}/%{name}/words.db
install -m 644 rhymes.db -D %{buildroot}%{_datadir}/%{name}/rhymes.db
install -m 644 multiple.db -D %{buildroot}%{_datadir}/%{name}/multiple.db

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc INSTALL
%{_bindir}/*
%{_datadir}/%{name}/*
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-9
+ Revision: 94fdfad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7455 |14cr|R-igraph0-0.5.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname igraph0
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.5.7
Release:          2
Summary:          Network analysis and visualization, old, deprecated package
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.5.7.tar.gz
Requires:         R-stats R-stats4 R-rgl R-tcltk R-RSQLite R-digest R-graph R-Matrix
%ifarch i586
Requires:         libgmp10 libxml2
BuildRequires:    libgmp10 libxml2
%endif
%ifarch x86_64
Requires:         lib64gmp10 libxml2
BuildRequires:    lib64gmp10 libxml2
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-stats R-stats4 R-rgl R-tcltk R-RSQLite R-digest R-graph R-Matrix

%description
Network analysis package, old, deprecated version.
igraph0 is the old version of the igraph package, kept alive
temporarily, for compatibility reasons. In this package,
vertices and edges are indexed from zero, whereas in ’igraph’,
starting from version 0.6, they are indexed from one. Please do
not use this package for new projects.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/AUTHORS
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/html_library.license.terms
%doc %{rlibdir}/%{packname}/html_library.tcl
%doc %{rlibdir}/%{packname}/my_html_library.tcl
%doc %{rlibdir}/%{packname}/tkigraph_help
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/igraph.gif
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.7-2
+ Revision: 6003b23
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7456 |14cr|R-igraph-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  igraph
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.7.0
Release:          2
Summary:          Network analysis and visualization
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/igraph_0.7.0.tar.gz
Requires:         R-stats 
Requires:         R-stats4 R-rgl R-tcltk R-RSQLite R-digest R-graph R-Matrix 
Requires:    	  R-igraphdata R-jpeg R-png R-ape
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats
BuildRequires:    R-stats4 R-rgl R-tcltk R-RSQLite R-digest R-graph R-Matrix 
BuildRequires:    R-igraphdata R-jpeg R-png R-ape
BuildRequires:    libxml2-devel
BuildRequires:    gmp-devel
BuildRequires:    pkgconfig(lapack)

%description
Routines for simple graphs and network analysis. igraph can handle large
graphs very well and provides functions for generating random and regular
graphs, graph visualization, centrality indices and much more.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/AUTHORS
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/*.gif
%{rlibdir}/%{packname}/*.terms
%{rlibdir}/%{packname}/*.tcl
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/tests
%{rlibdir}/%{packname}/tkigraph_help
%{rlibdir}/igraph/benchmarks/time_sir.R




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 0972172
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7457 |14cr|R-igraphdata-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  igraphdata
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.2
Release:          2
Summary:          A collection of network data sets for the igraph package
Group:            Sciences/Mathematics
License:          CC BY-SA 2.0 + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/igraphdata_0.2.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-igraph0 R-igraph 
BuildRequires:    R-devel Rmath-devel texlive
BuildRequires:   R-igraph0 R-igraph 

%description
A small collection of various network data sets, to use with the igraph
package. They also work with the igraph0 package.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/getdata.R



%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-2
+ Revision: eafde47
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7458 |14cr|ri-li-2.0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Ri-li

Summary:	A toy wood train kit game
Name:		ri-li
Version:	2.0.1
Release:	8
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.ri-li.org
Source0:	http://surfnet.dl.sourceforge.net/sourceforge/ri-li/%{oname}-%{version}.tar.bz2
Patch0:		ri-li_makefile.in.patch
Patch1:		ri-li_makefile.am.patch
Patch2:		ri-li-2.0.1-gcc43.patch
BuildRequires:	dos2unix
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)

%description
You drive a toy wood engine in many levels and you must collect all the coaches
to win. Full-featured, 8 languages: Arabic, Chinese, English, French, German,
Japanese, Russian, Spanish. Colorful animated wood engine, 40 levels in this
first version and 3 beautiful musics and many sound effects.

%files
%doc README COPYING AUTHORS NEWS COPYING.Music
%{_gamesbindir}/Ri_li
%{_gamesdatadir}/%{oname}/levels.dat
%{_gamesdatadir}/%{oname}/sprites.dat
%{_gamesdatadir}/%{oname}/Ri-li-icon-*.png
%{_gamesdatadir}/%{oname}/*.ico
%{_gamesdatadir}/%{oname}/Sounds/*
%{_gamesdatadir}/%{oname}/language.*
%{_iconsdir}/%{oname}*.png
%{_miconsdir}/%{oname}*.png
%{_liconsdir}/%{oname}*.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p0
%patch1 -p0
%patch2 -p0
dos2unix README COPYING AUTHORS NEWS COPYING.Music

%build
autoreconf -fi
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_gamesdatadir}/%{oname}/COPYING.Music

install -m644 data/Ri-li-icon-16x16.png -D %{buildroot}%{_miconsdir}/%{oname}.png
install -m644 data/Ri-li-icon-32x32.png -D %{buildroot}%{_iconsdir}/%{oname}.png
install -m644 data/Ri-li-icon-48x48.png -D %{buildroot}%{_liconsdir}/%{oname}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Ri-li
Comment=Ri-li arcade game
Exec=%{_gamesbindir}/Ri_li
Icon=%{_gamesdatadir}/%{oname}/%{oname}-icon-48x48.png
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


%changelog
* Thu Aug 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.1-8
+ Revision: e131ddc
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7459 |14cr|R-ineq-0.2.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ineq
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.2.12
Release:          2
Summary:          Measuring Inequality, Concentration, and Poverty

Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/ineq_0.2-12.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-stats R-graphics R-grDevices 
Requires:         R-stats R-graphics R-grDevices 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats R-graphics R-grDevices
BuildRequires:    R-stats R-graphics R-grDevices 

%description
Inequality, concentration, and poverty measures. Lorenz curves (empirical
and theoretical).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.12-2
+ Revision: 842bd9e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7460 |14cr|R-inline-0.3.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  inline
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.3.13
Release:          2
Summary:          Inline C, C++, Fortran function calls from R
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/inline_0.3.13.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods 
%if %{without bootstrap}
Requires:         R-Rcpp 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
%if %{without bootstrap}
BuildRequires:    R-Rcpp 
%endif

%description
Functionality to dynamically define R functions and S4 methods with
in-lined C, C++ or Fortran code supporting .C and .Call calling

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%if %{without bootstrap}
#%check
#%{_bindir}/R CMD check %{packname}
#%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
# %doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{_datadir}/R/library/inline/NEWS.Rd



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.13-2
+ Revision: 579d709
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7461 |14cr|rio500-0.9.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name}_ %{major}
%define develname	%mklibname %{name} -d

Summary:	Utilities for accessing a Rio 500 player
Name:		rio500
Version:	0.9.1
Release:	7
License:	GPLv2+
Group:		Sound
Source0:	http://downloads.sourceforge.net/rio500/%{name}-%{version}.tar.bz2
Patch:		rio500-0.9.1-format-strings.patch
URL:		http://rio500.sourceforge.net/
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libusb)
Obsoletes:	rio500-utils < %{version}-%{release}
Obsoletes:	rio500-share < %{version}-%{release}
Conflicts:	rio500-share < %{version}-%{release}

%description 
The Rio 500 support package consists of a static library (librio500)
containing low level rio access routines and a number of command
line utilities. These utilities will allow you to format the
memory in your rio, add/delete folders, and add/delete songs.

%package -n %{libname}
Summary:	Shared library for rio500
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library from the rio500 application
for accessing the Rio 500 music player.

%package -n %{develname}
Summary:	Development headers and static library for rio500
Group:		Development/C
Requires:	%{libname} = %{version}
Obsoletes:	rio500-devel <= %{version}-%{release}

%description -n %{develname}
This package includes the header files and libraries needed for
developing programs accessing a Rio 500.

%prep
%setup -q
%patch -p1

%build
export CFLAGS="%{optflags} -fPIC -DPIC"
%configure2_5x --with-id3support

%make

%install
%{makeinstall_std}

%find_lang %{name}

%clean

%files -f %{name}.lang
%defattr(-, root, root)
%doc AUTHORS ChangeLog INSTALL NEWS README TODO
%{_bindir}/*
%{_mandir}/*/*
%{_sysconfdir}/udev/rules.d/60-rio500.rules
%{_datadir}/hal/fdi/information/20thirdparty/10-usb-music-players-rio500.fdi
%{_datadir}/%{name}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog INSTALL NEWS README TODO
%{_libdir}/lib%{name}.*a
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/rio500




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-7
+ Revision: da3b471
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7462 |14cr|rioutil-1.5.1-0.54.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn	54

%define release		
%define distname	%{name}-%{svn}.tar.lzma

%define major		1
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name: 	 	rioutil
Summary: 	File transfer utility for newer RIO MP3 players
Version: 	1.5.1
Release: 	0.%{svn}.4
Source0:	http://downloads.sourceforge.net/%{name}/%{distname}
URL:		http://rioutil.sourceforge.net/
License:	GPLv2+
Group:		Sound
BuildRequires:	libusb-devel

%description
RioUtil is a utility designed for the use of interfacing with Rio's third,
fourth, and fifth generations of portable mp3 players:
Rio 600/800/900/S-Series/Riot/Nike psa[play/Fuse/Chiba/Cali/Nitrus.

It goes beyond the originally packaged software by providing downloading.

%package -n 	%{libname}
Summary:        Dynamic libraries from %{name}
Group:          System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%package -n 	%{develname}
Summary: 	Header files and static libraries from %{name}
Group: 		Development/C
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes: 	%{name}-devel
Obsoletes:	%{mklibname rioutil 1 -d}

%description -n %{develname}
Libraries and includes files for developing programs based on %{name}.

%prep
%setup -q -n %{name}-1.x

%build
sed -i -e 's,$(prefix)/lib,%{_libdir},g' Makefile.am librioutil/Makefile.am
./autogen.sh
%configure2_5x
%make
										
%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog NEWS TODO README
%{_bindir}/%{name}
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.*a
%{_libdir}/*.so

%changelog
* Fri Mar 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-0.54.4
+ Revision: 31f4732
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7463 |14cr|R-iplots-1.1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  iplots
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.1.7
Release:          2
Summary:          iPlots - interactive graphics for R
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/iplots_1.1-7.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods R-rJava 
Requires:         R-maps R-MASS R-png
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-rJava
BuildRequires:    R-maps R-MASS R-png
BuildRequires:    java-rpmbuild
BuildRequires:    x11-server-xvfb

%description
Interactive plots for R

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css
mkdir -p %{buildroot}%{_javadir}/iplots.jar
ln -sf %{rlibdir}/java/iplots.jar %{buildroot}%{_javadir}/iplots.jar

# FIXME wants to test (disabled/removed dependency) R-CarbonEL OS-X interface
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/java
%{_javadir}/iplots.jar





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.7-2
+ Revision: 7b12978
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7464 |14cr|ripmime-1.4.0.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname %mklibname ripmime %{major}
%define develname %mklibname ripmime -d

Summary:	Extracts attachments out of mailpack format emails
Name:		ripmime
Version:	1.4.0.10
Release:	3
License:	BSD
Group:		Networking/Mail
URL:		http://www.pldaniels.com/ripmime/
Source0:	http://www.pldaniels.com/ripmime/%{name}-%{version}.tar.gz
Patch0:		ripmime-shared.diff
Patch1:		ripmime-1.4.0.10-buffer_overflow.diff
BuildRequires:	autoconf automake libtool
BuildRequires:	ripole-devel

%description
ripMIME is a small program which has been developed as part of the
commercial Xamime development (http://www.xamime.com).

ripMIME has been written with one sole purpose in mind, to extract
the attached files out of a MIME encoded email package.

%package -n	%{libname}
Summary:	Shared %{name} library
Group:          System/Libraries

%description -n	%{libname}
ripMIME is a small program which has been developed as part of the
commercial Xamime development (http://www.xamime.com).

ripMIME has been written with one sole purpose in mind, to extract
the attached files out of a MIME encoded email package.

This package provides the shared %{name} library.

%package -n	%{develname}
Summary:	Development files for the %{name} library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Provides:	lib%{name}-devel = %{version}
Requires:	%{libname} >= %{version}
Obsoletes:	%{mklibname ripmime 1 -d}

%description -n	%{develname}
ripMIME is a small program which has been developed as part of the
commercial Xamime development (http://www.xamime.com).

ripMIME has been written with one sole purpose in mind, to extract
the attached files out of a MIME encoded email package.

This package provides development files for the %{name} library.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0
%patch1 -p0

%build

%make \
    CFLAGS="%{optflags}" \
    libdir=%{_libdir} LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

%makeinstall_std \
    bindir=%{_bindir} \
    includedir=%{_includedir} \
    libdir=%{_libdir} \
    mandir=%{_mandir}

# cleanups
rm -f %{buildroot}%{_libdir}/*.*a

%files
%doc CHANGELOG CONTRIBUTORS INSTALL LICENSE README
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc TODO
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0.10-3
+ Revision: e211567
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7465 |14cr|ripperx-2.7.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	ripperX

Summary:	GTK program to rip CD audio and encode mp3s
Name:		ripperx
Version:	2.7.0
Release:	6
License:	GPL
Group:		Sound
Requires:	cdparanoia
BuildRequires:	gtk+-devel >= 1.2
BuildRequires:	libid3-devel
BuildRequires:	desktop-file-utils
Source0:	%{oname}-%{version}.tar.bz2
Source11:	%{oname}-48.png
Source12:	%{oname}-32.png
Source13:	%{oname}-16.png
Patch2:		%{oname}-2.7.0-cdplay-command.patch
Patch3:		ripperX-2.7.0-fix-format-errors.patch
Patch4:		ripperX-2.7.0-fix-linking.patch
URL:		http://sourceforge.net/projects/ripperx/
Provides:	%{oname}
Obsoletes:	%{oname}

%description
GTK program to rip CD audio and encode mp3s. Supports parallel
ripping/encoding, has plugins for cdparanoia, BladeEnc, Lame, 
GoGo, FHG (l3enc and mp3enc), XingMp3enc, 8hz-mp3, and the 
ISO encoder.  Also has support for CDDB and ID3 tags.

%prep
%setup -q -n %{oname}-%{version}
%patch2 -p1
%patch3 -p1
%patch4 -p1

perl -pi -e 's/MultipleArgs=false\n//' ripperX.desktop

%build
%configure
%make


%install
%makeinstall

install -m644 src/xpms/%{oname}-icon.xpm -D %{buildroot}%{_datadir}/pixmaps/%{oname}-icon.xpm
desktop-file-install --vendor="" \
	--dir=%{buildroot}%{_datadir}/applications/ \
	--add-category="AudioVideo;Audio;" \
	%{oname}.desktop

#icon
install -m644 %{SOURCE11} -D %{buildroot}/%{_liconsdir}/%{oname}.png
install -m644 %{SOURCE12} -D %{buildroot}/%{_iconsdir}/%{oname}.png
install -m644 %{SOURCE13} -D %{buildroot}/%{_miconsdir}/%{oname}.png
 
%clean

%files
%doc FAQ README README.plugin README.plugin_spec_v0.1 README.plugin_tester TODO CHANGES COPYING BUGS
%{_bindir}/%{oname}*
%{_iconsdir}/%{oname}.png
%{_liconsdir}/%{oname}.png
%{_miconsdir}/%{oname}.png
%{_datadir}/pixmaps/%{oname}-icon.xpm
%{_datadir}/applications/%{oname}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.0-6
+ Revision: cb5ca27
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7466 |14cr|R-ipred-0.9.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ipred
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9.3
Release:          2
Summary:          Improved Predictors
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/ipred_0.9-3.tar.gz

Requires:         R-rpart R-MASS R-mlbench R-survival R-nnet R-class 
Requires:         R-mvtnorm 
Requires:         R-prodlim
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-rpart R-MASS R-mlbench R-survival R-nnet R-class
BuildRequires: R-TH.data
Requires: R-TH.data
BuildRequires:    R-mvtnorm 
BuildRequires:    R-prodlim

%description
Improved predictive models by indirect classification and bagging for
classification, regression and survival problems as well as resampling
based estimators of prediction error.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/ipred/COPYRIGHTS



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-2
+ Revision: 1bb89f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7467 |14cr|R-IRanges-1.20.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  IRanges
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.20.6
Release:          2
Summary:          Infrastructure for manipulating intervals on sequences
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/IRanges_%{version}.tar.gz
Requires:         R-methods R-utils R-stats
Requires:         R-RUnit 
Requires:	  R-BiocGenerics
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-utils R-stats
BuildRequires:    R-methods R-utils R-stats
BuildRequires:    R-RUnit
BuildRequires:    R-BiocGenerics

%description
The package provides efficient low-level and highly reusable S4 classes
for storing ranges of integers, RLE vectors (Run-Length Encoding), and,
more generally, data that can be organized sequentially (formally defined
as Vector objects), as well as views on these Vector objects. Efficient
list-like classes are also provided for storing big collections of
instances of the basic classes. All classes in the package use consistent
naming and share the same rich and consistent "Vector API" as much as

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/unitTests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.6-2
+ Revision: ab69f9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7468 |14cr|R-isa2-0.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  isa2
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.3.3
Release:          2
Summary:          The Iterative Signature Algorithm
Group:            Sciences/Mathematics
License:          file LICENCE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/isa2_0.3.3.tar.gz
Requires:         R-methods 
Requires:         R-igraph R-biclust R-lattice 
Requires:         R-igraph0
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-igraph R-biclust R-lattice 
BuildRequires:    R-igraph0

%description
The ISA is a biclustering algorithm that finds modules in an input matrix.
A module or bicluster is a block of the reordered input matrix.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-2
+ Revision: d9b66f8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7469 |14cr|ristretto-0.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A picture viewer for the Xfce desktop environment
Name:		ristretto
Version:	0.6.3
Release:	2
License:	GPLv2+
Group:		Graphics
URL:		http://goodies.xfce.org/projects/applications/ristretto
Source0:	http://archive.xfce.org/src/apps/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	gtk+2-devel
BuildRequires:	libxfce4util-devel
BuildRequires:	dbus-glib-devel
BuildRequires:	cairo-devel
BuildRequires:	desktop-file-utils
BuildRequires:	libexif-devel
BuildRequires:	libxfce4ui-devel
BuildRequires:	xfconf-devel
BuildRequires:	exo-devel
Requires(post):	desktop-file-utils
Requires(postun): desktop-file-utils
Requires:	xfconf

%description
Ristretto is a fast and lightweight picture-viewer for the 
Xfce desktop environment.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install \
	--add-only-show-in="XFCE" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS README ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.3-2
+ Revision: e788803
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7470 |14cr|R-ISwR-2.0_6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ISwR
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.0_6
Release:          3
Summary:          Introductory Statistics with R
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2.0-6.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-survival 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex 
BuildRequires:    R-survival 
BuildRequires:    pkgconfig(lapack)

%description
Data sets and scripts for text examples and exercises in P. Dalgaard
(2008), `Introductory Statistics with R', 2nd ed., Springer Verlag, ISBN

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/rawdata
%{rlibdir}/%{packname}/scripts



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0_6-3
+ Revision: 782f672
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7471 |14cr|R-iterators-1.0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with       bootstrap
%global packname  iterators
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.0.6
Release:          3
Summary:          Iterator construct for R
Group:            Sciences/Mathematics
License:          Apache License (== 2.0)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/iterators_1.0.6.tar.gz
Requires:         R-utils 
%if %{with bootstrap}
Requires:         R-RUnit 
%else
Requires:         R-foreach R-RUnit 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-utils
%if %{with bootstrap}
BuildRequires:    R-RUnit 
%else
BuildRequires:    R-foreach R-RUnit 
%endif

%description
Support for iterators, which allow a programmer to traverse through all
the elements of a vector, list, or other collection of data.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/unitTests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.6-3
+ Revision: fed67a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7472 |14cr|R-itertools-0.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  itertools
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.1.3
Release:          2
Summary:          Iterator Tools
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/itertools_0.1-3.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-iterators 
Requires:         R-foreach 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-iterators
BuildRequires:    R-foreach 

%description
Various tools for creating iterators, many patterned after functions in
the Python itertools module, and others patterned after functions in the
'snow' package.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-2
+ Revision: 03fe859
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7473 |14cr|R-its-1.1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  its
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.1.8
Release:          3
Summary:          Irregular Time Series
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods R-stats R-Hmisc 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-stats R-Hmisc

%description
The its package contains an S4 class for handling irregular time series

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/changes
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/dev
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/test



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.8-3
+ Revision: 4433a75
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7474 |14cr|R-JavaGD-0.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  JavaGD
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6.1
Release:          2
Summary:          Java Graphics Device
Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.6-1.tar.gz

Requires:         R-rJava 
BuildRequires:    R-devel Rmath-devel texlive-latex 

BuildRequires:    R-rJava
BuildRequires:    java-rpmbuild

%description
Graphics device routing all graphics commands to a Java program. The
actual functionality of the JavaGD depends on the Java-side
implementation. Simple AWT and Swing implementations are included.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/java
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-2
+ Revision: 09139fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7475 |14cr|R-JGR-1.7.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  JGR
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.7.16
Release:          2
Summary:          JGR - Java GUI for R
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.7-16.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-rJava R-JavaGD R-iplots 

Requires:         R-XLConnect 
BuildRequires:    R-devel Rmath-devel texlive-latex R-rJava R-JavaGD R-iplots

BuildRequires:    R-XLConnect 
BuildRequires:    java-rpmbuild
BuildRequires:    x11-server-xvfb

%description
Java GUI for R - cross-platform, universal and unified Graphical User
Interface for R. For full functionality on Windows and Mac OS X JGR
requires a start application which depends on your OS. This can be
downloaded from JGR website: http://rforge.net/JGR/

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/icons
%{rlibdir}/%{packname}/java
%{rlibdir}/%{packname}/scripts

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.16-2
+ Revision: 23dada0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7476 |14cr|R-jpeg-0.1.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  jpeg
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.1.8
Release:          2
Summary:          Read and write JPEG images
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/jpeg_0.1-8.tar.gz
BuildRequires:    R-devel Rmath-devel texlive
BuildRequires:    jpeg-devel


%description
This package provides an easy and simple way to read, write and display
bitmap images stored in the JPEG format. It can read and write both files
and in-memory raw vectors.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/img
%{rlibdir}/%{packname}/libs


%changelog
* Thu Sep 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8-2
+ Revision: d30db24
- Turn back texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7477 |14cr|R-KEGG.db-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  KEGG.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          A set of annotation maps for KEGG
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/KEGG.db_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods R-AnnotationDbi 
Requires:         R-methods R-AnnotationDbi 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-AnnotationDbi
BuildRequires:    R-methods R-AnnotationDbi 

%description
A set of annotation maps for KEGG assembled using data from KEGG

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: 27ab635
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7478 |14cr|R-Kendall-2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Kendall
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.2
Release:          2
Summary:          Kendall rank correlation and Mann-Kendall trend test
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz


Requires:         R-boot 

BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-boot 

%description
Computes the Kendall rank correlation and Mann-Kendall trend test. See
documentation for use of block bootstrap when there is autocorrelation.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-2
+ Revision: 7146876
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7479 |14cr|R-kernlab-0.9.19-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  kernlab
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9.19
Release:          3
Summary:          Kernel-based Machine Learning Lab
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/kernlab_0.9-19.tar.gz
Requires:         R-methods 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Kernel-based machine learning methods for classification, regression,
clustering, novelty detection, quantile regression and dimensionality
reduction. Among other methods kernlab includes Support Vector Machines,
Spectral Clustering, Kernel PCA and a QP solver.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/COPYRIGHTS

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.19-3
+ Revision: cc919df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7480 |14cr|rkhunter-1.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Rootkit scans for rootkits, backdoors and local exploits
Name:		rkhunter
Version:	1.4.0
Release:	3
License:	GPLv2+
Group:		System/Configuration/Other
URL:		http://rkhunter.sourceforge.net/
Source0:	http://downloads.sourceforge.net/rkhunter/%{name}-%{version}.tar.gz
Source1:	http://downloads.sourceforge.net/rkhunter/%{name}-%{version}.tar.gz.asc
Source2:	rkhunter.cron
Source3:	rkhunter.logrotate
BuildArch:	noarch
Requires:	binutils
Requires:	e2fsprogs
Requires:	webfetch
Suggests:	unhide

%description
Rootkit scanner is scanning tool to ensure you you're clean of known nasty 
tools. This tool scans for rootkits, backdoors and local exploits by running 
tests like:
 - MD5/SHA1 hash compare
 - Look for default files used by rootkits
 - Wrong file permissions for binaries
 - Look for suspected strings in LKM and KLD modules
 - Look for hidden files
 - Optional scan within plaintext and binary files

%prep

%setup -q
chmod -R a+r .

%build

%install
mkdir -p %{buildroot}%{_sysconfdir} %{buildroot}%{_sbindir} \
 %{buildroot}%{_var}/lib/rkhunter/{db/i18n,scripts,tmp} \
 %{buildroot}%{_mandir}/man8
install files/rkhunter %{buildroot}%{_sbindir}/
install -m 644 files/%{name}.conf %{buildroot}%{_sysconfdir}

cat<<EOF>>%{buildroot}%{_sysconfdir}/rkhunter.conf
INSTALLDIR=%{_var}
SCRIPTDIR=%{_var}/lib/rkhunter/scripts
PKGMGR=RPM
# to avoid some false positives...
ALLOWDEVFILE=/dev/shm/pulse-shm-*
ALLOWDEVFILE=/dev/shm/mono.*
ALLOWHIDDENDIR="/etc/.java"
ALLOWHIDDENDIR=/dev/.udev
ALLOWHIDDENDIR=/dev/.udevdb
ALLOWHIDDENDIR=/dev/.udev.tdb
ALLOWHIDDENDIR=/dev/.static
ALLOWHIDDENDIR=/dev/.initramfs
ALLOWHIDDENDIR=/dev/.SRC-unix
ALLOWHIDDENDIR=/dev/.mdadm
ALLOWHIDDENDIR=/dev/.systemd
ALLOWHIDDENDIR=/dev/.mount
ALLOWHIDDENFILE=/usr/share/man/man1/..1%{_extension}
ALLOWHIDDENFILE=/usr/share/man/man1/.nvidia-current-settings.1%{_extension}
ALLOWHIDDENFILE=/usr/share/man/man1/.nvidia-current-smi.1%{_extension}
ALLOWHIDDENFILE=/usr/share/man/man1/.nvidia-current-xconfig.1%{_extension}
ALLOWHIDDENFILE=/usr/share/man/man1/.nvidia96xx-settings.1%{_extension}
ALLOWHIDDENFILE=/usr/share/man/man1/.nvidia96xx-xconfig.1%{_extension}
ALLOWHIDDENFILE=/usr/share/man/man5/.k5login.5%{_extension}
ALLOWHIDDENFILE=/usr/share/man/man5/.k5identity.5%{_extension}
SCRIPTWHITELIST=/usr/bin/GET
SCRIPTWHITELIST=/usr/bin/groups
SCRIPTWHITELIST=/usr/bin/ldd
SCRIPTWHITELIST=/usr/bin/whatis
SCRIPTWHITELIST=/sbin/ifup
SCRIPTWHITELIST=/sbin/ifdown
ALLOWDEVFILE=/dev/shm/pulse-shm-*
ALLOWDEVFILE=/dev/md/md-device-map
# tomboy creates this one
ALLOWDEVFILE="/dev/shm/mono.*"
# created by libv4l
ALLOWDEVFILE="/dev/shm/libv4l-*"
# created by spice video
ALLOWDEVFILE="/dev/shm/spice.*"
EOF

install -m 644 files/*.dat %{buildroot}%{_var}/lib/rkhunter/db
install -m 644 files/i18n/* %{buildroot}%{_var}/lib/rkhunter/db/i18n
install -m 754 files/*.{pl,sh} %{buildroot}%{_var}/lib/rkhunter/scripts
install -m 644 files/rkhunter.8 %{buildroot}%{_mandir}/man8

%{__mkdir_p} %{buildroot}%{_sysconfdir}/cron.daily
%{__install} -m 0755 %{SOURCE2} \
 %{buildroot}%{_sysconfdir}/cron.daily/rkhunter

%{__mkdir_p} %{buildroot}%{_sysconfdir}/logrotate.d
%{__install} -m 0644 %{SOURCE3} \
 %{buildroot}%{_sysconfdir}/logrotate.d/rkhunter

%post
if [ $1 = 1 ]; then
    # create rkhunter.dat
    %{_sbindir}/rkhunter --propupd
    # gather user / group info
    echo "\r"|%{_sbindir}/rkhunter --enable group_changes,passwd_changes
    # Suppress warning on fresh install because of missing copies of passwd 
    # and groups file above
    /bin/true
fi

%files
%doc files/CHANGELOG files/README
%config(noreplace) %{_sysconfdir}/rkhunter.conf
%{_sysconfdir}/cron.daily/rkhunter
%{_sysconfdir}/logrotate.d/rkhunter
%{_sbindir}/*
%{_var}/lib/rkhunter
%{_mandir}/man8/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-3
+ Revision: 25375bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7481 |14cr|R-kinship2-1.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  kinship2
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.5.4
Release:          2
Summary:          Pedigree functions
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/kinship2_1.5.4.tar.gz
Requires:         R-Matrix R-quadprog 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-Matrix R-quadprog

%description
Routines to handle family data with a pedigree object. The initial purpose
was to create correlation structures that describe family relationships
such as kinship and identity-by-descent, which can be used to model family
data in mixed effects models, such as in the coxme function.  Also
includes a tool for pedigree drawing which is focused on producing compact
layouts without intervention.  Recent additions include utilities to trim
the pedigree object with various criteria.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/COPYRIGHT
%{rlibdir}/%{packname}/GPL2.txt
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.4-2
+ Revision: a99c482
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7482 |14cr|R-klaR-0.6.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  klaR
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.6.12
Release:          1
Summary:          Classification and visualization
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.6-12.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-MASS 
Requires:         R-combinat 
Requires:         R-scatterplot3d R-som R-mlbench R-rpart R-e1071 
BuildRequires:    R-devel Rmath-devel R-MASS
BuildRequires:    R-combinat 
BuildRequires:   R-scatterplot3d R-som R-mlbench R-rpart R-e1071 
%description
Miscellaneous functions for classification and visualization developed at
the Fakultaet Statistik, Technische Universitaet Dortmund

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/CITATION

%changelog
* Thu Sep 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.12-1
+ Revision: f0a5904
- Add tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7483 |14cr|R-knitr-1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  knitr
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.5
Release:          2
Summary:          A general-purpose package for dynamic report generation in R
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz


Requires:         R-evaluate R-digest R-formatR R-highr R-markdown R-stringr R-tools 
Requires:         R-testit R-rgl R-codetools R-XML R-RCurl 
BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-evaluate R-digest R-formatR R-highr R-markdown R-stringr R-tools 
BuildRequires:   R-testit R-rgl R-codetools R-XML R-RCurl 

%description
This package provides a general-purpose tool for dynamic report generation
in R, which can be used to deal with any type of (plain text) files,
including Sweave, HTML, Markdown, reStructuredText and AsciiDoc. The
patterns of code chunks and inline R expressions can be customized. R code
is evaluated as if it were copied and pasted in an R terminal thanks to
the evaluate package (e.g. we do not need to explicitly print() plots from
ggplot2 or lattice). R code can be reformatted by the formatR package so
that long lines are automatically wrapped, with indent and spaces being
added, and comments being preserved. A simple caching mechanism is
provided to cache results from computations for the first time and the
computations will be skipped the next time. Almost all common graphics
devices, including those in base R and add-on packages like Cairo,
cairoDevice and tikzDevice, are built-in with this package and it is
straightforward to switch between devices without writing any special
functions. The width and height as well as alignment of plots in the
output document can be specified in chunk options (the size of plots for
graphics devices is still supported as usual). Multiple plots can be
recorded in a single code chunk, and it is also allowed to rearrange plots
to the end of a chunk or just keep the last plot. Warnings, messages and
errors are written in the output document by default (can be turned off).
Currently LaTeX, HTML, Markdown and reST are supported, and other output
formats can be supported by hook functions. The large collection of hooks
in this package makes it possible for the user to control almost
everything in the R code input and output. Hooks can be used either to
format the output or to run a specified R code fragment before or after a
code chunk. The language in code chunks is not restricted to R only (there
is simple support to Python and Awk, etc). Many features are borrowed from
or inspired by Sweave, cacheSweave, pgfSweave, brew and decumar.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/bin
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/misc
%{rlibdir}/%{packname}/opencpu
%{rlibdir}/%{packname}/shiny
%{rlibdir}/%{packname}/themes

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-2
+ Revision: e2dded6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7484 |14cr|R-ks-1.9.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ks
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.9.3
Release:          1
Summary:          Kernel smoothing
Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-KernSmooth R-misc3d R-mvtnorm R-rgl 
Requires:         R-multicool 
Requires:         R-MASS 
BuildRequires:    R-devel Rmath-devel R-KernSmooth R-misc3d R-mvtnorm R-rgl
BuildRequires:    R-multicool 
BuildRequires:   R-MASS 
%description
Kernel smoothers for univariate and multivariate data

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs

%changelog
* Thu Sep 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.3-1
+ Revision: b2b9ef2
- Added tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7485 |14cr|rkward-0.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'libR\\.so|libRblas\\.so|libRlapack\\.so'
%else
%define _requires_exceptions libR.so\\|libRblas.so\\|libRlapack.so
%endif

Summary:	A KDE gui to R language
Name:		rkward
Version:	0.6.1
Release:	2
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://rkward.sourceforge.net
Source0:	https://sourceforge.net/projects/rkward/files/Current_Stable_Releases/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libR)
BuildRequires:	kdelibs4-devel
BuildRequires:	gcc-gfortran
BuildRequires:	desktop-file-utils
BuildRequires:	cmake
Requires:	R-base
Requires:	php-cli
Suggests:	katepart
Obsoletes:	kde4-%{name} < 0.5.1
Provides:	kde4-%{name} = %{version}

%description
RKWard is meant to become an easy to use, transparent frontend to the
R-language, a very powerful, yet hard-to-get-into scripting-language with
a strong focus on statistic functions. It will not only provide a convenient
user-interface, however, but also take care of seamless integration with an
office-suite. Practical statistics is not just about calculating, after all,
but also about documenting and ultimately publishing the results.

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

#(tpg) provide by R-base
rm -rf %{buildroot}%{_libdir}/R/lib/R.css

# provided by katepart
rm -f %{buildroot}%{_kde_appsdir}/katepart/syntax/r.xml

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_kde_bindir}/%{name}*
%{_kde_datadir}/applications/kde4/rkward.desktop
%{_kde_appsdir}/rkward
%{_kde_appsdir}/katepart/*
%{_kde_docdir}/*/*/*
%{_kde_iconsdir}/*
%{_kde_libdir}/kde4/libexec/%{name}.*
%{_kde_mandir}/man1/%{name}.1*
%{_libdir}/R/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-2
+ Revision: d838a95
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7486 |14cr|R-labdsv-1.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  labdsv
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.6.1
Release:          2
Summary:          Ordination and Multivariate Analysis for Ecology
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/labdsv_1.6-1.tar.gz
Requires:         R-mgcv
Requires:         R-MASS 
Requires:         R-rgl 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-mgcv
BuildRequires:    R-MASS
BuildRequires:    R-rgl 
BuildRequires:    pkgconfig(lapack)
%rename R-cran-labdsv

%description
A variety of ordination and vegetation analyses useful in analysis of
datasets in community ecology.  Includes many of the common ordination
methods, with graphical routines to facilitate their interpretation, as
well as several novel analyses.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.1-2
+ Revision: 7b8b365
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7487 |14cr|R-labeling-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname labeling
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.2
Release:          2
Summary:          Axis Labeling
Group:            Sciences/Mathematics
License:          MIT
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.2.tar.gz
BuildArch:        noarch
Requires:         R-core
BuildRequires:    R-devel Rmath-devel texlive-collection-latex

%description
Provides a range of axis labeling algorithms

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-2
+ Revision: 06d8958
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7488 |14cr|R-latentnet-2.4.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  latentnet
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.4.5
Release:          2
Summary:          Latent position and cluster models for statistical networks
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/latentnet_2.4-5.tar.gz
Requires:         R-network R-shapes R-abind R-tools R-mvtnorm R-coda
Requires:         R-KernSmooth R-snowFT R-ergm R-rgl
Requires:         R-statnet.common
BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-network R-shapes R-abind R-tools R-mvtnorm R-coda
BuildRequires:    R-KernSmooth R-snowFT R-ergm R-rgl
BuildRequires:    R-statnet.common
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
A package to fit and simulate latent position and cluster models for
statistical networks.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME Should eventually finish on i586, but after 5 hours at 100% cpu
# did not finish. Works fine on x86_64, so, could beh a real problem
# that only happens in i586.
%ifarch 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Mon Sep 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.5-2
+ Revision: d197d1f
- Drop texlive BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7489 |14cr|R-latticeExtra-0.6.26-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  latticeExtra
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.6.26
Release:          2
Summary:          Extra Graphical Utilities Based on Lattice
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/latticeExtra_0.6-26.tar.gz
BuildArch:        noarch
Requires:         R-core R-RColorBrewer R-lattice R-lattice R-grid
%if %{without bootstrap}
Requires:         R-maps R-mapproj R-deldir R-tripack R-quantreg R-zoo
Requires:         R-MASS R-mgcv
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-RColorBrewer
BuildRequires:    R-lattice R-lattice R-grid
%if %{without bootstrap}
BuildRequires:    R-maps R-mapproj R-deldir R-tripack R-quantreg R-zoo
BuildRequires:    R-MASS R-mgcv
%endif

%description
Extra graphical utilities based on lattice

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/scripts



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.26-2
+ Revision: 21a86f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7490 |14cr|R-latticist-0.9_44-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  latticist
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.9_44
Release:          3
Summary:          A graphical user interface for exploratory visualisation
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.9-44.tar.gz
Requires:         R-lattice R-latticeExtra R-vcd 
Requires:         R-gWidgets R-utils 
Requires:         R-playwith R-hexbin R-deldir R-tripack R-DAAG R-RGtk2 R-gWidgetsRGtk2 R-gWidgetstcltk R-MASS 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-lattice R-latticeExtra R-vcd
BuildRequires:    R-gWidgets R-utils 
BuildRequires:    R-playwith R-hexbin R-deldir R-tripack R-DAAG R-RGtk2 R-gWidgetsRGtk2 R-gWidgetstcltk R-MASS 

%description
Latticist provides a graphical user interface for exploratory
visualisation. It is primarily an interface to the Lattice graphics
system, but also produces displays from the vcd package for categorical
data. Given a multivariate dataset (either a data frame or a table),
latticist attempts to produce useful displays based on the properties of
the data. The displays can be customised by editing the calls used to
generate them.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/etc
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9_44-3
+ Revision: cf88445
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7491 |14cr|R-lavaan-0.5.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  lavaan
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.5.16
Release:          2
Summary:          Latent Variable Analysis
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/lavaan_0.5-16.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods 
Requires:         R-stats4
Requires:         R-stats
Requires:         R-graphics 
%if %{with bootstrap}
Requires:         R-quadprog
Requires:         R-boot 
%else
Requires:         R-psych
Requires:         R-qgraph
Requires:         R-quadprog
Requires:         R-boot 
%endif
BuildRequires:    R-devel
BuildRequires: R-lavaan
Requires: R-lavaan
BuildRequires: R-pbivnorm
Requires: R-pbivnorm
BuildRequires: R-mnormt
Requires: R-mnormt
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-methods
BuildRequires:    R-stats4
BuildRequires:    R-stats
BuildRequires:    R-graphics 
%if %{with bootstrap}
BuildRequires:    R-quadprog R-boot 
%else
BuildRequires:    R-psych
BuildRequires:    R-qgraph
BuildRequires:    R-quadprog
BuildRequires:    R-boot 
%endif
BuildRequires:    pkgconfig(lapack)

%description
Fit a variety of latent variable models, including confirmatory factor
analysis, structural equation modeling and latent growth curve models.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/lavaan/CITATION



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.16-2
+ Revision: 39874cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7492 |14cr|R-lawstat-2.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  lawstat
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.4.1
Release:          2
Summary:          An R package for biostatistics, public policy, and law
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-grDevices R-stats R-mvtnorm R-VGAM 

Requires:         R-Kendall R-Hmisc R-fBasics R-stabledist

BuildRequires:    R-devel Rmath-devel texlive-latex R-grDevices R-stats R-mvtnorm R-VGAM

BuildRequires:   R-Kendall R-Hmisc R-fBasics R-stabledist

%description
An R software package on statistical tests widely utilized in
biostatistics, public policy and law. Along with the well known tests for
equality of means and variances, randomness, measures of relative
variability etc, the package contains new robust tests of symmetry,
omnibus and directional tests of normality, and their graphical
counterparts such as Robust QQ plot; a robust trend tests for variances
etc. All implemented tests and methods are illustrated by simulations and
real-life examples from legal statistics, economics, and biostatistics.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-2
+ Revision: 3dc389f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7493 |14cr|R-leaps-2.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  leaps
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.9
Release:          3
Summary:          regression subset selection
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-biglm 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-biglm 
%rename R-cran-leaps

%description
Regression subset selection including exhaustive search

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9-3
+ Revision: 1c76db9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7494 |14cr|R-LearnBayes-2.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname LearnBayes
%global rlibdir %{_libdir}/R/library

Name: R-%{packname}
Version: 2.12
Release: 2
Summary: Functions for Learning Bayesian Inference
Group: Sciences/Mathematics
License: GPLv2+
URL: http://cran.r-project.org/web/packages/%{packname}/index.html
Source0: http://cran.r-project.org/src/contrib/%{packname}_2.12.tar.gz
BuildArch: noarch
Requires: R-core
BuildRequires: R-devel texlive-collection-latex

%description
LearnBayes contains a collection of functions helpful in
learning the basic tenets of Bayesian statistical inference.
It contains functions for summarizing basic one and two
parameter posterior distributions and predictive distributions.
It contains MCMC algorithms for summarizing posterior
distributions defined by the user. It also contains functions
for regression models, hierarchical models, Bayesian tests, and 
illustrations of Gibbs sampling.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.12-2
+ Revision: 0761b56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7495 |14cr|R-leeBamViews-0.99.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  leeBamViews
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.99.13
Release:          3
Summary:          leeBamViews -- multiple yeast RNAseq samples excerpted from Lee 2009
Group:            Sciences/Mathematics
License:          Artistic 2.0
URL:              None
Source0:          http://bioconductor.org/packages/data/experiment/src/contrib/leeBamViews_0.99.13.tar.gz
Requires:         R-Biobase R-Rsamtools R-BSgenome 
Requires:         R-GenomicRanges R-methods 
Requires:         R-GenomeGraphs R-biomaRt R-org.Sc.sgd.db R-edgeR 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-Biobase R-Rsamtools R-BSgenome
BuildRequires:    R-GenomicRanges R-methods 
BuildRequires:    R-GenomeGraphs R-biomaRt R-org.Sc.sgd.db R-edgeR 

%description
data from PMID 19096707; prototype for managing multiple NGS samples

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/bam
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99.13-3
+ Revision: 709426a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7496 |14cr|R-limma-3.18.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  limma
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.18.2
Release:          2
Summary:          Linear Models for Microarray Data
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://bioconductor.org/packages/release/bioc/html/limma.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/limma_3.18.2.tar.gz
Requires:         R-methods R-affy R-MASS R-org.Hs.eg.db R-splines R-statmod
%if %{without bootstrap}
Requires:         R-vsn
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-affy R-MASS R-org.Hs.eg.db R-splines R-statmod
%if %{without bootstrap}
BuildRequires:    R-vsn
%endif

%description
Data analysis, linear models and differential expression for microarray

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Disable check; either some example in this package is incorect or we should rebuild some 
# dependent packages
%if %{without bootstrap}
#%check
#%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.18.2-2
+ Revision: 88e1995
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7497 |14cr|R-lme4-1.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  lme4
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.1.5
Release:          2
Summary:          Linear mixed-effects models using S4 classes

Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/lme4_1.1-5.tar.gz
Requires:         R-methods R-Matrix R-lattice R-graphics R-nlme R-stats4
Requires:         R-stats 
%if %{without bootstrap}
Requires:         R-mlmRev R-MEMSS R-coda R-MASS R-sfsmisc R-MatrixModels
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-RcppEigen
Requires:         R-RcppEigen
BuildRequires:    R-minqa
Requires:         R-minqa
BuildRequires:    R-Rcpp
Requires:         R-Rcpp
BuildRequires:    R-PKPDmodels
Requires:         R-PKPDmodels
BuildRequires:    R-optimx
Requires:         R-optimx
BuildRequires:    R-Matrix R-lattice R-graphics R-nlme R-stats4 R-stats
%if %{without bootstrap}
BuildRequires:    R-mlmRev R-MEMSS R-coda R-MASS R-sfsmisc R-MatrixModels
%endif
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Fit linear and generalized linear mixed-effects models.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/test*
%{rlibdir}/%{packname}/vignettedata


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-2
+ Revision: 0fd6c83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7498 |14cr|R-lmtest-0.9.33-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  lmtest
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9.33
Release:          2
Summary:          Testing Linear Regression Models
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/lmtest_0.9-33.tar.gz
Requires:         R-stats R-zoo R-graphics R-car R-survival
%if %{without bootstrap}
Requires:         R-strucchange R-sandwich R-dynlm R-AER
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-stats R-zoo R-graphics R-car R-survival
%if %{without bootstrap}
BuildRequires:    R-strucchange R-sandwich R-dynlm R-AER
%endif
%rename R-cran-lmtest

%description
A collection of tests, data sets, and examples for diagnostic checking in
linear regression models. Furthermore, some generic tools for inference in
parametric models are provided.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.33-2
+ Revision: f170672
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7499 |14cr|R-locfit-1.5_9.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  locfit
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.5_9.1
Release:          5
Summary:          Local Regression, Likelihood and Density Estimation
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.5-9.1.tar.gz
Requires:         R-akima R-lattice 
Requires:         R-gam 
BuildRequires:    R-devel Rmath-devel  R-akima R-lattice
BuildRequires:    R-gam 

%description
Local regression, likelihood and density estimation.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Thu Sep 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5_9.1-5
+ Revision: 5bb8140
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7500 |14cr|rlog-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 		rlog
%define version		1.4
%define release		4
%define major		5
%define libname		%mklibname %{name} %{major}
%define libnamedev	%mklibname %{name} %{major} -d 

Summary: 	Runtime Logging for C++
Name: 		%{name}
Version: 	%{version}
Release:        %mkrel %{release}
License:	LGPLv2+
Group:		Development/C++
Source:         http://rlog.googlecode.com/files/%{name}-%{version}.tar.gz
URL:		http://www.arg0.net/rlog

%description
RLog provides a flexible message logging facility for C++ programs and
libraries. It is designed to be fast enough to use in production code.

%package -n 	%{libname}
Summary:	Libraries for rlog
Group:		Development/C++
Provides:	lib%{name} = %{version}-%{release}
Obsoletes:	%mklibname %{name} 1

%description -n	%{libname}
Libraries for rlog.

%package -n	%{libnamedev}
Summary:	Header files and development libraries for librlog1
Group:		Development/C++
Requires:	lib%{name} = %{version}-%{release} 
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname %{name} 1 -d

%description -n	%{libnamedev}
Header files and development libraries for librlog1.

%prep
%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{_prefix} --libdir=%{_libdir}
make -j 2

%install
make DESTDIR=%{buildroot} install

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/librlog.so.*

%files -n %{libnamedev}
%defattr(-,root,root)
%{_includedir}/%{name}
%{_libdir}/librlog.so
%{_libdir}/pkgconfig/librlog.pc
%{_datadir}/doc/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: 103e308
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7501 |14cr|R-logcondens-2.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  logcondens
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.1.2
Release:          1
Summary:          Estimate a Log-Concave Probability Density from iid Observations
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz


Requires:         R-ks 

BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-ks 

%description
Given independent and identically distributed observations X(1), ...,
X(n), this package allows to compute the maximum likelihood estimator
(MLE) of a density as well as a smoothed version of it under the
assumption that the density is log-concave, see Rufibach (2007) and
Duembgen and Rufibach (2009). The main function of the package is
'logConDens' that allows computation of the log-concave MLE and its
smoothed version. In addition, we provide functions to compute (1) the
value of the density and distribution function estimates (MLE and
smoothed) at a given point (2) the characterizing functions of the
estimator, (3) to sample from the estimated distribution, (5) to compute a
two-sample permutation test based on log-concave densities, (6) the ROC
curve based on log-concave estimates within cases and controls, including
confidence intervals for given values of false positive fractions (7)
computation of a confidence interval for the value of the true density at
a fixed point. Finally, three datasets that have been used to illustrate
log-concave density estimation are made available.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/data

%changelog
* Thu Sep 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-1
+ Revision: b99b482
- Added tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7502 |14cr|R-logspline-2.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  logspline
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.1.5
Release:          2
Summary:          Logspline density estimation routines
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/logspline_2.1.5.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Routines for the logspline density estimation. oldlogspline uses the same
algorithm as the logspline 1.0.x package - the Kooperberg and Stone (1992)
algorithm (with an improved interface). The recomended routine logspline
uses an algorithm from Stone et al (1997).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.5-2
+ Revision: d99b1fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7503 |14cr|R-longmemo-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  longmemo
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0.0
Release:          2
Summary:          Statistics for Long-Memory Processes (Jan Beran) -- Data and Functions
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-0.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-stats 

Requires:         R-sfsmisc 
BuildRequires:    R-devel Rmath-devel texlive-latex R-stats

BuildRequires:   R-sfsmisc 

%description
Datasets and Functionality from the textbook Jan Beran (1994). Statistics
for Long-Memory Processes; Chapman & Hall.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 7551181
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7504 |14cr|rlpr-2.06-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Remote printing utilities
Name:		rlpr
Version:	2.06
Release:	6
License:	GPL
Group:		Networking/Remote access
# Site of original author is dead, and project, too. As several other
# orphaned printing packages this is re-hosted on linuxprinting.org
Source0:	http://www.linuxprinting.org/download/printing/%{name}-%{version}.tar.bz2
URL:		http://www.linuxprinting.org/download/printing/README.txt
BuildRoot:	%_tmppath/%name-%version-%release-root

%description
Rlpr is a package that makes it possible (or at the very least,
easier), to print files on remote sites to your local printer. The
rlpr package includes BSD-compatible replacements for `lpr', `lpq',
and `lprm', whose functionality is a superset of their BSD
counterparts. In other words, with the rlpr package, you can do
everything you can do with the BSD printing commands, and more. The
programs contained within the rlpr package are all GPL'd, and are more
lightweight, cleaner and more secure than their BSD counterparts.

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -fr %buildroot


%files
%defattr(644,root,root,755)
%doc AUTHORS NEWS README THANKS TODO
%attr(4755,root,root) %{_bindir}/*
%{_mandir}/man*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.06-6
+ Revision: 9389d53
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7505 |14cr|R-lpSolve-5.6.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  lpSolve
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          5.6.7
Release:          3
Summary:          Interface to Lp_solve v. 5.5 to solve linear/integer programs
Group:            Sciences/Mathematics
License:          LGPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/lpSolve_5.6.7.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel
Patch0:           lpSolve_5.6.7-format.patch

%description
Lp_solve is freely available (under LGPL 2) software for solving linear,
integer and mixed integer programs. In this implementation we supply a
"wrapper" function in C and some R functions that solve general
linear/integer problems, assignment problems, and transportation problems.
This version calls lp_solve version 5.5.

%prep
%setup -q -c -n %{packname}
%patch0 -p0

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.6.7-3
+ Revision: 4afd886
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7506 |14cr|R-lqa-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  lqa
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.3
Release:          2
Summary:          Penalized Likelihood Inference for GLMs
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-3.tar.gz

BuildRequires:    R-devel Rmath-devel texlive-latex 


%description
This package provides some basic infrastructure and tools to fit
Generalized Linear Models (GLMs) via penalized likelihood inference.
Estimating procedures already implemented are the LQA algorithm (that is
where its name come from), P-IRLS, RidgeBoost, GBlockBoost and

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-2
+ Revision: efe45bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7507 |14cr|R-lungExpression-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  lungExpression
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.2.0
Release:          1
Summary:          ExpressionSets for Parmigiani et al., 2004 Clinical Cancer Research paper
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://bioconductor.org/packages/release/data/experiment/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/experiment/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-Biobase 


BuildRequires:    R-devel Rmath-devel R-Biobase


%description
Data from three large lung cancer studies provided as ExpressionSets

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%{rlibdir}/%{packname}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7508 |14cr|rlwrap-0.37-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Readline wrapper
Name:		rlwrap
Version:	0.37
Release:	3
License:	GPLv2+
Group:		Text tools
Url:		http://utopia.knoware.nl/~hlub/rlwrap/
Source0:	http://utopia.knoware.nl/~hlub/rlwrap/rlwrap-%{version}.tar.gz
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)

%description
rlwrap is a 'readline wrapper' that uses the GNU readline library to
allow the editing of keyboard input for any other command. Input
history is remembered across invocations, separately for each command;
history completion and search work as in bash and completion word
lists can be specified on the command line.

%files
%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO PLEA
%attr(0755,root,root) %{_bindir}/rlwrap
%{_mandir}/man1/rlwrap.1*
%{_mandir}/man3/RlwrapFilter.3pm*
%dir %{_datadir}/rlwrap
%{_datadir}/rlwrap/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%check
%make check


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.37-3
+ Revision: 4cd11ee
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7509 |14cr|R-mapproj-1.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mapproj
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.2.2
Release:          2
Summary:          Map Projections
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/mapproj_1.2-2.tar.gz
Requires:         R-maps 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-maps

%description
Converts latitude/longitude into projected coordinates.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-2
+ Revision: e932047
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7510 |14cr|R-maps-2.3.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  maps
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.3.7
Release:          2
Summary:          Draw Geographical Maps

Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/maps_2.3-7.tar.gz
%if %{without bootstrap}
Requires:         R-mapproj
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
%if %{without bootstrap}
BuildRequires:    R-mapproj
%endif

%description
Display of maps.  Projection code and larger maps are in separate packages
(mapproj and mapdata).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/mapdata



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.7-2
+ Revision: 4427c10
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7511 |14cr|R-maptools-0.8.29-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  maptools
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.8.29
Release:          2
Summary:          Tools for reading and handling spatial objects
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/maptools_0.8-29.tar.gz
Requires:         R-foreign R-sp R-methods R-lattice R-spatstat R-PBSmapping
Requires:         R-maps R-rgeos R-gpclib R-RArcInfo
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-foreign R-sp R-methods R-lattice R-spatstat R-PBSmapping
BuildRequires:    R-maps R-rgeos R-gpclib R-RArcInfo
BuildRequires:    geos-devel
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Set of tools for manipulating and reading geographic data, in particular
ESRI shapefiles; C code used from shapelib. It includes binary access to
GSHHS shoreline files. The package also provides interface wrappers for
exchanging spatial objects with packages such as PBSmapping, spatstat,
maps, RArcInfo, Stata tmap, WinBUGS, Mondrian, and others.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/changes
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/grids
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
#%{rlibdir}/%{packname}/old_man
%{rlibdir}/%{packname}/shapes
%{rlibdir}/%{packname}/share
%{rlibdir}/maptools/README
%{rlibdir}/maptools/doc/combine_maptools.R
%{rlibdir}/maptools/doc/combine_maptools.Rnw
%{rlibdir}/maptools/doc/combine_maptools.pdf
%{rlibdir}/maptools/doc/index.html



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.29-2
+ Revision: 64c866d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7512 |14cr|R-markdown-0.6.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  markdown
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6.4
Release:          3
Summary:          Markdown rendering for R
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

BuildRequires:    R-devel Rmath-devel texlive-latex 
Requires:        R-RCurl 
BuildRequires:   R-RCurl

%if %{with bootstrap}
%else
Requires:        R-knitr
BuildRequires:   R-knitr
%endif

%description
Markdown is a plain-text formatting syntax that can be converted to XHTML
or other formats. This package provides R bindings to the Sundown markdown
rendering library.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{with bootstrap}
%else
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/COPYING
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/NOTICE
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/resources

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.4-3
+ Revision: ec99ed1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7513 |14cr|R-marray-1.40.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  marray
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.40.0
Release:          2
Summary:          Exploratory analysis for two-color spotted microarray data
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://bioconductor.org/packages/release/bioc/html/marray.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/marray_1.40.0.tar.gz
Requires:         R-limma R-methods R-tkWidgets
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-limma R-methods R-tkWidgets

%description
Class definitions for two-color spotted microarray data. Fuctions for data
input, diagnostic plots, normalization and quality checking.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/swirldata


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-2
+ Revision: 3f0821d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7514 |14cr|R-Matching-4.8.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Matching
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          4.8.3.4
Release:          2
Summary:          Multivariate and Propensity Score Matching with Balance Optimization
Group:            Sciences/Mathematics
License:          GPLv3
URL:              http://cran.r-project.org/web/packages/Matching/index.html
Source0:          http://cran.r-project.org/src/contrib/Matching_4.8-3.4.tar.gz
BuildRequires:    R-devel R-MASS R-rgenoud R-graphics R-stats R-parallel R-grDevices
Requires:         R-core R-MASS R-rgenoud R-graphics R-stats R-parallel R-grDevices

%description
Provides functions for multivariate and propensity score matching and for
finding optimal balance based on a genetic search algorithm. A variety of
univariate and multivariate metrics to determine if balance has been
obtained are also provided.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/extras
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.8.3.4-2
+ Revision: be3b891
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7515 |14cr|R-MatchIt-2.4_21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  MatchIt
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.4_21
Release:          1
Summary:          The skew-normal and skew-t distributions
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/MatchIt/index.html
Source0:          http://cran.r-project.org/src/contrib/MatchIt_2.4-21.tar.gz
BuildRequires:    R-devel R-MASS R-WhatIf R-cem R-nnet R-rpart R-mgcv R-Matching
Requires:         R-core R-MASS R-WhatIf R-cem R-nnet R-rpart R-mgcv R-Matching
BuildArch:        noarch

%description
Functions for manipulating skew-normal and skew-t probability distributions,
and for fitting them to data, in the scalar and in the multivariate case.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%changelog
* Thu Oct 10 2013 Rosa <rosa@abf.rosalinux.ru> 2.4_21-1
+ Revision: ccc5f3c
- Automatic import for version 2.4_21-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7516 |14cr|R-matrixcalc-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  matrixcalc
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0.3
Release:          2
Summary:          Collection of functions for matrix differential calculus
Group:            Sciences/Mathematics
License:          GPL (>=2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/matrixcalc_1.0-3.tar.gz
BuildArch:        noarch
Requires:         R-core
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex 
BuildRequires:    pkgconfig(lapack)

%description
A collection of functions to support matrix differential calculus as
presented in Magnus and Neudecker (1999) Matrix Differential Calculus with
Applications in Statistics and Econometrics, Second Edition, John Wiley,
New York.  Some of the functions are comparable to APL and J functions
which are useful for actuarial models and calculations. This package is
used for teaching and research purposes at the Department of Finance and
Risk Engineering, Polytechnic University, Brooklyn, NY 11201.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-2
+ Revision: 8971099
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7517 |14cr|R-MatrixModels-0.3_1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  MatrixModels
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.3_1.1
Release:          1
Summary:          Modelling with Sparse And Dense Matrices
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.3-1.1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-stats
Requires:         R-utils
Requires:         R-methods
Requires:         R-Matrix 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-stats
BuildRequires:    R-utils
BuildRequires:    R-methods
BuildRequires:    R-Matrix
BuildRequires:    pkgconfig(lapack)

%description
Modelling with sparse and dense 'Matrix' matrices, using modular
prediction and response module classes.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3_1.1-1
+ Revision: a2922e0
- Updated to 0.3.1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7518 |14cr|R-maxLik-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  maxLik
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.2.0
Release:          2
Summary:          Maximum Likelihood Estimation
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/maxLik_1.2-0.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-miscTools 
Requires:         R-sandwich 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-miscTools
BuildRequires:    R-sandwich 

%description
Tools for Maximum Likelihood Estimation

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{_datadir}/R/library/maxLik/CITATION



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-2
+ Revision: 34dfc9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7519 |14cr|R-MBESS-3.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  MBESS
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3.3.3
Release:          2
Summary:          MBESS
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-MASS R-sem R-boot R-nlme R-gsl R-lavaan R-parallel R-snow R-OpenMx 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

BuildRequires:   R-MASS R-sem R-boot R-nlme R-gsl R-lavaan R-parallel R-snow R-OpenMx 

%description
MBESS implements methods that are especially useful to researchers working
within the behavioral, educational, and social sciences (both substantive
researchers and methodologists), Many of the methods contained within
MBESS are applicable to quantitative research in general,

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.3-2
+ Revision: 98d0531
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7520 |14cr|R-mboost-2.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with internet
%global packname  mboost
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.2.3
Release:          2
Summary:          Model-Based Boosting
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/mboost_2.2-3.tar.gz
Requires:         R-methods R-stats 
Requires:         R-Matrix R-survival R-splines R-lattice 
Requires:         R-multicore R-party R-ipred R-MASS R-fields R-BayesX R-gbm 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-stats
BuildRequires:    R-Matrix R-survival R-splines R-lattice 
BuildRequires:    R-multicore R-party R-ipred R-MASS R-fields R-BayesX R-gbm 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Functional gradient descent algorithm (boosting) for optimizing general
risk functions utilizing component-wise (penalised) least squares
estimates or regression trees as base-learners for fitting generalized
linear, additive and interaction models to potentially high-dimensional

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{with internet}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/cache
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/*.R
%{rlibdir}/%{packname}/*.Rda


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.3-2
+ Revision: f96a838
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7521 |14cr|R-mclust-4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mclust
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          4.2
Release:          2
Summary:          Model-Based Clustering / Normal Mixture Modeling
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/mclust_4.2.tar.gz
Requires:         R-stats R-utils 
Requires:         R-mix 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats R-utils
BuildRequires:    R-mix 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Model-based clustering and normal mixture modeling including Bayesian

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
#%doc %{rlibdir}/%{packname}/cite
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
#%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/doc
%{rlibdir}/%{packname}/NEWS



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2-2
+ Revision: b521e83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7522 |14cr|R-MCMCpack-1.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  MCMCpack
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.3.3
Release:          2
Summary:          Markov chain Monte Carlo (MCMC) Package
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/MCMCpack_1.3-3.tar.gz
Requires:         R-coda R-MASS R-stats 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-coda R-MASS R-stats

%description
This package contains functions to perform Bayesian inference using
posterior simulation for a number of statistical models. Most simulation
is done in compiled C++ written in the Scythe Statistical Library Version
1.0.2. All models return coda mcmc objects that can then be summarized
using the coda package.  MCMCpack also contains some useful utility
functions, including some additional density functions and pseudo-random
number generators for statistical distributions, a general purpose
Metropolis sampling algorithm, and tools for visualization.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-2
+ Revision: a6a8de8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7523 |14cr|R-mda-0.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mda
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.4.4
Release:          2
Summary:          Mixture and flexible discriminant analysis
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.4-4.tar.gz

Requires:         R-stats R-class 

Requires:         R-earth 
BuildRequires:    R-devel Rmath-devel R-stats R-class

BuildRequires:   R-earth 

%description
Mixture and flexible discriminant analysis, multivariate adaptive
regression splines (MARS), BRUTO, ...

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-2
+ Revision: a56d001
- Revert bootstrap



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7524 |14cr|R-MEMSS-0.9.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  MEMSS
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.9.2
Release:          2
Summary:          Data sets from Mixed-effects Models in S
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/MEMSS_0.9-2.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-lme4 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-lme4

%description
Data sets and sample analyses from Pinheiro and Bates, "Mixed-effects
Models in S and S-PLUS" (Springer, 2000).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-2
+ Revision: 1f8e6a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7525 |14cr|R-mgcv-1.7.29-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mgcv
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.7.29
Release:          2
Summary:          Mixed GAM Computation Vehicle with GCV/AIC/REML smoothness estimation
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.7-29.tar.gz

Requires:         R-nlme 
Requires:         R-methods R-stats R-graphics R-Matrix 
Requires:         R-splines R-parallel 
BuildRequires:    R-devel Rmath-devel  R-nlme
BuildRequires:    R-methods R-stats R-graphics R-Matrix 
BuildRequires:    R-splines R-parallel 
BuildRequires:    lapack-devel

%description
Routines for GAMs and other generalized ridge regression with multiple
smoothing parameter selection by GCV, REML or UBRE/AIC. Also GAMMs.
Includes a gam() function.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Mon Sep 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.29-2
+ Revision: 18c79b3
- Drop texlive BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7526 |14cr|R-mice-2.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mice
%global rlibdir  %{_datadir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.21
Release:          3
Summary:          Multivariate Imputation by Chained Equations
Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/mice_2.21.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-MASS R-nnet R-methods R-lattice 
Requires:         R-VIM R-lattice R-mitools R-nlme R-Zelig R-lme4 
Requires:         R-AGD R-gamlss R-pan
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS R-nnet R-methods R-lattice
BuildRequires:    R-VIM R-lattice R-mitools R-nlme R-Zelig R-lme4 
BuildRequires:    R-AGD R-gamlss R-pan

%description
Multiple Imputation using Fully Conditional Specification

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/mice/libs/mice.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.21-3
+ Revision: 16b41ea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7527 |14cr|R-microbenchmark-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  microbenchmark
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.3.0
Release:          1
Summary:          Sub microsecond accurate timing functions
Group:            Sciences/Mathematics
License:          BSD
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.3-0.tar.gz


Requires:         R-graphics 
Requires:         R-ggplot2 
BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-graphics 
BuildRequires:   R-ggplot2 
%description
Provides infrastructure to accurately measure and compare the execution
time of R expressions.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Sun Aug 31 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-1
+ Revision: 86ce1cd
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7528 |14cr|R-microRNA-1.20.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  microRNA
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.20.0
Release:          2
Summary:          Data and functions for dealing with microRNAs
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/microRNA_1.20.0.tar.gz
Requires:         R-Biostrings
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-Biostrings

%description
Different data resources for microRNAs and some functions for manipulating

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/scripts


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-2
+ Revision: 9b26f3a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7529 |14cr|R-minqa-1.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  minqa
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.2.3
Release:          3
Summary:          Derivative-free optimization algorithms by quadratic approximation
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/minqa_1.2.3.tar.gz

Requires:         R-Rcpp 


BuildRequires:    R-devel Rmath-devel R-Rcpp
BuildRequires:    texlive-scheme-tetex


%description
Derivative-free optimization by quadratic approximation based on an
interface to Fortran implementations by M. J. D. Powell.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-3
+ Revision: 9ae59d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7530 |14cr|R-mirbase.db-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mirbase.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.2.0
Release:          1
Summary:          miRBase: the microRNA database
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-methods R-AnnotationDbi 
Requires:         R-methods R-AnnotationDbi 

BuildRequires:    R-devel Rmath-devel R-methods R-AnnotationDbi
BuildRequires:    R-methods R-AnnotationDbi 

%description
miRBase: the microRNA database assembled using data from miRBase

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/extdata

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-1
+ Revision: fcf25cd
- Added tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7531 |14cr|R-misc3d-0.8.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  misc3d
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.8.4
Release:          2
Summary:          Miscellaneous 3D Plots
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/misc3d_0.8-4.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-rgl R-tkrplot R-MASS 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-rgl R-tkrplot R-MASS 

%description
A collection of miscellaneous 3d plots, including isosurfaces.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.4-2
+ Revision: fb06a44
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7532 |14cr|R-miscTools-0.6.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  miscTools
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.6.16
Release:          2
Summary:          Miscellanneous Tools and Utilities
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/miscTools_0.6-16.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-Ecdat 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-Ecdat 

%description
Miscellanneous small tools and utilities

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.16-2
+ Revision: 83844e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7533 |14cr|R-mitools-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mitools
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.2
Release:          3
Summary:          Tools for multiple imputation of missing data
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/mitools_2.2.tar.gz
Requires:         R-RODBC R-DBI 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-RODBC R-DBI 

%description
Tools to perform analyses and combine results from multiple-imputation

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/dta
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-3
+ Revision: aa0c7cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7534 |14cr|R-mix-1.0_8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mix
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0_8
Release:          4
Summary:          Estimation/multiple Imputation for Mixed Categorical and Continuous Data
Group:            Sciences/Mathematics
License:          Unlimited
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-8.tar.gz
Requires:         R-stats 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats

%description
Estimation/multiple imputation programs for mixed categorical and
continuous data

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0_8-4
+ Revision: 95134c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7535 |14cr|R-mlbench-2.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mlbench
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.1.1
Release:          3
Summary:          Machine Learning Benchmark Problems
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/mlbench_2.1-1.tar.gz
Requires:         R-lattice 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-lattice 

%description
A collection of artificial and real-world machine learning benchmark
problems, including, e.g., several data sets from the UCI repository.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-3
+ Revision: 0d739b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7536 |14cr|R-mlmRev-1.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mlmRev
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.0.6
Release:          2
Summary:          Examples from Multilevel Modelling Software Review
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/mlmRev_1.0-6.tar.gz
Requires:         R-lme4 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-lme4

%description
Data and examples from a multilevel modelling software review as well as
other well-known data sets from the multilevel modelling literature.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/original


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.6-2
+ Revision: f36f94a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7537 |14cr|R-mlogit-0.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mlogit
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.2.4
Release:          2
Summary:          multinomial logit model
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/mlogit_0.2-4.tar.gz
Requires:         R-Formula R-statmod R-lmtest R-maxLik R-zoo R-MASS
Requires:         R-car R-nnet R-AER R-lattice
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-Formula R-statmod R-lmtest R-maxLik R-zoo R-MASS
BuildRequires:    R-car R-nnet R-AER R-lattice

%description
Estimation of the multinomial logit model

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/mlogit/NEWS


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-2
+ Revision: 57a499b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7538 |14cr|R-mnormt-1.4.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mnormt
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.4.7
Release:          2
Summary:          The multivariate normal and t distributions
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/mnormt/index.html
Source0:          http://cran.r-project.org/src/contrib/mnormt_1.4-7.tar.gz
BuildRequires:    R-devel
Requires:         R-core

%description
This package provides functions for computing the density and the distribution
function of multivariate normal and multivariate "t" variates, and for 
generating random vectors sampled from these distributions. Probabilities are
computed via a non-Monte Carlo method; different routines are used 
for the case d=1, d=2, d>2, if d denotes the number of dimensions.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.7-2
+ Revision: 0fcaa62
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7539 |14cr|R-modeltools-0.2.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  modeltools
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.2.21
Release:          2
Summary:          Tools and Classes for Statistical Models
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/modeltools_0.2-21.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-stats R-stats4 
Requires:         R-methods 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats R-stats4
BuildRequires:    R-methods 

%description
A collection of tools to deal with statistical models. The functionality
is experimental and the user interface is likely to change in the future.
The documentation is rather terse, but packages `coin' and `party' have
some working examples. However, if you find the implemented ideas
interesting we would be very interested in a discussion of this proposal.
Contributions are more than welcome!

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.21-2
+ Revision: 90792e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7540 |14cr|R-mondate-0.10.01.02-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mondate
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.10.01.02
Release:          2
Summary:          Keep track of dates in terms of months
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/mondate_0.10.01.02.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-utils R-methods 
Requires:         R-zoo 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-utils R-methods
BuildRequires:    R-zoo 

%description
Keep track of dates in month units.  Perform date arithmetic in "months"
(default), "years", and "days".  Enable dates to have "shape" (non NULL
dim).  Allow "infinite" dates.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/NEWS



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.01.02-2
+ Revision: 13f894c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7541 |14cr|R-MPV-1.29-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  MPV
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.29
Release:          2
Summary:          Data Sets from Montgomery, Peck and Vining's Book
Group:            Sciences/Mathematics
License:          Unlimited
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/MPV_1.29.tar.gz
BuildArch:        noarch
Requires:         R-core
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex 
BuildRequires:    pkgconfig(lapack)

%description
These data sets are taken from the book Introduction to Linear Regression
Analysis (3rd ed), by the above authors.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.29-2
+ Revision: 9833845
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7542 |14cr|R-multcomp-1.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with internet
%bcond_with bootstrap
%global packname  multcomp
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.3.2
Release:          2
Summary:          Simultaneous Inference in General Parametric Models
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/multcomp_1.3-2.tar.gz
Requires:         R-stats R-graphics R-mvtnorm R-survival R-lme4 R-nlme
Requires:         R-robustbase R-coin R-MASS R-car R-foreign R-xtable
Requires:         R-sandwich R-lmtest R-coxme texlive-inconsolata
%if %{without bootstrap}
Requires:         R-mboost
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats
BuildRequires:    R-graphics R-mvtnorm R-survival R-lme4 R-nlme R-robustbase
BuildRequires:    R-coin R-MASS R-car R-foreign R-xtable R-sandwich R-lmtest
BuildRequires:    R-coxme texlive-inconsolata
%if %{without bootstrap}
BuildRequires:    R-mboost
%endif
%rename R-cran-multcomp

%description
Simultaneous tests and confidence intervals for general linear hypotheses
in parametric models, including linear, generalized linear, linear mixed
effects, and survival models. The package includes demos reproducing
analyzes presented in the book "Multiple Comparisons Using R" (Bretz,
Hothorn, Westfall, 2010, CRC Press).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
    %if %{with internet}
%check
%{_bindir}/R CMD check %{packname}
    %endif
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
# %doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/MCMT
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
# %{rlibdir}/%{packname}/applications
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/deprecated
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/multcomp*.R



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-2
+ Revision: 35cd4d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7543 |14cr|R-multicool-0.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  multicool
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.1.2
Release:          1
Summary:          Permutations of multisets in cool-lex order
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.1-2.tar.gz




BuildRequires:    R-devel Rmath-devel texlive


%description
A set of tools to permute multisets without loops or hash tables. The
permutation functions are based on C code from Aaron Williams. Cool-lex
order is similar to colexicographical order. The algorithm is described in
Williams, A. Loopless Generation of Multiset Permutations by Prefix
Shifts. SODA 2009, Symposium on Discrete Algorithms, New York, United
States. The permutation code is distributed without restrictions. The code
for stable and efficient computation of multinomial coefficients comes
from Dave Barber. The code can be download from
http://home.comcast.net/~tamivox/dave/multinomial/index.html and is
distributed without conditions.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-1
+ Revision: 8f38509
- Added tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7544 |14cr|R-multicore-0.1_7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  multicore
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.1_7
Release:          3
Summary:          Parallel processing of R code on machines with multiple cores or CPUs
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.1-7.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
This package provides a way of running parallel computations in R on
machines with multiple cores or CPUs. Jobs can share the entire initial
workspace and it provides methods for results collection.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1_7-3
+ Revision: a68c34c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7545 |14cr|R-multtest-2.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  multtest
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.20.0
Release:          1
Summary:          Resampling-based multiple hypothesis testing
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-methods R-Biobase 
Requires:         R-survival R-MASS R-stats4 
Requires:         R-snow 
BuildRequires:    R-devel Rmath-devel R-methods R-Biobase
BuildRequires:    R-survival R-MASS R-stats4 
BuildRequires:   R-snow 
%description
Non-parametric bootstrap and permutation resampling-based multiple testing
procedures (including empirical Bayes methods) for controlling the
family-wise error rate (FWER), generalized family-wise error rate (gFWER),
tail probability of the proportion of false positives (TPPFP), and false
discovery rate (FDR).  Several choices of bootstrap-based null
distribution are implemented (centered, centered and scaled,
quantile-transformed). Single-step and step-wise methods are available.
Tests based on a variety of t- and F-statistics (including t-statistics
based on regression parameters from linear and survival models as well as
those based on correlation parameters) are included.  When probing
hypotheses with t-statistics, users may also select a potentially faster
null distribution which is multivariate normal with mean zero and variance
covariance matrix derived from the vector influence function.  Results are
reported in terms of adjusted p-values, confidence regions and test
statistic cutoffs. The procedures are directly applicable to identifying
differentially expressed genes in DNA microarray experiments.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%{rlibdir}/%{packname}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7546 |14cr|R-munsell-0.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname munsell
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.4.2
Release:          2
Summary:          Munsell color system
Group:            Sciences/Mathematics
License:          MIT
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.4.2.tar.gz
BuildArch:        noarch
Requires:         R-colorspace
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-colorspace

%description
Functions for exploring and using the Munsell color system

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/LICENSE
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/raw

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.2-2
+ Revision: 17ee363
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7547 |14cr|R-mvtnorm-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mvtnorm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.0
Release:          1
Summary:          Multivariate Normal and t Distributions

Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-0.tar.gz
Requires:         R-stats 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex 
BuildRequires:    R-stats 
BuildRequires:    pkgconfig(lapack)

%rename R-cran-mvtnorm

%description
Computes multivariate normal and t probabilities, quantiles, random
deviates and densities.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
# %doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs




%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-1
+ Revision: ad00724
- Updated to 1.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7548 |14cr|R-network-1.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  network
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.9.0
Release:          2
Summary:          Classes for Relational Data
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/network_1.9.0.tar.gz
Requires:         R-utils 
%if %{without bootstrap}
Requires:         R-sna R-statnet 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-utils
%if %{without bootstrap}
BuildRequires:    R-sna R-statnet 
%endif

%description
Tools to create and modify network objects.  The network class can
represent a range of relational data types, and supports arbitrary
vertex/edge/graph attributes.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/network.api



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.0-2
+ Revision: 797dd2e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7549 |14cr|R-networkDynamic-0.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname networkDynamic
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6.2
Release:          2
Summary:          Dynamic Extensions for Network Objects
Group:            Sciences/Mathematics
License:          GPLv3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/networkDynamic_0.6.2.tar.gz
Requires:         R-network >= 1.7.2 R-statnet.common R-testthat >= 0.7.1
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-network >= 1.7.2 R-statnet.common R-testthat >= 0.7.1

%description
Simple interface routines to facilitate the handling of
network objects with complex intertemporal data.
networkDynamic is a part of the statnet suite of packages for network analysis.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-2
+ Revision: 5a20024
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7550 |14cr|R-networksis-2.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  networksis
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.1.2
Release:          2
Summary:          Simulate fixed marginals bipartite graphs using sequential importance sampling
Group:            Sciences/Mathematics
License:          GPL-3 + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/networksis_2.1-2.tar.gz
Requires:         R-ergm R-network 
Requires:         R-snow 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-ergm R-network
BuildRequires:    R-snow 

%description
Tools to simulate bipartite networks/graphs with the degrees of the nodes
fixed and specified. Part of the "statnet" suite of packages for network

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-2
+ Revision: 1a65a84
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7551 |14cr|R-nor1mix-1.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  nor1mix
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.1.4
Release:          2
Summary:          Normal (1-d) Mixture Models (S3 Classes and Methods)
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/nor1mix_1.1-4.tar.gz
Requires:         R-stats R-graphics 
Requires:         R-cluster 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats R-graphics
BuildRequires:    R-cluster 

%description
Onedimensional Normal Mixture Models Classes, for, e.g., density
estimation or clustering algorithms research and teaching; providing the
widely used Marron-Wand densities, see ?MarronWand.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.4-2
+ Revision: 280cea4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7552 |14cr|R-np-0.50.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  np
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.50.1
Release:          3
Summary:          Nonparametric kernel smoothing methods for mixed data types
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/np_0.50-1.tar.gz
Requires:         R-boot R-cubature 
Requires:         R-quantreg R-MASS 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-boot R-cubature
BuildRequires:    R-quantreg R-MASS 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
This package provides a variety of nonparametric (and semiparametric)
kernel methods that seamlessly handle a mix of continuous, unordered, and
ordered factor data types. We would like to gratefully acknowledge support
from the Natural Sciences and Engineering Research Council of Canada
(NSERC:www.nserc.ca), the Social Sciences and Humanities Research Council
of Canada (SSHRC:www.sshrc.ca), and the Shared Hierarchical Academic
Research Computing Network (SHARCNET:www.sharcnet.ca).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME killed after 15 min at 100%% cpp ...
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.1-3
+ Revision: 256c1d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7553 |14cr|R-numDeriv-2012.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  numDeriv
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2012.9.1
Release:          3
Summary:          Accurate Numerical Derivatives
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/numDeriv_2012.9-1.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
Accurate Numerical Derivatives. See ?numDeriv.Intro for more details.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
#%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2012.9.1-3
+ Revision: 6f78cc4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7554 |14cr|R-nws-1.7.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  nws
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.7.0.1
Release:          3
Summary:          R functions for NetWorkSpaces and Sleigh
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods

%description
Provides coordination and parallel execution facilities, as well as
limited cross-language data exchange, using the netWorkSpaces server
developed by REvolution Computing

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/README*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/bin
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0.1-3
+ Revision: 5723378
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7555 |14cr|rocksndiamonds-3.2.6.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	rocksndiamonds
%define version 3.2.6.1
%define rel	6
%define release %mkrel %rel
%define	Summary	A boulderdash like game

Name:		%{name}
Summary:	%{Summary}
Version:	%{version}
Release:	%{release}
Source0:	http://www.artsoft.org/RELEASES/unix/rocksndiamonds/%{name}-%{version}.tar.bz2
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
URL:		http://www.artsoft.org/rocksndiamonds/
License:	GPL
Group:		Games/Arcade
BuildRequires:	SDL-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_net-devel
BuildRequires:	libsmpeg-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is a nice little game with color graphics and sound for your
Unix system.

If you know the game "Boulderdash" (Commodore C64) or "Emerald Mine"
(Amiga) or "Supaplex" (PC), you know what "ROCKS'N'DIAMONDS" is about.

%prep
%setup -q
perl -pi -e 's!.*RO_GAME_DIR\s*=.*!RO_GAME_DIR = %{_gamesdatadir}/%{name}!; s!.*RW_GAME_DIR\s*=.*!RW_GAME_DIR = /var/games/%{name}!' Makefile

%build
make sdl OPTIONS="%optflags" CC="gcc %ldflags"

%install
rm -rf $RPM_BUILD_ROOT

# Install stuff
mkdir -p $RPM_BUILD_ROOT%{_gamesbindir} $RPM_BUILD_ROOT%{_gamesdatadir}/%{name} $RPM_BUILD_ROOT%{_mandir}/man1
cp -a %{name} $RPM_BUILD_ROOT%{_gamesbindir}/%{name}
cp -a graphics levels sounds music $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}
cp -a *.1 $RPM_BUILD_ROOT%{_mandir}/man1

# Install scores
mkdir -p $RPM_BUILD_ROOT/var/games/%{name}
install -d $RPM_BUILD_ROOT/var/games/%{name}/scores


# Menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Rocks n Diamonds
Comment=%Summary
Exec=%_gamesbindir/%{name}
Icon=%name
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF


# Icon
install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%pre
if [ -d %{_gamesdatadir}/%{name}/scores ]; then
	mkdir -p /var/games/%{name}/
	mv %{_gamesdatadir}/%{name}/scores /var/games/%{name}/
fi

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING
%attr(0755,root,root) %{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%_datadir/applications/mandriva*
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_mandir}/man?/*
/var/games/%{name}



%changelog
* Sat Feb 04 2012 root <root@build-client_i586-2.rosalab.ru> 3.2.6.1-6
+ Revision: bc070a8
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7556 |14cr|rocrail-1.3-0.rev986.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: str fmt check is temporarily disabled
# as priority is to get package working even somehow (wally 08/2010)
%define Werror_cflags %nil

%define __noautoprov '.+\.so$'

%define oname	Rocrail
%define rname	air
%define revno	986

Name:		rocrail
License:	GPLv2+
Group:		Networking/Other
Summary:	Model Railroad Control System
Version:	1.3
Release:	%mkrel -c rev%{revno} 3
URL:		http://www.rocrail.net/
BuildRoot:	%{_tmppath}/build-%{name}-%{version}-%{svnrel}
Source:		%{name}-%{version}-%{rname}-revno%{revno}.tar.gz
Patch1:		rocrail-fix_makefile.patch
BuildRequires:	gcc-c++
BuildRequires:	wxgtku-devel
Requires(post):	rpm-helper
Requires(preun):	rpm-helper

%description
RocRail is a C/C++ control viewing program for a digital
model railroad in manual and automatic mode. Supported
multiple controllers:
     * Marklin 6050
     * IntelliBox P50x
     * SRCP
     * HSI88
     * Dinamo
     * OM32
     * Lenz
     * Selectrix
     * Zimo
     * ECoS
     * Loconet
     * OpenDCC

RocRail is a 2 tier application written for Linux and Windows
in C/C++ based on the wxWidgets class library.

%prep
%setup -q -n %{oname}-Air
%patch1 -p1

%build
#fix filename
mv "rocview/svg/themes/DB/signaldistant -2.svg" rocview/svg/themes/DB/signaldistant-2.svg

#fix build flags
find . -name "makefile" -exec sed -i -e 's|CC_EXTRA_FLAGS=.*|CC_EXTRA_FLAGS=-fPIC %{optflags}|g' {} \;
find . -name "makefile" -exec sed -i -e 's|LNK_FLAGS=|LNK_FLAGS+=|g' {} \;
find . -name "makefile" -exec sed -i -e 's|DEBUG=.*|DEBUG=|g' {} \;

#do not use bzr to determine version
find . -name "makefile" -exec sed -i -e 's|bzr revno|echo %{revno}|g' {} \;

export LNK_FLAGS="%{ldflags}"

#fix init script
sed -i -e 's,rocraild_BIN=.*,rocraild_BIN=%{_libdir}/%{name}/rocrail,g' rocrail/package/rocraild
sed -i -e 's,rocraild_PID=.*,rocraild_PID=%{_var}/run/rocraild.pid,g' rocrail/package/rocraild
sed -i -e 's,rocraild_SH=.*,rocraild_SH=%{_libdir}/%{name}/rocraild.sh,g' rocrail/package/rocraild

%make fromtar

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot}%{_libdir}/%{name} install

#install files which install doesn't handle
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/desktop-directories
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_bindir}

install -m 755 rocrail/package/rocraild %{buildroot}%{_initrddir}/rocraild

mv	%{buildroot}%{_libdir}/%{name}/%{name}.xpm \
	%{buildroot}%{_libdir}/%{name}/rocraild.png \
	%{buildroot}%{_iconsdir}

#desktop files
cat > %{buildroot}%{_datadir}/applications/rocrail.desktop << EOF
[Desktop Entry]
Type=Application
Terminal=true
Exec=%{name}
Icon=rocraild
Name=Rocrail
Categories=Utility;
EOF

cat > %{buildroot}%{_datadir}/applications/rocview.desktop << EOF
[Desktop Entry]
Type=Application
Exec=rocview
Icon=%{name}
Name=Rocview
Categories=Utility;
EOF

#binary scripts
cat > %{buildroot}%{_bindir}/rocrail << EOF
#!/bin/sh
if [ ! -e ~/.rocrail ] ; then
	mkdir ~/.rocrail
fi

cd ~/.rocrail

if pidof rocrail
  then
    echo "rocrail is running"
  else
    echo "rocrail is not running. start..."
    %{_libdir}/rocrail/rocrail -console -l %{_libdir}/rocrail
fi
EOF

cat > %{buildroot}%{_bindir}/rocview << EOF
#!/bin/sh
if [ ! -e ~/.rocrail ] ; then
	mkdir ~/.rocrail
fi

if [ ! -e ~/.rocrail/rocview.ini ] ; then
	cp %{_libdir}/rocrail/plan.xml ~/.rocrail
fi

if [ ! -e ~/.rocrail/svg ] ; then
	ln -s %{_libdir}/rocrail/svg ~/.rocrail/svg
fi

if [ ! -e ~/.rocrail/images ] ; then
	ln -s %{_libdir}/rocrail/images ~/.rocrail/images
fi

cd ~/.rocrail

%{_libdir}/rocrail/rocview -sp %{_libdir}/rocrail -themespath . $1 $2 $3
EOF

cat > %{buildroot}%{_libdir}/%{name}/rocraild.sh << EOF
#!/bin/sh
cd %{_libdir}/rocrail/
rm -f nohup.out
nohup ./rocrail -l %{_libdir}/rocrail&
EOF

#ugly workaround
echo 'echo "$!" > /var/run/rocraild.pid' >> %{buildroot}%{_libdir}/%{name}/rocraild.sh

#fix rights
chmod 644 %{buildroot}%{_libdir}/%{name}/plan.xml
chmod 755 %{buildroot}%{_libdir}/%{name}/rocraild.sh

#clean empty files
find %{buildroot}%{_libdir}/%{name} -size 0 -type f -exec rm -rf {} \;

%clean
rm -rf %{buildroot}

%post
%_post_service rocraild

%preun
%_preun_service rocraild

%files
%defattr(-,root,root)
%doc README
%{_libdir}/%{name}
%attr(755,root,root) %{_bindir}/roc*
%{_datadir}/applications/roc*.desktop
%{_initrddir}/rocraild
%{_iconsdir}/roc*



%changelog
* Fri Apr 26 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.3-0.rev986.3
+ Revision: 794ffc1
- Fix req exceptions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7557 |14cr|R-odfWeave-0.8.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  odfWeave
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.8.4
Release:          2
Summary:          Sweave processing of Open Document Format (ODF) files
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/odfWeave_0.8.4.tar.gz
Requires:         R-lattice R-XML 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-lattice R-XML

%description
Sweave processing of Open Document Format (ODF) files

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME
# Opening and ending tag mismatch: list-style line 132 and list-level-style-bullet
# Opening and ending tag mismatch: automatic-styles line 13 and list-level-style-bullet
# Opening and ending tag mismatch: document-content line 2 and list-level-style-bullet
# Extra content at the end of the document
# Error: 1: Opening and ending tag mismatch: list-style line 132 and list-level-style-bullet
# 2: Opening and ending tag mismatch: automatic-styles line 13 and list-level-style-bullet
# 3: Opening and ending tag mismatch: document-content line 2 and list-level-style-bullet
# 4: Extra content at the end of the document
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/validate



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.4-2
+ Revision: e866d77
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7558 |14cr|root-tail-1.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name root-tail
%define version 1.2
%define release  13

Summary:   Root-tail prints text directly to an X11 root window
Name:      %{name}
Version:   %{version}
Release:   %{release}
Source:    http://www.goof.com/pcg/marc/data/%{name}-%{version}.tar.bz2
URL:	   http://www.goof.com/pcg/marc/root-tail.html 
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: rman
BuildRequires: imake
BuildRequires: gccmakedep
License:   GPL
Group:     Monitoring

%description
Displays a given file anywhere on your X11 root window
with a transparent background.
It was made because I am very lazy and this was easier than
making a new rxvt pixmap each time I changed my background
to simulate that transparent effect.

%prep
%setup -q

%build
xmkmf -a
make CDEBUGFLAGS="${RPM_OPT_FLAGS}" \
     CXXDEBUGFLAGS="${RPM_OPT_FLAGS}"

%install
rm -rf %buildroot
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
cp root-tail ${RPM_BUILD_ROOT}%{_bindir}
cp root-tail.man ${RPM_BUILD_ROOT}%{_mandir}/man1/root-tail.1

# Menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Root-Tail
Comment=Root-tail prints text directly to a root window
Exec=%_bindir/%{name} -g 80x25+100+50 -font fixed /var/log/messages,black
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-System-Monitoring;System;Monitor;
EOF


#icon
#install -d $RPM_BUILD_ROOT/%{_iconsdir}
#install -d $RPM_BUILD_ROOT/%{_liconsdir}
#install -d $RPM_BUILD_ROOT/%{_miconsdir}
#bzcat %{SOURCE1} > $RPM_BUILD_ROOT/%{_liconsdir}/%{name}.png
#bzcat %{SOURCE2} > $RPM_BUILD_ROOT/%{_iconsdir}/%{name}.png
#bzcat %{SOURCE3} > $RPM_BUILD_ROOT/%{_miconsdir}/%{name}.png
 
%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf %buildroot

%files
%defattr(-,root,root,755)
%doc README Changes
%attr(755,root,root) 
%{_bindir}/*
%{_mandir}/man1/*
%_datadir/applications/mandriva-*
#%{_iconsdir}/%{name}.png
#%{_liconsdir}/%{name}.png
#%{_miconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-13
+ Revision: 38cb578
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7559 |14cr|R-OpenMx-1.3.2_2301-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  OpenMx
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.3.2_2301
Release:          1
Summary:          Multipurpose Software for Statistical Modeling
Group:            Sciences/Mathematics
License:          Apache License 2.0
URL:              None
Source0:          OpenMx_1.3.2-2301.tar.gz

Requires:         R-methods 

Requires:         R-snowfall 
BuildRequires:    R-devel Rmath-devel texlive-latex R-methods

BuildRequires:   R-snowfall
BuildRequires:   lapack-devel

%description
The OpenMx Project intends to rewrite and extend the popular statistical
package Mx to address the challenges facing a large range of modern
statistical problems such as: the difficulty of measuring behavioral
traits; the availability of technologies - such as such as magnetic
resonance imaging, continuous physiological monitoring and microarrays -
which generate extremely large amounts of data often with complex
time-dependent patterning; and increased sophistication in the statistical
models used to analyze the data.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/npsol
%{rlibdir}/%{packname}/tools

%changelog
* Mon Apr 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2_2301-1
+ Revision: 4b4426a
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7560 |14cr|R-optextras-2013.10.27-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  optextras
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2013.10.27
Release:          2
Summary:          A set of tools to support optimization methods
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2013-10.27.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-numDeriv 

BuildRequires:    R-devel Rmath-devel texlive-latex R-numDeriv

%description
Tools to assist in safely applying user generated objective and derivative
function to optimization programs. These are primarily function
minimization methods with at most bounds and masks on the parameters.
Provides a way to check the basic computation of objective functions that
the user provides, along with proposed gradient and Hessian functions, as
well as to wrap such functions to avoid failures when inadmissible
parameters are provided. Check bounds and masks. Check scaling or
optimality conditions. Perform an axial search to seek lower points on the
objective function surface. Includes forward, central and backward
gradient approximation codes.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2013.10.27-2
+ Revision: c723994
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7561 |14cr|R-optimx-2013.8.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  optimx
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2013.8.6
Release:          2
Summary:          A Replacement and Extension of the optim() Function
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-numDeriv 

Requires:         R-BB R-ucminf R-Rcgmin R-Rvmmin R-minqa R-setRNG R-dfoptim R-svUnit 
BuildRequires:    R-devel Rmath-devel texlive-latex R-numDeriv

BuildRequires:   R-BB R-ucminf R-Rcgmin R-Rvmmin R-minqa R-setRNG R-dfoptim R-svUnit 
%description
Provides a replacement and extension of the optim() function to unify and
streamline optimization capabilities in R for smooth, possibly box
constrained functions of several or many parameters. This is the CRAN
version of the package.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/unitTests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2013.8.6-2
+ Revision: d08498b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7562 |14cr|R-ordinal-2013.9.30-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ordinal
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2013.9.30
Release:          2
Summary:          Regression Models for Ordinal Data
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2013.9-30.tar.gz


Requires:         R-ucminf R-MASS R-Matrix 
Requires:         R-lme4 R-nnet R-xtable 
BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-ucminf R-MASS R-Matrix 
BuildRequires:   R-lme4 R-nnet R-xtable 

%description
This package implements cumulative link (mixed) models also known as
ordered regression models, proportional odds models, proportional hazards
models for grouped survival times and ordered logit/probit/... models.
Estimation is via maximum likelihood and mixed models are fitted with the
Laplace approximation and adaptive Gauss-Hermite quadrature. Multiple
random effect terms are allowed and they may be nested, crossed or
partially nested/crossed. Restrictions of symmetry and equidistance can be
imposed on the thresholds (cut-points). Standard model methods are
available (summary, anova, drop-methods, step, confint, predict etc.) in
addition to profile methods and slice methods for visualizing the
likelihood function and checking convergence.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2013.9.30-2
+ Revision: e039b1a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7563 |14cr|R-OrganismDbi-1.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  OrganismDbi
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.4.0
Release:          3
Summary:          Software to enable the smooth interfacing of different database packages
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-methods R-AnnotationDbi R-GenomicFeatures 
Requires:         R-BiocGenerics R-graph R-RBGL R-AnnotationDbi 
Requires:         R-Homo.sapiens R-Rattus.norvegicus R-RUnit 
BuildRequires:    R-devel Rmath-devel texlive-latex R-methods R-AnnotationDbi R-GenomicFeatures
BuildRequires:    R-BiocGenerics R-graph R-RBGL R-AnnotationDbi 
BuildRequires:    R-Homo.sapiens R-Rattus.norvegicus R-RUnit 

%description
The package enables a simple unified interface to several annotation
packages each of which has its own schema by taking advantage of the fact
that each of these packages implements a select methods.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/OrgPkg-template
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/script
%{rlibdir}/%{packname}/unitTests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-3
+ Revision: c00ba9d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7564 |14cr|R-org.At.tair.db-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  org.At.tair.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          Genome wide annotation for Arabidopsis
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/org.At.tair.db_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core R-methods R-AnnotationDbi
%if %{without bootstrap}
Requires:         R-hgu95av2.db R-RUnit
%endif
Requires:         R-annotate
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-methods R-AnnotationDbi R-annotate
%if %{without bootstrap}
BuildRequires:    R-hgu95av2.db R-RUnit
%endif

%description
Genome wide annotation for Arabidopsis, primarily based on mapping using
TAIR identifiers.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: c01036d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7565 |14cr|R-org.Hs.eg.db-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  org.Hs.eg.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          Genome wide annotation for Human
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/org.Hs.eg.db_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core R-methods R-AnnotationDbi R-annotate
%if %{without bootstrap}
Requires:         R-hgu95av2.db
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-AnnotationDbi R-annotate
%if %{without bootstrap}
BuildRequires:    R-methods R-AnnotationDbi R-hgu95av2.db R-annotate
%endif

%description
Genome wide annotation for Human, primarily based on mapping using Entrez
Gene identifiers.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: 7819791
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7566 |14cr|R-org.Mm.eg.db-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  org.Mm.eg.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          Genome wide annotation for Mouse
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/org.Mm.eg.db_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core R-methods R-AnnotationDbi R-annotate
%if %{without bootstrap}
Requires:         R-hgu95av2.db
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-AnnotationDbi R-annotate
%if %{without bootstrap}
BuildRequires:    R-hgu95av2.db
%endif

%description
Genome wide annotation for Mouse, primarily based on mapping using Entrez
Gene identifiers.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: 3b145f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7567 |14cr|R-org.Rn.eg.db-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  org.Rn.eg.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          Genome wide annotation for Rat
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/org.Rn.eg.db_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core R-methods R-AnnotationDbi R-annotate
%if %{without bootstrap}
Requires:         R-hgu95av2.db
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-AnnotationDbi R-annotate
%if %{without bootstrap}
BuildRequires:    R-hgu95av2.db
%endif

%description
Genome wide annotation for Rat, primarily based on mapping using Entrez
Gene identifiers.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: 305dd94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7568 |14cr|R-org.Sc.sgd.db-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  org.Sc.sgd.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          Genome wide annotation for Yeast
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/org.Sc.sgd.db_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core R-methods R-AnnotationDbi R-annotate
%if %{without bootstrap}
Requires:         R-hgu95av2.db
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-AnnotationDbi R-annotate
%if %{without bootstrap}
BuildRequires:    R-hgu95av2.db
%endif

%description
Genome wide annotation for Yeast, primarily based on mapping using ORF
identifiers from SGD.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: fdd1bb3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7569 |14cr|rosa-popularity-contest-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rosa-popularity-contest
Version:	1.0
Release:	3
Summary:	Vote for your favorite packages automatically
Group:		Education
License:	GPLv2
Source0:	%{name}-%{version}.tar.gz
Requires:	perl
BuildArch:	noarch

%description
The popularity-contest package sets up a cron job that will
periodically anonymously submit to the Debian developers
statistics about the most used Debian packages on this system.

This information helps ROSA making decisions such as which packages.
should go to the supported repositories. It also lets ROSA improve
future versions of the distribution so that the most popular packages
are the ones which are installed automatically for new users.

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}/etc/cron.daily
install -m 755 popularity-contest popcon-largest-unused %{buildroot}/%{_sbindir}
install -m 755 popcon-upload %{buildroot}/%{_datadir}/%{name}
install -m 644 default.conf %{buildroot}/%{_datadir}/%{name}
install -m 755 popularity-contest-cron %{buildroot}/etc/cron.daily

%post
conffile=/etc/rosa-popularity-contest.conf
if [ ! -e $conffile ]; then
        if [ -x /usr/bin/uuidgen ] ; then
                MY_HOSTID=`uuidgen | tr -d -`
        else
	        MY_HOSTID=`dd if=/dev/urandom bs=1k count=1 2>/dev/null | md5sum | sed 's/  -//'''`
        fi

        DAY=`/bin/bash -c 'echo $(($RANDOM % 7))'`
	cat <<-EOF >$conffile
		# Config file for ROSA popularity-contest package.
		#
		# See /usr/share/rosa-popularity-contest/default.conf for more info
		# on the options.

		MY_HOSTID="$MY_HOSTID"
		PARTICIPATE="yes"
		USEHTTP="yes"
		DAY="$DAY"
	EOF

	# Make sure user nobody can read the file.
	chmod a+r $conffile
fi

%files
%{_sbindir}/popularity-contest
%{_sbindir}/popcon-largest-unused
%{_datadir}/%{name}/popcon-upload
%{_datadir}/%{name}/default.conf
/etc/cron.daily/popularity-contest-cron

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: 113337a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7570 |14cr|rosa-software-center-0.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Constants ###################################################################
# Required version of Qt5
%define qt_version 5.2.1


# Main Package ################################################################
Name: rosa-software-center
Version: 0.1.0
Release: 1
License: GPLv3+
Group: System/Configuration/Packaging
URL: http://www.rosalab.ru
Summary: Software Center

# Sources #####################################################################
Source0: %{name}-%{version}.tar.gz
Source1: yaml-cpp-0.5.1.tar.gz

# Patches #####################################################################
Patch0: rsc_disable_check_main_repo.patch

# to test metadata generation without ABF
Patch1: try_local_metadata.patch

# Requires ####################################################################
BuildRequires: cmake
BuildRequires: qmake5 >= %{qt_version}
BuildRequires: pkgconfig(Qt5Core) >= %{qt_version}
BuildRequires: pkgconfig(Qt5Quick) >= %{qt_version}
BuildRequires: pkgconfig(Qt5DBus) >= %{qt_version}
BuildRequires: pkgconfig(Qt5Gui) >= %{qt_version}
BuildRequires: pkgconfig(Qt5Svg) >= %{qt_version}
BuildRequires: intltool
BuildRequires: qt5-linguist-tools >= %{qt_version}
BuildRequires: boost-devel
BuildRequires: polkit-qt5-1-devel
BuildRequires: rpm-devel
BuildRequires: curl-devel
BuildRequires: xapian-devel
BuildRequires: pkgconfig(QtCore)

Requires: %{_lib}qt5gui5-x11

Obsoletes: %{name}-updater
Obsoletes: %{name}-notifier
Obsoletes: %{name}-core

%description
Software Center main application


# Preparation #################################################################
%prep
%setup -c -a 1
%patch0 -p1
%patch1 -p1


# Build #######################################################################
%build

# Build and install yaml-cpp
cd yaml-cpp-0.5.1
%cmake -DCMAKE_BUILD_TYPE=Release \
    -DBUILD_SHARED_LIBS=OFF \
    -DYAML_CPP_BUILD_TOOLS=OFF
%make
make DESTDIR=../install install

cd %{_builddir}/%{name}-%{version}

# Build SC
mkdir -p build 
cd build
export CXXFLAGS="-O2 -Wa,--compress-debug-sections -ggdb3 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC"
cmake .. -DCMAKE_BUILD_TYPE=Debug \
    -DCMAKE_INSTALL_PREFIX="/usr" \
    -DBUILD_TESTING=OFF \
    -DAPP_GIT_VERSION="%{version}-%{release}" \
    -DCMAKE_INSTALL_DATADIR="%{_datadir}/%{name}" \
    -DCMAKE_INSTALL_LIBDIR="%{_libdir}" \
    -DCMAKE_INSTALL_SYSCONFDIR="%{_sysconfdir}" \
    -DCMAKE_PREFIX_PATH=%{_builddir}/%{name}-%{version}/yaml-cpp-0.5.1/install/%{_prefix}

%make VERBOSE=1


# Install ####################################################################
%install

%makeinstall_std -C build

# Make autostart of notifier by default => add update skel 
mkdir -p %{buildroot}%{_sysconfdir}/skel/.config/autostart
cp %{buildroot}%{_datadir}/%{name}/desktop_integration/%{name}-notifier.desktop %{buildroot}%{_sysconfdir}/skel/.config/autostart


# Files ######################################################################
%files

# main application
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/*
%{_datadir}/%{name}/images/*
%{_datadir}/%{name}/translations/rsc_*.qm
%{_datadir}/%{name}/ui/*
%{_datadir}/%{name}/ui_modules/*

# rpm support lib
%{_libdir}/libsoftwarecenterrpm.so

# urpm support lib
%{_libdir}/libsoftwarecenterurpm.so
%{_datadir}/%{name}/urpm/*

# core lib
%{_libdir}/libsoftwarecenter.so

# pkhelper
%{_bindir}/%{name}-pkhelper
%config %{_sysconfdir}/dbus-1/system.d/com.rosalinux.softwarecenter.pk.conf
%{_datadir}/dbus-1/system-services/com.rosalinux.softwarecenter.pk.service
%{_datadir}/polkit-1/actions/com.rosalinux.softwarecenter.pk.policy

# rpmhelper
%{_bindir}/%{name}-rpmhelper
%config %{_sysconfdir}/dbus-1/system.d/com.rosalinux.softwarecenter.rpm.conf
%{_datadir}/dbus-1/system-services/com.rosalinux.softwarecenter.rpm.service

# notifier
%{_bindir}/%{name}-notifier
%{_datadir}/%{name}/notifier/*

# notifier-trayicon
%{_bindir}/%{name}-notifier-trayicon
%{_datadir}/%{name}/notifier_trayicon/*

# desctop integration: icon, etc
%{_datadir}/%{name}/desktop_integration/*
%{_sysconfdir}/skel/.config/autostart/%{name}-notifier.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-1
+ Revision: 4444fdf
- MassBuild#464: Increase release tag

* Fri May 30 2014 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.1.0-0
+ Revision: 41bf65b
- Update to version 0.1.0

* Mon Apr 28 2014 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-21.20140426.0
+ Revision: b8b820f
- Add Qt5Svg to requirements

* Mon Apr 28 2014 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-21.20140426.0
+ Revision: 27308c2
- Update version of SC

* Wed Mar 12 2014 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-21.20140226.0
+ Revision: a8ff106
- Add patch: Try local metadata

* Wed Feb 26 2014 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-21.20140225.0
+ Revision: 19a7b68
- Update sources

* Sat Feb 08 2014 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-21.20140208.1
+ Revision: 1953179
- Updates sources to fix problem with yaml-cpp

* Fri Feb 07 2014 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-21.20140207.1
+ Revision: dade8fd
- Disable checks for main repository

* Wed Jan 29 2014 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-21.20140123.1
+ Revision: de1de52
- Use more pkgconfig for Qt5

* Wed Jan 29 2014 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-21.20140123.1
+ Revision: c1341f8
- Use pkgconfig for Qt in build requires

* Thu Jan 23 2014 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-21.20140123.1
+ Revision: cc35cdf
- Merge remote-tracking branch 'uxteam/master'
- Conflicts:
- .abf.yml
- rosa-software-center.spec

* Thu Jan 23 2014 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-21.20140123.1
+ Revision: 5d7d8e7
- Sources have been updated

* Sat Dec 07 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-21.20131207.2
+ Revision: 6729e6e
- Sources updated

* Sat Dec 07 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-21.20131207.1
+ Revision: 4449734
- Remove subfolder for libraries

* Sat Dec 07 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-21.20131207.1
+ Revision: 22354c8
- Updates sources to new version

* Thu Sep 26 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 0.0.0-21.20130926.1
+ Revision: 0b3f5a1
- Updated sources.

* Fri Sep 13 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-21.20130913.1
+ Revision: 98b3a9d
- Updated sources, enable debug build

* Tue Sep 03 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 0.0.0-21.20130903.1
+ Revision: 4d64774
- Changed version of QT.

* Tue Sep 03 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 0.0.0-21.20130903.1
+ Revision: c728a76
- Update sourse

* Fri Aug 30 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 0.0.0-21.20130830.0
+ Revision: 4704267
- Fix archive

* Fri Aug 30 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 0.0.0-21.20130830.0
+ Revision: c50555b
- Update sources

* Fri Aug 16 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-20.20130815.1
+ Revision: 6172740
- Added autostart for skel

* Fri Aug 16 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-20.20130815.1
+ Revision: 29f03bc
- Added libqt5gui5-x11 to required

* Fri Aug 16 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-20.20130815.1
+ Revision: 7c224a0
- Added yaml-cpp lib for static linkage and updated sources

* Mon Jul 29 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-20.20130729.1
+ Revision: 0ebb42c
- Update sources

* Mon Jul 29 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-20.20130729.0
+ Revision: b884c56
- Add curl to BuildRequires

* Mon Jul 29 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-20.20130729.0
+ Revision: 13579b2
- Add rpm-devel to BuildRequires

* Mon Jul 29 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-20.20130729.0
+ Revision: aa30656
- Updates sources and refactor spec

* Sat Jul 27 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-17.2601026
+ Revision: b1c648b
- Spec file has been updated to correspong new version of SC

* Tue May 28 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-16.d4f7bb4
+ Revision: 53e723f
- Updated sources

* Wed May 22 2013 Julia Pikareva <uxteam@rosalab.ru> 0.0.0-14.54bba5e
+ Revision: 846d475
- Transform page of the package information.

* Mon May 20 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-13.c3acf61
+ Revision: 29ee814
- Update sources

* Thu May 16 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 0.0.0-12.128fa55
+ Revision: e358f7c
- Update sources



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7571 |14cr|rosa-xfce-config-2014.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap 20140914

Summary:	ROSA Xfce configuration files
Name:		rosa-xfce-config
Version:	2014.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://rosalab.ru
Source0:	%{name}-%{snap}.tar.bz2
Requires:	dynamic
Requires:	ia_ora-xfce
Requires:	rosa-icons
Requires:	rosa-release-common
Requires:	xfconf
BuildArch:	noarch

%description
This package contains configuration files for ROSA Xfce desktop environment.

%files
%doc AUTHORS ChangeLog README.update.urpmi
%{_sysconfdir}/xdg/Terminal/*
%{_sysconfdir}/xdg/Thunar/*
%{_sysconfdir}/xdg/autostart/*
%{_sysconfdir}/xdg/xfce4/*
%{_bindir}/xfce4-firstrun

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{snap}

%build

%install
%makeinstall_std \
	sysconfdir=%{_sysconfdir} \
	iconsdir=%{_iconsdir} \
	prefix=%{_prefix}


%changelog
* Sun Sep 14 2014 Rosa <rosa@abf.rosalinux.ru> 2014.1-1
+ Revision: 955b4d8
- Automatic import for version 2014.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7572 |14cr|rosegarden-14.02-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rosegarden
Version:	14.02
Release:	2
Summary:	Midi, audio and notation editor
License:	GPLv2+
Group:		Sound
URL:		http://www.rosegardenmusic.com/
Source0:	http://sourceforge.net/projects/rosegarden/files/rosegarden/14.02/%{name}-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
BuildRequires:	kdelibs4-devel
BuildRequires:	ladspa-devel
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lrdf)
BuildRequires:	pkgconfig(dssi)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(xft)
BuildRequires:	imagemagick
BuildRequires:	chrpath
BuildRequires:	libxml2-utils
BuildRequires:	makedepend
BuildRequires:	python
BuildRequires:	alsa-oss-devel
BuildRequires:	lirc-devel
Requires:	flac
Requires:	wavpack
Requires:	libsndfile-progs
# For sndfile-resample, see https://bugzilla.novell.com/show_bug.cgi?id=443543
# - AdamW 2008/12
Requires:	libsamplerate-progs
Requires:	xterm
Suggests:	lilypond
Suggests:	okular
Suggests:	qjackctl
Suggests:	fluidsynth
%rename		%{name}4

%description
Rosegarden is an attractive, user-friendly MIDI and audio sequencer, notation
editor, and general-purpose music composition and editing application for Unix
and Linux

%files -n %{name}
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/*/*/*/*%{name}*
%{_datadir}/mime/*
%{_datadir}/appdata/rosegarden.appdata.xml

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}


%build
#export QTDIR=/usr/lib/qt4
%configure2_5x
%make


%install
%makeinstall_std

# install some extra files
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr \
	data/autoload \
	data/chords \
	data/examples \
	data/fonts \
	data/library \
	data/pixmaps \
	data/presets \
	data/profile \
	data/styles \
	data/templates \
	%{buildroot}%{_datadir}/%{name}

#vim: set ft=rpm tabstop=4 shiftwidth=4 expandtab smarttab autoindent smartindent nu:



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 14.02-2
+ Revision: e7c31eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7573 |14cr|rote-0.2.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define	libname		%mklibname %{name} %{major}
%define	libname_devel	%mklibname -d  %{name} %{major}

Summary:	Simple C library for VT102 terminal emulation
Name:		rote
Version:	0.2.8
Release:	8
License:	GPL
Group:		System/Libraries
Url:		http://rote.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(ncurses)

%description
ROTE is a simple C library for VT102 terminal emulation. It allows
the programmer to set up virtual 'screens' and send them data. The
virtual screens will emulate the behavior of a VT102 terminal,
interpreting escape sequences, control characters and such. The
library supports ncurses as well so that you may render the 
virtual screen to the real screen when you need to.

%package -n %{libname}
Summary:	Simple C library for VT102 terminal emulation
Group:		System/Libraries

%description -n %{libname}
ROTE is a simple C library for VT102 terminal emulation. It allows
the programmer to set up virtual 'screens' and send them data. The
virtual screens will emulate the behavior of a VT102 terminal,
interpreting escape sequences, control characters and such. The
library supports ncurses as well so that you may render the 
virtual screen to the real screen when you need to.

This package contains the runtime files needed for ROTE.

%package -n %{libname_devel}
Summary:	Simple C library for VT102 terminal emulation
Group:		System/Libraries
Provides:	librote-devel
Requires:	%{libname} = %{version}-%{release}

%description -n %{libname_devel}
ROTE is a simple C library for VT102 terminal emulation. It allows
the programmer to set up virtual 'screens' and send them data. The
virtual screens will emulate the behavior of a VT102 terminal,
interpreting escape sequences, control characters and such. The
library supports ncurses as well so that you may render the 
virtual screen to the real screen when you need to.

This package contains the developement files needed for ROTE.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
%multiarch_binaries %{buildroot}%{_bindir}/rote-config

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{libname_devel}
%{_libdir}/*.so
%{_includedir}/*
%{multiarch_bindir}/rote-config
%{_bindir}/rote-config


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.8-8
+ Revision: 39a6ec8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7574 |14cr|roundcubemail-0.9.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mdkversion >= 201200
# rpmlint just sucks!!!
%define _build_pkgcheck_set %{nil}
%define _build_pkgcheck_srpm %{nil}
%endif

Summary:	A PHP-based webmail server
Name:		roundcubemail
Version:	0.9.5
Release:	2
Group:		System/Servers
License:	GPLv2
# Use the -dep tarballs. These use system copies of the PHP stuff
# rather than including them, which is better for our purposes.
# - AdamW 2007/07
URL:		http://www.roundcube.net/
Source0:	https://sourceforge.net/projects/roundcubemail/files/roundcubemail-dependent/0.9.5/roundcubemail-0.9.5-dep.tar.gz
Epoch:		1
Requires:	apache-mod_php
Requires:	php-gd
Requires:	php-gettext
Requires:	php-iconv
Requires:	php-mbstring
Requires:	php-mcrypt
Requires:	php-openssl
Requires:	php-pspell
Requires:	php-session
Requires:	php-pear-Auth_SASL
Requires:	php-pear-Mail_Mime
Requires:	php-pear-Net_SMTP
Requires:	php-pear-Net_LDAP2
Requires:	php-pear-MDB2
Requires:	php-pear-Net_IDNA2
# The installer suggests the use of these, but they're not
# required - AdamW 2011/01
Suggests:	php-fileinfo
Suggests:	php-intl
# Most people will probably use mysql, but you can use sqlite or
# pgsql, so not a hard require - AdamW 2008/10
Suggests:	php-pear-MDB2_Driver_mysql
BuildArch:	noarch
# rpm-build / rpm macros does not seem to require php-cli in cooker
BuildRequires:	php-cli

%description
RoundCube Webmail is a browser-based multilingual IMAP client with an
application-like user interface. It provides full functionality you expect
from an e-mail client, including MIME support, address book, folder
manipulation, message searching and spell checking. RoundCube Webmail is
written in PHP and requires a MySQL or PostgreSQL database. The user
interface is fully skinnable using XHTML and CSS 2.

%prep

%setup -q -n %{name}-%{version}-dep

%build

%install

# tell it that we're moving the configuration files
for i in installer/index.php program/include/iniset.php; do \
	sed -i \
		-e "s,INSTALL_PATH . 'config','%{_sysconfdir}/%{name}',g" \
		$i; \
done
# use systemwide log dir and temp dir
sed -i \
    -e 's,logs/,%{_logdir}/%{name}/,g' \
    -e 's,temp/,/tmp/,g' \
    config/main.inc.php.dist
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mkdir -p %{buildroot}%{_logdir}/%{name}
cp -a config/db.inc.php.dist %{buildroot}%{_sysconfdir}/%{name}/db.inc.php
cp -a config/db.inc.php.dist %{buildroot}%{_sysconfdir}/%{name}/db.inc.php.dist
cp -a config/main.inc.php.dist %{buildroot}%{_sysconfdir}/%{name}/main.inc.php
cp -a config/main.inc.php.dist %{buildroot}%{_sysconfdir}/%{name}/main.inc.php.dist
rm -rf config
rm -rf temp
rm -rf logs
cp -a * %{buildroot}%{_datadir}/%{name}

pushd %{buildroot}%{_datadir}/%{name}
rm -f CHANGELOG INSTALL UPGRADING LICENSE README
popd


cat <<EOF > README.urpmi

This package conforms to the Mandriva web applications policy:
http://wiki.mandriva.com/Policies/Web_Applications

It therefore differs from a standard installation in the following
ways:

* Logs are stored to /var/log/roundcubemail
* Temporary files are placed in /tmp
* Configuration files (main.inc.php and db.inc.php) are placed in
  /etc/roundcubemail

You will need to edit /etc/roundcubemail/main.inc.php and
/etc/roundcubemail/db.inc.php appropriately for your site before you
can use Roundcube. You must at least configure an appropriate mail
server and port in main.inc.php, and change the 
$rcmail_config['des_key'] setting. In db.inc.php you must configure
an appropriate database location and user; in the most simple
configuration, you would create a new user and database both named
'roundcubemail' on a MySQL server running on the same machine, give
the roundcubemail user full read/write access to the roundcubemail
database, and set db.inc.php appropriately. Roundcubemail ships with
an installer which can help you do all this, but it is disabled by
default for security reasons. You can enable it in main.inc.php by
setting the 'enable_installer' variable to 'true'. Then browse to
http://server/roundcubemail/installer to use the installer.
EOF

mkdir -p %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
Alias /%{name} %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
   Require all granted
</Directory>

<Directory %{_datadir}/%{name}/SQL>
    Require all denied
</Directory>

php_value suhosin.session.encrypt Off
EOF



%clean

%files
%doc CHANGELOG README.urpmi UPGRADING
%{_datadir}/%{name}
%dir %{_sysconfdir}/%{name}
%{_logdir}/%{name}
# these store the default values, the installer refers to them
# no need to edit them so they're not tagged config - AdamW 2011/01
%{_sysconfdir}/%{name}/db.inc.php.dist
%{_sysconfdir}/%{name}/main.inc.php.dist
%config(noreplace) %{_sysconfdir}/%{name}/db.inc.php
%config(noreplace) %{_sysconfdir}/%{name}/main.inc.php
%config(noreplace) %{_webappconfdir}/%{name}.conf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.9.5-2
+ Revision: 7c9bbd5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7575 |14cr|rovclock-0.6e-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           rovclock
Version:        0.6e
Release:        6
Epoch:          0
Summary:        Radeon overclocking utility
License:        GPL
Group:          System/Kernel and hardware
URL:            http://www.hasw.net/linux/
Source0:        http://www.hasw.net/linux/rovclock-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Rovclock is a Radeon overclocking utility.

The cards that are reported to work are:

Radeon 7500
Radeon 8500
Radeon 9000
Radeon 9100
Radeon 9500 (Pro)
Radeon 9550
Radeon 9600
Mobility FireGL T2
Mobility Radeon 9600 M10
Radeon 9700 (Pro)
Radeon X550
Radeon X800XL

%prep
%setup -q

%build
%{make} CC=%{__cc} CFLAGS="%{optflags}"

%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_bindir}
%{__cp} -a %{name} %{buildroot}%{_bindir}/%{name}

%clean
%{__rm} -rf %{buildroot}

%files 
%defattr(-,root,root,0755)
%doc ChangeLog COPYING README 
%attr(0755,root,root) %{_bindir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.6e-6
+ Revision: 1c78bb0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7576 |14cr|rox-2.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define wrappers_ver 1.0.3
%define oname ROX-Filer

Summary:	A fast and powerful graphical file manager
Name:		rox
Version:	2.10
Release:	4
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://rox.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-filer-%{version}.tar.bz2
Source1:	http://prdownloads.sourceforge.net/%{name}/Wrappers-%{wrappers_ver}.tar.bz2
Source2:	rox-48.png
Source3:	rox-32.png
Source4:	rox-16.png
Patch0:		rox-filer-2.10-linkage.patch
Patch1:		rox-filer-2.7-shell.patch
Patch2:		rox-2.1.0-gnuclient.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(shared-mime-info)
BuildRequires:	pkgconfig(xt)

%description
ROX-Filer is a fast, powerful, and easy to use graphical file manager. It
has full support for drag-and-drop and application directories. The filer
can also provide a pinboard (allowing you to pin up files on your desktop
background) and panels. The emphasis is on uncluttered directory views;
menus and prompts only appear when needed.

The Wrappers package found on the Rox home page is already included.

%files -f %{name}.lang
%doc README*
%doc %{_libdir}/apps/%{oname}/Help
%doc %{_libdir}/apps/%{oname}/Messages/README
%dir %{_libdir}/apps/
%dir %{_libdir}/apps/%{oname}
%{_libdir}/apps/%{oname}/Templates.glade
%{_libdir}/apps/%{oname}/.DirIcon
%{_libdir}/apps/%{oname}/A*
%{_libdir}/apps/%{oname}/Options.xml
%dir %{_libdir}/apps/%{oname}/Messages
%{_libdir}/apps/%{oname}/ROX*
%{_libdir}/apps/%{oname}/images
%{_libdir}/apps/%{oname}/style.css
%{_libdir}/apps/%{oname}/subclasses
#wrappers
%{_libdir}/apps/A*
%{_libdir}/apps/E*
%{_libdir}/apps/G*
%{_libdir}/apps/L*
%{_libdir}/apps/M*
%{_libdir}/apps/N*
%{_libdir}/apps/O*
%{_libdir}/apps/README
%{_libdir}/apps/S*
%{_libdir}/apps/T*
%{_libdir}/apps/V*
%{_libdir}/apps/X*
%{_mandir}/man1/*
%{_bindir}/*
%dir %{_datadir}/Choices
%dir %{_datadir}/Choices/MIME-types
%{_datadir}/mime/packages/rox.xml
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -a 1 -n rox-filer-%{version}
%patch0 -p1 -b .linkage
%patch1 -p1 -b .shell
%patch2 -p1 -b .gnuclient

%build
%setup_compile_flags
mkdir %{oname}/build
pushd %{oname}/build
../src/configure
%make
popd

%install
mkdir -p %{buildroot}%{_libdir}/apps
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_datadir}/mime/packages
cp -a %{oname} %{buildroot}%{_libdir}/apps/
rm -rf %{buildroot}%{_libdir}/apps/src
rm -rf %{buildroot}%{_libdir}/apps/*/{src,build}
cp -a rox.1 %{buildroot}%{_mandir}/man1
( cd %{buildroot}%{_mandir}/man1 ; ln -s rox.1 %{oname}.1 )
cat << EOF > %{buildroot}%{_bindir}/rox
#!/bin/sh
exec %{_libdir}/apps/%{oname}/AppRun "\$@"
EOF
chmod a+x %{buildroot}%{_bindir}/rox
cp rox.xml %{buildroot}%{_datadir}/mime/packages
cp -r Choices %{buildroot}%{_datadir}

# Wrappers
cp -a Wrappers/* %{buildroot}%{_libdir}/apps/
cp -a Wrappers/README README.wrappers

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=ROX
Comment=File Manager of the ROX desktop environment
Exec=%{_bindir}/%{name} %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-System-FileTools;System;FileManager;
EOF


install -D %{SOURCE2} %{buildroot}%{_liconsdir}/%{name}.png
install -D %{SOURCE3} %{buildroot}%{_iconsdir}/%{name}.png
install -D %{SOURCE4} %{buildroot}%{_miconsdir}/%{name}.png

# remove temp file
rm -f %{buildroot}%{_libdir}/apps/Netscape/.AppRun.swp %{buildroot}%{_datadir}/Choices/MIME-types/* %{buildroot}%{_libdir}/apps/ROX-Filer/AppRun.*

for langdir in %{buildroot}%{_libdir}/apps/%{oname}/Messages/*/;do
echo "%lang($(basename $langdir)) $(echo $langdir |sed s!%{buildroot}!!)" >> %{name}.lang
done


%changelog
* Thu Aug 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.10-4
+ Revision: 4d1e55c
- Fix BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7577 |14cr|rox-archive-2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name rox-archive
%define oname archive
%define version 2.1
%define release 5
%define appdir %_prefix/lib/apps
Summary: Create and read archive files with the ROX desktop
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://prdownloads.sourceforge.net/sourceforge/rox/%{oname}-%{version}.tar.bz2
License: GPL
Group: Graphical desktop/Other
URL: http://rox.sf.net/archive.html
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires: rox-lib
Buildarch: noarch

%description
You can use this program to compress a directory or file into a
single, smaller file (which can be stored, emailed, etc).

You can also use it to extract a compressed archive back into a
file or directory structure.


%prep
%setup -q -n %oname-%version

%build

%install
rm -rf $RPM_BUILD_ROOT %name.lang
mkdir -p %buildroot/%appdir
cp -r Archive %buildroot/%appdir
rm -f %buildroot%appdir/Archive/Messages/dist
rm -f %buildroot%appdir/Archive/Messages/*po
rm -rf %buildroot%appdir/Archive/tests
chmod 644 %buildroot%appdir/*/*.xml

for gmo in %buildroot%appdir/*/Messages/*.gmo;do
echo "%lang($(basename $gmo|sed s/.gmo//)) $(echo $gmo|sed s!%buildroot!!)" >> %name.lang
done

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-,root,root)
%doc %appdir/Archive/Help
%dir %appdir/Archive/
%appdir/Archive/AppRun
%appdir/Archive/.DirIcon
%appdir/Archive/*.py
%appdir/Archive/AppInfo.xml
%appdir/Archive/Archive.xml
%dir %appdir/Archive/Messages




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-5
+ Revision: c347385
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7578 |14cr|rox-clib-2.1.10-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ROX-CLib
%define major 6
%define libname %mklibname rox-c %major
%define develname %mklibname -d rox-c

Summary:	Shared code for ROX applications
Name:		rox-clib
Version:	2.1.10
Release:	5
Source0:	http://www.kerofin.demon.co.uk/rox/%{oname}-%{version}.tar.gz
URL:		http://www.kerofin.demon.co.uk/rox/ROX-CLib.html
License:	GPLv2
Group:		Graphical desktop/Other
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
Requires:	rox

%description
A library for ROX applications written in C.

%package -n %libname
Group: System/Libraries
Summary: Shared library of ROX-Clib
Requires: %name >= %version

%description -n %libname
A library for ROX applications written in C.

%package -n %develname
Group: Development/C
Summary: Headers for the rox C library
Requires: %libname = %version
Provides: librox-c-devel = %{EVRD}
Requires: libgtk+2.0-devel
Requires: libxml2-devel
Obsoletes: %mklibname -d rox-c 6

%description -n %develname
A library for ROX applications written in C.

%prep
%setup -q -n %oname
rm -rf .xvpics

%build
export CFLAGS="%optflags"
./AppRun --compile

%install
mkdir -p %buildroot/%_libdir
cd ..
cp -r %oname %buildroot/%_libdir
rm -rf %buildroot/%_libdir/%oname/src
perl -pi -e "s/lib/%_lib/g" %buildroot/%_libdir/%oname/Linux-*/bin/rox_run
perl -pi -e "s!$RPM_BUILD_DIR/%oname/src/../!%_libdir/%oname/!"  %buildroot/%_libdir/%oname/Linux-*/lib/librox-clib.la 

%files
%doc %_libdir/%oname/Help
%dir %_libdir/%oname
%_libdir/%oname/ROX-CLib.xml
%_libdir/%oname/ROX-CLib-src.xml
%_libdir/%oname/App*
%_libdir/%oname/.DirIcon
%dir %_libdir/%oname/Linux*/
%_libdir/%oname/Linux*/bin
%dir %_libdir/%oname/Linux*/lib

%files -n %libname
%_libdir/%oname/Linux*/lib/librox-clib.so.%{major}*

%files -n %develname
%_libdir/%oname/Linux*/lib/librox-clib.a
%_libdir/%oname/Linux*/lib/librox-clib.so
%_libdir/%oname/Linux*/lib/ROX-CLib.pc
%_libdir/%oname/Linux*/include





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.10-5
+ Revision: 48c6627
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7579 |14cr|rox-freefs-2.1.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname FreeFS

Summary:	ROX application to monitor file system usage
Name:		rox-freefs
Version:	2.1.4
Release:	9
License:	GPL
Group:		Graphical desktop/Other
Url:		http://www.kerofin.demon.co.uk/rox/
Source0:	http://www.kerofin.demon.co.uk/rox/%{oname}-%{version}.tar.bz2
Patch:		FreeFS-2.1.3-fstab-check.patch
BuildRequires: librox-c-devel >= 2.1.6

%description
Monitor free space on a file system. This runs as either a panel
applet or a separate window.

%prep
%setup -q -n %{oname}
%patch -p1

%build
pushd src
autoconf
popd
export LIBDIRPATH=%_libdir
./AppRun ||:

%install
mkdir -p %buildroot%_libdir/apps/
cp -r ../%oname %buildroot%_libdir/apps/
rm -rf %buildroot%_libdir/apps/%oname/src

%files
%dir %_libdir/apps/%oname
%_libdir/apps/%oname/.DirIcon
%_libdir/apps/%oname/App*
%_libdir/apps/%oname/%oname.xml
%doc %_libdir/apps/%oname/Help
%_libdir/apps/%oname/Options.xml
%_libdir/apps/%oname/Resources
%_libdir/apps/%oname/Linux-*
%_libdir/apps/%oname/libdir
%_libdir/apps/%oname/choice_install
%_libdir/apps/%oname/gtkrc
%_libdir/apps/%oname/rox_run


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.4-9
+ Revision: 73aa5e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7580 |14cr|rox-gcb-0.23-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rox-gcb
Version:	0.23
Release:	9
Summary:	Clipboard rox-applet
Group:		Graphical desktop/Other
License:	GPL
URL:		ftp://ftp.atmsk.ru/rox/
Source0:	%{name}-%{version}.tar.gz
BuildRoot:	%_tmppath/%name-%version
BuildRequires:	libgtksourceview-devel
Requires:	rox

%description
Clipboard rox-applet

%define _appsdir %{_libdir}/apps

%prep
%setup -q -n %{name}

%build
export CFLAGS="$RPM_OPT_FLAGS"
./AppRun --compile

%install
rm -rf %buildroot
mkdir -p $RPM_BUILD_ROOT%{_appsdir}
cp -a ./ $RPM_BUILD_ROOT%{_appsdir}/%{name}
rm -rf %buildroot/%_appsdir/%name/src

%clean 
rm -rf %buildroot

%files
%defattr(-,root,root)
%doc %{_appsdir}/%name/Help
%dir %{_appsdir}/%name
%{_appsdir}/%name/.DirIcon
%{_appsdir}/%name/App*
%{_appsdir}/%name/Linux-*
%{_appsdir}/%name/gcb.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23-9
+ Revision: f4c30c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7581 |14cr|rox-lib-2.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name rox-lib
%define version 2.0.6
%define release 2
%define oname rox-lib2
Summary: Shared code for ROX applications
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://prdownloads.sourceforge.net/rox/%{oname}-%{version}.tar.bz2
License: LGPL
Group: Graphical desktop/Other
URL: http://rox.sourceforge.net/rox_lib.html
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
Requires: pygtk2.0
Requires: rox

%description
There is quite a lot of code which is needed by many ROX applications -- for
example: save boxes, menus and options.

Keeping all this code in one place makes these programs smaller. It also
makes programs which use it more consistant.

Programs which use ROX-Lib2 need to be able to find it, so you should put it
inside one of the standard library directories. If you don't have root
access, create a directory called 'lib' inside your home directory and move
ROX-Lib2 in there.


%prep
%setup -q -n %oname-%version
chmod 644 */*.xml

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot/%_prefix/lib
cp -r ROX-Lib2 %buildroot/%_prefix/lib

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ROX-Lib2/Help/README
%_prefix/lib/ROX-Lib2




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.6-2
+ Revision: bdf7275
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7582 |14cr|rox-magickthumbnail-0.5.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name rox-magickthumbnail
%define oname MagickThumbnail
%define version 0.5.1
%define release 8

Summary: Thumbnail image generator for the ROX desktop
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://roxos.sunsite.dk/dev-contrib/guido/%{oname}.tar.bz2
Patch: rox-magickthumbnail-first-frame.patch
License: GPL
Group: Graphical desktop/Other
Url: http://roxos.sunsite.dk/dev-contrib/guido/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: rox-lib >= 1.9.12
Requires: rox >= 2.1.1
Requires: imagemagick
BuildArch: noarch

%description
This application can generate thumbnails of the various filetypes,
readable by ImageMagick, for display by ROX-Filer.

%prep
%setup -q -n %oname
%patch -p1
rm -f Help/.README.swp

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot%_prefix/lib/apps/%oname
cp -r .DirIcon * %buildroot%_prefix/lib/apps/%oname

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc %_prefix/lib/apps/%oname/Help/
%dir %_prefix/lib/apps/%oname/
%_prefix/lib/apps/%oname/.DirIcon
%_prefix/lib/apps/%oname/*.xml
%_prefix/lib/apps/%oname/*.py
%_prefix/lib/apps/%oname/AppRun




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-8
+ Revision: 91c79c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7583 |14cr|rox-menu-1.0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name rox-menu
%define version 1.0.2
%define release 9
%define oname ROX-Menu
%define _appsdir	%{_libdir}/apps

Summary: Menu for the panel of the ROX filer
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.skepticats.com/rox/dist/%oname-%version.tar.bz2
License: GPL
Group: Graphical desktop/Other
URL: http://www.skepticats.com/rox/rox-menu.html
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: librox-c-devel >= 2.1.3
Requires: rox

%description
ROX-Menu is a simple panel applet for ROX-Filer and the ROX desktop that
pops up a menu that you can use to start your favorite application 
directories.  It serves the same purpose as the KDE "K" menu or the 
Windows "Start" menu.

%prep
%setup -q -n %oname
#gw that version is lib64-aware
cp -f %_libdir/ROX-CLib/Linux-*/bin/rox_run .
chmod 755 Help . Help/*.sh

%build
./AppRun --compile

%install
rm -rf $RPM_BUILD_ROOT
mkdir  -p %buildroot%_appsdir
cp -r ../%oname %buildroot%_appsdir
rm -rf %buildroot%_appsdir/%oname/src
rm -f %buildroot%_appsdir/%oname/makedist.sh
#install a default menu
mkdir -p %buildroot%_datadir/Choices/%oname
ln -s %_appsdir %buildroot%_datadir/Choices/%oname/Menu_Root
chmod 755 %buildroot%_libdir/apps/ROX-Menu/Help/Icons
chmod 644 %buildroot%_libdir/apps/ROX-Menu/Help/Icons/*

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc %_appsdir/%oname/Help
%dir %_appsdir/%oname
%_appsdir/%oname/.DirIcon
%_appsdir/%oname/App*
%_appsdir/%oname/rox_run
%_appsdir/%oname/Options.xml
%_appsdir/%oname/Linux-*
%_datadir/Choices/%oname





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-9
+ Revision: ac7ff38
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7584 |14cr|rox-mime-editor-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name rox-mime-editor
%define oname MIME-Editor
%define fname mime-editor
%define version 0.5
%define release 6
%define appdir %_prefix/lib/apps

Summary: MIME database editor
Name: %{name}
Version: 0.6
Release: 2
Source0: https://sourceforge.net/projects/rox/files/MIME-Editor/0.6/mime-editor-%{version}.tar.bz2
License: GPL
Group: Graphical desktop/Other
URL: http://rox.sf.net/mime_editor.php3
Requires: rox-lib
Buildarch: noarch

%description
The Shared MIME Database stores information about file types. It holds
information such as "Files with names ending in .html have the MIME
type text/html" and "A text/html file should be described as an `HTML
Page'".

Normally, you shouldn't need to edit this database, but if you do you
can use MIME-Editor for the task.

%prep
%setup -q -n %fname-%version

%build

%install
mkdir -p %{buildroot}/%appdir
cp -r %oname %{buildroot}/%appdir
rm -f %{buildroot}%appdir/%oname/Messages/dist
rm -f %{buildroot}%appdir/%oname/Messages/*po
for gmo in %{buildroot}%appdir/%oname/Messages/*.gmo;do
echo "%lang($(basename $gmo|sed s/.gmo//)) $(echo $gmo|sed s!%{buildroot}!!)" >> %name.lang
done

%clean

%files -f %name.lang
%doc %appdir/%oname/Help
%dir %appdir/%oname/
%appdir/%oname/*.*
%appdir/%oname/AppRun
%appdir/%oname/.DirIcon
%dir %appdir/%oname/Messages




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-2
+ Revision: 230ac42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7585 |14cr|rox-musicbox-027-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define oname MusicBox

Summary: Music player for the ROX desktop
Name:    rox-musicbox
Version: 027
Release: 9
Source0: http://www.hayber.us/rox/musicbox/%{oname}-%{version}.tar.bz2
Patch:   MusicBox-026-pic.patch
License: GPL
Group:   Sound
URL: http://www.hayber.us/rox/MusicBox/
Requires: rox-lib >= 1.9.8
Requires: pyvorbis
Requires: pyao
Requires: pymad
Requires: pyid3lib
#BuildRequires: libflac-devel
BuildRequires: python-devel
BuildRequires: swig

%description
MusicBox plays your mp3 and ogg files (yea!).  It supports ogg via
pyogg/libvorbis and mp3 via pymad/libmad.

MusicBox supports mp3, ogg files, directories, .pls and .m3u files to
build the playlist.  Any and all of these can be used together.

%prep
%setup -q -n %oname
%patch -p1
find  . -name .svn|xargs rm -rf

%build
#cd plugins/flac
#%make

%install
rm -rf %{name}.lang
mkdir -p %{buildroot}/%{_libdir}/apps
cp -r ../%{oname} %{buildroot}/%{_libdir}/apps/
rm -f %{buildroot}/%{_libdir}/apps/%{oname}/Messages/*.po
rm -f %{buildroot}/%{_libdir}/apps/%{oname}/messages.pot
# wrong bytecode version
rm -f %{buildroot}/%{_libdir}/apps/%{oname}/*.pyc
rm -f %{buildroot}/%{_libdir}/apps/%{oname}/Messages/dist
rm -f %{buildroot}/%{_libdir}/apps/%{oname}/Messages/update-po
rm -f %{buildroot}/%{_libdir}/apps/%{oname}/Messages/make_tips
#flac source code
rm -f %{buildroot}%{_libdir}/apps/%{oname}/plugins/flac/*.i
rm -f %{buildroot}%{_libdir}/apps/%{oname}/plugins/flac/*.c 
rm -f %{buildroot}%{_libdir}/apps/%{oname}/plugins/flac/Makefile

for gmo in %{buildroot}%{_libdir}/apps/%{oname}/Messages/*.gmo;do
echo "%lang($(basename $gmo|sed s/.gmo//)) $(echo $gmo|sed s!%{buildroot}!!)" >> %{name}.lang
done

%files -f %{name}.lang
%doc %{_libdir}/apps/%{oname}/Help
%dir %{_libdir}/apps/%{oname}/
%dir %{_libdir}/apps/%{oname}/Messages
%{_libdir}/apps/%{oname}/Messages/tips.py
%{_libdir}/apps/%{oname}/plugins/
%{_libdir}/apps/%{oname}/Extras/
%{_libdir}/apps/%{oname}/images/
%{_libdir}/apps/%{oname}/AppRun
%{_libdir}/apps/%{oname}/.DirIcon
%{_libdir}/apps/%{oname}/*.py
%{_libdir}/apps/%{oname}/AppInfo.xml
%{_libdir}/apps/%{oname}/Options.xml
%{_libdir}/apps/%{oname}/tips

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 027-9
+ Revision: 66bcbd1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7586 |14cr|rox-pager-1.0.2-0.20050604.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Pager
%define version 1.0.2
%define cvs 20050604
%define fname pager-%cvs
Name:		rox-pager
Version:	%version
Release:	%mkrel 0.%cvs.6
Summary:	Pager for the panel of the ROX-Filer
Group:		Graphical desktop/Other
License:	GPL
URL:		http://rox.sourceforge.net/phpwiki/index.php/Pager
Source0:	http://prdownloads.sourceforge.net/rox/%fname.tar.bz2
Requires:       rox
BuildRequires: libwnck-devel
BuildRequires: libxml2-devel
Buildroot: %_tmppath/%name-%version

%description
The pager is a panel applet that shows a miniature view of your
desktop. You can use it to bring hidden windows to the front, move
windows around or, if using multiple workspaces, see which one you're
on and change between them.

The pager will only work if your window manager supports the Extended
Window Manager Hints standard, defined at http://freedesktop.org.
Different window managers have different levels of support for this,
so if it doesn't work, it's probably a problem with the window manager
rather than with the pager.

%define _appsdir %{_libdir}/apps

%prep
%setup -q -n %oname

%build
export CFLAGS="$RPM_OPT_FLAGS"
./AppRun --compile

%install
rm -rf %buildroot
mkdir -p $RPM_BUILD_ROOT%{_appsdir}
cp -a ../%oname $RPM_BUILD_ROOT%{_appsdir}/%{oname}
rm -rf %buildroot%_appsdir/%oname/./src


%files
%defattr(-,root,root)
%doc %{_appsdir}/%oname/Help
%dir %{_appsdir}/%oname/
%{_appsdir}/%oname/Linux*
%{_appsdir}/%oname/App*
%{_appsdir}/%oname/Options.xml
%{_appsdir}/%oname/.DirIcon
%dir %_libdir/apps/Pager/Messages/
%lang(it) %_libdir/apps/Pager/Messages/it.gmo

%clean 
rm -rf %buildroot





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.2-0.20050604.6
+ Revision: 7ed739a
- Automatic import for version 1.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7587 |14cr|rox-session-0.30-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ROX-Session
%define version 0.30
%define name rox-session
%define appdir %_prefix/lib/apps
Name:		%name
Version:	%version
Release:    7
Summary:	Session manager for the ROX graphical desktop
Group:		Graphical desktop/Other
License:	GPL
URL:		http://rox.sourceforge.net/rox_session.php3
Source:		http://prdownloads.sourceforge.net/rox/%{name}-%{version}.tar.bz2
Source1:	rox-session
Source2:	%name-48.png
Source3:	%name-32.png
Source4:	%name-16.png
Patch1: rox-session-0.26-suppress-error.patch
Requires:	rox-lib
Requires: 	python
Requires:	dbus-python
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildArch: noarch

%description
ROX-Session is a really simple session manager. It loads, runs any
programs you asked it to, and then quits when you run it a second time
(thus ending your session). It does not display any windows until you
ask it to quit.

The first time you run it it will offer to make itself your session
manager (so that you'll get a ROX desktop when you log in).

%prep
%setup -q
%patch1 -p1
chmod 644 %oname/*.xml

%build
rm -f %oname/Messages/*.p?
rm -f %oname/Messages/update-po
rm -f %oname/Messages/dist

%install
rm -rf $RPM_BUILD_ROOT %name.lang
mkdir -p $RPM_BUILD_ROOT%appdir
cp -a ./%oname $RPM_BUILD_ROOT%appdir
rm -rf %buildroot%appdir/%oname/{src,build}

#rox session entry
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat << EOF > %{buildroot}%{_sysconfdir}/X11/wmsession.d/17Rox
NAME=ROX
ICON=%name.png
DESC=Session manager for the ROX desktop
EXEC=%{_bindir}/rox-session
SCRIPT:
exec %{_bindir}/rox-session
EOF

#session script
mkdir -p %buildroot%_bindir
cp %SOURCE1 %buildroot%_bindir/%name
#gw path to the ROX-Session directory
perl -pi -e "s^%%s^%appdir/%oname^" %buildroot%_bindir/%name

#session icons
mkdir -p %buildroot{%_iconsdir,%_miconsdir,%_liconsdir}
install -m 644 %SOURCE2 %buildroot%_liconsdir/%name.png
install -m 644 %SOURCE3 %buildroot%_iconsdir/%name.png
install -m 644 %SOURCE4 %buildroot%_miconsdir/%name.png

for gmo in %buildroot%appdir/%oname/Messages/*.gmo;do
echo "%lang($(basename $gmo|sed s/.gmo//)) $(echo $gmo|sed s!%buildroot!!)" >> %name.lang
done

%clean
rm -rf $RPM_BUILD_ROOT



%files -f %name.lang
%defattr (-,root,root)
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/17Rox
%attr(755,root,root) %{_bindir}/rox-session
%doc %appdir/%oname/Help
%dir %appdir/%oname
%appdir/%oname/.DirIcon
%appdir/%oname/browser
%appdir/%oname/AppRun
%appdir/%oname/Login
%appdir/%oname/RunROX
%appdir/%oname/Setup*
%appdir/%oname/Styles
%appdir/%oname/*.*
%appdir/%oname/images
%appdir/%oname/tests
%dir %appdir/%oname/Messages
%_liconsdir/%name.png
%_iconsdir/%name.png
%_miconsdir/%name.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30-7
+ Revision: 201ab1c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7588 |14cr|rox-system-1.9.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname system
%define roxname System
%define roxdir %_prefix/lib/apps

Name:		rox-system
Version:	1.9.1
Release:	8
Summary:	System monitor for the ROX graphical desktop
Group:		Graphical desktop/Other
License:	GPL
URL:		http://rox.sourceforge.net/system.html
Source:		http://prdownloads.sourceforge.net/%{name}/%{oname}-%{version}.tar.bz2
Requires:	rox-lib >= 1.9.9
Requires:	python-ctypes
BuildArch:	noarch

%description
System displays information about your system - what processes are running
and the amount of memory they are using, as well as free and used disk space.
It can also be useful for quitting crashed applications.

%prep
%setup -q -n %{oname}-%{version}

%build
cd %{roxname}/Messages
./dist
rm -f *.old

%install
mkdir -p %{buildroot}%{roxdir}
cp -a %{roxname} %{buildroot}%{roxdir}
rm -rf %{buildroot}%{roxdir}/%{roxname}/CVS \
	%{buildroot}%{roxdir}/%{roxname}/Help/CVS \
    %{buildroot}%{roxdir}/%{roxname}/Messages/dist \
    %{buildroot}%{roxdir}/%{roxname}/Messages/*po

for gmo in %{buildroot}%{roxdir}/%{roxname}/Messages/*.gmo;do
echo "%lang($(basename $gmo|sed s/.gmo//)) $(echo $gmo|sed s!%{buildroot}!!)" >> %{name}.lang
done

%files -f %{name}.lang
%doc %{roxdir}/%{roxname}/Help
%dir %{roxdir}/%{roxname}
%dir %{roxdir}/%{roxname}/Messages
%{roxdir}/%{roxname}/.DirIcon
%{roxdir}/%{roxname}/*.py
%{roxdir}/%{roxname}/AppRun
%attr(644,root,root) %{roxdir}/%{roxname}/*.xml
%{roxdir}/%{roxname}/images


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.1-8
+ Revision: 7c55153
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7589 |14cr|rox-wallpaper-2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname wallpaper
%define appdir %{_prefix}/lib/apps

Summary:   Set the wallpaper image for the ROX graphical desktop

Name:      rox-wallpaper
Version:   2.3
Release:   2
Source0:   https://sourceforge.net/projects/rox/files/Wallpaper/2.3/Wallpaper-%{version}.tar.gz
License:   GPL
Group:     Graphical desktop/Other
URL:       http://rox.sf.net/wallpaper.html
Requires:  rox-lib
BuildArch: noarch

%description
This program can be used to set the background image for your pinboard, if
you are using ROX-Filer 1.3.1 or later to manage it. Use an older version of
Wallpaper to set the background with older versions of the filer.

Note that ROX-Filer already allows you to set an image or plain colour for
the backdrop. Wallpaper lets you do more interesting things...

%prep
%setup -qc
chmod 644 Wallpaper/Wallpaper.xml

%build

%install
rm -rf %{buildroot} %{name}.lang
mkdir -p %{buildroot}/%{appdir}
cp -r Wallpaper %{buildroot}/%{appdir}
rm -rf %{buildroot}/%{appdir}/Wallpaper/Messages/*.po
rm -rf %{buildroot}/%{appdir}/Wallpaper/Messages/dist
rm -rf %{buildroot}/%{appdir}/Wallpaper/Messages/update-po
for gmo in %{buildroot}%{appdir}/Wallpaper/Messages/*.gmo;do
echo "%lang($(basename $gmo|sed s/.gmo//)) $(echo $gmo|sed s!%{buildroot}!!)" >> %{name}.lang
done

%clean

%files -f %{name}.lang
%doc %{appdir}/Wallpaper/Help
%dir %{appdir}/Wallpaper
%{appdir}/Wallpaper/.DirIcon
%{appdir}/Wallpaper/*.py
%{appdir}/Wallpaper/App*
%{appdir}/Wallpaper/Wallpaper.xml
%{appdir}/Wallpaper/Messages/messages.pot
%{appdir}/Wallpaper/makedist.sh


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3-2
+ Revision: f1e6b7f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7590 |14cr|rox-wrappers-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _appsdir %{_libdir}/apps

Summary:	A collection of ROX Wrapper scripts
Name:		rox-wrappers
Version:	0.1
Release:	6
Group:		Graphical desktop/Other
License:	GPL
URL:		http://rox.sourceforge.net
Source0:	Wrappers.tar.bz2
Source1:	Drives.tar.bz2
Source2:	Antiword.tar.bz2
Source3:	Display.tar.bz2
Source4:	LaTeX.tar.bz2
Source5:	XDvi.tar.bz2
Source6:	XEmacs.tar.bz2
Source7:	XV.tar.bz2
Source8:	xTerminal.tar.bz2
Source9:	roxstuff.tar.bz2
Source10:	appmenu_convert.pl.bz2
Patch0:		Wrappers-AppRun-patch.bz2
Patch1:		Antiword-AppRun-patch.bz2
BuildRequires:  imagemagick
BuildArch: noarch

%description
ROX-Filer is a fast, powerful, and easy to use graphical file
manager. It has full support for drag-and-drop and application
directories.  The filer can also provide a pinboard (allowing you to pin
up files on your desktop background) and panels.  The emphasis is on
uncluttered directory views; menus and prompts only appear when needed.

This package contains a collection of ROX wrapper scripts for various 
applications.

#
# Multimedia
%package multimedia
Summary:  A collection of ROX Wrapper scripts for multimedia applications
Group:	  Graphical desktop/Other
Requires: rox

%description multimedia
ROX-Filer is a fast, powerful, and easy to use graphical file
manager. It has full support for drag-and-drop and application
directories.  The filer can also provide a pinboard (allowing you to pin
up files on your desktop background) and panels.  The emphasis is on
uncluttered directory views; menus and prompts only appear when needed.

This package contains a collection of ROX wrapper scripts for multimedia 
applications.


#
# Networking
%package networking
Summary:  A collection of ROX Wrapper scripts for networking applications
Group:	  Graphical desktop/Other
Requires: rox


%description networking
ROX-Filer is a fast, powerful, and easy to use graphical file
manager. It has full support for drag-and-drop and application
directories.  The filer can also provide a pinboard (allowing you to pin
up files on your desktop background) and panels.  The emphasis is on
uncluttered directory views; menus and prompts only appear when needed.

This package contains a collection of ROX wrapper scripts for networking 
applications.


#
# Office
%package office
Summary:  A collection of ROX Wrapper scripts for office applications
Group:	  Graphical desktop/Other
Requires: rox

%description office
ROX-Filer is a fast, powerful, and easy to use graphical file
manager. It has full support for drag-and-drop and application
directories.  The filer can also provide a pinboard (allowing you to pin
up files on your desktop background) and panels.  The emphasis is on
uncluttered directory views; menus and prompts only appear when needed.

This package contains a collection of ROX wrapper scripts for office 
applications.


#
# Text tools
%package texttools
Summary:  A collection of ROX Wrapper scripts for text editors/viewers
Group:	  Graphical desktop/Other
Requires: rox

%description texttools
ROX-Filer is a fast, powerful, and easy to use graphical file
manager. It has full support for drag-and-drop and application
directories.  The filer can also provide a pinboard (allowing you to pin
up files on your desktop background) and panels.  The emphasis is on
uncluttered directory views; menus and prompts only appear when needed.

This package contains a collection of ROX wrapper scripts for text 
editors/viewers.


#
# Utilities
%package utils
Summary:  A collection of ROX Wrapper scripts for various utilities
Group:	  Graphical desktop/Other
Requires: rox

%description utils
ROX-Filer is a fast, powerful, and easy to use graphical file
manager. It has full support for drag-and-drop and application
directories.  The filer can also provide a pinboard (allowing you to pin
up files on your desktop background) and panels.  The emphasis is on
uncluttered directory views; menus and prompts only appear when needed.

This package contains a collection of ROX wrapper scripts for various 
utilities.


%prep
%setup -q -T -b 0 -c -n %{name}-%{version}
%setup -q -T -D -a 1 -n %{name}-%{version}
%setup -q -T -D -a 2 -n %{name}-%{version}
%setup -q -T -D -a 3 -n %{name}-%{version}
%setup -q -T -D -a 4 -n %{name}-%{version}
%setup -q -T -D -a 5 -n %{name}-%{version}
%setup -q -T -D -a 6 -n %{name}-%{version}
%setup -q -T -D -a 7 -n %{name}-%{version}
%setup -q -T -D -a 8 -n %{name}-%{version}
%setup -q -T -D -a 9 -n %{name}-%{version}

# Editors nedit patch
%patch0 -p1

# Antiword ggv patch
%patch1 -p1

# Fix path for antiword
for FILE in Antiword/AppRun Antiword/Convert ; do

    sed "s|\$APP_DIR/\$PLATFORM|%{_bindir}|" < $FILE > $FILE.tmp
    mv $FILE.tmp $FILE
    chmod 755 $FILE

done

%build

%install
mkdir -p ${RPM_BUILD_ROOT}%{_appsdir}

cp -rf Wrappers/* ${RPM_BUILD_ROOT}%{_appsdir}
cp -rf Drives/* ${RPM_BUILD_ROOT}%{_appsdir}
rm -f  XEmacs/AppRun.ksh
mv -f  roxstuff/Floppy roxstuff/Floppy-2
mv -f  roxstuff/XEmacs roxstuff/XEmacs-2
cp -rf roxstuff/* ${RPM_BUILD_ROOT}%{_appsdir}



for DIR in Antiword Display LaTeX XDvi XEmacs XV xTerminal ; do

    mkdir -p ${RPM_BUILD_ROOT}%{_appsdir}/$DIR
    cp -rf $DIR/* ${RPM_BUILD_ROOT}%{_appsdir}/$DIR

done

rm -rf ${RPM_BUILD_ROOT}%{_appsdir}/Antiword/src

function copy_dotfiles {

    for FILE in */.DirIcon* ; do

	if [ -e "$FILE" ]; then

	    install -m 644 "$FILE" "${RPM_BUILD_ROOT}%{_appsdir}/$FILE"

	else

	    true

	fi

    done

}

for DIR in Drives Wrappers roxstuff ; do

    cd "$DIR"
    copy_dotfiles
    cd ../

done

for DIR in ${RPM_BUILD_ROOT}%{_appsdir}/*/ ; do

    # Convert xpm to png.
    if [ -e $DIR/AppIcon.xpm ]; then

	convert $DIR/AppIcon.xpm $DIR/AppIcon.png
	mv $DIR/AppIcon.png $DIR/.DirIcon
	rm -f $DIR/AppIcon.xpm

    fi

    # Convert old AppMenu to new AppInfo.xml (doesn't work).
    if [ -e $DIR/AppMenu ]; then

	#bzcat %{SOURCE10} > appmenu_convert.pl
	#chmod 755 ./appmenu_convert.pl
	#./appmenu_convert.pl $DIR/AppMenu > $DIR/AppInfo.xml

	#Remove old AppMenu files
	rm -f $DIR/AppMenu

    fi

done

install -m 644 Antiword/.DirIcon* ${RPM_BUILD_ROOT}%{_appsdir}/Antiword/.DirIcon
mv -f ${RPM_BUILD_ROOT}%{_appsdir}/XEmacs/ChangeLog ${RPM_BUILD_ROOT}%{_appsdir}/XEmacs/Help/ChangeLog
mv ${RPM_BUILD_ROOT}%{_appsdir}/CD-ROM ${RPM_BUILD_ROOT}%{_appsdir}/"Samba CD-ROM"
mv ${RPM_BUILD_ROOT}%{_appsdir}/"CD Writer" ${RPM_BUILD_ROOT}%{_appsdir}/"Samba CD-Writer"

# Don't step on MDK rox package.
mv ${RPM_BUILD_ROOT}%{_appsdir}/Gimp ${RPM_BUILD_ROOT}%{_appsdir}/Gimp-2
mv ${RPM_BUILD_ROOT}%{_appsdir}/Vim ${RPM_BUILD_ROOT}%{_appsdir}/Vim-2

# Fix permissions
chmod -R u=rwX %{buildroot}%{_appsdir}
chmod -R go=rX %{buildroot}%{_appsdir}


#
# Multimedia
%files multimedia
%dir %{_appsdir}/Audio
%{_appsdir}/Audio/*
%{_appsdir}/Audio/.DirIcon

%dir %{_appsdir}/Display
%{_appsdir}/Display/*
%{_appsdir}/Display/.DirIcon

%dir %{_appsdir}/Gimp-2
%{_appsdir}/Gimp-2/*
%{_appsdir}/Gimp-2/.DirIcon

%dir %{_appsdir}/Graphics
%{_appsdir}/Graphics/*
%{_appsdir}/Graphics/.DirIcon

%dir %{_appsdir}/XFig
%{_appsdir}/XFig/*
%{_appsdir}/XFig/.DirIcon

%dir %{_appsdir}/XV
%{_appsdir}/XV/*
%{_appsdir}/XV/.DirIcon


#
# Networking
%files networking
%dir %{_appsdir}/Browser
%{_appsdir}/Browser/*
%{_appsdir}/Browser/.DirIcon
"%{_appsdir}/Samba CD-ROM/"
"%{_appsdir}/Samba CD-Writer/"


#
# Office
%files office
%dir %{_appsdir}/PIM
%{_appsdir}/PIM/*
%{_appsdir}/PIM/.DirIcon


#
# Text Tools
%files texttools
%dir %{_appsdir}/Antiword
%{_appsdir}/Antiword/*
%{_appsdir}/Antiword/.DirIcon

%dir %{_appsdir}/Editors
%{_appsdir}/Editors/*
%{_appsdir}/Editors/.DirIcon

%dir %{_appsdir}/LaTeX
%{_appsdir}/LaTeX/*
%{_appsdir}/LaTeX/.DirIcon

%dir %{_appsdir}/Vim-2
%{_appsdir}/Vim-2/*
%{_appsdir}/Vim-2/.DirIcon

%dir %{_appsdir}/XDvi
%{_appsdir}/XDvi/*
%{_appsdir}/XDvi/.DirIcon

%dir %{_appsdir}/XEmacs
%{_appsdir}/XEmacs/*
%{_appsdir}/XEmacs/.DirIcon

%dir %{_appsdir}/XEmacs-2
%{_appsdir}/XEmacs-2/*
%{_appsdir}/XEmacs-2/.DirIcon


#
# Utilities
%files utils
%dir %{_appsdir}/Floppy
%{_appsdir}/Floppy/*
%{_appsdir}/Floppy/.DirIcon

%dir %{_appsdir}/Floppy-2
%{_appsdir}/Floppy-2/*
%{_appsdir}/Floppy-2/.DirIcon

%dir %{_appsdir}/GZip
%{_appsdir}/GZip/*
%{_appsdir}/GZip/.DirIcon

%dir %{_appsdir}/xTerminal
%{_appsdir}/xTerminal/*
%{_appsdir}/xTerminal/.DirIcon



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-6
+ Revision: ebecea1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7591 |14cr|R-oz-1.0.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  oz
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0.20
Release:          2
Summary:          Plot the Australian coastline and states
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/oz_1.0-20.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-graphics 
BuildRequires:    R-devel Rmath-devel texlive
BuildRequires:    R-graphics 

%description
Functions for plotting Australia's coastline and state boundaries.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.20-2
+ Revision: 0cde51b
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7592 |14cr|R-pan-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pan
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9
Release:          2
Summary:          Multiple imputation for multivariate panel or clustered data
Group:            Sciences/Mathematics
License:          MIT + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz



Requires:         R-mitools R-lme4 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

BuildRequires:   R-mitools R-lme4 
%description
Multiple imputation for multivariate panel or clustered data

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-2
+ Revision: 7a9a9c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7593 |14cr|R-parathyroidSE-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  parathyroidSE
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.4
Release:          2
Summary:          SummarizedExperiment for RNA-Seq of primary cultures of parathyroid tumors
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://bioconductor.org/packages/release/data/experiment/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/experiment/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-GenomicRanges 

Requires:         R-Rsamtools R-GEOquery R-SRAdb R-GenomicFeatures R-BiocStyle 
BuildRequires:    R-devel Rmath-devel texlive-latex R-GenomicRanges

BuildRequires:   R-Rsamtools R-GEOquery R-SRAdb R-GenomicFeatures R-BiocStyle 

%description
This package provides SummarizedExperiment objects of read counts in genes
and exonic parts for paired-end RNA-Seq data from experiments on primary
cultures of parathyroid tumors.  The data were presented in the article
"Evidence of a Functional Estrogen Receptor in Parathyroid Adenomas" by
Haglund F, Ma R, Huss M, Sulaiman L, Lu M, Nilsson IL, Hoog A, Juhlin CC,
Hartman J, Larsson C, J Clin Endocrinol Metab. jc.2012-2484, Epub 2012 Sep
28, PMID: 23024189.  The sequencing was performed on tumor cultures from 4
patients at 2 time points over 3 conditions (DPN, OHT and control).  One
control sample was omitted by the paper authors due to low quality.  The
package vignette describes the creation of the object from raw sequencing
data provided by NCBI Gene Expression Omnibus under accession number
GSE37211.  The gene and exon features are the GRCh37 Ensembl annotations.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Disable check, some tricks are required to pass them inside ABF chroots
# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-2
+ Revision: 5205ade
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7594 |14cr|R-party-1.0.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  party
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.13
Release:          2
Summary:          A Laboratory for Recursive Partytioning
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/party_1.0-13.tar.gz
Requires:         R-methods R-survival R-grid R-modeltools R-coin R-zoo
Requires:         R-sandwich R-strucchange R-vcd R-stats
Requires:         R-ipred R-mlbench R-colorspace R-MASS R-mvtnorm
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires: R-TH.data
Requires: R-TH.data
BuildRequires:    R-methods R-survival R-grid R-modeltools R-coin R-zoo
BuildRequires:    R-sandwich R-strucchange R-vcd R-stats
BuildRequires:    R-ipred R-mlbench R-colorspace R-MASS R-mvtnorm
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
A computational toolbox for recursive partitioning. The core of the
package is ctree(), an implementation of conditional inference trees which
embed tree-structured regression models into a well defined theory of
conditional inference procedures. This non-parametric class of regression
trees is applicable to all kinds of regression problems, including
nominal, ordinal, numeric, censored as well as multivariate response
variables and arbitrary measurement scales of the covariates. Based on
conditional inference trees, cforest() provides an implementation of
Breiman's random forests. The function mob() implements an algorithm for
recursive partitioning based on parametric models (e.g. linear models,
GLMs or survival regression) employing parameter instability tests for
split selection. Extensible functionality for visualizing tree-structured
regression models is available.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/party/demo/strucchange-perm.R
%{rlibdir}/party/doxygen.cfg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.13-2
+ Revision: 65a7794
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7595 |14cr|R-pasilla-0.2.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pasilla
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.2.20
Release:          2
Summary:          Per-exon and per-gene read counts of RNA-seq samples of Pasilla knock-down
Group:            Sciences/Mathematics
License:          LGPL
URL:              None
Source0:          http://bioconductor.org/packages/data/experiment/src/contrib/pasilla_0.2.20.tar.gz
Requires:         R-DEXSeq R-DESeq 
Requires:         R-locfit R-edgeR R-xtable 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-DEXSeq R-DESeq
BuildRequires:    R-locfit R-edgeR R-xtable 

%description
This package provides per-exon and per-gene read counts computed for
selected genes from RNA-seq data that were presented in the article
"Conservation of an RNA regulatory map between Drosophila and mammals" by
Brooks AN, Yang L, Duff MO, Hansen KD, Park JW, Dudoit S, Brenner SE,
Graveley BR, Genome Res. 2011 Feb;21(2):193-202, Epub 2010 Oct 4, PMID:
20921232.  The experiment studied the effect of RNAi knockdown of Pasilla,
the Drosophila melanogaster ortholog of mammalian NOVA1 and NOVA2, on the
transcriptome.  The package vignette describes how the data provided here
were derived from the RNA-Seq read sequence data that is provided by NCBI
Gene Expression Omnibus under accession numbers GSM461176 to GSM461181

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.20-2
+ Revision: 1b85742
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7596 |14cr|R-pasillaBamSubset-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pasillaBamSubset
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.3.0
Release:          1
Summary:          Subset of BAM files from "Pasilla" experiment
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://bioconductor.org/packages/devel/data/experiment/html/%{packname}.html
Source0:          http://bioconductor.org/packages/devel/data/experiment/src/contrib/%{packname}_%{version}.tar.gz


BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-pasilla


%description 
Subset of BAM files from "Pasilla" experiment.
Bioconductor version: Development (3.0).
Subset of BAM files untreated1.bam (single-end reads) and 
untreated3.bam (paired-end reads) from "Pasilla" experiment 
(Pasilla knock-down by Brooks et al., Genome Research 2011). 
See the vignette in the pasilla data package for how BAM 
files untreated1.bam and untreated3.bam were obtained from 
the RNA-Seq read sequence data that is provided by NCBI 
Gene Expression Omnibus under accession numbers GSM461176 
to GSM461181. Also contains the DNA sequence for fly 
chromosome 4 to which the reads can be mapped.


%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/extdata

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-1
+ Revision: 0861edf
- Added tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7597 |14cr|R-pbivnorm-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pbivnorm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.5.1
Release:          2
Summary:          Vectorized Bivariate Normal CDF
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.5-1.tar.gz
BuildRequires:    R-devel Rmath-devel texlive


%description
Provides a vectorized R function for calculating probabilities from a
standard bivariate normal CDF.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
+ Revision: 09ef540
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7598 |14cr|R-pbkrtest-0.3.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pbkrtest
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.3.7
Release:          2
Summary:          Parametric bootstrap and Kenward Roger based methods for mixed model comparison
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.3-7.tar.gz

Requires:         R-MASS R-lme4 R-parallel 
Requires:         R-Matrix 
Requires:         R-gplots 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS R-lme4 R-parallel
BuildRequires:    R-Matrix 
BuildRequires:   R-gplots 
%description
Test in linear mixed effects models. . Attention is on linear mixed
effects models as implemented in the lme4 package. . The package
implements a parametric bootstrap test . The package implements a
Kenward-Roger modification of F-tests

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# % check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.7-2
+ Revision: 6a40327
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7599 |14cr|R-PBSmapping-2.66.53-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  PBSmapping
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.66.53
Release:          2
Summary:          Mapping Fisheries Data and Spatial Analysis Tools
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/PBSmapping_2.66.53.tar.gz
Requires:         R-foreign R-deldir
%if %{without bootstrap}
Requires:         R-maptools
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-foreign R-deldir
%if %{without bootstrap}
BuildRequires:    R-maptools
%endif

%description
This software has evolved from fisheries research conducted at the Pacific
Biological Station (PBS) in Nanaimo, British Columbia, Canada. It extends
the R language to include two-dimensional plotting features similar to
those commonly available in a Geographic Information System (GIS). 
Embedded C code speeds algorithms from computational geometry, such as
finding polygons that contain specified point events or converting between
longitude-latitude and Universal Transverse Mercator (UTM) coordinates. 
It includes data for a global shoreline and other data sets in the public
domain. The R directory '.../library/PBSmapping/doc' includes a complete
user's guide PBSmapping-UG.pdf. To use this package effectively, please
consult the guide.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/Extra
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/Utils
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.66.53-2
+ Revision: 6ff1266
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7600 |14cr|rpc2-2.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	4
%define	libname	    %mklibname %{name}_ %{major}
%define	develname	%mklibname %{name} -d

Summary:	RPC2 library
Name:		rpc2
Version:	2.10
Release:	3
License:	LGPL
URL:		http://www.coda.cs.cmu.edu
Source0:	ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/%{name}-%{version}.tar.gz
Patch0:		rpc2-2.8-fix-format-errors.patch
BuildRequires:	flex
BuildRequires:	bison
BuildRequires:	liblwp-devel
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel
Group:		Development/Other

%description
RPC2 is a remote procedure call library layered on top of UDP sockets and is
used by the Coda distributed filesystem. 

%package -n	%{libname}
Summary:	RPC2 library development files
Group:		Development/Other

%description -n %{libname}
RPC2 is a remote procedure call library layered on top of UDP sockets and is
used by the Coda distributed filesystem. 

%package -n	%{develname}
Summary:	RPC2 library development files
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	rpc2-devel = %{version}-%{release}
Obsoletes:  %mklibname %{name}_ -d 4

%description -n %{develname}
Headers and static libraries for developing programs using the RPC2 library.

%prep
%setup -q
%patch0 -p 1

%build
%configure2_5x
%make

%install
%makeinstall

%files -n %{libname}
%{_libdir}/librpc2.so.*
%{_libdir}/libse.so.*

%files -n %{develname}
%doc NEWS
%{_bindir}/rp2gen
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/rpc2
%{_libdir}/pkgconfig/rpc2.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10-3
+ Revision: 6ac48d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7601 |14cr|R-pcaPP-1.9.49-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pcaPP
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.9.49
Release:          2
Summary:          Robust PCA by Projection Pursuit
Group:            Sciences/Mathematics
License:          GPL (>= 3)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.9-49.tar.gz

Requires:         R-mvtnorm 

BuildRequires:    R-devel Rmath-devel texlive-latex R-mvtnorm
BuildRequires:    lapack-devel


%description
Robust PCA by Projection Pursuit

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.49-2
+ Revision: 8f7d3c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7602 |14cr|R-penalized-0.9.42-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  penalized
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9.42
Release:          3
Summary:          L1 and L2 penalized estimation in GLMs and in the Cox model
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.9-42.tar.gz

Requires:         R-methods R-survival
Requires:         R-survival
Requires:         R-globaltest
BuildRequires:    R-devel Rmath-devel texlive-latex R-methods R-survival
BuildRequires:    R-survival
BuildRequires:    R-globaltest

%description
A package for fitting possibly high dimensional penalized regression
models. The penalty structure can be any combination of an L1 penalty
(lasso and fused lasso), an L2 penalty (ridge) and a positivity constraint
on the regression coefficients. The supported regression models are
linear, logistic and poisson regression and the Cox Proportional Hazards
model. Cross-validation routines allow optimization of the tuning

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Thu Sep 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.42-3
+ Revision: 3992aa8
- Revert bootstrap



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7603 |14cr|R-pkgDepTools-1.28.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with internet
%global packname  pkgDepTools
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.28.0
Release:          2
Summary:          Package Dependency Tools
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/pkgDepTools_1.28.0.tar.gz
Requires:         R-methods R-graph R-RBGL R-Biobase R-Rgraphviz R-RCurl
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-graph R-RBGL R-Biobase R-Rgraphviz R-RCurl

%description
This package provides tools for computing and analyzing dependency
relationships among R packages.  It provides tools for building a
graph-based representation of the dependencies among all packages in a
list of CRAN-style package repositories.  There are also utilities for
computing installation order of a given package.  If the RCurl package is
available, an estimate of the download size required to install a given
package and its dependencies can be obtained.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{with internet}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.28.0-2
+ Revision: 144252a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7604 |14cr|R-PKPDmodels-0.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  PKPDmodels
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.3.2
Release:          2
Summary:          Pharmacokinetic/pharmacodynamic models
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-lattice 
BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:   R-lattice 

%description
Provides functions to evaluate common pharmacokinetic/pharmacodynamic
models and their gradients.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-2
+ Revision: 7d928f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7605 |14cr|rplay-3.3.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %{_lib}%{name}
%define libnamedevel %{_lib}%{name}-devel

Summary: A flexible network audio system
Name:    rplay
Version: 3.3.2
Release: 8
Source0: %{name}-%{version}.tar.bz2
Patch0: rplay-3.3.2-use-gnu.patch
License: GPL
Group: Sound
Url: http://rplay.doit.org/
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires(pre): rpm-helper
Requires(preun): rpm-helper

%description
rplay is a flexible network audio system that allows sounds to be
played to and from local and remote Unix systems.  Sounds can be
played with or without sending audio data over the network using
either UDP or TCP.  rplay audio servers can be configured to share
sound files with each other.

Support for rplay is included in several applications.  These include
xpilot, xlockmore, xboing, fvwm, and ctwm.

%package -n %{libname}
Group: Sound
Summary: The rplay libraries

%description -n %{libname}
rplay is a flexible network audio system that allows sounds to be
played to and from local and remote Unix systems.  Sounds can be
played with or without sending audio data over the network using
either UDP or TCP.  rplay audio servers can be configured to share
sound files with each other.

Support for rplay is included in several applications.  These include
xpilot, xlockmore, xboing, fvwm, and ctwm.

%package -n %{libnamedevel}
Group: Sound
Summary: The rplay libraries
Requires: %{libname} = %{version}
Provides: %{name}-devel = %{version}-%{release}

%description -n %{libnamedevel}
rplay is a flexible network audio system that allows sounds to be
played to and from local and remote Unix systems.  Sounds can be
played with or without sending audio data over the network using
either UDP or TCP.  rplay audio servers can be configured to share
sound files with each other.

Support for rplay is included in several applications.  These include
xpilot, xlockmore, xboing, fvwm, and ctwm.

%prep
%setup -q
%patch0 -p0 -b .usegnu

%build
%configure

%make

%install
%makeinstall


%files
%doc ChangeLog NEWS PORTING README README.linux TODO
%{_bindir}/*
%{_mandir}/*/*
%{_infodir}/*

%files -n %{libname}
%doc ChangeLog NEWS PORTING README README.linux TODO
%{_libdir}/*.so

%files -n %{libnamedevel}
%doc ChangeLog NEWS PORTING README README.linux TODO
%{_includedir}/*
%{_libdir}/*.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.2-8
+ Revision: 656480b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7606 |14cr|R-playwith-0.9.54-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  playwith
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9.54
Release:          3
Summary:          A GUI for interactive plots using GTK+
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/playwith_0.9-54.tar.gz
Requires:         R-lattice R-cairoDevice R-gWidgetsRGtk2 R-grid 
Requires:         R-RGtk2 R-gWidgets R-gridBase R-grDevices R-graphics
Requires:         R-stats R-utils R-zoo R-MASS R-ggplot2 R-sp
%if %{without bootstrap}
Requires:         R-latticist
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-lattice R-cairoDevice R-gWidgetsRGtk2 R-grid
BuildRequires:    R-RGtk2 R-gWidgets R-gridBase R-grDevices R-graphics
BuildRequires:    R-stats R-utils R-zoo R-MASS R-ggplot2 R-sp
%if %{without bootstrap}
BuildRequires:    R-latticist
%endif
BuildRequires:    x11-server-xvfb

%description
A GTK+ graphical user interface for editing and interacting with R plots.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
xvfb-run %{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/etc
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.54-3
+ Revision: 30107d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7607 |14cr|R-plm-1.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  plm
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.4.0
Release:          2
Summary:          Linear Models for Panel Data
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/plm_1.4-0.tar.gz
Requires:         R-stats R-bdsmatrix R-nlme R-Formula R-MASS R-sandwich
Requires:         R-lmtest R-car
%if %{without bootstrap}
Requires:         R-AER
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-stats R-bdsmatrix R-nlme R-Formula R-MASS R-sandwich
BuildRequires:    R-lmtest R-car
%if %{without bootstrap}
BuildRequires:    R-AER
%endif

%description
A set of estimators and tests for panel data.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/plm/NEWS


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-2
+ Revision: 2ea481c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7608 |14cr|R-plotmo-1.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  plotmo
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.3.3
Release:          2
Summary:          Plot a model's response while varying the values of the predictors
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.3-3.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-rpart
Requires:         R-earth 
BuildRequires:    R-devel Rmath-devel 

BuildRequires:   R-rpart
BuildRequires:   R-earth 

%description
Plot a model's response when varying one or two predictors while holding
the other predictors constant.  A poor man's partial dependence plot.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/slowtests

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-2
+ Revision: b9f85f2
- Revert bootstrap



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7609 |14cr|R-plotrix-3.5.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  plotrix
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3.5.7
Release:          1
Summary:          Various plotting functions
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_3.5-7.tar.gz
BuildArch:        noarch
Requires:         R-core




BuildRequires:    R-devel Rmath-devel 


%description
Lots of plots, various labeling, axis and color scaling functions.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo

%changelog
* Thu Sep 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.7-1
+ Revision: 9979f32
- Add tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7610 |14cr|R-pls-2.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pls
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.4.3
Release:          1
Summary:          Partial Least Squares and Principal Component regression
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2.4-3.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-MASS R-parallel R-Rmpi 
BuildRequires:    R-devel Rmath-devel texlive-latex 

BuildRequires:   R-MASS R-parallel R-Rmpi 
%description
Multivariate regression methods Partial Least Squares Regression (PLSR),
Principal Component Regression (PCR) and Canonical Powered Partial Least
Squares (CPPLS)

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Sun Aug 31 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.3-1
+ Revision: ba0f664
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7611 |14cr|R-plyr-1.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  plyr
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.8.1
Release:          1
Summary:          Tools for splitting, applying and combining data
Group:            Sciences/Mathematics
License:          MIT
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/plyr_1.8.1.tar.gz
%if %{with bootstrap}
Requires:         R-abind R-tcltk R-foreach R-itertools R-iterators 
%else
Requires:         R-abind R-testthat R-tcltk R-foreach R-itertools R-iterators R-doMC
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
%if %{with bootstrap}
BuildRequires:    R-abind R-tcltk R-foreach R-itertools R-iterators 
%else
BuildRequires:    R-abind R-testthat R-tcltk R-foreach R-itertools R-iterators R-doMC
%endif
BuildRequires:    x11-server-xvfb

%description
plyr is a set of tools that solves a common set of problems: you need to
break a big problem down into manageable pieces, operate on each pieces
and then put all the pieces back together.  For example, you might want to
fit a model to each spatial location or time point in your study,
summarise data by panels or collapse high-dimensional arrays to simpler
summary statistics. The development of plyr has been generously supported
by BD (Becton Dickinson).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %if %{without bootstrap}
# %check
# xvfb-run %{_bindir}/R CMD check %{packname}
# %endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/LICENSE
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/tests

%changelog
* Fri Sep 05 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.1-1
+ Revision: 56455bf
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7612 |14cr|rpmdevtools-6.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define emacs_sitestart_d  %{_sysconfdir}/emacs/site-start.d
%define spectool_version   1.0.10

Name:           rpmdevtools
Version:        6.7
Release:        4
Summary:        RPM Development Tools

Group:          System/Configuration/Packaging 
# rpmdev-setuptree is GPLv2, everything else GPLv2+
License:        GPL
URL:            http://fedoraproject.org/
Source0:        %{name}-%{version}.tar.bz2
Source1:        http://people.redhat.com/nphilipp/spectool/spectool-%{spectool_version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch:      noarch
Provides:       spectool = %{spectool_version}
BuildRequires:  help2man
BuildRequires:  python-rpm
# Minimal RPM build requirements
Requires:       bash
Requires:       bzip2
Requires:       coreutils
Requires:       cpio
Requires:       diffutils
Requires:       findutils
Requires:       gawk
Requires:       gcc
Requires:       gcc-c++
Requires:       grep
Requires:       gzip
Requires:       info
Requires:       make
Requires:       patch
Requires:       redhat-release
Requires:       rpm-mandriva-setup-build
Requires:       rpm-build >= 4.4.2.1
Requires:       sed
Requires:       tar
Requires:       unzip
Requires:       util-linux
Requires:       which
# Additionally required for tool operations
#Requires:      cpio
Requires:       fakeroot
Requires:       file
Requires:       perl
Requires:       python
Requires:       python-rpm
#Requires:      sed
Requires:       wget

%description
This package contains scripts and (X)Emacs support files to aid in
development of RPM packages.
rpmdev-setuptree    Create RPM build tree within user's home directory
rpmdev-diff         Diff contents of two archives
rpmdev-newspec      Creates new .spec from template
rpmdev-rmdevelrpms  Find (and optionally remove) "development" RPMs
rpmdev-checksig     Check package signatures using alternate RPM keyring
rpminfo             Print information about executables and libraries
rpmdev-md5          Display the md5sum of all files in an RPM
rpmdev-vercmp       RPM version comparison checker
spectool            Expand and download sources and patches in specfiles
rpmdev-wipetree     Erase all files within dirs created by rpmdev-setuptree
rpmdev-extract      Extract various archives, "tar xvf" style
...and many more.


%prep
%setup -q -a 1
%{__cp} -a spectool*/README README.spectool

%build
%{configure2_5x} --libdir=%{_prefix}/lib
%{make}

%install
%{__rm} -rf %{buildroot}

%{makeinstall_std}

%{__cp} -a spectool*/spectool %{buildroot}%{_bindir}

%{__mkdir_p} %{buildroot}%{emacs_sitestart_d}
%{__ln_s} %{_datadir}/rpmdevtools/rpmdev-init.el %{buildroot}%{emacs_sitestart_d}/rpmdev-init.el
#/bin/touch %{buildroot}%{emacs_sitestart_d}/rpmdev-init.elc

%{__chmod} 755 %{buildroot}%{_datadir}/rpmdevtools/{trap.sh,template.init,tmpdir.sh}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING README*
%config(noreplace) %{_sysconfdir}/rpmdevtools/
%{_datadir}/rpmdevtools/
%attr(0755,root,root) %{_bindir}/rpm*
%attr(0755,root,root) %{_bindir}/spectool
%config(noreplace) %{emacs_sitestart_d}/rpmdev-init.el*
%{_mandir}/man[18]/rpm*.[18]*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.7-4
+ Revision: 7140443
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7613 |14cr|rpm-get-1.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	rpm-get 
%define	version	1.5
%define release	7

Summary:	Simple clone of apt-get for rpm
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Configuration/Packaging
URL:		http://zoy.org/~alien/rpm-get
Source0:	http://zoy.org/~alien/rpm-get/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

%description
rpm-get is a simple clone of Debian's apt-get utility for 
automatically download and install files.
Use the /etc/rpm-get.conf file to set up your favorites ftp mirrors.

%prep
%setup -q -n %{name}

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT/var/rpm-get

install -D -m755 %_builddir/%{name}/rpm-get-configure $RPM_BUILD_ROOT/sbin/rpm-get-configure
install -D -m755 $RPM_BUILD_DIR/rpm-get/rpm-get $RPM_BUILD_ROOT/sbin/rpm-get
install -D -m755 $RPM_BUILD_DIR/rpm-get/dep-check.sh $RPM_BUILD_ROOT/sbin/dep-check.sh
install -D -m755 $RPM_BUILD_DIR/rpm-get/rpm-dep.sh $RPM_BUILD_ROOT/sbin/rpm-dep.sh
install -D -m755 $RPM_BUILD_DIR/rpm-get/rpm-fle2pkg.sh $RPM_BUILD_ROOT/sbin/rpm-fle2pkg.sh
install -D -m644 $RPM_BUILD_DIR/rpm-get/rpm-get.conf $RPM_BUILD_ROOT%{_sysconfdir}/rpm-get.conf
install -D -m644 $RPM_BUILD_DIR/rpm-get/rpm-get.1 $RPM_BUILD_ROOT%{_mandir}/man1/rpm-get.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README Changes BUGS AUTHORS TODO
%config(noreplace) %{_sysconfdir}/*
/sbin/*
%{_mandir}/man1/*
/var/rpm-get/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-7
+ Revision: 6aa15c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7614 |14cr|R-pmml-1.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pmml
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.4.1
Release:          2
Summary:          Generate PMML for various models
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/pmml_1.4.1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-XML 
Requires:         R-arules R-nnet R-rpart R-randomSurvivalForest R-randomForest R-kernlab 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-XML
BuildRequires: R-pmmlTransformations
Requires: R-pmmlTransformations
BuildRequires: R-mlbench
Requires: R-mlbench
BuildRequires: R-e1071
Requires: R-e1071
BuildRequires: R-randomForestSRC
Requires: R-randomForestSRC
BuildRequires: R-glmnet
Requires: R-glmnet
BuildRequires: R-ada
Requires: R-ada
BuildRequires:    R-arules R-nnet R-rpart R-randomSurvivalForest R-randomForest R-kernlab 

%description
The Predictive Modelling Markup Language (PMML) is a language for
representing models using XML in an application independent way. Such
models can then be shared with other applications that support PMML (see
http://www.dmg.org/products.html). The generic pmml() function takes an R
model as its argument and returns the corresponding PMML.  Currently
supported models for export include linear regression (lm and glm),
support vector machines (ksvm), decision trees (rpart), neural networks
(nnet, multinom), association rules (arules), survival models (coxph,
survreg), random survival forests (randomSurvivalForest), and clusters
(kmeans, hclust).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-2
+ Revision: 18e26bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7615 |14cr|R-pmmlTransformations-1.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pmmlTransformations
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.2.1
Release:          3
Summary:          Transforms input data from a PMML perspective
Group:            Sciences/Mathematics
License:          LGPL (>= 2.1)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core



Requires:         R-pmml 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

BuildRequires:   R-pmml 
%description
Allows for data to be transformed before using it to construct models.
Builds structures to allow functions in the PMML package to output
transformation details in addition to the model in the resulting PMML

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-3
+ Revision: d405d87
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7616 |14cr|rpmmon-0.6.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rpmmon
Version:	0.6.3
Release:	10
Summary:	Helps you build better RPMs
License:	GPL
Group:		Development/Other
URL:		http://www.zarb.org/~gc/html/rpmmon-tut.html
Source0:	%{name}.pl
Source1:	%{name}-tut.html
Source2:	rpmmon.bash_completion
Patch0:		%{name}-0.6.3.mandriva.patch
Patch1:		rpmmon-0.6.3-maintdb.patch
Patch2:		rpmmon-0.6.3-curl-ssl.patch
Requires:	curl
BuildArch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}

%description
In order to produce a quality Gnu/Linux distribution based on RPM, you
need some tools which will facilitate the maintenance of the RPM
packages you are maintainer of. This is the aim of `rpmmon'.
For that purpose, the first task performed by rpmmon is to monitor what
has been announced on Freshmeat, and try to guess if the package in the
distro you're developing is older. 
Later on, this tool has grown to support additional features: 
- get the list of packages you're responsible for, either in a static
  oriented way (a local file) or more dynamically (an URL, for example
  the results of a CGI script from the QA of your distro's company)
- hence, provide an easy (e.g. command-line) interface to quickly know
  who's maintainer of a given package
- reversely, provide an easy interface to know what packages a given
  person is responsible for
- try to find automatically on Freshmeat the good project page going
  along a given RPM package
- runs rpmlint on your packages (rpmlint is a rpm correctness checker)

%prep
%setup -q -c -T -D
cp %{SOURCE0} %{name}
cp %{SOURCE1} tutorial.html
%patch0
%patch1 -p1 -b .maintdb
%patch2 -p0

%build

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_sysconfdir}/bash_completion.d
install -m 755 %{name} %{buildroot}%{_bindir}
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc tutorial.html
%{_bindir}/%{name}
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.3-10
+ Revision: 1549758
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7617 |14cr|rpmorphan-1.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           rpmorphan
Version:        1.11
Release:        2
Epoch:          0
Summary:        Find orphaned RPM packages
Group:          System/Configuration/Packaging
License:        GPLv2+
URL:            http://rpmorphan.sourceforge.net/
Source0:        http://downloads.sourceforge.net/sourceforge/rpmorphan/rpmorphan-%{version}.tar.gz
Source1:        rpmorphan.logrotate
Requires:       perl-Tk
Requires:       rpm
Requires(post): rpm-helper
BuildArch:      noarch

%description
rpmorphan finds orphaned packages on your system. It determines
which packages have no other packages depending on their installation,
and shows you a list of these packages.

It intends to be clone of deborphan Debian tools for RPM packages.

%prep
%setup -q

%build

%install
%makeinstall_std

%{__mv} %{buildroot}%{_bindir}/rpmorphan{.pl,}
%{__mv} %{buildroot}%{_bindir}/rpmusage{.pl,}
%{__perl} -pi -e 's/^rpmorphan\.pl/rpmorphan/g' %{buildroot}%{_bindir}/rpmorphan %{buildroot}%{_mandir}/man1/rpmorphan.1
%{__perl} -pi -e 's/^rpmusage\.pl/rpmorphan/g' %{buildroot}%{_bindir}/rpmusage %{buildroot}%{_mandir}/man1/rpmusage.1

%{__mkdir_p} %{buildroot}%{_sysconfdir}/logrotate.d
%{__cp} -p %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

%post
%create_ghostfile %{_logdir}/rpmorphan.log root root 644

%files
%defattr(0644,root,root,0755)
%doc Authors Changelog COPYING NEWS Readme rpmorphan.lsm Todo
%attr(0755,root,root) %{_bindir}/rpmorphan
%attr(0755,root,root) %{_bindir}/rpmorphan-lib.pl
%attr(0755,root,root) %{_bindir}/rpmusage
%attr(0755,root,root) %{_bindir}/rpmextra
%attr(0755,root,root) %{_bindir}/rpmextra.pl
%attr(0755,root,root) %{_bindir}/grpmorphan
%attr(0755,root,root) %{_bindir}/rpmdep
%attr(0755,root,root) %{_bindir}/rpmdep.pl
%attr(0755,root,root) %{_bindir}/rpmduplicates
%attr(0755,root,root) %{_bindir}/rpmduplicates.pl
%attr(0755,root,root) %{_bindir}/rpmorphan-curses-lib.pl
%attr(0755,root,root) %{_bindir}/rpmorphan-tk-lib.pl
%{_mandir}/man1/rpmdep.1.xz
%{_mandir}/man1/rpmextra.1.xz
%{_mandir}/man1/rpmduplicates.1.xz
%ghost %{_logdir}/rpmorphan.log
%{_mandir}/man1/rpmorphan.1*
%{_mandir}/man1/rpmusage.1*
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config /etc/rpmorphanrc
%dir %{_var}/lib/rpmorphan
%{_var}/lib/rpmorphan/keep
/usr/lib/%{name}/locale/en/rpmorphan_trans.pl
/usr/lib/%{name}/locale/fr_FR/rpmorphan_trans.pl


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.11-2
+ Revision: a1b7d48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7618 |14cr|rpmrebuild-2.2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           rpmrebuild
Version:        2.2.3
Release:        4
Epoch:          1
Summary:        Tool to build an RPM file from the RPM database
Group:          System/Configuration/Packaging
License:        GPLv2+
URL:            http://rpmrebuild.sourceforge.net/
Source0:        http://downloads.sourceforge.net/sourceforge/rpmrebuild/rpmrebuild-%version.tar.gz
Requires:       rpm-build
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
rpmrebuild allows for the building of an RPM file from an installed RPM
or from another RPM file with or without changes (batch or interactive).
It can be extended by a plugin system.

Typical usage is the easy repackaging of software after a configuration
change.

%prep
%setup -q -c
%{__mv} rpmrebuild_parser.src rpmrebuild_parser.src.bak
/bin/echo '#!/bin/bash' > rpmrebuild_parser.src
%{__cat} rpmrebuild_parser.src.bak >> rpmrebuild_parser.src
%{__rm} rpmrebuild_parser.src.bak
%{__perl} -pi -e 's|%{_prefix}/lib/rpmrebuild|%{_datadir}/rpmrebuild|g' \
  rpmrebuild \
  popt-without-POPTdesc \
  popt-with-POPTdesc \
  spec.scripts.input \
  man/en/rpmrebuild.1.in \
  man/fr/rpmrebuild.1.in \
  Makefile.include \
  rpmrebuild.files \
  rpmrebuild.spec

%build
%{make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}
%{__chmod} 0755 %{buildroot}%{_datadir}/rpmrebuild/{*.s{h,rc},plugins/*.sh}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc AUTHORS Changelog COPYING COPYRIGHT LISEZ.MOI News README Release rpmrebuild.lsm Todo Version
%attr(0755,root,root) %{_bindir}/rpmrebuild
%{_mandir}/man1/demo.plug.1rrp*
%{_mandir}/man1/demofiles.plug.1rrp*
%{_mandir}/man1/file2pacDep.plug.1rrp*
%{_mandir}/man1/nodoc.plug.1rrp*
%{_mandir}/man1/rpmrebuild.1*
%{_mandir}/man1/rpmrebuild_plugins.1*
%{_mandir}/man1/set_tag.plug.1rrp*
%{_mandir}/man1/uniq.plug.1rrp*
%lang(fr) %{_mandir}/fr*/man1/demo.plug.1rrp*
%lang(fr) %{_mandir}/fr*/man1/demofiles.plug.1rrp*
%lang(fr) %{_mandir}/fr*/man1/file2pacDep.plug.1rrp*
%lang(fr) %{_mandir}/fr*/man1/nodoc.plug.1rrp*
%lang(fr) %{_mandir}/fr*/man1/rpmrebuild.1*
%lang(fr) %{_mandir}/fr*/man1/rpmrebuild_plugins.1*
%lang(fr) %{_mandir}/fr*/man1/set_tag.plug.1rrp*
%lang(fr) %{_mandir}/fr*/man1/uniq.plug.1rrp*

%defattr(-,root,root,0755)
%{_datadir}/rpmrebuild



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.2.3-4
+ Revision: 924621d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7619 |14cr|rpmrestore-1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           rpmrestore
Version:        1.3
Release:        6
Epoch:          0
Summary:        Restores install attributes from the RPM database
Group:          System/Configuration/Packaging
License:        GPL
URL:            http://rpmrestore.sourceforge.net/
Source0:        http://ovh.dl.sourceforge.net/rpmrestore/rpmrestore-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
The RPM database stores the user, group, time, mode for all files,
and offers a command to display the changes between install state (database)
and current disk state. rpmrestore will help you to restore these install
attributes.

%prep
%setup -q

%build
%{make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}
%{__rm} -r %{buildroot}%{_docdir}

%{__mv} %{buildroot}%{_bindir}/{rpmrestore.pl,rpmrestore}
%{__perl} -pi -e 's/^rpmrestore\.pl/rpmrestore/g' %{buildroot}%{_bindir}/rpmrestore %{buildroot}%{_mandir}/man1/rpmrestore.1

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc rpmrestore.lsm Authors COPYING Changelog NEWS Todo Readme
%attr(0755,root,root) %{_bindir}/rpmrestore
%{_mandir}/man1/rpmrestore.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.3-6
+ Revision: 4803dbc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7620 |14cr|rpmsync-1.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Script to rsync update an RPM repository mirror
Name:		rpmsync
Version:	1.7
Release:	8
License:	LGPL
Group:		Networking/File transfer
Source0:	%{name}.pl
Source1:	README
Source2:	exclude.lst
Requires:	rsync
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
- Script to rsync update an RPM repository mirror; most useful for
  frequently updated distributions, like Mandriva Cooker, RedHat Rawhide
  or security updates for a specific version of an RPM-based distribution
- Moves RPMs so you can rsync between package versions
- Supports mirroring directories and individual files

%prep

%setup -T -c
cp -f %{SOURCE0} %{SOURCE1} %{SOURCE2} .

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 %{name}.pl %{buildroot}%{_bindir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README exclude.lst
%attr(0755,root,root) %{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-8
+ Revision: 4f85285
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7621 |14cr|rpncalc-1.36.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: rpncalc
Version: 1.36.8
Release: 3
Summary: An RPN calculator similar to the HP28S
URL: http://packages.debian.org/unstable/source/rpncalc
Source: %{name}_%{version}.tar.gz
Patch0: %{name}-1.36.8-make-install.patch
Patch1: %{name}-1.36.8-bison.patch
Group: Sciences/Mathematics
License: GPL
BuildRequires: bison
BuildRequires: flex
BuildRequires: ncurses-devel
BuildRequires: readline-devel
BuildRequires: ed

%description
rpncalc is a calculator similar to dc(1), but it uses the readline library
and shows the stack visually.

%prep
%setup -q -n %{name}
%patch0 -p1 -b .make-install
%patch1 -p1 -b .bison

%build
%make

%install
%make install DESTDIR=%{buildroot}
%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc README COPYING debian/changelog
%{_bindir}/rpncalc
%{_mandir}/man1/rpncalc.1*
%lang(de) %{_mandir}/de/man1/rpncalc.1*
%lang(es) %{_mandir}/es/man1/rpncalc.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.36.8-3
+ Revision: 2efdea8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7622 |14cr|R-png-0.1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  png
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.1.7
Release:          3
Summary:          Read and write PNG images
Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/png_0.1-7.tar.gz
BuildRequires:    R-devel Rmath-devel texlive
BuildRequires:    png-devel

%description
This package provides an easy and simple way to read, write and display
bitmap images stored in the PNG format. It can read and write both files
and in-memory raw vectors.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/img
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.7-3
+ Revision: 49496a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7623 |14cr|R-poLCA-1.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  poLCA
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.4.1
Release:          2
Summary:          Polytomous variable Latent Class Analysis
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-scatterplot3d R-MASS 

BuildRequires:    R-devel Rmath-devel texlive-latex R-scatterplot3d R-MASS

%description
Latent class analysis and latent class regression models for polytomous
outcome variables.  Also known as latent structure analysis.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-2
+ Revision: 2550821
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7624 |14cr|R-polspline-1.1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  polspline
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.1.9
Release:          2
Summary:          Polynomial spline routines
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/polspline_1.1.9.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Routines for the polynomial spline fitting routines hazard regression,
hazard estimation with flexible tails, logspline, lspec, polyclass, and
polymars, by C. Kooperberg and co-authors

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.9-2
+ Revision: 6390df4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7625 |14cr|R-polyclip-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  polyclip
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.3.0
Release:          1
Summary:          Polygon Clipping
Group:            Sciences/Mathematics
License:          BSL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.3-0.tar.gz

BuildRequires:    R-devel Rmath-devel
# texlive-latex 

%description
R port of the Clipper library. Performs polygon clipping operations
(intersection, union, set minus, set difference) for polygonal regions of
arbitrary complexity, including holes. Also computes offset polygons
(spatial buffer zones, morphological dilations, Minkowski dilations) for
polygonal regions and polygonal lines.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Sep 05 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-1
+ Revision: b7eca65
- Updated to 1.3-0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7626 |14cr|R-polycor-0.7_8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  polycor
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.7_8
Release:          3
Summary:          Polychoric and Polyserial Correlations
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.7-8.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-mvtnorm R-sfsmisc 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-mvtnorm R-sfsmisc

%description
Computes polychoric and polyserial correlations by quick "two-step"
methods or ML, optionally with standard errors; tetrachoric and biserial
correlations are special cases.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7_8-3
+ Revision: 931f9c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7627 |14cr|R-prabclus-2.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  prabclus
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.2.4
Release:          3
Summary:          Clustering of presence-absence, abundance and multilocus genetic data
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2.2-4.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-MASS R-mclust 
Requires:         R-spdep R-maptools R-foreign R-mvtnorm 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS R-mclust
BuildRequires:    R-spdep R-maptools R-foreign R-mvtnorm 

%description
Distance-based parametric bootstrap tests for clustering with spatial
neighborhood information. Some distance measures, Clustering of
presence-absence, abundance and multilocus genetical data for species
delimitation, nearest neighbor based noise detection. Try package?prabclus
for on overview. Note that the use of the package mclust (called by
function prabclust) is protected by a special license, see
http://www.stat.washington.edu/mclust/license.txt, particularly point 6.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/extdata
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.4-3
+ Revision: c4b71a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7628 |14cr|R-prefmod-0.8.32-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  prefmod
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.8.32
Release:          1
Summary:          Utilities to fit paired comparison models for preferences
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.8-32.tar.gz

Requires:         R-stats R-gnm R-colorspace 


BuildRequires:    R-devel Rmath-devel R-stats R-gnm R-colorspace


%description
Generates design matrix for analysing real paired comparisons and derived
paired comparison data (Likert type items/ratings or rankings) using a
loglinear approach.  Fits loglinear Bradley-Terry model (LLBT) exploiting
an eliminate feature.  Computes pattern models for paired comparisons,
rankings, and ratings.  Some treatment of missing values (MCAR and MNAR).
Fits latent class (mixture) models for paired comparison, rating and
ranking patterns using a non-parametric ML approach.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/CITATION

%changelog
* Tue Sep 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.32-1
+ Revision: 0f58a88
- Added tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7629 |14cr|R-preprocessCore-1.24.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  preprocessCore
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.24.0
Release:          2
Summary:          A collection of pre-processing functions
Group:            Sciences/Mathematics
License:          LGPL (>= 2)
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/preprocessCore_1.24.0.tar.gz
Requires:         R-methods 
Requires:         R-stats 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-stats 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
A library of core preprocessing routines

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.24.0-2
+ Revision: f6e2ad8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7630 |14cr|R-prodlim-1.3.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname prodlim
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.3.7
Release:          2
Summary:          Product Limit Estimation for event history and survival analysis
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-core R-KernSmooth R-survival
BuildRequires:    R-devel texlive-collection-latex
BuildRequires:    R-KernSmooth R-survival

%description
Fast and user friendly nonparametric estimation in
censored survival (event history) analysis.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.7-2
+ Revision: 4b1f4ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7631 |14cr|R-profileModel-0.5.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  profileModel
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.5.9
Release:          1
Summary:          Tools for profiling inference functions for various model classes
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.5-9.tar.gz
BuildArch:        noarch
Requires:         R-core



Requires:         R-MASS R-gnm 
BuildRequires:    R-devel Rmath-devel 

BuildRequires:   R-MASS R-gnm 
%description
profileModel provides tools that can be used to calculate, evaluate, plot
and use for inference the profiles of *arbitrary* inference functions for
*arbitrary* 'glm'-like fitted models with linear predictors.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/CHANGES
%{rlibdir}/%{packname}/CITATION

%changelog
* Tue Sep 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.9-1
+ Revision: f423b7b
- Added tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7632 |14cr|R-proto-0.3.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  proto
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.3.10
Release:          3
Summary:          Prototype object-based programming
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/proto_0.3-10.tar.gz
Requires:         R-graph R-Rgraphviz 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-graph R-Rgraphviz 

%description
An object oriented system using object-based, also called prototype-based,
rather than class-based object oriented ideas.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/FAQ
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/README
%doc %{rlibdir}/%{packname}/THANKS
%doc %{rlibdir}/%{packname}/WISHLIST
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.10-3
+ Revision: a67db06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7633 |14cr|R-proxy-0.4.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  proxy
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.4.12
Release:          2
Summary:          Distance and Similarity Measures
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/proxy_0.4-12.tar.gz
%if %{without bootstrap}
Requires:         R-cba
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
%if %{without bootstrap}
BuildRequires:    R-cba
%endif

%description
Provides an extensible framework for the effcient calculation of auto- and
cross-proximities, along with implementations of the most popular ones.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.12-2
+ Revision: d0c480b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7634 |14cr|R-pscl-1.4.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pscl
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.4.6
Release:          1
Summary:          Political Science Computational Laboratory, Stanford University
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/pscl_1.4.6.tar.gz
Requires:         R-MASS R-stats R-mvtnorm R-coda R-gam R-vcd 
Requires:         R-lattice 
Requires:         R-MCMCpack R-car R-lmtest R-sandwich R-zoo 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS R-stats R-mvtnorm R-coda R-gam R-vcd
BuildRequires:    R-lattice 
BuildRequires:    R-MCMCpack R-car R-lmtest R-sandwich R-zoo 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Bayesian analysis of item-response theory (IRT) models, roll call
analysis; computing highest density regions; maximum likelihood estimation
of zero-inflated and hurdle models for count data; goodness-of-fit
measures for GLMs; data sets used in writing and teaching at the Political
Science Computational Laboratory; seats-votes curves.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/COPYRIGHTS
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Sep 05 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.6-1
+ Revision: b239b3a
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7635 |14cr|R-psych-1.4.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  psych
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.4.2.3
Release:          2
Summary:          Procedures for Psychological, Psychometric, and Personality Research
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/psych_1.4.2.3.tar.gz
Requires:         R-MASS R-GPArotation R-graph R-Rgraphviz R-mvtnorm R-polycor R-sem R-Rcsdp R-lavaan 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-MASS R-GPArotation R-graph R-Rgraphviz R-mvtnorm R-polycor R-sem R-Rcsdp R-lavaan 

%define debug_package %{nil}

%description
A number of routines for personality, psychometrics and experimental
psychology.  Functions are primarily for scale construction using factor
analysis, cluster analysis and reliability analysis, although others
provide basic descriptive statistics. Item Response Theory is done using
factor analysis of tetrachoric and polychoric correlations. Functions for
simulating particular item and test structures are included. Several
functions serve as a useful front end for structural equation modeling. 
Graphical displays of path diagrams, factor analysis and structural
equation models are created using basic graphics. Some of the functions
are written to support a book on psychometrics as well as publications in
personality research. For more information, see the
personality-project.org/r webpage.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2.3-2
+ Revision: 3d42930
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7636 |14cr|R-qgraph-1.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  qgraph
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.2.3
Release:          2
Summary:          Network representations of relationships in data
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/qgraph_1.2.3.tar.gz
Requires:         R-psych R-ellipse R-lavaan R-sem R-plyr 
Requires:         R-RSVGTipsDevice R-tikzDevice R-fdrtool R-lavaan R-sem 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires: R-jpeg
Requires: R-jpeg
BuildRequires: R-igraph
Requires: R-igraph
BuildRequires:    R-psych R-ellipse R-lavaan R-sem R-plyr 
BuildRequires:    R-RSVGTipsDevice R-tikzDevice R-fdrtool R-lavaan R-sem 

%description
The qgraph package can be used to visualize data as networks.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/COPYING
%{rlibdir}/%{packname}/COPYRIGHTS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-2
+ Revision: 5c12d96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7637 |14cr|R-quadprog-1.5.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  quadprog
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.5.5
Release:          2
Summary:          Functions to solve Quadratic Programming Problems
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/quadprog_1.5-5.tar.gz
BuildRequires:    R-devel Rmath-devel texlive
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
This package contains routines and documentation for solving quadratic
programming problems.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.5-2
+ Revision: c25cbba
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7638 |14cr|R-quantreg-5.05-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  quantreg
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          5.05
Release:          2
Summary:          Quantile Regression
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/quantreg_5.05.tar.gz
Requires:         R-stats R-SparseM R-tripack R-akima R-MASS R-survival R-rgl
Requires:         R-logspline R-nor1mix R-MatrixModels R-Matrix R-Formula
%if %{without bootstrap}
Requires:         R-zoo
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-stats R-SparseM R-tripack R-akima R-MASS R-survival R-rgl
BuildRequires:    R-logspline R-nor1mix R-MatrixModels R-Matrix R-Formula
%if %{without bootstrap}
BuildRequires:    R-zoo
%endif
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Quantile regression and related methods.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/FAQ
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/TODO
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.05-2
+ Revision: fc5f0de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7639 |14cr|R-qvcalc-0.8.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  qvcalc
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.8.8
Release:          2
Summary:          Quasi variances for factor effects in statistical models
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.8-8.tar.gz
BuildArch:        noarch
Requires:         R-core



Requires:         R-relimp R-MASS 
BuildRequires:    R-devel Rmath-devel texlive-latex 

BuildRequires:   R-relimp R-MASS 
%description
Functions to compute quasi variances and associated measures of
approximation error

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.8-2
+ Revision: d9afa2b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7640 |14cr|R-R2HTML-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  R2HTML
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.2
Release:          3
Summary:          HTML exportation for R objects
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-boot R-splines R-survival R-stats R-cluster R-nlme R-rpart R-nnet R-utils 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-boot R-splines R-survival R-stats R-cluster R-nlme R-rpart R-nnet R-utils 
%rename R-cran-R2HTML

%description
Includes HTML function and methods to write in an HTML file. Thus, making
HTML reports is easy. Includes a function that allows redirection on the
fly, which appears to be very usefull for teaching purpose, as the student
can keep a copy of the produced output to keep all that he did during the
course. Package comes with a vignette describing how to write HTML reports
for statistical analysis. Finally, a driver for Sweave allows to parse
HTML flat files containing R code and to automatically write the
corresponding outputs (tables and graphs).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/output
%{rlibdir}/%{packname}/samples



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-3
+ Revision: 324dba5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7641 |14cr|R-rae230a.db-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rae230a.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          Affymetrix Rat Expression Set 230 annotation data (chip rae230a)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods R-AnnotationDbi R-org.Rn.eg.db 
Requires:         R-methods R-AnnotationDbi 
Requires:         R-annotate 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-AnnotationDbi R-org.Rn.eg.db
BuildRequires:    R-methods R-AnnotationDbi 
BuildRequires:    R-annotate 

%description
Affymetrix Rat Expression Set 230 annotation data (chip rae230a) assembled
using data from public repositories

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: 52f4f5c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7642 |14cr|R-rae230aprobe-2.13.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rae230aprobe
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.13.0
Release:          2
Summary:          Probe sequence data for microarrays of type rae230a
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/rae230aprobe_2.13.0.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-AnnotationDbi 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-AnnotationDbi

%description
This package was automatically created by package AnnotationDbi version
1.15.34. The probe sequence data was obtained from
http://www.affymetrix.com. The file name was RAE230A\_probe\_tab.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.13.0-2
+ Revision: 27dc369
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7643 |14cr|R-RandomFields-2.0.66-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RandomFields
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.0.66
Release:          3
Summary:          Simulation and Analysis of Random Fields
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/RandomFields_2.0.66.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Simulation of Gaussian and extreme value random fields; conditional
simulation; kriging

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.66-3
+ Revision: bbc1774
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7644 |14cr|R-randomForest-4.6.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  randomForest
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          4.6.7
Release:          3
Summary:          Breiman and Cutler's random forests for classification and regression
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/randomForest_4.6-7.tar.gz
Requires:         R-stats 
Requires:         R-RColorBrewer R-MASS 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats
BuildRequires:    R-RColorBrewer R-MASS 

%description
Classification and regression based on a forest of trees using random

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.6.7-3
+ Revision: 2cd4e2a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7645 |14cr|R-randomForestSRC-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  randomForestSRC
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.4
Release:          2
Summary:          Random Forests for Survival, Regression and Classification (RF-SRC)
Group:            Sciences/Mathematics
License:          GPL (>= 3)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-parallel 

Requires:         R-glmnet R-XML 
BuildRequires:    R-devel Rmath-devel texlive-latex R-parallel

BuildRequires:    R-glmnet R-XML 

%description
A unified treatment of Breiman's random forests for survival, regression
and classification problems based on Ishwaran and Kogalur's random
survival forests (RSF) package.  The package runs in both serial and
parallel (OpenMP) modes.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-2
+ Revision: 6b137d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7646 |14cr|R-randomSurvivalForest-3.6.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  randomSurvivalForest
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.6.4
Release:          2
Summary:          Random Survival Forests
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/randomSurvivalForest_3.6.4.tar.gz
Requires:         R-XML 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-XML 

%description
Random survival forests for right-censored and competing risks survival

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
# %doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.6.4-2
+ Revision: bfa2b65
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7647 |14cr|R-RANN-2.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RANN
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.3.0
Release:          2
Summary:          Fast Nearest Neighbour Search
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/RANN_2.3.0.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
Finds the k nearest neighbours for every point in a given dataset in O(N
log N) time using Arya and Mount's ANN library (v1.1.1).  Two functions
allow searches for nearest neighbours within a point set or between two
separate point sets. There is support for approximate as well as exact
searches, fixed radius searches and bd as well as kd trees. This version
updates ANN 1.1.3 and fixes package compilation on Windows.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/COPYRIGHT

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.0-2
+ Revision: bdb9daf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7648 |14cr|R-RArcInfo-0.4_12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RArcInfo
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.4_12
Release:          3
Summary:          Functions to import data from Arc/Info V7.x binary coverages
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.4-12.tar.gz
Requires:         R-RColorBrewer 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-RColorBrewer

%description
This package uses the functions written by Daniel Morissette
<danmo@videotron.ca> to read geographical information in Arc/Info V 7.x
format and E00 files to import the coverages into R variables.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/exampleData
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4_12-3
+ Revision: f5428dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7649 |14cr|R-rattle-3.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rattle
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          3.0.2
Release:          3
Summary:          Graphical user interface for data mining in R
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-RGtk2 R-pmml R-bitops R-colorspace R-ada R-amap R-arules
Requires:         R-arulesViz R-biclust R-cairoDevice R-cba R-descr R-doBy
Requires:         R-e1071 R-ellipse R-fBasics R-foreign R-fpc
Requires:         R-gdata R-gplots R-graph R-grid R-gtools R-gWidgetsRGtk2
Requires:         R-Hmisc R-kernlab R-latticist R-Matrix R-methods R-mice
Requires:         R-network R-nnet R-odfWeave R-party R-playwith R-psych
Requires:         R-randomForest R-RBGL R-RColorBrewer R-reshape R-rggobi
Requires:         R-RGtk2Extras R-ROCR R-RODBC R-rpart R-rpart.plot
Requires:         R-RSvgDevice R-siatclust R-survival R-timeDate
Requires:         R-verification R-XML R-pkgDepTools R-Rgraphviz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-RGtk2 R-pmml R-bitops R-colorspace R-ada R-amap R-arules
BuildRequires:    R-arulesViz R-biclust R-cairoDevice R-cba R-descr R-doBy
BuildRequires:    R-e1071 R-ellipse R-fBasics R-foreign R-fpc
BuildRequires:    R-gdata R-gplots R-graph R-grid R-gtools R-gWidgetsRGtk2
BuildRequires:    R-Hmisc R-kernlab R-latticist R-Matrix R-methods R-mice
BuildRequires:    R-network R-nnet R-odfWeave R-party R-playwith R-psych
BuildRequires:    R-randomForest R-RBGL R-RColorBrewer R-reshape R-rggobi
BuildRequires:    R-RGtk2Extras R-ROCR R-RODBC R-rpart R-rpart.plot
BuildRequires:    R-RSvgDevice R-siatclust R-survival R-timeDate
BuildRequires:    R-verification R-XML R-pkgDepTools R-Rgraphviz
BuildRequires:    x11-server-xvfb

Requires:    R-Deducer R-ggdendro R-hmeasure R-Snowball R-weightedKmeans
Requires:    R-corrplot R-SnowballC R-tm R-xlsx

BuildRequires:    R-Deducer R-ggdendro R-hmeasure R-Snowball R-weightedKmeans
BuildRequires:    R-corrplot R-SnowballC R-tm R-xlsx

%description
Rattle (the R Analytic Tool To Learn Easily) provides a Gnome (RGtk2)
based interface to R functionality for data mining.  The aim is to provide
a simple and intuitive interface that allows a user to quickly load data
from a CSV file (or via ODBC), transform and explore the data, build and
evaluate models, and export models as PMML (predictive modelling markup
language) or as scores. All of this with knowing little about R. All R
commands are logged and commented through the log tab. Thus they are
available to the user as a script file or as an aide for the user to learn
R or to copy-and-paste directly into R itself.  Rattle also exports a
number of utility functions and the graphical user interface, invoked as
rattle(), does not need to be run to deploy these.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css
rm -f %{buildroot}%{rlibdir}/%{packname}/.Rhistory

# Disable check, we don't have all suggested packages
%check
xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/INSTALL
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/arff
%{rlibdir}/%{packname}/csv
%{rlibdir}/%{packname}/etc
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/odt
%{rlibdir}/%{packname}/po

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.2-3
+ Revision: f00e848
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7650 |14cr|R-Rattus.norvegicus-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rattus.norvegicus
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.1.2
Release:          2
Summary:          Annotation package for the Rattus.norvegicus object
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-AnnotationDbi R-methods R-OrganismDbi R-GenomicFeatures R-GO.db R-org.Rn.eg.db R-TxDb.Rnorvegicus.UCSC.rn5.refGene 
Requires:         R-GenomicFeatures R-AnnotationDbi 

BuildRequires:    R-devel Rmath-devel texlive-latex R-AnnotationDbi R-methods R-OrganismDbi R-GenomicFeatures R-GO.db R-org.Rn.eg.db R-TxDb.Rnorvegicus.UCSC.rn5.refGene
BuildRequires:    R-GenomicFeatures R-AnnotationDbi 

%description
Contains the Rattus.norvegicus object to access data from several related
annotation packages.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-2
+ Revision: 420dce1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7651 |14cr|R-rbenchmark-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rbenchmark
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0.0
Release:          3
Summary:          Benchmarking routine for R
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
rbenchmark is inspired by the Perl module Benchmark, and is intended to
facilitate benchmarking of arbitrary R code. The library consists of just
one function, benchmark, which is a simple wrapper around system.time. 
Given a specification of the benchmarking process (counts of replications,
evaluation environment) and an arbitrary number of expressions, benchmark
evaluates each of the expressions in the specified environment,
replicating the evaluation as many times as specified, and returning the
results conveniently wrapped into a data frame.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/demo



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: fcc64b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7652 |14cr|R-RBGL-1.38.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RBGL
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.38.0
Release:          2
Summary:          An interface to the BOOST graph library
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/RBGL_1.38.0.tar.gz
Requires:         R-graph R-methods 
Requires:         R-methods 
Requires:         R-Rgraphviz 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-graph R-methods
BuildRequires:    R-methods 
BuildRequires:    R-Rgraphviz 
BuildRequires:    blas-devel
BuildRequires:    boost-devel
BuildRequires:    graphviz-devel
BuildRequires:    lapack-devel

%description
A fairly extensive and comprehensive interface to the graph algorithms
contained in the BOOST library.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/XML
%{rlibdir}/%{packname}/boostExamples
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demos
%{rlibdir}/%{packname}/dot
%{rlibdir}/%{packname}/dtd
%{rlibdir}/%{packname}/fdep.ps
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.38.0-2
+ Revision: 078506b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7653 |14cr|R-Rcgmin-2013.02.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rcgmin
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2013.02.20
Release:          2
Summary:          Conjugate gradient minimization of nonlinear functions with box constraints
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2013-02.20.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-numDeriv 


BuildRequires:    R-devel Rmath-devel texlive-latex R-numDeriv


%description
Conjugate gradient minimization of nonlinear functions with box
constraints incorporating Dai/Yuan update

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2013.02.20-2
+ Revision: 9964fc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7654 |14cr|R-Rcmdr-2.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rcmdr
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.0.4
Release:          2
Summary:          R Commander

Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Rcmdr_2.0-4.tar.gz
Requires:         R-tcltk R-grDevices R-utils R-car 
Requires:         R-abind R-aplpack R-colorspace R-effects R-e1071 R-foreign R-grid R-Hmisc R-lattice R-leaps R-lmtest R-MASS R-mgcv R-multcomp R-nlme R-nnet R-relimp R-rgl R-RODBC R-sem 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-tcltk R-grDevices R-utils R-car
BuildRequires:    R-abind R-aplpack R-colorspace R-effects R-e1071 R-foreign R-grid R-Hmisc R-lattice R-leaps R-lmtest R-MASS R-mgcv R-multcomp R-nlme R-nnet R-relimp R-rgl R-RODBC R-sem 

%description
A platform-independent basic-statistics GUI (graphical user interface) for
R, based on the tcltk package.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/etc
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/po



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-2
+ Revision: 12b0c64
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7655 |14cr|R-RColorBrewer-1.0_5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RColorBrewer
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0_5
Release:          3
Summary:          ColorBrewer palettes
Group:            Sciences/Mathematics
License:          Apache License 2.0
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-5.tar.gz
BuildArch:        noarch
Requires:         R-core
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
The packages provides palettes for drawing nice maps shaded according to a

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/COPYING
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0_5-3
+ Revision: fb7ba0d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7656 |14cr|R-Rcompression-0.93_2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rcompression
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.93_2
Release:          3
Summary:          In-memory decompression for GNU zip and bzip2 formats
Group:            Sciences/Mathematics
License:          zlib. See LICENSE.
URL:              http://www.omegahat.org/Rcompression/
Source0:          http://www.omegahat.org/Rcompression/Rcompression_0.93-2.tar.gz
Requires:         R-methods 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods

%description
The package is a basic interface to some of the compression facilities in
the zlib and bzip2 libraries for uncompressing (and compressing) data in
memory that is not in a file. It handles bz2, gzip and regular compress
(.Z) content.  It can work on files or with data in memory, e.g.
downloaded directly into memory via an HTTP request.  It is used when we
don't want to write data to a file and then read it back into R. This is
common when performing HTTP requests via the RCurl package and dependent
packages such as SSOAP.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/sampleData



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.93_2-3
+ Revision: 9e02050
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7657 |14cr|R-Rcpp-0.11.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rcpp
%global rlibdir  %{_libdir}/R/library

%define __noautoreq '/usr/bin/R'

Name:             R-%{packname}
Version:          0.11.2
Release:          1
Summary:          Seamless R and C++ Integration
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Rcpp_0.11.2.tar.gz
Requires:         R-methods 
Requires:         R-RUnit
Requires:         R-inline
Requires:         R-rbenchmark 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-methods
BuildRequires:    R-RUnit
BuildRequires:    R-inline
BuildRequires:    R-rbenchmark 

%description
The Rcpp package provides R functions as well as a C++ library which
facilitate the integration of R and C++. . R data types (SEXP) are matched
to C++ objects in a class hierarchy. All R types are supported (vectors,
functions, environment, etc ...)  and each type is mapped to a dedicated
class. For example, numeric vectors are represented as instances of the
Rcpp::NumericVector class, environments are represented as instances of
Rcpp::Environment, functions are represented as Rcpp::Function, etc ...
The "Rcpp-introduction" vignette provides a good entry point to Rcpp. .
Conversion from C++ to R and back is driven by the templates Rcpp::wrap
and Rcpp::as which are highly flexible and extensible, as documented in
the "Rcpp-extending" vignette. . Rcpp also provides Rcpp modules, a
framework that allows exposing C++ functions and classes to the R level.
The "Rcpp-modules" vignette details the current set of features of
Rcpp-modules. . Rcpp includes a concept called Rcpp sugar that brings many
R functions into C++. Sugar takes advantage of lazy evaluation and
expression templates to achieve great performance while exposing a syntax
that is much nicer to use than the equivalent low-level loop code. The
"Rcpp-sugar" vignette gives an overview of the feature. . Several examples
are included, and more than 750 unit tests in over 330 unit test functions
provide additional usage examples. . An earlier version of Rcpp,
containing what we now call the 'classic Rcpp API' was written during 2005
and 2006 by Dominick Samperi. This code has been factored out of Rcpp into
the package RcppClassic, and it is still available for code relying on the
older interface. New development should use alwayse use this Rcpp package

%prep
%setup -q -c -n %{packname}
perl -pi -e 's|%{_bindir}/r|%{_bindir}/R|;' `find . -name \*.R` `find . -name \*.r`

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/announce
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/README
%doc %{rlibdir}/%{packname}/THANKS
%doc %{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/discovery
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
# %{rlibdir}/%{packname}/lib
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/prompt
%{rlibdir}/%{packname}/skeleton
%{rlibdir}/%{packname}/unitTests



%changelog
* Mon Sep 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.2-1
+ Revision: 840a5fb
- Updated to 0.11.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7658 |14cr|R-RcppArmadillo-0.4.000.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname RcppArmadillo
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.4.000.4
Release:          2
Summary:          Rcpp integration for Armadillo templated linear algebra library
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/RcppArmadillo_0.4.000.4.tar.gz
Requires:         R-Rcpp >= 0.10.2 R-inline R-RUnit
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-Rcpp >= 0.10.2 R-inline R-RUnit
BuildRequires:    lapack-devel

%description
R and Armadillo integration using Rcpp Armadillo is a
templated C++ linear algebra library (by Conrad Sanderson) that
aims towards a good balance between speed and ease of use.
Integer, floating point and complex numbers are supported, as
well as a subset of trigonometric and statistics functions.
Various matrix decompositions are provided through optional
integration with LAPACK and ATLAS libraries.
A delayed evaluation approach is employed (during compile time) to
combine several operations into one, and to reduce (or
eliminate) the need for temporaries. This is accomplished
through recursive templates and template meta-programming.
This library is useful if C++ has been decided as the language of
choice (due to speed and/or integration capabilities), rather than 
another language.
The RcppArmadillo package includes the header files from the templated
Armadillo library (currently version 3.820). Thus users do not
need to install Armadillo itself in order to use RcppArmadillo.
This Armadillo integration provides a nice illustration of the
capabilities of the Rcpp package for seamless R and C++ integration.
Armadillo is licensed under the MPL 2.0, while RcppArmadillo (the Rcpp
bindings/bridge to Armadillo) is licensed under the GNU GPL
version 2 or later, as is the rest of Rcpp.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/announce
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/skeleton
%{rlibdir}/%{packname}/unitTests




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.000.4-2
+ Revision: dbd79e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7659 |14cr|R-RcppEigen-0.3.2.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RcppEigen
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.3.2.1.1
Release:          2
Summary:          Rcpp integration for the Eigen templated linear algebra library
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz


Requires:         R-Matrix R-Rcpp 
Requires:         R-inline R-RUnit R-testthat 
BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-Matrix R-Rcpp 
BuildRequires:   R-inline R-RUnit R-testthat
BuildRequires:    pkgconfig(lapack)

%description
R and Eigen integration using Rcpp. . Eigen is a C++ template library for
linear algebra: matrices, vectors, numerical solvers and related
algorithms.  It supports dense and sparse matrices on integer, floating
point and complex numbers, decompositions of such matrices, and solutions
of linear systems. Its performance on many algorithms is comparable with
some of the best implementations based on Lapack and level-3 BLAS. . The
RcppEigen package includes the header files from the Eigen C++ template
library (currently version 3.2.0). Thus users do not need to install Eigen
itself in order to use RcppEigen. . Eigen is licensed under the GNU LGPL
version 3 or later, and also under the GNU GPL version 2 or later. 
RcppEigen (the Rcpp bindings/bridge to Eigen) is licensed under the GNU
GPL version 2 or later, as is the rest of Rcpp.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/COPYRIGHTS
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/skeleton
%{rlibdir}/%{packname}/unitTests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2.1.1-2
+ Revision: 7c1f8f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7660 |14cr|R-Rcsdp-0.1.52-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rcsdp
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.1.52
Release:          2
Summary:          R interface to the CSDP semidefinite programming library
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Rcsdp_0.1.52.tar.gz
Requires:         R-Matrix 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-Matrix 
BuildRequires:    blas-devel
BuildRequires:    coin-or-devel
BuildRequires:    lapack-devel

%description
R interface to the CSDP semidefinite programming library. Installs version
6.0.1 of CSDP from the COIN-OR website if required. An existing
intallation of CSDP may be used by passing the proper configure arguments
to the installation command. See the INSTALL file for further details.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/INSTALL
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.52-2
+ Revision: 29069ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7661 |14cr|R-RCurl-1.95.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RCurl
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.95.4.1
Release:          3
Summary:          General network (HTTP/FTP/...) client interface for R
Group:            Sciences/Mathematics
License:          BSD
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/RCurl_1.95-4.1.tar.gz
Requires:         R-methods R-bitops R-Rcompression R-XML
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-bitops R-Rcompression R-XML
BuildRequires:    curl-devel

%description
The package allows one to compose general HTTP requests and provides
convenient functions to fetch URIs, get & post forms, etc. and process the
results returned by the Web server. This provides a great deal of control
over the HTTP/FTP/... connection and the form of the request while
providing a higher-level interface than is available just using R socket
connections.  Additionally, the underlying implementation is robust and
extensive, supporting FTP/FTPS/TFTP (uploads and downloads), SSL/HTTPS,
telnet, dict, ldap, and also supports cookies, redirects, authentication,

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CurlSSL
%{rlibdir}/%{packname}/HTTPErrors
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/enums
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.95.4.1-3
+ Revision: b52543c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7662 |14cr|R-reactome.db-1.48.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  reactome.db
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.48.0
Release:          1
Summary:          A set of annotation maps for reactome
Group:            Sciences/Mathematics
License:          CC BY-NC 3.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/%{packname}_%{version}.tar.gz

BuildRequires:    R-devel Rmath-devel R-AnnotationDbi
Requires:         R-AnnotationDbi

%description
A set of annotation maps for reactome.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/DBschemas
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help

%changelog
* Sat Sep 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.48.0-1
+ Revision: 8a2796b
- Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7663 |14cr|R-relations-0.6_3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  relations
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6_3
Release:          1
Summary:          Data Structures and Algorithms for Relations
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.6-3.tar.gz
Requires:         R-sets 
Requires:         R-cluster R-stats R-slam 
%if %{with bootstrap}
Requires:         R-Rgraphviz R-Rglpk R-lpSolve R-Rsymphony 
%else
Requires:         R-Rgraphviz R-clue R-Rglpk R-lpSolve R-Rsymphony 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-sets
BuildRequires:    R-cluster R-stats R-slam 
%if %{with bootstrap}
BuildRequires:    R-Rgraphviz R-Rglpk R-lpSolve R-Rsymphony 
%else
BuildRequires:    R-Rgraphviz R-clue R-Rglpk R-lpSolve R-Rsymphony 
%endif

%define debug_package %{nil}

%description
Data structures and algorithms for k-ary relations with arbitrary domains,
featuring relational algebra, predicate functions, and fitters for
consensus relations.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/po



%changelog
* Thu Aug 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6_3-1
+ Revision: 9416a19
- Updated to 0.6-3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7664 |14cr|R-relevent-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  relevent
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.3
Release:          2
Summary:          Relational Event Models
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/relevent_1.0-3.tar.gz
Requires:         R-trust R-sna R-coda
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-trust R-sna R-coda

%description
Tools to fit relational event models.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-2
+ Revision: c14e11a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7665 |14cr|R-relimp-1.0_3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  relimp
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0_3
Release:          3
Summary:          Relative Contribution of Effects in a Regression Model
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-3.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-tcltk 
Requires:         R-nnet
Requires:         R-MASS 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive
BuildRequires:    R-tcltk 
BuildRequires:    R-nnet
BuildRequires:    R-MASS 
BuildRequires:    pkgconfig(lapack)
%rename R-cran-relimp

%description
Functions to facilitate inference on the relative importance of predictors
in a linear or generalized linear model, and a couple of useful Tcl/Tk

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Thu Sep 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0_3-3
+ Revision: 6b460d4
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7666 |14cr|R-reshape-0.8.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  reshape
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.8.4
Release:          3
Summary:          Flexibly reshape data
Group:            Sciences/Mathematics
License:          MIT
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-plyr 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-plyr

%description
Reshape lets you flexibly restructure and aggregate data using just two
functions: melt and cast.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.4-3
+ Revision: e9e25e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7667 |14cr|R-reshape2-1.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname reshape2
%global rlibdir %{_libdir}/R/library

Name: R-%{packname}
Version: 1.2.2
Release: 2
Summary: Flexibly reshape data: a reboot of the reshape package
Group: Sciences/Mathematics
License: MIT
URL: http://cran.r-project.org/web/packages/%{packname}/index.html
Source0: http://cran.r-project.org/src/contrib/%{packname}_1.2.2.tar.gz
BuildArch: noarch
Requires: R-core R-plyr R-stringr R-lattice
BuildRequires: R-devel Rmath-devel R-plyr R-stringr R-lattice texlive-collection-latex

%description
Reshape lets you flexibly restructure and aggregate data
using just two functions: melt and cast.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/tests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-2
+ Revision: 08c94fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7668 |14cr|R-rgdal-0.8.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rgdal
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.8.16
Release:          2
Summary:          Bindings for the Geospatial Data Abstraction Library
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/rgdal_0.8-16.tar.gz
Requires:         R-methods R-sp
Requires:         gdal
Requires:         gdal-devel
Requires:         proj
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-sp
BuildRequires:    gdal
BuildRequires:    gdal-devel
BuildRequires:    proj

%description
Provides bindings to Frank Warmerdam's Geospatial Data Abstraction Library
(GDAL) (>= 1.3.1) and access to projection/transformation operations from
the PROJ.4 library. The GDAL and PROJ.4 libraries are external to the
package, and, when installing the package from source, must be correctly
installed first. Both GDAL raster and OGR vector map data can be imported
into R, and GDAL raster data and OGR vector data exported. Use is made of
classes defined in the sp package. Windows binaries (including GDAL,
PROJ.4 and Expat) are provided on CRAN. Mac Intel OS X binaries (including
GDAL, PROJ.4 and Expat) are not provided on CRAN, but can be installed
from the CRAN Extras repository with: setRepositories(ind=1:2);

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/README*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/OSGeo4W_test
%{rlibdir}/%{packname}/SVN_VERSION
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/doc
%{rlibdir}/%{packname}/etc
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/pictures
%{rlibdir}/%{packname}/vectors


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.16-2
+ Revision: 4b52da8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7669 |14cr|R-rgenoud-5.7.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rgenoud
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          5.7.12
Release:          2
Summary:          R version of GENetic Optimization Using Derivatives
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/rgenoud_5.7-12.tar.gz
Requires:         R-utils 
Requires:         R-snow 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-utils
BuildRequires:    R-snow 

%description
A genetic algorithm plus derivative optimizer

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.7.12-2
+ Revision: 5fc0492
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7670 |14cr|R-rgeos-0.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  rgeos
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.3.3
Release:          2
Summary:          Interface to Geometry Engine - Open Source (GEOS)
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/rgeos_0.3-3.tar.gz
Requires:         R-methods R-sp R-stringr R-testthat R-plyr R-XML
%if %{without bootstrap}
Requires:         R-maptools
%endif
Requires:         gdal
Requires:         gdal-devel
Requires:         proj
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-sp R-stringr R-testthat R-plyr R-XML
%if %{without bootstrap}
BuildRequires:    R-maptools
%endif
BuildRequires:    gdal
BuildRequires:    gdal-devel
BuildRequires:    proj

%description
Interface to Geometry Engine - Open Source (GEOS) using the C API for
topology operations on geometries.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/README*
%doc %{rlibdir}/%{packname}/SVN_VERSION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/poly-ex-gpc
%{rlibdir}/%{packname}/tests
%{rlibdir}/%{packname}/wkts



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-2
+ Revision: 72a0577
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7671 |14cr|R-rggobi-2.1.19-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rggobi
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.1.19
Release:          3
Summary:          Interface between R and GGobi
Group:            Sciences/Mathematics
License:          BSD
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/rggobi_2.1.19.tar.gz
Requires:         R-RGtk2 R-utils R-methods R-reshape
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-RGtk2 R-utils R-methods R-reshape
BuildRequires:    ggobi-devel
BuildRequires:    octave-devel
Patch0:           rggobi_2.1.17-format.patch

%description
The rggobi package provides a command-line interface to GGobi, an
interactive and dynamic graphics package. Rggobi complements GGobi's
graphical user interface, providing a way to fluidly transition between
analysis and exploration, as well as automating common tasks.

%prep
%setup -q -c -n %{packname}
%patch0 -p1

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.19-3
+ Revision: 628a560
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7672 |14cr|R-rgl-0.93.996-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rgl
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.93.996
Release:          3
Summary:          3D visualization device system (OpenGL)
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/rgl_0.93.996.tar.gz
Requires:         R-stats R-grDevices 
Requires:         R-MASS 
BuildRequires:    R-devel Rmath-devel texlive-latex R-stats R-grDevices
BuildRequires:    R-MASS 
BuildRequires:    png-devel
BuildRequires:    pkgconfig(gl)
BuildRequires:    pkgconfig(glu)
%rename R-cran-rgl

%description
3D visualization device (OpenGL)

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/demodata
%{rlibdir}/%{packname}/fonts
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/textures
%{rlibdir}/%{packname}/WebGL



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.93.996-3
+ Revision: 4c134cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7673 |14cr|R-Rglpk-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rglpk
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6.0
Release:          2
Summary:          R/GNU Linear Programming Kit Interface
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Rglpk_0.6-0.tar.gz
Requires:         R-slam 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-slam
BuildRequires:    glpk-devel

%description
R interface to the GNU Linear Programing Kit (GLPK version 4.47 is shipped
with the source package).  GLPK is open source software for solving
large-scale linear programming (LP), mixed integer linear programming
(MILP) and other related problems.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CHANGELOG
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-2
+ Revision: cb94964
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7674 |14cr|R-Rgraphviz-2.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rgraphviz
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.6.0
Release:          1
Summary:          Provides plotting capabilities for R graph objects
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-methods R-utils R-graph R-grid
Requires:         R-graph R-graphics R-grDevices R-grid R-methods R-utils
Requires:         graphviz
Requires:    	  R-BiocGenerics
BuildRequires:    R-utils R-graph R-grid R-graph R-graphics R-grDevices
BuildRequires:    R-grid R-methods R-utils 
BuildRequires:    R-BiocGenerics
BuildRequires:    blas-devel
BuildRequires:    graphviz-devel
BuildRequires:    graphviz
BuildRequires:    lapack-devel
BuildRequires:    x11-server-xvfb
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods

%description
Interfaces R with the AT and T graphviz library for plotting R graph
objects from the graph package. Users on all platforms must install
graphviz; see the README file, available in the source distribution of
this file, for details.

%prep
%setup -q -c -n %{packname}

%build

%install
export CFLAGS="-I/usr/include/graphviz"
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL --configure-args='--with-graphviz=/usr' -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME blocks (apparently due to calling malloc, with bogus value, from
# signal handler that apparently triggered the signal due to out of memory)
#(gdb) bt
#0  __lll_lock_wait_private () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:96
#1  0x00000034de680ce5 in _L_lock_9980 () from /lib64/libc.so.6
#2  0x00000034de67ea62 in __GI___libc_malloc (bytes=227072984864) at malloc.c:2925
#3  0x00007f1f8b006268 in ?? () from /usr/lib64/R/lib/libR.so
#4  0x00007f1f8af7fbee in ?? () from /usr/lib64/R/lib/libR.so
#5  0x00007f1f8af81417 in ?? () from /usr/lib64/R/lib/libR.so
#6  0x00007f1f8af8248e in ?? () from /usr/lib64/R/lib/libR.so
#7  0x00007f1f8afb21b5 in R_GetTraceback () from /usr/lib64/R/lib/libR.so
#8  0x00007f1f8affad61 in ?? () from /usr/lib64/R/lib/libR.so
#9  <signal handler called>
#10 malloc_consolidate (av=0x34de9ac720) at malloc.c:4252
#11 0x00000034de67bff8 in malloc_consolidate (av=0x34de9ac720) at malloc.c:4227
#12 _int_malloc (av=0x34de9ac720, bytes=<optimized out>) at malloc.c:3538
#13 0x00000034de67ea70 in __GI___libc_malloc (bytes=2008) at malloc.c:2928
%if 0
%check
xvfb-run %{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/prepare
%{rlibdir}/%{packname}/unitTests
%{rlibdir}/%{packname}/usecases

%changelog
* Tue Mar 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.0-1
+ Revision: f18c269
- Fix build with system graphviz



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7675 |14cr|R-RGtk2-2.20.27-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RGtk2
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.20.27
Release:          2
Summary:          R bindings for Gtk 2.8.0 and above
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/RGtk2_2.20.27.tar.gz
Patch1:		R-RGtk2-format-security.patch
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    gtk2-devel	 
BuildRequires:    pkgconfig(libglade-2.0)
%rename R-cran-RGtk2

%description
Facilities in the R language for programming graphical interfaces using
Gtk, the Gimp Tool Kit.

%prep
%setup -q -c -n %{packname}
%patch1 -p0

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/images
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/ui



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.20.27-2
+ Revision: 62cc2fa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7676 |14cr|R-RGtk2Extras-0.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RGtk2Extras
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6.1
Release:          3
Summary:          Data frame editor and dialog making wrapper for RGtk2
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/RGtk2Extras_0.6.1.tar.gz
Requires:         R-methods R-RGtk2 R-gWidgets R-gWidgetsRGtk2
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-RGtk2 R-gWidgets R-gWidgetsRGtk2
BuildRequires:    gtk2-devel
BuildRequires:    pkgconfig(libglade-2.0)
BuildRequires:    x11-server-xvfb

%description
Useful add-ons for RGtk2

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-3
+ Revision: e5a8d06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7677 |14cr|R-rJava-0.9.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rJava
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9.6
Release:          2
Summary:          Low-level R to Java interface
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/rJava_0.9-6.tar.gz
Requires:         R-methods
Requires:         java
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    java-rpmbuild
BuildRequires:    x11-server-xvfb

%description
Low-level interface to Java VM very much like .C/.Call and friends. Allows
creation of objects, calling methods and accessing fields.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/java
%{rlibdir}/%{packname}/javadoc
%{rlibdir}/%{packname}/jri
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-2
+ Revision: 92a065d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7678 |14cr|R-rlecuyer-0.3_3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rlecuyer
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.3_3
Release:          3
Summary:          R interface to RNG with multiple streams
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.3-3.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
Provides an interface to the C implementation of the random number
generator with multiple independent streams developed by L'Ecuyer et al
(2002). The main purpose of this package is to enable the use of this
random number generator in parallel R applications.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Thu Sep 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3_3-3
+ Revision: d4cf47e
- Turn back texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7679 |14cr|R-Rmalschains-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rmalschains
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.2.1
Release:          2
Summary:          Continuous Optimization using MA-LS-Chains
Group:            Sciences/Mathematics
License:          GPLv3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.2-1.tar.gz

Requires:         R-Rcpp 

Requires:         R-inline 
BuildRequires:    R-devel Rmath-devel texlive-latex R-Rcpp

BuildRequires:   R-inline 
%description
This package implements an algorithm family for continuous optimization
called memetic algorithms with local search chains (MA-LS-Chains). Memetic
algorithms are hybridizations of genetic algorithms with local search
methods. They are especially suited for continuous optimization.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: 839ce63
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7680 |14cr|R-rmeta-2.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rmeta
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.16
Release:          3
Summary:          Meta-analysis
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Source1:          NAMESPACE
BuildArch:        noarch
Requires:         R-core
Requires:         R-grid 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-grid

%description
Functions for simple fixed and random effects meta-analysis for two-sample
comparisons and cumulative meta-analyses. Draws standard summary plots,
funnel plots, and computes summaries and tests for association and

%prep
%setup -q -c -n %{packname}
cp %{SOURCE1} %{packname}/

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.16-3
+ Revision: 1fe035e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7681 |14cr|R-Rmpi-0.6.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname Rmpi
%global rlibdir  %{_libdir}/R/library

Name:		R-%{packname}
Version:	0.6.5
Release:	2
Summary:	Interface (Wrapper) to MPI (Message-Passing Interface)

Group:		Sciences/Mathematics
License:	GPLv2+
Url:		http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:	http://cran.r-project.org/src/contrib/Rmpi_0.6-5.tar.gz
BuildRequires:	openmpi
BuildRequires:	R-rlecuyer
BuildRequires:	R-rsprng
BuildRequires:	texlive-collection-latex
BuildRequires:	pkgconfig(libR)
BuildRequires:	pkgconfig(libRmath)
BuildRequires:	pkgconfig(ompi)
Requires:	openmpi
Requires:	R-rlecuyer
Requires:	R-rsprng

%description
Rmpi provides an interface (wrapper) to MPI APIs. It also provides
interactive R slave environment.

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/MacR64slaves.sh
%{rlibdir}/%{packname}/R*
%{rlibdir}/%{packname}/c*
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/s*

#----------------------------------------------------------------------------

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL --no-test-load -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.5-2
+ Revision: 93dd811
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7682 |14cr|R-rms-4.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rms
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          4.0.0
Release:          2
Summary:          Regression Modeling Strategies
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/rms_4.0-0.tar.gz
Requires:         R-Hmisc R-survival 
Requires:         R-survival 
Requires:         R-lattice R-quantreg R-nlme R-rpart R-polspline R-multcomp 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-Hmisc R-survival
BuildRequires:    R-survival 
BuildRequires:    R-lattice R-quantreg R-nlme R-rpart R-polspline R-multcomp 
BuildRequires:    x11-server-xvfb

%description
Regression modeling, testing, estimation, validation, graphics,
prediction, and typesetting by storing enhanced model design attributes in
the fit.  rms is a collection of 229 functions that assist with and
streamline modeling.  It also contains functions for binary and ordinal
logistic regression models and the Buckley-James multiple regression model
for right-censored responses, and implements penalized maximum likelihood
estimation for logistic and ordinary linear models. rms works with almost
any regression model, but it was especially written to work with binary or
ordinal logistic regression, Cox regression, accelerated failure time
models, ordinary linear models, the Buckley-James model, generalized least
squares for serially or spatially correlated observations, generalized
linear models, and quantile regression.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/demo

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0-2
+ Revision: b283b7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7683 |14cr|R-RNAseqData.HNRNPC.bam.chr14-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RNAseqData.HNRNPC.bam.chr14
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.2.0
Release:          1
Summary:          RNAseqData.HNRNPC.bam.chr14
Group:            Sciences/Mathematics
License:          BSL
URL:              http://bioconductor.org/packages/release/data/experiment/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/experiment/src/contrib/%{packname}_%{version}.tar.gz

BuildRequires:    R-devel Rmath-devel texlive-latex 
#BuildRequires:    R-GenomicAlignments R-BiocInstaller


%description
RNAseqData.HNRNPC.bam.chr14

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/scripts

%changelog
* Sat Aug 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-1
+ Revision: d644e4a
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7684 |14cr|R-robust-0.4.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  robust
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.4.15
Release:          2
Summary:          Robust Library
Group:            Sciences/Mathematics
License:          GPLv1+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.4-15.tar.gz

Requires:         R-fit.models R-MASS R-lattice R-robustbase R-rrcov 
Requires:         R-stats R-robustbase 

BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-fit.models R-MASS R-lattice R-robustbase R-rrcov
BuildRequires:    R-stats R-robustbase 
BuildRequires:    lapack-devel

%description
A package of robust methods.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/Copyright
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data*
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/tests_S

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.15-2
+ Revision: b3712ff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7685 |14cr|R-robustbase-0.91.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  robustbase
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.91.1
Release:          1
Summary:          Basic Robust Statistics

Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/robustbase_0.91-1.tar.gz
Requires:         R-stats R-graphics R-methods 
Requires:         R-MASS R-lattice R-boot R-MPV R-xtable R-ggplot2 R-RColorBrewer 
Requires:         R-reshape2
Requires:         R-robust R-fit.models R-catdata
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats R-graphics R-methods
BuildRequires:    R-DEoptimR
Requires:         R-DEoptimR
BuildRequires:    R-robust R-fit.models R-catdata
BuildRequires:    R-MASS R-lattice R-boot R-MPV R-xtable R-ggplot2 R-RColorBrewer 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel
BuildRequires:    R-reshape2

%description
"Essential" Robust Statistics.  The goal is to provide tools allowing to
analyze data with robust methods.  This includes regression methodology
including model selections and multivariate statistics where we strive to
cover the book "Robust Statistics, Theory and Methods" by Maronna, Martin
and Yohai; Wiley 2006.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# 64bit check fails in ABF
# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/Copyrights
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/external
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/xtraR

%changelog
* Thu Aug 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.91.1-1
+ Revision: 6f20f88
- Disable check



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7686 |14cr|R-ROC-1.38.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ROC
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.38.0
Release:          2
Summary:          utilities for ROC, with uarray focus
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-utils R-methods 

Requires:         R-Biobase 
BuildRequires:    R-devel Rmath-devel texlive-latex R-utils R-methods

BuildRequires:   R-Biobase 
%description
utilities for ROC, with uarray focus

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.38.0-2
+ Revision: 9781f23
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7687 |14cr|R-ROCR-1.0_5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ROCR
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0_5
Release:          2
Summary:          Visualizing the performance of scoring classifiers
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-5.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-gplots R-methods 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-gplots R-methods

%description
ROC graphs, sensitivity/specificity curves, lift charts, and
precision/recall plots are popular examples of trade-off visualizations
for specific pairs of performance measures. ROCR is a flexible tool for
creating cutoff-parametrized 2D performance curves by freely combining two
from over 25 performance measures (new performance measures can be added
using a standard interface). Curves from different cross-validation or
bootstrapping runs can be averaged by different methods, and standard
deviations, standard errors or box plots can be used to visualize the
variability across the runs. The parametrization can be visualized by
printing cutoff values at the corresponding curve positions, or by
coloring the curve according to cutoff. All components of a performance
plot can be quickly adjusted using a flexible parameter dispatching
mechanism. Despite its flexibility, ROCR is easy to use, with only three
commands and reasonable default values for all optional parameters.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0_5-2
+ Revision: 05d274f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7688 |14cr|R-RODBC-1.3.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RODBC
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.3.10
Release:          2
Summary:          ODBC Database Access
Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/RODBC_1.3-10.tar.gz
Requires:         R-utils 
Requires:         R-stats 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-utils
BuildRequires:    R-stats 
BuildRequires:    unixODBC-devel

%description
An ODBC database interface

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENCE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/po
%{rlibdir}/%{packname}/tests.R



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.10-2
+ Revision: 7a915d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7689 |14cr|R-rpanel-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  rpanel
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.1.3
Release:          2
Summary:          Simple Interactive Controls for R Using the tcltk Package

Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/rpanel_1.1-3.tar.gz
Requires:         R-tcltk 
%if %{with bootstrap}
Requires:         R-tkrplot R-rgl R-sp R-geoR R-RandomFields
%else
Requires:         R-tkrplot R-rgl R-sp R-geoR R-RandomFields R-sm R-denstrip R-maps
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-tcltk
%if %{with bootstrap}
BuildRequires:    R-tkrplot R-rgl R-sp R-geoR R-RandomFields
%else
BuildRequires:    R-tkrplot R-rgl R-sp R-geoR R-RandomFields R-sm R-denstrip R-maps
%endif

BuildRequires:    bwidget
BuildRequires:    x11-server-xvfb

%description
rpanel provides a set of functions to build simple GUI controls for R
functions.  These are built on the tcltk package. Uses could include
changing a parameter on a graph by animating it with a slider or a
"doublebutton", up to more sophisticated control panels.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
xvfb-run  %{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/history.txt
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/COPYING
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/images


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-2
+ Revision: 48cdb3a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7690 |14cr|R-rpart.plot-1.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%global packname  rpart.plot
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.4.4
Release:          2
Summary:          Plot rpart models.  An enhanced version of plot.rpart
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/rpart.plot_1.4-4.tar.gz
Requires:         R-rpart 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-rpart

%description
Plot rpart models. Extends plot.rpart and text.rpart in the rpart package.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
#%{rlibdir}/%{packname}/LICENCE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
# %{rlibdir}/%{packname}/libs
%{rlibdir}/rpart.plot/slowtests/README.txt
%{rlibdir}/rpart.plot/slowtests/code.in.rpart.report.with.prp.R
%{rlibdir}/rpart.plot/slowtests/data.stagec
%{rlibdir}/rpart.plot/slowtests/make.bat
%{rlibdir}/rpart.plot/slowtests/test.prp.R
%{rlibdir}/rpart.plot/slowtests/test.prp.Rout.save
%{rlibdir}/rpart.plot/slowtests/test.prp.save.ps
%{rlibdir}/rpart.plot/slowtests/user-manual-figs.R



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.4-2
+ Revision: a66f4dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7691 |14cr|R-Rpoppler-0.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rpoppler
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.0.1
Release:          3
Summary:          PDF tools based on Poppler
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.0-1.tar.gz

BuildRequires:    R-devel Rmath-devel texlive
BuildRequires:    pkgconfig(poppler-glib)

%description
PDF tools based on the Poppler library

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-3
+ Revision: bdefbc0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7692 |14cr|R-rpvm-1.0_4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rpvm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Epoch:            1
Version:          1.0_4
Release:          3
Summary:          R interface to PVM (Parallel Virtual Machine)
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-4.tar.gz
Requires:         R-rsprng 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-rsprng 
BuildRequires:    libpvm-devel
Patch0:           rpvm_1.0.2-pvmgs.patch

%description
Provides interface to PVM APIs, and examples and documentation for its

%prep
%setup -q -c -n %{packname}
echo 'exportPattern( "." )' > %{packname}/NAMESPACE
%patch0 -p1
(cd rpvm; autoreconf)

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/pvm*
%{rlibdir}/%{packname}/sla*



%changelog
* Mon Aug 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.0_4-3
+ Revision: 1bc58a2
- Create dummy NAMESPACE file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7693 |14cr|R-rrcov-1.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rrcov
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.3.4
Release:          2
Summary:          Scalable Robust Estimators with High Breakdown Point
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.3-4.tar.gz

Requires:         R-methods R-robustbase R-pcaPP 
Requires:         R-stats4 R-mvtnorm 
Requires:         R-grid R-lattice R-cluster R-mclust R-MASS R-ellipse 
BuildRequires:    R-devel Rmath-devel texlive-latex R-methods R-robustbase R-pcaPP
BuildRequires:    R-stats4 R-mvtnorm 
BuildRequires:    R-grid R-lattice R-cluster R-mclust R-MASS R-ellipse 
BuildRequires:    lapack-devel

%description
Robust Location and Scatter Estimation and Robust Multivariate Analysis
with High Breakdown Point.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/bm
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-2
+ Revision: 78f599f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7694 |14cr|R-Rsamtools-1.14.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  Rsamtools
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.14.3
Release:          2
Summary:          Binary alignment (BAM), variant call (BCF), or tabix file import
Group:            Sciences/Mathematics
License:          Artistic-2.0 + file LICENSE
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/Rsamtools_1.14.3.tar.gz
Requires:         R-methods R-IRanges R-GenomicRanges R-Biostrings
Requires:         R-utils R-zlibbioc R-rtracklayer R-bitops
%if %{with bootstrap}
Requires:         R-RUnit R-KEGG.db
%else
Requires:         R-ShortRead R-GenomicFeatures R-RUnit R-KEGG.db
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-IRanges R-GenomicRanges R-Biostrings
BuildRequires:    R-utils R-zlibbioc R-rtracklayer R-bitops
%if %{with bootstrap}
BuildRequires:    R-RUnit R-KEGG.db
%else
BuildRequires:    R-ShortRead R-GenomicFeatures R-RUnit R-KEGG.db
%endif

%description
This package provides an interface to the 'samtools', 'bcftools', and
'tabix' utilities (see 'LICENCE') for manipulating SAM (Sequence Alignment
/ Map), binary variant call (BCF) and compressed indexed tab-delimited
(tabix) files.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%if %{without bootstrap}
#%check
#%{_bindir}/R CMD check %{packname}
#%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/scripts
%{rlibdir}/%{packname}/unitTests
%{rlibdir}/%{packname}/usretc
%{rlibdir}/%{packname}/usrlib



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.3-2
+ Revision: eb37453
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7695 |14cr|R-rscproxy-2.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rscproxy
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.0.5
Release:          3
Summary:          statconn: provides portable C-style interface to R (StatConnector)
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/rscproxy_2.0-5.tar.gz
BuildRequires:    R-devel Rmath-devel texlive

%description
rscproxy library provides an interface to R used by third party
applications, most notable, but not limited to, statconnDCOM, ROOo and
other systems.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs

%changelog
* Wed Aug 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.5-3
+ Revision: 067e277
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7696 |14cr|R-rsprng-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rsprng
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0
Release:          3
Summary:          R interface to SPRNG (Scalable Parallel Random Number Generators)
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    gmp-devel
BuildRequires:    sprng-devel

%description
Provides interface to SPRNG 2.0 APIs, and examples and documentation for
its use.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: a18dcda
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7697 |14cr|R-RSQLite-0.11.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RSQLite
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.11.4
Release:          2
Summary:          SQLite interface for R
Group:            Sciences/Mathematics
License:          LGPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/RSQLite_0.11.4.tar.gz
Requires:         R-methods R-DBI R-RUnit
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-DBI R-RUnit
BuildRequires:    sqlite3-devel

%description
Database Interface R driver for SQLite. This package embeds the SQLite
database engine in R and provides an interface compliant with the DBI
package. The source for the SQLite engine (version 3.7.9) is included.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/announce
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/rsqlitePerf.txt
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/HACKING
%doc %{rlibdir}/%{packname}/INSTALL
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/ONEWS
%doc %{rlibdir}/%{packname}/README
%doc %{rlibdir}/%{packname}/THANKS
%doc %{rlibdir}/%{packname}/TODO
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/UnitTests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.4-2
+ Revision: f5f2a33
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7698 |14cr|R-RSvgDevice-0.6.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RSvgDevice
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6.4.3
Release:          2
Summary:          An R SVG graphics device
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/RSvgDevice_0.6.4.3.tar.gz
BuildRequires:    R-devel Rmath-devel texlive

%description
A graphics device for R that uses the w3.org xml standard for Scalable
Vector Graphics.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.4.3-2
+ Revision: 69d36ad
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7699 |14cr|R-RSVGTipsDevice-1.0_4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RSVGTipsDevice
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0_4
Release:          3
Summary:          An R SVG graphics device with dynamic tips and hyperlinks
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-4.tar.gz
BuildRequires:    R-devel Rmath-devel texlive

%description
A graphics device for R that uses the w3.org xml standard for Scalable
Vector Graphics.  This version supports tooltips with 1 to 3 lines,
hyperlinks, and line styles.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/serverconfig

%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0_4-3
+ Revision: a4ebebd
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7700 |14cr|R-Rsymphony-0.1.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rsymphony
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.1.17
Release:          2
Summary:          Symphony in R
Group:            Sciences/Mathematics
License:          EPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Rsymphony_0.1-17.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    coin-or-devel
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
An R interface to the SYMPHONY MILP solver (version 5.4.3).

%prep
%setup -q -c -n %{packname}
perl -pi -e 's|^(SYMPHONY_LIBS="-lSym)"|$1 -lCgl -lOsiClp -lClp -lOsi -lCoinUtils"|;' \
    Rsymphony/configure

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.17-2
+ Revision: c0509b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7701 |14cr|R-rtracklayer-1.22.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with internet
%bcond_with bootstrap
%global packname  rtracklayer
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.22.3
Release:          2
Summary:          R interface to genome browsers and their annotation tracks
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/rtracklayer_1.22.3.tar.gz
Requires:         R-methods R-RCurl R-XML R-IRanges R-GenomicRanges
Requires:         R-Biostrings R-BSgenome R-zlibbioc
Requires:         R-Rsamtools
%if %{with bootstrap}
Requires:         R-microRNA R-genefilter R-org.Hs.eg.db
Requires:         R-BSgenome.Hsapiens.UCSC.hg19 R-hgu133plus2.db
%else
Requires:         R-humanStemCell R-microRNA R-genefilter R-limma
Requires:         R-org.Hs.eg.db R-BSgenome.Hsapiens.UCSC.hg19
Requires:         R-TxDb.Hsapiens.UCSC.hg19.knownGene R-hgu133plus2.db
Requires:         R-BiocGenerics
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-RCurl R-XML R-IRanges R-GenomicRanges R-Biostrings
BuildRequires:    R-BSgenome R-zlibbioc
BuildRequires:    R-BiocGenerics
%if %{with bootstrap}
BuildRequires:    R-microRNA R-genefilter R-org.Hs.eg.db
BuildRequires:    R-BSgenome.Hsapiens.UCSC.hg19 R-hgu133plus2.db
%else
BuildRequires:    R-humanStemCell R-microRNA R-genefilter R-limma
BuildRequires:    R-org.Hs.eg.db R-BSgenome.Hsapiens.UCSC.hg19
BuildRequires:    R-TxDb.Hsapiens.UCSC.hg19.knownGene R-hgu133plus2.db
%endif
BuildRequires:    R-Rsamtools

%description
Extensible framework for interacting with multiple genome browsers
(currently UCSC built-in) and manipulating annotation tracks in various
formats (currently GFF, BED, bedGraph, BED15, WIG, and BigWig built-in).
The user may export/import tracks to/from the supported browsers, as well
as query and modify the browser state, such as the current viewport.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
    %if %{with internet}
%check
%{_bindir}/R CMD check %{packname}
    %endif
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/notes
%{rlibdir}/%{packname}/scripts
%{rlibdir}/%{packname}/tests
%{rlibdir}/%{packname}/unitTests
%{rlibdir}/%{packname}/extdata



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.22.3-2
+ Revision: 5927bea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7702 |14cr|R-RUnit-0.4.26-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RUnit
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.4.26
Release:          3
Summary:          R Unit test framework
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-utils R-methods 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-utils R-methods
BuildRequires:    x11-server-xvfb

%description
R functions implementing a standard Unit Testing framework, with
additional code inspection and report generation tools

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/share
%{rlibdir}/%{packname}/unitTests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.26-3
+ Revision: 8e3a97f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7703 |14cr|R-Rvmmin-2013.11.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rvmmin
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2013.11.11
Release:          2
Summary:          Variable metric nonlinear function minimization with bounds constraints
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2013-11.11.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-optextras 


BuildRequires:    R-devel Rmath-devel texlive-latex R-optextras


%description
Variable metric nonlinear function minimization with bounds constraints

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2013.11.11-2
+ Revision: a050b00
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7704 |14cr|R-RWeka-0.4.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  RWeka
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.4.21
Release:          2
Summary:          R/Weka interface
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.4-21.tar.gz


Requires:         R-RWekajars R-rJava R-graphics R-stats R-utils R-grid 
Requires:         R-party R-mlbench R-e1071 
BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-RWekajars R-rJava R-graphics R-stats R-utils R-grid 
BuildRequires:    R-party R-mlbench R-e1071
BuildRequires:    java-rpmbuild

%description
An R interface to Weka (Version 3.7.10). Weka is a collection of machine
learning algorithms for data mining tasks written in Java, containing
tools for data pre-processing, classification, regression, clustering,
association rules, and visualization.  Package RWeka contains the
interface code, the Weka jar is in a separate package RWekajars.  For more
information on Weka see http://www.cs.waikato.ac.nz/~ml/weka/.

%prep
%setup -q -c -n %{packname}

%build

%install
export JAVA="/usr/bin/java"
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/arff
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/java
%{rlibdir}/%{packname}/po/*/LC_MESSAGES/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.21-2
+ Revision: f845617
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7705 |14cr|R-RWekajars-3.7.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RWekajars
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3.7.10.1
Release:          2
Summary:          R/Weka interface jars
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_3.7.10-1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-rJava 

BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-rJava 
#BuildRequires:    java-1.6.0-openjdk
BuildRequires:    java-rpmbuild

%description
External jars required for package RWeka.

%prep
%setup -q -c -n %{packname}

%build

%install
export JAVA="/usr/bin/java"
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/java
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.10.1-2
+ Revision: a84065c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7706 |14cr|R-sampleSelection-0.7.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  sampleSelection
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.7.2
Release:          3
Summary:          Sample Selection Models
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/sampleSelection_0.7-2.tar.gz
Requires:         R-maxLik R-systemfit R-miscTools R-VGAM R-MASS R-mvtnorm R-plm
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-maxLik R-systemfit R-miscTools R-VGAM R-MASS R-mvtnorm R-plm

%description
Estimation of Sample Selection Models

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.2-3
+ Revision: dfbc75d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7707 |14cr|R-sandwich-2.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  sandwich
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.3.0
Release:          2
Summary:          Robust Covariance Matrix Estimators
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/sandwich_2.3-0.tar.gz
Requires:         R-stats R-zoo R-stats
%if %{with bootstrap}
Requires:         R-car R-lmtest R-survival R-MASS R-scatterplot3d
%else
Requires:         R-car R-lmtest R-strucchange R-AER R-survival R-MASS
Requires:         R-scatterplot3d
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats R-zoo
BuildRequires:    R-stats
%if %{with bootstrap}
BuildRequires:    R-car R-lmtest R-survival R-MASS R-scatterplot3d
%else
BuildRequires:    R-car R-lmtest R-strucchange R-AER R-survival R-MASS
BuildRequires:    R-scatterplot3d
%endif

%description
Model-robust standard error estimators for cross-sectional, time series
and longitudinal data.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.0-2
+ Revision: 16b3883
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7708 |14cr|R-scales-0.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname scales
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.2.3
Release:          2
Summary:          Scale functions for graphics
Group:            Sciences/Mathematics
License:          MIT
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-methods R-RColorBrewer R-stringr R-dichromat 
Requires:         R-munsell >= 0.2 R-plyr >= 1.2 R-labeling R-testthat
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-RColorBrewer R-stringr R-dichromat 
BuildRequires:    R-munsell >= 0.2 R-plyr >= 1.2 R-labeling R-testthat

%description
Scales map data to aesthetics, and provide methods for
automatically determining breaks and labels for axes and legends.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/tests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-2
+ Revision: 9a5a04e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7709 |14cr|R-scatterplot3d-0.3.35-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  scatterplot3d
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.3.35
Release:          2
Summary:          3D Scatter Plot
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/scatterplot3d_0.3-35.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
%rename R-cran-scatterplot3d

%description
Plots a three dimensional (3D) point cloud.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/po



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.35-2
+ Revision: 6824bb0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7710 |14cr|rsec-0.70.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rsec
Version:	0.70.1
Release:	4

Summary:	Security Reporting tool
License:	GPLv2
Group:		System/Base
URL:		http://annvix.org/Tools/rsec
Source0:	http://annvix.org/downloads/rsec/%{name}-%{version}.tar.bz2

BuildRoot:	%{_tmppath}/%{name}-%{version}

Requires:	bash
Requires:	coreutils
Requires:	perl-base
Requires:	diffutils
Requires:	shadow-utils
Requires:	gawk
Requires:	mailx
Requires:	setup >= 2.2.0-21mdk
Requires:	iproute2
Requires:	rkhunter >= 1.3.0
Conflicts:	passwd < 0.67
Conflicts:	msec

%description
The Annvix Security Reporting tool (rsec) is largely based on the
Mandriva Linux msec program.  rsec produces the same reports as msec, but
does not manage permission issues or system configuration changes.  It is
nothing more than a reporting tool to advise you of changes to your system
and potential problem areas.  Any changes or fixes are entirely up to the
user to correct.


%prep
%setup -q


%build
make CFLAGS="%{optflags}"


%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall_std

pushd %{buildroot}%{_sysconfdir}/cron.daily
    ln -s ../..%{_datadir}/rsec/pkgcheck.sh pkgcheck
popd


%post
touch /var/log/security.log && chmod 0640 /var/log/security.log


%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}


%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%{_bindir}/promisc_check
%{_bindir}/rsec_find
%dir %_datadir/rsec
%{_datadir}/rsec/*
%{_mandir}/man8/rsec.8*
%dir %attr(0750,root,root) /var/log/security
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/security/rsec.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/rsec
%config(noreplace) %{_sysconfdir}/cron.daily/rsec
%config(noreplace) %{_sysconfdir}/cron.hourly/rsec
%{_sysconfdir}/cron.daily/pkgcheck
%ghost %attr(0640,root,root) /var/log/security.log



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.1-4
+ Revision: 663f7b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7711 |14cr|R-sem-3.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  sem
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3.1.3
Release:          2
Summary:          Structural Equation Models

Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/sem_3.1-3.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-stats R-MASS R-matrixcalc 
Requires:         R-boot R-tcltk R-polycor 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats R-MASS R-matrixcalc
# BuildRequires: R-mi
# Requires: R-mi
BuildRequires: R-MBESS
Requires: R-MBESS
BuildRequires: pkgconfig(blas)
BuildRequires: pkgconfig(lapack)
BuildRequires:    R-boot R-tcltk R-polycor 

%description
This package contains functions for fitting general linear structural
equation models (with observed and unobserved variables) using the RAM
approach, and for fitting structural equations in observed-variable models
by two-stage least squares.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/etc
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.3-2
+ Revision: 0050f96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7712 |14cr|R-sendmailR-1.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  sendmailR
%global rlibdir  %{_datadir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.1.2
Release:          1
Summary:          send email using R
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.1-2.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-base64enc 

BuildRequires:    R-devel Rmath-devel texlive R-base64enc


%description
Package contains a simple SMTP client which provides a portable solution
for sending email, including attachements, from within R.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Mon Sep 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-1
+ Revision: bfdd534
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7713 |14cr|R-seqnames.db-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  seqnames.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0.1
Release:          2
Summary:          Chromosome Name translations
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-methods R-AnnotationDbi 
Requires:         R-methods R-AnnotationDbi 

BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-AnnotationDbi
BuildRequires:    R-methods R-AnnotationDbi 

%description
Provides translation information for various kinds of chromosome name

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: ad5e616
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7714 |14cr|R-seriation-1.0.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  seriation
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.13
Release:          2
Summary:          Infrastructure for seriation

Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/seriation_1.0-13.tar.gz
Requires:         R-stats R-cluster R-TSP R-gclus R-grid R-colorspace 
Requires:         R-MASS R-biclust
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-stats R-cluster R-TSP R-gclus R-grid R-colorspace
BuildRequires:    R-MASS R-biclust

%description
Infrastructure for seriation with an implementation of several
seriation/sequencing techniques to reorder matrices, dissimilarity
matrices, and dendrograms. Also contains some visualizations techniques
based on seriation.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/seriation/tests/criterion.R
%{rlibdir}/seriation/tests/permuation_vector.R



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.13-2
+ Revision: 078fdfd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7715 |14cr|R-setRNG-2011.11.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  setRNG
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2011.11.2
Release:          2
Summary:          Set (Normal) Random Number Generator and Seed
Group:            Sciences/Mathematics
License:          GPLv2 | file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2011.11-2.tar.gz

BuildRequires:    R-devel Rmath-devel texlive-latex 


%description
SetRNG provides utilities to help set and record the setting of the seed
and the uniform and normal generators used when a random experiment is
run. The utilities can be used in other functions that do random
experiments to simplify recording and/or setting all the necessary
information for reproducibility.  See the vignette and reference manual
for examples.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2011.11.2-2
+ Revision: 7633339
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7716 |14cr|R-sets-1.0.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  sets
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.13
Release:          3
Summary:          Sets, Generalized Sets, Customizable Sets and Intervals
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/sets_1.0-13.tar.gz
Requires:         R-stats 
Requires:         R-proxy 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-stats 
BuildRequires:    R-proxy 

%description
Data structures and basic operations for ordinary sets, generalizations
such as fuzzy sets, multisets, and fuzzy multisets, customizable sets, and

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.13-3
+ Revision: ab0a091
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7717 |14cr|R-sfsmisc-1.0.26-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  sfsmisc
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0.26
Release:          2
Summary:          Utilities from Seminar fuer Statistik ETH Zurich
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/sfsmisc_1.0-26.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-stats R-methods R-utils 
Requires:         R-datasets R-MASS R-tcltk 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats R-methods R-utils
BuildRequires:   R-datasets R-MASS R-tcltk 

%description
Useful utilities ['goodies'] from Seminar fuer Statistik ETH Zurich, quite
a few related to graphics; many ported from S-plus times.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME fail to reencode latin1 to utf (should not be latin1...)
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.26-2
+ Revision: 4c786fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7718 |14cr|R-sgeostat-1.0.25-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  sgeostat
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.25
Release:          3
Summary:          An Object-oriented Framework for Geostatistical Modeling in S+
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/sgeostat_1.0-25.tar.gz
Requires:         R-stats R-grDevices R-graphics 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats R-grDevices R-graphics

%description
An Object-oriented Framework for Geostatistical Modeling in S+

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.25-3
+ Revision: e704ef4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7719 |14cr|R-shapefiles-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  shapefiles
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.7
Release:          3
Summary:          Read and Write ESRI Shapefiles
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-foreign 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-foreign

%description
Functions to read and write ESRI shapefiles

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-3
+ Revision: dad564a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7720 |14cr|R-shapes-1.1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  shapes
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.1.9
Release:          2
Summary:          Statistical shape analysis
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/shapes_1.1-9.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-scatterplot3d R-rgl R-MASS 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-scatterplot3d R-rgl R-MASS

%description
Routines for the statistical analysis of shapes. In particular, the
package provides routines for procrustes analysis, displaying shapes and
principal components, testing for mean shape difference, thin-plate spline
transformation grids and edge superimposition methods.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME (Error in rgl.open() : rgl.open failed)
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.9-2
+ Revision: b330134
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7721 |14cr|R-ShortRead-1.20.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ShortRead
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.20.0
Release:          2
Summary:          Classes and methods for high-throughput short-read sequencing data
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/ShortRead_1.20.0.tar.gz
Requires:         R-methods R-IRanges R-GenomicRanges R-Biostrings R-lattice R-Rsamtools R-latticeExtra 
Requires:         R-IRanges R-GenomicRanges R-Biostrings R-Biobase R-hwriter R-Rsamtools R-zlibbioc R-lattice 
Requires:         R-biomaRt R-RUnit R-GenomicFeatures R-yeastNagalakshmi 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-IRanges R-GenomicRanges R-Biostrings R-lattice R-Rsamtools R-latticeExtra
BuildRequires:    R-IRanges R-GenomicRanges R-Biostrings R-Biobase R-hwriter R-Rsamtools R-zlibbioc R-lattice 
BuildRequires:    R-biomaRt R-RUnit R-GenomicFeatures R-yeastNagalakshmi 
BuildRequires:    R-XVector

%description
Base classes, functions, and methods for representation of
high-throughput, short-read sequencing data.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME fails in build system (probably hidden message due no internet access) 
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/script
%{rlibdir}/%{packname}/template
%{rlibdir}/%{packname}/unitTests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.0-2
+ Revision: eaa80c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7722 |14cr|R-siatclust-1.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  siatclust
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.5
Release:          3
Summary:          Shenzhen Institutes of Advanced Technology Clustering Suite
Group:            Sciences/Mathematics
License:          GPL (>= 3)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-lattice R-latticeExtra R-clv 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-lattice R-latticeExtra R-clv

%description
A collection of cluster analysis tools and algorithms for data mining
developed at the Shenzhen Institutes of Advanced Technology (SIAT) under
the Senior International Scientist program of the Chinese Academy of
Sciences. Development of this package is also supported by the Shenzhen
High Technology Development Fund within the Shenzhen Key Laboratory for
High Performance Data Mining.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-3
+ Revision: 6f68e78
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7723 |14cr|rsibreak-0.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rsibreak
Version:	0.11
Summary:	Assists in the Recovery and Prevention of Repetitive Strain Injury
Release:	2
License:	GPLv2
Group:		Graphical desktop/KDE
URL:		http://www.rsibreak.org
Source0:	http://www.rsibreak.org/files/%{name}-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
Requires:	kdebase4-runtime

%description
Repetitive Strain Injury is an illness which can occur as a result of
working with a mouse and keyboard. This utility can be used to remind
you to take a break now and then.

%files  -f %{name}.lang
%defattr(-,root,root)
%{_kde_bindir}/%{name}
%{_kde_appsdir}/rsibreak/rsibreak.notifyrc
%{_kde_datadir}/autostart/rsibreak.desktop
%{_kde_iconsdir}/hicolor/*/*/*
%{_kde_datadir}/applications/kde4/rsibreak.desktop
%{_kde_datadir}/dbus-1/interfaces/org.rsibreak.rsiwidget.xml
%{_kde_docdir}/HTML/*/rsibreak

#-----------------------------------------------------------------------------

%package -n plasma-applet-rsibreak
Summary:	Plasma applet for rsibreak
Group:		Graphical desktop/KDE
Requires:	%{name} = %{version}
Requires:	plasma-engine-rsibreak = %{version}
Provides:	plasma-applet
Conflicts:	extragear-plasma < 4.0.82
Conflicts:	kdebase4-workspace < 2:4.1.80-6

%description -n plasma-applet-rsibreak
Plasma applet for rsibreak

%files -n plasma-applet-rsibreak -f plasma_applet_rsibreak.lang
%defattr(-,root,root)
%{_kde_services}/plasma-applet-rsibreak.desktop
%{_kde_libdir}/kde4/plasma_applet_rsibreak.so
%{_kde_appsdir}/desktoptheme/default/widgets/rsibreak.svg

#--------------------------------------------------------------------

%package -n plasma-engine-rsibreak
Summary:	Plasma engine for rsibreak
Group:		Graphical desktop/KDE
Provides:	plasma-engine

%description -n plasma-engine-rsibreak
Plasma engine for rsibreak

%files -n plasma-engine-rsibreak
%defattr(-,root,root)
%{_kde_services}/plasma-engine-rsibreak.desktop
%{_kde_libdir}/kde4/plasma_engine_rsibreak.so

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std -C build

%find_lang %{name}
%find_lang plasma_applet_rsibreak

%clean
%__rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-2
+ Revision: 68bd4de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7724 |14cr|rsipclient-0.20-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	rsipclient
%define version 0.20
%define release 8

Summary:	A Python client to contact rsipd server
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:          System/Configuration/Networking
URL:		http://openresources.info.ucl.ac.be/rsip/index.php
Source0:	%{name}-%{version}.tar.bz2
Requires:   python
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
Buildarch:	noarch

%description
Python client version to install on rsipd client machines.
The slpd from http://www.openslp.org is highly recommended as it will allow
easier installation of the client software, but it is not required.


%prep
%setup -q -c -n %{name}-%{version}

%build

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -m 755 rsipclient %{buildroot}%{_sbindir}/rsipclient

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_sbindir}/rsipclient




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20-8
+ Revision: e7b2877
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7725 |14cr|rsl-1.42-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname rsl %{major}
%define devname %mklibname rsl -d

Summary:	TRMM Radar Software Library
Name:		rsl
Version:	1.42
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://trmm-fc.gsfc.nasa.gov/trmm_gv/software/rsl/
Source0:	%{name}-v%{version}.tar.gz
Patch0:		rsl-1.42-mdv-install.patch
Patch1:		rsl-v1.42-tirpc.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(zlib)

%description
This library is an object oriented programming environment for writing software
applicable to all RADAR data related to the TRMM GV effort. This library reads
the WSR88D, Lassen, Sigmet, McGill, UF, HDF, RAPIC, RADTEC and native RSL file
formats. Additional functions are provided to manipulate the RSL objects.
Nearly all of the functions return objects. When they don't, they usually
perform actions like output, making images, etc. The most general object in RSL
is Radar. The structure Radar is the method used to define the ideal
or universal radar representation in RAM while keeping the natural resolution
of the data unchanged. More simply, Radar represents the super set of all radar
file formats. The Radar structure is hierarchically defined such that it is
composed of Volumes, each containing one field type. Volumes are composed
of Sweeps. Sweeps are composed of Rays and Rays contains a vector of the field
type. Some field types are Reflectivity(DZ), Velocity(VR), Spectrum Width(SW),
etc. There are approximately 20 field types.

%files
%{_bindir}/*
%doc CHANGES Copyright README

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	TRMM Radar Software Library
Group:		System/Libraries
Requires:	%{name}-data >= %{EVRD}

%description -n %{libname}
This library is an object oriented programming environment for writing software
applicable to all RADAR data related to the TRMM GV effort. This library reads
the WSR88D, Lassen, Sigmet, McGill, UF, HDF, RAPIC, RADTEC and native RSL file
formats. Additional functions are provided to manipulate the RSL objects.
Nearly all of the functions return objects. When they don't, they usually
perform actions like output, making images, etc. The most general object in RSL
is Radar. The structure Radar is the method used to define the ideal
or universal radar representation in RAM while keeping the natural resolution
of the data unchanged. More simply, Radar represents the super set of all radar
file formats. The Radar structure is hierarchically defined such that it is
composed of Volumes, each containing one field type. Volumes are composed
of Sweeps. Sweeps are composed of Rays and Rays contains a vector of the field
type. Some field types are Reflectivity(DZ), Velocity(VR), Spectrum Width(SW),
etc. There are approximately 20 field types.

%files -n %{libname}
%{_libdir}/librsl.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{devname}
Summary:	TRMM Radar Software Library development files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This library is an object oriented programming environment for writing software
applicable to all RADAR data related to the TRMM GV effort. This library reads
the WSR88D, Lassen, Sigmet, McGill, UF, HDF, RAPIC, RADTEC and native RSL file
formats. Additional functions are provided to manipulate the RSL objects.
Nearly all of the functions return objects. When they don't, they usually
perform actions like output, making images, etc. The most general object in RSL
is Radar. The structure Radar is the method used to define the ideal
or universal radar representation in RAM while keeping the natural resolution
of the data unchanged. More simply, Radar represents the super set of all radar
file formats. The Radar structure is hierarchically defined such that it is
composed of Volumes, each containing one field type. Volumes are composed
of Sweeps. Sweeps are composed of Rays and Rays contains a vector of the field
type. Some field types are Reflectivity(DZ), Velocity(VR), Spectrum Width(SW),
etc. There are approximately 20 field types.

This package contains files needed only for development.

%files -n %{devname}
%{_libdir}/librsl.so
%{_includedir}/*
%doc CHANGES Copyright README

#------------------------------------------------------------------------------

%package data
Summary:	TRMM Radar Software Library data files
Group:		System/Libraries

%description data
This library is an object oriented programming environment for writing software
applicable to all RADAR data related to the TRMM GV effort. This library reads
the WSR88D, Lassen, Sigmet, McGill, UF, HDF, RAPIC, RADTEC and native RSL file
formats. Additional functions are provided to manipulate the RSL objects.
Nearly all of the functions return objects. When they don't, they usually
perform actions like output, making images, etc. The most general object in RSL
is Radar. The structure Radar is the method used to define the ideal
or universal radar representation in RAM while keeping the natural resolution
of the data unchanged. More simply, Radar represents the super set of all radar
file formats. The Radar structure is hierarchically defined such that it is
composed of Volumes, each containing one field type. Volumes are composed
of Sweeps. Sweeps are composed of Rays and Rays contains a vector of the field
type. Some field types are Reflectivity(DZ), Velocity(VR), Spectrum Width(SW),
etc. There are approximately 20 field types.

%files data
%{_datadir}/rsl/

#------------------------------------------------------------------------------

%package doc
Summary:	TRMM Radar Software Library documentation
Group:		Documentation

%description doc
This library is an object oriented programming environment for writing software
applicable to all RADAR data related to the TRMM GV effort. This library reads
the WSR88D, Lassen, Sigmet, McGill, UF, HDF, RAPIC, RADTEC and native RSL file
formats. Additional functions are provided to manipulate the RSL objects.
Nearly all of the functions return objects. When they don't, they usually
perform actions like output, making images, etc. The most general object in RSL
is Radar. The structure Radar is the method used to define the ideal
or universal radar representation in RAM while keeping the natural resolution
of the data unchanged. More simply, Radar represents the super set of all radar
file formats. The Radar structure is hierarchically defined such that it is
composed of Volumes, each containing one field type. Volumes are composed
of Sweeps. Sweeps are composed of Rays and Rays contains a vector of the field
type. Some field types are Reflectivity(DZ), Velocity(VR), Spectrum Width(SW),
etc. There are approximately 20 field types.

This package contains RSL documentation.

%files doc
%doc doc/*.html doc/*.gif doc/*.jpg doc/*.fig

#------------------------------------------------------------------------------

%prep
%setup -q -n %{name}-v%{version}
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}
# --disable-static doesn't work here
rm -rf %{buildroot}%{_libdir}/librsl.a


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.42-3
+ Revision: a2cbc8e
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7726 |14cr|R-slam-0.1.32-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  slam
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.1.32
Release:          2
Summary:          Sparse Lightweight Arrays and Matrices

Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/slam_0.1-32.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Data structures and algorithms for sparse arrays and matrices, based on
index arrays and simple triplet representations, respectively.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.32-2
+ Revision: bd28e9a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7727 |14cr|R-Sleuth2-1.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  Sleuth2
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.7
Release:          2
Summary:          Data sets from Ramsey and Schafer's "Statistical Sleuth (2nd ed)"
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-7.tar.gz



Requires:         R-lattice 
BuildRequires:    R-devel Rmath-devel texlive-latex 

BuildRequires:   R-lattice 
%description
Data sets from Ramsey, F.L. and Schafer, D.W. (2002), "The Statistical
Sleuth: A Course in Methods of Data Analysis (2nd ed)", Duxbury.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-2
+ Revision: e6e511f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7728 |14cr|R-sm-2.2.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  sm
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.2.5.4
Release:          2
Summary:          Smoothing methods for nonparametric regression and density estimation
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/sm_2.2-5.4.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-rpanel R-tkrplot R-rgl R-misc3d R-akima R-gam 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-rpanel R-tkrplot R-rgl R-misc3d R-akima R-gam 

%description
This is software linked to the book `Applied Smoothing Techniques for Data
Analysis: The Kernel Approach with S-Plus Illustrations' Oxford University

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME (possibly due to bootstrap of other packages: Error in rgl.open() : rgl.open failed)
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/history.txt
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/COPYING
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/scripts
%{rlibdir}/%{packname}/smdata
%{rlibdir}/sm/libs/sm.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.5.4-2
+ Revision: 48cc643
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7729 |14cr|R-sn-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  sn
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.0
Release:          2
Summary:          The skew-normal and skew-t distributions
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/sn_1.0-0.tar.gz
BuildRequires:    R-devel R-mnormt R-sm
BuildRequires: R-sn
Requires: R-sn
BuildRequires: R-numDeriv
Requires: R-numDeriv
Requires:         R-core R-mnormt R-sm
BuildArch:        noarch

%description
Functions for manipulating skew-normal and skew-t probability distributions,
and for fitting them to data, in the scalar and in the multivariate case.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 70927f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7730 |14cr|R-sna-2.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  sna
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.3.2
Release:          2
Summary:          Tools for Social Network Analysis
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/sna_2.3-2.tar.gz
Requires:         R-utils R-network R-rgl R-numDeriv R-SparseM
%if %{without bootstrap}
Requires:         R-statnet 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-utils R-network R-rgl R-numDeriv R-SparseM
%if %{without bootstrap}
BuildRequires:    R-statnet
%endif

%description
A range of tools for social network analysis, including node and
graph-level indices, structural distance and covariance methods,
structural equivalence detection, p* modeling, random graph generation,
and 2D/3D network visualization.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.2-2
+ Revision: a1e7012
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7731 |14cr|R-snow-0.3.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  snow
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.3.13
Release:          2
Summary:          Simple Network of Workstations
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/snow_0.3-13.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-utils 
Requires:         R-Rmpi R-rpvm R-rlecuyer R-rsprng R-nws 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-utils
BuildRequires:    R-Rmpi R-rpvm R-rlecuyer R-rsprng R-nws 

%description
Support for simple parallel computing in R.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R*
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.13-2
+ Revision: acdaa3a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7732 |14cr|R-Snowball-0.0.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  Snowball
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.0.10
Release:          2
Summary:          Snowball Stemmers
Group:            Sciences/Mathematics
License:          BSD_2_clause + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.0-10.tar.gz


Requires:         R-RWeka R-rJava 

BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-RWeka R-rJava 
BuildRequires:    java-rpmbuild

%description
Snowball stemmers.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/java
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/words

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.10-2
+ Revision: 5d11f3a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7733 |14cr|R-SnowballC-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  SnowballC
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.5
Release:          2
Summary:          Snowball stemmers based on the C libstemmer UTF-8 library
Group:            Sciences/Mathematics
License:          BSD
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

BuildRequires:    R-devel Rmath-devel texlive-latex 


%description
An R interface to the C libstemmer library that implements Porter's word
stemming algorithm for collapsing words to a common root to aid comparison
of vocabulary. Currently supported languages are Danish, Dutch, English,
Finnish, French, German, Hungarian, Italian, Norwegian, Portuguese,
Romanian, Russian, Spanish, Swedish and Turkish.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/words*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-2
+ Revision: 1a47c86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7734 |14cr|R-snowfall-1.84.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  snowfall
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.84.6
Release:          2
Summary:          Easier cluster computing (based on snow)
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/snowfall_1.84-6.tar.gz
Requires:         R-snow R-Rmpi
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-snow R-Rmpi

%description
Usability wrapper around snow for easier development of parallel R
programs. This package offers e.g. extended error checks, and additional
functions. All functions work in sequential mode, too, if no cluster is
present or wished. Package is also designed as connector to the cluster
management tool sfCluster, but can also used without it.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.84.6-2
+ Revision: 3c1e7d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7735 |14cr|R-snowFT-1.3_0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  snowFT
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.3_0
Release:          3
Summary:          Fault Tolerant Simple Network of Workstations
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.3-0.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-snow 
Requires:         R-rpvm R-Rmpi R-rlecuyer R-rsprng 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-snow
BuildRequires:    R-rpvm R-Rmpi R-rlecuyer R-rsprng 

%description
Extension of the snow package supporting fault tolerant and reproducible
applications, as well as supporting easy-to-use parallel programming -
only one function is needed.

%prep
%setup -q -c -n %{packname}

perl -pi -e 's|\brmpi\b|Rmpi|;' snowFT/man/snowFT-package.Rd snowFT/DESCRIPTION

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3_0-3
+ Revision: 90349ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7736 |14cr|R-SNPlocs.Hsapiens.dbSNP.20100427-0.99.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  SNPlocs.Hsapiens.dbSNP.20100427
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.99.6
Release:          3
Summary:          SNP locations for Homo sapiens (dbSNP BUILD 131)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-IRanges R-GenomicRanges 
Requires:         R-methods R-IRanges R-GenomicRanges 
Requires:         R-Biostrings R-BSgenome R-BSgenome.Hsapiens.UCSC.hg19 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-IRanges R-GenomicRanges
BuildRequires:    R-methods R-IRanges R-GenomicRanges 
BuildRequires:    R-Biostrings R-BSgenome R-BSgenome.Hsapiens.UCSC.hg19 
BuildRequires:    texlive-scheme-tetex

%description
SNP locations and alleles for Homo sapiens extracted from dbSNP BUILD
131:human_9606 (based on GRCh37). The source data files used for this
package were created by NCBI on 24-26 March 2010. WARNING: The SNPs in
this package are based on the GRCh37 genome. Note that the GRCh37 genome
is the same as the hg19 genome from UCSC except for the mitochondrion
chromosome. Therefore, the SNPs in this package can be "injected" in
BSgenome.Hsapiens.UCSC.hg19 but this injection will exclude chrM (i.e.
nothing will be injected in that sequence).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/tools



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99.6-3
+ Revision: b992819
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7737 |14cr|R-som-0.3.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  som
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.3.5
Release:          1
Summary:          Self-Organizing Map
Group:            Sciences/Mathematics
License:          GPLv3+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.3-5.tar.gz




BuildRequires:    R-devel Rmath-devel texlive 


%description
Self-Organizing Map (with application in gene clustering)

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/data

%changelog
* Sun Sep 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.5-1
+ Revision: a6caa34
- Put tarball to file store



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7738 |14cr|R-sp-1.0.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  sp
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.15
Release:          2
Summary:          Classes and methods for spatial data

Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/sp_1.0-15.tar.gz
Requires:         R-methods R-graphics 
Requires:         R-utils R-lattice R-grid 
%if %{with bootstrap}
Requires:         R-lattice R-RColorBrewer
%else
Requires:         R-lattice R-RColorBrewer R-rgdal R-rgeos 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-graphics R-utils R-lattice R-grid
%if %{with bootstrap}
BuildRequires:    R-lattice R-RColorBrewer
%else
BuildRequires:    R-lattice R-RColorBrewer R-rgdal R-rgeos 
%endif
BuildRequires:    blas-devel
BuildRequires:    lapack-devel
BuildRequires:    x11-server-xvfb

%description
A package that provides classes and methods for spatial data. The classes
document where the spatial location information resides, for 2D or 3D
data. Utility functions are provided, e.g. for plotting data as maps,
spatial selection, as well as methods for retrieving coordinates, for
subsetting, print, summary, etc.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
xvfb-run %{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/external
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.15-2
+ Revision: 197130c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7739 |14cr|R-spam-0.41.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  spam
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.41.0
Release:          2
Summary:          SPArse Matrix
Group:            Sciences/Mathematics
License:          GPL | file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/spam_0.41-0.tar.gz
Requires:         R-methods 
%if %{with bootstrap}
Requires:         R-SparseM
Requires:         R-Matrix 
%else
Requires:         R-fields
Requires:         R-SparseM
Requires:         R-Matrix 
%endif
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-methods
%if %{with bootstrap}
BuildRequires:    R-SparseM
BuildRequires:    R-Matrix 
%else
BuildRequires:    R-fields
BuildRequires:    R-SparseM
BuildRequires:    R-Matrix 
%endif
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Set of function for sparse matrix algebra.  Differences with
SparseM/Matrix are: (1) we only support (essentially) one sparse matrix
format, (2) based on transparent and simple structure(s), (3) tailored for
MCMC calculations within GMRF. (4) S3 and S4 like-"compatible" ...  and it
is fast.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/0NEWS
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/demodata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.41.0-2
+ Revision: ba1a98d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7740 |14cr|R-SparseM-1.03-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  SparseM
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.03
Release:          2
Summary:          Sparse Linear Algebra
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/SparseM_1.03.tar.gz
Requires:         R-methods
Requires:         R-stats
Requires:         R-utils 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-methods
BuildRequires:    R-stats
BuildRequires:    R-utils
BuildRequires:    pkgconfig(lapack)

%description
Basic linear algebra for sparse matrices

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.03-2
+ Revision: 443531d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7741 |14cr|R-spatstat-1.31.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  spatstat
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.31.0
Release:          1
Summary:          Spatial Point Pattern analysis, model-fitting, simulation, tests
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/spatstat_1.31-0.tar.gz
Requires:         R-stats R-graphics R-utils R-mgcv R-deldir 
Requires:         R-gsl
%if %{with bootstrap}
Requires:         R-gpclib R-sm R-spatial R-rpanel R-tkrplot R-scatterplot3d
Requires:         R-RandomFields
%else
Requires:         R-gpclib R-sm R-maptools R-spatial R-rpanel R-tkrplot
Requires:         R-scatterplot3d R-RandomFields
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats
BuildRequires:    R-graphics R-utils R-mgcv R-deldir
BuildRequires:    R-gsl
%if %{with bootstrap}
BuildRequires:    R-gpclib R-sm R-spatial R-rpanel R-tkrplot R-scatterplot3d
BuildRequires:    R-RandomFields
%else
BuildRequires:    R-gpclib R-sm R-maptools R-spatial R-rpanel R-tkrplot
BuildRequires:    R-scatterplot3d R-RandomFields
%endif
BuildRequires:    x11-server-xvfb

%description
A package for analysing spatial data, mainly Spatial Point Patterns,
including multitype/marked points and spatial covariates, in any
two-dimensional spatial region. Also supports three-dimensional point
patterns, and space-time point patterns in any number of dimensions. 
Contains over 1000 functions for plotting spatial data, exploratory data
analysis, model-fitting, simulation, spatial sampling, model diagnostics,
and formal inference.  Data types include point patterns, line segment
patterns, spatial windows, pixel images and tessellations.  Exploratory
methods include K-functions, nearest neighbour distance and empty space
statistics, Fry plots, pair correlation function, kernel smoothed
intensity, relative risk estimation with cross-validated bandwidth
selection, mark correlation functions, segregation indices, mark
dependence diagnostics etc.  Point process models can be fitted to point
pattern data using functions ppm, kppm, slrm similar to glm. Models may
include dependence on covariates, interpoint interaction, cluster
formation and dependence on marks. Fitted models can be simulated
automatically.  Also provides facilities for formal inference (such as
chi-squared tests) and model diagnostics (including simulation envelopes,
residuals, residual plots and Q-Q plots).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
xvfb-run %{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/ratfor



%changelog
* Mon Jul 22 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.31.0-1
+ Revision: 544e52e
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7742 |14cr|R-spdep-0.5.71-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  spdep
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.5.71
Release:          2
Summary:          Spatial dependence: weighting schemes, statistics and models
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/spdep_0.5-71.tar.gz
Requires:         R-methods R-sp R-boot R-Matrix R-MASS R-nlme R-maptools R-deldir R-coda 
Requires:         R-snow R-rlecuyer R-spam R-RANN R-RColorBrewer R-lattice 
Requires:         R-LearnBayes
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-sp R-boot R-Matrix R-MASS R-nlme R-maptools R-deldir R-coda
BuildRequires:    R-snow R-rlecuyer R-spam R-RANN R-RColorBrewer R-lattice 
BuildRequires:    R-LearnBayes
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
A collection of functions to create spatial weights matrix objects from
polygon contiguities, from point patterns by distance and tesselations,
for summarising these objects, and for permitting their use in spatial
data analysis, including regional aggregation by minimum spanning tree; a
collection of tests for spatial autocorrelation, including global Moran's
I, APLE, Geary's C, Hubert/Mantel general cross product statistic,
Empirical Bayes estimates and Assuncao/Reis Index, Getis/Ord G and
multicoloured join count statistics, local Moran's I and Getis/Ord G,
saddlepoint approximations  and exact tests for global and local Moran's
I; and functions for estimating spatial simultaneous autoregressive (SAR)
lag and error models, impact measures for lag models, weighted and
unweighted SAR and CAR spatial regression models, semi-parametric and
Moran eigenvector spatial filtering, GM SAR error models, and generalized
spatial two stage least squares models.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENCE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/etc
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/spdep/README



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.71-2
+ Revision: 449f927
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7743 |14cr|rspfd-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:         rspfd
License:      GPL
Group:        Communications
Version:      1.1
Release:      2
Summary:      Routing Daemon for Use Over Amateur Radio Links
Source0:      http://rspf.sourceforge.net/rspf/rspfd-%{version}.tar.gz
URL:          http://rspf.sourceforge.net/

%description
RSPFd is a routing daemon specifically designed to be used over amateur
radio links.  This implementation adheres as closely as possible to
RSPF v2.2. Most other implementations (part of *NOS programs) follow
RSPF v2.0 somewhat.



Authors:
--------
    Craig Small <csmall@small.dropbear.id.au>

%prep
%setup -q

%build
%configure2_5x
%make

%install
#make install DESTDIR=$RPM_BUILD_ROOT
%makeinstall_std

%files
%doc AUTHORS README
%{_mandir}/man5/*.xz
%{_mandir}/man8/*.xz
%{_sbindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: af0518c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7744 |14cr|R-splancs-2.01.34-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  splancs
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.01.34
Release:          2
Summary:          Spatial and Space-Time Point Pattern Analysis
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/splancs_2.01-34.tar.gz
Requires:         R-sp 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-sp

%description
Spatial and Space-Time Point Pattern Analysis Functions

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/README



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.01.34-2
+ Revision: 6368f00
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7745 |14cr|R-spls-2.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  spls
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.2.1
Release:          1
Summary:          Sparse Partial Least Squares (SPLS) Regression and Classification
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2.2-1.tar.gz


Requires:         R-MASS R-nnet R-parallel R-pls 

BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-MASS R-nnet R-parallel R-pls 

%description
This package provides functions for fitting a Sparse Partial Least Squares
Regression and Classification

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-1
+ Revision: 3eebfca
- Added tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7746 |14cr|R-SRAdb-1.16.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  SRAdb
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.16.0
Release:          2
Summary:          A compilation of metadata from NCBI SRA and tools
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-RSQLite R-graph R-RCurl 
Requires:         R-GEOquery 
Requires:         R-Rgraphviz 
BuildRequires:    R-devel Rmath-devel texlive-latex R-RSQLite R-graph R-RCurl
BuildRequires:    R-GEOquery 
BuildRequires:   R-Rgraphviz 
%description
The Sequence Read Archive (SRA) is the largest public repository of
sequencing data from the next generation of sequencing platforms including
Roche 454 GS System, Illumina Genome Analyzer, Applied Biosystems SOLiD
System, Helicos Heliscope, and others. However, finding data of interest
can be challenging using current tools. SRAdb is an attempt to make access
to the metadata associated with submission, study, sample, experiment and
run much more feasible. This is accomplished by parsing all the NCBI SRA
metadata into a SQLite database that can be stored and queried locally.
Fulltext search in the package make querying metadata very flexible and
powerful.  fastq and sra files can be downloaded for doing alignment
locally. Beside ftp protocol, the SRAdb has funcitons supporting fastp
protocol (ascp from Aspera Connect) for faster downloading large data
files over long distance. The SQLite database is updated regularly as new
data is added to SRA and can be downloaded at will for the most up-to-date

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.16.0-2
+ Revision: 8311c50
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7747 |14cr|rss2email-2.65-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           rss2email
Version:        2.65
Release:        3
Summary:        Deliver news from RSS feeds to your smtp server as text or html mail
Group:          Networking/News
License:        GPLv3
URL:            http://rss2email.infogami.com/
Source0:        http://rss2email.infogami.com/rss2email.py
Source1:        http://rss2email.infogami.com/CHANGELOG
# Fedora variant of http://lindsey.smith.googlepages.com/r2e
Source3:        rss2email-r2e
# man page taken from
# http://ftp.debian.org/debian/pool/main/r/rss2email/rss2email_2.60-3.diff.gz
Source4:        rss2email-r2e.1
Source5:        rss2email-config.py.template
Patch0:         rss2email-use-configpy-from-homedir.patch
# patch taken from
# http://ftp.debian.org/debian/pool/main/r/rss2email/rss2email_2.60-3.diff.gz
Patch1:         rss2email-warn-if-problems-with-local-mta.patch
BuildArch:      noarch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

Requires:       python-feedparser
Requires:       python-html2text

%description
rss2email lets you subscribe to a list of XML newsfeeds (RSS or Atom). It can
parse them regularly with the help of cron and send new items to you by email.

A HTML mail will be send in the default configuration to the local smtp server.
See the man page r2e for details how to set rss2email up.


%prep
%setup -q -c -T
install -p -m 0644 %{SOURCE0} rss2email.py
install -p -m 0644 %{SOURCE1} CHANGELOG.html
# let rss2email use ${HOME}/.rss2email/config.py
%patch0 -b .patch0
%patch1 -b .patch1
sed -i -e 's/\r//' CHANGELOG.html rss2email.py


%build
echo nothing to build


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p  \
   $RPM_BUILD_ROOT%{_bindir}/ \
   $RPM_BUILD_ROOT%{_datadir}/%{name}/  \
   $RPM_BUILD_ROOT%{_mandir}/man1/

install -p -m 0755 rss2email.py $RPM_BUILD_ROOT%{_datadir}/%{name}/
install -p -m 0755 %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/r2e
sed -i -e 's;/usr/share;%{_datadir};g' $RPM_BUILD_ROOT%{_bindir}/r2e
install -p -m 0644 %{SOURCE4} $RPM_BUILD_ROOT%{_mandir}/man1/r2e.1
install -p -m 0644 %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/%{name}/config.py.template


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CHANGELOG.html
%{_bindir}/*
%{_datadir}/%{name}/
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.65-3
+ Revision: cfa637f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7748 |14cr|rss_glx-0.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	rss-glx
%define	fname	%{oname}_%{version}

%define	build_plf 0
%{?_with_plf: %{expand: %%global build_plf 1}}

%if %{build_plf}
%define	distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	Really Slick Screensavers Port to GLX
Name:		rss_glx
Version:	0.9.1
Release:	3%{?extrarelsuffix}
Epoch:		1
License:	GPLv2
Group:		Graphical desktop/Other
Url:		http://rss-glx.sourceforge.net/
Source0:	%{fname}.tar.bz2
Patch0:		rss-glx_0.9.1-linkage.patch
Patch1:		rss-glx_0.9.1-desktopentry.patch
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(quesoglc)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
BuildRequires:	chrpath
Requires:	xscreensaver

%description
This is a collection of OpenGL screensavers for xscreensaver. They
require a hardware-accellerated GLX implementation.

You need to add them manually to your ~/.xscreensaver file as described
in README.xscreensaver

%if %{build_plf}
This package is in Restricted repository, as it includes images that
are similar to those from the Matrix movies.
%endif

%package	matrixview
Summary:	Really Slick Screensavers Port to GLX - Matrixview 
Group:		Graphical desktop/Other
Requires:	xscreensaver

%description	matrixview
This is a collection of OpenGL screensavers for xscreensaver. They
require a hardware-accellerated GLX implementation.

This contains the matrixview screensaver. It is in Restricted repository
as it includes images that are similar to those from the Matrix movies.

%prep
%setup -q -n %{fname}
%patch0 -p1
%patch1 -p1 -b .desktopentry

%build
%configure2_5x \
 --with-configdir=%{_datadir}/xscreensaver/config \
 --bindir=%{_libexecdir}/xscreensaver \
 --with-kdessconfigdir=%{_datadir}/applnk/System/ScreenSavers/
%make CXXFLAGS="%{optflags}" CPPFLAGS="-I%{_includedir}/ImageMagick"

%install
%makeinstall_std

# we don't need the static libs
rm -rf %{buildroot}%{_libdir}/lib*a
%if ! %{build_plf}
rm -f %{buildroot}%{_libexecdir}/xscreensaver/matrixview
rm -f %{buildroot}%{_mandir}/man1/matrixview.1
rm -f %{buildroot}%{_datadir}/xscreensaver/config/matrixview.xml
rm -f %{buildroot}%{_datadir}/applnk/System/ScreenSavers/matrixview.desktop
%endif

for screensaver in %{buildroot}%{_libdir}/xscreensaver/*;
 do fgrep -q ELF $screensaver && chrpath -d $screensaver
done

%files
%doc README*
%{_libexecdir}/xscreensaver/*
%{_mandir}/man1/*
%{_datadir}/xscreensaver/config/*
%{_datadir}/applnk/System/ScreenSavers/*

%if %{build_plf}
%exclude %{_libexecdir}/xscreensaver/matrixview
%exclude %{_mandir}/man1/matrixview.1*
%exclude %{_datadir}/xscreensaver/config/matrixview.xml
%exclude %{_datadir}/applnk/System/ScreenSavers/matrixview.desktop
%endif

%if %{build_plf}
%files matrixview
%doc README*
%{_libexecdir}/xscreensaver/matrixview
%{_mandir}/man1/matrixview.1*
%{_datadir}/xscreensaver/config/matrixview.xml
%{_datadir}/applnk/System/ScreenSavers/matrixview.desktop
%endif


%changelog
* Tue Jul 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.9.1-3
+ Revision: f8d42a7
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7749 |14cr|rssh-2.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Restricted shell for scp or sftp
Name:		rssh
Version:	2.3.4
Release:	2
License:	BSD
Group:		Networking/Remote access
URL:		http://www.pizzashack.org/rssh/
#gw this is tar.gz for signature checking
Source0:	http://prdownloads.sourceforge.net/rssh/%{name}-%{version}.tar.gz
Source1:	http://prdownloads.sourceforge.net/rssh/%{name}-%{version}.tar.gz.sig 
Requires:	openssh
BuildRequires:	openssh-server

%description
rssh is a restricted shell, used as a login shell, that allows users to perform
only scp, sftp, cvs, svnserve (Subversion), rdist, and/or rsync operations.

%prep
%setup -q

%build
%configure2_5x \
    --with-sftp-server=%{_libdir}/ssh/sftp-server \
    --with-rsync=/usr/bin/rsync \
    --with-scp=/usr/bin/scp \
    --with-rdist=/usr/bin/rdist \
    --with-cvs=/usr/bin/cvs \
    --with-svnserve=/usr/bin/svnserve
%make 

%install
%makeinstall

install -m 755 -D conf_convert.sh %{buildroot}%{_datadir}/%{name}/conf_convert.sh

cp rssh.conf.default %{buildroot}/%{_sysconfdir}/rssh.conf
rm -f %{buildroot}/%{_sysconfdir}/rssh.conf.default
cat > README.2.2.8-8mdv.upgrade.urpmi <<EOF
Subversion support

The 2.3.2-8mdv release of the rssh package adds support for Subversion by
adding an additional configuration parameter that, if set, allows an rssh user
to run svnserve -t.

This support requires changing the /etc/rssh.conf file format to add an
additional binary digit to the permissions field.  The package will attempt to
make that change automatically during the upgrade, disabling svnserve for all
users by default, but you may want to double-check the resulting /etc/rssh.conf
file to be sure it's correct.
EOF

%post
# 2.3.2-8mdv added Subversion support, which requires adding another binary
# digit to the user configuration lines in rssh.conf.  When upgrading, run
# the conf_convert script to do so.
if [ $1 = 2 ]; then
    echo 'Adjusting /etc/rssh.conf for file format change'
    %{_datadir}/rssh/conf_convert %{_sysconfdir}/rssh.conf \
        > %{_sysconfdir}/rssh.conf.tmp
    if cmp %{_sysconfdir}/rssh.conf.tmp %{_sysconfdir}/rssh.conf >/dev/null ; then
        rm -f %{_sysconfdir}/rssh.conf.tmp
    else
        mv -f %{_sysconfdir}/rssh.conf.tmp %{_sysconfdir}/rssh.conf
    fi
fi

%files
%doc AUTHORS ChangeLog CHROOT COPYING README SECURITY TODO README.2.2.8-8mdv.upgrade.urpmi
%config(noreplace) %{_sysconfdir}/rssh.conf
%attr(0755,root,root) %{_bindir}/rssh
%attr(4755,root,root) %{_libexecdir}/rssh_chroot_helper
%{_mandir}/man?/*
%{_datadir}/rssh

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.4-2
+ Revision: 6a4c23f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7750 |14cr|R-stabledist-0.6_6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname stabledist
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6_6
Release:          2
Summary:          Stable Distribution Functions
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.6-6.tar.gz
BuildArch:        noarch
Requires:         R-stats R-utils R-fBasics R-RUnit R-sfsmisc 
BuildRequires:    R-devel Rmath-devel R-stats R-utils R-fBasics R-RUnit R-sfsmisc texlive-collection-latex

%description
Density, Probability and Quantile functions, and random
number generation for (skew) stable distributions, using the
parameterizations of Nolan.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/unitTests
%{rlibdir}/%{packname}/xtraR

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6_6-2
+ Revision: 10af4a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7751 |14cr|R-statmod-1.4.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  statmod
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.4.18
Release:          2
Summary:          Statistical Modeling
Group:            Sciences/Mathematics
License:          LGPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/statmod_1.4.18.tar.gz
# BuildArch:        noarch
Requires:         R-core R-MASS
%if %{without bootstrap}
Requires:         R-tweedie
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS
%if %{without bootstrap}
BuildRequires:    R-tweedie
%endif

%description
Various statistical modeling functions including growth curve comparisons,
limiting dilution analysis, mixed linear models, heteroscedastic
regression, Tweedie family generalized linear models, the inverse-Gaussian
distribution and Gauss quadrature.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.18-2
+ Revision: 5186771
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7752 |14cr|R-statnet-3.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  statnet
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3.1.0
Release:          4
Summary:          Software tools for the Statistical Modeling of Network Data
Group:            Sciences/Mathematics
License:          GPL-3 + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_3.1-0.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-network R-ergm R-latentnet R-degreenet R-sna R-abind R-shapes R-tools R-utils 
Requires:         R-relevent R-networksis R-hergm 
Requires:         R-statnet.common
Requires:         R-tergm R-ergm.count R-networkDynamic
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-network R-ergm R-latentnet R-degreenet R-sna R-abind R-shapes R-tools R-utils
BuildRequires:    R-relevent R-networksis R-hergm 
BuildRequires:    R-statnet.common
BuildRequires:    R-tergm R-ergm.count R-networkDynamic

%description
An integrated set of tools for the representation, visualization, analysis
and simulation of network data. For an introduction type:

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.0-4
+ Revision: b1df5a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7753 |14cr|R-statnet.common-3.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname statnet.common
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.1.1
Release:          2
Summary:          Common R Scripts and Utilities Used by the Statnet Project Software
Group:            Sciences/Mathematics
License:          GPLv3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/statnet.common_3.1.1.tar.gz
BuildArch:        noarch
Requires:         R-core 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex

%description
This package contains non-statistical utilities used by
the software developed by the Statnet Project. 
They may also be of use to others.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.1-2
+ Revision: 60d0741
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7754 |14cr|R-stringr-0.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with       bootstrap
%global packname  stringr
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.6
Release:          6
Summary:          Make it easier to work with strings
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-plyr 
%if %{without bootstrap}
Requires:         R-testthat 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-plyr 
%if %{without bootstrap}
BuildRequires:    R-testthat 
%endif

%description
stringr is a set of simple wrappers that make R's string functions more
consistent, simpler and easier to use.  It does this by ensuring that:
function and argument names (and positions) are consistent, all functions
deal with NA's and zero length character appropriately, and the output
data structures from each function matches the input data structures of
other functions.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/tests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-6
+ Revision: 2345da7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7755 |14cr|R-strucchange-1.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  strucchange
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.5.0
Release:          2
Summary:          Testing, Monitoring, and Dating Structural Changes
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/strucchange_1.5-0.tar.gz
Requires:         R-graphics R-stats R-zoo R-sandwich R-graphics R-stats 
Requires:         R-lmtest R-car R-e1071 R-tseries R-foreach 
%if %{without bootstrap}
Requires:         R-dynlm
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-graphics R-stats R-zoo R-sandwich R-graphics R-stats
BuildRequires:    R-lmtest R-car R-e1071 R-tseries R-foreach
%if %{without bootstrap}
BuildRequires:    R-dynlm
%endif

%description
Testing, monitoring and dating structural changes in (linear) regression
models. strucchange features tests/methods from the generalized
fluctuation test framework as well as from the F test (Chow test)
framework. This includes methods to fit, plot and test fluctuation
processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F
statistics, respectively. It is possible to monitor incoming data online
using fluctuation processes. Finally, the breakpoints in regression models
with structural changes can be estimated together with confidence
intervals. Emphasis is always given to methods for visualizing the data.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-2
+ Revision: 8863360
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7756 |14cr|rstudio-0.98.501-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitversion c097d85

Name:		rstudio
Version:	0.98.501
Release:	2
Summary:	RStudio IDE is a powerful and productive user interface for R
Group:		Sciences/Mathematics
License:	GPLv3
Url:		http://www.rstudio.com/
Source:		%{name}-v%{version}.tgz
Source1:	https://s3.amazonaws.com/rstudio-buildtools/core-dictionaries.zip
Source2:	https://s3.amazonaws.com/rstudio-buildtools/mathjax-20.zip
Source3:	https://s3.amazonaws.com/rstudio-buildtools/gin-1.5.zip

BuildRequires: cmake
BuildRequires: boost-devel
BuildRequires: icu-devel
BuildRequires: java-devel
BuildRequires: pam-devel
BuildRequires: qt4-devel
BuildRequires: R-base
BuildRequires: R-devel
BuildRequires: ant
BuildRequires: pkgconfig(QtWebKit)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(libpcre)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(uuid)
BuildRequires: gwt
Requires: R-base
Requires: rstudio-common

%description
RStudio is a free and open source integrated development environment for R.

%package server
Summary:	RStudio IDE - server part
Group:		Sciences/Mathematics
License:	GPLv3
Url:		http://www.rstudio.com/
Requires:	R-base
Requires:	rstudio-common

%description server
RStudio is a free and open source integrated development environment for R.

%package common
Summary:	RStudio IDE - common files
Group:		Sciences/Mathematics
License:	GPLv3
Url:		http://www.rstudio.com/
Requires:	R-base

%description common
RStudio is a free and open source integrated development environment for R.

%prep
%setup -q -n rstudio-rstudio-%{gitversion}
mkdir -p dependencies/common/dictionaries
unzip -qd dependencies/common/dictionaries %{SOURCE1}
mkdir -p dependencies/common/mathjax
unzip -qd dependencies/common/mathjax %{SOURCE2}
mkdir -p src/gwt/lib/gwt
pushd src/gwt/lib/gwt
ln -s /usr/share/java/gwt/ 2.5.1
popd
mkdir -p src/gwt/lib/gin/1.5
unzip -qd src/gwt/lib/gin/1.5 %{SOURCE3}

%build
pushd .
%cmake \
-DRSTUDIO_TARGET=Desktop \
-DCMAKE_INSTALL_PREFIX=%{_libdir}/%{name} \
-DCMAKE_BUILD_TYPE=Release
%make
popd

pushd .
%cmake \
-DRSTUDIO_TARGET=Server \
-DCMAKE_INSTALL_PREFIX=%{_libdir}/%{name}-server \
-DCMAKE_BUILD_TYPE=Release

%make
popd

%install
pushd .
%cmake \
-DRSTUDIO_TARGET=Desktop \
-DCMAKE_INSTALL_PREFIX=%{_libdir}/%{name} \
-DCMAKE_BUILD_TYPE=Release
%makeinstall_std

mkdir -p %{buildroot}%{_bindir}
ln -s %{_libdir}/%{name}-server/bin/%{name}-server %{buildroot}%{_bindir}/%{name}-server
ln -s %{_libdir}/%{name}/bin/%{name} %{buildroot}%{_bindir}/%{name}


# The default one is too ugly
rm -f %{buildroot}%{_datadir}/applications/%{name}.desktop
cat > %{buildroot}%{_datadir}/applications/rosa-%{name}.desktop << EOF
[Desktop Entry]
Name=RStudio
Comment=IDE for R
Exec=%{_bindir}/rstudio
Icon=rstudio
Type=Application
Terminal=false
Categories=Science;Math;X-MandrivaLinux-MoreApplications-Sciences-Mathematics;
MimeType=text/x-r-source;text/x-r;text/x-R;text/x-r-doc;text/x-r-sweave;text/x-r-markdown;text/x-r-html;application/x-r-data;application/x-r-project;text/x-r-history;text/x-r-profile;text/x-tex;text/x-markdown;text/html;text/css;text/javascript;
EOF
popd

%cmake \
-DRSTUDIO_TARGET=Server \
-DCMAKE_INSTALL_PREFIX=%{_libdir}/%{name}-server
%makeinstall_std
ln -s %{_libdir}/%{name}-server/bin/rserver %{buildroot}%{_bindir}/rserver

%files
%doc README.md COPYING
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/rosa-%{name}.desktop

%files server
%{_bindir}/%{name}-server
%{_bindir}/rserver
%{_libdir}/%{name}-server

%files common
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/*/mimetypes/application-x-r-*.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.98.501-2
+ Revision: 149dcfd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7757 |14cr|R-subselect-0.12.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  subselect
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.12.3
Release:          2
Summary:          Selecting variable subsets
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/subselect_0.12-3.tar.gz
Requires:         R-MASS R-ISwR 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-MASS R-ISwR 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
A collection of functions which (i) assess the quality of variable subsets
as surrogates for a full data set, in either an exploratory data analysis
or in the context of a multivariate linear model, and (ii) search for
subsets which are optimal under various criteria.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/readme
%doc %{rlibdir}/%{packname}/CHANGELOG
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.3-2
+ Revision: c1efc8d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7758 |14cr|R-survey-3.29.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  survey
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          3.29.5
Release:          2
Summary:          analysis of complex survey samples
Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/survey_3.29-5.tar.gz
Requires:         R-foreign R-survival R-MASS R-splines R-KernSmooth
Requires:         R-hexbin R-mitools R-lattice R-RSQLite R-RODBC R-quantreg
Requires:         R-Matrix R-multicore R-CompQuadForm
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-foreign R-survival R-MASS R-splines R-KernSmooth
BuildRequires:    R-hexbin R-mitools R-lattice R-RSQLite R-RODBC R-quantreg
BuildRequires:    R-Matrix R-multicore R-CompQuadForm

%description
Summary statistics, two-sample tests, generalised linear models,
cumulative link models, Cox models, loglinear models, and general maximum
pseudolikelihood estimation for multistage stratified, cluster-sampled,
unequally weighted survey samples. Variances by Taylor series
linearisation or replicate weights. Post-stratification, calibration, and
raking. Two-phase subsampling designs. Graphics. Predictive margins by
direct standardization. PPS sampling without replacement. Principal
components, factor analysis.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/disclaimer
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/porting*
%doc %{rlibdir}/%{packname}/*.pdf
%doc %{rlibdir}/%{packname}/BUGS
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/COPYING
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/api.db
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.29.5-2
+ Revision: 2284e3c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7759 |14cr|R-svGUI-0.9.55-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  svGUI
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.9.55
Release:          2
Summary:          SciViews GUI API - Functions to manage GUIs
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.9-55.tar.gz
BuildArch:        noarch
Requires:         R-core




BuildRequires:    R-devel Rmath-devel texlive-latex 


%description
Functions to manage GUIs from R

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.55-2
+ Revision: d58d3f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7760 |14cr|rsvndump-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Remote Subversion repository dump
Name:		rsvndump
Version:	0.6
Release:	2
License:	GPLv3
Group:		System/Servers
URL:		http://rsvndump.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/rsvndump/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	apr-devel
BuildRequires:	subversion-devel
BuildRequires:	gettext-devel

%description
rsvndump is a command line tool that is able to dump a subversion repository
that resides on a remote server. All data is dumped in the format that can be
read/written by svnadmin, so the data produced by rsvndump can easily be
imported into a new subversion repository.

%prep
%setup -q


%build
%configure2_5x
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog THANKS doc/rsvndump.txt
%{_bindir}/rsvndump



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-2
+ Revision: 2f5bf75
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7761 |14cr|R-svUnit-0.7.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  svUnit
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.7.12
Release:          2
Summary:          SciViews GUI API - Unit testing
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.7-12.tar.gz

Requires:         R-svGUI R-datasets R-utils R-XML 
BuildRequires:    R-devel Rmath-devel texlive-latex 

BuildRequires:   R-svGUI R-datasets R-utils R-XML 

%description
A complete unit test system and functions to implement its GUI part

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/Tests*
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/komodo
%{rlibdir}/%{packname}/unitTests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.12-2
+ Revision: d26b1a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7762 |14cr|R-systemfit-1.1.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  systemfit
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.1.14
Release:          3
Summary:          Estimating Systems of Simultaneous Equations
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/systemfit_1.1-14.tar.gz
Requires:         R-Matrix R-car R-lmtest R-plm R-MASS R-sem
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-Matrix R-car R-lmtest R-plm R-MASS R-sem

%description
This package contains functions for fitting simultaneous systems of linear
and nonlinear equations using Ordinary Least Squares (OLS), Weighted Least
Squares (WLS), Seemingly Unrelated Regressions (SUR), Two-Stage Least
Squares (2SLS), Weighted Two-Stage Least Squares (W2SLS), and Three-Stage
Least Squares (3SLS).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.14-3
+ Revision: 08a0568
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7763 |14cr|rt-3.8.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# We cannot fix this package neither now nor later, just ignore rpmlint
%define _build_pkgcheck_set %{nil}

%define __noautoreq 'perl\\(RT->Config->Get\\)'

#
# Copyright (c) 2005, 2006, 2007, 2008 Ralf Corsepius, Ulm, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#

# Supported rpmbuild options:
#
# --with gd/--without gd 
#	enable/disable gd support
#	Default: --with (had been default in rt < 3.8.0)
%bcond_without gd

# --with graphviz/--without graphviz
#	enable/disable graphiz support
#	Default: --without (missing deps)
%bcond_with graphviz

# --with devel_mode/--without devel_mode
#	enable/disable building/installing devel files
#	Default: without (missing deps; TBA in spec)
%bcond_with devel_mode

# --with gpg/--without gpg
#	enable/disable building gpg support
#	Default: without
%bcond_with gpg

# --with tests
#	run testsuite when building the rpm
#	Default: without (doesn't work in chroots.)
%bcond_with tests

%define RT_BINDIR		%{_sbindir}
%define RT_LIBDIR		%{perl_vendorlib}
%define RT_WWWDIR		%{_datadir}/rt/html
%define RT_LOGDIR		/var/log/rt
%define RT_CACHEDIR		/var/cache/rt
%define RT_LOCALSTATEDIR	/var/lib/rt

Summary:	Request tracker 3
Name:		rt
Version:	3.8.11
Release:	4
License:	GPLv2+
Group:		System/Servers
Url:		http://www.bestpractical.com/rt
Source0:	http://www.bestpractical.com/pub/rt/release/rt-%{version}.tar.gz
Source3:	rt.conf.in
Source4:	README.fedora.in
Source5:	rt.logrotate.in
Patch0:		rt-3.8.9-config.diff
Patch1:		rt-3.4.1-I18N.diff
Patch2:		rt-3.8.1-Makefile.diff
Patch3:		rt-3.8.1-test-dependencies.diff
Patch4:		rt-3.8.11-pod.patch
BuildRequires:	apache-devel
# This list is alpha sorted
BuildRequires:	perl(Apache::DBI)
BuildRequires:	perl(Apache::Session) >= 1.53
BuildRequires:	perl(Cache::Simple::TimedExpiry)
BuildRequires:	perl(Calendar::Simple)
BuildRequires:	perl(CGI::Cookie) >= 1.20
BuildRequires:	perl(Class::ReturnValue) >= 0.40
BuildRequires:	perl(CPAN)
BuildRequires:	perl(CSS::Squish) >= 0.06
BuildRequires:	perl(Data::ICal)
BuildRequires:	perl(Date::Format)
BuildRequires:	perl(DBD::mysql) >= 2.1018
BuildRequires:	perl(DBI) >= 1.37
BuildRequires:	perl(DBIx::SearchBuilder) >= 1.54
BuildRequires:	perl(Devel::StackTrace) >= 1.19
BuildRequires:	perl(Digest::base)
BuildRequires:	perl(Digest::MD5) >= 2.27
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(Encode) >= 2.13
BuildRequires:	perl(Errno)
BuildRequires:	perl(File::Glob)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(File::Spec) >= 0.8
BuildRequires:	perl(File::Temp) >= 0.18
BuildRequires:	perl(Getopt::Long) >= 2.24
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTML::FormatText)
BuildRequires:	perl(HTML::Mason) >= 1.36
BuildRequires:	perl(HTML::RewriteAttributes) >= 0.02
BuildRequires:	perl(HTML::Scrubber) >= 0.08
BuildRequires:	perl(HTML::TreeBuilder)
BuildRequires:	perl(HTTP::Request::Common)
BuildRequires:	perl(HTTP::Server::Simple) >= 0.34
BuildRequires:	perl(HTTP::Server::Simple::Mason) >= 0.09
BuildRequires:	perl(Locale::Maketext) >= 1.06
BuildRequires:	perl(Locale::Maketext::Fuzzy)
BuildRequires:	perl(Locale::Maketext::Lexicon) >= 0.32
BuildRequires:	perl(Log::Dispatch) >= 2.0
BuildRequires:	perl(LWP)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Mail::Mailer) >= 1.57
BuildRequires:	perl(MIME::Entity) >= 5.425
BuildRequires:	perl(MIME::Types)
BuildRequires:	perl(Module::Versions::Report) >= 1.05
BuildRequires:	perl(Net::Server)
BuildRequires:	perl(Net::Server::PreFork)
BuildRequires:	perl(Net::SMTP)
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(Regexp::Common)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Storable) >= 2.08
BuildRequires:	perl(Term::ReadKey)
BuildRequires:	perl(Term::ReadLine)
BuildRequires:	perl(Text::ParseWords)
BuildRequires:	perl(Text::Quoted) >= 2.02
BuildRequires:	perl(Text::Template)
BuildRequires:	perl(Text::WikiFormat) >= 0.76
BuildRequires:	perl(Text::Wrapper)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(Time::ParseDate)
BuildRequires:	perl(Tree::Simple) >= 1.04
BuildRequires:	perl(UNIVERSAL::require)
BuildRequires:	perl(XML::RSS) >= 1.05
%if %{with devel_mode}
BuildRequires:	perl(File::Find)
BuildRequires:	perl(HTML::Form)
BuildRequires:	perl(IPC::Run3)
BuildRequires:	perl(Log::Dispatch::Perl)
BuildRequires:	perl(Module::Refresh) >= 0.03
BuildRequires:	perl(String::ShellQuote)
BuildRequires:	perl(Test::Builder) >= 0.77
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Expect) >= 0.31
BuildRequires:	perl(Test::HTTP::Server::Simple) >= 0.09
BuildRequires:	perl(Test::MockTime)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::WWW::Mechanize)
BuildRequires:	perl(WWW::Mechanize)
BuildRequires:	perl(XML::Simple)
%endif
%if %{with gd}
BuildRequires:	perl(GD)
BuildRequires:	perl(GD::Graph)
BuildRequires:	perl(GD::Text)
%endif
%if %{with gpg}
BuildRequires:	perl(GnuPG::Interface)
BuildRequires:	perl(PerlIO::eol)
%endif
%if %{with graphviz}
BuildRequires:	perl(GraphViz)
BuildRequires:	perl(IPC::Run)
BuildRequires:	perl(IPC::Run::SafeHandles)
%endif

# rpm doesn't catch these:
Requires:	apache-mod_perl
Requires:	perl(Apache::Session)
Requires:	perl(Calendar::Simple)
Requires:	perl(HTTP::Server::Simple::Mason)
Requires:	perl(I18N::LangTags::List)
Requires:	perl(Locale::Maketext::Fuzzy)
Requires:	perl(LWP::MediaTypes)
Requires:	perl(Module::Versions::Report)
Requires:	perl(Tree::Simple)
Requires:	perl(URI::URL)
%if %{with gd}
Requires:	perl(GD::Text)
Requires:	perl(GD::Graph::bars)
Requires:	perl(GD::Graph::pie)
%endif
# rpm fails to add these:
Provides:	perl(RT::Shredder::Exceptions)
Provides:	perl(RT::Shredder::Record)
Provides:	perl(RT::Shredder::Transaction)
Provides:	perl(RT::Tickets_Overlay_SQL)
# For Debian compatibility
Provides:	request-tracker3 = %{EVRD}
# Split out. Technically, not actually necessary, but ... let's keep it for now.
Requires:	rt-mailgate
BuildArch:	noarch

%description
RT is an enterprise-grade ticketing system which enables a group of people
to intelligently and efficiently manage tasks, issues, and requests submitted
by a community of users.

%files
%doc COPYING README UPGRADING README.fedora
%{_bindir}/*
%{_sbindir}/*
%exclude %{_sbindir}/rt-mailgate
%{RT_LIBDIR}/*
%attr(0700,apache,apache) %{RT_LOGDIR}
%dir %{_sysconfdir}/rt
%attr(-,root,root)%{_sysconfdir}/rt/upgrade
%attr(-,root,root)%{_sysconfdir}/rt/acl*
%attr(-,root,root)%{_sysconfdir}/rt/schema*
%attr(-,root,root)%{_sysconfdir}/rt/init*
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/rt/RT_*
%config(noreplace) %{_sysconfdir}/logrotate.d/rt
%dir %{_datadir}/rt
%{RT_WWWDIR}
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/rt.conf
%dir %{RT_CACHEDIR}
%attr(0770,apache,apache) %{RT_CACHEDIR}/mason_data
%attr(0770,apache,apache) %{RT_CACHEDIR}/session_data
%if "%{RT_LOCALSTATEDIR}" != "%{RT_CACHEDIR}"
%dir %{RT_LOCALSTATEDIR}
%endif
%{_datadir}/fonts/Droid*
%ghost %{_prefix}/local/lib/rt
%ghost %{_prefix}/local/etc/rt

#----------------------------------------------------------------------------

%package mailgate
Summary:	rt's mailgate utility
Group:		System/Servers
# rpm doesn't catch these:
Requires:	perl(Pod::Usage)
Requires:	perl(HTML::TreeBuilder)
Requires:	perl(HTML::FormatText)

%description mailgate
rt's mailgate utility.

%files mailgate
%{_sbindir}/rt-mailgate
%{_mandir}/man1/rt-mailgate*

#----------------------------------------------------------------------------

%prep
%setup -q

sed -e 's,@RT_CACHEDIR@,%{RT_CACHEDIR},' %{SOURCE4} \
  > README.fedora
sed -e 's,@RT_LOGDIR@,%{RT_LOGDIR},' %{SOURCE5} \
  > rt.logrotate

# Fixup the tarball shipping with broken permissions
find . \( -name '*.pm' -o -name '*.pm.in' -o -name '*.po' -o -name '*.pod' \) \
  -exec chmod a-x {} \;
chmod -x UPGRADING README C* aclocal.* config.* *.ac *.in
find etc -type f -exec chmod a-x {} \;

%patch0 -p1
#%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

# Patch backups added by rpm disturb
find -name '*.orig' -exec rm -f {} \;

cat << \EOF > %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
    sed -e '/^perl(RT)$/d' \
    	-e '/^perl(HTML::Mason/d' \
	-e '/^perl(IO::Handle::CRLF)$/d'
EOF
%define __perl_provides %{_builddir}/rt-%{version}/%{name}-prov
chmod +x %{__perl_provides}

# Filter out a bogus R:perl() rpm adds.
# Keep SpamAssassin optional
cat << \EOF > %{name}-req
#!/bin/sh
%{__perl_requires} $* |\
    sed -e '/^perl()/d' \
	-e '/^perl(Mail::SpamAssassin)$/d'
EOF
%define __perl_requires %{_builddir}/rt-%{version}/%{name}-req
chmod +x %{__perl_requires}

# Propagate rpm's directories to config.layout
cat << \EOF >> config.layout

# Mandriva directory layout.
<Layout Mandriva>
  bindir:		%{RT_BINDIR}
  sysconfdir:		%{_sysconfdir}/rt
  libdir:		%{RT_LIBDIR}
  manualdir:		${datadir}/doc
  localstatedir:	%{RT_LOCALSTATEDIR}
  htmldir:		%{RT_WWWDIR}
  logfiledir:		%{RT_LOGDIR}
  masonstatedir:	%{RT_CACHEDIR}/mason_data
  sessionstatedir:	%{RT_CACHEDIR}/session_data
  customdir:		%{_prefix}/local/lib/rt
  custometcdir:		%{_prefix}/local/etc/rt
  customhtmldir:	${customdir}/html
  customlexdir:		${customdir}/po
  customlibdir:		${customdir}/lib
</Layout>
EOF

# Comment out the Makefile trying to change groups/owners
# Fix DESTDIR support
sed -i \
	-e 's,	chgrp,	: chrgp,g' \
	-e 's,	chown,	: chown,g' \
	-e 's,$(DESTDIR)/,$(DESTDIR),g' \
	-e 's,-o $(BIN_OWNER) -g $(RTGROUP),,g' \
Makefile.in

%build
%configure \
	--with-apachectl=/usr/sbin/apachectl \
	--with-web-user=apache \
	--with-web-group=apache \
	--enable-layout=Mandriva \
	--with-modperl2 \
	--with-web-handler=modperl2 \
	--libdir=%{RT_LIBDIR} \
	%{?with_graphviz:--enable-graphviz}%{!?with_graphviz:--disable-graphviz} \
	%{?with_gd:--enable-gd}%{!?with_gd:--disable-gd} \
	%{?with_gpg:--enable-gpg}%{!?with_gpg:--disable-gpg} \
	%{?with_devel_mode:--enable-devel-mode}%{!?with_devel_mode:--disable-devel-mode}

%make

# Generate man-pages
pod2man bin/rt-mailgate > bin/rt-mailgate.1

%install
%makeinstall_std

# Cleanup the mess rt's configuration leaves behind
rm -f %{buildroot}%{_docdir}/README

# Win32 stuff
rm -f %{buildroot}%{RT_BINDIR}/mason_handler.svc

# We don't want CPAN
rm -f %{buildroot}%{_sbindir}/rt-test-dependencies

# An installed testsuite without infrastructure
rm -rf %{buildroot}%{RT_LIBDIR}/t

# Bogus
rm -f %{buildroot}%{RT_LIBDIR}/RT.pm.in

# Unsupported
rm -f %{buildroot}%{RT_BINDIR}/*.scgi

# Install apache configuration
mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
sed -e 's,@RT_WWWDIR@,%{RT_WWWDIR},g' \
  -e 's,@RT_BINDIR@,%{RT_BINDIR},g' \
  %{SOURCE3} > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/rt.conf

mkdir -p %{buildroot}%{_mandir}/man1
install -m 0644 bin/rt-mailgate.1 \
  %{buildroot}%{_mandir}/man1

if [ "%{_bindir}" != "%{RT_BINDIR}" ]; then
  mkdir -p %{buildroot}%{_bindir}
  mv %{buildroot}%{RT_BINDIR}/rt \
    %{buildroot}%{_bindir}
fi

install -d -m755 %{buildroot}%{_prefix}/local/etc/rt
install -d -m755 %{buildroot}%{_prefix}/local/lib/rt
install -d -m755 %{buildroot}%{_prefix}/local/lib/rt/html
install -d -m755 %{buildroot}%{_prefix}/local/lib/rt/po
install -d -m755 %{buildroot}%{_prefix}/local/lib/rt/lib

install -d -m755 %{buildroot}%{RT_LOGDIR}

# install log rotation stuff
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
install -m 644 rt.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/rt

install -d -m755 %{buildroot}%{RT_LOCALSTATEDIR}

install -d -m755 %{buildroot}%{_sysconfdir}/rt/upgrade
cp -R etc/upgrade/* %{buildroot}%{_sysconfdir}/rt/upgrade
rm -f %{buildroot}%{_sysconfdir}/rt/upgrade/*.in

# Fix permissions
find %{buildroot}%{RT_WWWDIR} \
  -type f -exec chmod a-x {} \;

rm -Rf %{buildroot}/%{RT_LIBDIR}/RT/Test*
mkdir -p %{buildroot}/%{_datadir}/fonts
mv %{buildroot}/Droid* %{buildroot}/%{_datadir}/fonts

%check
# The tests don't work:
# - Require to be run as root
# - Require an operational rt system
# - Require packages which are n/a in Fedora
%{?with_tests:make test}


%changelog
* Thu Aug 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.8.11-4
+ Revision: 4ce57bc
- Don't build mason_handler.fcgi man



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7764 |14cr|R-tcltk2-1.2.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tcltk2
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.2.10
Release:          2
Summary:          Tcl/Tk Additions
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/tcltk2_1.2-10.tar.gz
Source1:	  %{name}.rpmlintrc
Requires:         R-tcltk 
Requires:         R-utils 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-tcltk
BuildRequires:    R-utils 

%description
A series of additional Tcl commands and Tk widgets with style and various
functions (under Windows: DDE exchange, access to the registry and icon
manipulation) to supplement the tcltk package

%prep
%setup -q -c -n %{packname}
perl -pi -e 's|/bin/tclsh8.3|%{_bindir}/tclsh|;'			\
    tcltk2.Rcheck/tcltk2/tklibs/ctext3.2/function_finder.tcl		\
    tcltk2/inst/tklibs/ctext3.2/function_finder.tcl

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/Fonts.txt
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/gui
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/po
%{rlibdir}/%{packname}/tklibs
%{rlibdir}/tcltk2/test.R



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.10-2
+ Revision: 8b39d8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7765 |14cr|R-tclust-1.1.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tclust
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.1.03
Release:          3
Summary:          Robust Trimmed Clustering
Group:            Sciences/Mathematics
License:          GPLv3
URL:              http://cran.r-project.org/web/packages/tclust/index.html
Source0:          http://cran.r-project.org/src/contrib/tclust_1.1-03.tar.gz
BuildRequires:    R-devel R-mvtnorm R-sn R-mclust R-cluster lapack-devel
Requires:    	  R-core R-mvtnorm R-sn R-mclust R-cluster

%description
Robust Trimmed Clustering

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/doc
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.03-3
+ Revision: cfe0bcb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7766 |14cr|R-TeachingDemos-2.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  TeachingDemos
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.9
Release:          2
Summary:          Demonstrations for teaching and learning
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/TeachingDemos_2.9.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-tkrplot R-lattice R-MASS R-rgl R-sgeostat R-mapproj R-tcltk R-tcltk2 R-EBImage R-png 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-tkrplot R-lattice R-MASS R-rgl R-sgeostat R-mapproj R-tcltk R-tcltk2 R-EBImage R-png 

%description
This package is a set of demonstration functions that can be used in a
classroom to demonstrate statistical concepts, or on your own to better
understand the concepts or the programming.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9-2
+ Revision: 901c3ab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7767 |14cr|R-tensor-1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tensor
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.5
Release:          2
Summary:          Tensor product of arrays
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

BuildRequires:    R-devel Rmath-devel texlive-latex 


%description
The tensor product of two arrays is notionally an outer product of the
arrays collapsed in specific extents by summing along the appropriate

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-2
+ Revision: b2a37f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7768 |14cr|R-tergm-3.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tergm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.1.4
Release:          2
Summary:          Fit, Simulate and Diagnose Models for Network Evoluation
Group:            Sciences/Mathematics
License:          GPL-3 + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/tergm_3.1.4.tar.gz

Requires:         R-statnet.common R-ergm R-robustbase R-nlme R-network R-networkDynamic R-coda 

Requires:         R-lattice R-snow 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-statnet.common R-ergm R-robustbase R-nlme R-network R-networkDynamic R-coda

BuildRequires:   R-lattice R-snow 
%description
An integrated set of extensions to the `ergm` package to analyze and
simulate network evolution based on exponential-family random graph models
(ERGM). "tergm" is a part of the "statnet" suite of packages for network

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.4-2
+ Revision: a5470cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7769 |14cr|R-testit-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  testit
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.3
Release:          2
Summary:          A simple package for testing R packages
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

BuildRequires:    R-devel Rmath-devel texlive-latex 

%description
This package provides two convenience functions assert() and test_pkg() to
facilitate testing R packages.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: 534d404
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7770 |14cr|R-testthat-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  testthat
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.7.1
Release:          2
Summary:          Testthat code.  Tools to make testing fun :)
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-digest R-stringr >= 0.4 R-evaluate >= 0.4.3 R-methods 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-digest R-stringr >= 0.4 R-evaluate >= 0.4.3 R-methods 

%description
A testing package specifically tailored for R that's fun, flexible and
easy to set up.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/tests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-2
+ Revision: f875ef8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7771 |14cr|rtf2xml-1.33-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:		Converts RTF format to structured XML
Name:			rtf2xml
Version:		1.33
Release:		6
Source0:		http://belnet.dl.sourceforge.net/sourceforge/rtf2xml/rtf2xml-1.33.tar.bz2
URL:			http://rtf2xml.sourceforge.net/
License:		GPL
Group:			File tools
Requires:		python
BuildRequires:	python-devel
BuildArch:		noarch

%description
Converts a RTF file to structured XML.

%prep
%setup -q

%build
%{__python} setup.py build

%install
mkdir -p %{buildroot}%{_bindir}
%{__python} setup.py install --root=%{buildroot} --record rtf2xml.lst

%files
%doc README.txt
%attr(0755,root,root) %{_bindir}/*
%{py_puresitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.33-6
+ Revision: 7b67014
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7772 |14cr|rtf-converter-1.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Converts RTF files to HTML
Name:		rtf-converter
Version:	1.1
Release:	10
License:	GPL
Group:		Publishing
Source0:	http://www.kaitiaki.org.nz/download/%{name}_%{version}.tar.gz
# Source0-md5:	224c2855e68d1aea5c4f0230cbc1879b
URL:		http://www.kaitiaki.org.nz/download/
Patch0:		%{name}-cflags.patch
Patch1:		rtf-converter-1.1-mdv-fix-gcc-4.3.patch
BuildRequires:	libstdc++-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}

%description
The program is intended for command-line conversion of RTF to HTML. It
produces only the HTML body code which will need to be wrapped in BODY
tags and given an HTML header. It attempts to produce HTML 4.0
(strict) compliant html code.

%prep
%setup -q -n rtf
%patch0 -p1
%patch1 -p1 -b .gcc43

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc INSTALL README
%attr(755,root,root) %{_bindir}/rtf-converter

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-10
+ Revision: 957fd2c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7773 |14cr|R-TH.data-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  TH.data
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0.3
Release:          2
Summary:          TH's Data Archive
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/TH.data_1.0-3.tar.gz
BuildArch:        noarch
Requires:         R-core

BuildRequires:    R-devel Rmath-devel texinfo texlive-epsf


%description
Contains data sets used in other packages I maintain.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/rda


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-2
+ Revision: 6f8789f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7774 |14cr|R-tiff-0.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tiff
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.1.5
Release:          2
Summary:          Read and write TIFF images
Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.1-5.tar.gz

BuildRequires:    tiff-devel
BuildRequires:    R-devel Rmath-devel texlive-latex 


%description
This package provides an easy and simple way to read, write and display
bitmap images stored in the TIFF format. It can read and write both files
and in-memory raw vectors.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/img
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.5-2
+ Revision: 34e3d99
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7775 |14cr|R-tikzDevice-0.6.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tikzDevice
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6.2
Release:          3
Summary:          A Device for R Graphics Output in PGF/TikZ Format
Group:            Sciences/Mathematics
License:          GPL (>= 3)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-filehash 
Requires:         R-testthat R-evaluate R-stringr R-ggplot2 R-maps 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-filehash texlive-preview
BuildRequires:    R-testthat R-evaluate R-stringr R-ggplot2 R-maps 

%description
The TikZ device enables LaTeX-ready output from R graphics functions. This
is done by producing code that can be understood by the TikZ graphics
language. All text in a graphic output with the tikz() function will can
be typeset by LaTeX and therefore will match whatever fonts are currently
used in the document. This also means that LaTeX mathematics can be
typeset directly into labels and annotations!  Graphics produced this way
can also be annotated with custom TikZ commands.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/GIT_VERSION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/tests



%changelog
* Wed Aug 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-3
+ Revision: 4cfe86a
- Build with texlive-preview



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7776 |14cr|R-timeDate-3010.98-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  timeDate
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3010.98
Release:          2
Summary:          Rmetrics - Chronological and Calendarical Objects
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/timeDate_3010.98.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-graphics R-utils R-stats R-methods 
Requires:         R-RUnit 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-graphics R-utils R-stats R-methods
BuildRequires:    R-RUnit 

%description
Environment for teaching "Financial Engineering and Computational Finance"

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/COPYRIGHT.html
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/unitTests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3010.98-2
+ Revision: cfae077
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7777 |14cr|R-timeSeries-3010.97-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  timeSeries
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3010.97
Release:          4
Summary:          Rmetrics - Financial Time Series Objects
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/timeSeries_3010.97.tar.gz
BuildArch:        noarch
Requires:         R-core R-graphics R-grDevices R-methods R-stats R-utils
Requires:         R-timeDate R-RUnit
%if %{without bootstrap}
Requires:         R-robustbase
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-graphics
BuildRequires:    R-grDevices R-methods R-stats R-utils R-timeDate R-RUnit
%if %{without bootstrap}
BuildRequires:    R-robustbase
%endif

%description
Environment for teaching "Financial Engineering and Computational Finance"

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%if %{without bootstrap}
#%check
#%{_bindir}/R CMD check %{packname}
#%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/README
%doc %{rlibdir}/%{packname}/THANKS
%{rlibdir}/%{packname}/COPYING
%{rlibdir}/%{packname}/COPYRIGHTS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/unitTests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3010.97-4
+ Revision: 6cc7ee5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7778 |14cr|rtirq-20120505-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rtirq
Summary:	Realtime IRQ thread system tunning
Version:	20120505
Release:	2
License:	GPLv2
URL:		http://www.rncbc.org/jack/#rtirq
Group:		System/Configuration/Boot and Init
Source0:	%{name}-%{version}.tar.gz
BuildArch:	noarch
Requires:	/bin/sh,util-linux,sysvinit-tools
Requires(post,preun):	/sbin/chkconfig

%description
Startup scripts for tunning the realtime scheduling policy and priority
of relevant IRQ service threads, featured for a realtime-preempt enabled
kernel configuration. 

%prep
%setup -q

%build

%install
install -vD rtirq.sh   -m 0755 %{buildroot}/etc/init.d/rtirq
install -vD rtirq.conf -m 0644 %{buildroot}/etc/sysconfig/rtirq

%post
# Only run on install, not upgrade.
if [ "$1" = "1" ]; then
    chkconfig --add rtirq
    chkconfig rtirq on
fi

%preun
# Only run if this is the last instance to be removed.
if [ "$1" = "0" ]; then
    chkconfig rtirq off
    chkconfig --del rtirq
fi

%files
%config(noreplace) /etc/sysconfig/rtirq
/etc/init.d/rtirq



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20120505-2
+ Revision: 62584d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7779 |14cr|R-tis-1.23-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tis
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.23
Release:          3
Summary:          Time Indexes and Time Indexed Series
Group:            Sciences/Mathematics
License:          Unlimited
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/tis_1.23.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
Functions and S3 classes for time indexes and time indexed series, which
are compatible with FAME frequencies.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.23-3
+ Revision: 9c42831
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7780 |14cr|R-tkrplot-0.0_23-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tkrplot
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.0_23
Release:          3
Summary:          TK Rplot
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.0-23.tar.gz
Requires:         R-grDevices R-tcltk 
BuildRequires:    R-devel Rmath-devel texlive R-grDevices R-tcltk

%description
simple mechanism for placing R graphics in a Tk widget

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Wed Aug 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0_23-3
+ Revision: 1d39008
- Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7781 |14cr|R-tkWidgets-1.32.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tkWidgets
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.32.0
Release:          2
Summary:          R based tk widgets
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-methods R-widgetTools R-DynDoc R-tools 
Requires:         R-Biobase 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-widgetTools R-DynDoc R-tools
BuildRequires:    R-Biobase 

%description
Widgets to provide user interfaces. tcltk should have been installed for
the widgets to run.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/testfiles



%changelog
* Tue Jun 18 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.32.0-2
+ Revision: 536ed94
- Bump release to rebuild with new R



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7782 |14cr|R-tm-0.5.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.5.10
Release:          2
Summary:          Text Mining Package
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.5-10.tar.gz


Requires:         R-parallel R-slam 
Requires:         R-filehash R-proxy R-Rgraphviz R-Rpoppler R-SnowballC R-XML 
# Requires:         R-Rcampdf 
BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-parallel R-slam 
BuildRequires:    R-filehash R-proxy R-Rgraphviz R-Rpoppler R-SnowballC R-XML 
# BuildRequires:    R-Rcampdf 

%description
A framework for text mining applications within R.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/ghostscript
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/stopwords
%{rlibdir}/%{packname}/texts

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.10-2
+ Revision: e06cac0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7783 |14cr|rtorrent-0.9.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	libtorrentver	0.13.3

Name:		rtorrent
Version:	0.9.3
Release:	2
Epoch:		1
Summary:	Curses based BitTorrent client
License:	GPLv2+
Group:		Networking/File transfer
URL:		http://libtorrent.rakshasa.no/
Source0:	http://libtorrent.rakshasa.no/downloads/%name-%{version}.tar.gz

BuildRequires:	pkgconfig(libtorrent) >= %{libtorrentver}
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(xmlrpc)
BuildRequires:	pkgconfig(sigc++-2.0)

Requires:	libtorrent >= %{libtorrentver}

%description
This is a text mode BitTorrent client with a curses interface based on 
libtorrent.

%prep
%setup -q

%build
export CPPFLAGS=-I%{_includedir}/ncursesw
export LIBS="-lpthread -lxmlrpc -lxmlrpc_util"

%configure2_5x --with-xmlrpc-c
%make


%install 
%makeinstall_std


%files
%doc README AUTHORS doc/rtorrent.rc
%{_bindir}/rtorrent



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.9.3-2
+ Revision: 633866a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7784 |14cr|R-tree-1.0.35-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tree
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.35
Release:          2
Summary:          Classification and regression trees
Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/tree_1.0-35.tar.gz
Requires:         R-grDevices R-graphics R-stats 
Requires:         R-MASS 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-grDevices R-graphics R-stats
BuildRequires:    R-MASS 

%description
Classification and Regression Trees.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENCE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/po


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.35-2
+ Revision: 471cd6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7785 |14cr|R-trimcluster-0.1_2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  trimcluster
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.1_2
Release:          3
Summary:          Cluster analysis with trimming
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.1-2.tar.gz
Source1:          NAMESPACE
BuildArch:        noarch
Requires:         R-core
Requires:         R-fpc 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-fpc 

%description
Trimmed k-means clustering.

%prep
%setup -q -c -n %{packname}
cp %{SOURCE1} %{packname}/

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1_2-3
+ Revision: 4dc85ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7786 |14cr|R-tripack-1.3.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tripack
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.3.6
Release:          2
Summary:          Triangulation of irregularly spaced data
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/tripack_1.3-6.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
A constrained two-dimensional Delaunay triangulation package

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.6-2
+ Revision: 0806a67
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7787 |14cr|R-truncreg-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  truncreg
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.2.1
Release:          2
Summary:          Truncated Regression Models
Group:            Sciences/Mathematics
License:          GPL (>=2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/truncreg_0.2-1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-maxLik 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-maxLik

%description
Estimation of models for truncated variables by maximum likelihood

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/truncreg/NEWS



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: f4e7802
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7788 |14cr|R-trust-0.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  trust
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.1.6
Release:          2
Summary:          Trust Region Optimization

Group:            Sciences/Mathematics
License:          X11
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/trust_0.1-6.tar.gz
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex 
BuildRequires:    pkgconfig(lapack)

%description
local optimization using two derivatives and trust regions

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/LICENSE


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.6-2
+ Revision: 2cd427d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7789 |14cr|R-TSA-1.01-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  TSA
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.01
Release:          2
Summary:          Time Series Analysis
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-leaps R-locfit R-mgcv R-tseries 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-leaps R-locfit R-mgcv R-tseries

%description
Contains R functions and datasets detailed in the book "Time Series
Analysis with Applications in R (second edition)" by Jonathan Cryer and
Kung-Sik Chan

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.01-2
+ Revision: 7d7c092
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7790 |14cr|R-tseries-0.10.32-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tseries
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.10.32
Release:          2
Summary:          Time series analysis and computational finance
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/tseries_0.10-32.tar.gz
Requires:         R-quadprog R-stats R-zoo R-graphics R-stats R-utils R-its
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-quadprog R-stats R-zoo R-graphics R-stats R-utils R-its
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Package for time series analysis and computational finance

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.32-2
+ Revision: f8f9027
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7791 |14cr|R-TSP-1.0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  TSP
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.8
Release:          3
Summary:          Traveling Salesperson Problem (TSP)
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/TSP_1.0-8.tar.gz
Requires:         R-maps R-sp R-maptools 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-maps R-sp R-maptools 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Basic infrastructure and some algorithms for the traveling salesperson
problem (also traveling salesman problem; TSP). The package provides some
simple algorithms and an interface to Concorde, the currently fastest TSP
solver. Concorde itself is not included in the package and has to be
obtained separately.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/NEWS



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-3
+ Revision: 7df6125
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7792 |14cr|rt-tests-0.72-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name rt-tests
%define version 0.72
%define release 3

Summary: Programs that test various rt-features
Name:    %{name}
Version: %{version}
Release: %{release}
License: GPLv2
Group:   Development/Other
URL:     http://rt.wiki.kernel.org/index.php/Cyclictest
Source0: %{name}-%{version}.tar.bz2
Patch0: rt-tests-0.72-fix-str-fmt.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: python

%description
A set of programs that test and measure various components of "realtime"
kernel behavior, such as timer latency, signal latency and the functioning
of priority-inheritance mutexes.

%prep
%setup -q -n %{name}
%patch0 -p0

%build
%make CC="gcc %{optflags} %{ldflags}"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
mkdir -p $RPM_BUILD_ROOT/%{python_sitelib}
make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING
%{_bindir}/cyclictest
%{_bindir}/hackbench
%{_bindir}/pip_stress
%{_bindir}/pi_stress
%{_bindir}/pmqtest
%{_bindir}/ptsematest
%{_bindir}/rt-migrate-test
%{_bindir}/sendme
%{_bindir}/signaltest
%{_bindir}/hwlatdetect
%{_bindir}/sigwaittest
%{_bindir}/svsematest
%{_mandir}/man4/*.4.*
%{_mandir}/man8/*.8.*
%{python_sitelib}/hwlatdetect.py
%{_usrsrc}/backfire/backfire.c



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.72-3
+ Revision: 6b2a9b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7793 |14cr|R-tweedie-2.1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tweedie
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.1.7
Release:          2
Summary:          Tweedie exponential family models
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/tweedie_2.1.7.tar.gz
Requires:         R-statmod 
Requires:         R-fBasics 
Requires:         R-stabledist
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-statmod
BuildRequires:    R-fBasics 
BuildRequires:    R-stabledist

%description
Maximum likelihood computations for Tweedie families.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.7-2
+ Revision: 3fdcfee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7794 |14cr|R-TxDb.Hsapiens.UCSC.hg19.knownGene-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  TxDb.Hsapiens.UCSC.hg19.knownGene
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          Annotation package for the Hsapiens_UCSC_hg19_knownGene_TxDb object
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/TxDb.Hsapiens.UCSC.hg19.knownGene_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-GenomicFeatures 
Requires:         R-GenomicFeatures R-AnnotationDbi 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-GenomicFeatures
BuildRequires:    R-GenomicFeatures R-AnnotationDbi 

%description
Contains the Hsapiens_UCSC_hg19_knownGene_TxDb object annotation database
as generated from UCSC

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: 4ee8eeb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7795 |14cr|R-TxDb.Rnorvegicus.UCSC.rn5.refGene-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  TxDb.Rnorvegicus.UCSC.rn5.refGene
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          2
Summary:          Annotation package for TranscriptDb object(s)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-GenomicFeatures 
Requires:         R-GenomicFeatures R-AnnotationDbi 

BuildRequires:    R-devel Rmath-devel texlive-latex R-GenomicFeatures
BuildRequires:    R-GenomicFeatures R-AnnotationDbi 

%description
Exposes an annotation databases generated from UCSC by exposing these as
TranscriptDb objects

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-2
+ Revision: 98f2d45
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7796 |14cr|rubber-1.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rubber
Summary:	An automated system for building LaTeX documents
Version:	1.1
Release:	10
Source:		http://ebeffara.free.fr/pub/%{name}-%{version}.tar.bz2
URL:		http://www.pps.jussieu.fr/~beffara/soft/rubber/
License:	GPL
Group:		Publishing
Requires:	texlive
BuildRequires:  python-devel
BuildRequires:  texinfo
BuildArch: noarch

%description
This is a building system for LaTeX documents. It is based on a routine that
runs just as many compilations as necessary. The module system provides a
great flexibility that virtually allows support for any package with no user
intervention, as well as pre- and post-processing of the document. The
standard modules currently provide support for bibtex, dvips, dvipdfm, pdftex,
makeindex. A good number of standard packages are supported, including
graphics/graphicx (with automatic conversion between various formats and
Metapost compilation).

%prep
%setup -q

%build
./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir} --infodir=%{_infodir}
%make

%install
python setup.py install --root=%{buildroot}

%clean

%files
%doc COPYING NEWS README
%{_bindir}/*
%{py_puresitedir}/rubber
%{py_puresitedir}/*.egg-info
%{_datadir}/rubber
%lang(fr) %{_mandir}/fr/man1/*
%{_mandir}/man1/*
%{_infodir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-10
+ Revision: faf3e5d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7797 |14cr|rubberband-1.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major		2
%define		libname		%mklibname %{name} %{major}
%define		develname	%mklibname -d %{name}

Summary:	Audio time-stretching and pitch-shifting library
Name:		rubberband
Version:	1.7.0
Release:	2
License:	GPLv2
Group:		System/Libraries
URL:		http://www.breakfastquay.com/rubberband/
Source0:	http://www.breakfastquay.com/rubberband/files/%{name}-%{version}.tar.bz2
Source1:	http://www.breakfastquay.com/rubberband/usage.txt
Patch1:		rubberband-1.5.0-mk.patch
# incorrect version in configure.ac (harmless) and .pc.in (could be bad
# if a consumer strictly requires 1.5.0 functionality);
# e-mailed to author
Patch2:		rubberband-1.7.0-fix_ver.patch
BuildRequires:	fftw3-devel
BuildRequires:	ladspa-devel
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig
BuildRequires:	vamp-plugin-sdk-devel
Requires:	%{libname} = %{version}-%{release}

%description
Rubber Band is a library and utility program that permits you to change the
tempo and pitch of an audio recording independently of one another.

%package -n %{libname}
Summary:	Audio time-stretching and pitch-shifting library
Group:		System/Libraries

%description -n %{libname}
Rubber Band is a library and utility program that permits you to change the
tempo and pitch of an audio recording independently of one another.

%package -n %{develname}
Summary:	Development files for rubberband
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n	%{develname}
Rubber Band is a library and utility program that permits you to change the
tempo and pitch of an audio recording independently of one another. This
package contains files needed to develop with the rubberband library.

%prep
%setup -q
%patch1 -p1
%patch2 -p1

%__cp %{SOURCE1} .

%build
autoreconf -fiv
%__sed -i 's|{exec_prefix}/lib|{exec_prefix}/%{_lib}|' rubberband.pc.in
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

# lib64 fix
%__perl -pi -e "s|/lib\b|/%{_lib}|g" %{buildroot}%{_libdir}/pkgconfig/rubberband.pc

%files
%doc usage.txt CHANGELOG
%{_bindir}/rubberband

%files -n %{libname}
%{_libdir}/librubberband.so.%{major}*
%{_libdir}/ladspa/ladspa-rubberband.cat
%{_libdir}/ladspa/ladspa-rubberband.so
%{_datadir}/ladspa/rdf/ladspa-rubberband.rdf
%{_libdir}/vamp/vamp-rubberband.cat
%{_libdir}/vamp/vamp-rubberband.so

%files -n %{develname}
%{_includedir}/rubberband
%{_libdir}/librubberband.so
%{_libdir}/librubberband.a
%{_libdir}/pkgconfig/rubberband.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-2
+ Revision: f0fa020
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7798 |14cr|ruby-actionmailer-4.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rname	actionmailer

Summary:	Service layer for easy email delivery and testing
Name:		ruby-%{rname}
Version:	4.1.1
Release:	3
URL:		http://www.rubyonrails.org/
Source0:	http://rubygems.org/downloads/%{rname}-%{version}.gem
License:	MIT
Group:		Development/Ruby
BuildArch:	noarch
BuildRequires:	ruby-RubyGems 
Provides:	rubygem(%{rname})

%description
Makes it trivial to test and deliver emails sent from a single service layer.

%prep

%build

%install
gem install --ri -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache

%files
%doc %{ruby_gemdir}/doc/%{rname}-%{version}
%{ruby_gemdir}/gems/%{rname}-%{version}
%{ruby_gemdir}/specifications/%{rname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.1-3
+ Revision: 369d400
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7799 |14cr|ruby-actionpack-4.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rname	actionpack

Summary:	Part of Rails framework handling controller/view split
Name:		ruby-%{rname}
Version:	4.1.1
Release:	3
URL:		http://www.rubyonrails.com/
Source0:	http://rubygems.org/gems/%{rname}-%{version}.gem
License:	MIT
Group:		Development/Ruby
BuildArch:	noarch
BuildRequires:	ruby-RubyGems 

%description
Action Pack splits the response to a web request into a controller part
(performing the logic) and a view part (rendering a template). This two-step
approach is known as an action, which will normally create, read, update, or
delete (CRUD for short) some sort of model part (often backed by a database)
before choosing either to render a template or redirecting to another action.

Action Pack implements these actions as public methods on Action Controllers
and uses Action Views to implement the template rendering. Action Controllers
are then responsible for handling all the actions relating to a certain part
of an application. This grouping usually consists of actions for lists and for
CRUDs revolving around a single (or a few) model objects. So ContactController
would be responsible for listing contacts, creating, deleting, and updating
contacts. A WeblogController could be responsible for both posts and comments.

Action View templates are written using embedded Ruby in tags mingled in with
the HTML. To avoid cluttering the templates with code, a bunch of helper
classes provide common behavior for forms, dates, and strings. And it's easy
to add specific helpers to keep the separation as the application evolves.

Note: Some of the features, such as scaffolding and form building, are tied to
ActiveRecord[http://activerecord.rubyonrails.org] (an object-relational
mapping package), but that doesn't mean that Action Pack depends on Active
Record. Action Pack is an independent package that can be used with any sort
of backend (Instiki[http://www.instiki.org], which is based on an older version
of Action Pack, used Madeleine for example). Read more about the role Action
Pack can play when used together with Active Record on
http://www.rubyonrails.org.

%prep

%build

%install
gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache
chmod g-w,g+r,o+r -R %{buildroot}

%files
%doc %{ruby_gemdir}/doc/%{rname}-%{version}
%{ruby_gemdir}/gems/%{rname}-%{version}
%{ruby_gemdir}/specifications/%{rname}-%{version}.gemspec


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.1-3
+ Revision: a35becc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7800 |14cr|ruby-activesupport-4.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rname	activesupport

Summary:	Support and utility classes used by the Rails framework

Name:		ruby-%{rname}
Version:	4.1.1
Release:	3
URL:		http://as.rubyonrails.com/
Source0:	http://rubygems.org/downloads/%{rname}-%{version}.gem
License:	MIT
Group:		Development/Ruby
BuildArch:	noarch
BuildRequires:	ruby-RubyGems 
Provides:	rubygem(%{rname})
Provides:	rubygem-activesupport

%description
Utility library which carries commonly used classes and goodies from the Rails
framework.

%prep

%build

%install
gem install -E -n %{buildroot}%{_bindir} --no-rdoc --no-ri --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache

%files
%{ruby_gemdir}/gems/%{rname}-%{version}
%{ruby_gemdir}/specifications/%{rname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.1-3
+ Revision: 047950c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7801 |14cr|ruby-amazon-0.9.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ruby-amazon
%define version 0.9.2
%define release 7
%define rubyver 1.8

Summary: Ruby/Amazon module for access to Amazon Web Services
Name: %name
Version: %version
Release: %release
License: GPL
Group: Development/Ruby
URL: http://www.caliban.org/ruby/
Source0: http://www.caliban.org/files/ruby/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
BuildRequires: ruby >= %{rubyver}
Requires: ruby >= %{rubyver}

%description
Ruby/Amazon is a Ruby interface to Amazon Web Services.

%prep
%setup -q
ruby setup.rb config --prefix=$RPM_BUILD_ROOT%{_prefix}
ruby setup.rb setup

%build
rdoc -x CVS lib

%clean
rm -rf %buildroot

%install
rm -rf %buildroot
ruby setup.rb install

%files
%defattr(-,root,root)
%{ruby_sitelibdir}/amazon*
%doc COPYING INSTALL NEWS README README.rdoc TODO example doc





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-7
+ Revision: b8556a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7802 |14cr|ruby-augeas-0.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ruby-augeas
Version:        0.6.3
Release:        2
Summary:        Ruby bindings for Augeas
Group:          Development/Ruby

License:        LGPLv2+
URL:            http://augeas.net
Source0:        https://rubygems.org/downloads/augeas-0.6.3.gem
BuildRequires:  ruby-devel
BuildRequires:  ruby-RubyGems
BuildRequires:  pkgconfig(augeas) >= 0.5.1

%description
Ruby bindings for augeas.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

#zero lenght
rm -fr %{buildroot}%{ruby_gemdir}/doc/augeas-0.6.3/ri/created.rid
rm -fr %{buildroot}%{ruby_gemdir}/doc/augeas-0.6.3/rdoc/created.rid

%files
%doc COPYING README.rdoc NEWS
%{ruby_sitearchdir}/_augeas.so
%{ruby_gemdir}/
%changelog
* Wed Aug 13 2014 abfonly <abfonly@gmail.com> 0.6.3-2
+ Revision: 7ae54cc
- Merge pull request #1 from abfonly/ruby-augeas:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7803 |14cr|ruby-bdb-0.6.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname bdb

Summary:	An interface to Berkeley DB for Ruby
Name:		ruby-%{rbname}
Version:	0.6.6
Release:	2
License:	GPLv2+
Group:		Development/Ruby
Url:		http://moulon.inra.fr/ruby/bdb.html
Source0:	ftp://moulon.inra.fr/pub/ruby/%{rbname}-%{version}.tar.bz2
Patch0:		ruby-bdb-dependency.patch
Patch1:		add-ruby2.1-support.patch
Patch2:		add-support-for-libdb_version_5_and_higher.patch
Patch3:		update-bdb-versions.patch
Patch4:		remove_constants_safely.patch
BuildRequires:	db-devel
BuildRequires:	pkgconfig(ruby)

%description
This is an interface to Berkeley DB, it contains also an interface to
Berkeley DB XML.

%files
%doc README.en examples docs Changes
%{ruby_vendorarchdir}/bdb.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{rbname}-%{version}
%patch0
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

for f in `find examples -name \*.rb`
do
	if head -n1 "$f" | grep '^#!' >/dev/null;
	then
		sed -i 's|/usr/local/bin|/usr/bin|' "$f"
		chmod 0755 "$f"
	else
		chmod 0644 "$f"
	fi
done

%build
ruby extconf.rb --vendor
make

%install
%makeinstall_std

%check
make test

%changelog
* Mon Sep 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.6-2
+ Revision: 2e6cca3
- Add patches from Debian to fix build with ruby 2.1+, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7804 |14cr|ruby-daemons-1.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	daemons

Summary:	A toolkit to create and control daemons in different ways
Name:		ruby-%{oname}
Version:	1.1.6
Release:	4
License:	BSD and Ruby
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems
BuildArch:	noarch

%description
Daemons provides an easy way to wrap existing ruby scripts (for example a
self-written server)  to be run as a daemon and to be controlled by simple
start/stop/restart commands.  You can also call blocks as daemons and control
them from the parent or just daemonize the current process.  Besides this basic
functionality, daemons offers many advanced features like exception backtracing
and logging (in case your ruby script crashes) and monitoring and automatic
restarting of your processes if they crash.

%prep

%build

%install
gem install --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}
rm -rf %{buildroot}%{ruby_gemdir}/{cache,gems/%{oname}-%{version}/ext}

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-4
+ Revision: af36ff6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7805 |14cr|ruby-dbd-mysql-0.4.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	dbd-mysql
%define name	ruby-%{base_name}
%define version	0.4.4
%define release	3

# Be backportable
%{!?ruby_vendorlibdir:%define ruby_vendorlibdir %ruby_sitelibdir}

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	MySQL driver for ruby-DBI
Group:		Development/Ruby
License:	BSD-like
URL:		http://ruby-dbi.rubyforge.org/
Source:		http://rubyforge.org/frs/download.php/69558/%{base_name}-%{version}.tar.gz
BuildRequires:	ruby
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
This is a MySQL driver for ruby-DBI.

%prep
%setup -q -n %{base_name}-%{version}

%build
ruby setup.rb config \
	--bin-dir=%{buildroot}%{_bindir} \
	--rb-dir=%{buildroot}%{ruby_vendorlibdir}
ruby setup.rb setup

%install
rm -rf %{buildroot}
ruby setup.rb install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ChangeLog LICENSE
%{ruby_vendorlibdir}/dbd




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-3
+ Revision: 766cecf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7806 |14cr|ruby-dbi-0.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	dbi
%define name	ruby-%{base_name}
%define version	0.4.3
%define release	3

# Be backportable
%{!?ruby_vendorlibdir:%define ruby_vendorlibdir %ruby_sitelibdir}

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	A database independent interface for accessing database
Group:		Development/Ruby
License:	BSD-like
URL:		http://ruby-dbi.rubyforge.org/
Source:		http://rubyforge.org/frs/download.php/63601/%{base_name}-%{version}.tar.gz
BuildRequires:	ruby
BuildArch:	    noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
Ruby/DBI is a database interface in the spirit of Perl's prolific DBI authored
by Tim Bunce.

%prep
%setup -q -n %{base_name}-%{version}

%build
ruby setup.rb config \
	--bin-dir=%{buildroot}%{_bindir} \
	--rb-dir=%{buildroot}%{ruby_vendorlibdir}
ruby setup.rb setup

%install
rm -rf %{buildroot}
ruby setup.rb install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ChangeLog examples LICENSE
%_bindir/*
%{ruby_vendorlibdir}/dbi*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.3-3
+ Revision: bf6f138
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7807 |14cr|ruby-dict-0.9.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Ruby/DICT library
Name: ruby-dict
Version: 0.9.4
Release: 4
License: GPLv2+
Group: Development/Ruby
Source: http://www.caliban.org/files/ruby/%{name}-%{version}.tar.gz
URL: http://www.caliban.org/ruby/
BuildRoot: /var/tmp/%{name}-%{version}
BuildArch: noarch
BuildRequires: ruby

%description
Ruby/DICT is an RFC 2229 compliant client-side library implementation of the
DICT protocol, written in the Ruby programming language. It can be used to
write clients that access dictionary definitions from a set of natural
language dictionary databases.

In addition, rdict, a dictionary client built on Ruby/DICT, is included.


%prep
%setup
make config ROOT=%{buildroot}%{_prefix}
make setup


%clean 
rm -rf %{buildroot}


%install
rm -rf %{buildroot}
make install ROOT=%{buildroot}%{_prefix}
mkdir -p %{buildroot}%{_mandir}/man{1,3}
install doc/dict.3 %{buildroot}%{_mandir}/man3/dict.3
install doc/rdict.1 %{buildroot}%{_mandir}/man1/rdict.1


%files
%defattr(-,root,root)
%doc Changelog COPYING doc/dict.html doc/rdict.html doc/rfc2229.txt README TODO
%{_bindir}/rdict
%{ruby_sitelibdir}/dict.rb
%{_mandir}/man1/rdict.1.*
%{_mandir}/man3/dict.3.*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-4
+ Revision: 9d06dcb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7808 |14cr|ruby-diff-lcs-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	diff-lcs

Summary:	Provide a list of changes between two sequenced collections
Name:		ruby-%{oname}
Version:	1.1.2
Release:	4
License:	GPLv2+ or Ruby or Artistic
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby
BuildArch:	noarch

%description
Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest
common subsequence (LCS) algorithm to compute intelligent differences between
two sequenced enumerable containers. The implementation is based on Mario I.
Wolczko's Smalltalk version (1.2, 1993) and Ned Konz's Perl version
(Algorithm::Diff).

%prep

%build

%install
gem install --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

chmod g-w,g+r,o+r -R %{buildroot}

mv %{buildroot}%{ruby_gemdir}/bin %{buildroot}%{_prefix}

%clean

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{_bindir}/*
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-4
+ Revision: 3c24355
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7809 |14cr|ruby-feedparser-0.9.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname feedparser

Summary:	RSS and Atom parser for Ruby
Name:		ruby-%{rname}
Version:	0.9.3
Release:	1
License:	GPLv2+
Group:		Development/Ruby
Url:		http://home.gna.org/ruby-feedparser/
# 0.9.3+ is from Debian
# Source hosted on github: https://github.com/feed2imap/ruby-feedparser
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	graphviz
BuildRequires:	ruby-rake
BuildRequires:	rubygem-magic
BuildRequires:	rubygem-mocha
Requires:	rubygem-magic
Requires:	rubygem-mocha
BuildArch:	noarch

%description
Ruby-Feedparser is an RSS and Atom parser for Ruby.

Ruby-feedparser is :

    * based on REXML
    * built for robustness : most feeds are not valid
    * fully unit-tested
    * easy to use (it can output text or HTML easily)

%files
%{ruby_sitelibdir}/*
%doc ChangeLog LICENSE COPYING README rdoc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
ruby setup.rb config
ruby setup.rb setup
rake rdoc

%install
ruby setup.rb install --prefix=%{buildroot}

%check
rake test

%changelog
* Thu Aug 14 2014 abfonly <abfonly@gmail.com> 0.9.3-1
+ Revision: a9075a1
- Updated ruby-feedparser.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7810 |14cr|ruby-gd-0.8.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ruby-gd

Summary:	An interface to Boutell GD library
Name:		ruby-gd
Version:	0.8.0
Release:	16
License:	Ruby License
Group:		Development/Ruby
Url:		http://rubyforge.org/projects/ruby-gd/
Source0:	http://rubygems.org/downloads/%{oname}-%{version}.gem
# Sadly we build from the gem (not the real sources) and this one is invalid
Source1:	metadata.gz
# Patches from https://github.com/Spakman/ruby-gd adding support for ruby 1.9
Patch1:		0001-Made-the-extension-compile-and-run-under-Ruby-1.9.1.patch
Patch2:		0002-Added-back-in-Ruby-1.8-support.-Tested-under-1.8.6-a.patch
Patch3:		0003-Fixed-a-memory-leak-when-creating-a-GD-image-from-a-.patch
Patch4:		0004-Ruby-1.9.2-compatibility-STR2CSTR-becomes-StringValu.patch
Patch5:		0005-port-to-ruby2.1.patch
# Fix for arches where VALUE != int
Patch7:		0007-Add-type-for-img_set_interlace-parameters.patch
BuildRequires:	rubygems
BuildRequires:	gd-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	pkgconfig(zlib)

%description
Ruby/GD (formerly known as "GD") is an extension library to use Thomas
Boutell's gd library (http://www.boutell.com/gd/) from Ruby.

%files
%{ruby_sitearchdir}/GD.so
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/gems/%{oname}-%{version}/*.en

#----------------------------------------------------------------------------

%prep
%setup -c
#tar xzf data.tar.gz

%apply_patches
cp -a %{SOURCE1} .

%build
%gem_build

%install
%gem_install

%changelog
* Wed Sep 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.0-16
+ Revision: d0fed8d
- Fix build with Ruby 2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7811 |14cr|rubygem-actionview-4.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from actionview-4.1.1.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	actionview

Summary:	Rendering framework putting the V in MVC (part of Rails)
Name:		rubygem-%{rbname}

Version:	4.1.1
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://www.rubyonrails.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Simple, battle-tested conventions and helpers for building web pages.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/helpers
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/helpers/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/helpers/tags
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/helpers/tags/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/locale
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/locale/*.yml
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/renderer
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/renderer/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/tasks
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/tasks/*.rake
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/template
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/template/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/template/handlers
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/template/handlers/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/testing
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/testing/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/vendor
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/vendor/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/vendor/html-scanner/html
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/vendor/html-scanner/html/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.1-3
+ Revision: 632ea7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7812 |14cr|rubygem-activeldap-4.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from activeldap-4.0.3.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	activeldap

Summary:	ActiveLdap is a object-oriented API to LDAP
Name:		rubygem-%{rbname}

Version:	4.0.3
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://ruby-activeldap.rubyforge.org/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
'ActiveLdap' is a ruby library which provides a clean
objected oriented interface to the Ruby/LDAP library.  It was inspired
by ActiveRecord. This is not nearly as clean or as flexible as
ActiveRecord, but it is still trivial to define new objects and manipulate
them with minimal difficulty.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.3-3
+ Revision: 08df4ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7813 |14cr|rubygem-activemodel-4.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from activemodel-3.2.1.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	activemodel

Summary:	A toolkit for building modeling frameworks (part of Rails)
Name:		rubygem-%{rbname}

Version:	4.1.1
Release:	3
Group:		Development/Ruby
License:	MIT
URL:		http://www.rubyonrails.org
Source0:	http://rubygems.org/downloads/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildRequires:	rubygem(activesupport) = %{version}
BuildRequires:	rubygem(builder)
BuildRequires:	rubygem(i18n) => 0.4.2
BuildRequires:	rubygem(mocha)
BuildArch:	noarch

%description
A toolkit for building modeling frameworks like Active Record and Active
Resource. Rich support for attributes, callbacks, validations, observers,
serialization, internationalization, and testing.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model/locale
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model/locale/*.yml
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model/serializers
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model/serializers/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model/validations
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model/validations/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.1-3
+ Revision: 44e3766
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7814 |14cr|rubygem-activerecord-4.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from activerecord-3.2.1.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	activerecord

Summary:	Object-relational mapper framework (part of Rails)
Name:		rubygem-%{rbname}

Version:	4.1.1
Release:	2
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://www.rubyonrails.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch
%rename		ruby-activerecord

%description
Databases on Rails. Build a persistent domain model by mapping database tables
to Ruby classes. Strong conventions for associations, validations,
aggregations, migrations, and testing come baked-in.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f examples

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/examples
%{ruby_gemdir}/gems/%{rbname}-%{version}/examples/*.rb

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.1-2
+ Revision: 4b7250b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7815 |14cr|rubygem-addressable-2.2.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from addressable-2.2.4.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	addressable

Summary:	A replacement for the URI implementation of Ruby's standard library
Name:		rubygem-%{rbname}
Version:	2.2.8
Release:	3
Group:		Development/Ruby
License:	MIT
URL:		http://addressable.rubyforge.org/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Addressable is a replacement for the URI implementation that is part of
Ruby's standard library. It more closely conforms to the relevant RFCs and
adds support for IRIs and URI templates.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f '(spec|tasks|website)/'

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/addressable
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/addressable/idna
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/addressable/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/addressable/idna/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/spec
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/spec/addressable
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/addressable/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/tasks
%{ruby_gemdir}/gems/%{rbname}-%{version}/tasks/*.rake
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README.md
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/website
%{ruby_gemdir}/gems/%{rbname}-%{version}/website/*.html

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.8-3
+ Revision: cfe5b55
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7816 |14cr|rubygem-allison-2.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from allison-2.0.3.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	allison

Summary:	A modern, pretty RDoc template
Name:		rubygem-%{rbname}
Version:	2.0.3
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://blog.evanweaver.com/pages/code#allison
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
A modern, pretty RDoc template.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
mkdir -p .%{ruby_gemdir}
gem install -V --local --install-dir .%{ruby_gemdir} \
               --force --rdoc %{SOURCE0}

%install
mkdir -p %{buildroot}%{ruby_gemdir}
mkdir -p %{buildroot}%{_bindir}
cp -rf .%{ruby_gemdir}/* %{buildroot}%{ruby_gemdir}
pushd %{buildroot}
ln -s ../../%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/allison ./%{_bindir}/allison
popd


%files
%{_bindir}/allison
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%{ruby_gemdir}/bin/allison
%{ruby_gemdir}/cache/*
%{ruby_gemdir}/gems/%{rbname}-%{version}/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-4
+ Revision: dd0b663
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7817 |14cr|rubygem-appraisal-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from appraisal-0.1.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	appraisal

Summary:	Find out what your Ruby gems are worth
Name:		rubygem-%{rbname}

Version:	0.1
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/thoughtbot/appraisal
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Appraisal integrates with bundler and rake to test your library against
different versions of dependencies in repeatable scenarios called
"appraisals."

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f features

%install
%gem_install

%clean

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/features
%{ruby_gemdir}/gems/%{rbname}-%{version}/features/*.feature
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/features/step_definitions
%{ruby_gemdir}/gems/%{rbname}-%{version}/features/step_definitions/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/features/support
%{ruby_gemdir}/gems/%{rbname}-%{version}/features/support/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/appraisal
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/appraisal/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: 436300d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7818 |14cr|rubygem-archive-tar-minitar-0.5.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	archive-tar-minitar

Summary:	Provides POSIX archive management from Ruby programs
Name:		rubygem-%{oname}
Version:	0.5.2
Release:	4
License:	GPLv2+ or Ruby
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems
BuildArch:	noarch

%description
Archive::Tar::Minitar is a pure-Ruby library and command-line utility that
provides the ability to deal with POSIX tar(1) archive files. The
implementation is based heavily on Mauricio Ferna'ndez's implementation in
rpa-base, but has been reorganised to promote reuse in other projects.

%prep

%build

%install
gem install --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

mv %{buildroot}%{ruby_gemdir}/bin %{buildroot}%{_prefix}


%clean

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%{_bindir}/minitar




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.2-4
+ Revision: e5c649e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7819 |14cr|rubygem-arel-5.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from arel-3.0.0.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	arel

Summary:	Arel is a SQL AST manager for Ruby
Name:		rubygem-%{rbname}

Version:	5.0.0
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/rails/arel
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
# required by check suite
BuildRequires:	rubygem(hoe)
BuildArch:	noarch

%description
Arel is a SQL AST manager for Ruby. It
1. Simplifies the generation of complex SQL queries
2. Adapts to various RDBMS systems
It is intended to be a framework framework; that is, you can build your own
ORM
with it, focusing on innovative object and collection modeling as opposed to
database compatibility and query generation.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%check
rake test

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.markdown
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.txt

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.0.0-3
+ Revision: 2cac998
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7820 |14cr|rubygem-aruba-0.4.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname aruba

Name:       rubygem-%{oname}
Version:    0.4.11
Release:	4
Summary:    CLI Steps for Cucumber, hand-crafted for you in Aruba
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/aslakhellesoy/aruba
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(cucumber) >= 0.9.4
Requires:   rubygem(background_process)
Requires:   rubygem(rspec) >= 2.0.1
BuildRequires: rubygems
BuildArch: noarch
Provides: rubygem(%{oname}) = %{version}

%description
CLI Steps for Cucumber, hand-crafted for you in Aruba


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

# clean vcs files
rm -f %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.git*
%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/spec/%{oname}
#% {ruby_gemdir}/gems/% {oname}-% {version}/.bundle/
%{ruby_gemdir}/gems/%{oname}-%{version}/.rvmrc
%{ruby_gemdir}/gems/%{oname}-%{version}/.rspec
%{ruby_gemdir}/gems/%{oname}-%{version}/.travis.yml
%{ruby_gemdir}/gems/%{oname}-%{version}/.document
%{ruby_gemdir}/gems/%{oname}-%{version}/config/

%{ruby_gemdir}/gems/%{oname}-%{version}/templates/
%{ruby_gemdir}/gems/%{oname}-%{version}/cucumber.yml
%{ruby_gemdir}/gems/%{oname}-%{version}/Gemfile
%{ruby_gemdir}/gems/%{oname}-%{version}/features/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/*.rb
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/%{oname}/*.rb
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.md
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.md
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/%{oname}.gemspec
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.11-4
+ Revision: 4ef47d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7821 |14cr|rubygem-aruba-0.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname aruba

Summary:	CLI Steps for Cucumber, hand-crafted for you in Aruba
Name:		rubygem-%{rbname}
Version:	0.6.1
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
CLI Steps for Cucumber, hand-crafted for you in Aruba.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 0.6.1

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install



%changelog
* Wed Sep 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.1-1
+ Revision: 0e8bfe7
- New version 0.6.1, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7822 |14cr|rubygem-autotest-4.2.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname autotest
%define geminstdir %{ruby_gemdir}/gems/%{oname}-%{version}

Summary:    Autotest, without ZenTest
Name:       rubygem-%{oname}
Version:    4.2.9
Release:    4
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/grosser/autotest
Source0:    %{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Autotest, without ZenTest


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x

# remove vcs files
rm -f %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.gitignore
%clean

%files
%{_bindir}/unit_diff
%{_bindir}/autotest
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/.autotest
%{ruby_gemdir}/gems/%{oname}-%{version}/example_dot_autotest.rb
%{ruby_gemdir}/gems/%{oname}-%{version}/articles/
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.markdown
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/VERSION
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/%{oname}.gemspec
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.9-4
+ Revision: 8488446
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7823 |14cr|rubygem-awesome_print-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname awesome_print

Summary:    Pretty print Ruby objects with proper indentation and colors
Name:       rubygem-%{oname}
Version:    0.4.0
Release:	4
Group:      Development/Ruby
License:    GPLv2+
URL:        http://github.com/michaeldv/awesome_print
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(rspec) >= 2.5.0
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Great Ruby dubugging companion: pretty print Ruby objects to visualize their
structure. Supports Rails ActiveRecord objects via included mixin.

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/init.rb
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/rails/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/CHANGELOG
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.md
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/VERSION
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-4
+ Revision: f56f350
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7824 |14cr|rubygem-awesome_print-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname awesome_print

Summary:	Pretty print Ruby objects with proper indentation and colors
Name:		rubygem-%{rbname}
Version:	1.2.0
Release:	1
License:	GPLv2+
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Great Ruby dubugging companion: pretty print Ruby objects to visualize their
structure. Supports Rails ActiveRecord objects via included mixin.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 1.2.0

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Thu Sep 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-1
+ Revision: 45e44c8
- New version 1.2.0, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7825 |14cr|rubygem-aws-s3-0.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname aws-s3

Summary:	Client library for Amazon's Simple Storage Service's REST API
Name:		rubygem-%{rbname}
Version:	0.6.3
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://amazon.rubyforge.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Client library for Amazon's Simple Storage Service's REST API

%files
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/COPYING
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/INSTALL
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{_bindir}/s3sh

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Thu Sep 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.3-1
+ Revision: 009161f
- New version 0.6.3, build it properly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7826 |14cr|rubygem-background_process-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname background_process

Name:       rubygem-%{oname}
Version:    1.2
Release:    3
Summary:    A library for spawning and interacting with UNIX processes
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/timcharper/background_process
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
A library for spawning and interacting with UNIX processes


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/MIT-LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.textile
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-3
+ Revision: 4430cc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7827 |14cr|rubygem-bacon-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from bacon-1.1.0.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	bacon

Summary:	A small RSpec clone
Name:		rubygem-%{rbname}

Version:	1.1.0
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://chneukirchen.org/repos/bacon
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
Patch0:		bacon-1.1.0-add-missing-licenses-field.patch
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Bacon is a small RSpec clone weighing less than 350 LoC but nevertheless
providing all essential features.  http://github.com/chneukirchen/bacon

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q
gunzip metadata.gz
%patch0 -p1 -b .licenses~
gzip metadata

%build
%gem_build -f test

%install
%gem_install

%files
%{_bindir}/bacon
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/bacon
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/autotest
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/autotest/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/RDOX
%{ruby_gemdir}/gems/%{rbname}-%{version}/README
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*.rb



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-4
+ Revision: 8333a2f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7828 |14cr|rubygem-bcat-0.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname bcat

Summary:	CLI Steps for Cucumber, hand-crafted for you in Aruba
Name:		rubygem-%{rbname}
Version:	0.6.2
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
CLI Steps for Cucumber, hand-crafted for you in Aruba.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{_bindir}/a2h
%{_bindir}/btee
%{_bindir}/bcat
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 0.6.2

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/COPYING

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%changelog
* Wed Sep 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.2-1
+ Revision: 7e29919
- New version 0.6.2, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7829 |14cr|rubygem-bcrypt-ruby-3.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from bcrypt-ruby-3.0.1.gem by gem2rpm5 0.6.5 -*- rpm-spec -*-
%define	rbname	bcrypt-ruby

Summary:	OpenBSD's bcrypt() password hashing algorithm
Name:		rubygem-%{rbname}

Version:	3.0.1
Release:	5
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://bcrypt-ruby.rubyforge.org
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildRequires:	ruby-devel

%description
bcrypt() is a sophisticated and secure hash algorithm designed by The
OpenBSD project
for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for
safely handling
passwords.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_sitearchdir}/*.so
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.md
%{ruby_gemdir}/gems/%{rbname}-%{version}/CHANGELOG
%{ruby_gemdir}/gems/%{rbname}-%{version}/COPYING
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.1-5
+ Revision: 929e81e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7830 |14cr|rubygem-BlueCloth-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	BlueCloth

Summary:	A Ruby implementation of Markdown
Name:		rubygem-%{oname}
Version:	1.0.1
Release:	4
License:	GPLv2+
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems
BuildArch:	noarch

%description
BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool
for web writers. Markdown allows you to write using an easy-to-read,
easy-to-write plain text format, then convert it to structurally valid XHTML
(or HTML).

%prep

%build

%install
gem install --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

%clean

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-4
+ Revision: 5a11c03
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7831 |14cr|rubygem-builder-3.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from builder-3.0.0.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	builder

Summary:	Builders for MarkUp

Name:		rubygem-%{rbname}

Version:	3.2.2
Release:	3
Group:		Development/Ruby
License:	MIT
URL:		http://onestepback.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Builder provides a number of builder objects that make creating structured
data
simple to do.  Currently the following builder objects are supported:
* XML Markup
* XML Events

%package	doc
Summary:	Documentation for %{name}

Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f test

%install
%gem_install

%clean

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/builder
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/builder/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/MIT-LICENSE
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/CHANGES
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README*
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/Rakefile
#%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/TAGS
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/doc
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/doc/releases
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/doc/releases/*.rdoc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.2-3
+ Revision: fda64ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7832 |14cr|rubygem-bundler-1.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from bundler-1.0.10.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	bundler

Summary:	The best way to manage your application's dependencies
Name:		rubygem-%{rbname}

Version:	1.2.1
Release:	3
Group:		Development/Ruby
License:	MIT
URL:		http://gembundler.com
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems >= 1.3.6
BuildRequires:  locales-en
BuildArch:	noarch

%description
Bundler manages an application's dependencies through its entire life, across
many machines, systematically and repeatably

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
export LC_ALL=en_US.UTF-8
%gem_build -f '(bin|man|lib|spec)/'

%install
%gem_install

%files
%{_bindir}/bundle
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/bundle
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/spec
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/man
%{ruby_gemdir}/gems/%{rbname}-%{version}/man/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-3
+ Revision: ff4ebb4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7833 |14cr|rubygem-camping-2.1.532-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname camping

Summary:	Minature rails for stay-at-home moms
Name:		rubygem-%{rbname}
Version:	2.1.532
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		https://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Minature rails for stay-at-home moms.

%files
%{_bindir}/camping
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 2.1.532

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/CHANGELOG
%{ruby_gemdir}/gems/%{rbname}-%{version}/COPYING
%{ruby_gemdir}/gems/%{rbname}-%{version}/README.md
%{ruby_gemdir}/gems/%{rbname}-%{version}/book/

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%changelog
* Wed Sep 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.532-1
+ Revision: d881a65
- New version 2.1.532, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7834 |14cr|rubygem-cancan-1.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cancan

Name:       rubygem-%{oname}
Version:    1.2.0
Release:    3
Summary:    Simple authorization solution for Rails
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/ryanb/cancan
Source0:    http://rubygems.org/downloads/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Simple authorization solution for Rails which is completely decoupled from the
user's roles. All permissions are stored in a single location for convenience.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/gems/%{oname}-%{version}/init.rb
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/CHANGELOG.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-3
+ Revision: 7416897
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7835 |14cr|rubygem-capybara-2.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname capybara

Summary:	Integration testing tool for rack based web applications
Name:		rubygem-%{rbname}
Version:	2.4.3
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		https://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Capybara is an integration testing tool for rack based web applications.
It simulates how a user would interact with a website.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%changelog
* Wed Sep 24 2014 Rosa <rosa@abf.rosalinux.ru> 2.4.3-1
+ Revision: 37975d0
- Automatic import for version 2.4.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7836 |14cr|rubygem-cgi_multipart_eof_fix-2.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from cgi_multipart_eof_fix-2.5.0.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	cgi_multipart_eof_fix

Summary:	Fix an exploitable bug in CGI multipart parsing
Name:		rubygem-%{rbname}

Version:	2.5.0
Release:	4
Group:		Development/Ruby
License:	AFL
URL:		http://blog.evanweaver.com/pages/code#cgi_multipart_eof_fix
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
Patch0:		cgi_multipart_eof_fix-2.5.0-add-licenses-tag-to-metadata.patch
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Fix an exploitable bug in CGI multipart parsing.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q
gunzip metadata.gz
%patch0 -p1 -b .licenses~
gzip metadata

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.0-4
+ Revision: 6ad66aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7837 |14cr|rubygem-childprocess-0.5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname childprocess

Summary:	Control external programs running in the background
Name:		rubygem-%{rbname}
Version:	0.5.3
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		https://rubygems.org/gems/%{rbname}
Source0:	https://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
This gem aims at being a simple and reliable solution for controlling external
programs running in the background on any Ruby / OS combination.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/childprocess
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/childprocess/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/childprocess/jruby
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/childprocess/jruby/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/childprocess/tools
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/childprocess/tools/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/childprocess/unix
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/childprocess/unix/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/childprocess/unix/platform
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/childprocess/unix/platform/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/childprocess/windows
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/childprocess/windows/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Wed Sep 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.3-1
+ Revision: f22758d
- New version 0.5.3, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7838 |14cr|rubygem-choices-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname choices

Name:       rubygem-%{oname}
Version:    0.2.0
Release:    3
Summary:    Easy settings for your app
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/mislav/choices
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Easy settings for your app


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.md
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-3
+ Revision: 44483d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7839 |14cr|rubygem-chronic-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from chronic-0.3.0.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	chronic

Summary:	Natural language date/time parsing
Name:		rubygem-%{rbname}

Version:	0.3.0
Release:	3
Group:		Development/Ruby
License:	MIT
URL:		http://github.com/mojombo/chronic
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Chronic is a natural language date/time parser written in pure Ruby.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f '(benchmark|test)'

%install
%gem_install

%clean

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/chronic
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/chronic/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/chronic/numerizer
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/chronic/numerizer/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/chronic/repeaters
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/chronic/repeaters/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.md
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/benchmark
%{ruby_gemdir}/gems/%{rbname}-%{version}/benchmark/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*.rb



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-3
+ Revision: 228bdc0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7840 |14cr|rubygem-chunky_png-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname chunky_png

Summary:	Pure Ruby library can read and write PNG images
Name:		rubygem-%{rbname}
Version:	1.3.1
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
This pure Ruby library can read and write PNG images without depending on
an external image library, like RMagick. It tries to be memory efficient
and reasonably fast.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Mon Sep 29 2014 Rosa <rosa@abf.rosalinux.ru> 1.3.1-1
+ Revision: f99b544
- Automatic import for version 1.3.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7841 |14cr|rubygem-columnize-0.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname columnize

Name:       rubygem-%{oname}
Version:    0.3.1
Release:    3
Summary:    Read file with caching
Group:      Development/Ruby
License:    GPLv2+
URL:        http://rubyforge.org/projects/rocky-hacks/columnize
Source0:    http://rubygems.org/downloads/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Return a list of strings as a set of arranged in columns.
For example, for a line width of 4 characters (arranged vertically):
['1', '2,', '3', '4'] => '1  3
2  4
'
or arranged horizontally:
['1', '2,', '3', '4'] => '1  2
3  4
'
Each column is only as wide as necessary.  By default, columns are
separated by two spaces - one was not legible enough. Set "colsep"
to adjust the string separate columns. Set `displaywidth' to set
the line width.
Normally, consecutive items go down from the top to bottom from
the left-most column to the right-most. If +arrange_vertical+ is
set false, consecutive items will go across, left to right, top to
bottom.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/AUTHORS
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/ChangeLog
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/COPYING
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/NEWS
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/VERSION
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-3
+ Revision: e02128f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7842 |14cr|rubygem-compass-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname compass

Summary:	Sass-based Stylesheet Framework for the creation and maintenance of CSS
Name:		rubygem-%{rbname}
Version:	1.0.1
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Compass is a Sass-based Stylesheet Framework that streamlines the creation
and maintenance of CSS.

%files
%{_bindir}/compass
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Mon Sep 29 2014 Rosa <rosa@abf.rosalinux.ru> 1.0.1-1
+ Revision: 021c2a0
- Automatic import for version 1.0.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7843 |14cr|rubygem-compass-core-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname compass-core

Summary:	The Compass core stylesheet library and minimum required ruby extensions
Name:		rubygem-%{rbname}
Version:	1.0.1
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
The Compass core stylesheet library and minimum required ruby extensions.
This library can be used stand-alone without the compass ruby configuration
file or compass command line tools.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Mon Sep 29 2014 Rosa <rosa@abf.rosalinux.ru> 1.0.1-1
+ Revision: 16f7a36
- Automatic import for version 1.0.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7844 |14cr|rubygem-compass-import-once-1.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname compass-import-once

Summary:	Changes the behavior of Sass's import directive to only import a file once
Name:		rubygem-%{rbname}
Version:	1.0.5
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Changes the behavior of Sass's import directive to only import a file once.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Mon Sep 29 2014 Rosa <rosa@abf.rosalinux.ru> 1.0.5-1
+ Revision: 95a0f09
- Automatic import for version 1.0.5-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7845 |14cr|rubygem-configuration-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname configuration
%define geminstdir %{ruby_gemdir}/gems/%{oname}-%{version}

Summary:    Pure ruby scoped configuration files
Name:       rubygem-%{oname}
Version:    1.1.0
Release:    3
Group:      Development/Ruby
License:    Ruby License
URL:        http://github.com/ahoward/configuration/tree/master
Source0:    http://gems.rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Pure ruby scoped configuration files

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/config/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/samples/
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/configuration.gemspec
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.erb
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-3
+ Revision: f78bea2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7846 |14cr|rubygem-crack-0.1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from crack-0.1.8.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	crack

Summary:	Really simple JSON and XML parsing, ripped from Merb and Rails
Name:		rubygem-%{rbname}

Version:	0.1.8
Release:	3
Group:		Development/Ruby
License:	MIT
URL:		http://github.com/jnunemaker/crack
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Really simple JSON and XML parsing, ripped from Merb and Rails.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f test

%install
%gem_install

%clean
rm -rf %{buildroot}

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/crack
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/crack/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test/data
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/data/*.json



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8-3
+ Revision: 7e52466
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7847 |14cr|rubygem-cucumber-1.3.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname cucumber

Summary:	Behaviour Driven Development with elegance and joy
Name:		rubygem-%{rbname}
Version:	1.3.17
Release:	1
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		http://cukes.info
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	locales-en
BuildRequires:	rubygems
BuildArch:	noarch
%rename		ruby-cucumber

%description
Behaviour Driven Development with elegance and joy.

%files
%{_bindir}/cucumber
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/cucumber
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/features
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/features/.cucumber
%{ruby_gemdir}/gems/%{rbname}-%{version}/features/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/fixtures
%{ruby_gemdir}/gems/%{rbname}-%{version}/fixtures/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/gem_tasks
%{ruby_gemdir}/gems/%{rbname}-%{version}/gem_tasks/*.rake
%{ruby_gemdir}/gems/%{rbname}-%{version}/gem_tasks/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/gem_tasks/*.txt
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/legacy_features
%{ruby_gemdir}/gems/%{rbname}-%{version}/legacy_features/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/spec
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/spec/cucumber
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/gem_tasks/yard/
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/gem_tasks/yard/default
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/gem_tasks/yard/default/layout/
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/gem_tasks/yard/default/layout/html/
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/cucumber/*
%{ruby_gemdir}/gems/%{rbname}-%{version}/gem_tasks/yard/default/layout/html/*
%{ruby_gemdir}/gems/%{rbname}-%{version}/gem_tasks/stats
%{ruby_gemdir}/gems/%{rbname}-%{version}/features/.cucumber/stepdefs.json
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/examples
%{ruby_gemdir}/gems/%{rbname}-%{version}/examples/*

#------------------------------------------------------------------

%prep
%setup -q

%build
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
%gem_build -f '(examples|features|fixtures|gem_tasks|legacy_features|spec)/'

%install
%gem_install


%changelog
* Tue Sep 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.17-1
+ Revision: 8d516ad
- New version 1.3.17, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7848 |14cr|rubygem-cucumber-rails-1.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname cucumber-rails

Summary:	Cucumber Generators and Runtime for Rails
Name:		rubygem-%{rbname}
Version:	1.4.1
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://github.com/aslakhellesoy/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
Suggests:	rubygem(aruba)
BuildArch:	noarch

%description
Cucumber Generators and Runtime for Rails.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 1.4.1

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install




%changelog
* Wed Sep 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.1-1
+ Revision: f7f52de
- New version 1.4.1, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7849 |14cr|rubygem-culerity-0.2.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname culerity

Name:       rubygem-%{oname}
Version:    0.2.12
Release:    3
Summary:    Integrates Cucumber and Celerity in order to test your application's full stack
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/langalex/culerity
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Culerity integrates Cucumber and Celerity in order to test your application's
full stack.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x

rm -f %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.gitignore

%clean

%files
%defattr(-, root, root, -)
%{_bindir}/run_celerity_server.rb
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/features/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/rails/
%{ruby_gemdir}/gems/%{oname}-%{version}/rails_generators/
%{ruby_gemdir}/gems/%{oname}-%{version}/script/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/gems/%{oname}-%{version}/init.rb
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/CHANGES.md
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/MIT-LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.md
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/VERSION.yml
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/%{oname}.gemspec
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.12-3
+ Revision: 5abdd61
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7850 |14cr|rubygem-curb-0.8.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define rbname curb

Summary:	Ruby libcurl bindings
Name:		rubygem-%{rbname}
Version:	0.8.6
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://curb.rubyforge.org/
Source0:	http://rubygems.org/downloads/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ruby)

%description
Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for
the libcurl(3), a fully-featured client-side URL transfer library. cURL and
libcurl live at http://curl.haxx.se/

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/curb_core.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, Rdoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README.markdown

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CONFIGURE_ARGS="--with-cflags='%{optflags}'"
%gem_build

%install
%gem_install

%changelog
* Thu Sep 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.6-1
+ Revision: 77479a7
- New version 0.8.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7851 |14cr|rubygem-daemon_controller-0.2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from daemon_controller-0.2.6.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	daemon_controller

Summary:	A library for implementing daemon management capabilities
Name:		rubygem-%{rbname}

Version:	0.2.6
Release:	3
Group:		Development/Ruby
License:	BSD
URL:		http://github.com/FooBarWidget/daemon_controller/tree/master
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
A library for robust daemon management.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f spec/

%install
%gem_install

%files
%doc LICENSE.txt README.markdown
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/daemon_controller
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/daemon_controller/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/spec
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.6-3
+ Revision: 257a1eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7852 |14cr|rubygem-daemons-1.1.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from daemons-1.0.10.gem by gem2rpm -*- rpm-spec -*-
%define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
%define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%define gemname daemons
%define geminstdir %{gemdir}/gems/%{gemname}-%{version}

Summary: A toolkit to create and control daemons in different ways
Name: rubygem-%{gemname}
Version: 1.1.9
Release:	3
Group: Development/Ruby 
# The entire source code is MIT except daemonize.rb (GPLv2+ or Ruby)
License: MIT and (GPLv2+ or Ruby)
URL: http://daemons.rubyforge.org
Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
Requires: rubygems
BuildRequires: rubygems
BuildArch: noarch
Provides: rubygem(%{gemname}) = %{version}

%description
Daemons provides an easy way to wrap existing ruby scripts (for example a
self-written server)  to be run as a daemon and to be controlled by simple
start/stop/restart commands.  You can also call blocks as daemons and control
them from the parent or just daemonize the current process.  Besides this
basic functionality, daemons offers many advanced features like exception 
backtracing and logging (in case your ruby script crashes) and monitoring and
automatic restarting of your processes if they crash.


%prep

%build

%install
mkdir -p %{buildroot}%{gemdir}
gem install --local --install-dir %{buildroot}%{gemdir} \
            --force --rdoc %{SOURCE0}
chmod a+x %{buildroot}%{geminstdir}/examples/run/myserver.rb

%files
%dir %{geminstdir}
%doc %{gemdir}/doc/%{gemname}-%{version}
%{geminstdir}/examples/
%{geminstdir}/lib/
%{geminstdir}/Rakefile
%{geminstdir}/setup.rb
%doc %{geminstdir}/LICENSE
%doc %{geminstdir}/README
%doc %{geminstdir}/Releases
%doc %{geminstdir}/TODO
%{gemdir}/cache/%{gemname}-%{version}.gem
%{gemdir}/specifications/%{gemname}-%{version}.gemspec

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.9-3
+ Revision: cbc4783
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7853 |14cr|rubygem-database_cleaner-0.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname database_cleaner

Name:       rubygem-%{oname}
Version:    0.5.2
Release:    3
Summary:    Strategies for cleaning databases
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/bmabey/database_cleaner
Source0:    http://rubygems.org/downloads/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Strategies for cleaning databases.  Can be used to ensure a clean state for
testing.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/examples/
%{ruby_gemdir}/gems/%{oname}-%{version}/features/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/gems/%{oname}-%{version}/cucumber.yml
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.textile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/TODO
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/VERSION.yml
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.2-3
+ Revision: c1d8914
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7854 |14cr|rubygem-datamapper-1.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname datamapper

Summary:	An Object/Relational Mapper for Ruby
Name:		rubygem-%{rbname}
Version:	1.2.0
Release:	5
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		http://datamapper.org
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Faster, Better, Simpler.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.txt
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Wed Sep 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-5
+ Revision: c8fc110
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7855 |14cr|rubygem-data_objects-0.10.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define	rbname	data_objects

Summary:	DataObjects basic API and shared driver specifications
Name:		rubygem-%{rbname}

Version:	0.10.14
Release:	1
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/datamapper/do
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Provide a standard and simplified API for communicating with RDBMS from Ruby.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/data_objects/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/data_objects/error/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/data_objects/spec/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/data_objects/spec/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/data_objects/spec/shared/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/data_objects/spec/shared/error/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/data_objects/spec/shared/typecast/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
#-------------------------------------------------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.markdown
#-------------------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install







%changelog
* Thu Aug 28 2014 abfonly <abfonly@gmail.com> 0.10.14-1
+ Revision: 371745d
- Merge pull request #1 from abfonly/rubygem-data_objects:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7856 |14cr|rubygem-diff-lcs-1.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   diff-lcs

Name:       rubygem-%{oname}
Version:    1.1.3
Release:    3
Summary:    Provides a list of changes
Group:      Development/Ruby
License:    GPLv2+
URL:        http://rubyforge.org/projects/ruwiki/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildRequires: rubygem(rake)
BuildRequires: rubygem(archive-tar-minitar)
BuildArch:  noarch

%description
Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest
common subsequence (LCS) algorithm to compute intelligent differences
between two sequenced enumerable containers. The implementation is based on
Mario I. Wolczko's Smalltalk version (1.2, 1993) and Ned Konz's Perl version
(Algorithm::Diff).

#-------------------------------------------------------------------------------
%package        doc
Summary:    Documentation for %{name}
Group:      Development/Ruby
Requires:   %{name} = %{version}-%{release}

%description    doc
Documents, Rdoc & RI documentation for %{name}.
#-------------------------------------------------------------------------------

%prep
%setup -q
tar xmf data.tar.gz

%build
%gem_build

%install
%gem_install
rm -rf %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.yardoc

# Fix Wrong interpreter
sed -i '/^#!/d' %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/lib/diff/{lcs/*.rb,lcs.rb}

%files
%{_bindir}/ldiff
%{_bindir}/htmldiff
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/bin
%{ruby_gemdir}/gems/%{oname}-%{version}/lib
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec

%files          doc
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/docs/COPYING.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Manifest.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/License.rdoc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-3
+ Revision: 99438e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7857 |14cr|rubygem-dm-aggregates-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from dm-aggregates-1.2.0.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	dm-aggregates

Summary:	DataMapper plugin providing support for aggregates on collections
Name:		rubygem-%{rbname}

Version:	1.2.0
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/datamapper/dm-aggregates
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
DataMapper plugin providing support for aggregates on collections

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/core_ext/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/core_ext/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-4
+ Revision: d2318fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7858 |14cr|rubygem-dm-constraints-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from dm-constraints-1.2.0.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	dm-constraints

Summary:	DataMapper plugin constraining relationships
Name:		rubygem-%{rbname}

Version:	1.2.0
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/datamapper/dm-constraints
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
DataMapper plugin constraining relationships

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/data_mapper/constraints/adapters/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/data_mapper/constraints/migrations/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/data_mapper/constraints/relationship/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/data_mapper/constraints/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-4
+ Revision: 9b3793a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7859 |14cr|rubygem-dm-core-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from dm-core-1.2.0.gem by gem2rpm5 0.6.5 -*- rpm-spec -*-
%define	rbname	dm-core

Summary:	An Object/Relational Mapper for Ruby
Name:		rubygem-%{rbname}

Version:	1.2.0
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/datamapper/dm-core
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
Source100:	%{name}.rpmlintrc
BuildRequires:	rubygems 
#BuildRequires:  rubygem-addressable >= 2.3.2
#Requires:		rubygem-addressable >= 2.3.2
BuildArch:	noarch

%description
Faster, Better, Simpler.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/support
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/support/inflector
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/support/ext
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/spec
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/spec/shared
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/spec/shared/public
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/spec/shared/semipublic
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/spec/shared/semipublic/query/conditions
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/spec/shared/semipublic/query
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/spec/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/resource
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/resource/persistence_state
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/query
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/query/conditions
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/model
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/associations
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/core_ext
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/property
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/property/typecast

%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/spec/shared/public/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/spec/shared/semipublic/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/spec/shared/semipublic/query/conditions/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/spec/shared/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/spec/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/query/conditions/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/support/ext/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/support/inflector/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/property/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/property/typecast/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/core_ext/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/associations/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/support/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/spec/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/resource/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/resource/persistence_state/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/query/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/model/*.rb

%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-core/adapters
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-core/adapters/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-4
+ Revision: b95476c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7860 |14cr|rubygem-dm-do-adapter-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from dm-do-adapter-1.2.0.gem by gem2rpm5 0.6.5 -*- rpm-spec -*-
%define	rbname	dm-do-adapter

Summary:	DataObjects Adapter for DataMapper
Name:		rubygem-%{rbname}

Version:	1.2.0
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/datamapper/dm-do-adapter
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
DataObjects Adapter for DataMapper

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-do-adapter
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-do-adapter/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-do-adapter/spec
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-do-adapter/spec/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-4
+ Revision: db1e69b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7861 |14cr|rubygem-dm-migrations-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from dm-migrations-1.2.0.gem by gem2rpm5 -*- rpm-spec -*-
%define	rbname	dm-migrations

Summary:	DataMapper plugin for writing and speccing migrations
Name:		rubygem-%{rbname}

Version:	1.2.0
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/datamapper/dm-migrations
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
DataMapper plugin for writing and speccing migrations

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/spec
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/spec/example
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/spec/matchers
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-migrations/
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-migrations/adapters/
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-migrations/exceptions
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-migrations/sql
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-migrations/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-migrations/exceptions/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-migrations/adapters/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-migrations/sql/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/spec/example/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/spec/matchers/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-4
+ Revision: a3209d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7862 |14cr|rubygem-dm-serializer-1.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname dm-serializer

Summary:	DataMapper plugin for serializing Resources and Collections
Name:		rubygem-%{rbname}
Version:	1.2.2
Release:	1
License:	GPLv2+ or Ruby
Group:		Development/Ruby
URL:		http://github.com/datamapper/%{rbname}
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
DataMapper plugin for serializing Resources and Collections.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/xml
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/xml/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Wed Sep 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.2-1
+ Revision: 7dafa96
- New version 1.2.2, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7863 |14cr|rubygem-dm-sqlite-adapter-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from dm-sqlite-adapter-1.2.0.gem by gem2rpm5 0.6.5 -*- rpm-spec -*-
%define	rbname	dm-sqlite-adapter

Summary:	Sqlite3 Adapter for DataMapper
Name:		rubygem-%{rbname}

Version:	1.2.0
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/datamapper/dm-sqlite-adapter
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Sqlite3 Adapter for DataMapper

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-sqlite-adapter
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-sqlite-adapter/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-sqlite-adapter/spec
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/dm-sqlite-adapter/spec/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-4
+ Revision: 2ff857c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7864 |14cr|rubygem-dm-timestamps-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from dm-timestamps-1.2.0.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	dm-timestamps

Summary:	DataMapper plugin for magical timestamps
Name:		rubygem-%{rbname}

Version:	1.2.0
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/datamapper/dm-timestamps
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
DataMapper plugin for magical timestamps

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-4
+ Revision: 57d25b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7865 |14cr|rubygem-dm-transactions-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from dm-transactions-1.2.0.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	dm-transactions

Summary:	Adds transaction support to datamapper
Name:		rubygem-%{rbname}

Version:	1.2.0
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/datamapper/dm-transactions
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Makes transaction support available for adapters that support them

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-4
+ Revision: 0d7cd48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7866 |14cr|rubygem-dm-types-1.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname dm-types

Summary:	DataMapper plugin providing extra data types
Name:		rubygem-%{rbname}
Version:	1.2.2
Release:	1
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		http://github.com/datamapper/%{rbname}
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
DataMapper plugin providing extra data types.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/paranoid
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/support
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/paranoid/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/support/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Wed Sep 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.2-1
+ Revision: 37f2173
- New version 1.2.2, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7867 |14cr|rubygem-dm-validations-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from dm-validations-1.2.0.gem by gem2rpm5 -*- rpm-spec -*-
%define	rbname	dm-validations

Summary:	Library for performing validations on DM models and pure Ruby object
Name:		rubygem-%{rbname}

Version:	1.2.0
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/datamapper/dm-validations
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Library for performing validations on DM models and pure Ruby object

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/formats
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/formats/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/support
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/support/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/validators
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/validators/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-4
+ Revision: ed9505b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7868 |14cr|rubygem-do_mysql-0.10.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define	rbname	do_mysql

Summary:	DataObjects MySQL Driver
Name:		rubygem-%{rbname}
Url:		http://rubygems.org/gems/do_mysql
Version:	0.10.14
Release:	1
Group:		Development/Ruby
License:	GPLv2+ or Ruby
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildRequires:	ruby-devel
BuildRequires:	mysql-devel

Requires:	rubygem(data_objects) = 0.10.14

%description
Implements the DataObjects API for MySQL.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/do_mysql/*.rb
%{ruby_sitearchdir}/%{rbname}/do_mysql.so
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------
%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.markdown
%{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE

#----------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install







%changelog
* Thu Aug 28 2014 abfonly <abfonly@gmail.com> 0.10.14-1
+ Revision: eaaa2a5
- Merge pull request #1 from abfonly/rubygem-do_mysql:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7869 |14cr|rubygem-do_sqlite3-0.10.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define	rbname	do_sqlite3

Summary:	DataObjects MySQL Driver
Name:		rubygem-%{rbname}
Url:		http://rubygems.org/gems/do_mysql
Version:	0.10.14
Release:	1
Group:		Development/Ruby
License:	GPLv2+ or Ruby
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildRequires:	ruby-devel
BuildRequires:	sqlite3-devel

Requires:	rubygem(data_objects) = 0.10.14

%description
Implements the DataObjects API for MySQL

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/do_sqlite3/*.rb
%{ruby_sitearchdir}/%{rbname}/%{rbname}.so
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
#-------------------------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.markdown
%{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
#-------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install







%changelog
* Fri Aug 29 2014 abfonly <abfonly@gmail.com> 0.10.14-1
+ Revision: 73a6dd7
- Merge pull request #1 from abfonly/rubygem-do_sqlite3:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7870 |14cr|rubygem-echoe-4.5.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from echoe-4.5.5.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	echoe

Summary:	A Rubygems packaging tool
Name:		rubygem-%{rbname}

Version:	4.5.5
Release:	4
Group:		Development/Ruby
License:	MIT
URL:		http://fauna.github.com/fauna/echoe/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems >= 1.2
BuildArch:	noarch

%description
A Rubygems packaging tool that provides Rake tasks for documentation,
extension compiling, testing, and deployment.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f vendor/

%install
%gem_install

%clean

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/echoe
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/vendor/
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/vendor/rake
%{ruby_gemdir}/gems/%{rbname}-%{version}/vendor/rake/MIT-LICENSE
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/vendor/rake/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/vendor/rake/lib/rake
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/vendor/rake/lib/rake/contrib
%{ruby_gemdir}/gems/%{rbname}-%{version}/vendor/rake/lib/rake/contrib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/CHANGELOG
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/echoe/*.rb
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.5.5-4
+ Revision: c9e2317
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7871 |14cr|rubygem-em-http-request-0.2.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname em-http-request

Name:       rubygem-%{oname}
Version:    0.2.7
Release:    4
Summary:    EventMachine based, async HTTP Request interface
Group:      Development/Ruby
License:    Ruby License
URL:        http://github.com/igrigorik/em-http-request
Source0:    %{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(eventmachine) >= 0.12.9
Requires:   rubygem(addressable) >= 2.0.0
BuildRequires: rubygems
BuildRequires: ruby-devel
Provides:   rubygem(%{oname}) = %{version}

%description
EventMachine based, async HTTP Request interface

%prep

%build
mkdir -p .%{ruby_gemdir}
gem install --local --install-dir .%{ruby_gemdir} \
        -V  --force --rdoc %{SOURCE0}

%install
mkdir -p %{buildroot}%{ruby_gemdir}
cp -a .%{ruby_gemdir}/* %{buildroot}%{ruby_gemdir}
rm -rf %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/ext/

# install so files in sitarchdir
mkdir -p %{buildroot}%{ruby_sitearchdir}
mv %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/lib/*.so %{buildroot}%{ruby_sitearchdir}
rm %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.gitignore

%clean

%files
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/examples/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/VERSION
%doc %{ruby_gemdir}/doc/extensions/*/*/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%{ruby_sitearchdir}/*.so
%{ruby_gemdir}/extensions/*/*/%{oname}-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.7-4
+ Revision: 30f3cd1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7872 |14cr|rubygem-erubis-2.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from erubis-2.7.0.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	erubis

Summary:	A fast and extensible eRuby implementation which supports multi-language
Name:		rubygem-%{rbname}

Version:	2.7.0
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://www.kuwata-lab.com/erubis/
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Erubis is an implementation of eRuby and has the following features:
* Very fast, almost three times faster than ERB and about 10% faster than
eruby.
* Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
* Auto escaping support
* Auto trimming spaces around '<% %>'
* Embedded pattern changeable (default '<% %>')
* Enable to handle Processing Instructions (PI) as embedded pattern (ex. '<?rb
... ?>')
* Context object available and easy to combine eRuby template with YAML
datafile
* Print statement available
* Easy to extend and customize in subclass
* Ruby on Rails support

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%{_bindir}/erubis
%{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.0-4
+ Revision: 91447c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7873 |14cr|rubygem-eventmachine-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	eventmachine

Summary:	A fast, single-threaded engine for arbitrary network communications
Name:		rubygem-%{oname}
Version:	1.0.0
Release:	4
License:	MIT
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems ruby-devel

%description
EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
interactions with IP sockets, allowing programs to concentrate on the
implementation of network protocols. It can be used to create both network
servers and clients. To create a server or client, a Ruby program only needs
to specify the IP address and port, and provide a Module that implements the
communications protocol. Implementations of several standard network protocols
are provided with the package, primarily to serve as examples. The real goal of
EventMachine is to enable programs to easily interface with other programs
using TCP/IP, especially if custom protocols are required.

%prep

%build

%install
gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}
rm -rf %{buildroot}%{ruby_gemdir}/{cache,gems/%{oname}-%{version}/ext}

mkdir -p %{buildroot}%{ruby_sitearchdir}
mv %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/lib/*.so  %{buildroot}%{ruby_sitearchdir}

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/doc/extensions/*/*/%{oname}-%{version}
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%{ruby_sitearchdir}/fastfilereaderext.so
%{ruby_sitearchdir}/rubyeventmachine.so
%{ruby_gemdir}/extensions/*/*/%{oname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: 2bac6d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7874 |14cr|rubygem-execjs-2.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname execjs

Summary:	ExecJS lets you run JavaScript code from Ruby
Name:		rubygem-%{rbname}
Version:	2.2.1
Release:	1
License:	GPLv2+
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
ExecJS lets you run JavaScript code from Ruby.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Thu Sep 25 2014 Rosa <rosa@abf.rosalinux.ru> 2.2.1-1
+ Revision: 379f0e1
- Automatic import for version 2.2.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7875 |14cr|rubygem-factory_girl-4.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
         
%define	rbname	factory_girl

Summary:	Framework and DSL for defining and using model instance factories
Name:		rubygem-%{rbname}

Version:	4.4.0
Release:	1
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://thoughtbot.com/projects/factory_girl
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
factory_girl provides a framework and DSL for defining and
using factories - less error-prone, more explicit, and
all-around easier to work with than fixtures.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/features/*
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/factory_girl/*
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
#-----------------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
#-----------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(features|spec)/'

%install
%gem_install










%changelog
* Thu Aug 28 2014 abfonly <abfonly@gmail.com> 4.4.0-1
+ Revision: 300a9f1
- Merge pull request #1 from abfonly/rubygem-factory_girl:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7876 |14cr|rubygem-fakefs-0.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fakefs

Summary:    A fake filesystem. Use it in your tests
Name:       rubygem-%{oname}
Version:    0.2.1
Release:    3
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/defunkt/fakefs
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
A fake filesystem. Use it in your tests.

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
rm %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.gitignore

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/gems/%{oname}-%{version}/test
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/CONTRIBUTORS
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.markdown
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-3
+ Revision: 07289d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7877 |14cr|rubygem-faraday-0.4.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname faraday

Name:       rubygem-%{oname}
Version:    0.4.6
Release:    3
Summary:    HTTP/REST API client library
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/technoweenie/faraday
Source0:    http://rubygems.org/downloads/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
HTTP/REST API client library with pluggable components


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

rm -f %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.gitignore

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/.document
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/VERSION
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/%{oname}.gemspec
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.6-3
+ Revision: b2c8d56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7878 |14cr|rubygem-faraday-0.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname faraday

Summary:	HTTP/REST API client library
Name:		rubygem-%{rbname}
Version:	0.9.0
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
HTTP/REST API client library with pluggable components

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 0.9.0

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%changelog
* Thu Sep 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.0-1
+ Revision: 22ab620
- New version 0.9.0, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7879 |14cr|rubygem-fastercsv-1.5.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from fastercsv-1.5.4.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	fastercsv

Summary:	FasterCSV is CSV, but faster, smaller, and cleaner
Name:		rubygem-%{rbname}

Version:	1.5.4
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://fastercsv.rubyforge.org
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
FasterCSV is intended as a complete replacement to the CSV standard library.
It
is significantly faster and smaller while still being pure Ruby code. It also
strives for a better interface.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/AUTHORS
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/CHANGELOG
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/COPYING
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/INSTALL
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/TODO
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.4-4
+ Revision: f0f7e4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7880 |14cr|rubygem-fast_gettext-0.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from fast_gettext-0.8.1.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	fast_gettext

Summary:	A simple, fast, memory-efficient and threadsafe implementation of GetText
Name:		rubygem-%{rbname}

Version:	0.8.1
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/grosser/fast_gettext
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
A simple, fast, memory-efficient and threadsafe implementation of GetText

%package        doc
Summary:        Documentation for %{name}
Group:          Books/Computer books
Requires:       %{name} = %{EVRD}

%description    doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/fast_gettext
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/fast_gettext/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/fast_gettext/translation_repository
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/fast_gettext/translation_repository/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/fast_gettext/translation_repository/db_models
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/fast_gettext/translation_repository/db_models/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/fast_gettext/vendor
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/fast_gettext/vendor/*.mo
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/fast_gettext/vendor/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/fast_gettext/vendor/*.rdoc
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-3
+ Revision: 67493e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7881 |14cr|rubygem-fastri-0.3.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from fastri-0.3.1.1.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	fastri

Summary:	RI docs across machines, faster and smarter than ri
Name:		rubygem-%{rbname}

Version:	0.3.1.1
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://eigenclass.org/hiki/fastri
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch
Obsoletes:	ruby-fastri

%description
FastRI is an alternative to the ri command-line tool. It is *much* faster, and
also allows you to offer RI lookup services over DRb. FastRI is smarter than
ri, and can find classes anywhere in the hierarchy without specifying the
"full path". FastRI can perform fast full-text searches. It also knows about
gems, and can tell you e.g. which extensions to a core class were added by a
specific gem.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
mkdir -p .%{ruby_gemdir}
gem install -V --local --install-dir .%{ruby_gemdir} \
               --force --rdoc %{SOURCE0}
%install
mkdir -p %{buildroot}%{ruby_gemdir}
mkdir -p %{buildroot}%{_bindir}
cp -rf .%{ruby_gemdir}/* %{buildroot}%{ruby_gemdir}
ln -s %{ruby_gemdir}/gems/%{rbname}-%{version}/bin/fastri-server %{buildroot}%{_bindir}/fastri-server
ln -s %{ruby_gemdir}/gems/%{rbname}-%{version}/bin/fri %{buildroot}%{_bindir}/fri
ln -s %{ruby_gemdir}/gems/%{rbname}-%{version}/bin/qri %{buildroot}%{_bindir}/qri
ln -s %{ruby_gemdir}/gems/%{rbname}-%{version}/bin/ri-emacs %{buildroot}%{_bindir}/ri-emacs

%files
%{_bindir}/fastri-server
%{_bindir}/fri
%{_bindir}/qri
%{_bindir}/ri-emacs
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*
%{ruby_gemdir}/bin/*
%{ruby_gemdir}/cache/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1.1-3
+ Revision: 15c5412
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7882 |14cr|rubygem-fastthread-1.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	fastthread

Summary:	Optimized replacement for thread.rb primitives
Name:		rubygem-%{oname}
Version:	1.0.7
Release:	4
License:	GPLv2+ or Ruby License
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-devel ruby-RubyGems
Requires:	ruby
Provides:	rubygem(%{oname}) = %{version}

%description
Optimized replacement for thread.rb primitives.

%prep

%build
mkdir -p %{buildroot}/%{ruby_gemdir}

%install
gem install -V --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}
rm -rf %{buildroot}%{ruby_gemdir}/{cache,gems/%{oname}-%{version}/ext}

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/doc/extensions/*/*/%{oname}-%{version}
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%{ruby_gemdir}/extensions/*/*/%{oname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-4
+ Revision: c1f0a20
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7883 |14cr|rubygem-fcgi-0.9.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rbname	fcgi

Summary:	FastCGI library for Ruby
Name:		rubygem-%{rbname}
Version:	0.9.2.1
Release:	2
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		http://rubyforge.org/projects/fcgi/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	fcgi-devel
BuildRequires:	pkgconfig(ruby)
BuildRequires:	rubygem(rake)

%description
FastCGI is a language independent, scalable, open extension to CGI that
provides high performance without the limitations of server specific APIs. For
more information, see http://www.fastcgi.com/.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/*.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/README*
%{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE

#----------------------------------------------------------------------------

%prep
%setup -q
#tar xmf data.tar.gz

%build
%gem_build

%install
%gem_install


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.2.1-2
+ Revision: 771f176
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7884 |14cr|rubygem-ffi-1.0.11-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ffi

Name:       rubygem-%{oname}
Version:    1.0.11
Release:	5
Summary:    A ruby extension for programmatically loading dynamic libraries
Group:      Development/Ruby
License:    LGPLv3
URL:        http://wiki.github.com/ffi/ffi
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildRequires: ruby-devel
Provides:   rubygem(%{oname}) = %{version}

%description
Ruby-FFI is a ruby extension for programmatically loading dynamic
libraries, binding functions within them, and calling those functions
from Ruby code. Moreover, a Ruby-FFI extension works without changes
on Ruby and JRuby. Discover why should you write your next extension
using Ruby-FFI here[http://wiki.github.com/ffi/ffi/why-use-ffi].


%prep

%build
mkdir -p .%{ruby_gemdir}
gem install -V --local --install-dir .%{ruby_gemdir} \
               --force --rdoc %{SOURCE0}

%install
mkdir -p %{buildroot}%{ruby_gemdir}
cp -r .%{ruby_gemdir}/* %{buildroot}%{ruby_gemdir}

rm -rf %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/ext/

#install arch dependant files in sitearchdir
mkdir -p %{buildroot}%{ruby_sitearchdir}
mv %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/lib/*.so %{buildroot}%{ruby_sitearchdir}

%files
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/gen/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/gems/%{oname}-%{version}/tasks/
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%{ruby_sitearchdir}/ffi_c.so
%{ruby_gemdir}/extensions/*/*/%{oname}-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.11-5
+ Revision: c14c0dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7885 |14cr|rubygem-file-tail-1.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from file-tail-1.0.5.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	file-tail

Summary:	File::Tail for Ruby
Name:		rubygem-%{rbname}

Version:	1.0.5
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://flori.github.com/file-tail
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Library to tail files in Ruby

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f '(examples|tests)/'

%install
%gem_install

%files
%{_bindir}/rtail
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/rtail
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/file
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/file/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/file/tail
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/file/tail/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/gems/%{rbname}-%{version}/README
%{ruby_gemdir}/doc/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/tests
%{ruby_gemdir}/gems/%{rbname}-%{version}/tests/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/examples
%{ruby_gemdir}/gems/%{rbname}-%{version}/examples/*.rb




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-3
+ Revision: f326639
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7886 |14cr|rubygem-flexmock-1.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from flexmock-0.9.0.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	flexmock

Summary:	Simple and Flexible Mock Objects for Testing
Name:		rubygem-%{rbname}

Version:	1.0.3
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		https://github.com/jimweirich/flexmock
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch
%rename		ruby-flexmock

%description
FlexMock is a extremely simple mock object class compatible
with the Test::Unit framework.  Although the FlexMock's
interface is simple, it is very flexible.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f test

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/doc/examples
%{ruby_gemdir}/gems/%{rbname}-%{version}/doc/examples/*.rdoc
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/flexmock
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/flexmock/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/flexmock/rails
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/flexmock/rails/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test/rspec_integration
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/rspec_integration/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test/test_unit_integration
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/test_unit_integration/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%{ruby_gemdir}/gems/%{rbname}-%{version}/CHANGES
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/doc
%{ruby_gemdir}/gems/%{rbname}-%{version}/doc/*.rdoc
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/doc/releases
%{ruby_gemdir}/gems/%{rbname}-%{version}/doc/releases/*.rdoc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-3
+ Revision: d1c0f0c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7887 |14cr|rubygem-formatador-0.2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname formatador

Summary:	STDOUT text formatting for Ruby
Name:		rubygem-%{rbname}
Version:	0.2.5
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
STDOUT text formatting for Ruby.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Mon Sep 29 2014 Rosa <rosa@abf.rosalinux.ru> 0.2.5-1
+ Revision: 164ce6e
- Automatic import for version 0.2.5-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7888 |14cr|rubygem-fssm-0.1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fssm

Name:       rubygem-%{oname}
Version:    0.1.4
Release:    3
Summary:    File System State Monitor
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/ttilley/fssm
Source0:    %{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch

%description
file system state monitor


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

rm -f %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.gitignore
%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/.document
%{ruby_gemdir}/gems/%{oname}-%{version}/example.rb
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/profile/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/gems/%{oname}-%{version}/%{oname}.gemspec
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.markdown
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/VERSION.yml
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.4-3
+ Revision: 14ea0f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7889 |14cr|rubygem-gem2rpm5-0.6.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from gem2rpm5-0.6.1.gem by gem2rpm5 -*- rpm-spec -*-
%define	rbname	gem2rpm5

Summary:	Generate rpm specfiles from gems
Name:		rubygem-%{rbname}

Version:	0.6.7
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://wiki.mandriva.com/en/Policies/Ruby
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildRequires:	locales-en
BuildArch:	noarch

%description
Generate source rpms and rpm spec files from a Ruby Gem. The spec file is
adapted to first of all follow Mandriva Linux packaging guidelines, using
rpm5's gem_helper, while following the gem as much as necessary to remain
compatible without the bloat.

%prep
%setup -q

%build
export LC_ALL=en_US.UTF-8
%gem_build

%install
%gem_install

%files
%{_bindir}/gem2rpm5
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/AUTHORS
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/gem2rpm5
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.7-3
+ Revision: 903202d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7890 |14cr|rubygem-gemcutter-0.7.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from gemcutter-0.7.0.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	gemcutter

Summary:	Commands to interact with RubyGems.org
Name:		rubygem-%{rbname}

Version:	0.7.1
Release:	4
Group:		Development/Ruby
License:	MIT
URL:		http://rubygems.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Adds several commands to RubyGems for managing gems and more on RubyGems.org.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f test

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gemcutter/version.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rubygems
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rubygems/commands
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rubygems/commands/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-4
+ Revision: 5e5dfbf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7891 |14cr|rubygem-gem_plugin-0.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gem_plugin

Name:       rubygem-%{oname}
Version:    0.2.3
Release:    3
Summary:    A plugin system based on rubygems that uses dependencies only
Group:      Development/Ruby
License:    GPLv2+
URL:        http://rubydoc.info/gems/%{oname}/%{version}/frames
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
A plugin system based on rubygems that uses dependencies only


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x
sed -i -e '1i#!/usr/bin/env ruby' %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin/gpgen

%clean

%files
%defattr(-, root, root, -)
%{_bindir}/gpgen
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%{ruby_gemdir}/gems/%{oname}-%{version}/setup.rb
%{ruby_gemdir}/gems/%{oname}-%{version}/resources/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/resources/resources/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/CHANGELOG
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/COPYING
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Manifest
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/resources/COPYING
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/resources/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/resources/README
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/resources/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/%{oname}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-3
+ Revision: 86ff5be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7892 |14cr|rubygem-gettext-2.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from gettext-2.3.2.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	gettext

Summary:	Gettext is a pure Ruby libary and tools to localize messages
Name:		rubygem-%{rbname}

Version:	2.3.2
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://ruby-gettext.github.com/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Gettext is a GNU gettext-like program for Ruby.
The catalog file(po-file) is same format with GNU gettext.
So you can use GNU gettext tools for maintaining.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch
Obsoletes:	ruby-gettext

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%{_bindir}/rmsgfmt
%{_bindir}/rmsginit
%{_bindir}/rmsgmerge
%{_bindir}/rxgettext
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/rmsgfmt
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/rmsginit
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/rmsgmerge
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/rxgettext
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext/core_ext
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext/core_ext/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext/parser
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext/parser/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext/runtime
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext/runtime/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext/tools
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext/tools/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext/tools/parser
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext/tools/parser/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.2-3
+ Revision: 827ef58
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7893 |14cr|rubygem-gettext_i18n_rails-1.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from gettext_i18n_rails-1.0.5.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	gettext_i18n_rails

Summary:	Simple FastGettext Rails integration
Name:		rubygem-%{rbname}

Version:	1.0.5
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/grosser/gettext_i18n_rails
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Simple FastGettext Rails integration.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext_i18n_rails
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext_i18n_rails/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext_i18n_rails/active_model
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gettext_i18n_rails/active_model/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/tasks
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/tasks/*.rake
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-3
+ Revision: 10e8dc5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7894 |14cr|rubygem-gherkin-2.12.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#debuginfo-without-sources
%define debug_package	%{nil}

%define oname   gherkin

Name:       rubygem-%{oname}
Version:    2.12.2
Release:    1
Summary:    Fast Gherkin lexer/parser
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/aslakhellesoy/gherkin
Source0:    http://rubygems.org/downloads/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildRequires: ruby-devel
BuildRequires: rubygem(bundler)
BuildRequires: rubygem(rake-compiler) >= 0.7.1
Requires: rubygem(multi_json) >= 1.3
Requires: rubygem(multi_json) < 2





%description
A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.

#-------------------------------------------------------------------------------
%package        doc
Summary:    Documentation for %{name}
Group:      Development/Ruby
Requires:   %{name} = %{version}-%{release}

%description    doc
Documents, Rdoc & RI documentation for %{name}.
#-------------------------------------------------------------------------------

%prep
%setup -q
#tar xmf data.tar.gz

%build
export RUBYOPT=-Ku
%gem_build

%install
%gem_install



%files
%doc LICENSE
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%{ruby_sitearchdir}/gherkin_lexer_*.so

%files          doc
%doc %{ruby_gemdir}/doc/%{oname}-%{version}

%changelog
* Thu Aug 14 2014 abfonly <abfonly@gmail.com> 2.12.2-1
+ Revision: a6ae822
- Updated rubygem-gherkin.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7895 |14cr|rubygem-gio2-1.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from pkg-config-1.1.4.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	gio2

Summary:	Ruby binding of gio-2.x
Name:		rubygem-%{rbname}

Version:	1.1.5
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildRequires:  rubygem(glib2)
BuildRequires:  rubygem-glib2-devel
BuildRequires:  ruby-devel
BuildRequires:  pkgconfig(glib-2.0)

%description
Ruby binding of gio-2.x.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}.so

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-4
+ Revision: 806db19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7896 |14cr|rubygem-haml-3.0.24-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname haml

Name:       rubygem-%{oname}
Version:    3.0.24
Release:    3
Summary:    An elegant, structured XHTML/XML templating engine
Group:      Development/Ruby
License:    GPLv2+
URL:        http://haml-lang.com/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(fssm) = 0.1.4
Suggests:   rubygem(maruku)
Suggests:   rubygem(yard)
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or
XML
that's designed to express the structure of XHTML or XML documents
in a non-repetitive, elegant, easy way,
using indentation rather than closing tags
and allowing Ruby to be embedded with ease.
It was originally envisioned as a plugin for Ruby on Rails,
but it can function as a stand-alone templating engine.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x

#Don’t use vendor
rm -rf %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/vendor

%clean

%files
%defattr(-, root, root, -)
%{_bindir}/haml
%{_bindir}/html2haml
%{_bindir}/sass
%{_bindir}/css2sass
%{_bindir}/sass-convert
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/.yardopts
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/extra/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/rails/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%{ruby_gemdir}/gems/%{oname}-%{version}/init.rb
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/CONTRIBUTING
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/MIT-LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.md
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/REVISION
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/VERSION
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/VERSION_NAME
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.24-3
+ Revision: afef3b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7897 |14cr|rubygem-hashie-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname hashie

Name:       rubygem-%{oname}
Version:    0.4.0
Release:    3
Summary:    Your friendly neighborhood hash toolkit
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/intridea/hashie
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Suggests:   rubygem(rspec)
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Hashie is a small collection of tools that make hashes more powerful.
Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

rm -f %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.gitignore

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/gems/%{oname}-%{version}/.document
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Gemfile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Gemfile.lock
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/VERSION
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/%{oname}.gemspec
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-3
+ Revision: a7e97ae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7898 |14cr|rubygem-heckle-1.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname heckle

Summary:    Heckle is unit test sadism(tm) at it's core
Name:       rubygem-%{oname}
Version:    1.4.3
Release:    3
Group:      Development/Ruby
License:    MIT
URL:        http://www.rubyforge.org/projects/seattlerb
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(ParseTree) >= 2.0.0
Requires:   rubygem(ruby2ruby) >= 1.1.6
Requires:   rubygem(ZenTest) >= 3.5.2
Requires:   rubygem(hoe) >= 2.3.0
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Heckle is unit test sadism(tm) at it's core. Heckle is a mutation tester. It
modifies your code and runs your tests to make sure they fail. The idea is
that if code can be changed and your tests don't notice, either that code
isn't being covered or it doesn't do anything.
It's like hiring a white-hat hacker to try to break into your server and
making sure you detect it. You learn the most by trying to break things and
watching the outcome in an act of unit test sadism.

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x
ruby -pi -e 'sub(/\/usr\/local\/bin\/ruby/, "/usr/bin/env ruby")' %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin/*

%clean

%files
%defattr(-, root, root, -)
%{_bindir}/heckle
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/.autotest
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/sample/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Manifest.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.txt
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.3-3
+ Revision: 7adc16e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7899 |14cr|rubygem-highline-1.5.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	highline

Summary:	A high-level command-line IO library for ruby
Name:		rubygem-%{oname}
Version:	1.5.2
Release:	5
License:	GPLv2 or Ruby
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby
BuildArch:	noarch

%description
A high-level IO library that provides validation, type conversion, and more for
command-line interfaces. HighLine also includes a complete menu system that can
crank out anything from simple list selection to complete shells with just
minutes of work.

%prep

%build

%install
gem install --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/{cache,gems/%{oname}-%{version}/ext}

for r in `find %{buildroot} -name \*.rb`; do
	sed -e 's#/usr/local/bin/ruby#/usr/bin/env ruby#g' -i $r
done

%clean

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-5
+ Revision: b9c1b1e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7900 |14cr|rubygem-hoe-3.12.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from hoe-2.13.0.gem by gem2rpm5 -*- rpm-spec -*-
%define	rbname	hoe

Summary:	Hoe is a rake/rubygems helper for project Rakefiles
Name:		rubygem-%{rbname}

Version:	3.12.0
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		https://github.com/seattlerb/hoe
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems >= 1.4
BuildArch:	noarch

%description
Hoe is a rake/rubygems helper for project Rakefiles. It helps you
manage and maintain, and release your project and includes a dynamic
plug-in system allowing for easy extensibility. Hoe ships with
plug-ins for all your usual project tasks including rdoc generation,
testing, packaging, and deployment.
See class rdoc for help. Hint: `ri Hoe` or any of the plugins listed
below.
For extra goodness, see: http://seattlerb.rubyforge.org/hoe/Hoe.pdf

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%{_bindir}/sow
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/sow
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/hoe
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/hoe/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.txt
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.12.0-3
+ Revision: 631d658
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7901 |14cr|rubygem-hpricot-0.8.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname hpricot

Summary:    A swift, liberal HTML parser with a fantastic library
Name:       rubygem-%{oname}
Version:    0.8.3
Release:    5
Group:      Development/Ruby
License:    MIT
URL:        http://code.whytheluckystiff.net/hpricot/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildRequires: ruby-devel
Obsoletes:  ruby-hpricot < %{version}
Provides:   rubygem(%{oname}) = %{version}

%description
Hpricot is a very flexible HTML parser, based on Tanaka Akira's
HTree and John Resig's JQuery, but with the scanner recoded in C
(using Ragel for scanning.)

#---------------------------------------
%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/extensions/*/*/%{oname}-%{version}
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
#-----------------------------------------

%prep

%build
mkdir -p .%{ruby_gemdir}
gem install -V --local --install-dir .%{ruby_gemdir} \
               --force --rdoc %{SOURCE0}

%install
mkdir -p %{buildroot}%{ruby_gemdir}
cp -a .%{ruby_gemdir}/* %{buildroot}%{ruby_gemdir}
rm -rf %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/ext/

# install so files in sitearchdir
mkdir -p %{buildroot}%{ruby_sitearchdir}
mv %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/lib/*.so %{buildroot}%{ruby_sitearchdir}

for f in `find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/lib/ -name \*.rb | sort` ; do
    sed -i -e '/^#!/d' $f
done

# some linting fix
pushd %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/test
chmod +x {test_xml,nokogiri-bench,test_paths}.rb
popd
find %{buildroot}%{ruby_gemdir}/extensions/*/*/%{oname}-%{version} -name 'gem.build_complete' -exec rm {} \;

%files
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/extras/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.md
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/CHANGELOG
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/COPYING
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%{ruby_sitearchdir}/*.so
%{ruby_gemdir}/extensions/*/*/%{oname}-%{version}



%changelog
* Tue Sep 16 2014 abfonly <abfonly@gmail.com> 0.8.3-5
+ Revision: 29e11dd
- Merge pull request #1 from abfonly/rubygem-hpricot:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7902 |14cr|rubygem-htmlentities-4.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname htmlentities

Name:       rubygem-%{oname}
Version:    4.2.2
Release:    4
Summary:    A module for encoding and decoding (X)HTML entities
Group:      Development/Ruby
License:    MIT
URL:        http://htmlentities.rubyforge.org/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
A module for encoding and decoding (X)HTML entities.

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/perf/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/COPYING.txt
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.2-4
+ Revision: dccfc10
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7903 |14cr|rubygem-httpclient-2.1.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname httpclient

Summary:    Gives something like the functionality of libwww-perl (LWP) in Ruby
Name:       rubygem-%{oname}
Version:    2.1.5.2
Release:    3
Group:      Development/Ruby
License:    Ruby or GPLv2
URL:        http://dev.ctor.org/httpclient
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
gives something like the functionality of libwww-perl (LWP) in Ruby

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%{ruby_gemdir}/gems/%{oname}-%{version}/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.5.2-3
+ Revision: f64b00e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7904 |14cr|rubygem-i18n-0.6.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from i18n-0.6.0.gem by gem2rpm5 0.6.6 -*- rpm-spec -*-
%define	rbname	i18n

Summary:	New wave Internationalization support for Ruby
Name:		rubygem-%{rbname}

Version:	0.6.9
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/svenfuchs/i18n
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems >= 1.3.5
BuildArch:	noarch

%description
New wave Internationalization support for Ruby.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/backend
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/backend/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/core_ext
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/core_ext/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/core_ext/kernel
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/core_ext/kernel/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/core_ext/string
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/core_ext/string/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/gettext
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/gettext/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/interpolate
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/interpolate/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/locale
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/locale/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/locale/tag
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/locale/tag/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/tests
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/tests/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/tests/localization
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/tests/localization/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.9-4
+ Revision: 6d54c5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7905 |14cr|rubygem-icalendar-1.1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname icalendar

Name:       rubygem-%{oname}
Version:    1.1.5
Release:    3
Summary:    This is a Ruby library for dealing with iCalendar files
Group:      Development/Ruby
License:    GPLv2+
URL:        http://github.com/sdague/icalendar
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(rubyforge) >= 2.0.3
Requires:   rubygem(gemcutter) >= 0.3.0
Requires:   rubygem(hoe) >= 2.5.0
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
This is a Ruby library for dealing with iCalendar files.

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/config/
%{ruby_gemdir}/gems/%{oname}-%{version}/examples/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/script/
%{ruby_gemdir}/gems/%{oname}-%{version}/test*
%{ruby_gemdir}/gems/%{oname}-%{version}/website/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/COPYING
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/GPL
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Manifest.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/PostInstall.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/%{oname}.gemspec
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-3
+ Revision: 34b754d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7906 |14cr|rubygem-json-1.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rbname	json

Summary:	JSON Implementation for Ruby
Name:		rubygem-%{rbname}

Version:	1.8.1
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://flori.github.com/json
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildRequires:	ruby-devel
%rename		ruby-%{rbname}

%description
This is a JSON implementation as a Ruby extension in C.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f '(.*.rb|benchmarks|bin|data|java/lib|tools|tests)'

%install
%gem_install
rm -rf %{buildroot}%{ruby_gemdir}/gems/%{rbname}-%{version}/ext

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/data
%{ruby_gemdir}/gems/%{rbname}-%{version}/data/*.html
%{ruby_gemdir}/gems/%{rbname}-%{version}/data/*.js
%{ruby_gemdir}/gems/%{rbname}-%{version}/data/*.json
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/json.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/json
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/json/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/tools
%{ruby_gemdir}/gems/%{rbname}-%{version}/tools/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%dir %{ruby_sitearchdir}/json
%dir %{ruby_sitearchdir}/json/ext
%{ruby_sitearchdir}/json/ext/generator.so
#{ruby_sitearchdir}/json/ext/parser.so

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README.*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/tests
%{ruby_gemdir}/gems/%{rbname}-%{version}/tests/*



%changelog
* Fri Sep 12 2014 abfonly <abfonly@gmail.com> 1.8.1-4
+ Revision: a29d176
- Merge pull request #1 from abfonly/rubygem-json:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7907 |14cr|rubygem-json_pure-1.6.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rbname	json_pure

Summary:	JSON Implementation for Ruby
Name:		rubygem-%{rbname}

Version:	1.6.5
Release:	4
Group:		Development/Ruby
License:	GPLv2+
URL:		http://flori.github.com/json
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
This is an implementation of the JSON specification according to RFC 4627
(http://www.ietf.org/rfc/rfc4627.txt) written in pure ruby.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f '(benchmarks|data|java/lib|tests|tools)/'

%install
%gem_install
rm -rf %{buildroot}%{_bindir}

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/data
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/tools
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/json
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/json/add
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/json/pure
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/json/ext
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/json/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/tools/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/data/*.*
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/json/add/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/json/pure/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/json/ext/.keep
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README.*
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/tests
%{ruby_gemdir}/gems/%{rbname}-%{version}/tests/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/benchmarks
%{ruby_gemdir}/gems/%{rbname}-%{version}/benchmarks/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.5-4
+ Revision: 6250495
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7908 |14cr|rubygem-jwt-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname jwt

Summary:	JSON Web Token implementation in Ruby
Name:		rubygem-%{rbname}
Version:	1.0.0
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/downloads/%{rbname}
Source0:	http://rubygems.org/downloads/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
JSON Web Token implementation in Ruby.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%changelog
* Thu Sep 25 2014 Rosa <rosa@abf.rosalinux.ru> 1.0.0-1
+ Revision: 2544f51
- Automatic import for version 1.0.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7909 |14cr|rubygem-launchy-0.3.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname launchy

Summary:    Helper class for launching cross-platform applications
Name:       rubygem-%{oname}
Version:    0.3.7
Release:    3
Group:      Development/Ruby
License:    ISC License
URL:        http://copiousfreetime.rubyforge.org/launchy/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(rake) >= 0.8.1
Requires:   rubygem(configuration) >= 0.0.5
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Launchy is helper class for launching cross-platform applications in a
fire and forget manner.
There are application concepts (browser, email client, etc) that are
common across all platforms, and they may be launched differently on
each platform.  Launchy is here to make a common approach to launching
external application from within ruby programs.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x

%clean

%files
%defattr(-, root, root, -)
%{_bindir}/launchy
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/gems/%{oname}-%{version}/tasks/
%{ruby_gemdir}/gems/%{oname}-%{version}/gemspec.rb
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/HISTORY
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.7-3
+ Revision: e1d1423
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7910 |14cr|rubygem-libnotify-0.7.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from libnotify-0.7.4.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	libnotify

Summary:	Ruby bindings for libnotify using FFI
Name:		rubygem-%{rbname}

Version:	0.7.4
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://rubygems.org/gems/libnotify
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch
Obsoletes:	ruby-libnotify

%description
Ruby bindings for libnotify using FFI

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/libnotify
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/libnotify/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/libnotify/tasks
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/libnotify/tasks/*.rake
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.4-3
+ Revision: af668db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7911 |14cr|rubygem-libxml-ruby-2.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define	rbname	libxml-ruby

Summary:	Ruby libxml bindings
Name:		rubygem-%{rbname}

Version:	2.7.0
Release:	1
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://libxml.rubyforge.org/
Source0:	http://rubygems.org/downloads/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildRequires:	ruby-devel 
BuildRequires:	pkgconfig(libxml-2.0)
Provides:	rubygem-libxml
%rename		ruby-libxml

%description
The Libxml-Ruby project provides Ruby language bindings for the GNOME Libxml2
XML toolkit. It is free software, released under the MIT License.
Libxml-ruby's primary advantage over REXML is performance - if speed  is your
need, these are good libraries to consider, as demonstrated by the informal
benchmark below.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/libxml/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/xml/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/libxml/schema/*.rb
%{ruby_sitearchdir}/libxml_ruby.so
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
#-----------------------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
#-----------------------------------------------------------

%prep
%setup -q


%build
%gem_build

%install
%gem_install







%changelog
* Sun Aug 31 2014 abfonly <abfonly@gmail.com> 2.7.0-1
+ Revision: 9c82dce
- Merge pull request #1 from abfonly/rubygem-libxml-ruby:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7912 |14cr|rubygem-locale-2.0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from locale-2.0.8.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	locale

Summary:	Ruby-Locale is the pure ruby library which provides basic APIs for localization
Name:		rubygem-%{rbname}

Version:	2.0.8
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		https://github.com/ruby-gettext/locale
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch
Obsoletes:	ruby-locale

%description
Ruby-Locale is the pure ruby library which provides basic APIs for
localization.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/locale
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/locale/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/locale/data
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/locale/data/*.gz
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/locale/driver
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/locale/driver/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/locale/info
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/locale/info/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/locale/tag
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/locale/tag/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/locale/util
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/locale/util/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.8-3
+ Revision: def3e96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7913 |14cr|rubygem-log4r-1.1.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from log4r-1.1.10.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	log4r

Summary:	Log4r, logging framework for ruby
Name:		rubygem-%{rbname}

Version:	1.1.10
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://log4r.rubyforge.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch
Obsoletes:	ruby-log4r

%description
See also: http://logging.apache.org/log4j

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/formatter
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/formatter/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/outputter
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/outputter/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/GDC
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/MDC
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/NDC
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/configurator
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/emailoutputter
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/formatter
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/log4jxmlformatter
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/log4r
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/logger
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/logserver
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/outputter
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/patternformatter
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/scribeoutputter
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/syslogoutputter
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/win32eventoutputter
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/log4r/rdoc/yamlconfigurator
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.10-3
+ Revision: aee9e98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7914 |14cr|rubygem-mab-0.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname mab

Summary:	Markup as Ruby
Name:		rubygem-%{rbname}
Version:	0.0.3
Release:	1
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		https://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Markup as Ruby.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Wed Sep 24 2014 Rosa <rosa@abf.rosalinux.ru> 0.0.3-1
+ Revision: 73f5e66
- Automatic import for version 0.0.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7915 |14cr|rubygem-magic-0.2.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname magic

Summary:	Ruby FFI bindings to libmagic
Name:		rubygem-%{rbname}
Version:	0.2.8
Release:	1
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		https://github.com/qoobaa/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Ruby FFI bindings to libmagic.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Wed Aug 13 2014 Rosa <rosa@abf.rosalinux.ru> 0.2.8-1
+ Revision: c8f6f1a
- Automatic import for version 0.2.8-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7916 |14cr|rubygem-mail-2.5.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gemname mail
Summary:	A really Ruby Mail handler
Name:		rubygem-%{gemname}
Version:	2.5.4
Release:	3
Source0:	http://rubygems.org/downloads/%{gemname}-%{version}.gem
License:	MIT
Group:		System/Servers
Url:		http://www.rubyonrails.org/
BuildArch:	noarch
BuildRequires:	ruby-RubyGems

%description
A really Ruby Mail handler.

%prep
%setup -c

%build

%install
gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache

%clean

%files
%{ruby_gemdir}/gems/%{gemname}-%{version}
%{ruby_gemdir}/specifications/%{gemname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/%{gemname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.4-3
+ Revision: eb8e47a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7917 |14cr|rubygem-maruku-0.5.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname maruku

Name:       rubygem-%{oname}
Version:    0.5.9
Release:    3
Summary:    Maruku is a Markdown-superset interpreter written in Ruby
Group:      Development/Ruby
License:    GPLv2+ or Ruby
URL:        http://maruku.rubyforge.org
Source0:    %{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Maruku is a Markdown interpreter in Ruby. It features native export to HTML
and PDF (via Latex). The output is really beautiful!


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x

%clean

%files
%defattr(-, root, root, -)
%{_bindir}/maruku
%{_bindir}/marutex
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/tests/
%{ruby_gemdir}/gems/%{oname}-%{version}/maruku_gem.rb
%{ruby_gemdir}/gems/%{oname}-%{version}/*.sh
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/docs
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.9-3
+ Revision: be98fce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7918 |14cr|rubygem-memcache-client-1.8.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname memcache-client

Name:       rubygem-%{oname}
Version:    1.8.5
Release:    3
Summary:    A Ruby library for accessing memcached
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/mperham/memcache-client
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
A Ruby library for accessing memcached.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x

%clean

%files
%defattr(-, root, root, -)
%{_bindir}/memcached_top
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/FAQ.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/performance.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.5-3
+ Revision: 6f6bbcd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7919 |14cr|rubygem-metaclass-0.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from metaclass-0.0.1.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	metaclass

Summary:	Adds a metaclass method to all Ruby objects
Name:		rubygem-%{rbname}

Version:	0.0.1
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/floehopper/metaclass
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Adds a metaclass method to all Ruby objects

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f test

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/metaclass
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/metaclass/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*.rb




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-3
+ Revision: d13a03d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7920 |14cr|rubygem-mime-types-1.19-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	mime-types

Summary:	MIME content type identification library for ruby
Name:		rubygem-%{oname}
Version:	1.19
Release:	3
License:	GPLv2+ or Ruby or Perl Artistic License
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	rubygem-hoe >= 1.8.3
Requires:	rubygem(simplecov)
Requires:	rubygem-nokogiri
Requires:	rubygem-archive-tar-minitar
BuildArch:	noarch

%description
This ruby library allows for the identification of a file's likely MIME content
type. The identification of MIME content type is based on a file's filename
extensions.

%prep

%build

%install
gem install --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache/%{oname}-%{version}.gem

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.19-3
+ Revision: ec336b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7921 |14cr|rubygem-minitest-5.3.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from minitest-2.11.0.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	minitest

Summary:	Testing facilities supporting TDD, BDD, mocking, and benchmarking

Name:		rubygem-%{rbname}

Version:	5.3.4
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		https://github.com/seattlerb/minitest
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
minitest provides a complete suite of testing facilities supporting
TDD, BDD, mocking, and benchmarking.
"I had a class with Jim Weirich on testing last week and we were
allowed to choose our testing frameworks. Kirk Haines and I were
paired up and we cracked open the code for a few test
frameworks...
I MUST say that mintiest is *very* readable / understandable
compared to the 'other two' options we looked at. Nicely done and
thank you for helping us keep our mental sanity."
-- Wayne E. Seguin
minitest/unit is a small and incredibly fast unit testing framework.
It provides a rich set of assertions to make your tests clean and
readable.
minitest/spec is a functionally complete spec engine. It hooks onto
minitest/unit and seamlessly bridges test assertions over to spec
expectations.
minitest/benchmark is an awesome way to assert the performance of your
algorithms in a repeatable manner. Now you can assert that your newb
co-worker doesn't replace your linear algorithm with an exponential
one!
minitest/mock by Steven Baker, is a beautifully tiny mock object
framework.
minitest/pride shows pride in testing and adds coloring to your test
output. I guess it is an example of how to write IO pipes too. :P
minitest/unit is meant to have a clean implementation for language
implementors that need a minimal set of methods to bootstrap a working
test suite. For example, there is no magic involved for test-case
discovery.
"Again, I can't praise enough the idea of a testing/specing
framework that I can actually read in full in one sitting!"
-- Piotr Szotkowski

%package	doc
Summary:	Documentation for %{name}

Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%clean

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/hoe
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/hoe/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/minitest
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/minitest/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.txt
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.3.4-3
+ Revision: ca3d12b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7922 |14cr|rubygem-mocha-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from mocha-0.9.12.gem by gem2rpm5 -*- rpm-spec -*-
%define	rbname	mocha

Summary:	Mocking and stubbing library
Name:		rubygem-%{rbname}
Version:	1.1.0
Release:	1
Group:		Development/Ruby
License:	GPLv2+ or Ruby
Url:		http://mocha.rubyforge.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
Source1:	%{name}.rpmlintrc
BuildRequires:	rubygems
BuildArch:	noarch

%description
Mocking and stubbing library with JMock/SchMock syntax, which allows
mocking and stubbing of methods on real (non-mock) classes.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(examples|test)/'

%install
%gem_install

%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.0-1
+ Revision: 531ef62
- New version 1.1.0, update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7923 |14cr|rubygem-mongrel-1.1.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rbname	mongrel

Summary:	A small fast HTTP library and server for Ruby apps
Name:		rubygem-%{rbname}

Version:	1.1.5
Release:	5
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://mongrel.rubyforge.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
Patch0:		mongrel-1.1.5-ruby1.9.patch
Patch1:		mongrel-1.1.5-add-licenses-tag.patch
Requires:	rubygem(cgi_multipart_eof_fix)
BuildRequires:	rubygems 
BuildRequires:	ruby-devel

%description
A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa
apps.


%files
%{_bindir}/mongrel_rails
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/mongrel_rails
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/mongrel.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/mongrel/*.yml
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/mongrel/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/tools/*.rb
%{ruby_sitearchdir}/http11.so
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/CHANGELOG
%{ruby_gemdir}/gems/%{rbname}-%{version}/COPYING
%{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%{ruby_gemdir}/gems/%{rbname}-%{version}/README
%{ruby_gemdir}/gems/%{rbname}-%{version}/examples/*
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*

%prep
%setup -q
%patch0 -p1 -b .ruby19~
gunzip metadata.gz
%patch1 -p1 -b .licenses~
gzip metadata

%build
%gem_build -f '(examples|test|tools)'

%install
%gem_install

perl -pi -e "s|/usr/local/bin/ruby|/usr/bin/ruby|" %{buildroot}%{ruby_gemdir}/gems/%{rbname}-%{version}/examples/webrick_compare.rb
chmod +x %{buildroot}%{ruby_gemdir}/gems/%{rbname}-%{version}/examples/webrick_compare.rb
chmod +x %{buildroot}%{ruby_gemdir}/gems/%{rbname}-%{version}/examples/camping/blog.rb
chmod +x %{buildroot}%{ruby_gemdir}/gems/%{rbname}-%{version}/examples/camping/tepee.rb
sed -i -e '1i#!/usr/bin/ruby' %{buildroot}%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/mongrel_rails


%changelog
* Mon Aug 25 2014 abfonly <abfonly@gmail.com> 1.1.5-5
+ Revision: 093bd13
- Merge pull request #1 from abfonly/rubygem-mongrel:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7924 |14cr|rubygem-msgpack-0.5.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname msgpack

Summary:	MessagePack, a binary-based efficient data interchange format
Name:		rubygem-%{rbname}
Version:	0.5.8
Release:	1
License:	ASL 2.0
Group:		Development/Ruby
Url:		http://msgpack.sourceforge.net/
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildRequires:	pkgconfig(ruby)
Conflicts:	ruby-msgpack < 0.5.8
Obsoletes:	ruby-msgpack < 0.5.8

%description
MessagePack, a binary-based efficient data interchange format.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}/%{rbname}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Mon Sep 22 2014 Rosa <rosa@abf.rosalinux.ru> 0.5.8-1
+ Revision: 07b585c
- Automatic import for version 0.5.8-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7925 |14cr|rubygem-multi_json-1.10.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname multi_json

Name:       rubygem-%{rbname}
Version:    1.10.1
Release:    1
Summary:    A gem to provide swappable JSON backends
Group:      Development/Ruby
License:    GPLv2+
URL:        http://github.com/intridea/multi_json
Source0:    http://rubygems.org/downloads/%{rbname}-%{version}.gem
BuildRequires: rubygems

Requires:   rubygems
Suggests:   rubygem(rspec)

BuildArch:  noarch


%description
A gem to provide swappable JSON backends utilizing Yajl::Ruby, the JSON gem,
ActiveSupport, or JSON pure.

#-------------------------------------------------------------------------------
%package        doc
Summary:    Documentation for %{name}
Group:      Development/Ruby
Requires:   %{name} = %{version}-%{release}

%description    doc
Documents, Rdoc & RI documentation for %{name}.
#-------------------------------------------------------------------------------
%prep
%setup -q
sed -i /spec.signing_key/d %{rbname}.gemspec

%build
%gem_build

%install
%gem_install


%files
%doc README.md
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/multi_json

%files doc
%doc LICENSE.md
%{ruby_gemdir}/doc/%{rbname}-%{version}




%changelog
* Thu Aug 14 2014 abfonly <abfonly@gmail.com> 1.10.1-1
+ Revision: a9b9fc5
- Merge pull request #1 from abfonly/rubygem-multi_json:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7926 |14cr|rubygem-multipart-post-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname multipart-post

Summary:	Use with Net::HTTP to do multipart form posts
Name:		rubygem-%{rbname}
Version:	2.0.0
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Use with Net::HTTP to do multipart form posts.

IO values that have #content_type, #original_filename,
and #local_path will be posted as a binary file.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Thu Sep 25 2014 Rosa <rosa@abf.rosalinux.ru> 2.0.0-1
+ Revision: 81ef339
- Automatic import for version 2.0.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7927 |14cr|rubygem-multi_test-0.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname multi_test

Summary:	Wafter-thin gem to help control rogue test/unit/autorun requires
Name:		rubygem-%{rbname}
Version:	0.1.1
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://github.com/rspec/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Wafter-thin gem to help control rogue test/unit/autorun requires.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Tue Sep 23 2014 Rosa <rosa@abf.rosalinux.ru> 0.1.1-1
+ Revision: 655bf37
- Automatic import for version 0.1.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7928 |14cr|rubygem-multi_xml-0.5.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname multi_xml

Summary:	Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML
Name:		rubygem-%{rbname}
Version:	0.5.5
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/downloads/%{rbname}
Source0:	http://rubygems.org/downloads/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%changelog
* Thu Sep 25 2014 Rosa <rosa@abf.rosalinux.ru> 0.5.5-1
+ Revision: daeeb06
- Automatic import for version 0.5.5-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7929 |14cr|rubygem-mustache-0.11.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mustache

Name:       rubygem-%{oname}
Version:    0.11.2
Release:    3
Summary:    Mustache is a framework-agnostic way to render logic-free views
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/defunkt/mustache
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Inspired by ctemplate, Mustache is a framework-agnostic way to render
logic-free views.
As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template
language.
Think of Mustache as a replacement for your views. Instead of views
consisting of ERB or HAML with random helpers and arbitrary logic,
your views are broken into two parts: a Ruby class and an HTML
template.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x

%clean

%files
%defattr(-, root, root, -)
%{_bindir}/mustache
%{ruby_gemdir}/gems/%{oname}-%{version}/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.2-3
+ Revision: 5d32686
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7930 |14cr|rubygem-mysql-2.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define	rbname	mysql

Summary:	This is the MySQL API module for Ruby
Name:		rubygem-%{rbname}

Version:	2.9.1
Release:	1
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://mysql-win.rubyforge.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildRequires:	ruby-devel 
BuildRequires:	mysql-devel

# keep this please .Sflo
%if %{mdvver} >= 201410
Provides:	rubygem-mariadb
%endif

%rename		ruby-mysql

%description
This is the MySQL API module for Ruby. It provides the same functions for Ruby
programs that the MySQL C API provides for C programs.
This is a conversion of tmtm's original extension into a proper RubyGems.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/extra/*.css
%{ruby_gemdir}/gems/%{rbname}-%{version}/extra/*.html
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/gems/%{rbname}-%{version}/tasks/*.rake
%{ruby_sitearchdir}/mysql/mysql_api.so
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
#-----------------------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.txt
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*.rb
#-----------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(extra|tasks|test)'

%install
%gem_install

rm -fr %{buildroot}%{ruby_gemdir}/gems/%{rbname}-%{version}/.gemtest
perl -pi -e "s|/usr/local/bin/ruby|/usr/bin/ruby|" %{buildroot}%{ruby_gemdir}/gems/%{rbname}-%{version}/test/test_mysql.rb
chmod +x %{buildroot}%{ruby_gemdir}/gems/%{rbname}-%{version}/test/test_mysql.rb





%changelog
* Tue Aug 26 2014 abfonly <abfonly@gmail.com> 2.9.1-1
+ Revision: c34519c
- Merge pull request #1 from abfonly/rubygem-mysql:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7931 |14cr|rubygem-ncurses-ruby-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
        
%define	rbname	ncurses

Summary:	Ruby wrapper for ncurses library
Name:		rubygem-%{rbname}-ruby

Version:	1.2.4
Release:	1
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://ncurses-ruby.berlios.de/
Source0:	http://rubygems.org/gems/%{rbname}-ruby-%{version}.gem

BuildRequires:	rubygems 
BuildRequires:	ruby-devel
BuildRequires:	rubygem(rake)
BuildRequires:	pkgconfig(ncurses)
%rename		ruby-ncurses

%description
This wrapper provides access to the functions, macros, global variables and
constants of the ncurses library.  These are mapped to a Ruby Module named
"Ncurses":  Functions and external variables are implemented as singleton
functions of the Module Ncurses.

%files
%{ruby_gemdir}/gems/%{rbname}-ruby-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-ruby-%{version}/lib/%{rbname}-ruby/*.rb
%{ruby_gemdir}/specifications/%{rbname}-ruby-%{version}.gemspec
%{ruby_sitearchdir}/*.so
#----------------------------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-ruby-%{version}
#----------------------------------------------------------------

%prep
%setup -q


%build
%gem_build

%install
%gem_install

sed -i -e '1i#!/usr/bin/ruby' %{buildroot}%{ruby_gemdir}/gems/ncurses-ruby-1.2.4/lib/ncurses.rb



%changelog
* Tue Aug 26 2014 abfonly <abfonly@gmail.com> 1.2.4-1
+ Revision: 06af2c6
- Merge pull request #1 from abfonly/rubygem-ncurses:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7932 |14cr|rubygem-nokogiri-1.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from nokogiri-1.5.0.gem by gem2rpm5 -*- rpm-spec -*-
%define	rbname	nokogiri

Summary:	Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser
Name:		rubygem-%{rbname}

Version:	1.5.0
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://nokogiri.org
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
Patch0:		nokogiri-1.5.0-string-format-fix.patch
BuildRequires:	rubygems 
BuildRequires:	ruby-devel
BuildRequires:	libxslt-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	locales-en

%description
Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser.  Among Nokogiri's
many features is the ability to search documents via XPath or CSS3 selectors.
XML is like violence - if it doesn’t solve your problems, you are not using
enough of it.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q
%patch0 -p1 -b .str_fmt~

%build
export LC_ALL=en_US.UTF-8
%gem_build

%install
%gem_install

%files
%{_bindir}/nokogiri
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/ext
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/xsd
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/nokogiri
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/ext/nokogiri
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/css
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/css/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/css/*.rex
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/css/*.y
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/decorators
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/decorators/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/html
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/html/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/html/sax
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/html/sax/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/node
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/node/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/pp
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/pp/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/sax
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/sax/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/xpath
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/xpath/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xslt
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xslt/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/xsd/xmlparser
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/xsd/xmlparser/*.rb

%{ruby_sitearchdir}/%{rbname}/*.so
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec


%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.txt
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/ext/nokogiri/*.c
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-4
+ Revision: 590c7a1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7933 |14cr|rubygem-oa-core-0.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname oa-core

Name:       rubygem-%{oname}
Version:    0.0.5
Release:    3
Summary:    HTTP Basic strategies for OmniAuth
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/intridea/omniauth
Source0:    %{oname}-%{version}.gem
Requires:   rubygems
Suggests:   rubygem(rake)
Suggests:   rubygem(mg) >= 0.0.8
Suggests:   rubygem(rspec) >= 1.3.0
Suggests:   rubygem(webmock) >= 1.3.4
Suggests:   rubygem(rack-test) >= 0.5.4
Suggests:   rubygem(json) >= 1.4.3
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
HTTP Basic strategies for OmniAuth.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/CHANGELOG.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE.rdoc
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-3
+ Revision: 9aab645
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7934 |14cr|rubygem-oa-oauth-0.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname oa-oauth

Name:       rubygem-%{oname}
Version:    0.0.1
Release:    3
Summary:    OAuth strategies for OmniAuth
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/intridea/omniauth
Source0:    %{oname}-%{version}.gem
Requires:   rubygems
Suggests:   rubygem(rspec)
Suggests:   rubygem(webmock)
Suggests:   rubygem(rack-test)
Suggests:   rubygem(mg)
BuildRequires: rubygems
BuildArch: noarch
Provides: rubygem(%{oname}) = %{version}

%description
OAuth strategies for OmniAuth.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/*.rdoc
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-3
+ Revision: fa93f61
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7935 |14cr|rubygem-oauth-0.4.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from oauth-0.4.4.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	oauth

Summary:	OAuth Core Ruby implementation
Name:		rubygem-%{rbname}

Version:	0.4.4
Release:	4
Group:		Development/Ruby
License:	MIT
URL:		http://%{rbname}.rubyforge.org/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
This is a RubyGem for implementing both OAuth clients and servers in Ruby
applications.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f '(Gemfile|Rakefile|examples|tasks|test)'

%install
%gem_install

%clean

%files
%{_bindir}/oauth
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%{ruby_gemdir}/gems/%{rbname}-%{version}/Gemfile*
%{ruby_gemdir}/gems/%{rbname}-%{version}/Rakefile
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/oauth
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/digest
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/digest/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/oauth
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/oauth/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/tasks
%{ruby_gemdir}/gems/%{rbname}-%{version}/tasks/*.rake
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/TODO
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/examples
%{ruby_gemdir}/gems/%{rbname}-%{version}/examples/*.rb



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-4
+ Revision: 2c6c0c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7936 |14cr|rubygem-oauth2-0.0.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname oauth2

Name:       rubygem-%{oname}
Version:    0.0.13
Release:    3
Summary:    A Ruby wrapper for the OAuth 2.0 protocol
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/intridea/oauth2
Source0:    %{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(faraday) >= 0.4.1
Requires:   rubygem(multi_json) >= 0.0.4
Requires:   rubygem(rspec)
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the
original OAuth gem.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

rm -f %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.gitignore

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/.document
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/gems/%{oname}-%{version}/specs.watchr
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/CHANGELOG.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/VERSION
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/%{oname}.gemspec
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.13-3
+ Revision: 6b123ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7937 |14cr|rubygem-oauth2-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname oauth2

Summary:	A Ruby wrapper for the OAuth 2.0 protocol
Name:		rubygem-%{rbname}
Version:	1.0.0
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the
original OAuth gem.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 1.0.0

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Thu Sep 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-1
+ Revision: 6027bce
- New version 1.0.0, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7938 |14cr|rubygem-openssl-nonblock-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define	rbname	openssl-nonblock

Summary:	Non-blocking support for Ruby OpenSSL
Name:		rubygem-%{rbname}

Version:	0.2.1
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://rev.rubyforge.org
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildRequires:	ruby-devel
BuildRequires:	openssl-devel

%description
Non-blocking support for Ruby OpenSSL

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/openssl
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/openssl/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/*.so
#------------------------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
#------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install








%changelog
* Wed Aug 27 2014 abfonly <abfonly@gmail.com> 0.2.1-4
+ Revision: d740f84
- Merge pull request #1 from abfonly/rubygem-openssl-nonblock:rosa2014.1
- abf only



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7939 |14cr|rubygem-pam-1.5.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from pam-1.5.3.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	pam

Summary:	Ruby bindings for pam
Name:		rubygem-%{rbname}

Version:	1.5.3
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://sourceforge.net/projects/ruby-pam
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
Patch0:		pam-1.5.3-ruby1.9.patch
Patch1:		pam-1.5.3-add-missing-tags-to-metadata.patch
BuildRequires:	rubygems 
BuildRequires:	ruby-devel
BuildRequires:	pam-devel
%rename		ruby-pam

%description
Ruby bindings pam.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q
%patch0 -p1 -b .ruby19~
gunzip metadata.gz
%patch1 -p1 -b .missing_field~
gzip metadata

%build
%gem_build -f test

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*.rb
%{ruby_sitearchdir}/_%{rbname}.so
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.3-3
+ Revision: 7d4541d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7940 |14cr|rubygem-ParseTree-3.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ParseTree

Name:       rubygem-%{oname}
Version:    3.0.6
Release:    2
Summary:    A C extension that extracts the parse tree for an entire class
Group:      Development/Ruby
License:    MIT
URL:        http://rubyforge.org/projects/parsetree/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}
Requires:   rubygems
Requires:   rubygem(RubyInline) >= 3.7.0
Requires:   rubygem(sexp_processor) >= 3.0.0
Requires:   rubygem(rubyforge) >= 2.0.4
Requires:   rubygem(minitest) >= 1.6.0
Requires:   rubygem(hoe) >= 2.6.0
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
ParseTree is a C extension (using RubyInline) that extracts the parse
tree for an entire class or a specific method and returns it as a
s-expression (aka sexp) using ruby's arrays, strings, symbols, and
integers.
As an example:
def conditional1(arg1)
if arg1 == 0 then
return 1
end
return 0
end
becomes:
[:defn,
:conditional1,
[:scope,
[:block,
[:args, :arg1],
[:if,
[:call, [:lvar, :arg1], :==, [:array, [:lit, 0]]],
[:return, [:lit, 1]],
nil],
[:return, [:lit, 0]]]]]


%prep

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod 755
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/lib -type f | xargs chmod 644
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/test -type f | xargs chmod 755
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/demo -type f | xargs chmod 755
chmod 755 %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/validate.sh

#fix shebang once again...
ruby -pi -e 'sub(/\/usr\/local\/bin\/ruby/, "/usr/bin/env ruby")' %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/{bin/*,lib/parse_tree.rb,test/*.rb,demo/*}

%files
%defattr(-, root, root, -)
%{_bindir}/parse_tree_abc
%{_bindir}/parse_tree_audit
%{_bindir}/parse_tree_deps
%{_bindir}/parse_tree_show
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/.autotest
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/demo/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%{ruby_gemdir}/gems/%{oname}-%{version}/validate.sh
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Manifest.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.txt
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.6-2
+ Revision: b9532e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7941 |14cr|rubygem-patron-0.4.18-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname patron

Summary:    Patron HTTP client
Name:       rubygem-%{oname}
Version:    0.4.18
Release:    4
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/toland/Patron
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildRequires: ruby-devel
BuildRequires: pkgconfig(libcurl)

Provides:   rubygem(%{oname}) = %{version}

%description
Ruby HTTP client library based on libcurl


%prep

%build
mkdir -p .%{ruby_gemdir}
gem install -V --local --install-dir .%{ruby_gemdir} \
               --force --rdoc %{SOURCE0}

%install
mkdir -p %{buildroot}%{ruby_gemdir}
cp -a .%{ruby_gemdir}/* %{buildroot}%{ruby_gemdir}
rm -rf %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/ext/
rm -f %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.autotest
rm -f %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.gitignore
rm -f %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.rspec

# install the so file in sitearchdir
mkdir -p %{buildroot}%{ruby_sitearchdir}
mv %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/lib/patron/*.so %{buildroot}%{ruby_sitearchdir}

%files
%{ruby_gemdir}/gems/%{oname}-%{version}/*
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/doc/extensions/*/*/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%{ruby_gemdir}/extensions/*/*/%{oname}-%{version}
%{ruby_sitearchdir}/*.so



%changelog
* Fri Sep 12 2014 abfonly <abfonly@gmail.com> 0.4.18-4
+ Revision: eb1b310
- Fixed BR, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7942 |14cr|rubygem-pg-0.17.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define	rbname	pg

Summary:	Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]
Name:		rubygem-%{rbname}

Version:	0.17.1
Release:	1
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		https://bitbucket.org/ged/ruby-pg
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildRequires:	ruby-devel
BuildRequires:	postgresql-devel

%description
Pg is the Ruby interface to the {PostgreSQL
RDBMS}[http://www.postgresql.org/].
It works with {PostgreSQL 8.3 and later}.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/ext/*.c
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/pg/*.rb
%{ruby_sitearchdir}/*.so
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#-----------------------------------------------------------
%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.txt
%{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%{ruby_gemdir}/gems/%{rbname}-%{version}/POSTGRES
%{ruby_gemdir}/gems/%{rbname}-%{version}/ext/*.txt
#-----------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install





%changelog
* Wed Aug 27 2014 abfonly <abfonly@gmail.com> 0.17.1-1
+ Revision: 93d958a
- Merge pull request #1 from abfonly/rubygem-pg:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7943 |14cr|rubygem-pickle-0.2.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pickle

Name:       rubygem-%{oname}
Version:    0.2.12
Release:    3
Summary:    Easy model creation and reference in your cucumber features
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/ianwhite/pickle/tree
Source0:    http://rubygems.org/downloads/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(cucumber) >= 0.8
Requires:   rubygem(yard)
Requires:   rubygem(rspec)
Requires:   rubygem(rake)
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Easy model creation and reference in your cucumber features

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

rm -f %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.gitignore

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/features/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/rails_generators/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/gems/%{oname}-%{version}/init.rb
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/License.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile*
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Todo.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/VERSION
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/%{oname}.gemspec
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.12-3
+ Revision: a678dc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7944 |14cr|rubygem-pickle-0.4.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname pickle

Summary:	Easy model creation and reference in your cucumber features
Name:		rubygem-%{rbname}
Version:	0.4.11
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/downloads/%{rbname}
Source0:	http://rubygems.org/downloads/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Easy model creation and reference in your cucumber features.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 0.4.11

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%changelog
* Thu Sep 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.11-1
+ Revision: 7065f2b
- New version 0.4.11, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7945 |14cr|rubygem-plist-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	plist

Summary:	A ruby library to manipulate Property List files
Name:		rubygem-%{oname}
Version:	3.0.0
Release:	4
License:	MIT
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems
BuildArch:	noarch

%description
Plist is a library to manipulate Property List files, also known as plists.
It can parse plist files into native Ruby data structures as well as generating
new plist files from your Ruby objects.

%prep

%build

%install
gem install --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/ext

%clean

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-4
+ Revision: eb56416
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7946 |14cr|rubygem-postgres-0.8.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from postgres-0.8.1.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	postgres

Summary:	Deprecated version of the Ruby PostgreSQL driver
Name:		rubygem-%{rbname}

Version:	0.8.1
Release:	5
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		https://bitbucket.org/ged/ruby-pg
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch
%rename     ruby-postgres

%description
This is an old, deprecated version of the Ruby PostgreSQL driver that hasn't
been maintained or supported since early 2008.
You should install/require 'pg' instead.
If you need the 'postgres' gem for legacy code that can't be converted, you
can
still install it using an explicit version, like so:
gem install postgres -v '0.7.9.2008.01.28'
gem uninstall postgres -v '>0.7.9.2008.01.28'
If you have any questions, the nice folks in the Google group can help:
http://goo.gl/OjOPP / ruby-pg@googlegroups.com

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.txt
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-5
+ Revision: 5966257
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7947 |14cr|rubygem-prawn-0.8.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname prawn

Summary:    A fast and nimble PDF generator for Ruby
Name:       rubygem-%{oname}
Version:    0.8.4
Release:    3
Group:      Development/Ruby
License:    Ruby or GPLv2
URL:        http://wiki.github.com/sandal/prawn
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(prawn-core) >= 0.8.4
Requires:   rubygem(prawn-core) < 0.9
Requires:   rubygem(prawn-layout) >= 0.8.4
Requires:   rubygem(prawn-layout) < 0.9
Requires:   rubygem(prawn-security) >= 0.8.4
Requires:   rubygem(prawn-security) < 0.9
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Prawn is a fast, tiny, and nimble PDF generator for Ruby

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%{ruby_gemdir}/gems/%{oname}-%{version}/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.4-3
+ Revision: 76c856d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7948 |14cr|rubygem-prawn-core-0.8.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname prawn-core

Summary:    A fast and nimble PDF generator for Ruby
Name:       rubygem-%{oname}
Version:    0.8.4
Release:    3
Group:      Development/Ruby
License:    Ruby or GPLv2
URL:        http://prawn.majesticseacreature.com
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Prawn is a fast, tiny, and nimble PDF generator for Ruby

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/data/
%{ruby_gemdir}/gems/%{oname}-%{version}/examples/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/gems/%{oname}-%{version}/vendor/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/HACKING
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/COPYING
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.4-3
+ Revision: 18be696
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7949 |14cr|rubygem-prawn-format-0.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname prawn-format

Name:       rubygem-%{oname}
Version:    0.2.3
Release:    3
Summary:    An extension of Prawn that allows inline formatting
Group:      Development/Ruby
License:    GPLv2+
URL:        http://rubyforge.org/projects/prawn
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(prawn-core) >= 0
Requires:   rubygem(echoe) >= 0
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
An extension of Prawn that allows inline formatting

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/manual/
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Manifest
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/%{oname}.gemspec
%{ruby_gemdir}/gems/%{oname}-%{version}/examples/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-3
+ Revision: 7e5ae92
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7950 |14cr|rubygem-prawn-layout-0.8.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname prawn-layout

Summary:    An extension to Prawn that provides table support
Name:       rubygem-%{oname}
Version:    0.8.4
Release:    3
Group:      Development/Ruby
License:    Ruby or GPLv2
URL:        http://prawn.majesticseacreature.com
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(prawn-core)
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
An extension to Prawn that provides table support and other layout
functionality

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/examples/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.4-3
+ Revision: 7ca00d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7951 |14cr|rubygem-prawn-security-0.8.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname prawn-security

Name:       rubygem-%{oname}
Version:    0.8.4
Release:    3
Summary:    Popular Password Protection & Permissions for Prawn PDFs
Group:      Development/Ruby
License:    Ruby or GPLv2
URL:        http://github.com/madriska/prawn-security/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Prawn/Security adds document encryption, password protection, and
permissions to Prawn.

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/examples/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/COPYING
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.4-3
+ Revision: ecc3c83
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7952 |14cr|rubygem-racc-1.4.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define	rbname	racc

Summary:	Racc is a LALR(1) parser generator
Name:		rubygem-%{rbname}

Version:	1.4.12
Release:	1
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://i.loveruby.net/en/projects/racc/
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildRequires:	ruby-devel

%description
Racc is a LALR(1) parser generator.
It is written in Ruby itself, and generates Ruby program.
NOTE: Ruby 1.8.x comes with Racc runtime module.  You
can run your parsers generated by racc 1.4.x out of the
box.

%files
%{_bindir}/racc
%{_bindir}/racc2y
%{_bindir}/y2racc
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/racc
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/racc2y
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/y2racc
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/racc/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/racc/pre-setup
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}/*.so
#---------------------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.txt
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/rdoc/en/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/rdoc/ja/*.ja.rdoc
#---------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install

perl -pi -e "s|/usr/local/bin/ruby|/usr/bin/ruby|" %{buildroot}%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/racc2y
perl -pi -e "s|/usr/local/bin/ruby|/usr/bin/ruby|" %{buildroot}%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/y2racc







%changelog
* Sat Aug 30 2014 abfonly <abfonly@gmail.com> 1.4.12-1
+ Revision: e7f0bbb
- Merge pull request #2 from abfonly/rubygem-racc:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7953 |14cr|rubygem-rack-1.5.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rbname	rack

Summary:	A modular Ruby webserver interface
Name:		rubygem-%{rbname}

Version:	1.5.2
Release:	4
Group:		Development/Ruby
License:	MIT
URL:		http://rack.rubyforge.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
Requires:	ruby-RubyGems
Requires:	rubygem(bacon)	
Requires:	rubygem(memcache-client)	
Requires:	rubygem(mongrel)	
BuildRequires:	ruby-RubyGems 
BuildRequires:	rubygem(bacon)
BuildRequires:	rubygem(mongrel)
BuildArch:	noarch


%description
Rack provides minimal, modular and adaptable interface for developing
web applications in Ruby.  By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.

%files
%{_bindir}/rackup
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/rackup
%{ruby_gemdir}/gems/%{rbname}-%{version}/contrib/*.svg
%{ruby_gemdir}/gems/%{rbname}-%{version}/contrib/*.png
%{ruby_gemdir}/gems/%{rbname}-%{version}/contrib/*.css
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
#------------------------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books 
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/KNOWN-ISSUES
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README.rdoc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/example/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/example/*.ru
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*
#------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(contrib|example|test)/'

%install
%gem_install







%changelog
* Mon Aug 25 2014 abfonly <abfonly@gmail.com> 1.5.2-4
+ Revision: 7c27e00
- Merge pull request #1 from abfonly/rubygem-rack:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7954 |14cr|rubygem-rack-protection-1.5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   rack-protection

Name:       rubygem-%{oname}
Version:    1.5.3
Release:    1
Summary:    Protection for Rack
Group:      Development/Ruby
License:    Ruby License
URL:        http://rdoc.rubyforge.org
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildArch:  noarch

%description
Something Rack related.

%files
%{ruby_gemdir}/gems/%{oname}-%{version}/lib
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec

#-------------------------------------------------------------------------------
%package        doc
Summary:    Documentation for %{name}
Group:      Development/Ruby
Requires:   %{name} = %{version}-%{release}

%description    doc
Documents, Rdoc & RI documentation for %{name}.


%files          doc
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
#-------------------------------------------------------------------------------

%prep
%setup -q
tar xmf data.tar.gz

%build
%gem_build

%install
%gem_install





%changelog
* Tue Aug 26 2014 abfonly <abfonly@gmail.com> 1.5.3-1
+ Revision: a629f1a
- Merge pull request #1 from abfonly/rubygem-rack-protection:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7955 |14cr|rubygem-rack-ssl-1.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from rack-1.2.2.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	rack-ssl

Summary:	A modular Ruby webserver interface
Name:		rubygem-%{rbname}

Version:	1.3.2
Release:	4
Group:		Development/Ruby
License:	MIT
URL:		http://rack.rubyforge.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
Requires:	ruby-RubyGems
BuildRequires:	ruby-RubyGems 
BuildArch:	noarch
#rename		ruby-rack

%description
Rack provides minimal, modular and adaptable interface for developing
web applications in Ruby.  By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.

%prep
%setup -q

%build
%gem_build -f '(contrib|example|test)/'

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-4
+ Revision: 498a5ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7956 |14cr|rubygem-railties-4.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from railties-3.2.1.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	railties

Summary:	Tools for creating, working with, and running Rails applications
Name:		rubygem-%{rbname}

Version:	4.1.1
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://www.rubyonrails.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
Source1:	%{name}.rpmlintrc
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Rails internals: application bootup, plugins, generators, and rake tasks.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f guides

%install
%gem_install

%files
%{_bindir}/rails
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/rails
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.1-3
+ Revision: f4804ec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7957 |14cr|rubygem-rake-10.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname   rake

Summary:    Simple ruby build program with capabilities similar to make
Name:       rubygem-%{rbname}
Version:    10.0.4
Release:    2
License:    MIT
Group:      Development/Ruby
URL:        http://rake.rubyforge.org/
Source0:    http://rubygems.org/downloads/%{rbname}-%{version}.gem
BuildArch:  noarch
BuildRequires: rubygems
BuildRequires: p7zip

%description
This package contains Rake, a simple ruby build program with capabilities
similar to make.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

# Install manpage
mkdir -p %{buildroot}%{_mandir}/man1/
# use 7z and not gzip, as the file is corrupted.
# For some reason it works fine with 7z.
7z e doc/%{rbname}.1.gz 
install %{rbname}.1 %{buildroot}%{_mandir}/man1/rake.1

%files
%{_bindir}/rake
%{_mandir}/man1/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/rake
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/doc
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/doc/release_notes
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake/contrib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake/contrib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake/ext
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake/ext/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake/loaders
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake/loaders/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%{ruby_gemdir}/gems/%{rbname}-%{version}/CHANGES
%{ruby_gemdir}/gems/%{rbname}-%{version}/MIT-LICENSE
%{ruby_gemdir}/gems/%{rbname}-%{version}/TODO
%{ruby_gemdir}/gems/%{rbname}-%{version}/doc/*.rdoc
%{ruby_gemdir}/gems/%{rbname}-%{version}/doc/release_notes/*.rdoc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 10.0.4-2
+ Revision: 9e43387
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7958 |14cr|rubygem-rake-compiler-0.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rake-compiler

Name:       rubygem-%{oname}
Version:    0.8.0
Release:	4
Summary:    Rake-based Ruby Extension (C, Java) task generator
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/luislavena/rake-compiler
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Provide a standard and simplified way to build and package
Ruby extensions (C, Java) using Rake as glue.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x

find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/lib -type f -exec sed -i -e '/#!/d' {} \;

%files
%{_bindir}/rake-compiler
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/Isolate
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/features/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/gems/%{oname}-%{version}/tasks/
%{ruby_gemdir}/gems/%{oname}-%{version}/cucumber.yml
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-4
+ Revision: 8f0dcc9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7959 |14cr|rubygem-raspell-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from raspell-1.2.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	raspell

Summary:	An interface binding for the Aspell spelling checker
Name:		rubygem-%{rbname}

Version:	1.3
Release:	3
Group:		Development/Ruby
License:	GPLv2+
URL:		http://blog.evanweaver.com/files/doc/fauna/raspell/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
Patch0:		raspell-1.3-format-string-fixes.patch
Requires:	aspell
BuildRequires:	aspell-devel
BuildRequires:	rubygems >= 1.2
BuildRequires:	ruby-devel

%description
An interface binding for the Aspell spelling checker.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_sitearchdir}/raspell.so
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
#-------------------------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/CHANGELOG
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README.rdoc
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*.rb
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#-------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .str_fmt~

%build
%gem_build -f test

%install
%gem_install







%changelog
* Sat Aug 30 2014 abfonly <abfonly@gmail.com> 1.3-3
+ Revision: 3fae272
- Updated rubygem-raspell.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7960 |14cr|rubygem-rb-fsevent-0.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname rb-fsevent

Summary:	FSEvents API with Signals catching (without RubyCocoa)
Name:		rubygem-%{rbname}
Version:	0.9.4
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
FSEvents API with Signals catching (without RubyCocoa).

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Mon Sep 29 2014 Rosa <rosa@abf.rosalinux.ru> 0.9.4-1
+ Revision: 708bb5f
- Automatic import for version 0.9.4-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7961 |14cr|rubygem-rb-inotify-0.9.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname rb-inotify

Summary:	Ruby wrapper for Linux's inotify, using FFI
Name:		rubygem-%{rbname}
Version:	0.9.5
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
A Ruby wrapper for Linux's inotify, using FFI.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/README.md

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Mon Sep 29 2014 Rosa <rosa@abf.rosalinux.ru> 0.9.5-1
+ Revision: a396177
- Automatic import for version 0.9.5-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7962 |14cr|rubygem-rdiscount-1.6.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from rdiscount-1.6.8.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	rdiscount

Summary:	Fast Implementation of Gruber's Markdown in C
Name:		rubygem-%{rbname}

Version:	1.6.8
Release:	3
Group:		Development/Ruby
License:	BSD
URL:		http://github.com/rtomayko/rdiscount
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildRequires:	ruby-devel
BuildRequires:	rubygem(rake)

%description
Fast Implementation of Gruber's Markdown in C

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f '(man|test)/'

%install
%gem_install

%clean

%files
%{_bindir}/rdiscount
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/rdiscount
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/man
%{ruby_gemdir}/gems/%{rbname}-%{version}/man/*.1
%{ruby_gemdir}/gems/%{rbname}-%{version}/man/*.7
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}.so

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/COPYING
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/man/*.ronn
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.8-3
+ Revision: 49525f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7963 |14cr|rubygem-RedCloth-4.2.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rbname	RedCloth

Summary:	A textile parser for Ruby
Name:		rubygem-%{rbname}
Version:	4.2.9
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://%{rbname}.rubyforge.org/
Source0:	https://rubygems.org/downloads/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildRequires:	pkgconfig(ruby)

%description
RedCloth is a Ruby library for converting Textile into HTML.

%files
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%{_bindir}/redcloth
%{ruby_gemdir}/gems/%{rbname}-%{version}
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/redcloth_scan.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Wed Sep 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.9-1
+ Revision: 85f94d6
- New version 4.2.9, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7964 |14cr|rubygem-ref-1.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname ref

Summary:	Weak, soft, and strong references in Ruby that work across multiple runtimes
Name:		rubygem-%{rbname}
Version:	1.0.5
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Library that implements weak, soft, and strong references in Ruby that work
across multiple runtimes (MRI, REE, YARV, Jruby, Rubinius, and IronRuby).
Also includes implementation of maps/hashes that use references and a reference
queue.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/README.rdoc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Thu Sep 25 2014 Rosa <rosa@abf.rosalinux.ru> 1.0.5-1
+ Revision: 4df2175
- Automatic import for version 1.0.5-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7965 |14cr|rubygem-rexical-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rexical

Summary:    Rexical is a lexical scanner generator
Name:       rubygem-%{oname}
Version:    1.0.5
Release:	4
Group:      Development/Ruby
License:    LGPLv2
URL:        http://github.com/tenderlove/rexical/tree/master
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(hoe) >= 2.3.1
BuildRequires: rubygems
BuildArch:  noarch
Provides: rubygem(%{oname}) = %{version}

%description
Rexical is a lexical scanner generator.
It is written in Ruby itself, and generates Ruby program.
It is designed for use with Racc.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x

sed -i 's!#!.*!#!/usr/bin/env ruby' %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/test/rex*

%files
%{_bindir}/rex
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/sample/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.ja
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Manifest.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/CHANGELOG.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/DOCUMENTATION.en.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/DOCUMENTATION.ja.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-4
+ Revision: e50ad37
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7966 |14cr|rubygem-riddle-1.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from riddle-1.2.2.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	riddle

Summary:	An API for Sphinx, written in and for Ruby
Name:		rubygem-%{rbname}

Version:	1.2.2
Release:	3
Group:		Development/Ruby
License:	MIT
URL:		http://riddle.freelancing-gods.com
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
A Ruby API and configuration helper for the Sphinx search service.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f spec

%install
%gem_install

%clean

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/riddle
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/riddle/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/spec
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.textile
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-3
+ Revision: 57ebfa8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7967 |14cr|rubygem-rmail-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from rmail-1.0.0.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	rmail

Summary:	A MIME mail parsing and generation library
Name:		rubygem-%{rbname}

Version:	1.0.0
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://www.rfc20.org/rubymail
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch
Obsoletes:	ruby-rmai

%description
RMail is a lightweight mail library containing various utility classes and
modules that allow ruby scripts to parse, modify, and generate MIME mail
messages.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
#% gem_build

%install
#% gem_install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

# Remove shebang from files that do not have executable permissions
for file in `find %{buildroot}/ -type f ! -perm /a+x -name "*.rb"`; do
    [ ! -z "`head -n 1 $file | grep \"^#!/\"`" ] && sed -i -e '/^#!\//, 1d' $file
done

rm -rf %{buildroot}/%{ruby_gemdir}/gems/%{rbname}-%{version}/test

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/guide
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/version
/usr/lib/ruby/gems/*/cache/rmail-*.gem
%{ruby_gemdir}/gems/%{rbname}-%{version}/NOTES
%{ruby_gemdir}/gems/%{rbname}-%{version}/Rakefile
%{ruby_gemdir}/gems/%{rbname}-%{version}/install.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rmail
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rmail/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rmail/mailbox
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rmail/mailbox/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rmail/parser
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rmail/parser/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/NEWS
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/THANKS
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/TODO
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/guide/*.txt
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: b5b9f84
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7968 |14cr|rubygem-ronn-0.7.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ronn

Name:       rubygem-%{oname}
Version:    0.7.3
Release:    3
Summary:    Builds manuals
Group:      Development/Ruby
License:    MIT
URL:        http://rtomayko.github.com/ronn
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(hpricot) >= 0.8.2
Requires:   rubygem(rdiscount) >= 1.5.8
Requires:   rubygem(mustache) >= 0.7.0
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Builds manuals

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x

%clean

%files
%defattr(-, root, root, -)
%{_bindir}/ronn
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/config.ru
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/man/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/CHANGES
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/COPYING
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/AUTHORS
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/INSTALLING
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.md
%{ruby_gemdir}/gems/%{oname}-%{version}/ronn.gemspec
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-3
+ Revision: bf27c15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7969 |14cr|rubygem-rots-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from rots-0.2.1.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	rots

Summary:	An OpenID server for making tests of OpenID clients implementations
Name:		rubygem-%{rbname}

Version:	0.2.1
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/roman/rots
Source0:	%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Ruby OpenID Test Server (ROST) provides a basic OpenID server made in top of
the Rack gem.
With this small server, you can make dummy OpenID request for testing
purposes,
the success of the response will depend on a parameter given on the url of the
authentication request.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f spec/

%install
%gem_install

%files
%{_bindir}/rots
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/rots
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rots
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rots/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/spec
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-4
+ Revision: 2190a5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7970 |14cr|rubygem-rr-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	rr

Summary:	RR (Double Ruby)
Name:		rubygem-%{oname}
Version:	1.0.0
Release:	3
License:	GPLv2
Group:		Development/Ruby
URL:		http://rubygems.org/gems/%{oname}
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby
BuildArch:	noarch

%description
RR (Double Ruby) is a double framework that features a rich selection of double
techniques and a terse syntax.

%prep

%build

%install
gem install --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

chmod g-w,g+r,o+r -R %{buildroot}

%clean

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: d53e8f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7971 |14cr|rubygem-rspec-3.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname rspec

Summary:	Behaviour Driven Development for Ruby
Name:		rubygem-%{rbname}
Version:	3.1.0
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rspec.info
Source0:	http://rubygems.org/downloads/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Behaviour Driven Development for Ruby.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 3.1.0
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Tue Sep 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.0-1
+ Revision: b8704b2
- New version 3.1.0
- Spec cleanup
- Split docs package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7972 |14cr|rubygem-rspec-core-3.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname rspec-core

Summary:	RSpec runner and example groups
Name:		rubygem-%{rbname}
Version:	3.1.4
Release:	1
License:	GPLv2+ or Ruby
Group:		Development/Ruby
URL:		http://github.com/rspec/rspec-core
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
BDD for Ruby. RSpec runner and example groups.

%files
%{_bindir}/rspec
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/exe
%{ruby_gemdir}/gems/%{rbname}-%{version}/exe/rspec
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(features|spec)'

%install
%gem_install


%changelog
* Tue Sep 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.4-1
+ Revision: 22b4bd3
- Fix summary



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7973 |14cr|rubygem-rspec-expectations-3.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname rspec-expectations

Summary:	Behaviour Driven Development for Ruby
Name:		rubygem-%{rbname}
Version:	3.1.1
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://github.com/rspec/%{rbname}
Source0:	http://rubygems.org/downloads/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
RSpec expectations (should[_not] and matchers).

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 3.1.1

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Tue Sep 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.1-1
+ Revision: 2d5a036
- New version 3.1.1
- Spec cleanup
- Split docs package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7974 |14cr|rubygem-rspec-mocks-3.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname rspec-mocks

Summary:	Behaviour Driven Development for Ruby
Name:		rubygem-%{rbname}
Version:	3.1.1
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://github.com/rspec/%{rbname}
Source0:	https://rubygems.org/downloads/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
RSpec's 'test double' framework, with support for stubbing and mocking.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 3.1.1
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Tue Sep 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.1-1
+ Revision: f23a947
- New version 3.1.1
- Spec cleanup
- Split docs package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7975 |14cr|rubygem-rspec-support-3.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname rspec-support

Summary:	Common functionality for RSpec Core
Name:		rubygem-%{rbname}
Version:	3.1.0
Release:	1
License:	GPLv2+ or Ruby
Group:		Development/Ruby
URL:		http://github.com/rspec/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Common functionality for RSpec Core.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Tue Sep 23 2014 Rosa <rosa@abf.rosalinux.ru> 3.1.0-1
+ Revision: 4f5dccb
- Automatic import for version 3.1.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7976 |14cr|rubygem-ruby2ruby-1.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ruby2ruby

Summary:    Allows generating pure ruby code easily from RubyParser compatible Sexps
Name:       rubygem-%{oname}
Version:    1.2.5
Release:    3
Group:      Development/Ruby
License:    MIT
URL:        http://seattlerb.rubyforge.org/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(sexp_processor) >= 3.0 
Requires:   rubygem(ruby_parser) >= 2.0
Requires:   rubygem(rubyforge) >= 2.0.4
Requires:   rubygem(minitest) >= 1.7.1
Requires:   rubygem(ParseTree) >= 3.0
Requires:   rubygem(hoe) >= 2.6.2
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
ruby2ruby provides a means of generating pure ruby code easily from
RubyParser compatible Sexps. This makes making dynamic language
processors in ruby easier than ever!

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x
ruby -pi -e 'sub(/\/usr\/local\/bin\/ruby/, "/usr/bin/env ruby")' %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/test/*
chmod 644 %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/{test,lib}/*
chmod 755 %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin/*

%clean

%files
%defattr(-, root, root, -)
%{_bindir}/r2r_show
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/.autotest
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Manifest.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.txt
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.5-3
+ Revision: 0e8f532
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7977 |14cr|rubygem-rubyforge-2.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	rubyforge

Summary:	A script which automates a limited set of rubyforge operations
Name:		rubygem-%{oname}
Version:	2.0.4
Release:	3
License:	MIT
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems
BuildArch:	noarch

%description
A script which automates a limited set of rubyforge operations.

* Run 'rubyforge help' for complete usage.
* Setup: For first time users AND upgrades to 0.4.0:
  * rubyforge setup (deletes your username and password, so run sparingly!)
  * edit ~/.rubyforge/user-config.yml
  * rubyforge config
* For all rubyforge upgrades, run 'rubyforge config' to ensure you have latest.

%prep

%build

%install
gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}
rm -rf %{buildroot}%{ruby_gemdir}/{cache,gems/%{oname}-%{version}/ext}

%clean

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{_bindir}/rubyforge
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-3
+ Revision: 4187297
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7978 |14cr|rubygem-ruby-hmac-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	ruby-hmac

Summary:	A ruby module that provides a common interface to HMAC functionality
Name:		rubygem-%{oname}
Version:	0.4.0
Release:	4
License:	MIT
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems
BuildArch:	noarch

%description
This module provides a common interface to HMAC functionality.
HMAC is a kind of "Message Authentication Code" (MAC) algorithm whose standard
is documented in RFC2104. Namely, a MAC provides a way to check the integrity
of information transmitted over or stored in an unreliable medium, based on a
secret key.

%prep

%build

%install
gem install --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

%clean

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-4
+ Revision: 2e703de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7979 |14cr|rubygem-RubyInline-3.8.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname RubyInline

Name:       rubygem-%{oname}
Version:    3.8.6
Release:    2
Summary:    Inline allows you to write foreign code within your ruby code
Group:      Development/Ruby
License:    MIT
URL:        http://rubyforge.org/projects/rubyinline/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}
Requires:   rubygems
Requires:   rubygem(ZenTest) >= 4.3
Requires:   rubygem(rubyforge) >= 2.0.4
Requires:   rubygem(minitest) >= 1.7.1
Requires:   rubygem(hoe) >= 2.6.2
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Inline allows you to write foreign code within your ruby code. It
automatically determines if the code in question has changed and
builds it only when necessary. The extensions are then automatically
loaded into the class/module that defines it.
You can even write extra builders that will allow you to write inlined
code in any language. Use Inline::C as a template and look at
Module#inline for the required API.


%prep

%build

%install
rm -rf %buildroot
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/demo -type f | xargs chmod 755
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/test -type f | xargs chmod 755
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/tutorial -type f | xargs chmod 755
chmod 755 %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/example*.rb
ruby -pi -e 'sub(/\/usr\/local\/bin\/ruby\w*/,"/usr/bin/env ruby")' %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/{example.rb,example2.rb,demo/hello.rb,lib/inline.rb}

%clean
rm -rf %buildroot

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/demo/
%{ruby_gemdir}/gems/%{oname}-%{version}/example*.rb
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%{ruby_gemdir}/gems/%{oname}-%{version}/tutorial/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Manifest.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.txt
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.8.6-2
+ Revision: c3c365c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7980 |14cr|rubygem-ruby-openid-2.1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from ruby-openid-2.1.8.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	ruby-openid

Summary:	A library for consuming and serving OpenID identities
Name:		rubygem-%{rbname}

Version:	2.1.8
Release:	3
Group:		Development/Ruby
License:	ASL 2.0
URL:		http://github.com/openid/ruby-openid
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Ruby OpenID is a Ruby library for verifying and serving OpenID identities.
 
==Features
* Easy to use API for verifying OpenID identites - OpenID::Consumer
* Support for serving OpenID identites - OpenID::Server
* Does not depend on underlying web framework
* Supports multiple storage mechanisms (Filesystem, ActiveRecord, Memory)
* Example code to help you get started, including:
  * Ruby on Rails based consumer and server
  * OpenIDLoginGenerator for quickly getting creating a rails app that uses
    OpenID for authentication
  * ActiveRecordOpenIDStore plugin
* Comprehensive test suite
* Supports both OpenID 1 and OpenID 2 transparently

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f '(admin|examples|test)/'

%install
%gem_install

%clean

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/admin
%{ruby_gemdir}/gems/%{rbname}-%{version}/admin/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/INSTALL
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/UPGRADE
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/examples
%{ruby_gemdir}/gems/%{rbname}-%{version}/examples/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.8-3
+ Revision: dd3082d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7981 |14cr|rubygem-ruby_parser-2.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ruby_parser

Name:       rubygem-%{oname}
Version:    2.0.5
Release:    3
Summary:    A ruby parser written in pure ruby
Group:      Development/Ruby
License:    MIT
URL:        http://parsetree.rubyforge.org/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(sexp_processor) >= 3.0
Requires:   rubygem(rubyforge) >= 2.0.4
Requires:   rubygem(minitest) >= 1.7.1
Requires:   rubygem(ParseTree) >= 3.0
Requires:   rubygem(hoe) >= 2.6.2
BuildRequires: rubygems
BuildArch: noarch
Provides: rubygem(%{oname}) = %{version}

%description
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing
racc--which does by default use a C extension). RP's output is
the same as ParseTree's output: s-expressions using ruby's arrays and
base types.
As an example:
def conditional1(arg1)
if arg1 == 0 then
return 1
end
return 0
end
becomes:
s(:defn, :conditional1,
s(:args, :arg1),
s(:scope,
s(:block,
s(:if,
s(:call, s(:lvar, :arg1), :==, s(:arglist, s(:lit, 0))),
s(:return, s(:lit, 1)),
nil),
s(:return, s(:lit, 0)))))


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod 755
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/lib -type f | xargs chmod 644
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/test -type f | xargs chmod 755
ruby -pi -e 'sub(/\/usr\/local\/bin\/ruby/, "/usr/bin/env ruby")' %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/test/*

%clean

%files
%defattr(-, root, root, -)
%{_bindir}/ruby_parse
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/.autotest
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Manifest.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.txt
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.5-3
+ Revision: 9686891
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7982 |14cr|rubygem-ruby-yadis-0.3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	ruby-yadis

Summary:	A library for performing Yadis service discovery
Name:		rubygem-%{oname}
Version:	0.3.4
Release:	4
License:	Apache License
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby
BuildArch:	noarch

%description
Echoe is a Rubygems packaging tool that provides Rake tasks for documentation,
extension compiling, testing, and deployment.

%prep

%build

%install
gem install --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

%clean

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.4-4
+ Revision: 121f960
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7983 |14cr|rubygem-rubyzip-0.9.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rubyzip

Name:       rubygem-%{oname}
Version:    0.9.4
Release:    4
Summary:    A ruby module for reading and writing zip files
Group:      Development/Ruby
License:    GPLv2+ or Ruby License
URL:        http://rubyzip.sourceforge.net/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
rubyzip is a ruby module for reading and writing zip files


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/samples/ -type f \
  -name "*.rb" -exec chmod 755 {} \;
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/test/ -type f \
  -name "*.rb" -exec chmod 755 {} \;
chmod 755 %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/install.rb
chmod 644 %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
for f in `find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/lib/ -type f` ; do
    sed -i -e '/^#!/d' $f
    chmod 644 $f
done

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/install.rb
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/samples/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/ChangeLog
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/NEWS
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/TODO
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-4
+ Revision: 812c666
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7984 |14cr|rubygem-sass-3.4.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname sass

Summary:	Ruby extension of CSS3, adding nested rules, variables, mixins, and more
Name:		rubygem-%{rbname}
Version:	3.4.5
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules,
variables, mixins, selector inheritance, and more. It's translated to well-
formatted, standard CSS using the command line tool or a web-framework plugin.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{_bindir}/*
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Mon Sep 29 2014 Rosa <rosa@abf.rosalinux.ru> 3.4.5-1
+ Revision: c68dec9
- Automatic import for version 3.4.5-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7985 |14cr|rubygem-sequel-3.31.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from sequel-3.31.0.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	sequel

Summary:	The Database Toolkit for Ruby
Name:		rubygem-%{rbname}

Version:	3.31.0
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://sequel.rubyforge.org
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
Source1:        %{name}.rpmlintrc
BuildRequires:	rubygems 
BuildArch:	noarch

%description
The Database Toolkit for Ruby

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%{_bindir}/sequel
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/plugins
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/model
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/database
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/swift
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/jdbc
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/ado
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/do
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/odbc
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/utils
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/shared
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/extensions
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/dataset
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/connection_pool
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/sequel
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/doc
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/doc/release_notes
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb



%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/swift/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/jdbc/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/ado/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/do/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/odbc/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/utils/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/shared/*.rb

%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/connection_pool/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/plugins/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/model/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/database/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/adapters/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/extensions/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/dataset/*.rb


%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/CHANGELOG
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/MIT-LICENSE
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/doc/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/doc/release_notes/*.txt
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.31.0-4
+ Revision: 16c8076
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7986 |14cr|rubygem-sexp_processor-3.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sexp_processor

Name:       rubygem-%{oname}
Version:    3.0.5
Release:    3
Summary:    Branches from ParseTree bringing all the generic sexp processing tools with it
Group:      Development/Ruby
License:    MIT
URL:        http://rubyforge.org/projects/parsetree/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
Requires:   rubygem(rubyforge) >= 2.0.4
Requires:   rubygem(minitest) >= 1.6.0
Requires:   rubygem(hoe) >= 2.6.0
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
sexp_processor branches from ParseTree bringing all the generic sexp
processing tools with it. Sexp, SexpProcessor, Environment, etc... all
for your language processing pleasure.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
ruby -pi -e 'sub(/\/usr\/local\/bin\/ruby/, "/usr/bin/env ruby")' %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/test/*
chmod 755 %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/test/*

%clean

%files
%defattr(-, root, root, -)
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Manifest.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.txt
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.5-3
+ Revision: d7359ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7987 |14cr|rubygem-shoulda-2.11.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from shoulda-2.11.3.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	shoulda

Summary:	Making tests easy on the fingers and eyes
Name:		rubygem-%{rbname}

Version:	2.11.3
Release:	4
Group:		Development/Ruby
License:	GPLv2
URL:		http://thoughtbot.com/community/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Making tests easy on the fingers and eyes.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f '(rails|test)/'

%install
%gem_install

%clean

%files
%{_bindir}/convert_to_should_syntax
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/convert_to_should_syntax
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/rails
%{ruby_gemdir}/gems/%{rbname}-%{version}/rails/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.11.3-4
+ Revision: 2fa9152
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7988 |14cr|rubygem-simplecov-0.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from simplecov-0.6.4.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	simplecov

Summary:	Code coverage for Ruby
Name:		rubygem-%{rbname}

Version:	0.7.1
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/colszowka/simplecov
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Code coverage for Ruby 1.9 with a powerful configuration library and automatic
merging of coverage across test suites

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/simplecov
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/simplecov/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/simplecov/formatter
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/simplecov/formatter/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/simplecov/railties
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/simplecov/railties/*.rake
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-3
+ Revision: 140513c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7989 |14cr|rubygem-simplecov-html-0.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from simplecov-html-0.7.1.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	simplecov-html

Summary:	Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
Name:		rubygem-%{rbname}

Version:	0.7.1
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		https://github.com/colszowka/simplecov-html
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/simplecov-html
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/simplecov-html/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-3
+ Revision: 607416c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7990 |14cr|rubygem-sinatra-1.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from sinatra-1.2.6.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	sinatra

Summary:	Classy web-development dressed in a DSL
Name:		rubygem-%{rbname}

Version:	1.3.2
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://sinatra.rubyforge.org
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Classy web-development dressed in a DSL

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/sinatra/images
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/sinatra
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/sinatra/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/sinatra/images/*.png
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-3
+ Revision: 55a059b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7991 |14cr|rubygem-spork-0.9.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname spork

Name:       rubygem-%{oname}
Version:    0.9.2
Release:    4
Summary:    A forking Drb spec server
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/timcharper/spork
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildRequires: rubygem(rake)
Provides:   rubygem(%{oname}) = %{version}

%description
A forking Drb spec server

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install -V --local --install-dir %{buildroot}%{ruby_gemdir} \
               --force --rdoc %{SOURCE0}

# copy binaries to bindir
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}

rm -rf %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/ext/
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x

%files
%{_bindir}/spork
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/assets/
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/features/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/gems/%{oname}-%{version}/Gemfile
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/MIT-LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-4
+ Revision: 4dcf186
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7992 |14cr|rubygem-sprockets-2.12.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq '!=|1.3.0'

%define gemname sprockets
Summary:	Sprockets is a Rack-based asset packaging system
Name:		rubygem-%{gemname}
Version:	2.12.0
Release:	10
Source0:	http://rubygems.org/downloads/%{gemname}-%{version}.gem
License:	MIT
Group:		System/Servers
Url:		http://www.rubyonrails.org/
BuildArch:	noarch
BuildRequires:	ruby-RubyGems

%description
Sprockets is a Rack-based asset packaging system that concatenates 
and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.

%prep
%setup -c

%build

%install
gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache

%files
%{_bindir}/sprockets
%{ruby_gemdir}/gems/%{gemname}-%{version}
%{ruby_gemdir}/specifications/%{gemname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/%{gemname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.12.0-10
+ Revision: 606667a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7993 |14cr|rubygem-sprockets-rails-2.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from sprockets-rails-2.1.3.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	sprockets-rails

Summary:	Sprockets Rails integration
Name:		rubygem-%{rbname}

Version:	2.1.3
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		https://github.com/rails/sprockets-rails
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Sprockets Rails integration

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/sprockets
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/sprockets/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/sprockets/rails
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/sprockets/rails/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.3-3
+ Revision: 1529892
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7994 |14cr|rubygem-spruz-0.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from spruz-0.2.5.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	spruz

Summary:	Useful stuff
Name:		rubygem-%{rbname}

Version:	0.2.5
Release:	3
Group:		Development/Ruby
License:	BSD
URL:		http://flori.github.com/spruz
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
All the stuff that isn't good/big enough for a real library.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f tests

%install
%gem_install

%files
%doc LICENSE
%{_bindir}/enum
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/enum
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/spruz
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/spruz/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/spruz/xt
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/spruz/xt/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/gems/%{rbname}-%{version}/README
%{ruby_gemdir}/doc/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/tests
%{ruby_gemdir}/gems/%{rbname}-%{version}/tests/*.rb




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.5-3
+ Revision: ee56c2e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7995 |14cr|rubygem-sqlite3-1.3.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rbname	sqlite3

Summary:	Interface with the SQLite3 database engine
Name:		rubygem-%{rbname}

Version:	1.3.9
Release:	1
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/luislavena/sqlite3-ruby
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems >= 1.3.5
BuildRequires:	ruby-devel
BuildRequires:	rubygem(rake)
BuildRequires:  sqlite-devel
BuildRequires:  pkgconfig(sqlite3)


%description
This module allows Ruby programs to interface with the SQLite3
database engine (http://www.sqlite.org).  You must have the
SQLite engine installed in order to build this module.
Note that this module is only compatible with SQLite 3.6.16 or newer.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/sqlite3/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}/*.so

#--------------------------------------------------------
%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.txt
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/ext/sqlite3/*.c
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
#--------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install







%changelog
* Tue Aug 26 2014 abfonly <abfonly@gmail.com> 1.3.9-1
+ Revision: fa6d2db
- Merge pull request #1 from abfonly/rubygem-sqlite3:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7996 |14cr|rubygem-state_machine-0.9.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from state_machine-0.9.4.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	state_machine

Summary:	Adds support for creating state machines for attributes on any Ruby class
Name:		rubygem-%{rbname}

Version:	0.9.4
Release:	3
Group:		Development/Ruby
License:	MIT
URL:		http://www.pluginaweek.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Adds support for creating state machines for attributes on any Ruby class

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f 	'(.*.rb|.*.rdoc|LICENSE|examples|test)'

%install
%gem_install

%clean

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%{ruby_gemdir}/gems/%{rbname}-%{version}/init.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/examples
%{ruby_gemdir}/gems/%{rbname}-%{version}/examples/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-3
+ Revision: 70cbbd9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7997 |14cr|rubygem-stomp-1.1.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	stomp

Summary:	Ruby client for the Stomp messaging protocol
Name:		rubygem-%{oname}
Version:	1.1.7
Release:	5
License:	Apache License
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby
BuildArch:	noarch
%rename ruby-%{oname}

%description
The Stomp project is the Streaming Text Orientated Messaging Protocol site
(or the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp).
Stomp provides an interoperable wire format so that any of the available
Stomp Clients can communicate with any Stomp Message Broker to provide easy
and widespread messaging interop among languages, platforms and brokers.

%prep

%build

%install
gem install --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

mv %{buildroot}%{ruby_gemdir}/bin %{buildroot}%{_prefix}

%clean

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{_bindir}/*
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.7-5
+ Revision: 230a65f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7998 |14cr|rubygem-stompserver-0.9.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	stompserver

Summary:	A basic message queue processing server
Name:		rubygem-%{oname}
Version:	0.9.9
Release:	6
License:	MIT
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
Source1:	%{oname}.service
BuildRequires:	ruby-RubyGems
BuildRequires: systemd
Requires(pre): systemd
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
BuildArch:	noarch

%description
Stomp messaging server with file/dbm/memory/activerecord based FIFO queues,
queue monitoring, and basic authentication.

%prep

%build

%install
gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/{cache,gems/%{oname}-%{version}/ext}

install -d %{buildroot}%{_unitdir}
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/%{oname}.service
install -m644 %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/config/%{oname}.conf -D %{buildroot}%{_sysconfdir}/%{oname}.conf
sed	-e 's#:daemon:.*#:daemon: true#g' \
	-e 's#:working_dir:.*#:working_dir: %{_localstatedir}/lib/%{oname}#g' \
	-e 's#:user:.*#:user: %{oname}#g' \
	-e 's#:group:.*#:group: %{oname}#g' \
	-i %{buildroot}%{_sysconfdir}/%{oname}.conf
echo ':logdir: ../../log/stompserver' >> %{buildroot}%{_sysconfdir}/%{oname}.conf
echo ':pidfile: ../../run/stompserver/stompserver.pid' >> %{buildroot}%{_sysconfdir}/%{oname}.conf

install -m644 %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/etc/passwd.example -D %{buildroot}%{_localstatedir}/lib/%{oname}/etc/.passwd
sed -e 's/testuser:testpass/#testuser:testpass/g' -i %{buildroot}%{_localstatedir}/lib/%{oname}/etc/.passwd

install -d %{buildroot}%{_localstatedir}/lib/%{oname}/.queue
install -d %{buildroot}%{_var}/{log,run}/%{oname}

%pre
%systemd_pre %{oname}.service
%_pre_useradd %{oname} %{_localstatedir}/lib/%{oname} /sbin/nologin

%post
%systemd_post %{oname}.service

%preun
%systemd_preun %{oname}.service

%postun
%systemd_postun_with_restart %{oname}.service
%_postun_userdel %{oname}

%clean

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%{_bindir}/%{oname}
%{_unitdir}/%{oname}.service
%config(noreplace) %{_sysconfdir}/%{oname}.conf
%attr(700,%{oname},%{oname}) %dir %{_localstatedir}/lib/%{oname}
%attr(700,%{oname},%{oname}) %dir %{_localstatedir}/lib/%{oname}/etc
%config(noreplace) %attr(640,root,stompserver) %{_localstatedir}/lib/%{oname}/etc/.passwd
%attr(700,%{oname},%{oname}) %dir %{_localstatedir}/lib/%{oname}/.queue
%attr(700,%{oname},%{oname}) %dir %{_localstatedir}/log/%{oname}
%attr(700,%{oname},%{oname}) %dir %{_localstatedir}/run/%{oname}

%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.9-6
+ Revision: 3afc94d
- Clean service file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 7999 |14cr|rubygem-stringex-1.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname stringex

Summary:	Some [hopefully] useful extensions to Ruby's String class
Name:		rubygem-%{rbname}
Version:	1.5.1
Release:	1
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		http://github.com/rsl/stringex
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Some [hopefully] useful extensions to Ruby's String class. Stringex is made up
of three libraries: ActsAsUrl [permalink solution with better character
translation], Unidecoder [Unicode to Ascii transliteration], and
StringExtensions [miscellaneous helper methods for the String class].

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/MIT-LICENSE
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Wed Sep 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.1-1
+ Revision: 6d4c891
- Downgrade to 1.5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8000 |14cr|rubygem-syntax-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname syntax

Name:       rubygem-%{oname}
Version:    1.0.0
Release:    3
Summary:    Syntax is Ruby library for performing simple syntax highlighting
Group:      Development/Ruby
License:    BSD
URL:        http://rubygems.org/gems/syntax/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Syntax is Ruby library for performing simple syntax highlighting.

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%{ruby_gemdir}/gems/%{oname}-%{version}/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 115b593
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8001 |14cr|rubygem-term-ansicolor-1.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from term-ansicolor-1.0.7.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	term-ansicolor

Summary:	Ruby library that colors strings using ANSI escape sequences
Name:		rubygem-%{rbname}

Version:	1.0.7
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://flori.github.com/term-ansicolor
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Ruby library that colors strings using ANSI escape sequences.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f '(examples|test)'

%install
%gem_install

%files
%{_bindir}/cdiff
%{_bindir}/decolor
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/cdiff
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/decolor
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/term
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/examples
%{ruby_gemdir}/gems/%{rbname}-%{version}/examples/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/tests
%{ruby_gemdir}/gems/%{rbname}-%{version}/tests/*.rb



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-4
+ Revision: 35f6dd3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8002 |14cr|rubygem-thin-1.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from thin-1.3.1.gem by gem2rpm5 0.6.5 -*- rpm-spec -*-
%define	rbname	thin

Summary:	A thin and fast web server
Name:		rubygem-%{rbname}

Version:	1.3.1
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://code.macournoyer.com/thin/
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
Patch0:		thin-1.3.1-format-string-fixes.patch
BuildRequires:	rubygems 
BuildRequires:	ruby-devel

%description
A thin and fast web server

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q
%patch0 -p1 -b .str_fmt~

%build
%gem_build

%install
%gem_install

%files
%{_bindir}/thin
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rack
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rack/adapter
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thin
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thin/backends
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thin/controllers
%dir %{ruby_sitearchdir}
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thin/backends/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thin/controllers/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thin/controllers/*.erb
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/%{rbname}
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rack/adapter/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thin/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thin/*.erb
%{ruby_sitearchdir}/thin_parser.so
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-4
+ Revision: 4346462
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8003 |14cr|rubygem-thor-0.14.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gemname thor
Summary:	A scripting framework that replaces rake, sake and rubigen
Name:		rubygem-%{gemname}
Version:	0.14.6
Release:	6
Source0:	http://rubygems.org/downloads/%{gemname}-%{version}.gem
Source1:        %{name}.rpmlintrc
License:	MIT
Group:		System/Servers
Url:		http://www.rubyonrails.org/
BuildArch:	noarch
BuildRequires:	ruby-RubyGems
Provides:       rubygem(%{gemname}) = %{version}

%description
A scripting framework that replaces rake, sake and rubigen.

%prep
%setup -c

%build

%install

gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache

%files
%{_bindir}/rake2thor
%{_bindir}/thor
%{ruby_gemdir}/gems/%{gemname}-%{version}
%{ruby_gemdir}/specifications/%{gemname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/%{gemname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.14.6-6
+ Revision: 23dea51
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8004 |14cr|rubygem-thread_safe-0.3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from thread_safe-0.3.3.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	thread_safe

Summary:	Thread-safe collections and utilities for Ruby
Name:		rubygem-%{rbname}

Version:	0.3.3
Release:	3
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		https://github.com/headius/thread_safe
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
A collection of data structures and utilities
to make thread-safe programming in Ruby easier

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

# %check
# rake test

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thread_safe
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thread_safe/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thread_safe/util
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thread_safe/util/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-3
+ Revision: 08dcd80
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8005 |14cr|rubygem-tilt-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rbname	tilt

Summary:	Generic interface to multiple Ruby template engines
Name:		rubygem-%{rbname}

Version:	2.0.1
Release:	1
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/rtomayko/tilt/
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
Generic interface to multiple Ruby template engines

%files
%{_bindir}/tilt
%{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
#-----------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.


%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
#-----------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install







%changelog
* Tue Aug 26 2014 abfonly <abfonly@gmail.com> 2.0.1-1
+ Revision: 3d1c023
- Merge pull request #1 from abfonly/rubygem-tilt:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8006 |14cr|rubygem-transaction-simple-1.4.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from transaction-simple-1.4.0.2.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	transaction-simple

Summary:	Add active transaction support to objects
Name:		rubygem-%{rbname}

Version:	1.4.0.2
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://trans-simple.rubyforge.org/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch
Obsoletes:	ruby-transaction-simple

%description
Transaction::Simple provides a generic way to add active transaction support
to
objects. The transaction methods added by this module will work with most
objects, excluding those that cannot be Marshal-ed (bindings, procedure
objects, IO instances, or singleton objects).
The transactions supported by Transaction::Simple are not associated with any
sort of data store. They are "live" transactions occurring in memory on the
object itself. This is to allow "test" changes to be made to an object before
making the changes permanent.
Transaction::Simple can handle an "infinite" number of transaction levels
(limited only by memory). If I open two transactions, commit the second, but
abort the first, the object will revert to the original version.
Transaction::Simple supports "named" transactions, so that multiple levels of
transactions can be committed, aborted, or rewound by referring to the
appropriate name of the transaction. Names may be any object except nil.
Transaction groups are also supported. A transaction group is an object
wrapper
that manages a group of objects as if they were a single object for the
purpose
of transaction management. All transactions for this group of objects should
be
performed against the transaction group object, not against individual objects
in the group.
Version 1.4.0 of Transaction::Simple adds a new post-rewind hook so that
complex graph objects of the type in tests/tc_broken_graph.rb can correct
themselves.
Version 1.4.0.1 just fixes a simple bug with #transaction method handling
during the deprecation warning.
Version 1.4.0.2 is a small update for people who use Transaction::Simple in
bundler (adding lib/transaction-simple.rb) and other scenarios where having
Hoe
as a runtime dependency (a bug fixed in Hoe several years ago, but not visible
in Transaction::Simple because it has not needed a re-release). All of the
files internally have also been marked as UTF-8, ensuring full Ruby 1.9
compatibility.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/transaction
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/transaction/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/transaction/simple
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/transaction/simple/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/transaction/simple/threadsafe
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/transaction/simple/threadsafe/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.txt
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0.2-4
+ Revision: e52acb1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8007 |14cr|rubygem-treetop-1.4.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gemname treetop
Summary:	A Ruby-based text parsing and interpretation DSL
Name:		rubygem-%{gemname}
Version:	1.4.10
Release:	6
Source0:	http://rubygems.org/downloads/%{gemname}-%{version}.gem
License:	MIT
Group:		System/Servers
Url:		http://www.rubyonrails.org/
BuildArch:	noarch
BuildRequires:	ruby-RubyGems
Provides:       rubygem(%{gemname}) = %{version}

%description
A Ruby-based text parsing and interpretation DSL.

%prep
%setup -c

%build

%install

gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache

%clean

%files
%{_bindir}/tt
%{ruby_gemdir}/gems/%{gemname}-%{version}
%{ruby_gemdir}/specifications/%{gemname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/%{gemname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.10-6
+ Revision: 1673162
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8008 |14cr|rubygem-trollop-1.16.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname trollop

Name:       rubygem-%{oname}
Version:    1.16.2
Release:    3
Summary:    Trollop is a commandline option parser for Ruby that just gets out of your way
Group:      Development/Ruby
License:    Ruby or GPLv2
URL:        http://trollop.rubyforge.org
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
Trollop is a commandline option parser for Ruby that just
gets out of your way. One line of code per option is all you need to write.
For that, you get a nice automatically-generated help page, robust option
parsing, command subcompletion, and sensible defaults for everything you don't
specify.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%{ruby_gemdir}/gems/%{oname}-%{version}/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.16.2-3
+ Revision: 373b248
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8009 |14cr|rubygem-tzinfo-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tzinfo

Name:       rubygem-%{oname}
Version:    1.1.0
Release:    3
Summary:    Daylight-savings aware timezone library

Group:      Development/Ruby
License:    MIT
URL:        http://tzinfo.rubyforge.org/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
daylight savings aware transformations between times in different time zones.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README*
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/CHANGES*
%{ruby_gemdir}/gems/%{oname}-%{version}/.yardopts
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%{ruby_gemdir}/gems/%{oname}-%{version}/*gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-3
+ Revision: ae88b3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8010 |14cr|rubygem-uglifier-2.5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname uglifier

Summary:	Minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby
Name:		rubygem-%{rbname}
Version:	2.5.3
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible
in Ruby.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE.txt
%{ruby_gemdir}/gems/%{rbname}-%{version}/README.md

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Thu Sep 25 2014 Rosa <rosa@abf.rosalinux.ru> 2.5.3-1
+ Revision: a008256
- Automatic import for version 2.5.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8011 |14cr|rubygem-ultrasphinx-1.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from ultrasphinx-1.11.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	ultrasphinx

Summary:	Ruby on Rails configurator and client to the Sphinx fulltext search engine
Name:		rubygem-%{rbname}
Version:	1.11
Release:	6
Group:		Development/Ruby
License:	Academic Free License (AFL) v. 3.0
URL:		http://blog.evanweaver.com/files/doc/fauna/ultrasphinx/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
Patch0:		ultrasphinx-1.11-prefix.patch
Patch1:		ultrasphinx-1.11-test-dispatch-env-shebang.patch
BuildRequires:	rubygems >= 1.2
BuildArch:	noarch
Requires:	sphinx

%description
Ruby on Rails configurator and client to the Sphinx fulltext search engine.

%package        doc
Summary:        Documentation for %{name}
Group:          Books/Computer books
Requires:       %{name} = %{EVRD}
BuildArch:      noarch

%description    doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q
%patch0 -p1 -b .prefix~
%patch1 -p1 -b .shebang~

%build
%gem_build -f '(.*.rb|Rakefile|tasks|vendor)'

%install

%gem_install

%clean

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/Rakefile
%{ruby_gemdir}/gems/%{rbname}-%{version}/init.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/tasks
%{ruby_gemdir}/gems/%{rbname}-%{version}/tasks/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/vendor
%{ruby_gemdir}/gems/%{rbname}-%{version}/vendor/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/CHANGELOG
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/DEPLOYMENT_NOTES
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/RAKE_TASKS
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/TODO
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.11-6
+ Revision: 84e6b86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8012 |14cr|rubygem-uuidtools-2.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from uuidtools-2.1.2.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	uuidtools

Summary:	UUID generator
Name:		rubygem-%{rbname}

Version:	2.1.2
Release:	4
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://uuidtools.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
A simple universally unique ID generation library.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/compat
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/compat/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/uuidtools
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/uuidtools/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-4
+ Revision: 5dc1ce1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8013 |14cr|rubygem-webmock-1.6.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from webmock-1.6.2.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	webmock

%define debug_package %{nil}

Summary:	HTTP regression testing framework
Name:		rubygem-%{rbname}

Version:	1.6.2
Release:	4
Group:		Development/Ruby
License:	GPLv2
URL:		http://github.com/bblimke/webmock
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 

%description
WebMock allows stubbing HTTP requests and setting expectations on HTTP
requests.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f '(spec|vendor|test)/'

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/webmock
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/webmock/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/spec
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/*.txt
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/spec/util
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/util/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/spec/vendor
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/vendor/addressable
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/vendor/crack
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/vendor/right_http_connection-1.2.4
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.md
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/LICENSE
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.2-4
+ Revision: fbd7bad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8014 |14cr|rubygem-xml-simple-1.0.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xml-simple

Name:       rubygem-%{oname}
Version:    1.0.12
Release:    3
Summary:    A simple API for XML processing
Group:      Development/Ruby
License:    GPLv2+ or Ruby License
URL:        http://xml-simple.rubyforge.org
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
A simple API for XML processing.


%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

%clean

%files
%defattr(-, root, root, -)
%{ruby_gemdir}/gems/%{oname}-%{version}/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.12-3
+ Revision: 33864f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8015 |14cr|rubygem-xpath-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname xpath

Summary:	Generate XPath expressions from Ruby
Name:		rubygem-%{rbname}
Version:	2.0.0
Release:	1
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		https://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
XPath is a Ruby DSL for generating XPath expressions.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/xpath
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/xpath/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/README.md

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Wed Sep 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-1
+ Revision: 8dd80bb
- New version 2.0.0, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8016 |14cr|rubygem-yard-0.5.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname yard

Name:       rubygem-%{oname}
Version:    0.5.3
Release:    3
Summary:    Documentation tool for consistent and usable documentation in Ruby
Group:      Development/Ruby
License:    MIT
URL:        http://yardoc.org
Source0:    %{oname}-%{version}.gem
Requires:   rubygems
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
YARD is a documentation generation tool for the Ruby programming language.
It enables the user to generate consistent, usable documentation that can be
exported to a number of formats very easily, and also supports extending for
custom Ruby constructs such as custom class level definitions.

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod a+x

%files
%{_bindir}/yardoc
%{_bindir}/yri
%{_bindir}/yard-graph
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/.yardopts/
%{ruby_gemdir}/gems/%{oname}-%{version}/benchmarks/
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/spec/
%{ruby_gemdir}/gems/%{oname}-%{version}/templates/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/docs/
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/ChangeLog
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.md
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.3-3
+ Revision: 9251fe7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8017 |14cr|rubygem-ZenTest-4.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ZenTest

Summary:    ZenTest provides 4 different tools: zentest, unit_diff, autotest, and multiruby
Name:       rubygem-%{oname}
Version:    4.4.0
Release:    2
Group:      Development/Ruby
License:    MIT
URL:        http://www.zenspider.com/ZSS/Products/ZenTest/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}
Requires:   rubygems
Requires:   rubygem(rubyforge) >= 2.0.4
Requires:   rubygem(minitest) >= 1.7.0
Requires:   rubygem(hoe) >= 2.6.1
BuildRequires: rubygems
BuildArch:  noarch
Provides:   rubygem(%{oname}) = %{version}

%description
ZenTest provides 4 different tools: zentest, unit_diff, autotest, and
multiruby.
ZenTest scans your target and unit-test code and writes your missing
code based on simple naming rules, enabling XP at a much quicker
pace. ZenTest only works with Ruby and Test::Unit. Nobody uses this
tool anymore but it is the package namesake, so it stays.
unit_diff is a command-line filter to diff expected results from
actual results and allow you to quickly see exactly what is wrong.
autotest is a continous testing facility meant to be used during
development. As soon as you save a file, autotest will run the
corresponding dependent tests.
multiruby runs anything you want on multiple versions of ruby. Great
for compatibility checking! Use multiruby_setup to manage your
installed versions.


%prep

%build

%install
rm -rf %buildroot
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{ruby_gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{ruby_gemdir}/bin
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/bin -type f | xargs chmod 755
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/test -type f | xargs chmod 755
find %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/lib -type f | xargs chmod 644
ruby -pi -e 'sub(/\/usr\/local\/bin\/ruby/, "/usr/bin/env ruby")' %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/{bin,test}/*

%clean
rm -rf %buildroot

%files
%defattr(-, root, root, -)
%{_bindir}/autotest
%{_bindir}/multigem
%{_bindir}/multiruby
%{_bindir}/multiruby_setup
%{_bindir}/unit_diff
%{_bindir}/zentest
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/.autotest
%{ruby_gemdir}/gems/%{oname}-%{version}/bin/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%{ruby_gemdir}/gems/%{oname}-%{version}/example*.rb
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Manifest.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/articles/*
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/example.txt
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.4.0-2
+ Revision: 46b82be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8018 |14cr|rubygem-zoom-0.4.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   zoom

Summary:	Ruby Zoom Handler
Name:		rubygem-%{oname}
Version:	0.4.1
Release:	5
License:	MIT
Group:		Development/Ruby
Url:		http://tmail.rubyforge.org
Source0:	http://rubygems.org/downloads/%{oname}-%{version}.gem
Patch0:		zoom-0.4.1-ruby-1.9.patch
Patch1:		114813bd42da5e9d2c3f8b2a9070c35891d2e377.patch
BuildRequires:	rubygems
BuildRequires:	rubygem-minitest
BuildRequires:	pkgconfig(ruby)
BuildRequires:	pkgconfig(yaz)

%description
Ruby/ZOOM provides a Ruby binding to the Z40.50 Object-Orientation 
Model (ZOOM), an abstract object-oriented programming interface to 
a subset of the services specified by the Z39.50 standard, also 
known as the international standard ISO 23950.

%files
%{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc ChangeLog README sample
%{ruby_sitearchdir}/zoom.so

#-------------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%gem_build

%install
%gem_install


%changelog
* Wed Sep 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.1-5
+ Revision: cd83947
- Add authors to gem, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8019 |14cr|ruby-geoip-0.8.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	geoip

Summary:	GeoIP ruby gem
Name:		ruby-%{oname}
Version:	0.8.6
Release:	4
License:	MIT
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildArch:	noarch
BuildRequires:	ruby-RubyGems
Requires:	ruby

%description
The Ruby gem for querying Maxmind.com's GeoIP database, which returns the
geographic location of a server given its IP address

%prep

%build

%install
gem install --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

%clean

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%{ruby_gemdir}/gems/%{oname}-%{version}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.6-4
+ Revision: ba3781e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8020 |14cr|ruby-hike-1.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname	hike

Name:		ruby-%{rname}
Summary:	A Ruby library for finding files in a set of paths
Version:	1.2.1
Release:	3
License:	MIT
Group:		Development/Ruby
URL:		https://github.com/sstephenson/hike
Source0:	http://rubygems.org/downloads/%{rname}-%{version}.gem
BuildRequires:	ruby-RubyGems
BuildArch:	noarch

%description
Hike is a Ruby library for finding files in a set of paths. Use it to implement
search paths, load paths, and the like.

%prep

%build

%install
gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}
rm -rf %{buildroot}%{ruby_gemdir}/cache

%files
%doc %{ruby_gemdir}/doc/%{rname}-%{version}
%{ruby_gemdir}/gems/%{rname}-%{version}
%{ruby_gemdir}/specifications/%{rname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-3
+ Revision: 0dd0c6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8021 |14cr|ruby-journey-1.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname	journey

Name:		ruby-journey
Summary:	Ruby router
Version:	1.0.4
Release:	3
License:	MIT
Group:		Development/Ruby
URL:		http://rubygems.org/gems/journey
Source0:	http://rubygems.org/downloads/%{rname}-%{version}.gem
BuildArch:	noarch
BuildRequires:	ruby-RubyGems

%description
Journey is a router. It routes requests.

%prep

%build

%install
gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache

%files
%{ruby_gemdir}/gems/%{rname}-%{version}
%{ruby_gemdir}/specifications/%{rname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/%{rname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-3
+ Revision: 79f76a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8022 |14cr|ruby-ldetect-0.0.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname ldetect

Summary: Ruby binding for libdetect
Name: ruby-%{rname}
Version: 0.0.2
Release: 11
URL: http://people.mandriva.com/~pterjan/soft/ruby-ldetect/
Source0: http://people.mandriva.com/~pterjan/soft/ruby-ldetect/download/%{name}-%{version}.tar.bz2
License: GPL
Group: Development/Ruby
Requires: ruby >= 1.8
BuildRequires: ruby-devel, ldetect-devel >= 0.8.0

%description
Ruby/LDetect is a Ruby binding for Mandriva's libdetect.
It allows hardware detection and mapping to known modules.

%prep
%setup -q 

%build
ruby extconf.rb --vendor
make

%install
%makeinstall_std

%clean

%files
%{ruby_vendorarchdir}/*.so
%doc ChangeLog README sample.rb





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-11
+ Revision: 4b3e0b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8023 |14cr|ruby-mail-2.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gemname mail
Summary:	A really Ruby Mail handler
Name:		ruby-%{gemname}
Version:	2.4.4
Release:	2
Source0:	http://rubygems.org/downloads/%{gemname}-%{version}.gem
License:	MIT
Group:		System/Servers
Url:		http://www.rubyonrails.org/
BuildArch:	noarch
BuildRequires:	ruby-RubyGems
%rename		rubygem-%{gemname}

%description
A really Ruby Mail handler.

%prep
%setup -c

%build

%install
rm -rf %{buildroot}

gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache

%files
%defattr(-,root,root)
%{ruby_gemdir}/gems/%{gemname}-%{version}
%{ruby_gemdir}/specifications/%{gemname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/%{gemname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.4-2
+ Revision: 9e7b935
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8024 |14cr|ruby-mpd-0.2.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname mpd
%define debug_package %{nil}

Summary: Ruby bindings for libmpd
Name:    ruby-%{rname}
Version: 0.2.3
Release: 7
URL: https://rubyforge.org/
Source0: https://rubyforge.org/frs/download.php/8040/%{rname}-rb-%{version}.tar.gz
License: GPL
Group: Development/Ruby
Requires: ruby >= 1.6.8
BuildRequires: ruby-devel libmpd-devel

%description
This is the libmpd API module for Ruby.

%prep
%setup -q -n %{rname}-rb-%{version}
perl -pi -e 's/555/755/' setup.rb

%build
ruby setup.rb config
ruby setup.rb setup

#%check
#ruby -Ilib test/test.rb

%install
ruby setup.rb install --prefix=%buildroot

%files
%doc COPYING INSTALL.en.txt INSTALL.ja.txt
%{ruby_sitelibdir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-7
+ Revision: 326c7cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8025 |14cr|ruby-pg-0.9.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ruby-pg
Version:        0.9.0
Release:        3
Summary:        A Ruby interface to the PostgreSQL RDBMS
License:        GPLv2+ or Ruby License
Group:          Development/Ruby
Source0:        http://bitbucket.org/ged/%{name}/downloads/pg-%{version}.tar.bz2
URL:            http://rubyforge.org/projects/ruby-pg/
BuildRequires:  postgresql-devel
BuildRequires:  ruby-devel
Requires:       postgresql-server
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}

%description
This is the extension library to access a PostgreSQL database from Ruby.
This library works with PostgreSQL 7.4 and later.

%prep
%setup -q -n pg-%{version}

%build
cd ext
ruby extconf.rb
make \
    CFLAGS="$RPM_OPT_FLAGS -fPIC"

%install
rm -rf %buildroot
install -d %{buildroot}%{ruby_archdir}

cd ext
make install \
    archdir=%{buildroot}%{ruby_archdir} \
    sitearchdir=%{buildroot}%{ruby_archdir}

%clean
rm -rf %buildroot

%files
%defattr(-,root,root,-)
%doc README LICENSE ChangeLog
%{ruby_archdir}/pg_ext.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-3
+ Revision: 3186c19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8026 |14cr|ruby-polyglot-0.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname	polyglot

Name:		ruby-%{rname}
Summary:	Ruby library allowing a module to register a file type loader
Version:	0.3.3
Release:	2
License:	MIT
Group:		Development/Ruby
URL:		http://rubygems.org/gems/polyglot
Source0:	http://rubygems.org/downloads/polyglot-0.3.3.gem
BuildArch:	noarch
BuildRequires:	ruby-RubyGems

%description
The Polyglot library allows a Ruby module to register a loader for the file
type associated with a filename extension, and it augments 'require' to find
and load matching files.

%prep

%build

%install
gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache

%files
%{ruby_gemdir}/gems/%{rname}-%{version}
%{ruby_gemdir}/specifications/%{rname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/%{rname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-2
+ Revision: 8d4175e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8027 |14cr|ruby-racc-1.4.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname racc
%define name ruby-%{rname}
%define version 1.4.5
%define release 6

Summary: LALR(1) Parser Generator
Name: %{name}
Version: %{version}
Release: %{release}
URL: http://i.loveruby.net/en/racc.html
Source0: %{rname}-%{version}-all.tar.bz2
License: LGPL
Group: Development/Ruby
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires: ruby >= 1.8
BuildRequires: ruby-devel
BuildArch: noarch 

%description
Racc is Ruby yACC. It is written in Ruby and generates ruby code.
Now almost all functions of yacc are implemented.

%prep
%setup -q -n %{rname}-%{version}-all 

%build
ruby setup.rb config --bin-dir=%{_bindir} --rb-dir=%{ruby_sitelibdir} --with=racc
ruby setup.rb setup

%install
rm -rf %buildroot
ruby setup.rb install --prefix=%buildroot

%check
cd packages/racc/test
ruby test.rb

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%{ruby_sitelibdir}/racc
%{_bindir}/*
%doc README.* packages/racc/NEWS.* packages/racc/doc.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.5-6
+ Revision: 1d3b0b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8028 |14cr|ruby-rack-cache-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname	rack-cache

Name:		ruby-rack-cache
Summary:	Ruby component to enable HTTP caching for Rack-based applications
Version:	1.2
Release:	2
License:	MIT
Group:		Development/Ruby
URL:		http://rubygems.org/gems/rack-cache
Source0:	http://rubygems.org/downloads/rack-cache-1.2.gem
BuildArch:	noarch
BuildRequires:	ruby-RubyGems

%description
Rack::Cache is suitable as a quick drop-in component to enable HTTP caching
for Rack-based applications that produce freshness (Expires, Cache-Control)
and/or validation (Last-Modified, ETag) information.

%prep

%build

%install
gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}
rm -rf %{buildroot}%{ruby_gemdir}/cache

%files
%{ruby_gemdir}/gems/%{rname}-%{version}
%{ruby_gemdir}/specifications/%{rname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/%{rname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-2
+ Revision: ac707de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8029 |14cr|ruby-rack-test-0.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rack-test

Name:       ruby-%{oname}
Version:    0.6.2
Release:    2
Summary:    Simple testing API built on Rack
Group:      Development/Ruby
License:    MIT
URL:        http://github.com/brynary/rack-test
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: ruby-RubyGems
BuildArch:  noarch
%rename     rubygem-%{oname}

%description
Rack::Test is a small, simple testing API for Rack apps. It can be used on its
own or as a reusable starting point for Web frameworks and testing libraries
to build on. Most of its initial functionality is an extraction of Merb 1.0's
request helpers feature.

%prep

%build

%install
mkdir -p %{buildroot}%{ruby_gemdir}
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}

rm -f %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.gitignore
rm -rf %{buildroot}%{ruby_gemdir}/cache

%files
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/%{oname}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-2
+ Revision: 40246ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8030 |14cr|ruby-rdiscount-1.3.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	rdiscount

Summary:	Discount (For Ruby) Implementation of John Gruber's Markdown
Name:		ruby-%{oname}
# (proyvind): stick with 1.3.1.1 for now as it's explicitly required by gitorious...
Version:	1.3.1.1
Release:	4
License:	BSD
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems ruby-devel
Requires:	ruby

%description
Discount (For Ruby) Implementation of John Gruber's Markdown.

%prep

%build

%install
gem install --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

mv %{buildroot}%{ruby_gemdir}/bin %{buildroot}%{_prefix}

rm -rf %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/ext

# install the so file in sitearchdir
mkdir -p %{buildroot}%{ruby_sitearchdir}
mv %{buildroot}%{ruby_gemdir}/extensions/*/*/%{oname}-%{version}/rdiscount.so %{buildroot}%{ruby_sitearchdir}

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{_bindir}/*
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/extensions/*/*/%{oname}-%{version}
%{ruby_gemdir}/extensions/*/*/%{oname}-%{version}
%{ruby_sitearchdir}/*.so

%changelog
* Fri Sep 12 2014 abfonly <abfonly@gmail.com> 1.3.1.1-4
+ Revision: 594e13f
- Updated ruby-rdiscount.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8031 |14cr|rubyripper-0.6.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       rubyripper
Summary:    A high precision cd ripper
Version:    0.6.2
Release:	4
Url:        http://code.google.com/p/rubyripper/
License:    GPLv3+
Group:      Sound
Source0:    http://rubyripper.googlecode.com/files/%{name}-%{version}.tar.bz2
Patch0:     %{name}-0.5.7-rescue-gtk2.patch
Requires:   cdparanoia
Requires:   ruby
Requires:   rubygem(gettext)
# for cd-discid
Requires:   abcde
Requires:   vorbis-tools vorbisgain
BuildRequires:  cdparanoia
BuildRequires:  rubygem(gettext)
BuildArch:  noarch

Suggests:   rubyripper-gtk
Suggests:   mp3gain
Suggests:   flac
Suggests:   normalize

%description
Rubyripper is a digital audio extraction algorithm that uses cdparanoia
error correcting power and it's own secure ripping algorithm to make
sure that a CD rip is done successfully and accurately.

%files -f %{name}.lang
%_bindir/rrip_cli
%{ruby_sitelibdir}/rr_lib.rb
%doc README


#--------------------------------------------------------------------
%package -n rubyripper-gtk
Summary:    GTK frontend for rubyripper
Group:      Graphical desktop/GNOME
Requires:   rubyripper
Requires:   rubygem(gtk2)

%description -n rubyripper-gtk
GTK2 frontend for rubyripper

%files -n rubyripper-gtk
%_bindir/rrip_gui
%_iconsdir/hicolor/*/apps/%{name}.png
%_datadir/applications/%{name}.desktop

#--------------------------------------------------------------------
%prep
%setup -q
%patch0 -p0

#specify bindir to avoid binaries to be in /usr/usr/bin
%configure2_5x \
--enable-lang-all \
--enable-cli \
--enable-gtk2 \
--bindir=/bin 

%install
%makeinstall_std
chmod -x README
%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-4
+ Revision: 7831dd4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8032 |14cr|ruby-RMagick-2.13.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname RMagick

Summary:	ImageMagick extension for Ruby
Name:		ruby-%{rbname}
Version:	2.13.1
Release:	6
Group:		Development/Ruby
License:	BSD-like
URL:		http://rmagick.rubyforge.org
Source0:	%{rbname}-%{version}.tar.bz2
BuildRequires:	imagemagick
BuildRequires:	imagemagick-devel
BuildRequires:	ruby-devel
Provides:	ruby-rvg

%description
A Ruby binding for ImageMagick, a graphics manipulation toolkit.
This release includes RVG.

%prep
%setup -q -n %{rbname}-%{version}

%build
sed -i -e 's/-ldotneato//' ext/RMagick/extconf.rb
ruby setup.rb config --doc-dir=%{buildroot}%{_datadir}/doc/%{name}-%{version} --disable-htmldoc
ruby setup.rb setup

%install
ruby setup.rb install --prefix=%{buildroot}
rm -rf %{buildroot}%{_datadir}/doc/%{name}-%{version}

for f in `find doc examples -name \*.rb`
do
	if head -n1 "$f" | grep '^#!' >/dev/null;
	then
		sed -i 's|/usr/local/bin|/usr/bin|' "$f"
		chmod 0755 "$f"
	else
		chmod 0644 "$f"
	fi
done
chmod 0755 %{buildroot}%{ruby_sitearchdir}/*.so

%files
%doc README.html ChangeLog doc examples
%{ruby_sitelibdir}/*.rb
%{ruby_sitelibdir}/rvg
%{ruby_sitearchdir}/*.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.13.1-6
+ Revision: 7040fbb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8033 |14cr|ruby-SDL-2.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name rubysdl

Summary: Wrapper around the cross platform Simple DirectMedia Layer game library
Name:    ruby-SDL
Version: 2.0.1
Release: 5
License: LGPLv2+
Source:  http://www.kmc.gr.jp/~ohai/rubysdl/%{real_name}-%{version}.tar.gz
Source1: http://www.kmc.gr.jp/~ohai/rubysdl_ref_2.en.html.bz2
Group:   Development/Ruby
URL:     http://www.kmc.gr.jp/~ohai/index.en.html
BuildRequires: SDL-devel
BuildRequires: SDL_image-devel
BuildRequires: SDL_mixer-devel
BuildRequires: SDL_ttf-devel
BuildRequires: libsmpeg-devel
BuildRequires: ruby-devel

Provides: %{real_name} = %{version}-%{release}

%description
Ruby-SDL is a wrapper around the cross platform Simple Direct Layer game
library. Essentially it allows you to write cross platform games in Ruby,
using 2d (SDL), or 3d (OpenGL), or a combination of both if you wish.

%prep
%setup -q -n %{real_name}-%{version}
bzcat %{SOURCE1} > reference_manual.html

%build
ruby extconf.rb --enable-opengl
make
sed -i 's|/usr/local/bin/ruby|/usr/bin/ruby|' sample/*.rb
chmod 0755 sample/kanji.rb

%install
%makeinstall_std

%files
%doc README.* sample rubysdl_const_list.txt reference_manual.html
%{ruby_sitelibdir}/*.rb
%{ruby_sitearchdir}/*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-5
+ Revision: b87cfe9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8034 |14cr|ruby-sprockets2.1-2.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gemname sprockets
%define __noautoreq '^[^a-zA-Z]*$'

Summary:	Sprockets is a Rack-based asset packaging system
Name:		ruby-%{gemname}2.1
Version:	2.1.3
Release:	3
Source0:	http://rubygems.org/downloads/%{gemname}-%{version}.gem
License:	MIT
Group:		System/Servers
Url:		http://www.rubyonrails.org/
BuildArch:	noarch
BuildRequires:	ruby-RubyGems
#Provides:       rubygem(%{gemname}) = %{version}

%description
Sprockets is a Rack-based asset packaging system that concatenates 
and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.

%prep
%setup -c

%build

%install
gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache

%files
%defattr(-,root,root)
%{ruby_gemdir}/gems/%{gemname}-%{version}
%{ruby_gemdir}/specifications/%{gemname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/%{gemname}-%{version}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.3-3
+ Revision: 0fae30a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8035 |14cr|ruby-tar-0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname tar
%define name ruby-%{rname}
%define version 0.1
%define release 9

Summary: Ruby implementation of the Unix 'tar' format
Name: %{name}
Version: %{version}
Release: %{release}
URL: http://ruby.jamisbuck.org/
Source0: %{rname}-%{version}.tar.bz2
License: GPL
Group: Development/Ruby
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires: ruby >= 1.8
BuildRequires: ruby-devel
BuildArch: noarch 

%description
A pure Ruby implementation of the Unix 'tar' file format. It is a library
that allows you to easily read, write, and append to tar files, whether the
'tar' command exists on your system or not. Right now it handles archives
containing regular files very well--links, block devices, and so forth are
not handled yet.

%prep
%setup -q -n %{rname}-%{version} 

%build
ruby setup.rb config 
ruby setup.rb setup

%install
rm -rf %buildroot
ruby setup.rb install --prefix=%buildroot

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%{ruby_sitelibdir}/*.rb
%doc LICENSE ChangeLog doc samples





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-9
+ Revision: 4460abd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8036 |14cr|ruby-tzinfo-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tzinfo

Name:       ruby-%{oname}
Version:    1.2.1
Release:    2
Summary:    Daylight-savings aware timezone library
Group:      Development/Ruby
License:    MIT
URL:        http://tzinfo.rubyforge.org/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildArch:  noarch
%rename     rubygem-%{oname}

%description
TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
daylight savings aware transformations between times in different time zones.


%prep

%build

%install
gem install --local --install-dir %{buildroot}%{ruby_gemdir} \
            --force --rdoc %{SOURCE0}
rm -rf %{buildroot}%{ruby_gemdir}/cache

%files
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib/
%{ruby_gemdir}/gems/%{oname}-%{version}/test/
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Rakefile
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README*
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/CHANGES*
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%{ruby_gemdir}/gems/%{oname}-%{version}/.yardopts
%{ruby_gemdir}/gems/%{oname}-%{version}/*gemspec
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-2
+ Revision: 9248ee5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8037 |14cr|ruby-wirble-0.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname	wirble

%define name	ruby-%{rname}
%define version 0.1.3
%define release 3

Summary:	Enhancements for Irb
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://pablotron.org/files/gems/%{rname}-%{version}.gem
License:	MIT
Group:		Development/Ruby
Url:		http://pablotron.org/software/wirble/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	ruby-RubyGems
Provides:	rubygem(%{rname})

%description
Wirble is a set of enhancements for Irb. Wirble enables several items
mentioned on the RubyGarden "Irb Tips and Tricks" page, including
tab-completion, history, and a built-in ri command, as well as
colorized results and a couple other goodies. The idea, of course, is
to fill Irb with useful features without turning your ~/.irbrc file
into swiss cheese.

%prep

%build

%install
%__rm -rf %{buildroot}
gem install --ri -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

%__rm -rf %{buildroot}%{ruby_gemdir}/cache

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc %{ruby_gemdir}/doc/%{rname}-%{version}
%{ruby_gemdir}/gems/%{rname}-%{version}
%{ruby_gemdir}/specifications/%{rname}-%{version}.gemspec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-3
+ Revision: d798aed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8038 |14cr|R-ucminf-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ucminf
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.1.3
Release:          2
Summary:          General-purpose unconstrained non-linear optimization
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.1-3.tar.gz

Requires:         R-numDeriv 
BuildRequires:    R-devel Rmath-devel texlive-latex 

BuildRequires:    R-numDeriv 
BuildRequires:    lapack-devel


%description
An algorithm for general-purpose unconstrained non-linear optimization.
The algorithm is of quasi-Newton type with BFGS updating of the inverse
Hessian and soft line search with a trust region type monitoring of the
input to the line search algorithm. The interface of 'ucminf' is designed
for easy interchange with 'optim'.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-2
+ Revision: 7651186
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8039 |14cr|ruijieclient-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A ruijie network supplicant for GNU/Linux
Name:		ruijieclient
Version:	0.7.0
Release:	2
License:	LGPLv3+
Group:		System/Servers
URL:		http://code.google.com/p/ruijieclient/
Source:		http://ruijieclient.googlecode.com/files/%{name}-%{version}.tar.bz2
Source1:	ruijie.conf
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	libpcap-devel

%description
RuijieClient is a ruijie network supplicant for GNU/Linux which is based
on mystar, but re-writed form scratch.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

rm -fr %buildroot%_datadir/doc

install -D %{SOURCE1} -m0644 %buildroot%_sysconfdir/ruijie.conf

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc README
%{_bindir}/ruijieclient
%config(noreplace) %_sysconfdir/ruijie.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 71e1caf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8040 |14cr|rules_du_jour-1.30-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	This script updates SpamAssassin RuleSet files from the internet
Name:		rules_du_jour
Version:	1.30
Release:	5
License:	GPL
Group:		Networking/Mail
URL:		http://sandgnat.com/rdj/rules_du_jour
Source0:	http://sandgnat.com/rdj/rules_du_jour
Requires:	curl
Requires:	spamassassin
Requires:	spamassassin-spamd
Requires:	wget
BuildArch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}-root

%description
This script updates SpamAssassin RuleSet files from the internet.

%prep

%setup -c -T -n %{name}-%{version}
cp %{SOURCE0} %{name}

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_sysconfdir}/cron.daily
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/mail/spamassassin/RulesDuJour

cat > RulesDuJour << EOF
TRUSTED_RULESETS="TRIPWIRE EVILNUMBERS SARE_RANDOM"
SA_DIR="%{_sysconfdir}/mail/spamassassin"
SA_RESTART="%{_initrddir}/spamd restart"
#SA_RESTART="svc -du /service/spamd /service/spamd/log"
EOF

install -m0755 %{name} %{buildroot}%{_sbindir}/
ln -s %{_sbindir}/%{name} %{buildroot}%{_sysconfdir}/mail/spamassassin/RulesDuJour/%{name}
ln -s %{_sbindir}/%{name} %{buildroot}%{_sysconfdir}/cron.daily/%{name}

install -m0644 RulesDuJour %{buildroot}%{_sysconfdir}/sysconfig/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%dir %attr(0755,root,root) %{_sysconfdir}/mail/spamassassin/RulesDuJour
%config(noreplace) %{_sysconfdir}/sysconfig/RulesDuJour
%attr(0755,root,root) %{_sbindir}/%{name}
%attr(0755,root,root) %{_sysconfdir}/mail/spamassassin/RulesDuJour/%{name}
%attr(0755,root,root) %{_sysconfdir}/cron.daily/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30-5
+ Revision: 0b932b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8041 |14cr|ruli-0.36-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 4
%define libname %mklibname ruli %{major}
%define develname %mklibname ruli -d

Summary:	The RULI (Resolver User Layer Interface) library
Name:		ruli
Version:	0.36
Release:	6
License:	BSD
Group:		System/Libraries
URL:		http://www.nongnu.org/ruli/
Source0:	http://savannah.nongnu.org/download/ruli/ruli_%{version}.orig.tar.gz
Source2:	http://savannah.nongnu.org/download/ruli/ruli_%{version}.orig.tar.gz.sig
Patch0:		ruli-0.35-optflags.diff
Patch1:		ruli-0.36-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	oop-devel
BuildConflicts:	%{name}-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
RULI stands for Resolver User Layer Interface. It's a library
built on top of an asynchronous DNS stub resolver. RULI provides
an easy-to-use interface for querying DNS SRV resource records.
The goal is to promote the wide deployment of SRV-cognizant
software. RULI aims to fully support SRV-related standards. There
are bindings for PHP and Perl. IPv6 is supported. 

As side-effect, RULI also provides a general-purpose,
event-driven, asynchronous, stub DNS resolver. 

%package -n	%{libname}
Summary:	The RULI (Resolver User Layer Interface) library
Group:          System/Libraries

%description -n	%{libname}
RULI stands for Resolver User Layer Interface. It's a library
built on top of an asynchronous DNS stub resolver. RULI provides
an easy-to-use interface for querying DNS SRV resource records.
The goal is to promote the wide deployment of SRV-cognizant
software. RULI aims to fully support SRV-related standards. There
are bindings for PHP and Perl. IPv6 is supported. 

As side-effect, RULI also provides a general-purpose,
event-driven, asynchronous, stub DNS resolver. 

%package -n	%{develname}
Summary:	Static library and header files for the %{libname} library
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname ruli 4 -d}

%description -n	%{develname}
RULI stands for Resolver User Layer Interface. It's a library
built on top of an asynchronous DNS stub resolver. RULI provides
an easy-to-use interface for querying DNS SRV resource records.
The goal is to promote the wide deployment of SRV-cognizant
software. RULI aims to fully support SRV-related standards. There
are bindings for PHP and Perl. IPv6 is supported. 

As side-effect, RULI also provides a general-purpose,
event-driven, asynchronous, stub DNS resolver. 

%package	tools
Summary:	Tools utilizing the RULI (Resolver User Layer Interface) library
Group:          System/Servers

%description	tools
RULI stands for Resolver User Layer Interface. It's a library
built on top of an asynchronous DNS stub resolver. RULI provides
an easy-to-use interface for querying DNS SRV resource records.
The goal is to promote the wide deployment of SRV-cognizant
software. RULI aims to fully support SRV-related standards. There
are bindings for PHP and Perl. IPv6 is supported. 

As side-effect, RULI also provides a general-purpose,
event-driven, asynchronous, stub DNS resolver. 

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1

%build

for dir in src sample tools; do
    %make -C $dir \
	OOP_BASE_DIR=%{_prefix} \
	OOP_INCLUDE_DIR=%{_includedir} \
	OOP_LIB_DIR=%{_libdir}
done

#	DEFINE_SOLARIS="%{optflags} -fPIC"

%install
rm -rf %{buildroot}

for dir in src sample tools; do
    make -C $dir \
	INSTALL_BASE_DIR=%{buildroot}%{_prefix} \
	INSTALL_INCLUDE_DIR=%{buildroot}%{_includedir} \
	INSTALL_LIB_DIR=%{buildroot}%{_libdir} \
	INSTALL_MAN_DIR=%{buildroot}%{_mandir} \
	install
done

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc README
%attr(0755,root,root) %{_libdir}/*.so.*
%attr(0644,root,root) %{_mandir}/man3/*

%files -n %{develname}
%defattr(-,root,root)
%doc TODO
%attr(0644,root,root) %{_includedir}/*.h
%attr(0755,root,root) %{_libdir}/*.so
%attr(0755,root,root) %{_libdir}/*.a

%files tools
%defattr(-,root,root)
%doc tools/README
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.36-6
+ Revision: 4c573c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8042 |14cr|runit-2.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	A UN*X init scheme with service supervision
Name:		runit
Version:	2.1.1
Release:	4
License:	BSD
Group:		System/Base
URL:		http://smarden.org/runit/
Source0:	http://smarden.org/runit/%{name}-%{version}.tar.gz
BuildRequires:	dietlibc-devel >= 0.32
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
runit is a daemontools alike replacement for SysV-init and other init schemes.
It currently runs on GNU/Linux, OpenBSD, FreeBSD, and can easily be adapted to
other Unix operating systems. runit implements a simple three-stage concept.
Stage 1 performs the system's one-time initialization tasks. Stage 2 starts the
system's uptime services (via the runsvdir program). Stage 3 handles the tasks
necessary to shutdown and halt or reboot. 

%prep

%setup -q -n admin

%build

pushd %{name}-%{version}/src
    echo "diet gcc -Os -pipe" > conf-cc
    echo "diet gcc -Os -static -s" > conf-ld
    make
popd
 
%install
rm -rf %{buildroot}

install -d %{buildroot}/sbin/
install -d %{buildroot}%{_mandir}/man8

pushd %{name}-%{version}
    for i in `cat package/commands`; do
	install -m0755 src/$i %{buildroot}/sbin/
    done
popd

install -m0644 %{name}-%{version}/man/*.8 %{buildroot}%{_mandir}/man8/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc %{name}-%{version}/package/CHANGES
%doc %{name}-%{version}/package/README
%doc %{name}-%{version}/package/THANKS
%doc %{name}-%{version}/doc/*.html
%doc %{name}-%{version}/etc/2
%doc %{name}-%{version}/etc/debian
%attr(0755,root,root) /sbin/chpst
%attr(0755,root,root) /sbin/runit
%attr(0755,root,root) /sbin/runit-init
%attr(0755,root,root) /sbin/runsv
%attr(0755,root,root) /sbin/runsvchdir
%attr(0755,root,root) /sbin/runsvdir
%attr(0755,root,root) /sbin/sv
%attr(0755,root,root) /sbin/svlogd
%attr(0755,root,root) /sbin/utmpset
%attr(0644,root,root) %{_mandir}/man8/chpst.8*
%attr(0644,root,root) %{_mandir}/man8/runit-init.8*
%attr(0644,root,root) %{_mandir}/man8/runit.8*
%attr(0644,root,root) %{_mandir}/man8/runsv.8*
%attr(0644,root,root) %{_mandir}/man8/runsvchdir.8*
%attr(0644,root,root) %{_mandir}/man8/runsvdir.8*
%attr(0644,root,root) %{_mandir}/man8/sv.8*
%attr(0644,root,root) %{_mandir}/man8/svlogd.8*
%attr(0644,root,root) %{_mandir}/man8/utmpset.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-4
+ Revision: 3e3a63e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8043 |14cr|runsuid-1.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Runs scripts with different group/user id
Name:		runsuid
Version:	1.5
Release:	8
License:	GPL
Group:		System/Base
Url:		http://www.ftp.uni-erlangen.de/~runsuid/
Source0:	http://www.ftp.uni-erlangen.de/~runsuid/%{name}-%{version}.tgz
BuildRequires:	glibc-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
runsuid runs a script with another user-id/group-id, when 
the user has the right to do so according to the configuration file.
If used in the right combination with access restrictions this can 
ease the life of system administrators. Additionally, it can be used 
for running CGI-scripts as different fixed users.

%prep
%setup -q %{name}-%{version}

%build
perl -pi -e "s/MAKE_CFLAGS=-O3 -Wall/MAKE_CFLAGS=%{optflags}/" Makefile

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
install -d  %{buildroot}%{_sbindir}
install -D %{name} %{buildroot}%{_sbindir}/%{name}

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc README runsuid.rc.example
%attr(755,root,root) %{_sbindir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-8
+ Revision: fbd97e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8044 |14cr|R-urca-1.2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  urca
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.2.8
Release:          2
Summary:          Unit root and cointegration tests for time series data
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/urca_1.2-8.tar.gz
Requires:         R-methods 
Requires:         R-nlme R-graphics R-stats 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-nlme R-graphics R-stats 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Unit root and cointegration tests encountered in applied econometric
analysis are implemented.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/License
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/MacKinnonLicense.txt
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/Rcmdr
%{rlibdir}/%{packname}/book-ex
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.8-2
+ Revision: aaa06a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8045 |14cr|rute-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Rute Users Tutorial and Exposition
Name:		rute
Version:	1.0.0
Release:	5

Source0:	%{name}.html.tar.bz2
Source1:	rute.menu

License:	Paul Sheer, <psheer@icon.co.za>. Published under Open Content license.
Group:		Books/Computer books
BuildRoot:	%_tmppath/%name-%version-root
BuildArch:	noarch
Requires:	xdg-utils
URL:		http://rute.2038bug.com
Obsoletes:	rute_pdf

%description
Rute is a beginners guide to Linux and Unix-like systems. It is designed as a
dependency consistent tutorial document. This means you can (and should) read
it from beginning to end in consecutive order. Rute also satisfies the
requirements for course notes for a Linux training course.

%prep
%setup -q -n %{name}

%build
rm -fr $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Beginners Guide to Linux
Comment=Rute Users Tutorial and Exposition
Exec=xdg-open %{_docdir}/%{name}/index.html
Icon=documentation_section
Type=Application
Categories=Documentation;System;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%{update_menus}
%endif
 
%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr(-,root,root,0755)
%doc *
%{_datadir}/applications/*.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: 112af01
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8046 |14cr|rutorrent-3.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Web frontend for the rTorrent bittorrent client
Name:		rutorrent
Version:	3.2
Release:	6
License:	GPLv3
Group:		Networking/File transfer
URL:		http://code.google.com/p/rutorrent/
Source:		http://rutorrent.googlecode.com/files/%{name}-%{version}.tar.gz
# Plugins are here in the same .spec for simplicity as they mostly share
# rutorrent's version number. If this changes in the future or it is otherwise
# seemed better, this can be splitted to one or more separate src.rpms.
# - Anssi 08/2010
Source1:	http://rutorrent.googlecode.com/files/plugins-%{version}.tar.gz
Patch0:		rutorrent-fhs.patch
Patch1:		rutorrent-log.patch
# Load a "backup" config file before the actual config file.
# In case of an unhandled .rpmnew file, the possible newly added configuration
# options are loaded from the backup file. This is similar in how e.g. normal
# initscript configurations are handled. - Anssi 08/2010
Patch2:		rutorrent-defaults.patch
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch
Requires:	webserver
# suggests to allow other webservers:
Suggests:	apache-mod_php
# for apache user:
Requires(pre):	apache-conf

%description
rutorrent is a web frontend for the rTorrent bittorrent client.

Plugin packages are named rutorrent-plugin-*.

Note that you need to either configure an SCGI module for your web server or
install rutorrent-plugin-rpc or rutorrent-plugin-httprpc for rutorrent to
work. See the online documentation for more details.
All configuration files, including plugin configuration, are in
%{_sysconfdir}/%{name}.

# mkplugin(plugin_name, version, url)
%define mkplugin() \
%package plugin-%{1} \
Summary:	rutorrent plugin: %{expand:%{%{1}_summary}} \
Requires:	%{name} = %{version} \
%{expand:%%{?%{1}_req:Requires: %{%{1}_req}}} \
Group:		Networking/File transfer \
%description plugin-%{1} \
%(echo "%{expand:%{%{1}_desc}}" | fold -s) \
\
This is a plugin for rutorrent, a web frontend for the rTorrent bittorrent \
client. \
%files plugin-%{1} -f lists/%{1}.list \
%defattr(-,root,root) \
%{_datadir}/%{name}/plugins/%{1}

%define autotools_req	%name-plugin-_getdir
%define autotools_summary Automation tool
%define autotools_desc	This plug-in provides some possibilities on automation.
%mkplugin autotools	http://code.google.com/p/rutorrent/wiki/PluginAutotools

%define chunks_summary	Chunks information
%define chunks_desc	This plug-in provides chunks information for opened torrents.
%mkplugin chunks	http://code.google.com/p/rutorrent/wiki/PluginChunks

%define cookies_summary	Cookies information
%define cookies_desc	This plug-in provides cookies information.
%mkplugin cookies	http://code.google.com/p/rutorrent/wiki/PluginCookies

%define cpuload_summary	Show cpu load
%define cpuload_desc	This plug-in adds to status bar an indicator of cpu load.
%mkplugin cpuload	http://code.google.com/p/rutorrent/wiki/PluginCpuload

%define create_req	%name-plugin-_getdir
%define create_summary	Create torrent files
%define create_desc	This plug-in provides ability to create .torrent files.
%mkplugin create	http://code.google.com/p/rutorrent/wiki/PluginCreate

%define data_summary	Transfer downloaded files through http
%define data_desc	This plug-in is intended for obtaining torrent data through http.
%mkplugin data		http://code.google.com/p/rutorrent/wiki/PluginData

%define datadir_req	%name-plugin-_getdir
%define datadir_summary	Move data files
%define datadir_desc	This plug-in is intended for moving torrent's data files.
%mkplugin datadir	http://code.google.com/p/rutorrent/wiki/PluginDataDir

%define diskspace_summary Available disk space
%define diskspace_desc	This plug-in adds to status bar an indicator of available disk space.
%mkplugin diskspace	http://code.google.com/p/rutorrent/wiki/PluginDiskspace

%define edit_summary	Edit torrents
%define edit_desc	This plug-in allows user to edit the list of trackers and commentaries of the current torrent.
%mkplugin edit		http://code.google.com/p/rutorrent/wiki/PluginEdit

%define erasedata_summary Remove data files
%define erasedata_desc	This plug-in allows to remove not only a .torrent file, but also its data.
%mkplugin erasedata	http://code.google.com/p/rutorrent/wiki/PluginErasedata

%define extsearch_summary	External search
%define extsearch_desc	The plug-in is intended for external search of torrents.
%mkplugin extsearch	http://code.google.com/p/rutorrent/wiki/PluginExtsearch

%define feeds_summary	RSS feed creator
%define feeds_desc	The plug-in is intended for making RSS feeds with information of torrents.
%mkplugin feeds		http://code.google.com/p/rutorrent/wiki/PluginFeeds

%define geoip_req	php-geoip
%define geoip_summary	Peer country information
%define geoip_desc	This plug-in provides country information for peers.
%mkplugin geoip		http://code.google.com/p/rutorrent/wiki/PluginGeoIP

%define _getdir_summary	Navigate host system
%define _getdir_desc	This service plug-in _getdir gives to other plug-ins the possibility of comfortable navigation on a host file system.
%mkplugin _getdir	http://code.google.com/p/rutorrent/wiki/Plugin_getdir

%define httprpc_summary	Low-traffic mod_scgi replacement
%define httprpc_desc	This plug-in is designed as a low-traffic replacement of the web server module mod_scgi and performs functions of the last.
%mkplugin httprpc	http://code.google.com/p/rutorrent/wiki/PluginHTTPRPC

%define loginmgr_summary 3rd party login manager
%define loginmgr_desc	The plug-in is intended for managing accounts on private trackers.
%mkplugin loginmgr	http://code.google.com/p/rutorrent/wiki/PluginLoginMgr

%define ratio_summary	Set ratio limits
%define ratio_desc	This plug-in allows to manage a ratio limits for groups of torrents.
%mkplugin ratio		http://code.google.com/p/rutorrent/wiki/PluginRatio

%define retrackers_summary Add custom trackers automatically
%define retrackers_desc	This plug-in appends specified trackers to the trackers list of all newly added torrents.
%mkplugin retrackers	http://code.google.com/p/rutorrent/wiki/PluginRetrackers

%define rpc_summary	mod_scgi replacement
%define rpc_desc	This plug-in is designed as a replacement of the web server module mod_scgi and performs functions of the last.
%mkplugin rpc		http://code.google.com/p/rutorrent/wiki/PluginRPC

%define rss_req		%name-plugin-_getdir
%define rss_summary	RSS feed client
%define rss_desc	This plug-in is intended for work with RSS feeds.
%mkplugin rss		http://code.google.com/p/rutorrent/wiki/PluginRSS

%define rssurlrewrite_req	%name-plugin-rss
%define rssurlrewrite_summary	URL rewriting in the RSS plugin
%define rssurlrewrite_desc	The plug-in is intended for url rewrite in RSS plugin.
%mkplugin rssurlrewrite		http://code.google.com/p/rutorrent/wiki/PluginRSSURLRewrite

%define scheduler_summary Behavior scheduler
%define scheduler_desc	You can enable the scheduler and click the cells to define any of six rTorrent behavior types at each particular hour of 168 week hours.
%mkplugin scheduler	http://code.google.com/p/rutorrent/wiki/PluginScheduler

%define seedingtime_summary Show 'Finished' time
%define seedingtime_desc This plug-in adds the column 'Finished' to the torrents list. This column contains the time when download of the torrent was completed.
%mkplugin seedingtime	http://code.google.com/p/rutorrent/wiki/PluginSeedingtime

%define show_peers_like_wtorrent_summary wTorrent style peer counts
%define show_peers_like_wtorrent_desc	This plug-in changes the format of values in columns 'Seeds' and 'Peers' in the torrents list.
%mkplugin show_peers_like_wtorrent	http://code.google.com/p/rutorrent/wiki/PluginShow_peers_like_wtorrent

%define source_summary	Transfer .torrent file through http
%define source_desc	This plug-in is intended for obtaining source .torrent file.
%mkplugin source	http://code.google.com/p/rutorrent/wiki/PluginSource

%define theme_summary	Theme support for ruTorrent
%define theme_desc	This plugin allows you to change the gui theme to one of several provided themes, or any your create, provided they are placed in the proper directory within the plugin.
%mkplugin theme		http://code.google.com/p/rutorrent/wiki/PluginTheme

%define throttle_summary Torrent group throttling
%define throttle_desc	This plug-in gives a convenient control over a limits of speed for groups of torrents.
%mkplugin throttle	http://code.google.com/p/rutorrent/wiki/PluginThrottle

%define tracklabels_ver	3.0
%define tracklabels_summary Add labels based on trackers
%define tracklabels_desc This plug-in adds a set of labels on the category panel. These labels are created automatically on the basis of torrents' trackers.
%mkplugin tracklabels	http://code.google.com/p/rutorrent/wiki/PluginTracklabels

%define trafic_summary	Traffic statistics
%define trafic_desc	This plug-in is a subsystem for registration of the total (all trackers counted) rTorrent traffic.
%mkplugin trafic	http://code.google.com/p/rutorrent/wiki/PluginTrafic

%define unpack_req	%name-plugin-_getdir
%define unpack_summary	Unpack downloaded data
%define unpack_desc	This plug-in is intended for unpack torrent's data. Packages unzip and unrar are required to unpack those specific formats.
%mkplugin unpack	http://code.google.com/p/rutorrent/wiki/PluginUnpack

%prep
%setup -q -n %name -a 1
%apply_patches
find -name '*.00??*' -print -delete

# make sure a directory layout change is not missed
[ $(ls | wc -l) -eq 10 ]
# make sure the fhs patch does not miss anything
grep -R -e 'conf/' -e "'/share" . && exit 1

# for defaults.patch:
cp -a conf/config.php php/defaults-mdv.php

cat > README.install.urpmi <<EOF
Note that you will need to either configure an SCGI module for your web server
or install rutorrent-plugin-rpc or rutorrent-plugin-httprpc for rutorrent to
work. See the online documentation for more details:
http://code.google.com/p/rutorrent/wiki/WebSERVER

On this Mandriva packaging of rutorrent and its plugins, all configuration
files are in %{_sysconfdir}/%{name}.
The access configuration is in %{_webappconfdir}/%{name}.conf. By default only
localhost is allowed to use rutorrent.
EOF

%install
rm -rf %{buildroot}

install -d -m755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
Alias /%{name} %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Require local granted
</Directory>
EOF

install -d -m755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
%{_logdir}/%{name}/*.log {
    missingok
}
EOF

install -d -m755 %{buildroot}%{_datadir}/%{name}
cp -a *.html *.ico css images js lang php plugins %{buildroot}%{_datadir}/%{name}

install -d -m755 %{buildroot}%{_localstatedir}/lib/%{name}
cp -a share %{buildroot}%{_localstatedir}/lib/%{name}

install -d -m755 %{buildroot}%{_sysconfdir}/%{name}
cp -a conf/* %{buildroot}%{_sysconfdir}/%{name}

install -d -m755 %{buildroot}%{_logdir}/%{name}

rm -rf lists
mkdir lists
for dir in %{buildroot}%{_datadir}/%{name}/plugins/*; do
	plugin=$(basename "$dir")
	version=$(sed -n 's,plugin.version: ,,p' "$dir/plugin.info" | tr -d '\r')
	# check that rpm version is set correctly:
	[ "%version" = "$version" ]

	touch lists/$plugin.list
	if [ -e "$dir/conf.php" ]; then
		install -d -m755 %{buildroot}%{_sysconfdir}/%{name}/plugins/$plugin
		cp "$dir/conf.php" %{buildroot}%{_sysconfdir}/%{name}/plugins/$plugin
		mv "$dir/conf.php" "$dir/defaults-mdv.php"
		sed -i '/rtorrent.php.error/s/conf.php/defaults-mdv.php/' $dir/plugin.info
		echo "%dir %{_sysconfdir}/%{name}/plugins/$plugin" >> lists/$plugin.list
		echo "%config(noreplace) %{_sysconfdir}/%{name}/plugins/$plugin/conf.php" >> lists/$plugin.list
	fi
	for file in $dir/readme*.txt; do
		[ -e "$file" ] || continue
		rm "$file"
		echo "%doc plugins/$plugin/$(basename "$file")" >> lists/$plugin.list
	done
done

%clean
rm -rf %{buildroot}

%if %mdkversion < 201010
%post
%_post_webapp

%postun
%_postun_webapp
%endif

%files
%defattr(-,root,root,0755)
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/access.ini
%config(noreplace) %{_sysconfdir}/%{name}/config.php
%config(noreplace) %{_sysconfdir}/%{name}/plugins.ini
%dir %{_sysconfdir}/%{name}/plugins
%dir %{_sysconfdir}/%{name}/users
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/css
%{_datadir}/%{name}/favicon.ico
%{_datadir}/%{name}/images
%{_datadir}/%{name}/index.html
%{_datadir}/%{name}/js
%{_datadir}/%{name}/lang
%{_datadir}/%{name}/php
%dir %{_datadir}/%{name}/plugins
%dir %{_localstatedir}/lib/%{name}
%attr(0755,apache,apache) %{_localstatedir}/lib/%{name}/share
%attr(0755,apache,apache) %dir %{_logdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2-6
+ Revision: 125d53a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8047 |14cr|rutracker-news-0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with qt5

Summary:	Rutracker.org new releases fetcher
Name:		rutracker-news
Version:	0.3
Release:	1
License:	GPLv2+
Group:		Networking/News
Url:		http://code.google.com/p/rutracker-news/
# http://rutracker-news.googlecode.com/archive/%{version}.tar.gz
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	imagemagick
%if %{with qt5}
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
%else
BuildRequires:	qt4-devel
%endif

%description
Rutracker.org new releases fetcher. Supports most popular subforums (various
movies, TV series, anime etc). Fetches also IMDB ratings where it's possible.
See project homepage for more info.

GUI in Russian only (other languages make no sense for this application).

%files
%doc AUTHORS COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%if %{with qt5}
%qmake_qt5
%else
%qmake_qt4
%endif
%make
for N in 16 32 64 128; do convert %{name}.png -resize ${N}x${N} $N.png; done

%install
install -D %{name} %{buildroot}%{_bindir}/%{name}
install -D 16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D 32.png %{buildroot}%{_liconsdir}/%{name}.png
install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Rutracker News
Comment=Rutracker.org new releases fetcher
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Qt;Network;News;
EOF


%changelog
* Tue Jul 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3-1
+ Revision: 15cd35a
- New version 0.3 (fixes bug with empty search result and adds HD anime search support), add optional Qt5 build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8048 |14cr|R-vcd-1.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  vcd
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.3.1
Release:          2
Summary:          Visualizing Categorical Data
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/vcd_1.3-1.tar.gz
Requires:         R-MASS R-grid R-colorspace R-stats R-utils
Requires:         R-grDevices R-KernSmooth R-mvtnorm R-kernlab
%if %{without bootstrap}
Requires:         R-HSAUR 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-MASS R-grid R-colorspace R-stats R-utils
BuildRequires:    R-grDevices R-KernSmooth R-mvtnorm R-kernlab
%if %{without bootstrap}
BuildRequires:    R-HSAUR 
%endif

%description
Visualization techniques, data sets, summary and inference procedures
aimed particularly at categorical data. Special emphasis is given to
highly extensible grid graphics. The package was inspired by the book
"Visualizing Categorical Data" by Michael Friendly.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-2
+ Revision: b532600
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8049 |14cr|R-vcdExtra-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  vcdExtra
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6.0
Release:          2
Summary:          vcd extensions and additions
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.6-0.tar.gz

Requires:         R-vcd R-gnm 
Requires:         R-MASS 
Requires:         R-ca R-gmodels R-Fahrmeir R-effects R-VGAM R-plyr R-rgl R-lmtest R-nnet R-ggplot2 R-Sleuth2 R-car R-lattice 
BuildRequires:    R-devel Rmath-devel texlive-latex R-vcd R-gnm
BuildRequires:    R-MASS 
BuildRequires:    R-ca R-gmodels R-Fahrmeir R-effects R-VGAM R-plyr R-rgl R-lmtest R-nnet R-ggplot2 R-Sleuth2 R-car R-lattice 
BuildRequires:    x11-server-xvfb

%description
Provides additional data sets, methods and documentation to complement the
vcd package for Visualizing Categorical Data and the gnm package for
Generalized Nonlinear Models. In particular, vcdExtra extends mosaic,
assoc and sieve plots from vcd to handle glm() and gnm() models and adds a
3D version in mosaic3d.  Additionally, methods are provided for comparing
and visualizing lists of glm and loglm objects.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Fail even with xvfb due to GL problems
# %check
#xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-2
+ Revision: 89a2e03
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8050 |14cr|R-verification-1.35-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  verification
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.35
Release:          3
Summary:          Forecast verification utilities
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/verification_1.35.tar.gz
Requires:         R-methods R-waveslim R-fields R-boot R-CircStats
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-waveslim R-fields R-boot R-CircStats

%description
This package contains utilities for verification of discrete,continuous,
probabilistic forecasts and forecast expressed as parametric

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.35-3
+ Revision: ba3082e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8051 |14cr|R-VGAM-0.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  VGAM
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9.4
Release:          1
Summary:          Vector Generalized Linear and Additive Models
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/VGAM_0.9-4.tar.gz
Requires:         R-splines
Requires:         R-methods
Requires:         R-stats
Requires:         R-stats4
Requires:         R-VGAMdata
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-splines
BuildRequires:    R-methods
BuildRequires:    R-stats
BuildRequires:    R-stats4
BuildRequires:    R-VGAMdata
BuildRequires:    pkgconfig(lapack)

%description
Vector generalized linear and additive models, and associated models
(Reduced-Rank VGLMs, Quadratic RR-VGLMs, Reduced-Rank VGAMs). This package
fits many models and distribution by maximum likelihood estimation (MLE)
or penalized MLE. Also fits constrained ordination models in ecology.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Thu Sep 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-1
+ Revision: aa53941
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8052 |14cr|R-VGAMdata-0.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  VGAMdata
%global rlibdir  %{_datadir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.9.4
Release:          1
Summary:          Data supporting the VGAM package
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.9-4.tar.gz
BuildArch:        noarch
Requires:         R-core



Requires:         R-VGAM 
BuildRequires:    R-devel Rmath-devel 

BuildRequires:   R-VGAM 
%description
Data sets to accompany the VGAM package. These are used to illustrate
vector generalized linear and additive models (VGLMs/VGAMs), and
associated models (Reduced-Rank VGLMs, Quadratic RR-VGLMs, Row-Column
Interaction Models, and constrained and unconstrained ordination models in

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help

%changelog
* Wed Sep 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-1
+ Revision: 2d5d4fd
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8053 |14cr|R-VIM-4.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  VIM
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          4.0.0
Release:          3
Summary:          Visualization and Imputation of Missing Values
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/VIM_4.0.0.tar.gz
Requires:         R-e1071 R-car R-colorspace R-nnet R-robustbase R-tcltk
Requires:         R-tkrplot R-sp R-vcd R-Rcpp R-car R-colorspace R-grDevices
Requires:         R-robustbase R-stats R-tcltk R-sp R-utils R-vcd
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires: R-glmnet
Requires: R-glmnet
BuildRequires:    R-e1071 R-car R-colorspace R-nnet R-robustbase R-tcltk
BuildRequires:    R-tkrplot R-sp R-vcd R-Rcpp R-car R-colorspace R-grDevices
BuildRequires:    R-robustbase R-stats R-tcltk R-sp R-utils R-vcd

%description
This package introduces new tools for the visualization of missing and/or
imputed values, which can be used for exploring the data and the structure
of the missing and/or imputed values. Depending on this structure of the
missing values, the corresponding methods may help to identify the
mechanism generating the missings and allows to explore the data including
missing values.  In addition, the quality of imputation can be visually
explored using various univariate, bivariate, multiple and multivariate
plot methods.  A graphical user interface allows an easy handling of the
implemented plot methods.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#  When sourcing 'VIM-EU-SILC.R':
# Error: [tcl] invalid command name "toplevel".
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
# %doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
# %{rlibdir}/%{packname}/tklibs
%{rlibdir}/VIM/NEWS


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0-3
+ Revision: 38b6be9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8054 |14cr|R-vioplot-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  vioplot
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.2
Release:          2
Summary:          Violin plot
Group:            Sciences/Mathematics
License:          BSD
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-sm 


BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-sm


%description
A violin plot is a combination of a box plot and a kernel density plot.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-2
+ Revision: 5e651de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8055 |14cr|rvm-1.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name rvm
%define version 1.16
%define release 4

%define major 1

%define libname %mklibname %name %major
%define develname %mklibname %name -d

Summary: RVM library
Name: %name
Version: %version
Release: %release
Group: Development/Other
License: LGPL
Url: http://www.coda.cs.cmu.edu/doc/html/index.html
Source: ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/%name-%{version}.tar.gz
BuildRequires:	liblwp-devel
BuildRequires:	chrpath
Buildroot: %_tmppath/%name-%{version}

%description
The RVM persistent recoverable memory library. The RVM library is used by
the Coda distributed filesystem.

%package -n %libname
Summary: RVM tools
Group: Development/Other

%description -n %libname
The RVM persistent recoverable memory library. The RVM library is used by
the Coda distributed filesystem.

%package -n %develname
Summary: RVM library development files
Group: Development/Other
Requires: %libname = %version-%release
Provides: rvm-devel = %version-%release
Obsoletes:  %mklibname %name -d 1

%description -n %develname
Headers and static libraries for developing programs using the RVM library.
The RVM library is used by the Coda distributed filesystem.

%package tools
Summary: RVM tools
Group: Development/Other

%description tools
Userspace tools to initialize and manipulate RVM log and data segments.
The RVM library is used by the Coda distributed filesystem.

%prep
%setup -q

%build
autoreconf -fi
%configure
%make

%install
%makeinstall
chrpath --delete %{buildroot}%{_libdir}/*.so.*

%files -n %libname
%doc COPYING NEWS INSTALL
%{_libdir}/librvmlwp.so.*
%{_libdir}/librdslwp.so.*
%{_libdir}/libseglwp.so.*

%files -n %develname
%{_libdir}/librvmlwp.a
%{_libdir}/librvmlwp.so
%{_libdir}/librdslwp.a
%{_libdir}/librdslwp.so
%{_libdir}/libseglwp.a
%{_libdir}/libseglwp.so
%{_includedir}/rvm
%{_libdir}/pkgconfig/rvmlwp.pc

%files tools
%{_sbindir}/rvmutl
%{_sbindir}/rdsinit




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.16-4
+ Revision: 427bf81
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8056 |14cr|R-vsn-3.30.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  vsn
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.30.0
Release:          2
Summary:          Variance stabilization and calibration for microarray data
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/vsn.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/vsn_3.30.0.tar.gz
Requires:         R-Biobase R-methods R-affy R-limma R-lattice
Requires:         R-affydata R-hgu95av2cdf
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-Biobase R-methods R-affy R-limma R-lattice
BuildRequires:    R-affydata R-hgu95av2cdf

%description
The package implements a method for normalising microarray intensities,
both between colours within array, and between arrays. The method uses a
robust variant of the maximum-likelihood estimator for the stochastic
model of microarray data described in the references (see vignette). The
model incorporates data calibration (a.k.a. normalization), a model for
the dependence of the variance on the mean intensity, and a variance
stabilizing data transformation. Differences between transformed
intensities are analogous to "normalized log-ratios". However, in contrast
to the latter, their variance is independent of the mean, and they are
usually more sensitive and specific in detecting differential

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/scripts


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.30.0-2
+ Revision: a02114c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8057 |14cr|R-waveslim-1.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  waveslim
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.12
Release:          2
Summary:          Basic wavelet routines for one-, two- and three-dimensional signal processing
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Archive/waveslim/waveslim_1.12.tar.gz
Requires:         R-stats R-graphics R-grDevices 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats R-graphics R-grDevices R-fftw

%description
Basic wavelet routines for time series (1D), image (2D) and array (3D)
analysis.  The code provided here is based on wavelet methodology
developed in Percival and Walden (2000); Gencay, Selcuk and Whitcher
(2001); the dual-tree complex wavelet transform (CWT) from Kingsbury
(1999, 2001) as implemented by Selesnick; and Hilbert wavelet pairs
(Selesnick 2001, 2002).  All figures in chapters 4-7 of GSW (2001) are
reproducible using this package and R code available at the book
website(s) below.

%prep
%setup -q -c -n %{packname}
echo 'exportPattern( "." )' > %{packname}/NAMESPACE

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12-2
+ Revision: 4bfa493
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8058 |14cr|R-weightedKmeans-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  weightedKmeans
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.2.0
Release:          2
Summary:          Weighted KMeans Clustering
Group:            Sciences/Mathematics
License:          GPLv3+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-lattice R-latticeExtra R-clv 


BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-lattice R-latticeExtra R-clv


%description
Entropy weighted kmeans (ewkm) is a weighted subspace clustering algorithm
that is well suited to very high dimensional data. Weights are calculated
as the importance of a variable with regard to cluster membership. The
feature group weighted kmenas (fgkm) extends this concept by grouping
features and weighting the group in addition to weihgting individual

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/LICENSE
%doc %{rlibdir}/%{packname}/ChangeLog
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-2
+ Revision: de1cb14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8059 |14cr|R-WhatIf-1.5.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  WhatIf
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.5.6
Release:          2
Summary:          Software for Evaluating Counterfactuals
Group:            Sciences/Mathematics
License:          GPLv3
URL:              http://cran.r-project.org/web/packages/WhatIf/index.html
Source0:          http://cran.r-project.org/src/contrib/WhatIf_1.5-6.tar.gz
BuildRequires:    R-devel R-lpSolve
Requires:         R-core R-lpSolve
BuildArch:        noarch

%description
Inferences about counterfactuals are essential for prediction,
answering what if questions, and estimating causal effects.
However, when the counterfactuals posed are too far from the data at hand,
conclusions drawn from well-specified statistical analyses become based largely
on speculation hidden in convenient modeling assumptions that few would be 
willing to defend. Unfortunately, standard statistical approaches assume the 
veracity of the model rather than revealing the degree of model-dependence, 
which makes this problem hard to detect. WhatIf offers easy-to-apply methods 
to evaluate counterfactuals that do not require sensitivity testing over 
specified classes of models. If an analysis fails the tests offered here, 
then we know that substantive inferences will be sensitive to at least some 
modeling choices that are not based on empirical evidence, no matter what 
method of inference one chooses to use. WhatIf implements the methods for 
evaluating counterfactuals discussed in Gary King and Langche Zeng, 2006, 
"The Dangers of Extreme Counterfactuals," Political Analysis 14 (2); 
and Gary King and Langche Zeng, 2007, "When Can History Be Our Guide? 
The Pitfalls of Counterfactual Inference," 
International Studies Quarterly 51 (March).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/doc
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.6-2
+ Revision: 754d37b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8060 |14cr|R-widgetTools-1.40.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  widgetTools
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.40.0
Release:          2
Summary:          Creates an interactive tcltk widget
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/widgetTools_1.40.0.tar.gz
Requires:         R-methods R-utils R-tcltk 
Requires:         R-Biobase 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-utils R-tcltk
BuildRequires:    R-Biobase 

%description
This packages contains tools to support the construction of tcltk widgets

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-2
+ Revision: dbf2706
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8061 |14cr|R-XLConnect-0.2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  XLConnect
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.2.7
Release:          2
Summary:          Excel Connector for R
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.2-7.tar.gz


Requires:         R-methods R-rJava R-utils 
Requires:         R-RUnit R-lattice R-ggplot2 R-fImport R-forecast R-zoo R-scales 
BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-methods R-rJava R-utils 
BuildRequires:    R-RUnit R-lattice R-ggplot2 R-fImport R-forecast R-zoo R-scales 
BuildRequires:    java-rpmbuild
BuildRequires:    x11-server-xvfb

%description
Manipulate Excel files from R

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Need to setup some fonts for check to pass...
# %check
# xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/XLConnect.R
%{rlibdir}/%{packname}/demo*
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/java
%{rlibdir}/%{packname}/unitTests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.7-2
+ Revision: 3716627
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8062 |14cr|R-xlsx-0.5.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  xlsx
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.5.5
Release:          2
Summary:          Read, write, format Excel 2007 and Excel 97/2000/XP/2003 files
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-rJava R-xlsxjars 

BuildRequires:    R-devel Rmath-devel texlive-latex R-rJava R-xlsxjars
BuildRequires:    java-rpmbuild


%description
Provide R functions to read/write/format Excel 2007 and Excel
97/2000/XP/2003 file formats.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/java
%{rlibdir}/%{packname}/tests

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.5-2
+ Revision: 4df3f26
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8063 |14cr|R-xlsxjars-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  xlsxjars
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.6.0
Release:          2
Summary:          Package required POI jars for the xlsx package
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-rJava 

BuildRequires:    R-devel Rmath-devel texlive-latex R-rJava

BuildRequires:    java-rpmbuild


%description
The xlsxjars package collects all the external jars required for the xlxs
package.  These external jars are quite large in size (15MB) and have a
slow release cycle.  By separating the Java and R development, the storage
footprint on CRAN is reduced. This release corresponds to POI 3.10.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/java
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/make*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-2
+ Revision: 223e623
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8064 |14cr|R-XML-3.98.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  XML
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.98.1.1
Release:          2
Summary:          Tools for parsing and generating XML within R and S-Plus
Group:            Sciences/Mathematics
License:          BSD
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/XML_3.98-1.1.tar.gz
Requires:         R-methods R-utils 
Requires:         R-methods 
Requires:         R-bitops 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-utils
BuildRequires:    R-methods 
BuildRequires:    R-bitops 
BuildRequires:    libxml2-devel

%description
This package provides many approaches for both reading and creating XML
(and HTML) documents (including DTDs), both local and accessible via HTTP
or FTP.  It also offers access to an XPath "interpreter".

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
#%doc %{rlibdir}/%{packname}/Docs
#%doc %{rlibdir}/%{packname}/README*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/exampleData
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/scripts



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.98.1.1-2
+ Revision: 29893cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8065 |14cr|rxp-1.4.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	rxp
%define version	1.4.8
%define rel	5
%define release	%mkrel %{rel}

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	XML parser
Group:		Development/Other
License:	GPL
URL:		http://www.cogsci.ed.ac.uk/~richard/rxp.html
Source:		ftp://ftp.cogsci.ed.ac.uk/pub/richard/%{name}-%{version}.tar.bz2
Patch:		%{name}.makefile.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
RXP is a validating XML parser written in C. It is used by the LT XML toolkit,
and the Festival speech synthesis system.

%prep
%setup
%patch

%build
export CFLAGS=$RPM_OPT_FLAGS
%make

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 644 %{name}.1 %{buildroot}%{_mandir}/man1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING COPYRIGHT Manual Threads
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.4.8-5
+ Revision: 0e7ba1c
- Automatic import for version 1.4.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8066 |14cr|R-xtable-1.7.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  xtable
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.7.3
Release:          2
Summary:          Export tables to LaTeX or HTML
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/xtable_1.7-3.tar.gz
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex 
BuildRequires:    pkgconfig(lapack)

%description
Coerce data to LaTeX and HTML tables

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.3-2
+ Revision: 2c8ab41
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8067 |14cr|R-xts-0.9.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  xts
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9.7
Release:          2
Summary:          eXtensible Time Series
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/xts_0.9-7.tar.gz
Requires:         R-zoo 
Requires:         R-timeSeries R-timeDate R-tseries R-its R-chron R-fts R-tis 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-zoo
BuildRequires:    R-timeSeries R-timeDate R-tseries R-its R-chron R-fts R-tis 

%description
Provide for uniform handling of R's different time-based data classes by
extending zoo, maximizing native format information preservation and
allowing for user level customization and extension, while simplifying
cross-class interoperability.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/api_example
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
# %{rlibdir}/%{packname}/unitTests



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.7-2
+ Revision: 5d88d88
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8068 |14cr|rxtx-2.2-1.pre1.20111029
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version	2.2
%define prerel	pre1
%define upver	%version%{?prerel}
%define rev	20111029
%define mdvrel	1

Name:		rxtx
Version:	%version
Release:	%mkrel %{mdvrel}%{?prerel:.%prerel}%{?rev:.%rev}
Summary:	Serial and parallel I/O libraries supporting Sun's CommAPI
Group:		System/Libraries
License:	LGPLv2+
URL:		http://www.rxtx.qbang.org/
#Source0:	http://rxtx.qbang.org/pub/rxtx/%{name}-%{upver}.zip
# The source for this package was pulled from upstream's vcs.  Use the
# following commands to generate the tarball:
#  cvs -d:pserver:anonymous@qbang.org:/var/cvs/cvsroot co -r commapi-0-0-1 -D "2011-10-29" -d rxtx-2.2pre1 rxtx-devel
#  tar cjvf rxtx-2.2pre1.tar.bz2 --exclude CVS --exclude .cvsignore rxtx-2.2pre1
Source0:	%{name}-%{upver}.tar.bz2
Patch0:		rxtx-2.2pre1-fc-loadlibrary.patch
Patch1:		rxtx-2.2pre1-mdv-all-ports.patch
Patch2:		rxtx-2.2pre1-mdv-link-math.patch
BuildRequires:	java-devel >= 0:1.6.0

%description
RXTX is a native library providing serial and parallel communication for the
Java Development Toolkit (JDK) moving towards compliance with Sun's CommAPI.

%prep
%setup -q -n %{name}-%{upver}
sed -e 's|@JNIPATH@|%{_jnidir}|' %{PATCH0} | patch -s -b --suffix .p0 -p1
%patch1 -p1
%patch2 -p1
# remove prebuilt binaries
find . -name '*.jar' -delete
find . -name '*.hqx' -delete

%build
%configure2_5x
make
iconv -f ISO_8859-1 -t UTF-8 ChangeLog >ChangeLog.utf-8
mv ChangeLog.utf-8 ChangeLog

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_libdir}
install -d -m 755 %{buildroot}%{_javadir}
install -d -m 755 %{buildroot}%{_jnidir}
make RXTX_PATH=%{buildroot}%{_jnidir} JHOME=%{buildroot}%{_javadir} install
find %{buildroot} -name '*.la' -exec rm {} \;

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README TODO COPYING
%doc RMISecurityManager.html SerialPortInstructions.txt
%{_javadir}/RXTXcomm.jar
%{_jnidir}/*.so



%changelog
* Thu Aug 02 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.2-1.pre1.20111029
+ Revision: e3faecc
- Automatic import for version 2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8069 |14cr|R-XVector-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  XVector
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.2.0
Release:          2
Summary:          Representation and manpulation of external sequences
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-methods R-BiocGenerics R-IRanges 
Requires:         R-Biostrings R-drosophila2probe R-RUnit 
BuildRequires:    R-devel Rmath-devel R-methods R-BiocGenerics R-IRanges
BuildRequires:    R-methods R-BiocGenerics R-IRanges 
BuildRequires:    R-Biostrings R-drosophila2probe R-RUnit 

%description
Memory efficient S4 classes for storing sequences "externally" (behind an
R external pointer, or on disk).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/unitTests


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-2
+ Revision: 64f36e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8070 |14cr|rxvt-unicode-9.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A color VT102 terminal emulator for the X Window System
Name:		rxvt-unicode
Version:	9.20
Release:	2
License:	GPLv2+
Group:		Terminals
Url:		http://dist.schmorp.de/rxvt-unicode
Source0:	http://dist.schmorp.de/rxvt-unicode/%{name}-%{version}.tar.bz2
Source1:	%{name}.desktop
Patch0:		rxvt-unicode-9.20-Fix-hard-coded-wrong-path-to-xsubpp.patch
# Don't build terminfo files because they are already in ncurses-extraterms
Patch1:		rxvt-unicode-9.20-terminfo.patch
# X11 locales are required to build IM support
BuildRequires:	libx11-common
BuildRequires:	libstdc++-static-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xrender)
Requires:	ncurses-extraterms

%description
Rxvt-unicode is a clone of the well known terminal emulator rxvt, modified to
store text in Unicode (either UCS-2 or UCS-4) and to use locale-correct input
and output. It also supports mixing multiple fonts at the same time, including
Xft fonts.

%files
%{_bindir}/urxvt*
%{_libdir}/urxvt
%{_datadir}/applications/*.desktop
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
find . -type f -exec chmod a+r {} \;

%build
./autogen.sh

%configure2_5x \
	--enable-unicode3 \
	--enable-combining \
	--enable-xft \
	--enable-font-styles \
	--enable-transparency \
	--enable-fading \
	--enable-rxvt-scroll \
	--disable-next-scroll \
	--disable-xterm-scroll \
	--enable-perl \
	--enable-xim \
	--enable-backspace-key \
	--enable-delete-key \
	--enable-resources \
	--disable-8bitctrls \
	--enable-swapscreen \
	--enable-iso14755 \
	--enable-frills \
	--enable-keepscrolling \
	--enable-selectionscrolling \
	--enable-mousewheel \
	--enable-slipwheeling \
	--enable-smart-resize \
	--enable-text-blink \
	--enable-pointer-blank \
	--disable-utmp \
	--disable-wtmp \
	--disable-lastlog \
	--with-term=rxvt-unicode-256color \
	--enable-256-color

%make

%install
%makeinstall_std

install -D -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog
* Thu Sep 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 9.20-2
+ Revision: 9ce5ec3
- Don't build terminfo files, require ncurses-extraterms instead



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8071 |14cr|R-yeastNagalakshmi-0.99.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  yeastNagalakshmi
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.99.3
Release:          3
Summary:          Yeast genome RNA sequencing data based on Nagalakshmi et. al
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              None
Source0:          http://bioconductor.org/packages/data/experiment/src/contrib/yeastNagalakshmi_0.99.3.tar.gz
BuildArch:        noarch
Requires:         R-core
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
The yeast genome data was retrieved from the sequence read archive,
aligned with bwa, and converted to BAM format with samtools.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99.3-3
+ Revision: 9597bbe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8072 |14cr|R-Zelig-4.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Zelig
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          4.2.1
Release:          3
Summary:          Everyone's Statistical Software
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Zelig_4.2-1.tar.gz
Requires:         R-MASS R-boot R-stats 
Requires:         R-VGAM R-MCMCpack R-mvtnorm R-survival R-sandwich R-zoo R-coda R-nnet R-sna R-gee R-systemfit R-mgcv R-lme4 R-anchors R-survey R-quantreg 
Requires:         R-Amelia R-MatchIt
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS R-boot R-stats
BuildRequires:    R-VGAM R-MCMCpack R-mvtnorm R-survival R-sandwich R-zoo R-coda R-nnet R-sna R-gee R-systemfit R-mgcv R-lme4 R-anchors R-survey R-quantreg 
BuildRequires:    R-Amelia R-MatchIt

%description
Zelig is an easy-to-use program that can estimate, and help interpret the
results of, an enormous range of statistical models. It literally is
``everyone's statistical software'' because Zelig's simple unified
framework incorporates everyone else's (R) code. We also hope it will
become ``everyone's statistical software'' for applications and teaching,
and so have designed Zelig so that anyone can easily use it or add their
programs to it.  Zelig also comes with infrastructure that facilitates the
use of any existing method, such as by allowing multiply imputed data for
any model, and mimicking the program Clarify (for Stata) that takes the
raw output of existing statistical procedures and translates them into
quantities of direct interest.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/templates
%{rlibdir}/%{packname}/NEWS


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.1-3
+ Revision: 8d4ed42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8073 |14cr|rzip-2.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	rzip
%define	version	2.1
%define release	9

Name:		%{name}
Summary:	Compression program, similar in functionality to gzip or bzip2
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
URL:		http://rzip.samba.org/
Group:		Archiving/Compression
License:	GPLv2+
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	bzip2-devel

%description
rzip is a compression program, similar in functionality to gzip or bzip2,
but able to take advantage long distance redundencies in files, which can
sometimes allow rzip to produce much better compression ratios than other
programs.
The principal advantage of rzip is that it has an effective history
buffer of 900 Mbyte. This means it can find matching pieces of the input
file over huge distances compared to other commonly used compression
programs. The gzip program by comparison uses a history buffer of 32
kbyte and bzip2 uses a history buffer of 900 kbyte. The second advantage
of rzip over bzip2 is that it is usually faster.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
mkdir $RPM_BUILD_ROOT/usr/share
mv $RPM_BUILD_ROOT/usr/man $RPM_BUILD_ROOT/usr/share

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%doc COPYING
%{_mandir}/man1/rzip.1*
%{_bindir}/rzip




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-9
+ Revision: 36d66b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8074 |14cr|R-zlibbioc-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  zlibbioc
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.8.0
Release:          2
Summary:          An R packaged zlib-1.2.5
Group:            Sciences/Mathematics
License:          Artistic-2.0 + file LICENSE
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/zlibbioc_1.8.0.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    zlib-devel

%description
This package uses the source code of zlib-1.2.5 to create libraries for
systems that do not have these available via other means (most Linux and
Mac users should have system-level access to zlib, and no direct need for
this package). See the vignette for instructions on use.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-2
+ Revision: 339171d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8075 |14cr|R-zoo-1.7.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  zoo
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.7.11
Release:          2
Summary:          Regular and Irregular Time Series S3 Infrastructure (Z's ordered observations)

Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/zoo_1.7-11.tar.gz
Requires:         R-stats R-utils R-graphics R-grDevices R-lattice R-coda
Requires:         R-chron R-fts R-its R-lattice R-timeDate R-timeSeries R-tis
%if %{without bootstrap}
Requires:         R-DAAG R-mondate R-strucchange R-tis R-tseries R-xts R-scales
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-stats R-utils R-graphics R-grDevices R-lattice R-coda
BuildRequires:    R-chron R-fts R-its R-lattice R-timeDate R-timeSeries R-tis
%if %{without bootstrap}
BuildRequires:    R-DAAG R-mondate R-strucchange R-tis R-tseries R-xts R-scales
%endif
%rename R-cran-zoo

%description
An S3 class with methods for totally ordered indexed observations. It is
particularly aimed at irregular time series of numeric vectors/matrices
and factors. zoo's key design goals are independence of a particular
index/date/time class and consistency with ts and base R by providing
methods to extend standard generics.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %if %{without bootstrap}
# %check
# %{_bindir}/R CMD check %{packname}
# %endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/zoo/THANKS
%{rlibdir}/zoo/TODO
%{rlibdir}/zoo/WISHLIST


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.11-2
+ Revision: 2949dcc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8076 |14cr|s3270-3.3.14ga7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Scripted 3270 Emulator
Name:		s3270
Version:	3.3.14ga7
Release:	2
License:	GPLv2+
Group:		Terminals
Url:		http://www.geocities.com/SiliconValley/Peaks/7814/
Source0:	http://downloads.sourceforge.net/project/x3270/x3270/%version/suite3270-%{version}-src.tgz
Requires:	x3270 = %{version}
BuildRequires:	pkgconfig(openssl)

%description
Complete IBM 3278/3279 emulation, TN3270E support, structured
fields, color xterm emulation, highly configurable.

%files
%doc html/*.html README
%doc Examples/cms_cmd.expect
%{_bindir}/*
%{_mandir}/man1/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-3.3
perl -p -i -e "s|^#!/usr/local|#!/usr|g" Examples/cms_cmd.expect

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_bindir}/x3270if

install -d %{buildroot}%{_mandir}/man1
install -m644 %{name}.man %{buildroot}%{_mandir}/man1/%{name}.1


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.14ga7-2
+ Revision: 6db8798
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8077 |14cr|s710-0.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libmajor 9
%define libname %mklibname %{name}_ %{libmajor}
%define develname %mklibname %{name} -d
%define staticname %mklibname %{name} -s -d

Summary: 	Software for interfacing with Polar Heart Rate Monitors
Name: 		s710
Version: 	0.21
Release: 	3
URL:		http://daveb.net/s710/
Source0: 	http://s710.googlecode.com/files/%{name}-%{version}.tar.gz
License: 	GPL
Group: 		Toys

BuildRequires:	libusb-devel
BuildRequires:	gd-devel
BuildRequires:	libpng-devel

%description 
This software lets you communicate from a Linux computer to a Polar S710 heart
rate monitor via the serial IR or USB interface. It is not complete, but a
utility is provided that gives you the ability to view the settings on the
watch and download exercise files. Other utilities (also provided) allow you to
print the contents of exercise files and render the data in PNG graphs. A Perl
interface to the library is also provided.

%package -n %{libname}
Summary: 	Library for interfacing with Polar Heart Rate Monitors
License:	GPL
Group:		Development/Other

%description -n %{libname}
This package contains the library required by applications which communicate
with Polar Heart Rate Monitors

%package -n %{develname}
Summary: 	Library for interfacing with Polar Heart Rate Monitors
License:	GPL
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{libname}-devel = %{version}-%{release}
Obsoletes:	%{mklibname %{name}_ %{libmajor} -d}

%description -n %{develname}
This package contains the development library required to compile applications
which communicate with Polar Heart Rate Monitors.

%package -n %{staticname}
Summary: 	Library for interfacing with Polar Heart Rate Monitors
License:	GPL
Group:		Development/Other
Requires:	%{develname} = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}
Provides:	%{libname}-static-devel = %{version}-%{release}
Obsoletes:	%{mklibname %{name}_ %{libmajor} -s -d}

%description -n %{staticname}
This package contains the development library required to compile applications
which communicate with Polar Heart Rate Monitors, but to not depend on the
library.

%prep
%setup -q

%build
autoreconf -fi
%configure --with-usb
%make LIBS="-lgd -lusb -lm"

%install
%makeinstall_std

# weird docs dir
mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}/
mv %{buildroot}/%{_defaultdocdir}/%{name}-%{version}/* %{buildroot}/%{_defaultdocdir}/%{name}/

%files
%defattr(-,root,root)
%doc %{_defaultdocdir}/%{name}/*
%{_bindir}/s710d
%{_bindir}/s710sh
%{_bindir}/srdcat
%{_bindir}/srdhead
%{_bindir}/srdplot
%{_bindir}/srd2hrm
%{_bindir}/srdmerge

%files -n %{libname}
%{_libdir}/*%{name}.so.%{libmajor}*

%files -n %{develname}
%{_includedir}/%{name}.h
%{_libdir}/*%{name}.so

%files -n %{staticname}
%{_libdir}/*%{name}.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.21-3
+ Revision: 821b00d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8078 |14cr|safecat-1.13-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	Secure File Wiping and Deletion
Name:		safecat
Version:	1.13
Release:	5
License:	BSD
Group:		File tools
URL:		http://jeenyus.net/~budney/linux/software/safecat.html
Source0:	http://jeenyus.net/~budney/linux/software/safecat/%{name}-%{version}.tar.bz2
Source1:	README.MDK
BuildRequires:	dietlibc-devel >= 0.20
BuildRequires:  groff-for-man
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
safecat is an implementation of D. J. Bernstein's maildir algorithm. It can be
used to write mail messages to a qmail-style maildir, or to write data to a
"spool" directory reliably. There are no lockfiles with safecat, and nothing is
left to chance. If safecat returns a successful exit status, then you can be
(practically) 100% sure your data is safely committed to disk. Further, if data
is written to a directory using safecat (or other implementations of the
maildir algorithm), then every file in that directory is guaranteed to be
complete. If safecat fails to write all of the data, there will be no file at
all in the destination directory.

Of course, you know that such a thing cannot be: between UNIX and the different
hardware options available, a 100% guarantee is not possible. However, safecat
takes every precaution possible in writing your data.

%prep

%setup -q
cp %{SOURCE1} README.MDK

%build
echo "diet gcc -Os -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" > conf-cc
echo "diet gcc -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -static -s" > conf-ld
echo "%{_prefix}" > conf-root
make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 safecat %{buildroot}%{_bindir}/
install -m0755 maildir %{buildroot}%{_bindir}/
install -m0644 safecat.1 %{buildroot}%{_mandir}/man1/
install -m0644 maildir.1 %{buildroot}%{_mandir}/man1/

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%doc COPYING CHANGES INSTALL README README.MDK
%{_bindir}/safecat
%{_bindir}/maildir
%{_mandir}/man1/safecat.1*
%{_mandir}/man1/maildir.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.13-5
+ Revision: 4d710bd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8079 |14cr|safecopy-1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version 1.7
%define rel	1
%define	release	%mkrel %rel

Name:		safecopy
Summary:	A data recovery tool
Version:	%{version} 
Release:	%{release} 
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
URL:		http://safecopy.sourceforge.net
Group:		File tools
License:	GPLv2+

%description
safecopy is a data recovery tool which tries to extract as much data a
possible from a seekable but problematic (i.e., damaged sectors) source like
floppy drives, hard disk partitions, CDs, etc., where other tools like dd 
would fail due to I/O errors.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall

%files 
%doc README AUTHORS ChangeLog NEWS
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Tue May 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.7-1
+ Revision: 8f9e70d
- Automatic import for version 1.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8080 |14cr|saga-1.6.35da44git-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %name %major
%define develname %mklibname %name -d
%define gitversion 35da44git

Name:		saga
Version:	1.6.%{gitversion}
Release:	4
Summary:	The SAGA C++ Framework (Simple API for Grid Computing)
URL:		http://saga-project.github.com/saga-cpp/
License:	Boost Software License 1.0
Group:		System/Cluster
# git clone git://github.com/saga-project/saga-cpp.git
# git --git-dir=saga-cpp/.git archive --format tar --prefix saga-35da44git/ 35da44 | gzip > saga-35da44git.tar.gz
Source0:	%{name}-%{gitversion}.tar.gz
Patch0:		saga-35da44git.boost150.patch
Patch1:		saga-35da44git.fixscope.patch
Patch2:		boost-1.55.patch
BuildRequires:	boost-devel
BuildRequires:	sqlite3-devel
BuildRequires:	postgresql-devel
BuildRequires:	xmlrpc-c-devel
buildrequires:	soci-devel

%description
The SAGA C++ Framework is the first implementation of the SAGA (Simple
API for Grid Computing) API specification. The SAGA specification has
been defined by the SAGA Research Group at OGF as a high-level API that
directly addresses the needs of Grid application developers.

The purpose of the open source SAGA C++ Framework is to enable an
application programmer to easily create Grid applications without getting
involved with any specific Grid middleware. This does not only greatly
reduce the implementation complexity of an application but also makes
it portable between various Grid ecosystems.

%package -n %{libname}
Summary:	The SAGA C++ Framework (Simple API for Grid Computing)
Group:		System/Cluster
Provides:	libsaga = %{version}-%{release}

%package -n %{develname}
Summary:	The SAGA C++ Framework (Simple API for Grid Computing)
Group:		System/Cluster
Provides:	saga-devel = %{version}-%{release}
Provides:	libsaga-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{libname}
The SAGA C++ Framework is the first implementation of the SAGA (Simple
API for Grid Computing) API specification. The SAGA specification has
been defined by the SAGA Research Group at OGF as a high-level API that
directly addresses the needs of Grid application developers.

The purpose of the open source SAGA C++ Framework is to enable an
application programmer to easily create Grid applications without getting
involved with any specific Grid middleware. This does not only greatly
reduce the implementation complexity of an application but also makes
it portable between various Grid ecosystems.

%description -n %{develname}
The SAGA C++ Framework is the first implementation of the SAGA (Simple
API for Grid Computing) API specification. The SAGA specification has
been defined by the SAGA Research Group at OGF as a high-level API that
directly addresses the needs of Grid application developers.

The purpose of the open source SAGA C++ Framework is to enable an
application programmer to easily create Grid applications without getting
involved with any specific Grid middleware. This does not only greatly
reduce the implementation complexity of an application but also makes
it portable between various Grid ecosystems.

This package contains the developement files to compile applications
using saga.

%prep
%setup -q -n %{name}-%{gitversion}
%apply_patches

%build
%configure2_5x
sed -i 's!usr//!usr/!g' config/saga_boost.pc
%make

%install
%make_install

%files -n %{libname}
%defattr(-,root,root)
%doc CHANGES INSTALL LICENSE README
%{_libdir}/libsaga*
%{_datadir}/%{name}/*.ini
%{_bindir}/%{name}-*

%files -n %{develname}
%defattr(-,root,root)
%doc examples
%{_libdir}/pkgconfig
%{_includedir}/%{name}
%{_datadir}/%{name}/make
%{_datadir}/%{name}/doc
%{_datadir}/%{name}/*.%{name}-core
%{_datadir}/%{name}/adaptor_generator
%{_datadir}/%{name}/config
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.35da44git-4
+ Revision: 0a15de2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8081 |14cr|sakura-3.1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A lightweight terminal emulator with very few dependencies
Name:		sakura
Version:	3.1.5
Release:	1
License:	GPLv2+
Group:		Terminals
Url:		http://www.pleyades.net/david/sakura.php
Source0:	http://launchpad.net/sakura/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(vte-2.90)

%description
Sakura is a terminal emulator based on GTK and VTE. It's a terminal emulator
with few dependencies, so you don't need a full GNOME desktop installed to have
a decent terminal emulator. Current terminal emulators based on VTE are
gnome-terminal, XFCE Terminal, TermIt and a small sample program included in
the vte sources. The differences between sakura and the last one are that it
uses a notebook to provide several terminals in one window and adds a
contextual menu with some basic options. No more no less.

%files -f %{name}.lang
%doc INSTALL
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_mandir}/man1/sakura.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake \
	-DLOCALE_INSTALL_DIR=%{_datadir}/locale \
	-DLIB_INSTALL_DIR=%{_libdir}

%make

%install
%makeinstall_std -C build

%find_lang %{name}


%changelog
* Thu Aug 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.5-1
+ Revision: 7971faf
- New version 3.1.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8082 |14cr|sam2p-0.49.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_plf 0
%{?_with_plf: %global build_plf 1}

%define debug_package %{nil}

# enablelzw = 0 (don't build with LZW compression support)
# enablelzw = 1 (build with LZW compression support)
# Currently we use enablelzw = 0 due to Unisys LZW patents.
%define enablelzw       0

%if %build_plf
%define enablelzw       1
%endif

%define		sam2pver	0.49.2
%define		tif22pnmver	0.14

Summary:	Convert raster images to PostScript or PDF

Name:		sam2p
Version:	0.49.2
Release:	2
License:	GPL
Source0:	http://code.google.com/p/sam2p/downloads/list/sam2p-0.49.2.tar.gz
Source1:	http://code.google.com/p/sam2p/downloads/list/tif22pnm-0.14.tar.gz
URL:		http://code.google.com/p/sam2p/downloads/list
Group:		Graphics
BuildRequires:	libjpeg-progs
BuildRequires:	libtiff-devel
BuildRequires:	libpng-devel
Requires:	netpbm
Requires:	ghostscript
Requires:	jpeg-progs

%description
sam2p is a UNIX command line utility written in ANSI C++ that converts
many raster (bitmap) image formats into Adobe PostScript or PDF files
and several other formats. The images are not vectorized. sam2p gives
full control to the user to specify standards-compliance, compression,
and bit depths. In some cases sam2p can compress an image 100 times
smaller than the PostScript output of many other common image
converters. sam2p provides ZIP, RLE and LZW (de)compression filters
even on Level1 devices.

%prep
%setup -q -n %{name}-%{sam2pver} -a 1


%build
# don't use icecream
PATH=/bin:/usr/bin:/usr/X11R6/bin
export PATH
autoconf

pushd tif22pnm-%{tif22pnmver}
%configure2_5x \
	--with-libtiff-idir=%{_includedir} \
	--with-libpng-idir=%{_includedir} \
	--with-libtiff-ldir=%{_libdir} \
	--with-libpng-ldir=%{_libdir}

sed -i -e 's/lpng /lpng -lm/' cc_help.sh

make

cp tif22pnm png22pnm ../
cp -p README ../README.tif22pnm
popd

%configure \
%if %build_plf
	--enable-lzw \
	--enable-gif
%endif

make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 sam2p tif22pnm png22pnm %{buildroot}%{_bindir}

%files
%doc COPYING
%doc README README.tif22pnm examples contrib
%{_bindir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.49.2-2
+ Revision: c08b682
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8083 |14cr|sambru-0.23-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	sambru
%define version	0.23
%define release 7

Name: 	 	%{name}
Summary: 	Transfers addressbook to/from Samsung phones
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://lager.dyndns.org/sambru/
License:	GPL
Group:		Communications
BuildRoot:	%{_tmppath}/%{name}-buildroot
Requires:	perl uucp

%description
SamBru (Samsung Backup and Restore Utility) is a perl script that will talk
to a Samsung SCH-6100 or SCH-8500 phone. It is also reported to work with the
SCH-850, SPH-T100, i and "uproar" phones. (Note: it will most likely NOT work
with a SCH-3500, as it uses a different (binary) format.) You can use it to
back up and restore the phone book, calendar, and TODO list. It can save the
data in either raw/native format, or as vCard/vCalendar data so that
GnomeCard and GnomeCal can be used to view & edit the data. Currently, only
the phone list is supported.

%prep
%setup -q

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot/%_bindir
cp %name %buildroot/%_bindir

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README TODO Changelog
%{_bindir}/%name




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23-7
+ Revision: dd0293d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8084 |14cr|samhain-2.5.2b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define package_version %{version}

%define debug_package %{nil}

Name:           samhain
Version:        2.5.2b
Release:        4
Epoch:          0
Summary:        File integrity and host-based IDS
License:        GPLv2+
Group:          System/Servers
URL:            http://www.la-samhna.de/samhain/
Source0:        http://www.la-samhna.de/samhain/samhain-current.tar.gz
#Requires(post): lsb-core
#Requires(preun): lsb-core
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:  attr-devel
BuildRequires:  ext2fs-devel
BuildRequires:  gmp-devel
BuildRequires:  prelude-devel
BuildRequires:  wrap-devel
BuildRequires:  procps

%description
samhain is an open source file integrity and host-based intrusion
detection system for Linux and Unix. It can run as a daemon process, and
thus can remember file changes. Contrary to a tool that runs from
cron, if a file is modified you will get only one report, while
subsequent checks of that file will ignore the modification as it is
already reported (unless the file is modified again).

samhain can optionally be used as client/server system to provide
centralized monitoring for multiple host. Logging to a (MySQL or
PostgreSQL) database is supported.

This package contains only the single host version. It also contains
support for tcp-wrappers and prelude.

This package does not contain database support.

%prep
%setup -q -c
%{__tar} xf samhain-%{package_version}.tar.gz
cd samhain-%{package_version}

%build
cd samhain-%{package_version}
%{serverbuild}
%setup_compile_flags
# XXX: Wow, these guys are evil, overriding the default configure
# XXX: args parsing...
./configure \
            --build=%{_target_platform} \
            --prefix=%{_prefix} \
            --exec-prefix=%{_exec_prefix} \
            --sbindir=%{_sbindir} \
            --sysconfdir=%{_sysconfdir} \
            --localstatedir=%{_var} \
            --mandir=%{_mandir} \
            --with-libwrap \
            --with-prelude
# XXX: parallel make doesn't work since `encode' must exist first
%{__make}

%install
cd samhain-%{package_version}
%{__cat} > sstrip << EOF
#!/bin/sh
echo "*** sstrip DISABLED ***"
EOF
%{__chmod} 0755 sstrip
%{makeinstall_std}
%{__mkdir_p} %{buildroot}%{_initrddir}
%{__install} -m 0755 init/samhain.startLSB %{buildroot}%{_initrddir}/%{name}
%{__mkdir_p} %{buildroot}%{_sysconfdir}/logrotate.d
%{__cat} > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} << EOF
%{_logdir}/%{name}_log {
    notifempty
    missingok
    rotate 7
    daily
    compress
    create 644 root root
    postrotate
        /sbin/service %{name} reload 2>/dev/null || true
    endscript
}
EOF
/bin/touch %{buildroot}%{_logdir}/%{name}_log.lock
/bin/touch %{buildroot}%{_logdir}/%{name}_log
/bin/touch %{buildroot}%{_localstatedir}/lib/%{name}/samhain_file
/bin/touch %{buildroot}%{_localstatedir}/lib/%{name}/samhain.html


%post
if [ "$1" = 1 ]; then
    %create_ghostfile %{_logdir}/%{name}_log.lock root root 0644
    %create_ghostfile %{_logdir}/%{name}_log root root 0644
    %create_ghostfile %{_localstatedir}/lib/%{name}/samhain_file root root 0644
    %create_ghostfile %{_localstatedir}/lib/%{name}/samhain.html root root 0644
    %{_sbindir}/samhain -t init >/dev/null 2>&1
fi
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%defattr(0644,root,root,0755)
%doc samhain-%{package_version}/docs/BUGS samhain-%{package_version}/COPYING
%doc samhain-%{package_version}/docs/Changelog samhain-%{package_version}/docs/TODO
%doc samhain-%{package_version}/LICENSE samhain-%{package_version}/docs/HOWTO*
%doc samhain-%{package_version}/docs/MANUAL-* samhain-%{package_version}/docs/README*
%doc samhain-%{version}.tar.gz.asc
%attr(0755,root,root) %{_sbindir}/%{name}
%{_mandir}/man5/samhain*
%{_mandir}/man8/samhain*
%config(noreplace) %{_sysconfdir}/samhainrc
%attr(0755,root,root) %{_initrddir}/%{name}
%ghost %{_logdir}/%{name}_log
%ghost %{_logdir}/%{name}_log.lock
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%dir %{_localstatedir}/lib/%{name}
%ghost %{_localstatedir}/lib/%{name}/samhain_file
%ghost %{_localstatedir}/lib/%{name}/samhain.html

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.5.2b-4
+ Revision: fe24423
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8085 |14cr|samsung-tools-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		samsung-tools
Version:	2.1
Release:	3
License:	GPLv2+
Group:		System/Configuration/Hardware
URL:		https://launchpad.net/samsung-tools
Source0:	http://launchpad.net/samsung-tools/trunk/2.1/+download/%{name}-%{version}.tar.gz
Summary:	Tools for Samsung laptops

%define debug_package %{nil}

%description
Tools for Samsung netbooks.
'Samsung Tools' is the successor of 'Samsung Scripts' 
provided by the 'Linux On My Samsung' project.
It allows the complete configuration and the
control in a friendly way of devices
found on Samsung netbooks (bluetooth, wireless, 
webcam, backlight, CPU fan, special keys) 
and the control of various aspects 
related to power management, 
like the CPU undervolting
(when a PHC-enabled kernel is available).


%prep
%setup -q

%build
#make

%install
%makeinstall_std

%find_lang %{name} --all-name

%files -f %{name}.lang
%doc ChangeLog README
%{_bindir}/%{name}
%{_bindir}/%{name}-preferences
%{_sysconfdir}/%{name}
%{_sysconfdir}/dbus-1
%{_sysconfdir}/pm/
%{_sysconfdir}/xdg/autostart/*.desktop
%{_datadir}/applications/%{name}-preferences.desktop
%{_datadir}/dbus-1/*/*
%{_prefix}/lib/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-3
+ Revision: 87e433d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8086 |14cr|samuel-0.1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{mdvver} >= 201200
%define __noautoprov 'engine.so'
%else
%define _provides_exceptions engine.so
%endif

Name:		samuel
Version:	0.1.8
Release:	3
Summary:	A Draughts Program
Group:		Games/Boards
License:	GPLv3+
URL:		http://www.johncheetham.com/projects/samuel/
Source:		http://www.johncheetham.com/projects/samuel/%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	python-devel
Requires:	pygtk2

%description
A Draughts program for Linux written in Python, GTK, C++.
Derived from the windows program guicheckers.

%prep
%setup -q
%__chmod 644 README

%build
%__python setup.py build

%install
%__rm -rf %{buildroot}
%__python setup.py install --root %{buildroot}

# icons
for N in 16 32 48 64 128; do convert %{name}.png -resize ${N}x${N} $N.png; done
%__install -D 16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%__install -D 32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%__install -D 48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%__install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
%__install -D 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# overwrite the default .desktop file
%__mkdir_p  %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=Samuel
Comment=Draughts Game
Comment[ru]=Шахматы
Icon=samuel
Exec=samuel
Terminal=false
Categories=Game;BoardGame;
EOF

%__rm -rf %{buildroot}%{_defaultdocdir}/%{name}-%{version}

%clean
%__rm -rf %{buildroot}

%files
%doc LICENSE README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{py_platsitedir}/%{name}
%{py_platsitedir}/%{name}*.egg-info
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8-3
+ Revision: f1f8be0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8087 |14cr|sancp-1.6.2-0.C.5.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _localstatedir %{_var}

Name:           sancp
Version:        1.6.2
Release:        %mkrel 0.C.5.3
Epoch:          0
Summary:        Security Analyst Network Connection Profiler 
License:        GPLv2+
Group:          Networking/Other
URL:            http://www.metre.net/sancp.html
Source0:        http://metre.net/files/sancp-%{version}-candidate.C.5.tar.gz
#Source1:       http://metre.net/files/sancp-%{version}-candidate.C.5.tar.gz.md5
Source2:        sancp.init
Source3:        sancp.logrotate
Patch0:         sancp-1.6.2-candidate.C.5-no-u_int64_t.patch
Requires(post): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  rpm-helper
Requires(preun): rpm-helper
BuildRequires:  pcap-devel
BuildRequires:  prelude-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is a network security tool designed to collect statistical 
information regarding network traffic, as well as, collect the traffic 
itself in pcap format, all for the purpose of: auditing, historical 
analysis, and network activity discovery. Rules can be used to 
distinguish normal from abnormal traffic and support tagging 
connections with: rule id, node id, and status id. From an intrusion 
detection standpoint, every connection is an event that must be 
validated through some means. Sancp uses rules to identify, record, and 
tag traffic of interest. 'Tagging' a connection is a new feature since 
v1.4.0 Connections ('stats') can be loaded into a database for further 
analysis.

Sancp rules control three types of logging for a connection: pcap, 
stats, and realtime 'pcap' refers to packet data collected on the 
connection in tcpdump format, 'stats' refers to a single line summary 
of an entire connection once it is 'closed' 'realtime' is a snapshot of 
'stats' based on the initial packet, for immediate reporting Both 
'stats' and 'realtime' contain a number of fields used for recording 
packet statistics, TCP flags, p0f data, and other vitals about how we 
handle the connection.

%prep
%setup -q -n sancp-%{version}-candidate.C.5
%patch0 -p1

%build
%serverbuild
%{make} CFLAGS="%{optflags}"

%install
%{__rm} -rf %{buildroot}

%{__mkdir_p} %{buildroot}%{_bindir}
%{__cp} -a sancp %{buildroot}%{_bindir}/sancp

%{__mkdir_p} %{buildroot}%{_sysconfdir}/%{name}
%{__cp} -a etc/sancp/sancp.conf %{buildroot}%{_sysconfdir}/%{name}/sancp.conf

%{__mkdir_p} %{buildroot}%{_initrddir}
%{__cp} -a %{SOURCE2} %{buildroot}%{_initrddir}/%{name}

%{__mkdir_p} %{buildroot}%{_localstatedir}/lib/%{name}

%{__mkdir_p} %{buildroot}%{_logdir}/%{name}
/bin/touch %{buildroot}%{_logdir}/%{name}/sancp.log

%{__mkdir_p} %{buildroot}%{_sysconfdir}/logrotate.d
%{__cp} -a %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

%{__mkdir_p} %{buildroot}%{_sysconfdir}/sysconfig
%{__cat} > %{buildroot}%{_sysconfdir}/sysconfig/%{name} << EOF
#SANCP_INTERFACE="-i eth1"
EOF

%{__mkdir_p} %{buildroot}%{_sysconfdir}/prelude/profile/%{name}

%{__cat} > README.urpmi << EOF
Before the sancp service can start, you must add the sensor to
prelude with a command similar to the following:

%{_bindir}/prelude-adduser register sancp "idmef:w" localhost --uid sancp --gid sancp
EOF

%clean
%{__rm} -rf %{buildroot}

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/bash
%_pre_groupadd %{name}

%preun
%_preun_service %{name}

%post
%create_ghostfile %{_logdir}/%{name}/sancp.log %{name} %{name} 0660
%_post_service %{name}

%postun
%_postun_userdel %{name}
%_postun_groupdel %{name}

%files
%defattr(0644,root,root,0755)
%doc LICENSE contrib docs/* README.urpmi
%attr(0755,root,root) %{_bindir}/sancp
%attr(0755,root,root) %{_initrddir}/%{name}
%attr(0700,sancp,sancp) %dir %{_localstatedir}/lib/%{name}
%attr(0750,sancp,sancp) %dir %{_logdir}/%{name}
%ghost %attr(0660,sancp,sancp) %dir %{_logdir}/%{name}/sancp.log
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/sancp.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%dir %attr(0750,sancp,sancp) %{_sysconfdir}/prelude/profile/%{name}



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0:1.6.2-0.C.5.3
+ Revision: a42ba66
- Automatic import for version 1.6.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8088 |14cr|sarg-2.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define contentdir /var/www

Summary:	Squid report generator per user/ip/name
Name:		sarg
Version:	2.3.2
Release:	2
License:	GPLv2+
Group:		Monitoring
URL:		http://sarg.sourceforge.net/
Source:		http://prdownloads.sourceforge.net/sarg/%{name}-%{version}.tar.gz
Source1:	0sarg.daily
Source2:	0sarg.weekly
Source3:	0sarg.monthly
Source4:	sarg.conf.mandriva
Requires:	squid
Requires:	bash

%description
Sarg (was Sqmgrlog) generate reports per user/ip/name from SQUID log file.
The reports will be generated in HTML or email.

%prep
%setup -q

%build
chmod a+x cfgaux configure include
chmod 744 images
%configure2_5x

mkdir -p %{buildroot}/%{_mandir}/man1
perl -p -i -e 's|/usr/share/man/man1|%{buildroot}/usr/share/man/man1|' %{buildroot}/%name-%version/Makefile
make

%install
mkdir -p %{buildroot}/{%_bindir,%_datadir/%name,%_sysconfdir/%name}
mkdir -p %{buildroot}%{contentdir}/html/squid
mkdir -p %{buildroot}%{contentdir}/html/squid/{daily,weekly,monthly}
%makeinstall_std
mkdir -p %{buildroot}/etc/cron.daily
install -m 0755 %{SOURCE1} %{buildroot}/etc/cron.daily/0%{name}
mkdir -p %{buildroot}/etc/cron.weekly
install -m 0755 %{SOURCE2} %{buildroot}/etc/cron.weekly/0%{name}
mkdir -p %{buildroot}/etc/cron.monthly
install -m 0755 %{SOURCE3} %{buildroot}/etc/cron.monthly/0%{name}
install -m 644 %{SOURCE4} %{buildroot}/%{_sysconfdir}/%{name}/%{name}.conf
mv %{buildroot}/%{_sysconfdir}/exclude_codes %{buildroot}/%{_sysconfdir}/%{name}/exclude_codes
mv %{buildroot}/%{_sysconfdir}/%{name}.conf %{buildroot}/%{_sysconfdir}/%{name}/%{name}.conf
mv %{buildroot}/%{_sysconfdir}/user_limit_block %{buildroot}/%{_sysconfdir}/%{name}/user_limit_block
mv %{buildroot}/%{_sysconfdir}/css.tpl %{buildroot}/%{_sysconfdir}/%{name}/css.tpl

%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,squid)
%doc CONTRIBUTORS DONATIONS ChangeLog
%{_mandir}/man1/*
%{_sysconfdir}/%{name}/*.tpl
%{_sysconfdir}/%{name}/user*
%attr(0755,root,squid) %{_bindir}/%{name}*
%attr(0755,root,squid) %dir %{_sysconfdir}/%{name}
%attr(0664,root,squid) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%attr(0755,root,squid) %dir %{contentdir}/html/squid
%attr(0755,root,squid) %dir %{contentdir}/html/squid/daily
%attr(0755,root,squid) %dir %{contentdir}/html/squid/weekly
%attr(0755,root,squid) %dir %{contentdir}/html/squid/monthly
%attr(0755,root,squid) %dir %{contentdir}/html/%{name}-php
%{_datadir}/%{name}
%config(noreplace) %attr(0754,root,squid) %{_sysconfdir}/cron.*/*
%config(noreplace) %attr(0644,root,squid) %{_sysconfdir}/%{name}/exclude_codes


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.2-2
+ Revision: d670008
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8089 |14cr|sauerbraten-2013_02_03-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A multi-player/single-player first person shooter
Name:		sauerbraten
Version:	2013_02_03
Release:	2
License:	ZLIB license and BSD
Group:		Games/Arcade
Url:		http://www.sauerbraten.org/
Source0:	http://switch.dl.sourceforge.net/project/sauerbraten/sauerbraten/%{version}/sauerbraten_%{version}_collect_edition_linux.tar.bz2
Source1:	%{name}.png
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libenet) >= 1.3.5
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(zlib)
Requires:	%{name}-data = %{EVRD}

%description
Free multi-player/single-player first person shooter, built as a major
redesign of the Cube FPS.

Much like the original Cube, the aim of this game is not necessarily
to produce the most features & eye-candy possible, but rather to
allow map/geometry editing to be done dynamically in-game, to create
fun game-play and an elegant engine.

The engine supporting the game is entirely original in code & design,
and its code is Open Source (ZLIB license, read the docs for more on
how you can use the engine).

In addition to the FPS game which is in a very playable state, the
engine is being used for an RPG which is in the preproduction phase.
Additionally, Proper Games ltd are the first to use the engine
commercially. dot3 labs is a company started by the creators of
sauerbraten that offers commercial support.

%files
%doc docs/*
%{_bindir}/%{name}.sh
%{_gamesbindir}/sauer_client
%{_datadir}/pixmaps/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop

#-----------------------------------------------------------------------------

%package server
Summary:	Standalone Sauerbraten server for LAN and Internet gaming
Group:		Games/Arcade
Requires:	%{name}-data = %{EVRD}

%description server
Sauerbraten (a.k.a. Cube 2) is a free multi-player/single-player
first person shooter, built as a major redesign of the Cube FPS.
This package is useful if you only need the Sauerbraten server and
not the game itself.

This package contains a standalone server.

%files server
%{_bindir}/%{name}-server.sh
%{_gamesbindir}/sauer_server

#-----------------------------------------------------------------------------

%package data
Summary:	Standalone Sauerbraten server for LAN and Internet gaming
Group:		Games/Arcade
Conflicts:	%{name} < 2013_02_03
BuildArch:	noarch

%description data
Sauerbraten (a.k.a. Cube 2) is a free multi-player/single-player
first person shooter, built as a major redesign of the Cube FPS.
This package is useful if you only need the Sauerbraten server and
not the game itself.

%files data
%{_gamesdatadir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
rm -rf bin_unix/*

%build
pushd src/enet
autoreconf -fi
popd

# flags for enet
%setup_compile_flags

pushd src
%make
popd

%install
# engine --------------------------------------------------------------------
mkdir -p %{buildroot}%{_gamesbindir}
install -m 755 src/sauer_client %{buildroot}%{_gamesbindir}
install -m 755 src/sauer_server %{buildroot}%{_gamesbindir}

# startscripts --------------------------------------------------------------
cat > %{name}.sh <<EOF
#!/bin/bash
CUBE_DIR=\$HOME/.%{name}
if [ ! -d \$CUBE_DIR ]; then
	mkdir -p \$CUBE_DIR
	cd \$CUBE_DIR
	ln -s %{_gamesbindir}/sauer_*  .
	ln -s %{_gamesdatadir}/%{name}/* .
	rm server*.cfg 2> /dev/null
fi

cd \$CUBE_DIR
ln -sf %{_gamesbindir}/sauer_*  .
ln -sf %{_gamesdatadir}/%{name}/* .
exec ./sauer_client \$*
EOF

cat > %{name}-server.sh <<EOF
#!/bin/bash
CUBE_DIR=\$HOME/.%{name}
if [ ! -d \$CUBE_DIR ]; then
	mkdir -p \$CUBE_DIR
	cd \$CUBE_DIR
	ln -s %{_gamesbindir}/sauer_* .
	ln -s %{_gamesdatadir}/%{name}/* .
	rm server*.cfg 2> /dev/null
	cp %{_gamesdatadir}/%{name}/server*.cfg .
fi
# server.cfg ==> servers.cfg
if [ ! -e \$CUBE_DIR/servers.cfg ]; then
	cd \$CUBE_DIR
	rm servers.cfg 2> /dev/null
	cp %{_gamesdatadir}/%{name}/servers.cfg .
fi
# new in troopers server-init.cfg
if [ ! -e \$CUBE_DIR/server-init.cfg ]; then
	cd \$CUBE_DIR
	rm server-init.cfg 2> /dev/null
	cp %{_gamesdatadir}/%{name}/server-init.cfg .
fi
cd \$CUBE_DIR
exec ./sauer_server \$*
EOF

mkdir -p %{buildroot}%{_bindir}
install -m 755 %{name}*.sh %{buildroot}%{_bindir}

# install the menu icon -----------------------------------------------------
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps

# need for simple-welcome ---------------------------------------------------
mkdir -p %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert -size 16x16 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
convert -size 32x32 %{SOURCE1} %{buildroot}%{_iconsdir}/%{name}.png
convert -size 48x48 %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png

# menu entry ----------------------------------------------------------------
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Sauerbraten
Comment=A multi-player/single-player first person shooter
Comment[ru]=Sauerbraten - одно/многопользовательский шутер от первого лица
Exec=%{_bindir}/%{name}.sh
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

# data files ----------------------------------------------------------------
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
cp -a data packages %{buildroot}%{_gamesdatadir}/%{name}


%changelog
* Thu Aug 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2013_02_03-2
+ Revision: 5c6536b
- Run autoreconf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8090 |14cr|sawfish-1.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define libver		0.92.3
%define repver		0.90.7

Summary:	An extensible window manager for the X Window System
Name:		sawfish
Version:	1.10
Release:	2
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/Sawfish
Url:		http://sawmill.sourceforge.net/
Source0:	http://download.tuxfamily.org/%name/%{name}-%{version}.tar.bz2
BuildRequires:	kdelibs4-core
Buildrequires:	texinfo
BuildRequires:	gmp-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(librep) >= %{libver}
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(pangox)
BuildRequires:	pkgconfig(pangoxft)
BuildRequires:	pkgconfig(rep-gtk) >= %{repver}
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xtst)

Requires:	librep >= %{libver}
Requires:	rep-gtk >= %{repver}
Requires:	xsetroot
Provides:	windowmanager
Provides:	sawmill
Provides:	sawmill-gnome
Provides:	sawfish-gnome
Provides:	sawfish-themer

%description
Sawfish is an extensible window manager which uses a Lisp-based scripting
language. All window decorations are configurable and the basic idea is to
have as much user-interface policy as possible controlled through the Lisp
language. Configuration can be accomplished by writing Lisp code in a
personal .sawfishrc file, or using a GTK+ interface. Sawfish is mostly
GNOME compliant.

%files -f %{name}.lang
%doc COPYING INSTALL README* NEWS TODO
%{_bindir}/sawfish
%{_bindir}/sawfish-about
%{_bindir}/sawfish-client
%{_bindir}/sawfish-config
%{_libexecdir}/%{name}
%{_libexecdir}/rep/*
%{_datadir}/applications/*.desktop
%{_datadir}/apps/ksmserver/windowmanagers/sawfish.desktop
%{_datadir}/gnome/wm-properties/sawfish-wm.desktop
%{_datadir}/sawfish
%{_datadir}/xsessions/sawfish.desktop
%{_iconsdir}/hicolor/*/apps/sawfish*
%{_mandir}/man1/sawfish.1*
%{_mandir}/man1/sawfish-client.1*
%{_mandir}/man1/sawfish-config.1*
%{_infodir}/sawfish*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Sawfish
Group:		Graphical desktop/Sawfish
Requires:	%{name} = %{EVRD}

%description devel
This package contains development files for sawfish.

%files devel
%{_libdir}/pkgconfig/*.pc
%{_includedir}/sawfish/

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:1.10-2
+ Revision: 0be64a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8091 |14cr|sawfish-pager-0.90.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name sawfish-pager
%define version 0.90.3
%define release 2
%define sawfish 1.8.1
%define sfepoch 2
%define sfver %(rpm -q sawfish --queryformat %{VERSION})

Summary: Lightweight desktop pager for Sawfish
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://download.tuxfamily.org/sawfishpager/%name-%version.tar.xz
License: GPLv2+
Group: Graphical desktop/Sawfish
Url: http://sawfish-pager.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: gtk+2-devel
BuildRequires: sawfish-devel >= %sfepoch:%sawfish
Requires: sawfish >= %sfepoch:%sfver

%description
A pager is a map of your desktop. As maps go, it shows not only the visible
part (your current viewport), but if you are so configured, also the parts
that extend beyond the sides of your screen. Also, if you have more than
one workspace, the pager will follow you to where you are, or optionally
show all workspaces at once. Of course you can select viewports and
windows, and also move or raise/lower the latter.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc NEWS README TODO
%_libexecdir/sawfish/sawfishpager
%_datadir/sawfish/lisp/sawfish/wm/ext/pager.jl
%_datadir/sawfish/lisp/sawfish/wm/ext/pager.jlc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.3-2
+ Revision: a6b94ea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8092 |14cr|saxon-9.2.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Summary:        Java XPath, XSLT 2.0 and XQuery implementation
Name:           saxon
Version:        9.2.0.3
Release:        5
# net.sf.saxon.om.XMLChar is from ASL-licensed Xerces
License:        MPLv1.0 and ASL 1.1
Group:          Development/Java
URL:            http://saxon.sourceforge.net/
Source0:        http://dl.sourceforge.net/project/saxon/Saxon-HE/9.2/saxon-resources9-2-0-2.zip
Source1:        %{name}.saxon.script
Source2:        %{name}.saxonq.script
Source3:        %{name}.build.script
Source4:        %{name}.1
Source5:        %{name}q.1
# There's no 9.2.0.3 resource bundle, we patch 9.2.0.2 with difference against 9.2.0.3 source bundle
Patch0:         saxon-9.2.0.2-9.2.0.3.patch
BuildRequires:  unzip
BuildRequires:  ant
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  bea-stax-api
BuildRequires:  xml-commons-apis
BuildRequires:  xom
BuildRequires:  jdom >= 0:1.0-0.b7
BuildRequires:  java-javadoc
BuildRequires:  jdom-javadoc >= 0:1.0-0.b9.3jpp
BuildRequires:  dom4j
BuildRequires:  recode
BuildRequires:  locales-en
Requires:       jpackage-utils
Requires:       bea-stax-api
Requires:       bea-stax
Requires:       jaxp_parser_impl
Requires:       /usr/sbin/update-alternatives
Provides:       jaxp_transform_impl = %{version}-%{release}

# Older versions were split into multile packages
Obsoletes:	%{name}-xpath < %{version}-%{release}
Obsoletes:	%{name}-xom < %{version}-%{release}
Obsoletes:	%{name}-sql < %{version}-%{release}
Obsoletes:	%{name}-jdom < %{version}-%{release}
Obsoletes:	%{name}-dom < %{version}-%{release}

BuildArch:      noarch
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description
Saxon HE is Saxonica's non-schema-aware implementation of the XPath 2.0,
XSLT 2.0, and XQuery 1.0 specifications aligned with the W3C Candidate
Recommendation published on 3 November 2005. It is a complete and
conformant implementation, providing all the mandatory features of
those specifications and nearly all the optional features. 


%package        manual
Summary:        Manual for %{name}
Group:          Development/Java

%description    manual
Manual for %{name}.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%package        demo
Summary:        Demos for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}

%description    demo
Demonstrations and samples for %{name}.

%package        scripts
Summary:        Utility scripts for %{name}
Group:          Development/Java
Requires:       jpackage-utils >= 0:1.5
Requires:       %{name} = %{version}-%{release}

%description    scripts
Utility scripts for %{name}.


%prep
%setup -q -c
unzip -q source.zip -d src
cd src
%patch0 -p1 -b .9.2.0.3
cd ..

cp -p %{SOURCE3} ./build.xml

# deadNET
rm -rf src/net/sf/saxon/dotnet

# Depends on XQJ (javax.xml.xquery)
rm -rf src/net/sf/saxon/xqj

# This requires a EE edition feature (com.saxonica.xsltextn)
rm -rf src/net/sf/saxon/option/sql/SQLElementFactory.java

# cleanup unnecessary stuff we'll build ourselves
rm -rf docs/api
find . \( -name "*.jar" -name "*.pyc" \) -delete

find -name '*.java' -exec recode Latin-1..UTF-8 {} \; 


%build
locale -a
export LC_ALL=en_GB.UTF-8
mkdir -p build/classes
cat >build/classes/edition.properties <<EOF
config=net.sf.saxon.Configuration
platform=net.sf.saxon.java.JavaPlatform
EOF

export CLASSPATH=%(build-classpath xml-commons-apis jdom xom bea-stax-api dom4j)
ant \
  -Dj2se.javadoc=%{_javadocdir}/java \
  -Djdom.javadoc=%{_javadocdir}/jdom \
  -Dfile.encoding=UTF8


%install
# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p build/lib/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr build/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}

# demo
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
cp -pr samples/* $RPM_BUILD_ROOT%{_datadir}/%{name}

# scripts
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -p -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/%{name}
install -p -m755 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/%{name}q
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -p -m644 %{SOURCE4} $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
install -p -m644 %{SOURCE5} $RPM_BUILD_ROOT%{_mandir}/man1/%{name}q.1

# jaxp_transform_impl ghost symlink
ln -s %{_sysconfdir}/alternatives \
  $RPM_BUILD_ROOT%{_javadir}/jaxp_transform_impl.jar


%post
update-alternatives --install %{_javadir}/jaxp_transform_impl.jar \
  jaxp_transform_impl %{_javadir}/%{name}.jar 25

%preun
{
  [ $1 -eq 0 ] || exit 0
  update-alternatives --remove jaxp_transform_impl %{_javadir}/%{name}.jar
} >/dev/null 2>&1 || :

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%ghost %{_javadir}/jaxp_transform_impl.jar

%files manual
%doc doc/*.html

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}

%files demo
%{_datadir}/%{name}

%files scripts
%{_bindir}/%{name}
%{_bindir}/%{name}q
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/%{name}q.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 9.2.0.3-5
+ Revision: 1147ff4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8093 |14cr|saxon-xslt2-7.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Saxon XSLT2 Processor in Java
Name: 		saxon-xslt2
Version: 	7.8
Release: 	6
License: 	MPL
Group: 		Publishing
Url:		http://saxon.sourceforge.net/
Source: 	http://prdownloads.sourceforge.net/saxon/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-buildroot 
BuildArch:	noarch

Requires:	jre

%define	_javaclassdir	%{_datadir}/java/classes/%{name}

%description
The SAXON package is a collection of tools for processing XML
documents, compliant with the XSLT2 recommendation.

%prep
%setup -q

%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT

chmod a-x *.jar
install -d $RPM_BUILD_ROOT%{_javaclassdir}
install saxon7*.jar $RPM_BUILD_ROOT%{_javaclassdir}

mkdir -p $RPM_BUILD_ROOT/%{_prefix}/bin
cat << EOF > $RPM_BUILD_ROOT/%{_prefix}/bin/saxon7batch
#!/bin/bash

export CLASSPATH=$CLASSPATH:%{_javaclassdir}/saxon7.jar
java net.sf.saxon.Transform \$*
EOF
chmod 555 $RPM_BUILD_ROOT/%{_prefix}/bin/saxon7batch


%clean
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc doc samples use-cases
%dir %{_datadir}/java/classes/
%dir %{_javaclassdir}/
#%{_javaclassdir}
%{_javaclassdir}/*
%attr(755,root,root) %{_prefix}/bin/saxon7batch





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.8-6
+ Revision: 55034da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8094 |14cr|sbcl-1.1.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bootstrap 0
%define threads 1

Name:           sbcl
Version:        1.1.14
Release:        2
Summary:        Steel Bank Common Lisp compiler and runtime system
License:        Public Domain and MIT and BSD with advertising
Group:          Development/Other
URL:            http://sbcl.sourceforge.net/
Source0:        http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}-source.tar.bz2
Source10:       customize-target-features.lisp
Patch1:         %{name}-1.0.45-default-%{name}-home.patch
Patch2:         %{name}-1.1.14-personality.patch
Patch3:         %{name}-1.1.14-optflags.patch
Patch4:         %{name}-0.9.17-LIB_DIR.patch
# Allow override of contrib test failure(s)
Patch7:         %{name}-1.1.14-permissive.patch

# doc generation
BuildRequires:  ghostscript
BuildRequires:  gmp-devel
BuildRequires:  texinfo
BuildRequires:  texlive
BuildRequires:  time
%if %{bootstrap}
BuildRequires:  clisp
%else
BuildRequires:  %{name}
%endif

%description
Steel Bank Common Lisp (SBCL) is a Open Source development environment for
Common Lisp. It includes an integrated native compiler, interpreter, and
debugger.


%prep
%setup -q
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch7 -p0

%if %{threads}
install -m644 -p %{SOURCE10} ./customize-target-features.lisp
%endif

%build
#setup SBCL_HOME, DEFAULT_SBCL_HOME and RPM_OPT_FLAGS
#these variables are available thanks to patching
export SBCL_HOME=%{_libdir}/%{name}
export DEFAULT_SBCL_HOME=%{_libdir}/%{name}
export RPM_OPT_FLAGS=$(echo %{optflags} | sed -e "s/-fomit-frame-pointer//")

%if %{bootstrap}
sh make.sh "clisp"
%else
sh make.sh "%{name}"
%endif

make -C doc/manual

%install
unset SBCL_HOME
export INSTALL_ROOT=%{buildroot}%{_prefix}
export LIB_DIR=%{buildroot}%{_libdir}
sh install.sh

if test %{_docdir} != %{_prefix}/share/doc ;then
   mkdir -p %{buildroot}%{_docdir}
   mv %{buildroot}%{_prefix}/share/doc/%{name} %{buildroot}%{_docdir}/
fi

## Unpackaged files
rm -f  %{buildroot}%{_infodir}/dir
# CVS crud
find %{buildroot} -name CVS -type d | xargs rm -rf
find %{buildroot} -name .cvsignore | xargs rm -f
# 'test-passed' files from %%check
find %{buildroot} -name 'test-passed' | xargs rm -vf

%files
%doc %{_docdir}/%{name}
%{_bindir}/*
%{_libdir}/%{name}/%{name}.core
%define sb_prefix %{_libdir}/%{name}/contrib
%{sb_prefix}/asdf.*
%{sb_prefix}/sb-aclrepl.*
%{sb_prefix}/sb-bsd-sockets.*
%{sb_prefix}/sb-cltl2.*
%{sb_prefix}/sb-concurrency.*
%{sb_prefix}/sb-cover.*
%{sb_prefix}/sb-executable.*
%{sb_prefix}/sb-gmp.*
%{sb_prefix}/sb-grovel.*
%{sb_prefix}/sb-introspect.*
%{sb_prefix}/sb-md5.*
%{sb_prefix}/sb-posix.*
%{sb_prefix}/sb-queue.*
%{sb_prefix}/sb-rotate-byte.*
%{sb_prefix}/sb-rt.*
%{sb_prefix}/sb-simple-streams.*
%{sb_prefix}/sb-sprof.*
%{_infodir}/*
%{_mandir}/man?/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.14-2
+ Revision: c45ac19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8095 |14cr|sbxkb-0.7.6-4.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           sbxkb
Summary:        Simple keyboard indicator
Version:        0.7.6
Release:        4.2
License:        GPLv2
Group:          System/Configuration/Other
Url:            http://sourceforge.net/projects/staybox/
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(gdk-pixbuf-xlib-2.0)
Source0:        %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build


%description
Simple keyboard indicator

Author: Sorry, I don;t know :(
--------

%define INSTALL      install -m755 -s
%define INSTALL_DIR  install -d -m755



%prep
%setup -q -n %{name}-%{version}


%build
./configure --prefix=%{_prefix} LIBS=-lX11
make

%install
export DESTDIR=%{buildroot}
make install

%clean
rm -rf %{buildroot}

%post


%preun


%files
%defattr(-, root, root, 0755)
%{_bindir}/%{name}
%doc COPYING 
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.6-4.2
+ Revision: b2ba5ea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8096 |14cr|sc68-2.2.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2.2.1
%define libname %mklibname sc68_ %{major}
%define develname %mklibname -d %name

Summary:	SC68 - Atari ST and Amiga music player
Name:		sc68
Version:	2.2.1
Release:	16
License:	GPLv2+
Group:		Sound
Url:		http://sc68.atari.org/
Source:		http://prdownloads.sourceforge.net/sc68/%{name}-%{version}.tar.bz2
Patch: sc68-2.2.1-format-string.patch

BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
BuildRequires:	zlib-devel
BuildRequires:	doxygen
BuildRequires:	pkgconfig

%description
sc68 is an Atari ST and Amiga music player. It can play special files
(.sc68). This file encapsulates orgininal music files and possibly the
program to play it.  You can find a very large collection of this file
on sc68 official web site <http://sashipa.ben.free.fr/sc68>.

This package contains a command line player.

%package -n %libname
Summary: Libraries of the sc68 sound emulator
Group: System/Libraries
Requires: %name >= %version

%description -n %libname
sc68 is an Atari ST and Amiga music player. It can play special files
(.sc68). This file encapsulates orgininal music files and possibly the
program to play it.  You can find a very large collection of this file
on sc68 official web site <http://sashipa.ben.free.fr/sc68>.

This package contains the shared libraries required by sc68.


%package -n %{develname}
Summary: Development files of the sc68 sound emulator
Group: Development/C
Requires: %libname = %version
Provides: %name-devel = %version-%release
Provides: lib%name-devel = %version-%release
Provides: %{libname}-devel = %version-%release
Obsoletes: %{mklibname sc68_2.2.1 -d}

%description -n %{develname}
sc68 is an Atari ST and Amiga music player. It can play special files
(.sc68). This file encapsulates orgininal music files and possibly the
program to play it.  You can find a very large collection of this file
on sc68 official web site <http://sashipa.ben.free.fr/sc68>.

This package contains the C headers and libraries required for
building applications with sc68.

%prep
%setup -q
%patch -p1

%build
%define _disable_ld_no_undefined 1
%define _disable_ld_as_needed 1
%configure2_5x --enable-doc
%make
cd doc
make

%install
%makeinstall_std
rm -f %buildroot%_libdir/*a

%clean



%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%_bindir/*68
%_mandir/man1/*
%_infodir/sc68.info*
%_datadir/sc68

%files -n %libname
%defattr(-, root, root)
%doc COPYING README
%_libdir/lib*.so.*


%files -n %{develname}
%defattr(-, root, root)
%doc doc/html
%_bindir/sc68-config
%_includedir/sc68/
%_libdir/lib*.so
%_libdir/pkgconfig/*.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-16
+ Revision: b31f579
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8097 |14cr|scalapack-2.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_name_orig lib%{name}
%define lib_major 1
%define lib_name %mklibname %{name} %{lib_major}

%define debug_package %{nil}

Summary:	Scalapack
Name:		scalapack
Version:	2.0.2
Release:	2
License:	GPL
Group:		Development/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		http://www.netlib.org/scalapack/
Source:		http://www.netlib.org/scalapack/scalapack-%{version}.tgz
Requires:	blacsmpi-devel >= 1.1
Provides:	%{name}-%{version}
BuildRequires:	gcc-gfortran
BuildRequires:	openmpi
BuildRequires:	lapack-devel

%package        -n %{lib_name}-devel
Summary:	Scalapak 
Group:          Development/Other
Prefix:         %{_prefix}

%description -n %{lib_name}-devel 
The ScaLAPACK (or Scalable LAPACK) library includes a subset of 
LAPACK routines redesigned for distributed memory MIMD parallel
computers. It is currently written in a Single-Program-Multiple-Data 
style using explicit message passing for interprocessor communication. 
It assumes matrices are laid out in a two-dimensional block cyclic 
decomposition.

%description
The ScaLAPACK (or Scalable LAPACK) library includes a subset of 
LAPACK routines redesigned for distributed memory MIMD parallel
computers. It is currently written in a Single-Program-Multiple-Data 
style using explicit message passing for interprocessor communication. 
It assumes matrices are laid out in a two-dimensional block cyclic 
decomposition.

%prep
%setup -q
cp SLmake.inc.example SLmake.inc
# %patch0 -p0
sed -i 's|@SCALAPACK_HOME@|%{_builddir}/%{name}-%{version}|' SLmake.inc

%build
make \
F77=mpif90 \
CC=mpicc \
F77FLAGS="%{optflags} -O3 -fPIC" \
CCFLAGS="%{optflags} -O3 -fPIC"

%install
mkdir -p %{buildroot}/%{_libdir}/%{name}-%{version}
# cp %{buildroot}/%{name}-%{version}/lib%{name}.a %{buildroot}/%{_libdir}/%{name}-%{version}/lib%{name}.a

%files -n %{lib_name}-devel
%attr(644,root,root) %doc README
# %{_libdir}/*/lib%{name}.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-2
+ Revision: 6ebaa46
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8098 |14cr|scantailor-0.9.11.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		scantailor
Version:	0.9.11.1
Release:	3
Summary:	Scan processing software
License:	GPLv3+
Group:		Graphics
Url:		http://scantailor.sf.net
Source0:	http://downloads.sourceforge.net/project/scantailor/%{name}/%{version}/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
BuildRequires:	boost-devel
BuildRequires:	cmake
BuildRequires:	gcc-c++
BuildRequires:	glib2-devel
BuildRequires:	libxfixes-devel
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	qt4-devel

%description
Scan Tailor is an interactive post-processing tool for scanned pages. It
performs operations such as page splitting, deskewing, adding/removing borders,
and others. You give it raw scans, and you get pages ready to be printed
or assembled into a PDF or DJVU file. Scanning, optical character recognition,
and assembling multi-page documents are out of scope of this project.

%prep
%setup -q

%build
%cmake
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}/translations
install -pm755 build/%name  %{buildroot}%{_bindir}/
install -pm644 build/*.qm   %{buildroot}%{_datadir}/%{name}/translations
install -pm644 -D resources/appicon.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
install -pm644 -D %SOURCE1 %{buildroot}%{_datadir}/applications/%{name}.desktop

%if %{mdvver} >= 201200
%find_lang %{name} --with-qt
%define langfile %{name}.lang
%endif

%files %{?langfile:-f %{langfile}}
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.svg
%dir %{_datadir}/%{name}/
%dir %{_datadir}/%{name}/translations/
%if %{mdvver} <= 201100
%{_datadir}/%{name}/translations/*
%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.11.1-3
+ Revision: 7d0f419
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8099 |14cr|scapy-2.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		scapy
Version:	2.2.0
Release:	2
Summary:	An interactive packet manipulation tool and network scanner
Group:		Networking/Other
License:	GPLv2
URL:		http://www.secdev.org/projects/scapy
Source:		http://www.secdev.org/projects/scapy/files/%name-%version.tar.gz
BuildArch:	noarch
BuildRequires:	python-devel
Requires:	python >= 2.2
Requires:	nmap
Requires:	tcpdump

%description
Scapy is a powerful interactive packet manipulation tool, packet generator,
network scanner, network discovery, packet sniffer, etc. It can for the
moment replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump,
tethereal, p0f, ....

Scapy uses the python interpreter as a command board. That means that you
can use directly python language (assign variables, use loops, define
functions, etc.) If you give a file as parameter when you run scapy, your
session (variables, functions, intances, ...) will be saved when you leave
the interpretor, and restored the next time you launch scapy.

%prep
%setup -q

%build
%__python setup.py build

%install
%__rm -rf %{buildroot}
%__install -Dp -m0644 doc/scapy.1.gz %{buildroot}%{_mandir}/man1/scapy.1.gz
%__python setup.py install -O1 --skip-build --root %{buildroot}
%__rm -f %{buildroot}%{python_sitelib}/*egg-info/requires.txt

%clean
%__rm -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc %{_mandir}/man1/scapy.1*
%{_bindir}/scapy
%{_bindir}/UTscapy
%{py_puresitedir}/scapy/*
%{py_puresitedir}/scapy-*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.0-2
+ Revision: 140bb47
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8100 |14cr|scew-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %{name}
%define libnamedev %{libname}-devel

Summary: SCEW provides an easy interface around the XML Expat library
Name:    scew
Version: 0.4.0
Release: 3
Source0: %{name}-%{version}.tar.bz2
License: LGPL
Group: Development/C
BuildRequires: expat-devel
URL: http://www.nongnu.org/scew/

%description 
SCEW (Simple C Expat Wrapper) incorporated functions to create XML
files and handle XML memory trees. That is, add and delete tree nodes,
change attribute names and values...

SCEW provides functions to load and access XML elements without the
need to create the event handling routines and probably the most
important: without the need to rewrite these functions each time you
need to load a different XML tree. It also lets you access to the
internal Expat parser, that means you can still have all the
functionality that Expat library gives you.

%package -n %libnamedev
Summary: Headers for developing programs that will use scew
Group: Development/C
Provides:  libscew-devel = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}

%description -n %libnamedev
This package contains the headers that programmers will need to develop
applications which will use scew.

%prep
%setup -q

%build
%configure --includedir=%{_includedir}/%{name}
%make 

%install
%makeinstall_std

mkdir -p %{buildroot}%{_bindir}
install -m 755 examples/scew_print/scew_print %{buildroot}%{_bindir}
install -m 755 examples/scew_write/scew_write %{buildroot}%{_bindir}

%files -n %libnamedev
%defattr(-,root,root,0755)
%{_bindir}/scew_print
%{_bindir}/scew_write
%{_libdir}/libscew.a
%{_includedir}/*
%_libdir/pkgconfig/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-3
+ Revision: 76aa6c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8101 |14cr|schedtool-1.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		schedtool
Version:	1.3.0
Release:	3
Summary:	Tool for setting and querying scheduling parameters
License:	GPLv2
Group:		System/Kernel and hardware
Url:		http://freequaos.host.sk/schedtool/
Source:		%name-%version.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
schedtool can set all scheduling parameters Linux is capable of or dis-
play information for given processes.
													
Long-running, non-interactive tasks may  benefit  from  SCHED_BATCH  as
timeslices are longer, less system-time is wasted by computing the next
runnable process and the caches stay stable.
													
Audio/video or other near-realtime applications may run with less skip-
ping  if  set  to SCHED_RR.  Use the static priority-switch -p to fine-
tune inter-process-hierarchies.
													
schedtool now supports setting the  CPU-affinity  introduced  in  linux
2.5.8.

%prep
%setup -q

%build
%make
# CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf %{buildroot}
install -m755 -d $RPM_BUILD_ROOT/%_bindir/
install -m755  %name $RPM_BUILD_ROOT/%_bindir/%name
install -m755 -d $RPM_BUILD_ROOT/%{_mandir}/man8/
install -m611  %name.8 $RPM_BUILD_ROOT/%{_mandir}/man8/%name.8

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%attr(755,root,root) %_bindir/*
%doc CHANGES INSTALL LICENSE PACKAGERS README SCHED_DESIGN TUNING
%attr(644,root,root) %{_mandir}/man8/%name.*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-3
+ Revision: d8420bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8102 |14cr|schismtracker-20120425-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		schismtracker
Version:	20120425
Release:	2
Summary:	Music editor, Impulse Tracker clone
License:	GPLv2
Group:		Sound
URL:		http://schismtracker.org/
Source:		%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	gcc-c++
BuildRequires:	python >= 2.4
BuildRequires:	mercurial

%description
Schism Tracker is a free reimplementation of Impulse Tracker, a
program used to create high quality music without the requirements of
specialized, expensive equipment, and with a unique "finger feel"
that is difficult to replicate in-part. The player is based on a
highly modified version of the Modplug engine, with a number of
bug-fixes and changes to improve IT playback.

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall

# install icons
for size in 16 22 24 32 36 48 64 72 96 128 192; do
    install -D -m 0644 icons/schism-icon-$size.png %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/%{name}.png
done
install -D -m 0644 icons/schism-icon.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

install -d %{buildroot}%{_datadir}/applications

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Schism Tracker
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;AudioVideoEditing;
EOF

%files
%doc AUTHORS COPYING NEWS README
%{_bindir}/schismtracker
%{_datadir}/icons/hicolor/*/*/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_mandir}/*/%{name}.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20120425-2
+ Revision: 9caeab6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8103 |14cr|schooltool-2.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# empty debug
%define debug_package	%{nil}
# lang 
%define _files_listed_twice_terminate_build 0

Name:		schooltool
Summary:	A common information systems platform for school administration
Version:	2.6.1
Release:	4
URL:		http://www.schooltool.org
Source0:	http://ftp.schooltool.org/schooltool/2.6/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
License:	GPLv2
Group:		Office
BuildArch: noarch

BuildRequires: python-devel
BuildRequires: python-setuptools
# Conflicts:  pythonegg(docutils)
Requires:	pythonegg(restrictedpython)
Requires:	pythonegg(zope.hookable)
Requires:	pythonegg(zope.untrustedpython)
Requires:	pythonegg(bottle)
Requires:	pythonegg(celery) 
Requires:	pythonegg(pastedeploy)
Requires:	pythonegg(pastescript)
Requires:	pythonegg(pil)
Requires:	pythonegg(pytz)
Requires:	pythonegg(redis)
Requires:	pythonegg(reportlab)
Requires:	pythonegg(setuptools)
Requires:	pythonegg(xlrd) 
Requires:	pythonegg(xlwt) 
Requires:	pythonegg(z3c.autoinclude) 
Requires:	pythonegg(z3c.form) 
Requires:	pythonegg(z3c.formui) 
Requires:	pythonegg(z3c.macro) 
Requires:	pythonegg(z3c.rml) 
Requires:	pythonegg(z3c.template) 
Requires:	pythonegg(zc.catalog) 
Requires:	pythonegg(zc.datetimewidget) 
Requires:	pythonegg(zc.resourcelibrary)
Requires:	pythonegg(zc.table)  
Requires:	pythonegg(zodb3)   
Requires:	pythonegg(zope.annotation) 
Requires:	pythonegg(zope.app.applicationcontrol)
Requires:	pythonegg(zope.app.appsetup) 
Requires:	pythonegg(zope.app.basicskin)
Requires:	pythonegg(zope.app.broken)
Requires:	pythonegg(zope.app.component)
Requires:	pythonegg(zope.app.container)
Requires:	pythonegg(zope.app.debug)
Requires:	pythonegg(zope.app.dependable)
Requires:	pythonegg(zope.app.error)
Requires:	pythonegg(zope.app.exception) 
Requires:	pythonegg(zope.app.form) 
Requires:	pythonegg(zope.app.generations)
Requires:	pythonegg(zope.app.http)
Requires:	pythonegg(zope.app.locales)
Requires:	pythonegg(zope.app.principalannotation)
Requires:	pythonegg(zope.app.publication)
Requires:	pythonegg(zope.app.schema)
Requires:	pythonegg(zope.app.security)
Requires:	pythonegg(zope.app.testing)
Requires:	pythonegg(zope.app.wsgi)
Requires:	pythonegg(zope.authentication) 
Requires:	pythonegg(zope.browser)  
Requires:	pythonegg(zope.browsermenu)  
Requires:	pythonegg(zope.browserpage)  
Requires:	pythonegg(zope.cachedescriptors)   
Requires:	pythonegg(zope.catalog)   
Requires:	pythonegg(zope.component)  
Requires:	pythonegg(zope.configuration)   
Requires:	pythonegg(zope.container)   
Requires:	pythonegg(zope.contentprovider)    
Requires:	pythonegg(zope.dublincore)    
Requires:	pythonegg(zope.event)    
Requires:	pythonegg(zope.file)     
Requires:	pythonegg(zope.filerepresentation) 
Requires:	pythonegg(zope.formlib)     
Requires:	pythonegg(zope.html)      
Requires:	pythonegg(zope.i18n)      
Requires:	pythonegg(zope.i18nmessageid)      
Requires:	pythonegg(zope.interface)      
Requires:	pythonegg(zope.intid)      
Requires:	pythonegg(zope.keyreference)       
Requires:	pythonegg(zope.lifecycleevent)      
Requires:	pythonegg(zope.location)        
Requires:	pythonegg(zope.login)      
Requires:	pythonegg(zope.mimetype)         
Requires:	pythonegg(zope.pagetemplate)         
Requires:	pythonegg(zope.password)          
Requires:	pythonegg(zope.proxy)          
Requires:	pythonegg(zope.publisher)         
Requires:	pythonegg(zope.schema)          
Requires:	pythonegg(zope.security)          
Requires:	pythonegg(zope.securitypolicy)         
Requires:	pythonegg(zope.server)           
Requires:	pythonegg(zope.session)           
Requires:	pythonegg(zope.site)           
Requires:	pythonegg(zope.size)           
Requires:	pythonegg(zope.tales)           
Requires:	pythonegg(zope.testbrowser)            
Requires:	pythonegg(zope.testing)            
Requires:	pythonegg(zope.traversing)        
Requires:	pythonegg(zope.ucol)            
Requires:	pythonegg(zope.viewlet)          


%description

SchoolTool is an open source school management information system.  It is
a web application, usable with an ordinary browser.
Any modern web browser is suitable for the web application interface.  The
interface degrades gracefully, so a browser that does not support CSS or
Javascript will be usable, although perhaps not very nice or convenient.

%prep
%setup -q
# using old pil instead of pillow 
perl -pi -e "s|Pillow|pil|"  setup.py

%build
python setup.py build


%install
python setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT

# create lang files
for file in %{buildroot}%{py_puresitedir}/%{name}/locales/*/LC_MESSAGES/*.mo; do
    bn=$(basename $file)
    language=$(basename $file|cut -f 2 -d _|sed 's|\.*||')
    echo %%lang\($language\) %{py_puresitedir}/%{name}/locales/*/LC_MESSAGES/$bn >> %{name}.lang
done


    
%files -f %{name}.lang
%doc CHANGES.txt README.txt version.txt.in
%{py_puresitedir}/%{name}
%{py_puresitedir}/%{name}*egg-info
%{py_puresitedir}/%{name}*-nspkg.pth
%{_bindir}/make-schooltool-instance
%{_bindir}/%{name}*
%{_bindir}/start-%{name}*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.1-4
+ Revision: 06d2f85
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8104 |14cr|schroot-1.6.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Execute commands in a chroot environment
Name:		schroot
Version:	1.6.3
Release:	4
License:	GPLv3+
Group:		Development/Other
Url:		http://packages.debian.org/schroot
Source0:	http://ftp.de.debian.org/debian/pool/main/s/schroot/%{name}_%{version}.orig.tar.xz
Patch0:		schroot-pam.patch
Patch1:		schroot-default-config-path.patch
BuildRequires:	btrfs-progs
BuildRequires:	gettext
BuildRequires:	lvm2
BuildRequires:	pam-devel
BuildRequires:	boost-devel
BuildRequires:	cppunit-devel
BuildRequires:	libuuid-devel
BuildRequires:	lockdev-devel

Suggests:	lvm2
Suggests:	btrfs-progs

%description
schroot allows users to execute commands or interactive shells in
different chroots.  Any number of named chroots may be created, and
access permissions given to each, including root access for normal
users, on a per-user or per-group basis.  Additionally, schroot can
switch to a different user in the chroot, using PAM for
authentication and authorisation.  
All operations are logged for security.

Several different types of chroot are supported, including normal
directories in the filesystem, and also block devices.  Sessions,
persistent chroots created on the fly from files (tar with optional
compression and zip) and LVM snapshots are also supported.

schroot supports kernel personalities, allowing the programs run
inside the chroot to have a different personality.  For example,
running 32-bit chroots on 64-bit systems, or even running binaries
from alternative operating systems such as SVR4 or Xenix.

schroot also integrates with sbuild, to allow building packages with
all supported chroot types, including session-managed chroot types
such as LVM snapshots.

schroot shares most of its options with dchroot, but offers vastly
more functionality.

%package -n dchroot
Summary:	Older tool similar to schroot
Group:		Development/Other

%description -n dchroot
dchroot allows users to execute commands or interactive shells in different 
chroots. Users can move between chroots as necessary. Enhanced functionality 
is available in the next generation tool called schroot.

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
%configure2_5x --disable-rpath --disable-static --enable-shared --enable-dchroot || ( cat config.log && exit 1 )
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_localstatedir}/lib/schroot/session
mkdir -p %{buildroot}%{_sysconfdir}/schroot/chroot.d
/sbin/ldconfig -n %{buildroot}/%{_libdir}

# get rid of uneeded include and library files
rm -rf %{buildroot}%{_includedir}
rm -f %{buildroot}%{_libdir}/pkgconfig/sbuild.pc
rm -f %{buildroot}%{_libdir}/libsbuild.la
# rm -f %{buildroot}%{_libdir}/libsbuild.so*
rm -f %{buildroot}%{_libdir}/libsbuild.a

rm -rf %{buildroot}%{_sysconfdir}/schroot/sbuild
rm -rf %{buildroot}%{_bindir}/schroot-sbuild
rm -f  %{buildroot}%{_sysconfdir}/schroot/setup.d/15binfmt

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING AUTHORS ChangeLog HACKING NEWS README THANKS TODO
%config %{_sysconfdir}/bash_completion.d/schroot
%config %{_sysconfdir}/pam.d/schroot
%config(noreplace) %{_sysconfdir}/schroot
%verify(not mode) %attr(4755,root,root) %{_bindir}/schroot
#%#exclude %#{_bindir}/schroot-sbuild
#%#exclude %#{_sysconfdir}/schroot/setup.d/15binfmt
%{_libexecdir}/schroot
%{_localstatedir}/lib/schroot
%{_datadir}/schroot
%{_mandir}/man1/schroot.1.*
%{_mandir}/man5/schroot-script-config.5.*
%{_mandir}/man5/schroot-setup.5.*
%{_mandir}/man5/schroot.conf.5.*
%{_mandir}/man7/schroot-faq.7.*
%{_libdir}/libsbuild.so*

%files -n dchroot
%{_bindir}/dchroot
%{_mandir}/man1/dchroot.1.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.3-4
+ Revision: 03f7163
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8105 |14cr|scim-1.4.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version	1.4.14
%define release	2

%define apiver 1.0
%define scim_api 1.4.0
%define major 8
%define libname %mklibname %{name} %apiver %major
%define develname %mklibname -d %{name}

Name:		scim
Summary:	Smart Common Input Method platform
Version:	%{version}
Release:	%{release}
Group:		System/Internationalization
License:	LGPLv2+
# alt URL:	http://sourceforge.net/projects/scim/
URL:		http://www.scim-im.org
Source0:	http://downloads.sourceforge.net/scim/%{name}-%{version}.tar.gz
# new icons (from fedora)
Source1:	scim-icons-0.7.tar.bz2
# change hot keys per locale (from fedora)
Source2:	scim-system-config
# add scim dir macros
Source3:	scim.macros
Patch0:		scim-1.4.14-compile.patch
Patch1:		scim-initial-locale-hotkey-20070922.patch
Patch5:		scim-1.4.7-support-more-utf8-locales.patch
BuildRequires:	pkgconfig(gdk-2.0) pkgconfig(pango) libtool-devel pkgconfig(atk) intltool

Requires:	%{name}-common = %version-%release
# fwang: in fact, scim could interact with gtk2 apps via xim
#Suggests:	%{name}-gtk
Conflicts:	%{libname} < 1.4.7-8
Conflicts:	%{mklibname scim 8} < 1.4.7-8

%description
SCIM is a developing platform to significant reduce the difficulty of 
input method development. 

%files
%doc AUTHORS COPYING README ChangeLog TODO
%{_bindir}/scim

#----------------------------------------------------------------------
%package -n %{libname}
Summary:	SCIM library
Group:		System/Internationalization
Requires:	%name-common = %version
Obsoletes:	%mklibname scim 0
Obsoletes:	%mklibname scim 8
Conflicts:	%{name} < 1.4.7-8

%description -n %{libname}
SCIM library.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------
%package common
Summary:        SCIM common files
Group:          System/Internationalization
Requires:       %{libname} = %version-%release
Conflicts:      %{libname} < 1.4.7-8
Conflicts:	%{mklibname scim 8} < 1.4.7-8
Conflicts:	%{name} < 1.4.7-10

%description common
Common files for scim input method.

%files common -f %name.lang
%_bindir/scim-im-agent
%{_bindir}/scim-setup
%{_bindir}/scim-config-agent
%dir %{_sysconfdir}/scim
%config(noreplace) %{_sysconfdir}/scim/*
%{_libdir}/scim-1.0/scim-helper-launcher
%{_libdir}/scim-1.0/scim-helper-manager
%{_libdir}/scim-1.0/scim-launcher
%{_libdir}/scim-1.0/scim-panel-gtk
%dir %{_libdir}/scim-1.0/%{scim_api}
%{_libdir}/scim-1.0/%{scim_api}/Filter
%{_libdir}/scim-1.0/%{scim_api}/FrontEnd
%{_libdir}/scim-1.0/%{scim_api}/Helper
%dir %{_libdir}/scim-1.0/%{scim_api}/IMEngine
%{_libdir}/scim-1.0/%{scim_api}/IMEngine/socket.so
%{_libdir}/scim-1.0/%{scim_api}/IMEngine/rawcode.so
%{_libdir}/scim-1.0/%{scim_api}/SetupUI
%{_libdir}/scim-1.0/%{scim_api}/Config
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_datadir}/control-center-2.0/capplets/scim-setup.desktop

#----------------------------------------------------------------------
%package gtk
Summary:        SCIM Gtk 2.x IM module
Group:          System/Internationalization
Requires:       %libname = %version-%release
Conflicts:      %{libname} < 1.4.7-8
Conflicts:	%{mklibname scim 8} < 1.4.7-8
Requires(post,postun):	gtk+2.0

%description gtk
This package provides a GTK 2.x input method module for SCIM.

%post gtk
gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/gtk.immodules.%_lib

%postun gtk
gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/gtk.immodules.%_lib

%files gtk
%defattr(-,root,root,-)
%{_libdir}/gtk-2.0/*/immodules/im-scim.so

#----------------------------------------------------------------------
%package gtk3
Summary:        SCIM Gtk 3.x IM module
Group:          System/Internationalization
Requires:       %libname = %version-%release
Conflicts:      %{libname} < 1.4.7-8
Conflicts:	%{mklibname scim 8} < 1.4.7-8
BuildRequires:	pkgconfig(gtk+-3.0)

%description gtk3
This package provides a GTK 3.x input method module for SCIM.

%files gtk3
%defattr(-,root,root,-)
%{_libdir}/gtk-3.0/*/immodules/im-scim.so

#----------------------------------------------------------------------
%package qt
Summary:        SCIM Qt IM module
Group:          System/Internationalization
Requires:       %libname = %version-%release
Conflicts:      %{libname} < 1.4.7-8
Conflicts:	%{mklibname scim 8} < 1.4.7-8
BuildRequires:	qt4-devel

%description qt
This package provides a Qt input method module for SCIM.

%files qt
%{_libdir}/qt4/plugins/inputmethods/im-scim.so

#----------------------------------------------------------------------
%package -n %{develname}
Summary:	Headers of SCIM for development
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d scim 0
Obsoletes:	%mklibname -d scim 8

%description -n %{develname}
Headers of %{name} for development.

%files -n %{develname}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%dir %{_includedir}/scim-1.0
%{_includedir}/scim-1.0/*.h
%{_includedir}/scim-1.0/gtk/*.h
%{_includedir}/scim-1.0/x11/scim_x11_utils.h
%{_sysconfdir}/rpm/macros.d/scim.macros
#----------------------------------------------------------------------

%prep
%setup -q -a1
%patch0 -p1 -b .compile~
%patch1 -p1 -b .hotkey~
%patch5 -p0 -b .utf8~

# update icons
cp -p scim-icons/icons/*.png data/icons
cp -p scim-icons/pixmaps/*.png data/pixmaps

# update the config file
mv configs/config{,.orig} 
cp -p %{SOURCE2} configs/config

%build
intltoolize --force
aclocal -I m4
automake -a
autoconf
%configure2_5x --disable-static --enable-ld-version-script
%make

%install
%makeinstall_std

# remove unneeded files
rm -f ${RPM_BUILD_ROOT}/%{_libdir}/scim-1.0/*/*/*.{a,la}
rm -f ${RPM_BUILD_ROOT}/%{_libdir}/gtk-2.0/immodules/im-scim.{a,la}

# install scim.macros
install -D -m0644 %SOURCE3 %buildroot%{_sysconfdir}/rpm/macros.d/scim.macros

%find_lang %{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.14-2
+ Revision: fb3c42f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8106 |14cr|scim-googlepinyin-0.1-0.20101114.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapdate 20101114

Summary:	An SCIM port of android Google Pinyin IME
Name:		scim-googlepinyin
Version:	0.1
Release:	0.%{snapdate}.2
License:	ASL 2.0
Group:		System/Internationalization
Url:		http://code.google.com/p/scim-googlepinyin/
# source0 is generated by:
# git clone git://github.com/tchaikov/scim-googlepinyin.git
# cd scim-googlepinyin
# git archive --format=tar --prefix=scim-googlepinyin/ HEAD | xz> scim-googlepinyin-%{snapdate}.tar.xz
Source0:	%{name}-%{snapdate}.tar.xz
BuildRequires:	pkgconfig(scim)

%description
scim-googlepinyin is an SCIM port of google-pinyin on android platform.
It's basically a translation from its original java code to C++ counterpart.
Android google pinyin's core is not changed in porting, but this user
interface is slightly modified to simulate the bevaviour of GooglePinyin
on Windows.

%files
%{_datadir}/scim/googlepinyin
%{_datadir}/scim/icons/google-pinyin_icon.png
%{scim_plugins_dir}/*/*.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
./autogen.sh
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Sun May 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-0.20101114.2
+ Revision: ca2bb8a
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8107 |14cr|scim-hangul-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hangul Input Method Engine for SCIM
Name:		scim-hangul
Version:	0.4.0
Release:	2
License:	GPLv3+
Group:		System/Internationalization
Url:		http://www.scim-im.org/
Source0:	http://downloads.sourceforge.net/scim/%{name}-%{version}.tar.gz
Patch0:		scim-hangul-0.4.0.gcc47.patch
BuildRequires:	pkgconfig(libhangul)
BuildRequires:	pkgconfig(scim)

%description
Scim-hangul is a SCIM IMEngine module for Korean (Hangul) input support.

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_libdir}/scim-1.0/*/IMEngine/hangul.so
%{_libdir}/scim-1.0/*/SetupUI/hangul-imengine-setup.so
%{_datadir}/scim/icons/scim-hangul*.png
%{_datadir}/scim/hangul

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches


%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-2
+ Revision: 758b722
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8108 |14cr|scim-m17n-0.2.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A wrapper for m17n
Name:		scim-m17n
Version:	0.2.3
Release:	5
License:	GPLv2+
Group:		System/Internationalization
Url:		http://sourceforge.net/projects/scim/
Source0:	http://freefr.dl.sourceforge.net/sourceforge/scim/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(m17n-core)
BuildRequires:	pkgconfig(scim)
Requires:	m17n-lib

%description
A wrapper for m17n.

%files
%doc AUTHORS COPYING
%{_datadir}/scim/icons/*
%{scim_plugins_dir}/IMEngine/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# remove unneeded files
rm -f %{buildroot}%{scim_plugins_dir}/IMEngine/*.{a,la}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-5
+ Revision: 02f4346
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8109 |14cr|scim-pinyin-0.5.92-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Chinese input module for Smart Chinese/Common Input Method platform
Name:		scim-pinyin
Version:	0.5.92
Release:	2
License:	GPLv2+
Group:		System/Internationalization
Url:		http://www.scim-im.org
Source0:	http://dl.sourceforge.net/scim/%{name}-%{version}.tar.gz
Patch0:		scim-pinyin-showallkeys.patch
Patch1:		scim-pinyin-0.5.91-save-in-temp.patch
Patch2:		scim-pinyin-0.5.91-fix-load.patch
Patch3:		scim-pinyin-0.5.91-fix-ms-shuangpin.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(scim)

%description
SCIM is a platform for the development of input methods. This is the
Chinese Pinyin input module for SCIM. You should install it if you
wish to enter Chinese text using the Pinyin input method.

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_libdir}/scim-1.0/*/IMEngine/pinyin.so
%{_libdir}/scim-1.0/*/SetupUI/pinyin-imengine-setup.so
%{_datadir}/scim/pinyin
%{_datadir}/scim/icons/smart-pinyin.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
autoreconf -fi
%configure2_5x --disable-static
# force rebuild of updated po:
%make -C po update-gmo
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.92-2
+ Revision: 58d551d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8110 |14cr|scim-tables-0.5.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Data files for SCIM Generic Table input method module
Name:		scim-tables
Version:	0.5.13
Release:	2
License:	GPLv2+
Group:		System/Internationalization
Url:		http://sourceforge.net/projects/scim/
Source0:	http://downloads.sourceforge.net/scim/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	pkgconfig(scim) >= 1.4.9
BuildRequires:	pkgconfig(scim-gtkutils) >= 1.4.9
Requires:	scim-tables-lang = %{EVRD}

%description
This package includes many data files for SCIM Generic Table input method
module. The data files are came from unicon and xcin.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/scim-make-table
%{_datadir}/scim/icons/table.png
%{_mandir}/man1/*
%{scim_plugins_dir}/IMEngine/*.so
%{scim_plugins_dir}/SetupUI/*.so

#----------------------------------------------------------------------------

%package en
Summary:	Dummy package for scim-tables-lang
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-en
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description en
This package is dummy package to satisfy scim-tables-lang.

%files en
%doc README

#----------------------------------------------------------------------------

%package am
Summary:	Data files for Amharic
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-am
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description am
This package includes table IM data files for Amharic.

%files am
%{_datadir}/scim/tables/Amharic.bin
%{_datadir}/scim/icons/Amharic.png

#----------------------------------------------------------------------------

%package ar
Summary:	Data files for Arabic
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-ar
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description ar
This package includes table IM data files for Arabic.

%files ar
%{_datadir}/scim/tables/Arabic.bin
%{_datadir}/scim/icons/Arabic.png

#----------------------------------------------------------------------------

%package bn
Summary:	Data files for Bengali
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-bn
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description bn
This package includes table IM data files for Bengali.

%files bn
%{_datadir}/scim/tables/Bengali-inscript.bin
%{_datadir}/scim/tables/Bengali-probhat.bin
%{_datadir}/scim/icons/Bengali-inscript.png
%{_datadir}/scim/icons/Bengali-probhat.png

#----------------------------------------------------------------------------

%package el
Summary:	Data files for Greek
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-el
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description el
This package includes table IM data files for Greek.

%files el
%{_datadir}/scim/tables/greekpoly.bin

#----------------------------------------------------------------------------

%package gu
Summary:	Data files for Gujarati
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-gu
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description gu
This package includes table IM data files for Gujarati.

%files gu
%{_datadir}/scim/tables/Gujarati-inscript.bin
%{_datadir}/scim/tables/Gujarati-phonetic.bin
%{_datadir}/scim/icons/Gujarati-inscript.png
%{_datadir}/scim/icons/Gujarati-phonetic.png

#----------------------------------------------------------------------------

%package he
Summary:	Data files for Hebrew
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-he
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description he
This package includes table IM data files for Hebrew.

%files he
%{_datadir}/scim/tables/classicalhebrew.bin
%{_datadir}/scim/tables/HebrewComputer.bin
%{_datadir}/scim/icons/HebrewComputer.png

#----------------------------------------------------------------------------

%package hi
Summary:	Data files for Hindi
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-hi
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description hi
This package includes table IM data files for Hindi.

%files hi
%{_datadir}/scim/tables/Hindi-remington.bin
%{_datadir}/scim/tables/Hindi-inscript.bin
%{_datadir}/scim/tables/Hindi-phonetic.bin
%{_datadir}/scim/icons/Hindi-remington.png
%{_datadir}/scim/icons/Hindi-inscript.png
%{_datadir}/scim/icons/Hindi-phonetic.png

#----------------------------------------------------------------------------

%package ja
Summary:	Data files for Japanese
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-ja
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description ja
This package includes table IM data files for Japanese.

%files ja
%doc tables/ja/kanjidic_licence.html tables/ja/kanjidic_doc.html tables/ja/kanjidic-permission-to-use-for-scim
%{_datadir}/scim/tables/HIRAGANA.bin
%{_datadir}/scim/tables/KATAKANA.bin
%{_datadir}/scim/tables/Nippon.bin
%{_datadir}/scim/icons/HIRAGANA.png
%{_datadir}/scim/icons/KATAKANA.png
%{_datadir}/scim/icons/Nippon.png

#----------------------------------------------------------------------------

%package kn
Summary:	Data files for Kannada
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-kn
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description kn
This package includes table IM data files for Kannada.

%files kn
%{_datadir}/scim/tables/Kannada-inscript.bin
%{_datadir}/scim/tables/Kannada-kgp.bin
%{_datadir}/scim/icons/Kannada-inscript.png
%{_datadir}/scim/icons/Kannada-kgp.png

#----------------------------------------------------------------------------

%package ko
Summary:	Data files for Korean
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-ko
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description ko
This package includes table IM data files for Korean.

%files ko
%{_datadir}/scim/tables/Hangul.bin
%{_datadir}/scim/tables/HangulRomaja.bin
%{_datadir}/scim/tables/Hanja.bin
%{_datadir}/scim/icons/Hangul.png
%{_datadir}/scim/icons/Hanja.png

#----------------------------------------------------------------------------

%package ml
Summary:	Data files for Malayalam
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-ml
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description ml
This package includes table IM data files for Malayalam.

%files ml
%{_datadir}/scim/tables/Malayalam-inscript.bin
%{_datadir}/scim/tables/Malayalam-phonetic.bin
%{_datadir}/scim/icons/Malayalam-inscript.png
%{_datadir}/scim/icons/Malayalam-phonetic.png

#----------------------------------------------------------------------------

%package mr
Summary:	Data files for Marathi
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-mr
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description mr
This package includes table IM data files for Marathi.

%files mr
%{_datadir}/scim/tables/Marathi-remington.bin
%{_datadir}/scim/icons/Marathi-remington.png

#----------------------------------------------------------------------------

%package ne
Summary:	Data files for Nepali
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-ne
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description ne
This package includes table IM data files for Nepali.

%files ne
%{_datadir}/scim/tables/Nepali_Rom.bin
%{_datadir}/scim/tables/Nepali_Trad.bin
%{_datadir}/scim/icons/Nepali.png

#----------------------------------------------------------------------------

%package pa
Summary:	Data files for Punjabi
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-pa
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description pa
This package includes table IM data files for Punjabi.

%files pa
%{_datadir}/scim/tables/Punjabi-remington.bin
%{_datadir}/scim/tables/Punjabi-inscript.bin
%{_datadir}/scim/tables/Punjabi-jhelum.bin
%{_datadir}/scim/tables/Punjabi-phonetic.bin
%{_datadir}/scim/icons/Punjabi-remington.png
%{_datadir}/scim/icons/Punjabi-inscript.png
%{_datadir}/scim/icons/Punjabi-jhelum.png
%{_datadir}/scim/icons/Punjabi-phonetic.png

#----------------------------------------------------------------------------

%package ru
Summary:	Data files for Yawerty
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-ru
Conflicts:	scim-tables-uk < 0.5.13
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description ru
This package includes table IM data files for Yawerty.

%files ru
%{_datadir}/scim/icons/Translit.png
%{_datadir}/scim/tables/Translit.bin
%{_datadir}/scim/tables/Yawerty.bin
%{_datadir}/scim/icons/Yawerty.png
%{_datadir}/scim/icons/RussianComputer.png
%{_datadir}/scim/tables/RussianTraditional.bin
%{_datadir}/scim/icons/RussianTraditional.png
%{_datadir}/scim/tables/RussianComputer.bin

#----------------------------------------------------------------------------

%package ta
Summary:	Data files for Tamil
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-ta
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description ta
This package includes table IM data files for Tamil.

%files ta
%{_datadir}/scim/tables/Tamil-tamil99.bin
%{_datadir}/scim/tables/Tamil-inscript.bin
%{_datadir}/scim/tables/Tamil-phonetic.bin
%{_datadir}/scim/tables/Tamil-remington.bin
%{_datadir}/scim/icons/Tamil-inscript.png
%{_datadir}/scim/icons/Tamil-phonetic.png
%{_datadir}/scim/icons/Tamil-remington.png
%{_datadir}/scim/icons/Tamil-tamil99.png

#----------------------------------------------------------------------------

%package te
Summary:	Data files for Telugu
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-te
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description te
This package includes table IM data files for Telugu.

%files te
%{_datadir}/scim/tables/Telugu-inscript.bin
%{_datadir}/scim/icons/Telugu-inscript.png

#----------------------------------------------------------------------------

%package th
Summary:	Data files for Thai
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-th
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description th
This package includes table IM data files for Thai.

%files th
%{_datadir}/scim/tables/Thai.bin
%{_datadir}/scim/icons/Thai.png

#----------------------------------------------------------------------------

%package ug
Summary:	Data files for Uyghur
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-ug
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description ug
This package includes table IM data files for Uyghur.

%files ug
%{_datadir}/scim/tables/Uyghur-Romanized.bin
%{_datadir}/scim/tables/Uyghur-Standard.bin
%{_datadir}/scim/icons/Uyghur.png

#----------------------------------------------------------------------------

%package uk
Summary:	Data files for Ukrainian
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-uk
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description uk
This package includes table IM data files for Ukrainian.

%files uk
%{_datadir}/scim/tables/Ukrainian-Translit.bin
%{_datadir}/scim/icons/Ukrainian-Translit.png

#----------------------------------------------------------------------------

%package vi
Summary:	Data files for Viqr
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-vi
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description vi
This package includes table IM data files for Viqr.

%files vi
%{_datadir}/scim/tables/Viqr.bin
%{_datadir}/scim/icons/Viqr.png

#----------------------------------------------------------------------------

%package zh
Summary:	Data files for Chinese
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
Requires:	locales-zh
Provides:	scim-tables-lang = %{EVRD}
BuildArch:	noarch

%description zh
This package includes table IM data files for Chinese.

%files zh
%doc tables/zh/README-Erbi.txt tables/zh/README-CangJie.txt
%doc tables/zh/README-Wu.txt
%{_datadir}/scim/tables/Erbi.bin
%{_datadir}/scim/tables/Erbi-QS.bin
%{_datadir}/scim/tables/Wubi.bin
%{_datadir}/scim/tables/Ziranma.bin
%{_datadir}/scim/icons/Erbi.png
%{_datadir}/scim/icons/Erbi-QS.png
%{_datadir}/scim/icons/Wubi.png
%{_datadir}/scim/icons/Ziranma.png
%{_datadir}/scim/tables/Array30.bin
%{_datadir}/scim/tables/CangJie.bin
%{_datadir}/scim/tables/CangJie3.bin
%{_datadir}/scim/tables/CangJie5.bin
%{_datadir}/scim/tables/Cantonese.bin
%{_datadir}/scim/tables/CantonHK.bin
%{_datadir}/scim/tables/CNS11643.bin
%{_datadir}/scim/tables/Dayi3.bin
%{_datadir}/scim/tables/EZ-Big.bin
%{_datadir}/scim/tables/Jyutping.bin
%{_datadir}/scim/tables/Quick.bin
%{_datadir}/scim/tables/Simplex.bin
%{_datadir}/scim/tables/Stroke5.bin
%{_datadir}/scim/tables/Wu.bin
%{_datadir}/scim/tables/ZhuYin.bin
%{_datadir}/scim/tables/ZhuYin-Big.bin
%{_datadir}/scim/tables/SmartCangJie6.bin
%{_datadir}/scim/icons/Array30.png
%{_datadir}/scim/icons/CangJie.png
%{_datadir}/scim/icons/CangJie3.png
%{_datadir}/scim/icons/Cantonese.png
%{_datadir}/scim/icons/CantonHK.png
%{_datadir}/scim/icons/CNS11643.png
%{_datadir}/scim/icons/Dayi.png
%{_datadir}/scim/icons/EZ.png
%{_datadir}/scim/icons/Jyutping.png
%{_datadir}/scim/icons/Quick.png
%{_datadir}/scim/icons/Simplex.png
%{_datadir}/scim/icons/Stroke5.png
%{_datadir}/scim/icons/Wu.png
%{_datadir}/scim/icons/ZhuYin.png
%{_datadir}/scim/icons/SmartCangJie6.png

#----------------------------------------------------------------------------

%package additional
Summary:	Data files for additional languages
Group:		System/Internationalization
Requires:	scim-tables = %{EVRD}
BuildArch:	noarch

%description additional
This package includes table IM data files for additional languages.

%files additional
%{_datadir}/scim/tables/LaTeX.bin
%{_datadir}/scim/tables/IPA-X-SAMPA.bin
%{_datadir}/scim/tables/IPA-Kirshenbaum.bin
%{_datadir}/scim/icons/LaTeX.png
%{_datadir}/scim/icons/IPA-X-SAMPA.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.13-2
+ Revision: d7512e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8111 |14cr|scim-thai-0.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		scim-thai
Summary:	Thai IMEngine for SCIM
Version:	0.1.3
Release:	2
License:	GPLv2+
Group:		System/Internationalization
Url:		http://linux.thai.net/projects/scim-thai
Source0:	ftp://linux.thai.net/pub/ThaiLinux/software/libthai/%{name}-%{version}.tar.gz
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(libthai)
BuildRequires:	pkgconfig(scim)

%description
Thai IMEngine for SCIM.

%files -f %{name}.lang
%doc AUTHORS COPYING
%{_datadir}/scim/icons/*
%{_libdir}/scim-1.0/*/IMEngine/*.so
%{_libdir}/scim-1.0/*/SetupUI/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-rpath
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-2
+ Revision: 5e969f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8112 |14cr|scim-tomoe-0.6.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SCIM module for tomoe
Name:		scim-tomoe
Version:	0.6.0
Release:	8
License:	GPLv2+
Group:		System/Internationalization
Url:		http://sourceforge.jp/projects/scim-imengine/
Source0:	http://ovh.dl.sourceforge.net/sourceforge/tomoe/%{name}-%{version}.tar.bz2
Patch0:		scim-tomoe-0.6.0-gcc43-cstring-440886.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(scim)
BuildRequires:	pkgconfig(tomoe)
BuildRequires:	pkgconfig(tomoe-gtk)
Requires:	tomoe

%description
SCIM module for tomoe.

%files -f %{name}.lang
%doc AUTHORS
%{_bindir}/scim-tomoe
%{_datadir}/scim/icons/*
%{scim_plugins_dir}/Helper/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
if [[ ! -x configure ]]; then
# (cjw) do not use bootstrap script directly - it runs "aclocal" and "automake"
  libtoolize --copy --force --automake
  aclocal -I m4 --force
  autoheader
  automake --add-missing --copy --include-deps
  autoconf
fi

%configure2_5x --disable-static
%make

%install
%makeinstall_std

# remove unnecessary files
rm -f %{buildroot}/%{scim_plugins_dir}/Helper/*.la

%find_lang %{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-8
+ Revision: dfa9a92
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8113 |14cr|scintilla-3.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	scintilla
%define version 3.2.2
%define release 1
%define major 3
%define libname %mklibname scintilla %{major}
%define develname %mklibname -d scintilla

%define scintillaver %(echo %{version} | sed -e 's/\\.//g')

Summary: 	Free source code editing component
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
License: 	BSD
Group: 		Editors
Url: 		http://www.scintilla.org/index.html
Source0: 	http://prdownloads.sourceforge.net/scintilla/scintilla%{scintillaver}.tgz
Source1:	scintilla.cmake
Source2:	scintilla.pc.cmake
BuildRequires:	gtk+3-devel pkgconfig
BuildRequires:	cmake >= 2.6

%description
Scintilla is a free source code editing component. As well as features
found in standard text editing components, Scintilla includes features
especially useful when editing and debugging source code. These include
support for syntax styling, error indicators, code completion and call
tips.

%package -n %{libname}
Summary:	Scintilla shared libraries
Group:		System/Servers

%description -n %{libname}
This package contains scintilla shared libraries.

%package -n	%{develname}
Group:		Development/C
Summary:	Headers and static lib for scintilla development
Requires:	%{libname} = %{version}
Provides:	scintilla-devel = %{EVRD}

%description -n	%{develname}
Install this package if you want do compile applications using the
scintilla library.

%prep
%setup -q -n scintilla
cp %SOURCE1 %{_builddir}/scintilla/CMakeLists.txt
cp %SOURCE2 %{_builddir}/scintilla/scintilla.pc.cmake

%build
%{cmake}
make

%install
pushd build
%makeinstall_std
popd

%files -n %{libname}
%{_libdir}/libscintilla.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/scintilla
%{_libdir}/libscintilla.so
%{_libdir}/pkgconfig/scintilla.pc
%{_includedir}/scintilla/*.h
%doc License.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.2-1
+ Revision: f8a90bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8114 |14cr|scite-3.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_version	322
Name:		scite
Version:	3.2.2
Release:	3
Summary:	SCIntilla based GTK3 text editor
License:	MIT
Group:		Editors
Source0:	http://download.sourceforge.net/scintilla/%{name}%{_version}.tgz
Patch0:		%{name}-desktopfile.patch

Url:		http://www.scintilla.org/SciTE.html

BuildRequires:	gtk+3-devel
BuildRequires:	desktop-file-utils

Requires:       gtk+3.0

%description
SciTE is a SCIntilla based Text Editor. Originally built to demonstrate
Scintilla, it has grown to be a generally useful editor with facilities for
building and running programs.

%prep
%setup -q -c
%patch0 -p1 -b .desktopfile

%build
%make OPTFLAGS="%{optflags}" GTK3=1 -C scintilla/gtk
%make OPTFLAGS="%{optflags}" GTK3=1 -C scite/gtk
#%make OPTFLAGS="%{optflags}" -C scintilla/gtk
#%make OPTFLAGS="%{optflags}" -C scite/gtk

%install
rm -rf %{buildroot}
%makeinstall_std GTK3=1 -C scite/gtk
ln -s SciTE %{buildroot}%{_bindir}/scite

# include man-page
mkdir -p %{buildroot}%{_mandir}/man1/
mv scite/doc/scite.1 %{buildroot}%{_mandir}/man1/

desktop-file-validate %{buildroot}%{_datadir}/applications/SciTE.desktop

%files
%doc scite/README scite/License.txt
%{_mandir}/man1/scite.1*
%{_bindir}/SciTE
%{_bindir}/scite
%{_datadir}/scite/
%{_datadir}/pixmaps/*
%{_datadir}/applications/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.2-3
+ Revision: b620f1d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8115 |14cr|scmbug-0.26.22-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32::OLE\\)'
%endif

%define upstream_version %(echo %{version} | sed -e 's/\\./-/g')

Name:		scmbug
Version:	0.26.22
Release:	4
Summary:	Integration of Software Configuration Management with Bug-tracking
License:	GPL
Group:		Networking/WWW
Url:		http://www.mkgnu.net/?q=scmbug
Source:		http://files.mkgnu.net/files/scmbug/SCMBUG_RELEASE_%{upstream_version}/source/SCMBUG_RELEASE_%{upstream_version}.tar.gz
BuildRequires:	transfig
BuildRequires:	imagemagick
BuildRequires:	docbook-utils
BuildRequires:	docbook-dtd42-sgml
BuildRequires:	docbook-utils-pdf
BuildRequires:	ghostscript-dvipdf
BuildRequires:	texlive
BuildArch:	noarch

%description
Scmbug is a system that integrates software configuration management (SCM) with
bug-tracking.  It aims to be a universal tool that will glue any SCM system
(such as CVS, Subversion, and Arch) with any bug-tracking system (such as
Bugzilla and Mantis).

%package common
Summary:    Scmbug common libraries
Group:      Networking/WWW

%description common
Provides library functionality shared by scmbug-tools and scmbug-server.

%package tools
Summary:    Scmbug integration tools
Group:      Networking/WWW
Requires:   scmbug-common = %{version}
Requires:   libxslt-proc
Requires:   docbook-utils

%description tools
Collection of tools that can install the integration glue in an SCM repository
and enhance the experience of integrating SCM with bug-tracking.

%package server
Summary:    Scmbug integration server
Group:      Networking/WWW
Requires:   scmbug-common = %{version}

%description server
Accepts integration requests from the Scmbug glue.

%package doc
Summary:    Scmbug documentation
Group:      Networking/WWW

%description doc
Provides the Scmbug manual.

%prep
%setup -q -n SCMBUG_RELEASE_%{upstream_version}

%build
export POSIXLY_CORRECT=1
%configure2_5x
make

%install
%makeinstall

# fix documentation mess
rm -rf %{buildroot}%{_docdir}/%{name}-server
rm -rf %{buildroot}%{_docdir}/%{name}-common
rm -rf %{buildroot}%{_docdir}/%{name}-tools
mv %{buildroot}%{_docdir}/%{name}-doc %{buildroot}%{_docdir}/%{name}
install -m 644 ChangeLog* %{buildroot}%{_docdir}/%{name}

%files common
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/ChangeLog*
%{_docdir}/%{name}/AUTHORS
%{_docdir}/%{name}/COPYING
%{_docdir}/%{name}/TODO
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/lib
%dir %{_datadir}/%{name}/lib/Scmbug
%{_datadir}/%{name}/lib/Scmbug/*.pm

%files server
%dir %{_localstatedir}/log/%{name}
%dir %{_sysconfdir}/%{name}
%{_sysconfdir}/init.d/*
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_sbindir}/*
%{_mandir}/man8/*
%{_datadir}/%{name}/lib/Scmbug/Daemon
%{_datadir}/%{name}/WebReports

%files tools
%{_mandir}/man1/*
%{_prefix}/bin/*
%dir %{_datadir}/%{name}/glue
%dir %{_datadir}/%{name}/glue/etc
%config(noreplace) %{_datadir}/%{name}/glue/etc/*
%{_datadir}/%{name}/glue/templates
%{_datadir}/%{name}/glue/bin
%{_datadir}/%{name}/lib/Scmbug/Glue
%{_datadir}/%{name}/lib/Scmbug/Tools

%files doc
%{_docdir}/%{name}/manual


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.26.22-4
+ Revision: 6527a12
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8116 |14cr|scmxx-0.9.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	scmxx
%define version 0.9.0
%define release 7

Name:		%{name}
Summary:	Exchange data with Siemens mobile phones
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Communications
URL:		http://www.hendrik-sattler.de/scmxx
Source:		http://prdownloads.sourceforge.net/scmxx/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
SCMxx is a console program that allows you to exchange certain types of data
with mobile phones made by Siemens. Some of the data types that can be
exchanged are logos, ring tones, vCalendars, phonebook entries, and SMS
messages. It works with the following models: S25, S35i, M35i and C35i, SL45,
S45, ME45 and C45 and probably others.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-, root, root)
%doc BUGS INSTALL README TODO AUTHORS CHANGELOG docs/*.txt contrib
%{_bindir}/*
%{_mandir}/man*/*
%lang(ru) %{_mandir}/ru/*/*
%lang(de) %{_mandir}/de/*/*
%lang(it) %{_mandir}/it/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-7
+ Revision: d2abf39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8117 |14cr|scorched3d-43.3d-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Scorched3D

Summary:	Scorched Earth 3D OpenGL Remake
Name:		scorched3d
Version:	43.3d
Release:	2
License:	GPLv1+
Group:		Games/Arcade
Url:		http://www.scorched3d.co.uk
Source0:	http://prdownloads.sourceforge.net/scorched3d/%{oname}-%{version}-src.tar.gz
# openal-soft does not provide openal-config, so fake it
Source1:	openal-config
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		scorched3d-gcc47.patch
Patch1:		scorched3d-help.patch
Patch2:		scorched3d-libpng15.patch
Patch3:		scorched3d-syslibs.patch
Patch4:		scorched3d-43.3d-mga-freetype2.patch
BuildRequires:	jpeg-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(vorbis)

%description
Scorched is a game based loosely on the classic DOS game Scorche
d Earth "The Mother Of All Games".

"Scorched Earth is a simple, yet exciting artillery combat game,
based on an auspicious history of artillery games."
(Review of Scorched Earth at ClassicGaming.com)

In its simplest form Scorched is an artillery game.
Tanks take turns to earn money by destroying opponents in an arena.
Scorched attempts to recreate the simple yet addictive game play
of the original game, adding amongst other new features a 3D island
environment and LAN and internet play.

%files
%doc README documentation/*
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n scorched
for i in `find -type d -name CVS`; do rm -rf $i; done
install -m 755 %{SOURCE1} .
%patch0 -p1
%patch1 -p1
%patch2 -p0
%patch3 -p0
%patch4 -p1

%build
export OPENAL_CONFIG=$PWD/openal-config 
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}/%{name} \
	--with-wx-config=%{_bindir}/wx-config-unicode \
	--disable-openaltest \
	--enable-dependency-tracking

%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_gamesdatadir}/%{name}/{README,documentation}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Scorched 3D
Comment=Scorched Earth 3D OpenGL Remake
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

install %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 43.3d-2
+ Revision: 95dd057
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8118 |14cr|scponly-4.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	with_rsync	0
%define	with_svn	0
%define	with_unison	0
%define with_quota	0
%{?_with_rsync: %{expand: %%global with_rsync 1}}
%{?_with_svn: %{expand: %%global with_svn 1}}
%{?_with_unison: %{expand: %%global with_unison 1}}
%{?_with_quota: %{expand: %%global with_quota 1}}

Summary:	Connection shell to allow only scp/sftp/rsync/svn
Name:		scponly
Version:	4.8
Release:	4
License:	BSD
Group:		Networking/Remote access
URL:		http://sublimation.org/scponly/
Source0:	http://www.sublimation.org/scponly/%{name}-%{version}.tar.bz2
Patch0:		scponly-install.patch
Patch1:		scponly-4.8-elif-gcc44.patch
Requires(post):	rpm-helper >= 0.7
Requires(postun): rpm-helper >= 0.7
Requires:	openssh-server
BuildRequires:	openssh-server
%if %{with_rsync}
Requires:	rsync
BuildRequires:	rsync
%endif
%if %{with_svn}
Requires:	subversion-server
BuildRequires:	subversion-server
%endif
%if %{with_unison}
Requires:	unison
BuildRequires:	unison
%endif
%if %{with_quota}
Requires:	quota
BuildRequires:	quota
%endif
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
"scponly" is an alternative 'shell' (of sorts) for system
administrators who would like to provide access to remote users to
both read and write local files without providing any remote execution
priviledges. Functionally, it is best described as a wrapper to the
"tried and true" ssh suite of applications.

This package have some configurable build options:
--with rsync	- build with support for rsync
--with svn	- build with support for subversion
--with unison	- build with support for unison
--with quota	- build with support for quota

%prep

%setup -q
%patch0 -p1
%patch1 -p1

%build
# temporary permission fix
%__chmod 644 AUTHOR BUILDING-JAILS.TXT CHANGELOG CONTRIB COPYING INSTALL README TODO

# lib64 fix
export scponly_PROG_SFTP_SERVER="%{_libdir}/ssh/sftp-server"
perl -pi -e "s|/usr/lib\b|%{_libdir}|g" configure*

%configure2_5x \
%if %{with_rsync}
    --enable-rsync-compat \
%endif
%if %{with_svn}
    --enable-svn-compat \
    --enable-svnserv-compat \
%endif
%if %{with_unison}
    --enable-unison-compat \
%endif
%if %{with_quota}
    --enable-quota-compat \
%endif
    --enable-chrooted-binary \
    --enable-winscp-compat \
    --enable-sftp-logging-compat \
    --enable-scp-compat \
    --with-sftp-server=%{_libdir}/ssh/sftp-server \
    --enable-passwd-compat

%make

%install
rm -rf %buildroot
perl -p -i -e 's/-o 0 -g 0//' Makefile*
%makeinstall CONFDIR=$RPM_BUILD_ROOT%{_sysconfdir}/%{name}

%__mkdir_p %{buildroot}%{_datadir}/%{name}-%{version}
%__install -m 755 setup_chroot.sh %{buildroot}%{_datadir}/%{name}-%{version}
%__install -m 644 config.h %{buildroot}%{_datadir}/%{name}-%{version}
%__install -m 755 groups %{buildroot}%{_datadir}/%{name}-%{version}

%post
/usr/share/rpm-helper/add-shell %{name} $1 %{_bindir}/%{name}
/usr/share/rpm-helper/add-shell %{name} $1 %{_sbindir}/%{name}c

%postun
/usr/share/rpm-helper/del-shell %{name} $1 %{_bindir}/%{name}
/usr/share/rpm-helper/del-shell %{name} $1 %{_sbindir}/%{name}c

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%doc AUTHOR BUILDING-JAILS.TXT CHANGELOG CONTRIB COPYING INSTALL README TODO
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/debuglevel
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man8/*
%dir %{_datadir}/%{name}-%{version}
%{_datadir}/%{name}-%{version}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.8-4
+ Revision: 1f19db7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8119 |14cr|scrabble-1.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	1.5
%define release	7

Summary:	Text Mode Scrabble Word Game
Name:		scrabble
Version:	%{version}
Release:	%{release}
License:	Public Domain
Group:		Games/Boards
URL:		http://packages.qa.debian.org/s/scrabble.html
Source:		%{name}-%{version}.tar.bz2
Patch0:		scrabble-1.5-hidden-config.patch.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	perl
BuildArch:	noarch

%description
Scrabble is a hybrid of crossword mentality, positional strategy, and a
true test of your language mastery. You start with a board that serves
for the placement for letter tiles. On the board there are specific
squares that when used can add to your score dramatically. These
premium squares can double or triple letter values. Some of these
squares can even double or triple your word scores! You must position
yourself to grab the squares and block your opponent from spelling
out a "killer" word.

This package is not for beginners as the display does not include
letter values or a description of what the symbols on the board
represent. You must be familiar with the game of Scrabble before
trying to play this version.

%prep
%setup -q -n %{name}
%patch0 -p1 -b .hidden

%build

%install
rm -rf %{buildroot}
make install prefix=%{buildroot}%{_prefix}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_gamesbindir}/*
%{_datadir}/dict/*
%{_mandir}/man6/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-7
+ Revision: 765284a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8120 |14cr|scramble-4.5.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	scramble
%define version 4.5.0
%define release 9

Name: 	 	%{name}
Summary: 	File encryption utility used by xffm
Version: 	%{version}
Release: 	%{release}

Source:		http://downloads.sourceforge.net/xffm/%{name}-%{version}.tar.bz2
URL:		http://xffm.sf.net
License:	GPL
Group:		Graphical desktop/Other
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	xfce-dev-tools
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	intltool
BuildRequires:	glib-gettextize 

%description
Scramble is the command find tool used by the Xffm-filemanager to 
encrypt and descrypt files upon user request. The application is 
also used to schred files before deleting.

%prep
%setup -q

%build
autoreconf -fi -I /usr/share/xfce4/dev-tools/m4macros
%configure2_5x
%make
										
%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING* ChangeLog NEWS* README*
%{_bindir}/%{name}
%{_bindir}/unscramble
%{_mandir}/man1/*
%{_datadir}/xffm/%{name}
%{_libdir}/pkgconfig/%{name}.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.5.0-9
+ Revision: f3a9d9f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8121 |14cr|scratch-1.4.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Disable the build of a debug package
%define		_enable_debug_package	0
%define		debug_package		%{nil}
%define		__os_install_post	/usr/lib/rpm/brp-compress %{nil}
%define		squeak_ver		4.10.2-2614

Name:		scratch
Version:	1.4.0.7
Release:	4
Summary:	Programming system and content development tool
Group:		Education
Group:		Development/Other
License:	MIT
URL:		http://scratch.mit.edu
Source0:	http://info.scratch.mit.edu/sites/infoscratch.media.mit.edu/files/file/scratch-1.4.0.7.src.tar.gz
Source1:	scratch.rpmlintrc
Patch0:		scratch_locale.patch
BuildRequires:	libv4l-devel
BuildRequires:	pkgconfig(pangocairo)
Requires:	squeak-vm

%description
Scratch is a programming language that makes it easy to create your own
interactive stories, animations, games, music, and art -- and share your
creations on the web.

%prep
%setup -q -n %{name}-%{version}.src
%patch0 -p0

rm -f Plugins/* Plugins64/* App/scratch_squeak_vm

%build

make

%install
install -d %{buildroot}%{_libdir}/%{name}/Plugins
install -m 644 Scratch.{image,ini} %{buildroot}%{_libdir}/%{name}
install -m 644 Plugins/* %{buildroot}%{_libdir}/%{name}/Plugins

install -d %{buildroot}%{_datadir}/%{name}
cp -fpR Help locale Media Projects %{buildroot}%{_datadir}/%{name}

install -d %{buildroot}%{_docdir}/%{name}
ln -sf %{_datadir}/%{name}/Help %{buildroot}%{_docdir}/%{name}/Help
install -m 644 {ACKNOWLEDGEMENTS,KNOWN-BUGS,LICENSE} %{buildroot}%{_docdir}/%{name}

install -d %{buildroot}%{_mandir}/man1
install -m 644 src/man/scratch.1.gz %{buildroot}%{_mandir}/man1

install -d %{buildroot}%{_datadir}/applications
install -m 644 src/%{name}.desktop %{buildroot}%{_datadir}/applications

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{48x48,128x128}/{apps,mimetypes}
install -m 644 src/icons/48x48/scratch.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
install -m 644 src/icons/128x128/scratch.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps
install -m 644 src/icons/48x48/gnome-mime-application-x-scratch-project.png %{buildroot}%{_datadir}/icons/hicolor/48x48/mimetypes
install -m 644 src/icons/128x128/gnome-mime-application-x-scratch-project.png %{buildroot}%{_datadir}/icons/hicolor/128x128/mimetypes
install -d %{buildroot}%{_datadir}/mime/packages
install -m 644 src/%{name}.xml %{buildroot}%{_datadir}/mime/packages

install -d %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/%{name} <<EOF
#!/bin/sh
# Squeakvm wrapper to load Scratch image.
#------------------------------------------------------------

/usr/bin/squeak \
-plugins %{_libdir}/scratch/Plugins:%{_libdir}/squeak/%{squeak_ver} \
-vm-sound-pulse \
%{_libdir}/scratch/Scratch.image "\${@}"
EOF
chmod +x %{buildroot}%{_bindir}/%{name}

%files
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/%{name}
%doc %{_docdir}/%{name}
%{_mandir}/man1/%{name}*.1*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/icons/hicolor/48x48/apps/*
%{_datadir}/icons/hicolor/48x48/mimetypes/*
%{_datadir}/icons/hicolor/128x128/apps/*
%{_datadir}/icons/hicolor/128x128/mimetypes/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0.7-4
+ Revision: fae6f0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8122 |14cr|screenlets-0.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: screenlets
Version: 0.1.5
Release: 2
License: GPLv2
URL: http://www.screenlets.org/
Summary: Widget mini-apps (like OSX Dashboard or Vista Gadgets)
Group: System/X11
# https://code.launchpad.net/screenlets/trunk
Source0: %name-%version.tar.bz2
Patch0: fix-dotdesktop.patch
Source1: logo24.png
BuildRequires: python-devel
BuildRequires: desktop-file-utils
Buildarch: noarch
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
Requires: pyxdg
Requires: dbus-python
Requires: gnome-python-desktop
Requires: python-beautifulsoup
Requires: gnome-python-wnck

%description
Screenlets are small owner-drawn applications (written in Python) 
that can be described as "the virtual representation of things 
lying/standing around on your desk". Sticknotes, clocks, rulers, ... 
the possibilities are endless

Screenlets work best with the Widget plugin for Compiz Fusion.

%prep
%setup -q
%patch0 -p0 -b .desktop
# Fix paths
grep -rl '/usr/local' * | xargs sed -i 's,/usr/local,%{_prefix},g'

# Fix dodgy desktop files
find -name *.desktop -exec sed -i 's/^\(Exec=.*\) >.*$/\1/' {} \;

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root %{buildroot}

# Remove useless egg-info file
rm -f %{buildroot}%{py_puresitedir}/*.egg-info

# Define prefix
mkdir -p %{buildroot}%{_sysconfdir}/%{name}

echo %{_prefix} > %{buildroot}%{_sysconfdir}/%{name}/prefix

# Icons
install -Dm0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/%{name}.png
install -Dm0644 desktop-menu/screenlets.svg %{buildroot}%{_datadir}/icons/screenlets.svg

desktop-file-install \
  --vendor="" \
  --add-category="Settings" \
  --add-category="DesktopSettings" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications \
  desktop-menu/%{name}-manager.desktop

echo "Icon=%{name}" >> desktop-menu/%{name}-daemon.desktop

desktop-file-install \
  --vendor="" \
  --add-category="Settings" \
  --add-category="DesktopSettings" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications \
  desktop-menu/%{name}-daemon.desktop

%find_lang %{name}

%find_lang %{name}-manager

# Clean Ubuntu icons
rm -rf %{buildroot}%{_datadir}/icons/ubuntu*

%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc CHANGELOG README TODO
%{_bindir}/*
%{_datadir}/applications/%{name}-*.desktop
%{_datadir}/%{name}
%{_datadir}/%{name}-manager
%{_iconsdir}/%{name}.*
%{_iconsdir}/hicolor/scalable/apps/*svg
%{py_puresitedir}/screenlets/*
%{_sysconfdir}/%{name}/prefix
%{_datadir}/locale/*/LC_MESSAGES/%{name}-manager.mo


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.5-2
+ Revision: 9560540
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8123 |14cr|screentest-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: The CRT screen quality testing utility
Name: screentest
Version: 2.0
Release: 4
License: GPLv2
Group: System/X11
Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
URL: http://sourceforge.net/projects/%{name}/
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libglade-2.0)


%description
Screentest is a simple program which displays various patterns
(colors, circles, grids, text) on your screen in order to allow you
to evaluate the quality of your CRT/LCD monitor (sharpness, linearity, etc).

%prep
%setup -q

%build
export LDFLAGS="-lgmodule-2.0"
%configure2_5x
%make

%install
%makeinstall
%find_lang %{name}

%files -f %{name}.lang
%defattr(-, root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}/%{name}.glade
%dir %{_datadir}/%{name}/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: dac09e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8124 |14cr|scribes-0.3.3.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	scribes
%define version 0.3.3.3
%define release 8

%define debug_package %{nil}

Summary:	Simple yet powerful GNOME text editor
Name:		%name
Version:	%version
Release:	%release
License:	GPLv2+
Group:		Editors
URL:		http://scribes.sourceforge.net
Source0:	http://internap.dl.sourceforge.net/sourceforge/scribes/%name-%version.tar.bz2
BuildRoot:	%_tmppath/%name-%version-%release-buildroot
BuildRequires:	libxslt-proc pygtk2.0-devel yelp dbus-python gnome-python gnome-python-extras gnome-python-gtkspell gnome-python-gtksourceview desktop-file-utils
BuildRequires:	intltool
BuildRequires:  pkgconfig(gnome-doc-utils)
Requires:	yelp dbus-python pygtk2.0 gnome-python gnome-python-extras gnome-python-gtkspell
Requires:	pygtk2.0-libglade gnome-python-gtksourceview gnome-python-gconf

%description
Scribes is a text editor for GNOME that is simple, slim, and sleek, yet
powerful.

Scribes focuses on streamlining your workflow.  It does so by ensuring common
and repetitive operations are intelligently automated, and also by eliminating
factors that prevent you from focusing on your task.

%prep
%setup -q

%build
%configure2_5x --disable-scrollkeeper --disable-schemas-install
%make

%install
%makeinstall_std
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Utility" \
  --add-category="TextEditor" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

%find_lang %name 

%post
%define schemas %name
%post_install_gconf_schemas %schemas
%update_scrollkeeper
%update_icon_cache hicolor
%update_desktop_database 

%preun
%preun_uninstall_gconf_schemas %schemas

%postun
%clean_scrollkeeper
%clean_icon_cache hicolor 
%clean_desktop_database

%clean
rm -rf %buildroot

%files -f %name.lang 
%defattr(-,root,root)
%doc AUTHORS ChangeLog CONTRIBUTORS COPYING NEWS README TRANSLATORS TODO
%py_puresitedir/SCRIBES
%_bindir/%name
%_datadir/%name/
%_datadir/pixmaps/%name.png
%_datadir/gnome/help/%name/
%_iconsdir/hicolor/*/apps/%name.*
%_datadir/omf/%name/
%_sysconfdir/gconf/schemas/%name.schemas
%_datadir/applications/%name.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3.3-8
+ Revision: 23d68af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8125 |14cr|scribo-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		scribo
Summary:	Scribo semantic annotation features
Version:	0.2.0
Release:	2
Group:		Graphical desktop/KDE
Epoch:		2
License:	LGPL
URL:		http://nepomuk.kde.org
# http://websvn.kde.org/trunk/playground/base/nepomuk-kde/
Source:		%name-%{version}.tar.bz2
BuildRequires:	soprano-devel
BuildRequires: kdelibs4-devel
BuildRequires: kdepimlibs4-devel
BuildRequires: kdebase4-runtime-devel
BuildRequires: kdebase4-workspace-devel
BuildRequires: kdebase4-devel
BuildRequires: olena-devel
BuildRequires: strigi-devel
BuildRequires: tesseract-devel
BuildRequires: shared-desktop-ontologies-devel 
BuildRequires: nepomukextras-devel
Requires:	tesseract
Requires:	ginkgo

%description
Scribo enhances the KDE desktop with semi-automatic annotation 
capabilities and with cross application activity management. It introduces 
a new way to deal with tasks at the desktop level, transversaly between 
applications. Nepomuk Scribo annotators take advantage of natural language 
processing technologies.  

%files -f %{name}.lang
%{_kde_bindir}/*
%{_kde_libdir}/kde4/*
%{_kde_datadir}/kde4/*
%{_kde_datadir}/dbus-1/interfaces/org.kde.nepomuk.Scribo.xml
%{_kde_datadir}/dbus-1/interfaces/org.kde.nepomuk.ScriboSession.xml

#---------------------------------------------------------------------------------

%define scribo_major 0
%define libscribo %mklibname scribo %{scribo_major}

%package -n %{libscribo}
Summary:	Nepomuk support library
Group:		System/Libraries

%description -n %{libscribo}
Nepomuk support library.

%files -n %{libscribo}
%{_kde_libdir}/libscribo.so.%{scribo_major}*

#---------------------------------------------------------------------------------

%package devel
Summary:	Devel headers for nepomuk support
Group:		Development/KDE and Qt
Requires:	%{libscribo} = %{EVRD}
Requires:	%{name} = %{EVRD}

%description devel
Devel headers for nepomuk playground

%files devel
%{_kde_includedir}/scribo
%{_kde_libdir}/libscribo.so
%{_kde_datadir}/cmake/Scribo

#---------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-kde



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:0.2.0-2
+ Revision: 28c8821
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8126 |14cr|scsiadd-1.95-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	scsiadd
%define	version	1.95
%define release	6

Summary:	Utility to add and remove SCSI devices on the fly
Name:		%{name}
Version:	%{version}
Release:	%{release}
Epoch:		1
License:	GPL
Group:		System/Configuration/Hardware
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-1.52-mdkconf.patch.bz2
URL:		http://llg.cubic.org/tools/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
scsiadd lets you insert or remove SCSI devices from the linux SCSI 
subsystem on the fly. This is useful for external devices 
like scanners or tapes which can be powered on after system boot.
Devices can be added or removed at any time.

%prep
%setup -q
%patch0 -p1 -b .orig

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall_std}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%doc README NEWS
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.95-6
+ Revision: e23d6d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8127 |14cr|scsiaddgui-1.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A graphical front end for scsiadd
Name:		scsiaddgui
Version:	1.5
Release:	7
License:	GPL
URL:        	http://www.8ung.at/klappnase/scsiaddgui/scsiaddgui.html
Requires:	python, tkinter, scsiadd
Group:		System/Kernel and hardware
Source:		http://www.8ung.at/klappnase/downloads/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
BuildArch:	noarch

%description
scsiaddgui provides a GUI for the scsiadd - utility

%prep
%setup -q

%build
perl -pi -e 's!/usr/local/share!%_datadir!g' message*.py

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%_datadir/scsiaddgui
mkdir -p $RPM_BUILD_ROOT%_bindir
install --mode=755 scsiaddgui.py $RPM_BUILD_ROOT%_datadir/scsiaddgui/scsiaddgui.py
#install --mode=644 Control.py $RPM_BUILD_ROOT%_datadir/scsiaddgui/Control.py
#install --mode=644 arrow_up.xbm $RPM_BUILD_ROOT%_datadir/scsiaddgui/arrow_up.xbm
#install --mode=644 arrow_down.xbm $RPM_BUILD_ROOT%_datadir/scsiaddgui/arrow_down.xbm
#install --mode=644 messages_de.py $RPM_BUILD_ROOT%_datadir/scsiaddgui/messages_de.py
#install --mode=644 messages_en.py $RPM_BUILD_ROOT%_datadir/scsiaddgui/messages_en.py
#install --mode=644 messages.py $RPM_BUILD_ROOT%_datadir/scsiaddgui/messages.py
#install --mode=644 optionDB $RPM_BUILD_ROOT%_datadir/scsiaddgui/optionDB
install --mode=644 help_de $RPM_BUILD_ROOT%_datadir/scsiaddgui/help_de
install --mode=644 help_en $RPM_BUILD_ROOT%_datadir/scsiaddgui/help_en
install --mode=644 help_fr $RPM_BUILD_ROOT%_datadir/scsiaddgui/help_fr

mkdir -p $RPM_BUILD_ROOT%_datadir/locale/de/LC_MESSAGES
install -v --mode=644 locale/de.gmo $RPM_BUILD_ROOT%_datadir/locale/de/LC_MESSAGES/scsiaddgui.mo
mkdir -p $RPM_BUILD_ROOT%_datadir/locale/fr/LC_MESSAGES
install -v --mode=644 locale/fr.gmo $RPM_BUILD_ROOT%_datadir/locale/fr/LC_MESSAGES/scsiaddgui.mo

(cd $RPM_BUILD_ROOT
ln -s %_datadir/scsiaddgui/scsiaddgui.py ./%_bindir/scsiaddgui
)
%find_lang %name 

%files -f %name.lang
%defattr(-,root,root)
%doc doc/{ChangeLog,README}
%_bindir/scsiaddgui
%dir %_datadir/scsiaddgui
%_datadir/scsiaddgui/scsiaddgui.py
#%_datadir/scsiaddgui/Control.py
#%_datadir/scsiaddgui/arrow_up.xbm
#%_datadir/scsiaddgui/arrow_down.xbm
#%_datadir/scsiaddgui/messages_en.py
#%_datadir/scsiaddgui/messages_de.py
#%_datadir/scsiaddgui/messages.py
#%_datadir/scsiaddgui/optionDB
%_datadir/scsiaddgui/help_de
%_datadir/scsiaddgui/help_en
%_datadir/scsiaddgui/help_fr

%clean
rm -rf $RPM_BUILD_ROOT





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-7
+ Revision: e2d7832
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8128 |14cr|sctl-0.2.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name sctl 
%define version 0.2.3
%define release 9

Name: %{name} 
Summary: A program designed to control Bearcat model BC-895xlt & BC-245xlt scanners
Version: %{version} 
Release: %{release} 
Source: http://www.obairlann.net/~reaper/sctl/tarfiles/%{name}-%{version}.tar.bz2 
URL: http://www.obairlann.net/~reaper/sctl/
Group: Communications 
BuildRoot: %{_tmppath}/%{name}-buildroot 
License: GPL

%description
Sctl is a program designed to control Bearcat model BC-895xlt scanners. It
may control other scanners with PC-control (aka, "serial") ports on them 
(no testing has been done yet). It provides a command-line interface, and 
is extremely small (it would be described as "fast" too, but 9600 baud 
communication makes anything seem slow). It should work with any *nix system, 
and more targets will be tested as time goes on. At present it's known to 
work with Debian 1.2 and Redhat 6.2, indicating a good chance it'll work 
on any reasonably modern Linux system.  Compatible scanners include the 
BC-245xlt.

%prep 
rm -rf $RPM_BUILD_ROOT 

%setup 

%build 

%make

%install
mkdir -p $RPM_BUILD_ROOT%_bindir

install sctl $RPM_BUILD_ROOT%_bindir

# cleanup
find . -type d -name CVS | xargs rm -rf

%clean 
rm -rf $RPM_BUILD_ROOT 

%files
%defattr(-,root,root,0755)
%_bindir/*
%doc BUGS Changelog CREDITS LICENSE NEWS README
%doc docs/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-9
+ Revision: 6aed0da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8129 |14cr|scummvm-1.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An implementation of LucasArts's SCUMM interpreter
Name:		scummvm
Version:	1.7.0
Release:	2
License:	GPLv2+ and LGPLv2.1+
Group:		Games/Adventure
Url:		http://scummvm.sourceforge.net/
Source0:	http://garr.dl.sourceforge.net/project/scummvm/scummvm/%{version}/scummvm-%{version}.tar.bz2
BuildRequires:	nasm
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(libmpeg2)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)

%description
ScummVM is an implementation of LucasArts S.C.U.M.M.
(Script Creation Utility for Maniac Mansion) interpreter, used in games
such as Monkey Island, Indiana Jones, Day Of The Tentacle, Sam and Max,
and many more. Some things are still missing, and some games cannot
be completeted yet. There are quite a few known bugs. Regardless of
the bugs it is still possible to play many games all the way through
to the end. Still other games do not load at all.

Some games such as "Beneath A Steel Sky", "Flight Of The Amazon Queen"
and "Drascula: The Vampire Strikes Back" have been released by their
developers. Install beneath-a-steel-sky, flight-of-the-amazon-queen and
drascula packages from non-free repository to play.

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
./configure	--prefix=%{_prefix} \
		--bindir=%{_gamesbindir} \
		--mandir=%{_mandir} \
		--datadir=%{_gamesdatadir} \
		--enable-release \
		--enable-verbose-build \
		--enable-opengl \
		--enable-all-engines
%make NASMFLAGS="-Ox -gdwarf2 -f elf -Fdwarf" STRIP="true"

%install
%makeinstall_std STRIP="true"

install -m644 dists/%{name}.desktop -D %{buildroot}%{_datadir}/applications/%{name}.desktop

install -m644 dists/maemo/scummvm48.png -D %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -m644 dists/maemo/scummvm64.png -D %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
install -m644 dists/motomagx/pep/scummvm_big_usr.png -D %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -m644 icons/scummvm.svg -D %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

mkdir -p %{buildroot}%{_datadir}/%{name}

%files
%doc %{_docdir}/%{name}
%{_gamesbindir}/*
%{_mandir}/*/*
%{_datadir}/pixmaps/%{name}.xpm
%{_gamesdatadir}/*
%{_datadir}/applications/%{name}.desktop
%dir %{_datadir}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-2
+ Revision: ae6b63e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8130 |14cr|sd2xc-2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: CursorXP to X11 Mouse Theme Converter
Name:    sd2xc
Version: 2.5
Release: 2
Source0: %{name}-%{version}.pl.bz2
URL: http://gtk-apps.org/content/show.php/CursorXP+to+X11+Mouse+Theme+Converter?content=104659
License: MIT
Group: Graphics
Requires: perl-Image-Magick
Requires: perl-Config-IniFiles
BuildArch: noarch

%description
Converts StarDock CursorXP themes (http://www.wincustomize.com/) to
XCursor themes compatible with XFree86 4.2.99 and higher.

%prep

%build

%install
mkdir -p %buildroot%_bindir
bzip2 -cd %SOURCE0 > %buildroot%_bindir/%name


%files
%defattr(-,root,root)
%attr(755,root,root) %_bindir/%name



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5-2
+ Revision: 1579369
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8131 |14cr|sdb-0.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Simple database library
Name:		sdb
Version:	0.10.1
Release:	2
License:	GPL
Group:		System/Libraries
URL:		http://siag.nu/libsdb/
Source0:	http://siag.nu/pub/libsdb/%{name}-%{version}.tar.gz
Patch0:		sdb-0.6.0-no_ms.diff
Patch1:		sdb-0.6.0-postgres.diff
BuildRequires:	mysql-devel
BuildRequires:	gdbm-devel
BuildRequires:	libtool
BuildRequires:	openssl-devel
BuildRequires:	postgresql-devel
BuildRequires:	sqlite-devel
BuildRequires:	unixODBC-devel
BuildRequires:	zlib-devel
BuildRequires:	multiarch-utils >= 1.0.3

%description
This is libsdb, the simple database library, which provides a way 
to support multiple database management systems in an application 
with negligeable overhead, in terms of code as well as system 
resources. It is mainly intended for use on Unix, but the ODBC 
driver works on Windows as well. 

%package -n	%{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries

%description -n	%{libname}
This package contains libraries necessary for %{name}.

%package -n	%{develname}
Summary:	Development header files and libraries for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	mysql-devel
Requires:	gdbm-devel
Requires:	openssl-devel
Requires:	postgresql-devel
Requires:	sqlite-devel
Requires:	unixODBC-devel
Requires:	zlib-devel
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname %{name} 0 -d}

%description -n	%{develname}
This package contains the development header files and libraries
for %{name}.

%prep

%setup -q
%patch0 -p0
%patch1 -p0

perl -pi -e "s|/usr/local/|%{_prefix}/|g" configure
perl -pi -e "s|/lib |%{_lib} |g" configure

%build

# the author dropped automake !!!
# ulric blev lite lack p automake tror jag...

./configure \
    --with-gdbm \
    --with-mysql \
    --with-postgres \
    --with-odbc=odbc \
    --with-sqlite

perl -pi -e "s|/sbin/ldconfig|#/sbin/ldconfig|g" Makefile

make CFLAGS="%{optflags} -fPIC "\
    LDFLAGS="%ldflags" \
    PREFIX=%{_prefix} \
    BINDIR=%{_bindir} \
    LIBDIR=%{_libdir} \
    MANDIR=%{_mandir} \
    INCDIR=%{_includedir}

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_mandir}
install -d %{buildroot}%{_includedir}

make \
    PREFIX=%{buildroot}%{_prefix} \
    BINDIR=%{buildroot}%{_bindir} \
    LIBDIR=%{buildroot}%{_libdir} \
    MANDIR=%{buildroot}%{_mandir} \
    INCDIR=%{buildroot}%{_includedir} \
    install

%multiarch_binaries %{buildroot}%{_bindir}/sdb-config

# remove invalid manpages
rm -f %{buildroot}%{_mandir}/man3/sdb_*

%files -n %{name}
%doc AUTHORS COPYING* ChangeLog INSTALL README*
%{_bindir}/sdb_client
%{_bindir}/sdbd
%{_bindir}/sdbd_client
%{_mandir}/man3/sdb.3*
%{_mandir}/man8/sdbd.8*

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{multiarch_bindir}/sdb-config
%{_bindir}/sdb-config
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/*.h



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.1-2
+ Revision: 421799c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8132 |14cr|sdcc-3.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Small Device C Compiler
Name:		sdcc
Version:	3.3.0
Release:	2
License:	GPLv2+
Group:		Development/Other
Url:		http://sdcc.sourceforge.net/
Source0:	http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-src-%{version}.tar.bz2
Source1:	http://sourceforge.net/projects/%{name}/files/%{name}-doc/%{version}/%{name}-doc-%{version}.tar.bz2
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	ghostscript-common
BuildRequires:	gputils
BuildRequires:	latex2html
#BuildRequires:	lyx
BuildRequires:	boost-devel
BuildRequires:	glibc-devel
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(bdw-gc)
Requires:	gputils
Conflicts:	sdcc2.9

%description
SDCC is a retargettable, optimizing ANSI-C compiler that targets the
Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08 based
MCUs. Work is in progress on supporting the Microchip PIC16 and
PIC18 series.

%files
%defattr(0644,root,root,0755)
%doc doc/README* ChangeLog
%doc installed-docs/*
%attr(755,root,root) %{_bindir}/*
%{_datadir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q -b 1

%build
%global optflags %{optflags} -Wstrict-aliasing=0
%configure2_5x \
	--enable-libgc \
	--disable-doc \
	--disable-werror \
	PDFOPT="/bin/cp"
make

%install
%makeinstall_std
mv -f %{buildroot}/%{_datadir}/doc installed-docs

# We have it in binutils-devel
rm -f %{buildroot}%{_libdir}/libiberty.a


%changelog
* Thu Aug 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3.0-2
+ Revision: 0970983
- Don't build with -Werror



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8133 |14cr|sdd-1.52-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       sdd
Summary:    A fast and enhanced replacement for dd
Version:    1.52
Release:    3
URL:        ftp://ftp.berlios.de/pub/sdd
Source0:    %{name}-%{version}.tar.bz2
Source1:    bash-completion-sdd
Patch0:     sdd-name-conflicts-fix.patch
License:    GPL
Group:      File tools
BuildRequires:  gcc
BuildRequires:  make

%description
sdd is a replacement for dd program with some fixes and improvements including:
* better performance when input block size (ibs) is not equal to the output
  block size (obs);
* improved statistics readability;
* progress display;
* and other features.

%prep
%setup -q -n %{name}-%{version}
%apply_patches
ln -s i586-linux-cc.rul RULES/x86_64-linux-cc.rul

%build
make

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 %{buildroot}%{_datadir}/bash-completion/completions

install -m 0755 sdd/OBJ/*/sdd %{buildroot}%{_bindir}
install -p -m 0644 sdd/sdd.1 %{buildroot}%{_mandir}/man1
install -p -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/bash-completion/completions/sdd

%files
%defattr(-,root,root)

%{_bindir}/sdd
%{_mandir}/man1/sdd.1.xz
%{_datadir}/bash-completion/completions/sdd

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.52-3
+ Revision: d23edb3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8134 |14cr|sddm-0.1-0.4.git9bbd0142e3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Modern display manager for X11
Name:		sddm
Version:	0.1
Release:	0.4.git9bbd0142e3
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		https://github.com/sddm/sddm
Source0:	sddm-0.1-git9bbd0142e3.tar.xz
Patch0:		sddm-march.patch
BuildRequires:	cmake
BuildRequires:	pam-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(upower-glib)
BuildRequires:	pkgconfig(x11)

%description
SDDM is a modern display manager for X11 aiming to be fast, simple and
beatiful. It uses modern technologies like QtQuick, which in turn gives the
designer the ability to create smooth, animated user interfaces.

SDDM is extremely themeable. We put no restrictions on the user interface
design, it is completely up to the designer. We simply provide a few callbacks
to the user interface which can be used for authentication, suspend etc. To
further ease theme creation we provide some premade components like a textbox,
a combox etc.

There are a few sample themes distributed with SDDM. They can be used as a
starting point for new themes.

%files
%doc README.md COPYING CONTRIBUTORS
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config %{_sysconfdir}/pam.d/%{name}
%{_bindir}/%{name}
%{_bindir}/%{name}-greeter
%{_unitdir}/%{name}.service
%{_qt_importdir}/SddmComponents/*
%{_datadir}/apps/sddm/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p1

%build
%cmake \
	-DQT_IMPORTS_DIR=%{_qt_importdir}
%make

%install
%makeinstall_std -C build


%changelog
* Fri Aug 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-0.4.git9bbd0142e3
+ Revision: 78223b8
- Bump release and fix BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8135 |14cr|sdf-2.001-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sdf
Version:	2.001
Release:	6
License:	BSD like
Group:		Publishing
Summary:	Simple Document Format document development system

Source:		%{name}-%{version}.tar.bz2
URL:		http://search.cpan.org/~ianc/%{name}-%{version}/
BuildRequires:	perl
BuildRequires:	perl-devel
BuildArch:	noarch

%description
SDF (Simple Document Format) is a freely available document development
system which generates high quality outputs in a variety of formats
from a single source. The output formats supported include
PostScript(tm), PDF, HTML, plain text, POD, man pages, LaTeX,
MIF, SGML, Windows(tm) help, RTF, MIMS F6 help and MIMS HTX help.
If the idea of specifying documents in a logical manner via a
simple markup language sounds appealing, SDF may be useful to you.

SDF documents are simple to create and maintain, minimising the time
spent on documentation. In particular, SDF directly supports the
creation and maintenance of large, on-line documentation systems
(including intranets) via centralised hypertext management and
rule-based hypertext generation. As well as normal documents,
SDF is useful for:

* user manuals (paper-based and online)
* online document catalogs
* Perl module documentation
* Delphi(tm) component documentation
* source code listings (pretty printing most languages).

SDF is also good for literate programming, i.e. documentation can
be embedded in the comments of most programming languages and can be
selectively extracted. The embedded documentation can be in any
markup language you like, although there are advantages to using
SDF's markup language.

SDF is freely available for commercial and non-commercial use.
See the LICENSE file for details.

%prep
%setup -q

%build
perl Makefile.PL
%make

%install
%makeinstall_std INSTALLDIRS=vendor

%files
%{_bindir}/*
%{perl_vendorlib}/%{name}
%{perl_vendorlib}/Pod/*.pm
%{_mandir}/man?/*
%doc LICENSE README PODNOTES




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.001-6
+ Revision: d6fab5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8136 |14cr|sdl-ball-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rcN rc4

Summary:	Free/OpenSource brick-breaking game with pretty graphics
Name:		sdl-ball
Version:	1.01
Release:	4
License:	GPLv2+
Group:		Games/Arcade
Url:		http://sdl-ball.sourceforge.net/
Source0:	http://dl.sourceforge.net/sourceforge/%name/%{name}-%{version}.tar.bz2
Patch0:		sdl-ball-1.01-gcc4.9.patch
BuildRequires:	pkgconfig(gimp-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)

%description
SDL-Ball is a Free/OpenSource brick-breaking game for Linux, BSD and Windows
with pretty graphics. It is written in C++ using SDL and OpenGL, here is the
project page on sf.net.

Your mission: To smash your way through a series of progressively harder and
more tricky levels. Your tools: Ultrakinetic titanium balls and your trusty
Gruntmazter-3000-Paddle edition.

%files
%doc README changelog.txt
%{_gamesbindir}/%{name}
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%{_iconsdir}/*.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%package leveleditor
Summary:	Level editor for SDL-Ball
Group:		Games/Arcade

%description leveleditor
SDL-Ball is a Free/OpenSource brick-breaking game with pretty graphics.

This package includes a level editor for SDL-Ball (GIMP plugin).

Start gimp from a terminal in order to record the output from
the plugin (you need that).

%files leveleditor
%{_libdir}/gimp/2.0/plug-ins/*

#----------------------------------------------------------------------------


%prep
%setup -q -n %{name}
%patch0 -p1
# clean sources
rm -f *.o sdl-ball

%build
%setup_compile_flags
%make DATADIR=%{_gamesdatadir}/%{name}/
pushd leveleditor/gimp-leveleditor
gimptool-2.0 --build gimp-sdlball.c

%install
mkdir -p %{buildroot}%{_gamesdatadir} %{buildroot}%{_gamesbindir}
mkdir -p %{buildroot}%{_libdir}/gimp/2.0/plug-ins
install %{name} %{buildroot}%{_gamesbindir}
install leveleditor/gimp-leveleditor/gimp-sdlball %{buildroot}%{_libdir}/gimp/2.0/plug-ins
cp -a themes %{buildroot}%{_gamesdatadir}/%{name}

mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=SDL-Ball
Exec=sdl-ball
Icon=sdl-ball
GenericName=Breakout Game
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

mkdir -p %{buildroot}%{_iconsdir}
cp themes/default/icon32.png %{buildroot}%{_iconsdir}/%{name}.png


%changelog
* Thu Aug 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.01-4
+ Revision: ffd5405
- Add patch to fix build with new gcc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8137 |14cr|SDLmm-0.1.8-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	0.1
%define	major	8
%define	lib_name	%mklibname %{name} %{api} %{major}
%define develname	%mklibname %{name} -d

Name:		SDLmm
Summary:	A C++ Wrapper for the Simple DirectMedia Layer
Version:	0.1.8
Release:	18
License:	LGPL
Group:		System/Libraries
Source0:	http://download.sourceforge.net/SDLmm/%{name}-%{version}.tar.bz2
Patch0:		SDLmm-0.1.8-fix-underquoted-calls.patch
Patch1:		SDLmm-0.1.8-link.patch
URL:		http://sdlmm.sourceforge.net/
BuildRequires:	pkgconfig(sdl)

%description
SDLmm is a C++ glue for SDL, or the Simple DirectMedia Layer, which is a
generic API that provides low level access to audio, keyboard, mouse,
joystick, 3D hardware via OpenGL, and 2D framebuffer across multiple
platforms.

SDLmm aims to stay as close as possible to the C API while taking
advantage of native C++ features like object orientation.

%package -n	%{lib_name}
Summary:	Main library for SDLmm
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{_lib}SDLmm0.1 < 0.1.8-16

%description -n	%{lib_name}
This package contains the library needed to run programs dynamically
linked with SDLmm.

%package -n	%{develname}
Summary:	Headers for developing programs that will use SDLmm
Group:		Development/C++
Requires:	%{lib_name} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}SDLmm0.1-devel < 0.1.8-16

%description -n	%{develname}
This package contains the headers that programmers will need to develop
applications which will use SDLmm, the C++ interface to SDL.

%prep
%setup -q
%patch0 -p1 -b .underquoted
%patch1 -p0 -b .link

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{lib_name}
%doc AUTHORS COPYING
%{_libdir}/libSDLmm-%{api}.so.%{major}*

%files -n %{develname}
%doc docs/html/*.{html,gif} NEWS README
%{_bindir}/sdlmm-config
%{_includedir}/*
%{_libdir}/*.so
%{_datadir}/aclocal/*.m4
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8-18
+ Revision: 00f99c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8138 |14cr|sdlroids-1.3.4-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SDLRoids - an enhanced shoot-the-asteroids
Name:		sdlroids
Version:	1.3.4
Release:	15
License:	GPL
Group:		Games/Arcade
Source0:	%{name}-%{version}.tar.bz2
URL:		http://eongames.com/games/sdlroids/
BuildRequires:	pkgconfig(sdl)
BuildRequires:	imagemagick

%description
SDLRoids is essentially an Asteroids clone, but with a few extra
features, and some nice game physics. It is based on xhyperoid, which
is a UNIX port of the 16-bit Windows game Hyperoid. Major changes from
xhyperoid are that it's using SDL for sound and graphics, has a couple
of extra powerups  and that the shield behaves differently.

%prep
%setup -q

%build
%configure --bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir} \
		--disable-rpath
%make

%install
%makeinstall bindir=%{buildroot}%{_gamesbindir} datadir=%{buildroot}%{_gamesdatadir}

install -d %{buildroot}{%{_liconsdir},%{_miconsdir}}
convert icons/%{name}-16x16.xpm %{buildroot}%{_miconsdir}/%{name}.png
convert icons/%{name}-32x32.xpm %{buildroot}%{_iconsdir}/%{name}.png
convert icons/%{name}-48x48.xpm %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}                
Icon=%{name}                                
Categories=Game;ArcadeGame;                
Name=SDLRoids                
Comment=SDLRoids - an enhanced shoot-the-asteroids
EOF

%files
%defattr(644,root,root,755)
%doc ChangeLog README README.orig README.xhyperoid COPYING
%{_mandir}/man6/%{name}.6*
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%defattr(755,root,root,755)
%{_gamesbindir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-15
+ Revision: 948e7c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8139 |14cr|sdlscav-145-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Cool arcade/thinking game very much like Lode Runner
Name:		sdlscav
Version:	145
Release:	5
Group:		Games/Arcade
License:	GPL
URL:		http://www.xdr.com/dash/scavenger.html
Source:		http://www.xdr.com/dash/%{name}-%{version}.tar.bz2
Source10:	%{name}.16.xpm
Source11:	%{name}.32.xpm
Source12:	%{name}.48.xpm
Patch0:		%{name}-145-optflags.patch
Patch1:		%{name}-145-datapath.patch
BuildRequires:	SDL-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
SDL Scavenger is a cool arcade/thinking game very much like Lode Runner.
You've got to run around and collect objects while avoiding enemies. Some
objects are buried and you've got to dig down to get at them. It's an
addictive game and some of the levels are devilishly (cruelly) complicated
to solve.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%make OPT="%{optflags}"

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%_gamesbindir %{buildroot}%_gamesdatadir/%{name}
install -m 0755 %{name} %{buildroot}%_gamesbindir/
for f in data/*; do install -m 0644 $f %{buildroot}%_gamesdatadir/%{name}/; done

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=SDL Scavenger
Comment=Cool arcade/thinking game very much like Lode Runner
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

mkdir -p %{buildroot}%_miconsdir
mkdir -p %{buildroot}%_liconsdir
install -m 0644 %SOURCE10 %{buildroot}%_miconsdir/%{name}.xpm
install -m 0644 %SOURCE11 %{buildroot}%_iconsdir/%{name}.xpm
install -m 0644 %SOURCE12 %{buildroot}%_liconsdir/%{name}.xpm

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README DOC
%_gamesbindir/*
%_gamesdatadir/%{name}
%{_datadir}/applications/*.desktop
%_miconsdir/%{name}.xpm
%_iconsdir/%{name}.xpm
%_liconsdir/%{name}.xpm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 145-5
+ Revision: 53aa3e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8140 |14cr|seamonkey-2.26.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define homepage http://mib.pianetalinux.org/

%define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
#define Werror_cflags %nil

%define minimum_build_nspr_version 4.8.8
%define minimum_build_nss_version 3.12.10

%define build_langpacks 1

%define builddir %{_builddir}/%{name}-%{version}
%define mozdir %{_libdir}/%{name}-%{version}
%define sources_subdir comm-release
#beta
#release

%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)'
%define __noautoreq 'libldap60\\.so(.*)|libldif60\\.so(.*)|libmozalloc\\.so(.*)|libplc4\\.so(.*)|libplds4\\.so(.*)|libprldap60\\.so(.*)|libxpcom\\.so(.*)|libxul\\.so(.*)'
%endif

Summary:	Web browser, e-mail, news, IRC client, HTML editor
Name:		seamonkey
Version:	2.26.1
Release:	1
License:	MPLv1.1
Group:		Networking/WWW
Url:		http://www.mozilla.org/projects/seamonkey/
Source0:	%{name}-%{version}.source.tar.bz2
Source1:	%{name}-langpacks-%{version}.tar.xz
Source2:	%{name}.png
Source3:	%{name}.sh.in
Source7:	%{name}-make-package.pl
Source8:	bookmarks.html
Source10:	%{name}-2.9.1-mozconfig
Source17:	mozilla-psm-exclude-list
Source18:	mozilla-xpcom-exclude-list
Source20:	%{name}-mandriva-default-prefs.js
Patch0:		mozilla-MIB-2.0.5-homepage.patch
Patch1:		mozilla-2.26.1-nongnome-proxies.patch
Patch2:		mozilla-2.26.1-prefer_plugin_pref.patch
Patch3:		mozilla-2.26.1-shared-nss-db.patch
Patch4:		mozilla-2.14-ntlm-full-path.patch
Patch5:		mozilla-2.26.1-optflags.patch
Patch6:		mozilla-2.26.1-language.patch
Patch7:		mozilla-2.26.1-icu-strncat.patch

BuildRequires:	autoconf2.1
BuildRequires:	coreutils
BuildRequires:	desktop-file-utils
BuildRequires:	doxygen
BuildRequires:	imagemagick
BuildRequires:	java-rpmbuild
BuildRequires:	makedepend
BuildRequires:	perl
BuildRequires:	python-setuptools
BuildRequires:	python-simplejson
BuildRequires:	python-virtualenv >= 1.7.2
BuildRequires:	rootcerts
BuildRequires:	unzip
BuildRequires:	valgrind
BuildRequires:	wget
BuildRequires:	yasm
BuildRequires:	zip

BuildRequires:	jpeg-devel
BuildRequires:	krb5-devel
BuildRequires:	libiw-devel
BuildRequires:	nss-static-devel

BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(libgnome-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)

Requires:	nspr >= %{minimum_build_nspr_version}
Requires:	nss >= %{minimum_build_nss_version}
Obsoletes:	%{name}-devel < %{version}
Obsoletes:	%{name}-dom-inspector < %{version}
Obsoletes:	%{name}-enigmail  < %{version}
Obsoletes:	%{name}-enigmime < %{version}
Obsoletes:	%{name}-irc < %{version}
Obsoletes:	%{name}-js-debugger < %{version}
Obsoletes:	%{name}-mail < %{version}
Obsoletes:	%{name}-spellchecker < %{version}

%description
SeaMonkey is an all-in-one Internet application suite. It includes a browser,
mail/news client, IRC client, JavaScript debugger, and a tool to inspect the
DOM for web pages. It is derived from the application formerly known as Mozilla
Application Suite.

%files
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{mozdir}
%{_datadir}/applications/*.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -c
chmod +x %{SOURCE7}
cd %{sources_subdir}
mkdir mozilla/js/src/.deps

%patch0 -p1

# mozilla patches
pushd mozilla
# mozilla-nongnome-proxies
%patch1 -p1
%patch2 -p1
# mozilla-shared-nss-db.patch
%patch3 -p1
%patch4 -p1
# the rest
%patch5 -p1
%patch6 -p1
%patch7 -p1
popd

rm -f .mozconfig
cp %{SOURCE10} .mozconfig

%build
cd %{sources_subdir}

%global optflags %(echo %{optflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//' -e 's/-Wa,--compress-debug-sections//')

# Mozilla builds with -Wall with exception of a few warnings which show up
# everywhere in the code; so, don't override that.
#
# Disable C++ exceptions since Mozilla code is not exception-safe
#
MOZ_OPT_FLAGS=$(echo %{optflags} | \
                     sed -e 's/-Wall//' -e 's/-fexceptions/-fno-exceptions/g')
export CFLAGS=$MOZ_OPT_FLAGS
export CXXFLAGS=$MOZ_OPT_FLAGS

export PREFIX='%{_prefix}'
export LIBDIR='%{_libdir}'

MOZ_SMP_FLAGS=-j1
%ifnarch ppc ppc64 s390 s390x
[ -z "$RPM_BUILD_NCPUS" ] && \
     RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
[ "$RPM_BUILD_NCPUS" -gt 1 ] && MOZ_SMP_FLAGS=-j2
%endif

#  a kludge since 2.26 ...
ln -s ../objdir mozilla/objdir

make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"

%install
cd %{sources_subdir}

DESTDIR=%{buildroot} make install -C objdir

# create a list of all of the different package and the files that
# will hold them

echo %defattr\(-,root,root\) > %{builddir}/%{name}.list

# we don't want to ship mozilla's default sidebar components
rm -f %{buildroot}/%{mozdir}/searchplugins/bugzilla.gif
rm -f %{buildroot}/%{mozdir}/searchplugins/bugzilla.src
rm -f %{buildroot}/%{mozdir}/searchplugins/dmoz.gif
rm -f %{buildroot}/%{mozdir}/searchplugins/dmoz.src
rm -f %{buildroot}/%{mozdir}/searchplugins/lxrmozilla.gif
rm -f %{buildroot}/%{mozdir}/searchplugins/lxrmozilla.src
rm -f %{buildroot}/%{mozdir}/searchplugins/mozilla.gif
rm -f %{buildroot}/%{mozdir}/searchplugins/mozilla.src
rm -f %{buildroot}/%{mozdir}/plugins/libnullplugin.so

# the %%makeinstall_std macro also install files that we don't need (yet?)
rm -rf %{buildroot}%{_datadir}/idl

# build all of the default browser components 
# base Seamonkey package (seamonkey.list) 
%{SOURCE7} --package xpcom --output-file %{builddir}/seamonkey.list \
    --package-file objdir/suite/installer/package-manifest \
    --install-dir %{buildroot}/%{mozdir} \
    --install-root %{mozdir} \
    --exclude-file=%{SOURCE18}

%{SOURCE7} --package browser --output-file %{builddir}/seamonkey.list \
    --package-file objdir/suite/installer/package-manifest \
    --install-dir %{buildroot}/%{mozdir} \
    --install-root %{mozdir}

%{SOURCE7} --package spellcheck --output-file %{builddir}/seamonkey.list \
    --package-file objdir/suite/installer/package-manifest \
    --install-dir %{buildroot}/%{mozdir} \
    --install-root %{mozdir}

%{SOURCE7} --package psm --output-file %{builddir}/seamonkey.list \
    --package-file objdir/suite/installer/package-manifest \
    --install-dir %{buildroot}/%{mozdir} \
    --install-root %{mozdir} \
    --exclude-file=%{SOURCE17}

%{SOURCE7} --package mail --output-file %{builddir}/seamonkey.list \
    --package-file objdir/suite/installer/package-manifest \
    --install-dir %{buildroot}/%{mozdir} \
    --install-root %{mozdir}

%{SOURCE7} --package chatzilla --output-file %{builddir}/seamonkey.list \
    --package-file objdir/suite/installer/package-manifest \
    --install-dir %{buildroot}/%{mozdir} \
    --install-root %{mozdir}

%{SOURCE7} --package venkman --output-file %{builddir}/seamonkey.list \
    --package-file objdir/suite/installer/package-manifest \
    --install-dir %{buildroot}/%{mozdir} \
    --install-root %{mozdir}

%{SOURCE7} --package inspector --output-file %{builddir}/seamonkey.list \
    --package-file objdir/suite/installer/package-manifest \
    --install-dir %{buildroot}/%{mozdir} \
    --install-root %{mozdir}

echo > ../%{name}.lang
%if %{build_langpacks}
# Install langpacks
mkdir -p %{buildroot}%{mozdir}/extensions
tar xf %{SOURCE1}
for langpack in `ls seamonkey-langpacks/*.xpi`; do
  language=$(basename $langpack .xpi | sed 's/^seamonkey-//' | sed 's/\.langpack$//' | sed 's/\([0-9]\{1,2\}\.\)*//')
  extensiondir=%{buildroot}%{mozdir}/extensions/langpack-$language@seamonkey.mozilla.org
  mkdir -p $extensiondir
  unzip $langpack -d $extensiondir
  find $extensiondir -type f | xargs chmod 644

  jarfile=$extensiondir/chrome/$language.jar

  sed -i -e "s|browser.startup.homepage.*$|browser.startup.homepage=%{homepage}|g;" \
         $extensiondir/chrome/$language/locale/$language/navigator-region/region.properties

  pushd $extensiondir/chrome/$language
  zip -r -D $jarfile locale
  popd

  language=`echo $language | sed -e 's/-/_/g'`
  extensiondir=`echo $extensiondir | sed -e "s,^%{buildroot},,"`
  echo "%%lang($language) $extensiondir" >> ../%{name}.lang
done
rm -rf firefox-langpacks
%endif # build_langpacks


# set up our desktop files
install -m 755 -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=SeaMonkey Navigator
Comment=Seamonkey Navigator web browser
Exec=%{_bindir}/%{name} %u
Icon=%{name}.png
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Network;WebBrowser;X-MandrivaLinux-Internet-WebBrowsers;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
StartupWMClass=Seamonkey-bin
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-mail.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=SeaMonkey Mail
Comment=Seamonkey Mail & Newsgroups e-mail client
Exec=%{_bindir}/%{name} -mail
Icon=%{name}.png
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;X-MandrivaLinux-Internet-Mail;Office;Network;Email;
MimeType=x-scheme-handler/mailto;
StartupWMClass=Seamonkey-bin
EOF

#Icons
mkdir -p %{buildroot}%{_datadir}/pixmaps/
install -c -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
install -m 644 %{SOURCE2} %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE2} %{buildroot}%{_liconsdir}/%{name}.png
convert %{buildroot}%{_miconsdir}/%{name}.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert %{buildroot}%{_iconsdir}/%{name}.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png


#Link to existing plugins
if [ -d %{buildroot}/%{mozdir}/plugins ]; then
rm -rf %{buildroot}/%{mozdir}/plugins
fi
ln -s %{_libdir}/mozilla/plugins %{buildroot}/%{mozdir}/plugins

# install our seamonkey.sh file
rm -rf %{buildroot}/usr/bin/%{name}
cat %{SOURCE3} | sed -e 's/MOZILLA_VERSION/%{version}/g' \
		     -e 's,LIBDIR,%{_libdir},g' > \
  %{buildroot}%{_bindir}/%{name}

chmod 0755 %{buildroot}%{_bindir}/%{name}

# set up our default preferences
cat %{SOURCE20} | sed -e 's,SEAMONKEY_RPM_VR,%{version}-%{release},g' > \
        %{buildroot}/mdv-default-prefs
cp %{buildroot}/mdv-default-prefs %{buildroot}/%{mozdir}/defaults/pref/all-mandriva.js
rm %{buildroot}/mdv-default-prefs

# set up our default bookmarks
rm -f %{buildroot}/%{mozdir}/defaults/profile/bookmarks.html
#
#install -m 0644 %{SOURCE8} %{buildroot}%{mozdir}/defaults/profile/bookmarks.html

#remove unneeded files
rm -f %{buildroot}%{mozdir}/.autoreg
rm -f %{buildroot}%{mozdir}/removed-files
rm -f %{buildroot}%{mozdir}/update.locale
rm -f %{buildroot}%{mozdir}/updater.ini

rm -rf %{buildroot}%{_libdir}/%{name}-devel-%{version}
rm -rf %{buildroot}%{_includedir}


%changelog
* Sun Jul 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.26.1-1
+ Revision: d6dc007
- Fix install



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8141 |14cr|searchandrescue-1.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name    SearchAndRescue

%define title       SearchAndRescue
%define longtitle   Helicopter simulator

Name:           searchandrescue
Version:        1.4.0
Release:        4
Summary:        Helicopter simulator
License:        GPL
Group:          Games/Other
Url:            http://searchandrescue.sourceforge.net/
Source0:        http://switch.dl.sourceforge.net/project/searchandrescue/Program/SearchAndRescue-%version.tar.gz
Patch0:		SearchAndRescue-1.1.0-link.patch
Patch1:		searchandrescue-1.4.0-compile.patch
Requires:       %{name}-data
BuildRequires:  jsw-devel
BuildRequires:  yiff-devel
BuildRequires:  SDL-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:  imagemagick

%description
Changing the pace of recent sterotypical game themes, Search and Rescue aims to
create a plot based on positive goals such as saving victims in varying 
situations of distress.
The player will be given the chance to pilot different types of rescue aircraft
in a variety of search and rescue style missions.
Search and Rescue is highly customizeable by allowing intermediate players to 
create their own missions and allowing experianced players to design their own 
aircraft and scenery.  

%prep
%setup -q -n %{name}_%{version}
%patch0 -p0 -b .link~
%patch1 -p1 -b .compile~

%build
export CFLAGS="%{optflags}"
export LD_LIBRARY_PATH=%{_libdir}
export CPP="g++ %ldflags "
./configure Linux -v --disable=arch-i686 --libdir="-L%{_libdir}"
make all

%install
make PREFIX=%{buildroot}%{_prefix} MAN_DIR=%{buildroot}%{_mandir}/man6 install

# icons
convert sar/icons/%{Name}.xpm -resize 16x16 %{name}-16.png
convert sar/icons/%{Name}.xpm -resize 32x32 %{name}-32.png
convert sar/icons/%{Name}.xpm %{name}-48.png
install -D -m 644 %{name}-16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 644 %{name}-32.png %{buildroot}%{_iconsdir}/%{name}.png 
install -D -m 644 %{name}-48.png %{buildroot}%{_liconsdir}/%{name}.png 

install -d -m 755 %{buildroot}%{_datadir}/pixmaps

# menu entry

install -d -m 755 %{buildroot}%{_datadir}/applications
cat >  %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{title}
Comment=%{longtitle}
Comment[ru]=Симулятор вертолета
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;Simulation;
EOF

%files
%doc AUTHORS  HACKING  INSTALL  README
%{_gamesbindir}/*
%{_mandir}/man6/*
%{_datadir}/pixmaps/*.xpm
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-4
+ Revision: 685ee00
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8142 |14cr|searchandrescue-data-1.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		base_name	searchandrescue
%define		Base_Name	SearchAndRescue

Name:		%{base_name}-data
Version:	1.3.0
Release:	3
Summary:	Data package for Search and Rescue
License:	GPLv2
Group:		Games/Other
Url:		http://searchandrescue.sourceforge.net
Source:		http://sourceforge.net/projects/searchandrescue/files/Data_Files/%{Base_Name}-data-%{version}.tar.gz
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
This is data package for Search and Rescue.

%prep
%setup -q -c

%build

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{base_name}
cp -pr * %{buildroot}%{_gamesdatadir}/%{base_name}
rm -f %{buildroot}%{_gamesdatadir}/%{base_name}/LICENSE

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_gamesdatadir}/%{base_name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-3
+ Revision: 6b24cf6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8143 |14cr|sec-2.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           sec
Version:        2.6.0
Release:        2
Summary:        Simple Event Correlator
Group:          System/Servers
License:        GPL
URL:            http://www.estpak.ee/~risto/sec/
Source0:        http://prdownloads.sourceforge.net/simple-evcorr/%{name}-%{version}.tar.gz
Source1:        sec.sysconfig
Source2:        sec.init
Source3:        sec.logrotate
Source101:      http://www.estpak.ee/~risto/sec/examples/syslog-ng.txt
Source102:      001_init.sec
Source103:      http://www.bleedingsnort.com/sec/amavisd.sec
Source104:      http://www.bleedingsnort.com/sec/bsd-MONITOR.sec
Source105:      http://www.bleedingsnort.com/sec/bsd-PHYSMOD.sec
Source106:      http://www.bleedingsnort.com/sec/bsd-USERACT.sec
Source107:      http://www.bleedingsnort.com/sec/clamav.sec
Source108:      http://www.bleedingsnort.com/sec/cvs.sec
Source109:      http://www.bleedingsnort.com/sec/dameware.sec
Source110:      http://www.bleedingsnort.com/sec/dbi-example.sec
Source111:      http://www.bleedingsnort.com/sec/general.sec
Source112:      http://www.bleedingsnort.com/sec/hp-openview.sec
Source113:      http://www.bleedingsnort.com/sec/labrea.sec
Source114:      http://www.bleedingsnort.com/sec/mpd.sec
Source115:      http://www.bleedingsnort.com/sec/pix-security.sec
Source116:      http://www.bleedingsnort.com/sec/pix-url.sec
Source117:      http://www.bleedingsnort.com/sec/portscan.sec
Source118:      http://www.bleedingsnort.com/sec/snort.sec
Source119:      http://www.bleedingsnort.com/sec/snortsam.sec
Source120:      http://www.bleedingsnort.com/sec/ssh-brute.sec
Source121:      http://www.bleedingsnort.com/sec/ssh.sec
Source122:      http://www.bleedingsnort.com/sec/vtund.sec
Source123:      http://www.bleedingsnort.com/sec/windows.sec
BuildArch:		noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
SEC is an open source and platform independent event correlation tool that
was designed to fill the gap between commercial event correlation systems and
homegrown solutions that usually comprise a few simple shell scripts.
SEC accepts input from regular files, named pipes, and standard input, and can
thus be employed as an event correlator for any application that is able to
write its output events to a file stream.

%prep
%setup -q

%install
rm -rf %{buildroot}

# Create the directories we'll need
install -d -m 755 %{buildroot}%{_initrddir}
install -d -m 755 %{buildroot}%{_localstatedir}/log
install -d -m 755 %{buildroot}%{_localstatedir}/run
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
install -d -m 755 %{buildroot}%{_sysconfdir}/sec
install -d -m 755 %{buildroot}%{_docdir}/%{name}/examples
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1

# Install SEC and its associated files
install -p -m 755 sec     %{buildroot}%{_bindir}/sec
install -p -m 644 sec.man %{buildroot}%{_mandir}/man1/sec.1
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/sec
install -p -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/sec
install -p -m 755 %{SOURCE2} %{buildroot}%{_initrddir}/sec

# Install the example config files
install -m 644 ChangeLog COPYING README \
        %{buildroot}%{_docdir}/%{name}
install -p -m 644 %{SOURCE101} \
        %{buildroot}%{_docdir}/%{name}/examples/syslog-ng.sec
install -p -m 644 %{SOURCE102}  \
                  %{SOURCE103}  \
                  %{SOURCE104}  \
                  %{SOURCE105}  \
                  %{SOURCE106}  \
                  %{SOURCE107}  \
                  %{SOURCE108}  \
                  %{SOURCE109}  \
                  %{SOURCE110}  \
                  %{SOURCE111}  \
                  %{SOURCE112}  \
                  %{SOURCE113}  \
                  %{SOURCE114}  \
                  %{SOURCE115}  \
                  %{SOURCE116}  \
                  %{SOURCE117}  \
                  %{SOURCE118}  \
                  %{SOURCE119}  \
                  %{SOURCE120}  \
                  %{SOURCE121}  \
                  %{SOURCE122}  \
                  %{SOURCE123}  \
        %{buildroot}%{_docdir}/%{name}/examples/

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%clean
rm -rf %{buildroot}

%files

%defattr(-,root,root)
%{_docdir}/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/sec
%config(noreplace) %{_sysconfdir}/logrotate.d/sec
%{_sysconfdir}/%{name}
%{_bindir}/sec
%{_initrddir}/sec
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.0-2
+ Revision: 97e8f33
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8144 |14cr|sectool-0.9.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A security audit system and intrusion detection system
Name:		sectool
Version:	0.9.3
Release:	8
URL:		https://hosted.fedoraproject.org/sectool/wiki/WikiStart
Source0:	%{name}-%{version}.tar.bz2
Source1:	sectool.log
Patch0:		sectool-0.9.3-rpm5.patch
Patch1:		sectool-0.9.3-proper-cppflags-libs-in-makefiel.patch
License:	GPLv2+
Group:		System/Base
Requires:	gettext coreutils python python-selinux
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	asciidoc
BuildRequires:	pkgconfig(rpm)
BuildRequires:	selinux-devel

%package	gui
Summary:	GUI for sectool - security audit system and intrusion detection system
License:	GPLv2+
Group:		System/Base
Requires:	sectool = %{EVRD}
Requires:	pygtk2 usermode

%description
sectool is a security tool that can be used both as a security audit
and intrusion detection system. It consists of set of tests, library
and command line interface tool. Tests are sorted into groups and security
levels. Admins can run certain tests, groups or whole security levels.
The library and the tools are implemented in python and tests are
language independent.

%description	gui
sectool-gui provides a GTK-based graphical user interface to sectool.

%prep
%setup -q
%patch0 -p1 -b .rpm5~
%patch1 -p1 -b .cppflags_libs~

%build
%make CFLAGS="%{optflags} -ffast-math" LDFLAGS="%{ldflags}"

%install
%makeinstall_std
desktop-file-install --delete-original      \
  --dir %{buildroot}%{_datadir}/applications             \
  --vendor=rosa \
   %{buildroot}%{_datadir}/applications/sectool.desktop

#logrotate
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/sectool
#adjust paths in sectool.conf
sed -i 's,DSC_DIR=\(.*\),DSC_DIR=%{_sysconfdir}/sectool/tests,' %{buildroot}%{_sysconfdir}/sectool/sectool.conf
sed -i 's,TESTS_DIRS=\(.*\),TESTS_DIRS=%{_datadir}/sectool/tests,' %{buildroot}%{_sysconfdir}/sectool/sectool.conf
sed -i 's,TDATA_DIR_BASE=\(.*\),TDATA_DIR_BASE=%{_localstatedir}/lib/sectool,' %{buildroot}%{_sysconfdir}/sectool/sectool.conf
#adjust icons path in guiOutput.py
sed -i 's,__ico_path = \(.*\),__ico_path = "%{_datadir}/pixmaps/sectool/",' %{buildroot}%{_datadir}/sectool/guiOutput.py
#this file is just for development
rm %{buildroot}%{_datadir}/sectool/scheduler/selftest.py

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING AUTHORS README doc/tests_documentation.html
%config(noreplace) %{_sysconfdir}/sectool/
%config(noreplace) %{_sysconfdir}/logrotate.d/sectool
%dir %{_localstatedir}/lib/sectool
%dir %{_datadir}/sectool
%{_sbindir}/sectool
#library with tests
%{_datadir}/sectool/scheduler
%{_datadir}/sectool/tests
# command line tool
%{_datadir}/sectool/actions.py*
%{_datadir}/sectool/__init__.py*
%{_datadir}/sectool/output.py*
%{_datadir}/sectool/mailoutput.py*
%{_datadir}/sectool/sectool.py*
%{_datadir}/sectool/tuierrors.py*
%{_mandir}/man8/sectool.8.*


%files gui
%config(noreplace) %{_sysconfdir}/pam.d/sectool-gui
%config(noreplace) %{_sysconfdir}/security/console.apps/sectool-gui
%{_bindir}/sectool-gui
%{_datadir}/sectool/gui*.py*
%{_datadir}/sectool/sectool-gui.py*
%{_datadir}/pixmaps/sectool-gui.png
%{_datadir}/pixmaps/sectool-min.png
%{_datadir}/applications/*-sectool.desktop
%{_datadir}/pixmaps/sectool/*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-8
+ Revision: 7adee9b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8145 |14cr|see-3.1.1424-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name: 	 	see
Summary: 	JavaScript interpreter and runtime library
Version: 	3.1.1424
Release: 	6
Source0:	%{name}-%{version}.tar.gz
Patch0:		see-3.1.1424-underlink.patch
# Build the library with -fPIC (needed by tkhtml3) - AdamW 2008/12
Patch1:		see-3.1.1424-fpic.patch
# During 'temporary' move: http://125.168.50.158/~d/software/see/
URL:		http://www.adaptive-enterprises.com.au/~d/software/see/
License:	BSD
Group:		Development/Other
BuildRequires:	pkgconfig(bdw-gc)

%description
ECMAScript is a standardized language also known variously as JavaScript,
JScript, and LiveScript. SEE is a library that provides a parser and runtime
environment for this language. It conforms to ECMAScript Edition 3, and to
JavaScript 1.5, with some compatibility switches for earlier versions of
JavaScript and Microsoft's JScript.

SEE comes with a shell (see-shell) that allows javascript programs to be run
interactively, from plain or from HTML files.

%package -n 	%{libname}
Summary:        Dynamic libraries from %name
Group:          System/Libraries

%description -n %{libname}
Dynamic libraries from %name.

%package -n 	%{develname}
Summary: 	Header files and static libraries from %name
Group: 		Development/C
Requires: 	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes: 	%{name}-devel < %{version}-%{release}
Obsoletes:	%{mklibname see 1 -d}

%description -n %{develname}
Libraries and includes files for developing programs based on %name.

%prep
%setup -q
%patch0 -p1 -b .underlink
%patch1 -p1 -b .fpic

%build
export CFLAGS="%optflags -DPIC -fPIC"
%configure2_5x
%make
										
%install
%makeinstall_std

%files
%doc AUTHORS COPYING README NEWS TODO doc/*.html
%{_bindir}/see-shell

%files -n %{libname}
%{_libdir}/*.so.*
%dir %{_libdir}/see
%{_libdir}/see/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%{_bindir}/libsee-config
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/%{name}/*.so
%{_libdir}/*.a
%{_libdir}/%{name}/*.a
%{_libdir}/pkgconfig/%{name}.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.1424-6
+ Revision: 922e01c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8146 |14cr|seeks-0.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define _disable_ld_as_needed 1

%define major 0
%define libname %mklibname seeks %{major}
%define develname %mklibname seeks -d

Name:		seeks
Version:	0.4.1
Release:	2
Summary:	Open decentralized platform for collaborative search
Group:		Networking/WWW
License:	AGPLv3
URL:		http://www.seeks-project.info/
Source0:	http://www.seeks-project.info/site/releases/%{name}-%{version}.tar.gz
Source1:	seeks.init
Source2:	config.mdv
Patch1:		seeks-0.4.0-mdv-opencv.patch
Requires(pre,post,preun,postun):	rpm-helper
BuildRequires:	pcre-devel
BuildRequires:	curl-devel
BuildRequires:	libxml2-devel
BuildRequires:	docbook2x
BuildRequires:	libevent-devel
BuildRequires:	opencv-devel >= 2.0
BuildRequires:	perl-devel
BuildRequires:	tokyocabinet-devel
BuildRequires:	protobuf-devel >= 2.4.0
BuildRequires:	protobuf-compiler

%description
Seeks is a free and open technical design that allows users to share their
queries to existing search engines. Its specific purpose is to regroup users
whose queries are similar so they can share both the query results and their
experience on these results. Applications and benefits are rather broad,
ranging from social websearch to dating and the building of communities based
on interests, professional activities, etc…

Seeks builds a social search overlay network and database on top
of the Internet and as thus includes many important features such as:

* Websites ratings, ranking and collaborative filtering,
* Query sharing and reuse of the experience of others,
* Discussion and comments on websites,
* Chat and discussion among search groups,
* Social monitoring of search group activity: you have access to the popularity
  of search queries in real time,
* Direct publishing system: the pushing of websites’ URL directly
  into the search groups through direct posting. This allows to get rid
  of crawlers and enables true real-time websearch.

%package -n %{libname}
Summary:	Seeks shared libraries
Group:		System/Libraries

%description -n %{libname}
This package contains shared libraries required for %{name}.

%package -n %{develname}
Summary:	Seeks development files
Group:		Development/C++
Requires:	%{libname} = %{version}

%description -n %{develname}
This package contains development files for %{name}.

%prep
%setup -q
%patch1 -p1 -b .cv

%build
%configure2_5x \
	--enable-static=no
make

%install
%makeinstall_std
install -D -m 755 %{SOURCE1} %{buildroot}%{_initddir}/%{name}
install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}/config
install -d -m 755 %{buildroot}%{_docdir}/%{name}
install -d -m 755 %{buildroot}%{_var}/lib/%{name}

%pre
%_pre_useradd seeks /var/empty /bin/false

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel seeks

%files
%{_bindir}/*
%{_libdir}/seeks/
%{_datadir}/seeks
%config(noreplace) %{_sysconfdir}/seeks
%{_mandir}/man1/seeks*
%{_initddir}/%{name}
%doc AGPL-3.txt AUTHORS BSD-yui.txt COPYING GPL-2.0.txt LGPL-2.1.txt README
%attr(-,seeks,seeks) %{_var}/lib/%{name}

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-2
+ Revision: 0bbe17e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8147 |14cr|semantik-0.8.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mindmapping-like tool
Name:		semantik
Version:	0.8.4
Release:	2
Epoch:		1
License:	GPLv3+
Group:		Office
Url:		http://code.google.com/p/semantik/
Source0:	http://semantik.googlecode.com/files/semantik-%{version}.tar.bz2
Source10:	%{name}.rpmlintrc
BuildRequires:	imagemagick
BuildRequires:	libxml2-utils
BuildRequires:	python-kde4
BuildRequires:	waf
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(python)
Requires:	kdebase4-runtime
Requires:	python-kde4

%description
Semantik (previously Kdissert) is a mindmapping-like tool to help
students to produce complicated documents very quickly and efficiently:
presentations, dissertations, thesis, reports. While targetted mostly
at students, Kdissert can also help teachers, decision maker, engineers
and businessmen. Semantik is also available exclusively for Linux and
other free operating systems.

%files -f %{name}.lang
%doc README
%{_kde_bindir}/%{name}
%{_kde_libdir}/libnablah.so
%{_kde_datadir}/apps/%{name}
%{_kde_datadir}/applications/kde4/%{name}.desktop
%{_kde_iconsdir}/*/*/*/*

#--------------------------------------------------------------------

%prep
%setup -q

%build
export CXXFLAGS="%{optflags}"
export LINKFLAGS="%{ldflags}"
waf configure \
	--qtdir=%{qt4dir} \
	--qtlibs=%{qt4lib} \
	--qtbin=%{qt4dir}/bin \
	--prefix=%{_kde_prefix} \
	--icons=%{_kde_iconsdir} \
%if "%{_lib}" != "lib"
	--use64
%endif

waf build --verbose

%install
waf install --destdir=%{buildroot}

%find_lang %{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.8.4-2
+ Revision: 3c3eebf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8148 |14cr|sendfile-2.1b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Asynchronous file transfer service
Name:		sendfile
Version:	2.1b
Release:	4
License:	GPLv2
Group:		Networking/File transfer
URL:		http://www.belwue.de/projekte/saft/sendfile.html
Source:		%{name}-%{version}.tar.bz2
Source1:	sendfile-xinetd
#patch0 sent upstream (Kharec)
Patch0:		sendfile-2.1b-fix-str-fmt.patch
Requires:	xinetd
BuildRequires:	readline-devel

%description
Sendfile is an asynchronous file transfer service for the Internet, like the
sendfile facility in Bitnet: Any user A can send files to another user B
without B being active in any way.

Sendfile which is an implementation of the SAFT protocol (Simple Asynchronous
File Transfer) offers you a true asynchronous file transfer service for the
Internet. Virtually any form of file can be sent, including encrypted ones.

The sendfile package contains 5 main programs:
  sendfiled  - the sendfile daemon which will be started by inetd
  sendfile   - the sendfile client for sending files
  sendmsg    - the send-message client for sending one-line text messages
  receive    - the receive client for picking up already received files
  fetchfile  - the O-SAFT client to obtain files from a remote SAFT server


%prep
%setup -q
%patch0 -p0
%build
%make CFLAGS="%{optflags}"

%install
# install isn't good, so we do it by hand...
%__install -d %buildroot/%_sbindir
%__install src/sendfiled %buildroot/%_sbindir/
%__install -d %buildroot/%_var/spool/sendfile/LOG
%__install -d %buildroot/%_var/spool/sendfile/OUTGOING
%__install -d %buildroot/%_sysconfdir
%__install etc/sendfile.deny %buildroot/%_sysconfdir/
%__install etc/sendfile.cf %buildroot/%_sysconfdir/
%__install -D %SOURCE1 %buildroot/%_sysconfdir/xinetd.d/sendfile
%__install -d %buildroot/%_mandir/man1/
%__install doc/*.1 %buildroot/%_mandir/man1/
%__install -d %buildroot/%_mandir/man1
%__install -D etc/check_sendfile %buildroot/%_sysconfdir/profile.d/sendfile-check.sh
%__install -d %buildroot/%_bindir
%__install src/{sendfile,sendmsg,receive,fetchfile,utf7encode,wlock} %buildroot/%_bindir/
ln -s utf7encode %buildroot/%_bindir/utf7decode
%__install etc/{sfconf,sfdconf} %buildroot/%_bindir/

%post
service xinetd reload

%postun
service xinetd reload

%files
%defattr(0755,root,root,0755)
%_sbindir/*
%_bindir/*
%defattr(0644,root,root,0755)
%doc doc/AUTHORS doc/COPYING doc/ChangeLog doc/doc.txt doc/doku.txt
%doc doc/features doc/LIESMICH* doc/README* doc/THANKS doc/vorteile
%dir %_var/spool/sendfile
%attr(0700,root,root) %dir %_var/spool/sendfile/LOG
%attr(1777,root,root) %dir %_var/spool/sendfile/OUTGOING
%config(noreplace) %_sysconfdir/sendfile.*
%config(noreplace) %_sysconfdir/profile.d/*
%config(noreplace) %_sysconfdir/xinetd.d/*
%_mandir/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1b-4
+ Revision: 4de7fa5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8149 |14cr|sendip-2.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name sendip
%define version 2.5
%define release 9

Summary: 	A command line tool to allow sending arbitrary IP packets
Name:    	%name
Version: 	%version
Release: 	%release
License: 	GPLv2
Group: 		Networking/Other
Source: 	http://www.earth.li/projectpurple/files/%name-%version.tar.gz
Patch0:		http://ftp.debian.org/debian/pool/main/s/sendip/sendip_2.5-2.diff.gz
URL: 		http://www.earth.li/projectpurple/progs/sendip.html
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
A command line tool to send arbitrary IP packets. It has a large number of
command line options to specify the content of every header of a NTP, BGP,
RIP, RIPng, TCP, UDP, ICMP, or raw IPv4 or IPv6 packet.  It also allows any 
data to be added to the packet.

%prep
%setup -q 
%patch0 -p1

%build
%make PREFIX=%_prefix

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/{bin,lib}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
make PREFIX=$RPM_BUILD_ROOT/usr MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 install LIBDIR=$RPM_BUILD_ROOT/%_libdir/sendip

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_mandir}/man1/sendip.1*
%{_bindir}/sendip
%{_libdir}/sendip/*.so
%doc README CHANGES LICENSE TODO




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5-9
+ Revision: 5be79f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8150 |14cr|sentinella-0.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	System monitor
Name:		sentinella
Version:	0.9.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://sentinella.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/%{name}/0.9.x/%{name}-%version.tar.xz
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	qt4-devel
BuildRequires:	%{_lib}sysactivity-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel

%description
Application that monitors your system activity and, when a condition is met,
takes the action that you've chosen.

While monitoring your CPU, memory, hard drive and network usage, Sentinella
can be programmed to take specific actions when set-points for utilization
or time are met. It can power off, reboot or hibernate your system, kill an
active process, throw an alarm or execute any command.

Sentinella integrates perfectly with KDE4 and will work on many *nix systems.

%files -f %{name}.lang
%doc CHANGELOG COPYING
%{_kde_bindir}/sentinella
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_datadir}/sounds/Sentinella
%{_kde_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%global ldflags %{ldflags} -fuse-ld=gold

%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-kde

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="X-MandrivaLinux-System-Monitoring" \
	--dir %{buildroot}%{_kde_applicationsdir}/ \
	%{buildroot}%{_kde_applicationsdir}/*


%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.2-1
+ Revision: 4495e79
- Force gold linker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8151 |14cr|seq24-0.9.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       seq24
Summary:    Minimalistic, loop-based MIDI sequencer
Version:    0.9.2
Release:    4

Source:     http://edge.launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
Patch0:     seq24-fix-jacksession.patch
URL:        https://edge.launchpad.net/%{name}/
License:    GPLv2+
Group:      Sound
BuildRoot:  %{_tmppath}/%{name}-buildroot

BuildRequires:  libalsa-devel
BuildRequires:  gtkmm2.4-devel
BuildRequires:  jackit-devel

%description
Seq24 is a real-time midi sequencer. It was created to provide a very simple
interface for editing and playing midi 'loops'. After searching for a software
based sequencer that would provide the functionality needed for a live techno
performance, such as the Akai MPC line, the Kawai Q80 sequencer, or the
popular Alesis MMT-8, I found nothing similar in the software realm. I set out
to create a very minimal sequencer that excludes the bloated features of the
large software sequencers, and includes a small subset of features that I have
found usable in performing.

%prep
%setup -q
%patch0 -p0

%build
%configure
%make

%install
rm -rf %{buildroot}
%makeinstall
mkdir -p %{buildroot}%{_datadir}/pixmaps
cp src/pixmaps/%{name}.xpm %{buildroot}%{_datadir}/pixmaps
#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Seq24
Comment=Loop-based MIDI sequencer
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;AudioVideo;Audio;X-MandrivaLinux-Multimedia-Sound;
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog COPYING RTC SEQ24
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-4
+ Revision: b566f12
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8152 |14cr|ser-0.9.6-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define EXCLUDED_MODULES	mysql jabber auth_radius group_radius uri_radius avp_radius postgress snmp cpl cpl-c ext extcmd
%define JABBER_MODULES		jabber
%define MYSQL_MODULES		mysql
%define RADIUS_MODULES		auth_radius group_radius uri_radius avp_radius
%define RADIUS_MOD_PATH		modules/auth_radius modules/group_radius modules/uri_radius modules/avp_radius

Summary:	SIP Express Router, very fast and flexible SIP Proxy
Name:		ser
Version:	0.9.6
Release:	13
License:	GPLv2+
Group:		System/Servers
URL:		http://iptel.org/ser
Source0:	http://iptel.org/ser/stable/%{name}-%{version}_src.tar.bz2
Patch1:		ser-0.8.14-errno.diff
Patch2:		ser-0.9.6-str-fmt.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	bison
BuildRequires:	expat-devel
BuildRequires:	flex
BuildRequires:	radiusclient-ng-devel
BuildRequires:	libxml2-devel
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Ser or SIP Express Router is a very fast and flexible SIP (RFC3621)
proxy server. Written entirely in C, ser can handle thousands calls
per second even on low-budget hardware. A C Shell like scripting language
provides full control over the server's behaviour. It's modular
architecture allows only required functionality to be loaded.
Currently the following modules are available: digest authentication,
CPL scripts, instant messaging, MySQL support, a presence agent, radius
authentication, record routing, an SMS gateway, a jabber gateway, a 
transaction module, registrar and user location.

%package	mysql
Summary:	MySQL connectivity for the SIP Express Router
Group:		System/Servers
Requires:	ser = %{version}

%description	mysql
The ser-mysql package contains MySQL database connectivity that you
need to use digest authentication module or persistent user location
entries.

%package	jabber
Summary:	SIP jabber message translation support for the SIP Express Router
Group:		System/Servers
Requires:	ser = %{version}

%description	jabber
The ser-jabber package contains a sip to jabber message translator.

%package	radius
Summary:	Ser radius authentication, group and uri check modules
Group:		System/Servers
Requires:	ser = %{version}

%description	radius
The ser-radius package contains modules for radius authentication, group
membership and uri checking.

%prep

%setup -q
%patch1 -p0
%patch2 -p0 -b .str

# lib64 fixes
find -type f | xargs perl -pi -e 's|/usr/lib|%{_libdir}|g'
find -type f | xargs perl -pi -e 's|\-L\$\(LOCALBASE\)/lib|\-L\$\(LOCALBASE\)/%{_lib}|g'

%build
make CFLAGS="%{optflags} -fPIC" all skip_modules="%EXCLUDED_MODULES" cfg-target=%{_sysconfdir}/ser/ modules-dir=%{_lib}/ser/modules/
make CFLAGS="%{optflags} -fPIC" modules modules="modules/%MYSQL_MODULES" cfg-target=%{_sysconfdir}/ser/ modules-dir=%{_lib}/ser/modules/
make CFLAGS="%{optflags} -fPIC" modules modules="modules/%JABBER_MODULES" cfg-target=%{_sysconfdir}/ser/ modules-dir=%{_lib}/ser/modules/
make CFLAGS="%{optflags} -fPIC" modules modules="%RADIUS_MOD_PATH" cfg-target=%{_sysconfdir}/ser/ modules-dir=%{_lib}/ser/modules/
make CFLAGS="%{optflags} -fPIC" modules modules="modules/pa" cfg-target=%{_sysconfdir}/ser/ modules-dir=%{_lib}/ser/modules/

%install
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"

make install skip_modules="%EXCLUDED_MODULES" \
    basedir=%{buildroot} \
    prefix=%{_prefix} \
    cfg-prefix=%{buildroot} \
    cfg-target=%{_sysconfdir}/ser/ \
    modules-dir=%{_lib}/ser/modules/ \
    doc-prefix=$PWD \
    doc-dir=installed_docs

make install-modules modules="modules/%MYSQL_MODULES" \
    basedir=%{buildroot} \
    prefix=%{_prefix} \
    cfg-prefix=%{buildroot} \
    cfg-target=%{_sysconfdir}/ser/ \
    modules-dir=%{_lib}/ser/modules/ \
    doc-prefix=$PWD \
    doc-dir=installed_docs

make install-modules modules="modules/%JABBER_MODULES" \
    basedir=%{buildroot} \
    prefix=%{_prefix} \
    cfg-prefix=%{buildroot} \
    cfg-target=%{_sysconfdir}/ser/ \
    modules-dir=%{_lib}/ser/modules/ \
    doc-prefix=$PWD \
    doc-dir=installed_docs

make install-doc modules="modules/%JABBER_MODULES" \
    basedir=%{buildroot} \
    prefix=%{_prefix} \
    cfg-prefix=%{buildroot} \
    cfg-target=%{_sysconfdir}/ser/ \
    modules-dir=%{_lib}/ser/modules/ \
    doc-prefix=$PWD \
    doc-dir=installed_docs

make install-modules modules="%RADIUS_MOD_PATH" \
    basedir=%{buildroot} \
    prefix=%{_prefix} \
    cfg-prefix=%{buildroot} \
    cfg-target=%{_sysconfdir}/ser/ \
    modules-dir=%{_lib}/ser/modules/ \
    doc-prefix=$PWD \
    doc-dir=installed_docs

make install-doc modules="%RADIUS_MOD_PATH" \
    basedir=%{buildroot} \
    prefix=%{_prefix} \
    cfg-prefix=%{buildroot} \
    cfg-target=%{_sysconfdir}/ser/ \
    modules-dir=%{_lib}/ser/modules/ \
    doc-prefix=$PWD \
    doc-dir=installed_docs

make install-modules modules="modules/pa" \
    basedir=%{buildroot} \
    prefix=%{_prefix} \
    cfg-prefix=%{buildroot} \
    cfg-target=%{_sysconfdir}/ser/ \
    modules-dir=%{_lib}/ser/modules/ \
    doc-prefix=$PWD \
    doc-dir=installed_docs

make install-doc modules="modules/pa" \
    basedir=%{buildroot} \
    prefix=%{_prefix} \
    cfg-prefix=%{buildroot} \
    cfg-target=%{_sysconfdir}/ser/ \
    modules-dir=%{_lib}/ser/modules/ \
    doc-prefix=$PWD \
    doc-dir=installed_docs

mkdir -p %{buildroot}%{_initrddir}
install -m755 rpm/ser.init %{buildroot}%{_initrddir}/ser

%post
%_post_service ser

%preun
%_preun_service ser

%clean
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"

%files
%defattr(-,root,root)
%doc installed_docs/AUTHORS installed_docs/NEWS installed_docs/INSTALL installed_docs/README installed_docs/README-MODULES
%doc installed_docs/README.acc installed_docs/README.auth installed_docs/README.auth_db installed_docs/README.auth_diameter
%doc installed_docs/README.dbtext installed_docs/README.domain installed_docs/README.enum installed_docs/README.exec
%doc installed_docs/README.group installed_docs/README.mangler installed_docs/README.maxfwd installed_docs/README.msilo
%doc installed_docs/README.nathelper installed_docs/README.pa installed_docs/README.pdt installed_docs/README.permissions
%doc installed_docs/README.pike installed_docs/README.print installed_docs/README.registrar installed_docs/README.rr
%doc installed_docs/README.sl installed_docs/README.sms installed_docs/README.textops installed_docs/README.tm installed_docs/README.uri
%doc installed_docs/README.usrloc installed_docs/README.xlog
%attr(0755,root,root) %{_initrddir}/ser
%dir %{_sysconfdir}/ser
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ser/*
%dir %{_libdir}/ser
%dir %{_libdir}/ser/modules
%{_libdir}/ser/modules/acc.so
%{_libdir}/ser/modules/auth.so
%{_libdir}/ser/modules/auth_db.so
%{_libdir}/ser/modules/auth_diameter.so
%{_libdir}/ser/modules/dbtext.so
%{_libdir}/ser/modules/domain.so
%{_libdir}/ser/modules/enum.so
%{_libdir}/ser/modules/exec.so
%{_libdir}/ser/modules/group.so
%{_libdir}/ser/modules/mangler.so
%{_libdir}/ser/modules/maxfwd.so
%{_libdir}/ser/modules/msilo.so
%{_libdir}/ser/modules/nathelper.so
%{_libdir}/ser/modules/pa.so
%{_libdir}/ser/modules/pdt.so
%{_libdir}/ser/modules/permissions.so
%{_libdir}/ser/modules/pike.so
%{_libdir}/ser/modules/print.so
%{_libdir}/ser/modules/registrar.so
%{_libdir}/ser/modules/rr.so
%{_libdir}/ser/modules/sl.so
%{_libdir}/ser/modules/sms.so
%{_libdir}/ser/modules/textops.so
%{_libdir}/ser/modules/tm.so
%{_libdir}/ser/modules/uri.so
%{_libdir}/ser/modules/usrloc.so
%{_libdir}/ser/modules/xlog.so
%{_libdir}/ser/modules/avp.so
%{_libdir}/ser/modules/avp_db.so
%{_libdir}/ser/modules/avpops.so
%{_libdir}/ser/modules/dispatcher.so
%{_libdir}/ser/modules/diversion.so
%{_libdir}/ser/modules/flatstore.so
%{_libdir}/ser/modules/gflags.so
%{_libdir}/ser/modules/mediaproxy.so
%{_libdir}/ser/modules/options.so
%{_libdir}/ser/modules/speeddial.so
%{_libdir}/ser/modules/uri_db.so
%{_sbindir}/gen_ha1
%{_sbindir}/ser
%{_sbindir}/serunix
%{_sbindir}/serctl
%{_mandir}/man5/*
%{_mandir}/man8/*

%files mysql
%defattr(-,root,root)
%{_libdir}/ser/modules/mysql.so
%{_sbindir}/ser_mysql.sh

%files jabber
%defattr(-,root,root)
%doc installed_docs/README.jabber
%{_libdir}/ser/modules/jabber.so

%files radius
%defattr(-,root,root)
%doc installed_docs/README.auth_radius installed_docs/README.group_radius installed_docs/README.uri_radius
%doc installed_docs/README.avp_radius
%{_libdir}/ser/modules/auth_radius.so
%{_libdir}/ser/modules/group_radius.so
%{_libdir}/ser/modules/uri_radius.so
%{_libdir}/ser/modules/avp_radius.so





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-13
+ Revision: a79ecf7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8153 |14cr|ser2net-2.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Serial to network proxy
Name:		ser2net
Version:	2.7
Release:	3
License:	GPLv2+
Group:		System/Servers
Source0:	http://dl.sourceforge.net/ser2net/%{name}-%{version}.tar.gz
Source1:	ser2net.init
URL:		http://ser2net.sourceforge.net/
BuildRequires:	libwrap-devel
Requires(pre):		rpm-helper
Requires(preun):	rpm-helper

%description
Make serial ports available to network via TCP/IP connection.

%prep
%setup -q

%build
%configure2_5x --with-tcp-wrappers
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%{__install} -Dpm644 %{name}.conf %{buildroot}/%{_sysconfdir}/%{name}.conf
%{__install} -Dpm755 %{SOURCE1} %{buildroot}/%{_initrddir}/%{name}

%clean
rm -rf %{buildroot}

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%{_sbindir}/ser2net
%{_mandir}/man8/ser2net.8*
%{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7-3
+ Revision: 1545be5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8154 |14cr|serd-0.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Lightweight RDF syntax library
Name:		serd
Version:	0.20.0
Release:	1
License:	MIT
Group:		System/Libraries
Url:		http://drobilla.net/software/
Source0:	http://download.drobilla.net/%{name}-%{version}.tar.bz2
BuildRequires:	waf

%description
Lightweight C library for RDF syntax which supports reading
and writing Turtle and NTriples. Serd is not intended to be a swiss-army
knife of RDF syntax, but rather is suited to resource limited or
performance critical applications, or situations where a simple
reader/writer with minimal dependencies is ideal
(e.g. in LV2 hosts or plugins).

%files
%{_bindir}/serdi
%{_mandir}/man1/serdi.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Lightweight RDF syntax library
Group:		System/Libraries
Conflicts:	%{_lib}serd0 < 0.18.2-3
Obsoletes:	%{_lib}serd0 < 0.18.2-3

%description -n %{libname}
Lightweight C library for RDF syntax which supports reading
and writing Turtle and NTriples. Serd is not intended to be a swiss-army
knife of RDF syntax, but rather is suited to resource limited or
performance critical applications, or situations where a simple
reader/writer with minimal dependencies is ideal
(e.g. in LV2 hosts or plugins).

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for the Lightweight RDF syntax library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files needed to build applications against serd.

%files -n %{devname}
%{_libdir}/lib%{name}-%{api}.so
%dir %{_includedir}/%{name}-%{api}/%{name}
%{_includedir}/%{name}-%{api}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./waf configure \
	--prefix=%{_prefix} \
	--mandir=%{_mandir} \
	--libdir=%{_libdir}
./waf

%install
./waf install --destdir=%{buildroot}


%changelog
* Sun Aug 17 2014 emuse <goemusic@yahoo.fr> 0.20.0-1
+ Revision: e62d697
- New version 0.20.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8155 |14cr|serialoverip-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool for transport of asynchronous serial devices over UDP/IP
Name:		serialoverip
Version:	1.0
Release:	8
License:	GPL
Group:		Networking/Other
URL:		http://sourceforge.net/projects/serialoverip
Source0:	%{name}-%{version}.tar.bz2
Patch0:		serialoverip-1.0-gcc3x.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Serial Over IP is a tool for the transport of serial interfaces over UDP/IP.
It is useful for connecting distant equipment that run via a serial interfaces
to a local computer. It requires two computers that are running Linux and are
connected via IP. 

%prep

%setup -q 
%patch0 -p0

%build

gcc %{optflags} -o serialoverip serialoverip.c

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 serialoverip %{buildroot}%{_bindir}/

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/serialoverip





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-8
+ Revision: 870cbab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8156 |14cr|sethdlc-1.15-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sethdlc utility for 2.4/2.6 kernels
Name:		sethdlc
Version:	1.15
Release:	6
License:	GPL
Group:          System/Kernel and hardware
URL:		http://hq.pm.waw.pl/hdlc/
Source0:	http://hq.pm.waw.pl/hdlc/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Sethdlc utility for 2.4/2.6 kernels. The sethdlc utility is used to configure
certain HDLC cards. General HDLC layer for Linux is an interface between
low-level hardware drivers for synchronous serial (HDLC) cards and the rest of
kernel networking.

%prep

%setup -q -n %{name}-%{version}

%build

%make CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 sethdlc %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/sethdlc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.15-6
+ Revision: ce42823
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8157 |14cr|setproctitle-0.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname setproctitle %{major}
%define	devname	%mklibname setproctitle -d

Summary:	A setproctitle implementation
Name:		setproctitle
Version:	0.3.2
Release:	3
Group:		System/Libraries
License:	LGPL/BSD-style
URL:		http://www.altlinux.ru/
# http://sisyphus.ru/cgi-bin/srpm.pl/Sisyphus/setproctitle/getsource/0
Source0:	%{name}-%{version}.tar.xz
Patch0:		setproctitle-0.3.2-extra-ld-flags.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This library provides setproctitle function for setting the
invoking process's title.

%package -n	%{libname}
Summary:	A setproctitle implementation
Group:          System/Libraries

%description -n	%{libname}
This library provides setproctitle function for setting the
invoking process's title.

%package -n	%{devname}
Summary:	Development environment for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname setproctitle -d 0}

%description -n	%{devname}
This package contains development files required to build
setproctitle-based software.

%prep
%setup -q
%patch0 -p1 -b .ldflags~

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc LICENSE README
%{_libdir}/*.so.*

%files -n %{devname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-3
+ Revision: 2c077d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8158 |14cr|sfc-0.018-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sfc
Summary:	SoundFontCombi - ALSA MIDI event mixer
Version:	0.018
Release:	2
License:	GPLv2
Group:		Sound
URL:		http://personal.telefonica.terra.es/web/soudfontcombi
Source:		%{name}-%{version}.tar.gz
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(x11)

%description
SoudFontCombi uses the ALSA sequencer to route MIDI events. You have 8 parts
and 2 MIDI ports, and you can produce combinations of sounds like some fancy
synthetizers.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=Audio;
Icon=sound_section
Name=SoundFontCombi
Comment=MIDI event mixer
Categories=AudioVideo;Player;Audio;
EOF

%files
%doc AUTHORS ChangeLog README COPYING
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.018-2
+ Revision: cba63d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8159 |14cr|sflphone-1.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A robust standards-compliant enterprise softphone
Name:		sflphone
Version:	1.3.0
Release:	3
# pjsip is GPLv2+; sflphone-common is GPLv3+
License:	GPLv2+ and GPLv3+
Group:		Communications
Url:		http://www.sflphone.org/
#Source0:	https://projects.savoirfairelinux.com/attachments/download/2865/%{name}-%{version}.tar.gz
# some files are missed in original tarball, so using version from git
Source0:	https://projects.savoirfairelinux.com/attachments/download/9198/%{name}-%{version}.tar.gz
BuildRequires:	astyle
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	rarian
BuildRequires:	yelp-tools
BuildRequires:	gsm-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(celt)
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-c++-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(evolution-data-server-1.2)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libccext2)
BuildRequires:	pkgconfig(libccrtp)
BuildRequires:	pkgconfig(libebook-1.2)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libzrtpcpp)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(yaml-0.1)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(webkitgtk-3.0)
Suggests:	%{name}-client

%description
SFLphone is a robust standards-compliant enterprise softphone, for desktop and
embedded systems. It is designed to handle several hundreds of calls a day.

Features highlight:
  o  UI-independant telephony core
  o  Enterprise scalability functions
  o  GNOME, KDE and CLI clients
  o  SIP and IAX2 protocols support
  o  Multi-line, call transfer, call hold, call recording
  o  Multi-way conferencing
  o  High definition audio codecs
  o  Signalling and voice encryption (TLS, SRTP)
  o  Pulseaudio support

%files
%doc daemon/AUTHORS daemon/NEWS daemon/README daemon/TODO
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/codecs/
%{_libdir}/%{name}/sflphoned
%{_datadir}/dbus-1/services/org.sflphone.SFLphone.service
%{_mandir}/man1/sflphoned*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/ringtones/

#----------------------------------------------------------------------------

%package plugins
Summary:	A robust standards-compliant enterprise softphone
License:	GPLv3+
Requires:	%{name}

%description plugins
Plugins for SFLphone software phone.

%files plugins
%doc plugins/AUTHORS plugins/NEWS plugins/README
%{_libdir}/%{name}/plugins/

#----------------------------------------------------------------------------

%package client-gnome
Summary:	A robust standards-compliant enterprise softphone
License:	GPLv3+
Requires:	%{name}
Provides:	%{name}-client = %{EVRD}

%description client-gnome
This package contains the GNOME client for SFLphone.

%files client-gnome -f %{name}.lang
%doc gnome/AUTHORS gnome/README gnome/NEWS
%{_bindir}/%{name}
%{_bindir}/%{name}-client-gnome
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/sflphone.1*
%{_mandir}/man1/sflphone-client-gnome.1*
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/%{name}/*.svg
%{_datadir}/%{name}/*.gif
%{_datadir}/%{name}/ui/
%{_datadir}/glib-2.0/schemas/org.sflphone.SFLphone.gschema.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
pushd daemon/libs/pjproject-2.1.0
%configure2_5x --enable-libsamplerate
make dep
make
popd

pushd daemon
./autogen.sh
%configure2_5x
%make
popd

pushd plugins
./autogen.sh
%configure2_5x
%make
popd

pushd gnome
./autogen.sh
%configure2_5x --disable-schemas-install --disable-silent-rules
%make
popd

%install
%makeinstall_std -C daemon
%makeinstall_std -C plugins
%makeinstall_std -C gnome

%find_lang %{name} --with-gnome


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-3
+ Revision: 10e456a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8160 |14cr|sflphone-kde-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname ksflphone %{major}
%define libqt %mklibname qtsflphone %{major}
%define devname %mklibname ksflphone -d

Summary:	SFLPhone KDE client
Name:		sflphone-kde
Version:	1.3.0
Release:	2
License:	GPLv3+
Group:		Communications
Url:		http://sflphone.org/
Source0:	http://download.kde.org/stable/sflphone/%{version}/src/sflphone-client-kde-%{version}.tar.xz
Patch0:		sflphone-client-kde-1.3.0-plasma.patch
Patch1:		sflphone-client-kde-1.3.0-soname.patch
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel

%description
This package contains the KDE client for SFLPhone.

%files -f %{name}.lang
%doc AUTHORS
%{_bindir}/sflphone-client-kde
%{_kde_applicationsdir}/sflphone-client-kde.desktop
%{_kde_appsdir}/plasma/plasmoids/org.kde.plasma.applet.sflphone
%{_kde_appsdir}/sflphone-client-kde
%{_kde_datadir}/config.kcfg/sflphone-client-kde.kcfg
%{_kde_iconsdir}/hicolor/*/apps/sflphone-client-kde.*
%{_kde_services}/plasma-*-sflphone.desktop
%{_mandir}/man1/sflphone-client-kde.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for SFLPhone KDE client
Group:		System/Libraries

%description -n %{libname}
This package contains shared libraries for SFLPhone KDE client.

%files -n %{libname}
%{_kde_libdir}/libksflphone.so.%{major}
%{_kde_libdir}/libksflphone.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libqt}
Summary:	Shared libraries for SFLPhone KDE client
Group:		System/Libraries
Conflicts:	%{_lib}ksflphone4 < 1.3.0

%description -n %{libqt}
This package contains shared libraries for SFLPhone KDE client.

%files -n %{libqt}
%{_kde_libdir}/libqtsflphone.so.%{major}
%{_kde_libdir}/libqtsflphone.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{libname}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libqt} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for SFLPhone KDE client.

%files -n %{devname}
%doc AUTHORS DEVELOPPER
%{_kde_libdir}/libksflphone.so
%{_kde_libdir}/libqtsflphone.so
%{_includedir}/ksflphone/
%{_includedir}/qtsflphone/

#----------------------------------------------------------------------------

%prep
%setup -qn sflphone-client-kde-%{version}
%patch0 -p1
%patch1 -p1

%build
%global optflags %{optflags} -fno-strict-aliasing
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang sflphone-client-kde %{name} %{name}.lang --with-html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-2
+ Revision: c2856f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8161 |14cr|sfml2-2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname SFML

%define	major		2
%define	minor		1

%define	libname_a	%mklibname %{name}-audio %{major}
%define	libname_g	%mklibname %{name}-graphics %{major}
%define	libname_n	%mklibname %{name}-network %{major}
%define	libname_s	%mklibname %{name}-system %{major}
%define	libname_w	%mklibname %{name}-window %{major}
%define	devname		%mklibname %{name} -d

Summary:	Simple and Fast Multimedia Library
Name:		sfml2
Version:	2.1
Release:	2
License:	zlib/libpng License
Group:		System/Libraries
Url:		http://www.sfml-dev.org
Source0:	http://www.sfml-dev.org/download/sfml/%{version}/%{oname}-%{version}-sources.zip
Patch0:		SFML-2.1-cmake.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)

%description
SFML is a portable and easy to use multimedia API written in C++.

Its features are :
 - portability,
 - object-oriented design,
 - flexibility (a lot of small packages),
 - easy to use,
 - easy to integrate with GUI toolkits.

The library is divided in 5 small packages :
 - audio
 - graphics
 - network
 - system
 - window

%files
%defattr(0644,root,root,0755)
%doc readme.txt license.txt

#----------------------------------------------------------------------------

%package -n %{libname_a}
Summary:	Dynamic libraries from %{name}-audio
Group:		System/Libraries
Provides:	%{name}-audio = %{EVRD}
Conflicts:	%{_lib}sfml2-audio2.0 < 2.1
Obsoletes:	%{_lib}sfml2-audio2.0 < 2.1

%description -n %{libname_a}
Dynamic libraries from %{name}-audio.

%files -n %{libname_a}
%{_libdir}/libsfml-audio.so.%{major}
%{_libdir}/libsfml-audio.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_g}
Summary:	Dynamic libraries from %{name}-graphics
Group:		System/Libraries
Provides:	%{name}-graphics = %{EVRD}
Conflicts:	%{_lib}sfml2-graphics2.0 < 2.1
Obsoletes:	%{_lib}sfml2-graphics2.0 < 2.1

%description -n %{libname_g}
Dynamic libraries from %{name}-graphics.

%files -n %{libname_g}
%{_libdir}/libsfml-graphics.so.%{major}
%{_libdir}/libsfml-graphics.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_n}
Summary:	Dynamic libraries from %{name}-network
Group:		System/Libraries
Provides:	%{name}-network = %{EVRD}
Conflicts:	%{_lib}sfml2-network2.0 < 2.1
Obsoletes:	%{_lib}sfml2-network2.0 < 2.1

%description -n %{libname_n}
Dynamic libraries from %{name}-network.

%files -n %{libname_n}
%{_libdir}/libsfml-network.so.%{major}
%{_libdir}/libsfml-network.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_s}
Summary:	Dynamic libraries from %{name}-system
Group:		System/Libraries
Provides:	%{name}-system = %{EVRD}
Conflicts:	%{_lib}sfml2-system2.0 < 2.1
Obsoletes:	%{_lib}sfml2-system2.0 < 2.1

%description -n %{libname_s}
Dynamic libraries from %{name}-system.

%files -n %{libname_s}
%{_libdir}/libsfml-system.so.%{major}
%{_libdir}/libsfml-system.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_w}
Summary:	Dynamic libraries from %{name}-window
Group:		System/Libraries
Provides:	%{name}-window = %{EVRD}
Conflicts:	%{_lib}sfml2-window2.0 < 2.1
Obsoletes:	%{_lib}sfml2-window2.0 < 2.1

%description -n %{libname_w}
Dynamic libraries from %{name}-window.

%files -n %{libname_w}
%{_libdir}/libsfml-window.so.%{major}
%{_libdir}/libsfml-window.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header and .so files for %{name}
Group:		Development/C++
Requires:	%{name}-audio = %{EVRD}
Requires:	%{name}-graphics = %{EVRD}
Requires:	%{name}-network = %{EVRD}
Requires:	%{name}-system = %{EVRD}
Requires:	%{name}-window = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	libsfml-audio-devel < %{version}
Conflicts:	libsfml-graphics-devel < %{version}
Conflicts:	libsfml-network-devel < %{version}
Conflicts:	libsfml-system-devel < %{version}
Conflicts:	libsfml-window-devel < %{version}

%description -n %{devname}
Includes files for developing programs based on %{name}.

%files -n %{devname}
%defattr(0644,root,root,0755)
%{_includedir}/SFML
%{_libdir}/libsfml-*.so
%{_datadir}/cmake/Modules/*.cmake
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package doc
Summary:	Documenation for %{name}
Group:		Books/Computer books
BuildArch:	noarch

%description doc
Documenation for %{name}.

%files doc
%defattr(0644,root,root,0755)
%doc examples build/doc/html

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%cmake -DSFML_BUILD_DOC=TRUE
%make

%install
%makeinstall_std -C build


%changelog
* Sun Aug 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1-2
+ Revision: 7c4b30d
- Fix library packages' names



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8162 |14cr|sgrotum-2.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    sgrotum
%define version 2.0.0
%define release 7

%define section Networking/Mail
%define title   Sgrotum
%define Summary Email/news SiGnature ROTUMbulator

Summary:        %Summary
Name:           %name
Version:        %version
Release:        %release
License:        GPL
Group:          %section
URL:            http://homepages.ihug.co.nz/~trmusson/programs.html
Source0:        %name-%version.tar.bz2
BuildRoot:      %_tmppath/%name-buildroot
Buildrequires:  glib2-devel

%description
An email/news SiGnature ROTUMbulator. As well as the rotation and
randomization of signatures, it'll optionally insert random
quotations, taking care of length, word-wrap and justification.
Like this:

# Han
-- 
                 __   Men often believe -- or pretend -- that the Law
      .,-;-;-,. /'_\  is something sacred, or at least a science -- an
    _/_/_/_|_\_\) /       unfounded assumption very convenient to
  '-<_><_><_><_>=/\                     governments.
jgs `/_/====/_/-'\_\
     ""     ""    ""


%prep
%setup -q

%build
%configure --enable-glib2
%make


%install
rm -rf %buildroot
%makeinstall


%clean
rm -rf %buildroot


%files
%defattr(0755,root,root,0755)
%_bindir/*
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING README ChangeLog examples
%_mandir/man1/%name.1.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-7
+ Revision: 550c105
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8163 |14cr|shake-0.999-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	User-space file-system defragmenter
Name:		shake
Version:	0.999
Release:	4
License:	GPLv3+
Group:		System/Configuration/Hardware
Url:		http://vleu.net/shake/
Source0:	http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.bz2
Patch0:		shake-0.999-gcc4.9.patch
BuildRequires:	cmake
BuildRequires:	help2man
BuildRequires:	attr-devel

%description
Shake is a defragmenter that runs in user space and works on a live system.
It just works by rewriting fragmented files. But it has some heuristics that
could make it more efficient than other tools, including defrag and, maybe,
xfs_fsr.

%files
%doc COPYING GPL.txt
%{_bindir}/*
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-fs-%{version}
%patch0 -p1
chmod 0644 COPYING GPL.txt

%build
%cmake
%make
#debug fix
cd ..
chmod 644 {linux,judge,signals,executive,msg,unattr,main}.c
chmod 644 {signals,executive,msg,judge}.h

%install
%makeinstall_std -C build

%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.999-4
+ Revision: 6b5b23f
- Add patch to fix build with gcc 4.9, fix BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8164 |14cr|shared-color-targets-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define alphatag 20091218

Summary: Shared color targets for creating color profiles
Name: shared-color-targets
Version: 0.1.2
Release: 2
URL: http://github.com/hughsie/shared-color-targets
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
License: GPLv2+ and Public Domain and CC-BY-SA
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch

%description 
The shared-color-targets package contains various targets which are useful for
programs that create ICC profiles.
This package only contains the free targets that can be safely distributed
with Fedora.

%prep
%setup -q

%build
%configure2_5x

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%dir %{_datadir}/color/targets
%{_datadir}/color/targets/*.it8
%dir %{_datadir}/shared-color-targets

# Wolf Faust
%dir %{_datadir}/shared-color-targets/wolf_faust
%{_datadir}/shared-color-targets/wolf_faust/*
%dir %{_datadir}/color/targets/wolf_faust
%dir %{_datadir}/color/targets/wolf_faust/reflective
%{_datadir}/color/targets/wolf_faust/reflective/*.it8
%dir %{_datadir}/color/targets/wolf_faust/transmissive
%{_datadir}/color/targets/wolf_faust/transmissive/*.it8




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-2
+ Revision: abd29fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8165 |14cr|shedskin-0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    An experimental python to c++ compiler
Name:       shedskin
Version:    0.8
Release:    4
Source0:    http://schedskin.googlecode.com/files/shedskin-%{version}.tgz
License:	GPLv3
Group:		Development/Python
Url:		http://code.google.com/p/shedskin/
BuildRequires:	python-devel
Requires:	pkgconfig(bdw-gc)
BuildArch:	noarch

%description
Shed Skin is an experimental compiler, that can translate pure, but implicitly
statically typed Python (2.4-2.7) programs into optimized C++. It can generate
stand-alone programs or extension modules that can be imported and used in
larger Python programs. 

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}


%files
%doc README.html examples
%{_bindir}/%{name}
%{py_sitedir}/%{name}/
%{py_sitedir}/%{name}-%{version}-py%{py_ver}.egg-info


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-4
+ Revision: 16c96ba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8166 |14cr|shelldap-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		shelldap
Version:	0.5
Release:	2
Summary:	LDAP shell
License:	BSD
Group:		Networking/Other
URL:		http://projects.martini.nu/shelldap
Source:     shelldap
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
A handy shell-like interface for browsing LDAP servers and editing their
content. It keeps command history, has sane autocompletes, credential caching,
site-wide and individual configs, and it's fun to say. Shelldap! Shelldap!
Shelldap!

%prep
%setup -c -T
perl -p \
    -e 's|^#!/usr/bin/env perl|#!%{_bindir}/perl|' \
    < %{SOURCE0} > shelldap

%build
pod2man shelldap shelldap.1

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 shelldap %{buildroot}%{_bindir}
install -m 644 shelldap.1 %{buildroot}%{_mandir}/man1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/shelldap
%{_mandir}/man1/shelldap.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-2
+ Revision: ce43a18
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8167 |14cr|shfs-utils-0.35-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	shfs
%define	name	%{module}-utils
%define	version	0.35
%define release	7

Summary:	Tools for (Secure) SHell File System module
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Kernel and hardware
Url:		http://shfs.sourceforge.net/
Source0:	http://atrey.karlin.mff.cuni.cz/~qiq/src/shfs/%{module}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Mount shares from remote hosts using plain ssh/rsh connection.i
This package contains mount/umount utility for shfs kernel module.
   
%prep
%setup -q -n %{module}-%{version}

%build
%make CFLAGS="%{optflags} -iquote -I. -I../shfs/Linux-2.4/ -DSHFS_VERSION=\"%{version}\"" utils
make docs-install ROOT=. HTML_DOC_DIR=doc docs-install

%install
rm -rf %{buildroot}
make ROOT=%{buildroot} HTML_DOC_DIR=/doc MAN_PAGE_DIR=%{_mandir} utils-install docs-install
rm -rf doc
mv %{buildroot}/doc .

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc TODO Changelog doc/*
%defattr(-,root,root)
%{_bindir}/shfsmount 
%{_bindir}/shfsumount 
/sbin/mount.shfs
%{_mandir}/man8/shfsmount.8*
%{_mandir}/man8/shfsumount.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.35-7
+ Revision: 1ab59ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8168 |14cr|shhopt-1.1.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Library for parsing command line options
Name:		shhopt
Version:	1.1.7
Release:	9
License:	Artistic
Group:		System/Libraries
Url:		http://shh.thathost.com/pub-unix/
Source0:	http://shh.thathost.com/pub-unix/files/%{name}-%{version}.tar.bz2

%description
C-functions for parsing command line options, both traditional
one-character options, and GNU'ish --long-options.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for parsing command line options
Group:		System/Libraries

%description -n %{libname}
C-functions for parsing command line options, both traditional
one-character options, and GNU'ish --long-options.

%files -n %{libname}
%doc CREDITS ChangeLog README TODO
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Library and header files for the %{name} library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{_lib}shhopt1-devel < 1.1.7-8
Conflicts:	%{_lib}shhopt1-devel < 1.1.7-8

%description -n %{devname}
C-functions for parsing command line options, both traditional
one-character options, and GNU'ish --long-options.

%files -n %{devname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/*.so
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# make the shared library
make SHARED="1" OPTIM="%{optflags} -D_REENTRANT -fPIC"

# make the static library
make OPTIM="%{optflags} -D_REENTRANT -fPIC"

%install
# install the shared library
make \
    SHARED="1" \
    INSTBASEDIR="%{buildroot}%{_prefix}" \
    INSTLIBDIR="%{buildroot}%{_libdir}" \
    install

# install the static library
make \
    INSTBASEDIR="%{buildroot}%{_prefix}" \
    INSTLIBDIR="%{buildroot}%{_libdir}" \
    install

# fix a file conflict with netpbm-devel
install -d %{buildroot}%{_includedir}/%{name}
mv %{buildroot}%{_includedir}/*.h %{buildroot}%{_includedir}/%{name}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.7-9
+ Revision: f133897
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8169 |14cr|shinken-2.0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global shinken_user nagios
%global shinken_group nagios

Summary:        Python Monitoring tool
Name:           shinken
Version:        2.0.3 
Release:        8
Group:      	Networking/Other
URL:            http://www.%{name}-monitoring.org
Source0:        https://github.com/naparuba/%{name}/archive/%{version}.tar.gz 
Source1:        %{name}-arbiter.service
Source2:        %{name}-broker.service
Source3:        %{name}-reactionner.service
Source4:        %{name}-scheduler.service
Source5:        %{name}-receiver.service
Source6:        %{name}-poller.service
Source13:       %{name}.8shinken
Source14:       path.cfg
License:        AGPLv3+
Requires:       python-simplejson 
Requires:       python-pycurl  
Requires:       python-cherrypy 
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  systemd-units

Buildarch:      noarch

%description 
Shinken is a new monitoring tool written in Python. 
The main goal of Shinken is to allow users to have a fully flexible 
architecture for their monitoring system that can easily scale to large 
environments.
Shinken also provide interfaces with NDODB and Merlin database, 
Livestatus connector Shinken does not include any human interfaces.

%package arbiter
Summary: Shinken Arbiter 
Requires: %{name} = %{version}-%{release}

%description arbiter
Shinken arbiter daemon

%package reactionner
Summary: Shinken Reactionner
Requires: %{name} = %{version}-%{release}

%description reactionner
Shinken reactionner daemon

%package scheduler
Summary: Shinken Scheduler
Requires: %{name} = %{version}-%{release}

%description scheduler
Shinken scheduler daemon

%package poller
Summary: Shinken Poller
Requires: %{name} = %{version}-%{release}
Requires: nagios-plugins

%description poller
Shinken poller daemon

%package broker
Summary: Shinken Broker
Requires: %{name} = %{version}-%{release}
Requires: python-redis
Requires: python-memcached

%description broker
Shinken broker daemon

%package receiver
Summary: Shinken Poller
Requires: %{name} = %{version}-%{release}

%description receiver
Shinken receiver daemon

%prep

%setup -q -n %{name}-%{version}

# clean git files/
find . -name '.gitignore' -exec rm -f {} \;

# Check confuguration files 
sed -i -e 's!./$SCRIPT!python ./$SCRIPT!' test/quick_tests.sh
sed -i -e 's!include var/void_for_git!exclude var/void_for_git!'  MANIFEST.in

%build

python setuppackage.py  build 

%install


find %{buildroot} -size 0 -delete

python setuppackage.py install -O1 --skip-build --root %{buildroot} --install-scripts=/usr/sbin/ --owner %{shinken_user} --group %{shinken_group}

install -d -m0755 %{buildroot}%{_sbindir}
install -p -m0755 bin/shinken-{arbiter,broker,poller,reactionner,receiver,scheduler} %{buildroot}%{_sbindir}

install -d -m0755 %{buildroot}%{py_puresitedir}/%{name}
install -p %{name}/*.py %{buildroot}%{py_puresitedir}/%{name}

install -d -m0755 %{buildroot}%{_sysconfdir}/%{name}/
rm -rf %{buildroot}%{_sysconfdir}/%{name}/*

install -d -m0755 %{buildroot}%{_sysconfdir}/%{name}/daemons
install -p -m0644 etc/daemons/{brokerd,pollerd,reactionnerd,receiverd,schedulerd}.ini %{buildroot}%{_sysconfdir}/%{name}/daemons/

install -d -m0755 %{buildroot}%{_sysconfdir}/%{name}/{arbiters,brokers,pollers,schedulers,reactionners,receivers}
install -p -m0644 etc/arbiters/arbiter-master.cfg %{buildroot}%{_sysconfdir}/%{name}/arbiters/
install -p -m0644 etc/brokers/broker-master.cfg %{buildroot}%{_sysconfdir}/%{name}/brokers/
install -p -m0644 etc/pollers/poller-master.cfg %{buildroot}%{_sysconfdir}/%{name}/pollers/
install -p -m0644 etc/reactionners/reactionner-master.cfg %{buildroot}%{_sysconfdir}/%{name}/reactionners/
install -p -m0644 etc/receivers/receiver-master.cfg %{buildroot}%{_sysconfdir}/%{name}/receivers/
install -p -m0644 etc/schedulers/scheduler-master.cfg %{buildroot}%{_sysconfdir}/%{name}/schedulers/

install -p -m0644 etc/%{name}.cfg %{buildroot}%{_sysconfdir}/%{name}/%{name}.cfg
install -d -m0755 %{buildroot}%{_sysconfdir}/%{name}/{commands,timeperiods,escalations,dependencies,templates,notificationways,servicegroups,hostgroups,contactgroups,hosts,services,contacts,packs,modules,realms,resource.d}

install -p -m0644 etc/realms/all.cfg %{buildroot}%{_sysconfdir}/%{name}/realms/
install -p -m0644 for_fedora/etc/templates.cfg %{buildroot}%{_sysconfdir}/%{name}/templates/
install -p -m0644 for_fedora/etc/timeperiods.cfg %{buildroot}%{_sysconfdir}/%{name}/timeperiods/
install -p -m0644 for_fedora/etc/contactgroups.cfg %{buildroot}%{_sysconfdir}/%{name}/contactgroups/
install -p -m0644 for_fedora/etc/commands.cfg %{buildroot}%{_sysconfdir}/%{name}/commands/
install -p -m0644 for_fedora/etc/objects/contacts/nagiosadmin.cfg %{buildroot}%{_sysconfdir}/%{name}/contacts/nagiosadmin.cfg
install -p -m0644 for_fedora/etc/objects/hosts/localhost.cfg %{buildroot}%{_sysconfdir}/%{name}/hosts/localhost.cfg
install -p -m0644 for_fedora/etc/objects/services/linux_disks.cfg %{buildroot}%{_sysconfdir}/%{name}/services/linux_disks.cfg
install -p -m0644 for_fedora/etc/contactgroups.cfg %{buildroot}%{_sysconfdir}/%{name}/contactgroups/contactgroups.cfg
install -p -m0644 %{SOURCE14} %{buildroot}%{_sysconfdir}/%{name}/resource.d

install -d -m0755 %{buildroot}%{_unitdir}
install -p -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}-arbiter.service
install -p -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}-broker.service
install -p -m0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}-reactionner.service
install -p -m0644 %{SOURCE4} %{buildroot}%{_unitdir}/%{name}-scheduler.service
install -p -m0644 %{SOURCE5} %{buildroot}%{_unitdir}/%{name}-receiver.service
install -p -m0644 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}-poller.service

install -d -m0755 %{buildroot}%{_sysconfdir}/logrotate.d
install -p -m0644 for_fedora/%{name}.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/shinken

install -d -m0755 %{buildroot}%{_sysconfdir}/tmpfiles.d
install -m0644  for_fedora/%{name}-tmpfiles.conf %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf

install -d -m0755 %{buildroot}%{_localstatedir}/log/%{name}
install -d -m0755 %{buildroot}%{_localstatedir}/log/%{name}/archives
install -d -m0755 %{buildroot}%{_localstatedir}/lib/%{name}

mkdir -p %{buildroot}%{_localstatedir}/run/
install -d -m0755 %{buildroot}%{_localstatedir}/run/%{name}

install -d -m0755 %{buildroot}%{_mandir}/man8
install -p -m0644 for_fedora/man/* %{buildroot}%{_mandir}/man8
install -p -m0644 %{SOURCE13} %{buildroot}%{_mandir}/man8


sed -i 's|#!/usr/bin/env python||g' %{buildroot}%{_localstatedir}/lib/%{name}/cli/desc/cli.py
sed -i 's|#!/usr/bin/env python||g' %{buildroot}%{_localstatedir}/lib/%{name}/cli/shinkenio/cli.py
sed -i 's|#!/usr/bin/env python||g' %{buildroot}%{_localstatedir}/lib/%{name}/cli/doc/cli.py

sed -i 's|#!/usr/bin/python||g' %{buildroot}%{_localstatedir}/lib/%{name}/modules/{dummy_arbiter,dummy_broker,dummy_scheduler,dummy_broker_external}/module.py
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{_localstatedir}/lib/%{name}/cli/shinkenio/cli.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{_localstatedir}/lib/%{name}/modules/dummy_poller/module.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{_localstatedir}/lib/%{name}/modules/__init__.py
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{_localstatedir}/lib/%{name}/cli/doc/cli.py

sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/hostextinfo.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/servicegroup.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/serviceescalation.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/hostescalation.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/daemons/reactionnerdaemon.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/clients/livestatus.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/discovery/__init__.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/hostdependency.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/schedulingitem.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/daemons/arbiterdaemon.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/discovery/discoverymanager.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/misc/sorter.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/daemons/brokerdaemon.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/misc/perfdata.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/timeperiod.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/itemgroup.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/daemons/receiverdaemon.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/misc/datamanager.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/hostgroup.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/serviceextinfo.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/__init__.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/resultmodulation.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/misc/__init__.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/contact.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/command.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/config.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/contactgroup.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/pack.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/webui/__init__.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/host.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/businessimpactmodulation.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/escalation.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/clients/LSB.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/realm.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/discoveryrun.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/daemons/schedulerdaemon.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/misc/regenerator.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/clients/__init__.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/discoveryrule.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/service.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/macromodulation.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/checkmodulation.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/matchingitem.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/servicedependency.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/daemons/pollerdaemon.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/daemons/__init__.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/module.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/misc/filter.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/trigger.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/notificationway.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/item.py 


sed -i 's|shinken_user=shinken|shinken_user=nagios|g' %{buildroot}%{_sysconfdir}/%{name}/%{name}.cfg
sed -i 's|shinken_group=shinken|shinken_group=nagios|g' %{buildroot}%{_sysconfdir}/%{name}/%{name}.cfg


sed -i 's|#user=shinken|user=nagios|g' %{buildroot}%{_sysconfdir}/%{name}/daemons/{brokerd,reactionnerd,receiverd,schedulerd}.ini
sed -i 's|#group=shinken|group=nagios|g' %{buildroot}%{_sysconfdir}/%{name}/daemons/{brokerd,reactionnerd,receiverd,schedulerd}.ini
sed -i 's|# user=shinken|user=nagios|g' %{buildroot}%{_sysconfdir}/%{name}/daemons/pollerd.ini
sed -i 's|# group=shinken|group=nagios|g' %{buildroot}%{_sysconfdir}/%{name}/daemons/pollerd.ini

rm -rf %{buildroot}%{_localstatedir}/lib/%{name}/inventory/__void_for_git
rm -rf %{buildroot}%{_localstatedir}/{log,run,lib}/%{name}/void_for_git
rm -rf %{buildroot}%{_sysconfdir}/init.d/%{name}*
rm -rf %{buildroot}%{_sbindir}/%{name}-{arbiter,discovery,broker,poller,reactionner,receiver,scheduler}.py
rm -rf %{buildroot}%{_sysconfdir}/default/%{name}

rm -rf %{buildroot}%{_localstatedir}/lib/%{name}/libexec

rm -rf  %{buildroot}%{py_puresitedir}/modules

find %{buildroot} -maxdepth 5 -name '*.pyc' -exec rm -f {} \;
find %{buildroot} -maxdepth 5 -name '*.pyo' -exec rm -f {} \;

%clean

%pre 
getent group %{shinken_group} >/dev/null || groupadd -r %{shinken_group}
getent passwd %{shinken_user} >/dev/null || useradd -r -g %{shinken_group} -d %{_localstatedir}/spool/nagios -s /sbin/nologin %{shinken_user}
exit 0

%post arbiter
%systemd_post arbiter.service

%post broker
%systemd_post broker.service

%post poller
%systemd_post poller.service

%post reactionner
%systemd_post reactionner.service

%post scheduler
%systemd_post scheduler.service

%post receiver
%systemd_post receiver.service

%preun arbiter 
%systemd_preun arbiter.service

%preun broker 
%systemd_preun broker.service

%preun poller 
%systemd_preun poller.service

%preun reactionner 
%systemd_preun reactionner.service

%preun scheduler 
%systemd_preun scheduler.service

%preun receiver
%systemd_preun receiver.service

%postun arbiter
%systemd_postun_with_restart arbiter.service

%postun broker
%systemd_postun_with_restart broker.service

%postun poller
%systemd_postun_with_restart poller.service

%postun reactionner
%systemd_postun_with_restart reactioner.service

%postun scheduler
%systemd_postun_with_restart scheduler.service

%postun receiver
%systemd_postun_with_restart receiver.service

%files arbiter
%{_unitdir}/%{name}-arbiter.service
%{_sbindir}/%{name}-arbiter*
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.cfg
%config(noreplace) %{_sysconfdir}/%{name}/arbiters/arbiter-master.cfg
%config(noreplace) %{_sysconfdir}/%{name}/brokers/broker-master.cfg
%config(noreplace) %{_sysconfdir}/%{name}/pollers/poller-master.cfg
%config(noreplace) %{_sysconfdir}/%{name}/reactionners/reactionner-master.cfg
%config(noreplace) %{_sysconfdir}/%{name}/receivers/receiver-master.cfg
%config(noreplace) %{_sysconfdir}/%{name}/schedulers/scheduler-master.cfg
%config(noreplace) %{_sysconfdir}/%{name}/commands/commands.cfg
%config(noreplace) %{_sysconfdir}/%{name}/timeperiods/timeperiods.cfg
%config %{_sysconfdir}/%{name}/escalations
%config %{_sysconfdir}/%{name}/dependencies
%config(noreplace) %{_sysconfdir}/%{name}/templates/templates.cfg
%config %{_sysconfdir}/%{name}/notificationways
%config %{_sysconfdir}/%{name}/servicegroups
%config %{_sysconfdir}/%{name}/hostgroups
%config(noreplace) %{_sysconfdir}/%{name}/contactgroups/contactgroups.cfg
%config(noreplace) %{_sysconfdir}/%{name}/hosts/localhost.cfg
%config(noreplace) %{_sysconfdir}/%{name}/services/linux_disks.cfg
%config(noreplace) %{_sysconfdir}/%{name}/contacts/nagiosadmin.cfg
%config %{_sysconfdir}/%{name}/packs
%config %{_sysconfdir}/%{name}/modules
%config(noreplace) %{_sysconfdir}/%{name}/realms/all.cfg
%config %{_sysconfdir}/%{name}/resource.d

%{_mandir}/man8/%{name}-arbiter*

%files reactionner
%{_unitdir}/%{name}-reactionner.service
%{_sbindir}/%{name}-reactionner*
%{_mandir}/man8/%{name}-reactionner*
%config(noreplace) %{_sysconfdir}/%{name}/daemons/reactionnerd.ini

%files scheduler
%{_unitdir}/%{name}-scheduler.service
%{_sbindir}/%{name}-scheduler*
%{_mandir}/man8/%{name}-scheduler*
%config(noreplace) %{_sysconfdir}/%{name}/daemons/schedulerd.ini

%files poller
%{_unitdir}/%{name}-poller.service
%{_sbindir}/%{name}-poller*
%{_mandir}/man8/%{name}-poller*
%config(noreplace) %{_sysconfdir}/%{name}/daemons/pollerd.ini

%files broker
%{_unitdir}/%{name}-broker.service
%{_sbindir}/%{name}-broker*
%{_mandir}/man8/%{name}-broker*
%config(noreplace) %{_sysconfdir}/%{name}/daemons/brokerd.ini

%files receiver
%{_unitdir}/%{name}-receiver.service
%{_sbindir}/%{name}-receiver*
%{_mandir}/man8/%{name}-receiver*
%config(noreplace) %{_sysconfdir}/%{name}/daemons/receiverd.ini

%files
%{py_puresitedir}/%{name}
%{py_puresitedir}/Shinken*.egg-info
%{_sbindir}/%{name}
%{_sbindir}/%{name}-discovery
%doc COPYING THANKS 
%{_mandir}/man8/%{name}*8shinken*
%{_mandir}/man8/%{name}-discovery*
# %config(noreplace) %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/tmpfiles.d/%{name}.conf
%attr(-,%{shinken_user} ,%{shinken_group}) %dir %{_localstatedir}/log/%{name}
%attr(-,%{shinken_user} ,%{shinken_group}) %{_localstatedir}/lib/%{name}
%attr(-,%{shinken_user} ,%{shinken_group}) %dir %{_localstatedir}/run/%{name}


%changelog
* Thu Aug 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-8
+ Revision: ff3e405
- Updated to 2.0.3, migrated to systemd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8170 |14cr|shmux-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name shmux
%define version 1.0.2
%define release 3

Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Summary: 	Program for executing the same command on many hosts in parallel
License: 	GPL
Group:		Networking/Remote access
Url: 		http://web.taranis.org/shmux/
Source0: 	%{name}-%{version}.tgz
BuildRequires:  pcre-devel
BuildRequires:  ncurses-devel
BuildRoot: %{_tmppath}/%{name}-%{version}


%description
Shmux is program for executing the same command on many hosts in parallel.
For each target, a child process is spawned by shmux, and a shell on the 
target obtained one of the supported methods: rsh, ssh, or sh. The output 
produced by the children is received by shmux and either (optionally) output 
in turn to the user using an easy to read format, or written to files for
later processing making it well suited for use in scripts.

%prep 
%setup -q -n %name-%{version}

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc tests/* CHANGES INSTALL LICENSE
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/%name.1*
%_datadir/%name




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: 81c1b6c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8171 |14cr|shntool-3.0.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A multi-purpose WAVE data processing and reporting utility
Name:		shntool
Version:	3.0.10
Release:	4
URL:		http://etree.org/shnutils/shntool
Source0:	http://etree.org/shnutils/shntool/dist/src/%{name}-%{version}.tar.gz
Group:		Sound
License:	GPLv2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Suggests:	flac
Suggests:	sox
Suggests:	cuetools
Suggests:	ttaenc
Suggests:	shorten
Suggests:	kexis
Suggests:	bonk
Suggests:	wavpack
Suggests:	mp4als
Suggests:	alac_decoder
Suggests:	mac

%description
A multi-purpose WAVE data processing and reporting utility. File formats are
abstracted from its core, so it can process any file that contains WAVE data,
compressed or not - provided there exists a format module to handle that
particular file type. 

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%doc doc/*
%{_bindir}/shn*
%{_mandir}/man1/*.1.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.10-4
+ Revision: f94adff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8172 |14cr|shtool-2.0.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		shtool
Version:	2.0.8
Release:	8
Summary:	Portable shell tool
Group:		Shells
License:	GPLv2+
URL:		http://www.gnu.org/software/shtool/
Source0:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
BuildArch:	noarch

%description
GNU shtool is a compilation of small but very stable and portable
shell scripts into a single shell tool. All ingredients were in
successful use over many years in various free software projects.
The compiled shtool program is intended to be used inside the source
tree of other free software packages. There it can overtake various
(usually non-portable) tasks related to the building and installation
of such a package. It especially can replace the old mkdir.sh,
install.sh and related scripts. 

%prep
%setup -q

%build
%configure
%make

%check
make check

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog NEWS RATIONAL README THANKS VERSION
%{_mandir}/man*/%{name}*.*
%{_bindir}/%{name}
%{_bindir}/%{name}ize
%{_datadir}/%{name}/
%{_datadir}/aclocal/%{name}.m4




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.8-8
+ Revision: 3d85cda
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8173 |14cr|shutter-0.90.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Feature-rich screenshot application
Name:		shutter
Version:	0.90.1
Release:	3
License:	GPLv3+
Group:		Graphical desktop/GNOME
Url:		http://shutter-project.org/
Source0:	http://shutter-project.org/wp-content/uploads/releases/tars/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	gettext
# Mandriva is the greate distribution.
Requires:	gnome-vfs2
%rename gscrot

%description
Shutter is a feature-rich screenshot program. You can take a screenshot of a
specific area, window, your whole screen, or even of a website - apply
different effects to it, draw on it to highlight points, and then upload
to an image hosting site, all within one window.

%files -f %{name}.lang
%doc README
%attr(755,root,root) %{_bindir}/shutter
%{_datadir}/shutter/*
%{_datadir}/applications/shutter.desktop
%{_mandir}/man1/*
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_iconsdir}/HighContrast/scalable/apps/*.svg
%{_iconsdir}/ubuntu-mono-light/scalable/apps/*
%{_iconsdir}/ubuntu-mono-dark/scalable/apps/*
%{_iconsdir}/ubuntu-mono-light/*/apps/*.png
%{_iconsdir}/ubuntu-mono-dark/*/apps/*.png
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
install -d -m 0755 %{buildroot}
install -d -m 0755 %{buildroot}%{_prefix}
cp -a bin %{buildroot}%{_prefix}
cp -a share %{buildroot}%{_prefix}

%find_lang %{name}
%find_lang %{name}-upload-plugins
%find_lang %{name}-plugins
cat %{name}-upload-plugins.lang >> %{name}.lang
cat %{name}-plugins.lang >> %{name}.lang


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.1-3
+ Revision: 7b5c0ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8174 |14cr|sidplay-base-1.0.9-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name sidplay-base
%define version 1.0.9
%define release 7


Summary: A Commodore 64 music player and SID chip emulator
Name: %{name}
Version: %{version}
Release: %{release}
License: GPLv2+
URL: http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/linux.html
Group: Sound
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source: http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/%{name}-%{version}.tar.bz2
Patch: sidplay-base-1.0.9-tsid.patch.bz2
Patch1: sidplay-base-1.0.9-gcc4.4.patch
BuildRequires: libsidplay-devel < 2
BuildRequires:  tsid-devel >= 0.7
BuildRequires: automake1.4

%description
SIDPLAY is basically a music player. It emulates the Sound Interface
Device (SID) chip and the microprocessor unit of the Commodore 64
computer, so it can load and execute C64 machine code programs which
produce music or sound. Normally these are short pieces of code
pulled out of Commodore games or demonstration programs. Using
SIDPLAY, you can listen to thousands of old and new C64 sound files
by infamous artists such as Hubbard and Paul Norman! In emulation,
their music lives on...

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q
%patch -p1 -b .tsid
%patch1 -p1

%build
rm -f configure
automake-1.4
autoconf
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING POINTER audio/README
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9-7
+ Revision: 6e33d04
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8175 |14cr|sidtools-1.0.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    sidtools
Summary: Creates and plays playlists for Sidplay
Version: 1.0.1
Release: 14
License: GPL
Group: Sound
Source: http://user.tninet.se/~uxm165t/%{name}-%{version}.tar.bz2
URL: http://user.tninet.se/~uxm165t/sidtools.html
Requires: sidplay-base

%description
A set of tools to create playlists (and play them) for SidPlay.  Lists
can be created automatically, via the search engine search2list, or
manually, with a text editor.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall

%files
%defattr(-,root,root)
%doc README COPYING ChangeLog NEWS AUTHORS THANKS TODO
%config(noreplace) %{_sysconfdir}/sidtoolsrc
%{_infodir}/sidtools.info*
%{_bindir}/sidplayo
%{_bindir}/search2list
%{_bindir}/makelist
%{_bindir}/sidlist




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-14
+ Revision: ef742fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8176 |14cr|siege-2.72-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	HTTP regression testing and benchmarking utility
Name:		siege
Version:	2.72
Release:	2
License:	GPLv2+
Group:		System/Servers
URL:		http://www.joedog.org/JoeDog/Siege/
Source0:	ftp://ftp.joedog.org/pub/siege/%{name}-%{version}.tar.gz
Patch0:		siege-2.70-makefile.patch
Patch1:		siege-2.72-mdv-format-security.patch
BuildRequires:	openssl-devel

%description
Siege is an HTTP regression testing and benchmarking utility.
It was designed to let web developers measure the performance of their code
under duress, to see how it will stand up to load on the Internet.
Siege supports basic authentication, cookies, HTTP and HTTPS protocols.
It allows the user hit a web server with a configurable number of concurrent
simulated users. Those users place the webserver "under siege."

%prep
%setup -q
%patch0 -p1 -b .good
%patch1 -p1 -b .format

%build
%configure2_5x
%make

%install
%makeinstall_std

install -d %{buildroot}%{_sysconfdir}
install -m0644 doc/urls.txt %{buildroot}%{_sysconfdir}/urls.txt

%files
%defattr(-,root,root,0755)
%doc AUTHORS ChangeLog COPYING KNOWNBUGS MACHINES NEWS PLATFORM README*
%config(noreplace) %{_sysconfdir}/urls.txt
%config(noreplace) %{_sysconfdir}/siegerc
%{_bindir}/bombardment
%{_bindir}/siege
%{_bindir}/siege.config
%{_bindir}/siege2csv.pl
%{_mandir}/man1/bombardment.1*
%{_mandir}/man1/siege.1*
%{_mandir}/man1/siege.config*
%{_mandir}/man1/siege2csv.1*
%{_mandir}/man5/urls_txt.5*
%{_mandir}/man7/layingsiege.7*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.72-2
+ Revision: c8e831d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8177 |14cr|sieve-connect-0.81-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sieve-connect
Version:	0.81
Release:	3
Summary:	A client for the ManageSieve protocol
Group:		Networking/Mail
License:	BSD
URL:		http://people.spodhuis.org/phil.pennock/software/
Source0:	http://people.spodhuis.org/phil.pennock/software/%{name}-%{version}.tar.bz2
BuildArch:	noarch
Requires:	perl
Requires:	perl-Authen-SASL
Requires:	perl-IO-Socket-INET6
Requires:	perl-IO-Socket-SSL
Requires:	perl-Net-DNS
Requires:	perl-Term-ReadKey
Suggests:	perl-Pod-Simple
Suggests:	perl-Term-ReadLine-Gnu

%description
This is sieve-connect.  A client for the ManageSieve protocol, as
specified in RFC 5804.  Historically, this was MANAGESIEVE as implemented
by timsieved in Cyrus IMAP.

sieve-connect speaks ManageSieve and supports TLS for connection privacy
and also authentication if using client certificates.  sieve-connect
will use SASL authentication; SASL integrity layers are not supported,
use TLS instead.  GSSAPI-based authentication should generally work,
provided that client and server can use a common underlaying protocol.
If it doesn't work for you, please report the issue.

sieve-connect is designed to be both a tool which can be invoked from
scripts and also a decent interactive client.  It should also be a
drop-in replacement for "sieveshell", as supplied with Cyrus IMAP.

%prep
%setup -q

%build

%install
%__install -d -m 755 %{buildroot}%{_bindir}/
%__install -d -m 755 %{buildroot}%{_mandir}/man1/
make INSTALLROOT=%{buildroot} PREFIX=%{_prefix} MANDIR=/share/man install

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.81-3
+ Revision: aea6554
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8178 |14cr|sigar-1.6.3.20100329-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%define gitdate 20100329

# Source built as:
# 	% export VERSION= 1.6.3.20100329	# date +%Y%m%d
#	% git clone git://github.com/hyperic/sigar.git sigar-$VERSION
#	% rm -fr `find sigar-$VERSION -name .git`
#	% tar jcf sigar.tar.bze sigar-$VERSION
# Note:
# building only python bindings

Summary:	System Information Gatherer And Reporter
Name:		sigar
Version:	1.6.3.%{gitdate}
Release:	5
License:	GPLv2+
Group:		Monitoring
Url:		http://support.hyperic.com/display/SIGAR/Home
Source0:	%{name}.tar.bz2
Patch0:		sigar-1.6.3-tirpc.patch
BuildRequires:	valgrind
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(python)

%description
The Sigar API provides a portable interface for gathering system information
such as:

    * System memory, swap, cpu, load average, uptime, logins
    * Per-process memory, cpu, credential info, state, arguments,
      environment, open files
    * File system detection and metrics
    * Network interface detection, configuration info and metrics
    * TCP and UDP connection tables
    * Network route table

#----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	System Information Gatherer And Reporter
Provides:	lib%{name} = %{EVRD}

%description -n %{libname}
The Sigar API provides a portable interface for gathering system information
such as:

    * System memory, swap, cpu, load average, uptime, logins
    * Per-process memory, cpu, credential info, state, arguments,
      environment, open files
    * File system detection and metrics
    * Network interface detection, configuration info and metrics
    * TCP and UDP connection tables
    * Network route table

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	System Information Gatherer And Reporter
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The Sigar API provides a portable interface for gathering system information
such as:

    * System memory, swap, cpu, load average, uptime, logins
    * Per-process memory, cpu, credential info, state, arguments,
      environment, open files
    * File system detection and metrics
    * Network interface detection, configuration info and metrics
    * TCP and UDP connection tables
    * Network route table

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/lib%{name}.so

#----------------------------------------------------------------------------

%package -n python-%{name}
Group:		Development/Other
Summary:	System Information Gatherer And Reporter

%description -n python-%{name}
The Sigar API provides a portable interface for gathering system information
such as:

    * System memory, swap, cpu, load average, uptime, logins
    * Per-process memory, cpu, credential info, state, arguments,
      environment, open files
    * File system detection and metrics
    * Network interface detection, configuration info and metrics
    * TCP and UDP connection tables
    * Network route table

%files -n python-%{name}
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
sh autogen.sh
%configure2_5x \
	--disable-static \
	--enable-shared
%make LIBS="-ltirpc"

pushd bindings/python
    python setup.py build
popd

%install
%makeinstall_std

pushd bindings/python
    python setup.py install --root=%{buildroot}
popd


%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.3.20100329-5
+ Revision: 2560300
- Fix build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8179 |14cr|sigil-0.7.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Sigil

%define prerel 0
%define rel 3

%if %prerel
%define release 0.%{prerel}.%{rel}
%define srcname %{oname}-%{version}%{prerel}
%else
%define release %{rel}
%define srcname %{oname}-%{version}
%endif

Summary:	A free, open source WYSIWYG ebook editor
Name:		sigil
Version:	0.7.2
Release:	%{release}
Url:		http://code.google.com/p/sigil/
Source0:	http://sigil.googlecode.com/files/%{srcname}-Code.zip
Source1:	ru_RU.aff
Source2:	ru_RU.dic
# from Anssi: this makes it use system libs instead of bundled ones. Except for
# libtidy which has some local hacks not present in system-provided libtidy.
# code is GPlv3 and content is CC BY-SA
License:	GPLv3 and Creative Commons Attribution-ShareAlike
Group:		Office
BuildRequires:	cmake
BuildRequires:	boost-devel >= 1.48.0
BuildRequires:	zlib-devel bzip2-devel
BuildRequires:	libxerces-c-devel
BuildRequires:	hunspell-devel
BuildRequires:	pcre-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools
Requires:	%mklibname qt5gui5-x11

%description
Sigil is a free, open source WYSIWYG e-book editor.
It is designed to edit books in ePub format.

%prep
%setup -q -c -n %{srcname}-Code

rm -fr src/BoostParts
# fix end of line encoding for the docs:
sed -i 's/\r//' ChangeLog.txt README.txt COPYING.txt

%build
# there are only internal helper libs, and they need to be static as build
# fails otherwise (they contain undefined symbols), and making them shared
# libs wouldn't make sense anyway (they are not shared by anything else)
# - Anssi 06/2010
%cmake -G "Unix Makefiles" -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_STATIC_LIBS:BOOL=ON
%make

%install
%makeinstall_std -C build

# install icons for the .desktop file
install -m644 -D src/Sigil/Resource_Files/icon/app_icon_16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/sigil.png
install -m644 -D src/Sigil/Resource_Files/icon/app_icon_32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/sigil.png
install -m644 -D src/Sigil/Resource_Files/icon/app_icon_48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/sigil.png
install -m644 -D src/Sigil/Resource_Files/icon/app_icon_128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/sigil.png
install -m644 -D src/Sigil/Resource_Files/icon/app_icon_256.png %{buildroot}%{_iconsdir}/hicolor/256x256/apps/sigil.png

# create a .desktop file:
mkdir -p %{buildroot}%{_datadir}/applications

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=%{oname}
Comment=WYSIWYG ebook editor
Icon=%{name}
Exec=%{name} %u
MimeType=application/epub+zip;
Categories=Office;
EOF

# install additional dictionaries
install -m644 -D %{SOURCE1} %{SOURCE2} %{buildroot}%{_datadir}/%{name}/hunspell_dictionaries/

%find_lang %{name} --with-qt

%files -f %{name}.lang
%doc ChangeLog.txt README.txt COPYING.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/pixmaps/*.png
%{_datadir}/%{name}/examples
%{_datadir}/%{name}/hunspell_dictionaries


%changelog
* Fri Jun 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.2-3
+ Revision: d01f1b3
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8180 |14cr|signon-8.56-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libextension %mklibname signon-extension %{major}
%define libplugins %mklibname signon-plugins %{major}
%define libpluginscommon %mklibname signon-plugins-common %{major}
%define libqt %mklibname signon-qt %{major}
%define devextension %mklibname -d signon-extension
%define devplugins %mklibname signon-plugins -d
%define develqt %mklibname signon-qt -d
%define devd %mklibname signond -d
%define debug_package %{nil}

Summary:	A framework for centrally storing authentication credentials
Name:		signon
Version:	8.56
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://code.google.com/p/accounts-sso/
Source0:	http://accounts-sso.googlecode.com/files/%{name}-%{version}.tar.bz2
Patch0:		signon-8.56-no-static.patch
Patch1:		signon-8.56-missing-moc-include.patch
BuildRequires:	doxygen
BuildRequires:	qt4-devel

%description
Single Sign-On is a framework for centrally storing authentication credentials
and handling authentication on behalf of applications as requested by
applications. It consists of a secure storage of login credentials (for example
usernames and passwords), plugins for different authentication systems and a
client library for applications to communicate with this system.

%files
%{_sysconfdir}/signond.conf
%{_bindir}/signonpluginprocess
%dir %{_libdir}/signon
%{_libdir}/signon/*.so
%{_datadir}/dbus-1/services/*.service

#----------------------------------------------------------------------------

%package -n %{libextension}
Summary:	A framework for centrally storing authentication credentials
Group:		System/Libraries

%description -n %{libextension}
Single Sign-On is a framework for centrally storing authentication credentials
and handling authentication on behalf of applications as requested by
applications. It consists of a secure storage of login credentials (for example
usernames and passwords), plugins for different authentication systems and a
client library for applications to communicate with this system.

%files -n %{libextension}
%{_libdir}/libsignon-extension.so.%{major}
%{_libdir}/libsignon-extension.so.%{major}.*

#----------------------------------------------------------------------------

%package -n %{libplugins}
Summary:	A framework for centrally storing authentication credentials
Group:		System/Libraries

%description -n %{libplugins}
Single Sign-On is a framework for centrally storing authentication credentials
and handling authentication on behalf of applications as requested by
applications. It consists of a secure storage of login credentials (for example
usernames and passwords), plugins for different authentication systems and a
client library for applications to communicate with this system.

%files -n %{libplugins}
%{_libdir}/libsignon-plugins.so.%{major}
%{_libdir}/libsignon-plugins.so.%{major}.*

#----------------------------------------------------------------------------

%package -n %{libpluginscommon}
Summary:	A framework for centrally storing authentication credentials
Group:		System/Libraries

%description -n %{libpluginscommon}
Single Sign-On is a framework for centrally storing authentication credentials
and handling authentication on behalf of applications as requested by
applications. It consists of a secure storage of login credentials (for example
usernames and passwords), plugins for different authentication systems and a
client library for applications to communicate with this system.

%files -n %{libpluginscommon}
%{_libdir}/libsignon-plugins-common.so.%{major}
%{_libdir}/libsignon-plugins-common.so.%{major}.*

#----------------------------------------------------------------------------

%package -n %{libqt}
Summary:	A framework for centrally storing authentication credentials
Group:		System/Libraries

%description -n %{libqt}
Single Sign-On is a framework for centrally storing authentication credentials
and handling authentication on behalf of applications as requested by
applications. It consists of a secure storage of login credentials (for example
usernames and passwords), plugins for different authentication systems and a
client library for applications to communicate with this system.

%files -n %{libqt}
%{_libdir}/libsignon-qt.so.%{major}
%{_libdir}/libsignon-qt.so.%{major}.*

#----------------------------------------------------------------------------

%package -n %{devextension}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libextension} = %{EVRD}

%description -n %{devextension}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devextension}
%{_libdir}/libsignon-extension.so
%{_libdir}/pkgconfig/SignOnExtension.pc
%{_includedir}/signon-extension

#----------------------------------------------------------------------------

%package -n %{devplugins}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libplugins} = %{EVRD}
Requires:	%{libpluginscommon} = %{EVRD}
# A typo was there
Conflicts:	%{_lib}libsignon-plugins-commo-devel < 8.56
Obsoletes:	%{_lib}libsignon-plugins-commo-devel < 8.56

%description -n %{devplugins}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devplugins}
%{_libdir}/libsignon-plugins.so
%{_libdir}/libsignon-plugins-common.so
%{_libdir}/pkgconfig/signon-plugins-common.pc
%{_libdir}/pkgconfig/signon-plugins.pc
%{_includedir}/signon-plugins

#----------------------------------------------------------------------------

%package -n %{develqt}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libqt} = %{EVRD}

%description -n %{develqt}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{develqt}
%{_libdir}/libsignon-qt.so
%{_libdir}/libsignon-qt.a
%{_libdir}/cmake/SignOnQt/*.cmake
%{_libdir}/pkgconfig/libsignon-qt.pc
%{_includedir}/signon-qt
#% {qt4dir}/mkspecs/features/*.prf

#----------------------------------------------------------------------------

%package -n %{name}d
Summary:	A framework for centrally storing authentication credentials
Group:		System/Libraries

%description -n %{name}d
Single Sign-On is a framework for centrally storing authentication credentials
and handling authentication on behalf of applications as requested by
applications. It consists of a secure storage of login credentials (for example
usernames and passwords), plugins for different authentication systems and a
client library for applications to communicate with this system.

%files -n %{name}d
%{_bindir}/signond
%{_datadir}/dbus-1/interfaces/*.xml

#----------------------------------------------------------------------------

%package -n %{devd}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{name}d = %{EVRD}

%description -n %{devd}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devd}
%{_libdir}/pkgconfig/signond.pc
%{_includedir}/signond

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
BuildArch:	noarch

%description doc
Documentation for %{name}.

%files doc
%{_datadir}/doc/libsignon-qt
%{_datadir}/doc/signon
%{_datadir}/doc/signon-plugins
%{_datadir}/doc/signon-plugins-dev

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%qmake_qt4
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}


%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 8.56-1
+ Revision: 44dc0fc
- New version 8.56, fix plugins development package name, build libsignon-plugins as shared library



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8181 |14cr|silc-client-1.1.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _silcdatadir %{_datadir}/silc
%define _silcetcdir %{_sysconfdir}/silc

Summary:	Client for the secure Internet Live Conferencing (SILC) protocol

Name:		silc-client
Version:	1.1.8
Release:	6
License:	GPLv2+
Group:		Networking/Chat
URL:		http://www.silcnet.org/
Source0:	http://www.silcnet.org/download/client/sources/%{name}-%{version}.tar.gz
BuildRequires:	nasm
BuildRequires:	ncurses-devel
BuildRequires:	perl-devel
BuildRequires:	glib2-devel
BuildRequires:	gmp-devel
BuildRequires:	automake
BuildRequires:	silc-toolkit-devel >= 1.1.9
Conflicts:	irssi

%description
SILC (Secure Internet Live Conferencing) is a protocol which provides
secure conferencing services on the Internet over insecure channel.
SILC is IRC-like software although internally they are very different.
The biggest similarity between SILC and IRC is that they both provide
conferencing services and that SILC has almost the same commands as IRC.
Other than that they are nothing alike.  Major differences are that SILC
is secure what IRC is not in any way.  The network model is also entirely
different compared to IRC.

%package -n perl-silc
Group:		Development/Perl
Summary:	Perl part of the SILC client


%description -n perl-silc
SILC (Secure Internet Live Conferencing) is a protocol which provides
secure conferencing services on the Internet over insecure channel.
SILC is IRC-like software although internally they are very different.
The biggest similarity between SILC and IRC is that they both provide
conferencing services and that SILC has almost the same commands as IRC.
Other than that they are nothing alike.  Major differences are that SILC
is secure what IRC is not in any way.  The network model is also entirely
different compared to IRC.

This contains the perl modules that come with SILC.

%prep
%setup -q
sed -i -e "s:-g -O2:${optflags}:g" configure
%ifarch x86_64
sed -i -e 's:felf\([^6]\):felf64\1:g' configure
%endif

%build
%configure2_5x \
	--with-etcdir=%{_silcetcdir} \
	--with-helpdir=%{_silcdatadir}/help \
	--with-logsdir=%{_var}/log/silc \
	--mandir=%{_mandir} \
	--enable-ipv6 \
	--with-silcd-pid-file=%{_var}/run/silcd.pid \
	--disable-shared \
	--enable-static \
	--with-perl=yes \
	--with-perl-lib=vendor \
	--with-gmp=%{_prefix} \
	--with-glib2 \
	--without-libtoolfix

make

%install
%makeinstall_std

%clean

%files
%doc %{_datadir}/doc/%{name}
%config(noreplace) %{_sysconfdir}/silc.conf
%{_bindir}/silc
%{_datadir}/silc
%{_mandir}/man?/*

%files -n perl-silc
%{perl_vendorarch}/Irssi.pm
%{perl_vendorarch}/Irssi/
%{perl_vendorarch}/auto/Irssi



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.8-6
+ Revision: 1df4cc1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8182 |14cr|silgraphite-2.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	3
%define	libname	%mklibname %{name} %{major}
%define	develname	%mklibname %{name} -d

Summary:	Font rendering capabilities for complex non-Roman writing systems
Name:		silgraphite
Version:	2.3.1
Release:	3
Group:		System/Libraries
License:	LGPLv2+ or CPL
URL:		http://sourceforge.net/projects/silgraphite/
Source0:	http://downloads.sourceforge.net/silgraphite/silgraphite-%{version}.tar.gz

%description
Graphite is a project within SIL’s Non-Roman Script Initiative and Language
Software Development groups to provide rendering capabilities for complex
non-Roman writing systems. Graphite can be used to create "smart fonts" capable
of displaying writing systems with various complex behaviors. With respect to
the Text Encoding Model, Graphite handles the "Rendering" aspect of writing
system implementation.

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains libraries used by %{name}.

%package -n %{develname}
Summary:	Files for developing with silgraphite
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Includes and definitions for developing with silgraphite.

%prep
%setup -q
sed -i -e '/build_flags -O3/s/-O3//' engine/configure

%build
cd engine
autoreconf -fi
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std -C engine

%check
make -C engine/test/RegressionTest check

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/graphite
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-3
+ Revision: 00d78ca
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8183 |14cr|sim4-20030921-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		sim4
%define version		20030921
%define split_version	2003-09-21
%define release		9

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Program to align cDNA and genomic DNA
Group:		Sciences/Biology
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPL
URL:		http://globin.cse.psu.edu/html/docs/sim4.html
Source:		http://globin.cse.psu.edu/ftp/dist/sim4/%{name}.%{split_version}.tar.bz2

%description
sim4 is a similarity-based tool for aligning an expressed DNA sequence
(EST, cDNA, mRNA) with a genomic sequence for the gene.
It also detects end matches when the two input sequences overlap at one end
(i.e., the start of one sequence overlaps the end of the other)

Reference for Sim4:
L. Florea, G. Hartzell, Z. Zhang, G. Rubin, and W. Miller (1998)
"A computer program for aligning a cDNA sequence with a genomic DNA sequence."
Genome Research 8, 967-974.

%prep
%setup -n %{name}.%{split_version}

%build
%make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf %{buildroot}
install -m 755 %{name} -D %{buildroot}%{_bindir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYRIGHT README.sim4 VERSION
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20030921-9
+ Revision: e9962dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8184 |14cr|simage-1.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 20
%define libname %mklibname %name %major
%define develname %mklibname %name -d

Name:		simage
Version:	1.7.0
Release:	4
Summary:	A support library for importing textures and sound files in various fileformats
License:	GPLv2
Group:		Graphics
URL:		http://www.coin3d.org/
Source0:	http://ftp.coin3d.org/coin/src/all/%{name}-%{version}.tar.gz

%description 
simage is a support library for importing textures and sound files in
various fileformats

%package -n %{libname}
Summary:	Main library for simage
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with simage.

%package -n %{develname}
Summary:	Headers for developing programs that will use simage
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%mklibname %name -d 20

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use simage.

%prep
%setup -q

%build
%configure2_5x --with-mpeg2enc 
%make

%install
%makeinstall

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%doc README AUTHORS NEWS COPYING
%_bindir/*
%_libdir/*.so
%_libdir/pkgconfig/simage.pc
%_includedir/*
%_datadir/Coin/conf/*
%_datadir/aclocal/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-4
+ Revision: 4420733
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8185 |14cr|simgear-3.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Basic tools for Simulation

Name:		simgear
Version:	3.0.0
Release:	2
License:	LGPLv2+ and GPLv2+
Group:		System/Libraries
Url:		http://www.flightgear.org
Source:		http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	plib-devel
BuildRequires:	subversion-devel
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(openscenegraph)
BuildRequires:	pkgconfig(zlib)

%description
All the basic routines required for the flight simulator as well as for
building scenery. Needed for FlightGear, for example.

#----------------------------------------------------------------------------

%define libSimGearCore %mklibname SimGearCore %{version}

%package -n %{libSimGearCore}
Summary:	Shared library for SimGear

Group:		System/Libraries

%description -n %{libSimGearCore}
Shared library for SimGear.

%files -n %{libSimGearCore}
%{_libdir}/libSimGearCore.so.%{version}
%{_datadir}/SimGearCore/SimGearCoreConfig-release.cmake
%{_datadir}/SimGearCore/SimGearCoreConfig.cmake

#----------------------------------------------------------------------------

%define libSimGearScene %mklibname SimGearScene %{version}

%package -n %{libSimGearScene}
Summary:	Shared library for SimGear

Group:		System/Libraries

%description -n %{libSimGearScene}
Shared library for SimGear.

%files -n %{libSimGearScene}
%{_libdir}/libSimGearScene.so.%{version}

#----------------------------------------------------------------------------

%package devel
Summary:	Headers/misc for developing programs that will use SimGear

Group:		Development/C++
Requires:	%{libSimGearCore} = %{EVRD}
Requires:	%{libSimGearScene} = %{EVRD}

%description devel
This package contains the headers that programmers will need to develop
applications which will use SimGear, for example FlightGear.

%files devel
%doc README COPYING AUTHORS NEWS
%{_includedir}/simgear/
%{_libdir}/libSimGearCore.so
%{_libdir}/libSimGearScene.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake \
	-DJPEG_FACTORY:BOOL=ON \
	-DSYSTEM_EXPAT:BOOL=ON \
	-DSIMGEAR_SHARED:BOOL=ON
%make

%install
%makeinstall_std -C build



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-2
+ Revision: 0ec9c82
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8186 |14cr|simh-3.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Based on spec from Fedora

Summary:	A highly portable, multi-system emulator
Name:		simh
Version:	3.8.1
Release:	3
License:	MIT and GPLv1+
Group:		Emulators
Url:		http://simh.trailing-edge.com/
Source0:	simh-%{version}-noroms.tar.gz
# we use this to remove the roms binary and patented code before shipping it.
# Download the upstream tarball and invoke this script while in the
# tarball's directory: ./simh-generate-tarball.sh 3.8.1
Source1:	simh-generate-tarball.sh
Patch0:		simh-3.8.1-makefile.patch
Patch1:		simh-3.8.1-altair-segfault.patch
Patch2:		simh-3.8.1-fmt.patch
BuildRequires:	dos2unix
BuildRequires:	pcap-devel

%description
SIMH is a historical computer simulation system. It consists of simulators
for many different computers, all written around a common user
interface package and set of supporting libraries.
SIMH can be used to simulate any computer system for which sufficient detail
is available, but the focus to date has been on simulating computer systems
of historic interest.

SIMH implements simulators for:

* Data General Nova, Eclipse
* Digital Equipment Corporation PDP-1, PDP-4, PDP-7, PDP-8, PDP-9, PDP-10,
  PDP-11, PDP-15, VAX
* GRI Corporation GRI-909, GRI-99
* IBM 1401, 1620, 7090/7094, System 3
* Interdata (Perkin-Elmer) 16b and 32b systems
* Hewlett-Packard 2114, 2115, 2116, 2100, 21MX, 1000
* Honeywell H316/H516
* MITS Altair 8800, with both 8080 and Z80
* Royal-Mcbee LGP-30, LGP-21
* Scientific Data Systems SDS 940

%files
%doc ALTAIR/altair.txt NOVA/eclipse.txt 0readme_38.txt 0readme_ethernet.txt
%doc HP2100/hp2100_diag.txt I7094/i7094_bug_history.txt Interdata/id_diag.txt
%doc PDP1/pdp1_diag.txt PDP10/pdp10_bug_history.txt PDP18B/pdp18b_diag.txt
%doc S3/haltguide.txt S3/readme_s3.txt S3/system3.txt SDS/sds_diag.txt
%doc VAX/vax780_bug_history.txt
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
dos2unix makefile
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
mkdir -p BIN
export CFLAGS="%{optflags}"
%make USE_NETWORK=1


%install
mkdir -p %{buildroot}%{_bindir}
for i in `ls BIN/`; do
	install -p -m 755 BIN/$i %{buildroot}%{_bindir}/simh-$i
done
for i in `find -iname "*.txt"`; do dos2unix -k $i; done



%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.8.1-3
+ Revision: 9f9faa4
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8187 |14cr|simpleburn-1.6.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SimpleBurn is a basic burning tool for CDs and DVDs
Name:		simpleburn
Version:	1.6.4
Release:	2
Group:		Archiving/Cd burning
License:	CeCILL
URL:		http://simpleburn.tuxfamily.org/
Source0:	http://simpleburn.tuxfamily.org/IMG/bz2/%{name}-%{version}.tar.bz2
Patch0:		simpleburn-1.6.4_desktop.patch

BuildRequires:	cmake
BuildRequires:	pkgconfig(gtk+-2.0)

Requires:	cdrkit
Requires:	vorbis-tools
Requires:	mpg123
Requires:	normalize

%description
SimpleBurn is a basic burning application for CDs and DVDs.

%prep
%setup -q
%apply_patches

%build
export CFLAGS="$CFLAGS -lm"
%cmake \
	-DDETECTION=UDEV \
	-DBURNING=CDRTOOLS

%make

%install
%makeinstall_std -C build
rm -rf %{buildroot}/usr/doc/

%find_lang %{name}

%files -f %{name}.lang
%doc doc/*
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}*
%{_datadir}/pixmaps/*.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.4-2
+ Revision: 9ddd388
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8188 |14cr|simplescreenrecorder-0.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libglinject %mklibname ssr-glinject

Summary:	A feature-rich screen recorder that supports X11 and OpenGL
Name:		simplescreenrecorder
Version:	0.1.2
Release:	3
License:	GPLv3+
Group:		Video
Url:		http://www.maartenbaert.be/simplescreenrecorder
Source0:	https://github.com/MaartenBaert/ssr/archive/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
%ifarch %{ix86} x86_64
Suggests:	%{libglinject}
%endif

%description
SimpleScreenRecorder is a Linux program that was created to record programs
and games.

The original goal was to create a program that was just really simple to
use, the result is actually a pretty powerful program. It's 'simple' in
the sense that it's easier to use than ffmpeg/avconv or VLC, because it
has a straightforward user interface.

Features:
 * Graphical user interface (Qt-based).
 * Faster than VLC and ffmpeg/avconv.
 * Records the entire screen or part of it, or records OpenGL applications
   directly (similar to Fraps on Windows).
 * Synchronizes audio and video properly (a common issue with VLC and
   ffmpeg/avconv).
 * Reduces the video frame rate if your computer is too slow (rather than
   using up all your RAM like VLC does).
 * Fully multithreaded: small delays in any of the components will never
   block the other components, resulting is smoother video and better
   performance on computers with multiple processors.
 * Pause and resume recording at any time (either by clicking a button or by
   pressing a hotkey).
 * Shows statistics during recording (file size, bit rate, total recording
   time, actual frame rate, ...).
 * Can show a preview during recording, so you don't waste time recording
   something only to figure out afterwards that some setting was wrong.
 * Uses libav/ffmpeg libraries for encoding, so it supports many different
   codecs and file formats (adding more is trivial).
 * Sensible default settings: no need to change anything if you don't want to.
 * Tooltips for almost everything: no need to read the documentation to find
   out what something does.

%files
%doc COPYING *.txt README.md data/about.htm
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/256x256/apps/%{name}.png

#----------------------------------------------------------------------------

%ifarch %{ix86} x86_64
%package -n %{libglinject}
Summary:	A feature-rich screen recorder library
License:	MIT
Group:		System/Libraries
Conflicts:	%{name} < 0.1.2-2

%description -n %{libglinject}
This package provides SimpleScreenRecorder's optional library.

%files -n %{libglinject}
%{_libdir}/libssr-glinject.*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q -n ssr-%{version}

%build
%ifarch %{ix86} x86_64
%configure2_5x
%else
%configure2_5x \
	--disable-x86-asm \
	--disable-glinjectlib
%endif
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-3
+ Revision: 4529c01
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8189 |14cr|simplyhtml0.11-0.11-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support 1
%define section free

Name:           simplyhtml0.11
Version:        0.11
Release:        5
Epoch:          0
Summary:        Application and a java component for rich text processing
License:        GPL
Group:          Development/Java
URL:            http://www.lightdev.com/page/3.htm
Source0:        http://www.lightdev.com/dload/shtm_r.zip
Source1:        simplyhtml0.11-manifest.mf
Requires:       javahelp2
BuildRequires:  javahelp2
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif
BuildRequires:  java-rpmbuild

%description
SimplyHTML is an application and a java component for rich text
processing. It stores documents as HTML files in combination with
Cascading Style Sheets (CSS). SimplyHTML is not intended to be used
as an editor for web pages.

%package javadoc
Summary:        Javadoc documentation for %{name}
Group:          Development/Java

%description javadoc
Javadoc documentation for %{name}.

%prep
%setup -q -c
%{__perl} -pi -e 's/\r$//g' gpl.txt readme.txt
%{_bindir}/find . -name '*.jar' | %{_bindir}/xargs -t %{__rm}
%{__ln_s} $(build-classpath javahelp2) jhall.jar
%{__mkdir_p} api

%build
cd src
export CLASSPATH=$(build-classpath javahelp2)
%{javac} `%{_bindir}/find . -name '*.java'`
%{jar} cvfm ../SimplyHTML0.11.jar %{SOURCE1} `%{_bindir}/find . ! -type d ! -name '*.java' -a ! -name package.html -a ! -name Thumbs.db -a ! -name '*.css'`
%{jar} i ../SimplyHTML0.11.jar
%{javadoc} -d ../api `%{_bindir}/find . -name '*.java'`
%{__rm} -r ../api/com/sun
cd ..

%install
%{__mkdir_p} %{buildroot}%{_javadir}
%{__cp} -a SimplyHTML0.11.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/SimplyHTML0.11-%{version}.jar
%{__ln_s} SimplyHTML0.11-%{version}.jar %{buildroot}%{_javadir}/SimplyHTML0.11.jar

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc Help.pdf gpl.txt readme.txt
%{_javadir}/*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.11-5
+ Revision: 0fcb848
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8190 |14cr|simplyhtml-0.12.3-0.0.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support 1
%define section free

Name:           simplyhtml
Version:        0.12.3
Release:        0.0.3
Epoch:          0
Summary:        Application and a java component for rich text processing
License:        GPLv2+
Group:          Development/Java
URL:            http://simplyhtml.sourceforge.net/
# cvs -z3 -d:pserver:guest@simplyhtml.cvs.sourceforge.net:/cvsroot/simplyhtml export -r shtml_0_12_3 shtml
# mv shtml simplyhtml-0.12.3
# tar cjf simplyhtml-0.12.3.tar.bz2 simplyhtml-0.12.3
Source0:        http://downloads.sourceforge.net/sourceforge/simplyhtml/simplyhtml-%{version}.tar.bz2
Requires:       gnu-regexp
Requires:       javahelp2
BuildRequires:  ant
BuildRequires:  gnu-regexp
BuildRequires:  javahelp2
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif
BuildRequires:  java-rpmbuild
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
SimplyHTML is an application and a java component for rich text
processing. It stores documents as HTML files in combination with
Cascading Style Sheets (CSS). SimplyHTML is not intended to be used
as an editor for web pages.

%package javadoc
Summary:        Javadoc documentation for %{name}
Group:          Development/Java

%description javadoc
Javadoc documentation for %{name}.

%prep
%setup -q
%{_bindir}/find . -name '*.jar' | %{_bindir}/xargs -t %{__rm}

%{_bindir}/find . -type f -name '*.htm' | \
  %{_bindir}/xargs -t %{__perl} -pi -e 's/\r$//g'

%{__perl} -pi -e 's/^Class-Path:.*\n//;' \
              -e 's/^Created-By:.*\n//;' \
  src/MANIFEST.MF

cd lib
%{__ln_s} $(build-classpath gnu-regexp) gnu-regexp-1.1.4.jar
%{__ln_s} $(build-classpath javahelp2) jhall.jar
cd ..

%build
export CLASSPATH=
export OPT_JAR_LIST=:
cd src
%{ant}
cd ..

%install
%{__mkdir_p} %{buildroot}%{_javadir}

cp -a dist/lib/SimplyHTML.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/SimplyHTML-%{version}.jar
%{__ln_s} SimplyHTML-%{version}.jar %{buildroot}%{_javadir}/SimplyHTML.jar

cp -a dist/lib/SimplyHTMLHelp.jar %{buildroot}%{_javadir}/%{name}-help-%{version}.jar
%{__ln_s} %{name}-help-%{version}.jar %{buildroot}%{_javadir}/%{name}-help.jar
%{__ln_s} %{name}-help-%{version}.jar %{buildroot}%{_javadir}/SimplyHTMLHelp-%{version}.jar
%{__ln_s} SimplyHTMLHelp-%{version}.jar %{buildroot}%{_javadir}/SimplyHTMLHelp.jar

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc doc/*
%{_javadir}/*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.12.3-0.0.3
+ Revision: dd0e7b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8191 |14cr|simutrans-0.111.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	majver		111
%define	minver		3
%define	minminver	1

Name:		simutrans
Version:	0.%{majver}.%{minver}.%{minminver}
Release:	2
Summary:	Transport and Economic Simulation Game
License:	Artistic
Group:		Games/Strategy
Url:		http://www.simutrans.com/
Source:		%{name}-src-%{majver}-%{minver}-%{minminver}.zip
Source1:	config.default
Source2:	simutrans.run
Source3:	simutrans.desktop
Source4:	simutrans.png
Source5:	simutrans_langtabs-99-17.tar.bz2
Patch0:		simutrans-no-x86-specifics-0.111.2.2.patch
Patch1:		simutrans-0.111.2.2-homepath.patch
Requires:	simutrans-pak >= 0.%{majver}
BuildRequires:	SDL-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	bzip2-devel
BuildRequires:	zlib-devel

%description
Simutrans is a freeware transportation simulator that runs under
Windows, Linux, and a few other operating systems (Apple Macintosh
with Intel processors, BEOS). It's similar to Transport Tycoon,
Transport Tycoon Deluxe and Transport Giant.

You take on the role of operating a transportation company, and your
goal is to get goods of various kinds, as well as passengers and mail,
from one place to the next.

Don't be fooled by the tile-based graphics - this is a very complex
game, and it is constantly evolving, with new features being added. It
is a living game, and consistently being made better and better.

%prep
%setup -q -c -a 5
find . -type f -exec chmod 644 {} \;
%patch1 -p1 -b .homepath
%ifarch x86_64
%patch0 -p1
%endif

%build
cp -pr %{SOURCE1} .
%make

%install
mkdir -p %{buildroot}%{_libexecdir}/simutrans
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_datadir}/applications

install -m 0755 build/default/sim %{buildroot}%{_libexecdir}/simutrans/simutrans.bin
cp -pr simutrans/{config,font,music,text} %{buildroot}%{_libexecdir}/simutrans/

sed -e 's,@LIBEXECDIR@,%{_libexecdir},g' %{SOURCE2} > %{buildroot}%{_bindir}/simutrans
chmod 0755 %{buildroot}%{_bindir}/simutrans
install -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/applications/
install -m 0644 %{SOURCE4} %{buildroot}%{_iconsdir}/

%files
%doc simutrans/*.txt
%{_bindir}/*
%{_libexecdir}/simutrans
%{_iconsdir}/*
%{_datadir}/applications/*.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.111.3.1-2
+ Revision: cc4f7df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8192 |14cr|simutrans-pak128-0.111.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	ver	2.1.0
%define	majver	111
%define	minver	2
%define	pak	pak128

Summary:	A complete Simutrans game data package with 128x128 tiles
Name:		simutrans-%{pak}
Version:	0.%{majver}.%{minver}
Release:	3
License:	Artistic
Group:		Games/Strategy
URL:		http://www.simutrans.com
BuildArch:	noarch
Source0:	%{pak}-%{ver}--%{majver}.%{minver}.zip
Provides:	simutrans-pak = %{version}
Requires:	simutrans

%description
This is a complete data package for Simutrans transport game
with 128x128 tiles. Internal version is %{ver}.

%prep
%setup -q -c %{name}-%{version}

%install
mkdir -p %{buildroot}%{_libexecdir}/simutrans
cp -pr simutrans/* %{buildroot}%{_libexecdir}/simutrans/

%files
%{_libexecdir}/simutrans/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.111.2-3
+ Revision: 67620a7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8193 |14cr|simvoleon-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		simvoleon
%define tarname		SIMVoleon
%define major		40
%define libname		%mklibname %{name} %{major}
%define libnamedev	%mklibname %{name} %{major} -d

Name:			%{name}
Version:		2.0.1
Release:		4
Summary:		Volume rendering library for Coin
License:		GPLv2
Group:			System/Libraries
URL:			http://www.coin3d.org
Source0:		http://ftp.coin3d.org/coin/src/all/%{tarname}-%{version}.tar.bz2

# Backport from 2.0.0:
# The 2.0.1 tarball lacks files.
Patch0:			SIMVoleon-2.0.1-doxyfixes.diff
Patch1:			SIMVoleon-2.0.1-simacros.diff
Patch2:			SIMVoleon-2.0.1-libtool.diff
Patch3:			SIMVoleon-2.0.1-gcc4.1.diff
Patch4:			simvoleon-2.0.1-mga-fix_here_doc-simvoleon-config.in.patch

BuildRequires:		pkgconfig(Coin)
BuildRequires:		pkgconfig(glu)
BuildRequires:		doxygen

%description
SIM Voleon is a software development system, in the form of an add-on library
to Coin3D. SIM Voleon complements Coin's capabilities for polygon-based
rendering with visualization of volumetric data sets, by providing so-called
"volume rendering" technology.

%package -n %{libname}
Summary:		Development files for SIMVoleon
Group:			System/Libraries
Provides:		%{name} = %{version}-%{release}

%description -n %{libname}
SIM Voleon is a software development system, in the form of an add-on library
to Coin3D. SIM Voleon complements Coin's capabilities for polygon-based
rendering with visualization of volumetric data sets, by providing so-called
"volume rendering" technology.

%package -n %{libnamedev}
Summary:		Development files for SIMVoleon
Requires:		%{libname} = %{version}-%{release}
Requires:		coin-devel
Provides:		%{name}-devel = %{version}-%{release}
Provides:		%{tarname}-devel = %{version}-%{release}
Group:			Development/C++

%description -n %{libnamedev}
SIM Voleon is a software development system, in the form of an add-on library
to Coin3D. SIM Voleon complements Coin's capabilities for polygon-based
rendering with visualization of volumetric data sets, by providing so-called
"volume rendering" technology.


%prep
%setup -q -n %{tarname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p0 -b .simvoleon-2.0.1-mga-fix_here_doc-simvoleon-config.in.patch

chmod +x cfg/doxy4win.pl

%build
./configure \
	--prefix=%{_usr} \
	--libdir=%{_libdir} \
	--includedir=%{_includedir} \
	--disable-dependency-tracking \
	--enable-man \
	--enable-html \
	htmldir=%{_datadir}/Coin/SIMVoleon
%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING README NEWS
%{_libdir}/libSimVoleon*.so.*

%files -n %{libnamedev}
%{_bindir}/*
%{_includedir}/*
%{_libdir}/libSimVoleon*.so
%{_datadir}/aclocal/simvoleon.m4
%{_datadir}/Coin/conf
%{_datadir}/Coin/SIMVoleon/*
#% doc %{_datadir}/Coin/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-4
+ Revision: 7150c2d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8194 |14cr|sinthgunt-2.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Easy to use gui for ffmpeg
Name:		sinthgunt
Version:	2.0.3
Release:	2
Source0:	http://sinthgunt.googlecode.com/files/%{name}-%{version}.tar.gz
Url:		http://code.google.com/p/sinthgunt/
License:	GPLv3
Group:		Video
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch
BuildRequires:	python-devel 
Requires:	ffmpeg python pygtk2 pygtk2.0-libglade

%description
Sinthgunt is an open source graphical user interface for ffmpeg, a computer 
program that can convert digital audio and video into numerous formats. 
Using pre-configured conversion settings, it makes the task of converting 
between different media formates very easy.

%prep
%setup -q
chmod -x *.txt

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
python setup.py install --skip-build --root $RPM_BUILD_ROOT
python setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

rm -f %buidlroot%_datadir/sinthgunt/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README.txt
%{_bindir}/*sinthgunt*
%{python_sitelib}/*
%{_datadir}/%{name}
%{_datadir}/applications/sinthgunt.desktop
%{_datadir}/pixmaps/sinthgunt.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-2
+ Revision: 1aa2a28
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8195 |14cr|sion-0.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Frontend for GIO/GVFS
Name:		sion
Version:	0.1.0
Release:	3
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/applications/sion
Source0:	http://archive.xfce.org/src/apps/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
#BuildRequires:	waf
BuildRequires:	intltool
BuildRequires:	gtk+2-devel

%description
Sion is a frontend to easily manage connections to remote filesystems 
using GIO/GVFS. It allows you to quickly connect/mount a remote filesystem 
and manage bookmarks of such.

%prep
%setup -q

%build
#configure_waf
%setup_compile_flags 
LINKFLAGS="%{?ldflags}" ; export LINKFLAGS ;
./waf configure \
    --prefix=%{_prefix} \
    --exec-prefix=%{_exec_prefix} \
    --sbindir=%{_sbindir} \
    --bindir=%{_bindir} \
    --datadir=%{_datadir} \
    --libdir=%{_libdir} \
    --sysconfdir=%{_sysconfdir} \
    --includedir=%{_includedir} \
    --mandir=%{_mandir}

#waf
./waf build %_smp_mflags --want-rpath=0

%install
#waf_install
./waf install  --destdir=%{buildroot}

rm -rf %{_docdir}/%{name}

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README ChangeLog TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-3
+ Revision: 93eeb48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8196 |14cr|sipfwd-0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name sipfwd
%define version 0.7
%define release  4

%define debug_package %{nil}

Summary: Stateless SIP Proxy
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}_%{version}.tar.gz
Source1: %{name}.sysinit
License: GPLv2+
Group: System/Servers
Url: http://dev.cmeerw.org/node/172
BuildRequires: pkgconfig(libosip2)
BuildRequires: udns-devel
BuildRequires: sqlite3-devel
BuildRequires: sqlite3-tools

%description
SIPFwd is a SIP forwarding daemon that acts as a stateless SIP proxy to
essentially forward a SIP address to another SIP server. This is useful
if you already have an account with a SIP provider, but aren't too happy
about the SIP URL you got and instead prefer to use a SIP URL with your
own domain name (but don't want to run a full-blown SIP server like
Asterisk or OpenSER).

So it allows you to use and publish SIP URLs of the form
sip:user@example.com with the minimum possible effort.

Of course, your existing SIP provider has to allow incoming connections
via SIP (unfortunately, some providers choose to block direct SIP connections
and only allow connections via PSTN).


%prep
%setup -q
cp %{SOURCE1} %{name}.sysinit

%apply_patches

%build
#configure2_5x

%make

%install
%makeinstall_std
install -D -m 0755 %{name}.sysinit %{buildroot}%{_sysconfdir}/init.d/%{name}
install -d %{buildroot}%{_localstatedir}/run/%{name}
install -d %{buildroot}%{_localstatedir}/lib/%{name}
sqlite3 %{buildroot}%{_localstatedir}/lib/%{name}/db.sqlite <db.sqlite

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false

%postun
%_postun_userdel %{name}

%clean


%files
%defattr(-,root,root)
%doc README
%{_sbindir}/%{name}
%{_sysconfdir}/init.d/%{name}
%attr(755,%{name},%{name}) %dir %{_localstatedir}/lib/%{name}
%attr(755,%{name},%{name}) %{_localstatedir}/lib/%{name}/db.sqlite
%attr(755,%{name},%{name}) %dir %{_localstatedir}/run/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-4
+ Revision: cf76d5d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8197 |14cr|sipp-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Performance testing tool for the SIP protocol
Name: 	 	sipp
Version: 	1.0
Release: 	9
License:	GPL
Group:		Networking/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		http://sipp.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/sipp/sipp.%{version}.tar.bz2
Source1:	reference.pdf.bz2
BuildRequires:	libstdc++-devel
BuildRequires:	ncurses-devel

%description
SIPp is a performance testing tool for the SIP protocol. It
includes a few basic SipStone user agent scenarios (UAC and UAS)
and establishes and releases multiple calls with the INVITE and
BYE methods. It can also reads XML scenario files describing any
performance testing configuration. It features the dynamic display
of statistics about running tests (call rate, round trip delay,
and message statistics), periodic CSV statistics dumps, TCP and
UDP over multiple sockets or multiplexed with retransmission
management, regular expressions and variables in scenario files,
and dynamically adjustable call rates.

SIPp can be used to test many real SIP equipements like SIP
proxies, B2BUAs, SIP media servers, SIP/x gateways, SIP PBX, 
... It is also very useful to emulate thousands of user agents
calling your SIP system. 

%prep

%setup -q -n %{name}

bzcat %{SOURCE1} > reference.pdf

%build

make \
    CFLAGS="%{optflags}" \
    CPPFLAGS="%{optflags}"

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 sipp %{buildroot}%{_bindir}/

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README* reference.pdf
%{_bindir}/sipp





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-9
+ Revision: 1eac933
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8198 |14cr|sipsak-0.9.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SIP swiss army knife
Name:		sipsak
Version:	0.9.6
Release:	8
License:	GPL
Group:		Networking/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		http://sipsak.org/
Source0:	http://download.berlios.de/sipsak/%{name}-%{version}-1.tar.bz2
BuildRequires:	openssl-devel
BuildRequires:	ruli-devel

%description
sipsak is a small command line tool for developers and
administrators of Session Initiation Protocol (SIP) applications.
It can be used for some simple tests on SIP applications and
devices.

%prep

%setup -q

%build

%configure2_5x \
    --disable-gnutls \
    --enable-timeout=500

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS TODO
%{_bindir}/*
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-8
+ Revision: 7f6cab0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8199 |14cr|sitecopy-0.16.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.16.6
%define release 4

Name:		sitecopy
Version:	%{version}
Release:	%{release}
Summary:	Tool for easily maintaining remote web sites
License:	GPL
Group:		Networking/File transfer
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source0:	http://www.lyra.org/sitecopy/sitecopy-%{version}.tar.bz2
Source1:	%{name}.bash-completion
Patch0:		configure-0.16.6.patch
URL:		http://www.lyra.org/sitecopy/
BuildRequires:	neon-devel

%description
sitecopy allows you to easily maintain remote Web sites.  The program
will upload files to the server which have changed locally, and delete
files from the server which have been removed locally, to keep the
remote site synchronized with the local site, with a single
command. sitecopy will also optionally try to spot files you move
locally, and move them remotely.  FTP and WebDAV servers are
supported.

%prep
%setup -q
%patch0 -p1

%build
export CFLAGS="%optflags -fPIE"
export LDFLAGS="%ldflags -pie"
%configure2_5x \
	--enable-debug \
	--with-ssl \
	--with-neon \
	--disable-rsh
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%find_lang %{name}

# (sb) remove fr man pages
rm -fr $RPM_BUILD_ROOT/%{_mandir}/fr

# fix doc file permissions
chmod 0644 COPYING ChangeLog INSTALL NEWS README* THANKS TODO

# (sb) installed but unpackaged files
rm -fr $RPM_BUILD_ROOT/%{_prefix}/doc

install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/sitecopy
%{_mandir}/man1/*
%{_prefix}/share/sitecopy
%doc COPYING ChangeLog INSTALL NEWS README* THANKS TODO
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.16.6-4
+ Revision: 8520c35
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8200 |14cr|sitescooper-3.1.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32::(.*)\\)'
%define __noautoprov 'perl\\(Algorithm::Diff\\)'
%else
%define _requires_exceptions perl(in)\\|perl(to)\\|perl(Win32::Process)\\|perl(MacPerl)\\|perl(Win32::TieRegistry)
%define _provides_exceptions perl(Algorithm::Diff)
%endif

Name:		sitescooper
Summary:	Convert websites for reading on a Palm
Version:	3.1.2
Release:	13
License:	GPL
Group:		Networking/WWW
URL:		http://sitescooper.org/
Source:		%{name}-%{version}.tar.bz2
BuildArch:	noarch
Requires:	perl-DB_File

%description
Sitescooper automatically retrieves the stories from several news websites,
trims off extraneous HTML, and converts them into formats you can read on your
Palm computing device later, on-the-move.  Even if you don't have a Palm
handheld, it's still handy for simple website-to-text conversion. 


%prep
%setup -q

%build

%install
%make PREFIX=%{buildroot}%{_prefix} RAW_PREFIX=%{_prefix} ETC=%{buildroot}%{_sysconfdir} \
	MANDIR=%{buildroot}%{_mandir} install || :

%files
%doc README.txt CHANGES.txt
%doc doc/*
%{_bindir}/*
%{_mandir}/man1/*
%dir %{_datadir}/sitescooper
%{_datadir}/sitescooper/*
%config(noreplace) %{_sysconfdir}/sitescooper.cf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.2-13
+ Revision: 5efaf4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8201 |14cr|sjeng-free-11.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	11.2
%define release	8
%define pkgname Sjeng-Free

Summary:	Chess program that plays many variants
Name:		sjeng-free
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Games/Boards
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		http://sjeng.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/sjeng/%{pkgname}-%{version}.tar.bz2
Source1:	sjeng.6.bz2
Source2:	sjeng-README.bz2
Patch0:		sjeng-11.2-cleanup.patch
Patch1:		sjeng-11.2-fhs.patch
BuildRequires:	automake1.9
BuildRequires:	gdbm-devel
# use version here, in case opening books need to be rebuilt
# due to binary imcompatibility from future gdbm(?)
# Nanar: this requires does not exists in the distro... ???
# Requires:	sjeng-book = 0.1
Provides:	chessengine

%description
Sjeng is a chess program that plays normal chess and many variants
like crazyhouse, bughouse, suicide (aka giveaway or anti-chess) and
losers. It can also play variants which have the same rules as normal
chess, but a different starting position. It uses the XBoard/WinBoard
interface by Tim Mann, so it can be used with xboard or eboard. It
is also capable of playing on internet chess servers.

%prep
%setup -q -n %{pkgname}-%{version}
%patch0 -p1 -b .cleanup
%patch1 -p1 -b .fhs

FORCE_AUTOCONF_2_5=1 ACLOCAL=aclocal-1.9 AUTOMAKE=automake-1.9 autoreconf --force --install

bzip2 -dc %{SOURCE2} > README.debian

# (Abel) supress annoying rpmlint warning message
perl -pi -e 's/\r//g' [[:upper:]][[:upper:]]* ChangeLog

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man6
bzip2 -dc %{SOURCE1} > ${RPM_BUILD_ROOT}%{_mandir}/man6/sjeng.6

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS BUGS ChangeLog NEWS README README.debian
%{_gamesbindir}/*
%{_mandir}/man6/sjeng.6*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.2-8
+ Revision: d09e560
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8202 |14cr|sk1-0.9.1-0.737.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sK1

# https://sk1.svn.sourceforge.net/svnroot/sk1/trunk/sK1
%define svn 737

Summary:	Advanced vector graphics editor
Name:		sk1
Version:	0.9.1
Release:	0.%{svn}.2
License:	GPLv2+ and LGPLv2+
Group:		Graphics
Url:		http://sk1project.org/
Source0:	http://sk1project.org/downloads/%{oname}/%{name}-%{svn}.tar.lzma
# Fix / kludge for Tcl 8.6 (good old interp->result) - AdamW 2008/12
Patch0:		sk1-601-tcl86.patch
Patch1:		sk1-0.9.1-linkage.patch
BuildRequires:	tcl
BuildRequires:	tk
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
Requires:	tkinter
Requires:	python-imaging
Requires:	python-lcms
Requires:	zenity
Provides:	sketch = %{EVRD}
Provides:	skencil = %{EVRD}

%description
sK1 is an open source vector graphics editor similar to CorelDRAW,
Adobe Illustrator, or Freehand. sK1 is mainly oriented for PostScript
processing. It features CMYK colorspace support, CMYK support in
Postscript, a Cairo-based engine, color managment, universal CDR
importer (7-X3 versions), and a modern Ttk based (former Tile widgets)
user interface.

%files
%{py_platsitedir}/%{name}
%{_bindir}/%{name}
%{py_platsitedir}/%{oname}-%{version}pre-py%{py_ver}.egg-info
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}
%patch0 -p1 -b .tcl86
%patch1 -p1 -b .linkage
sed -i -e 's,tcl8.5,tcl%{tcl_version},g' setup.py
sed -i -e 's,tk8.5,tk%{tcl_version},g' setup.py

%build
python ./setup.py build

%install
python setup.py install --root=%{buildroot} --compile --optimize=2

# icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64}/apps
for i in 16 32 48 64; do \
install -m 0644 src/share/icons/CrystalSVG/icon_sk1_$i.png %{buildroot}%{_iconsdir}/hicolor/$i\x$i/apps/%{name}.png; \
done

# menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=sK1
Comment=Vector drawing tool
Exec=%{_bindir}/%{name} %f
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
MimeType=image/x-sk
Categories=Graphics;VectorGraphics;
EOF


%changelog
* Fri Apr 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.1-0.737.2
+ Revision: 17acbab
- Add patch to fix linkage, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8203 |14cr|sk1libs-0.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# too many private-shared-object-provides Sflo
%define _use_internal_dependency_generator 0 

Name:		sk1libs
Version:	0.9.1
Release:	3
Summary:	Set of Python Non-GUI Extensions for sK1 Project
License:	GPLv2+ and LGPLv2+
Group:		Graphics
URL:		http://sk1project.org/
Source0:	http://sk1project.org/downloads/%{name}/%{name}-%{version}.tar.gz
# Fix / kludge for Tcl 8.6 (good old interp->result) - AdamW 2008/12
Patch0:		sk1libs-math-fix.diff
BuildRequires:	freetype2-devel
BuildRequires:	lcms-devel
BuildRequires:	jpeg-devel
BuildRequires:	python-devel
BuildRequires:	zlib-devel
Requires:	python-imaging
Requires:	python-lcms


%description
sk1libs is a set of python non-GUI extensions for sK1 Project. The package
includes multiplatform non-GUI extensions which are usually native extensions.

%prep
%setup -q
%patch0 -p1 -b .mfix
sed -i -e 's,tcl8.5,tcl%{tcl_version},g' setup.py
sed -i -e 's,tk8.5,tk%{tcl_version},g' setup.py

# freetype2
perl -pi -e "s|<freetype/|<freetype2/|" src/imaging/libimagingft/_imagingft.c


%build
python ./setup.py build

%install

python setup.py install --root=%{buildroot} --compile --optimize=2

# happy linting
pushd %{buildroot}%{py_platsitedir}/sk1libs/libpdf/lib
chmod +x {randomtext,units,fonts,corp,formatters,pagesizes,normalDate,logger,set_ops,__init__}.py
popd


%files
%doc README GNU_LGPL_v2
%{py_platsitedir}/*




%changelog
* Sat Aug 09 2014 abfonly <abfonly@gmail.com> 0.9.1-3
+ Revision: d62cc4f
- Updated sk1libs.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8204 |14cr|skalibs-0.47-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	The skarnet.org development library
Name:		skalibs
Version:	0.47
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://www.skarnet.org/software/skalibs/
Source0:	http://www.skarnet.org/software/%{name}/%{name}-%{version}.tar.gz

%description
skalibs is a package centralizing the public-domain C
development files used for building other skarnet.org software.

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for skalibs
Group:		Development/C

%description devel
skalibs is a package centralizing the public-domain C
development files used for building other skarnet.org software.

skalibs can also be used as a sound basic start for C
development.  There are a lot of general-purpose libraries out
there; but if your main goal is to produce small and secure C
code, you will like skalibs.

skalibs contains exclusively public-domain code.  So you can
redistribute it as you want, and it does not prevent you from
distributing any of your executables.

%files devel
%doc %{name}-%{version}/package/CHANGES
%doc %{name}-%{version}/package/README
%doc %{name}-%{version}/doc/*.html
%dir %{_includedir}/%{name}
%dir %{_libdir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/%{name}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q -n prog

%build
pushd %{name}-%{version}
    package/compile
popd

%install
mkdir -p %{buildroot}%{_libdir}/%{name}
mkdir -p %{buildroot}%{_includedir}/%{name}

pushd %{name}-%{version}
    for i in `cat package/include` ;  do
        install -m 0755 include/$i %{buildroot}%{_includedir}/%{name}/
    done

    for i in `cat package/library` ;  do
        install -m 0755 library/$i %{buildroot}%{_libdir}/%{name}/
    done
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.47-4
+ Revision: 7e88fed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8205 |14cr|skanlite-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An image scanning application
Name:		skanlite
Version:	1.1
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/graphics/skanlite/
Source0:	http://kde.mirrorcatalogs.com/stable/skanlite/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libksane)
BuildRequires:	pkgconfig(libpng)
BuildRequires:  oxygen-icon-theme

%description
Skanlite is an image scanning application that does nothing more than
scan and save images. It is based on libksane, a KDE interface for SANE
library to control flat scanners.

%files -f %{name}.lang 
%doc src/COPYING src/TODO
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_iconsdir}/hicolor/*/apps/scanner.*

#------------------------------------------------
%package doc
Summary:        Documentation for skanlite
Group:          Books/Faqs
Requires:       %{name} = %{version}

%description doc
This package provides the documentation for skanlite.


%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# let's provide a icon
for i in {16,22,32,48,64}; do
   mkdir -p %{buildroot}%{_kde_iconsdir}/hicolor/"$i"x"$i"/apps
   cp -a %{_kde_iconsdir}/oxygen/"$i"x"$i"/devices/scanner.png %{buildroot}%{_kde_iconsdir}/hicolor/"$i"x"$i"/apps/
done

chmod -x %{buildroot}%{_kde_applicationsdir}/%{name}.desktop

%find_lang %{name} --with-html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: 0a57072
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8206 |14cr|skey-1.1.5-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname skey %{major}

Summary:	S/Key suite of programs
Name:		skey
Version:	1.1.5
Release:	11
License:	BSD
Group:		System/Libraries
Source:		%{name}-%{version}.tar.bz2
Patch0:		skey-1.1.5-gentoo.diff
Patch1:		skey-login_name_max.diff
Patch2:		skey-1.1.5-fPIC.patch
Patch3:		skey-1.1.5-bind-now.patch
Patch4:		skey-1.1.5-otp.diff
# This url is wrong, but it is impossible to find it else where...
#URL: ftp://thumper.bellcore.com/pub/nmh/
BuildRequires:	libcrack-devel
# if not using BuildConflicts here the binaries could link against installed libs
BuildConflicts:	skey-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is an S/Key implementation ported from OpenBSD.

S/Key provides One Time Password functionality, and can be used to
increase system security.

%package -n	%{libname}
Summary:	Shared S/Key library
Group:          System/Libraries

%description -n	%{libname}
This is an S/Key implementation ported from OpenBSD.

S/Key provides One Time Password functionality, and can be used to
increase system security.

%package -n	%{libname}-devel
Summary:	Header files for the S/Key library
Group:		Development/C
Obsoletes:	%{name}-devel
Provides:	%{name}-devel = %{version}
Provides:	lib%{name}-devel = %{version}
Requires:	%{libname} = %{version}

%description -n	%{libname}-devel
This is an S/Key implementation ported from OpenBSD.

S/Key provides One Time Password functionality, and can be used to
increase system security.

This package contains development files for the S/Key library.

%package -n	%{libname}-static-devel
Summary:	Static S/Key library
Group:		Development/C
Obsoletes:	%{name}-static-devel
Provides:	%{name}-static-devel = %{version}
Provides:	lib%{name}-static-devel = %{version}
Requires:	%{libname}-devel = %{version}
Requires:	%{libname} = %{version}

%description -n	%{libname}-static-devel
This is an S/Key implementation ported from OpenBSD.

S/Key provides One Time Password functionality, and can be used to
increase system security.

This package contains the static S/Key library.

%prep

%setup -q
%patch0 -p1 -b .gentoo
%patch1 -p1 -b .skey-login_name_max
%patch2 -p0 -b .skey-fPIC
%patch3 -p0 -b .skey-bind-now
%patch4 -p1 -b .skey-otp

# fix one small thing...
perl -pi -e "s|/etc/skeykeys|%{_sysconfdir}/%{name}/skeykeys|g" skeyprune.pl

%build
export SENDMAIL="%{_sbindir}/sendmail"
export CFLAGS="$RPM_OPT_FLAGS -DSKEY_HASH_DEFAULT=1"

%configure \
    --prefix=%{_prefix} \
    --sysconfdir=%{_sysconfdir}/%{name} \
    --libdir=%{_libdir}

make

%install
rm -rf %{buildroot}

%makeinstall_std

install -d %{buildroot}%{_sbindir}

mv %{buildroot}%{_bindir}/skeyprune %{buildroot}%{_sbindir}/

install -m0755 skeyaudit.sh %{buildroot}%{_bindir}/skeyaudit

ln -snf skey %{buildroot}%{_bindir}/otp-md4
ln -snf skey %{buildroot}%{_bindir}/otp-sha1
ln -snf skey %{buildroot}%{_bindir}/otp-md5

# make install is borked...
ln -snf libskey.so.%{version} %{buildroot}%{_libdir}/libskey.so.1.1
ln -snf libskey.so.%{version} %{buildroot}%{_libdir}/libskey.so.1
ln -snf libskey.so.%{version} %{buildroot}%{_libdir}/libskey.so

chmod 755 %{buildroot}%{_bindir}/*
chmod 755 %{buildroot}%{_libdir}/libskey.so*
chmod 644 %{buildroot}%{_libdir}/libskey.a

# cleanup
rm -f %{buildroot}%{_bindir}/libskey.a

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES INSTALL README
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/%{name}/skeykeys
%attr(4755,root,root) %{_bindir}/skeyinit
%attr(4755,root,root) %{_bindir}/skeyinfo
%attr(4755,root,root) %{_bindir}/skeyaudit
%attr(0755,root,root) %{_bindir}/skey
%attr(0755,root,root) %{_bindir}/otp-md4
%attr(0755,root,root) %{_bindir}/otp-sha1
%attr(0755,root,root) %{_bindir}/otp-md5
%attr(0755,root,root) %{_sbindir}/skeyprune
%{_mandir}/*/*

%files -n %{libname}
%defattr(-,root,root)
%attr(0755,root,root) %{_libdir}/*.so.*

%files -n %{libname}-devel
%defattr(-,root,root)
%attr(0644,root,root) %{_includedir}/*
%attr(0755,root,root) %{_libdir}/*.so

%files -n %{libname}-static-devel
%defattr(-,root,root)
%attr(0644,root,root) %{_libdir}/libskey.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-11
+ Revision: 4aa66e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8207 |14cr|skinlf-6.7-0.0.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _version2 20060722

Summary:	Allows developers to write skinnable application using the Swing toolkit
Name:		skinlf
Group:		Development/Java
Version:	6.7
Release:	0.0.7
License:	Skin Look And Feel License
URL:		http://skinlf.l2fprod.com/index.html
Source0:	%{name}-%{version}-%{_version2}.tar.bz2
Source1:	imageconversion.jar
Source2:	%{name}-build.xml
Source3:	%{name}-resources.tar.bz2
Patch0:		%{name}-no-jimi.patch
BuildRequires:	ant
BuildRequires:	dos2unix
BuildRequires:	java-rpmbuild >= 1.5
BuildRequires:	jpackage-utils >= 1.5
BuildRequires:	laf-plugin >= 0.2
BuildRequires:	xalan-j2
#BuildRequires:	jimi >= 1.0
Requires:	java >= 1.5
#Requires:	jimi >= 1.0
Requires:	jpackage-utils >= 1.5
Requires:	laf-plugin >= 0.2
Requires:	xalan-j2
BuildArch:	noarch

%description
Skin Look And Feel allows Java developers to write skinnable application using
the Swing toolkit. Skin Look And Feel is able to read GTK (The Gimp Toolkit)
and KDE (The K Desktop Environment) skins to enhance your application GUI
controls such as Buttons, Checks, Radios, Scrollbars, Progress Bar, Lists,
Tables, Internal Frames, Colors, Background Textures, Regular Windows. Skin
Look And Feel (aka SkinLF) also includes NativeSkin to create irregular
windows.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description javadoc
Javadoc for %{name}.

%package demo
Summary:	Some examples for %{name}
Group:		Development/Java
Requires:	%{name} = %{version}-%{release}

%description demo
Some examples for %{name}.

%prep
%setup -q -n %{name}-%{version}

cp %{SOURCE1} .
cp %{SOURCE2} build.xml
tar xfj %{SOURCE3}
%patch0

dos2unix  AUTHORS CHANGES INSTALL LICENSE LICENSE_nanoxml README THANKS
%__chmod 644 AUTHORS CHANGES INSTALL LICENSE LICENSE_nanoxml README THANKS

%build
%ant jar javadocs

%install
[ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}

# jars
install -dm 755 %{buildroot}%{_javadir}
install -pm 644 lib/%{name}.jar \
	%{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr docs/* \
	%{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # ghost symlink

# demo
install -dm 755 %{buildroot}%{_datadir}/%{name}
install -m 644 lib/%{name}_demo.jar \
	%{buildroot}%{_datadir}/%{name}
install -m 644 lib/themepack.zip \
	%{buildroot}%{_datadir}/%{name}

# create startscripts for demo-apps
%if 0
# not supported for linux
%__cat > bin/clock.sh << EOF
#!/bin/bash
%{java} -cp %{_javadir}/%{name}.jar:%{_javadir}/laf-plugin.jar:%{_datadir}/%{name}/%{name}_demo.jar examples.Clock clock.gif
EOF

# not supported for linux
cat > bin/region.sh << EOF
#!/bin/bash
%{java} -cp %{_javadir}/%{name}.jar:%{_datadir}/%{name}/%{name}_demo.jar examples.nativesplash
EOF
%endif

cat > bin/alwaysontop.sh << EOF
#!/bin/bash
%{java} -cp %{_javadir}/%{name}.jar:%{_datadir}/%{name}/%{name}_demo.jar examples.alwaysontop
EOF

cat > bin/demo.sh << EOF
#!/bin/bash
THEMEPACK=\$1
if [ "\$THEMEPACK" == "" ]; then
	THEMEPACK=%{_datadir}/%{name}/themepack.zip
else
	shift
fi
%{java} -cp %{_javadir}/%{name}.jar:%{_javadir}/laf-plugin.jar:%{_datadir}/%{name}/%{name}_demo.jar examples.demo \$THEMEPACK \$@
EOF

# install startscripts for demo-apps
install -m 755 bin/*.sh \
	%{buildroot}%{_datadir}/%{name}

%post javadoc
%__rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%files
%doc AUTHORS CHANGES INSTALL LICENSE LICENSE_nanoxml README THANKS
%{_javadir}/%{name}*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%ghost %doc %{_javadocdir}/%{name}

%files demo
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.jar
%{_datadir}/%{name}/*.sh
%{_datadir}/%{name}/themepack.zip


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.7-0.0.7
+ Revision: 8a67131
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8208 |14cr|skipfish-2.02-0.beta.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		skipfish
Version:	2.02
Release:	%mkrel 0.beta.1
Summary:	Collection of simple PIN or passphrase entry dialogs
#http://code.google.com/p/%{name}/downloads/detail?name=%{name}-%{version}b.tgz
# Use: make download
URL:		http://code.google.com/p/skipfish/
Source0:	http://%{name}.googlecode.com/files/%{name}-%{version}b.tgz
Source1:	%{name}-starter
Patch0:		skipfish-1.92b-fhs.patch
License:	GPLv2
Group:		Monitoring
BuildRequires:	libopenssl-devel
BuildRequires:	libidn-devel
BuildRequires:	zlib1-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description 
A fully automated, active web application security reconnaissance tool. Key
features:
 * High speed: pure C code, highly optimized HTTP handling, minimal CPU
   footprint - easily achieving 2000 requests per second with responsive
   targets.
 * Ease of use: heuristics to support a variety of quirky web frameworks and
   mixed-technology sites, with automatic learning capabilities, on-the-fly
   wordlist creation, and form autocompletion.
 * Cutting-edge security logic: high quality, low false positive, differential
   security checks, capable of spotting a range of subtle flaws, including
   blind injection vectors.

%prep
%setup -q -n %{name}-%{version}b
%patch0 -p1

%build
%make

%install
rm -rf %{buildroot}
install -d %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}/%{name}
install -d %{buildroot}%{_mandir}/man1
install %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
install -d %{buildroot}/%{_datadir}/%{name}
cp -r assets %{buildroot}/%{_datadir}/%{name}
install -m 644 dictionaries/*.wl %{buildroot}/%{_datadir}/%{name}
ln -s default.wl %{buildroot}/%{_datadir}/%{name}/%{name}.wl

cp dictionaries/README-FIRST README.dictionaries

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc README README.dictionaries ChangeLog
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/%{name}




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.02-0.beta.1
+ Revision: 0671db6
- Automatic import for version 2.02



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8209 |14cr|skippy-0.5.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		skippy
Version: 0.5.0
Release:	9
License:	GPL
Group:		Graphical desktop/Other	
Summary:	A full screen pager for X11
Source0:    http://thegraveyard.org/files/%{name}-%{version}.tar.bz2
Url:		http://thegraveyard.org/skippy.php
BuildRequires: imlib2-devel
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xft)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(xmu)

%description
A full screen pager for X11, not entirely unlike expocity and Apple's
Expose. It arranges snapshots of all windows on the current desktop,
allowing you to easily switch between applications. It doesn't require
a specific window manager, but requires NetWM compliance to work 
( working with gnome, fluxbox, Metacity, KWin, IceWM, and others )
%prep
%setup -q 

%build
%setup_compile_flags
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%_bindir/
cp %{name} $RPM_BUILD_ROOT/%_bindir/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CHANGELOG skippyrc-default COPYING
%_bindir/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-9
+ Revision: 055d2e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8210 |14cr|skippy-xd-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A full screen pager for X11
Name:		skippy-xd
Version:	0.5.1
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Other
Source0:	http://thegraveyard.org/files/%{name}-%{version}.tar.xz
Url:		http://thegraveyard.org/skippy.php
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xrender)

%description
A full screen pager for X11, not entirely unlike expocity and Apple's
Expose. It arranges snapshots of all windows on the current desktop,
allowing you to easily switch between applications. It doesn't require
a specific window manager, but requires NetWM compliance to work
( working with gnome, fluxbox, Metacity, KWin, IceWM, and others )

This version is using XRender, XComposite, XDamage and XFixes extensions.

%files
%doc skippy-xd.rc-default COPYING
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
%make

%install
mkdir -p %{buildroot}/%{_bindir}/
cp %{name} %{buildroot}/%{_bindir}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
+ Revision: 09f851c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8211 |14cr|skyeye-1.3.0-0.rc1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pre_release rc1

%define rel 0.%{pre_release}.1

%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:		skyeye
Version:	1.3.0
Release:%rel 
License:	GPLv2
Group:		Emulators
Summary:	ARM, Mips, Coldfire simulator
URL:		http://www.skyeye.org/index.shtml
Source0:	%{name}-%{version}_%{pre_release}.tar.gz
Patch:		skyeye-1.3.0.fix-str-fmt.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	libxpm-devel
BuildRequires:	binutils-devel
BuildRequires:	readline-devel

%description
The goal of SkyEye is to provide an integrated simulation environment in Linux 
and Windows. SkyEye environment simulates/emulates typical Embedded Computer
Systems (Now it supports a series ARM architecture based microprocessors and 
Blackfin DSP Processor). You can run some Embedded Operation System such as 
ARM Linux, uClinux, uc/OS-II (ucos-ii) etc. in SkyEye, and analysis or debug 
them at source level.

%package -n %{libname}
Summary:	%{name} library
Group:		System/Libraries
Provides:	%{libname} = %{version}
	
%description -n %{libname}
%{name} library.

%package -n %{develname}
Summary:	%{name} development library
Group:		Development/Other
Provides:	%{libname} = %{version}
	
%description -n %{develname}
%{name} development library.  

%prep
%setup -q -n %{name}-%{version}_%{pre_release}

%patch -p0

%build
autoreconf -fiv
%configure2_5x --enable-lcd --enable-shared
#libtool wants it badly
mkdir third-party/opcodes/.libs
mkdir third-party/bfd/.libs
mkdir third-party/libiberty/.libs
mkdir third-party/libiberty/pic
mkdir third-party/readline/.libs

%make

%install
%makeinstall

mv %{buildroot}%{_includedir}/include %{buildroot}%{_includedir}/%{name}

#see later how to deal with it
rm -rf %{buildroot}/usr/testsuite

%files
%doc MAINTAINERS README ChangeLog
%{_bindir}/mknandflashdump
%{_bindir}/prof_convert
%{_bindir}/skyeye
%{_bindir}/uart_instance

%files -n %{libname}
%doc MAINTAINERS README ChangeLog
%{_libdir}/%{name}/*so.%{major}*

%files -n %{develname}
%doc MAINTAINERS README ChangeLog
%{_libdir}/%{name}/*.so
%{_includedir}/%{name}/*




%changelog
* Sun Nov 25 2012 symbianflo <symbianflo@mandrivausers.ro> 1.3.0-0.rc1.1
+ Revision: 5e0dbd3
- LOG update fix patch , spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8212 |14cr|skyutils-2.8-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	skyutils
%define version	2.8
%define release	11

%define major	2.8
%define libname %mklibname %name %major
%define libnamedev %mklibname %name %major -d

Summary: 	Library package needed by smssend
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Source0: 	http://zekiller.skytech.org/fichiers/%{name}-%{version}.tar.bz2
Patch0:		skyutils-2.8-fix-link.patch
Patch1:		skyutils-2.8-fix-str-fmt.patch
URL: 		http://zekiller.skytech.org/coders_en.html
License: 	GPL
Group: 		Development/C
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: 	sed
BuildRequires:	openssl-devel

%description
Author Christophe CALMEJANE says:
This package contains utils functions that I use in many
of my projects. From chained list to HTTP protocol, you
may find many useful functions.

This package is needed if you want to install smssend.

%package -n %libname
Group:		System/Libraries
Summary:	Library package needed by smssend

%description -n %libname
Author Christophe CALMEJANE says:
This package contains utils functions that I use in many
of my projects. From chained list to HTTP protocol, you
may find many useful functions.

This package is needed if you want to install smssend.

%package -n %libname-devel
Summary:	Development parts of %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %libname-devel
Static library of %{name}


%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
autoreconf -fi
%configure2_5x --enable-ansi
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%multiarch_binaries $RPM_BUILD_ROOT%{_bindir}/skyutils-config

%clean
rm -rf %buildroot

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%files -n %libname
%defattr(-,root,root)
%doc README
%_libdir/libskyutils-*.so.*

%files -n %libname-devel
%defattr(-,root,root)
%_bindir/*
%_libdir/libskyutils.so
%_libdir/libskyutils.*a
%_includedir/*.h




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8-11
+ Revision: 829c3d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8213 |14cr|sl-5.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    sl
%define version 5.1
%define release 9

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        Mistyping correcter
License:        Public Domain
Group:          Toys
URL:            http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/
Source0:        http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/sl/%{name}.tar.bz2
Source1:        %{name}.en.1.bz2
Patch0:		http://www.linet.gr.jp/~izumi/sl/%{name}5-1.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}
BuildRequires:  ncurses-devel
BuildRequires:  termcap-devel

%description
sl is a sophisticated graphical program which corrects your mistyping.

%prep
%setup -q -n %{name}
bzcat %{SOURCE1} > %{name}.en.1
%patch0 -p 1

%build
%make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 sl %{buildroot}%{_bindir}

install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 644 sl.en.1 %{buildroot}%{_mandir}/man1/sl.1

install -d -m 755 %{buildroot}%{_mandir}/ja/man1
install -m 644 sl.1 %{buildroot}%{_mandir}/ja/man1/sl.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README README.patch5
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/ja/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.1-9
+ Revision: 85ff9fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8214 |14cr|slay-1.2-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	slay
%define Name	Slay
%define version	1.2
%define release	16

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Utility to kill all processes belonging to a user
Source:		%{Name}-%{version}.tar.bz2
License:	GPL
Group:		Monitoring
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Obsoletes:	Slay
Provides:	Slay
BuildArch:	noarch

%description 
Slay sends given signal (KILL by default) to all processes belonging to user(s)
given on the command line. 

%prep
%setup -q -n %{Name}-%{version}

%build
# do nothing

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_bindir}
install -m 755 slay %{buildroot}/%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Slay.1.2.lsm
%{_bindir}/slay




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-16
+ Revision: 33a14c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8215 |14cr|sleezeball-0.6-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name sleezeball
%define version 0.6
%define release 12

Summary:  A redirector for Squid2 that zapps banners
Name:  %name
Version: %version
Release: %release
License:  GPLv2+
Group:  System/Servers
Source:  http://fredrik.rambris.com/files/%name-%version.tar.bz2
URL:  http://fredrik.rambris.com/sleezeball/
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires:  squid

%description
SleezeBall is a redirector to be used with the Squid proxy. It tries to guess
what is a banner and then tells Squid to load a local image instead. This
has the nice effect of saving you from downloading and seeing a lot of ugly
banners (linux.com has such goodlooking banners that I can't bring me to
filter them out).

%prep

%setup -q
patch <sleezeball-make.patch

%build
perl -pi -e "s|/usr/sbin|$RPM_BUILD_ROOT/%{_sbindir}|" Makefile
perl -pi -e "s|/usr/lib|$RPM_BUILD_ROOT/%{_libdir}|" Makefile
make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/squid/icons
make install

mkdir -p $RPM_BUILD_ROOT/etc/squid/
echo >$RPM_BUILD_ROOT/etc/squid/sleezeball.conf <<EOF
# The SleezeBall Configuration

# The URL to redirect banners to
REDIRECT_URL=http://${HOSTNAME}:3128/squid-internal-static/icons/banner.gif

# Uncomment this to enable log
# LOG=/var/log/squid/sleezeball.log
EOF


%post
if ! grep -q "banner" /etc/squid/mime.conf ; then echo 'internal-banner	-	banner.gif	-	image' >>/etc/squid/mime.conf ; fi

if [ -e /etc/squid/sleezeball.definitions ] ; then
	if [ ! -e /etc/squid/sleezeball.definitions.old ] ; then
		cp -f /etc/squid/sleezeball.definitions /etc/squid/sleezeball.definitions.old
	fi
	# Stupid trick to lure RPM into ignoring the result code from grep
	( grep -vf /etc/squid/sleezeball.definitions %{_defaultdocdir}/sleezeball/sleezeball.definitions >/etc/squid/sleezeball.definitions.new ) | cat
	cat /etc/squid/sleezeball.definitions.new >>/etc/squid/sleezeball.definitions
	rm -f /etc/squid/sleezeball.definitions.new
else
	cp %{_defaultdocdir}/sleezeball/sleezeball.definitions /etc/squid/sleezeball.definitions
fi

%clean
if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi


%files
%defattr(-, root, root, 0755)
%doc README COPYING ChangeLog sleezeball.definitions
%config(noreplace) /etc/squid/sleezeball.conf
%{_libdir}/squid/sleezeball
%{_libdir}/squid/icons/banner.gif
%{_sbindir}/reloadszb




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-12
+ Revision: 17a790a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8216 |14cr|sleuth-1.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Perl script for easy checking (DNS, common errors and etc.)
Name:		sleuth
Version:	1.4.4
Release:	2
License:	GPL
Group:		Networking/Other
URL:		ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/
Source0:	ftp://atrey.karlin.mff.cuni.cz:21/pub/local/mj/net/%{name}-%{version}.tar.gz
Patch0:		sleuth-1.3-relpath.patch
#Requires:	perl-Net-DNS
BuildArch:	noarch

%description
Sleuth is a Perl script designed for easy checking of DNS zones
for common errors and also for processing of secondary name
service requests.

Sleuth also lists the corresponding RFC references with most of
its error messages, so that the people upset with their zones
being buggy can simply look up what exactly is going wrong and
how to fix it.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1

%build

%install
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}/var/www/cgi-bin
install -m644 sleuth.conf %{buildroot}%{_sysconfdir}/
install -m755 sleuth %{buildroot}%{_bindir}/
install -m755 check.cgi %{buildroot}/var/www/cgi-bin/
install -m644 check.conf %{buildroot}/var/www/cgi-bin/

%files
%defattr(-,root,root)
%doc ChangeLog README THANKS TODO
%attr(0644,root,root) %config(noreplace,missingok) %{_sysconfdir}/sleuth.conf
%attr(0755,root,root) %{_bindir}/sleuth
%attr(0755,root,root) /var/www/cgi-bin/check.cgi
%attr(0644,root,root) /var/www/cgi-bin/check.conf




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.4-2
+ Revision: 641d733
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8217 |14cr|sleuthkit-4.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libver 3
%define major 9
%define libname		%mklibname tsk %{libver} %{major}
%define develname	%mklibname tsk %{libver} -d

Summary: 	The Sleuth Kit
Name:		sleuthkit
Version:	4.0.1
Release:	2
License:	GPL
Group:		File tools
URL:		http://www.sleuthkit.org/sleuthkit/
Source0:	http://prdownloads.sourceforge.net/sleuthkit/%{name}-%{version}.tar.gz
Source1:	mac-robber-1.00.tar.bz2
Patch0:		sleuthkit-4.0.0-gentoo-system-sqlite.patch
Patch1:		sleuthkit-4.0.1-rosa-linkage.patch
Requires:	file
Requires:	afflib
Requires:	libewf
Conflicts:	dstat
BuildRequires:	afflib-devel
BuildRequires:	pkgconfig(libewf)
BuildRequires:	openssl-devel
BuildRequires:	zlib-devel
BuildRequires:	ncurses-devel

%description
The Sleuth Kit (previously known as TASK) is a collection of UNIX-based command
line file system forensic tools that allow an investigator to examine NTFS,
FAT, FFS, EXT2FS, and EXT3FS file systems of a suspect computer in a
non-intrusive fashion. The  tools have a layer-based design and can extract
data from internal file system structures. Because the tools do not rely on the
operating system to process the file systems, deleted and hidden content is
shown.

When performing a complete analysis of a system, command line tools can become
tedious. The Autopsy Forensic Browser is a graphical interface to the tools in
The Sleuth Kit, which allows one to more easily conduct an investigation.
Autopsy provides case management, image integrity, keyword searching, and other
automated operations.

%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libname}
The %libname package contains library for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}

%description -n %{develname}
The %{develname} package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -a1
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x --disable-static

# remove rpath from libtool
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

make
gcc %{optflags} -o mac-robber mac-robber-1.00/mac-robber.c

mv mac-robber-1.00/README README.mac-robber
chmod 644 README.mac-robber

# hack...
perl -pi -e "s|%{_builddir}/%{name}-%{version}|%{_prefix}|g" bin/sorter

%install
%makeinstall_std
install -m755 mac-robber %{buildroot}%{_bindir}/

%files
%doc ChangeLog.txt NEWS.txt README.txt licenses/* README.mac-robber
# License is CPL 1.0 exept for some files.
%{_bindir}/blkcalc
%{_bindir}/blkcat
%{_bindir}/blkls
%{_bindir}/blkstat
%{_bindir}/fcat
%{_bindir}/ffind
%{_bindir}/fls
%{_bindir}/fsstat
%{_bindir}/hfind
%{_bindir}/icat
%{_bindir}/ifind
%{_bindir}/ils
%{_bindir}/img_cat
%{_bindir}/img_stat
%{_bindir}/istat
%{_bindir}/jcat
%{_bindir}/tsk_comparedir
%{_bindir}/tsk_gettimes
%{_bindir}/tsk_loaddb
%{_bindir}/tsk_recover
%{_bindir}/jls
# This file is described as GPL in the doc
# But the license remains CPL in the source.
%{_bindir}/mactime
%{_bindir}/mac-robber
##
%{_bindir}/mmcat
%{_bindir}/mmls
%{_bindir}/mmstat
%{_bindir}/sigfind
%{_bindir}/sorter
## This file is GPLv2+
%{_bindir}/srch_strings
#
%{_mandir}/man1/blkcalc.1*
%{_mandir}/man1/blkcat.1*
%{_mandir}/man1/blkls.1*
%{_mandir}/man1/blkstat.1*
%{_mandir}/man1/ffind.1*
%{_mandir}/man1/fls.1*
%{_mandir}/man1/fsstat.1*
%{_mandir}/man1/hfind.1*
%{_mandir}/man1/icat.1*
%{_mandir}/man1/ifind.1*
%{_mandir}/man1/ils.1*
%{_mandir}/man1/img_cat.1*
%{_mandir}/man1/img_stat.1*
%{_mandir}/man1/istat.1*
%{_mandir}/man1/jcat.1*
%{_mandir}/man1/jls.1*
%{_mandir}/man1/mactime.1*
%{_mandir}/man1/mmcat.1*
%{_mandir}/man1/mmls.1*
%{_mandir}/man1/mmstat.1*
%{_mandir}/man1/sigfind.1*
%{_mandir}/man1/sorter.1*
%{_mandir}/man1/tsk_comparedir.1.xz
%{_mandir}/man1/tsk_gettimes.1.xz
%{_mandir}/man1/tsk_loaddb.1.xz
%{_mandir}/man1/tsk_recover.1.xz
%dir %{_datadir}/tsk3
%{_datadir}/tsk3/sorter/


%files -n %{libname}
%{_libdir}/libtsk3.so.%{major}*

%files -n %{develname}
# CPL and IBM
%{_includedir}/tsk3/
%{_libdir}/libtsk3.so




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.1-2
+ Revision: a7d9097
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8218 |14cr|slim-1.3.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %{name} %{version}

Summary:	Simple login manager
Name:		slim
Version:	1.3.6
Release:	8
License:	GPLv2+
Group:		System/X11
Url:		http://slim.berlios.de
Source0:	http://download.berlios.de/slim/%{name}-%{version}.tar.gz
Source1:	%{name}.pam
Source2:	25%{name}.conf
Source3:	slim.logrotate
Source4:	slim.rpmlintrc
Source5:	slim-tmpfiles.conf
Patch1:		%{name}-1.3.3-config.patch
Patch7:		slim-1.3.6-fix-CMakeLists.patch
Patch8:		slim-1.3.5-fix-service-file.patch
BuildRequires:	cmake
BuildRequires:	jpeg-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(zlib)
Requires:	pam >= 0.80
Requires(post):	rpm-helper
Provides:	dm
Obsoletes:	%{_lib}slim1 < 1.3.6-6

%description
SLiM (Simple Login Manager) is a Desktop-independent graphical 
login manager for X11.

It aims to be light and simple, although completely configurable 
through themes and an option file; is suitable for machines on which 
remote login functionalities are not needed.

Features included:

* PNG and XFT support for alpha transparency and antialiased fonts
* External themes support
* Configurable runtime options: X server, login / shutdown / reboot commands
* Single (GDM-like) or double (XDM-like) input control
* Can load predefined user at startup
* Configurable welcome / shutdown messages
* Random theme selection

%files
%doc ChangeLog README THEMES TODO
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_datadir}/X11/dm.d/25%{name}.conf
%dir %{_datadir}/slim
%{_unitdir}/slim.service
%{_sysconfdir}/logrotate.d/%{name}
%{_sysconfdir}/tmpfiles.d/slim.conf
%{_bindir}/slim*
%{_datadir}/slim/themes/
%{_mandir}/man1/*

%post
%tmpfiles_create slim.conf

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export CMAKE_C_FLAGS="%{optflags}"
export CMAKE_CPP_FLAGS="%{optflags}"
export CMAKE_CXX_FLAGS="%{optflags}"
export LDFLAGS="-lrt"


%cmake \
	-DBUILD_SHARED_LIBS=Off \
	-DUSE_PAM=yes \
	-DCMAKE_SKIP_RPATH=ON \
	-DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_INSTALL_LIBDIR:PATH="%{_lib}" \
	-DUSE_CONSOLEKIT=OFF

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/%{name}

mkdir -p %{buildroot}%{_datadir}/X11/dm.d
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/X11/dm.d/25%{name}.conf

mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

# (tpg) use background distro-theme
rm -f %{buildroot}%{_datadir}/slim/themes/default/background.jpg
ln -s ../../../mdk/backgrounds/default.jpg %{buildroot}%{_datadir}/slim/themes/default/background.jpg

install -p -D -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf



%changelog
* Thu Aug 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.6-8
+ Revision: 51797df
- Adjust config to use vt1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8219 |14cr|slimrat-1.1-0.beta2.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta beta2

Summary:	Utility for downloading files from Rapidshare, Depositfiles etc
Name:		slimrat
Version:	1.1
Release:	0.%{beta}.1
License:	MIT License
Group:		Networking/WWW
URL:		http://code.google.com/p/slimrat/
Source0:	http://slimrat.googlecode.com/files/%{name}-%{version}-%{beta}.tar.bz2
Source1:	%{name}.desktop
Source2:	%{name}.xpm
Requires:	wget
BuildArch:	noarch

%description
Command line and GUI utility for downloading files from Rapidshare
(Free), Depositfiles etc on Linux. Written in perl, uses wget and GTK GUI.

%prep
%setup -q -n %{name}-%{version}-%{beta}

%build

%install
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -r src/* %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
ln -s ../../%{_datadir}/%{name}/%{name} %{name}
ln -s ../../%{_datadir}/%{name}/%{name}-gui %{name}-gui
popd

mkdir -p %{buildroot}%{_sysconfdir}
install -m 0644 %{name}.conf %{buildroot}%{_sysconfdir}

mkdir -p %{buildroot}%{_datadir}/applications
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications

mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps

%files
%{_bindir}/%{name}
%{_bindir}/%{name}-gui
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm


%changelog
* Tue Dec 04 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-0.beta2.1
+ Revision: 50f4ef6
- LOG New version 1.1-beta2, recreate the package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8220 |14cr|slmenu-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: slmenu.spec 
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################
#%define debug_package	%{nil}
#%define distsuffix mrb
Name: 		slmenu
Summary: 	Dmenu spinoff for the console
Version: 	0.1
Release: 	2
License: 	MIT
Group: 		Terminals
URL:		https://bitbucket.org/rafaelgg/slmenu
# need mercurial to clone it:
# hg clone https://bitbucket.org/rafaelgg/slmenu
Source0:	%{name}.tar.gz
#BuildRequires:	mercurial
Patch0:		slmenu-prefix.patch


%description
slmenu - single line menu
=========================
slmenu is a dmenu clone for the console.

%prep
%setup -q -n %{name}
%patch0 -p0

%build


%install
make PREFIX=/usr DESTDIR=$RPM_BUILD_ROOT clean install


%files
%doc README LICENSE
%{_bindir}/%{name}
%{_datadir}/man/man1/slmenu.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-2
+ Revision: 6425e9f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8221 |14cr|sloccount-2.26-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name sloccount
%define version 2.26

Name: %name
Summary: Measures source lines of code (SLOC) in programs
Version: %version
Release: 9
License: GPL
Group: Development/Other
Source: http://www.dwheeler.com/sloccount/%name-%version.tar.bz2
URL: http://www.dwheeler.com/sloccount
BuildRoot: %{_tmppath}/%name-buildroot
BuildRequires:	flex

%description
SLOCCount (pronounced "sloc-count") is a suite of programs for counting
physical source lines of code (SLOC) in potentially large software systems
(thus, SLOCCount is a "software metrics tool" or "software measurement tool").
SLOCCount can count physical SLOC for a wide number of languages;
listed alphabetically, they are: Ada, Assembly, awk, Bourne shell, C, C++,
C shell, COBOL, Expect, Fortran, Java, lex/flex, LISP (including Scheme),
Modula-3, Objective-C, Pascal, Perl, PHP, Python, sed, TCL, and Yacc.
SLOCCount can automatically determine if a file
is a source code file or not, and if so, which language it's written in.
As a result, you can analyze large systems completely automatically;
it's been used to examine entire GNU/Linux distributions, for example.
SLOCCount also includes some report-generating tools
to collect the data generated and present it in several different formats.
Normally you can just run "sloccount DIRECTORY" and all the source code
in the directory and its descendants will be counted.

%prep
%setup -q

%build
%make

%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
make install_programs PREFIX=${RPM_BUILD_ROOT}%{_prefix}
make install_man PREFIX=${RPM_BUILD_ROOT}%{_prefix}

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-, root, root)
%doc sloccount.html README ChangeLog COPYING TODO
%{_bindir}/*
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.26-9
+ Revision: 3aa6195
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8222 |14cr|slowmoVideo-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           slowmoVideo
Version:        0.3
Release:        2
Summary:        Create slow-motion videos from your footage
License:        GPL-2.0+
Group:          Video
Url:            https://github.com/slowmoVideo/slowmoVideo
Source:         %{name}-sources-v%{version}.tar.bz2
BuildRequires:  cmake
BuildRequires:  ffmpeg-devel
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig(glew)
BuildRequires:  pkgconfig(glut)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(opencv)
BuildRequires:  qt4-devel
BuildRequires:  unzip

%description
slowmoVideo is an OpenSource program that creates slow-motion videos from
your footage. But it does not simply make your videos play at 0.01× speed.
You can smoothly slow down and speed up your footage, optionally with
motion blur. 

How does slow motion work? slowmoVideo tries to find out where pixels
move in the video (this information is called Optical Flow), and then uses
this information to calculate the additional frames between the ones
recorded by your camera.

%prep
%setup -q -c %{name}-%{version}

%build
# Dunno why cmake doesn't work here
mkdir build
pushd build
cmake	-DCMAKE_INSTALL_PREFIX:STRING=%{_prefix} \
	 ../src

popd
%make

%install
%makeinstall_std -C build

%files
%{_bindir}/*

%changelog
* Wed Sep 03 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: b464980
- Fix ffmpeg BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8223 |14cr|slsnif-0.4.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name slsnif
%define version 0.4.4
%define release 8

Summary: A serial sniffer 
Name: %{name}
Version: %{version}
Release: %{release}
Source0:  http://ovh.dl.sourceforge.net/sourceforge/slsnif/%{name}-%{version}.tar.gz
License: GPL 
Group: Monitoring
Url: http://sourceforge.net/projects/slsnif/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
A serial line sniffer

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING INSTALL NEWS README slsnifrc-example
%{_bindir}/slsnif
%{_mandir}/man1/slsnif.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-8
+ Revision: b48c250
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8224 |14cr|slune-1.0.15-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	Slune

Name:		slune
Summary:	A multiplayer 3D racing and car-crashing game in Python
Version:	1.0.15
Release:	7
Source0:	%{oname}-%{version}.tar.bz2
License:	GPL
Group:		Games/Arcade
BuildArch:	noarch
Requires:	python >= %{py_ver} tkinter soya >= 0.14
Requires:	pyopenal >= 0.1.5 py2play >= 0.1.7 pyvorbis
BuildRequires:	python-devel
Url:		http://home.gna.org/oomadness/en/slune/index.html

%description
A 3D racing and car-crashing game in Python, with multiplayer mode.
In this game, Gnu and Tux must provide AIDS medicine for Africa.
Includes a multiplayer mode.

%prep
%setup -q -n %{oname}-%{version}

#(eandry) pt .mo file is not provided in 1.0.15 because of empty .po (check if still valid with new versions)
rm -rf locale/pt

%build
python setup.py build

%install
python setup.py install	--root=%{buildroot} \
			--install-purelib %{_gamesdatadir} \
			--install-scripts %{_gamesbindir} \
			--install-data %{_gamesdatadir} \
			--no-lang

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Slune
Comment=%{Summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
StartupNotify=true
EOF

install -m644 ./images/slune.16.png -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 ./images/slune.32.png -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 ./images/slune.48.png -D %{buildroot}%{_liconsdir}/%{name}.png

# install translations
for f in ./locale/*
	do install -m644 ./$f/LC_MESSAGES/%{name}.mo -D %{buildroot}%{_datadir}/$f/LC_MESSAGES/%{name}.mo
done

%find_lang %{name}

# remove %lang(en) from slune.lang to ensure english text being installed, as it's required
perl -pi -e "s#\%lang\(en\) ##g" slune.lang

%clean

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc README README.fr AUTHORS CHANGES manual.fr.pdf
%{_gamesdatadir}/%{name}
%{_gamesdatadir}/*.egg-info
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%defattr(755,root,root,755)
%{_gamesbindir}/%{name}






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.15-7
+ Revision: c812b70
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8225 |14cr|slurm-2.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 23
%define libslurm %mklibname slurm %{major}

Name:    slurm
Version: 2.4.3
Release: 3
Summary: Simple Linux Utility for Resource Management
License: GPLv2
Group: System/Cluster
Source0: http://www.schedmd.com/download/latest/slurm-%{version}.tar.bz2
Source1: slurm.init
Source2: slurmctld.init
Patch0: slurm-2.3.3-disable-bluegene.patch
URL: http://www.llnl.gov/linux/slurm
BuildRequires: openssl-devel
BuildRequires: gcc-c++
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: python
BuildRequires: mysql-devel
BuildRequires: postgresql-devel
BuildRequires: munge-devel
BuildRequires: lua-devel
Requires(post): rpm-helper
Requires(preun): rpm-helper

%define slurm_sysconfdir %{_sysconfdir}/slurm

%package -n %{libslurm}
Summary: Libraries for slurm
Group: System/Libraries

%package slurmctld
Summary: The main control daemon
Group: System/Cluster
Requires(post): rpm-helper
Requires(preun): rpm-helper

%package slurmdbd
Summary: Provides accounting of jobs in a database
Group: System/Cluster
Requires(post): rpm-helper
Requires(preun): rpm-helper

%package devel
Summary: Development package for SLURM
Group: Development/C
Requires: slurm
Requires: %{libslurm} = %EVRD

%package auth-none
Summary: SLURM auth NULL implementation (no authentication)
Group: System/Cluster
Requires: slurm

%package sched-wiki
Summary: SLURM scheduling plugin for the Maui scheduler
Group: System/Cluster
Requires: slurm

%package sview
Summary: SLURM graphical interface
Group: System/Cluster

%package db-pgsql
Summary: SLURM plugins to use PostgreSQL
Group: System/Cluster

%package db-mysql
Summary: SLURM plugins to use MySQL
Group: System/Cluster

%package auth-munge
Summary: SLURM plugins to use munge authentication
Group: System/Cluster

%description 
SLURM is an open source, fault-tolerant, and highly
scalable cluster management and job scheduling system for Linux clusters
containing up to thousands of nodes. Components include machine status,
partition management, job management, and scheduling modules.

%description -n %{libslurm}
This package contains the library needed to run programs dynamically linked
with slurm.

%description slurmctld
The main control daemon.

%description slurmdbd
Provides accounting of jobs in a database.

%description devel
Development package for SLURM.  This package includes the header files
and static libraries for the SLURM API.

%description auth-none
SLURM NULL authentication module

%description sched-wiki
SLURM scheduling plugin for the Maui scheduler.

%description sview
sview is a graphical user interface go get and update state information for
jobs, partitions, and nodes managed by SLURM.
# (taken from the quickstart)

%description db-pgsql
SLURM plugins to use a PostgreSQL database for job accounting.

%description db-mysql
SLURM plugins to use a MySQL database for job accounting.

%description auth-munge
SLURM plugins to use munge authentication.

%prep
%setup -q
%patch0 -p1 -b .disable-bluegene
chmod 0644 doc/html/*.{gif,jpg}

# blcr triggers a bug in automake
rm -f src/plugins/checkpoint/blcr/Makefile.am

%build
autoreconf -fiv
%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
    --sysconfdir=%{slurm_sysconfdir}		\
    %{?_enable_debug}			\
    %{?with_proctrack}			\
    %{?with_ssl}			\
    %{?with_cflags}

%make

%install
rm -rf "%{buildroot}"
mkdir -p "%{buildroot}"
%makeinstall

install -D -m755 %{SOURCE1} %{buildroot}/%{_initrddir}/slurm
install -D -m755 %{SOURCE2} %{buildroot}/%{_initrddir}/slurmctld
install -D -m755 etc/init.d.slurmdbd %{buildroot}/%{_initrddir}/slurmdbd
install -D -m644 etc/slurm.conf.example ${RPM_BUILD_ROOT}%{slurm_sysconfdir}/slurm.conf.example
install -D -m755 etc/slurm.epilog.clean ${RPM_BUILD_ROOT}%{slurm_sysconfdir}/slurm.epilog.clean

# Delete unpackaged files:
rm -rf %{buildroot}/%{_libdir}/slurm/*.{a,la} \
	%{buildroot}/%{_libdir}/*.la \
	%{buildroot}/%{_datadir}/doc/slurm-%{version}/ \
	%{buildroot}/%{_mandir}/man5/bluegene*

%files
%doc AUTHORS
%doc NEWS
%doc README.rst
%doc RELEASE_NOTES
%doc DISCLAIMER
%doc COPYING
%doc etc/slurm.conf.example
%doc etc/slurmdbd.conf.example
%doc etc/cgroup.conf.example
%doc etc/cgroup.release_common.example
%doc etc/cgroup_allowed_devices_file.conf.example
%doc doc/html
%{_bindir}/sacct
%{_bindir}/sacctmgr
%{_bindir}/salloc
%{_bindir}/sattach
%{_bindir}/sbatch
%{_bindir}/sbcast
%{_bindir}/scancel
%{_bindir}/scontrol
%{_bindir}/sinfo
%{_bindir}/sprio
%{_bindir}/squeue
%{_bindir}/sreport
%{_bindir}/srun
%{_bindir}/smap
%{_bindir}/sshare
%{_bindir}/sdiag
%{_bindir}/sstat
%{_bindir}/strigger
%{_initrddir}/slurm
%{_sbindir}/slurmd
%{_sbindir}/slurmstepd
%{_libdir}/slurm/src/*
%{_mandir}/man1/sacct.1*
%{_mandir}/man1/sacctmgr.1*
%{_mandir}/man1/salloc.1*
%{_mandir}/man1/sattach.1*
%{_mandir}/man1/sbatch.1*
%{_mandir}/man1/sbcast.1*
%{_mandir}/man1/scancel.1*
%{_mandir}/man1/scontrol.1*
%{_mandir}/man1/sinfo.1*
%{_mandir}/man1/slurm.1*
%{_mandir}/man1/smap.1*
%{_mandir}/man1/sprio.1*
%{_mandir}/man1/squeue.1*
%{_mandir}/man1/sreport.1*
%{_mandir}/man1/srun.1*
%{_mandir}/man1/srun_cr.1*
%{_mandir}/man1/sshare.1*
%{_mandir}/man1/sstat.1*
%{_mandir}/man1/strigger.1*
%{_mandir}/man1/sdiag.1*
%{_mandir}/man5/slurm.conf.5.*
%{_mandir}/man5/cgroup.conf.5*
%{_mandir}/man5/cray.conf.5*
%{_mandir}/man5/gres.conf.5*
%{_mandir}/man5/topology.conf.5*
%{_mandir}/man8/slurmd.8.*
%{_mandir}/man8/slurmstepd.8.*
%{_mandir}/man8/spank.8.*
%dir %{_libdir}/slurm
%{_libdir}/slurm/checkpoint_none.so
%{_libdir}/slurm/jobacct_gather_cgroup.so
%{_libdir}/slurm/mpi_pmi2.so
%{_libdir}/slurm/job_submit_lua.so
%{_libdir}/slurm/proctrack_lua.so
%{_libdir}/slurm/jobacct_gather_linux.so
%{_libdir}/slurm/jobacct_gather_none.so
%{_libdir}/slurm/jobacct_gather_aix.so
%{_libdir}/slurm/jobcomp_none.so
%{_libdir}/slurm/jobcomp_filetxt.so
%{_libdir}/slurm/jobcomp_script.so
%{_libdir}/slurm/proctrack_pgid.so
%{_libdir}/slurm/proctrack_linuxproc.so
%{_libdir}/slurm/sched_backfill.so
%{_libdir}/slurm/sched_builtin.so
%{_libdir}/slurm/sched_hold.so
%{_libdir}/slurm/select_cons_res.so
%{_libdir}/slurm/select_linear.so
%{_libdir}/slurm/switch_none.so
%{_libdir}/slurm/mpi_none.so
%{_libdir}/slurm/mpi_mpichgm.so
%{_libdir}/slurm/mpi_mvapich.so
%{_libdir}/slurm/mpi_lam.so
%{_libdir}/slurm/task_none.so
%{_libdir}/slurm/task_affinity.so
%{_libdir}/slurm/accounting_storage_filetxt.so
%{_libdir}/slurm/accounting_storage_none.so
%{_libdir}/slurm/checkpoint_ompi.so
%{_libdir}/slurm/crypto_openssl.so
%{_libdir}/slurm/gres_gpu.so
%{_libdir}/slurm/gres_nic.so
%{_libdir}/slurm/job_submit_cnode.so
%{_libdir}/slurm/job_submit_defaults.so
%{_libdir}/slurm/job_submit_logging.so
%{_libdir}/slurm/job_submit_partition.so
%{_libdir}/slurm/mpi_mpich1_p4.so
%{_libdir}/slurm/mpi_mpich1_shmem.so
%{_libdir}/slurm/mpi_mpichmx.so
%{_libdir}/slurm/mpi_openmpi.so
%{_libdir}/slurm/preempt_none.so
%{_libdir}/slurm/preempt_partition_prio.so
%{_libdir}/slurm/preempt_qos.so
%{_libdir}/slurm/priority_basic.so
%{_libdir}/slurm/priority_multifactor.so
%{_libdir}/slurm/proctrack_cgroup.so
%{_libdir}/slurm/select_cray.so
%{_libdir}/slurm/task_cgroup.so
%{_libdir}/slurm/topology_3d_torus.so
%{_libdir}/slurm/topology_node_rank.so
%{_libdir}/slurm/topology_none.so
%{_libdir}/slurm/topology_tree.so
%{_libdir}/slurm/auth_none.so
%dir %{_libdir}/slurm/src
%config %{slurm_sysconfdir}/slurm.conf.example
%config(noreplace) %{slurm_sysconfdir}/slurm.epilog.clean

%files -n %{libslurm}
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root)
%dir %attr(0755,root,root) %{_prefix}/include/slurm
%{_prefix}/include/slurm/*
%{_libdir}/*.a
%{_libdir}/*.so
%{_mandir}/man3/*

%files slurmctld
%{_initrddir}/slurmctld
%{_sbindir}/slurmctld
%{_mandir}/man8/slurmctld.8.*

%files slurmdbd
%{_sbindir}/slurmdbd
%{_initrddir}/slurmdbd
%{_libdir}/slurm/accounting_storage_slurmdbd.so
%{_mandir}/man8/slurmdbd.8.*
%{_mandir}/man5/slurmdbd.conf.5.*

%files sched-wiki
%{_libdir}/slurm/sched_wiki*.so
%{_mandir}/man5/wiki.*

%files sview
%{_bindir}/sview
%{_mandir}/man1/sview.1*

%files db-pgsql
%{_libdir}/slurm/accounting_storage_pgsql.so
%{_libdir}/slurm/jobcomp_pgsql.so

%files db-mysql
%{_libdir}/slurm/accounting_storage_mysql.so
%{_libdir}/slurm/jobcomp_mysql.so

%files auth-munge
%{_libdir}/slurm/auth_munge.so
%{_libdir}/slurm/crypto_munge.so

%pre
%_pre_useradd slurm / /sbin/nologin

%post
%_post_service slurm

%post slurmctld
%_post_service slurmctld

%post slurmdbd
%_post_service slurmdbd

%preun
%_preun_service slurm

%preun slurmctld
%_preun_service slurmctld

%preun slurmdbd
%_preun_service slurmdbd

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.3-3
+ Revision: 37fa1f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8226 |14cr|smalltalk-3.2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Smalltalk free language implementation
Name:		smalltalk
Version:	3.2.5
Release:	4
License:	GPLv2+ and LGPLv2.1+ and GFDL
Group:		Development/Other
Url:		http://smalltalk.gnu.org/
Source0:	ftp://ftp.gnu.org/gnu/smalltalk/%{name}-%{version}.tar.gz
# Fix for Tcl 8.6 (interp->result, TIP #330) - AdamW 2008/12
Patch2:		smalltalk-3.1-tcl86.patch
Patch3:		smalltalk-3.2.4-gst-reload-symlink.patch
Patch4:		smalltalk-3.2.5-texi.patch
BuildRequires:	emacs-bin
BuildRequires:	tcl
BuildRequires:	texinfo
BuildRequires:	tk
BuildRequires:	zip
BuildRequires:	gdbm-devel
BuildRequires:	gmp-devel
BuildRequires:	libsigsegv-devel
BuildRequires:	readline-devel
BuildRequires:	SDL_sound-devel
BuildRequires:	tcl-devel
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)

%description
GNU Smalltalk is a Free (or Open Source) implementation that closely
follows the Smalltalk-80 language as described in the book Smalltalk-80:
the Language and its Implementation by Adele Goldberg and David
Robson. GNUSmalltalk runs on most versions of Unix or Unix like
systems (GNU/Linux, FreeBSD, etc...).
There is even a version for commercial operating systems like MS-NT.

%files
%doc AUTHORS NEWS README
%{_bindir}/gst
%{_bindir}/gst-blox
%{_bindir}/gst-convert
%{_bindir}/gst-doc
%{_bindir}/gst-load
%{_bindir}/gst-package
%{_bindir}/gst-reload
%{_bindir}/gst-remote
%{_bindir}/gst-sunit
%{_bindir}/gst-browser
%{_bindir}/gst-profile
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_libdir}/*.so.*
%{_libdir}/smalltalk
%{_infodir}/*.info*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package emacs
Summary:	Smalltalk mode for Emacs
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Conflicts:	smalltalk < 3.0.1-1

%description emacs
GNU Smalltalk is a Free (or Open Source) implementation that closely
follows the Smalltalk-80 language as described in the book Smalltalk-80:
the Language and its Implementation by Adele Goldberg and David
Robson. GNUSmalltalk runs on most versions of Unix or Unix like
systems (GNU/Linux, FreeBSD, etc...).
There is even a version for commercial operating systems like MS-NT.

This Package contains the Smalltalk mode for Emacs.

%files emacs
%{_datadir}/emacs/site-lisp/*
%{_sysconfdir}/emacs/site-start.d/**

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for GNU Smalltalk
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Conflicts:	smalltalk < 3.0.1-2

%description devel
GNU Smalltalk is a Free (or Open Source) implementation that closely
follows the Smalltalk-80 language as described in the book Smalltalk-80:
the Language and its Implementation by Adele Goldberg and David
Robson. GNUSmalltalk runs on most versions of Unix or Unix like
systems (GNU/Linux, FreeBSD, etc...).
There is even a version for commercial operating systems like MS-NT.

This Package contains header files and other stuff provided by
GNU Smalltalk. You will need this package, if you want to extent GNU
Smalltalk with functions written in C.

%files devel
%{_bindir}/gst-config
#% multiarch
%{multiarch_bindir}/gst-config
%{_libdir}/libgst.so
%{_libdir}/pkgconfig/gnu-smalltalk.pc
%{_datadir}/aclocal/*.m4
%{_includedir}/gst.h
%{_includedir}/gstpub.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch2 -p1 -b .tcl86
%patch3 -p1
%patch4 -p1

%build
export LDFLAGS="-lpthread"
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--with-tcl=%{_libdir} \
	--with-tk=%{_libdir} \
	--with-system-libsigsegv \
	--with-system-libffi=yes \
	--with-imagedir=%{_libdir}/%{name}
%make

cd doc
for i in gst*;
do
  sed -i -e 's!%{_libdir}!/usr/lib(64)!g' \
         -e 's!/usr/lib!/usr/lib(64)!g' \
         -e 's!/usr/share/smalltalk/kernel!/usr/lib(64)/smalltalk/kernel!g' $i
done

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/gst-config

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.5-4
+ Revision: bc304e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8227 |14cr|smapi-2.4.0-0.rc5.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    smapi
%define version 2.4.0
%define preversion rc5
%define rel 5
%define release 0.%{preversion}.%{rel}

%define major 2.4
%define libname %mklibname %name %major

Summary:	MsgAPI for the Husky-Packages
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Libraries
Source0:		%{name}-%{major}-%{preversion}.tar.bz2
Patch0:		smapi-20021015-main.patch
Patch1:		smapi-Makefile.diff
patch2:		smapi-2.4-rc5.huskymap.patch
URL:		http://sourceforge.net/projects/husky/
BuildRequires:	huskybse

%description
smapi is a modified message api for *.MSG, SQUISH (C) and JAM-Messagebase
formats. It is required for all other Husky-Software.

%package -n %libname
Summary:        MsgAPI for the Husky-Packages
Group: System/Libraries
Provides: lib%name = %version-%release

%description -n %libname
smapi is a modified message api for *.MSG, SQUISH (C) and JAM-Messagebase
formats. It is required for all other Husky-Software.

%package -n %libname-devel
Summary: MsgAPI for the Husky-Packages, development files
Group: Development/Other
Requires: %{libname} = %{version}-%{release}
Provides: %name-devel = %version-%release
Provides: lib%name-devel = %version-%release

%description -n %libname-devel
smapi is a modified message api for *.MSG, SQUISH (C) and JAM-Messagebase
formats. It is required for all other Husky-Software.

This Package holds the Development files. Only needed if you want to compile
other Husky-Packages.

%prep
%setup -q -n %name
#% patch0 -p1
%patch1 -p1
%patch2 -p1 -b .huskymak

%build
%make OPTCFLAGS="$RPM_OPT_FLAGS -fPIC -s -c"

%install
install -d $RPM_BUILD_ROOT%{_includedir}/smapi/                                                                
%make INCDIR=$RPM_BUILD_ROOT%{_includedir} LIBDIR=$RPM_BUILD_ROOT%{_libdir} install
install -m 644 cvsdate.h $RPM_BUILD_ROOT%{_includedir}/smapi/

chmod 755 $RPM_BUILD_ROOT%{_libdir}/*.so*

%files -n %libname
%defattr(-,root,root)
%doc BEOS.TXT BUGS COPYING ChangeLog HISTORY INSTALL LICENSE TODO VERSION file_id.diz readme.txt
%{_libdir}/libsmapi.so.*

%files -n %libname-devel
%defattr(-,root,root)
%{_includedir}/smapi
%{_libdir}/*.so
%{_libdir}/libsmapi.a






%changelog
* Tue Nov 06 2012 alexander barakin aka sash-kan <alex@barak.in> 2.4.0-0.rc5.5
+ Revision: 665a05f
- spec cleanup, add huskymap patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8228 |14cr|smc-1.9-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Secret Maryo Chronicles - a 2D platform game in classic style
Name:		smc
Version:	1.9
Release:	16
License:	GPLv3+
Group:		Games/Arcade
Url:		http://www.secretmaryo.org/
Source0:	http://prdownloads.sourceforge.net/smclone/%{name}-%{version}.tar.bz2
Source1:	http://prdownloads.sourceforge.net/smclone/SMC_Music_5.0_high.zip
# suggested in http://thread.gmane.org/gmane.linux.redhat.fedora.rpmfusion.devel/7651/focus=7665
Patch0:		http://repo.calcforge.org/temp/smc-1.9-fix-implicit-linking.patch
# patch from upstream forum
Patch1:		smc-fixes-for-cegui-v0-7.diff
Patch2:		smc-1.9-boostmt.patch
Patch3:		boost_filesystem3.diff
BuildRequires:	pkgconfig(CEGUI-OPENGL) >= 0.7.0
BuildRequires:	pkgconfig(sdl) >= 1.2.10
BuildRequires:	pkgconfig(x11)
BuildRequires:	SDL_ttf-devel
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	gettext-devel
BuildRequires:	imagemagick
Requires:	%{name}-data = %{version}

%description
Secret Maryo Chronicles is an open source two-dimensional platform
game with a style designed similar to classic sidescroller games. It 
utilizes the platform independent library SDL and an OpenGL 
accelerated graphics renderer developed in C++.

%package data
Summary:	Games data for the %{name} game
Group:		Games/Arcade
Conflicts:	smc < 1.9-13
Requires:	%{name} = %{version}
BuildArch:	noarch

%description data
This package contains data files for %{name} game.

%prep
%setup -q
# The same file is provided twice
unzip -qo %{SOURCE1}
%patch0 -p1 -b .patch0
%patch1 -p1 -b .cegui07
%patch2 -p0 -b .boost
%patch3 -p1 -b .boost

%build
autoreconf -fi
export CXXFLAGS="%{optflags} -fpermissive"
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}/
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{32x32,48x48,64x64,256x256}/apps
convert -scale 256 data/pixmaps/maryo/small/fall_right.png %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png
convert -scale 64 data/pixmaps/maryo/small/fall_right.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
convert -scale 48 data/pixmaps/maryo/small/fall_right.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 data/pixmaps/maryo/small/fall_right.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Secret Maryo Chronicles
Comment=A 2D platform game in the classic style
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

%files
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

%files data
%{_gamesdatadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9-16
+ Revision: 0c4fc56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8229 |14cr|smem-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		smem
Version:	1.4
Release:	2
Summary:	Memory reporting tool
Group:		Monitoring
License:	GPLv2+
URL:		http://www.selenic.com/%{name}/
Source0:	http://www.selenic.com/smem/download/%{name}-%{version}.tar.gz
Requires:	python
Requires:	python-matplotlib
BuildArch:	noarch

%description
smem is a tool that can give numerous reports on memory usage on Linux systems.
Unlike existing tools, smem can report proportional set size (PSS), which is a
more meaningful representation of the amount of memory used by libraries and
applications in a virtual memory system.

%prep
%setup -q

%build

%install
install -D smem %{buildroot}/%{_bindir}/smem

%files
%{_bindir}/smem


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-2
+ Revision: 1e9846d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8230 |14cr|smokeping-2.4.2-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'perl\\(Authen::.*|perl\\(Smokeping.*'
%define __noautoprov perl(.*)

Name:		smokeping
Version:	2.4.2
Release:	17
Summary:	Network latency tracker
License:	GPL
Group:		Networking/WWW
URL:		http://oss.oetiker.ch/smokeping/
Source0:    http://oss.oetiker.ch/smokeping/pub/%{name}-%{version}.tar.gz
Source1:    smokeping.init
Patch0:     %{name}-2.4.2-fhs.patch
Requires:   rrdtool
Requires:   fonts-ttf-dejavu
Requires:   fping
Requires:   perl(Qooxdoo::JSONRPC)
Requires:   perl(Config::Grammar)
Requires:   apache

Requires:   perl(CGI::SpeedyCGI)
# webapp macros and scriptlets
Requires(post):		rpm-helper >= 0.16
Requires(postun):	rpm-helper >= 0.16
BuildRequires:	rpm-helper >= 0.16
BuildRequires:	rpm-mandriva-setup >= 1.23
BuildArch:	noarch

%description
SmokePing keeps track of your network latency:

    * Best of breed latency visualisation.
    * Interactive graph exlorer.
    * Wide range of latency measurment plugins.
    * Master/Slave System for distributed measurement.
    * Highly configurable alerting system.
    * Live Latency Charts with the most 'interesting' graphs.
    * Free and OpenSource Software written in Perl written by Tobi Oetiker, the
      creator of MRTG and RRDtool

%prep
%setup -q
%patch0 -p 1

find lib -name *.pm | xargs chmod 644

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 bin/smokeping.dist %{buildroot}%{_bindir}/smokeping
install -m 755 bin/tSmoke.dist %{buildroot}%{_bindir}/tSmoke

install -d -m 755 %{buildroot}%{_datadir}/%{name}/www
install -m 755 htdocs/smokeping.cgi.dist \
    %{buildroot}%{_datadir}/%{name}/www/smokeping.cgi
install -m 755 htdocs/tr.cgi.dist \
    %{buildroot}%{_datadir}/%{name}/www/tr.cgi
install -m 644 htdocs/tr.html \
    %{buildroot}%{_datadir}/%{name}/www/tr.html
cp -pr htdocs/cropper %{buildroot}%{_datadir}/%{name}/www
cp -pr htdocs/resource %{buildroot}%{_datadir}/%{name}/www
cp -pr htdocs/script %{buildroot}%{_datadir}/%{name}/www

install -d -m 755 %{buildroot}%{_datadir}/%{name}/lib
cp -pr lib/Smokeping* %{buildroot}%{_datadir}/%{name}/lib

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 etc/basepage.html.dist \
    %{buildroot}%{_sysconfdir}/%{name}/basepage.html
install -m 644 etc/config.dist \
    %{buildroot}%{_sysconfdir}/%{name}/config
install -m 644 etc/smokemail.dist \
    %{buildroot}%{_sysconfdir}/%{name}/smokemail
install -m 640 etc/smokeping_secrets.dist \
    %{buildroot}%{_sysconfdir}/%{name}/smokeping_secrets
install -m 644 etc/tmail.dist \
    %{buildroot}%{_sysconfdir}/%{name}/tmail

install -d -m 755 %{buildroot}%{_var}/cache/%{name}
install -d -m 755 %{buildroot}%{_var}/lib/%{name}

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration
Alias /%{name}/cache %{_localstatedir}/cache/%{name}
Alias /%{name} %{_datadir}/%{name}/www

<Directory %{_datadir}/%{name}/www>
    Options ExecCGI
    DirectoryIndex smokeping.cgi
    Require all granted
</Directory>

<Directory %{_localstatedir}/cache/%{name}>
    Require all granted
</Directory>
EOF

install -d -m 755 %{buildroot}%{_initrddir}
install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/smokeping

%clean
rm -rf %{buildroot}



%files
%defattr(-,root,root)
%doc README TODO CHANGES CONTRIBUTORS COPYING COPYRIGHT doc
%config(noreplace) %{_webappconfdir}/%{name}.conf
%{_bindir}/%{name}
%{_bindir}/tSmoke
%{_datadir}/%{name}
%attr(-,apache,apache) %{_var}/cache/%{name}
%{_var}/lib/%{name}
%dir %{_sysconfdir}/%{name}
%{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/basepage.html
%config(noreplace) %{_sysconfdir}/%{name}/config
%config(noreplace) %{_sysconfdir}/%{name}/smokemail
%config(noreplace) %{_sysconfdir}/%{name}/tmail
%config(noreplace) %attr(-,root,apache) %{_sysconfdir}/%{name}/smokeping_secrets




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-17
+ Revision: 0df6869
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8231 |14cr|smolt-1.4.3-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		smolt
Summary:	Hardware profiler
Version:	1.4.3
Release:	13
License:	GPLv2+
Group:		System/Configuration/Hardware
Url:		http://fedorahosted.org/smolt
Source0:	https://fedorahosted.org/releases/s/m/%{name}/%{name}-%{version}.tar.gz
Source1:	README.install.urpmi
Patch0:		hwdata.py-pciids-path.patch
Patch1:		smolt-1.3.2-remove-checkin.patch
Patch2:		smolt-1.4.2.2-config.patch
Patch3:		smolt-linux3.patch
Patch4:		smolt-1.4.3-policy.patch
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	python-sip
Requires:	dbus-python
Requires:	lsb-release
Requires:	python-urlgrabber
Requires:	python-paste
Requires:	python-simplejson
Requires:	sip-api(%{sip_api_major}) = %{sip_api}
#Requires: hal
Requires(pre):	rpm-helper
Requires(post):	python
Requires(postun):	/sbin/service
BuildArch: noarch

%description
This hardware profiler is a server-client system that does a hardware
scan against a machine and sends the results to a public Fedora Project
turbogears server.  The sends are anonymous and should not contain any private
information other than the physical hardware information and basic OS info.

This package contains the client

%if 0
%package server
Summary:	Hardware profiler server
Group:		System/Configuration/Hardware
Requires:	%{name} = %{version}
Requires:	python-genshi
Requires:	python-crypto
Requires:	TurboGears mx
Requires:	python-turboflot

%description server
This hardware profiler is a server-client system that does a hardware
scan against a machine and sends the results to a public Fedora Project
turbogears server.  The sends are anonymous and should not contain any private
information other than the physical hardware information and basic OS info.

This package contains the server portion
%endif

%package gui
Summary:	Hardware profiler gui
Group:		System/Configuration/Hardware
Requires:	%{name} = %{version}
Requires:	python-qt4-core
Requires:	python-qt4-gui

%description gui
Provides smolt's gui functionality.  Not included in the default package to
ensure that deps are kept small.

%prep
%setup -q
%patch0 -p1 -b pciids
#patch1 -p1 -b .checkin
%patch2 -p1
%patch3 -p1
%patch4 -p1
sed -i -e "s/smolt\.png/smolt/" -e "s/the Fedora Project/smolts.org/"  client/smolt.desktop
find -name ".git*" -exec rm {} \;

%build
cd client/
make

%install
pushd client
%makeinstall_std
popd
# install -d -m 0755 smoon/ %{buildroot}/%{_datadir}/%{name}/smoon/
#cp -adv smoon/* %{buildroot}/%{_datadir}/%{name}/smoon/
#cp -adv client/simplejson %{buildroot}/%{_datadir}/%{name}/client/
mkdir -p %{buildroot}/%{_datadir}/%{name}/client/
mkdir -p %{buildroot}/%{_mandir}/man1/
cp client/scan.py %{buildroot}/%{_datadir}/%{name}/client/
cp client/gate.py %{buildroot}/%{_datadir}/%{name}/client/
cp client/os_detect.py %{buildroot}/%{_datadir}/%{name}/client/
cp client/devicelist.py %{buildroot}/%{_datadir}/%{name}/client/
cp client/hwdata.py %{buildroot}/%{_datadir}/%{name}/client/
cp -av client/distros/ %{buildroot}/%{_datadir}/%{name}/client/distros/
cp client/fs_util.py %{buildroot}/%{_datadir}/%{name}/client/
cp client/man/* %{buildroot}/%{_mandir}/man1/

mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig/

# Icons
mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/16x16/apps/
mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/22x22/apps/
mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/24x24/apps/
mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/

mkdir -p %{buildroot}/%{_datadir}/firstboot/pixmaps/
mkdir -p %{buildroot}/%{_datadir}/firstboot/themes/default/

mv client/icons/smolt-icon-16.png %{buildroot}/%{_datadir}/icons/hicolor/16x16/apps/smolt.png
mv client/icons/smolt-icon-22.png %{buildroot}/%{_datadir}/icons/hicolor/22x22/apps/smolt.png
mv client/icons/smolt-icon-24.png %{buildroot}/%{_datadir}/icons/hicolor/24x24/apps/smolt.png
mv client/icons/smolt-icon-32.png %{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/smolt.png
cp -adv client/icons/* %{buildroot}/%{_datadir}/%{name}/client/icons/

rm -f %{buildroot}/%{_bindir}/smoltSendProfile
rm -f %{buildroot}/%{_bindir}/smoltDeleteProfile
rm -f %{buildroot}/%{_bindir}/smoltGui
ln -s %{_datadir}/%{name}/client/sendProfile.py %{buildroot}/%{_bindir}/smoltSendProfile
ln -s %{_datadir}/%{name}/client/deleteProfile.py %{buildroot}/%{_bindir}/smoltDeleteProfile
ln -s %{_datadir}/%{name}/client/smoltGui.py %{buildroot}/%{_bindir}/smoltGui

ln -sf %{_sysconfdir}/%{name}/config.py %{buildroot}/%{_datadir}/%{name}/client/config.py

desktop-file-install --dir=%{buildroot}/%{_datadir}/applications client/smolt.desktop
%find_lang %{name}

# Cleanup from the Makefile (will be cleaned up when it is finalized)
rm -f %{buildroot}/etc/init.d/smolt
rm -f %{buildroot}/etc/smolt/hw-uuid
rm -rf %{buildroot}/%{_datadir}/applications/fedora-smolt.desktop

# Cleanup sugar-specific files
rm -rf %{buildroot}/%{_datadir}/sugar/

# Cleanup gz man files produces by client/Makefile (install-main target)
rm -rf %{buildroot}/%{_mandir}/man1/*.gz

touch %{buildroot}/%{_sysconfdir}/sysconfig/hw-uuid

echo 'ENABLE_MONTHLY_UPDATE=0' > %{buildroot}/%{_sysconfdir}/sysconfig/smolt

install -m 644 %{SOURCE1} README.install.urpmi

%pre
%_pre_useradd smolt %{_datadir}/%{name} /sbin/nologin > /dev/null 2>&1 || :

%post
if [ $1 = 1 ]
then
    cat /proc/sys/kernel/random/uuid > /etc/sysconfig/hw-uuid
    chmod 0644 /etc/sysconfig/hw-uuid
    chown root:root /etc/sysconfig/hw-uuid
    cat /proc/sys/kernel/random/uuid > /etc/smolt/hw-uuid
    chmod 0644 /etc/smolt/hw-uuid
    python > /etc/cron.d/smolt << 'EOF'

from string import Template
from random import randint

cron_file = Template('''# Runs the smolt checkin client
$minute $hour $day * * smolt [ -r /etc/sysconfig/smolt ]  && . /etc/sysconfig/smolt && [ $ENABLE_MONTHLY_UPDATE = 1 ] && /usr/bin/smoltSendProfile -a > /dev/null 2>&1
''')

def main():
    minute = randint(0,59)
    hour = randint(0, 24)
    day = randint(0, 28) #account for febu-hairy

    print cron_file.safe_substitute(minute=minute, day=day, hour=hour)

if __name__ == '__main__':
    main()
EOF
fi

%postun
%_postun_userdel smolt
%_postun_groupdel smolt

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README doc/* README.install.urpmi
%dir %{_datadir}/%{name}
%config(noreplace) %dir %{_sysconfdir}/%{name}/
%config(noreplace) %{_sysconfdir}/sysconfig/smolt
%config(noreplace) /%{_sysconfdir}/%{name}/config*
%ghost %config(noreplace) %{_sysconfdir}/cron.d/%{name}
%ghost %{_sysconfdir}/sysconfig/hw-uuid
%{_bindir}/smoltSendProfile
%{_bindir}/smoltDeleteProfile
%{_datadir}/%{name}/client
%{_datadir}/%{name}/doc
%{_mandir}/man1/*

%if 0
%files server
%{_datadir}/%{name}/smoon
%endif

%files gui
%{_bindir}/smoltGui
%{_datadir}/applications/smolt.desktop
%{_datadir}/icons/hicolor/*x*/apps/smolt.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.3-13
+ Revision: 0301bba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8232 |14cr|smplayer-14.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		smplayer
Summary:	Complete front-end for mplayer written in Qt4
Version:	14.3.0
Release:	3
License:	GPLv2+
Group:		Video
Url:		http://smplayer.sourceforge.net
Source0:	http://downloads.sourceforge.net/smplayer/%{name}-%{version}.tar.bz2
Patch0:		smplayer-0.8.4-optflags.patch
BuildRequires:	qt4-devel
BuildRequires:	desktop-file-utils
Requires:	mplayer
Suggests:	smplayer-themes
Obsoletes:	smplayer-qt4 < 0.5.62-1
Provides:	smplayer-qt4 = %{version}-%{release}

%description
SMPlayer intends to be a complete front-end for MPlayer,
from basic features like playing videos, DVDs, and VCDs 
to more advanced features like support for MPlayer filters and more.

One of the most interesting features of SMPlayer: it remembers the 
settings of all files you play. So you start to watch a movie but you 
have to leave... don't worry, when you open that movie again it will 
resume at the same point you left it, and with the same settings: 
audio track, subtitles, volume...

Other additional interesting features:

* New GUI. Now there are toolbars, the control at the bottom is different 
  (and it changes if the window is made smaller), the icons can be changed 
  (several icon themes are available). In fullscreen mode the floating 
  control that appears when you move the mouse to the bottom of the screen 
  is new too and this time the video doesn't resize when it shows.
* Configurable key shortcuts. A shortcut editor has been added, it's 
  located at "Preferences->Mouse & keyboard". Please read 
  Configurable_shortcuts.txt.
* Support for VCD. Now you can also play VCD discs.
* System tray icon. Now it's possible to leave SMPlayer running in the 
  system tray. This feature requires Qt 4.2.
* Added some new functions, like pan&scan, stay on top, set the size 
  of the window...
* Improved support for subtitles. For instance, now you can load a idx/sub 
  file and you'll be able to select among all languages that the file 
  provides. You can have a mkv file with embedded subtitles, load an 
  idx/sub file (or srt, sub...) and all subtitles will be available.
* New translations. SMPlayer 0.5.0 is translated (totally or partially) to 
  the following languages: Bulgarian, Czech, German, Spanish, French, 
  Hungarian, Italian, Japanese, Georgian, Dutch, Polish, Brazilian Portuguese, 
  Russian, Slovak, Serbian, Swedish, Turkish, Ukrainian, Simplified-Chinese 
  and Traditional Chinese. By the way, now it's possible to change the language
  at run-time.

SMPlayer supports themes which can be found in smplayer-themes package.

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
%make PREFIX=%{_prefix} 'DOC_PATH=\"%{_docdir}/%{name}\"'

%install
%makeinstall_std PREFIX=%{_prefix}

# Allow html docs
mv %{buildroot}%{_docdir}/packages/%{name} %{buildroot}%{_docdir}/%{name}
rm -fr %{buildroot}%{_docdir}/packages

desktop-file-install \
	--remove-key='Encoding' \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%files
%doc Changelog *.txt
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/shortcuts
%dir %{_datadir}/%{name}/translations
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%{_datadir}/%{name}/*.conf
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.svg
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}/shortcuts/*
%lang(ar) %{_datadir}/%{name}/translations/smplayer_ar.qm
%lang(ar_SY) %{_datadir}/%{name}/translations/smplayer_ar_SY.qm
%lang(bg) %{_datadir}/%{name}/translations/smplayer_bg.qm
%lang(ca) %{_datadir}/%{name}/translations/smplayer_ca.qm
%lang(cs) %{_datadir}/%{name}/translations/smplayer_cs.qm
%lang(de) %{_datadir}/%{name}/translations/smplayer_de.qm
%lang(da) %{_datadir}/%{name}/translations/smplayer_da.qm
%lang(el_GR) %{_datadir}/%{name}/translations/smplayer_el_GR.qm
%lang(en_GB) %{_datadir}/%{name}/translations/smplayer_en_GB.qm
%lang(en_US) %{_datadir}/%{name}/translations/smplayer_en_US.qm
%lang(es) %{_datadir}/%{name}/translations/smplayer_es.qm
%lang(et) %{_datadir}/%{name}/translations/smplayer_et.qm
%lang(eu) %{_datadir}/%{name}/translations/smplayer_eu.qm
%lang(fi) %{_datadir}/%{name}/translations/smplayer_fi.qm
%lang(fr) %{_datadir}/%{name}/translations/smplayer_fr.qm
%lang(gl) %{_datadir}/%{name}/translations/smplayer_gl.qm
%lang(he_IL) %{_datadir}/%{name}/translations/smplayer_he_IL.qm
%lang(hr) %{_datadir}/%{name}/translations/smplayer_hr.qm
%lang(hu) %{_datadir}/%{name}/translations/smplayer_hu.qm
%lang(id) %{_datadir}/%{name}/translations/smplayer_id.qm
%lang(it) %{_datadir}/%{name}/translations/smplayer_it.qm
%lang(ja) %{_datadir}/%{name}/translations/smplayer_ja.qm
%lang(ka) %{_datadir}/%{name}/translations/smplayer_ka.qm
%lang(ko) %{_datadir}/%{name}/translations/smplayer_ko.qm
%lang(ku) %{_datadir}/%{name}/translations/smplayer_ku.qm
%lang(lt) %{_datadir}/%{name}/translations/smplayer_lt.qm
%lang(mk) %{_datadir}/%{name}/translations/smplayer_mk.qm
%lang(nl) %{_datadir}/%{name}/translations/smplayer_nl.qm
%lang(nn_NO) %{_datadir}/%{name}/translations/smplayer_nn_NO.qm
%lang(pl) %{_datadir}/%{name}/translations/smplayer_pl.qm
%lang(pt) %{_datadir}/%{name}/translations/smplayer_pt.qm
%lang(pt_BR) %{_datadir}/%{name}/translations/smplayer_pt_BR.qm
%lang(ro_RO) %{_datadir}/%{name}/translations/smplayer_ro_RO.qm
%lang(ru_RU) %{_datadir}/%{name}/translations/smplayer_ru_RU.qm
%lang(sk) %{_datadir}/%{name}/translations/smplayer_sk.qm
%lang(sl) %{_datadir}/%{name}/translations/smplayer_sl_SI.qm
%lang(sr) %{_datadir}/%{name}/translations/smplayer_sr.qm
%lang(sv) %{_datadir}/%{name}/translations/smplayer_sv.qm
%lang(th) %{_datadir}/%{name}/translations/smplayer_th.qm
%lang(tr) %{_datadir}/%{name}/translations/smplayer_tr.qm
%lang(uk_UA) %{_datadir}/%{name}/translations/smplayer_uk_UA.qm
%lang(uz) %{_datadir}/%{name}/translations/smplayer_uz.qm
%lang(vi) %{_datadir}/%{name}/translations/smplayer_vi_VN.qm
%lang(zh_CN) %{_datadir}/%{name}/translations/smplayer_zh_CN.qm
%lang(zh_TW) %{_datadir}/%{name}/translations/smplayer_zh_TW.qm
%lang(ms_MY) %{_datadir}/%{name}/translations/smplayer_ms_MY.qm

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 14.3.0-3
+ Revision: 1c14d51
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8233 |14cr|smplayer-skins-20121029-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		smplayer-skins
Version:	20121029
Release:	3
Summary:	Skins for SMPlayer
# Actually, various
License:	GPLv2
Group:		Video
URL:		http://smplayer.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Requires:	smplayer >= 0.8.2
BuildArch:	noarch

%description
This package provides skin themes for SMPlayer.

SMPlayer intends to be a complete front-end for Mplayer, from basic features
like playing videos, DVDs, and VCDs to more advanced features like support
for Mplayer filters and more. One of the main features is the ability to
remember the state of a played file, so when you play it later it will resume
at the same point and with the same settings. smplayer is developed with
the Qt toolkit, so it's multi-platform.

%prep
%setup -q

%build
# nothing

%install
%makeinstall_std PREFIX=%{_prefix}

%files
%doc README.txt Changelog COPYING*.txt
%dir %{_datadir}/smplayer/themes
%{_datadir}/smplayer/themes/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20121029-3
+ Revision: 8870557
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8234 |14cr|smplayer-themes-20120919-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Themes for SMPlayer
Name:		smplayer-themes
Version:	20120919
Release:	2
Epoch:		1
License:	GPLv2+
Group:		Video
Url:		http://smplayer.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/smplayer/SMPlayer-themes/%{version}/%{name}-%{version}.tar.bz2
%if %mdkversion > 200800
Requires:	smplayer
%endif
Buildarch:	noarch
Obsoletes:	%{name}-0.1.20

%description
A set of themes for SMPlayer.

%prep
%setup -q

%build

%install
%makeinstall_std DESTDIR=%{buildroot} PREFIX=%{_prefix}

%files
%doc README.txt Changelog
%dir %{_datadir}/smplayer/themes
%{_datadir}/smplayer/themes/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:20120919-2
+ Revision: 42ad468
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8235 |14cr|smssend-3.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    smssend
%define version 3.4
%define release 11

Summary: 	Send free SMS to any GSM
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Source0: 	%{name}-%{version}.tar.bz2
URL: 		http://zekiller.skytech.org/smssend_menu_en.html 
License: 	GPL 
Group: 		Networking/Other
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Buildrequires:  skyutils-devel openssl-devel zlib-devel 
BuildRequires:  bzip2-devel pcre-devel

%description
SmsSend allows you to send free SMS to any GSM, connecting to Internet sites
using scripts. It is available both for Windows and Unix.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README INSTALL
%doc NEWS
%_bindir/*
%_mandir/man1/*
%_datadir/%name/
%lang(fr) %_mandir/fr/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4-11
+ Revision: 4031429
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8236 |14cr|smstools-3.1.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _varlogdir      %{_localstatedir}/log/smsd
%define _varrundir      %{_localstatedir}/run/smsd

Summary:	Tools to send and receive short messages through GSM modems or mobile phones
Name:		smstools
Version:	3.1.15
Release:	1
License:	GPLv2+
Group:		Communications
Url:		http://smstools3.kekekasvi.com
Source0:	http://smstools3.kekekasvi.com/packages/smstools3-%{version}.tar.gz
Source1:	smsd.init
Source2:	smsd.logrotate
Source3:	smsd.tmpfiles
Patch0:		smstools3-3.1.5-loglocation.patch
Patch1:		smstools3-3.1.15-rundirectory.patch
Patch2:		smstools3-3.1.15-makefile-whitespace.patch
Requires(pre):	shadow-utils
Requires(post,preun):	/sbin/chkconfig
Requires(preun,postun):	/sbin/service

%description
The SMS Server Tools are made to send and receive short messages through
GSM modems. It supports easy file interfaces and it can run external
programs for automatic actions.

%files
%doc LICENSE manual/ examples/ scripts/checkhandler-utf-8 scripts/email2sms scripts/eventhandler-utf-8
%doc scripts/mysmsd scripts/regular_run scripts/smsevent scripts/smsresend scripts/sql_demo
%{_sbindir}/*
%{_bindir}/*
%{_initrddir}/smsd
%config(noreplace) %{_sysconfdir}/logrotate.d/smstools
%config(noreplace) %{_sysconfdir}/smsd.conf
%config %{_sysconfdir}/tmpfiles.d/smstools.conf
%attr(-,smstools,smstools) %dir %{_localstatedir}/spool/sms/
%attr(-,smstools,smstools) %dir %{_localstatedir}/spool/sms/checked
%attr(-,smstools,smstools) %dir %{_localstatedir}/spool/sms/failed
%attr(-,smstools,smstools) %dir %{_localstatedir}/spool/sms/incoming
%attr(-,smstools,smstools) %dir %{_localstatedir}/spool/sms/outgoing
%attr(-,smstools,smstools) %dir %{_localstatedir}/spool/sms/sent
%attr(0750,smstools,smstools) %dir %{_varlogdir}
%attr(0640,smstools,smstools) %ghost %{_varlogdir}/smsd.log
%attr(0640,smstools,smstools) %ghost %{_varlogdir}/smsd_trouble.log
%attr(0750,smstools,smstools) %dir %{_varlogdir}/smsd_stats
%attr(0700,smstools,smstools) %dir %{_varrundir}

%pre
getent group smstools >/dev/null || groupadd -r smstools

# on older releases we need to use uucp (here it seems only the uucp group exists)
# on newer releases it's dialout (here it seems both groups exist)
# it would be more elegant to base my if clause on the udev rules instead of the group existence
if [ `getent group dialout` ]
  then
    getent passwd smstools >/dev/null || useradd -r -d /var/lib/smstools -m -g smstools -G dialout smstools
  else
    getent passwd smstools >/dev/null || useradd -r -d /var/lib/smstools -m -g smstools -G uucp smstools
fi

%post
if [ $1 -eq 0 ]; then
        /sbin/chkconfig --add smsd
fi

# Create initial log files so that logrotate doesn't complain
for n in smsd.log smsd_trouble.log; do
        [ -f %{_varlogdir}/$n ] || touch %{_varlogdir}/$n
        chown smstools:smstools %{_varlogdir}/$n
        chmod 640 %{_varlogdir}/$n
done

%preun
if [ $1 -eq 0 ]; then
        /sbin/service smsd stop >/dev/null 2>&1
        /sbin/chkconfig --del smsd
fi

%postun
if [ $1 -ge 1 ]; then
        /sbin/service smsd condrestart >/dev/null 2>&1
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n smstools3
%patch0 -p1 -b .loglocation~
%patch1 -p1 -b .conf~
%patch2 -p1 -b .make4~

mv doc manual
mv examples/.procmailrc examples/procmailrc
mv examples/.qmailrc examples/qmailrc
find scripts/ examples/ manual/ -type f -print0 |xargs -0 chmod 644

%build
%make -C src CFLAGS="%{optflags} -DNOSTATS -D NUMBER_OF_MODEMS=64" LFLAGS="%{ldflags}"

%install
install -Dm 755 %{SOURCE1} %{buildroot}%{_initrddir}/smsd
install -Dm 664 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/smstools
install -Dm 664 %{SOURCE3} %{buildroot}%{_sysconfdir}/tmpfiles.d/smstools.conf
install -Dm 600 examples/smsd.conf.easy %{buildroot}%{_sysconfdir}/smsd.conf
install -Dm 755 src/smsd %{buildroot}%{_sbindir}/smsd
install -Dm 755 scripts/sendsms %{buildroot}%{_bindir}/smssend
install -Dm 755 scripts/sms2html %{buildroot}%{_bindir}/sms2html
install -Dm 755 scripts/sms2unicode %{buildroot}%{_bindir}/sms2unicode
install -Dm 755 scripts/sms2xml %{buildroot}%{_bindir}/sms2xml
install -Dm 755 scripts/unicode2sms %{buildroot}%{_bindir}/unicode2sms
install -dm 750 %{buildroot}%{_localstatedir}/spool/sms/checked
install -dm 750 %{buildroot}%{_localstatedir}/spool/sms/failed
install -dm 750 %{buildroot}/%{_localstatedir}/spool/sms/incoming
install -dm 770 %{buildroot}/%{_localstatedir}/spool/sms/outgoing
install -dm 750 %{buildroot}/%{_localstatedir}/spool/sms/sent
mkdir -p %{buildroot}/%{_varlogdir}
mkdir -p %{buildroot}/%{_varlogdir}/smsd_stats
mkdir -p %{buildroot}/%{_varrundir}

# Create ghost files
for n in smsd.log smsd_trouble.log; do
    touch %{buildroot}/%{_varlogdir}/$n
done


%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.15-1
+ Revision: fc9e813
- New version 3.1.15, add tmpfiles config, fix build with make 4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8237 |14cr|smtp-benchmark-1.0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SMTP Benchmark Suite
Name:		smtp-benchmark
Version:	1.0.3
Release:	9
License:	BSD
Group:		Networking/Other
URL:		http://www.etc.msys.ch/software/smtp-benchmark/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		smtp-benchmark-linux_fix.diff
BuildRoot:	%{_tmppath}/%{name}-root

%description
smtp-benchmark consists of two programs, smtpsend and smtpsink.
Whereas smtpsend is used to send generated e-mail messages using
SMTP to a mail transfer agent, smtpsink is designed to dispose of
received messages as quick as possible.

smtpsend measures the time spent sending e-mails and the number
of e-mails actually sent and outputs statistics after the program
run.

smtpsend can fork one or more parallel senders each using one or
more sequential connections to a SMTP server to deliver one or
more messages per connection.

smtpsink comes in handy when the relaying performance of a MTA is
to be measured.

%prep

%setup -q -n %{name}
%patch0 -p0

%build

gcc %{optflags} -o smtpsend/smtpsend smtpsend/smtpsend.c
gcc %{optflags} -o smtpsink/smtpsink smtpsink/smtpsink.c

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8
install -m0755 smtpsend/smtpsend %{buildroot}%{_sbindir}/
install -m0755 smtpsink/smtpsink %{buildroot}%{_sbindir}/
install -m0644 smtpsend/smtpsend.8 %{buildroot}%{_mandir}/man8/
install -m0644 smtpsink/smtpsink.8 %{buildroot}%{_mandir}/man8/
  
%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr (-,root,root)
%doc README
%{_sbindir}/smtpsend
%{_sbindir}/smtpsink
%{_mandir}/man8/smtpsend.8*
%{_mandir}/man8/smtpsink.8*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-9
+ Revision: 840d0a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8238 |14cr|smtp-gated-1.4.17-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define user smtpgw

Summary:	SMTP Transparent Proxy
Name: 		smtp-gated
Version: 	1.4.17
Release: 	7
Group: 		System/Servers
License:	GPL2v+
#Requires: spamassassin-spamd clamd libpcre libspf2
BuildRequires:  pcre-devel 
BuildRequires:  libspf2-devel
Provides: 	smtp-proxy
URL: 		http://smtp-proxy.klolik.org
Source0: 	http://software.klolik.org/smtp-gated/files/%{name}-%{version}.tar.gz
Source1:	smtp-gated.init
Patch0: 	smtp-gated-1.4.17-fdprintf.patch
Patch1: 	smtp-gated-1.4.17-syslog.patch
Patch2:		smtp-gated-1.4.17-linkage.patch
Requires(pre):		rpm-helper
Requires(post):		rpm-helper
Requires(preun):	rpm-helper
Requires(postun):	rpm-helper

%description
Transparent proxy for SMTP traffic.

%prep
%setup -q
%patch0 -p0 -b .fdprintf
%patch1 -p0 -b .syslog
%patch2 -p0 -b .linkage
%build
%configure --enable-pcre=%{_includedir} --enable-spf=%{_includedir}/spf2

%make

%install
%makeinstall

install -d %{buildroot}{/var/spool/%{name}/{msg,lock}}
install -d %{buildroot}/var/run/%{name}
install -d %{buildroot}%{_initrddir}

install %{SOURCE1} %{buildroot}%{_initrddir}/%{name}

src/%{name} -t | sed 's/^\([^#]\)/; &/' > %{buildroot}%{_sysconfdir}/%{name}.conf

mkdir -p %{buildroot}/var/spool/%{name}/msg
mkdir -p %{buildroot}/var/spool/%{name}/lock
mkdir -p %{buildroot}/var/run/%{name}

%files
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README README.PL
%doc contrib/fixed.conf contrib/nat.conf
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_mandir}/man*/*

%defattr(0755,root,root,0755)
%{_sbindir}/%{name}
%{_initrddir}/%{name}

%defattr(0750,smtpgw,smtpgw,0750)
/var/spool/%{name}
/var/run/%{name}

%pre
%_pre_useradd %{user} /var/spool/%{name} /bin/false

%postun
%_postun_userdel %{user}
%_postun_groupdel %{user}

%preun
%_preun_service %{name}

%post
%_post_service %{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.17-7
+ Revision: e5f0c3b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8239 |14cr|smtpscan-0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Remote SMTP Server Detection
Name:		smtpscan
Version:	0.5
Release:	6
License:	GPL
Group:		Monitoring
URL:		http://www.greyhats.org/outils/smtpscan/
Source0:	%{name}-%{version}.tar.bz2
Source1:	remote_smtp_detect.pdf.bz2
Patch0:		smtpscan-0.4.patch
Requires:	perl perl-Net-DNS
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Smtpscan is a tool to guess which MTA is used by sending several
"special" SMTP requests and by comparing error codes returned with
those in the fingerprint database. It does not take into account
banners and other text information, that cannot be trusted, only
error codes.

%prep

%setup -q -n %{name} 
%patch0 -p1

%build

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_datadir}/smtpscan

install -m755 src/smtpscan %{buildroot}%{_bindir}/
install -m644 docs/man/smtpscan.1 %{buildroot}%{_mandir}/man1/
install -m644 src/fingerprints  %{buildroot}%{_datadir}/smtpscan/
install -m644 src/tests %{buildroot}%{_datadir}/smtpscan/

bzcat %{SOURCE1} > remote_smtp_detect.pdf

%clean 
rm -rf %{buildroot} 

%files
%defattr(-,root,root)
%doc CHANGELOG CONTRIBUTORS remote_smtp_detect.pdf
%{_bindir}/smtpscan
%{_datadir}/smtpscan
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-6
+ Revision: 090deb7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8240 |14cr|smtube-2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		smtube
Version:	2.1
Release:	2
Summary:	Allows to play and download videos from YouTube
License:	GPLv2+
Group:		Video
Url:		http://smplayer.sourceforge.net
Source0:	http://downloads.sourceforge.net/smplayer/SMTube/%{version}/%{name}-%{version}.tar.bz2
Patch0:		smtube-1.6-optflags.patch
BuildRequires:	qt4-devel
BuildRequires:	qt4-linguist

%description
SMTube is a tool for searching and downloading videos from YouTube.
It supports SMPlayer, VLC and some other players.

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
%make \
	PREFIX=%{_prefix} \
	QMAKE=%{qt4bin}/qmake \
	LRELEASE=%{qt4bin}/lrelease

%install
%makeinstall_std PREFIX=%{_prefix}

%files
%doc Changelog *.txt
%{_bindir}/%{name}
%{_datadir}/applications/smtube.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}/translations/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-2
+ Revision: 6b12f48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8241 |14cr|snack-2.2.10-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Script-driven sound processing toolkit
Name:		snack
Version: 	2.2.10
Release: 	10
License: 	BSD
Group: 		Sound
URL: 		http://www.speech.kth.se/snack/
Source0:	http://www.speech.kth.se/~kare/%{name}%{version}.tar.bz2
# Fix underlinking
Patch0:		snack-2.2.10-underlinking.patch
Patch1:		snack-2.2.10-unity-linux-fix-roundf.patch
Patch2:		snack-2.2.10-unity-linux-gcc44.patch
Patch3:		snack-2.2.10-mdv-fix-string-format.patch

BuildRequires:	tcl 
BuildRequires:  tk 
BuildRequires:  libogg-devel 
BuildRequires:  libvorbis-devel 
BuildRequires:  pkgconfig(x11)
BuildRequires:	python-devel 
BuildRequires:  dos2unix
BuildRequires:  tcl-devel
BuildRequires:  tk-devel

%description
Snack is a sound processing toolkit designed as an extension
to a scripting language. Snack currently works with the scripting
languages Tcl/Tk, Python, and Ruby.

Snack has commands to play, record, process, and visualize sound.
Snack provides high level sound objects, with flexible storage management,
and streaming support. It handles most common sound file formats.
The visualization canvas item types update in real-time and can output
postscript. The same scripts run on Unix (Linux, Solaris, HP-UX, IRIX,
FreeBSD, NetBSD), Macintosh, and Windows 95/98/NT/2000/XP.

%package -n tcl-%{name}
Summary:	Snack Sound Toolkit for Tcl
Group:		Sound
Requires:	tcl
Obsoletes:	%{mklibname snack} < 2.2.10-6mdv
Obsoletes:	%{mklibname snack -d} < 2.2.10-6mdv

%description -n tcl-%{name}
Snack Sound Toolkit for Tcl.

%package -n python-%{name}
Summary:	Snack Sound Toolkit for Python	
Group:		Sound
Requires:	tcl-%{name} = %{version}
Requires:	tkinter

%description -n python-%{name}
Snack Sound Toolkit for Python.

%prep
%setup -q -n %{name}%{version}
%patch0 -p1 -b .underlink
%patch1 -p1
%patch2 -p1
%patch3 -p0
chmod 644 COPYING README changes

%build
cd unix
%configure2_5x --with-tcl=/usr/lib --with-tk=/usr/lib --with-ogg-include=/usr/include/ogg --with-ogg-lib=/usr/lib
%make TCL_INCPATH=/usr/include TK_INCPATH=/usr/include CC="gcc %{optflags}"
%make TCL_INCPATH=/usr/include TK_INCPATH=/usr/include CC="gcc %{optflags}" libsnackogg.so

%install
chmod 644 doc/*
chmod 755 python/*.py
chmod 644 demos/tcl/*
chmod 755 demos/tcl/*.tcl
dos2unix demos/tcl/*.txt
rm -f demos/tcl/tclkit-linux-x86
chmod 644 demos/python/*
chmod 755 demos/python/*.py
dos2unix demos/python/*.txt

cd unix
mkdir -p %{buildroot}%{tcl_sitearch}/%{name}%{version}
mkdir -p %{buildroot}%{py_puresitedir}
cp *.so %{buildroot}%{tcl_sitearch}/%{name}%{version}
install -m 0755 *.tcl %{buildroot}%{tcl_sitearch}/%{name}%{version}
cd ../python
python setup.py install --root=%{buildroot} --compile --optimize=2

%files -n tcl-%{name}
%doc changes COPYING doc/tcl-man.html demos/tcl/* doc/A* doc/C* doc/F* README doc/S*
%{tcl_sitearch}/%{name}%{version}

%files -n python-%{name}
%doc doc/python-man.html demos/python/*
%{py_puresitedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.10-10
+ Revision: e66234f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8242 |14cr|snapfly-0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A lightweight PyGTK menu
Name:		snapfly
Version:	0.8
Release:	2
License:	GPLv3
Group:		Graphical desktop/Other
Url:		https://github.com/drakmail/snapfly
# from git
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	python-setuptools
BuildArch:	noarch
Requires:	pygtk2
Requires:	python-cairo
Requires:	python-dbus
Requires:	python-pyinotify

%description
SnapFly is a lightweight PyGTK menu which can be run as a daemon (in this
case you can call the menu from any place on your desktop using snapfly-show)
or as a standalone menu with a systray icon. The development began as a
patchset for adeskmenu, but nowadays SnapFly is almost fully rewritten.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%find_lang %{name} --with-man

%files -f %{name}.lang
%{_bindir}/%{name}
%{_bindir}/%{name}-show
%{python_sitelib}/%{name}
%{python_sitelib}/*.egg-info
%{_iconsdir}/hicolor/*/apps/%{name}.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-2
+ Revision: 0067b90
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8243 |14cr|snapper-0.1.3-0.20130426git35ff4ec.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		snapper
Version:	0.1.3
Release:	0.20130426git35ff4ec.2
License:	GPLv2
Group:		Archiving/Backup
BuildRequires:	boost-devel doxygen gettext libtool
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	dbus-devel
Requires:	%{name}-libs = %{version}-%{release}
Requires:	diffutils
Summary:	Tool for filesystem snapshot management
Url:		http://en.opensuse.org/Portal:Snapper

# source tarball creation process from master branch:
# git clone git://github.com/openSUSE/snapper.git
# git archive --format=tar --prefix=snapper-0.1.3/ 35ff4eca49393b033a7cbaf76479addeb6c77a8d | bzip2 > /tmp/snapper-0.1.3.tar.bz2
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-remove-ext4-info.patch
Patch1:		%{name}-rename-cron-files.patch
Patch2:		%{name}-link-boost_system.patch

%description
This package contains snapper, a tool for filesystem snapshot management.

%package libs
Summary:	Library for filesystem snapshot management
Group:		Archiving/Backup
Requires:	util-linux

%description libs
This package contains the snapper shared library
for filesystem snapshot management.

%package devel
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Requires:	libstdc++-devel
Requires:	boost-devel
Requires:	pkgconfig(libxml-2.0)
Summary:	Header files and documentation for libsnapper

%description devel
This package contains header files and documentation for developing with
snapper.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
aclocal
libtoolize --force --automake --copy
autoheader
automake --add-missing --copy
autoconf
# NOTE: --disable-ext4 option removes support for ext4 internal snapshots since the feature
# never made it into upstream kernel
%configure --disable-silent-rules --disable-ext4 --docdir=%{_defaultdocdir}/%{name}-%{version} --disable-zypp --enable-xattrs --disable-static
#NOTE: avoid 'unused-direct-shlib-dependency' warning in rpmlint checks
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
export LDFLAGS="-lboost_system-mt"
export CFLAGS="-lboost_system-mt -Wl,-lboost_system-mt"
export CXXFLAGS="-lboost_system-mt -Wl,-lboost_system-mt"
%make

%install
%makeinstall_std
install -m644 -D data/sysconfig.snapper %{buildroot}%{_sysconfdir}/sysconfig/%{name}
%find_lang %{name}

%files -f snapper.lang
%{_bindir}/snapper
%{_sbindir}/snapperd
%config(noreplace) %{_sysconfdir}/logrotate.d/snapper
%{_sysconfdir}/cron.hourly/snapper
%{_sysconfdir}/cron.daily/snapper
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.opensuse.Snapper.conf
%{_datadir}/dbus-1/system-services/org.opensuse.Snapper.service
%doc %{_docdir}/%{name}-%{version}/AUTHORS
%doc %{_docdir}/%{name}-%{version}/COPYING
%{_mandir}/man8/%{name}.8*
%{_mandir}/man8/snapperd.8*

%files libs
%{_libdir}/libsnapper.so.*
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/configs
%dir %{_sysconfdir}/%{name}/config-templates
%config(noreplace) %{_sysconfdir}/%{name}/config-templates/default
%dir %{_sysconfdir}/%{name}/filters
%config(noreplace) %{_sysconfdir}/%{name}/filters/*.txt
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}

%files devel
%doc examples/*.cc
%{_libdir}/libsnapper.so
%{_includedir}/%{name}

%changelog
* Fri Jun 27 2014 Tigro <ashejn@gmail.com> 0.1.3-0.20130426git35ff4ec.2
+ Revision: 1482692
- fix boost library names



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8244 |14cr|snappy-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1
%define	libname		%mklibname %{name} %{major}
%define	develname	%mklibname %{name} -d

Summary:	Fast compression and decompression library

Name:		snappy
Version:	1.1.2
Release:	2
Group:		System/Libraries
License:	BSD
URL:		http://code.google.com/p/snappy/
Source0:	http://snappy.googlecode.com/files/%{name}-%{version}.tar.gz

BuildRequires:	gtest-devel

%description
Snappy is a compression/decompression library. It does not aim for maximum 
compression, or compatibility with any other compression library; instead, it 
aims for very high speeds and reasonable compression. For instance, compared to 
the fastest mode of zlib, Snappy is an order of magnitude faster for most 
inputs, but the resulting compressed files are anywhere from 20% to 100% 
bigger. 

%package -n %{libname}
Group:		System/Libraries
Summary:	Library for %{name}

%rename		%{name}

%description -n %{libname}
Snappy is a compression/decompression library. It does not aim for maximum 
compression, or compatibility with any other compression library; instead, it 
aims for very high speeds and reasonable compression. For instance, compared to 
the fastest mode of zlib, Snappy is an order of magnitude faster for most 
inputs, but the resulting compressed files are anywhere from 20% to 100% 
bigger. 

This package contains shared libraries for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}

Group:		Development/C
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
This package contains libraries and header files for developing applications 
that use %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/doc/snappy/

%check
make check

%files -n %{libname}
%doc COPYING 
%{_libdir}/libsnappy.so.%{major}*

%files -n %{develname}
%doc AUTHORS ChangeLog NEWS README
%doc format_description.txt
%{_includedir}/snappy*.h
%{_libdir}/libsnappy.so





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-2
+ Revision: b3c7583
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8245 |14cr|snapraid-6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Backup program for disk arrays
Name:		snapraid
Version:	6.1
Release:	2
License:	GPLv3+
Group:		Archiving/Backup
Url:		http://snapraid.sourceforge.net/
Source0:	http://sourceforge.net/projects/snapraid/files/%{name}-%{version}.tar.gz

%description
SnapRAID is a backup program for disk arrays. It stores parity information
of your data and it's able to recover from up to six disk failures.

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-2
+ Revision: e19420d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8246 |14cr|snd-11.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		snd
Summary: 	Audio file editor
Version: 	11.4
Release: 	4
Source0:	ftp://ccrma-ftp.stanford.edu/pub/Lisp/%{name}-%{version}.tar.gz
URL:		http://www-ccrma.stanford.edu/software/snd/
License:	BSD-like
Group:		Sound
#patch0 was sent upstream by Kharec
Patch0:		snd-11.4-fix-str-fmt.patch
BuildRequires:	gsl-devel ladspa-devel xpm-devel guile-devel
BuildRequires:	pkgconfig(gamin)
BuildRequires:	fftw-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	mesaglu-devel
BuildRequires:	gtk2-devel
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(samplerate)

%description
Snd is a free sound editor modelled loosely after Emacs and an old,
sorely-missed PDP-10 sound editor named Dpysnd.

%prep
%setup -q
%patch0 -p0

%build
export LDFLAGS="-lX11 -ldl -lpthread"
%configure2_5x	--with-ladspa \
		--with-gsl \
		--with-gl \
		--with-alsa \
		--with-gtk \
		--with-jack \
		--with-guile \
		--with-midi
		
%make
make sndplay sndinfo
make audinfo
										
%install
# stupid hack, sorry, I'm lazy
cp mkinstalldirs ..
%{makeinstall}
cp sndplay sndinfo $RPM_BUILD_ROOT%{_bindir}

#menu

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Snd
Comment=%{summary}
Exec=%{_bindir}/%{name} %U
Icon=sound_section
Terminal=false
Type=Application
Categories=GTK;Audio;AudioVideoEditing;
EOF

%files
%defattr(-,root,root)
%doc README.Snd HISTORY.Snd tutorial NEWS COPYING
%{_bindir}/%{name}*
%{_datadir}/applications/*
%{_datadir}/%{name}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.4-4
+ Revision: 2be894b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8247 |14cr|sndlib-20-1.20120922.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name		sndlib
# Version numbers are listed in HISTORY.sndlib. Look closely.
%define	version		20
# Take from the last change recorded in HISTORY.sndlib.
# Actually, they don't seem to be updating it reliably, so
# just go with today's date...
%define date		20120922
%define	rel		1
%define	release		1.%{date}.%{rel}
%define	lib_name_orig	lib%{name}
%define develname	%mklibname %{name} -d
%define staticname	%mklibname %{name} -s -d

Name:           %{name}
Version:        %{version}
Release:        %{release}
Source0:	ftp://ccrma-ftp.stanford.edu/pub/Lisp/%{name}.tar.gz
License:	BSD-like
Group:		System/Libraries
URL:		http://www-ccrma.stanford.edu/software/snd/sndlib/
Summary:	Library of sound-related functions
BuildRequires: 	guile-devel
BuildRequires: 	pkgconfig(alsa)

%description
The sound library is a collection of sound file and audio hardware
handlers written in C, Forth, Scheme, Common Lisp, and Ruby, and
running currently on SGI, Sun, Linux, Mac, HPUX, LinuxPPC, Mac OSX,
and Windoze systems (but I'm not making any effort to keep the Windoze
code going). It provides relatively straightforward access to many
sound file headers and data types, and most of the features of the
audio hardware.

%package -n	%{develname}
Summary:	Development tools for %name
Group:		Development/C++
Provides:	%{lib_name_orig}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
The sound library is a collection of sound file and audio hardware
handlers written in C, Forth, Scheme, Common Lisp, and Ruby, and
running currently on SGI, Sun, Linux, Mac, HPUX, LinuxPPC, Mac OSX,
and Windoze systems (but I'm not making any effort to keep the Windoze
code going). It provides relatively straightforward access to many
sound file headers and data types, and most of the features of the
audio hardware.

%package -n	%{staticname}
Summary:	Sndlib static library
Group:		Development/C++
Requires:	%{develname} = %{version}
Provides:	%{lib_name_orig}-static-devel = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}

%description -n	%{staticname}
%name static library.

%prep
%setup -q -n %{name}

%build
CFLAGS="$RPM_OPT_FLAGS -fPIC" LDFLAGS="-ldl -lm" \
%configure2_5x --with-alsa
%make

%install
%makeinstall

#multiarch
%multiarch_binaries $RPM_BUILD_ROOT%{_bindir}/%{name}-config

%files -n %{staticname}
%defattr(-,root,root)
%{_libdir}/lib%{name}.a

%files -n %{develname}
%defattr(-,root,root)
%doc README.sndlib HISTORY.sndlib sndins/README
%{_bindir}/%{name}-config
%{_libdir}/lib%{name}.so
%{_includedir}/%{name}.h
%multiarch %{multiarch_bindir}/%{name}-config



%changelog
* Thu Nov 22 2012 emuse <goemusic@yahoo.fr> 20-1.20120922.1
+ Revision: a434cc4
- Fixed linking



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8248 |14cr|snes9x-gtk-1.53-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		snes9x-gtk
Version:	1.53
Release:	4

Summary:	Super NES emulator with a GTK frontend
Group:		Emulators
License:	LGPLv2+
#Licensed under both the GNU LGPL 2.1 and the "BSD-style" Snes9x license.
URL:		http://code.google.com/p/snes9x-gtk/
#changelog on the forum : http://www.snes9x.com/phpbb2/viewtopic.php?p=22874
Source0:	http://snes9x-gtk.googlecode.com/files/snes9x-%{version}-src.tar.bz2
Source1:	snes9x-gtk.png

%ifarch %{ix86}
BuildRequires:	nasm
%endif
BuildRequires:	intltool
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(zlib)

%description
Snes9X GTK is a Super Nintendo Entertainment System (SNES) emulator.

It basically allows you to play most games designed for the SNES
and Super Famicom Nintendo game systems on your PC or Workstation.

%prep
%setup -q -n snes9x-%{version}-src
cd gtk
./autogen.sh
%configure --with-netplay

%build
%make -C gtk

%install
cd gtk
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/pixmaps
install -m 644 data/snes9x.svg %{buildroot}%{_datadir}/pixmaps/%{name}.svg
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

install -d -m 755 %{buildroot}%{_datadir}/applications
cat<<EOF>%{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=Snes9x GTK
Comment=Super NES Emulator
Type=Application
Categories=Game;Emulator;X-MandrivaLinux-MoreApplications-Emulators;
MimeType=application/x-snes-rom;
FilePattern=smc;fig;sfc;SMC;FIG;SFC;
Exec=snes9x-gtk %F
TryExec=snes9x-gtk
Icon=snes9x-gtk
EOF

%files 
%doc docs/* gtk/doc/*
%attr(755,root,root) %{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}.*
%{_datadir}/applications/%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.53-4
+ Revision: fed9b9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8249 |14cr|snespurify-11b1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	snespurify
%define version 11b1
%define release 2

Summary:	A tool to clean up SNES ROMs for compatibility with BSNES
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv2
URL:		http://byuu.org/
Group:		Emulators
Source0:	%{name}_v%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	qt4-devel

%description
A tool to clean up SNES ROMs for compatibility with BSNES.

With a single tool and a handful of clicks, you can:
- decompress archives
- strip headers
- fix file extensions
- convert IPS patches to the UPS file format

%files
%defattr(-,root,root)
#{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}-qt.desktop
%{_bindir}/%{name}-qt

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
sed -i "s/g++-4.5/g++/" cc-qt.sh

#use system optflags
sed -i "s/-O3/%{optflags}/" cc-qt.sh

#don't strip the binaries prematurely
sed -i "s/-s //" cc-qt.sh

sh cc-qt.sh

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%__mkdir -p %{buildroot}%{_bindir}
%__mkdir -p %{buildroot}%{_datadir}/applications
#__mkdir -p %{buildroot}%{_datadir}/pixmaps

#install icon
#__install -m 644 data/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

#install binaries
%__install -m 755 %{name}-qt %{buildroot}%{_bindir}/%{name}-qt

#install XDG menu entries
cat > %{buildroot}%{_datadir}/applications/%{name}-qt.desktop << EOF
[Desktop Entry]
Version=1.0
Name=SnesPurify (Qt4)
Comment=SNES ROMs purification utility
Exec=%{name}-qt
Icon=configure
Terminal=false
Type=Application
Categories=Qt;Game;Emulator;
EOF

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11b1-2
+ Revision: 3354a2b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8250 |14cr|snmptt-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           snmptt
Version:        1.3
Release:        3
Summary:        SNMP Trap Translator
Group:          System/Servers
License:        GPL
URL:            http://snmptt.sourceforge.net/
Source0:        http://sourceforge.net/projects/snmptt/files/snmptt/snmptt_%{version}/snmptt_%{version}.tgz
BuildArch:		noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
SNMPTT (SNMP Trap Translator) is an SNMP trap handler written in Perl for use
with the Net-SNMP / UCD-SNMP snmptrapd program (www.net-snmp.org).

%prep
%setup -q -n %{name}_%{version}

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_sbindir}
install -m 755 snmptt snmpttconvert snmpttconvertmib snmptthandler \
    %{buildroot}%{_sbindir}
 
install -d -m 755 %{buildroot}%{_sysconfdir}/snmp
install -m 644 snmptt.ini %{buildroot}%{_sysconfdir}/snmp
install -m 644 examples/snmptt.conf.generic \
    %{buildroot}%{_sysconfdir}/snmp/snmptt.conf

install -d -m 755 %{buildroot}%{_initrddir}
install -m 755 snmptt-init.d %{buildroot}%{_initrddir}/snmptt

install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/snmptt <<EOF
/var/log/snmptt/*.log /var/log/snmptt/*.debug {
   sharedscripts
   postrotate
       /etc/init.d/snmptt restart > /dev/null
   endscript
}
EOF

install -d -m 755 %{buildroot}%{_localstatedir}/log/snmptt
install -d -m 755 %{buildroot}%{_localstatedir}/spool/snmptt

%clean
rm -rf %{buildroot}

%pre
%_pre_useradd %{name} %{_localstatedir}/spool/%{name} /bin/sh

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

%files
%defattr(-,root,root)
%doc BUGS ChangeLog COPYING INSTALL README
%doc docs/*html docs/*.css examples
%{_initrddir}/snmptt
%config(noreplace) %{_sysconfdir}/snmp
%config(noreplace) %{_sysconfdir}/logrotate.d/snmptt
%{_sbindir}/snmptt
%{_sbindir}/snmpttconvert
%{_sbindir}/snmpttconvertmib
%{_sbindir}/snmptthandler
%attr(-,snmptt,snmptt) %{_localstatedir}/log/snmptt
%attr(-,snmptt,snmptt) %{_localstatedir}/spool/snmptt




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-3
+ Revision: 4e2a96f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8251 |14cr|snort-community-rules-2.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Community Rulesets for Snort
Name:		snort-community-rules
Version:	2.4
Release:	7
License:	GPL
Group:		Networking/Other
URL:		http://www.snort.org/
Source0:	http://www.snort.org/pub-bin/downloads.cgi/Download/comm_rules/Community-Rules-%{version}.tar.bz2
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
The Community Rulesets contain rules submitted by members of the
open source community. While these rules are available as is, the
VRT performs basic tests to ensure that new rules will not break
Snort. These rules are distributed under the GPL and are freely
available to all open source Snort users.

%prep

%setup -q -c -n Community-Rules-%{version}
%{__mv} docs signatures

%build

%install
%{__rm} -rf %{buildroot} 

%{__mkdir_p} %{buildroot}%{_sysconfdir}/snort/rules
%{__cp} -a rules/*.rules %{buildroot}%{_sysconfdir}/snort/rules/

%clean
%{__rm} -rf %{buildroot} 

%files
%defattr(0644,root,root,0755)
%doc signatures
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/snort/rules/*.rules





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-7
+ Revision: 688c5b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8252 |14cr|snortconf-0.4.2-0.BETA.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool to ease configuring the OpenSource IDS tool Snort
Name:		snortconf
Version:	0.4.2
Release:	%mkrel 0.BETA.5
License:	GPL
Group:		System/Servers
Source0:	%{name}-%{version}.tar.bz2
Patch0:		snortconf-0.4.2-config.patch
URL:		http://www.xjack.org/snortconf
Requires:	snort
Requires:	ncurses
BuildRequires:	ncurses-devel
BuildRoot:	%{_tmppath}/%{name}-root

%description
SnortConf is a simple, intuitive menu based tool that provides a
more user friendly interface to creating a snort.conf file. It is
still in it's early days of development, but it is already fully
functional in most respects.

%prep

%setup -q
%patch0 -p1 -b .config

%build

%configure2_5x

make -C src CFLAGS="%{optflags} -DHAVE_CONFIG_H"

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_bindir}

install -m755 src/%{name} %{buildroot}%{_bindir}/%{name}
install -m644 conf/sc.conf %{buildroot}%{_sysconfdir}/%{name}/sc.conf

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}
						
%files
%defattr(-,root,root)
%doc CHANGES CREDITS README README.BETA TODO USAGE
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/%{name}/sc.conf
%attr(0755,root,root) %{_bindir}/%{name}




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.4.2-0.BETA.5
+ Revision: 0cbf9f6
- Automatic import for version 0.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8253 |14cr|snortsam-2.70-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    snortsam
%define version 2.70
%define release 2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:    SnortSAM module
License:    BSD
Group:      Networking/Other
URL:        http://www.snortsam.net/
Source:     http://www.snortsam.net/files/snortsam/%{name}-src-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
Snortsam is a daemon that interacts with snort to use a firewall.

%prep
%setup -q -n %{name}
cat > Makefile <<EOF
install:
EOF

%build
sh ./makesnortsam.sh
cd src
make samtool
#%make "CFLAGS=%optflags"

%install
install -d %{buildroot}%{_sbindir}
rm -rf %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_sysconfdir}
install snortsam %{buildroot}%{_sbindir}
install samtool %{buildroot}%{_sbindir}
install conf/snortsam.conf.sample %{buildroot}%{_sysconfdir}/snortsam.conf
%makeinstall
#%{__rm} -rf %{buildroot}

#mkdir %{buildroot}%_mandir/man1
#mv %{buildroot}%_mandir/*.1 %{buildroot}%_mandir/man1/

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc docs/{README*,LICENSE,INSTALL,FAQ,CREDITS,BUGS,AUTHORS}
%_sbindir/*
%{_sysconfdir}/snortsam.conf







%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.70-2
+ Revision: fd7d4b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8254 |14cr|sobby-0.4.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sobby
Version:	0.4.8
Release:	2
Summary:    Standalone collaborative editing server, to use with gobby 
URL:		http://gobby.0x539.de/trac/
Group:		System/Servers
License:	GPLv2+
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires(postun):	rpm-helper
Source0:	http://releases.0x539.de/sobby/%name-%version.tar.gz
Source1:	%name.conf
Source2:	%name.init
BuildRequires:  pkgconfig(net6-1.3)
BuildRequires:  pkgconfig(obby-0.4) 
BuildRequires:  pkgconfig(glibmm-2.4)
BuildRequires:  pkgconfig(libxml++-2.6)
BuildRequires:  pkgconfig(avahi-glib)
%description
Sobby is a standalone collaborative editor, to be used with gobby. It allows 
to save the edited document automatically, and to trigger actions after various
editing events.

%prep
%setup -q 
 
%build
%configure 
%make

%install
rm -rf ${RPM_BUILD_ROOT}

%makeinstall_std

mkdir -p %{buildroot}/%{_initrddir}
cp %{SOURCE1} %{buildroot}/%{_sysconfdir}
cp %{SOURCE2} %{buildroot}/%{_initrddir}/%name
mkdir -p %{buildroot}/var/lib/%name/{command,tmp}
touch  %{buildroot}/var/lib/%name/autosave.obby

%pre
%_pre_useradd %{name} /var/lib/%name /sbin/nologin

%post
%_post_service %name
if [ ! -f /var/lib/%name/autosave.obby ] ; then 
cat <<EOF > /var/lib/%name/autosave.obby
!obby
session version="0.4.8"
 user_table
 chat
EOF

fi

%preun
%_preun_service %name

%postun
%_postun_userdel %{name}

%files
%defattr(-,root,root)
%dir %attr(700,sobby,sobby) /var/lib/%name
%dir %attr(700,sobby,sobby) /var/lib/%name/command
%dir %attr(700,sobby,sobby) /var/lib/%name/tmp
%_bindir/%name
%_mandir/man1/*
%config(noreplace) %{_sysconfdir}/%name.conf
%attr(0755,root,root)%{_initrddir}/%name
%ghost %attr(0600,sobby,sobby) /var/lib/%name/autosave.obby



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.8-2
+ Revision: 74d2e9a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8255 |14cr|socat-1.7.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		socat
Summary:	Multipurpose relay
Version:	1.7.2.2
Release:	2
License:	GPL
Url:		http://www.dest-unreach.org/%{name}/
Group:		Networking/Remote access
Source0:	http://www.dest-unreach.org/%{name}/download/%{name}-%{version}.tar.gz
BuildRequires:	openssl-devel ncurses-devel readline-devel tcp_wrappers-devel
Patch0:		unused_libs.patch

%description
socat is a relay for bidirectional data transfer between two independent data
channels. Each of these data channels may be a file, pipe, device (serial line
etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), an
SSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the GNU
line editor (readline), a program, or a combination of two of these.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README
%{_bindir}/%{name}
%{_bindir}/filan
%{_bindir}/procan
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.2.2-2
+ Revision: ba95afc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8256 |14cr|soci-3.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without mysql
%bcond_without sqlite3
%bcond_without postgresql
%bcond_without odbc

%define major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	C++ Database Access Library
Name:		soci
Version:	3.1.0
Release:	2
License:	MIT
Group:		Development/Databases
URL:		http://soci.sourceforge.net/
BuildRequires:	cmake
BuildRequires:	boost-devel
%if %{with_sqlite3}
BuildRequires:	sqlite3-devel
%endif
%if %{with_postgresql}
BuildRequires:	postgresql-devel
%endif
%if %{with_mysql}
BuildRequires:	mysql-devel
%endif
%if %{with_odbc}
BuildRequires:	unixODBC-devel
%endif
Source0:	http://downloads.sourceforge.net/project/soci/%{name}/%{name}-%{version}/%{name}-%{version}.zip

%description
SOCI is a database access library for C++ that makes the illusion of
embedding SQL queries in the regular C++ code, staying entirely within
the Standard C++.

PostgreSQL, Firebird, MySQL, SQLite are supported databases.

%package doc
Summary:	Documentation for SOCI
Group:		Development/Databases

%package -n %{libname}
Summary:	C++ Database Access Libraries
Group:		Development/Databases

%package -n %{devname}
Summary:	C++ Database Access Library development files
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}
Group:		Development/Databases

%description doc
SOCI is a database access library for C++ that makes the illusion of
embedding SQL queries in the regular C++ code, staying entirely within
the Standard C++.

This package is the documentation.

%description -n %{libname}
SOCI is a database access library for C++ that makes the illusion of
embedding SQL queries in the regular C++ code, staying entirely within
the Standard C++.

PostgreSQL, MySQL, SQLite are supported databases.

%description -n %{devname}
SOCI is a database access library for C++ that makes the illusion of
embedding SQL queries in the regular C++ code, staying entirely within
the Standard C++.

This package contains development files.

%prep
%setup -q

%build
%cmake \
	-DSOCI_EMPTY:BOOL=OFF \
%if %{with_mysql}
	-DSOCI_MYSQL:BOOL=ON \
%else
	-DSOCI_MYSQL:BOOL=OFF \
%endif
%if %{with_odbc}
	-DSOCI_ODBC:BOOL=ON \
%else
	-DSOCI_ODBC:BOOL=OFF \
%endif
%if %{with_postgresql}
	-DSOCI_POSTGRESQL:BOOL=ON \
%else
	-DSOCI_POSTGRESQL:BOOL=OFF \
%endif
%if %{with_sqlite3}
	-DSOCI_SQLITE3:BOOL=ON
%else
	-DSOCI_SQLITE3:BOOL=OFF
%endif

%make

%install
pushd build
%makeinstall_std
popd

%files
%doc README CHANGES LICENSE_1_0.txt

%files doc
%doc doc/

%files -n %{libname}
%{_libdir}/libsoci_*.so.%{major}*

%files -n %{devname}
%{_libdir}/libsoci_*.so
%{_libdir}/libsoci_*.a
%{_includedir}/soci

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.0-2
+ Revision: 9f440dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8257 |14cr|socketlock-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name socketlock 
%define version 0.2
%define release 7

%define libname %_lib%name

Summary: A library wraper for libc's bind() and connect() functions
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://mega.ist.utl.pt/~luis/socketlock/%{name}-%{version}.tar.bz2
License: GPL
Group: System/Servers
Url: http://mega.ist.utl.pt/~luis/socketlock/ 
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
socketlock is a dynamic library that wraps libc's bind() and connect()
functions. Its purpose is to force bad programs to bind to specific IP's 
on multihomed machines. Both listening sockets and outbound sockets are
supported.

The idea was taken from a similar tool called socketbind. There were serious
problems and lack of features, so this I written this new tool.

To use it simply run:

export LD_PRELOAD=libsocketlock.so
export BINDTO=<ipaddress>

<start program>

%package -n %libname
Group: System/Servers
Summary: A library wraper for libc's bind() and connect() functions
Provides: %name = %version-%release

%description -n %libname
socketlock is a dynamic library that wraps libc's bind() and connect()
functions. Its purpose is to force bad programs to bind to specific IP's 
on multihomed machines. Both listening sockets and outbound sockets are
supported.

The idea was taken from a similar tool called socketbind. There were serious
problems and lack of features, so this I written this new tool.

To use it simply run:

export LD_PRELOAD=%_libdir/libsocketlock.so
export BINDTO=<ipaddress>

<start program>

%prep
%setup -q

%build
gcc $RPM_OPT_FLAGS -c -rdynamic -fPIC socketlock.c
gcc $RPM_OPT_FLAGS -shared -rdynamic -fPIC -ldl socketlock.o -o libsocketlock.so
# strip libsocketlock.so 

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot%_libdir
install -m 755 libsocketlock.so %buildroot%_libdir/libsocketlock.so

%clean
rm -rf $RPM_BUILD_ROOT

%files -n %libname
%defattr(-,root,root)
%doc TODO README.txt
%_libdir/libsocketlock.so





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: 174f919
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8258 |14cr|socklog-2.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	A small and secure syslogd replacement for use with runit
Name:		socklog
Version:	2.1.0
Release:	6
License:	BSD
Group:		System/Base
URL:		http://smarden.org/socklog/
Source0:	http://smarden.org/socklog/%{name}-%{version}.tar.gz
Requires:	runit
BuildRequires:	dietlibc-devel >= 0.32
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
socklog cooperates with the runit package to create a small and secure
replacement for syslogd. socklog supports system logging through Unix domain
sockets (/dev/log) and UDP sockets (0.0.0.0:514) with the help of runit's
runsvdir, runsv, and svlogd. socklog provides a different network logging
concept, and also does log event notification. svlogd has built in log file
rotation based on file size, so there is no need for any cron jobs to rotate
the logs. socklog is small, secure, and reliable. 

%prep

%setup -q -n admin

%build

pushd %{name}-%{version}/src
    echo "diet -Os gcc -pipe" > conf-cc
    echo "diet -Os gcc -static -s" > conf-ld
    make
popd

%install
rm -rf %{buildroot}

install -d %{buildroot}/sbin/
install -d %{buildroot}%{_mandir}/man{1,8}

pushd %{name}-%{version}
    for i in `cat package/commands`; do
	install -m755 src/$i %{buildroot}/sbin/
    done
popd

install -m0644 %{name}-%{version}/man/*.1 %{buildroot}%{_mandir}/man1/
install -m0644 %{name}-%{version}/man/*.8 %{buildroot}%{_mandir}/man8/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc %{name}-%{version}/package/CHANGES
%doc %{name}-%{version}/package/README
%doc %{name}-%{version}/doc/benefits.html
%doc %{name}-%{version}/doc/configuration.html
%doc %{name}-%{version}/doc/examples.html
%doc %{name}-%{version}/doc/index.html
%doc %{name}-%{version}/doc/install.html
%doc %{name}-%{version}/doc/network.html
%doc %{name}-%{version}/doc/notify.html
%doc %{name}-%{version}/doc/readme.solaris.html
%doc %{name}-%{version}/doc/upgrade.html
%doc %{name}-%{version}/doc/usedietlibc.html
%attr(0755,root,root) /sbin/socklog-conf
%attr(0755,root,root) /sbin/socklog
%attr(0755,root,root) /sbin/socklog-check
%attr(0755,root,root) /sbin/tryto
%attr(0755,root,root) /sbin/uncat
%attr(0644,root,root) %{_mandir}/man1/tryto.1*
%attr(0644,root,root) %{_mandir}/man1/uncat.1*
%attr(0644,root,root) %{_mandir}/man8/socklog-conf.8*
%attr(0644,root,root) %{_mandir}/man8/socklog.8*
%attr(0644,root,root) %{_mandir}/man8/socklog-check.8*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-6
+ Revision: d5fb869
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8259 |14cr|sofia-sip-1.12.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname_orig lib%{name}
%define libname %mklibname %{name} 0
%define develname %mklibname -d %{name}
%define staticdevelname %mklibname -d -s %{name}

%define	name    sofia-sip
%define	version 1.12.11
%define release 2

Summary:	An open-source SIP User-Agent library
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	LGPLv2+
Url:		http://sofia-sip.sourceforge.net/
Group:		Networking/Instant messaging
Source0:	http://downloads.sourceforge.net/sofia-sip/sofia-sip-%{version}.tar.gz
BuildRequires:	glib2-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig
BuildRequires:	autoconf
BuildRequires:	automake

%description
Sofia-SIP is an open-source SIP  User-Agent library, 
compliant with the IETF RFC3261 specification (see the 
feature table). It can be used as a building block for 
SIP client software for uses such as VoIP, IM, and many 
other real-time and person-to-person communication services. 
The primary target platform for Sofia-SIP is GNU/Linux. 
Sofia-SIP is based on a SIP stack developed at the Nokia 
Research Center. Sofia-SIP is licensed under the LGPL.

%package -n %{libname}
Summary:	Sophia-sip library
Group:		Graphical desktop/KDE
Provides:	%{libname_orig} = %{version}-%{release}
Requires:	%name = %version-%release

%description -n %{libname}
Library for %{name}

%package -n %{develname}
Summary:	Headers of %name for development
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{libname_orig}-devel = %{version}-%{release}
Obsoletes:	%{libname}-devel

%description -n %{develname}
Headers of %{name} for development.

%package -n %{staticdevelname}
Summary:	Static development files for %{name}
Group:		Development/C
Requires:	%{develname} = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}
Provides:	%{libname_orig}-static-devel = %{version}-%{release}
Obsoletes:	%{libname}-static-devel

%description -n %{staticdevelname}
Static development files for %{name}

%prep
%setup -q

%build
libtoolize --automake --force
aclocal -I m4 --force
autoheader --force
autoconf --force
automake --gnu --force-missing --add-missing
%configure2_5x --disable-rpath
%make

%install
rm -rf %{buildroot}

%{makeinstall_std}


%files -n %{name}
%{_bindir}/addrinfo
%{_bindir}/localinfo
%{_bindir}/sip-date
%{_bindir}/sip-dig
%{_bindir}/sip-options
%{_bindir}/stunc
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libsofia-sip-ua.so.0
%{_libdir}/libsofia-sip-ua.so.0.6.0
%{_libdir}/libsofia-sip-ua-glib.so.3
%{_libdir}/libsofia-sip-ua-glib.so.3.0.0

%files -n %{develname}
%{_datadir}/sofia-sip/msg_parser.awk
%{_datadir}/sofia-sip/tag_dll.awk
%{_includedir}/sofia-sip-1.12
%{_libdir}/libsofia-sip-ua-glib.so
%{_libdir}/libsofia-sip-ua.so
%{_libdir}/pkgconfig/sofia-sip-ua-glib.pc
%{_libdir}/pkgconfig/sofia-sip-ua.pc

%files -n %{staticdevelname}
%{_libdir}/libsofia-sip-ua.a
%{_libdir}/libsofia-sip-ua-glib.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12.11-2
+ Revision: 99c9ae7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8260 |14cr|solaar-0.9.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	Solaar

Summary:	Device manager for Logitech's Unifying Receiver
Name:		solaar
Version:	0.9.2
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://pwr.github.com/Solaar/
# wget https://github.com/pwr/%{oname}/archive/%{version}.tar.gz -O %{name}-%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
Requires:	pyudev
Requires:	python-gi
BuildArch:	noarch

%description
Solaar is a Linux device manager for Logitech’s Unifying Receiver
peripherals. It is able to pair/unpair devices to the receiver, and
for most devices read battery status.

It comes in two flavors, command-line and GUI. Both are able to list
the devices paired to a Unifying Receiver, show detailed info for
each device, and also pair/unpair supported devices with the receiver.

%files
%doc share/README docs
%{_bindir}/%{name}*
%{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_iconsdir}/hicolor/*/apps/%{name}.svg
%{python_sitelib}/hidapi/
%{python_sitelib}/logitech_receiver/
%{python_sitelib}/%{name}/
%{python_sitelib}/%{name}-%{version}-*.egg-info
%config %{_udevrulesdir}/42-logitech-unify-permissions.rules

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
mkdir -p %{buildroot}%{_udevrulesdir}
cp rules.d/42-logitech-unify-permissions.rules %{buildroot}%{_udevrulesdir}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-2
+ Revision: 814372f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8261 |14cr|solarwolf-1.5-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	solarwolf
%define	version	1.5
%define release	11
%define	Summary	2D frantic arcade game of collecting boxes and dodging bullets

Name:		%{name}
Version:	%{version}
Release:	%{release}
URL:		http://www.pygame.org/shredwheat/solarwolf/
Source0:	%{name}-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
License:	LGPL
Group:		Games/Arcade
Summary:	%{Summary}
BuildArch:	noarch
Requires:	pygame

%description
SolarWolf is an action/arcade game written entirely in Python.

Advance through 48 levels levels. Collect the boxes on each stage,
while enemies shoot at you from all sides. The game is originally based
of one of the author's childhood favorites, SolarFox on the Atari 2600. 

%prep
%setup -q
rm -rf `find -type d -name .xvpics`

%build

%install
%{__install} -d %{buildroot}{%{_gamesdatadir}/%{name},%{_gamesbindir}}
cp -pr data code %{name}.py %{buildroot}%{_gamesdatadir}/%{name}/

%{__cat} <<EOF > %{buildroot}%{_gamesbindir}/%{name}
#!/bin/sh
cd %{_gamesdatadir}/%{name}
./%{name}.py $@
EOF

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%name.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Categories=Game;ArcadeGame;
Name=SolarWolf
Comment=%{Summary}
EOF

%{__install} %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
%{__install} %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
%{__install} %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png


%files
%defattr(644,root,root,755)
%doc readme.txt
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/data
%{_gamesdatadir}/%{name}/code
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%defattr(755,root,root,755)
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/%{name}.py



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-11
+ Revision: 2b24a4e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8262 |14cr|solfege-3.22.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An ear-training program
Name:		solfege
Version:	3.22.2
Release:	3
License:	GPLv3+
Group:		Sound
Url:		http://www.solfege.org/
Source0:	http://download.sourceforge.net/solfege/%{name}-%{version}.tar.gz
Source1:	%{name}48.png
Source2:	%{name}32.png
Source3:	%{name}16.png
Patch0:		%{name}-3.22.2-link.patch
BuildRequires:	docbook-style-xsl
BuildRequires:	gnome-python
BuildRequires:	gtk+2.0-common
BuildRequires:	libxslt-proc
BuildRequires:	lilypond >= 2.12
BuildRequires:	swig >= 1.3
BuildRequires:	texinfo
BuildRequires:	xml2po
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(python)
Requires:	pygtk2.0
Requires:	gnome-python
#BuildRequires:	gnome-python-gtkhtml2
#BuildRequires:	gnome-python-gnomevfs
Requires:	TiMidity++

%description
GNU Solfege is an ear-training program. These are the exercises written
so far:
* Recognise melodic and harmonic intervals
* Compare interval sizes
* Sing the intervals the computer asks for
* Identify chords
* Sing chords
* Scales
* Dictation
* Remembering rhythmic patterns.

%files -f %{name}.lang
%doc README COPYING AUTHORS ChangeLog FAQ 
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/%{name}
%{_mandir}/man1/*
%{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/%{name}
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
FILE=$(ls %{_datadir}/sgml/docbook/xsl-stylesheets-1.*/html/chunk.xsl)
%configure2_5x --enable-docbook-stylesheet=$FILE
%make

%install
%makeinstall_std

# icons
mkdir -p %{buildroot}%{_liconsdir}
cat %{SOURCE1} > %{buildroot}%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}
cat %{SOURCE2} > %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_miconsdir}
cat %{SOURCE3} > %{buildroot}%{_miconsdir}/%{name}.png

%find_lang %{name}

%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.22.2-3
+ Revision: c1f9eb2
- Spec cleanup, update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8263 |14cr|sonata-1.6.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: An elegant music client for MPD
Name: sonata
Version: 1.6.2.1
Release: 4
Epoch: 1
Source0: http://download.berlios.de/sonata/%{name}-%{version}.tar.bz2
Patch0:	sonata-fix_link.patch
License: GPLv2+
Group: Sound
Url: http://sonata.berlios.de/index.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	perl(XML::Parser)
BuildRequires:	pygtk2.0-devel
BuildRequires:	python-devel
BuildRequires:	pygtk2.0-libglade

Requires:	dbus-python >= 0.80
Requires:	python-notify
Requires:	pygtk2
Requires:	python-celementtree
Requires:	python-soap
Requires:	python-tagpy
Requires:	python-mpd
Requires:	gnome-python-gnomevfs

%description
Sonata is an elegant GTK+ music client for the Music Player Daemon (MPD).

Features :

  * Expanded and collapsed views
  * Automatic remote and local album art
  * User-configurable columns
  * Automatic fetching of lyrics
  * Playlist and stream support
  * Support for editing song tags
  * Popup notification
  * Playlist queue support
  * Library and playlist searching
  * Audioscrobbler (last.fm) support
  * Multiple MPD profiles
  * Keyboard friendly
  * Support for multimedia keys
  * Commandline controlFeatures

%prep
%setup -q
%patch0 -p0


%build
%{__python} setup.py build

%install
rm -rf %buildroot

%{__python} setup.py install --no-compile --prefix %{buildroot}/usr

mkdir -p %{buildroot}/usr
mkdir -p %{buildroot}/%{_datadir}
mkdir -p %{buildroot}/%{_docdir}/%{name}
mkdir -p %{buildroot}/%{_mandir}
mv %{buildroot}/%{_datadir}/sonata/{CHANGELOG,README,TODO,TRANSLATORS} %{buildroot}/%{_docdir}/%{name}/

%find_lang %{name}

%clean
rm -rf %buildroot

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc CHANGELOG README TODO TRANSLATORS
%{_bindir}/%{name}
%{py_platsitedir}/*
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.6.2.1-4
+ Revision: 56f1b56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8264 |14cr|sonatype-oss-parent-7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global artifactid oss-parent

Name:           sonatype-oss-parent
Version:        7
Release:        2
Summary:        Sonatype OSS Parent

Group:          Development/Java
License:        ASL 2.0
URL:            https://github.com/sonatype/oss-parents
#svn export http://svn.sonatype.org/spice/tags/oss-parent-6 sonatype-oss-parent-6
#tar zcf sonatype-oss-parent-6.tar.gz sonatype-oss-parent-6/
Source0:       %{name}-%{version}.tar.gz
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt

BuildArch: noarch

BuildRequires:  jpackage-utils >= 0:1.7.2

Requires:          jpackage-utils
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
Sonatype OSS parent pom used by other sonatype packages

%prep
%setup -q
cp -p %{SOURCE1} LICENSE

%build
#nothing to do for the pom

%install
# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%add_to_maven_depmap org.sonatype.oss %{artifactid} %{version} JPP %{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7-2
+ Revision: 806c79e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8265 |14cr|songs-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	songs
%define version	0.3
%define release 6

Name: 	 	%{name}
Summary: 	A little tool used to record and mix audio files
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://sed.free.fr/songs/
License:	Public Domain
Group:		Sound
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	pkgconfig gtk2-devel

%description
Features of Songs
    * Unlimited number of tracks
    * Supports WAV files (mono/stereo, only 44.1 KHz, 16 bits)
    * Supports raw float files (mono/stereo)
    * Several effects
    * Not too much memory used
    * GTK2 interface

%prep
%setup -q

%build
%make CFLAGS="$RPM_OPT_FLAGS"
										
%install
rm -rf $RPM_BUILD_ROOT
install -m755 %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}

#menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=sound_section
Name=Songs
Comment=Multitrack wave editor
Categories=Audio;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc BUGS DESIGN NOISE TODO* README
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-6
+ Revision: e3859df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8266 |14cr|songwrite2-0.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Guitar tabulature editor with playing and printing
Name:		songwrite2
Version:	0.4.1
Release:	3
License:	GPLv3+
Group:		Sound
Url:		http://home.gna.org/oomadness/en/%{name}
Source0:	http://download.gna.org/songwrite/Songwrite2-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(python)
Requires:	editobj2
Requires:	TiMidity++
Requires:	lilypond
BuildArch:	noarch
%rename		songwrite

%description
Songwrite2 is a tablature (guitar partition) editor. It's the successor of
songwrite. Songwrite2 is coded in Python and uses Tk (Tkinter); it relies on
Timidity to play midi and on GNU Lilypond for printing.

%files -f %{name}.lang
%doc README CHANGES AUTHORS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/*.egg-info
%{_mandir}/man1/%{name}.1.xz

#----------------------------------------------------------------------------

%prep
%setup -q -n Songwrite2-%{version}

%build
#only to fix rpmlint's warning

%install
python setup.py install --root=%{buildroot}

#menu
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
	%{name}.desktop \
	--remove-key=Encoding \
	--set-icon=%{name} \
	--remove-category=Application \
	--dir=%{buildroot}%{_datadir}/applications


%find_lang %{name}

# remove unpackaged files
rm -f %{buildroot}%{_datadir}/locale/*/*/*.po


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-3
+ Revision: a089392
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8267 |14cr|sonic-visualiser-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           sonic-visualiser
Version:        2.0
Release:        2
Summary:        Application for viewing and analysing the contents of music audio files
Group:          Sound
License:        GPLv2+
URL:            http://www.sonicvisualiser.org
Source0:        http://downloads.sourceforge.net/sv1/%{name}-%{version}.tar.gz
Source1:	sonic-visualiser.desktop

BuildRequires:  raptor-devel
BuildRequires:  liblrdf-devel
BuildRequires:  mad-devel
BuildRequires:  id3tag-devel
BuildRequires:  portaudio-devel
BuildRequires:  qt4-devel
BuildRequires:  pkgconfig(vamp)
BuildRequires:  pkgconfig(sndfile)
BuildRequires:  pkgconfig(samplerate)
BuildRequires:  pkgconfig(fftw3)
BuildRequires:  bzip2-devel
BuildRequires:  alsa-oss-devel
BuildRequires:  pkgconfig(jack)
BuildRequires:  pkgconfig(libpulse)
BuildRequires:  redland-devel
BuildRequires:  rubberband-devel
BuildRequires:  liboggz-devel
BuildRequires:  libfishsound-devel
BuildRequires:  pkgconfig(liblo)
BuildRequires:  pkgconfig(dataquay)

%description
Sonic Visualiser is an application for viewing and analysing the
contents of musiic audio files. The aim of Sonic Visualiser is to
be the first program you reach for when want to study a musical
recording rather than simply listen to it.

As well as a number of features designed to make exploring audio data
as revealing and fun as possible, Sonic Visualiser also has powerful
annotation capabilities to help you to describe what you find, and the
ability to run automated annotation and analysis plugins in the Vamp
analysis plugin format – as well as applying standard audio effects.

%prep
%setup -q
# Fix incorrect version string
sed -i.ver "s|1.9'|2.0'|" sonic-visualiser/configure


%build
%configure2_5x
make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 -p sonic-visualiser/sonic-visualiser \
        %{buildroot}%{_bindir}/
# desktop file and icon
for s in 16 22 24 32 48 64 128; do
    mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
    install -m 644 -p sonic-visualiser/icons/sv-${s}x${s}.png \
        %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/sonic-visualiser.png
done
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}


%files
%doc sonic-visualiser/CHANGELOG sonic-visualiser/COPYING sonic-visualiser/README sonic-visualiser/README.OSC
%{_bindir}/sonic-visualiser
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-2
+ Revision: ca5acb5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8268 |14cr|sooperlooper-1.6.18-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sooperlooper
Version:	1.6.18
Release:	4
Summary:	Live audio looper
URL:		http://sonosaurus.com/%{name}
Source:		http://sonosaurus.com/%{name}/%{name}-%{version}.tar.gz
License:	GPLv2
Group:		Sound
BuildRequires:	fftw3-devel
BuildRequires:	pkgconfig(sigc++-1.2)
BuildRequires:	sndfile-devel
BuildRequires:	rubberband-devel
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	jackit-devel
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	ncurses-devel
BuildRequires:	wxgtku-devel

%description
SooperLooper is a live looping sampler capable of immediate loop recording, 
overdubbing, multiplying, reversing and more. It allows for multiple 
simultaneous multi-channel loops limited only by your computer's 
available memory.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

#menu
%__mkdir_p %{buildroot}/%{_datadir}/applications
%__cat > %{buildroot}/%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=SooperLooper
Comment=Live Audio Looper
Exec=%{_bindir}/slgui 
Icon=sound_section
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;Audio;AudioVideoEditing;
EOF

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/%{name}
%{_bindir}/slconsole
%{_bindir}/slgui
%{_bindir}/slregister
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.18-4
+ Revision: e808630
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8269 |14cr|soqt-1.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name soqt
%define oname SoQt
%define version 1.5.0
%define release  3

%define major 20
%define libname %mklibname %name %major
%define libnamedev %mklibname %name -d


Summary: SoQt interfaces Coin with the Qt GUI library
Name: %{name}
Version: %{version}
Release: %{release}
Source0: ftp://ftp.coin3d.org/pub/coin/src/%{oname}-%{version}.tar.gz
Patch0:	soqt-lib.patch
License: GPLv2
Group: System/Libraries
URL: http://www.coin3d.org/

BuildRequires: coin-devel
BuildRequires: pkgconfig(Qt3Support)

%description 
SoQt interfaces Coin with the Qt GUI library.

%package -n %{libname}
Summary: Main library for SoQt
Group: System/Libraries
Provides: %{name} = %{version}-%{release}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with SoQt.

%package -n %{libnamedev}
Summary: Headers for developing programs that will use SoQt
Group: Development/C++
Requires: %{libname} = %{version}
Requires: coin-devel
Requires: libqt4-devel
Provides: %{name}-devel = %{version}-%{release}
Provides: libsoqt-devel
Obsoletes: %{_lib}soqt20-devel

%description -n %{libnamedev}
This package contains the headers that programmers will need to develop
applications which will use SoQt.

%prep
%setup -q -n %oname-%version
%if "%{_lib}" == "lib64"
%patch0
%endif

%build

QTDIR="%qt4dir"
export QTDIR
# export LDFLAGS=$QTDIR/%{_lib}
%configure2_5x --disable-rpath
%make

%install
%makeinstall_std

%files -n %{libname}
%defattr(-,root,root,0755)
%{_libdir}/*.so.*

%files -n %{libnamedev}
%defattr(-,root,root,0755)
%doc README FAQ AUTHORS NEWS
%{_bindir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/SoQt.pc
%{_includedir}/*
%{_datadir}/Coin/conf/*
%{_datadir}/aclocal/*
%{_mandir}/man1/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-3
+ Revision: a907330
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8270 |14cr|sord-0.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Name:           sord
Version:        0.12.0
Release:        2
Summary:        Lightweight C library for storing RDF data in memory

%define lib_major       0
%define lib_name        %mklibname %{name} %{lib_major}
%define lib_name_devel  %mklibname %{name} -d

Source0:         http://download.drobilla.net/%{name}-%{version}.tar.bz2
URL:            http://drobilla.net/software/%{name}/
License:        MIT-like
Group:          System/Libraries

BuildRequires:  waf, pkgconfig
BuildRequires:  glib2-devel
BuildRequires:  serd-devel

%description
Lightweight C library for storing RDF data in memory.

%files
%doc COPYING README
%doc %{_mandir}/man1/*
%{_bindir}/sordi
%{_bindir}/sord_validate


#-----------------------------------
%package -n %{lib_name}

Summary:        Lightweight RDF syntax library
Group:          System/Libraries

%description -n %{lib_name}
Lightweight C library for storing RDF data in memory.


%files -n %{lib_name}
%{_libdir}/lib%{name}-%{lib_major}.so.*

#-----------------------------------
%package -n %{lib_name_devel}
Summary:        Headers for the sord RDF storage library
Group:          System/Libraries
Requires:       %{lib_name} = %{version}-%{release}
Requires:       pkgconfig
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{lib_name_devel}
Development files needed to build applications against sord.

%files -n %{lib_name_devel}
%{_libdir}/lib%{name}-%{lib_major}.so
%dir %{_includedir}/%{name}-%{lib_major}/%{name}
%{_includedir}/%{name}-%{lib_major}/%{name}/*.h
%{_includedir}/%{name}-%{lib_major}/%{name}/*.hpp
%{_libdir}/pkgconfig/%{name}-%{lib_major}.pc

#-----------------------------------
%prep
%setup -q

%build
./waf configure --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir}
./waf

%install
rm -rf %{buildroot}

./waf install --destdir=%{buildroot}

%clean
rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.0-2
+ Revision: e4a539b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8271 |14cr|soundconverter-2.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sound converter application for the GNOME environment
Name:		soundconverter
Version:	2.1.2
Release:	2
License:	GPLv3
Group:		Sound
URL:		http://soundconverter.org/
Source0:	http://launchpad.net/soundconverter/trunk/%{version}/+download/%{name}-%{version}.tar.xz
BuildRequires:	pygtk2.0-devel
BuildRequires:	gnome-python
BuildRequires:	desktop-file-utils
BuildRequires:	perl(XML::Parser)
BuildRequires:	intltool
Requires:	gstreamer0.10-gnomevfs
Requires:	gnome-python-gnomevfs
Requires:	gstreamer0.10-python
Requires:	pygtk2.0-libglade
Requires:	gnome-python-gconf 
Requires:	gnome-python
#Suggests: gstreamer0.10-lame
BuildArch:	noarch

%description
SoundConverter is a simple sound converter application for the GNOME
environment. It reads and writes WAV, FLAC, MP3 and Ogg Vorbis. The user
interface is raw, but should be simple enough to get the job done. 
NOTE: To create MP3 files, you will have to install gstreamer0.10-lame
yourself.


%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

#desktop-file-install \
#  --add-category="Audio" \
#  --dir %%{buildroot}%%{_datadir}/applications %%{buildroot}%%{_datadir}/applications/*

# Fix exec bits to avoi rpmlint noise
chmod +x %{buildroot}%{_libdir}/%{name}/python/%{name}/*.py

%find_lang %{name}


%files -f %{name}.lang
%doc ChangeLog README TODO
%{_bindir}/%{name}
%{_libdir}/%{name}/python/%{name}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_iconsdir}/hicolor/*/apps/%{name}.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-2
+ Revision: 4e34500
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8272 |14cr|soundkonverter-2.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An audio file converter, CD ripper and replay gain tool
Name:		soundkonverter
Version:	2.1.1
Release:	5
License:	GPLv2+
Group:		Sound
Url:		https://gitorious.org/soundkonverter/soundkonverter
Source0:	https://github.com/HessiJames/soundkonverter/archive/v%{version}.tar.gz
Source1:	soundkonverter.desktop
# !!! Make sure to update this patch on EVERY version update !!!_
Patch0:		soundkonverter-2.1.1-soname.patch
BuildRequires:	cmake
BuildRequires:	cdda-devel
BuildRequires:	libkcddb-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(taglib) >= 1.4
Requires:	cdparanoia
Requires:	flac
Requires:	fluidsynth
Requires:	ffmpeg
Requires:	opus-tools
Requires:	mplayer
Requires:	mppenc
Requires:	speex
Requires:	TiMidity++
Requires:	twolame
Requires:	vorbis-tools
Requires:	wavpack
# suggested requires on mrb to be imported in restricted eventually
Suggests:	aacgain
Suggests:	aften
Suggests:	faac
Suggests:	faad2
Suggests:	flac123
Suggests:	lame
Suggests:	mac
Suggests:	mp3gain
Suggests:	mppdec
Suggests:	neroaac
Suggests:	shorten
Suggests:	ttaenc
Suggests:	vorbisgain
# Wrong library package
Conflicts:	%{_lib}soundkonverter < %{EVRD}

%description
An audio file converter, CD ripper and replay gain tool GUI for various
back-ends.

%files -f %{name}.lang
%doc src/CHANGELOG src/README
%{_kde_bindir}/%{name}
%{_kde_appsdir}/%{name}
%{_kde_appsdir}/solid/actions/%{name}-*
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_iconsdir}/hicolor/*/apps/*.png
%{_kde_services}/%{name}_*
%{_kde_servicetypes}/%{name}_*
# codecs, filters etc
%{_kde_libdir}/kde4/soundkonverter_*.so

#----------------------------------------------------------------------------

%define major 2
%define libsoundkonvertercore %mklibname soundkonvertercore %{major}

%package -n %{libsoundkonvertercore}
Summary:	Library for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}soundkonverter < 2.0.90

%description -n %{libsoundkonvertercore}
This package provides the library for %{name}.

%files -n %{libsoundkonvertercore}
%doc README.md
%{_kde_libdir}/libsoundkonvertercore.so.%{major}*

#----------------------------------------------------------------------------
# src is the new base path for build since this rel.
%prep
%setup -q
%patch0 -p1
cd src
# fix debug linting more then 100 w
find . -type f -exec chmod -x {} \;
cd -

%build
cd src
%cmake_kde4
%make
cd -

%install
cd src
%makeinstall_std -C build

# replace desktop file
rm -f %{buildroot}%{_kde_applicationsdir}/%{name}.desktop
install -m 644 %{SOURCE1} %{buildroot}%{_kde_applicationsdir}/%{name}.desktop

# We don't need it as there are no headers anyway
rm -f %{buildroot}%{_kde_libdir}/libsoundkonvertercore.so
cd -

# lang scam
cd tools
sh extract_messages.sh
cd -
ln -s src/%{name}.lang %{name}.lang

%find_lang %{name}







%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-5
+ Revision: d0ea67c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8273 |14cr|soundmodem-0.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: temporarily disable to get package to build (wally 10/2010)
%define Werror_cflags %nil

Summary:	Driver and diagnostic utility for Usermode SoundModem
Name:		soundmodem
Version:	0.18
Release:	2
License:	GPLv2+
Group:		Communications
Url:		http://www.baycom.org/~tom/ham/soundmodem/
Source0:	http://www.baycom.org/~tom/ham/soundmodem/%{name}-%{version}.tar.gz
BuildRequires:	alsa-oss-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	gtk2-devel
BuildRequires:	audiofile-devel
BuildRequires:	hamlib-devel
Requires(post):		rpm-helper
Requires(preun):	rpm-helper

%description
This package contains the driver and the diagnostic utility for
user-space SoundModem. It allows you to use sound-cards supported
by OSS/Free as Amateur Packet Radio modems.

%package devel

Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
%configure2_5x \
%ifarch %ix86
	--enable-mmx \
%endif
	--disable-rpath
%make

%install
%makeinstall_std

# init script
install -Dpm 0755 soundmodem.initscript %{buildroot}%{_initrddir}/soundmodem

# config file
install -dm 0755 -d %{buildroot}%{_sysconfdir}/ax25
touch %{buildroot}%{_sysconfdir}/ax25/%{name}.conf

#move devel files to better location
install -dm 0755 %{buildroot}%{_includedir}/%{name}
mv %{buildroot}%{_includedir}/*.h %{buildroot}%{_includedir}/%{name}

%find_lang %{name}

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README newqpsk/README.newqpsk
%{_sbindir}/soundmodem
%{_bindir}/soundmodemconfig
%{_mandir}/man8/soundmodem*
%config(noreplace) %{_sysconfdir}/ax25/%{name}.conf
%{_initrddir}/soundmodem

%files devel
%{_includedir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.18-2
+ Revision: a71b66e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8274 |14cr|SourceCodePro-1.009-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: SourceCodePro
Version: 1.009
Release: 2
Summary: Xorg X11 font encodings
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://www.adobe.com
Source: http://citylan.dl.sourceforge.net/project/sourcecodepro.adobe/SourceCodePro_FontsOnly-1.009.zip
License: OFL
BuildArch: noarch

Requires(post,postun): mkfontdir

%description
This package contains the professional monospace fonts.

%prep
%setup -q -n SourceCodePro_FontsOnly-1.009

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/fonts/SourceCodePro
cp *.otf %{buildroot}%{_datadir}/fonts/SourceCodePro

%clean
rm -rf %{buildroot}

%post
mkfontdir -n -e %{_datadir}/fonts/SourceCodePro %{_datadir}/fonts/SourceCodePro

%files
%defattr(-,root,root)
%dir %{_datadir}/fonts/SourceCodePro
%{_datadir}/fonts/SourceCodePro/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.009-2
+ Revision: 0ec86dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8275 |14cr|sourceinstall-2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The GNU Source Installer
Name:		sourceinstall
Version:	2.5
Release:	4
License:	GPLv3+
Group:		Development/Tools
Url:		http://www.gnu.org/software/sourceinstall
Source0:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libsrcinst)

%description
For an experienced user, this sofware provides a way to centralize source
installation, keep track of already installed packages and their relevant
files, check installations for consistency, and have enhanced uninstallation.
For the novice but interested user, this software also offers a way to gain
confidence with the command line (yes really), the file system, the traditional
UNIX commands, and of course with common source configuration and installation
procedures and options.
The software is targeted at UNIX-like systems, and should work on recent
UNIX-likes, with GNU/Linux as the primary target.
Please report any portability problem you should encounter.
After completing installation of `sourceinstall' itself, the install procedure
becomes:
   - surf the web, browse a CD or other resource
   - identify a desired source package
   - add it using the installer

%files -f %{name}.lang
%doc AUTHORS ChangeLog
%{_bindir}/sourceinstall
%{_mandir}/man1/sourceinstall*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5-4
+ Revision: b357107
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8276 |14cr|sourceinstall-gtk-2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GUI front end for sourceinstall
Name:		sourceinstall-gtk
Version:	2.5
Release:	4
License:	GPLv3+
Group:		Development/Tools
Url:		http://www.gnu.org/software/sourceinstall
Source0:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libsrcinst)

%description
For an experienced user, sourceinstall provides a way to centralize source
installation, keep track of already installed packages and their relevant 
files, check installations for consistency, and have enhanced uninstallation.
sourceinstall-gtk is a GUI front end for sourceinstall.

%files -f %{name}.lang
%doc AUTHORS ChangeLog
%{_bindir}/%{name}
%{_mandir}/*/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

# icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 0644 images/icon48x48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 images/icon48x48.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 images/icon48x48.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=GNU Source Installer
Comment=Install software from source code
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Settings;PackageManager;
EOF

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5-4
+ Revision: a73146e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8277 |14cr|soya-0.14-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	Soya
%define	tutver	0.14

Summary:	A practical high-level object-oriented 3D engine
Name:		soya
Version:	0.14
Release:	7
License:	GPLv2+
Group:		Development/Python
Url:		http://home.gna.org/oomadness/en/index.html
Source0:	http://download.gna.org/soya/%{oname}-%{version}.tar.bz2
Source1:	http://download.gna.org/soya/%{oname}Tutorial-%{tutver}.tar.bz2
Patch0:		soya-0.14-glu.patch
Patch1:		soya-freetype2.patch
BuildRequires:	python-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	SDL-devel
BuildRequires:	cal3d-devel
BuildRequires:	mesaglu-devel
BuildRequires:	ode-devel
BuildRequires:	glew-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	openal-devel
Requires:	editobj2

%description
A practical high-level object-oriented 3D engine.

# (jiba) A separate package for the tutorial
%package	tutorial
Summary:	Tutorial for the Soya 3D engine
License:	GPLv2+
Group:		Development/Python
Requires:	%{name} >= %{version}
Suggests:	blender python-imaging cerealizer

%description	tutorial
This is a set of tutorial for Soya.
Soya is a practical high-level object-oriented 3D engine for Python.

%prep
%setup -q -n %{oname}-%{version} -a 1
%patch0 -p0
%patch1 -p0
rm -rf `find -name CVS` `find -name .cvswrappers`



%build
python setup.py build #--dont-build-ode

%install
python setup.py install --root=%{buildroot}

%files
%doc README CHANGES AUTHORS
%{_bindir}/%{name}_editor
%{py_platsitedir}/%{name}
%{py_platsitedir}/*.egg-info

%files tutorial
%defattr(644,root,root,0755)
%doc %{oname}Tutorial-%{tutver}/AUTHORS %{oname}Tutorial-%{tutver}/tutorial



%changelog
* Sat Aug 09 2014 abfonly <abfonly@gmail.com> 0.14-7
+ Revision: e528149
- Merge pull request #1 from abfonly/soya:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8278 |14cr|space-1.0.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  version    1.0.0
%define release    15
%define name  space

Summary: Desktop backgrounds - Photo and data images from NASA
Name: %{name}
Version: %{version}
Release: %{release}
License: Public domain 
Group: Graphical desktop/Other
Source: %{name}-%{version}.tar.bz2
Source1: README.space
Source2: PHOTO_FAQ.ps

URL: http://www.nasa.gov/gallery/photo/
BuildRoot:%{_tmppath}/%{name}-buildroot
BuildArchitectures: noarch

%description
An extract of more than 500,000 photos and data images from 10 NASA
Centers have been linked together to create a searchable database of
agency imagery covering a variety of NASA programs. The NASA Image
Exchange (http://nix.nasa.gov/) is the first step toward a
comprehensive online imagery collection, and other collections will be
added as they become available. Curators of NASA image collections can
contact the NIX for details on how to join the project.

%prep
rm -rf $RPM_BUILd_ROOT

%setup0 -c

%install

mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds
cd $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds
bzcat %{SOURCE0}|tar xv

cd $RPM_BUILD_SOURCE
mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%name-%version
cp %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT/%{_docdir}/%name-%version/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%{_datadir}/pixmaps/backgrounds/space
%_docdir/%name-%version/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-15
+ Revision: 79661da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8279 |14cr|spacefm-0.8.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A multi-panel tabbed file manager
Name:		spacefm
Version:	0.8.7
Release:	2
License:	GPLv3+
Group:		File tools
Url:		http://ignorantguru.github.com/spacefm/
Source0:	http://download.sourceforge.net/spacefm/%{name}-%{version}.tar.xz
BuildRequires:	intltool
# It's possible to build with GTK3 as well
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libudev)
# To perform 'run as root' functions
Requires:	gksu
# Eject media
Requires:	util-linux
# For device processes
Requires:	lsof
# Mount as non-root user
Requires:	udisks2
# For plugin download
Requires:	wget

%description
SpaceFM is a multi-panel tabbed file manager with built-in VFS, udev-based
device manager, customizable menu system, and bash integration.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

# for configs
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/

# handle docs in files section
rm -rf %{buildroot}%{_defaultdocdir}

%find_lang %{name}

%files -f %{name}.lang
%doc data/spacefm-manual-en.html
%{_bindir}/%{name}*
%dir %{_sysconfdir}/%{name}/
%{_datadir}/%{name}/
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages/spacefm-mime.xml
%{_iconsdir}/hicolor/*/apps/%{name}*.png
%{_iconsdir}/Faenza/apps/*/spacefm*.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.7-2
+ Revision: 9103b33
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8280 |14cr|spacepong-0.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An innovative pong like game
Name:		spacepong
Version:	0.0.2
Release:	5
License:	GPLv2+
Group:		Games/Arcade
URL:		http://spacepong.sourceforge.net/
Source0:	http://belnet.dl.sourceforge.net/sourceforge/spacepong/%{name}_%{version}-1.tar.bz2
BuildArch:	noarch
Requires:	pygame
BuildRequires:	imagemagick

%description
An innovative game that is controlled with the mouse.
Steer you spacecraft ball around the screen and pickup
speed by bouncing off the walls. The goal is to collect
a certain amount of space boxes in a short time

%prep 
%setup -q -n %{name}-%{version}
convert data/ship.png -size 48x48 ship-48x48.png

%build 
#no build, this is a python script

%install
%makeinstall_std datadir=%{_gamesdatadir}/%{name}

mkdir -p %{buildroot}%{_datadir}/applications/

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=arcade_section
Categories=Game;ArcadeGame;
Name=SpacePong
Comment=%{Summary}
EOF

install -m644 data/ship-small.png -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 data/ship.png -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 ship-48x48.png -D %{buildroot}%{_liconsdir}/%{name}.png

%files
%defattr(-,root,root,0755) 
%{_datadir}/applications/mandriva-%{name}.desktop
%{_gamesdatadir}/%{name}/data
%{_gamesbindir}/%{name}
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-5
+ Revision: ba9fff6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8281 |14cr|spacezero-0.86.00-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package	%{nil}
%define	name	 spacezero
%define	version	 0.86.00
%define release	 2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	2D multi player net game
Group:		Games/Other
License:	GPLv3
URL:		http://sourceforge.net/projects/spacezero/
Source0:	http://garr.dl.sourceforge.net/project/spacezero/spacezero%200.86/%{name}-%{version}.tar.gz
Source1:	%{name}.png
Patch0:		spacezero-make-0.84.00.patch	

BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
%if %{mdvver} == 201210
BuildRequires:	x11-server-common
%endif

Requires:	gtk2	
Requires:	glib2
Requires:	openal
Requires:	freealut


%description
SpaceZero is a 2D space combat, multi player (two players by now) net game.


%prep
%setup -q -n %{name}
%patch0 -p0
find src -name '*.c' -exec chmod a-x {} \;
find include -name '*.h' -exec chmod a-x {} \;

%build
%make 

%install
# game data
install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -r dat/sounds %{buildroot}%{_datadir}/%{name}/

# binaries
install -d -m 755 %{buildroot}%{_bindir}
install -m 755  bin/%{name} %{buildroot}%{_bindir}/
chmod a+x %{buildroot}%{_bindir}/%{name}

# icons
install -d -m755 %{buildroot}%{_iconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}/%{name}.png

# man pages
install -d -m755 %{buildroot}%{_docdir}/%{name}
cp -R html/manual.html html/manual_files %{buildroot}%{_docdir}/%{name}
find %{buildroot}%{_docdir}/%{name} -name '*.png' -exec chmod a-x {} \;
chmod a-x %{buildroot}%{_docdir}/%{name}/manual.html
chmod a-x %{buildroot}%{_docdir}/%{name}/manual_files/cssscreen.css
chmod a-x %{buildroot}%{_docdir}/%{name}/manual_files/space.ico
chmod a-x %{buildroot}%{_docdir}/%{name}/manual_files/cssprint.css

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Categories=GNOME;GTK;Game;
Comment=funny 2D game
Exec=spacezero
GenericName=spacezero
Icon=spacezero
Name=spacezero
Terminal=false
Type=Application
EOF


%files 
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_docdir}/%{name}
%{_iconsdir}/%{name}.png
%{_datadir}/%{name}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.86.00-2
+ Revision: ed5f6b6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8282 |14cr|spamoracle-1.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: spamoracle
Version: 1.4
Release: 10
Group: Networking/Mail
Summary: Spam filter based on statistical analysis of e-mail contents
License: GPL
Url: http://pauillac.inria.fr/~xleroy/software.html#spamoracle
Source: http://pauillac.inria.fr/~xleroy/software/spamoracle-%version.tar.bz2
BuildRequires: ocaml
Buildroot: %_tmppath/%name-%version-buildroot

%description
SpamOracle is a tool to help detect and filter away "spam"
(unsolicited commercial e-mail).  It proceeds by statistical analysis
of the words that appear in the e-mail, comparing the frequencies of
words with those found in a user-provided corpus of known spam and
known legitimate e-mail.  The classification algorithm is based on
Bayes' formula, and is described in Paul Graham's paper, "A plan for
spam", http://www.paulgraham.com/spam.html.

%prep
%setup -q

%build
%make

%install
rm -rf %buildroot
mkdir -p %buildroot/{%_bindir,%_mandir/{man1,man5}}
%makeinstall BINDIR=%buildroot/%_bindir MANDIR=%buildroot/%_mandir

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%doc README Changes
%_bindir/spamoracle
%_mandir/man1/spamoracle.1*
%_mandir/man5/spamoracle.conf.5*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-10
+ Revision: c0021c8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8283 |14cr|spampd-2.30-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Spam Proxy Daemon
Name:		spampd
Version:	2.30
Release:	10
License:	GPLv2+
Group:		Networking/Mail
Url:		http://www.wdg.us/index.cfm/rd/mta/spampd.htm
Source0:	http://www.wdg.us/Content/rd/mta/%{name}/%{name}-%{version}.tar.bz2
Patch0:		spampd-2.30-mdv.patch
Patch1:		spampd-2.30-pod.patch
BuildRequires:	perl
Requires(post,preun):	rpm-helper
BuildArch:	noarch

%description
spampd is an SMTP/LMTP proxy that marks (or tags) spam using SpamAssassin
(http://www.SpamAssassin.org/). The proxy is designed to be transparent to
the sending and receiving mail servers and at no point takes responsibility
for the message itself. If a failure occurs within spampd (or SpamAssassin)
then the mail servers will disconnect and the sending server is still
responsible for retrying the message for as long as it is configured to do so.

%files
%defattr(-,root,root,755)
%doc changelog.txt spampd.html
%{_sbindir}/spampd
%config(noreplace) %{_initrddir}/spampd
%config(noreplace) %{_sysconfdir}/sysconfig/spampd
%{_mandir}/man8/spampd.8*

%post
%_post_service spampd
if [ -x /usr/sbin/postconf ] && [ -z `/usr/sbin/postconf -h content_filter` ] && \
	grep -qs '^lmtp-filter\>' /etc/postfix/master.cf;then
		LISTEN=127.0.0.1:10025
		MAXCHILD=5
		[ -f /etc/sysconfig/spampd ] && . /etc/sysconfig/spampd
		postconf -e content_filter=lmtp-filter:${LISTEN}
		postconf -e receive_override_options=no_address_mappings
		postconf -e lmtp-filter_destination_concurrency_limit=${MAXCHILD}
fi

%preun
%_preun_service spampd

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .mdv
%patch1 -p1 -b .pod
make spampd.8
chmod 644 *

%install
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_mandir}/man8
install -m 755 spampd %{buildroot}%{_sbindir}/spampd
install -m 755 spampd-rh-rc-script %{buildroot}%{_initrddir}/spampd
install -m 644 spampd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/spampd
install -m 644 spampd.8 %{buildroot}%{_mandir}/man8/spampd.8


%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.30-10
+ Revision: bd02fa4
- Fix pod syntax



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8284 |14cr|spandsp-0.0.6-0.pre21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2

%define libnamedevold %{mklibname spandsp 0}-devel
%define libname %mklibname spandsp %{major}
%define libnamedev %mklibname spandsp -d
%define libnamestaticdev %mklibname spandsp -d -s

Summary:        Steve's SpanDSP library for telephony spans
Name:           spandsp
Version:        0.0.6
Release:        %mkrel 0.pre21
License:        GPL
Group:          System/Libraries
URL:            http://www.soft-switch.org/
Source0:        http://www.soft-switch.org/downloads/spandsp/spandsp-%{version}pre21.tgz
BuildRequires:  audiofile-devel
BuildRequires:  fftw2-devel
BuildRequires:  file
BuildRequires:  fltk-devel
BuildRequires:  jpeg-devel
BuildRequires:  libtool
BuildRequires:  libxml2-devel
BuildRequires:  tiff-devel

%description
spandsp is a library for DSP in telephony spans. It can perform many of the
common DSP functions, such as the generation and detection of DTMF and
supervisory tones.

%package -n %{libname}
Summary:        Steve's SpanDSP library for telephony spans
Group:          System/Libraries

%description -n %{libname}
spandsp is a library for DSP in telephony spans. It can perform many of the
common DSP functions, such as the generation and detection of DTMF and
supervisory tones.

%package -n %{libnamedev}
Summary:        Header files and libraries needed for development with SpanDSP
Group:          Development/C
Obsoletes:      %{libnamedevold} < %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}
Requires:       %{libname} = %{version}-%{release}

%description -n %{libnamedev}
This package includes the header files and libraries needed for developing
programs using SpanDSP.

%package -n %{libnamestaticdev}
Summary:        Static libraries needed for development with SpanDSP
Group:          Development/C
Provides:       %{name}-static-devel = %{version}-%{release}
Requires:       %{libnamedev} = %{version}-%{release}

%description -n %{libnamestaticdev}
This package includes the static libraries needed for developing programs
using SpanDSP.

%prep

%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING DueDiligence INSTALL NEWS README
%{_libdir}/lib*.so.%{major}*

%files -n %{libnamedev}
%{_includedir}/spandsp
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files -n %{libnamestaticdev}
%{_libdir}/*.a



%changelog
* Fri Sep 28 2012 Denis Silakov <denis.silakov@rosalab.ru> 0.0.6-0.pre21
+ Revision: be80619
- LOG Updated to pre21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8285 |14cr|spatialindex-1.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	2
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d

Name:		spatialindex
Version:	1.7.1
Release:	2
Summary:	Spatial index library
Group:		System/Libraries
License:	LGPLv2+
URL:		http://libspatialindex.github.com
Source0:	http://download.osgeo.org/lib%{name}/%{name}-src-%{version}.tar.bz2
# Create proper soname symlinks and versioned libspatialindex_c
# https://github.com/libspatialindex/libspatialindex/issues/9
# https://github.com/libspatialindex/libspatialindex/issues/6
Patch0:		%{name}-1.7.1-soname-includedir.patch
BuildRequires:	cmake

%description
Spatialindex provides a general framework for developing spatial indices.
Currently it defines generic interfaces, provides simple main memory and
disk based storage managers and a robust implementation of an R*-tree,
an MVR-tree and a TPR-tree.

%package -n %{libname}
Summary:	Spatial index library
Group:		System/Libraries

%description -n %{libname}
Spatialindex provides a general framework for developing spatial indices.
Currently it defines generic interfaces, provides simple main memory and
disk based storage managers and a robust implementation of an R*-tree,
an MVR-tree and a TPR-tree.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn %{name}-src-%{version}
%patch0 -p1 -b .soname-includedir~

# Correct FSF postal address
# https://github.com/libspatialindex/libspatialindex/issues/5
for f in $(find . \( -name "*.h" -o -name "*.cc" -o -name COPYING \)); do
    sed -e 's/59 Temple Place, Suite 330/51 Franklin Street, Fifth Floor/' \
    -e 's/02111-1307/02110-1301/' $f > $f.tmp \
    && touch -r $f $f.tmp \
    && mv $f.tmp $f
done


%build
%cmake
%make

%install
%makeinstall_std -C build

%files -n %{libname}
%{_libdir}/lib%{name}*.so.%{major}*

%files -n %{devname}
%doc AUTHORS ChangeLog COPYING README
%{_includedir}/%{name}
%{_libdir}/lib%{name}*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.1-2
+ Revision: 725fc13
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8286 |14cr|spawn-fcgi-1.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    spawn-fcgi
Version: 1.6.3
Release: 2
Summary: Simple program for spawning FastCGI processes
License: BSD
Group:   System/Servers
URL:     http://redmine.lighttpd.net/projects/spawn-fcgi/
Source0: http://www.lighttpd.net/download/spawn-fcgi-%{version}.tar.bz2

%description
This package contains the spawn-fcgi program used for spawning FastCGI
processes, which can be local or remote.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING NEWS README
%{_bindir}/spawn-fcgi
%{_mandir}/man1/spawn-fcgi.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.3-2
+ Revision: 65aefbc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8287 |14cr|spe-0.8.4.h-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A Python-based IDE 
Name:		spe
Version:	0.8.4.h
Release:	6
Source0:	http://download.berlios.de/python/%{name}-%{version}-wx2.6.1.0.tar.gz
License:	GPLv2+
Group:		Development/Python
URL:		http://pythonide.stani.be 
BuildRequires:	python-devel
BuildRequires:	imagemagick
Requires:	wxPython >= 2.6.1.0
Requires:	pychecker
Requires:	winpdb

%description
Spe is a free Python IDE with auto indentation & completion, call tips, 
syntax coloring & highlighting, UML diagrams, class explorer, source index, 
auto todo list, sticky notes, pycrust shell, file browsers, drag&drop, 
context help and Blender support.

%prep
%setup -q

%build

%install
python setup.py install --root=%{buildroot} --compile --optimize=2
mkdir -p %{buildroot}%{py_puresitedir}/_%{name}/plugins/pychecker2
install -m 644 _%{name}/plugins/pychecker2/* %{buildroot}%{py_puresitedir}/_%{name}/plugins/pychecker2/

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert build/lib/_spe/images/spe.png -scale 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert build/lib/_spe/images/spe.png -scale 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert build/lib/_spe/images/spe.png -scale 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=SPE
Comment=Python IDE
Comment[ru]=Интегрированная среда разработки на Python
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Development;IDE;
EOF

%files
%{py_puresitedir}/_%{name}
%{py_puresitedir}/*.egg-info
%{_bindir}/%{name}*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.4.h-6
+ Revision: 633d276
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8288 |14cr|spec-gen-0.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		spec-gen
Version:	0.1
Release:	10
Summary:	ROSA RPM spec file generator
Group:		System/Configuration/Packaging
License:	GPLv2+
Url:		http://wiki.rosalab.ru/en/index.php/spec-file-generator
Source0:	https://abf.io/soft/spec-gen-dev/blob/master/spec-gen.py
BuildArch:	noarch
BuildRequires:	python3

%description
Generate spec file on the basis of source tarball analysis.

%prep

%build

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 %{SOURCE0} %{buildroot}%{_bindir}/

%files
%{_bindir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-10
+ Revision: bf1df6b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8289 |14cr|specto-0.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		specto
Version:	0.4.1
Release:	2
Summary:	An desktop application that will watch configurable events
Group:		Networking/Other 
License:	GPLv2+
URL:		http://specto.sourceforge.net
Source0:	http://specto.googlecode.com/files/%{name}-%{version}.tar.gz

BuildRequires:	python-devel
BuildRequires:	intltool

Requires:	librsvg2
Requires:	%{mklibname gnome-keyring0}
Requires:	gnome-python
Requires:	gnome-python-extras
Requires:	gnome-python-gconf
Requires:	pygtk2 >= 2.10
Requires:	python-numpy
Requires:	python-libxml2
Requires:	python-dbus
Requires:	python-notify
Requires:	xdg-utils

%description

Specto is a desktop application that will watch configurable events 
(such as website updates, emails, file and folder changes, 
system processes, etc) and then trigger notifications.

Specto can watch a website for updates (or a syndication feed, 
or an image, etc), and notify you when there is activity 
(otherwise, Specto will just stay out of the way).
This changes the way you work, because you can be informed 
of events instead of having to look out for them.


%prep
%setup -q

%build
%{__python} setup.py build
%__rm -f data/icons/*.~?~ data/icons/scalable/*.~?~


%install
%{__python} setup.py install --root %{buildroot}

%__rm -rf %{buildroot}%{_datadir}/doc/%{name}
%__install -d %{buildroot}%{_sysconfdir}/xdg/autostart
%__cp %{buildroot}%{_datadir}/applications/%{name}.desktop %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop
%__cat <<EOF >>%{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop
OnlyShowIn=GNOME;
X-GNOME-Autostart-Phase=Applications
X-GNOME-Autostart-enabled=false
EOF

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%dir %{py_puresitedir}/spectlib
%{py_puresitedir}/spectlib/*.py
%dir %{py_puresitedir}/spectlib/plugins
%{py_puresitedir}/spectlib/plugins/*.py
%dir %{py_puresitedir}/spectlib/tools
%{py_puresitedir}/spectlib/tools/*.py
%{py_puresitedir}/%{name}-%{version}-py*.egg-info
%{_datadir}/applications/%{name}.desktop
%{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
%{_datadir}/indicators/messages/applications/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/icons
%{_datadir}/%{name}/uis

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-2
+ Revision: 123c100
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8290 |14cr|speedcrunch-0.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		speedcrunch
Version:	0.10.1
Release:	2
Summary:	Fast, high precision and powerful desktop calculator
License:	GPLv2+
Group:		Sciences/Mathematics
Source0:	http://speedcrunch.googlecode.com/files/%{name}-%{version}.tar.gz
URL:		http://speedcrunch.org

BuildRequires:	qt4-devel 
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
SpeedCrunch is a fast, high precision and powerful desktop calculator.

Among its features are:
- high precision, up to 50 decimal digits
- to be enjoyed using keyboard
- result shown in scrollable window
- history of last expressions (use up and down arrow)
- built-in functions: abs, sqrt, pi, log, exp, ln, sin, cos, tan, sinh,
  cosh, tanh, asin, acos, atan, arsinh, arcosh, artanh
- postfix operator ! lets you compute factorials
- support for variables, e.g try x=pi/3 and then sin(x)
- special variable ans holds the last calculation result
- percent operator, try e.g. 45%*75 or price/80%
- angle mode: Alt+D for degrees, Alt+R for radians
- automatic parentheses closing, e.g. cos(pi/4 becomes cos(pi/4)

%prep
%setup -q

# fix encoding
mv LISEZMOI LISEZMOI.ISO-8859-1
iconv -f ISO-8859-1 -t UTF8 LISEZMOI.ISO-8859-1 -o LISEZMOI

%build
lrelease src/i18n/*.ts
%cmake_qt4 ../src
%make

%install
rm -rf %{buildroot}
cd build
%makeinstall DESTDIR=%{buildroot}

# move and convert speedcrunch icon
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{16x16,32x32,48x48}/apps
pushd %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
mv %{buildroot}%{_datadir}/pixmaps/%{name}.png %{name}.png
convert -resize 16x16 %{name}.png \
	%{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
convert -resize 32x32 %{name}.png \
	%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
rm -rf %{buildroot}%{_datadir}/pixmaps
popd

# fix desktop file
sed -i -e 's/speedcrunch.png/speedcrunch/' \
	%{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install \
	--remove-category=KDE \
	--remove-category=Utility \
	--add-category=Math \
	--add-category=X-MandrivaLinux-MoreApplications-Sciences-Mathematics \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# set make_math_pngs.sh executable
chmod +x %{buildroot}%{_datadir}/%{name}/books/images/make_math_pngs.sh

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc doc/* ChangeLog ChangeLog.floatnum COPYING HACKING.txt
%doc INSTALL.txt LISEZMOI PACKAGERS README TRANSLATORS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.1-2
+ Revision: d3d8329
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8291 |14cr|speed-dreams-2.0.0-1.4687.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 4687

Summary:	Speed Dreams 2.0 a racing cars game
Name:		speed-dreams
Version:	2.0.0
Release:	1.%{svn}.3
License:	GPLv2+
Group:		Games/Arcade
Url:		http://speed-dreams.sourceforge.net/
Source0:	%{name}-src-base-2.0.0-r%{svn}.tar.xz
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(libenet)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	jpeg-devel
BuildRequires:	plib-devel
Requires:	openal
Requires:	mesa
Requires:	%{name}-data-base = %{version}

%description
A fork of the open racing car simulator Torcs,
aiming to implement exciting new features, cars, tracks and 
AI opponents to make a more enjoyable game for the player, 
as well as constantly improving visual and physics realism.

%package	robots-hq
Group:		Games/Arcade
Requires:	%{name} >= %{version}
Requires:	%{name}-data-hq >= %{version}
Summary:	Basic robots for %{name}

%description	robots-hq
HQ robots for LS1 and 36GP series cars in %{name}

%package	robots-more-hq
Group:		Games/Arcade
Requires:	%{name} >= %{version}
Requires:	%{name}-robots-hq >= %{version}
Requires:	%{name}-data-more-hq
Summary:	More hq robots for %{name}

%description	robots-more-hq
more HQ robots for TRB1 series cars and add kilo2008 robot in %{name}

%package	robots-wip
Group:		Games/Arcade
Requires:	%{name} >= %{version}
Requires:	%{name}-robots-more-hq >= %{version}
Requires:	%{name}-data-wip
Summary:	Wip robots for %{name}

%description	robots-wip
wip robots for LS2, MP5 and RS series cars in %{name}

%package	devel
Group:		Games/Arcade
Requires:	%{name} = %{version}-%{release}
Summary:	Development file for %{name}

%description	devel
includes files for development robots for %{name}

%prep
%setup -n %{name}-2 -q

%build
%cmake -DCMAKE_SKIP_RPATH:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=OFF -DOPTION_TRACE:BOOL=OFF
%make 

%install
%makeinstall_std -C build

rm  -rf %{buildroot}%{_gamesdatadir}/%{name}-2/cmake
rm  -rf %{buildroot}%{_gamesdatadir}/%{name}-2/data
rm  -rf %{buildroot}%{_gamesdatadir}/%{name}-2/config
rm  -rf %{buildroot}%{_gamesdatadir}/%{name}-2/drivers
rm  -rf %{buildroot}%{_gamesdatadir}/%{name}-2/*.txt
rm  -rf %{buildroot}/%{_libdir}/games/%{name}-2/drivers/networkhuman
rm  -rf %{buildroot}/%{_libdir}/games/%{name}-2/drivers/simplix_mpa1

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}-2
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

install -d %{buildroot}{%{_miconsdir},%{_liconsdir}}
convert -size 16x16 data/data/icons/icon.png %{buildroot}%{_miconsdir}/%{name}.png
install data/data/icons/icon.png %{buildroot}%{_iconsdir}/%{name}.png
convert -size 48x48 data/data/icons/icon.png %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_mandir}/man6
install -m644 doc/man/sd2-accc.6 %{buildroot}%{_mandir}/man6/sd2-accc.6
install -m644 doc/man/sd2-nfs2ac.6 %{buildroot}%{_mandir}/man6/sd2-nfs2ac.6
install -m644 doc/man/sd2-nfsperf.6 %{buildroot}%{_mandir}/man6/sd2-nfsperf.6
install -m644 doc/man/sd2-trackgen.6 %{buildroot}%{_mandir}/man6/sd2-trackgen.6
install -m644 doc/man/speed-dreams-2.6 %{buildroot}%{_mandir}/man6/speed-dreams-2.6

chmod 0755 %{buildroot}%{_libdir}/games/%{name}-2/*/*/*.so

%files
%doc CHANGES.txt COPYING.txt INSTALL.txt README.txt TODO.txt
%{_mandir}/man6/*
%attr(755,root,root) %{_gamesbindir}/*
%{_gamesdatadir}/%{name}-2/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_libdir}/games/%{name}-2/drivers/human/human.so*
%{_libdir}/games/%{name}-2/drivers/usr_sc/usr_sc.so*
%{_libdir}/games/%{name}-2/drivers/simplix_sc/simplix_sc.so*
%{_libdir}/games/%{name}-2/lib/liblearning.so*
%{_libdir}/games/%{name}-2/lib/libnetworking.so*
%{_libdir}/games/%{name}-2/lib/libraceengine.so*
%{_libdir}/games/%{name}-2/lib/librobottools.so*
%{_libdir}/games/%{name}-2/lib/libtgf.so*
%{_libdir}/games/%{name}-2/lib/libtgfclient.so*
%{_libdir}/games/%{name}-2/lib/libtgfdata.so*
%{_libdir}/games/%{name}-2/lib/libtxml.so*
%{_libdir}/games/%{name}-2/modules/graphic/ssggraph.so*
%{_libdir}/games/%{name}-2/modules/simu/simuv2.1.so*
%{_libdir}/games/%{name}-2/modules/simu/simuv2.so*
%{_libdir}/games/%{name}-2/modules/simu/simuv3.so*
%{_libdir}/games/%{name}-2/modules/telemetry/telemetry.so*
%{_libdir}/games/%{name}-2/modules/track/track.so*
%{_libdir}/games/%{name}-2/modules/userinterface/legacymenu.so*
%{_libdir}/games/%{name}-2/modules/userinterface/textonly.so*

%files robots-hq
%{_libdir}/games/%{name}-2/drivers/simplix_ls1/simplix_ls1.so*
%{_libdir}/games/%{name}-2/drivers/simplix_36GP/simplix_36GP.so*
%{_libdir}/games/%{name}-2/drivers/usr_ls1/usr_ls1.so*
%{_libdir}/games/%{name}-2/drivers/usr_36GP/usr_36GP.so*


%files robots-more-hq
%{_libdir}/games/%{name}-2/drivers/simplix_trb1/simplix_trb1.so*
%{_libdir}/games/%{name}-2/drivers/usr_trb1/usr_trb1.so*
%{_libdir}/games/%{name}-2/drivers/simplix/simplix.so*
%{_libdir}/games/%{name}-2/drivers/usr/usr.so*
%{_libdir}/games/%{name}-2/drivers/kilo2008/kilo2008.so*

%files robots-wip
%{_libdir}/games/%{name}-2/drivers/simplix_mp5/simplix_mp5.so*
%{_libdir}/games/%{name}-2/drivers/simplix_ls2/simplix_ls2.so*
%{_libdir}/games/%{name}-2/drivers/usr_ls2/usr_ls2.so*
%{_libdir}/games/%{name}-2/drivers/usr_rs/usr_rs.so*

%files devel
%{_includedir}/%{name}-2/3D/*.h
%{_includedir}/%{name}-2/SOLID/solid.h
%{_includedir}/%{name}-2/learning/*.h
%{_includedir}/%{name}-2/tmath/*.h
%{_includedir}/%{name}-2/*.*


%changelog
* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-1.4687.3
+ Revision: a19ddca
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8292 |14cr|speed-dreams-data-base-2.0.0-1.4687.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 4687
%define oname speed-dreams-2

Name:		speed-dreams-data-base
Version:	2.0.0
Release:	1.%{svn}.1
Summary:	Data base for Speed Dreams 2.0
License:	GPLv2
Group:		Games/Arcade
URL:		http://www.speed-dreams.org
Source0:	%{name}-2.0.0-svn%{svn}.tar.xz
BuildArch:	noarch
Requires:	speed-dreams = %{version}

%description
Base data for Speed Dreams (a Torcs's fork).
Includes track Espie - cars SC
Textures - sounds - menu - config

%prep
%setup -q -n %{name}-2.0

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}
cp -a %{_topdir}/BUILD/%{name}-2.0/* %{buildroot}/%{_gamesdatadir}/%{oname}

%files
%{_gamesdatadir}/%{oname}/tracks/circuit/espie/*.*
%{_gamesdatadir}/%{oname}/cars/sc-boxer-96/*.*
%{_gamesdatadir}/%{oname}/cars/sc-cavallo-360/*.*
%{_gamesdatadir}/%{oname}/cars/sc-fmc-gt4/*.*
%{_gamesdatadir}/%{oname}/cars/sc-lynx-220/*.*
%{_gamesdatadir}/%{oname}/cars/sc-murasama-nsx/*.*
%{_gamesdatadir}/%{oname}/cars/sc-spirit-300/*.*
%{_gamesdatadir}/%{oname}/categories/*.*
%{_gamesdatadir}/%{oname}/data/fonts/*.*
%{_gamesdatadir}/%{oname}/data/img/*.*
%{_gamesdatadir}/%{oname}/data/menu/*.*
%{_gamesdatadir}/%{oname}/data/objects/*.*
%{_gamesdatadir}/%{oname}/data/sound/*.*
%{_gamesdatadir}/%{oname}/data/textures/*.*
%{_gamesdatadir}/%{oname}/data/tracks/*.*
%{_gamesdatadir}/%{oname}/config
%{_gamesdatadir}/%{oname}/drivers/human
%{_gamesdatadir}/%{oname}/drivers/simplix_sc
%{_gamesdatadir}/%{oname}/drivers/usr_sc



%changelog
* Sat Nov 17 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-1.4687.1
+ Revision: 114bd50
- LOG Add source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8293 |14cr|speed-dreams-data-hq-2.0.0-1.4687.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	svn	4687
%define	oname	speed-dreams-2

Name:		speed-dreams-data-hq
Version:	2.0.0
Release:	1.%{svn}.1
Summary:	Data HQ for Speed Dreams
License:	GPLv2
Group:		Games/Arcade
URL:		http://www.speed-dreams.org
Source0:	speed-dreams-data-hq-2.0.0-svn%{svn}.tar.xz
BuildArch:	noarch
Requires:	speed-dreams = %{version}
Requires:	speed-dreams-data-base = %{version}
Requires:	speed-dreams-robots-hq = %{version}

%description
HQ data for Speed Dreams
- new tracks : brondehach, chemisay, corkscrew,forza,
karwada, allondaz, charmey, arizona, manton
- new cars : 36GP, LS1 series
- new robots : simplix_ls1, simplix_36GP, usr_ls1, usr_36GP,
kilo2008
- add mods : championship, career

%prep
%setup -qn speed-dreams-data-hq-2.0

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}
cp -a * %{buildroot}/%{_gamesdatadir}/%{oname}/

%files
%{_gamesdatadir}/%{oname}/tracks/circuit/brondehach
%{_gamesdatadir}/%{oname}/tracks/circuit/chemisay
%{_gamesdatadir}/%{oname}/tracks/circuit/corkscrew
%{_gamesdatadir}/%{oname}/tracks/circuit/forza
%{_gamesdatadir}/%{oname}/tracks/circuit/karwada
%{_gamesdatadir}/%{oname}/tracks/road/allondaz
%{_gamesdatadir}/%{oname}/tracks/road/charmey
%{_gamesdatadir}/%{oname}/tracks/speedway/arizona
%{_gamesdatadir}/%{oname}/tracks/speedway/manton
%{_gamesdatadir}/%{oname}/config/raceman
%{_gamesdatadir}/%{oname}/cars
%{_gamesdatadir}/%{oname}/drivers/kilo2008
%{_gamesdatadir}/%{oname}/drivers/simplix_36GP
%{_gamesdatadir}/%{oname}/drivers/simplix_ls1
%{_gamesdatadir}/%{oname}/drivers/usr_36GP
%{_gamesdatadir}/%{oname}/drivers/usr_ls1


%changelog
* Sat Nov 17 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-1.4687.1
+ Revision: 887d388
- LOG Enable sources



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8294 |14cr|speed-dreams-data-more-hq-2.0.0-1.4687.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	svn	4687
%define	oname	speed-dreams-2

Name:		speed-dreams-data-more-hq
Version:	2.0.0
Release:	1.%{svn}.1
Summary:	More HQ data for Speed Dreams
License:	GPLv2
Group:		Games/Arcade
URL:		http://www.speed-dreams.org
Source0:	speed-dreams-data-more-hq-2.0.0-svn%{svn}.tar.xz
BuildArch:	noarch
Requires:	speed-dreams = %{version}
Requires:	speed-dreams-data-base = %{version}
Requires:	speed-dreams-data-hq = %{version}
Requires:	speed-dreams-robots-more-hq = %{version}

%description
More HQ data for Speed Dreams
- new tracks : aalborg, goldstone-sand, migrant, ruudskogen,
garguree, g-track-1, inuksuk, ole-oroad-1, prenzlau, newton
- new cars : TRB1 series
- new robots : simplix_trb1, usr_trb1

%prep
%setup -qn speed-dreams-data-more-hq-2.0

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}
cp -a * %{buildroot}/%{_gamesdatadir}/%{oname}/

%files
%{_gamesdatadir}/%{oname}/tracks/circuit/aalborg
%{_gamesdatadir}/%{oname}/tracks/circuit/migrants
%{_gamesdatadir}/%{oname}/tracks/circuit/ruudskogen
%{_gamesdatadir}/%{oname}/tracks/dirt/garguree
%{_gamesdatadir}/%{oname}/tracks/road/lombaro
%{_gamesdatadir}/%{oname}/tracks/road/inuksuk
%{_gamesdatadir}/%{oname}/tracks/road/ole-road-1
%{_gamesdatadir}/%{oname}/tracks/road/prenzlau
%{_gamesdatadir}/%{oname}/tracks/speedway/newton
%{_gamesdatadir}/%{oname}/cars
%{_gamesdatadir}/%{oname}/drivers/simplix_trb1
%{_gamesdatadir}/%{oname}/drivers/simplix
%{_gamesdatadir}/%{oname}/drivers/usr_trb1
%{_gamesdatadir}/%{oname}/config



%changelog
* Sat Nov 17 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-1.4687.1
+ Revision: 22fbe46
- LOG Enable sources



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8295 |14cr|speed-dreams-data-wip-2.0.0-1.4687.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	svn	4687
%define	oname	speed-dreams-2

Name:		speed-dreams-data-wip
Version:	2.0.0
Release:	1.%{svn}.1
Summary:	Wip data for Speed Dreams
License:	GPLv2
Group:		Games/Arcade
URL:		http://www.speed-dreams.org
Source0:	%{name}-2.0.0-svn%{svn}.tar.xz
Requires:	speed-dreams >= %{version}
Requires:	speed-dreams-data-base >= %{version}
Requires:	speed-dreams-data-more-hq >= %{version}
Requires:	speed-dreams-robots-wip >= %{version}
BuildArch:	noarch

%description
wip data for Speed Dreams
- new tracks : dirt-1, dirt-2, e-track-1, e-track-2,
spring, street-1, wheel-1, pinabashi, sunshine
- new cars : ls2, mp5, rs series
- new robots : simplix_ls2, usr_ls2, simplix_mp5, usr_rs

%prep
%setup -qn %{name}-2.0

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}
cp -a * %{buildroot}%{_gamesdatadir}/%{oname}/

%files
%{_gamesdatadir}/%{oname}/tracks/dirt
%{_gamesdatadir}/%{oname}/tracks/road
%{_gamesdatadir}/%{oname}/tracks/speedway
%{_gamesdatadir}/%{oname}/cars
%{_gamesdatadir}/%{oname}/drivers/simplix_ls2
%{_gamesdatadir}/%{oname}/drivers/simplix_mp5
%{_gamesdatadir}/%{oname}/drivers/usr_ls2
%{_gamesdatadir}/%{oname}/drivers/usr_rs
%{_gamesdatadir}/%{oname}/config/raceman


%changelog
* Thu Nov 22 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-1.4687.1
+ Revision: 3f115cb
- LOG Enable source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8296 |14cr|spew-1.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name spew
%define version 1.0.8
%define release 2

Summary: An I/O benchmark tool
Name: %{name}
Version: %{version}
Release: %{release}
Source0: ftp://ftp.berlios.de/pub/spew/%{version}/%{name}-%{version}.tgz
Patch0: %{name}-1.0.7-fix-str-fmt.patch
License: GPLv2
Group:	 System/Kernel and hardware 
Url: http://spew.berlios.de/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: popt-devel 
BuildRequires: ncurses-devel
%description
Spew is used to measure I/O performance of character devices,
block devices, and regular files. It can also be used to generate 
high I/O loads to stress systems while verifying data integrity.


%prep
%setup -q
%patch0 -p1 -b .strfmt

%build
%configure
%make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%config(noreplace)/%{_sysconfdir}/spew.conf
%{_bindir}/gorge
%{_bindir}/regorge
%{_bindir}/spew
%{_mandir}/man1/gorge.1*
%{_mandir}/man1/regorge.1*
%{_mandir}/man1/spew.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-2
+ Revision: 3f4c349
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8297 |14cr|spheres-and-crystals-0.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		spheres-and-crystals
Version: 0.7
Release:9
Summary: 	Spheres and Crystals SVG theme
Group: 		Graphical desktop/GNOME
License: 	LGPL
URL:		http://librsvg.sf.net
Source: 	http://librsvg.sf.net/releases/%{version}/src/%{name}-%{version}.tar.bz2
BuildArch: noarch
Requires:	librsvg >= 2.2.2
BuildRequires: 	pkgconfig(gdk-2.0)
BuildRequires: 	pkgconfig(librsvg-2.0) >= 2.2.2
BuildRequires: 	pkgconfig(libart-2.0) >= 2.1.3

%description
Spheres and Crystals is a meta-theme for GNOME. It is meant to show the
possibilities for using SVG icons all over in GNOME.

%prep
%setup -q

%build
export CFLAGS="%optflags"
./configure --prefix=%_prefix --libdir=%_libdir
%make

%install  
%makeinstall_std
touch %buildroot%_datadir/icons/SphereCrystal/icon-theme.cache

%post
%update_icon_cache SphereCrystal
%postun
%clean_icon_cache SphereCrystal

%files
%doc AUTHORS README TODO ChangeLog
%{_datadir}/themes/SphereCrystal/
%dir %{_datadir}/icons/SphereCrystal/
%{_iconsdir}/SphereCrystal/scalable/*/*
%{_datadir}/icons/SphereCrystal/index.theme
%ghost %_datadir/icons/SphereCrystal/icon-theme.cache
%dir %{_datadir}/backgrounds/
%dir %{_datadir}/backgrounds/scalable/
%{_datadir}/backgrounds/scalable/tiger.svg



%changelog
* Fri Nov 30 2012 symbianflo <symbianflo@mandrivausers.ro> 0.7-9
+ Revision: ddcfc98
- LOG fixed %files, switch to pkgconfig style , spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8298 |14cr|sphinx-2.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname %mklibname sphinxclient %{major}
%define develname %mklibname sphinxclient -d

Summary:	SQL full-text search engine
Name:		sphinx
Version:	2.0.6
Release:	2
License:	GPLv2
Group:		System/Servers
URL:		http://sphinxsearch.com/
Source0:	http://sphinxsearch.com/files/%{name}-%{version}-release.tar.gz
Source1:        sphinx-searchd.service
Source2:	sphinx.logrotate
Patch0:		sphinx-DESTDIR.diff
Patch1:		sphinx-mdv_conf.diff
Patch2:		sphinx-libsphinxclient-version-info_fix.diff
Patch4:         sphinx-2.0.3-fix_static.patch
Patch5:		sphinx-2.0.3-gcc47.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	expat-devel
BuildRequires:	libstemmer-devel
BuildRequires:	libtool
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel

%description
Sphinx is a full-text search engine, distributed under GPL version 2.
Commercial licensing is also available upon request.

Generally, it's a standalone search engine, meant to provide fast,
size-efficient and relevant fulltext search functions to other applications.
Sphinx was specially designed to integrate well with SQL databases and
scripting languages. Currently built-in data source drivers support fetching
data either via direct connection to MySQL, PostgreSQL, or from a pipe in a
custom XML format.

As for the name, Sphinx is an acronym which is officially decoded as SQL Phrase
Index. Yes, I know about CMU's Sphinx project.

%package -n	%{libname}
Summary:	Shared sphinxclient library
Group:          System/Libraries

%description -n	%{libname}
This package contains the shared sphinxclient library.

%package -n	%{develname}
Summary:	Development files for the sphinxclient library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	sphinxclient-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package contains the development files for the sphinxclient library.

%prep

%setup -q -n %{name}-%{version}-release
%patch0 -p0
%patch1 -p1
%patch2 -p0
%patch4 -p1

cp %{SOURCE1} sphinx-searchd.service
cp %{SOURCE2} sphinx.logrotate

# Fix wrong-file-end-of-line-encoding
sed -i 's/\r//' api/ruby/spec/sphinx/sphinx_test.sql
sed -i 's/\r//' api/java/mk.cmd
sed -i 's/\r//' api/ruby/spec/fixtures/keywords.php
sed -i 's/\r//' api/ruby/lib/sphinx/response.rb

sed -i -e '/\/usr\/local\//d' configure.ac
sed -i -e 's/\/usr\/local\//\/someplace\/nonexisting\//g' configure


%build
%serverbuild

pushd api/libsphinxclient
libtoolize --copy --force; aclocal
cp configure.ac configure.in
sh ./buildconf.sh
cp configure.ac configure.in
export CPPFLAGS="-I%{_includedir}/libstemmer"
%configure2_5x
make
popd

#libtoolize --copy --force; aclocal; autoheader; automake --foreign --ignore-deps; autoconf

export CPPFLAGS="-I%{_includedir}/libstemmer"

%configure2_5x \
    --sysconfdir=%{_sysconfdir}/%{name} \
    --program-prefix="%{name}-" \
    --localstatedir=/var/lib \
    --with-mysql \
    --with-pgsql

# hack to enable external stemmer libs
perl -pi -e "s|^LIBSTEMMER_LIBS.*|LIBSTEMMER_LIBS=-lstemmer|g" src/Makefile
perl -pi -e "s|^#define USE_LIBSTEMMER.*|#define USE_LIBSTEMMER 1|g" config/config.h

%make


%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}/lib/systemd/system
install -d %{buildroot}/var/lib/%{name}
install -d %{buildroot}/var/run/%{name}
install -d %{buildroot}/var/log/%{name}

%makeinstall_std
%makeinstall_std -C api/libsphinxclient

mv %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf.dist %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
mv %{buildroot}%{_sysconfdir}/%{name}/%{name}-min.conf.dist %{buildroot}%{_sysconfdir}/%{name}/%{name}-min.conf
mv %{buildroot}%{_bindir}/%{name}-searchd %{buildroot}%{_sbindir}/%{name}-searchd

install -m0644 sphinx-searchd.service %{buildroot}/lib/systemd/system/sphinx-searchd.service
install -m0644 %{name}.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}-searchd

# create ghostfiles
touch %{buildroot}/var/log/sphinx/sphinx-searchd.log
touch %{buildroot}/var/log/sphinx/sphinx-query.log

rm -f %{buildroot}%{_libdir}/*.*a

%post
%create_ghostfile /var/log/sphinx/sphinx-searchd.log root root 0644
%create_ghostfile /var/log/sphinx/sphinx-query.log root root 0644
if [ $1 -eq 1 ] ; then 
    # Initial installation 
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun
if [ $1 -eq 0 ] ; then
    # Package removal, not upgrade
    /bin/systemctl --no-reload disable searchd.service > /dev/null 2>&1 || :
    /bin/systemctl stop searchd.service > /dev/null 2>&1 || :
fi

%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall
    /bin/systemctl try-restart searchd.service >/dev/null 2>&1 || :
fi

%files
%doc COPYING doc/*.html doc/*.css mysqlse/gen_data.php example.sql
/lib/systemd/system/sphinx-searchd.service
%attr(0755,root,root) %dir %{_sysconfdir}/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/example.sql
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/%{name}-min.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}-searchd
%attr(0755,root,root) %{_bindir}/%{name}-indexer
%attr(0755,root,root) %{_bindir}/%{name}-indextool
%attr(0755,root,root) %{_bindir}/%{name}-search
%attr(0755,root,root) %{_bindir}/%{name}-spelldump
%attr(0755,root,root) %{_sbindir}/%{name}-searchd
%attr(0755,sphinx,sphinx) %dir /var/lib/%{name}
%attr(0755,sphinx,sphinx) %dir /var/run/%{name}
%attr(0755,sphinx,sphinx) %dir /var/log/%{name}
%attr(0644,sphinx,sphinx) %ghost %config(noreplace) /var/log/sphinx/sphinx-searchd.log
%attr(0644,sphinx,sphinx) %ghost %config(noreplace) /var/log/sphinx/sphinx-query.log
%{_mandir}/man1/sphinx-indexer.1*
%{_mandir}/man1/sphinx-indextool.1*
%{_mandir}/man1/sphinx-search.1*
%{_mandir}/man1/sphinx-searchd.1*
%{_mandir}/man1/sphinx-spelldump.1*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc api/libsphinxclient/README
%{_includedir}/sphinxclient.h
%{_libdir}/*.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.6-2
+ Revision: ffcf1eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8299 |14cr|sphinx2-0.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%define _disable_ld_no_undefined 1

%define major 0
%define libname %mklibname sphinx2_ %{major}
%define libnamead %mklibname sphinx2ad %{major}
%define libnamefe %mklibname sphinx2fe %{major}
%define devname %mklibname sphinx2 -d

Summary:	Speech recognitnion engine
Name:		sphinx2
Version:	0.6
Release:	5
License:	BSD-like
Group:		Sound
Url:		http://www.speech.cs.cmu.edu/sphinx/
Source0:	http://dl.sourceforge.net/cmusphinx/%{name}-%{version}.tar.gz
Patch0:		%{name}-wid.patch
BuildRequires:	sphinxbase
BuildRequires:	pkgconfig(sphinxbase)
Requires:	sphinxbase

%description
One of Carnegie Mellon University's open source large vocabulary,
speaker-independent continuous speech recognition engine.

Plug your microphone, launch sphinx2-simple, and test it!

%files
%doc README doc
%{_bindir}/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 0.6-5

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libsphinx2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamead}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 0.6-5

%description -n %{libnamead}
Shared library for %{name}.

%files -n %{libnamead}
%{_libdir}/libsphinx2ad.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamefe}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 0.6-5

%description -n %{libnamefe}
Shared library for %{name}.

%files -n %{libnamefe}
%{_libdir}/libsphinx2fe.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamead} = %{EVRD}
Requires:	%{libnamefe} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.6-5
Obsoletes:	%{name}-devel < 0.6-5
Obsoletes:	%{name}-static < 0.6-5

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x --disable-static
make

%install
%makeinstall_std

# hmm, name may conflict
rm -f %{buildroot}%{_bindir}/batch.csh


%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6-5
+ Revision: 5c3681f
- Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8300 |14cr|sphinx3-0.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}
%define _disable_ld_no_undefined 1

%define major 0
%define libs3decoder %mklibname s3decoder %{major}
%define devname %mklibname %{name} -d

Summary:	CMU Sphinx Recognition System
Name:		sphinx3
Version:	0.8
Release:	6
License:	BSD-style (see COPYING)
Group:		Sound
Url:		http://cmusphinx.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
Patch0:		sphinx3-0.8-libutil.patch
Source1:	Makefile.patch
Source2:	Makefile.inc.patch
Source3:	Makefile.an4.patch
Source4:	Makefile2.patch
BuildRequires:	pkgconfig(sphinxbase)
BuildRequires:	sphinxbase
Requires:	sphinxbase

%description
The CMU Sphinx Recognition System is a library and a set of examples and
utilities for speech recognition.

%files
%doc AUTHORS COPYING INSTALL README NEWS doc/*.ppt
%doc doc/*.html doc/*.pdf doc/*.txt doc/*.gif
%{_bindir}/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libs3decoder}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 0.8-6

%description -n %{libs3decoder}
Shared library for %{name}.

%files -n %{libs3decoder}
%{_libdir}/libs3decoder.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libs3decoder} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.8-6
Obsoletes:	%{name}-devel < 0.8-6
Conflicts:	%{name} < 0.8-6

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/libs3decoder.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
patch -p0 -F 90 Makefile.in %{SOURCE1}
patch -p0 -F 90 include/Makefile.in %{SOURCE2}
patch -p0 -F 90 model/lm/an4/Makefile.in %{SOURCE3}

%build
autoreconf -fi
%configure2_5x --disable-static
patch -p0 -F 90 Makefile %{SOURCE4}
patch -p0 -F 90 include/Makefile %{SOURCE4}
patch -p0 -F 90 model/lm/an4/Makefile %{SOURCE4}
%make

%install
%makeinstall_std


%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8-6
+ Revision: 4781cfb
- Re-work package structure, drop man files, fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8301 |14cr|sphinxbase-0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define admajor	0

%define libname		%mklibname %{name} %{major}
%define adlibname	%mklibname sphinxad %{admajor}
%define devname		%mklibname %{name} -d

Name:		sphinxbase
Version:	0.8
Release:	2
Summary:	The CMU Sphinx Recognition System
Group:		System/Libraries
License:	BSD and LGPLv2+
Url:		http://cmusphinx.sourceforge.net/
Source0:	http://downloads.sourceforge.net/cmusphinx/%{name}-%{version}.tar.gz
# From upstream
# http://sourceforge.net/p/cmusphinx/bugs/314/
Patch0:		sphinxbase-0.8-fix-testsuite.patch
BuildRequires:	bison
BuildRequires:	doxygen
BuildRequires:	python-devel
BuildRequires:	sndfile-devel
# for check
BuildRequires:	locales-fr

%description
The CMU Sphinx Recognition System is a library and a set
of examples and utilities for speech recognition.

This package contains the utilities.

%package -n %{libname}
Summary:	Shared components for Sphinx speech recognition
Group:		System/Libraries

%description -n %{libname}
This package contains the shared libraries for Sphinx speech recognition.

%package -n %{adlibname}
Summary:	Shared components for Sphinx speech recognition
Group:		System/Libraries

%description -n %{adlibname}
This package contains the shared libraries for Sphinx speech recognition.

%package -n %{devname}
Summary:	Header files for developing with The CMU Sphinx Recognition System
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{adlibname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the header files and examples for developing with
The CMU Sphinx Recognition System.

%package -n python-%{name}
Summary:	Python extension for The CMU Sphinx Recognition System
Group:		Development/Python

%description -n python-%{name}
This package contains the python extension for The CMU Sphinx Recognition
System.

%prep
%setup -q
%apply_patches

%build
%configure2_5x --disable-static \
	--disable-rpath
%make

%install
%makeinstall_std

# man pages
mkdir -p %{buildroot}%{_mandir}/man1
install -pm644 doc/*.1 %{buildroot}%{_mandir}/man1/

%check
%make check

%files
%{_bindir}/sphinx*
%{_mandir}/man1/sphinx*

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{adlibname}
%{_libdir}/libsphinxad.so.%{admajor}*

%files -n python-%{name}
%{py_platsitedir}/*

%files -n %{devname}
%doc doc/html/
%{_includedir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/lib%{name}.so
%{_libdir}/libsphinxad.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-2
+ Revision: 10f6f80
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8302 |14cr|sphinxtrain-1.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:     sphinxtrain
Version:  1.0.7
Release:  4
Summary:  An acoustic model trainer for CMU's Sphinx tools
Group:    Development/Other
License:  BSD and LGPLv2+
URL:      http://www.cmusphinx.org/
Source:   http://downloads.sourceforge.net/cmusphinx/%{name}-%{version}.tar.gz
Requires: sphinxbase
BuildRequires: sphinxbase-devel
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-scipy
BuildRequires: pkgconfig(sndfile)
Patch0: sphinxtrain.patch

%description
SphinxTrain is Carnegie Mellon University's open source acoustic model
trainer.  It contains the scripts and instructions necessary for building
models for the CMU Sphinx Recognizer.

%prep
%setup -q
%patch0 -p1 -b .lda

%build
%configure
%make

%install
export BDIR=`pwd`
mkdir -p %{buildroot}%{_libdir}/%{name}
cd %{buildroot}%{_libdir}/%{name}
$BDIR/scripts_pl/setup_SphinxTrain.pl -task Mandriva

%files
%doc COPYING README NEWS
%doc doc/s3_fe_spec.pdf doc/tinydoc.txt
%{_libdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-4
+ Revision: ceded8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8303 |14cr|spicctrl-1.9-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name spicctrl
%define version 1.9

Summary: Sony Vaio SPIC Control Program
Name: %name
Version: %version
Release: 7
License: GPL
Group: System/Configuration/Hardware
BuildRoot: %{_builddir}/%{name}-buildroot
Source: http://popies.net/sonypi/%name-%version.tar.bz2
URL: http://popies.net/sonypi/

%description
This utility allows one to query and set a variety of parameters on your
Sony Vaio laptop computer, including:

 * AC Power status
 * Battery status 
 * Screen brightness
 * Bluetooth device power status

%prep
%setup 

%build
%make

%clean
rm -rf $RPM_BUILD_ROOT

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%_sbindir/
install %{_builddir}/%{name}-%{version}/spicctrl $RPM_BUILD_ROOT/usr/sbin

%post
if [ ! -c /dev/sonypi ]; then
	rm -f /dev/sonypi
	mknod /dev/sonypi c 10 250
fi
grep 'alias char-major-10-250 sonypi' /etc/modules.conf > /dev/null
RETVAL=$?
if [ $RETVAL -ne 0 ]; then
	echo 'alias char-major-10-250 sonypi' >> /etc/modules.conf
	echo 'options sonypi minor=250' >> /etc/modules.conf
	echo 'alias char-major-10-250 sonypi' >> /etc/modprobe.conf
	echo 'options sonypi minor=250' >> /etc/modprobe.conf
fi

%files
%defattr(-,root,root)
%_sbindir/*
%doc AUTHORS LICENSE CHANGES





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9-7
+ Revision: 4f7dbe8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8304 |14cr|spice-3f5-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Berkeley SPICE 3 Circuit Simulator
Name:		spice
Version:	3f5
Release:	17
License:	BSD
URL:		http://www.ibiblio.org/pub/Linux/apps/circuits/
Group:		Sciences/Other
Source:		%{name}%{version}sfix.tar.bz2
Patch0:		%{name}-linux.conf.patch
Patch1:		%{name}-3.5.5-gcc-4.1.patch
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xaw7)

%description
SPICE 3 is a general-purpose circuit simulation program for nonlinear
dc, nonlinear transient, and linear ac analyses.  Circuits may contain
resistors, capacitors, inductors, mutual inductors, independent
voltage and current sources, four types of dependent sources,
transmission lines, and the four most common semiconductor devices:
diodes, BJT's, JFET's, and MOSFET's.

This version includes support for the Bsim3 model (V3.1)

%prep
%setup -q -n %{name}%{version}sfix

%patch0 -p1 -b .linux-conf
%patch1 -p1 -b .gcc41

%build
./util/build linux gcc

# install has to be done by hand, because we are not assured
# that the builder has root privileges - things would be easier
# if spice had autoconf!

%install
install -d  %{buildroot}%{_bindir}
install -d  %{buildroot}%{_datadir}/%{name}/scripts
install -d  %{buildroot}%{_datadir}/%{name}/helpdir

install -d  %{buildroot}%{_mandir}/man1

install obj/bin/spice3 %{buildroot}%{_bindir}
ln -s /usr/bin/spice3 %{buildroot}%{_bindir}/spice
install obj/bin/help %{buildroot}%{_bindir}
install obj/bin/nutmeg %{buildroot}%{_bindir}
install obj/bin/sconvert %{buildroot}%{_bindir}
install obj/bin/multidec %{buildroot}%{_bindir}
install obj/bin/proc2mod %{buildroot}%{_bindir}

rm lib/make*
cp -r lib/* %{buildroot}%{_datadir}/%{name}

obj/bin/makeidx %{buildroot}%{_datadir}/%{name}/helpdir/spice.txt
install -m 644 man/man1/* %{buildroot}%{_mandir}/man1

chmod 644 3f5patches/README*

%files
%defattr(-,root,root,0755)
%doc readme readme.Linux notes/spice2
%doc 3f5patches/README*
%{_datadir}/%{name}
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3f5-17
+ Revision: 5596a05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8305 |14cr|spice-parent-15-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           spice-parent
Version:        15
Release:        7
Summary:        Sonatype Spice Components

Group:          Development/Java
License:        ASL 2.0
URL:            http://svn.sonatype.org/spice/tags/spice-parent-15
#svn export http://svn.sonatype.org/spice/tags/spice-parent-15 spice-parent-15
#tar zcf spice-parent-15.tar.gz spice-parent-15/
Source0:        %{name}-%{version}.tar.gz
Patch0:        pom.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch: noarch

BuildRequires:  jpackage-utils >= 0:1.7.2

Requires:          jpackage-utils
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
Spice components and libraries are common components 
used throughout the Sonatype Forge.

%prep
%setup -q -n %{name}-%{version}
#Remove plexus-javadoc
%patch0

%build
#nothing to do for the pom

%install
rm -rf %{buildroot}

%add_to_maven_depmap org.sonatype.spice spice-parent %{version} JPP spice-parent

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%post
%update_maven_depmap

%postun
%update_maven_depmap

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 15-7
+ Revision: ec8f5b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8306 |14cr|spice-xpi-2.8.90-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name spice-xpi
%define version 2.8.90

Summary:	SPICE extension for Mozilla
Name:		spice-xpi
Version:	2.8.90
Release:	4
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://www.redhat.com/
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	libtool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxul)
BuildRequires:	pkgconfig(log4cpp)
BuildRequires:	pkgconfig(x11)
Requires:	firefox
Requires:	spice-server-client
ExclusiveArch:	x86_64 %{ix86}

%description
SPICE extension for mozilla allows the client to be used from a web browser.

%files
%doc COPYING README
%{_libdir}/mozilla/plugins/*
%{_libdir}/mozilla/*.rdf

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/mozilla/plugins/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8.90-4
+ Revision: 9c12b5a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8307 |14cr|spindown-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Daemon for spindown idle disks
Name:		spindown
Version:	0.4.0
Release:	3
License:	GPLv3
Group:		System/Kernel and hardware
URL:		http://code.google.com/p/spindown/
Source0:	http://spindown.googlecode.com/files/%{name}-%{version}.tar.bz2
Source1:	%{name}-initscript
Requires(pre):	rpm-helper
Requires:	sg3_utils
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Spindown is a daeemon I've written to spindown idle disks and so
saving energy and giving the disks a longer lifetime. It works by
checking how many blocks are read and written from the disks. When
no blocks are read or written the disk is idle. When a disk stays
idle long enough spindown uses sg_start to spin the disk down.
It also works with usb disks and hotswappable disks because it
doesn't watch the device name (hda, sdb, ...), but the device id.
This means that it doesn't matter if the disk is swapped while the
daemon is running.


%prep
%setup -q

%build
export CFLAGS="%{optflags} -pthread"

%make

%install
rm -fr %{buildroot}
%makeinstall_std

install -dm 755 %{buildroot}%{_sysconfdir}
install -dm 755 %{buildroot}%{_initrddir}
install -m 644 spindown.conf.example %{buildroot}%{_sysconfdir}/spindown.conf
install -m 744 %{SOURCE1} %{buildroot}%{_initrddir}/%{name}

# (tpg) really not needed
rm -fr %{buildroot}%{_sysconfdir}/rc?.d/*%{name}
rm -fr %{buildroot}%{_sysconfdir}/init.d/%{name}

%clean
rm -fr %{buildroot}

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%defattr(-,root,root)
%doc CHANGELOG README spindown.conf.example
%config(noreplace) %{_sysconfdir}/spindown.conf
%{_initrddir}/%{name}
/sbin/spindownd



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-3
+ Revision: 98613f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8308 |14cr|spip-2.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	Name	SPIP

%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear(SourceMap.class.php)'
%else
%define _requires_exceptions pear(SourceMap.class.php)
%endif


Name:		spip
Version:	2.1.1
Release:	4
Summary:	CMS tool for Internet
License:	GPLv2+
Group:		System/Servers
URL:		http://www.spip.net/
Source0:	%{name}-v%{version}.zip
Source1:	%{name}.logrotate.bz2
Source2:	%{name}-apache.conf.bz2
BuildArch:	noarch

%description
SPIP is a publishing system developed by the minirezo to manage the site
uZine. We provide it to anyone as a free software under GPL licence.
Therefore, you can use it freely for your own site, be it personnal,
co-operative, institutional or commercial.

To finish the installation, just go to http://localhost/spip/ecrire/

%prep
%setup -q 
find . -name remove.txt -exec rm -f {} \;
find . -type f -exec chmod 644 {} \;
find . -name '*svn*' -exec rm -f {} \;

%build
:

%install
# install files
install -d -m 755 %{buildroot}%{_var}/www/%{name}
cp -pR * %{buildroot}%{_var}/www/%{name}

# logrotate
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

# apache configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
bzcat %{SOURCE2} > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf

%clean
rm -rf %{buildroot}

%post
%create_ghostfile /var/log/httpd/spip.log apache apache 640


%files
%defattr(-,root,root)
%dir %{_var}/www/%{name}
%{_var}/www/%{name}/*.php
#%{_var}/www/%{name}/*.htc
%{_var}/www/%{name}/*.txt
%{_var}/www/%{name}/*.gif
%{_var}/www/%{name}/config
%{_var}/www/%{name}/squelettes-dist
%{_var}/www/%{name}/ecrire/*
%{_var}/www/%{name}/local
%{_var}/www/%{name}/tmp
%{_var}/www/%{name}/prive
%{_var}/www/%{name}/mutualisation/*
%{_var}/www/%{name}/extensions/*
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%dir %attr(775,root,apache) %{_var}/www/%{name}/IMG
%dir %attr(775,root,apache) %{_var}/www/%{name}/ecrire
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-4
+ Revision: 7b91c91
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8309 |14cr|SpiralLoops-2.0.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    SpiralLoops
Summary: Experimental loop based sampler
Version: 2.0.0
Release: 12

Source:		%{name}-%{version}.tar.bz2
Source1: 	SpiralLogo48.png
Source2: 	SpiralLogo32.png
Source3: 	SpiralLogo16.png
Patch:		%{name}-2.0.0.patch
Patch1:         SpiralLoops-2.0.0-fix-build.patch
Patch2:		SpiralLoops-2.0.0-gcc43.patch
Patch3:		SpiralLoops-2.0.0-newer-fltk.patch
URL:		http://www.pawfal.org/Software/SpiralLoops
License:	GPLv2+
Group:		Sound
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(gl)

%description
The idea of SpiralLoops is to provide a simple, visual tool for looping and
layering of sounds; which can be sourced from either wav files on disk, or
from sound generating plugins.

SpiralLoops allows you to create loop based compositions with the minimum
feedback time between the decisions you make and your ears.
The looping mechanism is very flexible, you can lock the timing of loops
together, or offset them for creating complex sequences, such as polyrhythms.
Loop triggers can be used to cause interation between the loops, and as an
expermental way of creating music.

Spiral Synth uses the standard OSS/Free sound output (/dev/dsp). This should
work on ALSA too.

%prep
%setup -q
%patch -p1
%patch1 -p1
%patch2 -p0
%patch3 -p0
perl -p -i -e 's/usr\/X11R6\/lib/usr\/X11R6\/%{_lib}/g' Makefile.in

%build
%configure2_5x
%make CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" LFLAGS="%{?ldflags}"
										
%install
mkdir -p %{buildroot}/%{_bindir}
cp %{name} %{buildroot}/%{_bindir}

#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=Synthesized Loops
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Video;AudioVideoEditing;
EOF

#icons
mkdir -p %{buildroot}/%{_liconsdir}
cat %SOURCE1 > %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
cat %SOURCE2 > %{buildroot}/%_iconsdir/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
cat %SOURCE3 > %{buildroot}/%{_miconsdir}/%{name}.png

%files
%doc README COPYING CHANGES
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-12
+ Revision: b40b92b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8310 |14cr|SpiralSynth-2.0.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    SpiralSynth
Summary: Simple software synthesizer
Version: 2.0.0
Release: 12

Source:		%{name}-%{version}.tar.bz2
Source1: 	SpiralLogo48.png
Source2: 	SpiralLogo32.png
Source3: 	SpiralLogo16.png
Patch:		%{name}-2.0.0.patch
Patch1:     SpiralSynth-2.0.0-fix-build.patch
Patch2:		SpiralSynth-2.0.0-gcc43.patch
Patch3:		SpiralSynth-2.0.0-newer-fltk.patch
URL:		http://www.pawfal.org/Software/SpiralSynth
License:	GPL
Group:		Sound
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(gl)

%description
SSM's little brother has been updated at last, much much faster, better
sounding, a bit prettier and soon to be a SSM polyphonic plugin.
SpiralSynth is a simple polyphonic analogue modelling softsynth that tries
to be as easy to use as possible. 

%prep
%setup -q -n %name-%version
%patch -p1
%patch1 -p1
%patch2 -p0
%patch3 -p0

perl -pi -e 's/usr\/X11R6\/lib/usr\/X11R6\/%{_lib}/g' Makefile.in PluginLink.sh

%build
%configure
%make CXXFLAGS="%{optflags}" LFLAGS="%{?ldflags}"
										
%install
mkdir -p %{buildroot}/%{_bindir}
cp %{name} %{buildroot}/%{_bindir}

#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=Synthesized Loops
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Audio;Video;X-MandrivaLinux-Multimedia-Video;AudioVideoEditing;
EOF


#icons
mkdir -p %{buildroot}/%{_liconsdir}
cat %SOURCE1 > %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
cat %SOURCE2 > %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
cat %SOURCE3 > %{buildroot}/%{_miconsdir}/%{name}.png

%files
%doc README CHANGES COPYING
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-12
+ Revision: 7103b1d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8311 |14cr|spiralsynthmodular-0.2.2a-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkg_name spiralmodular

Summary:    Object oriented modular softsynth / sequencer / sampler
Name:       spiralsynthmodular
Version:    0.2.2a
Release:    10
URL:        http://www.pawfal.org/Software/SSM/
Source0:    %{pkg_name}-%{version}.tar.bz2
Source1:    SpiralLogo48.png
Source2:    SpiralLogo32.png
Source3:    SpiralLogo16.png
Patch0:     spiralmodular-fix-build.patch
Patch1:     spiralmodular-0.2.2-gcc43.patch
Patch2:     spiralmodular-0.2.2-newer-fltk.patch
License:    GPL
Group:      Sound
BuildRoot:  %{_tmppath}/%{name}-root
BuildRequires:  fltk-devel jackit-devel python-base
BuildRequires:  ladspa-devel libalsa-devel sndfile-devel
BuildRequires:  pkgconfig(cairo)
BuildRequires:  pkgconfig(pixman-1)

%description
SpiralSynthModular (or SSM) is a object orientated modular softsynth
/ sequencer / sampler.

Audio or control data can be freely passed between the plugins, its
all treated the same. Data can also be fed back on itself for chaotic
effects.

%prep
%setup -q -n %pkg_name-0.2.2
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
%configure
make

%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
mkdir -p ${RPM_BUILD_ROOT}/{%{_bindir},%{_libdir}}
%makeinstall

# Mandriva Menu entry
mkdir -p %buildroot%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Categories=Audio;
Name=Spiral Modular Synth
Comment=Spiral Modular Software Synthesizer
Exec=/usr/bin/%{name}
Icon=%{name}
EOF

#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
cat %SOURCE1 > $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
cat %SOURCE2 > $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
cat %SOURCE3 > $RPM_BUILD_ROOT/%_miconsdir/%name.png


%files
%defattr(-,root,root)
%doc CHANGES COPYING README Examples
%{_bindir}/spiralsynthmodular
%{_libdir}/SpiralPlugins
%{_datadir}/applications/mandriva-%{name}.desktop
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2a-10
+ Revision: 9c01ddb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8312 |14cr|splint-3.1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    splint 
%define version 3.1.2
%define release 6

Name:           %{name} 
Summary:        Splint - Secure Programming Lint
Version:        %{version} 
Release:        %{release} 
Source0:        http://www.splint.org/downloads/splint-%{version}.tar.bz2
URL:            http://www.splint.org
Group:          Development/C
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot 
License:        GPL
BuildRequires: flex

%description
Splint is a tool for statically checking C programs for security
vulnerabilities and coding mistakes. With minimal effort, Splint can
be used as a better lint. If additional effort is invested adding
annotations to programs, Splint can perform stronger checking than can
be done by any standard lint.

%prep
%setup -q

%build 
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall


%clean 
rm -rf %buildroot

%files 
%defattr(0755,root,root,0755) 
%{_bindir}/splint
%defattr(0644,root,root,0755)
%doc README
%{_mandir}/man1/splint.1*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.2-6
+ Revision: 1684f87
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8313 |14cr|splitvt-1.6.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Split terminal into two windows
Name:		splitvt
Version:	1.6.6
Release:	8
License:	GPL
Group:		Terminals 
URL:		http://www.devolution.com/~slouken/projects/splitvt
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-destdir.patch
BuildRequires:	net-devel
BuildRequires:	termcap-devel

%description
This program takes any VT100 terminal window and splits it
into two shell windows, one on top and one on bottom.
It allows you to watch two terminal sessions at once, which can
be very useful whenever you want more screen real-estate without
messing with windows.

%prep

%setup -q
%patch0 -p0 -b .destdir

# lib64 fix
perl -pi -e "s|/usr/lib\b|%{_libdir}|g" config.c
perl -pi -e "s|\.a\b|\.so|g" config.c

%build
./configure
%make

%install
chmod 644 README BLURB ANNOUNCE CHANGES NOTES COPYING TODO
mkdir -p %buildroot%{_bindir}
mkdir -p %buildroot%{_mandir}/man1/

%makeinstall_std PREFIX=%_prefix MANDIR=%_mandir

chmod 755 %buildroot%{_bindir}/*

%clean

%files
%defattr(-,root,root)
%doc README BLURB ANNOUNCE CHANGES NOTES COPYING TODO
%_bindir/splitvt
%_bindir/xsplitvt
%attr(0644,root,root) %_mandir/man1/splitvt.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.6-8
+ Revision: d83863c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8314 |14cr|spotlighter-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		spotlighter
Summary:	A tool that show a movable and resizable spotlight on the desktop screen
Version:	0.2
Release:	3
Source0:	http://ardesia.googlecode.com/files/%{name}-%{version}.tar.bz2
URL:		http://code.google.com/p/ardesia
Group:		Education
License:	GPL
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-2.0)

%description
Spotlighter is a tool that show a movable and resizable spotlight
on the desktop screen.
You can use this to hide and show objects on the desktop.
This program has been implemented for educational purposes.


%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std XDG_UTILS=""
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README COPYING NEWS
%{_bindir}/%{name}
%{_datadir}/%{name}/ui/*.glade
%{_datadir}/%{name}/ui/icons/*
%{_datadir}/icons/%{name}.xpm
%{_datadir}/icons/%{name}.ico
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: 78d98c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8315 |14cr|spread-4.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname %mklibname spread %{major}
%define develname %mklibname spread -d

Summary:	Multicast Group Communication Framework
Name:		spread
Version:	4.1.0
Release:	3
Group:		System/Servers
License:	BSD-style
URL:		http://www.spread.org/
Source0:	spread-src-%{version}.tar.gz
Source2:	spread.init
Source3:	spread.sysconfig
Patch1:		spread-mdv_config.diff
Patch2:		spread-src-force_man_page_format.diff
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	flex
BuildRequires:	groff-for-man
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Spread is a toolkit that provides a high performance messaging service that is
resilient to faults across external or internal networks. Spread functions as a
unified message bus for distributed applications, and provides highly tuned
application-level multicast and group communication support. Spread services
range from reliable message passing to fully ordered messages with delivery
guarantees, even in case of computer failures and network partitions. Spread is
designed to encapsulate the challenging aspects of asynchronous networks and
enable the construction of scalable distributed applications, allowing
application builders to focus on the differentiating components of their
application.

%package -n	%{libname}
Summary:	Multicast Group Communication Framework library
Group:          System/Libraries

%description -n	%{libname}
Spread is a toolkit that provides a high performance messaging service that is
resilient to faults across external or internal networks. Spread functions as a
unified message bus for distributed applications, and provides highly tuned
application-level multicast and group communication support. Spread services
range from reliable message passing to fully ordered messages with delivery
guarantees, even in case of computer failures and network partitions. Spread is
designed to encapsulate the challenging aspects of asynchronous networks and
enable the construction of scalable distributed applications, allowing
application builders to focus on the differentiating components of their
application.

%package -n	%{develname}
Summary:	Static library and header files for the libevent library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname spread 1 -d}

%description -n	%{develname}
Spread is a toolkit that provides a high performance messaging service that is
resilient to faults across external or internal networks. Spread functions as a
unified message bus for distributed applications, and provides highly tuned
application-level multicast and group communication support. Spread services
range from reliable message passing to fully ordered messages with delivery
guarantees, even in case of computer failures and network partitions. Spread is
designed to encapsulate the challenging aspects of asynchronous networks and
enable the construction of scalable distributed applications, allowing
application builders to focus on the differentiating components of their
application.

This package includes the necessary files to develop systems with Spread.

%prep

%setup -q -n spread-src-%{version}
%patch1 -p0 -b .mdv_config
%patch2 -p1 -b .force_man_page_format

cp %{SOURCE2} spread.init
cp %{SOURCE3} spread.sysconfig

%build

%configure \
    --with-mantype=man \
    --with-pid-dir=/var/run/spread

%make

%install
rm -rf %{buildroot}

%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/{sysconfig,logrotate.d}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}/var/log/spread
install -d %{buildroot}/var/run/spread

install -m0644 docs/sample.spread.access_ip %{buildroot}%{_sysconfdir}/spread.access_ip
install -m0755 spread.init %{buildroot}%{_initrddir}/spread
install -m0644 spread.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/spread

touch %{buildroot}/var/log/spread/spread.log

# install log rotation stuff
cat > %{buildroot}%{_sysconfdir}/logrotate.d/spread << EOF
/var/log/spread/spread.log {
    create 644 spread spread
    monthly
    compress
    missingok
    postrotate
	/bin/kill -HUP \`cat /var/run/spread/spread.pid 2> /dev/null\` 2> /dev/null || true
    endscript
}
EOF

%pre
%_pre_useradd spread /var/run/spread /bin/false

%post
%create_ghostfile /var/log/spread/spread.log spread spread 0644
%_post_service spread

%preun
%_preun_service spread

%postun
%_postun_userdel spread

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc license.txt release_announcement_*.txt CVS_Readme.txt Readme.txt
%doc docs/PORTING docs/Short_Buffer_Handling.txt docs/TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/spread.*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/spread
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/spread
%attr(0755,root,root) %{_initrddir}/spread
%{_bindir}/flush_user
%{_bindir}/sp*
%{_sbindir}/sp*
%{_mandir}/man1/*
%attr(0755,spread,spread) %dir /var/run/spread
%attr(0755,spread,spread) %dir /var/log/spread
%attr(0644,spread,spread) %ghost /var/log/spread/spread.log

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/lib*.so
%{_libdir}/lib*.a
%{_includedir}/*
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1.0-3
+ Revision: adc259f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8316 |14cr|spring-1944-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		spring-1944
Version:	1.6
Release:	4
Summary:	Spring engine based WWII themed game with four fully functional sides
Group:		Games/Strategy
License:	GPL
URL:		http://spring1944.net
Source0:	http://spring1944.net/files/Build/S44v16_Morgenrote.sdz
Source1:	http://spring1944.net/files/Maps/1944_BocageSkirmish.sd7
Source2:	http://spring1944.net/files/Maps/1944_Kiev_V4.sd7
Source3:	http://spring1944.net/files/Maps/1944_Road_To_Rome_V3.sd7
Source4:	http://spring1944.net/files/Maps/1944_Caucasus_Skirmish_V4.sd7
Source5:	http://spring1944.net/files/Maps/1944_Village_Crossing_V2.sd7
Source6:	http://spring1944.net/files/Maps/1944_Terra_Firma.sd7
Requires:	spring
Suggests:	%{name}-maps
Buildarch:	noarch

%description
A WWII themed game with four fully functional sides (US, Germany,
USSR, Britain), period-accurate units and strengths.

Uses Spring engine to run.

%package maps
Summary:	Maps designed specially for Spring: 1944 game
Requires:	spring

%description maps
Maps designed specially for Spring: 1944 game.
But you can try to use them with other Spring based games.

%prep
%setup -q -T -c %{name}-%{version}

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/spring/mods
install -m 644 %{SOURCE0} %{buildroot}%{_gamesdatadir}/spring/mods/

mkdir -p %{buildroot}%{_gamesdatadir}/spring/maps
install -m 644 %{SOURCE1} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE2} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE3} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE4} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE5} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE6} %{buildroot}%{_gamesdatadir}/spring/maps/

%files
%{_gamesdatadir}/spring/mods/*

%files maps
%{_gamesdatadir}/spring/maps/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: 63f5150
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8317 |14cr|spring-97.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Don't provides private modules
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so$'
%endif

%define distname spring_%{version}

%define Werror_cflags %nil

Summary:	Realtime strategy game (inspired by Total Annihilation)
Name:		spring
Version:	97.0
Release:	3
License:	GPLv2+
Group:		Games/Strategy
Url:		http://springrts.com
Source0:	http://sourceforge.net/projects/springrts/files/springrts/%{name}-%{version}/%{name}_%{version}_src.tar.lzma
Source10:	%{name}.rpmlintrc
Patch0:		spring-96-cmake.patch
BuildRequires:	asciidoc
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-style-xsl
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	java-rpmbuild
BuildRequires:	icoutils
BuildRequires:	p7zip
BuildRequires:	xerces-j2
BuildRequires:	xsltproc
BuildRequires:	zip
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(allegro)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(IL)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(zlib)
Obsoletes:	%{name}-data < 0.75
Requires:	fonts-ttf-freefont
# Some mod is required, this is the one that was shipped with
# spring-data:
Suggests:	spring-mod-nanoblobs
# Some map is required, these are the default maps from the
# installer:
Suggests:	spring-maps-default
# Internet lobby and springsettings:
Suggests:	springlobby

%description
Spring is a 3D realtime strategy game. It was inspired by Total Annihilation
and has the same features Total Annihilation had, and more.

%files
%doc README.install.urpmi
%{_bindir}/*
%{_sysconfdir}/%{name}
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/*/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_libdir}/%{name}
%{_libdir}/libpr-downloader_shared.so
%{_mandir}/man*/spring*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}_%{version}
%apply_patches

cat > README.install.urpmi <<EOF
If you want to install additional mods and maps that are not available as
Rosa packages, you can install them inside your homedir in subdirectories
.spring/maps and .spring/mods.
EOF


  sed -i "s/FE_DFL_ENV/FE_DFL_ENV_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp rts/lib/streflop/SMath.cpp
  sed -i "s/FE_INVALID/FE_INVALID_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
  sed -i "s/FE_DENORMAL/FE_DENORMAL_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
  sed -i "s/FE_DIVBYZERO/FE_DIVBYZERO_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
  sed -i "s/FE_OVERFLOW/FE_OVERFLOW_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
  sed -i "s/FE_UNDERFLOW/FE_UNDERFLOW_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
  sed -i "s/FE_INEXACT/FE_INEXACT_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
  sed -i "s/FE_ALL_EXCEPT/FE_ALL_EXCEPT_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
  sed -i "s/FE_DOWNWARD/FE_DOWNWARD_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
  sed -i "s/FE_TONEAREST/FE_TONEAREST_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
  sed -i "s/FE_TOWARDZERO/FE_TOWARDZERO_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
  sed -i "s/FE_UPWARD/FE_UPWARD_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
  sed -i "s/feclearexcept/feclearexcept_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp

%build
export CFLAGS="%{optflags} -fpermissive"
export CXXFLAGS="%{optflags} -fpermissive"
export LDFLAGS="-ldl"
%cmake -DBINDIR=%{_gamesbindir} -DLIBDIR=%{_lib}/%{name} -DJAVA_INCLUDE_PATH=%{java_home}/include -DJAVA_INCLUDE_PATH2=%{java_home}/include/linux -DJAVA_AWT_INCLUDE_PATH=%{java_home}/include
%make

%install
%makeinstall_std -C build

# Nanar:
# need by spring dedicated server
# it is not installed 

mkdir -p %{buildroot}%{_libdir}/

rm -fr %{buildroot}%{_datadir}/doc

# Move icons into proper Freedesktop hicolor theme
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
mv %{buildroot}%{_datadir}/pixmaps/%{name}.png \
        %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/mimetypes/
mv %{buildroot}%{_datadir}/pixmaps/application-x-spring-demo.png \
                 %{buildroot}%{_datadir}/icons/hicolor/48x48/mimetypes/

perl -pi -e 's|^Exec=.*|Exec=%{_gamesbindir}/%{name}|' %{buildroot}%{_datadir}/applications/%{name}.desktop
perl -pi -e 's|true|false|' %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install \
  --vendor="" \
  --remove-category="Application" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop


install -d -m755 %{buildroot}%{_sysconfdir}/%{name}
echo '$HOME/.spring' > %{buildroot}%{_sysconfdir}/%{name}/datadir
echo '%{_gamesdatadir}/%{name}' >> %{buildroot}%{_sysconfdir}/%{name}/datadir

install -d -m755 %{buildroot}%{_gamesdatadir}/%{name}/{mods,maps}

rm -rf %{buildroot}%{_datadir}/pixmaps/*.png

# And move the dynamic pr-downloader to
#   /usr/lib64 in x86_64.
#find $RPM_BUILD_ROOT/usr/lib
if [ "$(uname -m)" == "x86_64" ] ; then
        mkdir -p %{buildroot}/%{_libdir}
        mv %{buildroot}/usr/lib/libpr-downloader_shared.so %{buildroot}/%{_libdir}/libpr-downloader_shared.so
fi

#  Remove the static pr-downloader library.
rm -f %{buildroot}/usr/lib/libpr-downloader_static.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 97.0-3
+ Revision: 8479394
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8318 |14cr|spring-evolution-rts-4.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		spring-evolution-rts
Version:	4.9
Release:	2
Summary:	Evolution RTS is a Spring engine based Real Time Strategy game
Group:		Games/Strategy
License:	CC-BY-NC-ND
URL:		http://www.evolutionrts.info/
Source0:	http://packages.springrts.com/builds/evo-v%{version}.sdz
# Maps are here: http://springfiles.com/spring/spring-maps
Source1:	evorts-altored_divide-v12.sd7
Source2:	evorts_-_delta_siege_-_v12.sd7
Source3:	evorts_-_division_-_v12.sd7
Source4:	evorts-eye_of_horus-v12.sd7
Source5:	evorts_-_glacier_pass_-_v12.sd7
Source6:	evorts_-_new_iammas_-_v12.sd7
Source7:	evorts-pockmark_valley-v12.sd7
Source8:	evorts_-_proving_grounds_-_v12.sd7
Source9:	evorts_-_riverglade_-_v12.sd7
Requires:	spring
Requires:	spring-features
Suggests:	%{name}-maps
Provides:	evolution-rts = %{version}
Buildarch:	noarch

%description
A new war is brewing. A violent conflict, between the Six Colonies,
each one convinced that it was in the right, each one sure of its
own ability to defeat its enemies. But they need Generals.
They need soldiers. They need you.

Uses Spring engine to run.

%package maps
Summary:	Maps designed specially for Evolution RTS game
Requires:	spring

%description maps
Maps designed specially for Evolution RTS game.
But you can try to use them with other Spring based games.

%prep
%setup -q -T -c %{name}-%{version}

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/spring/mods
install -m 644 %{SOURCE0} %{buildroot}%{_gamesdatadir}/spring/mods/

mkdir -p %{buildroot}%{_gamesdatadir}/spring/maps
install -m 644 %{SOURCE1} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE2} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE3} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE4} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE5} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE6} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE7} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE8} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE9} %{buildroot}%{_gamesdatadir}/spring/maps/

%files
%{_gamesdatadir}/spring/mods/*

%files maps
%{_gamesdatadir}/spring/maps/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.9-2
+ Revision: b123896
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8319 |14cr|spring-features-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		spring-features
Version:	1.0
Release:	2
Summary:	Spring Features contains all of the features made for Spring engine to date
Group:		Games/Strategy
# Some kind of "Free" as stated in upstream. Nobody seems to really care?
License:	Freeware
URL:		http://springfiles.com/spring/tools/spring-features
Source0:	spring_features-v01.sdz
Requires:	spring
Buildarch:	noarch

%description
Spring Features contains all of the features made for Spring engine to date.

Required by some Spring engine-based games.

%prep
%setup -q -T -c %{name}-%{version}

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/spring/mods
install -m 644 %{SOURCE0} %{buildroot}%{_gamesdatadir}/spring/mods/

%files
%{_gamesdatadir}/spring/mods/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 58d3794
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8320 |14cr|springlobby-0.147-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Summary:	Cross-platform lobby client for the Spring RTS project
Name:		springlobby
Version:	0.147
Release:	4
Group:		Games/Strategy
# bundled springsettings is GPLv3+
License:	GPL+ and GPLv3+
URL:		http://springlobby.info/
Source:		http://www.springlobby.info/tarballs/springlobby-%{version}.tar.bz2
Source1:	springlobby-logo.svg
Patch0:		springlobby-lpthread.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	boost-devel
BuildRequires:	SDL-devel
BuildRequires:	SDL_sound-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(libtorrent-rasterbar)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(libmpg123)
Requires:	spring
Requires:	curl
Requires:	openal

%description
SpringLobby is a free cross-platform lobby client for the Spring RTS
project.

This package also contains SpringSettings, a Spring configuration
tool.

%prep
%setup -q
%patch0 -p0 -b .lpthread
sed -i -e 's,springlobby.svg,springlobby,g' src/springlobby.desktop

%build
%cmake
%make

%install
%makeinstall_std -C build

desktop-file-install \
  --vendor="" \
  --remove-category="Application" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

install -d -m755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-springsettings.desktop <<EOF
[Desktop Entry]
Name=SpringSettings
Comment=Configure settings of Spring
Exec=springsettings
Icon=springsettings
Terminal=false
Type=Application
Categories=Game;StrategyGame;
EOF

install -d -m755 %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,scalable}/apps
install -m644 src/images/springlobby.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/springlobby.svg
convert src/images/springlobby.svg -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/springlobby.png
convert src/images/springlobby.svg -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/springlobby.png
convert src/images/springlobby.svg -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/springlobby.png
convert src/images/springsettings.xpm -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/springsettings.png
convert src/images/springsettings.xpm -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/springsettings.png
convert src/images/springsettings.xpm -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/springsettings.png

%find_lang %{name}

%files -f %{name}.lang
%doc THANKS AUTHORS
%{_bindir}/springlobby
%{_bindir}/springsettings
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/mandriva-springsettings.desktop
%{_iconsdir}/hicolor/*/apps/*.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.147-4
+ Revision: 343f14d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8321 |14cr|spring-maps-default-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	spring-maps-default
%define version	1.0
%define rel	2

Summary:	Default maps for Spring
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{rel}
Group:		Games/Strategy
URL:		http://taspring.clan-sy.com/
# Maps listed in spring/installer/sections/maps.nsh.
Source:		http://buildbot.no-ip.org/~yokozar/apt/pool/main/s/spring-maps-default/%{name}_%{version}.tar.gz
License:	GPLv2+
BuildRoot:	%{_tmppath}/%{name}-root
Requires:	spring
Conflicts:	spring-data < 0.75
BuildArch:	noarch

%description
Default maps for Spring.

%prep
%setup -q

%install
rm -rf %{buildroot}
install -d -m755 %{buildroot}%{_gamesdatadir}/spring/maps
install -m644 *.sd7 %{buildroot}%{_gamesdatadir}/spring/maps

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc debian/changelog debian/copyright
%{_gamesdatadir}/spring/maps/*.sd7



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0-2
+ Revision: e12f6bc
- Automatic import for version 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8322 |14cr|spring-mod-nanoblobs-0.65-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 065

Summary:	Nanoblobs mod for Spring
Name:		spring-mod-nanoblobs
Version:	0.65
Release:	%{mkrel 2}
Group:		Games/Strategy
URL:		http://spring.clan-sy.com/wiki/Nanoblobs
# zip file:
Source:		http://www.wolfegames.com/TA_Section/PreRelease/NanoBlobs%{oversion}.sdz
License:	GPL+
BuildRoot:	%{_tmppath}/%{name}-root
Requires:	spring
Conflicts:	spring-data < 0.75
BuildArch:	noarch

%description
Nanoblobs game for the Spring game engine. See
http://spring.clan-sy.com/wiki/Nanoblobs for a description of Nanoblobs
and some tips on how best to play it.

%prep
# We extract the archive to put the license file in docdir.
%setup -q -c

%install
rm -rf %{buildroot}
install -d -m755 %{buildroot}%{_gamesdatadir}/spring/mods
install -m644 %{SOURCE0} %{buildroot}%{_gamesdatadir}/spring/mods

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc License.txt
%{_gamesdatadir}/spring/mods/NanoBlobs%{oversion}.sdz




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.65-2
+ Revision: 3f8876c
- Automatic import for version 0.65



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8323 |14cr|spring-zero-k-1.0.10.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	zk

Name:		spring-zero-k
Version:	1.0.10.8
Release:	3
Summary:	Spring engine based game focused on a streamlined economy & advanced interface
Group:		Games/Strategy
License:	GPL
URL:		http://zero-k.info/
Source0:	http://packages.springrts.com/builds/%{oname}-v%{version}.sdz
Source1:	http://api.springfiles.com/files/maps/tabula-v5b.sd7
Source2:	http://api.springfiles.com/files/maps/folsomdamdeluxev4.sd7
Source3:	http://api.springfiles.com/files/maps/worldv2.sd7
Requires:	spring
Provides:	zero-k = %{version}
Suggests:	%{name}-maps
Buildarch:	noarch

%description
Zero-K is a fast, competitive game with a focus on a streamlined economy
and advanced interface that takes the focus off tedious tasks and back on
the action. A huge roster of interesting, unique units and a variety of unit
abilities provides tremendous tactical and strategic depth to the game.

Uses Spring engine to run.

%package maps
Summary:	Maps designed specially for Zero-K game
Requires:	spring

%description maps
Maps designed specially for Zero-K game.
But you can try to use them with other Spring based games.

%prep
%setup -q -T -c %{name}-%{version}

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/spring/mods
install -m 644 %{SOURCE0} %{buildroot}%{_gamesdatadir}/spring/mods/

mkdir -p %{buildroot}%{_gamesdatadir}/spring/maps
install -m 644 %{SOURCE1} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE2} %{buildroot}%{_gamesdatadir}/spring/maps/
install -m 644 %{SOURCE3} %{buildroot}%{_gamesdatadir}/spring/maps/

%files
%{_gamesdatadir}/spring/mods/*

%files maps
%{_gamesdatadir}/spring/maps/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.10.8-3
+ Revision: 7da7f58
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8324 |14cr|sprng-2.0b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Scalable Parallel Pseudo Random Number Generators Library
Name:		sprng
Version:	2.0b
Release:	2
License:	GPL
Group:		Sciences/Mathematics
Url:		http://sprng.cs.fsu.edu/
Source0:	http://sprng.cs.fsu.edu/Version2.0/sprng2.0b.tar.gz
BuildRequires:	openmpi
BuildRequires:	gmp-devel
Requires:	sprng-devel
Patch0:		sprng2.0b-build.patch

%description
Scalable Parallel Pseudo Random Number Generators Library.

M. Mascagni and A. Srinivasan (2000), "Algorithm 806: SPRNG: A Scalable
Library for Pseudorandom Number Generation," ACM Transactions on
Mathematical Software, 26: 436-461.

%files

#----------------------------------------------------------------------------

%package devel
Summary:	Scalable Parallel Pseudo Random Number Generators Library
Group:		Development/Other

%description devel
Scalable Parallel Pseudo Random Number Generators Library.

M. Mascagni and A. Srinivasan (2000), "Algorithm 806: SPRNG: A Scalable
Library for Pseudorandom Number Generation," ACM Transactions on
Mathematical Software, 26: 436-461.

%files devel
%{_includedir}/sprng
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q -n sprng2.0
%patch0 -p1
perl -pi -e 's|^(F77 = )|${1}gfortran|;'			\
	 -e "s|^#(MPIDIR = ).*|\$1`mpic++ --showme:compile`|;"	\
	 -e "s|^#(MPILIB = ).*|\$1`mpic++ --showme:link`|;"	\
	 -e 's|(CFLAGS = .*)|$1 %{optflags}|;'			\
	 -e 's|(FFLAGS = .*)|$1 %{optflags}|;'			\
	SRC/make.INTEL

%build
make

%install
mkdir -p %{buildroot}{%{_includedir}/sprng,%{_libdir}}
install -m 644 include/*.h %{buildroot}%{_includedir}/sprng
install -m 644 lib/*.a %{buildroot}%{_libdir}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0b-2
+ Revision: b1759a6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8325 |14cr|sprog-0.14-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Sprog

Name:		sprog
Version:	0.14
Release:	8
Summary:	A graphical tool to build programs by plugging parts together

License:	GPL or Artistic
Group:		Development/Perl
Source0:	%{module}-%{version}.tar.bz2
Url:		http://sprog.sourceforge.net/
BuildRequires:	perl-Apache-LogRegex
BuildRequires:	perl-devel
BuildRequires:	perl-Gnome2-Canvas
BuildRequires:	perl-Gtk2-GladeXML
BuildRequires:	perl-Imager
BuildArch:	noarch

%description
Sprog is a tool for working with data. It allows you to do all the things those
clever Unix geeks can do with their cryptic command lines but you can now do it
all with point-n-click and drag-n-drop.

A Sprog machine has many similarities to a shell script. It is built from small
reusable parts (called gears) that are connected together to filter and massage
your data. Once you have built a machine, you can save it and run it again and
again to automatically perform repetitive tasks.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
#- needs X11
#%{__make} test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/%{module}/*
%{perl_vendorlib}/%{module}.pm
%{_mandir}/*/*
%{_bindir}/sprog

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.14-8
+ Revision: 6215514
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8326 |14cr|spybye-0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A proxy to help finding malware
Name:		spybye
Version:	0.3
Release:	7
Group:		System/Servers
License:	GPLv2
URL:		http://www.monkey.org/~provos/spybye/
Source0:	http://www.monkey.org/~provos/%{name}-%{version}.tar.gz
Source1:	http://www.monkey.org/~provos/%{name}-%{version}.tar.gz.sig
Source2:	spybye.init
Source3:	spybye.sysconfig
Source4:	spybye.logrotate
Source5:	README.Mandriva
Patch0:		spybye-memleak.diff
BuildRequires:	autoconf2.5
BuildRequires:	libevent-devel
#BuildRequires:	clamav-devel
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires:	clamav
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The crawl tool provide a proxy server through which web pages can be fetched
and analyzed for potentially dangerous includes. To use , you need to configure
your web browser to use the port configured by -p as proxy port.


%prep

%setup -q -n %{name}-%{version}
%patch0 -p0

cp %{SOURCE2} %{name}.init
cp %{SOURCE3} %{name}.sysconfig
cp %{SOURCE4} %{name}.logrotate
cp %{SOURCE5} README.Mandriva

%build

%configure2_5x \
    --bindir=%{_sbindir} \
    --datadir=%{_localstatedir}/lib

%make

%install
rm -rf %{buildroot}

# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

%makeinstall_std

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var/log/%{name}

install -m0755 %{name}.init %{buildroot}%{_initrddir}/%{name}
install -m0644 %{name}.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m0644 %{name}.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

# create ghostfile
touch %{buildroot}/var/log/%{name}/%{name}.log

%post
%create_ghostfile /var/log/%{name}/%{name}.log root root 0644
%_post_service %{name}

%preun
%_preun_service %{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README.Mandriva
%attr(0755,root,root) %{_initrddir}/%{name}
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/%{name}
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}
%attr(0755,root,root) %{_sbindir}/*
%dir %{_localstatedir}/lib/%{name}
%{_localstatedir}/lib/%{name}/*
%dir %attr(0755,root,root) /var/log/%{name}
%attr(0644,root,root) %ghost %config(noreplace) /var/log/%{name}/%{name}.log
%attr(0644,root,root) %{_mandir}/man?/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-7
+ Revision: 6b4baad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8327 |14cr|spyder-2.1.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Scientific Python Development Environment
Name:		spyder
Version:	2.1.11
Release:	3
License:	MIT
Group:		Development/Python
Url:		http://spyderlib.googlecode.com/
Source0:	http://spyderlib.googlecode.com/files/%{name}-%{version}.zip
Source1:	%{name}.desktop
BuildRequires:	python-sphinx
BuildRequires:	pkgconfig(python)
Requires:	python-matplotlib-qt4
Requires:	python-qt4
Requires:	python-qt4-qscintilla
Suggests:	ipython
Suggests:	pyflakes >= 0.3.0
Suggests:	pylint
Suggests:	python-matplotlib
Suggests:	python-numpy
Suggests:	python-rope >= 0.9.2
Suggests:	python-scipy
BuildArch:	noarch

%description
Spyder is a Python development environment with tons of features:

* Editor - Multi-language editor with function/class browser, code
  analysis (pyflakes and pylint are currently supported),
  horizontal/verti- cal splitting, etc.

* Documentation viewer - Automatically show documentation (if
  available, or source code otherwise) for any class instantiation or
  function call made in a Python shell (interactive/external console,
  see below).

* Interactive console - Python shell with workspace support (variable
  explorer with GUI based editors: dictionary editor, array editor,
  ...) and matplotlib figures integration.

* External console (separate process) - Run Python scripts
  (interactive, debugging or normal mode) or open a Python interpreter
  with variable explorer and documentation viewer support (a basic
  terminal window may also be opened with the external console)

* File/directories explorer

* Find in files feature - Supports regular expressions and mercurial
  repositories

* History log

Spyder may also be used as a PyQt4 extension library (module 'spyderlib').
For example, the Python interactive shell widget used in Spyder may be
embedded in your own PyQt4 application.

%files -f FILE_LIST
%doc README
%{py_sitedir}/spyderlib/doc
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.svg

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

chmod 644 README

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=FILE_LIST

# adding a launcher

install -d -m755 %{buildroot}%{_datadir}/applications
install -d -m755 %{buildroot}%{_datadir}/pixmaps

install -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications
install -m644 spyderlib/images/spyder.svg %{buildroot}%{_datadir}/pixmaps


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.11-3
+ Revision: 699bfec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8328 |14cr|sqlgrey-1.7.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Postfix grey-listing policy service
Name:		sqlgrey
Version:	1.7.6
Release:	5
License:	GPL
Group:		System/Servers
URL:		http://sqlgrey.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/sqlgrey/%{name}-%{version}.tar.bz2
Source1:	sqlgrey.init
Patch0:         sqlgrey-1.7.4-sqlite.patch
Patch1:         sqlgrey-1.7.4-warnings.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires:	perl-DBD-SQLite
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
SQLgrey is a Postfix grey-listing policy service with
auto-white-listing written in Perl with SQL database as storage
backend. Greylisting stops 50 to 90 % junk mails (spam and virus)
before they reach your Postfix server (saves BW, user time and CPU
time).

%prep

%setup -q
%patch0 -p1
%patch1 -p0

%build

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_sysconfdir}/sqlgrey
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_localstatedir}/lib/sqlgrey
install -d %{buildroot}%{_var}/run/sqlgrey

install -m0755 sqlgrey %{buildroot}%{_sbindir}/
install -m0755 update_sqlgrey_config %{buildroot}%{_sbindir}/
install -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/sqlgrey
install -m0644 etc/sqlgrey.conf %{buildroot}%{_sysconfdir}/sqlgrey/
install -m0644 etc/clients_ip_whitelist %{buildroot}%{_sysconfdir}/sqlgrey/
install -m0644 etc/clients_fqdn_whitelist %{buildroot}%{_sysconfdir}/sqlgrey/
install -m0644 etc/dyn_fqdn.regexp %{buildroot}%{_sysconfdir}/sqlgrey/
install -m0644 etc/smtp_server.regexp %{buildroot}%{_sysconfdir}/sqlgrey/
#install -m0644 sqlgrey.1 %{buildroot}%{_mandir}/man1/

%pre
%_pre_useradd sqlgrey %{_localstatedir}/lib/sqlgrey /bin/sh

%post
%_post_service sqlgrey

%preun
%_preun_service sqlgrey

%postun 
%_postun_userdel sqlgrey

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING Changelog FAQ HOWTO README TODO
%attr(0755,root,root) %{_initrddir}/sqlgrey
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sqlgrey/sqlgrey.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sqlgrey/clients_ip_whitelist
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sqlgrey/clients_fqdn_whitelist
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sqlgrey/dyn_fqdn.regexp
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sqlgrey/smtp_server.regexp
%attr(0755,root,root) %{_sbindir}/sqlgrey
%attr(0755,root,root) %{_sbindir}/update_sqlgrey_config
%attr(0755,sqlgrey,sqlgrey) %dir %{_localstatedir}/lib/sqlgrey
%attr(0755,sqlgrey,sqlgrey) %dir %{_var}/run/sqlgrey
#%attr(0644,root,root) %{_mandir}/man1/sqlgrey.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.6-5
+ Revision: 69564f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8329 |14cr|sqlitebrowser-2.0-0.r68.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta b1
%define svn  r68

Name: sqlitebrowser
Version: 2.0
Release: %mkrel -c %svn 1

Summary:    Design and edit database files compatible with SQLite
License:    Public Domain
Group:      System/Configuration/Other
Url:        http://sqlitebrowser.sourceforge.net/index.html
#Source0:    http://heanet.dl.sourceforge.net/sourceforge/sqlitebrowser/%{name}_200_%{beta}_src.tar.gz
Source0:    http://heanet.dl.sourceforge.net/sourceforge/sqlitebrowser/%{name}-%{svn}.tar.xz
Patch0:     sqlitebrowser-2.0-fix-str-fmt.patch
Patch1:     sqlitebrowser-2.0-use_system_sqlite.patch

BuildRequires: qt4-devel
BuildRequires: sqlite3-devel

%description
SQLite Database Browser is a freeware, public domain, open source 
visual tool used to create, design and edit database files compatible 
with SQLite. It is meant to be used for users and developers that want 
to create databases, edit and search data using a familiar 
spreadsheet-like interface, without the need to learn complicated 
SQL commands.

%prep
%setup -q -n %{name}/%{name}/%{name}
%patch0 -p0
%patch1 -p3
chmod 644 *txt

%build
%qmake_qt4
%make

%install
install -d -m 755 %{buildroot}/%{_bindir}
cp sqlitebrowser %{buildroot}/%{_bindir}/

install -d -m 755 %{buildroot}%{_datadir}/applications/
cat >%{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=SQLite database browser
Comment=GUI editor for SQLite databases
TryExec=sqlitebrowser
Exec=sqlitebrowser
Icon=sqlitebrowser
Terminal=false
Type=Application
Categories=Development;Database;Qt;
MimeType=application/x-sqlite3;
EOF

install -m 644 -D images/128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png


%files
%doc *.txt
%{_bindir}/sqlitebrowser
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png

%changelog
* Wed Nov 14 2012 Alexander Khryukin <alexander@mezon.ru> 2.0-0.r68.1
+ Revision: cbe55b3
- sqlitebrowser-r68.tar.xz spec from mageia



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8330 |14cr|sqliteman-1.2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweigth but powerfull Sqlite3 manager
Name:		sqliteman
Version:	1.2.2
Release:	5
License:	GPLv2+
Group:		Development/Databases
Url:		http://sqliteman.sourceforge.net/
Source0:	http://downloads.sourceforge.net/sqliteman/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	qt4-database-plugin-sqlite
BuildRequires:	qscintilla-qt4-devel
BuildRequires:	qt4-devel
Requires:	qt4-database-plugin-sqlite

%description
The best developer's and/or admin's GUI tool for Sqlite3
in the world. No joking here (or just a bit only) - it
contains the most complette feature set of all tools available.

%files
%doc %{_datadir}/%{name}/doc/*
%{_bindir}/sqliteman
%{_datadir}/applications/sqliteman.desktop
%{_datadir}/%{name}/icons/*.png
%{_iconsdir}/hicolor/sqliteman.png
%lang(bg) %{_datadir}/%{name}/sqliteman_bg.qm
%lang(cs) %{_datadir}/%{name}/sqliteman_cs.qm
%lang(de) %{_datadir}/%{name}/sqliteman_de.qm
%lang(en) %{_datadir}/%{name}/sqliteman_en.qm
%lang(fr) %{_datadir}/%{name}/sqliteman_fr.qm
%lang(it) %{_datadir}/%{name}/sqliteman_it.qm
%lang(pl) %{_datadir}/%{name}/sqliteman_pl.qm
%lang(ru) %{_datadir}/%{name}/sqliteman_ru.qm

#---------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-5
+ Revision: 691a66b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8331 |14cr|sqlmap-0.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           sqlmap
Version:        0.9
Release:        5
Summary:        Automatic SQL injection and database takeover tool
Group:          Monitoring
License:        GPL
URL:            http://sqlmap.sourceforge.net/
Source0:        http://downloads.sourceforge.net/sqlmap/sqlmap-%{version}.tar.gz

%description
sqlmap is an open source penetration testing tool that automates the process of
detecting and exploiting SQL injection flaws and taking over of database
servers. It comes with a powerful detection engine, many niche features for the
ultimate penetration tester and a broad range of switches lasting from database
fingerprinting, over data fetching from the database, to accessing the
underlying file system and executing commands on the operating system via
out-of-band connections.

%prep
%setup -q -n sqlmap
find . -name .svn | xargs rm -rf
# Drop shebang from non-executable python files
find . -type f -and -name '*.py' -and ! -executable -exec  sed -i "sa#!/usr/bin/env pythonaa" {} \;
# Dro non-Linux stuff
rm -rf lib/contrib/upx/macosx
rm -rf lib/contrib/upx/windows
rm -rf udf/mysql/windows
rm -rf udf/postgresql/windows
rm -rf extra/udfhack/windows
%ifarch x86_64
rm -rf udf/mysql/linux/32
rm -rf udf/postgresql/linux/32
rm -rf extra/udfhack/linux/32
%else
rm -rf udf/mysql/linux/64
rm -rf udf/postgresql/linux/64
rm -rf extra/udfhack/linux/64
%endif

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 755 sqlmap.py %{buildroot}%{_datadir}/%{name}
cp -pr extra %{buildroot}%{_datadir}/%{name}
cp -pr lib %{buildroot}%{_datadir}/%{name}
cp -pr plugins %{buildroot}%{_datadir}/%{name}
cp -pr shell %{buildroot}%{_datadir}/%{name}
cp -pr txt %{buildroot}%{_datadir}/%{name}
cp -pr udf %{buildroot}%{_datadir}/%{name}
cp -pr xml %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/sqlmap <<EOF
#!/bin/sh
cd %{_datadir}/%{name}
exec ./sqlmap.py \$@
EOF
chmod +x %{buildroot}%{_bindir}/sqlmap

install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 sqlmap.conf %{buildroot}%{_sysconfdir}
pushd %{buildroot}%{_datadir}/%{name}
ln -s ../../..%{_sysconfdir}/sqlmap.conf .
popd

%files
%doc doc/*
%{_datadir}/%{name}
%{_bindir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}.conf

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-5
+ Revision: 9e7c78c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8332 |14cr|squeak3-vm-3.10.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	3.10
%define minor	4
%define vmver	%{major}-%{minor}
%define source	Squeak-%{vmver}

Summary:	The Squeak virtual machine
Name:		squeak3-vm
Version:	%{major}.%{minor}
Release:	4
License:	MIT
Group:		Development/Other
Url:		http://squeakvm.org/unix
Source0:	http://ftp.squeak.org/%{major}/unix-linux/%{source}.src.tar.gz
Source2:	squeak-desktop-files.tar.gz
Patch0:		squeak-vm-rpath.patch
Patch1:		squeak-vm-install-inisqueak.patch
Patch2:		squeak-vm-imgdir.patch
Patch3:		squeak-vm-tail-options.patch
Patch4:		squeak-vm-dprintf.patch
Patch5:		squeak-vm-libv4l.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xt)
Requires:	zenity

%description
Squeak is a full-featured implementation of the Smalltalk programming
language and environment based on (and largely compatible with) the original
Smalltalk-80 system.

This package contains just the Squeak virtual machine.

%files
%doc platforms/unix/ChangeLog platforms/unix/doc/{README*,LICENSE,*RELEASE_NOTES}
%{_bindir}/*
%{_libdir}/squeak/%{vmver}
%{_mandir}/man*/*
%{_datadir}/squeak
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/mime/packages/*
%{_datadir}/icons/gnome/*/mimetypes/*.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{source} -a 2
find platforms -name '*.[ch]' -exec chmod ug=rw,o=r {} \;

%patch0 -p1 -b .rpath
%patch1 -p1 -b .install-inisqueak
%patch2 -p1 -b .imgdir
%patch3 -p1 -b .tail-options
%patch4 -p1
%patch5 -p1

%build
mkdir -p bld
cd bld

CPPFLAGS=-DSUGAR ../platforms/unix/config/configure --prefix=%{_prefix} --mandir=%{_mandir} --datadir=%{_datadir} --libdir=%{_libdir}

%make

%install
make -C bld install ROOT=%{buildroot}

# these files will be put in std RPM doc location
rm -rf %{buildroot}%{_prefix}/doc/squeak

# install the desktop stuff
install -D --mode=u=rwx,go=rx mysqueak %{buildroot}%{_bindir}/mysqueak3
install -D --mode=u=rw,go=r mysqueak.1 %{buildroot}%{_mandir}/man1/mysqueak.1
install -D --mode=u=rw,go=r squeak.xml %{buildroot}%{_datadir}/mime/packages/squeak.xml
install -D --mode=u=rw,go=r squeak.desktop %{buildroot}%{_datadir}/applications/squeak.desktop
install -D --mode=u=rw,go=r squeak.png %{buildroot}%{_datadir}/pixmaps/squeak.png

%define icons_dir %{buildroot}%{_datadir}/icons/gnome
for size in 16 24 32 48 64 72 96
do
  mkdir -p %{icons_dir}/${size}x${size}/mimetypes
  install -m0644 squeak${size}.png %{icons_dir}/${size}x${size}/mimetypes/application-x-squeak-image.png
  install -m0644 squeaksource${size}.png %{icons_dir}/${size}x${size}/mimetypes/application-x-squeak-source.png
done

cd %{buildroot}%{_libdir}/squeak/%{vmver}
DOTDOTS=$(echo %{_libdir}/squeak/%{vmver} | sed -e 's:/[^/]\+:../:g')
ln -s ${DOTDOTS}%{_datadir}/squeak/SqueakV39.sources .
ln -s ${DOTDOTS}%{_datadir}/squeak/SqueakV3.sources .

rm -f %{buildroot}%{_bindir}/squeak
mv %{buildroot}%{_bindir}/inisqueak{,3}
ln -sf %{_libdir}/squeak/%{vmver}/squeak %{buildroot}%{_bindir}/squeak3
perl -pi -e 's|\binisqueak\b|inisqueak3|;' %{buildroot}%{_bindir}/mysqueak3


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.10.4-4
+ Revision: 9237313
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8333 |14cr|squeak-image-4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		squeak-image
Version:	4.1
Release:	2
Summary:	The image files for Squeak

Group:		Development/Other
License:	MIT
URL:		http://www.squeak.org
Source0:	http://ftp.squeak.org/%{version}/Squeak%{version}.zip
Source1:	http://ftp.squeak.org/sources_files/SqueakV41.sources.gz
Source2:	http://ftp.squeak.org/4.1/LICENSE
Source3:	squeak-image-doc.html
BuildRoot:	%{_tmppath}/%{name}-buildroot

Requires:	squeak-vm >= 4.0.3

BuildArch:	noarch


%description
This is the standard Squeak image as distributed by sqeak.org.
The Squeak image is split into three interdependent parts,
the .image file, the .changes file, and the .sources file.

%prep
%setup -q -c %{name}-%{version}
cp -p %{SOURCE2} %{SOURCE3} .

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/squeak
cp Squeak%{version}.image %{buildroot}%{_datadir}/squeak
cp Squeak%{version}.changes %{buildroot}%{_datadir}/squeak
zcat %{SOURCE1} >%{buildroot}%{_datadir}/squeak/SqueakV41.sources
cd %{buildroot}%{_datadir}/squeak
gzip Squeak%{version}.image
gzip Squeak%{version}.changes
ln -sf Squeak%{version}.image.gz squeak.image.gz
ln -sf Squeak%{version}.changes.gz squeak.changes.gz

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc squeak-image-doc.html
%doc LICENSE
%{_datadir}/squeak/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1-2
+ Revision: 2b05fd2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8334 |14cr|squeak-vm-4.10.2.2614-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define vmver 4.10.2
%define svntag 2614

Summary:	The Squeak virtual machine
Name:		squeak-vm
Version:	%{vmver}.%{svntag}
Release:	8
License:	MIT
Group:		Development/Other
Url:		http://squeakvm.org/unix
Source0:	http://squeakvm.org/unix/release/Squeak-%{version}-src.tar.gz
Source2:	squeak-desktop-files.tar.gz
Patch0:		squeak-vm-dprintf.patch
Patch1:		alsa-fixes.patch
Patch2:		squeak-vm-4.10.2-fix-cmake.patch
Patch3:		squeak-vm-4.10.2-squeak-init-fix.patch
Patch4:		squeak-vm-4.10.2-format-security.patch

BuildRequires:	cmake
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xt)
Requires:	zenity

%description
Squeak is a full-featured implementation of the Smalltalk programming
language and environment based on (and largely compatible with) the original
Smalltalk-80 system.

This package contains just the Squeak virtual machine.

%files
%doc unix/ChangeLog unix/doc/{README*,LICENSE,*RELEASE_NOTES}
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/icons/gnome/*/*/*
%{_datadir}/mime/packages/*
%{_datadir}/pixmaps/*
%dir %{_libdir}/squeak
%{_libdir}/squeak/*
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%prep
%setup -q -n Squeak-%{version}-src -a 2
%patch0 -p1 -b .dprintf
%patch1 -p2 -b .alsa-fixes
%patch2 -p1 -b .fix-cmake
%patch3 -p1 -b .squeak-init-fix
%patch4 -p1 -b .format-security

sed -i 's|SET\s*\(imgdir\s+.+\)|SET (imgdir share/squeak)|i;
s|SET\s*\(plgdir\s+.+\)|SET (plgdir %{_lib}/squeak/${version}${versionsuffix})|i' \
unix/CMakeLists.txt

sed -i 's|^libdir=.*$|libdir="%{_libdir}/squeak"|' unix/cmake/squeak.in
sed -i 's|^libdir=.*$|libdir="%{_libdir}/squeak"|' unix/cmake/squeak.sh.in

# The source files chmod'd here have the execute bit set in the upstream tarball
# which bothers rpmlint, need submit a request upstream to have this changed
find . -name '*.[ch]' -exec chmod ug=rw,o=r {} \;

%build
pushd unix
%cmake -DVM_HOST="%{_host}" -DVM_VERSION="%{vmver}-%{svntag}" -DPLATFORM_SOURCE_VERSION="%{svntag}"
%make
popd

%install
pushd unix
%makeinstall_std -C build
popd

# these files will be put in std RPM doc location
rm -rf %{buildroot}%{_prefix}/doc/squeak

# install the desktop stuff
install -D --mode=u=rwx,go=rx mysqueak %{buildroot}%{_bindir}/mysqueak
install -D --mode=u=rw,go=r mysqueak.1 %{buildroot}%{_mandir}/man1/mysqueak.1
install -D --mode=u=rw,go=r squeak.xml %{buildroot}%{_datadir}/mime/packages/squeak.xml
install -D --mode=u=rw,go=r squeak.desktop %{buildroot}%{_datadir}/applications/squeak.desktop
install -D --mode=u=rw,go=r squeak.png %{buildroot}%{_datadir}/pixmaps/squeak.png

%define icons_dir %{buildroot}%{_datadir}/icons/gnome
for size in 16 24 32 48 64 72 96
do
  mkdir -p %{icons_dir}/${size}x${size}/mimetypes
  install -m0644 squeak${size}.png %{icons_dir}/${size}x${size}/mimetypes/application-x-squeak-image.png
  install -m0644 squeaksource${size}.png %{icons_dir}/${size}x${size}/mimetypes/application-x-squeak-source.png
done

# If an image cant find the .sources in the current directory it will look
# in %{_libdir}/squeak/%{vmver}
cd %{buildroot}%{_libdir}/squeak/%{vmver}-%{svntag}
DOTDOTS=$(echo %{_libdir}/squeak/%{vmver}-%{svntag} | sed -e 's:/[^/]\+:../:g')
ln -s ${DOTDOTS}%{_datadir}/squeak/SqueakV41.sources .


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.10.2.2614-8
+ Revision: 40c55f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8335 |14cr|squeeze-0.2.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

%define major 0
%define apiversion 0.2
%define libname %mklibname %{name} %{apiversion} %{major}
%define develname %mklibname %{name} -d

Summary:	Advanced archive manager for the Xfce
Name:		squeeze
Version:	0.2.3
Release:	11
License:	GPLv2+
Group:		Archiving/Compression
Url:		http://squeeze.xfce.org
Source0:	http://archive.xfce.org/src/apps/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.2.1-TreeView-border.patch
Patch1:		%{name}-0.2.1-recent-documents.patch
BuildRequires:	pkgconfig(thunar-vfs-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	desktop-file-utils
BuildRequires:	dos2unix

%description
Squeeze is a modern and advanced archive manager for 
the Xfce Desktop Environment.Its design adheres to the 
Xfce philosophy, which basically means Squeeze is both 
fast and easy to use.

%package -n %{libname}
Summary:	Main library for squeeze
Group:		System/Libraries

%description -n %{libname}
Main library for squeeze.

%package -n %{develname}
Summary:	Development files for squeeze
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
Development files for squeeze.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
dos2unix TODO

%build
%define Werror_cflags %nil
%configure2_5x \
	--disable-static \
	--enable-gslices \
	--enable-pathbar \
	--enable-toolbar \
	--enable-iter-slices

%make

%install
%makeinstall_std

%find_lang %{name}

desktop-file-install \
    --add-only-show-in="XFCE" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%files -f %{name}.lang
%doc AUTHORS README ChangeLog NEWS TODO
%doc %{_datadir}/gtk-doc/html/*
%{_bindir}/squeeze
%{_libdir}/thunar-archive-plugin/squeeze.tap
%{_datadir}/applications/squeeze.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/*/apps/*.svg
%{_datadir}/pixmaps/squeeze/*.png

%files -n %{libname}
%{_libdir}/*%{apiversion}.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-11
+ Revision: 96c686a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8336 |14cr|squidclamav-6.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Clamav Antivirus Redirector for Squid
Name:		squidclamav
Version:	6.11
Release:	2
Group:		System/Servers
License:	GPLv2
URL:		http://sourceforge.net/projects/%{name}/
Source0:	http://sourceforge.net/projects/squidclamav/files/squidclamav/6.11/%{name}-%{version}.tar.gz
BuildRequires:	curl-devel
BuildRequires:	c-icap-devel
Requires:	squid curl clamav clamd
Suggests:	squidGuard
Patch0:		squidclamav-mdv_conf.diff

%description
SquidClamAv is a dedicated ClamAV antivirus redirector for Squid. It can run
antivirus checks based on filename regex, content-type regex, and more. It is
easy to install and works even with heavy Squid access. 

%prep

%setup -q
%patch0 -p1
#chmod 644 ChangeLog README clwarn.cgi*

%build

%configure2_5x

%make

%install
%{__install} -d -m 0755 %{buildroot}%{_sysconfdir}
%{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d
%{__install} -d -m 0755 %{buildroot}/var/log/%{name}
%{__install} -d -m 0755 %{buildroot}/%{_libexecdir}

%makeinstall_std


#install -m0644 {name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf
#install -m0755 clwarn.cgi %{buildroot}/var/www/cgi-bin/

# fix logrotate entries
cat > %{name}.logrotate << EOF
/var/log/%{name}/%{name}.log {
    rotate 5
    monthly
    missingok
    notifempty
}
EOF
install -m0644 %{name}.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

rm -f %{buildroot}%{_datadir}/%{name}/README

%files
%doc ChangeLog README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
#%attr(0755,root,root) %{_bindir}/%{name}
%attr(0755,root,root) %{_libexecdir}/%{name}/*
%attr(0755,root,root) %{_libdir}/c_icap/%{name}.so
%attr(0755,root,root) %{_mandir}/man1/*1*
%attr(0755,squid,squid) %dir /var/log/%{name}
%{_sysconfdir}/squidclamav.conf.default
%{_datadir}/c_icap/templates/squidclamav/en/MALWARE_FOUND



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.11-2
+ Revision: 95aaf20
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8337 |14cr|squid_nufw_helper-1.1.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NuFW SSO module for Squid
Name:		squid_nufw_helper
Version:	1.1.3
Release:	8
Group:		System/Servers
License:	GPL
URL:		http://www.inl.fr/squid-nufw-helper.html
Source0:	http://www.nufw.org/attachments/download/7/squid-nufw-helper-%{version}.tar.bz2
Patch0:		squid_nufw_helper-1.1.3-postgresql.diff
Patch1:		squid_nufw_helper-1.1.3-configure.diff
BuildRequires:	mysql-devel
#BuildRequires:	postgresql-devel
BuildRequires:	libxslt-devel
BuildRequires:	pam-devel
BuildRequires:	readline-devel
Requires:	squid


%description
squid-nufw-helper is the authentication SSO module for Squid, working with a
NuFW firewall. It allows for transparent (Single Sign On) authentication of
users on a Squid proxy, even if the proxy is a "transparent" one.

%prep

%setup -q -n squid-nufw-helper-%{version}
%patch0 -p0
%patch1 -p0

# cleanup
rm -rf autom4te.cache
rm -f squid_nufw_helper

%build

# Build with mysql, fails to build with modern PostgreSQL
%configure2_5x \
    --with-mysql

make clean
%make

mv squid_nufw_helper squid_nufw_helper-postgresql

%configure2_5x \
    --with-mysql
%make
mv squid_nufw_helper squid_nufw_helper-mysql

%install
install -d %{buildroot}%{_sbindir}

install -m0755 squid_nufw_helper-postgresql %{buildroot}%{_sbindir}/
install -m0755 squid_nufw_helper-mysql %{buildroot}%{_sbindir}/

%files
%doc README ChangeLog squid_nufw_helper.conf
%attr(0755,root,root) %{_sbindir}/squid_nufw_helper-postgresql
%attr(0755,root,root) %{_sbindir}/squid_nufw_helper-mysql

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-8
+ Revision: 9648cd2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8338 |14cr|squid-purge-20040201-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    squid-purge
%define version 20040201
%define release 4

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:    Squid pruger utility
License:    GPLv2+
Group:      Networking/Other
URL:        http://www.squid-cache.org/contrib/
Source:     http://www.squid-cache.org/contrib/purge-%{version}-src.tar.gz
Patch0:     purge-gcc4.patch
Patch1:     make-install.patch
Patch2:     purge-conf.patch
BuildRequires:  gcc-c++
#Requires:	apache
Suggests:	webproxy
BuildRoot:  %{_tmppath}/%{name}-%{version}


%description
The purge tool is a kind of magnifying glass into your squid-2 cache. You
can use purge to have a look at what URLs are stored in which file within
your cache. The purge tool can also be used to release objects which URLs
match user specified regular expressions. A more troublesome feature is the
ability to remove files squid does not seem to know about any longer.

%prep
%setup -q -n purge
%patch0 -p0 -b .gcc4
%patch1 -p0 -b .make
%patch2 -p0 -b .etc

%build
%make CXX="g++ %optflags" OPT_NORM="" SOCKLEN=socklen_t EXTRALIB="-lstdc++"


%install
#%makeinstall
mv purge squid-purge
install -d  %{buildroot}%{_sbindir}
install -m0700  squid-purge %{buildroot}%{_sbindir}/squid-purge


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(0755,root,root)
%doc README
%{_sbindir}/squid-purge





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20040201-4
+ Revision: 9fffabe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8339 |14cr|squirrelmail-1.4.23-0.0.r14325.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# These ones don't show up with now
#%define __noautoreq pear(\\(class.JavaScriptPacker.php\\|/etc/squirrelmail/plugins/change_pass_settings.php\\))

%define __noautoreq '/usr/bin/php'

# helps to find new languages
%define _unpackaged_files_terminate_build 0

%define basedir /var/www/squirrelmail
%define varlibdir /var/lib/squirrelmail
%define prefsdir %{varlibdir}/prefs
%define varspooldir /var/spool/squirrelmail
%define attdir %{varspooldir}/attach
%define etcdir /etc/squirrelmail
%define crondir /etc/cron.daily
# Plugin config files
%define pluginetc %{etcdir}/plugins

%define locale_stamp 20090526

%define snap r14325

Summary:	Webmail client for PHP4
Name:		squirrelmail
Version:	1.4.23
Release:	0.0.%{snap}.5
License:	GPLv2+
Group:		System/Servers
Url:		http://www.squirrelmail.org/
#Source0:	http://prdownloads.sf.net/squirrelmail/%{name}-webmail-%{version}.tar.gz
Source0:	squirrelmail.tar.gz
Source1:	http://prdownloads.sf.net/squirrelmail/all_locales-1.4.18-%{locale_stamp}.tar.bz2
Source2:	squirrelmail-RPM.readme
# http://squirrelmail.org/plugin_list.php
Source3:	http://www.squirrelmail.org/plugins/address_add-2.1-1.4.0.tar.bz2
Source4:	http://www.squirrelmail.org/plugins/block_sender.2.02-1.4.0.tar.bz2
Source5:	http://www.squirrelmail.org/plugins/login_image-0.2.tar.bz2
Source6:	http://www.squirrelmail.org/plugins/secure_login-1.4-1.2.8.tar.bz2
Source7:	http://www.squirrelmail.org/plugins/compatibility-2.0.14-1.0.tar.bz2
Source8:	http://www.squirrelmail.org/plugins/change_pass-3.0-1.4.0.tar.gz
Source9:	http://www.squirrelmail.org/plugins/quota_usage-1.3.1-1.2.7.tar.bz2
# http://sourceforge.net/tracker/index.php?func=detail&aid=1255733&group_id=311&atid=300311
Source10:	http://www.squirrelmail.org/plugins/change_ldappass-2.2-1.4.0.tar.bz2
Source11:	http://www.squirrelmail.org/plugins/avelsieve-1.9.9.tar.gz
Source12:	http://www.squirrelmail.org/plugins/windows-1.6-1.4.tar.bz2
Source13:	http://www.squirrelmail.org/plugins/folder_sizes-1.5-1.4.0.tar.bz2
Source14:	http://www.squirrelmail.org/plugins/archive_mail.1.2-1.4.2.tar.bz2
Source15:	http://www.squirrelmail.org/plugins/empty_folders-2.0.1-1.2.tar.bz2
Source16:	http://www.squirrelmail.org/plugins/abook_import_export-1.1-1.4.4.tar.bz2
Source17:	http://www.squirrelmail.org/plugins/ldifimport-1.4-1.2.x.tar.bz2
Source18:	http://www.squirrelmail.org/plugins/username-2.3-1.0.0.tar.bz2
Source19:	http://www.squirrelmail.org/plugins/bookmarks-2.0.3-1.4.1.tar.bz2
Source20:	http://www.squirrelmail.org/plugins/select_range-3.7.1-1.4.4.tar.gz
Source21:	http://www.squirrelmail.org/plugins/rewrap-1.3-1.4.0.tar.bz2
Source22:	http://www.squirrelmail.org/spam_buttons-2.3-1.4.0.tar.gz
# http://sourceforge.net/projects/php-sa-mysql
Source23:	http://prdownloads.sourceforge.net/php-sa-mysql/SquirrelSAP105.tar.bz2
Source24:	http://squirrelmail.org/plugins/junkfolder-1.0.tar.bz2
Source25:	conf.pl
# javascript_libs is required/recommended by avelsieve-1.9.8
Source26:	http://email.uoa.gr/download/squirrelmail/javascript_libs/javascript_libs-0.1.2.tar.bz2
# http://code.google.com/p/yubico-squirrelmail-plugin/
Source27:	http://yubico-squirrelmail-plugin.googlecode.com/files/yubikey-0.8.1-1.4.0.tar.bz2
# branding :)
Source100:	logoMDA-CS.png
Patch0:		squirrelmail-1.4.8-get_branded.diff
Patch1:		squirrelmail-1.4.2-config.php.patch
Patch2:		squirrelmail-1.4.5-change_pass_syntax.diff
Patch5:		login_image-position.diff
Patch6:		secure_login-stayinssl.patch
Patch7:		squirrelmail-1.4.1-default_folder_prefix.patch
Patch8:		squirrelmail-select_range.diff
Patch10:	squirrelmail-1.4.6-ldappass.diff
Patch11:	squirrelmail-avelsieve.diff
Patch12:	squirrelmail-1.4.2-sqspell.patch
Patch13:	squirrelmail-1.4.2-filters.patch
Patch14:	squirrelmail-1.4.6-aspell.diff
Patch17:	squirrelmail-1.4.4-log_failed_login_attempts.diff
Patch18:	squirrelmail-broken_sql_auth_fix.diff
Patch19:	squirrelmail-1.4.19-more_mandriva_branding.diff
Requires:	apache-mod_php
Requires:	sendmail-command
Requires:	aspell
Requires:	php-imap
Requires:	php-ldap
Requires:	poppassd-ceti
Requires:	tmpwatch >= 2.8
# We use ccp to upgrade our config file when possible
Requires(post):	ccp >= 0.4.0
BuildArch:	noarch

%description
SquirrelMail is a standards-based webmail package written in PHP4. It
includes built-in pure PHP support for the IMAP and SMTP protocols, and
all pages render in pure HTML 4.0 (with no Javascript) for maximum
compatibility across browsers.  It has very few requirements and is very
easy to configure and install. SquirrelMail has all the functionality
you would want from an email client, including strong MIME support,
address books, and folder manipulation.

%package poutils
Summary:	Some development tools for SquirrelMail
Group:		System/Servers
Requires:	%{name} = %{version}

%description poutils
This package includes some development tools for squirrelmail
i18n, including the main po file and some compilation scripts.

%package cyrus
Summary:	Cyrus meta package for SquirrelMail
Group:		System/Servers
Requires:	%{name} = %{version}
Requires:	sasl-plug-login
Requires:	sasl-plug-plain
Requires:	cyrus-imapd
Requires:	cyrus-imapd-utils
Requires:	cyrus-sasl

%description cyrus
Cyrus meta package for SquirrelMail.

%package ar
Summary:	Arabic language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ar
Requires:	%{name} = %{version}

%description ar
This add-on package provides Arabic translation for
Squirrelmail.

%package bg
Summary:	Bulgarian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-bg
Requires:	%{name} = %{version}

%description bg
This add-on package provides Bulgarian translation for
Squirrelmail.

%package bn-india
Summary:	Bengali (India) language files for SquirrelMail
Group:		System/Servers
Requires:	locales-bn
Requires:	%{name} = %{version}
Obsoletes:	%{name}-bn

%description bn-india
This add-on package provides Bengali (India) translation for
Squirrelmail.

%package bn-bangladesh
Summary:	Bengali (Bangladesh) language files for SquirrelMail
Group:		System/Servers
Requires:	locales-bn
Requires:	%{name} = %{version}

%description bn-bangladesh
This add-on package provides Bengali (Bangladesh) translation for
Squirrelmail.

%package ca
Summary:	Catalan language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ca
Requires:	%{name} = %{version}

%description ca
This add-on package provides Catalan translation for
Squirrelmail.

%package cs
Summary:	Czech language files for SquirrelMail
Group:		System/Servers
Requires:	locales-cs
Requires:	%{name} = %{version}

%description cs
This add-on package provides Czech translation for
Squirrelmail.

%package cy
Summary:	Welsh language files for SquirrelMail
Group:		System/Servers
Requires:	locales-cy
Requires:	%{name} = %{version}

%description cy
This add-on package provides Welsh translation for
Squirrelmail.

%package da
Summary:	Danish language files for SquirrelMail
Group:		System/Servers
Requires:	locales-da
Requires:	%{name} = %{version}

%description da
This add-on package provides Danish translation for
Squirrelmail.

%package de
Summary:	German language files for SquirrelMail
Group:		System/Servers
Requires:	locales-de
Requires:	%{name} = %{version}

%description de
This add-on package provides German translation for
Squirrelmail.

%package el
Summary:	Greek language files for SquirrelMail
Group:		System/Servers
Requires:	locales-el
Requires:	%{name} = %{version}

%description el
This add-on package provides Greek translation for
Squirrelmail.

%package es
Summary:	Spanish language files for SquirrelMail
Group:		System/Servers
Requires:	locales-es
Requires:	%{name} = %{version}

%description es
This add-on package provides Spanish translation for
Squirrelmail.

%package et
Summary:	Estonian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-et
Requires:	%{name} = %{version}

%description et
This add-on package provides Estonian translation for
Squirrelmail.

%package eu
Summary:	Basque language files for SquirrelMail
Group:		System/Servers
Requires:	locales-eu
Requires:	%{name} = %{version}

%description eu
This add-on package provides Basque translation for
Squirrelmail.

%package fa
Summary:	Farsi language files for SquirrelMail
Group:		System/Servers
Requires:	locales-fa
Requires:	%{name} = %{version}

%description fa
This add-on package provides Farsi translation for
Squirrelmail.

%package fi
Summary:	Finnish language files for SquirrelMail
Group:		System/Servers
Requires:	locales-fi
Requires:	%{name} = %{version}

%description fi
This add-on package provides Finnish translation for
Squirrelmail.

%package fo
Summary:	Faroese language files for SquirrelMail
Group:		System/Servers
Requires:	locales-fo
Requires:	%{name} = %{version}

%description fo
This add-on package provides Faroese translation for
Squirrelmail.

%package fr
Summary:	French language files for SquirrelMail
Group:		System/Servers
Requires:	locales-fr
Requires:	%{name} = %{version}

%description fr
This add-on package provides French translation for
Squirrelmail.

%package fy
Summary:	Frisian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-fy
Requires:	%{name} = %{version}

%description fy
This add-on package provides Frisian translation for
Squirrelmail.

%package he
Summary:	Hebrew language files for SquirrelMail
Group:		System/Servers
Requires:	locales-he
Requires:	%{name} = %{version}

%description he
This add-on package provides Hebrew translation for
Squirrelmail.

%package hr
Summary:	Croatian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-hr
Requires:	%{name} = %{version}

%description hr
This add-on package provides Croatian translation for
Squirrelmail.

%package hu
Summary:	Hungarian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-hu
Requires:	%{name} = %{version}

%description hu
This add-on package provides Hungarian translation for
Squirrelmail.

%package id
Summary:	Indonesian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-id
Requires:	%{name} = %{version}

%description id
This add-on package provides Indonesian translation for
Squirrelmail.

%package is
Summary:	Icelandic language files for SquirrelMail
Group:		System/Servers
Requires:	locales-is
Requires:	%{name} = %{version}

%description is
This add-on package provides Icelandic translation for
Squirrelmail.

%package it
Summary:	Italian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-it
Requires:	%{name} = %{version}

%description it
This add-on package provides Italian translation for
Squirrelmail.

%package ja
Summary:	Japanese language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ja
Requires:	%{name} = %{version}

%description ja
This add-on package provides Japanese translation for
Squirrelmail.

%package	ko
Summary:	Korean language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ko
Requires:	%{name} = %{version}

%description ko
This add-on package provides Korean translation for
Squirrelmail.

%package lt
Summary:	Lithuanian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-lt
Requires:	%{name} = %{version}

%description lt
This add-on package provides Lithuanian translation for
Squirrelmail.

%package ms
Summary:	Bahasa Melayu language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ms
Requires:	%{name} = %{version}

%description ms
This add-on package provides Bahasa Melayu translation for
Squirrelmail.

%package nb
Summary:	Norwegian Bokmål language files for SquirrelMail
Group:		System/Servers
Requires:	locales-nb
Requires:	%{name} = %{version}
Obsoletes:	%{name}-nb_NO

%description nb
This add-on package provides Norwegian Bokmal translation for
Squirrelmail.

%package nl
Summary:	Dutch language files for SquirrelMail
Group:		System/Servers
Requires:	locales-nl
Requires:	%{name} = %{version}

%description nl
This add-on package provides Dutch translation for
Squirrelmail.

%package nn
Summary:	Norwegian Nynorsk language files for SquirrelMail
Group:		System/Servers
Requires:	locales-nn
Requires:	%{name} = %{version}
Obsoletes:	%{name}-nn_NO

%description nn
This add-on package provides Norwegian Nynorsk translation for
Squirrelmail.

%package pl
Summary:	Polish language files for SquirrelMail
Group:		System/Servers
Requires:	locales-pl
Requires:	%{name} = %{version}

%description pl
This add-on package provides Polish translation for
Squirrelmail.

%package pt
Summary:	Portuguese and Brazilian Portuguese language files for SquirrelMail
Group:		System/Servers
Requires:	locales-pt
Requires:	%{name} = %{version}
Provides:	%{name}-pt_BR = %{version}
Obsoletes:	%{name}-pt_BR < %{EVRD}

%description pt
This add-on package provides Portuguese and Brazilian Portuguese translation
for Squirrelmail.

%package ro
Summary:	Romanian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ro
Requires:	%{name} = %{version}

%description ro
This add-on package provides Romanian translation for
Squirrelmail.

%package ru
Summary:	Russian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ru
Requires:	%{name} = %{version}

%description ru
This add-on package provides Russian translation for
Squirrelmail.

%package sk
Summary:	Slovak language files for SquirrelMail
Group:		System/Servers
Requires:	locales-sk
Requires:	%{name} = %{version}

%description sk
This add-on package provides Slovak translation for
Squirrelmail.

%package sl
Summary:	Slovenian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-sl
Requires:	%{name} = %{version}

%description sl
This add-on package provides Slovenian translation for
Squirrelmail.

%package sr
Summary:	Serbian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-sr
Requires:	%{name} = %{version}

%description sr
This add-on package provides Serbian translation for
Squirrelmail.

%package sv
Summary:	Swedish language files for SquirrelMail
Group:		System/Servers
Requires:	locales-sv
Requires:	%{name} = %{version}

%description sv
This add-on package provides Swedish translation for
Squirrelmail.

%package th
Summary:	Thai language files for SquirrelMail
Group:		System/Servers
Requires:	locales-th
Requires:	%{name} = %{version}

%description th
This add-on package provides Thai translation for
Squirrelmail.

%package tr
Summary:	Turkish language files for SquirrelMail
Group:		System/Servers
Requires:	locales-tr
Requires:	%{name} = %{version}

%description tr
This add-on package provides Turkish translation for
Squirrelmail.

%package ug
Summary:	Uighur language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ug
Requires:	%{name} = %{version}

%description ug
This add-on package provides Uighur translation for
Squirrelmail.

%package uk
Summary:	Ukrainian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-uk
Requires:	%{name} = %{version}

%description uk
This add-on package provides Ukrainian translation for
Squirrelmail.

%package vi
Summary:	Vietnamese language files for SquirrelMail
Group:		System/Servers
Requires:	locales-vi
Requires:	%{name} = %{version}

%description vi
This add-on package provides Vietnamese translation for
Squirrelmail.

%package zh_CN
Summary:	Chinese Simplified language files for SquirrelMail
Group:		System/Servers
Requires:	locales-zh
Requires:	%{name} = %{version}

%description zh_CN
This add-on package provides Chinese Simplified translation for
Squirrelmail.

%package zh_TW
Summary:	Chinese Traditional language files for SquirrelMail
Group:		System/Servers
Requires:	locales-zh
Requires:	%{name} = %{version}

%description zh_TW
This add-on package provides Chinese Traditional translation for
Squirrelmail.

%package ka
Summary:	Georgian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ka
Requires:	%{name} = %{version}

%description ka
This add-on package provides Georgian translation for
Squirrelmail.

%package km
Summary:	Khmer language files for SquirrelMail
Group:		System/Servers
Requires:	locales-km
Requires:	%{name} = %{version}

%description km
This add-on package provides Khmer translation for
Squirrelmail.

%package lv
Summary:	Latvian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-lv
Requires:	%{name} = %{version}

%description lv
This add-on package provides Latvian translation for
Squirrelmail.

%package mk
Summary:	Macedonian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-mk
Requires:	%{name} = %{version}

%description mk
This add-on package provides Macedonian translation for
Squirrelmail.

%package ta
Summary:	Tamil language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ta
Requires:	%{name} = %{version}

%description ta
This add-on package provides Tamil translation for
Squirrelmail.

%prep

#setup -q -n %{name}-webmail-%{version} -a1
%setup -q -n squirrelmail -a1

for i in `find . -type d -name .svn`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p0
%patch7 -p1
%patch8 -p1
%patch12 -p1
%patch14 -p0
%patch17 -p0
%patch18 -p0

rm -f plugins/make_archive.pl

# branding :)
install -m0644 %{SOURCE100} images/mandriva.png
%patch19 -p0

# hard code the path to the core config files

find . -type f|xargs perl -pi -e "s|SM_PATH \. \'config/config\.php\'|\'%{etcdir}/config\.php\'|g; \
    s|SM_PATH \. \"config/config\.php\"|\'%{etcdir}/config\.php\'|g; \
    s|\'config/config\.php\'|\'%{etcdir}/config\.php\'|g; \
    s|\.\./config/config\.php|%{etcdir}/config\.php|g; \
    s|SM_PATH \. \'config/config_default\.php\'|\'%{etcdir}/config_default\.php\'|g; \
    s|SM_PATH \. \'config/config_local\.php\'|\'%{etcdir}/config_local\.php\'|g"

perl -pi -e "s|config/config\.php|%{etcdir}/config\.php|g; \
    s|\"config\.php\"|\"%{etcdir}/config\.php\"|g; \
    s|\"config_default\.php\"|\"%{etcdir}/config_default\.php\"|g; \
    s|\"config_local\.php\"|\"%{etcdir}/config_local\.php\"|g; \
    s|\.\./plugins|%{basedir}/plugins|g; \
    s|\.\./themes|%{basedir}/themes|g; \
    s|\>config\.php|\>%{etcdir}/config\.php|g" config/conf.pl

# hard code the path to the plugins config files

perl -pi -e "s|SM_PATH \. \'config/admins\'|\'%{pluginetc}/administrator-admins\'|g" plugins/administrator/*.php
perl -pi -e "s|SM_PATH \. \\\$SQSPELL_DIR \. \'sqspell_config\.php\'|\'%{pluginetc}/sqspell_config\.php\'|g" plugins/squirrelspell/*.php


if [ -d plugins/address_add ]; then
    echo "address_add plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE3}
	# Do not use chmod -R 644, otherwise you can't chdir to the
	# directory anymore
	chmod 644 address_add/*.php address_add/classes/*.php address_add/README
    popd
fi

if [ -d plugins/block_sender ]; then
    echo "block_sender plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE4}
	chmod 755 block_sender
	find block_sender -type f -print | xargs chmod 644
	perl -pi -e 's|data_dir \. \$username|data_dir ."/". \$username|;' block_sender/*.php
    popd
fi

if [ -d plugins/login_image ]; then
    echo "login_image plugin already present"
    sleep 360
else
    pushd plugins; tar -jxf %{SOURCE5}; chmod 0644 login_image/*.php; popd
fi
%patch5 -p0


if [ -d plugins/secure_login ]; then
    echo "secure_login plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE6}
    popd
fi
pushd plugins/secure_login
    cp -f config.sample.php config.php
popd
%patch6 -p0
perl -pi -e "s|SM_PATH \. \'plugins/secure_login/config\.php\'|\'%{pluginetc}/secure_login_config\.php\'|g" plugins/secure_login/*.php
perl -pi -e "s|\'\.\./plugins/secure_login/config\.php\'|\'%{pluginetc}/secure_login_config\.php\'|g" plugins/secure_login/*.php

if [ -d plugins/compatibility ]; then
    echo "compatibility plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE7}
    popd
    cat plugins/compatibility/patches/compatibility_patch-1.4.11.diff | patch -p2
    rm -rf plugins/compatibility/patches plugins/compatibility/patches.old
    rm -f plugins/compatibility/COPYING plugins/compatibility/make_release.sh plugins/compatibility/getpot
fi

if [ -d plugins/change_pass ]; then
    echo "change_pass plugin already present"
    sleep 360
else
    pushd plugins
	tar -zxf %{SOURCE8}
	pushd change_pass
%patch2 -p0
	    perl -pi -e "s|SM_PATH \. \'plugins/change_pass/config.php\'|\'%{pluginetc}/change_pass_settings.php\'|g" *.php
	popd
    popd
fi

if [ -d plugins/quota_usage ]; then
    echo "quota_usage plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE9}
	cp -f quota_usage/config.php.sample quota_usage/config.php
	rm -f quota_usage/screen.jpg quota_usage/getpot
    popd
perl -pi -e "s|SM_PATH \. \'plugins/quota_usage/config.php\'|\'%{pluginetc}/quota_usage_config.php\'|g" plugins/quota_usage/*.php
fi

if [ -d plugins/change_ldappass ]; then
    echo "change_ldappass plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE10}
    popd
    pushd plugins/change_ldappass
%patch10 -p0
	cp -f config_sample.php config.php
	perl -pi -e "s|SM_PATH \. \'config/config\.php\'|\'%{etcdir}/config\.php\'|g; \
	    s|\"\.\./plugins/change_ldappass/config\.php\"|\'%{pluginetc}/change_ldappass_config\.php\'|g" *.php
    popd
fi

if [ -d plugins/avelsieve ]; then
    echo "avelsieve plugin already present"
    sleep 360
else
    pushd plugins
	tar -zxf %{SOURCE11}
    popd
fi
pushd plugins/avelsieve
%patch11 -p0
    cp -f config/config_sample.php config/config.php
    rm -rf po
    perl -pi -e "s|^include \"config\.php\"\;|include \'%{pluginetc}/avelsieve_config\.php\'\;|g; \
	s|SM_PATH \. \'plugins/avelsieve/config/rule|\'%{pluginetc}/avelsieve_rules|g; \
	s|SM_PATH \. \'plugins/avelsieve/config/config\.php\'|\'%{pluginetc}/avelsieve_config\.php\'|g; \
	s|SM_PATH \. \'plugins/junkfolder/config\.php\'|\'%{pluginetc}/junkfolder_config\.php\'|g" *.php include/*.php config/*.php
popd

if [ -d plugins/windows ]; then
    echo "windows plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE12}
    popd
fi
pushd plugins/windows
    rm -f *.diff
popd

if [ -d plugins/folder_sizes ]; then
    echo "folder_sizes plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE13}
    popd
perl -pi -e "s|SM_PATH \. \"/plugins/folder_sizes/folder_sizes_config\.php\"|\'%{pluginetc}/folder_sizes_config\.php\'|g" plugins/folder_sizes/*.php
fi

if [ -d plugins/archive_mail ]; then
    echo "archive_mail plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE14}
    popd
fi

if [ -d plugins/empty_folders ]; then
    echo "empty_folders plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE15}
    popd
fi

pushd plugins/empty_folders
    cp -f config_example.php config.php
    rm -f empty_folder.php.old getpot make_release.sh
    rm -rf patches
    perl -pi -e "s|\'config\.php\'|\'%{pluginetc}/empty_folders_config\.php\'|g" *.php
popd

if [ -d plugins/abook_import_export ]; then
    echo "abook_import_export plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE16}
    popd
perl -pi -e "s|SM_PATH \. \'plugins/abook_import_export/config_default\.php\'|\'%{pluginetc}/abook_import_export_config\.php\'|g" plugins/abook_import_export/*.php
fi

if [ -d plugins/ldifimport ]; then
    echo "ldifimport plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE17}
    popd
perl -pi -e "s|\'config.php\'|\'%{pluginetc}/ldifimport_config\.php\'|g" plugins/ldifimport/*php
fi

if [ -d plugins/username ]; then
    echo "username plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE18}
    popd
fi

pushd plugins/username
    cp -f config.php.sample config.php
    perl -pi -e "s|SM_PATH \. \'plugins/username/config\.php\'|\'%{pluginetc}/username_config\.php\'|g; \
	s|\.\./plugins/username/config\.php|%{pluginetc}/username_config\.php|g" *.php
popd

if [ -d plugins/bookmarks ]; then
    echo "bookmarks plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE19}
    popd
fi

pushd plugins/bookmarks
    cp -f bookmarks_data_text.php bookmarks_data.php
    chmod 644 *
popd

if [ -d plugins/select_range ]; then
    echo "select_range plugin already present"
    sleep 360
else
    pushd plugins
        tar -zxf %{SOURCE20}
    popd
fi

pushd plugins/select_range
    cp -p config_example.php config.php
    rm -rf patch
    perl -pi -e "s|SM_PATH \. \'plugins/select_range/config\.php\'|\'%{pluginetc}/select_range_config\.php\'|g" *.php
popd

if [ -d plugins/rewrap ]; then
    echo "rewrap plugin already present"
    sleep 360
else
    pushd plugins
        tar -jxf %{SOURCE21}
    popd
fi

pushd plugins/rewrap
    rm -f getpot make_release.sh rewrap.pot
popd

if [ -d plugins/spam_buttons ]; then
    echo "spam_buttons plugin already present"
    sleep 360
else
    pushd plugins
	tar -zxf %{SOURCE22}
    popd
fi

pushd plugins/spam_buttons
    cp -p config_example.php config.php
    rm -f getpot
    perl -pi -e "s|\'\.\.\/\.\.\/config\/config_spam_buttons\.php\'|\'%{pluginetc}/spam_buttons_config\.php\'|g" functions.php
popd

if [ -d plugins/spamassassin ]; then
    echo "spamassassin plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxvf %{SOURCE23}
	mv SquirrelSAP*/spamassassin .
	mv SquirrelSAP*/ReadMe_SquirrelSAP spamassassin/
	perl -pi -e "s|\r|\n|g" spamassassin/config.php
	perl -pi -e "s|\r|\n|g" spamassassin/options.php
	perl -pi -e "s|\r|\n|g" spamassassin/spamassassin.php
	rm -rf SquirrelSAP*
    popd
perl -pi -e "s|SM_PATH \. \'plugins/spamassassin/config\.php\'|\'%{pluginetc}/spamassassin_config\.php\'|g" plugins/spamassassin/*.php
perl -pi -e "s|define\(\'SM_PATH\', \'\.\./\.\./\'\)\;||g" plugins/spamassassin/setup.php

fi

if [ -d plugins/junkfolder ]; then
    echo "junkfolder plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE24}
    popd
fi

pushd plugins/junkfolder
    rm -f po/xgetpo
    perl -pi -e "s|SM_PATH \. \'plugins/junkfolder/config\.php\'|\'%{pluginetc}/junkfolder_config\.php\'|g" config.php
popd

# Don't enable SPAM RBL by default
pushd plugins/filters
%patch13 -p0
popd

# javascript_libs is required/recommended by avelsieve-1.9.8
if [ -d plugins/javascript_libs ]; then
    echo "javascript_libs plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE26}
    popd
fi

pushd plugins/javascript_libs
    perl -pi -e "s|SM_PATH \. \'plugins/javascript_libs/config\.php\'|\'%{pluginetc}/javascript_libs_config\.php\'|g" *.php
    perl -pi -e "s|^#\!/usr/bin/php5|#\!/usr/bin/php|g" minify_offline.php
popd

if [ -d plugins/yubikey ]; then
    echo "yubikey plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE27}
    popd
fi

pushd plugins/yubikey
    rm -f getpot yubikey.pot
    perl -pi -e "s|SM_PATH \. \'config/config_yubikey\.php\'|\'%{pluginetc}/yubikey_glogal_config\.php\'|g" *.php
    perl -pi -e "s|SM_PATH \. \'plugins/yubikey/config\.php\'|\'%{pluginetc}/yubikey_config\.php\'|g" *.php
popd

# Rearrange the documentation
mv README doc/
mv themes/README.themes doc/

for f in `find plugins -name "README*" -or -name INSTALL -or -name CHANGES \
    -or -name HISTORY -or -name CHANGELOG -or -name ChangeLog -or -name FAQ`; do
    mkdir -p doc/`dirname $f`
    mv $f $_
done

# cleanup
for f in `find plugins -name COPYING -or -name LICENSE`; do
    rm -f $f
done

#mv doc/plugins/squirrelspell/doc/README doc/plugins/squirrelspell
#rmdir doc/plugins/squirrelspell/doc
mv plugins/squirrelspell/doc/* doc/plugins/squirrelspell
rm -f doc/plugins/squirrelspell/index.php
rmdir plugins/squirrelspell/doc
mv doc/index.html doc/index2.html

cat << EOF > doc/index.html
Your squirrelmail package is installed in <a href=/squirrelmail/>%{basedir}</a>, and is aliased to <a href=/webmail>/webmail</a>.
<p>
<a href=index2.html>Read documentation</a>
EOF

# Fixup various files
echo "left_refresh=300" >> data/default_pref
%patch1 -p0 -b .oldconf
for f in contrib/RPM/squirrelmail.cron contrib/RPM/config.php.redhat; do
    perl -pi -e "s|__ATTDIR__|%{attdir}|g;s|__PREFSDIR__|%{prefsdir}|g;" $f
done

pushd plugins/mail_fetch
    cp -f config_example.php mail_fetch_config.php
    perl -pi -e "s|SM_PATH \. \'plugins/mail_fetch/config\.php\'|\'%{pluginetc}/mail_fetch_config\.php\'|g" *.php
popd

cp %{SOURCE2} doc/RPM.readme

%install
export DONT_RELINK=1

install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/httpd/conf.d
install -d %{buildroot}%{etcdir}
install -d %{buildroot}%{prefsdir}
install -d %{buildroot}%{attdir}
install -d %{buildroot}%{basedir}
install -d %{buildroot}%{crondir}
install -d %{buildroot}%{_sbindir}/

# install default_pref
install -m 0644 data/default_pref %{buildroot}%{prefsdir}

# install the config files
install -m0644 config/config*.php %{buildroot}%{etcdir}/
install -m0644 contrib/RPM/config.php.redhat %{buildroot}%{etcdir}/config.php
install -m0750 config/conf.pl %{buildroot}%{_sbindir}/squirrelmail-conf

# install index.php
install -m0644 index.php %{buildroot}%{basedir}/

# install classes
install -d -m0755 %{buildroot}%{basedir}/class
cp -pr class %{buildroot}%{basedir}

# install include
install -d -m0755 %{buildroot}%{basedir}/include
cp -pr include %{buildroot}%{basedir}

# install functions
install -d -m0755 %{buildroot}%{basedir}/functions/decode
install -d -m0755 %{buildroot}%{basedir}/functions/encode
install -m 0644 functions/*.php %{buildroot}%{basedir}/functions/
install -m 0644 functions/decode/*.php %{buildroot}%{basedir}/functions/decode
install -m 0644 functions/encode/*.php %{buildroot}%{basedir}/functions/encode

# install src
install -d -m0755 %{buildroot}%{basedir}/src
install -m 0644 src/* %{buildroot}%{basedir}/src/

# install themes
install -d -m0755 %{buildroot}%{basedir}/themes
install -m 0644 themes/*.php %{buildroot}%{basedir}/themes/
install -d -m0755 %{buildroot}%{basedir}/themes/css
install -m 0644 themes/css/*.css %{buildroot}%{basedir}/themes/css/

# install images
install -d -m0755 %{buildroot}%{basedir}/images
install -m 0644 images/* %{buildroot}%{basedir}/images/

# install the plugins
cp -rp plugins %{buildroot}%{basedir}

# install the locales.
cp -rp locale %{buildroot}%{basedir}

# install help files
cp -rp help %{buildroot}%{basedir}

# po will go into the poutils package, so just copy it
cp -rp po %{buildroot}%{basedir}

# install the cron script
install -m 0755 contrib/RPM/squirrelmail.cron %{buildroot}/%{crondir}

install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# squirrelmail.conf

Alias /%{name} %{basedir}

<Directory %{basedir}>
    Require local granted
    ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"

    php_admin_value session.bug_compat_42 0
    # Otherwise can't send mails
    php_admin_value safe_mode 0
    # Misc
    php_flag register_globals	off
    # Other increased PHP parameters
    php_admin_value memory_limit    64M
    php_admin_value post_max_size   17M
    php_admin_value upload_max_filesize 16M
    php_admin_value max_execution_time 120
</Directory>
EOF


# Move plugin config files
mkdir -p %{buildroot}%{pluginetc}
mv %{buildroot}%{basedir}/plugins/avelsieve/config/config.php %{buildroot}%{pluginetc}/avelsieve_config.php

# fix rules
install -d %{buildroot}%{pluginetc}/avelsieve_rules
mv %{buildroot}%{basedir}/plugins/avelsieve/config/rule.*.default.php %{buildroot}%{pluginetc}/avelsieve_rules/

mv %{buildroot}%{basedir}/plugins/change_ldappass/config.php %{buildroot}%{pluginetc}/change_ldappass_config.php
mv %{buildroot}%{basedir}/plugins/change_pass/config_example.php %{buildroot}%{pluginetc}/change_pass_config.php
mv %{buildroot}%{basedir}/plugins/empty_folders/config.php %{buildroot}%{pluginetc}/empty_folders_config.php
#mv %{buildroot}%{basedir}/plugins/folder_sizes/folder_sizes_config.php %{buildroot}%{pluginetc}/folder_sizes_config.php
mv %{buildroot}%{basedir}/plugins/ldifimport/config.php %{buildroot}%{pluginetc}/ldifimport_config.php
mv %{buildroot}%{basedir}/plugins/quota_usage/config.php %{buildroot}%{pluginetc}/quota_usage_config.php
mv %{buildroot}%{basedir}/plugins/secure_login/config.php %{buildroot}%{pluginetc}/secure_login_config.php
mv %{buildroot}%{basedir}/plugins/squirrelspell/sqspell_config.php %{buildroot}%{pluginetc}/sqspell_config.php
mv %{buildroot}%{basedir}/plugins/username/config.php %{buildroot}%{pluginetc}/username_config.php
mv %{buildroot}%{basedir}/plugins/select_range/config.php %{buildroot}%{pluginetc}/select_range_config.php
mv %{buildroot}%{basedir}/plugins/spam_buttons/config.php %{buildroot}%{pluginetc}/spam_buttons_config.php
mv %{buildroot}%{basedir}/plugins/spamassassin/config.php %{buildroot}%{pluginetc}/spamassassin_config.php
mv %{buildroot}%{basedir}/plugins/junkfolder/config.php %{buildroot}%{pluginetc}/junkfolder_config.php
mv %{buildroot}%{basedir}/plugins/abook_import_export/config_default.php %{buildroot}%{pluginetc}/abook_import_export_config.php
mv %{buildroot}%{basedir}/plugins/javascript_libs/config.php %{buildroot}%{pluginetc}/javascript_libs_config.php
mv %{buildroot}%{basedir}/plugins/yubikey/config_example.php %{buildroot}%{pluginetc}/yubikey_config.php
cp %{buildroot}%{pluginetc}/yubikey_config.php %{buildroot}%{pluginetc}/yubikey_glogal_config.php
mv %{buildroot}%{basedir}/plugins/mail_fetch/mail_fetch_config.php %{buildroot}%{pluginetc}/mail_fetch_config.php

# wrong locale name, would never be used, and it is duplicated with a
# correct name (just "pl")
rm -rf %{buildroot}%{basedir}/plugins/change_ldappass/locale/PL_pl

# make some po file lists
find %{buildroot} -type f -name "*.po" | sed -e 's|^%{buildroot}|%%exclude |' > exclude_pofiles.list
find %{buildroot} -type f -name "*.po" | sed -e 's|^%{buildroot}||' > pofiles.list
find %{buildroot} -type f -name "*.mo" | sed -e 's|^%{buildroot}||' > mofiles.list

ls -1d locale/*/|sed -e 's/locale\///'|sed -e 's/\///'> LOCALES

# add some extra locales here
cat >> LOCALES << EOF
th_TH
uk_UA
vi_VN
EOF

for i in `cat LOCALES`; do
    grep "/${i}/" mofiles.list > ${i}.list
    if [ -d help/${i} ]; then echo "%{basedir}/help/${i}" >> ${i}.list; fi
    if [ -f images/sec_remove_${i}.png ]; then echo "%{basedir}/images/sec_remove_${i}.png" >> ${i}.list; fi
    if [ -f locale/${i}/setup.php ]; then echo "%{basedir}/locale/${i}/setup.php" >> ${i}.list; fi
done

#  merge the pt and pt_BR packages as locales-pt includes locales-pt_BR but does not provide
cat pt_BR.list >> pt_PT.list

# nuke unwanted files
rm -rf contrib/RPM
find %{buildroot} -name "\.htaccess" | xargs rm -f

# http://qa.mandriva.com/show_bug.cgi?id=27401
install -d %{buildroot}%{basedir}/conf
install -m0750 %{SOURCE25} %{buildroot}%{basedir}/conf/conf.pl

# https://qa.mandriva.com/show_bug.cgi?id=51006
mv doc/ReleaseNotes doc/ReleaseNotes.txt

# cleanup
rm -f %{buildroot}%{basedir}/plugins/address_add/locale/he_HE/LC_MESSAGES/address_add.mo
rm -f %{buildroot}%{basedir}/plugins/address_add/locale/compileall.pl
rm -f %{buildroot}%{basedir}/plugins/address_add/locale/index.php
rm -f %{buildroot}%{basedir}/plugins/address_add/locale/no_NO/LC_MESSAGES/address_add.mo
rm -f %{buildroot}%{basedir}/plugins/change_ldappass/locale/no_NO/LC_MESSAGES/change_ldappass.mo

%post
# Put correct hostname in config. We do this every time, since we change the
# .rpmnew as well. This is safe even if someone already modified the config,
# because the script will not find __HOSTNAME__ in the file and will do
# nothing.
for f in %{etcdir}/config.php %{etcdir}/config.php.rpmnew \
    %{pluginetc}/avelsieve_config.php %{basedir}/plugins/avelsieve/addrule_html.php; do
    perl -pi -e "s|__HOSTNAME__|$HOSTNAME|g" $f 2>/dev/null
done

# Upgrade the configuration file using ccp if needed
# --ifexists makes sure it doesn't do anything (or whine/return nonzero)
# --ignoreopt config_version makes sure the config_version in config.php.rpmnew is kept
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{etcdir}/config.php --newfile %{etcdir}/config.php.rpmnew

# try to fix the plugins config too
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/avelsieve_config.php --newfile %{pluginetc}/avelsieve_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/change_ldappass_config.php --newfile %{pluginetc}/change_ldappass_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/change_pass_config.php --newfile %{pluginetc}/change_pass_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/empty_folders_config.php --newfile %{pluginetc}/empty_folders_config.php.rpmnew
#ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/folder_sizes_config.php --newfile %{pluginetc}/folder_sizes_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/ldifimport_config.php --newfile %{pluginetc}/ldifimport_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/quota_usage_config.php --newfile %{pluginetc}/quota_usage_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/secure_login_config.php --newfile %{pluginetc}/secure_login_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/select_range_config.php --newfile %{pluginetc}/select_range_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/spamassassin_config.php --newfile %{pluginetc}/spamassassin_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/spam_buttons_config.php --newfile %{pluginetc}/spam_buttons_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/sqspell_config.php --newfile %{pluginetc}/sqspell_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/username_config.php --newfile %{pluginetc}/username_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/junkfolder_config.php --newfile %{pluginetc}/junkfolder_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/abook_import_export_config.php --newfile %{pluginetc}/abook_import_export_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/javascript_libs_config.php --newfile %{pluginetc}/javascript_libs_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/yubikey_config.php --newfile %{pluginetc}/yubikey_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/yubikey_glogal_config.php --newfile %{pluginetc}/yubikey_glogal_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/mail_fetch_config.php --newfile %{pluginetc}/mail_fetch_config.php.rpmnew


%files -f exclude_pofiles.list
%doc doc/* contrib
%config(noreplace) %{_webappconfdir}/%{name}.conf
%dir %{etcdir}
%attr(0644,root,root) %config(noreplace) %{etcdir}/config.php
%attr(0644,root,root) %config(noreplace) %{etcdir}/config_default.php
%attr(0644,root,root) %config(noreplace) %{etcdir}/config_local.php
%dir %{pluginetc}
%attr(0644,root,root) %config(noreplace) %{pluginetc}/avelsieve_config.php
%attr(0755,root,apache) %dir %{pluginetc}/avelsieve_rules
%attr(0644,root,root) %config(noreplace) %{pluginetc}/avelsieve_rules/rule.*.default.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/change_ldappass_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/change_pass_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/empty_folders_config.php
#%attr(0644,root,root) %config(noreplace) %{pluginetc}/folder_sizes_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/ldifimport_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/quota_usage_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/secure_login_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/select_range_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/spamassassin_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/spam_buttons_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/sqspell_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/username_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/junkfolder_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/abook_import_export_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/javascript_libs_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/yubikey_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/yubikey_glogal_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/mail_fetch_config.php
%dir %{basedir}
%dir %{varlibdir}
%dir %{varspooldir}
%dir %{basedir}/conf
%dir %{basedir}/help
%dir %{basedir}/images
%dir %{basedir}/locale
%dir %{basedir}/plugins
%{basedir}/class
%{basedir}/functions
%{basedir}/help/en_US
%{basedir}/help/index.php
%{basedir}/locale/timezones.cfg
%{basedir}/locale/index.php
%{basedir}/locale/README.locales
%{basedir}/images/blank.png
%{basedir}/images/delitem.png
%{basedir}/images/down_pointer.png
%{basedir}/images/draft.png
%{basedir}/images/folder.png
%{basedir}/images/inbox.png
%{basedir}/images/index.php
%{basedir}/images/minus.png
%{basedir}/images/plus.png
%{basedir}/images/sec_remove_eng.png
%{basedir}/images/senti.png
%{basedir}/images/sm_logo.png
%{basedir}/images/sort_none.png
%{basedir}/images/up_pointer.png
%{basedir}/images/mandriva.png
%{basedir}/include
%exclude %{basedir}/plugins/address_add/locale
%exclude %{basedir}/plugins/avelsieve/locale
%exclude %{basedir}/plugins/change_ldappass/locale
%exclude %{basedir}/plugins/junkfolder/locale/el_GR/LC_MESSAGES/junkfolder.mo
%exclude %{basedir}/plugins/quota_usage/locale/it_IT/LC_MESSAGES/quota_usage.mo
%{basedir}/plugins/index.php
# bundled plugins
%{basedir}/plugins/administrator
%{basedir}/plugins/bug_report
%{basedir}/plugins/calendar
%{basedir}/plugins/delete_move_next
%{basedir}/plugins/demo
%{basedir}/plugins/filters
%{basedir}/plugins/fortune
%{basedir}/plugins/info
%{basedir}/plugins/listcommands
%{basedir}/plugins/mail_fetch
%{basedir}/plugins/message_details
%{basedir}/plugins/newmail
%{basedir}/plugins/sent_subfolders
%{basedir}/plugins/spamcop
%{basedir}/plugins/squirrelspell
%{basedir}/plugins/test
%{basedir}/plugins/translate
# added plugins
%{basedir}/plugins/abook_import_export
%{basedir}/plugins/address_add
%{basedir}/plugins/archive_mail
%{basedir}/plugins/avelsieve
%{basedir}/plugins/block_sender
%{basedir}/plugins/bookmarks
%{basedir}/plugins/change_ldappass
%{basedir}/plugins/change_pass
%{basedir}/plugins/compatibility
%{basedir}/plugins/empty_folders
%{basedir}/plugins/folder_sizes
%{basedir}/plugins/ldifimport
%{basedir}/plugins/login_image
%{basedir}/plugins/quota_usage
%{basedir}/plugins/rewrap
%{basedir}/plugins/secure_login
%{basedir}/plugins/select_range
%{basedir}/plugins/spamassassin
%{basedir}/plugins/spam_buttons
%{basedir}/plugins/username
%{basedir}/plugins/windows
%{basedir}/plugins/junkfolder
%{basedir}/plugins/javascript_libs
%{basedir}/plugins/yubikey
%{basedir}/src
%{basedir}/themes
%{basedir}/index.php
%attr(0750,root,root) %{_sbindir}/squirrelmail-conf
%attr(0750,root,root) %{basedir}/conf/conf.pl
%attr(0770,root,apache) %dir %{prefsdir}
%attr(0730,root,apache) %dir %{attdir}
%{prefsdir}/default_pref
%{crondir}/squirrelmail.cron

%files poutils -f pofiles.list
%{basedir}/po

%files cyrus

%files ar -f ar.list

%files bg -f bg_BG.list

%files bn-india -f bn_IN.list

%files bn-bangladesh -f bn_BD.list

%files ca -f ca_ES.list

%files cs -f cs_CZ.list

%files cy -f cy_GB.list

%files da -f da_DK.list

%files de -f de_DE.list

%files el -f el_GR.list

%files es -f es_ES.list

%files et -f et_EE.list

%files eu -f eu_ES.list

%files fa -f fa_IR.list

%files fi -f fi_FI.list

%files fo -f fo_FO.list

%files fr -f fr_FR.list

%files fy -f fy.list

%files he -f he_IL.list

%files hr -f hr_HR.list

%files hu -f hu_HU.list

%files id -f id_ID.list

%files is -f is_IS.list

%files it -f it_IT.list

%files ja -f ja_JP.list

%files ko -f ko_KR.list

%files lt -f lt_LT.list

%files ms -f ms_MY.list

# "no" is a deprecated language code for "nb"
%files nb -f nb_NO.list

%files nl -f nl_NL.list

%files nn -f nn_NO.list

%files pl -f pl_PL.list

%files pt -f pt_PT.list

%files ro -f ro_RO.list

%files ru -f ru_RU.list

%files sk -f sk_SK.list

%files sl -f sl_SI.list

%files sr -f sr_YU.list

%files sv -f sv_SE.list

%files th -f th_TH.list

%files tr -f tr_TR.list

%files ug -f ug.list

%files uk -f uk_UA.list

%files vi -f vi_VN.list

%files zh_CN -f zh_CN.list

%files zh_TW -f zh_TW.list

%files ka -f ka.list

%files km -f km.list

%files lv -f lv_LV.list

%files mk -f mk.list

%files ta -f ta_LK.list


%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.23-0.0.r14325.5
+ Revision: 0fb687f
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8340 |14cr|sratom-0.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Name:           sratom
Version:        0.4.4
Release:        2
Summary:        Library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax

%define lib_major       0
%define lib_name        %mklibname %{name} %{lib_major}
%define lib_name_devel  %mklibname %{name} -d

Source0:         http://download.drobilla.net/%{name}-%{version}.tar.bz2
URL:            http://drobilla.net/software/%{name}/
License:        MIT-like
Group:          System/Libraries

BuildRequires:  waf, pkgconfig
BuildRequires:  glib2-devel
BuildRequires:  serd-devel
BuildRequires:  sord-devel
BuildRequires:  pkgconfig(lv2)

%description
Lightweight C library for storing RDF data in memory.

%files
%doc COPYING README

#-----------------------------------
%package -n %{lib_name}

Summary:        Library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax
Group:          System/Libraries

%description -n %{lib_name}
Lightweight C library for storing RDF data in memory.


%files -n %{lib_name}
%{_libdir}/lib%{name}-%{lib_major}.so.*

#-----------------------------------
%package -n %{lib_name_devel}
Summary:        Headers for the sord RDF storage library
Group:          System/Libraries
Requires:       %{lib_name} = %{version}-%{release}
Requires:       pkgconfig
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{lib_name_devel}
Development files needed to build applications against %{name}.

%files -n %{lib_name_devel}
%{_libdir}/lib%{name}-%{lib_major}.so
%dir %{_includedir}/%{name}-%{lib_major}/%{name}
%{_includedir}/%{name}-%{lib_major}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}-%{lib_major}.pc

#-----------------------------------
%prep
%setup -q

%build
./waf configure --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir}
./waf

%install
rm -rf %{buildroot}

./waf install --destdir=%{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-2
+ Revision: ff122b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8341 |14cr|sreadahead-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           sreadahead
Version:        1.0
Release:        5
Summary:        Read ahead pagecontent at boot
Group:          System/Base
URL:            http://code.google.com/p/sreadahead/
License:        GPLv2
Source0:        http://sreadahead.googlecode.com/files/sreadahead-1.0.tar.gz
# (fc) 1.0-1mdv allow to change default timeout (SVN)
Patch0:		sreadahead-1.0-timeout.patch
# (fc) 1.0-1mdv enable ftrace_printk for monitoring
Patch1:		sreadahead-1.0-ftrace_printk.patch
# (fc) 1.0-1mdv ignore file from debugfs
Patch2:		sreadahead-1.0-debugfsmnt.patch
# (fc) 1.0-2mdv fix for 2.6.29 kernel
Patch3:		sreadahead-1.0-2629.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Sreadahead is a read ahead pagecontent at boot.


%prep
%setup -q
%patch0 -p1 -b .timeout
%patch1 -p1 -b .ftrace_printk
%patch2 -p1 -b .debugfsmnt
%patch3 -p1 -b .2629

%build
%make CFLAGS="$RPM_OPT_FLAGS"


%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

mkdir -p $RPM_BUILD_ROOT%{_var}/lib/sreadahead/debugfs


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README
/sbin/sreadahead
%{_var}/lib/sreadahead



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: b3da935
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8342 |14cr|srecord-1.62-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Manipulate EPROM load files
Name:		srecord
Version:	1.62
Release:	2
License:	GPLv3+ and LGPLv3+
Group:		Development/Other
Url:		http://srecord.sourceforge.net/
Source0:	http://downloads.sourceforge.net/srecord/srecord-%{version}.tar.gz
BuildRequires:	diffutils
BuildRequires:	ghostscript
BuildRequires:	ghostscript-common
BuildRequires:	groff
BuildRequires:	libtool
BuildRequires:	sharutils
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libgcrypt)

%description
The SRecord package is a collection of powerful tools for manipulating
EPROM load files.

- The SRecord package understands a number of file formats: Motorola
  S-Record, Intel, Tektronix, Binary.  These file formats may be read
  and written.  Also C array definitions, for output only.

- The SRecord package has a number of tools: srec_cat for copying and
  and converting files, srec_cmp for comparing files and srec_info for
  printing summaries.

- The SRecord package has a number for filters: checksum to add checksums
  to the data, crop to keep address ranges, exclude to remove address
  ranges, fill to plug holes in the data, length to insert the data
  length, maximum to insert the data address maximum, minimum to insert
  the data address minimum, offset to adjust addresses, and split for
  wide data buses and memory striping.

More than one filter may be applied to each input file.  Different filters
may be applied to each input file.  All filters may be applied to all
file formats.

%files
%doc LICENSE BUILDING README
%{_bindir}/*
%{_mandir}/man1/*.1*
%{_mandir}/man5/*.5*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for SRecord
Group:		System/Libraries
Conflicts:	%{name} < 1.62

%description -n %{libname}
Shared library for SRecord.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for SRecord
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 1.62
Obsoletes:	%{name}-devel < 1.62
Conflicts:	%{name} < 1.62

%description -n %{devname}
Development headers and libraries for developing applications against SRecord.

%files -n %{devname}
%{_includedir}/srecord/
%{_libdir}/libsrecord.so
%{_libdir}/pkgconfig/srecord.pc
%{_mandir}/man3/*.3*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
mkdir -p %{buildroot}%{_libdir}
%makeinstall_std

%check
# Test scripts requirements: cmp, diff, uudecode
make sure


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.62-2
+ Revision: a9a2c33
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8343 |14cr|srm-1.2.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		srm
Version: 	1.2.13
Release: 	2
License: 	MIT
URL: 		http://srm.sourceforge.net
Group: 		System/Base
Source: 	%{name}-%{version}.tar.gz

Summary:        Secure rm - destroys file contents before unlinking

%description
This is srm, a secure replacement for rm(1). Unlike the standard rm,
it overwrites the data in the target files before unlinking them. This
prevents command-line recovery of the data by examining the raw block
device. It may also help frustrate physical examination of the disk,
although it's unlikely that completely protects against this type of
recovery.

%prep
%setup
%configure
%make

%build

%install
%makeinstall

%clean
make clean

%files
%attr(-, root, root) %{_bindir}/srm
%attr(0644,root,root) %{_mandir}/man1/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.13-2
+ Revision: e2315ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8344 |14cr|srtp-1.4.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname srtp %{major}
%define develname %mklibname -d srtp

Summary:	Secure Real-time Transport Protocol (SRTP)
Name:		srtp
Version:	1.4.4
Release:	5
License:	GPL
Group:		System/Libraries
URL:		http://srtp.sourceforge.net/
Source0:	http://srtp.sourceforge.net/%{name}-%{version}.tgz
Patch0:		srtp-shared.diff
BuildRequires:	autoconf automake libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
SRTP is a security profile for RTP that adds confidentiality, message
authentication, and replay protection to that protocol. It is specified
in RFC 3711.

%package -n	%{libname}
Summary:	Secure Real-time Transport Protocol (SRTP) library
Group:          System/Libraries

%description -n	%{libname}
SRTP is a security profile for RTP that adds confidentiality, message 
authentication, and replay protection to that protocol. It is specified 
in RFC 3711.

%package -n	%{develname}
Summary:	Development files for the SRTP library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	srtp-devel = %{version}-%{release}

%description -n	%{develname}
SRTP is a security profile for RTP that adds confidentiality, message
authentication, and replay protection to that protocol. It is specified 
in RFC 3711.

This package contains the development files for the Secure Real-time Transport
Protocol (SRTP) library

%prep

%setup -q -n %{name}
%patch0 -p1

# lib64 fix
#find -name "Makefile" | xargs perl -pi -e 's|\$\(INSTALL_BASE\)/lib|\$\(INSTALL_BASE\)/%{_lib}|g'

%build
autoreconf -fi

export CFLAGS="%{optflags} -fPIC"
export CXXFLAGS="%{optflags} -fPIC"

%configure \
	--enable-pic \
	--enable-syslog \
	--enable-generic-aesicm

%make

%install
rm -rf %{buildroot}

%makeinstall

rm -f %{buildroot}%{_libdir}/*.*a

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc CHANGES README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc CHANGES README
%{_includedir}/%{name}/*
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.4-5
+ Revision: e0117b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8345 |14cr|ss5-3.8.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if "%{distribution}" == "Mandriva Linux"
        %if %mdkversion < 200900
                %define _localstatedir /var
        %endif
%endif

Summary: Socks Server 5 
Name: ss5
Version: 3.8.9
Release: 2
License: GPL 
Group: System/Servers
URL: http://sourceforge.net/projects/ss5
Source: http://prdownloads.sourceforge.net/ss5/ss5-%{version}-5.tar.gz
Patch0: ss5-make.diff
Patch1: ss5-ss5-ha-loc.diff
Patch2: ss5-init.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: openldap-devel
BuildRequires: pam-devel
BuildRequires: openssl-devel 
BuildRequires: gssglue-devel
BuildRequires: krb5-devel
BuildRequires: mysql-devel

%description
ss5 is a socks server, which supports both SOCKS4 and SOCKS5 protocols,
that runs on Linux, Solaris and FreeBSD platforms. 

%prep
%setup -n ss5-%{version}
%patch0 -p0 -b .makedir
%patch1 -p0 -b .ss5ha
%patch2 -p0 -b .lsb

%build

%configure2_5x \
	--with-epollio \
	--with-gssapi \
	--with-mysql \
	--with-logpathbase=%{_logdir}/ss5 \
	--with-configfile=%{_sysconfdir}/ss5/ss5.conf \
	--with-passwordfile=%{_sysconfdir}/ss5/ss5.passwd \
	--with-logfile=%{_logdir}/ss5/ss5.log \
	--with-profilepath=%{_sysconfdir}/ss5 \
	--with-libpath=%{_libdir} \
	--with-tracepath=%{_logdir}/ss5 \
	--with-confpathbase=%{_sysconfdir}

make -j2 CXX="g++ %optflags" 

%install 
rm -rf %{buildroot}
%makeinstall dst_dir=%{?buildroot:%{buildroot}}

find %{?buildroot:%{buildroot}}/%_mandir -name "*.bz2" -exec rm {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%post
%_post_service ss5

%preun
%_preun_service squid

if [ $1 = 0 ]; then
#        /sbin/service ss5 stop > /dev/null 2>&1
        /sbin/chkconfig --del ss5
fi

%files
%defattr(755,root,root)
%{_sbindir}/ss5
%{_sbindir}/ss5srv
%{_initrddir}/ss5
%{_libdir}/ss5/

%defattr(644,root,root)
%dir %{_docdir}/ss5
%{_docdir}/ss5/License
%{_docdir}/ss5/README.pam
%dir %{_docdir}/ss5/examples
%{_docdir}/ss5/examples/ss5.pam
%{_docdir}/ss5/README.ldap
%{_docdir}/ss5/examples/slapd.conf
%{_docdir}/ss5/examples/entries.ldif
%{_docdir}/ss5/README.statmgr
%{_docdir}/ss5/README.balamgr

%{_mandir}/man1/ss5.1.*
%{_mandir}/man1/ss5srv.1.*
%{_mandir}/man5/ss5.passwd.5.*
%{_mandir}/man5/ss5.ha.5.*
%{_mandir}/man5/ss5.conf.5.*
%{_mandir}/man5/ss5.pam.5.*
%{_mandir}/man5/ss5_gss.5.*
%{_mandir}/man5/ss5_supa.5.*

%defattr(755,root,root)
%{_localstatedir}/log/ss5

%defattr(644,root,root)
%dir %{_sysconfdir}/ss5
%config(noreplace) %{_sysconfdir}/ss5/ss5.conf
%config(noreplace) %{_sysconfdir}/ss5/ss5.passwd
%config(noreplace) %{_sysconfdir}/ss5/ss5.ha
%config(noreplace) %{_sysconfdir}/pam.d/ss5
%config(noreplace) %{_sysconfdir}/sysconfig/ss5




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.8.9-2
+ Revision: 967d692
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8346 |14cr|sshdfilter-1.5.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with logwatch

Summary:	SSH brute force attack blocker
Name:		sshdfilter
Version:	1.5.6
Release:	3
License:	GPLv2+
Group:		Monitoring
Url:		http://www.csc.liv.ac.uk/~greg/sshdfilter/
Source0:	http://www.csc.liv.ac.uk/~greg/sshdfilter-%{version}.tar.gz
Patch0:		sshdfilter-1.5.6-pod.patch
Requires(post,postun):	iptables
Requires(post,postun):	openssh-server
BuildArch:	noarch

%description
sshdfilter blocks the frequent brute force attacks on ssh daemons, it
does this by directly reading the sshd logging output and generating
iptables rules, the process can be quick enough to block an attack
before they get a chance to enter any password at all.

sshdfilter starts sshd itself, having started sshd with the -e and -D
options. This means it can see events as they happen. sshdfilter then
looks for lines of the form:

Did not receive identification string from x.x.x.x
Illegal user x from x.x.x.x
Failed password for illegal user x from x.x.x.x port x ssh2
Failed password for x from x.x.x.x port x ssh2

The former three instantly trigger sshdfilter into creating iptables
rules which block all ssh access from that IP. The latter failure is
given a few chances before it too is blocked. These are in fact example
rules, the exact wording varies between Linux distributions, so
sshdfilter exists as a base program and groups of patterns for each
distribution.

All new rules are inserted into a custom chain, and to prevent the chain
from becoming overloaded with old rules, rules over a week old are
deleted.

%files
%defattr(0644,root,root,0755)
%doc INSTALL todo
%attr(0755,root,root) %{_sbindir}/sshdfilter
%{_mandir}/man1/sshdfilter.1*
%{_mandir}/man5/sshdfilterrc.5*
%config(noreplace) %{_sysconfdir}/sshdfilterrc
%config(noreplace) %{_sysconfdir}/sysconfig/sshdfilter

%post
if [ -r %{_sysconfdir}/sysconfig/iptables ]; then
    perl -pi -e 's/.*SSHD.*\n//g' %{_sysconfdir}/sysconfig/iptables
    perl -pi -e 's/COMMIT\n//g' %{_sysconfdir}/sysconfig/iptables
    cat >> %{_sysconfdir}/sysconfig/iptables << EOF
:SSHD - [0:0]
-A INPUT -p tcp -m tcp --dport 22 -j SSHD
COMMIT
EOF
else
    cat > %{_sysconfdir}/sysconfig/iptables << EOF
*filter
:INPUT ACCEPT [835:105991]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [368:40879]
:SSHD - [0:0]
-A INPUT -p tcp -m tcp --dport 22 -j SSHD
COMMIT
EOF
fi
/sbin/service iptables condrestart
/sbin/service sshd condrestart

%postun
if [ -r %{_sysconfdir}/sysconfig/iptables ]; then
    perl -pi -e 's/.*SSHD.*\n//g' %{_sysconfdir}/sysconfig/iptables
fi
/sbin/service iptables condrestart
/sbin/service sshd condrestart

#----------------------------------------------------------------------------

%if %{with logwatch}
%package logwatch
Summary:	Logwatch scripts for sshdfilter
Group:		Monitoring
Requires:	%{name} = %{EVRD}
Requires(post,postun):	logwatch

%description logwatch
Logwatch scripts for sshdfilter.

%files logwatch
%defattr(0644,root,root,0755)
%config(noreplace) %{_sysconfdir}/log.d/conf/services/sshdfilt.conf
%attr(0755,root,root) %{_sysconfdir}/log.d/scripts/services/sshdfilt

%post logwatch
perl -pi -e 's/ sshdfilt//g'%{_sysconfdir}/log.d/conf/services/secure.conf
perl -pi -e 's/ sshd/ sshd sshdfilt/g' %{_sysconfdir}/log.d/conf/services/secure.conf

%postun logwatch
perl -pi -e 's/ sshdfilt//g' %{_sysconfdir}/log.d/conf/services/secure.conf

%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build

%install
mkdir -p %{buildroot}%{_sysconfdir}
cat etc/sshdfilterrc patterns/rhFC30.partconf > %{buildroot}%{_sysconfdir}/sshdfilterrc

mkdir -p %{buildroot}%{_sbindir}
cp -a source/sshdfilter.pl %{buildroot}%{_sbindir}/sshdfilter

(cd man; sh ./pod2man.sh)
mkdir -p %{buildroot}%{_mandir}/man1
cp -a man/sshdfilter.1 %{buildroot}%{_mandir}/man1/sshdfilter.1
mkdir -p %{buildroot}%{_mandir}/man5
cp -a man/sshdfilterrc.5 %{buildroot}%{_mandir}/man5/sshdfilterrc.5

%if %{with logwatch}
mkdir -p %{buildroot}%{_sysconfdir}/log.d/{conf,scripts}/services
install -m 644 etc/log.d/conf/services/sshdfilt.conf %{buildroot}%{_sysconfdir}/log.d/conf/services/sshdfilt.conf
install -m 644 etc/log.d/scripts/services/sshdfilt %{buildroot}%{_sysconfdir}/log.d/scripts/services/sshdfilt
%endif

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
cat > %{buildroot}%{_sysconfdir}/sysconfig/sshdfilter << EOF
USE_SSHDFILTER_DEFAULT="no"
EOF


%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.6-3
+ Revision: ced37d6
- Fix pod syntax



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8347 |14cr|sshfs-fuse-2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           sshfs-fuse
Version:        2.5
Release:        2
Epoch:          0
Summary:        Filesystem running over SFTP
License:        GPL
Group:          Networking/Remote access
URL:            http://fuse.sourceforge.net/sshfs.html
Source0:        http://downloads.sourceforge.net/fuse/sshfs-fuse-%{version}.tar.gz
# XXX: No way to tell if this is already included in/by the kernel or not
#Requires:      dkms-fuse
Requires:       fuse
BuildRequires:  fuse-devel
BuildRequires:  glib2-devel
BuildRequires:  pkgconfig

%description
This is a filesystem client based on the SSH File Transfer Protocol.
Since most SSH servers already support this protocol it is very easy to set up:
i.e. on the server side there's nothing to do.  On the client side mounting the
filesystem is as easy as logging into the server with ssh.

    * Based on FUSE
    * Multithreading: more than one request can be on it's way to the server
    * Allowing large reads (max 64k)
    * Caching directory contents

%prep
%setup -q

%build
export CC="%{__cc} -fPIC"
./configure --disable-dependency-tracking --disable-sshnodelay --prefix=%{buildroot}/usr
make

%install
mkdir -p %{buildroot}%{_bindir} \
         %{buildroot}%{_mandir}
make install

%files 
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README 
%attr(0755,root,root) %{_bindir}/sshfs
%{_mandir}/man1/sshfs.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.5-2
+ Revision: f763fba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8348 |14cr|sshpass-1.05-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    Non-interactive SSH authentication utility
Name:       sshpass
Version:    1.05
Release:    3
License:    GPLv2
Group:      Development/Other
Url:        http://sshpass.sourceforge.net/
Source0:    http://downloads.sourceforge.net/sshpass/sshpass-%{version}.tar.gz

%description
Tool for non-interactively performing password authentication with so called
"interactive keyboard password authentication" of SSH. Most users should use
more secure public key authentication of SSH instead.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install

%files
%{_bindir}/sshpass
%{_datadir}/man/man1/sshpass.1.xz
%doc AUTHORS COPYING ChangeLog NEWS


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.05-3
+ Revision: ec922f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8349 |14cr|ssl-cert-check-3.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SSL certificate expiration checker
Name:		ssl-cert-check
Version:	3.3
Release:	4
License:	BSD-like
Group:		Monitoring
URL:		http://prefetch.net/code/ssl-cert-check.html
Source0:	http://prefetch.net/code/ssl-cert-check.bz2
Patch0:		ssl-cert-check-3.3-mdv_conf.diff
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
ssl-cert-check is a utility for checking the expiration date of an X.509
certificate. ssl-cert-check can be run against a live server or a PEM encoded
digital certificate.

%prep

%setup -q -c -T
bzcat %{SOURCE0} > %{name}
%patch0 -p0

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 %{name} %{buildroot}%{_bindir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3-4
+ Revision: 1221552
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8350 |14cr|sslstrip-0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name:           sslstrip
Version:        0.9
Release:        3
Summary:        Tool that provides a demonstration of HTTPS stripping attacks
Group:          Monitoring
License:        GPLv3+
URL:            http://www.thoughtcrime.org/software/sslstrip/
Source0:        http://www.thoughtcrime.org/software/sslstrip/%{name}-%{version}.tar.gz
BuildRequires:  python >= 2.5
Requires:       python-twisted-web
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
Tool that provides a demonstration of HTTPS stripping attacks that were 
presented at Black Hat DC 2009 by Moxie Marlinspike. It will transparently 
hijack HTTP traffic on a network, watch for HTTPS links and redirects, then map 
those links into either look-alike HTTP links or homograph-similar HTTPS links.
It also supports modes for supplying a favicon which looks like a lock icon, 
selective logging, and session denial

%prep
%setup -q

# Make COPYING and README not executable
chmod -x COPYING
chmod -x README

%build
python setup.py build

%install
python setup.py install --root %{buildroot}

# Remove duplicate doc files
rm %{buildroot}/usr/share/%{name}/README
rm %{buildroot}/usr/share/%{name}/COPYING

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING README
%dir %{python_sitelib}/%{name}
%{python_sitelib}/%{name}/*.py
#{python_sitelib}/%{name}/*.pyc
#{python_sitelib}/%{name}/*.pyo
%{python_sitelib}/*.egg-info
%{_datadir}/%{name}/*
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-3
+ Revision: c33a822
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8351 |14cr|ssmtp-2.64-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	src_version	2.64

Summary:	A minimal mail-transfer agent which forwards mail to an SMTP server
Name:		ssmtp
Version:	2.64
Release:	7
License:	GPL
URL:		http://packages.debian.org/unstable/mail/ssmtp.html
Group:		System/Servers
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	rcs
BuildRequires:	openssl-devel
Provides:	sendmail-command
Requires:	common-licenses

Source:		http://ftp.debian.org/debian/pool/main/s/ssmtp/%{name}_%{version}.tar.bz2

%description
This is sSMTP, a program that replaces sendmail on workstations that
should send their mail via the departmental mailhub from which they pick up
their mail (via pop, imap, rsmtp, pop_fetch, NFS... or the like).  This
program accepts mail and sends it to the mailhub, optionally replacing the
domain in the From: line with a different one.

%prep
%setup -q

# viet 05/08/2003 / by default, the configure script sets sysconfdir
# to /usr/etc, which is no good. The --sysconfdir= switch doesn't do
# anything either because Makefile.in is not using it => patching Makefile.in
perl -pi -e 's|etcdir=\$\(prefix\)/etc|etcdir=\@sysconfdir\@|' Makefile.in

%build
%serverbuild
export LIBS="-lcrypto"
%configure --enable-ssl --enable-md5auth
%make

%install
rm -fr %{buildroot}

install -D -m 755 ssmtp		%{buildroot}%{_sbindir}/ssmtp
install -D -m 644 ssmtp.conf	%{buildroot}%{_sysconfdir}/ssmtp/ssmtp.conf
install -D -m 644 revaliases	%{buildroot}%{_sysconfdir}/ssmtp/revaliases
install -D -m 644 ssmtp.conf.5	%{buildroot}%{_mandir}/man5/ssmtp.conf.5
install -D -m 644 ssmtp.8	%{buildroot}%{_mandir}/man8/ssmtp.8

# fix doc permissions:
chmod 644 INSTALL README ChangeLog CHANGELOG_OLD COPYRIGHT TLS *.lsm

#ln -s %{_sbindir}/ssmtp %{buildroot}%{_sbindir}/sendmail
# ln -s %{_mandir}/man8/ssmtp.8.bz2 %{buildroot}%{_mandir}/man8/sendmail.8.bz2
#ln -s ssmtp.8.bz2 %{buildroot}%{_mandir}/man8/sendmail.8.bz2

%clean
rm -fr %{buildroot}

%post
update-alternatives --install %{_sbindir}/sendmail sendmail-command %{_sbindir}/ssmtp 5 --slave %{_prefix}/lib/sendmail sendmail-command-in_libdir %{_sbindir}/ssmtp


%preun
if [ $1 = 0 ]; then
        update-alternatives --remove sendmail-command %{_sbindir}/ssmtp
fi


%files
%defattr(-,root,root)
%doc INSTALL README ChangeLog CHANGELOG_OLD COPYRIGHT TLS *.lsm 
%{_sbindir}/ssmtp
%config(noreplace) %dir %{_sysconfdir}/ssmtp
%config(noreplace) %{_sysconfdir}/ssmtp/*
%{_mandir}/man8/*
%{_mandir}/man5/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.64-7
+ Revision: 2b7e0d6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8352 |14cr|stalonetray-0.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	stalonetray
Summary: 	Stand-alone, full-featured system tray
Version: 	0.8.1
Release: 	2

Source:		%{name}-%{version}.tar.bz2
Patch0:		stalonetray-0.8.0-fix-str-fmt.patch
URL:		http://stalonetray.sourceforge.net/
License:	GPLv2
Group:		Graphical desktop/Other
BuildRequires:	pkgconfig(x11)

%description
Stalonetray is a stand-alone freedesktop.org and KDE system tray (notification
area) for X Window System/X11. It has full XEMBED support and minimal
dependencies: an X11 lib only. Stalonetray works with virtually any
EWMH-compliant window manager.

%prep
%setup -q
%patch0 -p1 -b .strfmt

%build
%configure2_5x
%make
										
%install
%makeinstall_std

%check
%make check

%files
%doc AUTHORS ChangeLog README NEWS TODO stalonetrayrc.sample %{name}.html
%{_bindir}/%{name}
%{_mandir}/man1/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-2
+ Revision: 60d447c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8353 |14cr|stardict-dalf-2.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dict_name 	dalf
%define version 	2.4.2
%define release 	2

Name: 			stardict-%dict_name
Version: 		%{version}
Release: 		%mkrel %{release}
Summary: 		Dal's Russian Dictionary
License: 		GPLv2+
URL:			http://xdxf.revdanica.com/down/index.php
Group: 			Text tools
Source0: 		atla02_rus-rus_%dict_name.dict.dz
Source1: 		atla02_rus-rus_%dict_name.idx
Source2: 		atla02_rus-rus_%dict_name.ifo
BuildRoot:		%{_tmppath}/%{name}-%{version}-root
BuildArch: 		noarch
Requires: 		stardict

%description
Dal's Russian Dictionary in stardict format

%install
rm -rf %{buildroot}
install -p -m644 -D %SOURCE0 %{buildroot}%{_datadir}/stardict/dic/%dict_name.dict.dz
install -p -m644 -D %SOURCE1 %{buildroot}%{_datadir}/stardict/dic/%dict_name.idx
install -p -m644 -D %SOURCE2 %{buildroot}%{_datadir}/stardict/dic/%dict_name.ifo

%clean
rm -rf %{buildroot}

%files
%{_datadir}/stardict/dic/%{dict_name}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-2
+ Revision: 0fc4c6d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8354 |14cr|stardict-dict.org-devils-2.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define rel	4
%define release %mkrel %rel
%define dict_format_version	2.4.2

Summary:	The Devil's Dictionary for StarDict 2
Name:		stardict-dict.org-devils
Version:	%{version}
Release:	%{release}
License:	Public Domain
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.dict.org_devils-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
The Devil's Dictionary converted into StarDict 2 format (originally for dictd)

%prep
%setup -q -n stardict-dictd_www.dict.org_devils-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 *.ifo *.idx* *.dict.dz $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.4.2-4
+ Revision: 3cd39d5
- Automatic import for version 2.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8355 |14cr|stardict-dict.org-elements-2.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define rel	4
%define release	%mkrel %rel
%define dict_format_version	2.4.2

Summary:	Elements database for StarDict 2
Name:		stardict-dict.org-elements
Version:	%{version}
Release:	%{release}
License:	Public Domain
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.dict.org_elements-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Elements database converted into StarDict 2 format (originally for dictd)

%prep
%setup -q -n stardict-dictd_www.dict.org_elements-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 *.ifo *.idx* *.dict.dz $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.4.2-4
+ Revision: 6add9d3
- Automatic import for version 2.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8356 |14cr|stardict-dict.org-gazetteer-2.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define rel	4
%define release	%mkrel %rel
%define dict_format_version	2.4.2

Summary:	U.S. Gazetteer for StarDict 2
Name:		stardict-dict.org-gazetteer
Version:	%{version}
Release:	%{release}
License:	Public Domain
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.dict.org_gazetteer-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
U.S. Gazetteer converted into StarDict 2 format (originally for dictd)

%prep
%setup -q -n stardict-dictd_www.dict.org_gazetteer-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 *.ifo *.idx* *.dict.dz $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.4.2-4
+ Revision: 67b441b
- Automatic import for version 2.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8357 |14cr|stardict-dict.org-gcide-2.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define rel	4
%define release	%mkrel %rel
%define dict_format_version	2.4.2

Summary:	GCIDE english dictionray for StarDict 2
Name:		stardict-dict.org-gcide
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.dict.org_gcide-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
GCIDE (GNU Collaborative International Dictionary of English) converted into
StarDict 2 format (originally for dictd)

%prep
%setup -q -n stardict-dictd_www.dict.org_gcide-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 *.ifo *.idx* *.dict.dz $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.4.2-4
+ Revision: 65be36f
- Automatic import for version 2.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8358 |14cr|stardict-dict.org-hitchcock-2.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define	rel	4
%define release	%mkrel %rel
%define dict_format_version	2.4.2

Summary:	Hitchcock's Bible Names for StarDict 2
Name:		stardict-dict.org-hitchcock
Version:	%{version}
Release:	%{release}
License:	Public Domain
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.dict.org_hitchcock-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Hitchcock's Bible Names converted into StarDict 2 format (originally for dictd)

%prep
%setup -q -n stardict-dictd_www.dict.org_hitchcock-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 *.ifo *.idx* *.dict.dz $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.4.2-4
+ Revision: a1b8601
- Automatic import for version 2.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8359 |14cr|stardict-dict.org-wn-2.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define rel	4
%define release	%mkrel %rel
%define dict_format_version	2.4.2

Summary:	WordNet for StarDict 2
Name:		stardict-dict.org-wn
Version:	%{version}
Release:	%{release}
License:	BSD style
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.dict.org_wn-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
WordNet converted into StarDict 2 format (originally for dictd)

%prep
%setup -q -n stardict-dictd_www.dict.org_wn-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 *.ifo *.idx* *.dict.dz $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.4.2-4
+ Revision: 58f4322
- Automatic import for version 2.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8360 |14cr|stardict-dict.org-world95-2.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define rel	4
%define release	%mkrel %rel
%define dict_format_version	2.4.2

Summary:	CIA World Factbook for StarDict 2
Name:		stardict-dict.org-world95
Version:	%{version}
Release:	%{release}
License:	Public Domain
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.dict.org_world95-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
CIA World Factbook converted into StarDict 2 format (originally for dictd)

%prep
%setup -q -n stardict-dictd_www.dict.org_world95-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 *.ifo *.idx* *.dict.dz $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.4.2-4
+ Revision: 098e18d
- Automatic import for version 2.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8361 |14cr|stardict-freedict-eng-ara-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	English -> Arabic Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-ara
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-ara-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Arabic Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-ara-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: fc340ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8362 |14cr|stardict-jmdict-en-ja-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	JMDICT (English -> Japanese dictionary) converted to StarDict 2
Name:		stardict-jmdict-en-ja
Version:	%{version}
Release:	%{release}
License:	General Dictionary Licence
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	http://prdownloads.sourceforge.net/stardict/%{name}-%{version}.tar.bz2
Source1:	general-dictionary-licence.html.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
The JMdict (Japanese-Multilingual Dictionary) project began in 1999 as an
offshoot of the EDICT Japanese-English Electronic Dictionary project. It
involved a major rebuild of the main files, with a more complex structure
using XML.
This package contains JMDICT database (English -> Japanese) converted
into StarDict 2 format.

Please refer to http://www.csse.monash.edu.au/~jwb/j_jmdict.html
for more info.

%prep
%setup -q
bzip2 -dc %SOURCE1 > general-dictionary-licence.html

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/stardict/dic
install -m 0644 * %{buildroot}%{_datadir}/stardict/dic

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc general-dictionary-licence.html
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 0d4eef2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8363 |14cr|stardict-jmdict-ja-en-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	JMDICT (Japanese -> English dictionary) converted to StarDict 2
Name:		stardict-jmdict-ja-en
Version:	%{version}
Release:	%{release}
License:	General Dictionary Licence
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	http://prdownloads.sourceforge.net/stardict/%{name}-%{version}.tar.bz2
Source1:	general-dictionary-licence.html.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
The JMdict (Japanese-Multilingual Dictionary) project began in 1999 as an
offshoot of the EDICT Japanese-English Electronic Dictionary project. It
involved a major rebuild of the main files, with a more complex structure
using XML.
This package contains JMDICT database (Japanese -> English) converted
into StarDict 2 format.

Please refer to http://www.csse.monash.edu.au/~jwb/j_jmdict.html
for more info.

%prep
%setup -q
bzip2 -dc %SOURCE1 > general-dictionary-licence.html

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/stardict/dic
install -m 0644 * %{buildroot}%{_datadir}/stardict/dic

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc general-dictionary-licence.html
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 4e501c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8364 |14cr|stardict-mueller24-2.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dict_name	mueller24
%define version		2.4.2
%define release		2

Name: 			stardict-%dict_name
Version: 		2.4.2
Release: 		2
Summary: 		Mueller's English-Russian Dictionary, 24th edition
License: 		GPLv2+
URL:			http://xdxf.revdanica.com/down/index.php
Group: 			Text tools
Source0: 		%dict_name.dict.dz
Source1: 		%dict_name.idx
Source2: 		%dict_name.ifo
BuildRoot:		%{_tmppath}/%{name}-%{version}-root
BuildArch: 		noarch
Requires: 		stardict

%description
Mueller's English-Russian Dictionary, 24th edition, in stardict format

%install
rm -rf %{buildroot}
install -p -m644 -D %SOURCE0 %{buildroot}%{_datadir}/stardict/dic/%dict_name.dict.dz
install -p -m644 -D %SOURCE1 %{buildroot}%{_datadir}/stardict/dic/%dict_name.idx
install -p -m644 -D %SOURCE2 %{buildroot}%{_datadir}/stardict/dic/%dict_name.ifo
 	
%clean
rm -rf %{buildroot}
 	
%files
%{_datadir}/stardict/dic/%{dict_name}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-2
+ Revision: 6ee4b67
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8365 |14cr|stardict-nbars-magus-2.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	dict_name	magus
%define version		2.4.2
%define release		2

Name:			stardict-nbars-%dict_name
Version:		2.4.2
Release:		%mkrel %{release}
Summary:		New Big English-Russian Dictionary
License:		GPLv2+
URL:			http://xdxf.revdanica.com/down/index.php
Group:			Text tools
Source0:		%{dict_name}.dict.dz
Source1:		%{dict_name}.idx
Source2:		%{dict_name}.ifo
BuildRoot:		%{_tmppath}/%{name}-%{version}-root
BuildArch:		noarch
Requires:		stardict

%description
New Comprehensive English-Russian Dictionary under the editorship
of academician Y.D.Apresyan and professor E.M.Mednikova; Transmagus by
Delta Lingotronic Inc.; http://www.callamer.com/~dlingo; ver. 1.2 for
Unix; in stardict format

%install
rm -rf %{buildroot}
install -p -m644 -D %SOURCE0 %{buildroot}%{_datadir}/stardict/dic/%dict_name.dict.dz
install -p -m644 -D %SOURCE1 %{buildroot}%{_datadir}/stardict/dic/%dict_name.idx
install -p -m644 -D %SOURCE2 %{buildroot}%{_datadir}/stardict/dic/%dict_name.ifo
 	
%clean
rm -rf %{buildroot}
	
%files
%{_datadir}/stardict/dic/%{dict_name}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-2
+ Revision: 145b9c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8366 |14cr|stardict-ozhshv-2.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dict_name	ozhshv
%define version		2.4.2
%define release		2

Name: 			stardict-%dict_name
Version: 		2.4.2
Release: 		2
Summary: 		Ozhegov's and Shvedova's Russian Dictionary
License: 		GPLv2+
URL:			http://xdxf.revdanica.com/down/index.php
Group: 			Text tools
Source0: 		%dict_name.dict.dz
Source1: 		%dict_name.idx
Source2: 		%dict_name.ifo
BuildRoot:		%{_tmppath}/%{name}-%{version}-root
BuildArch: 		noarch
Requires: 		stardict

%description
Ozhegov's and Shvedova's Russian dictionary in stardict format

%install
rm -rf %{buildroot}
install -p -m644 -D %SOURCE0 %{buildroot}%{_datadir}/stardict/dic/%dict_name.dict.dz
install -p -m644 -D %SOURCE1 %{buildroot}%{_datadir}/stardict/dic/%dict_name.idx
install -p -m644 -D %SOURCE2 %{buildroot}%{_datadir}/stardict/dic/%dict_name.ifo
 	
%clean
rm -rf %{buildroot}
 	
%files
%{_datadir}/stardict/dic/%{dict_name}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-2
+ Revision: 919f81c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8367 |14cr|stardict-quick-afr-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Afrikaanss -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-afr-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_afr-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Afrikaanss -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_afr-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: a482948
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8368 |14cr|stardict-quick-bul-swe-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Bulgarian -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-bul-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_bul-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Bulgarian -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_bul-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: f5b0a86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8369 |14cr|stardict-quick-dan-fin-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Danish -> Finnish *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-fin
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-fin-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> Finnish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-fin-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 5633878
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8370 |14cr|stardict-quick-dan-hun-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Danish -> Hungarian *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-hun
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-hun-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> Hungarian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-hun-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: c64e454
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8371 |14cr|stardict-quick-dan-ind-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Danish -> Indonesian *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-ind
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-ind-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> Indonesian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-ind-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: eb99137
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8372 |14cr|stardict-quick-dan-ita-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Danish -> Italian *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-ita
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-ita-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> Italian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-ita-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 664eaf7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8373 |14cr|stardict-quick-dan-jpn-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Danish -> Japanese *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-jpn
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-jpn-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> Japanese *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-jpn-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: f21fd00
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8374 |14cr|stardict-quick-dan-lat-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Danish -> Latin *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-lat
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-lat-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> Latin *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-lat-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 36721d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8375 |14cr|stardict-quick-dan-nld-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Danish -> Dutch *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-nld
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-nld-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> Dutch *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-nld-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: f8fe594
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8376 |14cr|stardict-quick-dan-nor-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Danish -> Norwegian *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-nor
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-nor-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> Norwegian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-nor-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 154d687
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8377 |14cr|stardict-quick-dan-por-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Danish -> Portuguese *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-por
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-por-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> Portuguese *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-por-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 6ae0c5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8378 |14cr|stardict-quick-dan-rus-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Danish -> Russian *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-rus
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-rus-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> Russian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-rus-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 9b19d1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8379 |14cr|stardict-quick-dan-spa-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Danish -> Spanish *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-spa
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-spa-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> Spanish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-spa-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: e26635f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8380 |14cr|stardict-quick-dan-swa-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Danish -> Swahili *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-swa
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-swa-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> Swahili *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-swa-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 52fa05a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8381 |14cr|stardict-quick-dan-swe-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Danish -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 80589dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8382 |14cr|stardict-quick-esp-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Esperanto -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-esp-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_esp-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Esperanto -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_esp-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 6b9e847
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8383 |14cr|stardict-quick-fin-dan-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Finnish -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-fin-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_fin-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Finnish -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_fin-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 488906a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8384 |14cr|stardict-quick-fin-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Finnish -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-fin-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_fin-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Finnish -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_fin-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 6cfcd9a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8385 |14cr|stardict-quick-fry-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Frisian -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-fry-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_fry-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Frisian -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_fry-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: bd97a19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8386 |14cr|stardict-quick-gre-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Greek -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-gre-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_gre-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Greek -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_gre-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 91237da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8387 |14cr|stardict-quick-hun-dan-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Hungarian -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-hun-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_hun-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Hungarian -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_hun-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 23c18a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8388 |14cr|stardict-quick-hun-swe-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Hungarian -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-hun-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_hun-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Hungarian -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_hun-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 3379a2b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8389 |14cr|stardict-quick-ind-dan-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Indonesian -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-ind-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_ind-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Indonesian -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_ind-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: a135d4c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8390 |14cr|stardict-quick-ind-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Indonesian -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-ind-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_ind-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Indonesian -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_ind-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: fbc1a18
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8391 |14cr|stardict-quick-isl-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Icelandic -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-isl-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_isl-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Icelandic -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_isl-swe-%{version}
# tarball contains broken filename
for i in *; do mv -f $i ${i/\?\?/an}; done

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 80baa0f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8392 |14cr|stardict-quick-ita-dan-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Italian -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-ita-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_ita-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Italian -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_ita-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 32a985e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8393 |14cr|stardict-quick-ita-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Italian -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-ita-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_ita-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Italian -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_ita-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 51c1673
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8394 |14cr|stardict-quick-jpn-dan-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Japanese -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-jpn-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_jpn-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Japanese -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_jpn-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 66115d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8395 |14cr|stardict-quick-jpn-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Japanese -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-jpn-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_jpn-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Japanese -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_jpn-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 9472ebb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8396 |14cr|stardict-quick-lat-dan-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Latin -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-lat-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_lat-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Latin -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_lat-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: f129779
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8397 |14cr|stardict-quick-lat-swe-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Latin -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-lat-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_lat-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Latin -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_lat-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: c8ca80f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8398 |14cr|stardict-quick-nld-dan-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Dutch -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-nld-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_nld-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Dutch -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_nld-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 2c6b66f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8399 |14cr|stardict-quick-nld-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Dutch -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-nld-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_nld-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Dutch -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_nld-swe-%{version}
# tarball contains broken filename
for i in *; do mv -f $i ${i/\?\?/an}; done

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: dad77f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8400 |14cr|stardict-quick-nor-dan-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Norwegian -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-nor-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_nor-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Norwegian -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_nor-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: d1928d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8401 |14cr|stardict-quick-nor-swe-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Norwegian -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-nor-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_nor-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Norwegian -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_nor-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 113bb70
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8402 |14cr|stardict-quick-pol-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Polish -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-pol-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_pol-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Polish -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_pol-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: d73f069
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8403 |14cr|stardict-quick-por-dan-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Portuguese -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-por-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_por-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Portuguese -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_por-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: aac59f5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8404 |14cr|stardict-quick-por-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Portuguese -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-por-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_por-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Portuguese -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_por-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: b6e76c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8405 |14cr|stardict-quick-rum-swe-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Romanian -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-rum-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_rum-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Romanian -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_rum-swe-%{version}
# tarball contains broken filename
for i in *; do mv -f $i ${i/\?\?/an}; done

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 27ff04e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8406 |14cr|stardict-quick-rus-dan-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Russian -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-rus-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_rus-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Russian -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_rus-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: d1a18b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8407 |14cr|stardict-quick-rus-swe-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Russian -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-rus-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_rus-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Russian -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_rus-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 3a41602
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8408 |14cr|stardict-quick-slo-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Slovak -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-slo-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_slo-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Slovak -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_slo-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 514d564
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8409 |14cr|stardict-quick-spa-dan-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Spanish -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-spa-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_spa-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Spanish -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_spa-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: f06d815
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8410 |14cr|stardict-quick-spa-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Spanish -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-spa-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_spa-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Spanish -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_spa-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: d0fdd70
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8411 |14cr|stardict-quick-swa-dan-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Swahili -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-swa-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swa-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swahili -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swa-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 963d8bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8412 |14cr|stardict-quick-swa-swe-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Swahili -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-swa-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swa-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swahili -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swa-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 12a2ea6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8413 |14cr|stardict-quick-swe-afr-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Swedish -> Afrikaanss *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-afr
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-afr-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Afrikaanss *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-afr-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 47fec76
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8414 |14cr|stardict-quick-swe-bul-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Swedish -> Bulgarian *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-bul
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-bul-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Bulgarian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-bul-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: e5a957c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8415 |14cr|stardict-quick-swe-dan-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Swedish -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: ea94cbd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8416 |14cr|stardict-quick-swe-esp-2.4.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	8
%define dict_format_version	2.4.2

Summary:	Swedish -> Esperanto *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-esp
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-esp-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Esperanto *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-esp-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-8
+ Revision: eef5072
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8417 |14cr|stardict-quick-swe-fin-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Swedish -> Finnish *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-fin
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-fin-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Finnish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-fin-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 535d2dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8418 |14cr|stardict-quick-swe-fry-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Swedish -> Frisian *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-fry
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-fry-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Frisian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-fry-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: dcda7ce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8419 |14cr|stardict-quick-swe-gre-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Swedish -> Greek *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-gre
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-gre-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Greek *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-gre-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 6fc9f9f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8420 |14cr|stardict-quick-swe-hun-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Swedish -> Hungarian *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-hun
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-hun-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Hungarian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-hun-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 45bf206
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8421 |14cr|stardict-quick-swe-ind-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Swedish -> Indonesian *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-ind
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-ind-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Indonesian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-ind-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 15af0a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8422 |14cr|stardict-quick-swe-isl-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Swedish -> Icelandic *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-isl
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-isl-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Icelandic *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-isl-%{version}
# tarball contains broken filename
for i in *; do mv -f $i ${i/\?\?/an}; done

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 2fa9955
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8423 |14cr|stardict-quick-swe-ita-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Swedish -> Italian *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-ita
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-ita-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Italian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-ita-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 7179291
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8424 |14cr|stardict-quick-swe-jpn-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Swedish -> Japanese *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-jpn
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-jpn-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Japanese *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-jpn-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: d653eeb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8425 |14cr|stardict-quick-swe-lat-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Swedish -> Latin *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-lat
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-lat-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Latin *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-lat-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 18ef9a3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8426 |14cr|stardict-quick-swe-nld-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Swedish -> Dutch *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-nld
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-nld-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Dutch *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-nld-%{version}
# tarball contains broken filename
for i in *; do mv -f $i ${i/\?\?/an}; done

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: e61397f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8427 |14cr|stardict-quick-swe-nor-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Swedish -> Norwegian *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-nor
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-nor-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Norwegian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-nor-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: c8f39d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8428 |14cr|stardict-quick-swe-pol-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Swedish -> Polish *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-pol
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-pol-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Polish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-pol-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 93671d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8429 |14cr|stardict-quick-swe-por-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Swedish -> Portuguese *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-por
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-por-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Portuguese *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-por-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: e5c2a29
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8430 |14cr|stardict-quick-swe-rum-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Swedish -> Romanian *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-rum
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-rum-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Romanian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-rum-%{version}
# tarball contains broken filename
for i in *; do mv -f $i ${i/\?\?/an}; done

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: c8c40da
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8431 |14cr|stardict-quick-swe-rus-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Swedish -> Russian *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-rus
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-rus-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Russian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-rus-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: 6ca049f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8432 |14cr|stardict-quick-swe-slo-2.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	6
%define dict_format_version	2.4.2

Summary:	Swedish -> Slovak *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-slo
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-slo-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Slovak *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-slo-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-6
+ Revision: f214656
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8433 |14cr|stardict-quick-swe-spa-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Swedish -> Spanish *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-spa
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-spa-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Spanish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-spa-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: bd15cf7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8434 |14cr|stardict-quick-swe-swa-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Swedish -> Swahili *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-swa
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-swa-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Swahili *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-swa-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: 8d69810
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8435 |14cr|stardict-quick-swe-wel-2.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release	7
%define dict_format_version	2.4.2

Summary:	Swedish -> Welsh *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-wel
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-wel-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> Welsh *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-wel-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-7
+ Revision: d519c1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8436 |14cr|stardict-quick-wel-swe-2.4.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dict_format_version 2.4.2

Summary:	Welsh -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-wel-swe
Version:	2.4.2
Release:	8
License:	Distributable
Group:		Databases
Url:		http://stardict.sourceforge.net/
Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_wel-swe-%{version}.tar.bz2
Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}
BuildArch:	noarch

%description
Welsh -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%files
%{_datadir}/stardict/dic/*

#----------------------------------------------------------------------------

%prep
%setup -q -n stardict-quick_wel-swe-%{version}

%build

%install
mkdir -p %{buildroot}%{_datadir}/stardict/dic
install -m 0644 * %{buildroot}%{_datadir}/stardict/dic



%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.2-8
+ Revision: 1a41357
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8437 |14cr|stardict-tools-3.0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Some tools for StarDict
Name:		stardict-tools
Version:	3.0.1
Release:	9
License:	GPLv2+
Group:		Text tools
Url:		http://stardict.sourceforge.net/
Source0:	http://stardictproject.googlecode.com/files/%{name}-%{version}.tar.bz2
Patch0:		%{name}-3.0.1-fix-underlinking.patch
Patch1:		%{name}-3.0.1-fix-gcc43.patch
Patch2:		stardict-tools-3.0.1-fix-gcc45.patch
BuildRequires:	stardict
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(zlib)
Requires:	stardict

%description
This package contain some tools for StarDict, an international dictionary.

%files
%doc AUTHORS COPYING ChangeLog INSTALL
%doc NEWS README
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .undlink
%patch1 -p1 -b .gcc43
%patch2 -p1 -b .gcc45

%build
export LDFLAGS="-lz"
autoreconf -f -i
%configure2_5x
%make

%install
%makeinstall_std

# finish install
mkdir -p %{buildroot}%{_libdir}/%{name}
pushd src
grep noinst_PROGRAMS Makefile.am > tmplist
perl -pi -e 's/noinst\_PROGRAMS \= //' tmplist
	for i in `cat tmplist`; do
		cp $i %{buildroot}%{_libdir}/%{name}/$i
	done
rm -f tmplist
popd

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/stardict-editor.desktop
[Desktop Entry]
Encoding=UTF-8
Name=StarDict Editor
Comment=Editor for StarDict
Exec=stardict-editor
Icon=stardict
StartupNotify=true
Categories=Utility;Dictionary;Office;GTK;
EOF


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.1-9
+ Revision: 73fc9c1
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8438 |14cr|stardict-ushakov-2.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dict_name	ushakov
%define version		2.4.2
%define release		2

Name: 			stardict-%dict_name
Version: 		2.4.2
Release: 		%mkrel %{release}
Summary: 		Russian Ushakov's Dictionary
License: 		GPLv2+
URL:			http://xdxf.revdanica.com/down/index.php
Group: 			Text tools
Source0: 		%dict_name.dict.dz
Source1: 		%dict_name.idx
Source2: 		%dict_name.ifo
BuildRoot:		%{_tmppath}/%{name}-%{version}-root
BuildArch: 		noarch
Requires: 		stardict

%description
Russian Ushakov's Dictionary in stardict format

%install
rm -rf %{buildroot}
install -p -m644 -D %SOURCE0 %{buildroot}%{_datadir}/stardict/dic/%dict_name.dict.dz
install -p -m644 -D %SOURCE1 %{buildroot}%{_datadir}/stardict/dic/%dict_name.idx
install -p -m644 -D %SOURCE2 %{buildroot}%{_datadir}/stardict/dic/%dict_name.ifo
 	
%clean
rm -rf %{buildroot}
%files
%{_datadir}/stardict/dic/%{dict_name}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-2
+ Revision: f7f71f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8439 |14cr|starfighter-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Starfighter

Summary:	Project: Starfighter
Name:		starfighter
Version:	1.2
Release:	3
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.parallelrealities.co.uk/starfighter.php
Source0:	%{name}-%{version}.tar.gz
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		starfighter-1.2-sfmt.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)

%description
Project: Starfighter is a is a Space/Arcade game which uses SDL libraries.

The story:
After decades of war one company, who had gained powerful supplying both
sides with weaponary, steps forwards and crushes both warring factions in
one swift movement. Using far superior weaponary and AI craft, the company
was completely unstoppable and now no one can stand in their way. Thousands
began to perish under the iron fist of the company. The people cried out
for a saviour, for someone to light this dark hour... and someone did.

Features:
- 26 missions over 4 star systems
- Primary and Secondary Weapons (including a laser cannon and a charge weapon)
- A weapon powerup system
- Wingmates
- Missions with Primary and Secondary Objectives
- A Variety of Missions (Protect, Destroy, etc)
- 13 different music tracks
- Boss battles

%files
%doc docs/*
%{_gamesdatadir}/%{name}
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%{_gamesbindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

find . -perm 0600 | xargs chmod 0644
chmod 0644 docs/*

%build
%setup_compile_flags
%define Werror_cflags %nil
%make DATADIR="%{_gamesdatadir}/%{name}/" OPTFLAGS="%{optflags} -O3"

%install
%makeinstall_std DATADIR="%{_gamesdatadir}/%{name}/" BINDIR="%{_gamesbindir}/"

install -d %{buildroot}%{_datadir}/applications
cat <<EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Name=%{summary}
Comment=Space/Arcade game
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-3
+ Revision: 3679ea7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8440 |14cr|startsess-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	Tool to start LTSP sessions
Name:		startsess
Version:	1.1
Release:	6
License:	GPL
Group:		System/Servers
URL:		http://www.ltsp.org
Source0:	http://www.ltsp.org/tarballs/%{name}-%{version}.tar.bz2
BuildRequires:	dietlibc-devel
Patch0:		startsess.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This program is used in LTSP to start the sessions (shell, telnet, startx).

%prep

%setup -n %{name}-%{version}
%patch0 -p0

%build
diet gcc -Os -o %{name} %{name}.c

%install
rm -rf %{buildroot}

install -d %{buildroot}/bin
install -m0755 %{name} %{buildroot}/bin/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING README
%attr(0755,root,root) /bin/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-6
+ Revision: 4d1a589
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8441 |14cr|statifier-1.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 1.7.2
%define release 2

Name:		statifier
Version:	%{version}
Release:	%{release}
License:	GPLv2
Group:		Development/Other
Summary:	Convert elf dynamic linked exe to "pseudo-static"
Source:		http://prdownloads.sourceforge.net/statifier/%{name}-%{version}.tar.gz
Url:		http://%{name}.sourceforge.net	
ExclusiveArch:	%ix86 alpha x86_64
BuildRequires:  glibc-static-devel
Requires:      coreutils
Requires:      gawk
Requires:      gdb

%description
Statifier create from dynamically linked ELF executable
and all it's libraries (and all LD_PRELOAD libraries if any)
one file. This file can be copied and run on another machine
without need to drag all it's libraries.

%prep
%setup -q

%build
make all

%install

%makeinstall_std
chmod -R u+w %buildroot


%files
%doc AUTHORS ChangeLog INSTALL LICENSE NEWS README TODO
%attr(755,root,root)	%{_bindir}/statifier
%dir %{_prefix}/lib/statifier
%attr(755,root,root)	%{_prefix}/lib/statifier/*
%{_mandir}/man1/statifier.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.2-2
+ Revision: bd65a0c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8442 |14cr|statist-1.4.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Statist is a terminal-based statistics program
Name:		statist
Version:	1.4.1
Release:	5
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://statist.wald.intevation.org/
Source0:	http://wald.intevation.org/frs/download.php/301/statist-%{version}.tar.gz
Patch0:		statist-1.4.1-lang.patch
Patch1:		statist-1.4.1-flags.patch
Patch2:		statist-1.4.1-sfmt.patch
Patch3:		statist-1.4.1-no-strip.patch
Requires:	gnuplot

%description
Statist is a terminal-based statistics program with an interactive menu that
makes it very easy to use. It can also be run in scripts and big datasets are
handled reasonably well even on small machines. In spite of its low overhead
statist can do quite a bunch of regression functions and tests. It can produce
colorized output and uses gnuplot to create graphics.

%files -f %{name}.lang
%doc CHANGES COPYING CREDITS KNOWN_BUGS README
%doc examples/
%{_bindir}/statist
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
make \
	COMPILERCFLAGS="%{optflags} -c" \
	PREFIX=%{buildroot}%{_prefix}

%install
%makeinstall_std PREFIX=%{buildroot}%{_prefix}

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-5
+ Revision: 19079ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8443 |14cr|steak-1.7.3-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:         steak
Url:          http://www.informatik.uni-frankfurt.de/~razi/steak/steak.html
License:      GPLv2+
Group:        System/Internationalization
Summary:      English <-> German translator
Version:      1.7.3
Release:      14
Source0:      Steak.%{version}.tar.bz2
Patch0:       Steak-1.7.3-install.patch
Patch1:	      steak-1.7.3-aspell.patch
Patch2:	      Steak-recode-printbuffer-to-utf8.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
BuildRequires:	recode
Requires: aspell-de
Requires: aspell-en
Requires: recode

%description
steak translates and explain words. You can use it to translate
between German and English on the command line. It will even translate
the word you've selected under X when you call steak without
arguments.

%prep
%setup -q -n Steak
%patch0 -p 0 -E
%patch1 -p0 -b .aspell
%patch2 -p1
find -type d | xargs chmod 755
perl -pi -e "s!xxxLIBDIRx!%_libdir!" steak_install.sh
recode l9..u8 iso2txt 
recode l9..u8 Datensatz/ger-eng.txt

%build
make X11LIBDIR="-L%{_prefix}/X11R6/%_lib"

%install
mkdir -p %{buildroot}%{_libdir}/Steak/
echo | %makeinstall_std

cat > README.urpmi <<EOF
Anpassungen spezifisch fÃ¼r das Mandriva-Paket

Die Datenbank und das Programm wurden so umgestellt, dass es nur noch in der
UTF-8-Kodierung funktioniert, die inzwischen Standard ist. Die ursprÃ¼ngliche
Version funktionierte nur mit ISO-8859-1.


Mandriva RPM specific notes

The database and the program were changed to work in the UTF-8 encoding only. 
This is the current default. The original version only worked in ISO-8859-1.
EOF


%files
%doc README* INSTALL INSTALL.ger ChangeLog
%{_bindir}/*
%{_libdir}/Steak

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.3-14
+ Revision: cc81d31
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8444 |14cr|steghide-0.5.1-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A steganography program
Name:		steghide
Version:	0.5.1
Release:	15
License:	GPLv2+
Group:		File tools
URL:		http://steghide.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		steghide-0.5.1-gcc34.patch
Patch1:		steghide-0.5.1-gcc4.diff
Patch2:		steghide-0.5.1-passphrase-file.diff
Patch3:		steghide-0.5.1-gcc4_1.diff
Patch4:		steghide-0.5.1-libtool.diff
Patch5:		steghide-0.5.1-gcc43.patch
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	doxygen
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	libmcrypt-devel >= 2.5.8
BuildRequires:	libmhash-devel
BuildRequires:	libtool
BuildRequires:	libtool-devel
BuildRequires:	zlib-devel

%description
Steghide is a steganography program which embeds a secret message
in a cover file by replacing some of the least significant bits of
the cover file with bits of the secret message. After that, the
secret message is imperceptible and can only be extracted with the
correct passphrase. To increase invisibility the hidden bits are
encrypted (using the blowfish encryption algorithm) and
pseudo-randomly spreaded in the stego file. Steghide is able to
embed data in BMP, WAV and AU files.

%prep

%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p0
%patch4 -p1
%patch5 -p1 

%build
rm -f configure
libtoolize --force --copy; aclocal -I m4; autoheader; automake --add-missing --copy --foreign; autoconf
#touch NEWS ChangeLog AUTHORS

%configure2_5x

%make

%check
make check

%install
%makeinstall_std

# add the html docs
rm -rf html; cp -r doc/doxygen/html .

# fix this
rm -rf %{buildroot}%{_datadir}/doc

%find_lang %{name}

%files -f %{name}.lang
%doc BUGS CREDITS HISTORY INSTALL README TODO html
%{_bindir}/steghide
%{_mandir}/man1/steghide.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-15
+ Revision: e1488f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8445 |14cr|stella-3.9.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_gl	1
%define enable_sound	1
%define enable_debugger	1
%define enable_joystick	1
%define enable_cheats	1
%define enable_static	0

Summary:	An Atari 2600 Video Computer System emulator
Name:		stella
Version:	3.9.3
Release:	3
License:	GPLv2+
Group:		Emulators
Url:		http://stella.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	desktop-file-utils

%description
The Atari 2600 Video Computer System (VCS), introduced in 1977, was the most
popular home video game system of the early 1980's.  This emulator will run
most Atari ROM images, so that you can play your favorite old Atari 2600 games
on your PC.

%prep
%setup -q
perl -pi -e "s|.png||" src/unix/stella.desktop
perl -pi -e "s|$(INSTALL) -c -s|$(INSTALL) -c|" Makefile

%build
%setup_compile_flags
touch configure.in
./configure \
%if %{enable_gl}
	--enable-gl \
%else
	--disable-gl \
%endif
%if %{enable_sound}
	--enable-sound \
%else
	--disable-sound \
%endif
%if %{enable_debugger}
	--enable-debugger \
%else
	--disable-debugger \
%endif
%if %{enable_joystick}
	--enable-joystick \
%else
	--disable-joystick \
%endif
%if %{enable_cheats}
	--enable-cheats \
%else
	--disable-cheats \
%endif
%if %{enable_static}
	--enable-static \
%else
	--enable-shared \
%endif
	--docdir=%{_docdir}/stella \
	--prefix=%{_prefix} \
	--x-libraries=%{_prefix}/X11R6/%{_lib}

%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-MoreApplications-Emulators" \
  --dir %{buildroot}%{_datadir}/applications/ \
  %{buildroot}%{_datadir}/applications/*

%files
%{_docdir}/stella/*
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.9.3-3
+ Revision: c3c00fd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8446 |14cr|stellarium-0.12.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define title	Stellarium

Name:		stellarium 
Version:	0.12.4
Release:	2
Summary:	Desktop planetarium 
Group:		Sciences/Astronomy
License:	GPLv2+
URL:		http://www.stellarium.org
Source0:	http://sourceforge.net/projects/stellarium/files/Stellarium-sources/0.12.4/%{name}-%{version}.tar.gz
Buildrequires:	pkgconfig(glu) 
Buildrequires:	pkgconfig(sdl)
Buildrequires:	pkgconfig(SDL_mixer)
Buildrequires:	pkgconfig(libpng)
Buildrequires:	jpeg-devel
Buildrequires:	pkgconfig(freetype2)
Buildrequires:	qt4-devel >= 3:4.4.1
BuildRequires:	gettext-devel
Buildrequires:	cmake
Buildrequires:	imagemagick

%description
Stellarium renders 3D photo-realistic skies in real time. 
With stellarium, you really see what you can see with your eyes,
binoculars or a small telescope.


%prep 
%setup -q

%build 
%cmake_qt4
%make

%install
cd build
%makeinstall_std INSTALL="%{_bindir}/install -c -p"
cd -

mkdir -p %{buildroot}%{_datadir}/applications

install -d -m 755 %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert  %{buildroot}%{_datadir}/stellarium/data/stellarium.ico[1] \
    %{buildroot}%{_liconsdir}/stellarium.png
convert  %{buildroot}%{_datadir}/stellarium/data/stellarium.ico[2] \
    %{buildroot}%{_iconsdir}/stellarium.png
convert  %{buildroot}%{_datadir}/stellarium/data/stellarium.ico[4] \
    %{buildroot}%{_miconsdir}/stellarium.png

%find_lang %{name} %{name}-skycultures %{name}.lang

%files -f %{name}.lang 
#%{name}-skycultures.lang
%defattr(-,root,root,0755) 
%doc README COPYING AUTHORS 
%{_bindir}/%{name} 
%{_datadir}/%{name}
%{_mandir}/man1/*.1.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/stellarium.xpm
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.4-2
+ Revision: 18f2068
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8447 |14cr|stepmania-3.9-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	distname	StepMania

%define build_mp3 1
%{?_with_mp3: %global build_mp3 1}
%{?_without_mp3: %global build_mp3 0}

Summary:	A rythm game
Name:		stepmania
Version:	3.9
Release:	15
License:	MIT
Url:		http://www.stepmania.com/wiki/Downloads
Group:		Games/Arcade
Source0:	%{distname}-%{version}-src.tar.bz2
Patch0:         StepMania-3.9-x86_64-build.patch
Patch1:		StepMania-3.9-build_crypto.patch
Patch3:		StepMania-3.9-home.patch
Patch4:		StepMania-3.9-pkgdir.patch
Patch5:		StepMania-3.9-eventmask.patch
Patch6:		StepMania-3.9-extraqual.patch
Patch7:		StepMania-3.9-replace-this.patch
Patch8:		StepMania-3.9-src-gettid.patch
Patch9:		stepmania-3.9-ffmpeg-all-4.patch
Patch10:	stepmania-3.9-ffmpeg-headers.patch
Patch11:	stepmania-3.9-ffmpeg-pixfmt.patch
Patch12:	stepmania-3.9-select_style.patch
Patch13:	stepmania-3.9-gcc43.patch
Patch14:	stepmania-3.9-fix-str-fmt.patch
Patch15:	stepmania-3.9-libpng15.patch
Patch16:	stepmania-gcc46.patch
Patch17:	stepmania-gcc47.patch

BuildRequires:  ffmpeg-devel
BuildRequires:  pkgconfig(vorbis)
BuildRequires:  jpeg-devel
BuildRequires:  pkgconfig(sdl)
BuildRequires:  lua5.0-devel
BuildRequires:	pkgconfig(glu)
%if %{build_mp3}
BuildRequires:	mad-devel
%endif
Requires:	%{name}-data

%description
StepMania is a music/rhythm game. The player presses different buttons in time 
to the music and to note patterns that scroll across the screen. Features 3D 
graphics, visualizations, support for gamepads/dance pads, a step recording 
mode, and more!
To add songs, simply copy the content of your folder containing songs 
to ~/StepMania/Songs as user, or to /usr/share/StepMania/Songs as root.

%prep
%setup -q -n %{distname}-%{version}-src
%patch0 -p1 -b .x86_64
%patch1 -p1 -b .crypto
%patch3 -p1 -b .home
%patch4 -p1 -b .pkgdir
%patch5 -p1 -b .eventmask
%patch6 -p1 -b .extraqual
%patch7 -p1 -b .replace
%patch8 -p1 -b .gettid
%patch9 -p1 -b .ffmpeg-4
%patch10 -p1 -b .ffmpeg-headers
%patch11 -p1 -b .ffmpeg-pixfmt
%patch12 -p1 -b .select-style
%patch13 -p1 -b .gcc
%patch14 -p1 -b .str
%patch15 -p0 -b .libpng
%patch16 -p1 -b .gcc
%patch17 -p1 -b .gcc

%build
export CFLAGS="%{optflags} -O1"
export CXXFLAGS="%{optflags} -O1 -fpermissive"
%configure2_5x \
  --disable-dependency-tracking \
  --bindir=%{_gamesbindir} \
  --datadir=%{_gamesdatadir} \
  --disable-gtktest --disable-gtk2 \
%if %build_mp3
  --with-mp3
%else
  --without-mp3
%endif

%make

%install
%makeinstall_std
install -d -m 0755 -p %{buildroot}%{_iconsdir}
install -m 0644 %{_topdir}/BUILD/%{distname}-%{version}-src/src/%{distname}.xpm %{buildroot}%{_iconsdir}/

install -d -m 0755 -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/stepmania
Name=StepMania
Comment=A rythm game
Icon=%{distname}
Categories=Game;ArcadeGame;
EOF

%clean

%files
%doc README-FIRST.html NEWS
%{_gamesbindir}/%{name}
%{_iconsdir}/%{distname}.xpm
%{_datadir}/applications/mandriva-*.desktop

%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.9-15
+ Revision: 5e4596c
- Fix .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8448 |14cr|stepmania-data-3.9-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gamename StepMania
%define distname %{gamename}-data
%define	name	stepmania-data
%define	version	3.9
%define release	8

Summary:	A rythm game : data files
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	MIT
Url:		http://www.stepmania.com/wiki/Downloads
Group:		Games/Arcade
Source0:	%{distname}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildArch:  	noarch

%description
StepMania is a free dance and rhythm game for Linux. It features 3D 
graphics, keyboard and "dance pad" support, and an editor for creating 
your own steps.

%prep
%setup -q -n %{distname}-%{version}

%install
rm -rf %buildroot
install -d -m 0755 $RPM_BUILD_ROOT/%{_gamesdatadir}/%{gamename}/
cp -a %{_topdir}/BUILD/%{distname}-%{version}/* $RPM_BUILD_ROOT/%{_gamesdatadir}/%{gamename}/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_gamesdatadir}/%{gamename}/Announcers
%{_gamesdatadir}/%{gamename}/BGAnimations
%{_gamesdatadir}/%{gamename}/CDTitles
%{_gamesdatadir}/%{gamename}/Characters
%{_gamesdatadir}/%{gamename}/Courses
%{_gamesdatadir}/%{gamename}/Data
%{_gamesdatadir}/%{gamename}/Docs
%{_gamesdatadir}/%{gamename}/NoteSkins
%{_gamesdatadir}/%{gamename}/RandomMovies
%{_gamesdatadir}/%{gamename}/Songs
%{_gamesdatadir}/%{gamename}/Themes
%{_gamesdatadir}/%{gamename}/Visualizations




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.9-8
+ Revision: 08633ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8449 |14cr|stepmania-stepmix1-1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name stepmania-stepmix1
%define version 1
%define release 7

Summary: StepMania StepMix1 song pack
Name: %{name}
Version: %{version}
Release: %{release}
# from http://www.tfbw.com/dancegames/songs/
Source0: http://files.tfbw.com/stepmania/songs/StepMania_all_StepMix1_entries.smzip
License: Creative Commons Attribution/Attribution-ShareAlike 2.5
Group: Games/Arcade
Url: http://www.stepmania.com/wiki/StepMix_1_Contest
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
This packages contains the songs from the StepMania StepMix1 contest.

%prep
%setup -q -c -T

%build

%install
rm -rf %{buildroot}
install -D -m 644 %{SOURCE0} %{buildroot}%{_gamesdatadir}/StepMania/Packages/StepMix1.smzip

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_gamesdatadir}/StepMania/Packages/StepMix1.smzip





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1-7
+ Revision: dbaacc2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8450 |14cr|stfl-0.21-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0

%define libname   %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	Structured Terminal Forms Language

Name:		stfl
Version:	0.21
Release:	11
Source0:	%{name}-%{version}.tar.gz
Patch0:		stfl-0.21-pass-ldflags-and-ldlibs.patch
License:	GPLv3+
Group:		Development/Other
Url:		http://www.clifford.at/stfl/
BuildRequires:	ncursesw-devel
BuildRequires:	swig
BuildRequires:	perl-devel ruby-devel python-devel
 
%description
STFL is a library which implements a curses-based widget set for text
terminals. The STFL API can be used from C, SPL, Python, Perl and
Ruby. Since the API is only 14 simple function calls big and there are
already generic SWIG bindings, it is very easy to port STFL to
other scripting languages.

A special language (the Structured Terminal Forms Language) is used to
describe STFL GUIs. The language is designed to be easy and fast to
write so an application programmer does not need to spend ages
fiddling around with the GUI and can concentrate on the more
interesting programming tasks.

%package -n	%{libname}
Summary:	Structured Terminal Forms Language library

Group:		System/Libraries

%description -n	%{libname}
STFL is a library which implements a curses-based widget set for text
terminals. The STFL API can be used from C, SPL, Python, Perl and
Ruby. Since the API is only 14 simple function calls big and there are
already generic SWIG bindings, it is very easy to port STFL to
other scripting languages.

A special language (the Structured Terminal Forms Language) is used to
describe STFL GUIs. The language is designed to be easy and fast to
write so an application programmer does not need to spend ages
fiddling around with the GUI and can concentrate on the more
interesting programming tasks.

This package contains the shared library required for running programs
that use STFL.

%package -n	%{develname}
Summary:	Structured Terminal Forms Language development files

Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
STFL is a library which implements a curses-based widget set for text
terminals. The STFL API can be used from C, SPL, Python, Perl and
Ruby. Since the API is only 14 simple function calls big and there are
already generic SWIG bindings, it is very easy to port STFL to
other scripting languages.

A special language (the Structured Terminal Forms Language) is used to
describe STFL GUIs. The language is designed to be easy and fast to
write so an application programmer does not need to spend ages
fiddling around with the GUI and can concentrate on the more
interesting programming tasks.

This package contains the C headers and other files needed to compile
programs that use STFL.

%package -n	python-%{name}
Summary:	Structured Terminal Forms Language Python bindings

Group:		Development/Python

%description -n	python-%{name}
STFL is a library which implements a curses-based widget set for text
terminals. The STFL API can be used from C, SPL, Python, Perl and
Ruby. Since the API is only 14 simple function calls big and there are
already generic SWIG bindings, it is very easy to port STFL to
other scripting languages.

A special language (the Structured Terminal Forms Language) is used to
describe STFL GUIs. The language is designed to be easy and fast to
write so an application programmer does not need to spend ages
fiddling around with the GUI and can concentrate on the more
interesting programming tasks.

This package contains the bindings needed to use STFL with Python.

%package -n	perl-%{name}
Summary:	Structured Terminal Forms Language Perl bindings

Group:		Development/Perl

%description -n	perl-%{name}
STFL is a library which implements a curses-based widget set for text
terminals. The STFL API can be used from C, SPL, Python, Perl and
Ruby. Since the API is only 14 simple function calls big and there are
already generic SWIG bindings, it is very easy to port STFL to
other scripting languages.

A special language (the Structured Terminal Forms Language) is used to
describe STFL GUIs. The language is designed to be easy and fast to
write so an application programmer does not need to spend ages
fiddling around with the GUI and can concentrate on the more
interesting programming tasks.

This package contains the bindings needed to use STFL with Perl.

%package -n	ruby-%{name}
Summary:	Structured Terminal Forms Language Ruby bindings

Group:		Development/Ruby

%description -n	ruby-%{name}
STFL is a library which implements a curses-based widget set for text
terminals. The STFL API can be used from C, SPL, Python, Perl and
Ruby. Since the API is only 14 simple function calls big and there are
already generic SWIG bindings, it is very easy to port STFL to
other scripting languages.

A special language (the Structured Terminal Forms Language) is used to
describe STFL GUIs. The language is designed to be easy and fast to
write so an application programmer does not need to spend ages
fiddling around with the GUI and can concentrate on the more
interesting programming tasks.

This package contains the bindings needed to use STFL with Ruby.

%prep
%setup -q
%patch0 -p1 -b .ldflags~
%{__sed} -i 's,$(prefix)/lib,/%{_libdir},g' python/Makefile.snippet
%{__sed} -i 's,$(prefix)/lib,/%{_libdir},g' ruby/Makefile.snippet
%{__sed} -i 's,$(prefix)/$(libdir)/ruby,%{ruby_sitedir},g' ruby/Makefile.snippet
%{__sed} -i 's,libdir=lib,libdir=%{_libdir},g' Makefile 
%{__sed} -i "s,cd python && python -c 'import stfl',python -mcompileall .," python/Makefile.snippet
%{__sed} -i 's,export prefix ?= /usr/local,export prefix ?= %{_prefix},g' Makefile.cfg
%{__sed} -i 's,mkdir -p \$(DESTDIR)\$(prefix)/lib/pkgconfig,mkdir -p \$(DESTDIR)%{_libdir}/pkgconfig,g' Makefile
%{__sed} -i 's,libstfl.a \$(DESTDIR)\$(prefix)/lib/,libstfl.a \$(DESTDIR)%{_libdir},g' Makefile
%{__sed} -i 's,stfl.pc \$(DESTDIR)\$(prefix)/lib/pkgconfig/,stfl.pc \$(DESTDIR)%{_libdir}\/pkgconfig/,g' Makefile

%build
CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" %make

%install
%makeinstall_std prefix=%{_prefix} libdir=%{_lib}

%files -n %{libname}
%{_libdir}/libstfl.so.%{major}*

%files -n %{develname}
%doc COPYING README 
%{_includedir}/stfl.h
%{_libdir}/libstfl.a
%{_libdir}/libstfl.so
%{_libdir}/pkgconfig/stfl.pc

%files -n python-%{name}
# XXX: python extension should likely not be located under this directory..
#%{py_dyndir}/_stfl.so
%dir %{py_platsitedir}/lib-dynload
%{py_platsitedir}/lib-dynload/_stfl.so
%{py_platsitedir}/stfl.py*

%files -n perl-%{name}
%{perl_vendorarch}/example.pl
%{perl_vendorarch}/stfl.pm
%dir %{perl_vendorarch}/auto/stfl
%{perl_vendorarch}/auto/stfl/stfl.so

%files -n ruby-%{name}
%{ruby_sitearchdir}/stfl.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.21-11
+ Revision: 12ae709
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8451 |14cr|stgit-0.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Stacked GIT
Name:		stgit
Version: 	0.16
Release: 	2
Url: 		http://www.procode.org/stgit/
Source0: 	http://download.gna.org/stgit/%{name}-%{version}.tar.gz

License: 	GPL
Group: 		Development/Other
BuildArch: 	noarch
Requires: 	python
Requires: 	git-core
BuildRequires:	python-devel
BuildRequires:  git-core

%description
StGIT is a Python application providing similar functionality to Quilt (i.e.
pushing/popping patches to/from a stack) on top of GIT. These operations are
performed using GIT commands and the patches are stored as GIT commit objects,
allowing easy merging of the StGIT patches into other repositories using
standard GIT functionality.

Note that StGIT is not an SCM interface on top of GIT and it expects a
previously initialised GIT repository. For standard SCM operations, either use
plain GIT commands or the Cogito tool.


%prep
%setup

%build
%make

%install
%make install DESTDIR=%{buildroot} prefix=%{_prefix}

%files
%{_bindir}/*
%{_datadir}/%{name}
%{py_puresitedir}/%{name}
%{py_puresitedir}/%{name}-*.egg-info
%doc README AUTHORS INSTALL COPYING


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.16-2
+ Revision: 3427e9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8452 |14cr|stjerm-0.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GTK+-based drop-down terminal emulator
Name:		stjerm
Version:	0.14
Release:	2
Group:		Terminals	
License:	GPLv2
URL:		http://code.google.com/p/stjerm-terminal-emulator/
Source0:	http://stjerm-terminal-emulator.googlecode.com/files/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(vte)

%description
Stjerm is a GTK+-based drop-down terminal emulator similar to the consoles used
in PC games such as Quake and Half-Life2. Stjerm sets itself apart from similar
programs by providing a minimalistic interface combined with a small file size,
lightweight memory usage and easy integration with composite window managers
such as Compiz.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING ChangeLog README TODO NEWS
%{_bindir}/%{name}
%{_mandir}/man8/stjerm.8*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.14-2
+ Revision: 2fefa39
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8453 |14cr|stk-4.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		4
%define	libname		%mklibname %{name} %{major}
%define	develname	%mklibname -d %{name}

Name:		stk
Version:	4.4.4
Release:	2
Summary:	Synthesis ToolKit in C++
Group:		Sound
License:	MIT
URL:		http://ccrma.stanford.edu/software/stk/
# Original tarfile can be found at %%{url}/release/%%{name}-%%{version}.tar.gz
# We remove legally questionable files as well as accidentally packed
# object files.
Source0:	%{name}-%{version}.stripped.tar.gz
Source1:	README.fedora
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-%{version}-header.patch
Patch1:		%{name}-%{version}-cflags-lib.patch
Patch2:		%{name}-%{version}-sharedlib.patch
Patch3:		%{name}-%{version}-projects.patch
Patch4:		%{name}-%{version}-pthread.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(jack)
BuildRequires:	symlinks
BuildRequires:	autoconf

%description
The Synthesis ToolKit in C++ (STK) is a set of open source audio signal
processing and algorithmic synthesis classes written in the C++ programming
language. STK was designed to facilitate rapid development of music synthesis
and audio processing software, with an emphasis on cross-platform
functionality, realtime control, ease of use, and educational example code.
The Synthesis ToolKit is extremely portable (it's mostly platform-independent
C and C++ code), and it's completely user-extensible (all source included, no
unusual libraries, and no hidden drivers). We like to think that this
increases the chances that our programs will still work in another 5-10 years.
In fact, the ToolKit has been working continuously for about 10 years now. STK
currently runs with real-time support (audio and MIDI) on Linux, Macintosh OS
X and Windows computer platforms. Generic, non-realtime support has been
tested under NeXTStep, Sun, and other platforms and should work with any
standard C++ compiler.

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the main library for %{name}.

%files  -n %{libname}
%doc README
%{_libdir}/libstk.so.*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/rawwaves

#------------------------------------------------------------------------------

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C++
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for developing
applications that use %{name}.

%files -n %{develname}
%doc README doc/* README.fedora
%{_libdir}/libstk.so
%{_includedir}/*

#------------------------------------------------------------------------------

%package demos
Summary:	Demo applications for %{name}
Group:		Sound
Requires:	tk >= 8.0
Requires:	%{libname} = %{version}

%description demos
The %{name}-demo package contains the demo applications for the C++ Sound
Synthesis ToolKit.

%files demos
%doc README README.fedora
%{_bindir}/%{name}-*
%{_bindir}/Md2Skini
%{_datadir}/%{name}/demo
%{_datadir}/%{name}/examples
%{_datadir}/%{name}/effects
%{_datadir}/%{name}/ragamatic
%{_datadir}/%{name}/eguitar

#--------------------------------------------------------------------------------

%prep
%setup0 -q
%patch0 -p1 -b .header
%patch1 -p1 -b .cflags
%patch2 -p1 -b .sharedlib
%patch3 -p1 -b .projects
%patch4 -p1 -b .pthread

# we patched configure.ac
autoconf -v

cp -a %{SOURCE1} README.fedora

# generated file
rm projects/examples/libMakefile

# remove backup files
find . -name '*~' -exec rm {} \;

# correct wrong perms
chmod 0644 src/LentPitShift.cpp
chmod 0644 include/LentPitShift.h

%build
# TODO: Fix build with oss support
%configure2_5x --with-jack --with-alsa RAWWAVE_PATH=%{_datadir}/stk/rawwaves/
%make -C src
%make -C projects/demo libdemo libMd2Skini
%make -C projects/examples -f libMakefile
%make -C projects/effects libeffects
%make -C projects/ragamatic libragamat
%make -C projects/eguitar libeguitar
#make %%{?_smp_mflags} -C projects/eguitar libeguitar


%install
mkdir -p \
    %{buildroot}%{_includedir}/stk \
    %{buildroot}%{_libdir} \
    %{buildroot}%{_bindir} \
    %{buildroot}%{_datadir}/stk/rawwaves \
    %{buildroot}%{_datadir}/stk/demo \
    %{buildroot}%{_datadir}/stk/examples \
    %{buildroot}%{_datadir}/stk/effects \
    %{buildroot}%{_datadir}/stk/ragamatic \
    %{buildroot}%{_datadir}/stk/eguitar

cp -p include/* %{buildroot}%{_includedir}/stk
cp -pd src/libstk.* %{buildroot}%{_libdir}
cp -p rawwaves/*.raw %{buildroot}%{_datadir}/stk/rawwaves

cp -pr projects/demo/tcl %{buildroot}%{_datadir}/stk/demo
cp -pr projects/demo/scores %{buildroot}%{_datadir}/stk/demo
cp -p projects/demo/demo %{buildroot}%{_bindir}/stk-demo
cp -p projects/demo/Md2Skini %{buildroot}%{_bindir}/Md2Skini
for f in Banded Drums Modal Physical Shakers StkDemo Voice ; do
    chmod +x projects/demo/$f
    sed -e 's,\./demo,%{_bindir}/stk-demo,' -e '1i#! /bin/sh' -i projects/demo/$f
    cp -p projects/demo/$f %{buildroot}%{_datadir}/stk/demo
done

cp -pr projects/examples/midifiles %{buildroot}%{_datadir}/stk/examples
cp -pr projects/examples/rawwaves %{buildroot}%{_datadir}/stk/examples
cp -pr projects/examples/scores %{buildroot}%{_datadir}/stk/examples
for f in sine sineosc foursine audioprobe midiprobe duplex play \
  record inetIn inetOut rtsine crtsine bethree controlbee threebees playsmf grains ; do
    cp -p projects/examples/$f %{buildroot}%{_bindir}/stk-$f
# absolute links, will be shortened later
    ln -s %{buildroot}%{_bindir}/stk-$f %{buildroot}%{_datadir}/stk/examples/$f
done

cp -pr projects/effects/tcl %{buildroot}%{_datadir}/stk/effects
cp -p projects/effects/effects %{buildroot}%{_bindir}/stk-effects
sed -e 's,\./effects,%{_bindir}/stk-effects,' -e '1i#! /bin/sh' \
  -i projects/effects/StkEffects
cp -p projects/effects/StkEffects %{buildroot}%{_datadir}/stk/effects

cp -pr projects/ragamatic/tcl %{buildroot}%{_datadir}/stk/ragamatic
cp -pr projects/ragamatic/rawwaves %{buildroot}%{_datadir}/stk/ragamatic
cp -p projects/ragamatic/ragamat %{buildroot}%{_bindir}/stk-ragamat
sed -e 's,\./ragamat,%{_bindir}/stk-ragamat,' -e '1i#! /bin/sh' \
  -i projects/ragamatic/Raga
cp -p projects/ragamatic/Raga %{buildroot}%{_datadir}/stk/ragamatic

cp -pr projects/eguitar/tcl %{buildroot}%{_datadir}/stk/eguitar
cp -pr projects/eguitar/scores %{buildroot}%{_datadir}/stk/eguitar
cp -p projects/eguitar/eguitar %{buildroot}%{_bindir}/stk-eguitar
sed -e 's,\./eguitar,%{_bindir}/stk-eguitar,' -e '1i#! /bin/sh' \
  -i projects/eguitar/ElectricGuitar
cp -p projects/eguitar/ElectricGuitar %{buildroot}%{_datadir}/stk/eguitar

# fix encoding
iconv -f iso-8859-1 -t utf-8 doc/doxygen/index.txt \
  -o doc/doxygen/index.txt.tmp
mv doc/doxygen/index.txt.tmp doc/doxygen/index.txt

# fix symlinks
symlinks -crv %{buildroot}

# remove .a files
rm -f %{buildroot}%{_libdir}/libstk.a

# finally, fix permissions
chmod -R u=rwX,go=rX %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.4.4-2
+ Revision: 06aad82
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8454 |14cr|stlport-5.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname stlport %major
%define libname_devel %mklibname -d stlport

Name:          stlport
Version:       5.2.1
Release:       2
Summary:       Multiplatform C++ Standard Library (STL implementation)
Group:         System/Libraries
License:       GPL
Url:           http://www.stlport.org/
Source0:       http://sourceforge.net/projects/stlport/files/STLport/STLport-5.2.1/STLport-5.2.1.tar.gz

BuildRequires: boost-devel
BuildRequires: libstdc++-devel
BuildRequires: libstdc++-static-devel


%description
STLport is a multiplatform ANSI C++ Standard Library implementation. It is
free, open-source product, featuring the following:

-  Advanced techniques and optimizations for maximum efficiency
-  Exception safety and thread safety
-  Important extensions - hash tables, singly-linked list, rope

%package -n %libname
Summary:       %{name} - Complete C++ standard library
Group:         System/Libraries
Provides:      %{name} = %version

%description -n %libname
STLport is a multiplatform STL implementation based on SGI STL.
This package contains the runtime library for STLport.

%package -n %libname_devel
Group:         Development/C++
Summary:       Devel package for %{name}
Requires:      %libname = %{version}-%{release}
Provides:      %{name}-devel = %{version}

%description -n %libname_devel
STLport is a multiplatform STL implementation based on SGI STL. Complete   
C++ standard library, including <complex> and SGI STL iostreams.

This package contains static libraries and header files need for development.

%prep
%setup -q -n STLport-%{version}

%build
# Unknown configuration option '--build=i586-mageia-linux-gnu'
./configure \
  --prefix=%_prefix \
  --bindir=%_bindir \
  --libdir=%_libdir \
  --includedir=%_includedir \
  --use-compiler-family=gcc \
  --with-system-boost \
  --without-debug
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{buildroot}
#cd %{buildroot}%_includedir/stlport
#ln -s . ext

%files -n %libname
%_libdir/libstlport.so.%{major}*
%doc README

%files -n %libname_devel
%dir %_includedir/stlport
%_includedir/stlport/*
%_libdir/libstlport.so
%doc INSTALL* etc/ChangeLog* etc/*.txt etc/*.gif doc/FAQ doc/README.utf8 doc/*.txt

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.2.1-2
+ Revision: 57b782e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8455 |14cr|stopmotion-0.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An application for creating stopmotion animations
Name:		stopmotion
Version:	0.7.2
Release:	2
License:	GPLv2+
Group:		Video
Url:		http://stopmotion.bjoernen.com/
Source0:	http://developer.skolelinux.no/info/studentgrupper/2005-hig-stopmotion/project_management/webpage/releases/%{name}-%{version}.tar.gz
BuildRequires:	librsvg
BuildRequires:	qt4-linguist
BuildRequires:	inotifytools-devel
BuildRequires:	libtar-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(vorbis)
Requires:	vgrabbj

%description
Stopmotion is a free application for creating stop-motion animation movies.
The users will be able to create stop-motions from pictures imported from
a camera or from the harddrive, add sound effects and export the animation
to different video formats such as mpeg or avi.

%files
%doc README AUTHORS manual/
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/%{name}.svg

#----------------------------------------------------------------------------

%prep
%setup -q

%build
lrelease translations/*
%qmake_qt4 PREFIX=%{_prefix}

%make

%install
make install INSTALL_ROOT=%{buildroot}

# Install icons of various sizes
for s in 256 128 96 48 32 22 16 ; do
    mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
    rsvg-convert -w ${s} -h ${s} \
    graphics/%{name}.svg -o \
    %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.2-2
+ Revision: c7cf6ae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8456 |14cr|stoq-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A powerful retail system
Name:		stoq
Version:	1.0.0
Release:	5
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.stoq.com.br/
Source0:	stoq-%{version}.tar.gz
BuildRequires:	python-kiwi >= 1.9.28
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
Requires:	postgresql >= 8.4
Requires:	pygtk2 >= 2.16
Requires:	pypoppler >= 0.12.1
Requires:	python-dateutil >= 1.4.1
Requires:	python-imaging >= 1.1.5
Requires:	python-gudev >= 147
Requires:	python-kiwi >= 1.9.29
Requires:	python-mako >= 0.2.5
Requires:	python-psycopg2 >= 2.0.5
Requires:	python-reportlab >= 2.4
Requires:	python-zope-interface >= 3.0.1
BuildArch:	noarch

%description
Stoq is a suite of Retail Management System applications.
It includes the following applications;
Point of Sales, Cash register, Sales, Purchase Orders, Inventory control,
Customer Relationship Management (CRM), Financial Accounting,
Accounts Payable and Accounts Receivable, Printable Reports, Employees
and Suppliers registry.

%files -f %{name}.lang
%doc AUTHORS CONTRIBUTORS COPYING README NEWS
%{_bindir}/stoq
%{_bindir}/stoqcreatedbuser
%{_bindir}/stoqdbadmin
%{_bindir}/stoqruncmd
%{_sysconfdir}/stoq
%{_datadir}/stoq/*
%{_datadir}/polkit-1/*
%{_datadir}/icons/*
%{_prefix}/lib/stoqlib/*
%{_datadir}/applications/stoq.desktop
%{python_sitelib}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n stoq-%{version}

%build
python setup.py build

%install
mkdir -p %{buildroot}%{_sysconfdir}/stoq
python setup.py install -O1 --skip-build --root %{buildroot}
rm -rf %{buildroot}%{_defaultdocdir}

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: 63ed817
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8457 |14cr|stoqdrivers-0.9.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%define name stoqdrivers
%define version 0.9.14
%define release 3

Summary: Fiscal driver collection
Name: %{name}
Epoch: 1
Version: %{version}
Release: %{release}
License: LGPL
Group: System/Libraries
URL: http://www.stoq.com.br/
Source: stoqdrivers-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: python-zope-interface >= 3.0.1, python-serial >= 2.2, python-kiwi >= 1.9.27
BuildRequires: python-kiwi >= 1.9.28
BuildRequires: python-zope-interface >= 3.0.1
BuildRequires: python-serial >= 2.2
BuildArch: noarch

%description
This is a powerful collection of device drivers written in Python and totally
focused on retail systems. Stoqdrivers also offers an unified API for devices
like fiscal printers which makes it easy to embed in many applications.

%prep

%setup -q

%build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README
%{python_sitelib}/stoqdrivers
%{_datadir}/locale/*/LC_MESSAGES/stoqdrivers.mo
%{_datadir}/stoqdrivers/conf/*.ini
%{python_sitelib}/*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.9.14-3
+ Revision: 87ba8de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8458 |14cr|stow-2.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Separate software packages manager

Name: stow
Version: 2.2.0
Release: 3
License: GPL
Group: System/Configuration/Packaging
Source0: ftp://ftp.gnu.org/gnu/stow/%{name}-%{version}.tar.gz
# (blino) from upstream CVS
Patch0: stow-1.3.3-root_foo.patch.bz2
URL: http://www.gnu.org/software/stow/
BuildArch: noarch

%description
GNU Stow is a program for managing the installation of software packages,
keeping them separate (/usr/local/stow/emacs vs. /usr/local/stow/perl, for
example) while making them appear to e installed in the same place
(/usr/local).

%prep
%setup -q

%build
%configure2_5x 
%make

%install
%makeinstall

%files
%defattr(-,root,root,0755)
%doc AUTHORS COPYING NEWS README THANKS TODO
%{_bindir}/*
%{_infodir}/*
%{_mandir}/man8/stow.*
%{_usr}/lib/perl5/site_perl/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.0-3
+ Revision: 7a9eb7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8459 |14cr|stp-0.1392-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Constraint solver used by program analysis tools
Name:		stp
Version:	0.1392
Release:	3
License:	MIT and BSD
Group:		Development/Other
Url:		https://sites.google.com/site/stpfastprover/
# (using revision 1392)
# svn https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp stp
# find stp -name .svn | xargs rm -rf
# tar jcf stp.tar.bz2 stp
Source0:	stp.tar.bz2
Patch0:		stp-version.patch
Patch1:		stp-bison3.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	subversion
BuildRequires:	valgrind
BuildRequires:	pkgconfig(zlib)

%description
STP is a constraint solver (also referred to as a decision procedure or
automated prover) aimed at solving constraints generated by program analysis
tools, theorem provers, automated bug finders, biology, cryptography,
intelligent fuzzers and model checkers. STP has been used in many research
projects at Stanford, Berkeley, MIT, CMU and other universities. It is also
being used at many companies such as NVIDIA, some startup companies, and
by certain government agencies.

The input to STP are formulas over the theory of bit-vectors and arrays
(This theory captures most expressions from languages like C/C++/Java and
Verilog), and the output of STP is a single bit of information that
indicates whether the formula is satisfiable or not. If the input is
satisfiable, then it also generates a variable assignment to satisfy the
input formula.

%files
%doc %{_docdir}/%{name}
%{_bindir}/*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for STP
Group:		Development/Other
Conflicts:	%{name} < 0.1392-2
Requires:	%{name} = %{EVRD}

%description devel
Development files for STP.

%files devel
%{_includedir}/*
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1
perl -pi -e "s|(TEST_PREFIX=).*|\$1tests/|;" scripts/Makefile.common
perl -pi -e "s|__PACKAGE_VERSION__|%{version}|;" src/main/Makefile

%build
. scripts/configure --with-prefix=%{_prefix} --with-fpic
%make OPTIMIZE="%{optflags}"

%install
make install PREFIX=%{buildroot}%{_prefix} LIB_DIR=%{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_docdir}/%{name}
install -m644 AUTHORS CODING_GUIDLINES DOWNLOAD LICENSE \
	LICENSE_COMPONENTS README %{buildroot}%{_docdir}/%{name}

%check
PATH=$PWD/bin:$PATH make regressall
install -m644 *.log %{buildroot}%{_docdir}/%{name}


%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1392-3
+ Revision: d7cc245
- Add patch to fix build with bison 3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8460 |14cr|stratagus-2.2.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A real time strategy game engine
Name:		stratagus
Version:	2.2.7
Release:	5
License:	GPLv2+
Group:		Games/Strategy
Url:		http://stratagus.sourceforge.net/
Source0:	http://launchpad.net/stratagus/trunk/%{version}/+download/%{name}_%{version}.orig.tar.gz
BuildRequires:	cmake
BuildRequires:	bzip2-devel
BuildRequires:	libmikmod-devel
BuildRequires:	mng-devel
BuildRequires:	tolua++-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
Stratagus is a free cross-platform real-time strategy gaming engine.
It includes support for playing over the internet/LAN, or playing a computer
opponent. The engine is configurable and can be used to create games with a
wide-range of features specific to your needs.

%files
%doc README doc/*
%{_gamesbindir}/%{name}
%{_bindir}/png2stratagus
%{_sbindir}/metaserver

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description devel
This package contains development files for %{name}.

%files devel
%{_includedir}/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}_%{version}.orig

%build
# default build options seem to be fine
%cmake -DENABLE_DEV=ON
%make

%install
%makeinstall_std -C build


%changelog
* Thu Sep 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.7-5
+ Revision: b5d5454
- Force lua 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8461 |14cr|straw-0.27-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	straw
%define version 0.27
%define release 9
%define fname %name-%{version}
%define	Summary	RSS feed agregator for Gnome

Summary:	%Summary
Name:		%name
Version:	%version
Release:	%release
License:	GPL
Group:		Networking/News
URL:		http://www.gnome.org/projects/straw/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/straw/%{fname}.tar.bz2
Source1:	%name-icons.tar.bz2
Patch0:		straw-0.27-fix-build.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	python-devel >= 2.3
BuildRequires:	pygtk2.0-libglade >= 2.6
BuildRequires:	pygtk2.0-devel >= 2.6
BuildRequires:	gnome-python-canvas
BuildRequires:	gnome-python-gtkhtml2
BuildRequires:	gnome-python-gnomevfs
BuildRequires:	gnome-python-gconf
BuildRequires:	adns-python 
BuildRequires:	intltool
BuildRequires:	dbus-python
BuildRequires:	desktop-file-utils
Requires:	pygtk2.0-libglade >= 2.6
Requires:	gnome-python-canvas
Requires:	gnome-python-gtkhtml2
Requires:	gnome-python-gnomevfs
Requires:	gnome-python-gconf
Requires:	dbus-python
Requires:	adns-python 
#gw we only need this for backward compatibility
Requires:	egenix-mx-base
BuildArch: noarch

%description
Straw is a desktop news aggregator for the GNOME environment. Its aim is to be
a faster, easier and more accessible way to read news and blogs than the 
traditional browser.

%prep
%setup -q -n %fname -a1
%patch0 -p0

%build
python setup.py build -v

%install
rm -rf ${RPM_BUILD_ROOT}
python setup.py install --prefix=%_prefix --root=%buildroot --disable-modules-check
%find_lang %name
rm -rf %buildroot%_sysconfdir/gconf/gconf.xml.defaults

chmod 0644 NEWS LICENSE README TODO


desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GTK" \
  --add-category="Network;News" \
  --add-category="X-MandrivaLinux-Internet-News" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*


%__install -D -m 644 %{name}48.png %buildroot/%_liconsdir/%name.png
%__install -D -m 644 %{name}32.png %buildroot/%_iconsdir/%name.png
%__install -D -m 644 %{name}16.png %buildroot/%_miconsdir/%name.png

%if %mdkversion < 200900
%post
%update_menus
%post_install_gconf_schemas %{name}
%endif

%preun
%preun_uninstall_gconf_schemas %{name}


%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf %buildroot

%files -f straw.lang
%defattr(-,root,root)
%doc NEWS LICENSE README TODO

%{_bindir}/*
%_sysconfdir/gconf/schemas/%name.schemas
%{_datadir}/applications/%name.desktop
%{_datadir}/%name
%{py_puresitedir}/%name
%{py_puresitedir}/*.egg-info
%{_iconsdir}/*/%name.png
%{_iconsdir}/%name.png
%{_datadir}/pixmaps/%name.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.27-9
+ Revision: 741841f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8462 |14cr|streamripper-1.64.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	streamripper
%define version 1.64.6
%define release  4

Summary:	Audio stream recorder
Name:		%{name}
Version:	%{version}
Release:	%{release}
Group:		Sound
URL:		http://sourceforge.net/projects/streamripper
License:	GPLv2+
Source0:	http://mesh.dl.sourceforge.net/sourceforge/streamripper/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	libglib2-devel
BuildRequires:	tre-devel
BuildRequires:	pkgconfig(mad)

%description
Streamripper records shoutcast compatible and live365 streams.
For shoutcast style streams it finds the "meta data" or track
separation data, and uses that as a marker for where the track
should be separated. For live365 streams it hits the website 
and finds when a track has changed. Either way, the MP3 data 
will be decoded and scanned for a silent point which is where 
tracks will be created.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -fr $RPM_BUILD_ROOT
%makeinstall_std

%files
%defattr(-,root,root)
%doc README THANKS *.txt 
%_bindir/*
%_mandir/man1/*

%clean
rm -rf $RPM_BUILD_ROOT




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.64.6-4
+ Revision: 2b8f664
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8463 |14cr|stress-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:         stress
License:      GPL
Group:        System/Kernel and hardware 
Summary:      A tool which imposes a configurable amount of load on your system

Version:      1.0.4
Release:      2
Source:       http://weather.ou.edu/~apw/projects/stress/%{name}-%{version}.tar.gz
URL:          http://weather.ou.edu/~apw/projects/stress/
%description

stress is a tool which imposes a configurable amount of CPU, memory, I/O, or
disk stress on a POSIX-compliant operating system. It is written in
highly-portable ANSI C, and uses the GNU Autotools to compile on a great number
of UNIX-like operating systems.

stress is not a benchmark. It is a tool used by system administrators to
evaluate how well their systems will scale, by kernel programmers to evaluate
perceived performance characteristics, and by systems programmers to expose the
classes of bugs which only or more frequently manifest themselves when the
system is under heavy load. 

%prep
%setup

%build
%configure
%make



%clean


%install
make install DESTDIR=%{buildroot}

%files
%{_bindir}/stress
%{_infodir}/stress.info.*
%{_mandir}/man1/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-2
+ Revision: 49746b7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8464 |14cr|strongswan-5.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#%%define Werror_cflags %nil

Summary:	StrongSWAN IPSEC implementation
Name:		strongswan
Version:	5.0.1
Release:	3
License:	GPLv2+
Group:		System/Servers
Url:		http://www.strongswan.org/
Source0:	http://download.strongswan.org/%{name}-%{version}.tar.bz2
Source1:	strongswan.init
Patch0:		strongswan-4.5.2-format_not_a_string_literal_and_no_format_arguments.diff
Patch1:		strongswan-5.0.1-rosa-link.patch
BuildRequires:	intltool
BuildRequires:	gmp-devel
BuildRequires:	libfcgi-devel
BuildRequires:	libldap-devel
#BuildRequires:	opensc-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml-2.0)
Requires:	%{_lib}opensc3
Requires(post,preun):	rpm-helper

%description
FreeS/WAN is a free implementation of IPSEC & IKE for Linux.  IPSEC is
the Internet Protocol Security and uses strong cryptography to provide
both authentication and encryption services.  These services allow you
to build secure tunnels through untrusted networks.  Everything passing
through the untrusted net is encrypted by the ipsec gateway machine and
decrypted by the gateway at the other end of the tunnel.  The resulting
tunnel is a virtual private network or VPN.

This package contains the daemons and userland tools for setting up
FreeS/WAN on a freeswan enabled kernel.

%files
%defattr(-,root,root,755)
%doc AUTHORS TODO NEWS README LICENSE
%attr(700,root,root) %dir %{_sysconfdir}/ipsec.d/
%attr(700,root,root) %dir %{_sysconfdir}/ipsec.d/acerts
%attr(700,root,root) %dir %{_sysconfdir}/ipsec.d/aacerts
%attr(700,root,root) %dir %{_sysconfdir}/ipsec.d/ocspcerts
%attr(700,root,root) %dir %{_sysconfdir}/ipsec.d/certs
%attr(700,root,root) %dir %{_sysconfdir}/ipsec.d/cacerts
%attr(700,root,root) %dir %{_sysconfdir}/ipsec.d/crls
%attr(700,root,root) %dir %{_sysconfdir}/ipsec.d/private
%config(noreplace) %{_sysconfdir}/ipsec.conf
%{_initrddir}/ipsec
%config(noreplace) %{_sysconfdir}/strongswan.conf
%{_systemunitdir}/strongswan.service
%{_libdir}/ipsec
%{_mandir}/man*/*
%{_sbindir}/ipsec

%post
%_post_service ipsec

%preun
%_preun_service ipsec

#----------------------------------------------------------------------------

%prep
%setup -q
#patch0 -p0 -b .str
%patch1 -p1 -b .link

find . -name "Makefile*" -o -name "*.m4" |xargs sed -i -e 's,configure.in,configure.ac,g'

%build
autoreconf -fi
%serverbuild

%configure2_5x \
	--enable-smartcard \
	--enable-cisco-quirks \
	--enable-ldap \
	--with-default-pkcs11=%{_libdir}/opensc-pkcs11.so \
	--disable-static \
	--with-systemdsystemunitdir=%{_systemunitdir}

%make

%install
install -d %{buildroot}%{_sysconfdir}/ipsec.d/{cacerts,crls,private,certs,acerts,aacerts,ocspcerts}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}/var/run/pluto

%makeinstall_std

# (fg) File is copied over here
install -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/ipsec


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.0.1-3
+ Revision: 0c96f2f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8465 |14cr|stun-0.96-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        STUN server and client
Name:           stun
Version:        0.96
Release:        7
License:        BSD
Group:          System/Servers
URL:            http://www.vovida.org/applications/downloads/stun/
Source0:        http://prdownloads.sourceforge.net/stun/stund_%{version}_Aug13.tar.bz2
Source1:        stun-server.init
Source2:        stun-server.sysconfig
Patch0:         stund-0.94-mdk_conf.diff
Patch1:         stund-0.94-x86_64.diff
Patch2:         stun-checkinit.diff
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	dos2unix
BuildRequires:	openssl-devel
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The STUN (Simple Traversal of UDP through NATs (Network Address Translation))
server is an implementation of the STUN protocol that enables STUN
functionality in SIP-based systems. The STUN server tar ball also include a
client API to enable STUN functionality in SIP endpoints. In addition there is
a command line UNIX client and a graphical windows client that check what type
of NAT the user is using.

STUN is an application-layer protocol that can determine the public IP and
nature of a NAT device that sits between the STUN client and STUN server.

%package         server
Summary:         STUN server
Group:           System/Servers
Requires(post):  rpm-helper
Requires(preun): rpm-helper

%description     server
The STUN (Simple Traversal of UDP through NATs (Network Address Translation))
server is an implementation of the STUN protocol that enables STUN
functionality in SIP-based systems. The STUN server tar ball also include a
client API to enable STUN functionality in SIP endpoints. In addition there is
a command line UNIX client and a graphical windows client that check what type
of NAT the user is using.

STUN is an application-layer protocol that can determine the public IP and
nature of a NAT device that sits between the STUN client and STUN server.

This package contains the STUN server.

%package        client
Summary:        STUN client
Group:          System/Servers

%description    client
The STUN (Simple Traversal of UDP through NATs (Network Address Translation))
server is an implementation of the STUN protocol that enables STUN
functionality in SIP-based systems. The STUN server tar ball also include a
client API to enable STUN functionality in SIP endpoints. In addition there is
a command line UNIX client and a graphical windows client that check what type
of NAT the user is using.

STUN is an application-layer protocol that can determine the public IP and
nature of a NAT device that sits between the STUN client and STUN server.

This package contains the STUN client.

%prep

%setup -q -n stund
%patch0 -p1
%patch1 -p0
%patch2 -p0

# strip away annoying ^M
find -type f -exec dos2unix -U {} \;

cp %{SOURCE1} stun-server.init
cp %{SOURCE2} stun-server.sysconfig

%build

%make CXXFLAGS="%{optflags}"

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_initrddir}

install -m0755 stun-server %{buildroot}%{_sbindir}/stun-server
install -m0755 stun-client %{buildroot}%{_sbindir}/stun-client 

install -m0755 stun-server.init %{buildroot}%{_initrddir}/stun-server
install -m0644 stun-server.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/stun-server

%post server
%_post_service stun-server

%preun server
%_preun_service stun-server

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files server
%defattr(-,root,root,-)
%doc nattest nattestwarning.txt rfc3489.txt
%attr(0755,root,root) %{_initrddir}/stun-server
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/stun-server
%attr(0755,root,root) %{_sbindir}/stun-server

%files client
%defattr(-,root,root,-)
%attr(0755,root,root) %{_sbindir}/stun-client 





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.96-7
+ Revision: 1326dbc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8466 |14cr|stuntrally-2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Racing game with Track Editor, based on VDrift and OGRE
Name:		stuntrally
Version:	2.3
Release:	2
License:	GPLv3+
Group:		Games/Arcade
Url:		http://code.google.com/p/vdrift-ogre/
# Sometimes we re-pack from git
# 1. https://github.com/stuntrally/stuntrally
# 2. https://github.com/stuntrally/tracks
Source0:	%{name}-%{version}.tar.gz
# Tracks
Source1:	tracks-%{version}.tar.gz
Patch0:		stuntrally-2.2-gamesbindir.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(libenet)
BuildRequires:	pkgconfig(MYGUI) >= 3.2
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(OGRE) >= 1.8.0
BuildRequires:	pkgconfig(OIS)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(xcursor)
Requires:	ogre
Requires:	stuntrally-tracks = %{version}
# ogre-cg-plugin is in non-free
Suggests:	ogre-cg-plugin

%description
Rally game with Stunt elements, based on VDrift and OGRE.
The game features many tracks, sceneries, cars and a Track Editor.
It focuses on closed rally tracks with possible stunt elements (jumps,
loops, pipes).

Warning! You need ogre-cg-plugin from Non-Free repository to run this game.

%files
%doc Readme.txt License.txt
%{_gamesbindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/sr-editor.desktop
%{_gamesdatadir}/%{name}
%exclude %{_gamesdatadir}/%{name}/tracks
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/*/apps/sr-editor.png

#----------------------------------------------------------------------------

%package tracks
Summary:	Tracks for Stunt Rally
Group:		Games/Arcade
Requires:	stuntrally = %{version}
Conflicts:	stuntrally < 2.3
BuildArch:	noarch

%description tracks
Tracks for Stunt Rally.

%files tracks
%{_gamesdatadir}/%{name}/tracks/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

pushd data
rm -f tracks
tar -xf %{SOURCE1}
mv tracks-%{version} tracks
popd

%build
%cmake
# Too greedy for resources
make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3-2
+ Revision: fb74950
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8467 |14cr|sub2srt-0.5.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	sub2srt
%define version	0.5.3
%define rel	3

Summary:	Convert subtitles from .sub to subviewer .srt format
Name:		%name
Version:	%version
Release:	%mkrel %rel
URL:		http://www.robelix.com/sub2srt/
Group:		Video
Source0:	http://www.robelix.com/sub2srt/download/%name-%version.tar.bz2
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

%description
sub2srt is a simple tool to convert 2 common subtitle formats (microdvd
and subrip - both are known as ".sub") to subviewer ".srt" format.

%prep
%setup -q

%install
rm -rf %{buildroot}
install -m 755 -d %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README COPYING
%{_bindir}/%{name}





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.5.3-3
+ Revision: 98c816f
- Automatic import for version 0.5.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8468 |14cr|subdownloader-2.0.18-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Automatic subtitle downloader/uploader
Name:		subdownloader
Version:	2.0.18
Release:	4
License:	GPLv2+
Group:		Video
Url:		http://subdownloader.net/
Source:		%{name}_%{version}.orig.tar.gz
Patch0:		subdownloader-better-desktop-entry.patch
BuildRequires:	imagemagick
BuildRequires:	python-qt4-devel
Requires:	python-qt4-gui
Requires:	sip-api(%{sip_api_major}) = %{sip_api}
BuildArch:	noarch

%description
Open Source tool written in Python for automatic download/upload
subtitles for videofiles (DIVX,MPEG,AVI,VOB,etc) and DVD's using fast
hashing.

%files -f %{name}.lang
%doc ChangeLog
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/%{name}.png
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

# prebuilt files
rm gui/*_ui.py

%build
%make -Cgui

%install
install -d -m755 %{buildroot}%{_datadir}/%{name}
cp -a */ *.py %{buildroot}%{_datadir}/%{name}
chmod 0755 %{buildroot}%{_datadir}/%{name}/run.py

find %{buildroot}%{_datadir}/%{name} -name '*.pot' -delete
find %{buildroot}%{_datadir} -name '*.po' -delete
rm -rf %{buildroot}%{_datadir}/%{name}/gui/{*.ui,*.qrc,Makefile,images,Qt2Po.py}

mv %{buildroot}%{_datadir}/%{name}/locale %{buildroot}%{_datadir}/locale

install -d -m755 %{buildroot}%{_bindir}
ln -s %{_datadir}/%{name}/run.py %{buildroot}%{_bindir}/%{name}

install -d -m755 %{buildroot}%{_datadir}/applications
install -m644 %{name}.desktop %{buildroot}%{_datadir}/applications

for i in 64x64 48x48 32x32 16x16; do
	install -d -m755 %{buildroot}%{_iconsdir}/hicolor/$i
	convert gui/images/%{name}.png -resize $i %{buildroot}%{_iconsdir}/hicolor/$i/%{name}.png
done

install -d -m755 %{buildroot}%{_liconsdir} %{buildroot}%{_miconsdir}
ln %{buildroot}%{_iconsdir}/hicolor/48x48/%{name}.png %{buildroot}%{_liconsdir}
ln %{buildroot}%{_iconsdir}/hicolor/32x32/%{name}.png %{buildroot}%{_iconsdir}
ln %{buildroot}%{_iconsdir}/hicolor/16x16/%{name}.png %{buildroot}%{_miconsdir}

install -d -m755 %{buildroot}%{_mandir}/man1
install -m644 %{name}.1 %{buildroot}%{_mandir}/man1

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.18-4
+ Revision: d5cf4cf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8469 |14cr|sublib-0.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary: A library that eases the development of subtitling applications
Name:    sublib
Version: 0.9
Release: 6
License: GPLv2+
Group:   System/Libraries
URL:     http://sublib.sourceforge.net/
Source0: http://downloads.sourceforge.net/sublib/%{name}-%{version}.zip
BuildRequires: mono-devel

%description
SubLib is a library that eases the development of subtitling applications.
It supports the most common text-based subtitle formats and allows for
subtitle editing, conversion and synchronization.

%package devel
Summary: SubLib devel files
Group: Development/Other
Requires: %{name} = %{version}

%description devel
This package contains all files that are needed to build against %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README CREDITS NEWS ChangeLog
%{_libdir}/sublib/sublib.dll

%files devel
%{_libdir}/pkgconfig/sublib.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-6
+ Revision: 4844254
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8470 |14cr|subtitleeditor-0.41.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname %{name} %{major}

%define	url_ver	%(echo %{version} | cut -c 1-4)

Summary:	GTK+2 subtitle editor 
Name:		subtitleeditor
Version:	0.41.0
Release:	2
Group:		Video
License:	GPLv3+
URL:		http://home.gna.org/subtitleeditor/
Source0:	http://download.gna.org/subtitleeditor/%{url_ver}/%{name}-%{version}.tar.gz
#Patch0:	subtitleeditor-0.40.0-glib-2.31.patch
BuildRequires:	pkgconfig(libglademm-2.4)
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(libxml++-2.6) >= 2.20
BuildRequires:	pkgconfig(enchant) >= 1.4.0
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	gtkmm2.4-devel >= 2.14
BuildRequires:	glibmm2.4-devel >= 2.16.3
BuildRequires:	pkgconfig(gl)
BuildRequires:	gtkglextmm-devel
BuildRequires:	gstreamer0.10-plugins-good
BuildRequires:	intltool
BuildRequires:	iso-codes
BuildRequires:	libtool
BuildRequires:	libgstreamermm-devel >= 0.10.6
Requires:	iso-codes
Requires:	gstreamer0.10-plugins-base
Requires:	gstreamer0.10-plugins-good
Requires:	gstreamer0.10-ffmpeg
Requires:	mplayer
# Due to library splitting
Requires:	%{libname} = %{version}
Obsoletes:	%{name} <= 0.40

%description
Subtitle Editor is a GTK+2 tool to edit subtitles.
It can be used for new subtitles or as a tool to transform, edit, correct and
refine existing subtitle. This program also shows sound waves, which makes it 
easier to synchronise subtitles to voices.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_mandir}/man1/*.1.*
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/pixmaps/%{name}.svg

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library associated with %{name}
Group:		System/Libraries

%description -n %{libname}
A GTK+2 tool to edit subtitles. This package contains the shared libraries and
all the files needed to use %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog NEWS README TODO
%{_libdir}/%{name}
%{_libdir}/lib%{name}.so.*

#-----------------------------------------------------------------------------

%prep
%setup -q
#patch0 -p1


%build
#autoreconf -fi
%configure2_5x --disable-static --enable-gl
%make


%install
%makeinstall_std

%find_lang %{name}

# We don't ship devel files for now
rm -f %{buildroot}%{_libdir}/*.so
#rm -f %%buildroot%%_libdir/%%name/plugins/*/*.la



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.41.0-2
+ Revision: 7fc52e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8471 |14cr|suck-4.3.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Download news from remote NNTP server
Name:		suck
Version:	4.3.2
Release:	12
License:	Public Domain
Group:		Networking/News
Url:		http://home.comcast.net/~bobyetman/index.html
Source0:	%{name}-%{version}.tar.bz2
Patch0:		suck-4.3.2-no-strip.patch

%description
This package contains software for copying news from an NNTP server to your
local machine, and copying replies back up to an NNTP server.  It works
with most standard NNTP servers, including INN, CNEWS, DNEWS, and typhoon.

%files
%doc README CHANGELOG
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
export CFLAGS="%{optflags} -I/usr/include/db1"
%configure2_5x
make

%install
%makeinstall

mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_mandir}/*.1 %{buildroot}%{_mandir}/man1/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.2-12
+ Revision: be52cc9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8472 |14cr|sudoku-savant-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK+ Sudoku Game
Name:		sudoku-savant
Version:	1.3
Release:	2
License:	GPLv3
Group:		Games/Other
Url:		http://sourceforge.net/projects/sudoku-savant/
Source0:	http://downloads.sourceforge.net/project/sudoku-savant/sudoku-savant/sudoku-savant-1.3/%{name}-%{version}.tar.bz2

BuildRequires:	pkgconfig(gtk+-2.0)

%description
A simple GUI-driven application to solve and generate sudoku puzzles through 
logical means. Also supports manual solving, with pencil marks and cell 
colouring. Should be able to solve any standard sudoku from a newspaper or 
magazine.

%prep
%setup -q

%build
%configure2_5x

%make

%install
mkdir -p %{buildroot}%{_datadir}/pixmaps
%makeinstall

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-2
+ Revision: e2fc21e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8473 |14cr|suil-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Name:           suil
Version:        0.8.0
Release:        2
Summary:        Lightweight C library for loading and wrapping LV2 plugin UIs

%define lib_major       0
%define lib_name        %mklibname %{name} %{lib_major}
%define lib_name_devel  %mklibname %{name} -d

Source0:         http://download.drobilla.net/%{name}-%{version}.tar.bz2
URL:            http://drobilla.net/software/%{name}/
License:        MIT-like
Group:          System/Libraries

BuildRequires:  waf, pkgconfig
BuildRequires:  serd-devel
BuildRequires:  gtk2-devel
BuildRequires:  qt4-devel
BuildRequires:  lv2-devel
BuildRequires:  pkgconfig(sratom-0)

%description
Suil is a lightweight C library for loading and wrapping LV2 plugin UIs.

Suil makes it possible to load a UI of any toolkit in a host using any
other toolkit (assuming the toolkits are both supported by Suil).
Hosts do not need to build against or link to foreign toolkit libraries
to use UIs written with that toolkit (Suil performs its magic at
runtime using dynamically loaded modules). The API is designed such that
hosts do not need to explicitly support particular toolkits whatsoever.
If Suil supports a particular toolkit, then all hosts that use Suil will
support that toolkit.

#-----------------------------------
%package -n %{lib_name}

Summary:        Lightweight RDF syntax library
Group:          System/Libraries

%description -n %{lib_name}
Suil is a lightweight C library for loading and wrapping LV2 plugin UIs.

Suil makes it possible to load a UI of any toolkit in a host using any
other toolkit (assuming the toolkits are both supported by Suil).
Hosts do not need to build against or link to foreign toolkit libraries
to use UIs written with that toolkit (Suil performs its magic at
runtime using dynamically loaded modules). The API is designed such that
hosts do not need to explicitly support particular toolkits whatsoever.
If Suil supports a particular toolkit, then all hosts that use Suil will
support that toolkit.

%files -n %{lib_name}
%doc COPYING README
%{_libdir}/lib%{name}-%{lib_major}.so.*

#-----------------------------------
%package -n %{lib_name_devel}
Summary:        Headers for the sord RDF storage library
Group:          System/Libraries
Requires:       %{lib_name} = %{version}-%{release}
Requires:       pkgconfig
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{lib_name_devel}
Development files needed to build applications against suil.

%files -n %{lib_name_devel}
%{_libdir}/lib%{name}-%{lib_major}.so
%dir %{_includedir}/%{name}-%{lib_major}/%{name}
%{_includedir}/%{name}-%{lib_major}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}-%{lib_major}.pc

#-----------------------------------
%package -n %{_lib}%{name}-x11-in-gtk2
Summary:        Shared object for GTK2 hosts displaying X11 LV2 GUIs
Group:          System/Libraries
Requires:       %{lib_name} = %{version}-%{release}
Provides:       %{name}-x11-in-gtk2 = %{version}-%{release}

%description -n %{_lib}%{name}-x11-in-gtk2
Shared object for GTK2 hosts displaying X11 LV2 GUIs

%files -n %{_lib}%{name}-x11-in-gtk2
%{_libdir}/%{name}-0/libsuil_x11_in_gtk2.so

#-----------------------------------
%package -n %{_lib}%{name}-x11-in-qt4
Summary:        Shared object for Qt4 hosts displaying X11 LV2 GUIs
Group:          System/Libraries
Requires:       %{lib_name} = %{version}-%{release}
Provides:       %{name}-x11-in-qt4 = %{version}-%{release}

%description -n %{_lib}%{name}-x11-in-qt4
Shared object for Qt4 hosts displaying X11 LV2 GUIs

%files -n %{_lib}%{name}-x11-in-qt4
%{_libdir}/%{name}-0/libsuil_x11_in_qt4.so

#-----------------------------------
%package -n %{_lib}%{name}-qt4-in-gtk2
Summary:        Shared object for GTK2 hosts displaying Qt4 LV2 GUIs
Group:          System/Libraries
Requires:       %{lib_name} = %{version}-%{release}
Provides:       %{name}-qt4-in-gtk2 = %{version}-%{release}

%description -n %{_lib}%{name}-qt4-in-gtk2
Shared object for GTK2 hosts displaying Qt4 LV2 GUIs

%files -n %{_lib}%{name}-qt4-in-gtk2
%{_libdir}/%{name}-%{lib_major}/lib%{name}_qt4_in_gtk2.so

#-----------------------------------
%package -n %{_lib}%{name}-gtk2-in-qt4
Summary:        Shared object for Qt4 hosts displaying GTK2 LV2 GUIs
Group:          System/Libraries
Requires:       gtk2
Requires:       %{lib_name} = %{version}-%{release}
Provides:       %{name}-gtk2-in-qt4 = %{version}-%{release}

%description -n %{_lib}%{name}-gtk2-in-qt4
Shared object for Qt4 hosts displaying GTK2 LV2 GUIs

%files -n %{_lib}%{name}-gtk2-in-qt4
%{_libdir}/%{name}-%{lib_major}/lib%{name}_gtk2_in_qt4.so

#-----------------------------------

%prep
%setup -q

%build
./waf configure --prefix=%{_prefix} --libdir=%{_libdir} \
--lv2dir=%{_libdir}/lv2
./waf

%install
./waf install --destdir=%{buildroot}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-2
+ Revision: 323b242
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8474 |14cr|suitesparse-common-devel-4.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define NAME	SuiteSparse_config

Summary:	Configuration file for SuiteSparse packages
Name:		suitesparse-common-devel
Version:	4.0.2
Release:	3
License:	LGPL
Group:		Development/C
Url:		http://www.cise.ufl.edu/research/sparse/UFconfig/
Source0:	http://www.cise.ufl.edu/research/sparse/UFconfig/%{NAME}-%{version}.tar.gz
Provides:	ufsparse-common-devel = %{version}-%{release}

%description
UFconfig provides a configuration header file needed by most of the other
packages in SuiteSparse. And static library with few functions.

%prep
%setup -q -n %{NAME}
chmod 0644 README.txt

%build
%make CF="%{optflags}"

%install
install -d -m 755 %{buildroot}/%{_includedir}/suitesparse
install -m 644 *.h %{buildroot}/%{_includedir}/suitesparse
install -m 644 *.mk %{buildroot}/%{_includedir}/suitesparse

install -d -m 755 %{buildroot}/%{_libdir}
install -m 644 *.a %{buildroot}/%{_libdir}

%files
%doc README.txt
%{_includedir}/suitesparse/*.*
%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.2-3
+ Revision: a7842e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8475 |14cr|sulu-0.17-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name sulu
%define version 0.17
%define release 7

Name:		%{name}
Summary:	Interface for Samsung Uproar and Yepp
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Sound
URL:		http://www.cs.toronto.edu/~kal/sulu
Source:		http://www.cs.toronto.edu/~kal/sulu/%{name}-%{version}.tar.bz2
BuildRequires:	gtk-devel libusb-devel popt-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Sulu is a GTK interface for transferring mp3's between your Samsung Uproar 
or Yepp and your Linux computer.

%prep
%setup -q

%build
make CFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="$RPM_OPT_FLAGS"

%install
mkdir -p $RPM_BUILD_ROOT/%_bindir
cp %name $RPM_BUILD_ROOT/%_bindir


mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Sulu
Comment=GUI for Samsung Uproar and Yepp
Exec=%{_bindir}/sulu
Icon=sound_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;Audio;Player
EOF

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun 
%clean_menus
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc changelog COPYING README todo
%_bindir/%name
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17-7
+ Revision: 3f05b3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8476 |14cr|sunflow-0.07.2-0.0.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _with_gcj_support 1
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}

Name:           sunflow
Version:        0.07.2
Release:        0.0.3
Epoch:          0
Summary:        Rendering system for photo-realistic image synthesis
License:        MIT
URL:            http://sunflow.sourceforge.net
Group:          Development/Java
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source0:        http://puzzle.dl.sourceforge.net/sourceforge/sunflow/%{name}-src-v%{version}.zip
Source1:        sunflow.sh
BuildRequires:  ant
BuildRequires:  java-rpmbuild
BuildRequires:  janino
BuildRequires:  jpackage-utils >= 0:1.7.2
%if ! %{gcj_support}
BuildArch:      noarch
%endif
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2
%if %{gcj_support}
BuildRequires:    java-gcj-compat-devel
%endif
Requires:       janino

%description
Sunflow is an open source rendering system for photo-realistic image synthesis.
It is written in Java and built around a flexible ray tracing core and an
extensible object-oriented design.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%package        manual
Summary:        Documents for %{name}
Group:          Development/Java

%description    manual
%{summary}.

%prep
%setup -q -n %{name}
%remove_java_binaries

%build
ln -sf $(build-classpath janino) janino.jar
export CLASSPATH=$(build-classpath janino)
%{ant} jars javadoc

%install
rm -rf $RPM_BUILD_ROOT

# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}

install -m 644 release/sunflow.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar

(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do \
ln -sf ${jar} ${jar/-%{version}/}; done)

# script
%{__mkdir_p} %{buildroot}%{_bindir}
%{__cp} -a %{SOURCE1} %{buildroot}%{_bindir}/%{name}

# javadoc
install -p -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr release/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
(cd $RPM_BUILD_ROOT%{_javadocdir} && ln -sf %{name}-%{version} %{name})

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%post
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/%{name}
%{_javadir}/*.jar
%if %{gcj_support}
%attr(-,root,root) %{_libdir}/gcj/%{name}
%endif

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%dir %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.07.2-0.0.3
+ Revision: 390b3c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8477 |14cr|superiotool-0.20111206-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name superiotool
%define svnversion 20111206
%define version 0.%{svnversion} 

Summary:	Detect which Super I/O you have on your mainboard
Name:		%{name}
Version:	%{version}
Release:	2
Source0:	%{name}-%{svnversion}.tar.bz2
License:	GPL
Group:		System/Kernel and hardware
Url:		http://www.coreboot.org/Superiotool
BuildRequires:	pciutils-devel
Patch0:		makefiles_normal_dir.patch

%description
Superiotool is a GPL'd user-space helper tool for LinuxBIOS development 
purposes (but may also be useful for other things).
It allows you to detect which Super I/O you have on your mainboard,
and it can provide detailed information about the register contents
of the Super I/O.

%prep
%setup -q -n %name
%patch0 -p1

%build
%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%{_sbindir}/superiotool
%{_mandir}/man8/superiotool*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20111206-2
+ Revision: 222179a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8478 |14cr|superkaramba-theme-AeroG-0.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define theme_name AeroG
%define aname aeroG

Summary:	Monitoring theme for superkaramba
Name:		superkaramba-theme-%{theme_name}
Version:	0.8
Release:	8
License:	GPL
Group:		Monitoring
Url:		http://kde-look.org/content/show.php?content=21407
Source0:	%{theme_name}.tar.bz2
Requires:	superkaramba
BuildArch:	noarch

%description
This is a superkaramba theme which is a desktop applet that displays
system information.

%files
%dir %{_datadir}/apps/superkaramba/themes/%{theme_name}
%{_datadir}/apps/superkaramba/themes/%{theme_name}/*

%post
if [ $1 = 1 ]; then
echo "THEME path=%{theme_name}/%{aname}-cpu.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
echo "THEME path=%{theme_name}/%{aname}-disktheme" >> %{_datadir}/apps/superkaramba/themes/default.theme
echo "THEME path=%{theme_name}/%{aname}-mail.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
echo "THEME path=%{theme_name}/%{aname}-ram.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
echo "THEME path=%{theme_name}/%{aname}-swap.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
fi

%postun
if [ $1 = 0 ]; then
grep -v "%{theme_name}" %{_datadir}/apps/superkaramba/themes/default.theme > %{_datadir}/apps/superkaramba/themes/default.theme
exit 0
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{theme_name}

%build

%install
mkdir -p %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}
cp -rf * %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-8
+ Revision: dae734c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8479 |14cr|superkaramba-theme-cynapses-2.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define theme_name cynapses

Summary:	Monitoring theme for superkaramba
Name:		superkaramba-theme-%{theme_name}
Version:	2.0
Release:	8
License:	GPL
Group:		Monitoring
Url:		http://kde-look.org/content/show.php?content=11405
Source0:	11405-%{theme_name}_karamba.tar.bz2
Requires:	superkaramba
BuildArch:	noarch

%description
This is a superkaramba theme which is a desktop applet that displays
system information.

%files
%doc ChangeLog
%dir %{_datadir}/apps/superkaramba/themes/%{theme_name}
%{_datadir}/apps/superkaramba/themes/%{theme_name}/*

%post
if [ $1 = 1 ]; then
echo "THEME path=%{theme_name}/sys_mon.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
fi

%postun
if [ $1 = 0 ]; then
cat %{_datadir}/apps/superkaramba/themes/default.theme | grep -v "%{theme_name}" > %{_datadir}/apps/superkaramba/themes/default.theme
exit 0
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{theme_name}_karamba

%build

%install
mkdir -p %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}
cp -rf * %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}
chmod 755 %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}/scripts/mails_pop3.pl
chmod 755 %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}/scripts/osinfo.sh


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-8
+ Revision: 34106df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8480 |14cr|superkaramba-theme-cynapses_karamba-2.0.alpha-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define theme_name cynapses_karamba
%define aname sys_mon

Summary:	Monitoring theme for superkaramba
Name:		superkaramba-theme-%{theme_name}
Version:	2.0.alpha
Release:	8
License:	GPL
Group:		Monitoring
Url:		http://www.cynapses.org/
Source0:	11405-%{theme_name}.tar.bz2
Requires:	superkaramba
BuildArch:	noarch

%description
This is a desktop applet that displays system informations.

%files
%doc ChangeLog
%dir %{_datadir}/apps/superkaramba/themes/%{theme_name}
%{_datadir}/apps/superkaramba/themes/%{theme_name}/*

%post
if [ $1 = 1 ]; then
echo "THEME path=%{theme_name}/%{aname}.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
fi

%postun
if [ $1 = 0 ]; then
cat %{_datadir}/apps/superkaramba/themes/default.theme | grep -v "%{theme_name}" > %{_datadir}/apps/superkaramba/themes/default.theme
exit 0
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{theme_name}

%build

%install
mkdir -p  %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}
cp -rf *  %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}
chmod 755 %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}/scripts/mails_pop3.pl
chmod 755 %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}/scripts/osinfo.sh


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.alpha-8
+ Revision: 39b0fc0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8481 |14cr|superkaramba-theme-fantastik-3.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define theme_name      fantastik

Summary:	Monitoring theme for superkaramba
Name:		superkaramba-theme-%{theme_name}
Version:	3.0
Release:	9
License:	GPL
Group:		Monitoring
Url:		http://kde-look.org/content/show.php?content=21396
Source0:	%{theme_name}-%{version}.tar.bz2
Requires:	superkaramba
BuildArch:	noarch

%description
This is a superkaramba theme which is a desktop applet 
that displays system information.

%files
%dir %{_datadir}/apps/superkaramba/themes/%{theme_name}
%{_datadir}/apps/superkaramba/themes/%{theme_name}/*

%post
if [ $1 = 1 ]; then
echo "THEME path=%{theme_name}/%{theme_name}.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
fi

%postun
if [ $1 = 0 ]; then
cat %{_datadir}/apps/superkaramba/themes/default.theme | grep -v "%{theme_name}" > %{_datadir}/apps/superkaramba/themes/default.theme
exit 0
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{theme_name}-%{version}

%build

%install
mkdir -p %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}
cp -rf * %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}
chmod 755 %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}/programs/mails_pop3.pl


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-9
+ Revision: 05144c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8482 |14cr|superkaramba-theme-systemtux-1.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define theme_name systemtux

Summary:	Monitoring theme for superkaramba
Name:		superkaramba-theme-%{theme_name}
Version:	1.3
Release:	8
License:	GPL
Group:		Monitoring
Url:		http://kde-look.org/content/show.php?content=16265
Source0:	%{theme_name}_%{version}.tar.bz2
Requires:	superkaramba
BuildArch:	noarch

%description
This is a superkaramba theme which is a desktop applet that displays
system information.

%files
%doc COPYING
%dir %{_datadir}/apps/superkaramba/themes/%{theme_name}
%{_datadir}/apps/superkaramba/themes/%{theme_name}/*

%post
if [ $1 = 1 ]; then
echo "THEME path=%{theme_name}/%{theme_name}-ModAmarok.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
echo "THEME path=%{theme_name}/%{theme_name}-Modjuk.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
echo "THEME path=%{theme_name}/%{theme_name}-ModClock.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
echo "THEME path=%{theme_name}/%{theme_name}-ModNoatun.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
echo "THEME path=%{theme_name}/%{theme_name}-ModSystem.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
echo "THEME path=%{theme_name}/%{theme_name}-ModXmms.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
echo "THEME path=%{theme_name}/%{theme_name}_v1.1.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
fi

%postun
if [ $1 = 0 ]; then
cat %{_datadir}/apps/superkaramba/themes/default.theme | grep -v "%{theme_name}" > %{_datadir}/apps/superkaramba/themes/default.theme
exit 0
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{theme_name}_%{version}

%build

%install
mkdir -p %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}
cp -rf * %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-8
+ Revision: 482b28c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8483 |14cr|superkaramba-theme-topmon-0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define theme_name topmon

Summary:	Monitoring theme for superkaramba
Name:		superkaramba-theme-%{theme_name}
Version:	0.3
Release:	8
License:	GPL
Group:		Monitoring
Url:		http://kde-look.org/content/show.php?content=21482
Source0:	%{theme_name}.tar.bz2
Requires:	superkaramba
BuildArch:	noarch

%description
This is a superkaramba theme which is a desktop applet that displays
system information.

%files
%dir %{_datadir}/apps/superkaramba/themes/%{theme_name}
%{_datadir}/apps/superkaramba/themes/%{theme_name}/*

%post
if [ $1 = 1 ]; then
echo "THEME path=%{theme_name}/%{theme_name}.theme" >> %{_datadir}/apps/superkaramba/themes/default.theme
fi

%postun
if [ $1 = 0 ]; then
cat %{_datadir}/apps/superkaramba/themes/default.theme | grep -v "%{theme_name}" > %{_datadir}/apps/superkaramba/themes/default.theme
exit 0
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{theme_name}

%build

%install
mkdir -p %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}
cp -rf * %{buildroot}%{_datadir}/apps/superkaramba/themes/%{theme_name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-8
+ Revision: e05ac86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8484 |14cr|superlu-4.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname superlu %major
%define develname %mklibname superlu -d

%define oname SuperLU
%define Werror_cflags %nil

Summary:        Matrix solver
Name:           superlu
Version:        4.3
Release:        7
License:        BSD
Group:          Development/C
URL:            http://crd.lbl.gov/~xiaoye/SuperLU/
Source0:        http://crd.lbl.gov/~xiaoye/SuperLU/%{name}_%{version}.tar.gz
BuildRequires:	gcc-gfortran, blas-devel
BuildRequires:	tcsh
# Build with -fPIC
Patch0:		%{oname}-add-fpic.patch
# Build shared library
Patch1:		%{oname}-build-shared-lib3.patch

%description
SuperLU is an algorithm that uses group theory to optimize LU
decomposition of sparse matrices. It's the fastest direct solver for
linear systems that the author is aware of.


%package -n     %{libname}
Summary:        Shared library for SuperLU
Group:          System/Libraries
Obsoletes:      %{name} < %{version}-%{release}

%description -n %{libname}
SuperLU is an algorithm that uses group theory to optimize LU
decomposition of sparse matrices. It's the fastest direct solver for
linear systems that the author is aware of.


%package -n	%{develname}
Summary:        Header files and libraries for SuperLU development
Group:          Development/C
Requires:       %{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{oname}-devel = %{version}-%{release}

%description -n %{develname}
The %{name}-devel package contains the header files
and libraries for use with CUnit package.


%prep
%setup -qn %{oname}_%{version}
%patch0 -p1
%patch1 -p1
chmod a-x SRC/qselect.c 
cp -p MAKE_INC/make.linux make.inc
sed -i "s|-O3|$RPM_OPT_FLAGS|" make.inc
sed -i "s|\$(SUPERLULIB) ||" make.inc
sed -i "s|\$(HOME)/Codes/%{name}_%{version}|%{_builddir}/%{name}_%{version}|" make.inc
sed -i "s|-L/usr/lib -lblas|-L%{_libdir}/atlas -lblas|" make.inc

find . -perm 0600 -exec chmod 0644 {} \;

%build
%make superlulib BLASLIB="$(pkg-config --libs blas)"

%install
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_includedir}/%{name}
install -p SRC/libsuperlu.so.%{version} %{buildroot}%{_libdir}
install -p SRC/*.h %{buildroot}%{_includedir}/%{name}
chmod -x %{buildroot}%{_includedir}/%{name}/*.h
cp -Pp SRC/libsuperlu.so %{buildroot}%{_libdir}

%files -n %{libname}
%{_libdir}/libsuperlu.so.*

%files -n %{develname}
%doc README
%doc DOC
%{_includedir}/%{name}/
%{_libdir}/libsuperlu.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3-7
+ Revision: eb9a022
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8485 |14cr|superreadahead-0.01-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           superreadahead
Version:        0.01
Release:        2
Summary:        Read ahead pagecontent at boot
Group:          System/Base
URL:            http://repo.moblin.org/moblin/development/source/
License:        GPLv2
Source0:        superreadahead-0.01.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Superreadahead is a read ahead pagecontent at boot.


%prep
%setup -q
# (tv) remove hardocded flags:
%ifarch %ix86
perl -pi -e 's!-march=i686!-march=i586!' Makefile
%else
perl -pi -e 's!-O0 -march=i686!-O2!' Makefile
%endif


%build
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%_sbindir/generate_filelist
%_sbindir/sreadahead





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.01-2
+ Revision: 0d19d47
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8486 |14cr|superswitcher-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Featureful window switcher
Name:		superswitcher
Version:	0.6
Release:	3
License:	GPLv2
Group:		Graphical desktop/Other
Url:		http://superswitcher.googlecode.com/
Source0:	%{name}-%{version}.tar.gz
Patch0:		superswitcher-0.6-glib-single-include.patch
Patch1:		superswitcher-0.6-wnck-workspace.patch
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)

%description
SuperSwitcher is a (more feature-ful) replacement for the Alt-Tab window
switching behavior and Ctrl-Alt-Left/Right/Up/Down workspace switching behavior
that is currently provided by Metacity.

%files
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/%{name}
%{_datadir}/dbus-1/services/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x
# GDK_DISPLAY deprecated
pushd src
for f in *; do sed -i 's/gdk_display/GDK_DISPLAY_XDISPLAY (gdk_display_get_default ())/g' "$f" ; done
popd
%make

%install
%makeinstall
rm -rf %{buildroot}%{_datadir}/locale


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6-3
+ Revision: 8c874e0
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8487 |14cr|supertux-0.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Classic 2D jump n run sidescroller with Tux
Name:		supertux
Version:	0.3.4
Release:	2
License:	GPLv2+
Group:		Games/Arcade
Url:		http://supertux.berlios.de/
Source0:	http://download.berlios.de/supertux/%{name}-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		supertux-0.3.4-use-system-squirrel.patch
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	physfs-devel
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(squirrel)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
SuperTux is a classic 2D jump 'n run sidescroller game in
a similar style like the original SuperMario games.

%files
%defattr(644,root,root,755)
%doc COPYING INSTALL README WHATSNEW.txt
%{_gamesdatadir}/%{name}2
%{_datadir}/pixmaps/%{name}.xpm
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}*.png
%{_miconsdir}/%{name}*.png
%{_datadir}/applications/%{name}2.desktop
%{_datadir}/pixmaps/supertux.png
%attr(755,root,root) %{_gamesbindir}/%{name}2

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake
%make

%install
%makeinstall_std -C build

rm -fr %{buildroot}%{_gamesdatadir}/doc/%{name}2-%{version}
rm -fr %{buildroot}%{_docdir}/supertux2

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.4-2
+ Revision: cd27b06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8488 |14cr|supertuxkart-0.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Kart racing game
Name:		supertuxkart
Version:	0.8.1
Release:	4
License:	GPLv2+
Group:		Games/Arcade
Url:		http://supertuxkart.sourceforge.net/
Source0:	http://downloads.sourceforge.net/supertuxkart/%{name}-%{version}-src.tar.bz2
Patch0:		supertuxkart-0.8.1-desktop.patch
Patch1:		supertuxkart-0.8.1-static.patch
Patch2:		supertuxkart-0.8.1-mageia-build_against_mesa_10.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libenet)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(vorbis)

%description
SuperTuxKart is an improved version of TuxKart, a kart racing game
featuring Tux and friends. SuperTuxKart contains new characters, new
tracks and a reworked user interface.

%files
%doc AUTHORS ChangeLog README TODO
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}_*.png

#----------------------------------------------------------------------------

%prep
%setup -q -n SuperTuxKart-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p0

%build
%cmake \
	-DSTK_INSTALL_BINARY_DIR=%{_gamesbindir} \
	-DSTK_INSTALL_DATA_DIR=%{_gamesdatadir}/%{name}
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64,128x128}/apps
convert -scale 16x16 data/%{name}_32.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert data/%{name}_32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 48x48 data/%{name}_128.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 64x64 data/%{name}_128.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
convert data/%{name}_128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png


%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-4
+ Revision: edcc8a1
- Add patch from Mageia to fix build with new Mesa



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8489 |14cr|supervisor-3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A System for Allowing the Control of Process State on UNIX
Name:		supervisor
Version:	3.0
%define		prever a10
Release:	2

License:	ZPLv2.1 and BSD and MIT
Group:		System/Base
URL:		http://supervisord.org
Source0:	http://pypi.python.org/packages/source/s/%{name}/%{name}-%{version}%{?prever}.tar.gz
Source1:	supervisord.init
Source2:	supervisord.conf
Source3:	supervisor.logrotate
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	python-setuptools

Requires:	python-meld3 >= 0.6.5
Requires:	python-setuptools
Requires(preun):/sbin/service, /sbin/chkconfig
Requires(postun): /sbin/service, /sbin/chkconfig


%description
The supervisor is a client/server system that allows its users to control a
number of processes on UNIX-like operating systems.

%prep
%setup -q -n %{name}-%{version}%{?prever}

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}
mkdir -p %{buildroot}/%{_sysconfdir}
mkdir -p %{buildroot}/%{_sysconfdir}/supervisord.d
mkdir -p %{buildroot}/%{_sysconfdir}/logrotate.d/
mkdir -p %{buildroot}/%{_initrddir}
mkdir -p %{buildroot}/%{_localstatedir}/log/%{name}
chmod 770 %{buildroot}/%{_localstatedir}/log/%{name}
install -p -m 755 %{SOURCE1} %{buildroot}/%{_initrddir}/supervisord
install -p -m 644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/supervisord.conf
install -p -m 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/logrotate.d/supervisor
sed -i s'/^#!.*//' $( find %{buildroot}/%{python_sitelib}/supervisor/ -type f)

rm -rf %{buildroot}/%{python_sitelib}/supervisor/meld3/
rm -f %{buildroot}%{_prefix}/doc/*.txt

%clean
rm -rf %{buildroot}

%post
/sbin/chkconfig --add %{name}d || :

%preun
if [ $1 = 0 ]; then
    /sbin/service supervisord stop > /dev/null 2>&1 || :
    /sbin/chkconfig --del %{name}d || :
fi

%files
%defattr(-,root,root,-)
%doc README.txt LICENSES.txt TODO.txt CHANGES.txt COPYRIGHT.txt
%dir %{_localstatedir}/log/%{name}
%{_initrddir}/supervisord
%{python_sitelib}/*
%{_bindir}/supervisor*
%{_bindir}/echo_supervisord_conf
%{_bindir}/pidproxy

%config(noreplace) %{_sysconfdir}/supervisord.conf
%dir %{_sysconfdir}/supervisord.d
%config(noreplace) %{_sysconfdir}/logrotate.d/supervisor



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-2
+ Revision: ba82085
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8490 |14cr|supybot-0.83.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	supybot
%define tar_name Supybot
%define version 0.83.4.1
%define plugins_date 20060723
%define release 3

Summary:	A flexible IRC bot
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://prdownloads.sourceforge.net/supybot/%{tar_name}-%{version}.tar.bz2
Source1:	http://prdownloads.sourceforge.net/supybot/%{tar_name}-data.tar.bz2
Source2:	http://prdownloads.sourceforge.net/supybot/%{tar_name}-plugins-%{plugins_date}.tar.bz2
License:	BSD
Group:		Networking/IRC
URL:	    	http://supybot.sourceforge.net/
Requires:	python
Requires:	python-sqlite
BuildRequires:  pkgconfig(python)
BuildArch:      noarch

%description
Supybot is a flexible IRC bot written in python.
It features many plugins, is easy to extend and to use.

To run it, just use supybot-wizard to create the configuration file.


%package Dcc
Summary:        Supybot Dcc Plugin
Group:          Networking/IRC
Requires:       %{name} = %{version}
Requires:	python-twisted-core

%description Dcc
Supybot Dcc Plugin


%package Webserver
Summary:        Supybot Webserver Plugin
Group:          Networking/IRC
Requires:       %{name} = %{version}
Requires:	python-twisted-web

%description Webserver
Supybot Webserver Plugin


%package Sshd
Summary:        Supybot Sshd Plugin
Group:          Networking/IRC
Requires:       %{name} = %{version}
Requires:	python-twisted-conch

%description Sshd
Supybot Sshd Plugin


%package Gateway
Summary:        Supybot Gateway plugin
Group:          Networking/IRC
Requires:       %{name} = %{version}
Requires:	python-twisted-conch

%description Gateway
Supybot Gateway plugin


%package ExternalNotice
Summary:        Supybot ExternalNotice plugin
Group:          Networking/IRC
Requires:       %{name} = %{version}
Requires:	python-twisted-core

%description ExternalNotice
Supybot ExternalNotice plugin


%prep

%setup -q -n %{tar_name}-%{version}
tar -xjf %{SOURCE1}
tar -xjf %{SOURCE2}

%build
perl -pi -e 's!Download it at <http://pysqlite.sf.net/>!Install the python-sqlite package ( urpmi python-sqlite )!' plugins/*.py
CFLAGS="%{optflags}" python setup.py build

# compile plugins
python %{_libdir}/python%{py_ver}/compileall.py \
  -d %{py_puresitedir}/%{name}/plugins \
  %{tar_name}-plugins-%{plugins_date}

%install
rm -rf %{buildroot}

python setup.py install \
    --root="%{buildroot}" \
    --record="INSTALLED_FILES"
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}
cp -R %{name}-data $RPM_BUILD_ROOT/%{_datadir}/%{name}

# install plugins
cp -R %{tar_name}-plugins-%{plugins_date}/* $RPM_BUILD_ROOT/%{py_puresitedir}/%{name}/plugins

%files
%doc ACKS README  RELNOTES  ChangeLog
%doc docs/GETTING_STARTED
#%doc  examples tools
%{_bindir}/*
%{py_puresitedir}/%{name}*
%{_datadir}/%{name}
%exclude %{py_puresitedir}/%{name}/plugins/Dcc
%exclude %{py_puresitedir}/%{name}/plugins/Webserver
%exclude %{py_puresitedir}/%{name}/plugins/Sshd
%exclude %{py_puresitedir}/%{name}/plugins/Gateway
%exclude %{py_puresitedir}/%{name}/plugins/ExternalNotice

%files Dcc
%{py_puresitedir}/%{name}/plugins/Dcc

%files Webserver
%{py_puresitedir}/%{name}/plugins/Webserver

%files Sshd
%{py_puresitedir}/%{name}/plugins/Sshd

%files Gateway
%{py_puresitedir}/%{name}/plugins/Gateway

%files ExternalNotice
%{py_puresitedir}/%{name}/plugins/ExternalNotice

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.83.4.1-3
+ Revision: 0d1e533
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8491 |14cr|supybot-Meetbot-0.1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           supybot-Meetbot
Version:        0.1.4
Release:        3
Summary:        Plugin for Supybot for handling IRC meetings

Group:          Networking/IRC
License:        BSD
URL:            http://wiki.debian.org/MeetBot
Source0:        http://code.zgib.net/tar//MeetBot-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

Requires:       supybot
Requires:       python-pygments
Requires:       python-docutils

BuildArch:      noarch
BuildRequires:  python

%description
MeatBot is designed to assist in running meetings, taking notes, and so on. 
It is in pure python, as a plugin to supybot. However, there is a clear 
distinction between meeting-code and IRC-code, so it should be relatively 
easy to port to other bots. It is under the supybot license (3-clause BSD).

%prep
%setup -q -n MeetBot-%{version}

%install
rm -rf $RPM_BUILD_ROOT
install -dm 755 $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/MeetBot
install -pm 644 *.py $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/MeetBot
install -pm 644 *.css $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/MeetBot

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README.txt doc/Manual.txt doc/meetingLocalConfig-example.py
%{python_sitelib}/supybot/plugins/MeetBot




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.4-3
+ Revision: 4ca3e0d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8492 |14cr|surf-1.0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_enable_libtoolize	%{nil}

Name:		surf
Version:	1.0.6
Summary:	Tool to visualize some real algebraic geometry
Release:	3
Source0:	http://downloads.sourceforge.net/project/surf/surf/%{version}/%{name}-%{version}.tar.gz
URL:		http://surf.sourceforge.net/
License:	GPL
Group:		Sciences/Mathematics

BuildRequires:	flex
BuildRequires:	cups-devel
BuildRequires:	gmp-devel
BuildRequires:	gtk+-devel
BuildRequires:	jpeg-devel
BuildRequires:	libxmu-devel
BuildRequires:	tiff-devel
BuildRequires:	zlib-devel


%description
surf is a tool to visualize some real algebraic geometry:
plane algebraic curves, algebraic surfaces and hyperplane sections of surfaces.
surf is script driven and has (optionally) a nifty GUI using the Gtk widget
set.

%prep
%setup -q

%build
%configure2_5x \
	--with-gmp=%{_prefix}				\
	--with-gtk=%{_prefix}				\
	--with-x

%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%{_bindir}/surf
%{_mandir}/man1/surf.1.*
%dir %{_datadir}/surf
%{_datadir}/surf/surf.xpm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.6-3
+ Revision: 9ea63db
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8493 |14cr|surfraw-1.0.7-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name surfraw
%define version 1.0.7
%define release 11

Summary: Command line interface to various web search engines
Name: %{name}
Version: %{version}
Release: %{release}
URL: http://surfraw.sf.net/
Source0: ftp://ftp.netbsd.org/pub/NetBSD/misc/proff/surfraw-%{version}.tar.bz2
License: GPL
Group: Networking/WWW
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
Requires: links
Patch: surfraw-1.0.7-no-graphical-browser-by-default.patch

%description
Surfraw provides a fast unix command line interface to a variety
of popular WWW search engines and other artifacts of power.
Forsake GUI idolatry! Apostate return!

%prep
%setup -q
%patch -p1

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

rm $RPM_BUILD_ROOT%{_bindir}/rhyme

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README NEWS TODO
%config(noreplace) /etc/*
%{_bindir}/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-11
+ Revision: 8946fe1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8494 |14cr|svg2pdf-0-1.20100407.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git_clone_date 20100407

Name:		svg2pdf
Version:	0
Release:	1.%{git_clone_date}.1
Summary:	Simple SVG to PDF converter
Group:		Development/X11
License:	MIT
Url:		http://cgit.freedesktop.org/~cworth/svg2pdf/
Source0:	svg2pdf.c
Source1:	Makefile

BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(librsvg-2.0)

%description
svg2pdf is a very simple tool to convert SVG files to PDF using cairo.

%prep
%setup -q -c -T
cp %{SOURCE0} .
cp %{SOURCE1} .

%build
%make

%install
mkdir -p %{buildroot}/%{_bindir}
install svg2pdf %{buildroot}/%{_bindir}/svg2pdf

%files
%{_bindir}/svg2pdf


%changelog
* Tue Nov 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0-1.20100407.1
+ Revision: 5a0e9a0
- LOG Convert BR to pkgconfig style, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8495 |14cr|SVG-cards-2.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name SVG-cards
%define version 2.0
%define release 8
 
Summary: A set of playing cards in SVG
Name: %name
Version: %version
Release: %release
Group: Games/Cards
License: LGPL
Url:	 http://david.bellot.free.fr/svg-cards/files
Source: http://david.bellot.free.fr/svg-cards/files/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-buildroot
Buildarch: noarch

%description
This is a set of playing cards made in pure SVG with all kings, 
queens, jacks, numbers, jokers and backs of cards.
This set of SVG files is intended to be used in games, figures, 
illustrations and web sites.
The kings, queens and jacks are based on the french representation, 
because I find them beautiful.

%prep
%setup -q

%build
echo "Ready to use"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%name
install *.svg $RPM_BUILD_ROOT/%{_datadir}/%name

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS Changelog NEWS README COPYING
%_datadir/SVG-cards




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-8
+ Revision: db4ff01
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8496 |14cr|SVGCleaner-0.1-0.git20120506.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git	20120506

Name:		SVGCleaner
Summary:	Tool to clean up SVG files
Version:	0.1
Release:	0.git%{git}.2
License:	GPLv3+
Group:		Graphics
URL:		https://github.com/RazrFalcon/SVGCleaner
Source0:	%{name}-%{git}.tar.xz
BuildRequires:	qt4-devel
Requires:	p7zip

%description
Generally, SVG files produced by vector editors contain a lot of unused
elements and attributes that just blow up their size without providing better
visible quality.

SVG Cleaner could help you to clean up your SVG files from unnecessary data.
It has a lot of options for cleanup and optimization, works in batch mode,
provides threaded processing on the multicore processors and basically does two
things:
- removing elements and attributes that don't contribute to the final
rendering;
- making those elements and attributes in use more compact.

Images cleaned by SVG Cleaner are typically 10-60 percent smaller
than the original ones.

Important! The internal image viewer in SVG Cleaner uses the QtSvg module
for rendering SVG images. Qt supports only the static features of SVG 1.2 Tiny,
and that imposes a number of restrictions on rendering of advanced features.
For instance, elements such as clipPath, mask, filters etc. will not be
rendered at all.

%prep
%setup -q -n %{name}-%{git}
find . -type f -exec chmod -x {} \;

%build
%qmake_qt4
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}

%files
%attr(0755,root,root) %{_bindir}/svgcleaner*
%{_datadir}/applications/svgcleaner.desktop
%{_iconsdir}/hicolor/scalable/apps/svgcleaner.svg
%{_datadir}/svgcleaner/
%doc README



%changelog
* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1-0.git20120506.2
+ Revision: ab040ef
- Automatic import for version 0.1-0.git20120506.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8497 |14cr|svk-2.2.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 SVK
%define upstream_version v2.2.3

Name:       svk
Version:    %perl_convert_version %{upstream_version}
Release:    8

Summary:	Decentralized version control system based on Subversion

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://svk.elixus.org/
Source0:	http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		SVK-v2.0.1-fix-SVKMERGE-with-Emacs.patch
Patch1:		SVK-v2.2.3-qw-parenthesis.patch

BuildRequires:	shared-mime-info
# For apxs2
BuildRequires:	apache-devel
BuildRequires:  perl-devel
BuildRequires:	perl(Algorithm::Annotate)
BuildRequires:	perl(Algorithm::Diff)
BuildRequires:  perl(App::CLI)
BuildRequires:  perl(Class::Accessor::Fast)
BuildRequires:	perl(Class::Autouse)
BuildRequires:  perl(Class::Data::Inheritable)
BuildRequires:	perl(Clone)
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(Data::Hierarchy)
BuildRequires:	perl-File-BaseDir
BuildRequires:	perl-File-MimeInfo
BuildRequires:	perl-File-Type
BuildRequires:	perl(FreezeThaw)
BuildRequires:  perl(Internals)
BuildRequires:	perl-IO-Digest
BuildRequires:  perl(List::MoreUtils)
BuildRequires:	perl-Locale-Maketext-Lexicon
BuildRequires:	perl-Locale-Maketext-Simple
BuildRequires:	perl-PerlIO-eol
BuildRequires:	perl-PerlIO-via-symlink
BuildRequires:  perl(Path::Class)
BuildRequires:	perl(Pod::Simple)
BuildRequires:	perl(Regexp::Shellish)
BuildRequires:	perl(Sort::Versions)
BuildRequires:	perl-SVN-Mirror >= 0.66
BuildRequires:  perl(SVN::Core)
BuildRequires:	perl(Text::Diff)
BuildRequires:	perl-TimeDate
BuildRequires:  perl(UNIVERSAL::require)
BuildRequires:  perl(version)
BuildRequires:	perl(YAML)
BuildRequires:  perl(YAML::Syck)

BuildArch:	noarch

Requires:	perl-SVK = %{version}

%description
svk is a decentralized version control system written in Perl.
It uses the subversion filesystem but provides some other powerful features.

It allows you to work in a disconnected fashion with the possibility to merge
back your changes to the main repository.

%package -n perl-SVK
Summary:	Perl modules used by SVK

Group:		Development/Perl
# for some strange reason, not detected by our scripts
Requires:	perl-SVN-Mirror >= 0.66
Requires:	perl-File-Type
Requires:	perl-Class-Autouse
Requires:	perl(Term::ReadKey)
Requires:	perl(Data::Hierarchy)
Requires:	perl-Regexp-Shellish
Requires:	perl-Pod-Simple
Requires:	perl-IO-Digest
Requires:	perl-Clone
Requires:	perl(version)
Requires:	perl-Time-Progress
# not really needed, but I prefer to have more features enabled by defaut
Requires:	perl-File-MimeInfo
Requires:	perl-Locale-Maketext-Simple
# rpm doesn't find and generate this.
Provides:	perl(SVK::Version)

%description -n perl-SVK
This package provides the base modules needed by svk.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .emacs
%patch1 -p1 -b .qw-parenthesis

%build
perl Makefile.PL --skip INSTALLDIRS=vendor
%make

%check
# should be corrected in new version, thanks for rgs for spotting this
export LC_ALL=C
#APXS=/usr/sbin/apxs prove -b t/*.t

# don't leave non-writable directories
chmod -R +w t

%install
%makeinstall_std

# emacs
install -d %{buildroot}%{_datadir}/emacs/site-lisp
install -m 644 utils/*.el %{buildroot}%{_datadir}/emacs/site-lisp/

%files -n perl-SVK
%doc README CHANGES COMMITTERS CHANGES-1.0
%{perl_vendorlib}/SVK
%{perl_vendorlib}/SVK.pm
%{_mandir}/man3/*

%files
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/emacs/site-lisp/*.el


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.3-8
+ Revision: 68b6d2b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8498 |14cr|svn2cl-0.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Generator of ChangeLog(s) from `svn log` output
Name: svn2cl
Version: 0.13
Release: 2
Source0: http://ch.tudelft.nl/~arthur/svn2cl/%name-%version.tar.gz
Patch0: svn2cl-0.12-accum.patch
Patch1: svn2cl-0.11-authors.patch
Patch2: svn2cl-fix-stripping.patch
License: BSD
Group: Development/Other
Url: http://ch.tudelft.nl/~arthur/svn2cl/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: libxslt-proc
BuildArch: noarch

%description
svn2cl is a simple xsl transformation and shellscript wrapper for generating a
classic GNU-style ChangeLog from a subversion repository log. It is made from
several changelog-like scripts using common xslt constructs found in different
places.

%prep

%setup -q
%patch0 -p0 -b .accum
%patch1 -p1 -b .authors
%patch2 -p0 -b .strip

sed -i -e 's|^XSL="$dir/|XSL="%{_datadir}/svn2cl/|' svn2cl.sh
chmod 0644 ChangeLog NEWS README TODO authors.xml
chmod 0755 convert_authors.pl

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/%{name}
install -m 755 svn2cl.sh %{buildroot}%{_datadir}/%{name}
install -d %{buildroot}%{_bindir}
ln -sf %{_datadir}/%{name}/svn2cl.sh %{buildroot}%{_bindir}/%{name}
install -m 644 svn2cl.xsl svn2html.css svn2html.xsl %{buildroot}%{_datadir}/%{name}
install -d %{buildroot}%{_mandir}/man1
install -m 644 svn2cl.1 %{buildroot}%{_mandir}/man1/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog NEWS README TODO authors.xml convert_authors.pl
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13-2
+ Revision: 77d06e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8499 |14cr|svnauthcheck-1.0.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	svnauthcheck
%define	version	1.0.12
%define release	2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:    Tool to check the syntax of subversion acl file
License:    GPLv2+
Group:      Development/Other 
URL:        https://svn.id.ethz.ch/docs/svnauthcheck.html
Source:     https://svn.id.ethz.ch/files/%{name}-%{version}.tar.bz2
BuildRequires:  flex
BuildRequires:  bison
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
svnauthcheck is a tool to check the syntax of Subversion access control files.
It was developed to be able to delegate to certain repository users the ability
to manage the access control to the repository itself.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.12-2
+ Revision: 594a2ef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8500 |14cr|svnchecker-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This is a very old program, it's e3asier to drop it than debug if smth goes wrong
%define debug_package %{nil}

Name:		svnchecker
Version:	0.3
Release:	6
Summary:    Framework for Subversion pre-commit hook scripts
License:    GPL
Group:      Graphical desktop/GNOME
URL:        http://svnchecker.tigris.org/
Source:     http://svnchecker.tigris.org/files/documents/6233/42081/%{name}-%{version}.tar.gz
Patch:      svnchecker-0.2-no-config-file.patch
BuildRequires:  python-devel

%description
SVNChecker is a framework for Subversion pre-commit hook scripts. The
SVNChecker handles Subversion (SVN) pre-commit hooks in order to implement
checks of files before they are commited. For example, you can check for the
code style or unit tests.

%prep
%setup -q
%patch -p 1

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README LICENSE
%{_bindir}/Main.py
%{python_sitelib}/checks
%{python_sitelib}/handlers
%{python_sitelib}/modules
%{python_sitelib}/*.egg-info

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-6
+ Revision: b3e553b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8501 |14cr|svnengine-0.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Subversion helper for CFengine
Name:		svnengine
Version:	0.4
Release:	7
License:	GPL
Group:		Development/Python
URL:		http://pulseaudio.revolutionlinux.com/Svnengine
Source0:	%{name}-%{version}.tar.bz2
BuildArch:	noarch
Requires:	python-pysvn >= 1.5.1
Requires:	python-%{name} >= %{version}
BuildRequires:	python-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
As the name suggests, Svnengine purpose is to make integration between SVN and
Cfengine easy. While working with Cfengine, there are many steps that are
repetitive, boring and error prone. With Svnengine, the system administrator
can create cfengine class in a more automated manner.

The principle of operation is simple. Files and attributes of files are stored
in svn repository. If a file is added with svnengine, properties will be set
for mode, owner, etc. Each files added into a directory can be used to generate
the cfengine class file automaticaly. This file can be added to the cfengine
server, and apply files to servers.

It's also useful for testing. For example, you can apply a class even without
a cfengine server. Also, you can change configuration files directly on the
filesystem and gather changes by using the collect feature, and then commit.

Bet you will love it! 

%package -n	python-%{name}
Summary:	Subversion helper for CFengine
Group:		Development/Python

%description -n	python-%{name}
As the name suggests, Svnengine purpose is to make integration between SVN and
Cfengine easy. While working with Cfengine, there are many steps that are
repetitive, boring and error prone. With Svnengine, the system administrator
can create cfengine class in a more automated manner.

The principle of operation is simple. Files and attributes of files are stored
in svn repository. If a file is added with svnengine, properties will be set
for mode, owner, etc. Each files added into a directory can be used to generate
the cfengine class file automaticaly. This file can be added to the cfengine
server, and apply files to servers.

It's also useful for testing. For example, you can apply a class even without
a cfengine server. Also, you can change configuration files directly on the
filesystem and gather changes by using the collect feature, and then commit.

Bet you will love it! 

%prep
%setup -q

%build
python setup.py build

%install
rm -rf %{buildroot}

python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/%{name}

%files -n python-%{name}
%defattr(-,root,root)
%{py_puresitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-7
+ Revision: d2f99ad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8502 |14cr|svnmailer-1.0.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rel 8

Name:           svnmailer
Version:        1.0.8
Release:        %mkrel %rel
Summary:        Tool to send subversion commit notifications 
Group:          Development/Other
License:        Apache License 2.0
URL:            http://opensource.perlig.de/svnmailer/
Source0:        http://storage.perlig.de/svnmailer/%{name}-%{version}.tar.bz2
Patch:          svnmailer-1.0.8-python2.5.diff
BuildRequires:  python-devel
Requires:       python-svn  
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
The svnmailer is a tool that is usually called by a subversion hook to submit 
commit notifications in various ways (at the moment: mail via SMTP or a pipe 
to a sendmail like program, news via NNTP, or CIA live tracker notification 
via XML-RPC). It is derived from the original mailer.py distributed with 
subversion, but should be much more consistent, more extensible, and have 
many more features.

%prep
%setup -q
%patch -p0

%install
rm -rf %{buildroot}
python setup.py install --prefix=%{buildroot}/%_prefix

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES CREDITS docs LICENSE README
%_bindir/svn-mailer
%py_puresitedir/%name/
%py_puresitedir/*egg-info





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.8-8
+ Revision: fe9a959
- Automatic import for version 1.0.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8503 |14cr|svxlink-11.11.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
## Specfile based on Fedora made by developper
%define name	svxlink
%define main_version 11.11.1

Name:		%{name}
Summary:	Repeater controller and EchoLink (simplex or repeater)
Version:	%{main_version}
Release:	4
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	http://downloads.sourceforge.net/%{name}/sounds-en_US-heather-11.11.tar.bz2
URL:		http://svxlink.sourceforge.net

Group:		Communications
#files contained in sounds package are licensed under GPLv2
#the rest of files are licensed under GPLv2+
License:	GPLv2 and GPLv2+
Patch0:		svxlink-11.11.1-gcc-47.patch

BuildRequires:	glibc-devel
BuildRequires:	alsa-oss-devel
BuildRequires:	pkgconfig(sigc++-1.2)
BuildRequires:	mng-devel
BuildRequires:	tcl-devel
BuildRequires:	qt4-devel 
BuildRequires:	gsm-devel
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(speex)
BuildRequires:	doxygen
BuildRequires:	desktop-file-utils
BuildRequires:	%{_lib}gcrypt-devel

Requires (preun): chkconfig
Requires (preun): initscripts
Requires (post): chkconfig
Requires (postun): initscripts

%description
The SvxLink project is a multi purpose voice services system for
ham radio use. For example, EchoLink connections are supported.
Also, the SvxLink server can act as a repeater controller.
This is a development version. The released version doesn't build on newer 
Mandriva Distributions.

%package -n libasync
Summary: 	Svxlink async libs
Group: 		System/Libraries
Version: 	0.17.0

%description -n libasync
The Async library is a programming framework that is used to write event driven
applications. It provides abstractions for file descriptor watches, timers,
network communications, serial port communications and config file reading.

Async is written in such a way that it can support other frameworks. Right now
there are two basic frameworks, a simple "select" based implementation and a Qt
implementation. The idea is that advanced libraries can be implemented in such
a way that they only depend on Async. That means that these libraries can be
used in both Qt and pure console applications and in any future frameworks
supported by Async (e.g. Gtk, wxWidgets etc).

Another big part of Async is the audio pipe framework. It is an audio handling
framework that is geared towards single channel (mono) audio applications. The
framework consists of a large number of audio handling classes such as
audio i/o, filtering, mixing, audio codecs etc.
This is a development version. The released version doesn't build on newer 
Mandriva Distributions.

%package -n libasync-devel
Summary: 	Svxlink async development files
Group: 		System/Libraries
Version: 	0.17.0
Requires: 	libasync = 0.17.0
Obsoletes:	svxlink-server-devel < 0.11.1-2

%description -n libasync-devel
The async library development files

%package -n echolib
Summary: 	EchoLink communications library
Group: 		System/Libraries
Version: 	0.13.1

%description -n echolib
EchoLib is a library that is used as a base for writing EchoLink applications.
It implements the directory server protocol as well as the station to station
protocol. EchoLink is used to link ham radio stations together over the
Internet.
This is a development version. The released version doesn't build on newer 
Mandriva Distributions.

%package -n echolib-devel
Summary: 	Development files for the EchoLink communications library
Group: 		System/Libraries
Version: 	0.13.1
Requires: 	echolib = 0.13.1
Obsoletes:	svxlink-server-devel < 0.11.1-2

%description -n echolib-devel
Development files for the EchoLink communications library

%package -n qtel
Summary: 	The Qt EchoLink Client
Group: 		Communications
Version: 	0.11.2

%description -n qtel
This package contains Qtel, the Qt EchoLink client. It is an implementation of
the EchoLink software in Qt. This is only an EchoLink client, that is it can
not be connected to a transciever to create a link. If it is a pure link node
you want, install the svxlink-server package.
This is a development version. The released version doesn't build on newer 
Mandriva Distributions.

%package -n svxlink-server
Summary: 	SvxLink - A general purpose voice services system
Version: 	0.11.1
Group: 		Networking/Other
Requires: 	udev
Requires (pre): shadow-utils

%description -n svxlink-server
The SvxLink server is a general purpose voice services system for ham radio
use. Each voice service is implemented as a plugin called a module.
Some examples of voice services are: Help system, Simplex repeater,
EchoLink communications and voice mail.

The core of the system handle the radio interface and is quite flexible
as well. It can act both as a simplex node and as a repeater controller. It is
also possible to link multiple receivers in via TCP/IP. The best receiver is
chosen using a software voter.
This is a development version. The released version doesn't build on newer 
Mandriva Distributions.

%prep
%setup -q -n %{name}-%{main_version}
%setup -q -D -T -a 1 -n %{name}-%{main_version}
%patch0 -p0

%build
sed -i -e "s:/lib:/%{_libdir}:g" makefile.cfg
sed -i -e "s:/etc/udev:/lib/udev:" svxlink/scripts/Makefile.default
sed -i -e "s:lgsm:lgsm -lspeex:" qtel/Makefile.default

#LDFLAGS="${LDFLAGS:--Wl,-as-needed}" ; export LDFLAGS
CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS
make %{?_smp_mflags}
doxygen doxygen.async
doxygen doxygen.echolib


%install
make DESTDIR=%{buildroot} NO_CHOWN=1 LIB_INSTALL_DIR=%{_libdir} \
        INC_INSTALL_DIR=%{_includedir}/svxlink BIN_INSTALL_DIR=%{_bindir} \
        SBIN_INSTALL_DIR=%{_sbindir} PLUGIN_INSTALL_DIR=%{_libdir}/svxlink install
mkdir -p %{buildroot}%{_datadir}/svxlink
cp -a en_US-heather %{buildroot}%{_datadir}/svxlink/
mkdir -p %{buildroot}%{_localstatedir}/log
touch %{buildroot}%{_localstatedir}/log/svxlink
touch %{buildroot}%{_localstatedir}/log/svxlink.{1,2,3,4}
desktop-file-install \
        --dir=%{buildroot}%{_datadir}/applications qtel/qtel.desktop
mv %{buildroot}%{_sysconfdir}/logrotate.d/svxlink %{buildroot}%{_sysconfdir}/logrotate.d/svxlink-server
sed -i -e "s/subsys\/\$PROG/subsys\/svxlink/g" %{buildroot}%{_sysconfdir}/init.d/svxlink
sed -i -e "s/subsys\/\$PROG/subsys\/remotetrx/g" %{buildroot}%{_sysconfdir}/init.d/remotetrx
#remove static libs
rm -f %{buildroot}%{_libdir}/libasync*.a
rm -f %{buildroot}%{_libdir}/libecholib.a
rm -f %{buildroot}%{_libdir}/liblocationinfo.a
rm -f %{buildroot}%{_libdir}/libtrx.a


%pre -n svxlink-server
getent group daemon >/dev/null || groupadd -r daemon
getent passwd svxlink >/dev/null || \
useradd -r -g daemon -d / -s /sbin/nologin \
-c "SvxLink Daemon " svxlink
exit 0

%post -n svxlink-server
/sbin/chkconfig --add svxlink

%preun -n svxlink-server
if [ $1 = 0 ]; then
  /sbin/service svxlink stop >/dev/null 2>&1 || :
  /sbin/chkconfig --del svxlink
fi

%postun -n svxlink-server 
if [ "$1" -ge "1" ] ; then
 /sbin/service svxlink condrestart >/dev/null 2>&1 || :
fi

%files -n libasync
%doc async/ChangeLog
%defattr(755,root,root)
%{_libdir}/libasync*.so.*
%{_libdir}/libasync*.*.so

%files -n libasync-devel
%doc doc/async/html
%{_libdir}/libasyncaudio.so
%{_libdir}/libasynccore.so
%{_libdir}/libasynccpp.so
%{_libdir}/libasyncqt.so
%dir %{_includedir}/svxlink
%{_includedir}/svxlink/Async*
%{_includedir}/svxlink/SigCAudio*.h
%{_includedir}/svxlink/common.h

%files -n echolib
%doc echolib/ChangeLog
%defattr(755,root,root)
%{_libdir}/libecholib*.so.*
%{_libdir}/libecholib*.*.so

%files -n echolib-devel
%doc doc/echolib/html
%{_libdir}/libecholib.so
%dir %{_includedir}/svxlink
%{_includedir}/svxlink/EchoLink*

%files -n qtel
%doc COPYRIGHT qtel/ChangeLog
%{_bindir}/qtel
%{_datadir}/qtel
%{_datadir}/icons/link.xpm
%{_datadir}/applications/qtel.desktop

%files -n svxlink-server
%doc COPYRIGHT svxlink/ChangeLog
%{_bindir}/svxlink
%{_bindir}/remotetrx
%{_bindir}/siglevdetcal
%dir %{_libdir}/svxlink
%{_libdir}/svxlink/Module*.so
%dir %{_sysconfdir}/%{name}/svxlink.d
%{_datadir}/svxlink
%defattr(644,root,root)
%config(noreplace) %{_sysconfdir}/%{name}/svxlink.conf
%config(noreplace) %{_sysconfdir}/%{name}/.procmailrc
%config(noreplace) %{_sysconfdir}/%{name}/svxlink.d/*
%config(noreplace) %{_sysconfdir}/%{name}/TclVoiceMail.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/svxlink-server
%config(noreplace) %{_sysconfdir}/logrotate.d/remotetrx
%config(noreplace) %{_sysconfdir}/%{name}/remotetrx.conf
%config(noreplace) %{_sysconfdir}/sysconfig/svxlink
%config(noreplace) %{_sysconfdir}/sysconfig/remotetrx
%config(noreplace) %{_sysconfdir}/security/console.perms.d/90-svxlink.perms
/lib/udev/rules.d/10-svxlink.rules
%{_mandir}/man*/*
%attr(755,svxlink,daemon) %dir %{_localstatedir}/spool/svxlink
%attr(755,svxlink,daemon) %dir %{_localstatedir}/spool/svxlink/voice_mail
%defattr(755,root,root)
%{_sysconfdir}/init.d/svxlink
%{_sysconfdir}/init.d/remotetrx
%defattr(644,root,root)
%ghost /var/log/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.11.1-4
+ Revision: c4727f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8504 |14cr|swami-2.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       swami
Version:    2.0.0
Release:    3
Summary:    Instrument patch editor for wavetable synths (sounfont)

%define lib_major       0
%define lib_name        %mklibname %{name} %{lib_major}
%define lib_name_devel  %mklibname %{name} -d

License:    GPL
Group:      Sound
URL:        http://swami.sourceforge.net
Source0:    http://prdownloads.sourceforge.net/swami/%{name}-%{version}.tar.gz
Requires:   fluidsynth
Requires:   %{lib_name}

BuildRequires:  intltool
BuildRequires:  gtk-doc
BuildRequires:  fluidsynth-devel
BuildRequires:  sndfile-devel
BuildRequires:  gtk+-devel
BuildRequires:  gtksourceview-devel
BuildRequires:  libgnomecanvasmm-devel
BuildRequires:  libglade2.0-devel
BuildRequires:  pkgconfig(librsvg-2.0)
BuildRequires:  python-gobject-devel
BuildRequires:  pygtk2.0-devel
BuildRequires:  instpatch-devel
BuildRequires:  fftw3-devel

%description
Swami is an instrument patch file editor using SoundFont files that allows
you to create and distribute instruments from audio samples used for
composing music. It uses the fluidsynth software synthesizer, which has real
time effect control, support for modulators, and routable audio via Jack.
Swami requires the libinstpatch library containing tools for soundfont
editing.

#-----------------------------------
%package -n %{lib_name}

Summary:        Library for processing Music Instrument patch files
Group:          System/Libraries
Requires:       pygtk2.0
Requires:       libinstpatch
%description -n %{lib_name}
Dynamic library files needed by the swami instrument patch editor.

%files -n %{lib_name}
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/lib%{name}*.so.*
%{_libdir}/%{name}/*.so

#-----------------------------------
%package -n %{lib_name_devel}
Summary:        Swami development headers
Group:          Sound
Requires:       %{name} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{lib_name_devel}
Development files to build applications with swami headers.

%files -n %{lib_name_devel}
%defattr(-,root,root,-)
%doc %{_datadir}/gtk-doc/html/lib%{name}
%doc %{_datadir}/gtk-doc/html/%{name}gui
%dir %{_includedir}/%{name}/lib%{name}
%{_includedir}/%{name}/lib%{name}/*.h
%dir %{_includedir}/%{name}/%{name}gui
%{_includedir}/%{name}/%{name}gui/*.h
%{_libdir}/*.so
#-----------------------------------

%prep
%setup -q

%build
LDFLAGS="-lgmodule-2.0" %configure2_5x --enable-static=no
%make

%install
rm -rf %{buildroot}
%makeinstall_std
desktop-file-install --add-category="X-MandrivaLinux-Multimedia-Sound;" \
                     --remove-category="Midi;" \
                     --remove-category="Music;" \
                     --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}%{_datadir}/pixmaps/
cp %{name}.svg %{buildroot}%{_datadir}/pixmaps/

%ifarch x86_64
install -d %{buildroot}%{python_sitelib}
mv %{buildroot}%{_prefix}/%_lib/python%{python_version}/site-packages/* %{buildroot}%{python_sitelib}/
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%name
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/swami-2.glade
%dir %{_datadir}/%{name}/images
%{_datadir}/%{name}/images/*.png
%{_datadir}/%{name}/images/knob.svg
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/icons/hicolor/48x48/apps/swami.png
%{_datadir}/icons/hicolor/scalable/apps/swami.svg
%{_datadir}/pygtk/2.0/defs/*.defs
%{python_sitelib}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-3
+ Revision: b8b405a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8505 |14cr|sweep-0.9.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sound sample editor
Name:		sweep
Version:	0.9.3
Release:	8
License:	GPLv2+
Group:		Sound
Url:		http://sweep.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/sweep/%{name}-%{version}.tar.gz
#gw received by mail from Pavel Fric
Source1:	cs.po
Patch0:		sweep-0.9.3-add-cs-po.patch
Patch1:		sweep-0.9.3-multithread.patch
BuildRequires:	desktop-file-utils
BuildRequires:	librsvg
BuildRequires:	libtool
#gw aclocal
Buildrequires:	gettext-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(tdb)
BuildRequires:	pkgconfig(vorbis)
#gw lam also has a binary named sweep
Conflicts:	lam-runtime

%description
Sweep is an audio editor and live playback tool for GNU/Linux, BSD and
compatible systems. It supports many music and voice formats including
WAV, AIFF, Ogg Vorbis, Speex and MP3, with multichannel editing and
LADSPA effects plugins. Inside lives a pesky little virtual stylus called
Scrubby who enjoys mixing around in your files.

%files -f %{name}.lang
%doc README ABOUT-NLS AUTHORS COPYING ChangeLog NEWS
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*
%dir %{_libdir}/sweep/
%{_libdir}/sweep/*.so
%dir %{_datadir}/sweep/
%{_datadir}/sweep/sweep_splash.png
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

#----------------------------------------------------------------------------

%package devel
Summary:	C headers for developing Sweep plugins
Group:		Development/C

%description devel
Sweep is an audio editor and live playback tool for GNU/Linux, BSD and
compatible systems. It supports many music and voice formats including
WAV, AIFF, Ogg Vorbis, Speex and MP3, with multichannel editing and
LADSPA effects plugins. Inside lives a pesky little virtual stylus called
Scrubby who enjoys mixing around in your files.

This package contains the C headers needed to compile plugins for Sweep.

%files devel
%doc doc/*.txt
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
cp %{SOURCE1} po/

%build
autoreconf -fi
# fix for wrongly set plugin dir on 64-bit
sed -i 's/sweep_plugin_dir=.*/sweep_plugin_dir="$PACKAGE_PLUGIN_DIR"/' configure
LDFLAGS="-lgmodule-2.0 -lX11" %configure2_5x --enable-alsa

%make

%install
%makeinstall_std MKINSTALLDIRS=`pwd`/mkinstalldirs
rm -rf %{buildroot}%{_datadir}/locale/en_AU

%find_lang %{name}

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-Multimedia-Sound" \
  --add-category="AudioVideo" \
  --add-category="Audio" \
  --add-category="Sequencer" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

install -d %{buildroot}%{_iconsdir}/hicolor/scalable/apps/
install -m644 %{name}.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-8
+ Revision: 3d7a2de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8506 |14cr|SweetHome3D-4.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define         pkgname         sweethome3d
%define         pkgmod          3DModels
%define         modelver        1.3.2
%define         debug_package   %{nil}

%define __noautoreq '.*VERSION.*'

Name:		SweetHome3D
Version:	4.4
Release:	4
Summary:	Sweet Home 3D is a free interior design application 
License:	GPLv2+
Group:		Graphics
URL:		http://www.sweethome3d.com/
Source0:        %{name}-%{version}-src.zip
#Source1:        FurnitureLibraryEditor-1.12-src.zip
#Source2:      sunflow-0.07.3g-src-diff.zip
Source3:        %{name}-%{version}-javadoc.zip
#Source4:        %{pkgmod}-Contributions-%{modelver}.zip
#Source5:        %{pkgmod}-KatorLegaz-%{modelver}.zip
#Source6:        %{pkgmod}-LucaPresidente-%{modelver}.zip
#Source7:        %{pkgmod}-Reallusion-%{modelver}.zip
#Source8:        %{pkgmod}-Scopia-%{modelver}.zip
#Source9:        %{pkgmod}-Trees-%{modelver}.zip
#Source10:       %{pkgmod}-BlendSwap-CC-0-%{modelver}.zip
#Source11:       %{pkgmod}-BlendSwap-CC-BY-%{modelver}.zip
#Source12:       TexturesLibraryEditor-1.3-src.zip
#Patch0:               %{name}.patch
BuildRequires:  java
BuildRequires:  ant
Requires:       java >= 1.6-sun
Requires:       java3d

%description
Sweet Home 3D is a free interior design application
that helps you place your furniture on a house 2D
plan, with a 3D preview.
Available at http://www.sweethome3d.eu/, this program
is aimed at people who want to design their interior
quickly, whether they are moving or they just want
to redesign their existing home. Numerous visual
guides help you draw the plan of your home and
layout furniture. You may draw the walls of your
rooms upon the image of an existing plan, and then,
drag and drop furniture onto the plan from a catalog
organized by categories. Each change in the 2D plan
is simultaneously updated in the 3D view, to show
you a realistic rendering of your layout.

%prep 
%setup -q -n %{name}-%{version}-src

#rm -rf lib/windows lib/macosx
%ifarch %{ix86}
rm -rf lib/linux/x64
%else
rm -rf lib/linux/i386
%endif


%build
ant jarExecutable

%install
install -Dm0644 install/%{name}-%{version}.jar %{buildroot}%{_datadir}/%{name}/%{name}.jar
mkdir -p %{buildroot}%{_datadir}/%{name}/lib
install -Dm0644 lib/*.jar %{buildroot}%{_datadir}/%{name}/lib
mkdir -p %{buildroot}%{_docdir}/%{name}
install -Dm0644 *.TXT %{buildroot}%{_docdir}/%{name}
mkdir -p %{buildroot}%{_iconsdir}
install -Dm0655 deploy/%{name}*.png %{buildroot}%{_iconsdir}
install -Dm0655 deploy/%{name}*.jpg %{buildroot}%{_iconsdir}
install -Dm0655 deploy/%{name}*.gif %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_bindir}
install -Dm0655 install/linux/%{name} %{buildroot}%{_bindir}/%{name}
%if %mdkversion  <= 201200
%ifarch x86_64
mkdir -p %{buildroot}%{_libdir}
install -Dm0655 lib/linux/x64/*.so %{buildroot}%{_libdir}/
%else
mkdir -p %{buildroot}%{_libdir}
install -Dm0655 lib/linux/i386/*.so %{buildroot}%{_libdir}/
%endif
%endif

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Sweet Home 3D
Name[ru]=Sweet Home 3D
GenericName=Sweet Home 3D
GenericName[ru]=SweetHome 3D
Comment=Design Application
Comment[ru]=Проектирования домашнего интерьера в 3D
Exec=/usr/bin/%{name}
Icon=%{_iconsdir}/%{name}Icon48x48.png
Terminal=false
Type=Application
StartupNotify=true
MimeType=application/octet-stream;application/SweetHome3D;
Categories=Application;Graphics;
EOF

# script start program
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh

# Retrieve Sweet Home 3D directory
#PROGRAM=`readlink "$0"`
#if [ "$PROGRAM" = "" ]; then
#  PROGRAM=$0
#  fi
#  PROGRAM_DIR=`dirname "$PROGRAM"`
#
#  # Run Sweet Home 3D
#  exec "$PROGRAM_DIR"/jre1.6.0_37/bin/java -Xmx1024m -classpath "$PROGRAM_DIR"/lib/SweetHome3D.jar:"$PROGRAM_DIR"/lib/Furniture.jar:"$PROGRAM_DIR"//lib/Textures.jar:"$PROGRAM_DIR"/lib/Help.jar:"$PROGRAM_DIR"/lib/Loader3DS1_2u.jar:"$PROGRAM_DIR"/lib/iText-2.1.7.jar:"$PROGRAM_DIR"/lib/freehep-vectorgraphics-svg-2.1.1.jar:"$PROGRAM_DIR"/lib/sunflow-0.07.3g.jar:"$PROGRAM_DIR"/lib/jmf.jar:"$PROGRAM_DIR"/lib/batik-svgpathparser-1.7.jar:"$PROGRAM_DIR"/lib/j3dcore.jar:"$PROGRAM_DIR"/lib/j3dutils.jar:"$PROGRAM_DIR"/lib/vecmath.jar:"$PROGRAM_DIR"/jre1.6.0_37/lib/javaws.jar -Djava.library.path="$PROGRAM_DIR"/lib com.eteks.sweethome3d.SweetHome3D -open "$1"

PROGRAM_DIR=/usr/share/SweetHome3D

exec java -Xmx1024m -jar -Dcom.eteks.sweethome3d.applicationFolders=$HOME/.eteks/sweethome3d:$PROGRAM_DIR/data $PROGRAM_DIR/SweetHome3D.jar

EOF

chmod +x %{buildroot}%{_bindir}/%{name}


%files
%defattr(-,root,root)
%{_bindir}/%{name}
%if %mdkversion <= 201200
%{_libdir}/*.so
%endif
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/%{name}.jar
%{_docdir}/%{name}/*.TXT
%{_datadir}/%{name}/lib/*
%{_iconsdir}/*.png
%{_iconsdir}/*.jpg
%{_iconsdir}/*.gif

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.4-4
+ Revision: 7937467
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8507 |14cr|swfdec-0.8.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.8
%define major 0
%define libname %mklibname %name %{api} %{major}
%define develname %mklibname -d %name

Name:		swfdec
Version:	0.8.4
Release:	5
Summary:	Flash animations rendering library
Group:		System/Libraries
License:	LGPLv2+
URL:		http://swfdec.freedesktop.org/
Source0:	http://swfdec.freedesktop.org/download/%name/%api/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(xt)
BuildRequires:  pkgconfig(mad)
BuildRequires:  pkgconfig(alsa)
BuildRequires:	pkgconfig(liboil-0.3)
BuildRequires:	autoconf2.5 >= 2.58
BuildRequires:	ffmpeg-devel
BuildRequires:  pkgconfig(gstreamer-pbutils-0.10)
BuildRequires:	libgstreamer-devel
BuildRequires:	gtk2-devel
BuildRequires:	gnome-vfs2-devel
BuildRequires:	pkgconfig(libsoup-2.4)
%description
Libswfdec is a library for rendering Flash animations. Currently it
handles mostFlash 3 animations and some Flash 4. No interactivity is
supported yet.

%package -n %libname
Summary: Shared library for decoding Flash animations
Group: System/Libraries
Obsoletes: %mklibname swfdec 0.6

%description -n %libname
Libswfdec is a library for rendering Flash animations. Currently it
handles mostFlash 3 animations and some Flash 4. No interactivity is
supported yet.

This package contains the shared library needed to run libswfdec
applications.

%package -n %develname
Summary:	Swfdec development files and static libraries
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	libswfdec-devel = %{EVRD}
Provides:	swfdec-devel = %{EVRD}
Obsoletes:	%mklibname -d %name 0.5

%description -n %develname
This contains the files needed to build packages that depend on
swfdec.

%prep
%setup -q 

%build
%configure2_5x --disable-static 
%make

%install
%makeinstall_std

%files -n %libname
%{_libdir}/libswfdec-%{api}.so.%{major}*
%{_libdir}/libswfdec-gtk-%{api}.so.%{major}*

%files -n %develname
%{_libdir}/libswfdec-%api.so
%{_libdir}/libswfdec-gtk-%api.so
%{_libdir}/pkgconfig/swfdec-%api.pc
%{_libdir}/pkgconfig/swfdec-gtk-%api.pc
%dir %{_includedir}/swfdec-%api/
%{_includedir}/swfdec-%api/*
%_datadir/gtk-doc/html/%name/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.4-5
+ Revision: bacb9c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8508 |14cr|swfdec-gnome-2.30.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name swfdec-gnome
%define version 2.30.1
%define swfdec_version 0.8.0

%define release  4

Summary: Flash integration for the Gnome Desktop
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.bz2
License: GPLv2+
Group: Graphical desktop/GNOME
Url: http://swfdec.freedesktop.org/
BuildRequires: swfdec-devel >= %{swfdec_version}
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: gtk2-devel >= 2.12.0
BuildRequires: intltool

%description
Swfdec-Gnome provides tools to integrate Flash into the GNOME desktop.
It contains a standalone Flash player and a thumbnailer.

%prep
%setup -q

%build
%configure2_5x --disable-schemas-install
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%post_install_gconf_schemas swfdec-thumbnailer
%{update_menus}
%{update_desktop_database}
%update_icon_cache hicolor
%endif

%preun
%preun_uninstall_gconf_schemas swfdec-thumbnailer

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_desktop_database}
%clean_icon_cache hicolor
%endif

%files -f %{name}.lang
%defattr(-,root,root)
%{_sysconfdir}/gconf/schemas/swfdec-thumbnailer.schemas
%{_bindir}/swfdec-player
%{_bindir}/swfdec-thumbnailer
%{_datadir}/applications/swfdec-player.desktop
%{_datadir}/swfdec-gnome/swfdec-player.ui
%{_mandir}/man1/*
%_datadir/icons/hicolor/*/apps/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.30.1-4
+ Revision: 1314eb5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8509 |14cr|swfdec-mozilla-0.8.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.8.2
%define major 0.8
%define rel 6

Name:		swfdec-mozilla
Version:	%version
Release:	%mkrel %rel 
Summary:	Mozilla compatible plugin for Flash rendering
Group:		Networking/WWW
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	LGPLv2+
URL:		http://swfdec.freedesktop.org/
Source0:	http://swfdec.freedesktop.org/download/%name/%major/%{name}-%{version}.tar.gz
BuildRequires: swfdec-devel >= %{version}
BuildRequires: libalsa-devel gtk2-devel
Suggests:	gstreamer0.10-ffmpeg
Suggests:	gstreamer0.10-plugins-ugly
Conflicts:	flashplayer-plugin

%description
This is a Mozilla compatible plugin for rendering of Flash animations
based on the swfdec library. It should work as well in other browsers.

%prep
%setup -q 

%build
%configure2_5x --enable-shared --disable-static --with-plugin-dir=%{_libdir}/mozilla/plugins
%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std 
rm -f $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/libswfdecmozilla.a
rm -f $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/libswfdecmozilla.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING
%{_libdir}/mozilla/plugins/libswfdecmozilla.so*
%{_iconsdir}/hicolor/*/apps/*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.8.2-6
+ Revision: 66f862c
- Automatic import for version 0.8.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8510 |14cr|swh-lv2-1.0.15-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    SWH LV2 plugins converted from LADSPA
Name:       swh-lv2
Version:    1.0.15
Release:    4
License:    GPLv2+
Group:      Sound
URL:        http://plugin.org.uk/
Source0:    http://plugin.org.uk/lv2/%{name}-%{version}.tar.gz
BuildRequires:  fftw3-devel
BuildRequires:  ladspa-devel
BuildRequires:  lv2-devel
BuildRequires:  libxslt-proc
Requires:   lv2
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is an early experimental port of my LADSPA plugins to the LV2
specification, c.f. http://lv2plug.in/ . It's still quite early days, but most
things should work as well or not as they did in LADSPA.

%prep

%setup -q

%build

%make LDFLAGS="-lm"

%install
rm -rf %{buildroot}

make install-system \
    PREFIX=%{buildroot} \
    INSTALL_DIR=%{buildroot}%{_libdir}/lv2
chmod 644 %{buildroot}%{_libdir}/lv2/*/*.ttl

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_libdir}/lv2/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.15-4
+ Revision: 455efce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8511 |14cr|swh-plugins-0.4.15-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A set of audio plugins for LADSPA
Name: swh-plugins
Version: 0.4.15
Release: 7
License: GPL
Group: Sound
Source: http://plugin.org.uk/releases/%version/%name-%version.tar.bz2
Patch: swh-plugins-0.4.15-build.patch
BuildRoot: %_tmppath/%{name}-buildroot
BuildRequires: ladspa-devel fftw-devel
URL: http://plugin.org.uk/
%description
A set of audio plugins for LADSPA (see http://plugin.org.uk/ for more
details).

%prep
%setup -q
%patch -p1 -b .build

%build
%configure2_5x
%make CFLAGS="%optflags -fPIC"

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
%if %_lib != lib
mv %buildroot%_prefix/lib %buildroot%_libdir
%endif
%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-,root,root)
%doc README ChangeLog AUTHORS
%_libdir/ladspa/*.so
%dir %_datadir/ladspa/
%dir %_datadir/ladspa/rdf/
%_datadir/ladspa/rdf/*.rdf





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.15-7
+ Revision: 7bfa929
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8512 |14cr|swing-layout-1.0.3-0.0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		swing-layout
Summary:	Swing Layout Extensions
Version:	1.0.3
Release:	0.0.4
Group:		Development/Java
Source:		%{name}-%{version}-src.zip
URL:		https://swing-layout.dev.java.net/
License:	LGPL+
BuildArch:	noarch
BuildRequires:	java-devel >= 1.6.0, ant
BuildRequires:  java-rpmbuild
%description
Swing Layout Extensions goal is to make it easy to create professional
cross platform layouts with Swing. This project will consist of extensions
to Swing and possibly a new LayoutManager. The long term goal is to roll
these changes back into Swing proper.

%package javadoc
Summary:	Javadoc for %name
Group:		Development/Java
%description javadoc
Javadoc for %name

%prep
%setup -q

%build
%{ant}
cd dist
%{__mv} %{name}.jar %{name}-%{version}.jar
%{__ln_s} %{name}-%{version}.jar %{name}.jar


%install
%{__rm} -Rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_javadir} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/%{name}.jar dist/%{name}-%{version}.jar %{buildroot}%{_javadir}
cp -pr dist/javadoc/*  %{buildroot}%{_javadocdir}/%{name}-%{version}/

%files
%doc COPYING releaseNotes.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files javadoc
%{_javadocdir}/%{name}-%{version}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-0.0.4
+ Revision: a73ff1e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8513 |14cr|swingworker-1.2.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section		free

Name:		swingworker
Version:	1.2.1
Release:	8
Epoch:		0
Summary:        Swing Worker API
License:        LGPL
Url:            https://swingworker.dev.java.net/
Group:		Development/Java
#
Source0:        https://swingworker.dev.java.net/files/documents/2810/51774/swing-worker-src-1.1.zip
BuildRequires:	java-rpmbuild >= 1.6
BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  ant-junit
BuildRequires:  locales-en
BuildArch:      noarch

%description
SwingWorker is designed for situations where you need to have a long running 
task run in a background thread and provide updates to the UI either 
when done, or while processing. This project is a backport of SwingWorker 
included into Java 1.6.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires(post):   /bin/rm,/bin/ln
Requires(postun): /bin/rm

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c -n %{name}-%{version}
# remove all binary libs
find . -name "*.jar" -exec %{__rm} -f {} \;

%build
export LC_ALL=en_US.ISO-8859-1
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java 
ant bundles javadoc

%install
# jar
%{__install} -d -m 755 %{buildroot}%{_javadir}
%{__install} -m 644 dist/bundles/swing-worker.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
# javadoc
%{__install} -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -sf %{name}-%{version} %{name})

%post javadoc
%{__rm} -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ $1 -eq 0 ]; then
  %{__rm} -f %{_javadocdir}/%{name}
fi

%files
%{_javadir}/*


%files javadoc
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%ghost %{_javadocdir}/%{name}


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.2.1-8
+ Revision: 0e07bd5
- Fix locale issue



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8514 |14cr|swingx-0.9.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           swingx
Version:        0.9.5
Release:        5
Summary:        A collection of Swing components
License:        LGPLv2
Group:          Development/Java
Url:            https://swingx.dev.java.net/
Source0:        https://swingx.dev.java.net/files/documents/2981/121928/%{name}-%{version}-src.zip
# Remove external dependency that's now included in JDK 1.6
# See http://forums.java.net/jive/thread.jspa?messageID=318384
Patch0:         swingx-0.9.4-LoginService.patch
# Remove build dependencies on included binary jars and add system jars
# Remove main class from manifest
Patch1:         swingx-0.9.4-project-properties.patch
# Don't do the "demo taglet" stuff
Patch2:         swingx-0.9.5-swinglabs-build-impl.patch

BuildArch:      noarch

BuildRequires:      ant
BuildRequires:      ant-nodeps
BuildRequires:      java-devel >= 0:1.6.0
BuildRequires:      jpackage-utils >= 0:1.5
BuildRequires:      batik

Requires:           java >= 0:1.6.0

Requires(post):     jpackage-utils
Requires(postun):   jpackage-utils

%description
SwingX contains a collection of powerful, useful, and just plain fun Swing
components. Each of the Swing components have been extended, providing
data-aware functionality out of the box. New useful components have been
created like the JXDatePicker, JXTaskPane, and JXImagePanel.


%package javadoc
Summary:        Javadocs for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
This package contains the API documentation for %{name}.


%prep
%setup -q -n %{name}-%{version}-src
%patch0 -p1
%patch1 -p1
%patch2 -p1
rm -rf lib/


%build
ant jar javadoc


%install
# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p dist/%{name}.jar  $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# javadocs
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/
cp -r dist/javadoc $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# pom
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap org.jdesktop.swingx %{name} %{version} JPP %{name}


%post
%update_maven_depmap


%postun
%update_maven_depmap


%files
%defattr(-,root,root,-)
%doc COPYING README
%{_javadir}/*.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}


%files javadoc
%defattr(-,root,root,-)
%doc COPYING
%{_javadocdir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5-5
+ Revision: 4333b8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8515 |14cr|swi-prolog-6.6.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define __noautoreq '/usr/bin/../swipl.sh|/usr/bin/pl|/usr/bin/swipl'

Summary:	Prolog interpreter and compiler
Name:		swi-prolog
Version:	6.6.6
Release:	3
License:	LGPLv2+
Group:		Development/Other
URL:		http://www.swi-prolog.org/
Source0:	http://www.swi-prolog.org/download/stable/src/pl-%{version}.tar.gz
Patch0:		pl-%{version}-xpce_package-format_string.patch
BuildRequires:  pkgconfig(ncursesw)
BuildRequires:  readline-devel
BuildRequires:  jpeg-devel
BuildRequires:  pkgconfig(xpm)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xft)
BuildRequires:  pkgconfig(xinerama)
BuildRequires:  pkgconfig(xpm)
BuildRequires:  pkgconfig(xt)
Buildrequires:  pkgconfig(openssl)
BuildRequires:  fontconfig-devel
BuildRequires:  pkgconfig(zlib)
BuildRequires:  gmp-devel
BuildRequires:  unixODBC-devel
BuildRequires:  java-rpmbuild
BuildRequires:  java-1.7.0-openjdk-devel
Requires:	%{name}-nox
Requires:	%{name}-xpce
Suggests:	%{name}-doc

%description
Edinburgh-style Prolog compiler including modules, autoload, libraries,
Garbage-collector, stack-expandor, C-interface, GNU-readline and GNU-Emacs
interface, very fast compiler.

%package nox
Group:		Development/Other
Summary:	SWI-Prolog without GUI components
Suggests:	%{name}-doc

%description nox
This package provide SWI-Prolog and several libraries, but without
GUI components.

%package x
Group:          Development/Other
Summary:        %{name} native GUI library
Requires:       %{name}-nox = %{version}-%{release}
Provides:	%{name}-xpce

%description x
XPCE is a toolkit for developing graphical applications in Prolog and
other interactive and dynamically typed languages.

%package java
Group:		Development/Java
Summary:	Java interface for %{name}
BuildRequires:	java-devel >= 1.6.0
Requires:	%{name}-nox = %{version}-%{release}
Provides:	%{name}-jpl

%description java
JPL is a dynamic, bi-directional interface between %{name} and Java
runtimes. It offers two APIs: Java API (Java-calls-Prolog) and Prolog
API (Prolog-calls-Java).

%package odbc
Group:		Development/Databases
Summary:	ODBC interface for %{name}
BuildRequires:	unixODBC-devel
Requires:	%{name}-nox = %{version}-%{release}

%description odbc
ODBC interface for SWI-Prolog to interact with database systems.

%package doc
Group:		Documentation
Summary:	Documentation for %{name}
Requires:	%{name}-nox = %{version}-%{release}

%description doc
Documentation for SWI-Prolog.

%prep
%setup -n pl-%{version} -q
%patch0 -p1 -b .format-string

%build
%configure2_5x --with-world
%make COFLAGS="%{optflags} -fno-strict-aliasing -fPIC"
pushd packages
export PATH=$PATH:%{_builddir}/pl-%{version}/src
%configure2_5x
%make COFLAGS="%{optflags} -fno-strict-aliasing -fPIC" LD_LIBRARY_PATH=%{_builddir}/pl-%{version}/lib/%{_arch}-linux/ 
popd

%install
%makeinstall_std
pushd packages
%makeinstall PLBASE=%{buildroot}%{_libdir}/swipl-%{version} LD_LIBRARY_PATH=%{_builddir}/pl-%{version}/lib/%{_arch}-linux/
%make html-install PLBASE=%{buildroot}%{_libdir}/swipl-%{version}
popd

%files

%files nox
%doc README VERSION
%{_bindir}/swipl*
%{_libdir}/swipl-%{version}
%{_libdir}/pkgconfig/swipl.pc
%exclude %{_libdir}/swipl-%{version}/doc
%exclude %{_libdir}/swipl-%{version}/lib/*/libjpl.so
%exclude %{_libdir}/swipl-%{version}/lib/jpl.jar
%exclude %{_libdir}/swipl-%{version}/library/jpl.pl
%exclude %{_libdir}/swipl-%{version}/xpce/*
%exclude %{_libdir}/swipl-%{version}/lib/*/odbc4pl.so
%exclude %{_libdir}/swipl-%{version}/library/odbc.pl

%files x
%{_mandir}/*/xpce*
%doc %{_libdir}/swipl-%{version}/doc/Manual/*xpce.html
%{_bindir}/xpce*
%{_libdir}/swipl-%{version}/xpce/*

%files java
%doc packages/jpl/README.html
%doc %{_libdir}/swipl-%{version}/doc/packages/examples/jpl
%doc %{_libdir}/swipl-%{version}/doc/packages/jpl
%{_libdir}/swipl-%{version}/lib/*/libjpl.so
%{_libdir}/swipl-%{version}/lib/jpl.jar
%{_libdir}/swipl-%{version}/library/jpl.pl

%files odbc
%doc %{_libdir}/swipl-%{version}/doc/packages/odbc.html
%{_libdir}/swipl-%{version}/lib/*/odbc4pl.so
%{_libdir}/swipl-%{version}/library/odbc.pl

%files doc
%{_mandir}/*/swipl*
%dir %{_libdir}/swipl-%{version}/doc
%doc %{_libdir}/swipl-%{version}/doc/Manual
%exclude %{_libdir}/swipl-%{version}/doc/Manual/*xpce.html
%doc %{_libdir}/swipl-%{version}/doc/packages
%exclude %{_libdir}/swipl-%{version}/doc/packages/examples/jpl
%exclude %{_libdir}/swipl-%{version}/doc/packages/jpl
%exclude %{_libdir}/swipl-%{version}/doc/packages/odbc.html

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.6.6-3
+ Revision: 9dbabfd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8516 |14cr|swish-e-2.4.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	2
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d

Summary:	Simple Web Indexing System for Humans - Enhanced

Name: 		swish-e
Version: 	2.4.7
Release:	5
License: 	GPL
Group: 		Networking/Other
URL: 		http://swish-e.org/
Source0: 	http://swish-e.org/distribution/%{name}-%{version}.tar.gz
Patch0:		%{name}-2.4.7-fix-str-fmt.patch
BuildRequires:	perl-devel
BuildRequires:	libxml2-devel
BuildRequires:	pcre-devel
BuildRequires:	zlib-devel
# (oe) require perl-SWISH-API just to play safe
Requires:	perl-SWISH-API >= %{version}

%description
Swish-e key features are :
    * Emacs/Gnus mail index in cooordination with nnir.el
    * Fast - many factors that affect speed, but a search on this server 
	that returns a thousand documents takes only a few seconds.
    * Flexible - a number of configuration options provide you a high degree 
	of control over what is indexed and how.
    * Powerful - the AND, OR and NOT operators are supported, words can be 
	truncated (using *), and searches can be limited to particular fields 
	(META tag fields, TITLEs, etc.)
    * Free - nothing, zip, zero.
    * It's made for Web sites - In indexing HTML files, SWISH-E can ignore 
	data in most tags while giving higher relevance to information in 
	header and title tags. Titles are extracted from HTML files and appear 
	in the search results. SWISH can automatically search your whole Web 
	site for you in one pass, if it's under one directory. You can also 
	limit your search to words in HTML titles, comments, emphasized tags, 
	and META tags. In addition, 8-bit HTML characters can be indexed, 
	converted, and searched.
    * It creates portable indexes - Index files consist of only one file, 
	so they can be transported around and easily maintained.
    * You can fix the source - We encourage people to send in patches and 
	suggestions on how to make SWISH-E better. You may want to join 
	the SWISH-E Discussion.

%package -n	%{libname}
Summary:	Swish-e libraries

Group:		System/Libraries

%description -n	%{libname}
Swish-e libraries

%package -n	%{devname}
Summary:	Swish-e devel files

Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel
Provides:	lib%{name}-devel
Obsoletes:	%{mklibname %{name} 2 -d}

%description -n	%{devname}
Devel files for swish-e

%package -n	perl-SWISH-API
Summary:	SWISH::API - Perl interface to the Swish-e C Library

Group:		Development/Perl

%description -n	perl-SWISH-API
PERL SWISH-E language bindings and scripts.

SWISH::API provides a Perl interface to the Swish-e search engine.
SWISH::API allows embedding the swish-e search code into your
application avoiding the need to fork to run the swish-e binary
and to keep an index file open when running multiple queries. This
results in increased search performance.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x	--with-libxml2=%{_prefix} \
		--with-zlib=%{_prefix}

%make

pushd perl
	perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" \
	SWISHBINDIR=$(readlink -f ../src) SWISHINC="-I$(readlink -f ../src)" \
	SWISHLIBS="-L$(readlink -f ../src/.libs) -lswish-e" SWISHVERSION="%{version}"
        %make
	LD_LIBRARY_PATH=../src/.libs make test
popd

%check
make test

%install
%makeinstall_std

install -m0755 swish-config %{buildroot}%{_bindir}/swish-config

%makeinstall_std -C perl

%files
%doc %{_docdir}/%{name}
%{_bindir}/swish-e
%{_datadir}/%{name}
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{devname}
%{_bindir}/swish-config
%{_libdir}/*.so
%{_libdir}/*.*a
%{_includedir}/*.h
%{_libdir}/pkgconfig/*

%files -n perl-SWISH-API
%doc perl/Changes perl/README
%{_bindir}/swish-filter-test
%{_prefix}/lib/%{name} 
%{perl_vendorlib}/*/auto/SWISH/API/API.so
%{perl_vendorlib}/*/SWISH/API.pm
%{_mandir}/man3/SWISH::API.3pm*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.7-5
+ Revision: d6f5941
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8517 |14cr|swm-1.2.5-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	relver	1.2.3

Summary:	A small window manager for X11
Name:		swm
Version:	1.2.5
Release:	14
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://www.informatik.hu-berlin.de/prog/swm.html
Source0:	http://www.informatik.hu-berlin.de/prog/%{name}-%{relver}-src.tar.bz2
Patch0:		swm-makefile.fix.relocate.patch
Patch1:		swm-1.2.3-link.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)

%description
Swm is a small window manager for X11 designed for very small laptop-screens
with a resolution of 640x400 pixels and above. (Or with PDA-mode 
320x240) SWM is even smaller than a rxvt!

%files
%{_bindir}/*
%{_mandir}/man1/*
%doc TODO README LIESMICH COMPILE_PARAMS AUTHORS README.iPaq COPYING
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{relver}-src
%patch0 -p0 -b .dir
%patch1 -p0

%build
%make CFLAGS="%{optflags}" CC="gcc %{ldflags}"

%install
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}

make PREFIX=%{buildroot}%{_prefix} install

mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat << EOF > %{buildroot}%{_sysconfdir}/X11/wmsession.d/12swm
NAME=Swm
DESC=Swm Window manager
EXEC=%{_bindir}/startswm
SCRIPT:
exec %{_bindir}/startswm
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.5-14
+ Revision: f4c9a89
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8518 |14cr|sword-1.7.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_name_orig	libsword
%define lib_major	4
%define lib_name	%mklibname %{name} %{version}
%define develname	%mklibname -d %{name}
%define staticname	%mklibname -d -s %{name}

Summary:	The SWORD Project framework for manipulating Bible texts
Name:		sword
Version:	1.7.2
Release:	3
License:	GPLv2+
Group:		System/Libraries
URL:		http://www.crosswire.org/sword/
Source0:	http://www.crosswire.org/ftpmirror/pub/sword/source/v1.7/%{name}-%{version}.tar.gz

BuildRequires:  pkgconfig(openssl)
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  zlib-devel
BuildRequires:  pkgconfig(libidn)
BuildRequires:  pkgconfig(libclucene-core) >= 2.0
BuildRequires:  pkgconfig(cppunit)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	icu-devel
BuildRequires:	icu
Requires:	%{lib_name} = %{version}-%{release}
Requires:	curl


%description
The SWORD Project is an effort to create an ever expanding software package 
for research and study of God and His Word.  The SWORD Framework 
allows easy manipulation of Bible texts, commentaries, lexicons, dictionaries, 
etc.  Many frontends are build using this framework.  An installed module 
set may be shared between any frontend using the framework.

#main package (contains *.so.[major].* only)
%package -n %{lib_name}
Summary:	Main library for sword #(!) summary for main lib RPM only
Group:		System/Libraries

%description -n %{lib_name}
This package contains the library needed to run programs dynamically
linked with sword.

%package -n %{develname}
Summary:	Include files for developing sword applications
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use the SWORD Bible Framework.

%package -n %{staticname}
Summary:	Static libs for developing sword applications
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Requires:	%{develname} = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}

%description -n %{staticname}
This package contains the static libraries that programmers will need to
develop applications which will use the SWORD Bible Framework.

%prep
%setup -q

%build
%configure --with-icu --with-clucene=%{_prefix}
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_datadir}/sword/modules
install -m 0755 utilities/{mkfastmod,mod2vpl,vpl2mod} %{buildroot}%{_bindir}

%files
%doc AUTHORS LICENSE NEWS README
%doc samples doc/*.*
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/%{name}
%config(noreplace) %{_sysconfdir}/sword.conf

%files -n %{lib_name}
%doc COPYING ChangeLog 
%{_libdir}/*%{name}-*.so

%files -n %{develname}
%doc CODINGSTYLE
%attr(0755,root,root) %dir %{_includedir}/sword
%{_includedir}/sword/*.*
%{_libdir}/*%{name}.so
%{_libdir}/pkgconfig/*.pc

%files -n %{staticname}
%doc CODINGSTYLE
%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.2-3
+ Revision: 804260b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8519 |14cr|sxiv-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sxiv
Version:	1.0
Release:	3
Summary:	Simple (or small or suckless) X Image Viewer
Group:		Graphics
License:	GPLv2
URL:		https://github.com/muennich/%{name}/
Source0:	https://github.com/downloads/muennich/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
BuildRequires:	pkgconfig(x11)
BuildRequires:	imlib2-devel
BuildRequires:	desktop-file-utils

%description
sxiv is an alternative to feh and qiv. Its only dependency besides xlib
is imlib2. The primary goal for writing sxiv is to create an image viewer,
which only has the most basic features required for fast image viewing (the
ones I want). It works nicely with tiling window managers and its code base
should be kept small and clean to make it easy for you to dig into it and
customize it for your needs.

%prep
%setup -q

%build
%make

%install
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}

%files
%doc LICENSE README.md
%{_bindir}/sxiv
%{_mandir}/man1/*
%{_datadir}/applications



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: f8ac7a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8520 |14cr|sylpheed-3.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major %(echo %{version}|cut -d. -f1,2)
%define iconname sylpheed.png

%define libapi 0
%define libmajor 1
%define libname %mklibname %{name} %libapi %libmajor
%define develname %mklibname -d %{name}

Summary:	A GTK+2 based, lightweight, and fast e-mail client


Name:		sylpheed
Version:	3.4.2
Release:	2
Source0:	http://sylpheed.sraoss.jp/sylpheed/v3.4/%{name}-%{version}.tar.bz2
License:	GPLv2
URL:		http://sylpheed.sraoss.jp/
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	gpgme-devel > 0.4.5
BuildRequires:	imagemagick
BuildRequires:	libpilot-link-devel
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(gtkspell-2.0)
Patch0:		sylpheed-3.3.0-glib2.patch
Requires:	curl
Group:		Networking/Mail
Provides:	sylpheed-main = %{version}-%{release}
Provides:	sylpheed2
Obsoletes:	sylpheed2

%description
This program is an X based fast e-mail client which has features
(or go for it :-)) like:
	o user-friendly and intuitive interface
	o integrated NetNews client (partially implemented)
	o ability of keyboard-only operation
	o Mew/Wanderlust-like key bind
	o multipart MIME
	o built-in image view
	o external editor support
	o unlimited multiple account handling
	o message queueing
	o filtering
	o XML-based address book
See 'README' for more information.

%package -n %libname
Summary: Library files for %name


Group: Networking/Mail

%description -n %libname
This package contains shared library files for %{name}.

%package -n %develname
Summary: Development files for %name


Group: Networking/Mail
Requires: %libname = %{version}
Provides: %{name}-devel = %{version}-%{release}

%description -n %develname
This package contains development files for %{name}.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1

%build
%configure2_5x --enable-gpgme \
		--enable-jpilot \
		--enable-ssl \
		--enable-ldap \
		--enable-ipv6

%make

%install
%makeinstall_std

mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert sylpheed.png -geometry 48x48 %{buildroot}%{_liconsdir}/%{iconname}
convert sylpheed.png -geometry 32x32 %{buildroot}%{_iconsdir}/%{iconname}
convert sylpheed.png -geometry 16x16 %{buildroot}%{_miconsdir}/%{iconname}

%{find_lang} %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog* NEWS README* INSTALL* TODO*
%{_bindir}/*
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/faq
%lang(de) %doc %{_datadir}/%{name}/faq/de
%lang(en) %doc %{_datadir}/%{name}/faq/en
%lang(es) %doc %{_datadir}/%{name}/faq/es
%lang(fr) %doc %{_datadir}/%{name}/faq/fr
%lang(it) %doc %{_datadir}/%{name}/faq/it
%dir %{_datadir}/%{name}/manual
%lang(en) %doc %{_datadir}/%{name}/manual/en
%lang(ja) %doc %{_datadir}/%{name}/manual/ja
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/%{iconname}
%{_liconsdir}/%{iconname}
%{_miconsdir}/%{iconname}

%files -n %libname
%{_libdir}/*-%{libapi}.so.%{libmajor}
%{_libdir}/*-%{libapi}.so.%{libmajor}.*

%files -n %develname
%{_libdir}/*.so
%{_includedir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.2-2
+ Revision: a140716
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8521 |14cr|symmetrica-2.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name			symmetrica
%define libsymmetrica		%mklibname %{name} 0
%define libsymmetrica_devel	%mklibname %{name} -d
%define libsymmetrica_static	%mklibname %{name} -d -s

Name:		%{name}
Version:	2.0
Release:	12
Summary:	A Collection of Routines for Solving Symmetric Groups
Group:		Sciences/Mathematics
# Note: they claim it's 'public domain' but then provide this:
# http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA/copyright_engl.html
License:	MIT
URL:		http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA/
Source0:	http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA/SYM2_0_tar.gz
# Sent upstream 8 May 2012.  Sagemath patch to fix namespace collisions on the
# names "sort" and "sum".
Patch0:		symmetrica-sort_sum_rename.patch
# Sent upstream 8 May 2012.  The INT type should always be a 4-byte type, but
# the sources use an incorrect and outdated method of ensuring this.
Patch1:		symmetrica-int.patch
# Will not be sent upstream, as it is GCC-specific.  Add function attributes
# to quiet GCC warnings and improve opportunities for optimization.
Patch2:		symmetrica-attribute.patch

%description
Symmetrica is a collection of routines, written in the programming
language C, through which the user can readily write his/her own
programs. Routines which manipulate many types of mathematical objects
are available.

%package	-n %{libsymmetrica}
Group:		System/Libraries
Summary:	Symmetrica runtime files
Obsoletes:	symmetrica < %{version}-%{release}

%description	-n %{libsymmetrica}
Symmetrica runtime files.

%package	-n %{libsymmetrica_devel}
Group:		Development/C
Summary:	Symmetrica development files
Requires:	%{libsymmetrica} = %{version}-%{release}
Provides:	symmetrica-devel = %{version}-%{release}
Obsoletes:	symmetrica-devel < %{version}-%{release}
Obsoletes:	%{libsymmetrica_static} < %{version}-%{release}

%description	-n %{libsymmetrica_devel}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -c
%patch0 -p0
%patch1 -p0
%patch2 -p0

# Don't print the banner on every library load and API function call
sed -i "s/^\(INT no_banner = \)FALSE/\1TRUE/" de.c

%build
# All the silly *TRUE defines:
#DFLAGS=$(for def in $(grep '#ifdef' *.c | cut -d':' -f2 | cut -d' ' -f2 | egrep .*TRUE | sort | uniq); do echo -D${def}; done)
DFLAGS="-DBINTREETRUE -DBRUCHTRUE -DCHARTRUE -DCYCLOTRUE -DDGTRUE \
  -DELMSYMTRUE -DFFTRUE -DGRALTRUE -DGRAPHTRUE -DGRTRUE -DHOMSYMTRUE \
  -DINTEGERTRUE -DKOSTKATRUE -DKRANZTRUE -DLAURENTTRUE -DLISTTRUE \
  -DLONGINTTRUE -DMATRIXTRUE -DMONOMIALTRUE -DMONOMTRUE \
  -DMONOPOLYTRUE -DNUMBERTRUE -DPARTTRUE -DPERMTRUE -DPLETTRUE \
  -DPOLYTRUE -DPOWSYMTRUE -DREIHETRUE -DSABTRUE -DSCHUBERTTRUE \
  -DSCHURTRUE -DSHUFFLETRUE -DSKEWPARTTRUE -DSQRADTRUE -DTABLEAUXTRUE \
  -DVECTORTRUE -DWORDTRUE -DZYKTRUE"

for file in *.c; do
  if [ $file != "test.c" ] ; then
    gcc %{optflags} -c ${file} -I. -DFAST ${DFLAGS}
  fi
done
ar rcs lib%{name}.a *.o
rm -f *.o
for file in *.c; do
  if [ $file != "test.c" ] ; then
    gcc %{optflags} -fPIC -c ${file} -I. -DFAST ${DFLAGS}
  fi
done
gcc %{optflags} $RPM_LD_FLAGS -shared -Xlinker -hlib%{name}.so.0 \
    -o lib%{name}.so.0.0.0 *.o

%install
chmod -R a+r .
mkdir -p $RPM_BUILD_ROOT%{_libdir}
install -m 755 lib%{name}.so.0.0.0 $RPM_BUILD_ROOT%{_libdir}/
ln -s lib%{name}.so.0.0.0 $RPM_BUILD_ROOT%{_libdir}/lib%{name}.so.0
ln -s lib%{name}.so.0 $RPM_BUILD_ROOT%{_libdir}/lib%{name}.so
mkdir -p $RPM_BUILD_ROOT%{_includedir}/%{name}
install -m 644 *.h $RPM_BUILD_ROOT%{_includedir}/%{name}/

%files		-n %{libsymmetrica}
%doc *.doc
%{_libdir}/lib%{name}.so.0.0.0
%{_libdir}/lib%{name}.so.0

%files		-n %{libsymmetrica_devel}
%doc test.c
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-12
+ Revision: c680d7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8522 |14cr|sympa-6.1.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# disable linting for srpm. Sflo
%define _build_pkgcheck_srpm %{nil}
# the following definitions are badnes 50 each. Sflo
%define _provides_exceptions perl(.*)
%define _requires_exceptions perl(\\(Sympa.*\\|Archive\\|Auth\\|Bounce\\|Bulk\\|Commands\\|Conf\\|Config_XML\\|Datasource\\|Family\\|Fetch\\|Language\\|Ldap\\|List\\|Lock\\|Log\\|Marc.*\\|Message\\|PlainDigest\\|Robot\\|SharedDocument\\|Scenario\\|SQLSource\\|Task\\|Upgrade\\|WebAgent\\|SympaTransport\\`))

Name:		sympa
Version:	6.1.22
Release:	2
Summary:	Electronic mailing list manager
License:	GPL
Group:		System/Servers
URL:		http://www.sympa.org/
Source0:	http://www.sympa.org/distribution/%{name}-%{version}.tar.gz
Source1:	sympa.service
Source2:	sympa-bulk.service
Source3:	sympa-archived.service
Source4:	sympa-bounced.service
Source5:	sympa-task_manager.service
Requires:	openssl >= 0.9.5a
Requires:	mhonarc >= 2.4.5
Requires:   mail-server
Requires(pre):	    rpm-helper
Requires(post):     rpm-helper >= 0.20.0
Requires(post):     mail-server
Requires(preun):    rpm-helper
Requires(preun):    mail-server
Requires(postun):   rpm-helper >= 0.16
BuildRequires:      rpm-helper >= 0.20.0
BuildRequires:      rpm-mandriva-setup >= 1.23
BuildRequires:	    openssl-devel >= 0.9.5a
BuildRequires:	    perl-MailTools
BuildRequires:	    perl-libintl-perl
BuildRequires:	    gettext-devel
BuildRequires:	    perl(HTML::StripScripts::Parser)

Provides:	    perl(SympaTransport)

%description
SYMPA is an electronic mailing list manager. It is used to automate list
management functions such as subscription, moderation and management of 
archives. SYMPA also manages sending of messages to the lists, and 
makes it possible to reduce the load on the system. Provided that you 
have enough memory on your system, Sympa is especially well adapted for big 
lists. For a list with 20 000 subscribers, it takes 5 minutes to send a
message to 90% of subscribers, of course considering that the network is 
available.

Documentation is available under HTML and SGML (source) formats. 

%package www
Summary:	Web interface for %{name}
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}
Requires:	webserver
Suggests:   apache-mod_fastcgi
Requires(post):     rpm-helper >= 0.20.0
Requires(postun):   rpm-helper >= 0.16

%description www
This package contains the web interface for %{name}.

%prep
%setup -q 

%build
%serverbuild
%configure2_5x \
    --enable-fhs \
    --libexecdir=%{_sbindir} \
    --sysconfdir=%{_sysconfdir}/sympa \
    --with-confdir=%{_sysconfdir}/sympa \
    --with-aliases_file=%{_localstatedir}/lib/sympa/aliases
%make

%install
rm -rf %{buildroot}

%makeinstall_std HOST=localhost

rm -f %{buildroot}%{_sysconfdir}/sympa/rc.d/init.d/sympa
install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/sympa.service
install -D -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/sympa-bulk.service
install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/sympa-archived.service
install -D -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/sympa-bounced.service
install -D -m 644 %{SOURCE5} %{buildroot}%{_unitdir}/sympa-task_manager.service

# apache conf
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/sympa.conf <<EOF
Alias /static-sympa %{_localstatedir}/sympa/static_content
Alias /sympa %{_libdir}/sympa/cgi

<Directory %{_localstatedir}/sympa/static_content>
    Order allow,deny
    Allow from all
</Directory>

<Directory %{_libdir}/sympa/cgi>
    Options ExecCGI
    AddHandler fastcgi-script .fcgi
    DirectoryIndex wwsympa-wrapper.fcgi

    Order allow,deny
    Allow from all
</Directory>
EOF

cat > README.urpmi <<EOF
Mandriva RPM specific notes
---------------------------

Updates
-------
This new release:
- default /wws Apache URL is now /sympa, for consistency with other webapps
- binaries are now installed in standard system locations (%{_bindir} and
  %{_sbindir}), whereas they were previously installed under
  %%{_libdir}/sympa/bin. package update procedure should automatically correct
  %them in your alias file, but may eventually fails.

Setup
-----
The setup used here differs from default one, to achieve better FHS compliance.
- the binaries are in %{_bindir} and %{_sbindir}
- the configuration files are in %{_sysconfdir}/sympa
- the constant files are in %{_libdir}/sympa and %{_datadir}/sympa
- the variable files are in %{_localstatedir}/lib/sympa
- the logs files are in %{_localstatedir}/log/sympa

Post-installation
-----------------
Sympa requires database for using the web interface. You have to create it
using the adequate script among %{_datadir}/sympa/script/db.

You can regenerate configuration files for sympa by executing
%{_sbindir}/sympa_wizard.pl

Additional useful packages
--------------------------
- perl-ldap for LDAP support
EOF

# Install remaining documentation manually
install -m 644 COPYING README NEWS README.urpmi %{buildroot}%{_docdir}/%{name}

# don't install  bundled certs
rm -f %{buildroot}%{_datadir}/sympa/ca-bundle.crt

# not the place for documentation
rm -f %{buildroot}%{_sysconfdir}/sympa/README

%find_lang sympa
%find_lang web_help
cat web_help.lang >> sympa.lang

%clean
rm -rf %{buildroot}

%pre
%_pre_useradd sympa %{_localstatedir}/lib/sympa /bin/false

%post
%_post_service sympa

if [ $1 = 1 ]; then
  # installation

  # sympa configuration
  hostname=`hostname`

  perl -pi \
    -e "s|^domain(\s+).*|domain\$1$hostname|;" \
    -e "s|^listmaster(\s+).*|listmaster\$1listmaster\@$hostname|;" \
    -e "s|^wwsympa_url(\s+).*|wwsympa_url\$1http://$hostname/sympa|;" \
    -e "s|^syslog(\s+).*|syslog\$1mail|;" \
    %{_sysconfdir}/sympa/sympa.conf

  # Initial aliase file creation
  cat >> %{_localstatedir}/lib/sympa/aliases <<EOF
listmaster:	"|%{_sbindir}/queue listmaster"
sympa:		"|%{_sbindir}/queue sympa"
bounce+*:	"|%{_sbindir}/bouncequeue sympa"
sympa-request:	listmaster@$hostname
sympa-owner:	listmaster@$hostname
EOF
  chown sympa.sympa %{_localstatedir}/lib/sympa/aliases

  # mta-specific aliases inclusion procedure
  mta="`readlink /etc/alternatives/sendmail-command 2>/dev/null | cut -d . -f 2`"
  if [ "$mta" == "postfix" ]; then
    database=`/usr/sbin/postconf -h alias_database`
    maps=`/usr/sbin/postconf -h alias_maps`
    postconf -e \
        "alias_database = $database, hash:%{_localstatedir}/lib/sympa/aliases" \
        "alias_maps = $maps, hash:%{_localstatedir}/lib/sympa/aliases"
  else
    cat >> %{_sysconfdir}/aliases <<EOF
:include:	%{_localstatedir}/lib/sympa/aliases
EOF
  fi
  # masqmail don't have this command
  [ -x /usr/bin/newaliases ] && /usr/bin/newaliases
else
  # find aliases file
  aliases=`awk '/sendmail_aliases/ {print $2}' %{_sysconfdir}/sympa/sympa.conf`
  if [ -z "$aliases" ]; then
    aliases=%{_sysconfdir}/aliases
  fi
  # correct pathes
  sed -i \
      -e 's|%{_bindir}/queue|%{_sbindir}/queue|' \
      -e 's|%{_bindir}/bouncequeue|%{_sbindir}/bouncequeue|' \
      $aliases
  # regenerate aliases
  /usr/bin/newaliases
fi

%post www
%if %mdkversion < 201010
%_post_webapp
%endif

%preun
%_preun_service sympa

if [ $1 = 0 ]; then
  # uninstallation

  # remove aliases
  mta="`readlink /etc/alternatives/sendmail-command 2>/dev/null | cut -d . -f 2`"
  if [ "$mta" == "postfix" ]; then
    database=`/usr/sbin/postconf -h alias_database | \
      sed -e 's|, hash:%{_localstatedir}/lib/sympa/aliases||'`
    maps=`/usr/sbin/postconf -h alias_maps | \
      sed -e 's|, hash:%{_localstatedir}/lib/sympa/aliases||'`
    postconf -e \
      "alias_database = $database" \
      "alias_maps = $maps"
  else
    sed -i -e '/:include:   %{_localstatedir}/lib/sympa/aliases/d' \
      %{_sysconfdir}/aliases
  fi
  /usr/bin/newaliases
fi

%postun
%_postun_userdel sympa

%postun www
%if %mdkversion < 201010
%_postun_webapp
%endif

%files -f sympa.lang
%defattr(-,root,root)
%{_docdir}/%{name}

# variable directories
%attr(-,sympa,sympa) %{_localstatedir}/lib/sympa
%attr(-,sympa,sympa) %{_localstatedir}/spool/sympa
%attr(-,sympa,sympa) %{_localstatedir}/run/sympa

# config files
%dir %{_sysconfdir}/sympa
%config(noreplace) %attr(640,root,sympa) %{_sysconfdir}/sympa/sympa.conf
%config(noreplace) %{_sysconfdir}/sympa/wwsympa.conf
%config(noreplace) %{_sysconfdir}/sympa/data_structure.version

%{_unitdir}/sympa.service
%{_unitdir}/sympa-bulk.service
%{_unitdir}/sympa-archived.service
%{_unitdir}/sympa-bounced.service
%{_unitdir}/sympa-task_manager.service

# binaries
%attr(-,sympa,sympa) %{_sbindir}/queue
%attr(-,sympa,sympa) %{_sbindir}/bouncequeue
%attr(-,sympa,sympa) %{_sbindir}/familyqueue
%attr(-,sympa,sympa) %{_sbindir}/sympa_newaliases.pl
%attr(-,root,sympa) %{_sbindir}/sympa_newaliases-wrapper
%{_sbindir}/sympa.pl
%{_sbindir}/alias_manager.pl
%{_sbindir}/archived.pl
%{_sbindir}/bounced.pl
%{_sbindir}/bulk.pl
%{_sbindir}/sympa_wizard.pl
%{_sbindir}/task_manager.pl

# other
%{_datadir}/sympa
%{_mandir}/man1/sympa_newaliases.1*
%{_mandir}/man8/*

%files www
%defattr(-,root,root)
%dir %{_libdir}/sympa
%dir %{_libdir}/sympa/cgi
%{_libdir}/sympa/cgi/wwsympa.fcgi
%{_libdir}/sympa/cgi/sympa_soap_server.fcgi
%attr(-,sympa,sympa) %{_libdir}/sympa/cgi/sympa_soap_server-wrapper.fcgi
%attr(-,sympa,sympa) %{_libdir}/sympa/cgi/wwsympa-wrapper.fcgi
%config(noreplace) %{_webappconfdir}/sympa.conf


%changelog
* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 6.1.22-2
+ Revision: 20046b5
- P: perl(SympaTransport)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8523 |14cr|sympow-1.019-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		sympow
%define	sympowdir	%{_datadir}/%{name}

Name:		%{name}
Group:		Sciences/Mathematics
License:	BSDish
Summary:	Compute special values of symmetric power elliptic curve L-functions
Version:	1.019
Release:	4
Source:		http://www.maths.bris.ac.uk/~mamjw/sympow.src.tar.bz2
# sagemath sympow datafiles
Source1:	datafiles.tar.bz2
URL:		http://www.maths.bris.ac.uk/~mamjw/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	pari
Requires:	pari

Patch0:		sympow-1.019-datafiles.patch

%description
SYMPOW is a package to compute special values of symmetric power elliptic
curve L-functions. It can compute up to about 64 digits of precision.

%prep
%setup -q -n SYMPOW-%{version}

%patch0	-p1

perl -pi							\
	-e 's|"new_data"|"%{_datadir}/%{name}/bin/new_data"|;'	\
	-e 's|(standard.\.gp)|%{sympowdir}/$1|g;'		\
	generate.c

%build
sh Configure
make

%install
mkdir -p %{buildroot}%{_bindir}

cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh

SYMPOW_DATA=%{sympowdir}/datafiles
if test -n "\$SYMPOW_DIR"; then
    if [ ! -d \$SYMPOW_DIR/datafiles ]; then
	mkdir -p \$SYMPOW_DIR/datafiles
	cp -far \$SYMPOW_DATA/*.txt \$SYMPOW_DATA/param_data \$SYMPOW_DIR/datafiles
    fi
    cd \$SYMPOW_DIR
else
    cd %{sympowdir}
fi

exec %{sympowdir}/bin/%{name} "\$@"
EOF
chmod +x %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{sympowdir}/bin
cp -fa %{name} %{buildroot}%{sympowdir}/bin
cp -fa new_data %{buildroot}%{sympowdir}/bin
cp -fa standard?.gp %{buildroot}%{sympowdir}
tar jxf %{SOURCE1} -C %{buildroot}%{sympowdir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%dir %{sympowdir}
%{sympowdir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.019-4
+ Revision: c4d3d01
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8524 |14cr|synapse-0.2.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A semantic launcher written in Vala
Name:		synapse
Version:	0.2.10
Release:	2
Group:		System/Libraries
License:	GPLv3+
URL:		http://synapse.zeitgeist-project.com/wiki/index.php?title=Main_Page
Source0:	http://launchpad.net/%{name}-project/0.2/%{version}/+download/%{name}-%{version}.tar.gz
# the generated synapse-main.c imports gtkhotkey-1.0/gtkhotkey.h,
# which imports glib-2.0/glib/gquark.h, and this is no longer allowed
# pass -DGLIB_COMPILATION to override (h/t: Mamoru Tasaka)
# https://bugs.launchpad.net/synapse-project/+bug/995354
Patch0:		%{name}-0.2.10-glib.patch
# libsynapsecore.a uses powf (defined in the libm DSO),
# it should be linked with -lm
# https://bugs.launchpad.net/synapse-project/+bug/995356
Patch1:		%{name}-0.2.10-libm-dso-for-powf.patch
Patch2:		concrete-gtk-timeout.patch
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	vala
BuildRequires:	pkgconfig(gee-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkhotkey-1.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(rest-0.7)
BuildRequires:	pkgconfig(unique-1.0)
BuildRequires:	pkgconfig(zeitgeist-1.0)

%description
Synapse is a semantic launcher written in Vala that you can use to start
applications as well as find and access relevant documents and files by making
use of the Zeitgeist engine.

%files -f %{name}.lang
%doc COPYING README
%{_bindir}/synapse
%{_mandir}/man1/synapse.1*
%{_datadir}/applications/synapse.desktop
%{_datadir}/icons/hicolor/scalable/apps/synapse.svg

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files devel
%doc AUTHORS
%{_datadir}/vala/vapi

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .glib
%patch1 -p1 -b .libm-dso-for-powf
%patch2 -p1

%build
%configure2_5x \
	--disable-static \
	--enable-zeitgeist=yes
%make V=1

%install
%makeinstall_std
install -d -p -m 755 %{buildroot}%{_datadir}/vala/vapi
install -D -p -m 644 vapi/*.vapi %{buildroot}%{_datadir}/vala/vapi

# language files
%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.10-2
+ Revision: 4d6195d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8525 |14cr|synaptiks-0.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Touchpad service for KDE 4
Name:		synaptiks
Version:	0.8.1
Release:	3
License:	BSD
Group:		System/Configuration/Hardware
Url:		http://synaptiks.lunaryorn.de/
Source0:	http://pypi.python.org/packages/source/s/synaptiks/%{name}-%{version}.tar.bz2
BuildRequires:	python-setuptools
BuildRequires:	kde-dev-scripts
BuildRequires:	kdelibs4-devel
Requires:	python-kde4
Requires:	pyudev
BuildArch:	noarch

%description
Synaptiks is a touchpad management service for KDE. It provides a simple
configuration interface and can automatically switch off your touchpad
on keyboard activity or if mouse devices are plugged.

%files -f %{name}.lang
%{_bindir}/*
%{_datadir}/applications/kde4/*.desktop
%{_datadir}/autostart/*.desktop
%{_iconsdir}/hicolor/*/*/*
%{_kde_appsdir}/%{name}
%{_kde_services}/*.desktop
%{_sysconfdir}/xdg/autostart/synaptiks_init_config.desktop
%{py_puresitedir}/*

#---------------------------------------------------------------------

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%find_lang %{name} --with-html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-3
+ Revision: 5beaec3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8526 |14cr|syncany-0.1.alpha-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name syncany

Name:		%{name}
Version:	0.1.alpha
Release:	4
License:	GPLv3
Summary:	Syncany is an open-source file synchronization and filesharing application
Group:		Archiving/Backup
URL:		https://launchpad.net/syncany/
# $ bzr branch lp:synany
# $ bzr export --root="syncany-0.1.alpha/" ~/BuildSystem/syncany/SOURCES/syncany-0.1.alpha.tar.bz2
Source0:	%{name}-%{version}.tar.bz2
# From https://launchpad.net/~mariodebian/+archive/syncany
Source1:	syncany
Source2:	syncany-autostart
Source3:	syncany.desktop
Source4:	syncany-autostart.desktop
Suggests:	%{name}-doc
# BuildRequires for Syncany Java part
BuildRequires:	ant
BuildRequires:	ant-apache-regexp
BuildRequires:	ant-nodeps
BuildRequires:	java-devel
# BuildRequires for Syncany Nautilus extension
BuildRequires:	gtk2-devel
BuildRequires:	atk-devel
BuildRequires:	cairo-devel
BuildRequires:	gdk-pixbuf-devel
BuildRequires:	pango-devel
BuildRequires:	glib2-devel
BuildRequires:	pixman-devel
BuildRequires:	freetype2-devel
BuildRequires:	png-devel
BuildRequires:	nautilus-devel

%description
Syncany is an open-source file synchronization and filesharing
application. It allows users to backup and share certain folders of
their workstations using any kind of storage, e.g. FTP, Amazon S3 or
Google Storage.

While the basic idea is similar to Dropbox and JungleDisk, Syncany is
open-source and additionally provides data encryption and more
flexibility in terms of storage type and provider:

- Data encryption: Syncany encrypts the files locally, so that any
  online storage can be used even for sensitive data.

- Arbitrary storage: Syncany uses a plug-in based storage system. It can
  be used with any type of remote storage.

%files
%{_datadir}/%{name}/
%{_datadir}/pixmaps/%{name}.png

%package doc
Summary:	Syncany Documentation
BuildArch:	noarch

%description doc
Documentation for Syncany

%files doc
%doc %{_docdir}/%{name}-doc/

%package nautilus
Summary:	Syncany Nautilus extension

%description nautilus
Synany extension for Nautilus file browser.

%files nautilus
%{_libdir}/nautilus/

%prep
%setup -q -n %{name}-%{version}
%apply_patches

%ifarch x86_64
pushd nautilus-syncany
for f in nbproject/{configurations.xml,Makefile-Debug.mk}; do
sed -ri \
	-e 's|/usr/lib/gtk-2.0/include|/usr/lib64/gtk-2.0/include|g' \
	-e 's|/usr/lib/glib-2.0/include|/usr/lib64/glib-2.0/include|g' \
	$f
done;
popd
%endif

%build

# Building Syncany
pushd syncany
ant linux
popd

# Building Nautilus extension
pushd nautilus-syncany
%make CONF=Debug
popd

%install

# Installing Syncany
pushd syncany/dist
for f in $(find {bin,conf,lib,res} -type f); do
	%{__install} -D $f %{buildroot}%{_datadir}/%{name}/$f
done;
for f in README LICENSE; do
	%{__install} -D $f %{buildroot}%{_docdir}/%{name}-doc/$f
done;
popd

%{__install} -d %{buildroot}%{_datadir}/pixmaps/
pushd %{buildroot}
ln -s ./%{_datadir}/%{name}/res/logo64.png ./%{_datadir}/pixmaps/%{name}.png
popd

# Installing Nautilus extension
pushd nautilus-syncany
	%{__install} -m0755 -D dist/*/GNU-Linux-*/libnautilus-syncany.so %{buildroot}%{_libdir}/nautilus/extensions-2.0/libnautilus-syncany.so
popd

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.alpha-4
+ Revision: 0b3d113
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8527 |14cr|sync-engine-0.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define srcname synce-sync-engine

Summary:	SynCE synchronization engine
Name:		sync-engine
Version:	0.16
Release:	1
License:	GPLv2+
Group:		Office
Url:		http://synce.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/synce/SynCE/%{version}/synce-%{name}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
Requires:	python-dbus
Requires:	python-gobject
Requires:	python-librra
Requires:	python-librtfcomp
Requires:	python-libsynce
Requires:	python-libxml2
Requires:	python-libxslt
Requires:	python-pyxml
Requires:	python-sqlite2
#Requires:	pywbxml

%description
SynCE synchronization engine. This component handles actual data
exchange between a Windows Mobile 5+ device and a synchronization
application.

%files
%doc CHANGELOG COPYING
%{_bindir}/*py
%{_bindir}/%{name}
%{_sysconfdir}/syncengine.conf.xml
%{_datadir}/dbus-1/services/org.synce.SyncEngine.service
%{py_puresitedir}/*

#----------------------------------------------------------------------------

%package -n synce-opensync-plugin
Summary:	Synce plugin for opensync
Group:		Office
Requires:	libopensync-plugin-python >= 0.22
Requires:	%{name}
Obsoletes:	libopensync-plugin-synce < 0.22

%description -n synce-opensync-plugin
SynCE plugin for OpenSync. Allows applications using the OpenSync
framework to synchronise with devices handled by SynCE. This is the
plugin provided by the SynCE team, rather than that provided by the
OpenSync team. This plugin works with Windows Mobile 5 and later
devices.

%files -n synce-opensync-plugin
%{_libdir}/opensync/python-plugins/*
%{_datadir}/opensync/defaults/synce-opensync-plugin

#----------------------------------------------------------------------------

%prep
%setup -q -n synce-%{name}-%{version}

%build
python ./setup.py build

%install
mkdir -p %{buildroot}%{_bindir}
python setup.py install -O1 --skip-build --root %{buildroot}

mkdir -p %{buildroot}%{_libdir}/opensync/python-plugins/
mv \
 %{buildroot}%{py_puresitedir}/plugins/synce-opensync-plugin-2x.py \
 %{buildroot}%{_libdir}/opensync/python-plugins/

rm -fr %{buildroot}%{py_puresitedir}/plugins/

# install dbus service file
mkdir -p %{buildroot}%{_datadir}/dbus-1/services
install -m 0644 config/org.synce.SyncEngine.service %{buildroot}%{_datadir}/dbus-1/services/org.synce.SyncEngine.service

# default config for opensync plugin, specifying an empty configuration
# so apps like multisync know the plugin needs no config. Note this
# will be different for opensync 0.3 / 0.4 - AdamW 2008/03
mkdir -p %{buildroot}%{_datadir}/opensync/defaults
cat > %{buildroot}%{_datadir}/opensync/defaults/synce-opensync-plugin << EOF
<config></config>
EOF

# install a default config file
mkdir -p %{buildroot}%{_sysconfdir}
install -m 0644 config/syncengine.conf.xml %{buildroot}%{_sysconfdir}/syncengine.conf.xml


%changelog
* Tue Sep 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.16-1
+ Revision: 21d22de
- Don't require pywbxml, seems to be obsolete



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8528 |14cr|synergy-1.4.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Mouse and keyboard sharing utility
Name: synergy
Version: 1.4.10
Release: 2
License: GPLv2
Url: http://synergy-foss.org/
Group: Networking/Remote access
Source0: http://synergy.googlecode.com/files/synergy-%{version}-Source.tar.gz
Source1: synergyc.1.bz2
Source2: synergys.1.bz2
Obsoletes: synergy-plus < %{version}
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(xtst)
BuildRequires: pkgconfig(xi)
BuildRequires: cmake

%description
Synergy lets you easily share a single mouse and keyboard between
multiple computers with different operating systems, each with its
own display, without special hardware.  It's intended for users
with multiple computers on their desk since each system uses its
own display.

%prep
%setup -qn synergy-%{version}-Source
find . -perm 0600 -exec chmod 0644 {} \;

%build
export LDFLAGS="$LDFLAGS -lm -lpthread"
%cmake
%make

%install
install -D -p -m 0755 bin/synergyc %{buildroot}%{_bindir}/synergyc
install -D -p -m 0755 bin/synergys %{buildroot}%{_bindir}/synergys
install -D -p -m 0644 doc/synergyc.man %{buildroot}%{_mandir}/man8/synergyc.8
install -D -p -m 0644 doc/synergys.man %{buildroot}%{_mandir}/man8/synergys.8

%files
%defattr(-,root,root,-)
# None of the documentation files are actually useful here, they all point to
# the online website, so include just one, the README
%doc COPYING README doc/synergy.conf.example*
%{_bindir}/synergyc
%{_bindir}/synergys
%{_mandir}/man8/synergyc.8*
%{_mandir}/man8/synergys.8*

%changelog
* Sat Aug 09 2014 abfonly <abfonly@gmail.com> 1.4.10-2
+ Revision: d8e8857
- Updated synergy.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8529 |14cr|synergy-plus-1.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Mouse and keyboard sharing utility
Name: synergy-plus
Version: 1.3.4
Release: 2
License: GPLv2
Group: Networking/Remote access
URL: http://code.google.com/p/synergy-plus/
Source0: http://synergy-plus.googlecode.com/files/synergy-plus-%{version}.tar.gz
Patch1: synergy-plus-1.3.4-unusedvar.patch
# Useful for frontends such as quicksynergy (#524910)
Provides: synergy = %{version}-%{release}
# Last built version of the old synergy was 1.3.1-14.fc12
Obsoletes: synergy < 1.3.1-15
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xtst)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xinerama)

%description
Synergy+ (synergy-plus) lets you easily share a single mouse and keyboard
between multiple computers with different operating systems, without special
hardware. All you need is a LAN connection. It's intended for users with
multiple computers, where each system uses its own display. It's a little
like having a 2nd or a 3rd desktop.
Synergy+ is a maintenance fork for implementing bug fixes to the original
Synergy, which hasn't received any source updates or new releases since 2006.


%prep
%setup -q
%patch1 -p1 -b .unusedvar
find . -type f -name '*.cpp' -exec chmod -x {} \;


%build
sed -i 's/-Werror//g' configure
%configure2_5x
%make


%install
%makeinstall_std

%files
# None of the documentation files are actually useful here, they all point to
# the online website, so include just one, the README
%doc COPYING README examples/synergy.conf
%{_bindir}/synergyc
%{_bindir}/synergys

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-2
+ Revision: 0de18e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8530 |14cr|synfig-0.64.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Vector-based 2D animation renderer
Name:		synfig
Version:	0.64.1
Release:	4
License:	GPLv3+
Group:		Graphics
Url:		http://www.synfig.org
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-0.63.05-cflags.patch
Patch1:		synfig-0.64.0-libpng1.6.patch
BuildRequires:	cvs
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	libltdl-devel
BuildRequires:	mng-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(ETL) >= 0.4.17
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml++-2.6)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(sigc++-2.0)
Requires:	ffmpeg
Requires:	libdv-apps
Requires:	imagemagick
Requires:	x11-font-cursor-misc
Requires:	x11-font-misc

%description
synfig is a vector based 2D animation renderer. It is designed to be capable
of producing feature-film quality animation.
This package contains the command-line renderer. For the GUI animation editor,
please install synfigstudio.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%config(noreplace) %{_sysconfdir}/%{name}_modules.cfg
%{_bindir}/%{name}
%{_libdir}/%{name}

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
synfig is a vector based 2D animation renderer. It is designed to be capable
of producing feature-film quality animation.
This package contains the shared library provided by synfig.

%files -n %{libname}
%doc COPYING ChangeLog NEWS
%{_libdir}/lib*.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
synfig is a vector based 2D animation renderer. It is designed to be capable
of producing feature-film quality animation.
This package contains the development files for the shared library provided
by synfig.

%files -n %{devname}
%doc COPYING ChangeLog NEWS
%{_bindir}/%{name}-config
%{_includedir}/%{name}-*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/%{name}.pc

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
# These two fix for the split of libMagick in recent releases - AdamW
sed -i -e 's|Magick,OptimizeImageTransparency|MagickCore,OptimizeImageTransparency|g' configure.ac
sed -i -e 's|MagickLib::|MagickCore::|g' src/modules/mod_magickpp/trgt_magickpp.cpp

autoreconf -fi
CXXFLAGS='-I /usr/include/ImageMagick' CFLAGS='-I /usr/include/ImageMagick' CPPFLAGS='-I /usr/include/ImageMagick'
%configure2_5x \
	--disable-static \
	--with-imagemagick
%make


%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.64.1-4
+ Revision: 771b040
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8531 |14cr|synfigstudio-0.64.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname synfigapp %{major}
%define devname %mklibname synfigapp -d

Summary:	Vector-based 2D animation GUI
Name:		synfigstudio
Version:	0.64.1
Release:	2
License:	GPLv3+
Group:		Graphics
Url:		http://www.synfig.org
Source0:	http://downloads.sourceforge.net/synfig/%{name}-%{version}.tar.gz
Patch0:		synfigstudio-0.63.05-cflags.patch
BuildRequires:	fontconfig
BuildRequires:	intltool
BuildRequires:	synfig
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(ETL) >= 0.04.17
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(synfig) >= 0.64.1
Requires:	synfig >= 0.64.1

%description
synfig is a vector based 2D animation renderer. It is designed to be capable
of producing feature-film quality animation.
This package contains the graphical user interface for synfig.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog README NEWS TODO
%{_bindir}/%{name}
%{_datadir}/synfig/plugins/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/synfig_icon.*
%{_datadir}/mime-info/%{name}.*
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/*.png
%{_datadir}/pixmaps/%{name}

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
synfig is a vector based 2D animation renderer. It is designed to be capable
of producing feature-film quality animation.
This package contains the shared library provided by synfigstudio.

%files -n %{libname}
%doc COPYING ChangeLog NEWS
%{_libdir}/libsynfigapp.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C++
Provides:	synfigapp-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
synfig is a vector based 2D animation renderer. It is designed to be capable
of producing feature-film quality animation.
This package contains the development files for the shared library provided
by synfigstudio.

%files -n %{devname}
%doc COPYING ChangeLog NEWS
%{_libdir}/libsynfigapp.so
%{_includedir}/synfigapp-0.0

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
intltoolize --force
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--disable-update-mimedb
%make


%install
%makeinstall_std

%find_lang %{name}

sed -i -e 's,synfig_icon.png,synfig_icon,g' %{buildroot}%{_datadir}/applications/*

desktop-file-install --vendor="" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --add-category="GTK" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.64.1-2
+ Revision: 5b6236c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8532 |14cr|synkron-1.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname	Synkron

%define debug_package %{nil}

Summary:	A synchronization tool with QT4 GUI
Name:		synkron
Version:	1.6.2
Release:	2
Group:		File tools
License:	GPLv2
URL:		http://sourceforge.net/projects/synkron/
Source0:	http://downloads.sourceforge.net/project/%name/%name/%version/%srcname-%{version}-src.tar.gz
Source1:	Synkron.desktop
BuildRequires:	qt4-devel >= 4:4.3 desktop-file-utils
Requires:	qt4-common >= 4:4.3

%description
Synkron is an application for folder synchronisation that allows you
to configure your synchronisations in detail. Despite having many
features, the user interface of Synkron is very user-friendly and easy
to use.

Synkron is able to synchronise multiple folders at once, analyse
folders before sync, restore overwritten or deleted files, plan
synchronisations and much more.

Synkron is a cross-platform application and runs on Mac OS X, Linux
and Windows.

Synkron is distributed under the terms of the GPL v2 licence.

%files
%doc gpl.txt readme.txt
%{_bindir}/synkron
%{_datadir}/icons/synkron/
%{_datadir}/applications/Synkron.desktop

#---------------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}-src

%build
lrelease Synkron.pro
qmake -config release
%make 

%install
#binary
install -d %{buildroot}/%{_bindir}
install -m 0755 synkron -s %{buildroot}/%{_bindir}

#icon
install -d %{buildroot}%{_datadir}/icons/%{name}
install -m 0644 images/Synkron48.png %{buildroot}/%{_datadir}/icons/%{name}


#desktop file
desktop-file-install  --dir="%{buildroot}/%{_datadir}/applications" %{SOURCE1}
# Fix perms
chmod 644  gpl.txt readme.txt

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.2-2
+ Revision: 52b3791
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8533 |14cr|syntek-2.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname stk11xx

Name: 		syntek
Version: 	2.1.0
Release: 	6
Summary: 	Syntek USB Video Camera driver for DC-1125 and STK-1135
Group: 		System/Configuration/Hardware
License: 	GPL
URL:		http://syntekdriver.sourceforge.net/
Source:		http://prdownloads.sourceforge.net/syntekdriver/%{modname}%{?!svn:-%version}.tar.gz
Patch0:		stk11xx-2.1.0-compat.patch
# mdvbz#62815
Patch1:		stk11xx-v4l.c.patch
# mdvbz#62816
Patch2:		stk11xx-2.1.0-fix-race-conditions.patch
# mdvbz#62817
Patch3:		stk11xx-2.1.0-fix-suspend.patch
# mdvbz#62818
Patch4:		stk11xx-2.1.0-default-values-and-add-hflip-vlip.patch
Patch5:		stk11xx-usb.patch
Patch6:		stk11xx-2.1.0-drop-v4l1-support.patch
BuildRequires:	doxygen

%description
Documentation for the syntek USB 2.0 video camera driver for DC-1125 and
STK-1135


%package -n dkms-%name
Summary:	DKMS-ready kernel-source for the Syntek USB Video Camera kernel module
Group:		System/Configuration/Hardware
Requires(post):	ctags
Requires(post):	dkms
Requires(preun):dkms

%description -n dkms-%name
DKMS-ready syntek USB 2.0 video camera driver for DC-1125 and STK-1135


%prep
%setup -qn %{modname}%{?!svn:-%version}
%patch0 -p1 -b .compat~
%patch1 -p0 -b .62815~
%patch2 -p0 -b .62816~
%patch3 -p0 -b .62817~
%patch4 -p1 -b .62818~
%patch5 -p1 -b .usb~
%patch6 -p1 -b .v4l2~
#sed -i 's:../doxygen:%buildroot:' doxygen.cfg
#sed -i 's:CREATE_SUBDIRS         = NO:CREATE_SUBDIRS         = YES:' doxygen.cfg

%build
%make -f Makefile.standalone doc

mkdir -p -m755 %buildroot%_docdir/%name-%version/html
install -m644 %_builddir/doxygen/html/* %buildroot%_docdir/%name-%version/html
install -m644 README %buildroot%_docdir/%name-%version

# DKMS stuff
mkdir -p -m755 %buildroot%_usrsrc/%name-%version-%release
cp -a * %buildroot%_usrsrc/%name-%version-%release
# Configuration for dkms
cat > %buildroot%_usrsrc/%name-%version-%release/dkms.conf << 'EOF'
PACKAGE_VERSION=%version-%release
# Items below here should not have to change with each driver version
PACKAGE_NAME=%name
BUILT_MODULE_NAME[0]="%modname"
DEST_MODULE_LOCATION[0]="/kernel/3rdparty/%name"
REMAKE_INITRD="no"
AUTOINSTALL=yes
EOF


%post -n dkms-%name
dkms add -m %name -v %version-%release --rpm_safe_upgrade || :
dkms build -m %name -v %version-%release --rpm_safe_upgrade || :
dkms install -m %name -v %version-%release --rpm_safe_upgrade || :

%preun -n dkms-%name
dkms remove -m %name -v %version-%release --all --rpm_safe_upgrade || :


%files
%dir %_docdir/%name-%version/
%doc %_docdir/%name-%version/README
%dir %_docdir/%name-%version/html/
%doc %_docdir/%name-%version/html/*

%files -n dkms-%name
%doc README
%_usrsrc/%name-%version-%release/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-6
+ Revision: f174928
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8534 |14cr|sysfsutils1-1.3.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname sysfs
%define lib_name_orig lib%{fname}
%define lib_major 1
%define lib_name %mklibname %{fname} %{lib_major}

Name: 		sysfsutils1
Version: 	1.3.0
Release: 	9
URL:		http://linux-diag.sourceforge.net/
Source0: 	http://prdownloads.sourceforge.net/linux-diag/sysfsutils-%{version}.tar.bz2
License: 	GPL
Group: 		System/Kernel and hardware
Summary: 	Utility suite to enjoy sysfs

%description
This package's purpose is to provide a set of utilities for interfacing
with sysfs, a virtual filesystem in Linux kernel versions 2.5+ that
provides a tree of system devices. While a filesystem is a very useful
interface, we've decided to provide a stable programming interface
that will hopefully make it easier for applications to query system devices
and their attributes.

This package currently includes:

- libsysfs: a library for accessing system devices.
- lsbus: a small application to query system bus information.
- systool: an application to view system device information by bus, class,
        and topology.

%package -n	%{lib_name}
Summary:	Main library for %{name}
Group:		System/Libraries
Provides:	%{lib_name_orig}%{lib_major} = %{EVRD}

%description -n	%{lib_name}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n	%{lib_name}-devel
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{lib_name} = %{version}
Provides:	%{lib_name_orig}%{lib_major}-devel = %{EVRD}

%description -n	%{lib_name}-devel
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%package -n	%{lib_name}-static-devel
Summary:	Static library for developing programs that will use %{name}
Group:		Development/C
Requires:	%{lib_name} = %{version} %{lib_name}-devel = %{version} 
Provides:	%{lib_name_orig}%{lib_major}-static-devel = %{EVRD}

%description -n	%{lib_name}-static-devel
This package contains the static library that programmers will need to develop
applications which will use %{name}.


%prep
%setup -q -n sysfsutils-%version

%build
%configure2_5x
%make

%install
%{makeinstall_std}
rm -rf %{buildroot}{%_bindir/*,%_mandir/man1/*}

%files -n %{lib_name}
%doc AUTHORS README NEWS 
%{_libdir}/libsysfs.so.*

%files -n %{lib_name}-devel
%doc docs/libsysfs.txt
%{_libdir}/libsysfs.so
%{_includedir}/sysfs/libsysfs.h
%{_includedir}/sysfs/dlist.h

%files -n %{lib_name}-static-devel
%{_libdir}/libsysfs.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-9
+ Revision: e23f004
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8535 |14cr|syslog-ng-patterndb-20091209-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	syslog-ng-patterndb
%define	version	20091209
%define release	3

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:    Syslog-ng pattern database
License:    GPL
Group:      Graphical desktop/GNOME
URL:        http://www.balabit.com/downloads/files/patterndb-snapshot
Source0:    http://www.balabit.com/downloads/files/patterndb-snapshot/patterndb-%{version}.zip
BuildArch:      noarch

%description
This package contains a pattern database for syslog-ng.

%prep
%setup -q -n patterndb

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/syslog-ng
install -m 644 *.xml %{buildroot}%{_datadir}/syslog-ng

%files
%{_datadir}/syslog-ng

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20091209-3
+ Revision: ea37633
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8536 |14cr|sysprof-1.1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	sysprof
%define	version	1.1.6
%define release	3

Summary:	System-wide Linux Profiler
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/Other
Source0:	%{name}-%{version}.tar.gz
URL:		http://www.daimi.au.dk/~sandmann/sysprof/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	autoconf2.5
BuildRequires:	libglade2.0-devel
BuildRequires:	binutils-devel
BuildRequires:	imagemagick
ExclusiveArch:	%{ix86} x86_64

%description
Sysprof is a sampling profiler that uses a kernel module to generate
stacktraces which are then interpreted by the userspace program
"sysprof".

Sysprof handles shared libraries and applications do not need to be
recompiled. In fact they don't even have to be restarted.

Just insert the kernel module and start sysprof.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Sysprof
Comment=System-wide Linux Profiler
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Development;Profiling;X-MandrivaLinux-MoreApplications-Development-Tools;
EOF

mkdir -p $RPM_BUILD_ROOT{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
cp sysprof-icon-48.png $RPM_BUILD_ROOT%{_liconsdir}/sysprof.png
cp sysprof-icon-16.png $RPM_BUILD_ROOT%{_miconsdir}/sysprof.png
cp sysprof-icon-32.png $RPM_BUILD_ROOT%{_iconsdir}/sysprof.png

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL README TODO
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
/etc/udev/rules.d/60-sysprof.rules
%{_liconsdir}/*
%{_iconsdir}/*.png
%{_miconsdir}/*
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-3
+ Revision: dd77318
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8537 |14cr|sysstat-10.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package	%nil

Name: 		sysstat
Version: 	10.2.1
Release: 	2
Summary: 	Includes the sar and iostat system monitoring commands
License: 	GPLv2
Group: 		Monitoring
URL: 		http://pagesperso-orange.fr/sebastien.godard/
Source0: 	http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.xz
Patch0:		sysstat-10.1.2-fix-format-errors.patch
BuildRequires:	pkgconfig(systemd)

%description
This package provides the sar and iostat commands for the Linux
operating system, similar to their traditional UNIX counterparts.
They enable system monitoring of disk, network, and other IO activity.

%prep
%setup -q
%patch0 -p1 -b .strfmt
iconv -f windows-1252 -t utf8 CREDITS > CREDITS.aux
mv CREDITS.aux CREDITS

%build
%setup_compile_flags
export sa_lib_dir=%{_libdir}/sa
%configure2_5x --enable-debuginfo

make CFLAGS="%optflags" \
	PREFIX="%{_prefix}" \
	SA_LIB_DIR="%{_libdir}/sa" \
	MAN_DIR="%{_mandir}"


%install
make MAN_DIR=%{_mandir} IGNORE_MAN_GROUP=y PREFIX=%{_prefix} DESTDIR=%{buildroot}  SA_LIB_DIR=%{_libdir}/sa install

# Install service file
mkdir -p %{buildroot}%{_unitdir}
install -m 0644 sysstat.service %{buildroot}%{_unitdir}/

rm -fr %{buildroot}%{_datadir}/doc/%{name}-%{version}
mkdir -p %{buildroot}/etc/{cron.daily,cron.hourly}

cat > %{buildroot}/etc/cron.daily/%name <<EOF
#!/bin/sh

# generate a daily summary of process accounting.
%_libdir/sa/sa2 -A &

EOF
chmod +x  %{buildroot}/etc/cron.daily/%name

cat > %{buildroot}/etc/cron.hourly/%name <<EOF
#!/bin/sh

# snapshot system usage every 10 minutes six times.
%_libdir/sa/sa1 600 6 &

EOF
chmod +x  %{buildroot}/etc/cron.hourly/%name

rm -fr %{buildroot}%_prefix/doc

%find_lang %{name}

%post
%_post_service %{name}

%preun
%_preun_service %{name}

if [[ $1 -eq 0 ]]; then
  # Remove sa logs if removing sysstat completely
  rm -f %{_localstatedir}/log/sa/*
fi

%files -f %{name}.lang
%doc CHANGES COPYING CREDITS FAQ README
%config(noreplace) %{_sysconfdir}/cron.hourly/sysstat
%config(noreplace) %{_sysconfdir}/cron.daily/sysstat
%config(noreplace) %{_sysconfdir}/sysconfig/sysstat.ioconf
%config(noreplace) %{_sysconfdir}/sysconfig/sysstat
%{_unitdir}/sysstat.service
%{_bindir}/*
%{_libdir}/sa
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*
/var/log/sa

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 10.2.1-2
+ Revision: 7754088
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8538 |14cr|systemadm-0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	System and Service Manager UI for systemd
Name:		systemadm
Version:	0
Release:	3
License:	GPLv2+
Group:		System/Configuration/Boot and Init
URL:		http://www.freedesktop.org/wiki/Software/systemd
Source0:	http://www.freedesktop.org/software/systemd/systemd-ui-%{version}.tar.xz
Patch0:		systemd-ui-0-linkage_fix.diff
BuildRequires:	autoconf automake m4 libtool
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gee-1.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	vala >= 0.11
BuildRequires:	xsltproc
%rename systemd-gtk

%description
systemadm is a graphical frontend for the systemd system and service manager
and allows introspection and control of systemd

%prep

%setup -q -n systemd-ui-%{version}
%patch0 -p0

%build
autoreconf -fi

%configure2_5x
%make

%install

%makeinstall_std

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/systemadm.desktop <<EOF
[Desktop Entry]
Name=Graphical front-end for systemd
Comment=Modify systemd configuration
Exec=systemadm
Terminal=false
Type=Application
Icon=development_tools_section
Categories=GTK;Settings;System;X-MandrivaLinux-CrossDesktop;
EOF

%files
%{_bindir}/systemadm
%{_bindir}/systemd-gnome-ask-password-agent
%{_mandir}/man1/systemadm.*
%{_datadir}/applications/systemadm.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-3
+ Revision: 1599b20
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8539 |14cr|system-config-cluster-1.0.53-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

# -*- RPM-SPEC -*-
Summary: Graphical utility which allows you to manage cluster configuration
Name: system-config-cluster
Version: 1.0.53
Release: 4
URL: http://www.redhat.com/
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: System/Configuration/Other
BuildArch: noarch
Requires: gnome-python, pygtk2.0, pygtk2.0-libglade, gnome-python-canvas, gnome-python-gnomevfs
Requires: rhpl >= 0.148.2
Requires: python >= 2.3
BuildRequires: perl(XML::Parser) gettext

%description
system-config-cluster is a utility which allows you to manage
cluster configuration in a graphical setting.

%prep
%setup -q
perl -pi -e 's,(/usr/bin/python)\S*,$1,g' src/ModelBuilder.py src/system-config-cluster.py
perl -pi -e 's/auth(\s*)required(\s*)pam_stack.so service=/auth${1}include${2}/g' system-config-cluster.pam

%build
%configure
make

%install
%makeinstall
find %{buildroot} -name "*py" -exec chmod a+r {} \;

#Uncomment this when translations are done
#%find_lang %name

%clean

#Replace the files line with the one commented out when translations are done
#%files -f %{name}.lang
%files

%defattr(-,root,root)
%doc COPYING
#%doc docs/ReleaseNotes
#%doc docs/html/*
%{_sbindir}/*
%{_bindir}/*
%{_datadir}/applications/system-config-cluster.desktop
%{_datadir}/system-config-cluster
%config %{_sysconfdir}/pam.d/system-config-cluster
%config %{_sysconfdir}/security/console.apps/system-config-cluster




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.53-4
+ Revision: 68d6030
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8540 |14cr|system-switch-java-1.1.4-0.1.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: system-switch-java
Version: 1.1.4
Epoch: 0
Release: 0.1.3
Summary: A tool for changing the default Java toolset

Group: System/Configuration/Other
License: GPLv2+
URL: ftp://sources.redhat.com/pub/rhug/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch

BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: python-devel

Requires: chkconfig
Requires: libuser
# for snack.py python module:
Requires: newt
Requires: pygtk2.0
Requires: pygtk2.0-libglade
Requires: python
Requires: usermode-consoleonly
Requires: usermode

Obsoletes: system-switch-java-gui <= 1.0.0-1.fc7
Provides: system-switch-java-gui = %{version}-%{release}

%description
The system-switch-java package provides an easy-to-use tool to select
the default Java toolset for the system.

%prep
%setup -q

%build
%{configure2_5x}
%{make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}
%find_lang %{name}
%{_bindir}/desktop-file-install \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/%{name}.desktop

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS README COPYING COPYING.icon
%{_bindir}/%{name}
%{_sbindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/switch_java_functions.py*
%{_datadir}/%{name}/switch_java_gui.py*
%{_datadir}/%{name}/switch_java_tui.py*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/system-switch-java.glade
%config(noreplace) /etc/pam.d/%{name}
%config(noreplace) /etc/security/console.apps/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.4-0.1.3
+ Revision: 50e2bf1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8541 |14cr|system-tools-backends2-2.10.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname system-tools-backends
Summary:	GNOME System Tools Backends
Name: 		system-tools-backends2
Version: 2.10.2
Release: 2
License: 	GPLv2+ and LGPLv2+
Group: 		System/Configuration/Other
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{oname}/%{oname}-%{version}.tar.bz2
Patch0:	system-tools-backends-2.8.1-mandriva.patch
BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot
URL: 		http://www.gnome.org/projects/gst/
BuildRequires:	dbus-glib-devel
BuildRequires:	perl-Net-DBus
BuildRequires:	glib2-devel >= 2.15.2
BuildRequires:	polkit-1-devel
BuildRequires:	intltool
Requires:	polkit-agent
Conflicts:	system-tools-backends

%description
Day-to-day system management on Unix systems is a chore. Even when 
you're using a friendly graphical desktop, seemingly basic tasks 
like setting the system time, changing the network setup, importing 
and exporting network shared filesystems and configuring swap partitions 
requires editing configuration files by hand, and the exact procedure 
varies between different operating systems and distributions.

The GNOME System Tools solve all these problems, giving you a simple
graphical interface for each task, which uses an advanced backend to 
edit all the relevant files and apply your changes. The interface 
looks and acts in exactly the same way regardless of what platform 
you're using.

This package contains the backends of GNOME System Tools.

%prep
%setup -q -n %oname-%version

%build
#gw for backports, it has hardwired LOCALSTATEDIR/run as path
%define _localstatedir /var
%configure2_5x --with-stb-group=wheel
%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std
mkdir -p %buildroot%_localstatedir/cache/%oname
%find_lang %oname

%clean
rm -rf $RPM_BUILD_ROOT

%pre
if [ -e %_initrddir/%oname ]; then
/sbin/service %oname stop > /dev/null ||:
/sbin/chkconfig --del %oname || :
fi

%files -f %oname.lang
%defattr(-, root, root)
%doc README AUTHORS NEWS 
%config(noreplace) %_sysconfdir/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf
%_sbindir/%oname
%_datadir/dbus-1/system-services/org.freedesktop.SystemToolsBackends*.service
%_datadir/polkit-1/actions/org.freedesktop.SystemToolsBackends.policy
%_datadir/system-tools-backends-2.0/
%_libdir/pkgconfig/system-tools-backends-2.0.pc
%_localstatedir/cache/%oname





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.2-2
+ Revision: fd1f663
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8542 |14cr|t4k_common-0.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define lib %mklibname %name %major
%define devel %mklibname -d %name
%define static %mklibname -s -d %name

Name: t4k_common
Version: 0.1.1
Summary: Files used by all Tux4Kids applications/games
Group: System/Libraries
Source0: http://alioth.debian.org/frs/download.php/3540/t4k_common-%version.tar.gz
Release: 3
License: LGPLv3
Patch0: t4k_common-0.1.1-braindamage.patch
Patch1: t4k_common-0.1.1-libpng-1.5.patch
Requires: %lib = %version-%release
BuildRequires: pkgconfig(SDL_Pango)
BuildRequires: pkgconfig(SDL_image)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(sdl) >= 1.2.0
BuildRequires: pkgconfig(SDL_mixer)
BuildRequires: pkgconfig(SDL_net)
BuildRequires: pkgconfig(libpng)
BuildRequires: gettext-devel

%description
Files used by all Tux4Kids applications/games

%package -n %lib
Summary: Libraries used by all Tux4Kids applications/games
Group: System/Libraries

%description -n %lib
Libraries used by all Tux4Kids applications/games

%package -n %devel
Summary: Development files for the Tux4Kids common library
Group: Development/C
Requires: %lib = %version-%release

%description -n %devel
Development files for the Tux4Kids common library

%package -n %static
Summary: Static library files for the Tux4Kids common library
Group: Development/C
Requires: %devel = %version-%release

%description -n %static
Static library files for the Tux4Kids common library

%prep
%setup
%apply_patches

%build
autoreconf -fi
%configure
%make

%install
%makeinstall_std

%files
%_datadir/%name

%files -n %lib
%_libdir/libt4k_common.so.%{major}*

%files -n %devel
%_includedir/*.h
%_libdir/pkgconfig/*.pc
%_libdir/libt4k_common.so

%files -n %static
%_libdir/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-3
+ Revision: ea6ce8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8543 |14cr|tabatha-0.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	tabatha
%define version 0.6
%define release 6

Summary: 	Push-button menu for system commands
Name: 		%name
Version: 	%version
Release: 	%release
Url: 		http://groundstate.ca/tabatha/
License: 	GPL
Group: 		System/Configuration/Other
Source: 	%{name}-%{version}.tar.bz2

Buildroot: 	%_tmppath/%name-%version-buildroot
BuildArch:	noarch
Requires:	usermode-consoleonly

%description
Tabatha is a GTK2 popup menu for tablet PCs, handhelds, and other frequently
changed desktops. It can be called with a single keypress, and allows system
configurations (power, X display, networking, etc.) to be changed with a
single button push. New buttons are easily configured through a simple XML
file, with no programming necessary.

%prep
%setup -q

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/{%_bindir,%_sbindir,%_datadir}
%makeinstall_std

#menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/tabatha
Name=Tabatha
Comment=Quick-configure menu
Icon=configuration_section
Categories=Settings;
EOF

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%update_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog INSTALL README 
%_bindir/%name
%_sbindir/%name
%_datadir/%name
%{_datadir}/applications/mandriva-%name.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-6
+ Revision: a4c19dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8544 |14cr|tabe-0.2.6-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname %mklibname tabe %{major}
%define develname %mklibname tabe -d

Summary:	Chinese lexicons library for xcin-2.5
Name:		tabe
Version:	0.2.6
Release:	15
License:	BSD style
Group:		System/Libraries
URL:		http://libtabe.sourceforge.net/
Source:		%{name}-%{version}.tar.bz2
Patch0:		http://ftp.de.debian.org/debian/pool/main/libt/libtabe/libtabe_0.2.6-1.2.diff.gz
Patch1:		tabe-0.2.6-link.patch
BuildRequires:	db-devel
BuildRequires:	pkgconfig(x11)
Requires:	%{libname} = %{version}-%{release}
Requires:	locales-zh
Provides:	libtabe = %{version}-%{release}
Obsoletes:	libtabe

%description
Chinese lexicons library for xcin-2.5's bimsphone input method.

%package -n	%{libname}
Summary:	Libraries needed to use packages using libtabe
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n	%{libname}
Chinese lexicons library for xcin-2.5's bimsphone input method.

This package contains shared libraries.

%package -n	%{develname}
Summary:	Header files and libraries for developing apps which will use libtabe
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname tabe 2 -d}

%description -n	%{develname}
Chinese lexicons library for xcin-2.5's bimsphone input method.

This package contains static libraries and headers files.

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p0

%build
export CFLAGS="%optflags %ldflags"
%configure2_5x \
	--enable-shared \
	--datadir=%{_datadir}/tabe \
	--with-dbinc=%{_includedir}/db51

make

%install
rm -rf %{buildroot}

%makeinstall datadir=%{buildroot}%{_datadir}/tabe

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc doc/libtabe.sgml
%{_bindir}/*
%{_datadir}/%{name}

%files -n %{libname}
%doc COPYING
%defattr(-,root,root,-)
%doc doc/*.shtml
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%doc doc/*.txt
%{_includedir}/bims.h
%{_includedir}/tabe.h
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.6-15
+ Revision: 7eeab1e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8545 |14cr|tachyon-0.99-0.b2.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%ifarch x86_64
%define target linux-64
%else
%define target linux
%endif

%define variants thr thr-ogl
%define beta b2

Summary: Parallel / Multiprocessor Ray Tracing System
Name:    tachyon
Version: 0.99
Release: 0.%{beta}.1
Group:          Graphics
URL:     http://jedi.ks.uiuc.edu/~johns/raytracer/
Source0: http://jedi.ks.uiuc.edu/~johns/raytracer/files/%{version}%{beta}/%{name}-%{version}%{beta}.tar.gz

# taken from Debian package
Source1: %{name}.1
Source2: %{name}.rpmlintrc
Patch0:  %{name}-rpm.patch
Patch1:  %{name}-shared.patch
License:  BSD with advertising
BuildRequires: jpeg-devel
BuildRequires: latex2html
BuildRequires: pkgconfig(gl)
BuildRequires: png-devel
BuildRequires: texlive

%description
A portable, high performance parallel ray tracing system with
multithreaded implementation.

%package libs
Summary: Parallel / Multiprocessor Ray Tracing System library

%description libs
A portable, high performance parallel ray tracing system with
multithreaded implementation.  Tachyon is built as a C callable
library, which can be used with the included demo programs or within
your own application.

This package contains the shared library.

%package gl
Summary: Parallel / Multiprocessor Ray Tracing System with OpenGL display
Provides: %{name} = %{version}-%{release}

%description gl
A portable, high performance parallel ray tracing system with
multithreaded implementation.

This package contains OpenGL-enabled build.

%package devel
Summary: Development files for tachyon
Requires: %{name}-libs = %{version}-%{release}

%description devel
This package contains development headers and libraries for developing
with tachyon.

%package docs
Summary: Documentation and example scenes for tachyon
Requires: %{name} = %{version}-%{release}

%description docs
This package contains documentation and example scenes for rendering
with tachyon.

%prep
%setup -q -n %{name}
%patch0 -p1 -b .r
%patch1 -p1 -b .shared
find . -name CVS | xargs %{__rm} -r
# executable sources
chmod 644 src/hash.{c,h}
chmod 644 src/pngfile.h
chmod 644 demosrc/spaceball.c
chmod 644 demosrc/trackball.{c,h}
chmod 644 scenes/imaps/*

%build
pushd unix
for variant in %{variants} ; do
  %{__make} %{?_smp_mflags} OPTFLAGS="%{optflags}" %{target}-$variant
done
popd

pushd docs
%{__make} html pdf ps
popd

%install
mkdir -p %{buildroot}{%{_bindir},%{_libdir},{%{_datadir},%{_includedir}}/tachyon,%{_mandir}/man1}
for variant in %{variants} ; do
  install -pm755 compile/%{target}-$variant/tachyon %{buildroot}%{_bindir}/tachyon-$variant
done
rename -- -thr "" %{buildroot}%{_bindir}/*
mkdir -p docs/html
cp -pr docs/tachyon/*.{css,html,png} docs/html
cp -pr scenes %{buildroot}%{_datadir}/tachyon/
install -pm644 %{SOURCE1} %{buildroot}%{_mandir}/man1/
echo ".so tachyon.1" > %{buildroot}%{_mandir}/man1/tachyon-ogl.1
cp -a compile/%{target}-thr/libtachyon*.so %{buildroot}%{_libdir}/
install -pm644 src/{hash,tachyon{,_dep},util}.h %{buildroot}%{_includedir}/tachyon/

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%files libs
%doc Copyright README
%{_libdir}/libtachyon-%{version}.so

%files gl
%{_bindir}/%{name}-ogl
%{_mandir}/man1/%{name}-ogl.1*

%files devel
%{_includedir}/tachyon
%{_libdir}/libtachyon.so

%files docs
%doc Changes docs/tachyon.pdf docs/tachyon.ps docs/html
%{_datadir}/tachyon

%changelog
* Mon Mar 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99-0.b2.1
+ Revision: 3a6dd4f
- Sync with cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8546 |14cr|tac_plus-4.0.4.15-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		tac_plus
Version:	4.0.4.15
Release:	4
License:	BSD
Group:		System/Servers
Summary:	TACACS++ server based on Cisco engineering release
URL:		http://www.shrubbery.net/tac_plus/
Source:		ftp://ftp.shrubbery.net/pub/%{name}/tacacs+-F%{version}.tar.gz
Source1:	tac_plus.conf
Source2:	tac_plus.pamd
Source3:	tac_plus.service
Source4:	tac_plus.sysconfig
Source5:        tac_plus-wrapper.sh
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
BuildRequires:	tcp_wrappers-devel pam-devel

%description
The base source for this TACACS+ package is Cisco's publicly available TACACS+
"developer's kit", for which we are grateful.

We needed a way to limit certain groups within the company from logging into
or getting enable access on certain devices. Access lists (ACLs) of a sort have
been added that match against the address of the device speaking with the
daemon.

Being paranoid, we also wanted to limit which hosts could connect to the
daemon. This can be done with tcp_wrappers via inetd, but this does not work if
the daemon is running standalone. So, calls to libwrap, the tcp_wrappers
library, have been added. For the source and more information about
tcp_wrappers, see Wietse Venema's site at http://www.porcupine.org/.

Along the way we have also added autoconf, expanded the manual pages,
cleaned-up various formatting and STD C nits, added PAM authentication support,
and fixed a few LP64 problems.

Of course we have also received some enchancement requests from users. One of
which was the addition of a host clause (per-host configuration). This has been
added; ported from Devrim Seral's implementation. See the documentation for
further information. 


%prep
%setup -q -n tacacs+-F%{version}

%build
%configure
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/{%{_unitdir},%{_sysconfdir}/{pam.d,sysconfig}}
install -m 640 %{SOURCE1} %{buildroot}%{_sysconfdir}/
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -m0644 -D %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m0755 -D %{SOURCE5} %{buildroot}%{_bindir}/tac_plus-wrapper.sh
mv %{buildroot}/%{_datadir}/{tacacs+,tac_plus}

sed "s:libexecdir:%{_libexecdir}:" -i %{buildroot}%{_unitdir}/%{name}.service
sed "s:sysconfig:%{_sysconfdir}/sysconfig:" -i %{buildroot}%{_unitdir}/%{name}.service

%clean
rm -Rf %{buildroot}

%post
%systemd_post %{name}

%preun
%systemd_preun %{name}

%files
%{_bindir}/tac_*
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0644,root,root) %{_unitdir}/%{name}.service
%doc %{_mandir}/man5/tac_plus.conf.5.*
%doc %{_mandir}/man8/tac_plus.8.*
%doc %{_mandir}/man8/tac_pwd.8.*
%doc %{_mandir}/man3/regexp.3.*
%doc users_guide
%{_datadir}/%{name}

%changelog
* Wed Sep 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.4.15-4
+ Revision: 49b3846
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8547 |14cr|taglib-gio-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Audio meta-data library
Name: taglib-gio
Version: 0.2
Release: 4
License: GPLv2+
Group: Sound
Source0: http://redmine.youki.mp/attachments/download/31/%{name}-%{version}.tar.gz
Patch0: taglib-gio-0.2-link.patch
BuildRequires: glib2-devel
BuildRequires: zlib-devel
URL: http://youki.mp/

%description
Audio meta-data library. Used by youki media player.

#---------------------------------------------------------------
%define major 1
%define libname %mklibname %name %major

%package -n %libname
Group: System/Libraries
Summary: Shared libraries for taglib-gio

%description -n %libname
This package contains shared libraries for taglib-gio.

%files -n %libname
%defattr(-, root, root)
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

#---------------------------------------------------------------
%define develname %mklibname %name -d

%package -n %develname
Group: System/Libraries
Summary: Development files for taglib-gio
Requires: %libname = %version
Provides: %name-devel = %version-%release

%description -n %develname
This package contains development files for taglib-gio.

%files -n %develname
%defattr(-, root, root)
%{_bindir}/%name-config
%{multiarch_bindir}/%{name}-config
%{_libdir}/*.so
%{_includedir}/%name
%{_libdir}/pkgconfig/*.pc

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --disable-static
%make

%install
rm -rf %buildroot
%makeinstall_std

%multiarch_binaries $RPM_BUILD_ROOT%{_bindir}/%name-config


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: fbefe68
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8548 |14cr|tagtool-0.12.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	tagtool
Summary: 	Audio file (MP3/OGG) tag editor
Version: 	0.12.3
Release: 	5

Source:		http://prdownloads.sourceforge.net/tagtool/%{name}-%{version}.tar.bz2
URL:		http://pwp.netcabo.pt/paol/tagtool/
License:	GPL
Group:		Sound
BuildRequires:	pkgconfig imagemagick
BuildRequires:	pkgconfig(gtk+-2.0) libglade2.0-devel
BuildRequires:	id3lib-devel libvorbis-devel libogg-devel
BuildRequires:	perl-XML-Parser desktop-file-utils

%description
Audio Tag Tool is a program to manage the information fields in MP3 and Ogg
Vorbis files, commonly called tags.Tag Tool can be used to edit tags one by
one, but the most useful features are the ability to easily tag or rename
hundreds of files at once, in any desired format.  The mass tag and mass
rename features can handle filenames in any format thanks to an easily
configurable format template.

%prep
%setup -q

%build
export LDFLAGS="-logg -lm"
%configure2_5x
%make

%install
%makeinstall

#menu

sed -i -e 's|False|false|g' %{buildroot}/%{_datadir}/applications/tagtool.desktop
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GTK" \
  --add-category="Audio;AudioVideoEditing" \
  --add-category="X-MandrivaLinux-Multimedia-Sound;AudioVideo" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

#icons
mkdir -p %{buildroot}/%_liconsdir
convert -size 48x48 pixmaps/TagTool.png %{buildroot}/%_liconsdir/%name.png
mkdir -p %{buildroot}/%_iconsdir
convert -size 32x32 pixmaps/TagTool.png %{buildroot}/%_iconsdir/%name.png
mkdir -p %{buildroot}/%_miconsdir
convert -size 16x16 pixmaps/TagTool.png %{buildroot}/%_miconsdir/%name.png

%find_lang %name

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS BUGS ChangeLog README NEWS THANKS TODO
%{_bindir}/%name
%{_datadir}/applications/*
%{_datadir}/%name
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png
%{_datadir}/icons/hicolor/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.3-5
+ Revision: 05500de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8549 |14cr|tailor-0.9.35-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	A tool to migrate changesets between several version control systems
Name:		tailor
Version:	0.9.35
Release:	5
Source0:	http://darcs.arstecnica.it/tailor-%{version}.tar.gz
License:	GPL
Group:		Development/Other
Url:		http://progetti.arstecnica.it/tailor
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	python-devel
Requires:	python
Provides:	python-vcpx = %{version}-%{release}
Obsoletes:	python-vcpx
BuildArch:	noarch

%description
Tailor is a tool to migrate changesets between CVS, Subversion,
darcs, monotone, Codeville, Mercurial and Baazar-NG [#]
repositories.

This script makes it easier to keep the upstream changes merged in
a branch of a product, storing needed information such as the upstream
URI and revision in special properties on the branched directory.

[#] Monotone, Codeville, Mercurial and Baazar-NG systems may be
used only as the `target` backend, since the `source` support
isn't coded yet. Contributions on these backends will be very
appreciated, since I do not use them enough to figure out the
best way to get pending changes and build tailor ChangeSets out
of them.

%prep
%setup -q 

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root,0755)
%{_bindir}/*
%{py_puresitedir}/vcpx
%{py_puresitedir}/*.egg-info
#%{_mandir}/man*/*
%doc README.rst







%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.35-5
+ Revision: 987bde0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8550 |14cr|talkfilters-2.3.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define libnamedev %mklibname -d %{name}

Summary:	GNU Talk filters
Name:		talkfilters
Version:	2.3.8
Release:	8
Source0:	%{name}-%{version}.tar.gz
Patch:		talkfilters-2.3.7-info-dir.patch
Patch1:		talkfilters-2.3.8-format-strings.patch
License:	GPLv2+
Group:		Toys
Url:		http://www.hyperrealm.com/talkfilters/talkfilters.html
BuildRequires:	texinfo
BuildRequires:	flex

%description
The GNU Talk Filters are filter programs that convert ordinary English
text into text that mimics a stereotyped or otherwise humorous
dialect. These filters have been in the public domain for many years,
but now for the first time they are provided as a single integrated
package. The filters include austro, b1ff, brooklyn, chef, cockney,
drawl, dubya, fudd, funetak, jethro, jive, kraut, pansy, pirate,
postmodern, redneck, valspeak, and warez. Each program reads from
standard input and writes to standard output. The package also
provides the filters as a C library, so they can be easily used by
other programs.

%package -n %{libname}
Summary:	GNU Talk filters shared library
Group:		System/Libraries

%description -n %{libname}
The GNU Talk Filters are filter programs that convert ordinary English
text into text that mimics a stereotyped or otherwise humorous
dialect. These filters have been in the public domain for many years,
but now for the first time they are provided as a single integrated
package. The filters include austro, b1ff, brooklyn, chef, cockney,
drawl, dubya, fudd, funetak, jethro, jive, kraut, pansy, pirate,
postmodern, redneck, valspeak, and warez. Each program reads from
standard input and writes to standard output. The package also
provides the filters as a C library, so they can be easily used by
other programs.

%package -n %{libnamedev}
Summary:	GNU Talk filters shared library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{libnamedev}
The GNU Talk Filters are filter programs that convert ordinary English
text into text that mimics a stereotyped or otherwise humorous
dialect. These filters have been in the public domain for many years,
but now for the first time they are provided as a single integrated
package. The filters include austro, b1ff, brooklyn, chef, cockney,
drawl, dubya, fudd, funetak, jethro, jive, kraut, pansy, pirate,
postmodern, redneck, valspeak, and warez. Each program reads from
standard input and writes to standard output. The package also
provides the filters as a C library, so they can be easily used by
other programs.

%prep
%setup -q
%patch -p1 -b .info-dir
%patch1 -p1

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files
%doc README AUTHORS
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libtalkfilters.so.%{major}*

%files -n %{libnamedev}
%doc ChangeLog
%{_libdir}/libtalkfilters.so
%{_libdir}/libtalkfilters.a
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_infodir}/talkfilters.info*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.8-8
+ Revision: 4761fa0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8551 |14cr|tango-generator-3.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define name tango-generator
%define version 3.2.1
%define unmangled_version 3.2.1
%define release 5
%define _unpackaged_files_terminate_build 0

Summary: Tango Generator
Name: %{name}
Version: %{version}
Release: %{release}
License: GPLv2
Group: Graphical desktop/Other
Url: http://mejogid.ohallwebservices.com/
Source0: %{name}-%{unmangled_version}.tar.gz

BuildRequires:	pkgconfig(python)

Prefix: %{_prefix}
Requires: python >= 2.4
Requires: librsvg2
Requires: imagemagick
Requires: pygtk2.0 >= 2.6.3-2



%description
An icon theme creation application

%prep
%setup -q -n %{name}-%{unmangled_version}

%build
python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES



%files
%doc COPYING AUTHORS README
%_bindir/tango-generator
%_datadir/applications/tango-generator.desktop
%_iconsdir/*/*/*/*
%_datadir/mime/packages/*.xml
%_datadir/tango-generator
%py_puresitedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.1-5
+ Revision: 5ae32b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8552 |14cr|tango-icon-theme-0.8.90-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define extraname tango-icon-theme-extras
%define extraversion 0.1.0

Summary: Tango icon theme
Name: tango-icon-theme
Version: 0.8.90
Release: 5
License: Public Domain
Group: Graphical desktop/Other
URL: http://tango.freedesktop.org/Tango_Icon_Library#Download
Source0: http://tango.freedesktop.org/releases/%{name}-%{version}.tar.bz2
Source1: http://tango.freedesktop.org/releases/%{extraname}-%{extraversion}.tar.bz2
# http://www.gnome-look.org/content/show.php?content=41229
Source2: tango_addon-0.5b.tar.bz2
Source3: tango-icon-theme-xfce.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: intltool
BuildRequires: imagemagick imagemagick-devel
BuildRequires: icon-naming-utils >= 0.8.90
Requires(post): gtk+2.0
Requires(postun): gtk+2.0
Provides: tango-icon-theme-kde
Obsoletes: tango-icon-theme-kde

%description
This is an icon theme that follows the Tango visual guidelines.
It bundles with the extra icon set and additional Mandriva icons.

%prep
%setup -q -a 1 -a 2 -a 3
cp %extraname-%extraversion/README README.extra
cp %extraname-%extraversion/AUTHORS AUTHORS.extra
cp %extraname-%extraversion/ChangeLog ChangeLog.extra
mv "tango addon" tango_addon
chmod 644 tango_addon/readme.txt
rm tango_addon/apps/gtk-close.svg

%build
./configure --prefix=%_prefix
%make
cd %extraname-%extraversion
./configure --prefix=%_prefix
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
cd %extraname-%extraversion
%makeinstall_std
cd ../tango_addon
install -m 644 apps/* %buildroot%_datadir/icons/Tango/scalable/apps
install -m 644 categories/* %buildroot%_datadir/icons/Tango/scalable/categories

cd ../tango-icon-theme-xfce
install -m 644 scalable/apps/* %buildroot%_datadir/icons/Tango/scalable/apps

touch %buildroot%_datadir/icons/Tango/icon-theme.cache

ln -s mozilla-firefox.svg %{buildroot}%{_iconsdir}/Tango/scalable/apps/firefox.svg

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_icon_cache Tango

%postun
%clean_icon_cache Tango

%files
%defattr(-,root,root,-)
%doc README* AUTHORS* ChangeLog* COPYING
%doc tango_addon/readme.txt
%dir %_datadir/icons/Tango/
%_datadir/icons/Tango/index.theme
%_datadir/icons/Tango/16x16
%_datadir/icons/Tango/22x22
%_datadir/icons/Tango/24x24
%_datadir/icons/Tango/32x32
%_datadir/icons/Tango/scalable
%ghost %_datadir/icons/Tango/icon-theme.cache



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.90-5
+ Revision: cfb73e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8553 |14cr|tano-1.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An open-source cross-platform IP TV player
Name:		tano
Version:	1.2.1
Release:	3
License:	GPLv3+
Group:		Video
Url:		http://projects.tano.si/
# Generated by github https://github.com/ntadej/tano
Source0:	%{name}-%{version}.tar.gz
# Fix SOVERSION and VERSION wrong usage
Patch0:		tano-1.2.1-soname.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libvlc-qt)
BuildRequires:	pkgconfig(libvlc-qt-qml)
BuildRequires:	pkgconfig(libvlc-qt-widgets)
# In fact, it needs only plugins but they are packaged into main vlc package
Requires:	vlc

%description
Tano is an open-source cross-platform IP TV player. It features full IP TV
playback with EPG and recorder. Project started because of a need of a simple
IP TV player on Linux providing EPG.

Two network cards are recommended, one for TV and one for internet. One of
them must be wired. Connect TV to first, wired network card (eth0). Use second
network card that can be wireless for internet or ethernet. Classic Standard
Definition TV channels should play normally on any newer processors, but High
Definition TV channels need dual-core processor like Intel Core 2 or a graphics
card capable of hardware acceleration.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%define libtanocore_major 1
%define libtanocore %mklibname tanocore %{libtanocore_major}

%package -n %{libtanocore}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libtanocore}
Shared library for %{name}.

%files -n %{libtanocore}
%{_libdir}/libtanocore.so.%{libtanocore_major}*

#----------------------------------------------------------------------------

%define libtanowgt_major 1
%define libtanowgt %mklibname tanowidgets %{libtanowgt_major}

%package -n %{libtanowgt}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libtanowgt}
Shared library for %{name}.

%files -n %{libtanowgt}
%{_libdir}/libtanowidgets.so.%{libtanowgt_major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake \
	-DDISABLE_UPDATE_CHECK:BOOL=ON \
	-DCMAKE_BUILD_TYPE=RelWithDebugInfo
# Parallel build is broken in 1.2.1
make

%install
%makeinstall_std -C build

# Remove wrong and not needed stuff
rm -rf %{buildroot}%{_iconsdir}/*
rm -f %{buildroot}%{_libdir}/libtanocore.so
rm -f %{buildroot}%{_libdir}/libtanowidgets.so

# install menu icons
for N in 48 64 128;
do
install -D -m 0644 data/logo/${N}x${N}/logo.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done
for N in 16 22 24 32;
do
convert data/logo/128x128/logo.png -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-3
+ Revision: 4eadbed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8554 |14cr|tap-1.01-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	tap
%define	version	1.01
%define release	9
%define	major	0
%define	libname	    %mklibname %{name} %{major}
%define develname   %mklibname -d %{name}

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Write tests that implement the Test Anything Protocol
License:	GPL
Group:		System/Libraries
URL:		http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap
Source:		http://people.freebsd.org/~nik/public_distfiles/%{name}-%{version}.tar.bz2


%description
The tap library provides functions for writing test scripts that produce output
consistent with the Test Anything Protocol.  A test harness that parses this
protocol can run these tests and produce useful reports indicating their
success or failure.

%package -n	%{libname}
Summary:	Write tests that implement the Test Anything Protocol
Group:		System/Libraries

%description -n	%{libname}
The tap library provides functions for writing test scripts that produce output
consistent with the Test Anything Protocol.  A test harness that parses this
protocol can run these tests and produce useful reports indicating their
success or failure.

%package -n	%{develname} 
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d %{name} 0}

%description -n	%{develname}
This package contains development files for %{name}.

%prep
%setup -q

%build
%configure2_5x
%make CFLAGS+=-UHAVE_LIBPTHREAD

%install
%makeinstall_std
rm -fr %{buildroot}%{_libdir}/*.*a

%post -n %{libname} -p /sbin/ldconfig


%postun -n %{libname} -p /sbin/ldconfig


%files -n %{libname}
%defattr(-,root,root)
%doc INSTALL README
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/*.so
%{_includedir}/*
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.01-9
+ Revision: be1f4ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8555 |14cr|tap-plugins-0.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tom's Audio Processing plugins
Name:		tap-plugins
Version:	0.7.2
Release:	2
License:	GPLv2+
Group:		Sound
URL:		http://tap-plugins.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz

%description
TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch of
LADSPA plugins for digital audio processing, intended for use in a
professional DAW environment such as Ardour.


%prep
%setup -q
perl -p -i -e "s/-O3/%{optflags}/g" Makefile


%build
%make


%install
mkdir -p %{buildroot}%{_libdir}/ladspa
make INSTALL_PLUGINS_DIR=%{buildroot}%{_libdir}/ladspa/ \
     INSTALL_LRDF_DIR=%{buildroot}%{_datadir}/ladspa/rdf/ install


%files
%doc CREDITS README
%dir %{_libdir}/ladspa
%{_libdir}/ladspa/*.so
%{_datadir}/ladspa/rdf/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.2-2
+ Revision: b311a93
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8556 |14cr|task-2.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           task
Version:        2.3.0
Release:        1
Summary:        A command-line to do list manager

Group:          Office
License:        GPLv2+
URL:            http://taskwarrior.org
Source0:        http://taskwarrior.org/download/%{name}-%{version}.tar.gz

BuildRequires:  cmake
BuildRequires:  pkgconfig(uuid)

%description
Task is a command-line to do list manager. It has
support for GTD functionality and includes the
following features: tags, colorful tabular output,
reports and graphs, lots of manipulation commands,
low-level API, abbreviations for all commands and
options, multi-user file locking, recurring tasks.

%prep
%setup -q


%build
%cmake
%make


%install
%makeinstall_std -C build
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
install -m 644 -T scripts/bash/task.sh $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/task


%files
%defattr(-,root,root,-)
%doc /usr/share/doc/task/
%{_bindir}/task
%{_bindir}/tasksh
%{_mandir}/man1/task.1.*
%{_mandir}/man1/tasksh.1.*
%{_mandir}/man5/taskrc.5.*
%{_mandir}/man5/task-tutorial.5.*
%{_mandir}/man5/task-color.5.*
%{_mandir}/man5/task-faq.5.*
%{_mandir}/man5/task-sync.5.*
%config(noreplace) %{_sysconfdir}/bash_completion.d





%changelog
* Mon Sep 08 2014 Eugene Budanov <eugene.budanov@rosalab.ru> 2.3.0-1
+ Revision: fb5682e
- Updated spec and version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8557 |14cr|taskcoach-1.3.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	TaskCoach
%define name	taskcoach
%define version 1.3.18
%define release 2

Summary:	Your friendly task manager
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://prdownloads.sourceforge.net/%{tarname}/%{tarname}-%{version}.tar.gz
Patch0:		mandriva.patch
License:	GPLv3+
Group:		Development/Other
Url:		http://www.taskcoach.org/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	python >= 2.6, wxPythonGTK >= 2.8.9.2
BuildArch:	noarch

%description
Task Coach is a simple open source todo manager to keep track of
personal tasks and todo lists. It grew out of a frustration th at most
task managers do not provide facilities for composite tasks. Often,
tasks and other things todo consist of several activities. Task Coach
is designed to deal with composite tasks. In addition, it offers
effort tracking, categories, and notes. 

%prep
%setup -q -n %{tarname}-%{version}
%patch0 -p0

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
rm -rf %{buildroot}%{py_sitedir}/buildlib*
mv %{buildroot}%{_bindir}/taskcoach.py %{buildroot}%{_bindir}/taskcoach

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES.txt COPYRIGHT.txt HACKING.txt LICENSE.txt PUBLICITY.txt README.txt
%_bindir/taskcoach
%py_sitedir/TaskCoach*
%py_sitedir/taskcoach*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.18-2
+ Revision: 75bad3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8558 |14cr|task-compiz-stable-2012.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		task-compiz-stable
Version:	2012.1
Release:	2
Summary:	Meta task for stable version of Compiz
License:	GPLv2
Group:		System/X11
URL:		http://www.compiz.org/
Requires:	compiz0.8
Requires:	ccsm0.8
Requires:	compiz-fusion
Requires:	compiz-fusion-plugins-main
Requires:	compiz-fusion-plugins-extra
Requires:	emerald
Requires:	emerald-themes
Requires:	fusion-icon
Conflicts:	compiz > 0.9
BuildArch:	noarch

%description
Meta task for stable version of Compiz.

%prep
# nothing

%build
# nothing

%install
# nothing

%files
# nothing
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2012.1-2
+ Revision: b236581
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8559 |14cr|task-edu-1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name task-edu
%define version 1
%define release 3

Summary: Task packages for games
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group:   Education
Url: http://wiki.mandriva.com/en/Docs
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Suggests: kdeedu4
Suggests: educazionik
Suggests: kdegames4
Suggests: semantik
Suggests: tuxpaint
Suggests: tuxpaint-stamps
Suggests: scribus
Suggests: celestia
Suggests: stellarium
Suggests: drgeo
Suggests: freemind
Suggests: gcompris gcompris-music

%description
This task package Suggests edu packages selected by Mandriva.

%files



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1-3
+ Revision: 5557c9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8560 |14cr|task-enlightenment-0.19-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Metapackage for the Enlightenment
Name:		task-enlightenment
Version:	0.19
Release:	5
Epoch:		1
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.rosalinux.com
Requires:	%{name}-minimal = %{EVRD}
Requires:	e_modules
Requires:	econnman
Requires:	emprint
Requires:	enjoy
Requires:	enventor
Requires:	ephoto
Requires:	epour
Requires:	python-efl
Requires:	rage
Requires:	terminology
# prefered apps
# Suggests:	lxdm
Obsoletes:	task-e17 < 1:0.18
Provides:	task-e19 = %{EVRD}
Provides:	task-e18 = %{EVRD}
Provides:	task-e17 = %{EVRD}
BuildArch:	noarch

%description
This package is a meta-package, meaning that its purpose is to contain
all Enlightenment applications and libraries.

%files

#----------------------------------------------------------------------------

%package minimal
Summary:	Metapackage minimal for the Enlightenment
License:	BSD
Group:		Graphical desktop/Enlightenment
Requires:	e
Requires:	ecore
Requires:	edje
Requires:	eet
Requires:	eeze
Requires:	efreet
Requires:	eldbus
Requires:	elementary
Requires:	elua
Requires:	embryo
Requires:	emotion
Requires:	emotion_generic_players
Requires:	ethumb
Requires:	evas
Requires:	evas_generic_loaders
Requires:	expedite
Obsoletes:	e_dbus < 1.8.0
Obsoletes:	editje < 0.9.3-1
Obsoletes:	edje_viewer < 1.1.0-1
Obsoletes:	enki < 0.6.0-1
Obsoletes:	enlil < 0.6.1
Obsoletes:	exalt < 0.9-2
Obsoletes:	task-e17-minimal < 1:0.18
Provides:	task-e19-minimal = %{EVRD}
Provides:	task-e18-minimal = %{EVRD}
Provides:	task-e17-minimal = %{EVRD}
BuildArch:	noarch

%description minimal
This package is a meta-package, meaning that its purpose is to contain
minimal set of Enlightenment applications and libraries.

%files minimal

#----------------------------------------------------------------------------

%prep

%build

%install


%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.19-5
+ Revision: 92a5137
- Adjust for E19
- Add emotion_generic_players, enventor, epour and rage to Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8561 |14cr|task-games-2014.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Task packages for games
Name:    task-games
Version: %{rosa_release}
Release: 12
License: GPL
Group:   Games/Other
Url: http://wiki.mandriva.com/en/Docs/Games
BuildArch: noarch
Suggests: armagetron
Suggests: blobby
Suggests: bobobot
Suggests: bos
Suggests: bzflag
Suggests: chromium
Suggests: crack-attack crack-attack-music crack-attack-sounds
Suggests: egoboo
Suggests: fillets-ng
Suggests: flightgear
Suggests: freeciv-client
Suggests: frozen-bubble
Suggests: foobillard
Suggests: gcompris
Suggests: gcompris-sounds-da gcompris-sounds-de gcompris-sounds-en gcompris-sounds-es gcompris-sounds-eu
Suggests: gcompris-sounds-fi gcompris-sounds-fr gcompris-sounds-hu gcompris-sounds-it
Suggests: gcompris-sounds-nl gcompris-sounds-pt gcompris-sounds-ru gcompris-sounds-sv
Suggests: gl-117
Suggests: glest
Suggests: globulation2
Suggests: gtetrinet
Suggests: lincity-ng
Suggests: maniadrive
Suggests: netpanzer
Suggests: neverball
Suggests: nexuiz-sdl
Suggests: openarena
Suggests: openmortal
Suggests: powermanga
Suggests: ppracer
Suggests: prboom
Suggests: ri-li
Suggests: scourge
Suggests: slune
Suggests: starfighter
Suggests: stepmania
Suggests: stepmania-stepmix1
Suggests: supertux
Suggests: supertuxkart
Suggests: toppler
Suggests: torcs
Suggests: tremulous tremulous-maps
Suggests: tuxpuck
Suggests: vegastrike
Suggests: vdrift
Suggests: warzone2100
Suggests: wesnoth
Suggests: widelands
Suggests: wormux
Suggests: xmoto

%description
This task package Suggests game packages selected by Mandriva.

%files



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2012.1-12
+ Revision: c8910de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8562 |14cr|task-lamp-2014.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		task-lamp
Version:	%{rosa_release}
Release:	3
Summary:	Metapackage for the Linux, Apache, MySQL, PHP and Perl server
Group:		System/Servers
License:	GPL
Requires:	task-lamp-php
Requires:	task-lamp-perl
Requires:	mysql
Suggests:	task-lamp-extras

BuildArch:	noarch

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies for running LAMP-server, allowing easy installation of a 
comprehensive LAMP testing/development setup. For a production server, 
you may prefer to install a subset of the dependencies.

%package php
Summary:	Metapackage for the Linux, Apache, MySQL, PHP server
Group:		System/Servers
License:	GPL
Requires:	apache-base
Suggests:	apache-mpm-prefork
Requires:	apache-mod_php
Requires:	freetype
Requires:	php-mysql
Requires:	php-pear
Requires:	php-gettext
Requires:	php-xml
Requires:	php-imap
Requires:	php-eaccelerator-admin
Requires:	php-mcrypt
Requires:	php-gd
Requires:	php-sqlite3
Suggests:	mysql
Suggests:	phpmyadmin

%description php
This package is a meta-package, meaning that its purpose is to contain
dependencies for running LAMP (PHP) server

%package perl
Summary:	Metapackage for the Linux, Apache, MySQL, Perl server
Group:		System/Servers
License:	GPL
Requires:	apache-base
Requires:	apache-mod_perl
Requires:	perl-DBD-mysql
#Requires:	perl-DBD-SQLite2 ??
Suggests:	mysql

%description perl
This package is a meta-package, meaning that its purpose is to contain
dependencies for running LAMP (Perl) server

%package extras
Summary:	Metapackage for the Linux, Apache, MySQL, PHP/Perl/Python extras
Group:		System/Servers
License:	GPL
Requires:	apache-mod_userdir
Requires:	apache-mod_dav
Suggests:	proftpd

%description extras
This package is a meta-package, meaning that its purpose is to add 
additional packages for a LAMP setup that are not strictly required, 
but are often provided in other similar bundles. These extra packages
are usually a convenience, and not recommended for use on production
servers without securing them.

%files

%files php

%files perl

%files extras



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2012.1-3
+ Revision: 935125c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8563 |14cr|task-lxqt-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Metapackage for the LXQt (LXDE-Qt) desktop environment
Name:		task-lxqt
Version:	0.7
Release:	3
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://www.lxqt.org
# LXQt itself
Requires:	lxqt-about
Requires:	lxqt-common
Requires:	lxqt-config
Requires:	lxqt-config-randr
Requires:	lxqt-globalkeys
Requires:	lxqt-notificationd
Requires:	lxqt-openssh-askpass
Requires:	lxqt-panel
Requires:	lxqt-policykit
Requires:	lxqt-powermanagement
Requires:	lxqt-qtplugin
Requires:	lxqt-runner
Requires:	lxqt-session
Requires:	pcmanfm-qt
# Other stuff
Requires:	openbox
Suggests:	qterminal
BuildArch:	noarch

%description
This package is a meta-package, meaning that its purpose is to contain
all LXQt applications and libraries.

%files

#----------------------------------------------------------------------------

%prep

%build

%install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-3
+ Revision: bdba137
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8564 |14cr|task-mate-1.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Metapackage for MATE desktop environment
Name:		task-mate
Version:	1.8.0
Release:	4
License:	GPLv2+
Group:		Graphical desktop/MATE
Requires:	%{name}-minimal >= %{version}
Requires:	atril >= %{version}
# Requires:	caja-gksu >= %{version}
Requires:	caja-image-converter >= %{version}
Requires:	caja-open-terminal >= %{version}
# Requires:	caja-sendto-bluetooth >= %{version}
Suggests:	caja-sendto-pidgin >= %{version}
Suggests:	caja-sendto-upnp >= %{version}
Requires:	dconf-editor
Requires:	engrampa >= %{version}
Requires:	eom >= %{version}
Suggests:	gdm-220
Requires:	mate-applets >= %{version}
# Requires:	mate-bluetooth >= %{version}
Requires:	mate-calc >= %{version}
Requires:	mate-control-center >= %{version}
Requires:	mate-dialogs >= %{version}
Requires:	mate-indicator-applet
# Requires:	mate-keyring >= %{version}
Requires:	mate-media >= %{version}
Requires:	mate-netspeed >= %{version}
Requires:	mate-notification-daemon >= %{version}
Requires:	mate-screensaver >= %{version}
Requires:	mate-system-monitor >= %{version}
# These tools conflict/duplicate MCC tools so we don't need them
#Requires:	mate-system-tools >= {version}
Requires:	mate-terminal >= %{version}
Requires:	mate-utils >= %{version}
Requires:	pluma >= %{version}
Requires:	mozo
Suggests:	mucharmap
Suggests:	totem-gtk2
BuildArch:	noarch

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies for running the MATE.

%files

#----------------------------------------------------------------------------

%package minimal
Summary:	Minimal dependencies needed for MATE desktop
Group:		Graphical desktop/MATE
Requires:	accountsservice
Requires:	caja >= %{version}
Requires:	marco >= %{version}
Requires:	mate-backgrounds >= %{version}
Requires:	mate-icon-theme >= %{version}
Requires:	mate-panel >= %{version}
Requires:	mate-power-manager >= %{version}
Requires:	mate-session-manager >= %{version}
Requires:	mate-themes >= %{version}
Requires:	preload
Requires:	task-pulseaudio
Requires:	task-x11

%description minimal
This package is a meta-package, meaning that its purpose is to contain
minimal dependencies for running a minimal MATE desktop environment.

%files minimal

#----------------------------------------------------------------------------

%prep

%build

%install


%changelog
* Mon Sep 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.0-4
+ Revision: 604b1c5
- Suggest totem-gtk2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8565 |14cr|task-nagios-0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Metapackage for Nagios(tm)

Name:		task-nagios
Version:	0
Release:	8
Group:		System/Servers
License:	GPL
BuildArch:	noarch
Requires:	nagios
Requires:	nagios-conf
Requires:	nagios-imagepaks
Requires:	nagios-plugins
Requires:	nagios-www
Requires:	nagios-check_breeze
Requires:	nagios-check_by_ssh
Requires:	nagios-check_cluster
Requires:	nagios-check_dhcp
Requires:	nagios-check_dig
Requires:	nagios-check_disk
Requires:	nagios-check_disk_smb
Requires:	nagios-check_dns
Requires:	nagios-check_dummy
Requires:	nagios-check_file_age
Requires:	nagios-check_flexlm
Requires:	nagios-check_fping
Requires:	nagios-check_game
Requires:	nagios-check_hpjd
Requires:	nagios-check_http
Requires:	nagios-check_icmp
Requires:	nagios-check_ide_smart
Requires:	nagios-check_ifoperstatus
Requires:	nagios-check_ifstatus
Requires:	nagios-check_ircd
Requires:	nagios-check_ldap
Requires:	nagios-check_load
Requires:	nagios-check_log
Requires:	nagios-check_mailq
Requires:	nagios-check_mysql
Requires:	nagios-check_mysql_query
Requires:	nagios-check_nagios
Requires:	nagios-check_netapp
Requires:	nagios-check_nt
Requires:	nagios-check_ntp
Requires:	nagios-check_ntp_peer
Requires:	nagios-check_ntp_time
Requires:	nagios-check_nwstat
Requires:	nagios-check_oracle
Requires:	nagios-check_overcr
Requires:	nagios-check_pgsql
Requires:	nagios-check_ping
Requires:	nagios-check_procs
Requires:	nagios-check_radius
Requires:	nagios-check_real
Requires:	nagios-check_rpc
Requires:	nagios-check_sensors
Requires:	nagios-check_smtp
Requires:	nagios-check_snmp
Requires:	nagios-check_ssh
Requires:	nagios-check_swap
Requires:	nagios-check_tcp
Requires:	nagios-check_time
Requires:	nagios-check_ups
Requires:	nagios-check_users
Requires:	nagios-check_wave

%description
This package is a meta-package that will suck in most of the needed packages
to run Nagios(tm) seamlessly.

%files




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-8
+ Revision: 72b43e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8566 |14cr|task-sound-studio-0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		task-sound-studio
Version:	0.3
Release:	9
Summary:	Meta package for Sound Studio and Music Production
Group:		Sound
License:	GPLv2+

## Packages organized by groups and divided in Suggests and Requires
####################################################################

# Jack engine-related
Requires:	jackit
Requires:	jackit-example-clients
Requires:	laditools
Requires:	qjackctl
Suggests:	ladish
Suggests:	ac3jack
Suggests:	ffado

# Bridges to other sound systems
Suggests:	tritonus-fluidsynth
Requires:	jackasyn

# Basic MIDI utilities
Suggests: a2jmidid
Suggests: vmpk
Suggests: qmidiroute
Suggests: qmidiarp

# Soundfont-related
Requires: fluid-soundfont-common
Requires: fluid-soundfont-gm
Requires: fluid-soundfont-gs
Requires: soundfont-utils
Suggests: swami
Requires: timidity-patch-gravis
Requires: timidity-patch-freepats
Requires: TiMidity++
Suggests: TiMidity++-interfaces-extra

# Score and tablature editors
Requires: lilypond
Suggests: nted
Suggests: ktabedit
Suggests: mscore

# Ladspa system and effect plugins
Requires: ladspa
Requires: ladspa-quitte-dsp
Requires: mcp-plugins
Requires: pvc
Requires: pvoc
Requires: rev-plugins
Requires: swh-plugins
Requires: tap-plugins
Requires: cmt
Requires: blop
Requires: caps

# LV2 system and plugins
Requires: lv2core
Requires: slv2
Requires: swh-lv2
Requires: ll-plugins
Requires: calf
Requires: ll-plugins-gui
Requires: invada-studio-plugins-lv2
Requires: foo-yc20

# DSSI system and synth plugins
Requires: dssi
Requires: fluidsynth-dssi
Requires: hexter
Requires: nekobee
Requires: whysynth
Requires: wsynth-dssi
Requires: xsynth-dssi

# Standalone Synths
Requires: fluidsynth
Suggests: yoshimi
Suggests: qsynth
Suggests: ams
Suggests: amsynth
Suggests: phasex
Suggests: bristol
Suggests: bristol-arp2600
Suggests: bristol-axxe
Suggests: bristol-b3
Suggests: bristol-dx
Suggests: bristol-explorer
Suggests: bristol-juno
Suggests: bristol-memory
Suggests: bristol-mini
Suggests: bristol-mono
Suggests: bristol-obx
Suggests: bristol-obxa
Suggests: bristol-odyssey
Suggests: bristol-poly800
Suggests: bristol-prophet
Suggests: bristol-rhodes
Suggests: bristol-rhodesbass
Suggests: bristol-roadrunner
Suggests: bristol-solina
Suggests: bristol-vox
Suggests: qsampler

# Simple audio recorders and players
Suggests: jack_capture
Suggests: timemachine
Suggests: qarecord
Suggests: uade
Suggests: upse
Suggests: xmp

# DAW - SAW and sequencers
Suggests: ardour
Suggests: audacity
Suggests: dino
Suggests: jokosher
Suggests: lmms
Suggests: qtractor
Suggests: rezound
Suggests: rosegarden
Suggests: seq24
Suggests: jackbeat
Suggests: beast
Suggests: kmid2

# Trackers
Suggests: schismtracker


# Effect racks
Suggests: jack-rack
Suggests: zynjacku
Suggests: ecamegapedal
Suggests: gnuitar
Suggests: guitarix
Suggests: jcgui
Suggests: jconvolver
Suggests: rakarrack
Suggests: tuxguitar
Suggests: jackeq
Suggests: zita-rev1

# Drum machines, live audio tools
Suggests: hydrogen
Suggests: mixxx
Suggests: terminatorx
Suggests: sooperlooper

# Audio developpers
Suggests: faust
Suggests: pd
Suggests: drumstick

# KernelRT
Suggests: kernel-rt-latest
Suggests: kernel-rt-devel-latest
Suggests: rtirq

# Media players
Suggests: xine-jack
Suggests: mplayer
Suggests: vlc-plugin-jack
Suggests: gstreamer0.10-plugins-good

# Desktop-specific configuration files
Suggests: lilypond-kde4

#########################################################

BuildArch:  noarch

%description
This package is a meta-package which installs everything
needed to have a complete sound creation and processing studio.
- Rosa/Mandriva for Digital Audio Workstations -


%files


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-9
+ Revision: 63fbcac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8567 |14cr|task-steampunk-3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Metapackage for various Steampunk themes, widgets etc
Name:		task-steampunk
Version:	3.0
Release:	2
Group:		Graphical desktop/Other
License:	Creative Commons Attribution-ShareAlike
Url:		http://www.rosalinux.com
Requires:	%{name}-kde4
Requires:	plymouth-theme-steampunk
BuildArch:	noarch

%description
Metapackage for various Steampunk themes, widgets etc.

%files

#----------------------------------------------------------------------------

%package kde4
Summary:	Metapackage for various KDE4 Steampunk themes, widgets etc
Group:		Graphical desktop/KDE
Requires:	%{name}-kde4
Requires:	kde4-style-steampunk-aurorae
Requires:	kde4-style-steampunk-colors
Requires:	kde4-style-steampunk-cursors
Requires:	kde4-style-steampunk-kdm
Requires:	kde4-style-steampunk-ksplash
Requires:	kde4-style-steampunk-wallpapers
Requires:	kde4-style-steampunk-yakuake
Requires:	plasma-applet-steamtime
Requires:	plasma-applet-timekeeper
Requires:	plasma-desktoptheme-steampunk

%description kde4
Metapackage for various KDE4 Steampunk themes, widgets etc

%files kde4

#----------------------------------------------------------------------------

%prep

%build

%install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-2
+ Revision: 4de6b7e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8568 |14cr|task-xfce-2014.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Metapackage for the Xfce desktop environment
Name:		task-xfce
Version:	%{rosa_release}
Epoch:		1
Release:	5
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.rosalinux.com
# (tpg) please keep requires in alphabetical order
#Suggests:	eatmonkey
Suggests:	lightdm
Suggests:	orage
Suggests:	gigolo
#Suggests:	midori
Suggests:	parole
Suggests:	squeeze
#Suggests:	xarchiver
Suggests:	ristretto
Requires:	task-xfce-plugins
Requires:	task-xfce-minimal
Suggests:	thunar-archive-plugin
Suggests:	thunar-media-tags-plugin
Suggests:	thunar-shares-plugin
#Suggests:	thunar-svn-plugin
Suggests:	thunar-vcs-plugin
Suggests:	thunar-thumbnailers
Suggests:	tumbler
Suggests:	xfbib
Suggests:	xfburn
Suggests:	xfmpc
#Requires:	xfprint
#Suggests:	xfswitch-plugin
#Suggests:	xfce4-artwork
Suggests:	xfce4-appfinder
Suggests:	xfce4-screenshooter
BuildArch:	noarch

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies for running the Xfce Mandriva Desktop.

Xfce panel plugins can be found in %{name}-plugins.

%files

#----------------------------------------------------------------------------

%package minimal
Summary:	Minimal dependencies needed for Xfce desktop
Group:		Graphical desktop/Xfce
Url:		http://www.rosalinux.com

# (tpg) please keep requires in alphabetical order

Requires:	exo
#Requires:	mandriva-xfce-config
Requires:	mousepad
Requires:	terminal
Requires:	thunar
Requires:	thunar-volman
Suggests:	xfce4-icon-theme
Requires:	xfce4-mixer
Requires:	virtual-notification-daemon
Suggests:	xfce4-notifyd
Requires:	xfce4-panel
Requires:	xfce4-power-manager
Requires:	xfce4-session
Requires:	xfce4-taskmanager
Requires:	xfce4-settings
Requires:	xfce4-volumed
Requires:	xfconf
Requires:	xfdesktop
Requires:	xfwm4

Provides:	xfce = %{EVRD}

%description minimal
Xfce is a lightweight desktop environment for various *NIX systems.
Designed for productivity, it loads and executes applications fast,
while conserving system resources.

Xfce 4.4 embodies the traditional UNIX philosophy of modularity and
re-usability. It consists of a number of components that together
provide the full functionality of the desktop environment. They are
packaged separately and you can pick and choose from the available
packages to create the best personal working environment.

This package is a meta-package, meaning that its purpose is to contain
minimal dependencies for running a minimal Xfce desktop environment.

%files minimal

#----------------------------------------------------------------------------

%package plugins
Summary:	Metapackage for the Xfce panel plugins
Group:		Graphical desktop/Xfce
Url:		http://www.rosalinux.com
Requires:	task-xfce-minimal

# (tpg) please keep requires in alphabetical order

Suggests:	xfce4-battery-plugin
#Suggests:	xfce4-cddrive-plugin
Suggests:	xfce4-cellmodem-plugin
Suggests:	xfce4-clipman-plugin
Suggests:	xfce4-cpufreq-plugin
Suggests:	xfce4-cpugraph-plugin
Suggests:	xfce4-datetime-plugin
Suggests:	xfce4-dict-plugin
Suggests:	xfce4-diskperf-plugin
Suggests:	xfce4-embed-plugin
Suggests:	xfce4-eyes-plugin
Suggests:	xfce4-fsguard-plugin
Suggests:	xfce4-genmon-plugin
Suggests:	xfce4-indicator-plugin
#Suggests:	xfce4-linelight-plugin
Suggests:	xfce4-modemlights-plugin
#Suggests:	xfce4-mailwatch-plugin
#Suggests:	xfce4-minicmd-plugin
Suggests:	xfce4-mount-plugin
Suggests:	xfce4-mpc-plugin
Suggests:	xfce4-netload-plugin
Suggests:	xfce4-notes-plugin
Suggests:	xfce4-places-plugin
#Suggests:	xfce4-playercontrol-plugin
Suggests:	xfce4-quicklauncher-plugin
Suggests:	xfce4-radio-plugin
#Suggests:	xfce4-rss-plugin
Suggests:	xfce4-screenshooter-plugin
Suggests:	xfce4-sensors-plugin
Suggests:	xfce4-smartbookmark-plugin
Suggests:	xfce4-smartpm-plugin
Suggests:	xfce4-systemload-plugin
Suggests:	xfce4-time-out-plugin
Suggests:	xfce4-timer-plugin
Suggests:	xfce4-verve-plugin
Suggests:	xfce4-wavelan-plugin
Suggests:	xfce4-weather-plugin
#Suggests:	xfce4-websearch-plugin
Suggests:	xfce4-wmdock-plugin
#Suggests:	xfce4-xfapplet-plugin
Suggests:	xfce4-xkb-plugin
# requires gdm
#Suggests:	xfswitch-plugin

%description plugins
This package is a meta-package, meaning that its purpose is to contain
dependencies for running the Xfce panel plugins.

%files plugins

#----------------------------------------------------------------------------

%package devel
Summary:	Xfce development metapackage
Group:		Development/Other
Url:		http://www.rosalinux.com

# (tpg) please keep requires in alphabetical order
#Requires:	libxfcegui4-devel
Requires:	libxfce4ui-devel
Requires:	garcon-devel
#Requires:	libxfce4menu-devel
Requires:	libxfce4util-devel
#Requires:	python-xfce
Requires:	thunar-devel
Requires:	xfce4-dev-tools
Requires:	xfce4-panel-devel
Requires:	xfconf-devel
Requires:	exo-devel
#Requires:	xfc

%description devel
This package is a meta-package, meaning that its purpose is to contain
dependencies for Xfce development environment.

%files devel

#----------------------------------------------------------------------------

%prep

%build

%install


%changelog
* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2012.1-5
+ Revision: c5dc719
- Minor cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8569 |14cr|tavrasm-1.22-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    tavrasm
%define version 1.22
%define release 8

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:       	A AVR assembler
Source0:        %{name}-%{version}.tar.bz2
License:        GPL
Group:          Development/Other
Url:         	http://www.tavrasm.org
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:  flex, bison

%description
Toms Linux AVR Assembler :

- Compiles code written for Atmels AVR DOS assembler.
- Super-set of Atmel AVR assembler.
- Generates Intel Hex, Motorola S-record, Generic and binary output.
- Atmel object files compatible with Atmel's AVR Studio.
- More than 100 warning/error messages.
- 'C' like escape characters in char/string literals ('\n', '\t', ...).
- Macros in macros.

%prep
%setup -q -n tavrasm.122/

%build
cd src

# parallel build fail
make

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1

cp src/%name $RPM_BUILD_ROOT%{_bindir}
cp %name.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,755)
%{_bindir}/%{name}
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.22-8
+ Revision: 8fce9f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8570 |14cr|tcc-0.9.26-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tiny C Compiler

Name:		tcc
Version:	0.9.26
Release:	2
License:	GPL
Group:		Development/C
URL:		http://bellard.org/tcc/
Source0:	http://download.savannah.nongnu.org/releases/tinycc/%{name}-%{version}.tar.bz2

%description
Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C 
compiler

%prep

%setup -q

# (tv) fix path on x86_64:
# %ifarch x86_64
# perl -pi -e 's!/usr/lib!/usr/lib64!' libtcc.c tcc.h
# %endif

# fix attribs
chmod 644 examples/*

%build

%configure2_5x

make CFLAGS="%{optflags}"
#make test

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_mandir}/man1

%makeinstall_std


# cleanup
rm -rf %{buildroot}%{_docdir}/tcc

%files
%doc Changelog README TODO *.html examples
%{_bindir}/tcc
%{_libdir}/tcc/include/*.h
%{_libdir}/tcc/*.a
%{_libdir}/*.a
%{_includedir}/*.h
%{_mandir}/man1/tcc.1*
# %{_infodir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.26-2
+ Revision: 3d61ccb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8571 |14cr|tcl3270-3.3.14ga7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tcl-based scripted 3270 Emulator
Name:		tcl3270
Version:	3.3.14ga7
Release:	2
License:	MIT
Group:		Terminals
Url:		http://x3270.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/x3270/x3270/%{version}/suite3270-%{version}-src.tgz
Requires:	x3270 = %{version}
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(openssl)
Requires:	tcl

%description
Complete IBM 3278/3279 emulation, TN3270E support, structured
fields, color xterm emulation, highly configurable.

%files
%doc html/*.html README
%doc Examples/cms_cmd.tcl3270
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-3.3

%build
%configure2_5x \
	--with-tcl=8.6

%make

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m755 %{name} %{buildroot}%{_bindir}/
install -m644 %{name}.man %{buildroot}%{_mandir}/man1/%{name}.1



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.14ga7-2
+ Revision: 55767fe
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8572 |14cr|tclreadline-2.1.0-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tcl/Tk readline enhanced shells
Name:		tclreadline
Version:	2.1.0
Release:	21
License:	BSD
Group:		Development/Other
Url:		http://tclreadline.sourceforge.net
Source0:	ftp://tclreadline.sourceforge.net/pub/tclreadline/%{name}-%{version}.tar.bz2
Patch0:		tclreadline-2.1.0-link.patch
Patch1:		tclreadline-amd64.patch
# upstream assumes tkConfig.sh and tclConfig.sh are always in the same
# directory, which isn't the case for us now - AdamW 2008/10
Patch2:		tclreadline-2.1.0-tk.patch
# installs everything to whatever's set as libdir - so we can just
# install the whole thing to tcl_sitearch/name (see below) - AdamW
# 2008/10
Patch3:		tclreadline-2.1.0-tcl_relocate.patch
Patch4:		tclreadline-2.1.0-readline6.3.patch
BuildRequires:	tcl
BuildRequires:	tk
BuildRequires:	readline-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(tk)

%description
This package contains tclreadline, a TCL package which builds a connection
between TCL and the GNU readline.

%files
%doc AUTHORS COPYING ChangeLog README TODO
%{_bindir}/tclshrl
%{_bindir}/wishrl
%{tcl_sitearch}/%{name}%{version}
%{_mandir}/mann/tclreadline.n.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch2 -p1
%patch1 -p1
%patch3 -p1
%patch4 -p1

# fix interpreter path
perl -pi -e 's|^#!/usr/local/bin/tclsh|#!/usr/bin/tclsh|' \
    tclreadlineInit.tcl.in \
    tclreadlineSetup.tcl.in \
    pkgIndex.tcl.in

%build
rm -f config/missing
autoreconf -fi -I aux
%configure2_5x \
	--enable-tclshrl \
	--enable-wishrl \
	--libdir=%{tcl_sitearch}/%{name}%{version}
make

%install
%makeinstall_std

# remove unneeded crap - it's not really a shared library and nothing
# is ever going to build against it - AdamW 2008/10
rm -f %{buildroot}%{tcl_sitearch}/%{name}%{version}/*.*a
rm -rf %{buildroot}%{_includedir}


%changelog
* Mon Aug 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.0-21
+ Revision: dabe45c
- Add patch to fix build with readline 6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8573 |14cr|tcl-tcllib-1.10-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	tcllib

Summary:	Collection of utility modules for Tcl
Name:		tcl-%{oname}
Version:	1.10
Release:	8
License:	BSD
Group:		System/Libraries
Url:		http://www.tcl.tk/software/tcllib/
Source0:	%{oname}-%{version}.tar.bz2
BuildRequires:	tcl-devel
BuildArch:	noarch

%description
Tcllib is a collection of utility modules for Tcl. These modules
provide a wide variety of functionality, from implementations of
standard data structures to implementations of common networking
protocols. The intent is to collect commonly used function into
a single library, which users can rely on to be available and
stable.

%files
%defattr(-,root,root,0755)
%{_bindir}/page
%{_bindir}/tcldocstrip
%{_bindir}/dtplite
%{tcl_sitelib}/tcllib%{version}
%{_mandir}/mann/*

#--------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x --libdir=%{tcl_sitelib}
%make

%install
%makeinstall_std

# File conflict with tk package
rm -f %{buildroot}%{_mandir}/mann/geometry.n*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10-8
+ Revision: a6bf8df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8574 |14cr|tcl-tclxml-3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tclxml

Summary:	XML parsing library for the Tcl scripting language
Name:		tcl-%{oname}
Version:	3.2
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://tclxml.sourceforge.net/
Source0:	http://downloads.sourceforge.net/tclxml/tclxml-%{version}.tar.gz
Source1:	pkgIndex.tcl.in.gui
Patch0:		tclxml-3.2-sgmlparser.patch
Patch1:		tclxml-3.2-sfmt.patch
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
Provides:	tclxml = %{EVRD}
Provides:	tcldom = %{EVRD}
Provides:	tclxslt = %{EVRD}
Requires:	tcl
Requires:	tcl-tcllib

%description
TclXML is a package that provides XML, DOM, and XSLT parsing for the
Tcl scripting language.

%files
%doc LICENSE ANNOUNCE ChangeLog README.html
%doc doc/*.html
%dir %{tcl_sitearch}/%{oname}%{version}
%{tcl_sitearch}/%{oname}%{version}/*.so
%{tcl_sitearch}/%{oname}%{version}/*.tcl
%{_libdir}/libTclxml%{version}.so

#----------------------------------------------------------------------------

%package gui
Summary:	UI widgets for manipulating a DOM tree
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description gui
This package provides some useful widgets for manipulating a DOM tree.

%files gui
%dir %{tcl_sitelib}/%{oname}-gui%{version}
%{tcl_sitelib}/%{oname}-gui%{version}/*.tcl

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for the tclxml packages
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
Development header files for the tclxml packages. This includes all of the
header files for the tclxml, tcldom, and tclxslt packages

%files devel
%{_includedir}/tclxml
%{_includedir}/tcldom-libxml2
%{_includedir}/tclxml-libxml2
%{_libdir}/TclxmlConfig.sh
%{tcl_sitearch}/%{oname}%{version}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1
%patch1 -p1

# Fix a few spurious execute permissions
chmod -x ChangeLog doc/xsltsl/cmp.xsl *.c

# Clean up some DOS line endings
sed -i -e 's/\r//' doc/README.xml.in

%build
%configure2_5x
%make

%install
%makeinstall_std
install -p -m 0644 include/tclxml/*.h %{buildroot}%{_includedir}/tclxml
mkdir -p %{buildroot}%{_includedir}/tcldom-libxml2
install -p -m 0644 include/tcldom-libxml2/*.h %{buildroot}%{_includedir}/tcldom-libxml2
mkdir -p %{buildroot}%{_includedir}/tclxml-libxml2
install -p -m 0644 include/tclxml-libxml2/*.h %{buildroot}%{_includedir}/tclxml-libxml2

mkdir -p %{buildroot}%{tcl_sitearch}
mv %{buildroot}%{_libdir}/Tclxml%{version} %{buildroot}%{tcl_sitearch}/%{oname}%{version}

ln -s tcl%{tcl_version}/%{oname}%{version}/libTclxml%{version}.so %{buildroot}%{_libdir}/libTclxml%{version}.so

sed s,"%{_libdir}/Tclxml%{version}","%{tcl_sitearch}/%{oname}%{version}",g -i %{buildroot}%{_libdir}/TclxmlConfig.sh

chmod a-x %{buildroot}%{tcl_sitearch}/%{oname}%{version}/*.a

# Install the examples in a -gui subpackage
install -d %{buildroot}%{tcl_sitelib}/%{oname}-gui%{version}
sed -e 's/@VERSION@/%{version}/' < %{SOURCE1} > %{buildroot}%{tcl_sitelib}/%{oname}-gui%{version}/pkgIndex.tcl
install -p -m 0644 examples/tcldom/domtree.tcl \
	examples/tcldom/domtree-treectrl.tcl \
	examples/tcldom/domtext.tcl \
	examples/tcldom/cgi2dom.tcl \
	%{buildroot}%{tcl_sitelib}/%{oname}-gui%{version}/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2-2
+ Revision: 1a9e45d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8575 |14cr|tcl-tkdnd-2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	tkdnd
%define dirname %{oname}%{version}

Name:		tcl-%{oname}
Version:	2.6
Release:	2
Summary:	Tk extension that adds native drag & drop capabilities
Group:		Development/Other
License:	BSD
URL:		http://tkdnd.sourceforge.net/
Source0:	http://dl.sourceforge.net/%{oname}/%{oname}%{version}-src.tar.gz
BuildRequires:	tcl-devel >= 8.4
BuildRequires:	tk-devel >= 8.4
Requires:	tcl >= 8.4
Provides:	tkdnd = %{version}-%{release}

%description
Tk Drag & Drop: tkdnd is an extension that adds native drag & drop capabilities
to the tk toolkit. It can be used with any tk version equal or greater to 8.4.
Under Unix the drag & drop protocol in use is the XDND protocol version 4
(also used by the QT toolkit, KDE & GNOME Desktops).

%prep
%setup -q -n %{oname}%{version}

# fix file rights
chmod 644 doc/tkDND.htm

%build
%configure2_5x --libdir=%{tcl_sitearch} \
%ifarch x86_64
	--enable-64bit \
%endif
	--enable-symbols
%make

%install
%makeinstall_std

%files
%doc doc/tkDND.htm
%{tcl_sitearch}/%{dirname}
%{_mandir}/mann/tkDND.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6-2
+ Revision: 17ddddf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8576 |14cr|tcl-tklib-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define oname   tklib

Name:           tcl-%{oname}
Version:        0.5
Release:        3
Summary:        Collection of utility modules for Tk
License:        BSD
Group:          Networking/WWW
Source:         http://sourceforge.net/projects/tcllib/files/tklib/0.5/tklib-%{version}.tar.bz2
URL:            http://www.tcl.tk/software/tcllib/

BuildRequires:  tk
BuildRequires:  groff-for-man
BuildRequires:  tcl-tcllib
BuildRequires:  tcl

Obsoletes:      tk-tklib

%description
Tklib is like Tcllib, a collection of many small packages providing 
utilities, except that packages here are expected to depend on Tk. 
Tklib specializes in utilities for GUI programming.

%files
%defattr(-,root,root,0755)
%dir %{_libdir}/tklib0.5
%{_libdir}/tklib0.5/*
%{_mandir}/mann/*

#--------------------------------------------------------------------

%prep
%setup -q -n %oname-%version

%build
%configure
%make 


%install
%makeinstall


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-3
+ Revision: 441c9d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8577 |14cr|tcl-tkpng-0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tkpng

Summary:	PNG support for Tcl/Tk
Name:		tcl-%{oname}
Version:	0.9
Release:	3
License:	TCL
Group:		System/Libraries
Url:		http://www.muonics.com/FreeStuff/TkPNG/
Source0:	http://downloads.sourceforge.net/tkpng/%{oname}%{version}.tgz
Provides:	%{oname} = %{EVRD}
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(zlib)

%description
TkPNG is an open source package that adds PNG photo image support to Tcl/Tk. 
Although other extensions such as Img also add support for PNG images, this 
package was designed to be lightweight, not depending on libpng nor 
implementing other image formats, and suitable for inclusion in the Tk core. 
Tk does not currently have native support for any image formats that allow 
for alpha (partial-transparency) channels, although it does have support for 
alpha blending internally.

%files
%doc README license.terms ChangeLog
%{tcl_sitearch}/%{oname}%{version}/
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}%{version}
find . -perm 0640 | xargs chmod 0644

%build
%configure2_5x \
%ifarch x86_64
	--enable-64bit
%endif

%make LIBS="-lm -lz"

%install
%makeinstall_std
install -d %{buildroot}%{tcl_sitearch}
mv %{buildroot}%{_libdir}/%{oname}%{version} %{buildroot}%{tcl_sitearch}/%{oname}%{version}

ln -s tcl%{tcl_version}/%{oname}%{version}/lib%{oname}%{version}.so %{buildroot}%{_libdir}/lib%{oname}%{version}.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-3
+ Revision: 2588980
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8578 |14cr|tcltls-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package %{nil}

Summary: 	SSL2, SSL3, and TLS1 encryption extensions for TCL
Name: 		tcltls
Version: 	1.6
Release: 	4
License: 	BSD
Group: 		System/Libraries
URL: 		http://tls.sourceforge.net/
Source0:		http://downloads.sourceforge.net/tls/tls%{version}-src.tar.gz
Patch0:		tcltls-1.6-simpleclient.patch
Patch1:		tcltls-1.6-openssl.patch
Patch2:		tcltls-1.6-no-rpath.patch
Patch3:		tcltls-1.6-ciphers.patch
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(openssl)
Requires:	tcl >= 8.4.11
Requires:	openssl
Obsoletes:	%{mklibname tcltls 1.50}

%description 
Provides SSL2, SSL3, and TLS1 socket encryption functionality
to the TCL interpreted language.
Needed for Sguild

%package	devel
Summary:	SSL2, SSL3, and TLS1 encryption extensions for TCL
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{mklibname tcltls 1.50 -d}

%description	devel
Provides SSL2, SSL3, and TLS1 socket encryption functionality
to the TCL interpreted language. Development headers.

%prep
%setup -q -n tls%{version}
%patch0 -p1 -b .simpleclient
%patch1 -p1 -b .openssl098a
%patch2 -p1 -b .rpath
%patch3 -p0

%build

#autoreconf
%configure2_5x \
    --enable-shared \
    --with-gcclib \
    --with-ssl-dir=%{_prefix} \
    --with-tcl=%{_libdir}
    
%make 

%check
make test

%install
%makeinstall_std libdir=%{tcl_sitearch} includedir=%{_includedir}


%files
%doc ChangeLog README.txt license.terms tls.htm
%{tcl_sitearch}/tls%{version}

%files devel
%{_includedir}/tls.h





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: d6f0f0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8579 |14cr|tcl-zlib-2.0.1-0.svn40.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname zlib

Summary:	Zlib support for Tcl
Name:		tcl-%{oname}
Version:	2.0.1
Release:	0.svn40.2
Group:		System/Libraries
License:	MIT
Url:		http://svn.scheffers.net/
# Snapshot of SVN40 downloaded on June 26, 2008
# Originally found at http://svn.scheffers.net/zlib.tar.gz
Source0:	%{oname}.tar.gz
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(zlib)

%description
This is extension is a standalone version of the tclkit [zlib]
command/extension. See http://wiki.tcl.tk/zlib for command syntax.

%files
%doc README ChangeLog
%dir %{tcl_sitearch}/%{oname}%{version}
%{tcl_sitearch}/%{oname}%{version}/*.so
%{tcl_sitearch}/%{oname}%{version}/pkgIndex.tcl
%{_libdir}/*.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
Development files for %{name}.

%files devel
%{tcl_sitearch}/%{oname}%{version}/libzlibstub*.a
%{_includedir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}

%build
%configure2_5x \
	--with-tcl=%{_libdir}
make

%install
make DESTDIR=%{buildroot} install-binaries install-libraries

install -d %{buildroot}%{tcl_sitearch}
mv %{buildroot}%{_libdir}/%{oname}%{version} %{buildroot}%{tcl_sitearch}/%{oname}%{version}
ln -s tcl%{tcl_version}/%{oname}%{version}/lib%{oname}%{version}.so %{buildroot}%{_libdir}/lib%{oname}%{version}.so

rm -rf %{buildroot}%{tcl_sitearch}/%{oname}%{version}/zlib.c
chmod -x %{buildroot}%{tcl_sitearch}/%{oname}%{version}/libzlibstub*.a


%changelog
* Tue Nov 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.1-0.svn40.2
+ Revision: ac3f5c4
- LOG Fix library symlink



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8580 |14cr|tcpflow-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network traffic recorder
Name:		tcpflow
Version:	1.3.0
Release:	2
License:	GPL
Group:		Networking/Other
Source0:	https://github.com/downloads/simsong/tcpflow/%{name}-%{version}.tar.gz
URL:		http://afflib.org
BuildRequires:	libpcap-devel autoconf

%description
tcpflow is a program that captures data transmitted as part of TCP 
connections (flows), and stores the data in a way that is convenient
for protocol analysis or debugging.
A program like 'tcpdump' shows a summary of packets seen on the wire,
but usually doesn't store the data that's actually being transmitted.
In contrast, tcpflow reconstructs the actual data streams and stores
each flow in a separate file for later analysis.

%prep
%setup -q -n %{name}-%{version}
chmod -x COPYING

%build
%configure2_5x
%make

%install
%makeinstall

%files
%doc AUTHORS COPYING ChangeLog NEWS README INSTALL
%{_bindir}/*
%{_mandir}/man*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-2
+ Revision: 4f7e7af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8581 |14cr|tcpreplay-3.4.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool to replay captured network traffic
Name:		tcpreplay
Version:	3.4.4
Release:	3
License:	BSD
Group:		Networking/Other
URL:		http://tcpreplay.synfin.net/trac/
Source0:	http://prdownloads.sourceforge.net/tcpreplay/%{name}-%{version}.tar.gz
Patch0:		tcpreplay-3.4.2-get_interface.patch
BuildRequires:	autogen >= 5.9
BuildRequires:	autogen-devel >= 5.9
BuildRequires:	libdnet-devel
BuildRequires:	libpcap-devel >= 0.7.2
BuildRequires:	tcpdump
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Tcpreplay is a tool to replay captured network traffic. Currently, tcpreplay
supports pcap (tcpdump) and snoop capture formats. Also included, is tcpprep a
tool to pre-process capture files to allow increased performance under certain
conditions as well as capinfo which provides basic information about capture
files.

%prep
%setup -q
%patch0 -p1 -b .get_interface

%build
%configure2_5x \
    --enable-dynamic-link \
    --enable-tcpreplay-edit \
    --with-testnic=eth0 \
    --with-testnic2=eth1
%make

#%%check
#make test <- requires root permissions

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README docs/CHANGELOG docs/CREDIT docs/HACKING docs/INSTALL docs/LICENSE docs/TODO
%{_bindir}/tcpbridge
%{_bindir}/tcpprep
%{_bindir}/tcpreplay
%{_bindir}/tcpreplay-edit
%{_bindir}/tcprewrite
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.4-3
+ Revision: 056d1b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8582 |14cr|tcpslice-1.2a3-3.20061130.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap 20061130

Summary:	A tool for extracting portions of packet trace files
Name:		tcpslice
Version:	1.2a3
Release:	%mkrel 3.%{snap}.5
Group:		Monitoring
License:	BSD
URL:		http://www.tcpdump.org
Source0:	tcpslice-%{snap}.tar.bz2
Patch0:		tcpslice-libosip2-3.x.patch
Requires:	tcpdump >= 0.9.5
BuildRequires:	libpcap-devel >= 0.9.5
BuildRequires:	libnids-devel >= 1.21
BuildRequires:	libosip2-devel >= 3.0.3
BuildRequires:	libooh323c-devel >= 0.8.2
BuildRequires:	autoconf2.5
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A tool for extracting portions of packet trace files generated using tcpdump's
-w flag.

%prep

%setup -q -n %{name}
%patch0 -p0 -b .libsip23

%build

%configure2_5x

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 tcpslice %{buildroot}%{_sbindir}
install -m0644 tcpslice.1 %{buildroot}%{_mandir}/man1/tcpslice.1

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES CREDITS INSTALL README
%{_sbindir}/tcpslice
%{_mandir}/man1/tcpslice.1*





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.2a3-3.20061130.5
+ Revision: 943d62b
- Automatic import for version 1.2a3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8583 |14cr|tcpstat-1.5-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name tcpstat
%define version 1.5
%define release 13

Summary: A network statistics reporter
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: BSD
Group: Monitoring
Url: http://www.frenchfries.net/paul/tcpstat/index.html
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: libpcap-devel

%description
Tcpstat reports certain network interface statistics much like 
vmstat does for system statistics. tcpstat gets its information by 
either monitoring a specific interface, or by reading previously 
saved tcpdump data from a file. 

Some of the statistics tcpstat calculates: 
- bandwidth 
- number of packets 
- packets per second 
- average packet size 
- standard deviation of packet size 
- interface load 
- more...

tcpstat is written with performance and efficiency in mind and is capable 
of handling large amounts of packets per second. Its compact command line 
interface is geared for the network researcher, system administrator and 
desktop shell user. tcpstat has been a valuable tool in university research 
papers and commercial networks alike.

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README doc/Tips_and_Tricks.txt
%_bindir/tcp*
%_mandir/man1/tcp*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-13
+ Revision: 9198b67
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8584 |14cr|tcptrace-6.6.7-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		tcptrace
Version:	6.6.7
Release:	7
Summary:	Tool for analysis of TCP dump files
Group:		Monitoring
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPLv2+
URL:		http://jarok.cs.ohiou.edu/software/tcptrace/tcptrace.html
Source:		http://jarok.cs.ohiou.edu/software/tcptrace/download/%{name}-%{version}.tar.gz
BuildRequires:	libpcap-devel
%description
tcptrace is a tool written by Shawn Ostermann at Ohio University, for
analysis of TCP dump files. It can take as input the files produced by
several popular packet-capture programs, including tcpdump, snoop,
etherpeek, HP Net Metrix, and WinDump. tcptrace can produce several
different types of output containing information on each connection seen,
such as elapsed time, bytes and segments sent and received, retransmissions,
round trip times, window advertisements, throughput, and more. It can
also produce a number of graphs for further analysis.

%prep
%setup -q

%build
%configure
%make

%install
%{__rm} -Rf %{buildroot}
export CHOWNPROG='echo "**** chown "'
export CHGRPPROG='echo "**** chgrp "'
%makeinstall MANDIR=%{buildroot}%{_mandir} BINDIR=%{buildroot}%{_bindir}

%files
%doc ARGS CHANGES COPYING COPYRIGHT FAQ INSTALL README WWW THANKS
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.6.7-7
+ Revision: 3b91c27
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8585 |14cr|tcptraceroute-1.5-0.beta7.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prel beta7

Summary:	Traceroute implementation using TCP packets
Name:		tcptraceroute
Version:	1.5
Release:	0.%{prel}.6
License:	GPLv2+
Group:		Networking/Other
Url:		http://michael.toren.net/code/tcptraceroute/
Source:		http://michael.toren.net/code/tcptraceroute/%{name}-%{version}%{prel}.tar.gz
BuildRequires:	libnet-devel
BuildRequires:	libpcap-devel

%description
The more traditional traceroute(8) sends out either UDP or ICMP ECHO
packets with a TTL of one, and increments the TTL until the destination
has been reached. By printing the gateways that generate ICMP time
exceeded messages along the way, it is able to determine the path packets
are taking to reach the destination.

The problem is that with the widespread use of firewalls on the modern
Internet, many of the packets that traceroute(8) sends out end up being
filtered, making it impossible to completely trace the path to the
destination. However, in many cases, these firewalls will permit inbound
TCP packets to specific ports that hosts sitting behind the firewall are
listening for connections on. By sending out TCP SYN packets instead of
UDP or ICMP ECHO packets, tcptraceroute is able to bypass the most common
firewall filters.

%files
%defattr(644,root,root,755)
%doc %{_datadir}/doc/tcptraceroute/*
%attr(755,root,bin) %{_sbindir}/tcptraceroute
%{_mandir}/man1/tcptraceroute.1*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}%{prel}

%build
%configure2_5x \
	--bindir=%{_sbindir}

%make

%install
%makeinstall_std


%changelog
* Wed Apr 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5-0.beta7.6
+ Revision: 56bd7eb
- Fix BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8586 |14cr|tcptrack-1.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A packet sniffer which displays TCP information like the 'top' command
Name:		tcptrack
Version:	1.4.2
Release:	2
Group:		Monitoring
License:	GPLv2+
URL:		http://www.rhythm.cx/~steve/devel/tcptrack/
Source0:	http://www.rhythm.cx/~steve/devel/tcptrack/release/%{version}/source/%{name}-%{version}.tar.gz
BuildRequires:	ncurses-devel
BuildRequires:	pcap-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description 
tcptrack is a sniffer which displays information about TCP connections it sees
on a network interface. It passively watches for connections on the network
interface, keeps track of their state and displays a list of connections in a
manner similar to the unix 'top' command. It displays source and destination
addresses and ports, connection state, idle time, and bandwidth usage.

%prep

%setup -q -n %{name}-%{version}

%build
%serverbuild

%configure2_5x

%make

%install
rm -rf %{buildroot}

%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README INSTALL NEWS
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-2
+ Revision: 217ca16
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8587 |14cr|tcron-0.5.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name tcron
%define version 0.5.3
%define release 7

%define major 0
%define libname %mklibname %name %major
%define libnamedevel %mklibname %name

Summary: Another cron daemon
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Patch0: %name.makefile.patch
Patch1: tcron-check-dev_rtc.patch
License: GPL
Group: System/Servers
Url: http://tcron.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): coreutils

%description
Tcron integrates 'cron' with the ATX power-up capability.
It can invoke multiple cron jobs and switch the computer on
and off any number of times per day.

%package -n %libname
Summary: Library need by tcron
Group: System/Libraries
Provides: lib%name = %version-%release

%description -n %libname
Tcron integrates 'cron' with the ATX power-up capability.
It can invoke multiple cron jobs and switch the computer on
and off any number of times per day.

This package contains the tcron common library.

%package -n %libnamedevel
Summary: The development files from tcron
Group: Development/Other
Obsoletes: %_lib%{name}0-devel
Provides: %name-devel = %version-%release
Requires: %libname = %version-%release

%description -n %libnamedevel
Tcron integrates 'cron' with the ATX power-up capability.
It can invoke multiple cron jobs and switch the computer on
and off any number of times per day.

This package contains files need to create applications using
tcron library.

%prep
%setup -q
%patch0 -p0 -b .orig
%patch1 -p0 -b .devrtc

%build
%make prefix=%_prefix TCRONTAB_AP_LIB=%_libdir 

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std prefix=%_prefix TCRONTAB_AP_LIB=%_libdir

mkdir -p %buildroot%_initrddir
mv  %buildroot/%_sysconfdir/init.d/tcrond %buildroot/%_initrddir/tcrond

(
cd %buildroot%_libdir
ln -s libtcrontab-api.so.%{major} libtcrontab-api.so
)

mkdir -p %buildroot%{_var}/spool/tcron

%clean
rm -rf $RPM_BUILD_ROOT

%post
%_post_service tcrond

%preun
%_preun_service tcrond

%pre
if [ -f %_sysconfdir/tcrontab/tcrontab.conf ]; then
    if [ ! -f %_sysconfdir/tcron.conf ]; then
        mv %_sysconfdir/tcrontab/tcrontab.conf %_sysconfdir/tcron.conf
    fi
fi

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%files
%defattr(-,root,root)
%doc README Changelog
%_sbindir/tcrond
%_bindir/*
%_initrddir/tcrond
%config(noreplace) %_sysconfdir/tcron.conf
%_libdir/tcrontab-ap
%{_var}/spool/tcron

%files -n %libname
%defattr(-,root,root)
%doc README Changelog
%_libdir/*.so.*

%files -n %libnamedevel
%defattr(-,root,root)
%doc README README.api Changelog demo
%_libdir/*.so
%_libdir/*.a
%_includedir/*.h



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.3-7
+ Revision: eac5792
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8588 |14cr|tdom-0.8.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A XML/DOM/XPath/XSLT Implementation for Tcl
Name:		tdom
Version:	0.8.3
Release:	2
License:	MPLv1.1
Group:		System/Libraries
Url:		http://tdom.github.com/
Source0:	https://github.com/downloads/tDOM/tdom/tDOM-%{version}.tgz
Patch0:		tdom.patch
Patch1:		tdom-expat.patch
Patch2:		tdom-tnc.patch
BuildRequires:	tcl-tcllib
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(expat)

%description
tDOM combines high performance XML data processing with easy and
powerful Tcl scripting functionality. tDOM should be one of the fastest
ways to manipulate XML with a scripting language and uses very few
memory: for example, the DOM tree of the XML recommendation in XML
(160K) needs only about 450K of memory.

%files
%doc ChangeLog CHANGES README NPL-1_1Final.html LICENSE
%{_libdir}/*.so
%{tcl_sitearch}/%{name}%{version}/
%{tcl_sitearch}/tnc0.3.0/
%{_mandir}/mann/*.n.*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for tDOM
Group:		Development/Other
Requires:	tcl-devel
Requires:	%{name} = %{EVRD}

%description devel
This package contains files for developing software based on tDOM.

%files devel
%{_libdir}/tdomConfig.sh
%{_libdir}/*.a
%{_includedir}/tdom.h

#----------------------------------------------------------------------------

%prep
%setup -q -n tDOM-%{version}
%patch0
%patch1
%patch2

%build
autoreconf --force
mkdir build
cd build
CFLAGS="%{optflags} -DUSE_INTERP_ERRORLINE" ../configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--mandir=%{_mandir} \
	--with-tcl=%{tcl_sitearch} \
	--disable-tdomalloc \
	--with-expat
%make
cd ../extensions/tnc
autoreconf --force
CFLAGS="%{optflags}" ./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--mandir=%{_mandir} \
	--with-tcl=%{tcl_sitearch} \
	--with-tdom=../../build
%make

%install
%makeinstall_std pkglibdir=%{tcl_sitearch}/%{name}%{version} -C build
%makeinstall_std pkglibdir=%{tcl_sitearch}/tnc0.3.0 -C extensions/tnc

mv %{buildroot}%{_libdir}/lib%{name}%{version}.so %{buildroot}%{tcl_sitearch}/%{name}%{version}/
ln -s tcl%{tcl_version}/%{name}%{version}/lib%{name}%{version}.so %{buildroot}%{_libdir}/lib%{name}%{version}.so

mv %{buildroot}%{_libdir}/libtnc0.3.0.so %{buildroot}%{tcl_sitearch}/tnc0.3.0/
ln -s tcl%{tcl_version}/tnc0.3.0/libtnc0.3.0.so %{buildroot}%{_libdir}/libtnc0.3.0.so

chmod 644 %{buildroot}%{_libdir}/*.a


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3-2
+ Revision: af8ca17
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8589 |14cr|teaqt-33.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple-in-use Qt based text editor
Name:		teaqt
Version:	33.3.0
Release:	2
Group:		Editors
License:	GPLv3+
URL:		http://tea-editor.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/tea-editor/tea-editor/%{version}/tea-%{version}.tar.bz2
Buildrequires:	qt4-devel
BuildRequires:	imagemagick aspell-devel

%description
Teaqt is a simple-in-use Qt-based text editor.

%prep
%setup -q -n tea-%{version}
find . -perm 0600 -exec chmod a+r {} \;

%build
%qmake_qt4 PREFIX=%{_bindir}
%make

%install
make install INSTALL_ROOT=%buildroot

mv %buildroot%_bindir/tea %buildroot%_bindir/%name

# icons
mkdir -p %buildroot/{%_liconsdir,%_iconsdir,%_miconsdir}
convert -resize 16x16 icons/tea_icon_v2.png %buildroot/%_miconsdir/%name.png
convert -resize 32x32 icons/tea_icon_v2.png %buildroot/%_iconsdir/%name.png
convert -resize 48x48 icons/tea_icon_v2.png %buildroot/%_liconsdir/%name.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=tea
Comment=A simple-in-use Qt-based text editor
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Qt;TextEditor;Utility;
EOF

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/*
%_liconsdir/%name.png
%_miconsdir/%name.png
%_iconsdir/%name.png
%_datadir/applications/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 33.3.0-2
+ Revision: 16f5122
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8590 |14cr|tecnoballz-0.92-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec is based on Andrea Musuruane's work in Fedora

Name:		tecnoballz
Version:	0.92
Release:	2
Summary:	A Brick Busting game
Group:		Games/Arcade
License:	GPLv3+
URL:		http://linux.tlk.fr/games/TecnoballZ/
Source0:	http://linux.tlk.fr/games/TecnoballZ/download/%{name}-%{version}.tgz
Source1:	%{name}.xpm
Source2:	%{name}.desktop
# Andrea Musuruane
# Fix dependencies
Patch0:		tecnoballz-0.92-dependecies.patch
# Andrea Musuruane
# Don't combine explicit and implicit rules for make 3.82
# Set correct gamedir for Fedora
Patch1:		tecnoballz-0.92-Makefile.patch
# Debian
# Fix configure.ac Makefile.am to include missing files
Patch2:		tecnoballz-0.92-level_data.patch
Patch3:		tecnoballz-0.92-texts_dir.patch
# Debian
# Use tinyxml system library
Patch4:		tecnoballz-0.92-tinyxml.patch
# Upstream CVS
# Compile with gcc 4.3
Patch5:		tecnoballz-0.92-gcc43.patch
# Hans de Goede
# Drop setgid privileges when not needed
Patch6:		tecnoballz-0.92-dropsgid.patch

BuildRequires:	autoconf
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	libmikmod-devel
BuildRequires:	tinyxml-devel

%description
A exciting Brick Breaker with 50 levels of game and 11 special levels, 
distributed on the 2 modes of game to give the player a sophisticated 
system of attack weapons with an enormous power of fire that can be 
build by gaining bonuses. Numerous decors, musics and sounds 
complete this great game. This game was ported from the Commodore Amiga.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
# Patch4 must be called after Patch0
# It requires tinyxml >= 2.6
%if %{mdvver} >= 201100
%patch4 -p1
%endif
%patch5 -p2
%patch6 -p1


%build
autoreconf -fvi
%configure2_5x
# FIX: ovverride CXXFLAGS to pick up RPM_OPT_FLAGS
%make CXXFLAGS="%{optflags}"

%install
%__rm -rf %{buildroot}
%makeinstall_std

# install desktop file
%__mkdir_p %{buildroot}%{_datadir}/applications
%__cp %{SOURCE2} %{buildroot}%{_datadir}/applications/

# install icon
%__mkdir_p %{buildroot}%{_iconsdir}/hicolor/32x32/apps
%__install -p -m 0644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.xpm

%clean
%__rm -rf %{buildroot}

%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%files
%doc AUTHORS CHANGES COPYING README
%attr(2755,root,games) %{_bindir}/%{name}
%{_datadir}/%{name}
%dir %{_localstatedir}/games/%{name}
%attr(-,root,games) %config(noreplace) %{_localstatedir}/games/%{name}/%{name}.hi
%{_mandir}/man6/%{name}.6*
%{_iconsdir}/hicolor/32x32/apps/%{name}.xpm
%{_datadir}/applications/%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.92-2
+ Revision: 46f9eb1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8591 |14cr|teeworlds-0.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		teeworlds
Version:	0.6.1
Release:	3
Summary:	Online multi-player platform 2D shooter
Group:		Games/Arcade
License:	Teeworlds
URL:		http://www.teeworlds.com/
Source0:	http://www.teeworlds.com/files/%{name}-%{version}-source.tar.gz
Source1:	%{name}.png
Source2:	%{name}.desktop
Patch1:		%{name}-0.6.1-extlibs.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	bam >= 0.4.0
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pnglite-devel
BuildRequires:	python-devel
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(freetype2)
Requires:	%{name}-data

%description
The game features cartoon-themed graphics and physics,
and relies heavily on classic shooter weaponry and gameplay.
The controls are heavily inspired by the FPS genre of computer games.

%package server
Summary:	Server for %{name}
Group:		Games/Arcade
Requires:	%{name}-data

%description	server
The server daemon for %{name}, an online multi-player platform 2D shooter,
which allows you to host online %{name} games.

%package	data
Summary:	Data-files for %{name}
Group:		Games/Arcade
Requires:	%{name}

%description    data
Data-files for %{name}, an online multi-player platform 2D shooter.

%prep
%setup -q -n teeworlds-b177-r50edfd37-source
rm -rf src/engine/external

%patch1 -p1 -b .extlibs

iconv -f iso-8859-1 -t utf-8 readme.txt |sed 's|\r||g' > readme.txt.utf8
touch -c -r readme.txt readme.txt.utf8
mv readme.txt.utf8 readme.txt

%build
CFLAGS="%{optflags}" bam -v release

%install
mkdir -p %{buildroot}%{_datadir}/%{name}/data
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -D -m 0755 %{name}_srv %{buildroot}%{_bindir}/%{name}-srv
cp -pr data/* %{buildroot}%{_datadir}/%{name}/data
install -p -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

desktop-file-install \
     --dir=%{buildroot}%{_datadir}/applications \
     %{SOURCE2}

%files
%doc readme.txt license.txt
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

%files data
%{_datadir}/%{name}/

%files server
%doc readme.txt license.txt
%{_bindir}/%{name}-srv


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-3
+ Revision: a6ec14c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8592 |14cr|tegaki-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Chinese and Japanese Handwriting Recognition
Name: 		tegaki
Version: 	0.3.1
Release: 	4
License: 	GPLv2+
Group: 		System/Internationalization
Source: 	http://www.tegaki.org/releases/%version/tegaki-python-%version.tar.gz
URL: 		http://www.tegaki.org
Buildroot: 	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	python-setuptools
BuildArch:	noarch
Requires:	tegaki-engine
Requires:	tegaki-models

%description
Tegaki is an ongoing project which aims to develop a free and open-source
modern implementation of handwriting recognition software, that is suitable for
both the desktop and mobile devices, and that is designed from the ground up to
work well with Chinese and Japanese.

%prep
%setup -qn tegaki-python-%version

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%{py_puresitedir}/tegaki*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-4
+ Revision: a768870
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8593 |14cr|tegaki-gui-0.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Chinese and Japanese Handwriting Recognition
Name: 		tegaki-gui
Version: 	0.3.1
Release: 	2
License: 	GPLv2+
Group: 		System/Internationalization
Source: 	http://www.tegaki.org/releases/%version/tegaki-pygtk-%version.tar.gz
URL: 		http://www.tegaki.org
Buildroot: 	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	python-setuptools
Requires:	tegaki >= 0.3.1
Requires:	pygtk2.0
Provides:	tegaki-pygtk = %{version}-%{release}
BuildArch:	noarch

%description
Tegaki is an ongoing project which aims to develop a free and open-source
modern implementation of handwriting recognition software, that is suitable for
both the desktop and mobile devices, and that is designed from the ground up to
work well with Chinese and Japanese.

%prep
%setup -qn tegaki-pygtk-%version

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%{py_puresitedir}/tegaki*
%{_datadir}/tegaki/icons/handwriting.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-2
+ Revision: d6756b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8594 |14cr|tegaki-recognize-0.3.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Chinese and Japanese Handwriting Recognition
Name: 		tegaki-recognize
Version: 	0.3.1.2
Release: 	2
License: 	GPLv2+
Group: 		System/Internationalization
Source: 	http://www.tegaki.org/releases/%version/%{name}-%version.tar.gz
URL: 		http://www.tegaki.org
Buildroot: 	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	python-setuptools
Requires:	tegaki-gui >= 0.3.1
BuildArch:	noarch

%description
Tegaki is an ongoing project which aims to develop a free and open-source
modern implementation of handwriting recognition software, that is suitable for
both the desktop and mobile devices, and that is designed from the ground up to
work well with Chinese and Japanese.

%prep
%setup -qn %{name}-%version
sed -i -e 's#Exec=.*#Exec=tegaki-recognize#' tegaki-recognize.desktop.in

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --prefix=%{buildroot}%{_prefix}

rm -f %{buildroot}%{_datadir}/menu/tegaki-recognize

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%{py_puresitedir}/tegaki*
%{_bindir}/tegaki-recognize
%{_datadir}/applications/tegaki-recognize.desktop
%{_datadir}/pixmaps/tegaki-recognize.svg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1.2-2
+ Revision: 958b221
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8595 |14cr|tegaki-train-0.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Character editor and training manager
Name: 		tegaki-train
Version: 	0.3.1
Release: 	2
License: 	GPLv2+
Group: 		System/Internationalization
Source: 	http://www.tegaki.org/releases/%version/%name-%version.tar.gz
URL: 		http://www.tegaki.org
Buildroot: 	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	python-setuptools
Requires:	tegaki-pygtk
BuildArch:	noarch

%description
Tegaki is an ongoing project which aims to develop a free and open-source
modern implementation of handwriting recognition software, that is suitable for
both the desktop and mobile devices, and that is designed from the ground up to
work well with Chinese and Japanese.

%prep
%setup -qn %name-%version

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%{_bindir}/*
%{py_puresitedir}/tegaki*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-2
+ Revision: 7a1b0df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8596 |14cr|tegaki-zinnia-japanese-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Japanese Models for tegaki zinnia engine
Name: tegaki-zinnia-japanese
Version: 0.3
Release: 2
License: GPLv2+
Group: System/Internationalization
Source0: http://www.tegaki.org/releases/0.3/models/tegaki-zinnia-japanese-0.3.zip
URL: http://www.tegaki.org
Buildroot: %{_tmppath}/%{name}-%{version}-buildroot
BuildArch: noarch
Requires: locales-ja
Requires: tegaki
Requires: zinnia
Provides: tegaki-models

%description
Tegaki is an ongoing project which aims to develop a free and open-source
modern implementation of handwriting recognition software, that is suitable for
both the desktop and mobile devices, and that is designed from the ground up to
work well with Chinese and Japanese.

%prep
%setup -qn %name-%version

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/tegaki/models/zinnia/
install -m0644 *.meta *.model %{buildroot}%{_datadir}/tegaki/models/zinnia/

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%{_datadir}/tegaki/models/zinnia/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: 51d3205
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8597 |14cr|tegaki-zinnia-simplified-chinese-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Simplified Chinese Models for tegaki zinnia engine
Name:    tegaki-zinnia-simplified-chinese
Version: 0.3
Release: 3
License: GPLv2+
Group:   System/Internationalization
Source0: http://www.tegaki.org/releases/0.3/models/%{name}-%{version}.zip
Url:     http://www.tegaki.org
BuildArch: noarch
Requires: locales-zh
Requires: tegaki
Requires: zinnia
Provides: tegaki-models

%description
Tegaki is an ongoing project which aims to develop a free and open-source
modern implementation of handwriting recognition software, that is suitable for
both the desktop and mobile devices, and that is designed from the ground up to
work well with Chinese and Japanese.

%prep
%setup -qn %{name}-%{version}

%install
mkdir -p %{buildroot}%{_datadir}/tegaki/models/zinnia/
install -m0644 *.meta *.model %{buildroot}%{_datadir}/tegaki/models/zinnia/

%clean

%files
%{_datadir}/tegaki/models/zinnia/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-3
+ Revision: b0d6c1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8598 |14cr|tegaki-zinnia-traditional-chinese-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Traditional Chinese Models for tegaki zinnia engine
Name:    tegaki-zinnia-traditional-chinese
Version: 0.3
Release: 3
License: GPLv2+
Group:   System/Internationalization
Source0: http://www.tegaki.org/releases/0.3/models/%{name}-%{version}.zip
Url:     http://www.tegaki.org
BuildArch: noarch
Requires: locales-zh
Requires: tegaki
Requires: zinnia
Provides: tegaki-models

%description
Tegaki is an ongoing project which aims to develop a free and open-source
modern implementation of handwriting recognition software, that is suitable for
both the desktop and mobile devices, and that is designed from the ground up to
work well with Chinese and Japanese.

%prep
%setup -qn %{name}-%{version}

%install
mkdir -p %{buildroot}%{_datadir}/tegaki/models/zinnia/
install -m0644 *.meta *.model %{buildroot}%{_datadir}/tegaki/models/zinnia/

%clean

%files
%{_datadir}/tegaki/models/zinnia/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-3
+ Revision: ee1eca2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8599 |14cr|TEI-DTD-P4-1.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name TEI-DTD-P4
%define version 1.0
%define release 12
%define dtdver P4

Name: %{name}
Version: %{version}
Release: %{release}
Group       	: Publishing

Summary     	: XML document type definition for TEI

License   	: Artistic like
URL         	: http://www.tei-c.org/

Provides: 	TEI-DTD
Requires(Pre): 	coreutils
Requires(Pre):	sgml-common

# Zip file downloadable at http://www.tei-c.org/P4X/DTD/dtd.zip
Source0		: %{name}.tar.bz2
BuildArch	: noarch  


%define sgmlbase %{_datadir}/sgml

%Description

The TEI (Text Encoding Initiative) Document Type Definition (DTD)
describes the syntax of literature and human sciences related texts.
This syntax is XML-compliant and is developed by the TEI consortium.
This is the version %{dtdver} of this DTD.

%Prep
%setup -n %{name}

%Build

%Install
DESTDIR=$RPM_BUILD_ROOT%{sgmlbase}/TEI/dtd-%{dtdver}
mkdir -p $DESTDIR
install -m644 teicatalog.xml catalog.tei catalog.xml $DESTDIR
install -m644 *.dtd $DESTDIR
install -m644 *.ent $DESTDIR
install -m644 *.dec $DESTDIR

%Files
%defattr (-,root,root)
%doc index.html index.xml
%{sgmlbase}/TEI/dtd-%{dtdver}

# Catalogs management left for brave packagers.
 



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-12
+ Revision: f08afae
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8600 |14cr|tei-xsl-5.2.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name tei-xsl
%define Version 5.2.16
%define Release 2

Name:		%{Name}
Version:	%{Version}
Release:	%{Release}
Group       	: Publishing

Summary     	: Sebastian Rahtz's modular stylesheets for TEI

License   	: Artistic like
URL         	: http://www.tei-c.org/Stylesheets/teixsl.html

Obsoletes:	TEI-style-html
Provides:	TEI-style-html
Requires:	TEI-DTD
Requires(Pre):	sgml-common

# ZIP spurce downloadable at http://sourceforge.net/project/showfiles.php?group_id=106328&package_id=141124
Source0		: %{name}-%{Version}.tar.bz2
BuildArch	: noarch

%define sgmlbase %{_datadir}/sgml/ 

%Description
These XSL stylesheets allow to convert any TEI document
to the HTML, FO and LaTeX formats.

%prep
%setup

%build


%install
DESTDIR=$RPM_BUILD_ROOT%{sgmlbase}/TEI/xsl-stylesheets-%{Version}
mkdir -p $DESTDIR
cp -a p4 p5 $DESTDIR

ln -sf xsl-stylesheets-%{Version} \
	$RPM_BUILD_ROOT%{sgmlbase}/TEI/xsl-stylesheets

# Catalogs management left for brave packagers.

%files
%defattr (-,root,root)
%doc doc/*
%{sgmlbase}/TEI/*


%changelog
* Wed Nov 21 2012 Denis Silakov <denis.silakov@rosalab.ru> 5.2.16-2
+ Revision: f4aeaff
- Fix dup files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8601 |14cr|telepathy-butterfly-0.5.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           telepathy-butterfly
Version:        0.5.15
Release:        2
Summary:        MSN connection manager for Telepathy

Group:          Networking/Instant messaging
License:        GPLv2+
URL:            http://telepathy.freedesktop.org/wiki/
Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch:      noarch
BuildRequires:	dbus-devel
BuildRequires:  python-devel
BuildRequires:	pkgconfig

Requires:	python-telepathy
Requires:	python-papyon >= 0.4.9
Requires:	dbus
Requires:	telepathy-filesystem
Suggests:	python-libproxy


%description
An MSN connection manager that handles presence, personal messages,
and conversations

%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS
%{_prefix}/lib/telepathy-butterfly
%{_datadir}/dbus-1/services/*.service
%{_datadir}/telepathy/managers/*.manager
%{python_sitelib}/butterfly

#--------------------------------------------------------------------

%prep
%setup -q

%build
./configure --prefix=%_prefix --libexecdir=%_prefix/lib
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.15-2
+ Revision: 7f15b50
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8602 |14cr|telepathy-kde-accounts-kcm-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ktp-accounts-kcm

Summary:	KControl Module which handles Telepathy Accounts
Name:		telepathy-kde-accounts-kcm
Version:	0.8.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/extragear/network/telepathy/ktp-accounts-kcm
Source0:	ftp://ftp.gtlib.cc.gatech.edu/pub/kde/unstable/telepathy-kde/%{version}/src/%{srcname}-%{version}.tar.bz2
BuildRequires:	ktp-common-internals-devel
BuildRequires:	ktp-common-internals-devel
BuildRequires:	pkgconfig(TelepathyQt4)
Requires:	telepathy-kde-auth-handler

%description
This is a KControl Module which handles adding/editing/removing Telepathy
Accounts. It interacts with any Telepathy Spec compliant AccountManager,
such as telepathy-accountmanager-kwallet to manipulate the accounts.

%files -f kcm_ktp_accounts.lang
%{_kde_libdir}/kde4/kcm_ktp_accounts.so
%{_kde_libdir}/kde4/ktpaccountskcm_plugin_butterfly.so
%{_kde_libdir}/kde4/ktpaccountskcm_plugin_gabble.so
%{_kde_libdir}/kde4/ktpaccountskcm_plugin_haze.so
%{_kde_libdir}/kde4/ktpaccountskcm_plugin_idle.so
%{_kde_libdir}/kde4/ktpaccountskcm_plugin_rakia.so
%{_kde_libdir}/kde4/ktpaccountskcm_plugin_salut.so
%{_kde_libdir}/kde4/ktpaccountskcm_plugin_sipe.so
%{_kde_libdir}/kde4/ktpaccountskcm_plugin_sunshine.so
%{_kde_datadir}/telepathy/profiles/
%{_kde_services}/*.desktop
%{_kde_servicetypes}/*.desktop

#------------------------------------------------------------------------------

%define major 4
%define libname %mklibname ktpaccountskcminternal %{major}

%package -n %{libname}
Summary:	Library package for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}telepathy-kde-accounts-kcm-devel < 0.8.1

%description -n %{libname}
Library package for %{name}.

%files -n %{libname}
%{_kde_libdir}/libktpaccountskcminternal.so.%{major}*

#------------------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_libdir}/libktpaccountskcminternal.so

%find_lang kcm_ktp_accounts --all-name

%changelog
* Fri Aug 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-1
+ Revision: a76deba
- Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8603 |14cr|telepathy-kde-approver-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ktp-approver

Summary:	KDE Channel Approver for Telepathy
Name:		telepathy-kde-approver
Version:	0.8.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/network/telepathy/telepathy-approver
Source0:	ftp://ftp.gtlib.cc.gatech.edu/pub/kde/unstable/telepathy-kde/%{version}/src/%{srcname}-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(TelepathyQt4)

%description
KDE Channel Approver for Telepathy.

%files -f kded_ktp_approver.lang
%{_kde_libdir}/kde4/kded_ktp_approver.so
%{_kde_configdir}/ktp_approverrc
%{_kde_services}/kded/ktp_approver.desktop
%{_kde_servicetypes}/ktp-approver.desktop
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.Approver.service

#------------------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build
%find_lang kded_ktp_approver

%changelog
* Fri Aug 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-1
+ Revision: b84c72b
- Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8604 |14cr|telepathy-kde-auth-handler-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ktp-auth-handler

Summary:	UI/Kwallet Integration for telepathy-kde
Name:		telepathy-kde-auth-handler
Version:	0.8.1
Release:	1
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		https://projects.kde.org/projects/playground/network/telepathy/telepathy-auth-handler
Source0:	ftp://ftp.gtlib.cc.gatech.edu/pub/kde/unstable/telepathy-kde/%{version}/src/%{srcname}-%{version}.tar.bz2
BuildRequires:	telepathy-kde-common-internals-devel
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(QJson)
Requires:	telepathy-kde-common-internals-core
Requires:	qca2-plugin-gnupg
Requires:	qca2-plugin-openssl

%description
Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect.

%files -f %{srcname}.lang
%{_kde_libdir}/kde4/libexec/ktp-auth-handler
%{_datadir}/telepathy/clients/KTp.ConfAuthObserver.client
%{_datadir}/telepathy/clients/KTp.SASLHandler.client
%{_datadir}/telepathy/clients/KTp.TLSHandler.client
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.ConfAuthObserver.service
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.SASLHandler.service
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.TLSHandler.service

#------------------------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{srcname}

%changelog
* Thu Aug 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-1
+ Revision: 86cab18
- Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8605 |14cr|telepathy-kde-call-ui-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ktp-call-ui

Summary:	Voice/Video Call UI for Telepathy
Name:		telepathy-kde-call-ui
Version:	0.8.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/network/telepathy/ktp-call-ui
Source0:	ftp://ftp.kde.org/pub/kde/unstable/kde-telepathy/%{version}/src/%{srcname}-%{version}.tar.bz2
BuildRequires:	boost-devel
BuildRequires:	telepathy-kde-common-internals-devel >= %{version}
BuildRequires:	pkgconfig(farstream-0.1)
BuildRequires:	pkgconfig(telepathy-farstream)
BuildRequires:	pkgconfig(QtGStreamer-1.0)
BuildRequires:	pkgconfig(TelepathyQt4)
BuildRequires:	pkgconfig(TelepathyQt4Farstream)
Requires:	telepathy-mission-control
Requires:	telepathy-gabble
Requires:	gstreamer1.0-plugins-base
Requires:	gstreamer1.0-plugins-good
Suggests:	gstreamer1.0-plugins-bad
Suggests:	gstreamer1.0-plugins-ugly
Suggests:	telepathy-kde-accounts-kcm
Obsoletes:	telepathy-call-ui < 0.3

%description
Voice/Video Call UI for Telepathy.

%files -f %{srcname}.lang
%{_kde_bindir}/ktp-dialout-ui
%{_kde_libdir}/kde4/libexec/ktp-call-ui
%{_kde_appsdir}/ktp-call-ui/
%{_datadir}/telepathy/clients/KTp.CallUi.client
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.CallUi.service

#--------------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build
%find_lang %{srcname}

%changelog
* Tue Sep 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-1
+ Revision: 7d78870
- New version 0.8.1, switch to QtGStreamer 1.0 API



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8606 |14cr|telepathy-kde-common-internals-0.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ktp-common-internals
%define major 7
%define version_lib 0.8
%define qmlname %mklibname telepathy-kde-qml

Summary:	KDE Telepathy Parts
Name:		telepathy-kde-common-internals
Version:	%{version_lib}.1
Release:	3
Group:		Graphical desktop/KDE
License:	LGPLv2.1+
Url:		https://projects.kde.org/projects/extragear/network/telepathy/ktp-common-internals
Source0:	ftp://ftp.kde.org/pub/kde/stable/kde-telepathy/%{version}/src/%{srcname}-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	kpeople-devel
BuildRequires:	pkgconfig(TelepathyLoggerQt4)
BuildRequires:	pkgconfig(TelepathyQt4) >= 0.9.2.1

%description
This package provides the commons part used by telepathy-kde.

#----------------------------------------------------------------------------

%package core
Summary:	Commons files used by telepathy-kde
Group:		Graphical desktop/KDE
# Not sure if it's really needed but let's keep it
Requires:	telepathy-kde-kpeople
Requires:	telepathy-kde-qml
Obsoletes:	telepathy-kde-presence-applet < 0.8
BuildArch:	noarch

%description core
Commons files used by telepathy-kde.

%files core -f ktp-common-internals.lang
%{_kde_iconsdir}/hicolor/*/*/*.png
%{_kde_appsdir}/katepart/syntax/ktpdebugoutput.xml
%{_kde_appsdir}/ktelepathy/ktelepathy.notifyrc
%{_kde_iconsdir}/hicolor/scalable/apps/telepathy-kde.svgz

#----------------------------------------------------------------------------

%package -n telepathy-kde-kpeople
Summary:	KPeople module for Telepathy
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}
Requires:	libkpeople-core

%description -n telepathy-kde-kpeople
KPeople module for Telepathy.

%files -n telepathy-kde-kpeople
%{_kde_libdir}/kde4/im_persons_data_source_plugin.so
%{_kde_libdir}/kde4/imdetailswidgetplugin.so
%{_kde_libdir}/kde4/ktp_kpeople_plugin.so
%{_kde_libdir}/kde4/ktploggerplugin_tplogger.so
%{_kde_services}/im_persons_data_source_plugin.desktop
%{_kde_services}/imdetailswidgetplugin.desktop
%{_kde_services}/ktp_kpeople_plugin.desktop
%{_kde_services}/ktploggerplugin_tplogger.desktop
%{_kde_servicetypes}/ktp_logger_plugin.desktop

#----------------------------------------------------------------------------

%define libktpcommoninternalsprivate %mklibname ktpcommoninternalsprivate %{major}

%package -n %{libktpcommoninternalsprivate}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libktpcommoninternalsprivate}
Runtime library for %{name}.

%files -n %{libktpcommoninternalsprivate}
%{_kde_libdir}/libktpcommoninternalsprivate.so.%{major}
%{_kde_libdir}/libktpcommoninternalsprivate.so.%{version_lib}*

#----------------------------------------------------------------------------

%define libktploggerprivate %mklibname ktploggerprivate %{major}

%package -n %{libktploggerprivate}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libktploggerprivate}
Runtime library for %{name}.

%files -n %{libktploggerprivate}
%{_kde_libdir}/libktploggerprivate.so.%{major}
%{_kde_libdir}/libktploggerprivate.so.%{version_lib}*

#----------------------------------------------------------------------------

%define libktpmodelsprivate %mklibname ktpmodelsprivate %{major}

%package -n %{libktpmodelsprivate}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libktpmodelsprivate}
Runtime library for %{name}.

%files -n %{libktpmodelsprivate}
%{_kde_libdir}/libktpmodelsprivate.so.%{major}
%{_kde_libdir}/libktpmodelsprivate.so.%{version_lib}*

#----------------------------------------------------------------------------

%define libktpwidgetsprivate %mklibname ktpwidgetsprivate %{major}

%package -n %{libktpwidgetsprivate}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libktpwidgetsprivate}
Runtime library for %{name}.

%files -n %{libktpwidgetsprivate}
%{_kde_libdir}/libktpwidgetsprivate.so.%{major}
%{_kde_libdir}/libktpwidgetsprivate.so.%{version_lib}*

#----------------------------------------------------------------------------

%package -n %{qmlname}
Summary:	QML plugin for %{name}
Group:		System/Libraries
Provides:	telepathy-kde-qml = %{EVRD}

%description -n %{qmlname}
QML plugin for %{name}.

%files -n %{qmlname}
%{_kde_libdir}/kde4/imports/org/kde/telepathy/*

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Headers files for %{name}
Group:		Development/KDE and Qt
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Requires:	%{libktpcommoninternalsprivate} = %{EVRD}
Requires:	%{libktploggerprivate} = %{EVRD}
Requires:	%{libktpmodelsprivate} = %{EVRD}
Requires:	%{libktpwidgetsprivate} = %{EVRD}
Requires:	%{qmlname} = %{EVRD}
Provides:	%{srcname}-devel = %{EVRD}

%description -n %{devname}
Headers files for %{name}.

%files -n %{devname}
%{_kde_includedir}/KTp/
%{_kde_libdir}/libktpcommoninternalsprivate.so
%{_kde_libdir}/libktploggerprivate.so
%{_kde_libdir}/libktpmodelsprivate.so
%{_kde_libdir}/libktpwidgetsprivate.so
%{_kde_bindir}/ktp-debugger

#------------------------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang ktp-common-internals

%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-3
+ Revision: ac2116a
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8607 |14cr|telepathy-kde-contact-list-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ktp-contact-list

Summary:	Telepathy contact list application
Name:		telepathy-kde-contact-list
Version:	0.8.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/extragear/network/telepathy/ktp-contact-list
Source0:	ftp://ftp.gtlib.cc.gatech.edu/pub/kde/unstable/telepathy-kde/%{version}/src/%{srcname}-%{version}.tar.bz2
BuildRequires:	kpeople-devel
BuildRequires:	telepathy-kde-common-internals-devel
BuildRequires:	pkgconfig(TelepathyQt4)
Requires:	telepathy-kde-accounts-kcm
Requires:	telepathy-kde-approver
Requires:	telepathy-kde-auth-handler
Requires:	telepathy-kde-common-internals-core
Requires:	telepathy-kde-filetransfer-handler
Requires:	telepathy-kde-kded-integration-module
Requires:	telepathy-kde-text-ui
# needed by MSN
Suggests:	telepathy-butterfly
#Needed for Jabber
Requires:	telepathy-gabble
# various protocol provided by libpurple
Suggests:	telepathy-haze
# needed for irc
Suggests:	telepathy-idle
Requires:	telepathy-mission-control
# needed for local XMPP
Suggests:	telepathy-salut
Suggests:	telepathy-kde-desktop-applets

%description
Telepathy contact list application.

%files -f ktp-contactlist.lang
%{_kde_bindir}/ktp-contactlist
%{_kde_datadir}/applications/kde4/ktp-contactlist.desktop

#--------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build
%find_lang ktp-contactlist


%changelog
* Fri Aug 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-1
+ Revision: c19ef47
- New version 0.8.1, adjust Requires and Suggests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8608 |14cr|telepathy-kde-contact-runner-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ktp-contact-runner

Summary:	KRunner plugin for KDE Telepathy
Name:		telepathy-kde-contact-runner
Version:	0.8.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/extragear/network/telepathy/ktp-contact-runner
Source0:	ftp://ftp.gtlib.cc.gatech.edu/pub/kde/unstable/telepathy-kde/%{version}/src/%{srcname}-%{version}.tar.bz2
BuildRequires:	telepathy-kde-common-internals-devel
BuildRequires:	pkgconfig(TelepathyQt4)
Requires:	telepathy-kde-common-internals-core

%description
KRunner plugin for KDE Telepathy.

%files -f plasma_runner_ktp_contacts.lang
%{_kde_libdir}/kde4/krunner_ktp_contacts.so
%{_kde_services}/plasma-runner-ktp-contact.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang plasma_runner_ktp_contacts

%changelog
* Fri Aug 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-1
+ Revision: a964bcd
- New version 0.8.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8609 |14cr|telepathy-kde-desktop-applets-0.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ktp-desktop-applets

Summary:	Telepathy KDE desktop applets
Name:		telepathy-kde-desktop-applets
Version:	0.8.1
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/extragear/network/telepathy/%{srcname}
Source0:	ftp://ftp.gtlib.cc.gatech.edu/pub/kde/unstable/telepathy-kde/%{version}/src/%{srcname}-%{version}.tar.bz2
BuildRequires:	telepathy-kde-common-internals-devel
BuildRequires:	pkgconfig(TelepathyQt4)
Requires:	telepathy-kde-common-internals-core
Obsoletes:	telepathy-kde-contact-applet < 0.8
Obsoletes:	telepathy-kde-presence-applet < 0.8

%description
Telepathy KDE desktop applets.

%files -f %{srcname}.lang
%{_kde_libdir}/kde4/plasma_applet_ktp_contact.so
%{_kde_libdir}/kde4/plasma_applet_ktp_presence.so
%{_kde_appsdir}/plasma-desktop/updates/50-renameKTpApplets.js
%dir %{_kde_appsdir}/plasma/plasmoids/org.kde.ktp-chat/
%{_kde_appsdir}/plasma/plasmoids/org.kde.ktp-chat/*
%dir %{_kde_appsdir}/plasma/plasmoids/org.kde.ktp-contact/
%{_kde_appsdir}/plasma/plasmoids/org.kde.ktp-contact/*
%dir %{_kde_appsdir}/plasma/plasmoids/org.kde.ktp-contactlist/
%{_kde_appsdir}/plasma/plasmoids/org.kde.ktp-contactlist/*
%{_kde_services}/plasma-applet-ktp-chat.desktop
%{_kde_services}/plasma-applet-ktp-contact.desktop
%{_kde_services}/plasma-applet-ktp-contactlist.desktop
%{_kde_services}/plasma-applet-ktp-presence.desktop

#--------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build
%find_lang plasma_applet_org.kde.ktp-contact plasma_applet_org.kde.ktp-presence %{srcname}.lang


%changelog
* Thu Sep 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-2
+ Revision: 401fca6
- Obsoletes telepathy-kde-presence-applet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8610 |14cr|telepathy-kde-filetransfer-handler-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ktp-filetransfer-handler

Summary:	Telepathy KDE File transfer handler
Name:		telepathy-kde-filetransfer-handler
Version:	0.8.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/network/telepathy/telepathy-filetransfer-handler
Source0:	ftp://ftp.gtlib.cc.gatech.edu/pub/kde/unstable/telepathy-kde/%{version}/src/%{srcname}-%{version}.tar.bz2
BuildRequires:	telepathy-kde-common-internals-devel
Requires:	telepathy-kde-common-internals-core

%description
Telepathy-KDE file transfer handler

%files -f ktp-filetransfer-handler.lang
%{_kde_libdir}/kde4/libexec/ktp-filetransfer-handler
%{_datadir}/telepathy/clients/KTp.FileTransferHandler.client
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.FileTransferHandler.service

#------------------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build
%find_lang ktp-filetransfer-handler

%changelog
* Fri Aug 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-1
+ Revision: 5ea4656
- New version 0.8.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8611 |14cr|telepathy-kde-integration-module-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ktp-kded-integration-module
Summary:        Telepathy KDE Integration module
Name:           telepathy-kde-integration-module
Version:	0.5.1
Release:        2
Url:            https://projects.kde.org/projects/playground/network/telepathy/telepathy-kded-module
Source0:        ftp://ftp.gtlib.cc.gatech.edu/pub/kde/unstable/telepathy-kde/%version/src/%srcname-%version.tar.bz2
License:        GPLv2+
Group:          Networking/Instant messaging
BuildRequires:  telepathy-kde-common-internals-devel >= %{version}
Requires:       telepathy-kde-common-internals-core


%description
This module sits in KDED and takes care of various bits of system
integration like setting user to auto-away or handling connection
errors.

%files  -f kded_ktp_integration_module.lang
%{_kde_libdir}/kde4/kcm_ktp_integration_module.so
%{_kde_libdir}/kde4/kded_ktp_integration_module.so
%{_kde_services}/kded/kded_ktp_integration_module.desktop
%{_kde_services}/kcm_ktp_integration_module.desktop
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.KdedIntegrationModule.service

#--------------------------------------------------------------------

%prep
%setup -q -n %srcname-%version

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build
%find_lang kded_ktp_integration_module

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
+ Revision: 4720c23
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8612 |14cr|telepathy-kde-kded-integration-module-0.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ktp-kded-integration-module

Summary:	KDE integration for Telepathy
Name:		telepathy-kde-kded-integration-module
Version:	0.8.1
Release:	2
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/extragear/network/telepathy/ktp-kded-module
Source0:	http://download.kde.org/unstable/kde-telepathy/%{version}/src/%{srcname}-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
BuildRequires:	telepathy-kde-common-internals-devel
BuildRequires:	pkgconfig(TelepathyQt4)
Requires:	telepathy-kde-common-internals-core
Obsoletes:	telepathy-kde-integration-module < 0.8.1

%description
This module sits in KDED and takes care of various bits of system
integration like setting user to auto-away or handling connection errors.

%files -f %{name}.lang
%doc COPYING
%{_kde_libdir}/kde4/kcm_ktp_integration_module.so
%{_kde_libdir}/kde4/kded_ktp_integration_module.so
%{_kde_datadir}/kde4/services/kcm_ktp_integration_module.desktop
%{_kde_datadir}/kde4/services/kded/kded_ktp_integration_module.desktop
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.KdedIntegrationModule.service

#----------------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-kde


%changelog
* Fri Aug 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-2
+ Revision: c5f8550
- Obsoletes duplicate package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8613 |14cr|telepathy-kde-send-file-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ktp-send-file

Summary:	File Manager plugin to launch a file transfer job with a specified contact
Name:		telepathy-kde-send-file
Version:	0.8.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/network/telepathy/telepathy-send-file
Source0:	ftp://ftp.gtlib.cc.gatech.edu/pub/kde/unstable/telepathy-kde/%{version}/src/%{srcname}-%{version}.tar.bz2
BuildRequires:	telepathy-kde-common-internals-devel
BuildRequires:	pkgconfig(TelepathyQt4)
Requires:	telepathy-kde-common-internals-core

%description
A File manager plugin to launch a file transfer job with a specified contact.

%files -f ktp-send-file.lang
%{_kde_bindir}/ktp-send-file
%{_kde_services}/ServiceMenus/ktp-send-file.desktop

#--------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}
%apply_patches

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build
%find_lang ktp-send-file

%changelog
* Fri Aug 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-1
+ Revision: 28cac89
- New version 0.8.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8614 |14cr|telepathy-kde-text-ui-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ktp-text-ui

Summary:	Telepathy handler for Text Chats
Name:		telepathy-kde-text-ui
Version:	0.8.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/network/telepathy/telepathy-text-ui
Source0:	ftp://ftp.gtlib.cc.gatech.edu/pub/kde/unstable/telepathy-kde/%{version}/src/%{srcname}-%{version}.tar.bz2
BuildRequires:	telepathy-kde-common-internals-devel
BuildRequires:	pkgconfig(TelepathyQt4)
Requires:	telepathy-kde-common-internals-core
Requires:	telepathy-kde-send-file
Obsoletes:	telepathy-kde-text-ui-devel < 0.8.1

%description
Telepathy handler for Text Chats.

%files -f ktp-text-ui.lang
%{_kde_bindir}/ktp-log-viewer
%{_kde_libdir}/libktpchat.so
%{_kde_libdir}/kde4/kcm_ktp_chat_appearance.so
%{_kde_libdir}/kde4/kcm_ktp_chat_behavior.so
%{_kde_libdir}/kde4/kcm_ktp_chat_messages.so
%{_kde_libdir}/kde4/kcm_ktp_logviewer_behavior.so
%{_kde_libdir}/kde4/kcm_ktptextui_message_filter_latex.so
%{_kde_libdir}/kde4/ktptextui_message_filter_bugzilla.so
%{_kde_libdir}/kde4/ktptextui_message_filter_emoticons.so
%{_kde_libdir}/kde4/ktptextui_message_filter_formatting.so
%{_kde_libdir}/kde4/ktptextui_message_filter_highlight.so
%{_kde_libdir}/kde4/ktptextui_message_filter_images.so
%{_kde_libdir}/kde4/ktptextui_message_filter_latex.so
%{_kde_libdir}/kde4/ktptextui_message_filter_searchexpansion.so
%{_kde_libdir}/kde4/ktptextui_message_filter_tts.so
%{_kde_libdir}/kde4/ktptextui_message_filter_urlexpansion.so
%{_kde_libdir}/kde4/ktptextui_message_filter_youtube.so
%{_kde_libdir}/kde4/libexec/ktp-adiumxtra-protocol-handler
%{_kde_libdir}/kde4/libexec/ktp-text-ui
%{_kde_appsdir}/ktelepathy/styles/
%{_kde_appsdir}/ktelepathy/longurl.js
%{_kde_appsdir}/ktelepathy/longurlServices.json
%{_kde_appsdir}/ktelepathy/showBugzillaInfo.js
%{_kde_appsdir}/ktelepathy/Template.html
%{_kde_appsdir}/ktp-log-viewer/log-viewer.rc
%{_kde_appsdir}/ktp-text-ui/
%{_kde_applicationsdir}/ktp-log-viewer.desktop
%{_kde_services}/adiumxtra.protocol
%{_kde_services}/kcm_ktp_chat_appearance.desktop
%{_kde_services}/kcm_ktp_chat_behavior.desktop
%{_kde_services}/kcm_ktp_chat_messages.desktop
%{_kde_services}/kcm_ktp_logviewer_behavior.desktop
%{_kde_services}/kcm_ktptextui_message_filter_latex.desktop
%{_kde_services}/ktptextui_message_filter_bugzilla.desktop
%{_kde_services}/ktptextui_message_filter_emoticons.desktop
%{_kde_services}/ktptextui_message_filter_formatting.desktop
%{_kde_services}/ktptextui_message_filter_highlight.desktop
%{_kde_services}/ktptextui_message_filter_images.desktop
%{_kde_services}/ktptextui_message_filter_latex.desktop
%{_kde_services}/ktptextui_message_filter_searchexpansion.desktop
%{_kde_services}/ktptextui_message_filter_tts.desktop
%{_kde_services}/ktptextui_message_filter_urlexpansion.desktop
%{_kde_services}/ktptextui_message_filter_youtube.desktop
%{_kde_servicetypes}/ktptxtui_message_filter.desktop
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.TextUi.service
%{_datadir}/telepathy/clients/KTp.TextUi.client

#------------------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang ktp-text-ui --all-name

%changelog
* Fri Aug 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-1
+ Revision: 63d0488
- Add new files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8615 |14cr|telepathy-logger-qt-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} 4 %{major}
%define devname %mklibname %{name} -d

Summary:	Telepathy Logging for Qt
Name:		telepathy-logger-qt
Version:	0.8.0
Release:	2
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		https://projects.kde.org/projects/extragear/network/telepathy/%{name}
Source0:	ftp://ftp.gtlib.cc.gatech.edu/pub/kde/unstable/telepathy-kde/%{version}/src/%{name}-%{version}.tar.bz2
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	flex
BuildRequires:	boost-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(QtGLib-2.0)
BuildRequires:	pkgconfig(telepathy-glib)
BuildRequires:	pkgconfig(telepathy-logger-0.2)
BuildRequires:	pkgconfig(TelepathyQt4) >= 0.9.1

%description
Telepathy Logging for Qt.

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Telepathy Logging for Qt
Group:		System/Libraries

%description -n %{libname}
Telepathy Logging for Qt.

%files -n %{libname}
%{_libdir}/libtelepathy-logger-qt4.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files, libraries and development documentation for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{name}4-devel = %{EVRD}

%description -n %{devname}
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using 
%{name}, you will need to install %{name}-devel.

%files -n %{devname}
%{_includedir}/telepathy-logger-0.2/TelepathyLoggerQt4
%{_libdir}/cmake/TelepathyLoggerQt4/*.cmake
%{_libdir}/pkgconfig/TelepathyLoggerQt4.pc
%{_libdir}/libtelepathy-logger-qt4.so


#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt4 \
	-DBUILD_SHARED_LIBS=ON
%make

%install
%makeinstall_std -C build

%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.0-2
+ Revision: dffa9c4
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8616 |14cr|telepathy-sharp-0.13.2-0.svn2034.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rev     2034

Name:           telepathy-sharp
Version:        0.13.2
Release:        %mkrel -c svn%rev 4
Summary:        .NET package containing proxy classes for use in clients 

Group:          System/Libraries
License:        MIT
URL:            http://tapioca-voip.sourceforge.net/wiki/index.php/SubProjects
Source0:        %{name}-rev%rev.tar.bz2
Patch: telepathy-sharp-dir.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
BuildRequires:  mono-devel
BuildRequires:  gnome-common
BuildRequires:  ndesk-dbus-devel

%description
Telepathy-sharp is a .NET package containing proxy classes for use in clients. 

%package devel
Summary: Development files for %name
Group: Development/Other
Requires: %name = %version-%release

%description devel
Telepathy-sharp is a .NET package containing proxy classes for use in clients. 

%prep
%setup -q -n %name
%patch
./autogen.sh

%build
./configure --prefix=%_prefix
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std pkgconfigdir=%_datadir/pkgconfig INdT_Telepathydir=%_prefix/lib/mono/%name

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README
%{_prefix}/lib/mono/gac/INdT.Telepathy/
%{_prefix}/lib/mono/telepathy-sharp/INdT.Telepathy.dll

%files devel
%defattr(-,root,root,-)
%{_datadir}/pkgconfig/telepathy-sharp.pc



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.13.2-0.svn2034.4
+ Revision: f77240c
- Automatic import for version 0.13.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8617 |14cr|telepathy-sofiasip-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           telepathy-sofiasip
Version:        0.7.1
Release:        2
Summary:        A SIP protocol implementation for the Telepathy stack

Group:          Networking/Instant messaging
License:        LGPLv2+
URL:            http://%{name}.sf.net
Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(telepathy-glib)
BuildRequires:  libxslt-proc
BuildRequires:  pkgconfig(sofia-sip-ua-glib)
BuildRequires:  python
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  libtool
Requires:       telepathy-filesystem

%description
telepathy-sofiasip is a SIP-protocol connection manager (protocol plugin)
for the Telepathy (http://telepathy.freedesktop.org) framework based on
SofiaSIP-stack.

%files
%doc COPYING AUTHORS
%{_datadir}/dbus-1/services/*.service
%{_datadir}/telepathy/managers/*.manager
%{_libdir}/%{name}
%{_mandir}/man*/*
%{_includedir}/telepathy-sofiasip-0.6/tpsip/*.h


%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %buildroot
%makeinstall_std
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-2
+ Revision: 6d45cd8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8618 |14cr|tellico-2.3.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A collection manager
Name:		tellico
Version:	2.3.9
Release:	2
Epoch:		3
License:	GPLv2+
Group:		Databases
URL:		http://tellico-project.org/
Source0:	http://www.tellico-project.org/files/%{name}-%{version}.tar.bz2
Requires:	kdebase4-runtime
Requires:	kdelibs4-core
%if %{mdvver} < 201200
Requires:	kdemultimedia4
%endif
Requires:	kdepimlibs4-core
BuildRequires:	qjson
BuildRequires:	qjson-devel
Requires(post,postun):	desktop-file-utils
BuildRequires:	kdepimlibs4-devel
%if %{mdvver} < 201200
BuildRequires:	kdemultimedia4-devel
%else
BuildRequires:	libkcddb-devel
BuildRequires:	libkcompactdisc-devel
%endif
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libksane)
BuildRequires:	pkgconfig(libv4l2) >= 0.8.3
BuildRequires:	exempi-devel
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	imagemagick
BuildRequires:	taglib-devel
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	yaz-devel >= 3.0
BuildRequires:  qimageblitz-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:  kde4-macros
%rename	bookcase

%description
Tellico is a collection manager for KDE. It includes default collections for
books, bibliographies, comic books, videos, music, coins, stamps, trading
cards, and wines, and also allows custom collections. Unlimited user-defined
fields are allowed. Filters are available to limit the visible entries by
definable criteria. Full customization for printing is possible through
editing the default XSLT file. It can import CSV, Bibtex, and Bibtexml and
export CSV, HTML, Bibtex, Bibtexml, and PilotDB. Entries may be imported
directly from different web services such as amazon.com.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README
%{_kde_bindir}/%{name}
%{_kde_datadir}/applications/kde4/%{name}.desktop
%{_kde_datadir}/mimelnk/application/x-%{name}.desktop
%{_kde_datadir}/mime/packages/%{name}.xml
%{_kde_datadir}/apps/%{name}
%{_kde_datadir}/apps/kconf_update/*
%{_kde_datadir}/config.kcfg/%{name}_config.kcfg
%{_kde_datadir}/config/*
%{_kde_iconsdir}/hicolor/*/*/*.png
%{_datadir}/appdata/tellico.appdata.xml

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Remove the executable bit wrongly set by the installation process
chmod -x %{buildroot}%{_kde_datadir}/applications/kde4/%{name}.desktop

%find_lang %{name} --with-html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3:2.3.9-2
+ Revision: 0e2b0bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8619 |14cr|teng-2.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define	libname %mklibname %{name} %{major}
%define	develname %mklibname %{name} -d

Summary:	Templating engine writen in C++
Name:		teng
Version:	2.1.1
Release:	2
License:	LGPL
Group:		System/Libraries
URL:		http://teng.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/teng/teng-%{version}.tar.gz
BuildRequires:	autoconf automake libtool
BuildRequires:	flex
BuildRequires:	bison

%description
Teng is a general purpose templating engine writen in C++ (i.e. library). It is
also available as Python module or PHP extension. The main idea of teng is to
strictly separate application logic from presentation layer. Widely used on
dynamic web sites.

%package -n	%{libname}
Summary:	The shared Teng libraries
Group:		System/Libraries

%description -n	%{libname}
Teng is a general purpose templating engine writen in C++ (i.e. library). It is
also available as Python module or PHP extension. The main idea of teng is to
strictly separate application logic from presentation layer. Widely used on
dynamic web sites.

This package contains the shared Teng libraries.

%package -n	%{develname}
Summary:	Development files from Teng
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname teng 1 -d}

%description -n	%{develname}
Development files from Teng.

%prep

%setup -q

%build
#autoreconf -fi

%configure2_5x

%make

%install

%makeinstall
rm -f %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%doc COPYING README INSTALL AUTHORS
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-2
+ Revision: e4152b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8620 |14cr|tenr-de-styles-pkg-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           tenr-de-styles-pkg
Version:        1.1
Release:        4
Summary:        A collection of styles for fluxbox

Group:          Graphical desktop/Other
License:        Creative Commons Attribution-ShareAlike 2.5
URL:            http://tenr.de
Source0:        http://tenr.de/files/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Buildarch:      noarch
Requires:       fluxbox

%define  _styledir %{_datadir}/%{name}-%{version}

%description
A collection of styles/themes for use with Fluxbox. All styles/themes are
compatible with fluxStyle.

%prep
%setup -q
# I keep finding files and dirs with the wrong premissions on them in the tar
# balls from upstream
find styles/ \( -type d -exec chmod 755 '{}' \; -o -type f -exec chmod 644 '{}' \; \)

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_styledir}/
cp -a styles $RPM_BUILD_ROOT%{_styledir}/

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README NEWS License
%dir %{_styledir}
%{_styledir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: bf39ad0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8621 |14cr|tenshi-0.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Log monitoring program
Name:		tenshi
Version:	0.14
Release:	2
Group:		Monitoring
License:	Public Domain
Url:		http://www.inversepath.com/tenshi.html
Source0:	http://dev.inversepath.com/download/%{name}/%{name}-%{version}.tar.gz
Source1:	tenshi.mandriva-init
Source2:	tenshi.mandriva-conf
Patch0:		tenshi-0.14-buildfix.diff
Requires:	perl

%define debug_package %{nil}

%description
tenshi is a log monitoring program, designed to watch one or more log
files for lines matching user defined regular expressions and report
on the matches. The regular expressions are assigned to queues which
have an alert interval and a list of mail recipients.

%prep
%setup -q
%patch0 -p1

%build

%install
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sysconfdir}/%{name}.d
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_mandir}/man8/
mkdir -p %{buildroot}/var/run/%{name}/

%makeinstall

rm -rf %{buildroot}%{_sysconfdir}/%{name}
install -m755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name}
install -m755 %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}.conf
touch %{buildroot}/var/run/%{name}/%{name}.pid
mkdir -p %{buildroot}/var/log/%{name}
mkfifo %{buildroot}/var/log/%{name}.fifo

%pre
%_pre_useradd %{name} /dev/null /sbin/nologin

%post
%_post_service %{name}
if [ ! -n "`grep '/var/log/tenshi.fifo' %{_sysconfdir}/security/msec/perms.conf`" ] ; then
	echo "/var/log/tenshi.fifo	current.tenshi 640" >> \
		%{_sysconfdir}/security/msec/perms.conf
fi

if [ ! -n "`grep '# BEGIN: Automatically added by tenshi installation' /etc/syslog-ng.conf`" ] ; then
cat << EOF >> /etc/syslog-ng.conf
# BEGIN: Automatically added by tenshi installation
destination d_tenshi {
	pipe("/var/log/tenshi.fifo"
	group(tenshi)
	perm(0640)
	);
};
filter f_level_tenshi { level(debug..emerg); };
log { source(s_sys); filter(f_level_tenshi); destination(d_tenshi); };
# END
EOF

elif [ ! -n "`grep '# BEGIN: Automatically added by tenshi installation' %{_sysconfdir}/syslog.conf`" ] ; then
cat << EOF >> %{_sysconfdir}/syslog.conf
# BEGIN: Automatically added by tenshi installation
*.*					-/var/log/tenshi.fifo
# END
EOF

elif [ -d %{_sysconfdir}/rsyslog.d ] ; then
	if [ ! -e %{_sysconfdir}/rsyslog.d/tenshi.conf ] ; then
		cat << EOF >> %{_sysconfdir}/rsyslog.d/tenshi.conf
# Create by tenshi install
*.* |/var/log/tenshi.fifo
EOF
	fi

else
	echo "Not found your syslog daemon's config file."
	echo "Please setup with your hand."
fi

%preun
%_preun_service %{name}
%_preun_syslogdel 

%postun
%_postun_userdel %{name}
if [ ! -e %{_sysconfdir}/rsyslog.d/tenshi.conf ] ; then
	rm -f %{_sysconfdir}/rsyslog.d/tenshi.conf
fi

%files
%defattr(644,root,root,755)
%doc README INSTALL CREDITS LICENSE Changelog FAQ tenshi.conf
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(755,root,root) %config(noreplace) %{_initrddir}/%{name}
%attr(755,root,root) %{_bindir}/%{name}
%{_mandir}/man8/%{name}.8*
%dir %attr(755,root,root) %{_sysconfdir}/%{name}.d
%dir %attr(755,tenshi,tenshi) /var/run/%{name}
%ghost %attr(600,tenshi,tenshi) /var/run/%{name}/%{name}.pid
%attr(644,root,tenshi) /var/log/%{name}.fifo

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.14-2
+ Revision: 19daf98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8622 |14cr|tentakel-2.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name tentakel
%define version 2.2
%define release 9

Summary: Program that executes the same command on many hosts in parallel
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Patch0: tentakel-setup.py.patch
License: GPL
Group: Networking/Remote access
Url: http://tentakel.biskalar.de/
Buildarch: noarch
requires: python
Buildrequires: python-devel
BuildRoot:      %{_tmppath}/%{name}-buildroot

%description
Tentakel is a program that executes the same command on many hosts in parallel 
using SSH. It is designed to be easily extendable. The output of the remote 
command can be controlled by means of format strings.

%prep
%setup -q
%patch0 -p0

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
%make PREFIX=$RPM_BUILD_ROOT%{_prefix} mandir=$RPM_BUILD_ROOT%{_mandir} install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/%name
%dir %py_puresitedir/lekatnet
%py_puresitedir/lekatnet/*.py*
%dir %py_puresitedir/lekatnet/plugins
%py_puresitedir/lekatnet/plugins/*
%py_puresitedir/tentakel-*.egg-info
%{_mandir}/man1/tentakel.*
%{_defaultdocdir}/%name/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-9
+ Revision: 34d63b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8623 |14cr|terminator-0.97-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	A simple way to run multiple terminals in a single window
Name:		terminator
Version:	0.97
Release:	2
Source0:	https://launchpad.net/terminator/trunk/0.97/+download/%{name}-%{version}.tar.gz
License:	GPLv2
Group:		Terminals
Url:		http://www.tenshu.net/p/terminator/
BuildArch:	noarch
Requires:	python-vte, gtk+2.0, gnome-python-gnomevfs
Suggests:	python-keybinder, python-notify
BuildRequires:	intltool

%description 
Terminator is an attempt to maximise useful space on a given desktop
for terminals. It is a simple Python script that places multiple vte
widgets (the same used by gnome-terminal) in a window. That's the same
widget used by gnome-terminal.

%prep
%setup -q -n %{name}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py --without-icon-cache install --root=%{buildroot}

%find_lang %name

%clean

%files -f %name.lang
%doc README COPYING ChangeLog
%{_mandir}/man1/%{name}.*
%{_mandir}/man5/%{name}_config.*
%{_bindir}/%{name}
%{py_puresitedir}/Terminator*.egg-info
%{py_puresitedir}/terminatorlib
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/*/*.png
%{_iconsdir}/hicolor/*/*/%{name}*.svg
%{_datadir}/pixmaps/%{name}.png
%{_bindir}/remotinator



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.97-2
+ Revision: 68d62c7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8624 |14cr|terminology-0.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	EFL Terminal Emulator
Name:		terminology
Version:	0.6.1
Release:	2
License:	BSD
Group:		Terminals
URL:		http://www.enlightenment.org/
Source:		http://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.xz
# Non-devel packages are needed to compile themes
BuildRequires:	e
BuildRequires:	ecore
BuildRequires:	eet
BuildRequires:	edje
BuildRequires:	elementary
BuildRequires:	emotion
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eet)
BuildRequires:	pkgconfig(efreet)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(emotion)
BuildRequires:	pkgconfig(ethumb_client)
BuildRequires:	pkgconfig(evas)
Requires:	edje
Requires:	elementary
Requires:	emotion
Requires:	ethumb

%description
EFL Terminal Emulator.

%files
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_bindir}/ty*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/icons/%{name}.png
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.1-2
+ Revision: abb0f45
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8625 |14cr|terminus-font-4.39-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontdir %{_datadir}/fonts/terminus
%define consolefontdir %{_prefix}/lib/kbd/consolefonts

Summary:	Fixed width font especially for long hacking sessions
Name:		terminus-font
Version:	4.39
Release:	1
License:	GPLv2+
Group:		System/Fonts/X11 bitmap
Url:		http://terminus-font.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/terminus-font/terminus-font-4.39/%{name}-%{version}.tar.gz
BuildRequires:	mkfontdir
BuildRequires:	bdftopcf
BuildRequires:	fontconfig
Buildarch:	noarch

%description
The Terminus font is a complete set of fixed-size fonts designed
especially for the usage in terms and the console.

%files
%doc README
%{_sysconfdir}/X11/fontpath.d/terminus:unscaled:pri=50
%{consolefontdir}/*.psf.gz
%{fontdir}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
sh ./configure \
	--prefix=%{_prefix} \
	--psfdir=%{consolefontdir} \
	--x11dir=%{fontdir}

%install
%makeinstall_std \
	install-psf \
	fontdir

sed -e 's/.pcf.gz//' %{buildroot}%{fontdir}/fonts.dir | grep terminus > %{buildroot}%{fontdir}/fonts.alias

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{fontdir} %{buildroot}%{_sysconfdir}/X11/fontpath.d/terminus:unscaled:pri=50

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.39-1
+ Revision: 41cbee0
- Updated to 4.39 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8626 |14cr|termit-2.9.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple terminal emulator based on vte library
Name:		termit
Version:	2.9.6
Release:	1
License:	GPLv2+
Group:		Terminals
Url:		http://wiki.github.com/nonstop/termit/
Source0:	http://cloud.github.com/downloads/nonstop/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(vte)

%description
TermIt is a simple terminal emulator based on vte library with a lot of 
features:
 * tabs
 * bookmarks
 * sessions
 * changing tab name
 * changing font for tabs
 * encodings (all available from GTK2)
 * integrated lua interpreter
Configuration can be changed via $HOME/.config/termit/termit.cfg file.

%files -f %{name}.lang
%doc ChangeLog COPYING TODO
%doc doc/README doc/rc.lua.example doc/lua_api.txt doc/termit.svg
%{_bindir}/%{name}
%{_sysconfdir}/xdg/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.*

#----------------------------------------------------------------------------

%prep
%setup -q
# fix paths in the README
sed -i 's!doc/!%{_docdir}/%{name}-%{version}!' ./doc/README

%build
%cmake
%make

%install
%makeinstall_std -C build

desktop-file-install \
	--delete-original \
	--remove-category=Utility \
	--add-category=System \
	--dir=%{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}
# we install the docfiles versioned
rm -rf %{buildroot}%{_datadir}/doc/termit/


%changelog
* Mon Aug 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.9.6-1
+ Revision: 6f1f49d
- New version 2.9.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8627 |14cr|tetrinetx-1.13.16-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version 1.13.16
%define	qversion 1.40c
%define release	8

Summary:	TetriNET server
Name:		tetrinetx
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Games/Other
URL:		http://tetrinetx.sf.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
Source:		%{name}-%{version}+qirc-%{qversion}.tar.bz2
Source1:	%{name}.init.bz2
# (Abel) 1.3.16-1mdk don't search for all files under cwd
Patch0:		%{name}-1.13.16-filepath.patch.bz2
# (Abel) 1.3.16-1mdk more secure default config
Patch1:		%{name}-1.13.16-config.patch.bz2
BuildRequires:	libadns-devel
Requires(post,preun):	rpm-helper

%description
Tetrinet is a multiplayer tetris game with special blocks and supports
up to 6 players at once. You can choose either playing team with your
buddies or individually against all tetrinet addicts around the world.
You can also chat with other players during the game.

Tetrinet-x is an open source implementation of Tetrinet server.

%prep
%setup -q -n %{name}-%{version}+qirc-%{qversion}
%patch0 -p1 -b .filepath
%patch1 -p1

%build
cd src
%__cc $RPM_OPT_FLAGS -fno-omit-frame-pointer -Wall main.c -o tetrix -ladns

%install
rm -rf %{buildroot}
install -D -m 0755 src/tetrix %{buildroot}%{_gamesbindir}/tetrix

mkdir -p %{buildroot}%{_initrddir}
bzcat %{SOURCE1} > %{buildroot}%{_initrddir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/%{name}
install -m 0644 bin/* %{buildroot}%{_sysconfdir}/%{name}/

mkdir -p %{buildroot}/var/log/%{name}
mkdir -p %{buildroot}%{_localstatedir}/lib/games/%{name}
touch %{buildroot}%{_localstatedir}/lib/games/%{name}/game.winlist{,2,3}

%clean
rm -rf %{buildroot}

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING README README.qirc.spectators
%attr(2555,root,games) %{_gamesbindir}/*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/game.allow
%config(noreplace) %{_sysconfdir}/%{name}/game.ban
%config(noreplace) %{_sysconfdir}/%{name}/game.ban.compromise
%config(noreplace) %{_sysconfdir}/%{name}/game.conf
%config(noreplace) %{_sysconfdir}/%{name}/game.motd
%config(noreplace) %{_sysconfdir}/%{name}/game.pmotd
%attr(0755,root,root) %config(noreplace) %{_initrddir}/%{name}

%defattr(0640,root,games)
%config(noreplace) %{_sysconfdir}/%{name}/game.secure

%defattr(0660,root,games,0770)
%dir %{_localstatedir}/lib/games/tetrinetx
%ghost %{_localstatedir}/lib/games/tetrinetx/game.winlist
%ghost %{_localstatedir}/lib/games/tetrinetx/game.winlist2
%ghost %{_localstatedir}/lib/games/tetrinetx/game.winlist3
%dir /var/log/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.13.16-8
+ Revision: 5c93bb2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8628 |14cr|tetzle-2.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#empty debug not needed
%define debug_package	%{nil}
#define distsuffix mrb

Name:		tetzle
Version:	2.0.3
Release:	2
Summary:	Jigsaw puzzle game with tetrominoes
License:	GPLv3
Group:		Games/Puzzles
URL:		http://gottcode.org/tetzle/
Source:		http://gottcode.org/tetzle/%{name}-%{version}-src.tar.bz2
BuildRequires:	qt4-devel

%description
A jigsaw puzzle game that uses tetrominoes for the pieces.
Any image can be imported and used to create puzzles with
a wide range of sizes. Games are saved automatically, and
you can select between currently in progress games.

%prep
%setup -q 
# not needed crap
rm -fr mac_deploy.sh
rm -fr windows_deploy.bat

%build
%qmake_qt4 PREFIX=%{_prefix}
%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=Tetzle
GenericName=Jigsaw Puzzle Game
GenericName[de]=Jigsaw Puzzle Spiel
Comment=Jigsaw puzzle with tetromino pieces
Comment[de]=Jigsaw Puzzle mit Tetromino Stücke
Icon=tetzle
Exec=tetzle
Terminal=false
Categories=Game;LogicGame;
EOF


%files 
%doc COPYING CREDITS ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.xpm
%{_datadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-2
+ Revision: 298b5c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8629 |14cr|tex2im-1.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	tex2im
%define version 1.8
%define release 4

Summary: 	A simple tool for converting LaTeX formulas into pixmap graphics
Name: 		%{name}
Version: 	%{version}
Release: 	%mkrel %{release}
Source0: 	%{name}-%{version}.tar.bz2
License: 	GPL
Group: 		Publishing
Url: 		http://www.nought.de/tex2im.php
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch
Requires: 	imagemagick, tetex-latex, bash
Provides: 	tex2im = %{version}-%{release}

%description
Tex2im is a simple tool that converts LaTeX formulas into high resolution
pixmap graphics for inclusion in text processors or presentations. Many 
different graphics formats are supported.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
%{__install} -d -m0755 %{buildroot}%{_bindir}
%{__install} -m0755 tex2im %{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG README LICENSE examples/
%{_bindir}/tex2im







%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8-4
+ Revision: 84ac452
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8630 |14cr|texmaker-4.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:            texmaker
Version:         4.1.1
Release:         3
Epoch:           1
Summary:         A QT-based LATEX editor
License:         GPLv2+
Group:           Publishing
URL:             http://www.xm1math.net/texmaker/
Source0:         http://www.xm1math.net/texmaker/%{name}-%{version}.tar.bz2
Requires:        aspell
Requires:	     texlive-scheme-tetex
BuildRequires:   desktop-file-utils
BuildRequires:   qt4-devel 
BuildRequires:   pkgconfig(poppler-qt4) 
BuildRequires:   hunspell-devel

%description
Texmaker is a free LaTeX editor that integrates many tools needed to develop
documents with LaTeX, in just one application.

It includes the following features:
- an Unicode editor to write your LaTeX source files 
  (syntax highlighting, undo-redo, search-replace, ...)
- the principal LaTex tags can be inserted directly with the "LaTeX", 
  "Math" and "Greek" menus 
- 370 mathematical symbols can be inserted in just one click 
- wizards to generate code ('Quick document', 'Quick letter', tabular,
  tabbing and array environments) 
- LaTeX-related programs can be launched via the "Tools" menu 
- the standard Bibtex entry types can be inserted in the ".bib" file
  with the "Bibliography" menu 
- a "structure view" of the document for easier navigation of a document 
  (by clicking on an item in the "Structure" frame, you can jump directly 
  to the corresponding part of your document 
- extensive LaTeX documentation 
- in the "Messages / Log File" frame, you can see information about processes 
  and the log file after a LaTeX compilation 
- the "Next Latex Error" and "Previous Latex Error" commands let you reach the
  LaTeX errors detected by Kile in the log file 
- by clicking on the number of a line in the log file, the cursor jumps to the 
  corresponding line in the editor 

%prep
%setup -q
# not utf8
for file in dictionaries/{README_DIC_fr_FR,README_pt_PT,README_en_US,README_de_DE_frami,it_IT_README}.txt; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
%{qmake_qt4} texmaker.pro
%{make}

%install
INSTALL_ROOT=%{buildroot} make install

# icons
for size in 16 22 32 48 64 128
do
    dir="%{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/"
    install -d -m755 $dir
    ln -s "../../../../texmaker/texmaker${size}x${size}.png" "%{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/%{name}.png"
done
install -d -m755 %{buildroot}%{_iconsdir}/hicolor/scalable/apps/
ln -s ../../../../texmaker/texmaker.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
install -d -m755 %{buildroot}%{_miconsdir}/
ln -s ../../texmaker/texmaker16x16.png %{buildroot}%{_miconsdir}/%{name}.png
ln -s ../texmaker/texmaker32x32.png %{buildroot}%{_iconsdir}/%{name}.png
install -d -m755 %{buildroot}%{_liconsdir}/
ln -s ../../texmaker/texmaker48x48.png %{buildroot}%{_liconsdir}/%{name}.png

install -d -m 755 %{buildroot}%{_docdir}/%{name}/
mv -f %{buildroot}%{_datadir}/texmaker/*.txt %{buildroot}%{_datadir}/texmaker/AUTHORS %{buildroot}%{_datadir}/texmaker/COPYING %{buildroot}%{_docdir}/%{name}/


%find_lang %{name} --with-qt --all-name


%files -f %{name}.lang
%doc %{_docdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}/*.html
%{_datadir}/%{name}/*.png
%{_datadir}/%{name}/*.aff
%{_datadir}/%{name}/*.dic
%{_datadir}/%{name}/*.css
%{_datadir}/%{name}/*.js
%{_datadir}/%{name}/texmaker.svg
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:4.1.1-3
+ Revision: 19d8555
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8631 |14cr|texstudio-2.6.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		texstudio
Summary:	Free cross-platform LaTeX editor
License:	GPLv2+
Version:	2.6.6
Release:	2
Source0:	http://kent.dl.sourceforge.net/project/%{name}/%{name}/TeXstudio%20%{version}/%{name}-%{version}.tar.gz
URL:		http://texstudio.sourceforge.net/
Group:		Publishing
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(poppler-qt4)
Requires:	desktop-file-utils 

%description
TeXstudio is a LaTeX IDE that gives you an environment where you can easily
create and manage LaTeX documents. It provides modern writing support, like
interactive spell checking, code folding and syntax highlighting. Also it
serves as a starting point from where you can easily run all necessary LaTeX
tools.

%prep
%setup -q -n %{name}%{version}
cp INSTALL README

%build
%qmake_qt4 PREFIX=%{_prefix} texstudio.pro 
%make 

%install
%makeinstall INSTALL_ROOT=%buildroot

%files
%doc README
%{_datadir}/%{name}/*
%{_datadir}/applications/texstudio.desktop
%{_bindir}/texstudio




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.6-2
+ Revision: f3ba431
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8632 |14cr|textext-0.4.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name textext
%define version 0.4.4
%define release 3

Summary: Editable LaTeX objects for Inkscape
Name: 	 %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.lzma
License: BSD
Group: 	 Graphics
Url: 	 http://www.elisanet.fi/ptvirtan/software/textext/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Requires: inkscape >= 0.46, tetex-latex, python-lxml
# Earlier revisions of pstoedit were not compiled with plot-svg support:
Requires: pstoedit >= 3.45-5mdv2008.0

%description
Textext is an extension for Inkscape that allows one to insert text
typeset with LaTeX into one's graphics. Unlike similar extensions such
as Inklatex, Textext provides the ability to edit LaTeX objects after
creation.

%prep
%setup -q -c %{name}-%{version}

%install
%__rm -rf %{buildroot}
%__mkdir -p %{buildroot}%{_datadir}/inkscape/extensions

%__install -m 644 textext.inx %{buildroot}%{_datadir}/inkscape/extensions/
%__install -m 755 textext.py %{buildroot}%{_datadir}/inkscape/extensions/

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/inkscape/extensions/textext.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-3
+ Revision: 39b5709
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8633 |14cr|texworks-0.4.4-0.r1004
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	texworks
%define version	0.4.4
%define rel		r1004
%define release 0.%{rel}

Summary:	A simple interface for working with TeX documents
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}-%{rel}.tar.gz
Source1:	TeXworks.pro
License:	GPLv2
Group:		Publishing
Url:		http://texworks.googlecode.com/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	qt4-devel >= 4.5.2
BuildRequires:  libpoppler-devel >= 0.16, libpoppler-qt4-devel >= 0.16
BuildRequires:	hunspell-devel >= 1.2.8, dbus-devel

%description
TeXworks is an environment for authoring TeX (LaTeX, ConTeXt, etc)
documents, with a Unicode-based, TeX-aware editor, integrated PDF
viewer, and a clean, simple interface accessible to casual and
non-technical users.

TeXworks is inspired by Dick Koch's award-winning TeXShop program for
Mac OS X, which has made quality typesetting through TeX accessible to
a wider community of users, without a technical or intimidating
face. The goal of TeXworks is to deliver a similarly integrated,
easy-to-use environment for users on other platforms, especially
GNU/Linux and Windows.

%prep
%setup -q -n %{name}-%{version}
cp -f %SOURCE1 .

%build
%qmake_qt4
%make

%install
%__rm -rf %{buildroot}
export INSTALL_ROOT=%{buildroot}
%makeinstall 

mv -f manual/en html

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc NEWS README COPYING html/
%_bindir/texworks
%_mandir/man1/texworks.*
%_datadir/applications/texworks.desktop
%_datadir/pixmaps/TeXworks.png



%changelog
* Thu Aug 02 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.4.4-0.r1004
+ Revision: 069443e
- Automatic import for version 0.4.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8634 |14cr|tgif-4.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define license QPL
%define prefix  /usr/X11R6

%define debug_package %{nil}

Summary: 	Xlib-based 2-D drawing tool
Name: 		tgif
Version: 	4.2.5
Release: 	3
Source0: 	%{name}-%{license}-%{version}.tar.gz
Source2:	tgif.png
Source3:	tgif-large.png
Source4:	tgif-mini.png
License: 	QPL
Group: 		Graphics
Url: 		http://bourbon.usc.edu/tgif/
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)

%description
Tgif (pronounced t-g-i-f) is an Xlib-based interactive 2-D drawing tool 
for Linux and most UNIX platforms.

%prep
%setup -q -n %{name}-%{license}-%{version}

%build
%configure2_5x
%make

%install
%__install -d -m 755 %{buildroot}%{prefix}/bin
%__install -d -m 755 %{buildroot}%{prefix}/lib/X11/tgif
%__install -d -m 755 %{buildroot}%{prefix}/man/man1

# Don't use make install because the paths are not correct:
%__install -s tgif %{buildroot}%{prefix}/bin/tgif
%__install -m 0444 tgif.Xdefaults %{buildroot}%{prefix}/lib/X11/tgif
%__install -m 0444 *.sym %{buildroot}%{prefix}/lib/X11/tgif
%__install -m 0444 keys.obj %{buildroot}%{prefix}/lib/X11/tgif

# Compress man page before installing:
%__cp tgif.man tgif.1
%__lzma -z tgif.1
%__install -m 644 tgif.1.lzma %{buildroot}%{prefix}/man/man1/

# Icons:
%__install -D -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/tgif.png
%__install -D -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/tgif.png
%__install -D -m 644 %{SOURCE4} %{buildroot}%{_miconsdir}/tgif.png

# XDG menu:
%__install -d -m 755 %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Tgif
Comment=Xlib-based 2-D drawing tool
Comment[ru]=Создание 2D рисунков
Exec=%{prefix}/bin/%{name} %f
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Graphics;VectorGraphics;
EOF

%files
%doc HISTORY README LICENSE.QPL Copyright
%{prefix}/bin/tgif
%dir %{prefix}/lib/X11/tgif
%{prefix}/lib/X11/tgif/*
%{prefix}/man/man1/*
%{_iconsdir}/tgif.png
%{_miconsdir}/tgif.png
%{_liconsdir}/tgif.png
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.5-3
+ Revision: 4b0b1d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8635 |14cr|tgt-1.0.33-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without iser
%bcond_with fcoe

Name:           tgt
Version:        1.0.33
Release:        2
Summary:        The SCSI target daemon and utility programs
Group:          Networking/Other
License:        GPL
URL:            http://stgt.sourceforge.net/
Source0:        http://stgt.sourceforge.net/releases/%{name}-%{version}.tar.gz
# initscript stolen from fedora
Source1:        tgtd.init
%if %with iser
BuildRequires:	libibverbs-devel
BuildRequires:	librdmacm-devel
buildrequires:  librdmacm
buildrequires:  xsltproc
Suggests:	libibverbs1, librdmacm
%endif

%description
The SCSI target package contains the daemon and tools to setup a SCSI targets.
Currently, software iSCSI targets are supported.

%prep
%setup -q -n tgt-%{version}

%build
%make RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing" \
%if %with iser
ISCSI_RDMA=1 \
%endif
%if %with fcoe
FCOE=1 \
%endif
ISCSI=1

%install
make install DESTDIR=%{buildroot}
mkdir -p %{buildroot}%{_initrddir}
install %{SOURCE1} %{buildroot}%{_initrddir}/tgtd

%post
%_post_service tgtd

%preun
%_preun_service tgtd

%files
%defattr(-, root, root)
%doc README doc/README.* doc/*.txt conf/examples/*
%{_sbindir}/tgtd
%{_sbindir}/tgtadm
%{_sbindir}/tgt-setup-lun
%{_sbindir}/tgt-admin
%{_sbindir}/tgtimg
%{_mandir}/man8/*
%{_initrddir}/tgtd
%config(noreplace) %{_sysconfdir}/tgt/targets.conf
%{_sysconfdir}/tgt/examples



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.33-2
+ Revision: 490deb8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8636 |14cr|themonospot-0.7.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary: Avi and Mkv parser/editor and content descriptor
Name:    themonospot
Version: 0.7.3.1
Release: 4
License: GPLv2
Group:   Video
Source0: http://www.integrazioneweb.com/repository/SOURCES/themonospot-%{version}.tar.gz
Source1: %{name}.rpmlintrc
Patch0:  themonospot-0.7.3.1-fix-default-lang-name.patch
URL: http://www.integrazioneweb.com/themonospot

BuildRequires: gtk-sharp2 >= 2.8.3
BuildRequires: glade-sharp2 >= 2.8.3
BuildRequires: mono >= 1.2.3
BuildRequires: pkgconfig

Requires: gtk-sharp2 >= 2.8.3
Requires: glade-sharp2 >= 2.8.3
Requires: glib-sharp2 >= 2.8.3
Requires: mono >= 1.2.3

%description
themonospot is a simple application that can be used to scan an avi
file and extract some informations about audio and video data flow:

    - Video codec used
    - Frame size
    - Average video bitrate
    - File size
    - Total time
    - Frame rate
    - Total frames
    - Info data
    - Packet Bitstream
    - User data (in MOVI chunk)
    - Audio codec used
    - Average audio bitrate
    - Audio channels

Using themonospot it is also possible to modify FourCC informations
(FourCC code in video chunk and FourCC description in stream header)
and also change some problematic UserData values for table players 
(it set the value to DivX999b000p). This features are available only
for avi file type.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc readme copying.gpl
%{_bindir}/%{name}
%{_libdir}/%{name}/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_libdir}/pkgconfig/%{name}-base.pc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3.1-4
+ Revision: 50e4a32
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8637 |14cr|themonospot-base-0.8.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Base component for themonospot components
Name:    themonospot-base
Version: 0.8.2
Release: 2
License: GPLv2
Group:   Video
Source:  http://www.integrazioneweb.com/repository/SOURCES/themonospot-base-%{version}.tar.gz
Url:     http://www.integrazioneweb.com/themonospot

#BuildArch : noarch
%define debug_package %{nil}

BuildRequires: mono-devel

Obsoletes: themonospot < 0.8.0

# Suggest principal plugins
Suggests: themonospot-plugin-avi > 0.1.0
Suggests: themonospot-plugin-mkv > 0.1.0

%description
themonospot-base is core package of themonospot suite. It install:
    - themonospot-base mono assembly (use from other gui applications)
    - themonospot-plugin-interface (use to write plugins)
    - themonospot-plugin-manager (use to load plugins at runtime)
    - xml language files


%package devel
Summary: Development files for themonospot-base
Group: Development/Other
Requires: %{name} = %{EVRD}


%description devel
Development files for themonospot-base 


%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
chmod 0755 %{buildroot}%{_libdir}/themonospot/*.dll

%files
%doc themonospot-base/readme themonospot-base/copying.gpl
%{_libdir}/themonospot/
%{_datadir}/themonospot/

%files devel
%{_libdir}/pkgconfig/* 


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-2
+ Revision: 9837a9a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8638 |14cr|themonospot-console-0.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:  Console application to use themonospot (multimedia files parser/editor)
Name:     themonospot-console
Version:  0.1.1
Release:  3
License:  GPLv2
Group:    Video
Source:   http://www.integrazioneweb.com/repository/SOURCES/themonospot-console-%{version}.tar.gz
Url:      http://www.integrazioneweb.com/themonospot

#BuildArch : noarch
%define debug_package %{nil}

BuildRequires: mono-devel
BuildRequires: themonospot-base-devel


%description
themonospot-console is a mono console application to scan multimedia files
using themonospot base component and his plugins. 


%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc copying.gpl
%{_libdir}/themonospot/%{name}.exe
%{_bindir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-3
+ Revision: 20b98d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8639 |14cr|themonospot-gui-gtk-0.2.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# mono...
%define debug_package %{nil}

Summary: Gtk application to use themonospot (multimedia files parser/editor)
Name:    themonospot-gui-gtk
Version: 0.2.2
Release: 7
License: GPLv2
Group:   Video
Source:  http://www.integrazioneweb.com/repository/SOURCES/themonospot-gui-gtk-%{version}.tar.gz
Patch0:  themonospot-gui-gtk-0.2.2-drop-invalid-dekstop-item-patch
Url:     http://www.integrazioneweb.com/themonospot
BuildRequires: mono-devel
BuildRequires: themonospot-base-devel
BuildRequires: gtk-sharp2
BuildRequires: glade-sharp2

%description
themonospot-gui-gtk is a Mono framework application to create a
graphic frontend to use themonospot base component and his plugins.

%prep
%setup -q
%patch0 -p0 -b .orig
chmod 0644 src/resources/*

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc copying.gpl
%{_bindir}/themonospot-gtk
%{_libdir}/themonospot/%{name}.exe
%{_datadir}/pixmaps/themonospot-gtk.png
%{_datadir}/applications/themonospot-gtk.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-7
+ Revision: 6fc9345
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8640 |14cr|themonospot-gui-qt-0.1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# mono...
%define debug_package %{nil}

Summary: Qt application to use themonospot (multimedia files parser/editor)
Name:    themonospot-gui-qt
Version: 0.1.3
Release: 5
License: GPLv2
Group:   Video
Source:  http://www.integrazioneweb.com/repository/SOURCES/themonospot-gui-qt-%{version}.tar.gz
Patch0:  themonospot-gui-qt-0.1.3-drop-invalide-desktop-entry.patch
Url:     http://www.integrazioneweb.com/themonospot

BuildRequires: mono-devel
BuildRequires: qyoto-devel
BuildRequires: themonospot-base-devel

%description
themonospot-gui-qt is a Mono framework application to create a
graphic frontend to use themonospot base component and his plugins.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
make

%install
%makeinstall_std

%files
%doc copying.gpl
%{_bindir}/themonospot-qt
%{_libdir}/themonospot/%{name}.exe
%{_datadir}/pixmaps/themonospot-qt.png
%{_datadir}/applications/themonospot-qt.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-5
+ Revision: 8086736
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8641 |14cr|themonospot-plugin-avi-0.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Avi plugin for themonospot system
Name:    themonospot-plugin-avi
Version: 0.1.1
Release: 3
License: GPLv2
Group:   Video
Source:  http://www.integrazioneweb.com/repository/SOURCES/themonospot-plugin-avi-%{version}.tar.gz
Url:     http://www.integrazioneweb.com/themonospot

#BuildArch : noarch
%define debug_package %{nil}

BuildRequires: mono-devel
BuildRequires: themonospot-base-devel


%description
themonospot-plugin-avi is an avi plugin package for themonospot system. 
It install:
    - themonospot-plugin-avi mono assembly (use from themonospot-base)

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc copying.gpl
%{_libdir}/themonospot/plugins/%{name}/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-3
+ Revision: f3e6b17
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8642 |14cr|themonospot-plugin-mkv-0.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Matroska plugin for themonospot system
Name:    themonospot-plugin-mkv
Version: 0.1.1
Release: 3
License: GPLv2
Group:   Video
Source:  http://www.integrazioneweb.com/repository/SOURCES/themonospot-plugin-mkv-%{version}.tar.gz
Url:     http://www.integrazioneweb.com/themonospot

#BuildArch : noarch
%define debug_package %{nil}

BuildRequires: mono-devel
BuildRequires: themonospot-base-devel

%description
themonospot-plugin-mkv is a matroska plugin package for themonospot system. 
It install:
    - themonospot-plugin-mkv mono assembly (use from themonospot-base)

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc copying.gpl
%{_libdir}/themonospot/plugins/%{name}/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-3
+ Revision: a995a5c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8643 |14cr|thewidgetfactory-0.2.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		thewidgetfactory
Summary: 	Test tool for GTK2 theme
Version: 	0.2.1
Release: 	9
License:	GPL
Group: 		Development/Other
Source0: 	http://www.stellingwerff.com/TheWidgetFactory/thewidgetfactory-0.2.1.tar.bz2
# (fc)  add more widgets
Patch0:		thewidgetfactory-0.2.1-newwidgets.patch.bz2
# (fc) 0.2.1-3mdv port to libglade
Patch1:		thewidgetfactory-0.2.1-libglade.patch
URL:		http://www.stellingwerff.com/?page_id=10
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libglade-2.0)

%description
TheWidgetFactory is a showcase of GTK2 widgets, 
only useful to theme developers.

%prep
%setup -q
%patch0 -p1 -b .newwidgets
%patch1 -p1 -b .libglade

# needed by patch1
autoreconf -fi

%build
%configure2_5x 

%make

%install
%makeinstall_std

%clean


%files 
%doc README ChangeLog AUTHORS
%{_bindir}/*
%{_datadir}/thewidgetfactory



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-9
+ Revision: 6508c6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8644 |14cr|thttpd-2.25b-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _default_patch_fuzz 2


Summary:	Throttleable lightweight httpd server

Name:		thttpd
Version:	2.25b
Release:	12
License:	BSD
Group:		System/Servers
URL:		http://www.acme.com/software/thttpd
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.init
Source2:	%{name}.conf
Source3:	%{name}.logrotate
Source4:	%{name}.sysconfig
Source5:	%{name}-index.html
# http://rekl.yi.org/thttpd/pub/patch-thttpd-2.25b-re1
Patch0:		patch-thttpd-2.25b-re1
# http://jonas.fearmuffs.net/software/thttpd/thttpd-2.25b+impan-pl5.diff.gz
Patch1:		thttpd-2.25b+impan-pl5.diff
# http://www.ogris.de/thttpd/thttpd-2.25b.access.patch.diff
Patch2:		thttpd-2.25b.access.patch.diff
Patch3:		thttpd-2.25b-getline_conflict_fix.diff
Requires(post,preun):	rpm-helper
Provides:	webserver
BuildRequires:	zlib-devel

%description
Thttpd is a very compact no-frills httpd serving daemon that can
handle very high loads.  While lacking many of the advanced
features of Apachee, thttpd operates without forking and is
extremely efficient in memory use.  Basic support for cgi scripts,
authentication, and ssi is provided for. Advanced features include
the ability to throttle traffic.

%prep

%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p0

# tag the default index.html page
perl -pi -e "s|_NAME_-_VERSION_|%{name}-%{version}|g" %{name}-index.html

echo "# put some css in here for directory listings" > dirlist.css 
echo "# put some css in here for custom error messages" > error.css
echo "<b>This directory contains 'el cheapo' style web links.</b>" > .description

%build

%configure

make \
    prefix=%{_prefix} \
    BINDIR=%{_sbindir} \
    MANDIR=%{_mandir} \
    WEBDIR=/var/lib/%{name} \
    WEBGROUP=%{name} \
    CGIBINDIR=/var/lib/%{name}/cgi-bin

%install
# make some directories
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/{sysconfig,logrotate.d}
install -d %{buildroot}/var/lib/%{name}/{cgi-bin,errors,styles,links}
install -d %{buildroot}/var/log/%{name}
install -d %{buildroot}/var/run/%{name}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man{1,8}

# install binaries
install -m0755 %{name} %{buildroot}%{_sbindir}/%{name}
install -m0755 extras/htpasswd %{buildroot}%{_sbindir}/%{name}-htpasswd
install -m0755 extras/makeweb %{buildroot}%{_sbindir}/
install -m0755 extras/syslogtocern %{buildroot}%{_sbindir}/
install -m0755 cgi-bin/printenv %{buildroot}/var/lib/%{name}/cgi-bin/printenv.cgi
install -m0755 cgi-src/phf %{buildroot}/var/lib/%{name}/cgi-bin/
install -m0755 cgi-src/redirect %{buildroot}/var/lib/%{name}/cgi-bin/
install -m0755 cgi-src/ssi %{buildroot}/var/lib/%{name}/cgi-bin/

# install man pages
install -m0644 cgi-src/redirect.8 %{buildroot}%{_mandir}/man8/
install -m0644 cgi-src/ssi.8 %{buildroot}%{_mandir}/man8/
install -m0644 extras/htpasswd.1 %{buildroot}%{_mandir}/man1/%{name}-htpasswd.1
install -m0644 extras/makeweb.1 %{buildroot}%{_mandir}/man1/
install -m0644 extras/syslogtocern.8 %{buildroot}%{_mandir}/man8/
install -m0644 thttpd.8 %{buildroot}%{_mandir}/man8/

# install config files
install -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name}
install -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}.conf
install -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -m0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/%{name}

# install web contents
install -m0644 %{SOURCE5} %{buildroot}/var/lib/%{name}/index.html
install -m0644 dirlist.css %{buildroot}/var/lib/%{name}/styles/
install -m0644 error.css %{buildroot}/var/lib/%{name}/styles/
install -m0644 .description %{buildroot}/var/lib/%{name}/links/

ln -snf "http://rekl.yi.org/thttpd/pub/patch-thttpd-2.25b-re1" \
    %{buildroot}/var/lib/%{name}/links/patch-thttpd-2.25b-re1
ln -snf "http://jonas.fearmuffs.net/software/thttpd/thttpd-2.25b+impan-pl5.diff.gz" \
    %{buildroot}/var/lib/%{name}/links/thttpd-2.25b+impan-pl5.diff.gz
ln -snf "http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz" \
    %{buildroot}/var/lib/%{name}/links/thttpd-2.25b.tar.gz

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%pre 
%_pre_useradd %{name} /var/lib/%{name} /bin/sh

%postun
%_postun_userdel %{name}

%files
%doc README TODO
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/%{name}.conf
%config(noreplace) %attr(0755,root,root) %{_initrddir}/%{name}
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/%{name}
%config(noreplace) %attr(0644,root,root) /var/lib/%{name}/styles/*.css
%config(noreplace) %attr(0644,root,root) /var/lib/%{name}/index.html
%attr(2755,%{name},%{name}) %{_sbindir}/makeweb
%attr(0755,root,root) %{_sbindir}/%{name}-htpasswd
%attr(0755,root,root) %{_sbindir}/syslogtocern
%attr(0755,root,root) %{_sbindir}/%{name}
%attr(0755,%{name},%{name}) %dir /var/lib/%{name}
%attr(0755,%{name},%{name}) %dir /var/lib/%{name}/cgi-bin
%attr(0755,%{name},%{name}) %dir /var/log/%{name}
%attr(0755,%{name},%{name}) %dir /var/run/%{name}
%attr(0755,root,root) /var/lib/%{name}/cgi-bin/printenv.cgi
%attr(0755,root,root) /var/lib/%{name}/cgi-bin/phf
%attr(0755,root,root) /var/lib/%{name}/cgi-bin/redirect
%attr(0755,root,root) /var/lib/%{name}/cgi-bin/ssi
%attr(0644,root,root) %{_mandir}/man*/*
%attr(0644,%{name},%{name}) /var/lib/%{name}/links/.description
%attr(0644,%{name},%{name}) /var/lib/%{name}/links/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.25b-12
+ Revision: 398c16a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8645 |14cr|thunar-1.6.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Thunar
%define url_ver %(echo %{version} | cut -c 1-3)

%define major 0
%define api 2
%define libname %mklibname thunarx %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	New modern file manager for the Xfce Desktop Environment
Name:		thunar
Version:	1.6.3
Release:	4
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://thunar.xfce.org
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{oname}-%{version}.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	gtk-doc
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(exo-1) >= 0.10.0
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libxfce4panel-1.0) >= 4.11
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.10.0
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.10.1
BuildRequires:	pkgconfig(libxfconf-0) >= 4.10.0
Requires:	exo
Requires:	shared-mime-info
Requires:	thunar-volman

%description
Thunar has been designed from the ground up to be fast and easy-to-use.
Its user interface is clean and intuitive, and does not include any confusing
or useless options. Thunar is fast and responsive with a good start up time
and directory load time. Thunar is accessible using Assistive Technologies and
is fully standards  compliant.

Beside the basic file management features, Thunar includes additional features
that set it ahead of other file managers available for the Unix/Linux desktop
today. For example, Thunar includes a so called Bulk Renamer that allows users
to easily rename multiple files at once using criterions that can be specified
using the available renamer plugins. Probably the most interesting renamer here
is the Audio Tags renamer, which generates new file names based on the tags
present in audio files.

Using the Thunar Extensions Framework it is easy to extend the basic
functionality provided by Thunar to integrate even complex tasks into the file
manager, although the extension framework is still very limited in the 1.0
series, and the 2.0 series will include a way more powerful plugin interface
that allows to adjust virtually every aspect of the file manager. But since
writing extensions for the file manager is still a difficult and time consuming
job, the User Customizable Actions plugin provides users with an easy way to
extend the file and folder context menus with their own custom actions.

%files -f %{oname}.lang
%doc AUTHORS FAQ HACKING README THANKS TODO
%doc docs/README.*
%dir %{_sysconfdir}/xdg/Thunar
%dir %{_datadir}/Thunar
%{_bindir}/*
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*
%{_datadir}/pixmaps/*
%{_datadir}/dbus-1/services/*
%{_datadir}/doc/Thunar
%{_datadir}/Thunar/sendto/thunar-sendto-email.desktop
%{_libdir}/%{oname}/ThunarBulkRename
%{_libdir}/thunarx-%{api}
%{_libdir}/%{oname}/thunar-sendto-email
%{_mandir}/man1/*
%{_libdir}/xfce4/panel/plugins/*%{name}-*
%{_datadir}/xfce4/panel-plugins/thunar-tpa.desktop
%{_datadir}/gtk-doc/html/thunarx/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for the thunar filemanager
Group:		Graphical desktop/Xfce
Conflicts:	libthunar2_0 < 1.6.3-4
Obsoletes:	libthunar2_0 < 1.6.3-4

%description -n %{libname}
Libraries for the thunar filemanager.

%files -n %{libname}
%{_libdir}/libthunarx-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the thunar filemanager
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for the thunar filemanager.

%files -n %{devname}
%dir %{_includedir}/thunarx-%{api}
%{_includedir}/thunarx-%{api}/*
%{_libdir}/libthunarx-%{api}.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
# re-generate it
pushd thunar
exo-csource --name=thunar_window_ui thunar-window-ui.xml > thunar-window-ui.h
popd

%configure2_5x \
	--enable-dbus \
	--enable-exif \
	--enable-gio-unix \
	--enable-gtk-doc \
	--enable-gudev \
	--enable-notifications \
	--enable-pcre \
	--enable-apr-plugin \
	--enable-tpa-plugin \
	--enable-uca-plugin \
	--enable-wallpaper-plugin

%make

%install
%makeinstall_std

desktop-file-install \
	--remove-key="Encoding" \
	--add-category="FileManager;FileTools" \
	--remove-category="Application" \
	--add-only-show-in="XFCE" \
	--remove-mime-type="x-directory/normal;x-directory/gnome-default-handler" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/Thunar*

# Remove unneeded files
rm -f %{buildroot}%{_libdir}/thunarx-1/thunar-uca.la
rm -f %{buildroot}%{_datadir}/doc/Thunar/README.thunarrc
rm -f %{buildroot}%{_datadir}/doc/Thunar/README.volumes

# (tpg) this file is in mandriva-xfce-config package
rm -rf %{buildroot}%{_sysconfdir}/xdg/Thunar/uca.xml

%find_lang %{oname}


%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.3-4
+ Revision: 2dcc4f3
- Fix library package name, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8646 |14cr|thunar-archive-plugin-0.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	An archive plugin for the Thunar File Manager

Name:		thunar-archive-plugin
Version:	0.3.1
Release: 	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin
Source0:	http://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.3/%{name}-%{version}.tar.bz2
BuildRequires:	thunar-devel >= 1.2.0
BuildRequires:	intltool
BuildRequires:	exo-devel

%description
The thunar-archive-plugin is a plugin for the Thunar File Manager, which
adds archive operations to the file context menus. Using this plugin you
will be able to extract and create archive files from within Thunar using
a single click.
The plugin now supports a variety of archive managers through a generic
interface, that requires the archive manager to install a .desktop file
as usual, that lists the supported mime types, and a .tap file that acts
as a wrapper script to invoke the archive manager with the appropriate
parameters for the create, extract-here and extract-to actions.
Wrapper scripts for file-roller (the GNOME archive manager) and ark (the
KDE archive manager) have been added. Xarchiver, the Xfce archive manager,
will include an appropriate xarchiver.tap file in the next release. 

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%clean

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README THANKS
%{_libdir}/thunarx-2/*
%{_libdir}/%{name}
%{_iconsdir}/hicolor/*/apps/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-2
+ Revision: fd29143
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8647 |14cr|thunar-media-tags-plugin-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A tag plugin for the Thunar File Manager

Name:		thunar-media-tags-plugin
Version:	0.2.1
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin
Source0:	http://archive.xfce.org/src/thunar-plugins/thunar-media-tags-plugin/0.2/%{name}-%{version}.tar.bz2
Patch0:		thunar-media-tags-plugin-0.2.0-fix-linking.patch
Requires:	thunar >= 1.3.1
BuildRequires:	thunar-devel >= 1.3.1
BuildRequires:	taglib-devel >= 1.4
BuildRequires:	perl(XML::Parser)
BuildRequires:	intltool
BuildRequires:	exo-devel >= 0.7.2

%description
The thunar-media-tags-plugin is a plugin for the Thunar File Manager, 
which adds ID3/OGG tag support to the bulk rename dialog. 

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_libdir}/thunarx-2/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
+ Revision: b57b470
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8648 |14cr|thunar-shares-plugin-0.2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Samba support for Thunar filemanager
Name:		thunar-shares-plugin
Version:	0.2.0
Release:	7
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/thunar-plugins/%{name}
Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
Patch0:		thunar-shares-plugin-0.2.0-rosa-thunarx-2.patch
BuildRequires:	pkgconfig(thunarx-2)
BuildRequires:	pkgconfig(thunar-vfs-1)
BuildRequires:	intltool

# required for patch0
BuildRequires:	xfce4-dev-tools

Requires:	samba-common

%description
A Thunar file manager extension to share files using Samba.

%prep
%setup -q
%patch0 -p1

%build
# required for patch0
xdt-autogen

%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README ChangeLog NEWS TODO
%{_libdir}/thunarx-2/thunar-shares-plugin.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-7
+ Revision: dbd0960
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8649 |14cr|thunar-svn-plugin-0.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A svn plugin for Thunar file manager
Name:		thunar-svn-plugin
Version:	0.0.3
Release:	3
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin
Source0:	http://archive.xfce.org/src/thunar-plugins/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Patch0:		thunar-svn-plugin-0.0.3-rosa-thunarx-2.patch
Patch1:		thunar-svn-plugin-0.0.3-rosa-svn-includes.patch
Patch2:		thunar-svn-plugin-0.0.3-rosa-format-security.patch
BuildRequires:	pkgconfig(thunarx-2)
BuildRequires:	pkgconfig(thunar-vfs-1)
BuildRequires:	subversion-devel
BuildRequires:	gtk+2-devel

# required for patch0
BuildRequires:	xfce4-dev-tools

%description
A svn plugin for Thunar file manager.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
# required for patch0
xdt-autogen

%configure2_5x

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README ChangeLog
%{_libdir}/thunarx-2/thunar-svn-plugin.*
%{_libdir}/tsp-svn-helper
%{_iconsdir}/hicolor/*/apps/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-3
+ Revision: e296ac1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8650 |14cr|thunar-thumbnailers-0.4.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver			%(echo %{version} | cut -c 1-3)
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	A thumbnail plugin for the Thunar File Manager
Name:		thunar-thumbnailers
Version:	0.4.1
Release:	8
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers
Source0:	http://archive.xfce.org/src/apps/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	thunar-devel >= 0.8.0
BuildRequires:	imagemagick
BuildRequires:	perl(XML::Parser)
BuildRequires:	unzip
BuildRequires:	dcraw
BuildRequires:	ffmpegthumbnailer
BuildRequires:	grace
BuildRequires:	texlive-latex
Requires:	thunar >= 0.8.0
Requires:	imagemagick
Requires:	unzip
Suggests:	%{name}-ffmpeg

%description
Thumbnails support for Thunar File Manager.

%package ffmpeg
Summary:	A ffmpeg thumbnails support for Thunar File Manager
Group:		Graphical desktop/Xfce
Requires:	ffmpegthumbnailer
Requires:	%{name}

%description ffmpeg
A ffmpeg thumbnails support for Thunar File Manager.

%package grace
Summary:	A grace thumbnails support for Thunar File Manager
Group:		Graphical desktop/Xfce
Requires:	grace
Requires:	%{name}

%description grace
A grace thumbnails support for Thunar File Manager.

%package raw
Summary:	A RAW thumbnails support for Thunar File Manager
Group:		Graphical desktop/Xfce
Requires:	dcraw
Requires:	%{name}

%description raw
A RAW thumbnails support for Thunar File Manager.

%package tex
Summary:	A TEX thumbnails support for Thunar File Manager
Group:		Graphical desktop/Xfce
Requires:	texlive-latex
Requires:	%{name}

%description tex
A TEX thumbnails support for Thunar File Manager.

%prep
%setup -q

%build
%configure2_5x \
	--enable-raw \
	--enable-grace \
	--enable-ffmpeg \
	--enable-tex
%make

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog README
%dir %{_datadir}/thumbnailers
%{_libdir}/dvi-thumbnailer
%{_libdir}/eps-thumbnailer
%{_libdir}/fig-thumbnailer
%{_libdir}/odf-thumbnailer
%{_libdir}/pdf-thumbnailer
%{_libdir}/ps-thumbnailer
%{_libdir}/psd-thumbnailer
%{_libdir}/svgz-thumbnailer
%{_libdir}/xcf-thumbnailer
%{_datadir}/mime/packages/thunar-thumbnailers.xml
%{_datadir}/thumbnailers/dvi-thumbnailer.desktop
%{_datadir}/thumbnailers/eps-thumbnailer.desktop
%{_datadir}/thumbnailers/fig-thumbnailer.desktop
%{_datadir}/thumbnailers/odf-thumbnailer.desktop
%{_datadir}/thumbnailers/pdf-thumbnailer.desktop
%{_datadir}/thumbnailers/ps-thumbnailer.desktop
%{_datadir}/thumbnailers/psd-thumbnailer.desktop
%{_datadir}/thumbnailers/svgz-thumbnailer.desktop
%{_datadir}/thumbnailers/xcf-thumbnailer.desktop

%files ffmpeg
%{_libdir}/ffmpeg-thumbnailer
%{_libdir}/ogg-thumbnailer
%{_datadir}/thumbnailers/ffmpeg-thumbnailer.desktop
%{_datadir}/thumbnailers/ogg-thumbnailer.desktop

%files grace
%{_libdir}/agr-thumbnailer
%{_datadir}/thumbnailers/agr-thumbnailer.desktop

%files raw
%{_libdir}/raw-thumbnailer
%{_datadir}/thumbnailers/raw-thumbnailer.desktop

%files tex
%{_libdir}/tex-thumbnailer
%{_datadir}/thumbnailers/tex-thumbnailer.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-8
+ Revision: 3b8c8c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8651 |14cr|thunar-vcs-plugin-0.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	VCS support for Thunar file manager
Name:		thunar-vcs-plugin
Version:	0.1.4
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/thunar-plugins/%{name}
Source0:	http://archive.xfce.org/src/thunar-plugins/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(thunarx-2) >= 1.2.0
BuildRequires:	intltool
BuildRequires:	pkgconfig(exo-1) >= 0.6.0
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.8.0
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.14.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.18.0
BuildRequires:	pkgconfig(gobject-2.0) >= 2.18.0
BuildRequires:	pkgconfig(apr-1) >= 0.9.7
BuildRequires:	subversion-devel >= 1.5
BuildRequires:	git
Suggests:	git

%description
The Thunar VCS Plugin adds Subversion actions to the context menu of thunar.
This gives a VCS integration to Thunar.

The current features are:
- Most of the svn action: add, blame, checkout, cleanup, commit, copy, delete,
  export, import, lock, log, move, properties, relocate, resolved, revert,
  status, switch, unlock, update.
- Subversion info in file properties dialog.
- Basic git support: add, blame, branch, clean, clone, log, move, reset,
  stash, status.


%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/thunarx-2/thunar-vcs-plugin.so
%{_libdir}/tvp-git-helper
%{_libdir}/tvp-svn-helper
%{_iconsdir}/hicolor/*/apps/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.4-2
+ Revision: ea7d0c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8652 |14cr|thunar-vfs-1.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 1
%define major 2
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Virtual filesystem shipped with Thunar 1.0 and earlier releases
Name:		thunar-vfs
Version:	1.2.0
Release:	5
License:	LGPLv2+
Group:		Graphical desktop/Xfce
Url:		http://thunar.xfce.org
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.34
BuildRequires:	pkgconfig(exo-1) >= 0.6.0
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(gconf-2.0) >= 2.4.0
BuildRequires:	pkgconfig(gdk-pixbuf-2.0) >= 2.10.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.12.0
BuildRequires:	pkgconfig(gthread-2.0) >= 2.12.0
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.10.0
BuildRequires:	pkgconfig(libpng) >= 1.2.0
BuildRequires:	pkgconfig(libstartup-notification-1.0) >= 0.4
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.8.0

%description
Thunar-vfs contains the virtual filesystem shipped with Thunar 1.0 and
earlier releases. It provides compatibility for applications that still
use thunar-vfs while Thunar was ported to GVFS.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%doc docs/ThumbnailersCacheFormat.txt docs/README.volumes
%{_datadir}/thumbnailers/thunar-vfs-font-thumbnailer-1.desktop

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries
Requires:	%{name} >= %{EVRD}
Conflicts:	%{name} < 1.2.0-2

%description -n %{libname}
Thunar-vfs contains the virtual filesystem shipped with Thunar 1.0 and
earlier releases. It provides compatibility for applications that still
use thunar-vfs while Thunar was ported to GVFS.

This package contains the shared libraries for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*
%{_libdir}/thunar-vfs-*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 1.2.0-2

%description -n %{devname}
Thunar-vfs contains the virtual filesystem shipped with Thunar 1.0 and
earlier releases. It provides compatibility for applications that still
use thunar-vfs while Thunar was ported to GVFS.

This package contains the libraries and header files for developing
applications that use %{name}.

%files -n %{devname}
%doc HACKING TODO
%doc %{_datadir}/gtk-doc/html/%{name}/
%{_includedir}/%{name}-%{api}/
%{_libdir}/lib%{name}-%{api}.so
%{_libdir}/pkgconfig/thunar-vfs-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

# remove duplicate docs
rm -rf %{buildroot}%{_datadir}/doc

%check
make tests


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-5
+ Revision: 941ea54
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8653 |14cr|thunar-volman-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A removable volume manager for Thunar
Name:		thunar-volman
Version:	0.8.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/thunar-plugins/%{name}
Source0:	http://archive.xfce.org/src/apps/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	thunar-devel >= 1.3.1
BuildRequires:	dbus-devel >= 0.34
BuildRequires:	libusb-devel
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	exo-devel >= 0.7.2
BuildRequires:	libxfce4util-devel >= 4.9.0
BuildRequires:	libxfce4ui-devel >= 4.9.1
BuildRequires:	xfconf-devel >= 4.7.0
BuildRequires:	libnotify-devel >= 0.4.0
Requires:	thunar >= 1.3.1
Requires:	dbus >= 0.34
Requires:	gvfs
Obsoletes:	xfce4-volstatus-icon <= 0.1.0

%description
The Thunar Volume Manager is an extension for the Thunar
file manager, which enables automatic management of removable
drives and media. For example, if thunar-volman is installed
and configured properly, and you plug in your digital camera,
it will automatically launch your preferred photo application
and import the new pictures from the camera into your photo collection.

%prep
%setup -q

%build
%configure2_5x \
	--enable-notifications

%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/thunar-volman
%{_bindir}/thunar-volman-settings
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_datadir}/applications/thunar-volman-settings.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-2
+ Revision: 6c5255c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8654 |14cr|thunarx-python-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Name:		thunarx-python
Version:	0.3.0
Release:	2
Summary:	Python bindings for the Thunar Extension Framework	

Group:		Development/Other
License:	LGPLv2+	
URL:		http://goodies.xfce.org/projects/bindings/thunarx-python
Source0:	http://archive.xfce.org/src/bindings/thunarx-python/%{url_ver}/%{name}-%{version}.tar.bz2	

BuildRequires:	pkgconfig(thunarx-2)
BuildRequires:	pkgconfig(pygtk-2.0) >= 2.6.0
BuildRequires:	pkgconfig(pygobject-2.0) >= 2.6.0
BuildRequires:	pkgconfig(gnome-python-2.0) >= 2.12.0
BuildRequires:	gtk-doc
	
%description
These bindings allow one to create python plugins for Thunar.

%prep
%setup -q


%build
%configure2_5x --enable-gtk-doc
%make


%install
%makeinstall_std


%files
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/thunarx-2/
%{_libdir}/thunarx-python/
%doc %{_datadir}/gtk-doc/





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: 758788e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8655 |14cr|tidyp-1.04-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %{name} 1.04
%define develname %mklibname %name -d

Summary:	Program for tidying up messy HTML
Name:		tidyp
Version:	1.04
Release:	3
Group:		Text tools
License:	W3C License
URL:		http://tidyp.com/
Source0:	http://github.com/downloads/petdance/tidyp/tidyp-%{version}.tar.gz
Patch0:		tidy-20081224cvs-fix-format-errors.patch

%description
tidyp is a program that can validate your HTML, as well as modify it to be more
clean and standard. tidyp does not validate HTML 5.

libtidyp is the library on which the program is based. It can be used by any
other program that can interface to it. The Perl module HTML::Tidy is based on
this library, allowing Perl programmers to easily validate HTML.

tidyp is a fork of the tidy project.

%package -n	%{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n	%{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc README ChangeLog
%{_bindir}/*

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.04-3
+ Revision: 781909e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8656 |14cr|tiemu3-3.04svn-0.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		Werror_cflags %nil

Summary:	TiEmu is a TI89(Ti)/92(+)/V200 emulator
Name:		tiemu3
Version:	3.04svn
Release:	0.6
License:	GPLv2+
Group: 		Emulators
Source0:	tiemu-%{version}.tar.xz
Patch0:		tiemu-3.04svn-texinfo.patch
Patch1:		tiemu-3.04svn-no-useless-docs.patch
BuildRequires:	bison
BuildRequires:	desktop-file-utils
BuildRequires:	flex
BuildRequires:	groff
BuildRequires:	texinfo
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(qt-mt)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(ticables2)
BuildRequires:	pkgconfig(ticalcs2)
BuildRequires:	pkgconfig(ticonv)
BuildRequires:	pkgconfig(tifiles2)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(zlib)
Requires:	xdg-utils
Conflicts:	tiemu > %{version}
Provides:	tiemu = %{version}

%description
TiEmu is a TI89(Ti)/92(+)/V200 emulator.

%files
%{_bindir}/tiemu
%{_mandir}/man1/tiemu*
%{_datadir}/insight*
%{_datadir}/redhat/gui
%{_datadir}/tiemu
%{_datadir}/applications/lpg-tiemu.desktop
%{_datadir}/tcl8.4
%{_datadir}/tk8.4
%{_datadir}/itcl3.2
%{_datadir}/itk3.2
%{_datadir}/iwidgets4.0.1
%{_libdir}/itcl3.2
%{_libdir}/itk3.2
%{_libdir}/libitcl3.2.so
%{_libdir}/libitk3.2.so
%{_libdir}/libtcl8.4.so
%{_libdir}/libtk8.4.so
%{_libdir}/tk8.4/pkgIndex.tcl

#----------------------------------------------------------------------------

%prep
%setup -q -n tiemu-%{version}
%patch0 -p1
%patch1 -p1

%build
CFLAGS="%{optflags}" \
./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--mandir=%{_mandir} \
	--disable-nls \
	--enable-shared-tcl-tk \
	--enable-shared-itcl \
	--with-dbus \
	--without-kde
make

%install
%makeinstall_std

# don't package unneeded empty directory
# rmdir $RPM_BUILD_ROOT%{_libdir}/insight1.0
# don't package Tcl/Tk stuff which conflicts with the system versions
rm -rf %{buildroot}%{_includedir}
rm -f %{buildroot}%{_mandir}/man1/tclsh.1* %{buildroot}%{_mandir}/man1/wish.1*
rm -rf %{buildroot}%{_mandir}/man3
rm -rf %{buildroot}%{_mandir}/mann
rm -rf %{buildroot}%{_prefix}/man/mann
rm -f %{buildroot}%{_libdir}/tclConfig.sh %{buildroot}%{_libdir}/tkConfig.sh
# don't package these either, they won't conflict, but they aren't useful either
rm -f %{buildroot}%{_bindir}/tclsh8.4 %{buildroot}%{_bindir}/wish8.4
rm -f %{buildroot}%{_libdir}/*.a

mkdir -p %{buildroot}%{_datadir}/applications
cat >%{buildroot}%{_datadir}/applications/tiemu.desktop <<EOF
[Desktop Entry]
Name=TiEmu
Comment=TI89(Ti)/92(+)/V200 emulator
GenericName=TI89(Ti)/92(+)/V200 emulator
Encoding=UTF-8
Version=1.0
Type=Application
Exec=%{_bindir}/tiemu
Icon=%{_datadir}/tiemu/pixmaps/icon.xpm
Terminal=false
Categories=Development;
EOF
desktop-file-install --delete-original --vendor lpg \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/tiemu.desktop

find %{buildroot} -perm 0555 | xargs chmod 0755


%changelog
* Mon Aug 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.04svn-0.6
+ Revision: 05580b9
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8657 |14cr|tig-2.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:           tig
Version:        2.0.2
Release:        2
Summary:        Text-mode interface for the git revision control system


Group:          Development/Other
License:        GPLv2+
URL:            http://jonas.nitro.dk/tig
Source0:        http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz

BuildRequires:  git-core
BuildRequires:  ncurses-devel
BuildRequires:  xmlto
BuildRequires:  asciidoc
Requires:       git-core

%description
Tig is a repository browser for the git revision control system that
additionally can act as a pager for output from various git commands.

When browsing repositories, it uses the underlying git commands to present the
user with various views, such as summarized revision log and showing the commit
with the log message, diffstat, and the diff.

Using it as a pager, it will display input from stdin and colorize it.

%prep
%setup -q

%build
%configure2_5x
%make all doc-man doc-html

#Convert to unix line endings
sed -i -e 's/\r//' *.html


%install
%makeinstall_std install-doc-man

%clean


%files
%defattr(-,root,root,-)
%doc COPYING     *.html
%{_bindir}/tig
# %{_bindir}/test-graph
%{_mandir}/man1/tig.1*
%{_mandir}/man5/tigrc.5*
%{_mandir}/man7/tigmanual.7.*
%{_sysconfdir}/tigrc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-2
+ Revision: b644b32
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8658 |14cr|tightvnc-1.3.10-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Viewer for the VNC remote display system
Name:		tightvnc
Version:	1.3.10
Release:	8
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://www.tightvnc.org
Source0:	http://sf.net/projects/vnc-tight/files/TightVNC-unix/%{version}/tightvnc-%{version}_unixsrc.tar.bz2
Source1:	http://sf.net/projects/vnc-tight/files/TightVNC-javaviewer/%{version}/tightvnc-%{version}_javasrc.tar.gz
Source2:	%{name}-icons.tar.bz2
Source3:	vncviewer.desktop
Patch0:		0001-CVE-2007-1003.patch
Patch1:		0002-CVE-2007-1351-1352.patch
Patch2:		0003-Fix-compilation-with-Wformat-Werror-format-security.patch
Patch3:		0004-Fix-font-path.patch
Patch4:		0005-Install-binaries-with-standard-permissions.patch
Patch5:		0006-Fix-java-class-path.patch
Patch6:		0007-Set-source-to-1.3.patch
BuildRequires:	gccmakedep
BuildRequires:	imake
BuildRequires:	java-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xp)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)
Provides:	vncviewer
Conflicts:	tigervnc

%description
VNC allows you to access to a remote graphical display through the network.

The enhanced version of VNC, called TightVNC (grown from the  VNC  Tight
Encoder  project), is  optimized  to  work  over  slow   network
connections such as low-speed modem links. While  original  VNC  may  be
very slow when your connection is not fast enough, with TightVNC you can
work  remotely  almost  in  real  time  in  most  environments.  Besides
bandwidth optimizations, TightVNC also includes many other improvements,
optimizations and  bugfixes  over  VNC.  Note  that  TightVNC  is  free,
cross-platform and compatible with the standard VNC.

%files
%{_bindir}/vncviewer
%{_mandir}/man1/vncviewer*
%{_datadir}/applications/vncviewer.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#------------------------------------------------------------------------------

%package server
Summary:	Server for the VNC remote display system
Group:		Networking/Remote access
Requires:	x11-font-alias
Requires:	vnc-server-common
Provides:	vnc-server
Conflicts:	tigervnc-server

%description server
The VNC system allows you to access the same desktop from a wide variety
of platforms. This package is a VNC server, allowing  others  to  access
the desktop on your machine.

%files server
%{_bindir}/Xvnc
%{_bindir}/vncconnect
%{_bindir}/vncpasswd
%{_bindir}/vncserver
%{_mandir}/man1/Xvnc*
%{_mandir}/man1/vncconnect*
%{_mandir}/man1/vncpasswd*
%{_mandir}/man1/vncserver*

#------------------------------------------------------------------------------

%package java
Summary:	Java viewer for the VNC remote display system
Group:		Networking/Remote access
Provides:	vnc-java
Conflicts:	tigervnc-java

%description java
This distribution is based on the standard VNC source and includes new
TightVNC-specific features and fixes, such as additional low-bandwidth
optimizations, major GUI improvements, and more.

There are three basic ways to use TightVNC Java viewer:
  1. Running applet as part of TightVNC server installation.
  2. Running applet hosted on a standalone Web server.
  3. Running the viewer as a standalone application.

%files java
%{_javadir}/*.jar
%{_datadir}/%{name}

#------------------------------------------------------------------------------

%prep
%setup -q -n vnc_unixsrc
%setup -q -D -a1 -n vnc_unixsrc
%setup -q -D -a2 -n vnc_unixsrc
%apply_patches

%build
%setup_compile_flags

# client
xmkmf -a
%make CDEBUGFLAGS="$CFLAGS" EXTRA_LDOPTIONS="$LDFLAGS" World

# server
cd Xvnc
%configure2_5x
# No %make here: didn't work for me.
# Also, I couldn't find a way to set CFLAGS somewhere without getting build
# errors when building libfont.a.
make EXTRA_LDOPTIONS="$LDFLAGS"
cd ..

# java
cd vnc_javasrc
make all
cd ..

%install
# client and server
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
./vncinstall %{buildroot}%{_bindir} %{buildroot}%{_mandir}

install -d -m 755 %{buildroot}/%{_datadir}/applications
desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	%{SOURCE3}

install -D -m 644 %{name}48.png %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 %{name}32.png %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{name}16.png %{buildroot}%{_miconsdir}/%{name}.png


# java
install -d -m 755 %{buildroot}%{_javadir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}/classes
cd vnc_javasrc
make install INSTALL_DIR=%{buildroot}%{_datadir}/%{name}/classes \
     ARCHIVE=vncviewer-%{version}.jar
cd ..
pushd %{buildroot}%{_datadir}/%{name}/classes
mv vncviewer-%{version}.jar %{buildroot}%{_javadir}
ln -s %{_javadir}/vncviewer-%{version}.jar VncViewer.jar
popd
pushd %{buildroot}%{_javadir}
ln -s vncviewer-%{version}.jar vncviewer.jar
ln -s vncviewer-%{version}.jar VncViewer.jar
popd


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.10-8
+ Revision: 9b20046
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8659 |14cr|tijmp-0.8-0.0.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support 0

Name:           tijmp
Version:        0.8
Release:        0.0.3
Epoch:          0
Summary:        Memory profiler for Java
URL:            http://www.khelekore.org/jmp/tijmp/
Source0:        http://www.khelekore.org/jmp/tijmp/tijmp-%{version}.tar.gz
License:        GPLv2+
Group:          Development/Java
BuildRequires:  gtk2-devel
BuildRequires:  java-rpmbuild
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%endif
BuildRequires:  pkgconfig
Obsoletes:      jmp <= 0:0.51

%description
TIJmp is a memory profiler for Java. TIJmp is made for Java 6 and
later, it will not work on Java 5 systems. If you need a profiler
for Java 5 or earlier, try the JMP profiler.

It is written to be fast and have a small footprint, both memory-
and CPU-wise. This means that the JVM will run at almost full speed,
until you use TIJmp to find some information.

It uses C code to talk to the JVM and it uses Swing to show the
tables of information. So TIJmp is written in C (using JVMTI and
JNI) and Java.

It runs in the same JVM as the program being profiled. This
means that it can easily get access to all things JVMTI/JNI has to
offer.

%prep
%setup -q
%{__perl} -pi -e 's/^libtijmp_la_LDFLAGS =.*/libtijmp_la_LDFLAGS = -avoid-version -module/' src/Makefile.{am,in}

%build
export CLASSPATH=""
export CFLAGS="`echo %{optflags} | sed 's/-O[0-9]*/-O3/'`"
%ifarch x86_64
export CFLAGS="-march=athlon64 ${CFLAGS}"
%endif
export JAVA_HOME=%{java_home}
%{configure2_5x}
%{make} JAVAC=${JAVA_HOME}/bin/javac JAVAH=${JAVA_HOME}/bin/javah JAR=${JAVA_HOME}/bin/jar

%install
export JAVA_HOME=%{java_home}
%{makeinstall_std} jardir=%{_jnidir} JAR=${JAVA_HOME}/bin/jar
(cd %{buildroot}%{_jnidir} && %{__mv} %{name}.jar %{name}-%{version}.jar && for jar in *-%{version}.jar; do %{__ln_s} ${jar} `/bin/echo ${jar} | %{__sed} "s|-%{version}||g"`; done)

%{gcj_compile}

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%{_jnidir}/%{name}-%{version}.jar
%{_jnidir}/%{name}.jar
%{gcj_files}
%attr(-,root,root) %{_libdir}/lib%{name}.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.8-0.0.3
+ Revision: 185122b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8660 |14cr|tikiwiki-6.6-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear(\\(smarty.*\\|lib.*\\|tiki.*\\|db.*\\|pear.*\\|File/iCal.*\\|PHPUnit.*\\|Zend.*\\|Minify.*\\))'
%else
%define _requires_exceptions pear(\\(smarty.*\\|lib.*\\|tiki.*\\|db.*\\|pear.*\\|File/iCal.*\\|PHPUnit.*\\|Zend.*\\|Minify.*\\))
%endif.


Name:       tikiwiki
Version:    6.6
Release:    11
Summary:    A PHP-based CMS/Groupware web application with a full Wiki environment
License:    LGPLv2
Group:      System/Servers
URL:        http://www.tikiwiki.org
Source:     http://prdownloads.sourceforge.net/%{name}/tiki-%{version}.tar.bz2
Patch0:     tikiwiki-6.4-use-external-pear-modules.patch
Patch1:     tikiwiki-6.0-use-external-smarty.patch
Patch2:     tikiwiki-6.4-bootstrap.patch
Patch3:     tikiwiki-6.0-fix-Zend-module.patch
Patch4:     _htaccess.patch
Requires:   php-pdo_mysql
Requires:   php-gd
#Requires:   php-smarty
Requires:   apache-mod_php
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
TikiWiki is an open source CMS/Groupware web application which provides
a full Wiki environment, as well as Articles, Sections/Categories,
User/Group Management (including optional LDAP), Polls and Quizzes,
File and Image Galleries, Forums, Weblogs, Calendars, Chat, Maps
and much more.

%prep
%setup -q -n tiki-%{version}
%patch0 -p 1
#patch1 -p 1
%patch2 -p 1
%patch3 -p 1
%patch4 -p 1

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp *.php %{buildroot}%{_datadir}/%{name}
cp *.png %{buildroot}%{_datadir}/%{name}
cp robots.txt %{buildroot}%{_datadir}/%{name}
cp license.txt %{buildroot}%{_datadir}/%{name}
cp favicon.ico %{buildroot}%{_datadir}/%{name}

for dir in css doc img images installer \
    lang lib maps modules pics; do 
    cp -pr $dir %{buildroot}%{_datadir}/%{name}
done

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}

# writable directories
for dir in backups db dump files styles temp templates templates_c whelp; do
    cp -pr $dir %{buildroot}%{_localstatedir}/lib/%{name}
    chmod 2775 %{buildroot}%{_localstatedir}/lib/%{name}/$dir
    pushd %{buildroot}%{_datadir}/%{name}
    ln -s ../../..%{_localstatedir}/lib/%{name}/$dir .
    popd
done

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/modules
mv %{buildroot}%{_datadir}/%{name}/modules/cache \
    %{buildroot}%{_localstatedir}/lib/%{name}/modules
chmod 2755 %{buildroot}%{_localstatedir}/lib/%{name}/modules/cache
pushd %{buildroot}%{_datadir}/%{name}/modules
ln -s ../../../..%{_localstatedir}/lib/%{name}/modules/cache .
popd

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/img
for dir in wiki wiki_up trackers; do
    mv %{buildroot}%{_datadir}/%{name}/img/$dir \
        %{buildroot}%{_localstatedir}/lib/%{name}/img
    chmod 2775 %{buildroot}%{_localstatedir}/lib/%{name}/img/$dir
    pushd %{buildroot}%{_datadir}/%{name}/img
    ln -s ../../../..%{_localstatedir}/lib/%{name}/img/$dir .
    popd
done

# configuration file
install -d -m 755 %{buildroot}%{_sysconfdir}
touch %{buildroot}%{_sysconfdir}/%{name}.conf
pushd %{buildroot}%{_localstatedir}/lib/%{name}/db
ln -s ../../../..%{_sysconfdir}/%{name}.conf local.php
popd

# this is not a pear lib
mv %{buildroot}%{_datadir}/%{name}/lib/pear/Minify \
    %{buildroot}%{_datadir}/%{name}/lib/

# do not ship private copies of php libs
rm -rf %{buildroot}%{_datadir}/%{name}/lib/pear
#rm -rf %{buildroot}%{_datadir}/%{name}/lib/smarty

# cleanup
find %{buildroot}%{_datadir}/%{name} -name .htaccess -o -name README \
    | xargs rm -f
find %{buildroot}%{_localstatedir}/lib/%{name} -name .htaccess -o -name README \
    | xargs rm -f

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# Tikiwiki Apache configuration
Alias /tikiwiki/styles %{_localstatedir}/lib/%{name}/styles
Alias /tiki/styles %{_localstatedir}/lib/%{name}/styles
Alias /tikiwiki %{_datadir}/%{name}
Alias /tiki %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Options -FollowSymLinks
    Require all granted
</Directory>

<Directory %{_datadir}/%{name}/installer>
    <FilesMatch "\.ph(p(3|4)?|tml)$">
        Require all denied
    </FilesMatch>
</Directory>

<Directory %{_datadir}/%{name}/img>
    <FilesMatch "\.ph(p(3|4)?|tml)$">
        Require all denied
    </FilesMatch>
</Directory>

<Directory %{_datadir}/%{name}/images>
    <FilesMatch "\.ph(p(3|4)?|tml)$">
        Require all denied
    </FilesMatch>
</Directory>

<Directory %{_datadir}/%{name}/lib>
    <FilesMatch "\.ph(p(3|4)?|tml)$">
        Require all denied
    </FilesMatch>
</Directory>

<Directory %{_datadir}/%{name}/lib/fckeditor>
    <FilesMatch "\.ph(p(3|4)?|tml)$">
        Require all granted
    </FilesMatch>
</Directory>

<Directory %{_datadir}/%{name}/lib/fckeditor_tiki>
    <FilesMatch "\.ph(p(3|4)?|tml)$">
        Require all granted
    </FilesMatch>
</Directory>

<Directory %{_datadir}/%{name}/lang>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/modules>
    Require all denied
</Directory>

<Directory %{_localstatedir}/lib/%{name}/styles>
    Require all granted
</Directory>

<Directory %{_localstatedir}/lib/%{name}/db>
    Require all denied
</Directory>

# Below part is required to enable SEFURLs

EOF

cat _htaccess >> %{buildroot}%{_webappconfdir}/%{name}.conf

%clean
rm -rf %{buildroot}



%files
%defattr(-,root,root)
%doc INSTALL README
%{_datadir}/tikiwiki
%attr(-,apache,apache) %{_localstatedir}/lib/tikiwiki
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %attr(-,apache,apache) %{_sysconfdir}/%{name}.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.6-11
+ Revision: a5cc698
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8661 |14cr|tilda-0.9.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    tilda
%define version 0.9.6
%define release 8

Summary:        Drop Down Terminal for Linux
Name:           %{name}
Version:        %{version}
Release:        %{release}
License:        GPLv2+
Group:          Terminals
Url:            http://tilda.sourceforge.net/
Source:         http://ovh.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
Patch0:		tilda-0.9.6-read-glade.patch
Patch1:		tilda-0.9.6-fix-segfault.patch
Patch3:		tilda-0.9.6-glib.patch


BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(vte)
BuildRequires:  pkgconfig(libconfuse)
BuildRequires:  flex
BuildRequires:  pkgconfig(libglade-2.0)

Requires:       vte
Requires: desktop-file-utils


%description
Linux terminal taking after the likeness
of many classic terminals from first person shooter
games, Quake, Doom and Half-Life to name a few,
where the terminal has no border and is hidden from
the desktop till a key or keys is hit.


%prep
%setup -q -n %{name}-%version
%patch0 -p0
%patch1 -p1
%patch3 -p0

%build
%configure2_5x --disable-rpath
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/%{name}
mv %{name}.glade %{buildroot}%{_datadir}/%{name}
rm -f %{buildroot}%{_datadir}/%{name}.glade

%find_lang %{name}


%files -f %{name}.lang
%doc ChangeLog COPYING NEWS README
%{_bindir}/tilda
%{_datadir}/applications/tilda.desktop
%{_datadir}/pixmaps/tilda.png
%{_datadir}/%{name}/*.glade



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-8
+ Revision: 8a48416
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8662 |14cr|tilp-1.16-0.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%define oname tilp2

%define version 1.16
%define release 0.2

%define libticables_version 1.3.3
%define libticalcs_version 1.1.7
%define libtifiles_version 1.1.5
%define	libticonv_version 1.1.3

Summary:	Communicate with TI graphing calculators
Name:		tilp
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Communications
URL:		http://tilp.sourceforge.net/
Epoch:		1
Source:		%{oname}-%{version}.tar.bz2
Requires:	libticables >= %{libticables_version}
Requires:	libticalcs >= %{libticalcs_version}
BuildRequires:	libticables-devel >= %{libticables_version}
Buildrequires:	libticalcs-devel >= %{libticalcs_version}
BuildRequires:	libtifiles-devel >= %{libtifiles_version}
BuildRequires:	libglade2.0-devel
BuildRequires:	jpeg-devel
BuildRequires:	groff-for-man
BuildRequires:	imagemagick
BuildRequires:  gettext-devel
BuildRoot:	%{_tmppath}/%{oname}-%{version}-%{release}-buildroot

%description
TiLP is a program for Texas Instruments' graphing calculators. It allows
PC to communicate with a TI calculator and transfer data between them.

%prep
%setup -q -n %{oname}-%{version}

%build
LDFLAGS="${LDFLAGS:- -export-dynamic}"
export LDFLAGS
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std \
    gnulocaledir=%{buildroot}%{_datadir}/locale \
    MKINSTALLDIRS="`pwd`/mkinstalldirs"

# menu and icon
mkdir -p %{buildroot}%{_liconsdir} \
         %{buildroot}%{_iconsdir} \
         %{buildroot}%{_miconsdir}
convert -geometry 48x48 help/logo_tilp.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 help/logo_tilp.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 help/logo_tilp.png %{buildroot}%{_miconsdir}/%{name}.png


# these files are to be merged into magic files for GNOME and KDE desktop
# install -m 644 desktop/gnome/gnome-vfs-mime-magic %{buildroot}%{_datadir}/%{name}/gnome-vfs-mime-magic
# install -m 644 desktop/kde/magic %{buildroot}%{_datadir}/%{name}/kde-magic

# remove files not bundled
rm -rf	%{buildroot}%{_libdir}/tilp/*.la \
	%{buildroot}%{_includedir}

%find_lang %{oname}

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%triggerin -- gnome-mime-data
grep -q "\*\*TI" %{_sysconfdir}/gnome-vfs-mime-magic || \
  cat %{_datadir}/%{name}/gnome-vfs-mime-magic >> %{_sysconfdir}/gnome-vfs-mime-magic

%triggerin -- kdelibs-common
grep -q "\*\*TI" %{_datadir}/mimelnk/magic || \
  cat %{_datadir}/%{name}/kde-magic >> %{_datadir}/mimelnk/magic

%files -f %{oname}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README README.linux 
%doc RELEASE TODO
#%config(noreplace) %{_sysconfdir}/%{name}
%{_bindir}/*
# %{_kde3_datadir}/%{oname}/*
%{_datadir}/%{oname}
%{_mandir}/man1/*
# %{_datadir}/application-registry/*.applications
# %{_datadir}/applications/*.desktop
# %{_datadir}/applnk/*/*/*.desktop
# %{_datadir}/mime-info/*
# %{_datadir}/mimelnk/application/*.desktop
%{_datadir}/applications/tilp.desktop
%{_datadir}/mime/packages/tilp.xml

%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.16-0.2
+ Revision: 22359b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8663 |14cr|tilp2-1.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: tilp2
Url: http://lpg.ticalc.org/prj_tilp
Version: 1.16
Release: 2
Source0: http://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.16/%{name}-%{version}.tar.bz2
Group: Communications
License: GPLv2+

BuildRequires: pkgconfig(libusb) pkgconfig(tifiles2) pkgconfig(ticalcs2) pkgconfig(ticonv)
BuildRequires: glade pkgconfig(libglade-2.0)
Requires: xdg-utils >= 1.0.0
Summary: TiLP is a TI<->PC linking program

%description
TiLP is a TI<->PC linking program

%prep
%setup

%build
%configure2_5x
%make

%install
%makeinstall_std
mkdir -p %buildroot/usr/share/applications
cat >%buildroot/usr/share/applications/tilp.desktop <<EOF
[Desktop Entry]
Name=TiLP
Name[fr_FR]=TiLP
Comment=Ti Linking Program
Comment[fr_FR]=Programme de connexion pour calculatrices TI
GenericName=TI Linking Program
GenericName[fr_FR]=Connexion calculatrices TI
Encoding=UTF-8
Version=1.0
Type=Application
Exec=/usr/bin/tilp
Icon=/usr/share/tilp2/pixmaps/icon.xpm
Terminal=false
Categories=Utility;X-KDE-Utilities-Peripherals;
MimeType=application/x-tilp
EOF
desktop-file-install --delete-original --vendor lpg     \
  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications          \
  ${RPM_BUILD_ROOT}/usr/share/applications/tilp.desktop
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/mime/packages
cat >${RPM_BUILD_ROOT}%{_datadir}/mime/packages/tilp.xml <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
    <mime-type type="application/x-tilp">
        <comment xml:lang="en">TI File</comment>
        <comment xml:lang="fr">Fichier TI</comment>
        <glob pattern="*.73?" />
        <glob pattern="*.82?" />
        <glob pattern="*.8[xX]?" />
        <glob pattern="*.85?" />
        <glob pattern="*.86?" />
        <glob pattern="*.89?" />
        <glob pattern="*.92?" />
        <glob pattern="*.9[xX]?" />
        <glob pattern="*.[vV]2?" />
  </mime-type>
</mime-info>
EOF

%post
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :

%postun
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :

%files
%{_bindir}/tilp
#% {_mandir}/man1/tilp*
%{_datadir}/tilp2
%{_datadir}/applications/lpg-tilp.desktop
%{_datadir}/mime/packages/tilp.xml
%{_datadir}/locale/fr/LC_MESSAGES/*.mo



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.16-2
+ Revision: ff40409
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8664 |14cr|timemachine-0.3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		timemachine
Summary:	Records audio up to ten seconds ago
Version:	0.3.3
Release:	3
License:	GPL
Group:		Sound
URL:		http://plugin.org.uk/timemachine/
Source:		%{name}-%{version}.tar.bz2
Patch0:		timemachine-0.3.3-linkage.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	lash-devel

%description
I used to always keep a minidisc recorder in my studio running in a mode where
when you pressed record it wrote the last 10 seconds of audio to the disk and
then caught up to realtime and kept recording. The recorder died and haven't
been able to replace it, so this is a simple jack app to do the same job. It
has the advantage that it never clips and can be wired to any part of the jack
graph.

The idea is that I doodle away with whatever is kicking around in my studio
and when I heard an interesting noise, I'd press record and capture it,
without having to try and recreate it. :)

I've been using it to record occasional bursts of interesting noise from jack
apps feeding back into each other. It seems to be stable for me, but there
could be threading issues and race condidtions if run without SCHED_FIFO (ie.
without jackd -R).

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=JACK TimeMachine
Comment=Records audio from ten seconds ago
Exec=%{_bindir}/%{name}
Icon=sound_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;Audio;
Encoding=UTF-8
EOF

%files
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-3
+ Revision: 973d8ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8665 |14cr|timevault-0.7.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Not noarch, since the package installs nautilus extension to arch-specific folder
%define debug_package %{nil}

Summary: Front-end for making snapshots of a set of directories
Name:    timevault
Version: 0.7.5
Release: 10
Source:  %{name}-%{version}.tar.bz2
# make it using existing macros:
Patch0:   timevault-init-mdv.patch
# make it chkconfig aware:
Patch1:   timevault-init-chkconfig.patch
Patch2:  timevault-0.7.5-recognize-py2.7.patch
URL:     https://wiki.ubuntu.com/TimeVault
License: GPL
Group:   System/Configuration/Other
BuildRequires: python-devel
BuildRequires: gnome-common intltool
BuildRequires: gnome-python-devel nautilus-python pygtk2.0-devel python-notify python-dbus dbus-devel
Requires: nautilus-python
Requires: python-dbus
Requires: python-notify
Requires: python-gamin python-sqlite2
Requires(post): rpm-helper
Requires(preun): rpm-helper

%description
TimeVault is a simple front-end for making snapshots of a set of directories.
Snapshots are a copy of a directory structure or file at a certain point in
time. Restore functionality is integrated into Nautilus - previous versions of
a file or directory that has a snapshot can be accessed by examining the
properties and selecting the 'Previous Versions' tab. 

Snapshots are protected from accidental deletion or modification since they are
read-only by default. The super-user can delete intermediate snapshots to save
space, but files and directories that existed before or after the deletion will
still be accessible. 

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0
[[ -x ./configure ]] || ./autogen.sh

%build
%configure2_5x
%make

%install
%makeinstall_std
mkdir -p %buildroot%_libdir/nautilus/extensions-2.0
mv %buildroot%_prefix/lib/nautilus/extensions-1.0/* %buildroot%_libdir/nautilus/extensions-2.0 

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%defattr(-,root,root,755)
%{_bindir}/*
%{_datadir}/applications/timevault.desktop
%{_datadir}/timevault
%config(noreplace) /etc/dbus-1/system.d/timevault.conf
/etc/init.d/timevault
%config(noreplace) /etc/logrotate.d/timevault.logrotate
%{_iconsdir}/hicolor/14x14/apps/timevault.png
%{_iconsdir}/hicolor/22x22/apps/timevault.png
%{_iconsdir}/hicolor/32x32/apps/timevault.png
%{_iconsdir}/hicolor/scalable/apps/timevault.svg
%{py_platsitedir}/TimeVault
#gw this dir is arch dependant:
%{_libdir}/nautilus/extensions-2.0/python/timevault-nautilus.py

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.5-10
+ Revision: 771239f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8666 |14cr|timidity-init-0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		timidity-init
Version:	0.3
Release:	7
Summary:	Init script for TiMidity++ ALSA sequencer
License:	GPL
Source0:	timidity.service
Source1:	timidity.sysconfig
Source2:        timidity-wrapper.sh
URL:		http://timidity.sourceforge.net/
Group:		Sound
BuildArch:	noarch
Requires:	TiMidity++

%description
Contains init script to launch TiMidity++ as a service. This allows one to
hear music played by any application which outputs to a MIDI device
even if you do not own a MIDI synthesizer soundcard.

%install

install -d -m 755 %{buildroot}%{_unitdir}
install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
install -m0644 %{SOURCE0} %{buildroot}%{_unitdir}/%{name}.service
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m0755 -D %{SOURCE2} %{buildroot}%{_bindir}/timidity-wrapper.sh

sed "s:sysconfig:%{_sysconfdir}/sysconfig:" -i %{buildroot}%{_unitdir}/%{name}.service

%post
%systemd_post %{name}

%preun
%systemd_preun %{name}

%clean

%files
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0644,root,root) %{_unitdir}/%{name}.service
%attr(0755,root,root) %{_bindir}/timidity-wrapper.sh


%changelog
* Wed Sep 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-7
+ Revision: 7588a31
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8667 |14cr|tint2-0.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name tint2
%define version 0.11
%define release  4

Summary: Tint2 - A Lightweight Panel and Taskbar
Name: %{name}
Version: %{version}
Release: %{release}
License: GPLv2
Group: Graphical desktop/Other
Url: http://code.google.com/p/tint2/
Source0: http://tint2.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRequires: cmake
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pango-devel
BuildRequires: pkgconfig(pangoxft)
BuildRequires: pkgconfig(xinerama)
BuildRequires: imlib2-devel
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(xrandr), libxcomposite-devel, libxdamage-devel

%description
Tint2 is a simple panel and taskbar intentionally made for
openbox3, but should also work with other window managers. The
goal is to keep a clean and unintrusive look with code
lightweight and compliance with freedesktop specifications.

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%doc AUTHORS COPYING README ChangeLog
%config(noreplace) %{_sysconfdir}/xdg/tint2/tint2rc
%{_bindir}/tint*
%{_datadir}/tint2/*.png
%{_datadir}/applications/tint2*.desktop
%{_datadir}/pixmaps/tint2*
%{_mandir}/man1/* 

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-4
+ Revision: 28f155a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8668 |14cr|tintii-2.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		tintii
Version:	2.6.1
Release:	3
Summary:	Color photo image converter
License:	GPLv2+
Group:		Graphics
Source0:	http://www.indii.org/files/tint/releases/%{name}-%{version}.tar.gz
Source1:	%{name}.png
Patch0:		tintii-2.6.0-mdv-buildfix.patch
URL:		http://www.indii.org/software/tintii
BuildRequires:	boost-devel
BuildRequires:	scons
BuildRequires:	rcs
BuildRequires:	flex
BuildRequires:	wxgtku-devel
BuildRequires:	libgomp-devel
BuildRequires:	doxygen
BuildRequires:	imagemagick

%description
Tintii takes full color photos and processes them into black and white
with some select regions highlighted in color. The technique is known as color
popping or selective coloring - tintii makes it easy. Think Schindler's List's
little girl in red, or the dramatic style of Sin City. Tintii takes a color
photo and cleverly separates it into a handful of major hues. You then select
which colours to pop, and the rest become black & white.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%__install -dm 755 %{buildroot}%{_bindir}
%__install -m 755 %{name} %{buildroot}%{_bindir}

# icon
%__install -d %{buildroot}%{_iconsdir}/hicolor/16x16/apps/ %{buildroot}%{_iconsdir}/hicolor/32x32/apps/
convert -geometry 16x16 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -geometry 32x32 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%__install -Dm 644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# menu-entry
%__install -d %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Encoding=UTF-8
Terminal=false
Name=Tintii
Comment=Color photo image converter
Comment[ru]=Конвертер цветных изображений
Exec=%{name}
Icon=%{name}
Categories=Graphics;Viewer;X-MandrivaLinux-Graphics-Utility;
EOF

%files
%doc README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.1-3
+ Revision: 6c780fc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8669 |14cr|tinyfugue-5.0-0.b8.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name tinyfugue
%define version 5.0
%define pre b8
%define fver 50%pre
%define fname tf-%fver
%define rel 0.%pre.5

Summary: Flexible, screen-oriented MUD client, for use with any type of MUD
Name: %{name}
Version: %{version}
Release: %mkrel %rel
URL: http://tinyfugue.sourceforge.net/
Source0: http://ftp.tcp.com/pub/mud/Clients/tinyfugue/%{fname}.tar.bz2
License: GPLv2+
Group: Games/Adventure
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: openssl-devel
BuildRequires: termcap-devel

%description
TinyFugue, aka "tf", is a flexible, screen-oriented MUD client, for
use with any type of MUD. TinyFugue is one of the most popular and
powerful mud clients.

%prep
%setup -q -n %fname

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot%_bindir
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CHANGES README CREDITS
%_bindir/tf
%_datadir/tf-lib



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 5.0-0.b8.5
+ Revision: b23f953
- Automatic import for version 5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8670 |14cr|tinyproxy-1.8.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight, non-caching, optionally anonymizing HTTP proxy
Name:		tinyproxy
Version:	1.8.3
Release:	2
Group:		System/Servers
# License bundled is gpl v3, but source code say gpl v2 or later
License:	GPLv2+
URL:		https://www.banu.com/%{name}/
Source0:	https://www.banu.com/pub/%{name}/1.8/%{name}-%{version}.tar.bz2
Source1:	tinyproxy.init
Patch0:		tinyproxy-CVE-2012-3505-randomized-hashmaps.patch
Patch1:		tinyproxy-CVE-2012-3505-limit-headers.patch
BuildRequires:	asciidoc
BuildRequires:	xsltproc
BuildRequires:  docbook-style-xsl
BuildRequires:  docbook-dtd45-xml
Requires(post): rpm-helper
Requires(preun): rpm-helper
Provides:      webproxy
Epoch:         0

%description
An anonymizing http proxy which is very light on system resources, ideal for
smaller networks and similar situations where other proxies (such as Squid) may
be overkill and/or a security risk. Tinyproxy can also be configured to
anonymize http requests (allowing for exceptions on a per-header basis).

%prep

%setup -q
%patch0 -p1 -b .randomized-hashmaps
%patch1 -p1 -b .limit-headers

cp %{SOURCE1} tinyproxy.init

%build
%serverbuild

%configure2_5x \
    --enable-xtinyproxy \
    --enable-filter \
    --enable-upstream \
    --enable-transparent \
    --enable-reverse \
    --sysconfdir=%{_sysconfdir}/tinyproxy \
    --with-stathost=localhost \
    --program-prefix=""

%make

%install
%__install -d %{buildroot}%{_sysconfdir}/tinyproxy
%__install -d %{buildroot}%{_sysconfdir}/logrotate.d
%__install -d %{buildroot}%{_sysconfdir}/sysconfig
%__install -d %{buildroot}%{_initrddir}

%__install -d %{buildroot}%{_logdir}/tinyproxy
%__install -d %{buildroot}%{_var}/run/tinyproxy

%makeinstall bindir=%{buildroot}%{_sbindir}

mv %{buildroot}%{_sysconfdir}/tinyproxy.conf %{buildroot}%{_sysconfdir}/tinyproxy/tinyproxy.conf
/bin/touch %{buildroot}%{_sysconfdir}/tinyproxy/filter

%__install -m0755 tinyproxy.init %{buildroot}%{_initrddir}/tinyproxy

/bin/echo "FLAGS=\" -c /etc/tinyproxy/tinyproxy.conf\"" > %{buildroot}%{_sysconfdir}/sysconfig/tinyproxy

cat > %{buildroot}%{_sysconfdir}/logrotate.d/tinyproxy <<EOF
/var/log/tinyproxy.log {
    rotate 7
    daily
    compress
    missingok
    postrotate
    if [ -f /var/run/tinyproxy.pid ]; then
       /etc/init.d/tinyproxy restart > /dev/null
    fi
    endscript
}
EOF

%post
%_post_service tinyproxy

%preun
%_preun_service tinyproxy


%files
%doc docs/*.txt
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO 
%attr(0755,root,root) %{_sbindir}/tinyproxy
%attr(0755,root,root) %{_initrddir}/tinyproxy
%config(noreplace) %{_sysconfdir}/sysconfig/tinyproxy
%config(noreplace) %{_sysconfdir}/logrotate.d/tinyproxy
%dir %{_sysconfdir}/tinyproxy
%config(noreplace) %{_sysconfdir}/tinyproxy/tinyproxy.conf
%config(noreplace) %{_sysconfdir}/tinyproxy/filter
%{_logdir}/tinyproxy/
%{_var}/run/tinyproxy/
%{_mandir}/man8/tinyproxy.8*
%{_mandir}/man5/*
%{_datadir}/tinyproxy

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.8.3-2
+ Revision: bd1ffb0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8671 |14cr|tiobench-0.3.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A test program for filesystem performance
Name:		tiobench
Version:	0.3.3
Release:	7
License:	GPLv2+
Group:		Development/Kernel
Url:		http://sourceforge.net/projects/tiobench/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		tiobench-0.3.3-glibc-2.16.patch
Patch1:		tiobench-0.3.3-sfmt.patch

%description
Threaded I/O bench for Linux (or any *nix system with POSIX threads
support library).

%files
%doc README BUGS TODO ChangeLog
%{_bindir}/tiotest
%{_bindir}/tiobench.pl
%{_bindir}/tiosum.pl

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%make CFLAGS="%{optflags}"

%install
install -d %{buildroot}%{_bindir}
install tiotest %{buildroot}%{_bindir}
install tiobench.pl %{buildroot}%{_bindir}
install tiosum.pl %{buildroot}%{_bindir}


%changelog
* Mon Aug 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.3-7
+ Revision: ab44a9a
- Fix build with new glibc and build with system flags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8672 |14cr|tipp10-2.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name tipp10
%define version 2.0.3
%define fversion 2-0-3
%define release 5
%define qtver 4.2.2
Summary: German touch typing learning program
Name: %{name}
Version: %{version}
Release: %{release}
Source0: tipp10_source_v%{fversion}.zip
Source1: %name.png
Patch0: tipp10-gcc4.5.patch
License: GPLv2+
Group: Education
Url: http://www.tipp10.de/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: locales-de
%if %mdvver >= 200910
Requires: qt4-database-plugin-sqlite
%else
Requires: qt4-database-plugin-sqlite-%_lib >= %qtver
%endif
BuildRequires: qt4-devel >= %qtver

%description
Learn touch typing with a nice and easy graphical user interface. At
the moment, the program comes with German texts only.

%prep
%setup -q -n %name
%apply_patches
find -name Thumbs.db |xargs rm -fv

%build
%_prefix/lib/qt4/bin/qmake
%make

%install
rm -rf %{buildroot}
mkdir -p %buildroot{%_bindir,%_libdir/%name,%_datadir/applications}
cp -r help tipp10  tipp10v2.template  wrong.wav %buildroot%_libdir/%name

cat > %buildroot%_bindir/%name << EOF
#!/bin/bash
cd %_libdir/%name
./tipp10 "\$@"
EOF

install -m 644 -D %SOURCE1 %buildroot%_datadir/pixmaps/%name.png

cat > %buildroot%_datadir/applications/mandriva-%name.desktop << EOF
[Desktop Entry]
Name=Tipp10
Comment=Touch typing trainer
Comment[de]=Schreibtrainer
Exec=tipp10
Icon=tipp10
Terminal=false
Type=Application
Categories=Education;Qt;
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc *.txt
%attr(755,root,root) %_bindir/%name
%_libdir/%name
%_datadir/pixmaps/%name.png
%_datadir/applications/mandriva-%name.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-5
+ Revision: cab8988
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8673 |14cr|tkabber-1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Client for the Jabber instant messaging system
Name:		tkabber
Version:	1.1
Release:	1
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://tkabber.jabber.ru/
Source0:	http://files.jabber.ru/tkabber/%{name}-%{version}.tar.xz
Source2:	tkabber.png
Source3:	tkabber.desktop
Source4:	tkabber
Source5:	tkabber-remote
Patch0:		tkabber-1.0-install.patch
BuildRequires:	bwidget
BuildRequires:	desktop-file-utils
# Only to make sure we have these in repositories:
BuildRequires:	tcl-tcllib
BuildRequires:	tcl-tclxml
BuildRequires:	tcl-tkpng
BuildRequires:	tcl-zlib
BuildRequires:	tcltls
BuildRequires:	tdom
BuildRequires:	tkimg
BuildRequires:	tktray
Requires:	bwidget
Requires:	tcl-tcllib
Requires:	tcl-tclxml
Requires:	tcl-tkpng
Requires:	tcl-zlib
Requires:	tcltls
Requires:	tdom
Requires:	tkimg
Requires:	tktray
BuildArch:	noarch

%description
Tkabber is a Free and Open Source client for the Jabber
instant messaging system. It's written in Tcl/Tk, and
works on many platforms. The choice of Tcl/Tk for a Jabber
client is three-fold:
* it is portable: once you install a Tcl/Tk interpreter on
  your system, the Tkabber script "just runs" — without having
  to compile anything;
* it is customizable: Tkabber reads a configuration file when
  it starts that tells it the settings of various parameters; and,
* it is extensible: the configuration file is actually a Tcl
  script, so you can replace or augment entire portions of Tkabber
  (if you're so inclined).

%files
%doc AUTHORS COPYING ChangeLog README doc/tkabber.html
%{_bindir}/tkabber
%{_bindir}/tkabber-remote
%{_datadir}/tkabber
%{_datadir}/applications/tkabber.desktop
%{_datadir}/pixmaps/tkabber.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .install

%build
# nothing

%install
make install-bin DESTDIR=%{buildroot}

desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE3}

mkdir -p %{buildroot}%{_datadir}/pixmaps/
mkdir -p %{buildroot}%{_bindir}

install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/tkabber.png
install -m 0755 %{SOURCE4} %{buildroot}%{_bindir}/tkabber
install -m 0755 %{SOURCE5} %{buildroot}%{_bindir}/tkabber-remote


%changelog
* Thu Aug 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-1
+ Revision: 78caee0
- New version 1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8674 |14cr|tkabber-plugins-1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Additional plugins for tkabber
Name:		tkabber-plugins
Version:	1.1
Release:	1
# most have BSD, some GPL and tkabber-khim is under TCL
License:	GPLv2 and BSD and TCL
Group:		Networking/Instant messaging
Url:		http://tkabber.jabber.ru/
Source0:	http://files.jabber.ru/tkabber/%{name}-%{version}.tar.xz
Requires:	tkabber = %{version}
BuildArch:	noarch

%description
Additional plugins for tkabber.

%files
%doc COPYING ChangeLog README license.*
%{_datadir}/tkabber-plugins

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# empty here

%install
make install-bin PREFIX=%{_prefix} DESTDIR=%{buildroot}

cp attline/license.terms license.BSD
cp tkabber-khim/tklib_licence.terms license.TCL


%changelog
* Fri Sep 12 2014 redmosaic <es_wkm@rambler.ru> 1.1-1
+ Revision: 5cdbcfc
- Update to version 1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8675 |14cr|tkbabel-0.59-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tk/Tcl frontend for babelfish language translation
Name:		tkbabel
Version:	0.59
Release:	8
License:	GPL
Group:		Communications

Source:		http://members.home.net/sdanis/%{name}/%{name}-%{version}.tar.bz2

URL:		http://members.home.ner/sdanis/%{name}/
Buildarch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Tkbabel and tclbabel are simple Tcl/Tk programs to access babelfish from
either the command line (tclbabel) or from a simple GUI (tkbabel).


%prep
 
%setup -q -n %{name}-%{version}
  
%build
# replace the location of Babelfish.tcl in tkbabel and tclbabel
mv tclbabel tclbabel.orig
#sed -e "s/\/usr\/local\/lib\/tclbabel/\/usr\/share/" tclbabel.orig > tclbabel
perl -pi -e "s,/usr/local/lib/tclbabel/,/usr/share/," tclbabel.orig
perl -pi -e "s,/usr/lib/tclbabel/,/usr/share/," tclbabel.orig
cat tclbabel.orig > tclbabel

mv tkbabel  tkbabel.orig
#sed -e "s/\/usr\/local\/lib\/tclbabel/\/usr\/share/" tkbabel.orig  > tkbabel
perl -pi -e "s,/usr/local/lib/tclbabel/,/usr/share/," tkbabel.orig
perl -pi -e "s,/usr/lib/tclbabel/,/usr/share/," tkbabel.orig
cat tkbabel.orig > tkbabel

%install
rm -fr %buildroot

# install the actual executable
install -m 755 -d $RPM_BUILD_ROOT/usr
install -m 755 -d $RPM_BUILD_ROOT%{_bindir}
install -m 755 -d $RPM_BUILD_ROOT/usr/share
install -m 755 Babelfish.tcl  $RPM_BUILD_ROOT/usr/share/Babelfish.tcl
install -m 755 {tk,tcl}babel  $RPM_BUILD_ROOT%{_bindir}/


%clean
rm -fr %buildroot


%files
%defattr (-,root,root)
%doc CHANGELOG INSTALL LICENSE README USAGE BUGS
%{_bindir}/tclbabel
%{_bindir}/tkbabel
/usr/share/Babelfish.tcl 




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.59-8
+ Revision: 132bb95
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8676 |14cr|tkdvd-4.0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple DVD mastering GUI
Name:		tkdvd
Version:	4.0.9
Release:	3
License:	GPLv2+
Group:		Archiving/Cd burning
URL:		http://regis.damongeot.free.fr/tkdvd/
Source0:	http://regis.damongeot.free.fr/tkdvd/dl/%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
# For macros
BuildRequires:	tcl-devel
Requires:	dvd+rw-tools tk tcl
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
TkDVD is a GUI for growisofs which is a part of dvd+rw-tools.  It allows
burnning DVD+R/RW, -R/W and DVD+R DL easily.

Features:
    * View the current command line passed to growisofs with options and
      file listing
    * Burn DVD from iso images
    * Create ISO images from files
    * Can overburn DVD
    * Support multi-sessions DVD
    * Add/delete/exclude file/directories and show current used space
    * can keep directory structure
    * options to choose iso9660 filesystem extension (like Joliet or
      RockRidge extensions)
    * Prevent burning if used space > DVD+R/RW capacity
    * show output of growisofs/mkisofs to view burned % and estimated
      remaining time

%prep
%setup -q -n %{name}
chmod 755 TkDVD.sh
chmod 644 icons/*.*
chmod 644 src/*.tcl
perl -p -i -e 's|\$\{source_directory\}|%{tcl_sitelib}/%{name}||g' TkDVD.sh src/*

%install
rm -fr %{buildroot}
mkdir -p %{buildroot}%{tcl_sitelib}/%{name}
cp TkDVD.sh %{buildroot}%{tcl_sitelib}/%{name}
cp -r src %{buildroot}%{tcl_sitelib}/%{name}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{tcl_sitelib}/%{name}/TkDVD.sh %{buildroot}%{_bindir}/%{name}

#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=TkDVD
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=DiscBurning;Archiving;
EOF

#icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
cp icons/%{name}-48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
cp icons/%{name}-32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -size 16x16 icons/%{name}-48.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%clean_icon_cache hicolor
%endif

%files
%defattr(-,root,root)
%doc ChangeLog FAQ README TODO
%{_bindir}/%{name}
%{tcl_sitelib}/%{name}
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.9-3
+ Revision: ebcb9e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8677 |14cr|tkeca-4.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		tkeca
Summary: 	Tk GUI for Ecasound multitrack audio editor and recorder
Version: 	4.4.3
Release: 	2
Source0:	http://sourceforge.net/projects/tkeca/files/%{name}-%{version}.tar.gz
URL:		http://tkeca.sourceforge.net/
License:	GPLv2+
Group:		Sound
# For macros
BuildRequires:	tcl-devel
Requires:	tk
Requires:	tcl
Requires:	ecasound
BuildArch:	noarch

%description
Tk Ecasound is a frontend for Ecasound. It has the look of a multitrack
recorder. It supports Ladspa plugins, multiple devices inputs/outputs,
and multiple effects.

%prep
%setup -q
										
%install
mkdir -p %{buildroot}/%{tcl_sitelib}/%{name}
cp tkeca.tcl %{buildroot}/%{tcl_sitelib}/%{name}/

mkdir -p %{buildroot}/%{_bindir}
cat > %{buildroot}/%{_bindir}/%{name} << EOF
#!/bin/bash
if [ -e ~/.ecasoundrc ]
then echo "~/.ecasoundrc found"
else echo "creating ~/.ecasoundrc"; cp /usr/share/ecasound/ecasoundrc ~/.ecasoundrc
fi
if [ -e ~/.ecasound/ecasoundrc ]
then echo "~/.ecasound/ecasoundrc found"
else echo "creating ~/.ecasound/ecasoundrc"; mkdir -p ~/.ecasound; cp /usr/share/ecasound/ecasoundrc ~/.ecasound
fi
%{tcl_sitelib}/%{name}/tkeca.tcl
EOF
chmod ugo+x %{buildroot}/%{_bindir}/%{name}

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=TkEca
Comment=%{summary}
Exec=%{_bindir}/%{name} 
Icon=sound_section
Terminal=false
Type=Application
Categories=AudioVideo;Audio;AudioVideoEditing;
EOF

%clean

%if %mdkversion < 200900
%post
%update_menus
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%doc README.tkeca *.html
%{_bindir}/%{name}
%{_datadir}/applications/*
%{tcl_sitelib}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.4.3-2
+ Revision: 750931a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8678 |14cr|tkimg-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Image support library for Tk
Name:		tkimg
Version:	1.4
Release:	4
License:	BSD
Group:		System/Libraries
Url:		http://sourceforge.net/projects/tkimg
Source0:	%{name}%{version}.tar.bz2
# A request to allow building with system libraries has been submitted
# https://sourceforge.net/tracker/index.php?func=detail&aid=2292032&group_id=52039&atid=465495
Patch0:		tkimg-20081115-syslibs-zlib.patch
Patch1:		tkimg-20081115-syslibs-png.patch
Patch2:		tkimg-20081115-syslibs-tiff.patch
Patch3:		tkimg-20081115-syslibs-jpg.patch
BuildRequires:	tcl-tcllib
BuildRequires:	jpeg-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(zlib)
Requires:	tcl

%description
This package contains a collection of image format handlers for the Tk
photo image type, and a new image type, pixmaps.
The provided format handlers include bmp, gif, ico, jpeg, pcx, png,
ppm, ps, sgi, sun, tga, tiff, xbm, and xpm.

%files
%doc README
%{_libdir}/*.so
%{tcl_sitearch}/Img1.4
%exclude %{tcl_sitearch}/Img1.4/*.a
%{_mandir}/mann/*.n*

#----------------------------------------------------------------------------

%package devel
Summary:	Libraries, includes, etc. used to develop an application with %{name}
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	jpeg-devel
Requires:	tcl-devel
Requires:	pkgconfig(libpng)
Requires:	pkgconfig(libtiff-4)
Requires:	pkgconfig(tk)
Requires:	pkgconfig(zlib)

%description devel
This are the header files needed to develop a %{name} application.

%files devel
%doc README
%{_includedir}/*
%{_libdir}/*.sh
%{tcl_sitearch}/Img1.4/*.a

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%configure2_5x --with-tcl=%{tcl_sitearch} --with-tk=%{_libdir} --libdir=%{tcl_sitearch} --disable-threads
%make

%install
make INSTALL_ROOT=%{buildroot} install

# Fixing some permissions
find %{buildroot}/%{tcl_sitearch} -name "*.sh" |xargs chmod 644
find %{buildroot}/%{tcl_sitearch} -name "*.tcl" |xargs chmod 644
find %{buildroot}/%{tcl_sitearch} -name "*.a" |xargs chmod 644
find %{buildroot}/%{tcl_sitearch} -name "*.so" |xargs chmod 755

# Make library links
mv %{buildroot}/%{tcl_sitearch}/*.sh %{buildroot}/%{_libdir}
for tcllibs in %{buildroot}/%{tcl_sitearch}/Img1.4/*tcl*.so; do
btcllibs=`basename $tcllibs`
ln -s tcl%{tcl_version}/Img1.4/$btcllibs %{buildroot}/%{_libdir}/$btcllibs
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: 5f8cb45
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8679 |14cr|tktray-1.3.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	System Tray Icon Support for Tk on X11
Name:		tktray
Version:	1.3.9
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://code.google.com/p/tktray/
Source0:	http://tktray.googlecode.com/files/%{name}%{version}.tar.gz
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
Requires:	tk
Requires:	tcl

%description
Tktray is an extension that is able to create system tray icons.
It follows http://www.freedesktop.org specifications when looking 
up the system tray manager.

%files
%doc ChangeLog license.terms docs/tktray.html
%{tcl_sitearch}/%{name}%{version}
%{_libdir}/*.so
%{_mandir}/mann/%{name}.n.*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}%{version}

chmod 0644 ChangeLog license.terms docs/*

%build
%configure2_5x \
	--libdir=%{tcl_sitearch} \
	--with-tcl=%{_libdir} \
	--with-tk=%{_libdir}

%make CFLAGS_DEFAULT="%{optflags}" CFLAGS_WARNING="-Wall"

%install
%makeinstall_std

ln -s tcl%{tcl_version}/%{name}%{version}/lib%{name}%{version}.so %{buildroot}%{_libdir}/lib%{name}%{version}.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.9-2
+ Revision: d4e4bf7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8680 |14cr|tla-1.3.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags	%nil
%define name	tla
%define version 1.3.5
%define release 6

Name:		%name
Version:	%version
Release:	%release
Summary:	TLA revision control system
License:	GPL
Group:		Development/Other
URL:		http://www.gnu.org/software/gnu-arch/
# Source: 	ftp://ftp.gnu.org/gnu/gnu-arch/%{name}-%{version}.tar.gz
# Source:	http://releases.gnuarch.org/tla/%{name}-%{version}.tar.gz
Source0: 	%{name}-%{version}.tar.bz2
#gw libneon needs some better provides
BuildRequires:	pkgconfig(neon)
Requires:	gawk tar gzip patch diffutils

%description
Also known as GNU Arch.
A modern replacement for CVS, specifically designed for the distributed 
development needs of open source projects. It has uniquely good support 
for development on branches (especially good merging tools), distributed 
repositories (every developer can have branches in their own repository), 
changeset-oriented project management (arch commits changes to multiple 
files at once), and, of course, file and directory renaming.

%prep
%setup -q -n %{name}-%{version}
# remove id files we don't want to distribute
find src/docs-tla -name .arch-ids | xargs rm -fr
# don't want to use embedded libneon (see also Patch0)
rm -rf src/tla/libneon

echo "%{name}-%{version} (%{name}-%{version}-%{release})" > \=RELEASE-ID 
#sed -i 's/-Wformat//g' src/libneon/configure src/libneon/macros/neon.m4

%build
mkdir \=build
cd \=build
export CFLAGS="${RPM_OPT_FLAGS}"
../src/configure --prefix=%{_prefix} --destdir=%{buildroot} 

make

%check
cd \=build
make test

%install
cd \=build
make install destdir=%{buildroot}

cd ..
#cp -r src/docs-tla/html html
#cp -r src/docs-tla/ps ps
#cp -r src/docs-tla/texi texi

sed 's,^#![[:space:]]*/.*$,#! /usr/bin/gawk -f,' src/tla/\=gpg-check.awk > %{buildroot}/%{_prefix}/bin/tla-gpg-check
chmod 0755 %{buildroot}/%{_prefix}/bin/tla-gpg-check

%files
%doc src/docs-tla/COPYING* src/docs-tla/ChangeLog 
%{_bindir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.5-6
+ Revision: dd3754d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8681 |14cr|tlf-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	TLF is a contest logging program for Linux
Name:		tlf
Version:	1.1.2
Release:	2
License:	GPLv2+
Group:		Communications
Url:		http://home.iae.nl/users/reinc/TLF-0.2.html
Source0:	https://github.com/downloads/Tlf/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(hamlib)
BuildRequires:	pkgconfig(ncurses)

%description
Tlf is developed by Rein Couperus, PA0R. Hamlib is used here to get the rig's
frequency and track dx spots when logged in to a DX-cluser.

Tlf is a contest logging program with networking support, partially based on
TRLOG (but much better of course).

%files
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/tlf
%{_bindir}/play_vk
%{_datadir}/man/man1/tlf.1.*
%{_bindir}/soundlog
%{_datadir}/tlf/arrlsections
%{_datadir}/tlf/callmaster
%{_datadir}/tlf/cty.dat
%{_datadir}/tlf/ssamults
%{_datadir}/tlf/spdxmults
%{_datadir}/tlf/paccmults
%{_datadir}/tlf/ea_sections
%{_datadir}/tlf/logcfg.dat
%{_datadir}/tlf/rules/*
%{_datadir}/tlf/arrl10m_mults
%{_datadir}/tlf/arrldx_mults

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
#--enable-hamlib
%make

%install
%makeinstall_std


%changelog
* Mon Aug 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.2-2
+ Revision: b7c5893
- Don't require gnuradio-core development files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8682 |14cr|tmake-2.12-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Easy-to-use tool for creating and maintaining portable makefiles
Name:		tmake
Version:	2.12
Release:	8
Group:		Development/Other
License:	Distributable (see LICENSE file)
URL:		http://tmake.sourceforge.net
Source0:	http://heanet.dl.sourceforge.net/sourceforge/tmake/%name-%version.tar.bz2
Source1:	%{name}.rpmlintrc
Requires:	perl
BuildArch:	noarch

%description
Tmake is an easy-to-use tool for creating and maintaining makefiles across
many platforms and compilers. This is a command-line tool based on project
files. The idea is that you should spend your time writing code, not
makefiles.

%prep
%setup -q

%install
install -d %{buildroot}%{_libdir}/%{name}
install -d %{buildroot}%{_bindir}

cp -R lib %{buildroot}%{_libdir}/%{name}
install bin/%name %{buildroot}%{_libdir}/%{name}
install bin/progen %{buildroot}%{_libdir}/%{name}
cat > %{buildroot}%{_bindir}/%{name} <<EOF
export TMAKEPATH=%{_libdir}/%{name}/lib/linux-g++
exec %{_libdir}/%{name}/tmake "\$@"
EOF
cat > %{buildroot}%{_bindir}/progen <<EOF
export TMAKEPATH=%{_libdir}/%{name}/lib/linux-g++
exec %{_libdir}/%{name}/progen "\$@"
EOF

%files
%defattr(755, root, root)
%doc README LICENSE
%doc doc example
%{_libdir}/tmake
%{_bindir}/tmake
%{_bindir}/progen

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.12-8
+ Revision: b41cbf8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8683 |14cr|tmda-1.1.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	tmda
%define version 1.1.12
%define release 2


Summary:	Tagged Message Delivery Agent
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://download.sourceforge.net/%{name}/%{name}-%{version}.tgz
License:	BSD
Group:		Networking/Mail
URL:		http://tmda.net
BuildArch:	noarch
Requires:	python-cdb
BuildRequires:	python 
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
TMDA is an OSI certified software application designed to
significantly reduce the amount of SPAM/UCE (junk-mail) you
receive. TMDA combines a  "whitelist" (for known/trusted senders),
a "blacklist" (for undesired senders), and a cryptographically
enhanced confirmation system (for unknown, but legitimate
senders).

%package	emacs
Summary:	Tagged Message Deliver Agent - Emacs Support Files
Group:		Editors
Requires:	tmda >= %{version}, emacs

%description	emacs
This module contains useful helper routines for using TMDA from
Gnus (and perhaps other Emacs based mail/news readers). 

%prep
%setup -q

%build
mv doc/README README2

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}


install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/tmda
install -d %{buildroot}%{_datadir}/emacs/site-lisp
install -d %{buildroot}%{py_puresitedir}/TMDA/pythonlib/email

install -m0755 bin/tmda-* %{buildroot}%{_bindir}/
install -m0644 templates/*.txt %{buildroot}%{_datadir}/tmda/
install -m0644 TMDA/*.py %{buildroot}%{py_puresitedir}/TMDA/
install -m0644 TMDA/pythonlib/email/*.py %{buildroot}%{py_puresitedir}/TMDA/pythonlib/email/
install -m0755 contrib/{collectaddys,printcdb,printdbm} %{buildroot}%{_bindir}
install -m0644 contrib/tmda.el %{buildroot}%{_datadir}/emacs/site-lisp

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog CODENAMES COPYING CRYPTO INSTALL README* THANKS UPGRADE contrib doc/html/{*.html,attachments/} doc/pdf/*
%attr(0755,root,root) %{_bindir}/*
%{py_puresitedir}/TMDA/
%{_datadir}/tmda/*

%files emacs
%defattr(0644,root,root)
%{_datadir}/emacs/site-lisp/tmda.el





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.12-2
+ Revision: b234286
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8684 |14cr|tmux-1.9a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Terminal multiplexer
Name:		tmux
Version:	1.9a
Release:	2
License:	BSD 
Group:		Terminals
Url:		http://tmux.sourceforge.net/ 
Source0:	http://downloads.sourceforge.net/tmux/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(ncurses)

%description
tmux is a "terminal multiplexer". It allows a number of terminals (or
windows) to be accessed and controlled from a single terminal. It is
intended to be a simple, modern, BSD-licensed alternative to programs
such as GNU screen.

%prep
%setup -q

%build
%configure2_5x
%make

%install
install -d %{buildroot}%{_bindir}
install -m 755 tmux %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -m 644 tmux.1 %{buildroot}%{_mandir}/man1

%files
%doc FAQ TODO CHANGES examples/
%{_bindir}/tmux
%{_mandir}/man1/tmux.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9a-2
+ Revision: 9d02b95
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8685 |14cr|tmwmusic-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		tmwmusic
Version:	0.3
Release:	2
Summary:	The music for The Mana World
Group:		Games/Other
License:	GPLv2+
Url:		http://themanaworld.org/
Source0:	http://sourceforge.net/projects/themanaworld/files/TMW%20Music/0.3/%{name}-%{version}.tar.gz
BuildArch:	noarch

Suggests:	tmw

%description
This packages contains the music for The Mana World.

%prep
%setup -q

%install
mkdir -p %{buildroot}%{_gamesdatadir}/tmw/
cp -R data %{buildroot}%{_gamesdatadir}/tmw/

%clean

%files
%defattr(0644,root,root,0755)
%{_gamesdatadir}/tmw



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: ec64608
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8686 |14cr|tn5250-0.17.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define major   1
%define libname %mklibname %name %major

%define summary 5250 Telnet protocol and Terminal
%define title tn5250

Summary: 	5250 Telnet protocol and Terminal
Name: 		tn5250
Version: 	0.17.4
Release: 	6
License: 	GPL & LGPL
Group: 		Networking/Other
Source: 	http://prdownloads.sourceforge.net/tn5250/%{name}-%{version}.tar.bz2
Url: 		http://tn5250.sourceforge.net
Requires:	ncurses, openssl
BuildRequires:	ncurses-devel, openssl-devel
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description
tn5250 is an implementation of the 5250 Telnet protocol
It provide 5250 library and 5250 terminal emulation

%package -n %{libname}
Group:		System/Libraries
Summary:	Library for 5250 protocol
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
tn5250 is an implementation of the 5250 Telnet protocol
It provide 5250 library and 5250 terminal emulation

%package devel
Group:		Development/Other
Summary:	Development tools for 5250 protocol
Requires:       %{name} = %{version}-%{release}
Provides:       %{name}-devel

%description devel
tn5250 is an implementation of the 5250 Telnet protocol
It provide 5250 library and 5250 terminal emulation

%prep
%setup -q
perl -pi -e 's,Example\:,Example\:\\n\\,' src/tn5250.c

%build
%configure2_5x --with-x --with-ssl
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=%{title}
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=ConsoleOnly;TerminalEmulator;X-MandrivaLinux-System-Terminals;
EOF

install -d -m 0755 %{buildroot}/%{_menudir}
install -d -m 0755 %{buildroot}/%{_miconsdir}
install -d %{buildroot}%{_datadir}/icons
install -d %{buildroot}/etc/X11/applnk/Internet/
install linux/5250.tcap %{buildroot}%{_datadir}/%{name}
install linux/5250.terminfo %{buildroot}%{_datadir}/%{name}
install *.png %{buildroot}%{_datadir}/icons
install *.xpm %{buildroot}%{_datadir}/icons
mv -f linux/README README.linux
cp -f %{name}-48x48.png %{buildroot}%{_datadir}/icons/%{name}.png


%post
if which tic>/dev/null 2>&1; then tic %{_datadir}/%{name}/5250.terminfo >/dev/null 2>&1; fi

%preun
if [ $1 = 0 ]; then
rm -f %{_datadir}/terminfo/5/5250
rm -f %{_datadir}/terminfo/X/xterm-5250
fi

%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README README.ssl TODO README.linux
%{_bindir}/*5250
%{_bindir}/*5250d
%{_bindir}/scs2*
%{_bindir}/5250keys
%{_mandir}/man[15]/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/icons/*
%{_datadir}/applications/mandriva-%{name}.desktop

%files -n %{libname}
%{_libdir}/*.so.*

%files devel
%{_libdir}/*a
%{_libdir}/*so
%{_includedir}/tn5250.h
%dir %{_includedir}/tn5250
%{_includedir}/tn5250/*.h



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17.4-6
+ Revision: d638ab8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8687 |14cr|tofu-0.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Tofu

Summary:	Network game engine written with python and twisted
Name:		tofu
Version:	0.5
Release:	10
License:	LGPLv2.1+
Group:		Development/Python
Url:		http://pyserial.sourceforge.net
Source0:	%{oname}-%{version}.tar.bz2
BuildRequires:	pkgconfig(python)
Requires:	python-twisted-core
BuildArch:	noarch

%description
Tofu is a practical high-level network game engine, written in Python and
based on Twisted.

Tofu is designed for games where players play one or several characters
accross several levels. This includes jump'n run games, RPG or RTS, but not
Tetris-like games or board game (chess, go,...).

It currently support client-server and single player mode; peer-to-peer mode
may be added later.

%files
%doc README demo/*
%attr(0755,root,root) %{python_sitelib}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root %{buildroot}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5-10
+ Revision: afb6b93
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8688 |14cr|togl-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# required by netgen
%define	compat_17	1

Name:		togl
Group:		Sciences/Other
Version:	2.0
Release:	4
Summary:	Togl - a Tk OpenGL widget
License:	BSD like
URL:		http://togl.sourceforge.net/index.html
Source0:	Togl2.0-src.tar.gz
Source1:	Togl-1.7.tar.gz

BuildRequires:	pkgconfig(gl)
BuildRequires:	tcl-devel
BuildRequires:	tk-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
Patch0:		Togl2.0-build.patch

%description
Togl is a Tk widget for OpenGL rendering. Togl was originally based on OGLTK,
written by Benjamin Bederson at the University of New Mexico. Togl's main
features are:

    * unifies MS Windows, X11 (Linux/IRIX/...), and Mac OS X Aqua support
    * support for requesting stencil, accumulation, alpha buffers, etc.
    * multiple OpenGL drawing windows
    * simple stereo rendering support
    * simple, portable font support
    * color-index mode support including color allocation functions
    * overlay plane support
    * OpenGL extension testing from Tcl
    * Tcl Extension Architecture (TEA) 3 compliant 

Togl does almost no OpenGL drawing itself, instead it manages OpenGL drawing
by calling various Tcl commands (a.k.a., callback functions). Those commands
can be C functions that call OpenGL (in)directly or another Tcl package
(e.g., Tcl3D).

Togl is copyrighted by Brian Paul (brian_e_paulATyahooDOTcom),
Benjamin Bederson (bedersonATcsDOTumdDOTedu), and Greg Couch
(gregcouchATusersDOTsourceforgeDOTnet). See the LICENSE file for details.

#-----------------------------------------------------------------------
%prep
%setup -q -n Togl%{version} -a 1

%patch0 -p1

#-----------------------------------------------------------------------
%build
%configure2_5x --disable-static --enable-shared
%make
%if %{compat_17}
  pushd Togl-1.7
    %configure2_5x --disable-static --enable-shared
    %make
  popd
%endif

#-----------------------------------------------------------------------
%clean
rm -rf %{buildroot}

#-----------------------------------------------------------------------
%install
%if %{compat_17}
  pushd Togl-1.7
    %makeinstall_std
    mkdir -p %{buildroot}%{_includedir}/Togl1.7
    rm -f %{buildroot}%{_includedir}/togl_ws.h
    mv -f %{buildroot}%{_includedir}/togl.h %{buildroot}%{_includedir}/Togl1.7
    mv -f %{buildroot}%{_libdir}/Togl1.7/* %{buildroot}%{_libdir}
    mv -f %{buildroot}%{_libdir}/{,Togl1.7-}pkgIndex.tcl
    rmdir %{buildroot}%{_libdir}/Togl1.7
  popd
%endif
%makeinstall_std
mkdir -p %{buildroot}%{_docdir}/togl
mv -f %{buildroot}%{_libdir}/Togl2.0/LICENSE %{buildroot}%{_docdir}/togl
cp -fa doc/* %{buildroot}%{_docdir}/togl
mv -f %{buildroot}%{_libdir}/Togl2.0/* %{buildroot}%{_libdir}
mv -f %{buildroot}%{_libdir}/{,Togl2.0-}pkgIndex.tcl
rmdir %{buildroot}%{_libdir}/Togl2.0

#-----------------------------------------------------------------------
%files
%{_libdir}/libTogl2.0.so
%{_libdir}/lib*.a
%{_libdir}/*.tcl
%{_includedir}/*.h
%dir %{_docdir}/togl
%{_docdir}/togl/*
%if %{compat_17}
  %{_libdir}/libTogl1.7.so
  %dir %{_includedir}/Togl1.7
  %{_includedir}/Togl1.7/*.h
%endif

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 1392662
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8689 |14cr|toilet-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package	%{nil}

Name:		toilet
Version:	0.3
Release:	3
Summary:	Powerful figlet replacement
License:	WTFPL
Group:		Text tools
Url:		http://libcaca.zoy.org/toilet.html
Source:		http://libcaca.zoy.org/files/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(caca) = 0.99.beta18
BuildRequires:	pkgconfig(zlib)


%description
TOIlet is in its very early development phase. It uses the powerful libcucul
library to achieve various text-based effects. TOIlet implements or plans to
implement the following features:
 * The ability to load FIGlet fonts
 * Support for Unicode input and output
 * Support for color output
 * Support for various output formats: HTML, IRC, ANSI...

TOIlet also aims for full FIGlet compatibility. It is currently able to load
FIGlet fonts and perform horizontal smushing. 

%prep
%setup -q

%build
./bootstrap
%configure2_5x
%make


%install
%makeinstall 

%files
%_bindir/toilet
%_datadir/figlet
%_mandir/man1/toilet.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-3
+ Revision: 016621c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8690 |14cr|tokyotyrant-1.1.41-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Tokyo Tyrant: network interface of Tokyo Cabinet
Name:		tokyotyrant
Version:	1.1.41
Release:	3
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://1978th.net/tokyotyrant/
Source0:	http://1978th.net/tokyotyrant/%{name}-%{version}.tar.gz
Patch0:		tokyotyrant-1.1.33-mdv_conf.diff
Patch1:		tokyotyrant-1.1.33-sonames.diff
BuildRequires:	bzip2-devel
BuildRequires:	lua-devel
BuildRequires:	pkgconfig(tokyocabinet)
BuildRequires:	pkgconfig(zlib)

%description
Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet.
Though the DBM has high performance, you might bother in case that multiple
processes share the same database, or remote processes access the database.
Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo
Cabinet. It is composed of the server process managing a database and its
access library for client applications.

%files
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man1/*
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Tokyo Cabinet: a modern implementation of DBM
Group:		System/Libraries

%description -n %{libname}
Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet.
Though the DBM has high performance, you might bother in case that multiple
processes share the same database, or remote processes access the database.
Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo
Cabinet. It is composed of the server process managing a database and its
access library for client applications.

%files -n %{libname}
%doc COPYING ChangeLog README THANKS doc/* ext/*.lua
%{_libdir}/libtokyotyrant.so.%{major}*
%{_libdir}/ttskeldir.so
%{_libdir}/ttskelmock.so
%{_libdir}/ttskelnull.so
%{_libdir}/ttskelproxy.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static library and header files for the tokyotyrant library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet.
Though the DBM has high performance, you might bother in case that multiple
processes share the same database, or remote processes access the database.
Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo
Cabinet. It is composed of the server process managing a database and its
access library for client applications.

This package contains the static library and its header files.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libtokyotyrant.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/tokyotyrant.pc
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" configure*

%build
rm -f configure
autoconf

%configure2_5x \
	--enable-lua \
	--with-tc=%{_prefix} \
	--with-zlib=%{_prefix} \
	--with-bzip=%{_prefix} \
	--with-lua=%{_prefix}

%make

%install
%makeinstall_std

# cleanup
rm -rf %{buildroot}%{_datadir}/%{name}
rm -f doc/*~


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.41-3
+ Revision: a51687d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8691 |14cr|tolua++-1.0.93-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define apiver 5.1
%define soname tolua++%{apiver}
%define libname %mklibname %{name} %{apiver}
%define devname %mklibname %{name} -d

Summary:	A tool to integrate C/C++ code with Lua
Name:		tolua++
Version:	1.0.93
Release:	5
License:	MIT
Group:		Development/Other
Url:		http://www.codenix.com/~tolua/
Source0:	http://www.codenix.com/~tolua/%{name}-%{version}.tar.bz2
Source1:	custom.py
BuildRequires:	scons
BuildRequires:	pkgconfig(lua) < 5.2

%description
tolua++ is an extended version of tolua, a tool to integrate C/C++ code
with Lua. tolua++ includes new features oriented to C++.

%files
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for tolua++
Group:		Development/Other
Requires:	%{name} >= %{EVRD}

%description -n %{libname}
Shared library for tolua++.

%files -n %{libname}
%{_libdir}/lib%{soname}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for tolua++
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(lua) < 5.2
Provides:	tolua++-devel = %{EVRD}

%description -n %{devname}
Development files for tolua++.

%files -n %{devname}
%doc README doc/*
%{_libdir}/libtolua++.so
%{_includedir}/%{name}.h

#----------------------------------------------------------------------------

%prep
%setup -q
cp %{SOURCE1} custom.py

%build
scons -Q CCFLAGS="%{optflags}" LINKFLAGS="%{ldflags} -Wl,-soname,lib%{soname}.so"
# Recompile the binary without the soname. An ugly hack from Fedora.
# We need it to fix tolua++: symbol lookup error: tolua++: undefined symbol: tolua_open
gcc -o bin/%{name} src/bin/tolua.o src/bin/toluabind.o -Llib -l%{soname} -llua -ldl -lm

%install
mkdir -p %{buildroot}%{_bindir}
mkdir %{buildroot}%{_libdir}
mkdir %{buildroot}%{_includedir}
install -m0755 bin/%{name}  %{buildroot}%{_bindir}
install -m0755 lib/lib%{soname}.so* %{buildroot}%{_libdir}
install -m0644 include/%{name}.h %{buildroot}%{_includedir}
cd %{buildroot}%{_libdir}
ln -s lib%{soname}.so libtolua++.so


%changelog
* Wed Aug 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.93-5
+ Revision: 4e5ded8
- Force build with lua 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8692 |14cr|tolua-5.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sdevname %mklibname %{name} -d -s

Summary:	A tool that greatly simplifies the integration of C/C++ code with Lua
Name:		tolua
Version:	5.1.2
Release:	5
License:	GPL
Group:		Development/Other
Url:		http://www.tecgraf.puc-rio.br/~celes/tolua/
Source0:	ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(lua) < 5.2
Requires:	lua5.1
Requires:	%{name}-devel = %{EVRD}

%description
tolua is a tool that greatly simplifies the integration of C/C++ 
code with Lua. Based on a cleaned header file, tolua automatically 
generates the binding code to access C/C++ features from Lua. 
Using Lua API and tag method facilities, tolua maps C/C++ constants, 
external variables, functions, classes, and methods to Lua.

%files
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Header files for tolua
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 5.1.2-5
Obsoletes:	%{name}-devel < 5.1.2-5

%description -n %{sdevname}
Header files for tolua.

%files -n %{sdevname}
%doc INSTALL README
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.a

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
find -name "*.o" | xargs rm
sed -i	-e "s@LUA=/usr/local@LUA=/usr@" \
	-e "s@LUALIB=$(LUA)/lib@LUALIB=$(LUA)/%{_lib}@" \
	-e "s@CFLAGS=@CFLAGS=%{optflags}@" \
	-e "s@CXXFLAGS=@CXXFLAGS=%{optflags}@" \
	config

%build
%make

%install
install -dm 755 %{buildroot}%{_bindir}
install -m 755 bin/%{name} %{buildroot}%{_bindir}

install -dm 755 %{buildroot}%{_includedir}
install -m 644 include/%{name}.h %{buildroot}%{_includedir}

install -dm 755 %{buildroot}%{_libdir}
install -m 644 lib/lib%{name}.a %{buildroot}%{_libdir}

%changelog
* Wed Aug 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.1.2-5
+ Revision: cd85407
- Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8693 |14cr|tomahawk-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major %{version}
%define libname %mklibname tomahawklib %{major}
%define devname %mklibname tomahawklib -d

Summary:	Qt playdar social music player
Name:		tomahawk
Version:	0.7.0
Release:	2
License:	GPLv3
Group:		Sound
Url:		http://tomahawk-player.org
Source0:	http://downloads.tomahawk-player.org/%{name}-%{version}.tar.bz2
Patch0:		tomahawk-0.7.0-static-portfwd.patch
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	liblastfm-devel
BuildRequires:	qt4-devel
BuildRequires:	qtweetlib-devel
BuildRequires:	quazip-devel
BuildRequires:	pkgconfig(libattica)
BuildRequires:	pkgconfig(libclucene-core) >= 2.3.3.4
BuildRequires:	pkgconfig(libechonest) >= 2.0.3
BuildRequires:	pkgconfig(libjreen)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(taglib)
Provides:	tomahawk-player = %{version}-%{release}

%description
Tomahawk Player is a next generation music player.

It features custom stations (building upon the beatuiful Echo Nest),
a playlist importer, social connection to Twitter, Google Chat, and Jabber.

Maybe most important of all: It's able to find and pull music from different 
sources like YouTube, last.fm, SoundCloud, Skreemr, Spotify, and more using 
the Playdar approach. Of course, it can also play songs from a local library.

Make sure to check out the video if you like to know more.

%files
%{_bindir}/tomahawk
%{_libdir}/libtomahawk_*.so
%{_prefix}/libexec/tomahawk_crash_reporter
%{_datadir}/applications/tomahawk.desktop
%{_iconsdir}/hicolor/*/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package provides shared library for %{name}.

%files -n %{libname}
%{_libdir}/libtomahawklib.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides development libraries and headers needed to build
software using %{name}.

%files -n %{devname}
%{_includedir}/libtomahawk
%{_libdir}/cmake/Tomahawk
%{_libdir}/libtomahawklib.so
%{_libdir}/libtomahawk_portfwd.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake \
	-DINTERNAL_JREEN=OFF \
	-DBUILD_RELEASE=ON
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 8122b05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8694 |14cr|tomboy-1.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		tomboy
Version:	1.12.2
Release:	2
Summary:	Desktop note-taking application for Linux and Unix
Group:		Graphical desktop/GNOME
# Tomboy itself is LGPL+
# libtomboy contains GPL+ code
License:	LGPL+ and GPLv2+
URL:		http://www.gnome.org/projects/tomboy/
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
#gw we need an UTF-8 locale for gmcs to allow non-ASCII source files
BuildRequires:	locales-en
###
#for autoreconf
BuildRequires:	intltool
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
###
#BuildRequires:	mono(gmcs)
BuildRequires:	mono
BuildRequires:	pkgconfig(mono) >= 1.9.1
BuildRequires:	pkgconfig(mono-addins)
#BuildRequires:  pkgconfig(mono-nunit)
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.14.0
BuildRequires:	pkgconfig(dbus-sharp-glib-1.0) >= 0.3
BuildRequires:	pkgconfig(gconf-sharp-2.0)
BuildRequires:	pkgconfig(gtkspell-2.0) >= 2.0.9
BuildRequires:	pkgconfig(gmime-sharp-2.6)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(galago-sharp) >= 0.5.0

%description
Tomboy is a desktop note-taking application for Linux and Unix. Simple
and easy to use, but with potential to help you organize the ideas and
information you deal with every day. The key to Tomboy's usefulness
lies in the ability to relate notes and ideas together. Using a
WikiWiki-like linking system, organizing ideas is as simple as typing
a name. Branching an idea off is easy as pressing the Link button. And
links between your ideas won't break, even when renaming and
reorganizing them.

%prep
%setup -q

%build
%configure2_5x \
	--enable-galago=no \
	--enable-panel-applet=no \
	--disable-scrollkeeper \
	--disable-update-mimedb \
	--disable-schemas-install \
	--enable-gnome=no \
	--enable-tests=no
make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

#we don't want these
rm -f %{buildroot}%{_libdir}/tomboy/libtomboy.la

%preun
%preun_uninstall_gconf_schemas %{name}

%files -f %{name}.lang
%doc NEWS README AUTHORS
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_bindir}/%{name}
%dir %{_libdir}/%{name}
%{_mandir}/man1/%name.1*
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/tomboy*
%{_datadir}/icons/hicolor/*/mimetypes/application-x-note.*
%{_datadir}/mime/packages/tomboy.xml
%{_datadir}/%{name}
%{_libdir}/%{name}/libtomboy.so
%{_libdir}/%{name}/Tomboy.exe
%{_libdir}/%{name}/Tomboy.exe.config
%{_libdir}/%{name}/Tomboy.exe.mdb
%{_libdir}/%{name}/addins/
%{_libdir}/pkgconfig/tomboy-addins.pc
%{_datadir}/dbus-1/services/org.gnome.Tomboy.service

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12.2-2
+ Revision: 6c13e41
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8695 |14cr|tomcat-native-1.1.24-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 1
%define libname %mklibname tcnative %{api} %{major}
%define devname %mklibname tcnative %{api} -d

Summary:	Tomcat Native Java library
Name:		tomcat-native
Version:	1.1.24
Release:	3
License:	Apache License
Group:		Development/Java
Url:		http://tomcat.apache.org/
Source0:	http://www.apache.org/dist/tomcat/tomcat-connectors/native/%{version}/source/%{name}-%{version}-src.tar.gz
BuildRequires:	java-rpmbuild
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	pkgconfig(apr-1)
BuildRequires:	pkgconfig(openssl)

%description
The mission of the Tomcat Native Livrary (TCN) is to provide a
free library of C data structures and routines. This library
contains additional utility interfaces for Java.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Tomcat Native development kit
Group:		Development/Java
Conflicts:	%{_lib}tcnative1 < 1.1.24-2
Obsoletes:	%{_lib}tcnative1 < 1.1.24-2

%description -n %{libname}
The mission of the Tomcat Native Livrary (TCN) is to provide a
free library of C data structures and routines. This library
contains additional utility interfaces for Java.

%files -n %{libname}
%doc ../../KEYS ../../LICENSE ../../NOTICE BUILDING
%{_libdir}/libtcnative-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Tomcat Native development kit
Group:		Development/Java
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(apr-1)
Provides:	%{_lib}tcnative-devel = %{EVRD}
Conflicts:	%{_lib}tcnative1-devel < 1.1.24-2
Obsoletes:	%{_lib}tcnative1-devel < 1.1.24-2

%description -n %{devname}
The mission of the Tomcat Native Livrary (TCN) is to provide a
free library of C data structures and routines. This library
contains additional utility interfaces for Java.

%files -n %{devname}
%{_libdir}/libtcnative-%{api}.so
%{_libdir}/pkgconfig/tcnative-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src/jni/native

%build
export JAVA_HOME=%{java_home}
%configure2_5x \
	--with-apr=%{_prefix} \
	--includedir=%{_includedir}/apr-1

%make

%install
%makeinstall


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.24-3
+ Revision: ac3bed2
- Build with java-1.7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8696 |14cr|tor-0.2.4.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define runuser toruser

Name:		tor
Version:	0.2.4.21
Release:	2
Summary:	Anonymizing overlay network for TCP (The onion router)
URL:		http://www.torproject.org/
Group:		Networking/Other
License:	BSD-like
Requires(post):	systemd
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires:	openssl >= 0.9.6
Requires:	tsocks
BuildRequires:	openssl-devel >= 0.9.6 
BuildRequires:	libevent-devel
BuildRequires:	zlib-devel
BuildRequires:	autoconf2.5
#BuildRequires:	transfig, tetex-latex
BuildRequires:	ghostscript
Source0:	http://www.torproject.org/dist/%{name}-%{version}.tar.gz
Source1:	%{name}.logrotate
Source3: 	%{name}.sysconfig
Source4:	%{name}.service
Source5:	%{name}-tmpfiles.conf

%description
Tor is a connection-based low-latency anonymous communication system.

This package provides the "tor" program, which serves as both a client and
a relay node. Scripts will automatically create a "%{runuser}" user and
group, and set tor up to run as a daemon when the system is rebooted.

Applications connect to the local Tor proxy using the SOCKS
protocol. The local proxy chooses a path through a set of relays, in
which each relay knows its predecessor and successor, but no
others. Traffic flowing down the circuit is unwrapped by a symmetric
key at each relay, which reveals the downstream relay.

Warnings: Tor does no protocol cleaning.  That means there is a danger
that application protocols and associated programs can be induced to
reveal information about the initiator. Tor depends on Privoxy and
similar protocol cleaners to solve this problem. This is alpha code,
and is even more likely than released code to have anonymity-spoiling
bugs. The present network is very small -- this further reduces the
strength of the anonymity provided. Tor is not presently suitable
for high-stakes anonymity.


%prep
%setup -q
 
%build
%configure2_5x
%make

%install
%makeinstall

%define _logdir %{_var}/log

install -p -m 644 %{buildroot}%{_sysconfdir}/%{name}/torrc.sample %{buildroot}%{_sysconfdir}/%{name}/torrc

mkdir -p -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat %{SOURCE1} > %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

mkdir -p -m 755 %{buildroot}%{_sysconfdir}/sysconfig/
cat %{SOURCE3} > %{buildroot}%{_sysconfdir}/sysconfig/%{name}

mkdir -p -m 700 %{buildroot}%{_localstatedir}/lib/%{name}
mkdir -p -m 755 %{buildroot}%{_var}/%{name}
mkdir -p -m 755 %{buildroot}%{_logdir}/%{name}

# Bash completion
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
echo 'complete -F _command $filenames torify' > %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}

# Systemd support
install -D -p -m 0644 %SOURCE4 %{buildroot}%_unitdir/%name.service
install -D -p -m 0644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%pre
%_pre_useradd %{runuser} / /bin/false

%post
%tmpfiles_create %{name}
%_post_service %{name}

%preun
%_preun_service %{name}
rm -f %{_localstatedir}/%{name}/cached-directory
rm -f %{_localstatedir}/%{name}/bw_accounting
rm -f %{_localstatedir}/%{name}/control_auth_cookie
rm -f %{_localstatedir}/%{name}/router.desc
rm -f %{_localstatedir}/%{name}/fingerprint

%postun
%_postun_userdel %{runuser}
%_postun_groupdel %{runuser}

%files
%doc ReleaseNotes INSTALL LICENSE README ChangeLog doc/HACKING
%{_mandir}/man*/*
%{_bindir}/tor
%{_bindir}/torify
%{_bindir}/tor-resolve
%{_bindir}/tor-gencert
%_unitdir/%name.service
%{_tmpfilesdir}/%{name}.conf
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}
%dir %attr(0755,root,%{runuser}) %{_sysconfdir}/%{name}/
%config(noreplace) %attr(0644,root,%{runuser}) %{_sysconfdir}/%{name}/*
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0700,%{runuser},%{runuser}) %dir %{_localstatedir}/lib/%{name}
%attr(0750,%{runuser},%{runuser}) %dir %{_var}/%{name}
%attr(0750,%{runuser},%{runuser}) %dir %{_logdir}/%{name}
%{_sysconfdir}/bash_completion.d/%{name}
%{_datadir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4.21-2
+ Revision: 708a179
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8697 |14cr|torch-3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define oname Torch
%define oversion 3

Summary: State of the art machine learning library
Name:    torch
Version: 3.1
Release: 5
Source0: http://www.torch.ch/archives/%{oname}%{oversion}src.tar.bz2
License: BSD
Group:   System/Libraries
Url:     http://www.torch.ch

%description
Torch is a machine-learning library, written in C++. Its aim is to
provide the state-of-the-art of the best algorithms. It is, and it
will be, in development forever.

Main features:

* Many gradient-based methods, including multi-layered perceptrons,
  radial basis functions, and mixtures of experts. Many small
  "modules" (Linear module, Tanh module, SoftMax module, ...) can be
  plugged together.

* Support Vector Machine, for classification and regression.

* Distribution package, includes Kmeans, Gaussian Mixture Models,
  Hidden Markov Models, and Bayes Classifier, and classes for speech
  recognition with embedded training.

* Ensemble models such as Bagging and Adaboost.

* Non-parametric models such as K-nearest-neighbors, Parzen Regression
  and Parzen Density Estimator.

%package devel
Group: Development/C++
Summary: State of the art machine learning library

%description devel
Torch is a machine-learning library, written in C++. Its aim is to
provide the state-of-the-art of the best algorithms. It is, and it
will be, in development forever.

Main features:

* Many gradient-based methods, including multi-layered perceptrons,
  radial basis functions, and mixtures of experts. Many small
  "modules" (Linear module, Tanh module, SoftMax module, ...) can be
  plugged together.

* Support Vector Machine, for classification and regression.

* Distribution package, includes Kmeans, Gaussian Mixture Models,
  Hidden Markov Models, and Bayes Classifier, and classes for speech
  recognition with embedded training.

* Ensemble models such as Bagging and Adaboost.

* Non-parametric models such as K-nearest-neighbors, Parzen Regression
  and Parzen Density Estimator.

This package contains the static library and headers of Torch compiled
with single precision support.

%prep
%setup -q -n %{oname}%{oversion}
cp config/Makefile_options_Linux .

%build
%ifarch %ix86
export RPM_OPT_FLAGS="%{optflags} -malign-double"
%endif
make depend all CFLAGS_OPT_FLOAT="%{optflags} -ffast-math" LD="g++ -fPIC" PACKAGES="distributions gradients"

%install
mkdir -p %{buildroot}%{_includedir}/%{name}
install */*.h %{buildroot}%{_includedir}/%{name}
install -m 644 -D lib/*/libtorch.a %{buildroot}%{_libdir}/libtorch.a

%files devel
%doc LICENSE ChangeLog
%{_includedir}/%{name}
%{_libdir}/libtorch.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1-5
+ Revision: 8543f27
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8698 |14cr|torcs-1.3.3-0.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags	%nil
%define	name	torcs
%define	oname	TORCS
%define	libname	%mklibname %{name}
%define	version	1.3.3
%define release	0.3
%define	Summary	The Open Racing Car Simulator

Name:		%{name}
Version:	%{version}
Release:%{release}
Summary:	%{Summary}
License:	GPLv2
Group:		Games/Arcade
Source0:	%{oname}-%{version}-src.tar.bz2
Source1:	%{oname}-%{version}-src-robots-base.tar.bz2
Source2:	%{oname}-1.3.0-src-robots-berniw.tar.bz2
Source3:	%{oname}-1.3.0-src-robots-bt.tar.bz2
Source4:	%{oname}-1.3.0-src-robots-olethros.tar.bz2

URL:		http://torcs.sourceforge.net/
Provides:	%{oname}
Requires:	%{name}-data = %{version}
Requires:	%{name}-data-cars-extra 
Requires:	%{name}-robots-berniw %{name}-robots-bt %{name}-robots-olethros

BuildRequires:	imagemagick 
BuildRequires:	pkgconfig(glu) 
BuildRequires:	pkgconfig(sdl) 
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libpng) 
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	mesa-common-devel 
BuildRequires:	plib-devel 
BuildRequires:	pkgconfig(freealut) 
BuildRequires:	pkgconfig(openal) 
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(ice)
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xmu)


Provides:	%{libname}
Obsoletes:	%{libname}

%description
A 3D racing car simulator using OpenGL.

%package	robots-base
Group:		Games/Arcade
Requires:	%{name} >= %{version}
Summary:	Basic robots for %{name}
Provides:	%{name}-robots

%description	robots-base
Base robots for %{oname}
%package	robots-berniw
Group:		Games/Arcade
Requires:	%{name} >= %{version}
Summary:	Berniw robots for %{name}
Provides:	%{name}-robots

%description	robots-berniw
Berniw robots for %{oname}
by Bernhard Wymann <berniw@bluewin.ch>

%package	robots-bt
Group:		Games/Arcade
Requires:	%{name} >= %{version}
Summary:	Bt robots for %{name}
Provides:	%{name}-robots

%description	robots-bt
bt robots for %{oname}

%package	robots-olethros
Group:		Games/Arcade
Requires:	%{name} >= %{version}
Summary:	Olethros robots for %{name}
Provides:	%{name}-robots

%description	robots-olethros
bt robots for %{oname}
by Christos Dimitrakakis <dimitrak@idiap.ch>


%prep
%setup -q -b1 -b2 -b3 -b4

%build
LDFLAGS="%{ldflags} -lstdc++"
./configure	--bindir=%{_gamesbindir} \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--x-libraries=%{_xorglibdir}
	
#avoid paralel build
make

%install
%{makeinstall_std}

mkdir $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{oname}
Comment=%{Summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

%{__install} -d $RPM_BUILD_ROOT{%{_miconsdir},%{_liconsdir}}
convert -size 16x16 icon.png $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
%{__install} icon.png $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
convert -size 48x48 icon.png $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

# fix rpmlint E, to be seen for W
chmod -R 755 $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}
chmod -R 755 $RPM_BUILD_ROOT%{_libdir}/%{name}

%files
%doc COPYING README 
%{_gamesbindir}/*
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/[!d]*
%{_datadir}/applications/mandriva-%{name}.desktop
%dir %{_gamesdatadir}/%{name}/drivers
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_libdir}/%{name}

%files robots-base
%doc COPYING README 
%{_gamesdatadir}/%{name}/drivers/damned*
%{_gamesdatadir}/%{name}/drivers/human/*              
%{_gamesdatadir}/%{name}/drivers/inferno/*
%{_gamesdatadir}/%{name}/drivers/inferno2/*
%{_gamesdatadir}/%{name}/drivers/lliaw/*
%{_gamesdatadir}/%{name}/drivers/sparkle/*
%{_gamesdatadir}/%{name}/drivers/tita/*

%files robots-berniw
%doc COPYING README 
%{_gamesdatadir}/%{name}/drivers/berniw*

%files robots-bt
%doc COPYING README 
%{_gamesdatadir}/%{name}/drivers/bt

%files robots-olethros
%doc COPYING README 
%{_gamesdatadir}/%{name}/drivers/olethros



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-0.3
+ Revision: 5f6505d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8699 |14cr|torcs-data-1.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pname	torcs
%define	opname	TORCS
%define	name	%{pname}-data
%define	oname	%{opname}-data
%define	version	1.3.3
%define release	2
%define	Summary	Data files for %{pname}

Name:		%{name}
Version:	%{version}
Release:	%mkrel %{release}
Summary:	%{Summary}
License:	GPL
Group:		Games/Arcade
Source0:	%{opname}-%{version}-data.tar.bz2
Source1:	%{opname}-%{version}-data-tracks-road.tar.bz2
Source2:	%{opname}-%{version}-data-tracks-oval.tar.bz2
Source3:	%{opname}-%{version}-data-tracks-dirt.tar.bz2
Source4:	%{opname}-%{version}-data-cars-extra.tar.bz2
Source5:	%{opname}-1.3.0-data-cars-nascar.tar.bz2
Source6:	%{opname}-%{version}-data-cars-Patwo-Design.tar.bz2
Source7:	%{opname}-%{version}-data-cars-kcendra-gt.tar.bz2
Source8:	%{opname}-%{version}-data-cars-kcendra-roadsters.tar.bz2
Source9:	%{opname}-%{version}-data-cars-kcendra-sport.tar.bz2
Source10:	%{opname}-1.3.0-data-cars-VM.tar.bz2
Url:		http://torcs.org/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Requires:	%{pname} = %{version}

%description
%{Summary}

%package cars-extra
Group:		Games/Arcade
Requires:	%{name} >= %{version}
Summary:	Extra cars for %{opname}
Obsoletes:	%{name}-cars-Patwo-Design
Provides:	%{name}-cars-Patwo-Design

%description cars-extra
Extra cars for %{opname}

%prep

%build

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__install} -d $RPM_BUILD_ROOT%{_gamesdatadir}/%{pname}
%{__tar} -jxf %{SOURCE0} -C $RPM_BUILD_ROOT%{_gamesdatadir}/%{pname}
%{__tar} -jxf %{SOURCE1} -C $RPM_BUILD_ROOT%{_gamesdatadir}/%{pname}
%{__tar} -jxf %{SOURCE2} -C $RPM_BUILD_ROOT%{_gamesdatadir}/%{pname}
%{__tar} -jxf %{SOURCE3} -C $RPM_BUILD_ROOT%{_gamesdatadir}/%{pname}
%{__tar} -jxf %{SOURCE4} -C $RPM_BUILD_ROOT%{_gamesdatadir}/%{pname}
%{__tar} -jxf %{SOURCE5} -C $RPM_BUILD_ROOT%{_gamesdatadir}/%{pname}
%{__tar} -jxf %{SOURCE6} -C $RPM_BUILD_ROOT%{_gamesdatadir}/%{pname}
%{__tar} -jxf %{SOURCE7} -C $RPM_BUILD_ROOT%{_gamesdatadir}/%{pname}
%{__tar} -jxf %{SOURCE8} -C $RPM_BUILD_ROOT%{_gamesdatadir}/%{pname}
%{__tar} -jxf %{SOURCE9} -C $RPM_BUILD_ROOT%{_gamesdatadir}/%{pname}
%{__tar} -jxf %{SOURCE10} -C $RPM_BUILD_ROOT%{_gamesdatadir}/%{pname}

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,755)
%dir %{_gamesdatadir}/%{pname}/cars
%exclude %{_gamesdatadir}/%{pname}/categories/Nascar.xml
%{_gamesdatadir}/%{pname}/categories/*
%{_gamesdatadir}/%{pname}/data/*
%{_gamesdatadir}/%{pname}/menu/*
%{_gamesdatadir}/%{pname}/tracks/road/aalborg/*
%{_gamesdatadir}/%{pname}/tracks/road/alpine-1/*
%{_gamesdatadir}/%{pname}/tracks/road/alpine-2/*
%{_gamesdatadir}/%{pname}/tracks/road/eroad/*
%{_gamesdatadir}/%{pname}/tracks/road/e-track-1/*
%{_gamesdatadir}/%{pname}/tracks/road/e-track-2/*
%{_gamesdatadir}/%{pname}/tracks/road/e-track-3/*
%{_gamesdatadir}/%{pname}/tracks/road/e-track-4/*
#%{_gamesdatadir}/%{pname}/tracks/road/e-track-5/*
%{_gamesdatadir}/%{pname}/tracks/road/e-track-6/*
%{_gamesdatadir}/%{pname}/tracks/road/forza/*
%{_gamesdatadir}/%{pname}/tracks/road/g-track-1/*
%{_gamesdatadir}/%{pname}/tracks/road/g-track-2/*
%{_gamesdatadir}/%{pname}/tracks/road/g-track-3/*
%{_gamesdatadir}/%{pname}/tracks/road/ole-road-1/*
%{_gamesdatadir}/%{pname}/tracks/road/ruudskogen/*
%{_gamesdatadir}/%{pname}/tracks/road/spring/*
%{_gamesdatadir}/%{pname}/tracks/road/street-1/*
%{_gamesdatadir}/%{pname}/tracks/road/wheel-1/*
%{_gamesdatadir}/%{pname}/tracks/road/wheel-2/*
%{_gamesdatadir}/%{pname}/tracks/oval/*
%{_gamesdatadir}/%{pname}/tracks/dirt/*
%{_gamesdatadir}/%{pname}/cars/car1-trb1/*
%{_gamesdatadir}/%{pname}/cars/car1-trb3/*
%{_gamesdatadir}/%{pname}/cars/car2-trb1/*
%{_gamesdatadir}/%{pname}/cars/car3-trb1/*
%{_gamesdatadir}/%{pname}/cars/car4-trb1/*
%{_gamesdatadir}/%{pname}/cars/car5-trb1/*
%{_gamesdatadir}/%{pname}/cars/car6-trb1/*
%{_gamesdatadir}/%{pname}/cars/car7-trb1/*
%{_gamesdatadir}/%{pname}/cars/p406/*
# %{_gamesdatadir}/%{pname}/cars/sc-f1/*
%{_gamesdatadir}/%{pname}/cars/car1-ow1/*
%{_gamesdatadir}/%{pname}/cars/car1-stock1/*
%{_gamesdatadir}/%{pname}/cars/car8-trb1/*
%{_gamesdatadir}/%{pname}/tracks/road/brondehach/*
%{_gamesdatadir}/%{pname}/tracks/road/corkscrew/*
%{_gamesdatadir}/%{pname}/wheels/*


%files cars-extra
%defattr(-, root, root)
%{_gamesdatadir}/torcs/cars/155-DTM/*
#%{_gamesdatadir}/torcs/cars/360-modena/*
%{_gamesdatadir}/torcs/cars/acura-nsx-sz/*
%{_gamesdatadir}/torcs/cars/baja-bug/*
%{_gamesdatadir}/torcs/cars/buggy/*
#%{_gamesdatadir}/torcs/cars/car1-trb1/*
#%{_gamesdatadir}/torcs/cars/clkdtm/*
#%{_gamesdatadir}/torcs/cars/gt40/*
#%{_gamesdatadir}/torcs/cars/lotus-gt1/*
#%{_gamesdatadir}/torcs/cars/mclaren-f1/*
#%{_gamesdatadir}/torcs/cars/p406/*
#%{_gamesdatadir}/torcs/cars/porsche-gt1/*
#%{_gamesdatadir}/torcs/cars/porsche-gt3rs/*
#%{_gamesdatadir}/torcs/cars/sc-f1/*
#%{_gamesdatadir}/torcs/cars/viper-gts-r/*
#%{_gamesdatadir}/torcs/cars/xj-220/*
%{_gamesdatadir}/torcs/cars/cg-nascar-rwd
%{_gamesdatadir}/torcs/categories/Nascar.xml
%{_gamesdatadir}/torcs/cars/pw-206wrc/*
%{_gamesdatadir}/torcs/cars/pw-306wrc/*
%{_gamesdatadir}/torcs/cars/pw-corollawrc/*
%{_gamesdatadir}/torcs/cars/pw-evoviwrc/*
#%{_gamesdatadir}/torcs/cars/pw-evovwrc/*
%{_gamesdatadir}/torcs/cars/pw-focuswrc/*
%{_gamesdatadir}/torcs/cars/pw-imprezawrc/*
%{_gamesdatadir}/torcs/cars/kc-2000gt/*
%{_gamesdatadir}/torcs/cars/kc-5300gt/*
%{_gamesdatadir}/torcs/cars/kc-corvette-ttop/*
%{_gamesdatadir}/torcs/cars/kc-daytona/*
%{_gamesdatadir}/torcs/cars/kc-db4z/*
%{_gamesdatadir}/torcs/cars/kc-dbs/*
%{_gamesdatadir}/torcs/cars/kc-dino/*
%{_gamesdatadir}/torcs/cars/kc-ghibli/*
%{_gamesdatadir}/torcs/cars/kc-grifo/*
%{_gamesdatadir}/torcs/cars/kc-bigh/*
%{_gamesdatadir}/torcs/cars/kc-a110/*
%{_gamesdatadir}/torcs/cars/kc-alfatz2/*
%{_gamesdatadir}/torcs/cars/kc-coda/*
%{_gamesdatadir}/torcs/cars/kc-conrero/*
%{_gamesdatadir}/torcs/cars/kc-gt40/*
%{_gamesdatadir}/torcs/cars/kc-gto/*
%{_gamesdatadir}/torcs/cars/kc-p4/*
%{_gamesdatadir}/torcs/cars/vm-x2/*
%{_gamesdatadir}/torcs/cars/vm-x4/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-2
+ Revision: bc3801d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8700 |14cr|torque-3.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%define tcl_sitelib_spaced %(echo %tcl_sitelib | sed -e 's,/, ,g')

%define __noautoreq '/usr/bin/tclsh8.6'

Summary:	The Portable Batch System
Name:		torque
Version:	3.0.5
Release:	3
License:	OpenPBS
Group:		System/Cluster
Url:		http://www.clusterresources.com/products/torque-resource-manager.php
Source0:	http://www.adaptivecomputing.com/resources/downloads/torque/torque-%{version}.tar.gz
Source1:	pbs_server
Source2:	pbs.conf
Source3:	TORQUE_Administrator_GUIDE.pdf
Source4:	pbs_mom
Source5:	pbs_sched
Source6:	xpbs
Source7:	xpbsmon
Source8:	tclIndex_xpbsmon
Source9:	tclIndex_xpbs
Source10:	introduction_openPBS
Source11:	xtermPBSlog
Source12:	pbs
Source13:	setup_pbs_server
Source14:	pbs_config.sample
Source15:	pbs_para_job.sh
Source17:	pbs-epilogue
Source18:	pbs-prologue
Source19:	setup_pbs_client
Source100:	torque.rpmlintrc
Patch13:	torque-2.1.11-destdir.patch
Patch14:	torque-2.3.7-tcl86.patch
BuildRequires:	openssh
BuildRequires:	openssh-clients
BuildRequires:	tcl
BuildRequires:	tk
BuildRequires:	readline-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(xmu)
Requires:	openssh-clients
Requires(post,preun):	rpm-helper

%description
The Portable Batch System (PBS) is a flexible batch software processing
system developed at NASA Ames Research Center. It  operates on networked,
multi-platform UNIX environments, including heterogeneous clusters of
workstations, supercomputers, and massively parallel systems.

"This product includes software developed by NASA Ames Research Center,
Lawrence Livermore National Laboratory, and Veridian Information Solutions,
Inc. Visit www.OpenPBS.org for OpenPBS software support,products, and
information."

%files
%doc doc/READ_ME
%{_mandir}/man1/pbs*
%{_mandir}/man3/pbs*
%{_mandir}/man7/*
%{_mandir}/man8/pbsnodes*
%{_mandir}/man8/pbs_server.8*
%{_mandir}/man8/pbs_sch*
%config(noreplace) %{_sysconfdir}/pbs.conf
%defattr(755, root, root)
%{_initrddir}/pbs_server
%{_initrddir}/pbs_sched
%{_initrddir}/openpbs
%{_sbindir}/pbs_server
%{_sbindir}/pbs_sched
%{_sbindir}/pbslogs
%{_sbindir}/qnoded
%{_sbindir}/qschedd
%{_sbindir}/qserverd
%{_bindir}/pbs_track
%{_bindir}/pbsnodes
%{_bindir}/setup_pbs_server
%{_bindir}/pbs-config
%{_bindir}/printtracking
%{_bindir}/printserverdb
%{_var}/spool/pbs/sched_logs/
%dir %{_var}/spool/pbs
%{_var}/spool/pbs/sched_priv
%{_var}/spool/pbs/server_logs/
%{_var}/spool/pbs/checkpoint/
%{_var}/spool/pbs/server_priv/
%attr(775,root,pbs) %{_var}/spool/pbs/spool/
%attr(1777,root,pbs) %{_var}/spool/pbs/undelivered/
%config(noreplace) %{_var}/spool/pbs/pbs_environment
%config(noreplace) %{_var}/spool/pbs/server_name
%{_var}/spool/pbs/pbs_config.sample

%pre
/usr/sbin/groupadd -g 12386 -r -f pbs > /dev/null 2>&1 ||:
# /usr/sbin/useradd -g pbs -d %{pbs_user} -r -s /bin/bash -p "" -m >/dev/null 2>&1 ||:

%post
#!/bin/sh
pbs_prefix=%{_prefix}
pbs_server_home=/var/spool/pbs
if [ -f "${pbs_server_home}/server_name" ]; then
        echo `hostname` > ${pbs_server_home}/server_name
fi
if [ -f "${pbs_server_home}/default_server" ]; then
        echo `hostname` >> ${pbs_server_home}/default_server
fi
if [ ! -f "${pbs_server_home}/server_priv/nodes" ]; then
	echo `hostname` > ${pbs_server_home}/server_priv/nodes
fi

# add pbs service
%_post_service pbs_server
# %_post_service pbs_sched

# mise a jour /etc/services if needed
CHECK_PORT=`grep 15003 /etc/services`
if [ -z "$CHECK_PORT" ]; then
	cat >> /etc/services << EOF
# Port needed by PBS
pbs_server	15001/tcp	# pbs server
pbs_mom		15002/tcp	# mom to/from server
pbs_resmon	15003/tcp   # mom resource management requests
pbs_resmon      15003/udp   # mom resource management requests
pbs_sched	15004/tcp   # scheduler 
EOF
fi

%preun
%_preun_service pbs_server

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libname}
Library for %{name}.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The Portable Batch System (PBS) devel
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The Portable Batch System (PBS) function prototype.

"This product includes software developed by NASA Ames Research Center,
Lawrence Livermore National Laboratory, and Veridian Information Solutions,
Inc. Visit www.OpenPBS.org for OpenPBS software support,products, and
information."

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/*.a
%{_mandir}/man3/tm*
%{_mandir}/man3/rpp.3.*
%{_includedir}/%{name}-%{version}
%{_includedir}/*.h
%multiarch %{multiarch_includedir}/%{name}-%{version}/pbs_config.h

#----------------------------------------------------------------------------

%package client
Summary:	The Portable Batch System (PBS) client
Group:		System/Cluster
Requires:	openssh-clients
Requires(post,preun):	rpm-helper

%description client
The Portable Batch System (PBS) client.

"This product includes software developed by NASA Ames Research Center,
Lawrence Livermore National Laboratory, and Veridian Information Solutions,
Inc. Visit www.OpenPBS.org for OpenPBS software support,products, and
information."

%files client
%doc introduction_openPBS para_job_pbs.sh TORQUE_Administrator_GUIDE.pdf 
%{_mandir}/man1/q*
%{_mandir}/man8/q*
%{_mandir}/man8/pbs_mom.8*
%{_mandir}/man1/bas*
%{_mandir}/man1/nqs*
%dir %{_var}/spool/pbs
%{_var}/spool/pbs/mom_logs
%{_var}/spool/pbs/mom_priv
%{_var}/spool/pbs/aux
%{_var}/spool/pbs/checkpoint
%attr(1777,root,pbs) %{_var}/spool/pbs/undelivered
%attr(775,root,pbs) %{_var}/spool/pbs/spool
%{_bindir}/q*
%{_bindir}/chk_tree
%{_bindir}/hostn
%{_bindir}/nqs2pbs
%{_bindir}/printjob
%{_bindir}/tracejob
%{_bindir}/pbsdsh
%{_bindir}/setup_pbs_client
%{_sbindir}/momctl
%{_sbindir}/pbs_demux
%attr(4755,root,root) %{_sbindir}/pbs_iff
%{_sbindir}/pbs_mom
%{_initrddir}/pbs_mom

%pre client
/usr/sbin/groupadd -g 12386 -r -f pbs > /dev/null 2>&1 ||:

%preun client
%_preun_service pbs_mom

%post client
%_post_service pbs_mom

#----------------------------------------------------------------------------

%package xpbs
Summary:	The Portable Batch System (PBS) X interface
Group:		Monitoring
Requires:	tk
Requires:	tcl
Requires:	%{name}-client = %{EVRD}

%description xpbs
The Portable Batch System (PBS) X interface.

"This product includes software developed by NASA Ames Research Center,
Lawrence Livermore National Laboratory, and Veridian Information Solutions,
Inc. Visit www.OpenPBS.org for OpenPBS software support,products, and
information."

%files xpbs
%{_bindir}/pbs_tclsh
%{_bindir}/pbs_wish
%{_bindir}/xpbsmon
%{_bindir}/xpbs
%dir %{tcl_sitelib}/xpbs/bitmaps
%{tcl_sitelib}/xpbs/bitmaps/*
%dir %{tcl_sitelib}/xpbs/help
%{tcl_sitelib}/xpbs/help/*
%dir %{tcl_sitelib}/xpbs/bin
%{tcl_sitelib}/xpbs/bin/*
%{tcl_sitelib}/xpbs/preferences.tcl
%{tcl_sitelib}/xpbs/pbs.tcl
%{tcl_sitelib}/xpbs/*.tk
%{tcl_sitelib}/xpbs/tclIndex
%config(noreplace) %{tcl_sitelib}/xpbs/xpbsrc
%{tcl_sitelib}/xpbs/buildindex
%{tcl_sitelib}/xpbsmon/buildindex
%{tcl_sitelib}/xpbsmon/*.tk
%dir %{tcl_sitelib}/xpbsmon/help
%{tcl_sitelib}/xpbsmon/*.tcl
%{tcl_sitelib}/xpbsmon/tclIndex
%config(noreplace) %{tcl_sitelib}/xpbsmon/xpbsmonrc
%dir %{tcl_sitelib}/xpbsmon
%dir %{tcl_sitelib}/xpbsmon/bitmaps
%{tcl_sitelib}/xpbsmon/bitmaps/*
%{tcl_sitelib}/xpbsmon/help/*
%{_mandir}/man1/x*

%post xpbs
ln -sf %{tcl_sitelib}/xpbs /usr/lib/xpbs
ln -sf %{tcl_sitelib}/xpbsmon /usr/lib/xpbsmon

#----------------------------------------------------------------------------

%prep
%setup -q
%patch13 -p1 -b .destdir~
%patch14 -p1 -b .tcl86~

# these variables aren't ever set in any file that gets installed,
# so without doing this, xpbs won't run - AdamW 2008/12
sed -i -e 's,$xpbs_datadump,xpbs_datadump,g' src/gui/pbs.tcl
sed -i -e 's,$xpbs_scriptload,xpbs_scriptload,g' src/gui/pbs.tcl

cp %{SOURCE3} %{_builddir}/%{name}-%{version}/TORQUE_Administrator_GUIDE.pdf
cp %{SOURCE10} %{_builddir}/%{name}-%{version}/introduction_openPBS
cp %{SOURCE15} %{_builddir}/%{name}-%{version}/para_job_pbs.sh

%build
CFLAGS="%{optflags} -std=gnu99" \
%configure2_5x \
	--with-rcp=scp \
	--with-server-home=/var/spool/pbs \
	--enable-docs \
	--enable-server \
	--enable-mom \
	--enable-client \
	--srcdir=%{_builddir}/%{name}-%{version} \
	--enable-gui \
	-x-libraries=%{_libdir}
	
%ifarch x86_64
	perl -pi -e 's|\-L\$\(TCL\_DIR\)/lib|\-L\$\(TCL\_DIR\)/lib64|g' src/tools/Makefile
%endif 

#make depend
make clean
%make all XPBS_DIR=%{tcl_sitelib}/xpbs XPBSMON_DIR=%{tcl_sitelib}/xpbsmon

%install
pbs_server_home_for_install=%{buildroot}/var/spool/pbs

mkdir -p %{buildroot}%{_initrddir}
mkdir -p ${pbs_server_home_for_install}/mom_priv/
touch ${pbs_server_home_for_install}/mom_priv/config
mkdir -p ${pbs_server_home_for_install}/sched_priv
chmod 644 ${pbs_server_home_for_install}/mom_priv/config
mkdir -p ${pbs_server_home_for_install}/server_logs
mkdir -p ${pbs_server_home_for_install}/sched_logs
mkdir -p ${pbs_server_home_for_install}/server_priv

mkdir -p %{buildroot}%{_defaultdocdir}
mkdir -p %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{tcl_sitelib}/xpbs
mkdir -p %{buildroot}%{tcl_sitelib}/xpbsmon
mkdir -p %{buildroot}%{_libdir}/%{name}-%{version}
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-client-%{version}
mkdir -p %{buildroot}%{_includedir}/%{name}-%{version}

install -m755 %{SOURCE1} %{buildroot}%{_initrddir}/pbs_server
install -m755 %{SOURCE4} %{buildroot}%{_initrddir}/pbs_mom
install -m755 %{SOURCE5} %{buildroot}%{_initrddir}/pbs_sched
install -m755 %{SOURCE12} %{buildroot}%{_initrddir}/openpbs
install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pbs.conf
install -m644 %{SOURCE11} %{buildroot}%{_sbindir}/pbslogs

%makeinstall_std PBS_SERVER_HOME=/var/spool/pbs mandir=%{_mandir} XPBS_DIR=%{tcl_sitelib}/xpbs XPBSMON_DIR=%{tcl_sitelib}/xpbsmon

mkdir -p %{buildroot}%{_sbindir}
chmod 755 %{buildroot}%{_sbindir}/pbs_mom
chmod 755 %{buildroot}%{_sbindir}/pbs_sched
chmod 755 %{buildroot}%{_sbindir}/pbs_iff
chmod 755 %{buildroot}%{_sbindir}/pbs_server
chmod 755 %{buildroot}%{_initrddir}/openpbs

# needed to overwrite bad path in those scripts
install -m755 %{SOURCE6} %{buildroot}%{_bindir}/xpbs
install -m755 %{SOURCE7} %{buildroot}%{_bindir}/xpbsmon
install -m755 %{SOURCE13} %{buildroot}%{_bindir}/setup_pbs_server
install -m755 %{SOURCE19} %{buildroot}%{_bindir}/setup_pbs_client
install -m644 %{SOURCE8} %{buildroot}%{tcl_sitelib}/xpbsmon/tclIndex
install -m644 %{SOURCE9} %{buildroot}%{tcl_sitelib}/xpbs/tclIndex
install -m644 %{SOURCE14} %{buildroot}%{_var}/spool/pbs/pbs_config.sample
install -m755 %{SOURCE17} %{buildroot}%{_var}/spool/pbs/mom_priv/epilogue
install -m755 %{SOURCE18} %{buildroot}%{_var}/spool/pbs/mom_priv/prologue

# replace the placeholder text with whatever the real tcl_sitelib
# should be...cunning, eh? - AdamW 2008/12
sed -i -e 's,TCL_SITELIB,%{tcl_sitelib},g' \
%{buildroot}%{tcl_sitelib}/xpbsmon/tclIndex \
%{buildroot}%{tcl_sitelib}/xpbs/tclIndex \
%{buildroot}%{_bindir}/xpbs \
%{buildroot}%{_bindir}/xpbsmon \
%{buildroot}%{_bindir}/setup_pbs_server \
%{buildroot}%{_bindir}/setup_pbs_client

rm -f %{buildroot}%{_libdir}/xpbs/tclIndex
rm -f %{buildroot}%{_libdir}/xpbsmon/tclIndex

echo "# MOM server configuration file" > ${pbs_server_home_for_install}/mom_priv/config
echo "# if more than one value, separate it by comma." >> ${pbs_server_home_for_install}/mom_priv/config

cp -av %{_builddir}/%{name}-%{version}/src/include/* %{buildroot}%{_includedir}/%{name}-%{version}/

perl -pi -e 's/wish8\.3/wish/' %{buildroot}%{_bindir}/xpbs

%multiarch_includes %{buildroot}%{_includedir}/%{name}-%{version}/pbs_config.h


%changelog
* Mon Aug 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.5-3
+ Revision: 7cc5cbb
- Build with tirpc, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8701 |14cr|torrentsniff-0.3.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#fixed2
%{?!mkrel:%define mkrel(c:) %{-c: 0.%{-c*}.}%{!?_with_unstable:%(perl -e '$_="%{1}";m/(.\*\\D\+)?(\\d+)$/;$rel=${2}-1;re;print "$1$rel";').%{?subrel:%subrel}%{!?subrel:1}.%{?distversion:%distversion}%{?!distversion:%(echo $[%{mdkversion}/10])}}%{?_with_unstable:%{1}}%{?distsuffix:%distsuffix}%{?!distsuffix:mdk}}

Summary: Reports status information of BitTorrent distributed downloads

Name: torrentsniff
Version: 0.3.0
Release: 12
Source0: http://www.highprogrammer.com/alan/perl/%{name}-%{version}.tar.bz2
License: MIT
Group: Networking/File transfer
URL: http://www.highprogrammer.com/alan/perl/torrentsniff.html
BuildArch: noarch

%description
TorrentSniff reports status information for a given torrent including the
current number of complete copies (seeds) and incomplete copies (leeches)
currently active.  TorrentSniff is derived from TorrentSpy 0.1.0.3-BETA.


%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{perl_vendorlib}
install -m 755 torrentsniff %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{perl_vendorlib}/BitTorrent
install -m 644 BitTorrent/* %{buildroot}%{perl_vendorlib}/BitTorrent

%clean

%files
%doc README
%{_bindir}/torrentsniff
%{perl_vendorlib}/BitTorrent



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-12
+ Revision: 96f5902
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8702 |14cr|torrentutils-0.3.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name torrentutils
%define version 0.3.0
%define release 11

Summary: Utilities for BitTorrent files
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://oskarsapps.mine.nu/src/%{name}-%{version}.tar.bz2
URL: http://oskarsapps.mine.nu/torrentutils.html
License: GPL or Artistic
Group: Networking/File transfer
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
BuildRequires: perl

%description
The torrentutils are a set of utilities for managing BitTorrent
(`.torrent') files and interactiving with BitTorrent trackers. The
torrentutils contain the following programs:

torrenttool is a script that extracts and displays information from
BitTorrent files, as well as testing and generating checksums for
files listed in them.

defrag is a script that defrags files simply by making a copy of the
file. The original file is then replaced by the copy. Due to the fact
that BitTorrent splits files in pieces, and downloads these pieces in
random order, the downloaded files are often severely fragmented. This
means that reading these files will be slower, sometimes as much as
30% slower. defrag can also recurse directories.

torrentmcfs is a read-only virtual file system for Midnight Commander
that can be used to easier access the information in a BitTorrent
file.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall PREFIX=%buildroot%_prefix

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc NEWS README COPYING*
%_bindir/torrenttool
%_bindir/defrag
%_mandir/man1/torrenttool.1*
%_mandir/man1/defrag.1*
%_datadir/mc/extfs/torrentmcfs



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-11
+ Revision: b14e663
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8703 |14cr|torsmo-0.18-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name torsmo
%define version 0.18
%define release  8

Name: %{name}
Summary: System monitor like gkrellm, but lightweight
Version: %{version}
Release: %{release}
Source0: http://ovh.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
Patch0: torsmo-0.18-link.patch
URL: http://torsmo.sourceforge.net/
Group: Monitoring
License: BSD
BuildRequires: pkgconfig(x11)

%description
Torsmo is a system monitor that sits in the corner of your desktop. It's very
simple, customizable and it renders only text on the desktop (and
percentagebars if you want it to ;) and the only lib it uses is Xlib.
Torsmo can show various information about your system and it's peripherals.

%prep
%setup -q
%patch0 -p0

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%doc AUTHORS COPYING README torsmorc.sample
%{_mandir}/man1/torsmo.1*
%{_bindir}/torsmo




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.18-8
+ Revision: fa00808
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8704 |14cr|tortoisehg-3.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		tortoisehg
Version:	3.1.1
Release:	1
Summary:	Mercurial GUI command line tool hgtk
Group:		Development/Other
License:	GPLv2
# - few files are however under the more permissive GPLv2+
URL:		http://tortoisehg.bitbucket.org/
#Source0:	http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-%{version}.tar.bz2
Source0:	http://bitbucket.org/tortoisehg/stable/get/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# This package _is_ noarch, but that isn't possible because the nautilus
# subpackage has to be arch-specific:
BuildArch:	noarch
#Requires:	mercurial >= 3.0

BuildRequires:  python-devel, gettext, python-sphinx, python-qt4-devel
Requires:       python-iniparse, mercurial >= 2.9, gnome-python-gconf
Requires:       pygtk2, gnome-python-gtkspell, python-qt4-qscintilla

%description
This package contains the hgtk command line tool, which provides a graphical
user interface to the Mercurial distributed revision control system. 

%package        nautilus
Summary:        Mercurial GUI plugin to Nautilus file manager 
Group:          Development/Other
Requires:       %{name} = %{version}-%{release}, nautilus-python

%description    nautilus
This package contains the TortoiseHg Gnome/Nautilus extension, which makes the
Mercurial distributed revision control system available in the file manager
with a graphical interface. 

Note that the nautilus extension has been deprecated upstream.

%prep
%setup -q

# Fedora Nautilus python extensions lives in lib64 on x86_64 (https://bugzilla.redhat.com/show_bug.cgi?id=509633) ...
%{__sed} -i "s,lib/nautilus,%{_lib}/nautilus,g" setup.py

cat > tortoisehg/util/config.py << EOT
bin_path     = "%{_bindir}"
license_path = "%{_docdir}/%{name}-%{version}/COPYING.txt"
locale_path  = "%{_datadir}/locale"
icon_path    = "%{_datadir}/pixmaps/tortoisehg/icons"
nofork       = True
EOT

%build
%{__python} setup.py build

(cd doc && make html)
rm doc/build/html/.buildinfo

%install
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

install -m0644 -D contrib/thg.desktop $RPM_BUILD_ROOT/%{_datadir}/applications/thg.desktop 
#install -m 644 -D contrib/_hgtk $RPM_BUILD_ROOT/%{_datadir}/zsh/site-functions/_hgtk

%find_lang %{name}

%clean

%files -f %{name}.lang
%doc COPYING.txt doc/build/html/
%{_bindir}/thg
%{python_sitelib}/tortoisehg/
%{python_sitelib}/tortoisehg-*.egg-info
%{_datadir}/pixmaps/tortoisehg/
%{_datadir}/applications/thg.desktop

# /usr/share/zsh/site-functions/ is owned by zsh package which we don't want to
# require. We also don't want to create a sub-package just for this dependency.
# Instead we just claim ownership of the zsh top folder ...
#%{_datadir}/zsh

%files nautilus
#{_libdir}/nautilus/extensions-2.0/python/nautilus-thg.py
%{_datadir}/nautilus-python/extensions/nautilus-thg.py


%changelog
* Mon Sep 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.1-1
+ Revision: 6bb5be4
- Merge branch 'rosa2012.1' into rosa2014.1
- Conflicts:
- tortoisehg.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8705 |14cr|tosvcd-0.9-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	tosvcd
%define version	0.9
%define release 8

Name: 	 	%{name}
Summary: 	Makes (super) video CD's from digital video recorder files
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://muse.seh.de/tosvcd/
License:	GPL
Group:		Video
BuildRoot:	%{_tmppath}/%{name}-buildroot
Requires:	mjpegtools vcdimager cdrdao
ExclusiveArch: %ix86

%description
ToSVCD takes one or more recorded VDR files and transcodes them to a SVCD
image file ready for cdrdao to burn.
Features include:
    * synchronises Video/Audio
    * tries to repair demaged streams
    * split output(with help of mpeg2enc)
    * invoke yuvscaler, if input is not 480x576
    * invoke noise filter on request
    * predicts finish time
    * predicts final output size
    * restarts if output size exceeds CD's capacity
    * invoke mplex and vcdimager 

%prep
%setup -q
perl -p -i -e 's|su -c|echo||g' makefile

%build
%make
										
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%_bindir
cp %name $RPM_BUILD_ROOT/%_bindir

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README ChangeLog
%{_bindir}/%name




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-8
+ Revision: eed87d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8706 |14cr|totem-gtk2-2.32.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname totem

Summary:	Movie player for MATE
Name:		totem-gtk2
Version:	2.32.0
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://www.hadess.net/totem.php3
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{oname}/%{oname}-%{version}.tar.bz2
#(nl) KDE Solid integration : from mdv svn  soft/mandriva-kde-translation/trunk/solid/
Source2:	totem-opendvd.desktop
Patch0:		totem-2.32.0-plugins.patch
Patch1:		totem-2.32.0-plparser.patch
#gw work around crash in goom by using goom2k1 instead
#https://qa.mandriva.com/show_bug.cgi?id=53140
Patch2:		totem-2.28.1-set-default-visual-effects-plugin.patch
BuildRequires:	automake1.9
BuildRequires:	docbook-dtd45-xml
BuildRequires:	gnome-common
BuildRequires:	gnome-doc-utils
BuildRequires:	gstreamer0.10-plugins-base
BuildRequires:	gstreamer0.10-plugins-good
BuildRequires:	gstreamer0.10-soup
BuildRequires:	intltool
BuildRequires:	iso-codes
BuildRequires:	scrollkeeper
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmime-2.6)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libsoup-gnome-2.4)
BuildRequires:	pkgconfig(nvtvsimple)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(shared-mime-info)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(totem-plparser-gtk2)
BuildRequires:	pkgconfig(unique-1.0)
BuildRequires:	pkgconfig(xdmcp)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xxf86vm)
Requires:	pygtk2.0
Requires:	iso-codes
Requires:	gstreamer0.10-plugins-base
Requires:	gstreamer0.10-plugins-good
Requires:	gstreamer0.10-soup
#gw opensubtitles plugin:
Requires:	pyxdg
Requires:	totem-pl-parser-gtk2-i18n
Conflicts:	totem

%description
Totem is simple movie player for the MATE desktop. It features a simple
playlist, a full-screen mode, seek and volume controls, as well as a pretty
complete keyboard navigation.

%files -f %{oname}.lang
%doc README AUTHORS TODO NEWS
%{_bindir}/totem
%{_bindir}/totem-audio-preview
%{_bindir}/totem-video-indexer
%{_bindir}/totem-video-thumbnailer
%{_sysconfdir}/gconf/schemas/totem.schemas
%{_sysconfdir}/gconf/schemas/totem-handlers.schemas
%{_sysconfdir}/gconf/schemas/totem-video-thumbnail.schemas
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/totem
%{_datadir}/applications/totem.desktop
%{_datadir}/gtk-doc/html/%{oname}
%{_datadir}/apps/solid/actions/totem-opendvd.desktop
%dir %{_libdir}/totem
%dir %{_libdir}/totem/plugins/
%{_libdir}/totem/plugins/bemused
%{_libdir}/totem/plugins/chapters
%{_libdir}/totem/plugins/dbus
%{_libdir}/totem/plugins/gromit
%{_libdir}/totem/plugins/lirc
%{_libdir}/totem/plugins/media-player-keys
%{_libdir}/totem/plugins/ontop
%{_libdir}/totem/plugins/opensubtitles
%{_libdir}/totem/plugins/properties
%{_libdir}/totem/plugins/screensaver
%{_libdir}/totem/plugins/screenshot
%{_libdir}/totem/plugins/thumbnail
%{_libdir}/totem/totem-bugreport.py
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--disable-run-in-source-tree \
	--disable-browser-plugins \
	--with-plugins=all \
	--disable-nautilus \
	--disable-python \
	--disable-vala
%make LIBS="-larchive -lsoup-2.4 -lsoup-gnome-2.4 -lgmime-2.6"

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang %{oname} --with-gnome

#(nl) KDE Solid integration
mkdir -p %{buildroot}/%{_datadir}/apps/solid/actions
install -D -m 644 %{SOURCE2} %{buildroot}%{_datadir}/apps/solid/actions/

# remove unpackaged files
rm -rf %{buildroot}%{_libdir}/totem/plugins/*/*.{la,a}

%changelog
* Mon Sep 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.32.0-1
+ Revision: 23d6f67
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8707 |14cr|totem-pl-parser-gtk2-2.32.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define oname totem-pl-parser
%define sdevname %mklibname totem-plparser-gtk2 -d -s

Summary:	Playlist parser library from the Totem Movie Player (GTK2)
Name:		totem-pl-parser-gtk2
Version:	2.32.6
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.hadess.net/totem.php3
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{oname}/%{oname}-%{version}.tar.xz
Patch0:		totem-pl-parser-2.32.6-gettext-name.patch
Patch1:		totem-pl-parser-2.32.6-automake1.14.patch
Patch2:		totem-pl-parser-2.32.6-package-name.patch
Patch3:		totem-pl-parser-2.32.6-warnings.patch
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gmime-2.6)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libsoup-gnome-2.4)
BuildRequires:	pkgconfig(libxml-2.0)

%description
Playlist parser library from the Totem Movie Player (GTK2).

#----------------------------------------------------------------------------

%package i18n
Summary:	Playlist parser library from the Totem Movie Player
Group:		System/Internationalization

%description i18n
This package contains the translations for %{name}.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libraries, include files for totem playlist parser
Group:		Development/GNOME and GTK+

%description -n %{sdevname}
Static libraries, include files for totem playlist parser

%files -n %{sdevname}
%doc ChangeLog AUTHORS
%{_libdir}/*-gtk2.a
%{_libdir}/pkgconfig/*-gtk2.pc
%{_includedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
autoreconf -fi
%configure2_5x \
	--disable-introspection \
	--disable-shared
%make

%install
%makeinstall_std

mv %{buildroot}%{_libdir}/libtotem-plparser.a %{buildroot}%{_libdir}/libtotem-plparser-gtk2.a
mv %{buildroot}%{_libdir}/libtotem-plparser-mini.a %{buildroot}%{_libdir}/libtotem-plparser-mini-gtk2.a

mv %{buildroot}%{_libdir}/pkgconfig/totem-plparser.pc %{buildroot}%{_libdir}/pkgconfig/totem-plparser-gtk2.pc
mv %{buildroot}%{_libdir}/pkgconfig/totem-plparser-mini.pc %{buildroot}%{_libdir}/pkgconfig/totem-plparser-mini-gtk2.pc

rm -rf %{buildroot}%{_datadir}/gtk-doc

%find_lang %{name}


%changelog
* Mon Sep 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.32.6-2
+ Revision: 0d81749
- Add patch from upstream to fix some warnings



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8708 |14cr|touchegg-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Multi-touch gestures recognizer
Name:		touchegg
Version:	1.1.1
Release:	2
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		https://code.google.com/p/touchegg
Source0:	http://touchegg.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libgeis)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(xtst)

%description
Touchégg is a multi-touch gestures recognizer written in C++
using the Qt 4 and geis.

%files
%{_bindir}/%{name}
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%qmake_qt4
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-2
+ Revision: d546f1a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8709 |14cr|touchegg-gui-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		touchegg-gui
Version:	0.3
Release:	2
Summary:	Touchegg configuration gui
License:	GPLv3
Group:		System/Configuration/Hardware
Source0:	https://touchegg.googlecode.com/files/%{name}-%{version}.tar.gz
Url:		https://code.google.com/p/touchegg
Patch0:		%{name}-0.3-desktopfile.patch
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	desktop-file-utils
Requires:	touchegg

%description
Graphical user interface that helps configuring touchegg

%prep
%setup -q -n %{name}
%patch0 -p1 -b .desktopfile

%build
%qmake_qt4
%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}
chmod a-x %{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%doc README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
+ Revision: 8b51e63
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8710 |14cr|touchpad-indicator-0.7.6.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:	An indicator to show the status of the touchpad
Name:		touchpad-indicator
Version:	0.7.6.2
Release:	3
License:	GPLv3
Group:		System/Configuration/Hardware
Url:		http://launchpad.net/touchpad-indicator/
Source0:	http://launchpad.net/touchpad-indicator/0.7/0.7.6.2/+download/%{name}_%{version}.orig.tar.xz

Requires:	pyusb
Requires:	gnome-python-gconf

%description
An indicator to show the status of the touchpad, and to enable and disable the 
touchpad.

%prep
%setup -qcn %{name}_%{version}

%build

%install
mkdir -p %{buildroot}/%{_datadir}/applications
mkdir -p %{buildroot}/%{_datadir}/pixmaps
mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps
mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/scalable/status
mkdir -p %{buildroot}/%{_datadir}/touchpad-indicator
mkdir -p %{buildroot}/%{_datadir}/touchpad-indicator/img

cp img/touchpad-indicator.svg %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/
cp img/touchpad-indicator-disabled.svg %{buildroot}/%{_datadir}/icons/hicolor/scalable/status/
cp img/touchpad-indicator.svg %{buildroot}/%{_datadir}/pixmaps/
cp img/touchpad-indicator.svg %{buildroot}/%{_datadir}/touchpad-indicator/img
cp touchpad-indicator-autostart.desktop %{buildroot}/%{_datadir}/touchpad-indicator/
cp Touchpad-Indicator.desktop %{buildroot}/%{_datadir}/applications/

mkdir -p %{buildroot}/%{_datadir}/touchpad-indicator
mkdir -p %{buildroot}/%{_datadir}/touchpad-indicator/pyudev
mkdir -p %{buildroot}/%{_datadir}/touchpad-indicator/img
cp *.py %{buildroot}/%{_datadir}/touchpad-indicator/
cp pyudev/*.py %{buildroot}/%{_datadir}/touchpad-indicator/pyudev/

%files
%{_datadir}/touchpad-indicator/%{name}*.desktop
%{_datadir}/touchpad-indicator/*.py
%{_datadir}/touchpad-indicator/pyudev/*.py
%{_datadir}/touchpad-indicator/img/*.svg
%{_datadir}/applications/Touchpad-Indicator.desktop
%{_datadir}/pixmaps/%{name}.svg
%{_iconsdir}/hicolor/scalable/status/*.svg
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.6.2-3
+ Revision: 244176d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8711 |14cr|tovid-0.34-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define title ToVid
%define longtitle Video disc creator

Name:		tovid
Summary:	Video disc authoring tools
Version:	0.34
Release:	3

Source:		http://tovid.googlecode.com/files/%{name}-%{version}.tar.gz
URL:		http://tovid.sourceforge.net/
License:	GPLv2+
Group:		Video
BuildRequires:	imagemagick
BuildRequires:	python
BuildRequires:	txt2tags
BuildRequires:	desktop-file-utils
Requires:	python
Requires:	wxPythonGTK
Requires:	mplayer mencoder
Requires:	mjpegtools
Requires:	imagemagick
Requires:	ffmpeg
Requires:	dvdauthor
Requires:	vcdimager
Requires:	dvd+rw-tools
Requires:	cdrdao
Requires:	tix
# for todiscgui, bug #31895
Requires:	tkinter
BuildArch:	noarch
Provides:	%{name}-gui = %{version}-%{release}

%description
Tovid is a collection of video disc authoring tools; it can help you create
your own DVDs, VCDs, and SVCDs for playback on your home DVD player.

Note: Some features will be unavailable unless you also install the
      transcode package, available elsewhere.

%prep
%setup -q

%build
./setup.py build

%install
./setup.py install --prefix=%{_prefix} --root=%{buildroot}

rm -f %{buildroot}%{_libdir}/%{name}/.install.log

%files
%doc AUTHORS ChangeLog NEWS README
%{_prefix}/lib/%{name}
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/applications/*.desktop
%{py_puresitedir}/libtovid
%{py_puresitedir}/%{name}-%{version}-py*.egg-info
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/*/apps/titleset-wizard.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.34-3
+ Revision: 9c37512
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8712 |14cr|towitoko-2.0.7-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	CT-API and PCSC-Lite driver for Towitoko smart card readers
Name:		towitoko
Version:	2.0.7
Release:	10
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.geocities.com/cprados/
Source0:	http://www.geocities.com/cprados/files/%{name}-%{version}.tar.gz
Source1:	towitoko.conf
Requires(post):	pcsc-lite
Conflicts:	%{_lib}towitoko2 < 2.0.7-10

%description
This library provides a driver for using Towitoko smartcard readers under UNIX
environment.

%files
%doc AUTHORS COPYING NEWS README
%config(noreplace) %{_sysconfdir}/reader.conf.d/towitoko.conf
%{_bindir}/*

%post
%{_sbindir}/update-reader.conf
if [ "$1" -eq "1" ]; then
	echo
	echo "Please configure %{_sysconfdir}/reader.conf.d/towitoko.conf"
	echo
fi

%postun
%{_sbindir}/update-reader.conf

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Development files for Towitoko smart card readers
Group:		System/Libraries

%description -n %{libname}
This package contains header files and development libraries for
Towitoko smartcard readers.

%files -n %{libname}
%{_libdir}/libtowitoko.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Towitoko smart card readers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	libtowitoko-devel = %{EVRD}
Conflicts:	%{_lib}towitoko2-devel < 2.0.7-10
Obsoletes:	%{_lib}towitoko2-devel < 2.0.7-10

%description -n %{devname}
This package contains header files and development libraries for
Towitoko smartcard readers.

%files -n %{devname}
%doc ChangeLog doc/*.html
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_sysconfdir}/reader.conf.d
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/reader.conf.d/

%changelog
* Wed Aug 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.7-10
+ Revision: 7cb486f
- Fix package structure



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8713 |14cr|toxcore-0.0.1-0.20140716.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major_toxav   0
%define major_toxdns  0
%define major_toxcore 0

%define libname_toxav   %mklibname toxav   %{major_toxav}
%define libname_toxdns  %mklibname toxdns  %{major_toxdns}
%define libname_toxcore %mklibname toxcore %{major_toxcore}

%define devname_toxav   %mklibname toxav   -d
%define devname_toxdns  %mklibname toxdns  -d
%define devname_toxcore %mklibname toxcore -d

Name:		toxcore
Summary:	toxcore
Version:	0.0.1
Release:	0.20140716.3
License:	ISC license
Group:		System/Libraries
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(libsodium)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	cmake
Source:		%{name}-%{version}.tar.gz
Url:		https://github.com/irungentoo/toxcore/

%description
%{name}

%package -n %{libname_toxav}
Summary: %{summary}
Group: System/Libraries

%description -n %{libname_toxav}
%{summary}

%package -n %{libname_toxcore}
Summary: %{summary}
Group: System/Libraries

%description -n %{libname_toxcore}
%{summary}

%package -n %{libname_toxdns}
Summary: %{summary}
Group: System/Libraries

%description -n %{libname_toxdns}
%{summary}

%package devel
Summary:	Development files for toxcore
Group:		Development/C
Requires:	%{devname_toxav}
Requires:	%{devname_toxdns}
Requires:	%{devname_toxcore}

%description devel
%{summary}

%package -n %{devname_toxav}
Summary:	Development files for libtoxav
Group:		Development/C
Requires:	%{libname_toxav} = %{EVRD}

%description -n %{devname_toxav}
Development files for libtoxav

%package -n %{devname_toxdns}
Summary:	Development files for libtoxdns
Group:		Development/C
Requires:	%{libname_toxdns} = %{EVRD}

%description -n %{devname_toxdns}
Development files for libtoxdns

%package -n %{devname_toxcore}
Summary:	Development files for libtoxcore
Group:		Development/C
Requires:	%{libname_toxcore} = %{EVRD}

%description -n %{devname_toxcore}
Development files for libtoxcore

%prep
%setup -q

%build
autoreconf -i
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%{_bindir}/*

%files -n %{libname_toxav}
%{_libdir}/libtoxav.so.%{major_toxav}*

%files -n %{libname_toxcore}
%{_libdir}/libtoxcore.so.%{major_toxcore}*

%files -n %{libname_toxdns}
%{_libdir}/libtoxdns.so.%{major_toxdns}*

%files -n %{devname_toxav}
%{_includedir}/tox/toxav.h
%{_libdir}/libtoxav.so
%{_libdir}/pkgconfig/libtoxav.pc

%files -n %{devname_toxcore}
%{_includedir}/tox/tox.h
%{_libdir}/libtoxcore.so
%{_libdir}/pkgconfig/libtoxcore.pc

%files -n %{devname_toxdns}
%{_includedir}/tox/toxdns.h
%{_libdir}/libtoxdns.so

%files devel

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-0.20140716.3
+ Revision: f35b124
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8714 |14cr|tpad-1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		tpad
Summary:	Notepad clone written in Tcl/Tk
Version:	1.3
Release:	%{mkrel 6}
Source0:	http://monitor.deis.unical.it/ant/tpad/%{name}-%{version}.tar.bz2
Patch0:		tpad-1.3.patch
Patch1:		tpad-1.3-use-general-wish.patch
URL:		http://tclpad.sourceforge.net
Group:		Editors
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPLv2+
Requires:	tk >= 8.4
Requires:	tcl
# For macros
BuildRequires:	tcl-devel
BuildArch:	noarch

%description
Apart from all the features Notepad has, tpad adds plugins
to invoke some common text utilities without leaving the
editor, an Ascii table, a tip database and support for
regexps. It also is fully configurable.
 
The executable `tpad' is a wish(1) shell script.

%prep  
%setup -q -c %{name}-%{version}
%patch0 -p1 -b .ant
%patch1 -p0 -b .wish

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=editors_section
Categories=TextEditor;
Name=TPad
Comment=Simple clone of Notepad
EOF

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{tcl_sitelib}/tpad%{version}/msgs
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_datadir}/tpad
install bin/tpad %{buildroot}%{_bindir}/tpad
for libfile in lib/tpad%{version}/*.tcl; do
	install $libfile %{buildroot}%{tcl_sitelib}/tpad%{version};
done
for msgfile in lib/tpad%{version}/msgs/*.msg; do
	install $msgfile %{buildroot}%{tcl_sitelib}/tpad%{version}/msgs;
done
install etc/tpad.conf %{buildroot}%{_sysconfdir}/tpad.conf
install man/man1/tpad.1 %{buildroot}%{_mandir}/man1/tpad.1
for datafile in share/tpad/*; do
	install $datafile %{buildroot}%{_datadir}/tpad;
done

cd %{buildroot}/%{_bindir}
ln -sf tpad tview
cd %{buildroot}/%{_mandir}/man1
ln -sf tpad.1 tview.1

%clean 
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus} 
%endif

%if %mdkversion < 200900
%postun
%{clean_menus} 
%endif

%files
%defattr(-,root,root,0755)
%doc share/doc/tpad/bug.html share/doc/tpad/ChangeLog share/doc/tpad/conf.html share/doc/tpad/embed.html share/doc/tpad/index.html share/doc/tpad/intro.html share/doc/tpad/keys.html share/doc/tpad/log.html share/doc/tpad/mouse.html share/doc/tpad/tidy.html share/doc/tpad/tidy.png share/doc/tpad/todo share/doc/tpad/tpad.html
%{_mandir}/man1/tpad.1*
%{_mandir}/man1/tview.1*
%{_bindir}/tpad
%{_bindir}/tview
%{tcl_sitelib}/tpad%{version}
%{_datadir}/tpad
%{_datadir}/applications/mandriva-%{name}.desktop
%defattr(644,root,root,0755)
%config(noreplace) %{_sysconfdir}/tpad.conf



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.3-6
+ Revision: ceeb4d8
- Automatic import for version 1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8715 |14cr|tpb-0.6.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	tpb
%define	version	0.6.4
%define release	9

Name:		%{name}
Summary:	Program to use the IBM ThinkPad(tm) special keys
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Monitoring
URL:		http://www.nongnu.org/tpb/
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.xinit
Source2:	90-tpb.rules
Patch0:		%{name}rc.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	xosd-devel >= 2.0

%description
This program enables the IBM Thinkpad(tm) special keys. It is possible to bind
a program to the ThinkPad button. It has a on-screen display (OSD) to show
volume, mute and brightness of the LCD.

%prep
%setup -q
%patch0 -p1 -b .orig

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit.d
install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit.d/%{name}
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d/

%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-,root,root)
%doc COPYING README CREDITS ChangeLog doc/callback_example.sh
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/X11/xinit.d/tpb
%config(noreplace) %{_sysconfdir}/udev/rules.d/*.rules
%defattr(0644,root,root,0755)
%config(noreplace) %{_sysconfdir}/tpbrc
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.4-9
+ Revision: 6db2240
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8716 |14cr|transfermii-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name transfermii
%define version 0.6
%define beta 0
%define rel 3
%if %{beta}
%define release %mkrel 0.%{beta}.%{rel}
%define distname %{name}-%{version}-%{beta}
%else
%define release %mkrel %{rel}
%define distname %{name}-%{version}
%endif

Name:       %{name}
Version:    %{version}
Release:    %{release}
Summary:    Transfer miis to/from a Nintendo wiimote
License:    GPL
Group:      System/Kernel and hardware
Url:        http://www.stacktic.org/
Source0:    %{distname}.tgz
Patch:      transfermii-0.6-fix-bluez-API-change.patch
BuildRequires: cwiid-devel
BuildRequires: gtk+2-devel
BuildRoot:     %{_tmppath}/%{name}-%{version}

%description
This is a program which allows you to transfer miis to/from a Nintendo
wiimote with the possibility to change the mii mac address so as to be
able to modify the mii directly on your Wii.

%prep
%setup -q -n %{distname}
%patch -p 1

%build
make -f Makefile.old cli CFLAGS="%{optflags}"
make -f Makefile.old gui CFLAGS="%{optflags} `pkg-config gtk+-2.0 --cflags`"

%install
rm -rf %{buildroot}
install -d %{buildroot}%{_bindir}
install -m755 %{name}_{cli,gui} %{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/%{name}_*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.6-3
+ Revision: f2e3494
- Automatic import for version 0.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8717 |14cr|transifex-client-0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           transifex-client
Version:        0.8
Release:        2
Summary:        Command line client for transifex 
Group:          Networking/WWW
License:        BSD
URL:            http://www.transifex.org/
Source0:        %{name}-%{version}.tar.gz
BuildRequires:  python-devel python-setuptools
BuildArch:      noarch

%description
The Transifex Command-line Client is a command line tool that enables you 
to easily manage your translations within a project without the need of 
an elaborate UI system, by using Transifex hosted services, or your own
instance.

You can use the command line client to easily create new resources, map locale 
files to translations and synchronize your Transifex project with your local 
repository and vice verca. Translators and localization managers can also 
use it to handle large volumes of translation files easily and without much 
hassle.

%prep 
%setup -q

%install 
python setup.py install --root=%{buildroot}

%clean

%files
%_bindir/tx
%py_puresitedir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-2
+ Revision: 8b2d40b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8718 |14cr|traverso-0.49.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global sse_cxxflags %{optflags}
%global sse_cmakeflags -DHOST_SUPPORTS_SSE:BOOL=FALSE
%ifarch %{ix86}
%global with_sse %{!?_without_sse:1}%{?_without_sse:0}
%if %{with_sse}
%global sse_cxxflags -DSSE_OPTIMIZATIONS -DARCH_X86 %{optflags}
%global sse_cmakeflags -DHOST_SUPPORTS_SSE:BOOL=TRUE -DIS_ARCH_X86:BOOL=TRUE
%endif
%endif
%ifarch ia64 x86_64
%global with_sse 1
%global sse_cxxflags -DSSE_OPTIMIZATIONS -DUSE_XMMINTRIN -DARCH_X86 -DUSE_X86_64_ASM %{optflags}
%global sse_cmakeflags -DHOST_SUPPORTS_SSE:BOOL=TRUE -DIS_ARCH_X86_64:BOOL=TRUE
%endif


Name:           traverso
Version:        0.49.2
Release:        6
Url:            http://traverso-daw.org/
License:        GPLv2+ and LGPLv2+
Group:          Sound
Summary:        Cross Platform Multitrack Audio Recording and Editing Suite
Source0:        http://traverso-daw.org/download/releases/current/%{name}-%{version}.tar.gz
Patch0:		traverso-0.49.1-fix-str-fmt.patch
BuildRequires:  cmake qt4-devel pkgconfig(glib-2.0) pkgconfig(fftw3)
BuildRequires:  alsa-oss-devel pkgconfig(jack) libportaudio-devel 
BuildRequires:  pkgconfig(sndfile) pkgconfig(samplerate) redland-devel 
BuildRequires:  rasqal-devel raptor-devel desktop-file-utils
BuildRequires:  pkgconfig(flac) pkgconfig(vorbis) libwavpack-devel libmad-devel
BuildRequires:  slv2-devel >= 0.6.1
BuildRequires:	pkgconfig(raptor2)
BuildRequires:	pkgconfig(slv2)
BuildRequires:	pkgconfig(lv2core)
Patch1:		traverso-0.49.2-desktop.patch
Patch2:		traverso-0.49.2-gold.patch
Patch3:		traverso-0.49.2-gcc47.patch	
Patch4:		traverso-0.49.1-slv2.patch
Patch5:		%{name}-linking.patch
Patch6:		traverso-link.patch

%description
Traverso is a free, cross platform multi-track audio recording and editing
suite, with an innovative and easy to master User Interface. It's suited for
both the professional and home user, who needs a robust and solid DAW.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p1
%patch5 -p1
%patch6 -p1

# Fix permission issues
chmod 644 ChangeLog TODO
for ext in h cpp; do
   find . -name "*.$ext" -exec chmod 644 {} \;
done

# To match the freedesktop standards
sed -i -e '\|^MimeType=.*[^;]$|s|$|;|' \
    resources/%{name}.desktop

# We use the system slv2, so just to make sure
rm -fr src/3rdparty/slv2

# For proper slv2 detection
sed -i 's|libslv2|slv2|g' CMakeLists.txt



%build
%cmake_qt4 -DWANT_MP3_DECODE=ON \
           -DWANT_MP3_ENCODE=OFF \
           -DWANT_OPENGL=ON \
           -DWANT_PORTAUDIO=ON \
	   -DDETECT_HOST_CPU_FEATURES=OFF \
	   -DCXX_FLAGS:STRING="%{sse_cxxflags}" \
           %{sse_cmakeflags} \
           -DUSE_SYSTEM_SLV2_LIBRARY=ON
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_iconsdir}/hicolor
cp -r resources/freedesktop/icons/*x* %{buildroot}%{_iconsdir}/hicolor/
install -D resources/traverso.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
install -D -m 644 resources/x-traverso.xml %{buildroot}%{_datadir}/mime/packages/x-traverso.xml

desktop-file-install --vendor="" \
		--remove-key="Encoding" \
		--remove-key="Path" \
		--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%name.desktop

%files
%doc AUTHORS COPYRIGHT ChangeLog HISTORY README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/*.xml
%{_iconsdir}/hicolor/*/*/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.49.2-6
+ Revision: e404690
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8719 |14cr|tre-0.8.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	Lightweight, robust, and efficient POSIX compliant regexp matching library
Name:		tre
Version:	0.8.0
Release:	5
License:	GPL
Group:		System/Libraries
Source0:	http://laurikari.net/tre/%{name}-%{version}.tar.bz2
URL:		http://ville.laurikari.net/tre/
BuildRequires:	libltdl-devel

%description
TRE is a lightweight, robust, and efficient POSIX compliant regexp
matching library with some exciting features such as approximate
matching. 

%package -n	%{libname}
Summary:	Lightweight, robust, and efficient POSIX compliant regexp matching library
Group:		System/Libraries

%description -n %{libname}
TRE is a lightweight, robust, and efficient POSIX compliant regexp
matching library with some exciting features such as approximate
matching. 

%package -n	agrep
Summary:	Approximate matching
Group:		File tools
Requires:	%{libname} = %{version}

%description -n agrep
Approximate pattern matching allows matches to be approximate,
that is, allows the matches to be close to the searched pattern
under some measure of closeness. TRE uses the edit-distance
measure (also known as the Levenshtein distance) where characters
can be inserted, deleted, or substituted in the searched text in
order to get an exact match. Each insertion, deletion, or
substitution adds the distance, or cost, of the match. TRE can
report the matches which have a cost lower than some given
threshold value. TRE can also be used to search for matches with
the lowest cost.

TRE includes a version of the agrep command line tool for
approximate regexp matching in the style of grep.  Unlike other
agrep implementations (like the one by Sun Wu and Udi Manber from
University of Arizona available) TRE agrep allows full regexps of
any length, any number of errors, and non-uniform costs for
insertion, deletion and substitution.

%package -n	%{develname}
Summary:	Header files and libraries for developing apps with %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n	%{develname}
TRE is a lightweight, robust, and efficient POSIX compliant regexp
matching library with some exciting features such as approximate
matching. 

%prep
%setup -q

%build
%configure2_5x \
    --disable-static \
    --disable-rpath

%make

%install
%makeinstall_std

%find_lang %name

%files -n %{libname}
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%doc doc/tre-syntax.html
%{_libdir}/*.so.*

%files -n agrep -f %name.lang
%{_bindir}/agrep
%{_mandir}/man1/*

%files -n %{develname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/tre.pc
%{_includedir}/tre



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-5
+ Revision: c6869c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8720 |14cr|treecc-0.3.10-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %nil

Name: 		treecc
Version: 	0.3.10
Release: 	8
Summary: 	A tool for helping in compiler development
Group: 		Development/C
License: 	GPLv2
Source0: 	http://download.savannah.gnu.org/releases/dotgnu-pnet/%{name}-%{version}.tar.gz
BuildRequires:	flex byacc
URL: 		http://www.southern-storm.com.au/treecc.html


%description
The treecc program is designed to assist in the development of 
compilers and other language-based tools. It manages the 
generation of code to handle abstract syntax trees and operations 
upon the trees.
Treecc was originally written to assist with the development of 
the C# compiler for the Portable.NET project. However, it is much 
more general than that and can be used in any system that makes 
heavy use of abstract syntax trees and the operations upon them.

%prep
%setup -q

%build
%configure
%make
make -C tests check-TESTS

%install
%makeinstall



%files
%doc AUTHORS ChangeLog COPYING NEWS README doc/essay.html
%_bindir/%name
%_infodir/* 
%_mandir/man1/%name.*
%_libdir/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.10-8
+ Revision: c2d027d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8721 |14cr|treeline-1.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Versatile Tree-Style Outliner for Defining Custom Data Schemas
Name:		treeline
Version:	1.4.1
Release:	2
Group:		Office
License:	GPLv2+
Url:		http://treeline.bellz.org/
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}-i18n-%{version}a.tar.gz
Source2:	httpload2.py.tar.gz
BuildArch:	noarch

BuildRequires:	python
Requires:	python-qt4
Requires(post,postun):	desktop-file-utils

%description
TreeLine is a versatile tool for working with all kinds of information
that fit into a tree-like structure.

It can be used to edit bookmark files, create mini-databases (for
example, for addresses, tasks, records, or CDs), outline documents, or
just collect ideas. It can also be used as a generic editor for XML
files.

The data schemas for any node in the data tree can be customized and
new types of nodes can be defined. The way data is presented on the
screen, exported to HTML, or printed can be defined with HTML-like
templates. Plug-ins can be written to load and save data from and to
custom file formats or external data sources and extend the
functionality of TreeLine.

TreeLine is written in Python and uses the PyQt bindings to the Qt
toolkit, which makes it very portable.

%prep
%setup -qn TreeLine -b1 -a2

%build

%install
for i in source/*.py; do
	sed -i "s|#!/usr/bin/env python|#!/usr/bin/python|g" $i
	chmod 755 $i
done

python install.py -x \
	-p %{_prefix} \
	-d %{_defaultdocdir}/%{name} \
	-i %{_datadir}/%{name}/icons \
	-b %{buildroot}

# httpload2 plugin
install -D -m 644 httpload2.py %{buildroot}%{_prefix}/lib/%{name}/plugins/httpload2.py

# Associate Files with MimeTypes (the KDE4/Gnome way)
mkdir -p %{buildroot}%{_datadir}/mime/packages
cat > %{buildroot}%{_datadir}/mime/packages/%{name}.xml << EOF
<?xml version="1.0"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-treeline">
    <comment>TreeLine File</comment>
    <glob pattern="*.trl"/>
    <glob pattern="*.TRL"/>
  </mime-type>
  <mime-type type="application/x-treeline-gz">
    <comment>Compressed TreeLine File</comment>
    <glob pattern="*.trl.gz"/>
    <glob pattern="*.TRL.GZ"/>
  </mime-type>
  <mime-type type="application/x-treepad">
    <comment>TreePad File</comment>
    <glob pattern="*.hjt"/>
    <glob pattern="*.HJT"/>
  </mime-type>
</mime-info>
EOF

# Menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Type=Application
Exec=%{name}
Icon=%{name}
Name=TreeLine
GenericName=Outliner
Categories=Office;X-MandrivaLinux-Office-TasksManagement;
MimeType=application/x-treeline;application/x-treeline-gz;application/x-treepad;text/xml;
StartupNotify=true
Terminal=false
EOF

# Icon
install -D -m 644 %{buildroot}%{_datadir}/%{name}/icons/tree/%{name}.png %{buildroot}%{_iconsdir}/%{name}.png

%files
%doc %{_defaultdocdir}/%{name}
%{_bindir}/%{name}
%{_usr}/lib/%{name}
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_iconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-2
+ Revision: 57ae30a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8722 |14cr|tree-puzzle-5.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	tree-puzzle
%define version 5.2
%define rel	6
%define release %mkrel %{rel}

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Maximum likelihood analysis for nucleotide, amino acid and two-state data
Group:		Sciences/Biology
License:	GPL
URL:		http://www.tree-puzzle.de
Source:		http://www.tree-puzzle.de/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
TREE-PUZZLE is a computer program to reconstruct phylogenetic trees 
from molecular sequence data by maximum likelihood. It implements a 
fast tree search algorithm, quartet puzzling, that allows analysis 
of large data sets and automatically assigns estimations of support 
to each internal branch. TREE-PUZZLE also computes pairwise maximum
likelihood distances as well as branch lengths for user specified trees.
In addition, TREE-PUZZLE offers a novel method, likelihood mapping, 
to investigate the support of a hypothesized internal branch without 
computing an overall tree and to visualize the phylogenetic content 
of a sequence alignment. 

%prep
%setup -q

%build
%configure
%make 

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%doc AUTHORS COPYING ChangeLog README
%doc doc/tree-puzzle.pdf
%doc data/EF.3trees data/globin.a data/globin.trees data/marswolf.n 
%doc data/primates.b data/primates.trees data/EF.phy data/atp6.a 
%doc data/globin.ctrees data/marswolf.ctrees data/marswolf.trees
%doc data/primates.ctrees





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 5.2-6
+ Revision: d3f29ca
- Automatic import for version 5.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8723 |14cr|tremfusion-0.99r3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#####################################################
# SpecFile: tremfusion.spec 
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################
%define debug_package	%{nil}
#
%global hgchangeset 1421
%global hghash      4b5fc919fd59
%global lakitu7_rev 174
%global qvmbuildflags BUILD_SERVER=0 BUILD_CLIENT=0 BUILD_GAME_QVM=0 BUILD_GAME_SO=1 CFLAGS+="-ggdb3"
%global tfbuildflags BUILD_GAME_QVM=0 BUILD_GAME_SO=0 USE_CURL_DLOPEN=0 USE_OPENAL_DLOPEN=0 USE_INTERNAL_ZLIB=0 USE_LOCAL_HEADERS=0 USE_VOIP=0 CFLAGS+="-ggdb3"

%define name tremfusion
%define version	0.99r3
%define rel 7

Name:           %{name}
Version:        %{version}
Release:        %{rel}
Summary:        Enhanced modification of the free software first person shooter Tremulous
Group:          Games/Arcade
License:        GPLv2+
URL:            http://www.tremfusion.net/
Source0:        tremfusion-%{hghash}-nolcc.tar.bz2
Source1:        http://www.tremfusion.net/downloads/z-tremfusion-menu-0.99r3.pk3
Source2:        lakitu7-qvm-r%{lakitu7_rev}.tar.bz2
Patch0:         tremfusion-lakitu7-qvm-remove-lcc.patch
Patch1:		tremfusion-install.patch
BuildRequires:  pkgconfig(libcurl) 
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  freetype-devel 
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(vorbis) 
BuildRequires:  desktop-file-utils 
BuildRequires:  pkgconfig(zlib)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(freetype2)
Requires:       %{name}-common = %{version}-%{release}
Requires:       opengl-games-utils



%description
TremFusion is an enhanced modification of the free software first person
shooter Tremulous. This package allows you to play on Tremulous servers.

############
%package tty
Summary:        Non-graphical client for TremFusion
Group:          Games/Arcade
License:        GPLv2+
Requires:       %{name}-common = %{version}-%{release}

%description tty
TremFusion is an enhanced modification of the free software first person
shooter Tremulous. This package contains a non-graphical client which
opens only an ncurses console.

############
%package common
Summary:        Common files for TremFusion
Group:          Games/Arcade
License:        GPLv2+
Requires:       tremulous-maps

%description common
TremFusion is an enhanced modification of the free software first person
shooter Tremulous. This package contains files required by both TremFusion
clients and servers.

############
%package server
Summary:        The TremFusion dedicated server
Group:          Games/Arcade
License:        GPLv2+
Requires:       %{name}-common = %{version}-%{release}

%description server
TremFusion is an enhanced modification of the free software first person
shooter Tremulous. This package contains the TremFusion dedicated server.

###########

%prep
%setup -q -c -b 2
cd trunk
%patch0 -p1
cd ../tremfusion-4b5fc919fd59/misc
%patch1 -p0
cd ../../trunk
patch -p1 -i ../tremfusion-%{hghash}/misc/lakitu7-qvm-svdemo.patch
cd ../tremfusion-%{hghash}
sed -ie "s/Exec=tremfusion --quiet/Exec=tremfusion-wrapper --quiet/" misc/%{name}.desktop


%build
cd trunk
%make %{qvmbuildflags}
cd ../tremfusion-%{hghash}
%make %{tfbuildflags} VERSION="%{version}-%{release}" USE_FREETYPE=0


%install
cd tremfusion-%{hghash}
make install %{tfbuildflags} BUILDROOT=%{buildroot} INSTALL_PREFIX=%{_prefix}
ln -s ./opengl-game-wrapper.sh %{buildroot}%{_bindir}/%{name}-wrapper
# data
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}/tremfusion/base
install -pm 644 %{SOURCE1} %{buildroot}%{_gamesdatadir}/%{name}/%{name}
#icos
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -pm 644 misc/tremfusion.png %{buildroot}%{_datadir}/pixmaps/
#desktop
desktop-file-install --dir=%{buildroot}%{_datadir}/applications misc/%{name}.desktop
cd ../trunk
%{__install} -pm 755 build/release-linux-*/base/game*.so %{buildroot}%{_libdir}/%{name}/
ln -s ../../../../../%{_libdir}/%{name}/$(basename build/release-linux-*/base/game*.so) %{buildroot}%{_gamesdatadir}/%{name}/tremfusion/base/


%files
%doc tremfusion-%{hghash}/COPYING tremfusion-%{hghash}/GPL tremfusion-%{hghash}/README
%{_bindir}/%{name}
%{_bindir}/%{name}-wrapper
%{_libdir}/%{name}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

%files tty
%doc tremfusion-%{hghash}/COPYING tremfusion-%{hghash}/GPL tremfusion-%{hghash}/README
%{_bindir}/%{name}-tty
%{_libdir}/%{name}/%{name}-tty

%files common
%doc tremfusion-%{hghash}/COPYING tremfusion-%{hghash}/GPL tremfusion-%{hghash}/CC tremfusion-%{hghash}/README
%dir %{_libdir}/%{name}
%dir %{_datadir}/%{name}
%{_libdir}/%{name}/game*.so
%{_gamesdatadir}/%{name}/%{name}

%files server
%doc tremfusion-%{hghash}/COPYING tremfusion-%{hghash}/GPL tremfusion-%{hghash}/README
%{_bindir}/%{name}ded
%{_libdir}/%{name}/%{name}ded





%changelog
* Wed Apr 02 2014 SymbianFlo <symbianflo@mandrivausers.ro> 0.99r3-7
+ Revision: f243897
- Updated tremfusion.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8724 |14cr|tremulous-1.1.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define name tremulous
%define version 1.1.0
%define release 12

%define client_release 1.011
%define srcname Release_%{client_release}
Summary: An open source game that blends a team based FPS with elements of an RTS
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://ovh.dl.sourceforge.net/sourceforge/tremulous/%{name}-%{version}.zip
# http://www.gnome-look.org/content/show.php?content=42942
Source1: http://www.gnome-look.org/content/files/42942-Tremulous2.png

# The original client is generating troubles on x64.
# kevlarman from the tremulous irc chan consider svn://source.mercenariesguild.net/client better
# In the fact, it works far better
# Tremulous 1.2 will make that workaround useless
Source2: %{name}-client-%{client_release}.tar.bz2
Patch0:	%name-1725.patch
License: GPLv2
Group: Games/Arcade
URL: http://tremulous.net
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(vorbis) 
BuildRequires:  desktop-file-utils 
BuildRequires:  pkgconfig(zlib)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(freetype2)


Requires: %name-maps

%description
Tremulous is a free, open source game that blends a team based FPS
with elements of an RTS.
Players can choose from 2 unique races, aliens and humans. 
Players on both teams are able to build working structures in-game like an RTS.
These structures provide many functions, the most important being spawning.
The designated builders must ensure there are spawn structures or 
other players will not be able to rejoin the game after death.
Other structures provide automated base defense (to some degree), 
healing functions and much more...

Player advancement is different depending on which team you are on.
As a human, players are rewarded with credits for each alien kill.
These credits may be used to purchase new weapons and upgrades from the Armoury
The alien team advances quite differently. Upon killing a human foe,
the alien is able to evolve into a new class.
The more kills gained the more powerful the classes available.

The overall objective behind Tremulous is to eliminate the opposing team.
This is achieved by not only killing the opposing players but also 
removing their ability to re-spawn by destroying their spawn structures.

# I did a separate package for the maps
# Maps are hudge, so if the binairy is getting better, we'll be able
# to provide a newest small binary but users will keep their maps
# There's no need to update the maps until they don't change ;)
%package maps
Summary: Maps for Tremulous 
License: GPLv2
Group: Games/Arcade
Requires: %name

%description maps
Provides the pk3 files needed for tremulous

%prep
%setup -q -n %name
# I know it's crappy but the project only provides the zip file
# This zip file contains the pak files the tar.gz doesn't provides
# I found cleaner to build the rpm from the original zip file
# instead of manually splitting the files
tar -xvjf %SOURCE2
cd %{srcname}
%patch0 -p1

%build
# disable freetype , known issue
make -C %{srcname} USE_FREETYPE=0

%install
install -d %{buildroot}%{_gamesdatadir}/%{name}/base
install -m 644 base/*.{cfg,pk3} %{buildroot}%{_gamesdatadir}/%{name}/base
pushd %{srcname}/build/release-*
  exec=`basename %{name}.*`
  arch=${exec#%{name}.}
  install -m 755 *.$arch %{buildroot}%{_gamesdatadir}/%{name}
popd
install -d %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} <<EOF
#!/bin/sh
cd %{_gamesdatadir}/%{name}
exec ./%{name}.$arch \$*
EOF
chmod 755 $RPM_BUILD_ROOT%{_gamesbindir}/%{name}

install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/icons/%{name}.png

install -d %{buildroot}%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Tremulous
Comment=Team based FPS/RTS
Exec=%_gamesbindir/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


%files
%doc COPYING GPL ChangeLog manual.pdf
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/tremded.*
%{_gamesdatadir}/%{name}/tremulous.*
%{_gamesdatadir}/%{name}/base/*cfg
%{_datadir}/icons/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop

%files maps
%doc COPYING CC
%{_gamesdatadir}/%{name}/base/*pk3


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-12
+ Revision: ee46d9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8725 |14cr|trickle-1.07-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight userspace bandwidth shaper
Name:		trickle
Version:	1.07
Release:	8
License:	BSD
Group:		Networking/File transfer
Url:		http://monkey.org/~marius/pages/?page=trickle
Source:		http://monkey.org/~marius/trickle/trickle-%{version}.tar.gz
Source1:	trickled.conf
# patch from debian, overloads fread() and fwrite()
Patch0:		trickle-1.07-deb-fread_fwrite_overload.patch
Patch1:		trickle-1.07-format-strings.patch
Patch2:		trickle-1.07-libdir.patch
Patch3:		trickle-1.07-CVE-2009-0415.patch
Patch4:		trickle-1.07-tirpc.patch
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(libtirpc)

%description
trickle is a portable lightweight userspace bandwidth shaper. It can
run in collaborative mode (together with trickled) or in stand alone mode.

trickle works by taking advantage of the unix loader preloading.
Essentially it provides, to the application, a new version of the
functionality that is required to send and receive data through sockets.
It then limits traffic based on delaying the sending and receiving of
data over a socket. trickle runs entirely in userspace and does not
require root privileges.

%files
%doc LICENSE TODO README
%config(noreplace) %{_sysconfdir}/trickled.conf
%{_bindir}/%{name}
%{_bindir}/%{name}ctl
%{_bindir}/%{name}d
%{_libdir}/%{name}/%{name}-overload.so
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man5/%{name}d.conf.5.*
%{_mandir}/man8/%{name}d.8.*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
touch -r configure aclocal.m4 Makefile.in stamp-h.in

%build
%configure2_5x
# it mistakenly assumes in_addr_t is not defined in <netinet/in.h>
sed -i.in_addr_t -e '/in_addr_t/d' config.h
#gw parallel make considered unsafe
make

%install
%makeinstall
install -D -m 644 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/trickled.conf

%changelog
* Mon Aug 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.07-8
+ Revision: 11ec3f9
- Fix build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8726 |14cr|trigger-rally-0.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	trigger

Summary:	Rally racing game
Name:		%{oname}-rally
Version:	0.6.0
Release:	3
Source0:	http://downloads.sourceforge.net/trigger-rally/%{name}-%{version}-src.tar.bz2
Source1:	%{name}.png
Patch0:		trigger-0.5.2.1-nodoc.patch
License:	GPLv2
Group:		Games/Arcade
Url:		http://sourceforge.net/projects/trigger-rally/
BuildRequires:	automake1.8
BuildRequires:	jam
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	freealut-devel
BuildRequires:	glew-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(glu)
BuildRequires:	openal-devel
BuildRequires:	physfs-devel
Requires:	%{name}-data

%description
Trigger is a fast-paced open source rally racing game.

%prep
%setup -q -n %{name}-%{version}-src
%patch0 -p1 -b .nodoc

%build
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}/%{oname}
jam

%install
DESTDIR=%{buildroot} jam install
# only contains .a files
rm -rf %{buildroot}%{_libdir}

install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/icons/%{name}.png

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Trigger Rally
Comment=%{Summary}
Exec=soundwrapper %{_gamesbindir}/%{oname}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%files
%{_gamesbindir}/%{oname}
%{_datadir}/icons/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-3
+ Revision: 2ff52f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8727 |14cr|trigger-rally-data-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	trigger

Summary:	Data files for the Trigger rally racing game
Name:		%{oname}-rally-data
Version:	0.6.0
Release:	2
Source0:	http://downloads.sourceforge.net/trigger-rally/%{oname}-rally-%{version}-data.tar.bz2
License:	GPLv2
Group:		Games/Arcade
Url:		http://sourceforge.net/projects/trigger-rally/
BuildArch:	noarch

%description
Trigger is a fast-paced open source rally racing game.
This packages contains data files required by Trigger.

%prep
%setup -q -n %{oname}-rally-%{version}-data

%build

%install
install -d %{buildroot}%{_gamesdatadir}/%{oname}
cp -ra * %{buildroot}%{_gamesdatadir}/%{oname}
rm -f %{buildroot}%{_gamesdatadir}/%{oname}/*.txt
chmod 644 %{buildroot}%{_gamesdatadir}/%{oname}/trigger.config.defs

%files
%doc README.txt README-stereo.txt
%{_gamesdatadir}/%{oname}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-2
+ Revision: 59e3f82
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8728 |14cr|trilead-ssh2-213-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           trilead-ssh2
Version:        213
Release:        12
Summary:        SSH-2 protocol implementation in pure Java

Group:          Development/Java
License:        BSD
URL:            http://www.trilead.com/Products/Trilead_SSH_for_Java/
# Not working anymore...
#http://www.trilead.com/DesktopModules/Releases/download_file.aspx?ReleaseId=4102
Source0:        trilead-ssh2-build%{version}.zip
Source1:        build.xml
Source2:        http://mirrors.ibiblio.org/pub/mirrors/maven2/org/tmatesoft/svnkit/%{name}/build%{version}-svnkit-1.3-patch/%{name}-build%{version}-svnkit-1.3-patch.pom

BuildRequires:  jpackage-utils
BuildRequires:  java-devel
BuildRequires:  ant
Requires:       jpackage-utils
Requires:       java
Requires(post):   jpackage-utils
Requires(postun): jpackage-utils

BuildArch:      noarch

#Obsoletes:              ganymed-ssh2 <= 210


%description
Trilead SSH-2 for Java is a library which implements the SSH-2 protocol in pure
Java (tested on J2SE 1.4.2 and 5.0). It allows one to connect to SSH servers
from within Java programs. It supports SSH sessions (remote command execution
and shell access), local and remote port forwarding, local stream forwarding,
X11 forwarding and SCP. There are no dependencies on any JCE provider, as all
crypto functionality is included.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java 
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils

%description javadoc
API documentation for trilead-ssh2.

%prep
%setup -q -n %{name}-build%{version}
cp %{SOURCE1} .

# change file encoding
iconv -f ISO-8859-1 -t UTF-8 -o HISTORY.txt HISTORY.txt

# delete the jars that are in the archive
rm %{name}-build%{version}.jar

# fixing wrong-file-end-of-line-encoding warnings
sed -i 's/\r//' LICENSE.txt README.txt HISTORY.txt faq/FAQ.html
find examples -name \*.java -exec sed -i 's/\r//' {} \;

%build
ant


%install
# jar
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 %{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# pom
mkdir -p %{buildroot}%{_mavenpomdir}
cp %{SOURCE2} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap org.tmatesoft.svnkit %{name} %{version} JPP %{name}

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap


%files
%defattr(-,root,root,-)
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}
%{_javadir}/*
%doc LICENSE.txt HISTORY.txt README.txt faq examples


%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 213-12
+ Revision: 847f59c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8729 |14cr|triplane-classic-1.04-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	triplane-classic
%define version	1.04
%define rel	2

Summary:	A side-scrolling dogfighting game
Name:		%{name}
Version:	%{version}
Release:	%mkrel %rel
License:	GPLv3+
URL:		http://triplane.sourceforge.net/
Source:		http://sourceforge.net/projects/triplane/files/%name-%version.tar.gz
# darcs get http://iki.fi/lindi/darcs/triplane-testsuite
# cd triplane-testsuite; darcs changes (check that tere are actual changes since last update)
# darcs dist; xzme triplane-testsuite.tar.gz; mv triplane-testsuite.tar.xz ../triplane-testsuite-20090609.tar.xz
Source1:	triplane-testsuite-20090609.tar.xz
# Fix parameter handling issues (overflows and non-literal fmt string)
Patch0:		triplane-parameter-handling.patch
Group:		Games/Arcade
BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires:	SDL-devel
BuildRequires:	SDL_mixer-devel
# for conversions
BuildRequires:	man
BuildRequires:	imagemagick
# for testsuite:
BuildRequires:	x11-server-xvfb
%if %{mdkversion} <= 201000
# on 2010.0 and earlier there was no dependency in SDL_mixer on this
Requires:	%{_lib}mikmod3
%endif

%description
Triplane Classic is a side-scrolling dogfighting game featuring solo
missions and multiplayer mode with up to four players. It is a port of
the original Triplane Turmoil game for DOS and aims to match the
original game exactly so that high scores remain comparable to the
original.

%prep
%setup -q -a 1
%patch0 -p1

# Convert the man page to a html page, this is a game after all:
# tail removes the first Context-type line and sed removes links to http targets
man2html doc/%{name}.6 | tail -n +2 | sed -r 's,<a href="http[^>]+>(.*)</a>,\1,ig' > %{name}.html

%build
for i in depend all; do
	%make OPTIFLAG="%{optflags}" LDFLAGS="%{?ldflags}" PREFIX=%{_prefix} $i
done

%install
rm -rf %{buildroot}
%makeinstall_std PREFIX=%{_prefix}

install -D -m644 doc/%{name}.6 %{buildroot}%{_mandir}/man6/%{name}.6

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Triplane Classic
GenericName=Dogfighting game
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-manual.desktop <<EOF
[Desktop Entry]
Name=Triplane Classic manual
Comment=Open help file of Triplane Classic
Exec=xdg-open %{_docdir}/%{name}/%{name}.html
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

for i in 16 32 48; do
	install -d -m755 %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps
	convert data/application_icon/%{name}.xpm -resize $i %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps/%{name}.png
done

# Xvfb segfaults on BS on 2010.0
%if %mdkversion >= 201010
%check
xvfb-run %make test
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc %{name}.html doc/TODO doc/lvledit-keys.txt
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*x*/apps/%{name}.png
%doc %{_datadir}/applications/mandriva-%{name}-manual.desktop
%{_mandir}/man6/%{name}.6*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.04-2
+ Revision: c71b0cf
- Automatic import for version 1.04



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8730 |14cr|trn-3.6-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%define debug_package %nil

Summary:	A news reader that displays postings in threaded format
Name:		trn
Version:	3.6
Release:	22
License:	Distributable
Group:		Networking/News
Url:		http://trn.sourceforge.net/
Source0:	ftp://ftp.uu.net:/networking/news/readers/trn/trn-3.6.tar.bz2
Source1:	trn.wmconfig
Patch0:		trn-3.6-linux.patch.bz2
Patch1:		trn-3.6-sigtstp.patch.bz2
Patch2:		trn-3.6-make.patch.bz2
Patch3:		trn-3.6-bool.patch.bz2
Patch4:		trn-3.6-jbj.patch.bz2
Patch5:		trn-3.6-rh.patch.bz2
BuildRequires:	byacc
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(libbsd)

%description
Trn is a basic news reader that supports threading. This version is
configured to read news from an NNTP news server.

Install trn if you need a basic news reader that shows you newsgroup
postings in threaded format.

%files
%doc README INSTALL MANIFEST HINTS.TRN HACKERSGUIDE NEW
%{_bindir}/*
%{_libdir}/trn/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .linux
%patch1 -p1 -b .sigstp
%patch2 -p1 -b .make
%patch3 -p1 -b .bool
%patch4 -p1 -b .jbj
%patch5 -p1 -b .rh

%build
%make CFLAGS="-DI_TIME %{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_libdir}/trn
mkdir -p %{buildroot}%{_mandir}/man1/

chmod 755 filexp
chmod 755 makedir

make install	rnbin="%{buildroot}%{_bindir}" \
		rnlib="%{buildroot}%{_libdir}/trn" \
		mansrc="%{buildroot}%{_mandir}/man1" \
		installfilexp="%{buildroot}%{_libdir}/trn/filexp"

chmod 755 %{buildroot}%{_bindir}/*
chmod 755 %{buildroot}%{_libdir}/*


%changelog
* Mon Aug 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.6-22
+ Revision: 52c9314
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8731 |14cr|trophy-1.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name trophy
%define version 1.1.6
%define release 2
%define Summary A 2D car racing action game for Linux

Name: %{name}
Summary: %{Summary}
Version: %{version}
Release: %{release}
Source: http://heanet.dl.sourceforge.net/sourceforge/trophy/%{name}-%{version}.tar.gz
Source1: trophy-designer-manual.tar.bz2
Source10: %{name}.16.png
Source11: %{name}.32.png
Source12: %{name}.48.png
# patch from upstream, according to https://qa.mandriva.com/show_bug.cgi?id=49361#c8
Patch1: trophy-1.1.5-fix_crash.diff
URL: http://trophy.sourceforge.net/index.php3
License: GPL
Group: Games/Arcade
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: clanlib0.8-devel	libclanlib-network libclanlib-sound libhermes-devel
# (gc) needed because of binary incompatibility of datafiles between versions of clanlib

%description
Trophy is a single-player racing game for Linux. Even though the goal is
basically to finish the laps as the first, Trophy is an action game which
offers much more than just a race. Lots of extras enable "unusual" features for
races such as shooting, putting mines and many others.

%prep
%setup -q -n %{name}-%{version} -a 1
%patch1 -p0

%build
# (gc) workaround g++ exception bug when -fomit-frame-pointer is set
#export CFLAGS="$RPM_OPT_FLAGS -fno-omit-frame-pointer" CXXFLAGS="$RPM_OPT_FLAGS -fno-omit-frame-pointer"
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

%install
rm -rf "$RPM_BUILD_ROOT"

%makeinstall_std

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Trophy
Comment=Trophy is a 2D car racing action game for Linux
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


install -m644 %{SOURCE10} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README designer_manual_en
%{_gamesbindir}/*
%{_gamesdatadir}/trophy
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-2
+ Revision: 1ac0ab0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8732 |14cr|trousers-0.3.11.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname tspi %{major}
%define develname %mklibname -d %{name}

Name:		trousers
Summary:	TCG's Software Stack v1.2
Version:	0.3.11.2
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://trousers.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	tcsd.service
BuildRequires:	openssl-devel

%description
TrouSerS is an implementation of the Trusted Computing Group's Software Stack
(TSS) specification. You can use TrouSerS to write applications that make use
of your TPM hardware. TPM hardware can create, store and use RSA keys
securely (without ever being exposed in memory), verify a platform's software
state using cryptographic hashes and more.

%package -n %{libname}
Summary:	TrouSerS Shared libraries
Group:		System/Libraries

%description -n %{libname}
Shared libraries for TrouSerS.

%package -n %{develname}
Summary:	TrouSerS header files and documentation
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Header files and man pages for use in creating Trusted Computing enabled
applications.

%prep
%setup -q

%build
%configure2_5x --with-gui=openssl --disable-static
%make

%install
%makeinstall_std
rm -f %{buildroot}/%{_libdir}/libtspi.la
mkdir -p %{buildroot}%{_unitdir}
install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/

%pre
%_pre_useradd tss /dev/null /bin/false

%post
%_post_service tcsd

%preun
%_preun_service tcsd

%postun
%_postun_userdel tss

%files
%doc README LICENSE ChangeLog
%{_sbindir}/tcsd
%config(noreplace) %attr(0600, tss, tss) %{_sysconfdir}/tcsd.conf
%{_mandir}/man5/*
%{_mandir}/man8/*
%{_unitdir}/tcsd.service
%attr(0700, tss, tss) %{_localstatedir}/lib/tpm/

%files -n %{libname}
%{_libdir}/libtspi.so.%{major}
%{_libdir}/libtspi.so.%{major}.*

%files -n %{develname}
%doc doc/LTC-TSS_LLD_08_r2.pdf doc/TSS_programming_SNAFUs.txt
%{_libdir}/libtspi.so
%{_libdir}/libtddl.a
%{_includedir}/*
%{_mandir}/man3/Tspi_*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.11.2-2
+ Revision: c729635
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8733 |14cr|tryton-2.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The client of the Tryton application platform
Name:		tryton
Version:	2.2.1
Release:	3
License:	GPLv3+
Group:		Development/Python
Source0:	http://pypi.python.org/packages/source/t/trytond/%{name}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
The client of the Tryton application platform. A three-tiers high-level
general purpose application platform written in Python and use Postgresql
as main database engine. It is the core base of an Open Source ERP.
It provides modularity, scalability and security.

%files -f %{name}.lang
%doc CHANGELOG COPYRIGHT README TODO
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python modules for %{name}
Group:		Development/Python

%description -n python-%{name}
Python modules for %{name}.

%files -n python-%{name}
%doc CHANGELOG COPYRIGHT README TODO
%{py_sitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
python setup.py build

%install
NDONTWRITEBYTECODE=  python setup.py install --root=%{buildroot}

%find_lang %{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-3
+ Revision: 335a579
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8734 |14cr|trytond-2.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The server of the Tryton application platform
Name:		trytond
Version:	2.2.2
Release:	3
License:	GPLv3+
Group:		Development/Python
Source0:	http://pypi.python.org/packages/source/t/trytond/%{name}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
The server of the Tryton application platform. A three-tiers high-level
general purpose application platform written in Python and use Postgresql
as main database engine. It is the core base of an Open Source ERP.
It provides modularity, scalability and security.

%files
%doc CHANGELOG COPYRIGHT README TODO
%{_bindir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}.conf

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python modules for %{name}
Group:		Development/Python

%description -n python-%{name}
Python modules for %{name}.

%files -n python-%{name}
%doc CHANGELOG COPYRIGHT README TODO
%{py_sitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
python setup.py build

%install
NDONTWRITEBYTECODE=  python setup.py install --root=%{buildroot}
cp -a etc %{buildroot}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.2-3
+ Revision: 4cb186d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8735 |14cr|tsclient-2.0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Summary: Client for VNC and Windows Terminal Server
Name: tsclient
Version: 2.0.2
Release: 8
License: GPL+
Group: Networking/Remote access
URL: http://sourceforge.net/projects/tsclient
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
# reported upstream
Patch0: icon-names.patch
# reported upstream
Patch2: edit-dialog-crash.patch
# reported upstream
Patch3: vnc-password-optional.patch
# reported upstream
Patch4: vnc-remote-screen-size.patch
# NOT reported upstream; there's no simple way to make it support both
# realvnc and tightvnc
Patch5: realvnc-args.patch
Patch6: tsclient-pkgconfig.patch
Patch7: tsclient-2.0.2-libnotify0.7.patch
Patch8: tsclient-2.0.2-link.patch
Patch9:	tsclient-2.0.2_glib_h.patch

BuildRequires: desktop-file-utils
BuildRequires: libtool
BuildRequires: intltool
BuildRequires: pkgconfig(gnome-desktop-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libglade-2.0)
BuildRequires: pkgconfig(libgnomeui-2.0)
BuildRequires: pkgconfig(libnm-glib)
BuildRequires: pkgconfig(libnotify)
#BuildRequires: gnome-panel-devel

Requires: rdesktop
Requires: x11vnc

%description
tsclient is a frontend that makes it easy to use rdesktop and vncviewer.

%package devel
Summary: Header files needed to write tsclient plugins
Group: System/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
The tsclient-devel package contains header files that are needed to
develop tsclient plugins.

%prep
%setup -q
%patch0 -p1 -b .icon-names
%patch2 -p1 -b .edit-dialog-crash
%patch3 -p1 -b .vnc-password
%patch4 -p1 -b .vnc-remotesize
%patch5 -p1 -b .realvnc-args
%patch6 -p1 -b .libgnomeui
%patch7 -p0 -b .libnotify
%patch8 -p0 -b .link
%patch9 -p1 -b .glib_h

%build
autoreconf -fi
%configure2_5x --disable-schemas-install
%make

%install
rm -rf %{buildroot}
%makeinstall_std

rm -rf %{buildroot}/var/scrollkeeper

desktop-file-install \
	--vendor tsclient \
	--delete-original \
	--dir %{buildroot}%{_datadir}/applications \
	--remove-category Application \
	%{buildroot}%{_datadir}/applications/*

rm -rf %{buildroot}/usr/lib/tsclient/plugins/*.{a,la}

%find_lang %{name}

%preun
%preun_uninstall_gconf_schemas tsc-handlers

%files -f %{name}.lang
%doc COPYING AUTHORS
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_sysconfdir}/gconf/schemas/tsc-handlers.schemas
%{_libdir}/tsclient
%{_datadir}/gnome/autostart/tsc-autostart.desktop
%{_datadir}/icons/hicolor/scalable/apps/tsclient.svg
%{_datadir}/tsclient

%files devel
%{_includedir}/tsclient



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-8
+ Revision: 100c28a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8736 |14cr|tsid-0.9-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name tsid
%define version 0.9
%define release 10

Summary: TSID: Time SID Manager
Name: %{name}
Version: %{version}
Release: %{release}
License: GPLv2+
URL: http://tsid.sourceforge.net
Group: Sound
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source: http://prdownloads.sourceforge.net/tsid/%name-%version.tar.bz2
Patch: tsid-0.9-gcc4.patch
BuildRequires: sidplay-devel

%description
TSID is a library for collecting your time spent listening statistic about
HVSC sids from a sid player, and some programs for extracting and elaborating
these information. So, who is your best sid composer or tune? TSID probably
shows you something interesting...
This is a package with user executable programs.

%package -n %{name}-devel
Summary: Header files for compiling apps that use libtsid
Group: Development/C++

%description -n %{name}-devel
TSID is a library for collecting your time spent listening statistic about
HVSC sids from a sid player, and some programs for extracting and elaborating
these information. So, who is your best sid composer or tune? TSID probably
shows you something interesting...
This is a developer package containing the static library and header files.

%prep
%setup -q
%patch -p1 -b .gcc4

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README AUTHORS COPYING TODO INSTALL doc/faq.html doc/tupdate.html
%{_bindir}/examiner
%{_bindir}/hvsctest
%{_bindir}/tupdate

%files -n %{name}-devel
%defattr(-,root,root)
%doc history/* doc/inside.html COPYING doc/thvs.txt
%{_libdir}/*.a
%{_includedir}/%{name}/*
%dir %{_includedir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-10
+ Revision: 7dba47c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8737 |14cr|tslib-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	tslib
%define version	1.0
%define date	0
%define rel	6

%define api	0.0
%define major	0
%define libname	%mklibname ts %api %major
# (anssi) unversioned libts.so symlink exists, so no %api in develname
%define develname %mklibname ts -d

Name:		%{name}
Version:	%{version}
%if %{date}
Release:	%mkrel 0.%{date}.%{rel}
Source:		%name-%{date}.tar.bz2
%else
Release:	%{rel}
Source:		http://download.berlios.de/tslib/%name-%version.tar.bz2
%endif
Patch0:		tslib-glibc2.8.patch
Summary:	Touchscreen access library
URL:		http://developer.berlios.de/projects/tslib/
License:	GPL
Group:		System/Libraries
BuildRoot:	%_tmppath/%name-root

%description
Hardware independent touchscreen access library.

%package utils
Summary:	Touchscreen access library utilities
Group:		System/Kernel and hardware

%description utils
Hardware independent touchscreen access library.

This package contains the tslib utilities.

%package common
Summary:	Touchscreen access library common files
Group:		System/Kernel and hardware

%description common
Hardware independent touchscreen access library.

This package contains the tslib configuration file and documentation.

%package -n %{libname}
Summary:	Touchscreen access library
Group:		System/Libraries
Requires:	%{name}-common = %{version}-%{release}

%description -n %{libname}
Hardware independent touchscreen access library.

%package -n %{develname}
Summary:	Development library and headers for %name
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libts-devel = %{version}-%{release}

%description -n %{develname}
Development files (headers etc.) for %name.

%prep
%setup -q
perl -pi -e 's,^# module_raw input$,module_raw input,' etc/ts.conf
# For quick verification during building:
grep "module_raw input" etc/ts.conf
%patch0 -p1

%build
./autogen.sh
%configure2_5x --with-plugindir=%{_libdir}/ts%{api}_%{major}
%make

%install
rm -rf %{buildroot}
%makeinstall_std
# (anssi) not needed for these libraries
rm %{buildroot}%{_libdir}/ts%{api}_%{major}/*.la

%clean
rm -rf %{buildroot}

%files utils
%defattr(-,root,root)
%_bindir/ts_*

%files common
%defattr(-,root,root)
%doc README AUTHORS ChangeLog
%config(noreplace) %_sysconfdir/ts.conf

%files -n %{libname}
%defattr(-,root,root)
%_libdir/*-%{api}.so.%{major}*
%dir %_libdir/ts%{api}_%{major}
%_libdir/ts%{api}_%{major}/*.so

%files -n %{develname}
%defattr(-,root,root)
%_libdir/*.so
%_includedir/tslib.h
%_libdir/pkgconfig/*.pc



%changelog
* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0-6
+ Revision: 2f42ffc
- Automatic import for version 1.0-6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8738 |14cr|tsocks-1.8-0.beta5.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major           1
%define libname_orig    lib%{name}
%define libname         %mklibname %{name} %{major}
%define libnamedev      %mklibname %{name} %{major} -d
%define beta            beta5

Name:           tsocks
Version:        1.8
Release:        %mkrel 0.%{beta}.7
Summary:        A transparent SOCKS proxying library
License:        GPL
Group:          Networking/Other
URL:            http://tsocks.sourceforge.net/
Source0:        http://ftp1.sourceforge.net/tsocks/%{name}-%{version}%{beta}.tar.bz2
BuildRequires:  glibc-static-devel
Requires:       %{libname} = %{version}-%{release}
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
tsocks' role is to allow these non SOCKS aware applications (e.g
telnet, ssh, ftp etc) to use SOCKS without any modification. It does
this by intercepting the calls that applications make to establish
network connections and negotating them through a SOCKS server as
necessary.

%package -n %{libname}
Summary:        Library for %{name}
Group:          System/Libraries

%description -n %{libname}
Library for %{name}.

%prep
%setup -q

%build
%{configure2_5x}
%{make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}
%{__perl} -pi -e 's|/usr/lib|%{_libdir}|g' %{buildroot}%{_bindir}/tsocks

%clean
%{__rm} -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_mandir}/man5/%{name}.conf.5*
%{_mandir}/man8/%{name}.8*

%files -n %{libname}
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_libdir}/*.so*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.8-0.beta5.7
+ Revision: f3eac9d
- Automatic import for version 1.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8739 |14cr|tstat-1.01-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Sniffer able to provide several insights on the traffic patterns
Name: tstat
Version: 1.01
Release: 8
Source0: http://tstat.tlc.polito.it/download/%{name}-%{version}.tar.gz
Source1: tstat.service
Source2: tstat_rrd.cgi
Source3: tstat_net.conf
Source4: tstat_rrd.conf
Source5: tstat_global.conf
Patch0: tstat-Makefile.in.patch.bz2
Patch1: tstat.h.patch.bz2
License: GPL
Group: Monitoring
Url: http://tstat.tlc.polito.it/
Buildrequires: pcap-devel rrdtool-devel
Requires: rrdtool

%description
The lack of automatic tools able to produce statistical data from network
packet traces was a major motivation to develop Tstat, a tool which, starting
from standard software libraries, offers to network managers and researchers
audit important information about classic and novel performance indexes and
statistical data about Internet traffic. Started as evolution of TCPtrace, 
Tstat analyzes either real-time captured packet traces, using either common PC 
hardware or more sophisticated ad-hoc cards such as the DAG cards. Beside live 
capture, Tstat can analyze previously recorded packet-level traces, supporting
various dump formats, such as the one supported by the libpcap library, and 
many more.

please adjust: %{_sysconfdir}/tstat/global.conf

%package -n %{name}-www
Summary:        Provides the CGI file for the tstat web interface
Group:          Networking/WWW
Requires: apache perl-CGI apache-mod_fastcgi perl-DateManip

%description -n %{name}-www
Provides the CGI file for the tstat web interface

%prep
%setup -q -n %{name}
%patch0 -p0
%patch1 -p0

%build
%configure
%make

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_sysconfdir}/tstat
mkdir -p %{buildroot}/%{_unitdir}
mkdir -p %{buildroot}/var/lib/%{name}/rrd_data/localhost
cp -v $RPM_BUILD_DIR/%{name}/tstat %{buildroot}/%{_bindir}/tstat
cp -v %{SOURCE4} %{buildroot}/%{_sysconfdir}/%{name}/rrd.conf
cp -v %{SOURCE1} %{buildroot}/%{_unitdir}/%{name}.service
cp -v %{SOURCE3} %{buildroot}/%{_sysconfdir}/%{name}/net.conf.sample
cp -v %{SOURCE5} %{buildroot}/%{_sysconfdir}/%{name}/global.conf

mkdir -p %{buildroot}/var/www/cgi-bin
mkdir -p %{buildroot}/var/www/html/rrd_images
cp -v %{SOURCE2} %{buildroot}/var/www/cgi-bin/%{name}_rrd.cgi

%clean

%post
%systemd_post tstat

%post -n %{name}-www
if [ ! -e "/var/www/cgi-bin/rrd_data" ];then
	ln -sf /var/lib/%{name}/rrd_data /var/www/cgi-bin/rrd_data
fi
if [ ! -e "/var/www/cgi-bin/rrd_images" ];then
	ln -sf /var/www/html/rrd_images /var/www/cgi-bin/rrd_images
fi
chown -R apache.apache /var/www/html/rrd_images

%preun
%systemd_preun tstat

%files
%doc docs/*
%{_bindir}/%{name}
%attr(0644,root,root) %{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/%{name}/rrd.conf
%config(noreplace) %{_sysconfdir}/%{name}/net.conf.sample
%config(noreplace) %{_sysconfdir}/%{name}/global.conf
/var/lib/%{name}/*

%files -n %{name}-www
%doc docs/CHANGES docs/README.RRDtool
%attr(755,apache,apache) /var/www/html/rrd_images
%attr(755,root,root) /var/www/cgi-bin/tstat_rrd.cgi

%changelog
* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.01-8
+ Revision: 4b889d9
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8740 |14cr|tsung-1.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:	A distributed multi-protocol load testing tool

Name:		tsung
Version:	1.5.1
Release:	2
License:	GPLv2
Group:		Development/Other
Url:		http://tsung.erlang-projects.org/
Source0:	http://tsung.erlang-projects.org/dist/%{name}-%{version}.tar.gz
BuildRequires:	erlang-devel
BuildRequires:	erlang-xmerl
BuildRequires:	erlang-ssl
BuildRequires:	erlang-crypto
BuildRequires:	erlang-compiler
BuildRequires:	erlang-snmp
BuildRequires:	erlang-eunit
BuildRequires:	erlang-public_key

Requires:	erlang-xmerl
Requires:	erlang-ssl
Requires:	erlang-crypto
Requires:	erlang-snmp
Requires:	perl(Template::Perl)

%description
It is protocol-independent and can currently be used to stress and
benchmark HTTP, Jabber/XMPP, PostgreSQL, MySQL and LDAP servers.
It simulates user behaviour using an XML description file, reports
many measurements in real time (statistics can be customized with
transactions, and graphics generated using gnuplot).
For HTTP, it supports 1.0 and 1.1, has a proxy mode to record
sessions, supports GET and POST methods, Cookies, and Basic
WWW-authentication. It also has support for SSL.

%prep
%setup -q 

iconv -f ISO-8859-1 -t UTF-8 CONTRIBUTORS > CONTRIBUTORS.new && \
touch -r CONTRIBUTORS CONTRIBUTORS.new && \
mv CONTRIBUTORS.new CONTRIBUTORS
sed -i 's/\r$//' examples/*

%build
%configure

%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_defaultdocdir}


%files
%doc CHANGES CONTRIBUTORS COPYING  TODO
%{_bindir}/%{name}*
%{_bindir}/tsplot
%{_libdir}/erlang/lib/*
%{_libdir}/%{name}/
%{_datadir}/%{name}/
%{_mandir}/man1/%{name}*.1*
%{_mandir}/man1/tsplot.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-2
+ Revision: 49c0d2a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8741 |14cr|ttaenc-3.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ttaenc
Version:	3.4.1
Release:	2
License:	GPLv2
Summary:	The True Audio (TTA) codec lossless audio compressor
Group:		Sound
URL:		http://sourceforge.net/projects/tta/
Source:		http://sourceforge.net/projects/tta/files/tta/ttaenc-src/%{name}-%{version}-src.tgz
Patch0:		ttaenc-3.4.1-src-shntool.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
TTA performs lossless compression on multichannel 8,16 and 24 bits
data of the Wav audio files. Being "lossless" means that no data-
quality is lost in the compression - when uncompressed, the data will
be identical to the original. The compression ratios of TTA depend on
the type of music file being compressed, but the compression size
will generally range between 30% - 70% of the original. TTA format
supports both of ID3v1/v2 and APEv2 tags. Detailed format description
is available at http://tta.sourceforge.net

This version is patched with shntool patch.

%prep
%setup -q -n %{name}-%{version}-src
%patch0 -p1

%build
%make

%install
%__rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_bindir}
%__install -m 755 %{name} %{buildroot}%{_bindir}/%{name}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc COPYING README
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.1-2
+ Revision: 173e27b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8742 |14cr|ttcp-1.12-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A tool for testing TCP connections
Name: ttcp
Version: 1.12
Release: 16
URL:	ftp://ftp.sgi.com/sgi/src/ttcp/
Source0: ftp://ftp.sgi.com/sgi/src/ttcp/ttcp.c
Source1: ftp://ftp.sgi.com/sgi/src/ttcp/ttcp.1
Source2: ftp://ftp.sgi.com/sgi/src/ttcp/README
Patch0: ttcp-big.patch
Patch1: ttcp-malloc.patch
Patch2: ttcp-GNU.patch
Patch3: ttcp-man.patch
BuildRequires: glibc-devel
Group: Monitoring
License: Public Domain

%description
ttcp is a tool for testing the throughput of TCP connections.  Unlike other
tools which might be used for this purpose (such as FTP clients), ttcp does
not read or write data from or to a disk while operating, which helps ensure
more accurate results.

%prep
%setup -c -T -q
cp -a %{SOURCE0} %{SOURCE1} %{SOURCE2} .
%patch0 -p1 -b .big
%patch1 -p1 -b .malloc
%patch2 -p1 -b .GNU
%patch3 -p1 -b .man

%build
%{__cc} -o ttcp $RPM_OPT_FLAGS ttcp.c

%install
mkdir -p %{buildroot}{%{_mandir}/man1,%{_bindir}}
install -p -m755 ttcp %{buildroot}%{_bindir}
install -p -m644 ttcp.1 %{buildroot}%{_mandir}/man1

%files
%doc README
%{_bindir}/ttcp
%{_mandir}/man1/ttcp.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12-16
+ Revision: 603f91c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8743 |14cr|tty-clock-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: tty-clock.spec 
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################
#empty debug 
%define debug_package	%{nil}

Summary:	Simple console clock
Name:		tty-clock
Version:	0.1
Release:	4
License:	GPLv2+
Group:		Shells
URL:		http://github.com/xorg62/tty-clock
Source0:	https://github.com/xorg62/tty-clock/archive/v0.1.tar.gz
BuildRequires:	pkgconfig(ncurses)
Requires:	ncurses

%description
An analog clock in ncurses

%prep
%setup -q 
chmod -x README

%build
%{make} 

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}/

%files
%doc README
%{_bindir}/*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 5405932
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8744 |14cr|ttyrec-1.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ttyrec
Version:	1.0.8
Release:	2
Summary:	A tty recorder
Group:		Text tools
URL:		http://namazu.org/~satoru/ttyrec/index.html.en
Source0:	http://namazu.org/~satoru/ttyrec/%{name}-%{version}.tar.gz
Patch0:		%{name}-Makefile.patch
License:	BSD
BuildRequires:	libbsd-devel

%description
ttyrec is a tty recorder that records your terminal sessions with 
microsecond accuracy. It can record emacs -nw, vi, lynx, or any
programs running on a terminal.

%prep
%setup -q 
%patch0 -p1

%build
%make CFLAGS=-DHAVE_getpt

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -m 644 *.1 %{buildroot}%{_mandir}/man1
install -m 755 ttyrec %{buildroot}%{_bindir}
install -m 755 ttyplay %{buildroot}%{_bindir}
install -m 755 ttytime %{buildroot}%{_bindir}

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-2
+ Revision: e1c127a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8745 |14cr|tucan-0.3.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define langs cs de en es fr it pl pt ru se sk
%define __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
#%define distsuffix mrb

Name:           tucan
Version:        0.3.10
Release:        2
Summary:        Manager for downloads and uploads at hosting sites

Group:          Networking/WWW
License:        GPLv2+
URL:            http://cusl3-tucan.forja.rediris.es
Source0:        http://forja.rediris.es/frs/download.php/2051/%{name}-%{version}.tar.gz
Source100:  	%{name}.rpmlintrc

BuildRequires:  python
BuildRequires:  desktop-file-utils
BuildRequires:  gettext
Requires:       pygtk2
Requires:       python-imaging
Requires:       tesseract
Requires:       librsvg2

BuildArch:      noarch

%description
Tucan is a graphical manager to upload and download from the most famous 
file hosting sites (e.g. rapidshare, megaupload).


%prep
%setup -q 
# fix tray
sed -i 's|OPTION_TRAY_CLOSE: "False"|OPTION_TRAY_CLOSE: "True"|g' core/config.py
# utf8 convert
for f in ./README.es ./docs/FAQ.es ./docs/service-HOWTO.es
do
  iconv -f iso-8859-1 -t utf-8 $f |sed 's|\r||g' > $f.utf8
  touch -c -r $f $f.utf8
  mv $f.utf8 $f
done
# fix locales
sed -i 's|PATH_LOCALES = os.path.join(PATH, "i18n")|PATH_LOCALES = os.path.join(PATH, "%{_datadir}/locale")|g' core/cons.py

# fix executable      
sed -i 's|ln -sf $(MAINDIR)$(EXECFILE) $(BINDIR)$(NAME)|#ln -sf $(MAINDIR)$(EXECFILE) $(BINDIR)$(NAME)|g' Makefile


%build
for l in %{langs}
do
  rm -rf i18n/$l/LC_MESSAGES/%{name}.mo
  msgfmt i18n/$l/$l.po -o i18n/$l/LC_MESSAGES/%{name}.mo
done


%install
%makeinstall \
     DESTDIR=%{buildroot}%{_prefix} \
     MAINDIR=%{buildroot}%{_datadir}/%{name}-%{version}/
     
ln -sf %{_datadir}/%{name}-%{version}/%{name}.py \
      %{buildroot}%{_bindir}/%{name}
      
for l in %{langs}
do
  mkdir -p %{buildroot}%{_datadir}/locale/$l/LC_MESSAGES/
  install -Dpm0644 i18n/$l/LC_MESSAGES/%{name}.mo \
           %{buildroot}%{_datadir}/locale/$l/LC_MESSAGES/
done

desktop-file-install \
       --dir=%{buildroot}%{_datadir}/applications/ \
       %{name}.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc CHANGELOG LICENSE README README.es TODO docs/*
%{_bindir}/%{name}
%{_datadir}/%{name}-%{version}/
%{_mandir}/man1/%{name}.1.*
%{_datadir}/pixmaps/%{name}.*
%{_datadir}/applications/%{name}.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.10-2
+ Revision: 86fc2bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8746 |14cr|tucnak2-2.48-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           tucnak2
Version:        2.48
Release:        3
Summary:        VHF contest logging program
Group:          Communications 
License:        GPLv2+
URL:            http://tucnak.nagano.cz/wiki/Main_Page
Source0:        http://tucnak.nagano.cz/%{name}-%{version}.tar.gz
Patch0:         missing_ftdi_header.patch
Patch1:         include_dir_ftdi-2.48.patch

BuildRequires:  pkgconfig(sdl), pkgconfig(glib-2.0), pkgconfig(libpng), pkgconfig(sndfile)
BuildRequires:  gpm-devel, alsa-oss-devel, hamlib-devel, pkgconfig(libusb-1.0)
BuildRequires:  desktop-file-utils,pkgconfig(fftw3), automake pkgconfig(libftdi)
BuildRequires:  pkgconfig(libftdi)

%description
Tucnak2 is VHF/UHF/SHF log for hamradio contests. It supports multi
bands, free input, networking, voice and CW keyer, WWL database and
much more.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
sed -i -e "s/Encoding=UTF-8//g" -e "s/Categories=HamRadio/Categories=Network;HamRadio;/g" share/applications/%{name}.desktop

#all files must be UTF-8
recode()
{
        iconv -f "$2" -t utf-8 < "$1" > "${1}_"
        touch -r "$1" "${1}_"
        mv -f "${1}_" "$1"

}
recode TODO iso-8859-15

%build
autoreconf -fiv
%configure2_5x --with-sdl
%make


%install
%makeinstall_std

chmod +x %{buildroot}%{_datadir}/%{name}/tac2tuc.pl
desktop-file-install \
        --dir %{buildroot}/%{_datadir}/applications   \
        %{buildroot}/%{_datadir}/applications/%{name}.desktop


%files
%doc AUTHORS ChangeLog COPYING README TODO
%doc doc/NAVOD.pdf doc/NAVOD.sxw
%doc data/*.html data/*.png
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.48-3
+ Revision: 5b33c8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8747 |14cr|tulip-3.7.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 3.7
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A program that allows visualization of huge graphs
Name:		tulip
Version:	3.7.0
Release:	9
License:	GPLv2+
Group:		Graphics
Url:		http://www.tulip-software.org
Source0:	http://downloads.sourceforge.net/project/auber/%{name}/%{name}-%{version}/%{name}-%{version}-src.tar.gz
Patch0:		0001-fix-Missing-include-stdlib.h.patch
Patch1:		0001-fix-Force-link-of-libOGDF.so-against-pthread.patch
Patch2:		0001-fix-Tulip-lib-install-dir.patch
Patch3:		0001-fix-Path-for-python-packages-installation.patch
Patch4:		0001-fix-Use-local-XSL-references.patch
Patch5:		0001-fix-Install-python-modules-in-site-packages.patch
Patch6:		tulip-3.7.0-gcc49.patch
Patch7:		tulip-cmake-2.8.12.patch
BuildRequires:	qt4-devel
BuildRequires:	qt-assistant-adp-devel
BuildRequires:	qt4-assistant
BuildRequires:	cmake
BuildRequires:	docbook-style-xsl
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	java
BuildRequires:	libxml2-utils
BuildRequires:	python-sip
BuildRequires:	python-sphinx
BuildRequires:	xmltex
BuildRequires:	ftgl-devel
BuildRequires:	gomp-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
Obsoletes:	tulip-render < %{version}

%description
Tulip software is a system dedicated to the visualization of huge graphs.
It manages graphs with a number of elements (node and edges) up to 500.000 
on a personal computer (PIII 600, with 256mo). Its SuperGraph technology 
architecture enables to do the following things :

  * 3D visualizations
  * 3D modifications
  * Plug-in support for easy evolution
  * Building of clusters and navigation into it
  * Automatic drawing of graphs
  * Automatic clustering of graphs
  * Automatic selection of elements
  * Automatic Metric coloration of graphs

%files
%{_bindir}/tulip
%{_bindir}/tulip_app
%{_bindir}/tulip_need_restart
%{_datadir}/applications/
%{_datadir}/pixmaps/
%{_datadir}/%{name}/apiFiles/
%{_datadir}/%{name}/%{name}*.qch
%{_datadir}/%{name}/%{name}*.qhc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A development library for handling large graphs
Group:		System/Libraries
Provides:	lib%{name} = %{EVRD}

%description -n %{libname}
A library for handling large graphs.

%files -n %{libname}
%{_libdir}/libgzstream-tulip*.so
%{_libdir}/libOGDF-tulip*.so
%{_libdir}/libtulip-%{api}.so
%{_libdir}/tulip/view/*.so
%{_libdir}/tulip/interactors/*.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	A library for handling large graphs
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libname}-qt = %{EVRD}
Requires:	%{libname}-ogl = %{EVRD}
Requires:	%{libname}-ogdf = %{EVRD}
Obsoletes:	%{libname}-devel < 3.7.0-3

%description -n %{devname}
A library for handling large graphs.
You need this package if you plan to build apps using tulip libraries.

%files -n %{devname}
%{_includedir}/%{name}
%{_datadir}/cmake/Modules/
%{_datadir}/tulip/*.cmake
%{_bindir}/tulip-config
%{_bindir}/tulip_check_pl

#----------------------------------------------------------------------------

%package -n %{libname}-ogl
Summary:	A library for displaying graph in a GL context
Group:		Graphics
Requires:	%{libname} = %{EVRD}
Requires:	%{name}-ogl-data = %{EVRD}
Provides:	%{name}-qt = %{EVRD}
Provides:	lib%{name}-ogl = %{EVRD}

%description -n %{libname}-ogl
A library for displaying graph in a GL context

%files -n %{libname}-ogl
%{_libdir}/libtulip-ogl-%{api}.so
%{_libdir}/tulip/glyphs

#----------------------------------------------------------------------------

%package -n %{name}-ogl-data
Summary:	Data files for Tulip's library for displaying graph in a GL context
Group:		Graphics
BuildArch:	noarch

%description -n %{name}-ogl-data
Data files for Tulip's library for displaying graph in a GL context.

%files -n %{name}-ogl-data
%dir %{_datadir}/tulip/bitmaps
%{_datadir}/tulip/bitmaps/*

#----------------------------------------------------------------------------

%package -n %{libname}-ogdf
Summary:	A library for playing with graph
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-ogdf = %{EVRD}

%description -n %{libname}-ogdf
A Library for playing with graph.

%files -n %{libname}-ogdf
%{_libdir}/libtulip-ogdf-%{api}.so
%{_libdir}/tulip/libogdf*.so

#----------------------------------------------------------------------------

%package -n %{libname}-qt
Summary:	A set of Qt Widgets for Tulip/Tulip-qt
Group:		Graphics
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-qt = %{EVRD}
Provides:	lib%{name}-qt = %{EVRD}
Conflicts:	%{devname} < 3.0.1

%description -n %{libname}-qt
A set of Qt Widgets for Tulip/Tulip-qt.

%files -n %{libname}-qt
%{_libdir}/libtulip-qt4-%{api}.so
%{_libdir}/tulip/*.so
%exclude %{_libdir}/tulip/libogdf*.so

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	A Python binding for Tulip's library
Group:		Development/Python
Requires:	%{libname} = %{EVRD}

%description -n python-%{name}
A Python binding for Tulip's library.

%files -n python-%{name}
%{py_platsitedir}/

#----------------------------------------------------------------------------

%package -n python-%{name}-doc
Summary:	Documentation of Python binding for Tulip's library
License:	LGPLv2
BuildArch:	noarch

%description -n python-%{name}-doc
Documentation of Python binding for Tulip's library.

%files -n python-%{name}-doc
%{_datadir}/doc/tulip-python/

#----------------------------------------------------------------------------

%package doc
Summary:	Tulip user documentation
License:	LGPLv2
BuildArch:	noarch

%description doc
This package contains Tulip user documentation in HTML.

%files doc
%{_datadir}/doc/tulip/userHandbook/

#----------------------------------------------------------------------------

%package -n %{name}-devel-doc
Summary:	Tulip developer Handbook
License:	LGPLv2
BuildArch:	noarch
Requires:	%{name}-doc = %{EVRD}

%description -n %{name}-devel-doc
This package contains the Tulip developer Handbook in HTML.

%files -n %{name}-devel-doc
%{_datadir}/doc/tulip/common/
%{_datadir}/doc/tulip/doxygen/
%{_datadir}/doc/tulip/developerHandbook/

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p0

# defining at cmake level works but gets overwritten at make install step
sed -ri 's/UBUNTU_PPA_BUILD OFF/UBUNTU_PPA_BUILD ON/g' CMakeLists.txt

%build
# use -fpermissive to avoid:
# [ 46%] Building CXX object library/tulip-python/tulip/CMakeFiles/tulippython.dir/siptuliptlpGraph.cpp.o
# /home/alex/BuildSystem/tulip/BUILD/tulip-3.7.0-src/build/library/tulip-python/tulip/siptuliptlpGraph.cpp: In function 'PyObject* meth_tlp_Graph_setName(PyObject*, PyObject*)':
# /home/alex/BuildSystem/tulip/BUILD/tulip-3.7.0-src/build/library/tulip-python/tulip/siptuliptlpGraph.cpp:5494:32: error: passing 'const tlp::Graph' as 'this' argument of 'virtual void tlp::Graph::setName(const string&)' discards qualifiers [-fpermissive]
%cmake_qt4 -DBUILD_DOC=on -DCMAKE_CXX_FLAGS="-fpermissive"
%make

%install
%makeinstall_std -C build

mv %{buildroot}%{_datadir}/cmake-3.0 %{buildroot}%{_datadir}/cmake


%changelog
* Mon Aug 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.7.0-9
+ Revision: 4608afb
- Apply patches in a different way, adjust build for cmake 3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8748 |14cr|tumbler-0.1.30-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)
%define major 0
%define api 1
%define libname %mklibname %{name} %{api} %{major}
%define develname %mklibname %{name} -d

Summary:	A thumbnail D-Bus service
Name:		tumbler
Version:	0.1.30
Release:	3
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://git.xfce.org/apps/tumbler
Source0:	http://archive.xfce.org/src/apps/tumbler/0.1/%{name}-%{version}.tar.bz2
BuildRequires:	dbus-glib-devel
BuildRequires:	intltool
BuildRequires:	freetype2-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(gstreamer-0.10)
Requires:	%{libname} = %{version}

%description
Tumbler is a D-Bus service for applications to request 
thumbnails for various URI schemes and MIME types.
It is an implementation of the thumbnail management D-Bus 
specification.

%package -n %{libname}
Summary:	A D-bus thumbnailing framweork
Group:		System/Libraries

%description -n %{libname}
Tumbler is a D-Bus service for applications to request 
thumbnails for various URI schemes and MIME types.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
Development files and headers for %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS README TODO ChangeLog
%{_libdir}/tumbler-1/%{name}d
%{_libdir}/tumbler-1/plugins
%{_datadir}/dbus-1/services/*.service
%{_sysconfdir}/xdg/tumbler/tumbler.rc

%files -n %{libname}
%{_libdir}/*%{name}-%{api}.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/%{name}-%{api}
%dir %{_includedir}/%{name}-%{api}/%{name}
%{_libdir}/*%{name}-%{api}.so
%{_includedir}/%{name}-%{api}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_datadir}/gtk-doc/html/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.30-3
+ Revision: bf8929b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8749 |14cr|tunez-1.21-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define wwwtunez %{_var}/www/%{name}

# TODO rewrite configure_tunez in perl to avoid the duplication of configuration
# try to have more autodetection and stuff like good default value

Summary: MP3/Ogg Vorbis jukebox that works with a voting system
Name:    tunez
Version: 1.21
Release: 14
Source0: %{name}-%{version}.tar.bz2
Source1: configure_tunez
Source2: README.urpmi.tunez
Source3: ices_config.pm
Patch0:  config.inc.php.patch.bz2
Patch1:	 tunez.inc.php.patch.bz2
Patch2:  tunezd.patch.bz2
Patch3:  tunez-ices_config.patch.bz2
License: GPL
Group:   Sound
Url: http://tunez.sf.net
Requires(pre):  apache-conf >= 2.0.54
Requires(pre):  apache-mpm >= 2.0.54
Requires(pre):	rpm-helper
Requires:       apache-mod_php php-xml
Requires:	php-curl
Requires:	php-mysql
Requires:	ices

%description
Tunez in an mp3/ogg jukebox that works with a voting system that users access
through a web interface.  Each registered user can vote for the tracks he
wants and the Tunez daemon will take care of playing the most popular songs
either locally (through a soundcard) or through a streaming server, depending
on the setup.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0

%build
make -C detach-1.2
make -C tmixer
cp %SOURCE2 README.urpmi

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1/
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}
mkdir -p %{buildroot}/%{_datadir}/tunez
mkdir -p %{buildroot}/%wwwtunez

#Installing Tunez
mv html/* %{buildroot}/%wwwtunez
rm -rf html

cp %SOURCE1 %{buildroot}/%{_datadir}/tunez
cp tmixer/smixer %{buildroot}/%{_bindir}
cp tmixer/smixer.conf %{buildroot}/%{_sysconfdir}
cp tmixer/man/smixer.1 %{buildroot}/%{_mandir}/man1
cp detach-1.2/detach %{buildroot}/%{_bindir}
cp detach-1.2/detach.1 %{buildroot}/%{_mandir}/man1

rm -rf detach-1.2
rm -rf tmixer
# useless code
rm -Rf tunezsrv

cp -av * %{buildroot}/%{_datadir}/tunez
rm -f %{buildroot}/%{_datadir}/tunez/README.urpmi

mv %{buildroot}/%_datadir/%{name}/config.inc.php %{buildroot}/%{_sysconfdir}/%{name}/
ln -s %{_sysconfdir}/%{name}/config.inc.php %{buildroot}/%_datadir/%{name}/config.inc.php

cp %SOURCE3 %{buildroot}/%{_sysconfdir}/%{name}/


# apache configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf <<EOF
Alias /%{name} %{wwwtunez}
<Directory %{wwwtunez}>
    Require all granted
    php_value max_execution_time  120
</Directory>
EOF

%pre
%_pre_useradd tunez / /bin/false


%postun
%_postun_userdel tunez

%files
%doc README.urpmi INSTALL README HOWTO-Icecast TODO CREDITS UPGRADE ChangeLog
%{wwwtunez}
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%config(noreplace) %{_sysconfdir}/smixer.conf
%config(noreplace) %{_sysconfdir}/%{name}/
%_bindir/detach
%_bindir/smixer
%_mandir/man1/*
%_datadir/%{name}/*
#% attr(0640,root,apache)%_datadir/%{name}/config.inc.php

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.21-14
+ Revision: 566eb19
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8750 |14cr|tutka-0.12.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define schemas tutka
%define Werror_cflags %nil

Name: 	 	tutka
Summary: 	Tracker-style MIDI sequencer
URL:		http://www.nongnu.org/tutka/
License:	GPL
Group:		Sound
Version: 	0.12.5
Release: 	5
Source:		http://savannah.nongnu.org/download/tutka/%{name}-%{version}.tar.bz2
Patch:   	%name-remove-deprecated-funcs.patch

BuildRequires:	pkgconfig 
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	desktop-file-utils 
BuildRequires:	imagemagick

%description
Tutka is a free (as in freedom) tracker style MIDI sequencer for GNU/Linux
(and other systems; only GNU/Linux is supported at this time though). It is
similar to programs like SoundTracker, ProTracker and FastTracker except that
it does not support samples and is meant for MIDI use only.

Tutka uses a custom XML based file format for storing songs. Songs in OctaMED
SoundStudio's MMD2 file format can also be loaded and saved. 

%prep
%setup -q
%patch0 -p2

%build
%configure2_5x --disable-schemas-install
make

%install
%makeinstall

#menu

desktop-file-install --vendor="" \
  --add-category="GTK" \
  --add-category="X-MandrivaLinux-Multimedia-Sound" \
  --remove-category="Application" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

#icons

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
mkdir -p %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{_miconsdir}

cp %{name}.png %{buildroot}%{_liconsdir}/%{name}.png
cp %{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{name}.png %{buildroot}%{_iconsdir}/%{name}.png
convert -scale 32 %{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{name}.png %{buildroot}%{_miconsdir}/%{name}.png
convert -scale 16 %{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%preun
%preun_uninstall_gconf_schemas %{schemas}

%files
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/gconf/schemas/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12.5-5
+ Revision: 39dae5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8751 |14cr|tux_aqfh-1.0.14-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	tux_aqfh
%define version	1.0.14
%define release	14
%define	Summary	Tuxedo T. Penguin: A Quest For Herring

Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
URL:		http://tuxaqfh.sourceforge.net/
Group:		Games/Arcade
Source0:	http://tuxaqfh.sourceforge.net/dist/%{name}-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Summary:	%{Summary}
BuildRequires:	plib-devel
BuildRequires:  pkgconfig(glu)
BuildRequires:	glut-devel
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xmu)

%description
Tuxedo T. Penguin: A Quest For Herring

%prep
%setup -q

%build
%configure2_5x --bindir=%{_gamesbindir} --x-libraries="-L%{_libdir} -lplibjs"
%make

%install
%{makeinstall} bindir=%{buildroot}%{_gamesbindir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

#Move website to HTML so we can include it as a %doc instead of clutterng up %_datadir
mv %{buildroot}%{_datadir}/%{name} HTML

%files
%doc README HTML
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.14-14
+ Revision: f497b0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8752 |14cr|tuxguitar-1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname           TuxGuitar

Name:           tuxguitar
Version:        1.2
Release:        8
Summary:        Multitrack guitar tablature editor and player
License:        LGPLv2+
Group:          Sound
URL:            http://www.tuxguitar.com.ar/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.gz
# Use Fedora specific build script from upstream svn.
# http://tuxguitar.svn.sourceforge.net/viewvc/tuxguitar/trunk/TuxGuitar/xml/build-fedora.xml
Source1:	%{name}-build-fedora.xml
# From upstream trunk, to disable certain plugins by default
# http://tuxguitar.svn.sourceforge.net/viewvc/tuxguitar/trunk/TuxGuitar/src/org/herac/tuxguitar/gui/system/plugins/TGPluginProperties.java?r1=99&r2=770
Patch0:		%{name}-plugin-properties.patch

BuildRequires:	alsa-oss-devel
BuildRequires:	ant
BuildRequires:	ant-contrib
BuildRequires:	ant-nodeps
BuildRequires:	itext
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(jack)
BuildRequires:	java-devel-openjdk
BuildRequires:	java-rpmbuild
BuildRequires:	jpackage-utils
BuildRequires:	eclipse-swt

Requires:       eclipse-swt
Requires:       java >= 1.6
Requires:	jpackage-utils
Requires:       itext

Provides:       %{rname} = %{version}-%{release}
Provides:       %{name}-alsa = %{version}-%{release}
Provides:       %{name}-javadoc = %{version}-%{release}
Obsoletes:      %{name}-alsa < %{version}-%{release}
Obsoletes:      %{name}-javadoc < %{version}-%{release}

%description
TuxGuitar is a multitrack guitar tablature editor and player written
in Java-SWT.

With TuxGuitar, you will be able to compose music using the
following features:

    * Tablature editor
    * Score Viewer
    * Multitrack display
    * Autoscroll while playing
    * Note duration management
    * Various effects (bend, slide, vibrato, hammer-on/pull-off)
    * Support for triplets (5,6,7,9,10,11,12)
    * Repeat open and close
    * Time signature management
    * Tempo management
    * Imports and exports gp3, gp4 and gp5 files

%prep
%setup -q -n %{name}-src-%{version}
%patch0 -p1

cp %{SOURCE1} TuxGuitar/xml/build-fedora.xml

# Set debug="true" on javac part of the build scripts.
for file in $(find . -name build.xml); do
   sed -i 's|debug="false"|debug="true"|' $file
done

# Bump Java requires to 1.5
for file in $(find . -name build.properties); do
   sed -i 's|1.4|1.5|g' $file
done

# Use a hack to set correct path to MOZILLA_FIVE_HOME on runtime.
# Fixes internal help browser not working.
sed -i 's,firefox,`rpm -q --queryformat '%{NAME}-%{VERSION}' xulrunner`,' TuxGuitar/xml/build-fedora.xml

%build
# Plugins to build:
PLUGINS="alsa ascii browser-ftp community compat converter fluidsynth gervill\
         gtp jack jsa lilypond midi musicxml oss pdf ptb tef tray"

# JNI's to build
JNIS="alsa fluidsynth jack oss"

LIBSUFFIX=$(echo %{_lib}|sed 's|lib||')

# to pass to ant:
ANT_FLAGS=" \
   -Dpath.tuxguitar=$PWD/TuxGuitar/%{name}.jar \
   -Dpath.itext=%{_javadir}/itext.jar \
   -Dpath.swt=%{_libdir}/eclipse/swt.jar \
   -Dlib.swt.jar=%{_libdir}/eclipse/swt.jar \
   -Ddist.lib.path=%{_libdir}/%{name}/ \
   -Ddist.file=xml/build-fedora.xml \
   -Ddist.jar.path=%{_datadir}/%{name}/ \
   -Ddist.share.path=%{_datadir}/%{name}/ \
   -Dos.lib.suffix=$LIBSUFFIX \
   -Dos.data.dir=%{_datadir}/ \
   -Ddist.default.style=Lavender \
   -Ddist.default.song=%{_datadir}/%{name}/%{name}.tg"

# build jars
%{ant} -f TuxGuitar/build.xml -v -d $ANT_FLAGS all
for jarname in $PLUGINS; do
   %{ant} -f TuxGuitar-$jarname/build.xml -v -d $ANT_FLAGS \
      -Dbuild.jar=../TuxGuitar/share/plugins/tuxguitar-$jarname.jar all
done

# build jnis
for jni in $JNIS; do
   %{make} -C TuxGuitar-$jni/jni CFLAGS="%{optflags} \
              -I%{_jvmdir}/java-openjdk/include \
              -I%{_jvmdir}/java-openjdk/include/linux \
              -fPIC"
done

%install
rm -rf %{buildroot}

# to pass to ant:
ANT_FLAGS=" \
   -Dpath.tuxguitar=$PWD/TuxGuitar/%{name}.jar \
   -Ddist.file=xml/build-fedora.xml \
   -Dos.bin.dir=%{_bindir} \
   -Ddist.jar.path=%{_datadir}/%{name}/ \
   -Ddist.share.path=%{_datadir}/%{name}/ \
   -Dos.lib.suffix=$LIBSUFFIX \
   -Dos.data.dir=%{_datadir}/ \
   -Ddist.default.style=Lavender \
   -Ddist.doc.path=%{_docdir}/%{name}-%{version}/ \
   -Ddist.default.song=%{_datadir}/%{name}/%{name}.tg \
   -Ddist.dst.path=%{buildroot}"

%{ant} -f TuxGuitar/build.xml -v -d $ANT_FLAGS install

# install jnis we built
mkdir -p %{buildroot}%{_libdir}/%{name}
cp -a TuxGuitar-*/jni/*.so %{buildroot}%{_libdir}/%{name}/

%files
%{_docdir}/%{name}-%{version}
%{_libdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/*/mimetypes/*.png
%{_datadir}/mime/packages/%{name}.xml

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-8
+ Revision: daad931
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8753 |14cr|tuxkart-0.4.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	tuxkart
%define	version	0.4.0
%define release 	12

Summary:	Tuxedo T. Penguin stars in Tuxkart
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv2
Group:		Games/Arcade
Source:		%{name}-%{version}.tar.bz2
Source1:	%{name}-mdkimgs.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		%{name}-remove-O6.patch
Patch1:		%{name}-gownsbow-drv.patch
Patch2:		tuxkart-0.4.0-link.patch
URL:		http://tuxkart.sourceforge.net/
BuildRequires:	pkgconfig(x11)
BuildRequires:	mesaglu-devel
BuildRequires:	plib-devel

%description
This is another game that stars your Favorite Hero: Tux, the Linux Penguin.

%prep
%setup -q -D -a 1
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
autoreconf -fi
%configure2_5x --bindir=%{_gamesbindir}
%make

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall_std}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Name=Tuxkart
Comment=Karting with tux
Icon=%{name}
Categories=Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%{update_menus}
%endif
 
%if %mdkversion < 200900
%postun
%{clean_menus} 
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(755,root,root,755)
%{_gamesbindir}/%{name}
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}
%{_datadir}/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%doc README CHANGES ChangeLog NEWS



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-12
+ Revision: 369a46f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8754 |14cr|tuxmath-2.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: the failing code is complex, I don't know how to fix it -
# AdamW 2009/01
%define Werror_cflags	%nil

%define	fname	tuxmath_w_fonts

# Summary and description stolen from Debian, thanks - AdamW 2009/01

Summary:	Math game for kids with Tux
Name:		tuxmath
Version:	2.0.3
Release:	2
# have to change with each new release as the number after download.php changes :(
Source:		http://alioth.debian.org/frs/download.php/3571/%{fname}-%{version}.tar.gz
URL:		http://alioth.debian.org/frs/?group_id=31080
License:	GPLv3+
Group:		Games/Other
BuildRequires:	SDL-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_Pango-devel
BuildRequires:	SDL_net-devel
BuildRequires:	librsvg-devel
BuildRequires:	pkgconfig(t4k_common)
BuildRequires:	imagemagick

%description 
"Tux, of Math Command" ("TuxMath", for short) is an educational arcade
game starring Tux, the Linux mascot! Based on the classic arcade game
"Missile Command", Tux must defend his cities. In this case, though,
he must do it by solving math problems. 

%prep
%setup -q -n %{fname}-%{version}

# Fix incorrect paths hardcoded into the source (#46417) - AdamW
#sed -i -e 's,/usr/share/fonts/truetype/ttf-.*/,%{_gamesdatadir}/%{name}/fonts/,g' src/loaders.c

%build
%configure2_5x	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -fr %{buildroot}%{_prefix}/doc

install -d %{buildroot}%{_datadir}/applications
cat <<EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Name=TuxMath
Comment=Math game for kids with Tux
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;KidsGame;Educational;
EOF

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert -scale 16x16 data/images/icons/%{name}.ico %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -scale 32x32 data/images/icons/%{name}.ico %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 48x48 data/images/icons/%{name}.ico %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS doc/changelog doc/README* doc/TODO*
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}admin
%{_gamesbindir}/%{name}server
%{_gamesbindir}/%{name}testclient
%{_gamesbindir}/generate_lesson
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-2
+ Revision: a96897a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8755 |14cr|tuxmathscrabble-0.7.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       tuxmathscrabble
Version:    0.7.4
Release:    2
Summary:    A math version of the popular board game for ages 4-40

License:    GPLv2+
Epoch:      1
Group:      Games/Boards
URL:        http://www.asymptopia.org/
Source0:    http://prdownloads.sourceforge.net/tuxmathscrabble/%{name}-%{version}.tar.bz2
Patch0:    tuxmathscrabble-0.7.4-fix-path.patch
BuildRequires:	imagemagick
Requires:   python-pygame
Requires:   wxPythonGTK
BuildArch:  noarch

%description
TuxMathScrabble is an OpenSource math version of the popular board game for 
ages 4-40. it challenges young people to construct compound equations and 
consider multiple abstract possibilities. There are 4 skill levels, the 
hardest uses numbers up to 20 and supports division as well as 
add/subtract/multiply. Upon completing a successful move little Tux's 
pop-out of the most recently moved tiles and do a little dance. Tux moves 
his own pieces as well as performing various animated antics.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0

%build

%install
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}
cp -pr Font %{buildroot}%{_gamesdatadir}/%{name}
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}/lib
cp -pr TuxMathScrabble %{buildroot}%{_gamesdatadir}/%{name}/lib
cp .tms_config_master  %{buildroot}%{_gamesdatadir}/%{name}

install -d -m 755 %{buildroot}%{_gamesbindir}
install -m 755 %{name}.py %{buildroot}%{_gamesbindir}/%{name}

mkdir -p %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_miconsdir}
convert -resize 48x48 tms.ico %{buildroot}%{_liconsdir}/%{name}.png
convert -resize 32x32 tms.ico %{buildroot}%{_iconsdir}/%{name}.png
convert -resize 16x16 tms.ico %{buildroot}%{_miconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=TuxMathScrabble
Comment=Fun game to learn math
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;BoardGame;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-admin.desktop << EOF
[Desktop Entry]
Name=TuxMathScrabble Admin
Comment=Fun game to learn math with administration mode enabled
Exec=%{_gamesbindir}/%{name} -wx
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;BoardGame;
EOF

%clean

%files
%doc INSTALL LICENSE README CHANGES
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/*.desktop 
%{_iconsdir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.7.4-2
+ Revision: 0c5ba72
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8756 |14cr|tuxpaint-0.9.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple and fun paint program for kids
Name: 		tuxpaint
Version:	0.9.22
Release:	1
#newer than 9.0 cvs build:
Epoch:		1
License:	GPLv2+
Group:		Graphics
Url:		http://www.newbreedsoftware.com/tuxpaint/
Source0:	%{name}-%{version}.tar.gz
Patch0:		tuxpaint-0.9.22-fix-makefile_lib64.patch
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	gperf
BuildRequires:	libpaper-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_Pango)
BuildRequires:	pkgconfig(SDL_ttf)
#for printing:
Requires: 	netpbm
Suggests:	tuxpaint-config
Suggests:	tuxpaint-stamps

%description
Tux Paint is a simple paint program gear towards young children. It provides
a simple but entertaining interface, allows drawing with brushes, lines,
shapes, and 'stamps,' and has a 'magic' tool, for special effects. Loading
and saving is done via a graphical interface, and the underlying environment's
filesystem isn't exposed (much like programs on PDAs).

%files -f %{name}.lang
%doc docs/*
%{_bindir}/%{name}
%{_bindir}/%{name}-import
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/%{name}-import.1*
%dir %{_sysconfdir}/tuxpaint
%config(noreplace) %{_sysconfdir}/tuxpaint/tuxpaint.conf
%{_sysconfdir}/bash_completion.d/tuxpaint-completion.bash
%{_datadir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/tuxpaint.desktop
%{_datadir}/pixmaps/*png
%{_includedir}/X11/pixmaps/tuxpaint.xpm
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png

#----------------------------------------------------------------------------

%package devel
Summary:	Headers and development libraries from %{name}
Group:		Development/Other

%description devel
%{name} development headers and libraries.

%files devel
%doc %{_datadir}/doc/tuxpaint-dev
%{_bindir}/tp-magic-config
%{_includedir}/%{name}/*.h
%{_mandir}/man1/tp-magic-config.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
# Fix unreadable files
find . -perm 0600 -exec chmod 0644 '{}' \;

%build
make OPTFLAGS="%{optflags}" PREFIX=%{_prefix} LIBDIR=%{_libdir}

%install
make install BUILDPREFIX="%{buildroot}" PKG_ROOT="%{buildroot}" PREFIX="%{_usr}" X11_ICON_PREFIX="%{buildroot}%{_includedir}/X11/pixmaps" LIBDIR=%{_libdir}

%find_lang %{name} --with-man

mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
	--vendor="" \
	--dir %{buildroot}%{_datadir}/applications \
	--remove-category="Art" \
	src/tuxpaint.desktop

install -m644 data/images/icon16x16.png -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 data/images/icon32x32.png -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 data/images/icon48x48.png -D %{buildroot}%{_liconsdir}/%{name}.png

rm -Rf %{buildroot}%{_datadir}/applnk

#Fix perms:
chmod -R go+r docs/

#Remove useless installed things 
rm -Rf %{buildroot}%{_datadir}/doc/%{name}
rm -Rf %{buildroot}%{_datadir}/%{name}/images/icon32x32.xpm


%changelog
* Mon Sep 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.9.22-1
+ Revision: c305310
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8757 |14cr|tuxpaint-config-0.0.12-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pictures for use with the paint program Tuxpaint
Name: 		tuxpaint-config
Version:	0.0.12
Release:	6
License:	GPL
Group:		Graphics
URL:		http://sourceforge.net/projects/tuxpaint
Source:		%{name}-%{version}.tar.bz2
Patch0:		tuxpaint-config-0.0.12-locale.patch
BuildRequires:	desktop-file-utils
BuildRequires:	fltk-devel
BuildRequires:	libpaper-devel
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pixman-1)
Requires:	tuxpaint

%description
Tux Paint Config is a graphical configuration tool for "Tux Paint."
It provides a point-and-click interface that allows parents and teachers
to alter Tux Paint's behavior -- disable sound effects, run in
full-screen mode, etc. - without needing to manipulate a text-based
configuration file.

%prep
%setup -q
%patch0 -p1

%build
make OPTFLAGS="%{optflags}" PREFIX=%{_prefix} LIBDIR=%{_libdir}

%install
mkdir -p %{buildroot} %{buildroot}%{_bindir}
make install BUILDPREFIX="%{buildroot}" PKG_ROOT="%{buildroot}" PREFIX="%{buildroot}%{_usr}" X11_ICON_PREFIX="%{buildroot}%{_includedir}/X11/pixmaps/" LIBDIR="%{buildroot}%{_libdir}"

install -m644 data/images/icon16x16.png -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 data/images/icon32x32.png -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 data/images/icon48x48.png -D %{buildroot}%{_liconsdir}/%{name}.png

#Fix perms:
chmod -R go+r docs/

%find_lang %{name}

mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install	--vendor="" \
			--dir %{buildroot}%{_datadir}/applications \
			--remove-category="Settings" \
			--add-category="Education" \
			src/tuxpaint-config.desktop

# fix perms
chmod -R go=u-w %{buildroot}/*

%files -f %{name}.lang
%defattr(755,root,root,755)
%{_bindir}/%{name}
%doc docs/AUTHORS.txt docs/CHANGES.txt docs/COPYING.txt docs/README.txt docs/TODO.txt docs/html/README.html
%{_mandir}/man1/%{name}.*
%{_includedir}/X11/pixmaps/%{name}.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*
%{_datadir}/%{name}/images/*
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.12-6
+ Revision: 5b34fbf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8758 |14cr|tuxpaint-stamps-2009.06.28-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pictures for use with the paint program Tuxpaint
Name: 		tuxpaint-stamps
Version:	2009.06.28
Release:	3
License:	GPL
Group:		Graphics
URL:		http://www.newbreedsoftware.com/tuxpaint/
Source: 	%{name}-%{version}.tar.gz
Patch0:		tuxpaint-stamps-2009.06.28-mixed-rules.patch

BuildArch:	noarch
Requires:	tuxpaint

%description
Tux Paint is a simple paint program gear towards young children. 
It provides a simple but entertaining interface, allows drawing
with brushes, lines, shapes, and 'stamps,' and has a 'magic' 
tool, for special effects. Loading and saving is done via a 
graphical interface, and the underlying environment's 
filesystem isn't exposed (much like programs on PDAs).

This packages contains a lot of extra pictures (stamps) for tuxpaint.

%prep
%setup -q
%patch0 -p0
rm -rf `find -name CVS`
# Fix unreadable files
find . -perm 0600 -exec chmod 0644 '{}' \;

%install
mv Makefile Makefile.tmp
cat Makefile.tmp | sed -e "s#^PREFIX=/usr/local#PREFIX=%{buildroot}/usr#g" > Makefile
rm -f Makefile.tmp

make install-all

%files
%doc docs/*
%{_datadir}/tuxpaint/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2009.06.28-3
+ Revision: e45e739
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8759 |14cr|tuxpuck-0.8.2-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	tuxpuck
%define	version	0.8.2
%define release	22

Summary:	Clone of ShufflePuck Cafe historical game
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Patch0: tuxpuck-0.8.2-cxx.patch  
Patch1: tuxpuck-0.8.2-png15.patch
URL:		http://altruistic.lbl.gov/mirrors/ubuntu/pool/universe/t/tuxpuck/
License:	GPLv2
Group:		Games/Arcade
BuildRequires:	pkgconfig(sdl) 
BuildRequires:	pkgconfig(libpng) 
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(freetype2)

%description
Anyone remember "Shufflepuck Cafe" for the Amiga/AtariST ?

%prep
%setup -q
%patch0 -p0
%patch1 -p0

sed -i 's|usr/man|usr/share/man|' Makefile
sed -i -e 's/-Werror//' \
       -e '/^CC/d' \
       Makefile \
       utils/Makefile \
       data/Makefile
       
%build
perl -pi -e 's/-Werror//' Makefile utils/Makefile
perl -pi -e 's/`sdl-config --cflags`/`sdl-config --cflags` `freetype-config --cflags`/' utils/Makefile
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS -lpng" make

%install
install -m755 %{name} -D $RPM_BUILD_ROOT%{_gamesbindir}/%{name}
install -m755 man/tuxpuck.6.gz -D $RPM_BUILD_ROOT%{_mandir}/man1/tuxpuck.6.gz

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications/
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Tuxpuck
Comment=Clone of ShufflePuck Cafee
Exec=%{_gamesbindir}/%name
Icon=arcade_section
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF




%files
%doc COPYING 
%{_gamesbindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-22
+ Revision: 8b9c127
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8760 |14cr|tuxtype-1.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	fname	tuxtype_w_fonts

Summary:	Educational typing tutor game starring Tux
Name:		tuxtype
Version:	1.8.1
Release:	2
Source0:	%{fname}-%{version}.tar.gz
URL:		http://alioth.debian.org/frs/?group_id=31080
License:	GPLv2+
Group:		Games/Other
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	SDL_Pango-devel
BuildRequires:	imagemagick
BuildRequires:	librsvg-devel
Provides:	tuxtype2 = %{version}-%{release}
Obsoletes:	tuxtype2 < 1.5.3-9

%description 
Tux Typing is an educational typing tutor game starring Tux, the Linux
penguin. It is graphical and requires SDL to run. This is a stable
release.

%prep
%setup -q -n %{fname}-%{version}
# Fix incorrect paths hardcoded into the source (#46417) - AdamW
sed -i -e 's,/usr/share/fonts/truetype/ttf-.*/,%{_gamesdatadir}/%{name}/fonts/,g' src/loaders.c
sed -i -e 's,/usr/share,%{_gamesdatadir},g' src/setup.c

# remove the chown command from here and handle it in the file list
sed -i 's,chown root:games $(DESTDIR)$(pkglocalstatedir)/words,#&,' Makefile.{am,in}

%build
%configure2_5x	--disable-rpath \
		--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir} \
		--localstatedir=%{_localstatedir}/lib \
		--sysconfdir=%{_sysconfdir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -fr %{buildroot}%{_prefix}/doc/tuxtype

install -d %{buildroot}%{_datadir}/applications
cat <<EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Name=TuxType
Comment=Educational typing tutor game starring Tux
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;KidsGame;Educational;
EOF

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert -scale 16x16 %{name}.ico %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -scale 32x32 %{name}.ico %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 48x48 %{name}.ico %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README doc/en/howtotheme.html
%{_sysconfdir}/%{name}
%{_gamesbindir}/%{name}
%{_datadir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_localstatedir}/lib/%{name}
#% attr(-,root,games) %{_localstatedir}/lib/%{name}/words

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.1-2
+ Revision: 673cd0f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8761 |14cr|tuxwordsmith-0.7.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	tuxwordsmith
%define version	0.7.13
%define release	3

Summary:        Multilanguage scrabble game
Name:           %{name}
Version:        %{version}
Release:        %{release}
Source0:        %{name}-%{version}.tar.bz2
Patch0:         %{name}-0.7.13-fix-path.patch
URL:            http://www.schoolforge.net/education-software/educational-games/tuxwordsmith
License:        GPLv2+ 
Group:          Games/Boards
BuildRequires:  imagemagick
Requires:   python-pygame
Requires:   wxPythonGTK
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}
 
%description
With TuxWordSmith you get Scrabble in English, French, German, Italian, Greek,
Latin , Dutch, Swahili, Spanish, Russian, Ukranian, Swedish, Icelandic,
Norwegian, Finnish, Brazillian-Portuguese, Arabic, Hindi, Turkish, Czech,
Kurdish, Hungarian and more, all in one application!

%prep
%setup -q -n %name-%version
%patch0 -p0

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}
cp -pr Font %{buildroot}%{_gamesdatadir}/%{name}
cp -pr xdxf %{buildroot}%{_gamesdatadir}/%{name}
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}/lib
cp -pr TuxWordSmith %{buildroot}%{_gamesdatadir}/%{name}/lib
cp .tws_config_master  %{buildroot}%{_gamesdatadir}/%{name}

install -d -m 755 %{buildroot}%{_gamesbindir}
install -m 755 %{name}.py %{buildroot}%{_gamesbindir}/%{name}

mkdir -p %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_miconsdir}
convert -resize 48x48 tws.ico %{buildroot}%{_liconsdir}/%{name}.png
convert -resize 32x32 tws.ico %{buildroot}%{_iconsdir}/%{name}.png
convert -resize 16x16 tws.ico %{buildroot}%{_miconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=TuxWordSmith
Comment=Multilanguage scrabble game
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;BoardGame;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-admin.desktop << EOF
[Desktop Entry]
Name=TuxWordSmith Admin
Comment=Multilanguage scrabble game with administration mode enabled
Exec=%{_gamesbindir}/%{name} -wx
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;BoardGame;
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc INSTALL LICENSE README CHANGES
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}*.desktop 
%{_iconsdir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.13-3
+ Revision: 57216f1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8762 |14cr|tvbrowser-3.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		tvbrowser
Version:	3.3.3
Release:	2
Summary:	Digital TV guide
License:	GPL-3.0
Group:		Video
Url:		http://tv-browser.org
Source0:	http://downloads.sourceforge.net/project/tvbrowser/TV-Browser%20Releases%20%28Java%206%20and%20higher%29/%{version}/%{name}_%{version}_bin.tar.gz
Source1:	tvbrowser.desktop
BuildRequires:	dos2unix
Requires:	java-openjdk >= 1.7
BuildArch:	noarch

%description
TV-Browser is Plugin based digital TV guide written in Java. Plugins can be
installed with the download function of TV-Browser.


%prep
%setup -q
dos2unix LICENSE.txt


%build
# Pre-built java archive: nothing to do
# but preparing a script for lanching it
cat >tvbrowser <<'EOF'
#!/bin/sh
cd %{_datadir}/%{name} && \
    exec %{_bindir}/java \
        -Xms16m \
        -Xmx128m \
        -Djava.library.path=%{_datadir}/%{name} \
        -Dpropertiesfile=linux.properties \
        -jar tvbrowser.jar \
        "$@"
EOF


%install
install -D -p -m 755 %{name} %{buildroot}%{_bindir}/%{name}
install -D -p -m 644 %{name}.jar %{buildroot}%{_datadir}/%{name}/%{name}.jar
install -D -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop

find hyphen icons imgs personas plugins themepacks -depth -print | \
      cpio -p -d -m %{buildroot}%{_datadir}/%{name}
for size in 16 32 48 128; do
    (
	  install -d %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/
	  cd %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/
	  ln -s ../../../../tvbrowser/imgs/tvbrowser${size}.png %{name}.png
    )
done


%files
%doc COPYRIGHT.txt LICENSE.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.3-2
+ Revision: 80f2055
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8763 |14cr|tv_grab_nl_py-r92-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	XMLTV compatible grabber for Dutch TV
Name:		tv_grab_nl_py
Version:	r92
Release:	3
License:	GPL
Group:		Video
URL:		http://code.google.com/p/tvgrabnlpy/
Source0:	http://tvgrabnlpy.googlecode.com/files/%{name}-%{version}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
tv_grab_nl_py is a XMLTV-compatible grabber for Dutch television which uses
TVGids.nl as source.

%description -l nl
tv_grab_nl_py is een XMLTV-compatibele grabber voor Nederlandse televisie
die TVGids.nl als bron gebruikt.

%prep

%setup -q -c -T
cp %{SOURCE0} %{name}

%build

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
install -d %{buildroot}%{_bindir}
install %{name} %{buildroot}%{_bindir}/tv_grab_nl

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/tv_grab_nl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> r92-3
+ Revision: 447cbb0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8764 |14cr|tvheadend-3.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# import from MIB and upadte to 3.9

Name:           tvheadend
Summary:        TV streaming server
Version:        3.9
Release:        2
License:        GPLv3
URL:            http://www.lonelycoder.com
Group:          Video
Source0:        https://github.com/tvheadend/tvheadend/archive/v3.9.tar.gz
Source1:        %{name}.init
Source2:        %{name}.png
Source3:        README.install.urpmi
Source4:        %{name}.conf


Patch0: 	    %{name}-no_werror.patch
BuildRequires:  fdupes
BuildRequires:	pkgconfig
BuildRequires:  pkgconfig(avahi-client)
BuildRequires:  pkgconfig(openssl)
BuildRequires:  pkgconfig(python)
BuildRequires:  systemd
BuildRequires:  pkgconfig(libavcodec)
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(libv4lconvert)

Requires(pre,preun):  rpm-helper
Requires(post):       pwgen

%description
A TV streaming server supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV,
and Analog video (V4L) as input sources.

It also comes with a powerful and easy to use web interface both used for
configuration and day-to-day operations, such as searching the EPG and
scheduling recordings.


%prep
%setup -q
%patch0 -p1
cp -v %{SOURCE3} .

%build
%configure --prefix=/usr --release --libdir=%{_libdir} --mandir=%{_mandir}/man1 --disable-dvbscan
%make


%install
%{makeinstall_std}
mkdir -p %{buildroot}/%{_localstatedir}/lib/%{name}/.hts/%{name}/accesscontrol
cp -v %{SOURCE4} %{buildroot}/%{_localstatedir}/lib/%{name}/.hts/%{name}/accesscontrol/1

mkdir -p %{buildroot}/%{_initddir}
install -m 0755 %{SOURCE1} %{buildroot}/%{_initddir}/%{name}

# Menu entry
mkdir -p %{buildroot}/%{_datadir}/applications
cat > %{buildroot}/%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Tvheadend
Comment=%{summary}
Exec=%{_bindir}/xdg-open http://localhost:9981/
Icon=%{name}
Type=Application
Categories=AudioVideo;Video;TV;Recorder;X-Mandriva-CrossDesktop;
EOF

install -D -m 644 %{SOURCE2} %{buildroot}/%{_iconsdir}/%{name}.png

find %{buildroot} -size 0 -delete

install -m644 %{SOURCE3} README.urpmi

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /sbin/nologin
gpasswd -a %{name} video >/dev/null

%post
chown %{name}:root %{_localstatedir}/lib/%{name} 
cd %{_localstatedir}/lib/%{name}
chown -R %{name}:video .hts*

if  grep -q '"password": "dummypassword"' %{_localstatedir}/lib/%{name}/.hts/%{name}/accesscontrol/1; then
  sed -i "s,\"password\": \"dummypassword\",\"password\": \"$(pwgen -s 12 1)\"," %{_localstatedir}/lib/%{name}/.hts/%{name}/accesscontrol/1
fi

%_post_service %{name}

%preun
%_preun_service %{name}


%files

%doc LICENSE README README.urpmi
%{_bindir}/%name
%{_initddir}/%name
%{_mandir}/man1/%name.1.xz
%{_iconsdir}/%name.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}

%dir %attr(-,tvheadend,root) %{_localstatedir}/lib/%{name}
%dir %attr(-,tvheadend,video) %{_localstatedir}/lib/%{name}/.hts/%{name}/accesscontrol
%attr(0600,tvheadend,video) %{_localstatedir}/lib/%{name}/.hts/%{name}/accesscontrol/1
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.9-2
+ Revision: 99c9b08
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8765 |14cr|tvkaistagui-1.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		tvkaistagui
Version:	1.3.0
Release:	3
License:	GPLv3
Group:		Video
Summary:	Fast and easy GUI for Finnish TVkaista service
URL:		http://helineva.net/%{name}
Source0:        http://helineva.net/%{name}/%{name}-%{version}-src.tar.gz
BuildRequires: 	pkgconfig(libpng)
BuildRequires:	pkgconfig(Qt3Support) >= 4.6.0
Requires:	vlc

%description
Download and play TV programs from Finnish TVkaista service.

%prep
%setup -q

%build
%qmake_qt4 CONFIG+=release src/tvkaista.pro
%make 

%install
install -D -s -m 755 %{name} %{buildroot}/%{_bindir}/%{name}
install -D -m 644 src/images/tvkaista-48x48.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -D -m 644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-3
+ Revision: 0943bab
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8766 |14cr|tvok-0.5.2.36-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oversion	0.5.2
%define		mversion	36
%define		dversion	20110905

Name:		tvok
Version:	%{oversion}.%{mversion}
Release:	2
Summary:	A program for watching and recording TV
Group:		Video
License:	GPLv3+
URL:		http://www.kochkin.org/doku.php/tvok/010-index
Source:		http://tvok.kochkin.org/snapshots/%{name}-%{oversion}-%{mversion}-%{dversion}.tar.bz2
BuildRequires:	qt4-devel
BuildRequires:	imagemagick
Requires:	mplayer
Requires:	mencoder

%description
tvok is a mpalyer/mencoder-based program for watching and recording TV
using analog TV tuners.

%prep
%setup -q -n %{name}

%build
%qmake_qt4
%make

%install
%__rm -rf %{buildroot}
%__make install INSTALL_ROOT=%{buildroot}

for N in 16 32 48 64 128; do convert rc/tv.png -scale ${N}x${N} $N.png; done

%__install -D 16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%__install -D 32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%__install -D 48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%__install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
%__install -D 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# menu-entry
%__mkdir_p  %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=tvok
Comment=Watching and recording TV
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=AudioVideo;Video;Player;Recorder;TV;
EOF

%clean
%__rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc CHANGELOG README COPYRIGHT
%attr(755,root,root) %{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.2.36-2
+ Revision: be712c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8767 |14cr|twiki-6.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoprov 'perl\\((.*)\\)'
%define __noautoreq 'perl\\(TWiki(.*)\\)|perl\\(Assert\\)|perl\\(Monitor\\)'
%else
%define _provides_exceptions perl(.*)
%define _requires_exceptions perl(\\(TWiki.*\\|Assert\\|Monitor\\))

%endif

Name:       twiki
Version:    6.0.0
Release:    2
Summary:    The Open Source Enterprise Wiki and Web 2.0 Application Platform

License:    GPL
Group:      System/Servers
URL:        http://www.twiki.org
Source:     http://sourceforge.net/projects/twiki/files/TWiki%20for%20all%20Platforms/TWiki-6.0.0/TWiki-%{version}.tgz
Requires:   apache
Requires:   rcs
BuildArch:  noarch

%description
Welcome to TWiki, a flexible, powerful, and easy to use enterprise wiki,
enterprise collaboration platform, and knowledge management system. It is a
Structured Wiki, typically used to run a project development space, a document
management system, a knowledge base, or any other groupware tool, on an
intranet or on the Internet. Web content can be created collaboratively by
using just a browser. Users without programming skills can create web
applications. Developers can extend the functionality of TWiki with Plugins.
TWiki fosters information flow within an organization, lets distributed teams
work together seamlessly and productively, and eliminates the one-webmaster
syndrome of outdated intranet content.

%prep
%setup -q -n %{name}
chmod -R u+w .
chmod 644 lib/TWiki/Plugins/TWikiNetSkinPlugin.pm

%build

%install

# non-writable content
install -d -m 755 %{buildroot}%{_datadir}/%{name}/bin

for file in robots.txt bin/setlib.cfg; do
    install -m 644 $file %{buildroot}%{_datadir}/%{name}/bin
done

for file in attach configure changes edit login logon manage oops preview \
    rdiff rdiffauth register rename resetpasswd rest save search statistics \
    upload view viewauth viewfile; do
    install -m 755 bin/$file %{buildroot}%{_datadir}/%{name}/bin
done

cp -pr bin/logos %{buildroot}%{_datadir}/%{name}/bin/

for dir in lib locale templates tools; do
    cp -pr $dir %{buildroot}%{_datadir}/%{name}
done

# writable content
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
for dir in data pub working; do
    cp -pr $dir %{buildroot}%{_localstatedir}/lib/%{name}
done

# configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 bin/LocalLib.cfg.txt \
    %{buildroot}%{_sysconfdir}/%{name}/LocalLib.cfg
pushd %{buildroot}%{_datadir}/%{name}/bin
ln -sf ../../../..%{_sysconfdir}/%{name}/LocalLib.cfg .
popd
perl -pi \
    -e 's|\$twikiLibPath =.*|\$twikiLibPath = "%{_datadir}/%{name}/lib";|' \
     %{buildroot}%{_sysconfdir}/twiki/LocalLib.cfg
cat > %{buildroot}%{_sysconfdir}/%{name}/LocalSite.cfg <<'EOF'
# **URL M**
#  This is the root of all TWiki URLs e.g. http://myhost.com:123.
$TWiki::cfg{DefaultUrlHost} = 'http://localhost';

# This is the 'cgi-bin' part of URLs used to access the TWiki bin
# directory
$TWiki::cfg{ScriptUrlPath} = '/twiki/bin';

# Attachments URL path e.g. /twiki/pub
$TWiki::cfg{PubUrlPath} = '/twiki/pub';

# Template directory e.g. /usr/local/twiki/templates
$TWiki::cfg{TemplateDir} = '/usr/share/twiki/templates';

# Translation files directory (file path, not URL) e.g. /usr/local/twiki/locales
$TWiki::cfg{LocalesDir} = '/usr/share/twiki/locales';

# Topic files store (file path, not URL) e.g. /usr/local/twiki/data
$TWiki::cfg{DataDir} = '/var/lib/twiki/data';

# Attachments store (file path, not URL), must match /twiki/pub e.g.
# /usr/local/twiki/pub
$TWiki::cfg{PubDir} = '/var/lib/twiki/pub';

# Directory where TWiki stores files that are required for the management
# of TWiki, but are not normally required to be browsed from the web.
$TWiki::cfg{WorkingDir} = '/var/lib/twiki/working';
EOF
pushd %{buildroot}%{_datadir}/%{name}/lib
ln -sf ../../../..%{_sysconfdir}/%{name}/LocalSite.cfg .
popd

# cleanup
rm -rf %{buildroot}%{_datadir}/%{name}/lib/CPAN
rm -f %{buildroot}%{_datadir}/%{name}/www/bin/.htaccess.txt
rm -f %{buildroot}%{_datadir}/%{name}/www/bin/configure
find %{buildroot}%{_localstatedir}/lib/%{name} -name .htaccess -o -name README \
    | xargs rm -f

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# Twiki Apache configuration
Alias /twiki/pub %{_localstatedir}/lib/%{name}/pub
Alias /twiki %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Require all granted
    DirectoryIndex bin/view
</Directory>

<Directory %{_datadir}/%{name}/bin>
    Options +ExecCGI
    SetHandler cgi-script
</Directory>

<Directory %{_datadir}/%{name}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/locales>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/templates>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/tools>
    Require all denied
</Directory>

<Directory %{_localstatedir}/lib/%{name}/pub>
    Require all granted
</Directory>

EOF

%files
%doc AUTHORS COPYING COPYRIGHT LICENSE
%{_datadir}/twiki
%attr(-,apache,apache) %{_localstatedir}/lib/twiki
%config(noreplace) %{_webappconfdir}/%{name}.conf
%dir %{_sysconfdir}/%{name}
%config(noreplace) %attr(-,apache,apache) %{_sysconfdir}/%{name}/LocalSite.cfg
%config(noreplace) %attr(-,root,root) %{_sysconfdir}/%{name}/LocalLib.cfg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.0.0-2
+ Revision: 56ceff1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8768 |14cr|twiki-plugin-ldapcontrib-2.99.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoprov 'perl\\((.*)\\)'
%define __noautoreq 'perl\\(TWiki(.*)\\)|perl\\(Assert\\)'
%else
%define _provides_exceptions perl(.*)
%define _requires_exceptions perl(\\(TWiki.*\\|Assert\\))
%endif

Name:		twiki-plugin-ldapcontrib
Version:	2.99.7
Release:	4
Summary:	LDAP services for TWiki
License:	GPL
Group:		System/Servers
URL:		http://twiki.org/cgi-bin/view/Plugins/LdapContrib
Source:		http://twiki.org/p/pub/Plugins/LdapContribDev/LdapContrib.zip
Requires:	twiki
BuildArch:	noarch

%description
This package offers basic LDAP services for TWiki and offers authentication of
TWiki users by binding to an LDAP server as well as incorporate LDAP user
groups into TWiki's access control. Note, however that you need at least
TWiki-4.0.3 for that. Optionally, if you need an interface to query your LDAP
directory and display the results in a TWiki topic install the
TWiki:Plugins/LdapNgPlugin which will make use of the LdapContrib services.
This work is a rewrite of the TWiki:Plugins/LdapPlugin by
TWiki:Main/GerardHickey while bringing authentication, user management and
other LDAP applications onto a common base.

%prep
%setup -q -c

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/twiki/lib/TWiki
cp -r lib/TWiki/* %{buildroot}%{_datadir}/twiki/lib/TWiki

install -d -m 755 %{buildroot}%{_localstatedir}/lib/twiki/data/TWiki
install -m 644 data/TWiki/LdapContrib.txt \
    %{buildroot}%{_localstatedir}/lib/twiki/data/TWiki

install -d -m 755 %{buildroot}%{_localstatedir}/lib/twiki/pub/TWiki
cp -r pub/TWiki/LdapContrib %{buildroot}%{_localstatedir}/lib/twiki/pub/TWiki

%files
%{_datadir}/twiki/lib/TWiki/*
%attr(-,apache,apache) %{_localstatedir}/lib/twiki/data/TWiki/*
%attr(-,apache,apache) %{_localstatedir}/lib/twiki/pub/TWiki/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.99.7-4
+ Revision: 0b5e6b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8769 |14cr|twill-0.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		twill
Summary:	Simple command line language for web browsing
Version:	0.9
Release:	6
Source0:	http://darcs.idyll.org/~t/projects/%{name}-%{version}.tar.gz
URL:		http://twill.idyll.org
Group:		Networking/WWW
License:	MIT
BuildArch:	noarch
BuildRequires:	python
BuildRequires:	python-devel
BuildRequires:	python-setuptools
Requires:	python

%description
twill is a simple language that allows users to browse the Web from a
command-line interface. With twill, you can navigate through Web sites
that use forms, cookies, and most standard Web features.

%prep
%setup -q

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot}

%files
%defattr(-,root,root)
%doc README.html README.txt doc/*.*
%{_bindir}/twill-fork
%{_bindir}/twill-sh
%{py_puresitedir}/%{name}-%{version}-py%{py_ver}.egg-info
%{py_puresitedir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-6
+ Revision: 45c2500
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8770 |14cr|twin-0.6.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# this is the tutf major
%define major 0
# tw major
%define twmajor 4
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d
%define debug_package          %{nil}

Summary:	A text mode Windows Manager
Name:		twin
Version:	0.6.2
Release:	5
License:	GPLv2
Group:		Terminals
Url:		http://sourceforge.net/projects/twin/
Source0:	http://downloads.sourceforge.net/twin/%{name}-%{version}.tar.bz2
Requires:	%{libname} = %{version}-%{release}
BuildRequires:	bison
BuildRequires:	pkgconfig(x11)
BuildRequires:	gtk+-devel
BuildRequires:	gpm-devel
BuildRequires:	libggi-devel
BuildRequires:	xpm-devel
BuildRequires:	libltdl-devel

%description
Twin is a text-mode windowing environment:
it draws and manages text windows on a text-mode display,
like X11 does for graphical windows. It has a built-in window manager 
and terminal emulator, and can be used as server for remote clients
in the same style as X11. It can display on Linux console, on X11 
and inside itself. 

%package -n %{libname}
Summary:	Libraries from twin
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}

%description -n %{libname}
Twin is a text-mode windowing environment.
This package contain shared libraries to run twin.

%package -n %{develname}
Summary:	Devellopment files from twin
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname %{name}0 -d}

%description -n %{develname}
Twin is a text-mode windowing environment.
You need this package to build twin applications.

%prep
%setup -q

%build
%define _disable_ld_no_undefined 1
%configure2_5x \
	--enable--shlibs=yes \
	--enable--modules=yes \
	--enable--unicode=yes \
	--enable--asm=yes

# 0.4.5 don't like %make
make

%install
%makeinstall_std

%files
%{_bindir}/*
%{_sbindir}/*
%{_libdir}/twin/system.*
%{_libdir}/twin/.twenvrc.sh
%{_libdir}/twin/.twinrc
# from libname pkg, these are modules not the twin app
%dir %{_libdir}/twin
%dir %{_libdir}/twin/modules
%{_libdir}/twin/modules/*.so.*
%dir %{_libdir}/twin/modules/HW
%{_libdir}/twin/modules/HW/*.so.*
%{_mandir}/man1/%{name}.*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*

%files -n %{libname}
%{_libdir}/libTutf.so.%{major}*
%{_libdir}/libTw.so.%{twmajor}*

%files -n %{develname}
%dir %{_includedir}/Tw
%{_includedir}/Tw/*
%dir %{_includedir}/Tutf
%{_includedir}/Tutf/*
%{_libdir}/*.so
%{_libdir}/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-5
+ Revision: f371367
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8771 |14cr|twinkle-1.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Voice Over IP phone using SIP for QT
Name:		twinkle
Version:	1.4.2
Release:	10
License:	GPLv2+
Group:		Communications
Url:		http://www.xs4all.nl/~mfnboer/twinkle/
Source0:	http://www.xs4all.nl/~mfnboer/twinkle/download/%{name}-%{version}.tar.gz
Patch0:		twinkle-1.4.2_libccrtp1.patch
BuildRequires:	desktop-file-utils
BuildRequires:	boost-devel
BuildRequires:	libilbc-devel
BuildRequires:	magic-devel
BuildRequires:	qt3-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libccext2)
BuildRequires:	pkgconfig(libccrtp)
BuildRequires:	pkgconfig(libzrtpcpp)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(speex)

%description
Twinkle is a soft phone for your voice over IP communcations using the SIP
protocol. You can use it for direct IP phone to IP phone communication or in
a network using a SIP proxy to route your calls.

%files
%doc AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export QTDIR=%{qt3dir}
export PATH=%{qt3dir}/bin:${PATH}
%configure2_5x \
	--with-zrtp \
	--without-kde
%make

%install
%makeinstall_std

#icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 0644 src/gui/images/twinkle48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m 0644 src/gui/images/twinkle32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 0644 src/gui/images/twinkle16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications

# correct icon syntax
sed -i -e 's,%{_datadir}/%{name}/twinkle48.png,%{name},g' %{name}.desktop
# run via soundwrapper
sed -i -e 's,Exec=%{name},Exec=soundwrapper %{_bindir}/%{name},g' %{name}.desktop
desktop-file-install --vendor="" \
	--dir %{buildroot}%{_datadir}/applications/ \
	--remove-category="KDE" \
	%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-10
+ Revision: 8de5a79
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8772 |14cr|twitux-0.69-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           twitux
Version:        0.69
Release:        7
Summary:        Twitter client for the Gnome desktop
Group:          Networking/Instant messaging
License:        GPLv2+
URL:            http://sourceforge.net/projects/twitux/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		twitux-0.69-libnotify-0.7.patch
BuildRequires:	libgnome-keyring-devel
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.61
BuildRequires:	libsexy-devel
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	libsoup-devel >= 2.3.4
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(glib-2.0) >= 2.15.5
BuildRequires:	enchant-devel
BuildRequires:	pkgconfig(libcanberra-gtk) >= 0.4
BuildRequires:  gettext
BuildRequires:  rarian
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(gnome-doc-utils) >= 0.3.2
BuildRequires:	intltool >= 0.35.0

%description
Twitux is a Twitter client for the Gnome desktop.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x --disable-schemas-install
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%preun
%preun_uninstall_gconf_schemas twitux

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog README TODO
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/twitux.*
%{_sysconfdir}/gconf/schemas/%{name}.schemas

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.69-7
+ Revision: 8090844
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8773 |14cr|txt2regex-0.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	txt2regex
%define version	0.8
%define release	6

Summary:	A program to generate regex
Name:		%{name} 
Version:	%{version} 
Release:	%{release} 
Group:		File tools
License:	GPL
URL:		http://%{name}.sourceforge.net/ 
Source:		http://%{name}.sourceforge.net/%{name}-%{version}.tar.bz2
BuildArch:	noarch
Requires:	bash >= 2.04
BuildRoot:	%{_tmppath}/%{name}-buildroot 

%description
^txt2regex$ is a Regular Expression "wizard", all written 
with bash2 builtins, that converts human sentences to 
RegExs. with a simple interface, you just answer to 
questions and build your own RegEx for a large variety of 
programs, like awk, ed, emacs, grep, perl, php, procmail, 
python, sed and vim. there are more than 20 supported 
programs. it's bash so download and run, no compilation needed.

%prep 

%setup -q

%build 

%make DESTDIR=%{buildroot}

%install 
rm -rf %{buildroot}

%makeinstall_std

install -d %{buildroot}%{_mandir}/man1
install -m0644 txt2regex.man %{buildroot}%{_mandir}/man1/%{name}.1

%find_lang %{name}

%clean 
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,0755) 
%doc README README.japanese NEWS Changelog TODO
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-6
+ Revision: 3e345d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8774 |14cr|txt2tags-2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name: txt2tags
Version: 2.6
Release: 2
Summary: Converts text files to HTML, XHTML, sgml, LaTeX, man, etc
Group: Text tools
License: GPL
URL: http://txt2tags.sourceforge.net
# original source file is .tgz. Here it's bzipped as per Mandriva policy
Source: http://txt2tags.sourceforge.net/src/%{name}-%{version}.tgz
Requires: python
BuildArch: noarch
BuildRequires: gettext

%description
Txt2tags is a generic text converter. From a simple text file with minimal
markup, it generates documents on the following formats: HTML, XHTML, sgml,
LaTeX, Lout, man, Magic Point (mgp), MoinMoin and Adobe PageMaker. Supports
heading, font beautifiers, verbatim, quote, link, lists, table and image.
There are GUI, Web and cmdline interfaces. It's a single Python script and
no external commands or libraries are needed.

%prep
%setup -q

# compile the translated messages for all languages
%define LANGS $(cd po; ls *.po | cut -d. -f1)
for lang in %{LANGS}; do
        msgfmt -o po/$lang.mo po/$lang.po
done

%install
chmod 644 extras/*
chmod a+x extras/markitup
chmod a+x extras/pmwiki

# executables
install -d %{buildroot}%{_bindir}
install -m 0755 %{name} %{buildroot}%{_bindir}

# man pages
install -d %{buildroot}/%{_mandir}/man1
install -m 0644 doc/manpage.man %{buildroot}/%{_mandir}/man1/txt2tags.1
rm doc/manpage.man

cd doc
for lang in $(ls -p1 | grep / | cut -d/ -f1); do
  if [ ! -z $(ls $lang | grep .man) ]; then
    install -d %{buildroot}/%{_mandir}/$lang/man1
    install -m 0644 $lang/$(ls $lang | grep .man) %{buildroot}/%{_mandir}/$lang/man1/txt2tags.1
    rm $lang/$(ls $lang | grep .man)
  fi
done
cd ..

# translations
for lang in %{LANGS}; do
        install -d \
                %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES
        install -m 0644 po/$lang.mo \
                %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES/txt2tags.mo
done

%clean

%files
%defattr(-,root,root,0755)
%doc ChangeLog README COPYING
%doc %dir doc %dir extras %dir samples
%{_bindir}/%{name}
%{_mandir}/man1/txt2tags.1*
%{_datadir}/locale/*/LC_MESSAGES/txt2tags.mo

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6-2
+ Revision: ecd27f3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8775 |14cr|typespeed-0.6.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.6.5
%define release 10
%define name	typespeed




Name:		%name
Summary:	Type words that are flying by from left to right as fast as you can
License:	GPLv2+
URL:		http://tobias.eyedacor.org/typespeed/
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Source:		http://tobias.eyedacor.org/typespeed/%{name}-%{version}.tar.gz
Group:		Games/Other
Version:	%version
Release:	%release
BuildRequires:	ncurses-devel, gettext-devel

%description
Typespeed gives your fingers' cps (total and correct), typoratio and
some points to compare with your friends.

Typespeed's idea is ripped from ztspeed (a dos game made by Zorlim).
Idea of the game should be clear to anyone, just type and type it fast
or be a loser.

%prep
%setup -q

%build
%configure --with-highscoredir=%{_localstatedir}/lib/games
%make

%install
%makeinstall highscoredir=$RPM_BUILD_ROOT%{_localstatedir}/lib/games
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/%{name}/README
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Typespeed
Comment=Test your typing speed
Exec=/usr/bin/typespeed
Type=Application
Terminal=true
Categories=X-MandrivaLinux-MoreApplications-Games-Other;Game;Application;
X-Desktop-File-Install-Version=0.9
EOF

%clean
%{__rm} -Rf %{buildroot}

%files
%defattr(-,root,root)
%doc doc/README COPYING NEWS TODO BUGS AUTHORS
%config(noreplace) %{_sysconfdir}/typespeedrc
%attr(2755,root,games) %{_bindir}/%{name}
%attr(775,root,games) %{_localstatedir}/lib/games/%{name}.score
%{_datadir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_datadir}/locale/de_DE/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/fr_FR/LC_MESSAGES/%{name}.mo
%{_datadir}/locale/it/LC_MESSAGES/%{name}.mo
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.5-10
+ Revision: 0792ea7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8776 |14cr|typetrainer-0.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
Summary:        Typing skills training utility
Name:           typetrainer
Version:        0.3.1
Release:        3
# generated with python setup.py sdist
# git commit e997d831dbd35a2927d37a03f5e293b4e5ce48ad
Source0:        %{name}-%{version}.tar.gz
Url:            https://github.com/baverman/typetrainer
License:	MIT
Group:		Text tools
BuildRequires: python
BuildRequires: python-setuptools
Requires:       python pygtk2.0

%description
This small utility allows you to grow your typing skills in soft and
non-annoying manner. It tries to behave closely to proprietary VerseQ
application -- adaptive typing tutor which dynamically changes exercises to
help trainee to learn hard places thoroughly.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT

%files
%doc README.rst LICENSE
%_bindir/typetrainer
%{py_sitedir}/%{name}/
%{py_sitedir}/%{name}-%{version}-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-3
+ Revision: 27b0744
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8777 |14cr|u3-tool-0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    u3-tool
%define version 0.3

Name:           %{name} 
Summary:        Tool for controlling the special features of a "U3 smart drive" USB Flash disk
Version:        %{version} 
Release:	5
Source0:        http://downloads.sourceforge.net/project/u3-tool/%{name}/%{version}/%{name}-%{version}.tar.gz
# gw fix for off-by-one crash
# https://sourceforge.net/tracker/?func=detail&aid=3010918&group_id=208198&atid=1004732
Patch: u3-print-size.patch
URL:            http://u3-tool.sourceforge.net/
Group:          System/Configuration/Hardware
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot 
License:        GPLv2+ 

%description
Tool for controlling USB flash devices that confirm to the U3
specifications. This program can control the following features:

* Replacing of CD image
* Changing of virtual CD allocated size and completely removing it
* Enabling and disabling Security
* Unlocking and changing password of secured U3 device
* Obtaining various device information

WARNING: This Software is still alpha. Since the commands for
controlling U3 devices aren't publicly available, we don't exactly
know what we are doing. Although the application has been tested on a
Sandisk Cruzer micro and a Verbatim Store 'N Go, it is not said that
it won't stop other devices from working. The author is not
responsible for any damage to your device.

%prep 
%setup -q -a 0 
%patch -p0

%build 
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean 
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root) 
%doc README NEWS AUTHORS 
%{_sbindir}/u3-tool
%{_mandir}/man1/u3-tool.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-5
+ Revision: 4f733fa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8778 |14cr|uade-2.13-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name uade
%define version 2.13
%define fname %name-%{version}
%define release 7

Summary: Unix Amiga Delitracker Emulator
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://zakalwe.fi/uade/uade2/%{fname}.tar.bz2
Patch: uade-2.13-new-audacious.patch
URL: http://zakalwe.fi/uade/
License: GPL
Group: Sound
BuildRequires: fuse-devel
BuildRequires: libao-devel
#gw for mod2ogg
Suggests: vorbis-tools
Suggests: normalize
Suggests: flac
Suggests: lame

%description
Plays old amiga tunes with UAE emulation and cloned m68k-assembler
Amiga delitracker API. With cloned delitracker API you don't have to
port old players from Amiga, you can re-use old Deliplayers that use
Amiga Delitracker API. Deliplayers are used like on Amiga, they exist
in some directory and you can copy/remove them as you wish. "Installing"
new players is just copying files to your 'players' directory.

%if 0
%package -n audacious-uade
Group: Sound
Summary: Unix Amiga Delitracker Emulator Audacious Media Player input plugin
BuildRequires: audacious-devel
Requires: audacious
Provides: beep-media-player-uade
Obsoletes: beep-media-player-uade
Requires: uade = %version

%description -n audacious-uade
Plays old amiga tunes with UAE emulation and cloned m68k-assembler
Amiga delitracker API. With cloned delitracker API you don't have to
port old players from Amiga, you can re-use old Deliplayers that use
Amiga Delitracker API. Deliplayers are used like on Amiga, they exist
in some directory and you can copy/remove them as you wish. "Installing"
new players is just copying files to your 'players' directory.

This is the input plugin for Audacious Media Player based on uade.
%endif

%prep
%setup -q -n %fname
%patch -p1
find songs -name CVS|xargs rm -rfv
chmod 644 songs/* AUTHORS ChangeLog
chmod 755 songs/
%build
export CFLAGS="%optflags"
./configure --prefix=%{_prefix} --libdir=%_libdir --package-prefix=%buildroot
%make

%install
rm -rf %buildroot
make install PACKAGEPREFIX=%buildroot BINDIR=%buildroot%_bindir DATADIR=%buildroot%_datadir/uade2 AUDACIOUSPLUGINDIR=%buildroot%_libdir/audacious/Input/
mv %buildroot%_bindir/mod2ogg2.sh %buildroot%_bindir/mod2ogg
%if %_lib != lib
mkdir -p %{buildroot}%{_libdir}/pkgconfig
mv %buildroot%_prefix/lib/pkgconfig/* %{buildroot}%{_libdir}/pkgconfig
rm -rf %buildroot%_prefix/lib/pkgconfig/
%endif

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog
%doc songs
%{_bindir}/uade123
%{_bindir}/uadefs
%_bindir/mod2ogg
%{_datadir}/uade2
%_prefix/lib/uade2/
%{_libdir}/pkgconfig/uade.pc
%_mandir/man1/uade123.1*
%_mandir/man1/uadefs.1*

%if 0
%files -n audacious-uade
%defattr(-,root,root)
%doc ChangeLog
%{_libdir}/audacious/Input/libuade2.so
%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.13-7
+ Revision: 39f72d8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8779 |14cr|uchardet-0.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# define distsuffix mrb
# define debug_package %{nil}


%define lib_major 0
%define lib_name %mklibname uchardet %{lib_major}
%define develname %mklibname -d uchardet

Name: uchardet
Summary: Universal char-set detection
Version: 0.0.1
Release: 2
Group: Development/Other
License: MPLv1.1 
URL: http://code.google.com/p/uchardet/
Source0: http://uchardet.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires: cmake

%description
uchardet is a C language binding of the original C++ implementation of the
universal char-set detection library by Mozilla. uchardet is an encoding
detector library, which takes a sequence of bytes in an unknown character
encoding without any additional information, and attempts to determine the
encoding of the text.


%package -n %{lib_name}
Summary:    Universal charset detection
Group:      Development/Other

%description -n %{lib_name}
C language binding of the original C++ implementation of the
universal char-set detection library by Mozilla.

%files
%doc COPYING AUTHORS
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*

%files -n %{lib_name}
%doc COPYING AUTHORS
%{_libdir}/lib%{name}.so.%{lib_major}*





%package -n %develname
Summary: Development files for uchardet
Provides:  %{name}-devel = %{version}-%{release}
Requires:  %{lib_name} = %{version}-%release

%description -n %develname
Header files and Libraries for the package uchardet.

%files -n %develname
%doc COPYING AUTHORS
%{_includedir}/%{name}
%{_libdir}/lib%{name}.a
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc


%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-2
+ Revision: 9c54f0c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8780 |14cr|ucommon-6.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2008, 2009 David Sugar, Tycho Softworks.
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.

%define	major	6
%define	libname	%mklibname ucommon %{major}
%define	libusecure	%mklibname usecure %{major}
%define	libcommoncpp	%mklibname commoncpp %{major}
%define	devname	%mklibname ucommon -d

Summary:	Portable C++ framework for threads and sockets
Name:		ucommon
Version:	6.0.3
Release:	2
License:	LGPLv3+
Group:		Development/C++
URL:		http://www.gnu.org/software/commoncpp
Source0:	http://www.gnutelephony.org/dist/tarballs/%{name}-%{version}.tar.gz
Source1:	http://www.gnutelephony.org/dist/tarballs/%{name}-%{version}.tar.gz.sig

BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	pkgconfig(openssl)

%description
GNU uCommon C++ is a lightweight library to facilitate using C++ design
patterns even for very deeply embedded applications, such as for systems using
uClibc along with POSIX threading support. For this reason, uCommon disables
language features that consume memory or introduce runtime overhead. uCommon
introduces some design patterns from Objective-C, such as reference counted
objects, memory pools, and smart pointers.  uCommon introduces some new
concepts for handling of thread locking and synchronization.

%package bin
Summary:	ucommon system and support applications
Group:		Development/Other 

%description bin
This is a collection of command line tools that use various aspects of the
ucommon library.  Some may be needed to prepare files or for development of
applications.

%package -n %{libname}
Summary:	ucommon library
Group:		System/Libraries

%description -n %{libname}
Runtime library for ucommon.

%package -n %{libusecure}
Summary:	usecure library
Group:		System/Libraries

%description -n %{libname}
Runtime library for usecure.

%package -n %{libcommoncpp}
Summary:	commoncpp library
Group:		System/Libraries

%description -n %{libcommoncpp}
Runtime library for commoncpp.

%package -n %{devname}
Summary:	Headers for building uCommon applications
Group:		Development/C++
Requires:	%{libname} = %{version}
Requires:	%{libusecure} = %{version}
Requires:	%{libcommoncpp} = %{version}
%rename	%{name}-devel

%description -n %{devname}
This package provides header and support files needed for building
applications that use the uCommon library and frameworks

%package doc
Group: Books/Computer books
Summary: Generated class documentation for uCommon

%description doc
Generated class documentation for GNU uCommon library from header files, 
html browsable.

%prep
%setup -q

%build
%cmake
%make 
%make doc

%install
cd build
%make DESTDIR=%{buildroot} INSTALL="install -p" install
chmod 0755 %{buildroot}%{_bindir}/ucommon-config
chmod 0755 %{buildroot}%{_bindir}/commoncpp-config
mkdir -p %{buildroot}/%{_mandir}/man1
install -m644 ../utils/*.1 -D %{buildroot}/%{_mandir}/man1
install -m644 ../*.1 -D %{buildroot}/%{_mandir}/man1
cp -r doc ..

%files bin
%doc AUTHORS README COPYRIGHT NEWS SUPPORT ChangeLog
%{_bindir}/args
%{_bindir}/car
%{_bindir}/scrub*
%{_bindir}/mdsum
%{_bindir}/sockaddr
%{_bindir}/zerofill
%{_bindir}/pdetach
%{_mandir}/man1/args.*
%{_mandir}/man1/car.*
%{_mandir}/man1/pdetach.*
%{_mandir}/man1/scrub*.*
%{_mandir}/man1/mdsum.*
%{_mandir}/man1/sockaddr.*
%{_mandir}/man1/zerofill.*

%files -n %{libname}
%{_libdir}/libucommon.so.%{major}*

%files -n %{libusecure}
%{_libdir}/libusecure.so.%{major}*

%files -n %{libcommoncpp}
%{_libdir}/libcommoncpp.so.%{major}*

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/ucommon/
%{_includedir}/commoncpp/
%{_libdir}/pkgconfig/*.pc
%{_bindir}/ucommon-config
%{_bindir}/commoncpp-config
%{_mandir}/man1/ucommon-config.*
%{_mandir}/man1/commoncpp-config.*

%files doc
%doc AUTHORS README COPYRIGHT NEWS SUPPORT ChangeLog
%doc doc/html


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.0.3-2
+ Revision: 4161aa0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8781 |14cr|ucon64-2.0.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Console ROM backup tool
Name:		ucon64
Version:	2.0.0
Release:	10
Group:		Emulators
License:	GPLv2
URL:		http://ucon64.sf.net/
Source0:	http://prdownloads.sourceforge.net/ucon64/%{name}-%{version}-src.tar.bz2
Source1:	http://prdownloads.sourceforge.net/ucon64/uf-FOX-1.1-src.tgz
Patch0:		uf-FOX-1.1-libfox1.7.patch
Patch1:		uf-FOX-1.1-ptrfix.patch
Patch2:		ucon64-2.0.0-gzfile.patch
Patch3:		ucon64-2.0.0-ovflfix.patch
BuildRequires:	libusb-devel
BuildRequires:	zlib-devel
BuildRequires:	fox1.7-devel
# ld will fail with fatal error, it needs static lib only
BuildConflicts:	ieee1284-devel

%package -n %{name}-gui
Summary:	GUI for Ucon64, a console ROM backup tool
Group:		Emulators
Requires:	%{name}

%description
uCON64 is a console ROM backup tool.

%description -n %{name}-gui
GUI for Ucon64, a console ROM backup tool

%prep
%setup -q -n %{name}-%{version}-src -a 1
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p1

#no configure script for the gui :(
perl -pi -e "s/local\///g" uf-FOX-1.1-src/Makefile
LIBFOX_VERSION=1.7
perl -pi -e "s/1\.4/$LIBFOX_VERSION/g" uf-FOX-1.1-src/Makefile

%build
cd src
%configure --enable-libcd64 --with-libusb --enable-ppdev
%make

pushd ../uf-FOX-1.1-src
make
popd

%install
# don't use %%makeinstall here
install -d %{buildroot}%{_bindir}
install -m 755 src/%{name} %{buildroot}%{_bindir}

#install gui
install -m 755 uf-FOX-1.1-src/uf %{buildroot}%{_bindir}
chmod 644 uf-FOX-1.1-src/README.txt
#note : add a icon & menu entry

%files
%doc FILE_ID.DIZ VERSION *.html
%{_bindir}/ucon64

%files -n %{name}-gui
%doc uf-FOX-1.1-src/README.txt uf-FOX-1.1-src/gpl.txt
%{_bindir}/uf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-10
+ Revision: 339d5b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8782 |14cr|ucview-0.33-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ucview
Version:	0.33
Release:	3
Summary:	A video capture and display program
Source0:	http://www.unicap-imaging.org/downloads/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
Url:		http://www.unicap-imaging.org/ucview.htm
License:	GPLv2
Group:		Video
BuildRequires:  pkgconfig(dbus-glib-1) >= 0.73
BuildRequires:	libunicapgtk-devel >= 0.2.23
BuildRequires:	pkgconfig(gconf-2.0) >= 2.22.0
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	gtk+2 >= 2.12.10
BuildRequires:	intltool GConf2
Requires(preun): GConf2
Patch0:		ucview-0.33-gmodule.patch

%description
UCView is a video capture and display program based on the unicap video imaging
library.

%prep
%setup -q
%patch0 -p1 -b .gmodule

%build
%configure2_5x --disable-schemas-install
%make

%install
%makeinstall_std
desktop-file-install --vendor "" --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
%find_lang %{name}

rm -fr %buildroot%_includedir %buildroot%_libdir/pkgconfig

%preun
%preun_uninstall_gconf_schemas ucview

%files -f %{name}.lang
%{_sysconfdir}/gconf/schemas/ucview.schemas
%{_datadir}/applications/ucview.desktop
%{_datadir}/icons/hicolor/*
%{_datadir}/%{name}/icons/*
%{_datadir}/%{name}/logo/ucview-logo.png
%{_datadir}/%{name}/ucview.glade
%{_bindir}/ucview
%{_mandir}/man1/ucview.1.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.33-3
+ Revision: 5923b77
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8783 |14cr|udftools-1.0.0-0.b3.15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta b3
%define tarver %{version}%{beta}cvs20040419
%define mdkrel 15

%if %{beta}
%define release 0.%{beta}.%{mdkrel}
%else
%define release %{mdkrel}
%endif

%define major 1
%define libname %mklibname udffs %{major}
%define devname %mklibname udffs -d

Summary:	UDF filesystem tools
Name:		udftools
Version:	1.0.0
Release:	%{release}
Epoch:		1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://sourceforge.net/projects/linux-udf/
Source0:	%{name}-%{tarver}.tar.bz2
Source1:	pktcdvd.init.d.bz2
Source2:	pktcdvd.sysconfig.bz2
Source3:	pktcdvd.html.bz2
Source4:	pktcdvd-hint.txt.bz2
Patch2:		udftools-disable_broken.patch
Patch3:		udftools-1.0.0b3cvs_add_cdmrw.patch
Patch4:		udftools-1.0.0b3-kernel-2.6.8.1.patch
Patch5:		udftools-1.0.0-gcc4.patch
Patch6:		udftools-open.patch
Patch7:		udftools-include.patch
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
Requires(post):	rpm-helper
Requires(preun):rpm-helper
Provides:	udf = %{EVRD}

%description -n udftools
These are tools for UDF file systems as used, e.g., on DVD-RAM, DVD+RW, CD-RW.
They are also used for managing Packet-CD/DVD devices and media.

%files
%doc ChangeLog AUTHORS doc/pktcdvd*
%{_bindir}/*
%attr (0755,root,root) %{_initrddir}/pktcdvd
%config (noreplace) %{_sysconfdir}/sysconfig/pktcdvd
%{_mandir}/man1/*.1*
%{_mandir}/man8/*.8*

%post
%_post_service pktcdvd

%preun
%_preun_service pktcdvd

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}udftools1 < 1:1.0.0-0.b3.15
Conflicts:	%{_lib}udftools1 < 1:1.0.0-0.b3.15

%description -n %{libname}
This package contains the libraries needed by %{name}.

%files -n %{libname}
%{_libdir}/libudffs.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel files from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}udftools-devel < 1:1.0.0-0.b3.15
Conflicts:	%{_lib}udftools-devel < 1:1.0.0-0.b3.15
Obsoletes:	%{_lib}udftools-static-devel < 1:1.0.0-0.b3.15

%description -n %{devname}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n %{devname}
%{_libdir}/libudffs.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch3 -p1
%patch4 -p1 -b .kernel-2.6.8.1
%patch5 -p1 -b .gcc4
%patch6 -p0
%patch7 -p0
perl -pi -e 's! udfct/Makefile! udfct/Makefile cdmrw/Makefile!' configure.in
perl -pi -e 's! udfct! udfct cdmrw!' Makefile.am

%build
%define _disable_ld_no_undefined 1
autoreconf -fi
%configure2_5x \
	--enable-shared \
	--disable-static
%make

%install
%makeinstall_std
ln -s %{_bindir}/mkudffs %{buildroot}%{_bindir}/mkfs.udffs
ln -s %{_bindir}/udffsck %{buildroot}%{_bindir}/fsck.udffs

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig

bzcat %{SOURCE1} > %{buildroot}%{_initrddir}/pktcdvd
bzcat %{SOURCE2} > %{buildroot}%{_sysconfdir}/sysconfig/pktcdvd
bzcat %{SOURCE3} > doc/pktcdvd.html
bzcat %{SOURCE4} > doc/pktcdvd-hint.txt

%changelog
* Tue May 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.0.0-0.b3.15
+ Revision: a7a842a
- Fix library and devel package names, drop static devel package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8784 |14cr|udns-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname udns %{major}
%define develname %mklibname udns -d

Summary:	DNS Resolver Library
Name:		udns
Version:	0.2
Release:	2
Group:		Networking/Other
License:	LGPLv2+
URL:		http://www.corpit.ru/mjt/udns.html
Source0:	http://www.corpit.ru/mjt/udns/%{name}-%{version}.tar.gz
BuildConflicts:	%{name}-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
UDNS is a stub DNS resolver library with ability to perform both syncronous and
asyncronous DNS queries.

%package -n	%{libname}
Summary:	DNS Resolver Library
Group:          System/Libraries

%description -n	%{libname}
UDNS is a stub DNS resolver library with ability to perform both syncronous and
asyncronous DNS queries.

This package contains the shared UDNS library.

%package -n	%{develname}
Summary:	Static library and header files for the libmemcached library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
UDNS is a stub DNS resolver library with ability to perform both syncronous and
asyncronous DNS queries.

This package contains the static UDNS library and its header files.

%prep

%setup -q -n %{name}-%{version}

%build

./configure

make CFLAGS="%{optflags}" SOVER="%{major}" staticlib sharedlib
ln -snf libudns.so.%{major} libudns.so

gcc %{optflags} -DHAVE_CONFIG_H -o udns-rblcheck rblcheck.c -L. -ludns
gcc %{optflags} -DHAVE_CONFIG_H -o udns-dnsget dnsget.c -L. -ludns
#gcc %{optflags} -DHAVE_CONFIG_H -o udns-ex-rdns ex-rdns.c -L. -ludns

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_mandir}/man3

install -m0755 libudns.so.%{major} %{buildroot}%{_libdir}/
ln -snf libudns.so.%{major} %{buildroot}%{_libdir}/libudns.so
install -m0644 libudns.a %{buildroot}%{_libdir}/
install -m0644 udns.h %{buildroot}%{_includedir}/

install -m0755 udns-rblcheck %{buildroot}%{_bindir}/
install -m0755 udns-dnsget %{buildroot}%{_bindir}/

install -m0644 dnsget.1 %{buildroot}%{_mandir}/man1/udns-dnsget.1
install -m0644 rblcheck.1 %{buildroot}%{_mandir}/man1/udns-rblcheck.1
install -m0644 udns.3 %{buildroot}%{_mandir}/man3/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/udns-rblcheck
%{_bindir}/udns-dnsget
%{_mandir}/man1/udns-dnsget.1*
%{_mandir}/man1/udns-rblcheck.1*

%files -n %{libname}
%defattr(-,root,root)
%doc COPYING.LGPL NEWS NOTES TODO
%{_libdir}/libudns.so.%{major}

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/libudns.so
%{_libdir}/libudns.a
%{_mandir}/man3/udns.3*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-2
+ Revision: dcb7fc8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8785 |14cr|udpcast-20120424-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	UDP broadcast installation
Name:		udpcast
Version:	20120424
Release:	1
License:	GPLv2+ and BSD-like
Group:		Networking/Other
Url:		http://udpcast.linux.lu/
Source0:	http://udpcast.linux.lu/download/%{name}-%{version}.tar.gz
Patch0:		udpcast-20120424-gcc4.9.patch

%description
UDPcast is a file transfer tool that can send data simultaneously to many
destinations on a LAN. This can for instance be used to install entire
classrooms of PC's at once. The advantage of UDPcast over using other methods
(nfs, ftp, whatever) is that UDPcast uses Ethernet's multicast abilities:
it won't take longer to install 15 machines than it would to install just 2

%files
%doc cmd.html COPYING *.txt
%{_sbindir}/udp-receiver
%{_sbindir}/udp-sender
%{_includedir}/udpcast/rateGovernor.h
%{_mandir}/man1/udp-receiver.1*
%{_mandir}/man1/udp-sender.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Mon Aug 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 20120424-1
+ Revision: 93acdcd
- New version 20120424, fix build with gcc 4.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8786 |14cr|udpxy-1.0.19-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realversion 1.0-Chipmunk-19

Name:           udpxy
Version:        1.0.19
Release:        1
Summary:        UDP-to-HTTP multicast traffic relay daemon
Group:          System/Servers
License:        GPLv3+
URL:            http://sourceforge.net/projects/udpxy/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}.%{realversion}.tgz
Source1:        udpxy.init
Source2:        udpxy.sysconfig
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}

%description
udpxy is a UDP-to-HTTP multicast traffic relay daemon:
it forwards UDP traffic from a given multicast subscription
to the requesting HTTP client.

%prep
%setup -q -n %{name}-%{realversion}

chmod a-x CHANGES
sed -i "s|CFLAGS += -W -Wall -Werror --pedantic|CFLAGS += %{optflags}|g" Makefile

%build
%make


%install
rm -rf %{buildroot}

sed -i "s|INSTALLROOT := /usr/local|INSTALLROOT := %{buildroot}/usr|g" Makefile
sed -i 's|ln -s $(INSTALLROOT)/bin/$(EXEC)|ln -s $(EXEC)|g' Makefile

%makeinstall

pushd %{buildroot}
mkdir -p .%{_sysconfdir}/sysconfig .%{_initrddir}
install -p -m755 %{SOURCE1} .%{_initrddir}/%{name}
install -p -m644 %{SOURCE2} .%{_sysconfdir}/sysconfig/%{name}
popd

%clean
rm -rf %{buildroot}


%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%defattr(-,root,root,-)
%doc README CHANGES gpl.txt udpxy-manual-RU.rtf
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_initrddir}/%{name}
%{_bindir}/%{name}
%{_bindir}/udpxrec



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.19-1
+ Revision: 7cb199b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8787 |14cr|udunits-1.12.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		udunits
Version:	1.12.9
Release:	6
Summary:	A library for manipulating units of physical quantities

License:	Freely distributable (BSD-like)
Group:		Sciences/Mathematics
URL:		http://my.unidata.ucar.edu/content/software/udunits/index.html
Source0:	ftp://ftp.unidata.ucar.edu/pub/udunits/udunits-%{version}.tar.gz
Patch0:		udunits-1.12.9-linuxfixes.patch
Patch1:		udunits-1.12.4-64bit.patch
BuildRequires:	gcc-gfortran, gcc-c++, groff
BuildRequires:	perl-devel
BuildRequires:	bison

%description
The Unidata units utility, udunits, supports conversion of unit specifications 
between formatted and binary forms, arithmetic manipulation of unit 
specifications, and conversion of values between compatible scales of 
measurement. A unit is the amount by which a physical quantity is measured. For
example:

                  Physical Quantity   Possible Unit
                  _________________   _____________
                        time              weeks
                      distance         centimeters
                        power             watts

This utility works interactively and has two modes. In one mode, both an input 
and output unit specification are given, causing the utility to print the 
conversion between them. In the other mode, only an input unit specification is
given. This causes the utility to print the definition -- in standard units -- 
of the input unit.

%package	devel
Group:		Development/Other
Summary:	Headers and libraries for udunits

Requires:	%{name} = %{version}-%{release}

%description	devel
This package contains the files needed for compiling programs using
the udunits library.

%package -n	perl-udunits
Summary:	Perl module for udunits

Group:		Development/Perl
Requires:	%{name}

%description -n	perl-udunits
A perl module for udunits.

%prep
%setup -q
%patch0 -p1 -b .linux~
# Yes, this is a dirty hack.
%ifarch x86_64 ppc64 sparc64
%patch1 -p1
%endif

%build
export CC=gcc
%ifarch x86_64
export CFLAGS="%{optflags} -fPIC"
export CXXFLAGS="%{optflags} -fPIC"
%endif
cd src/
export LD_MATH=-lm 
%configure

# Don't use %make, don't compil...
make all 

%install
cd src/
sed "s?/usr?${RPM_BUILD_ROOT}/usr?" Makefile > Makefile.install
make PREFIX=${RPM_BUILD_ROOT}/%{_prefix} datadir=${RPM_BUILD_ROOT}/%{sysconfdir} \
    sysconfigdir=${RPM_BUILD_ROOT}/%{_sysconfdir} -f Makefile.install install


find %{buildroot} \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
rm -rf ${RPM_BUILD_ROOT}/usr/share/man3f

# Nuke perm
find %{buildroot}%{perl_vendorlib} -type d -exec chmod 755 {} \;

%files
%doc src/{COPYRIGHT,README,RELEASE_NOTES,VERSION}
%{_bindir}/udunits
%{_mandir}/man1/udunits.1*
%config(noreplace) %{_sysconfdir}/udunits.dat

%files devel
%{_includedir}/udunits.h
%{_includedir}/udunits.inc
%{_libdir}/libudport.a
%{_libdir}/libudunits.a
%{_mandir}/man3*/udunits.3*


%files -n perl-udunits
%{perl_vendorarch}/*
%{_mandir}/man1/udunitsperl.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12.9-6
+ Revision: a65e106
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8788 |14cr|udunits2-2.1.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 2.1.12
%define release 4
%define major 0
%define libname %mklibname %{name}_ %{major}
%define develname %mklibname %{name} -d

Name: udunits2
Version: %version
Release: %release
Summary: A library for manipulating units of physical quantities
License: Freely distributable (BSD-like)
Group: Sciences/Mathematics
URL: http://my.unidata.ucar.edu/content/software/udunits/index.html
Source0: ftp://ftp.unidata.ucar.edu/pub/udunits/udunits-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-gfortran, gcc-c++, groff
BuildRequires: perl-devel
BuildRequires: bison

%description
The Unidata units utility, udunits, supports conversion of unit specifications 
between formatted and binary forms, arithmetic manipulation of unit 
specifications, and conversion of values between compatible scales of 
measurement. A unit is the amount by which a physical quantity is measured. For
example:

                  Physical Quantity   Possible Unit
                  _________________   _____________
                        time              weeks
                      distance         centimeters
                        power             watts

This utility works interactively and has two modes. In one mode, both an input 
and output unit specification are given, causing the utility to print the 
conversion between them. In the other mode, only an input unit specification is
given. This causes the utility to print the definition -- in standard units -- 
of the input unit.

%package -n %{libname}
Group: System/Libraries
Summary: Libraries for udunits
Provides: lib%{name} = %{version}-%{release}

%description -n %{libname}
This package contains the files needed for compiling programs using
the udunits library.

%package -n %{develname}
Group: Development/Other
Summary: Headers and libraries for udunits
Requires: %{name} = %{version}-%{release}
Provides: lib%{name}-devel = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}


%description -n %{develname}
This package contains the files needed for compiling programs using
the udunits library.

%prep
%setup -q -n udunits-%{version}

%build
%ifarch x86_64
export CFLAGS="%{optflags} -fPIC"
export CXXFLAGS="%{optflags} -fPIC"
%endif
export LD_MATH=-lm 

%configure2_5x

%make 

%install
rm -rf %{buildroot}
%makeinstall
mkdir -p %{buildroot}%{_infodir}/
install -p -m0644 *.info %{buildroot}%{_infodir}

# We need to do this to avoid conflicting with udunits v1
mkdir -p %{buildroot}%{_includedir}/%{name}/
mv %{buildroot}%{_includedir}/*.h %{buildroot}%{_includedir}/%{name}/
rm -rf %{buildroot}%{_libdir}/*.la

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ANNOUNCEMENT CHANGE_LOG LICENSE
%doc udunits2.html udunits2.pdf
%{_bindir}/%{name}
%{_datadir}/udunits/*.xml
%{_infodir}/*.info*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/%{name}/*.h
%{_libdir}/*.so
%{_libdir}/*.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.12-4
+ Revision: 5136650
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8789 |14cr|ufoai-2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	UFO: Alien Invasion
Name:		ufoai
Version:	2.4
Release:	4
License:	GPLv2+
Group:		Games/Strategy
Url:		http://ufoai.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}-source.tar.bz2
Source1:	%{name}.desktop
Patch0:		ufoai-2.4-destdir-support.patch
Patch1:		ufoai-2.4-dont-strip-binaries.patch
Patch2:		ufoai-2.4-missing-shebang.patch
Patch3:		ufoai-2.4-CameraDrawMode-anonymous-namespace-fix.patch
Patch4:		ufoai-2.4-linkage.patch
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(gdkglext-x11-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl) >= 1.2.10
BuildRequires:	pkgconfig(SDL_image) >= 1.2.7
BuildRequires:	pkgconfig(SDL_mixer) >= 1.2.7
BuildRequires:	pkgconfig(SDL_ttf) >= 2.0.7
BuildRequires:	pkgconfig(theoradec)
# xvid is in plf, but we can build without support, adding dlopen() support and
# a suggests on it could be done though..
#BuildRequires:	xvid-devel
BuildRequires:	zip
Requires:	%{name}-data = %{version}
%rename ufo

%description
UFO: ALIEN INVASION is a strategy game featuring tactical combat against
hostile alien forces which are about to infiltrate earth at this very
moment. You are in command of a small special unit which has been
founded to face the alien strike force. To be successful on the long
run, you will also have to have a research team study the aliens and
their technologies in order to learn as much as possible about their
technology, their goals and the aliens themselves. 'UFO: Alien Invasion'
is heavily inspired by the 'X-COM' series by Mythos and Microprose.

%files -f ufoai.lang
%doc LICENSES
%{_gamesbindir}/ufo*
%dir %{_gamesdatadir}/ufoai
%{_gamesdatadir}/ufoai/memory
%{_gamesdatadir}/ufoai/ufo*
%dir %{_gamesdatadir}/ufoai/base
%{_gamesdatadir}/ufoai/base/game.so
%dir %{_gamesdatadir}/ufoai/radiant
%{_gamesdatadir}/ufoai/radiant/uforadiant/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-source
%patch0 -p1 -b .destdir~
%patch1 -p1 -b .nostrip~
%patch2 -p1 -b .shebang~
%patch3 -p1 -b .camera~
%patch4 -p1 -b .linkage~

%build
./configure	--prefix=%{_prefix} \
		--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir}/ufoai \
		--localedir=%{_localedir} \
		--enable-release \
%ifarch x86_64
		--enable-sse \
%endif
		--enable-cgame-campaign \
		--enable-cgame-multiplayer \
		--enable-cgame-skirmish \
		--enable-cgame-staticcampaign \
		--enable-game \
		--enable-memory \
		--enable-testall \
		--enable-ufo2map \
		--enable-ufoded \
		--enable-ufo \
		--enable-ufomodel \
		--enable-uforadiant \
		--enable-ufoslicer
%make

%install
%makeinstall_std
# Remove empty data files to avoid file conflict with data package
rm -f %{buildroot}/%{_gamesdatadir}/%{name}/base/*pk3

desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
install -m644 src/ports/linux/ufo.png -D %{buildroot}%{_datadir}/pixmaps/%{name}.png

%find_lang ufoai


%changelog
* Mon Aug 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4-4
+ Revision: 5e0088b
- Add patch to fix linkage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8790 |14cr|ufoai-data-2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	ufoai

Name:		%{oname}-data
Version:	2.4
Release:	2
URL:		http://ufoai.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{oname}/%{oname}-%{version}-data.tar
License:	GPLv2+ and CC-BY and CC-BY-SA and GFDL and MIT and Public Domain and Creative Commons Sampling Plus
Group:		Games/Strategy
Summary:	Data files for %{oname}
BuildArch:	noarch
Requires:	%{oname}

%rename ufo-data

%description
Data files needed to run %{oname}.


%prep

%install
mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}
tar -xf %{SOURCE0} -C %{buildroot}%{_gamesdatadir}/%{oname}

%files
%dir %{_gamesdatadir}/%{oname}
%{_gamesdatadir}/%{oname}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-2
+ Revision: c6074be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8791 |14cr|uftp-2.6.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name uftp
%define version 2.6.3
%define release 3

Summary: A multicast FTP
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}.tar
License: GPL
Group: Networking/File transfer
Url: http://www.tcnj.edu/~bush/uftp.html
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
UFTP is a multicast file transfer program, utilizing a protocol based on
Starburst MFTP. It is designed to reliably and efficiently transfer files
to multiple receivers simultaneously, where either the intended receivers
can be specified beforehand, or receivers can join the transfer when it is
initiated. This is useful for distributing large files to a large number of
receivers, and is especially useful for data distribution over a satellite
link (with two way communication), where the inherent delay makes any TCP
based communication terribly inefficient. UFTP has been used in the production
process of The Wall Street Journal to send WSJ pages over satellite to their
remote printing plants.

%package server
Summary: A multicast ftp server
Group: Networking/File transfer

%description server
UFTP is a multicast file transfer program, utilizing a protocol based on
Starburst MFTP. It is designed to reliably and efficiently transfer files
to multiple receivers simultaneously, where either the intended receivers
can be specified beforehand, or receivers can join the transfer when it is
initiated. This is useful for distributing large files to a large number of
receivers, and is especially useful for data distribution over a satellite
link (with two way communication), where the inherent delay makes any TCP
based communication terribly inefficient. UFTP has been used in the production
process of The Wall Street Journal to send WSJ pages over satellite to their
remote printing plants.

%prep
%setup -q -c

%build
%make -f makefile.linux CFLAGS="%optflags"

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p %buildroot%_bindir
install -d %buildroot%_bindir
install -m 755 uftp %buildroot%_bindir/uftp
install -d %buildroot%_sbindir
install -m 755 uftpd %buildroot%_sbindir/uftpd
install -d %buildroot%_mandir/man1
install -m 644 uftp.1 %buildroot%_mandir/man1/uftp.1
install -m 644 uftpd.1 %buildroot%_mandir/man1/uftpd.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%_bindir/uftp
%_mandir/man1/uftp.1*
%doc Changes.txt ReadMe.txt

%files server
%defattr(-,root,root)
%_sbindir/uftpd
%_mandir/man1/uftpd.1*
%doc Changes.txt ReadMe.txt



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6.3-3
+ Revision: 3cef694
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8792 |14cr|uget-1.10.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%define name uget
%define version 1.10.2
%define release 8
%define iconname %{name}.png

Summary:   Download manager that uses gtk+2
Name:      %{name}
Version:   %{version}
Release:   %{release}
Group:     Networking/File transfer
License:     GPL
Url:       http://urlget.sourceforge.net/
Source0:   http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/%{version}/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(gstreamer-0.10)
BuildRequires: imagemagick
BuildRequires: intltool
BuildRequires: pkgconfig(libpcre)
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(libnotify)
Requires: wget
Obsoletes: urlget
Provides: urlget

%description
UrlGfe is a download manager that uses gtk+2
 User can classify URLs before downloading.	
 Every category has independent configuration.	
 Batch mode can generate URLs. 
 Import URLs from .html files. 
 Export URLs ( for wget -i )

Formerly urlget

%prep
%setup -q -n %{name}-%{version}
rm -rfd %{buildroot}/%{name}-%{version}/win32
 
%build 
 
%configure2_5x

%make

 
%install

%makeinstall_std

#mkdir -p %{buildroot}%{_liconsdir}/
#mkdir -p %{buildroot}%{_miconsdir}/

#install -m 644 pixmaps/urlgfe-icon.png %{buildroot}%{_liconsdir}/%{iconname}
#convert pixmaps/%{name}-icon.png  -geometry 32x32 %{buildroot}%{_iconsdir}/%{iconname}
#convert pixmaps/%{name}-icon.png  -geometry 16x16 %{buildroot}%{_miconsdir}/%{iconname} 

 
#rm dup docs
rm -rfd %{buildroot}/usr/doc

%find_lang %{name} 

%files -f %{name}.lang
%doc COPYING INSTALL
%{_bindir}/*
%{_datadir}/applications/%{name}-gtk.desktop
%{_iconsdir}/*
%{_datadir}/sounds/%{name}/*.wav

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.2-8
+ Revision: 2c7cbd6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8793 |14cr|uglify-js1-1.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#enable/disable tests in case the deps aren't there
%global enable_tests 0

Name:           uglify-js1
Version:        1.3.4
Release:        2
Summary:        JavaScript parser, mangler/compressor and beautifier toolkit

BuildArch:      noarch

Group:          Development/Other
# BSD license in README.html
License:        BSD
URL:            https://github.com/mishoo/UglifyJS
Source0:        http://registry.npmjs.org/uglify-js/-/uglify-js-%{version}.tgz
BuildArch:      noarch

BuildRequires:  nodejs-packaging
BuildRequires:  web-assets-devel

%if 0%{?enable_tests}
BuildRequires:  npm(nodeunit)
%endif

Requires: js-uglify-1 == %{version}-%{release}

%description
JavaScript parser, mangler/compressor and beautifier toolkit.  This is the
classic 1.x version of uglify-js.  Consider using the new version provided
in the uglify-js package.

This package ships the uglifyjs command-line tool and a library suitable for
use within Node.js.

%package -n js-uglify-1
Summary: JavaScript parser, mangler/compressor and beautifier toolkit - core library

Group: System/Libraries


Provides: uglify-js1-common = %{EVRD}
Requires: web-assets-filesystem

%description -n js-uglify-1
JavaScript parser, mangler/compressor and beautifier toolkit.  This is the
classic 1.x version of uglify-js.  Consider using the new version provided
in the uglify-js package.

This package ships a JavaScript library suitable for use by any JavaScript
runtime.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{_jsdir}/uglify-js-1
cp -pr lib/* %{buildroot}%{_jsdir}/uglify-js-1

#compat symlink
mkdir -p %{buildroot}%{_datadir}
ln -sf javascript/uglify-js-1 %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}%{nodejs_sitelib}/uglify-js@1
cp -pr bin package.json uglify-js.js %{buildroot}%{nodejs_sitelib}/uglify-js@1
ln -sf %{_jsdir}/uglify-js-1 %{buildroot}%{nodejs_sitelib}/uglify-js@1/lib

##compat symlink so old modules continue to work
ln -sf uglify-js@1 %{buildroot}%{nodejs_sitelib}/%{name}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/uglify-js1/bin/uglifyjs %{buildroot}%{_bindir}/uglifyjs1

#nodejs-symlink-deps is not called because this package does not have any
#dependencies and can be used outside of node

%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
nodeunit test/unit/scripts.js && test/testparser.js && test/testconsolidator.js
%endif

%clean

%pretrans -p <lua>
st = posix.stat("%{nodejs_sitelib}/uglify-js1")
if st and st.type == "directory" then
  os.execute("rm -rf %{nodejs_sitelib}/uglify-js1")
end

st = posix.stat("%{_datadir}/%{name}")
if st and st.type == "directory" then
  os.execute("rm -rf %{_datadir}/%{name}")
end

%files
%{nodejs_sitelib}/uglify-js@1
%{nodejs_sitelib}/uglify-js1
%{_bindir}/uglifyjs1

%files -n js-uglify-1
%{_jsdir}/uglify-js-1
%{_datadir}/%{name}
%doc README.html README.org docstyle.css


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-2
+ Revision: 61b48bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8794 |14cr|uglify-js-2.4.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#enable/disable tests in case the deps aren't there
%global enable_tests 0

%global installdir  %{_jsdir}

Name:           uglify-js
Version:        2.4.13
Release:        2
Summary:        JavaScript parser, mangler/compressor and beautifier toolkit
BuildArch:      noarch

Group:          Development/Other
#no license file included; BSD license in source header
License:        BSD
URL:            https://github.com/mishoo/UglifyJS2
Source0:        http://registry.npmjs.org/uglify-js/-/uglify-js-%{version}.tgz
BuildArch:      noarch

Provides:       nodejs-uglify-js = %{version}-%{release}

BuildRequires:  nodejs-packaging

BuildRequires:  web-assets-devel

%if 0%{?enable_tests}
BuildRequires:  npm(async)
BuildRequires:  npm(optimist)
BuildRequires:  npm(source-map)
%endif

Requires: js-uglify = %{version}-%{release}

%description
JavaScript parser, mangler/compressor and beautifier toolkit.

This package ships the uglifyjs command-line tool and a library suitable for
use within Node.js.

%package -n js-uglify
Summary: JavaScript parser, mangler/compressor and beautifier toolkit - core library
Group:   System/Libraries

Obsoletes: uglify-js-common < 2.2.5-4
Provides: uglify-js-common = %{version}-%{release}

Requires: web-assets-filesystem

%description -n js-uglify
JavaScript parser, mangler/compressor and beautifier toolkit.

This package ships a JavaScript library suitable for use by any JavaScript
runtime.

%prep
%setup -q -n package

%nodejs_fixdep optimist 0.4.x

%build
#nothing to do

%install
mkdir -p %{buildroot}%{installdir}/%{name}-2
cp -pr lib/* %{buildroot}%{installdir}/%{name}-2
ln -sf %{name}-2 %{buildroot}%{installdir}/%{name}

#compat symlink
mkdir -p %{buildroot}%{_datadir}
ln -sf javascript/%{name} %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}%{nodejs_sitelib}/uglify-js@2
cp -pr bin tools package.json %{buildroot}%{nodejs_sitelib}/uglify-js@2
ln -sf %{installdir}/%{name} %{buildroot}%{nodejs_sitelib}/uglify-js@2/lib

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/uglify-js@2/bin/uglifyjs %{buildroot}%{_bindir}/uglifyjs

%nodejs_symlink_deps

ln -sf uglify-js@2 %{buildroot}%{nodejs_sitelib}/uglify-js

%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__nodejs test/run-tests.js
%endif

%clean

%pretrans -p <lua>
st = posix.stat("%{nodejs_sitelib}/uglify-js")
if st and st.type == "directory" then
  os.execute("rm -rf %{nodejs_sitelib}/uglify-js")
end

%pretrans -n js-uglify -p <lua>
st = posix.stat("%{_datadir}/%{name}")
if st and st.type == "directory" then
  os.execute("rm -rf %{_datadir}/%{name}")
end

%files
%{nodejs_sitelib}/uglify-js
%{nodejs_sitelib}/uglify-js@2
%{_bindir}/uglifyjs

%files -n js-uglify
%{installdir}/%{name}-2
%{installdir}/%{name}
%{_datadir}/%{name}
%doc LICENSE README.md

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.13-2
+ Revision: 5f6d5f4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8795 |14cr|ugrep-1.7-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:	Barebones version of grep/egrep
Name:		ugrep
Version:	1.7
Release:	10
License:	GPL
Group:		File tools
URL:		http://robur.slu.se/jensl/ugrep/
Source0:	%{name}.tar.bz2
Patch0:		%{name}-Makefile.patch
BuildRequires:	dietlibc-devel >= 0.32
Prefix:		%{_libdir}/embutils


%description
%{name} will only do basic regexp string matching.

%prep

%setup -q -n %{name}
%patch0 -p0

# fix version
echo "#define VERSION \"Version: %{version}\"" > version.h

%build
make

%install
install -d %{buildroot}%{prefix}/bin
install -m755 %{name} %{buildroot}%{prefix}/bin/

# fix softlinks...
ln -snf %{name} %{buildroot}%{prefix}/bin/grep

%files
%{prefix}/bin/%{name}
%{prefix}/bin/grep



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7-10
+ Revision: 0f7d2d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8796 |14cr|uhd-3.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           uhd
URL:            http://code.ettus.com/redmine/ettus/projects/uhd/wiki
Version:        3.5.0
Release:        3
Group:          Communications
Summary:        Universal Hardware Driver for Ettus Research products
License:        GPLv3+
Source0:        %{name}-%{version}.tar.gz
# Create tarball from git with:
# $ make-tarball uhd git://code.ettus.com/ettus/uhd.git
# See note in make-tarball script
Source1:	make-tarball

BuildRequires:  cmake
BuildRequires:  boost-devel
BuildRequires:  pkgconfig(libusb-1.0)
BuildRequires:  pkgconfig(orc-0.4)
BuildRequires:  python-cheetah
BuildRequires:  python-docutils
BuildRequires:  doxygen
BuildRequires:  pkgconfig

%description
The UHD is the universal hardware driver for Ettus Research products.
The goal of the UHD is to provide a host driver and API for current and
future Ettus Research products. It can be used standalone without GNU Radio.

%prep
%setup -q

%build
mkdir -p host/build
cd host/build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr 
%make

%check
cd host/build
make test

%install
pushd host/build
make install DESTDIR=%{buildroot}

# Allow access only to users in usrp group
sed -i 's/MODE:="0666"/MODE:="0660"/' %{buildroot}%{_datadir}/uhd/utils/uhd-usrp.rules
mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d
mv %{buildroot}%{_datadir}/uhd/utils/uhd-usrp.rules %{buildroot}%{_sysconfdir}/udev/rules.d/10-usrp-uhd.rules

# Remove binaries for tests, examples
rm -rf %{buildroot}%{_datadir}/uhd/{tests,examples}

# Move the utils stuff to libexec dir
mkdir -p %{buildroot}%{_libexecdir}/uhd
mv %{buildroot}%{_datadir}/uhd/utils/* %{buildroot}%{_libexecdir}/uhd

popd
# Package base docs to base package
mkdir _tmpdoc
mv %{buildroot}%{_docdir}/%{name}/{AUTHORS.txt,LICENSE.txt,README.txt} _tmpdoc

%package devel
Summary:        Development files for UHD
Group:          Communications
Requires:       %{name} = %{version}-%{release}

%description devel
Development files for the Universal Hardware Driver (UHD).

%package doc
Summary:        Documentation files for UHD
Group:          Communications
BuildArch:      noarch

%description doc
Documentation for the Universal Hardware Driver (UHD).

%pre -n uhd
getent group usrp >/dev/null || groupadd -r usrp

%files
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/udev/rules.d/10-usrp-uhd.rules
%{_libdir}/lib*.so.*
%{_libexecdir}/uhd

%files devel
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc

%files doc
%doc _tmpdoc/*
%{_docdir}/%{name}/manual/*/*
%{_docdir}/%{name}/doxygen/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.0-3
+ Revision: 1d35e47
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8797 |14cr|uips-20100823-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	uips
%define version	20100823
%define release	2

Name:		%{name}
Summary:	Universal IPS create/apply utility
Version:	%{version}
Release:	%{release}
Source0:	http://www.neillcorlett.com/downloads/uips_source.zip
URL:		http://www.neillcorlett.com/uips/

Group:		File tools
BuildRoot:	%{_tmppath}/%{name}-%{version}
License:	GPLv3+

%description
UIPS is a command-line based utility for creating or applying IPS patches.
IPS is a fairly simple patch file format which stores the differences between
two binary files.

%prep
%setup -q -c

%build
gcc %{optflags} %{ldflags} -o %{name} %{name}.c

%install
rm -rf %{buildroot}
install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc uips.txt
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20100823-2
+ Revision: 2d09e98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8798 |14cr|ulogd-2.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The userspace logging daemon for netfilter
Name:		ulogd
Version:	2.0.4
Release:	2
License:	GPL
Group:		System/Kernel and hardware
URL:		http://www.netfilter.org/projects/ulogd/
Source0:	ftp://ftp.netfilter.org/pub/ulogd/%{name}-%{version}.tar.bz2
Source1:	ftp://ftp.netfilter.org/pub/ulogd/%{name}-%{version}.tar.bz2.sig
Source2:	ulogd.service
# (fc) 1.24-3mdv fix killall path (Mdv bug #35286)
Patch0:		ulogd-1.24-fixkillall.patch
Patch1:		ulogd-build_fix.diff
Patch2:		omv-ulogd-2.0.2-conf.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	autoconf automake libtool
BuildRequires:	dbi-devel
BuildRequires:	pcap-devel
BuildRequires:	linuxdoc-tools texlive
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(libnetfilter_acct)
BuildRequires:	pkgconfig(libnetfilter_conntrack)
BuildRequires:	pkgconfig(libnetfilter_log)
BuildRequires:	pkgconfig(libnfnetlink)
BuildRequires:	postgresql-devel
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(jansson)
BuildRequires:	linuxdoc-tools
Requires:	userspace-ipfilter

%description
Ulogd is an universal logging daemon for the ULOG target of netfilter, the
Linux 2.4/2.6 firewalling subsystem. Ulogd is able to log packets in various
formats to different targets (text files, databases, etc.). It has an
easy-to-use plugin interface to add new protocols and new output targets.

%package	mysql
Summary:	MySQL output plugin for ulogd
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}

%description	mysql
Ulogd-mysql is a MySQL output plugin for ulogd. It enables logging of
firewall information into a MySQL database.

%package	pgsql
Summary:	PostgreSQL output plugin for ulogd
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}

%description	pgsql
Ulogd-pgsql is a PostgreSQL output plugin for ulogd. It enables logging of
firewall information into a PostgreSQL database.

%package	sqlite
Summary:	SQLite output plugin for ulogd
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}

%description	sqlite
Ulogd-sqlite is a SQLite output plugin for ulogd. It enables logging of
firewall information into a SQLite database.

%package	pcap
Summary:	PCAP output plugin for ulogd
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}

%description	pcap
Ulogd-pcap is a output plugin for ulogd that saves packet logs as PCAP file.
PCAP is a standard format that can be later analyzed by a lot of tools such as
tcpdump and wireshark.

%package	dbi
Summary:	Libdbi framework output plugin for ulogd
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}

%description	dbi
Ulogd-dbi is a libdbi output plugin for ulogd. It enables logging of
firewall information through a libdbi interface.

%package	json
Summary:	JSON framework output plugin for ulogd
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}

%description	json
Ulogd-json is a json output plugin for ulogd. It enables logging of
firewall information through a json interface.

%prep

%setup -q
%patch0 -p1 -b .fixkillall
%patch1 -p1
%patch2 -p1

# lib64 fix
perl -pi -e "s|/lib/|/%{_lib}/|g" configure*

cp %{SOURCE2} ulogd.service

%build
autoreconf -fi
%serverbuild

%configure2_5x \
    --disable-static \
    --enable-shared \
    --with-pgsql=%{_prefix} \
    --with-pgsql-inc=%{_includedir}/postgresql \
    --with-mysql=%{_prefix} \
    --with-mysql-inc=%{_includedir}/mysql \
    --with-dbi=%{_prefix} \
    --with-dbi-lib=%{_libdir} \
    --with-dbi-inc=%{_includedir} \

# bork...
cat >> config.h << EOF
#define HAVE_LIBDBI 1
#define HAVE_LIBMYSQLCLIENT 1
#define HAVE_LIBPQ 1
EOF

%make
#make -C doc

%install

%makeinstall_std

# install initscript
install -d %{buildroot}%{_unitdir}
install -m0755 ulogd.service %{buildroot}%{_unitdir}/ulogd.service

# install logrotate file
install -d %{buildroot}/%{_sysconfdir}/logrotate.d
install ulogd.logrotate %{buildroot}/%{_sysconfdir}/logrotate.d/ulogd

install -d %{buildroot}/var/lib/ulogd
install -d %{buildroot}/var/log/ulogd

# install man page
install -d %{buildroot}%{_mandir}/man8
install -m0644 ulogd.8 %{buildroot}%{_mandir}/man8/

install -m0644 ulogd.conf %{buildroot}%{_sysconfdir}/

rm -f %{buildroot}%{_libdir}/ulogd/*.*a

%post
%_post_service ulogd

%preun
%_preun_service ulogd

%files
%doc COPYING AUTHORS README
%doc doc/mysql-ulogd2-flat.sql
%doc doc/mysql-ulogd2.sql
%doc doc/pgsql-ulogd2-flat.sql
%doc doc/pgsql-ulogd2.sql
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ulogd.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/ulogd
%attr(0755,root,root) %{_sbindir}/ulogd
%{_unitdir}/ulogd.service
%dir %{_libdir}/ulogd
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_HWHDR.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_IFINDEX.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_IP2BIN.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_IP2HBIN.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_IP2STR.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_MARK.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_PRINTFLOW.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_PRINTPKT.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_PWSNIFF.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_inpflow_NFACCT.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_inpflow_NFCT.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_inppkt_NFLOG.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_inppkt_ULOG.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_inppkt_UNIXSOCK.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_GPRINT.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_LOGEMU.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_NACCT.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_OPRINT.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_SYSLOG.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_GRAPHITE.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_XML.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_raw2packet_BASE.so
%dir /var/lib/ulogd
%dir /var/log/ulogd
%attr(0644,root,root) %{_mandir}/man8/*

%files mysql
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_MYSQL.so

%files pgsql
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_PGSQL.so

%files sqlite
%doc doc/sqlite3.table
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_SQLITE3.so

%files pcap
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_PCAP.so

%files dbi
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_DBI.so

%files json
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_JSON.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-2
+ Revision: dd7ba7c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8799 |14cr|ultimatestunts-0.7.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Basic macros
%define tarball_version %(echo %version | sed -e 's/\\.//g')

Summary:	Remake of the DOS racing game "stunts"
Name:		ultimatestunts
Version:	0.7.7.1
Release:	3
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.ultimatestunts.nl/
Source0:	http://downloads.sourceforge.net/ultimatestunts/%{name}-srcdata-%{tarball_version}.tar.gz
Source1:	%{name}.png
Patch0:		ultimatestunts-0.7.6-gcc-4.7.patch
BuildRequires:	bison
BuildRequires:	freealut-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(vorbis)
# yes, it's strange, but the game looks for libvorbisfile.so, that's why
# we require this devel package
Requires:	pkgconfig(vorbis)

%description
A UNIX/Windows/Linux remake of the DOS car racing game "stunts", providing
modern features like openGL graphics, 3D sound and internet multiplaying.
Design your own tracks, choose your opponents and try the most spectacular
stunts you've ever seen.

%files
%defattr(0755,root,root,0755)
%{_gamesbindir}/ustunts
%{_gamesbindir}/ustunts3dedit
%{_gamesbindir}/ustuntsai
%{_gamesbindir}/ustuntsserver
%{_gamesbindir}/ustuntstrackedit
%defattr(0644,root,root,0755)
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-trackedit.desktop
%{_gamesdatadir}/ultimatestunts
%{_datadir}/pixmaps/*.png
%config %{_sysconfdir}/ultimatestunts.conf

#----------------------------------------------------------------------------

%prep
%setup -q -n ultimatestunts-srcdata-%{tarball_version}
%patch0 -p0
sed -i 's|@usdatadir@|%{_gamesdatadir}/ultimatestunts/|' ultimatestunts.conf.in

find . -name .svn | xargs rm -rf

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir} \
	--disable-rpath

make usdatadir=%{_gamesdatadir}/ultimatestunts/

%install
%makeinstall_std usdatadir=%{buildroot}%{_gamesdatadir}/ultimatestunts

mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Ultimate Stunts
Comment=%{summary}
Exec=%{_gamesbindir}/ustunts
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-trackedit.desktop << EOF
[Desktop Entry]
Name=Ultimate Stunts Track Editor
Comment=The Ultimate Stunts track editor
Exec=%{_gamesbindir}/ustuntstrackedit
Icon=%{name}
Terminal=false
Type=Application
Categories=Graphics;3DGraphics;
EOF

# remove unwanted files
find %{buildroot}%{_gamesdatadir}/ultimatestunts -type d -name CVS -print0 | \
	xargs -0 rm -rf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.7.1-3
+ Revision: ec1fcfc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8800 |14cr|ultracopier-0.2.0.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ultracopier
Version:	0.2.0.16
Release:	2
License:	GPLv3+
Group:		File tools
URL:		http://ultracopier.first-world.info/
Source:		http://files.first-world.info/ultracopier/%{version}/ultracopier-src-%{version}.tar.bz2
BuildRoot:	%_tmppath/%{name}-%{version}
BuildRequires:	qt4-devel
BuildRequires:	desktop-file-utils

Summary:	The QT advanced copier

%description
Ultracopier is an advanced file copier with copy list management.

%prep
%setup -q

#fix the source
%__sed -i "s|\r||g" CHANGELOG
%__chmod 0644 CHANGELOG

%build
qmake
%make 

%install
rm -rf %{buildroot}
install -D src/%{name} %{buildroot}%{_bindir}/%{name}
install -D src/other/*.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
install -D src/other/*16* %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D src/other/*128* %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

sed -i -e 's/^Icon=%{name}.png$/Icon=%{name}/g' %{buildroot}%{_datadir}/applications/*

desktop-file-install --vendor="" \
	--remove-category="Qt" \
	--add-category="System;FileManager;X-MandrivaLinux-System-FileTools;" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING README
%{_bindir}/ultracopier
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0.16-2
+ Revision: c620381
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8801 |14cr|umem-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Port of Solaris's slab allocator
Name:		umem
Version:	1.0.1
Release:	2
Group:		System/Libraries
License:	CDDL
URL:		https://labs.omniti.com/trac/portableumem/
Source0:        https://labs.omniti.com/portableumem/releases/1.0/%{name}-%{version}.tar.bz2
Patch0:		umem-no_rpath.diff
Patch1:		umem_malloc_init.patch
BuildRequires:	doxygen
BuildRequires:	libtool

%description
This a port of Solaris's slab allocator, libumem, to Linux.

"A slab allocator is a cache management structure for efficient use of [...]
memory. [...] It is targeted for use of many small pieces of memory chunks. By
managing small memory chunks in the units called slabs, this mechanism enables
lower fragmentation, fast allocation, and reclaming memory." (Description
sourced from Wikipedia.)

%package -n	%{libname}
Summary:	Port of Solaris's slab allocator
Group:		System/Libraries

%description -n	%{libname}
This a port of Solaris's slab allocator, libumem, to Linux.

"A slab allocator is a cache management structure for efficient use of [...]
memory. [...] It is targeted for use of many small pieces of memory chunks. By
managing small memory chunks in the units called slabs, this mechanism enables
lower fragmentation, fast allocation, and reclaming memory." (Description
sourced from Wikipedia.)

%package -n	%{develname}
Summary:	Port of Solaris's slab allocator
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
"A slab allocator is a cache management structure for efficient use of [...]
memory. [...] It is targeted for use of many small pieces of memory chunks. By
managing small memory chunks in the units called slabs, this mechanism enables
lower fragmentation, fast allocation, and reclaming memory." (Description
sourced from Wikipedia.)

This package contains the libraries and header files for using this port of
Solaris's slab allocator, libumem, to Linux.

%prep

%setup -q
%patch0 -p0
%patch1 -p1

%build
rm -f configure
libtoolize --copy --force; aclocal; autoheader; autoconf; automake --add-missing --force-missing

%configure2_5x --disable-static

make

make html

%check
make check || echo "tests failed"

%install

%makeinstall_std

%files -n %{libname}
%doc COPYING COPYRIGHT OPENSOLARIS.LICENSE README TODO
%{_libdir}/*.so.0*

%files -n %{develname}
%doc docs/html/*
%{_includedir}/*.h
%{_includedir}/sys/*.h
%{_libdir}/*.so
%{_mandir}/man3/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: b03202b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8802 |14cr|umfpack-5.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define NAME		UMFPACK
%define major		%{version}
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	Routines for solving unsymmetric sparse linear systems

Name:		umfpack
Version:	5.6.2
Release:	2
Epoch:		1
Group:		System/Libraries
License:	GPLv2+
URL:		http://www.cise.ufl.edu/research/sparse/umfpack/
Source0:	http://www.cise.ufl.edu/research/sparse/umfpack/UMFPACK-%{version}.tar.gz
BuildRequires:	amd-devel
BuildRequires:	cholmod-devel
BuildRequires:	blas-devel
BuildRequires:	camd-devel
BuildRequires:	colamd-devel
BuildRequires:	ccolamd-devel
BuildRequires:	suitesparse-common-devel >= 4.0.0

%description
UMFPACK provides a set of routines for solving unsymmetric sparse
linear systems Ax=b using the Unsymmetric MultiFrontal method. It is
written in ANSI/ISO C. Note that "UMFPACK" is pronounced in two
syllables, "Umph Pack"; it is not "You Em Ef Pack".

%package -n %{libname}
Summary:	Library of routines for solving unsymmetric sparse linear systems

Group:		System/Libraries

%description -n %{libname}
UMFPACK provides a set of routines for solving unsymmetric sparse
linear systems Ax=b using the Unsymmetric MultiFrontal method. It is
written in ANSI/ISO C. Note that "UMFPACK" is pronounced in two
syllables, "Umph Pack"; it is not "You Em Ef Pack".

This package contains the library needed to run programs dynamically
linked against %{NAME}.

%package -n %{develname}
Summary:	C routines for solving unsymmetric sparse linear systems

Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Requires:	blas-devel
Requires:	amd-devel
Requires:	suitesparse-common-devel >= 4.0.0

%description -n %{develname}
UMFPACK provides a set of routines for solving unsymmetric sparse
linear systems Ax=b using the Unsymmetric MultiFrontal method. It is
written in ANSI/ISO C. Note that "UMFPACK" is pronounced in two
syllables, "Umph Pack"; it is not "You Em Ef Pack".

This package contains the files needed to develop applications which
use %{name}.

%prep
%setup -q -c -n %{name}-%{version}
cd %{NAME}
find . -perm 0640 | xargs chmod 0644
mkdir ../SuiteSparse_config
ln -sf %{_includedir}/suitesparse/SuiteSparse_config.* ../SuiteSparse_config

%build
cd %{NAME}
pushd Lib
    %make -f GNUmakefile CC=%__cc CFLAGS="%{optflags} -fPIC -I%{_includedir}/suitesparse" INC=
    %__cc -shared -Wl,-soname,lib%{name}.so.%{major} -o lib%{name}.so.%{version} -lamd -lblas -lm -lcholmod -lcamd -lcolamd -lccolamd *.o
popd

%install
cd %{NAME}

%__install -d -m 755 %{buildroot}%{_libdir} 
%__install -d -m 755 %{buildroot}%{_includedir}/suitesparse 

for f in Lib/*.so*; do
    %__install -m 755 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Lib/*.a; do
    %__install -m 644 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Include/*.h; do
    %__install -m 644 $f %{buildroot}%{_includedir}/suitesparse/`basename $f`
done

%__ln_s lib%{name}.so.%{version} %{buildroot}%{_libdir}/lib%{name}.so

%__install -d -m 755 %{buildroot}%{_docdir}/%{name}
%__install -m 644 README.txt Doc/*.txt Doc/*.pdf Doc/ChangeLog Doc/License %{buildroot}%{_docdir}/%{name}

%files -n %{libname}
%{_libdir}/libumfpack.so.%{major}

%files -n %{develname}
%{_docdir}/%{name}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.6.2-2
+ Revision: 6c704af
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8803 |14cr|unbound-1.4.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	Validating, recursive, and caching DNS resolver
Name:		unbound
Version:	1.4.17
Release:	2
Group:		System/Servers
License:	BSD
URL:		http://www.unbound.net/
Source0:	http://www.unbound.net/downloads/unbound-%{version}.tar.gz
Source1:	unbound.init
Source2:	unbound.mandriva.conf
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	bison
BuildRequires:	doxygen
BuildRequires:	expat-devel
BuildRequires:	flex
BuildRequires:	ldns-devel >= 1.6.13
BuildRequires:	libevent-devel
BuildRequires:	libtool
BuildRequires:	openssl-devel

%description
Unbound is a validating, recursive, and caching DNS resolver.

%package -n	%{libname}
Summary:	Shared library from unbound
Group:		System/Libraries

%description -n	%{libname}
A validating, recursive, and caching DNS resolver

%package -n	%{develname}
Summary:	Development files for libunbound
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
A validating, recursive, and caching DNS resolver

%prep

%setup -q

cp %{SOURCE1} unbound.init

rm -f ldns-src.tar.gz

%build

%configure2_5x \
    --localstatedir=/var/lib \
    --disable-rpath \
    --with-ssl=%{_prefix} \
    --with-pthreads \
    --with-libevent=%{_prefix} \
    --with-ldns=%{_prefix}

%make
make doc

%install

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}/var/lib/unbound
install -d %{buildroot}/var/run//unbound

%makeinstall_std

find %{buildroot} -name "*.la" -delete

install -m0755 unbound.init %{buildroot}%{_initrddir}/unbound

install -m0644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/%name/

echo "# place here local modification of the configuration" > %{buildroot}/%{_sysconfdir}/%name/unbound.local.conf

perl -pi -e '$. eq 1 && print "include: /etc/unbound/unbound.mandriva.conf\n"' %{buildroot}/%{_sysconfdir}/%name/%name.conf
perl -pi -e '$. eq 1 && print "include: /etc/unbound/unbound.local.conf\n"' %{buildroot}/%{_sysconfdir}/%name/%name.conf

%pre
%_pre_useradd unbound /var/lib/unbound /bin/false

%postun
%_postun_userdel unbound

%post
%_post_service unbound

%preun
%_preun_service unbound

%files
%doc doc/CREDITS doc/Changelog doc/FEATURES doc/LICENSE doc/README doc/README.tests
%doc doc/example.conf doc/requirements.txt
%{_initrddir}/unbound
%attr(-,root,unbound) %dir %{_sysconfdir}/unbound
%attr(-,root,unbound) %config(noreplace) %{_sysconfdir}/unbound/*
%{_sbindir}/unbound
%{_sbindir}/unbound-anchor
%{_sbindir}/unbound-checkconf
%{_sbindir}/unbound-control
%{_sbindir}/unbound-control-setup
%{_sbindir}/unbound-host
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%attr(0750,unbound,unbound) %dir /var/lib/unbound
%attr(0750,unbound,unbound) %dir /var/run/unbound

%files -n %{libname}
%doc LICENSE README
%{_libdir}/lib*so.%{major}*

%files -n %{develname}
%doc doc/html/* doc/README.svn doc/TODO
%{_includedir}/*.h
%{_libdir}/lib*.so
%{_libdir}/lib*.*a
%{_mandir}/man3/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.17-2
+ Revision: e183aaa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8804 |14cr|unclutter-0.8-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Name:		unclutter
Version:	0.8
Release:	14
Summary:	Hides the mouse cursor when idle
Url:		http://www.google.com/search?q=unclutter
Source:		ftp://ftp.x.org/contrib/utilities/unclutter-8.tar.bz2
Patch0:		unclutter-link.patch
License:	Public Domain
Group:		System/X11
BuildRequires:	pkgconfig(x11)
BuildRequires:	imake

%description
Unclutter is a program which runs permanently in the background of an X11
session.  It checks on the X11 pointer (cursor) position every few seconds, and
when it finds it has not moved (and no buttons are pressed on the mouse, and
the cursor is not in the root window) it creates a small sub-window as a child
of the window the cursor is in.  The new window installs a cursor of size 1x1
but a mask of all 0, ie an invisible cursor.  This allows you to see all the
text in an xterm or xedit, for example.  The human factors crowd would agree it
should make things less distracting.


%prep
%setup -qn unclutter
%patch0 -p0

%build
xmkmf
make CDEBUGFLAGS="%optflags" EXTRA_LDOPTIONS="%ldflags"

%install
mkdir -p 		$RPM_BUILD_ROOT/%_bindir
install -s unclutter	$RPM_BUILD_ROOT/%_bindir/unclutter

mkdir -p 		$RPM_BUILD_ROOT/%_mandir/man6
install unclutter.man 	$RPM_BUILD_ROOT/%_mandir/man6/unclutter.6


%files
%attr(-,root,root) %doc README
%attr(755,root,root) %_bindir/unclutter
%attr(644,root,root) %_mandir/man6/unclutter.6*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-14
+ Revision: cc262bc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8805 |14cr|undertaker-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		undertaker
Summary:	Software configuration variability verifier
Version:	1.2
Release:	7
Source0:	http://vamos.informatik.uni-erlangen.de/files/%{name}-%{version}.tar.gz
Patch0:		undertaker-boost_mt.patch
URL:		http://vamos.informatik.uni-erlangen.de/trac/undertaker
Group:		Development/Other
License:	GPLv3
BuildRequires:	check-devel
BuildRequires:	boost-devel
BuildRequires:	picosat-devel

%description
Topic of the project is variability of system software evoked by the
non-functional properties of operating-system functions, which emerges from
(a) different implementations of the same system function to make an
appearance of certain non-functional properties and
(b) the using level of those implementations in order to compensate for
effects of these properties.

With this project, the undertaker, we provide tools to examine and evaluate
CPP based source files. See
http://www4.informatik.uni-erlangen.de/Research/VAMOS/publications.shtml for
a list of publications. 

%package -n	%{name}-emacs
Group:		Development/Other
Summary:	Emacs mode for undertaker, a variability verifier

%description -n	%{name}-emacs
Emacs mode for the Undertaker analyzing tool.

%prep
%setup -q -n vamos-%{version}
%apply_patches

%build
#configure
make clean
make CXX="g++ %optflags"

%install
%makeinstall_std PREFIX=%{_prefix} LIBDIR=%{_libdir}

%files
%{_bindir}/%{name}
%{_bindir}/%{name}-kconfigdump
%{_bindir}/%{name}-linux-tree
%{_bindir}/%{name}-calc-coverage
%{_bindir}/rsf2model
%{_bindir}/zizler
%{_libdir}/%{name}/rsf2model
%{_libdir}/%{name}/dumpconf
%{_libdir}/%{name}/%{name}-scan-head
%{python_sitelib}/%{name}/
%{python_sitelib}/%{name}*.egg-info
%{_mandir}/man1/%{name}*

%files -n %{name}-emacs
%{_datadir}/emacs/site-lisp/%{name}/%{name}.el


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-7
+ Revision: 172f5c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8806 |14cr|unetbootin-0-3.581
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global rel 581

Name:		unetbootin
Version:	0
Release:	3.%{rel}
Summary:	Create bootable Live USB drives for a variety of Linux distributions
Group:		System/Configuration/Hardware
License:	GPLv2+
URL:		http://unetbootin.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-source-%{rel}.tar.gz
Patch1:		rosa-config.patch
# Syslinux is only available on x86 architectures
ExclusiveArch:	%{ix86} x86_64

BuildRequires:	desktop-file-utils
BuildRequires:	qt4-devel
# Not picked up automatically, required for operation
#Requires:	extlinux
Requires:	p7zip
Requires:	syslinux
Requires:	usermode

%description
UNetbootin allows you to create bootable Live USB drives for a variety of
Linux distributions from Windows or Linux, without requiring you to burn a CD.
You can either let it download one of the many distributions supported
out-of-the-box for you, or supply your own Linux .iso file if you've already
downloaded one or your preferred distribution isn't on the list.


%prep
%setup -q -c
%apply_patches

%build
mv unetbootin.desktop rosa-unetbootin.desktop
lupdate unetbootin.pro
lrelease unetbootin.pro
qmake

%make


%install
rm -rf %{buildroot} 
install -D -p -m 755 unetbootin %{buildroot}%{_sbindir}/unetbootin
# Install desktop file
desktop-file-install --vendor="" --remove-key=Version --remove-key=Name[en_US] --remove-key=GenericName[en_US] --remove-key=Comment[en_US] --remove-category=Application --dir=%{buildroot}%{_datadir}/applications rosa-unetbootin.desktop
# Install localization files
install -d %{buildroot}%{_datadir}/unetbootin
install -c -p -m 644 unetbootin_*.qm %{buildroot}%{_datadir}/unetbootin/
# Install icons
install -D -c -p -m 644 unetbootin_16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_22.png %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_24.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_192.png %{buildroot}%{_datadir}/icons/hicolor/192x192/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_256.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/unetbootin.png

# setup link for consolehelper support to allow root access
install -d %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
ln -s consolehelper %{name}
popd


%files
%doc README.TXT
%{_bindir}/unetbootin
%{_sbindir}/unetbootin
%{_datadir}/unetbootin/
%{_datadir}/applications/rosa-unetbootin.desktop
%{_datadir}/icons/hicolor/*/*





%changelog
* Tue May 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-3.581
+ Revision: 930dfb2
- Rebuild for contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8807 |14cr|unfs3-0.9.22-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	UNFS3 user-space NFSv3 server
Name:		unfs3
Version:	0.9.22
Release:	4
License:	BSD
Group:		System/Servers
Url:		http://sourceforge.net/projects/unfs3/
Source0:	http://prdownloads.sourceforge.net/unfs3/unfs3-%{version}.tar.gz
Source1:	unfs.sysinit
# Based on http://www.spinics.net/lists/linux-nfs/msg05399.html
Patch0:		unfs3-0.9.22-tirpc.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	pkgconfig(libtirpc)
Requires:	rpcbind
Provides:	nfs-server
Requires(post,preun):	rpm-helper

%description
UNFS3 is a user-space implementation of the NFS (Network File System) version 3
server specification. It provides a daemon that supports both the MOUNT and NFS
protocol.

%files
%doc CREDITS README* LICENSE NEWS contrib doc
%{_initrddir}/unfs3
%{_sbindir}/unfsd
%{_mandir}/man7/tags.*
%{_mandir}/man8/unfsd.*

%post
%_post_service unfs3

%preun
%_preun_service unfs3

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
cp %{SOURCE1} unfs3.init

%build
%configure2_5x
make

%install
%makeinstall_std

install -d %{buildroot}%{_initrddir}
install -m0755 unfs3.init %{buildroot}%{_initrddir}/unfs3


%changelog
* Mon Aug 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.22-4
+ Revision: 6d18e67
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8808 |14cr|ungifsicle-1.58-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Powerful program for manipulating GIF images and animations
Name: 		ungifsicle
Version: 	1.58
Release:	5
Group: 		Graphics
License: 	GPLv2
URL: 		http://www.lcdf.org/gifsicle
Source0: 	http://www.lcdf.org/gifsicle/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(x11)

%description
Gifsicle manipulates GIF image files on the command line. It supports merging
several GIFs into a GIF animation; exploding an animation into its component
frames; changing individual frames in an animation; turning interlacing on and
off; adding transparency; adding delays, disposals, and looping to animations;
adding or removing comments; optimizing animations for space; and changing
images' colormaps, among other things.

The gifsicle package contains two other programs: gifview, a lightweight GIF
viewer for X, can show animations as slideshows or in real time, and gifdiff
compares two GIFs for identical visual appearance.

Those programs don't use LZW compression to avoid patent problems

%prep

%setup -q
touch `find . -type f`

%build
%configure2_5x --enable-ungif
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%doc NEWS README
%attr (0755,root,root) %_bindir/*
%attr (0644,root,root) %_mandir/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.58-5
+ Revision: 5b79608
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8809 |14cr|unhide-20110113-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           unhide
Version:        20110113
Release:        2
Summary:        Tool to find hidden processes and TCP/UDP ports from rootkits
Group:          System/Configuration/Other
License:        GPLv3+
URL:            http://www.unhide-forensics.info/
Source0:        http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}

%description
Unhide is a forensic tool to find hidden processes and TCP/UDP ports by
rootkits / LKMs or by another hidden technique. It includes two
utilities: unhide and unhide-tcp.

Unhide detects hidden processes using six techniques:

  - Compare /proc vs /bin/ps output
  - Compare info gathered from /bin/ps with info gathered by walking through
    the procfs.
  - Compare info gathered from /bin/ps with info gathered from syscalls
    (syscall scanning).
  - Full PIDs space occupation (PIDs bruteforcing)
  - Reverse search, verify that all thread seen by ps are also seen by
    the kernel ( /bin/ps output vs /proc, procfs walking and syscall )
  - Quick compare /proc, procfs walking and syscall vs /bin/ps output.

Unhide-tcp identifies TCP/UDP ports that are listening but are not listed
in /bin/netstat through brute forcing of all TCP/UDP ports available.

%prep
%setup -q -n %{name}-%{version}

%build
gcc %{optflags} %{ldflags} -pthread unhide-linux26.c -o unhide-linux26
gcc %{optflags} %{ldflags} unhide-tcp.c -o unhide-tcp


%install
rm -rf %{buildroot}
install -Dp -m0755 unhide-linux26 %{buildroot}%{_sbindir}/unhide-linux26
install -Dp -m0755 unhide-tcp %{buildroot}%{_sbindir}/unhide-tcp
install -Dp -m0644 man/unhide.8 %{buildroot}%{_mandir}/man8/unhide.8
install -Dp -m0644 man/unhide-tcp.8 %{buildroot}%{_mandir}/man8/unhide-tcp.8

pushd %{buildroot}%{_sbindir}
	ln -s unhide-linux26 unhide
popd

pushd %{buildroot}%{_mandir}/man8
        ln -s unhide.8 unhide-linux26.8
popd

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc changelog LEEME.txt README.txt
%{_mandir}/man8/unhide*
%{_sbindir}/unhide*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110113-2
+ Revision: b93e6c6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8810 |14cr|uniconvertor-1.1.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define python_compile_opt python -O -c "import compileall; compileall.compile_dir('.')"
%define python_compile     python -c "import compileall; compileall.compile_dir('.')"

Name:           uniconvertor
Version:        1.1.5
Release:        5
Summary:        Universal vector graphics translator
Group:          Graphics
License:        LGPLv2+ and GPLv2+ and MIT
URL:            http://sk1project.org/modules.php?name=Products&product=uniconvertor
Source0:        http://uniconvertor.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:         uniconvertor-underlinking.patch
BuildRequires:  python-devel
Requires:       python-imaging
Requires:       python-reportlab
Requires:       sk1libs

%description
UniConvertor is a universal vector graphics translator.
It uses sK1 engine to convert one format to another.

%prep
%setup -q -n uniconvertor-%{version}
%patch0 -p1 -b .underlink

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot} 

# Fix permissions
chmod a+x %{buildroot}%{python_sitearch}/uniconvertor/__init__.py
chmod g-w %{buildroot}%{python_sitearch}/uniconvertor/app/modules/*.so

# Don't duplicate documentation
rm -f %{buildroot}%{python_sitearch}/uniconvertor/{COPYRIGHTS,GNU_GPL_v2,GNU_LGPL_v2}

# Satisfy rpmlint claim on debuginfo subpackage
chmod 644 src/modules/*/*.{c,h}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README
%doc src/COPYRIGHTS
%{_bindir}/uniconvertor
%{py_platsitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-5
+ Revision: c406227
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8811 |14cr|unignuplot-2.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name unignuplot
%define version 2.0
%define release 9
%define subversion D

Summary:	Simplify the command line interface with GNUPlot
Name:		%{name}
Version:	%{version}
Release:	%{release}
Group:		System/Libraries
License:	GPL
Source:		%{name}-%{version}.0%{subversion}.tar.bz2

URL:		http://www.fltk.org
BuildRoot:	%_tmppath/%name-%version-%release-root
Requires:	tk, gnuplot
BuildArch:	noarch

%description
UniGNUPlot is a Simple TK/Tcl based program what it's primary goal 
is simplify the command line interface with GNUPlot.
UniGNUPlot is a GNUplot Graphical Front-End as simple as you can 
only type the expresion, some parameter and that's all. 

%prep
rm -rf $RPM_BUILD_ROOT
%setup -q -n %{name}%{subversion}
find -name "*~" | xargs rm -f

%clean
rm -rf $RPM_BUILD_ROOT

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p  $RPM_BUILD_ROOT%{_bindir}
mkdir -p  $RPM_BUILD_ROOT%{_datadir}/%{name}/lang

install -m 755 %{name}-%{version}.0%{subversion}.tcl $RPM_BUILD_ROOT%{_bindir}
install -m 755 lang/* $RPM_BUILD_ROOT%{_datadir}/%{name}/lang

#Fixing lang path
perl -pi -e "s|lang/lang_|/usr/share/unignuplot/lang/lang_|g" $RPM_BUILD_ROOT%{_bindir}/%{name}-%{version}.0%{subversion}.tcl

%files
%defattr(-,root,root)
%doc README COPYING CHANGES Doc
%{_bindir}/%{name}-%{version}.0%{subversion}.tcl
%{_datadir}/%{name}/lang/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-9
+ Revision: e8d3761
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8812 |14cr|unimrcp-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name unimrcp
%define develname %mklibname %{name} -d
%define develname_st %mklibname %{name} -d -s
%define libname %mklibname %{name}

Name: %{name}
Version: 1.0.0
Release: 3

Summary: Media Resource Control Protocol Stack
License: Apache
Group: System/Servers
Url: http://unimrcp.org

Source0: http://unimrcp.googlecode.com/files/%{name}-%{version}.tar.gz
Source1: %{name}server.init

BuildRequires: pkgconfig
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: expat-devel
BuildRequires: libunimrcp-deps-devel
BuildRequires: pocketsphinx-devel
BuildRequires: sphinxbase-devel
BuildRequires: pkgconfig(sndfile)
#BuildRequires: flite-devel >= 1.3.9

Requires: lib%{name}
Requires: libunimrcp-deps
#Requires: flite

%description
Media Resource Control Protocol (MRCP) allows to control media processing
resources over the network using distributed client/server architecture.
Media processing resources include:
- Speech Synthesizer (TTS)
- Speech Recognizer (ASR)
- Speaker Verifier (SV)
- Speech Recorder (SR)
MRCP is not a stand alone protocol and it relies on various VoIP protocols
such as:
- SIP (MRCPv2), RTSP (MRCPv1) session management
- SDP offer/answer model
- RTP media streaming
UniMRCP is an open source cross-platform MRCP implementation, which provides
everything required for MRCP client and server side deployment.
UniMRCP encapsulates SIP/MRCPv2, RTSP, SDP and RTP stacks inside and provides
MRCP version independent user level interface for the integration.

%package -n %{libname}
Summary: Media Resource Control Protocol Stack shared librarries
Group: System/Libraries
Provides: lib%{name} = %{version}-%{release}

%description -n %{libname}
UniMRCP is an open source cross-platform MRCP implementation, which provides
everything required for MRCP client and server side deployment.
UniMRCP encapsulates SIP/MRCPv2, RTSP, SDP and RTP stacks inside and provides
MRCP version independent user level interface for the integration.
This package contains UniMRCP shared libraries

%package -n %{develname}
Summary: Media Resource Control Protocol Stack develnameopment
Group: Development/C
Provides: lib%{name}-devel = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
Requires: lib%{name} = %{version}-%{release}, pkgconfig

%description -n %{develname}
UniMRCP is an open source cross-platform MRCP implementation, which provides
everything required for MRCP client and server side deployment.
UniMRCP encapsulates SIP/MRCPv2, RTSP, SDP and RTP stacks inside and provides
MRCP version independent user level interface for the integration.
This package contains development part of UniMRCP.


%package -n %{develname_st}
Summary: Media Resource Control Protocol Stack develnameopment
Group: Development/C
Provides: lib%{name}-static-devel = %{version}-%{release}
Provides: %{name}-static-devel = %{version}-%{release}
Requires:  %{name}-devel = %{version}-%{release}

%description -n %{develname_st}
UniMRCP is an open source cross-platform MRCP implementation, which provides
everything required for MRCP client and server side deployment.
UniMRCP encapsulates SIP/MRCPv2, RTSP, SDP and RTP stacks inside and provides
MRCP version independent user level interface for the integration.
This package contains development part of UniMRCP.


%prep
%setup -q

%build
[ ! -x ./bootstrap ] || ./bootstrap

perl -pi -w -e 's/lib\/pkgconfig/pkgconfig/g' configure
perl -pi -w -e 's/^confdir=([\W])\$\{prefix\}/confdir=$1\$\(DESTDIR\)\$\{prefix\}/g' configure
perl -pi -w -e 's/^logdir=([\W])\$\{prefix\}/logdir=$1\$\(DESTDIR\)\$\{prefix\}/g' configure
perl -pi -w -e 's/^datadir=([\W])\$\{prefix\}/datadir=$1\$\(DESTDIR\)\$\{prefix\}/g' configure

%configure2_5x \
    --sysconfdir=%{_sysconfdir}/%{name} \
    --with-apr=%{_datadir}/unimrcp-deps \
    --with-apr-util=%{_datadir}/unimrcp-deps \
    --with-sofia-sip=%{_datadir}/unimrcp-deps/lib \
    --with-sphinxbase=%{_libdir} \
    --with-pocketsphinx=%{_libdir} \
    --enable-pocketsphinx-plugin
#    --enable-flite-plugin \

%install
%makeinstall_std

install -d -m0775 %{buildroot}%{_sysconfdir}/%{name}
mv -f %{buildroot}/usr/conf %{buildroot}%{_sysconfdir}/%{name}/
mv -f %{buildroot}/usr/data %{buildroot}%{_sysconfdir}/%{name}/
mv -f %{buildroot}/usr/log %{buildroot}%{_sysconfdir}/%{name}/
mv -f %{buildroot}/usr/plugin %{buildroot}%{_sysconfdir}/%{name}/

install -d -m0775 %{buildroot}%{_sysconfdir}/rc.d/init.d
install -m755 %{SOURCE1} %{buildroot}%{_sysconfdir}/rc.d/init.d/%{name}server

%files
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/conf/*.xml
%config(noreplace) %{_sysconfdir}/%{name}/conf/*.xsd
%config(noreplace) %{_sysconfdir}/%{name}/conf/client-profiles/*.xml
%{_bindir}/*
%{_sysconfdir}/%{name}/plugin
%{_sysconfdir}/%{name}/data
%{_sysconfdir}/%{name}/log
%{_sysconfdir}/rc.d/init.d/*

%files -n %{libname}
%{_libdir}/*.so
%{_libdir}/*.so.*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc

%files -n %{develname_st}
%{_libdir}/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
+ Revision: 30293c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8813 |14cr|unimrcp-deps-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)apr(.*)|(.*)sofia(.*)'
%else
%define __find_provides %{nil}
%endif

%define devel %mklibname %{name} -d
%define libs %mklibname %{name}

Name:		unimrcp-deps
Version:	1.1.0
Release:	3

Summary:	Media Resource Control Protocol Stack
License:	Apache
Group:		System/Libraries
Url:		http://unimrcp.org

Source:		http://unimrcp.googlecode.com/files/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	autoconf
BuildRequires:	automake

%package -n %{libs}
Summary:	UniMRCP depends Stack shared librarries
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}

%package -n %{devel}
Summary:	UniMRCP depends Stack development
Group:		Development/C
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	lib%{name} = %{version}-%{release}

%description
UniMRCP depends on a number of third party tools and libraries, which are
required and must be installed first. Alternatively, the original packages
of APR, APR-Util and Sofia-SIP libraries and patches for them
can be downloaded from http://www.unimrcp.org/dependencies/

%description -n %{libs}
UniMRCP depends on a number of third party tools and libraries, which are
required and must be installed first. Alternatively, the original packages
of APR, APR-Util and Sofia-SIP libraries and patches for them
can be downloaded from http://www.unimrcp.org/dependencies/

%description -n %{devel}
UniMRCP depends on a number of third party tools and libraries, which are
required and must be installed first. Alternatively, the original packages
of APR, APR-Util and Sofia-SIP libraries and patches for them
can be downloaded from http://www.unimrcp.org/dependencies/

%prep
%setup -q

%build
cd libs/apr
%configure2_5x --enable-threads \
--includedir=%{_datadir}/%{name}/include \
--libdir=%{_datadir}/%{name}/lib \
--bindir=%{_datadir}/%{name}/bin \
--datadir=%{_datadir}/%{name} \
--prefix=%{_datadir}/%{name}
%make

cd ../apr-util
%configure2_5x --with-apr=../apr \
--includedir=%{_datadir}/%{name}/include \
--libdir=%{_datadir}/%{name}/lib \
--bindir=%{_datadir}/%{name}/bin \
--datadir=%{_datadir}/%{name} \
--prefix=%{_datadir}/%{name}
%make

cd ../sofia-sip
libtoolize --automake --force
aclocal -I m4 --force
autoheader --force
autoconf --force
automake --gnu --force-missing --add-missing
%configure2_5x --disable-rpath --with-glib=no \
--includedir=%{_datadir}/%{name}/include \
--libdir=%{_datadir}/%{name}/lib \
--bindir=%{_datadir}/%{name}/bin \
--datadir=%{_datadir}/%{name} \
--prefix=%{_datadir}/%{name}
%make

%install
install -d -m1775 %{buildroot}%{_datadir}/%{name}

cd libs/apr
%makeinstall_std
cd ../apr-util
%makeinstall_std
cd ../sofia-sip
%makeinstall_std

%files -n %{libs}
%{_datadir}/%{name}/lib

%files -n %{devel}
%{_datadir}/%{name}/include
%{_datadir}/%{name}/build-1
%{_datadir}/%{name}/bin
%{_datadir}/%{name}/sofia-sip



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-3
+ Revision: f4465b0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8814 |14cr|unison-2.40.102-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	File-synchronization tool for Unix and Windows
Name:		unison
Version:	2.40.102
Release:	2
License:	GPLv2+
Group:		File tools
Url:		http://www.cis.upenn.edu/~bcpierce/unison/
Source0:	%{name}-%{version}.tar.gz
Source1:	unison.png
Source2:	%{name}-%{version}-manual.pdf
Buildrequires:	ocaml
BuildRequires:	emacs-common
BuildRequires:	ocaml-lablgtk2-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
Requires:	openssh-clients
Requires:	x11-font-schumacher-misc
Requires:	rsync

%description
Unison is a file-synchronization tool for Unix and Windows. It allows
two replicas of a collection of files and directories to be stored on
different hosts (or different disks on the same host), modified
separately, and then brought up to date by propagating the changes in
each replica to the other. Unlike simple mirroring or backup
utilities, Unison can deal with updates to both replicas of a
distributed directory structure. Updates that do not conflict are
propagated automatically.  Conflicting updates are detected and
displayed. Unison can synchronize either locally (between volumes
mounted on the same computer) or remotely,between any pair of machines
connected to the internet, communicating over either a direct socket
link or tunneling over an rsh or an encrypted ssh connection. It is
careful with network bandwidth, and runs well over slow links such as
PPP connections. Unison is available for both Windows (95/98/NT/2K)
and Unix (Linux, Solaris). Moreover, Unison works across platforms,
allowing you to synchronize a Windows laptop with a Unix server, for
example.

%files
%doc NEWS RECENTNEWS TODO.txt README CONTRIB COPYING %{name}-%{version}-manual.pdf
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
make THREADS=true UISTYLE=gtk2

%install
mv src/* ./
install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_datadir}/pixmaps
cp -f %{SOURCE1} %{buildroot}%{_datadir}/pixmaps
cp -f %{SOURCE2} .

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=System;Utility;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.40.102-2
+ Revision: 13c6503
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8815 |14cr|unity-asset-pool-0.8.23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           unity-asset-pool
Version:        0.8.23
Release:        2
License:        CC-BY-SA
Summary:        Pool of assets for Unity (icons)
Url:            http://launchpad.net/unity-asset-pool
Group:          Graphical desktop/Other
Source:         %{name}-%{version}.tar.gz

BuildArch:      noarch
Provides:       unity-icon-theme = %{version}

%description
This package provides a pool of assets for Unity, currently all the icons.

%prep
%setup -q

%build

%install
# Install panel/launcher resources
pushd panel
for file in *; do
	install -D -m 0644 $file %{buildroot}%{_datadir}/unity/themes/$file
done
popd
pushd launcher
for file in *; do
	install -D -m 0644 $file %{buildroot}%{_datadir}/unity/themes/$file
done
popd
# Install unity-icon-theme
mkdir -p %{buildroot}%{_datadir}/icons/unity-icon-theme/
cp -a unity-icon-theme/* %{buildroot}%{_datadir}/icons/unity-icon-theme/
# Delete Ubuntu branding icons - will inherit the ones from the icon theme defined for GTK+
for file in "distributor-logo.png"; do
	find %{buildroot}%{_datadir} -name $file -type f -delete -print
done

%files
%doc COPYRIGHT README.txt
%{_datadir}/unity/
%{_datadir}/icons/unity-icon-theme




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.23-2
+ Revision: de6158f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8816 |14cr|unix2dos-2.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name unix2dos 
%define version 2.2
%define release 11

Summary:	Unix2dos - UNIX to DOS text file format converter
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	distributable
Group:		Text tools 
Source0:	http://ftp.topnz.ac.nz/FTP/Linux/%{name}-2.2.src.tar.bz2
Patch0:		%{name}-mkstemp.patch
Patch1:		%{name}-%{version}-segfault.patch
Patch2:		%{name}-%{version}-manpage.patch
URL:		http://www.mandriva.com
BuildRoot:	%{_tmppath}/%{name}-root

%description
A utility that converts plain text files in UNIX format to DOS format.

%prep

%setup -q -c
%patch0 -p1 -b .sec
%patch1 -p1 -b .segf
%patch2 -p1 -b .man
perl -pi -e "s,^#endif.*,#endif,g;s,^#else.*,#else,g" *.[ch]

%build
gcc %{optflags} -o %{name} unix2dos.c

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m755 %{name} %{buildroot}%{_bindir}
install -m644 %{name}.1 %{buildroot}%{_mandir}/man1

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc COPYRIGHT
%{_bindir}/%{name}
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-11
+ Revision: ed44387
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8817 |14cr|unixcw-3.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname cw %{major}
%define libnamedevel %mklibname cw -d

Name:		unixcw
Version:	3.1.1
Release:	1	
Summary:	Shared library for Morse programs
Group:		Communications
License:	GPLv2+
URL:		http://sourceforge.net/projects/unixcw
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}.tar.gz

%description
The UnixCW utilities add a general purpose CW library to your system, and
a small set of applications based around this library.  These applications
form a Morse code tutor suite, useful for Amateur and Marine radio operators.


%package -n	%libname
Summary:	Development files for %{name}
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n	%libname
UnixCW libraries.


%package -n	%libnamedevel
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%libnamedevel
UnixCW utility libraries.

%prep
%setup -q
%build
%configure2_5x --disable-static
%make 

%install
%makeinstall_std

#Fix permissions for binary files
chmod 0755 $RPM_BUILD_ROOT%{_bindir}/*

%files
%doc AUTHORS COPYING README
%doc README
%{_bindir}/*
%{_mandir}/man?/*

%files -n %{libname}
%{_libdir}/libcw.so.%{major}*


%files -n %{libnamedevel}
%{_libdir}/libcw.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Aug 17 2012 Rosa <rosa@rosa-build.rosalab.ru> 3.1.1-1
+ Revision: bcba468
- Automatic import for version 3.1.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8818 |14cr|unknown-horizons-2013.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define icon_name      uk

Name:		unknown-horizons
Version:	2013.2
Release:	2
Summary:	A popular economy and city building 2D RTS game
License:	GPLv2+ ; CC-BY-SA 3.0 ; OFL ;
Group:		Games/Strategy
Url:		http://www.unknown-horizons.org
# From github's tag
Source:		%{name}-%{version}.zip
Source1:	%{name}.svg
# Required, docbook-xsl-stylesheets : to build man page
BuildRequires:	docbook-style-xsl
BuildRequires:	fdupes
BuildRequires:	fife-devel >= 0.3.4
BuildRequires:	intltool
# Required, libxslt : to build man page
BuildRequires:	xsltproc
BuildRequires:	libxslt-devel
BuildRequires:	pkgconfig
BuildRequires:	python-devel
BuildRequires:	python-distutils-extra
BuildRequires:	desktop-file-utils
#Required imagemagick to fix desktop icon
BuildRequires:	imagemagick
Requires:	fife
Requires:	python
Requires:	python-yaml
Requires:	%{name}-data = %{version}
BuildArch:	noarch

%description
Unknown Horizons is a 2D real-time strategy simulation with an emphasis
on economy and city building. Expand your small settlement to a strong
and wealthy colony, collect taxes and supply your inhabitants with
valuable goods. Increase your power with a well balanced economy and
with strategic trade and diplomacy.

%package data
Summary:	Games data for the %{name} game
Conflicts:	%{name} < 2012.1
Requires:	%{name} = %{version}
BuildArch:	noarch

%description data
This package contains data files for %{name} game.

%prep
%setup -q

%build
# Build Unknown Horizons
python setup.py build

%install
python setup.py install \
  --prefix=%{_prefix} \
  --root=%{buildroot}
%find_lang %{name} %{name}-server %{name}.lang

rm %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
# KDE has problems handling icon files starting with 'unknown' followed by a dash
# (ex: unknown-horizons.svg) and displays unknown.* icon. We fix this by changing
# the icon name in .desktop file.
sed -i "s/Icon=unknown-horizons/Icon=%{icon_name}/" %{buildroot}%{_datadir}/applications/%{name}.desktop
install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{icon_name}.svg

desktop-file-install --vendor="" \
                     --dir %{buildroot}%{_datadir}/applications \
                     --remove-category="Simulation" \
                     %{buildroot}%{_datadir}/applications/%{name}.desktop

%files -f %{name}.lang
%doc doc/AUTHORS.md doc/GPL doc/GPL_fontexception doc/LICENSE doc/CC doc/OFL doc/CHANGELOG
%{_bindir}/%{name}
%{_mandir}/man6/%{name}.6.*
%{python_sitelib}/*.egg-info
%{python_sitelib}/horizons/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/scalable/apps/%{icon_name}.svg

%files data
%{_datadir}/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2013.2-2
+ Revision: 7a99793
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8819 |14cr|unpackssi-20030612-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	unpackssi
%define version	20030612
%define release	2

Name:		%{name}
Summary:	.SSI File Unpacker
Version:	%{version}
Release:	%{release}
Source0:	http://static.jonof.id.au/dl/%{name}.zip
Patch0:		unpackssi-20030612-mdv-linuxify.patch
URL:		http://www.jonof.id.au/misc#unpackssi

Group:		Archiving/Compression
BuildRoot:	%{_tmppath}/%{name}-%{version}
License:	GPLv2+

%description
This is a small program to extract the files from the .SSI package format
which Sunstorm Interactive expansion packs for games like Duke Nukem 3D
are distributed in.


%prep
%setup -q -c
%patch0 -p1

%build
%make CFLAGS="%{optflags} %{ldflags}"

%install
rm -rf %{buildroot}
install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc readme.txt
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20030612-2
+ Revision: ccca85a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8820 |14cr|unpaper-0.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Post-processing scanned and photocopied book pages
Name:		unpaper
Version:	0.4.2
Release:	2
License:	GPL
Group:		Graphics
# the newest version is 0.3, the old one was 1.1. Epoch is needed.
Epoch:		1
Source:		http://www.flameeyes.eu/files/%{name}-%{version}.tar.xz
Url:		http://unpaper.berlios.de/
BuildRequires:  netpbm                                                                                                                                                                                         
BuildRequires:  xsltproc

%description
unpaper is a post-processing tool for scanned sheets of paper,
especially for book pages that have been scanned from previously
created photocopies.  The main purpose is to make scanned book pages
better readable on screen after conversion to PDF. Additionally,
unpaper might be useful to enhance the quality of scanned pages before
performing optical character recognition (OCR).

unpaper tries to clean scanned images by removing dark edges that
appeared through scanning or copying on areas outside the actual page
content (e.g.  dark areas between the left-hand-side and the
right-hand-side of a double- sided book-page scan).  The program also
tries to detect disaligned centering and rotation of pages and will
automatically straighten each page by rotating it to the correct
angle. This is called "deskewing".  Note that the automatic processing
will sometimes fail. It is always a good idea to manually control the
results of unpaper and adjust the parameter settings according to the
requirements of the input. Each processing step can also be disabled
individually for each sheet.

Input and output files can be in either .pbm or .pgm format, as also
used by the Linux scanning tools scanimage and scanadf.  Conversion to
PDF can e.g. be achieved with the Linux tools pgm2tiff, tiffcp and
tiff2pdf.


%prep
%setup -q


%build
%configure2_5x
%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/doc

%files
%doc doc/img doc/index.html doc/unpaper.html README COPYING
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.4.2-2
+ Revision: b920b3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8821 |14cr|unrtf-0.21.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		unrtf
Version:	0.21.2
Release:	2
Source0:	http://ftp.gnu.org/gnu/unrtf/unrtf-%{version}.tar.gz
Source1:	http://ftp.gnu.org/gnu/unrtf/unrtf-%{version}.tar.gz.sig
URL:		http://www.gnu.org/software/unrtf/unrtf.html
License:	GPLv3
Buildroot:	%{_tmppath}/%{name}-%{version}
Summary:	RTF to other formats converter
Group:		Text tools

%description
UnRTF is a moderately complicated converter from RTF to other
formats, including HTML, LaTeX, text, and PostScript. Converting
to HTML, it supports tables, fonts, colors, embedded images,
hyperlinks, paragraph alignment among other things. All other
conversions are "alpha"--just begun.

%prep
%setup -q -n %{name}-%{version}
sed -i -e 's#/usr/local/lib/unrtf/#%{_datadir}/unrtf/#' src/main.h
sed -i -e 's#/usr/local/lib/unrtf/#%{_datadir}/unrtf/#' src/path.h
sed -i -e 's#/usr/local/lib/unrtf/#%{_datadir}/unrtf/#' src/my_iconv.h

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std
mv %{buildroot}/%{_libdir}/%{name} %{buildroot}/%{_datadir}/

%files
%defattr(-, root, root)
%doc AUTHORS README NEWS
%{_mandir}/man1/%{name}.1*
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*

%clean
rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.21.2-2
+ Revision: 729c94b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8822 |14cr|unsermake-0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		unsermake
Version:	0.4
Release:	6
Summary:	Buildsystem utility to supersed auto* tools
Summary(pt_BR):	Utilitário para sobreposição das ferramentas auto* em buildsystems
Group:		Development/Other
Group(pt_BR):	Utilitários
Group(es):	Utilitarios
License:	GPL
URL:		http://www.kde.org/
Source0:	%{name}-%{version}.tar.bz2
Source1:	unsermake.sh
Requires:	python
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch

%description
Buildsystem utility to supersed auto* tools

%description -l pt_BR
Utilitário para sobreposição das ferramentas auto* em buildsystems

%prep
%setup -q

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/unsermake
install -m644 *.py *.um %{buildroot}%{_datadir}/unsermake
install -m755 unsermake %{buildroot}%{_datadir}/unsermake

install -m755 %{SOURCE1} -D %{buildroot}/%{_sysconfdir}/profile.d/unsermake.sh

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc README COPYING TODO doc/{auug97.pdf,example.obj,unsermake-talk.sxi}
%{_datadir}/%{name}
%{_sysconfdir}/profile.d/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-6
+ Revision: fef8f6f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8823 |14cr|unshield-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A program to extract InstallShield cabinet files
Name:		unshield
Version:	1.0
Release:	1
License:	MIT
Group:		Networking/Other
Url:		http://synce.sourceforge.net/
Source0:	http://downloads.sourceforge.net/synce/%{name}-%{version}.tar.gz
BuildRequires:	libtool
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
Cabinet (.CAB) files are a form of archive, which is used by the InstallShield
installer software. The unshield program simply unpacks such files.

See http://synce.sourceforge.net/ for more information.

%files
%doc ChangeLog LICENSE README TODO
%{_bindir}/unshield
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library to extract InstallShield cabinet files
Group:		System/Libraries

%description -n %{libname}
Cabinet (.CAB) files are a form of archive, which is used by the InstallShield
installer software. The unshield program simply unpacks such files.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Cabinet (.CAB) files are a form of archive, which is used by the InstallShield
installer software. The unshield program simply unpacks such files.

%files -n %{devname}
%doc ChangeLog LICENSE README TODO
%{_includedir}/*
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./bootstrap
%configure2_5x \
	--with-ssl \
	--disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Aug 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-1
+ Revision: a3dd103
- New version 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8824 |14cr|untie-0.4-0.1.git14b92c7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 14b92c7

Summary: Process namespace creator
Name: untie
Version: 0.4
Release: %mkrel 0.1.git%{git}
License: GPL
Group: Shells
URL: http://guichaz.free.fr/untie
Source0: untie-%{version}-%{git}.tar.gz

%description
untie is a tool used to launch commands in new namespaces.

%prep
%setup -q

%build
make


%install
rm -rf
%makeinstall PREFIX=%{buildroot}/%{_prefix}

%clean
rm -rf


%files
%defattr(-,root,root)
%doc COPYING NEWS README
%{_sbindir}/*
%doc %{_mandir}/*/*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.4-0.1.git14b92c7
+ Revision: 4d22857
- Automatic import for version 0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8825 |14cr|unvanquished-0.28.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname Unvanquished


Name:           unvanquished
Version:        0.28.0
Release:        2
Summary:        Sci-fi RTS and FPS game
License:        GPLv3
Group:          Games/Arcade
Url:            http://unvanquished.net/
Source0:        http://unvanquished.net/downloads/sources/stripped/%{name}-%{version}.tar.xz
Source1:	unvanquished.png
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRequires:  gmp-devel
BuildRequires:  hicolor-icon-theme
BuildRequires:  jpeg-devel
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(glew)
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(libwebp)
BuildRequires:  pkgconfig(nettle)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(speex)
BuildRequires:  pkgconfig(theora)
BuildRequires:  pkgconfig(vorbis)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glut)
BuildRequires:  pkgconfig(geoip)
BuildRequires:  libtinyxml-devel
BuildRequires:  bzip2-devel
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(sdl2)
BuildRequires:  pkgconfig(speex)
BuildRequires:  pkgconfig(theora)
BuildRequires:  pkgconfig(vorbis)
BuildRequires:  pkgconfig(nettle)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(opus)
BuildRequires:  pkgconfig(opusfile)
BuildRequires:  pkgconfig(ncursesw)


Requires:       opengl-games-utils
Requires:       unvanquished-data >= %{version}
Suggests:       unvanquished-maps >= %{version}


%description
Players fight online in team based combat in a war of aliens against humans.

While the humans are equipped with weapons that they use to exterminate 
the alien presence, the aliens have only their pincers and a few special 
attacks, such as poison gas, and ranged electrical and projectile attacks. 
Players do not spawn at random points in the map; instead, each map has 
default spawn points and both teams are capable of moving 
them wherever they please. 
Both teams have other buildings that round out their base, 
such as machinegun turrets for the humans and barricades for the aliens. 
Either team wins by destroying the opposing team's spawn points 
and killing any remaining members of that team before they 
are able to build any more spawn points or the game timer ends.
This package only contains the game engine.

%prep
%setup -q 
iconv -f iso8859-1 -t utf-8 GPL.txt > GPL.txt.conv && mv -f GPL.txt.conv GPL.txt

%build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX="%{_libdir}" \
      -DCMAKE_INSTALL_BINDIR="%{_libdir}/%{oname}" \
      -DCMAKE_INSTALL_LIBDIR="%{_libdir}/%{oname}" \
      -DUSE_CURSES=0 \
      -DUSE_CIN_XVID=0 \
      -DUSE_INTERNAL_SDL=0 \
      -DUSE_INTERNAL_CRYPTO=0 \
      -DUSE_INTERNAL_JPEG=0 \
      -DUSE_INTERNAL_SPEEX=0 \
      -DUSE_INTERNAL_GLEW=0 \
      ..

%make

%install
# makinstall no longer provided
# Binaries
install -d %{buildroot}%{_libdir}/unvanquished/
cd build
install -m 755 daemon daemonded *.so %{buildroot}%{_libdir}/unvanquished/

# Game launcher
mkdir -p %{buildroot}%{_bindir}
cat >> %{buildroot}%{_bindir}/unvanquished <<EOF
#!/bin/sh
cd %{_libdir}/unvanquished
exec ./daemon +set fs_libpath "%{_libdir}/unvanquished" +set fs_basepath "%{_datadir}/unvanquished" "$@"
EOF
chmod +x %{buildroot}%{_bindir}/unvanquished

# Game server launcher
cat >> %{buildroot}%{_bindir}/unvanquished-server <<EOF
#!/bin/sh
cd %{_libdir}/Unvanquished
exec ./daemonded +set fs_libpath "%{_libdir}/unvanquished/" +set fs_basepath "%{_datadir}/unvanquished" "$@"
EOF
chmod +x %{buildroot}%{_bindir}/unvanquished-server

# Menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat >> %{buildroot}%{_datadir}/applications/unvanquished.desktop <<EOF
[Desktop Entry]
Categories=Game;ActionGame;
Name=Unvanquished
GenericName=sci-fi RTS and FPS mashup
Type=Application
Exec=unvanquished
Icon=unvanquished
EOF

# Icons
mkdir -p  %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/
install -Dm644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/unvanquished.png



%files
%doc GPL.txt COPYING.txt
%{_bindir}/*
%{_libdir}/unvanquished/
%{_datadir}/applications/unvanquished.desktop
%{_datadir}/icons/hicolor/128x128/apps/unvanquished.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.28.0-2
+ Revision: 5efa75b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8826 |14cr|unvanquished-data-0.28.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           unvanquished-data
Version:        0.28.0
Release:        2
Summary:        Sci-fi RTS and FPS game
License:        CC-BY-SA-2.5 and CC-BY-SA-3.0
Group:          Games/Arcade
Url:            http://unvanquished.net/
Source1:        http://www.unvanquished.net/downloads/pkg/training/resources_0.27.1.pk3
Source2:        http://www.unvanquished.net/downloads/pkg/unvanquished_%{version}.pk3
BuildArch:      noarch
Requires:       unvanquished >= 0.25.0

%description
Players fight online in team based combat in a war of aliens against humans.
This package only contains the game data files.

%prep
#nothing to do

%build
#nothing to do

%install
mkdir -p  %{buildroot}%{_datadir}/unvanquished/pkg/
install -m0644 %{SOURCE1} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE2} "%{buildroot}%{_datadir}/unvanquished/pkg/"

%files
%dir %{_datadir}/unvanquished
%dir %{_datadir}/unvanquished/pkg/
%{_datadir}/unvanquished/pkg/*.pk3
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.28.0-2
+ Revision: 6ac303f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8827 |14cr|unvanquished-maps-0.28.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Sci-fi RTS and FPS game
Name:		unvanquished-maps
Version:	0.28.0
Release:	2
License:	CC-BY-SA-2.5 and CC-BY-SA-3.0
Group:		Games/Arcade
Url:		https://github.com/Unvanquished/Unvanquished/blob/v%{version}/debian/configfiles/maprotation.cfg
# Update  every single source link, at package update.
Source0:	http://www.unvanquished.net/downloads/pkg/map-UTCS_trem.pk3
Source1:	http://www.unvanquished.net/downloads/pkg/map-arachnid2_trem.pk3
Source2:	http://www.unvanquished.net/downloads/pkg/map-chasm_b1.pk3
Source3:	http://www.unvanquished.net/downloads/pkg/map-forlorn_a4.pk3
Source4:	http://www.unvanquished.net/downloads/pkg/map-karith_trem.pk3
Source5:	http://www.unvanquished.net/downloads/pkg/map-methane-beta1_trem.pk3
Source6:	http://www.unvanquished.net/downloads/pkg/map-nano_trem.pk3
Source7:	http://www.unvanquished.net/downloads/pkg/map-nexus6_trem.pk3
Source8:	http://www.unvanquished.net/downloads/pkg/map-niveus_trem.pk3
Source9:	http://www.unvanquished.net/downloads/pkg/map-orion_trem.pk3
Source10:	http://www.unvanquished.net/downloads/pkg/map-parpax_d02d.pk3
Source11:	http://www.unvanquished.net/downloads/pkg/map-perseus_b4d.pk3
Source12:	http://www.unvanquished.net/downloads/pkg/map-plat23_b11.pk3
Source13:	http://www.unvanquished.net/downloads/pkg/map-plat23_b11+1.pk3
Source14:	http://www.unvanquished.net/downloads/pkg/map-spacetracks-r1_trem.pk3
Source15:	http://www.unvanquished.net/downloads/pkg/map-station15-r1_trem.pk3
Source16:	http://www.unvanquished.net/downloads/pkg/map-thunder_b3.pk3
Source17:	http://www.unvanquished.net/downloads/pkg/map-tremor_trem.pk3
Source18:	http://www.unvanquished.net/downloads/pkg/map-yocto_b2a+1.pk3
Requires:	unvanquished >= %{version}
BuildArch:	noarch

%description
Players fight online in team based combat in a war of aliens against humans.
This package only contains the map pack.

%files
%dir %{_datadir}/unvanquished
%dir %{_datadir}/unvanquished/pkg/
%{_datadir}/unvanquished/pkg/*.pk3

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p  %{buildroot}%{_datadir}/unvanquished/pkg/
install -m0644 %{SOURCE0} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE1} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE2} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE3} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE4} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE5} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE6} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE7} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE8} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE9} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE10} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE11} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE12} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE13} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE14} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE15} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE16} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE17} "%{buildroot}%{_datadir}/unvanquished/pkg/"
install -m0644 %{SOURCE18} "%{buildroot}%{_datadir}/unvanquished/pkg/"


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.28.0-2
+ Revision: 1154f4a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8828 |14cr|up-0.3-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Displays the uptime in a human readable format
Name:		up
Version:	0.3
Release:	13
License:	GPL
Group:		System/Base
URL:		http://www.burdell.org/up.php3
Source:		%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
up displays the uptime of the system accounting for decades, years, weeks,
days, hours, and minutes.  It can output the uptime in its standard hardcore
format or the standard 'uptime' (that program that comes with procps) format
for quick comparisons with other systems.

%prep

%setup -n %{name}-%{version}

%build
gcc %{optflags} -o up up.c

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -m755 up %{buildroot}%{_bindir}/
install -m644 up.1 %{buildroot}%{_mandir}/man1/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ChangeLog
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-13
+ Revision: 78dccec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8829 |14cr|updateads-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Update BIND ad server listings
Name:		updateads
Version:	1.0
Release:	6
License:	BSD-like
Group:		Monitoring
URL:		http://prefetch.net/code/updateads.pl.html
Source0:	http://prefetch.net/code/updateads.pl.bz2
Requires:	bind
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
updatedads.pl is a Perl script that can be used to retrieve and format the
latest list of well known ad servers for placement in a BIND zone file.

%prep

%setup -q -c -T
bzcat %{SOURCE0} > %{name}

%build

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 %{name} %{buildroot}%{_bindir}/%{name}

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-6
+ Revision: 902a644
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8830 |14cr|upnp-inspector-0.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarball_name UPnP-Inspector

Name: 		upnp-inspector
Summary: 	An UPnP Device and Service analyzer
Version: 	0.2.2
Release: 	4
Group: 		Networking/Other
License: 	MIT
URL: 		https://coherence.beebits.net/wiki/UPnP-Inspector
Source0: 	https://coherence.beebits.net/download/%{tarball_name}-%version.tar.bz2

BuildRequires: pkgconfig(python)
BuildRequires: pythonegg(setuptools) 
BuildRequires: imagemagick
BuildRequires: desktop-file-utils

Requires: 	pythonegg(twisted-mail)
Requires: 	pythonegg(coherence) >= 0.6.0
Requires: 	pygtk2.0
Requires:   	rpm-helper

Provides: 	UPnP-Inspector = %version

BuildArch:      noarch

%description
The Inspector is an UPnP Device and Service analyzer, and a debugging tool,
based on the Coherence DLNA/UPnP framework.
Modeled loosely after the Intel UPnP Device Spy and Device Validator.
It is a GUI to discover and explore UPnP devices on your network.
Detected devices are displayed in a tree-view, where actions can be called and
state-variables be queried.

%files
%doc LICENCE NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{py_puresitedir}/UPnP_Inspector*.egg-info
%{py_puresitedir}/upnp_inspector/


%prep
%setup -q -n %{tarball_name}-%version

%build
python setup.py build

%install
python setup.py install --skip-build --root=%{buildroot} 


# install icons
mkdir -p %{buildroot}%{_miconsdir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_liconsdir}
install -m 644 upnp_inspector/icons/inspector-logo.png %{buildroot}%{_iconsdir}/%name.png
convert -scale 16x16 upnp_inspector/icons/inspector-logo.png %{buildroot}%{_miconsdir}/%name.png
convert -scale 48x48 upnp_inspector/icons/inspector-logo.png %{buildroot}%{_liconsdir}/%name.png

# menu
mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=UPnP-Inspector
Comment=An UPnP Device and Service analyzer
Exec=upnp-inspector
Icon=upnp-inspector
StartupNotify=true
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Internet;X-MandrivaLinux-CrossDesktop;
EOF

desktop-file-validate  %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-4
+ Revision: f3ee4d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8831 |14cr|upse-1.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name upse
%define version 1.0.0
%define release 7

%define major 2.0.0
%define libname %mklibname upse %major
%define develname %mklibname -d upse

Summary: Playstation sound emulator
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://distfiles.atheme.org/%{name}-%{version}.tbz2
Patch0: upse-1.0.0-new-audacious.patch
Patch1: upse-disable-audacious.patch
License: GPLv2
Group: Sound
Url: http://nenolod.net/upse
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: libao-devel
BuildRequires: zlib-devel

%description
UPSE is a work in progress Playstation sound emulator. Unlike other
emulators (SexyPSF), UPSE supports playing back most (a few replayers
seem to have bugs or are dependent on some undocumented feature) PS1
module formats.

%package -n %libname
Summary: Playstation sound emulator library
Group: System/Libraries
%description -n %libname
UPSE is a work in progress Playstation sound emulator. Unlike other
emulators (SexyPSF), UPSE supports playing back most (a few replayers
seem to have bugs or are dependent on some undocumented feature) PS1
module formats.

%package -n %develname
Summary: Playstation sound emulator library
Group: Development/C
Requires: %libname = %version
Provides: libupse-devel = %version-%release

%description -n %develname
UPSE is a work in progress Playstation sound emulator. Unlike other
emulators (SexyPSF), UPSE supports playing back most (a few replayers
seem to have bugs or are dependent on some undocumented feature) PS1
module formats.

%if 0
BuildRequires: libaudacious-devel >= 5:1.4
%package -n audacious-upse
Summary: Playstation sound emulator plugin for Audacious
Group: Sound
Requires: audacious

%description -n audacious-upse
UPSE is a work in progress Playstation sound emulator. Unlike other
emulators (SexyPSF), UPSE supports playing back most (a few replayers
seem to have bugs or are dependent on some undocumented feature) PS1
module formats.

This adds Playstation sound emulation to the Audacious Media Player.
%endif

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%files
%defattr(-,root,root)
%doc NEWS  THANKS  TODO AUTHORS
%_bindir/upse123
%_mandir/man1/upse123.1*

%files -n %libname
%defattr(-,root,root)
%_libdir/libupse.so.%major
%_libdir/libupse.so.2

%files -n %develname
%defattr(-,root,root)
%_includedir/*
%_libdir/libupse.so

%if 0
%files -n audacious-upse
%defattr(-,root,root)
%_libdir/audacious/Input/upse-audacious.so
%endif





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-7
+ Revision: 251417f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8832 |14cr|upstart-0.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           upstart
Version:        0.6.3
Release:        2
Summary:        An event-driven init system

Group:          System/Configuration/Boot and Init
License:        GPLv2+
URL:            http://upstart.ubuntu.com
Source0:        http://upstart.ubuntu.com/download/0.6/upstart-%{version}.tar.bz2
Source1:	ttyX.conf
# (fc) 0.6.3-1mdv fix rc path
Patch0:		upstart-0.6.3-fix-rc-path.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
#Obsoletes: SysVinit < 2.87-2, sysvinit < 2.87-2
#Provides: SysVinit = 2.87-2, sysvinit = 2.87-2
Conflicts:	sysvinit
BuildRequires:  gettext
BuildRequires: 	dbus-devel
BuildRequires:	expat-devel

%description
Upstart is an event-based replacement for the /sbin/init daemon which
handles starting of tasks and services during boot, stopping them
during shutdown and supervising them while the system is running.

%prep
%setup -q
%patch0 -p1 -b .fix-rc-path

%build
%configure2_5x --sbindir=/sbin --libdir=/%{_lib}
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# libupstart and libnih aren't shipped
rm -f %{buildroot}/%{_lib}/libupstart.*
rm -f %{buildroot}/%{_lib}/libnih.*
rm -f %{buildroot}/%{_includedir}/libnih.h
rm -f %{buildroot}/%{_includedir}/libupstart.h
rm -rf %{buildroot}/%{_includedir}/nih
rm -rf %{buildroot}/%{_includedir}/upstart
rm -rf %{buildroot}/%{_datadir}/aclocal/compiler.m4
rm -rf %{buildroot}/%{_datadir}/aclocal/linker.m4
rm -rf %{buildroot}/%{_datadir}/aclocal/misc.m4

for i in 1 2 3 4 5 6 ; do
 cat %{SOURCE1} | sed -e "s,@TTY@,$i,g" > %{buildroot}/%{_sysconfdir}/init/tty$i.conf
 chmod 644 %{buildroot}/%{_sysconfdir}/init/tty$i.conf
done

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS
%doc COPYING
%doc NEWS
%doc README
%doc TODO
%doc HACKING
%{_sysconfdir}/init
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/*
/sbin/halt
/sbin/init
/sbin/initctl
/sbin/poweroff
/sbin/reboot
/sbin/runlevel
/sbin/shutdown
/sbin/start
/sbin/status
/sbin/stop
/sbin/telinit
/sbin/restart
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.3-2
+ Revision: 38cd75f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8833 |14cr|uptimed-0.3.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define	major 0
%define	libname	%mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	A daemon to record and keep track of system uptimes
Name:		uptimed
Version:	0.3.17
Release:	3
License:	GPLv2+
Group:		Monitoring
URL:		http://podgorny.cz/moin/Uptimed
Source0:	http://podgorny.cz/uptimed/releases/%{name}-%{version}.tar.bz2
Source2:	%{name}.init.systemd
Patch0:		uptimed-makefile.patch
Patch1:		uptimed-systemd.patch

%description
Uptimed is an uptime record daemon keeping track of the highest 
uptimes the system ever had. Instead of using a pid file to 
keep sessions apart from each other, it uses the system boot 
time. 

Uptimed has the ability to inform you of records and milestones 
though syslog and e-mail, and comes with a console front end to 
parse the records, which can also easily be used to show your 
records on your Web page.

%package -n %{libname}
Summary:	Generic libraries need by uptimed
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}

%description -n %{libname}
Generic libraries needed by uptimed.

%package -n %{develname}
Summary:	Generic libraries need by uptimed
Group:		Development/Other
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%mklibname %{name} 0 -d

%description -n %{develname}
Development files for uptimed.

%prep
%setup -q
#%patch0 -p0 -b .makefile
%patch1 -p1 -b .systemd
cp -a %{SOURCE2} ./etc/uptimed.service.in

# this was faster, and easier...
touch NEWS

%build
./bootstrap.sh
autoreconf -i
%configure --disable-static
%make

%install
%makeinstall_std 

mkdir -p %{buildroot}/var/spool/%{name}
install -m755 etc/uptimed.service -D %{buildroot}/lib/systemd/system/%{name}.service
mv %{buildroot}%{_sysconfdir}/uptimed.conf-dist %{buildroot}%{_sysconfdir}/uptimed.conf

%post
systemd-tmpfiles --create
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%doc AUTHORS CREDITS ChangeLog INSTALL.cgi INSTALL.upgrade README TODO sample-cgi/
%config(noreplace) %{_sysconfdir}/uptimed.conf
/lib/systemd/system/%{name}.service
%{_sbindir}/uptimed
%dir /var/spool/uptimed
%{_bindir}/uprecords
%{_mandir}/*/*

%files -n %{libname}
%{_libdir}/libuptimed.so.%{major}*

%files -n %{develname}
%{_libdir}/libuptimed.so

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.17-3
+ Revision: 62eb83c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8834 |14cr|uptodate-0.3.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:           uptodate
Summary:        Uptodate helps you to keep your system uptodate
Version:        0.3.1
Release:        13
URL:            http://voxel.jouy.inra.fr/darcs/uptodate
Source0:        http://voxel.jouy.inra.fr/darcs/uptodate/uptodate-%{version}.tar.bz2
License:        GPL
Group:          Networking/Other
Requires:       python >= 2.3
BuildRoot:      %{_tmppath}/%{name}-buildroot
BuildArch:      noarch
BuildRequires:  python-devel

%description
uptodate is powerful and user friendly command line tool which helps you to
know when a new version is available. It searches for new versions in a web
page, a ftp directory, etc, and shows you added and removed version since the
last search. If you update some softs by hand, if you are a package maintainer,
or if you simply want to know when the new version of your favorite game (or
everything else with a version) is out, uptodate is for you !

%prep

%setup

%build

%install
python setup.py install --root=%buildroot

%clean
/bin/rm -Rf %buildroot


%files
%defattr(0644, root, root, 0755)
%attr(0755,root,root) %{_bindir}/*
%{py_puresitedir}/*
%{_datadir}/locale/*/*/*
%config(noreplace) %{_sysconfdir}/bash_completion.d/uptodate
%doc COPYING README







%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-13
+ Revision: a0ab4e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8835 |14cr|uqm-0.6.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	uqm
%define version	0.6.2
%define release 10
%define	title		Ur-Quan Masters
%define	longtitle	The Ur-Quan Masters

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	The Ur-Quan Masters
License:	GPLv2
Group:		Games/Strategy
URL:		http://sc2.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/sc2/%{name}-%{version}-source.tar.bz2
Source1:	%{name}-16.png.bz2
Source2:	%{name}-32.png.bz2
Source3:	%{name}-48.png.bz2
Patch0:		%{name}-0.6.2-build.patch
Requires:	%{name}-content
BuildRequires:	SDL-devel >= 1.2.3
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	libvorbis-devel
BuildRequires:	libmikmod-devel
BuildRequires:	mesaglu-devel

%description
The Ur-Quan Masters is a port of the 3DO version of Star Control 2.

%prep
%setup -q -n %{name}-%{version}/sc2
%patch0 -p 2
bzcat %{SOURCE1} > %{name}-16.png
bzcat %{SOURCE2} > %{name}-32.png
bzcat %{SOURCE3} > %{name}-48.png

# create configuration
cat > config.state <<EOF
CHOICE_debug_VALUE='nodebug'
CHOICE_graphics_VALUE='opengl'
CHOICE_sound_VALUE='mixsdl'
CHOICE_ioformat_VALUE='stdio_zip'
INPUT_install_prefix_VALUE='%{_gamesbindir}'
INPUT_install_bindir_VALUE='%{_gamesbindir}'
INPUT_install_libdir_VALUE='%{_libdir}'
INPUT_install_sharedir_VALUE='%{_gamesdatadir}'
EOF


# non-readable debug
find . -name "*.c" -o -name "*.h" -o -name "*.cpp" |xargs chmod 0644
chmod 644 AUTHORS BUGS COPYING WhatsNew ChangeLog README Contributing
#

%build
./build.sh uqm < /dev/null


%install
perl -pi -e 's|%{_prefix}|%{buildroot}%{_prefix}|' build.vars
./build.sh uqm install

# icons
install -D -m 644 %{name}-48.png %{buildroot}%{_liconsdir}/%{name}.png 
install -D -m 644 %{name}-32.png %{buildroot}%{_iconsdir}/%{name}.png 
install -D -m 644 %{name}-16.png %{buildroot}%{_miconsdir}/%{name}.png

# menu
install -d -m 755 %{buildroot}%{_datadir}/applications
cat >  %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{title}
Comment=%{longtitle}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;StrategyGame;
EOF



%files
%doc AUTHORS BUGS COPYING WhatsNew ChangeLog README Contributing
%doc doc/users/manual.txt
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-10
+ Revision: 3cd2620
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8836 |14cr|uqm-3domusic-0.6.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	uqm
%define name		%{base_name}-3domusic
%define version		0.6.0
%define release		8

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Optional 3DO music package for Ur-Quan Masters game
License:	GPL
Group:		Games/Strategy
URL:		http://sc2.sourceforge.net
Source:		http://prdownloads.sourceforge.net/sc2/%{base_name}-%{version}-3domusic.uqm
Requires:	%{base_name}
BuildArch:	    noarch
ExcludeArch:    x86_64 amd64
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
The Ur-Quan Masters is a port of the 3DO version of Star Control 2.

%prep
%setup -c -q

%build

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{base_name}/content
cp -pr * %{buildroot}%{_gamesdatadir}/%{base_name}/content

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_gamesdatadir}/%{base_name}/content/credits/*
%{_gamesdatadir}/%{base_name}/content/ipanims/*
%{_gamesdatadir}/%{base_name}/content/lbm/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-8
+ Revision: fecadf4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8837 |14cr|uqm-content-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	uqm
%define name		%{base_name}-content

Name:		%{name}
Version:	0.7.0
Release:	2
Summary:	Mandatory content package for Ur-Quan Masters game
License:	GPL
Group:		Games/Strategy
URL:		http://sc2.sourceforge.net
Source:		http://sourceforge.net/projects/sc2/files/UQM/0.7/uqm-0.7.0-content.uqm
Requires:	%{base_name}
Provides:	%{base_name}-data
Obsoletes:	%{base_name}-data
BuildArch:	    noarch
ExcludeArch:    x86_64 amd64

%description
The Ur-Quan Masters is a port of the 3DO version of Star Control 2.

%prep
%setup -c -q

%build

%install
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{base_name}/content
cp -pr * %{buildroot}%{_gamesdatadir}/%{base_name}/content

%files
%defattr(-,root,root)
%{_gamesdatadir}/%{base_name}/content/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: b84614a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8838 |14cr|uqm-voice-0.6.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	uqm
%define name		%{base_name}-voice
%define version		0.6.0
%define release		9

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Optional speech package for Ur-Quan Masters game
License:	GPL
Group:		Games/Strategy
URL:		http://sc2.sourceforge.net
Source:		http://prdownloads.sourceforge.net/sc2/%{base_name}-%{version}-voice.uqm
Requires:	%{base_name}
BuildArch:      noarch
ExcludeArch:    x86_64 amd64
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
The Ur-Quan Masters is a port of the 3DO version of Star Control 2.

%prep
%setup -c -q

%build

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{base_name}/content
cp -pr * %{buildroot}%{_gamesdatadir}/%{base_name}/content

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_gamesdatadir}/%{base_name}/content/comm/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-9
+ Revision: b939e4e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8839 |14cr|uriparser-0.7.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname uriparser %{major}
%define develname %mklibname -d uriparser

Summary:	URI parsing library - RFC 3986
Name:		uriparser
Version:	0.7.6
Release:	2
Group:		System/Libraries
License:	BSD
URL:		http://uriparser.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		uriparser-0.7.5-doc_Makefile_in.patch
BuildRequires:	cpptest-devel
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	pkgconfig

%description
Uriparser is a strictly RFC 3986 compliant URI parsing library written in C.
uriparser is cross-platform, fast, supports Unicode and is licensed under the
New BSD license.

%package -n	%{libname}
Summary:	URI parsing library - RFC 3986
Group:          System/Libraries

%description -n	%{libname}
Uriparser is a strictly RFC 3986 compliant URI parsing library written in C.
uriparser is cross-platform, fast, supports Unicode and is licensed under the
New BSD license.

%package -n	%{develname}
Summary:	Development files for the uriparser library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Requires:	%{libname} >= %{version}

%description -n	%{develname}
This package contains libraries and header files for developing applications
that use uriparser.

%prep

%setup -q
sed -i 's/\r//' THANKS
sed -i 's/\r//' COPYING
iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,}
mv THANKS{.utf8,}

%build
autoreconf -fi
%configure2_5x \
 --disable-static
pushd doc
#    autoreconf -fi
    # Remove qhelpgenerator dependency, by commenting these lines in
    # Doxygen.in
    ## .qch output
    ## QCH_FILE = "../uriparser-doc-0.7.5.qch"
    ## QHG_LOCATION = "qhelpgenerator"
    sed -i 's/^# .qch output.*//' Doxyfile.in
    sed -i 's/^QCH.*//' Doxyfile.in
    sed -i 's/^QHG.*//' Doxyfile.in
    %make
popd

%make

%check
make check

%install
%makeinstall_std INSTALL="install -p"

find %{buildroot} -name '*.la' -exec rm -f {} ';'
rm -rf %{buildroot}%{_docdir}/uriparser-doc

%files -n %{libname}
%doc THANKS AUTHORS COPYING ChangeLog
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc doc/html
%{_datadir}/doc/%{name}/html/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.6-2
+ Revision: 16f8106
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8840 |14cr|urlmon-4.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	urlmon
%define version	4.0
%define release	9

Summary:	An URL monitor
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Patch0:		urlmon-4.0-perl-path.patch.bz2
License:	GPL
Group:		Networking/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
Url: http://www.ibiblio.org/pub/Linux/apps/www/mirroring/
Requires:	perl >= 5
Requires:	perl-Digest-MD5
Requires:	perl-libnet
Requires:	perl-MIME-Base64
Requires:	perl-HTML-Parser
Requires:	perl-libwww-perl
Requires:	perl-MD5
Buildarch:	noarch

%description
urlmon makes a connection to a web site and records the last_modified
time for that url. Upon subsequent calls, it will check the URL again,
this time comparing the information to the previously recorded
times. Since the last_modified data is not required to be given by the
http (it's optional), urlmon will then take an MD5 checksum.  This is
actually more accurate, as time stamps can be faked or
inaccurate. Filtering is possible, so that URLs whose content is
always changing (due to server-side parsing or some equivalent, as
often used in rotating adverstisements) can accurately be monitored.

%prep
%setup
%patch0 -p1 -b .perl-path

%build

%install
rm -rf $RPM_BUILD_ROOT

install -d %buildroot/%_bindir
install -m 755 urlmon %buildroot/%_bindir
install -m 755 nscape2urlmon %buildroot/%_bindir

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.txt FILTERS.txt MODULES.txt URLMONRC.txt COPYING
%doc contrib
%_bindir/urlmon
%_bindir/nscape2urlmon




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0-9
+ Revision: 60b8e04
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8841 |14cr|urpmc-1.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		urpmc
Summary:	User rpm change(s|log)
Version:	1.2
Release:	12
Source0:	http://ben.reser.org/mandrake/%{name}/%{name}-%{version}.tar.bz2
URL:		http://ben.reser.org/cvsweb/urpmc/
Group:		System/Configuration/Packaging
BuildArch:	noarch
License:	GPL
Requires:	perl >= 2:5.8.0
BuildRequires:	perl-devel >= 2:5.8.0

%description
urpmc will run urpmi.update on one or more media, get the list of packages
that an auto-select would install, and show the changelogs of those packages
from the hdlist.

This program should be suitable for adding to a cronjob so you can see what
updates you need to install and why.  Especially useful for cooker developers
so they can see what changes they are installing, not just the package names.

%prep
%setup -q

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_archlib}/perllocal.pod

%files
%doc README Changes COPYING
%{_mandir}/man1/*
%{_bindir}/%{name}

%changelog
* Mon Aug 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-12
+ Revision: 9d55c75
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8842 |14cr|urpmdiff-1.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	urpmdiff
%define version	1.9
%define release	6

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	A tool to show diffs between rpms
License:	GPL
Group:		Development/Other
Source0:	%{name}-%{version}.tar.bz2
Url:		http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/%{name}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	perl-devel

%description
%{name} shows the differences between two rpms. It's intended to help
packagers to know what has changed between an old and a new version of an rpm.
Its output is reminiscent of the unified diff format.

%prep
%setup -q -n %{name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean 
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog
%{_mandir}/*/*
%{_bindir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9-6
+ Revision: c64967a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8843 |14cr|urtconnector-0.9.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Advanced UrbanTerror launcher program
Name:           urtconnector
Version:        0.9.0
Release:        3
License:        GPLv3
Group:          Games/Other
Url:            http://code.google.com/p/%{name}/
Source0:        http://urtconnector.googlecode.com/files/%{name}-%{version}.tar.gz

BuildRequires:  qt4-devel
BuildRequires:  boost-devel
BuildRequires:  pkgconfig(phonon)
BuildRequires:  cmake
Requires:       qstat

%description
Primary developed by Vladislav Navrocky (=XaoC=vlad.ru),
=XaoC= and Loaded Arms Russian clans members.
This program uses Qt4, written in C++ and can
be run on windows, unix or mac.

%prep 
%setup -qn %{name}

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build

%files
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-3
+ Revision: 74b0985
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8844 |14cr|urtsb-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define         oname UrTSB
Summary:        Game Server Browser for the FPS Urban Terror
Name:           urtsb
Version:        0.4
Release:        2
License:        GPLv3
Group:          Games/Other
Source0:        http://urtsb.googlecode.com/files/%{oname}-%{version}.tar.gz
Url:            http://code.google.com/p/%{name}/
BuildRequires:  python-devel >= 2.6
Requires:       pygtk2.0

%description
UrTSB is a Game Server Browser for the First Person Shooter game Urban Terror 
(http://www.urbanterror.info), targeted to run on Linux and Windows.

Features:

* Server search (master server query)
* Filter results (including UrT specific game types)
* Display server details - players (with kills, ping) and server vars
* Manage favorites - add/remove servers to a favorites list
* Buddy list - manage a buddy list and search servers your buddies are playing 
  on (note: the search is case sensitive!). Supports sub-strings. For example 
  if you add only the string [clan-tag] a buddy search will return all servers
  where players with [clan-tag] in their name are playing. Good to see where 
  your clan m8s are playing :)
* of course launching Urban Terror with automatic connection to a selected 
  server
* view a list of servers you recently played on (if UrTSB was used to connect) 
  including date of last connection and number of connections
* RCON feature


%prep 
%setup -qn %{oname}-%{version}

%build
OVERRIDE_CFLAGS="%{optflags}" python setup.py build


%install
rm -rf %{buildroot}
#python setup.py install --skip-build --root %{buildroot} \
python setup.py install --skip-build --root=%{buildroot} \
                        --prefix=%{_prefix} \

#Icon installation
mkdir -p %{buildroot}%{_datadir}/pixmaps/
cp -p %{name}_src/resource/icons/logo.png       %{buildroot}%{_datadir}/pixmaps/%{name}.png

#Menu entry creation
%{__mkdir_p} %{buildroot}%{_datadir}/applications
%{__cat} > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=%{oname}
Comment=Game Server Browser for the FPS Urban Terror
GenericName=Game Server Browser for the FPS Urban Terror
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=ArcadeGame;
EOF


#%find_lang %name --all-name

%files
# -f %{name}.lang
%{_bindir}/%{name}
%{python_sitelib}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-2
+ Revision: a310a22
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8845 |14cr|usbip-0.1.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name usbip
%define version 0.1.7
%define release 5
%define libname %mklibname usbip 0
%define develname %mklibname -d usbip 0
%define develname_static %mklibname -d -s usbip 0

Name: %name
Summary: USB device sharing system over IP network
Version: %version
Release: %release
License: GPLv2+
Group: System/Configuration/Networking
Source0: http://downloads.sourceforge.net/project/usbip/%{name}/%{version}/%{name}-%{version}.tar.gz
Patch0: usbip-0.1.7-aux_dir.patch
Patch1:	usbip-0.1.7-usb.ids_dir.patch
URL: http://%name.sourceforge.net/

BuildRequires: glib2-devel >= 2.6.0
BuildRequires: sysfsutils-devel

%description
The USB/IP Project aims to develop a general USB device sharing system
over IP network. To share USB devices between computers with their full
functionality, USB/IP encapsulates "USB requests" into IP packets and
transmits them between computers. Original USB device drivers and
applications can be also used for remote USB devices without any
modification of them. A computer can use remote USB devices as if they
were directly attached; for example, we can:
  - USB storage devices: fdisk, mkfs, mount/umount, file operations,
    play a DVD movie and record a DVD-R media.
  - USB keyboards and USB mice: use with linux console and X Window
    System.
  - USB webcams and USB speakers: view webcam, capture image data and
    play some music.
  - USB printers, USB scanners, USB serial converters and USB Ethernet
    interfaces: ok, use fine.

%package -n %libname
Summary: Shared library for USB/IP utils
Group: System/Libraries

%description -n %libname
The USB/IP Project aims to develop a general USB device sharing system
over IP network. To share USB devices between computers with their full
functionality, USB/IP encapsulates "USB requests" into IP packets and
transmits them between computers. Original USB device drivers and
applications can be also used for remote USB devices without any
modification of them. A computer can use remote USB devices as if they
were directly attached; for example, we can:
  - USB storage devices: fdisk, mkfs, mount/umount, file operations,
    play a DVD movie and record a DVD-R media.
  - USB keyboards and USB mice: use with linux console and X Window
    System.
  - USB webcams and USB speakers: view webcam, capture image data and
    play some music.
  - USB printers, USB scanners, USB serial converters and USB Ethernet
    interfaces: ok, use fine.

This package contains shared library for USB/IP utils.

%package -n %develname
Summary: Development files for %libname
Group: Development/C
Provides: %name-devel = %version-%release
Provides: lib%name-devel = %version-%release
Requires: %libname = %version-%release

%description -n %develname
The USB/IP Project aims to develop a general USB device sharing system
over IP network. To share USB devices between computers with their full
functionality, USB/IP encapsulates "USB requests" into IP packets and
transmits them between computers. Original USB device drivers and
applications can be also used for remote USB devices without any
modification of them. A computer can use remote USB devices as if they
were directly attached; for example, we can:
  - USB storage devices: fdisk, mkfs, mount/umount, file operations,
    play a DVD movie and record a DVD-R media.
  - USB keyboards and USB mice: use with linux console and X Window
    System.
  - USB webcams and USB speakers: view webcam, capture image data and
    play some music.
  - USB printers, USB scanners, USB serial converters and USB Ethernet
    interfaces: ok, use fine.

This package contains the libraries and header files needed to develop
programs which make use of %name.


%package -n %develname_static
Summary: Development files for %libname
Group: Development/C
Provides: lib%name-static-devel = %version-%release
Requires: %name-devel = %version-%release
Provides: %{name}-static-devel = %version-%release

%description -n %develname_static
The USB/IP Project aims to develop a general USB device sharing system
over IP network. To share USB devices between computers with their full
functionality, USB/IP encapsulates "USB requests" into IP packets and
transmits them between computers. Original USB device drivers and
applications can be also used for remote USB devices without any
modification of them. A computer can use remote USB devices as if they
were directly attached; for example, we can:
  - USB storage devices: fdisk, mkfs, mount/umount, file operations,
    play a DVD movie and record a DVD-R media.
  - USB keyboards and USB mice: use with linux console and X Window
    System.
  - USB webcams and USB speakers: view webcam, capture image data and
    play some music.
  - USB printers, USB scanners, USB serial converters and USB Ethernet
    interfaces: ok, use fine.

This package contains the libraries and header files needed to develop
programs which make use of %name.


%package client
Summary: USB/IP client utility
Group: System/Configuration/Networking
Requires: kmod(vhci-hcd)

%description client
The USB/IP Project aims to develop a general USB device sharing system
over IP network. To share USB devices between computers with their full
functionality, USB/IP encapsulates "USB requests" into IP packets and
transmits them between computers. Original USB device drivers and
applications can be also used for remote USB devices without any
modification of them. A computer can use remote USB devices as if they
were directly attached; for example, we can:
  - USB storage devices: fdisk, mkfs, mount/umount, file operations,
    play a DVD movie and record a DVD-R media.
  - USB keyboards and USB mice: use with linux console and X Window
    System.
  - USB webcams and USB speakers: view webcam, capture image data and
    play some music.
  - USB printers, USB scanners, USB serial converters and USB Ethernet
    interfaces: ok, use fine.

This package contains USB/IP client utility.


%package server
Summary: USB/IP server utils
Group: System/Configuration/Networking
Requires: kmod(usbip-core)

%description server
The USB/IP Project aims to develop a general USB device sharing system
over IP network. To share USB devices between computers with their full
functionality, USB/IP encapsulates "USB requests" into IP packets and
transmits them between computers. Original USB device drivers and
applications can be also used for remote USB devices without any
modification of them. A computer can use remote USB devices as if they
were directly attached; for example, we can:
  - USB storage devices: fdisk, mkfs, mount/umount, file operations,
    play a DVD movie and record a DVD-R media.
  - USB keyboards and USB mice: use with linux console and X Window
    System.
  - USB webcams and USB speakers: view webcam, capture image data and
    play some music.
  - USB printers, USB scanners, USB serial converters and USB Ethernet
    interfaces: ok, use fine.

This package contains USB/IP client utils.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
pushd src
./autogen.sh
%configure2_5x --disable-usbids-install
%make
popd

%install
rm -rf %buildroot
%makeinstall -C src

%files -n %libname
%doc src/AUTHORS NEWS README
%_libdir/*.so.*

%files client
%doc src/README
%_bindir/%name

%files server
%doc src/README
%_bindir/%{name}d
%_bindir/bind_driver

%files -n %develname
%_libdir/*.so
%_includedir/*

%files -n %develname_static
%_libdir/*.a

%changelog
* Thu Jul 31 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.1.7-5
+ Revision: 4d57965
- Fixed 'Requires'



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8846 |14cr|usbmon-5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	usbmon
%define version	5.4
%define release	2

Name:		%name
Version:	%version
Release:	%release
Summary:	A basic front-end to usbmon
Group:		Development/Other
License:	GPLv2
URL:		http://people.redhat.com/zaitcev/linux/
Source:		http://people.redhat.com/zaitcev/linux/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
The usbmon program collects and prints a trace of USB transactions as they
occur between the USB core and HCDs. Analyzing the trace helps to debug the
kernel USB stack, device firmware, and applications.

%prep
%setup -q

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
install -p -m 644 -t $RPM_BUILD_ROOT/%{_mandir}/man8 usbmon.8
mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
install -p -m 755 -t $RPM_BUILD_ROOT/%{_sbindir} usbmon

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README COPYING
%{_sbindir}/usbmon
%{_mandir}/man8/usbmon.8*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.4-2
+ Revision: 4019b96
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8847 |14cr|usb-robot-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		usb-robot
Version:	0.2.0
Release:	1	
Summary:	USB Reverse engineering tools

Group:		Development/Other
License:	GPLv2
URL:		http://sourceforge.net/projects/usb-robot
Source0:	http://downloads.sourceforge.net/project/usb-robot/usb-robot/0.2.0/usb-robot-0.2.0.tar.gz

BuildRequires:	usb1-devel
BuildRequires:	libusb-devel
BuildRequires:	readline-devel

%description
usb-robot is a set of software tools for communicating with generic USB devices
from userspace using libusb. 

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

%files
%{_bindir}/%{name}-master
%{_bindir}/%{name}-slave
%doc README COPYING



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.2.0-1
+ Revision: 1e4647a
- Automatic import for version 0.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8848 |14cr|usbstress-0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    usbstress
%define version 0.3
%define release 8

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:	USB test Load
URL:		http://www.lrr.in.tum.de/Par/arch/usb/download/usbstress/
License:	GPL
Group:		System/Kernel and hardware
Source0:	%{name}-%{version}.tar.bz2
Patch0:		uhcidump.c.patch.bz2
Patch1:		ihex2hdr.c.patch.bz2
Buildroot:	 %{_tmppath}/%{name}-%{version}-root

%description
This is a USB stress test suite.  It requires an AnchorChips AN2131
based device, which is loaded with a special test firmware.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0
%patch1 -p0
sed -i s/-march=i686// Makefile.*

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%files
%attr(755,root,root)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%_bindir/usbstress
%_sbindir/uhcidump

%clean
rm -rf $RPM_BUILD_ROOT



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-8
+ Revision: 1a269b2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8849 |14cr|usbview-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	USB topology and device viewer
Name:		usbview
Version:	1.1
Release:	3
Group:		System/Kernel and hardware
License:	GPLv2+
URL:		http://www.kroah.com/linux-usb/
Source:		http://www.kroah.com/linux-usb//%{name}-%{version}.tar.bz2
BuildRequires:	gtk+2-devel imagemagick
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
USBView is a GTK program that displays the topography of the devices that are
plugged into the USB bus on a Linux machine. It also displays information on
each of the devices. This can be useful to determine if a device is working
properly or not.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

for i in 16x16 32x32 48x48; do
mkdir -p %{buildroot}%{_iconsdir}/hicolor/$i/apps
convert -resize $i %{name}_logo.xpm %{buildroot}%{_iconsdir}/hicolor/$i/apps/%{name}.png;
done

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;System;
EOF

%if %mdkversion < 200900
%post
%{update_menus}
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%clean_icon_cache hicolor
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/*
%{_mandir}/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: 9a95de5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8850 |14cr|usermin-1.510-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __spec_install_post %{nil}
%define __noautoreq 'perl\\(\\)'

Summary:	A web-based user account administration interface
Name:		usermin
Version:	1.510
Release:	3
Provides:	%{name}-%{version}
License:	BSD
Group:		System/Configuration/Other
URL:		http://www.usermin.com/
Source0:	http://heanet.dl.sourceforge.net/project/webadmin/%{name}/%{version}/%{name}-%{version}.tar.gz
Patch3:		usermin-1.440-never-fail-detect-os.patch
Requires:	perl
Requires(pre):	rpm-helper
Requires:	perl perl-Net_SSLeay 
BuildArch:	noarch

%description
A web-based user account administration interface for Unix systems.

After installation, enter the URL https://localhost:20000/ into your
browser and login as any user on your system.

%prep
%setup -q
%patch3 -p0

perl -pi -e 's|/tmp/.webmin|/root/.webmin|' *

%build
(find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl %{_bindir}/perl -
rm -f mount/freebsd-mounts-*
rm -f mount/openbsd-mounts-*
#chmod -R og-rxw .

%install
mkdir -p %{buildroot}{%{_sysconfdir}/{pam.d,sysconfig},%{_initrddir},%{_var}/run/usermin,%{_datadir}/usermin}

cp -rp * %{buildroot}%{_datadir}/usermin

cp usermin-daemon %{buildroot}%{_sysconfdir}/sysconfig/usermin
cp usermin-init %{buildroot}%{_initrddir}/usermin
cp usermin-pam %{buildroot}%{_sysconfdir}/pam.d/usermin

# Fix perms for rpmlint:
find %{buildroot}%{_datadir}/usermin ! -type d -exec chmod 644 {} \;

find %{buildroot}%{_datadir}/usermin \( \
	-type d \
	-o -name "*.sh" -o -name "*.cgi" \
	-o -name "install-module.pl" -o -name "web-lib.pl" \
	-o -name "miniserv.pl" -o -name "newmods.pl" \
	-o -name "cron_editor.pl" -o -name "autoreply.pl" \
	-o -name "theme.pl" -o -name "solaris-lib.pl" \
	-o -name "unixware-lib.pl" \
	-o -name "msctile2.jpg" -o -name "theme_by.jpg" \
	-o -name "webmin_logo.jpg" \
	\) \
	-exec chmod 755 {} \;

echo rpm >%{buildroot}%{_datadir}/usermin/install-type

%pre
perl <<EOD;
# maketemp.pl
# Create the /root/.webmin directory if needed
# ASkwar:
# This really needs to be /root/.webmin, because of (at least) the setup.sh
# script

\$tmp_dir = "/root/.webmin";

if (!-d \$tmp_dir) {
	mkdir(\$tmp_dir, 0755) || exit 1;
	chown(\$<, \$(, \$tmp_dir);
	chmod(0755, \$tmp_dir);
	}
@st = stat(\$tmp_dir);
if (@st && \$st[4] == \$< && \$st[5] == \$( && \$st[2] & 0x4000 &&
    (\$st[2] & 0777) == 0755) {
	exit 0;
	}
else {
	exit 1;
	}


EOD
if [ "$?" != "0" ]; then
	echo "Failed to create or check temp files directory /root/.webmin"
	exit 1
fi

%post
if [ "$1" != 1 ]; then
	# Upgrading the RPM, so stop the old usermin properly
	service usermin stop
fi
cd %{_datadir}/usermin
config_dir=%{_sysconfdir}/usermin
var_dir=%{_var}/run/usermin
perl=%{_bindir}/perl
autoos=1
port=20000
host=`hostname`
ssl=1
atboot=1
nochown=1
autothird=1
noperlpath=1
nouninstall=1
nostart=1
export config_dir var_dir perl autoos port host ssl nochown autothird noperlpath nouninstall nostart allow
./setup.sh > /root/tmp/usermin-setup.out 2>/root/tmp/usermin-setup.err

cat > %{_sysconfdir}/usermin/uninstall.sh <<EOFF
#!/bin/sh
printf "Are you sure you want to uninstall Usermin? (y/n) : "
read answer
printf "\n"
if [ "\$answer" = "y" ]; then
	echo "Removing usermin RPM .."
	#rpm -e --nodeps usermin
	urpme usermin
	echo "Done!"
fi
EOFF
chmod +x %{_sysconfdir}/usermin/uninstall.sh

%_post_service usermin

%preun
%_preun_service usermin

%postun
if [ "$1" = 0 ]; then
	grep root=%{_datadir}/usermin %{_sysconfdir}/usermin/miniserv.conf >/dev/null 2>&1
	if [ "$?" = 0 ]; then
		# RPM is being removed, and no new version of usermin
		# has taken it's place. Delete the config files
		rm -rf %{_sysconfdir}/usermin %{_var}/usermin
	fi
fi

%files
%doc LICENCE* README
#%{_libexecdir}/usermin
%{_datadir}/usermin
%config(noreplace) %{_sysconfdir}/sysconfig/usermin
%config(noreplace) %{_sysconfdir}/pam.d/usermin
%config(noreplace) %{_initrddir}/usermin

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.510-3
+ Revision: b4c498f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8851 |14cr|usermin-webmail-1.510-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __spec_install_post %{nil}
%define __noautoreq 'perl\\(\\)'

Summary:	A web-based user account administration interface with webmail
Name:		usermin-webmail
Version:	1.510
Release:	3
Provides:	%{name}-%{version}
License:	BSD
Group:		System/Configuration/Other
URL:		http://www.usermin.com/
Source:		http://prdownloads.sourceforge.net/webadmin/%{name}-%{version}.tar.gz
Patch3:		usermin-1.440-never-fail-detect-os.patch
Requires:	perl
Requires(pre):	rpm-helper
Requires:	perl perl-Net_SSLeay 
BuildArch:	noarch
Provides:	usermin = %{version}

%description
A web-based user account administration interface for Unix systems.
If you just want to use Usermin for web-based email, there is 
a modified package available with a better theme and default 
configuration for that purpose. It assumes that your system is 
already running a properly configured IMAP server such as Dovecot, 
but can be easily configured to read mail from Maildir or 
mbox-formatted directories instead.

After installation, enter the URL https://localhost:20000/ into your
browser and login as any user on your system.

%prep
%setup -q
%patch3 -p0

perl -pi -e 's|/tmp/.webmin|/root/.webmin|' *

%build
(find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl %{_bindir}/perl -
rm -f mount/freebsd-mounts-*
rm -f mount/openbsd-mounts-*
#chmod -R og-rxw .

%install
mkdir -p %{buildroot}{%{_sysconfdir}/{pam.d,sysconfig},%{_initrddir},%{_var}/run/usermin,%{_datadir}/usermin}

cp -rp * %{buildroot}%{_datadir}/usermin

cp usermin-daemon %{buildroot}%{_sysconfdir}/sysconfig/usermin
cp usermin-init %{buildroot}%{_initrddir}/usermin
cp usermin-pam %{buildroot}%{_sysconfdir}/pam.d/usermin

# Fix perms for rpmlint:
find %{buildroot}%{_datadir}/usermin ! -type d -exec chmod 644 {} \;

find %{buildroot}%{_datadir}/usermin \( \
	-type d \
	-o -name "*.sh" -o -name "*.cgi" \
	-o -name "install-module.pl" -o -name "web-lib.pl" \
	-o -name "miniserv.pl" -o -name "newmods.pl" \
	-o -name "cron_editor.pl" -o -name "autoreply.pl" \
	-o -name "theme.pl" -o -name "solaris-lib.pl" \
	-o -name "unixware-lib.pl" \
	-o -name "msctile2.jpg" -o -name "theme_by.jpg" \
	-o -name "webmin_logo.jpg" \
	\) \
	-exec chmod 755 {} \;

echo rpm >%{buildroot}%{_datadir}/usermin/install-type

%pre
perl <<EOD;
# maketemp.pl
# Create the /root/.webmin directory if needed
# ASkwar:
# This really needs to be /root/.webmin, because of (at least) the setup.sh
# script

\$tmp_dir = "/root/.webmin";

if (!-d \$tmp_dir) {
	mkdir(\$tmp_dir, 0755) || exit 1;
	chown(\$<, \$(, \$tmp_dir);
	chmod(0755, \$tmp_dir);
	}
@st = stat(\$tmp_dir);
if (@st && \$st[4] == \$< && \$st[5] == \$( && \$st[2] & 0x4000 &&
    (\$st[2] & 0777) == 0755) {
	exit 0;
	}
else {
	exit 1;
	}


EOD
if [ "$?" != "0" ]; then
	echo "Failed to create or check temp files directory /root/.webmin"
	exit 1
fi

%post
if [ "$1" != 1 ]; then
	# Upgrading the RPM, so stop the old usermin properly
	service usermin stop
fi
cd %{_datadir}/usermin
config_dir=%{_sysconfdir}/usermin
var_dir=%{_var}/run/usermin
perl=%{_bindir}/perl
autoos=1
port=20000
host=`hostname`
ssl=1
atboot=1
nochown=1
autothird=1
noperlpath=1
nouninstall=1
nostart=1
export config_dir var_dir perl autoos port host ssl nochown autothird noperlpath nouninstall nostart allow
./setup.sh > /root/tmp/usermin-setup.out 2>/root/tmp/usermin-setup.err

cat > %{_sysconfdir}/usermin/uninstall.sh <<EOFF
#!/bin/sh
printf "Are you sure you want to uninstall Usermin? (y/n) : "
read answer
printf "\n"
if [ "\$answer" = "y" ]; then
	echo "Removing usermin RPM .."
	#rpm -e --nodeps usermin
	urpme usermin
	echo "Done!"
fi
EOFF
chmod +x %{_sysconfdir}/usermin/uninstall.sh

%_post_service usermin

%preun
%_preun_service usermin

%postun
if [ "$1" = 0 ]; then
	grep root=%{_datadir}/usermin %{_sysconfdir}/usermin/miniserv.conf >/dev/null 2>&1
	if [ "$?" = 0 ]; then
		# RPM is being removed, and no new version of usermin
		# has taken it's place. Delete the config files
		rm -rf %{_sysconfdir}/usermin %{_var}/usermin
	fi
fi

%files
%defattr(-,root,root)
%doc LICENCE* README
#%{_libexecdir}/usermin
%{_datadir}/usermin
%config(noreplace) %{_sysconfdir}/sysconfig/usermin
%config(noreplace) %{_sysconfdir}/pam.d/usermin
%config(noreplace) %{_initrddir}/usermin




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.510-3
+ Revision: f949c0e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8852 |14cr|userspace-rcu-0.6.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname urcu %major
%define develname	%mklibname urcu -d

Name:		userspace-rcu
Summary:	Userspace RCU (read-copy-update) library
Version:	0.6.7
Release:	2
License:	LGPLv2.1+
Group:		System/Libraries
URL:		http://lttng.org/urcu
Source0:	http://lttng.org/files/urcu/%{name}-%{version}.tar.bz2

%description
liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data
synchronization library provides read-side access which scales linearly
with the number of cores. It does so by allowing multiples copies of a given
data structure to live at the same time, and by monitoring the data structure
accesses to detect grace periods after which memory reclamation is possible.

%package -n %{libname}
Summary:	Userspace RCU (read-copy-update) library

%description -n %{libname}
liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data
synchronization library provides read-side access which scales linearly
with the number of cores. It does so by allowing multiples copies of a given
data structure to live at the same time, and by monitoring the data structure
accesses to detect grace periods after which memory reclamation is possible.

%package -n %{develname}
Summary:	Development files for liburcu
Group:		Development/C
Requires:	%{libname} = %{version}

%description -n %{develname}
Development file for the userspace RCU library (liburcu).

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%if %{mdvver} < 201200
rm -f %{buildroot}%{_libdir}/*.la
%endif

%files -n %{libname}
%{_libdir}/liburcu*.so.%{major}*

%files -n %{develname}
%{_includedir}/urcu/
%{_includedir}/urcu*.h
%{_libdir}/liburcu*.so
%{_libdir}/pkgconfig/liburcu*.pc
%doc API.txt ChangeLog README



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.7-2
+ Revision: 28cd099
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8853 |14cr|ushare-1.1a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define name ushare
%define version 1.1a
%define release 7

Summary: UPnP (TM) A/V Media Server
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://ushare.geexbox.org/releases/%{name}-%{version}.tar.bz2
Source1: %{name}
Source2: ushare.crontab
Patch0: ushare-1.1a-fix-str-fmt.patch
Patch1:	01_all_ushare_build_system.patch
Patch3:	03_all_ushare_mp4_video_mime.patch
Patch4:	04_all_ushare_upnp_build_fix.patch
Patch5:	05_all_missing_headers.patch
License: GPLv2+
Group: Video
Url: http://ushare.geexbox.org/
Buildrequires: pkgconfig(libupnp)
Buildrequires: pkgconfig(libdlna)

%description
GeeXboX uShare is able to provide access to both images, videos, music or 
playlists files (see below for a complete file format support list).
It does not act as an UPnP Media Adaptor and thus,
can't transcode streams to fit the client requirements.

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%build
%setup_compile_flags
./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --enable-dlna
make

%install
%makeinstall_std

%find_lang %name

#Installing a better initscript
rm -rf %{buildroot}/etc/init.d
mkdir -p %{buildroot}/%{_initrddir}
mkdir -p %{buildroot}/etc/cron.daily
install -m 755 %SOURCE1 %{buildroot}/%{_initrddir}/ushare
install -m 755 %SOURCE2 %{buildroot}/etc/cron.daily/ushare

%post
%_post_service ushare

%preun
%_preun_service ushare

%files -f %name.lang
%{_initrddir}/ushare
%config(noreplace) %{_sysconfdir}/ushare.conf
%{_bindir}/ushare
%{_sysconfdir}/cron.daily/ushare

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1a-7
+ Revision: 80d7f50
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8854 |14cr|ustr-1.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %{mklibname %{name} 1}
%define libnamedevel %{mklibname %{name} -d}
%define libnamestaticdevel %{mklibname %{name} -d -s}

%define show_all_cmds       1
%define broken_fed_dbg_opts 1

%if %{show_all_cmds}
%define policy_cflags_hide HIDE=
%else
%define policy_cflags_hide %{nil}
%endif

%if %{broken_fed_dbg_opts}
# Variable name explains itself.
%define policy_cflags_broken DBG_ONLY_BAD_POLICIES_HAVE_THIS_EMPTY_CFLAGS=
%else
%define policy_cflags_broken %{nil}
%endif

%define policy_cflags %{policy_cflags_hide} %{policy_cflags_broken}

Name: ustr
Version: 1.0.4
Release: 4
Summary: String library, very low memory overhead, simple to import
Group: System/Libraries
License: MIT or LGPLv2+ or BSD
URL: http://www.and.org/ustr/
Source0: http://www.and.org/ustr/%{version}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
# BuildRequires: make gcc sed

%description
Micro string library, very low overhead from plain strdup() (Ave. 44% for
0-20B strings). Very easy to use in existing C code. At it's simplest you can
just include a single header file into your .c and start using it.
This package also distributes pre-built shared libraries.

%package -n %{libname}
Summary: String library, very low memory overhead, simple to import
Group: System/Libraries
Provides: %{name} = %{version}-%{release}

%description -n %{libname}
Micro string library, very low overhead from plain strdup() (Ave. 44% for
0-20B strings). Very easy to use in existing C code. At it's simplest you can
just include a single header file into your .c and start using it.
This package also distributes pre-built shared libraries.

%package -n %{libnamedevel}
Summary: Development files for %{name}
Group: Development/C
Provides: %{name}-devel = %{version}-%{release}
Requires: %libname = %version-%release

%description -n %{libnamedevel}
Header files for the Ustr string library, and the .so to link with.
Also includes a %{name}.pc file for pkg-config usage.
Includes the ustr-import tool, for if you jsut want to include
the code in your projects ... you don't have to link to the shared lib.

%package -n %{libnamestaticdevel}
Summary: Static development files for %{name}
Group: Development/C
Provides: %{name}-static-devel = %{version}-%{release}
Requires: %{name}-devel = %{version}-%{release}
Requires: %libnamedevel = %version-%release

%description -n %{libnamestaticdevel}
Static library for the Ustr string library.

%package -n %{libname}-debug
Summary: Development files for %{name}, with debugging options turned on
Group: Development/C
Provides:  %{name}-debug = %{version}-%{release}

%description -n %{libname}-debug
Dynamic libraries for a debug build of the Ustr string
library.

%package -n %{mklibname %{name}}-debug-devel
Summary: Development files for %{name}, with debugging options turned on
Group: Development/C
Provides: %{name}-debug-devel = %{version}-%{release}
Requires: %{name}-devel = %{version}-%{release}
Requires: %{name}-debug = %{version}-%{release}

%description -n %{mklibname %{name}}-debug-devel
Header files and dynamic libraries for a debug build of the Ustr string
library. Also includes a %{name}-debug.pc file for pkg-config usage.

%package -n %{mklibname %{name}}-debug-static-devel
Summary: Static development files for %{name}, with debugging options turned on
Group: Development/C
Provides: %{name}-debug-static = %{version}-%{release}
Requires: %{name}-debug-devel = %{version}-%{release}
Requires: %{name}-static-devel = %{version}-%{release}

%description -n %{mklibname %{name}}-debug-static-devel
Static library for the debug build of the Ustr string library.

%prep
%setup -q

%build
%{make} all-shared CFLAGS="%{optflags} -fPIC" %{policy_cflags}

%check
%{make} check %{policy_cflags}

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall} LDCONFIG=/bin/true HIDE=

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%post -n %{libname}-debug -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname}-debug -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-,root,root,-)
%doc ChangeLog LICENSE* README NEWS
%{_libdir}/libustr-1.0.so.*

%files -n %{libnamedevel}
%defattr(-,root,root,-)
%{_datadir}/ustr-%{version}
%{_bindir}/ustr-import
%{_includedir}/ustr.h
%{_includedir}/ustr-*.h
%exclude %{_includedir}/ustr*debug.h
%{_libdir}/pkgconfig/ustr.pc
%{_libdir}/libustr.so
%{_datadir}/doc/ustr-devel-%{version}
%{_mandir}/man1/*
%{_mandir}/man3/*

%files -n %{libnamestaticdevel}
%{_libdir}/libustr.a

%files -n %{libname}-debug
%defattr(-,root,root,-)
%{_libdir}/libustr-debug-1.0.so.*

%files -n %{mklibname %{name}}-debug-devel
%{_libdir}/libustr-debug.so
%{_includedir}/ustr-debug.h
%{_includedir}/ustr-conf-debug.h
%{_libdir}/pkgconfig/ustr-debug.pc

%files -n %{mklibname %{name}}-debug-static-devel
%{_libdir}/libustr-debug.a




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-4
+ Revision: 458aa8c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8855 |14cr|util-core-1.0.6-0.0.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define gcj_support     1

Name:           util-core
Version:        1.0.6
Release:        0.0.6
Epoch:          0
Summary:        org.freecompany.util.core
License:        MIT
Group:          Development/Java
URL:            http://www.freecompany.org/
# svn export https://svn.freecompany.org/public/util/tags/util-core-1.0.6
# zip -9r util-core-src-1.0.6.zip util-core-1.0.6
Source0:        http://repository.freecompany.org/org/freecompany/util/zips/util-core-src-%{version}.zip
Source1:        util-core-1.0.6-build.xml
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildRequires:  java-devel
BuildArch:      noarch
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
org.freecompany.util.core

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
%{__cp} -a %{SOURCE1} build.xml
%{__perl} -pi -e 's|<javac|<javac nowarn="true"|g' build.xml

%build
export CLASSPATH=$(build-classpath junit)
export OPT_JAR_LIST="ant/ant-junit"
%{ant} jar javadoc test

%install
%{__mkdir_p} %{buildroot}%{_javadir}
%{__cp} -a dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.db
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.so
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0.6-0.0.6
+ Revision: 8675a0e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8856 |14cr|util-multicaster-0.3.3-0.0.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define gcj_support     1

Name:           util-multicaster
Version:        0.3.3
Release:        0.0.6
Epoch:          0
Summary:        Utility classes for low-cost event dispatch to multiple listeners
License:        MIT
Group:          Development/Java
URL:            http://www.freecompany.org/
# svn export https://svn.freecompany.org/public/util/tags/util-multicaster-0.3.3
# zip -9r util-multicaster-src-0.3.3.zip util-multicaster-0.3.3
Source0:        http://repository.freecompany.org/org/freecompany/util/zips/util-multicaster-src-%{version}.zip
Source1:        util-multicaster-0.3.3-build.xml
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildRequires:  java-devel
BuildArch:      noarch
%endif

%description
The multicaster package provides utility classes for low-cost event dispatch 
to multiple listeners. Modeled after the AWTEventMulticaster this class 
provides type-safe and thread-safe generic method dispatch. The benefit of 
this approach to handling multiple listeners is the low overhead - when there 
is a single listener there is zero cost, and each additional listener requires 
only two additional method calls.

A basic implementation is provided, the DefaultMulticaster, which uses dynamic 
proxies to minimize the amount of new code that must be written in order to use 
a multicaster.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
cp -a %{SOURCE1} build.xml
perl -pi -e 's|<javac|<javac nowarn="true"|g' build.xml

%build
export CLASSPATH=$(build-classpath junit)
export OPT_JAR_LIST="ant/ant-junit"
%{ant} jar javadoc test

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_javadir}
cp -af dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -ra dist/doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.db
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.so
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.3.3-0.0.6
+ Revision: e447300
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8857 |14cr|util-services-0.2.0-0.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define gcj_support     1

Name:           util-services
Version:        0.2.0
Release:        0.0.5
Epoch:          0
Summary:        org.freecompany.util
License:        MIT
Group:          Development/Java
URL:            http://www.freecompany.org/
# svn export https://svn.freecompany.org/public/util/tags/util-services-0.2.0
# zip -9r util-services-src-0.2.9.zip util-services-0.2.9
Source0:        http://repository.freecompany.org/org/freecompany/util/zips/util-services-src-%{version}.zip
Source1:        util-services-0.2.0-build.xml
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildRequires:  java-devel
BuildArch:      noarch
%endif

%description
org.freecompany.util

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
cp -a %{SOURCE1} build.xml
%{__perl} -pi -e 's|<javac|<javac nowarn="true"|g' build.xml

%build
export CLASSPATH=$(build-classpath junit)
export OPT_JAR_LIST="ant/ant-junit"
%{ant} jar javadoc test

%install
%{__mkdir_p} %{buildroot}%{_javadir}
cp -ra dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -ra dist/doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.db
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.so
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.2.0-0.0.5
+ Revision: fd49457
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8858 |14cr|util-text-0.3.5-0.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define gcj_support     1

Name:           util-text
Version:        0.3.5
Release:        0.0.5
Epoch:          0
Summary:        org.freecompany.util
License:        MIT
Group:          Development/Java
URL:            http://www.freecompany.org/
# svn export https://svn.freecompany.org/public/util/tags/util-text-0.3.5
# zip -9r util-text-src-0.3.5.zip util-text-0.3.5
Source0:        http://repository.freecompany.org/org/freecompany/util/zips/util-text-src-%{version}.zip
Source1:        util-text-0.3.5-build.xml
Requires:       util-multicaster
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
BuildRequires:  util-multicaster
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildRequires:  java-devel
BuildArch:      noarch
%endif

%description
org.freecompany.util.text

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
cp -a %{SOURCE1} build.xml
%{__perl} -pi -e 's|<javac|<javac nowarn="true"|g' build.xml

%build
export CLASSPATH=$(build-classpath junit util-multicaster)
export OPT_JAR_LIST="ant/ant-junit"
%{ant} jar javadoc test

%install
%{__mkdir_p} %{buildroot}%{_javadir}
cp -ra dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -ra dist/doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.db
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.so
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.3.5-0.0.5
+ Revision: 551b00f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8859 |14cr|util-xml-dom2sax-1.0.4-0.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define gcj_support     1
%bcond_without          bootstrap

Name:           util-xml-dom2sax
Version:        1.0.4
Release:        0.0.5
Epoch:          0
Summary:        org.freecompany.util
License:        MIT
Group:          Development/Java
URL:            http://www.freecompany.org/
# svn export https://svn.freecompany.org/public/util/tags/util-xml-dom2sax-1.0.4
# zip -9r util-xml-dom2sax-src-0.2.9.zip util-xml-dom2sax-0.2.9
Source0:        http://repository.freecompany.org/org/freecompany/util/zips/util-xml-dom2sax-src-%{version}.zip
Source1:        util-xml-dom2sax-1.0.4-build.xml
Requires:       util-multicaster
%if %without bootstrap
Requires:       xmlwriter
%endif
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
BuildRequires:  util-multicaster
%if %without bootstrap
BuildRequires:  xmlwriter
%endif
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildRequires:  java-devel
BuildArch:      noarch
%endif

%description
org.freecompany.util

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
cp -a %{SOURCE1} build.xml
%{__perl} -pi -e 's|<javac|<javac nowarn="true"|g' build.xml

%build
%if %without bootstrap
export CLASSPATH=$(build-classpath junit util-multicaster xmlwriter)
export OPT_JAR_LIST="ant/ant-junit"
%{ant} jar javadoc test
%else
export CLASSPATH=$(build-classpath junit util-multicaster)
export OPT_JAR_LIST="ant/ant-junit"
%{ant} jar javadoc
%endif

%install
%{__mkdir_p} %{buildroot}%{_javadir}
cp -ra dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -ra dist/doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.db
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.so
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0.4-0.0.5
+ Revision: dc075b8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8860 |14cr|util-xml-editor-0.0.6-0.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define gcj_support     1

Name:           util-xml-editor
Version:        0.0.6
Release:        0.0.5
Epoch:          0
Summary:        org.freecompany.util
License:        MIT
Group:          Development/Java
URL:            http://www.freecompany.org/
# svn export https://svn.freecompany.org/public/util/tags/util-xml-editor-0.0.6
# zip -9r util-xml-editor-src-0.0.6.zip util-xml-editor-0.0.6
Source0:        http://repository.freecompany.org/org/freecompany/util/zips/util-xml-editor-src-%{version}.zip
Source1:        util-xml-editor-0.0.6-build.xml
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildRequires:  java-devel
BuildArch:      noarch
%endif

%description
org.freecompany.util

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
cp -a %{SOURCE1} build.xml
%{__perl} -pi -e 's|<javac|<javac nowarn="true"|g' build.xml

%build
export CLASSPATH=$(build-classpath junit)
export OPT_JAR_LIST="ant/ant-junit"
%{ant} jar javadoc

%install
%{__mkdir_p} %{buildroot}%{_javadir}
cp -ra dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -ra dist/doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.db
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.so
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.0.6-0.0.5
+ Revision: 3327549
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8861 |14cr|utimer-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	utimer
%define version 0.4
%define release 2

Summary:	Multifunction command-line timer
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.gz
License:	GPLv3+
Group:		File tools
Url:		https://launchpad.net/utimer
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	glib2-devel, intltool

%description
µTimer ("utimer", pronounced "micro-timer") is a multifunction timer
(command-line only). It provides a timer (e.g. count from 0 to 4
minutes), a countdown (e.g. count from 10 minutes to 0), and a
stopwatch.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README 
%_bindir/utimer
%_mandir/man1/utimer.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-2
+ Revision: f8e9257
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8862 |14cr|utrac-0.3.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Universal Text Recognizer and Converter
Name:		utrac
Version:	0.3.0
Release:	7
License:	GPL
Group:		File tools
URL:		http://utrac.sourceforge.net/
Source0:	http://utrac.sourceforge.net/download/utrac-%{version}.tar.bz2
Patch0:		utrac-fix-long-64bit.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
UTRAC stands for Universal Text Recognizer and Converter. It is a command line
tool and a library that recognize the encoding of an input file (ex: UTF-8,
ISO-8859-1, CP437...) and its end-of-line type (CR, LF, CRLF). 

%prep

%setup -q
%patch0 -p1

perl -pi -e "s|/usr/local|%{_prefix}|g" Makefile
perl -pi -e "s|/lib|/%{_lib}|g" Makefile
perl -pi -e "s|/man/man1|/share/man/man1|g" Makefile

%build

%make CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/utrac
install -d %{buildroot}%{_mandir}/man1

install -m0755 utrac %{buildroot}%{_bindir}/
install -m0644 charsets.dat %{buildroot}%{_datadir}/utrac/
install -m0644 utrac.1 %{buildroot}%{_mandir}/man1/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES CREDITS README TODO doc/*.xml
%dir %{_datadir}/utrac
%attr(0755,root,root) %{_bindir}/utrac
%attr(0644,root,root) %{_datadir}/utrac/charsets.dat
%attr(0644,root,root) %{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-7
+ Revision: c65b91a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8863 |14cr|uudeview-0.5.20-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname	%mklibname uu 

Name:           uudeview
Version:        0.5.20
Release:        14
License:	    GPLv2+
Group:          File tools
Source:         http://www.fpx.de/fp/Software/UUDeview/download/%{name}-%{version}.tar.bz2 
Patch:		    %{name}-%{version}-library.ltx.patch	
Patch1:		    uudeview-0.5.20-fix-str-fmt.patch
URL:            http://www.fpx.de/fp/Software/UUDeview/
Summary:        Help to transmit binary files over the internet
BuildRequires:  tcl-devel
BuildRequires:	transfig
BuildRequires:	texlive-scheme-tetex
BuildRequires:	texlive-a4wide

%description
Uudeview handles uuencoding, xxencoding, and base-64 encoding (MIME),
used on internet to transmit binary files.
It can do automatic splitting of large encodes and automatic posting.
A must for anyone serious encoding/decoding.

%package -n     %{libname}-static-devel
Summary:        Static library for developing apps which will use %{name}
Group:          Development/C
Provides:       libuu-static-devel = %{version}-%{release}
Provides:       uu-static-devel = %{version}-%{release}

%description -n %{libname}-static-devel
Static library for %{name}

%prep
%setup -q
%patch -p0
%patch1 -p0

%build
CFLAGS="%{optflags}" LDFLAGS="%ldflags" ./configure --prefix=%{_prefix} --libdir=%{_libdir}

%make
( cd doc/; make )

%install
%makeinstall

mkdir -p %{buildroot}%{_mandir}/man1
cp man/*.1 %{buildroot}%{_mandir}/man1/
rm -rf %{buildroot}%{_prefix}/man

mkdir -p %{buildroot}%{_libdir}/
mkdir -p %{buildroot}%{_includedir}/
cp uulib/libuu.a %{buildroot}%{_libdir}/
cp uulib/fptools.h uulib/uudeview.h uulib/uuint.h %{buildroot}%{_includedir}/

%files
%doc HISTORY IAFA-PACKAGE README doc uudeview.lsm
%{_mandir}/man*/*
%{_bindir}/*

%files -n %{libname}-static-devel
%doc README doc/structure.tex doc/test.txt doc/td*
%{_libdir}/*.a
%{_includedir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.20-14
+ Revision: cbcf1a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8864 |14cr|uzbl-0.0-0.20120514.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot 20120514

Name:		uzbl
Summary:	Web browser following the UNIX philosophy
Version:	0.0
Release:	%mkrel 0.%{snapshot}.1
Source0:	%{name}-%{snapshot}.tar.xz
Requires:	xclip
BuildRequires:	gtk+3-devel webkitgtk3-devel
Provides:	webclient
License:	GPLv3
Group:		Networking/WWW
URL:		http://www.uzbl.org/

%description
Uzbl follows the UNIX philosophy - "Write programs that do one thing
and do it well. Write programs to work together. Write programs to handle
text streams, because that is a universal interface."

 * very minimal graphical interface. You only see what you need
 * what is not browsing, is not in uzbl. Things like URL changing,
   loading/saving of bookmarks, saving history, downloads, ... are
   handled through external scripts that you write
 * controllable through various means such as FIFO and socket files,
   stdin, keyboard and more
 * advanced, customizable keyboard interface with support for modes,
   modkeys, multichars, variables (keywords) etc. (e. g. you can tweak
   the interface to be vim-like, emacs-like or any-other-program-like)
 * focus on plain text storage for your data and configs in simple,
   parseable formats
 * Uzbl keeps it simple, and puts you in charge.

%prep
%setup -q -n %name-%snapshot

%build
%make 

%install
%{__rm} -Rf %{buildroot}
%make DESTDIR=%buildroot PREFIX=%_prefix install
install -d %{buildroot}%{_docdir}
mv %{buildroot}%{_datadir}/%{name}/docs %{buildroot}%{_docdir}/%{name}

%clean
%{__rm} -Rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}-*
%{_datadir}/%{name}
%doc %{_docdir}/%{name}/*



%changelog
* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.0-0.20120514.1
+ Revision: 7a40279
- Automatic import for version 0.0-0.20120514.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8865 |14cr|v4l2ucp-2.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A universal control panel for all Video for Linux Two devices
Name:		v4l2ucp
Version:	2.0.2
Release:	4
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://v4l2ucp.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/v4l2ucp/v4l2ucp/2.0/%{name}-%{version}.tar.bz2
Patch0:		v4l2ucp-2.0.2-kernel-2.6.38.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	qt4-devel

%description
It reads a description of the controls that the V4L2 device 
supports from the device, and presents the user with a graphical 
means for adjusting those controls. It allows for controlling 
multiple devices. Controls can be updated with the device status 
either manually, or periodically. There is an easy way to reset 
one or all the controls to their default state

%prep
%setup -q %{name}-%{version}
%patch0 -p0 -b .kernel

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%doc README TODO
%{_bindir}/v4l2*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/*.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-4
+ Revision: abfbb68
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8866 |14cr|vacation-1.2.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:  Automatic mail answering program for Linux
Name:     vacation 
Version:  1.2.7.0
Release:  4
License:  GPL
Group:    Networking/Mail
Source:   http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
URL:      http://sourceforge.net/projects/vacation/
Requires: sendmail-command
BuildRequires: gdbm-devel

%description 
Vacation is the automatic mail answering program found
on many Unix systems. This version works with the sendmail 
restricted shell.

%prep
%setup -q

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1

install -s -m 755 vacation        %{buildroot}%{_bindir}/vacation
install -m 755 vaclook         %{buildroot}%{_bindir}/vaclook
install -m 444 vacation.man    %{buildroot}%{_mandir}/man1/vacation.1
install -m 444 vaclook.man     %{buildroot}%{_mandir}/man1/vaclook.1

%post
if [ -d /etc/smrsh/ ] ; then 
  ln -s /usr/bin/vacation /etc/smrsh
fi

%postun
if [ -L /etc/smrsh/vacation ] ; then 
  rm -f /etc/smrsh/vacation
fi

%files
%{_bindir}/vacation
%{_bindir}/vaclook
%{_mandir}/*/*
%doc COPYING README README.smrsh ChangeLog

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.7.0-4
+ Revision: 2633d85
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8867 |14cr|vacuum-im-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sname vacuum

%define major 1.17
%define libname %mklibname vacuumutils %{major}
%define devname %mklibname vacuumutils -d

Summary:	Crossplatform Jabber client written in Qt
Name:		%{sname}-im
Version:	1.2.1
Release:	2
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		http://www.vacuum-im.org/
Source:		http://vacuum-im.googlecode.com/files/%{sname}-%{version}.tar.xz
Patch0:		vacuum-1.2.1-linkage.patch
BuildRequires:	cmake >= 2.8
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(zlib)

%description
The core program is just a plugin loader - all functionality is made
available via plugins. This enforces modularity and ensures well defined
component interaction via interfaces.

%package -n %{libname}
Summary:	Shared library for Vacuum-IM
Group:		System/Libraries

%description -n %{libname}
This package includes shared libraris needed to work Vacuum-IM program.

%package -n %{devname}
Summary:	Development files for Vacuum-IM
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	vacuumutils-devel = %{version}-%{release}

%description -n %{devname}
This package includes files needed to develop Vacuum-IM modules.

%prep
%setup -q -n %{sname}-%{version}
%patch0 -p1

%build
%cmake \
	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
	-DINSTALL_SDK=1 \
	-DINSTALL_LIB_DIR=%{_lib}

%make

%install
%makeinstall_std -C build

install -D -m644 resources/menuicons/shared/mainwindowlogo128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
install -D -m644 resources/menuicons/shared/mainwindowlogo96.png %{buildroot}%{_datadir}/icons/hicolor/96x96/apps/%{name}.png
install -D -m644 resources/menuicons/shared/mainwindowlogo64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
install -D -m644 resources/menuicons/shared/mainwindowlogo48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -D -m644 resources/menuicons/shared/mainwindowlogo32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -D -m644 resources/menuicons/shared/mainwindowlogo24.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
install -D -m644 resources/menuicons/shared/mainwindowlogo16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png

sed -i "s/Exec=%{sname}/Exec=%{name}/;s/Icon=%{sname}/Icon=%{name}/" %{buildroot}%{_datadir}/applications/%{sname}.desktop

mv %{buildroot}%{_datadir}/applications/%{sname}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
mv %{buildroot}%{_datadir}/pixmaps/%{sname}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
mv %{buildroot}%{_bindir}/%{sname} %{buildroot}%{_bindir}/%{name}

%files
%doc %{_docdir}/%{sname}
%{_bindir}/%{name}
%{_libdir}/%{sname}
%{_datadir}/%{sname}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.png

%files -n %{libname}
%{_libdir}/libvacuumutils.so.%{major}*

%files -n %{devname}
%{_libdir}/libvacuumutils.so
%{_includedir}/%{sname}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-2
+ Revision: d14628e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8868 |14cr|vagalume-0.8.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name vagalume
%define version 0.8.5
%define release 2

Summary: Client for Last.fm and compatible music streaming services
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://vagalume.igalia.com/files/source/%{name}-%{version}.tar.gz
License: GPLv3
Group: Sound
Url: http://vagalume.igalia.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: libgstreamer-plugins-base-devel
BuildRequires: libxml2-devel
BuildRequires: gtk+2-devel
#gw or:
#BuildRequires: gtk+2-devel
BuildRequires: curl-devel
BuildRequires: dbus-glib-devel
BuildRequires: libnotify-devel >= 0.4.1
BuildRequires: libproxy-devel
BuildRequires: intltool


%description
Vagalume is a Last.fm client written using GTK+. 
Its main features are:
 * It plays Last.fm radio streams (using the v2.0 API)
 * It supports Libre.fm and other compatible servers
 * Support for different radio stations (personal, neighbours, loved tracks 
  or any lastfm:// URL)
 * It supports marking tracks as loved or banned
 * It can tag artists, tracks and albums
 * It can send recommendations to other users
 * It can add tracks to your playlist
 * It can download free tracks to your hard disk
 * It scrobbles tracks so they appear in your Last.fm webpage

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std
%find_lang %name

%clean
rm -rf %{buildroot}

%files -f %name.lang
%defattr(-,root,root)
%doc README AUTHORS THANKS TODO TRANSLATORS
%_bindir/%name
%_bindir/vagalumectl
%_datadir/pixmaps/%name.xpm
%_datadir/man/man1/*
%_datadir/applications/%name.desktop
%_datadir/%name
%_datadir/icons/hicolor/*/apps/%name.*
%_datadir/dbus-1/services/%name.service






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.5-2
+ Revision: 70309ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8869 |14cr|valknut-0.4.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		valknut
Version:		0.4.9
Release:		3
Summary:		QT based Direct Connect file sharing client
Group:		Networking/File transfer
License:		GPLv2+ and LGPLv3+
URL:		http://sourceforge.net/projects/wxdcgui/
Source0:		http://dl.sourceforge.net/wxdcgui/%{name}-%{version}.tar.bz2
Source1:		http://dl.sourceforge.net/wxdcgui/%{name}-%{version}-oxygen-icons.tar.gz
Source2:		http://dl.sourceforge.net/wxdcgui/%{name}-%{version}-gnome-icons.tar.gz
Source3:		valknut.desktop
Patch0:		valknut-0.4.9-fix-_exit-undefined-error.patch
BuildRequires:	dc-devel >= 0.3.23
BuildRequires:	qt4-devel >= 4.3.0
BuildRequires:	bzip2-devel
BuildRequires:	zlib-devel
BuildRequires:	openssl-devel
BuildRequires:	desktop-file-utils
Obsoletes:	dcgui

%description
This is a client for the Direct Connect file sharing protocol with a nice
GUI. It is compatible with other DC clients, such as the original DC from
Neomodus, DC++ and derivatives. It also inter-operates with all common DC
hub software.
This is QT4 version imported from MIB. PLF QT3 version is no longer supported.


%prep
%setup -qn %{name}-%{version}
%patch0 -p1

%build
%configure2_5x --enable-mt
%make


%install
rm -rf %{buildroot}
%makeinstall_std


# Install oxygen icon theme
tar xzf %{SOURCE1} -C %{buildroot}%{_datadir}/%{name}/icons/appl
# Install gnome icons theme
tar xzf %{SOURCE2} -C %{buildroot}%{_datadir}/%{name}/icons/appl

# Remove the provided .desktop file
rm %{buildroot}%{_datadir}/applications/valknut.desktop
# and install our own
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE3}


%files
%doc AUTHORS ChangeLog COPYING COPYING.OpenSSL INSTALL README TODO
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
# More concise?
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_mandir}/man1/%{name}.1.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.9-3
+ Revision: bc03882
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8870 |14cr|varnish-3.0.3-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname varnish %{major}
%define develname %mklibname varnish -d

Summary:	Varnish is a high-performance HTTP accelerator
Name:		varnish
Version:	3.0.3
Release:	17
License:	BSD
Group:		System/Servers
URL:		http://www.varnish-cache.org/
Source0:	http://repo.varnish-cache.org/source/varnish-%{version}.tar.gz
Source1:        varnish.service
Source3:        varnishncsa.service
Source4:        varnishlog.service
Source5:	varnish.logrotate
Source6:	default.vcl
Patch0:		varnish.varnishtest_debugflag.patch
Patch1:		varnish-3.0.3-link.patch
Patch2:		varnish-3.0.3-automake-1.13.patch
Patch3:		varnish-3.0.3-CVE-2013-4484.patch
BuildRequires:	ncurses-devel
BuildRequires:	libxslt-proc
BuildRequires:	pcre-devel
BuildRequires:	groff
# Varnish actually needs gcc installed to work. It uses the C compiler 
# at runtime to compile the VCL configuration files. This is by design.
Requires:	gcc
Requires(post): systemd
Requires(post): util-linux

%description
This is the Varnish high-performance HTTP accelerator. Documentation wiki and
additional information about Varnish is available on the following web site:
http://www.varnish-cache.org/

%package -n	%{libname}
Summary:	Shared libraries for varnish
Group:		System/Libraries

%description -n	%{libname}
Varnish is a high-performance HTTP accelerator.

This package provides the shared libraries for varnish.

%package -n	%{develname}
Summary:	Development headers and libraries for varnish
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
Varnish is a high-performance HTTP accelerator.

This package provides the development files for varnish.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p0

# Hack to get 32- and 64-bits tests run concurrently on the same build machine
case `uname -m` in
	ppc64 | s390x | x86_64 | sparc64 )
		sed -i '
			s,9001,9011,g;
			s,9080,9090,g;
			s,9081,9091,g;
			s,9082,9092,g;
			s,9180,9190,g;
		' bin/varnishtest/*.c bin/varnishtest/tests/*vtc
		;;
	*)
		;;
esac

mkdir examples
cp bin/varnishd/default.vcl etc/zope-plone.vcl examples

mkdir -p Mandriva
cp %{SOURCE5} Mandriva/varnish.logrotate
cp %{SOURCE6} Mandriva/default.vcl

%build
autoreconf -fi

%configure2_5x \
    --disable-static \
    --localstatedir=/var/lib

# We have to remove rpath - not allowed in Fedora
# (This problem only visible on 64 bit arches)
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g;
	s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install

%makeinstall_std INSTALL="install -p"

install -d %{buildroot}%{_sysconfdir}/varnish
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var/lib/varnish
install -d %{buildroot}/var/log/varnish

mkdir -p %{buildroot}%{_unitdir}
install -D -m 0644 %SOURCE1 %{buildroot}%{_unitdir}/varnish.service
install -D -m 0644 %SOURCE3 %{buildroot}%{_unitdir}/varnishncsa.service
install -D -m 0644 %SOURCE4 %{buildroot}%{_unitdir}/varnishlog.service
install -m0644 Mandriva/varnish.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/varnish
install -m0644 Mandriva/default.vcl %{buildroot}%{_sysconfdir}/varnish/default.vcl

# cleanup
find %{buildroot}/%{_libdir}/ -name '*.la' -exec rm -f {} ';'

mkdir -p %{buildroot}%{_tmpfilesdir}
cat <<EOF > %{buildroot}%{_tmpfilesdir}/%{name}.conf
d /run/varnish 0755 varnish varnish
EOF

# Use the new ld.so.conf.d
mkdir -p %{buildroot}/%{_sysconfdir}/ld.so.conf.d
pushd %{buildroot}/%{_sysconfdir}/ld.so.conf.d
echo "%{_libdir}/varnish" > %{name}.conf
popd

%pre
getent group varnish >/dev/null || groupadd -r varnish
getent passwd varnish >/dev/null || \
	useradd -r -g varnish -d /var/lib/varnish -s /sbin/nologin \
		-c "Varnish http accelerator user" varnish
exit 0

%post
if [ ! -f %{_sysconfdir}/%{name}/secret ]; then
	uuidgen > %{_sysconfdir}/%{name}/secret
	chown %{name}:adm %{_sysconfdir}/%{name}/secret
	chmod 0660 %{_sysconfdir}/%{name}/secret

	# While not strictly related, we also need to fix storage permissions from
	# older versions and the lack of a secret file is a good indicator
	find /var/lib/%{name}/ -uid 0 -exec chown %{name}:%{name} {} \;
fi
%_tmpfilescreate %{name}
%_post_service %{name} %{name} varnishlog varnishncsa

%preun
%_preun_service %{name} %{name} varnishlog varnishncsa

%files
%doc INSTALL README ChangeLog examples
%config(noreplace) %{_sysconfdir}/logrotate.d/varnish
%dir %{_sysconfdir}/varnish
%config(noreplace) %{_sysconfdir}/varnish/default.vcl
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/*
%{_unitdir}/varnish.service
%{_unitdir}/varnishncsa.service
%{_unitdir}/varnishlog.service
%{_tmpfilesdir}/%{name}.conf
%{_sbindir}/*
%{_bindir}/*
%attr(0755,varnish,varnish) %dir /var/lib/varnish
%attr(0755,varnish,varnish) %dir /var/log/varnish
%{_mandir}/man1/*.1*
%{_mandir}/man7/*.7*
%dir %{_libdir}/varnish
%{_libdir}/varnish/libvarnish.so
%{_libdir}/varnish/libvarnishcompat.so
%{_libdir}/varnish/libvcl.so
%{_libdir}/varnish/libvgz.so
%dir %{_libdir}/varnish/vmods
%{_libdir}/varnish/vmods/libvmod_std.so
%{_mandir}/man3/vmod_std.3*

%files -n %{libname}
%doc LICENSE
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_libdir}/lib*.so
%dir %{_includedir}/varnish
%{_includedir}/varnish/*.h
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.3-17
+ Revision: c50b122
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8871 |14cr|vavoom-1.33-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		vavoom
Version:	1.33
Release:	4
Summary:	Open source port of the DOOM game engine
Source0:	http://dl.sourceforge.net/vavoom/%{name}-%{version}.tar.bz2
Patch0:		vavoom-1.30-linkage.patch
Patch1:		vavoom-1.30-fix-str-fmt.patch
Patch2:		vavoom-1.33-sfmt.patch
URL:		http://vavoom-engine.com/
Group:		Games/Arcade
License:	GPLv2+

BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(allegro)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(openal)
BuildRequires:	libmikmod-devel
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(gl)
BuildRequires:	jpeg-devel >= 1.3.0
BuildRequires:	wxgtku-devel
Suggests:	vavoom-vmdl
Suggests:	TiMidity++

%description
Vavoom is an open-source port of Doom, the classic 3D first-person shooter
game.  It adds some extra features to Doom such as translucency
and freelook support.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1
# This one line sed command is easier than trying to muck with the Makefile
# to add the proper -D definition.
%__sed -i "s|#define FL_BASEDIR.*|#define FL_BASEDIR \"%{_gamesdatadir}/%{name}\"|" source/files.h

%build
%cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
	-DBINDIR=%{_gamesbindir} \
	-DDATADIR=%{_gamesdatadir}/%{name} \
	-DWITH_SDL=Y \
	-DWITH_OPENGL=Y \
	-DWITH_OPENAL=Y \
	-DWITH_FLAC=Y \
	-DWITH_ALLEGRO=N

# The Makefile doesn't do parallel builds correctly.
make

%install
%makeinstall_std -C build

%__cat << EOF > %{name}.desktop
[Desktop Entry]
Name=Freedoom
Comment=Freedoom with the Vavoom engine
Exec=vavoom
Icon=arcade_section
Terminal=false
Type=Application
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

desktop-file-install --vendor="" \
	--dir %{buildroot}%{_datadir}/applications \
	%{name}.desktop


%files
%doc docs/*.log docs/gnu.txt docs/vavoom.txt
%{_gamesbindir}/*
%{_gamesdatadir}/*
%{_datadir}/applications/*.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.33-4
+ Revision: 5cb0ac8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8872 |14cr|vavoom-vmdl-1.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	vavoom
%define	name	%{oname}-vmdl
%define	version	1.4.3
%define release	3

Name:		%{name}
Version:	%{version}
Release:	%{release}
Epoch:		1
Summary:	VMDL files for %{oname}
Group:		Games/Arcade
License:	GPL
URL:		http://vavoom-engine.com/
Source0:	http://dl.sourceforge.net/vavoom/vmodels-doom-%{version}.zip
Source1:	http://dl.sourceforge.net/vavoom/vmodels-heretic-%{version}.zip
Source2:	http://dl.sourceforge.net/vavoom/vmodels-hexen-%{version}.zip
Source3:	http://dl.sourceforge.net/vavoom/vmodels-strife-%{version}.zip
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Requires:	%{oname}

%description
3D model files to replace many of the game sprites.

%prep
%setup -q -c -b 1 -b 2 -b 3 -n %{name}-%{version}

%build
# Move the documentation files around to make it easier for packaging
for i in doom heretic hexen strife ; do
    mkdir $i
    mv basev/$i/*.txt $i
done

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}
cp -ar basev %{buildroot}%{_gamesdatadir}/%{oname}

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%{_gamesdatadir}/%{oname}/basev/doom
%{_gamesdatadir}/%{oname}/basev/strife
%{_gamesdatadir}/%{oname}/basev/heretic
%{_gamesdatadir}/%{oname}/basev/hexen
%doc doom heretic hexen strife





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.4.3-3
+ Revision: 79d1659
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8873 |14cr|vbam-1.8.0.1159-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define revision	1159

Name:		vbam
Version:	1.8.0.%{revision}
Release:	3

Summary:	A GameBoy Advance emulator
License:	GPLv2+
Group:		Emulators
URL:		http://sourceforge.net/projects/vbam
Source0:	http://sourceforge.net/projects/vbam/files/VBA-M%20svn%20r%{revision}/%{name}-%{version}-src.tar.bz2
Patch0:		vbam-1.8.0-glibc2.10-fix.patch

BuildRequires:	cmake
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(gtkglextmm-1.2)
BuildRequires:	pkgconfig(libglademm-2.4)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	ffmpeg-devel
BuildRequires:	sfml-graphics-devel
BuildRequires:	sfml-network-devel
BuildRequires:	sfml-system-devel
BuildRequires:	sfml-window-devel
BuildRequires:	desktop-file-utils

%description
VisualBoyAdvance-M is a GameBoy Advance emulator.
It is based on VisualBoyAdvance and integrates the best 
features from the various other forks.

It also features a GTK frontend.

%prep
%setup -q -c
%patch0 -p1

%build
cmake . -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DENABLE_WX=OFF

%make

%install
%makeinstall_std

#man page
%__install -d -m 755 %{buildroot}%{_mandir}/man1
%__install -m 644 debian/vbam.1 %{buildroot}%{_mandir}/man1

#xdg menu
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-key="Encoding" \
  --add-category="X-MandrivaLinux-MoreApplications-Emulators" \
  --dir %{buildroot}%{_datadir}/applications/ \
  %{buildroot}%{_datadir}/applications/*

%find_lang g%{name}

%files -f g%{name}.lang
%doc doc/ReadMe.SDL.txt doc/DevInfo.txt
%{_bindir}/*vbam
%config(noreplace) %{_sysconfdir}/vbam.cfg
%{_datadir}/vbam
%{_datadir}/applications/gvbam.desktop
%{_iconsdir}/hicolor/*/apps/vbam.*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0.1159-3
+ Revision: 13bbc5e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8874 |14cr|vblade-20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name vblade
%define version 20
%define release 3

# (Nanar) TODO: An initscript !!

Summary: Programs to export AoE block device
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tgz
License: GPLv2
Group: System/Kernel and hardware
Url: http://sourceforge.net/projects/aoetools/
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
The vblade program (storage target) exports a block device using AoE.

%prep
%setup -q

%build
%make CFLAGS="%optflags"

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p %buildroot{%_sbindir,%_mandir/man8}

install vblade  %buildroot%_sbindir/vblade
install vblade.8 %buildroot%_mandir/man8/vblade.8

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc HACKING NEWS README
%_sbindir/*
%_mandir/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20-3
+ Revision: d9b3771
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8875 |14cr|vboxtool-0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		vboxtool
%define version		0.4
%define release		%mkrel 1 

BuildArch:		noarch

Name:			%{name} 
Summary:		Easy control of virtual machines of VirtualBox on a Linux headless server
Version:		%{version} 
Release:		%{release}
Source0:		%{name}-%{version}.zip
Source1:		machines.conf
Source2:		vboxtool.conf
Patch0:			vboxtool.patch
Patch1:			vboxtoolinit.patch
URL:			http://sourceforge.net/projects/%{name}/ 


Group:			Emulators 
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-buildroot 
License:		GPLv3 
Requires(pre):		rpm-helper
Requires(preun):	rpm-helper


%description
Easy control of VM of VirtualBox on a Linux headless server.


%prep 
%setup -q -T -a0 -c
%patch0 -p0 -b .patch
%patch1	-p0 -b .patch

chmod 644 readme.txt 
chmod 644 COPYING.txt 
chmod 644 changelog.txt


%build
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/%{_prefix}/bin/
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/
cp -f script/vboxtool $RPM_BUILD_ROOT/%{_prefix}/bin/
cp -f script/vboxtoolinit $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/
cp -f %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/
cp -f %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/
chmod 644 $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/*


%clean
rm -rf $RPM_BUILD_ROOT


%post
%_post_service vboxtoolinit



%preun
%_preun_service vboxtoolinit


%files
%defattr(-,root,root)
%doc readme.txt COPYING.txt changelog.txt
%config(noreplace) %{_sysconfdir}/%{name}/machines.conf
%config(noreplace) %{_sysconfdir}/%{name}/vboxtool.conf 
%{_prefix}/bin/%{name}
%{_sysconfdir}/init.d/vboxtoolinit



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.4-1
+ Revision: 341c506
- Automatic import for version 0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8876 |14cr|vc-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %nil
%define major 0
%define beta %{nil}
%define scmrev %{nil}
%define devname %mklibname vc -d -s

Name: vc
Version: 0.7.1
%if "%{beta}" == ""
%if "%{scmrev}" == ""
Release: 2
Source: http://code.compeng.uni-frankfurt.de/attachments/download/161/Vc-%version.tar.gz
%else
Release: 0.%{scmrev}.1
Source: %{name}-%{scmrev}.tar.xz
%endif
%else
%if "%{scmrev}" == ""
Release: 0.%{beta}.1
Source: %{name}-%{version}%{beta}.tar.bz2
%else
Release: 0.%{beta}.%{scmrev}.1
Source: %{name}-%{scmrev}.tar.xz
%endif
%endif
BuildRequires: cmake gcc-c++
Summary: Library to ease explicit vectorization of C++ code
URL: http://code.compeng.uni-frankfurt.de/projects/vc
License: LGPLv3
Group: System/Libraries

%track
prog %{name} = {
	url = http://code.compeng.uni-frankfurt.de/projects/vc/files
	regex = "Vc-(__VER__)\.tar\.gz"
	version = %{version}
}

%description
Vc is a free software library to ease explicit vectorization of C++ code.

It has an intuitive API and provides portability between different
compilers and compiler versions as well as portability between different
vector instruction sets.

Thus an application written with Vc can be compiled for

    AVX
    SSE2 up to SSE4.2
    SSE4a, XOP, and FMA4
    Scalar (fallback which works everywhere)
    LRBni support disabled, waiting for MIC

%package -n %{devname}
Summary: Development files for %{name}
Group: Development/C
Provides: %name-devel

%description -n %{devname}
Development files (Headers etc.) for %{name}.

%prep
%if "%{scmrev}" == ""
%setup -q -n Vc-%{version}%{beta}
%else
%setup -q -n Vc
%endif

%build
%cmake
%make

%install
%makeinstall_std -C build

%files -n %{devname}
%_includedir/Vc
%_prefix/lib/cmake/Vc
%_libdir/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-2
+ Revision: 1750d36
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8877 |14cr|vcg-1.30-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define name vcg
%define version 1.30
%define rel 10
%define release %{rel}

Summary: The VCG visualization tool for compiler graphs
Name: %name
Version: %version
Release: %release
License: GPL
Group: Graphics
URL: http://www.cs.uni-sb.de/RW/users/sander/html/gsvcg1.html
Source: ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/vcg.tar.bz2
Patch0: vcg.1.30-fix-build.patch
Patch1: vcg.1.30-fix-link.patch

BuildRequires: pkgconfig(x11)

%description
The VCG tool reads a textual and readable specification of a 
graph and visualizes the graph.  If not all positions of 
nodes are fixed, the tool layouts the graph using several 
heuristics as reducing the number of crossings, minimizing 
the size of edges, centering of nodes.  The specification 
language of the VCG tool is nearly compatible to GRL, the 
language of the edge tool, but contains many extensions.  The 
VCG tool allows folding of dynamically or statically specified 
regions of the graph.  It uses colors and runs on X11.

%prep 
%setup -q -n %{name}.%{version}
%patch0 -p1 -z .pix
%patch1 -p0 -b .link

%build
make xvcg_gcc_noxmkmf xvcg CFLAGS="-c %{optflags -wall}"

%install
install -d %buildroot/{%{_bindir},%{_mandir}/manl}
make SED=sed BINDIR=%buildroot/%{_bindir} MANDIR=%buildroot/%{_mandir}/man1 MANEXT=1 install

cp -f demo/demo.csh expl
chmod 644 expl/cfg.vcg


%files
%doc COPYING README expl
%{_bindir}/*
%{_mandir}/*/*



%changelog
* Sat Mar 29 2014 SymbianFlo <symbianflo@mandrivausers.ro> 1.30-10
+ Revision: e88f21f
- Spec clean, fix BR, bump rel.try to fix empty debug ( and failed :D )



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8878 |14cr|vcmi-0.96-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}
%define debugcflags %{nil}

%define __noautoprov '(.*)\\.so(.*)'
%define __noautoreq 'libvcmi\\.so(.*)|libminizip\\.so(.*)'

Summary:	Open-source reimplementation and extension of the Heroes III game engine
Name:		vcmi
Version:	0.96
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.vcmi.eu/
Source0:	http://download.vcmi.eu/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	qmake5
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(zlib)
# For data extraction
Requires:	unshield

%description
VCMI is an open-source project aiming to reimplement the Heroes of Might and
Magic III: In the Wake of Gods game engine, giving it new and extended
possibilities.

To play Heroes III, you will need a copy of the original game.
See VCMI's wiki for Heroes III installation instructions:
http://wiki.vcmi.eu/index.php?title=Installation_on_Linux

%files
%doc README.md README.linux AUTHORS ChangeLog
%{_datadir}/applications/%{name}*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}client.png
%{_libdir}/%{name}/
%{_gamesbindir}/%{name}*
%{_gamesdatadir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake \
	-DCMAKE_CXX_FLAGS_RELWITHDEBINFO="" \
	-DBIN_DIR=games \
	-DDATA_DIR=share/games/%{name} \
	-DLIB_DIR=%{_lib}/%{name} \
	-DCMAKE_INSTALL_LIBDIR=%{_lib} \
	-DCMAKE_SKIP_RPATH=OFF
make

%install
%makeinstall_std -C build


%changelog
* Wed Jul 30 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.96-1
+ Revision: 3b27300
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8879 |14cr|VCO-plugins-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           VCO-plugins
Version:        0.3.0
Release:        2
Summary:        LADSPA audio oscillator plugins

Group:          System/Libraries
License:        GPLv2
URL:            http://users.skynet.be/solaris/linuxaudio/
Source:         http://users.skynet.be/solaris/linuxaudio/downloads/%{name}-%{version}.tar.bz2

BuildRequires: ladspa-devel
Requires:   ladspa

%description
VCO-plugins is a bunch of LADSPA plugins for audio processing written by
Fons Adriaensen.

%prep
%setup -q

%build
make %{?_smp_mflags}

%install
rm -rf %{_buildroot}

install -d -m 755 %{buildroot}/%{_libdir}/ladspa
install -m 644 *.so %{buildroot}/%{_libdir}/ladspa

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_libdir}/ladspa/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: 8ef03b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8880 |14cr|vdk-2.4.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# underlink.patch fixes most underlinking issues but there's one weird
# one I just can't shift - AdamW 2008/09
%define _disable_ld_no_undefined	1

%define oname		vdklib

%define major		2
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	C++ framework that binds GTK+ GUI libraries
Name:		vdk
Version:	2.4.1
Release:	7
Source0:	http://downloads.sourceforge.net/%{oname}/%{name}-%{version}.tar.gz
# From Debian: fix 'extra qualification' build errors - AdamW 2008/09
Patch0:		vdk-2.4.1-debian-qualification.patch
# From Debian: fix build failures caused by missing includes - AdamW
# 2008/09
Patch1:		vdk-2.4.1-debian-cstring.patch
# Fix underlinking issues - AdamW 2008/09
Patch2:		vdk-2.4.1-underlink.patch
# From Debian: fix x86_64 build issues - AdamW 2008/09
Patch3:		vdk-2.4.1-debian-x86_64.patch
URL:		http://vdklib.sourceforge.net/
License:	LGPLv2+
Group:		System/Libraries
BuildRequires:	sigc++2.0-devel
BuildRequires:	tetex
BuildRequires:	gtk2-devel
BuildRequires:	libdmx-devel

%description
The Visual Development Kit (VDK) is a C++ library that wraps the GTK+
toolkit. The package also includes the VDK Component Library which
contains some useful new components not available in pure GTK+.

Programming in VDK is much like programming in VCL and Borland C++
Builder. 

%package -n %{libname}
Summary:        C++ framework that binds GTK+ GUI libraries
Group:		System/Libraries

%description -n %{libname}
The Visual Development Kit (VDK) is a C++ library that wraps the GTK+
toolkit. The package also includes the VDK Component Library which
contains some useful new components not available in pure GTK+.

Programming in VDK is much like programming in VCL and Borland C++
Builder.

%package -n %{develname} 
Summary:	C++ framework that binds GTK+ GUI libraries
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{mklibname vdk 2 -d}

%description -n %{develname}
This package contains the headers and libraries needed to compile and
link applications using VDK.
                               
%prep
%setup -q
%patch0 -p1 -b .qualification
%patch1 -p1 -b .cstring
%patch2 -p1 -b .underlink
%patch3 -p1 -b .x86_64

%build
%configure2_5x \
			--host=%{_target_platform} \
			--build=%{_target_platform} \
			--enable-debug=no \
			--enable-shared=yes \
			--enable-static=no \
			--enable-opt=2 \
			--enable-testvdk=yes \
			--enable-sigc=yes \
			--enable-testsigc=yes \
			--enable-gnome=yes \
			--enable-doc-html=yes \
			--enable-doc-latex=no \
			--enable-doc-man=yes

%make
make docs


%install
%makeinstall
rm -rf %{buildroot}/%{_docdir}/%{name}-devel-%{version}

%files -n %{libname}
%{_libdir}/libvdk*.so.%{major}*   

%files -n %{develname}
%doc README TODO example doc/*.txt     
%{_libdir}/libvdk*.so
%{_includedir}/vdk2
%{_mandir}/man1/*
%{_bindir}/*
%{_datadir}/aclocal/*
%{_libdir}/pkgconfig/vdk-2.x.pc



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-7
+ Revision: ba17df3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8881 |14cr|vdpauinfo-0.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	vdpauinfo
%define version	0.0.6
%define snap	0
%define rel	2

Summary:	VDPAU acceleration information utility
Name:		%{name}
Version:	%{version}
%if %snap
Release:	0.%snap.%rel
%else
Release:	%rel
%endif
License:	MIT
Group:		Development/X11
URL:		http://www.nvnews.net/vbulletin/showthread.php?t=124978
%if %snap
# rm -rf vdpauinfo && git clone git://anongit.freedesktop.org/~aplattner/vdpauinfo && cd vdpauinfo/
# git archive --prefix=vdpauinfo-$(date +%Y%m%d)/ --format=tar HEAD | lzma > ../vdpauinfo-$(date +%Y%m%d).tar.lzma
Source:		vdpauinfo-%{snap}.tar.lzma
%else
Source:		http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-%{version}.tar.gz
%endif

BuildRequires:	pkgconfig(vdpau) >= 0.4
BuildRequires:	pkgconfig(x11)
BuildRequires:	python
Obsoletes:	vdpinfo < 0.0.6

%description
Simple utility that queries and displays the VDPAU capabilities of
your X display and prints them in tabular format.

%prep
%if %snap
%setup -q -n %{name}-%snap
%else
%setup -q
%endif

%build
%if %snap
python functions.py > VDPDeviceImpl.h
autoreconf -fi
%endif
%configure2_5x
%make

%install
%makeinstall_std


%files
%doc AUTHORS
%{_bindir}/%{name}





%changelog
* Sat Mar 29 2014 SymbianFlo <symbianflo@mandrivausers.ro> 0.0.6-2
+ Revision: 75f1cab
- Switch to pkgconfig style, fix BR, spec clean, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8882 |14cr|vdpinfo-0.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	vdpinfo
%define version	0.0.4
%define rel	2

Summary:	VDPAU acceleration information utility
Name:		%{name}
Version:	%{version}
Release:	%rel
License:	MIT
Group:		Development/X11
URL:		http://www.nvnews.net/vbulletin/showthread.php?t=124978
Source:		http://www.cs.rug.nl/~wladimir/vdpinfo/vdpinfo-%{version}.tar.gz

BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(x11)
BuildRequires:	python

%description
Simple utility that queries and displays the VDPAU capabilities of
your X display and prints them in tabular format.

%prep
%setup -q -n %{name}
sed -i 's/^LDFLAGS=/LDFLAGS=%{ldflags} /' Makefile

%build
python functions.py > VDPDeviceImpl.h
%make CXXFLAGS="%{optflags -wall}"

%install
install -d -m755 %{buildroot}%{_bindir}
install -m755 %{name} %{buildroot}%{_bindir}



%files
%doc LICENSE
%{_bindir}/%{name}


%changelog
* Sat Mar 29 2014 SymbianFlo <symbianflo@mandrivausers.ro> 0.0.4-2
+ Revision: 53e9eef
- Updated vdpinfo.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8883 |14cr|vdr-1.6.0-28
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define maintpatch 2
%define oapiversion 1.6.0

# Increased when ABI compatibility is broken by patches
# Reset to 1 when %oapiversion is raised
%define vdr_sub_abi	4
%define vdr_abi		%{oapiversion}_%{_lib}_abi_%{vdr_sub_abi}
%define apiversion	%{oapiversion}.%{vdr_sub_abi}

# backportability
%define _localstatedir		%{_var}

%define vdr_plugin_dir		%{_libdir}/%{name}
%define vdr_plugin_datadir	%{vdr_datadir}
%define vdr_plugin_cfgdir	%{vdr_cfgdir}/plugins
%define vdr_plugin_paramdir	%{vdr_datadir}/defaults
%define vdr_plugin_cachedir	%{_var}/cache/%{name}
%define vdr_videodir		%{_localstatedir}/lib/%{name}/video
%define vdr_cfgdir		%{_localstatedir}/lib/%{name}/config
%define	vdr_datadir		%{_datadir}/%{name}
%define vdr_chanlogodir		%{vdr_datadir}/chanlogos
%define vdr_themedir		%{_localstatedir}/lib/%{name}/themes
%define vdr_epgimagesdir	%{_var}/cache/%{name}/epgimages

%define vdr_plugin_flags	-fPIC

%if %{maintpatch}
%define fullversion		%{version}-%{maintpatch}
%else
%define fullversion		%{version}
%endif

Summary:	Video Disk Recorder - PVR suite
Name:		vdr
Version:	1.6.0
Release:	28
Group:		Video
License:	GPLv2+
URL:		http://www.tvdr.de/
Source:		ftp://ftp.tvdr.de/vdr/%{name}-%{version}.tar.bz2

Source1:	vdr.init
Source2:	vdr-runvdr
Source3:	vdr-shutdown.sh.example
Source4:	vdr.sysconfig
Source5:	vdr-sky.cron
Source6:	vdr-sky.sysconfig
Source7:	vdr-README.mdv
Source8:	vdr-plugin-filetriggers.script

# Patches last checked for updates: 2009/07/25

# Drop DVB API version check, it is bumped arbitrarily:
Patch0:		vdr-drop-dvbapi-check.patch
# Configurable logident for multi-vdr systems:
Patch1:		vdr-1.6.0-logident.patch
# Make HasDecoder() return true even while in pmExtern playmode
Patch2:		vdr-1.6.0-hasdecoder.patch
# printf format warnings:
Patch3:		vdr-printf-format.patch
Patch4:		vdr-1.6.0-rsvps.patch
Patch5:		vdr-1.6.0-vdrversion.patch
# CanHandleOver2BitSubtitles() hack:
Patch6:		vdr-1.6.0-dxr3.patch
# Use monospace as default monospace font,
# sans serif as default large font:
Patch7:		vdr-1.6.0-default-fonts-mdv.patch
# Show more font aliases:
Patch8:		vdr-1.6.0-show-more-aliasfonts.patch
# Add options to disable use of device input or output:
Patch9:		vdr-1.6.0-shared-devices.patch
# For streamdev:
Patch10:	vdr-1.6.0-intcamdevices.mod.patch
# warning: cannot pass objects of non-POD type ‘class cString’ through ‘...’; call will abort at runtime
Patch18:	vdr-1.6.0-h264-non-pod-type.patch
# fix overlapping strcpy in command-line parsing causing corruption:
Patch37:	vdr-fix-overlapping-strcpy.patch
# fix build with GCC 4.6
Patch39:	vdr-gcc4.6.patch

# From upstream
# Switch from V4L1 to V4L2
Patch38:	vdr-adapt-to-v4l2.patch

# From http://users.tkk.fi/~rahrenbe/vdr/
# and http://www.saunalahti.fi/~rahrenbe/vdr/patches/
# Updated with each version, gunzipped
# Note that they are usually just rediffed, no actual changes
Patch11:	vdr-1.6.0-cap_sys_nice.patch
Patch12:	vdr-1.6.0-liemikuutio-1.27.diff
Patch13:	vdr-1.6.0-cutter-marks.diff
Patch14:	vdr-1.6.0-parentalrating-content.diff
Patch15:	vdr-1.6.0-thread-name.diff
Patch16:	vdr-1.6.0-frontend-facilities.patch
Patch19:	vdr-1.6.0-subtitles-button.patch
Patch31:	vdr-1.6.0-hitk.patch
Patch32:	vdr-1.6.0-ionice.patch

# From iptv
Patch17:	vdr-1.6.0-pluginparam.patch
Patch33:	vdr-1.6.0-plugindev-disable-ca-updates.patch

# From http://e-tobi.net/ Debian repository
Patch20:	vdr-1.4.0-analogtv.patch
Patch21:	vdr-1.6.0-sort-options.patch
Patch22:	vdr-1.6.0-dd-record-option.patch
Patch23:	vdr-1.6.0-yaepg.patch
Patch24:	vdr-1.6.0-menuorg.patch
Patch25:	vdr-1.6.0-pin.patch
Patch26:	vdr-1.6.0-graphtft.patch
Patch27:	vdr-1.6.0-sourcecaps.patch
Patch28:	vdr-1.6.0-noepg.patch
Patch29:	vdr-1.6.0-reelchannelscan.patch
Patch30:	vdr-1.6.0-pvrinput.patch

# From VDR mailinglist
Patch34:	vdr-1.6.0-ConfigurableLNBshare_1_5_10.diff
# fixes build with gcc4.4
Patch35:	vdr-1.7.7-grab.diff
# ditto
Patch36:	vdr-1.6.0-const.diff

# From rotor plugin
Patch40:	vdr-1.5.5-rotor.diff

# From http://toms-cafe.de/vdr/download/
Patch50:	http://toms-cafe.de/vdr/download/vdr-jumpplay-1.0-1.6.0.diff
Patch52:	http://toms-cafe.de/vdr/download/vdr-timer-info-0.5-1.5.15.diff
Patch53:	http://toms-cafe.de/vdr/download/vdr-cmdsubmenu-0.7-1.6.0.diff

# From epgsearch
Patch64:	vdr.epgsearch-exttimeredit-0.0.2.diff
Patch65:	MainMenuHooks-v1_0.patch
Patch66:	timercmd-0.1_1.6.0.diff

# From VDR mailinglist, Reinhard Nissl
Patch67:	vdr-1.5.18-h264-syncearly-framespersec-audioindexer-fielddetection-speedup.diff
Patch68:	vdr-1.5.18-addon-fix_nid_tid_channel_iterator.diff

# From ttxtsubs
Patch70:	vdr-1.6.0-2-ttxtsubs.patch

%if %maintpatch
%(for n in {1..%maintpatch}; do
	echo "Patch7$n: ftp://ftp.cadsoft.de/vdr/Developer/vdr-%{version}-$n.diff"
done)
%endif

BuildRequires:	libcap-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	freetype2-devel
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(post):	vdr-common = %{version}
Requires:	vdr-common = %{version}
Provides:	vdr-abi = %{vdr_abi}
Obsoletes:	vdr-plugin-subtitles < 0.5.0-8
Requires(post):	ccp >= 0.4.1
# Plugins:
Requires:	ccp >= 0.4.1

%description
VDR (Video Disk Recorder) is a very powerful and customizable PVR
suite. One of the most common usage cases of VDR is as a digital
set-top-box with the picture displayed on a television set. VDR can
also be used on desktop or even without any video output devices.
There are also lots of different plugins available to extend VDR's
capabilities.

See http://www.linuxtv.org/vdrwiki/ for more information.

VDR in this package is patched with the patches known as
liemikuutio, cutter-marks, parentalrating-content, thread-name,
menuorg, sort-options, dd-record-option, configurableLNBshare,
sourcecaps, jumpplay, timer-info, cmdsubmenu, h264, and with
patches which are required by various plugins.
%if %maintpatch
This build is additionally patched to the maintenance release
%{version}-%maintpatch.
%endif

%package common
Summary:	Common files for VDR
Group:		Video
Requires(pre):	rpm-helper
Requires(postun): rpm-helper

%description common
VDR (Video Disk Recorder) is a very powerful and customizable PVR
suite.

This package contains the default "vdr" user required by VDR and
some other related tools.

%package devel
Summary:	VDR development headers
Group:		Development/C++
Requires:	gettext

%description devel
This package contains the headers that are needed to build
plugins for VDR.

%package plugin-hello
Summary:	VDR plugin: A friendly greeting
Group:		Video
Requires:	vdr-abi = %vdr_abi

%description plugin-hello
This is a small demo of the VDR plugin interface.

%package plugin-osddemo
Summary:	VDR plugin: Demo of arbitrary OSD setup
Group:		Video
Requires:	vdr-abi = %vdr_abi

%description plugin-osddemo
Demonstration of how a plugin can have its very own OSD setup.

It's a very primitive game that opens a small window in which the
user can draw lines with the Up, Down, Left and Right buttons.
The color buttons are used to switch color.
Press Ok to close the window.

%package plugin-skincurses
Summary:	VDR plugin: A text only skin
Group:		Video
Requires:	vdr-abi = %vdr_abi

%description plugin-skincurses
The 'skincurses' plugin implements a VDR skin that works in a
shell window, using only plain text output. It re-implements
what used to be available by compiling VDR versions before 1.3.7
with the DEBUG_OSD macro set.

%package plugin-sky
Summary:	VDR plugin: Sky Digibox interface
Group:		Video
Requires:	wget
Requires:	vdr-abi = %vdr_abi

%description plugin-sky
The 'sky' plugin implements a new device for VDR, which is based on the
MPEG2 encoder card described at linuxtv.org/mpeg2/kfir.xml. It
allows you to connect the analog a/v output of your Sky Digibox to VDR,
so that you can enjoy the full recording flexibility of VDR with your
Sky subscription. Note that this is NOT something that does anything
illegal, like decrypting the Sky programme without a subscription. You
will need a Sky Digibox and a valid subscription in order to use this
plugin.

%package plugin-status
Summary:	VDR plugin: Status monitor test
Group:		Video
Requires:	vdr-abi = %vdr_abi

%description plugin-status
This is an example that shows the use of cStatus.

%package plugin-servicedemo
Summary:	VDR plugin: Service demo
Group:		Video
Requires:	vdr-abi = %vdr_abi

%description plugin-servicedemo
Demonstration of how plugins can communicate with each other.

%package plugin-svdrpdemo
Summary:	VDR plugin: How to add SVDRP support to a plugin
Group:		Video
Requires:	vdr-abi = %vdr_abi

%description plugin-svdrpdemo
This plugin shows how to add SVDRP support to a plugin.

%package plugin-pictures
Summary:	VDR plugin: A simple picture viewer
Group:		Video
Requires:	vdr-abi = %vdr_abi

%description plugin-pictures
The 'pictures' plugin implements a simple picture viewer.

There is already an 'image' plugin out there which has a lot more
functionality than this one, but it's way too complex for my taste,
and also converts the image files on-the-fly, which makes it slow
on slow hardware.

This plugin assumes that the pictures have already been converted to
MPEG frames (with the 'pic2mpg' script that comes with this archive),
and doesn't implement any fancy features like zooming, panning or
tiled previews. It's just a very simple viewer.

%prep
%setup -q

%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch70 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch20 -p1
%patch21 -p1
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch65 -p1
%patch25 -p1
%patch26 -p1
%patch27 -p1
%patch28 -p1
%patch29 -p1
%patch30 -p1
%patch34 -p1
%patch40 -p1
%patch50 -p1
%patch52 -p1
%patch53 -p1
%patch67 -p1
%patch68 -p0
%patch6 -p1
%patch10 -p1
%patch11 -p1
%patch19 -p1
%patch31 -p1
%patch32 -p1
%patch33 -p1
%patch64 -p1
%patch66 -p1
%patch35 -p0
%patch36 -p1
%patch18 -p1
%patch37 -p1
%patch38 -p1
%patch39 -p1

%if %maintpatch
%(for n in {1..%maintpatch}; do
	echo "%%patch7$n -p1"
done)
%endif

sed -i "/isyslog(\"VDR version %%s started\", VDRVERSION);/s/VDRVERSION/\"%{fullversion} (%{version}-%{release})\"/" vdr.c
sed -ri '/define APIVERSION/s/^(.*")%{oapiversion}(".*)$/\1%{apiversion}\2/' config.h
sed -ri '/define VDRVERSION/s/^(.*")%{fullversion}(".*)$/\1%{version}-%{release}\2/' config.h

# check that the macros are set correctly
[ $(sed -rn '/define APIVERSION/s/^.*"(.*)".*$/\1/p' config.h) == "%apiversion" ]
[ $(sed -rn '/define VDRVERSION/s/^.*"(.*)".*$/\1/p' config.h) == "%{version}-%{release}" ]

cp -a %SOURCE3 shutdown.sh.example

cat %SOURCE7 | sed 's,@vdr_plugin_dir@,%{vdr_plugin_dir},' > README.mdv

mkdir i18n-to-gettext
mv i18n-to-gettext.pl i18n-to-gettext/

# Comment default examples out
perl -pi -e "s/^S/# S/" diseqc.conf

cat > README.1.6.0.upgrade.urpmi <<EOF
VDR 1.6 series is a major upgrade and you may need to make configuration
changes to adapt for this new series.
See UPDATE-1.6.0 for a summary of changes.
EOF

cat > Make.config <<EOF
CFLAGS   = %{optflags} %{?ldflags}
CXXFLAGS = \$(CFLAGS)

BINDIR   = %{_bindir}
MANDIR   = %{_mandir}
LOCDIR   = %{_datadir}/locale

PLUGINLIBDIR = %{vdr_plugin_dir}
VIDEODIR = %{vdr_videodir}
CONFDIR = %{vdr_cfgdir}
LIBDIR = .

LIRC_DEVICE = %{_var}/run/lirc/lircd
EOF

cat > README.install.urpmi <<EOF
VDR is an advanced PVR suite and configuring it may not be easy for the
inexperienced. Please take a look at the provided documentation before
trying to configure it.

Note that VDR does not support output to X11 or framebuffer without
additional plugins, such as xineliboutput or softdevice.

VDR initscript is provided for your convenience. Instead of running vdr
directly, you should use the vdr service.

%{distribution} VDR packages have the following filesystem layout:

%{_sysconfdir}/sysconfig/vdr
%{distribution} VDR configuration file; the settings in this file are used to
construct the VDR parameters.

%{_sysconfdir}/sysconfig/vdr-PLUGINNAME
%{distribution} VDR plugin configuration files; the settings in these files are used
to construct the parameters for VDR plugins.

%vdr_videodir
Default VDR recordings directory.

%vdr_cfgdir
Default VDR configuration directory.

%vdr_chanlogodir
Default channel logo directory; The channel logos are used by plugins that
support them. The most compatible format is 64x48px 16-color xpm.

For more information on VDR and its plugins, see http://linuxtv.org/vdrwiki/ .
EOF

# The escaping gets a little messy:
# \$	= plain $ in macros
# \\	= multiline macro
# \\\\	= plain \ in macros
# these and their combinations are the only types of escaping present below:
cat > vdr.macros <<EOF
## VDR plugin macros ##

%%vdr_version		%{version}-%{release}
%%vdr_rpmversion	%{version}
%%vdr_apiversion	%apiversion
%%vdr_abi		%vdr_abi

%%vdr_plugin_flags	%%{optflags} %vdr_plugin_flags %%{vdr_plugin_ldflags} \${VDR_PLUGIN_EXTRA_FLAGS}
%%vdr_plugin_ldflags	%%(echo "%%{?ldflags}" | sed 's@-Wl,--no-undefined@@')

%%vdr_plugin_dir	%{_libdir}/%{name}
%%vdr_plugin_datadir	%{vdr_datadir}
%%vdr_plugin_cfgdir	%{vdr_cfgdir}/plugins
%%vdr_plugin_paramdir	%{vdr_datadir}/defaults
%%vdr_plugin_cachedir	%{_var}/cache/%{name}
%%vdr_videodir		%{_localstatedir}/lib/%{name}/video
%%vdr_cfgdir		%{_localstatedir}/lib/%{name}/config
%%vdr_datadir		%{_datadir}/%{name}
%%vdr_chanlogodir	%{vdr_datadir}/chanlogos
%%vdr_themedir		%{_localstatedir}/lib/%{name}/themes
%%vdr_epgimagesdir	%{_var}/cache/%{name}/epgimages

%%vdr_plugin_prep \\
for file in po/*.po; do \\
	# drop empty translations \\
	grep -Eq 'msgstr ".+"' \$file || rm -f \$file \\
done \\
set +x \\
echo Silent renaming of locales \\
for file in po/*_*.po; do \\
	[ -f \$file ] || continue \\
	[ \$(basename \$file .po) == "zh_CN" ] && continue \\
	# VDR wrongly uses the _COUNTRY identification always \\
	rm -rf \${file%_*.po}.po \\
	mv \$file \${file%_*.po}.po \\
done \\
set -x \\
touch vdr_plugin_prep.done

%%vdr_plugin_build \\
    %%make all							\\\\\\
    CFLAGS="%%{vdr_plugin_flags}"				\\\\\\
    CXXFLAGS="%%{vdr_plugin_flags}"				\\\\\\
    LDFLAGS="%%{vdr_plugin_ldflags}"				\\\\\\
    PLUGINLIBDIR=%%{vdr_plugin_dir}				\\\\\\
    VIDEODIR=%%{vdr_videodir}					\\\\\\
    LIBDIR=.							\\\\\\
    LOCALEDIR=locale						\\\\\\
    VDRLOCALE='""'						\\\\\\
    DVBDIR=%%{_prefix}						\\\\\\
    VDRDIR=%{_includedir}/vdr					\\\\\\
    VDRVERSION=%%{vdr_version}					\\\\\\
    VDRVERSNUM=%%(echo %%{vdr_rpmversion} |			\\\\\\
        %__awk -F'.' '{ print \$1*10000+\$2*100+\$3 }')		\\\\\\
    APIVERSION=%%{vdr_apiversion}				\\\\\\
    APIVERSNUM=%%(echo %%{vdr_apiversion} |			\\\\\\
        %__awk -F'.' '{ print \$1*10000+\$2*100+\$3 }')

%%vdr_plugin_install \\
    if ! [ -e vdr_plugin_prep.done ]; then \\
        echo "Missing %%%%vdr_plugin_prep, aborting!" \\
        exit 1 \\
    fi \\
    rename .so.%%{vdr_version} .so.%%{vdr_apiversion} *.so.%%{vdr_version} &>/dev/null || : \\
    for f in libvdr-*.so.%%{vdr_apiversion}; do \\
        install -D -m755 \$f %%{buildroot}%%{vdr_plugin_dir}/\$f \\
        install -d -m755 %%{buildroot}%%{_datadir} \\
        [ -d locale ] && cp -r locale %%{buildroot}%%{_datadir} \\
        NAME=\$(echo \$f | perl -pe "s/^libvdr-(.*).so.%%{vdr_apiversion}/\\\\1/") \\
        echo %%{vdr_plugin_dir}/\$f > \$NAME.vdr \\
        %%find_lang vdr-\$NAME || touch $NAME.lang \\
        cat vdr-\$NAME.lang >> \$NAME.vdr \\
        if [ -f "\$NAME.mandriva-params" ]; then \\
            install -D -m644 \$NAME.mandriva-defaults %%{buildroot}%%{vdr_plugin_paramdir}/\$NAME.defaults \\
            install -D -m644 \$NAME.mandriva-params %%{buildroot}%%{vdr_plugin_paramdir}/\$NAME.params \\
            install -D -m644 \$NAME.mandriva-sysconfig %%{buildroot}%%{_sysconfdir}/sysconfig/vdr-\$NAME \\
            echo "%%config(noreplace) %%{_sysconfdir}/sysconfig/vdr-\$NAME" >> \$NAME.vdr \\
            echo "%%{vdr_plugin_paramdir}/\$NAME.defaults" >> \$NAME.vdr \\
            echo "%%{vdr_plugin_paramdir}/\$NAME.params" >> \$NAME.vdr \\
        fi \\
    done

%%vdr_chanlogo_notice This skin is able to display channel logos. In order to use this \\
functionality, channel logos must be put in %%{vdr_chanlogodir}. The \\
recommended format is 64x48px 16-color xpm. When using dxr3 as the \\
output device, the recommended maximum number of colors is 6.

%%vdr_plugin_params_begin() \\
vdr_plugin_params_do() { \\
	vdr_plugin_params_handle() { \\
		if echo "\$gotparam" | grep -q "\$gotvar"; then \\
			echo "local \$gotvar=\\\\"\$gotdefault\\\\"" >> %%1.mandriva-defaults \\
			echo "# \$gotvar=\\\\"\$gotdefault\\\\"" >> %%1.mandriva-sysconfig \\
			gotparam="\${gotparam//\$gotvar/'\\\\\$\$gotvar'}" \\
			echo "[ -n \\\\"\\\\\$\$gotvar\\\\" ] && echo \\\\"\$gotparam\\\\"" >> %%1.mandriva-params \\
		elif echo "\$gotparam" | grep -q "MULTIPLE_PARAMS"; then \\
			echo "local \$gotvar=\\\\"\$gotdefault\\\\"" >> %%1.mandriva-defaults \\
			echo "# \$gotvar=\\\\"\$gotdefault\\\\"" >> %%1.mandriva-sysconfig \\
			echo "local gotparam=\\\\"\$gotparam\\\\"" >> %%1.mandriva-params \\
			echo "echo \\\\"\\\\\$\$gotvar\\\\" | xargs -n1 | while read subvar &&" >> %%1.mandriva-params \\
			echo "	[ -n \\\\"\\\\\$subvar\\\\" ]; do" >> %%1.mandriva-params \\
			echo "	echo \\\\"\\\\\${gotparam//MULTIPLE_PARAMS/'\\\\\$subvar'}\\\\"" >> %%1.mandriva-params \\
			echo "done" >> %%1.mandriva-params \\
		else \\
			[ -z "\$gotdefault" ] && gotdefault=no \\
			echo "local \$gotvar=\\\\"\$gotdefault\\\\"" >> %%1.mandriva-defaults \\
			echo "# \$gotvar=\\\\"\$gotdefault\\\\"" >> %%1.mandriva-sysconfig \\
			echo "[ \\\\"\\\\\$\$gotvar\\\\" == yes ] && echo \\\\"\$gotparam\\\\"" >> %%1.mandriva-params \\
		fi \\
		echo >> %%1.mandriva-sysconfig \\
		gotvar= \\
		gotparam= \\
		gotdefault= \\
	} \\
	local gotvar= \\
	local gotparam= \\
	local gotdefault= \\
	echo "# Do not modify this file, use %%{_sysconfdir}/sysconfig/%{name}-%%1 instead" > %%1.mandriva-defaults \\
	echo "# Do not modify this file, use %%{_sysconfdir}/sysconfig/%{name}-%%1 instead" > %%1.mandriva-params \\
	echo -e "# VDR plugin %%1 configuration\\\\n" > %%1.mandriva-sysconfig \\
	while read INPUT; do \\
		if echo "\$INPUT" | grep -q '^#'; then \\
			[ -n "\$gotvar" ] && [ -n "\$gotparam" ] && vdr_plugin_params_handle \\
			echo "\$INPUT" >> %%1.mandriva-sysconfig \\
			continue \\
		fi \\
		if echo "\$INPUT" | grep -q '^var='; then \\
			gotvar="\${INPUT/var=}" \\
			continue \\
		fi \\
		if echo "\$INPUT" | grep -q '^param='; then \\
			eval gotparam="\${INPUT/param=}" \\
			continue \\
		fi \\
		if echo "\$INPUT" | grep -q '^default='; then \\
			eval gotdefault="\${INPUT/default=}" \\
			continue \\
		fi \\
		exit 1 \\
	done \\
	vdr_plugin_params_handle \\
} \\
vdr_plugin_params_do <<VDR_PLUGIN_PARAMS_EOF \\
%%nil

%%vdr_plugin_params_end VDR_PLUGIN_PARAMS_EOF

%if %{mdkversion} >= 200900
%%vdr_plugin_post() %%{nil}
%%vdr_plugin_postun() %%{nil}
%else
%%vdr_plugin_post() if [ "\$1" = "1" ] && [ -e %{_initrddir}/%{name} ]; then /sbin/service vdr plugin_install %%1; fi \\
%%nil
%%vdr_plugin_postun() if [ -e %{_initrddir}/%{name} ]; then if [ "\$1" = "0" ]; then /sbin/service vdr plugin_remove %%1; else /sbin/service vdr plugin_upgrade %%1; fi; fi \\
%%nil
%endif

EOF

# Local version of the above post and postun:
%define plugin_rpmscripts() \
%post plugin-%{1} \
if [ "$1" = "1" ] && [ -e %{_initrddir}/%{name} ]; then /sbin/service vdr plugin_install %{1}; fi \
%postun plugin-%{1} \
if [ -e %{_initrddir}/%{name} ]; then if [ "$1" = "0" ]; then /sbin/service vdr plugin_remove %{1}; else /sbin/service vdr plugin_upgrade %{1}; fi; fi

%build
%make
%define vdr_plugin_ldflags %(echo "%{?ldflags}" | sed 's@-Wl,--no-undefined@@')
# [a-z] does not match v,w on fi_FI.ISO-8859-15, TODO: patch to use [[:lower:]]
# parallel make disabled, as of 2009-07-28 fails on klodia due to too many threads:
# "libgomp: Thread creation failed: Resource temporarily unavailable"
LC_ALL=C make plugins CFLAGS="%{optflags} %vdr_plugin_flags -I%{_includedir}/ncursesw %vdr_plugin_ldflags" CXXFLAGS="%{optflags} %vdr_plugin_flags -I%{_includedir}/ncursesw %vdr_plugin_ldflags"

# fix locales
for dir in locale/*_*; do
	[ $(basename $dir) == "zh_CN" ] && continue
	# VDR wrongly uses the _COUNTRY identification always
	rm -rf ${dir%_*}
	mv $dir ${dir%_*}
done

%install

install -D -m755 vdr %{buildroot}%{_bindir}/vdr
install -d -m755 %{buildroot}%{vdr_videodir}
install -d -m755 %{buildroot}%{vdr_chanlogodir}
install -d -m755 %{buildroot}%{vdr_themedir}
install -d -m755 %{buildroot}%{vdr_cfgdir}
ln -s %{vdr_themedir} %{buildroot}%{vdr_cfgdir}/themes

install -D -m644 vdr.1 %{buildroot}%{_mandir}/man1/vdr.1
install -D -m644 vdr.5 %{buildroot}%{_mandir}/man5/vdr.5

install -d -m755 %{buildroot}%{vdr_plugin_dir}
install -m755 PLUGINS/src/*/*.so.* %{buildroot}%{vdr_plugin_dir}

install -d -m755 %{buildroot}%{_includedir}/%{name}
install -d -m755 %{buildroot}%{_includedir}/libsi
install -m644 include/%{name}/* %{buildroot}%{_includedir}/%{name}
install -m644 include/libsi/* %{buildroot}%{_includedir}/libsi

install -d -m755 %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m644 vdr.macros %{buildroot}%{_sysconfdir}/rpm/macros.d

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}
install -m644 {diseqc.conf,keymacros.conf,sources.conf,svdrphosts.conf} \
	%{buildroot}%{vdr_cfgdir}

install -d -m755 %{buildroot}%{vdr_plugin_dir}
install -d -m755 %{buildroot}%{vdr_plugin_datadir}
install -d -m755 %{buildroot}%{vdr_plugin_cachedir}
install -d -m755 %{buildroot}%{vdr_plugin_paramdir}
install -d -m755 %{buildroot}%{vdr_epgimagesdir}

# init stuff
install -d -m755 %{buildroot}%{_initrddir}
install -d -m755 %{buildroot}%{_sysconfdir}/sysconfig
install -m755 %SOURCE1 %{buildroot}%{_initrddir}/%{name}
install -m755 %SOURCE2 %{buildroot}%{_bindir}/runvdr
install -m644 %SOURCE4 %{buildroot}%{_sysconfdir}/sysconfig/%{name}

# sky plugin
install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/sky
install -m644 PLUGINS/src/sky/channels.conf.sky \
	%{buildroot}%{vdr_plugin_cfgdir}/sky
install -m755 PLUGINS/src/sky/getskyepg.pl %{buildroot}%{_bindir}
install -d -m755 %{buildroot}%{_sysconfdir}/cron.daily
install -m755 %SOURCE5 %{buildroot}%{_sysconfdir}/cron.daily/getskyepg
install -m644 %SOURCE6 %{buildroot}%{_sysconfdir}/sysconfig/%{name}-sky

# pictures plugin
install -m755 PLUGINS/src/pictures/pic2mpg %{buildroot}%{_bindir}

# scripts
install -m755 *.pl %{buildroot}%{_bindir}

# locales
cp -r locale %{buildroot}%{_datadir}/

%if %{mdkversion} >= 200900
# automatic plugin post and postun actions
install -d -m755 %{buildroot}%{_var}/lib/rpm/filetriggers
install -m755 %SOURCE8 %{buildroot}%{_var}/lib/rpm/filetriggers/vdr-plugins.script
echo "^.%{vdr_plugin_dir}/libvdr-.*\.so\." > %{buildroot}%{_var}/lib/rpm/filetriggers/vdr-plugins.filter
sed -i 's,#FILETRIGGERS#,,' %{buildroot}%{_initrddir}/%{name}
%endif

%find_lang vdr
%find_lang vdr-hello
%find_lang vdr-skincurses
%find_lang vdr-pictures

%clean

%pre common
%_pre_useradd vdr %{_localstatedir}/lib/%{name} /bin/nologin
%{_bindir}/gpasswd -a vdr video >/dev/null

%post
# This test can be removed when ccp is updated to check that .rpmnew is
# not obsolete
if test -e %{_sysconfdir}/sysconfig/vdr.rpmnew && test $(stat -c%%Z %{_sysconfdir}/sysconfig/vdr.rpmnew) \
		-gt $(stat -c%%Z %{_sysconfdir}/sysconfig/vdr); then
	ccp --backup --delete --ifexists --set NoOrphans --oldfile \
		%{_sysconfdir}/sysconfig/vdr --newfile %{_sysconfdir}/sysconfig/vdr.rpmnew
fi
%_post_service vdr

%preun
%_preun_service vdr

%postun common
%_postun_userdel vdr

%files -f vdr.lang
%doc HISTORY* INSTALL* MANUAL* CONTRIBUTORS* UPDATE* README*
%doc shutdown.sh.example
%attr(-,vdr,vdr) %dir %{vdr_cfgdir}
%attr(-,vdr,vdr) %dir %{vdr_plugin_cfgdir}
%attr(-,vdr,vdr) %dir %{vdr_themedir}
%config(noreplace) %{vdr_cfgdir}/*.conf
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_bindir}/vdr
%{_initrddir}/%{name}
%{_bindir}/runvdr
%{_bindir}/epg2html.pl
%{_bindir}/summary2info.pl
%{_bindir}/svdrpsend.pl
%{_mandir}/man1/vdr.1*
%{_mandir}/man5/vdr.5*
%attr(-,vdr,vdr) %dir %{vdr_videodir}
%dir %{vdr_plugin_dir}
%dir %{vdr_plugin_datadir}
%dir %{vdr_plugin_cachedir}
%dir %{vdr_chanlogodir}
%{vdr_cfgdir}/themes
%dir %{vdr_plugin_paramdir}
%dir %{vdr_epgimagesdir}
%if %{mdkversion} >= 200900
%{_var}/lib/rpm/filetriggers/vdr-plugins.filter
%{_var}/lib/rpm/filetriggers/vdr-plugins.script
%endif

%files common
%attr(-,vdr,vdr) %dir %{_localstatedir}/lib/%{name}

%files devel
%doc i18n-to-gettext/i18n-to-gettext.pl
%{_sysconfdir}/rpm/macros.d/vdr.macros
%{_includedir}/vdr
%{_includedir}/libsi

%files plugin-hello -f vdr-hello.lang
%doc PLUGINS/src/hello/HISTORY
%doc PLUGINS/src/hello/README
%{vdr_plugin_dir}/libvdr-hello.so.%{apiversion}

%files plugin-osddemo
%doc PLUGINS/src/osddemo/HISTORY
%doc PLUGINS/src/osddemo/README
%{vdr_plugin_dir}/libvdr-osddemo.so.%{apiversion}

%files plugin-pictures -f vdr-pictures.lang
%doc PLUGINS/src/pictures/HISTORY
%doc PLUGINS/src/pictures/README
%{_bindir}/pic2mpg
%{vdr_plugin_dir}/libvdr-pictures.so.%{apiversion}

%files plugin-skincurses -f vdr-skincurses.lang
%doc PLUGINS/src/skincurses/HISTORY
%doc PLUGINS/src/skincurses/README
%{vdr_plugin_dir}/libvdr-skincurses.so.%{apiversion}

%files plugin-sky
%doc PLUGINS/src/sky/HISTORY
%doc PLUGINS/src/sky/README
%doc PLUGINS/src/sky/lircd.conf.sky
%{_bindir}/getskyepg.pl
%config(noreplace) %{vdr_plugin_cfgdir}/sky/channels.conf.sky
%{_sysconfdir}/cron.daily/getskyepg
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}-sky
%{vdr_plugin_dir}/libvdr-sky.so.%{apiversion}

%files plugin-status
%doc PLUGINS/src/status/HISTORY
%doc PLUGINS/src/status/README
%{vdr_plugin_dir}/libvdr-status.so.%{apiversion}

%files plugin-servicedemo
%doc PLUGINS/src/servicedemo/HISTORY
%doc PLUGINS/src/servicedemo/README
%{vdr_plugin_dir}/libvdr-svccli.so.%{apiversion}
%{vdr_plugin_dir}/libvdr-svcsvr.so.%{apiversion}

%files plugin-svdrpdemo
%doc PLUGINS/src/svdrpdemo/HISTORY
%doc PLUGINS/src/svdrpdemo/README
%{vdr_plugin_dir}/libvdr-svdrpdemo.so.%{apiversion}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0-28
+ Revision: 2fed2c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8884 |14cr|vdradmin-am-3.6.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Web interface for VDR
Name:           vdradmin-am
Version:        3.6.7
Release:        2
Group:          Video
License:        GPL
URL:            http://andreas.vdr-developer.org/vdradmin-am/
Source:         http://andreas.vdr-developer.org/download/%{name}-%{version}.tar.bz2
Source2:        vdradmin.service
Source3:        vdradmin.sysconfig
Source4:        vdradmin-wrapper.sh
# https://qa.mandriva.com/show_bug.cgi?id=52396
# We should probably use "use open ':locale';", but it doesn't seem to
# work if we do that, TODO: investigate
Patch0:         vdradmin-am-workaround-perl-bug.patch
# we use syslog now, no logdir needed
Patch1:         vdradmin-am-no-logdir-needed.patch
# allow pidfile in non-writable directory (we precreate the file with good perms),
# allow start with empty pidfile
Patch2:         vdradmin-am-pidfile.patch
BuildArch:      noarch
BuildRequires:  perl(CGI)
BuildRequires:  perl(Locale::gettext)
BuildRequires:  perl(HTTP::Date)
BuildRequires:  perl(Shell)
BuildRequires:  vdr-devel
BuildRequires:  gettext
Requires:       vdr-common
Requires:       perl(Template::Plugin::JavaScript)
Requires:       perl(Sys::Syslog)
Provides:       vdradmin

%description
Web Interface for Video Disk Recorder. With this you can manage your
recordings, timers, etc. You can also create auto-timers to record
specific programs automatically.

%prep
%setup -q
%apply_patches

rm -rf locale/*

# Setup default config
# Now using syslog: sed -i -e '/^$CONFIG{LOGFILE}\s*=\s*".*";/s,".*","vdradmin/vdradmind.log",' vdradmind.pl
#sed -i -e '/^$CONFIG{LOCAL_NET}\s*=\s*".*";/s,".*","127.0.0.1/32",' vdradmind.pl
sed -i -e '/^$CONFIG{VIDEODIR}\s*=\s*".*";/s,".*","%{_vdr_videodir}",' vdradmind.pl
sed -i -e '/^$CONFIG{VDRCONFDIR}\s*=\s*".*";/s,".*","%{_vdr_cfgdir}",' vdradmind.pl
#sed -i -e '/^$CONFIG{VDRVFAT}\s*=\s*[01];/s,[01],0,' vdradmind.pl
sed -i -e '/^\s*$PIDFILE\s*=\s*".*";/s,".*","%{_var}/run/vdradmind.pid",' vdradmind.pl
sed -i -e '/^my $SEARCH_FILES_IN_SYSTEM\s*=\s*[01];/s,[01],1,' vdradmind.pl

./vdradmind.pl --cfgdir . --config < /dev/null

cat > README.install.urpmi <<EOF
Use "vdradmind.pl --config" to configure the credentials and the tcp port.
EOF

chmod a+r README*

%build
./make.sh po

%install
install -d -m755 %{buildroot}%{_bindir}
# symlink
cp -a vdradmind %{buildroot}%{_bindir}
install -m755 *.pl %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_sysconfdir}
install -d -m755 %{buildroot}%{_localstatedir}/lib/vdradmin
install -m644 vdradmind.conf %{buildroot}%{_localstatedir}/lib/vdradmin
ln -s %{_localstatedir}/lib/vdradmin %{buildroot}%{_sysconfdir}/vdradmin

install -d -m755 %{buildroot}%{_sysconfdir}/sysconfig
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/vdradmin

install -d -m755 %{buildroot}%{_mandir}/man1
install -m644 vdradmind.pl.1 %{buildroot}%{_mandir}/man1

install -d -m755 %{buildroot}%{_datadir}/vdradmin
cp -a template %{buildroot}%{_datadir}/vdradmin
cp -a locale %{buildroot}%{_datadir}

install -d -m755 %{buildroot}%{_unitdir}
install -m755 %{SOURCE2} %{buildroot}%{_unitdir}/vdradmin.service

install -d -m755 %{buildroot}%{_var}/cache/vdradmin

install -m755 %{SOURCE4} %{buildroot}%{_bindir}/vdradmin-wrapper.sh

%find_lang vdradmin

# having encoding in %lang does not work correctly
sed -i 's,\.UTF-8),),' vdradmin.lang

%clean

%post
%systemd_post vdradmin

%preun
%systemd_preun vdradmin

%files -f vdradmin.lang
%doc CREDITS FAQ HISTORY INSTALL README.* contrib
%doc README.install.urpmi
%{_sysconfdir}/vdradmin
%attr(-,vdr,vdr) %dir %{_localstatedir}/lib/vdradmin
%attr(-,vdr,vdr) %dir %{_var}/cache/vdradmin

%attr(0640,vdr,vdr) %config(noreplace) %{_localstatedir}/lib/vdradmin/vdradmind.conf
%config(noreplace) %{_sysconfdir}/sysconfig/vdradmin
%{_unitdir}/vdradmin*
%{_bindir}/vdradmind
%{_bindir}/vdradmind.pl
%{_bindir}/convert.pl
%{_bindir}/autotimer2searchtimer.pl
%{_datadir}/vdradmin
%{_mandir}/man1/vdradmind.pl.1*
%{_bindir}/vdradmin-wrapper.sh

%changelog
* Wed Sep 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.6.7-2
+ Revision: 157102f
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8885 |14cr|vdrift-0.4-0.20120722.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fulldate 2012-07-22
%define date %(echo %{fulldate} | sed -e 's/-//g')
%define distname %{name}-%{fulldate}
%define oname VDrift

Summary:	Open Source Car Racing Simulator
Name:		vdrift
Version:	0.4
Release:	0.%{date}.5
License:	GPLv3+
Group:		Games/Arcade
Url:		http://vdrift.net/
Source0:	%{distname}.tar.bz2
#upstream  SDL2 compatibility patch
Patch0:		vdrift-20111022-constfix.patch
Patch1:		vdrift-2012-07-22c_bullet281_patch.patch
BuildRequires:	asio
BuildRequires:	doxygen
BuildRequires:	scons
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(bullet)
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(vorbis)
Requires:	%{name}-data

%description
VDrift is a cross-platform, open source driving simulation made with
drift racing in mind.

%files
%doc LICENSE README.md
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%package data
Summary:	Data files for the VDrift driving simulation
Group:		Games/Arcade
Requires:	%{name}
BuildArch:	noarch

%description data
VDrift is a cross-platform, open source driving simulation made with
drift racing in mind.
This package contains data files for VDrift.

%files data
%doc LICENSE README.md
%dir %{_gamesdatadir}/%{name}
%dir %{_gamesdatadir}/%{name}/data
%{_gamesdatadir}/%{name}/data/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}
%patch0 -p0
%patch1 -p0

chmod 644 LICENSE README.md

%build
LDFLAGS="%{ldflags} -lGL"
scons NLS=0 use_binreloc=0 prefix=%{_prefix} 

%install
install -D -m755 build/%{name} %{buildroot}%{_gamesbindir}/%{name}
install -d %{buildroot}%{_gamesdatadir}/%{name}/data
cp -a data %{buildroot}%{_gamesdatadir}/%{name}

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=VDrift
Comment=Driving simulation
Exec=soundwrapper %{_gamesbindir}/%{name}
Icon=%{_gamesdatadir}/%{name}/data/textures/icons/%{name}-64x64.png
Terminal=false
Type=Application
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

%changelog
* Thu Sep 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4-0.20120722.5
+ Revision: 98651bc
- Try to build without mongodb-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8886 |14cr|vdr-plugin-ac3mode-0.1-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	ac3mode

Summary:	VDR plugin: Displays currently active AC3-Mode
Name:		vdr-plugin-%plugin
Version:	0.1
Release:	23
Group:		Video
License:	GPL
URL:		http://www.vdr-wiki.de/wiki/index.php/Ac3mode-plugin
Source:		vdr-%plugin-%version.tar.bz2
Patch0:		ac3mode-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
If a channel broadcasts "Dolby Digital" (AC3) Sound, there is no information
about the number of channels (Dolby Stereo, 5.1 etc.) actually
available.
This plugin will display this information in a short hint text, whenever
the Dolby Digital mode is changed.

Additionally, a main menu entry is added, which will also display the
selected Dolby Digital type.
If no Dolby track is selected, "PCM Sound" will be displayed.

%prep
%setup -q -n %plugin
%patch0 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-23
+ Revision: faa0827
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8887 |14cr|vdr-plugin-advchctrl-0.0.5-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	advchctrl

Summary:	VDR plugin: Advanced Channel Control
Name:		vdr-plugin-%plugin
Version:	0.0.5
Release:	21
Group:		Video
License:	GPL
URL:		http://www.vdr-wiki.de/wiki/index.php/Advchctrl-plugin
Source:		vdr-%plugin-%version.tar.bz2
Patch1:		advchctrl-0.0.5-1.3.38.diff
Patch2:		advchctrl-0.0.5-warnings.diff
Patch3:		advchctrl-0.0.5-i18n-1.6.patch
Patch4:		advchctrl-0.0.5-gcc44.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
The idea for this plugin was born by the boring different
audio volume level on some transponders. In the parameters
of the plugin you can set the default volume.

%prep
%setup -q -n %plugin-%version
%patch1 -p1 -b .1338
%patch2 -p1 -b .warnings
%patch3 -p1
%patch4 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-21
+ Revision: 4464a4e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8888 |14cr|vdr-plugin-aide-0.0.2-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	aide

Summary:	VDR plugin: VDR Aide
Name:		vdr-plugin-%plugin
Version:	0.0.2
Release:	21
Group:		Video
License:	GPL
URL:		http://vdr.bluox.org/download/?path=vdr-aide/
Source:		http://vdr.bluox.org/download/vdr-aide/vdr-%plugin-%version.tar.bz2
Source1:	aide-deu.tar.bz2
Source2:	aide-dutch.tar.bz2
Source3:	aide-eng.tar.bz2
Source4:	aide-rus.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
An OSD Help Browser for VDR. You can read VDR User Manual and other
plain text help files on the TV screen.

%prep
%setup -q -n %plugin-%version -a 1 -a 2 -a 3 -a 4
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY aide deu dut eng rus





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-21
+ Revision: a215f55
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8889 |14cr|vdr-plugin-alcd-1.5.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	alcd

Summary:	VDR plugin: Activy300 LCD-Plugin
Name:		vdr-plugin-%{plugin}
Version:	1.5.2
Release:	5
Group:		Video
License:	GPL
URL:		http://www.htpc-forum.de/
Source:		vdr-%{plugin}-%{version}.tgz
Source1:	activy.service
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %{vdr_abi}

%description
Enables the LCD display of the Activy300 boxes from Siemens.

%prep
%setup -q -c
cd %{plugin}
chmod a-x BUGS TODO
%vdr_plugin_prep

%vdr_plugin_params_begin %{plugin}
# script to execute after pic reset
# default: %{_bindir}/activy.sh
var=RESETSCRIPT
param=--resetscript=RESETSCRIPT
default=%{_bindir}/activy.sh
%vdr_plugin_params_end

%build
cd %plugin
%vdr_plugin_build afp-tool -j1

%install
cd %plugin
%vdr_plugin_install

install -d -m755 %{buildroot}%{_bindir}
install -m755 scripts/*.sh %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_unitdir}
install -m0644 %{SOURCE1} -D %{buildroot}%{_unitdir}/%{name}.service

%make install PREFIX=%{buildroot}%{_prefix}

%post
%systemd_post activy.service

%preun
%systemd_preun activy.service

%postun
%systemd_postun_with_restart activy.service

%files -f %{plugin}/%{plugin}.vdr
%doc alcd/BUGS alcd/HISTORY alcd/README alcd/TODO
%attr(0644,root,root) %{_unitdir}/%{name}.service
%{_bindir}/afp-tool
%{_bindir}/activy.sh
%{_bindir}/activy_msg.sh
%{_bindir}/activy_pb.sh
%{_bindir}/activy_keys.sh
%{_bindir}/activy_lcdoff.sh

%changelog
* Mon Sep 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-5
+ Revision: 9ef2d1f
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8890 |14cr|vdr-plugin-analogradio-0.1.3a-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	analogradio

Summary:	VDR plugin: Source device for analog radio tuner devices
Name:		vdr-plugin-%plugin
Version:	0.1.3a
Release:	21
Group:		Video
License:	GPL
URL:		http://tankwar.de/analogradio.php
Source:		http://tankwar.de/files/analogradio/vdr-%plugin-%version.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin enables VDR to get input from an analog radio device, as it can be
found on many analog tv tuner cards. It uses video4linux functions to control
/dev/radioX.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# execute command after muting the radio device
var=AFTER_MUTE
param=--after=AFTER_MUTE
# execute command before unmuting the radio device
var=BEFORE_UNMUTE
param=--before=BEFORE_UNMUTE
# Audio mode:
# OSS (default)
# RAW
# ALSA (not supported)
var=MODE
param=--mode=MODE
# radio device (default /dev/radio)
var=RADIO_DEVICE
param=--devradio=RADIO_DEVICE
# audio device (default /dev/dsp)
var=AUDIO_DEVICE
param=--devaudio=AUDIO_DEVICE
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -D -m755 tools/adr2vdr.sh %buildroot%_bindir/adr2vdr.sh

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%{_bindir}/adr2vdr.sh





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3a-21
+ Revision: 747f43d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8891 |14cr|vdr-plugin-analogtv-1.0.00-213
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	analogtv

Summary:	VDR plugin: Watch analogue TV
Name:		vdr-plugin-%plugin
Version:	1.0.00
Release:	213
Group:		Video
License:	GPL
URL:		http://www.ko0l.de/download/vdr/analogtv/
Source:		http://www.ko0l.de/download/vdr/analogtv/download/vdr-%plugin-%version.tar.bz2
Source2:	channels.conf.analogue.generic
Patch1:		analogtv-1.0.00-i18n-1.6.patch
Patch2:		analogtv-update-ffmpeg-params.patch
Patch3:		analogtv-fix-bitrate-menudescription.patch
Patch4:		analogtv-displaystatus-loglevel3.patch
Patch5:		analogtv-fix-non-x86.patch
Patch6:		analogtv-threadsafety.patch
Patch7:		analogtv-default-syslog.patch
# from e-tobi:
Patch10:	analogtv-sane-c++.patch
BuildRequires:	vdr-devel >= 1.6.0-7
BuildRequires:	libdvb-devel
BuildRequires:	libalsa-devel
BuildRequires:	jpeg-devel
Requires:	vdr-abi = %vdr_abi

%description
With the help of this plugin you could connect any analogue equipment
to your VDR:
 - bttv compatible analogue tv-cards (i.e. Hauppauge WinTV ...) to
   watch tv-channels which are only available analogue at your location
 - video grabber cards or the s-video input of your tv-card to connect
   your good old VHS-recorder and convert your old recordings into
   *.vdr files
 - your camcorder to watch your vacation videos on the tv-set
 - a webcam (maybe via USB) and watch yourself watching tv ;-)
 - your good old turntable to record your vinyl discs with the vdr

If your card doesn't have an MPEG encoder, you have to install a
supported software MPEG encoder (mp1e is recommended).

%prep
%setup -q -n %plugin-%version
%apply_patches

cp -a %SOURCE2 .

rm examples/hoerzu2vdr/channelid.Radio.conf

# No need for own cSchedules anymore, this is already handled by VDR.
sed -i 's,^NEED_OWN_SIP,#&,' Makefile

# README confuses too much with the old CA id
perl -pi -e 's/32001/A0/' README*

chmod 0644 examples/*.conf.*

%vdr_plugin_prep

%build
%ifarch %ix86
# fails build otherwise
VDR_PLUGIN_EXTRA_FLAGS="-fno-PIC"
%endif
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README* PROBLEMS HOWTO HISTORY FAQ *.list examples CREDITS ChannelMap.h
%doc channels.conf.analogue.generic





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.00-213
+ Revision: bf0d154
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8892 |14cr|vdr-plugin-archive-0.0.2-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	archive

Summary:	VDR plugin: Multimedia-Archive
Name:		vdr-plugin-%plugin
Version:	0.0.2
Release:	22
Group:		Video
License:	GPL
URL:		http://schwatke.net/
Source:		vdr-%plugin-%version.tar.bz2
Patch0:		archive-includes.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi
Requires(pre):	rpm-helper

%description
Multimedia-Archive plugin for Klaus Schmidinger's Video Disc
Recorder.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
rm scripts/new_entry scripts/sort_archive
%vdr_plugin_prep

%build
%vdr_plugin_build
cd scripts
g++ %optflags -o new_entry new_entry.cc
g++ %optflags -o sort_archive sort_archive.cc

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/%plugin
install -m755 scripts/new_entry %{buildroot}%{vdr_plugin_cfgdir}/%plugin
install -m755 scripts/sort_archive %{buildroot}%{vdr_plugin_cfgdir}/%plugin
touch %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}/archive

%post
%create_ghostfile %{vdr_plugin_cfgdir}/%{plugin}/archive vdr vdr 644

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%attr(-,vdr,vdr) %dir %{vdr_plugin_cfgdir}/%{plugin}
%{vdr_plugin_cfgdir}/%{plugin}/new_entry
%{vdr_plugin_cfgdir}/%{plugin}/sort_archive
%attr(644,vdr,vdr) %ghost %{vdr_plugin_cfgdir}/%{plugin}/archive





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-22
+ Revision: a51363c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8893 |14cr|vdr-plugin-arghdirector-0.2.6-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	arghdirector

Summary:	VDR plugin: plugin to use the premiere multifeed option
Name:		vdr-plugin-%plugin
Version:	0.2.6
Release:	21
Group:		Video
License:	GPL
URL:		http://www.arghgra.de/arghdirector.html
Source:		http://www.arghgra.de/vdr-%plugin-%version.tar.bz2
Patch0:		arghdirector-0.2.6-fonts-1.6.patch
Patch1:		arghdirector-0.2.6-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Director is a plugin to use the multifeed option of some Premiere
channels(Direkt,Sport1,Sport2).

%prep
%setup -q -n %plugin-%version
chmod a-x HISTORY README
%patch0 -p1
%patch1 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.6-21
+ Revision: 4ebc89c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8894 |14cr|vdr-plugin-autosort-0.1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	autosort

Summary:	VDR plugin: Channel Autosort
Name:		vdr-plugin-%plugin
Version:	0.1.3
Release:	6
Group:		Video
License:	GPL
URL:		http://www.copypointburscheid.de/linux/autosort.htm
Source:		http://www.copypointburscheid.de/linux/vdr-%plugin-%version.tgz
Patch0:		autosort-90_ConfigDir.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin performs a presortion of new channels.

%prep
%setup -q -n %plugin-%version
sed -i 's,/video,%{_vdr_videodir},' scripts/*.pl README*
%patch0 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{_bindir}
install -m755 scripts/*.pl %{buildroot}%{_bindir}

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README* HISTORY examples
%{_bindir}/createopengroups.pl




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-6
+ Revision: 5f9975b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8895 |14cr|vdr-plugin-autotimer-0.2.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	autotimer

Summary:	VDR plugin: Autotimer
Name:		vdr-plugin-%plugin
Version:	0.2.0
Release:	13
Group:		Video
License:	GPL
URL:		http://phivdr.dyndns.org/vdr/vdr-autotimer/
Source:		http://phivdr.dyndns.org/vdr/vdr-autotimer/vdr-%plugin-%version.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Simple autotimer plugin for vdr. This plugin creates automatically
timers for matching EPG events.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY *.example





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-13
+ Revision: 6d7100b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8896 |14cr|vdr-plugin-autotimeredit-0.1.8-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	autotimeredit

# backportability
%define _localstatedir %{_var}

Summary:	VDR plugin: OSD autotimer edit
Name:		vdr-plugin-%plugin
Version:	0.1.8
Release:	20
Group:		Video
License:	GPL
URL:		http://www.fast-info.de/vdr/autotimeredit/
Source:		http://www.fast-info.de/vdr/autotimeredit/vdr-%plugin-%version.tar.bz2
Patch1:		http://gentoo.fh-luh.de/files/vdr-autotimeredit/autotimeredit-0.1.8.patch
Patch2:		92_autotimeredit-0.1.8-1.5.3.dpatch
Patch3:		autotimeredit-0.1.8-i18n-1.6.patch
Patch4:		autotimeredit-0.1.8-vdr-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This is a plugin for the Video Disk Recorder (VDR) to edit the vdradmind.at
for vdradmind via VDR on-screen-display (OSD).

%prep
%setup -q -n %plugin-%version
%patch1 -p4 -b .uint
%patch2 -p1
%patch3 -p1
%patch4 -p1
%vdr_plugin_prep

# this plugin has somewhat bloated configuration scheme...

%vdr_plugin_params_begin %plugin
# Note that most of these options can also be set from the OSD setup menu and
# autotimeredit.conf.
# Read the documentation for more info.
#
# Autotimer-file (same for vdradmind!)
var=AUTOTIMER_FILE
param="-f AUTOTIMER_FILE"
default=%{_localstatedir}/lib/vdradmin/vdradmind.at
# Hide the file from setup-menu
var=HIDE_AUTOTIMER_FILE
param="--ns_autotimerfile"
# Use SIGHUP (vdradmind) for update Autotimer
var=USE_SIGHUP_VDRADMIN
param=-p
default=yes
# Use SIGHUP (xxv) for update Autotimer
var=USE_SIGHUP_XXV
param=-x
# Hide the use_sgihup from setup-menu
var=HIDE_USE_SIGHUP
param=--ns_update_method
# Script/Config-file for force update autotimer
var=FORCE_UPDATE_FILE
param="-u FORCE_UPDATE_FILE"
default=%{_localstatedir}/lib/vdradmin/vdradmind.conf
# Hide the vdradminupdate-file form setup-menu
var=HIDE_FORCE_UPDATE_FILE
param="--ns_vdradminupdate"
# Show the plugin in the mainmenu
var=VISIBLE
param=-m
# Hide the plugin in the mainmenu
var=HIDDEN
param=-M
# Select Name for entry in the mainmenu
var=MAINMENU_NAME
param="-n MAINMENU_NAME"
# Enable more logging
var=ENABLE_VERBOSE
param=-v
# Disable more logging
var=DISABLE_VERBOSE
param=-V
# Use the repeat feature from vdradmin bp0.9
var=USE_REPEAT
param=-r
# not use, it set automatic to use, if the autotimerfile with 11 values
var=NOT_USE_REPEAT
param=-R
# Hide the option from setup-menu
var=HIDE_USE_REPEAT
param=--ns_repeat_feature
# Use weekday feature (sets also USE_REPEAT)
var=USE_WEEKDAY
param=-k
default=yes
# not use, it set automatic to use, if the autotimerfile with 12 values
var=NOT_USE_WEEKDAY
param=-K
# Hide the option from setup-menu
var=HIDE_USE_WEEKDAY
param=--ns_weekday_feature
# Show the manual update line at begin of autotimer-list
var=UPDATE_BEGIN
param=-b
# Hide the manual update line at begin of autotimer-list
var=NO_UPDATE_BEGIN
param=-B
# Show the manual update line at end of autotimer-list
var=UPDATE_END
param=-e
# Hide the manual update line at end of autotimer-list
var=NO_UPDATE_END
param=-E
# When one or more Autotimer are modifed, by quit the plugin appears
# a question for force search update
var=QUESTION_UPDATE
param=-q
# Above but no question
var=NO_QUESTION_UPDATE
param=-Q
# For the Autotimerlist show search in title, subtitle and
# description as a single char
var=SHOW_FLAGS
param=-l
# Column is hidden
var=HIDE_FLAGS
param=-L
# For the Autotimerlist show the startsearchtime
var=SHOW_START
param=-a
# Column is hidden
var=HIDE_START
param=-A
# For the Autotimerlist show the stopsearchtime
var=SHOW_STOP
param=-t
# Column is hidden
var=HIDE_STOP
param=-T
# For the Autotimerlist show the searchchannel
var=SHOW_CHANNEL
param=-c
# Column is hidden
var=HIDE_CHANNEL
param=-C
# if show_channel the name of channel is use
var=SHOW_CHANNEL_NAME
param=-s
# if show_channel the number of channel is use
var=SHOW_CHANNEL_NUMBER
param=-S
# Hide the Preferr Command Line Parameter form setup-menu
var=HIDE_COMMANDLINE
param=--ns_commandline
# set the default choise for the dictionary (space '_', any special
# char with #xx) a dictionary for blacklist starts with '~' include
# subdictionary with '~~'
# example: "/some/dir,/another/dir"
var=DEFAULTDICTIONARY
param="-d DEFAULTDICTIONARY"
# Select the source for the defaultdictionary
# 0x01 - autotimer 0x02 - timer 0x04 - records 0x08 - commandline 0x10 - setup
var=USE_DEFAULTDICTIONARY
param="-D USE_DEFAULTDICTIONARY"
# Hide all options with default dictionary from setup-menu
var=HIDE_DEFAULTDICTIONARY
param=--ns_defaultdictionary
# time (hours) between two updates for defaultdictionary from
# records (-1 only by start, 0 by each call autotimeredit)
var=UPDATETIMERECORDS
param="-y UPDATETIMERECORDS"
# Hide the updatetimerecords option from setup-menu
var=HIDE_UPDATETIMERECORDS
param=--ns_updatetimerecords
# file for read more options (relativ to <config-dir>/plugins, or
# when begins with '/' absolute)
var=MORE_OPTIONS_FILE
param="@MORE_OPTIONS_FILE"
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8-20
+ Revision: e68dc9c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8897 |14cr|vdr-plugin-avolctl-0.3b-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	avolctl

Summary:	VDR plugin: Alsa Volume Control
Name:		vdr-plugin-%plugin
Version:	0.3b
Release:	13
Group:		Video
License:	GPL
URL:		http://martins-kabuff.de/avolctl.html
Source:		http://martins-kabuff.de/download/vdr-%plugin-%version.tar.bz2
Patch0:		avolctl-0.3b-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	libalsa-devel
Requires:	vdr-abi = %vdr_abi

%description
This plugin controls selectable volume controls if your soundcard depending on
the volume control of VDR. It is also possible to select controls and switches
that can be controlled within the settings menu. This is for example useful for
tone control.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3b-13
+ Revision: 6e99c1d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8898 |14cr|vdr-plugin-beep-0.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	beep

Summary:	VDR plugin: Notify with a beep
Name:		vdr-plugin-%plugin
Version:	0.1.2
Release:	4
Group:		Video
License:	GPL
URL:		http://www.deltab.de/content/view/25/62
Source:		vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This Plugin notify with a beep over the internal mainboard speaker,
to selected VDR events.

%prep
%setup -q -n %plugin-%version
chmod a+x contrib
chmod a+x contrib/Elise.sh
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY contrib





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-4
+ Revision: c18b1e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8899 |14cr|vdr-plugin-bitstreamout-0.89c-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	bitstreamout

%define debug_package %{nil}

Summary:	VDR plugin: bit stream out to S/P-DIF of a sound card
Name:		vdr-plugin-%plugin
Version:	0.89c
Release:	5
Group:		Video
License:	GPL
URL:		http://bitstreamout.sourceforge.net/
Source:		http://prdownloads.sourceforge.net/bitstreamout/vdr-%plugin-%version.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	mad-devel
BuildRequires:	libalsa-devel
Requires:	vdr-abi = %vdr_abi
Requires(post):	vdr-common

%description
A plugin which receive the data stream of AC3 (Dolby Digital[tm]),
DTS[tm] (Digital Theater System[tm]), and linear PCM in playback
and live mode of VDR.  The data received is send to the S/P-DIF
of the sound card.  Whereby the none PCM data is embedded into
an appropriate PCM data stream to ensure that the A/V receiver with
its decoder unit is able to handle the data therein.  For a full
description read the file Description.

%prep
%setup -q -c
cd %plugin
# fix build
sed -i 's,error No VDR,warning No VDR,' Makefile

%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# enable a control entry in the main menu
var=ONOFF
param=--onoff
# script for en/dis-able the spdif interface
var=SCRIPT
param=--mute=SCRIPT
%vdr_plugin_params_end

%build
cd %plugin
# messed up variables in Makefile:
%vdr_plugin_build PLUGINLIBDIR=.

%install
cd %plugin
%vdr_plugin_install

install -d -m755 %{buildroot}/%{_mandir}/man5
install -m644 vdr-bitstreamout.5* %{buildroot}/%{_mandir}/man5

%post
%{_bindir}/gpasswd -a vdr audio >/dev/null


%files -f %plugin/%plugin.vdr
%defattr(-,root,root)
%doc %plugin/AUTHORS %plugin/ChangeLog %plugin/Description
%doc %plugin/INSTALL %plugin/PROBLEMS %plugin/README
%doc %plugin/tools %plugin/doc %plugin/mute
%{_mandir}/man5/vdr-bitstreamout.5*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.89c-5
+ Revision: 2098c06
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8900 |14cr|vdr-plugin-btrcu-0.0.1-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	btrcu

Summary:	VDR plugin: Controls VDR through a Bluetooth mobile phone
Name:		vdr-plugin-%plugin
Version:	0.0.1
Release:	21
Group:		Video
License:	GPL
URL:		http://www.k13zoo.de/vdr/
Source:		http://www.k13zoo.de/vdr/vdr-%plugin-%version.tar.bz2
Patch1:		btrcu-0.0.1-gcc4.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin allows using a bluetooth mobile phone to act as remote.

%prep
%setup -q -n %plugin-%version
%patch1 -p1 -b .gcc4
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# BtRCU device (default is /dev/rfcomm0)
var=BTRCU_DEV
param=--device=BTRCU_DEV
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -D -m755 btrcu.sh.example %{buildroot}%{vdr_plugin_cfgdir}/btrcu.sh

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%config(noreplace) %{vdr_plugin_cfgdir}/btrcu.sh





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-21
+ Revision: b3b4c7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8901 |14cr|vdr-plugin-burn-0.2.0-0.beta4.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin burn
%define prerel beta4

# backportability
%define _localstatedir %{_var}

Summary:	VDR plugin: Versatile convert-and-burn plugin
Name:		vdr-plugin-%{plugin}
Version:	0.2.0
Release:	0.%{prerel}.4
License:	GPLv2+
Group:		Video
Url:		http://projects.vdr-developer.org/projects/plg-burn/
Source0:	vdr-%{plugin}-%{version}-%{prerel}.tgz
Patch0:		vdr-burn-0.2.0-PRIO_PGRP.patch
Patch1:		burn-0.1.0-pre21-jpackage-java.patch
# add subtitle track descriptions also when no dvd menu is created (untested)
Patch9:		vdr-burn-subpicture-id-when-no-menu.patch
BuildRequires:	vdr-devel
BuildRequires:	gd-devel
BuildRequires:	boost-devel
Requires:	cdrkit
Requires:	cdrkit-genisoimage
Requires:	dvd+rw-tools
Requires:	dvdauthor
Requires:	eject
Requires:	m2vrequantizer
Requires:	mjpegtools
Requires:	vdr-abi = %{vdr_abi}
Requires:	vdrsync
Suggests:	pxsup2dast
Requires(post):	vdr-common

%description
This Plugin enables VDR to write compliant DVDs from VDR recordings while
being able to control the process and to watch progress from inside VDRs
on-screen-display. If the selected recordings don't fit the DVD, the video
tracks are requantized (shrinked) automatically.

The created menus support multipage-descriptions (in case the recording
summary exceeds one page).

If you wish to have subtitles support, you have to install package
projectx and enable ProjectX in the plugin setup menu.

%files -f %{plugin}.vdr
%doc HISTORY README
%attr(-,vdr,vdr) %dir %{vdr_plugin_cfgdir}/%{plugin}
%attr(-,vdr,vdr) %dir %{vdr_plugin_cfgdir}/%{plugin}/counters
%attr(-,vdr,vdr) %dir %{_localstatedir}/lib/vdr/iso-images
%{vdr_plugin_cfgdir}/%{plugin}/skins
%{vdr_plugin_cfgdir}/%{plugin}/*.mp2
%{vdr_plugin_cfgdir}/%{plugin}/fonts
%{vdr_plugin_cfgdir}/%{plugin}/*.png
%{vdr_plugin_cfgdir}/%{plugin}/*.ini
%{_bindir}/vdrburn-archive.sh
%{_bindir}/vdrburn-dvd.sh
%{_bindir}/burn-buffers

%post
%{_bindir}/gpasswd -a vdr cdrom >/dev/null
%{_bindir}/gpasswd -a vdr cdwriter >/dev/null

#----------------------------------------------------------------------------

%prep
%setup -q -n %{plugin}-%{version}-%{prerel}
find -name CVS -print0 | xargs -0 rm -rf
%apply_patches

perl -pi -e 's/mkisofs/genisoimage/' *.sh
perl -pi -e 's/cdrecord/wodim/' *.sh

%vdr_plugin_prep

%vdr_plugin_params_begin %{plugin}
# directory for temporary files
# MUST be on UNIX filesystem
var=TEMPDIR
param=--tempdir=TEMPDIR
# directory for temporary datafiles
var=DATADIR
param=--datadir=DATADIR
# DVD writer
var=DVD_DEVICE
param=--dvd=DVD_DEVICE
# ISO image storage directory
# default: %{_localstatedir}/lib/vdr/iso-images
var=ISO_DIR
param=--iso=ISO_DIR
%vdr_plugin_params_end

%build
%vdr_plugin_build ISODIR=%{_localstatedir}/lib/vdr/iso-images

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{_bindir}
install -m755 vdrburn-*.sh %{buildroot}%{_bindir}
install -m755 burn-buffers %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}
install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}/skins

cp -a burn/* %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}
install -d -m755 %{buildroot}%{_localstatedir}/lib/vdr/iso-images
rm %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}/counters/standard


%changelog
* Mon Aug 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.0-0.beta4.4
+ Revision: 1abb552
- Add patch to fix build with new gcc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8902 |14cr|vdr-plugin-calc-0.0.1-0.rc5.20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	calc
%define tarversion 0[1].0.1-%rcver
%define rcver	rc5
%define rel	20
%define release 0.%rcver.%rel

Summary:	VDR plugin: VDR mini calculator
Name:		vdr-plugin-%plugin
Version:	0.0.1
Release:	%release
Group:		Video
License:	GPL
URL:		http://www.vdrcalc.bmschneider.de/index2.html
Source:		http://www.vdrcalc.bmschneider.de/dateien/vdr-%plugin-%tarversion.tar.bz2
Patch1:		calc-0.0.1-rc5-extra-qualification.patch
Patch2:		calc-02_pathes.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi
Requires:	bc

%description
This is a small calculator plugin for the VDR.
It supports the 4 basic mathematic functions plus a memory, just
like your pocket calculator. It now has also the basic trigonometric
functions.

%prep
%setup -q -n %plugin-%version-%rcver
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY




%changelog
* Wed Mar 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-0.rc5.20
+ Revision: d76e42f
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8903 |14cr|vdr-plugin-channelscan-0.1.0-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	channelscan

Summary:	VDR plugin: Plugin for satellite scan
Name:		vdr-plugin-%plugin
Version:	0.1.0
Release:	19
Group:		Video
License:	GPL
URL:		http://kikko77.altervista.org/
Source:		vdr-%plugin-%version.tar.bz2
Patch1:		channelscan-extra-qualification.patch
Patch2:		90_channelscan-0.1.0-1.5.10.dpatch
Patch3:		channelscan-0.1.0-i18n-1.6.patch
Patch4:		channelscan-format-string.patch
Patch5:		channelscan-includes.patch
# warning: cannot pass objects of non-POD type ‘class cString’ through ‘...’; call will abort at runtime
Patch6:		channelscan-non-pod-type.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin reads some information about the satellite transponders
from a .ini file and then scan this sat to get a channel list.

%prep
%setup -q -n %plugin-%version
%patch1 -p0 -b .extra
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1

%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{_vdr_plugin_datadir}/%{plugin}
install -m644 transponders/* %{buildroot}%{_vdr_plugin_datadir}/%{plugin}

install -d -m755 %{buildroot}%{_vdr_plugin_cfgdir}
ln -s %{_vdr_plugin_datadir}/%{plugin} %{buildroot}%{_vdr_plugin_cfgdir}/transponders

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY TODO
%{_vdr_plugin_cfgdir}/transponders
%{_vdr_plugin_datadir}/%{plugin}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-19
+ Revision: fa1fe6e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8904 |14cr|vdr-plugin-channelswitcher-0.0.1b-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	channelswitcher

Summary:	VDR plugin: Channel.conf Switcher
Name:		vdr-plugin-%plugin
Version:	0.0.1b
Release:	18
Group:		Video
License:	GPL
URL:		http://www.freewebs.com/sadhome/
Source:		http://www.freewebs.com/sadhome/Plugin/Channelswitcher/vdr-%plugin-%version.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
The channelswitcher plugin administers several channel
configurations. One can change between different channel.conf.*.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1b-18
+ Revision: 88dfe2e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8905 |14cr|vdr-plugin-chanorg-0.0.6-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	chanorg
%define name	vdr-plugin-%plugin
%define version	0.0.6

Summary:	VDR plugin: Channels Organizer
Name:		%name
Version:	%version
Release:	18
Group:		Video
License:	GPL
URL:		http://www.freewebs.com/sadhome/
Source:		http://www.freewebs.com/sadhome/Plugin/Channelswitcher/vdr-%plugin-%version.tar.bz2
Patch1:		http://deela.cc.fh-lippe.de/files/vdr-chanorg/chanorg-0.0.6.patch
Patch2:		03_chanorg-0.0.6_fix-EbS-crash.dpatch
Patch3:		chanorg-0.0.6-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
With this plugin one can edit the channels.conf file via OSD.

%prep
%setup -q -n %plugin-%version
%patch1 -p1 -b .p
%patch2 -p1
%patch3 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.6-18
+ Revision: d5d43e9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8906 |14cr|vdr-plugin-cinebars-0.0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	cinebars
%define name	vdr-plugin-%plugin
%define version	0.0.5

Summary:	VDR plugin: Overlays "cinebars"
Name:		%name
Version:	%version
Release:	6
Group:		Video
License:	GPL+
URL:		http://www.egal-vdr.de/plugins/
Source:		http://www.egal-vdr.de/plugins/vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Overlays "cinema-bars" over the live picture.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-6
+ Revision: 79aa52e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8907 |14cr|vdr-plugin-clock-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	clock
%define name	vdr-plugin-%plugin
%define version	1.0.0
%define rel	5

Summary:	VDR plugin: A Simple Clock
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://vdr.humpen.at/
Source:		http://vdr.humpen.at/uploads/media/vdr-%plugin-%version.tgz
Patch0:		clock-1.0.0-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
My Humax Receiver has a Clock Function that I enjoy very much.
So I decided to write a Plugin for VDR which allows me to see
a small clock in the Top right corner.

The Idea is to set a unused key from your remote control
(for example the key User1) to show the clock.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-5
+ Revision: 5953b46
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8908 |14cr|vdr-plugin-console-0.6.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	console
%define name	vdr-plugin-%plugin
%define version	0.6.0
%define rel	17

Summary:	VDR plugin: Expands VDR to a Console on TV
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://ricomp.de/vdr/
Source:		http://ricomp.de/vdr/vdr-%plugin-%version.tar.bz2
Patch1:		http://deela.cc.fh-lippe.de/files/vdr-console/console-0.6.0.patch
Patch2:		03_command_from_cli.dpatch
Patch3:		93_console-1.5.0.dpatch
Patch4:		console-0.6.0-i18n-1.6.patch
Patch5:		94_console-1.6.0.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Your  TV  screen  and a keyboard  that  are  connected to a VDR box  are
building a terminal. With this terminal you can manage several consoles.
In the OSD  of VDR you can  open as many  consoles as you want. In  each
console you can start a program that runs in the background. Your inputs
to the keyboard are  redirected to the current  selected console as well
as the output that these  programs generate are redirected into the OSD.

%prep
%setup -q -n %plugin-%version
%patch1 -p4 -b .1318
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# specify the program which is called when you start the plugin
var=COMMAND
param='-c COMMAND'
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY TODO





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-17
+ Revision: f8749a4
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8909 |14cr|vdr-plugin-control-0.0.2a-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	control
%define name	vdr-plugin-%plugin
%define version	0.0.2a
%define rel	17

Summary:	VDR plugin: Control VDR over terminal or telnet
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://ricomp.de/vdr/
Source:		http://ricomp.de/vdr/vdr-%plugin-%version.tar.bz2
Patch1:		http://deela.cc.fh-lippe.de/files/vdr-control/control-0.0.2a.patch
Patch2:		02_gateway.dpatch
Patch3:		93_control-0.0.2a-1.5.0.dpatch
Patch4:		control-const-char-gcc4.4.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
The 'control' plugin brings the ability to VDR to control
the whole OSD over a telnet client.

%prep
%setup -q -n %plugin-%version
%patch1 -p1 -b .1318
%patch2 -p1
%patch3 -p1
%patch4 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# tty to control vdr per virtual terminal
# default: none
var=TERMINAL
param=--terminal=TERMINAL
# port to receive remote connections
# default: 2002
var=PORT
param=--port=PORT
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY TODO





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2a-17
+ Revision: 996f678
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8910 |14cr|vdr-plugin-csf-0.0.1-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	csf

Summary:	VDR plugin: CSF Channel Sort&Filter
Name:		vdr-plugin-%plugin
Version:	0.0.1
Release:	18
Group:		Video
License:	GPL
URL:		http://jmorra.tripod.com/
# binaries removed
Source:		%plugin-%version.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin provides a menu entry from which the channels list can
be sorted and filtered using different algorithms.

%prep
%setup -q -n %plugin
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-18
+ Revision: 2c11445
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8911 |14cr|vdr-plugin-decruft-0.0.4-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	decruft

Summary:	VDR plugin: Remove the cruft from your channels
Name:		vdr-plugin-%plugin
Version:	0.0.4
Release:	14
Group:		Video
License:	GPL
URL:		http://www.rst38.org.uk/vdr/decruft/
Source:		http://www.rst38.org.uk/vdr/decruft/vdr-%plugin-%version.tar.bz2
Patch0:		02_avoid-vdr-patch.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Clean the cruft from your channels file - i.e. turn on add channels
without fear of being overwhelmed. Sort your channels into logical
groups.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%vdr_plugin_prep
rm -r examples/CVS

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY examples


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-14
+ Revision: 3440ddb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8912 |14cr|vdr-plugin-director-0.2.8-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	director
%define name	vdr-plugin-%plugin
%define version	0.2.8
%define rel	18

Summary:	VDR plugin: plugin to use the premiere multifeed option
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.wontorra.net/staticpages/index.php?page=director
Source:		vdr-%plugin-%version.tar.bz2
Patch0:		90_director-0.2.8-1.5.3.dpatch
Patch1:		director-0.2.8-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Director is a plugin to use the multifeed option of some Premiere
channels (Direkt, Sport Portal).

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
chmod -x HISTORY COPYING README
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README COPYING HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.2.8-18
+ Revision: ae11d53
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8913 |14cr|vdr-plugin-dvd-0.3.6-0.b03.20071030.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	dvd
%define betaver	b03
%define cvsrev	20071030
%define rel	8
%define release	0.%betaver.%cvsrev.%rel

Summary:	VDR plugin: turn VDR into an (almost) full featured DVD player
Name:		vdr-plugin-%plugin
Version:	0.3.6
Release:	%release
Group:		Video
License:	GPL
URL:		http://sourceforge.net/projects/dvdplugin
Source:		vdr-%{plugin}-%{cvsrev}.tar.bz2
Patch0:		dvd-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0-7
BuildRequires:	libdvdnav-devel a52dec-devel
Requires:	vdr-abi = %vdr_abi
Requires(post):	vdr-common

%description
This is the DVD plugin for the Video Disk Recorder (VDR).

%prep
%setup -q -n %{plugin}
%patch0 -p1
%vdr_plugin_prep
# script-without-shellbang
chmod -x README COPYING HISTORY CONTRIBUTORS

%vdr_plugin_params_begin %plugin
# DVD device
# default: /dev/dvd
var=DVD_DEVICE
param=--dvd=DVD_DEVICE
%vdr_plugin_params_end

%build
VDR_PLUGIN_EXTRA_FLAGS=
%if %{mdkversion} >= 200900
# mdv #40406
mkdir -p dvdnav
sed 's,\*this,*cthis,' %{_includedir}/dvdnav/dvdnav.h > dvdnav/dvdnav.h
diff -u %{_includedir}/dvdnav/dvdnav.h dvdnav/dvdnav.h || :
VDR_PLUGIN_EXTRA_FLAGS="-I$PWD"
%endif
# mdv #35140
VDR_PLUGIN_EXTRA_FLAGS="$VDR_PLUGIN_EXTRA_FLAGS -D__STDC_LIMIT_MACROS"
%vdr_plugin_build LDFLAGS="%vdr_plugin_ldflags"

%install
%vdr_plugin_install

%post
%{_bindir}/gpasswd -a vdr cdrom >/dev/null
%{_bindir}/gpasswd -a vdr cdwriter >/dev/null

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README COPYING HISTORY CONTRIBUTORS





%changelog
* Wed Mar 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.3.6-0.b03.20071030.8
+ Revision: dfa5a92
- Fix a52dec BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8914 |14cr|vdr-plugin-dvdselect-0.8-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	dvdselect
%define name	vdr-plugin-%plugin
%define version	0.8
%define rel	18

Summary:	VDR plugin: virtual dvd-selector
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.vdr-wiki.de/wiki/index.php/Dvdselect-plugin
Source:		http://www.vdr-wiki.de/vdr/vdr-dvdselect/vdr-%plugin-%version.tar.bz2
Patch0:		dvdselect-default-paths.patch
Patch1:		dvdselect-0.8-i18n-1.6.patch
Patch2:		dvdselect-format-string.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This Plugin is used to mount multiple DVD-Images to the dvd-device.
Doing this, you are able to play these dvds using the dvdplugin.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep
rm -f examples/*~

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY examples





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.8-18
+ Revision: af92e36
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8915 |14cr|vdr-plugin-dvdswitch-0.1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	dvdswitch
%define name	vdr-plugin-%plugin
%define version	0.1.3
%define rel	6

Summary:	VDR plugin: allows to play DVD-Images
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.vdr-wiki.de/wiki/index.php/Dvdswitch-plugin
Source:		http://download.schmidtie.de/vdr-%plugin-%version.tar.bz2
Patch0:		90_dvdswitch-0.1.3-1.5.4.dpatch
Patch1:		03_no-files-crash.dpatch
Patch2:		dvdswitch-0.1.3-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
DVDswitch-plugin for VDR.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep
chmod 0644 README HISTORY

%vdr_plugin_params_begin %plugin
# write debug info to DEBUGLOGFILE
var=DEBUGLOGFILE
param=--debug=DEBUGLOGFILE
# scriptname with path for reading DVD as a ISO Image File
var=READ_SCRIPT
param=--readscript=READ_SCRIPT
# scriptname with path for writing selected DVD Image
var=WRITE_SCRIPT
param=--writescript=WRITE_SCRIPT
# path to DVD Images. This option can be set in setup-menu.
var=IMAGE_PATH
param=--imagedir=IMAGE_PATH
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-6
+ Revision: 8474026
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8916 |14cr|vdr-plugin-eggtimer-0.9.5-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	eggtimer
%define name	vdr-plugin-%plugin
%define version	0.9.5
%define rel	14

Summary:	VDR plugin: Eggtimer
Name:		%name
Version:	%version
Release:	%rel
Group:		Video
License:	GPL
URL:		http://vaasa.wi-bw.tfh-wildau.de/~pjuszack/digicam/index_en.html
Source:		http://194.95.44.38/~pjuszack/digicam/download/vdr-%plugin-%version.tar.bz2
Patch0:		vdr-eggtimer-0.9.4-fix-menu.h.patch
Patch1:		eggtimer-0.9.5-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This is a plugin for the Video Disc Recorder (VDR). It can be used
to be reminded to certain things you will maybe forget when watching
TV. You can also let it switch to a channel or execute a command
from VDRs commands.conf at a certain point of time.

Examples: tea is ready, switch to a channel, shutdown VDR after
recording ...

%prep
%setup -q -n %plugin-%version
%patch0 -p1 -b .includes
%patch1 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -D -m644 eggtimer.conf %{buildroot}%{vdr_plugin_cfgdir}/eggtimer.conf

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY eggtimer.conf.*
%config(noreplace) %{vdr_plugin_cfgdir}/eggtimer.conf





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5-14
+ Revision: a902a97
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8917 |14cr|vdr-plugin-epgsearch-0.9.24-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	epgsearch
%define name	vdr-plugin-%plugin
%define version	0.9.24
%define prever	0
%define rel	5

Summary:	VDR plugin: search the EPG for repeats and more
Name:		%name
Version:	%version
%if %prever
Release:	%mkrel 0.%prever.%rel
%else
Release:	%mkrel %rel
%endif
Group:		Video
License:	GPL+
URL:		http://winni.vdr-developer.org/epgsearch/index_eng.html
%if %prever
Source:		vdr-%plugin-%version.%prever.tgz
%else
Source:		http://winni.vdr-developer.org/epgsearch/downloads/vdr-%plugin-%version.tgz
%endif
Patch0:		epgsearch-includes.patch
Patch1:		epgsearch-const-char-gcc4.4.patch
BuildRequires:	vdr-devel >= 1.6.0-7
Requires:	vdr-abi = %vdr_abi

%description
EPG-Search can be used as a replacement for the default schedules
menu entry. It looks like the standard schedules menu, but adds some
additional functions:
- Commands for EPG entries with 5 built-in commands like 'show repeats',
  'create search'. One can add own commands for other needs, like adding a
  VDRAdmin auto-timer.
- Add up to 4 user-defined times to 'now' and 'next'
- Searching the EPG: Create reusable queries, which can also be used
  as 'search timers'.
- Search timers: Search for broadcasts in the background and add a
  timer if one matches (similar to VDRAdmin's auto-timers) or simply
  make an announcement about it via OSD
- Avoid double recordings of the same event
  * timer preview
  * recognition of broken recordings
  * fuzzy event comparison
- Progress bar in 'What's on now' and 'What's on next'
- Shift the time displayed by keypress, e.g. 'What's on now' + 30 minutes
- Start menu can be setup between 'Schedule' or 'What's on now'
- background check for timer conflicts with a timer conflict manager
- detailed epg menu (summary) allows jumping to the next/previous
  event
- support for extended EPG info for search timers
- extension of the timer edit menu with a directory item, user
  defined weekday selection and a subtitle completion.

%package -n %plugin-devel
Summary:	Development headers of epgsearch VDR plugin
Group:		Development/C++
Requires:	vdr-devel

%description -n %plugin-devel
Headers for developing plugins that will use services provided by
epgsearch.

%prep
%if %prever
%setup -q -n %plugin-%version.%prever
%else
%setup -q -n %plugin-%version
%endif
%patch0 -p1
%patch1 -p1
%vdr_plugin_prep

chmod -x scripts/*.conf

%vdr_plugin_params_begin %plugin
# the path to svdrpsend.pl for external
# SVDRP communitcation (default is internal
# communication)
var=SVDRPSENDCMD
param=--svdrpsendcmd=SVDRPSENDCMD
# config dir for epgsearch
var=CONFIGDIR
param=--config=CONFIGDIR
# logfile for epgsearch
var=LOGFILE
param=--logfile=LOGFILE
# logfile verbosity
var=LOGLEVEL
param=--verbose=LOGLEVEL
# reload epgsearchmenu.conf with plugin call
var=RELOADMENUCONF
param=--reloadmenuconf
# path to an alternative mail script for mail notification
var=MAILCMD
param=--mailcmd=MAILCMD
%vdr_plugin_params_end

%build
# -DUSE_PINPLUGIN does not work with current pin patch
VDR_PLUGIN_EXTRA_FLAGS="-DUSE_GRAPHTFT"
%vdr_plugin_build

%install
%vdr_plugin_install

make install-doc MANDIR=%{buildroot}%{_mandir}

install -d -m755 %{buildroot}%{_bindir}
install -m755 scripts/*.pl %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_includedir}/vdr/%{plugin}
install -m644 services.h %{buildroot}%{_includedir}/vdr/%{plugin}

cat %plugin.vdr conflictcheckonly.vdr epgsearchonly.vdr quickepgsearch.vdr > combined.vdr

%files -f combined.vdr
%defattr(-,root,root)
%doc README* HISTORY* MANUAL* doc conf scripts
%{_bindir}/autotimer2searchtimer.pl
%{_bindir}/convert_epgsearchdone_data.pl
%{_bindir}/convert_info_vdr.pl
%{_bindir}/sendEmail.pl
%{_mandir}/man1/createcats.1*
%{_mandir}/man1/epgsearch.1*
%{_mandir}/man4/epgsearch.4*
%{_mandir}/man5/epgsearch*.5*
%{_mandir}/man5/noannounce.conf.5*
%{_mandir}/man5/timersdone.conf.5*
%lang(de) %{_mandir}/de

%files -n %plugin-devel
%defattr(-,root,root)
%{_includedir}/vdr/%{plugin}




%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.9.24-5
+ Revision: f298c90
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8918 |14cr|vdr-plugin-epgsync-0.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	epgsync
%define name	vdr-plugin-%plugin
%define version	0.0.4
%define rel	2

Summary:	VDR plugin: Import EPG of an other VDR
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://vdr.schmirler.de/
Source:		http://vdr.schmirler.de/epgsync/vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	svdrpservice-devel
Requires:	vdr-abi = %vdr_abi
Requires:	vdr-plugin-svdrpservice

%description
With this plugin you can import the EPG of a remote VDR. It can
either use SVDRP or streamdev's VTP to download the EPG.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

perl -pi -e 's,"../svdrpservice/svdrpservice.h",<vdr/svdrpservice/svdrpservice.h>,' thread.h

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-2
+ Revision: 4b8e922
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8919 |14cr|vdr-plugin-extb-0.3.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	extb

Summary:	VDR plugin: control the extb board
Name:		vdr-plugin-%plugin
Version:	0.3.1
Release:	6
Group:		Video
License:	GPL
URL:		http://deltab.de/
Source:		vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
The extb plugin controls the VDR Extension Board.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# sets the lirc-device to other device than /dev/lircd
var=LIRCDEV
param=--device=LIRCDEV
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README* HISTORY contrib wakeup



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-6
+ Revision: 1b4df9e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8920 |14cr|vdr-plugin-externalplayer-0.1.0-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	externalplayer
%define name	vdr-plugin-%plugin
%define version	0.1.0
%define rel	19

Summary:	VDR plugin: launch external players
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://sourceforge.net/projects/externalplayer
Source:		http://prdownloads.sourceforge.net/externalplayer/vdr-%plugin-%version.tar.bz2
Patch0:		externalplayer-0.1.0-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This can be used to launch external players from main menu.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# specify path to an alternative config file
var=CFGFILE
param=--config=CFGFILE
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -D -m644 examples/externalplayer.conf %{buildroot}%{vdr_plugin_cfgdir}/externalplayer.conf

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%config(noreplace) %{vdr_plugin_cfgdir}/externalplayer.conf



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-19
+ Revision: 7345d78
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8921 |14cr|vdr-plugin-extrecmenu-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	extrecmenu
%define name	vdr-plugin-%plugin
%define version	1.1
%define rel	7

Summary:	VDR plugin: Extended recordings menu
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://martins-kabuff.de/extrecmenu_en.html
Source:		http://martins-kabuff.de/download/vdr-%plugin-%version.tgz
Patch0:		extrecmenu-1.1-i18n-1.6.patch
Patch1:		extrecmenu-const-char-gcc4.4.patch
Patch2:		extrecmenu-graphtft.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin provides a recordings menu enhanced with the possibility to
rename or move recordings and directories. The display of recording date, time
and length is configurable. Sorting by name or date is selectable for each
directory. If you use the PIN-plugin, the replay and editing of recordings is
protected. The plugin also handles archive dvds of VDR recordings (as known
from the DVDArchive-patch for VDR). This plugin extends VDR's '-r'-option with
messages for deleting, moving and renaming a recording.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%build
VDR_PLUGIN_EXTRA_FLAGS="-DUSE_GRAPHTFT"
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY contrib scripts



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: 69991f3
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8922 |14cr|vdr-plugin-femon-1.6.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	femon
%define name	vdr-plugin-%plugin
%define version	1.6.7
%define rel	5

Summary:	VDR plugin: DVB Signal Information Monitor (OSD)
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPLv2+
URL:		http://www.saunalahti.fi/~rahrenbe/vdr/femon/
Source:		http://www.saunalahti.fi/~rahrenbe/vdr/femon/files/vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
DVB Frontend Status Monitor is a plugin that displays some signal information
parameters of the current tuned channel on OSD. You can zap through all your
channels and the plugin should be monitoring always the right frontend. The
transponder and stream information are also available in advanced display
modes.

The plugin is based on a neat console frontend status monitor application
called 'femon' by Johannes Stezenbach (see DVB-apps/szap/femon.c for further
information). The bitrate calculation trick originates from the 'dvbstream'
application by Dave Chapman and the stream information routines are taken from
the 'libdvb' library by Metzler Brothers.

%package -n vdr-%plugin-devel
Summary:	Development headers of femon VDR plugin
Group:		Development/C++
Requires:	vdr-devel

%description -n vdr-%plugin-devel
Headers for developing VDR plugins that use services provided by femon.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%build
%vdr_plugin_build STRIP=/bin/true

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{_includedir}/vdr/%{plugin}
install -m644 femonservice.h %{buildroot}%{_includedir}/vdr/%{plugin}

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY

%files -n vdr-%plugin-devel
%defattr(-,root,root)
%dir %{_includedir}/vdr/%{plugin}
%{_includedir}/vdr/%{plugin}/femonservice.h




%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.6.7-5
+ Revision: 52fc52c
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8923 |14cr|vdr-plugin-fepg-0.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	fepg

Summary:	VDR plugin: A Graphical EPG
Name:		vdr-plugin-%plugin
Version:	0.4.1
Release:	4
Group:		Video
License:	GPLv2+
URL:		http://fepg.org/
Source:		http://fepg.org/files/vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
fEPG is a plugin for VDR that provides a graphical way of viewing and
navigating through EPG data.

%prep
%setup -q -n %plugin-%version
chmod a-x README HISTORY
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-4
+ Revision: cd5b682
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8924 |14cr|vdr-plugin-ffnetdev-0.1.0-12.svn33.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	ffnetdev
%define name	vdr-plugin-%plugin
%define version	0.1.0
%define snapshot 33
%define rel	6

Summary:	VDR plugin: Full Featured Network Device for Streaming
Name:		%name
Version:	%version
%if %snapshot
Release:	%mkrel 12.svn%snapshot.%rel
%else
Release:	%mkrel %rel
%endif
Group:		Video
License:	GPL+
URL:		http://developer.berlios.de/projects/ffnetdev
%if %snapshot
Source:		vdr-%plugin-%snapshot.tar.bz2
%else
Source:		http://download.berlios.de/ffnetdev/vdr-%plugin-%version.tar.bz2
%endif
Patch0:		ffnetdev-i18n-1.6.patch
Patch1:		91_ffnetdev-0.1.0+svn20060625-1.5.0.dpatch
Patch2:		92_vdr-1.5.12-ffnetdev-svn20071122.dpatch
Patch3:		ffnetdev-duplicate-param-name.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
The purpose of this plugin is to provide an "easy" way of connecting
possible streaming clients to VDR by emulating a full featured DVB
device over the network including OSD and TS streaming capabilities.

%prep
%if %snapshot
%setup -q -n %plugin-%snapshot
%else
%setup -q -n vdr-%plugin-%version
%endif
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# port number for sending TS to
var=TS_PORT
param="-t TS_PORT"
# listen on this port for OSD connect
var=OSD_PORT
param="-o OSD_PORT"
# listen on this port for ClientControl connection
var=CONTROL_PORT
param="-c CONTROL_PORT"
# enable remote control over OSD connection
var=OSD_CONTROL
param=-e
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README CHANGELOG





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-12.svn33.6
+ Revision: 9cf7574
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8925 |14cr|vdr-plugin-filebrowser-0.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	filebrowser
%define name	vdr-plugin-%plugin
%define version	0.2.0
%define rel	6

Summary:	VDR plugin: Browse through files and execute actions on them
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPLv3+
URL:		http://vdr.nasenbaeren.net/filebrowser/
Source:		http://vdr.nasenbaeren.net/filebrowser/vdr-%plugin-%version.tgz
Patch0:		filebrowser-format-string.patch
Patch1:		filebrowser-type-fixes.patch
# workaround for http://sourceware.org/bugzilla/show_bug.cgi?id=9759
# for pre-2.10 glibc
Patch2:		filebrowser-dirent.patch
BuildRequires:	vdr-devel >= 1.6.0-7
Requires:	vdr-abi = %vdr_abi

%description
This plugin is a filebrowser with user-defined commands to execute
on files.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY examples





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-6
+ Revision: 3a877c0
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8926 |14cr|vdr-plugin-freecell-0.0.2-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	freecell
%define name	vdr-plugin-%plugin
%define version	0.0.2
%define rel	20

Summary:	VDR plugin: The well-known card game
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL+
URL:		http://www.magoa.net/linux/index.php?view=freecell
Source:		http://www.magoa.net/linux/files/vdr-%plugin-%version.tar.bz2
Patch0:		vdr-cardgames-0.0.2-to-gcc3.4.diff
Patch1:		vdr-freecell-0.0.2-time.patch
Patch2:		93_freecell-0.0.2-1.5.4.dpatch
Patch3:		freecell-0.0.2-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This Freecell plugin is an implementation of the (well-known) card game
"Freecell" played on the On Screen Display of your Video Disk Recorder.

%prep
%setup -q -n %plugin-%version
%patch0 -p1 -b .gcc34
%patch1 -p1 -b .time
%patch2 -p1
%patch3 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{_vdr_plugin_datadir}/%{plugin}
install -d -m755 %{buildroot}%{_vdr_plugin_cfgdir}
install -m644 freecell/* %{buildroot}%{_vdr_plugin_datadir}/%{plugin}
ln -s %{_vdr_plugin_datadir}/%{plugin} 	%{buildroot}%{_vdr_plugin_cfgdir}/freecell


%files -f %plugin.vdr
%defattr(-,root,root)
%doc README COPYING HISTORY CONTRIBUTORS
%{_vdr_plugin_cfgdir}/freecell
%{_vdr_plugin_datadir}/%{plugin}





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-20
+ Revision: 920c9fc
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8927 |14cr|vdr-plugin-fussball-0.0.3b-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	fussball
%define name	vdr-plugin-%plugin
%define version	0.0.3b
%define rel	16

Summary:	VDR plugin: Displays table of the German Football(Soccer) League
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL+
URL:		http://www.vdr-wiki.de/wiki/index.php/Fussball-plugin
Source:		http://home.arcor.de/crystl/vdr-%plugin-%version.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi
Requires:	wget

%description
This VDR plugin displays table of the German Football(Soccer)
League.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

perl -pi -e 's,/usr/local/bin,%{_bindir},' fussball.c
perl -pi -e 's,/usr/local/bin/sort.pl,%{_bindir}/fussball-sort.pl,' scripte/ergebnisse.sh

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{_bindir}
install -m755 scripte/*.sh %{buildroot}%{_bindir}
install -m755 scripte/sort.pl %{buildroot}%{_bindir}/fussball-sort.pl

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%{_bindir}/ergebnisse.sh
%{_bindir}/tabelle.sh
%{_bindir}/fussball-sort.pl





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3b-16
+ Revision: cb446ca
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8928 |14cr|vdr-plugin-graphlcd-0.1.5-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	graphlcd
%define name	vdr-plugin-%plugin
%define version	0.1.5
%define rel	12

Summary:	VDR plugin: Output to graphic LCD
Name:		%name
Version:	%version
Release:	%rel
Group:		Video
License:	GPL+
URL:		http://graphlcd.berlios.de/
Source:		vdr-%plugin-%version-stripped.tar.bz2
Patch0:		graphlcd-0.1.5-i18n-1.6.patch
Patch1:		90_graphlcd-0.1.5-1.5.3.dpatch
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	graphlcd-devel
Requires:	vdr-abi = %vdr_abi

%description
graphlcd is a plugin for the Video Disc Recorder and shows information
about the current state of VDR on displays supported by the GraphLCD
driver library.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%vdr_plugin_prep

rm -f graphlcd/logonames.alias graphlcd/logonames.alias.1.2
mv graphlcd/logonames.alias.1.3 graphlcd/logonames.alias
chmod -R a+r graphlcd

%vdr_plugin_params_begin %plugin
# use alternative driver config file
var=CONFIG_FILE
param="-c CONFIG_FILE"
# use display DISPLAY for output
var=DISPLAY
param="-d DISPLAY"
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}
cp -a graphlcd %{buildroot}%{vdr_plugin_cfgdir}

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY COPYING
%dir %{vdr_plugin_cfgdir}/graphlcd
%{vdr_plugin_cfgdir}/graphlcd/fonts
%{vdr_plugin_cfgdir}/graphlcd/logos
%config(noreplace) %{vdr_plugin_cfgdir}/graphlcd/*.alias
%config(noreplace) %{vdr_plugin_cfgdir}/graphlcd/fonts.conf*





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.1.5-12
+ Revision: 64d9853
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8929 |14cr|vdr-plugin-iaxphone-0.0.4-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	iaxphone

Summary:	VDR plugin: Place voip phone calls
Name:		vdr-plugin-%plugin
Version:	0.0.4
Release:	19
Group:		Video
License:	GPL
URL:		http://ventoso.org/luca/vdr/
Source:		http://ventoso.org/luca/vdr/vdr-%plugin-%version.tar.bz2
Patch0:		iaxphone-0.0.4-i18n-1.6.patch
Patch1:		iaxphone-system-iaxclient.patch
Patch2:		iaxphone-new-iaxclient.patch
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	iaxclient-devel
Requires:	vdr-abi = %vdr_abi

%description
This plugin is a very simple (read: not very featureful and hopefully with
an high WAF ;-) softphone using the iax protocol (asterisk server).
It uses the iaxclient library (http://iaxclient.sourceforge.net) to handle
every details of the call, so the plugin is just an user interface.
It needs a free (i.e that isn't used by something else, like a softdevice
plugin), full-duplex sound card.

%prep
%setup -q -n %plugin-%version
rm -rf iaxclient
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-19
+ Revision: cab740f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8930 |14cr|vdr-plugin-imonlcd-0.0.2-1.20091026.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	imonlcd
%define name	vdr-plugin-%plugin
%define version	0.0.2
%define snap	20091026
%define rel	2

Summary:	VDR plugin: Control an iMON LCD
Name:		%name
Version:	%version
%if %snap
Release:	%mkrel 1.%snap.%rel
%else
Release:	%mkrel %rel
%endif
Group:		Video
License:	GPLv3
URL:		http://projects.vdr-developer.org/wiki/plg-imonlcd
%if %snap
# rm -rf vdr-plugin-imonlcd
# git clone git://community.xeatre.tv/vdr-plugin-imonlcd.git
# cd vdr-plugin-imonlcd
# git archive --prefix=imonlcd-$(date +%Y%m%d)/ --format=tar HEAD | bzip2 > ../vdr-imonlcd-$(date +%Y%m%d).tar.bz2
Source:		vdr-%plugin-%snap.tar.bz2
%else
Source:		vdr-%plugin-%version.tgz
%endif
# includes fontconfig.h but does not use it:
Patch0:		imonlcd-drop-extra-include.patch
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	freetype2-devel
Requires:	vdr-abi = %vdr_abi
Requires:	kmod(lirc_imon)

%description
A Video Disk Recorder plugin that shows information about the
current state of VDR on an iMON LCD screen.

%prep
%if %snap
%setup -q -n %plugin-%snap
%else
%setup -q -n %plugin-%version
%endif
%patch0 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# Sets the lcd-device to other device than /dev/lcd0
var=LCD_DEVICE
param="-d LCD_DEVICE"
# sets the protocol of lcd-device:
# '0038'	For LCD with ID 15c2:0038 SoundGraph Inc (default)
# 'ffdc'	For LCD with ID 15c2:ffdc SoundGraph Inc
var=PROTOCOL
param="-p PROTOCOL"
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-1.20091026.2
+ Revision: 12328fe
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8931 |14cr|vdr-plugin-iptv-0.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	iptv
%define name	vdr-plugin-%plugin
%define version	0.3.2
%define rel	3

%define debug_package %{nil}

Summary:	VDR plugin: Experience the IPTV
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPLv2
URL:		http://www.saunalahti.fi/~rahrenbe/vdr/iptv/
Source:		http://www.saunalahti.fi/~rahrenbe/vdr/iptv/files/vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi
# for example helper scripts
# disabled for now as not needed by everyone and they are quite big
#Suggests:	ffmpeg
#Suggests:	vlc
#Suggests:	mplayer
#Suggests:	alsa-utils

%description
This plugin integrates multicast IPTV transport streams seamlessly into
VDR. You can use any IPTV channel like any other normal DVB channel for
live viewing, recording, etc. The plugin also features full section
filtering capabilities which allow for example EIT information to be
extracted from the incoming stream.

Currently the IPTV plugin has direct support for both multicast UDP/RTP
and unicast HTTP MPEG1/2 transport streams. Also a file input method is
supported, but a file delay must be selected individually to prevent
VDR's transfer buffer over/underflow. Therefore the file input should be
considered as a testing feature only.

IPTV plugin also features a support for external streaming applications.
With proper helper applications and configuration IPTV plugin is able to
display not only MPEG1/2 transport streams but also other formats like
MP3 radio streams, mms video streams and so on.

The example scripts require alsa-utils, ffmpeg, mplayer, vlc.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# Number of devices to be created
var=DEVICES
param=--devices=DEVICES
%vdr_plugin_params_end

perl -pi -e 's,CHANNELS_CONF=.*$,CHANNELS_CONF=%{vdr_cfgdir}/channels.conf,' iptv/vlc2iptv
perl -pi -e 's,CHANNEL_SETTINGS_DIR=.*/iptv,CHANNEL_SETTINGS_DIR=%{vdr_plugin_cfgdir}/%{plugin},' iptv/vlc2iptv

%build
%vdr_plugin_build

%install
%vdr_plugin_install
install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}
install -m755 iptv/* %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%dir %{vdr_plugin_cfgdir}/%{plugin}
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/image.sh
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/internetradio.sh
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/iptvstream-notrap.sh
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/iptvstream.sh
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/linein.sh
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/vlc2iptv
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/webcam.sh




%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-3
+ Revision: 7739db5
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8932 |14cr|vdr-plugin-joystick-0.0.3-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	joystick
%define name	vdr-plugin-%plugin
%define version	0.0.3
%define rel	20

Summary:	VDR plugin: use a joystick as a remote
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.powarman.de/vdr_plugins.htm
Source:		http://home.arcor.de/andreas.regel/files/joystick/vdr-%plugin-%version.tar.bz2
# workaround for glibc #22923
Patch1:		vdr-joystick-glibc-int32.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin allows using a joystick as a remote control for VDR. I recommend
a joystick with a minimum of 2 axes and 4 buttons.

%prep
%setup -q -n %plugin-%version
%patch1 -p0
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# joystick device
var=DEVICE
param=--device=DEVICE
default=/dev/input/js0
%vdr_plugin_params_end

perl -pi -e 's/^2/# 2/' examples/mappings.conf

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -D -m644 examples/mappings.conf %{buildroot}%{vdr_plugin_cfgdir}/%plugin/mappings.conf

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%dir %{vdr_plugin_cfgdir}/%{plugin}
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/mappings.conf





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-20
+ Revision: 9a5c077
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8933 |14cr|vdr-plugin-kvdrmon-0.6-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	kvdrmon
%define name	vdr-plugin-%plugin
%define version	0.6
%define rel	17

Summary:	VDR plugin: kvdrmon support plugin
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://vdr-statusleds.sourceforge.net/kvdrmon/
Source:		http://prdownloads.sourceforge.net/vdr-statusleds/vdr-%plugin-%version.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin allows monitoring VDR activity. There exists a co-project
kvdrmon. This KDE kicker applet talks with the vdrmon plugin and shows
the VDR status.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# port number to listen in
var=LISTEN_PORT
param="-p LISTEN_PORT"
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.6-17
+ Revision: 1d6313e
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8934 |14cr|vdr-plugin-launcher-0.0.2a-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	launcher
%define name	vdr-plugin-%plugin
%define version	0.0.2a
%define rel	17

Summary:	VDR plugin: launch other plugins
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://people.freenet.de/cwieninger/html/vdr-launcher.html
Source:		http://people.freenet.de/cwieninger/vdr_1.3.11-%plugin-%version.tar.bz2
Patch0:		launcher-0.0.2a-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This is a little plugin, that allows you to select and start other
plugins, even if there are not shown in the main menu. You can also
access the setup menu of a plugin.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README* HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2a-17
+ Revision: f97edd3
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8935 |14cr|vdr-plugin-lcr-0.0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	lcr

Summary:	VDR plugin: Displays telephone rates on OSD
Name:		vdr-plugin-%plugin
Version:	0.0.9
Release:	4
Group:		Video
License:	GPL
URL:		http://lcr.vdr-developer.org/
Source:		http://lcr.vdr-developer.org/downloads/vdr-%plugin-%version.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Least Cost Routing is a plugin that displays information about the lowest
rates for telephoning AT THE MOMENT on the osd. It retrieves its data from
"www.teltarif.de" and displays them in a table on the osd.
For the retrieval an additional (perl) script is needed (retrieve-data.pl).

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep
chmod 0644 README*

%vdr_plugin_params_begin %plugin
# alternative data retrieval script
var=SCRIPT
param=--script=SCRIPT
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{_bindir}
install -m755 contrib/*.pl %{buildroot}%{_bindir}

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README* HISTORY CONTRIBUTORS skins
%{_bindir}/vdr-lcr-retrieve_data.pl



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.9-4
+ Revision: 829f2d0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8936 |14cr|vdr-plugin-loadepg-0.1.12-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	loadepg
%define name	vdr-plugin-%plugin
%define version	0.1.12
%define rel	6

Summary:	VDR plugin: Load EPG Data sent to Mediahighway receivers
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL+
URL:		http://kikko77.altervista.org/
Source:		vdr-%plugin-%version.tgz
Patch0:		loadepg-02_vdr-1.5.14-with-api-wrapper.dpatch
Patch1:		loadepg-02_vdr-1.5.15.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Loads EPG Data sent to Mediahighway receivers (Canal+ group).

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# alternative configuration directory
var=CONFIG_DIR
param="-c CONFIG_DIR"
%vdr_plugin_params_end

perl -pi -e "s,^SCRIPT,# SCRIPT," loadepg.conf
perl -pi -e "s,^FILE,# FILE," loadepg.conf

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}
install -m644 *.equiv *.conf %{buildroot}%{vdr_plugin_cfgdir}

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%config(noreplace) %{vdr_plugin_cfgdir}/%plugin.conf
%config(noreplace) %{vdr_plugin_cfgdir}/%plugin.equiv



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.1.12-6
+ Revision: 7022b94
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8937 |14cr|vdr-plugin-mlcd-0.0.4a-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	mlcd
%define name	vdr-plugin-%plugin
%define version	0.0.4a
%define rel	18

Summary:	VDR plugin: Multitainer LCD-Display Driver
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://home.arcor.de/meinrad/
Source:		http://home.arcor.de/meinrad/vdr-%plugin-%version.tar.bz2
Patch1:		02_mlcd-0.0.4a-fontfile.dpatch
Patch2:		90_mlcd-0.0.4a-1.3.38.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Enables the build in display of Fujitsu-Siemens Multitainer device.

%prep
%setup -q -n %plugin-%version
%patch1 -p1 -b .fontfile
%patch2 -p1 -b .1338
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/%plugin
install -m644 char.dat %{buildroot}%{vdr_plugin_cfgdir}/%plugin

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%config(noreplace) %{vdr_plugin_cfgdir}/%plugin





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4a-18
+ Revision: ac972f7
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8938 |14cr|vdr-plugin-mlist-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	mlist
%define name	vdr-plugin-%plugin
%define version	1.0.1
%define rel	3

Summary:	VDR plugin: Displays the message history
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL+
URL:		http://joachim-wilke.de/vdr-mlist.htm
Source:		vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin displays a list of all shown OSD-Messages since VDR
startup.

%prep
%setup -q -n %plugin-%version
chmod 0644 README HISTORY
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-3
+ Revision: 1a3cbab
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8939 |14cr|vdr-plugin-mosaic-0.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	mosaic
%define name	vdr-plugin-%plugin
%define version	0.1.0
%define rel	6

Summary:	VDR plugin: Browse mosaic channel
Name:		%name
Version:	%version
Release:	%rel
Group:		Video
License:	GPL+
URL:		http://vdrwiki.free.fr/vdr/mosaic/
Source:		http://vdrwiki.free.fr/vdr/mosaic/files/vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Mosaic is a plugin for VDR that brings the ability to quickly browse
the mosaic channels of Canalsat on Astra. It shows the EPG
information and plays the audio of the selected channel.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}
install -m644 files/*.conf %{buildroot}%{vdr_plugin_cfgdir}

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README
%config(noreplace) %{vdr_plugin_cfgdir}/%plugin.conf





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-6
+ Revision: d18035c
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8940 |14cr|vdr-plugin-mp3-0.10.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	mp3
%define name	vdr-plugin-%plugin
%define version	0.10.2
%define prever	0
%define rel	4
%if %prever
%define release	%mkrel 0.%prever.%rel
%else
%define release %mkrel %rel
%endif

Summary:	VDR plugin: A versatile audio player
Name:		%name
Version:	%version
Release:	%release
Group:		Video
License:	GPLv2+
URL:		http://www.muempf.de/
%if %prever
Source:		http://www.muempf.de/down/vdr-%plugin-%version%prever.tar.gz
%else
Source:		http://www.muempf.de/down/vdr-%plugin-%version.tar.gz
%endif
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	libmad-devel libid3tag-devel sndfile-devel libvorbis-devel
Requires:	vdr-abi = %vdr_abi

%description
The "MP3-Plugin" allows playback of MP3 and other audio files.

%package -n vdr-plugin-mplayer
Summary:	VDR plugin: Media replay via MPlayer
Group:		Video
Requires:	vdr-abi = %vdr_abi
Requires:	mplayer

%description -n vdr-plugin-mplayer
The "MPlayer-Plugin" is used to call MPlayer for playback of video
files.

%prep
%if %prever
%setup -q -n %plugin-%version%prever
%else
%setup -q -n %plugin-%version
%endif
chmod +x examples/*.sh.*
%vdr_plugin_prep

%vdr_plugin_params_begin mp3
# use CMD to mount/unmount/eject mp3 sources
var=MOUNT_CMD
param=--mount=MOUNT_CMD
# execute CMD before & after network access
var=NETWORK_CMD
param=--network=NETWORK_CMD
# store ID3 cache file in DIR
var=CACHE_DIR
param=--cache=CACHE_DIR
default=%vdr_plugin_cachedir/mp3/id3
# search CDDB files in DIR
var=CDDB_DIR
param=--cddb=CDDB_DIR
default=%vdr_plugin_cachedir/mp3/images/cddb
# device for OSS output
var=OSS_DEV
param=--dsp=OSS_DEV
# use CMD to convert background images
var=IMAGE_CMD
param=--iconv=IMAGE_CMD
# use IMG as default background image
var=IMAGE_IMG
param=--defimage=IMAGE_IMG
# cache converted images in DIR
var=IMAGE_DIR
param=--icache=IMAGE_DIR
default=%vdr_plugin_cachedir/mp3/images
# search sources config in SUB subdirectory
var=SOURCES_SUBDIR
param=--sources=SOURCES_SUBDIR
%vdr_plugin_params_end

%vdr_plugin_params_begin mplayer
# use CMD to mount/unmount/eject mplayer sources
var=MOUNT_CMD
param=--mount=MOUNT_CMD
# use CMD when calling MPlayer
var=MPLAYER_CMD
param=--mplayer=MPLAYER_CMD
# search sources config in SUB subdirectory
var=SOURCES_SUBDIR
param=--sources=SOURCES_SUBDIR
# store global resume file in DIR
var=RESUME_DIR
param=--resume=RESUME_DIR
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %buildroot%vdr_plugin_cfgdir
for f in mp3sources.conf mplayersources.conf; do
cat > %buildroot%vdr_plugin_cfgdir/$f <<EOF
# Please remove the line below when you add the correct configuration
/invalid/directory;Please configure;0
EOF
done

install -d -m755 %buildroot%vdr_plugin_cachedir/mp3/images
install -d -m755 %buildroot%vdr_plugin_cachedir/mp3/id3
install -d -m755 %buildroot%vdr_plugin_cachedir/mp3/cddb

%files -f mp3.vdr
%defattr(-,root,root)
%doc README COPYING HISTORY MANUAL examples
%config(noreplace) %vdr_plugin_cfgdir/mp3sources.conf
%attr(-,vdr,vdr) %dir %vdr_plugin_cachedir/mp3
%attr(-,vdr,vdr) %dir %vdr_plugin_cachedir/mp3/images
%attr(-,vdr,vdr) %dir %vdr_plugin_cachedir/mp3/id3
%attr(-,vdr,vdr) %dir %vdr_plugin_cachedir/mp3/cddb

%files -n vdr-plugin-mplayer -f mplayer.vdr
%defattr(-,root,root)
%doc README COPYING HISTORY MANUAL examples
%config(noreplace) %vdr_plugin_cfgdir/mplayersources.conf





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.10.2-4
+ Revision: b359acf
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8941 |14cr|vdr-plugin-newsticker-0.0.4-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	newsticker
%define name	vdr-plugin-%plugin
%define version	0.0.4
%define rel	18

Summary:	VDR plugin: Newsticker
Name:		%name
Version:	%version
Release:	%rel
Group:		Video
License:	GPL
URL:		http://www.wontorra.net/staticpages/index.php?page=newsticker
Source:		vdr-%plugin-%version.tar.bz2
Patch1:		vdr-newsticker-0.0.4-gcc4.diff
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi
Requires:	wget
BuildRequires:	dos2unix

%description
This plugin downloads rdf news-feeds and displays them on the tv.

%prep
%setup -q -n %plugin-%version
dos2unix *.[ch]
chmod 0644 README HISTORY
%patch1 -p1 -b .extra
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# alternative directory for downloaded files
var=DOWNLOAD_DIR
param="-o DOWNLOAD_DIR"
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%attr(-,vdr,vdr) %dir %{vdr_plugin_cfgdir}/%{plugin}





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-18
+ Revision: ee726e4
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8942 |14cr|vdr-plugin-noepgmenu-0.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	noepgmenu
%define name	vdr-plugin-%plugin
%define version	0.0.6
%define beta	beta4
%define rel	2

Summary:	VDR plugin: a menu for noEPG patch
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://winni.vdr-developer.org/noepgmenu/
%if %beta
Source:		http://winni.vdr-developer.org/noepgmenu/downloads/beta/vdr-%plugin-%version.%beta.tgz
%else
Source:		http://winni.vdr-developer.org/noepgmenu/downloads/vdr-%plugin-%version.tgz
%endif
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
A simple OSD to manage the channels for the noEPG patch.

%prep
%if %beta
%setup -q -n %plugin-%version.%beta
%else
%setup -q -n %plugin-%version
%endif
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.6-2
+ Revision: 8acb360
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8943 |14cr|vdr-plugin-nordlichtsepg-0.8a-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	nordlichtsepg
%define name	vdr-plugin-%plugin
%define version	0.8a
%define rel	18

Summary:	VDR plugin: Extended EPG
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://martins-kabuff.de/nordlichtsepg.html
Source:		http://martins-kabuff.de/download/vdr-%plugin-%version.tar.bz2
Patch0:		91_nordlichtsepg-0.8a_vdr153.dpatch
Patch1:		nordlichtsepg-0.8a-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin provides an EPG (Electronic Program Guide) similar to VDR's
"What's on now?"-menu. Unlike this it also shows channels without epg-infos.
You can browse the epg with an adjustable step width. It is also possible to
set a time at the setup which you can jump to by keypress, with the keys 1-7
you can jumpo 1-7 days forward. You can enter a time to jump to instantly.
A bargraph at the "What's on now?"-view shows the progress of the running
program. Timers are marked with a clock-icon, recording timers with a
'REC'-icon. It is possible, also for channels without epg-infos, to set and
delete timers.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README* HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.8a-18
+ Revision: fc0c424
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8944 |14cr|vdr-plugin-osdimage-0.1.2-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	osdimage

Summary:	VDR plugin: OSD Image Viewer
Name:		vdr-plugin-%{plugin}
Version:	0.1.2
Release:	25
Group:		Video
License:	GPL
URL:		http://brougs78.vdr-developer.org/vdr.htm
Source:		vdr-%{plugin}-%{version}.tar.bz2
Patch1:		http://deela.cc.fh-lippe.de/files/vdr-osdimage/vdr-1.3.18-osdimage-0.1.2.patch
Patch2:		vdr-osdimage-0.1.2-gcc41.patch
Patch3:		osdimage-0.1.2-i18n-1.6.patch
Patch4:		osdimage-pkgconfig.patch
BuildRequires:	vdr-devel >= 1.6.0-7
Requires:	vdr-abi = %vdr_abi
BuildRequires:	imagemagick-devel
BuildRequires:	netpbm-devel

%description
Plugin for VDR that allows viewing pictures on the OSD.

%prep
%setup -q -n %{plugin}-%{version}
%patch1 -p4 -b .1318
%patch2 -p0 -b .gcc41
%patch3 -p1
%patch4 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# directory of pictures (required)
var=PICTURE_DIR
param="-d PICTURE_DIR"
%vdr_plugin_params_end

%build
VDR_PLUGIN_EXTRA_FLAGS="$(pkg-config --cflags ImageMagick++)"
%vdr_plugin_build HAVE_NETPBM=1

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY CREDITS TODO

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-25
+ Revision: 4f11913
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8945 |14cr|vdr-plugin-osdteletext-0.8.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	osdteletext

Summary:	VDR plugin: Displays teletext on the OSD
Name:		vdr-plugin-%plugin
Version:	0.8.3
Release:	4
Group:		Video
License:	GPL
URL:		http://projects.vdr-developer.org/projects/show/plg-osdteletext
Source:		vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Osd-Teletext displays the teletext directly on the OSD.
Both sound and video are played in the background.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

# check default cache dir
grep "\"%{vdr_plugin_cachedir}/vtx\"" txtrecv.c

perl -pi -e 's|../../man|.|' Makefile

%vdr_plugin_params_begin %{plugin}
# Directory for the teletext page cache.
# default: %{_vdr_plugin_cachedir}/vtx
var=DIRECTORY
param=--directory=DIRECTORY
# Maximum cache size in MB.
# default: a calculated value below 50 MB
var=MAX_CACHE
param=--max-cache=MAX_CACHE
# Cache system to be used:
# legacy: traditional one-file-per-page system
# packed: one-file-for-a-few-pages system
# default: packed
var=CACHE_SYSTEM
param=--cache-system=CACHE_SYSTEM
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_cachedir}/vtx

%pre
if [ -d /var/cache/vdr/osdteletext ] && ! [ -d %{vdr_plugin_cachedir}/vtx ]; then
	mv /var/cache/vdr/osdteletext %{vdr_plugin_cachedir}/vtx || :
fi

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README* COPYING HISTORY
%attr(-,vdr,vdr) %{vdr_plugin_cachedir}/vtx





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3-4
+ Revision: 1bf21bb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8946 |14cr|vdr-plugin-pilot-0.0.9-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	pilot
%define name	vdr-plugin-%plugin
%define version	0.0.9
%define rel	17

Summary:	VDR plugin: A zapping co-pilot
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://famillejacques.free.fr/vdr/pilot/
Source:		http://famillejacques.free.fr/vdr/pilot/vdr-%plugin-%version.tar.bz2
Patch0:		01_drop-unused-code.dpatch
Patch1:		02_gcc-4.1.x.dpatch
Patch2:		03_vdr-1.5-i18n.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Pilot is a plugin for VDR that brings the ability to quickly browse
the EPG information.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README*





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.9-17
+ Revision: ac61f21
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8947 |14cr|vdr-plugin-pilotskin-0.0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	pilotskin
%define name	vdr-plugin-%plugin
%define version	0.0.3
%define rel	8

Summary:	VDR plugin: A zapping co-pilot
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL+
URL:		http://vdrwiki.free.fr/vdr/pilotskin/
Source:		http://vdrwiki.free.fr/vdr/pilotskin/files/vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Pilotskin is a plugin for VDR based on the plugin vdr-pilot created
by Olivier Jacques. It brings the ability to quickly browse the EPG
information. The browsing calls the skin that you use, and the
plugin has the appearance of the OSD *Display Channel Info*. The
plugin adds the possibility of having detailed information of the
event and launching timers.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-8
+ Revision: 6dc7433
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8948 |14cr|vdr-plugin-pim-0.0.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	pim

Summary:	VDR plugin: Simple Personal Information Manager
Name:		vdr-plugin-%plugin
Version:	0.0.8
Release:	6
Group:		Video
License:	GPL
URL:		http://pim.vdr-developer.org/
Source:		http://pim.vdr-developer.org/source/vdr-%plugin-%version.tgz
Patch0:		pim-0.0.8-i18n-1.6.patch
Patch1:		pim-format-string.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This is a plugin for VDR to display a calendar in which you can
store events.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.8-6
+ Revision: 87d3af9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8949 |14cr|vdr-plugin-playlist-0.0.2-0.rc3.17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	playlist
%define name	vdr-plugin-%plugin
%define version	0.0.2
%define prever	rc3
%define rel	17
%define release	0.%prever.%rel

Summary:	VDR plugin: playlist for recordings
Name:		%name
Version:	%version
Release:	%mkrel %release
Group:		Video
License:	GPL
URL:		http://www.linuxtv.org/vdrwiki/index.php/Playlist-plugin
Source:		http://www.fast-info.de/vdr/playlist/vdr-%plugin-%version%prever.tar.bz2
Patch0:		91_playlist-0.0.2rc3-fix-1.3.25.dpatch
Patch1:		93_playlist-0.0.2-1.5.7.dpatch
Patch2:		playlist-0.0.2-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This is a plugin for VDR to allow having recording playlists.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# show the plugin in the main menu
var=SHOW_MENU
param=-m
# hide the plugin from the main menu
var=HIDE_MENU
param=-M
# set name for the main menu entry
var=MENU_NAME
param="-n MENU_NAME"
# Show the delete all messages line at begin of messagelist
var=SHOW_DELETE_BEGIN
param=-b
# Hide the delete all messages line at begin of messagelist
var=HIDE_DELETE_BEGIN
param=-B
# Show the delete all messages line at end of messagelist
var=SHOW_DELETE_END
param=-e
# Hide the delete all messages line at end of messagelist
var=HIDE_DELETE_END
param=-E
# minimum entrys for display delete all messages
# line at begin and end (include -b and -e)
var=MIN_ENTRIES
param="-d MIN_ENTRIES"
# minimum time (min) for message in historyqueue (OSD-list) 5-999
var=HOLDTIME_HISTORY
param="-h HOLDTIME_HISTORY"
# minumum time (min) for responses in queue (readable by SAQRESP) 2-199
var=HOLDTIME_RESPONSES
param="-r HOLDTIME_RESPONSES"
# sortoption for messagelist (OSD)
var=SORT_ASCENDING
param=-s
# sortoption for messagelist (OSD)
var=SORT_DESCENDING
param=-S
# Enable more logging
var=VERBOSE
param=-v
# Disable more logging
var=NOVERBOSE
param=-V
# Hide the Prefer Command Line Parameter form setup-menu
var=HIDE_COMMANDLINE
param=--ns_commandline
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-0.rc3.17
+ Revision: ebe134f
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8950 |14cr|vdr-plugin-powermate-0.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	powermate
%define name	vdr-plugin-%plugin
%define version	0.0.5
%define rel	4

Summary:	VDR plugin: Control VDR through a Griffin PowerMate
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://home.arcor.de/andreas.regel/vdr_plugins.htm
Source:		http://home.arcor.de/andreas.regel/files/powermate/vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin allows using a Griffin PowerMate to control some of VDR's
functions through the mapping of remote control keys to PowerMate actions.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# the PowerMate device (default is /dev/input/event0)
var=POWERMATE_DEVICE
param=--device=POWERMATE_DEVICE
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-4
+ Revision: d85c7be
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8951 |14cr|vdr-plugin-prefermenu-0.6.6-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	prefermenu
%define name	vdr-plugin-%plugin
%define version	0.6.6
%define rel	17

Summary:	VDR plugin: Preferred channels menu
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://famillejacques.free.fr/vdr/prefermenu/
Source:		http://famillejacques.free.fr/vdr/prefermenu/vdr-%plugin-%version.tar.bz2
Patch0:		90_prefermenu-0.6.6-1.5.3+SetAreas-bugfix.dpatch
Patch1:		prefermenu-0.6.6-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
PreferMenu is a plugin that implements a preferred channel menu.
It makes it easy to recall (switch to) your favorite channels.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README* TODO





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.6.6-17
+ Revision: 641e6fc
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8952 |14cr|vdr-plugin-premiereepg-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	premiereepg
%define name	vdr-plugin-%plugin
%define version	0.2.0
%define rel	3

Summary:	VDR plugin: Parses extended Premiere EPG data
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPLv2+
URL:		http://www.muempf.de/
Source:		http://www.muempf.de/down/vdr-%plugin-%version.tar.gz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin parses the extended EPG data which is send by Premiere on their
portal channels (e.g. SPORT PORTAL). This EPG data is transmitted in a
non-standard format on a non-standard PID.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-3
+ Revision: 737b560
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8953 |14cr|vdr-plugin-pvrusb2-0.1.1-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	pvrusb2
%define name	vdr-plugin-%plugin
%define version	0.1.1
%define rel	18

Summary:	VDR plugin: PVR USB2 analog TV support
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL+
URL:		http://vdr.unetz.com/download/pvrusb2/
Source:		http://vdr.unetz.com/download/pvrusb2/vdr-%plugin-%version.tar.bz2
Patch0:		pvrusb2-0.1.1-i18n-1.6.patch
Patch1:		pvrusb2-0.1.1-vdr-1.6.patch
Patch2:		pvrusb2-duplicate-parameter.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This is a driver plugin for the Hauppauge PVR USB2 box using the
kernel driver provided by Mike Isely
(http://www.isely.net/pvrusb2.html).

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# increase verbosity
var=VERBOSE
param=-v
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-18
+ Revision: 721f96f
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8954 |14cr|vdr-plugin-quicktimer-0.1.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	quicktimer
%define name	vdr-plugin-%plugin
%define version	0.1.2
%define rel	11

Summary:	VDR plugin: Create new timers quickly
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://phivdr.dyndns.org/vdr/vdr-quicktimer/
Source:		http://phivdr.dyndns.org/vdr/vdr-quicktimer/vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Create timers by entering channel, day and start time. Creating
timers from TV magazines is fast and does not require browsing EPG.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-11
+ Revision: 3162040
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8955 |14cr|vdr-plugin-reelchannelscan-0.4.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	reelchannelscan
%define name	vdr-plugin-%plugin
%define version	0.4.3
%define rel	10

Summary:	VDR plugin: Search Transponders for DVB Channels
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.vdr-wiki.de/wiki/index.php/Reelchannelscan-plugin
# Not upstream URL:
Source:		http://deela.cc.fh-lippe.de/files/vdr-reelchannelscan/vdr-%plugin-%version.tar.bz2
# dpatches are from e-tobi repo
Patch0:		04_reelchannelscan-0.3.0-configdir.dpatch
Patch1:		02_scanning_status_service.dpatch
Patch2:		90_reelchannelscan-0.4.3-vdr-1.5.10.dpatch
Patch3:		reelchannelscan-0.4.3-i18n-1.6.patch
Patch4:		reelchannelscan-includes.patch
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	dos2unix
Requires:	vdr-abi = %vdr_abi

%description
This plugin reads sources.conf and parses the corresponding
transponderlist (.tpl file), then it scans this sat and
updates/appends all found channels to the current channel list.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%vdr_plugin_prep
dos2unix transponders/sources.conf

%build
%vdr_plugin_build

%install
%vdr_plugin_install
install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/%plugin/transponders
install -m644 transponders/*.tpl %{buildroot}%{vdr_plugin_cfgdir}/%plugin/transponders

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY TODO transponders/sources.conf
%dir %{vdr_plugin_cfgdir}/%plugin
%dir %{vdr_plugin_cfgdir}/%plugin/transponders
%config %{vdr_plugin_cfgdir}/%plugin/transponders/*.tpl



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.4.3-10
+ Revision: 7ae8ffb
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8956 |14cr|vdr-plugin-remote-0.4.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	remote
%define name	vdr-plugin-%plugin
%define version	0.4.0
%define rel	6

Summary:	VDR plugin: Remote control
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.escape-edv.de/endriss/vdr/
Source:		http://www.escape-edv.de/endriss/vdr/vdr-%plugin-%version.tgz
Patch0:		90_remote-0.4.0-1.5.7.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin extends the remote control capabilities of vdr.
The following remote control devices are supported:

(a) linux input device driver ('/dev/input/eventX', X=0,1,2,...)
    - built-in remote control port of the av711x-based DVB cards
      (aka full-featured cards), e.g. DVB-S Nexus [1]
    - remote control port of some budget cards, e.g. Nova-CI [2]
    - other input devices (not tested, please report success!)
    See file FAQ for a list of cards which have been reported to work.

(b) keyboard (tty driver): /dev/console, /dev/ttyX

(c) TCP connection (telnet)

(d) LIRC

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# Select an input device using evdev protocol
var=EVDEV_DEVICE
param="-i EVDEV_DEVICE"
# Select an input device using LIRC protocol
var=LIRC_DEVICE
param="-l LIRC_DEVICE"
# Select a terminal device for input
var=TTY_DEVICE
param="-t TTY_DEVICE"
# Select a terminal device for input with OSD
var=TTY_OSD_DEVICE
param="-T TTY_OSD_DEVICE"
# Select a connection on tcp port
var=TCP_PORT
param="-p tcp:TCP_PORT"
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY CONTRIBUTORS FAQ 



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-6
+ Revision: 44b6ef4
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8957 |14cr|vdr-plugin-rotor-0.1.4-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	rotor
%define name	vdr-plugin-%plugin
%define version	0.1.4
%define rel	19

Summary:	VDR plugin: DiseqC motor steering
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://home.vrweb.de/~bergwinkl.thomas/
Source:		vdr-%plugin-%version-vdr1.5.7.tgz
Patch0:		vdr-rotor-0.1.4-fix-crash.patch
Patch1:		92_Rotor-0.1.4-vdr1.5.10.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
With this plugin you can control a diseqc motor.

%prep
%setup -q -n %plugin-%version
%patch0 -p1 -b .crash
%patch1 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.1.4-19
+ Revision: ffc986b
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8958 |14cr|vdr-plugin-screenshot-0.0.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	screenshot
%define name	vdr-plugin-%plugin
%define version	0.0.13
%define rel	3

Summary:	VDR plugin: Takes screenshots
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.joachim-wilke.de/vdr-screenshot.htm
Source:		vdr-%plugin-%version.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
With this plugin you can take still images of your screen. After installing
the plugin, a new mainmenu entry "Screenshot" will show up. Each time you
select this item, a file /tmp/title-yyyymmdd-hhmmss.jpg will be created,
where title is the current transmission or the recording currently replayed.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.13-3
+ Revision: dbab907
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8959 |14cr|vdr-plugin-skinelchi-0.1.1-0.pre2.15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package	%{nil}
%define plugin	skinelchi
%define prever	pre2
%define rel	15

Summary:	VDR plugin: Elchi VDR Skin-Plugin
Name:		vdr-plugin-%plugin
Version:	0.1.1
%if %prever
Release:	0.%prever.%rel
%else
Release:	%rel
%endif
Group:		Video
License:	GPL
URL:		http://www.vdr-portal.de/board/thread.php?threadid=41915
%if %prever
Source:		vdr-%plugin-%version%prever.tar.bz2
%else
Source:		vdr-%plugin-%version.tar.bz2
%endif
Patch0:		skinelchi-0.1.1pre2-i18n-1.6.patch
# warning: cannot pass objects of non-POD type ‘class cString’ through ‘...’; call will abort at runtime
Patch7:		skinelchi-non-pod-type.patch
# dpatches from e-tobi
Patch1:		03_const-warning-fixes.dpatch
Patch2:		90_vdr-skinelchi-0.1.1pre2.PatchCollection.dpatch
Patch3:		91_skinelchi-0.1.1pre2-1.5.0.dpatch
Patch4:		92_vdr-skinelchi-0.1.1_pre2-vdr-1.5.5-getfont.dpatch
Patch5:		93_vdr-1.5.15.dpatch

Patch6:		skinelchi-format-string.patch
BuildRequires:	vdr-devel >= 1.6.0-7
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(ImageMagick)

Requires:	vdr-abi = %vdr_abi

%description
VDR skin plugin, based on:
    - original-skins of vdr
    - Elchi for vdr 1.2.6 and enElchi/Elchi for text2skin
    - osdimage from brougs78


%prep
%if %prever
%setup -q -n %plugin-%version%prever
%else
%setup -q -n %plugin-%version
%endif
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%vdr_plugin_prep

perl -pi -e 's,/video/epgimages,%{vdr_plugin_cachedir}/epgimages,' setup.c skinelchi.c

%vdr_plugin_params_begin %plugin
# optional path for epgimages (default: %{_vdr_plugin_cachedir}/epgimages)
var=ICACHE
param=--icache=ICACHE
# path for channel logos
var=LOGO_DIR
param=--logos=LOGO_DIR
default=%{vdr_chanlogodir}
%vdr_plugin_params_end

cat > README.install.urpmi <<EOF
%vdr_chanlogo_notice
EOF

%build
VDR_PLUGIN_EXTRA_FLAGS="$(pkg-config --cflags ImageMagick++)"
%vdr_plugin_build HAVE_IMAGEMAGICK=1

%install
%vdr_plugin_install

%post
%vdr_plugin_post %plugin

%postun
%vdr_plugin_postun %plugin

%files -f %plugin.vdr
%doc README HISTORY README.install.urpmi



%changelog
* Thu Jul 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-0.pre2.15
+ Revision: 063adce
- Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8960 |14cr|vdr-plugin-skinenigmang-0.1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	skinenigmang

Summary:	VDR plugin: EnigmaNG skin
Name:		vdr-plugin-%{plugin}
Version:	0.1.0
Release:	7
Group:		Video
License:	GPL
URL:		http://andreas.vdr-developer.org/enigmang/
Source:		http://andreas.vdr-developer.org/enigmang/download/vdr-%{plugin}-%{version}.tgz
# TODO: packages lowcolor icons too, maybe use alternatives?
Source1:	http://andreas.vdr-developer.org/enigmang/download/skinenigmang-logos-xpm-hi-20070702.tgz
BuildRequires:	vdr-devel >= 1.6.0-7
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	imagemagick

Requires:	vdr-abi = %vdr_abi

%description
"EnigmaNG" is a standalone VDR skin based on the "Enigma" text2skin
addon.


%prep
%setup -q -n %{plugin}-%{version} -a 1
mv %{plugin}/HISTORY HISTORY.logos
mv %{plugin}/README README.logos
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# Channel logo directory
var=LOGODIR
param="-l LOGODIR"
default=%{_vdr_chanlogodir}
# Set directory where truetype fonts are stored
var=FONTSDIR
param="-f FONTSDIR"
# Set directory where epgimages are stored
var=IMAGESDIR
param="-i IMAGESDIR"
default=%{_vdr_plugin_cachedir}/epgimages
%vdr_plugin_params_end

cat > README.install.urpmi <<EOF
%vdr_chanlogo_notice
EOF

%build
VDR_PLUGIN_EXTRA_FLAGS="$(pkg-config --cflags ImageMagick++)"
%vdr_plugin_build \
	SKINENIGMA_USE_PLUGIN_EPGSEARCH=1 \
	SKINENIGMA_USE_PLUGIN_AVARDS=1 \
	SKINENIGMA_USE_PLUGIN_MAILBOX=1 \
	HAVE_IMAGEMAGICK=1 \
	HAVE_FREETYPE=1

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{_vdr_themedir}
install -m644 themes/*.theme %{buildroot}%{_vdr_themedir}

install -d -m755 %{buildroot}%{_vdr_plugin_datadir}
cp -a %{plugin} %{buildroot}%{_vdr_plugin_datadir}

install -d -m755 %{buildroot}%{_vdr_plugin_cfgdir}
ln -s %{_vdr_plugin_datadir}/%{plugin} %{buildroot}%{_vdr_plugin_cfgdir}/%{plugin}

%files -f %plugin.vdr
%doc README* HISTORY*
%{_vdr_plugin_datadir}/%{plugin}
%{_vdr_plugin_cfgdir}/%{plugin}
%{_vdr_themedir}/*.theme



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-7
+ Revision: 05e9790
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8961 |14cr|vdr-plugin-skinreel-0.0.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	skinreel

Summary:	VDR plugin: Reel Skin-Plugin
Name:		vdr-plugin-%plugin
Version:	0.0.1
Release:	11
Group:		Video
License:	GPL
# License according to reelmedia representative posting in thread below:
URL:		http://www.vdr-portal.de/board/thread.php?threadid=42586
Source:		vdr-%plugin-%version.tar.bz2
Patch0:		skinreel-0.0.1-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This is a skin for VDR based on sources of skin for reelbox.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%vdr_plugin_prep
find . -perm 0600 -exec chmod a+r {} \;

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-11
+ Revision: db9b756
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8962 |14cr|vdr-plugin-skinsoppalusikka-1.6.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	skinsoppalusikka
%define name	vdr-plugin-%plugin
%define version	1.6.5
%define rel	4

Summary:	VDR plugin: Soppalusikka skin
Name:		%name
Version:	%version
Release:	%rel
Group:		Video
License:	GPLv2+
URL:		http://www.saunalahti.fi/~rahrenbe/vdr/soppalusikka/
Source:		vdr-%plugin-%version.tgz
Obsoletes:	vdr-skin-soppalusikka < 1.6.0
BuildRequires:	vdr-devel >= 1.6.0

Requires:	vdr-abi = %vdr_abi

%description
The "Soppalusikka" is a standalone skin providing the good old
"ElchiAIO" looks.


%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# Channel logo directory
var=LOGO_DIR
param=--logodir=LOGO_DIR
default=%{_vdr_chanlogodir}
%vdr_plugin_params_end

cat > README.install.urpmi <<EOF
%vdr_chanlogo_notice
EOF

%build
%vdr_plugin_build STRIP=/bin/true

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{_vdr_themedir}
install -m644 themes/*.theme %{buildroot}%{_vdr_themedir}

%files -f %plugin.vdr
%doc README HISTORY README.install.urpmi
%{_vdr_themedir}/*.theme


%changelog
* Thu Mar 27 2014 SymbianFlo <symbianflo@mandrivausers.ro> 1.6.5-4
+ Revision: 2bda0e4
- Updated vdr-plugin-skinsoppalusikka.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8963 |14cr|vdr-plugin-solitaire-0.0.2-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	solitaire
%define name	vdr-plugin-%plugin
%define version	0.0.2
%define rel	18

Summary:	VDR plugin: The well-known card game
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.djdagobert.com/vdr/solitaire/
Source:		http://www.djdagobert.com/vdr/solitaire/vdr-%plugin-%version.tar.bz2
Patch0:		vdr-cardgames-0.0.2-to-gcc3.4.diff
Patch1:		91_solitaire-0.0.2-1.5.4.dpatch
Patch2:		solitaire-0.0.2-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	dos2unix
Requires:	vdr-abi = %vdr_abi

%description
This solitaire plugin is an implementation of the (well-known) card game
"Solitaire" played on the On Screen Display of your Video Disk Recorder.

%prep
%setup -q -c
cd %plugin
dos2unix tools/list.h
%patch0 -p1 -b .gcc34
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

chmod 0644 CONTRIBUTORS HISTORY README

%build
cd %plugin
%vdr_plugin_build

%install

cd %plugin
%vdr_plugin_install

install -d -m755 %{buildroot}%{_vdr_plugin_datadir}/%{plugin}
install -d -m755 %{buildroot}%{_vdr_plugin_cfgdir}
install -m644 solitaire/* %{buildroot}%{_vdr_plugin_datadir}/%{plugin}
ln -s %{_vdr_plugin_datadir}/%{plugin} 	%{buildroot}%{_vdr_plugin_cfgdir}/solitaire

%files -f %plugin/%plugin.vdr
%defattr(-,root,root)
%doc %plugin/README %plugin/HISTORY %plugin/CONTRIBUTORS
%{_vdr_plugin_cfgdir}/solitaire
%{_vdr_plugin_datadir}/%{plugin}





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-18
+ Revision: 63462ea
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8964 |14cr|vdr-plugin-streamdev-0.5.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	streamdev
%define cvsrev	0
%define rel	5

%if %cvsrev
%define release	%mkrel 0.pre.%cvsrev.%rel
%else
%define release	%mkrel %rel
%endif

Summary:	VDR plugin: streamdev
Name:		vdr-plugin-%plugin
Version:	0.5.0
Release:	%release
Group:		Video
License:	GPL
URL:		http://streamdev.vdr-developer.org/

%if %cvsrev
# From streamdev @ :pserver:anoncvs@vdr-developer.org:/var/cvsroot
Source:		vdr-%plugin-%cvsrev.tar.xz
%else
Source:		http://streamdev.vdr-developer.org/releases/vdr-%plugin-%version.tgz
%endif

# From XBMC
Patch0:		streamdev-cvs100210-ReplaceRecordingStreaming.patch
Patch1:		streamdev-cvs221109-AddCallbackMsg.diff
Patch2:		streamdev-cvs221109-AddFemonV1.diff

BuildRequires:	vdr-devel >= 1.6.0

%description
This PlugIn is a VDR implementation of the VTP (Video Transfer Protocol,
see file PROTOCOL) and a basic HTTP Streaming Protocol.

It consists of a server and a client part, but both parts are compiled together
with the PlugIn source, but appear as separate PlugIns to VDR.

%package server
Summary:	VDR plugin: VDR Streaming Server
Group:		Video
Requires:	vdr-abi = %vdr_abi

%description server
This PlugIn is a VDR implementation of the VTP (Video Transfer Protocol,
see file PROTOCOL) and a basic HTTP Streaming Protocol.

The server part acts as a Receiver-Device and works transparently in the
background within your running VDR. It can serve multiple clients and it can
distribute multiple input streams (i.e. from multiple DVB-cards) to multiple
clients using the native VTP protocol (for VDR-clients), or using the HTTP
protocol supporting clients such as XINE, MPlayer and so on. With XMMS or
WinAMP, you can also listen to radio channels over a HTTP connection.

%package client
Summary:	VDR plugin: VTP Streaming Client
Group:		Video
Requires:	vdr-abi = %vdr_abi

%description client
This PlugIn is a VDR implementation of the VTP (Video Transfer Protocol,
see file PROTOCOL) and a basic HTTP Streaming Protocol.

The client part acts as a full Input Device, so it can be used in conjunction
with a DXR3-Card, XINE, SoftDevice or others to act as a working VDR
installation without any DVB-Hardware including EPG-Handling.

%prep
%if %cvsrev
%setup -q -n %plugin
find -type d -name CVS -print0 | xargs -0 rm -rf
%else
%setup -q -n %plugin-%version
%endif
%patch0 -p1
%patch1 -p1
%patch2 -p1
cd server
%vdr_plugin_prep
cd ../client
%vdr_plugin_prep
cd ..

perl -pi -e 's/^CFLAGS =/MOREFLAGS =/' libdvbmpeg/Makefile
sed -i 's/$(CFLAGS)/$(MOREFLAGS) $(CFLAGS)/' libdvbmpeg/Makefile

cd server
%vdr_plugin_params_begin %plugin-server
# Credentials for HTTP authentication, in format "LOGIN:PASSWORD".
# Credentials are required when connecting from a host not listed in
# streamdevhosts.conf. The default (i.e. no credentials set below) is to
# not allow connection from such hosts at all.
var=AUTH
param=--auth=AUTH
# Define an external command for remuxing
var=REMUXER
param=--remux=REMUXER
%vdr_plugin_params_end
cd ..

cat > README.0.5.0-1.upgrade.urpmi <<EOF
The config file location of streamdev has changed from
/var/lib/vdr/config/plugins/streamdev
to
/var/lib/vdr/config/plugins/streamdev-server.
streamdevhosts.conf has been automatically moved unless there was a conflict.
externremux.sh is not moved automatically as there has been a slight change
in the syntax (it has to provide HTTP headers).
EOF

%build
%vdr_plugin_build

%install
cd server
%vdr_plugin_install
cd ../client
%vdr_plugin_install
cd ..

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}-server
install -m755 %plugin-server/externremux.sh %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}-server
install -m644 %plugin-server/streamdevhosts.conf %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}-server

%clean
rm -rf %{buildroot}

%pre server
if [ $1 = 2 ] && ! [ -e %{vdr_plugin_cfgdir}/%{plugin}-server ] && [ -e %{vdr_plugin_cfgdir}/%{plugin} ]; then
	mkdir -p %{vdr_plugin_cfgdir}/%{plugin}-server
	touch %{vdr_plugin_cfgdir}/%{plugin}-server/mdv-050-migration
fi

%post server
if [ $1 = 2 ] && [ -e %{vdr_plugin_cfgdir}/%{plugin}-server/mdv-050-migration ]; then
	mv -vf %{vdr_plugin_cfgdir}/%{plugin}/streamdevhosts.conf %{vdr_plugin_cfgdir}/%{plugin}-server/streamdevhosts.conf
	rm -f %{vdr_plugin_cfgdir}/%{plugin}-server/mdv-050-migration
fi

%files server -f server/streamdev-server.vdr
%doc README HISTORY CONTRIBUTORS PROTOCOL README.*.upgrade.urpmi
%dir %{vdr_plugin_cfgdir}/%plugin-server
%config(noreplace) %{vdr_plugin_cfgdir}/%plugin-server/streamdevhosts.conf
%config(noreplace) %{vdr_plugin_cfgdir}/%plugin-server/externremux.sh

%files client -f client/streamdev-client.vdr
%doc README HISTORY CONTRIBUTORS



%changelog
* Fri Apr 26 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-5
+ Revision: 1e9eef0
- spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8965 |14cr|vdr-plugin-sudoku-0.3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	sudoku
%define name	vdr-plugin-%plugin
%define version	0.3.5
%define rel	2

Summary:	VDR plugin: Sudoku - generate and solve Number Place puzzles
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://toms-cafe.de/vdr/sudoku/
Source:		http://toms-cafe.de/vdr/sudoku/vdr-%plugin-%version.tgz
# Fixes build (04/2008)
Patch0:		sudoku-0.2.1-makefile.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
'Sudoku' is a VDR plugin to generate and solve Number Place puzzles, so called
Sudokus.

A Sudoku puzzle consists of 9 x 9 cells subdivided into 9 regions with 3 x 3
cells. The rules are simple. There have to be the numbers from 1 to 9 in every
row, column and region. In the beginning some numbers are given. These cells
are painted with cyan background color. The aim of the puzzle is to find the
missing numbers. There is only one solution of a Sudoku puzzle.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build
%make -C tools CXXFLAGS="%optflags %ldflags"

%install
%vdr_plugin_install
%makeinstall -C tools

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%{_bindir}/sudoku_generator
%{_mandir}/man1/sudoku_generator.1*




%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.3.5-2
+ Revision: 3308119
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8966 |14cr|vdr-plugin-suspendoutput-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	suspendoutput
%define name	vdr-plugin-%plugin
%define version	1.0.1
%define rel	3

Summary:	VDR plugin: Suspend output
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPLv2+
URL:		http://phivdr.dyndns.org/vdr/vdr-suspendoutput/
Source:		http://phivdr.dyndns.org/vdr/vdr-suspendoutput/vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Suspend vdr output (display still image instead of live video).
Suspending live TV releases current channel (DVB card) for
recording(s) and saves some CPU time with software decoders.
Blanking display while replay is paused can avoid burning the image
on tube.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# Show suspend/resume entry in main menu (default)
var=MENU
param=-m
# Don't show entry in main menu
var=NOMENU
param=-M
# Suspend output after MIN minutes of inactivity (default: 120 minutes)
var=TIMER_MIN
param=--timer=TIMER_MIN
# Disable inactivity timer
var=NOTIMER
param=-T
# Allow suspend when replay is paused
var=PAUSED
param=-p
# Show VDR logo when suspended
var=LOGO
param=-l
# Blank screen when suspended
var=BLANK
param=-b
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-3
+ Revision: f5db952
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8967 |14cr|vdr-plugin-svdrpservice-0.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	svdrpservice
%define name	vdr-plugin-%plugin
%define version	0.0.4
%define rel	3

Summary:	VDR plugin: SVDRP client
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL+
URL:		http://vdr.schmirler.de/
Source:		http://vdr.schmirler.de/svdrpservice/vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin offers SVDRP connections as a service to other plugins.
Connecting to streamdev's VTP server port is possible, too. VTP provides
a subset of the SVDRP commands but in contrast to SVDRP it can handle
multiple connections at a time.

There's no reason to load this plugin if no other plugin relies on it.

%package -n %plugin-devel
Summary:	Development headers for svdrpservice VDR plugin
Group:		Development/C++
Requires:	vdr-devel

%description -n %plugin-devel
Development headers for svdrpservice VDR plugin needed for building
some plugins depending on svdrpservice.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# Default server IP and optional port (e.g. 192.168.0.1:2001).
# If no port is given, the default SVDRP port 2001 is assumed.
var=DEFAULT_SERVER
param=DEFAULT_SERVER
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -D -m644 svdrpservice.h %buildroot%_includedir/vdr/%plugin/svdrpservice.h

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY

%files -n %plugin-devel
%defattr(-,root,root)
%{_includedir}/vdr/%{plugin}



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-3
+ Revision: be01ab5
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8968 |14cr|vdr-plugin-sysinfo-0.1.0a-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	sysinfo
%define name	vdr-plugin-%plugin
%define version	0.1.0a
%define rel	22

Summary:	VDR plugin: System information plugin
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://kikko77.altervista.org/
Source:		vdr-%plugin-%version.tar.bz2
Patch0:		01_sysinfo-0.1.0a-fontfix.dpatch
Patch1:		sysinfo-0.1.0a-i18n-1.6.patch
Patch2:		sysinfo-fix-includes.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin show same features of the vdr-box system like :
- kernel version
- cpu type
- cpu frequency
- cpu usage
- cpu free
- total memory
- memory free
- memory usage

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{_vdr_plugin_cfgdir}/%{plugin}
install -m755 script/sysinfo.sh %{buildroot}%{_vdr_plugin_cfgdir}/%{plugin}

install -d -m755 %{buildroot}%{_bindir}

cat > %{buildroot}%{_bindir}/sysinfo.sh <<EOF
#!/bin/sh
VDR_CONFIGDIR="%{_vdr_cfgdir}"
[ -e %{_sysconfdir}/sysconfig/vdr ] && . %{_sysconfdir}/sysconfig/vdr
exec \$VDR_CONFIGDIR/plugins/%plugin/sysinfo.sh \$@
EOF
chmod a+x %{buildroot}%{_bindir}/sysinfo.sh

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%{_bindir}/sysinfo.sh
%{_vdr_plugin_cfgdir}/%{plugin}



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0a-22
+ Revision: 56255d6
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8969 |14cr|vdr-plugin-taste-0.0.2d-1.20080425.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	taste
%define name	vdr-plugin-%plugin
%define version	0.0.2d
%define snapshot 20080425
%define rel	6

Summary:	VDR plugin: Lock unwanted shows by keywords
Name:		%name
Version:	%version
Release:	%mkrel 1.%snapshot.%rel
Group:		Video
License:	GPL
URL:		http://linux.kompiliert.net/index.php?view=taste
Patch0:		91_taste-0.0.2d+cvs20061111-1.5.0.dpatch
Patch1:		taste-i18n-1.6.patch
Source:		vdr-%plugin-%snapshot.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
With this plugin, VDR will skip every channel that doesn't match
your "taste", which means that the current programme (if available)
is checked against a blacklist, and if it matches, a message will be
displayed and the channel is being skipped. You can either wait for
the plugin to change the channel for you after a configurable amount
of time, or simply zap again.

%prep
%setup -q -n %plugin
%patch0 -p1
%patch1 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2d-1.20080425.6
+ Revision: ce5a30e
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8970 |14cr|vdr-plugin-text2skin-1.3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	text2skin
%define snap	0

%define debug_package %{nil}

Summary:	VDR plugin: Loader for text-based skins
Name:		vdr-plugin-%{plugin}
Version:	1.3.1
Release:	5
Group:		Video
License:	GPL+
URL:		http://projects.vdr-developer.org/projects/list_files/plg-text2skin
Source:		vdr-%{plugin}-%{version}.tgz
Patch0:		text2skin-imagemagick-6.6.2.patch
BuildRequires:	vdr-devel >= 1.6.0-7
BuildRequires:	freetype2-devel imagemagick-devel
Requires:	vdr-abi = %vdr_abi

%description
This plugin is designed to load and interpret a set of files describing the
layout of the On Screen Display and to make this "Skin" available to VDR via
Setup -> OSD in the main menu. Of course it is possible to load more than one
text-based skin this way and to choose between them while running VDR. All
skins may be themeable (you can create your own color-theme) and translateable
as the author of the skin wishes.

%prep
%setup -q -n %{plugin}-%{version}
%apply_patches
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_datadir}/%{plugin}
install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}
ln -s %{vdr_plugin_datadir}/%{plugin} %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}

%files -f %plugin.vdr
%doc README* HISTORY CONTRIBUTORS
%doc contrib Docs/*
%{vdr_plugin_datadir}/%{plugin}
%{vdr_plugin_cfgdir}/%{plugin}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-5
+ Revision: a998176
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8971 |14cr|vdr-plugin-timeline-1.0.141-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	timeline
%define name	vdr-plugin-%plugin
%define version	1.0.141
%define rel	17

Summary:	VDR plugin: Show timer overview and collisions
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.js-home.org/vdr/timeline/
Source:		vdr-%plugin-%version.tar.bz2
Patch0:		91_timeline-1.0.141-1.5.0.dpatch
Patch1:		92_timeline-1.0.141-vdr-1.5.3.dpatch
Patch2:		timeline-1.0.141-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Shows a timeline of all programmed timers per day and informs
you of timer conflicts:
- record transmissions at the same time
and
- transmissions are on different channels (on different frequencies)
and
- there are not enough input devices

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.0.141-17
+ Revision: c82381e
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8972 |14cr|vdr-plugin-timersync-0.1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	timersync
%define name	vdr-plugin-%plugin
%define version	0.1.0
%define rel	10

Summary:	VDR plugin: Synchronize timers with server
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://phivdr.dyndns.org/vdr/vdr-timersync/
Source:		http://phivdr.dyndns.org/vdr/vdr-timersync/vdr-%plugin-%version.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	svdrpservice-devel
Requires:	vdr-abi = %vdr_abi
Requires:	vdr-plugin-svdrpservice

%description
This plugin synchronizes timers between client VDR and server VDR.
All recordings are done at server, but all timers are visible in
both VDR instances.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

perl -pi -e 's,"../svdrpservice/svdrpservice.h",<vdr/svdrpservice/svdrpservice.h>,' timersync.c

%vdr_plugin_params_begin %plugin
# VDR Server address and optional SVDRP port
# This can also be configured in svdrpservice plugin setup menu
var=VDR_SERVER_ADDRESS
param=--server=VDR_SERVER_ADDRESS
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-10
+ Revision: e8283bb
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8973 |14cr|vdr-plugin-ttxtsubs-0.0.5-10.rre.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	ttxtsubs
%define name	vdr-plugin-%plugin
%define version	0.0.5
%define edition	rre
%define edlong	raastinrauta
%define rel	6

%define release %mkrel 10.%edition.%rel

Summary:	VDR plugin: Teletext subtitles
Name:		%name
Epoch:		1
Version:	%version
Release:	%release
Group:		Video
License:	GPL+
URL:		ftp://ftp.nada.kth.se/pub/home/ragge/vdr/
Source:		ftp://ftp.nada.kth.se/pub/home/ragge/vdr/vdr-%plugin-%version.tar.bz2
# http://www.saunalahti.fi/~rahrenbe/vdr/patches/
Patch1:		vdr-ttxtsubs-0.0.5-%edlong-edition.diff
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin implements displaying, recording and replaying teletext
based subtitles using the on screen display.

This is the %edlong edition, currently maintained by Rolf
Ahrenberg.

%prep
%setup -q -n %plugin-%version
%patch1 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README TROUBLESHOOTING HISTORY



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 1:0.0.5-10.rre.6
+ Revision: e1b7d7f
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8974 |14cr|vdr-plugin-tvonscreen-1.0.141-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	tvonscreen
%define name	vdr-plugin-%plugin
%define version	1.0.141
%define rel	13

# backportability
%define _localstatedir %{_var}

Summary:	VDR plugin: Shows the EPG info in form of a typical TV magazine
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.js-home.org/vdr/tvonscreen/
Source:		vdr-%plugin-%version.tar.bz2
# dpatches from e-tobi repo
Patch0:		02_tvonscreen-1.0-fixes.dpatch
Patch1:		90_tvonscreen-1.0.141-1.5.3.dpatch
Patch2:		tvonscreen-1.0.141-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugins shows the EPG data in the typical way a TV magazine
does. The channels are shown from left to right, 3 on one screen.

You can scroll though the channels and the time, create timers,
show details, search for events and add vdradmin auto timers.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# optional path for the XPM channel logos
var=CHANLOGOS
param="-l CHANLOGOS"
default=%{_vdr_chanlogodir}
# path and filename to vdradmin at file
var=VDRADMIN_TIMERFILE
param="-v VDRADMIN_TIMERFILE"
default=%{_localstatedir}/lib/vdradmin/vdradmin.at
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.0.141-13
+ Revision: 3e46dc2
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8975 |14cr|vdr-plugin-vcd-0.9-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	vcd

Summary:	VDR plugin: VideoCD Player
Name:		vdr-plugin-%plugin
Version:	0.9
Release:	7
Group:		Video
License:	GPL
URL:		http://www.heiligenmann.de/vdr/vdr/plugins/vcd.html
Source:		http://www.heiligenmann.de/vdr/download/vdr-%plugin-%version.tgz
Patch0:		vcd-0.9-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi
Requires(post):	vdr-common

%description
This plugin adds the functionality to replay VideoCDs (and Super VideoCDs)
from within VDR (by Klaus Schmidinger).

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# use DEV as the CD-ROM device
# default: /dev/cdrom
var=VCD_DEVICE
param=--vcd=VCD_DEVICE
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%post
%{_bindir}/gpasswd -a vdr cdrom >/dev/null
%{_bindir}/gpasswd -a vdr cdwriter >/dev/null

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README COPYING HISTORY



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-7
+ Revision: ea05d1c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8976 |14cr|vdr-plugin-vdrrip-0.3.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	vdrrip

%bcond_with	plf

%if %with plf
%define distsuffix plf
%endif

Summary:	VDR plugin: A MPlayer using movie encoder
Name:		vdr-plugin-%plugin
Version:	0.3.0
Release:	14
Group:		Video
License:	GPL
# an interesting use of a domain...
URL:		http://www.a-land.de/
Source:		http://www.a-land.de/vdr-%plugin-%{version}.tgz
# e-tobi script
Source1:	vdrripsplit.sh
# initscript
Source2:	vdrrip.service
Source3:	vdrrip.sysconfig
Patch0:		vdrrip-0.3.0-paths.patch
# (anssi) This seems to be the easiest way to do detaching...
Patch8:		vdrrip-0.3.0-queue-bg.patch
# (anssi) Link against dvdread instead of dvdnav, as dvdnav is not needed
# and does not contain the needed headers as of 11/2007
Patch9:		vdrrip-dvdnav2dvdread.patch
# #35140
Patch10:	vdrrip-dvdread-inttypes.patch
Patch12:	vdrrip-0.3.0-i18n-1.6.patch
Patch13:	vdrrip-format-string.patch
Patch14:	vdrrip-const-char-gcc4.4.patch
# e-tobi patches
Patch1:		02_maketempdir.dpatch
Patch2:		03_greppid2.dpatch
Patch3:		05_fix-dvdparameter.dpatch
Patch4:		06_fix-ogm-ac3-vdrsync-dev.dpatch
Patch5:		07_preserve-queue-owner.dpatch
Patch6:		11_fix-identify-aspect.dpatch
Patch7:		91_vdrrip+dvd-0.3.0-1.3.7.dpatch
Patch11:		95_fix_crop.dpatch
BuildRequires:	vdr-devel >= 1.6.0-7
%if %with plf
BuildRequires:	libdvdread-devel
%endif
Requires:	vdr-abi = %{vdr_abi}
# The plugin really requires these itself as well
Requires:	mplayer
Requires:	mencoder
Suggests:	vdrrip

%description
Vdrrip is a plugin to encode the vdr recordings into several
formats. You likely want to also install the vdrrip package which
contains the queue handler script.
%if %with plf
This package is in PLF because this build contains support for DVD
ripping which may be prohibited by local laws.
%endif

%package -n %plugin
Summary:	Queue handler of vdrrip
Group:		Video
Requires(preun): rpm-helper
Requires(post):	rpm-helper
Requires:	mplayer
Requires:	mencoder
Suggests:	ogmtools
Suggests:	vdrsync
Suggests:	mkvtoolnix
Suggests:	ffmpeg

%description -n %plugin
The queue handler for VDR vdrrip plugin. It does the actual
encoding.

For encoding ogm files you also need the packages ogmtools and
vdrsync. For encoding matroska files you need the packages
mkvtoolnix and vdrsync. For encoding ogm or matroska files with mp3
or ogg vorbis audio you also need the package ffmpeg.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%vdr_plugin_prep
chmod -x TODO COPYING README FAQ HISTORY
perl -pi -e 's,scriptdir=.*$,scriptdir="%{_sysconfdir}/%{plugin}",' scripts/queuehandler.sh
grep scriptdir= scripts/queuehandler.sh

%vdr_plugin_params_begin %plugin
# You likely want to also install the vdrrip package which
# contains the queue handler script which does the actual encoding.
#
# use alternative mplayer instead of the default one
var=MPLAYER
param="-p MPLAYER"
# use alternative mencoder instead of the default one
var=MENCODER
param="-e MENCODER"
%if %with plf
# use alternative DVD device instead of /dev/dvd
var=DVD_DEVICE
param="-d DVD_DEVICE"
%endif
%vdr_plugin_params_end

%build
# see #35140
VDR_PLUGIN_EXTRA_FLAGS="-D__STDC_LIMIT_MACROS"
%vdr_plugin_build \
%if %with plf
	VDRRIP_DVD=1
%endif

%install
%vdr_plugin_install
install -d -m755 %{buildroot}%{_bindir}
install -m755 scripts/queuehandler.sh %{buildroot}%{_bindir}
install -m755 %{SOURCE1} %{buildroot}%{_bindir}
install -d -m755 %{buildroot}%{_sysconfdir}/%{plugin}
install -m644 scripts/queuehandler.sh.conf %{buildroot}%{_sysconfdir}/%{plugin}

install -d -m755 %{buildroot}%{_unitdir} %{buildroot}%{_sysconfdir}/sysconfig
install -m0644 %{SOURCE2} -D %{buildroot}%{_unitdir}/%{name}.service
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{plugin}

%post -n %{plugin}
%systemd_post %{plugin}.service

%preun -n %{plugin}
%systemd_preun %{plugin}.service

%postun -n %{plugin}
%systemd_postun_with_restart %{plugin}.service


%files -f %plugin.vdr
%doc README HISTORY FAQ TODO COPYING scripts/sleephalt.sh scripts/vdrshutdown.sh

%files -n %plugin
%{_bindir}/vdrripsplit.sh
%{_bindir}/queuehandler.sh
%dir %{_sysconfdir}/%{plugin}
%config(noreplace) %{_sysconfdir}/%{plugin}/queuehandler.sh.conf
%attr(0644,root,root) %{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/sysconfig/%{plugin}



%changelog
* Mon Sep 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-14
+ Revision: e4a9f2d
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8977 |14cr|vdr-plugin-vnsiserver-0.0.1-0.svn32590.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	vnsiserver
%define name	vdr-plugin-%plugin
%define version	0.0.1
%define snap	32590
%define rel	3

Summary:	VDR plugin: VDR-Network-Streaming-Interface (VNSI) Server
Name:		%name
Version:	%version
Release:	0.svn%snap.%rel
Group:		Video
License:	GPLv2+
URL:		http://xbmc.org/

# URL=https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/pvr-testing2/xbmc/pvrclients/vdr-vnsi/vdr-plugin-vnsiserver
# REV=$(svn info $URL| sed -ne 's/^Last Changed Rev: //p')
# svn export -r $REV $URL vnsiserver-$REV
# tar -cjf vdr-vnsiserver-$REV.tar.bz2 vnsiserver-$REV
Source:		vdr-%plugin-%snap.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
A VNSI server for VDR, allowing the use of VDR via VNSI PVR addon of XBMC.

%prep
%setup -q -n %plugin-%snap
%apply_patches
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -m755 -d %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}
install -m644 %{plugin}/* %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}

install -m755 -d %{buildroot}%{vdr_plugin_datadir}/%{plugin}
mv %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}/noSignal.mpg %{buildroot}%{vdr_plugin_datadir}/%{plugin}
ln -s %{vdr_plugin_datadir}/%{plugin}/noSignal.mpg %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}/noSignal.mpg

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%dir %{vdr_plugin_cfgdir}/%{plugin}
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/allowed_hosts.conf
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/noSignal.mpg
%dir %{vdr_plugin_datadir}/%{plugin}
%{vdr_plugin_datadir}/%{plugin}/noSignal.mpg




%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-0.svn32590.3
+ Revision: abee655
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8978 |14cr|vdr-plugin-wapd-0.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	wapd
%define name	vdr-plugin-%plugin
%define version	0.9
%define rel	6

Summary:	VDR plugin: Remote control by WAP
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.heiligenmann.de/vdr/vdr/plugins/wapd.html
Source:		http://www.heiligenmann.de/vdr/download/vdr-%plugin-%version.tgz
Patch0:		02_gettext-i18n.dpatch
Patch1:		03_gcc-4.1.x.dpatch
Patch2:		wapd-linking-order.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin lets VDR listen to WAP requests to allow remote control
by WML enabled browsers - eg. mobile devices - and is called "WAP
daemon" or "wapd".

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# use PORT for WAP (default: 8888)
var=PORT
param="-p PORT"
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install
install -D -m755 wappasswd %{buildroot}%{_bindir}/wappasswd

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%{_bindir}/wappasswd



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.9-6
+ Revision: ee09652
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8979 |14cr|vdr-plugin-weather-0.2.1e-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	weather
%define name	vdr-plugin-%plugin
%define version	0.2.1e
%define rel	13

Summary:	VDR plugin: Displays the current weather conditons
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.moldaner.de/vdr/
Source:		http://www.moldaner.de/vdr/download/vdr-%plugin-%version.tar.bz2
# dpatches from e-tobi repository
Patch0:		weather-02_vdr_1.3-fix.dpatch
Patch1:		weather-03_g++4.1-fix.dpatch
Patch2:		weather-04_ftp-location.dpatch
Patch3:		weather-0.2.1e-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	mdsplib-devel
BuildRequires:	ftp-devel
Requires:	vdr-abi = %vdr_abi

%description
Displays the current weather conditions for a selected location.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%vdr_plugin_prep
chmod 0644 HISTORY README

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1e-13
+ Revision: abee979
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8980 |14cr|vdr-plugin-webvideo-0.3.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin webvideo

%define major 0
%define libname %mklibname webvi %{major}
%define devname %mklibname webvi -d

Summary:	VDR plugin: Download video files from the web
Name:		vdr-plugin-%{plugin}
Version:	0.3.2
Release:	7
License:	GPLv3+
Group:		Video
Url:		http://users.tkk.fi/~aajanki/vdr/webvideo/
Source:		http://users.tkk.fi/~aajanki/vdr/webvideo/vdr-%{plugin}-%{version}.tgz
Patch0:		webvideo-lib64.patch
Patch1:		webvideo-ldflags.patch
# remove stuff that is already handled by us from Makefile:
Patch2:		webvideo-makefile-skip.patch
Patch3:		webvideo-sysconfdir.patch
Patch4:		webvideo-no-ldconfig.patch
Patch5:		webvideo-default-template-path.patch
BuildRequires:	vdr-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(python)
Requires:	vdr-abi = %{vdr_abi}

%description
Webvideo plugin is a tool for browsing and downloading videos from
popular video sharing websites, such as YouTube and Google video,
using VDR menu interface or a command line client. With the help of
xineliboutput plugin the videos can be played directly without
downloading them first. Mplayer plugin is also supported.

This package is the VDR plugin. A standalone command line client is
available in package webvi.

%files -f src/vdr-plugin/%{plugin}.vdr
%doc README README.vdrplugin HISTORY TODO
%dir %{vdr_plugin_cfgdir}/%plugin
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/mime.types
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/webvi.plugin.conf

#----------------------------------------------------------------------------

%package -n python-webvi
Summary:	Python module for web video download and playback
Group:		System/Libraries
Requires:	python-curl
Requires:	python-libxslt
Requires:	python-libxml2
Requires:	python-mimms
Suggests:	rtmpdump
Suggests:	rtmpdump-yle
Obsoletes:	webvid < 0.3.2

%description -n python-webvi
webvi is a tool for downloading and playing videos from popular video
sharing webvites such as YouTube.

This package contains the python module.

%files -n python-webvi
%{python_sitelib}/webvi
%{python_sitelib}/libwebvi-*.egg-info
%{_datadir}/webvi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for using webvi
Group:		System/Libraries
Requires:	python-webvi = %{EVRD}

%description -n %{libname}
webvi is a tool for downloading and playing videos from popular video
sharing webvites such as YouTube.

This package contains the C library for using the webvi python
module.

%files -n %{libname}
%{_libdir}/libwebvi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for webvi C bindings
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	webvi-devel = %{EVRD}

%description -n %{devname}
webvi is a tool for downloading and playing videos from popular video
sharing webvites such as YouTube.

This package contains the C bindings for the webvi python module.

%files -n %{devname}
%doc README TODO HISTORY doc/developers.txt
%{_includedir}/libwebvi.h
%{_libdir}/libwebvi.so

#----------------------------------------------------------------------------

%package -n webvi
Summary:	Command line web video downloader
Group:		Video
Requires:	python-libxml2
Requires:	python-webvi = %{EVRD}

%description -n webvi
webvi is a command line tool for downloading video and audio files
from certain media sharing websites, such as YouTube or Google Video.

%files -n webvi
%doc README README.webvi TODO HISTORY
%{_sysconfdir}/webvi.conf
%{_bindir}/webvi
%{python_sitelib}/webvicli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{plugin}-%{version}
%apply_patches
cd src/vdr-plugin
%vdr_plugin_prep
%vdr_plugin_params_begin %{plugin}
# save downloaded files to dir
var=DOWNLOAD_DIR
param="-d DOWNLOAD_DIR"
# read video site templates from DIR instead of default
var=TEMPLATE_DIR
param="-t TEMPLATE_DIR"
# read another config file instead of default
var=CONFIG_FILE
param="-c CONFIG_FILE"
# execute a command after downloading a file
var=POSTPROCESS_CMD
param="-p POSTPROCESS_CMD"
%vdr_plugin_params_end

%build
%make CXXFLAGS="%{optflags}" CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" PREFIX="%{_prefix}"
cd src/vdr-plugin
%vdr_plugin_build

%install
python setup.py install --root=%{buildroot}
%make install \
	VDRPLUGINCONFDIR=%{buildroot}%{vdr_plugin_cfgdir} \
	PREFIX=%{buildroot}%{_prefix} \
	SYSCONFDIR="%{buildroot}%{_sysconfdir}" \
	LIBDIR="%{buildroot}%{_libdir}"

install -d -m755 %{buildroot}%{_includedir}
install -m644 src/libwebvi/libwebvi.h %{buildroot}%{_includedir}

cd src/vdr-plugin
%vdr_plugin_install


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-7
+ Revision: 457ee3f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8981 |14cr|vdr-plugin-xxvautotimer-0.1.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	xxvautotimer
%define name	vdr-plugin-%plugin
%define version	0.1.2
%define rel	13

# backportability
%define _localstatedir %{_var}

Summary:	VDR plugin: Autotimer for XXV
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.vdrtools.de/vdrxxvautotimer.html
Source:		http://www.vdrtools.de/download/vdr-%plugin-%version.tar.bz2
Patch0:		xxvautotimer-0.1.2-i18n-1.6.patch
Patch1:		xxvautotimer-includes.patch
Patch2:		xxvautotimer-format-string.patch
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	mysql-devel
Requires:	vdr-abi = %vdr_abi
Requires:       xxv

%description
This is a plugin for the Video Disk Recorder (VDR) to edit
Autotimers of XXV via VDR on-screen-display (OSD).

%prep
%setup -q -c
cd %plugin
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# xxv configuration file
var=XXVD_CFG
param=--xxvconfigfile=XXVD_CFG
default=%{_localstatedir}/lib/xxv/xxvd.cfg
%vdr_plugin_params_end

%build
cd %plugin
%vdr_plugin_build

%install
cd %plugin
%vdr_plugin_install

install -d -m755 %{buildroot}%{_bindir}
install -m755 Scripte/* %{buildroot}%{_bindir}

%files -f %plugin/%plugin.vdr
%defattr(-,root,root)
%doc %plugin/README %plugin/HISTORY
%{_bindir}/epg2xxvautotimer.pl



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-13
+ Revision: 8c87b12
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8982 |14cr|vdr-plugin-yaepg-0.0.2.1-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	yaepg
%define name	vdr-plugin-%plugin
%define version	0.0.2.1
%define rel	20

Summary:	VDR plugin: Yet Another EPG
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.hoochvdr.info/
# http://www.hoochvdr.info/modules.php?name=Forums&file=viewtopic&t=98
Source:		http://www.hoochvdr.info/files/vdr-%plugin-%version.tar.bz2
# Use standard VDR logging mechanism instead of own logfile
Patch1:		yaepg-logging.patch
# Use standard types, from e-tobi repository
Patch2:		yaepg-standard-types.patch
# Change screenshot location
Patch3:		94_yaepg-1.3.38.dpatch
Patch4:		95_yaepg-0.0.2.1-vdr-1.5.3.dpatch
Patch5:		yaepg-0.0.2.1-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Yaepg (Yet Another Electronic Programming Guide) is an EPG that tries to
simulate the look and feel of a commercial IRD.

%prep
%setup -q -n %plugin-%version
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README COPYING HISTORY





%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2.1-20
+ Revision: f28d536
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8983 |14cr|vdr-plugin-zaphistory-0.9.5-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	zaphistory
%define name	vdr-plugin-%plugin
%define version	0.9.5
%define rel	11

Summary:	VDR plugin: History of the last zapped channels
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.unterbrecher.de/vdr/developer.php
Source:		http://www.unterbrecher.de/vdr/download/vdr-%plugin-%version.tar.bz2
Patch0:		zaphistory-0.9.5-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Originally the plugins provided a history of the latest viewed
channels. Since version 0.0.3 statistics (zaps and watchtime) are
collected for each channel. History can be sorted by latest viewed,
zap count and watch time. The idea is a self-learning favourites
list. The history provides a channel name + EPG view and a channel
name + statistics view. Statistics and history entries can be
deleted or reseted from the menu.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY



%changelog
* Thu Mar 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5-11
+ Revision: 06d987e
- Dropped empty post macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8984 |14cr|vegastrike-0.5.1.r1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%define rel 1

%define dataver 0.5.1

Summary:	3D OpenGL spaceflight simulator
Name:		vegastrike
Version:	0.5.1.r%{rel}
Release:	6
License:	GPLv2+
Group:		Games/Arcade
Url:		http://vegastrike.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.bz2
Source1:	%{name}-manpages.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		vegastrike-src-0.5.1.r1-cflags.patch
Patch1:		vegastrike-0.4.2-vssetup-fix.patch
Patch2:		vegastrike-0.5.0-glext.patch
Patch3:		vegastrike-0.5.1-music.patch
Patch4:		vegastrike-0.5.1-openal.patch
Patch5:		vegastrike-0.5.1-sys-python.patch
Patch6:		vegastrike-0.5.1-gcc48.patch
Patch7:		vegastrike-0.5.1-gcc49.patch
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(OGRE)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)
Requires:	%{name}-data >= %{dataver}
Suggests:	%{name}-sounds >= %{dataver}

%description
Vega Strike is a GPL 3D OpenGL Action RPG space sim for
Windows/Linux that allows a player to trade and bounty hunt
in the spirit of Elite. You start in an old beat up Wayfarer
cargo ship, with endless possibility before you and just
enough cash to scrape together a life. Yet danger lurks in
the space beyond.

%files
%doc README
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man6/*
%dir %{_gamesdatadir}/%{name}
%defattr(755,root,root,755)
%{_gamesbindir}/*
%{_libexecdir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-src-%{version} -a1
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p3
%patch4 -p0
%patch5 -p0
%patch6 -p0
%patch7 -p1
iconv -f ISO-8859-1 -t UTF-8 README > README.tmp
touch -r README README.tmp
mv README.tmp README

# we want to use the system version of expat.h
rm objconv/mesher/expat.h

%build
autoreconf -fi
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--with-data-dir=%{_gamesdatadir}/%{name} \
	--enable-release \
	--with-boost=system \
	--disable-ffmpeg \
	--with-al-inc=/usr/include/AL \
	--enable-flags="%{optflags} -fpermissive -DBOOST_PYTHON_NO_PY_SIGNATURES" \
	--enable-stencil-buffer

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_libexecdir}/%{name}
chmod +x %{buildroot}%{_prefix}/objconv/*
mv %{buildroot}%{_prefix}/objconv/* \
	%{buildroot}%{_libexecdir}/%{name}
for i in asteroidgen base_maker mesh_xml mesher replace tempgen trisort \
	vsrextract vsrmake; do
mv %{buildroot}%{_gamesbindir}/$i %{buildroot}%{_libexecdir}/%{name};
done

mkdir -p %{buildroot}%{_mandir}
for i in *.6; do %{__install} -m 644 $i -D %{buildroot}%{_mandir}/man6/$i; done

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Vega Strike
Comment=3D OpenGL spaceflight simulator
Exec=%{_gamesbindir}/vegastrike
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

install -m 644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

install -d %{buildroot}%{_gamesdatadir}/%{name}

perl -pi -e 's|\r$||g' README


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1.r1-6
+ Revision: 98ec75f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8985 |14cr|vegastrike-data-0.5.1.r1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	vegastrike
%define	name	%{oname}-data
%define	version	0.5.1.r1
%define release	2
%define	Summary	Data files for %{oname}

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	%{Summary}
License:	GPLv2+
Group:		Games/Arcade
Source0:	%{name}-%{version}.tar.bz2
URL:		http://vegastrike.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Requires:	%{oname} >= %{version}

%description
%{Summary}

%prep
%setup -q 
# get rid of a few files we have no interest in packaging..
rm -rf aclocal.m4 configure.ac Makefile.in vegastrike-data.spec stamp-h.in bin
rm -rf `find -name CVS -type d` `find -name Makefile.am -type f`

# some cleanup
rm -r cockpits/bomber-cockpit.cpt/#cockpit.xmesh# \
 modules/builtin `find -name "*.xmesh"`
find . -type f -print0 | xargs -0 chmod -x
chmod +x units/findunits.py modules/webpageize.py
sed -i 's/\r//g' documentation/mission_howto.txt
# remove the stale included manpages and the .xls abonimation
rm documentation/*.1 documentation/*.xls


%build

%install
%{__rm} -rf %{buildroot}
%{__install} -d %{buildroot}%{_gamesdatadir}/%{oname}
cp -a * %{buildroot}%{_gamesdatadir}/%{oname}
# include 'system files' strangely hidden in .vegastrike-0.5.0 directory
# for whatever reason...otherwise music & other stuff is gone...
# cp -a ./.%{name}-%{version} %{buildroot}/%{_gamesdatadir}/%{oname}


mkdir -p %{buildroot}%{_datadir}/icons/hicolor/128x128/apps
install -p -m 644 vegastrike.xpm \
  %{buildroot}%{_datadir}/icons/hicolor/128x128/apps


%clean
%{__rm} -rf %{buildroot}

%files
%defattr(644,root,root,755)
%dir %{_gamesdatadir}/%{oname}
%{_gamesdatadir}/%{oname}/*
# %{_gamesdatadir}/%{oname}/.%{oname}-%{version}/*
# %{_gamesdatadir}/%{oname}/.%{oname}-%{version}/.system
%{_datadir}/icons/hicolor/128x128/apps/vegastrike.xpm






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1.r1-2
+ Revision: 08348c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8986 |14cr|vegastrike-sounds-0.5.1.r1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	vegastrike
%define	rel	1

%define	gamever	0.5.1

Name:		%{oname}-sounds
Version:	0.5.1.r%{rel}
Release:	2
Summary:	Music and Speech files for %{oname}
License:	GPLv2+
Group:		Games/Arcade
URL:		http://vegastrike.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{oname}/%{oname}-music-%{version}.tar
Source1:	http://downloads.sourceforge.net/%{oname}/%{oname}-speech-%{version}.tar
BuildArch:	noarch
Requires:	%{oname} >= %{gamever}

%description
Music and Speech files for %{oname}.

%prep
%setup -q -c -n %{name}
%setup -q -T -D -a 1 -n %{name}

%build

%install
mkdir -p %{buildroot}/%{_gamesdatadir}/%{oname}
cp -a %{oname}-music-%{version}/* %{buildroot}/%{_gamesdatadir}/%{oname}
cp -a %{oname}-speech-%{version}/* %{buildroot}/%{_gamesdatadir}/%{oname}

%files
%defattr(644,root,root,755)
%{_gamesdatadir}/%{oname}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1.r1-2
+ Revision: 947af05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8987 |14cr|venom-0.2.0-0.20140718.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Venom
%define Werror_cflags %{nil}

Summary:	Tox client
Name:		venom
Version:	0.2.0
Release:	0.20140718.4
Group:		Networking/Instant messaging
License:	GPLv3
Url:		https://wiki.tox.im/
Source0:	%{oname}-%{version}.tar.gz
BuildRequires:	toxcore-devel
BuildRequires:	vala
BuildRequires:	vala-tools
BuildRequires:	cmake
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libqrencode)

%description
Tox GUI client

%prep
%setup -qn %{oname}

%build
%cmake \
	-DENABLE_QR_ENCODE=true \
	-DENABLE_LIBNOTIFY=true
%make

%install
%makeinstall_std -C build

%find_lang %{oname} 

%files -f %{oname}.lang
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/%{name}/*
%{_iconsdir}/hicolor/*/apps/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-0.20140718.4
+ Revision: 56df9c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8988 |14cr|verbiste-0.1.34-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Name:		verbiste
Version:	0.1.34
Release:	2
Summary:	To use well french verbs
License:	GPLv2+
Group:		Toys
URL:		http://perso.b2b2c.ca/sarrazip/dev/%{name}.html
Source:		http://www3.sympatico.ca/sarrazip/dev/%{name}-%{version}.tar.gz
BuildRequires:	bison
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libpanelapplet-2.0)
BuildRequires:	pkgconfig(libglade-2.0)

%description
Verbiste is a French conjugation system. It contains a C++ library, two
programs that can be run from the command line or from another program,
and a GNOME applet. This applet shows a text field in the GNOME Panel
where the user can enter a conjugated verb and obtain its complete
conjugation. The knowledge base is represented in XML and contains over
6800 verbs.

%files -f %{name}.lang
%{_docdir}/%{name}-%{version}/*
%{_bindir}/french-*conjugator
%{_datadir}/%{name}-0.1
%{_mandir}/fr/man?/*
%{_mandir}/man?/*

#--------------------------------------------------------------------

%package -n %{name}-gtk
Summary:	Gtk+ interface for %{name}
Group:		Development/Other
Requires:	%{name}

%description -n %{name}-gtk
Gtk+ interface for %{name}.

%files -n %{name}-gtk
%{_bindir}/verbiste
%{_bindir}/verbiste-gtk
%{_libdir}/bonobo/servers/verbiste.server
%{_libdir}/verbiste-applet
%{_datadir}/applications/verbiste.desktop
%{_datadir}/pixmaps/verbiste.png
%{_datadir}/texmf/tex/latex/verbiste/verbiste.cfg
%{_datadir}/texmf/tex/latex/verbiste/verbiste.cls


#--------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared Librairies for %{name}
Group:		Development/Other
Obsoletes:	%{_lib}%{name}1 < 0.1.26-2

%description  -n %{libname}
Shared Librairies for cluster

%files -n %{libname}
%{_libdir}/lib%{name}-0.1.so.%{major}*

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	%{name} header files and static libraries
Group:		Development/Other
Requires:	%{name} = %{version}
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}
Obsoletes:	%{_lib}%{name}-devel < 0.1.26-2

%description -n %{devname}
This package contains header files and static libraries.

%files -n %{devname}
%{_includedir}/%{name}-0.1
%{_libdir}/lib%{name}-0.1.so
%{_libdir}/pkgconfig/%{name}-0.1.pc

#--------------------------------------------------------------------
%prep
%setup -q

%build
%configure2_5x \
		--with-gtk-app \
        --with-gnome-app \
        --with-gnome-applet
%make

%install
%makeinstall_std

%find_lang %{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.34-2
+ Revision: b344c7b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8989 |14cr|vertex-0.1.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    vertex
%define version 0.1.16
%define release 4

%define debug_package %{nil}

%define title       Vertex
%define longtitle   3D model assembler

Name:       %{name}
Version:    %{version}
Release:    %{release}
Summary:    3D model assembler
License:    GPL
Group:      Graphics
Source0:    ftp://wolfpack.twu.net/users/wolfpack/%{name}-%{version}.tar.bz2
Patch:      %{name}-0.1.16-lib64.patch
Source1:    %{name}-16.png.bz2
Source2:    %{name}-32.png.bz2
Source3:    %{name}-48.png.bz2
Url:        http://wolfpack.twu.net/Vertex
BuildRequires:  mesa-common-devel
BuildRequires:  gtk+1.2-devel
BuildRequires:  gtkglarea-devel
BuildRequires:  imlib-devel

%description
Vertex 3D Model Assembler (often reffered to as just Vertex) is a unique
modeller designed specifically for generating high-performance and
efficient 3D models which can contain additional third party proprietery
data suitable for applications using OpenGL style of graphics rendering.

Vertex features support for multiple models and editing of proprietery
data found within these models. It has many tools for mass editing and
gives instant rendering feedback.

%prep
%setup -q
%patch -p 1
# mv LICENSE at usual location
mv -f vertex/data/LICENSE .
bzcat %{SOURCE1} > %{name}-16.png
bzcat %{SOURCE2} > %{name}-32.png
bzcat %{SOURCE3} > %{name}-48.png

%build
%ifarch x86_64
./configure Linux64 -v --disable=arch-i686
%else
./configure Linux -v --disable=arch-i686
%endif
make CFLAGS="%{optflags} -D__USE_BSD -DHAVE_IMLIB `gtk-config --cflags`"

%install
rm -rf %{buildroot}
make PREFIX=%{buildroot}%_prefix MAN_DIR=%{buildroot}%{_mandir}/man1 install

# icons
install -D -m 644 %{name}-16.png %{buildroot}%{_miconsdir}/%{name}.png 
install -D -m 644 %{name}-32.png %{buildroot}%{_iconsdir}/%{name}.png 
install -D -m 644 %{name}-48.png %{buildroot}%{_liconsdir}/%{name}.png

# menu entry
mkdir -p %{buildroot}%{_libdir}/menu

install -d -m 755 %{buildroot}%{_datadir}/applications
cat >  %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=%{title}
Comment=%{longtitle}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=3DGraphics
EOF

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files 
%defattr(-,root,root)
%doc AUTHORS INSTALL LICENSE README
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.xpm




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.16-4
+ Revision: 42205eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8990 |14cr|veusz-1.20.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoprov '\\.so'
%else
%define _provides_exceptions \\.so
%endif

Summary:	GUI scientific plotting package
Name:		veusz
Version:	1.20.1
Release:	3
# The entire source code is GPLv2+ except helpers/src/_nc_cntr.c which is Python
License:	GPLv2+ and Python license
Group:		Sciences/Mathematics
Url:		http://home.gna.org/veusz/
Source0:	http://download.gna.org/veusz/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	python-sip
BuildRequires:	python-numpy-devel
BuildRequires:	python-qt4-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pythonegg(h5py)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	python-devel
Requires:	pythonegg(numpy)
Requires:	python-qt4
Requires:	python-%{name} = %{EVRD}

%description
Veusz is a scientific plotting package, designed to create
publication-ready Postscript/PDF/SVG output. It features GUI,
command-line, and scripting interfaces. Graphs are constructed from
widgets, allowing complex layouts to be designed. Veusz supports
plotting functions, data with errors, keys, labels, stacked plots,
multiple plots, contours, shapes and fitting data.

%files
%doc README AUTHORS COPYING ChangeLog
%doc examples/
%doc Documents/manual.html
%doc Documents/manimages/
%{_bindir}/veusz
%{_bindir}/veusz_listen
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/%{name}/
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python libraries for %{name}

%description -n python-%{name}
Veusz is a scientific plotting package, designed to create
publication-ready Postscript/PDF/SVG output. It features GUI,
command-line, and scripting interfaces. Graphs are constructed from
widgets, allowing complex layouts to be designed. Veusz supports
plotting functions, data with errors, keys, labels, stacked plots,
multiple plots, contours, shapes and fitting data.

%files -n python-%{name}
%doc README AUTHORS COPYING ChangeLog
%{py_platsitedir}/%{name}
%{py_platsitedir}/%{name}-%{version}-py%{py_ver}.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q
find -name \*~ -delete

# change path of where to lookup bitmaps
# this is so we can move the icons out of the python directory
# and into /usr/share/pixmaps/veusz
sed -i "/imagedir =/c\\imagedir = '%{_datadir}/pixmaps/veusz'" \
        %{_builddir}/veusz-%{version}/veusz/utils/action.py

# change path of where to look for COPYING - should be docdir
sed -i "/f =/s+utils.veuszDirectory+'%{_docdir}/%{name}'+" \
        %{_builddir}/veusz-%{version}/veusz/dialogs/aboutdialog.py

%build
%setup_compile_flags
python setup.py build
xz -k Documents/veusz*.1

%install
PYTHONDONTWRITEBYTECODE= python setup.py install \
	-O1 --skip-build --prefix="%{_prefix}" --root=%{buildroot}

# install desktop file
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Veusz
Comment=Open .vsz scientific plotting files
GenericName=Veusz scientific plotting
Exec=veusz %F
StartupNotify=true
Terminal=false
Type=Application
Icon=veusz
Categories=GTK;GNOME;Education;Graphics;3DGraphics;X-Science,X-DataVisualization;
MimeType=application/x-veusz;
EOF

# file to register .vsz mimetype
install -d %{buildroot}%{_datadir}/mime/packages/
cat > %{buildroot}%{_datadir}/mime/packages/%{name}.xml << EOF
<?xml version='1.0'?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
  <mime-type type="application/x-veusz">
    <comment>Veusz saved graph</comment>
    <glob pattern="*.vsz"/>
    <magic priority="50">
        <match type="string" value="# Veusz saved document" offset="0"/>
    </magic>
  </mime-type>
</mime-info>
EOF

# move icon files to /usr/share/pixmaps/veusz
# symlink main veusz icon also into pixmaps (for desktop file)
install -d %{buildroot}%{_datadir}/pixmaps/veusz
mv %{buildroot}%{py_platsitedir}/veusz/icons/*.png \
        %{buildroot}%{_datadir}/pixmaps/veusz
mv %{buildroot}%{py_platsitedir}/veusz/icons/*.svg \
        %{buildroot}%{_datadir}/pixmaps/veusz
ln -s veusz/veusz_48.png %{buildroot}%{_datadir}/pixmaps/veusz.png

# Mark some scripts as executable.
# This isn't really needed, but Veusz includes shebangs in scripts
# so that they can be run when not installed.
# Do this so that the scripts don't need modification.
chmod +x %{buildroot}%{py_platsitedir}/veusz/veusz_main.py
chmod +x %{buildroot}%{py_platsitedir}/veusz/veusz_listen.py

# install man pages
install -d %{buildroot}%{_mandir}/man1
install -p -m 644 Documents/veusz.1.xz Documents/veusz_listen.1.xz \
        %{buildroot}%{_mandir}/man1


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.20.1-3
+ Revision: f2c76f2
- Added explicit python-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8991 |14cr|vgrabbj-0.9.6-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A command-line v4l grabber
Name:		vgrabbj
Version:	0.9.6
Release:	11
License:	GPLv2+
Group:		Video
Url:		http://vgrabbj.gecius.de/
Source0:	http://vgrabbj.gecius.de/vgrabbj/%{name}-%{version}.tar.bz2
Patch0:		vgrabbj-0.9.6-gcc4.patch
Patch1:		vgrabbj-0.9.6-fix-str-fmt.patch
Patch2:		vgrabbj-0.9.6-libv4l1.patch
Patch3:		vgrabbj-0.9.6-off-by-one.patch
Patch4:		vgrabbj-0.9.6-automake-1.13.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(zlib)

%description
Vgrabbj is a commandline tool that grabs an image from a 24-bit v4l device
(like a webcam) and save it as a ppm, png or jpg file. It can imprint a label
(with time or not) onto the image. It can also be used in stopmotion program
to acquire images.

%files
%doc AUTHORS ChangeLog README THANKS TODO
%{_bindir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_mandir}/man1/%{name}.1*
%{_mandir}/man5/%{name}.conf.5*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1 -b .automake-1_13

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-11
+ Revision: 76f25df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8992 |14cr|vice-2.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Summary:	VICE, the Versatile Commodore Emulator
Name:		vice
Version:	2.4
Release:	5
License:	GPLv2+
Group:		Emulators
Url:		http://vice-emu.sourceforge.net/
Source0:	http://sourceforge.net/projects/vice-emu/files/development-releases/%{name}-%{version}.tar.gz
Source1:	vice-normalicons.tar.bz2
Source2:	vice-largeicons.tar.bz2
Source3:	vice-miniicons.tar.bz2
Patch0:		vice-2.4-giflib51.patch
BuildRequires:	bdftopcf
BuildRequires:	flex
BuildRequires:	mkfontdir
BuildRequires:	gettext-devel
BuildRequires:	giflib-devel
BuildRequires:	ffmpeg0.7-devel
BuildRequires:	readline-devel
BuildRequires:	SDL_sound-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gdkglext-1.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vte)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xxf86vm)
Requires:	vice-binaries = %{EVRD}

%description
VICE is a set of accurate emulators for the Commodore 64, 128, VIC20,
PET and CBM-II 8-bit computers, all of which run under the X Window
System.

%files -f %{name}.lang
%doc AUTHORS FEEDBACK INSTALL README ChangeLog doc/html/plain/*
%{_libdir}/vice
%{_mandir}/man1/*
%{_infodir}/%{name}*
%{_iconsdir}/hicolor/*/apps/*.png

#----------------------------------------------------------------------------

%package sdl
Summary:	SDL set of vice emulators binaries
Group:		Emulators
Requires:	%{name} = %{EVRD}
Provides:	vice-binaries = %{EVRD}

%description sdl
SDL set of vice emulators binaries.

%files sdl
%{_bindir}/*-sdl
%{_datadir}/applications/*-sdl.desktop

#----------------------------------------------------------------------------

%package gtk
Summary:	GTK set of vice emulators binaries
Group:		Emulators
Requires:	%{name} = %{EVRD}
Provides:	vice-binaries = %{EVRD}

%description gtk
GTK set of vice emulators binaries.

%files gtk
%{_bindir}/*
%exclude %{_bindir}/*-sdl
%{_datadir}/applications/*-gtk.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
export CFLAGS="%{optflags} -DNO_REGPARM"
%configure2_5x --enable-sdlui --enable-fullscreen
%make

make install DESTDIR=`pwd`/sdl

pushd sdl/usr/bin
for i in *
do
	mv $i $i-sdl
done
popd

make clean

%configure2_5x --enable-gnomeui --enable-fullscreen
%make

%install
%makeinstall_std

cp sdl/%{_bindir}/*-sdl %{buildroot}%{_bindir}/

#xdg menus
#============GTK============
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-x64-gtk.desktop << EOF
[Desktop Entry]
Name=C64 Emulator (GTK)
Comment=Commodore 64 Emulator
Exec=%{_bindir}/x64 %U
Icon=c64icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=GNOME;GTK;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-x128-gtk.desktop << EOF
[Desktop Entry]
Name=C128 Emulator (GTK)
Comment=Commodore 128 Emulator
Exec=%{_bindir}/x128 %U
Icon=c128icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=GNOME;GTK;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xpet-gtk.desktop << EOF
[Desktop Entry]
Name=PET Emulator (GTK)
Comment=Commodore PET Emulator
Exec=%{_bindir}/xpet %U
Icon=peticon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=GNOME;GTK;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xvic-gtk.desktop << EOF
[Desktop Entry]
Name=VIC 20 Emulator (GTK)
Comment=Commodore VIC 20 Emulator
Exec=%{_bindir}/xvic %U
Icon=vic20icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=GNOME;GTK;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xcbm2-gtk.desktop << EOF
[Desktop Entry]
Name=CBM2 Emulator (GTK)
Comment=Commodore BM 2 Emulator
Exec=%{_bindir}/xcbm2 %U
Icon=c610icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=GNOME;GTK;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xplus4-gtk.desktop << EOF
[Desktop Entry]
Name=CPLUS4 Emulator (GTK)
Comment=Commodore PLUS4 Emulator
Exec=%{_bindir}/xplus4 %U
Icon=plus4icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=GNOME;GTK;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-c1541-gtk.desktop << EOF
[Desktop Entry]
Name=VICE disk image tool (GTK)
Comment=C1541 stand alone disk image maintenance program
Exec=%{_bindir}/c1541 %U
Icon=commodore
Terminal=true
Type=Application
StartupNotify=true
Categories=Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-vsid-gtk.desktop << EOF
[Desktop Entry]
Name=VSID music player (GTK)
Comment=VICE SID music player for Commodore tunes
Exec=%{_bindir}/vsid %U
Icon=commodore
Terminal=false
Type=Application
StartupNotify=true
Categories=Audio;Player;
EOF
#============GTK============

#============SDL============
cat > %{buildroot}%{_datadir}/applications/mandriva-x64-sdl.desktop << EOF
[Desktop Entry]
Name=C64 Emulator (SDL)
Comment=Commodore 64 Emulator
Exec=%{_bindir}/x64-sdl %U
Icon=c64icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=Game;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-x128-sdl.desktop << EOF
[Desktop Entry]
Name=C128 Emulator (SDL)
Comment=Commodore 128 Emulator
Exec=%{_bindir}/x128-sdl %U
Icon=c128icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xpet-sdl.desktop << EOF
[Desktop Entry]
Name=PET Emulator (SDL)
Comment=Commodore PET Emulator
Exec=%{_bindir}/xpet-sdl %U
Icon=peticon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xvic-sdl.desktop << EOF
[Desktop Entry]
Name=VIC 20 Emulator (SDL)
Comment=Commodore VIC 20 Emulator
Exec=%{_bindir}/xvic-sdl %U
Icon=vic20icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xcbm2-sdl.desktop << EOF
[Desktop Entry]
Name=CBM2 Emulator (SDL)
Comment=Commodore BM 2 Emulator
Exec=%{_bindir}/xcbm2-sdl %U
Icon=c610icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xplus4-sdl.desktop << EOF
[Desktop Entry]
Name=CPLUS4 Emulator (SDL)
Comment=Commodore PLUS4 Emulator
Exec=%{_bindir}/xplus4-sdl %U
Icon=plus4icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-c1541-sdl.desktop << EOF
[Desktop Entry]
Name=VICE disk image tool (SDL)
Comment=C1541 stand alone disk image maintenance program
Exec=%{_bindir}/c1541-sdl %U
Icon=commodore
Terminal=true
Type=Application
StartupNotify=true
Categories=Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-vsid-sdl.desktop << EOF
[Desktop Entry]
Name=VSID music player (SDL)
Comment=VICE SID music player for Commodore tunes
Exec=%{_bindir}/vsid-sdl %U
Icon=commodore
Terminal=false
Type=Application
StartupNotify=true
Categories=Audio;Player;
EOF
#============SDL============

#install icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
tar xjf %{SOURCE1} -C %{buildroot}%{_iconsdir}/hicolor/32x32/apps
tar xjf %{SOURCE2} -C %{buildroot}%{_iconsdir}/hicolor/48x48/apps
tar xjf %{SOURCE3} -C %{buildroot}%{_iconsdir}/hicolor/16x16/apps

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-5
+ Revision: f2eaf95
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8993 |14cr|vidalia-0.2.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           vidalia
Version:        0.2.21
Release:        2
Epoch:          0
Summary:        Cross-platform controller GUI for Tor, built using the Qt framework
License:        GPLv2+
Group:          Networking/Other
URL:            http://www.torproject.org/projects/vidalia
Source0:        http://www.torproject.org/dist/vidalia/%{name}-%{version}.tar.gz
Requires:       tor
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
BuildRequires:  cmake
BuildRequires:  desktop-file-utils
BuildRequires:  doxygen
BuildRequires:  openssl-devel
BuildRequires:  qt4-devel
BuildRequires:  qt4-linguist

%description
Vidalia is a cross-platform controller GUI for Tor, built using the Qt 
framework. Vidalia runs on any platform supported by Qt 4.1, including 
Windows, Mac OS X, and Linux or other Unix variants using the X11 
window system.

Vidalia allows you to start and stop Tor, view the status of Tor at a 
glance, and monitor Tor's bandwidth usage. Vidalia also makes it easy 
to contribute to the Tor network by helping you setup a Tor server, if 
you wish.

%prep
%setup -q

%build
%cmake_qt4
%make
# make the docs
make doxygen

%install
%makeinstall_std -C build

install -D -p -m 644 doc/vidalia.1 %{buildroot}%{_mandir}/man1/vidalia.1

desktop-file-install --vendor="" \
  --add-category="X-MandrivaLinux-Internet-Other" \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/*

%files
%doc CHANGELOG CREDITS HACKING LICENSE README README.marble
%doc build/doc/html
%{_bindir}/vidalia
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png 
%{_mandir}/man1/%{name}.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.2.21-2
+ Revision: ccc4b0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8994 |14cr|videocut-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name videocut
%define version 0.2.0
%define release 2

Name:		%{name}
Version:		%{version}
Release:		%{release}
License:		GPLv2
Group:		Video
Url:		http://code.google.com/p/videocut/
Source:		%{name}-%{version}.tar.gz
Patch1:		videocut-strcmp-0.2.0.patch
Patch2:		videocut-0.2.0-ftbfs.patch
BuildRequires:	qt4-devel 
BuildRequires:	pkgconfig(libxine)

Summary:	Application for creating compositions of screenshots from video files

%description
VideoCut is an open source desktop application specialized 
for creating compositions of screenshots from video files.

%prep
%setup -qn %{name}-%{version}.orig
%patch1 -p1
%patch2 -p0

%build
qmake
%make

%install
test "%{buildroot}" != "/" && %{__rm} -rf %{buildroot}
%__install -Dm 0755 build/result/videocut %{buildroot}%{_bindir}/videocut
%__install -Dm 0644 videocut.desktop %{buildroot}%{_datadir}/applications/videocut.desktop
%__install -Dm 0644 videocut.svg %{buildroot}%{_datadir}/pixmaps/videocut.svg


%files

%doc ABOUT AUTHORS THANKSTO
%{_bindir}/videocut
%{_datadir}/applications/videocut.desktop
%{_datadir}/pixmaps/videocut.svg




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-2
+ Revision: 4b93492
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8995 |14cr|vidma-0.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Virtual Disks Manipulator
Name:		vidma
Version:	0.0.4
Release:	2
License:	GPLv2
Group:		Archiving/Other
URL:		https://github.com/przemoc/vidma
Source0:	http://download.przemoc.net/%{name}-%{version}.tar.gz

%description
vidma - Virtual Disks Manipulator

Utility for manipulating virtual disk images. Features:
- resizing fixed-size images
- operations can be done in-place

Supported formats:
- VDI - Virtual Disk Image, used mostly by VirtualBox

%prep
%setup -q

%build
%configure
%make

%install
install -D vidma	%{buildroot}%{_bindir}/vidma
install -D vidma.1	%{buildroot}%{_mandir}/man1/vidma.1

%files
%doc AUTHORS NEWS README.md
%attr(755,root,root) %{_bindir}/vidma
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-2
+ Revision: 7788b1f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8996 |14cr|viewarch-0.0.12_9-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname ViewARCH
%define realversion 0.0.12-9

Summary: An archive browser for GNU arch
Name:    viewarch
Version: %(echo %realversion | sed 's/-/_/g')
Release: 12
Source0: %{realname}-%{realversion}.tar.bz2
Patch0: %name-confpath.patch
License: GPL
Group: Networking/WWW
Url: http://arch.bluegate.org/viewarch.html
Requires: tla
Requires: python
Requires: apache
BuildArch: noarch

%description
An archive browser for GNU arch.

%prep
%setup -q -n %realname-%realversion -q
%patch0 -p0 -b .confpath

%install
rm -rf %{buildroot}

mkdir -p %buildroot/%_datadir/%name/lib
mkdir -p %buildroot/%_sysconfdir/%name
mkdir -p %buildroot/%_sysconfdir/httpd/conf/webapps.d
mkdir -p %buildroot/%_var/www/cgi-bin

/bin/cp -a cgi/viewarch.cgi %buildroot/%_var/www/cgi-bin/viewarch.cgi

perl -pi -e "s:^LIB_DIR = None:LIB_DIR = '%_datadir/%name/lib':" \
    %buildroot/%_var/www/cgi-bin/viewarch.cgi

/bin/cp -r lib/{*.py,*.pot} %buildroot/%_datadir/%name/lib/

perl -pi -e "s:^#!/usr/local/bin/python:#!/usr/bin/python:" \
    %buildroot/%_datadir/%name/lib/*.py

/bin/cp -r locale %buildroot/%_datadir/%name/
/bin/cp -r templates %buildroot/%_datadir/%name/

/bin/cp -r viewarch.conf.dist %buildroot/%_sysconfdir/%name/viewarch.conf

cat > %buildroot/%_sysconfdir/httpd/conf/webapps.d/%name.conf <<EOF
<IfModule mod_alias.c>
    ScriptAlias /%name/ /%_var/www/cgi-bin/viewarch.cgi
</IfModule>

<Directory /var/www/%name>
    AllowOverride All
    Options ExecCGI
    DirectoryIndex viewarch.cgi
    Require all granted
</Directory>
EOF

%clean
rm -rf %{buildroot}



%files
%defattr(-,root,root)
%_datadir/%name
%_var/www/cgi-bin/viewarch.cgi
%config(noreplace) %_sysconfdir/httpd/conf/webapps.d/%name.conf
%dir %_sysconfdir/%name
%config(noreplace) %_sysconfdir/%name/viewarch.conf




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.12_9-12
+ Revision: 3702f8d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8997 |14cr|viewmol-2.4.1-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Molecule viewer and editor
Name: 		viewmol
Version: 	2.4.1
Release: 	15
License: 	GPLv2
Group: 		Sciences/Chemistry
URL: 		http://viewmol.sourceforge.net
Source0: 	%name-%version.src.tar.bz2
Patch0:		viewmol-2.4.1-prevent-app-defaults-file-install.patch
Patch1:		viewmol-2.4.1-mdv-fix-str-fmt.patch
BuildRequires: 	libtiff-devel mesaglu-devel
BuildRequires: 	x11-proto-devel libxt-devel libxi-devel libxmu-devel
BuildRequires:  lesstif-devel png-devel
BuildRequires:  pkgconfig(x11)
BuildRequires:  python-devel

%description
Viewmol is a graphical front end for computational chemistry programs.
It is able to graphically aid in the generation of molecular structures
for computations and to visualize their results. At present Viewmol
includes input filters for Discover, DMol, Gamess, Gaussian 9x, Gulp,
Mopac, and Turbomole outputs as well as for PDB files.

%prep
%setup -q
%patch0 -p1
%patch1 -p1 -b .strfmt
cd source
#tar xfj %{SOURCE}
perl -p -i -e 's!usr/local/lib!%_libdir!g' getrc.c
perl -p -i -e 's!lib/viewmol!%_lib/viewmol!g' install

%build
cd source
mkdir Linux
echo "LIBTIFF = -L%_libdir" > .config.Linux
echo "TIFFINCLUDE = /usr/include" >> .config.Linux
echo "MESALIB = -L/usr/%_lib" >> .config.Linux
echo "MESAINCLUDE = /usr/include/GL" >> .config.Linux
#echo "PYTHONVERSION = %pythonver" >> .config.Linux
echo "PYTHONINCLUDE = /usr/include/python%py_ver" >> .config.Linux
echo "LIBPYTHON = -L%_libdir/python%py_ver" >> .config.Linux
cd Linux
cat ../.config.Linux > makefile
echo 'COMPILER = gcc' >> makefile
echo 'OPT=${RPM_OPT_FLAGS}' >> makefile
echo 'CFLAGS=-Wall -I/usr/include -DLINUX' >> makefile
echo 'LDFLAGS=' >> makefile
echo 'SCANDIR=' >> makefile
echo 'INCLUDE=$(MESAINCLUDE) -I$(TIFFINCLUDE) -I$(PYTHONINCLUDE)' >> makefile
echo 'LIBRARY=$(MESALIB) $(LIBPYTHON)' >> makefile
echo 'LIBS=-L/usr/%_lib -lpython%py_ver -ltiff -lGLU -lGL -lpng -lXm -lXmu -lXt -lX11 -lXi -lm' >> makefile
cat ../Makefile >> makefile
make viewmol_
make tm_
make bio_
make readgamess_
make readgauss_
make readmopac_
make readpdb_

%install
cd source
./install %{buildroot}%_prefix
mkdir -p %{buildroot}%_docdir
mkdir -p %{buildroot}%_docdir/%name-%version
mv %{buildroot}/%_libdir/viewmol/doc/* %{buildroot}%_docdir/%name-%version
rmdir %{buildroot}/%_libdir/viewmol/doc
chmod 755 %{buildroot}/%_libdir/viewmol/Linux/*
chmod 755 %{buildroot}/%_bindir/*

# menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=ViewMol
Comment=GUI interface for chemistry software
Exec=%{_bindir}/%{name} 
Icon=chemistry_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Motif;Education;Science;Chemistry;
EOF

%files
%doc %_docdir/%name-%version
%_bindir/%name
%_libdir/%name
%_datadir/applications/mandriva-%name.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-15
+ Revision: 6820fd7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8998 |14cr|viewnior-1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Elegant image viewer
Name:		viewnior
Version:	1.4
Release:	1
License:	GPLv3+
Group:		Graphics
Url:		http://xsisqox.github.com/Viewnior
#Source0:	http://cloud.github.com/downloads/xsisqox/Viewnior/%{name}-%{version}.tar.gz
Source0:	https://www.dropbox.com/s/zytq0suabesv933/viewnior-%{version}.tar.gz
Patch0:		viewnior-1.2-dsofix.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(shared-mime-info)

%description
Viewnior is an image viewer program. Created to be simple, fast and elegant.
It's minimalist interface provides more screen space for your images. Among
its features are:

* Fullscreen & Slideshow
* Rotate, flip, save, delete images
* Animation support
* Browse only selected images
* Navigation window
* Simple interface
* Configurable mouse actions

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/%{name}/
%{_mandir}/man*/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

# fix spurious executable perms
chmod 0644 AUTHORS ChangeLog NEWS README TODO src/*

%build
%configure2_5x
%make V=1

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4-1
+ Revision: c28a71c
- New version 1.4, update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 8999 |14cr|viewvc-1.1.15-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           viewvc
Version:        1.1.15
Release:        5
Epoch:          0
Summary:        Browser interface for CVS and Subversion version control repositories
License:        BSD
Group:          System/Servers
URL:            http://www.viewvc.org/
Source0:        http://viewvc.tigris.org/files/documents/3330/48659/%name-%version.tar.gz
Patch0:         %{name}-tools.patch
Patch1:         %{name}-1.1.0-config.patch
Requires:       apache
Requires(post): rpm-helper
Requires(postun): rpm-helper
BuildRequires:  python
Requires:       python
Obsoletes:      viewcvs < %{epoch}:%{version}-%{release}
Provides:       viewcvs = %{epoch}:%{version}-%{release}
BuildArch:      noarch

%description
ViewVC is a browser interface for CVS and Subversion version control 
repositories. It generates templatized HTML to present navigable 
directory, revision, and change log listings. It can display specific 
versions of files as well as diffs between those versions. Basically, 
ViewVC provides the bulk of the report-like functionality you expect out 
of your version control tool, but much more prettily than the average 
textual command-line program output.

Here are some of the additional features of ViewVC:

    * Support for filesystem-accessible CVS and Subversion repositories.
    * Individually configurable virtual host support.
    * Line-based annotation/blame display (CVS only).
    * Revision graph capabilities (via integration with CvsGraph) (CVS 
      only).
    * Syntax highlighting support (via integration with GNU enscript).
    * Bonsai-like repository query facilities.
    * Template-driven output generation.
    * Colorized, side-by-side differences.
    * Tarball generation (by tag/branch for CVS, by revision for 
      Subversion).
    * I18N support based on the Accept-Language request header.
    * Ability to run either as CGI script or as a standalone server.
    * Regexp-based file searching.
    * INI-like configuration file (as opposed to requiring actual code 
      tweaks).

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p0 -b .config

%build

%install
%{__python} ./viewvc-install --destdir=%{buildroot} --prefix=%{_datadir}/%{name}

# remove uneeded files
%{__rm} -f %{buildroot}%{_datadir}/%{name}/bin/mod_python/.htaccess

# fix python files perms and shellbang
%{__perl} -pi \
        -e 's|/usr/local/bin/python|%{_bindir}/python|g;' \
        -e 's|\s*/usr/bin/env python|%{_bindir}/python|g;' \
        -e 's|CONF_PATHNAME =.*|CONF_PATHNAME = r"%{_sysconfdir}/%{name}/viewvc.conf"|g;' \
        `%{_bindir}/find %{buildroot}%{_datadir}/%{name} -type f` 

# install cgi's to www directory
%{__mkdir_p} %{buildroot}%{_var}/www/cgi-bin
%{__install} -m 755 %{buildroot}%{_datadir}/%{name}/bin/cgi/*.cgi %{buildroot}%{_var}/www/cgi-bin
%{__rm} -rf %{buildroot}%{_datadir}/%{name}/bin/cgi

# fix paths in configuration
%{__perl} -pi \
  -e 's|^#template_dir = .*|template_dir = %{_datadir}/%{name}/templates/|g;' \
  -e 's|^#docroot = .*|docroot = /%{name}|;' \
  -e 's|^#cvsgraph_conf = .*|cvsgraph_conf = %{_sysconfdir}/%{name}/cvsgraph.conf|;' \
  -e 's|^#mime_types_files = .*|mime_types_files = %{_sysconfdir}/%{name}/mimetypes.conf, %{_sysconfdir}/httpd/conf/mime.types|;' \
  %{buildroot}%{_datadir}/%{name}/viewvc.conf

# install config to sysconf directory
%{__mkdir_p} %{buildroot}%{_sysconfdir}/%{name}
%{__install} -m 644 %{buildroot}%{_datadir}/%{name}/viewvc.conf %{buildroot}%{_sysconfdir}/%{name}/viewvc.conf
%{__rm} -f %{buildroot}%{_datadir}/%{name}/viewvc.conf
%{__install} -m 644 %{buildroot}%{_datadir}/%{name}/cvsgraph.conf %{buildroot}%{_sysconfdir}/%{name}/cvsgraph.conf
%{__rm} -f %{buildroot}%{_datadir}/%{name}/cvsgraph.conf
%{__install} -m 644 %{buildroot}%{_datadir}/%{name}/mimetypes.conf %{buildroot}%{_sysconfdir}/%{name}/mimetypes.conf
%{__rm} -f %{buildroot}%{_datadir}/%{name}/mimetypes.conf

# move static files under %{_var}/www
%{__mv} %{buildroot}%{_datadir}/%{name}/templates/docroot %{buildroot}%{_var}/www/%{name}

# compile the python files
%{_bindir}/find %{buildroot}%{_datadir}/%{name}/lib -type f -name "*.pyc" | %{_bindir}/xargs %{__rm}
%{__python} -O %{_libdir}/python%{py_ver}/compileall.py %{buildroot}%{_datadir}/%{name}/lib

# apache configuration
%{__mkdir_p} %{buildroot}%{_webappconfdir}
%{__cat} > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} configuration

Alias /%{name} %{_var}/www/%{name}

<Directory %{_var}/www/%{name}>
    Require all granted
</Directory>

<LocationMatch "^/cgi-bin/(query|viewvc).cgi">
    Require local granted
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf"
</LocationMatch>

<IfModule mod_python.c>
    Alias /%{name}-mp %{_datadir}/%{name}/bin/mod_python/viewvc.py
    <Directory %{_datadir}/%{name}/bin/mod_python>
        AddHandler python-program .py
        PythonHandler handler
        Require local granted
        ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf"
    </Directory>
</IfModule>
EOF

# set mode 755 on executable scripts
%{__grep} -rl '^#!' %{buildroot}%{_datadir}/%{name} | %{_bindir}/xargs %{__chmod} 755

cat >README.mdv <<EOF
Mandriva RPM specific notes
===========================

Setup
-----
The setup used here differs from default one in order to achieve better FHS
compliance:

- the files accessible from the web are in /var/www/cgi-bin
- the files not accessible from the web are in /usr/share/viewvc
- the configuration file is located at /etc/viewvc/viewvc.conf

Post-installation
-----------------
You have manually to create the MySQL database if you want to use query mode.

Additional useful packages
--------------------------
- cvs and rcs provide a web interface for CVS repositories
- python-svn provides a web interface for SVN repositories
- MySQL-python and a MySQL database are needed for query mode
- apache-mod_python, will be accessible at http://localhost/viewvc-mp (instead
  of the cgi files)
EOF

%files
%doc CHANGES COMMITTERS INSTALL LICENSE.html README README.mdv docs/
%config(noreplace) %{_sysconfdir}/%{name}
%config(noreplace) %{_webappconfdir}/%{name}.conf
%{_datadir}/%{name}
%{_var}/www/cgi-bin/*.cgi
%{_var}/www/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.15-5
+ Revision: fedd744
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9000 |14cr|vigor-0.016-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		vigor
Version:	0.016
Release:	21
Summary:	The popular Unix editor vi with the addition of the Vigor Assistant
License:	GPL
Group:		Editors
URL:		http://vigor.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source1:	%{name}-48.png
Source2:	%{name}-32.png
Source3:	%{name}-16.png
Patch0:		%{name}.tcltk83.patch
Patch1:		vigor-0.016-tcl86.patch
Requires:	tk
BuildRequires:	termcap-devel
BuildRequires:	tcl-devel
BuildRequires:	tk-devel

%define debug_package %{nil}

%description
Based on the User Friendly comic strip storyline from 4 January to 14 January
2000, Vigor brings all the features of traditional Unix vi, plus the friendly
and helpful Vigor Assistant. (If you aren't familiar with User Friendly the
Comic Strip, quit bothering with Vigor and go out and look there first. It's
well w orth the trip! Don't worry, we'll wait.) Enter the world of Vigor! Come,
join us, watch the paperclip, don't be afraid...

%prep
%setup -q
%patch0
%patch1 -p1 -b .tcl86

%build
cd build
%configure --enable-curses --enable-db --enable-re
%make

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}
(cd build && %makeinstall)
chmod 755 %{buildroot}%{_bindir}/%{name}
chmod 755 %{buildroot}%{_datadir}/%{name}/recover

# icons
install -D -m 644 %{SOURCE3} %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png 
install -D -m 644 %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png

# menu entry

install -d -m 755 %{buildroot}%{_datadir}/applications
cat >  %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=vigor
Comment=The popular Unix editor vi with the addition of the Vigor Assistant
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=true
Type=Application
StartupNotify=false
Categories=TextEditor
EOF

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc FAQ LAYOUT LICENSE README README.vigor
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.016-21
+ Revision: a39e1bf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9001 |14cr|viking-1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _files_listed_twice_terminate_build 0
%define name		viking
%define version		1.5
%define release		2
%define _desktopdir	%{_datadir}/applications
Name:			%{name}
Version:		%{version}
Release:		%{release}
Summary:		Global positioning system (GPS) and mapping manager
URL:			http://viking.sourceforge.net
Group:			Communications
License:		GPLv2+
Source:			http://prdownloads.sourceforge.net/viking/%{name}-%{version}.tar.bz2
BuildRequires:		pkgconfig(expat) 
BuildRequires:		pkgconfig(libcurl) 
BuildRequires:		pkgconfig(libgps)
BuildRequires:		pkgconfig(libexif)
BuildRequires:		intltool 
BuildRequires:		imagemagick
BuildRequires:		pkgconfig(glib-2.0) >= 2.34
BuildRequires:		pkgconfig(gtk+-2.0) >= 2.12
BuildRequires:		pkgconfig(gnome-doc-utils) >= 0.3.2
BuildRequires:		scrollkeeper
BuildRequires:		magic-devel
BuildRequires:		desktop-file-utils
BuildRequires:		bzip2-devel

Requires:		gpsbabel

%description
Viking is a free/open source program to manage GPS data. You can import and
plot tracks and way-points, show Terraserver maps under it, add coordinate
lines, make new tracks and way-points, hide different things, etc.

%prep
%setup -q
for file in ChangeLog NEWS TODO; do
    mv $file timestamp
    iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp
    touch -r timestamp $file
done

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install                              \
    --add-category="GTK;Network;"                 \
    --delete-original                             \
    --dir=%{buildroot}%{_desktopdir}              \
    %{buildroot}%{_desktopdir}/%{name}.desktop



%find_lang %{name} --with-gnome

%check
make test

%files -f %{name}.lang
%doc AUTHORS README COPYING TODO NEWS ChangeLog
%{_bindir}/%{name}
%{_desktopdir}/%{name}.desktop
%{_datadir}/icons/hicolor/*x*/apps/%{name}.png
%{_datadir}/gnome/help/%{name}/C/*
%{_datadir}/omf/%{name}/%{name}-C.omf
%{_datadir}/%{name}/*.xml

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-2
+ Revision: 09f1f51
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9002 |14cr|vim-latex-1.8.23-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define reldate	20100129
%define rel	r1104

Name:		vim-latex
Summary:	Advanced vim plugin for LaTeX editing
Version:	1.8.23
Epoch:		1
Release:	3
Source0:	http://downloads.sourceforge.net/project/vim-latex/snapshots/%{name}-%{version}-%{reldate}-%{rel}.tar.gz
URL:		http://vim-latex.sf.net/
Group:		Editors
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	Charityware
BuildArch:	noarch
Obsoletes:	vim-latex < %epoch:%version
Requires:	vim
Requires:	python
Requires:	tetex-latex
Requires:	xdvi

%description
Latex-Suite attempts to provide a comprehensive set of tools to
view, edit and compile LaTeX documents in Vim. Together, they
provide tools starting from macros to speed up editing LaTeX
documents to functions for forward searching .dvi documents.

%prep
%setup -q -n %{name}-%{version}-%{reldate}-%{rel}

%build
# Add shellbang
mv ftplugin/latex-suite/pytools.py pytools.py.backup
echo '#!/bin/env python' > ftplugin/latex-suite/pytools.py
cat pytools.py.backup >> ftplugin/latex-suite/pytools.py
rm -f pytools.py.backup

cat << EOF > ./README.mandriva
To Read the builtin documentation. From within vim type
:help latex-suite.txt
:help latex-suite-quickstart.txt

Latex-Suite comes with edition 1.6 of the LaTeX2e
documentation translated into vim-help format.
Type :help helptags from within Vim for more information
EOF

%install
rm -rf %{buildroot}
# use the already existing make file
make install DESTDIR=%{buildroot} VIMDIR=%{_datadir}/vim BINDIR=%{_bindir}

# move compiler/tex.vim to not conflict with vim-common
mkdir -p %{buildroot}%{_datadir}/vim/vimfiles/
mv %{buildroot}%{_datadir}/vim/compiler %{buildroot}%{_datadir}/vim/vimfiles/

# fix permissions
chmod +x %{buildroot}%{_datadir}/vim/ftplugin/latex-suite/pytools.py

%clean 
rm -rf %{buildroot} 

%files 
%defattr(-,root,root)
%doc README.mandriva
%{_bindir}/ltags
%{_bindir}/latextags
%{_datadir}/vim/vimfiles/compiler/*
%{_datadir}/vim/doc/*
%{_datadir}/vim/ftplugin/*
%{_datadir}/vim/indent/*
%{_datadir}/vim/plugin/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.8.23-3
+ Revision: e864bc5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9003 |14cr|vips-7.38.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 37
%define libname %mklibname %{name} %{major}
%define libcc %mklibname %{name}CC %{major}
%define devname %mklibname %{name} -d
%define gimajor 8.0
%define girname %mklibname vips-gir %{gimajor}

Summary:	Image processing system
Name:		vips
Version:	7.38.1
Release:	4
License:	LGPLv2+
Group:		Video
Url:		http://www.vips.ecs.soton.ac.uk/index.php
Source0:	http://www.vips.ecs.soton.ac.uk/supported/current/%{name}-%{version}.tar.gz
BuildRequires:	gtk-doc
BuildRequires:	swig
BuildRequires:	jpeg-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(GraphicsMagick)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(liboil-0.3)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(matio)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(openslide)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangoft2)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

%description
VIPS is a free image processing system. It aims to be about half-way between
Photoshop and Excel: it is very bad at retouching photographs, but very handy 
for the many other imaging tasks that programs like Photoshop get used for. 
It is good with large images (images larger than the amount of RAM in your 
machine), and for working with color.

%files -f %{name}7.38.lang
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for vips
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with vips.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcc}
Summary:	Shared libraries for vips
Group:		System/Libraries

%description -n %{libcc}
This package contains the library needed to run programs dynamically
linked with vips.

%files -n %{libcc}
%{_libdir}/lib%{name}CC.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Requires:	%{libcc} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Vips-%{gimajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and library for vips
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libcc} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use vips.

%files -n %{devname}
%{_libdir}/libvips*.so
%{_includedir}/*
%doc %{_defaultdocdir}/%{name}
%{_libdir}/pkgconfig/*
%{_mandir}/man?/*
%{_datadir}/gtk-doc/html/libvips/
%{_datadir}/gir-1.0/Vips-%{gimajor}.gir

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python support for the VIPS image processing library
Group:		Development/Python
Requires:	%{name} = %{version}-%{release}
%rename %{name}-python

%description -n python-%{name}
The %{name}-python package contains Python support for VIPS.

%files -n python-%{name}
%{python_sitearch}/vipsCC

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# Build against GraphicsMagick: it's a better choice for this kind of
# usage, and anyway it works with underlinking protection,
# whereas ImageMagick does not - AdamW 2008/07
#./bootstrap.sh
%configure2_5x \
	--with-magickpackage=GraphicsMagick \
	--disable-static
%make

%install
%makeinstall_std

rm -fr %{buildroot}/%{_datadir}/locale/malkovich

%find_lang %{name}7.38


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.38.1-4
+ Revision: f4dbcd3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9004 |14cr|virtaal-0.6.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Localization and translation editor
Name:		virtaal
Version:	0.6.1
Release:	6
License:	GPLv2+
Group:		System/Internationalization
Url:		http://translate.sourceforge.net/wiki/virtaal/index
Source0:	http://downloads.sourceforge.net/translate/%{name}-%{version}.tar.bz2
# (Fedora) add some patches from fedora:
Patch0:		virtaal-0.6.1-libtranslate_error_reporting.patch
Patch1:		virtaal-0.5.0-setup_drop_MO_generation.patch
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	python-translate >= 1.5.1
BuildRequires:	python-lxml
BuildRequires:	pkgconfig(python)
Requires:	gnome-python-gtkspell
Requires:	iso-codes
Requires:	python-translate >= 1.5.1
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Requires:	python-curl
Requires:	python-enchant
Requires:	python-gobject
Requires:	python-levenshtein
Requires:	python-lxml
# python-pycurl needed for open-tran.eu
Requires:	python-simplejson
Requires:	xdg-utils
# python-psycopg needed for tinytm
Suggests:	python-psycopg2
BuildArch:	noarch

%description
A program for Computer Aided Translation (CAT) built on the Translate Toolkit.

Virtaal includes features that allow a localizer to work effecively including:
syntax highlighting, autocomplete and autocorrect.  Showing only 
the data that is needed through its simple and effective user interface it
ensures that you can focus on the translation task straight away.

By building on the Translate Toolkit, Virtaal is able to edit any of the
following formats: XLIFF, Gettext PO and .mo, Qt .ts, .qph and .qm, Wordfast 
TM, TMX, TBX.  By using the Translate Toolkit converters a translator can edit:
OpenOffice.org SDF, Java (and Mozilla) .properties and Mozilla DTD.

%files -f %{name}.lang
%doc README
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/mime/packages/*
%{_datadir}/virtaal
%{_datadir}/icons/*
%{python_sitelib}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%patch0 -p3 -b .libtranslate_error_reporting
%patch1 -p1 -b .drop_MO_generation

%build
# Drop shebang from non-executable python files
find virtaal -type f -and -name '*.py' -and ! -executable -exec  sed -i "sa#!/usr/bin/env pythonaa" {} \;
python setup.py build
./maketranslations %{name}
pushd po
for po in $(ls *.po | egrep -v de_DE)
do
    mkdir -p locale/$(basename $po .po)/LC_MESSAGES/
    msgfmt $po --output-file=locale/$(basename $po .po)/LC_MESSAGES/%{name}.mo
done
popd

%install
python setup.py install --nodepcheck --skip-build --install-data=%{_prefix} --root=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/
cp -rp po/locale %{buildroot}%{_datadir}/

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-6
+ Revision: bf9b978
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9005 |14cr|virt-manager-0.9.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%nil
%define	name	virt-manager
%define	version	0.9.4
%define release	2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:    Virtual Machine Manager
License:    GPLv2+
Group:      Graphical desktop/GNOME
URL:        http://virt-manager.org/
Source0:    http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
Source1: state_paused.png
Source2: state_running.png
Source3: state_shutoff.png
BuildRequires:  python
BuildRequires:  pygtk2.0-devel
BuildRequires:  desktop-file-utils
BuildRequires:  scrollkeeper
BuildRequires:	intltool
Requires:       python-libvirt
Requires:       python-virtinst > 0.500.5
Requires:       python-vte
Requires:	    python-libxml2
Requires:	    python-gtk-vnc
Requires:	    dbus-python
Requires:	    pygtk2.0-libglade
Requires:	    gnome-python
Requires:	    gnome-python-gconf
Requires:	    gnome-python-gnomevfs
Requires:	    librsvg
Requires:	    libvirt-utils
Requires(post): GConf2
Requires(preun):GConf2

%description
The "Virtual Machine Manager" (virt-manager for short package name) is a
desktop application for managing virtual machines. It presents a summary view
of running domains and their live performance & resource utilization
statistics. A detailed view presents graphs showing performance & utilization
over time. Ultimately it will allow creation of new domains, and configuration
& adjustment of a domain's resource allocation & virtual hardware. Finally an
embedded VNC client viewer presents a full graphical console to the guest
domain.

%prep
%setup -q
cp %{SOURCE1} pixmaps
cp %{SOURCE2} pixmaps
cp %{SOURCE3} pixmaps

%build
%configure2_5x --with-qemu-user=qemu
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# menu entry
desktop-file-install --vendor="" \
    --add-category="GTK;GNOME;Emulator" \
    --dir %{buildroot}%{_datadir}/applications \
    %{buildroot}%{_datadir}/applications/virt-manager.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%{_bindir}/*
%{_libdir}/virt-manager-launch
%{_datadir}/virt-manager
%{_datadir}/applications/virt-manager.desktop
%{_datadir}/dbus-1/services/virt-manager.service
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
%{_sysconfdir}/gconf/schemas/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-2
+ Revision: e19abc7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9006 |14cr|virtualbox-kde-runner-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:        Virtualbox KDE runner
Name:           virtualbox-kde-runner
Version:        0.2 
Release:        3
Source:         http://kde-apps.org/CONTENT/content-files/107926-vbox-runner-%{version}.tar.gz
License:        GPLv2+                                         
Group:          Graphical desktop/KDE                          
URL:            http://kde-apps.org/content/show.php/VBox+Runner?content=107926
BuildRequires:  kdelibs4-devel                                     
Requires:	virtualbox

%description
Allows you to start your VirtualBox virtual machines from Krunner
(the Alt-F2 thing)

%files
%defattr(-,root,root)
%doc COPYING
%{_kde_libdir}/kde4/*.so
%{_kde_services}/*
%{_datadir}/pixmaps/vbox-runner/*
#--------------------------------------------------------------------

%prep
%setup -qn vbox-runner-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%clean



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: 083ea6f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9007 |14cr|virtualjaguar-2.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Atari Jaguar Emulator
Name:		virtualjaguar
Version:	2.1.0
Release:	2
Group:		Emulators
License:	GPLv3
URL:		http://icculus.org/virtualjaguar/
Source0:	http://www.icculus.org/virtualjaguar/tarballs/%{name}-%{version}.tar.bz2
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)

%description
Virtual Jaguar is software dedicated to emulating the Atari Jaguar hardware on
a standard PC. The software was originally developed by David Raingeard of
Potato Emulation and was released under the GPL on 25 June 2003.

Virtual Jaguar GCC/Qt is not just a port of the MS Visual C++/SDL sourcecode
but has also been extended and rewritten so that we can enjoy Atari Jaguar
emulation on every platform that has a GCC compiler and a port of Qt.

%prep
%setup -q -n %{name}

%build
make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 res/vj.xpm %{buildroot}%{_datadir}/pixmaps/%{name}.xpm

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Virtual Jaguar
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF

%files
%doc docs/*
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}.xpm
%{_datadir}/applications/mandriva-%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-2
+ Revision: 270157a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9008 |14cr|VirtualLab-6.2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Virtual Microscope interface
Name:		VirtualLab
Group:		Sciences/Biology
Version:	6.2.2
Release:	5
License:	GPL
Url:		http://virtual.itg.uiuc.edu/
Source0:	%{name}%{version}-with-samples.zip
Source1:	%{name}.png
Source2:	%{name}.desktop
Source3:	VirtualLabConfig.xml
Source4:	VirtualLab-rpmlintrc
BuildRequires:	java-devel
AutoReqProv:	no
Requires:	java
Requires:	%{_lib}cg0

%description
The Virtual Microscope interface supports the browsing of high-resolution,
multi-dimensional image datasets from our Scanning Electron Microscope (SEM)
and our Light Microscope (LM).

%files
%attr(755,root,root) %{_bindir}/%{name}.sh
%dir %{_datadir}/java/%{name}
%{_datadir}/java/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -T -c %{name}-%{version}
cp %{SOURCE0} .
unzip *.zip
rm *.zip
pushd "Virtual Lab"
mv * ../
popd
rm -rf "Virtual Lab"

%build

%install
mkdir -p %{buildroot}%{_datadir}/java/%{name}
mkdir -p %{buildroot}%{_bindir}
cp -r * %{buildroot}%{_datadir}/java/%{name}
install -m644 %{SOURCE3} %{buildroot}%{_datadir}/java/%{name}/VirtualLabConfig.xml
# startscript
cat > %{name}.sh <<EOF
#!/bin/bash
pushd %{_datadir}/java/%{name}
java -Dapple.laf.useScreenMenuBar=true  -Djava.library.path=resources/ -Xmx1024m -jar "%{_datadir}/java/%{name}/resources/Virtuallab.6.2.2.jar"
EOF
install -m 755 %{name}.sh %{buildroot}%{_bindir}/
# install menu entry
install -D -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -D -m644 %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop
chmod a+r %{buildroot}%{_datadir}/java/%{name}/resources/Virtuallab.6.2.2.jar


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.2.2-5
+ Revision: ee471d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9009 |14cr|virtuosoconverter-0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           virtuosoconverter
Summary:        Virtuoso database converter tool
Version:        0.1
Release:        8
Group:          Graphical desktop/KDE
License:        GPLv2+
URL:            http://www.kde.org
Source0:        %name-%version.tar.bz2
BuildRequires:  kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(shared-desktop-ontologies)

%description
virtuosoconverter is a tool that convert database created with
virtuoso 5 to virtuoso 6 format.

%files
%doc build/virtuoso-opensource-5.0.12/ChangeLog
%_kde_bindir/virtuosoconverter
%_kde_appsdir/virtuosoconverter

#--------------------------------------------------------------------

%prep
%setup -q -n %name

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-8
+ Revision: 29640e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9010 |14cr|virt-viewer-0.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	virt-viewer
%define	version	0.5.4
%define release	2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Virtual Machine Viewer
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://virt-manager.org/
Source0:	http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libvirt)
BuildRequires:	pkgconfig(gvnc-1.0)
BuildRequires:	xen-devel
BuildRequires:	intltool
BuildRequires:	pkgconfig(libglade-2.0)

%description
Virtual Machine Viewer (virt-viewer) is a lightweight interface for
interacting with the graphical display of a virtualized guest OS. It uses
GTK-VNC and libvirt to look up the VNC server details associated with the
guest. It is intended as a replacement for the traditional vncviewer
client, since the latter does not support SSL/TLS encryption of x509
certificate authentication.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/applications/remote-viewer.desktop
%{_datadir}/icons/hicolor/*/*
%{_datadir}/%{name}/ui

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.4-2
+ Revision: 816dcb9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9011 |14cr|visionegg-1.2.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%ifarch x86_64
%define arch x86_64
%else
%define arch i686
%endif

Summary:	Python library for producing stimuli for vision research experiments
Name:		visionegg
Version:	1.2.1
Release:	7
Source0:	https://pypi.python.org/packages/source/v/visionegg/%{name}-%{version}.tar.gz
License:	LGPLv2+
Group:		Sciences/Other
Url:		http://www.visionegg.org/
Obsoletes:	visionegg-demos
Requires:	python-numpy >= 1.0
Requires:	pythonegg(pil) >= 1.1.2
Requires:	pythonegg(pyopengl) >= 2.0
Requires:	pygame >= 1.5.3
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(x11), pkgconfig(gl)
BuildRequires:	python-numpy-devel >= 1.0
BuildRequires:	pkgconfig(python)
BuildRequires:  pkgconfig(lapack)

%description 
The Vision Egg uses Python and OpenGL to provide a powerful, flexible,
and free way to produce stimuli for vision research experiments. In
addition to methods for automatic generation of traditional visual
stimuli such as sinusoidal gratings and random dot patterns, it defines a
number of functions for moving numeric data, images, movies, text, and
3D objects to and from your computer's video card and making use of 
features like perspective distortion. 

%prep
%setup -q


iconv -f iso8859-1 -t utf-8 CHANGELOG.txt > CHANGELOG.txt.conv && \
  mv -f CHANGELOG.txt.conv CHANGELOG.txt

%build
CFLAGS="-L/usr/X11R6/%_lib" python setup.py build 
# fix attr
cd build/lib.linux-%arch-2.7/VisionEgg/PyroApps
chmod +x SphereGratingServer.py \
  ScreenPositionServer.py \
  EPhysGUIUtils.py \
  EPhysServer.py \
  SphereGratingGUI.py \
  ColorCalServer.py \
  SpinningDrumServer.py \
  EPhysGUI.py \
  ColorCalGUI.py  \
  GridGUI.py  \
  SpinningDrumGUI.py \
  MouseTargetGUI.py \
  GridServer.py \
  MouseTargetServer.py \
  ScreenPositionGUI.py \
  TargetServer.py \
  FlatGratingGUI.py \
  FlatGratingServer.py \
  TargetGUI.py
cd -
chmod +x build/lib.linux-%arch-2.7/VisionEgg/WrappedText.py
#

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --skip-build --root=%{buildroot} --record=FILELIST
sed -i 's/.*egg-info$//' FILELIST


%files -f FILELIST
%defattr(-,root,root)
%doc *.txt doc/ demo/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-7
+ Revision: 038ac38
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9012 |14cr|visitors-1.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Process a web log file for visitor statistics
Name:		visitors
Version:	1.1
Release:	10
License:	GPL
Group:		File tools
URL:		http://www.stedee.id.au/visitors
Source:		http://www.stedee.id.au/files/%{name}-%{version}.tar.bz2
BuildRequires:	db-devel
BuildRequires:	pcre-devel
BuildRequires:	autoconf2.5
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
visitors processes a web log file trying very hard to identify a single
"person" as much as possible. This is typically achieved by use of either an
identifying cookie in the log file; Or via the IP Address/Name & Browser ID
combination.

%prep

%setup -q

%build

%configure2_5x \
    --enable-database-name=%{name}.db \
    --enable-database-dir=%{_localstatedir}/lib/%{name}
	
%make

%install
rm -rf %{buildroot}

%makeinstall

install -d %{buildroot}%{_localstatedir}/lib/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc ChangeLog COPYING INSTALL README
%{_bindir}/%{name}
%dir %{_localstatedir}/lib/%{name}
%{_mandir}/man1/%{name}.1*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-10
+ Revision: fafd8f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9013 |14cr|vitables-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname ViTables

Summary:	Graphical tool for browsing and editing HDF5 files
Name:		vitables
Version:	2.1
Release:	3
License:	GPLv3+
Group:		Editors
Url:		http://vitables.org
Source0:	%{tarname}-%{version}.tar.gz
BuildRequires:	python-qt4
BuildRequires:	python-sphinx
BuildRequires:	python-tables
BuildRequires:	pkgconfig(python)
Requires:	python-qt4
Requires:	python-tables
BuildArch:	noarch

%description
ViTables is a graphical tool for browsing and editing files in both PyTables
and HDF5 format. With ViTables you can easily navigate through the data
hierarchy, view and modify metadata, view actual data and more.

%files
%doc ANNOUNCE.txt ChangeLog.txt LICENSE.txt README.txt TODO.txt doc/*.pdf examples/
%{_bindir}/*
%{py_sitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{tarname}-%{version}

%install
python setup.py install --root=%{buildroot}
rm -rf %{buildroot}/%{py_sitedir}/%{name}/examples
rm -rf %{buildroot}/%{py_sitedir}/%{name}/doc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-3
+ Revision: 9761ba3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9014 |14cr|vkeybd-0.1.18d-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Virtual ALSA MIDI keyboard
Name:		vkeybd
Version:	0.1.18d
Release:	7
License:	GPLv2+
Group:		Sound
URL:		http://www.alsa-project.org/~tiwai/alsa.html
# From Debian as there appears to be no upstream source I can find,
# though this is a genuine release made by the author as he referred
# to it in a Debian bug report. - AdamW 2008/01
Source0:	http://ftp.de.debian.org/debian/pool/main/v/vkeybd/%{name}_%{version}.orig.tar.gz
Requires:	tk
Requires:	tcl
BuildRequires:	tk
BuildRequires:	pkgconfig(tk)
BuildRequires:	tcl
BuildRequires:	tcl-devel
BuildRequires:  alsa-oss-devel

%description
Vkeybd is a virtual keyboard (as in musical instrument)
for AWE32/64, raw MIDI, and ALSA sequencer drivers.  It is written in
Tcl/Tk.  Enjoy playing music with your "computer" keyboard :-)

%prep
%setup -q
perl -p -i -e "s|-O|%optflags||g" Makefile

%build
make PREFIX=%{_prefix} \
	TCLLIB=-ltcl%{tcl_version} \
	TKLIB=-ltk%{tcl_version} \
	CC="gcc %ldflags"

%install
make PREFIX="%{buildroot}"%{_prefix} install
make MAN_DIR=%{buildroot}%{_mandir} install-man

#menu
(cd %{buildroot}
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name}
Name=VKeybd
Comment=On-screen ALSA MIDI keyboard
Icon=%{name}
Categories=Audio;
EOF
)

#icons
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
cp pixmaps/%{name}_48x48.png %{buildroot}/%{_iconsdir}/hicolor/48x48/apps/%{name}.png
cp pixmaps/%{name}_32x32.png %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
cp pixmaps/%{name}_16x16.png %{buildroot}/%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%files
%doc README ChangeLog
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.18d-7
+ Revision: 8b88d6b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9015 |14cr|vlc-more-skins-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name vlc-more-skins
%define version 0.1
%define release 6



Name:      %{name}
Version:   %{version}
Release:   %{release}
Summary:   A collection of 7 skins for vlc
License:   GPL
URL:       http://www.videolan.org/vlc/download-skins2.html
Group:     Video
Source0:   %{name}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires: svlc
BuildArch: noarch


%description
A collection of 7 skins for vlc

%prep
rm -rf %buildroot

%setup -n %{name}
%install
rm -rf %buildroot
mkdir -p %buildroot/%_datadir/vlc/skins2/
install -m644 *.vlt %buildroot/%_datadir/vlc/skins2/

%clean
rm -rf %buildroot
%files
%defattr(-,root,root)
%doc COPYING readme.txt
%_datadir/vlc/skins2/chaos.vlt
%_datadir/vlc/skins2/itunes.vlt
%_datadir/vlc/skins2/MediaPlayer.vlt
%_datadir/vlc/skins2/solar.vlt
%_datadir/vlc/skins2/void.vlt
%_datadir/vlc/skins2/vplayer.vlt
%_datadir/vlc/skins2/winamp5.vlt




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-6
+ Revision: 1d8bb51
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9016 |14cr|vlc-qt-0.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple library to connect Qt application with libvlc
Name:		vlc-qt
Version:	0.8.1
Release:	4
License:	GPLv3+
Group:		System/Libraries
Url:		http://projects.tano.si/library
# Generated by github https://github.com/ntadej/vlc-qt
Source0:	%{name}-%{version}.tar.gz
Patch0:		vlc-qt-0.8.1-linkage.patch
# Also build pkgconfig files for QML and widgets libraries
Patch1:		vlc-qt-0.8.1-pkgconfig.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libvlc)

%description
VLC-Qt is a free library used to connect Qt and libvlc libraries.
It contains core classes for main media playback and also some GUI
classes for faster media player developement.

#----------------------------------------------------------------------------

%define libvlcqt_major 0.8
%define libvlcqt %mklibname vlc-qt %{libvlcqt_major}

%package -n %{libvlcqt}
Summary:	A simple library to connect Qt application with libvlc (core)
Group:		System/Libraries

%description -n %{libvlcqt}
VLC-Qt is a free library used to connect Qt and libvlc libraries.
It contains core classes for main media playback and also some GUI
classes for faster media player developement.

This package contains vlc-qt core library.

%files  -n %{libvlcqt}
%{_libdir}/libvlc-qt.so.%{libvlcqt_major}*

#----------------------------------------------------------------------------

%define devvlcqt %mklibname vlc-qt -d

%package -n %{devvlcqt}
Summary:	Headers and development libraries for vlc-qt core library
Group:		Development/C++
Requires:	%{libvlcqt} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devvlcqt}
Headers and development libraries for vlc-qt core library.

%files  -n %{devvlcqt}
%doc AUTHORS CHANGELOG README.md LICENSE.GPL LICENSE.LGPL
%{_libdir}/pkgconfig/libvlc-qt.pc
%{_libdir}/libvlc-qt.so
%{_includedir}/%{name}/Audio.h
%{_includedir}/%{name}/Common.h
%{_includedir}/%{name}/Config.h
%{_includedir}/%{name}/Enums.h
%{_includedir}/%{name}/Error.h
%{_includedir}/%{name}/Instance.h
%{_includedir}/%{name}/Media.h
%{_includedir}/%{name}/MediaList.h
%{_includedir}/%{name}/MediaListPlayer.h
%{_includedir}/%{name}/MediaPlayer.h
%{_includedir}/%{name}/MetaManager.h
%{_includedir}/%{name}/SharedExportCore.h
%{_includedir}/%{name}/Video.h
%{_includedir}/%{name}/VideoDelegate.h

#----------------------------------------------------------------------------

%define libvlcqtqml_major 0.8
%define libvlcqtqml %mklibname vlc-qt-qml %{libvlcqtqml_major}

%package -n %{libvlcqtqml}
Summary:	A simple library to connect Qt application with libvlc (QML)
Group:		System/Libraries

%description -n %{libvlcqtqml}
VLC-Qt is a free library used to connect Qt and libvlc libraries.
It contains core classes for main media playback and also some GUI
classes for faster media player developement.

This package contains vlc-qt QML library.

%files  -n %{libvlcqtqml}
%{_libdir}/libvlc-qt-qml.so.%{libvlcqtqml_major}*

#----------------------------------------------------------------------------

%define devvlcqtqml %mklibname vlc-qt-qml -d

%package -n %{devvlcqtqml}
Summary:	Headers and development libraries for vlc-qt QML library
Group:		Development/C++
Requires:	%{libvlcqt} = %{EVRD}
Requires:	%{libvlcqtqml} = %{EVRD}
Requires:	%{devvlcqt} = %{EVRD}
Provides:	%{name}-qml-devel = %{EVRD}

%description -n %{devvlcqtqml}
Headers and development libraries for vlc-qt QML library.

%files  -n %{devvlcqtqml}
%{_libdir}/pkgconfig/libvlc-qt-qml.pc
%{_libdir}/libvlc-qt-qml.so
%{_includedir}/%{name}/QmlVideoPlayer4.h
%{_includedir}/%{name}/SharedExportQml.h

#----------------------------------------------------------------------------

%define libvlcqtwdt_major 0.8
%define libvlcqtwdt %mklibname vlc-qt-widgets %{libvlcqtwdt_major}

%package -n %{libvlcqtwdt}
Summary:	A simple library to connect Qt application with libvlc (widgets)
Group:		System/Libraries

%description -n %{libvlcqtwdt}
VLC-Qt is a free library used to connect Qt and libvlc libraries.
It contains core classes for main media playback and also some GUI
classes for faster media player developement.

This package contains vlc-qt widgets library.

%files  -n %{libvlcqtwdt}
%{_libdir}/libvlc-qt-widgets.so.%{libvlcqtwdt_major}*

#----------------------------------------------------------------------------

%define devvlcqtwdt %mklibname vlc-qt-widgets -d

%package -n %{devvlcqtwdt}
Summary:	Headers and development libraries for vlc-qt widgets library
Group:		Development/C++
Requires:	%{libvlcqt} = %{EVRD}
Requires:	%{libvlcqtwdt} = %{EVRD}
Requires:	%{devvlcqt} = %{EVRD}
Provides:	%{name}-widgets-devel = %{EVRD}

%description -n %{devvlcqtwdt}
Headers and development libraries for vlc-qt widgets library.

%files  -n %{devvlcqtwdt}
%{_libdir}/pkgconfig/libvlc-qt-widgets.pc
%{_libdir}/libvlc-qt-widgets.so
%{_includedir}/%{name}/ControlAudio.h
%{_includedir}/%{name}/ControlVideo.h
%{_includedir}/%{name}/SharedExportWidgets.h
%{_includedir}/%{name}/WidgetSeek.h
%{_includedir}/%{name}/WidgetVideo.h
%{_includedir}/%{name}/WidgetVolumeSlider.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake \
	-DWITH_QML:BOOL=ON \
	-DWITH_WIDGETS:BOOL=ON \
	-DCMAKE_CXX_FLAGS_RELEASE= \
	-DCMAKE_BUILD_TYPE=RelWithDebugInfo
# Parallel build is broken in 0.8.1
make

%install
%makeinstall_std -C build


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-4
+ Revision: 87bdcf3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9017 |14cr|vlna-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name vlna
%define version 1.4
%define release 3

Summary: Add the \nobreak by Czech typesetting conventions
Name: %{name}
Version: %{version}
Release: %{release}
Source0: ftp://math.feld.cvut.cz/pub/olsak/vlna/%{name}-%{version}.tar.gz
License: GPLv2
Group: Text tools
Url: http://petr.olsak.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
Program vlna adds ties (Czech vlna or vlnka) after nonsyllabic prepositions
(instead of spaces) in the TeX source files. This prevents line breaks
at undesirable spaces.


%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog  README README.en vlna.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: 48ba5a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9018 |14cr|vmc-2.0-0.beta3.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _files_listed_twice_terminate_build 0

%define realname vodafone-mobile-connect-card-driver-for-linux
%define pre beta3

Summary: 	Vodafone Mobile Connect Card Driver (GUI) for Linux
Name: 		vmc
Version: 	2.0
Release:	0.%{pre}.5
Source0: 	https://forge.vodafonebetavine.net/frs/download.php/57/%{realname}-%{version}%{?pre:.%pre}.tar.gz
Source1:	vmc-mandriva-plugin.py
License:	GPLv2+
Group: 		System/Configuration/Networking
BuildArch:	noarch
URL:		https://forge.betavine.net/projects/vodafonemobilec/
BuildRequires:	python-devel
BuildRequires:	python-setuptools >= 0.6c5
Requires:	python-twisted
Requires:	python-serial
Requires:	pygtk2.0-libglade 
Requires:	python-twisted-conch >= 0.8.0
Requires:	python-matplotlib
Requires:	python-dbus
Requires:	gksu
Requires:	wvdial
Requires:	gnome-python
Requires:	gnome-python-extras
Requires:	lsb-release
%rename	%{realname}

%description
Vodafone Mobile Connect Card driver for Linux is a GPRS/UMTS/HSDPA device
manager written in Python, licensed under the GPL. Features: Data call handling
Send/Receive SMS SIM phone book management Graphical user interface using GTK

%prep
%setup -q -n %{realname}-%{version}%{?pre:.%pre}
install -m644 %{SOURCE1} plugins/mandriva.py
find . -name '*~' -o -name '*.bak' -exec rm -f {} \;
rm -f plugins/suse.py~

%build
env CFLAGS="%{optflags}" python setup.py build

%install
#rm -f INSTALLED_FILES
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%files -f INSTALLED_FILES
%doc README


%changelog
* Tue Nov 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-0.beta3.5
+ Revision: 7b95268
- LOG Don't terminate build on file listed twice, minor spec cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9019 |14cr|vmpk-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Virtual MIDI Piano Keyboard
Name:		vmpk
Version:	0.5.1
Release:	2
License:	GPLv3+
Group:		Sound
Url:		http://vmpk.sourceforge.net
Source0:	http://sourceforge.net/projects/VMPK/files/%name-%version.tar.bz2
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(jack)

%description
VMPK is a MIDI event generator/receiver. It doesn't produce any sound by
itself, but can be used to drive a MIDI synthesizer (either hardware or
software, internal or external). You can use the computer's keyboard to
play MIDI notes, and also the mouse. You can use the Virtual MIDI Piano
Keyboard to display the played MIDI notes from another instrument or
MIDI file player.

%files
%doc NEWS README ChangeLog AUTHORS TODO COPYING
%doc %{_mandir}/man1/*
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build
desktop-file-install --add-category="X-MandrivaLinux-Multimedia-Sound;" \
                     --remove-category="Education;" \
                     --remove-category="Midi;" \
                     --remove-category="Music;" \
                     --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
+ Revision: 8e1b425
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9020 |14cr|vm-pop3d-1.1.6-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oldname	gnu-pop3d

Name:		vm-pop3d
Version:	1.1.6
Release:	11
License:	GPLv2+
Group:		Networking/Other
Source0:	ftp://ftp.nodomainname.net/pub/gnu-pop3d/current/%{name}-%{version}.tar.bz2
Source1:	%{name}-xinetd.bz2
Patch0:		%{name}-popbsmtp.patch.bz2
Patch1:		%{name}-1.1.6-headerfix.patch.bz2
Patch2:		%{name}-pamd.patch
Patch3:		vm-pop3d-1.1.6-fix-buffer-overflow.patch
Summary:	Virtualmail-pop3d, fork of gnu-pop3d
URL:		http://www.reedmedia.net/software/virtualmail-pop3d/
Requires:	xinetd
Obsoletes:	ids-pop3d %{oldname}
Provides :	ids-pop3d %{oldname}
Requires(post):	rpm-helper
Requires(preun):rpm-helper
BuildRequires:	pam-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The GNU POP3 server, or GNU POP. This is a small, fast, efficient POP3 server.
It aims to be fully RFC compliant. Please read the file README.rpm in this
packages doc directory for more information.

%prep
%setup -q
%patch0 -p0 -b .popbsmtp~
%patch1 -p1 -b .headerfix~
%patch2 -p1 -b .pamd~
%patch3 -p1 -b .overflow~

%build
%configure	--enable-pam
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
install -D -m644 %{name}.pamd $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/%{name}
#install -D -m755 %{name}.init $RPM_BUILD_ROOT%{_initrddir}/%{name} 
bzcat %{SOURCE1} > %{name}-xinetd; install -D -m644 %{name}-xinetd $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/%{name}

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%doc README AUTHORS TODO INSTALL RFC*
%{_sbindir}/*
%{_mandir}/man8/*
#%config %{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/xinetd.d/%{name}
%config(noreplace) %{_sysconfdir}/pam.d/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-11
+ Revision: 8a61900
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9021 |14cr|vmware-view-open-client-4.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rev	297975
Name:		vmware-view-open-client
Version:	4.5.0
Release:	3
Summary:	VMware View Open Client
Group:		System/X11 
License:	LGPLv3+
Url:		http://code.google.com/p/vmware-view-open-client/
Source0:	http://vmware-view-open-client.googlecode.com/files/VMware-view-open-client-source-%{version}-%{rev}.tar.gz
Requires:	rdesktop

BuildRequires:	openssl-devel
BuildRequires:	boost-devel
#BuildRequires:	libgtk+2.0-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	intltool
BuildRequires:	libxml2-devel
BuildRequires:	curl-devel

Patch0:		vmware-view-open-client-4.5.0.297975-curl-headers.patch
Patch1:		vmware-view-open-client-4.5.0.297975-linking.patch
Patch2:		format_not_werror.patch
Patch3:		gtk_format_not_string.patch
Patch4:		binutils-gold.patch

%description
VMware View Open Client lets you connect from a Linux or Mac OS X 
desktop to remote Windows desktops managed by VMware View.


%prep

%setup -q -n VMware-view-open-client-source-%{version}-%{rev}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1


%build
%configure2_5x --with-boost-libdir=%{_libdir} --with-buildtype=release
%make

%install
%makeinstall_std

%find_lang %{name} --all-name

%files -f %{name}.lang
%{_bindir}/vmware-view
%{_bindir}/vmware-view-log-collector
%{_bindir}/vmware-view-tunnel
%{_datadir}/applications/vmware-view.desktop
%{_datadir}/pixmaps/vmware-view.png
%{_docdir}/VMware-view-open-client/*
%{_mandir}/man1/vmware-*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.5.0-3
+ Revision: da1b8ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9022 |14cr|vnc2flv-20100207-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		vnc2flv
Version:	20100207
Release:	3
License:	MIT
Group:		Video
URL:		http://www.unixuser.org/~euske/python/vnc2flv/index.html
Source:		http://pypi.python.org/packages/source/v/vnc2flv/%{name}-%{version}.tar.gz
Summary:	Screen recording tool that captures a VNC session and saves as FLV
BuildRequires:	python-devel
Requires:	x11vnc
Obsoletes:	vnc2swf
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
Vnc2flv is a screen recorder. It captures a VNC desktop session and saves it as
a Flash Video (FLV) file.

%prep
%setup -q 

%build
python setup.py build

%install
rm -Rf $RPM_BUILD_ROOT
python setup.py install --root=%{buildroot}

%clean
rm -Rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc docs/index.html
%{_bindir}/*
%{py_platsitedir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20100207-3
+ Revision: 8b79f36
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9023 |14cr|vnc2swf-0.5.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Tool for recording VNC sessions to Shockwave Flash
Name:		vnc2swf
Version:	0.5.0
Release:	12
License:	GPL
Group:		Video
URL:		http://www.unixuser.org/~euske/vnc2swf/
Source:		http://www.unixuser.org/~euske/%{name}/%{name}-%{version}.tar.bz2
#		http://lists.kde.org/?l=kde-promo&m=104430062329339&q=raw
Source1:	vnc2swf-howto.txt
Patch0:		vnc2swf-0.5.0-fix-str-fmt.patch

BuildRequires:	pkgconfig(x11) 
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xaw7)


Requires:	x11vnc



%description
Vnc2swf is a recording tool for VNC, a protocol to manipulate 
remote window systems via network, developed by AT&T Laboratories 
Cambridge. It records VNC sessions and generates a Macromedia 
Flash movie file (SWF). It can be used as an X11 recorder or a 
Windows desktop recorder.

For instructions on using it, see vnc2swf-howto.txt in the documentation
directory.

%prep
%setup -q 
%patch0 -p0 -b .str

%build
%configure --prefix=%{_prefix}
%make 

%install
%makeinstall_std
mkdir -p %{buildroot}/%{_bindir}
find %{buildroot}/%{_prefix} -type f -exec mv {} %{buildroot}/%{_bindir} \;

cp %{SOURCE1} .

%files
%{_bindir}/*
%doc README* LICENCE.TXT vnc2swf-howto.txt





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-12
+ Revision: 4496a62
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9024 |14cr|VOCP-0.9.3-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

# NOTE:
# This turned out to be a very messy software to 
# pack... it makes mr. lint crazy. I should remember
# to stay away from packaging GUI:s...
# 
# Should it live in /usr/local/? no...
# Should it live in /var/lib/? no...
# Should it live in /usr/lib/? no...
# Should I rewrite the whole software to please mr 
# lint? no way...
# 


Summary:	Complete voice messaging solution

Name:		VOCP
Version:	0.9.3
Release:	13
License:	GPL
Group:		System/Servers
URL:		http://www.vocpsystem.com/
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}-%{version}-apache.conf.bz2
Source2:	vocplogo16x16.png
Source3:	vocplogo32x32.png
Source4:	vocplogo48x48.png
Requires(post,preun):	rpm-helper
Requires:	perl
Requires:	perl-Modem-Vgetty >= 0.04
Requires:	perl-XML-Mini >= 1.2.7
Requires:	perl-Audio-DSP >= 0.02-2mdk
Requires:	perl-MIME-tools
Requires:	perl-Tk
Requires:	mgetty-voice >= 1.1.30
Requires:	mgetty-contrib >= 1.1.30
Requires:	mgetty-sendfax >= 1.1.30
Requires:	mgetty-viewfax >= 1.1.30
Requires:	mgetty >= 1.1.30
Requires:	festival
BuildRequires:	perl-devel mgetty-voice >= 1.1.30
BuildRequires:	perl-XML-Mini >= 1.2.7

%description
The VOCP system is a complete voice messaging solution, featuring
voicemail boxes, email pagers and DTMF command shells.  Users can
navigate the system using a touch-tone phone, leave and retrieve
messages and execute programs on the host machine using the DTMF
command shells.

VOCP now features a graphical configuration utility, a message
retrieval, call center and faxing GUIs, as well as the core VOCP
voice messaging system and the VOCPweb web interface.  

%package	web
Summary:	VOCPweb - Part of the VOCP voice messaging system

Group:		System/Servers
Requires:	%{name} = %{version}
Requires:	perl-Crypt-CBC >= 2.08
Requires:	perl-Crypt-Blowfish
Requires:	perl-Crypt-Rijndael >= 0.05
Requires:	apache

%description	web
The VOCP web interface, which permits users to retrieve voicemail
from anywhere through a browser!

The program, vocpweb.cgi, lets users view the number of messages
in the box, details (date and time) for each message and allows
users to download or even hear their messages with their browsers.

%prep

%setup -q -n vocp-%{version}

# fix strange perms
find . -type f | xargs chmod 644
find . -type d | xargs chmod 755

# path hacks instead of a patch
find . -type f | xargs %{__perl} -p -i -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"
find . -type f | xargs %{__perl} -p -i -e "s|/usr/local/vocp/lib|%{_datadir}/vocp/lib|g"
find . -type f | xargs %{__perl} -p -i -e "s|/usr/local/vocp/|%{_datadir}/vocp/|g"
find . -type f | xargs %{__perl} -p -i -e "s|/usr/local/vocp|%{_datadir}/vocp|g"
find . -type f | xargs %{__perl} -p -i -e "s|/usr/local/bin|%{_bindir}|g"
find . -type f | xargs %{__perl} -p -i -e "s|/var/spool/voice/commands|%{_datadir}/vocp/voice/commands|g"

# fix the vocweb stuff
%{__perl} -p -i -e "s|\$Web_serv_user = \'nobody\'\;|\$Web_serv_user = \'apache\'\;|g" vocpweb/vocpweb.cgi
%{__perl} -p -i -e "s|^#cachedir.*|cachedir cache|g" prog/vocp.conf
%{__perl} -p -i -e "s|^#group.*|group vocp|g" prog/vocp.conf

%build

# build the perl stuff
pushd prog/VOCP
    %{__perl} Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix} </dev/null
    %make
    %make test
popd

# build binaries
gcc %{optflags} -o prog/bin/pwcheck prog/bin/pwcheck.c
gcc %{optflags} -o prog/bin/xfer_to_vocp prog/bin/xfer_to_vocp.c

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

# install the perl stuff
pushd prog/VOCP
    %make PREFIX=%{buildroot}/%{_prefix} install
popd

# make some directories
install -d %{buildroot}/var/spool/voice/messages/{num,day,system,menu}
install -d %{buildroot}/var/spool/voice/messages/incoming/cache
install -d %{buildroot}/%{_sysconfdir}/vocp
install -d %{buildroot}/%{_sysconfdir}/logrotate.d
install -d %{buildroot}/%{_datadir}/vocp/{bin,lib,run}
install -d %{buildroot}/%{_datadir}/vocp/voice/commands
install -d %{buildroot}/%{_sysconfdir}/httpd/conf.d
install -d %{buildroot}/%{_liconsdir}
install -d %{buildroot}/%{_iconsdir}
install -d %{buildroot}/%{_miconsdir}
install -d %{buildroot}/%{_bindir}

mv prog/VOCP/Changes Changes.VOCP
mv doc/README doc/README.docs
mv prog/bin/README prog/README.bin

mv vocpweb/INSTALL INSTALL.vocpweb
mv vocpweb/README README.vocpweb
mv vocpweb/SECURITY SECURITY.vocpweb

# install config files
install -m644 prog/boxes.conf %{buildroot}/%{_sysconfdir}/vocp/
install -m644 prog/boxes.conf.sample %{buildroot}/%{_sysconfdir}/vocp/
install -m640 prog/boxes.conf.shadow %{buildroot}/%{_sysconfdir}/vocp/
install -m644 prog/cid-filter.conf %{buildroot}/%{_sysconfdir}/vocp/
install -m644 prog/vocp.conf %{buildroot}/%{_sysconfdir}/vocp/

# install commands
install -m755 commands/* %{buildroot}/%{_datadir}/vocp/voice/commands/

# install images
cp -aRf images %{buildroot}/%{_datadir}/vocp/

# install messages
cp -aRf messages %{buildroot}/%{_datadir}/vocp/

# install sounds
cp -aRf sounds %{buildroot}/%{_datadir}/vocp/

# install lib
install -m644 prog/lib/* %{buildroot}/%{_datadir}/vocp/lib/

# install binaries and other perl stuff
install -m755 modify_sample_rate.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/boxconf.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/callcenter.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/cnd-logger.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/convert_boxconf.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/convert_fax.sh %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/cryptpass.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/debug/beeveegetty.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/email2vm.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/pvftomp3 %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/pvftoogg %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/toggleEmail2Vm.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/txttopvf %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/view_fax.sh %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/vocphax.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/vocplocal.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/wav2rmd.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/bin/xvocp.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m755 prog/vocp.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m2755 prog/bin/messages.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m2755 prog/bin/pwcheck %{buildroot}/%{_datadir}/vocp/bin/
install -m2755 prog/bin/pwcheck.pl %{buildroot}/%{_datadir}/vocp/bin/
install -m4755 prog/bin/xfer_to_vocp %{buildroot}/%{_datadir}/vocp/bin/
install -m4755 prog/bin/xfer_to_vocp.pl %{buildroot}/%{_datadir}/vocp/bin/

# install vocpweb
cp -aRf vocpweb %{buildroot}/%{_datadir}/vocp/
bzcat %{SOURCE1} > %{buildroot}/%{_sysconfdir}/httpd/conf.d/a10_vocpweb.conf
chmod 640 %{buildroot}/%{_sysconfdir}/httpd/conf.d/a10_vocpweb.conf

# fix the doc dir (for help files)
ln -s ../doc/%{name}-%{version} %{buildroot}/%{_datadir}/vocp/doc

# fix softlinks for some of the executables
ln -s %{_datadir}/vocp/bin/xvocp.pl %{buildroot}/%{_bindir}/xvocp
ln -s %{_datadir}/vocp/bin/boxconf.pl %{buildroot}/%{_bindir}/boxconf
ln -s %{_datadir}/vocp/bin/callcenter.pl %{buildroot}/%{_bindir}/callcenter
ln -s %{_datadir}/vocp/bin/vocphax.pl %{buildroot}/%{_bindir}/vocphax

# fix menu stuff


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-xvocp.desktop << EOF
[Desktop Entry]
Name=VOCP (VOCP Graphical voice message retrieval)
Comment=Xvocp presents a graphical user interface to the contents of voice mail boxes
Exec=%{_bindir}/xvocp
Icon=vocp
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Communications;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-boxconf.desktop << EOF
[Desktop Entry]
Name=Boxconf (VOCP Box Configuration interface)
Comment=Boxconf presents a graphical user interface used to administer the VOCP system box configuration
Exec=%{_bindir}/boxconf
Icon=vocp
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Communications;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-callcenter.desktop << EOF
[Desktop Entry]
Name=Callcenter (VOCP Call Center)
Comment=The VOCP call center is meant to be an "always on" call monitor and to give quick access to other VOCP GUIs and your call log
Exec=%{_bindir}/callcenter
Icon=vocp
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Communications;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-vocphax.desktop << EOF
[Desktop Entry]
Name=VOCPhax (VOCP Fax Viewer and Sender GUI)
Comment=VOCPhax presents a (hopefully) friendly and intuitive graphical interface to view and send faxes
Exec=%{_bindir}/vocphax
Icon=vocp
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Communications;
EOF

# install script to call the web interface from the menu.
cat > %{buildroot}/%{_datadir}/vocp/bin/%{name}-web << EOF
#!/bin/sh
url='http://localhost/vocpweb/index.html'
if ! [ -z "\$BROWSER" ] && ( which \$BROWSER ); then
  browser=\`which \$BROWSER\`
elif [ -x /usr/bin/netscape ]; then
  browser=/usr/bin/netscape
elif [ -x /usr/bin/konqueror ]; then
  browser=/usr/bin/konqueror
elif [ -x /usr/bin/lynx ]; then
  browser='xterm -bg black -fg white -e lynx'
elif [ -x /usr/bin/links ]; then
  browser='xterm -bg black -fg white -e links'
else
  xmessage "No web browser found, install one or set the BROWSER environment variable!"
  exit 1
fi
\$browser \$url
EOF
chmod 755 %{buildroot}/%{_datadir}/vocp/bin/%{name}-web

# install menu entry.

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-web.desktop << EOF
[Desktop Entry]
Name=VOCPweb (VOCP Web Remote Message Retrieval)
Comment=VOCPweb allows you to log on to the VOCP voice messaging system and retrieve messages through a browser
Exec=%{_datadir}/vocp/bin/%{name}-web 1>/dev/null 2>/dev/null
Icon=vocp
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Communications;
EOF


install -m644 %{SOURCE2} %{buildroot}/%{_miconsdir}/vocp.png
install -m644 %{SOURCE3} %{buildroot}/%{_iconsdir}/vocp.png
install -m644 %{SOURCE4} %{buildroot}/%{_liconsdir}/vocp.png

# fix logrotate stuff
cat > %{buildroot}/%{_sysconfdir}/logrotate.d/callcenter << EOF
/var/log/vocp-calls.log {
    create 0644 root vocp
    rotate 4
    missingok
    nocompress
}
EOF
chmod 644 %{buildroot}/%{_sysconfdir}/logrotate.d/callcenter

%pre
%_pre_useradd vocp /var/spool/voice /bin/true

%if %mdkversion < 200900
%post
%update_menus
%endif

%postun
%_postun_userdel vocp
%if %mdkversion < 200900
%clean_menus
%endif

%if %mdkversion < 200900
%post		web
%update_menus
%endif

%if %mdkversion < 200900
%postun		web
%clean_menus
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc Changes.VOCP doc/* CHANGELOG INSTALL README prog/README.bin
%attr(0755,root,vocp) %dir %{_sysconfdir}/vocp
%attr(0644,root,vocp) %config(noreplace) %{_sysconfdir}/vocp/boxes.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/vocp/boxes.conf.sample
%attr(0640,root,vocp) %config(noreplace) %{_sysconfdir}/vocp/boxes.conf.shadow
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/vocp/cid-filter.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/vocp/vocp.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/callcenter
%dir %{_datadir}/vocp
%dir %{_datadir}/vocp/voice
%dir %{_datadir}/vocp/voice/commands
%attr(0755,root,root) %{_datadir}/vocp/voice/commands/date.pl
%attr(0755,root,root) %{_datadir}/vocp/voice/commands/echo.pl
%attr(0755,root,root) %{_datadir}/vocp/voice/commands/ip.pl
%attr(0755,root,root) %{_datadir}/vocp/voice/commands/motd.pl
%attr(0755,root,root) %{_datadir}/vocp/voice/commands/seleclisting.pl
%{_datadir}/vocp/images
%{_datadir}/vocp/messages
%{_datadir}/vocp/sounds
%{_datadir}/vocp/lib
%dir %{_datadir}/vocp/bin
%attr(0755,root,root) %{_datadir}/vocp/bin/beeveegetty.pl
%attr(0755,root,root) %{_datadir}/vocp/bin/boxconf.pl
%attr(0755,root,root) %{_datadir}/vocp/bin/callcenter.pl
%attr(0755,root,root) %{_datadir}/vocp/bin/cnd-logger.pl
%attr(0755,root,root) %{_datadir}/vocp/bin/convert_boxconf.pl
%attr(0755,root,root) %{_datadir}/vocp/bin/convert_fax.sh
%attr(0755,root,root) %{_datadir}/vocp/bin/cryptpass.pl
%attr(0755,root,root) %{_datadir}/vocp/bin/email2vm.pl
%attr(0755,root,root) %{_datadir}/vocp/bin/modify_sample_rate.pl
%attr(0755,root,root) %{_datadir}/vocp/bin/pvftomp3
%attr(0755,root,root) %{_datadir}/vocp/bin/pvftoogg
%attr(0755,root,root) %{_datadir}/vocp/bin/toggleEmail2Vm.pl
%attr(0755,root,root) %{_datadir}/vocp/bin/txttopvf
%attr(0755,root,root) %{_datadir}/vocp/bin/view_fax.sh
%attr(0755,root,root) %{_datadir}/vocp/bin/vocphax.pl
%attr(0755,root,root) %{_datadir}/vocp/bin/vocplocal.pl
%attr(0755,root,root) %{_datadir}/vocp/bin/vocp.pl
%attr(0755,root,root) %{_datadir}/vocp/bin/wav2rmd.pl
%attr(0755,root,root) %{_datadir}/vocp/bin/xvocp.pl
%attr(2755,root,vocp) %{_datadir}/vocp/bin/messages.pl
%attr(2755,root,vocp) %{_datadir}/vocp/bin/pwcheck
%attr(2755,root,vocp) %{_datadir}/vocp/bin/pwcheck.pl
%attr(4755,root,vocp) %{_datadir}/vocp/bin/xfer_to_vocp
%attr(4755,root,vocp) %{_datadir}/vocp/bin/xfer_to_vocp.pl
%dir %attr(0755,root,root) %{_datadir}/vocp/run
%dir %attr(0755,root,root) %{_datadir}/vocp/doc
%dir %attr(0755,root,root) /var/spool/voice/messages/num
%dir %attr(0755,root,root) /var/spool/voice/messages/day
%dir %attr(0755,root,root) /var/spool/voice/messages/system
%dir %attr(0755,root,root) /var/spool/voice/messages/menu
%dir %attr(1777,root,vocp) /var/spool/voice/messages/incoming
%dir %attr(1777,root,vocp) /var/spool/voice/messages/incoming/cache
%{perl_vendorlib}/*.pm
%{perl_vendorlib}/VOCP
%{perl_vendorlib}/auto/VOCP
%{_mandir}/man3*/*
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_datadir}/applications/mandriva-xvocp.desktop
%attr(0644,root,root) %{_datadir}/applications/mandriva-boxconf.desktop
%attr(0644,root,root) %{_datadir}/applications/mandriva-callcenter.desktop
%attr(0644,root,root) %{_datadir}/applications/mandriva-vocphax.desktop
%attr(0644,root,root) %{_miconsdir}/*.png
%attr(0644,root,root) %{_iconsdir}/*.png
%attr(0644,root,root) %{_liconsdir}/*.png

%files web
%defattr(-, root, root)
%doc INSTALL.vocpweb README.vocpweb SECURITY.vocpweb
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf.d/a10_vocpweb.conf
%dir %{_datadir}/vocp/vocpweb
%attr(0644,root,root) %{_datadir}/vocp/vocpweb/index.html
%attr(0644,root,root) %{_datadir}/vocp/vocpweb/styles.css
%attr(0755,root,root) %{_datadir}/vocp/vocpweb/vocpweb.cgi
%attr(0644,root,root) %{_datadir}/vocp/vocpweb/vocpwebhelp.html
%dir %{_datadir}/vocp/vocpweb/img
%attr(0644,root,root) %{_datadir}/vocp/vocpweb/img/*.gif
%dir %{_datadir}/vocp/vocpweb/tpl
%attr(0644,root,root) %{_datadir}/vocp/vocpweb/tpl/*.html
%dir %attr(1777,root,vocp) %{_datadir}/vocp/vocpweb/sounds
%attr(0644,root,root) %{_datadir}/vocp/vocpweb/sounds/index.html
%attr(0755,root,root) %{_datadir}/vocp/bin/%{name}-web
%attr(0644,root,root)%{_datadir}/applications/mandriva-%{name}-web.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-13
+ Revision: fc859a8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9025 |14cr|vodafone-mobile-connect-2.0-0.beta3.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname vodafone-mobile-connect-card-driver-for-linux
%define version 2.0
%define pre beta3
%define rel 6

Summary: 	Vodafone Mobile Connect Card Driver (GUI) for Linux
Name: 		vodafone-mobile-connect
Version: 	%{version}
Release:	%mkrel %{expand:%{?pre:0.%pre.}}%rel
Source0: 	https://forge.vodafonebetavine.net/frs/download.php/57/%{realname}-%{version}%{?pre:.%pre}.tar.gz
Source1:	vmc-mandriva-plugin.py
#Patch:		
License:	GPLv2+
Group: 		System/Configuration/Networking
BuildArch:	noarch
BuildRoot: 	%{_tmppath}/%{name}-buildroot
URL:		https://forge.betavine.net/projects/vodafonemobilec/
Provides:	%{realname} = %{version}-%{release} vmc
Obsoletes:	%{realname} < %{version} vmc
# < %{version}-{release}
BuildRequires:	python-devel python-setuptools >= 0.6c5
Requires:	python-twisted python-serial pygtk2.0-libglade 
Requires:	python-twisted-conch >= 0.8.0
Requires:	python-matplotlib python-dbus gksu wvdial
Requires:	gnome-python gnome-python-extras
Requires:	lsb-release
%if %mdkversion <= 200900
# With 2.6.26 and later, this is not required, but on 2.6.24 (2008.1) it still is:
Suggests:	huaweiaktbbo
%endif
# TODO
# contrib/ovation
# contrib/option_icon

%description
Vodafone Mobile Connect Card driver for Linux is a GPRS/UMTS/HSDPA device
manager written in Python, licensed under the GPL. Features: Data call handling
Send/Receive SMS SIM phone book management Graphical user interface using GTK

%prep
%setup -q -n %{realname}-%{version}%{?pre:.%pre}
install -m644 %{SOURCE1} plugins/mandriva.py
find . -name '*~' -o -name '*.bak' -exec rm -f {} \;
rm -f plugins/suse.py~

%build
env CFLAGS="$RPM_OPT_FLAGS" python setup.py build

%install
rm -Rf %{buildroot}
#rm -f INSTALLED_FILES
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%py_puresitedir/*
%_bindir/*
%_datadir/applications/*.desktop
%_datadir/pixmaps/*.png
%_datadir/vodafone-mobile-connect-card-driver-for-linux



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.0-0.beta3.6
+ Revision: 125153c
- Automatic import for version 2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9026 |14cr|voipong-2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%define debug_package	%{nil}

Summary:	VoIPong Voice Over IP Sniffer
Name:		voipong
Version:	2.0
Release:	7
License:	GPL
Group:		System/Servers
URL:		http://www.enderunix.org/voipong/
Source0:	http://www.enderunix.org/voipong/%{name}-%{version}.tar.bz2
Source1:	voipong.init.bz2
Source2:	voipong.sysconfig.bz2
Patch0:		voipong-2.0-mdv_conf.diff
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	libpcap-devel


%description
VoIPong is a utility which detects all Voice Over IP calls on a
pipeline, and for those which are G711 encoded, dumps actual
conversation to separate wave files. It supports SIP, H323,
Cisco's Skinny Client Protocol, RTP and RTCP. 

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1

# lib64 fix
perl -pi -e "s|/usr/lib|%{_libdir}|g" etc/*

# fix attribs 
chmod 644 ALGORITHMS AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS LICENSE NEWS README THANKS TODO
chmod 644 docs/users-manual/*.html docs/users-manual/*.css

bzcat %{SOURCE1} > voipong.init
bzcat %{SOURCE2} > voipong.sysconfig

%build

%make \
    CFLAGS="%{optflags} -Wall -Iinclude" \
    SHLIBS="-L%{_libdir} -lpcap -ldl" -f Makefile.linux

%install

# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_libdir}/%{name}
install -d %{buildroot}%{_localstatedir}/lib/%{name}
install -d %{buildroot}/var/run/%{name}
install -d %{buildroot}/var/log/%{name}

install -m0755 voipong %{buildroot}%{_sbindir}/
install -m0755 voipctl %{buildroot}%{_sbindir}/
install -m0755 modvocoder_pcmu.so %{buildroot}%{_libdir}/%{name}/
install -m0755 modvocoder_pcma.so %{buildroot}%{_libdir}/%{name}/
install -m0644 etc/voipong.conf %{buildroot}%{_sysconfdir}/%{name}/
install -m0644 etc/voipongnets %{buildroot}%{_sysconfdir}/%{name}/

install -m0755 voipong.init %{buildroot}%{_initrddir}/%{name}
install -m0644 voipong.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name}

# install log rotation stuff
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} << EOF
/var/log/%{name}/voipong.log /var/log/%{name}/voipcdr.log {
    rotate 5
    monthly
    missingok
    notifempty
    nocompress
    prerotate
	%{_initrddir}/%{name} restart > /dev/null 2>&1
    endscript
    postrotate
        %{_initrddir}/%{name} restart > /dev/null 2>&1
    endscript
}
EOF

%post
%_post_service %{name}

%preun
%_preun_service %{name}



%files
%defattr(-,root,root)
%doc ALGORITHMS AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS LICENSE NEWS README THANKS TODO
%doc docs/users-manual/*.html docs/users-manual/*.css
%attr(0755,root,root) %{_initrddir}/%{name}
%dir %{_sysconfdir}/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/voipong.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/voipongnets
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(0755,root,root) %{_sbindir}/voipong
%attr(0755,root,root) %{_sbindir}/voipctl
%attr(0755,root,root) %dir %{_libdir}/%{name}
%attr(0755,root,root) %{_libdir}/%{name}/*.so
%attr(0755,root,root) %dir %{_localstatedir}/lib/%{name}
%attr(0755,root,root) %dir /var/run/%{name}
%attr(0755,root,root) %dir /var/log/%{name}





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-7
+ Revision: 48edc97
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9027 |14cr|volpack-1.0c7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname volpack %{major}

Name: volpack
Version: 1.0c7
Release: 4
Summary: Portable library for fast volume rendering
Group: System/Libraries
License: BSD
URL: http://amide.sourceforge.net
Source0: %{name}-%{version}.tgz
Patch0: volpack-1.0c7-mdv-link.patch

%description 
VolPack is a portable library of fast volume rendering algorithms that
produce high-quality images.  It was written by Phil Lacroute.

%package -n %{libname}
Summary: Portable library for fast volume rendering
Group: System/Libraries

%description -n %{libname}
VolPack is a portable library of fast volume rendering algorithms that
produce high-quality images.  It was written by Phil Lacroute.

%package devel
Summary: Static libraries and header file for development using volpack
Group: Development/C
Requires: %{libname} = %{version}

%description devel
The volpack-devel package contains the header files and static libraries
necessary for developing programs using the volpack volume rendering 
library.

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure --disable-dependency-tracking --disable-static
# paralel build will fail
make

%install
%makeinstall_std


%files -n %{libname}
%{_libdir}/*so.%{major}*

%files devel
%doc AUTHORS COPYING
%{_libdir}/*.so
%{_includedir}/*
%{_mandir}/man3/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0c7-4
+ Revision: 6a4a2a4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9028 |14cr|voltair-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname VoltAir

Summary:	A casual single and local multiplayer game
Name:		voltair
Version:	1.0
Release:	5
License:	Apache License
Group:		Games/Adventure
Url:		http://google.github.io/VoltAir/
# From git by tag https://github.com/google/VoltAir/archive/v%{version}.tar.gz
Source0:	%{oname}-%{version}.tar.gz
Source1:	%{name}.png
Patch0:		VoltAir-1.0-qmake.patch
Patch1:		VoltAir-1.0-controls.patch
BuildRequires:	imagemagick
BuildRequires:	qmake5
BuildRequires:	liquidfun-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Qml) >= 5.3
BuildRequires:	pkgconfig(Qt5Quick)

%description
A casual single and local multiplayer game.

The game features a spunky, speedy robot stranded on an alien planet.
Going as fast as his single wheel will carry him, he flies over ramps,
zips around meteors, and rides geysers in his search for the portal that
will take him home.

%files
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%dir %{_libdir}/%{oname}
%{_libdir}/%{oname}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}/%{oname}
%patch0 -p2
%patch1 -p2

%build
%qmake_qt5
%make

%install
make install INSTALL_ROOT=%{buildroot}%{_libdir} STRIP=true

# install wrapper
mkdir -p %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
#!/bin/bash
cd %{_libdir}/%{oname}
./%{oname}
EOF
chmod +x %{buildroot}%{_gamesbindir}/%{name}

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{oname}
Comment=A casual single and local multiplayer game
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;AdventureGame;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert %{SOURCE1} -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 38e0e86
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9029 |14cr|volti-0.2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		volti
Version:	0.2.3
Release:	4
Summary:	GTK+ app for controlling audio volume from system tray/notification area
License:	GPLv3
Group:		Sound
URL:		http://code.google.com/p/volti/
Source0:	http://code.google.com/p/volti/%{name}-%{version}.tar.xz
BuildArch:	noarch

BuildRequires:	python-devel
BuildRequires:  desktop-file-utils

Requires:	pygtk2.0
Requires:	python-gobject
Requires:	python-alsaaudio
Requires:	python-dbus
Requires:	python-xlib

%description
GTK+ application for controlling audio volume from system tray/notification 
area

Features:
* no pulseaudio, gstreamer, phonon etc. only alsa is needed 
* uses external mixer that you can choose, it goes nicely with gnome-alsamixer 
* left click opens volume scale (slider) 
* scroll wheel on tray icon changes volume, increment in percents is 
configurable 
* you can configure middle click to toggle 'mute' or 'show mixer' 
* nice tooltip with card and volume info 
 
%prep
%setup -q 

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot}

desktop-file-install --vendor="" \
	--add-category="X-MandrivaLinux-Multimedia-Sound" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name}

%files -f %{name}.lang
%doc README COPYING ChangeLog
%{_bindir}/%{name}
%{_bindir}/%{name}-mixer
%{_bindir}/%{name}-remote
%{_datadir}/%{name}/preferences.glade
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/icons
%{_mandir}/man1/*.1*
%{py_sitedir}/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-4
+ Revision: fd152d7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9030 |14cr|volume.app-1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple volume control for AfterStep / BlackBox / WindowMaker
Name:		volume.app
Version:	1.1
Release:	9
License:	GPLv2+
Group:		Sound
# Url seems to be dead
Url:		http://www.iskunk.org/soft/volume.app/
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}-icons.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)

%description
Volume.app is intended to be an extremely simple, efficient, and
attractive interface to a system's sound mixer. It differs from most other
dockapp mixer programs in that it does not require minute control of the
mouse to perform simple volume adjustments. It also lacks the ability to
monitor or control more than one mixer source at a time.

%files
%doc ChangeLog AUTHORS INSTALL COPYING README TODO
%{_bindir}/*
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make LDFLAGS="%{ldflags}"

%install
install -m 755 -d %{buildroot}%{_miconsdir}
install -m 755 -d %{buildroot}%{_iconsdir}
install -m 755 -d %{buildroot}%{_liconsdir}
tar xOjf %{SOURCE1} %{name}-16x16.png > %{buildroot}%{_miconsdir}/%{name}.png
tar xOjf %{SOURCE1} %{name}-32x32.png > %{buildroot}%{_iconsdir}/%{name}.png
tar xOjf %{SOURCE1} %{name}-48x48.png > %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name} -b
Icon=%{name}
Categories=Audio;
Name=Volume knob
Comment=Main Volume control dockapp
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-9
+ Revision: 11e9bc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9031 |14cr|vomit-0.2c-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Vomit - voice over misconfigured internet telephones
Name:		vomit
Version:	0.2c
Release:	8
License:	BSD
Group:		Networking/Other
URL:		http://vomit.xtdnet.nl/
Source:		http://vomit.xtdnet.nl/%{name}-%{version}.tar.bz2
Patch0:		vomit-remove-old-libevent-code.patch
BuildRequires:	libdnet-devel
BuildRequires:	libevent-devel
BuildRequires:	libpcap-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The vomit utility converts a Cisco IP phone conversation into a wave file
that can be played with ordinary sound players. Vomit requires a tcpdump
output file. Vomit is not a VoIP sniffer also it could be but the naming
is probably related to H.323.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%{__rm} -rf %{buildroot}
%makeinstall_std

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc README
%{_bindir}/vomit
%{_mandir}/*/vomit.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2c-8
+ Revision: c774b81
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9032 |14cr|vorbisgain-0.37-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Adds tags to Ogg Vorbis files to adjust the volume
Name:		vorbisgain
Version:	0.37
Release:	8
License:	GPLv2+
Group:		Sound
Url:		http://sjeng.sourceforge.net/vorbisgain.html
# http://sjeng.org/ftp/vorbis/vorbisgain-0.32.zip
Source0:	http://sjeng.org/ftp/vorbis/%{name}-%{version}.tar.bz2
Patch1:		vorbisgain-patch-configure.patch
Patch2:		vorbisgain-fix-str-fmt.patch
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)

%description
VorbisGain is a utility that uses a psychoacoustic method to correct the
volume of an Ogg Vorbis file to a predefined standardized loudness.

It is meant as a replacement for the normalization that is commonly used
before encoding. Although normalization will ensure that each song has
the same peak volume, this unfortunately does not say anything about the
apparent loudness of the music, with the end result being that many
normalized files still don't sound equally loud. VorbisGain uses
psychoacoustics to address this deficiency. Moreover, unlike
normalization, it's a lossless procedure which works by adding tags to
the file. Additionally, it will add hints that can be used to prevent
clipping on playback. It is based upon the ReplayGain technology.

The end result is that the file ends up with superior playback quality
compared to a non-VorbisGain'ed file.

It needs player support to work. Non-supporting players will play back
the files without problems, but you'll miss out on the benefits.
Nowadays most good players such as ogg123 and mplayer are already
compatible. xmms will support this feature from release 1.2.8.

%files
%doc NEWS README
%{_bindir}/*
%{_mandir}/man1/*1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p0
%patch2 -p0

%build
chmod 755 configure
%configure2_5x --enable-recursive
%make

%install
%makeinstall_std


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.37-8
+ Revision: 4c3e746
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9033 |14cr|vorbisspi-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		vorbisspi
Summary:	Ogg Vorbis sound engine
Version:	1.0.3
Release:	2
License:	LGPL
Group:		Sound
URL:		http://www.javazoom.net/vorbisspi/sources.html
Source0:	http://www.javazoom.net/vorbisspi/sources/%{name}%{version}.tar.gz
BuildRequires:	ant
BuildRequires:	java-devel-gcj
BuildArch:	noarch

%description
VorbisSPI  is a SPI (Service Provider Interface - or "Driver" for JavaSound
API) that adds Ogg Vorbis audio format format to the Java Platform (J2SE).
It is based on JOrbis, an open source Vorbis library.

%files
%doc LICENSE.txt README.txt
%{_javadir}/vorbisspi1.0.3.jar
%{_javadir}/jorbis-0.0.15.jar
%{_javadir}/jogg-0.0.7.jar
%{_javadir}/tritonus_share.jar
%{_javadir}/vorbisspi.jar

#--------------------------------------------------------------------

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%files javadoc
%doc LICENSE.txt README.txt
%{_javadocdir}/*

#--------------------------------------------------------------------

%prep
%setup -qn VorbisSPI1.0.3


%build
ant all


%install
install -d -m755 %{buildroot}%{_javadir}
cp -f vorbisspi1.0.3.jar %{buildroot}%{_javadir}/

# jars
install -m644 %{name}%{version}.jar -D %{buildroot}%{_javadir}/%{name}%{version}.jar
ln -s %{name}%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
install -m644 lib/jorbis-0.0.15.jar %{buildroot}%{_javadir}/
install -m644 lib/jogg-0.0.7.jar %{buildroot}%{_javadir}/
install -m644 lib/tritonus_share.jar %{buildroot}%{_javadir}/

# javadoc
install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -r docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-2
+ Revision: 3263f6f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9034 |14cr|vrflash-0.24-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	vrflash
%define version	0.24
%define release	9

Summary:   Flash utility for the Agenda VR3 Linux PDA
Name:	   %{name}
Version:   %{version}
Release:   %{release}
URL:	   http://www.csee.umbc.edu/~acedil1/agenda/little.shtml
Source:    %{name}-%{version}.tar.bz2
Group:	   Development/Other
License:   GPL
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
The purpose of this utility is to provide an easy way
to flash kernels and romdisks to the Agenda VR3.

For an overview of the flashing progress, please read
%{_docdir}/agenda-flashing-overview.txt

%prep
%setup -q
%configure

%build
make

%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p %{buildroot}/{%_bindir,%_docdir}
chmod 644 ${RPM_BUILD_DIR}/%name-%version/doc/*
%makeinstall

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(644,root,root,755)
%doc ChangeLog LICENSE README doc/*
%defattr(-,root,root)
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.24-9
+ Revision: 55b39d4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9035 |14cr|vsound-0.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Virtual loopback cable for audio
Name:		vsound
Version:	0.6
Release:	9
License:	GPL
Group:		Sound
URL:		http://www.vsound.org/
Source0:	http://www.vsound.org/%{name}-%{version}.tar.bz2
Patch0:		vsound_0.6-4.diff
Requires:	sox
BuildRequires:	sox
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
VSound is sort of like a 'virtual audio loopback cable'. That is, it allows
you to record the output audio stream of a program (similar to connecting a
loopback cable to the line in and line out jacks on the sound card, and
recording the sound from the line in jack, but without the DA/AD conversion
losses). One possible use for this application is as part of a RealAudio to
WAV file converter.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1

%build
rm -rf autom4te.cache configure
libtoolize --force --copy; aclocal -I .; automake --add-missing --copy --gnu; autoheader; autoconf

%configure2_5x \
    --disable-static \
    --enable-shared

%make CFLAGS="%{optflags} -fPIC"

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

%makeinstall

install -d %{buildroot}%{_mandir}/man1
install -m0644 debian/%{name}.1 %{buildroot}%{_mandir}/man1/

# nuke the dev files
rm -f %{buildroot}%{_libdir}/vsound/*.la
rm -f %{buildroot}%{_libdir}/vsound/*.a

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README*
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_mandir}/man1/%{name}.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-9
+ Revision: eda9f3e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9036 |14cr|vsqlite++-0.3.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Well designed C++ sqlite 3.x wrapper library
Name:		vsqlite++
Version:	0.3.12
Release:	3
License:	BSD
Group:		System/Libraries
Url:		https://github.com/vinzenz/vsqlite--
Source0:	http://evilissimo.fedorapeople.org/releases/vsqlite--/%{version}/vsqlite---%{version}.tar.gz
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	libtool
BuildRequires:	boost-devel
BuildRequires:	sqlite3-devel

%description
VSQLite++ is a C++ wrapper for sqlite3 using the C++ standard library and
boost. VSQLite++ is designed to be easy to use and focuses on simplicity.

%files
%doc ChangeLog README COPYING examples/sqlite_wrapper.cpp html/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Development files for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains development files for %{name}.

%files -n %{libname}
%doc ChangeLog README COPYING
%{_libdir}/libvsqlitepp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%doc ChangeLog README COPYING
%{_libdir}/libvsqlitepp.so
%{_includedir}/sqlite

#----------------------------------------------------------------------------

%prep
%setup -q -n vsqlite---%{version}
./autogen.sh

%build
%configure2_5x --disable-static
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
%make
doxygen Doxyfile

%install
# devel & base
install -p -m 755 -d %{buildroot}%{_libdir}
# devel only
install -p -m 755 -d %{buildroot}%{_includedir}/sqlite/ext
install -m 644 include/sqlite/*.hpp %{buildroot}%{_includedir}/sqlite
install -m 644 include/sqlite/ext/*.hpp %{buildroot}%{_includedir}/sqlite/ext
# docs
install -p -m 755 -d %{buildroot}%{_docdir}

# build for all
%makeinstall_std


%changelog
* Tue Aug 26 2014 abfonly <abfonly@gmail.com> 0.3.12-3
+ Revision: 3635515
- Updated vsqlite++.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9037 |14cr|vtable-dumper-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	    A tool to list content of virtual tables in a shared library
Name:		vtable-dumper
Version:	1.0
Release:	2
Group:		Development/Other
License:	GPLv2+ or LGPLv2+
URL:		https://github.com/lvc/vtable-dumper
Source0:	https://github.com/lvc/vtable-dumper/archive/%{version}.tar.gz
BuildRequires:	elfutils-devel
BuildRequires:	glibc-devel
BuildRequires:  stdc++-devel

%description
A tool to list content of virtual tables in a C++ shared library.
It is intended for developers of software libraries and maintainers
of Linux distributions who are interested in ensuring backward
binary compatibility.

%prep
%setup -q
chmod 0644 LICENSE README

%build
make all

%install
mkdir -p %{buildroot}%{_prefix}
make install prefix=%{buildroot}%{_prefix}

chmod 755 %{buildroot}%{_bindir}/*

%files
%doc LICENSE README
%{_bindir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 0717249
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9038 |14cr|vtk-doc-5.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name: vtk-doc
Version: 5.6.0
Release: 3
License: BSD
Summary: Documentation for VTK %version
Group: Development/Other
URL: http://www.vtk.org/
Source0: http://www.vtk.org/doc/release/5.6/vtkDocHtml-%{version}.tar.gz
BuildArch: noarch
Obsoletes: %{name}-docs < %{version}-%{release}
Provides: %{name}-docs = %{version}-%{release}

%description
Documentation for VTK %version.

%files 
%defattr(-,root,root,-)
%dir %_docdir/vtk
%_docdir/vtk/*

#-----------------------------------------

%install
install -m 755 -d %buildroot/%_docdir/vtk
cd %buildroot/%_docdir/vtk
tar xfz %{SOURCE0}
find %{buildroot} -size 0 -delete

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.6.0-3
+ Revision: e93e8d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9039 |14cr|vtun-3.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:	Virtual tunnel over TCP/IP networks
Name:		vtun
Version:	3.0.3
Release:	4
License:	GPLv2
Group:		Networking/Other
URL:		http://vtun.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/vtun/vtun/%{version}/%{name}-%{version}.tar.gz
Source1:	vtun.socket
Source2:	vtun.service

Provides:	vppp
BuildRequires:	pkgconfig(zlib) 
BuildRequires:	bison 
BuildRequires:	pkgconfig(openssl)
BuildRequires:	flex

Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper

#JMD: For static binary
BuildRequires:	openssl-static-devel 
BuildRequires:	glibc-static-devel

%description
VTun provides the method for creating Virtual Tunnels over TCP/IP networks
and allows to shape, compress, encrypt traffic in that tunnels. 
Supported type of tunnels are: PPP, IP, Ethernet and most of other serial 
protocols and programs.

VTun is easily and highly configurable, it can be used for various network
tasks like VPN, Mobil IP, Shaped Internet access, IP address saving, etc.
It is completely user space implementation and does not require modification
to any kernel parts. 

%prep

%setup -q

%build

%configure2_5x \
    --localstatedir=%{_localstatedir}/lib/%{name} \
    --enable-ssl \
    --disable-lzo

#JMD: for static binary
#perl -pi -e "s/-lz/-Wl,-static -lz/g;" Makefile


#JMD: use this so we get Unix98 pty support

cat << EOF >> config.h
#define HAVE_GETPT
#define HAVE_GRANTPT
#define HAVE_UNLOCKPT
#define HAVE_PTSNAME
EOF

%make

%install
make install DESTDIR=%{buildroot} INSTALL_OWNER= INSTALL="/usr/bin/install -p"
install -D -m 0644 -p %{SOURCE1} %{buildroot}/%{_unitdir}/vtun.socket
install -D -m 0644 -p %{SOURCE2} %{buildroot}/%{_unitdir}/vtun.service


%post
%_post_service vtun.service
%_post_service vtun.socket

%preun
%_preun_service vtun.service
%_preun_service vtun.socket

%files
%defattr(644,root,root,755)
%doc ChangeLog Credits FAQ README README.LZO README.Setup README.Shaper TODO vtund.conf
%config(noreplace) %{_sysconfdir}/vtund.conf
%{_unitdir}/vtun.socket
%{_unitdir}/vtun.service
%{_sbindir}/vtund
%dir %{_localstatedir}/lib/vtun
%{_mandir}/man5/vtund.conf.5*
%{_mandir}/man8/vtun.8*
%{_mandir}/man8/vtund.8*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.3-4
+ Revision: b336966
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9040 |14cr|vuze-4.3.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define         _newname Vuze

Name:		vuze
Version:	4.3.0.4
Release:	4
Summary:	A BitTorrent Client
Group:		Networking/File transfer
License:	GPLv2+
URL:		http://azureus.sourceforge.net

Source0:	http://downloads.sourceforge.net/azureus/%{_newname}_%{version}_source.zip

# Mandriva version of startup script:
Source1:	azureus.startup.script
Source2:	Azureus.desktop

# replace RELEASE-4_2_0_4 below:
# cvs -z3 -d:pserver:anonymous@azureus.cvs.sourceforge.net:/cvsroot/azureus co -p -r RELEASE-4_2_0_4 azureus2/build.xml > build.xml
Source4:        build.xml
# cvs -z3 -d:pserver:anonymous@azureus.cvs.sourceforge.net:/cvsroot/azureus co -p plugins/build.xml > build.plugins.xml
Source5:	build.plugins.xml

# Fedora patches
Patch2:         azureus-cache-size.patch
Patch3:         azureus-remove-manifest-classpath.patch
# Do not offer to install plugins as shared
Patch9:         azureus-no-shared-plugins.patch
Patch27:        azureus-SecureMessageServiceClientHelper-bcprov.patch
Patch28:        azureus-configuration.patch
Patch57:        azureus-4.0.0.4-stupid-invalid-characters.diff
Patch58:        azureus-4.2.0.4-java5.patch

# Mandriva patches
# (Anssi) Disable updates for core files, internal plugins, and plugins installed in /usr/share.
# Also remove warning dialog about not being able to update plugins in /usr/share.
# Note that plugins "azupdater" and "azupnpav" are automatically downloaded to user dir
# if not already installed in /usr/share.
Patch102:	vuze-disable-updates.patch
# (Anssi) Do not try to install azupdater into /usr/share, put it in user directory instead.
Patch103:	vuze-shared.patch
# (Anssi) adapt for recent bouncycastle
Patch104:	vuze-recent-bouncycastle.patch
# (Anssi) Same java5.patch above, but for plugins' build.xml
Patch105:	vuze-plugins-build-remove-target.patch
# (Anssi) Remove win32 and osx code to fix build:
Patch106:	vuze-disable-win32-osx.patch

BuildRequires:  ant, jpackage-utils, xml-commons-apis
BuildRequires:  apache-commons-cli
BuildRequires:  bouncycastle >= 1.43
Requires:       bouncycastle >= 1.43
BuildRequires:  eclipse-swt
BuildRequires:  junit
BuildRequires:  java-rpmbuild
Requires:	xulrunner
Requires:       eclipse-swt
Requires:	  java >= 1.6
Provides:	azureus = %{version}-%{release}
Obsoletes:	azureus < %{version}-%{release}
BuildRequires:    desktop-file-utils
BuildRequires:  locales-en
BuildArch:      noarch
# Bundled in official package
Suggests:	vuze-plugin-azplugins
# Bundled in official package
Suggests:	vuze-plugin-azrating
# Bundled in official package + automatically installed by vuze on startup
Suggests:	vuze-plugin-azupdater
# Bundled in official package + automatically installed by vuze on startup
Suggests:	vuze-plugin-azupnpav

%description
Vuze (previously Azureus) implements the BitTorrent protocol using java
and comes bundled with many invaluable features for both beginners and
advanced users.

If you need console or telnet support, you need to install package
vuze-console.

%package console
Summary:	Console interface support for Vuze
Group:		Networking/File transfer
Requires:	%{name}
Requires:	jakarta-commons-cli
BuildRequires:	liblog4j-java
Requires:	liblog4j-java

%description console
Console interface support for Vuze (previously Azureus) bittorrent
client.

You can run Vuze in console mode with command "azureus --ui=console" and
in telnet mode with "azureus --ui=telnet".

%prep
%setup -q -c

cp %{SOURCE4} %{SOURCE5} .
%patch2 -p0
%patch3 -p1 -b .remove-manifest-classpath
%patch9 -p0
%patch27 -p1 -b .nobcprov
%patch28 -p0

%patch57 -b .orig -p1

%patch58 -p1 -b .java5
%patch105 -p0

rm org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java
#sed -i -e \
#  "s|sun.security.action.GetPropertyAction|gnu.java.security.action.GetPropertyAction|" \
#  org/gudy/azureus2/core3/internat/MessageText.java

# Convert line endings...
sed -i 's/\r//' ChangeLog.txt
chmod 644 *.txt

# Mandriva: remove bouncycastle, use system one
# but only on 2010.0+, as the previous releases had bloated bouncycastle packages
rm -r org/bouncycastle
%patch104 -p1

# Mandriva: remove osx, win32 stuff
# build fails when they are present
rm -r com/aelitis/azureus/util/win32
rm -r org/gudy/azureus2/ui/swt/osx
rm -r org/gudy/azureus2/ui/swt/win32
rm -r org/gudy/azureus2/platform/macosx
rm -r org/gudy/azureus2/platform/win32
rm org/gudy/azureus2/ui/swt/test/Win32TransferTypes.java
%patch106 -p1

# Mandriva: remove core updaters
rm org/gudy/azureus2/update/CorePatchChecker.java
rm org/gudy/azureus2/update/CoreUpdateChecker.java
rm org/gudy/azureus2/ui/swt/updater2/SWTUpdateChecker.java
rm org/gudy/azureus2/ui/swt/updater2/PreUpdateChecker.java
rm org/gudy/azureus2/platform/unix/PlatformManagerUnixPlugin.java
rm org/gudy/azureus2/platform/PlatformManagerPluginDelegate.java
%patch102 -p1
%patch103 -p1

%build
export LC_ALL=en_US.ISO-8859-1
mkdir -p build/libs
build-jar-repository -p build/libs apache-commons-cli log4j junit swt \
	bcprov

%ant jar

%install
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/azureus/plugins
install -pm 644 dist/Azureus2.jar $RPM_BUILD_ROOT%{_datadir}/azureus/Azureus2.jar

install -d -m755 %{buildroot}%{_bindir}

install -m755 %{SOURCE1} %{buildroot}%{_bindir}/azureus
# link as per upstream
ln -s azureus %{buildroot}%{_bindir}/vuze

mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps
install -m 644 org/gudy/azureus2/ui/icons/a32.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/azureus.png
install -m 644 org/gudy/azureus2/ui/icons/a16.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/azureus.png
install -m 644 org/gudy/azureus2/ui/icons/a32.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/azureus.png
install -m 644 org/gudy/azureus2/ui/icons/a64.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps/azureus.png

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install \
	--dir ${RPM_BUILD_ROOT}%{_datadir}/applications	\
	%{SOURCE2}

# build.xml for building plugins
install -m644 build.plugins.xml %{buildroot}%{_datadir}/azureus

%files
%doc ChangeLog.txt
%{_datadir}/applications/*
%{_datadir}/pixmaps/azureus.png
%{_datadir}/icons/hicolor/16x16/apps/azureus.png
%{_datadir}/icons/hicolor/32x32/apps/azureus.png
%{_datadir}/icons/hicolor/64x64/apps/azureus.png
%{_bindir}/azureus
%{_bindir}/vuze
%{_datadir}/azureus

%files console




%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.3.0.4-4
+ Revision: 9be475a
- Build with apache-commons-cli



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9041 |14cr|vuze-plugin-azplugins-2.1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	azplugins

Name:		vuze-plugin-%plugin
Version:	2.1.6
Release:	3
Summary:	Vuze plugin: Azureus Core Plugins
Group:		Networking/File transfer
License:	GPLv2+
URL:		http://azureus.sourceforge.net/
Source0:	http://azureus.sourceforge.net/plugins/%{plugin}_%{version}.jar
BuildRequires:	vuze
BuildRequires:	java-rpmbuild
BuildRequires:	ant
BuildRequires:	locales-en
Requires:	vuze
BuildArch:      noarch

%description
This contains the Tracker Web Templates and IRC Client plugins.

Tracker web pages can be customised by extracting them from the plugin
JAR file and placing them in a directory called "web" under the Azureus
user-data directory. When extracting them ensure that the prefix
directory hierarchy of "org/gudy/azureus2/ui/tracker/templates" is
*removed* leaving, for example, "index.tmpl" in the "web" directory.

This package is part of default vuze installation.

%prep
%setup -q -c
find -name '*.class' -delete
ln -s %{_datadir}/azureus/build.plugins.xml build.xml
[ -e plugin.properties ] && ! grep -q plugin.version plugin.properties

%build
export LC_ALL=en_US.ISO-8859-1
CLASSPATH="%{_datadir}/azureus/Azureus2.jar:$(build-classpath swt)" %ant makejar -Dsource.dir=. -Dplugin.version=%{version}

%install
install -d -m755 %{buildroot}%{_datadir}/azureus/plugins/%plugin
install -m644 %{plugin}_%{version}.jar %{buildroot}%{_datadir}/azureus/plugins/%plugin

%files
%dir %{_datadir}/azureus/plugins/%plugin
%{_datadir}/azureus/plugins/%plugin/%{plugin}_%{version}.jar


%changelog
* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.6-3
+ Revision: fbaa0e5
- Fix locale issues



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9042 |14cr|vuze-plugin-azrating-1.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	azrating

Name:		vuze-plugin-%plugin
Version:	1.3.1
Release:	2
Summary:	Vuze plugin: Rating
Group:		Networking/File transfer
License:	GPLv2+
URL:		http://azureus.sourceforge.net/
Source0:	http://azureus.sourceforge.net/plugins/%{plugin}_%{version}_src.zip
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	vuze
BuildRequires:	java-rpmbuild
BuildRequires:	ant
Requires:	vuze
BuildArch:      noarch

%description
Lets users rate and comment torrents.

This package is part of default vuze installation.

%prep
%setup -q -c
find -name '*.class' -delete
ln -s %{_datadir}/azureus/build.plugins.xml build.xml

%build
CLASSPATH=%{_datadir}/azureus/Azureus2.jar:$(build-classpath swt) %ant makejar -Dsource.dir=.

%install
rm -rf %{buildroot}

install -d -m755 %{buildroot}%{_datadir}/azureus/plugins/%plugin
install -m644 %{plugin}_%{version}.jar %{buildroot}%{_datadir}/azureus/plugins/%plugin

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%dir %{_datadir}/azureus/plugins/%plugin
%{_datadir}/azureus/plugins/%plugin/%{plugin}_%{version}.jar



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-2
+ Revision: 17f54d5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9043 |14cr|vuze-plugin-azupdater-1.8.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	azupdater

Name:		vuze-plugin-%plugin
Version:	1.8.10
Release:	4
Summary:	Vuze plugin: Automatic updates for external plugins
Group:		Networking/File transfer
License:	GPLv2+
URL:		http://azureus.sourceforge.net/
Source0:	http://azureus.sourceforge.net/plugins/%{plugin}_%{version}.zip

BuildRequires:	vuze
BuildRequires:	ant
BuildRequires:	java-rpmbuild
Requires:	vuze
BuildArch:      noarch

%description
This plugin provides automatic updates for user specific Vuze plugins
(i.e. those installed in ~/.azureus/plugins).

Note that if this package is not installed, the plugin will be
automatically downloaded from sourceforge servers on Vuze startup.

%prep
%setup -q -c
for file in *.jar; do
	unzip $file;
done
find -name '*.class' -delete

# This plugin does not have plugin.id in plugin.properties, so we provide it manually
# in the build section. Modify build.xml locally to make it work with that.
[ -e plugin.properties ] && ! grep -q plugin.id plugin.properties
sed 's,<target name="init" unless="plugin.id">,<target name="init">,' %{_datadir}/azureus/build.plugins.xml > build.xml

%build
CLASSPATH=%{_datadir}/azureus/Azureus2.jar %ant makejar -Dsource.dir=. -Dplugin.id=%plugin

%install
install -d -m755 %{buildroot}%{_datadir}/azureus/plugins/%plugin
install -m644 %{plugin}_%{version}.jar %{buildroot}%{_datadir}/azureus/plugins/%plugin
install -m644 plugin.properties %{buildroot}%{_datadir}/azureus/plugins/%plugin

%files
%defattr(-,root,root)
%dir %{_datadir}/azureus/plugins/%plugin
%{_datadir}/azureus/plugins/%plugin/%{plugin}_%{version}.jar
%{_datadir}/azureus/plugins/%plugin/plugin.properties



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.10-4
+ Revision: 7a43956
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9044 |14cr|vuze-plugin-azupnpav-0.2.23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	azupnpav

Name:		vuze-plugin-%plugin
Version:	0.2.23
Release:	2
Summary:	Vuze plugin: Media Server
Group:		Networking/File transfer
License:	GPLv2+
URL:		http://azureus.sourceforge.net/
Source0:	http://azureus.sourceforge.net/plugins/%{plugin}_%{version}.zip
Patch0:		azupnpav-remove-win32.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	vuze
BuildRequires:	java-rpmbuild
BuildRequires:	ant
Requires:	vuze
BuildArch:      noarch

%description
The Media Server Plugin provides a simple UPnP Media Server interface.
This allows conformant media renderers to stream content present in
Azureus.

Note that if this package is not installed, the plugin will be
automatically downloaded from sourceforge servers on Vuze startup.

%prep
%setup -q -c
unzip %{plugin}_%{version}.jar
rm %{plugin}_%{version}.jar
find -name '*.class' -delete
%patch0 -p1
ln -s %{_datadir}/azureus/build.plugins.xml build.xml
[ -e plugin.properties ] && ! grep -q plugin.version plugin.properties

%build
CLASSPATH=%{_datadir}/azureus/Azureus2.jar %ant makejar -Dsource.dir=. -Dplugin.version=%{version}

%install
rm -rf %{buildroot}

install -d -m755 %{buildroot}%{_datadir}/azureus/plugins/%plugin
install -m644 %{plugin}_%{version}.jar %{buildroot}%{_datadir}/azureus/plugins/%plugin
install -m644 plugin.properties %{buildroot}%{_datadir}/azureus/plugins/%plugin

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%dir %{_datadir}/azureus/plugins/%plugin
%{_datadir}/azureus/plugins/%plugin/%{plugin}_%{version}.jar
%{_datadir}/azureus/plugins/%plugin/plugin.properties



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.23-2
+ Revision: cb8badc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9045 |14cr|vym-2.3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Name:		vym
Version:	2.3.5
Release:	2
Summary:	Tool to manage mind maps
License:	GPLv2
Group:		Office
Source0:	http://prdownloads.sourceforge.net/vym/%{name}-%{version}.tar.bz2
URL:		http://www.insilmaril.de/vym/
Requires:	zip
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(xext)

%description
VYM (View Your Mind) is a tool to generate and manipulate maps which
show your thoughts. Such maps can help you to improve your creativity
and effectivity. You can use them for time management, to organize
tasks, to get an overview over complex contexts, to sort your ideas etc.

Maps can be drawn by hand on paper or a flip chart and help to structure
your thoughs. While a tree like structure can be drawn by hand or any
drawing software vym offers much more features to work with such maps.

vym is not another drawing software, but a tool to store and modify
information in an intuitive way. For example you can reorder parts of
the map by pressing a key or add various information like a complete
email by a simple mouse click.

%prep
%setup -q

%build
%qmake_qt4 -d PREFIX=%{_prefix}

#really disable Werror flags
%__sed -i -e 's|-Wformat -Werror=format-security||g' Makefile*

%make

%install
%__make install INSTALL_ROOT=%{buildroot}

%__install -Dpm644 icons/%{name}-16x16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
%__install -Dpm644 icons/%{name}.xpm %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.xpm
%__install -Dpm644 icons/%{name}-128x128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%__install -Dpm644 icons/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%__install -Dpm644 icons/%{name}-editor.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}-editor.png

#clean files and let files section handle docs
%__rm -rf %{buildroot}%{_docdir}/packages

%__mkdir_p %{buildroot}%{_datadir}/applications
%__cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Name=Vym
Comment=View your mind
StartupNotify=true
Terminal=false
Type=Application
Icon=%{name}
Exec=%{name} %%f
MimeType=application/x-vym;application/zip;
Categories=KDE;Qt;Office;Chart;
EOF

%__mkdir_p %{buildroot}%{_datadir}/mime/packages/
%__cat << EOF > %{buildroot}%{_datadir}/mime/packages/vym.xml
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-vym">
    <sub-class-of type="application/zip"/>
    <comment>View Your Mind file</comment>
    <glob pattern="*.vym"/>
  </mime-type>
</mime-info>
EOF

# Remove it as it's OpenSUSE-based
%__rm -rf %{buildroot}%{_datadir}/%{name}/scripts/bugger

%files
%doc LICENSE.txt README.txt doc/*
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_iconsdir}/hicolor/*/apps/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.5-2
+ Revision: ff54301
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9046 |14cr|vzctl-4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define _initddir %_sysconfdir/init.d
%define _vzdir /var/lib/vz
%define _lockdir %{_vzdir}/lock
%define _dumpdir %{_vzdir}/dump
%define _privdir %{_vzdir}/private
%define _rootdir %{_vzdir}/root
%define _templatedir %{_vzdir}/template/
%define _cachedir %{_templatedir}/cache
%define _vzctlvardir /var/lib/vzctl/
%define _veipdir %{_vzctlvardir}/veip
%define _pkglibdir %_libexecdir/vzctl
%define _scriptdir %_pkglibdir/scripts
%define _configdir %_sysconfdir/vz
%define _vpsconfdir %_sysconfdir/sysconfig/vz-scripts
%define _netdir	%_sysconfdir/sysconfig/network-scripts
%define _logrdir %_sysconfdir/logrotate.d
%define _distconfdir %{_configdir}/dists
%define _namesdir %{_configdir}/names
%define _distscriptdir %{_distconfdir}/scripts
%define _udevrulesdir %_sysconfdir/udev/rules.d
%define _bashcdir %_sysconfdir/bash_completion.d

Summary: OpenVZ containers control utility
Name: vzctl
Version: 4.1
Release: 4
License: GPLv2+
Group: System/Kernel and hardware
Source0: http://download.openvz.org/utils/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
#Requires: vzkernel
URL: http://openvz.org/
# these reqs are for vz helper scripts
BuildRequires:	pkgconfig(libcgroup)
BuildRequires:	pkgconfig(libxml-2.0)
Requires: bash
Requires: gawk
Requires: sed
Requires: ed
Requires: grep
Requires: vzquota >= 2.7.0-4
Requires: tar
Requires: chkconfig
# requires for vzmigrate purposes
Requires: rsync
Requires: gawk
Requires: openssh

%description
This utility allows system administator to control OpenVZ containers,
i.e. create, start, shutdown, set various options and limits etc.

%prep
%setup -q

%build
autoreconf -fi
CFLAGS="$RPM_OPT_FLAGS" %configure \
	vzdir=%{_vzdir} \
	--enable-bashcomp \
	--enable-logrotate \
	--without-ploop \
	--disable-static


%make

%install
make DESTDIR=%{buildroot} vpsconfdir=%{_vpsconfdir} \
	install install-redhat-from-spec
ln -s ../sysconfig/vz-scripts %{buildroot}/%{_configdir}/conf
ln -s ../vz/vz.conf %{buildroot}/etc/sysconfig/vz

rm -f %{buildroot}/%{_libdir}/libvzctl.la
rm -f %{buildroot}/%{_libdir}/libvzctl.so
# Those are binaries that either are not ported to vzctl with Upstream Linux,
# or are not applicable to that case. "make install" will copy them over, so we
# just ignore them.
rm -f %{buildroot}/%{_sbindir}/vzsplit
rm -f %{buildroot}/%{_sbindir}/vzlist
rm -f %{buildroot}/%{_sbindir}/vzmemcheck
rm -f %{buildroot}/%{_sbindir}/vzcpucheck
rm -f %{buildroot}/%{_sbindir}/vznetcfg
rm -f %{buildroot}/%{_sbindir}/vznetaddbr
rm -f %{buildroot}/%{_sbindir}/vzcalc
rm -f %{buildroot}/%{_sbindir}/vzpid
rm -f %{buildroot}/%{_sbindir}/vzcfgvalidate
rm -f %{buildroot}/%{_sbindir}/vzifup-post
rm -f %{buildroot}/%{_sbindir}/vzeventd
rm -f %{buildroot}/%{_sbindir}/vzmigrate
rm -f %{buildroot}/%{_sbindir}/vzubc

rm -f %{buildroot}/%{_netdir}/ifup-venet
rm -f %{buildroot}/%{_netdir}/ifdown-venet
rm -f %{buildroot}/%{_netdir}/ifcfg-venet0

rm -f %{buildroot}/%{_initddir}/vz
rm -f %{buildroot}/%{_initddir}/vzeventd

rm -f %{buildroot}/%{_udevrulesdir}/*

rm -f %{buildroot}/%{_scriptdir}/vzevent-reboot
rm -f %{buildroot}/%{_scriptdir}/vzevent-stop
rm -f %{buildroot}/%{_scriptdir}/initd-functions

rm -f %{buildroot}/%{_mandir}/man8/vzeventd.8
rm -f %{buildroot}/%{_mandir}/man8/vzubc.8
rm -f %{buildroot}/%{_mandir}/man8/vzcalc.8
rm -f %{buildroot}/%{_mandir}/man8/vzcfgvalidate.8
rm -f %{buildroot}/%{_mandir}/man8/vzcpucheck.8
rm -f %{buildroot}/%{_mandir}/man8/vzifup-post.8
rm -f %{buildroot}/%{_mandir}/man8/vzlist.8
rm -f %{buildroot}/%{_mandir}/man8/vzmemcheck.8
rm -f %{buildroot}/%{_mandir}/man8/vzmigrate.8
rm -f %{buildroot}/%{_mandir}/man8/vzpid.8
rm -f %{buildroot}/%{_mandir}/man8/vzsplit.8
ls %{buildroot}/%{_mandir}/man8/

%files
%doc COPYING
%dir %{_scriptdir}
%dir %{_pkglibdir}
%dir %{_lockdir}
%dir %{_dumpdir}
%dir %attr(700,root,root) %{_privdir}
%dir %attr(700,root,root) %{_rootdir}
%dir %{_templatedir}
%dir %{_cachedir}
%dir %{_vzctlvardir}
%dir %{_veipdir}
%dir %{_configdir}
%dir %{_namesdir}
%dir %{_vpsconfdir}
%dir %{_distconfdir}
%dir %{_distscriptdir}
%dir %{_vzdir}
%dir %{_sysconfdir}/vz/conf


%{_bashcdir}/*

%{_libdir}/libvzctl-*.so
%{_sbindir}/vzctl
%{_sbindir}/arpsend
%{_sbindir}/ndsend

%{_distscriptdir}/*.sh
%{_distscriptdir}/functions

%{_mandir}/man8/vzctl.8.*
%{_mandir}/man8/arpsend.8.*
%{_mandir}/man8/ndsend.8.*
%{_mandir}/man5/ctid.conf.5.*
%{_mandir}/man5/vz.conf.5.*

%{_scriptdir}/vps-functions
%{_scriptdir}/vps-net_add
%{_scriptdir}/vps-net_del
%{_scriptdir}/vps-netns_dev_add
%{_scriptdir}/vps-netns_dev_del
%{_scriptdir}/vps-create
%{_scriptdir}/vps-download
%{_scriptdir}/vps-pci

%config %{_sysconfdir}/sysconfig/vz
%config(noreplace) %{_configdir}/vz.conf
%config(noreplace) %{_configdir}/osrelease.conf
%config(noreplace) %{_configdir}/download.conf
%config(noreplace) %{_configdir}/oom-groups.conf
%config(noreplace) %{_distconfdir}/*.conf
%config(noreplace) %{_vpsconfdir}/0.conf
%config(noreplace) %{_logrdir}/vzctl
%config %{_distconfdir}/default
%config %{_distconfdir}/distribution.conf-template
%config %{_vpsconfdir}/ve-basic.conf-sample
%config %{_vpsconfdir}/ve-light.conf-sample
%config %{_vpsconfdir}/ve-unlimited.conf-sample
%config %{_vpsconfdir}/ve-vswap-256m.conf-sample
%config %{_vpsconfdir}/ve-vswap-512m.conf-sample
%config %{_vpsconfdir}/ve-vswap-1024m.conf-sample
%config %{_vpsconfdir}/ve-vswap-1g.conf-sample
%config %{_vpsconfdir}/ve-vswap-2g.conf-sample
%config %{_vpsconfdir}/ve-vswap-4g.conf-sample


%post
/bin/rm -rf /dev/vzctl
/bin/mknod -m 600 /dev/vzctl c 126 0
if [ -f %{_configdir}/vz.conf ]; then
	if ! grep "IPTABLES=" %{_configdir}/vz.conf >/dev/null 2>&1; then
		echo 'IPTABLES="ipt_REJECT ipt_tos ipt_limit ipt_multiport iptable_filter iptable_mangle ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_length"' >> %{_configdir}/vz.conf
	fi
fi
/sbin/chkconfig --add vz > /dev/null 2>&1

if [ -f /etc/SuSE-release ]; then
	NET_CFG='ifdown-venet ifup-venet'
	if ! grep -q -E "^alias venet0" /etc/modprobe.conf; then
		echo "alias venet0 vznet" >> /etc/modprobe.conf
	fi
	ln -f /etc/sysconfig/network-scripts/ifcfg-venet0 /etc/sysconfig/network/ifcfg-venet0
	for file in ${NET_CFG}; do
		ln -sf /etc/sysconfig/network-scripts/${file} /etc/sysconfig/network/scripts/${file}
	done
fi

%preun
if [ $1 = 0 ]; then
	/sbin/chkconfig --del vz >/dev/null 2>&1
fi

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.1-4
+ Revision: 8b12548
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9047 |14cr|vzquota-3.0.12-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary: Virtuozzo/OpenVZ disk quota control utility
Name: vzquota
Version: 3.0.12
Release: 5
License: GPLv2
Group: System/Kernel and hardware
Url: http://openvz.org/
Source: http://download.openvz.org/utils/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
Patch0: vzquota-3.0.12-fixbuild.patch



%description
This utility allows system administator to control disk quotas
for Virtuozzo/OpenVZ containers.

%prep
%setup -q
%patch0 -p1

%build
%make

%install
make install DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}


%files
%defattr(-,root,root)
%attr(755,root,root) %{_sbindir}/vzquota
%attr(755,root,root) %{_sbindir}/vzdqcheck
%attr(755,root,root) %{_sbindir}/vzdqdump
%attr(755,root,root) %{_sbindir}/vzdqload
%attr(755,root,root) %{_var}/vzquota
%attr(644,root,root) %{_mandir}/man8/vzquota.8*
%attr(644,root,root) %{_mandir}/man8/vzdqcheck.8*
%attr(644,root,root) %{_mandir}/man8/vzdqdump.8*
%attr(644,root,root) %{_mandir}/man8/vzdqload.8*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.12-5
+ Revision: 5568ad7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9048 |14cr|w3af-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		w3af
Version:	1.1
Release:	3
Summary:	Web Application Attack and Audit Framework
Group:		Monitoring
License:	GPLv2
URL:		http://w3af.sourceforge.net/
Source0:	http://sourceforge.net/projects/w3af/files/w3af/w3af%201.0-stable/w3af-%{version}.tar.bz2
Patch0:		w3af-fix-python-shellbang.patch
Patch1:		w3af-1.1-add-scriptDir-path.patch
Requires:	python-pysvn
Requires:	python-nltk
Requires:	python-soap
Requires:	python-numpy
Requires:	scapy
BuildArch:	noarch

%description
w3af is a Web Application Attack and Audit Framework. The project's goal is to
create a framework to find and exploit web application vulnerabilities that is
easy to use and extend. To read our short and long term objectives, please
click over the Project Objectives item in the main menu. This project is
currently hosted at SourceForge , for further information, you may also want to
visit w3af SourceForge project page.

%package	gui
Summary:	GUI for %{name}
Group:		Monitoring
License:	GPLv2
Requires:	%{name} = %{EVRD}
Requires:	python-gtksourceview

%description	gui
This is a gui for %{name}.

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1 
find . -name .svn | xargs rm -rf
rm -f plugins/attack/payloads/code/netcat

%build

%install
install -m755 w3af_console -D %{buildroot}%{_bindir}/w3af_console
install -m755 w3af_gui -D %{buildroot}%{_bindir}/w3af_gui
install -d %{buildroot}%{_datadir}/%{name}
cp -pr core %{buildroot}%{_datadir}/%{name}
cp -pr extlib %{buildroot}%{_datadir}/%{name}
cp -pr locales %{buildroot}%{_datadir}/%{name}
cp -pr plugins %{buildroot}%{_datadir}/%{name}
cp -pr profiles %{buildroot}%{_datadir}/%{name}
cp -pr scripts %{buildroot}%{_datadir}/%{name}
cp -pr tools %{buildroot}%{_datadir}/%{name}

mv %{buildroot}%{_datadir}/w3af/plugins/discovery/oHalberd/man/ %{buildroot}%{_datadir}/man

%files
%doc readme/CHANGELOG readme/CONTRIBUTORS readme/README readme/TODO
%doc readme/EN
%lang(fr) %doc readme/FR
%lang(ru) %doc readme/RU
%{_datadir}/%{name}
%{_bindir}/w3af_console
%{_mandir}/man1/halberd.1*

%files gui
%{_bindir}/w3af_gui

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: 8a634e3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9049 |14cr|w3m-0.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pager that can also be used as textbased webbrowser
Name:		w3m
Version:	0.5.3
Release:	4
License:	MIT
Group:		Networking/WWW
Url:		http://w3m.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/w3m/%{name}-%{version}.tar.gz
Source2:	w3mconfig
Patch0:		w3m-0.4.1-helpcharset.patch
Patch2:		w3m-0.5.1-gcc4.patch
# String literal fix - AdamW 2008/12
Patch4:		w3m-0.5.2-literal.patch
Patch6:		w3m-0.5.3.voidmain.patch
Patch7:		w3m-0.5.3.filehandle.patch
Patch8:		w3m-0.5.3.opts.patch
BuildRequires:	gpm-devel
BuildRequires:	termcap-devel
BuildRequires:	ungif-devel
BuildRequires:	pkgconfig(bdw-gc)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(imlib)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
Provides:	webclient

%description
W3m is a text-based web browser as well as a pager like `more' or
`less'. With w3m you can browse web pages through a terminal emulator
window (xterm, rxvt or something like that). Moreover, w3m can be used
as a text formatting tool which typesets HTML into plain text. w3m also
provides w3mman which is a great manpage browser.

%files -f %{name}.lang
%doc README doc doc-jp w3mhelp-lynx_*
%dir %{_sysconfdir}/w3m
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/w3m/config
%attr(0755,root,root) %{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch2 -p1
%patch4 -p1 -b .literal
%patch6 -p1 -b .voidmain
%patch7 -p1 -b .filehandle
%patch8 -p1 -b .opts

#rm -rf gc

cp -a %{SOURCE2} w3mconfig

%build
rm -rf doc{,-jp}/CVS
sed -i s/showaudio/mplayer/ config.h.in

%configure2_5x \
	--with-browser=%{_bindir}/www-browser \
	--with-editor=%{_bindir}/vi \
	--with-mailer=/bin/mail \
	--with-termlib=ncurses \
	--enable-alarm \
	--enable-ansi-color \
	--enable-bgcolor \
	--enable-color \
	--enable-cookie \
	--enable-dict \
	--enable-digest-auth \
	--enable-external-uri-loader \
	--enable-gopher \
	--enable-help-cgi \
	--enable-history \
	--enable-image \
	--enable-ipv6 \
	--disable-japanese \
	--enable-keymap=w3m \
	--enable-menu \
	--enable-mouse \
	--enable-nntp \
	--enable-sslverify \
	--enable-w3mmailer \
	--disable-xface \
	--enable-m17n \
	--enable-unicode \
	--with-charset=UTF-8 \
	--with-gc=`pwd`/gc \
	LIBS="-lX11"

echo '#define HAVE_SYS_ERRLIST' >> config.h

make

%install
install -d %{buildroot}/{%{_bindir},{%{_datadir},%{_libdir}}/%{name},%{_mandir}/{,ja_JP.ujis}/man1}

%makeinstall_std

install -m0644 doc-jp/w3m.1 %{buildroot}/%{_mandir}/ja_JP.ujis/man1
install -m0644 doc/w3m.1 %{buildroot}/%{_mandir}/man1

install -d %{buildroot}%{_sysconfdir}/w3m
install -m0644 w3mconfig %{buildroot}%{_sysconfdir}/w3m/config

rm -rf %{buildroot}/%{_mandir}/ja*

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.3-4
+ Revision: f4c65a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9050 |14cr|w3mir-1.0.10-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	All purpose HTTP copying and mirroring tool

Name: 		w3mir
Version: 	1.0.10
Release: 	10
License:	GPL or Artistic
Group:		Development/Perl
Url:		http://www.cpan.org
Source0:	http://search.cpan.org/CPAN/authors/id/J/JA/JANL/%{name}-%{version}.tar.bz2
BuildArch:	noarch
buildrequires: perl-devel

%description
w3mir is a all purpose HTTP copying and mirroring tool. The main focus of w3mir
is to create and maintain a browseable copy of one, or several, remote WWW
site(s). Used to the max w3mir can retreive the contents of several related
sites and leave the mirror browseable via a local web server, or from a
filesystem, such as directly from a CDROM.

w3mir's goal is to be able to make useful mirrors of any reasonable WWW site.
It specifically preserves link integrity within the mirrored documents as well
as the integrity of links outside the mirror, following redirects as needed. If
you want it to. w3mir has a powerful ``multi scope'' mechanism enabeling the
user to make mirrors of several related sites and have links between them refer
to the mirrored documents rather than the original site. w3mir has several
features directed at getting mirrors for CDROM burning and handling of some not
too often seen problems when mirroring.

w3mir supports HTML4, and has partial support for CSS, Java and ActiveX.

%prep
%setup -q

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_bindir}/w3mfix
%{_bindir}/w3mir
%{perl_vendorlib}/htmlop.pm
%{perl_vendorlib}/w3http.pm
%{perl_vendorlib}/w3pdfuri.pm
%{_mandir}/*/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.10-10
+ Revision: 2b1c169
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9051 |14cr|waffle-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

%define _disable_ld_no_undefined 0

%bcond_with test
%bcond_without wayland

Summary:	Library for select the GL API at runtime
Name:		waffle
Version:	1.3.0
Release:	1
License:	BSD
Group:		Development/C
Url:		http://people.freedesktop.org/~chadversary/%{name}
Source0:	http://cgit.freedesktop.org/~chadversary/%{name}/snapshot/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	docbook-dtd42-xml
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(gbm)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(udev)
%if %{with wayland}
BuildRequires:	pkgconfig(wayland-client)
BuildRequires:	pkgconfig(wayland-egl)
%endif
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)

%description
Waffle is a cross-platform library that allows one to defer selection of GL
API and of window system until runtime. For example, on Linux, Waffle enables
an application to select X11/EGL with an OpenGL 3.3 core profile, Wayland with
OpenGL ES2, and other window system / API combinations.

An immediate goal for this library is to enable Piglit to test multiple GL
flavors in a cross-platform way, and to allow each Piglit test to choose its
GL API and window system at runtime. A future goal is to enable the ability to
record (with another tool such APITrace) an application's GL calls on one
operating system or window system, and then replay that trace on a different
system.

%files
%{_docdir}/%{name}/*
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for select the GL API at runtime
Group:		System/Libraries
Conflicts:	%{_lib}waffle0 < 1.3.0
Obsoletes:	%{_lib}waffle0 < 1.3.0

%description -n %{libname}
Waffle is a cross-platform library that allows one to defer selection of GL
API and of window system until runtime. For example, on Linux, Waffle enables
an application to select X11/EGL with an OpenGL 3.3 core profile, Wayland with
OpenGL ES2, and other window system / API combinations.
This package contains the main library.

%files -n %{libname}
%doc LICENSE.txt
%{_libdir}/libwaffle-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for using the %{name} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}waffle0 < 1.3.0

%description -n %{devname}
Waffle is a cross-platform library that allows one to defer selection of GL
API and of window system until runtime. For example, on Linux, Waffle enables
an application to select X11/EGL with an OpenGL 3.3 core profile, Wayland with
OpenGL ES2, and other window system / API combinations.
This package contains the development files for using the %{name} library.

%files -n %{devname}
%doc README.txt
%{_includedir}/%{name}-%{api}/*
%{_libdir}/libwaffle-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_datadir}/cmake/Modules/FindWaffle.cmake
%{_mandir}/man3/%{name}*
%{_mandir}/man7/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake \
	-DCMAKE_BUILD_TYPE=release \
	-DCMAKE_INSTALL_DOCDIR="%{_datadir}/doc/%{name}" \
	-Dwaffle_has_glx=1 \
	-Dwaffle_has_x11_egl=1 \
	-Dwaffle_has_gbm=1 \
%if %{with wayland}
	-Dwaffle_has_wayland=1 \
%endif
	-Dwaffle_build_manpages=1 \
	-Dwaffle_build_htmldocs=1 \
%if %{with test}
	-Dwaffle_build_tests=1 \
%endif
	-Dwaffle_build_examples=1

%make

%install
%makeinstall_std -C build

# Example programs don't get installed by default
mkdir -p %{buildroot}%{_bindir}
install -m 755 build/examples/gl_basic %{buildroot}%{_bindir}
install -m 755 build/examples/simple-x11-egl %{buildroot}%{_bindir}

%if %{with test}
%check
# It does not work ATM: libwaffle_test.so not found (not built?)
%make check-func -C build
%endif

%changelog
* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.0-1
+ Revision: 722a8f9
- New version 1.3.0, fix library package name, move mans fom library to devel package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9052 |14cr|wafp-0.01-0.26c3.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot 26c3

Name:		wafp
Version:	0.01
Release:	%mkrel 0.%{snapshot}.5
Summary:	Web Application Finger Printer
License:	GPL
Group:		Monitoring
URL:		http://www.mytty.org/wafp/
Source:     http://www.mytty.org/wafp/%{name}-%{version}-%{snapshot}.tar.bz2
Patch0:     wafp-0.01-26c3-fhs.patch
Requires:   rubygem(sqlite3)
BuildArch:	noarch

%description
WAFP is a Web Application Finger Printer written in ruby using a SQLite3 DB.

%prep
%setup -q -n %{name}-%{version}-%{snapshot}
%patch0 -p 1

%build

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/wafp
install -d -m 755 %{buildroot}%{_datadir}/wafp/lib
install -d -m 755 %{buildroot}%{_datadir}/wafp/utils

install -m 755 wafp.rb %{buildroot}%{_bindir}
install -m 644 *.db %{buildroot}%{_datadir}/wafp
install -m 644 lib/* %{buildroot}%{_datadir}/wafp/lib
install -m 755 utils/*.sh %{buildroot}%{_datadir}/wafp/utils

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE README CREDITS HOWTO
%{_bindir}/wafp.rb
%{_datadir}/wafp



%changelog
* Thu Dec 13 2012 Denis Silakov <denis.silakov@rosalab.ru> 0.01-0.26c3.5
+ Revision: cb265f7
- Fix ruby-sqlite3 req



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9053 |14cr|wahcade-0.99-0.pre8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			wahcade
Version:		0.99
%define beta		pre8
Release:		%mkrel 0.%{beta}

Summary:	Front end for SDLMAME
License:	GPLv2+
Group:		Emulators
URL:		http://www.anti-particle.com/wahcade.shtml
Source0:	http://www.anti-particle.com/projects/%{name}/%{name}-%{version}%{beta}.tar.gz
Patch0:		wahcade-0.99pre8-install-fixes.patch

BuildRequires:	python

Requires:	pygtk2.0-libglade
Requires:	python-chardet
Suggests:	python-imaging
suggests:	gstreamer0.10-python
Suggests:	pygame
#Do not require stuff from Non-free
Suggests:	sdlmame-extra-data
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Wah!Cade is a GNU/Linux friendly clone of Minwah's excellent MameWAH.

It's a front end for games and emulators (e.g. the MAME arcade game emulator), 
and has been designed with arcade cabinet controls and projects in mind.

It is compatible with MameWah's config files and layouts.

It features :
 - a keyboard controlled GUI, perfect for those arcade controls,
 - a history viewer,
 - a control panel viewer,
 - a layout editor,
 - a setup editor.

%prep
%setup -q -n %{name}
%patch0 -p1 

%build
#python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

rm -f %{buildroot}%{py_puresitedir}/%{name}-%{version}*

%find_lang %{name}

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus

%postun
%clean_menus
%endif

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc doc/*
%{_bindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/*
%{_datadir}/pixmaps/*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.99-0.pre8
+ Revision: 289347e
- Automatic import for version 0.99



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9054 |14cr|wahrhaft-mupen64plus-rsp-z64-0.0.1374ffc147ad-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define major 2
%define libname %mklibname %{name} %{api} %{major}
%define develname %mklibname %{name} -d
%define git_version 1374ffc147ad

Name:		wahrhaft-mupen64plus-rsp-z64
Version:	0.0.%{git_version}
Release:	3
Summary:	Low-level RSP processor plugin for the Mupen64Plus
Group:		Emulators
License:	GPLv2+
Url:		http://code.google.com/p/mupen64plus/
Source:         %{name}-%{git_version}.tar.bz2
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	mupen64plus-devel

%description
An experimental plugin for mupen64plus to replace the RSP plugin.


%prep
%setup -q -n %{name}-%{git_version}

%build
export CFLAGS="%{optflags}"
%make all -C projects/unix all COREDIR=%{_libdir}/ SHAREDIR=%{_datadir}/mupen64plus2/ PLUGINDIR=%{_libdir}/mupen64plus2/ V=1 

%install
make -C projects/unix install PREFIX="%{_prefix}" DESTDIR="%{buildroot}" SHAREDIR=%{_datadir}/mupen64plus2/ LIBDIR=%{_libdir}/mupen64plus2/ 

mv %{buildroot}%{_libdir}/mupen64plus2/mupen64plus/mupen64plus-rsp-z64.so %{buildroot}/%{_libdir}/mupen64plus2/
chmod -R 0755 %{buildroot}%{_libdir}

%files
%dir %{_libdir}/mupen64plus2
%{_libdir}/mupen64plus2/mupen64plus-rsp-z64.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1374ffc147ad-3
+ Revision: 3dd4f99
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9055 |14cr|wahrhaft-mupen64plus-video-arachnoid-2.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Arachnoid Plugin for mupen64plus
Name:		wahrhaft-mupen64plus-video-arachnoid
Version:	2.0.0
Release:	2
License:	GPLv2+
Group:		Emulators
Url:		http://code.google.com/p/mupen64plus/
Source0:	https://github.com/mupen64plus/mupen64plus-video-arachnoid/releases/download/%{version}/mupen64plus-video-arachnoid-src-%{version}.tar.gz
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	mupen64plus-devel

%description
An experimental plugin for mupen64plus to replace the rice plugin.

%files
%{_libdir}/mupen64plus2/mupen64plus-video-arachnoid.so

#----------------------------------------------------------------------------

%prep
%setup -q -n mupen64plus-video-arachnoid

%build
export CFLAGS="%{optflags}"
%make all -C projects/unix all \
	COREDIR=%{_libdir}/ \
	SHAREDIR=%{_datadir}/mupen64plus2/ \
	PLUGINDIR=%{_libdir}/mupen64plus2/ \
	V=1

%install
make -C projects/unix install \
	PREFIX="%{_prefix}" \
	DESTDIR="%{buildroot}" \
	SHAREDIR=%{_datadir}/mupen64plus2/ \
	LIBDIR=%{_libdir}/mupen64plus2/

mv %{buildroot}/%{_libdir}/mupen64plus2/mupen64plus/mupen64plus-video-arachnoid.so %{buildroot}/%{_libdir}/mupen64plus2/
chmod -R 0755 %{buildroot}%{_libdir}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-2
+ Revision: b48a022
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9056 |14cr|wakeonlan-0.41-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define name	wakeonlan
%define version	0.41
%define rel	3

Summary:	Wake-on-LAN magic packet sender
Name:		%{name}
Version:	%{version}
Release:	%rel
License:	Artistic
Group:		Networking/Remote access
URL:		http://gsd.di.uminho.pt/jpo/software/wakeonlan/
Source:		http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/%{name}-%{version}.tar.bz2


BuildArch:	noarch

%description
Wakeonlan is a Perl script that sends 'magic packets' to
wake-on-LAN enabled ethernet adapters and motherboards, in
order to switch on remote computers.

%prep
%setup -q

%install
install -D -m755 wakeonlan %{buildroot}%{_bindir}/wakeonlan


%files
%doc examples Changes README
%{_bindir}/wakeonlan



%changelog
* Mon Mar 17 2014 SymbianFlo <symbianflo@mandrivausers.ro> 0.41-3
+ Revision: 0bd1482
- Updated wakeonlan.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9057 |14cr|WALinuxAgent-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           WALinuxAgent
Summary:        The Windows Azure Linux Agent
Version:        1.1
Release:        6
License:        ASL 2.0
Group:          System/Configuration/Other
Url:            http://go.microsoft.com/fwlink/?LinkId=250998
Source0:        WALinuxAgent-%{version}.tar.bz2
Source1:        99-azure-timeout.rules
BuildRequires:  python-devel
Requires:       python-pyxml
Requires:       pyasn1
Requires:       openssh
Requires:       openssl
Requires:       util-linux 
Requires:       sed
Requires:       grep
Requires:       sudo
Requires:       sysvinit
Requires:       iptables
# End TODO
Requires:       logrotate
Conflicts:      NetworkManager
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
The Windows Azure Linux Agent supports the provisioning and running of Linux
VMs in the Windows Azure cloud. This package should be installed on Linux disk
images that are built to run in the Windows Azure environment.

%prep
%setup -q
find . -type f -exec sed -i 's/\r//' {} \;

%build
%install
### directories
install -d -m 0755 %{buildroot}%{_localstatedir}/lib/waagent
install -d -m 0755 %{buildroot}%{_localstatedir}/log/waagent

### binaries
install -D -m 0755 waagent %{buildroot}%{_sbindir}/waagent

### configuration files
install -D -m 0644 etc/logrotate.conf %{buildroot}%{_sysconfdir}/logrotate.d/WALinuxAgent
install -D -m 0644 etc/waagent.conf %{buildroot}%{_sysconfdir}/waagent.conf

### init scripts
mkdir -p %{buildroot}%{_sbindir}
install -D -m 0755 etc/rosa.init %{buildroot}%{_initddir}/walinuxagent
ln -s ../..%{_initddir}/walinuxagent %{buildroot}%{_sbindir}/rcwalinuxagent
install -D -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/99-azure-timeout.rules

%post
%%{_sbindir}/waagent -setup
%%{_sbindir}/waagent --install

%preun
if [ $1 = "0" ] ; then
echo "Un-installation of WAAgent"
%%{_sbindir}/waagent -uninstall
fi

%postun
%systemd_postun_with_restart walinuxagent

%files
%defattr(-,root,root)
%doc Changelog LICENSE-2.0.txt NOTICE README
%{_sbindir}/waagent
%config(noreplace) %{_sysconfdir}/logrotate.d/WALinuxAgent
%config(noreplace) %{_sysconfdir}/waagent.conf
%dir %{_sysconfdir}/udev
%dir %{_sysconfdir}/udev/rules.d
%config %{_sysconfdir}/udev/rules.d/99-azure-timeout.rules
%{_localstatedir}/lib/waagent
%{_localstatedir}/log/waagent
%{_initddir}/walinuxagent
%{_sbindir}/rcwalinuxagent


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-6
+ Revision: 4e5f038
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9058 |14cr|wallpaper-at-0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name wallpaper-at
%define version 0.3
%define release 8

Summary:	Wallpapers by Andreas Tille
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source:		%{name}-%{version}.tar.bz2
License:	GNU Free Documentation License
Group:		Graphics
BuildArchitectures:	noarch
BuildRoot:	%{_tmppath}/%{name}-buildroot

URL:		http://www.steve.org.uk/Software/wallpapers/

%description
This package contains some hopefully nice images to use as a background
or a screen saver.  They were taken by Andreas Tille on various trips to
Iceland (http://www.physik.uni-halle.de/~e2od5/island/).

%package 1280x1024
Summary:	Wallpapers by Andreas Tille @ 1280x1024
Group:		Graphics
Provides:	wallpaper-at

%description 1280x1024
This package contains some hopefully nice images to use as a background
or a screen saver.  They were taken by Andreas Tille on various trips to
Iceland (http://www.physik.uni-halle.de/~e2od5/island/).

The images in this package are best suited for use in a 5:4 aspect ratio,
e.g. 1280x1024.

%package 1600x1200
Summary:	Wallpapers by Andreas Tille @ 1600x1200
Group:		Graphics
Provides:	wallpaper-at

%description 1600x1200
This package contains some hopefully nice images to use as a background
or a screen saver.  They were taken by Andreas Tille on various trips to
Iceland (http://www.physik.uni-halle.de/~e2od5/island/).

The images in this package are best suited for use in a 4:3 aspect ratio,
e.g. 1600x1200, 1152x864, 1024x768, 800x600, or 640x480.

%package 1600x900
Summary:	Wallpapers by Andreas Tille @ 1600x900
Group:		Graphics
Provides:	wallpaper-at

%description 1600x900
This package contains some hopefully nice images to use as a background
or a screen saver.  They were taken by Andreas Tille on various trips to
Iceland (http://www.physik.uni-halle.de/~e2od5/island/).

The images in this package are best suited for use in a 16:9 aspect ratio,
e.g. 1600x900.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/%{_datadir}/wallpapers
cp --recursive -f 1280x1024/ $RPM_BUILD_ROOT/%{_datadir}/wallpapers
cp --recursive -f 1600x1200/ $RPM_BUILD_ROOT/%{_datadir}/wallpapers
cp --recursive -f 1600x900/  $RPM_BUILD_ROOT/%{_datadir}/wallpapers

%clean
rm -rf ${RPM_BUILD_ROOT}

%files 1280x1024
%defattr(-,root,root)
%doc LICENSE README
%dir %{_datadir}/wallpapers/1280x1024
%{_datadir}/wallpapers/1280x1024/oexarafoss.jpg
%{_datadir}/wallpapers/1280x1024/namafjall2.jpg
%{_datadir}/wallpapers/1280x1024/sheeps.jpg
%{_datadir}/wallpapers/1280x1024/gras.jpg
%{_datadir}/wallpapers/1280x1024/gothafoss.jpg
%{_datadir}/wallpapers/1280x1024/swarti.jpg
%{_datadir}/wallpapers/1280x1024/myvatnevening.jpg
%{_datadir}/wallpapers/1280x1024/elephant.jpg
%{_datadir}/wallpapers/1280x1024/geysir.jpg
%{_datadir}/wallpapers/1280x1024/dandel.jpg
%{_datadir}/wallpapers/1280x1024/paul1.jpg
%{_datadir}/wallpapers/1280x1024/paul2.jpg
%{_datadir}/wallpapers/1280x1024/viti2.jpg
%{_datadir}/wallpapers/1280x1024/saaleck.jpg
%{_datadir}/wallpapers/1280x1024/leirhnjukur.jpg
%{_datadir}/wallpapers/1280x1024/sanssouci.jpg
%{_datadir}/wallpapers/1280x1024/ruegen.jpg
%{_datadir}/wallpapers/1280x1024/thyme.jpg
%{_datadir}/wallpapers/1280x1024/geysirbubble.jpg
%{_datadir}/wallpapers/1280x1024/hafragil.jpg
%{_datadir}/wallpapers/1280x1024/dirholaey.jpg
%{_datadir}/wallpapers/1280x1024/blesi.jpg
%{_datadir}/wallpapers/1280x1024/namafjall.jpg
%{_datadir}/wallpapers/1280x1024/hveravellir.jpg
%{_datadir}/wallpapers/1280x1024/memleben.jpg
%{_datadir}/wallpapers/1280x1024/laugarvatn.jpg

%files 1600x1200
%defattr(-,root,root)
%doc LICENSE README
%dir %{_datadir}/wallpapers/1600x1200
%{_datadir}/wallpapers/1600x1200/namafjall2.jpg
%{_datadir}/wallpapers/1600x1200/sheeps.jpg
%{_datadir}/wallpapers/1600x1200/darsz.jpg
%{_datadir}/wallpapers/1600x1200/gothafoss.jpg
%{_datadir}/wallpapers/1600x1200/swarti.jpg
%{_datadir}/wallpapers/1600x1200/myvatnevening.jpg
%{_datadir}/wallpapers/1600x1200/geysir.jpg
%{_datadir}/wallpapers/1600x1200/dandel.jpg
%{_datadir}/wallpapers/1600x1200/paul1.jpg
%{_datadir}/wallpapers/1600x1200/paul2.jpg
%{_datadir}/wallpapers/1600x1200/viti2.jpg
%{_datadir}/wallpapers/1600x1200/saaleck.jpg
%{_datadir}/wallpapers/1600x1200/leirhnjukur.jpg
%{_datadir}/wallpapers/1600x1200/sanssouci.jpg
%{_datadir}/wallpapers/1600x1200/ruegen.jpg
%{_datadir}/wallpapers/1600x1200/thyme.jpg
%{_datadir}/wallpapers/1600x1200/geysirbubble.jpg
%{_datadir}/wallpapers/1600x1200/hafragil.jpg
%{_datadir}/wallpapers/1600x1200/koeln.jpg
%{_datadir}/wallpapers/1600x1200/hampton_curt.jpg
%{_datadir}/wallpapers/1600x1200/dirholaey.jpg
%{_datadir}/wallpapers/1600x1200/blesi.jpg
%{_datadir}/wallpapers/1600x1200/namafjall.jpg
%{_datadir}/wallpapers/1600x1200/hveravellir.jpg
%{_datadir}/wallpapers/1600x1200/brocken.jpg
%{_datadir}/wallpapers/1600x1200/memleben.jpg
%{_datadir}/wallpapers/1600x1200/laugarvatn.jpg
%{_datadir}/wallpapers/1600x1200/bicyle.jpg

%files 1600x900
%defattr(-,root,root)
%doc LICENSE README
%dir %{_datadir}/wallpapers/1600x900
%{_datadir}/wallpapers/1600x900/sheeps.jpg
%{_datadir}/wallpapers/1600x900/paul1.jpg
%{_datadir}/wallpapers/1600x900/paul2.jpg
%{_datadir}/wallpapers/1600x900/sanssouci.jpg
%{_datadir}/wallpapers/1600x900/brocken.jpg




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-8
+ Revision: ef45bba
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9059 |14cr|wallpapoz-0.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Gnome Desktop wallpaper configuration tool
Name:		wallpapoz
Version:	0.6.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://wallpapoz.akbarhome.com
Source0:	http://wallpapoz.akbarhome.com/files/%{name}-%{version}.tar.bz2
Patch0:		wallpapoz-0.6.2-import-PIL-for-Image.patch
BuildRequires:	pygtk2.0
BuildRequires:	pygtk2.0-libglade
BuildRequires:	python-pillow
BuildRequires:	pkgconfig(python)
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Requires:	python-pillow
Requires:	xwininfo
BuildArch:	noarch

%description
Wallpapoz application enables you to configure Gnome desktop wallpapers
in unique way. You could have Gnome desktop wallpaper changes when the
specified time has passed.

%files -f %name.lang
%doc README CHANGELOG
%{_bindir}/daemon_wallpapoz
%{_bindir}/wallpapoz
%{_bindir}/launcher_wallpapoz.sh
%{_datadir}/wallpapoz
%{_datadir}/pixmaps/wallpapoz.png
%{_datadir}/applications/wallpapoz.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%install
mkdir -p %{buildroot}%{_prefix}
./setup.py install --installdir %{buildroot}%{_prefix}

%find_lang %{name} --with-gnome


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-2
+ Revision: cbb4116
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9060 |14cr|walnut-3.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           walnut
Version:        3.8
Release:        4
Summary:        Gnome Shell extension showing a list of hot keys when Win key holding down

Group:          Graphical desktop/GNOME
License:        GPLv3+
URL:            http://extensions.gnome.org
Source0:        %{name}-%{version}.tar.gz
BuildArch:      noarch
Requires:       gnome-shell
Requires:       mutter
Requires:	nut

%description
Gnome Shell extension for UPS management.

%prep
%setup -q


%build


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/
cp -r * %{buildroot}%{_datadir}/gnome-shell/extensions/

%post
glib-compile-schemas %{_datadir}/gnome-shell/extensions/walnut@networkupstools/schemas


%files
%defattr(-,root,root,-)
%{_datadir}/gnome-shell/extensions/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.8-4
+ Revision: 82f5ee7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9061 |14cr|wammu-0.36-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name wammu
%define version 0.36
%define release 2

%define python_gammu_req 0.24

Summary:        Mobile phone manager
Name:           %{name}
Version:        %{version}
Release:        %{release}
Source0:        http://dl.cihar.com/%{name}/latest/%{name}-%{version}.tar.bz2
License:        GPLv2+
Group:          Communications
Url:        	http://wammu.eu
BuildRequires:  wxPythonGTK >= 2.6.2
BuildRequires:  python-gammu >= %{python_gammu_req}
BuildRequires:  python-devel

Requires:       wxPythonGTK >= 2.6.2
Requires:       python-gammu >= %{python_gammu_req}
Requires:       gnome-bluetooth
Requires:	python-pybluez

BuildArch:	noarch

%description
Mobile phone manager using Gammu as it's backend. It works with any phone Gammu
supports - many Nokia, Siemens, Alcatel, ... Written using wxGTK.

%prep
%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" SKIPWXCHECK=yes python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
SKIPWXCHECK=yes python setup.py install --root=$RPM_BUILD_ROOT

%find_lang %name

%files -f %name.lang
%doc README AUTHORS FAQ COPYING
%{_bindir}/*
%{py_puresitedir}/*
%{_datadir}/Wammu
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*
%{_mandir}/man1/*
%lang(cs) %{_mandir}/cs/man?/*
%lang(de) %{_mandir}/de/man?/*
%lang(it) %{_mandir}/it/man?/*
%lang(nl) %{_mandir}/nl/man?/*
%lang(ru) %{_mandir}/ru/man?/*
%lang(sk) %{_mandir}/sk/man?/*
%lang(es) %{_mandir}/es/man?/*
%lang(fr) %{_mandir}/fr/man?/*
%lang(pt_BR) %{_mandir}/pt_BR/man?/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.36-2
+ Revision: bea0f1a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9062 |14cr|wargus-2.2.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		wargus
Summary:	Warcraft II for the Stratagus game engine (Needs WC2 DOS CD)
Version:	2.2.7
Release:	3
Source0:	http://launchpad.net/wargus/trunk/%{version}/+download/%{name}_%{version}.orig.tar.gz
URL:		http://wargus.sourceforge.net
Group:		Games/Strategy
License:	GPLv2
BuildRequires:	cmake
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	zlib-devel
BuildRequires:	stratagus-devel = %{version}
Requires:	ffmpeg2theora
Requires:	cdparanoia
Requires:	stratagus = %{version}

%description
Wargus is a Warcraft2 Mod that allows you to play Warcraft2 with the Stratagus
engine, as opposed to play it with the original Warcraft2 one. So unless you
have a legal copy of Warcraft2 (original DOS Version required, won't work with
the battle.net edition) Wargus will be pretty useless to you, since it doesn't
come with any graphics or sounds itself.

So why play Warcraft2 with the Stratagus engine instead of the original
Warcraft2 one? There are numerous reasons, first it allows you to play
Warcraft2 under GNU/Linux and other operating systems not supported by the
original Warcraft2 engine, secondly it allows you to play over the internet,
which the original Warcraft2 engine didn't allow you to. Last not least the
Stratagus engine allows you to tweak numerous parameters so you can play
around with different unit strength and such.

Since Wargus uses a different engine, not all things will work 100% the same
as they did in the original Warcraft2, if you want the original unchanged
Warcraft2 experience, you will still have to use the original Warcraft2.

Warcract2 game data should be installed to: /usr/share/games/stratagus/wargus/
Like: wartool -m -v -r [warcraft2_path]/data /usr/share/games/stratagus/wargus/

Warning! There are lots of hacked Warcraft2 versions that are NOT supported.
If you have problems with starting Wargus, most likely it's related to wrong
Warcraft2 data. Even if error messages are related to wrong/missing scripts.
The engine is tested and it does work.

%prep
%setup -q -n %{name}_%{version}.orig

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%doc README doc/*
%{_gamesbindir}/%{name}
%{_bindir}/wartool
%{_bindir}/pudconvert
%{_gamesdatadir}/stratagus/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.7-3
+ Revision: 353aece
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9063 |14cr|warmux-11.04.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#SPEC by Julien Catalano

Summary:	Warmux is a free (Libre) clone of Worms from Team17 but no Wormux fork
Name:		warmux
Version:	11.04.1
Release:	5
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.warmux.org/
Source0:	http://download.gna.org/warmux/%{name}-%{version}.tar.bz2
Patch0:		warmux-zlib.patch
Patch1:		warmux-gcc47.patch
BuildRequires:	imagemagick
BuildRequires:	SDL_gfx-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_net-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml++-2.6)
BuildRequires:	pkgconfig(libpng)

%description
Almost everyone has heard of the Worms(R) series of games, developed by Team17.
Worms was created in 1990, the goal of the game consisting of a several teams
of "worms" fighting to the death on a 2D map. Warmux is heavily influenced by
all games in this genre, including Scorched Earth and Liero.

Warmux is free software clone of this game concept. Though currently under
heavy development, it is already very playable, with lots of weapons
(Dynamite, Baseball Bat, Teleportation, etc.). There are also lots of maps
available for your battling pleasure! Warmux takes the genre to the next
level, with great customisation options leading to great gameplay. There
is a wide selection of teams, from the Aliens to the Chickens. Also, new
battlefields can be downloaded from the Internet, making strategy an
important part of each battle.

Though two human players are currently needed to play (unless you have
a split personality :) the creation of artificial players and network play
are future goals. So, start downloading today, and fight to become king of
the garden!

%prep
#temp fix, 11.04.1 contains only warmux-11.04 and no warmux-11.04.1
%setup -q -n %{name}-11.04
%patch0 -p1
%patch1 -p1

%build
#(tpg) get rid of -Werror
# sed -i -e 's/-Werror//' src/Makefile.am

%configure2_5x	\
	--bindir=%{_gamesbindir} \
	--with-datadir-name=%{_gamesdatadir}/%{name} \
	--disable-rpath \
	--enable-fribidi

#(tpg) get rid of -Werror
# sed -i -e 's/-Werror//' src/Makefile.in

%make

%install
# allow this script to be executed
chmod +x install-sh

# drop icon extension
perl -pi -e 's/.png//g' data/warmux.desktop

%makeinstall_std localedir=%{_datadir}/locale

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-list-games
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}_files.desktop
%{_datadir}/pixmaps/%{name}_128x128.png
%{_mandir}/man6/%{name}.*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.04.1-5
+ Revision: bf8f2c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9064 |14cr|warsow-1.02-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		debug_package	%nil

Name:		warsow
Summary:	A fast-paced first-person-shooter game
Version:	1.02
Release:	6
License:	GPLv2
Group:		Games/Other
URL:		http://www.warsow.net/
Source0:	warsow_%{version}_sdk.tar.gz
Source1:	%{name}.desktop
Source2:	%{name}.png
BuildRequires:	jpeg-devel
BuildRequires:	stdc++-devel
BuildRequires:	stdc++-static-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	imagemagick
Requires:	%{name}-data = %{version}

%description
Warsow is a free standalone first person shooter game based on the Qfusion 3D
engine (a modification of the Quake 2 GPL engine), and aimed on the competitive
scene, or the e-sports community.

The base gameplay is focused around the art of movement; speed and tricks play
a big part in the gameplay. Besides this, mapcontrol, aim, teamplay and
fragging skills play their role too.

Another twist in gameplay is the weapon system. Warsow has two firing
modes for each weapon; by picking up a weapon, you will be equipped with the
standard (weak) ammo for the weapon, but when you pick up an ammo pack, you
will equip your weapon with special (strong) ammo. Weapons may have different
damage or slightly different behaviour depending on which ammo you use.

To keep the focus on competitive gaming, visibility is important in Warsow.
Cell-shaded, cartoon-like styles on the maps, textures, and models combine for
good visibility, suitable for competitive gameplay.

%files
%doc docs/*
%{_gamesbindir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/*.desktop
%{_libdir}/games/%{name}/libs

#----------------------------------------------------------------

%package server
Group:		Games/Arcade
Summary:	Dedicated server for TurtleArena
Requires:	%{name}-data => %{version}

%description server
Turtle Arena (working title) is a free and open source cross-platform 
third-person action game using a modified version of the ioquake3 engine.
Turtle Arena is currently focused on multiplayer (with multiple game modes) 
and can be played with human players over a network, splitscreen, or with AI 
players. In the future there will also be a single player / cooperative reach 
the end of the level mode with AI enemies.

This package contains the dedicated server for TurtleArena.

%files server
%{_gamesbindir}/%{name}-server
%{_gamesbindir}/%{name}-tv-server

#----------------------------------------------------------------

%prep
%setup -q -n %{name}_%{version}_sdk
sed -i -e "/fs_basepath =/ s:\.:%{_libdir}/games/%{name}:" source/qcommon/files.c

%build
pushd source
make \
	BUILD_ANGELWRAP=YES \
	BUILD_CLIENT=YES \
	BUILD_SERVER=YES \
	BUILD_TV_SERVER=YES \
	BUILD_IRC=YES \
	BUILD_SND_OPENAL=YES \
	BUILD_SND_QF=NO \
	DEBUG_BUILD=NO
popd

%install
pushd source/release
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{32x32,64x64,128x128,256x256}/apps
mkdir -p %{buildroot}%{_gamesbindir}
mkdir -p %{buildroot}%{_libdir}/games/%{name}/libs

install -m 0644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png
convert -scale 128x128 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
convert -scale 64x64 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
convert -scale 32x32 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png

install -m 755 warsow.* %{buildroot}%{_gamesbindir}/%{name}
install -m 755 wsw_server.* %{buildroot}%{_gamesbindir}/%{name}-server
install -m 755 wswtv_server.* %{buildroot}%{_gamesbindir}/%{name}-tv-server

cp %{SOURCE1} %{buildroot}%{_datadir}/applications/

install -m 755 libs/*.so %{buildroot}%{_libdir}/games/%{name}/libs/
popd

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.02-6
+ Revision: 9c488cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9065 |14cr|warsow-data-1.02-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		debug_package	%nil

Name:		warsow-data
Version:	1.02
Release:	4
Summary:	Data files for Warsow
# See license.txt in the warsow rpm
License:	Warsow Content License
Group:		Games/Other
URL:		http://www.warsow.net/
#http://www.warsow.net:1337/~warsow/%{version}/
Source0:	warsow_%{version}.tar.gz
BuildRequires:	fdupes
Requires:	warsow = %{version}

%description
Data files (audio, maps, etc.) for Warsow.

%prep
%setup -q -n warsow_%{version}

%build

%install
mkdir -p %{buildroot}%{_libdir}/games/warsow/
cp -ap basewsw %{buildroot}%{_libdir}/games/warsow/
fdupes %{buildroot}

%files
%doc docs/*
%{_libdir}/games/warsow/basewsw

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.02-4
+ Revision: cf18401
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9066 |14cr|warzone2100-3.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	Werror_cflags	%nil

Summary:	Postnuclear realtime strategy
Name:		warzone2100
Version:	3.1.0
Release:	3
Group:		Games/Strategy
License:	GPLv2+
URL:		http://wz2100.net/
# original source with game data stripped
Source0:	http://downloads.sourceforge.net/project/warzone2100/releases/%{version}/%{name}-%{version}.tar.xz
Source1:	http://sourceforge.net/projects/warzone2100/files/warzone2100/Videos/low-quality-en/sequences.wz
# Used to build man
BuildRequires:	asciidoc
# Other BR
BuildRequires:	bison
BuildRequires:	desktop-file-utils
BuildRequires:	flex
BuildRequires:	imagemagick
BuildRequires:	zip
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	physfs-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(quesoglc)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
Requires:	%{name}-data = %{version}
Requires:	fonts-ttf-dejavu
Suggests:	%{name}-videos

%description
Upon entering the game you land from your transport and establish your base.
Here you conduct research, design and manufacture vehicles, build new
structures and prepare your plans of global conquest. If the game goes badly
you'll end up fighting last ditch battles here to defend your base from
enemy attacks.

Combat is frenetic, with extensive graphical effects and damage to the
terrain and buildings giving rise to flying shrapnel and boulders. Within
the game are many different structures and vehicles. From an initial Command
Centre, you then go on to build Resource Extractors to provide fuel for Power
Generators, which in turn supply energy to Factories, Research Facilities and
weapons emplacements to protect your base.

Features:
 * 400+ Technologies to research 
 * 2,000+ different units to design 
 * 3 Large campaign maps to conquer 
 * 24 Fast play mission maps for extra action 
 * Intelligence Display sets objectives dynamically 
 * Interactive message system 
 * Fast Play Interface graphically Based 
 * Quick Screen Navigation 
 * Fast Find System for units & structures 
 * Set Factories to constant production 
 * Automatically send each factory's units to where you want them 

The Warzone 2100 ReDev Project aims to continue the vision of Pumpkin studios
started in 1999 with the game Warzone 2100, Which was closed source until
Dec 6, 2004 when it was let out the doors for the first time under a
GPL license.

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc %{_datadir}/doc/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man6/%{name}.6*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%attr(755,root,root) %{_gamesbindir}/%{name}

#---------------------------------------------------------------------------

%package data
Summary:	Data files for Warzone 2100
Group:		Games/Strategy
Requires:	%{name} = %{version}
BuildArch:	noarch

%description data
Data files needed to play Warzone 2100.

%files data
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}
%exclude %{_gamesdatadir}/%{name}/sequences.wz

#---------------------------------------------------------------------------

%package videos
Summary:	Optional video files for Warzone 2100
Group:		Games/Strategy
Requires:	%{name} = %{version}
BuildArch:	noarch

%description videos
Optional video files for Warzone 2100.

%files videos
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/sequences.wz

#---------------------------------------------------------------------------

%prep
%setup -q

# fix png rgb 
pushd icons
find . -type f -name "warzone2100.png" -exec convert {} -strip {} \;
popd

%build
%configure2_5x	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir} \
		--with-backend=sdl \
		--with-distributor="Mandriva"

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
mv %{buildroot}%{_gamesdatadir}/applications/*.desktop %{buildroot}%{_datadir}/applications/

desktop-file-install	--vendor="" \
			--remove-category="Application" \
			--remove-key="TryExec" \
			--add-category="Game;StrategyGame;" \
			--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

install -d %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert -resize 16x16 icons/warzone2100.png %{buildroot}%{_miconsdir}/%{name}.png
convert -resize 32x32 icons/warzone2100.png %{buildroot}%{_iconsdir}/%{name}.png
convert -resize 48x48 icons/warzone2100.png %{buildroot}%{_liconsdir}/%{name}.png

install -m 0644 %{SOURCE1} %{buildroot}%{_gamesdatadir}/%{name}/

rm -f %{buildroot}%{_gamesdatadir}/icons/warzone2100.png

%find_lang %{name}


%changelog
* Tue Aug 05 2014 abfonly <abfonly@gmail.com> 3.1.0-3
+ Revision: 3e5a0df
- fix png rgb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9067 |14cr|warzone2100-data-2.3.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	warzone2100
%define	name	%{oname}-data
%define	version	2.3.9
%define release	2

Name:		%{name}
Version:	%{version}
Release:	%mkrel %{release}
Group:		Games/Strategy
Source0:        http://downloads.sourceforge.net/project/warzone2100/releases/%{version}/warzone2100-%{version}.tar.gz
Url:		http://wz2100.net/
Summary:	Data files for warzone2100
License:	GPLv2+
Requires:	%{oname} >= %{version}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Upon entering the game you land from your transport and establish your base.
Here you conduct research, design and manufacture vehicles, build new
structures and prepare your plans of global conquest. If the game goes badly
you'll end up fighting last ditch battles here to defend your base from
enemy attacks.

Combat is frenetic, with extensive graphical effects and damage to the
terrain and buildings giving rise to flying shrapnel and boulders. Within
the game are many different structures and vehicles. From an initial Command
Centre, you then go on to build Resource Extractors to provide fuel for Power
Generators, which in turn supply energy to Factories, Research Facilities and
weapons emplacements to protect your base.

Features:
 * 400+ Technologies to research 
 * 2,000+ different units to design 
 * 3 Large campaign maps to conquer 
 * 24 Fast play mission maps for extra action 
 * Intelligence Display sets objectives dynamically 
 * Interactive message system 
 * Fast Play Interface graphically Based 
 * Quick Screen Navigation 
 * Fast Find System for units & structures 
 * Set Factories to constant production 
 * Automatically send each factory's units to where you want them 

The Warzone 2100 ReDev Project aims to continue the vision of Pumpkin studios
started in 1999 with the game Warzone 2100, Which was closed source until
Dec 6, 2004 when it was let out the doors for the first time under a
GPL license.

%prep
%setup -q -n %{oname}-%{version}

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_gamesdatadir}/%{oname}
cp -r data/* %{buildroot}%{_gamesdatadir}/%{oname}

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%{_gamesdatadir}/%{oname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.9-2
+ Revision: 8002648
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9068 |14cr|warzone2100-videos-low-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	warzone2100
%define	name	%{oname}-videos-low
%define version 2.2
%define release	3

Name:		%{name}
Version:	%{version}
Release:	%mkrel %{release}
Group:		Games/Strategy
Source0:        http://www.il.fontys.nl/~giel/warzone/videos/warzone2100-sequences-en-lo-%{version}-1.wz 
Url:		http://wz2100.net/
Summary:	Low-res videos for warzone2100 (english)
License:	GPLv2+
Requires:	%{oname} >= %{version}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Provides:	warzone2100-videos

%description
Upon entering the game you land from your transport and establish your base.
Here you conduct research, design and manufacture vehicles, build new
structures and prepare your plans of global conquest. If the game goes badly
you'll end up fighting last ditch battles here to defend your base from
enemy attacks.

Combat is frenetic, with extensive graphical effects and damage to the
terrain and buildings giving rise to flying shrapnel and boulders. Within
the game are many different structures and vehicles. From an initial Command
Centre, you then go on to build Resource Extractors to provide fuel for Power
Generators, which in turn supply energy to Factories, Research Facilities and
weapons emplacements to protect your base.

Features:
 * 400+ Technologies to research 
 * 2,000+ different units to design 
 * 3 Large campaign maps to conquer 
 * 24 Fast play mission maps for extra action 
 * Intelligence Display sets objectives dynamically 
 * Interactive message system 
 * Fast Play Interface graphically Based 
 * Quick Screen Navigation 
 * Fast Find System for units & structures 
 * Set Factories to constant production 
 * Automatically send each factory's units to where you want them 

The Warzone 2100 ReDev Project aims to continue the vision of Pumpkin studios
started in 1999 with the game Warzone 2100, Which was closed source until
Dec 6, 2004 when it was let out the doors for the first time under a
GPL license.

%prep
%setup -q -c -n %{oname}-%{version}

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_gamesdatadir}/%{oname}
cp -r sequences %{buildroot}%{_gamesdatadir}/%{oname}

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%{_gamesdatadir}/%{oname}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-3
+ Revision: a29bbd4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9069 |14cr|watchdog-5.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Software watchdog
Name:		watchdog
Version:	5.12
Release:	3
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://sourceforge.net/projects/watchdog/
Source0:	http://downloads.sourceforge.net/watchdog/%{name}-%{version}.tar.gz
BuildRequires:	kernel-headers
BuildRequires:	pkgconfig(libtirpc)
Requires(post,postun):	rpm-helper

%description
Watchdog monitors various aspects of a machine to ensure that is has not
locked up.  In the event that a machine has locked up, watchdog will envoke
a reboot of the system.

%files
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog INSTALL NEWS README TODO README.watchdog.ipmi examples/
%attr(0755,root,root) %{_sbindir}/watchdog
%attr(0755,root,root) %{_sbindir}/wd_keepalive
%attr(0755,root,root) %{_sbindir}/wd_identify
%attr(0755,root,root) %{_initrddir}/watchdog
%{_mandir}/man5/watchdog.conf.5*
%{_mandir}/man8/watchdog.8*
%{_mandir}/man8/wd_identify.8*
%{_mandir}/man8/wd_keepalive.8*
%config(noreplace) %{_sysconfdir}/watchdog.conf
%config(noreplace) %{_sysconfdir}/sysconfig/watchdog

%post
%_post_service watchdog

%preun
%_preun_service watchdog

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make LIBS="-ltirpc"
mv README README.orig
iconv -f ISO-8859-1 -t UTF-8 < README.orig > README

%install
install -d -m0755 %{buildroot}%{_sysconfdir}
%makeinstall_std
install -Dp -m0644 redhat/sysconf.redhat %{buildroot}%{_sysconfdir}/sysconfig/watchdog
install -Dp -m0755 redhat/watchdog.init %{buildroot}%{_initrddir}/watchdog

%check
make check


%changelog
* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.12-3
+ Revision: 3ba3a39
- Drop no longer needed patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9070 |14cr|wattsup-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		wattsup
Version:	0.1
Release:	2
License:	GPLv2
Group:		Monitoring
Summary:	Program for controlling the Watts Up? Pro Device
Source:		LinuxUtility.zip

%description
Program for controlling the Watts Up? Pro Device.

%prep
%setup -q -c
%{__rm} -f wattsup.bin

%build
%__cc %optflags -o wattsup wattsup.c

%clean
%{__rm} -Rf %{buildroot}

%install
%{__rm} -Rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_bindir}
%{__cp} -p wattsup %{buildroot}%{_bindir}

%files
%defattr(-,root,root)
%doc utility.txt readme.txt
%{_bindir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-2
+ Revision: 5658f48
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9071 |14cr|wavbreaker-0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		wavbreaker
Version:	0.11
Release:	3
Summary:	Gtk+ program to split WAV files between songs
License:	GPLv2+
Group:		Sound
URL:		http://wavbreaker.sf.net/
Source0:	http://downloads.sourceforge.net/wavbreaker/%{name}-%{version}.tar.gz
Patch0:		wavbreaker-0.10-mdv-fix-str-fmt.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(alsa)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	desktop-file-utils
Suggests:       moodbar

%description
This application's purpose in life is to take a wave file and break it up into
multiple wave files.  It makes a clean break at the correct position to burn
the files to an audio cd without any dead air between the tracks.

%prep
%setup -q
%patch0 -p1 -b .strfmt

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

desktop-file-install --vendor="" \
  --add-category="GTK" \
  --add-category="X-MandrivaLinux-Multimedia-Sound" \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/*

%files -f %{name}.lang
%doc AUTHORS README ChangeLog NEWS
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-3
+ Revision: a19b0dc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9072 |14cr|wavemon-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name wavemon
%define version 0.7.1
%define release 2

Summary: Wireless network devices monitoring application
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/%{name}-%{version}.tar.bz2
License: GPLv2+
Group: System/Kernel and hardware
Url: http://eden-feed.erg.abdn.ac.uk/wavemon/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires: ncurses-devel

%description
Wavemon is a wireless device monitoring application that allows you to watch
signal and noise levels, packet statistics, device configuration and network
parameters of your wireless network hardware. It has currently only been
tested with the Lucent Orinoco series of cards, although it *should* work 
(though with varying features) with all devices supported by the wireless 
kernel extensions by Jean Tourrilhes <jt@hpl.hp.com>.



%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}%{_mandir}/{man1,man5}

%makeinstall
rm %{buildroot}%{_datadir}/{AUTHORS,COPYING,ChangeLog,NEWS,README,THANKS}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/wavemon
%{_mandir}/man1/wavemon.1*
%{_mandir}/man5/wavemonrc.5*
%doc NEWS AUTHORS README THANKS




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-2
+ Revision: 931a172
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9073 |14cr|wavesurfer-1.8.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	wavesurfer
%define version 1.8.5
%define release 6

Summary:	Script-driven sound processing toolkit
Name:		%{name}
Version: 	%{version}
Release: 	%{release}
License: 	MIT
Group: 		Sound
URL: 		http://www.speech.kth.se/wavesurfer/
Source: 	%{name}-%{version}.tar.bz2
Source11: 	%{name}16.png
Source12: 	%{name}32.png
Source13: 	%{name}48.png
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	tcl-snack tk
BuildArch:	noarch

%description
WaveSurfer is an Open Source tool for sound visualization and manipulation.
It has been designed to suit both novice and advanced users. WaveSurfer has
a simple and logical user interface that provides functionality in an
intuitive way and which can be adapted to different tasks. It can be used
as a stand-alone tool for a wide range of tasks in speech research and
education. Typical applications are speech/sound analysis and sound
annotation/transcription. WaveSurfer can also serve as a platform for more
advanced/specialized applications. This is accomplished either through
extending the WaveSurfer application with new custom plug-ins or by
embedding WaveSurfer visualization components in other applications.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib
cp -r wsurf* $RPM_BUILD_ROOT%{_prefix}/lib
install -m755 %{name}.tcl -D $RPM_BUILD_ROOT/%{_bindir}/%{name}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=WaveSurfer
Comment=Graphical sound editor
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Audio;Player;X-MandrivaLinux-Multimedia-Audio;AudioVideo;
EOF

install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr(-,root,root)
%doc doc/* LICENSE.txt README.txt 
%{_bindir}/%{name}
%{_prefix}/lib/wsurf*
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.5-6
+ Revision: 86722f2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9074 |14cr|wavplay-1.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	1.4
%define release	7

Summary:	WAV file Play & Record applications
Name:		wavplay
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Sound
URL:		ftp://sunsite.unc.edu/pub/Linux/apps/sound/
Source:		%{name}-%{version}.tar.bz2
Patch0:		wavplay-1.4-fix-compile.patch.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
%{name} package contains:

wavplay - plays WAV format file to the audio device.
wavrec - samples the audio device and writes WAV file.

%prep
%setup -q
%patch0 -p1 -b .fix-compile
chmod -R o+r .

%build
%__make CPU="" OPT="%{optflags}" INSTDIR="%{_bindir}" no_x

%install
rm -rf %{buildroot}
install -m 0755 -D wavplay %{buildroot}%{_bindir}/wavplay
ln -s wavplay %{buildroot}%{_bindir}/wavrec
install -m 0644 -D wavplay.1 %{buildroot}%{_mandir}/man1/wavplay.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc BUGS COPYING README
%attr(4511,root,root) %{_bindir}/wavplay
%{_bindir}/wavrec
%{_mandir}/man?/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-7
+ Revision: 6f779c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9075 |14cr|wdiff-1.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name wdiff
%define version 1.1.2
%define release 3

Summary:	Word-based diff front end
Name:		wdiff
Version:	%version
Release:	%release
URL:		http://www.gnu.org/software/wdiff/wdiff.html
Source0:	ftp://ftp.gnu.org/pub/gnu/wdiff/%{name}-%{version}.tar.gz
License:	GPLv2+
Group:		Text tools
BuildRequires:	termcap-devel
BuildRequires:	texinfo

%description
GNU wdiff is a front-end to GNU diff.  It compares two files, finding
which words have been deleted or added to the first in order to create
the second.  It has many output formats and interacts well with
terminals and pagers (notably with less).  GNU wdiff is particularly
useful when two texts differ only by a few words and paragraphs have
been refilled.


%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %buildroot *.lang
%makeinstall
%find_lang %name
%find_lang %name-gnulib
cat %name-gnulib.lang >> %name.lang



%files -f %name.lang
%doc README NEWS THANKS TODO COPYING ChangeLog BACKLOG
%{_bindir}/wdiff
%_mandir/man1/wdiff.1*
%{_infodir}/wdiff.info*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-3
+ Revision: 46aad55
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9076 |14cr|weave-sync-1.0-0.20100308.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot    69faab92136d

Name:		weave-sync
Version:	1.0
Release:	0.20100308.5
Summary:	Firefox synchronisation service
License:	GPL
Group:		Networking/WWW
URL:		https://wiki.mozilla.org/Labs/Weave/Sync/1.0/Setup
Source0:    weaveserver-sync-%{snapshot}.tar.bz2
Source1:    weave.sql
Requires:	apache-mod_php
BuildArch:	noarch

%description
Weave is a Mozilla Labs project to integrate web services into Firefox by
allowing users to securely share their data with other instances of their own
software, other users and 3rd parties. The Weave project includes a Firefox
add-on, a server component, and data sharing APIs.

The first service under the Weave umbrella is the synchronization service. The
Weave Sync 1.0 add-on lets you securely take your Firefox experience with you
to all your Firefox browsers. Mozilla operates a hosted server, and the source
code for the server is open so that any user may operate their own server if
they wish. The synchronization product keeps bookmarks, history, form data,
passwords, tabs, and user preferences, and provides an API to allow add-on
developers to synchronize their data as well.

%prep
%setup -q -n weaveserver-sync-%{snapshot}
cp %{SOURCE1} .

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -pr 1.0 %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}
mv  %{buildroot}%{_datadir}/%{name}/1.0/default_constants.php.dist \
    %{buildroot}%{_sysconfdir}/%{name}.conf
pushd  %{buildroot}%{_datadir}/%{name}/1.0
ln -s ../../../..%{_sysconfdir}/%{name}.conf default_constants.php
popd

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF

Alias /weave/1.0 %{_datadir}/%{name}/1.0/index.php
Alias /weave %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Options Indexes FollowSymLinks
    Require all granted
</Directory>
EOF

%clean
rm -rf %{buildroot}



%files
%defattr(-,root,root)
%doc README weave.sql
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_datadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-0.20100308.5
+ Revision: d292dc6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9077 |14cr|web2project-2.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    Real Project Management for Real Businesses
Name:       web2project
Version:    2.0
Release:    9
License:    BSD
Group:      System/Servers
URL:        http://web2project.net/
Source0:    http://prdownloads.sourceforge.net/web2project/%{name}-%{version}.tar.gz
Patch0:     web2project-2.0-external-adodb.patch
Patch1:     web2project-1.3-external-libs.patch
Patch2:     web2project-2.0-fix-bbparser-path.patch
#http://github.com/trevormorse/web2project/commit/ab14f7f1ccd39b0f8fdda4996a7719d16c6e6d84
Patch3:     web2project-2.0-timezone-fix.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires:   apache-mod_php
Requires:   php-mysql
Requires:   php-gd
Requires:   php-sqlite3
Requires:   php-ldap
Requires:   php-adodb
Requires:   php-jpgraph
Requires:   php-smarty
Requires:   php-mbstring
Requires:   php-pear-Date
Requires:   php-pear-Contact_Vcard_Parse
Requires:   php-pear-Contact_Vcard_Build
Requires:   php-pear-HTML_BBCodeParser
Requires:   nusoap
BuildArch:  noarch

%description
web2Project is an Free Open Source business oriented Project Management System
(PMS) built for the future. Following the concept of a Rich Internet
Application (RIA) we will be providing an interactive and effective way of
managing projects.

%prep
%setup -q
find . -name .htaccess | xargs rm -f

# don't bundle these
rm -rf lib/adodb
rm -rf lib/jpgraph
rm -rf lib/PEAR

%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 644 *.php %{buildroot}%{_datadir}/%{name}
for dir in classes includes install js lib locales modules style; do
    cp -pr $dir %{buildroot}%{_datadir}/%{name}
done

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
cp -pr files/* %{buildroot}%{_localstatedir}/lib/%{name}
pushd %{buildroot}%{_datadir}/%{name}
ln -s ../../..%{_localstatedir}/lib/%{name} files
popd

# fix config file location
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
#mv %{buildroot}%{_datadir}/%{name}/includes/config-dist.php \
#    %{buildroot}%{_sysconfdir}/%{name}/config.php
touch %{buildroot}%{_sysconfdir}/%{name}/config.php
chmod 660 %{buildroot}%{_sysconfdir}/%{name}/config.php
pushd %{buildroot}%{_datadir}/%{name}/includes
ln -s ../../../..%{_sysconfdir}/%{name}/config.php .
popd


install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /%{name}/files %{_localstatedir}/lib/%{name}
Alias /%{name} %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Order allow,deny
    Allow from all

    php_admin_value memory_limit    64M
    php_admin_value post_max_size   17M
    php_admin_value upload_max_filesize 16M
    php_admin_value max_execution_time 120
</Directory>


<Directory %{_datadir}/%{name}/includes>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/includes>
    Require local granted
    ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"
</Directory>

<Directory %{_localstatedir}/lib/%{name}/files>
    Require all denied
</Directory>

<Directory %{_localstatedir}/lib/%{name}/files/temp>
    Require all granted
</Directory>
EOF


%post
%_post_webapp

%postun
%_postun_webapp

%files
%doc ChangeLog COPYING LICENSE README
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%attr(-,apache,apache) %config(noreplace) %{_sysconfdir}/%{name}/config.php
%{_datadir}/%{name}
%attr(-,apache,apache) %{_localstatedir}/lib/%{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-9
+ Revision: cac6388
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9078 |14cr|web-assets-5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#disable the httpd stuff while we're waiting on getting the path issues
#cleared up
%global enable_httpd 1

Name:           web-assets
Version:        5
Release:        3
Summary:        A simple framework for bits pushed to browsers
BuildArch:      noarch
Group:		Development/Other
License:        MIT
URL:            https://fedoraproject.org/wiki/User:Patches/PackagingDrafts/Web_Assets

Source1:        LICENSE
Source2:        macros.web-assets
Source3:        web-assets.conf
Source4:        README.devel

%description
%{summary}.

%package filesystem
Summary:        The basic directory layout for Web Assets
#there's nothing copyrightable about a few directories and symlinks
License:        Public Domain

%description filesystem
%{summary}.

%package devel
Summary:        RPM macros for Web Assets packaging
License:        MIT
Requires:       web-assets-filesystem = %{version}-%{release}

%description devel
%{summary}.

%if 0%{?enable_httpd}
%package httpd
Summary:        Web Assets aliases for the Apache HTTP daemon
License:        MIT
Requires:       web-assets-filesystem = %{version}-%{release}
Requires:       apache
Requires(post): systemd
Requires(postun): systemd

%description httpd
%{summary}.
%endif

%prep
%setup -c -T
cp %{SOURCE1} LICENSE
cp %{SOURCE4} README.devel

%build
#nothing to do

%install
mkdir -p %{buildroot}%{_datadir}/web-assets
mkdir -p %{buildroot}%{_datadir}/javascript

ln -sf ../javascript %{buildroot}%{_datadir}/web-assets/javascript
ln -sf ../javascript %{buildroot}%{_datadir}/web-assets/js
ln -sf ../fonts %{buildroot}%{_datadir}/web-assets/fonts

install -Dpm0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/rpm/macros.d/web-assets.macros

%if 0%{?enable_httpd}
install -Dpm0644 %{SOURCE3} %{buildroot}%{_webappconfdir}/web-assets.conf

%post httpd
systemctl reload-or-try-restart httpd.service || :

%postun httpd
systemctl reload-or-try-restart httpd.service || :
%endif

%files filesystem
%{_datadir}/web-assets
%{_datadir}/javascript

%files devel
%{_sysconfdir}/rpm/macros.d/web-assets.macros
%doc LICENSE README.devel

%if 0%{?enable_httpd}
%files httpd
%config(noreplace) %{_webappconfdir}/web-assets.conf
%doc LICENSE
%endif

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5-3
+ Revision: 7f436ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9079 |14cr|webgrep-2.12-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name webgrep
%define version 2.12
%define release 6


Summary: Web page search utilities
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: Development/Other
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-makefile.patch.bz2
URL: http://www.linuxfocus.org/~guido/
Buildroot: %{_tmppath}/%{name}-buildroot

%description
webgrep is a set of search utilities for web-masters. This package includes
7 utilities:

srcgrep is a utility to search for the IMG/SRC-tag or the BODY/BACKGROUND-tag 
in web-pages and display the path to the referenced images in a nice readable 
way.

hrefgrep is a search utility for the <... href=...> tag.

webfgrep is a poor man's web search engine. A script (e.g perl) must still
be written to do the cgi-bin. webfgrep is good for website up to 1 Mb of 
html. A small cgi-bin called websearch comes with this package. It is written
in perl and you can adapt it to your web-site.
webfgrep is basically just an exteremly fast fgrep program that leaves out
the html tags.

blnkcheck is a program to check for broken links on the server.
This is probably the most powerful program in this toolkit.

httpcheck is a post processor for blnkcheck and is written in perl. It can
be used to check also absolute http links in web-pages.

lshtmlref is a program to build tar archives from a given list of web-pages.
It helps you to include all GIFs, text files, etc.. in the archives.

taggrep is a program to grep for html tags. E.g search for meta tags or
list the title of a number of web pages.

%prep
rm -rf $RPM_BUILD_ROOT

%setup

%patch 

%build
%make  CFLAGS="$RPM_OPT_FLAGS"

%install
make DESTDIR=$RPM_BUILD_ROOT install


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%doc README cgi-bin
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.12-6
+ Revision: a36eef5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9080 |14cr|webmake-2.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	HTML-WebMake

Name: 	 	webmake
Summary: 	Content management and web templating system

Version: 	2.4
Release: 	10

Source0:	%{module}-%{version}.tar.bz2
URL:		http://webmake.taint.org/
License:	GPL
Group:		Networking/WWW
BuildRequires:	perl-devel
Requires:	perl-IO-String perl-Image-Size perl-Text-EtText
Requires:	perl-DB_File perl-HTML-Parser
Provides:	perl(HTML::WebMake::PerlCodeLibrary)
BuildArch:	noarch

%description
WebMake is a simple content management system, based around a templating
system for HTML documents and an emphasis on page generation.

What makes it different from the many other templating engines out there,
is that it's been designed to have lots of built-in smarts about what a
"typical" informational website needs in the way of functionality: metadata
support, dynamic index generation from metadata, automatically-generated
sitemaps and navigational aids, user-defined tags, and support for non-HTML
input and output -- and, of course, embedded Perl code. ;)

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make
										
%install
%makeinstall_std
mkdir -p %{buildroot}/%{_datadir}/vim/syntax
cp *.vim %{buildroot}/%{_datadir}/vim/syntax
cd %{buildroot}
rm -fr `find -name 'perllocal.pod'`

%clean

%files
%doc README Changes LICENSE TODO *.cgi doc
%{_bindir}/%{name}
%{_bindir}/%{name}_cvs_import
%{_mandir}/man1/*
%{_mandir}/man3*/*
%{perl_vendorlib}/HTML/WebMake*
%{_datadir}/vim/syntax/%{name}.vim




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-10
+ Revision: 73038c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9081 |14cr|webmin-theme-lynx-0.02-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define webmin_rootdir	%{_datadir}/webmin

Name: webmin-theme-lynx
Version: 0.02
Release: 8
Summary: Theme Lynx for Webmin
Summary(pt_BR): Tema Lynx para o Webmin
Group: System/Configuration/Other
License: GPL
URL: http://www.pello.info/?q=node/view/15
Source: http://www.pello.info/filez/lynxth.wbt
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root

%description
A very light theme for Webmin, lynx-enabled.

%prep
%setup -q -c
# misincluded file?
rm -f lynxth/tmp

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{webmin_rootdir}
tar -cf - lynxth | tar -C %{buildroot}%{webmin_rootdir} -xf -
chmod 755 %{buildroot}%{webmin_rootdir}/lynxth/{theme.pl,index.cgi}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,755)
%{webmin_rootdir}/lynxth




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.02-8
+ Revision: a0a4e51
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9082 |14cr|websvn-2.3.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		websvn
Version:	2.3.2
Release:	5
Summary:	PHP based web interface of Subversion repositories
Epoch:		1
License:	GPL
Group:		System/Servers
URL:		http://websvn.tigris.org/
Source:		http://websvn.tigris.org/files/documents/1380/39378/%{name}-%{version}.tar.gz
Patch0:     websvn-2.3.2-fhs.patch
Patch1:     websvn-2.3.0-use-external-geshi.patch
Requires:	subversion
Requires:	apache-mod_php
Requires:	php-iconv
Requires:	php-xml
Requires:	php-geshi
BuildArch:	noarch

%description
WebSVN offers a view onto your subversion repositories that's been designed to
reflect the Subversion methodology. You can view the log of any file or
directory and see a list of all the files changed, added or deleted in any
given revision. You can also view the differences between 2 versions of a file
so as to see exactly what was changed in a particular revision.

WebSVN offers the following features:

    * Easy to use interface
    * Highly customisable templating system
    * Log message searching
    * Colourisation of file listings
    * Blame support
    * Tar ball downloads
    * Directory comparisons
    * RSS Feed support
    * Fast browsing thanks to internal caching feature
    * Apache MultiViews support
    * Support for bugtraq:properties 

%prep
%setup -q
%patch0 -p 1
%patch1 -p 1

%build

%install
install -d -m 755 %{buildroot}/%{_datadir}/%{name}
install -d -m 755 %{buildroot}/%{_datadir}/%{name}/www
cp -pr *.php %{buildroot}%{_datadir}/%{name}/www
cp -pr templates %{buildroot}%{_datadir}/%{name}/www

cp -pr include %{buildroot}%{_datadir}/%{name}
cp -pr languages %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}
mv %{buildroot}/%{_datadir}/%{name}/include/distconfig.php \
   %{buildroot}%{_sysconfdir}/%{name}.conf

install -d -m 755 %{buildroot}%{_localstatedir}/cache/%{name}

pushd %{buildroot}%{_datadir}/%{name}/www
ln -sf ../include .
ln -sf ../languages .
ln -sf ../lib .
ln -sf ../../../..%{_localstatedir}/cache/%{name} cache
popd

pushd %{buildroot}%{_datadir}/%{name}/include
ln -sf ../../../..%{_sysconfdir}/%{name}.conf config.php
popd

# Create apache conf file
install -d -m 755 %{buildroot}%{_webappconfdir}

cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
Alias /%{name} %{_datadir}/%{name}/www

<Directory %{_datadir}/%{name}/www>
    Options -FollowSymLinks
    Require all granted
</Directory>
EOF

cat > README.mdv <<EOF
Mandriva RPM specific notes

setup
-----
The setup used here differs from default one, to achieve better FHS compliance.
- the constant files are in /usr/share/websvn
- the generated files are in /var/cache/websvn
- the configuration file is /etc/websvn.conf
EOF



%files
%doc license.txt changes.txt
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_webappconfdir}/%{name}.conf
%{_datadir}/%{name}
%attr(0755,apache,apache) %{_localstatedir}/cache/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.3.2-5
+ Revision: 208a2b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9083 |14cr|weechat-0.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Portable, fast, light and extensible IRC client
Name:		weechat
Version:	0.4.1
Release:	3
License:	GPLv3+
Group:		Networking/IRC
Url:		http://www.weechat.org/
Source0:	http://www.weechat.org/files/src/%{name}-%{version}.tar.bz2
Patch0:		weechat-combined.patch
Patch1:		weechat-0.4.1-enchant.patch
Patch3:		weechat-0.4.1-ruby-version.patch
BuildRequires:	cmake
BuildRequires:	docbook-style-xsl
BuildRequires:	gettext
BuildRequires:	perl-devel
BuildRequires:	ruby-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(python)
Obsoletes:	%{name}-gtk < 0.4.1

%description
WeeChat (Wee Enhanced Environment for Chat) is a fast, light and extensible
chat client designed for many platforms.
 
Main features are: 
- modular: a lightweight core with plugins around
- multi-protocols: IRC and Jabber (other soon)
- extensible: C plugins and scripts (Perl, Python, Ruby, Lua and Tcl)
- free software: released under GPLv3 license
- fully documented: user's guide, API, FAQ,.. translated in many languages 

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README
%doc doc/en/weechat_faq.en.txt doc/en/weechat_quickstart.en.txt doc/en/weechat_scripting.en.txt
%doc doc/en/weechat_user.en.txt
%{_bindir}/%{name}
%{_bindir}/%{name}-curses
%{_mandir}/man1/%{name}*
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
%{_libdir}/%{name}/plugins/alias.so
%{_libdir}/%{name}/plugins/fifo.so
%{_libdir}/%{name}/plugins/irc.so
%{_libdir}/%{name}/plugins/logger.so
%{_libdir}/%{name}/plugins/relay.so
%{_libdir}/%{name}/plugins/rmodifier.so
%{_libdir}/%{name}/plugins/script.so
%{_libdir}/%{name}/plugins/xfer.so
%{_iconsdir}/hicolor/32x32/apps/%{name}.png

#--------------------------------------------------------------------

%package perl
Summary: 	Weechat perl plugins
Group:		Networking/IRC
Requires:	%{name} = %{version}
Conflicts:	%{name} < 0.3.6

%description perl
This package allow weechat to use perl scripts

%files perl
%doc doc/en/weechat_scripting.en.txt
%{_libdir}/%{name}/plugins/perl.so

#--------------------------------------------------------------------

%package python
Summary:	Weechat python plugins
Group:		Networking/IRC
Requires:	%{name} = %{version}
Conflicts:	%{name} < 0.3.6

%description python
This package allow weechat to use python scripts

%files python
%doc doc/en/weechat_scripting.en.txt
%{_libdir}/%{name}/plugins/python.so

#--------------------------------------------------------------------

%package tcl
Summary:	Weechat tcl plugins
Group:		Networking/IRC
Requires:	%{name} = %{version}
Conflicts:	%{name} < 0.3.6

%description tcl
This package allow weechat to use tcl scripts

%files tcl
%doc doc/en/weechat_scripting.en.txt
%{_libdir}/%{name}/plugins/tcl.so

#--------------------------------------------------------------------

%package ruby
Group:		Networking/IRC
Summary:	Weechat ruby plugins
Requires:	%{name} = %{version}
Conflicts:	%{name} < 0.3.6

%description ruby
This package allow weechat to use ruby scripts

%files ruby
%doc doc/en/weechat_scripting.en.txt
%{_libdir}/%{name}/plugins/ruby.so

#--------------------------------------------------------------------

%package lua
Summary:	Weechat lua plugins
Group:		Networking/IRC
Requires:	%{name} = %{version}
Conflicts:	%{name} < 0.3.6

%description lua
This package allow weechat to use lua scripts

%files lua
%doc doc/en/weechat_scripting.en.txt
%{_libdir}/%{name}/plugins/lua.so

#--------------------------------------------------------------------

%package charset
Summary:	Weechat charset plugins
Group:		Networking/IRC
Requires:	%{name} = %{version}
Conflicts:	%{name} < 0.3.6

%description charset
This package allow weechat to use charset

%files charset
%doc doc/en/weechat_scripting.en.txt
%{_libdir}/%{name}/plugins/charset.so

#--------------------------------------------------------------------

%package aspell
Summary:	Weechat spell check plugins
Group:		Networking/IRC
Requires:	%{name} = %{version}
Conflicts:	%{name} < 0.3.6

%description aspell
This package allow weechat to use spell checker feature.

%files aspell
%doc doc/en/weechat_scripting.en.txt
%{_libdir}/%{name}/plugins/aspell.so

#--------------------------------------------------------------------

%package devel
Summary:	Development files for weechat
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description devel
WeeChat (Wee Enhanced Environment for Chat) is a portable, fast, light and
extensible IRC client. Everything can be done with a keyboard.
It is customizable and extensible with scripts.

This package contains include files and pc file for weechat.

%files devel
%doc doc/en/weechat_dev.en.txt
%{_includedir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc

#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake -DLIBDIR=%{_libdir}
%make

%install
%makeinstall_std -C build

(
cd %{buildroot}%{_bindir}
ln -s %{name}-curses %{name}
)

%find_lang %{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.1-3
+ Revision: cfd32c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9084 |14cr|wesnoth-1.10.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO add a init file for server, if it is worth
# split data if we can force a rpm to be noarch

Summary:	Fantasy turn-based strategy game
Name:		wesnoth
Version:	1.10.7
Release:	2
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.wesnoth.org/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source1:	%{name}-icon.png
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(vorbis)
Obsoletes:	wesnoth-unstable < %{version}

%description
Battle for Wesnoth is a fantasy turn-based strategy game.
Battle for control of villages, using variety of units which
have advantages and disadvantages in different types of terrains and
against different types of attacks. Units gain experience and advance
levels, and are carried over from one scenario to the next campaign.

%files -f %{name}.lang
%doc README
%exclude %{_gamesbindir}/%{name}d
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_mandir}/*/%{name}.*
%{_datadir}/applications/*
%{_iconsdir}/*

#----------------------------------------------------------------------------

%package -n %{name}-server
Summary:	Server for "Battle fo Wesnoth" game
Group:		Games/Strategy
Obsoletes:	wesnoth-unstable-server < %{version}

%description -n %{name}-server
This package contains "Battle for wesnoth" server, used to play multiplayer
game without needing to install the full client.

%files -n %{name}-server -f %{name}d.lang
%{_gamesbindir}/%{name}d
%{_mandir}/*/%{name}d.*

#----------------------------------------------------------------------------

%prep
%setup -q
find . -name ".gitignore" -delete

%build
export LDFLAGS="$LDFLAGS -lpthread"
%cmake -DENABLE_STRICT_COMPILATION=OFF \
	-DBINDIR=%{_gamesbindir} \
	-DDATAROOTDIR=%{_gamesdatadir} \
	-DDESKTOPDIR=%{_datadir}/applications \
	-DDOCDIR=%{_datadir}/doc/%{name} \
	-DMANDIR=%{_mandir} \
	-DICONDIR=%{_iconsdir}
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-man
%find_lang %{name}d --with-man


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.7-2
+ Revision: 705f618
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9085 |14cr|wesnoth-unstable-1.11.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO add a init file for server, if it is worth
# split data if we can force a rpm to be noarch

%define sname wesnoth

Summary:	Fantasy turn-based strategy game
Name:		wesnoth-unstable
Version:	1.11.16
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.wesnoth.org/
Source0:	http://downloads.sourceforge.net/%{sname}/%{sname}-%{version}.tar.bz2
Source1:	%{sname}-icon.png
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(vorbis)
Conflicts:	%{sname}

%description
Battle for Wesnoth is a fantasy turn-based strategy game.
Battle for control of villages, using variety of units which
have advantages and disadvantages in different types of terrains and
against different types of attacks. Units gain experience and advance
levels, and are carried over from one scenario to the next campaign.

%files -f %{sname}.lang
%doc README
%exclude %{_gamesbindir}/%{sname}d
%{_gamesbindir}/*
%{_gamesdatadir}/%{sname}
%{_mandir}/*/%{sname}.*
%{_datadir}/applications/*
%{_datadir}/doc/%{sname}/*
%{_iconsdir}/*

#----------------------------------------------------------------------------

%package -n %{name}-server
Summary:	Server for "Battle fo Wesnoth" game
Group:		Games/Strategy
Conflicts:	%{sname}-server

%description -n %{name}-server
This package contains "Battle for wesnoth" server, used to play multiplayer
game without needing to install the full client.

%files -n %{name}-server -f %{sname}d.lang
%{_gamesbindir}/%{sname}d
%{_mandir}/*/%{sname}d.*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{sname}-%{version}
find . -name ".gitignore" -delete

%build
export LDFLAGS="$LDFLAGS -lpthread"
%cmake -DENABLE_STRICT_COMPILATION=OFF \
	-DBINDIR=%{_gamesbindir} \
	-DDATAROOTDIR=%{_gamesdatadir} \
	-DDESKTOPDIR=%{_datadir}/applications \
	-DDOCDIR=%{_datadir}/doc/%{sname} \
	-DMANDIR=%{_mandir} \
	-DICONDIR=%{_iconsdir}
%make

%install
%makeinstall_std -C build

%find_lang %{sname} --with-man
%find_lang %{sname}d --with-man


%changelog
* Mon Sep 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.11.16-1
+ Revision: aa97a99
- New version 1.11.16



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9086 |14cr|wfuzz-1.4c-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		wfuzz
Version:	1.4c
Release:	2
Summary:	The web bruteforcer
License:	GPL
Group:		Networking/Other
URL:		http://www.edge-security.com/wfuzz.php
Source:     http://www.edge-security.com/soft/wfuzz-%{version}.tar.bz2
Patch0:     wfuzz-1.4-fhs.patch
Requires:   python-curl
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Wfuzz is a tool designed for bruteforcing Web Applications, it can be used for
finding resources not linked (directories, servlets, scripts, etc), bruteforce
GET and POST parameters for checking different kind of injections (SQL, XSS,
LDAP,etc), bruteforce Forms parameters (User/Password), Fuzzing,etc.

%prep
%setup -q -n %{name}
%patch0 -p 1
chmod 644 COPYING LICENSES README

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/wfuzz/lib

install -m 755 wfuzz.py %{buildroot}%{_bindir}
install -m 644 *.py %{buildroot}%{_datadir}/wfuzz/lib
rm -f %{buildroot}%{_datadir}/wfuzz/lib/wfuzz.py
cp -pr wordlist %{buildroot}%{_datadir}/wfuzz

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING LICENSES README
%{_bindir}/wfuzz.py
%{_datadir}/wfuzz




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4c-2
+ Revision: 4302cc0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9087 |14cr|wgetpaste-2.25-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pastebin command line tool
Name:		wgetpaste
Version:	2.25
Release:	7
License:	Public Domain
Group:		Networking/WWW
Url:		http://wgetpaste.zlin.dk
Source0:	http://wgetpaste.zlin.dk/wgetpaste-%{version}.tar.bz2
Source1:	wgetpaste.conf
Requires:	wget
BuildArch:	noarch

%description
Tool allowing to paste output from commands directly to several pastebin
websites.

%files
%config(noreplace) %{_sysconfdir}/wgetpaste.d/*
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_bindir}
cp -p wgetpaste %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sysconfdir}/wgetpaste.d
cp -p %{SOURCE1} %{buildroot}%{_sysconfdir}/wgetpaste.d/


%changelog
* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.25-7
+ Revision: 2b9476c
- Upload source tarball, drop no longer needed Mandriva config



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9088 |14cr|whatmask-1.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name whatmask
%define version 1.2
%define release 9

Summary: Convert between different netmask types
Name: %name
Version: %version
Release: %release
License: GPL
Group: Networking/Other
Source: %name-%version.tar.bz2
URL: http://www.laffeycomputer.com/whatmask.html
BuildRoot: %_tmppath/%{name}-buildroot               

%description
Whatmask is a small C program that will help you with network 
settings.

It can analyze CIDR, netmask, netmask (hex), and wildcard bit 
notations to give useful information about the network block in 
question.

%prep
%setup -q
%configure

%build
%make

%install
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
install -m 644 man/whatmask.1 $RPM_BUILD_ROOT/%{_mandir}/man1
install -m 755 whatmask $RPM_BUILD_ROOT/%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/whatmask
%{_mandir}/man1/whatmask.1*
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-9
+ Revision: 1b8cd15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9089 |14cr|whichman-2.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define name whichman
%define version 2.4
%define release 7

Summary: Fault tolerant search utilities
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: File tools
Url: http://main.linuxfocus.org/~guido/
Source: %{name}-%{version}.tar.bz2
Patch: whichman-makefile.patch.bz2



%description
ftff, ftwhich and whichman are fault tolerant search utilities.
whichman allows to search for man pages that match approximately the specified
search key. ftff is a fault tolerant file find utility and ftwhich
is a fault tolerant version for the 'which' command.
The error tolerant approximate string match is based on the Levenshtein
Distance between two strings. This is a measure for the number of
replacements, insertions and deletions that are necessary to transform
string A into string B.

%prep

%setup -q
%patch 


%build
%make 

%install
make DESTDIR=$RPM_BUILD_ROOT PREFIX=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT%{_mandir} install


%files
%doc README 
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-7
+ Revision: de76833
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9090 |14cr|whizzytex-1.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	whizzytex
%define version 1.3.2
%define release 2

Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
# license here: http://cristal.inria.fr/whizzytex/GPL
License: 	GPLv2
Summary:	An Emacs minor mode for incremental viewing of LaTeX documents
Group:		Publishing
URL:		http://cristal.inria.fr/whizzytex
Source:		http://cristal.inria.fr/whizzytex/%{name}-%{version}.tgz
Source100:	%{name}.rpmlintrc
BuildRequires: 	emacs-bin
Requires: 	emacs-bin
Requires: 	tetex-latex
Requires: 	texlive-kpathsea.bin
BuildArch: 	noarch


%description 
WhizzyTeX provides a minor mode for Emacs or XEmacs, a (bash) shell-script
daemon and some LaTeX macros. It works under Unix with gv and xdvi viewers, but
the Active-DVI viewer will provided much better visual effects and will offer
more functionalities.

%prep
%setup -q
find . -name .*~ -exec rm -f {} \;
find . -name *.~ -exec rm -f {} \;
find . -name main.tex~ -exec rm -f {} \;
find -size 0 -exec rm -f {} \;
chmod -x examples/mlpost/mlpostx

rm -rf examples/beamer
rm -f examples/hyperref/main.out
perl -pi -e 's/INITEX=initex/INITEX="pdfetex -ini"/' src/whizzytex
chmod 755 examples/bin/gpic*
chmod 755 examples/gpic/whizzy.sh

 
# Convert to utf-8
for file in examples/edit/wedit.sty.bak doc/manual.sty examples/edit/wedit.sty.bak examples/xsymbol/main.tex \
  CHANGES examples/advanced/exercise.sty COPYING doc/manual.tex examples/effects/exercise.sty \
  examples/edit/whizzedit.sty examples/edit/wedit.sty; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

rm -fr examples/mlpost/mlpostx.native
pushd examples/mlpost
ln -s mlpostx mlpostx.native
popd

%build
emacs -batch -f batch-byte-compile src/whizzytex.el

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/emacs/site-lisp
install -d -m 755 %{buildroot}%{_datadir}/texmf/tex/latex/%{name}
install -m 755 src/whizzytex %{buildroot}%{_bindir}
install -m 644 src/whizzytex.sty %{buildroot}%{_datadir}/texmf/tex/latex/%{name}
install -m 644 src/whizzytex.el* %{buildroot}%{_datadir}/emacs/site-lisp


find -size 0 -exec rm -f {} \;



%files

%doc CHANGES COPYING FILES GPL VERSION doc examples
%{_bindir}/%{name}
%{_datadir}/texmf/tex/latex/%{name}
%{_datadir}/emacs/site-lisp

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-2
+ Revision: 4f33f5a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9091 |14cr|whohas-0.29-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		whohas
Version:	0.29
Release:	2
Summary:	Command line tool searching package in different distributions
Group:		Development/Other
License:	GPLv2+
URL:		http://www.philippwesche.org/200811/whohas/intro.html
Source0:	http://www.philippwesche.org/200811/whohas/%{name}-%{version}.tar.gz
BuildArch:	noarch
Requires:	perl-libwww-perl

%description
whohas is a command line tool that allows querying several package lists
at once - currently supported are Arch, Debian, Fedora, Gentoo, Mandriva,
openSUSE, Slackware (and linuxpackages.net), Source Mage, Ubuntu, FreeBSD,
NetBSD, OpenBSD, Fink, MacPorts and Cygwin. whohas is written in Perl and was
designed to help package maintainers find ebuilds, pkgbuilds and similar
package definitions from other distributions to learn from. However, it can
also be used by normal users who want to know:

- Which distribution provides packages on which the user depends.
- What version of a given package is in use in each distribution, or in each
release of a distribution (implemented only for Debian).

%prep
%setup -q

%build

%install
install -m 755 -D program/whohas %{buildroot}%{_bindir}/whohas
mv usr/share/man/de/man1/whohas.1 usr/share/man/de/man1/whohas.1.old
iconv -f ISO_8859-1 -t UTF-8 usr/share/man/de/man1/whohas.1.old > usr/share/man/de/man1/whohas.1
xz -zk usr/share/man/man1/whohas.1 usr/share/man/de/man1/whohas.1
install -m 644 -D usr/share/man/man1/whohas.1.xz %{buildroot}%{_mandir}/man1/whohas.1.xz
install -m 644 -D usr/share/man/de/man1/whohas.1.xz %{buildroot}%{_mandir}/de/man1/whohas.1.xz

%files
%{_bindir}/whohas
%defattr(644,root,root,755)
%doc intro.txt LICENSE TODO.txt Changelog
%{_mandir}/man1/whohas.1.xz
%lang(de)%{_mandir}/de/man1/whohas.1.xz



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.29-2
+ Revision: c22779f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9092 |14cr|whoisit-1.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without external_codes

Summary:	Facilities to Announce incoming callers over the computer speakers
Name:		whoisit
Version:	1.1
Release:	11
License:	GPLv1+
Group:		System/Servers
Url:		http://www.voip-info.org/wiki-Asterisk+WhoIsIt
Source0:	http://wyoming.e-tools.com/WhoIsIt-%{version}.tar.bz2
# Festival fails to generate gsm files for some reason so we use older filer
Source1:	CID-PLACES.tar.bz2
Patch0:		WhoIsIt-1.1-req.patch
%if %{without external_codes}
BuildRequires:	festival
%endif
BuildRequires:	sox
Requires:	asterisk
Requires:	festival

%description
This program is intended to be used in the Asterisk extensions.conf file
to announce (over your system's speakers) the calling party.

%files
%doc README TODO areacodescript countrycodes-script
%attr(0755,root,root) %{_bindir}/who-is-it
%attr(0755,root,root) %{_localstatedir}/lib/asterisk/agi-bin/who-is-it-agi
%attr(0755,root,root) %{_localstatedir}/lib/asterisk/agi-bin/submit-announce.agi
%attr(0755,root,root) %dir %{_localstatedir}/lib/asterisk/sounds/CID-PLACES
%attr(0755,root,root) %dir %{_localstatedir}/lib/asterisk/sounds/CID-PLACES/country-codes
%attr(0755,root,root) %dir %{_localstatedir}/lib/asterisk/sounds/priv-callerintros
%attr(0644,root,root) %{_localstatedir}/lib/asterisk/sounds/CID-PLACES/*.gsm
%attr(0644,root,root) %{_localstatedir}/lib/asterisk/sounds/CID-PLACES/country-codes/*.gsm
%attr(0644,root,root) %{_localstatedir}/lib/asterisk/sounds/*.gsm

#----------------------------------------------------------------------------

%prep
%setup -q -n WhoIsIt-%{version}
%patch0 -p0
iconv -f iso8859-1 -t utf-8 countrycodes-script > countrycodes-script.conv && \
  mv -f countrycodes-script.conv countrycodes-script

%build
gcc %{optflags} -o who-is-it who-is-it.c
gcc %{optflags} -o who-is-it-agi who-is-it-agi.c

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_localstatedir}/lib/asterisk/agi-bin
install -d %{buildroot}%{_localstatedir}/lib/asterisk/sounds/CID-PLACES/country-codes
install -d %{buildroot}%{_localstatedir}/lib/asterisk/sounds/priv-callerintros

install -m0644 international.gsm %{buildroot}%{_localstatedir}/lib/asterisk/sounds/CID-PLACES/
install -m0644 priv-unlisted.gsm %{buildroot}%{_localstatedir}/lib/asterisk/sounds/
install -m0644 unknowncallerfrom.gsm %{buildroot}%{_localstatedir}/lib/asterisk/sounds/
install -m0644 somewhereinstate.gsm %{buildroot}%{_localstatedir}/lib/asterisk/sounds/
install -m0644 somewhereoutstate.gsm %{buildroot}%{_localstatedir}/lib/asterisk/sounds/
install -m0755 who-is-it %{buildroot}%{_bindir}
install -m0755 who-is-it-agi %{buildroot}%{_localstatedir}/lib/asterisk/agi-bin/
install -m0755 submit-announce.agi %{buildroot}%{_localstatedir}/lib/asterisk/agi-bin/

%if %{without external_codes}
# this will generate the gsm files :)
cp areacodescript areacodescript.tmp
cp countrycodes-script countrycodes-script.tmp
perl -pi -e "s|%{_localstatedir}/lib|%{buildroot}%{_localstatedir}/lib|g" *.tmp

festival < areacodescript.tmp
festival < countrycodes-script.tmp
%else
pushd %{buildroot}%{_localstatedir}/lib/asterisk/sounds/
tar -xf %{SOURCE1}
popd
%endif

%changelog
* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-11
+ Revision: c312152
- Use prebuilt voices



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9093 |14cr|whowatch-1.8.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Display information about users currently logged on 
Name:		whowatch
Version:	1.8.3
Release:	2
License:	GPLv2
Group:		Monitoring
URL:		http://wizard.ae.krakow.pl/~mike/
Source0:	http://wizard.ae.krakow.pl/~mike/download/%{name}-%{version}.tar.gz
Patch0:		whowatch-1.8.3-destdir-support.patch

BuildRequires:	ncurses-devel


%description
Whowatch is an interactive console utility that displays informations about
the users currently logged on to the machine, in real time. Besides standard
information (login, tty, host, user's process) you can see type of login
(local. ssh, telnet). You can also see selected user's processes tree or all
system processes tree.  In the process tree mode there is ability to send
INT or KILL signal to selected process.

%prep
%setup -q
%patch0 -p1 -b .destdir~

%build
%configure
%make

%install
%makeinstall_std -C src

%files
%doc AUTHORS ChangeLog README PLUGINS.readme TODO
%{_mandir}/man1/%{name}.1*
%{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.3-2
+ Revision: 5dca110
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9094 |14cr|whysynth-20120903-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           whysynth
Summary:        Advanced synthesizer DSSI plugin
Version:        20120903
Release:        2

Source:         http://smbolton.com/%{name}/%{name}-%{version}.tar.bz2
URL:            http://smbolton.com/%{name}.html
License:        GPLv2
Group:          Sound
BuildRequires:  pkgconfig(dssi)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(liblo)
BuildRequires:  pkgconfig(alsa)
BuildRequires:  ladspa-devel
BuildRequires:  fftw-devel


%description
WhySynth is a versatile softsynth which operates as a plugin for the
DSSI Soft Synth Interface. Some of its features are 4 oscillators, 2
filters, 3 LFOs, and 5 envelope generators per voice, 10 oscillator
modes: minBLEP, wavecycle, asynchronous granular, three FM modes,
waveshaper, noise, PADsynth, and phase distortion, 6 filter modes,
flexible modulation and mixdown options, plus effects.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%files
%defattr(-,root,root)
%doc README COPYING AUTHORS
%{_libdir}/dssi/%{name}.so
%{_libdir}/dssi/%{name}/WhySynth_gtk
%{_datadir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20120903-2
+ Revision: 3530101
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9095 |14cr|wicd-1.7.2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:                wicd
Version:             1.7.2.4
Release:             4
Summary:             Wireless and wired network connection manager

Group:               System/Configuration/Networking
License:             GPLv2+
URL:                 http://wicd.sourceforge.net/
Source0:             https://launchpad.net/wicd/1.7/%{version}/+download/%{name}-%{version}.tar.gz
Source1:             wicd.logrotate
Source2:             org.wicd.daemon.service


Patch0:              wicd-1.7.0-remove-WHEREAREMYFILES.patch
Patch1:              wicd-1.7.1-dbus-failure.patch
Patch2:              wicd-1.7.0-dbus-policy.patch
Patch3:              wicd-1.7.1-DaemonClosing.patch

BuildRequires:       desktop-file-utils
BuildRequires:       systemd-units
BuildRequires:       pythonegg(babel)
BuildRequires:       pkgconfig(python)
Requires:            pm-utils >= 1.2.4
Requires:            %{name}-common = %{version}-%{release}

%description
Wicd is designed to give the user as much control over behavior of network
connections as possible.  Every network, both wired and wireless, has its
own profile with its own configuration options and connection behavior.
Wicd will try to automatically connect only to networks the user specifies
it should try, with a preference first to a wired network, then to wireless.

This package provides the architecture-dependent components of wicd.

%package common
Summary:             Wicd common files
Group:               System/Base
BuildArch:           noarch
Requires:            dbus
Requires:            dbus-python
Requires:            dhcp-client
Requires:            ethtool
Requires:            iproute2
Requires:            logrotate
Requires:            net-tools
Requires:            wireless-tools
Requires:            wpa_supplicant
Requires:            python-gobject
Requires(post):      systemd-units
Requires(preun):     systemd-units
Requires(postun):    systemd-units

%description common
This package provides the main wicd daemon and the wicd-cli front-end.

%package curses
Summary:             Curses client for wicd
Group:               System/Configuration/Networking
BuildArch:           noarch
Requires:            %{name}-common = %{version}-%{release}
Requires:            python-urwid >= 0.9.8.3

%description curses
Client program for wicd that uses a curses interface.

%package gtk
Summary:             GTK+ client for wicd
Group:               System/Configuration/Networking
BuildArch:           noarch
Requires:            %{name}-common = %{version}-%{release}
Requires:            python-notify
Requires:            pygtk2.0-libglade >= 2.10

%description gtk
Client program for wicd that uses a GTK+ interface.

%prep
%setup -q

# Remove the WHEREAREMYFILES and resetting of ~/.wicd/WHEREAREMYFILES
# This is pointless.  The documentation can just provide WHEREAREMYFILES,
# which we do in this package.
%patch0 -p1

# Handle D-Bus connection failures a little better
%patch1 -p1

# Allow users at the console to control wicd
%patch2 -p1

# Work around bug in DaemonClosing() calls
%patch3 -p1

%build
rm -f po/ast.po
python setup.py configure \
    --distro redhat \
    --lib %{_libdir} \
    --share %{_datadir}/wicd \
    --etc %{_sysconfdir}/wicd \
    --bin %{_bindir} \
    --pmutils %{_libdir}/pm-utils/sleep.d \
    --log %{_localstatedir}/log \
    --systemd %{_unitdir} --no-install-init

    
python setup.py compile_translations
python setup.py build



%install
python setup.py install --skip-build --no-compile --root %{buildroot}
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/backends/be-external.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/backends/be-ioctl.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/cli/wicd-cli.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/curses/curses_misc.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/curses/netentry_curses.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/curses/prefs_curses.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/daemon/wicd-daemon.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/gtk/gui.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/gtk/prefs.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/gtk/wicd-client.py

# add shebang
sed -i -e '1d;2i#!/usr/bin/python'  %{buildroot}%{_datadir}/wicd/cli/wicd-cli.py


rm -f %{buildroot}%{_localstatedir}/lib/wicd/WHEREAREMYFILES
rm -rf %{buildroot}%{_datadir}/doc
find %{buildroot} -type f -name ".empty_on_purpose" | xargs rm

for lib in %{buildroot}%{python_sitelib}/wicd/*.py ; do
    sed '/\/usr\/bin\/env/d' $lib > $lib.new &&
    touch -r $lib $lib.new &&
    mv $lib.new $lib
done

mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/wicd

mkdir -p %{buildroot}%{_datadir}/dbus-1/system-services
install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/dbus-1/system-services/org.wicd.daemon.service

desktop-file-install \
    --remove-category="Application" \
    --delete-original \
    --dir=%{buildroot}%{_datadir}/applications \
    %{buildroot}%{_datadir}/applications/wicd.desktop

desktop-file-install \
    --dir=%{buildroot}%{_sysconfdir}/xdg/autostart \
    %{buildroot}%{_sysconfdir}/xdg/autostart/wicd-tray.desktop

%find_lang %{name}

%post common
if [ $1 -eq 1 ]; then
    # Package install, not upgrade
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun common
if [ $1 -eq 0 ] ; then
    # Package removal, not upgrade
    /bin/systemctl disable wicd.service > /dev/null 2>&1 || :
    /bin/systemctl stop wicd.service > /dev/null 2>&1 || :
fi

%postun common
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall
    /bin/systemctl try-restart wicd.service >/dev/null 2>&1 || :
fi

%triggerun -- wicd-common < 1.7.0-5
if /sbin/chkconfig --level 3 wicd ; then
    /bin/systemctl enable wicd.service >/dev/null 2>&1 || :
fi

%post gtk
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun gtk
if [ $1 -eq 0 ]; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans gtk
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%files
%doc AUTHORS CHANGES LICENSE NEWS README other/WHEREAREMYFILES
%{_libdir}/pm-utils/sleep.d/55wicd

%files common -f %{name}.lang
%doc AUTHORS CHANGES LICENSE NEWS README other/WHEREAREMYFILES
%dir %{python_sitelib}/wicd
%dir %{_sysconfdir}/wicd
%dir %{_sysconfdir}/wicd/encryption
%dir %{_sysconfdir}/wicd/encryption/templates
%dir %{_sysconfdir}/wicd/scripts
%dir %{_sysconfdir}/wicd/scripts/postconnect
%dir %{_sysconfdir}/wicd/scripts/postdisconnect
%dir %{_sysconfdir}/wicd/scripts/preconnect
%dir %{_sysconfdir}/wicd/scripts/predisconnect
%{_sysconfdir}/acpi/resume.d/80-wicd-connect.sh
%{_sysconfdir}/acpi/suspend.d/50-wicd-suspend.sh
%{_sysconfdir}/logrotate.d/wicd.logrotate
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/wicd.conf
%config(noreplace) %{_sysconfdir}/wicd/dhclient.conf.template.default
%config(noreplace) %{_sysconfdir}/logrotate.d/wicd
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/active
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/active_wired
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/eap
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/eap-tls
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/leap
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/peap
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/peap-tkip
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/psu
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/ttls
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wep-hex
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wep-passphrase
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wep-shared
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wired_8021x
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wpa
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wpa-psk
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wpa-peap
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wpa2-leap
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wpa2-peap
/%{_unitdir}/wicd.service
%{python_sitelib}/wicd/*
%{python_sitelib}/wicd-%{version}*.egg-info
%{_bindir}/wicd-cli
%{_bindir}/wicd-client
%{_sbindir}/wicd
%{_datadir}/applications/wicd.desktop
%{_datadir}/dbus-1/system-services/org.wicd.daemon.service
%{_datadir}/man/man1/wicd-client.1*
%{_datadir}/man/man5/wicd-manager-settings.conf.5*
%{_datadir}/man/man5/wicd-wired-settings.conf.5*
%{_datadir}/man/man5/wicd-wireless-settings.conf.5*
%{_datadir}/man/man8/wicd-cli.8*
%{_datadir}/man/man8/wicd.8*
%lang(nl) %{_datadir}/man/nl/man1/wicd-client.1*
%lang(nl) %{_datadir}/man/nl/man5/wicd-manager-settings.conf.5*
%lang(nl) %{_datadir}/man/nl/man5/wicd-wired-settings.conf.5*
%lang(nl) %{_datadir}/man/nl/man5/wicd-wireless-settings.conf.5*
%lang(nl) %{_datadir}/man/nl/man8/wicd.8*
%dir %{_datadir}/wicd
%dir %{_datadir}/wicd/backends
%dir %{_datadir}/wicd/cli
%dir %{_datadir}/wicd/daemon
%{_datadir}/wicd/backends/*
%{_datadir}/wicd/cli/*
%{_datadir}/wicd/daemon/*
%dir %{_localstatedir}/lib/wicd
%dir %{_localstatedir}/lib/wicd/configurations

#{_datadir}/autostart/wicd-tray.desktop

%files curses
%doc AUTHORS CHANGES LICENSE NEWS README other/WHEREAREMYFILES
%dir %{_datadir}/wicd/curses
%{_datadir}/wicd/curses/*
%{_bindir}/wicd-curses
%{_datadir}/man/man8/wicd-curses.8*
%lang(nl) %{_datadir}/man/nl/man8/wicd-curses.8*

%files gtk
%doc AUTHORS CHANGES LICENSE NEWS README other/WHEREAREMYFILES
%dir %{_datadir}/wicd/gtk
%dir %{_datadir}/pixmaps/wicd
%{_sysconfdir}/xdg/autostart/wicd-tray.desktop
%{_datadir}/wicd/gtk/*
%{_datadir}/pixmaps/wicd/*
%{_datadir}/pixmaps/wicd-gtk.xpm
%{_bindir}/wicd-gtk
%{_datadir}/icons/hicolor/*/apps/wicd-gtk.png
%{_datadir}/icons/hicolor/scalable/apps/wicd-gtk.svg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.2.4-4
+ Revision: 56f93d9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9096 |14cr|widelands-b18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bld	18

Summary:	Settlers II clone
Name:		widelands
Version:	b%{bld}
Release:	3
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.widelands.org/
Source0:	%{name}-build%{bld}-src.tar.bz2
Source1:	%{name}.desktop
Source10:	widelands.rpmlintrc
# fix "not find boost to build" issue
# patch from Open Build Service
#Patch0:		%{name}-build%{bld}_boostfix.diff
# lower gcc optimization from -O3 to O2
#Patch1:		widelands-0.17-cxxflags.patch
# fix build error
#Patch2:		widelands-0.17-format-not-string-literal.patch

BuildRequires:	cmake
BuildRequires:	ctags
BuildRequires:	doxygen
BuildRequires:	optipng
BuildRequires:	pngrewrite
BuildRequires:	boost-devel
BuildRequires:	gettext-devel
BuildRequires:	ggz-client-libs-devel
BuildRequires:	jpeg-devel
BuildRequires:	lua5.1-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(zlib)

Requires:	%{name}-basic-data
Requires:	%{name}-maps
Requires:	%{name}-i18n
Requires:	%{name}-music
Requires:	ggz-client-libs

%description
Widelands is an open source real-time strategy game. It is built upon 
libSDL and other open source libraries and is still under heavy development.
If you know Settlers I & II™ (© Bluebyte), you might already have a rough 
idea what Widelands is about.

%files
%defattr(644,root,root,755)
%doc ChangeLog COPYING
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%defattr(755,root,root,755)
%{_gamesbindir}/%{name}

#------------------------------------------------

%package -n %{name}-i18n
Summary:	Translations for %{name}
Group:		Games/Strategy
Requires:	%{name} = %{version}

%description -n %{name}-i18n
Files to play %{name} in other languages than English.

%files -n %{name}-i18n
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/locale

#------------------------------------------------

%package -n %{name}-basic-data
Summary:	Basic data set for %{name}
Group:		Games/Strategy
Requires:	%{name} = %{version}

%description -n %{name}-basic-data
Basic data set used by %{name}.
Without these files you will not be able to play.

%files -n %{name}-basic-data
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/COPYING
%{_gamesdatadir}/%{name}/CREDITS
%{_gamesdatadir}/%{name}/ChangeLog
%{_gamesdatadir}/%{name}/VERSION
%{_gamesdatadir}/%{name}/campaigns
%{_gamesdatadir}/%{name}/fonts
%{_gamesdatadir}/%{name}/global
%{_gamesdatadir}/%{name}/pics
%{_gamesdatadir}/%{name}/scripting
%{_gamesdatadir}/%{name}/sound
%{_gamesdatadir}/%{name}/tribes
%{_gamesdatadir}/%{name}/txts
%{_gamesdatadir}/%{name}/worlds

#------------------------------------------------

%package -n %{name}-maps
Summary:	Maps for %{name}
Group:		Games/Strategy
Requires:	%{name} = %{version}

%description -n %{name}-maps
Maps for %{name}.

%files -n %{name}-maps
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/maps

#------------------------------------------------

%package -n %{name}-music
Summary:	Music for %{name}
Group:		Games/Strategy
Requires:	%{name} = %{version}

%description -n %{name}-music
Music files for %{name}.
These are not needed, but may improve fun while playing.

%files -n %{name}-music
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}/music

#------------------------------------------------


%prep
%setup -q -n %{name}-build%{bld}-src
#patch0 -p1
#patch1 -p0
#patch2 -p1

%build
sed -i "1 i #include <unistd.h>" src/main.cc
%cmake  -DCMAKE_BUILD_TYPE="Release" \
	-DCMAKE_INSTALL_PREFIX=/usr \
	-DWL_BINDIR="games" \
	-DWL_INSTALL_PREFIX="/usr" \
	-DWL_INSTALL_DATADIR="share/games/%{name}" \
	-DWL_INSTALL_LOCALEDIR="/usr/share/games/%{name}/locale" \
	-DBoost_USE_STATIC_LIBS=OFF

%make

%install
%makeinstall_std -C build

#icons
install -d %{buildroot}{%{_miconsdir},%{_liconsdir}}
install -m644 pics/wl-ico-16.png -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 pics/wl-ico-32.png -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 pics/wl-ico-48.png -D %{buildroot}%{_liconsdir}/%{name}.png

# .desktop file
install -m644 %{SOURCE1} -D %{buildroot}/%{_datadir}/applications/%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> b18-3
+ Revision: 5708512
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9097 |14cr|wifi-hostapd-ap-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name WiFi_Hostapd_AP

Name:		wifi-hostapd-ap
Summary:	GUI to create WiFi access point based on Hostapd
Version:	1.2
Release:	3
Group:		System/Configuration/Networking
License:	GPLv2+
URL:		http://code.google.com/p/wifi-hostapd-ap/
Source0:	%{upstream_name}_1.1.tar.gz
Patch0:		wifi-hostapd-ap-1.1-unistd.patch
Patch1:		wifi-hostapd-ap-1.1-kdesu.patch
Patch2:		wifi-hostapd-ap-1.1-translations.patch
Patch3:		checkprocess.patch
Patch4:		mainwindow.patch
BuildRequires:	qt4-devel
Requires:	hostapd dnsmasq

%description
Allows you to easily create a WiFi access point, standard 802.11b/g based
on Hostpad. Written in C++ and QT4.7. It is designed to run on operating
systems based on Linux kernel for desktop and notebook.

%prep
%setup -q -n %{upstream_name}
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0

%build
%qmake_qt4
%make

%install
# manual installation, make file doesn't provide it
%__install -d -m 755 %{buildroot}%{_datadir}/%{name}

# translations
%__install -d -m 755 %{buildroot}%{_datadir}/%{name}/translations
%__cp *.qm %{buildroot}%{_datadir}/%{name}/translations/

# installing binary
%__install -D -m 755 %{upstream_name} %{buildroot}%{_bindir}/%{upstream_name}
%__install -d -m 755 %{buildroot}%{_datadir}/applications

cat > %{buildroot}%{_datadir}/applications/wifi-hostapd-ap.desktop << EOF
[Desktop Entry]
Type=Application
Name=WiFi Point Setup
Name[ru]=Создание точки доступа WiFi
GenericName=WiFi Point Setup
GenericName[ru]=Создание точки доступа WiFi
Comment=GUI to create 802.11b/g WiFi access point
Comment[ru]=Cоздание точки доступа WiFi 802.11b/g
Icon=WiFi_logo_litle
Exec=%{upstream_name}
Terminal=false
StartupNotify=true
Categories=Office;
EOF

# %__install -d -m 755 %{buildroot}%{_datadir}/%{_iconsdir}

%find_lang app --with-qt

%files -f app.lang
%{_bindir}/%{upstream_name}
%{_datadir}/applications/*.desktop
# %dir %{_iconsdir}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-3
+ Revision: 136f4f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9098 |14cr|wifi-radar-2.0.s08-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	wifi-radar
%define	version 2.0.s08
%define release	2

Summary:	Utility for managing WiFi profiles
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://wifi-radar.systemimager.org/pub/%{name}-%{version}.tar.bz2
Source1:	16x%{name}.png
Source2:	32x%{name}.png
Source3:	48x%{name}.png
License:	GPLv2
Group:		Networking/Other
Url:		http://wifi-radar.systemimager.org/
Requires:	pygtk2.0
Requires:	dhcpcd
Requires:	usermode-consoleonly
BuildArch:	noarch

%description
WiFi Radar is a Python/PyGTK2  utility for managing WiFi profiles.
It enables you to scan for available networks and create profiles for
your preferred networks. At boot time, running WiFi Radar will
automatically scan for an available preferred network and connect to
it. You can drag and drop your preferred networks to arrange the
profile priority.

%prep
%setup -q
perl -pi -e 's!^CONF_FILE\s*=.*!CONF_FILE = "%{_sysconfdir}/%{name}.conf"!' %{name}
# fix desktop
sed -i 's/gksudo -S wifi-radar/wifi-radar/' %{name}.desktop
sed -i 's/wifi-radar.svg/wifi-radar/' %{name}.desktop
sed -i '/FilePattern=wifi-radar/d' %{name}.desktop


%build

%install
# icons
install -m 755 %{SOURCE1} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m 755 %{SOURCE2} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m 755 %{SOURCE3} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

# structure
make install DESTDIR=%{buildroot}%{_prefix} BINDIR=%{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_bindir}/
ln -sf consolehelper %{buildroot}%{_bindir}/%{name}

# config file
mkdir -p %{buildroot}%{_sysconfdir} 
touch %{buildroot}%{_sysconfdir}/%{name}.conf

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=WIFI radar
Comment=Simple wireless network manager
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-System-Configuration-Networking;Settings;Network;
EOF

# preconf
install -d -m 755 %{buildroot}%{_sysconfdir}/security/console.apps/
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<EOF
USER=root
PROGRAM=%{_sbindir}/%{name}
SESSION=true
EOF

install -d -m 755 %{buildroot}%{_sysconfdir}/pam.d/
cat > %{buildroot}%{_sysconfdir}/pam.d/%{name} <<EOF
#%PAM-1.0
auth       sufficient   pam_rootok.so
auth       sufficient   pam_timestamp.so
auth       include      system-auth
session    required     pam_permit.so
session    optional     pam_xauth.so
session    optional     pam_timestamp.so
account    required     pam_permit.so
EOF

# linting crap fix
install -d -m 755 %{buildroot}%{_docdir}
install -m 755 LICENSE.GPL %{buildroot}%{_docdir}
cp -R docs %{buildroot}%{_docdir}
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/radar_window.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/ConnectionManager.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/ConfigFile.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/about_dialog.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/ErrorDialog.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/profile_dialog.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/preferences_dialog.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/file_browse_button.html
#
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/ConnectionManager.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/ConfigFile.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/about_dialog.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/ErrorDialog.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/profile_dialog.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/radar_window.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/preferences_dialog.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/file_browse_button.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/StatusWindow.html

#
chmod 755 %{buildroot}%{_docdir}/docs/README.WPA-Mini-HOWTO.txt
chmod 755 %{buildroot}%{_docdir}/docs/INSTALL
chmod 755 %{buildroot}%{_docdir}/docs/DEVELOPER_GUIDELINES
chmod 755 %{buildroot}%{_docdir}/docs/TODO
chmod 755 %{buildroot}%{_docdir}/docs/BUGS
chmod 755 %{buildroot}%{_docdir}/docs/README
chmod 755 %{buildroot}%{_docdir}/docs/HISTORY
chmod 755 %{buildroot}%{_docdir}/docs/CREDITS
chmod 755 %{buildroot}%{_docdir}/docs/VERSION
#
chmod a-x %{buildroot}%{_docdir}/docs/README.WPA-Mini-HOWTO.txt
chmod a-x %{buildroot}%{_docdir}/docs/INSTALL
chmod a-x %{buildroot}%{_docdir}/docs/DEVELOPER_GUIDELINES
chmod a-x %{buildroot}%{_docdir}/docs/TODO
chmod a-x %{buildroot}%{_docdir}/docs/BUGS
chmod a-x %{buildroot}%{_docdir}/docs/README
chmod a-x %{buildroot}%{_docdir}/docs/HISTORY
chmod a-x %{buildroot}%{_docdir}/docs/CREDITS
chmod a-x %{buildroot}%{_docdir}/docs/VERSION
chmod a-x %{buildroot}%{_docdir}/LICENSE.GPL
#

%files
%{_docdir}/docs/*
%{_docdir}/LICENSE.GPL
%{_bindir}/%{name}
%{_sbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%{_mandir}/man?/%{name}.*
%{_datadir}/pixmaps/*.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.s08-2
+ Revision: faf414f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9099 |14cr|wiggle-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name wiggle
%define	version	0.9
%define release	2

Summary: 	A tool for applying patches with conflicts
Name: 		%{name}
Version: 	%{version}
Release:	%{release}
License: 	GPL
Group:		Text tools
Source0:	http://neil.brown.name/wiggle/%{name}-%{version}.tar.gz
Patch1:		wiggle-fix-build.patch
Url:		http://neil.brown.name/wiggle
BuildRequires:	groff-for-man
BuildRequires:	ncurses-devel

%description
Wiggle is a program for applying patches that 'patch' cannot
apply due to conflicting changes in the original.
Wiggle will always apply all changes in the patch to the original.
If it cannot find a way to cleanly apply a patch, it inserts it
in the original in a manner similar to 'merge', and report an
unresolvable conflict.  Such a conflict will look like:

%prep
%setup -q
bzip2 DOC/diff.ps


# Don't add Neil Brown's default sign off line to every patch
sed -i '/$CERT/,+4s,^,#,' p || die "sed failed on p"



%build
%make

%install
mkdir -p %buildroot/%{_bindir}
mkdir -p %buildroot/%{_mandir}/man1
install -m755 wiggle %buildroot/%{_bindir}/wiggle
install -m644 wiggle.1 %buildroot/%{_mandir}/man1/wiggle.1

%files
%doc ANNOUNCE TODO notes DOC/diff.ps.bz2
%doc p p.help
%attr (755,root,root) %{_bindir}/wiggle
%{_mandir}/man1/wiggle.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-2
+ Revision: 836e8ac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9100 |14cr|wiican-0.3.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	wiican
%define version	0.3.4.1
%define rel	1

%define udev_rules_dir	/lib/udev/rules.d

Name:		%{name}
Version:	%{version}
Release:	%{rel}
Summary:	Simple Wiimote usage assistant and mapping manager
License:	GPLv3
Group:		System/Configuration/Hardware
Url:		http://fontanon.org/wiican/
Source0:	https://launchpad.net/wiican/0.3/0.3.4/+download/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(python)
BuildRequires:	desktop-file-utils

Requires:	pkgconfig(dbus-python)
Requires:	gnome-bluetooth
Requires:	pygtk2
Requires:	pythonegg(pyyaml)
Requires:	pythonegg(pyinotify)
Requires:	pythonegg(ply)
Requires:	gnome-python-gconf
Requires:	python-gobject
Requires:	cwiid
Requires:	pyxdg

BuildArch:	noarch

%description
WiiCan assists on configuration and management of your Wiimote under
GNU/Linux. It tracks Bluetooth connectivity and allows to use and
create mappings to adapt your Wiimote for use on any application.

Actually WiiCan is a system tray icon, programmed in Python. It
connects to bluez and HAL via D-Bus for tracking the available
Bluetooth devices and Wiimote connection status.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install \
    --prefix=%{_prefix} \
	--root %{buildroot}

#autoload uinput module
mkdir -p %{buildroot}%{_sysconfdir}/modprobe.preload.d
echo uinput > %{buildroot}%{_sysconfdir}/modprobe.preload.d/wiican-uinput

#fix udev-rule name
mv %{buildroot}%{udev_rules_dir}/99-uinput.rules \
   %{buildroot}%{udev_rules_dir}/99-wiican-uinput.rules

#fix desktop file
desktop-file-install \
        --dir %{buildroot}%{_datadir}/applications/ \
	--remove-category=HardwareSettings \
	--remove-key=GenericName \
	%{buildroot}%{_datadir}/applications/%{name}.desktop
	
%find_lang %{name}


%post
%post_install_gconf_schemas %{name}
set -x
/sbin/modprobe uinput &>/dev/null
:

%preun
%preun_uninstall_gconf_schemas %{name}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS TODO
%config(noreplace) %{_sysconfdir}/modprobe.preload.d/wiican-uinput
%config(noreplace) %{_sysconfdir}/gconf/schemas/%{name}.schemas
%{python_sitelib}/%{name}-%{version}-py%{py_ver}.egg-info
%{python_sitelib}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_bindir}/%{name}-service
%{udev_rules_dir}/99-wiican-uinput.rules
%{_iconsdir}/hicolor/*/*/%{name}*
%{_iconsdir}/hicolor/scalable/mimetypes/gnome-mime-application-x-wii.svg
%{_datadir}/dbus-1/services/org.gnome.wiican.service
%{_datadir}/mime/packages/wiican.xml



%changelog
* Tue Apr 15 2014 SymbianFlo <symbianflo@mandrivausers.ro> 0.3.4.1-1
+ Revision: 714e457
- Updated to 0.3.4.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9101 |14cr|wiiuse-0.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		wiiuse
Version:		0.12
Release:		4

%define	major		0
%define	libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	Library to access wiimotes and its various accessories
#LGPLv3+?
License:	GPLv3+
Group:		System/Libraries
URL:		http://sourceforge.net/projects/wiiuse
Source0:	http://sourceforge.net/projects/wiiuse/files/wiiuse/v0.12/wiiuse_v0.12_src.tar.gz
Patch0:		wiiuse.memset.patch
Patch1:		wiiuse_cflags.patch
Patch2:		wiiuse_fix_linking.patch
BuildRequires:	pkgconfig(bluez)
# for the example
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(sdl)


%description
Wiiuse is a library written in C that connects with several Nintendo Wii 
wiimotes. It supports motion sensing, IR tracking, nunchuk, classic 
controller, and the Guitar Hero 3 controller.

Single threaded and nonblocking makes a light weight and clean API.

%package -n %{develname}
Summary:	Header files from %{name}
Group:		Development/C
Requires:	libwiiuse = %{version}
Requires:	bluez-devel
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Includes files for developing programs based on %{name}.

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries
Provides:	libwiiuse = %{version}-%{release}

%description -n %{libname}
Dynamic libraries from %{name}.


%prep
%setup -q -n %{name}_v%{version}
%patch0 -p0
%patch1 -p1 
%patch2 -p1 


perl -pi -e "s|\r\n|\n|g" CHANGELOG README

%build
CFLAGS='%optflags' make

%install
install -D -m 644 src/release*/libwiiuse.so %{buildroot}%{_libdir}/libwiiuse.so
install -D -m 644 src/wiiuse.h %{buildroot}%{_includedir}/wiiuse.h
install -D -m 755 example/release*/wiiuse-example %{buildroot}%{_bindir}/wiiuse-example
install -D -m 755 example-sdl/release*/wiiuse-sdl %{buildroot}%{_bindir}/wiiuse-example-sdl

%files
%doc CHANGELOG README
%attr(0755,root,root) %{_bindir}/*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/libwiiuse.so

%files -n %{libname}
%{_libdir}/libwiiuse.so.%{major}*

%ifarch ix86
%exclude %{_libdir}/debug
%endif


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12-4
+ Revision: f5bebb8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9102 |14cr|wikipediafs-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	View and edit Wikipedia articles as if they were real files
Name:		wikipediafs
Version:	0.4
Release:	3
License:	GPLv2+
Group:		System/Base
Url:		http://wikipediafs.sourceforge.net
Source0:	http://downloads.sourceforge.net/wikipediafs/%{name}-%{version}.tar.bz2
BuildRequires:	fuse
BuildRequires:	python-fuse
BuildRequires:	pkgconfig(python)
Requires:	python-fuse
BuildArch:	noarch

%description
WikipediaFS is a mountable Linux virtual file system that allows to read and
edit articles from Wikipedia (or any Mediawiki-based site) as if they were real
files.

It is thus possible to view and edit articles using your favourite text-editor.
Text-editors tend to be more convenient than a simple browser form when it
comes to editing large texts and they generally include useful features such as
Mediawiki syntax highlighting and spell checking.

Open your article, perform your modifications and save ! That's it, Wikipedia
has been updated for you!

Advance usage of WikipediaFS includes easy development of scripts and bots.
Programs simply have to deal with normal files because this is WikipediaFS
which takes care of the HTTP layer. For example, it would be possible to use
WikipediaFS to perform a massive content migration from an existing site to a
Mediawiki.

%files
%doc NEWS doc/*.htm
%{_bindir}/mount.wikipediafs
%{_mandir}/man1/mount.wikipediafs.*
%{python_sitelib}/wikipediafs*

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
python setup.py install --root=%{buildroot}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-3
+ Revision: 26599e4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9103 |14cr|wine-gecko-2.24-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %nil
%define oname wine-mozilla

%define mingw64_snap 6383
%define binutils_version 2.23.2
%define gcc_version linaro-4.7-2013.10

# See:
# http://wiki.winehq.org/Gecko
# http://wiki.winehq.org/BuildingWineGecko

# Building instructions and upstream-used toolchain versions are detailed in
# wine/README file inside the source tarball.

%ifarch x86_64
%define mingw_host x86_64-w64-mingw32
%else
%define mingw_host i686-w64-mingw32
%endif

# We bundle custom versions of mingw64 headers and crt here because
# wine-gecko does not currently build with those from our system mingw32.
# Addendum: We also bundle the recommended versions of gcc and binutils as it
# doesn't build with our system ones, plus this allows 64-bit build as well.
# Build instructions from upstream README are followed.
# TODO: Investigate if the system mingw toolchain could be switched to
# ming64 to accommodate wine-gecko.

Summary:	HTML engine for Wine based on Gecko
Name:		wine-gecko
Version:	2.24
Release:	3
Group:		Emulators
License:	MPLv1.1
Url:		http://wiki.winehq.org/Gecko
Source0:	http://downloads.sourceforge.net/wine/%{oname}-%{version}-src.tar.bz2
# URL=http://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk
# REV=$(svn info $URL | sed -n 's,^Last Changed Rev: ,,p')
# rm -rf mingw-w64-crt mingw-w64-headers
# svn export -r $REV $URL/mingw-w64-crt
# svn export -r $REV $URL/mingw-w64-headers
# tar -cjf mingw-w64-crt-svn$REV.tar.bz2 mingw-w64-crt
# tar -cjf mingw-w64-headers-svn$REV.tar.bz2 mingw-w64-headers
Source1:	mingw-w64-headers-svn%{mingw64_snap}.tar.bz2
Source2:	mingw-w64-crt-svn%{mingw64_snap}.tar.bz2
# This is officially overkill:
Source3:	http://ftp.gnu.org/gnu/binutils/binutils-%{binutils_version}.tar.bz2
Source4:	http://gcc.fyxm.net/releases/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
# Fix mozilla build with mga multiarch (patch by cjw)
Patch0:		iceape-2.12-system-virtualenv.patch
Patch1:		mingw-wine-gecko-mozconfig.patch
BuildRequires:	autoconf2.1
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	python-setuptools
BuildRequires:	python-virtualenv
BuildRequires:	texinfo
BuildRequires:	yasm
BuildRequires:	zip
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	pkgconfig(xproto)
# for msi package generation
BuildRequires:	wine-bin
# for gcc
BuildRequires:	gmp-devel
BuildRequires:	libmpc-devel
BuildRequires:	mpfr-devel
Requires:	wine32
ExclusiveArch:	%{ix86} x86_64

%description
A custom version of Mozilla's Gecko Layout Engine for Wine. This package
is needed when running such Windows applications in Wine that display web
pages using embedded IE.

%ifarch x86_64
%package -n wine64-gecko
Summary:	HTML engine for 64-bit Wine based on Gecko
Group:		Emulators
Requires:	wine64

%description -n wine64-gecko
A custom version of Mozilla's Gecko Layout Engine for Wine. This package
is needed when running such Windows applications in Wine that display web
pages using embedded IE.

This package is for use with 64-bit wine64.
%endif

%prep
%setup -q -c -a1 -a2 -a3 -a4
ln -s wine-mozilla-%{version} wine-mozilla

cd wine-mozilla
%patch1 -p1
cd ..

# NOTE: any deviations from wine/README below are only there to make the
# package build successfully. If something seems to be unnecessary, it is ok
# to drop it.

# Fixes build - for some strange reason the detection fails here:
sed -i 's,cross_compiling=.*$,cross_compiling=yes,' wine-mozilla/nsprpub/configure

%build
builddir=$PWD

mkdir -p binutils-build gcc-build
mkdir -p mingw-headers-build mingw-crt-build

# Per Fedora mingw
export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4"
export CXXFLAGS="$CFLAGS"

# Make sure nothing leaks outside build dir:
export WINEPREFIX="$builddir/wine-prefix"

sed -i -e 's/@colophon/@@colophon/' \
       -e 's/doc@cygnus.com/doc@@cygnus.com/' binutils-%{binutils_version}/bfd/doc/bfd.texinfo

cd binutils-build
../binutils-%{binutils_version}/configure --prefix=$builddir/mingw-sysroot --target=%{mingw_host} --disable-multilib --disable-werror
%make
%make install
cd ..

cd mingw-headers-build
../mingw-w64-headers/configure --host=%{mingw_host} --prefix=$builddir/mingw-sysroot/%{mingw_host} --enable-sdk=all --enable-secure-api
%make install
ln -s %{mingw_host} $builddir/mingw-sysroot/mingw
cd ..

cd gcc-build
../gcc-%{gcc_version}/configure --prefix=$builddir/mingw-sysroot --target=%{mingw_host} --with-gnu-ld --with-gnu-as --enable-__cxa_atexit --enable-languages=c,c++ --disable-multilib
%make all-gcc
%make install-gcc
cd ..

export PATH=$builddir/mingw-sysroot/bin:$PATH

cd mingw-crt-build
../mingw-w64-crt/configure --host=%{mingw_host} --prefix=$builddir/mingw-sysroot/%{mingw_host}
%make
%make install
cd ..

cd gcc-build
%make
%make install
cd ..

%ifarch x86_64
ln -s %{_bindir}/wine64 $builddir/mingw-sysroot/bin/wine
%endif

cd wine-mozilla

cp wine/mozconfig-common wine/mozconfig-common.build

echo "export CFLAGS=\"-DWINE_GECKO_SRC\"" >> wine/mozconfig-common
echo "export CXXFLAGS=\"\$CFLAGS -fpermissive\"" >> wine/mozconfig-common

MAKEOPTS="%{_smp_mflags}" wine/make_package \
%ifarch x86_64
	-win64
%else
	-win32
%endif

%install
install -d -m755 %{buildroot}%{_datadir}/wine/gecko
install -m644 wine_gecko-*/dist/wine_gecko-%{version}-*.msi %{buildroot}%{_datadir}/wine/gecko

%ifarch x86_64
%files -n wine64-gecko
%else
%files
%endif
%doc wine-mozilla/LEGAL
%doc wine-mozilla/LICENSE
%doc wine-mozilla/toolkit/content/license.html
%dir %{_datadir}/wine/gecko
%{_datadir}/wine/gecko/*.msi

%changelog
* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.24-3
+ Revision: 9464b58
- Don't build binutils with -Werror



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9104 |14cr|wine-stable-1.6.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%ifarch x86_64
%define	wine	wine64-stable
%define	mark64	()(64bit)
%else
%define	wine	wine-stable
%define	mark64	%{nil}
%endif

%define oname wine

%define major 1
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

# On 32-bit we have
# wine32 - those 32-bit binaries that are also used on 64-bit for 32-bit support
# wine - all other files (requires 'wine32')
# On 64-bit we have
# wine64 - all 64-bit files (suggests 'wine32')
# - Anssi 07/2010

Summary:	WINE Is Not An Emulator - runs MS Windows programs
Name:		wine-stable
Version:	1.6.2
Release:	3
Epoch:		2
License:	LGPLv2+
Group:		Emulators
Url:		http://www.winehq.com/
Source0:	http://mirrors.ibiblio.org/wine/source/%(echo %{version} |cut -d. -f1-2)/%{oname}-%{version}.tar.bz2
Source1:	http://mirrors.ibiblio.org/wine/source/%(echo %{version} |cut -d. -f1-2)/%{oname}-%{version}.tar.bz2.sign
# RH stuff
Source2:	wine.init
Source10:	%{name}.rpmlintrc
Source11:	http://kegel.com/wine/winetricks
Source12:	http://kegel.com/wine/wisotool

Patch0:		wine-1.0-rc3-fix-conflicts-with-openssl.patch
# (Anssi 05/2008) Adds:
# a: => /media/floppy (/mnt/floppy on 2007.1 and older)
# d: => $HOME (at config_dir creation time, not refreshed if $HOME changes;
#              note that Wine also provides $HOME in My Documents)
# only on 2008.0: e: => /media/cdrom (does not exist on 2008.1+)
# com4 => /dev/ttyUSB0 (replaces /dev/ttyS3)
# have to substitute @MDKVERSION@ in dlls/ntdll/server.c
Patch108:	wine-mdkconf.patch
Patch200:	wine-1.3.24-64bit-tools.patch

BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd-sgml
BuildRequires:	docbook-utils
BuildRequires:	flex
BuildRequires:	fontforge
BuildRequires:	imagemagick
BuildRequires:	prelink
BuildRequires:	sgml-tools
BuildRequires:	valgrind
BuildRequires:	cups-devel
BuildRequires:	gettext-devel
BuildRequires:	glibc-static-devel
BuildRequires:	gpm-devel
BuildRequires:	gsm-devel
BuildRequires:	isdn4k-utils-devel
BuildRequires:	openldap-devel
BuildRequires:	perl-devel
BuildRequires:	ungif-devel
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sane-backends)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)

ExclusiveArch:	%{ix86}
ExclusiveArch:	x86_64

#----------------------------------------------------------------------------

%ifarch x86_64
%package -n	%{wine}
Summary:	WINE Is Not An Emulator - runs MS Windows programs
Group:		Emulators
Suggests:	wine32-stable = %{EVRD}
Suggests:	libncursesw.so.5%{mark64}
Suggests:	libncurses.so.5%{mark64}
%else
# on 32-bit we always want wine32 package
Requires:	wine32-stable = %{EVRD}
%endif

%rename		%{wine}-utils
%rename		%{wine}-full
%rename		%{libname}-capi
%rename		%{libname}-twain
%rename		%{libname}
Provides:	wine-bin = %{EVRD}
Requires:	xmessage
Suggests:	sane-frontends
# wine dlopen's these, so let's add the dependencies ourself
Requires:	libfreetype.so.6%{mark64}
Requires:	libasound.so.2%{mark64}
Requires:	libXrender.so.1%{mark64}
Requires:	libpng15.so.15%{mark64}
Requires(post,postun):	desktop-common-data
Requires(post,preun):	rpm-helper

# for winetricks:
Requires:	cabextract
Requires:	unzip

Suggests:	webcore-fonts

%ifarch %{ix86}
Conflicts:	wine64-stable
%else
Conflicts:	wine-stable
%endif

Conflicts:	wine
Conflicts:	wine64

%description
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix. It
consists of a program loader which loads and executes a Microsoft
Windows binary, and a library (called Winelib) that implements Windows
API calls using their Unix or X11 equivalents.  The library may also
be used for porting Win32 code into native Unix executables.

%ifarch x86_64
%description -n	%{wine}
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix. It
consists of a program loader which loads and executes a Microsoft
Windows binary, and a library (called Winelib) that implements Windows
API calls using their Unix or X11 equivalents.  The library may also
be used for porting Win32 code into native Unix executables.

This package contains the Win64 version of Wine. You need the wine32-stable
package from the 32-bit repository to be able to run 32-bit applications.
%endif

#----------------------------------------------------------------------------

%ifarch %{ix86}
%package -n	wine32-stable
Summary:	32-bit support for Wine
Group:		Emulators
# This is not an EVR-specific requirement, as otherwise on x86_64 urpmi could
# resolve the dependency to wine64 even on upgrades, and therefore replace
# wine+wine32 installation with a wine32+wine64 installation. - Anssi
Requires:	wine-bin
Suggests:	libncursesw.so.5
Suggests:	libncurses.so.5
Conflicts:	wine32

%description -n	wine32-stable
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix.

This package contains the files needed to support 32-bit Windows
programs.
%endif

#----------------------------------------------------------------------------

%package -n	%{wine}-devel
Summary:	Static libraries and headers for %{oname}
Group:		Development/C
Requires:	%{wine} = %{EVRD}
%rename		%{devname}
%ifarch %{ix86}
Conflicts:	wine64-stable-devel
%else
Conflicts:	wine-stable-devel
%endif
Conflicts:	wine-devel
Conflicts:	wine64-devel

%description -n	%{wine}-devel
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix.

%{wine}-devel contains the libraries and header files needed to
develop programs which make use of wine.

Wine is often updated.

%files -n %{wine}-devel
%{_libdir}/%{oname}/*.a
%{_libdir}/libwine*.so
%{_libdir}/%{oname}/*.def
%{_includedir}/*
# %{_bindir}/fnt2bdf
%{_bindir}/wmc
%{_bindir}/wrc
%{_bindir}/winebuild
%{_bindir}/winegcc
%{_bindir}/wineg++
%{_bindir}/winecpp
%{_bindir}/widl
%{_bindir}/winedbg
%{_bindir}/winemaker
%{_bindir}/winedump
%{_mandir}/man1/wmc.1*
%{_mandir}/man1/wrc.1*
%{_mandir}/man1/winebuild.1*
%{_mandir}/man1/winemaker.1*
%{_mandir}/man1/winedump.1*
%{_mandir}/man1/widl.1*
%{_mandir}/man1/winedbg.1*
%{_mandir}/man1/wineg++.1*
%{_mandir}/man1/winegcc.1*
%{_mandir}/pl.UTF-8/man1/wine.1*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch108 -p1 -b .conf
%patch200 -p1
sed -i 's,@MDKVERSION@,%{mdkversion},' dlls/ntdll/server.c

%build
%ifarch %{ix86}
# (Anssi 04/2008) bug #39604
# Some protection systems complain "debugger detected" with our
# -fomit-frame-pointer flag, so disable it.
export CFLAGS="%{optflags} -fno-omit-frame-pointer"
%endif

# (Anssi 04/2008)
# If icotool is present, it is used to rebuild icon files. It is in contrib
# so we do not do that; this is here to ensure that installed icoutils does
# not change build behaviour.
export ICOTOOL=false

autoreconf
%configure2_5x	--with-pulse \
		--without-nas \
%ifarch x86_64
		--enable-win64
%endif

%make depend
%make

%install
%makeinstall_std LDCONFIG=/bin/true

install -m 0755 %{SOURCE11} %{buildroot}%{_bindir}/
install -m 0755 %{SOURCE12} %{buildroot}%{_bindir}/

# Danny: dirty:
# install -m755 tools/fnt2bdf -D %{buildroot}%{_bindir}/fnt2bdf

# Allow users to launch Windows programs by just clicking on the .exe file...
install -m755 %{SOURCE2} -D %{buildroot}%{_initrddir}/%{oname}

mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged
cat > %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/mandriva-%{oname}.menu <<EOF
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd">
<Menu>
    <Name>Applications</Name>
    <Menu>
        <Name>Tools</Name>
        <Menu>
            <Name>Emulators</Name>
            <Menu>
                <Name>Wine</Name>
                <Directory>mandriva-%{oname}.directory</Directory>
                <Include>
                    <Category>X-MandrivaLinux-MoreApplications-Emulators-Wine</Category>
                </Include>
            </Menu>
        </Menu>
    </Menu>
</Menu>
EOF

mkdir -p %{buildroot}%{_datadir}/desktop-directories
cat > %{buildroot}%{_datadir}/desktop-directories/mandriva-%{oname}.directory <<EOF
[Desktop Entry]
Name=Wine
Icon=%{oname}
Type=Directory
EOF

mkdir -p %{buildroot}%{_datadir}/applications/
for i in	winecfg:Configurator \
		notepad:Notepad \
		winefile:File\ Manager \
		regedit:Registry\ Editor \
		winemine:Minesweeper \
		wineboot:Reboot \
		"wineconsole cmd":Command\ Line \
		"wine uninstaller:Wine Software Uninstaller";
do cat > %{buildroot}%{_datadir}/applications/mandriva-%{oname}-`echo $i|cut -d: -f1`.desktop << EOF
[Desktop Entry]
Name=`echo $i|cut -d: -f2`
Comment=`echo $i|cut -d: -f2`
Exec=`echo $i|cut -d: -f1`
Icon=%{oname}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Emulators-Wine;
EOF
done

# Categories=Emulator does nothing and is added as a workaround to kde #27700
desktop-file-install	--vendor="" \
			--add-mime-type=application/x-zip-compressed \
			--remove-mime-type=application/x-zip-compressed \
			--add-category=Emulator \
			--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/wine.desktop

%ifarch x86_64
# fix the binary name
sed -i 's,Exec=wine ,Exec=wine64 ,' %{buildroot}%{_datadir}/applications/wine.desktop
%endif

install -d %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}

# winecfg icon
convert dlls/user32/resources/oic_winlogo.ico[8] %{buildroot}%{_miconsdir}/%{oname}.png
convert dlls/user32/resources/oic_winlogo.ico[7] %{buildroot}%{_iconsdir}/%{oname}.png
convert dlls/user32/resources/oic_winlogo.ico[6] %{buildroot}%{_liconsdir}/%{oname}.png

# notepad icon
convert programs/notepad/notepad.ico[2] %{buildroot}%{_miconsdir}/notepad.png
convert programs/notepad/notepad.ico[7] %{buildroot}%{_iconsdir}/notepad.png
convert programs/notepad/notepad.ico[8] %{buildroot}%{_liconsdir}/notepad.png
# winefile icon
convert programs/winefile/winefile.ico[2] %{buildroot}%{_miconsdir}/winefile.png
convert programs/winefile/winefile.ico[8] %{buildroot}%{_iconsdir}/winefile.png
convert programs/winefile/winefile.ico[7] %{buildroot}%{_liconsdir}/winefile.png
# regedit icon
convert programs/regedit/regedit.ico[2] %{buildroot}%{_miconsdir}/regedit.png
convert programs/regedit/regedit.ico[8] %{buildroot}%{_iconsdir}/regedit.png
convert programs/regedit/regedit.ico[7] %{buildroot}%{_liconsdir}/regedit.png
# winemine icon
convert programs/winemine/winemine.ico[2] %{buildroot}%{_miconsdir}/winemine.png
convert programs/winemine/winemine.ico[8] %{buildroot}%{_iconsdir}/winemine.png
convert programs/winemine/winemine.ico[7] %{buildroot}%{_liconsdir}/winemine.png

# wine uninstaller icon:
convert programs/msiexec/msiexec.ico[2] %{buildroot}%{_miconsdir}/msiexec.png
convert programs/msiexec/msiexec.ico[8] %{buildroot}%{_iconsdir}/msiexec.png
convert programs/msiexec/msiexec.ico[7] %{buildroot}%{_liconsdir}/msiexec.png

# change the icons in the respective .desktop files, in order:
sed -i 's,Icon=%{oname},Icon=notepad,' %{buildroot}%{_datadir}/applications/mandriva-wine-notepad.desktop
sed -i 's,Icon=%{oname},Icon=winefile,' %{buildroot}%{_datadir}/applications/mandriva-wine-winefile.desktop
sed -i 's,Icon=%{oname},Icon=regedit,' %{buildroot}%{_datadir}/applications/mandriva-wine-regedit.desktop
sed -i 's,Icon=%{oname},Icon=winemine,' %{buildroot}%{_datadir}/applications/mandriva-wine-winemine.desktop
sed -i 's,Icon=%{oname},Icon=msiexec,' "%{buildroot}%{_datadir}/applications/mandriva-wine-wine uninstaller.desktop"

%ifarch x86_64
chrpath -d %{buildroot}%{_bindir}/{wine64,wineserver,wmc,wrc} %{buildroot}%{_libdir}/%{oname}/*.so
%else
chrpath -d %{buildroot}%{_bindir}/{wine,wineserver,wmc,wrc} %{buildroot}%{_libdir}/%{oname}/*.so
%endif

%ifarch x86_64
cat > README.install.urpmi <<EOF
This is the Win64 version of Wine. This version can only be used to run
64-bit Windows applications as is. For running 32-bit Windows applications,
you need to also install the 'wine32' package from the 32-bit repository.
EOF
%endif

%preun -n %{wine}
%_preun_service %{oname}

%post -n %{wine}
%_post_service %{oname}

%files -n %{wine}
%doc ANNOUNCE AUTHORS README
%ifarch x86_64
%doc README.install.urpmi
%{_bindir}/wine64
%{_bindir}/wine64-preloader
%endif
%{_initrddir}/%{oname}
%{_bindir}/winecfg
%{_bindir}/wineconsole*
%{_bindir}/wineserver
%{_bindir}/wineboot
%{_bindir}/function_grep.pl
#%{_bindir}/wineprefixcreate
%{_bindir}/msiexec
%{_bindir}/notepad
%{_bindir}/regedit
%{_bindir}/winemine
%{_bindir}/winepath
%{_bindir}/regsvr32
%{_bindir}/winefile
%{_bindir}/winetricks
%{_bindir}/wisotool
%{_mandir}/man1/wine.1*
%lang(de) %{_mandir}/de.UTF-8/man1/wine.1*
%lang(de) %{_mandir}/de.UTF-8/man1/winemaker.1*
%lang(de) %{_mandir}/de.UTF-8/man1/wineserver.1*
%lang(fr) %{_mandir}/fr.UTF-8/man1/*
%{_mandir}/man1/wineserver.1*
%{_mandir}/man1/msiexec.1*
%{_mandir}/man1/notepad.1*
%{_mandir}/man1/regedit.1*
%{_mandir}/man1/regsvr32.1*
%{_mandir}/man1/wineboot.1*
%{_mandir}/man1/winecfg.1*
%{_mandir}/man1/wineconsole.1*
%{_mandir}/man1/winecpp.1*
%{_mandir}/man1/winefile.1*
%{_mandir}/man1/winemine.1*
%{_mandir}/man1/winepath.1*
%dir %{_datadir}/%{oname}
%{_datadir}/%{oname}/generic.ppd
%{_datadir}/%{oname}/%{oname}.inf
%{_datadir}/%{oname}/l_intl.nls
%{_datadir}/applications/*.desktop
%{_sysconfdir}/xdg/menus/applications-merged/mandriva-%{oname}.menu
%{_datadir}/desktop-directories/mandriva-%{oname}.directory
%dir %{_datadir}/wine/fonts
%{_datadir}/wine/fonts/*
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png

%ifarch %{ix86}
%files -n wine32-stable
%{_bindir}/wine
%{_bindir}/wine-preloader
%endif

%{_libdir}/libwine*.so.%{major}*
%dir %{_libdir}/%{oname}
%{_libdir}/%{oname}/*.cpl.so
%{_libdir}/%{oname}/*.drv.so
%{_libdir}/%{oname}/*.dll.so
%{_libdir}/%{oname}/*.exe.so
%{_libdir}/%{oname}/*.acm.so
%{_libdir}/%{oname}/*.ocx.so
%ifarch %{ix86}
%{_libdir}/%{oname}/*.vxd.so
%{_libdir}/%{oname}/*16.so
%endif
%{_libdir}/%{oname}/*.tlb.so
%{_libdir}/%{oname}/*.ds.so
%{_libdir}/%{oname}/*.sys.so
%{_libdir}/%{oname}/fakedlls


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:1.6.2-3
+ Revision: a0830bf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9105 |14cr|winff-1.5.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This is useful to avoid the packaging of useless debug packages:
# We don't need it
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A graphical interface for the video converter ffmpeg
Name:		winff
Version:	1.5.3
Release:	2
License:	GPLv3+
Group:		Video
Url:		http://winff.org
# source need login, mugged form arch
# Source0:	https://docs.google.com/uc?authuser=0&id=0B8HoAIi30ZDkMHlvVkVtNHJnLVE&export=download
Source0:	%{name}-%{version}-source.tar.gz
BuildRequires:	lazarus >= 0.9.30
BuildRequires:	dos2unix
Requires:	ffmpeg
Requires:	xterm

%description
WinFF is a GUI for the command line video converter, FFMPEG. It will convert
almost any video file that FFmpeg will convert. WinFF does multiple files in
multiple formats at one time. You can for example convert mpeg's, flv's, and
mov's, all into avi's all at once.

%files
%doc *.txt docs/*
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*.png
%{_iconsdir}/*
%{_mandir}/man1/*

#------------------------------------------------------------------

%prep
%setup -qn %{name}
# Fix EOL (Version 1.2.0)
dos2unix {changelog,README-Presets,README}.txt
chmod -x {README,README-Presets,changelog}.txt
cd docs
find . -type f -exec chmod -x {} \;
cd -

%build
lazbuild --ws=gtk2 -B %{name}.lpr

%install
mkdir -p %{buildroot}{%{_bindir},%{_datadir}/%{name}/languages}

# Install winff binary
install %{name} %{buildroot}%{_bindir}

# Install languages
install -m 0755 languages/*.po %{buildroot}%{_datadir}/%{name}/languages
chmod -x  %{buildroot}%{_datadir}/%{name}/languages/*.po

# Install presets
install -m 0755 presets.xml %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}{%{_datadir}/pixmaps,%{_datadir}/applications,%{_mandir}/man1}

# Install man page
install -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1

# Install icons
install winff-icons/48x48/%{name}.png %{buildroot}%{_datadir}/pixmaps
for i in 16 24 32 48; do
	mkdir -p %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps
	install winff-icons/"$i"x"$i"/*.png %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps
done

# Desktop file
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=WinFF
GenericName=WinFF
Comment=A GUI for FFMPEG
Exec=%{name}
Icon=%{name}
Categories=AudioVideo;Video;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.3-2
+ Revision: 2a69ba9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9106 |14cr|wings3d-1.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname wings
%define erlangdir %{_libdir}/erlang
%define wingsdir %{erlangdir}/lib/%{oname}-%{version}
%define esdldir %{erlangdir}/addons/esdl-1.2
%define esdl_ver 1.2

Summary:	A 3D subdivision modeler
Name:		wings3d
Version:	1.4.1
Release:	2
License:	BSD-like
Group:		Graphics
Url:		http://www.wings3d.com
Source0:	http://prdownloads.sourceforge.net/wings/%{oname}-%{version}.tar.bz2
Source1:	%{name}.png
Source2:	%{name}_manual1.6.1.pdf
Source3:	wingspov-0.98.28_v1.tgz
Patch0:		wings-1.4.1-esdl1.2.patch
Patch1:		wings-0004-Simplify-font-handling-and-stop-using-parameterized-.patch
BuildRequires:	erlang-compiler
BuildRequires:	erlang-esdl-devel >= %{esdl_ver}
BuildRequires:	erlang-wx
BuildRequires:	erlang-xmerl
BuildRequires:	imagemagick
BuildRequires:	jpeg-devel
Requires:	erlang-esdl >= %{esdl_ver}
Requires:	erlang-wx

%description
Wings 3D is a free and open source polygon mesh subdivision 
modeller inspired by Nendo and Mirai from Izware, all using 
the winged edge data structure.Wings 3D is ideally suited for 
modeling and texturing low to medium density polygon meshes. 
It has a wide range of very effective tools optimised for these 
tasks hidden behind its 'minimalistic' interface.

%package povray
Summary:	Povray import/export plug-in for Wings 3D
Group:		Graphics
Requires:	%{name} = %{version}-%{release}
Requires:	povray

%description povray
Povray import/export plug-in for Wings 3D.

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

tar xf %{SOURCE3}

%build
export CFLAGS="%{optflags}"
export PATH=%{erlangdir}/bin:$PATH
export ESDL_PATH=%{esdldir}

%make -j4

%install
install -d -m 755 %{buildroot}/%{wingsdir}
cat %{SOURCE2} > ./%{name}_manual1.6.1.pdf

# remove unneeded files
rm -rf src/*.erl

# install files, also those missing
mv -f ebin %{buildroot}/%{wingsdir}
mv -f fonts_src/*.beam %{buildroot}/%{wingsdir}/ebin/
mv -f icons/*.beam %{buildroot}/%{wingsdir}/ebin/
mv -f intl_tools/*.beam %{buildroot}/%{wingsdir}/ebin/
mv -f fonts %{buildroot}/%{wingsdir}
mv -f plugins %{buildroot}/%{wingsdir}
mv -f plugins_src/commands/*.lang %{buildroot}/%{wingsdir}/plugins/commands/
mv -f plugins_src/import_export/*.lang %{buildroot}/%{wingsdir}/plugins/import_export/
mv -f plugins_src/primitives/*.lang %{buildroot}/%{wingsdir}/plugins/primitives/
mv -f plugins_src/*.lang %{buildroot}/%{wingsdir}/plugins/
mv -f src %{buildroot}/%{wingsdir}
mv -f vsn.mk %{buildroot}/%{wingsdir}

# executable script
install -d -m 755 %{buildroot}/%{_bindir}

cat > %{buildroot}/%{_bindir}/%{name} << "EOF"
#!/bin/sh
export ESDL_PATH=%{esdldir}
erl -pa $ESDL_PATH/ebin %{wingsdir}/ebin -noinput -smp disable -run wings_start start_halt "$@"
EOF

# icons
install -d %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert %{SOURCE1} -size 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert %{SOURCE1} -size 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert %{SOURCE1} -size 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Wings 3D
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Graphics;3DGraphics;
EOF

%files
%doc AUTHORS license.terms README
%doc *.pdf NOTES-*
%attr(755,root,root) %{_bindir}/*
%{wingsdir}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/*.desktop
%exclude %{wingsdir}/plugins/import_export/kayos_utils.beam
%exclude %{wingsdir}/plugins/import_export/pov_exp.beam
%exclude %{wingsdir}/plugins/import_export/pov_ui.beam
%exclude %{wingsdir}/plugins/import_export/wpc_pov.beam

%files povray
%defattr(644,root,root,755)
%{wingsdir}/plugins/import_export/kayos_utils.beam
%{wingsdir}/plugins/import_export/pov_exp.beam
%{wingsdir}/plugins/import_export/pov_ui.beam
%{wingsdir}/plugins/import_export/wpc_pov.beam



%changelog
* Wed Aug 27 2014 Tigro <ashejn@gmail.com> 1.4.1-2
+ Revision: a24b3d5
- fix build with new erlang



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9107 |14cr|winpdb-1.4.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	winpdb
%define version 1.4.8
%define release 3

Summary: 	An advanced Python debugger
Name: 	 	%{name}
Version: 	%{version}
Release: 	%{release}
Source0: 	%{name}-%{version}.tar.gz
License: 	GPLv2+
Group: 	 	Development/Python
Url:   	 	http://www.winpdb.org
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: 	noarch
Requires:  	python, wxPython >= 2.6.0
BuildRequires: 	python-devel

%description
Winpdb is an advanced Python debugger. It supports smart breakpoints,
multiple threads, namespace modification, embedded debugging, and
encrypted communication, and is up to 20 times faster than pdb.

%prep
%setup -q
sed -i 's/\r//g' README.txt

%build
%__python setup.py build

%install
%__rm -rf %{buildroot}
%__mkdir -p %{buildroot}/%{_bindir}
%__mkdir -p %{buildroot}/{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
%__python setup.py install --skip-build --root=%{buildroot}


%__mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=An advanced Python debugger
Exec=%{_bindir}/winpdb
Icon=%{name}
Terminal=false
Type=Application
Categories=Development;X-MandrivaLinux-Development-Tools;
EOF

%__install -m 644 artwork/winpdb-icon-32.png %{buildroot}/%{_iconsdir}/%{name}.png
%__install -m 644 artwork/winpdb-icon-16.png %{buildroot}/%{_miconsdir}/%{name}.png
%__install -m 644 artwork/winpdb-icon-64.png %{buildroot}/%{_liconsdir}/%{name}.png

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr(-,root,root)
%doc README.txt
%{_bindir}/*
%{python_sitelib}/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.8-3
+ Revision: 68b9378
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9108 |14cr|wipe-2.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package   %{nil}

Name:           wipe
Version:        2.3.1
Release:        4
Epoch:          0
Summary:        Secure file deletion utility 
License:        GPLv2
Group:          File tools
URL:            http://wipe.sourceforge.net/
Source0:        http://unc.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
Source1:        http://unc.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2.sig
Patch0:         %{name}-rootbuildfix.patch
Requires(post): update-alternatives
Requires(postun): update-alternatives


%description
Wipe is a tool that effectively degauses the surface of a hard
disk, making it virtually impossible to retrieve the data that was
stored on it. This tool is designed to make sure secure data that is
erased from a hard drive is unrecoverable.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall
mv %{buildroot}%{_bindir}/wipe %{buildroot}%{_bindir}/wipe.wipe
mv %{buildroot}%{_mandir}/man1/wipe.1 %{buildroot}%{_mandir}/man1/wipe.wipe.1

# remove package installed docs
rm -rf %{buildroot}/%{_datadir}/doc/%{name}



%post
%{_sbindir}/update-alternatives --install %{_bindir}/wipe wipe %{_bindir}/wipe.wipe 10 --slave %{_mandir}/man1/wipe.1.lzma wipe.1.lzma %{_mandir}/man1/wipe.wipe.1.lzma

%postun
%{_sbindir}/update-alternatives --remove wipe %{_bindir}/wipe.wipe

%files
%defattr(0644,root,root,0755)
%doc LICENSE copyright README CHANGES TODO INSTALL TESTING
%attr(0755,root,root) %{_bindir}/wipe.wipe
%{_mandir}/man1/wipe.wipe.1*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.3.1-4
+ Revision: ff2285b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9109 |14cr|wise-2.2.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	wise
%define version	2.2.0
%define rel	9
%define release	%mkrel %{rel}

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Comparisons of DNA and protein sequences
Group:		Sciences/Biology
License:	GPL
URL:		http://www.ebi.ac.uk/Wise2/doc_wise2.html
Source0:	ftp://ftp.ebi.ac.uk/pub/software/wise2/%{name}%{version}.tar.bz2
Patch0:		fix_getline.patch

%description
Wise2 is a package focused on comparisons of biopolymers, commonly DNA and 
protein sequence. Wise2's particular forte is the comparison of DNA sequence 
at the level of its protein translation. This comparison allows the simulta-
neous prediction of say gene structure with homology based alignment.

The Wise2 package was principally written by Ewan Birney, who wrote the main
genewise and estwise programs. The protein comparison database search program
was written by Richard Copley using the underlying Wise2 libraries.
Wise2 also uses code from Sean Eddy for reading HMMs and
for Extreme value distribution fitting.

%prep
%setup -q -n %{name}%{version}
%patch0 -p0

%build
cd src && %make CFLAGS="-c $RPM_OPT_FLAGS" realall

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 src/models/{pswdb,psw,genewisedb,estwisedb,estwise,genewise,dba,dnal,genomewise} %{buildroot}%{_bindir}

install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 644 wisecfg/* %{buildroot}%{_datadir}/%{name}

# configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/profile.d
echo "export WISECONFIGDIR=%{_datadir}/%{name}" > %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh
echo "setenv WISECONFIGDIR %{_datadir}/%{name}" > %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh

%files
%doc README LICENSE docs
%{_bindir}/*
%{_datadir}/%{name}
%config(noreplace) %{_sysconfdir}/profile.d/*





%changelog
* Wed Nov 14 2012 Alexander Khryukin <alexander@mezon.ru> 2.2.0-9
+ Revision: 6aa6ae5
- contrib repairing



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9110 |14cr|wizardpen-0.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name wizardpen
%define version 0.8.1
%define release 2

%define __libtoolize /bin/true

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Wizardpen Driver for Linux
Group:		System/X11
License:	GPLv2+
URL:		https://launchpad.net/wizardpen
Source0:	http://launchpad.net/wizardpen/trunk/0.8/+download/xorg-input-%{name}-%{version}.tar.bz2
BuildRequires:	x11-proto-devel
BuildRequires:	x11-server-devel
BuildRequires:	pkgconfig(xorg-macros)

%description
Wizardpen Driver for Linux.
What are referred to as "Genius Tablets" go by many names:

    * DigiPro 5x4 Graphics Tablet
    * Digital Ink Pad (A4 format)
    * G-pen
    * EasyPen i405
    * Genius Wizardpen
    * Genius Mousepen
    * Genius
    * iBall
    * Manhattan
    * Pentagram
    * QWare
    * Trust TB-3100
    * Trust TB-5300
    * Trust TB-6300
    * UC-LOGIC 

%prep
%setup -q -n xorg-input-%{name}-%{version}

%build
#autoreconf -fi
%configure2_5x --with-xorg-module-dir=%{_libdir}/xorg/modules/
%make

%install
make install DESTDIR=$RPM_BUILD_ROOT

%files
%doc
%{_libdir}/xorg/modules/input/wizardpen_drv.so
%{_bindir}/wizardpen-calibrate
%{_datadir}/X11/xorg.conf.d/70-wizardpen.conf
%{_sysconfdir}/udev/rules.d/67-xorg-wizardpen.rules
%{_mandir}/man4/%name.*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-2
+ Revision: 11e8ab7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9111 |14cr|wizznic-0.9.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# empty-debuginfo-package  sflo
%define debug_package	%{nil}

Name:           wizznic
Summary:        An implementation of Puzznic
Version:        0.9.9
Release:        5
License:        GPLv3
Group:          Games/Boards
Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.bz2
Source1:        %{name}.desktop
Patch0:         %{name}-linux.patch
Url:            http://sourceforge.net/projects/wizznic/
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(SDL_image)
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  desktop-file-utils

%description
Wizznic is an implementation of Puzznic.
It is made very easy for non-programmers to contribute Levels/Graphics and
sounds. 

%prep
%setup -q -n wizznic-0.9.9-src
%patch0 -p0

# (Sflo) over 300 linting err && likewise W
# files attr
chmod 644 doc/*.txt
pushd data
find . -type f -exec chmod 644 {} \;
popd
pushd packs
find . -type f -exec chmod 644 {} \;
popd
# dir attr
chmod 755 packs/001_wizznic \
    packs/000_wizznic \
    packs/000_wizznic/themes/thor \
    data \
    packs/000_wizznic/themes/oldskool/boards \
    packs/010_wizznic-silver/themes/boards \
    packs/010_wizznic-silver/themes/tiles \
    packs/001_wizznic/levels \
    packs/000_wizznic/themes/oldskool \
    packs/000_wizznic/themes/oldskool/snd \
    packs \
    data/menu \
    packs/000_wizznic/levels \
    packs/000_wizznic/themes \
    packs/000_wizznic/themes/cursors \
    packs/000_wizznic/themes/thor/tiles \
    packs/000_wizznic/music \
    packs/010_wizznic-silver/themes/starts \
    data/snd \
    packs/000_wizznic/themes/chars \
    packs/010_wizznic-silver/levels \
    packs/010_wizznic-silver \
    packs/000_wizznic/themes/thor/bg \
    packs/000_wizznic/themes/oldskool/tiles \
    packs/010_wizznic-silver/themes
#
%build
export CFLAGS="$RPM_OPT_FLAGS -Wall"
%make DATADIR="%{_datadir}/%{name}/" -f Makefile.linux

# Create wrapper script
echo -e "#!/bin/bash\ncd %{_datadir}/%{name}/\n%{_bindir}/%{name}-bin \$*\n" > %{name}-wrapper.sh


%install
# install binaries
mkdir -p %{buildroot}%{_bindir}
install -p -m 755 %{name} %{buildroot}%{_bindir}/%{name}-bin
install -p -m 755 %{name}-wrapper.sh %{buildroot}%{_bindir}/%{name}

# install menu entry
# let's desktop-file-install handle this (sflo)
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop

# install icons
# TODO: this icon suck, to add a better icon accordingly 
# with rosa-icons
install -d -D -m 755 %{buildroot}%{_datadir}/pixmaps/
install -m 644 data/wmicon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

# install game data
install -d -m755 %{buildroot}%{_datadir}/%{name}
cp -Rf data %{buildroot}%{_datadir}/%{name}/data
cp -Rf packs %{buildroot}%{_datadir}/%{name}/packs


%files
%doc doc/changelog.txt  doc/credits.txt  doc/install.txt  doc/media-licenses.txt  doc/music-score-credits.txt  doc/ports.txt  doc/readme.txt
%{_bindir}/%{name}
%{_bindir}/%{name}-bin
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.9-5
+ Revision: 3f6ba8e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9112 |14cr|wlanfe-1.0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	wlanfe
%define version	1.0.1
%define release 8

Name: 	 	%{name}
Summary: 	Wireless lan configuration tool
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://se.rious.net/wlanfe.php
License:	GPL
Group:		System/Configuration/Networking
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	gtk-devel
Requires:	gksu prism2-utils

%description
WlanFe is a GTK+ front end for the Linux WLAN-NG tools.
This allows you to control a wireless networkig card.

%prep
%setup -q

%build
%make CC="gcc $RPM_OPT_FLAGS"
										
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot/%_bindir
cp %name %buildroot/%_bindir

#menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=gksu %{name}
Icon=networking_configuration_section
Name=WLanFE
Comment=Wireless LAN Configuration
Categories=Network;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc README TODO
%{_bindir}/%name
%{_datadir}/applications/mandriva-%name.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-8
+ Revision: 0fd486b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9113 |14cr|wlmproxy-0.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svnversion g8daae3e

Name: wlmproxy
Summary: wlmproxy is a transparent proxy server for the MSN protocol
Version: 0.1.3
Release: 3
License: GPLv3
Group: Monitoring
Source0: http://github.com/poetinha/%{name}/tarball/master/%{version}/poetinha-%{name}-v%{version}-0-%{svnversion}.tar.gz
Source1: wlmproxy.sysconfig
Source2: wlmproxy.init
URL:	http://wlmproxy.org
BuildRequires: openssl, boost-static-devel, dolphin-connector, dolphin-connector-devel
BuildRequires: pkgconfig(libevent) pkgconfig(libxml-2.0)

%description
wlmproxy is a transparent proxy server for the MSN protocol.
It supports all versions of MSNP, from 8 up to 21.

Main Features:

- Access control lists (ACLs)
- The wildcard character * (asterisk) can be used as part of a user identifier
- Wordfilter with regular expressions
- Client version control
- Conversation history
- Automatic user registration
- Group-based rules
- Contact management and presence information
- Disclaimer message
- Policy enforcement notification

%prep
%setup -q -n poetinha-%{name}-cf05d38/

%build
make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf %{buildroot}

mkdir -p -m 755 %{buildroot}%{_sysconfdir}/%{name}
mkdir -p -m 755 %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_localstatedir}/run/%{name}

install -p -m 755 wlmproxy %{buildroot}%{_sbindir}
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -p -m 744 %{SOURCE2} %{buildroot}%{_initddir}/%{name}
install -p -m 640 wlmproxy.conf %{buildroot}%{_sysconfdir}/%{name}

%pre
getent group wlmproxy >/dev/null || groupadd -r wlmproxy
getent passwd wlmproxy >/dev/null || \
useradd -r -f wlmproxy -d '/' -s /sbin/nologin \ 
    -c 'wlmproxy daemon account' wlmproxy
exit 0

%post
/sbin/chkconfig --add %{name}

%preun
if [ $1 -eq 0 ]; then
	/sbin/service %{name} stop >/dev/null 2>&1
	/sbin/chkconfig --del %{name}
fi
%files
%doc ChangeLog create_mysql.sql LICENSE README TODO
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_initrddir}/%{name}
%attr(755,wlmproxy,wlmproxy) %dir %{_localstatedir}/run/%{name}
%attr(755,root,root) %dir %{_sysconfdir}/%{name}
%attr(640,root,wlmproxy) %config(noreplace) %{_sysconfdir}/%{name}/*
%{_sbindir}/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-3
+ Revision: 11f372a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9114 |14cr|wmapm-3.1-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:  Battery/Power status monitor for WindowMaker on laptops
Name:		wmapm
Version:	3.1
Release:	15
License:	GPL
Group:		Graphical desktop/WindowMaker
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}-icons.tar.bz2
Source10:		wmapm-16x16.png
Source11:		wmapm-32x32.png
Source12:		wmapm-48x48.png
URL:		http://nis-www.lanl.gov/~mgh/
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xext)

%description
WMAPM monitors the APM statistics through the APM support in
the Linux and FreeBSD Kernels.  This information, presented in
a nice visual format, can be invaluable on laptops (as I have
found in my recent/continual travels as a Field Engineer for a
small computer hardware manufacturer).
WMAPM currently provides:

        * Status of power supply (battery or AC);
        * Percentage of battery remaining (numeric and meter);
        * Battery charging status;
        * Time left to battery depletion;
        * High/Low/Critical battery status (Red/Yellow/Green);

%prep
rm -rf %buildroot
%setup -q

%build
make -C %name COPTS="$RPM_OPT_FLAGS"

%install
[ -d %buildroot ] && rm -rf %buildroot

mkdir -p %buildroot{%_bindir,%_miconsdir,%_liconsdir,%_mandir/man1/}
install -m 755 wmapm/wmapm %buildroot%_bindir
install -m 644 wmapm/wmapm.1 %buildroot%_mandir/man1/

install -m 644 %SOURCE10 %buildroot%_miconsdir/%name.png
install -m 644 %SOURCE11 %buildroot%_iconsdir/%name.png
install -m 644 %SOURCE12 %buildroot%_liconsdir/%name.png


install -m 755 -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=WmApm
Comment=Battery/Power status monitor for WindowMaker on laptops
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-System-Monitoring;System;Monitor;
EOF


%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif


%clean
[ -z %buildroot ] || {
    rm -rf %buildroot
}

%files
%defattr (-,root,root)
%doc BUGS CHANGES COPYING HINTS INSTALL README TODO
%_bindir/*
%_liconsdir/%name.png
%_miconsdir/%name.png
%_iconsdir/%name.png
%{_datadir}/applications/mandriva-%{name}.desktop
%_mandir/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1-15
+ Revision: 995fb21
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9115 |14cr|wmbattery-2.40-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Battery info docklet for WindowMaker
Name:		wmbattery
Version:	2.40
Release:	5
License:	GPLv2+
Group:		Graphical desktop/WindowMaker
Url:		http://kitenet.net/programs/wmbattery/
Source0:	%{name}-%{version}.tar.xz
BuildRequires:	imagemagick
BuildRequires:	apmd-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)

%description
wmbattery displays the status of your laptop's battery in a small icon. This
includes if it is plugged in, if the battery is charging, how many minutes of
battery life remain, battery life remaining (with both a percentage and a
graph), and battery status (high - green, low - yellow, or critical - red).

It works for both ACPI and APM based systems.

%files
%doc TODO README
%doc %{_mandir}/*/*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}/*.xpm

#----------------------------------------------------------------------------

%prep
%setup -q

%build
sed -i \
	-e '/^icondir/s:icons:pixmaps:' \
	-e '/^USE_HAL/d' \
	autoconf/makeinfo.in

autoconf
%configure2_5x
%make

%install
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=%{name}
Name=WMbattery
Comment=Battery status docklet
Categories=System;Monitor;
EOF

#icons
convert -size 48x48 face.xpm %{buildroot}/%{_datadir}/pixmaps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.40-5
+ Revision: 6eb5faf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9116 |14cr|wmcalc-0.3-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    wmcalc
%define version 0.3
%define release  13

Name:		%name
Version:	%version
Release:	%release
Summary:	Calculator dockapp for windowmaker
Url:		http://packages.debian.org/unstable/x11/wmcalc.html
Source:		http://ftp.debian.org/debian/pool/main/w/wmcalc/wmcalc_0.3.orig.tar.bz2
PAtch1:         %name-patch_other_locales.bz2
License:	GPL
Group:		Graphical desktop/Other
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)

%description
wmcalc is a small calculator meant for the WindowMaker dock or Afterstep
Wharf.  It is a simple calculator with basic functions and memory slots,
and can launch any external application for more complex calculations.

%prep
%setup -q -n %name-%version.orig
%patch1 -p1 -b .orig

%build
# (tv) fix build:
perl -pi -e 's!/usr/local/include!/usr/include/X11/!' Makefile
%make


%install
%__rm -rf %buildroot
%__install -D %name	%buildroot/usr/X11R6/bin/%name

%clean
%__rm -rf %buildroot


%files
%defattr(0644,root,root,0755)
%doc README .wmcalc
%defattr(0755,root,root,0755)
/usr/X11R6/bin/%name




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-13
+ Revision: 21c1a55
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9117 |14cr|wmcpuload-1.1.0pre4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	wmcpuload
%define version 1.1.0pre4
%define release  11

Summary: WindowMaker dock application that displays CPU usage
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Graphical desktop/WindowMaker
Source:		%name-%{version}.tar.bz2
URL:		http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xext)
BuildRequires:	imagemagick

%description
A dockapp to monitor cpu load for WindowMaker. It works fine with AfterStep
and BlackBox and has SMP support.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -fr %buildroot
%makeinstall_std

install -m 755 -d %buildroot%{_miconsdir}
install -m 755 -d %buildroot%{_iconsdir}
install -m 755 -d %buildroot%{_liconsdir}

convert icons/wmcpuload-16x16.xpm $RPM_BUILD_ROOT/%{_liconsdir}/%{name}.png
convert icons/wmcpuload-32x32.xpm $RPM_BUILD_ROOT/%{_iconsdir}/%{name}.png
convert icons/wmcpuload-48x48.xpm $RPM_BUILD_ROOT/%{_miconsdir}/%{name}.png


mkdir -p %buildroot%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%name.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name}
Icon=%{name}
Categories=System;Monitor;
Name=WmCPULoad
Comment=CPU monitoring in a dockapp
EOF


%clean
[ -z %buildroot ] || {
    rm -rf %buildroot
}


%if %mdkversion < 200900
%post
%{update_menus}
%endif


%if %mdkversion < 200900
%postun
%{clean_menus}
%endif


%files
%defattr (-,root,root)
%doc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO THANKS
%{_bindir}/*
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0pre4-11
+ Revision: afa9f47
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9118 |14cr|wmcube-0.98-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.98
%define release  16
%define name wmcube

Summary:  Realtime rotating 3d-object and CPU load in a small dock app
Name:		%name
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Monitoring
Source0:	%name-%{version}.tar.bz2
Source1:	%name-icons.tar.bz2
URL:		http://boombox.campus.luth.se/projects.php
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)


%description
wmCube is a dockapp that displays a realtime rotating 3d-object 
and the current CPU load.


%prep
rm -rf %buildroot

%setup -q -n wmcube

%build
make -C wmcube -f Makefile.LINUX CFLAGS="$RPM_OPT_FLAGS"

%install
[ -d %buildroot ] && rm -rf %buildroot

install -m 755 -d %buildroot%{_miconsdir}
install -m 755 -d %buildroot%{_iconsdir}
install -m 755 -d %buildroot%{_liconsdir}
tar xOjf %SOURCE1 16x16.png > %buildroot%{_miconsdir}/%name.png
tar xOjf %SOURCE1 32x32.png > %buildroot%{_iconsdir}/%name.png
tar xOjf %SOURCE1 48x48.png > %buildroot%{_liconsdir}/%name.png

mkdir -p %buildroot%{_bindir}
install -m 755 wmcube/wmcube %buildroot%{_bindir}

mkdir -p %buildroot%{_datadir}/wmcube
install -m 644 3dObjects/* %buildroot%{_datadir}/wmcube


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=WmCube
Comment=%{summary}
Exec=%{_bindir}/%{name} -o %{_datadir}/%name/ball-solid.wmc
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-System-Monitoring;System;Monitor;
EOF


%clean
rm -rf %buildroot

%if %mdkversion < 200900
%post
%update_menus
%endif


%if %mdkversion < 200900
%postun
%clean_menus
%endif


%files
%defattr (-,root,root)
%doc CHANGES INSTALL README TODO
%{_bindir}/%name
%{_liconsdir}/%name.png
%{_miconsdir}/%name.png
%{_iconsdir}/%name.png
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/%name/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.98-16
+ Revision: c739b0e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9119 |14cr|wmdf-0.1.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name wmdf
%define version 0.1.6
%define release  9

Summary:	An app to monitor disk IO and available space on partitions
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Graphical desktop/WindowMaker
Source0:	%{name}-%{version}.tar.bz2
Source10:	%{name}-16x16.png
Source11:	%{name}-32x32.png
Source12:	%{name}-48x48.png
URL:		http://www.dockapps.com/file.php/id/175
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xext)


%description
An app to monitor disk usage,the app makes use of the OS filesystem info
and partition info functions so is very low on the CPU usage scale. It
allows you to toggle the mount point with scrolling information about the
disk usage and free space etc.

%prep
%setup -q

%build
%configure
%make

%install
[ -d %buildroot ] && rm -rf %buildroot

%makeinstall

install -m 755 -d %buildroot%{_miconsdir}
install -m 755 -d %buildroot%{_iconsdir}
install -m 755 -d %buildroot%{_liconsdir}
install -m 644 %SOURCE10 %buildroot%{_miconsdir}/%{name}.png
install -m 644 %SOURCE11 %buildroot%{_iconsdir}/%{name}.png
install -m 644 %SOURCE12 %buildroot%{_liconsdir}/%{name}.png


install -m 755 -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=WmDf
Comment=An app to monitor disk IO and available space on partitions
Exec=%{_bindir}/%{name} -at 99 -bl
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-System-Monitoring;System;Monitor;
EOF


# This is commented as we don't need it
#mv %buildroot/usr/bin/i586-mandrake-linux-gnu-wmdf    %buildroot%prefix/bin/wmdf
#mv %buildroot//usr/share/man/man1/i586-mandrake-linux-gnu-wmdf.1 %buildroot%_mandir/man1/wmdf.1

%clean
[ -z %buildroot ] || {
    rm -rf %buildroot
}


%if %mdkversion < 200900
%post
%{update_menus}
%endif


%if %mdkversion < 200900
%postun
%{clean_menus}
%endif


%files
%defattr (-,root,root)
%doc AUTHORS COPYING README THANKS TODO ChangeLog
%{_bindir}/*
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.6-9
+ Revision: 6997863
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9120 |14cr|wmfire-1.2.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A WindowMaker dock.app that displays CPU load as fire in a small icon
Name:		wmfire
Version:	1.2.4
Release:	5
License:	GPLv2+
Group:		Graphical desktop/WindowMaker
Url:		http://www.swanson.ukfsn.org/
Source:		%{name}-%{version}.tar.gz
Source1:	%{name}-icons.tar.bz2
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(x11)

%description
wmfire is an eye-candy dock applet for Window Maker that displays generated
fire, possibly according to how much load the system is experiencing, or from
a number somewhere in a file. wmfire requires very little CPU.
It has options for cyanish or orange/red flames, you can even  set it to
display your motherboard temperature through lm_sensors.

%files
%doc README ChangeLog INSTALL NEWS AUTHORS COPYING
%{_bindir}/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

install -m 755 -d %{buildroot}%{_datadir}/pixmaps
tar xOjf %{SOURCE1} 48x48.png > %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name}
Icon=%{name}
Categories=System;Monitor;
Name=WmFire
Comment=A dock.app that displays CPU load as fire in a small icon
EOF


%changelog
* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.4-5
+ Revision: d78f514
- Use autoreconf, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9121 |14cr|wmfishtime-1.24-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 1.24
%define release 6
%define name wmfishtime

Summary:	Analog clock with background fish tank in a dockapp
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Monitoring
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}-icons.tar.bz2
URL:		http://www.ne.jp/asahi/linux/timecop/
BuildRequires:	gtk-devel
# Prefix:		/usr/X11R6
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
Well, this is just your standard time dockapp. Top part has the clock face,
bottom part has day of the week, followed by day, followed by month. Yellow
hand counts seconds, green hand counts minutes, red hand counts hours. Few
seconds after startup there are at least 32 bubbles floating up behind the
clock face.  There are 4 fishes randomly swimming back and forth. If you move
your mouse inside the dockapp window, the fish will get scared and run away.
If you compiled in mail checking (default), then whenever you get new mail
in the file pointed to by the $MAIL variable, it will display green weed
partially blocking the day/month counter, to remind you to read your mail.
If $MAIL is not set, nothing happens.

%prep

%setup -q -n %{name}-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS `gtk-config --cflags` ${EXTRA}" \
%make
     
%install
[ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT

install -m 755 -d $RPM_BUILD_ROOT%{_miconsdir}
install -m 755 -d $RPM_BUILD_ROOT%{_iconsdir}
install -m 755 -d $RPM_BUILD_ROOT%{_liconsdir}
tar xOjf %SOURCE1 %{name}-16x16.png > $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
tar xOjf %SOURCE1 %{name}-32x32.png > $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
tar xOjf %SOURCE1 %{name}-48x48.png > $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

mkdir -p $RPM_BUILD_ROOT%{_bindir}/
install -m 755 wmfishtime $RPM_BUILD_ROOT%{_bindir}/

mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/
bzip2 -9 -c wmfishtime.1 > $RPM_BUILD_ROOT%{_mandir}/man1/wmfishtime.1.bz2

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name} -b
Icon=%{name}
Categories=System;Monitor;
Name=WmFishTime
Comment=Analog clock in a tank fish
EOF


%clean
[ -z $RPM_BUILD_ROOT ] || {
    rm -rf $RPM_BUILD_ROOT
}


%if %mdkversion < 200900
%post
%{update_menus}
%endif


%if %mdkversion < 200900
%postun
%{clean_menus}
%endif


%files
%defattr (-,root,root)
%doc ALL_I_GET_IS_A_GRAY_BOX CODING INSTALL README AUTHORS COPYING
%{_bindir}/*
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%attr(644,root,man) %{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.24-6
+ Revision: b7a3cde
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9122 |14cr|wmii-3.10-0.b1.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	changeset	f3d88385ea7c
%define debug_package	%{nil}

Summary: Window Manager Improved 2, a X11 window manager for hackers
Name: wmii
Version: 3.10
License: MIT
Release: %mkrel -c b1 2
Group: Graphical desktop/Other
URL: http://wmii.suckless.org/
Source0: hg.suckless.org/wmii/archive/%{changeset}.tar.gz
Source100:  %{name}.rpmlintrc

BuildRequires: freetype2-devel
BuildRequires: pkgconfig(cairo)
BuildRequires: pythonegg(pyrex)
BuildRequires: pkgconfig(x11)
BuildRequires: libixp-devel > 0.5
BuildRequires: pkgconfig(python)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(xrandr)


Requires:	xterm
Requires:	xmessage 
Requires:	dwm-tools


%description
WMii is a dynamic window manager for X11.  It supports classic and tiled 
window management with extended keyboard, mouse, and 9P-based remote control.  
It consists of the wmii window manager and the wmiir the remote access utility.

%package python
Summary: Window Manager Improved 2 python files
Group: Graphical desktop/Other

%description python
Python files for %{name}.

%package devel
Summary: Window Manager Improved 2 devel files
Group: Development/C

%description devel
Development files for %{name}.


%prep
%setup -qn %{name}-%{changeset}

%build
sed -i \
    -e "/^PREFIX/s|=.*|= /usr|" \
    -e "/ETC/s|=.*|= /etc/X11|" \
%ifarch x86_64
	-e "s|/usr/lib|/usr/lib64|g" \
	-e "/ LIBDIR/s|=.*|= /usr/lib64|" \
%endif
    config.mk

%make

%install
%makeinstall_std

# install devel files
mkdir -p %{buildroot}%{_includedir}
find lib* -name '*.a' -exec cp {} %{buildroot}%{_libdir} \; -print
find lib* -name '*.h' -exec cp {} %{buildroot}%{_includedir} \; -print

# Install generated scripts to hook up WMI into gdm, xdm, and Co.
mkdir -p %{buildroot}%_sysconfdir/X11/wmsession.d
cat >    %{buildroot}%_sysconfdir/X11/wmsession.d/19%name << EOF
NAME=%name
EXEC=%{_bindir}/%name
DESC=%summary
SCRIPT:
exec %{_bindir}/%name
EOF


%if %mdkversion < 200900
%post
%make_session

%postun
%make_session
%endif

%files
%defattr(0644, root, root, 0755)
%doc LICENSE README 
%attr(0755, root, root) %{_bindir}/*
%{_mandir}/man1/*
%dir %_sysconfdir/X11/wmii-hg/
%attr(0755, root, root) %config(noreplace) %_sysconfdir/X11/%{name}-hg/*
%config(noreplace) %_sysconfdir/X11/wmsession.d/19%name

%files python
%defattr(0644, root, root, 0755)
%doc LICENSE README
%py_puresitedir

%files devel
%defattr(0644, root, root, 0755)
%doc LICENSE README
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/*


%changelog
* Sat Mar 15 2014 symbianflo <symbianflo@symbianflo> 3.10-0.b1.2
+ Revision: 0c9fff4
- Log: switch to pkgconfig style, add some linting filters, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9123 |14cr|wmix-3.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 3.2
%define release  8
%define name wmix

Summary: Dockapp OSS sound mixer
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: Sound
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}-icons.tar.bz2
URL: http://dockapps.org/file.php/id/58
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xpm)

%description
* This is a complete dockapp mixer utilizing the OSS mixer API
* Has a nice On-Screen-Display to visualize current volume levels
* Can adjust main volume, balance, recording status, and mute/unmute channels
* Supports mousewheel to adjust the volume settings
* Supports user specified signals to adjust the volume remotely
* User configuration file can be used to set options

%prep
%setup -q -n %{name}-%{version}

%build
make CFLAGS="%optflags" LDFLAGS="%ldflags"

%install
[ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT

install -m 755 -d $RPM_BUILD_ROOT%{_miconsdir}
install -m 755 -d $RPM_BUILD_ROOT%{_iconsdir}
install -m 755 -d $RPM_BUILD_ROOT%{_liconsdir}
tar xOjf %SOURCE1 %{name}-16x16.xpm > $RPM_BUILD_ROOT%{_miconsdir}/%{name}.xpm
tar xOjf %SOURCE1 %{name}-32x32.xpm > $RPM_BUILD_ROOT%{_iconsdir}/%{name}.xpm
tar xOjf %SOURCE1 %{name}-48x48.xpm > $RPM_BUILD_ROOT%{_liconsdir}/%{name}.xpm

mkdir -p $RPM_BUILD_ROOT%{_usr}/bin/
install -m 755 %{name} $RPM_BUILD_ROOT%{_usr}/bin/

mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
gunzip -c wmix.1x.gz | bzip2 -9 -c - > $RPM_BUILD_ROOT%{_mandir}/man1/wmix.1.bz2


mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=WMix
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;Audio / Midi / Mixer / Sequencer / Tuner / Audio;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr (-,root,root)
%doc AUTHORS README BUGS NEWS
%{_bindir}/%{name}
%attr(644,root,man) %{_mandir}/man1/*
%{_liconsdir}/%{name}.xpm
%{_miconsdir}/%{name}.xpm
%{_iconsdir}/%{name}.xpm
%{_usr}/share/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2-8
+ Revision: 76d9af3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9124 |14cr|wmlaptop-1.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	wmlaptop
%define version	1.4
%define release  10

Name: 	 	%{name}
Summary: 	Laptop info docklet for WindowMaker
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://wmlaptop.sourceforge.net/
License:	GPL
Group:		Graphical desktop/WindowMaker
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	imagemagick

%description
wmlaptop is a WindowMaker dockapp able to satisfy any requirements of a linux
user with a laptop. The smartest should have easily guessed that wmlaptop
includes an advanced battery information interface, including an indicator
which estimates the remaining battery autonomy. Anyway this is only one of the
useful functions provided:

* Battery estimated time remaining
* Multi Batteries support
* Battery remaining charge (visual and percent)
* Auto-Frequency Scaling
* Manual Frequency Scaling
* 0-100 Cpu Load indicator
* APM and ACPI support
* sysfs and /proc filesystems support
* Kernel 2.6 series fully compatible
* Visual support for multiple batteries
* "Visual and audio" alarm on Low-Battery
* Auto shutdown on Low-Battery
* Easy screen saver starter
* Console executable

%prep
%setup -q
chmod 644 README*

%build
%make CFLAGS="$RPM_OPT_FLAGS"
										
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%_bindir
install -m 4755 src/%name $RPM_BUILD_ROOT/%_bindir/

#menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=%{name}
Name=WMLaptop
Comment=Laptop status docklet
Categories=System;Monitor;
EOF

#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
convert -size 48x48 img/screenshot_1.jpeg $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
convert -size 32x32 img/screenshot_1.jpeg $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
convert -size 16x16 img/screenshot_1.jpeg $RPM_BUILD_ROOT/%_miconsdir/%name.png

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc AUTHORS BUGS CHANGELOG README* THANKS
%{_bindir}/%name
%{_datadir}/applications/mandriva-%name.desktop
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-10
+ Revision: e0932d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9125 |14cr|wmmemmon-1.0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Mem/Swap monitoring dockapp for WindowMaker
Name:		wmmemmon
Version: 1.0.1
Release: 9
License:	GPL
Group:		Graphical desktop/WindowMaker
Source0:	http://www.sh.rim.or.jp/~ssato/src/%{name}-%{version}.tar.bz2
URL:		http://www.sh.rim.or.jp/~ssato/wmmemmon-e.html
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xext)
BuildRequires:	imagemagick

%description
Mem/Swap monitoring dockapp for WindowMaker. Outside circle is Mem usage
in percent, inside is swap. It works fine with AfterStep and BlackBox.

%prep
%setup

%build
%configure2_5x
%make

%install
[ -d %buildroot ] && rm -rf %buildroot

install -m 755 -d %buildroot%_bindir
install -m 755 src/%name %buildroot%_bindir

install -m 755 -d %buildroot%_mandir/man1
install -m 755 doc/%name.1 %buildroot%_mandir/man1/

install -m 755 -d %buildroot%{_miconsdir}
install -m 755 -d %buildroot%{_iconsdir}
install -m 755 -d %buildroot%{_liconsdir}
convert icons/%{name}-16x16.xpm %buildroot%{_miconsdir}/%{name}.png
convert icons/%{name}-32x32.xpm %buildroot%{_iconsdir}/%{name}.png
convert icons/%{name}-48x48.xpm %buildroot%{_liconsdir}/%{name}.png

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name}
Icon=%{name}                 
Categories=System;Monitor;
Name=WmMemMon                 
Comment=Mem/Swap monitoring dockapp for WindowMaker
EOF


%clean
[ -z %buildroot ] || {
    rm -rf %buildroot
}


%if %mdkversion < 200900
%post
%{update_menus}
%endif


%if %mdkversion < 200900
%postun
%{clean_menus}
%endif


%files
%defattr (-,root,root)
%doc AUTHORS INSTALL NEWS COPYING README THANKS ChangeLog TODO
%{_bindir}/*
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-9
+ Revision: 1c9ee6a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9126 |14cr|wmMoonClock-1.27-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	wmMoonClock
%define version	1.27
%define release  9

Name: 	 	%{name}
Summary: 	Docklet that shows lunar ephemeris to fairly high accuracy
Version: 	%{version}
Release: 	%{release}

Source0:	%{name}-%{version}.tar.bz2
Source1:	wmmoonclock_icon.png
URL:		http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
License:	GPL
Group:		Graphical desktop/WindowMaker
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xext)
BuildRequires:	imagemagick

%description
wmMoonClock displays the lunar ephemeris with high accuracy. You can
define your local latitude and longitude to get precise results. And
even better you get a very nice moon icon that matches the current state
of the moon.

In order to get good results, you may have to find your geographical
coordinates, eg. from this site http://www.astro.com/atlas

%prep
%setup -q

%build
%{__cp} %{SOURCE1} .
cd Src
# copy icon to build dir
%make CFLAGS="%optflags %ldflags"
										
%install
rm -rf $RPM_BUILD_ROOT
%{__mkdir} -p $RPM_BUILD_ROOT/%_bindir
%{__mkdir} -p $RPM_BUILD_ROOT/%_mandir/man1
%{__cp} Src/%name $RPM_BUILD_ROOT/%_bindir/
%{__cp} Src/%name.1 $RPM_BUILD_ROOT/%_mandir/man1/

#menu
%{__mkdir} -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=%{name}
Name=wmMoonClock
Comment=Lunuar Ephemeris status docklet
Categories=System;Monitor;
EOF

#icons
%{__mkdir} -p $RPM_BUILD_ROOT/%_liconsdir
convert -size 48x48 wmmoonclock_icon.png $RPM_BUILD_ROOT/%_liconsdir/%name.png
%{__mkdir} -p $RPM_BUILD_ROOT/%_iconsdir
convert -size 32x32 wmmoonclock_icon.png $RPM_BUILD_ROOT/%_iconsdir/%name.png
%{__mkdir} -p $RPM_BUILD_ROOT/%_miconsdir
convert -size 16x16 wmmoonclock_icon.png $RPM_BUILD_ROOT/%_miconsdir/%name.png

# the various states of the applet
%{__mkdir} -p $RPM_BUILD_ROOT/%_iconsdir/%name
%{__cp} Src/*xpm $RPM_BUILD_ROOT/%_iconsdir/%name/

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc BUGS COPYING
%doc %{_mandir}/*/*
%{_bindir}/%name
%{_datadir}/applications/mandriva-%name.desktop
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png
%{_iconsdir}/%name/




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.27-9
+ Revision: 8b26147
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9127 |14cr|wmnd-0.4.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A dockapp for monitoring network interfaces
Name:		wmnd
Version:	0.4.16
Release:	3
License:	GPLv2
Group:		Monitoring
Source0:	http://www.thregr.org/~wavexx/software/wmnd/releases/%{name}-%{version}.tar.gz
Source1:	%{name}-icons.tar.bz2
URL:		http://www.thregr.org/~wavexx/software/wmnd/
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(sm)

%description
WMND (WindowMaker Network Devices) is a network monitoring
dock app improved and based on WMiFS 1.3b. You can find the
features of WMiFS 1.3b from documents in directory WMiFS.

%prep
%setup -q

%build
%configure2_5x
%make

%install
[ -d %{buildroot} ] && rm -rf %{buildroot}

%makeinstall_std
install -m 755 -d %{buildroot}%{_datadir}/pixmaps
tar xOjf %SOURCE1 %{name}-48x48.png > %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=wmnd
Comment=A dockapp for monitoring network interfaces
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-System-Monitoring;System;Monitor;
EOF

%clean
[ -z %{buildroot} ] || {
    rm -rf %{buildroot}
}

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr (-,root,root)
%doc examples/wmndrc NEWS AUTHORS README TODO ChangeLog
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/wmndrc





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.16-3
+ Revision: 2a92617
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9128 |14cr|wmpop3lb-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		wmpop3lb
%define version 2.4.2
%define release  11

Summary: 	POP3 mail box checker
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		Graphical desktop/WindowMaker
Source0:	%{name}%{version}.tar.bz2
Source1:	%{name}-icons.tar.bz2
URL:		http://www.jourdain.org/wmpop3/wmpop3lb%{version}.tar.gz
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)

%description
 WMPop3LB is a multi POP3 accounts mailbox checker. It can connect to up to 6
 POP3 accounts to check if you have mail, get the "From:" and "Subject:" header
 fields of each mail and display them in a 7 lines window. It can list up to 19
 messages per server which can be read by scrolling the window up and down.
 Messages can be deleted directly off the servers by selecting the mails to
 delete and clicking the "delete" button.

 You may configure your .wmpop3rc either by hand or through the graphical
 utility called wmpop3lbcfg
	
%prep

%setup -qn %{name}%{version}
mv wmpop3/.wmpop3rc_test wmpop3/wmpop3rc 

%build
make FLAGS="$RPM_OPT_FLAGS" -C wmpop3

%install
[ -d %buildroot ] && rm -rf %buildroot

install -m 755 -d %buildroot/usr/bin/
install -m 755 wmpop3/%{name} %buildroot/usr/bin/%{name}
install -m 755 -d %buildroot%{_miconsdir}
install -m 755 -d %buildroot%{_iconsdir}
install -m 755 -d %buildroot%{_liconsdir}
tar xOjf %SOURCE1 %name-16x16.png > %buildroot%{_miconsdir}/%{name}.png
tar xOjf %SOURCE1 %name-32x32.png > %buildroot%{_iconsdir}/%{name}.png
tar xOjf %SOURCE1 %name-48x48.png > %buildroot%{_liconsdir}/%{name}.png

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=/usr/bin/%{name}
Icon=%{name}
Categories=Office;Network;Email;
Name=WmPop3lb
Comment=Multiple mailbox monitoring via Pop3 in a dockapp
EOF


%clean
[ -z %buildroot ] || {
    rm -rf %buildroot
}

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr (-,root,root)
%doc CHANGE_LOG  COPYING  INSTALL  README wmpop3/wmpop3rc
/usr/bin/*
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.2-11
+ Revision: d79eb4c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9129 |14cr|wmsmixer-0.5.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:  	Dockapp sound mixer adjustable with mouse wheel
Name:		wmsmixer
Version:	0.5.1
Release:	11
License:	GPL
Group:		Graphical desktop/WindowMaker
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}-icons.tar.bz2
Patch0:		%name.patch
Patch1:		%name-Imakefile.patch
URL:		http://www.hibernaculum.net/wmsmixer.html
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xext)
BuildRequires:	imake

%description
 This is a hack to wmmixer which makes some changes to the display and adds a
 few new features, most notably scrollwheel support. The main changes between
 this and wmmixer are:
  o Added scrollwheel support. If your scrollwheel is mapped to buttons 4 and
    5, using it will increase/decrease the volume of the current channel.
  o Removed all the recsrc code.
  o Changed the display arrangement slightly, and replaced the recsrc button
    with a text display. This normally shows the volume of the current channel.
  o Added the setname configuration option, which allows you to give a
    different channel name (4 chars max) to the built in one if you wish.
  o Clicking on the channel icon will briefly display the text name for the
    channel. This is also displayed when you switch channels.
  o Mono channels have one wide bar rather than two thinner ones.
  o Changed some icons, and added a few new ones. Several icons are still to be
  o created. Any submissions are always welcome.

%prep
rm -rf %buildroot
%setup -q

%patch0 -p1
%patch1 -p1

%build
# due to Imakefile patch
xmkmf
CFLAGS="$RPM_OPT_FLAGS" make %name

%install
[ -d %buildroot ] && rm -rf %buildroot

install -m 755 -d %buildroot%{_miconsdir}
install -m 755 -d %buildroot%{_iconsdir}
install -m 755 -d %buildroot%{_liconsdir}
tar xOjf %SOURCE1 %{name}-16x16.png > %buildroot%{_miconsdir}/%{name}.png
tar xOjf %SOURCE1 %{name}-32x32.png > %buildroot%{_iconsdir}/%{name}.png
tar xOjf %SOURCE1 %{name}-48x48.png > %buildroot%{_liconsdir}/%{name}.png

mkdir -p %buildroot%_bindir/
install -m 755 %{name} %buildroot%{_bindir}/


install -m 755 -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=WmsMixer
Comment=Dockapp sound mixer adjustable with mouse wheel
Exec=%{_bindir}/%{name} -w
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;Audio;Mixer;
EOF

%clean
rm -rf %buildroot

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr (-,root,root)
%doc COPYING README README.wmmixer  home.wmsmixer
%{_bindir}/%{name}
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-11
+ Revision: 2f8f6cd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9130 |14cr|wmsmpmon-3.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Summary System information for Dual CPUs (memory, swap, cpu, IO) in a small dock app
Summary:	%Summary
Name:		wmsmpmon
Version:	3.1
Release:	7
License:	GPLv2+
Group:		Graphical desktop/WindowMaker
Source0:	wmSMPmon-%{version}.tar.gz
Source1:	%{name}-icons.tar.bz2
URL:		http://www.ribbrock.org/binabit/wmSMPmon/
BuildRequires:	libxpm-devel
BuildRequires:	libxext-devel
BuildRequires:	libxau-devel
BuildRequires:	libxdmcp-devel
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
Monitor your dual processor system, memory, swap, and IOs in a small
dock app. It has been designed to work with wmaker, but nothing prevents
it from being run under another window manager.
 

%prep
rm -rf %buildroot

%setup -q -n wmSMPmon-%{version}

%build
make -C wmSMPmon CFLAGS="$RPM_OPT_FLAGS"

%install
[ -d %buildroot ] && rm -rf %buildroot

install -m 755 -d %buildroot%{_miconsdir}
install -m 755 -d %buildroot%{_iconsdir}
install -m 755 -d %buildroot%{_liconsdir}
tar xOjf %SOURCE1 %{name}.16x16.png > %buildroot%{_miconsdir}/%{name}.png
tar xOjf %SOURCE1 %{name}.32x32.png > %buildroot%{_iconsdir}/%{name}.png
tar xOjf %SOURCE1 %{name}.48x48.png > %buildroot%{_liconsdir}/%{name}.png

mkdir -p %buildroot%{_bindir}/ %buildroot%{_mandir}/man1/
install -m 755 wmSMPmon/wmSMPmon %buildroot%{_bindir}/
install -m 644 wmSMPmon/wmSMPmon.1 %buildroot%{_mandir}/man1/

chmod 644 {GREETINGS,LISEZ-MOI,COPYING}


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=wmSMPmon
Comment=%{Summary}
Exec=%{_bindir}/wmSMPmon -g 3
Icon=%{name}
Terminal=false
Type=Application
Categories=System;Monitor;
EOF


%clean
rm -rf %buildroot


%if %mdkversion < 200900
%post
%{update_menus}
%endif


%if %mdkversion < 200900
%postun
%{clean_menus}
%endif


%files
%defattr (-,root,root)
%doc GREETINGS  LISEZ-MOI COPYING
%{_bindir}/*
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%{_mandir}/man1/wmSMPmon.1.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1-7
+ Revision: 26c420d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9131 |14cr|wmstock-0.11-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:  A stock ticker in a small dock app
Name:		wmstock
Version: 0.11
Release: 11
License:	GPL
Group:		Monitoring
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}-icons.tar.bz2
URL:		http://mattfischer.com/wmstock/
Requires:	wget
BuildRequires:	libxpm-devel
BuildRequires:	libxext-devel
BuildRequires:	libxau-devel
BuildRequires:	libxdmcp-devel
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
wmstock  is  a  stock  ticker  dock  app  for Window Maker.  It displays
stock quote data and cycles through tickers.  wmstock is designed to dock
with the Window Maker dock, but it will run as a 64x64 window an any window
manager.  wmstock is also very efficient with colors, and is 8-bit friendly.


%prep
rm -rf %buildroot

%setup -q -n wmstock

%build
make -C src CFLAGS="$RPM_OPT_FLAGS"

%install
[ -d %buildroot ] && rm -rf %buildroot

install -m 755 -d %buildroot%{_miconsdir}
install -m 755 -d %buildroot%{_iconsdir}
install -m 755 -d %buildroot%{_liconsdir}
tar xOjf %SOURCE1 %{name}-16x16.png > %buildroot%{_miconsdir}/%{name}.png
tar xOjf %SOURCE1 %{name}-32x32.png > %buildroot%{_iconsdir}/%{name}.png
tar xOjf %SOURCE1 %{name}-48x48.png > %buildroot%{_liconsdir}/%{name}.png

mkdir -p %buildroot%{_bindir}
install -m 755 src/wmstock  %buildroot%{_bindir}
install -m 755 src/getquote %buildroot%{_bindir}

mkdir -p %buildroot%{_mandir}/man1
install -m644 src/wmstock.1x %buildroot%{_mandir}/man1/wmstock.1

install -m 755 -d %buildroot%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Name=WmStock
Comment=A stock quote data display in a small icon
Exec=%{_bindir}/%{name} --delay=10 --open=8:30-16:00 --time2next=20 MAKE.PA INTC AMD
Icon=%{name}
Terminal=false
Type=Application
Categories=Office;Finance;
EOF


%clean
rm -rf %buildroot

%if %mdkversion < 200900
%post
%update_menus
%endif


%if %mdkversion < 200900
%postun
%clean_menus
%endif


%files
%defattr (-,root,root)
%doc CHANGES  COPYING  CREDITS  INSTALL  README  TODO
%{_bindir}/*
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%{_mandir}/man1/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-11
+ Revision: 85c4eef
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9132 |14cr|wmsysmon-0.7.7-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.7.7
%define release  10
%define name wmsysmon
%define debug_package	%{nil}

Summary:	System information (memory, swap, uptime, IO) in a small dock app
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Toys
Source0:	http://www.gnugeneration.com/software/wmsysmon/%{name}-%{version}.tar.bz2
Source1:	%{name}-icons.tar.bz2
Patch0:         01-break.dpatch
Patch1:         02-output.dpatch
Patch2:         03-src_makefile.dpatch
URL:		http://www.gnugeneration.com/software/wmsysmon/src/
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)

%description
This is a small dock application for use with WindowMaker (www.windowmaker.org)
to show system information on interrupt activity, memory use, swap use, and IO.
Wmsysmon was originally written by Dave Clark, Vito Caputo took over
development.


%prep

%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
make -C src CC="gcc %optflags %ldflags"

%install
install -m 755 -d $RPM_BUILD_ROOT%{_miconsdir}
install -m 755 -d $RPM_BUILD_ROOT%{_iconsdir}
install -m 755 -d $RPM_BUILD_ROOT%{_liconsdir}
tar xOjf %SOURCE1 %{name}.16x16.xpm > $RPM_BUILD_ROOT%{_miconsdir}/%{name}.xpm
tar xOjf %SOURCE1 %{name}.32x32.xpm > $RPM_BUILD_ROOT%{_iconsdir}/%{name}.xpm
tar xOjf %SOURCE1 %{name}.48x48.xpm > $RPM_BUILD_ROOT%{_liconsdir}/%{name}.xpm

mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -m 755 src/wmsysmon $RPM_BUILD_ROOT%{_bindir}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name}
Icon=%{name}
Categories=System;Monitor;
Name=WmSysMon
Comment=System information (memory, swap, uptime, IO) in a small icon
EOF


%files
%doc ChangeLog README
%{_bindir}/%{name}
%{_liconsdir}/%{name}.xpm
%{_miconsdir}/%{name}.xpm
%{_iconsdir}/%{name}.xpm
%{_datadir}/applications/%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.7-10
+ Revision: 04b589b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9133 |14cr|wmtop-0.84-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define version 0.84	
%define name wmtop
%define release 14

Summary:	WindowMaker dock applet for top
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Monitoring
Url:		http://wmtop.sourceforge.net/
Source:		http://ftp1.sourceforge.net/wmtop/%{name}-%{version}.tar.bz2
Patch0:		mkfile.patch.bz2

BuildRequires:		pkgconfig(xdmcp)
BuildRequires:		pkgconfig(xau)
BuildRequires:		pkgconfig(xext)
BuildRequires:		pkgconfig(xpm)

%description
Wmtop is a WindowMaker dockapp that is a mini graphical version of the 
cpu monitoring utility top. Themes are included.

%prep
%setup -q
%patch0

%build
%ifarch x86_64
perl -pi -e "s|lib|lib64|g" Makefile
%endif

%make linux

%install
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -s -m 755 wmtop $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -m 644 wmtop.1 $RPM_BUILD_ROOT%{_mandir}/man1/
chmod 644 BUGS CHANGES README TODO

%files
%{_bindir}/wmtop
%{_mandir}/man1/*
%doc BUGS CHANGES README TODO



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.84-14
+ Revision: c418a24
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9134 |14cr|wmweather-2.4.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define name	wmweather
%define version	2.4.4
%define release 10

Name: 	 	%{name}
Summary: 	Weather docklet for WindowMaker
Version: 	%{version}
Release: 	%{release}
# url and source no longer reachable...
Source:		%{name}-%{version}.tar.bz2
URL:		http://www.godisch.de/debian/wmweather/
License:	GPL
Group:		Graphical desktop/WindowMaker

BuildRequires:	pkgconfig(x11) 
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)

BuildRequires:  xmessage
Provides:	wmWeather
Obsoletes:	wmWeather

%description
A Window Maker docklet to show local weather conditions.

%prep
%setup -q

%build
cd src
%configure2_5x
%make
										
%install
cd src
%makeinstall

%files
%doc CHANGES README
%{_bindir}/*
%config(noreplace) %_sysconfdir/wmweather.conf
%{_mandir}/man1/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.4-10
+ Revision: f5fa9e8
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9135 |14cr|wmwifi-0.6-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	wmwifi
%define version	0.6
%define release  13

Name: 	 	%{name}
Summary: 	Wireless network monitor for WindowMaker
Version: 	%{version}
Release: 	%{release}

Source:		http://digitalssg.net/debian/%{name}-%{version}.tar.bz2
URL:		http://wmwifi.digitalssg.net/
License:	GPLv2+
Group:		Graphical desktop/WindowMaker
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(x11)
BuildRequires:	imagemagick

%description
WmWiFi should support any wireless drivers as long as those drivers support
the Linux kernels Wireless Extensions. This means that if you do a cat
/proc/net/wireles, you should see interface statistics there.

%prep
%setup -q

%build
%configure2_5x
%make
										
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

#menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=%{name}
Name=WMWifi
Comment=Wireless network docklet
Categories=System;Monitor;
EOF

#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
convert -size 48x48 src/display_link.xpm $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
convert -size 32x32 src/display_link.xpm $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
convert -size 16x16 src/display_link.xpm $RPM_BUILD_ROOT/%_miconsdir/%name.png

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_bindir}/%name
%{_datadir}/applications/mandriva-%name.desktop
%{_liconsdir}/%name.png
%{_iconsdir}/%name.png
%{_miconsdir}/%name.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6-13
+ Revision: 47456c4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9136 |14cr|wmx-6pl1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name wmx
%define version 6pl1
%define release  10

Summary: A minimal window manager
Name: %{name}
Version: %{version}
Release: %{release}
License: BSD-like
Url: http://www.all-day-breakfast.com/wmx/
Group: Graphical desktop/Other
Source0: %{name}-%{version}.tar.bz2
Patch1: wmx-syntax-fix.patch
Patch2: wmx-my-config.patch
Patch3: wmx-64bitptr.patch
Requires: rxvt
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xpm)

%description
wmx is another window manager for X. It provides a unusual style of
window decoration and only minimal functionality--no icons, no toolbars,
no docks. wmx is barely configurable except by editing the source and
recompiling the code.

%prep
%setup -q
%patch1 -p0
%patch2 -p0
%patch3 -p0

%build
%configure2_5x
%make

%install
rm -fr %buildroot
install -d %buildroot%_bindir
install -d %buildroot/%_sysconfdir/X11/wmsession.d/
install -m 755 wmx %buildroot%_bindir/wmx

cat << EOF > %buildroot/%_sysconfdir/X11/wmsession.d/25wmx
NAME=wmx
EXEC=/usr/bin/wmx
DESC=Minimal windows manager without configuration
SCRIPT:
exec /usr/bin/wmx
EOF
cat <<XCLIENTS > Xclients
#!/bin/sh
# This is an example of ~/.Xclients file to start wmx

xdaliclock -transparent -fg black -builtin1 -24 -noseconds -geometry -5-5 -xrm "*overrideRedirect: True" &
exec wmx
XCLIENTS

%clean
rm -fr %buildroot

%files
%defattr(-,root,root,0755)
%doc README* UPDATES Xclients Config.h
%{_bindir}/wmx
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/25wmx




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6pl1-10
+ Revision: 51dcac0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9137 |14cr|wmxss-0.1-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
Summary:	Frontend for xscreensaver in a dock.app
Name:		wmxss
Version:	0.1
Release:	19
License:	GPL
Group:		Graphical desktop/WindowMaker
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}-icons.tar.bz2
URL:		http://nis-www.lanl.gov/~mgh/WindowMaker/wmxss-0.1.tar.gz
Requires:	xscreensaver-gl
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)


%description
Frontend for xscreensaver.
Right now it only runs the separate hacks in the DockApp


%prep
%setup -q

%build
make -C Src CFLAGS="$RPM_OPT_FLAGS"

%install
install -m 755 -d %buildroot%{_miconsdir}
install -m 755 -d %buildroot%{_iconsdir}
install -m 755 -d %buildroot%{_liconsdir}
tar xjOf %SOURCE1 %{name}-16x16.png > %buildroot%{_miconsdir}/%{name}.png
tar xjOf %SOURCE1 %{name}-32x32.png > %buildroot%{_iconsdir}/%{name}.png
tar xjOf %SOURCE1 %{name}-48x48.png > %buildroot%{_liconsdir}/%{name}.png

mkdir -p %buildroot%{_bindir}
install -c -s -m 0755 Src/wmxss %buildroot%{_bindir}


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=WmXss
Comment=Frontend for xscreensaver in a dock.app
Exec=%{_bindir}/%{name} -e /usr/lib/xscreensaver/lament
Icon=%{name}
Terminal=false
Type=Application
Categories=Screensaver;
EOF


%files
%doc COPYING
%{_bindir}/*
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-19
+ Revision: c7ad8ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9138 |14cr|wol-0.7.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name wol
%define version 0.7.1
%define release 8

Summary: Wake On LAN client
Name: %name
Version: %version
Release: %release
Url: http://ahh.sourceforge.net/wol/
License : GPL
Group: Networking/Other
Source: %{name}-%{version}.tar.bz2
Buildroot: %_tmppath/%name-%version-buildroot

%description
wol implements Wake On LAN functionality in a small program. 
It wakes up hardware that is Magic Packet compliant.
Consider you have a sleeping or turned-off computer and you 
want to remotely wake him up. Just type wol MAC-ADDRESS and 
the host wakes up (OK, it will boot ;-). 

%prep

%setup -q

%build
#aclocal
#automake
%configure

%make

%install

rm -rf $RPM_BUILD_ROOT
%makeinstall
%find_lang %{name}




%clean
rm -rf $RPM_BUILD_ROOT

%files  -f %{name}.lang
%defattr(-,root,root)
#%doc COPYING INSTALL README 
%doc COPYING README 
%{_bindir}/*
%{_datadir}/info/*
%{_datadir}/man/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-8
+ Revision: 34fd142
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9139 |14cr|wondershaper-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		wondershaper
Version:	1.2.1
Release:	2
Summary:	Simple Network Shaper
Group:		System/Servers
License:	GPLv2+
URL:		http://sourceforge.net/projects/wondershaper/
Source:		http://downloads.sourceforge.net/project/wondershaper/%{name}-%{version}.tar.gz
Requires:	iproute2
BuildArch:	noarch

%description
Many cable-modem and ADSL users experience horrifying latency
while uploading or downloading. They also notice that uploading
hampers downloading greatly. The Wondershaper neatly addresses
these issues, allowing users of a router with a Wondershaper to
continue using SSH over a loaded link happily.

%prep
%setup -q

%build
# Nothing to build.

%install
install -pDm 755 wshaper %{buildroot}/%{_sbindir}/%{name}

%files
%doc ChangeLog COPYING README
%{_sbindir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-2
+ Revision: e00d213
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9140 |14cr|wordpress-3.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Personal publishing platform
Name:		wordpress
Version:	3.5.1
Release:	3
License:	GPLv2+
Group:		System/Servers
URL:		http://wordpress.org/
Source0:	http://wordpress.org/%{name}-%{version}.tar.gz
Source1:	README.install.urpmi
Requires:	apache-mod_php
Requires:	php-mysql
BuildArch:	noarch

%description
WordPress is a state-of-the-art, semantic, personal publishing platform with a
focus on aesthetics, Web standards, and usability. It was born out of a desire
for an elegant, well-architectured personal publishing system, and is the
official successor to b2/cafelog. While primarily geared towards functioning
as a Weblog, it is also a flexible CMS capable of managing many types of Web
sites. In addition to the basic Weblog functions, it also has an integrated
link manager (e.g. for blogrolls), XFN support, support for "static" pages,
Atom and RSS feeds for both content and comments, XML-RPC blogging API support
(Blogger, MetaWeblog, and Movable Type APIs), spam blocking features, advanced
cruft-free URL generation, a flexible theme system, and an advanced plugin API.

%prep

%setup -q -n %{name}

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# fix dir perms
find . -type d | xargs chmod 755

# fix file perms
find . -type f | xargs chmod 644

# disable wordpress update option
sed -i -e "s/add_action/#add_action/g" wp-includes/update.php

%build

%install
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}/var/www/%{name}

#cp %{SOURCE1} ./README.install.urpmi

cp -aRf * %{buildroot}/var/www/%{name}/

cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf << EOF

Alias /%{name} /var/www/%{name}

<Directory /var/www/%{name}>
    AllowOverride None
    Require all granted

#    Options FollowSymlinks
#    RewriteEngine On
#    RewriteBase /
#    RewriteCond %{REQUEST_FILENAME} !-f
#    RewriteCond %{REQUEST_FILENAME} !-d
#    RewriteRule . /index.php [L]
		    
</Directory>

EOF

# cleanup
rm -f %{buildroot}/var/www/%{name}/license.txt
cp %{SOURCE1} ./README.install.urpmi

%files
%doc README.install.urpmi
%doc license.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
/var/www/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.1-3
+ Revision: 0b69608
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9141 |14cr|worker-3.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define docver 2.10.0.2

Summary: A file manager for X in AMIGA style
Name:    worker
Version: 3.1.0
Release: 2
Source0: http://www.boomerangsworld.de/cms/worker/downloads/%{name}-%{version}.tar.bz2
Source1: worker-%{docver}-doc.tar.bz2
Source3: %{name}-48.png
Source4: %{name}-32.png
Source5: %{name}-16.png
License: GPLv2+
Group: File tools
URL: http://www.boomerangsworld.de/worker
BuildRequires: pkgconfig(x11)
BuildRequires: magic-devel

%description
Worker is a graphical filemanager for the X Window System.
It use the classical two-panel-view of the files and directories. 
It hast many intern operations while any extern program can also be
used for operate on the selected items. You can easily add actions 
to filetypes or buttons with the builtin configuration program.

%prep
%setup -q -a 1

%build
%configure2_5x
%make

pushd %name-%docver-doc
%configure2_5x
%make
popd

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
%makeinstall_std -C %name-%docver-doc

mkdir -p $RPM_BUILD_ROOT{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README NEWS AUTHORS ChangeLog
%{_bindir}/*
%_datadir/applications/*.desktop
%{_datadir}/worker
%{_mandir}/man1/worker.1*
%lang(fr) %{_mandir}/fr/man1/worker.1.*
%lang(it) %{_mandir}/it/man1/worker.1.*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%_datadir/pixmaps/*.xpm



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.0-2
+ Revision: 89a7e42
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9142 |14cr|workrave-1.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define libname %mklibname workrave-private %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname -d workrave-private

Summary:	Assists in recovery and prevention of Repetitive Strain Injury (RSI)
Name:		workrave
Version:	1.10.1
Release:	2
License:	GPLv3+
Group:		Accessibility
Url:		http://www.workrave.org/
Source0:	http://prdownloads.sourceforge.net/workrave/%{name}-%{version}.tar.gz
Patch0:		workrave-1.10.1-desktop.patch
BuildRequires:	doxygen
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	python-cheetah
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gdkmm-2.4)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(gnet-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtkmm-3.0)
BuildRequires:	pkgconfig(libpanelapplet-4.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xtst)
Obsoletes:	%{name}-applet < 1.9.4

%description
Workrave is a program that assists in the recovery and prevention of
Repetitive Strain Injury (RSI). The program frequently alerts you to
take micro-pauses, rest breaks and restricts you to your daily limit.

The program can be run distributed on one or more PCs. All connected
PCs share the same timing information. When you switch computers, you
will still be asked to pause on time.

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/sounds/%{name}
%{_datadir}/dbus-1/services/org.workrave.Workrave.service
%{_iconsdir}/hicolor/*/apps/%{name}*
%{_iconsdir}/hicolor/scalable/workrave-sheep.svg

#----------------------------------------------------------------------------

%package gnome-applet
Summary:	Workrave GNOME applet
Group:		Accessibility
Requires:	%{name} = %{version}-%{release}

%description gnome-applet
Workrave is a program that assists in the recovery and prevention of
Repetitive Strain Injury (RSI). The program frequently alerts you to
take micro-pauses, rest breaks and restricts you to your daily limit.

The program can be run distributed on one or more PCs. All connected
PCs share the same timing information. When you switch computers, you
will still be asked to pause on time.

This package contains applet specific for GNOME desktop environment.
It is not necessary for basic functionality, but %{name} can cooperate
more with GNOME environment, such as embedding in GNOME panel.

%files gnome-applet
%{_libexecdir}/workrave-applet
%{_datadir}/dbus-1/services/org.gnome.panel.applet.WorkraveAppletFactory.service
%{_datadir}/gnome-panel/4.0/applets/org.workrave.WorkraveApplet.panel-applet
%{_datadir}/gnome-panel/ui/workrave-gnome-applet-menu.xml

#----------------------------------------------------------------------------

%package -n gnome-shell-%{name}-extension
Summary:	Workrave GNOME Shell extension
Group:		Accessibility
Requires:	%{name} = %{version}-%{release}

%description -n gnome-shell-%{name}-extension
Workrave is a program that assists in the recovery and prevention of
Repetitive Strain Injury (RSI). The program frequently alerts you to
take micro-pauses, rest breaks and restricts you to your daily limit.

The program can be run distributed on one or more PCs. All connected
PCs share the same timing information. When you switch computers, you
will still be asked to pause on time.

This package contains GNOME Shell extension.

%files -n gnome-shell-%{name}-extension
%{_datadir}/gnome-shell/extensions/workrave@workrave.org


#----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	Shared library for %{name}

%description -n %{libname}
Sahred library for %{name}.

%files -n %{libname}
%{_libdir}/libworkrave-private-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface library for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Workrave-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries, header files and utilities for %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Workrave is a program that assists in the recovery and prevention of
Repetitive Strain Injury (RSI). The program frequently alerts you to
take micro-pauses, rest breaks and restricts you to your daily limit.

The program can be run distributed on one or more PCs. All connected
PCs share the same timing information. When you switch computers, you
will still be asked to pause on time.

This package contains the files necessary to develop applications with
%{name}.

%files -n %{devname}
%{_libdir}/libworkrave-private-%{api}.so
%{_datadir}/gir-1.0/Workrave-%{api}.gir

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--enable-app-text=no \
	--enable-distribution=yes \
	--enable-gconf=yes \
	--enable-dbus=yes \
	--disable-static \
	--disable-rpath \
	--disable-xml \
	--disable-gnome2 \
	--disable-indicator \
	--disable-schemas-compile \
	--enable-gnome3

%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.1-2
+ Revision: 89f240a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9143 |14cr|worldofpadman-1.6-Stan8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}
%define gamelibdir	%{_libdir}/games/%{name}
Name:           worldofpadman
Version:        1.6
Release:        %mkrel Stan8
Summary:        World Of Padman - Comic 3D-Shooter
Group:          Games/Other
URL:            http://worldofpadman.com/website/
License:        GPLv2+
Source0:        %{name}-%{version}-src.zip
Source1:        %{name}.desktop
Source2:        wop.png
%ifarch x86_64
BuildRequires:	lib64SDL-devel
%else
BuildRequires:	libSDL-devel 
%endif
BuildRequires:	openal-devel 
BuildRequires:	curl-devel 
BuildRequires:	jpeg-devel
BuildRequires:	libvorbis-devel
BuildRequires:	libtheora-devel
BuildRequires:	speex-devel
BuildRequires:	zlib-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	imagemagick
Requires:	%{name}-data = %{version}


%description
World of Padman (WoP) is a first-person shooter computer game available in
both English and German. The idea is based on the Padman comic strip for the
magazine PlayStation Games created by the professional cartoon artist Andreas
'ENTE' Endres, who is also the man who made many of the maps included with the
game in 1998. Most of the maps in the game are Lilliput style.

%files
%{_gamesbindir}/%{name}
%dir %{gamelibdir}
%{gamelibdir}/baseq3
%{gamelibdir}/missionpack
%ifarch x86_64
%{gamelibdir}/renderer_opengl1_x86_64.so
%else
%{gamelibdir}/renderer_opengl1_i386.so
%endif
%{gamelibdir}/wop.*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------

%package server
Group:		Games/Other
Summary:	Dedicated server for World of Padman
Requires:	%{name}-data => %{version}

%description server
This package contains the dedicated server for World of Padman.

%files server
%{gamelibdir}/wopded.*

#----------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}_svn2178-src

%build
#Remove bunbled libs and use system libs
rm -fr code/libcurl
rm -fr code/SDL12
rm -fr code/zlib
rm -fr code/libspeex
rm -fr code/jpeg-8c

%make \
	DEFAULT_BASEDIR=%{_gamesdatadir}/%{name}/ \
	BUILD_CLIENT=YES \
	BUILD_SERVER=YES \
	BUILD_SND_OPENAL=YES \
	BUILD_SND_QF=YES \
	USE_INTERNAL_SPEEX=0 \
        USE_INTERNAL_ZLIB=0 \
	USE_INTERNAL_JPEG=0 \
	USE_LOCAL_HEADERS=0 \
	DEBUG_BUILD=NO

%install
%make	\
	copyfiles USE_LOCAL_HEADERS=0 \
        USE_INTERNAL_SPEEX=0 \
	USE_INTERNAL_ZLIB=0 \
	USE_INTERNAL_JPEG=0 \
	COPYDIR=%{buildroot}%{gamelibdir}

mkdir -p %{buildroot}/%{_datadir}/applications
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{32x32,64x64,128x128,256x256}/apps

binary=`basename %{buildroot}%{gamelibdir}/wop.*`

install -d %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} <<EOF
#!/bin/sh
cd %{gamelibdir}
exec ./$binary \$*
EOF
chmod 755 %{buildroot}%{_gamesbindir}/%{name}

install -m 0644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png
convert -scale 128x128 %{SOURCE2}  %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
convert -scale 64x64 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
convert -scale 32x32 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png

cp %SOURCE1 "%{buildroot}%{_datadir}/applications/"



%changelog
* Sun Feb 16 2014 Stan8 <stasiek0000@poczta.onet.pl> 1.6-Stan8
+ Revision: 399371c
- Updated worldofpadman.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9144 |14cr|worldofpadman-data-1.6-Stan8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gamename	worldofpadman
Name:		%{gamename}-data
Version:	1.6
Release:	%mkrel Stan8
Summary:	Data files for World of Padman
License:	Freeware
Group:		Games/Other
URL:		http://www.worldofpadman.com/
Source0:	http://freefr.dl.sourceforge.net/project/worldofpadman/wop-1.5-unified.zip
#Source1:	http://optimate.dl.sourceforge.net/project/worldofpadman/wop-1.5.x-to-1.6-patch-unified.zip
Source1:	ftp://194.8.197.22/gentoo/distfiles/wop-1.5.x-to-1.6-patch-unified.zip
BuildArch:	noarch
BuildRequires:	fdupes
Provides:	%{gamename} = %{version}

%description
Data files (audio, maps, etc.) for World of Padman.

%prep
%setup -c -q -n %{gamename}_%{version}
unzip -q -o %{SOURCE1}

%build

%install
mkdir -p %{buildroot}/%{_gamesdatadir}/%{gamename}
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
cp -ap wop %{buildroot}/%{_gamesdatadir}/%{gamename}
cp -ap XTRAS/changelog.txt %{buildroot}/%{_defaultdocdir}/%{name}
cp -ap XTRAS/copyright*.txt %{buildroot}/%{_defaultdocdir}/%{name}
cp -ap XTRAS/gpl.txt %{buildroot}/%{_defaultdocdir}/%{name}
cp -ap XTRAS/readme* %{buildroot}/%{_defaultdocdir}/%{name}
fdupes $RPM_BUILD_ROOT

%files
%{_defaultdocdir}/%{name}
%{_gamesdatadir}/%{gamename}


%changelog
* Sun Jan 05 2014 Stan8 <stasiek0000@poczta.onet.pl> 1.6-Stan8
+ Revision: dcd7d1b
- Updated worldofpadman-data.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9145 |14cr|worminator-3.0R2.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		worminator
Version:	3.0R2.1
Release:	8
Summary:	Sidescrolling platform and shoot 'em up action game
Group:		Games/Arcade
License:	GPLv2+
URL:		http://sourceforge.net/projects/worminator/
Source0:	http://download.sourceforge.net/worminator/worminator-%{version}.tar.gz
Source1:	worminator.png
Patch0:		worminator-3.0R2.1-speed.patch
Patch1:		worminator-3.0R2.1-mdv-fix-str-fmt.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
BuildRequires:	allegro-devel
Requires:	worminator-data >= %{version}

%description
You play as The Worminator and fight your way through many levels of madness
and mayhem. Worminator features nine unique weapons, visible character damage,
full screen scrolling, sound and music, and much more!

%prep
%setup -q
%patch0 -p1 -z .speed
%patch1 -p1 -b .strfmt
sed -i 's/\r//' ReadMe.txt

%build
gcc %{optflags} -fsigned-char -Wno-deprecated-declarations \
  -Wno-char-subscripts -DDATADIR=\"%{_datadir}/%{name}/\" -o %{name} \
  Worminator.c `allegro-config --libs` -lm

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_bindir}
install -m 0755 %{name} %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Worminator
Comment=A jump, run and shoot action game
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

%clean
rm -rf %{buildroot}

%post
%{update_icon_cache hicolor}

%postun
%{clean_icon_cache hicolor}

%files
%defattr(-,root,root)
%doc ReadMe.txt changes.unix license.txt license-change.txt
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/worminator.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0R2.1-8
+ Revision: 2476be7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9146 |14cr|worminator-data-3.0R2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           worminator-data
Version:        3.0R2.1
Release:        6
Summary:        Data for Worminator
Group:          Games/Arcade
License:        GPLv2+
URL:            http://sourceforge.net/projects/worminator/
Source0:        http://download.sourceforge.net/worminator/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}
BuildArch:      noarch

%description
Data for Worminator, a game where you play as The Worminator and fight your
way through many levels of madness and mayhem. Worminator features nine unique
weapons, visible character damage, full screen scrolling, sound and music, and
much more!

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/worminator
tar xzf %{SOURCE0} -C %{buildroot}%{_datadir}/worminator
rm %{buildroot}%{_datadir}/worminator/ICON.ICO

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/worminator




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0R2.1-6
+ Revision: 5fb69ee
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9147 |14cr|wput-0.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	wput
%define version 0.6.1
%define release 3

Name: 		%{name}
Release: 	%{release}
Version: 	%{version}
Summary: 	Uploading files to FTP servers
License: 	GPLv2
Group: 		Networking/File transfer
Source:		http://prdownloads.sourceforge.net/wput/%{name}-%{version}.tar.bz2
URL:		http://wput.sourceforge.net/
BuildRoot: 	%{_tmppath}/%{name}-%{version}

%description
Wput is the opposite of wget, capable of uploading files to FTP 
servers with an easy to use command line interface similar to 
wget's (old) one.

%prep
%setup -q 
chmod 644 COPYING

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_sysconfdir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 wput %{buildroot}%{_bindir}
install -m 644 doc/wput.1 %{buildroot}%{_mandir}/man1
install -m 644 doc/wputrc %{buildroot}%{_sysconfdir}
(cd po && %makeinstall)
%{find_lang} %{name}

%clean
rm -rf $RPM_BUILS_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc ChangeLog COPYING INSTALL TODO doc
%{_mandir}/man1/wput.1*
%{_bindir}/wput
%config(noreplace) %{_sysconfdir}/wputrc




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-3
+ Revision: a6b1b53
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9148 |14cr|writerperfect-0.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A collection of tools to transform various file formats into ODF
Name:		writerperfect
Version:	0.9.2
Release:	1
License:	MPLv2.0 or LGPLv2+
Group:		Office
Url:		http://sourceforge.net/p/libwpd/wiki/writerperfect/
Source0:	http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libabw-0.1)
BuildRequires:	pkgconfig(libcdr-0.1)
BuildRequires:	pkgconfig(libe-book-0.1)
#BuildRequires:	pkgconfig(libepubgen-0.0)
BuildRequires:	pkgconfig(libetonyek-0.1)
BuildRequires:	pkgconfig(libfreehand-0.1)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(libmspub-0.1)
BuildRequires:	pkgconfig(libmwaw-0.3)
BuildRequires:	pkgconfig(libodfgen-0.1)
#BuildRequires:	pkgconfig(libpagemaker-0.0)
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	pkgconfig(libvisio-0.1)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(libwps-0.3)
Obsoletes:	wpd2sxw < 0.9

%description
Writerperfect is a collection of command-line tools to transform various
document formats into ODF. Among supported input formats are:
* AbiWord
* Apple Keynote
* Corel WordPerfect
* CorelDRAW
* Microsoft Publisher
* Microsoft Visio
* Microsoft Works

%files
%doc ChangeLog COPYING.LGPL COPYING.MPL NEWS README
%{_bindir}/abw2odt
%{_bindir}/cdr2odg
%{_bindir}/cmx2odg
%{_bindir}/ebook2odt
%{_bindir}/fh2odg
%{_bindir}/key2odp
%{_bindir}/mwaw2odf
%{_bindir}/pages2odt
%{_bindir}/pub2odg
%{_bindir}/vsd2odg
%{_bindir}/vss2odg
%{_bindir}/wks2ods
%{_bindir}/wpd2odt
%{_bindir}/wpg2odg
%{_bindir}/wps2odt

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x \
	--disable-silent-rules \
	--disable-werror \
	--with-libabw \
	--with-libcdr \
	--with-libe-book \
	--without-libepubgen \
	--with-libetonyek \
	--with-libfreehand \
	--with-libgsf \
	--with-libmspub \
	--with-libmwaw \
	--without-libpagemaker \
	--with-libvisio \
	--with-libwps

%make

%install
%makeinstall_std


%changelog
* Thu Sep 11 2014 Rosa <rosa@abf.rosalinux.ru> 0.9.2-1
+ Revision: a10527d
- Automatic import for version 0.9.2-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9149 |14cr|wshaperx-1.1a.x1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name wshaperx
%define version 1.1a.x1
%define release 11

Summary:   Helps maintain interactive latency on modem/ADSL/cable
Name:	   %name
Version:   %version
Release:   %release
License:   GPL
Group:     System/Servers
Url:       http://lartc.org/wondershaper/
Source:    %name-%version.tar.bz2
Patch0:	   wshaperx-1.1a.x1-pinit.patch.bz2
BuildRoot: %_tmppath/%name-%version
BuildArch: noarch
Requires(pre): rpm-helper

%description
Maintain low latency for interfactive traffic at all times.

This means that downloading or uploading files should not disturb SSH or 
even telnet. These are the most important things; even 200ms latency is 
sluggish to work over.

Allow 'surfing' at reasonable speeds while up or downloading
Even though http is 'bulk' traffic, other traffic should not drown it out 
too much.

Make sure uploads don't harm downloads, and the other way around. This is a 
much observed phenomenon where upstream traffic simply destroys download 
speed. It turns out that all this is possible, at the cost of a tiny bit of 
bandwidth. The reason that uploads, downloads and ssh hurt eachother is the 
presence of large queues in many domestic access devices like cable or DSL 
modems.

This package (wshaperx) is a branch of wondershaper. It works exactly the
same under the covers, but should be easier to configure it, and to set it
up to run automatically.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q
%patch0 -p1 -b .pinit

%build

%install

install -D -m 755 %name $RPM_BUILD_ROOT%_sbindir/%name
install -D -m 644 %name.conf $RPM_BUILD_ROOT%_sysconfdir/%name.conf
install -D -m 755 %name.ifup $RPM_BUILD_ROOT%_sysconfdir/sysconfig/network-scripts/ifup.d/%name
install -D -m 755 %name.ifdown $RPM_BUILD_ROOT%_sysconfdir/sysconfig/network-scripts/ifdown.d/%name
install -D -m 755 %name.init $RPM_BUILD_ROOT%_sysconfdir/rc.d/init.d/%name

%clean
rm -rf $RPM_BUILD_ROOT

%post
echo "You will need to read the documentation and set the configuration "
echo "before this package will be of any use to you."

%preun
%_preun_service %name
/usr/sbin/%name stop > /dev/null 2>&1

%files
%defattr(-,root,root)
%doc COPYING README README.wshaper README.wshaperx
%doc INSTALL TODO VERSION ChangeLog
%config(noreplace) %_sysconfdir/wshaperx.conf
%_sbindir/wshaperx
%_sysconfdir/sysconfig/network-scripts/ifup.d/wshaperx
%_sysconfdir/sysconfig/network-scripts/ifdown.d/wshaperx
%_sysconfdir/rc.d/init.d/wshaperx




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1a.x1-11
+ Revision: 22a4ef0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9150 |14cr|wspr-3.00.r2436-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
BuildRequires:	gcc-gfortran pkgconfig(python) python-imaging python-numpy 
BuildRequires:	pkgconfig(samplerate) f2c portaudio-devel fftw3-devel
BuildRequires:	python-numpy-devel

%define short_ver 3.00

Name:		wspr
Summary:	Weak Signal Propagation Reporter
Version:	3.00.r2436
Release:	3
Source0:	%{name}-%{version}.tar.bz2
Source1:        wspr.png
Group:		Communications
License:	GPL
URL:		http://developer.berlios.de/projects/wsjt/

Requires:	python
Requires:	python-imaging
Requires:	python-numpy
Requires:       hamlib

%description
The Weak Signal Propagation Reporter Network
is a group of amateur radio operators using
K1JT's MEPT_JT digital mode to probe radio
frequency propagation conditions using
very low power (QRP/QRPp) transmissions.

%package -n	python-%{name}
Summary:	WSPR library Python binding
Group:		Development/Python
Requires:	hamlib

%description -n python-%{name}
WSPR python bindings



%prep
%setup -q
#  -n %{name}-%{version}


%build 
./configure  --with-portaudio-include-dir=%{_includedir} \
	     --with-portaudio-lib-dir=%{_libdir} \
	     --libdir=%{_libdir}
make

%install

strip --strip-unneeded WsprMod/w.so

install -d %{buildroot}/%{py_sitedir}/WsprMod
install WsprMod/* %{buildroot}/%{py_sitedir}/WsprMod/
install -D wspr.py %{buildroot}/%{_datadir}/wspr/wspr.py
install -d %{buildroot}/%{_bindir}
install -d %{buildroot}/%{_datadir}/pixmaps/
install -d %{buildroot}/%{_datadir}/applications/

install ccf %{buildroot}/usr/bin
install fcal %{buildroot}/usr/bin
install fmeasure %{buildroot}/usr/bin
install fmt %{buildroot}/usr/bin/fmtstart
install fmtave %{buildroot}/usr/bin
install hftoa %{buildroot}/usr/bin
install wspr %{buildroot}/usr/bin
install wspr0 %{buildroot}/usr/bin
install wsprcode %{buildroot}/usr/bin
install wwv %{buildroot}/usr/bin

install hamlib_rig_numbers %{buildroot}/%{_datadir}/wspr
install 0230 %{buildroot}/%{_datadir}/wspr
install gocal %{buildroot}/%{_datadir}/wspr
install wsprrc %{buildroot}/%{_datadir}/wspr
install %{SOURCE1} %{buildroot}/%{_datadir}/pixmaps/wspr.png

sed -i -e '1i#!/usr/bin/python' %{buildroot}/%{py_sitedir}/WsprMod/*.*py
sed -i -e '1i#!/usr/bin/python' %{buildroot}/%{_datadir}/wspr/wspr.py


%files
%attr(0755 root root) %{_bindir}/*
%dir %attr(0755 root root) %{_datadir}/wspr
%attr(0644 root root) %{_datadir}/wspr/*
%attr(0644 root root) %{_datadir}/pixmaps/wspr.png
%doc LICENSE.TXT WSPR0_Instructions.TXT WSPR_Quick_Start.TXT


%files -n python-%{name}
%dir %{py_sitedir}/WsprMod
%{py_sitedir}/WsprMod/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.00.r2436-3
+ Revision: 67421c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9151 |14cr|wsynth-dssi-0.1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       wsynth-dssi
Summary:    A Xsynth DSSI wavetable version plugin
Version:    0.1.3
Release:    7

Source:     http://static.nekosynth.co.uk/releases/wsynth-dssi-%{version}.tar.gz
URL:        http://www.nekosynth.co.uk/wiki/wsynt
License:    GPL
Group:      Sound

BuildRequires:  pkgconfig(dssi)
BuildRequires:  pkgconfig(liblo)
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(sndfile)

%description
A Xsynth DSSI wavetable version plugin

%prep
%setup -q

%build
%configure2_5x --with-dssi-dir=%{buildroot}%{_libdir}/dssi

%make bindir=%{_libdir}/dssi/%name

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall bindir=%{buildroot}%{_libdir}/dssi/%name

%files
%defattr(-,root,root)
%doc COPYING README
%_libdir/dssi/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-7
+ Revision: e753924
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9152 |14cr|wu-ftpd-2.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ccver CC4
Summary:	An FTP daemon originally developed by Washington University
Name:		wu-ftpd
Version:	2.8.0
Release:	2
License:	BSD
Group:		System/Servers
Source0:	http://www.wfms.org/wu-ftpd/wu-ftpd-%version-%ccver.tar.gz
URL:		http://www.wfms.org/wu-ftpd

Source1:	ftpd.log
Source2:	ftp.pamd
Source3:	wu-ftpd-xinetd
# safe glob.c
Source4:	wu-ftpd-2.6.1-safer-glob.c
Source5:	wu-ftpd.service.bz2
Patch0:		wu-ftpd-2.6.0-redhat-ported.patch
Patch1:		wu-ftpd-2.6.0-owners.patch
Patch11:	wu-ftpd-2.8.0-pasv-port-allow-correction.patch
Patch100:	wu-ftpd-2.6.0-nonrootfix.patch
Provides:	ftpserver, BeroFTPD = 1.4.0
Requires(pre):		rpm-helper
Requires(post):     rpm-helper
Requires(postun):   rpm-helper
Requires(preun):    rpm-helper
Requires(post): xinetd
Requires(postun): xinetd
Requires: xinetd
Obsoletes:	BeroFTPD < 1.4.0
BuildRequires:	byacc
BuildRequires:	openssl-static-devel
BuildRequires:	pkgconfig(libssl)

%description
The wu-ftpd package contains the wu-ftpd FTP (File Transfer Protocol)
server daemon.  The FTP protocol is a method of transferring files
between machines on a network and/or over the Internet.  Wu-ftpd's
features include logging of transfers, logging of commands, on the fly
compression and archiving, classification of users' type and location,
per class limits, per directory upload permissions, restricted guest
accounts, system wide and per directory messages, directory alias,
cdpath, filename filter and virtual host support.

Install the wu-ftpd package if you need to provide FTP service to remote
users.

%prep
%setup -q -n %name-%version-%ccver
mkdir rhsconfig
%patch0 -p1 -b .rh~
%patch1 -p1 -b .owners~
%patch11 -p1 -b .portcorr~
%patch100 -p1 -b .nonroot~
cp %{SOURCE4} src/glob.c

%build
%configure --enable-pam --disable-rfc931 --enable-ratios \
	--enable-passwd --enable-ls --disable-dnsretry --enable-ls --enable-ipv6 \
        --enable-tls

perl -pi -e "s,/\* #undef SHADOW_PASSWORD \*/,#define SHADOW_PASSWORD 1,g" src/config.h

make all

%install
mkdir -p $RPM_BUILD_ROOT{%{_sysconfdir},%{_sbindir}}
%makeinstall_std
install -c -m755 util/xferstats $RPM_BUILD_ROOT%{_sbindir}
cd rhsconfig
install -c -m 600 ftpaccess ftpusers  ftphosts ftpgroups ftpconversions $RPM_BUILD_ROOT%{_sysconfdir}
install -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name}
install -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/ftp
ln -sf in.ftpd $RPM_BUILD_ROOT%{_sbindir}/wu.ftpd
ln -sf in.ftpd $RPM_BUILD_ROOT%{_sbindir}/in.wuftpd

install -D -m644 %{SOURCE3} %buildroot%{_sysconfdir}/xinetd.d/wu-ftpd

mkdir -p %buildroot%{_sysconfdir}/avahi/services/
bzcat %{SOURCE5} > %buildroot%{_sysconfdir}/avahi/services/wu-ftpd.service


%pre
%_pre_useradd ftp /var/ftp /bin/false

%post
if [ ! -f /var/log/xferlog ]; then
    touch /var/log/xferlog
    chmod 600 /var/log/xferlog
fi
/sbin/service xinetd reload > /dev/null 2>&1 || :

%postun
/sbin/service xinetd reload > /dev/null 2>&1 || :
%_postun_userdel ftp

%files
%config(noreplace) %{_sysconfdir}/xinetd.d/wu-ftpd
%doc README ERRATA CHANGES CONTRIBUTORS
%doc doc/HOWTO doc/TODO doc/examples
%{_mandir}/*/*.*
%config(noreplace) %{_sysconfdir}/ftp*
%config(noreplace) %{_sysconfdir}/pam.d/ftp
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/avahi/services/wu-ftpd.service

%defattr(0755,bin,bin)
%{_sbindir}/*
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8.0-2
+ Revision: 0cfd75e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9153 |14cr|wulfstat-1.0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# The following should match PROGRAM, VERSION and RELEASE in the
# Makefile accompanying this program (and the .tgz defined in Source
# below.
%define name wulfstat
%define version 1.0.1
%define release  8
%define debug_package	%{nil}

Summary: A beowulf/cluster/LAN monitoring tool
Name: %name
Version: %version
Release: %release
Group: Monitoring
License: GPL
Url: http://www.phy.duke.edu/~rgb/Beowulf/wulfstat.php
Source: http://www.phy.duke.edu/~rgb/wulfware/%{name}-%{version}.tgz
BuildRequires: libwulf-devel
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(ncurses)



%description 
wulfstat is a simple yet powerful tty (ncurses) based cluster monitoring
tool.  It requires xmlsysd (running on each system to be monitored) to
efficiently provide it with system and proc-derived information that is
processed and provided to the user in one of several user-selectable
display formats.  With it a user can monitor things across en entire
beowulf, cluster, or workstation LAN systems descriptors such as load
average, memory consumption, swap, page, and interrupt activity and
network loads or can even retrieve and display such mundane information
is CPU make and base clock, system time, uptime or other potentially
useful but slowly varying system descriptors.  The information presented
is updated regularly after a user-selectable delay.  The tool allows
displays to be selected or changed while the application is running, and
more hosts or nodes can be displayed than will easily fit on a single
e.g. xterm by paging through them with key-based commands.

%prep
%setup -q -n %{name}

%build
make clean
%make

%install
%make PREFIX=%{buildroot}/usr install


%files 
%defattr(-,root,root)
# The wulfstat binary
%attr(755,root,root) %{_bindir}/wulfstat
# The wulfstat man page
%attr(644,root,root) %{_mandir}/man1/wulfstat.1.*

# The wulfstat docs (not much here, actually)
%doc README COPYING wulfhosts.example




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-8
+ Revision: c7e8b8f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9154 |14cr|wwwoffle-2.9i-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	WWW Offline Explorer - Caching Web Proxy Server
Name:		wwwoffle
Version:	2.9i
Release:	3
License:	GPLv2
Group:		Networking/Other
Source0:	ftp://ftp.ibiblio.org/pub/Linux/apps/www/servers/%{name}-%{version}.tgz
Source1:	%{name}.service
URL:		http://www.gedanken.demon.co.uk/%{name}/
Buildrequires:	flex
Buildrequires:	htdig-devel
Requires:	htdig

%description
A proxy HTTP/FTP server for computers with dial-up internet access.
- Caching of pages viewed while connected for review later.
- Browsing of cached pages while not connected, with the ability
  to follow links and mark other pages for download.
- Downloading of specified pages non-interactively.
- Multiple indices of pages stored in cache for easy selection.
- Interactive or command line option to select pages for fetching
  individually or recursively.
- All options controlled using a simple configuration file with a
  web page to edit it.

%prep
%setup -q

%build
%configure2_5x

%make all \
	CFLAGS="%{optflags}"
	INSTDIR=/usr \
	SPOOLDIR=/var/spool/wwwoffle \
	CONFDIR=%{_sysconfdir} \
	MANDIR=%{_mandir}

%install
mkdir -p %{buildroot}/var/spool/
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sysconfdir}/cron.{daily,weekly}
mkdir -p %{buildroot}%{_mandir}/man[158]

%makeinstall_std \
	INSTDIR=%{buildroot}%{_prefix} \
	SPOOLDIR=%{buildroot}/var/spool/wwwoffle \
	CONFDIR=%{buildroot}%{_sysconfdir} \
	MANDIR=%{buildroot}%{_mandir}


#install -m 755 upgrade* $RPM_BUILD_ROOT/usr/sbin/

mkdir -p %{buildroot}%{_unitdir}
cp %{SOURCE1} %{buildroot}%{_unitdir}/wwwoffled.service

cat > %{buildroot}%{_sysconfdir}/cron.weekly/%{name} <<EOF
#!/bin/sh
%{_bindir}/wwwoffle -purge
EOF

cat > %{buildroot}%{_sysconfdir}/cron.daily/%{name} <<EOF
#!/bin/sh
/var/spool/wwwoffle/html/search/htdig/scripts/wwwoffle-htdig-full
EOF

perl -pi -e 's|'%{buildroot}'||g' \
	%{buildroot}%{_sysconfdir}/wwwoffle.conf \
	%{buildroot}%{_mandir}/man5/wwwoffle.conf.5 \
	%{buildroot}/var/spool/wwwoffle/html/search/htdig/conf/*.conf \
	%{buildroot}/var/spool/wwwoffle/html/search/htdig/scripts/*

# remove unwanted filde
rm -rf %{buildroot}/usr/doc
rm -rf %{buildroot}/var/spool/wwwoffle/outgoing/*

%post
%systemd_post %{name}d.service

%preun
%systemd_preun %{name}d.service

%postun
%systemd_postun_with_restart %{name}d.service

%files
%dir /var/spool/wwwoffle
%dir /var/spool/wwwoffle/html
%doc /var/spool/wwwoffle/html/*
%dir /var/spool/wwwoffle/http
%dir /var/spool/wwwoffle/lasttime
%dir /var/spool/wwwoffle/monitor
%dir /var/spool/wwwoffle/outgoing
/var/spool/wwwoffle/search
%doc doc/README* doc/FAQ doc/INSTALL doc/NEWS ChangeLog doc/CHANGES.CONF
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/wwwoffle.conf
%{_unitdir}/wwwoffled*
%attr(755,root,root) %config(missingok,noreplace) %{_sysconfdir}/cron.daily/%{name}
%attr(755,root,root) %config(missingok,noreplace) %{_sysconfdir}/cron.weekly/%{name}
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*

%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9i-3
+ Revision: 9db8976
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9155 |14cr|wxbanker-0.8.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary: 	Simple personal finance
Name: 		wxbanker
Version:	0.8.2
Release:	3
License:	GNU GPL 3
Group:		Office
URL:		https://launchpad.net/wxbanker
Source0:	http://launchpad.net/wxbanker/0.8/0.8.2/+download/%{name}-%{version}.tar.xz
BuildRequires:	python-devel
BuildRequires:	wxPythonGTK
BuildRequires:  python-dateutil
Requires:	wxPythonGTK
Requires:  	python-dateutil
Requires:  	python-simplejson
Requires:  	python-numpy

%description
While wxBanker can synchronize account balances online via Mint.com, the point
of wxBanker is to keep your own separate balances to compare with your online
banks and other accounts; think of wxBanker as an advanced digital checkbook
register.

You can also create arbitrary accounts for keeping track of reimbursable
deposits, loans with friends, or allocating monthly savings for special
purchases.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%clean

%files
%defattr(-,root,root)
%doc README.txt COPYING.txt CHANGELOG.txt
%_localedir/*/LC_MESSAGES/%{name}.mo
%_datadir/icons/hicolor/*/apps/%{name}.png
%_datadir/%{name}/*
%_datadir/pixmaps/%{name}.png
%_datadir/applications/%{name}.desktop
%_bindir/%{name}
%py_puresitedir/%{name}/*
%py_puresitedir/wxBanker*.egg-info




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-3
+ Revision: d4e09d1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9156 |14cr|wxGlade-0.6.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name wxGlade

Name:		%{name}
Summary:	A GUI builder for wxWindows/wxPython
Version:	0.6.8
Release:	2
License:	MIT
Group:		Development/Other
URL:		http://wxglade.sourceforge.net/
Source:		http://heanet.dl.sourceforge.net/project/wxglade/wxglade/%{version}/%{name}-%{version}.tar.gz
Requires:	python >= 2.3
Requires:	wxPython >= 2.6
BuildRequires:	imagemagick
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildArch:	noarch

%description
wxGlade is a GUI designer written in Python with the popular GUI toolkit 
wxPython, that helps you create wxWindows/wxPython user interfaces. At the 
moment it can generate Python, C++ and XRC (wxWindows' XML resources) code.

As you can guess by the name, its model is Glade, the famous GTK+/GNOME 
GUI builder, with which wxGlade shares the philosophy and the look & feel 
(but not a line of code).

It is not (and will never be) a full featured IDE, but simply a "designer": 
the generated code does nothing apart from displaying the created widgets. 
If you are looking for a complete IDE, maybe Boa Constructor or PythonCard 
is the right tool.

%prep
%setup -q
chmod a-x credits.txt 
chmod a-x license.txt
chmod a-x docs/src/manual.xml

%build
python setup.py build

%install 
python setup.py install --prefix=%{_prefix} -O1 --skip-build --root=%{buildroot}
# icons
mkdir -p %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert -resize 32x32 icons/icon.xpm %{buildroot}%{_iconsdir}/%{name}.png
convert -resize 16x16 icons/icon.xpm %{buildroot}%{_miconsdir}/%{name}.png
convert -resize 48x48 icons/icon.xpm %{buildroot}%{_liconsdir}/%{name}.png

# menu entry 
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=A GUI builder for wxWindows/wxPython
Exec=wxglade
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Development-Tools;GUIDesigner;
EOF

# docs handled by doc section
rm -rf %{buildroot}%{_datadir}/doc/wxglade


# fix attr
chmod a+x %{buildroot}%{py_puresitedir}/wxglade/{xrc2wxg,test,wxglade,templates_ui,msgdialog,configUI}.py


%files
%doc docs CHANGES.txt README.txt TODO.txt credits.txt license.txt
%{_bindir}/wxglade
%{_mandir}/man1/wxglade.1*
%{py_puresitedir}/wxglade
%{py_puresitedir}/%{name}-%{version}-py%{python_version}.egg-info
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.8-2
+ Revision: 0083787
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9157 |14cr|wxlua-2.8.12.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname wxLua

Summary:	wxWidgets bindings for Lua
Name:		wxlua
Version:	2.8.12.3
Release:	3
License:	wxWidgets License
Group:		Development/Other
Url:		http://wxlua.sourceforge.net/
Source0:	http://downloads.sourceforge.net/wxlua/%{oname}-%{version}-src.tar.gz
BuildRequires:	cmake
BuildRequires:	librsvg
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(lua)
BuildRequires:	wxgtku2.8-devel

%description
wxLua is a set of bindings to the C++ wxWidgets cross-platform GUI library for
the Lua programming language. Nearly all of the functionality of wxWidgets is
exposed to Lua, meaning that your programs can have windows, dialogs, menus,
toolbars, controls, image loading and saving, drawing, sockets, streams,
printing, clipboard access... and much more.

Additionally, wxLua can be used in your C++ programs to embed a Lua interpreter
with the wxWidgets API.

%files
%{_libdir}/lua/5.1/wx.so

#----------------------------------------------------------------------------

%package ide
Summary:	Lua IDE with a GUI debugger
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	lua

%description ide
This package contains Integrated Development Environments (IDE, written in
wxLua) with a GUI debugger, a binding generator and wxWidgets bindings usable
as a module.

%files ide
%{_bindir}/%{oname}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.*
%{_datadir}/wxlua

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}-src

%build
%cmake \
	-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-unicode \
	-DwxLua_LUA_LIBRARY_BUILD_SHARED=FALSE \
	-DwxLua_LUA_LIBRARY_USE_BUILTIN=FALSE \
	-DwxLua_LUA_LIBRARY_VERSION=5.1 \
	-DBUILD_SHARED_LIBS=FALSE \
	-DCMAKE_BUILD_TYPE=RelWithDebInfo
%make

%install
%makeinstall_std -C build

rm -rf %{buildroot}%{_prefix}/doc
rm -rf %{buildroot}%{_includedir}
rm -rf %{buildroot}%{_datadir}/wxstedit
rm -rf %{buildroot}%{_datadir}/wxlua/*.cmake
rm -rf %{buildroot}%{_prefix}/lib/*.a

mkdir -p %{buildroot}%{_libdir}/lua/5.1/
mv %{buildroot}%{_prefix}/lib/libwx.so %{buildroot}%{_libdir}/lua/5.1/wx.so

# Install icons of various sizes
for s in 256 128 96 48 32 22 16 ; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
rsvg-convert -w ${s} -h ${s} \
    art/wxlualogo.svg -o \
    %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png
done

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=wxLua
Comment=Lua IDE with a GUI debugger
Exec=%{oname}
Icon=%{name}
Terminal=false
Type=Application
Categories=Development;IDE;
EOF

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8.12.3-3
+ Revision: a85a67a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9158 |14cr|wxmaxima-13.04.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name	wxMaxima

Name:		      wxmaxima
Version:	      13.04.2
Release:	      2
Summary:	      An interface for the computer algebra system Maxima
Group:		      Sciences/Mathematics
License:	      GPLv2+
URL:		      http://wxmaxima.sourceforge.net/
Source:		      http://prdownloads.sourceforge.net/%{name}/%{Name}-%{version}.tar.gz
Requires:	      maxima
BuildRequires:	      pkgconfig(libxml-2.0)
BuildRequires:	      wxgtku-devel
BuildRequires:	      imagemagick
BuildRequires:	      desktop-file-utils

Suggests:	jsmath-fonts

%description
wxMaxima is a cross-platform graphical front-end for the computer
algebra system Maxima based on wxWidgets. It provides nice display
of mathematical output and easy access to Maxima functions through
menus and dialogs.

%prep 
%setup -q -n %{Name}-%{version}

%build
%configure2_5x \
	--enable-printing \
        --enable-unicode-glyphs
%make

%install
%makeinstall
%find_lang %{Name}
# icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert data/wxmaxima.png -scale 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert data/wxmaxima.png -scale 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert data/wxmaxima.png -scale 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

#xdg
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -D -m 644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
install -D -m 644 data/wxmaxima.png %{buildroot}%{_datadir}/pixmaps/wxmaxima.png

# correct icon name in menu entry
#perl -pi -e 's,maxima.png,%{name},g' %{buildroot}%{_datadir}/applications/*

desktop-file-install --vendor="" \
    --remove-category="Application" \
    --remove-category="Utility" \
    --remove-category="X-Red-Hat-Base" \
    --remove-category="X-Red-Hat-Base-Only" \
    --add-category="GTK" \
    --add-category="Science" \
    --add-category="Math" \
    --dir %{buildroot}%{_datadir}/applications \
    %{buildroot}%{_datadir}/applications/*

%files -f %{Name}.lang
%doc README COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{Name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 13.04.2-2
+ Revision: a9bb89a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9159 |14cr|wxsvg-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define Werror_cflags %nil

Summary:	A library to create, manipulate and render SVG files
Name:		wxsvg
Version:	1.4
Release:	2
License:	wxWidgets-v3
Group:		System/Libraries
Url:		http://wxsvg.sourceforge.net/
Source0:	http://heanet.dl.sourceforge.net/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	ffmpeg-devel
BuildRequires:	wxgtku2.8-devel >= 2.8.12
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libart-2.0)

%description
wxSVG is a C++ library to create, manipulate and render SVG files.

%files
%doc AUTHORS ChangeLog COPYING TODO
%{_bindir}/svgview

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING TODO
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries from %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog COPYING TODO
%{_includedir}/*
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/lib%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

# fix debug permits
chmod a-x src/cairo/SVGCanvasTextCairo.h
chmod a-x src/cairo/SVGCanvasImageCairo.h
chmod a-x src/cairo/SVGCanvasImageCairo.cpp
chmod a-x src/cairo/SVGCanvasTextCairo.cpp

%build
#move files to a better place
mv *.m4 m4/

autoreconf -vfi
%configure2_5x \
	--disable-static \
	--with-wx-config=%{_bindir}/wx-config-unicode \
	--enable-ffmpeg

%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-2
+ Revision: 27e2f8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9160 |14cr|x11-driver-video-apm-1.2.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Alliance Promotion
Name:		x11-driver-video-apm
Version:	1.2.5
Release:	9
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-apm-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xorg-macros)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-apm is the X.org driver for Alliance Promotion.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/apm_drv.so
%{_mandir}/man4/apm.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-apm-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.5-9
+ Revision: db5355c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9161 |14cr|x11-driver-video-ark-0.7.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for ARK Logic graphics chipsets
Name:		x11-driver-video-ark
Version:	0.7.5
Release:	9
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ark-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-ark is the X.org driver for ARK Logic graphics chipsets.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/ark_drv.so

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-ark-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.5-9
+ Revision: 39644c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9162 |14cr|x11-driver-video-ast-0.98.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for ASPEED Technology Inc
Name:		x11-driver-video-ast
Version:	0.98.0
Release:	6
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ast-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-ast is the X.org driver for ASPEED Technology Inc.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/ast_drv.so

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-ast-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.98.0-6
+ Revision: 9d7c5c9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9163 |14cr|x11-driver-video-chips-1.2.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Chips and Technologies
Name:		x11-driver-video-chips
Version:	1.2.5
Release:	9
Group:		System/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-chips-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
Patch1:		0001-Import-existing-patches-that-were-originally-Red-Ha.patch
Patch2:		x11-driver-video-chips-1.2.5-debian-iopl_h.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-chips is the X.org driver for Chips and Technologies boards.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/chips_drv.so
%{_mandir}/man4/chips.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-chips-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.5-9
+ Revision: 19df06f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9164 |14cr|x11-driver-video-geode-2.11.15-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for AMD Geode GX and LX Processors
Name:		x11-driver-video-geode
Version:	2.11.15
Release:	7
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-geode-%{version}.tar.bz2
Patch0:		geode-2.11.14-ftbfs.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
This is the X graphics driver for the AMD Geode GX and LX processors.
The GX driver features XAA and EXA support for graphics acceleration,
and the LX driver supports EXA (including compositing). Both drivers
suppport dynamic rotation with XRandR, and Xv overlay support.

%files
%doc README TODO
%{_libdir}/xorg/modules/drivers/ztv_drv.so
%{_libdir}/xorg/modules/drivers/geode_drv.so

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-geode-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.11.15-7
+ Revision: 206e3de
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9165 |14cr|x11-driver-video-glint-1.2.8-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for 3DLabs Permedia
Name:		x11-driver-video-glint
Version:	1.2.8
Release:	9
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-glint-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-glint is the X.org driver for 3DLabs Permedia.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/glint_drv.so
%{_mandir}/man4/glint.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-glint-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.8-9
+ Revision: c2431a1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9166 |14cr|x11-driver-video-i128-1.3.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Number Nine chipsets
Name:		x11-driver-video-i128
Version:	1.3.6
Release:	9
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-i128-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-i128 is the X.org driver for Number Nine chipsets.

%files
%{_libdir}/xorg/modules/drivers/i128_drv.so
%{_mandir}/man4/i128.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-i128-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.6-9
+ Revision: ff5b997
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9167 |14cr|x11-driver-video-i740-1.3.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Intel i740
Name:		x11-driver-video-i740
Version:	1.3.4
Release:	9
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-i740-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-i740 is the X.org driver for Intel i740.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/i740_drv.so
%{_mandir}/man4/i740.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-i740-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-9
+ Revision: 1ae19aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9168 |14cr|x11-driver-video-mach64-6.9.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for ATI Mach64
Name:		x11-driver-video-mach64
Version:	6.9.4
Release:	7
Epoch:		1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mach64-%{version}.tar.bz2
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-mach64 is the X.org driver for ATI Mach64.

%files
%{_libdir}/xorg/modules/drivers/mach64_drv.so

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-mach64-%{version}
%apply_patches

%build
autoreconf -ifs
%configure
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:6.9.4-7
+ Revision: 44b2577
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9169 |14cr|x11-driver-video-neomagic-1.2.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for NeoMagic Cards
Name:		x11-driver-video-neomagic
Version:	1.2.8
Release:	6
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-neomagic-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-neomagic is the X.org driver for NeoMagic Cards.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/neomagic_drv.so
%{_mandir}/man4/neomagic.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-neomagic-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.8-6
+ Revision: 7a4fa1e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9170 |14cr|x11-driver-video-nv-2.1.20-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for NVidia Cards
Name:		x11-driver-video-nv
Version:	2.1.20
Release:	9
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-nv-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
Patch1:		0001-RedHat-nv-riva-videomem-autodetection-debugging.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-nv is the X.org driver for NVidia Cards.

%files
%{_libdir}/xorg/modules/drivers/nv_drv.so
%{_mandir}/man4/nv*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-nv-%{version}
%apply_patches

%build
autoreconf -ifs
%configure2_5x
%make

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.20-9
+ Revision: 9bbcf4d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9171 |14cr|x11-driver-video-r128-6.9.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for ATI Rage 128
Name:		x11-driver-video-r128
Version:	6.9.2
Release:	5
Epoch:		1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-r128-%{version}.tar.bz2
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-r128 is the X.org driver for ATI Rage 128.

%files
%{_libdir}/xorg/modules/drivers/r128_drv.so
%{_mandir}/man4/r128.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-r128-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:6.9.2-5
+ Revision: dd48259
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9172 |14cr|x11-driver-video-rendition-4.2.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for Rendition (Micron) Cards
Name:		x11-driver-video-rendition
Version:	4.2.5
Release:	8
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-rendition-%{version}.tar.bz2
Source10:	x11-driver-video-rendition.rpmlintrc
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-rendition is the X.org driver for Rendition (Micron) Cards.

%files
%{_libdir}/xorg/modules/drivers/rendition_drv.so
%{_libdir}/xorg/modules/v20002d.uc
%{_libdir}/xorg/modules/v10002d.uc
%{_mandir}/man4/rendition.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-rendition-%{version}
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.5-8
+ Revision: b025cf9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9173 |14cr|x11-driver-video-siliconmotion-1.7.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for Silicon Motion Cards
Name:		x11-driver-video-siliconmotion
Version:	1.7.7
Release:	8
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-siliconmotion-%{version}.tar.bz2
Patch0:		0001-Remove-miInitializeBackingStore.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-siliconmotion is the X.org driver for Silicon Motion Cards.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/siliconmotion_drv.so
%{_mandir}/man4/siliconmotion.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-siliconmotion-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.7-8
+ Revision: e5d188a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9174 |14cr|x11-driver-video-tdfx-1.4.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Voodoo Cards
Name:		x11-driver-video-tdfx
Version:	1.4.5
Release:	9
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tdfx-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-tdfx is the X.org driver for Voodoo Cards.

%files
%{_libdir}/xorg/modules/drivers/tdfx_drv.so
%{_mandir}/man4/tdfx.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-tdfx-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.5-9
+ Revision: 48428d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9175 |14cr|x11-driver-video-tga-1.2.2-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for DEC Tga Cards
Name:		x11-driver-video-tga
Version:	1.2.2
Release:	17
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tga-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-tga is the X.org driver for DEC Tga Cards.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/tga_drv.so

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-tga-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-17
+ Revision: 28de69d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9176 |14cr|x11-driver-video-trident-1.3.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Trident Cards
Name:		x11-driver-video-trident
Version:	1.3.6
Release:	9
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-trident-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-trident is the X.org driver for Trident Cards.

%files
%{_libdir}/xorg/modules/drivers/trident_drv.so
%{_mandir}/man4/trident.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-trident-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.6-9
+ Revision: b593a1f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9177 |14cr|x11-driver-video-tseng-1.2.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Tseng Cards
Name:		x11-driver-video-tseng
Version:	1.2.5
Release:	9
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tseng-%{version}.tar.bz2
Patch0:		remove_mibstore_h.store
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-tseng is the X.org driver for Tseng Cards.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/tseng_drv.so
%{_mandir}/man4/tseng.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-tseng-%{version}
%apply_patches

%build
%configure2_5x \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.5-9
+ Revision: d1dda15
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9178 |14cr|x11-driver-video-voodoo-1.2.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	The X.org video driver for Voodoo1 and Voodoo2 video adapters
Name:		x11-driver-video-voodoo
Version:	1.2.5
Release:	15
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-voodoo-%{version}.tar.bz2
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	x11-util-macros
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-voodoo is the X.org video driver for Voodoo1 and Voodoo2
video adapters.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/voodoo_drv.so
%{_mandir}/man4/voodoo.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-voodoo-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.5-15
+ Revision: 8b30775
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9179 |14cr|x11-driver-video-xgixp-1.8.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define debug_package	%{nil}
%define _disable_ld_no_undefined 1

Summary:	X.org driver for XGIxp Cards
Name:		x11-driver-video-xgixp
Version:	1.8.1
Release:	6
Group:		System/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-xgixp-%{version}.tar.bz2
Patch0:		xf86-video-xgixp-1.8.1-mibstore.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-xgixp is the X.org driver for Generic XGIxp Cards.

%files
%{_libdir}/xorg/modules/drivers/xgixp_drv.so
%{_mandir}/man4/xgixp.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-xgixp-%{version}
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.1-6
+ Revision: 54f8363
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9180 |14cr|x11vnc-0.9.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           x11vnc
Version:        0.9.12
Release:        4
Summary:        VNC server for the current X11 session
License:        GPL
Group:          System/X11
URL:            http://www.karlrunge.com/x11vnc/
Source:         http://downloads.sourceforge.net/sourceforge/libvncserver/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xdamage)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xrandr)
BuildRequires:  pkgconfig(xtst)
BuildRequires:  pkgconfig(xinerama)
BuildRequires:  pkgconfig(xfixes)
BuildRequires:  openssl-devel
BuildRequires:  pkgconfig(libvncserver)
BuildRequires:  pkgconfig(xi)

%description
x11vnc is to X Window System what WinVNC is to Windows, i.e. a server
which serves the current X Window System desktop via RFB (VNC)
protocol to the user.

Based on the ideas of x0rfbserver and on LibVNCServer, it has evolved
into a versatile and performant while still easy to use program.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%{__rm} -rf %{buildroot}
%makeinstall_std

rm -fr %buildroot%_includedir

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_mandir}/man1/x11vnc.1*
%{_bindir}/x11vnc
%{_datadir}/x11vnc/
%{_datadir}/applications/x11vnc.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.12-4
+ Revision: c66d359
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9181 |14cr|x2vnc-1.7.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	x2vnc
%define	version	1.7.2
%define release 	8

Summary:	Allows a mouse and a keyboard to control two displays
Name:		%{name}
Version:	%{version}
Release:	%{release}
URL:		http://fredrik.hubbe.net/x2vnc.html
Source0:	http://fredrik.hubbe.net/x2vnc/%{name}-%{version}.tar.bz2
Patch0:		x2vnc-1.7.2-fix-str-fmt.patch
Group:		System/X11
License:	BSD
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xxf86dga)

%description
x2vnc allows the keyboard and mouse on one ("from") X display to control 
another ("to") VNC display.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}/%{_mandir}
%makeinstall_std
#%{__install} -m755 %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}
#%{__install} -m644 %{name}.man -D $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.2-8
+ Revision: 232d9ed
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9182 |14cr|x2x-1.30-0.beta.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	x2x
%define version 1.30
%define release 0.beta.8

Summary:	Allows a mouse and a keyboard to control two displays
Name:		%{name}
Version:	%{version}
Release:	%{release}
URL:		http://freshmeat.net/projects/%{name}/
Source0:	ftp://digital.com/pub/Digital/SRC/%{name}/%{name}-%{version}-beta.tar.bz2
Source1:	Makefile-%{name}.bz2
Patch0:		%{name}-1.30-c-fixes.patch.bz2
Patch1:		x2x-1.30beta-mdv-fix-str-fmt.patch
Group:		System/X11
License:	BSD
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)
BuildRequires:  imake
# for rman
BuildRequires:	xorg-x11

%description
x2x allows the keyboard and mouse on one ("from") X display to control 
another ("to") X display.

%prep
%setup -q -n %{name}-%{version}-beta
%patch0 -p1
%patch1 -p1 -b .strfmt
bzcat %{SOURCE1} > Makefile

%build
xmkmf
%make CFLAGS="$RPM_OPT_FLAGS -DNO_DEBUG"

%install
install -m755 %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}
install -m644 %{name}.man -D $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1



%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*




%changelog
* Fri Mar 14 2014 SymbianFlo <symbianflo@mandrivausers.ro> 1.30-0.beta.8
+ Revision: 890ae82
- Fix BR, spec clean.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9183 |14cr|x3270-3.3.14ga7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#debuginfo-without-sources
%define debug_package %{nil}
%define tversion    3.3

Summary:	An X Window System based IBM 3278/3279 terminal emulator
Name:		x3270
Version:	3.3.14ga7
Release:	3
License:	MIT
Group:		Terminals
Url:		http://www.geocities.com/SiliconValley/Peaks/7814/
Source0:	http://downloads.sourceforge.net/project/x3270/x3270/%{version}/suite3270-%{version}-src.tgz
BuildRequires:	bdftopcf
BuildRequires:	dos2unix
BuildRequires:	imake
BuildRequires:	mkfontdir
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
Requires(post,postun):	mkfontdir

%description
The x3270 program opens a window in the X Window System which emulates
the actual look of an IBM 3278/3279 terminal, commonly used with
mainframe applications. x3270 also allows you to telnet to an IBM host
from the x3270 window.

Install the x3270 package if you need to access IBM hosts using an
IBM 3278/3279 terminal emulator.

%files
%doc Examples html
%{_bindir}/*
%{_datadir}/fonts/misc/*
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_datadir}/applications/%{name}.desktop
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*
%config(noreplace) %{_sysconfdir}/X11/app-defaults/*

%post
mkfontdir %{_datadir}/fonts/misc

%postun
mkfontdir %{_datadir}/fonts/misc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{tversion}

%build
%configure2_5x	\
	--enable-ssl \
	--with-fontdir=%{_datadir}/fonts/misc

%make PROJECTROOT=%{_prefix}

%install
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=X3270
Comment=IBM 3270 Terminal Emulator
Exec=%{_bindir}/x3270
Icon=terminals_section
Terminal=false
Type=Application
StartupNotify=true
Categories=TerminalEmulator;System;
EOF

# (sb) hack to get around ProjectRoot that insists on 
# getting picked up from broken site.def
sed -i 's|X11R6/bin|bin|' Makefile
sed -i 's|/usr/X11R6/man|%{_mandir}|' Makefile

%makeinstall_std install.man PROJECTROOT=%{_prefix} MANPATH=%{_mandir}

install -m644 X3270.xad -D %{buildroot}%{_sysconfdir}/X11/app-defaults/X3270

rm -f %{buildroot}%{_datadir}/fonts/misc/fonts.dir

# David - 3.2.14 - Workaround to don't requires stuff in /usr/local
# (sb) tradeoff rpmlint doesn't like non-executable scripts, but
# I'd rather not require expect and ksh
chmod 0644 Examples/*.{expect,ksh}
chmod 0755 Examples/*.{sh,bash}

# (sb) make rpmlint happier
chmod 0644 html/*.html
dos2unix -f html/Brackets.html
dos2unix -f html/Build.html
dos2unix -f html/Keymap.html
sed -i 's|usr/local|usr|g' Examples/peer_script.expect
sed -i 's|usr/local|usr|g' Examples/cms_logon.bash
chmod -x %{buildroot}%{_sysconfdir}/%{name}/*

# (sb) old /usr/X11R6/lib/doc/html seems to be gone now - just catch this with %doc
rm -fr %{buildroot}%{_prefix}/X11R6/lib/X11/doc


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.14ga7-3
+ Revision: 856877e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9184 |14cr|x48-0.6.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	x48
%define version 0.6.4
%define release 4

#define x11_prefix      /usr/X11R6

Name:		%name
Summary:	HP 48 GX emulator
Version:	%version
Release:	%release
License:	GPL
Group:		Sciences/Mathematics
URL:		http://x48.berlios.de/
Source0:	http://downloads.sourceforge.net/project/x48.berlios/%{name}-%{version}.tar.bz2
Patch0:		x48-0.6.1-mdv-fix-string-format.patch
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
BuildRequires:	x11-util-cf-files
BuildRequires:	pkgconfig(ncurses)

Requires:  	readline

%description
This is an emulator of the HP 48 SX and GX calculator.
Romdumps are available from http://x48.berlios.de/

%prep
%setup -q -c %{name}-%{version} 
%patch0 -p1 -b .format

%build
./autogen.sh
%configure2_5x --with-x
%make

%install

mkdir -p %{buildroot}/%{_datadir}/%{name}
mkdir -p %{buildroot}/%{_datadir}/applications/

cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=x48 -rom /usr/share/x48/rom
Name=x48
Comment=HP48 Emulator
Categories=Office;
EOF

cat > %{_builddir}/%{name}-%{version}/README.urpmi << EOF
x48 needs a rom to function, so please read the README to see how to dump it
from your HP48 or just use the rpm x48-gxrom or x48-sxrom from plf.
If you dump the rom, please put it in the /usr/share/x48 directory.
***
The first time you launch x48, it will copy the rom to ~/.hp48.
So if you like to change from sx to gx rom, please remove this directory first
EOF

%makeinstall_std

%files
%doc	README README.urpmi
#%{_sysconfdir}/X11/app-defaults/X48
%{_bindir}/checkrom
%{_bindir}/dump2rom
%{_bindir}/mkcard
%{_bindir}/x48
%{_datadir}/%{name}
%{_datadir}/X11/app-defaults/X48
%{_mandir}/man1/x48.*
%{_datadir}/applications/mandriva-x48.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.4-4
+ Revision: 6db6a26
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9185 |14cr|x86info-1.30-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	x86info
%define	version	1.30
%define realver	%{version}
#define cvsdate	20050420

Summary:	Show x86 CPU information
Name:		%{name}
Version:	%{version}
Release:	2
License:	GPL
Group:		System/Kernel and hardware
URL:		http://www.codemonkey.org.uk/projects/x86info/
Source0:	http://codemonkey.org.uk/projects/x86info/%{name}-%{version}.tgz
BuildRequires:	pkgconfig(libpci)

# Will never work on sparc, neither on ppc/alpha...
ExclusiveArch:	%{ix86} x86_64 amd64

%description
Unlike other 'cpuinfo' tools which just parse /proc/cpuinfo, x86info probes
the CPU registers to find out a lot more information. It can discover the
contents of model-specific registers, discover CPU silicon revisions, and
lots more.

%prep
%setup -q -n %{name}-%{realver}

%build
make CFLAGS="%{optflags}"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -m755 %{name} %{buildroot}%{_bindir}/
install -m755 %{name}.1 %{buildroot}%{_mandir}/man1/

%files
%doc README TODO
%{_bindir}/*
%{_mandir}/man1/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30-2
+ Revision: f7fa5c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9186 |14cr|xalan-c-1.10.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           xalan-c
Version:        1.10.0
Release:        11
Summary:        Xalan XSLT processor for C

Group:          System/Libraries
License:        ASL 2.0
URL:            http://xml.apache.org/xalan-c/
Source0:        http://www.apache.org/dist/xml/xalan-c/Xalan-C_1_10_0-src.tar.gz
Patch0:         xalan-c-1.10.0-escaping.patch
Patch1:         xalan-c-1.10.0-gcc43.patch
# http://bugs.gentoo.org/attachment.cgi?id=169168
Patch2:         xalan-c-1.10.0-new-xerces-c.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  xerces-c-devel
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

%description
Xalan is an XSLT processor for transforming XML documents into HTML, text, or
other XML document types.


%package        devel
Summary:        Header files, libraries and development documentation for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}


%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.


%package doc
Group:          Development/Java
Summary:        Documentation for Xerces-C++ validating XML parser


%description doc
Documentation for %{name}.


%prep
%setup -q -n xml-xalan/c
%patch0 -p2 -b .escaping
%patch1 -p2 -b .gcc43
%patch2 -p0 -b .new-xerces-c
find -type d -name CVS -print0 | xargs -0 rm -rf
chmod 644 NOTICE


%build
export XALANCROOT="${PWD}"
export XERCESROOT=%{_includedir}/xercesc/
COMMONARGS="-plinux -cgcc -xg++ -minmem -rpthreads"
%ifarch alpha ppc64 s390x sparc64 x86_64
./runConfigure ${COMMONARGS} -b64 -P %{_prefix} -C --libdir="%{_libdir}" -z '%{optflags}'
%else
./runConfigure ${COMMONARGS} -b32 -P %{_prefix} -C --libdir="%{_libdir}" -z '%{optflags}'
%endif
# _smp_mflags do not work
make


%install
rm -rf $RPM_BUILD_ROOT
export XALANCROOT="${PWD}"
export XERCESROOT=%{_includedir}/xercesc/
make install DESTDIR=$RPM_BUILD_ROOT


%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE KEYS NOTICE
%{_bindir}/Xalan
%{_libdir}/libxalan*.so.*


%files devel
%defattr(-,root,root,-)
%{_libdir}/libxalan*.so
%{_includedir}/xalanc/


%files doc
%defattr(-,root,root,-)
%doc readme.html xdocs samples





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-11
+ Revision: efc990b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9187 |14cr|xapian-bindings-1.2.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_mono 0

Summary:	Bindings for the Xapian
Name:		xapian-bindings
Version:	1.2.17
Release:	3
License:	GPLv2+
Group:		Development/Other
URL:		http://www.xapian.org
Source0:	http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
Patch0:		xapian-bindings-1.2.2-no-pyc.patch
BuildRequires:	xapian-devel >= %{version}
BuildRequires:	python-devel
BuildRequires:	php-devel
BuildRequires:	php-cli
BuildRequires:	tcl-devel
BuildRequires:	java-rpmbuild
BuildRequires:	ruby-devel
BuildRequires:	mono-devel
BuildRequires:	java-1.7.0-devel

%description
SWIG and JNI bindings allowing Xapian to be used from various 
other programming languages.

%package java
Summary:	Files needed for developing Java applications which use Xapian
Group:		Development/Java
Requires:	xapian-core >= %{version}
Requires:	java-1.7.0-openjdk

%description java
This package provides the files needed for developing Java applications which
use Xapian.

%if %build_mono
%package mono
Summary:	Files needed for developing C# applications which use Xapian
Group:		Development/Other
Requires:	xapian-core >= %{version}
Requires:	mono

%description mono
This package provides the files needed for developing 
C# applications which use Xapian.
%endif

%package php
Summary:	Files needed for developing PHP scripts which use Xapian
Group:		Development/PHP
Requires:	xapian-core >= %{version}
Requires:	php

%description php
This package provides the files needed for developing 
PHP scripts which use Xapian.

%package python
Summary:	Files needed for developing Python scripts which use Xapian
Group:		Development/Python
Requires:	xapian-core >= %{version}
Requires:	python >= 2.5

%description python
This package provides the files needed for developing 
Python scripts which use Xapian.

%package ruby
Summary:	Files needed for developing Ruby applications which use Xapian
Group:		Development/Ruby
Requires:	xapian-core >= %{version}
Requires:	ruby

%description ruby
This package provides the files needed for developing 
Ruby applications which use Xapian.

%package tcl
Summary:	Files needed for developing TCL scripts which use Xapian
Group:		Development/Other
Requires:	xapian-core >= %{version}
Requires:	tcl

%description tcl
This package provides the files needed for developing 
TCL scripts which use Xapian.

%prep
%setup -q
%patch0 -p1

%build
# (tpg) do not check for this, to much effort to provide a patch
%define Werror_cflags %nil

# We want to avoid using jni.h from libgcj-devel, so we force
# the includedir instead of using ./configure detection, which would
# default to libgcj jni.h:
# - Anssi (12/2007)
export CPPFLAGS="%{optflags} -I%{java_home}/include"
export JDK_HOME=%{java_home}
export TCL_LIB=%{tcl_sitearch}
export TCL_INC=%{_includedir}
autoreconf -fiv
%configure2_5x \
%if %build_mono
	--with-csharp \
%endif
	--with-php \
	--with-python \
	--with-ruby \
	--with-tcl \
	--with-java

%make

%install
%makeinstall_std

# Move to a proper location
install -d -m755 %{buildroot}%{_libdir}
mv %{buildroot}%{_builddir}/%{name}-%{version}/java/built/libxapian_jni.so %{buildroot}%{_libdir}

# Install the needed jar file as well
install -d -m755 %{buildroot}%{_jnidir}
install -m644 java/built/xapian_jni.jar %{buildroot}%{_jnidir}

%files java
%{_libdir}/libxapian_jni.so
%{_jnidir}/xapian_jni.jar

%if %build_mono
%files mono
%doc %{_docdir}/xapian-bindings/csharp
%{_libdir}/_XapianSharp.so
%{_libdir}/mono/XapianSharp/XapianSharp.dll
%{_libdir}/mono/gac/XapianSharp/%{version}*/XapianSharp.dll
%endif
%files php
%doc %{_docdir}/xapian-bindings/php
%{_libdir}/php/extensions/xapian.so
%{_datadir}/php5/xapian.php

%files python
%doc %{_docdir}/xapian-bindings/python
%{python_sitearch}/xapian/*.py*
%{python_sitearch}/xapian/*.so

%files ruby
%doc %{_docdir}/xapian-bindings/ruby
%{ruby_sitearchdir}/_xapian.so
%{ruby_sitelibdir}/xapian.rb

%files tcl
%doc %{_docdir}/xapian-bindings/tcl8
%{tcl_sitearch}/xapian%{version}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.17-3
+ Revision: f1f770b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9188 |14cr|xapian-omega-1.2.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A CGI search frontend and indexers built on Xapian
Name:		xapian-omega
Version:	1.2.17
Release:	2
License:	GPLv2+
Group:		Networking/WWW
URL:		http://www.xapian.org
Source0:	http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	xapian-devel >= %{version}
BuildRequires:	pcre-devel
Requires:	xapian-core >= %{version}

%description
Omega is a CGI application which uses the Xapian Information Retrieval
library to index and search collections of documents.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

# CGI application
mkdir -p %{buildroot}%{_var}/www/cgi-bin/
mv %{buildroot}%{_libdir}/%{name}/bin/omega %{buildroot}%{_var}/www/cgi-bin

# Create /var directories
mkdir -p %{buildroot}%{_var}/lib/omega/data
mkdir -p %{buildroot}%{_var}/lib/omega/cdb
mkdir -p %{buildroot}%{_var}/log/omega

# Default templates
mkdir -p %{buildroot}%{_var}/lib/omega/templates
cp -r templates/* %{buildroot}%{_var}/lib/omega/templates/

# Images
mkdir -p %{buildroot}%{_var}/www/icons/omega
cp -r images/* %{buildroot}%{_var}/www/icons/omega/

%files
%doc AUTHORS ChangeLog README TODO NEWS
%dir %{_datadir}/omega
%dir %{_var}/www/icons/omega
%dir %{_var}/lib/omega
%{_bindir}/dbi2omega
%{_bindir}/omindex
%{_bindir}/scriptindex
%{_bindir}/htdig2omega
%{_bindir}/mbox2omega
%{_libdir}/xapian-omega/bin/outlookmsg2html
%{_var}/lib/omega/templates/*
%{_var}/log/omega
%{_var}/www/cgi-bin/omega
%{_var}/www/icons/omega/*.png
%{_datadir}/omega/*.script
%config(noreplace) %{_sysconfdir}/omega.conf
%{_mandir}/man1/omindex.1*
%{_mandir}/man1/scriptindex.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.17-2
+ Revision: 9b63dde
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9189 |14cr|xar-1.5.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	The XAR project aims to provide an easily extensible archive format
Name:		xar
Version:	1.5.2
Release:	8
License:	BSD
Group:		Archiving/Compression
URL:		http://xar.googlecode.com/
Source0:	http://xar.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	libxml2-devel >= 2.6.11
BuildRequires:	acl-devel
BuildRequires:	openssl-devel
BuildRequires:	bzip2-devel
BuildRequires:	zlib-devel

%description
The XAR project aims to provide an easily extensible archive format. Important
design decisions include an easily extensible XML table of contents for random
access to archived files, storing the toc at the beginning of the archive to
allow for efficient handling of streamed archives, the ability to handle files
of arbitrarily large sizes, the ability to choose independent encodings for
individual files in the archive, the ability to store checksums for individual
files in both compressed and uncompressed form, and the ability to query the
table of content's rich meta-data.

%package -n	%{libname}
Summary:	Libraries required for xar
Group:		System/Libraries

%description -n	%{libname}
The XAR project aims to provide an easily extensible archive format. Important
design decisions include an easily extensible XML table of contents for random
access to archived files, storing the toc at the beginning of the archive to
allow for efficient handling of streamed archives, the ability to handle files
of arbitrarily large sizes, the ability to choose independent encodings for
individual files in the archive, the ability to store checksums for individual
files in both compressed and uncompressed form, and the ability to query the
table of content's rich meta-data.

%package -n	%{develname}
Summary:	Libraries and header files required for xar
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{libname}-devel

%description -n	%{develname}
The XAR project aims to provide an easily extensible archive format. Important
design decisions include an easily extensible XML table of contents for random
access to archived files, storing the toc at the beginning of the archive to
allow for efficient handling of streamed archives, the ability to handle files
of arbitrarily large sizes, the ability to choose independent encodings for
individual files in the archive, the ability to store checksums for individual
files in both compressed and uncompressed form, and the ability to query the
table of content's rich meta-data.

Libraries and header files required for xar.

%prep

%setup -q -n %{name}-%{version}

# nuke rpath
perl -pi -e "s|RPATH=.*|RPATH=\"\"|g" configure*

%build

%configure2_5x

%make

%install
%makeinstall_std

# make it able to strip the library and binary
chmod 755 %{buildroot}%{_libdir}/lib%{name}.so.%{major}
chmod 755 %{buildroot}%{_bindir}/%{name}

%files
%defattr(-,root,root)
%doc INSTALL LICENSE TODO test
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0644,root,root) %{_mandir}/man1/*

%files -n %{libname}
%attr(0755,root,root) %{_libdir}/lib%{name}.so.%{major}

%files -n %{develname}
%dir %{_includedir}/%{name}
%attr(0644,root,root) %{_includedir}/%{name}/%{name}.h
%attr(0755,root,root) %{_libdir}/lib*.so
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-8
+ Revision: 30e8a94
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9190 |14cr|xarchon-0.50-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xarchon
%define version 0.50
%define release 21

Name: %{name}
Summary: Strange game of chess
Version: %{version}
Release: %{release}
Source: http://xarchon.seul.org/%{name}-%{version}.tar.bz2
Patch0:	xarchon-fonts.patch
Patch1: xarchon-0.50-gcc34.patch
Patch2: xarchon-gcc-fix.patch
Patch3: xarchon-0.50-gcc43.patch
Group: Games/Boards
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xarchon.seul.org/
License: GPLv2+
BuildRequires: esound-devel
BuildRequires: gtk-devel
BuildRequires: xpm-devel
Buildrequires: imagemagick

%description 
X ARCHON is a clone of the golden oldie ARCHON game created by Freewall
Associates and distributed by Electronic Arts. ARCHON, in its simplest form,
resembles a strange game of chess. But no one ever said that Archon was a
simple game. When a piece is challenged a duel ensued between the two pieces
until one of the pieces is dead. Combine with spells and fantastic units, an
you have a very small taste of Archon.

%prep
%setup -q
%patch0 -p1
%patch1 -p0 -b .gcc34-fix
%patch2 -p0 -b .gcc-fix
%patch3 -p1 -b .gcc43

%build
%configure --bindir=%{_gamesbindir} \
           --datadir=%{_gamesdatadir} \
           --disable-rpath
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall bindir=$RPM_BUILD_ROOT%{_gamesbindir} datadir=$RPM_BUILD_ROOT%{_gamesdatadir}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=XArchon
Comment=Clone of ARCHON game
Exec=%{_gamesbindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=BoardGame;Game;GTK;
EOF

mkdir -p %buildroot%_iconsdir
convert data/icon.xpm %buildroot%_iconsdir/%name.png
 
%if %mdkversion < 200900
%post
%{update_menus}
%endif
 
%if %mdkversion < 200900
%postun
%{clean_menus}
%endif
                   
%clean
rm -rf $RPM_BUILD_ROOT 

%files
%defattr (-,root,root)
%doc AUTHORS COPYING INSTALL NEWS README ChangeLog
%_gamesbindir/*
%_mandir/man6/*
%dir %_gamesdatadir/xarchon/
%_gamesdatadir/xarchon/*
%_iconsdir/%name.png
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50-21
+ Revision: aaff480
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9191 |14cr|xautolock-2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define	version 2.2
%define release	5

Name:		xautolock
Summary:	Automatically starts programs when there is inactivity under X
Version:	%{version} 
Release:	%{release} 
Group:		Graphical desktop/Other
License:	GPLv2
Source0:	http://www.ibiblio.org/pub/Linux/X11/screensavers/%{name}-%{version}.tar.bz2
URL:		http://www.ibiblio.org/pub/Linux/X11/screensavers/

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	imake
#(nl) Needed for rman
BuildRequires:  xorg-x11

Requires:	xlockmore


%description
Xautolock monitors the user activity on an X Window display.
If none is detected within a certain amount of time a program specified
by the user will be run. Typically xautolock will be used to lock the screen
using for instance xlock.

%prep
%setup -q

%build
xmkmf
%make

%install
bzip2 ./xautolock.man
install -m644 xautolock.man.bz2 -D $RPM_BUILD_ROOT%{_mandir}/man1/xautolock.man.bz2
install -m755 xautolock -D $RPM_BUILD_ROOT%{_prefix}/X11R6/bin/xautolock
# Make sure all docs are readable
chmod a+r Changelog Readme Todo License

%files 
%defattr(-,root,root)
%doc License Todo Readme Changelog
%{_prefix}/X11R6/bin/xautolock
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-5
+ Revision: c7d2e98
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9192 |14cr|xautomation-1.03-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:      xautomation
Version:   1.03
Release:   4
Summary:   Control X from the command line
Group:     System/X11
URL:       http://hoopajoo.net/projects/xautomation.html
Source:    http://hoopajoo.net/static/projects/%{name}-%{version}.tar.gz
License:   GPLv2
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xtst)
BuildRequires: libpng-devel
BuildRequires:  pkgconfig(xi)

%description
Control X from the command line for scripts, and do "visual scraping" to find
things on the screen. The conrol interface allows mouse movement, clicking,
button up/down, key up/down, etc, and uses the XTest extension so you don't
have the annoying problems that xse has when apps ignore sent events. The
visgrep program find images inside of images and reports the coordinates,
allowing progams to find buttons, etc, on the screen to click on.

%prep
%setup -q

%build
export LDFLAGS="-lX11"
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%{_bindir}/pat2ppm
%{_bindir}/patextract
%{_bindir}/png2pat
%{_bindir}/rgb2pat
%{_bindir}/visgrep
%{_bindir}/xmousepos
%{_bindir}/xte
%{_mandir}/man1/pat2ppm.1*
%{_mandir}/man1/patextract.1*
%{_mandir}/man1/png2pat.1*
%{_mandir}/man1/rgb2pat.1*
%{_mandir}/man1/visgrep.1*
%{_mandir}/man1/xmousepos.1*
%{_mandir}/man1/xte.1*
%{_mandir}/man7/xautomation.7*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.03-4
+ Revision: 4fd5356
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9193 |14cr|xaw3dxft-1.6.2c-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 8
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	An extended version of Xaw3d
Name:		xaw3dxft
Version:	1.6.2c
Release:	2
License:	MIT
Group:		System/Libraries
Url:		http://sourceforge.net/projects/sf-xpaint/
Source0:	http://downloads.sourceforge.net/project/sf-xpaint/sf-xpaint/%{name}-%{version}/libXaw3dXft-%{version}.tar.bz2
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gccmakedep
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xp)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xv)

%description
An extended version of Xaw3d with support for UTF8 input
and UTF8 encoding of text, and rendering text with the Freetype
library and Truetype fonts.

It should be mostly compatible with the original xaw3d library,
except for font management: everything using the old X11 core
font routines should be replaced by their freetype equivalents.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	An extended version of Xaw3d
Group:		System/Libraries

%description -n %{libname}
An extended version of Xaw3d with support for UTF8 input and
UTF8 encoding of text, and rendering text with the Freetype
library and Truetype fonts.

It should be mostly compatible with the original Xaw3d library,
except for font management: everything using the old X11 core
font routines should be replaced by their freetype equivalents.

%files -n %{libname}
%{_libdir}/libXaw3dxft.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and shared libraries for development using Xaw3dxft
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
An extended version of Xaw3d with support for UTF8 input and
UTF8 encoding of text, and rendering text with the Freetype
library and Truetype fonts.

It should be mostly compatible with the original Xaw3d library,
except for font management: everything using the old X11 core
font routines should be replaced by their freetype equivalents.

You should install Xaw3dxft-devel if you are going to develop
applications using the Xaw3dxft widget set.

%files -n %{devname}
%{_libdir}/libXaw3dxft.so
%{_includedir}/X11/Xaw3dxft/*.h
%{_libdir}/pkgconfig/libxaw3dxft.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n libXaw3dXft-%{version}

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-internationalization \
	--enable-multiplane-bitmaps \
	--enable-gray-stipples \
	--enable-arrow-scrollbars

%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}/libXaw3dXft/

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.2c-2
+ Revision: b2d2a87
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9194 |14cr|XawM-1.5u-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name XawM
%define version 1.5u
%define release  11

%define major 1
%define libname %mklibname %name %{major}
%define develname %mklibname -d %name

Summary:   Widget based on Xaw3d
Name:      %{name}
Version:   %{version}
Release:   %{release}
URL:       http://falconer.best.vwh.net/Widgets/#xawm
Source:    %{name}-%{version}.tar.bz2
Patch0:    XawM-1.5u-fix-linkage.patch
License:   MIT
Group:     System/Libraries
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xt)

%description
An Athena-compatible widget set with a modern look and feel.

%package -n %{libname}
Summary: Widget based on Xaw3d
Group: System/Libraries

%description -n %{libname}
An Athena-compatible widget set with a modern look and feel.

%package -n %{develname}
Summary:  Widget based on Xaw3d
Group:    Development/C
Requires: %{libname} = %{version}-%{release}
Provides: libXawM-devel = %{version}-%{release}
Provides: XawM-devel = %{version}-%{release}
Obsoletes: %{_lib}XawM1-devel < %{version}-%{release}

%description -n %{develname}
An Athena-compatible widget set with a modern look and feel.

%prep
%setup -q
%patch0 -p0

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files -n %{libname}
%defattr(-,root,root)
%doc ChangeLog README* 
%{_libdir}/lib*.so.%{major}
%{_libdir}/lib*.so.%{major}.*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/X11/XawM
%{_libdir}/lib*.*a
%{_libdir}/lib*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5u-11
+ Revision: 63e3106
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9195 |14cr|xbacklight-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xbacklight
Version:	1.2.1
Release:	2
Summary:	Command-line utility to set the display backlight level
Group:		System/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(xrandr) >= 1.2
BuildRequires:	pkgconfig(xcb-atom)
BuildRequires:	pkgconfig(xcb-aux)
BuildRequires:	pkgconfig(xorg-macros) >= 1.8

%description
xbacklight is a simple command-line utility to set the backlight level
using the RandR 1.2 BACKLIGHT output property.


%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std


%files
%doc COPYING ChangeLog README
%{_bindir}/xbacklight
%{_mandir}/man1/xbacklight.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-2
+ Revision: 29dccbf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9196 |14cr|Xbae-4.60.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname	xbae

%define major		4
%define libname		%mklibname %name %major
%define develname	%mklibname %name -d

Summary:	Xbae Widget Set
Name:		Xbae
Version:	4.60.4
Release:	7
License:	BSD
Group:		System/Libraries
Url:		http://xbae.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/xbae/%srcname-%version.tar.gz
BuildRequires:	pkgconfig(x11)
BuildRequires:	lesstif-devel
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xp)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
Requires:	%libname = %version

%description
XbaeMatrix is a free Motif table widget (also compatible with the free LessTif)
which presents an editable array of string data to the user in a scrollable 
table similar to a spreadsheet. The rows and columns of the Matrix may 
optionally be labelled. A number of "fixed" and "trailing fixed" rows or
columns may be specified.

%package -n %libname
Summary:   Xbae Widget Set
Group:     System/Libraries

%description -n %libname
XbaeMatrix is a free Motif table widget (also compatible with the free LessTif)
which presents an editable array of string data to the user in a scrollable
table similar to a spreadsheet. The rows and columns of the Matrix may
optionally be labelled. A number of "fixed" and "trailing fixed" rows or 
columns may be specified. 

%package -n %develname
Summary:        Development tools for programs which will use the %name library
Group:          Development/Other
Requires:       %libname = %{version}
Provides:       %{name}-devel = %{EVRD}
Provides:       lib%{name}-devel = %{EVRD}
Obsoletes:	%{mklibname Xbae 4 -d}

%description -n %develname
The %name-devel package includes the header files and static libraries
necessary for developing programs using the %name library.

If you are going to develop programs which will use this library
you should install %name-devel.  You'll also need to have the %name
package installed.

%prep
%setup -q -n %srcname-%version

%build
%configure2_5x --enable-shared --disable-static --disable-debug
%make

%install
%makeinstall_std

rm -rf %{buildroot}/%_prefix/Xbae

%files
%doc AUTHORS ChangeLog COPYING NEWS README
%{_mandir}/man3/*
%_datadir/Xbae

%files -n %libname
%_libdir/*.so.*

%files -n %develname
%doc doc/*.html
%_includedir/%{name}
%_libdir/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.60.4-7
+ Revision: b84ed7a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9197 |14cr|xbanner-1.31-28
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A program for customizing the look of the standard XDM interface
Name:		xbanner
Version:	1.31
Release:	28
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://www.hijinks.com/~spade/linux/XBanner/
Source0:	ftp://physics.fullerton.edu/pub/Linux/XBanner/XBanner1.31.tar.bz2
Source1:	XBanner.mdkdefaults.bz2
Source2:	xdm_bg.xpm.bz2
Patch0:		xbanner-1.3-rh.patch
Patch1:		XBanner-asnonroot.patch
BuildRequires:	imake
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)

%description
The XBanner program allows the display of text, patterns and images
in the root window, so users can customize the XDM style login screen
and/or the normal X background.

Install XBanner if you'd like to change the look of your X login screen
and/or X background.

%files
%{_prefix}/X11R6/bin/*
%{_prefix}/X11R6/include/X11/pixmaps/xdm_bg.xpm
%{_prefix}/X11R6/lib/X11/app-defaults/XBanner
%defattr(0644,root,root,755)
%doc ToDo QuickStart index.html docs
%doc samples docs/*

#----------------------------------------------------------------------------

%prep
%setup -q -n XBanner1.31
%patch0 -p1 -b .patch
%patch1 -p0

%build
xmkmf -a
make

%install
mkdir -p %{buildroot}
mkdir -p %{buildroot}/usr
mkdir -p %{buildroot}/usr/X11R6/bin
mkdir -p %{buildroot}/usr/X11R6/include/X11/pixmaps
mkdir -p %{buildroot}/usr/X11R6/lib/X11/app-defaults

for i in xbanner freetemp xb_check;do
install -c  --strip --mode "0755"  $i %{buildroot}/usr/X11R6/bin/$i
done

bzcat %{SOURCE1} > %{buildroot}/usr/X11R6/lib/X11/app-defaults/XBanner
bzcat %{SOURCE2} > %{buildroot}/usr/X11R6/include/X11/pixmaps/xdm_bg.xpm

# fixup bogus permissions
chmod -R og+rX %{buildroot}


%changelog
* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.31-28
+ Revision: 6540c0f
- Fix patch, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9198 |14cr|xbill-2.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	xbill
%define	version	2.1
%define release	8
%define	Summary	Defend your computers from Wingdows Viruses

Name:		%{name}
Version:	%{version}
Release:	%{release}
Group:		Games/Arcade
Source0:	%{name}-%{version}.tar.bz2
Url:		http://www.xbill.org/
Summary:	%{Summary}
License:	GPL
BuildRequires:	pkgconfig(x11)
BuildRequires:	Xaw3d-devel
BuildRequires:	libxpm-devel
BuildRequires:	pkgconfig(xt)
BuildRequires:	libxaw-devel
BuildRequires:	lesstif-devel
BuildRequires:	imagemagick

%description
Ever get the feeling that nothing is going right?  You're a sysadmin,
and someone's trying to destroy your computers.  The little people
running around the screen are trying to infect your computers with
Wingdows [TM], a virus cleverly  designed to resemble a popular
operating system.  Your objective is to click the mouse on them, ending
the potential threat. If one of the people reaches a computer, it will
attempt to replace your operating system with the virus it carries.
It will then attempt to run off the screen with your vital software.
If one of the people reaches a computer, it will attempt to replace
your operating system with the virus it carries. It will then attempt
to run off the screen with your vital software..

%prep
%setup -q

%build
%configure2_5x	--disable-gtk \
		--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir} \
		--localstatedir=%{_localstatedir}/lib/games
%make

%install
rm -rf %{buildroot}
%{makeinstall_std}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=XBill
Comment=%{Summary}
Exec=%_gamesbindir/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

install -d %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert -size 16x16 %{name}.gif %{buildroot}%{_miconsdir}/%{name}.png
convert -size 32x32 %{name}.gif %{buildroot}%{_iconsdir}/%{name}.png
convert -size 48x48 %{name}.gif %{buildroot}%{_liconsdir}/%{name}.png

%files
%doc README README.Ports ChangeLog
%attr(2755,root,games) %{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_mandir}/man6/xbill.6*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%attr(0664,root,games) %{_localstatedir}/lib/games/xbill/scores
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-8
+ Revision: 1c2e129
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9199 |14cr|xbindkeys-1.8.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Link keyboard and mouse input events with shell commands
Name:		xbindkeys
Version:	1.8.5
Release:	3
License:	GPL
Group:		System/X11
URL:		http://hocwp.free.fr/xbindkeys/xbindkeys.html
Source:		%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(x11) 
# (for xbindkey_show)
Requires:	tk

%description
%{name} is a program that allows you to launch shell commands with
your keyboard or your mouse under X Window. It links commands to keys
or mouse buttons, using a configuration file. It's independent of the
window manager and can capture all keyboard keys (e.g. Power, Wake...).

%prep
%setup -q


%build 
%configure  --disable-guile
%make

%install
%makeinstall


%files
%defattr(-,root,root)
%doc AUTHORS BUGS ChangeLog README
%{_bindir}/*
%{_mandir}/man?/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.5-3
+ Revision: a163dc2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9200 |14cr|xbiso-0.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ISO extraction utility for xdvdfs images
Name:		xbiso
Version:	0.6.1
Release:	3
License:	GPLv2+
Group:		Archiving/Cd burning
Url:		http://sourceforge.net/projects/xbiso/
Source0:	http://downloads.sourceforge.net/xbiso/%{name}-%{version}.tar.gz
Patch0:		xbiso-0.6.1-destdir.patch
# Requires re-work for ftplib 4.0+
#BuildRequires:	libftp-devel

%description
xbiso is an ISO extraction utility for xdvdfs images.

%files
%doc CHANGELOG LICENSE README
%{_bindir}/xbiso

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --disable-ftp
%make LIBS="-lm"

%install
mkdir -p %{buildroot}%{_bindir}
%makeinstall_std


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-3
+ Revision: 58a4c5c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9201 |14cr|xblast-2.10.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xblast
%define version 2.10.4
%define release  4

Summary: XBlast TNT a bomberman like game (Multiplayer)
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-complete-sounds-%{version}.tar.bz2
Patch0: xblast-complete-sounds-2.10.4-localedir.patch
License: GPLv2+
Group: Games/Arcade
Url: http://xblast.sf.net
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xt)


%description
XBlast is a multi-player arcade game for X11 and MS Windows with raytraced 
graphics. The game can be played with at least two players and up to six 
players. It was inspired by the video/computer game Bomberman (Dynablaster).

%prep
%setup -q
%patch0 -p0

%build
autoreconf -fi
%configure2_5x --bindir=%{_gamesbindir} --enable-sound --with-otherdatadir=%{_gamesdatadir}/XBlast-TNT
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%{find_lang} %{name}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=arcade_section
Categories=Game;ArcadeGame;
Name=X blast
Comment=%{summary}
EOF

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root,0755)
%doc README NEWS COPYING AUTHORS
%{_gamesbindir}/xblast
%{_gamesbindir}/xbsndsrv
%{_gamesdatadir}/XBlast-TNT
%{_datadir}/applications/mandriva-*.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.4-4
+ Revision: b0cf860
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9202 |14cr|xbmc-13.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_cec 1
%define codename Gotham

Summary:	XBMC Media Center - media player and home entertainment system
Name:		xbmc
Version:	13.2
Release:	1
# nosefart audio plugin and RSXS-0.9 based screensavers are GPLv2 only
# several eventclients are GPLv3+ (in subpackages)
# libhdhomerun is LGPLv3+ with an exception (always ok to link against it)
# the rest is GPLv2+
# both GPLv2+ and GPLv2 are mentioned because plugins are not part of core
# xbmc and therefore e.g. /usr/bin/xbmc is GPLv2+ with LGPLv3+ part
# as allowed by a license exception
License:	GPLv2+ and GPLv2 and (LGPLv3+ with exceptions)
Group:		Video
Url:		http://xbmc.org/
Source0:	http://mirrors.xbmc.org/releases/source/%{name}-%{version}.tar.gz
Patch0:		xbmc-13.2-external-ffmpeg.patch
Patch1:		xbmc-13.0-no-win32.patch
# Display Music Videos in "Artist - Name" format instead of just "Name"
Patch2:		xbmc-13.0-upnp-musicvideos-artist.patch
# Fix bug with UPnP playback for Playlists
Patch3:		xbmc-13.0-upnp-playlists.patch

BuildRequires:	afpclient-devel
BuildRequires:	avahi-common-devel
BuildRequires:	boost-devel
BuildRequires:	bzip2-devel
%if %{mdvver} < 201410
BuildRequires:	crystalhd-devel
%endif
BuildRequires:	ffmpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	liblzo-devel
BuildRequires:	mysql-devel
BuildRequires:	tinyxml-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(cwiid)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(enca)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libcdio)
%if %{build_cec}
BuildRequires:	pkgconfig(libcec) >= 2:1:0
%else
BuildConflicts:	pkgconfig(libcec)
%endif
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmicrohttpd)
BuildRequires:	pkgconfig(libmms)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmpeg2)
BuildRequires:	pkgconfig(libnfs)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libplist)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librtmp)
BuildRequires:	pkgconfig(libshairport)
BuildRequires:	pkgconfig(libssh)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(yajl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	cmake
BuildRequires:	gperf
BuildRequires:	zip
%ifarch %{ix86}
BuildRequires:	nasm
%endif
Requires:	lsb-release
# for codegenrator
BuildRequires:	doxygen
BuildRequires:	java
BuildRequires:	swig

# dlopened (existence check required by rpm5 as it doesn't use stderr):
%define dlopenreq() %([ -e %{_libdir}/lib%{1}.so ] && rpm -qf --qf '%%{name}' $(readlink -f %{_libdir}/lib%{1}.so) 2>/dev/null || echo %{name})
Requires:	%dlopenreq curl
Requires:	%dlopenreq FLAC
Requires:	%dlopenreq mad
Requires:	%dlopenreq ogg
Requires:	%dlopenreq vorbis
Requires:	%dlopenreq vorbisenc
Requires:	%dlopenreq vorbisfile
Requires:	%dlopenreq modplug
Requires:	%dlopenreq rtmp
Requires:	%dlopenreq mpeg2
Requires:	%dlopenreq ass
Requires:	%dlopenreq bluray
Requires:	%dlopenreq nfs
Requires:	%dlopenreq afpclient
Requires:	%dlopenreq plist
Requires:	%dlopenreq shairport
%if %{build_cec}
Requires:	%dlopenreq cec
%endif
# not nearly as common as the above, so just suggest instead for now:
Suggests:	%dlopenreq crystalhd
# TODO: FEH.py is useless nowadays, drop it here and upstream.
# for FEH.py, to check current configuration is ok for xbmc:
Requires:	xdpyinfo
Requires:	glxinfo
# for FEH.py to allow it to give an error message (should be available already
# on most systems):
Requires:	pygtk2
# for xbmc python scripts:
Requires:	python-imaging
# Packages not shipped in core:
Suggests:	%{_lib}lame0
Suggests:	%{_lib}dvdcss2

%description
XBMC is an award-winning free and open source software media player
and entertainment hub for digital media.

While XBMC functions very well as a standard media player application
for your computer, it has been designed to be the perfect companion
for your HTPC. Supporting an almost endless range of remote controls,
and combined with its beautiful interface and powerful skinning
engine, XBMC feels very natural to use from the couch and is the
ideal solution for your home theater.

Support for RAR files is not included due to license issues.

%files
%doc %{_docdir}/xbmc
%{_sysconfdir}/X11/wmsession.d/15XBMC
%{_bindir}/xbmc
%{_bindir}/xbmc-standalone
%dir %{_libdir}/xbmc
%dir %{_libdir}/xbmc/addons
%dir %{_libdir}/xbmc/system
%dir %{_libdir}/xbmc/system/players
%dir %{_libdir}/xbmc/system/players/dvdplayer
%dir %{_libdir}/xbmc/system/players/paplayer
%{_libdir}/xbmc/xbmc.bin
%{_libdir}/xbmc/xbmc-xrandr
%dir %{_libdir}/xbmc/addons/*
%{_libdir}/xbmc/addons/*/*.so
%{_libdir}/xbmc/addons/*/*.vis
%{_libdir}/xbmc/addons/*/*.xbs
%{_libdir}/xbmc/system/ImageLib-*.so
%{_libdir}/xbmc/system/hdhomerun-*.so
%{_libdir}/xbmc/system/libcmyth-*.so
%{_libdir}/xbmc/system/libcpluff-*.so
%{_libdir}/xbmc/system/libexif-*.so
%{_libdir}/xbmc/system/players/dvdplayer/libdvdnav-*.so
%{_libdir}/xbmc/system/players/paplayer/libsidplay2-*.so
%{_libdir}/xbmc/system/players/paplayer/nosefart-*.so
%{_libdir}/xbmc/system/players/paplayer/stsoundlibrary-*.so
%{_libdir}/xbmc/system/players/paplayer/timidity-*.so
%{_libdir}/xbmc/system/players/paplayer/vgmstream-*.so
%ifarch %{ix86}
%{_libdir}/xbmc/system/players/paplayer/SNESAPU-*.so
%endif
%dir %{_datadir}/xbmc
%{_datadir}/xbmc/addons
%{_datadir}/xbmc/FEH.py
%{_datadir}/xbmc/language
%{_datadir}/xbmc/media
%{_datadir}/xbmc/sounds
%{_datadir}/xbmc/system
%{_datadir}/xbmc/userdata
%{_datadir}/applications/xbmc.desktop
%{_iconsdir}/hicolor/*/apps/xbmc.png

#----------------------------------------------------------------------------

%package	devel
Summary:	Development files for XBMC
License:	GPLv2+
Group:		Development/C
Provides:	xbmc-eventclients-devel = %{EVRD}
Conflicts:	xbmc-eventclients-devel < 13.0
Obsoletes:	xbmc-eventclients-devel < 13.0

%description	devel
XBMC is an award-winning free and open source software media player
and entertainment hub for digital media.

This package contains files needed to build addons and eventclients.

%files devel
%dir %{_includedir}/xbmc
%{_includedir}/xbmc/*
%{_libdir}/xbmc/*.cmake

#----------------------------------------------------------------------------

%package	eventclients-common
Summary:	Common files for XBMC eventclients
License:	GPLv2+
Group:		Video

%description	eventclients-common
XBMC is an award-winning free and open source software media player
and entertainment hub for digital media.

This package contains common files for eventclients.

%files eventclients-common
%{python_sitelib}/xbmc
%dir %{_datadir}/pixmaps/xbmc
%{_datadir}/pixmaps/xbmc/*.png

#----------------------------------------------------------------------------

%package	eventclient-wiiremote
Summary:	Wii Remote eventclient for XBMC
License:	GPLv3+
Group:		Video
Requires:	%{name}-eventclients-common = %{EVRD}

%description	eventclient-wiiremote
XBMC is an award-winning free and open source software media player
and entertainment hub for digital media.

This package contains the Wii Remote eventclient.

%files eventclient-wiiremote
%{_bindir}/xbmc-wiiremote

#----------------------------------------------------------------------------

%package	eventclient-j2me
Summary:	J2ME eventclient for XBMC
License:	GPLv2+
Group:		Video
Requires:	python-pybluez
Requires:	%{name}-eventclients-common = %{EVRD}

%description	eventclient-j2me
XBMC is an award-winning free and open source software media player
and entertainment hub for digital media.

This package contains the J2ME eventclient, providing a bluetooth
server that can communicate with a mobile tool supporting J2ME.

%files eventclient-j2me
%{_bindir}/xbmc-j2meremote

#----------------------------------------------------------------------------

%package	eventclient-ps3
Summary:	PS3 eventclients for XBMC
License:	GPLv2+
Group:		Video
Requires:	python-pybluez
Requires:	%{name}-eventclients-common = %{EVRD}
# requires via zeroconf.py, only used by xbmc-ps3d:
Requires:	python-gobject avahi-python python-dbus

%description	eventclient-ps3
XBMC is an award-winning free and open source software media player
and entertainment hub for digital media.

This package contains the PS3 remote and sixaxis eventclients.

%files eventclient-ps3
%{_bindir}/xbmc-ps3d
%{_bindir}/xbmc-ps3remote

#----------------------------------------------------------------------------

%package	eventclient-xbmc-send
Summary:	PS3 eventclient for XBMC
License:	GPLv2+
Group:		Video
Requires:	%{name}-eventclients-common = %{EVRD}

%description	eventclient-xbmc-send
XBMC is an award-winning free and open source software media player
and entertainment hub for digital media.

This package contains the xbmc-send eventclient.

%files eventclient-xbmc-send
%{_bindir}/xbmc-send

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{codename}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

find . -name "Makefile*" -o -name "*.m4" -o -name "configure*" -o -name "missing" -o -name "bootstrap*" |xargs sed -i -e 's,configure.in,configure.ac,g'
cp configure.in configure.ac

# otherwise backups end up in binary rpms
find -type f \( -name '*.00??' -o -name '*.00??~' \) -print -delete

# remove prebuilt libraries
find -type f \( -iname '*.so' -o -iname '*.dll' -o -iname '*.exe' \) -delete

# GPLv2 only
rm -r lib/cmyth/Win32/include/mysql

# win32 only
rm -rf system/players/dvdplayer/etc/fonts

%build
export GIT_REV="tarball"
./bootstrap

# due to xbmc modules that use symbols from xbmc binary
# and are not using libtool
%define _disable_ld_no_undefined 1

# Workaround configure using git to override GIT_REV (TODO: fix it properly)
export ac_cv_prog_HAVE_GIT="no"

%configure2_5x \
	--disable-debug \
	--disable-ccache \
%ifarch %{arm}
	--enable-neon	\
%endif
	--enable-external-libraries \
	--disable-non-free \
	--disable-dvdcss \
	--enable-goom \
	--enable-pulse \
	--with-lirc-device=/var/run/lirc/lircd

# non-free = unrar
# dvdcss is handled via dlopen when disabled

%make
%make -C tools/EventClients wiimote

%install
%makeinstall_std
%makeinstall_std -C tools/EventClients

# unused
rm %{buildroot}%{_datadir}/xsessions/XBMC.desktop
# our version of the above:
install -d -m755 %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/15XBMC <<EOF
NAME=XBMC
ICON=xbmc.png
DESC=XBMC Media Center
EXEC=%{_bindir}/xbmc-standalone
SCRIPT:
exec %{_bindir}/xbmc-standalone
EOF

# unused files, TODO fix this upstream:
find %{buildroot}%{_datadir}/xbmc/addons/skin.*/media -name '*.png' -delete

( # for IFS and +x
# Check for issues in ELF binaries
undefined=
fhserr=
echo Silencing output of undefined symbol and FHS conformance checks
set +x
IFS=$'\n'
for file in $(find %{buildroot} -type f); do
	type="$(file "$file")"
	echo "$type" | grep -q "ELF" || continue

	# Check that a binary file is not in datadir:
	echo "$file" | grep -q "%{_datadir}" && fhserr="${fhserr}$file\n"

	# check for undefined symbols in XBMC modules
	echo "$type" | grep -q "shared object" || continue
	for symbol in $(LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}%{_libdir} ldd -r "$file" 2>&1 | grep undefined | awk '{ print $3 }'); do
		# undefined symbols may also be provided by XBMC:
		nm -f posix -D --no-demangle --defined-only %{buildroot}%{_libdir}/xbmc/xbmc.bin | grep -q "^$symbol " && continue
		# The symbol was not provided by XBMC.
		# Check if it is available through its dependencies:
		for filename in $(objdump -p %{buildroot}%{_libdir}/xbmc/xbmc.bin | grep NEEDED | awk '{ print $2 }'); do
			depfile="/%{_lib}/$filename"
			[ -e "$depfile" ] || depfile="%{_libdir}/$filename"
			nm -f posix -D --no-demangle --defined-only $depfile | grep -q "^$symbol " && continue 2
		done
		# Euphoria references rsxs PNG class, but it is never used at runtime,
		# so it results in no errors due to RTLD_LAZY being used by xbmc module loader.
		case $file:$symbol in */Euphoria.xbs:_ZN3PNG*) continue; esac
		# the symbol was not found
		undefined="${undefined}$file: $symbol\n"
	done
done
ok=1
[ -n "$undefined" ] && echo -e "$undefined" && echo "Undefined symbols!" && ok=
[ -n "$fhserr" ] && echo -e "$fhserr" && echo "Binaries in datadir!" && ok=
[ -n "$ok" ]
)


%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 13.2-1
+ Revision: 088b1d5
- Don't disable crystalhd support for rosa2012.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9203 |14cr|xboxdrv-linux-0.8.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xboxdrv-linux
License:	GPL
Group:		System/Configuration/Hardware 
URL:		http://pingus.seul.org/~grumbel/xboxdrv/
Autoreqprov:	on
Version:	0.8.5
Release:	4
Summary:	XBox 360 Controller Driver
Source0:	http://pingus.seul.org/~grumbel/xboxdrv/%name-%version.tar.bz2
Source1:	xboxdrv.init
Source100:  %{name}.rpmlintrc

BuildRequires: pkgconfig(sdl) 
BuildRequires: pkgconfig(zlib)
BuildRequires: pkgconfig(gl)
BuildRequires: gcc-c++ 
BuildRequires: scons 
BuildRequires: pkgconfig(libusb)
BuildRequires: boost-devel 
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(glib-2.0) 
BuildRequires: pkgconfig(dbus-glib-1)

%description
Userspace Xbox/Xbox360 USB Gamepad Driver for Linux

%prep
%setup -q


%build
%make PREFIX=/usr

%install
install -D xboxdrv %{buildroot}%{_bindir}/xboxdrv
install -D doc/xboxdrv-daemon.1 %{buildroot}%{_mandir}/man1/xboxdrv-daemon.1
install -D doc/xboxdrv.1 %{buildroot}%{_mandir}/man1/xboxdrv.1
install -c -D -m 0750 %{SOURCE1} %{buildroot}%{_initrddir}/xboxdrv

%files
%{_bindir}/xboxdrv
%{_mandir}/man1/xboxdrv*
%attr(0750,root,admin) %{_initrddir}/xboxdrv

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.5-4
+ Revision: 596dfa9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9204 |14cr|xbsql-0.11-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %name %major
%define develname	%mklibname -d %name

Summary:	XBSQL: An SQL wrapper for xbase
Name:		xbsql
Version:	0.11
Release:	17
License:	LGPLv2+
Group:		Databases
Source0: 	%{name}-%{version}.tar.bz2
Patch0:		xbsql-0.11-xbase64.patch
Patch1:		xbsql-0.11-link.patch
URL:		http://www.quaking.demon.co.uk/xbsql/
BuildRequires:  xbase-devel
BuildRequires:  readline-devel
BuildRequires:  bison
Requires:	xbase

%description
Xbase DBMS is a C++ library which supports access to Xbase type datafiles and
indexes (ie., .dbf and related files).

%package -n %{libname}
Summary: Libraries needed for %{name}
Group:   System/Libraries

%description -n %{libname}
Libraries needed for %{name}

%package -n %{develname}
Summary: Headers for %{name} 
Group: Development/Other
Conflicts: %{libname} < 0.11-15
Requires: %{libname} = %version-%release
Provides: %name-devel = %{EVRD}
Obsoletes: %{name}-devel < %version-%release
Obsoletes: %{mklibname -d xbsql 0}

%description -n %{develname}
Headers for %{name}

%prep
%setup -q
%patch0 -p1
%patch1 -p0
sed -i -e 's#/usr/lib/libncurses#%{_libdir}/libncurses#' configure.*

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README AUTHORS TODO ChangeLog 
%{_bindir}/xql

%files -n %{libname}
%{_libdir}/libxbsql.so.%{major}*

%files -n %{develname}
%{_includedir}/xbsql.h
%{_libdir}/libxbsql.so
%{_libdir}/libxbsql.a 



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-17
+ Revision: 51f7866
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9205 |14cr|xbuffy-3.4-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define name xbuffy
%define version 3.4
%define release  16

Summary:	X-based multiple mailbox biff
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	MIT
Group:		Graphical desktop/Other
Source:		%{name}-%{version}.tar.bz2
Url:		ftp://ftp.virginia.edu:/pub/xbuffy/
Patch0:		xbuffy-3.4-multiple-box.patch
Patch1:		xbuffy-nntp-gcc331.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xt)

%description
Xbuffy is a program that watches multiple mailboxes and newsgroups
and displays a count of new mail or news, and optionally displays a pop-up
window containing the From: and Subject: lines when new mail or news
arrives.  Xbuffy can also run a program (such as a xterm with your mail reader)
when you click on the mailbox.  

%prep
%setup -q
%patch0
%patch1

%build
%configure2_5x --enable-nntp --enable-content-length
%make

%install
install -m 755 -d %{buildroot}%{_bindir}/
install -s -m 755  xbuffy %{buildroot}%{_bindir}/xbuffy
install -m 755 -d %{buildroot}%{_mandir}/man1/
install -m 644 xbuffy.1 %{buildroot}%{_mandir}/man1/xbuffy.1x
install -m 755 -d %{buildroot}%{_datadir}/X11/app-defaults/
install -m 644  XBuffy.ad %{buildroot}%{_datadir}/X11/app-defaults/XBuffy

%files
%doc ChangeLog README README.imap README.cclient boxfile.fmt boxfile.sample
%{_bindir}/xbuffy
%{_mandir}/man1/xbuffy.1x*
%{_datadir}/X11/app-defaults/XBuffy



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4-16
+ Revision: 01055cc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9206 |14cr|xca-0.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:	GUI for handling X509 certificates, RSA keys and PKCS#10 requests
Name:		xca
Version:	0.9.1
Release:	3
License:	BSD
Group:		System/Servers
Source0:	http://prdownloads.sourceforge.net/xca/%{name}-%{version}.tar.gz
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		xca-0.6.4-lib64.patch
URL:		http://www.hohnstaedt.de/xca/xca.html
BuildRequires:	qt4-devel
BuildRequires:	qt4-linguist
BuildRequires:	db-devel
BuildRequires:	pkgconfig(libssl)
BuildRequires:	linuxdoc-tools
BuildRequires:	libltdl-devel


%description
XCA uses a Berkeley DB for storage and supports RSA keys,
certificate signing requests (PKCS#10) and Certificates (X509v3)
The signing of requests, and the creation of selfsigned certificates
is supported. Both can use templates for simplicity.
The PKI structures can be imported and exported in several formats
like PKCS#7, PKCS#12, PEM, DER, PKCS#8.

%prep
%setup -q
%patch0 -p1 -b .lib64

perl -n -i -e '$/="\r\n";chomp;print;print "\n"' COPYRIGHT
perl -pi -e 's,\/usr\/lib\/,%{_libdir},g' configure

%build
CFLAGS="$RPM_OPT_FLAGS -I%{qt4include}/Qt -fpermissive" \
QTDIR="%{qt4dir}" \
prefix=%{_prefix} ./configure
%make

%install
make destdir=%{buildroot} prefix=%{_prefix} mandir=share/man install

rm -f %{buildroot}%{_datadir}/pixmaps/xca.xpm

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m644 %{SOURCE11} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png


%files
%defattr(-,root,root, 755)
%doc AUTHORS COPYRIGHT
%doc doc/*.html
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/xca-32x32.xpm
%{_datadir}/applications/*.desktop
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/mime/packages/xca.xml



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-3
+ Revision: 24cb8d2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9207 |14cr|xcalib-0.8-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Tiny monitor calibration loader
Name:           xcalib
Version:	0.8
Release:	9
License:	GPL
Group:		System/Configuration/Hardware
URL:		http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib
Source0:	http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/%{name}-source-%{version}.tar.bz2
BuildRequires:	x11-proto-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xxf86vm)

%description
xcalib is a tiny monitor calibration loader for XFree86 (or X.org) 

%prep
%setup -q

%build
%make xcalib CFLAGS="%{optflags}" XLIBDIR=%{_libdir} XINCLUDEDIR=%{_includedir}

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_bindir}
cp xcalib %{buildroot}%{_bindir}/xcalib

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc README README.profilers COPYING *.icc *.icm
%attr(755,root,root) %{_bindir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8-9
+ Revision: 760601a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9208 |14cr|xcave-2.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A wine cellar manager
Name:		xcave
Version:	2.3.2
Release:	4
License:	GPLv2+
Group:		Databases
Url:		http://xcave.free.fr/
Source0:	http://xcave.free.fr/download/en/%{name}-%{version}.tar.gz
# (fc) 2.3.2-1mdv fix build with latest glibc/gcc
Patch0:		xcave-2.3.2-fixbuild.patch
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)

%description
xcave is a cellar manager, to allow to view and manage the contents of
a wine cellar.
The 'wine' referred to here, is for drinking, nothing to do with
Windows emulator.
It provides:
- a wine cellar manager
- a graphical representation of the cellar
  (the rack number and rack dimensions can be changed)
- many fields are predetermined depending on the appellation
- a stock data or information about a specific wine can be printed
- a tasting notes and comments
- a xml structure for the stock file
- a colour differences calculated by vintage and time stored in cellar
- a different sorting and presentation options
  (by maturity, name, vintage (year), producer and quantity)

%files -f %{name}.lang
%doc ChangeLog README TODO
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .fixbuild

autoreconf -fi

%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=XCave
Comment=View and manage a wine cellar
Exec=%_bindir/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Office;Database;GTK;
EOF

mkdir -p %{buildroot}%{_liconsdir} %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir}
convert -geometry 48x48 pixmaps/%{name}-icon.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 pixmaps/%{name}-icon.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 pixmaps/%{name}-icon.png %{buildroot}%{_miconsdir}/%{name}.png

rm -rf %{buildroot}%{_prefix}/doc

%find_lang %{name}


%changelog
* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.2-4
+ Revision: 5be0e6e
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9209 |14cr|xcdroast-0.98-0.a15.41
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	alpharel	alpha15
%define	alpha		15

Summary:	A GUI program for burning CDs
Name:		xcdroast
Version:	0.98
Release:	0.a%{alpha}.41
Epoch:		11
URL:		http://www.xcdroast.org/
Source:		http://xcdroast.sourceforge.net/RPMS/%{alpha}/src/%{name}-%{version}%{alpharel}.tar.bz2
Patch1:		xcdroast-0.98alpha15-linebuffer.patch
Patch2:		xcdroast-0.98alpha15-nowarn.patch
Patch3:		xcdroast-0.98alpha15-scan.patch
Patch4:		xcdroast-0.98alpha15-fix-str-fmt.patch

Patch11:	xcdroast-0.98alpha15-01_upstream_configure.patch
Patch12:	xcdroast-0.98alpha15-02_upstream_gtk2locale.patch
Patch13:	xcdroast-0.98alpha15-03_upstream_64bit_gsize.patch
Patch14:	xcdroast-0.98alpha15-04_upstream_read_eagain.patch
Patch15:	xcdroast-0.98alpha15-05_upstream_wav.patch
Patch16:	xcdroast-0.98alpha15-06_man.patch
Patch17:	xcdroast-0.98alpha15-07_case_cmp.patch
Patch18:	xcdroast-0.98alpha15-08_desktop.patch
Patch19:	xcdroast-0.98alpha15-09_share_dir.patch
Patch20:	xcdroast-0.98alpha15-10_cddbtool.patch
Patch21:	xcdroast-0.98alpha15-11_mkisofs_options.patch
Patch22:	xcdroast-0.98alpha15-12_cdrecord_versions.patch
Patch23:	xcdroast-0.98alpha15-13_cdrecord_to_wodim.patch
Patch24:	xcdroast-0.98alpha15-14_atapi_to_oldatapi.patch
Patch25:	xcdroast-0.98alpha15-15_no_readcd_version.patch

Patch30:	xcdroast-0.98alpha15-prodvd.patch
Patch31:	xcdroast-0.98alpha15-frozen_gui.patch
Patch32:	xcdroast-0.98alpha15-nogtk1.patch

Patch40:	xcdroast-0.98alpha15.spell.patch
Patch41:	xcdroast-linux-new_kernel.patch
License:	LGPLv2+
Group:		Archiving/Cd burning
Requires: 	cdrkit
Requires:	cdrkit-genisoimage
Requires:	cdrkit-icedax
BuildRequires:	gtk2-devel 
BuildRequires:	pkgconfig(gdk-pixbuf-2.0) 
BuildRequires:	pcre-devel 
BuildRequires:	imagemagick
BuildRequires:	bison

%description
X-CD-Roast provides a GUI interface for writing optical discs and disc 
images. X-CD-Roast includes a self-explanatory X11 user interface,
automatic SCSI and IDE hardware setup, support for mastering of new
ISO9660 data CDs, support for production of new audio CDs, fast
copying of CDs without hard disk buffering, and a logfile option.

%prep
%setup -q -n %{name}-%{version}%{alpharel}
%patch1 -p1 -b .linebuffer
%patch2 -p1 -b .nowarn
%patch3 -p1 -b .scan
%patch4 -p0 -b .str

%patch11 -p1 -b .p11
%patch12 -p1 -b .p12
%patch13 -p1 -b .p13
%patch14 -p1 -b .p14
%patch15 -p1 -b .p15
%patch16 -p1 -b .p16
%patch17 -p1 -b .p17
%patch18 -p1 -b .p18
%patch19 -p1 -b .p19
%patch20 -p1 -b .p20
%patch21 -p0 -b .p21
%patch22 -p1 -b .p22
%patch23 -p1 -b .p23
%patch24 -p0 -b .p24
%patch25 -p1 -b .p25

%patch30 -p1 -b .cdrkit
%patch31 -p1 -b .frozen
%patch32 -p1 -b .nogtk1

%patch40 -p1 -b .spell
%patch41 -p0

%build
autoreconf -fi
%configure2_5x --with-xcdroast-libdir-prefix=%{_prefix}/lib/xcdroast-0.98 --enable-gtk2
%make PREFIX=%{_prefix}

%install
%makeinstall_std PREFIX=%{_prefix}

# icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -size 48x48 xpms/xcdricon.xpm %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -size 32x32 xpms/xcdricon.xpm %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -size 16x16 xpms/xcdricon.xpm %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=X-CD-Roast
Comment=CD / DVD writing application
Exec=soundwrapper %{_bindir}/%{name} -n
Icon=%{name}
Terminal=false
Type=Application
Categories=GTK;AudioVideo;DiscBurning;
EOF

%find_lang %{name}

%clean

%files -f %{name}.lang
%doc ChangeLog doc README 
%{_bindir}/xcdroast
%{_prefix}/lib/xcdroast-0.98
%{_mandir}/man1/xcdroast.1*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png




%changelog
* Fri May 17 2013 Denis Silakov <denis.silakov@rosalab.ru> 11:0.98-0.a15.41
+ Revision: 1f4f1fa
- Bump release and clean the spec after applying automated fixes to spec file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9210 |14cr|xchat-osd-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xchat-osd
%define version 1.1
%define release 7

Summary: An osd plugin for xchat
Name: %{name}
Version: %{version}
Release: %{release}
URL: http://www.dmo.ca/projects/xchat-hacks/osd.pl
Source0: osd.pl
License: GPL
Group: Networking/IRC
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires: xchat, perl-X-Osd, xchat-perl

%description
An osd plugin for xchat

%prep

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/%{name}
install %SOURCE0  $RPM_BUILD_ROOT/%{_libdir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_libdir}/%{name}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: ba12eb5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9211 |14cr|xchat-systray-integration-2.4.5-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 2.4.5
%define release 11

Summary: 	Systray (Notification Area) Plugin for XChat
Name:		xchat-systray-integration
Version:	%{version}
Release:	%{release}
Source0:	http://prdownloads.sourceforge.net/xchat2-plugins/xchat-systray-integration-%{version}-src.tar.bz2
Patch0:		xchat-systray-integration-imagepath.patch
Patch1:		xchat-systray-integration-2.4.5-fix-confusion-with-malaga-function.patch
Patch2:		xchat-systray-integration-2.4.5-fix-double-free-crashes.patch
License:	GPL
Group:		Networking/IRC
Url:		http://blight.altervista.org/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	xchat >= 2.0.4
BuildRequires:	gtk2-devel
Obsoletes:	xchat-systray-plugin
Provides:	xchat-systray-plugin

%description
Allows you to minimize and maximize XChat to the systray,
to mark/unmark you away and use your away nick,
and alerts you when somebody is trying to talk to you.

%prep
%setup -q
%patch0
%patch1 -p0
%patch2 -p0

%build
%make CFLAGS="%optflags -Wall -fPIC" 

%install
rm -rf %{buildroot}
make install prefix=%{buildroot}%{_prefix}

%if lib != %_lib
mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
%endif
rm -rf %{buildroot}%{_libdir}/xchat/plugins/Win32Tray
mkdir -p %{buildroot}%{_datadir}/%{name}
mv %{buildroot}%{_libdir}/xchat/plugins/*/ %{buildroot}%{_datadir}/%{name}
chmod 0644 %{buildroot}%{_datadir}/%{name}/*/*.png
chmod 0644 Docs/*

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Docs/*
%{_datadir}/%{name}
%{_libdir}/xchat/plugins/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.5-11
+ Revision: a5db67b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9212 |14cr|xchat-translator-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An auto-translate plugin for xchat
Name:		xchat-translator
Version:	0.1
Release:	3
License:	GPL
Group:		Networking/IRC
URL:		http://code.google.com/p/gtranslatecmd/downloads/detail?name=translator.py&can=2&q=
Source0:	http://gtranslatecmd.googlecode.com/files/translator.py
Requires:	xchat
Requires:	xchat-python
Requires:	python-json
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Translate the messages of a given user to a specified language.

Uses Google translate to do the actual magic.

Load it as so:
/LOAD %{_datadir}/xchat/translator.py


%prep

%setup -c -T

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/xchat
install -m0755 %{SOURCE0} %{buildroot}%{_datadir}/xchat/translator.py

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/xchat/translator.py




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: 5279a4e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9213 |14cr|xchm-1.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	xchm
%define version	1.17
%define docversion 1.10
%define release	3

%define	Summary	CHM viewer for UNIX

Name:		%name
Version:	%version
Release:	%release
Summary:	%Summary
License:	GPLv2+
Group:		Publishing
URL:		http://xchm.sourceforge.net
Source:		http://ovh.dl.sourceforge.net/sourceforge/xchm/%name-%version.tar.gz
Source1:	%name-%docversion-doc.tar.bz2
Source2:	%name-16.png
Source3:	%name-32.png
Source4:	%name-48.png
BuildRequires:	libchm-devel
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	wxgtku-devel
BuildRequires:	ghostscript
BuildRequires:	tetex-latex


%description
xCHM - the CHM viewer for UNIX

%prep
%setup -q -a 1

%build
%configure2_5x --with-wx-config=%{_bindir}/wx-config-unicode
%make

%install
%makeinstall_std

mkdir -p %buildroot%_iconsdir/hicolor/{16x16,32x32,48x48}/apps
install -m 644 %SOURCE2 %buildroot%_iconsdir/hicolor/16x16/apps/%name.png
install -m 644 %SOURCE3 %buildroot%_iconsdir/hicolor/32x32/apps/%name.png
install -m 644 %SOURCE4 %buildroot%_iconsdir/hicolor/48x48/apps/%name.png

mkdir -p %buildroot%{_datadir}/applications
cat > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Xchm
Comment=CHM viewer for UNIX
Exec=xchm
Icon=xchm
Type=Application
Categories=GTK;Office;Viewer;
EOF

(
cd %name-%docversion-doc/latex/
make
)

# Doc are install elsewhere
rm -fr %buildroot/%_datadir/doc

%find_lang %name


%files -f %name.lang
%doc AUTHORS ChangeLog README
%doc %name-%docversion-doc/html
%doc %name-%docversion-doc/latex/*.dvi
%_bindir/%name
%_iconsdir/hicolor/*/apps/%name.png
%_datadir/pixmaps/*.xpm
%_datadir/applications/*.desktop





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.17-3
+ Revision: 4ecd10a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9214 |14cr|xcin-2.5.3-6.pre3.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %name %major
%define develname %mklibname %name -d
%define canton_version	1.1

Summary:	X Input Method Server for Chinese
Name:		xcin
Version:	2.5.3
Release:	6.pre3.7
License:	GPL
Group:		System/Internationalization
#Source0:	ftp://xcin.linux.org.tw/pub/xcin/xcin/%name-%version.tar.bz2
Source0:	%{name}-2.5.3.pre3.tar.bz2
# http://hk.geocities.com/chandm9876/canton.htm
Source1:	canton-%{canton_version}.cin.bz2
# Firefly patches
Patch0:  xcin-2.5.3.pre3-xcinrc.LINUX-20040105.patch
Patch1:  xcin-2.5.3.pre3-RootStyle-20040102.patch
Patch2:  xcin-2.5.3.pre3-OverTheSpot-20040102.patch
Patch3:  xcin-2.5.3.pre3-OnTheSpot-20040105.patch
Patch4:  xcin-2.5.3.pre3-bimsphone-20040102.patch
Patch5:  xcin-2.5.3-utf8-makefile-20031223.patch
Patch6:  xcin-2.5.3.pre3-cin2tab-20040102.patch
Patch7:  xcin-2.5.3-syscin_utf8.patch
Patch8:  xcin-2.5.3-cj5_utf8.patch
Patch9:  xcin-2.5.3-simplex5_utf8.patch
# Mandriva patches
Patch100:	xcin-2.5.3-extra-im.patch
Patch101:	xcin-2.5.3-xcinrc-mdk.patch
# From Fedora
Patch102:	xcin-2.5.3-no_rpath.patch
# From Suse
Patch103:	xcin-2.5.3-locale_t.patch
Requires:	locales-zh
Requires:	taipeifonts
Requires:	tabe
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	db-devel
BuildRequires:	tabe-devel
BuildRequires:	gettext
BuildRequires:	libtool


%description
Xcin is an X Input Method allowing to type in Chinese in X applications that
follow the XIM input method standard.

%package -n %libname
Group: System/Libraries
Summary: Shared libraries of xcin

%description -n %libname
Xcin is an X Input Method allowing to type in Chinese in X applications that
follow the XIM input method standard.

%package -n %develname
Group: Development/C
Summary: Development libraries of xcin
Requires: %libname = %version
Provides: lib%name-devel = %version-%release
Obsoletes: %{mklibname xcin 0 -d}

%description -n %develname
Xcin is an X Input Method allowing to type in Chinese in X applications that
follow the XIM input method standard.

%prep

%setup -q -n %{name}
%patch0 -p1
%patch1 -p1 -b .Rootstyle
%patch2 -p1 -b .OverTheSpot
%patch3 -p1 -b .OnTheSpot
%patch4 -p1 -b .bimsphone
%patch5 -p1 -b .utf8-makefile
%patch6 -p1 -b .cin2tab
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch100 -p1 -b .extra-im
%patch101 -p1 -b .mdk
%patch102 -p1 -b .rpath
%patch103 -p0 -b .localet

find . -type d -name CVS | xargs -r rm -rf

bzcat %{SOURCE1} > cin/big5/canton.cin

#Install Chewing module
#pushd src/Cinput
#tar --bzip2 -xf %{SOURCE3}
#cd chewing
#./patch_chewing
#popd

%build
# From SUSE: re-generating configure fixes x86-64 build
mv script/configure.in .
# AdamW: Look for tabe .db files in /usr/share/tabe not /usr/lib/tabe
perl -pi -e 's,/lib/tabe,/share/tabe,g' configure.in
rm -f configure
libtoolize --force -i
aclocal 
autoconf
# Geoff -- don't use percent-configure because it breaks program.
CFLAGS="%optflags" CXXFLAGS="%optflags" ./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--with-xcin-dir=%{_prefix}/lib/xcin \
	--with-xcin-rcdir=%{_sysconfdir}/chinese/xcin \
	--with-db-inc=%{_includedir}/db5 \
	--with-locale-dir=%{_datadir}/locale \
	--with-extra-prefix=%{_prefix}

#Dadou - 2.5.2-6mdk - Don't use make macro. It breaks build.
make

%install
export program_prefix=%{buildroot}
export xcin_rcp=%{buildroot}/%{_sysconfdir}/chinese/xcin
make -e install

%find_lang %{name}




%files -f %{name}.lang
%doc doc/Bugs doc/CREDITS doc/Changes doc/Cin doc/En doc/FAQ doc/README doc/SETUP doc/Todo doc/Usage doc/UserGuide doc/internal doc/modules
%dir %{_sysconfdir}/chinese/xcin
%config(noreplace) %{_sysconfdir}/chinese/xcin/*
%{_bindir}/*

%ifarch x86_64 
/usr/lib/%{name}
%else
%{_libdir}/%{name}
%endif

%{_mandir}/man1/*

%files -n %libname
%doc doc/Bugs doc/CREDITS doc/Changes
%_libdir/lib*.so.%{major}*

%files -n %develname
%doc doc/Bugs doc/CREDITS doc/Changes
%_libdir/lib*.so
%attr(644,root,root) %_libdir/lib*a



%changelog
* Tue Mar 11 2014 SymbianFlo <symbianflo@mandrivausers.ro> 2.5.3-6.pre3.7
+ Revision: 7618c98
- Updated xcin.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9215 |14cr|xclip-0.12-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           xclip
Version:        0.12
Release:        5
Summary:        A command line interface to the X11 clipboard
Group:          Text tools
URL:            http://sourceforge.net/projects/xclip
License:        GPLv2+
Source0:        http://sourceforge.net/projects/xclip/files/xclip/0.12/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)

%description
xclip is a command line interface to the X11 clipboard. It can also be
used for copying files, as an alternative to sftp/scp, thus avoiding
password prompts when X11 forwarding has already been setup.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %buildroot
%makeinstall_std

%clean
rm -rf %buildroot

%files
%defattr(-,root,root,-)
%_bindir/%{name}*
%_mandir/man1/%{name}*.1.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12-5
+ Revision: 2e816aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9216 |14cr|xcockroach-0.4-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xcockroach
Version: 0.4
Release: 13
Summary: Displays cockroaches on your desktop
License: GPL
Group: Toys
Url: http://xcockroach.free.fr/
Source0: %{name}-%{version}.tar.bz2
Patch0: xcockroach-0.4-flags.patch
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xpm)

%description
xcockroach displays cockroaches on your root  window,
they will look for windows and hide themselves under them.
It is a GPL clone of xroach, with many enhancements.

%prep
%setup -q
%patch0 -p0 -b .flags

%build
export CFLAGS="%{optflags}"
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std



%files
%doc AUTHORS ChangeLog COPYING TODO
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_mandir}/man6/%{name}.6*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-13
+ Revision: 6e7638c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9217 |14cr|xcolorsel-1.1a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xcolorsel
%define version 1.1a
%define release 6

Summary: Simple color displayer/selector for X11 rgb.txt files
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}-src.tar.gz
Patch0: xcolorsel_1.1a-16_debian.patch
Patch1: xcolorsel_rgbtxt-mdv.patch
License: GPLv2+
Group: Graphics
Url: ftp://ftp.x.org/contrib/utilities/xcolorsel-1.1a-src.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: imake
BuildRequires: gccmakedep
BuildRequires: Xaw3d-devel
BuildRequires: libxmu-devel
BuildRequires: libxt-devel
BuildRequires: libxpm-devel
BuildRequires: libxp-devel
BuildRequires: libxext-devel
BuildRequires: libxau-devel
BuildRequires: libxdmcp-devel

%description
xcolorsel is a X-Utility that allows you to display X11 "rgb.txt" or
other such files together with tiles showing how the color looks on
your screen. Also a programmer may (like with xfontsel) cut the color
names/definitions in various formats (Colorformats and formats for
resourcefiles or C-sources) und paste them directly in his source
codes.

%prep
%setup -q -n xcolorsel
%patch0 -p1
%patch1 -p1

%build
xmkmf -a
# XAWLIB=-lXaw3d taken from Debian, otherwise it links with libxaw and crashes at runtime
%make XAWLIB=-lXaw3d

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
rm -f %buildroot/%_prefix/lib/X11/app-defaults

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc 00-ANNOUNCE 00-README 01-CHANGELOG 01-COPYING
%_sysconfdir/X11/app-defaults/Xcolorsel
%_sysconfdir/X11/app-defaults/Xcolorsel-color
%_bindir/xcolorsel
%_prefix/lib/X11/xcolorsel/Xcolorsel.help



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1a-6
+ Revision: 8c9c97a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9218 |14cr|xcompmgr-1.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name   xcompmgr
%define version        1.1.6
%define release        2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Sample X Compositing Manager
Source0:	http://xapps.freedesktop.org/release/%{name}-%{version}.tar.gz
URL:		http://xapps.freedesktop.org
License:	MIT
Group:		System/X11
BuildRequires:  libxcomposite-devel
BuildRequires:  libxfixes-devel
BuildRequires:  libxdamage-devel
BuildRequires:  libxrender-devel
BuildRequires:  libxext-devel

%description
Sample X Compositing Manager.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

%files
%doc ChangeLog
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-2
+ Revision: 1d4cdc0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9219 |14cr|xcompmgr_hack-2.02-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	xcompmgr_hack
%define oname xcompmgr
%define version	2.02
%define release  10

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Sample X Compositing Manager
Source:		http://baghira.sourceforge.net/%{oname}-%{version}.tar.bz2
URL:		http://baghira.sourceforge.net/
License:	GPL
Group:		System/X11
BuildRequires:  pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xrender)
Conflicts:      xcompmgr

%description
Patched version of xcompmgr 
Sample X Compositing Manager.
This is an unofficiall patched
version from http://baghira.sourceforge.net/


%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING ChangeLog INSTALL
%{_bindir}/%{oname}
%{_mandir}/man1/%{oname}.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.02-10
+ Revision: 71e8b38
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9220 |14cr|xconq-7.5.0-1.20050612.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pre	20050612

Name:		xconq
Version:	7.5.0
Release:	1.%{pre}.9
Summary:	Summary General turn-based 2D strategy game system
URL:		http://xconq.org
License:	GPL
Group:		Games/Strategy
Source0:	http://prdownloads.sourceforge.net/xconq/%{name}-%{version}-0pre.0.%{pre}.tar.bz2
Patch0:		xconq-7.5.0-0pre.0.20050612-makefile.patch
Patch1:		%{name}-7.5.0.tclpath.patch
Patch2:		xconq-7.5.0-64bit-fix.patch
Patch3:		xconq-7.5.0-0pre.0.20050612-fix-format-errors.patch
BuildRequires:	paragui-devel >= 1.0.4
BuildRequires:	freetype2-devel
BuildRequires:	SDL-devel >= 1.2.0
BuildRequires:	ncurses-devel
BuildRequires:	tk
BuildRequires:	tk-devel
BuildRequires:	tcl
BuildRequires:	tcl-devel
BuildRequires:	texinfo
BuildRequires:	imagemagick
BuildRequires:	libxaw-devel

%description
Xconq is a general strategy game system.  It is a complete system that
includes all the components: a portable engine, graphical interfaces
for Unix/Linux/X11, Macintosh, and Windows, multiple AIs, networking
for multi-player games, and an extensive game library.

In addition to Xconq's "standard" game, which is similar to the
classic Empire/Empire Deluxe games of years ago, the game library
includes games for ancient civilizations, the Peloponnesian War, the
Roman Civil War, Frederician strategy, Napoleonic strategy, Gettysburg
at a brigade scale, the Russian revolution, the Normandy invasion,
WWII at scales from tactical to grand strategic, Beirut street
fighting, voyages of discovery, African exploration, and many others,
including space and fantasy games.

As befits its emphasis on strategy, Xconq's forte is turn-based play
using overhead or isometric views of a tiled world.  The world is 
basically two-dimensional, although varying elevations are available 
for games that need elevation effects or line-of-sight.  Xconq is 
especially interesting for games about unusual or lesser-known strategic
situations; it is unique in providing a single system for modelling
the conflicts and strategies of any period in history.

%package	tcltk
Summary:	The Tcl/Tk user interface for the Xconq game system
Group:		Games/Strategy
Requires:	%{name} = %{version}

%description	tcltk
The Tcl/Tk user interface for the Xconq game engine relies on a mixture of 
Tcl scripts and C code to provide a multi-windowed user experience. This 
is presently the one which most players use.

%package	curses
Summary:	The curses (console) user interface for the Xconq game system
Group:		Games/Strategy
Requires:	%{name} = %{version}

%description	curses
The Curses user interface is for running games in the Xconq engine on a 
text console. It is quick, but lacking the more complete experience and 
conveniecne of a graphical user interface.

%package	sdl
Summary:	The SDL user interface for the Xconq game system
Group:		Games/Strategy
Requires:	%{name} = %{version}

%description	sdl
The SDL user interface is in its infancy and much development needs to be 
done on it. However, it is a more modern game interface following the 
single-window paradigm, and it is speedy.

%prep
%setup -q -n %{name}-%{version}-0pre.0.%{pre}
%patch0 -p1 -b .makefile
%patch1 -p0 -b .tclpath
%patch2 -p1 -b .64bit
%patch3 -p1 -b .format

%build
%configure2_5x	--disable-freetypetest \
		--disable-paraguitest \
		--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir}/%{name} \
		--enable-alternate-scoresdir=%{_localstatedir}/lib/games/%{name}

LDFLAGS="%ldflags" \
make	all \
	all-cconq \
	all-sdlconq \
	info

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_gamesdatadir}/games
install -d -m 755 %{buildroot}%{_localstatedir}/lib/games
%makeinstall \
	install-cconq \
	install-sdlconq \
	install-info \
	bindir=%{buildroot}%{_gamesbindir} \
	datadir=%{buildroot}%{_gamesdatadir}/%{name} \
	scoresdir=%{buildroot}%{_localstatedir}/lib/games/%{name}

mv %{buildroot}%{_gamesbindir}/{x,tk}conq
mv %{buildroot}%{_mandir}/man6/{x,tk}conq.6

# icons
install -d %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert images/default.gif -resize 16x16! %{buildroot}%{_miconsdir}/%{name}.png
convert images/default.gif -resize 32x32! %{buildroot}%{_iconsdir}/%{name}.png
convert images/default.gif -resize 48x48! %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-tcltk.desktop << EOF
[Desktop Entry]
Name=Xconq Tk interface
Comment=%{Summary}, Tk interface
Exec=%{_gamesbindir}/tkconq
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;StrategyGame;X-MandrivaLinux-MoreApplications-Games-Strategy;
EOF

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-sdl.desktop << EOF
[Desktop Entry]
Name=Xconq SDL interface
Comment=%{Summary}, SDL interface
Exec=%{_gamesbindir}/sdlconq
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;StrategyGame;X-MandrivaLinux-MoreApplications-Games-Strategy;
EOF

for i in cconq sdlconq tkconq; do
mv %{buildroot}%{_gamesbindir}/${i} %{buildroot}%{_gamesbindir}/${i}.bin
cat <<EOF >  %{buildroot}%{_gamesbindir}/${i}
#!/bin/bash
cd  %{_gamesdatadir}/%{name}/lib
exec %{_gamesbindir}/${i}.bin 
EOF
done;

%files
%doc README ChangeLog NEWS doc/*.html changelogs
%{_gamesdatadir}/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_infodir}/*
%dir %attr(-,games,games) %{_localstatedir}/lib/games/%{name}

%files tcltk
%attr(2755,root,games) %{_gamesbindir}/tkconq*
%{_gamesbindir}/imfapp
%{_gamesbindir}/imf2x
%{_gamesbindir}/x2imf
%{_mandir}/man6/tkconq.6*
%{_datadir}/applications/mandriva-%{name}-tcltk.desktop

%files curses
%attr(2755,root,games) %{_gamesbindir}/cconq*
%{_mandir}/man6/cconq.6*

%files sdl
%attr(2755,root,games) %{_gamesbindir}/sdlconq*
%{_datadir}/applications/mandriva-%{name}-sdl.desktop



%changelog
* Thu Apr 25 2013 Denis Silakov <denis.silakov@rosalab.ru> 7.5.0-1.20050612.9
+ Revision: edde1c9
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9221 |14cr|xcowsay-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define name	xcowsay
%define version	1.3
%define release	4

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Displays a cute cow and message on your desktop
Group:		Toys
License:	GPL
URL:		http://www.doof.me.uk/xcowsay/
Source:     http://www.nickg.me.uk/files/%{name}-%{version}.tar.gz
Patch:      xcowsay-1.2-fix-xcowthink-args-parsing.patch
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  pkgconfig(dbus-glib-1)


%description
xcowsay displays a cute cow and message on your desktop.

xcowsay includes all these amazing features:
- Fully configurable!
- Calculates display time from amount of text
- Daemon mode! Send your cow messages over DBus!
- Three different sized cows provided
- fortune(6) wrapper program: 
xcowfortune — cow will deliver pearls of wisdom!
- Replace the naffness that is xmessage(1)
- Should work with any window manager
- Supports UTF-8 characters properly

%prep
%setup -q
%patch -p 1

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}



%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man6/*
%{_datadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: 5c37d14
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9222 |14cr|xd3d-8.3.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xd3d
%define version 8.3.1
%define release 7
# Don't support by g95
%define _ssp_cflags %nil
%define Werror_cflags %nil
# kept g95 option even if the compilation is made with gfortran
%define g95flags %( echo %optflags | sed 's/-mtune=[^ ]*//' )

Summary: A simple scientific visualization tool
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: Sciences/Other
Url: http://www.cmap.polytechnique.fr/~jouve/xd3d/
BuildRequires: gcc-gfortran
BuildRequires: libxpm-devel
Buildrequires: pkgconfig(x11)
BuildRequires: pkgconfig(zlib)

%description
Xd3d is a simple scientific visualization tool designed to be easy to learn.
It can plot 2d and 3d meshes, with shadowing, contour plots, vector fields,
iso-contour (3d), as well as 3d surfaces z=f(x,y) defined by an algebraic
expression or a cloud of points. It generates high quality vector PostScript
files for scientific publications and still or animated bitmap images. It
includes the graph plotter xgraphic.

%prep
%setup -q

perl -pi -e "s!^XD3D_DIR =.*!XD3D_DIR = `pwd`!" RULES
perl -pi -e 's!^INSTALL_DIR =.*!INSTALL_DIR = %_bindir!' RULES
perl -pi -e 's!^OPTC =.*!OPTC = %g95flags!' RULES
perl -pi -e 's!^OPTF =.*!OPTF = %g95flags!' RULES
perl -pi -e 's!^LIBX11 =.*!LIBX11 = %_libdir!' RULES
perl -pi -e 's!^COMPILF =.*!COMPILF = gfortran!' RULES
perl -pi -e 's!\$\(COMPILF\) \$\(OPTF\) -o!\$(COMPILF) \$(OPTF) %ldflags -o!' RULES

%build
make

%install
mkdir -p %buildroot%_bindir

make install INSTALL_DIR=%buildroot%_bindir

%files
%doc CHANGELOG BUGS FORMATS README
%doc Examples Manuals
%_bindir/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 8.3.1-7
+ Revision: 63445ff
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9223 |14cr|xdaliclock-2.37-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	xdaliclock
%define	version	2.37

Summary:	A melting digital clock
Name:		%{name}
Version:	%{version}
Release:	6
Group:		Toys
URL:		http://www.jwz.org/xdaliclock/

BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(x11)
License:	MIT

Source0:	http://www.jwz.org/xdaliclock/%{name}-%{version}.tar.gz
Patch0:		%{name}-shape-cycle.patch


%description
The xdaliclock program displays a digital clock, with digits that merge
into the new digits as the time changes.  Xdaliclock can display the time
in 12 or 24 hour modes and can will display the date if you hold your
mouse button down over it.  Xdaliclock has two large fonts built in, but
is capable of animating other fonts.

Install the xdaliclock package if you want a fairly large clock, with
a melting special effect, for your system.

%prep
%setup -q
%patch0 -p1

%build
cd X11
CFLAGS="$RPM_OPT_FLAGS" ./configure --libdir=%{_libdir}	--prefix=%{_prefix} \
				--build=%{_target_platform}
%make

%install
cd X11
install -d -m 0755 %buildroot{%_bindir,%_mandir/man1}
make prefix=%buildroot/%_prefix install

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Xdaliclock
Comment=A melting digital clock
Exec=%{_bindir}/%{name} 
Icon=toys_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Utility;Clock;Amusement;X-MandrivaLinux-MoreApplications-Games-Toys;
EOF

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.37-6
+ Revision: d0cee0b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9224 |14cr|xdelta3-3.0v2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version		3.0v2
%define fversion	30v2
%define frealversion	3.0v
%define release		2
%define name		xdelta3

%define build_staticlib 0
%{?_with_staticlib: %global build_staticlib 1}

Summary:		A binary delta generator
Name:			%{name}
Version:		%{version}
Release:		%mkrel %{release}
Source0:		http://xdelta.googlecode.com/files/xdelta%{version}.tar.bz2
Patch0:			xdelta%{version}-optflags.patch
URL:			http://xdelta.org
License:		GPL
Group:			File tools
BuildRequires:		zlib-devel
BuildRoot:		%{_tmppath}/%{name}-%{version}-root

%description
Xdelta3 is the third and latest release of Xdelta, which is a set of
tools and APIs for reading and writing compressed deltas. Deltas
encode the differences between two versions of a document. This
release features a completely new compression engine, several
algorithmic improvements, a fully programmable interface modelled
after zlib, in addition to a command-line utility, use of the RFC3284
(VCDIFF) encoding, a python extension, and now 64-bit support.

%if %build_staticlib
%package devel
Summary: Static libraries and header files for development with XDelta3
Group: Development/C
Requires: %{name}

%description devel
This package contains the static libraries and header files
required to develop applications using Xdelta3.
%endif

%prep
%setup -q -n xdelta%{frealversion}
%patch0 -p1 -b .optflags

%build
RPM_OPT_FLAGS="%{optflags}" make RPM_OPT_FLAGS="%{optflags}" all \
	xdelta3 \
	xdelta3-decoder \
	xdelta3-tools \
	xdelta3-everything \
	xdelta3-all.o
ar cr libxdelta3.a xdelta3-all.o
ranlib libxdelta3.a
chmod 644 COPYING

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
%if %build_staticlib
mkdir -p %{buildroot}%{_libdir}	%{buildroot}%{_includedir}
%endif

install -m 755 xdelta3 \
	xdelta3-decoder \
	xdelta3-tools \
	xdelta3-everything %{buildroot}%{_bindir}
%if %build_staticlib
install -m 644 libxdelta3.a %{buildroot}%{_libdir}
install -m 644 xdelta3.h %{buildroot}%{_includedir}
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%{_bindir}/*

%if %build_staticlib
%files devel
%defattr(-,root,root)
%{_includedir}/*.h
%{_libdir}/*.a
%endif




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0v2-2
+ Revision: 9e7124d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9225 |14cr|xdesktopwaves-1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define name xdesktopwaves
%define version 1.3
%define release  7

Summary: Create water effect on your X background
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Graphical desktop/Other
Url: http://xdesktopwaves.sourceforge.net/
BuildRequires: pkgconfig(x11) 
BuildRequires: pkgconfig(xext)

%description
Xdesktopwaves is a cellular automata setting the background of your X Windows
desktop under water. Windows and mouse are like ships on the sea. Each
movement of these ends up in moving water waves. You can even have rain
and/or storm stirring up the water.

%prep
%setup -q

%build
%make CFLAGS="-I%{_prefix}/X11R6/include %optflags"

%install
mkdir -p %buildroot{%_bindir,%_mandir/man1}

%make install BINDIR=%buildroot%_bindir MAN1DIR=%buildroot%{_mandir}/man1


%files
%doc README
%_bindir/%name
%_mandir/man1/%{name}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-7
+ Revision: 06c42b9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9226 |14cr|xdu-3.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xdu
%define version 3.0
%define release  12

Summary: Graphically display output of du command 
Name: %{name}
Version: %{version}
Release: %{release}
Source: ftp://ftp.arl.mil/pub/%{name}-%{version}.tar.bz2
License: BSD
Group: File tools
Url: http://sd.wareonearth.com/~phil/xdu/
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xaw7)
BuildRequires: imake
BuildRequires: gccmakedep

%description
Accepts output of du command on standard input and graphically
displays results in a window.

%prep
%setup -c 

%build
xmkmf -a
%make CXXOPTIONS="%optflags" EXTRA_LDOPTIONS="%ldflags"

%install
rm -fr $RPM_BUILD_ROOT

mkdir -p  $RPM_BUILD_ROOT%{_mandir}/man1/
cp %{name}.man $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
%makeinstall_std CONFDIR=%_datadir/X11

rm -fr %buildroot%_prefix/lib/X11

%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%_bindir/xdu
%_datadir/X11/app-defaults/XDu
%{_mandir}/man1/*
%doc README




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0-12
+ Revision: a03c4c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9227 |14cr|xdvik-22.84.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An X viewer for DVI files
Name:		xdvik
Version:	22.84.16
Release:	4
Url: 		http://xdvi.sourceforge.net/
# encodings.c is GPLv2+ and LGPL and MIT
# read-mapfile.c tfmload.c are from dvips
# remaining is MIT
License:        GPLv2+
Group: 		Publishing
Source0: 	http://puzzle.dl.sourceforge.net/sourceforge/xdvi/%{name}-%{version}.tar.gz
Source1: 	icons-xdvi.tar.bz2
# Fedora patch
# Fix handling of the 0 key. See:
# http://sourceforge.net/tracker/index.php?func=detail&aid=2067614&group_id=23164&atid=377580
# https://bugzilla.redhat.com/show_bug.cgi?id=470942
# Fixed upstream post 22.84.14 ?
Patch0:		xdvik-22.84.14-zerofix.patch
Patch1:		xdvik-22.84.14-fix-str-fmt.patch
Conflicts: 	tetex-xdvi
Conflicts: 	xdvi
BuildRequires: 	libt1lib >= 5.0.2
BuildRequires: 	pkgconfig(x11)
BuildRequires: 	pkgconfig(xt)
BuildRequires: 	pkgconfig(xaw7)
BuildRequires:  bison

%description
Xdvi allows you to preview the TeX text formatting system's output .dvi
files on an X Window System.

It is based on the regular (non-k) xdvi of the same version number, and is
part of the texk project (deployed e.g. in teTeX).

%prep
%setup -q
%patch0 -p1 -b .zerofix
%patch1 -p0 -b .str

%build
%configure2_5x --with-system-t1lib
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
%makeinstall texmf=%{buildroot}%_datadir/texmf

rm -fr %{buildroot}%{_datadir}/texmf

mkdir -p %{buildroot}%{_iconsdir}

tar xjvf %SOURCE1 -C %{buildroot}%{_iconsdir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=XDvi
Comment=DVI files viewer
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Office;Publishing;Viewer;
MimeType=application/x-dvi;
EOF



%files
%doc README CHANGES README_maintainer TODO release-tetex-src.txt
%{_bindir}/*
%{_mandir}/man?/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/dvi.png
%{_liconsdir}/dvi.png
%{_miconsdir}/dvi.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 22.84.16-4
+ Revision: edc3db9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9228 |14cr|xerces-c27-2.7.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Validating XML Parser
Name:		xerces-c27
Version:	2.7.0
Release:	14
License:	ASL 2.0
Group:		System/Libraries
URL:		http://xml.apache.org/xerces-c/
Source0:        http://archive.apache.org/dist/xml/xerces-c/Xerces-C_2_7_0/source/xerces-c-src_2_7_0.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		xerces-c--CVE-2009-1885.diff


%description
Xerces-C is a validating XML parser written in a portable subset of C++.
Xerces-C makes it easy to give your application the ability to read and write
XML data. A shared library is provided for parsing, generating, manipulating,
and validating XML documents. Xerces-C is faithful to the XML 1.0
recommendation and associated standards ( DOM 1.0, DOM 2.0. SAX 1.0, SAX 2.0,
Namespaces).

Note that this package contains Xerces-C++ 2.7.0 for compatibility with
applications that cannot use a newer version.

#------------------------------------------
%package	devel
Summary:	Header files, libraries and development documentation for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}

%description devel
This package contains the header files, static libraries and development
documentation for xerces-c 2.7.0. If you like to develop programs using
xerces-c 2.7.0, you will need to install %{name}-devel.

#------------------------------------------
%package doc
Group:		Development/Java
Summary:	Documentation for Xerces-C++ validating XML parser

%description doc
Documentation for Xerces-C++ 2.7.0.

Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

#------------------------------------------
%prep
%setup -q -n xerces-c-src_2_7_0
rm -rf doc/html/resources/.svn
find ./doc -type f -perm 755 -exec chmod 644 {} \;
find ./samples -type f -perm 755 -exec chmod 644 {} \;
perl -pi.orig -e 's|(PREFIX.)/lib\b|$1/%{_lib}|g' src/xercesc/configure */Makefile.in

iconv -f iso8859-1 -t utf-8 credits.txt > credits.txt.conv && mv -f credits.txt.conv credits.txt;
for i in feedback.xml migration.xml releases_archive.xml; do {
	iconv -f iso8859-1 -t utf-8 doc/$i > doc/$i.conv && mv -f doc/$i.conv doc/$i;
	};
done;

%patch0 -p0 -b .CVE-2009-1885


%build
export XERCESCROOT="$PWD"

# Let Makefiles be verbose
find -name 'Makefile.*' | while read f; do
	sed -i -e 's/$Q//g' \
	-e 's/{MAKE} -s/(MAKE)/g' \
	-e '/echo \"  (/d' \
	$f
done

# Remove conflicting flags from runConfigure
find -name runConfigure | while read f; do
	sed -i -e 's/-w -O -DNDEBUG/-DNDEBUG/g' $f
done

cd $XERCESCROOT/src/xercesc
%ifarch x86_64
CXXFLAGS="${RPM_OPT_FLAGS}" CFLAGS="${RPM_OPT_FLAGS}" ./runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthreads -b64 -P %{_prefix} -C --libdir="%{_libdir}"
%else
CXXFLAGS="${RPM_OPT_FLAGS}" CFLAGS="${RPM_OPT_FLAGS}" ./runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthreads -b32 -P %{_prefix} -C --libdir="%{_libdir}"
%endif
# paralel build broken
make


%install
export XERCESCROOT="$PWD"
%makeinstall_std -C src/xercesc 
/sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir}
mkdir -p $RPM_BUILD_ROOT%{_libdir}/xerces-c-2.7.0
cd $RPM_BUILD_ROOT%{_libdir}/xerces-c-2.7.0/
ln -s ../libxerces-c.so.27 libxerces-c.so
ln -s ../libxerces-depdom.so.27 libxerces-depdom.so
cd -
rm $RPM_BUILD_ROOT%{_libdir}/libxerces*.so
mkdir -p $RPM_BUILD_ROOT%{_includedir}/xercesc-2.7.0
mv $RPM_BUILD_ROOT%{_includedir}/xercesc $RPM_BUILD_ROOT%{_includedir}/xercesc-2.7.0

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_libdir}/libxerces*.so.*


%files devel
%doc LICENSE.txt
%defattr(0644,root,root,0755)
%dir %{_libdir}/xerces-c-2.7.0
%{_libdir}/xerces-c-2.7.0/libxerces*.so
%{_includedir}/xercesc-2.7.0/


%files doc
%defattr(0644,root,root,0755)
%doc Readme.html LICENSE NOTICE STATUS credits.txt doc samples



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.0-14
+ Revision: ca03284
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9229 |14cr|xerces-c28-2.8.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarversion 2_8_0

%define major 28

%define libname %mklibname xerces-c %{major}
%define devname %mklibname xerces-c %{major} -d

%define enable_debug 0

Summary:	Xerces-C++ validating XML parser
Name:		xerces-c%{major}
Version:	2.8.0
Release:	7
Epoch:		1
License:	Apache
Group:		System/Libraries
Url:		http://xml.apache.org/xerces-c/
Source0:	xerces-c-src_%{tarversion}.tar.gz
Patch0:		xerces-c-lib64.patch
# Most of apps
Patch1:		xerces-c-pvtheader.patch
# XQilla patches
Patch2:		xercesc_content_type.patch
Patch3:		xercesc_regex.patch
Patch4:		xerces-c-2.8.x-CVE-2009-1885.diff
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(zlib)

%description
Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

The parser provides high performance, modularity, and scalability. Source
code, samples and API documentation are provided with the parser. For
portability, care has been taken to make minimal use of templates, no RTTI,
and minimal use of #ifdefs.

#----------------------------------------------------------------------

%package -n %{libname}
Summary:	Xerces-c library
Group:		System/Libraries

%description -n %{libname}
xerces-c library.

%files -n %{libname}
%doc LICENSE.txt
%{_libdir}/libxerces-*.so.%{major}*

#----------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for Xerces-C++ validating XML parser
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	xerces-c%{major}-devel = %{EVRD}
Conflicts:	%{mklibname xerces-c 0 -d}
Conflicts:	%{mklibname xerces-c 3.0 -d}

%description -n %{devname}
Header files you can use to develop XML applications with Xerces-C++.

Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

%files -n %{devname}
%{_libdir}/libxerces-c.so
%{_libdir}/libxerces-depdom.so
%{_includedir}/xercesc

#----------------------------------------------------------------------------

%prep
%setup -q -n xerces-c-src_%{tarversion}
%if "%{_lib}" != "lib"
%patch0 -p1 -b .orig
%endif
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p0 -b .CVE-2009-1885

%build
export XERCESCROOT=%{_builddir}/xerces-c-src_%{tarversion}

cd $XERCESCROOT/src/xercesc
./runConfigure \
	-plinux \
	-cgcc \
	-xg++ \
	-minmem \
	-nsocket \
	-tnative \
	-rpthreads \
%if %{enable_debug}
	-d \
%endif
%if "%{_lib}" != "lib"
	-b "64" \
%else
	-b "32" \
%endif
	-P %{_prefix} \
	-C --libdir=%{_libdir}

make

%install
export XERCESCROOT=%{_builddir}/xerces-c-src_%{tarversion}
cd $XERCESCROOT/src/xercesc
%makeinstall_std


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.8.0-7
+ Revision: 32f1129
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9230 |14cr|xfbib-0.0.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A lightweight BibTeX editor developed for the Xfce desktop environment
Name:		xfbib
Version:	0.0.2
Release:	11
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/applications/%{name}
Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	bison
BuildRequires:	flex

%description
Xfbib is a lightweight BibTeX editor developed for the Xfce.
The intentions of Xfbib is to provide an easy and efficient 
way of editing BibTeX files.

%prep
%setup -q

%build
%configure2_5x

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

%find_lang %{name}

%if %mdkversion < 200900
%post
%{update_menus}
%{update_desktop_database}
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_desktop_database}
%clean_icon_cache hicolor
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-11
+ Revision: c6692a0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9231 |14cr|xfburn-0.4.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A simple CD burning tool for the Xfce Desktop Environment
Name:		xfburn
Version:	0.4.3
Release:	8
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://www.xfce.org/projects/xfburn/
Source0:	http://archive.xfce.org/src/apps/xfburn/%{url_ver}/%{name}-%{version}.tar.bz2
Patch1:		xfburn-0.4.3-gobject.patch
Patch2:         xfburn-0.4.3-desktop.patch
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.4.2
BuildRequires:	exo-devel >= 0.5.4
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(libburn-1)
BuildRequires:	pkgconfig(libisofs-1)
BuildRequires:	xfce4-dev-tools
BuildRequires:	dbus-glib-devel
BuildRequires:	gstreamer0.10-devel
BuildRequires:	libgstreamer0.10-plugins-base-devel
%if %mdkver >= 201200
BuildConflicts:	hal-devel
%else
BuildRequires:	hal-devel
%endif

%description
Xfburn is a simple CD/DVD burning tool based on libburnia 
libraries.It can blank CD-RWs, burn and create iso images, 
as well as burn personal compositions of data to either CD or DVD.

%prep
%setup -q
%patch1 -p0
%patch2 -p0

%build
%configure2_5x \
	--enable-final \
	--disable-static \
	%if %mdkver >= 201200
	--disable-hal \
	%endif
	--enable-dbus \
	--enable-gstreamer

%make

%install
rm -rf %{buildroot}
%makeinstall_std

#mkdir -p %{buildroot}%{_iconsdir}/hicolor/scalable/apps
#cp -f icons/scalable/stock_xfburn-burn-cd.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

desktop-file-install \
    --add-only-show-in="XFCE" \
    --remove-category="X-XFCE" \
    --remove-category="Archiving" \
    --remove-category="Utility" \
    --add-category="AudioVideo" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/* 

%find_lang %{name}

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%clean_icon_cache hicolor 
%endif

%files  -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog  TODO
%dir %{_datadir}/%{name}
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}/*.ui
%{_datadir}/Thunar/sendto/thunar-sendto-xfburn.desktop
%{_iconsdir}/hicolor/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.3-8
+ Revision: f972af7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9232 |14cr|xfc-4.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

%define major 4
#define apiversion %{version}
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	The Xfce foundation classes
Name:		xfc
Version:	4.6.0
Release:	2
License:	LGPLv2+
Group:		Development/C++
Url:		http://xfc.xfce.org
#Source0:	http://archive.xfce.org/src/bindings/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Source0:	%{name}-%{version}.tar.xz
Patch0:		xfc-4.6.0-rosa-configure.patch
Patch1:		xfc-4.6.0-rosa-glib_h.patch
Patch2:		xfc-4.6.0-rosa-format-security.patch
Patch3:		xfc-4.6.0-rosa-gcc47.patch
Patch4:		xfc-4.6.0-rosa-linkage.patch
Patch5:		xfc-4.6.0-rosa-doxygen.patch
Patch6:		xfc-4.6.0-rosa-libdir.patch
Patch7:		xfc-4.6.0-rosa-docs.patch
Patch8:		xfc-4.6.0-rosa-tutorial.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	chrpath
BuildRequires:	doxygen
Requires:	%{libname} = %{version}
Requires:	%{develname} = %{version}
Requires:	%{name}-demo = %{version}
Requires:	%{name}-doc = %{version}

%description
The Xfce Foundation Classes is a set of integrated C++ classes 
for developing Xfce applications on UNIX-like operating systems 
such as Linux. The classes combine the power of GTK+ and the power 
of C++ into a state-of-the-art application development framework 
for the Xfce Desktop Environment. The classes judiciously use C++ 
language features to avoid layering on too much extra C++ complexity. 
The API is easy to understand and use, and should feel immediately 
familiar to most GTK+ programmers. The Xfce Foundation Classes is part 
of the Xfce project, and like Xfce it's lightweight, fast and easy to use. 

Example files can be found in %{name}-demo package.

%package demo
Summary:	Xfce foundation classes example files
Group:		Development/Other

%description demo
Xfce foundation classes example files.

%package -n %{libname}
Summary:	Xfce foundation classes libraries
Group:		System/Libraries

%description -n %{libname}
Xfce foundation classes libraries.

%package -n %{develname}
Summary:	Xfce foundation classes headers
Group:		Development/C++
Requires:	%{name} = %{version}
Provides:	xfc-devel = %{EVRD}

%description -n %{develname}
Xfce foundation classes headers.

%package doc
Summary:	Xfce foundation classes documentation
Group:		Development/C++

%description doc
Xfce foundation classes documentation.

%prep
%setup -q
%patch0 -p1 -b .configure~
%patch1 -p1 -b .glib~
%patch2 -p1 -b .format~
%patch3 -p1 -b .gcc47~
%patch4 -p1 -b .linkage~
%patch5 -p1 -b .doxygen~
%patch6 -p1 -b .libdir~
%patch7 -p1 -b .docs~
%patch8 -p1 -b .tutorial~

find . -executable  \( -name *.cc -o -name *.hh \) -exec chmod -x {} \;

%build
%cmake

%make

%install
pushd build
%makeinstall_std
popd

chrpath -d %{buildroot}%{_bindir}/xfc-demo

%files

%files demo
%dir %{_datadir}/xfce4/xfc
%{_bindir}/xfc-demo
%{_datadir}/xfce4/xfc/demos

%files -n %{libname}
%{_libdir}/libxfc*.so.%{major}*

%files -n %{develname}
%doc AUTHORS README NEWS TODO ChangeLog
%{_includedir}/xfce4/xfc
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
#%{_libdir}/xfce4/xfc/include/*.h

%files doc
%{_docdir}/%{name}-%{version}/docs
%{_docdir}/%{name}-%{version}/tutorial



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.6.0-2
+ Revision: d30b58b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9233 |14cr|xfce4-appfinder-4.10.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Find every application in the system
Name:		xfce4-appfinder
Version:	4.10.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/xfce4-appfinder/4.10/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.9.1
BuildRequires:	perl(XML::Parser)
BuildRequires:	garcon-devel >= 0.1.11
BuildRequires:	xfconf-devel >= 4.9.0
BuildRequires:	desktop-file-utils
Obsoletes:	xfce-appfinder

%description
Xfce appfinder is an useful software that permits you to find
every application in the system supporting Desktop entry format.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install \
  --remove-category="Application" \
  --remove-category="X-FACE" \
  --add-only-show-in="XFCE" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_bindir}/*
%{_datadir}/applications/*

%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.10.1-1
+ Revision: 6b057cf
- Updated to 4.10.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9234 |14cr|xfce4-artwork-0.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Additional artwork for the Xfce Desktop Environment
Name:		xfce4-artwork
Version:	0.2
Release:	13
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/artwork/xfce4-artwork
Source0:	%{name}-%{version}.tar.bz2
BuildArch:	noarch
Obsoletes:	xfce-artwork <= 0.2-3
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Additional artwork for the Xfce Desktop Environment.
 
%prep
%setup -q

%build
%configure2_5x

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ChangeLog AUTHORS
%{_datadir}/xfce4/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-13
+ Revision: 53e1e2f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9235 |14cr|xfce4-battery-plugin-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Battery monitor plugin for the Xfce panel
Name:		xfce4-battery-plugin
Version:	1.0.5
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.8.0
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	perl(XML::Parser)

%description
Battery monitor panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_iconsdir}/hicolor/icon-theme.cache
chmod +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so

%find_lang %{name}

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/*
%{_iconsdir}/hicolor/*/apps/*.*g



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-2
+ Revision: 2b5f56c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9236 |14cr|xfce4-cellmodem-plugin-0.0.5-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Monitoring plugin for cellular modems
Name:		xfce4-cellmodem-plugin
Version:	0.0.5
Release:	11
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/panel-plugins/xfce4-cellmodem-plugin
Source0:	http://goodies.xfce.org/releases/xfce4-cellmodem-plugin/%{name}-%{version}.tar.bz2
Patch0:		xfce4-cellmodem-plugin-0.0.5-rosa-linkage.patch
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libusb)
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfcegui4-1.0)

# required for patch0
BuildRequires:	xfce4-dev-tools

%description
The cellmodem plugin is a monitoring plugin for cellular modems.

%prep
%setup -q
%patch0 -p1

%build
# required for patch0
xdt-autogen

%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README ChangeLog
%{_libdir}/xfce4/panel-plugins/xfce4-cellmodem-plugin
%{_datadir}/xfce4/panel-plugins/cellmodem.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-11
+ Revision: 0e6b09a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9237 |14cr|xfce4-clipman-plugin-1.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Clipboard history plugin for the Xfce panel
Name:		xfce4-clipman-plugin
Version:	1.2.3
Release:	3
License:	BSD
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	libxfce4ui-devel >= 4.9.1
BuildRequires:	exo-devel
BuildRequires:	intltool
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(unique-1.0)
Requires:	xfce4-panel >= 4.4.2
Obsoletes:	xfce-clipman-plugin

%description
Clipboard history panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README ChangeLog COPYING AUTHORS
%{_sysconfdir}/xdg/autostart/xfce4-clipman-plugin-autostart.desktop
%{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml
%{_bindir}/xfce4-*
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/applications/xfce4-clipman.desktop
%{_iconsdir}/hicolor/*/apps/*.*g
%{_datadir}/xfce4/panel/plugins/xfce4-clipman-plugin.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-3
+ Revision: 67ce9be
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9238 |14cr|xfce4-cpufreq-plugin-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Cpu-freq plugin for Xfce desktop
Name:		xfce4-cpufreq-plugin
Version:	1.0.0
Release:	4
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-cpufreq-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.8.0
BuildRequires:  xfce4-panel-devel >= 4.8.0
BuildRequires:	libxfcegui4-devel >= 4.8.0
BuildRequires:	libxfce4util-devel >= 4.8.0
BuildRequires:	perl(XML::Parser)
Obsoletes:	xfce-cpu-freq-plugin
Obsoletes:	xfce4-cpu-freq-plugin <= 0.0.1-11
Provides:	xfce4-cpu-freq-plugin

%description
CPU freq plugin for the Xfce Desktop Environment. It provides a
simple system for managing the frequency of the CPU.

%prep
%setup -q


%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: da498e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9239 |14cr|xfce4-cpugraph-plugin-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	CPU Graph plugin for the Xfce panel
Name:		xfce4-cpugraph-plugin
Version:	1.0.5
Release:	2
License:	BSD
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.8.0
BuildRequires:	xfce4-panel-devel >= 4.8.0
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfce4ui-1)

%description
xfce4-cpugraph-plugin is a panel plugin for Xfce panel.
It shows a graph of your latest system load.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

chmod +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/*
%{_iconsdir}/hicolor/*/apps/*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-2
+ Revision: cc82679
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9240 |14cr|xfce4-datetime-plugin-0.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A date and time panel plugin for the Xfce panel
Name:		xfce4-datetime-plugin
Version:	0.6.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin
Source0:	http://goodies.xfce.org/releases/xfce4-datetime-plugin/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	perl(XML::Parser)
BuildRequires:	intltool
BuildRequires:	pkgconfig(libxfce4ui-1)

%define debug_package %{nil}

%description
A date and time panel plugin for the Xfce panel.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/libdatetime.so
%{_datadir}/xfce4/panel/plugins/datetime.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-2
+ Revision: 993477e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9241 |14cr|xfce4-dev-tools-4.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-4)

Summary:	Xfce developer tools
Name:		xfce4-dev-tools
Version:	4.11.0
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/xfce4-dev-tools/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
Requires:	intltool
Provides:	xfce-dev-tools = %{EVRD}

%description
This package contains common tools required by Xfce developers and people
that want to build Xfce from SVN. In addition, this package contains the
Xfce developer's handbook.

%files
%doc AUTHORS ChangeLog HACKING NEWS README
%{_bindir}/*
%{_datadir}/xfce4/dev-tools

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.11.0-1
+ Revision: 2cf53a5
- New version 4.11.0, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9242 |14cr|xfce4-dict-0.6.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary: 	A dictionary support for Xfce
Name: 		xfce4-dict
Version: 	0.6.0
Release: 	7
License:	GPLv2+
Group: 		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/applications/xfce4-dict/
Source0:	http://archive.xfce.org/src/apps/xfce4-dict/%{url_ver}/%{name}-%{version}.tar.bz2
Patch1:		xfce4-dict-0.6.0-gold.patch
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	perl(XML::Parser)
Obsoletes:	xfce-dict-plugin
Obsoletes:	xfce4-dict-plugin < 0.4.0
Provides:	xfce4-dict-plugin

%description
This Xfce program allows you to search different kinds of dictionary
services for words or phrases and shows you the result.Currently you 
can query a Dict server(RFC 2229), any online dictionary service by 
opening a web browser or search for words using the aspell/ispell 
program.

%prep
%setup -q
%patch1 -p0
autoconf

%build
%configure2_5x \
	--disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std 

%find_lang %{name}

%post
%update_icon_cache hicolor

%postun
%clean_icon_cache hicolor

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc ChangeLog AUTHORS
%{_bindir}/%{name}
%{_libdir}/xfce4/panel-plugins/*
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_datadir}/applications/*.desktop
%{_mandir}/man1/%{name}.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-7
+ Revision: 819519c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9243 |14cr|xfce4-diskperf-plugin-2.5.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Disk performance panel plugin for Xfce
Name:		xfce4-diskperf-plugin
Version:	2.5.4
Release:	3
License:	BSD
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Group:		Graphical desktop/Xfce
Requires:	xfce4-panel >= 4.9.0

BuildRequires:	xfce4-panel-devel >= 4.9.0
BuildRequires:	perl(XML::Parser)
BuildRequires:	libxfce4ui-devel >= 4.9.1

Obsoletes:	xfce-diskperf-plugin

%description
Disk performance panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/libdiskperf.so
%{_datadir}/xfce4/panel/plugins/diskperf.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.5.4-3
+ Revision: a884c8a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9244 |14cr|xfce4-embed-plugin-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Embed plugin for the Xfce panel
Name:		xfce4-embed-plugin
Version:	1.0.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0:	http://archive.xfce.org/src/panel-plugins/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	pkgconfig(libxfce4panel-1.0)

%description
An embed panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: daf8e1c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9245 |14cr|xfce4-eyes-plugin-4.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	An eyes plugin for the Xfce panel
Name:		xfce4-eyes-plugin
Version:	4.4.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-eyes-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.8.0
BuildRequires:	xfce4-panel-devel >= 4.8.0
BuildRequires:	libxfce4ui-devel >= 4.9.0
BuildRequires:	perl(XML::Parser)
Obsoletes:	xfce-eyes-plugin

%description
An eyes plugin for the Xfce panel.

%prep
%setup -q

%build
%configure2_5x
%make

%install

%makeinstall_std 

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/libeyes.so
%{_iconsdir}/hicolor/*/apps/xfce4-eyes.png
%{_datadir}/xfce4/eyes/themes/*/*
%{_datadir}/xfce4/panel/plugins/eyes.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.4.2-2
+ Revision: 55e7230
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9246 |14cr|xfce4-fsguard-plugin-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Disk space plugin for the Xfce panel
Name:		xfce4-fsguard-plugin
Version:	1.0.1
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-fsguard-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.8.0
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfce4ui-1)

%description
Disk space panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

chmod +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
rm -rf %{buildroot}%{_iconsdir}/hicolor/icon-theme.cache

%find_lang %{name}

%files -f %{name}.lang
%doc README NEWS AUTHORS ChangeLog
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/*
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: 11e2674
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9247 |14cr|xfce4-genmon-plugin-3.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Generic Monitor XFce panel plugin (GenMon)
Name:		xfce4-genmon-plugin
Version:	3.4.0
Release:	2
License:	LGPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.9.0
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	libgdk_pixbuf2.0-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfce4ui-1)

%description
This plugin cyclically spawns the indicated script/program, captures its 
output (stdout) and displays the resulting string into the panel.

%prep
%setup -qn %{name}-%{url_ver}

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog README 
%{_libdir}/xfce4/panel/plugins/
%{_datadir}/xfce4/panel/plugins/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.0-2
+ Revision: 4e7626b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9248 |14cr|xfce4-icon-theme-4.4.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Icon theme Rodent for the Xfce Desktop
Name:		xfce4-icon-theme
Version:	4.4.3
Release:	6
License:	BSD
Group:		Graphical desktop/Xfce
URL:		http://www.xfce.org
Source0: 	http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	perl(XML::Parser)
Requires:	xfce4-panel >= %{version}
BuildArch:	noarch

%description
Icon theme Rodent for the Xfce Desktop Environment.

Included:
- about 500 icons in SVG format
- all the corresponding copies in PNG format
- almost all icons for a unified Gnome interface (excepted afaict the settings 
  manager, for the time being)
 
%prep 
%setup -q

%build

#(tpg) don't use macro for configure because it fails
./configure --prefix=%{_prefix} --libdir=%{_libdir}

%make

%install
%makeinstall_std

touch %{buildroot}%{_iconsdir}/Rodent/icon-theme.cache

rm -f %{buildroot}%{_libdir}/pkgconfig/xfce4-icon-theme-1.0.pc

%files
%doc README ChangeLog AUTHORS
%dir %{_iconsdir}/Rodent/
%{_iconsdir}/Rodent/48x48
%{_iconsdir}/Rodent/scalable
%{_iconsdir}/Rodent/iconrc*
%{_iconsdir}/Rodent/index.theme
%{_datadir}/xfce4/mime/*
%ghost %{_iconsdir}/Rodent/icon-theme.cache



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.4.3-6
+ Revision: 84bc204
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9249 |14cr|xfce4-indicator-plugin-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Indicator plugin for the Xfce panel
Name:		xfce4-indicator-plugin
Version:	0.5.0
Release:	3
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(indicator-0.4)
BuildRequires:	pkgconfig(exo-1)

%description
An indicator panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/*
%{_iconsdir}/hicolor/*/apps/*.*g

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-3
+ Revision: 1a85f81
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9250 |14cr|xfce4-mailwatch-plugin-1.1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mail Watcher plugin for the Xfce panel
Name:		xfce4-mailwatch-plugin
Version:	1.1.0
Release:	9
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://spuriousinterrupt.org/projects/mailwatch
Source0:	http://spuriousinterrupt.org/files/mailwatch/%{name}-%{version}.tar.bz2
Patch0:		xfce4-mailwatch-plugin-1.1.0-rosa-linkage.patch
Patch1:		xfce4-mailwatch-plugin-1.1.0-rosa-gnutls3.patch
BuildRequires:	pkgconfig(libxfce4panel-1.0) >= 4.10.0
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.10.0
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libgcrypt)
# required for patch0
BuildRequires:	xfce4-dev-tools >= 4.10.0
Requires:	xfce4-panel >= 4.10.0

%description
Mailwatch is a mail watcher plugin for the Xfce 4 panel.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
xdt-autogen
%define Werror_cflags %nil

%configure2_5x \
	--disable-static \
	--enable-ssl
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_libdir}/xfce4/panel-plugins/%{name}
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_datadir}/xfce4/doc/C/*.html
%{_datadir}/xfce4/doc/C/images/*.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-9
+ Revision: b7d4344
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9251 |14cr|xfce4-minicmd-plugin-0.4.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Minicmd plugin for the Xfce panel
Name:		xfce4-minicmd-plugin
Version:	0.4.0
Release:	12
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://xfce4-goodies.berlios.de
Source0:	%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0)
Obsoletes:	xfce-minicmd-plugin

%description
Minicmd panel plugin for the Xfce Desktop Environment.

It displays a mini-command line on the Xfce panel. It uses
the same history file as xfrun4. Use <Up> and <Down> to scroll
through history. <Enter> executes the command and <Ctrl>-<Enter>
executes the command in a terminal.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-12
+ Revision: 76ca947
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9252 |14cr|xfce4-mixer-4.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-4)

Summary:	Volume control for the Xfce
Name:		xfce4-mixer
Version:	4.10.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/apps/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	xfce4-panel-devel >= 4.9.1
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	xfconf-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.9.1
BuildRequires:	pkgconfig(unique-1.0) >= 1.1
Requires:	xfce4-panel >= 4.7.0
Suggests:	task-pulseaudio
Suggests:	gstreamer0.10-pulse

%description
The Mixer is a volume control application for the Xfce Desktop Environment.
It provides both a volume control plugin for the Xfce Panel and a standalone 
mixer application.

It supports all audio systems supported by the GStreamer project.

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc ChangeLog AUTHORS NEWS README
%{_bindir}/*
%{_datadir}/applications/xfce*
%{_datadir}/xfce4/panel/plugins/
%{_libdir}/xfce4/panel/plugins/
%{_datadir}/%{name}
%{_datadir}/pixmaps/xfce4-mixer/*.png
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.10.0-2
+ Revision: 552264b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9253 |14cr|xfce4-modemlights-plugin-0.1.3.99-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Modemlights plugin for the Xfce panel
Name:		xfce4-modemlights-plugin
Version:	0.1.3.99
Release:	11
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-modem-lights
Source0:	http://goodies.xfce.org/releases/xfce4-modemlights-plugin/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.4.0

%description
A modemlights panel plugin for the Xfce desktop environment.

%prep
%setup -q

%build
%define Werror_cflags %nil

%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README ChangeLog AUTHORS NEWS
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_datadir}/pixmaps/modem-*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3.99-11
+ Revision: e662fa2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9254 |14cr|xfce4-mount-plugin-0.6.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Mount plugin for the Xfce panel
Name:		xfce4-mount-plugin
Version:	0.6.4
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
#BuildRequires:	libxfcegui4-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	perl(XML::Parser)
Obsoletes:	xfce-mount-plugin

%description
A mount panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std 

%files 
%doc README ChangeLog AUTHORS
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_libdir}/xfce4/panel/plugins/*
%lang(all) %{_datadir}/locale/*/LC_MESSAGES/xfce4-mount-plugin.mo



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.4-2
+ Revision: 4ddcb4c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9255 |14cr|xfce4-mpc-plugin-0.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A mpc plugin for the Xfce panel
Name:		xfce4-mpc-plugin
Version:	0.4.4
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-mpc-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	xfce4-panel-devel >= 4.9.0
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.9.0
BuildRequires:	exo-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libmpd)

%description
This is a simple Xfce panel client plugin for Music Player Daemon.

Features :
* send Play/Stop/Next/Previous command to MPD
* uses gtk-theme media icons (at least nuvola, tango and rodent themes provides
  these icons)
* decrease/increase volume using the mouse wheel
* show the current volume, status and title as a tooltip when passing the mouse
  over the plugin
* show a simple playlist window upon middle-click, permitting to select a track
  to play
* configurable MPD host/port/password
* toggles repeat/random features in the right-click menu
* launch configurable client (gmpc, xterm -e ncmpc,..) through right-click menu

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

chmod +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc ChangeLog AUTHORS README
%{_libdir}/xfce4/panel/plugins/libmpc.so
%{_datadir}/xfce4/panel/plugins/xfce4-mpc-plugin.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-2
+ Revision: 1b3d93a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9256 |14cr|xfce4-netload-plugin-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Netload plugin for the Xfce panel
Name:		xfce4-netload-plugin
Version:	1.2.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-netload-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.7
BuildRequires:	xfce4-panel-devel >= 4.7
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfce4ui-1)
Obsoletes:	xfce-netload-plugin

%description
A netload panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%define Werror_cflags %nil

%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/*
%{_iconsdir}/hicolor/*/apps/*.*g



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-2
+ Revision: fad8c09
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9257 |14cr|xfce4-notes-plugin-1.7.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Notes plugin for the Xfce panel
Name:		xfce4-notes-plugin
Version:	1.7.7
Release:	5
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Patch0:		xfce4-notes-plugin-1.6.4-format_not_a_string_literal_and_no_format_arguments.patch
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.4.2
BuildRequires:	perl(XML::Parser)
BuildRequires:	xfce4-dev-tools
BuildRequires:	intltool
BuildRequires:	unique-devel
BuildRequires: 	xfconf-devel
Obsoletes:	xfce-notes-plugin
Requires:	xfce4-panel >= 4.4.2

%description
xfce4-notes-plugin is a notes panel plugin for the Xfce Desktop Environment.
It provides a simple system for managing sticky notes on your desktop.

%prep
%setup -q
#%patch0 -p1

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%find_lang %{name}

%post
%update_icon_cache hicolor

%postun
%clean_icon_cache hicolor

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc README ChangeLog AUTHORS
%{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop
%{_bindir}/xfce4-notes
%{_bindir}/xfce4-notes-settings
%{_bindir}/xfce4-popup-notes
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_datadir}/applications/xfce4-notes.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_datadir}/%{name}/gtk-2.0
%{_datadir}/%{name}/pixmaps



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.7-5
+ Revision: 7b74ee3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9258 |14cr|xfce4-notifyd-0.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Notification daemon for Xfce desktop environment
Name:		xfce4-notifyd
Version:	0.2.4
Release:	3
License:	GPLv3+
Group: 		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/applications/xfce4-notifyd
Source0:	http://archive.xfce.org/src/apps/xfce4-notifyd/0.2/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libsexy)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfconf-0)
Requires:	xfconf
Provides:	virtual-notification-daemon

%description
Xfce4-notifyd is a simple, visually-appealing notification daemon for
Xfce that implements the Freedesktop.org Desktop Notifications
Specification.

Features:
* Themable using the GTK+ theming mechanism
* Visually appealing: rounded corners, shaped windows
* Supports transparency and fade effects

%files -f %{name}.lang
%doc ChangeLog AUTHORS README TODO
%{_bindir}/xfce4-notifyd-config
%{_libdir}/xfce4/notifyd
%{_datadir}/applications/*.desktop
%{_datadir}/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/themes/Default/xfce-notify-4.0
%{_datadir}/themes/Smoke
%{_datadir}/themes/ZOMG-PONIES!
%{_mandir}/man1/xfce4-notifyd-config*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Sep 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.4-3
+ Revision: 6c69878
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9259 |14cr|xfce4-panel-4.11.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)
%define major 4
%define api 1.0
%define libname %mklibname xfce4panel %{api} %{major}
%define devname %mklibname xfce4panel -d

Summary:	A Xfce panel
Name:		xfce4-panel
Version:	4.11.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(exo-1)
BuildRequires:	pkgconfig(garcon-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.11
BuildRequires:	pkgconfig(libxfconf-0) >= 4.10.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.4.0
Requires:	desktop-common-data

%description
The Xfce 4 Panel supports multiple panels, with many options
for their position, appearance, transparency and behavior.
There are many items available by default to full fit a panel,
like application launchers with detachable menus, a graphical pager,
a tasklist, a clock, a system tray, a show/hide desktop switcher,
and even more. It offers an easy way to add items using a dialog,
and to move items accross different panels.

%files -f %{name}.lang
%doc AUTHORS NEWS
%dir %{_libdir}/xfce4/panel
%dir %{_libdir}/xfce4/panel/plugins
%dir %{_datadir}/xfce4/panel
%dir %{_datadir}/xfce4/panel/plugins
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/gtk-doc/html/libxfce4panel-%{api}
%{_datadir}/xfce4/panel/plugins/*
%{_iconsdir}/hicolor/*
%{_libdir}/xfce4/panel/migrate
%{_libdir}/xfce4/panel/plugins/*
%{_libdir}/xfce4/panel/wrapper-%{api}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Panel library for the Xfce desktop environment
Group:		Graphical desktop/Xfce
Conflicts:	%{_lib}xfce4panel4 < 4.11.1
Obsoletes:	%{_lib}xfce4panel4 < 4.11.1

%description -n %{libname}
Panel library for the Xfce desktop environment.

%files -n %{libname}
%{_libdir}/libxfce4panel-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for the %{name} library
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and header files for the %{name} library.

%files -n %{devname}
%doc ChangeLog
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/xfce4/libxfce4panel-%{api}/libxfce4panel/*.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-gtk-doc \
	--enable-gio-unix \
	--disable-static

%make

%install
%makeinstall_std

# (tpg) this file is in mandriva-xfce-config package
rm -rf %{buildroot}%{_sysconfdir}/xdg/xfce4/panel/*

%find_lang %{name}


%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.11.1-1
+ Revision: e48483f
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9260 |14cr|xfce4-places-plugin-1.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary: 	A places plugin for the Xfce panel
Name: 		xfce4-places-plugin
Version: 	1.5.0
Release: 	2
License:	GPLv2+
Group: 		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
Source0: 	http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.8.0
BuildRequires:	perl(XML::Parser)
BuildRequires:	thunar-vfs-devel

%description
A places plugin for the Xfce panel.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std 

%find_lang %{name}

%post
%update_icon_cache hicolor

%postun
%clean_icon_cache hicolor

%files -f %{name}.lang
%doc ChangeLog AUTHORS NEWS
%{_bindir}/*
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/places.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-2
+ Revision: 2f1fafc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9261 |14cr|xfce4-playercontrol-plugin-0.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	Audio player control plugin for the Xfce panel
Name:		xfce4-playercontrol-plugin
Version:	0.3.0
Release:	5
License:	BSD
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-xmms-plugin
Source0:	http://www.bilimfeneri.gen.tr/ilgar/%{name}-%{version}.tar.bz2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	libmpd-devel
BuildRequires:	audacious-devel
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	glib2-devel
BuildRequires:	gtk+2-devel
Requires:	xfce4-panel >= 4.4.2

%description
An Audacious and MPD control panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x \
	--enable-audacious \
	--disable-xmms
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/*
%dir %{_datadir}/xfce4/%{name}
%{_datadir}/xfce4/%{name}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-5
+ Revision: b23816a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9262 |14cr|xfce4-power-manager-1.2.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A power manager for Xfce
Name:		xfce4-power-manager
Version:	1.2.0
Release:	12
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/applications/%{name}
Source0:	http://archive.xfce.org/src/apps/xfce4-power-manager/%{url_ver}/%{name}-%{version}.tar.bz2
# From upstream git:
# http://git.xfce.org/xfce/xfce4-power-manager/commit/?id=5ac47c84
Patch1:		xfce4-power-manager-1.2.0-remove-custom-OSD-for-brightness-popup.patch
# From upstream bugzilla:
# https://bugzilla.xfce.org/show_bug.cgi?id=9963#c1
Patch2:		xfce4-power-manager-1.2.0-add-systemd-logind-support-for-suspend-hibernate.patch
# From upstream git:
# http://git.xfce.org/xfce/xfce4-power-manager/commit/?id=05d12e12
Patch3:		xfce4-power-manager-1.2.0-brightness-level-long-to-gint32.patch
# From upstream bugzilla:
# https://bugzilla.xfce.org/show_bug.cgi?id=9335#c10
Patch10:	xfce4-power-manager-1.2.0-systemd-inhibit.patch
# From upstream bugzilla:
# https://bugzilla.xfce.org/show_bug.cgi?id=10167#c0
Patch11:	xfce4-power-manager-1.2.0-systemd-PowerOff.patch
Patch12:	xfce4-power-manager-1.2.0-automake1.13.patch
Patch13:	xfce4-power-manager-1.2.0-battery.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libxfconf-0)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	xfce4-dev-tools
Requires:       xfce4-panel

%description
A power manager dedicated for Xfce desktop environment.

%prep
%setup -q
%apply_patches

#to make xdg-autogen happy
#mkdir -p m4
#sed -i '1iAC_CONFIG_MACRO_DIR([m4])' configure.ac
#sed -i '1iACLOCAL_AMFLAGS=-I m4' Makefile.am

%build
xdt-autogen
%configure2_5x \
	--disable-static \
	--enable-dpms \
	--enable-panel-plugins \
	--enable-network-manager \
	--enable-polkit

%make
%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS NEWS README TODO
%doc %{_datadir}/xfce4/doc/C/images/*.png
%doc %{_datadir}/xfce4/doc/C/xfce4-power-manager.html
%{_sysconfdir}/xdg/autostart/*.desktop
%{_sbindir}/xfpm-power-backlight-helper
%{_bindir}/%{name}*
%{_bindir}/xfce4-power-information
%{_datadir}/polkit-1/actions/org.xfce.power.policy
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/scalable/*/*.svg
%{_iconsdir}/hicolor/*/*/*.png
%{_mandir}/man1/*
#panel plugin
%{_libdir}/xfce4/panel-plugins/xfce4-brightness-plugin/
%{_datadir}/xfce4/panel-plugins/*.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.2.0-12
+ Revision: 18f2018
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9263 |14cr|xfce4-quicklauncher-plugin-1.9.4-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Quicklauncher plugin for the Xfce panel
Name:		xfce4-quicklauncher-plugin
Version:	1.9.4
Release:	13
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin
Source0:	http://goodies.xfce.org/releases/xfce4-quicklauncher-plugin/%{name}-%{version}.tar.bz2
Patch0:		01_save-settings.patch
Patch1:		02_fix-missing-english-translation.patch
Patch2:		xfce4-quicklauncher-plugin-1.9.4-parameters.patch
Patch3:		xfce4-quicklauncher-plugin-1.9.4-panel-load.patch
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.4.2
BuildRequires:	perl(XML::Parser)
Obsoletes:	xfce-quicklauncher-plugin

%description
This plugin allows you to have lots of launchers in the panel, displaying 
them on several lines.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std 

%find_lang %{name}

%clean
rm -rf  %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog TODO
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_libdir}/xfce4/panel-plugins/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.4-13
+ Revision: d158f68
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9264 |14cr|xfce4-radio-plugin-0.5.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Radio plugin for the Xfce panel
Name:		xfce4-radio-plugin
Version:	0.5.1
Release:	5
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-radio-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-radio-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Patch1:		xfce4-radio-plugin-0.5.1-gold.patch
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfcegui4-1.0)
Obsoletes:	xfce-radio-plugin

%description
This is an Xfce panel plugin which allows you to control your V4l radio device.
You can turn your radio on/off, tune it to some frequency and manage station
presets.

%prep
%setup -q
%patch1 -p0
autoconf

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/xfce4/panel-plugins/*.desktop 
%{_libdir}/xfce4/panel-plugins/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-5
+ Revision: 7d600e5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9265 |14cr|xfce4-screenshooter-1.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Screen capture tool for Xfce
Name:		xfce4-screenshooter
Version:	1.8.1
Release:	4
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/applications/xfce4-screenshooter
Source0:	http://archive.xfce.org/src/apps/xfce4-screenshooter/%{url_ver}/%{name}-%{version}.tar.bz2
Patch0:		xfce4-screenshooter-1.8.0-fix-linkage.patch
Patch1:		xfce4-screenshooter-1.8.0-fix-mkdir_p.patch
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	pkgconfig(exo-1)
BuildRequires:	perl(XML::Parser)
BuildRequires:	curl-devel
BuildRequires:	pkgconfig(libsoup-2.4)
%rename		xfce-screenshooter-plugin
%rename		xfce4-screenshooter-plugin
Requires:	xfce4-panel >= 4.9.0

%description
This application allows you to capture the entire screen,
the active window or a selected region. You can set the delay
that elapses before the screenshot is taken and the action that
will be done with the screenshot: save it to a PNG file, copy
it to the clipboard, or open it using another application.

%prep
%setup -q
%patch0 -p1

%build
# (tpg) for new automake
sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' configure.*

# (tpg) needed for patch 0
NOCONFIGURE=1 xdt-autogen

%configure2_5x \
	--disable-static \
	--enable-xfixes

%make

%install
sed 's/mkdir_p = \$(install_sh) -d/mkdir_p = mkdir -p/' -i po/Makefile
sed 's/mkdir_p = \$(install_sh) -d/mkdir_p = mkdir -p/' -i Makefile
%makeinstall_std
# %makeinstall_std -C po

mkdir -p %{buildroot}%{_localedir}

#move to a correct place
mv %{buildroot}%{_datadir}/xfce4/doc/ast %{buildroot}%{_docdir}/xfce4-screenshooter/html/

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README
%{_bindir}/*
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_datadir}/applications/xfce4-screenshooter.desktop
%{_iconsdir}/hicolor/*/apps/*.*g
%{_mandir}/man1/*

%changelog
* Fri Aug 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.1-4
+ Revision: eb32508
- Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9266 |14cr|xfce4-screenshooter-plugin-1.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Xfce panel plugin to take screenshots
Name:		xfce4-screenshooter-plugin
Version:	1.4.0
Release:	3
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-screenshooter-plugin/
Source0:	http://goodies.xfce.org/releases/xfce4-screenshooter-plugin/%{name}-%{version}.tar.bz2
Patch0:		xfce4-screenshooter-plugin-1.4.0-rosa-linkage.patch
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.4.2
BuildRequires:	perl(XML::Parser)
# required for patch1
BuildRequires:	xfce4-dev-tools

%description
A Xfce panel plugin to take screenshots of your desktop 
or of the active window.

%prep
%setup -q
%patch0 -p1
find . -perm 0744 -exec chmod 0644 {} \;

%build
# required for patch1
xdt-autogen

%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std 

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README
%{_bindir}/*
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_datadir}/applications/xfce4-screenshooter.desktop
%{_iconsdir}/hicolor/*/apps/*.*g
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-3
+ Revision: 615b74f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9267 |14cr|xfce4-sensors-plugin-1.2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sensor plugin for the Xfce panel
Name:		xfce4-sensors-plugin
Version:	1.2.5
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
Source0:	http://goodies.xfce.org/releases/xfce4-sensors-plugin/%{name}-%{version}.tar.bz2
BuildRequires:	xfce4-panel-devel >= 4.9.0
BuildRequires:	libxfce4ui-devel >= 4.9.1
BuildRequires:	lm_sensors-devel > 3
BuildRequires:	perl(XML::Parser)
BuildRequires:	libnotify-devel
BuildRequires:	netcat-traditional
BuildRequires:	hddtemp
Requires:	xfce4-panel >= 4.9.0
Requires:	lm_sensors > 3
Requires:	netcat-traditional
Requires:	hddtemp
Obsoletes:	xfce-sensors-plugin

%description
A Xfce panel plugin which reads your hardware sensor 
values and displays them in your panel.

%prep
%setup -q

%build
%define _disable_ld_no_undefined 1

%configure2_5x \
	--disable-static \
	--enable-hddtemp=yes \
	--enable-libsensors=yes \
	--enable-procacpi \
	--enable-sysfsacpi \
	--enable-netcat=yes \
	--enable-notification

%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_libdir}/pkgconfig/libxfce4sensors-1.0.pc

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO
%{_bindir}/xfce4-sensors
%{_libdir}/xfce4/modules/*
%{_libdir}/xfce4/panel-plugins/xfce4-sensors-plugin
%{_datadir}/xfce4/panel-plugins/*
%{_iconsdir}/hicolor/*/apps/*.*g
%{_datadir}/applications/xfce4-sensors.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.5-2
+ Revision: 7f9a33a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9268 |14cr|xfce4-session-4.11.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)

%define major 0
%define api 4.6
%define libname %mklibname xfsm %{api} %{major}
%define devname %mklibname xfsm -d

Summary:	Xfce Session Manager
Name:		xfce4-session
Version:	4.11.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Source2:	xfce4.pam
Patch0:		xfce4-session-4.9.0-xinitrc.patch
Patch1:		xfce4-session-4.11.0-session-ru.patch
# (tpg) https://bugzilla.xfce.org/show_bug.cgi?id=9952
Patch2:		xfce4-session-4.10.1-add-systemd-support.patch
BuildRequires:	iceauth
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libxfce4panel-1.0) >= 4.11
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.11
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.11
BuildRequires:	pkgconfig(libxfconf-0) >= 4.10.0
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildConflicts:	hal-devel
Requires:	rosa-xfce-config
# (tpg) this satisfies xfce tips&tricks
#Suggests:	fortune-mod
Requires:	polkit-gnome
Requires:	usermode-consoleonly
%rename		xfce-utils

%description
The session manager allows the user to save sessions and
restore them after login. It is capable of saving several
different sessions. It comes with three splash screen engines.
And at last it helps you to log out, reboot, and shutdown the system.

%files -f %{name}.lang
%doc AUTHORS BUGS ChangeLog NEWS README TODO
%doc doc/FAQ doc/README.Kiosk
%dir %{_datadir}/themes
%dir %{_datadir}/themes/Default
%{_sysconfdir}/pam.d/xfce4
%{_sysconfdir}/xdg/autostart/*.desktop
%{_sysconfdir}/xdg/xfce4/Xft.xrdb
%{_sysconfdir}/xdg/xfce4/xinitrc
%{_bindir}/*
%{_datadir}/applications/xfce*
%{_iconsdir}/hicolor/*/apps/*
%{_libdir}/xfce4/session/splash-engines/libmice.*
%{_libdir}/xfce4/session/splash-engines/libsimple.*
%{_libdir}/xfce4/session/xfsm-shutdown-helper
%{_datadir}/xsessions/xfce.desktop
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package engines
Summary:	Balou splash engine
Group:		Graphical desktop/Xfce
Requires:	%{name} = %{EVRD}

%description engines
Balou is an addidional splash engine for the Xfce.

%files engines
%dir %{_datadir}/themes/Default/balou
%{_libdir}/xfce4/session/balou-export-theme
%{_libdir}/xfce4/session//balou-install-theme
%{_libdir}/xfce4/session/splash-engines/libbalou.*
%{_datadir}/themes/Default/balou/logo.png
%{_datadir}/themes/Default/balou/themerc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for the Xfce Session Manager
Group:		Graphical desktop/Xfce
Conflicts:	%{_lib}xfsm-4.6_0 < 4.11.0
Obsoletes:	%{_lib}xfsm-4.6_0 < 4.11.0

%description -n %{libname}
Libraries for xfce-session manager.

%files -n %{libname}
%{_libdir}/libxfsm-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for the Xfce Session Manager
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	libxfsm-devel = %{EVRD}

%description -n %{devname}
Libraries and header files for the Xfce Session Manager.

%files -n %{devname}
%{_libdir}/libxfsm-%{api}.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/xfce4/xfce4-session-%{api}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%serverbuild_hardened
NOCONFIGURE=1 xdt-autogen

%configure2_5x \
	--enable-legacy-sm \
	--enable-systemd \
	--disable-static

%make

%install
%makeinstall_std

# (tpg) this file is in mandriva-xfce-config package
rm -rf %{buildroot}%{_sysconfdir}/xdg/autostart/xfce4-tips-autostart.desktop
rm -rf %{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml

# pam
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/xfce4

%find_lang %{name}


%changelog
* Mon Sep 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.11.0-2
+ Revision: 9a25aa6
- Fix session name in Russian localization



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9269 |14cr|xfce4-settings-4.11.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Configuration settings manager for Xfce
Name:		xfce4-settings
Version:	4.11.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/xfce4-settings/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(exo-1) >= 0.8.0
BuildRequires:	pkgconfig(garcon-1)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.11
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.11
BuildRequires:	pkgconfig(libxfconf-0) >= 4.10.0
BuildRequires:	pkgconfig(libxklavier) >= 5.0
BuildRequires:	pkgconfig(xxf86misc)
Requires:	hwdata
Provides:	xfce-mcs-manager = %{version}
Provides:	xfce-mcs-plugins = %{version}

%description
Configuration settings manager for Xfce desktop environment.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS TODO
%{_sysconfdir}/xdg/autostart/xfsettingsd.desktop
%{_sysconfdir}/xdg/menus/xfce-settings-manager.menu
%{_libdir}/xfce4/settings/appearance-install-theme
%{_bindir}/xfce4-*settings*
%{_bindir}/xfsettingsd
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/devices/xfce-*.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-pluggable-dialogs \
	--enable-xrandr \
	--enable-libnotify \
	--enable-gio-unix \
	--enable-xcursor \
	--enable-libxklavier \
	--enable-pluggable-dialogs \
	--enable-sound-settings \
	--with-pnp-ids-path=%{_datadir}/misc/pnp.ids

%make

%install
%makeinstall_std

# (tpg) this file is in rosa-xfce-config package
rm -rf %{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml

%find_lang %{name}


%changelog
* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.11.3-1
+ Revision: ad0e61d
- Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9270 |14cr|xfce4-smartbookmark-plugin-0.4.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Smart bookmarks for the Xfce panel
Name:		xfce4-smartbookmark-plugin
Version:	0.4.4
Release:	3
Group:		Graphical desktop/Xfce
License:	GPLv2+
URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0:	http://goodies.xfce.org/releases/%{oname}/%{name}-%{version}.tar.bz2
Patch0:		smartbookmark-mdv-bugzilla.patch
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	perl(XML::Parser)
Requires:	xfce4-panel >= 4.4.2
Obsoletes:	xfce-smartbookmark-plugin

%description
A plugin which allows you to do a search directly on Internet on sites like 
Google. It allows you to send requests directly to your browser and perform 
custom searches.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_libdir}/xfce4/panel-plugins/*.so
%{_datadir}/xfce4/panel-plugins/*.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.4-3
+ Revision: a6cd677
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9271 |14cr|xfce4-smartpm-plugin-0.4.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	A Smart plugin for the Xfce panel
Name: 		xfce4-smartpm-plugin
Version: 	0.4.0
Release: 	12
License:	GPLv2+
Group: 		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-smartpm-plugin
Source0: 	http://goodies.xfce.org/releases/xfce4-smartpm-plugin/%{name}-%{version}.tar.bz2
Patch0:		xfce4-smartpm-plugin-0.4.0-libnotify-0.7.patch
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.4.2
BuildRequires:	perl(XML::Parser)
BuildRequires:	intltool
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	gksu
Requires:	gksu
Requires:	smart-gui
Obsoletes:	xfce-smartpm-plugin
Obsoletes:	xfce-smart-plugin

%description
A Xfce panel plugin for Smart Package Manager.

%prep
%setup -q
%patch0 -p0

%build
export GKSU="/usr/bin/gksu"
export GKSUDO="/usr/bin/gksudo"
export SU="/bin/su"
export SUDO="/usr/bin/sudo"

%configure2_5x \
	--enable-libnotify
%make

%install
rm -rf %{buildroot}
%makeinstall_std 

%find_lang %{name}

%post
%update_icon_cache hicolor

%postun
%clean_icon_cache hicolor

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc ChangeLog AUTHORS README
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/xfce4-smart.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-12
+ Revision: d48b63a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9272 |14cr|xfce4-systemload-plugin-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3 )

Summary:	System load plugin for the Xfce panel
Name:		xfce4-systemload-plugin
Version:	1.1.1
Release:	2
License:	BSD
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.7
BuildRequires:	xfce4-panel-devel >= 4.7
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.7.0
Obsoletes:	xfce-systemload-plugin

%description
A system load panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
chmod +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%find_lang %{name}

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-2
+ Revision: a4b647a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9273 |14cr|xfce4-taskmanager-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A small taskmanager for Xfce desktop environment
Name:		xfce4-taskmanager
Version:	1.0.0
Release:	6
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/applications/xfce4-taskmanager
Source0:	http://archive.xfce.org/src/apps/xfce4-taskmanager/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	libwnck-devel
BuildRequires:	intltool
BuildRequires:	perl(XML::Parser)
Requires:	xfdesktop
Obsoletes:	xfce-taskmanager

%description
xfce-taskmanager is a small taskmanager based on the Xfce libraries.

Features:
    * Lists up all tasks of the running System
    * Provides sending signals to tasks:
    - STOP
    - CONT
    - TERM
    - KILL

%prep
%setup -q

%build
%configure2_5x \
	--enable-wnck

%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.0.0-6
+ Revision: c49185a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9274 |14cr|xfce4-terminal-0.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	X terminal emulator for Xfce desktop environment
Name:		xfce4-terminal
Version:	0.6.3
Release:	1
License:	GPLv2+
Group:		Terminals
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/apps/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.11
BuildRequires:	pkgconfig(vte)
Requires:	exo
Requires:	vte >= 0.11.0
Provides:	terminal = %{EVRD}
Obsoletes:	terminal < 0.6

%description
Terminal is a modern, lightweight, and low memory cost terminal
emulator with tabs and multiple windows for the Xfce desktop
environment. It offers full-customization for the key bindings,
the aspect, the colors, and more.

%files -f %{name}.lang
%doc README ChangeLog NEWS AUTHORS HACKING THANKS
%dir %{_datadir}/xfce4/terminal
%dir %{_datadir}/xfce4/terminal/colorschemes
%{_bindir}/%{name}
%{_datadir}/applications/xfce4-terminal.desktop
%{_datadir}/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml
%{_mandir}/man1/xfce4-terminal.1.*
%{_mandir}/*/man1/xfce4-terminal.1.*
%{_datadir}/xfce4/terminal/colorschemes/*.theme
%{_datadir}/xfce4/terminal/terminal-preferences.ui

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%check
make check

%install
%makeinstall_std

desktop-file-install \
	--add-category="GTK" \
	--add-only-show-in="XFCE" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name}


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9275 |14cr|xfce4-time-out-plugin-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary: 	A time-out plugin for the Xfce panel
Name: 		xfce4-time-out-plugin
Version: 	1.0.1
Release: 	2
License:	GPLv2+
Group: 		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin
Source0: 	http://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.8.0
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	perl(XML::Parser)

%description
A time-out plugin for the Xfce panel.

%prep
%setup -q

%build

%configure2_5x
%make

%install
%makeinstall_std 

chmod +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/xfce4-time-out-plugin.desktop
%{_iconsdir}/hicolor/*/apps/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-2
+ Revision: dec3327
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9276 |14cr|xfce4-timer-plugin-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Timer plugin for the Xfce panel
Name:		xfce4-timer-plugin
Version:	1.0.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	xfce4-panel-devel >= 4.9.0
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	perl(XML::Parser)

%description
Timer panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -rf  %{buildroot}%{_prefix}/doc

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc ChangeLog AUTHORS TODO README
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_datadir}/icons/hicolor/48x48/apps/xfce4-timer.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
+ Revision: 7ef48bf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9277 |14cr|xfce4-vala-4.10.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	Vala bindings for Xfce

Name:		xfce4-vala
Version:	4.10.3
Release:	2
License:	LGPLv2+
Group:		Development/Other
Url:		http://wiki.xfce.org/vala-bindings
Source0:	http://archive.xfce.org/src/bindings/xfce4-vala/%{url_ver}/%{name}-%{version}.tar.bz2

BuildRequires:	xfce4-dev-tools >= 4.10.0
BuildRequires:  pkgconfig(libvala-0.24)
BuildRequires:	vala
BuildRequires:	pkgconfig(exo-1)
BuildRequires:	pkgconfig(libxfconf-0) >= 4.10.0
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.10.0
BuildRequires:	pkgconfig(garcon-1) >= 0.2.0
BuildRequires:  pkgconfig(libxfce4panel-1.0) >= 4.10.0

%description
Vala bindings for various Xfce components.

%prep
%setup -q
# for each vala update, edit configure.ac acordingly
perl -pi -e "s|vala_api='0.16'|vala_api='0.24'|" configure.ac

%build
xdt-autogen
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_libdir}/pkgconfig
cp -r %{buildroot}%{_datadir}/pkgconfig/xfce4-vala.pc %{buildroot}%{_libdir}/pkgconfig/xfce4-vala.pc

%files
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/pkgconfig/xfce4-vala.pc
%{_datadir}/pkgconfig/xfce4-vala.pc
%{_datadir}/vala*/vapi/*.deps
%{_datadir}/vala*/vapi/*.vapi



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.10.3-2
+ Revision: 1465be5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9278 |14cr|xfce4-verve-plugin-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A minicmd-plugin for the Xfce panel
Name:		xfce4-verve-plugin
Version:	1.0.0
Release:	6
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.8.0
BuildRequires:	xfce4-panel-devel >= 4.8.0
BuildRequires:	exo-devel >= 0.6.0
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	dbus-glib-devel
BuildRequires:	pcre-devel
BuildRequires:	perl(XML::Parser)

%description
This plugin is like the (quite old) xfce4-minicmd-plugin, except that it
feature more cool features, like autocompletion and command history.

%prep
%setup -q

%build
%configure2_5x \
	--enable-final \
	--enable-dbus

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README THANKS
%{_bindir}/verve-focus
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_libdir}/xfce4/panel-plugins/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-6
+ Revision: 80fa755
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9279 |14cr|xfce4-volumed-0.1.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary: 	A volume keys control daemon for Xfce
Name: 		xfce4-volumed
Version: 	0.1.13
Release: 	2
License:	GPLv3
Group: 		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/applications/xfce4-volumed/
Source0:	http://archive.xfce.org/src/apps/xfce4-volumed/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libxfconf-0)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-audio-0.10)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(keybinder)

%description
This daemon is responsible of making the volume up/down
and mute keys of the keyboard work automatically.

%prep
%setup -q

%build
%configure2_5x \
	--with-libnotify
%make

%install
%makeinstall_std

%files
%doc ChangeLog AUTHORS THANKS
%{_sysconfdir}/xdg/autostart/xfce4-volumed.desktop
%{_bindir}/xfce4-volumed



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.13-2
+ Revision: 2166311
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9280 |14cr|xfce4-wavelan-plugin-0.5.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	WaveLAN plugin for the Xfce panel
Name:		xfce4-wavelan-plugin
Version:	0.5.11
Release:	2
Group:		Graphical desktop/Xfce
License:	BSD
URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Patch1:		xfce4-wavelan-0.5.6-gold.patch
BuildRequires:	xfce4-panel-devel >= 4.9.0
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.9.0

%description
A plugin for the Xfce panel that monitors a wireless LAN interface. It 
displays stats for signal state, signal quality and network name (SSID).

%prep
%setup -q
#patch1 -p0

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

chmod +x %{buildroot}%{_libdir}/xfce4/panel/plugins/libwavelan.so
%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/xfce4/panel/plugins/libwavelan.so
%{_datadir}/xfce4/panel/plugins/*.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.11-2
+ Revision: 27f8e4e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9281 |14cr|xfce4-weather-plugin-0.8.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A weather plugin for the Xfce panel
Name:		xfce4-weather-plugin
Version:	0.8.2
Release:	3
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/%{url_ver}/%{name}-%{version}.tar.bz2

# Patch0 from Arch Linux:
# https://bugzilla.xfce.org/show_bug.cgi?id=8105
# https://bugs.archlinux.org/task/26815
Patch0:		xfce4-weather-plugin-0.7.4-working-XOAP-license-key.patch

BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.4.2
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.7.0
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	perl(XML::Parser)
BuildRequires:	intltool
Requires:	xfce4-panel >= 4.4.2
Obsoletes:	xfce-weather-plugin

%description
This panel plugin shows the current temperature and weather condition, 
using weather data provided by xoap.weather.com (www.weather.com).

%prep
%setup -q
#patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%dir %{_datadir}/xfce4/weather
%{_datadir}/xfce4/weather/*
%{_datadir}/xfce4/panel/plugins/*
%{_libdir}/xfce4/panel/plugins/
%{_iconsdir}/hicolor/*/apps/*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-3
+ Revision: 31f3f07
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9282 |14cr|xfce4-websearch-plugin-0.1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A web search plugin for the Xfce panel
Name:		xfce4-websearch-plugin
Version:	0.1.1
Release:	7
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
Source0:	http://goodies.xfce.org/releases/xfce4-weather-plugin/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.4.2
BuildRequires:	perl(XML::Parser) intltool
Obsoletes:	xfce-websearch-plugin

%description
A web search plugin for the Xfce panel.

%prep
%setup -q

%build
./autogen.sh
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%find_lang %{name}

%post
%update_icon_cache hicolor

%postun
%clean_icon_cache hicolor

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc NEWS COPYING AUTHORS ChangeLog README
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/websearch.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-7
+ Revision: f97bd3c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9283 |14cr|xfce4-wmdock-plugin-0.3.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	WindowMaker dockapps plugin for the Xfce desktop environment
Name:		xfce4-wmdock-plugin
Version:	0.3.4
Release:	3
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-wmdock-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	perl(XML::Parser)
BuildRequires:	libwnck-devel
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfcegui4-1.0)
Obsoletes:	xfce-wmdock-plugin

%description
The WMdock plugin is a compatibility layer for running 
WindowMaker dockapps on the XFCE desktop. It integrates 
the dockapps into a panel, closely resembling the look 
and feel of the WindowMaker dock or clip, respectively.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%find_lang %{name}

%if %mdkversion < 200900
%post
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%clean_icon_cache hicolor
%endif

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/*
%{_iconsdir}/hicolor/*/apps/*.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.4-3
+ Revision: f2a332f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9284 |14cr|xfce4-xkb-plugin-0.5.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A plugin for the Xfce4 panel displaying keyboard layout
Name:		xfce4-xkb-plugin
Version:	0.5.4.3
Release:	3
License:	BSD
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	intltool
BuildRequires:	pkgconfig(libxklavier) >= 5.0
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	libwnck-devel
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1)
Requires:	xfce4-panel >= 4.4.2
Obsoletes:	xfce-xkb-plugin

%description
A plugin for the Xfce4 panel displaying keyboard layout.
The plugin may be used as an indicator for the current layout
and to switch layouts.
The layouts must be defined either in XF86Config or by 
xetskbmap tool.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# remove unneeded devel files
rm -f %{buildroot}/%{_libdir}/xfce4/panel-plugins/*.a

%find_lang %{name}

%clean
rm -rf  %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%dir %{_datadir}/xfce4/xkb
%{_datadir}/xfce4/xkb/*
%{_datadir}/xfce4/panel-plugins/xkb-plugin.desktop
%{_libdir}/xfce4/panel-plugins/



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.4.3-3
+ Revision: 38e3dcd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9285 |14cr|xfconf-4.10.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)
%define major 2
%define api 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	A configuration storage system for Xfce
Name:		xfconf
Version:	4.10.0
Release:	7
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Source1:	%{name}.rpmlintrc
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.11.0
BuildRequires:	perl(Glib)
BuildRequires:	perl(Glib::MakeHelper)
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(ExtUtils::PkgConfig)
Requires:	dbus-x11

%description
Xfconf is a hierarchical (tree-like) configuration system for the Xfce
graphical desktop environment.

%files -f %{name}.lang
%doc AUTHORS NEWS ChangeLog
%dir %{_sysconfdir}/xdg/xfce4/xfconf
%{_bindir}/xfconf-query
%{_libdir}/xfce4/%{name}/xfconfd
%{_datadir}/dbus-1/services/org.xfce.Xfconf.service
%{_datadir}/gtk-doc/html/xfconf

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for xfconf
Group:		System/Libraries
Requires:	%{name} >= %{EVRD}

%description -n %{libname}
Main library for the xfconf, a configuration storage system for Xfce.

%files -n %{libname}
%{_libdir}/libxfconf-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for xfconf
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files and headers for xfconf.

%files -n %{devname}
%{_includedir}/xfce4/xfconf-%{api}
%{_libdir}/libxfconf-%{api}.so
%{_libdir}/pkgconfig/libxfconf-%{api}.pc

#----------------------------------------------------------------------------

%package -n perl-%{name}
Summary:	Perl bindings for %{name}
Group:		Development/Perl
Requires:	%{libname} = %{EVRD}

%description -n perl-%{name}
Perl bindings for %{name}.

%files -n perl-%{name}
%dir %{perl_sitearch}/Xfce4
%dir %{perl_sitearch}/Xfce4/Xfconf
%dir %{perl_sitearch}/Xfce4/Xfconf/Install
%dir %{perl_sitearch}/auto/Xfce4/Xfconf
%{perl_sitearch}/Xfce4/*.pm
%{perl_sitearch}/Xfce4/Xfconf/Install/*
%{perl_sitearch}/auto/Xfce4/Xfconf/*.so
%{_mandir}/man3/Xfce4::Xfconf.3pm.*


#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-checks \
	--disable-gtk-doc \
	--enable-perl-bindings

%make

%install

%makeinstall_std

mkdir -p %{buildroot}%{_mandir}/man3

mv -f %{buildroot}/usr/local/share/man/man3/Xfce4::Xfconf.3pm %{buildroot}%{_mandir}/man3

# dummy
mkdir -p %{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf

%find_lang %{name}


%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.10.0-7
+ Revision: 1f9e20d
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9286 |14cr|xfdesktop-4.10.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-4)

Summary:	Desktop manager for the Xfce Desktop Environment
Name:		xfdesktop
Version:	4.10.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Patch5:		%{name}-4.6.0-default-mdv-color.patch
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(exo-1)
BuildRequires:	pkgconfig(thunarx-2)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libxfconf-0)
BuildRequires:	pkgconfig(garcon-1)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.10.0
BuildRequires:	pkgconfig(libnotify)
Conflicts:      xfce-utils <= 4.8.3-1
Requires:	mandriva-theme
Requires:	desktop-common-data
Requires:	xfce4-session >= 4.9.0
#Requires:	mandriva-xfce-config

%description
The desktop manager sets the background image, provides a right-click
menu to launch applications and can optionally show files
(including application launchers) or iconified windows. It includes
gradient support for background color, saturation support for background image,
real multiscreen and xinerama support, and it provides a desktop menu editor.

%prep
%setup -q
#%patch5 -p1

%build
%configure2_5x \
	--disable-static \
	--enable-desktop-icons \
	--enable-file-icons \
	--disable-thunarx \
	--enable-gio-unix \
	--enable-notifications \
	--enable-desktop-menu \
	--with-file-manager-fallback=Thunar

%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README TODO AUTHORS NEWS
%{_bindir}/*
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*
%{_datadir}/pixmaps/*
%{_datadir}/backgrounds/xfce/xfce-blue.jpg
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.10.2-2
+ Revision: 51f9357
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9287 |14cr|xfe-1.37-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MS-Explorer-like minimalist file manager for X
Name:		xfe
Version:	1.37
Release:	3
License:	GPLv2+
Group:		File tools
Url:		http://roland65.free.fr/xfe
Source0:	http://downloads.sourceforge.net/xfe/%{name}-%{version}.tar.gz
Patch0:		xfe-1.32.2-missing_Xlib_h.patch
Patch1:		xfe-1.37-mdv-xfp_desktop.patch
Patch3:		xfe-1.37-freetype-2.5.patch
Patch4:		xfe-1.34-use-system-libsn.patch
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(fox)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	intltool

%description
X File Explorer (Xfe) is an MS-Explorer like file manager for X.
It is based on the popular, but discontinued, X Win Commander,
originally developed by Maxim Baranov.

Xfe aims to be the file manager of choice for all light thinking Unix addicts!

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch3 -p1
%patch4 -p1 -b .syssn
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv \
  && mv -f ChangeLog.conv ChangeLog

autoreconf -fi
rm -rf libsn

%build
export CXXFLAGS="-O2  -I/usr/include/fox-1.6 -DHAVE_XFT_H -DSTARTUP_NOTIFICATION"
export LDFLAGS="-lX11 -lfreetype -lz -lXft"

%configure2_5x \
	--disable-rpath \
	--enable-release \
	--enable-threads=posix \
	--without-included-gettext

%make

%install
%makeinstall_std rcdir=%{_sysconfdir}/%{name}

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README TODO ChangeLog
%{_bindir}/xf*
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/xferc
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.png
%{_datadir}/pixmaps/*.xpm
%{_datadir}/%{name}/icons
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.37-3
+ Revision: 801ccf1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9288 |14cr|xferstats-2.16-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xferstats
%define version 2.16
%define release 9

Summary:	Compiles information about file transfers from logfiles
Name:		%name
Version:	%version
Release:	%release
URL:		http://xferstats.off.net/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		xferstats.patch.bz2
Patch1:		xferstats-2.16-config-loc.patch.bz2
License:	GPL
Group:		Monitoring
BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires:	glib-devel >= 1.2

%description
xferstats compiles information about file transfers from logfiles.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall DESTDIR=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/xferstats/
cp -a graphs %{buildroot}%{_datadir}/xferstats/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog
%config(noreplace) %{_sysconfdir}/xferstats.cfg
%{_bindir}/xferstats
%{_mandir}/*/*
%{_datadir}/xferstats




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.16-9
+ Revision: 5089c1d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9289 |14cr|xfmpc-0.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A MPD client focusing on low footprint for Xfce
Name:		xfmpc
Version:	0.2.2
Release:	3
License:	BSD-like
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/applications/%{name}
Source0:	http://archive.xfce.org/src/apps/xfmpc/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	libxfce4ui-devel
BuildRequires:	libxfce4util-devel
BuildRequires:	libmpd-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
A MPD client focusing on low footprint for Xfce desktop environment.

%prep
%setup -q

%build
%define Werror_cflags %nil
%configure2_5x

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

%find_lang %{name}

%if %mdkversion < 200900
%post
%{update_menus}
%{update_desktop_database}
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_desktop_database}
%clean_icon_cache hicolor
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS README ChangeLog
%{_bindir}/xfmpc
%{_datadir}/applications/*.desktop
%{_mandir}/man1/%{name}*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-3
+ Revision: 073e2cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9290 |14cr|xfprint-4.6.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Print dialog and printer manager for Xfce
Name:		xfprint
Version:	4.6.1
Release:	8
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
Patch0:		xfprint-4.6.1-cups-1.6.patch
BuildRequires:	a2ps
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
Buildrequires:	cups-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.6.0
BuildRequires:	pkgconfig(libxfconf-0)
Requires:	a2ps

%description
The printing helper is a graphical frontend for printing,
a printer management, and a job queue management. It doesn't
let you configure printers but only use printing systems that
have already been configured properly.

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_bindir}/*
%{_libdir}/xfce4/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*
%{_datadir}/xfce4/doc/*
%{_datadir}/gtk-doc/html/

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for the Xfce Printer Manager
Group:		Graphical desktop/Xfce

%description -n %{libname}
Libraries for the Xfce Printer Manager.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for the Xfce Printer Manager
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and header files for the Xfce Printer Manager.

%files -n %{devname}
%{_libdir}/pkgconfig/xfprint-1.0.pc
%{_libdir}/libxfprint.so
%dir %{_includedir}/xfce4/libxfprint
%{_includedir}/xfce4/libxfprint/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
export LIBS="-lX11"
%configure2_5x \
	--disable-letter \
	--enable-cups \
	--disable-static

%install
%makeinstall_std

# disable rpath
chrpath -d %{buildroot}/%{_libdir}/xfce4/xfprint-plugins/*.so

%find_lang %{name}

desktop-file-install \
    --add-only-show-in="XFCE" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.6.1-8
+ Revision: 97aa691
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9291 |14cr|xfrisk-1.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: XFrisk, a multi-user network version of the classic "Risk"
Name: xfrisk
Version: 1.2
Release: 12
Group: Games/Strategy
Source: http://www.iki.fi/morphy/xfrisk/XFrisk-%{version}.tar.gz
Patch0: XFrisk-mdk.patch
Patch1: XFrisk-1.2-fix-str-fmt.patch
License: GPL
URL: http://www.iki.fi/morphy/xfrisk
BuildRequires: pkgconfig(x11)
BuildRequires: Xaw3d-devel
BuildRequires: pkgconfig(xaw7)
BuildRequires: pkgconfig(xt)
Obsoletes: XFrisk < %version-%release
Provides: XFrisk = %version-%release

%description
XFrisk a multi-user network version of the classic "Risk"

%prep
%setup -qn XFrisk
%patch0 -p1 -b .mdk
%patch1 -p0 -b .str

%build
make PREFIX=%_prefix CC="gcc %{optflags}" LDFLAGS="%{?ldflags}"

%install
rm -rf $RPM_BUILD_ROOT
make PREFIX=%buildroot%_prefix install

mkdir -p %buildroot%_datadir/applications
cat << EOF >%buildroot%_datadir/applications/mandriva-%name.desktop
[Desktop Entry]
Name=XFrisk
Comment=A multi-user network version of the classic "Risk"
Exec=%_bindir/risk
Icon=strategy_section
Terminal=false
Type=Application
Categories=Game;StrategyGame;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,games,games,-)
%{_datadir}/xfrisk
%{_bindir}/risk
%{_bindir}/xfrisk
%{_bindir}/friskserver
%{_bindir}/aiDummy
%{_bindir}/aiConway
%{_bindir}/aiColson
%_datadir/applications/mandriva-%name.desktop
%doc BUGS
%doc ChangeLog
%doc FAQ
%doc README.NEW
%doc TODO



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-12
+ Revision: 91b33a2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9292 |14cr|xfswitch-plugin-0.0.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	User switching plugin for Xfce desktop environment
Name:		xfswitch-plugin
Version:	0.0.1
Release:	12
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/panel-plugins/xfswitch-plugin/
Source0:	http://goodies.xfce.org/releases/xfswitch-plugin/%{name}-%{version}.tar.bz2
BuildRequires:	libxfce4-panel-devel >= 4.7.0
BuildRequires:	pkgconfig(libxfcegui4-1.0)
Requires:	gdm

%description
Xfswitch-plugin is a user switching plugin, which allows you 
to leave the current session opened and open a new session 
with another user.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_libdir}/xfce4/panel-plugins/%{name}
%{_datadir}/xfce4/panel-plugins/%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-12
+ Revision: 5ecf90d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9293 |14cr|xfwm4-4.11.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Window manager for Xfce desktop environment
Name:		xfwm4
Version:	4.11.1
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/xfwm4/4.11/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.9.1
BuildRequires:	pkgconfig(libxfconf-0) >= 4.9.0
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xdamage)

%description
The Xfce 4 window manager manages the placement of application windows on
the screen, provides beautiful window decorations, manages workspaces or
virtual desktops, and natively supports multiscreen mode. It provides its
own compositing manager (from the Xorg Composite extension) for true
transparency and shadows. The Xfce 4 window manager includes a keyboard
shorcuts editor for user specific commands and basic windows manipulations,
and it provides a dialog for advanced tweaks.

%files -f %{name}.lang
%doc example.gtkrc-2.0 AUTHORS COMPOSITOR README TODO
%dir %{_libdir}/xfce4/xfwm4
%{_bindir}/xfwm4*
%{_libdir}/xfce4/xfwm4/helper-dialog
%{_datadir}/applications/*
%{_datadir}/themes/*
%{_datadir}/xfwm4
%{_iconsdir}/hicolor/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-compositor \
	--enable-xsync \
	--enable-render \
	--enable-randr \
	--enable-startup-notification \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.11.1-2
+ Revision: 0324966
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9294 |14cr|xfwm4-4.11.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Window manager for Xfce desktop environment
Name:		xfwm4
Version:	4.11.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/xfwm4/4.11/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.9.1
BuildRequires:	pkgconfig(libxfconf-0) >= 4.9.0
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xdamage)

%description
The Xfce 4 window manager manages the placement of application windows on
the screen, provides beautiful window decorations, manages workspaces or
virtual desktops, and natively supports multiscreen mode. It provides its
own compositing manager (from the Xorg Composite extension) for true
transparency and shadows. The Xfce 4 window manager includes a keyboard
shorcuts editor for user specific commands and basic windows manipulations,
and it provides a dialog for advanced tweaks.

%files -f %{name}.lang
%doc example.gtkrc-2.0 AUTHORS COMPOSITOR README TODO
%dir %{_libdir}/xfce4/xfwm4
%{_bindir}/xfwm4*
%{_libdir}/xfce4/xfwm4/helper-dialog
%{_datadir}/applications/*
%{_datadir}/themes/*
%{_datadir}/xfwm4
%{_iconsdir}/hicolor/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-compositor \
	--enable-xsync \
	--enable-render \
	--enable-randr \
	--enable-startup-notification \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%changelog
* Thu Sep 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.11.2-1
+ Revision: f6dce8f
- Updated to 4.11.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9295 |14cr|xfwm4-themes-4.6.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Additional themes for Xfwm
Name:		xfwm4-themes
Version:	4.6.0
Release:	7
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://www.xfce.org
Source0:	http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
Requires:	xfwm4 >= %{version}
BuildArch:	noarch
Obsoletes:	xfwm-themes

%description
A set of additional themes for the Xfwm window manager.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README TODO AUTHORS
%{_datadir}/themes/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.6.0-7
+ Revision: d6d24bf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9296 |14cr|xgngeo-16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xgngeo
%define longname XGngeo
%define version 16
%define rel 2
%define release %mkrel %{rel}

Summary: %{longname} - NeoGeo Emulator Front-End
Name: %{name}
Version: %{version}
Release: %{release}
BuildRequires: pygtk2.0-devel
BuildRequires: desktop-file-utils
Requires: pygtk2.0
Requires: gngeo
Source0: %{longname}-%{version}.tar.bz2
Source1: %{name}-16.png
Source2: %{name}-32.png
Source3: %{name}-48.png
Patch0: %{name}-%{version}-install-and-paths.patch
Group: Emulators
License: GPLv2
URL: http://www.choplair.org/?XGngeo
#or http://choplair.org/?fr/XGngeo
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
XGngeo is a front-end for GnGeo, a NeoGeo emulator for Linux.
It uses PyGTK as the GUI toolkit.

%prep
%setup -q -n %{longname}-%{version}
%patch0 -p1

%build

%install
rm -rf %{buildroot}
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

desktop-file-install --vendor="" \
 --remove-category="Application" \
 --add-category="Emulator" \
 --add-category="X-MandrivaLinux-MoreApplications-Emulators" \
 --dir %{buildroot}%{_datadir}/applications/ %{buildroot}%{_datadir}/applications/*

#icons
install -D -m 644 %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{SOURCE3} %{buildroot}%{_miconsdir}/%{name}.png

%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
%doc CHANGES.txt README.txt doc/xgngeo-doc.pdf doc/xgngeo-doc.txt
%{_bindir}/%{name}
%dir %{py_puresitedir}/%{name}
%{py_puresitedir}/%{name}/*.py
%{py_puresitedir}/XGngeo-16-py*.egg-info
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}

%postun
%{clean_menus}
%endif




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 16-2
+ Revision: f30e077
- Automatic import for version 16



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9297 |14cr|xgospel-1.12d-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	xgospel
%define	version	1.12d
%define release 	22

Summary:	An X11 client for Internet Go Server
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Games/Strategy
Source0:	http://img.teaser.fr/~jlgailly/%{name}-%{version}.tar.bz2
Patch0:		menu-crash-fix.diff
Patch1:		xgospel-1.12d-prefix.patch
Patch2:		xgospel-1.12d-new-server.patch
URL:		http://gailly.net/xgospel/index.html
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xt)
BuildRequires:	bison
BuildRequires:	imagemagick

%description
Xgospel is an X11 client for Internet Go Server, it provides a graphical 
interface with a lot of features to play on the Internet using IGS 
(a place with players of all countries playing Go).

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
%define Werror_cflags %nil
%configure2_5x
make

%install
rm -fr %buildroot
%makeinstall

mkdir -p %buildroot%{_datadir}/%{name}
cp *.xpm *.res my/*.xpm %buildroot%{_datadir}/%{name}
 
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=xgospel
Comment=An X11 client for Internet Go Server
Exec=%{name}    
Icon=%{name}    
Terminal=false  
Type=Application
Categories=Game;StrategyGame;
EOF

mkdir -p %buildroot%_iconsdir/hicolor/{48x48,32x32,16x16}/apps
convert -resize 48x48 my/XgospelIcon.xpm %buildroot%_iconsdir/hicolor/48x48/apps/%name.png
convert -resize 32x32 my/XgospelIcon.xpm %buildroot%_iconsdir/hicolor/32x32/apps/%name.png
convert -resize 16x16 my/XgospelIcon.xpm %buildroot%_iconsdir/hicolor/16x16/apps/%name.png

%if %mdkversion < 200900
%post
%{update_menus}
%endif
 
%if %mdkversion < 200900
%postun
%{clean_menus} 
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CHANGES FAQ INSTALL README README.1ST TODO my/COPYRIGHTS
%{_bindir}/*
%{_datadir}/xgospel
%{_iconsdir}/hicolor/*/*/*
%{_datadir}/applications/*.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12d-22
+ Revision: 5d773cf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9298 |14cr|xgraph-12.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 12.1
%define release  9

Summary:  Interactive plotting and graphing X11 in command line
Name: xgraph
Version: %version
Release: %release
License: GPL
Group: Sciences/Mathematics
Source: http://www.isi.edu/nsnam/dist/xgraph-%version.tar.bz2
Patch0: xgraph-12.1-glibc-2.10.patch
Patch1: xgraph-makefile-gentoo.patch
Patch2: xgraph-12.1-fix-str-fmt.patch
URL: http://www.isi.edu/nsnam/xgraph
BuildRequires: pkgconfig(x11)

%description
The xgraph program draws a graph on an X display given data read from
either data files or from standard input if no files are specified.  It can
display up to 64 independent data sets using different colors and/or line
styles for each set.  It annotates the graph with a title,  axis labels,
grid lines or tick marks, grid labels, and a legend.  There are options to
control the appearance of most components of the graph.

%prep
%setup -q 
%patch0 -p1
%patch1 -p1
%patch2 -p0

%build
%configure2_5x
%make

%install
rm -rf %_tmppath/%name-%version-root
%makeinstall_std
mv %buildroot%{_mandir}/manm %buildroot%{_mandir}/man1
mv %buildroot%{_mandir}/man1/xgraph.man %buildroot%{_mandir}/man1/xgraph.1

%files
%defattr(-,root,root)
%doc README* INSTALL examples
%{_bindir}/xgraph
%{_mandir}/man1/xgraph.*

%clean
[ %buildroot != "/" ] && rm -fr %buildroot




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 12.1-9
+ Revision: bb87ea6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9299 |14cr|xguest-1.0.10-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Creates xguest user as a locked down user 
Name:		xguest
Version: 	1.0.10
Release: 	5
License: 	GPLv2+
Group:   	System/Base
BuildArch: 	noarch
Source:  	http://people.fedoraproject.org/~dwalsh/xguest/%{name}-%{version}.tar.bz2
Source10: 	mkxguesthome
# (tv) prevent accessing other people accounts:
Patch1: 	xguest-namespace.patch
URL:     	http://people.fedoraproject.org/~dwalsh/xguest/

Requires(pre):	pam >= 0.99.8.1
Requires(post): usermode-consoleonly

%define grp_option -U

%description
Installing this package sets up the xguest user to be used as a temporary
account to switch to or as a kiosk user account.
The user is only allowed to log in via gdm.  The home and temporary directories
of the user will be polyinstantiated and mounted on tmpfs.

WARNING: unlike Fedora, where the account is disabled unless SELinux is in
enforcing mode and where it's only accessible through gdm/kdm/xdm, it's
accessible from the console too.

%prep
%setup -q
%patch1 -p1 -b .home

%build

%install
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/desktop-profiles
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/security/namespace.d/ls
install -m0644 xguest.zip %{buildroot}/%{_sysconfdir}/desktop-profiles/
install -m0644 xguest.conf %{buildroot}/%{_sysconfdir}/security/namespace.d/

install -m0755 %{SOURCE10} %{buildroot}%{_sysconfdir}/security/namespace.d/

# (tv) Using UID higher than UID_MAX=60000 from /etc/login.defs:
mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/xguest-add-helper <<EOF
#!/bin/sh
groupdel xguest 2>/dev/null
userdel -r xguest 2>/dev/null

case \$(env | grep -m 1 -i lang | cut -d= -f2 | cut -d. -f1) in
	fr_FR) comment_xguest="Compte invité";;
	de_DE) comment_xguest="Gast-Zugang";;
	es_ES) comment_xguest="Cuenta invitado";;
	it_IT) comment_xguest="Opsite conto";;
	pl_PL) comment_xguest="Konto gościa";;
	pt_PT) comment_xguest="Conta convidado";;
	*) comment_xguest="Guest Account";;
esac

useradd -s /bin/rbash -K UID_MIN=61000 -K UID_MAX=65000 -K GID_MIN=61000 -K GID_MAX=65000 %grp_option -p '' -c "\$comment_xguest" xguest || :

# prevent remote login:
if [ -e /etc/ssh/denyusers ]; then
	if ! grep -q xguest /etc/ssh/denyusers; then
		echo xguest >> /etc/ssh/denyusers
	fi
fi

# prevent accessing most configuration tools (mcc still available with root password)
for i in /etc/pam.d/{mandriva-simple-auth,simple_root_authen,urpmi.update}; do
	if [ -e \$i ]; then
		grep -F -q xguest \$i && continue
	fi
	echo -e "\nauth\trequired\tpam_succeed_if.so\tquiet user != xguest" >> \$i
done
EOF

%post
if [ $1 -eq 1 ]; then
	xguest-add-helper
fi

%preun
if [ $1 -eq 0 ]; then

userdel -r xguest
groupdel xguest

# remove forbiden SSH:
sed -i '/^xguest/d' /etc/ssh/denyusers

fi

%triggerun -- xguest <= 1.0.8-3mdv2010.0
userdel -r guest 2>/dev/null
xguest-add-helper

%triggerin -- openssh-server
if ! grep -q xguest /etc/ssh/denyusers; then
  echo xguest >> /etc/ssh/denyusers
fi

%files
%attr(755,root,root) %{_bindir}/*
%dir %{_sysconfdir}/desktop-profiles
%config(noreplace) %{_sysconfdir}/desktop-profiles/xguest.zip
%{_sysconfdir}/security/namespace.d/
%doc README LICENSE

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.10-5
+ Revision: 9e07ee4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9300 |14cr|xhippo-3.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xhippo
%define version 3.3
%define release 10

Name: %{name}
Summary: A mp3 playlist frontend
Version: %{version}
Release: %{release}
Source: ftp://ftp.free.fr/gnu/xhippo/%{name}-%{version}.tar.bz2
Source1: %{name}-16x16.png.bz2
Source2: %{name}-32x32.png.bz2
Source3: %{name}-48x48.png.bz2
Group: Sound 
BuildRoot: %{_tmppath}/%{name}-buildroot
License: GPLv2+
BuildRequires: libgtk+-devel 
Url: http://www.gnu.org/software/xhippo/xhippo.html

%description
Xhippo is a Mp3 playlist frontend.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
cp xhippo.config $RPM_BUILD_ROOT%{_sysconfdir}
%find_lang %{name}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=GNU xhippo
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Audio;AudioVideo;Player;
EOF

#icons
mkdir -p $RPM_BUILD_ROOT{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
bzcat %{SOURCE1} > $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
bzcat %{SOURCE2} > $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
bzcat %{SOURCE3} > $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%{update_menus}
%endif
 
%if %mdkversion < 200900
%postun
%{clean_menus} 
%endif

%files -f %name.lang
%defattr(-,root,root)
%doc doc/*.* ChangeLog AUTHORS BUGS COPYING NEWS README* TODO
%config(noreplace) %{_sysconfdir}/xhippo.config
%{_bindir}/xhippo
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%_mandir/man1/*

%clean
rm -rf $RPM_BUILD_ROOT 



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3-10
+ Revision: e18e5cb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9301 |14cr|xhtml1-dtds-1.0-20020801.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global date    20020801

Name:           xhtml1-dtds
Version:        1.0
Release:        %{date}.1
Summary:        XHTML 1.0 document type definitions

Group:          Publishing
# W3C Software License for DTDs etc:
# http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620#DTD
License:        W3C
URL:            http://www.w3.org/TR/2002/REC-xhtml1-%{date}/
# Source0 generated with Source99, see comments in the script
Source0:        %{name}-%{date}.tar.bz2
Source1:        %{name}.catalog.xml
Source99:       %{name}-prepare-tarball.sh
Patch0:         %{name}-sgml-catalog.patch
Patch1:         %{name}-sgml-dcl.patch
BuildArch:      noarch
BuildRequires:  libxml2 >= 2.4.8
BuildRequires:  libxml2-utils
Requires:       libxml2 >= 2.4.8
Requires:       xml-common
Requires:       sgml-common
Requires(post): libxml2-utils
Requires(preun): libxml2-utils

%description
This provides the DTDs of the Second Edition of XHTML 1.0, a reformulation
of HTML 4 as an XML 1.0 application, and three DTDs corresponding to the
ones defined by HTML 4. The semantics of the elements and their attributes
are defined in the W3C Recommendation for HTML 4. These semantics provide
the foundation for future extensibility of XHTML.


%prep
%setup -q -n xhtml1-20020801
%patch0 -p0
%patch1 -p1
cp -p %{SOURCE1} DTD/catalog.xml


%build


%install

# Note: documentation is not shipped; the W3C Documentation License is not an
# acceptable one per Fedora licensing guidelines.

mkdir -p %{buildroot}%{_datadir}/xml/xhtml/1.0
cp -p DTD/* %{buildroot}%{_datadir}/xml/xhtml/1.0

# XML catalog:

xpkg() {
  xmlcatalog --noout --add "$1" "$2" \
    file://%{_datadir}/xml/xhtml/1.0/catalog.xml \
    %{buildroot}%{_sysconfdir}/xml/%{name}-%{version}-%{release}.xml
}

mkdir -p %{buildroot}%{_sysconfdir}/xml
xmlcatalog --noout --create \
  %{buildroot}%{_sysconfdir}/xml/%{name}-%{version}-%{release}.xml
xpkg delegatePublic "-//W3C//DTD XHTML 1.0 "
xpkg delegatePublic "-//W3C//ENTITIES Latin 1 for XHTML"
xpkg delegatePublic "-//W3C//ENTITIES Special for XHTML"
xpkg delegatePublic "-//W3C//ENTITIES Symbols for XHTML"
for i in xhtml1 2002/REC-xhtml1-%{date} ; do
  xpkg delegateSystem http://www.w3.org/TR/$i/DTD/
  xpkg delegateURI http://www.w3.org/TR/$i/DTD/
done
ln -s %{name}-%{version}-%{release}.xml \
  %{buildroot}%{_sysconfdir}/xml/%{name}.xml

# SGML catalog:

mkdir -p %{buildroot}%{_sysconfdir}/sgml
cd %{buildroot}%{_sysconfdir}/sgml
touch %{name}-%{version}-%{release}.soc
ln -s %{name}-%{version}-%{release}.soc %{name}.soc
cd -

%post
cd %{_sysconfdir}/xml
[ -e catalog ] || /usr/bin/xmlcatalog --noout --create catalog
/usr/bin/xmlcatalog --noout --add \
    nextCatalog %{name}-%{version}-%{release}.xml "" catalog >/dev/null
cd - >/dev/null
/usr/bin/xmlcatalog --sgml --noout --add \
    %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.soc \
    %{_datadir}/xml/xhtml/1.0/xhtml.soc >/dev/null
:

%preun
/usr/bin/xmlcatalog --noout --del \
    %{name}-%{version}-%{release}.xml \
    %{_sysconfdir}/xml/catalog >/dev/null
/usr/bin/xmlcatalog --sgml --noout --del \
    %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.soc \
    %{_datadir}/xml/xhtml/1.0/xhtml.soc >/dev/null
:


%files
%ghost %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.soc
%{_sysconfdir}/sgml/%{name}.soc
%{_sysconfdir}/xml/%{name}*.xml
%{_datadir}/xml/xhtml/



%changelog
* Sun Feb 26 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0-20020801.1
+ Revision: 33cf656
- Automatic import for version 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9302 |14cr|xhtml2fo-style-xsl-20051222-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xhtml2fo-style-xsl
Version: 20051222
Release: 8
Group: Text tools

Summary: Antenna House, Inc. XHTML to XSL:FO stylesheets
License: Copyright only
URL: http://www.antennahouse.com/XSLsample/XSLsample.htm

Requires(pre): xhtml1-dtds
Requires(pre): xml-common >= 0.6.3-8
#Requires(post): libxml2
#Requires(postun): libxml2

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch: noarch
Source0: http://www.antennahouse.com/XSLsample/sample-xsl-xhtml2fo.zip
Source1: AntennaHouse-COPYRIGHT

%description
These XSL stylesheets allow you to transform any XHTML document to FO.
With a XSL:FO processor you could create PDF versions of XHTML documents.


%prep
%setup -q -c -n %{name}-%{version} -T -b 0
%__cp %{SOURCE1} .
%build


%install
%__rm -Rf $RPM_BUILD_ROOT
%__mkdir -p $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT/usr/share/sgml/xhtml1/xhtml2fo-stylesheets
%__mkdir -p $DESTDIR
%__cp *xsl $DESTDIR/

%clean
%__rm -Rf $RPM_BUILD_ROOT


%files
%defattr (-,root,root)
%doc AntennaHouse-COPYRIGHT
/usr/share/sgml/xhtml1/xhtml2fo-stylesheets


%post
CATALOG=%{_sysconfdir}/xml/catalog
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
 "http://www.antennahouse.com/XSLsample/sample-xsl-xhtml2fo/xhtml2fo.xsl" \
 "file:///usr/share/sgml/xhtml1/xhtml2fo-stylesheets/xhtml2fo.xsl" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
 "http://www.antennahouse.com/XSLsample/sample-xsl-xhtml2fo/xhtml2fo.xsl" \
 "file:///usr/share/sgml/xhtml1/xhtml2fo-stylesheets/xhtml2fo.xsl" $CATALOG

%postun
# remove entries only on removal of package
if [ "$1" = 0 ]; then
  CATALOG=%{_sysconfdir}/xml/catalog
  %{_bindir}/xmlcatalog --noout --del \
  "file://%{_datadir}/sgml/xhtml1/xhtml2fo-stylesheets/xhtml2fo.xsl" $CATALOG
fi





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20051222-8
+ Revision: 93ce511
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9303 |14cr|xine-skins-5.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xine-skins
#gw The package version is the skin.version in the skinconfig file
#gw TODO, next time, remove the .0 to match the skin.version
%define version 5.0
%define release 9

Summary: Skins for Xine
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %name-%version.tar.bz2
License: GPL
Group: Video
Url: http://xinehq.de/index.php/skins
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: xine-ui >= 0.99.1-4mdk
BuildArch: noarch

%description
This package contains additional skins for the Xine UI.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot%_datadir/xine/skins
for skin in *.tar.gz;do tar xzf $skin -C %buildroot%_datadir/xine/skins
done

#gw remove skin sources
rm -rf %buildroot%_datadir/xine/skins/*/src/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%attr(755,root,root) %dir %_datadir/xine/skins/*
%attr(644,root,root) %dir %_datadir/xine/skins/*/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.0-9
+ Revision: b7feef2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9304 |14cr|xinput_calibrator-0.7.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A generic touchscreen calibration program for X.Org
Name:    xinput_calibrator
Version: 0.7.5
Release: 3
Source0: http://github.com/downloads/tias/xinput_calibrator/%{name}-%{version}.tar.gz
URL: http://www.freedesktop.org/wiki/Software/xinput_calibrator
BuildRequires: desktop-file-utils
License: MIT
Group:   System/X11


BuildRequires: gtkmm2.4-devel

%description
xinput_calibrator is a program for calibrating your touchscreen, when using
the X Window System.
It currently features:
 - works for any standard Xorg touchscreen driver (uses XInput protocol)
 - mis-click detection (prevents bogus calibration)
 - dynamically recalibrates the evdev driver
 - outputs the calibration as xorg.conf.d snippet or HAL policy file
 - and more

%prep
%setup -q

%build
export CXXFLAGS="$RPM_OPT_FLAGS"
aclocal
autoconf
%configure --prefix=%{_prefix} --libdir=%{_libdir}
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
desktop-file-install                                    \
    --delete-original                                   \
    --dir=%{buildroot}%{_datadir}/applications          \
    %{buildroot}%{_datadir}/applications/%{name}.desktop

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changelog README COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/pixmaps/%{name}.xpm
%{_mandir}/man1/%{name}.1.*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.5-3
+ Revision: 491d5b5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9305 |14cr|xjadeo-0.7.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple video player that receives sync from jack transport
Name:		xjadeo
Version:	0.7.5
Release:	4
License:	GPLv2+
Group:		Video
Url:		http://xjadeo.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	ffmpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(ltc)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xv)
Suggests:	mencoder
Suggests:	qjadeo

%description
Simple video player that receives sync from jackd or MTC.
It has applications in soundtrack creation, video monitoring or any task that
requires to associate movie frames with audio events.

For instance when a jack-client (like Muse, Rosegarden or Ardour) acts as a
timebase master, xjadeo will display the video synchronized to JACK transport.
xjadeo is capable to read Midi Time Clock as an alternate sync source and comes
along with an optional QT-GUI.

xjadeo reads only seekable media by default. Installing a transcoding utility
like mencoder or transcode is highly recommended.

%files
%{_bindir}/xjadeo
%{_bindir}/xjinfo
%{_bindir}/xjremote
%{_mandir}/man1/xjadeo.1*
%{_mandir}/man1/xjinfo.1*
%{_mandir}/man1/xjremote.1*

#----------------------------------------------------------------------------

%package -n qjadeo
Summary:	Qt-based GUI for xjadeo
Requires:	%{name}

%description -n qjadeo
Qt-based GUI for xjadeo, a simple video player that receives sync
from jack transport.

%files  -n qjadeo -f qjadeo.lang
%{_bindir}/qjadeo
%{_datadir}/applications/qjadeo.desktop
%{_iconsdir}/hicolor/*/apps/qjadeo.png
%{_mandir}/man1/qjadeo.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --enable-qtgui
%make

%install
%makeinstall_std

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/qjadeo.desktop << EOF
[Desktop Entry]
Type=Application
Name=Qjadeo
GenericName=X jack video monitor
Comment=A simple video player that gets sync from jack transport
Icon=qjadeo
Exec=/usr/bin/qjadeo
Terminal=false
Categories=AudioVideo;Video;Player;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert doc/%{name}.png -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/qjadeo.png
done

%find_lang qjadeo --with-qt


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.5-4
+ Revision: 2fb2df3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9306 |14cr|xlog-2.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           xlog
Version:        2.0.5
Release:        2
Summary:        Logging program for Hamradio Operators
Group:          Communications
License:        GPLv3+
URL:            http://www.nongnu.org/xlog/
Source0:        http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Patch0:		xlog-2.0.5.patch
BuildRequires:	gtk2-devel
BuildRequires:	hamlib-devel
BuildRequires:	shared-mime-info
BuildRequires:	gettext-devel
BuildRequires:	desktop-file-utils

%description
xlog is a logging program for amateur radio operators. The log is stored
into a text file. QSO's are presented in a list. Items in the list can be
added, deleted or updated. For each contact, dxcc information is displayed
and bearings and distance is calculated, both short and long path.
xlog supports trlog, adif, cabrillo, edit, twlog and editest files.

%prep
%setup -q
%patch0 -p1

%build
export LDFLAGS="-lm"
%configure --enable-hamlib
%make

%install
%makeinstall
rm -f %{buildroot}%{_datadir}/applications/mimeinfo.cache

%find_lang %{name}

desktop-file-install \
        --dir %{buildroot}%{_datadir}/applications \
        %{buildroot}%{_datadir}/applications/xlog.desktop

%files -f %{name}.lang
%doc AUTHORS data/doc/BUGS ChangeLog NEWS README
%doc data/doc/TODO data/doc/manual data/doc/manual.tex
%doc data/glabels/qsllabels.glabels
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/dxcc
%{_datadir}/%{name}/maps
%{_datadir}/pixmaps/*
%{_datadir}/icons/gnome-mime-text-x-%{name}.png
%{_datadir}/icons/%{name}-icon.png
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages/*
%{_mandir}/man?/*

%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.5-2
+ Revision: 3e4cb3c
- Fix linkage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9307 |14cr|xlogical-1.0_8-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define    name   xlogical
%define    longname  XLogical
%define    majorversion   1.0
%define    subversion 8
%define    version %{majorversion}_%{subversion}
%define    sourceversion %{majorversion}-%{subversion}

%define    release %mkrel 9 

Summary:   %{longname} - A puzzle game
Name:      %{name}
Version:   %{version}
Release:   %{release}
Source0:   %{name}-%{sourceversion}.tar.bz2
Source1:   %{name}-16.png
Source2:   %{name}-32.png
Source3:   %{name}-48.png
Patch0:    xlogical-c++-compil.patch
Patch1:    xlogical-gcc43.patch
Group:     Games/Puzzles
License: GPLv2+
URL:        http://changeling.ixionstudios.com/xlogical/
BuildRoot: %_tmppath/%{name}-build
BuildRequires: SDL-devel
BuildRequires: SDL_image-devel
BuildRequires: SDL_mixer-devel
BuildRequires: autoconf2.5
BuildRequires: automake1.4

%description
XLogical is a puzzle game based on an Amiga game developed
by Rainbow Arts called Logical. It features ray-traced graphics,
music, and sound effects. The game is addictive, requiring
parallel thinking and quick reflexes.

%prep
%setup -n %{name}-%{sourceversion} -q
%patch0 -p0 -b .nanar
%patch1 -p1 -b .gcc43

%build

rm -f config.* configure

aclocal-1.4
autoconf
automake-1.4 -a

%configure --bindir=%_gamesbindir --datadir=%_gamesdatadir --localstatedir=%{_localstatedir}/lib

%make

%install
%makeinstall bindir=%buildroot%_gamesbindir datadir=%buildroot%_gamesdatadir localstatedir=%buildroot%{_localstatedir}/lib

install -D -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
install -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png


mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=A puzzle game
Exec=%_gamesbindir/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;LogicGame;
EOF

%files
%defattr(-,root,games)
%doc README COPYING ChangeLog AUTHORS NEWS TODO LICENSE
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%dir %{_localstatedir}/lib/%{name}
%{_localstatedir}/lib/%{name}/xlogical.scores
%{_liconsdir}/*.png
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_datadir}/applications/mandriva-%{name}.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0_8-9
+ Revision: cf8300a
- Automatic import for version 1.0_8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9308 |14cr|xlogmaster-1.6.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Quick & easy monitoring of logfiles and devices
Name:		xlogmaster
Version:	1.6.2
Release:	3
Source0:	ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}-icons.tar.bz2
Patch0:		xlogmaster-1.6.2-workaround-pointer-to-int-casting.patch
BuildRequires:	libgtk+-devel
License:	GPLv2+
URL:		http://www.gnu.org/software/xlogmaster/
Group:		Monitoring

%description
The Xlogmaster is a program that allows easy and flexible monitoring of
all logfiles and devices that allow being read via cat (like the /proc
devices). It allows you to set a lot of events based on certain activities
in the monitored logfiles/devices and should prove very helpful for almost
anyone.

%prep
%setup -q -a1
%patch0 -p1 -b .cast~

%build
%configure	--with-xlogmaster-home=%{_sysconfdir} \
		--with-xlogmaster-lib=%{_datadir}/xlogmaster \
		--with-xlogmaster-db=%{_localstatedir}/lib/xlogmaster \
		--disable-gtkrc

%make

%install
%makeinstall XLM_LIB=%{buildroot}%{_datadir}/%{name} XLM_DB=%{buildroot}%{_localstatedir}/lib/%{name}

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Icon=%{name}
Categories=System;Monitor;
Name=%{name}
Comment=Logfile viewer
EOF

install -m644 icons/16x16.png -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 icons/32x32.png -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 icons/48x48.png -D %{buildroot}%{_liconsdir}/%{name}.png



%files
%doc NEWS README TODO 
%{_bindir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%dir %{_localstatedir}/lib/%{name}
%{_localstatedir}/lib/%{name}/*
%{_mandir}/man1/%{name}.1*
%{_infodir}/%{name}.info*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.2-3
+ Revision: 76292e1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9309 |14cr|xmake-1.06-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xmake
Version:	1.06
Release:	8
Summary:	XMAKE allows you to easily construct multiple complex dependencies
License:	GPL
Group:		Development/Other

Source0:	%{name}-%{version}.tar.bz2

URL:		http://apollo.backplane.com/xmake/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
XMAKE is similar to other make's out there, but is specifically designed to
allow you to easily construct multiple complex dependencies without getting
screwed by default rulesets. XMake contains a number of features specifically
designed to trivialize the construction of compilation rules.

%prep
%setup -q -n %{name}

%build
%make CFLAGS="$RPM_OPT_FLAGS"
perl -pi -e "s#-g -O2 -Wall -Wstrict-prototypes#$RPM_OPT_FLAGS#g" XMakefile
./%{name}

%install
rm -rf $RPM_BUILD_ROOT

install obj/%{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}
install %{name}.1 -D $RPM_BUILD_ROOT%{_mandir}/man1/xmake.1

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr (644,root,root,755)
%doc README RELEASE_NOTES
%defattr (-,root,root)
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.06-8
+ Revision: 7f383c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9310 |14cr|xmakemol-5.16-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	xmakemol
%define version 5.16
%define release  8

Name: 	 	%{name}
Summary: 	Simple XYZ molecule editor and GL viewer
Version: 	%{version}
Release: 	%{release}

Source:		http://savannah.nongnu.org/download/xmakemol/%{name}-%{version}.tar.gz
URL:		http://vegemite.chem.nottingham.ac.uk/~xmakemol/
License:	GPL
Group:		Sciences/Chemistry
BuildRequires:	pkgconfig(x11)
BuildRequires:	lesstif-devel
BuildRequires:	pkgconfig(xt)

%description
XMakemol can be used to view and manipulate atomic and molecular data given in
xyz format.

XMakemol can produce output in PostScript (black and white or colour)and in xpm
format (which can be translated to gif format using xpmtoppm and ppmtogif).

XMakemol can also produce a series of xpm files which can be translated into an
animated gif file using the bundled utility xmake_anim.pl (formerly
gmake_anim.pl).

%prep
%setup -q

%build
# Disable OpenGL for now, as linking against libmesaglw is broken
# AdamW 2007/07
%configure2_5x --without-opengl
%make
										
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
cp xmake_anim.pl.1 %buildroot/%_mandir/man1

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=XMakeMol
Comment=Simple molecule editor and viewer
Exec=%{_bindir}/%{name} 
Icon=chemistry_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Motif;Education;Science;Chemistry;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%update_menus
%endif
		
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc README AUTHORS COPYING NEWS PROBLEMS ToDo.txt 
%{_bindir}/%name
%{_bindir}/xmake_anim.pl
%{_datadir}/%name
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.16-8
+ Revision: 12fb31d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9311 |14cr|xmbmon-2.05-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xmbmon
%define version 2.05
%define realversion 205
%define release 9
%define debug_package	%{nil}

Summary: A motherboad monitoring tool
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/%{name}%{realversion}.tar.gz
Patch1:	 %{name}_2.05-6.patch.bz2
Patch2:  %{name}%{realversion}_fflush.patch.bz2
License: BSD
Group: System/Kernel and hardware
Url: http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xt)

%description
A motherboard monitoring tools that uses the SMI bus.
%prep
%setup -q -n %{name}%{realversion}
%patch1 -p1
%patch2 -p0

%build
%configure
%make

%install
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
mkdir -p $RPM_BUILD_ROOT/usr/X11R6/man/man1
mkdir -p $RPM_BUILD_ROOT/usr/X11R6/bin
mkdir -p $RPM_BUILD_ROOT/usr/X11R6/lib/X11/app-defaults

%makeinstall INST_DIR=$RPM_BUILD_ROOT/%{_bindir} INST_XDIR=$RPM_BUILD_ROOT/usr/X11R6/bin INST_XRDIR=/usr/X11R6/lib/X11/app-defaults
%make install-man INST_MANDIR=$RPM_BUILD_ROOT/%{_mandir}/man1 INST_MANXDIR=$RPM_BUILD_ROOT/usr/X11R6/man/man1


%files
%{_bindir}/mbmon
/usr/X11R6/bin/xmbmon
%doc /usr/X11R6/man/man1/xmbmon.1*
%doc %{_mandir}/man1/mbmon.1*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.05-9
+ Revision: 4c30eea
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9312 |14cr|xmds-1.6.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xmds
%define realversion 1.6.6
%define version %( echo %realversion | sed 's/-/_/g' )
%define release 3

Summary: eXtensible multi-dimensional Simulator 
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{realversion}.tar.gz
License:GPL 
Group:Sciences/Other 
Url: http://www.xmds.org/  
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: fftw-devel
#Requires:fftw2-devel
 
%description
XMDS is a code generator that integrates equations. You write them down in
human readable form in an XML file, and it goes away and writes and compiles
a C++ program that integrates those equations as fast as it can possibly be
done in your architecture.
 
%prep
%setup -q -n %name-%realversion

%build
%configure2_5x --enable-fftw3
	     
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog AUTHORS INSTALL NEWS README
%doc examples
%_bindir/*
%_includedir/*.h
%_libdir/*.a
%_mandir/man?/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.6-3
+ Revision: 8670aa3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9313 |14cr|xmedcon-0.11.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		2
%define libname		%mklibname mdc %{major}
%define develname	%mklibname mdc -d
%define staticname	%mklibname mdc -d -s

Name:		xmedcon
Version:	0.11.0
Release:	3
Summary:	An open source toolkit for medical image conversion
Group:		Graphics
License:	GPLv2
URL:		http://xmedcon.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/xmedcon/XMedCon-Source/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	gtk+2-devel

%description
This project stands for Medical Image Conversion and is released under the
GNU's (L)GPL license. It bundles the C source code, a library, a flexible
command-line utility and a graphical front-end based on the amazing Gtk+
toolkit.

Its main purpose is image conversion while preserving valuable medical
study information. The currently supported formats are: Acr/Nema 2.0,
Analyze (SPM), Concorde/uPET, DICOM 3.0, CTI ECAT 6/7, InterFile 3.3
and PNG or Gif87a/89a towards desktop applications.

%package -n %{libname}
Summary: Libraries for (X)MedCon
Group: System/Libraries

%description -n %{libname}

This package contains (X)MedCon shared library (libmdc).

%package -n %{develname}
Summary: Header files for (X)MedCon development
Group: Development/C
Requires: %{libname} = %{version}
Provides: %{name}-devel = %{EVRD}

%description -n %{develname}

The xmedcon-devel package contains the header files necessary for developing
programs that make use of the (X)MedCon library (libmdc).

%package -n %{staticname}
Summary: Static libraries for (X)MedCon development
Group: Development/C
Requires: %{develname} = %{version}
Provides: %{name}-devel-static = %{EVRD}

%description -n %{staticname}

The xmedcon-devel package contains the header files necessary for developing
programs that make use of the (X)MedCon library (libmdc).

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_libdir}/*.la

%files
%defattr(-, root, root)
%doc ChangeLog COPYING COPYING.LIB README REMARKS AUTHORS
%{_bindir}/*
%{_sysconfdir}/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*so.%{major}*

%files -n %{develname}
%doc README COPYING COPYING.LIB
%defattr(-,root,root)
%{_mandir}/man3/*
%{_mandir}/man4/*
%{_includedir}/*
%{_libdir}/*.so
%{_datadir}/aclocal/*

%files -n %{staticname}
%doc README COPYING COPYING.LIB
%{_libdir}/*.a



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.0-3
+ Revision: 7093866
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9314 |14cr|xmerlin-0.9b-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tver    0.9
%define debug_package	%{nil}
Summary: Character recognition engine for X11 devices
Name:    xmerlin
Version: 0.9b
Release: 15
Source0: %{name}-%{tver}_public.tar.bz2
Patch0: xmerlin-0.9b-gcc3_4.patch
URL: http://www.hellkvist.org/software/index.php3#XMerlin
License: GPL
Group: System/X11
BuildRequires: pkgconfig(x11)

%description
XMerlin is a simple character recognition engine for X11-based Web pads
and such devices where a regular keyboard is not an option. You write your
characters in a window, and after recognition the character is sent to the
window in focus, which could we an editor, web browser, or any other
window/widget that accepts SendEvents.

%prep

%setup -q -n %{name}-%{tver}_public
%patch0 -p1 -b .gcc3_4

%build
# modify Makefile
perl -pi -e "s|/usr/local/share/merlin|\\$\(INSTALL_PREFIX)/share/merlin||g;" Makefile
perl -pi -e "s|/usr/X11R6/bin|\\$\(INSTALL_PREFIX)/bin||g;" Makefile
perl -pi -e "s|-O2 -Wall |\\$\(OTHER_CFLAGS) -O2 -Wall ||g;" Makefile

# build
make OTHER_CFLAGS="%{optflags}" INSTALL_PREFIX=%{_prefix}

%install
mkdir -p %{buildroot}%{_prefix}/{bin,share/merlin}/
make INSTALL_PREFIX=%{buildroot}%{_prefix} install

%clean

%files
%doc doc/* COPYING INSTALL WHATISNEW
%{_bindir}/*
%dir %{_datadir}/merlin/
%{_datadir}/merlin/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9b-15
+ Revision: eb4df6c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9315 |14cr|xmind-3.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#First is private, second is false (comes from libcairo-swt.so)
%if %{_use_internal_dependency_generator}
%define __noautoprov 'eclipse(.*)|libcairo(.*)'
%endif

%define snapshot 201212250029

Summary:	XMind
Name:		xmind
Version:	3.3.1
Release:	4
Group:		Networking/WWW
License:	Eclipse Public License
URL:		http://www.xmind.net/
Source0:	http://www.xmind.net/%{name}-portable-%{version}.%{snapshot}.zip
Source1:	%{name}.png
Source2:	%{name}.xml
Source3:	%{name}
Requires:	java >= 1.6
Requires:	libxulrunner
Requires:	eclipse-swt

%description
XMind is the world's coolest brainstorming and mind
mapping software and the best way to share your ideas.

%prep
%setup -q -c -n %{name}-portable-%{version}.%{snapshot}
rm -rf XMind_Windows XMind_Mac_OS_X XMind_Mac_OS_X_64bit
rm -rf Commons/plugins/*macosx* Commons/plugins/*win32*

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_datadir}/%{name}
%ifarch x86_64
rm -rf XMind_Linux
rm -rf Commons/plugins/*linux.x86_1*
cp -af * %{buildroot}/%{_datadir}/%{name}
chmod 777 %{buildroot}/%{_datadir}/%{name}/XMind_Linux_64bit/configuration
%else
rm -rf XMind_Linux_64bit
rm -rf Commons/plugins/*linux.x86_64_1*
cp -af * %{buildroot}/%{_datadir}/%{name}
chmod 777 %{buildroot}/%{_datadir}/%{name}/XMind_Linux/configuration
%endif
mkdir -p %{buildroot}/%{_datadir}/%{name}/Commons/data
chmod 777 %{buildroot}/%{_datadir}/%{name}/Commons/data
install -m 777 %{SOURCE3} %{buildroot}/%{_bindir}/

# menu 
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=XMind
Comment=Launch XMind
Comment[ru]=Запуск XMind
Exec=%{name}
Terminal=false
Type=Application
Icon=%{name}.png
StartupNotify=true
Categories=Office;X-MandrivaLinux-Office-Other;
MimeType=application/%{name};
EOF

#icon
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/mime/packages
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/%{name}.xml

%files
%doc *.txt *.html
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages
%{_bindir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.1-4
+ Revision: 8bfabce
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9316 |14cr|xmlformat-1.04-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	XML Document Formatter
Name:		xmlformat
Version:	1.04
Release:	5
License:	BSD
Group:		Publishing
URL:		http://www.kitebird.com/software/xmlformat/
Source0:	http://www.kitebird.com/software/xmlformat/%{name}-%{version}.tar.gz
BuildRequires:	perl
BuildRequires:	ruby
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-build

%description
xmlformat is a configurable formatter (or "pretty-printer") for XML documents.
It provides control over indentation, line-breaking, and text wrapping. These
properties can be defined on a per-element basis.

xmlformat %{version} provides improved diagnostic information when a document
is not well-formed. (Prints line and token number, and stack trace). 

%prep

%setup -q

%build

%check
make test

%install
rm -fr %{buildroot}

install -d %{buildroot}%{_bindir}

install -m0755 xmlformat.pl %{buildroot}%{_bindir}/
install -m0755 xmlformat.rb %{buildroot}%{_bindir}/

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root)
%doc BUGS ChangeLog INSTALL LICENSE README TODO
%doc bad* test.conf docs tests
%{_bindir}/xmlformat.pl
%{_bindir}/xmlformat.rb



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.04-5
+ Revision: 0ded2c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9317 |14cr|xmlindent-0.2.17-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	xmlindent
%define	version	0.2.17
%define release	8

Name:		%{name}
Version:	%{version}
Release:	%mkrel %{release}
Summary:	XML stream reformatter
Group:		Development/Other
License:	GPL
URL:		http://xmlindent.sf.net/
Source0:	http://dl.sf.net/xmlindent/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	flex

%description
XML Indent is a XML stream reformatter written in ANSI C.
It is analogous to GNU indent.

%prep
%setup -q
sed -i -e "s,-Wall,-Wall \$(CFLAGS),g" -e "s,555,755," -e "s,444,644," Makefile

%build
%make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=$RPM_BUILD_ROOT%{_prefix}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog BUGS README LICENSE
%{_bindir}/xmlindent
%{_mandir}/man1/xmlindent.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.17-8
+ Revision: aa0506d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9318 |14cr|xmlppm-0.98.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	XML data compression program
Name:		xmlppm
Version:	0.98.2
Release:	9
URL:		http://sourceforge.net/projects/xmlppm
License:	GPL
Group:		File tools
Source:		http://prdownloads.sourceforge.net/xmlppm/%{name}-%{version}-src.tar.bz2
Patch:		%{name}-0.98.2.gcc4.patch
BuildRequires:	expat-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
XMLPPM is a data compression program that compresses XML files from 5 to
30% better than any existing text or XML-specific compressors. It is a
combination of the well-known Prediction by Partial Match (PPM)
algorithm for text compression, first described by Cleary and Witten in
1984, and an approach to modeling tree-structured data called
Multiplexed Hierarchical Modeling (MHM) developed by James Cheney.
XMLPPM source code is part of a project at Sourceforge on XML
compression.

%prep
%setup
%patch -p 1 -b fix-gcc4-build

%build
cd src
%make OPT_FLAGS="%{optflags}"

%install
rm -rf %{buildroot}
cd src
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 xmlppm xmlunppm %{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.98.2-9
+ Revision: 4ba4bb9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9319 |14cr|xmlpull-api-1.1.4-1.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support     1
%define section                free

Name:                xmlpull-api
Version:        1.1.4
Release:        1.0.5
Epoch:          0
Summary:        Simple to use XML pull parsing API 
License:        Public Domain
Url:            http://www.xmlpull.org/
Group:          Development/Java
#Vendor:        JPackage Project
#Distribution:  JPackage
Source0:        %{name}-%{version}.tar.gz
##cvs -d :pserver:anonymous@cvs.xmlpull.org:/l/extreme/cvspub login (password='cvsanon')
##cvs -d :pserver:anonymous@cvs.xmlpull.org:/l/extreme/cvspub export -r XMLPULL_1_1_4 xmlpull-api

BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 1.4.1
BuildRequires:  junit >= 3.8.1
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif

%description
XmlPull v1 API is a simple to use XML pull parsing API that was
designed for simplicity and very good performance both in constrained
environment such as defined by J2ME and on server side when used in
J2EE application servers.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
%{summary}.

%prep
%setup -q -n %{name}

sed -i -e s:"<property name=\"version\" value=\"1_1_3_1\"/>":"<property name=\"version\" value=\"1_1_4\"/>":g build.xml

%build
export OPT_JAR_LIST=:
export CLASSPATH=
%{ant}
%{ant} javadoc

%install
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 build/lib/xmlpull_1_1_4.jar \
                %{buildroot}%{_javadir}/%{name}-%{version}.jar

# create unprefixed and unversioned symlinks
(cd %{buildroot}%{_javadir}
for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done
)

#install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
#cp *.txt *.html $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr doc/api_impl/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc *.txt *.html
#%doc %{_docdir}/%{name}-%{version}/*
#%dir %{_docdir}/%{name}-%{version}
%{_javadir}/*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.4-1.0.5
+ Revision: 4020222
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9320 |14cr|xml-security-c-1.5.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xml-security-c
Version:	1.5.1
Release:	5
Summary:	C++ Implementation of W3C security standards for XML

Group:		System/Libraries
License:	ASL 2.0
URL:		http://santuario.apache.org/c/
Source:		http://santuario.apache.org/dist/c-library/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

# xalan-c-devel
BuildRequires:	xerces-c-devel 
BuildRequires:	openssl-devel

%description
The xml-security-c library is a C++ implementation of the XML Digital Signature
specification. The library makes use of the Apache XML project's Xerces-C XML
Parser and Xalan-C XSLT processor. The latter is used for processing XPath and
XSLT transforms.

# xalan-c-devel
%package	devel
Summary:	Development files for xml-security-c
Group:		System/Libraries
Requires:	%{name} = %{version}
Requires:	xerces-c-devel
Requires:	openssl-devel
# There are a number of headers that can use NSS if HAVE_NSS is set to 1
# Current build does not set it (configure does not even check for NSS)
# so we do not include this dependency for now.
# Requires:	nss-devel

%description	devel
This package provides development files for xml-security-c, a C++ library for
XML Digital Signatures.


%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%check
# Verify that what was compiled actually works.
./bin/xtest

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

# We do not ship .la files.
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la

# Do not ship library test utilities. These are only needed for
# xml-security-c developers and they should have the whole source anyway.
rm -rf $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_libdir}/libxml-security-c.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/xsec
%{_libdir}/libxml-security-c.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-5
+ Revision: 1e87656
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9321 |14cr|xmlsysd-1.0.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define debug_package	%{nil}
%define name    xmlsysd
%define version 1.0.4
%define release 9
# The following should match PROGRAM, VERSION and RELEASE in the
# Makefile accompanying this program (and the .tgz defined in Source
# below.

Summary: XML-based system information daemon

Name: %name
Version: %version
Release: %release
Group: Monitoring
Url: http://www.phy.duke.edu/~rgb/Beowulf/xmlsysd.php
License: GPL
Source: http://www.phy.duke.edu/~rgb/wulfware/%{name}-%{version}.tgz
Source1: %{name}.xinetd

BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: libwulf-devel

Requires: xinetd

%description 
xmlsysd is a system information daemon that recognizes a simple command
language that causes it to execute certain systems calls and parse
various system information files in /proc, convert the information it
thus obtains into an xml encapsulation, and send the xml data out via a
socket connection.  It supports both a forking daemon mode that can be
run from userspace and an xinetd mode that can be run out of xinetd.  In
most situations the latter is more securable and controllable and this
rpm installs it in this mode.  

The xml encapsulation of system and proc data is documented within this
package to facilitate the construction of web or other applications that
connect to the daemon, retrieve the information it provides on some
polling loop, and extract the data for presentation.  In addition, the
source and xml itself is reasonably extensible so that it should be easy
to add new things to be monitored to the daemon in ways that don't break
existing applications (applications should always ignore any field tags
they don't recognize and should also be able to cope with missing field
tags that they expect to be there).  One monitoring application,
wulfstat, should generally be available in a separate rpm packaging.

The construction of xmlsysd is deliberately lightweight -- it is a
(hopefully) efficiently coded C-source binary application that tries to
make a minimal impact on the cpu, memory and network resources of the
host being monitored.  This design goal should be preserved if at all
possible by programmers seeking to add features or fields to be
monitored.

%prep
%setup -q -n %{name}


%build
make clean
%make

%install
%make PREFIX=%{buildroot}/usr install
mkdir -p %{buildroot}/%{_sysconfdir}/xinetd.d/
cp -vf %SOURCE1 %{buildroot}/%{_sysconfdir}/xinetd.d/xmlsysd



%files 
# The xmlsysd binary
%attr(755,root,root) %{_sbindir}/xmlsysd
# The xmlsysd man page
%attr(644,root,root) %{_mandir}/man8/xmlsysd.8.*
%config(noreplace) %{_sysconfdir}/xinetd.d/%{name}*

# The xmlsysd docs
%doc README TODO COPYING CHANGELOG DESIGN

%post
service xinetd condrestart

%postun
service xinetd condrestart


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-9
+ Revision: 80b50b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9322 |14cr|xmltoman-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           xmltoman
Version:        0.4
Release:        2
Summary:        Scripts for converting XML to roff or HTML

Group:          Publishing
License:        GPLv2+
URL:            http://sourceforge.net/projects/xmltoman/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:         xmltoman-0.3-timestamps.patch

BuildRequires:  perl(XML::Parser)
BuildArch:      noarch

%description
This package provides xmltoman and xmlmantohtml scripts, to compile
the xml representation of manual page to either roff source, or HTML
(while providing the CSS stylesheet for eye-candy look). XSL stylesheet
for doing rougly the same job is provided.


%prep
%setup -q
%patch0 -p1 -b .timestamps


%build
make


%install
make install PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/xmltoman
%{_bindir}/xmlmantohtml
%{_datadir}/xmltoman
%doc COPYING README



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-2
+ Revision: 7190c54
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9323 |14cr|xmltv-0.5.64-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: xmltv.spec 
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################
#define debug_package	%{nil}
#define  distsuffix mrb
#define	name	xmltv
#define	version	0.5.64
#define	release	69

#  This will build the grabbers as fallows :

#  Grabber for Argentina (tv_grab_ar)                                          [yes]
#  Grabber for Switzerland (tv_grab_ch_search)                                 [yes]
#  Grabber for UK and Ireland (Radio Times) (tv_grab_uk_rt)                    [yes]
#  Fast alternative grabber for the UK (tv_grab_uk_bleb)                       [yes]
#  Fast grabber for UK and Ireland using Atlas database (tv_grab_uk_atlas)     [yes]
#  Grabber for UK and Ireland using The Guardian website (tv_grab_uk_guardian) [yes]
#  Grabber for UK and Ireland using TV Guide website (tv_grab_uk_tvguide)      [yes]
#  Grabber for Iceland (tv_grab_is)                                            [yes]
#  Grabber for Italy (tv_grab_it)                                              [yes]
#  Grabber for Italy from DVB-S stream (tv_grab_it_dvb)                        [yes]
#  $$ Grabber for North America-schedulesdirect.org (tv_grab_na_dd)            [yes]
#  Grabber for Finland (tv_grab_fi)                                            [yes]
#  Grabber for Israel (tv_grab_il)                                             [yes]
#  Alternative grabber for Spain (tv_grab_es_laguiatv)                         [yes]
#  Grabber for Hungary and Romania (tv_grab_huro)                              [yes]
#  Grabber for Sweden (tv_grab_se_swedb)                                       [yes]
#  Grabber for Croatia (tv_grab_hr)                                            [yes]
#  Grabber for Norway (gfeed.info) (tv_grab_no_gfeed)                          [yes]
#  Grabber for german speaking area (Egon zappt) (tv_grab_eu_egon)             [yes]
#  Grabber for Sweden (tvzon.se) (tv_grab_se_tvzon)                            [yes]
#  Grabber for France (tv_grab_fr)                                             [yes]
#  Grabber for France (Kazer) (tv_grab_fr_kazer)                               [yes]
#  Grabber for Portugal (MEO) (tv_grab_pt_meo)                                 [yes]
#  Grabber for South Africa (tv_grab_za)                                       [yes]
#  $$ Grabber for some European countries (epgdata.com) (tv_grab_eu_epgdata)   [yes]
#  Grabber that combines data from other grabbers (tv_grab_combiner)           [yes]
#  Program to report exceptions and changes in a schedule (tv_check)           [yes]
#  CGI program to filter listings (to install manually) (tv_pick_cgi)          [yes]
#  Grabber for DirecTV in North America (tv_grab_na_dtv)                       [yes]


Name:		xmltv
Version:	0.5.64
Release:	3
Summary:	A set of utilities to manage your TV viewing

URL:		http://wiki.xmltv.org
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:         xmltv-0.5.63-noask.patch

License:	GPLv2+
Group:		Video

BuildArch:     noarch
BuildRequires: perl-base
BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(LWP) >= 5.65
BuildRequires: perl(XML::Parser) >= 2.34
BuildRequires: perl(XML::Twig) >= 3.28
BuildRequires: perl(Date::Manip) >= 5.42
BuildRequires: perl(XML::Writer) >= 0.600
BuildRequires: perl(Memoize)
BuildRequires: perl(Storable) >= 2.04
BuildRequires: perl(File::Slurp)
BuildRequires: perl(Lingua::EN::Numbers::Ordinate)
BuildRequires: perl(Lingua::Preferred) >= 0.2.4
BuildRequires: perl(Term::ProgressBar) >= 2.03
BuildRequires: perl(Compress::Zlib)
BuildRequires: perl(Unicode::String)
BuildRequires: perl(HTML::TreeBuilder)
BuildRequires: perl(HTML::Entities) >= 1.27
BuildRequires: perl(WWW::Mechanize) => 1.16
BuildRequires: perl(HTTP::Cookies) >= 1.39
BuildRequires: perl(HTML::Form)
BuildRequires: perl(HTTP::Cache::Transparent)
BuildRequires: perl(LWP::Simple)
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(Archive::Zip)
BuildRequires: perl(XML::Simple)
BuildRequires: perl(SOAP::Lite) >= 0.67
BuildRequires: perl(Term::ReadKey)
BuildRequires: perl(XML::LibXML)
BuildRequires: perl(XML::DOM)
BuildRequires: perl(XML::LibXSLT)
BuildRequires: perl(Compress::Zlib)
BuildRequires: perl(IO::Stringy)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Tk::TableMatrix)
BuildRequires: perl(CGI)
BuildRequires: perl(HTML::TokeParser)
BuildRequires: perl(HTML::TableExtract) >= 1.08
BuildRequires: perl(HTML::Parser) >= 3.34
BuildRequires: perl(Time::Local)
BuildRequires: perl(Date::Parse)
BuildRequires: perl(Log::TraceMessages)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(IO::Select)
BuildRequires: perl(JSON)
BuildRequires: perl(Linux::DVB)
BuildRequires: perl(Text::Iconv)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Parse::RecDescent)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Format::Strptime)
BuildRequires: perl(DateTime::Format::ISO8601)
# needed by fribidi 
BuildRequires: perl(Text::Bidi)
# need by ita dvb
BuildRequires: perl(Linux::DVB)
BuildRequires: perl(File::Slurp)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(Data::Dump)


Requires: perl(Data::Dumper) 
Requires: perl(Date::Manip) 
Requires: perl(Date::Parse) 
Requires: perl(DateTime) 
Requires: perl(DateTime::Format::Strptime) 
Requires: perl(Encode) 
Requires: perl(File::Spec) 
Requires: perl(File::Temp) 
Requires: perl(Getopt::Long) 
Requires: perl(Getopt::Std) 
Requires: perl(IO::File) 
Requires: perl(POSIX) 
Requires: perl(Storable) 
Requires: perl(XML::LibXML) 
Requires: perl(XML::TreePP) 

Requires: xmltv-grabbers >= %{EVRD}

Obsoletes:	%{name}-grabbers < %{EVRD}




%description
XMLTV is a set of utilities to manage your TV viewing. They work with
TV listings stored in the XMLTV format, which is based on XML. The
idea is to separate out the backend (getting the listings) from the
frontend (displaying them for the user), and to implement useful
operations like picking out your favourite programmes as filters that
read and write XML documents.

%package -n perl-XMLTV
Summary: 	Perl modules for managing your TV viewing

Group: 		Development/Perl
Requires: perl-base 
Requires: perl-XML-Twig 
Requires: perl-DateManip
Requires: perl(HTML::TreeBuilder)
Requires: perl(Tie::Handle)
Requires: perl(Term::ProgressBar)
Requires: perl(POSIX)
Requires: perl(Memoize)
Requires: perl(DB_File)	

%description -n perl-XMLTV
XMLTV is a set of utilities to manage your TV viewing. They work with
TV listings stored in the XMLTV format, which is based on XML. The
idea is to separate out the backend (getting the listings) from the
frontend (displaying them for the user), and to implement useful
operations like picking out your favourite programmes as filters that
read and write XML documents.

This package contains the perl modules from xmltv.

%package grabbers
Summary: 	Backends for xmltv

Group: 		Video

Requires: perl(Archive::Zip)
Requires: perl(Carp) 
Requires: perl(Compress::Zlib) 
Requires: perl(Cwd) 
Requires: perl(Data::Dump) 
Requires: perl(Date::Format) 
Requires: perl(Date::Language) 
Requires: perl(Date::Manip) 
Requires: perl(Date::Parse) 
Requires: perl(DateTime) 
Requires: perl(Digest::MD5) 
Requires: perl(Encode) 
Requires: perl(Errno) 
Requires: perl(Exporter) 
Requires: perl(File::Basename) 
Requires: perl(File::Path) 
Requires: perl(File::Slurp) 
Requires: perl(File::Temp) 
Requires: perl(Getopt::Long) 
Requires: perl(HTML::Entities) 
Requires: perl(HTML::Parser) 
Requires: perl(HTML::TokeParser) 
Requires: perl(HTML::TreeBuilder) 
Requires: perl(HTTP::Cache::Transparent) 
Requires: perl(HTTP::Cookies) 
Requires: perl(HTTP::Request::Common) 
Requires: perl(IO::File) 
Requires: perl(IO::Scalar) 
Requires: perl(IO::Select) 
Requires: perl(IO::Uncompress::Unzip) 
Requires: perl(JSON) 
Requires: perl(JSON::PP) 
Requires: perl(LWP) 
Requires: perl(LWP::Simple) 
Requires: perl(LWP::UserAgent) 
Requires: perl(Linux::DVB) 
Requires: perl(List::Util) 
Requires: perl(Memoize) 
Requires: perl(POSIX) 
Requires: perl(Pod::Usage) 
Requires: perl(SOAP::Lite) 
Requires: perl(Switch) 
Requires: perl(Time::HiRes) 
Requires: perl(Time::Local) 
Requires: perl(URI) 
Requires: perl(URI::Escape) 
Requires: perl(WWW::Mechanize) 
Requires: perl(XML::DOM) 
Requires: perl(XML::LibXML) 
Requires: perl(XML::LibXSLT) 
Requires: perl(XML::Parser) 
Requires: perl(XML::Twig) >= 3.100.0 
Requires: perl(XML::Writer) 



%description grabbers
XMLTV is a set of utilities to manage your TV viewing. They work with
TV listings stored in the XMLTV format, which is based on XML. The
idea is to separate out the backend (getting the listings) from the
frontend (displaying them for the user), and to implement useful
operations like picking out your favourite programmes as filters that
read and write XML documents.

This package contains the backends (grabbers) for xmltv.


%package gui
Summary: 	Graphical frontends to xmltv

Group: 		Video
Requires: perl-XMLTV >= %{version}-%{release}

Requires: perl(Data::Dumper) 
Requires: perl(Date::Manip) 
Requires: perl(Getopt::Long) 
Requires: perl(Time::Local) 
Requires: perl(Tk) 
Requires: perl(Tk::TableMatrix) 
Requires: perl(XML::Twig) 
Requires: perl(XMLTV::Version)


%description gui
XMLTV is a set of utilities to manage your TV viewing. They work with
TV listings stored in the XMLTV format, which is based on XML. The
idea is to separate out the backend (getting the listings) from the
frontend (displaying them for the user), and to implement useful
operations like picking out your favourite programmes as filters that
read and write XML documents.

This package contains graphical frontends to xmltv.

%prep
%setup -q
%patch0 -p1 -b .noask

# swiss grab fix
sed -i 's/\r//' grab/ch_search/tv_grab_ch_search.in

# Fix not-utf8
cp -pr ChangeLog ChangeLog.not-utf8
iconv -f ISO_8859-1 -t UTF8 ChangeLog.not-utf8 > ChangeLog
touch -r ChangeLog.not-utf8 ChangeLog
rm ChangeLog.not-utf8

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix}
%make


%install
%makeinstall_std
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'

# Fix attr
chmod 0755 %{buildroot}%{_bindir}/*

rm -fr %{buildroot}%{_datadir}/doc/xmltv-0.5.64

chmod +x %{buildroot}%{_datadir}/xmltv/tv_grab_uk_atlas/cgi-bin/getatlas.pl

%check
make test


%files
%doc ChangeLog README

%{_bindir}/tv_merge
%{_bindir}/tv_count
%{_bindir}/tv_cat
%{_bindir}/tv_extractinfo_en
%{_bindir}/tv_extractinfo_ar
%{_bindir}/tv_grep
%{_bindir}/tv_imdb
%{_bindir}/tv_remove_some_overlapping
%{_bindir}/tv_sort
%{_bindir}/tv_split
%{_bindir}/tv_to_latex
%{_bindir}/tv_to_text
%{_bindir}/tv_to_potatoe
%{_bindir}/tv_find_grabbers
%{_bindir}/tv_validate_file
%{_bindir}/tv_validate_grabber
%{_bindir}/tv_augment_tz
%{_datadir}/xmltv
%{_mandir}/man1/tv_count.1.xz
%{_mandir}/man1/tv_merge.1.xz
%{_mandir}/man1/tv_cat.1*
%{_mandir}/man1/tv_extractinfo_en.1*
%{_mandir}/man1/tv_extractinfo_ar.1*
%{_mandir}/man1/tv_grep.1*
%{_mandir}/man1/tv_imdb.1*
%{_mandir}/man1/tv_remove_some_overlapping.1*
%{_mandir}/man1/tv_sort.1*
%{_mandir}/man1/tv_split.1*
%{_mandir}/man1/tv_to_latex.1*
%{_mandir}/man1/tv_to_text.1*
%{_mandir}/man1/tv_to_potatoe.1*
%{_mandir}/man1/tv_find_grabbers.1*
%{_mandir}/man1/tv_validate_file.1*
%{_mandir}/man1/tv_validate_grabber.1*
%{_mandir}/man1/tv_augment_tz.1*

%files -n perl-XMLTV
%doc ChangeLog README
%{perl_vendorlib}/XMLTV.pm
%{perl_vendorlib}/XMLTV
%{_mandir}/man3/*.3*

%files grabbers
%doc ChangeLog README
%{_bindir}/tv_grab_*
%{_mandir}/man1/tv_grab_*.1*

%files gui
%doc doc/*
%{_bindir}/tv_check
%{_mandir}/man1/tv_check.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.64-3
+ Revision: 97f635a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9324 |14cr|xmltv-druid-0.4.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    xmltv-druid
Summary: A Gnome wizard to configure xmltv grabber jobs
Version: 0.4.0
Release: 7
Source: http://downloads.sourceforge.net/gshowtv/%{name}-%{version}.tar.gz
Patch1: xmltv-druid-0.4.0-pod.patch
URL: http://gshowtv.sourceforge.net/xmltv-druid.html
License: GPL
Group: Graphical desktop/GNOME
BuildArch: noarch
BuildRequires: desktop-file-utils
Requires: xmltv-grabbers

%description
Xmltv-druid is a very simple Gnome druid for selecting, configuring and 
scheduling a tv_grab task for XMLTV.

A tv_grab command is responsible of grabbing the tv listings from a web site.

When starting to use any XMLTV based application the most complex task is the 
configuration and setting up the cron job for the tv_grab command.

This program is designed to ease this.

%prep
%setup -q
%patch1 -p1

%build
%make

%install
%makeinstall PREFIX=%{buildroot}%{_prefix}

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-key="Encoding" \
  --add-category="X-MandrivaLinux-System-Configuration-GNOME;" \
  --dir %{buildroot}%{_datadir}/applications/ \
  %{buildroot}%{_datadir}/applications/*

%clean

%files
%doc AUTHORS copyright README
%{_bindir}/%{name}
#%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}*

%changelog
* Thu Aug 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-7
+ Revision: df09516
- Minor cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9325 |14cr|xmlwriter-1.2.2-0.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define gcj_support     1

Name:           xmlwriter
Version:        1.2.2
Release:        0.0.5
Epoch:          0
Summary:        org.freecompany.util
License:        MIT
Group:          Development/Java
URL:            http://www.freecompany.org/
# svn export https://svn.freecompany.org/public/util/tags/xmlwriter-1.2.2
# zip -9r xmlwriter-src-1.2.2.zip xmlwriter-1.2.2
Source0:        http://repository.freecompany.org/org/freecompany/xmlwriter/zips/xmlwriter-src-%{version}.zip
Source1:        xmlwriter-1.2.2-build.xml
Requires:       util-multicaster
Requires:       util-xml-dom2sax
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
BuildRequires:  util-multicaster
BuildRequires:  util-xml-dom2sax
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildRequires:  java-devel
BuildArch:      noarch
%endif

%description
org.freecompany.util

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
cp -a %{SOURCE1} build.xml
%{__perl} -pi -e 's|<javac|<javac nowarn="true"|g' build.xml

%build
export CLASSPATH=$(build-classpath junit util-multicaster util-xml-dom2sax)
export OPT_JAR_LIST="ant/ant-junit"
# XXX: test testDOMOutput does not pass
%{ant} jar javadoc #test

%install
%{__mkdir_p} %{buildroot}%{_javadir}
cp -ra dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -ra dist/doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.db
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.so
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.2.2-0.0.5
+ Revision: 23bac05
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9326 |14cr|xmode-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    xmode
Summary: X Window System (TM) and frame buffer modeline generator
Version: 1.0
Release: 8
Group:   System/X11
License: GPL
Source:  %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-root

%description
X Window System (TM) and frame buffer modeline generator. If you don't
know how to use this utility, just run it without any argument and you'll
obtain usage help.

%prep
%setup -q

%build
make

%install
make PREFIX=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/usr/X11R6/bin/xmode



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-8
+ Revision: 87da1f9
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9327 |14cr|xmonad-0.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define _cabal_setup Setup.lhs
%define _no_haddock 1
%define module xmonad

Summary:	A tiling window manager
Name:		%{module}
Version:	0.11
Release:	6
Group:		Development/Other
License:	BSD
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
BuildRequires:	ghc
BuildRequires:	ghc-devel
BuildRequires:	haskell-macros
BuildRequires:	haskell(containers)
BuildRequires:	haskell(extensible-exceptions)
BuildRequires:	haskell(mtl)
BuildRequires:	haskell(random)
BuildRequires:	haskell(utf8-string)
BuildRequires:	haskell(X11)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(libffi)
Requires(post,postun):	ghc
Requires(pre):	haskell(containers)
Requires(pre):	haskell(extensible-exceptions)
Requires(pre):	haskell(mtl)
Requires(pre):	haskell(random)
Requires(pre):	haskell(utf8-string)
Requires(pre):	haskell(X11)

%description
xmonad is a tiling window manager for X. Windows are arranged
automatically to tile the screen without gaps or overlap, maximising
screen use. All features of the window manager are accessible from
the keyboard: a mouse is strictly optional. xmonad is written and
extensible in Haskell. Custom layout algorithms, and other
extensions, may be written by the user in config files. Layouts are
applied dynamically, and different layouts may be used on each
workspace. Xinerama is fully supported, allowing windows to be tiled
on several screens.

%files
%{_bindir}/%{module}
%{_datadir}/%{module}-%{version}
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-6
+ Revision: 90674b3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9328 |14cr|xmonad-contrib-0.11.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define _cabal_setup Setup.lhs
%define _no_haddock 1
%define module  xmonad-contrib

Summary:	Third party extensions for xmonad
Name:		%{module}
Version:	0.11.2
Release:	3
Group:		Development/Other
License:	BSD
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
BuildRequires:	ghc
BuildRequires:	ghc-devel
BuildRequires:	haskell-macros
BuildRequires:	haskell(extensible-exceptions)
BuildRequires:	haskell(mtl)
BuildRequires:	haskell(random)
BuildRequires:	haskell(transformers)
BuildRequires:	haskell(utf8-string)
BuildRequires:	haskell(xmonad)
BuildRequires:	haskell(X11)
BuildRequires:	pkgconfig(x11)
Requires(post,postun):	ghc
Requires(pre):	haskell(extensible-exceptions)
Requires(pre):	haskell(mtl)
Requires(pre):	haskell(random)
Requires(pre):	haskell(transformers)
Requires(pre):	haskell(utf8-string)
Requires(pre):	haskell(xmonad)
Requires(pre):	haskell(X11)

%description
Third party tiling algorithms, configurations and scripts to xmonad, a tiling
window manager for X.
For an introduction to building, configuring and using xmonad extensions, see
"XMonad.Doc". In particular:
"XMonad.Doc.Configuring", a guide to configuring xmonad
"XMonad.Doc.Extending", using the contributed extensions library
"XMonad.Doc.Developing", introduction to xmonad internals and writing your own
extensions.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%check
%_cabal_check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.2-3
+ Revision: 00a1413
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9329 |14cr|xmorph-20060817-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major	0
%define lib_name_orig	%mklibname morph
%define lib_name	%{lib_name_orig}%{lib_major}

Summary:	An X Window System tool for creating morphed images
Name:		xmorph
Version:	20060817
Release:	3
Epoch:		2
License:	GPL
Group:		Graphics
BuildRequires:	xaw-devel
BuildRequires:	bison
BuildRequires:	gettext-devel
BuildRequires:	gtk+2-devel
BuildRequires:	texinfo
# for X11/bitmaps/gray:
BuildRequires:	x11-data-bitmaps
URL:		http://sourceforge.net/projects/xmorph/
Source0:	xmorph_%{version}.tar.gz
Source2:	xmorph-icons.tar.bz2
# (fc) 20060817-1mdv fix build with latest gcc
Patch0:		xmorph-20060817-fixbuild.patch

%package -n %{lib_name}
Summary:	Internal library required for xmorph/gtkmorph
Provides:	%{lib_name_orig}
Group:		Graphics

%package -n %{lib_name}-devel
Summary:	Headers and static libraries required for xmorph/gtkmorph development
Requires:	%{lib_name} = %{epoch}:%{version}-%{release}
Provides:	%{lib_name_orig}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Group:		Graphics

%description
Xmorph is a digital image warping (aka morphing) program.  Xmorph
provides the tools needed and comprehensible instructions for you to
create morphs: changing one image into another.  Xmorph runs under the
X Window System.

Install the xmorph package if you need a program that will create
morphed images.

%description -n %{lib_name}
Internal library for xmorph and gtkmorph.

%description -n %{lib_name}-devel
Development headers and static libs for xmorph and gtkmorph.

%prep
%setup -q
%patch0 -p1 -b .fixbuild


%build
%configure2_5x --without-morph --with-gtk=2 --disable-static
%make

%install
%makeinstall_std

#mdk menu 
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-xmorph.desktop
[Desktop Entry]
Type=Application
Categories=Graphics;Viewer;
Name=Xmorph
Comment=Morphing software
Exec=gtkmorph
Icon=xmorph
EOF

#mdk icons
install -d $RPM_BUILD_ROOT%{_iconsdir}
tar xjvf %{SOURCE2} -C $RPM_BUILD_ROOT%{_iconsdir}

# find i18n files
%find_lang %{name}

%files -f %{name}.lang
%doc ABOUT-NLS AUTHORS README HISTORY NEWS
%{_bindir}/*
%{_mandir}/*/*
%{_datadir}/applications/mandriva-*.desktop
%{_infodir}/*
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/xmorph

%files -n %{lib_name}
%_libdir/*.so.*

%files -n %{lib_name}-devel
%doc TODO
%{_libdir}/*.so
%{_prefix}/include/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:20060817-3
+ Revision: 4592419
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9330 |14cr|xmoto-0.5.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A challenging 2D motocross platform game
Name:		xmoto
Version:	0.5.10
Release:	4
License:	GPLv2+
Group:		Games/Arcade
Url:		http://xmoto.sourceforge.net/
Source0:	http://download.tuxfamily.org/xmoto/xmoto/%{version}/%{name}-%{version}-src.tar.gz
Source1:	%{name}.png
Patch0:		xmoto-0.5.9-Environment-cstlib.patch
Patch1:		xmoto-0.5.9-Environment-string.patch
Patch2:		xmoto-0.5.9-gcc4.7.patch
Patch3:		xmoto-0.5.9-helpers-log-include.patch
Patch4:		xmoto-0.5.9-helpers-text-includes.patch
Patch5:		xmoto-0.5.9-libpng15.patch
Patch6:		xmoto-0.5.9-xmargs-include.patch
BuildRequires:	bison
BuildRequires:	imagemagick
BuildRequires:	bzip2-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxdg-basedir)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(ode)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(sqlite3)

%description
X-Moto is a challenging 2D motocross platform game, where physics play
an all important role in the gameplay. You need to control your bike
to its limit, if you want to have a chance finishing the more
difficult of the challenges.
First you'll try just to complete the levels, while later you'll
compete with yourself and others, racing against the clock.

%files -f %{name}.lang
%doc AUTHORS README
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/*

#----------------------------------------------------------------------------

%prep
%setup -q
#individual file patch for better maintenance imported from MRB
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
#applied upstream
#patch5 -p0
%patch6 -p0

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir} \
	--with-localesdir=%{_datadir}/locale \
	--disable-rpath \
	--enable-threads=pth \
	--with-renderer-openGl=1 \
	--with-unoptimized=0

%make

%install
%makeinstall bindir=%{buildroot}%{_gamesbindir} datadir=%{buildroot}%{_gamesdatadir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=X-Moto
Comment=Motocross platform game
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%find_lang %{name}


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.10-4
+ Revision: e15b08f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9331 |14cr|xmove-2.0-0.beta2.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	xmove
%define version	2.0
%define rel	5
%define beta	2
%if %{beta}
%define release 0.beta%{beta}.%{rel}
%else
%define release	%{rel}
%endif

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	X11 pseudoserver to dynamically move X11 applications
License:	MIT
Group:		System/X11
Url:		ftp://ftp.cs.columbia.edu/pub/xmove/
%if %{beta}
Source0:	ftp://ftp.cs.columbia.edu/pub/xmove/%{name}.%{version}beta%{beta}.tar.bz2
%else
Source0:	ftp://ftp.cs.columbia.edu/pub/xmove/%{name}.%{version}.tar.bz2
%endif
Patch0:		xmove-2.0-unix-domain.patch

BuildRequires:	pkgconfig(x11)
BuildRequires:  imake



%description
xmove is a pseudoserver (aka proxy server) which allows you
to dynamically move an X application between servers, and screens
within a server.

%prep
%setup -q -n %{name}
%patch0 -p1 -b .unix-domain
chmod 644 doc/*

%build
for i in xmove xmovectrl; do
	cd $i
	ln -sf ../man/man1/$i.1 $i.man
	xmkmf
	%make CXXOPTIONS="%optflags" EXTRA_LDOPTIONS="%ldflags"
	cd $OLDPWD
done

%install
install -d -m755 $RPM_BUILD_ROOT%{_mandir}/man1/
for i in xmove xmovectrl; do
	cd $i
	%{makeinstall_std}
	cd $OLDPWD
	install -m 644 man/man1/$i.1 $RPM_BUILD_ROOT%{_mandir}/man1/
done


%files
%defattr(-,root,root)
%doc README doc/*
%_bindir/xmove*
%{_mandir}/man1/xmove*



%changelog
* Tue Mar 04 2014 SymbianFlo <symbianflo@mandrivausers.ro> 2.0-0.beta2.5
+ Revision: c2ae668
- Fix BR, spec clean.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9332 |14cr|xnetload-1.11.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A program to display load on network device
Name:		xnetload
Version:	1.11.3
Release:	10
License:	GPLv2+
Group:		File tools
Url:		http://www.xs4all.nl/~rsmith/software/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		xnetload-1.11.3-flags.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)

%description
This application, that runs under the X Window System, displays a count
and a graph of the traffic over a specified network connection.

%files
%doc README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

find . -perm 0400 | xargs chmod 0644

%build
%make depend
%make OPTFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
chmod 644 README
%makeinstall BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir}/man1


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.11.3-10
+ Revision: 49f71dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9333 |14cr|xneur-0.17.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xneur
%define soname 17
%define libname %mklibname %{name} %{soname}
%define develname %mklibname %{name} -d

Name:		%{name}
Version:	0.17.0
Release:	2
URL:		http://www.xneur.ru
License:	GPLv2
Source0:	%{name}-%{version}.tar.gz
Patch0:		xneur-0.12.0-cflags.patch
Patch2:		xneur-0.16.0-link.patch
Group:		System/X11
Summary:	X Neural Switcher
BuildRequires:  pkgconfig(libpcre)
BuildRequires:	pkgconfig(enchant)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gstreamer-0.10)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  aspell-devel
BuildRequires:  xosd-devel 
BuildRequires:	gettext-devel
Requires:	aspell-ru
Suggests:	gxneur

%description
X Neural Switcher (http://www.xneur.ru).
Automatical switcher of keyboard layout.

%package -n %{develname}
Summary:	Include Files and Libraries  
Group:		Development/X11
Requires:	%{libname} = %{version}  
Provides:	xneur-devel = %{version}  
Obsoletes:	xneur-devel < 0.11.1
Obsoletes:	xneur-%{_lib}xneur-devel < %{version}
  
%description -n %{develname} 
Development files for the package XNeur.

%package -n %{libname}
Summary:	XNeur Shared Library
Group:		System/Libraries
Obsoletes:	xneur-%{_lib}xneur11

%description -n %{libname}
Shared libraries for the package XNeur.

%prep
%setup -q
%patch0 -p0
%patch2 -p1

%build
autoreconf -fi
mv configure.in.orig configure.in
%configure2_5x
%make

%install
%makeinstall_std
%{__rm} -f %{buildroot}%{_libdir}/{%{name}/*.*a,*.*a}  
%find_lang %{name}  

%post
ln -s %{_datadir}/%name/languages/ru %{_datadir}/%name/languages/ru\(winkeys\)
  
%files -f %{name}.lang  
%doc AUTHORS ChangeLog NEWS README TODO  
%{_datadir}/%{name}  
%{_bindir}/*  
%dir %{_libdir}/%{name}  
%{_libdir}/%{name}/libxn*.so.*  
%doc %{_mandir}/man1/*  
%doc %{_mandir}/man5/*  
%dir %{_sysconfdir}/%{name}  
# Upstream updates a config file. So we must replace it.  
%config %{_sysconfdir}/%{name}/*
%{_datadir}/icons/* 
  
%files -n %{libname} 
%{_libdir}/libxn*.so.* 
  
%files -n %{develname}
%{_libdir}/*.so  
%dir %{_libdir}/%{name}  
%{_libdir}/%{name}/*.so  
%{_libdir}/pkgconfig/*.pc  
%{_includedir}/%{name}
%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17.0-2
+ Revision: fbeb4a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9334 |14cr|xombrero-1.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A minimalists web browser
Name:		xombrero
Version:	1.6.3
Release:	1
License:	MIT
Group:		Networking/WWW
Url:		https://opensource.conformal.com/wiki/xombrero
Source0:	https://opensource.conformal.com/snapshots/%{name}/%{name}-%{version}.tgz
Patch0:		xxxterm-1.8.0-mdv-desktop.patch
Patch1:		xxxterm-1.11.3-mga-correct-resource_dir.patch
Patch2:		xxxterm-1.11.3-mga-use-duckduckgo-as-home-and-search-engine.patch
BuildRequires:	groff-for-man
BuildRequires:	libbsd-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(webkitgtk-3.0)
Requires:	glib-networking
Obsoletes:	xxxterm < 2.0

%description
Xombrero is a minimalist web browser with sophisticated security features
designed-in (rather than through an add-on). In particular, it provides both
persistent and per-session controls for scripts and cookies, making it easy
to thwart tracking and scripting attacks.

In additional to providing a familiar mouse-based interface like other web
browsers, it offers a set of vi-like keyboard commands for users who prefer
to keep their hands on their keyboard.

The default settings provide a secure environment. With simple keyboard
commands, the user can "whitelist" specific sites, allowing cookies and scripts
from those sites.

%files
%{_mandir}/man1/%{name}.*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*.png
%{_datadir}/%{name}/style.css
%{_datadir}/%{name}/tld-rules
%{_datadir}/%{name}/hsts-preload
%{_datadir}/%{name}/tordisabled.ico
%{_datadir}/%{name}/torenabled.ico
%{_datadir}/%{name}/xombrero.css
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
export GTK_VERSION=gtk3
%setup_compile_flags
make -C linux

%install
export PREFIX=%{buildroot}%{_prefix}

%makeinstall -C linux

for s in 16 32 48 64 128; do
    install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/
    ln -s ../../../../%{name}/%{name}icon${s}.png %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/%{name}.png
done


%changelog
* Thu Sep 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.3-1
+ Revision: 398f057
- New version 1.6.3, sync patches with Mageia, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9335 |14cr|xonotic-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define		oname	Xonotic

Summary:	A free multi-player first person shooter
Name:		xonotic
Version:	0.7.0
Release:	2
Url:		http://www.xonotic.org/
Source0:	http://dl.xonotic.org/%{name}-%{version}.zip
License:	GPLv2+
Group:		Games/Arcade
Requires:	%{name}-data = %{version}
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	jpeg-devel

%description
Xonotic is a free (GPL), fast-paced first-person shooter that works on 
Microsoft Windows, Mac OSX and Linux.

Xonotic is a direct successor of the Nexuiz Project.

It features much better quality graphics and visual effects.

Xonotic places focus on community involvement as its principal driving force
and structures itself to respect that. The aim of Xonotic is to become the 
best possible open-source FPS (first-person-shooter) of its kind.

%package data
Summary:	Xonotic data files (graphics, music, maps etc)
Requires:	%{name} = %{version}
Group:		Games/Arcade
BuildArch:	noarch

%description data
Data files used to play Xonotic.

%prep
%setup -q -n %{oname}

%build
cd source/darkplaces
make clean
make release CPUOPTIMIZATIONS="%{optflags}" DP_FS_BASEDIR=%{_gamesdatadir}/%{name}

%install
install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -R data %{buildroot}%{_gamesdatadir}/%{name}/

install -D -m 755 source/darkplaces/darkplaces-sdl %{buildroot}%{_gamesbindir}/%{name}-sdl
install -D -m 755 source/darkplaces/darkplaces-glx %{buildroot}%{_gamesbindir}/%{name}-glx

install -D -m 644 misc/logos/icons_png/%{name}_16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m 644 misc/logos/icons_png/%{name}_32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m 644 misc/logos/icons_png/%{name}_64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D -m 644 misc/logos/icons_png/%{name}_128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

install -D -m 644 misc/logos/%{name}_icon.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

install -d %{buildroot}%{_datadir}/applications

cat > %{buildroot}%{_datadir}/applications/%{name}-sdl.desktop << EOF
[Desktop Entry]
Name=Xonotic-SDL
Comment=Multi-player first person shooter (SDL)
Exec=%{_gamesbindir}/%{name}-sdl
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-glx.desktop << EOF
[Desktop Entry]
Name=Xonotic-GLX
Comment=Multi-player first person shooter (GLX)
Exec=%{_gamesbindir}/%{name}-glx
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

%files
%{_gamesbindir}/%{name}-sdl
%{_gamesbindir}/%{name}-glx
%{_datadir}/applications/%{name}-sdl.desktop
%{_datadir}/applications/%{name}-glx.desktop
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/64x64/apps/%{name}.png
%{_iconsdir}/hicolor/128x128/apps/%{name}.png
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

%files data
%dir %{_gamesdatadir}/%{name}/data
%{_gamesdatadir}/%{name}/data/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-2
+ Revision: 98836f6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9336 |14cr|x-oql-20070202-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	X-OQL
%define	jarname	xoql
%define	jarlibs	cdqa antlr

Name:		x-oql
Version:	20070202
Release:	11
Summary:	%{oname}
License:	LGPL
Group:		Development/Java
Url:		http://forge.objectweb.org/projects/activexml/
# from cvs
Source0:	%{name}-%{version}.tar.lzma
BuildRequires:	lzma
BuildRequires:	java-rpmbuild java-devel ant %{jarlibs}
BuildRequires:	locales-en
Requires:	%{jarlibs}
Provides:	%{oname} = %{version}-%{release}
Provides:	%{jarname} = %{version}-%{release}
BuildArch:      noarch

%description
%{oname}

%package	javadoc
Summary:	Javadoc for %{oname}
Group:		Development/Java

%description	javadoc
Javadoc for %{oname}.

%prep
%setup -q -n %{oname}
#make sure that we don't use precompiled java package if shipped
rm -rf lib

%build
export LC_ALL=en_US.ISO-8859-1
export CLASSPATH=$(build-classpath %{jarlibs})
%{ant} -f xoql_build.xml jar javadoc -DDSTAMP=%{version} 
jar -i build/lib/%{jarname}.jar

%install


install -d %{buildroot}%{_javadir}
install -m644 build/lib/%{jarname}.jar -D %{buildroot}%{_javadir}/%{jarname}-%{version}.jar

for jarname in \
	%{buildroot}%{_javadir}/%{jarname}.jar \
	%{buildroot}%{_javadir}/%{name}{,-%{version}}.jar \
	%{buildroot}%{_javadir}/%{oname}{,-%{version}}.jar
do ln -s %{jarname}-%{version}.jar $jarname
done

install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -r build/api %{buildroot}%{_javadocdir}/%{name}-%{version}

%files
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20070202-11
+ Revision: 3742ce1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9337 |14cr|xosd-2.2.14-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	2
%define libname	%mklibname %{name} %major

Summary:	X On Screen Display
Name:		xosd
Version:	2.2.14
Release:	14
Source0:	http://www.ignavus.net/%{name}-%{version}.tar.bz2
Source1:	http://ldots.org/xosd-guide/xosd-doc-0.01.tar.bz2
Patch0:		xosd-2.2.14-fix-underquoted-calls.patch
License:	GPL
Group:		System/Libraries
BuildRequires:	gdk-pixbuf-devel
URL:		http://www.ignavus.net/software.html

%description
This package contains an xmms plugin to display various things whenever they 
change (volume, track, paused/shuffle/repeat,...) in a TV set's on screen 
display fashion.

%package	tools
Group:		Graphics
Summary:	Example applications of the xosd library
Provides:	osd_cat
Obsoletes:	osd_cat

%description	tools
This package contains sample applications for the xosd library that
can be used to display information in a TV set's on screen display
fashion.

%package -n	%{libname}
Group:		System/Libraries
Summary:	Library for displaying information in an OSD

%description -n	%{libname}
This package contains the shared library of xosd, it is requires by programs 
that display it's output in a TV set's on screen display fashion.

%package -n	%{libname}-devel
Group:		Development/C
Summary:	Header files for developing programs using libxosd
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}

%description -n	%{libname}-devel
This package contains the header files you need to develop programs based on 
libxosd that display it's output in a TV set's on screen display fashion.

%prep
%setup -q -a 1
%patch0 -p1 -b .underquoted

%build
%configure2_5x
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/*.a
rm -f %{buildroot}%{_libdir}/*/General/*.la

%files tools
%defattr(-,root,root)
%doc COPYING
%{_bindir}/osd_cat
%{_mandir}/man1/osd_cat.1*
%{_datadir}/%{name}/*png

%files -n %{libname}
%defattr(-,root,root)
%doc COPYING
%{_libdir}/libxosd.so.*

%files -n %{libname}-devel
%defattr(-,root,root)
%doc COPYING ChangeLog README AUTHORS xosd-doc-0.01/html
%{_bindir}/xosd-config
%{_mandir}/man1/xosd-config.1*
%{_libdir}/libxosd.so
%{_includedir}/*.h
%{_datadir}/aclocal/libxosd.m4
%{_mandir}/man3/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.14-14
+ Revision: 9bd302c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9338 |14cr|xosview-1.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: An X Window System utility for monitoring system resources
Name: xosview
Version: 1.12
Release: 2
Exclusiveos: Linux
Url: http://xosview.sourceforge.net	
Source0: http://www.pogo.org.uk/~mark/xosview/releases/%{name}-%{version}.tar.gz
Source2: %{name}16.png.bz2
Source3: %{name}32.png.bz2
Source4: %{name}48.png.bz2

License: GPLv2+
Group: Monitoring
BuildRequires: pkgconfig(xdmcp)
BuildRequires: pkgconfig(xau)
BuildRequires: pkgconfig(x11)
%ifarch alpha
BuildRequires: egcs
%endif
# XXX alpha barfs on linux/serial.h
ExcludeArch: alpha

%description
The xosview utility displays a set of bar graphs which show the current
system state, including memory usage, CPU usage, system load, etc.
Xosview runs under the X Window System.

Install the xosview package if you need a graphical tool for monitoring
your system's performance.

%prep
%setup -q

sed -e 's:lib/X11/app:share/X11/app:g' \
	-i xosview.1 || die

%build
%make

%install
mkdir -p %{buildroot}/%{_bindir}/
mkdir -p %{buildroot}/%{_mandir}/man1/
make PREFIX=%{buildroot}/usr install

chmod u-s %{buildroot}/usr/bin/*



mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Xosview
Comment=System resources monitor for X11
Exec=%{_bindir}/xosview
Icon=%{name}
Terminal=false
Type=Application
Categories=System;Monitor;
EOF

%files
%defattr(-,root,root,0755)
%{_prefix}/bin/*
%{_prefix}/share/man/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12-2
+ Revision: a3bd84f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9339 |14cr|xournal-0.4.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	xournal
%define version	0.4.7
%define release 3

Name: 	 	%{name}
Summary: 	Pen-based journal and PDF annotator
Version: 	%{version}
Release: 	%{release}

Source0:	http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
URL:		http://xournal.sourceforge.net/
License:	GPLv2
Group:		Office
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libgnomecanvas-2.0)
BuildRequires:	pkgconfig(poppler-glib)
# For pdftoppm: see http://forum.mandriva.com/viewtopic.php?t=92135
Requires:	poppler

%description
Xournal is an application for notetaking, sketching, keeping a journal using a
stylus.  It is similar to Microsoft Windows Journal or to other alternatives
such as Jarnal, Gournal, and NoteLab.

%prep
%setup -q

%build
%configure2_5x
%make
										
%install
%makeinstall

# menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Xournal
Comment=%summary
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Office;
EOF

# icons
mkdir -p %{buildroot}%{_liconsdir}
convert -size 48x48 pixmaps/%{name}.png %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -size 32x32 pixmaps/%{name}.png %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 pixmaps/%{name}.png %{buildroot}/%{_miconsdir}/%{name}.png

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README html-doc/*
%{_bindir}/%{name}
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.7-3
+ Revision: e6d15df
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9340 |14cr|xpad-4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	xpad
Summary: 	Sticky notepad for GTK+2
Version: 	4.0
Release: 	4
Source:		http://launchpad.net/xpad/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
URL:		https://launchpad.net/xpad/
License:	GPLv3+
Group:		Office
BuildRequires:	gtk+2-devel >= 2.12
BuildRequires:	intltool
BuildRequires:	pkgconfig(sm)

%description
Xpad is a GTK+2 application that emulates real-life sticky notes. If you
are likely to forget something, open up an xpad and jot it down. It
is easy-to-use, fault-tolerant, and its appearance is customizable.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %name

%files -f %name.lang
%defattr(-,root,root)
%doc AUTHORS NEWS README THANKS TODO ChangeLog
%{_bindir}/%name
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0-4
+ Revision: 1dc8f1f
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9341 |14cr|xpaint-2.9.10.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An X Window System image editing or paint program
Name:		xpaint
Version:	2.9.10.2
Release:	2
License:	MIT
Group:		Graphics
Url:		https://sourceforge.net/projects/sf-xpaint
Source0:	http://prdownloads.sourceforge.net/sf-xpaint/xpaint-%{version}.tar.bz2
Source1:	icons-%{name}.tar.bz2
Patch0:		xpaint-2.9.10.2-static.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gccmakedep
BuildRequires:	imake
BuildRequires:	libtool
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxaw3dxft)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xp)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(zlib)
# Menus uses Liberation fonts
Requires:	fonts-ttf-liberation


%description
XPaint is an X Window System color image editing program which supports
many standard paint program operations. XPaint also supports advanced
features like image processing algorithms, scripting and batch jobs.  
XPaint allows you to edit multiple images simultaneously and supports
a large variety of image formats, including PNG, JPEG, TIFF, XPM, PPM, 
XBM, PS, etc.

Install this package if you need a simple paint program for X.

Recent versions of XPaint add new optional editing features based 
on programmable filters and user defined procedures written as scripts 
in plain C. The package includes a substantial list of examples and 
some support for batch processing.

%files
%doc ChangeLog README* TODO Doc/*.doc Doc/sample.Xdefaults
%config(noreplace) %{_sysconfdir}/X11/app-defaults/*
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/xpaint/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/*.png
%{_iconsdir}/*/*.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x
make ARCH_DEFINES="%{optflags}"

%install
%makeinstall_std

#use upstream .desktop file
install -Dpm0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

#mdk icon
install -d %{buildroot}%{_iconsdir}
tar jxf %{SOURCE1} -C %{buildroot}%{_iconsdir}

# symlink on /etc
# rm -rf %{buildroot}/usr/lib/X11/app-defaults

# Don't ship it
rm -rf %{buildroot}%{_libdir}/*.a

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.10.2-2
+ Revision: 715c9e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9342 |14cr|xpat2-1.07-29
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A set of Solitaire type games for the X Window System
Name:		xpat2
Version:	1.07
Release:	29
License:	GPLv2+
Group:		Games/Cards
Source:		ftp://sunsite.unc.edu/pub/Linux/games/solitaires/%{name}-%{version}-src.tar.bz2	
Patch0:		xpat2-fixes.patch
Patch1:		xpat2-1.07-lib64.patch
Patch2:		xpat2-1.07-gcc41.patch
Patch3:		xpat2-1.07-fix-str-fmt.patch
BuildRequires:	imake
BuildRequires:	qt3-devel
BuildRequires:	perl
BuildRequires:	libxpm-devel
Requires(pre):	rpm-helper

%description
Xpat2 is a generic patience or Solitaire game for the X Window System.

Xpat2 can be used with different rules sets, so it can be used to play
Spider, Klondike, and other card games.

%prep
%setup -q
%patch0 -p1 -b kk1
%patch1 -p1 -b .lib64
%patch2 -p0 -b .gcc41
%patch3 -p0

%build
make clean
%__rm -f src/moc*
%__rm -f src/mqmaskedit.cpp
%__rm -f src/mqhelpwin.cpp

export PATH=%{_bindir}/X11:$PATH

find -type f | xargs perl -pi -e "s|/var/games/|/var/lib/games/|g" 
perl -p -i -e "s|xmkmf &&||" Makefile
cd src
xmkmf
perl -p -i -e "s|CXXDEBUGFLAGS = .*|CXXDEBUGFLAGS = %{optflags}|" Makefile
perl -p -i -e "s|CDEBUGFLAGS = .*|CDEBUGFLAGS = %{optflags}|" Makefile
# 1.0.7-1
perl -p -i -e "s|chown.*||" Makefile
perl -p -i -e "s|-lqt|-lqt-mt|" Makefile
perl -p -i -e "s|LN = ln -s|LN = echo|" Makefile
make CDEBUGFLAGS="%{optflags}" CXXDEBUGFLAGS="%{optflags}" EXTRA_LIBRARIES="-lstdc++"


%install
%makeinstall DESTDIR=%{buildroot} \
	XPATROOT=%{buildroot}/usr/games/lib/xpat \
	XPATMANDIR=%{buildroot}/usr/share/man/man6 \
	APPDEFSDIR=%{buildroot}/usr/lib
install -m 755 -d %{buildroot}%{_menudir}
mkdir -p %{buildroot}/var/lib/games/
touch %{buildroot}/var/lib/games/xpat.log

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=A set of Solitaire type games for the X Window System
Exec=%{_bindir}/%{name}
Icon=cards_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Qt;Game;CardGame;X-MandrivaLinux-MoreApplications-Games-Cards;
EOF

%post
%create_ghostfile /var/lib/games/xpat.log root games 664

%files
%dir %{_prefix}/games/lib/xpat
%{_prefix}/games/lib/xpat/*
%{_mandir}/man6/xpat2.6*
%attr(2755, root, games) %{_prefix}/bin/xpat2
%{_prefix}/lib/*/app-defaults/XPat
%{_datadir}/applications/mandriva-%{name}.desktop
%attr(664, root, games) %ghost /var/lib/games/xpat.log



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.07-29
+ Revision: dc11646
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9343 |14cr|xpdf-3.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname xpdf %{major}
%define devname %mklibname xpdf -d

%define urwdir %{_datadir}/fonts/default/Type1
%define lesstifver 0.93.41
%define freetypever 2.1.5
%define x11dir /usr/X11R6
%define build_lesstif 0
%define build_freetype2 0
%define usefreetype2 1

Summary:	A PDF file viewer for the X Window System
Name:		xpdf
Version:	3.03
Release:	3
License:	GPLv2+
Group:		Publishing
Url:		http://www.foolabs.com/xpdf/
Source0:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-%{version}.tar.bz2
Source1:	icons-%{name}.tar.bz2
Source2:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-chinese-simplified.tar.bz2
Source3:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-chinese-traditional.tar.bz2
Source4:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-cyrillic.tar.bz2
Source5:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-japanese.tar.bz2
Source6:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-korean.tar.bz2
Source7:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-thai.tar.bz2
Source8:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-greek.tar.bz2
Source9:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-latin2.tar.bz2
Source10:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-turkish.tar.bz2
Source11:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-hebrew.tar.bz2
Source12:	ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/lesstif-%{lesstifver}.tar.bz2
Source13:	ftp://ftp.freetype.org/freetype/freetype2/freetype-%{freetypever}.tar.bz2
Source14:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-arabic.tar.bz2
#Source100:	xpdf.rpmlintrc

Patch0:		xpdf-3.03-shared.diff
Patch2:		%{name}-3.01-antihigh.patch
Patch6:		%{name}-2.03-zoom.patch
# use some debian patches for static freetype 2.1.5
Patch9:		%{name}-2.03-ft215deb.patch
#
Patch16:	%{name}-3.03-chinese.patch
Patch17:	%{name}-3.03-CAN-2005-0206.patch
Patch18:	%{name}-3.00-gcc401.patch
Patch19:	%{name}-3.01-core.patch
Patch20:	%{name}-3.03-crash.patch
Patch21:	%{name}-3.01-xfont.patch
Patch27:	%{name}-3.03-strcast.patch
Patch28:	%{name}-3.03-fix-makefile.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xft)
BuildConflicts:	libpaper-devel
BuildRequires:	libtool
%if %{build_lesstif}
BuildConflicts:	lesstif-devel
%else
BuildRequires:	lesstif-devel
%endif
Requires:	urw-fonts
# Lesstiff user interface requires these (btw, why a static lesstif and freetype?)
Requires:	x11-font-adobe-75dpi
Requires:	x11-font-adobe-100dpi
Requires:	%{name}-common = %{EVRD}

%description
Xpdf is an X Window System based viewer for Portable Document Format (PDF)
files. PDF files are sometimes called Acrobat files, after Adobe Acrobat
(Adobe's PDF viewer).  Xpdf is a small and efficient program which uses
standard X fonts.

%files
%{_bindir}/xpdf
%{_mandir}/man1/xpdf.1*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/*.*
%{_liconsdir}/*.*
%{_miconsdir}/*.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared Xpdf library
Group:		System/Libraries

%description -n %{libname}
Xpdf is an X Window System based viewer for Portable Document Format (PDF)
files. PDF files are sometimes called Acrobat files, after Adobe Acrobat
(Adobe's PDF viewer). Xpdf is a small and efficient program which uses
standard X fonts.

%files -n %{libname}
%doc CHANGES README
%{_libdir}/libxpdf.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the Xpdf library
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Xpdf is an X Window System based viewer for Portable Document Format (PDF)
files. PDF files are sometimes called Acrobat files, after Adobe Acrobat
(Adobe's PDF viewer). Xpdf is a small and efficient program which uses
standard X fonts.

This package contains the development files for Xpdf.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/*.so

#----------------------------------------------------------------------------

%package common
Summary:	Common files for xpdf and the applications based on it
Group:		Publishing

%description common
Xpdf is an X Window System based viewer for Portable Document Format (PDF)
files. PDF files are sometimes called Acrobat files, after Adobe Acrobat
(Adobe's PDF viewer). Xpdf is a small and efficient program which uses
standard X fonts.

This package contains common files (such as UnicodeMap and xpdfrc) needed for
xpdf and the applications based on it.

%files common
%{_datadir}/%{name}
%{_mandir}/man5/*
%config(noreplace) %{_sysconfdir}/xpdfrc

#----------------------------------------------------------------------------

%prep
%setup -q -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 -a13 -a14
%patch0 -p1 -b .shared
%patch2 -p1 -b .antihigh
%patch6 -p1 -b .zoom
%if %{build_freetype2}
%patch9 -p1 -b .deb
%endif
%patch16 -p1 -b .chinese
%patch17 -p1 -b .CAN-2005-0206
%patch18 -p1 -b .gcc401
%patch19 -p1 -b .core
%patch20 -p1 -b .crash
%patch21 -p1 -b .xfont
%patch27 -p0 -b .strcast
%patch28 -p1


%build
CURRENTDIR=`pwd`

# build a local lesstif library
%if %{build_lesstif}
(cd lesstif-%{lesstifver}
CFLAGS="%{optflags}" \
	./configure \
			--prefix=%{x11dir} \
			--libdir=%{x11dir}/%{_lib} \
			--disable-shared \
			--enable-static \
			--disable-build-12 \
			--disable-build-20 \
			--enable-build-21 \
			--enable-default-21 \
			--disable-maintainer-mode \
			--with-t1-library=no \
			--disable-debug
%make
make install \
	prefix=$CURRENTDIR/lesstif-local \
	libdir=$CURRENTDIR/lesstif-local/lib
)
%endif

# build a local freetype2 library
%if %{build_freetype2}
(cd freetype-%{freetypever}
%configure2_5x --disable-shared
%make
make install DESTDIR=$CURRENTDIR/freetype2-local \
)
%endif

# build xpdf
export X_EXTRA_LIBS="-lXft -lXrender -lfontconfig -lz -lfreetype"
%configure2_5x \
	--bindir=%{_bindir} \
	--mandir=%{_mandir} \
%if %{build_lesstif}
	--with-Xm-library=$CURRENTDIR/lesstif-local/lib \
	--with-Xm-includes=$CURRENTDIR/lesstif-local/include \
%endif
%if %{build_freetype2}
	--with-freetype2-includes=$CURRENTDIR/freetype2-local%{_includedir}/freetype2 \
	--with-freetype2-library=$CURRENTDIR/freetype2-local%{_libdir} \
%endif
%if %{usefreetype2}
	--with-freetype2-includes=%{_includedir}/freetype2 \
%endif
	--enable-opi

%make

pushd doc
perl -pi -e 's|netscape|mozilla|g' xpdf.1 xpdf.cat xpdf.hlp xpdfrc.5
perl -pi -e 's@/usr/local/etc/@%{_sysconfdir}/@' *.1 *.5
perl -pi -e 's@/usr/local/share/ghostscript/fonts@%{urwdir}@' sample-xpdfrc *.1 *.5
perl -pi -e 's@^#displayFontT1@fontFile@' sample-xpdfrc
for i in chinese-simplified chinese-traditional cyrillic japanese \
	korean thai greek latin2 turkish hebrew arabic; \
	do
		perl -pi -e 's@/usr/local/share/xpdf@%{_datadir}/xpdf@' \
			../xpdf-$i/add-to-xpdfrc \
			../xpdf-$i/README
		echo >> sample-xpdfrc
		cat ../xpdf-$i/add-to-xpdfrc >> sample-xpdfrc
		rm ../xpdf-$i/add-to-xpdfrc
	done
# Xpdf no longer supports X fonts
perl -pi -e 's/^displayCIDFontX/#displayCIDFontX/g' sample-xpdfrc
perl -pi -e 's/^#urlCommand.*/urlCommand "www-browser %s"/' sample-xpdfrc
popd

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

%makeinstall_std

for i in chinese-simplified chinese-traditional cyrillic japanese \
	korean thai greek latin2 turkish hebrew arabic; \
	do
		mkdir -p %{buildroot}%{_datadir}/%{name}/$i
		cp -a xpdf-$i/* %{buildroot}%{_datadir}/%{name}/$i/
	done

install -m 755 -d %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Xpdf
Comment=Views PDF files
Exec=%{_bindir}/xpdf %f
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
MimeType=text/pdf;text/x-pdf;application/pdf;application/x-pdf;
Categories=X-MandrivaLinux-Office-Publishing;Office;Viewer;
EOF

# mdk icons
install -d %{buildroot}%{_iconsdir}
tar xjf %{SOURCE1} -C %{buildroot}%{_iconsdir}

# remove unpackaged files
rm -f %{buildroot}%{_bindir}/pdf* %{buildroot}%{_mandir}/man1/pdf*

# install headers
install -d %{buildroot}%{_includedir}/%{name}
install -m0644 xpdf/*.h %{buildroot}%{_includedir}/%{name}/
install -m0644 aconf*.h %{buildroot}%{_includedir}/%{name}/

for i in fofi goo splash; do
    install -d %{buildroot}%{_includedir}/%{name}/$i
    install -m0644 $i/*.h %{buildroot}%{_includedir}/%{name}/$i/
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.03-3
+ Revision: a1c5ff3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9344 |14cr|xpenguins-2.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xpenguins
%define version 2.2
%define release 13

Summary: Cute little penguins that walk along the tops of your windows
Name: %{name}
Version: %{version}
Release: %{release}
license: GPL
Source0: %{name}-%{version}.tar.bz2
Source1: %name-32x32.png.bz2
Source2: %name-16x16.png.bz2
Source3: %name-48x48.png.bz2
Patch0: xpenguins-2.2-fix-str-fmt.patch
Group: Toys
URL: http://xpenguins.seul.org/
BuildRequires: xpm-devel
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xt)

%description
XPenguins animates a friendly family of penguins in your root window.
They drop in from the top of the screen, walk along the tops of your
windows, up the side of your windows, levitate, skateboard, and do
other similarly exciting things. XPenguins is now themeable so if
you're bored of penguins, try something else. The themes that come
with this package are "Penguins", "Classic Penguins" and "Turtles". 

%prep
%setup -q
%patch0 -p0

%build
# Note: when we compile the program it needs to know where the 
# data will be when finally installed.
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
mkdir -p  %buildroot{%{_datadir}/applications,%{_iconsdir},%{_miconsdir},%{_liconsdir}}
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name}
Icon=%{name}
Categories=Amusement;
Name=Xpenguins
Comment=Display penguins running on your desktop.
EOF

bzip2 -dc %{SOURCE1} > %buildroot%{_iconsdir}/%{name}.png
bzip2 -dc %{SOURCE2} > %buildroot%{_miconsdir}/%{name}.png
bzip2 -dc %{SOURCE3} > %buildroot%{_liconsdir}/%{name}.png

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr(-,root,root)
%doc README AUTHORS COPYING ChangeLog lay-out-frames.scm
%attr(755,root,root) %{_bindir}/xpenguins
%{_mandir}/man1/*
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/themes
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-13
+ Revision: 5ea4273
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9345 |14cr|xphelloworld-1.0.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xphelloworld
Version: 1.0.1
Release: 11
Summary: Sends a test page to an Xprint printer
Group: Development/X11
License: MIT
Url:    http://cgit.freedesktop.org/xorg/app/xphelloworld/
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Patch0: xphelloworld-1.0.1-fix-xaw8-BR.diff

BuildRequires: pkgconfig(xaw7) >= 1.0.1
BuildRequires: lesstif-devel
BuildRequires: pkgconfig(xp) >= 1.0.0
BuildRequires: pkgconfig(xprintapputil) >= 1.0.1
BuildRequires: pkgconfig(xprintutil) >= 1.0.1
BuildRequires: pkgconfig(xt) >= 1.0.0
BuildRequires: pkgconfig(xorg-macros) >= 1.0.1

%description
Xphelloworld is a utility for Xprint, the printing system for the X Window
system. It sends a test page to the specified printer (or the default printer,
if none is specified).

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0

%build
autoconf
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/xphelloworld
%{_bindir}/xpsimplehelloworld
%{_bindir}/xpxthelloworld
%{_mandir}/man1/xphelloworld.1*
%{_mandir}/man1/xpxthelloworld.1*
%{_mandir}/man1/xpsimplehelloworld.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-11
+ Revision: 37d6e0a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9346 |14cr|xpilot-4.5.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An X Window System based multiplayer aerial combat game
Name:		xpilot
Version:	4.5.5
Release:	3
License:	GPL
Group:		Games/Arcade
URL:		http://www.xpilot.org
Source0:	http://downloads.sourceforge.net/xpilotgame/xpilot-%version.tar.bz2
# Source1:	%{name}-menu
Source2:	%{name}-16.png
Source3:	%{name}-32.png
Source4:	%{name}-48.png
Patch0:		%{name}-4.5.3-config.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:  imake


%description
Xpilot is an X Window System based multiplayer game of aerial combat.

The object of the game is to shoot each other down, or you can use the race 
mode to just fly around.

Xpilot resembles the Commodore 64 Thrust game, which is similar to Atari's
Gravitar and Asteriods (note: this is not misspelled).

Unless you already have an xpilot server on your network, you'll need to set up
the server on one machine, and then set up xpilot clients on all of the 
players' machines.

%prep
%setup -q
%patch0 -p0 

%build
xmkmf
%make Makefiles
%make CDEBUGFLAGS="%optflags" EXTRA_LDOPTIONS="%ldflags"

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std install.man INSTBINDIR=%{_gamesbindir}

install -m644 %SOURCE2 -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %SOURCE3 -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %SOURCE4 -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man{1,6}

# scheesh. cvs files.
find doc -name '.cvs*' | xargs rm -f {} \;

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}-server.desktop
[Desktop Entry]
Type=Application
Categories=Game;ArcadeGame;
Name=Xpilot server
Comment=Fly/shoot arcade game
Exec=%{_gamesbindir}/xpilots
Icon=%{name}
EOF

cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Categories=Game;ArcadeGame;
Name=Xpilot - Requires server
Comment=Fly/shoot arcade game
Exec=%{_gamesbindir}/xpilot -join
Icon=%{name}
EOF

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.txt LICENSE README.txt.msub 
%doc doc
%{_gamesbindir}/*
/usr/lib/xpilot
%{_mandir}/man?/*
%{_datadir}/applications/mandriva-*.desktop
%{_miconsdir}/*
%{_liconsdir}/*
%{_iconsdir}/%{name}.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.5.5-3
+ Revision: 5f31286
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9347 |14cr|xpired-1.22-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xpired
%define version 1.22
%define release 22

Summary: Action puzzle game
Name: %{name}
Version: %{version}
Release: %{release}
Url:     http://xpired.sourceforge.net/
Source0: http://prdownloads.sourceforge.net/xpired/%{name}-%{version}-linux_source.tar.bz2
License: GPLv2+
Group: Games/Arcade
BuildRequires: libSDL_gfx-devel >= 2.0.25
BuildRequires: libSDL_mixer-devel 
BuildRequires: libSDL_image-devel 

%description
X-Pired is an action puzzle game. The goal of the game in each level
is to reach the exit square, avoiding exploding barrels and other
deadly stuff.

%prep
%setup -qn src

%build
%make PREFIX=%{_prefix} SHARE_PREFIX=%{_gamesdatadir}/xpired

%install
make install PREFIX=%{buildroot}%{_prefix} SHARE_PREFIX=%{buildroot}%{_gamesdatadir}/xpired

mkdir -p %{buildroot}%{_gamesbindir}
mv %{buildroot}%{_bindir}/* %{buildroot}%{_gamesbindir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=X-Pired
Comment=Action-puzzle game
Exec=%{_gamesbindir}/%{name}
Icon=arcade_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF


%files
%doc *.txt README*
%{_datadir}/applications/*
%{_gamesbindir}/*
%{_gamesdatadir}/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.22-22
+ Revision: 359e975
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9348 |14cr|xplsprinters-1.0.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xplsprinters
Version: 1.0.1
Release: 13
Summary: Shows a list of Xprint printers and it's attributes
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xp) >= 1.0.0
BuildRequires: pkgconfig(xprintutil) >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
Xplsprinters is a utility for Xprint, the printing system for the X Window
system.  It can deliver both a list of printers and attributes supported for a
specific list of printers.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

#

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xplsprinters
%{_mandir}/man1/xplsprinters.1x*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-13
+ Revision: 44ef39b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9349 |14cr|xpn-1.2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 		xpn
Version: 		1.2.6
Release: 		3

Summary:	GTK2 newsreader with full Unicode support
License:	GPLv2+
Group:		Networking/News
URL:		http://xpn.altervista.org/
Source0:	http://xpn.altervista.org/codice/%{name}-%{version}.tar.gz

BuildArch:	noarch

BuildRequires:	imagemagick
BuildRoot:	%{_tmppath}/%{name}-%{version}

Requires:	gnome-python >= 2.4.1

%description
With XPN you can read/write articles on the Usenet with a good MIME support
(better than some well known newsreaders).

XPN can operate with all the most diffuse charset starting from US-ASCII to
UTF-8. When you edit an article XPN automatically chooses the best charset,
however is always possible to override this choice.

There also other useful features like scoring, filtered views, random
tag-lines, external editor support, one-key navigation, ROT13, spoiler char ...

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_datadir}/%{name}
mkdir -p %{buildroot}/%{_datadir}/locale
cp tags.txt %{buildroot}/%{_datadir}/%{name}
cp -r xpn_src %{buildroot}/%{_datadir}/%{name}
cp -r pixmaps %{buildroot}/%{_datadir}/%{name}
cp -r lang/{de,fr,it} %{buildroot}/%{_datadir}/locale
cp %{name}.py %{buildroot}/%{_datadir}/%{name}

#wrapper
cat<<EOF>%{buildroot}/%{_bindir}/%{name}
#!/bin/bash
cd %{_datadir}/%{name}
python %{name}.py -d \$@
EOF
chmod 755 %{buildroot}/%{_bindir}/%{name}

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Internet-News;Network;News;
EOF

#icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -size 48x48 pixmaps/%{name}.xpm %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -size 32x32 pixmaps/%{name}.xpm %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 pixmaps/%{name}.xpm %{buildroot}/%{_miconsdir}/%{name}.png

%find_lang %{name}

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus

%postun
%clean_menus
%endif

%files -f %{name}.lang
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog README TODO *.html
%attr(0755,root,root) %{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.6-3
+ Revision: aff43b1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9350 |14cr|xprobe2-0.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:	Active ICMP fingerprinting tool
Name:		xprobe2
Version:	0.3
Release:	10
License:	GPLv2+
Group:		Networking/Other
URL:		http://xprobe.sourceforge.net/
Source0:	http://kent.dl.sourceforge.net/sourceforge/xprobe/%{name}-%{version}.tar.gz
Patch:      xprobe2-0.3-fix-compilation.patch
BuildRequires:	libpcap-devel
BuildRequires:	glib2-devel


%description
Xprobe2 is an active operating system fingerprinting tool with a different
approach to operating system fingerprinting. Xprobe2 rely on fuzzy
signature matching, probabilistic guesses, multiple matches simultaneously,
and a signature database.

%prep

%setup -q
%patch -p0

chmod 644 docs/* AUTHORS CHANGELOG COPYING CREDITS README TODO

%build

%configure2_5x \
    --bindir=%{_sbindir}

%make 

%install
%makeinstall_std

%files
%doc docs/*.txt docs/*.pdf docs/*.xsd AUTHORS CHANGELOG COPYING CREDITS README TODO
%dir %{_sysconfdir}/%{name}/
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_sbindir}/*
%{_mandir}/man1/* 



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-10
+ Revision: a26af02
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9351 |14cr|xqf-1.0.5-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A network game browser
Name:		xqf
Version:	1.0.5
Release:	13
License:	GPLv2+
Group:		Games/Other
URL:		http://www.linuxgames.com/xqf
Source:		http://prdownloads.sourceforge.net/xqf/%{name}-%{version}.tar.bz2
Patch0:		xqf-1.0.5-do-not-hang-after-game-launch.patch
Patch1:		xqf-1.0.5-underlink.patch
Requires:	qstat
BuildRequires:	desktop-file-utils
BuildRequires:	perl(XML::Parser)
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(geoip)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)

%description
XQF is a network game browser (e.g. Quake, Sin, etc.). It helps you
locate and connect to game servers.  It has configurable server and
player filters so you can find a server running your favorite game type
or that has a buddy.

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
sed -i 's/_32x32.png//g;' %{name}.desktop.in
%configure2_5x \
	--with-qstat=%{_bindir}/qstat-quake \
	--disable-gtk \
	--enable-gtk2 \
	--enable-bzip2 \
	--enable-geoip

%make

%install
%makeinstall_std

# menu entry
desktop-file-install \
    --remove-category="Application" \
    --remove-category="X-SuSE-Core-Game" \
    --remove-category="ActionGame" \
    --add-category="ArcadeGame" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{22x22,32x32,48x48}/apps/
mv -f %{buildroot}%{_datadir}/pixmaps/%{name}_22x22.png %{buildroot}%{_iconsdir}/hicolor/22x22/apps/%{name}.png
mv -f %{buildroot}%{_datadir}/pixmaps/%{name}_32x32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
mv -f %{buildroot}%{_datadir}/pixmaps/%{name}_48x48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
rm -rf %{buildroot}%{_datadir}/pixmaps

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS BUGS ChangeLog NEWS README TODO
%doc docs/*html docs/PreLaunch.example
%dir %{_datadir}/%{name}
%{_bindir}/*
%{_mandir}/man?/*
%{_datadir}/%{name}/*
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/applications/%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-13
+ Revision: 561b85b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9352 |14cr|xqilla-2.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarbname XQilla

%define major 6
%define libname %mklibname xqilla %{major}
%define devname %mklibname xqilla -d

Summary:	XQilla is an XQuery and XPath 2 library
Name:		xqilla
Version:	2.3.0
Release:	3
Epoch:		1
License:	Apache License v2
Group:		System/Libraries
Url:		http://xqilla.sourceforge.net/HomePage
Source0:	http://downloads.sourceforge.net/project/xqilla/xqilla/%{version}/%{tarbname}-%{version}.tar.gz
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(xerces-c)

%description
XQilla is an XQuery and XPath 2 library.

%files
%defattr(0755,root,root)
%{_bindir}/*

#------------------------------------------------------------------------

%package -n %{libname}
Summary:	XQilla is an XQuery and XPath 2 library
Group:		System/Libraries
Conflicts:	%{_lib}xqilla4 < 2.3.0-3
Obsoletes:	%{_lib}xqilla4 < 2.3.0-3

%description  -n %{libname}
XQilla is an XQuery and XPath 2 library.

%files -n  %{libname}
%{_libdir}/libxqilla.so.%{major}*

#------------------------------------------------------------------------

%package -n %{devname}
Summary:	Xqilla development files
Group:		Development/Databases
Requires:	%{libname} = %{EVRD}
Provides:	libxqilla-devel = %{EVRD}
Provides:	xqilla-devel = %{EVRD}

%description  -n %{devname}
Xqilla development files.

%files -n  %{devname}
%{_libdir}/libxqilla.so
%{_includedir}/xqilla
%{_includedir}/xqc.h

#------------------------------------------------------------------------

%prep
%setup -q -n %{tarbname}-%{version}

%build
autoreconf -fi
CPPFLAGS="-DPIC -fPIC"
export CPPFLAGS

%configure \
	--with-xerces=%{_prefix} \
	--enable-debug \
	--disable-static

%make

%install
%makeinstall_std

%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.3.0-3
+ Revision: 0304b7a
- Minor cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9353 |14cr|xrestop-0.4-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define        name    xrestop
%define        version 0.4
%define release  13

Summary:	X Resource Monitor
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Monitoring
URL:		http://www.freedesktop.org/Software/xrestop
Source:		http://projects.o-hand.com/sources/xrestop/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(x11)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xres)
BuildRequires:	ncurses-devel

%description
A utility to monitor the usage of resources within the X Server, and
display them in a manner similar to top.

%prep
%setup -q

%build
%configure
%make SUBDIRS=

%install
rm -rf %{buildroot}
%makeinstall_std SUBDIRS=
%makeinstall_std -C doc SUBDIRS=

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*
%doc README AUTHORS NEWS



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-13
+ Revision: 387b532
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9354 |14cr|xrn-9.02-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An X Window System based news reader
Name:		xrn
Version:        9.02
Release:        21
License:	BSD
Group:		Networking/News
BuildRequires:	libxaw-devel bison flex libxpm-devel imake
BuildRequires:	libxp-devel

Source0:	%{name}-%{version}.tar.bz2
Patch0:		xrn-9.02-rh.patch
Patch1:		xrn-imake.patch
Patch2:		xrn-9.02-fix-str-fmt.patch

URL:		ftp://ftp.x.org/contrib/applications/xrn
BuildRoot:	%_tmppath/%name-%version-%release-root

# Avoid problems with symlinks - xrn used to think it owned /usr/lib/X11
Requires(pre): x11-server-common > 1.4.0.90-12

%description
A simple Usenet News reader for the X Window System.  Xrn allows you to
point and click your way through reading, replying and posting news
messages.

Install the xrn package if you need a simple news reader for X.

%prep

%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p0

%build
xmkmf
perl -p -i -e "s|XAPPLOADDIR = .*|XAPPLOADDIR = %{_datadir}/X11/app-defaults|" Makefile
make CDEBUGFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT

%make install install.man DESTDIR=$RPM_BUILD_ROOT
# A link to ../../../etc/X11/app-defaults is made and named lib in x86_64
APPDEF=%{buildroot}/usr/lib/X11/app-defaults
if   [ -L $APPDEF ]; then rm    $APPDEF
elif [ -d $APPDEF ]; then rmdir $APPDEF
fi

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-xrn.desktop
[Desktop Entry]
Type=Application
Categories=News;
Name=Xrn
Comment=News reader
Exec=/usr/bin/xrn
Icon=news_section
EOF


%if %mdkversion < 200900
%post
%{update_menus}
%endif
  
%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README README.Linux TODO COMMON-PROBLMS COPYRIGHT CREDITS
%{_datadir}/X11/app-defaults/XRn
%_bindir/xrn
%_mandir/man1/xrn.1*
%{_datadir}/applications/mandriva-*.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 9.02-21
+ Revision: 9e0c6d3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9355 |14cr|xroar-0.30-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dragon32, Dragon64 and Tandy CoCo emulator
Name:		xroar
Version:	0.30
Release:	2
License:	GPLv2+
Group:		Emulators
Url:		http://www.6809.org.uk/dragon/xroar.shtml
Source0:	http://www.6809.org.uk/dragon/%{name}-%{version}.tar.gz
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(sndfile)

%description
XRoar is a Dragon32, Dragon64 and Tandy CoCo emulator.
It uses standard cassette images (".cas" files) and virtual diskettes (".dsk"
or ".vdk" files) but has its own snapshot format at the moment (no ".pak" file
support).

%files
%doc ChangeLog COPYING* README
%attr(0755,root,games) %{_gamesbindir}/%{name}
%dir %attr(0755,root,games) %{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export LDLIBS="-lm"
%configure2_5x
perl -pi -e "s#share#share/games#g" Makefile
%make

%install
#binary
mkdir -p %{buildroot}%{_gamesbindir}
install -m 755 src/%{name} %{buildroot}%{_gamesbindir}

#data dir
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}
#but is there some free software to put in there ?

#icons
install -d -m 755 %{buildroot}%{_miconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -d -m 755 %{buildroot}%{_liconsdir}
install -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png

#xdg menu
install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=XRoar
Comment=Dragon32, Dragon64 and Tandy CoCo emulator
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Emulators;Emulator;Game;GTK;
EOF


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30-2
+ Revision: b38eec7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9356 |14cr|xrpm-2.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xrpm
%define version 2.2
%define release 14

Summary: 	An alternative package manager for RPMS
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
Source: 	%{name}-%{version}.tar.bz2
BuildRoot: 	%{_tmppath}/%{name}-buildroot
License: 	GPL
URL:		http://www.gmsys.com/xrpm.html
Group: System/Configuration/Packaging
Requires: tix tkinter

%description
XRPM-2.2 is an alternative tool for manipulating software packages built
with RedHat's RPM package management tool. XRPM will allow you to list
and install packages from directories and FTP sites.

%prep

%setup
perl -pi -e 's/UseTUseLog/UseTkman/' xrpm.conf

%install
mkdir -p $RPM_BUILD_ROOT/etc
mkdir -p $RPM_BUILD_ROOT/usr/bin
mkdir -p $RPM_BUILD_ROOT%_libdir/xrpm
cp ftp-sites $RPM_BUILD_ROOT/etc
cp xrpm.conf $RPM_BUILD_ROOT/etc
cp xrpm $RPM_BUILD_ROOT/usr/bin
cp file.gif $RPM_BUILD_ROOT%_libdir/xrpm
cp findrpm.py $RPM_BUILD_ROOT%_libdir/xrpm
cp ftputil.py $RPM_BUILD_ROOT%_libdir/xrpm
cp gmsgui.py $RPM_BUILD_ROOT%_libdir/xrpm
cp gmsutil.py $RPM_BUILD_ROOT%_libdir/xrpm
cp gui.py $RPM_BUILD_ROOT%_libdir/xrpm
cp help.py $RPM_BUILD_ROOT%_libdir/xrpm
cp info.gif $RPM_BUILD_ROOT%_libdir/xrpm
cp install.gif $RPM_BUILD_ROOT%_libdir/xrpm
cp license $RPM_BUILD_ROOT%_libdir/xrpm
cp manual $RPM_BUILD_ROOT%_libdir/xrpm
cp menu.py $RPM_BUILD_ROOT%_libdir/xrpm
cp quit.gif $RPM_BUILD_ROOT%_libdir/xrpm
cp remove.gif $RPM_BUILD_ROOT%_libdir/xrpm
cp rpm.py $RPM_BUILD_ROOT%_libdir/xrpm
cp xrpm.py $RPM_BUILD_ROOT%_libdir/xrpm

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=/usr/bin/xrpm
Name=Xrpm
Comment=Tool for manipulating software packages
Icon=other_archiving
Categories=Settings;PackageManager;
EOF
 
%if %mdkversion < 200900
%post
%{update_menus}
%endif
 
%if %mdkversion < 200900
%postun
%{clean_menus} 
%endif

%clean
rm -rf $RPM_BUILD_ROOT/

%files
%defattr(-,root,root)
%doc CHANGES LICENSE NEWS todo
%config(noreplace) /etc/ftp-sites
%config(noreplace) /etc/xrpm.conf
/usr/bin/xrpm
%_libdir/xrpm/file.gif
%_libdir/xrpm/findrpm.py
%_libdir/xrpm/ftputil.py
%_libdir/xrpm/gmsgui.py
%_libdir/xrpm/gmsutil.py
%_libdir/xrpm/gui.py
%_libdir/xrpm/help.py
%_libdir/xrpm/info.gif
%_libdir/xrpm/install.gif
%_libdir/xrpm/license
%_libdir/xrpm/manual
%_libdir/xrpm/menu.py
%_libdir/xrpm/quit.gif
%_libdir/xrpm/remove.gif
%_libdir/xrpm/rpm.py
%_libdir/xrpm/xrpm.py
%{_datadir}/applications/mandriva-*.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-14
+ Revision: 363a432
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9357 |14cr|xscavenger-1.4.4-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xscavenger
%define version 1.4.4
%define release  12
%define summary Cool arcade/thinking game very much like Lode Runner

Name: %{name}
Summary: %{summary}
Version: %{version}
Release: %{release}
Source: http://www.xdr.com/dash/%{name}-%{version}.tar.bz2
Source10: %{name}.16.png.bz2
Source11: %{name}.32.png.bz2
Source12: %{name}.48.png.bz2
Patch0: xscavenger-1.4.4-link.patch
URL: http://www.xdr.com/dash/scavenger.html
License: GPL
Group: Games/Arcade
BuildRequires: pkgconfig(x11)
BuildRequires: imake

%description
Scavenger is a cool arcade/thinking game very much like Lode Runner.
You've got to run around and collect objects while avoiding enemies. Some
objects are buried and you've got to dig down to get at them. It's an
addictive game and some of the levels are devilishly (cruelly) complicated
to solve.

%prep
%setup -q
%patch0 -p0

%build
cd src
perl -pi -e 's,^LIBNAME.*,LIBNAME = %{_gamesdatadir}/%{name},' Imakefile
xmkmf
touch scavenger.man
make CDEBUGFLAGS="%optflags" EXTRA_LDOPTIONS="%ldflags"

%install
rm -rf "$RPM_BUILD_ROOT"
mkdir -p $RPM_BUILD_ROOT%{_gamesbindir} $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}
cp src/scavenger $RPM_BUILD_ROOT%{_gamesbindir}
cp -a data/* $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man6
cp src/scavenger.6 $RPM_BUILD_ROOT%{_mandir}/man6

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/scavenger
Icon=%{name}
Categories=Game;ArcadeGame;
Name=X-Scavenger
Comment=%{summary}
EOF

mkdir -p $RPM_BUILD_ROOT%{_miconsdir}
mkdir -p $RPM_BUILD_ROOT%{_liconsdir}
bzcat %{SOURCE10} > $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
bzcat %{SOURCE11} > $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
bzcat %{SOURCE12} > $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
%doc README DOC copyright
%attr(0755,root,root) %{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_mandir}/*/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.4-12
+ Revision: d891761
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9358 |14cr|xscope-1.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xscope
Version:	1.4.1
Release:	2

Summary:	X Window Protocol Viewer

Group:		Development/X11
License:	MIT

URL:		http://xorg.freedesktop.org
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtrans)

%description
Xscope sits in-between an X11 client and an X11 server and prints the contents
of each request, reply, error, or event that is communicated between them.
Xscope can decode the core X11 protocol and several extensions, including
BIG-REQUESTS, LBX, MIT-SHM, NCD-WinCenterPro, RANDR, and RENDER. This
information can be useful in debugging and performance tuning of X11 servers
and clients.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/xscope
%{_mandir}/man1/xscope.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-2
+ Revision: d207aa0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9359 |14cr|xscorch-0.2.1-0.pre2.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	xscorch
%define version 0.2.1
%define release -c 
%define	Summary	Clone of Scorched Earth

Summary:	Clone of Scorched Earth
Name:		xscorch
Version:	0.2.1
Release:	%mkrel -c pre2 1
Source0:	http://www.xscorch.org/releases/%{name}-%{version}-pre2.tar.gz
Source11:	xscorch-16x16.png
Source12:	xscorch-32x32.png
Source13:	xscorch-48x48.png
Patch1:		xscorch-0.2.0-non-crazy-scoring--standard.patch
Patch3:		xscorch-0.2.1-gtk2.22.patch
Patch4:		xscorch-0.2.1-link.patch
Url:		http://www.xscorch.org/
License:	GPLv2+
Group:		Games/Arcade
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	libmikmod-devel
BuildRequires:	gtk+2-devel

%description 
Xscorch is a clone of the classic DOS game, "Scorched Earth". The basic goal
is to annihilate enemy tanks using overpowered guns :). Basically, you buy
weapons, you target the enemy by adjusting the angle of your turret and firing
power, and you hope to destroy their tank before they destroy yours.

%prep
%setup -qn %{name}-%{version}-pre2
%patch1 -p1
%patch3 -p0 -b .gtk
%patch4 -p0 -b .link

%build
%configure2_5x	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std


mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=XScorch
Comment=%{Summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(755,root,root,755)
%{_gamesbindir}/*
%defattr(644,root,root,755)
%{_mandir}/*/*
%{_gamesdatadir}/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/*
%doc AUTHORS ChangeLog NEWS README TODO doc/AI doc/NETWORK doc/NOTES




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.2.1-0.pre2.1
+ Revision: a00b986
- Automatic import for version 0.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9360 |14cr|xsd-3.3.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	W3C XML schema to C++ data binding compiler
Name:		xsd
Version:	3.3.0
Release:	6
Group:		Development/C++
# Exceptions permit otherwise GPLv2 incompatible combination with ASL 2.0
License:	GPLv2 with exceptions and ASL 2.0
URL:		http://www.codesynthesis.com/products/xsd/
Source0:	http://www.codesynthesis.com/download/xsd/3.3/xsd-%{version}-2+dep.tar.bz2
# Suggestion sent to upstream via e-mail 20090707
Patch0:		xsd-3.3.0-xsdcxx-rename.patch

BuildRequires:	boost-devel
BuildRequires:	xerces-c-devel
BuildRequires:	m4
# Requires:  ace-devel - only needed for applications using
#                        Adaptive Communication Environment (ACE) streams,
#                        enable when Fedora gets ACE packages.
#                        See http://www.cs.wustl.edu/~schmidt/ACE.html and
#                        https://bugzilla.redhat.com/show_bug.cgi?id=450164

%description
CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to
C++ data binding compiler. Provided with an XML instance specification
(XML Schema), it generates C++ classes that represent the given
vocabulary as well as parsing and serialization code.
You can then access the data stored in XML using types and functions
that semantically correspond to your application domain rather than
dealing with intricacies of reading and writing XML.

%package	devel
Group:		System/Libraries
Summary:	Development files for xsd
Requires:	xerces-c-devel
Requires:	%{name} = %{version}

%description	devel
This package provides development files for xsd.

%package	doc
Group:		Books/Computer books
Summary:	API documentation files for %{name}

%description	doc
This package contains API documentation for %{name}.


%prep
%setup -q -n xsd-%{version}-2+dep
pushd xsd
%patch0 -p1 -b .xsdcxx-rename
popd

%build
make verbose=0 CXXFLAGS="%{optflags}"

%install
rm -rf apidocdir

%makeinstall_std install_prefix="%{buildroot}%{_prefix}"

# Split API documentation to -doc subpackage.
mkdir apidocdir
mv %{buildroot}%{_datadir}/doc/xsd/*.{xhtml,css} apidocdir/
mv %{buildroot}%{_datadir}/doc/xsd/cxx/ apidocdir/
mv %{buildroot}%{_datadir}/doc/xsd/ docdir/

# Convert to utf-8.
for file in docdir/NEWS; do
    mv $file timestamp
    iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp
    touch -r timestamp $file
done

# Rename binary to xsdcxx to avoid conflicting with mono-web package.
# Sent suggestion to upstream via e-mail 20090707
# they will consider renaming in 4.0.0
mv %{buildroot}%{_bindir}/xsd %{buildroot}%{_bindir}/xsdcxx
mv %{buildroot}%{_mandir}/man1/xsd.1 %{buildroot}%{_mandir}/man1/xsdcxx.1

# Remove duplicate docs.
rm -rf %{buildroot}%{_datadir}/doc/libxsd

# Remove Microsoft Visual C++ compiler helper files.
rm -rf %{buildroot}%{_includedir}/xsd/cxx/compilers

# Remove redundant PostScript files that rpmlint grunts about not being UTF8
# See: https://bugzilla.redhat.com/show_bug.cgi?id=502024#c27
# for Boris Kolpackov's explanation about those
find apidocdir -name "*.ps" | xargs rm -f
# Remove other unwanted crap
find apidocdir -name "*.doxygen" \
            -o -name "makefile" \
            -o -name "*.html2ps" | xargs rm -f

%files
%doc docdir/*
%{_bindir}/xsdcxx
%{_mandir}/man1/xsdcxx.1*

%files devel
%{_includedir}/xsd/

%files doc
%doc apidocdir/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.0-6
+ Revision: f3bcbdc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9361 |14cr|xsel-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line clipboard and X selection tool
Name:		xsel
Version:	1.2.0
Release:	2
License:	MIT
Group:		System/X11
Url:		http://www.vergenet.net/~conrad/software/xsel/
Source0:	http://www.vergenet.net/~conrad/software/xsel/download/xsel-%{version}.tar.gz
# Applied upstream (BZ#690214)
Patch0:		xsel-1.2.0-MAX_NUM_TARGETS.patch
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xt)

%description
XSel is a command line or script utility, similar to xclip, that can copy the
primary and secondary X selection, or any highlighted text, to or from a file,
stdin or stdout. It can also append to and delete the clipboard or buffer that
you would paste with the middle mouse button.

%files
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1x*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .MAX_NUM_TARGETS

%build
%configure2_5x
%make

%install
%makeinstall_std




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-2
+ Revision: 700c8c3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9362 |14cr|xsidplay-2.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Commdore 64 music player and SID chip emulator for X11
Name:		xsidplay
Version:	2.0.3
Release:	7
License:	GPLv2+
Group:		Sound
Url:		http://sf.net/projects/xsidplay2
Source0:	http://prdownloads.sourceforge.net/xsidplay2/%{name}-%{version}.tar.bz2
Source1:	%{name}-48.png
Source2:	%{name}-32.png
Source3:	%{name}-16.png
BuildRequires:	libsidplay-devel < 2
BuildRequires:	qt3-devel
BuildRequires:	tsid-devel >= 0.6
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(libsidplay2)

%description
This is a music player and SID chip emulator based in the SIDPLAY
library. With it you can listen to more than 10000 musics from old
and new C64 programs. The majority of available musics is in the
High Voltage SID Collection.

%files
%doc AUTHORS README README.LIRC README.QT README.TSID README.music 
%doc hv_sids.faq STIL.faq
%{_bindir}/xsidplay-libsidplay1
%{_iconsdir}/xsidplay.png
%{_iconsdir}/mini/xsidplay.png
%{_liconsdir}/xsidplay.png
%{_datadir}/applications/*.desktop
%{_mandir}/man1/xsidplay.1*

%post
update-alternatives --install %{_bindir}/xsidplay xsidplay %{_bindir}/xsidplay-libsidplay1 10
[ -e %{_bindir}/%{name} ] || update-alternatives --auto %{name}

%postun
[ "$1" = "0" ] || exit 0
update-alternatives --remove xsidplay %{_bindir}/xsidplay-libsidplay1

#----------------------------------------------------------------------------

%package libsidplay2
#stupid rpmlint: %mklibname
Summary:	Xsidplay version based on libsidplay2
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	automake1.4

%description libsidplay2
This is a music player and SID chip emulator based in the SIDPLAY
library. With it you can listen to more than 10000 musics from old
and new C64 programs. The majority of available musics is in the
High Voltage SID Collection.

This package contains the version of xsidplay linked against the new version
of libsidplay, it needs much more processor power, but it has a much better 
sound quality.

%files libsidplay2
%doc README.sidplay2
%{_bindir}/xsidplay-libsidplay2

%post libsidplay2
update-alternatives --install %{_bindir}/xsidplay xsidplay %{_bindir}/xsidplay-libsidplay2 20

%postun libsidplay2
[ $1 = 0 ] || exit 0
update-alternatives --remove xsidplay %{_bindir}/xsidplay-libsidplay2

#----------------------------------------------------------------------------

%prep
%setup -q

#fix path in man page
perl -pi -e "s!%{_datadir}/doc/%{name}!%{_datadir}/doc/%{name}-%{version}!" xsidplay.1

%build
export LDFLAGS="-lsidplay2"
export CC=g++
%configure2_5x --with-qt-dir=%{_prefix}/lib/qt3 --with-qt-libraries=%{_prefix}/lib/qt3/%{_lib} --with-sidplay2 --with-sidplay-lib=%{_libdir}
%make LIBS=-lasound
mv src/xsidplay xsidplay-libsidplay2
make clean
rm -f config.cache
unset LDFLAGS
%configure2_5x --with-qt-dir=%{_prefix}/lib/qt3 --with-qt-libraries=%{_prefix}/lib/qt3/%{_lib}
%make LIBS=-lasound

%install
%makeinstall_std pkgdatadir=%{_iconsdir}
# menu causes rpmlint warning, but that's ok, xsidplay is provided by
# alternative
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Xsidplay
Comment=QT version of the C64 music player
Exec=%{_bindir}/%{name} %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;Audio;Player;
EOF
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
cp %{SOURCE1} %{buildroot}%{_liconsdir}/xsidplay.png
cp %{SOURCE2} %{buildroot}%{_iconsdir}/xsidplay.png
cp %{SOURCE3} %{buildroot}%{_miconsdir}/xsidplay.png

cp xsidplay-libsidplay2 %{buildroot}%{_bindir}
cd %{buildroot}%{_bindir}
mv xsidplay xsidplay-libsidplay1

rm -f %{buildroot}%{_datadir}/icons/mini/xsidplay.xpm
rm -f %{buildroot}%{_datadir}/icons/xsidplay.xpm


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.3-7
+ Revision: 6045e44
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9363 |14cr|xskat-4.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xskat 
%define version 4.0
%define release  12

Summary: The card game Skat as defined by the official Skat Order
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.gulu.net/xskat/%{name}-%{version}.tar.bz2
License: GPL
Group: Games/Cards
Url: http://www.xskat.de/xskat.html
BuildRequires: pkgconfig(x11)
BuildRequires: rman gccmakedep
BuildRequires: imagemagick
BuildRequires: imake

%description
XSkat lets you play the card game Skat as defined by
the official Skat Order on any Un*x machine running X11.

Features

* Single- and multiplayer mode.
* Playing over LAN or IRC.
* Game lists and logs.
* Three types of scoring.
* English or German text.
* German or French suited cards.
* Different computer strategies.
* Pre-definable card distributions.
* Variations: Ramsch, Bock, Kontra & Re, ... 

%prep
%setup -q

%build
%configure2_5x --bindir=%_gamesbindir
%make

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT{%{_gamesbindir},%{_mandir}/{man1,de/man1},%{_menudir}}
install xskat $RPM_BUILD_ROOT%{_gamesbindir}
install xskat.man $RPM_BUILD_ROOT%{_mandir}/man1/xskat.1
install xskat-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/xskat.1

mkdir -p %buildroot%_iconsdir
convert icon.xbm %buildroot%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Xskat
Comment=The Skat game
Exec=%{name}
Icon=%name
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Cards;Game;CardGame;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr(-,root,root)
%{_gamesbindir}/%{name}
%_datadir/applications/mandriva*
%_iconsdir/%name.png
%{_mandir}/man1/*
%lang(de) %{_mandir}/de/man1/*
%doc README* CHANGE*






%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0-12
+ Revision: 92419a5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9364 |14cr|xsmbrowser-3.4.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    xsmbrowser 
%define version 3.4.0
%define release 11

Summary: Tcl/Tk based Samba shares browser
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}-commands.bz2
URL: http://www.public.iastate.edu/~chadspen/
License: GPL
Group: Networking/File transfer
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
Requires: expect

%description
xSMBrowser is a fully-capable Samba browsing utility which supports both
WINS and Broadcast networks. It's been tested to work on Redhat, SuSe, DEC
Alphas, and others. It browses all aspects of networks: workgroups,
computers, shares, and files. The ability to add more than one network is
included, and the interface resembles Netscape Navigator (back/forward
buttons, stop, favorites). Mount/unmount buttons are also included.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -n %{name}-%{version}

%build
# no build for noarch packages
perl -pi -e "s|set image_path \"pixmaps\"|set image_path \"%_datadir/pixmaps/xsmbrowser\"||g;" xsmbrowser

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT{%{_bindir},/etc,%_datadir/pixmaps/xsmbrowser}/
install -m 755 xsmbrowser  \
  $RPM_BUILD_ROOT%{_bindir}
install -m 644  pixmaps/*   \
  $RPM_BUILD_ROOT%_datadir/pixmaps/xsmbrowser/

# install KDE xsmbrowser-commands file
install -m 644  %{SOURCE1}  $RPM_BUILD_ROOT/etc/
bunzip2 $RPM_BUILD_ROOT/etc/*.bz2

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc INSTALL
%config(noreplace) %_sysconfdir/*
%_bindir/xsmbrowser
%dir %_datadir/pixmaps/xsmbrowser/
%_datadir/pixmaps/xsmbrowser/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.0-11
+ Revision: 60e9aad
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9365 |14cr|xsoldier-1.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Shooting game on X Window System
Name:		xsoldier
Version:	1.8
Release:	2
License:	GPLv2
Group:		Games/Arcade
URL:		http://www.interq.or.jp/libra/oohara/xsoldier/
Source0:	http://www.interq.or.jp/libra/oohara/xsoldier/%{name}-%{version}.tar.gz
Source3:	%{name}-icons.tar.bz2
Patch0:		%{name}-1.5-mdv-fix-str-fmt.patch
BuildRequires:	SDL-devel
BuildRequires:	SDL_image-devel
BuildRequires:	pkgconfig(x11)
Buildrequires:	pkgconfig(xpm)

%description
Great little shoot 'em up game in the style of galaga. Very neat graphics, but
there's no sound support yet.

%prep
%setup -q
%patch0 -p1 -b .strfmt

%build
%configure --bindir=%{_gamesbindir} --localstatedir=%{_localstatedir}/lib  --with-sdl
%make

%install
%__rm -fr %{buildroot}

%makeinstall bindir=%{buildroot}%{_gamesbindir} datadir=%{buildroot}%{_datadir} localstatedir=%{buildroot}%{_localstatedir}/lib mandir=%{buildroot}%{_mandir}

%__install -m 755 -d %{buildroot}/%{_menudir}
%__install -m 755 -d %{buildroot}/%{_iconsdir}

(cd  %{buildroot}/%{_iconsdir} ; bunzip2 -c %{SOURCE3} | tar xvf - )

%__mkdir_p %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

%__chmod 777 %{buildroot}/%{_localstatedir}/lib/games/xsoldier
%__cp scorefile.txt %{buildroot}/%{_localstatedir}/lib/games/xsoldier/xsoldier.scores

%clean
%__rm -fr %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog README LICENSE INSTALL
%attr(0755, root, games) %{_gamesbindir}/*
%{_gamesdatadir}/*
%{_datadir}/applications/*
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_mandir}/man6/*
%attr(664, games, games) %{_localstatedir}/lib/games/xsoldier/xsoldier.scores




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8-2
+ Revision: 93bfb6b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9366 |14cr|xsp-2.10.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Small Web Server Hosting ASP.NET
Name:		xsp
Version:	2.10.2
Release:	2
License:	BSD
Group:		System/Servers
URL:		http://www.mono-project.com/
Source:	 http://go-mono.com/sources/xsp/xsp-%{version}.tar.bz2
BuildRequires:	mono-devel
BuildArch: noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Conflicts: apache-mod_mono < 1:1.2.5-2

%description
The XSP server is a small Web server that hosts the Mono System.Web
classes for running what is commonly known as ASP.NET.

%package devel
Group:		Development/Other
Summary:	Development files for %name
Requires:	%name = %version-%release

%description devel
The XSP server is a small Web server that hosts the Mono System.Web
classes for running what is commonly known as ASP.NET.

This package contains the development parts of %{name}.

%package doc
Summary:	Development documentation for %name
Group:		Development/Other
Requires(post):		mono-tools >= 1.1.9
Requires(postun):	mono-tools >= 1.1.9

%description doc
This package contains the API documentation for %name in
  Monodoc format.

%prep

%setup -q 

%build
./configure --prefix=%_prefix
make

%install
rm -fr %{buildroot}
%makeinstall_std pkgconfigdir=%_datadir/pkgconfig
#gw install manually:
install -D src/Mono.WebServer.XSP/xsp.pc %buildroot%_datadir/pkgconfig/xsp.pc
# strip away annoying ^M
find %{buildroot} -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find %{buildroot} -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
#gw remove unit tests
rm -rf %buildroot%_prefix/lib/xsp/unittests
   
%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
		    
%post doc
%_bindir/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %_bindir/monodoc ]; then %_bindir/monodoc --make-index > /dev/null
fi

%files
%defattr(-,root,root)
%doc AUTHORS INSTALL NEWS README COPYING
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_mandir}/man1/*
%dir %_prefix/lib/xsp
%_prefix/lib/xsp/2.0
%_prefix/lib/xsp/4.0
%_prefix/lib/xsp/test
%_prefix/lib/mono/2.0/*
%_prefix/lib/mono/4.0/*
%_prefix/lib/mono/gac/*

%files devel
%defattr(-,root,root)
%_datadir/pkgconfig/xsp.pc
%_datadir/pkgconfig/xsp-2.pc
%_datadir/pkgconfig/xsp-4.pc

%files doc
%defattr(-,root,root)
%_prefix/lib/monodoc/sources/*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.10.2-2
+ Revision: 8bfb439
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9367 |14cr|xstroke-0.6.cvs20040921-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	xstroke
%define version 0.6.cvs20040921
%define release 10

Summary: 	Fullscreen gesture and alphabet recognition
Name: 		%name
Version: 	%version
Release: 	%release
Url: 		http://cworth.org/~cworth/papers/xstroke/	
License: 	GPLv2+
Group: 		Accessibility
Source: 	%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	xpm-devel
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xi)
BuildRequires:	imagemagick

%description
XStroke is a full-screen gesture recognition program for the X Window
System. It captures gestures performed with a pointer device, (such as a
mouse, a stylus, or a pen/tablet), recognizes the gestures and performs
actions based on the gestures. xstroke has been developed on Linux systems,
(i386 and StrongARM), but should be quite portable to any reasonable
system with X.

%prep
%setup -q -n %name-0.6

%build
export LDFLAGS="-lXrender -lX11 -ldl -lXext -lXtst -lXi"
%configure2_5x
%make

%install
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%name.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%name
Name=XStroke
Comment=Fullscreen gesture recognition
Icon=%name
Categories=Utility;Accessibility;
EOF

#icons
mkdir -p %{buildroot}/%_liconsdir
convert -size 48x48 xstroke_inactive.xpm %{buildroot}/%_liconsdir/%name.png
mkdir -p %{buildroot}/%_iconsdir
convert -size 32x32 xstroke_inactive.xpm %{buildroot}/%_iconsdir/%name.png
mkdir -p %{buildroot}/%_miconsdir
convert -size 16x16 xstroke_inactive.xpm %{buildroot}/%_miconsdir/%name.png

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README TODO
%_bindir/%name
%config(noreplace) %_sysconfdir/%name
%{_datadir}/applications/mandriva-%name.desktop
%_iconsdir/%name.png
%_liconsdir/%name.png
%_miconsdir/%name.png




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.cvs20040921-10
+ Revision: ba6209d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9368 |14cr|xsudo-0.4.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	xsudo permit execute X-application with sudo
Name:		xsudo
Version:	0.4.0
Release:	10
License:	GPLv3+
Group:		System/Base
Url:		http://www.mageialinux.ru
Source0:	%{name}
Source1:	add2sudoers
Source2:	rmfromsudoers
Source3:	sudoers4user
Source4:	add2sudoers.desktop
Source5:	rmfromsudoers.desktop
Source6:	add2sudoers.png
Source7:	rmfromsudoers.png
BuildArch:	noarch
Requires:	sudo

%description
xsudo permit execute X-application with sudo.

%package -n %{name}-sudoers
Summary:	GUI for adding users to /etc/sudoers and for deleting users from /etc/sudoers
Group:		System/Base
Requires:	%{name} = %{version}
Requires:	zenity
Requires:	beesu

%description -n %{name}-sudoers
GUI for adding users to /etc/sudoers and for deleting users from /etc/sudoers.

%prep
# nothing

%build
# nothing

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 %{SOURCE0} %{buildroot}%{_bindir}/
install -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/
install -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/
install -m 0755 %{SOURCE3} %{buildroot}%{_bindir}/
mkdir -p %{buildroot}%{_datadir}/applications
install -m 0644 %{SOURCE4} %{buildroot}%{_datadir}/applications/
install -m 0644 %{SOURCE5} %{buildroot}%{_datadir}/applications/
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 0644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/
install -m 0644 %{SOURCE7} %{buildroot}%{_datadir}/pixmaps/

%post
A=`cat /etc/sudoers | grep "DISPLAY XAUTHORITY XAUTHLOCALHOSTNAME"`
B=`cat /etc/sudoers | grep "# Defaults requiretty"`
if [ -z "$A" ]
then
  echo "Defaults env_keep += \"DISPLAY XAUTHORITY XAUTHLOCALHOSTNAME\"" >> /etc/sudoers
fi
if [ -z "$B" ]
then
  sed -i '/requiretty/s/^Defaults/# Defaults/g' /etc/sudoers
fi

%files
%{_bindir}/%{name}

%files -n %{name}-sudoers
%{_bindir}/add2sudoers
%{_bindir}/rmfromsudoers
%{_bindir}/sudoers4user
%{_datadir}/applications/add2sudoers.desktop
%{_datadir}/applications/rmfromsudoers.desktop
%{_datadir}/pixmaps/add2sudoers.png
%{_datadir}/pixmaps/rmfromsudoers.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-10
+ Revision: b43f8c1
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9369 |14cr|xsynth-dssi-0.9.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       xsynth-dssi
Summary:    Xsynth-DSSI plugin
Version:    0.9.4
Release:    3

Source:     http://prdownloads.sourceforge.net/dssi/%{name}-%{version}.tar.gz
URL:        http://dssi.sourceforge.net
License:    GPLv2+
Group:      Sound

BuildRequires:  pkgconfig(dssi)
BuildRequires:  pkgconfig(liblo)
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(gtk+-2.0)

%description
Xsynth-DSSI plugin, a classic-analog (VCOs-VCF-VCA) style software synthesizer.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files
%defattr(-,root,root)
%doc ChangeLog COPYING AUTHORS README TODO
%{_libdir}/dssi/%{name}/Xsynth_gtk
%{_libdir}/dssi/%{name}.so
%{_datadir}/%{name}/factory_patches.Xsynth
%{_datadir}/%{name}/version_0.1_patches.Xsynth




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-3
+ Revision: 2aea119
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9370 |14cr|xt7-player3-3.5.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: xt7-player3.spec
# For unstable branch do:
# git clone https://github.com/kokoko3k/xt7-player.git 
######################################################
%define oname xt7-player

Summary:	Xt7-player mplayer GUI
Name:		xt7-player3
Version:	3.5.2.2
Release:	2
URL:		http://xt7-player.sourceforge.net/xt7forum/
Source:		http://wpage.unina.it/aorefice/xt7player_dist/xt7-%{version}/autotools/%{oname}-%{version}.tar.gz
Source1:	%{oname}.desktop
Source100:	xt7-player3.rpmlintrc
License:	GPLv2
Group:		Video
BuildArch:	noarch
BuildRequires:	gambas3-runtime >= 3.5.1
BuildRequires:	gambas3-gb-qt4
BuildRequires:	gambas3-gb-form
BuildRequires:	gambas3-gb-desktop
BuildRequires:	gambas3-gb-form-mdi
BuildRequires:	gambas3-gb-net
BuildRequires:	gambas3-gb-net-curl
BuildRequires:	gambas3-gb-settings
BuildRequires:	gambas3-gb-xml
BuildRequires:	gambas3-gb-web
BuildRequires:	gambas3-devel >= 3.5.1
BuildRequires:	gambas3-gb-image
BuildRequires:	gambas3-gb-image-imlib
BuildRequires:	gambas3-gb-image-io
BuildRequires:	gambas3-gb-db
BuildRequires:	gambas3-gb-dbus
BuildRequires:	gambas3-gb-db-form
BuildRequires:	gambas3-gb-qt4-ext
BuildRequires:	pkgconfig(taglib)
BuildRequires:	gambas3-gb-gui
BuildRequires:	gambas3-gb-compress
BuildRequires:	gambas3-gb-form-dialog
BuildRequires:	gambas3-gb-signal >= 3.5.1
BuildRequires:	gambas3-gb-libxml >= 3.5.1

# 4 desktop file install/check
BuildRequires:	desktop-file-utils

# 4 icons convert
BuildRequires:	imagemagick

# 4 dvb-epg
Requires:	dvbsnoop
Requires:	dvb-apps

# 4 downloading from youtube
Requires:	youtube-dl >= 2014.03.21
Requires:	xterm
Requires:	wget

# 4 audio extract/convert
Requires:	ffmpeg

# 4 subtiles , manage, download a.s.o.
Requires:	python >= 2.7

# 4 global hotkeys support
Requires:	xbindkeys

# 4 desktop integration
Requires:	xdg-utils

# 4 tagging
Requires:	%{_lib}taglib1
Requires:	%{_lib}taglib_c0

# default player, works also with mplayer2
Requires:	mplayer

# 4 GUI
Requires:	gambas3-runtime >= 3.5.1
Requires:	gambas3-gb-image
Requires:	gambas3-gb-dbus
Requires:	gambas3-gb-qt4 >= 3.5.1
Requires:	gambas3-gb-gtk
Requires:	gambas3-gb-gui >= 3.5.1
Requires:	gambas3-gb-form
Requires:	gambas3-gb-xml
Requires:	gambas3-gb-qt4-ext
Requires:	gambas3-gb-form-stock
Requires:	gambas3-gb-net
Requires:	gambas3-gb-form-dialog
Requires:	gambas3-gb-settings
Requires:	gambas3-gb-form-mdi
Requires:	gambas3-gb-compress
Requires:	gambas3-gb-desktop
Requires:	gambas3-gb-web
Requires:	gambas3-gb-net-curl
Requires:	gambas3-gb-signal >= 3.5.1

# 4 icecast
Requires:	gambas3-gb-libxml >= 3.5.1


Provides:	%{oname} == %{version}-%{release}
# too many previous name for it
Obsoletes: xt7-player3 =< %{version}
Obsoletes: Xt7-player3 =< %{version}

%rename Xt7-player3

AutoReqProv:	no

%description
Xt7-Player, an (almost) complete mplayer GUI
This program is written in Gambas3, so you will need Gambas3 to be installed.

%prep
%setup -q -n %{oname}-%{version}

%build
%configure --prefix=/usr
%make

%install
%makeinstall
#icons
cd xt7-player 
install -d -m755 %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert xt7-player.png -resize 32x32 %{buildroot}%{_iconsdir}/%{oname}.png
convert xt7-player.png -resize 16x16 %{buildroot}%{_miconsdir}/%{oname}.png
install -p xt7-player.png %{buildroot}%{_liconsdir}/xt7-player.png

#menu entry
desktop-file-install %{SOURCE1} \
	--dir %{buildroot}%{_datadir}/applications


%files
%doc COPYING README ChangeLog 
%{_bindir}/*
%{_iconsdir}/%{oname}.png
%{_miconsdir}/%{oname}.png
%{_liconsdir}/%{oname}.png
%{_datadir}/applications/%{oname}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5.2.2-2
+ Revision: c0f0ec0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9371 |14cr|xtel-3.3.0-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	xtel
%define version	3.3.0
%define release 	20
%define debug_package	%{nil}

Summary: Emulateur Minitel
Name: %{name}
Version: %{version}
Release: %{release}
License: GPLv2+
Group: Networking/Other
URL: http://pficheux.free.fr/xtel/
Source0: http://pficheux.free.fr/xtel/download/xtel-%{version}.tar.bz2
Source1: %{name}-fr-doc.tar.bz2
# FHS compliant XTEL
Patch0: xtel-mdk.patch
Patch1: xtel-3.3.0-debian_symlink_security.patch
Patch2: xtel-3.3.0-debian_a2ps.patch
Patch3: xtel-3.3.0-debian_motif.patch

BuildRequires: pkgconfig(x11)
BuildRequires: lesstif-devel
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xaw7)
BuildRequires: pkgconfig(xp)
BuildRequires: jpeg-devel
BuildRequires: pkgconfig(xbitmaps)
BuildRequires: imake
BuildRequires: gccmakedep
BuildRequires: mkfontdir
BuildRequires: bdftopcf

Requires: xinetd

%description
This program emulates a Minitel in UNIX/X11 environment. It uses 
a customer / server architecture (xtel / xteld). The demon 'xteld' handles 
T?l?tel manage connections (modem) requested by customers via 
TCP / IP. Xtel emulate Minitel 1B, 2 and TVR. Xteld also allows using 
HyperTerminal Private Edition (3.0 or 4.0) as Minitel customer Windows95/NT.

%prep
%setup -q -a1
%patch0 -p1 -b .fhs
%patch1 -p1 -b .symlink
%patch2 -p1 -b .a2ps
%patch3 -p1 -b .motif

chmod -x xtel-fr-doc/xtel_config
chmod -x xtel-fr-doc//minitel.xpm

# Convert to utf-8
for file in LISEZMOI.txt FAQ.txt HISTOIRE.txt ; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
perl -pi -e 's|(#define.*DEBUG_XTELD.*)|/* $1 */|' Config.tmpl
# do not leak information in the config file
imake -DREDHAT  -DUseInstalled -I/usr/share/X11/config LIBDIR=%{_libdir}

make Xtel LIBDIR=%{_libdir} CXXOPTIONS="%optflags" EXTRA_LDOPTIONS="%ldflags"

%install
%makeinstall_std LIBDIR=%{_libdir}
make install.man DESTDIR=%{buildroot}

chmod 755 %{buildroot}%{_bindir}/mdmdetect
mkdir -p %{buildroot}%{_sysconfdir}/xinetd.d/

cat <<EOF > %{buildroot}%{_sysconfdir}/xinetd.d/xtel
# default: on
# description: xteld provide services for MINITEL.

service xtel
{
    disable             = no
    socket_type         = stream
    protocol            = tcp
    wait                = no
    user                = root
	group				= nogroup
    server              = %{_bindir}/xteld
}

EOF
cat <<EOF > %{buildroot}%{_sysconfdir}/xinetd.d/xtelw
# default: on
# description: xteld provide services for MINITEL.

service xtelw
{
    disable             = no
    socket_type         = stream
    protocol            = tcp
    wait                = no
    user                = root
	group				= nogroup
    server              = %{_bindir}/xteld
}

EOF

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Xtel
Comment=Minitel emulation
Exec=%{_bindir}/%{name} 
Icon=terminals_section
Terminal=false
Type=Application
StartupNotify=true
MimeType=foo/bar;foo2/bar2;
Categories=Motif;System;TerminalEmulator;
EOF

# fix symlinks
rm -rf %{buildroot}%{_libdir}/app-defaults
mkdir -p %{buildroot}%{_libdir}/X11/app-defaults
ln -s %{_sysconfdir}/X11/app-defaults/XTelm %{buildroot}%{_libdir}/X11/app-defaults/XTelm
ln -s %{_sysconfdir}/X11/app-defaults/XTelm-msg %{buildroot}%{_libdir}/X11/app-defaults/XTelm-msg

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/xtel \
    %{buildroot}%_sysconfdir/X11/fontpath.d/xtel:pri=50

    
    
%post
if [ "`grep xtel /etc/services`" = "" ]; then
	echo -n "Mise  jour de /etc/services..."
	echo -e "xtel\t\t1313/tcp\t\t\t# Xtel" >> /etc/services
	echo -e "xtelw\t\t1314/tcp\t\t\t# Xtel HyperTerminal" >> /etc/services
	echo "OK"
fi

service xinetd restart
%if %mdkversion < 200900
%{update_menus}
%endif
 
%postun
service xinetd restart
%if %mdkversion < 200900
%{clean_menus}  
%endif

%files
%doc LISEZMOI.txt FAQ.txt HISTOIRE.txt
%doc xtel-fr-doc/*
%{_bindir}/*
%{_libdir}/X11/app-defaults/XTelm
%{_libdir}/X11/app-defaults/XTelm-msg
%{_datadir}/fonts/*
%dir %{_sysconfdir}/%{name}/
%{_sysconfdir}/X11/fontpath.d/xtel:pri=50
%{_libdir}/%{name}
%{_mandir}/man1/*

%config(noreplace) %{_sysconfdir}/%{name}/xtel.services
%config(noreplace) %{_sysconfdir}/%{name}/xtel.lignes
%config(noreplace) %{_sysconfdir}/ppp/*iminitel
%config(noreplace) %{_sysconfdir}/ppp/peers/iminitel
%config(noreplace) %{_sysconfdir}/xinetd.d/*
%config(noreplace) %{_sysconfdir}/X11/app-defaults/*

%{_datadir}/applications/%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.0-20
+ Revision: 0f1bfb6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9372 |14cr|xtoolwait-1.3-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A utility which aims to decrease X session startup time
Name:		xtoolwait
Version:	1.3
Release:	16
License:	GPL
Group:		System/Configuration/Other
BuildRequires:	imake
BuildRequires:	pkgconfig(x11)
Buildrequires:	pkgconfig(xext)
Url:		http://www.hacom.nl/~richard/software/xtoolwait.html
Source:		ftp://ftp.x.org/contrib/utilities/%{name}-%{version}.tar.bz2
Patch0:		xtoolwait-imake.patch

%description
Xtoolwait is a utility which starts an X client in the background, waits
for a window to be mapped on the root window, and then exits.  Xtoolwait
can improve performance for users who start a bunch of X clients
automatically (for example, xterm, xlock, xconsole, whatever) when the
X session starts.

Install xtoolwait if you'd like to try to speed up the startup time for
X sessions.

%prep
%setup -q
%patch0 -p1

%build
xmkmf
%make CDEBUGFLAGS="%{optflags}" EXTRA_LDOPTIONS="%{ldflags}"

%install
%{makeinstall_std} install.man

%clean

%files
%{_bindir}/xtoolwait
%{_mandir}/man1/xtoolwait.1*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-16
+ Revision: 2ebceaf
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9373 |14cr|xtouch-0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.2
%define release 9

Summary:		A mk712 touchscreen driver/calibration tool for X 
Name:			xtouch
Version:		%{version}
Release:		%{release}
License:		GPL
Group:			System/X11

Source:			xtouch-0.2_ML1.0.0-beta3-8.tar.bz2
Patch0:			xtouch-correct-device.patch
Patch1:			xtouch-conf-file.patch
Patch2:			xtouch-link.patch
URL:			http://unknown_originally_from_Transmeta's_Midori_Linux			
BuildRequires:		pkgconfig(x11)
BuildRequires:		pkgconfig(xtst)
BuildRequires:		pkgconfig(xt)
BuildRequires:		pkgconfig(xi)

%description
Xtouch enables the use of a mk712 touch screen as an input device for X.
If the configuration file is empty, a calibration routine is launched when
X starts.

%prep
%setup -q
patch -p2 < xtouch-bestfit.patch
%patch0 -p1 -b .dev
%patch1 -p1 -b .conf
%patch2 -p0 -b .link

%build
%setup_compile_flags
pushd src
%make
%make dump-mouse
popd

%install
install -d $RPM_BUILD_ROOT%{_usr}/X11R6/bin
install -d $RPM_BUILD_ROOT%{_sysconfdir}
install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit.d
install -d $RPM_BUILD_ROOT%{_sysconfdir}/devfs/conf.d
install src/%{name} $RPM_BUILD_ROOT%{_usr}/X11R6/bin
install src/dump-mouse $RPM_BUILD_ROOT%{_usr}/X11R6/bin
cat /dev/null >  $RPM_BUILD_ROOT%{_sysconfdir}/%{name}

cat >> $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit.d/%{name} <<EOF
#!/bin/sh
# start the touchscreen handler, it will calibrate if there
# is no xtouch file in /etc or ~/.xtouch
XTOUCH_CALIBRATE=1 xtouch &
EOF
chmod +x $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit.d/%{name}
 
cat >> $RPM_BUILD_ROOT%{_sysconfdir}/devfs/conf.d/mk712.conf <<EOF
REGISTER        ^misc/mk712*        PERMISSIONS     root.root  0644
EOF

%files
%defattr (-,root,root)
%doc CONFIG
%{_usr}/X11R6/bin/%{name}
%{_usr}/X11R6/bin/dump-mouse
%config(noreplace) %{_sysconfdir}/%{name}
%{_sysconfdir}/X11/xinit.d/%{name}
%config(noreplace) %{_sysconfdir}/devfs/conf.d/mk712.conf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2-9
+ Revision: 2189f11
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9374 |14cr|xtrace-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An strace like program for tracing X11 connections
Name:		xtrace
Version:	1.2.0
Release:	4
License:	BSD 
Group:		System/Kernel and hardware
URL:		https://alioth.debian.org/projects/xtrace/
Source0:	http://ftp.de.debian.org/debian/pool/main/x/xtrace/%{name}_%{version}.orig.tar.gz
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
#Conflicts:	glibc-utils

%description
What strace is for system calls, xtrace is for X11 connections:
you hook it between one or more X11 clients and an X server and
it prints the requests going from client to server and the replies,
events and errors going the other way.


%prep
%setup -q
%configure2_5x

%build
CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
%make

%install
rm -rf %{buildroot}
#mkdir -p $RPM_BUILD_ROOT/ % _bindir
#install -m 755 mbootpack $RPM_BUILD_ROOT/ % _bindir/
%makeinstall_std
mv %{buildroot}/%_bindir/xtrace %buildroot/%_bindir/xtrace-x11
mv %{buildroot}/%_mandir/man1/xtrace.1 %buildroot/%_mandir/man1/xtrace-x11.1
mv %{buildroot}/%_datadir/%{name} %buildroot/%_datadir/%{name}-x11/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README NEWS
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%{name}-x11/*.proto



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-4
+ Revision: 91afb56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9375 |14cr|xtrlock-2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debver	2.6

Summary:	Minimal X display lock program
Name:		xtrlock
Version:	2.6
Release:	2
Group:		Graphical desktop/Other
URL:		http://packages.debian.org/sid/xtrlock
BuildRequires:	pkgconfig(x11)
BuildRequires:	imake
License:	GPLv3
Source0:	http://ftp.de.debian.org/debian/pool/main/x/%{name}/%{name}_%{debver}.tar.gz


%description
xtrlock is a very minimal X display lock program, which uses nothing
except the Xlib library. It doesn't obscure the screen, it is
completely idle while the display is locked and you don't type at it,
and it doesn't do funny things to the X access control lists. 

%prep
%setup -q

%build
xmkmf
%make CFLAGS="%{optflags}" xtrlock

%install
install -Dm 755 xtrlock %{buildroot}%{_bindir}/%{name}
install -Dm 644 xtrlock.man %{buildroot}%{_mandir}/man1/%{name}.1x

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Xtrlock
Comment=X terminal lock
Exec= xtrlock
Icon=gnome-lockscreen
Terminal=false
Type=Application
StartupNotify=true
Categories=System;
EOF


%files
%doc GPL-3.txt debian/README.Debian debian/changelog 
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.6-2
+ Revision: d8199e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9376 |14cr|xtux-20030306-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Name:		xtux
Version:	20030306
Release:	15
Summary:	Multiplayer arcade game featuring open-source mascots
Group:		Games/Arcade
License:	GPLv2
URL:		http://xtux.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.bz2
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
Patch:		xtux-fix-format-strings.patch
BuildRequires:	pkgconfig(xpm)

%description
2005: Microsoft finally releases Windows2000. The few remaining in line
from midnight December 31, 1999 expecting Microsoft to deliver "on time"
were slightly annoyed, but otherwise the response was extremely
enthusiastic.

...

You must Battle through hoards of Evil Microsoft lusers, Certified Peons
and Bugs while collecting computer processors. Using these, construct a
massive Beowulf machine capable of cracking the security on Microsofts
secret database. Upload yourself into the internet, liberate friendly
Linux sites, then battle your way into microsoft.com destroying all you
can find. Only then can you turn your wrath towards your nemisis, the
evil lord Gates.

%prep
%setup -q -n %{name}
%patch -p2
perl -pi -e 's|./tux_serv|%{_gamesbindir}/tux_serv|;' src/client/menu.c
find . -type f -exec chmod -x {} \;

%build
make CC="%{__cc} %{optflags}" DATADIR="%{_gamesdatadir}/%{name}" X11LIB="-lX11"

%install
mkdir -p %{buildroot}%{_gamesbindir}
install -m 755 %{name} %{buildroot}%{_gamesbindir}
mkdir -p %{buildroot}%{_sbindir}
install -m 755 tux_serv %{buildroot}%{_gamesbindir}

mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
cp -a data/* %{buildroot}%{_gamesdatadir}/%{name}

# icons
install -D -m 644 %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{SOURCE3} %{buildroot}%{_miconsdir}/%{name}.png

# menus

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=X-Tux
Comment=X-Tux
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

%{_bindir}/find %{buildroot}%{_gamesdatadir}/%{name}/images -type d -name ".xvpics" | %{_bindir}/xargs -t %{__rm} -r

%files
%doc AUTHORS CHANGELOG COPYING README README.GGZ doc/*
%attr(0755,root,root) %{_gamesbindir}/%{name}
%attr(0755,root,root) %{_gamesbindir}/tux_serv
%{_gamesdatadir}/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 20030306-15
+ Revision: 34d4f3d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9377 |14cr|xvattr-1.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:	xvattr
Version: 1.3
Release: 11
Summary: Attribute editor for Xv extensions
License: GPL
Group:	 Video
URL:	http://www.dtek.chalmers.se/groups/dvd/
Source:	 http://www.dtek.chalmers.se/~dvd/dist/%{name}-%{version}.tar.bz2
# (gentoo) use gtk+2.0:
Patch0:  xvattr-1.3-gtk.patch
Patch1:  xvattr-1.3-encoding.patch
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(xv)


%description
Xvattr lets you list the available attributes associated with the Xv
extension to Xorg. It also allows you to change the values of the
attributes. This can be used to change brightness and so on for
programs that use Xv overlays.

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
%configure2_5x
%make

%install
%makeinstall


%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README xvattr.html
%{_bindir}/%{name}
%{_bindir}/gxvattr
%{_mandir}/man1/%{name}.1*



%changelog
* Thu Aug 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-11
+ Revision: 244a9dd
- Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9378 |14cr|xvidcap-1.1.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#####################
# Hardcode PLF build
%define build_plf 0
#####################

%{?_with_plf: %{expand: %%global build_plf 1}}

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

# Note that disabling these does not cause build failures, but
# other output formats than xwd will be disabled
# embedded ffmpeg vhook modules
%define _disable_ld_no_undefined 1
# FIXME: embedded ffmpeg
%define _disable_ld_as_needed 1

Name:		xvidcap
Summary:	Screen capture video recorder
Version:	1.1.7
Release:	5%{?extrarelsuffix}
License:	GPLv2+
Group:		Video
URL:		http://xvidcap.sourceforge.net/
Source0:	http://downloads.sourceforge.net/xvidcap/%{name}-%{version}.tar.gz
Source1:	xvidcap_ru.po
Patch0:		xvidcap-1.1.5-docbook.patch
Patch1:		xvidcap-1.1.7-fix-headers.patch
Patch2:		xvidcap-1.1.5-nawk.patch
Patch3:		xvidcap-1.1.7-desktop-entry.patch
Patch4:		xvidcap-1.1.7-ffmpeg-options.patch
Patch5:		xvidcap-1.1.7-shmstr.patch
Patch6:		xvidcap-1.1.7-glib.patch
Patch7:		xvidcap-1.1.7-add-ru-localization.patch

BuildRequires:	docbook-utils
BuildRequires:	intltool
BuildRequires:	scrollkeeper
BuildRequires:	xmlto
BuildRequires:	jpeg-devel
BuildRequires:  gettext
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(zlib)
%if %{build_plf}
BuildRequires:	libfaac-devel
BuildRequires:	libfaad2-devel
BuildRequires:	liblame-devel
BuildRequires:	pkgconfig(x264)
%endif
BuildConflicts:	ffmpeg-devel
Requires(post):	scrollkeeper
Requires(postun): scrollkeeper
Requires:	mplayer
Requires:	mencoder
Requires:	ffmpeg
Requires:	imagemagick

%description
xvidcap is a screen capture enabling you to capture videos off your X-Window
desktop for illustration or documentation purposes. It is intended to be a
standards-based alternative to tools like Lotus ScreenCam.

%if %{build_plf}
This package is in Restricted reporitory as it is linked with patented codecs.
%endif

%prep
%setup -q
cp -p %{SOURCE1} po/ru.po
%patch0 -p0 -b .docbook
%patch1 -p1
%patch2 -p0 -b .fixawk
%patch3 -p1
%patch4 -p1
%patch5 -p0
%patch6 -p1
%patch7 -p1 -b .ru_po

autoreconf -fi
#aclocal
#autoheader
#autoconf
#automake
cp configure.ac configure.in
# NOCONFIGURE=yes sh ./autogen.sh
intltoolize --copy --force

%build
%configure2_5x --disable-dependency-tracking --enable-libtheora LIBS="-lX11 -lz -lXext"
%make CPPFLAGS=-I`pwd`/ffmpeg

%install
%makeinstall_std

chmod 755 %{buildroot}%{_datadir}/%{name}/ppm2mpeg.sh
ln -s %{_datadir}/%{name}/ppm2mpeg.sh %{buildroot}%{_bindir}/ppm2mpeg.sh

rm -fr %{buildroot}/%{_docdir}

%find_lang %{name} --with-gnome --with-man --all-name

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/%{name}
%{_bindir}/xvidcap-dbus-client
%{_bindir}/ppm2mpeg.sh
%{_datadir}/dbus-1/services/net.jarre_de_the.Xvidcap.service
%{_mandir}/man1/*
%{_datadir}/applications/xvidcap.desktop
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.7-5
+ Revision: cb103c3
- Use autoreconf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9379 |14cr|xvideoservicethief-2.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarballver %(echo %version|sed -e 's/\\./_/g')
%define tarballname xVST

Summary:	Downloading your favourite video clips
Name:		xvideoservicethief
Version: 	2.4.1
Release: 	2
Source0: 	%{tarballname}_%{tarballver}_src.zip
License: 	GPLv2+
Group: 		Networking/WWW
Url: 		http://xviservicethief.sourceforge.net
BuildRequires: 	qt4-devel
Provides:	xvst = %version
Provides:	xviservicethief = %version
Patch0:         xvideoservicethief-2.4.1-gcc47.patch

%description 
xVideoServiceThief (a.k.a xVST) is a tool for downloading your favourite
video clips from a lot of video websites.

xVideoServiceThief also provide you the ability to convert each video in
most popular formats: AVI, MPEG1, MPEG2, WMV, MP4, 3GP, MP3 file formats.

%files
%defattr(-,root,root)
%_bindir/*
%_datadir/applications/*.desktop

#--------------------------------------------------------------------
%prep
%setup -q -c -n %name-%version
%patch0 -p1

%build
%qmake_qt4
%make

%install
rm -rf %{buildroot}
install -D -m0755 bin/xvst %{buildroot}%_bindir/xvst

mkdir -p %{buildroot}/%_datadir/applications
cat > %{buildroot}/%_datadir/applications/mandriva-%name.desktop <<EOF
[Desktop Entry]
Name=xVideoServiceThief
Comment=Downloading video clips
Exec=%{_bindir}/xvst
Terminal=false
Type=Application
StartupNotify=true
Categories=Qt;Network;
EOF

%clean
rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-2
+ Revision: f20ba58
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9380 |14cr|xvkbd-3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name: 	 	xvkbd
Summary: 	Virtual (on-screen) keyboard for X

Version: 	3.5
Release: 	2

Source0:	http://homepage3.nifty.com/tsato/xvkbd/%{name}-%{version}.tar.gz
URL:		http://homepage3.nifty.com/tsato/xvkbd/
License:	GPL
Group:		System/X11
BuildRequires:	Xaw3d-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	imagemagick
BuildRequires:	imake

%description
xvkbd is a virtual (graphical) keyboard program for X Window System which
provides facility to enter characters onto other clients (softwares) by
clicking on a keyboard displayed on the screen. This may be used for systems
without a hardware keyboard such as kiosk terminals or handheld devices.

This program also has facility to send characters specified as the command
line option to another client, which can help when one wants to fully utilize
some modern mice with multiple buttons.

%prep
%setup -q

%build
xmkmf
%make CDEBUGFLAGS="%{optflags}" EXTRA_LDOPTIONS="%ldflags"

%install
%makeinstall_std install.man
rm -f %{buildroot}/%{_prefix}/lib/X11/app-defaults

#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Virtual Keyboard
Comment=On-screen keyboard for X
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Accessibility;
EOF

#icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -size 48x48 xvkbd_icon.xbm %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -size 32x32 xvkbd.xbm %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 xvkbd.xbm %{buildroot}/%{_miconsdir}/%{name}.png

%files
%doc README
#%doc %{_prefix}/X11R6/lib/X11/doc/html/xvkbd.1.html
%{_prefix}/bin/*
%config(noreplace) %{_sysconfdir}/X11/app-defaults/*
%{_mandir}/man1/*
%{_datadir}/applications
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.5-2
+ Revision: 202e366
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9381 |14cr|xwii-2.9.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:		xwii
License:	GPL
Group:		System/Kernel and hardware
URL:		http://pingus.seul.org/~grumbel/xwii/
Version:	2.9.4
Release:	5
Summary:	Nintendo Wiimote Driver
Source:		http://pingus.seul.org/~grumbel/xwii/%{name}_%{version}_src.tar.gz
Patch0:		xwii_2.9.4-linkage.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xi)
BuildRequires:	wiiuse
BuildRequires:	wiiuse-devel

%description
Userspace Nintendo Wiimote Driver for Linux

%prep
%setup -q -n %{name}_%{version}_src
%patch0 -p0 -b .link
rm -fr wiiuse_v0.12

%build
ln -s %{_libdir}/libwiiuse.so ./
%make PREFIX=%{_prefix}

%install
install -d %{buildroot}%{_docdir}/%{name}/
install -d %{buildroot}%{_datadir}/%{name}/

install -Dp xwii %{buildroot}%{_bindir}/%{name}
install -Dp Documentation/* %{buildroot}%{_docdir}/%{name}/
install -Dp profiles/* %{buildroot}%{_datadir}/%{name}/

%clean

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_docdir}/%{name}
%{_datadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.4-5
+ Revision: 0c17eec
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9382 |14cr|xwinwrap-0-0.20090215.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define cvs 20090215
%define release  0.%{cvs}.6
%define debug_package	%{nil}

Name: xwinwrap
Version: 0
Release: %{release}
Summary: Utility to run applications as your desktop background
Group: System/X11
URL:  http://bazaar.launchpad.net/~shantanu-goel/xwinwrap/devel/files
Source: %{name}-%{cvs}.tar.gz
#This is a script to run xscreensaver as animated background in Xgl
# and is under GPLv2
Source1:	coolbg
License: GPL
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xrender)

%description
Wrap, for example, Open GL screen savers and put them on your 
desktop background.

Examples:
xwinwrap -ni -argb -fs -s -st -sp -a -nf -- /usr/lib/xscreensaver/glmatrix
-window-id WID
xwinwrap -ni -o 0.6 -fs -s -st -sp -b -nf -- mplayer -wid WID -quiet movie.mpg
xwinwrap -ni -argb -fs -s -st -sp -b -nf -- q3demo -window-id WID

%prep
%setup -q -n %{name}-%{cvs}


%build
%ifarch x86_64
/usr/bin/gcc -Wall -Wstrict-prototypes \
             -Wmissing-prototypes \
             -Wmissing-declarations \
             -Wredundant-decls \
             -lX11 -lXext -lXrender xwinwrap.c -o xwinwrap
%else
/usr/bin/gcc -m32 -Wall -Wstrict-prototypes \
             -Wmissing-prototypes \
             -Wmissing-declarations \
             -Wredundant-decls \
             -lX11 -lXext -lXrender xwinwrap.c -o xwinwrap
%endif

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 %{SOURCE1} %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}

cat<<EOF >README
With xwinwrap and coobg You can run your screensavers, play
movies etc and it will look as if they are part of your background.
EOF

%files
%doc README
%{_bindir}/*




%changelog
* Sun Mar 02 2014 symbianflo <symbianflo@symbianflo> 0-0.20090215.6
+ Revision: c0182ce
- Log: update 20090215 ( latest bzr), fix linking, import from MRB-CLI&&TTY section



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9383 |14cr|xxgdb-1.12-33
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xxgdb
Summary:	An X Window System graphical interface for the GNU gdb debugger
Version:	1.12
Release:	33
License:	MIT
Group:		Development/Other
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	imake
Source0:	ftp://sunsite.unc.edu/pub/Linux/devel/debuggers/%{name}-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		xxgdb-1.08-glibc.patch
Patch1:		xxgdb-1.12-sysv.patch
# From Debian (008-unix98-ptys.dpatch): Support Unix98 PTYs - AdamW
# 2008/09
Patch3:		xxgdb-1.12-debian-pty.patch
# From Debian: fix a build failure - AdamW 2008/09
Patch4:		xxgdb-1.12-debian-filemenu.patch
Patch5:		xxgdb-1.12-mandriva.patch
Requires:	gdb
Requires:	xedit

%description
Xxgdb is an X Window System graphical interface to the GNU gdb debugger.
Xxgdb provides visual feedback and supports a mouse interface for the
user who wants to perform debugging tasks like the following:  controlling
program execution through breakpoints, examining and traversing the
function call stack, displaying values of variables and data structures,
and browsing source files and functions.

Install the xxgdb package if you'd like to use a graphical interface with
the GNU gdb debugger.  You'll also need to have the gdb package installed.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch3 -p1 -b .pty
%patch4 -p1 -b .build
%patch5 -p1

%build
xmkmf
%make CDEBUGFLAGS="%{optflags} -DUNIX98=1" CXXDEBUGFLAGS="%{optflags} -DUNIX98=1"

%install
rm -rf %{buildroot}
%{makeinstall_std} install.man

# icons
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Xxgdb
Comment=Graphical interface to gdb debugger
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Development;Debugger;
EOF

rm -f %{buildroot}%{_prefix}/lib/X11/app-defaults
mkdir -p %{buildroot}%{_datadir}/X11/app-defaults
mv -f %{buildroot}%{_sysconfdir}/X11/app-defaults/XDbx %{buildroot}%{_datadir}/X11/app-defaults

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%clean_icon_cache hicolor
%endif

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_mandir}/man1/xxgdb.1*
%{_datadir}/X11/app-defaults/XDbx
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12-33
+ Revision: 9cde057
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9384 |14cr|xxv-1.6.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Xtreme eXtension for VDR
Name:		xxv
Version:	1.6.1
Release:	6
Group:		Video
License:	LGPL
URL:		http://xpix.dieserver.de/
Source:		http://xpix.dieserver.de/downloads/xxv/%name-%version.tgz
Source2:	xxv.service
Source3:	xxv.sysconfig
Source4:	xxv.logrotate
# (Anssi 02/2008) In initscript we precreate empty pidfile so that vdr user
# has the rights to write there:
Patch0:		xxv-1.2-ignore-empty-pidfile.patch
BuildArch:	noarch
# for macros:
BuildRequires:	vdr-devel
Requires(post):	rpm-helper
Requires(preun): rpm-helper
Requires:	vdr-common
Suggests:	mysql
#Requires:	vdr2jpeg
Requires:	fonts-ttf-bitstream-vera
# most 'use' statements are 'eval'ed, so we have to add requires manually;
# external versions of bundled libraries
Requires:	perl(Locale::Maketext::Extract)
Requires:	perl(Locale::Maketext::Lexicon)
Requires:	perl(Mail::SendEasy)
Requires:	perl(Module::Reload)
Requires:	perl(MP3::Icecast)
Requires:	perl(Net::IP::Match::Regexp)
Requires:	perl(Term::ReadLine::Perl)
Requires:	perl(Text::ASCIITable)
# list of requirements from install.sh
# sed -nr 's,^.*checkPerlModule (.*)$,Requires:\tperl(\1),p' install.sh
Requires:	perl(CGI)
Requires:	perl(Compress::Zlib)
Requires:	perl(Config::Tiny)
Requires:	perl(Data::Dumper)
Requires:	perl(Date::Manip)
Requires:	perl(DBD::mysql)
Requires:	perl(DBI)
Requires:	perl(Digest::MD5)
Requires:	perl(Digest::HMAC_MD5)
Requires:	perl(Encode)
Requires:	perl(Event)
Requires:	perl(Font::TTF::Font)
Requires:	perl(GD)
Requires:	perl(Getopt::Long)
Requires:	perl(HTML::TextToHTML)
Requires:	perl(HTML::TreeBuilder)
Requires:	perl(JSON)
# mdv bug #52269
Requires:	perl-JSON
Requires:	perl(Linux::Inotify2)
Requires:	perl(LWP::Simple)
Requires:	perl(LWP::UserAgent)
Requires:	perl(Locale::gettext)
Requires:	perl(MIME::Base64)
Requires:	perl(MP3::Info)
Requires:	perl(Net::Amazon)
Requires:	perl(Net::Amazon::Request::Artist)
Requires:	perl(Net::XMPP)
Requires:	perl(Proc::Killfam)
Requires:	perl(Proc::ProcessTable)
Requires:	perl(SOAP::Lite)
Requires:	perl(SOAP::Transport::HTTP)
Requires:	perl(Template)
Requires:	perl(Time::Local)
Requires:	perl(Time::HiRes)
Requires:	perl(URI::Escape)
Requires:	perl(XML::RSS)
Requires:	perl(XML::Simple)

%define __noautoreq 'perl\\(Tools\\)|perl\\(SOAP::Transport::HTTP::Event\\)|perl\\(Data::COW.*|perl\\(MediaLibParser.*|perl\\(XXV.*'
%define __noautoprov 'perl\\(Tools\\)|perl\\(SOAP::Transport::HTTP::Event\\)|perl\\(Data::COW.*|perl\\(MediaLibParser.*'

%description
XXV means "Xtreme eXtension for VDR" and is a central service is for
the administration of the VDR and its environment, with which
different of haven are open and these different services can serve.

An additional haven over a Plugin to construct should be just as
simple, to make available as also a certain service. The letter of a
Plugins goes very fast, there the input (Vdr, Database etc.) as well
as the output (telnet, HTTP...) generically was realized. It should
be e.g. possible thus to register with a telnet CONSOLE,
HttpBrowser, Wapphone, etc. an autotimer. This should substantially
faster the EPG data to scan be able (MySQL data base) and over an
interface the VDR the new timer communicate. Naturally also is
considered to the single mode of the SVdrP and only one instruction
is mailed. Afterwards the haven is again closed immediately, so that
other programs can access again svdrp.

%prep
%setup -q
%patch0 -p1

# Setup default config
perl -pi -e 's,file=/video/channels.conf,file=%{_vdr_cfgdir}/channels.conf,' etc/xxvd.cfg.example
#perl -pi -e 's,epgfile=/video/epg.data,epgfile=%{_vdr_videodir}/epg.data,' etc/xxvd.cfg.example
perl -pi -e 's,epgimages=/var/cache/xxv/epgimages,epgimages=%{_vdr_videodir}/epgimages,' etc/xxvd.cfg.example
perl -pi -e 's,Language=de_DE,Language=en_US,' etc/xxvd.cfg.example
#perl -pi -e 's,initscript=/etc/init.d/xxvd,initscript=%{_unitdir}/xxv,' etc/xxvd.cfg.example
perl -pi -e 's,commandfile=/video/reccmds.conf,file=%{_vdr_cfgdir}/reccmds.conf,' etc/xxvd.cfg.example
perl -pi -e 's,videodir=/video,videodir=%{_vdr_videodir},' etc/xxvd.cfg.example
perl -pi -e 's,commands=/video/commands.conf,commands=%{_vdr_cfgdir}/commands.conf,' etc/xxvd.cfg.example
#perl -pi -e 's,file=/video/timers.conf,file=%{_vdr_cfgdir}/timers.conf,' etc/xxvd.cfg.example
perl -pi -e 's,tempimages=/var/cache/xxv/temp,tempimages=%{_var}/cache/%{name}/temp,' etc/xxvd.cfg.example
perl -pi -e 's,dir=/vtx,dir=%{_vdr_plugin_cachedir}/osdteletext,' etc/xxvd.cfg.example

perl -pi -e 's,"\$RealBin/../lib","%{_datadir}/%{name}",' bin/xxvd
perl -pi -e 's,"/var/log/xxvd.log","%{_logdir}/%{name}/xxvd.log",' bin/xxvd
perl -pi -e 's,"\$RealBin/../locale","%{_datadir}/locale",' bin/xxvd
perl -pi -e 's,"\$RealBin/../lib/XXV,"%{_datadir}/%{name}/XXV,' bin/xxvd
perl -pi -e 's,"\$RealBin/../etc/xxvd.cfg","%{_localstatedir}/lib/%{name}/xxvd.cfg",' bin/xxvd
perl -pi -e 's,"\$RealBin/../doc","%{_localstatedir}/lib/%{name}/doc",' bin/xxvd
sed -i '/HTMLDIR/s,"\$RealBin/../","%{_datadir}/%{name}/skins",' bin/xxvd
perl -pi -e 's,"\$RealBin/../share/fonts/ttf-bitstream-vera,"%{_datadir}/fonts/TTF,' bin/xxvd
perl -pi -e 's,"\$RealBin/../share/,"%{_datadir}/%{name}/,' bin/xxvd
perl -pi -e 's,"\$RealBin/../contrib","%{_datadir}/%{name}/contrib",' bin/xxvd

perl -pi -e "s,upgrade='upgrade-xxv-db.sql',upgrade='%{_datadir}/%{name}/contrib/upgrade-xxv-db.sql'," contrib/update-xxv

cat > README.install.urpmi <<EOF
You must create the database "xxv" on your mysql server, create a
mysql user for xxv and enter the correct USR and PWD in the
[General] section of %{_localstatedir}/lib/%{name}/xxvd.cfg.

You can create the database with default password with the following
command:
mysql -u root < %{_datadir}/%{name}/contrib/create-database.sql
No xxvd.cfg editing is then necessary.

Alternatively, here are the example commands for creating a new
database with different credentials:
mysql -u root -e "create database xxv;"
mysql -u root -e "grant all privileges on xxv.* to username@localhost IDENTIFIED BY 'password';"
mysql -u root -e "flush privileges;"

If you wish to later change the username and/or password, you must
change both the xxvd.cfg entry and the one of mysql.

By default the web interface is on port 8080 with username "xxv"
and password "xxv". You can change these from the web interface.
Please go through the configuration options carefully and disable
the modules you do not need.
EOF

cat > README.1.4.upgrade.urpmi <<EOF
In order to update to the new XXV database version, you need to manually
run update-xxv command. XXV must be stopped when updating the database.
See "update-xxv -h" for the proper parameters that may be needed.
EOF

%install
install -d -m755 %{buildroot}%{_bindir}
install -m755 bin/xxvd %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_sysconfdir}
install -d -m755 %{buildroot}%{_localstatedir}/lib/%{name}
install -m644 etc/xxvd.cfg.example %{buildroot}%{_localstatedir}/lib/%{name}/xxvd.cfg
ln -s %{_localstatedir}/lib/%{name} %{buildroot}%{_sysconfdir}/%{name}

install -d -m755 %{buildroot}%{_var}/cache/%{name}

install -d -m755 %{buildroot}%{_datadir}/%{name}/contrib
install -m644 contrib/*.sql %{buildroot}%{_datadir}/%{name}/contrib
install -m755 contrib/update-xxv %{buildroot}%{_datadir}/%{name}/contrib
install -m755 contrib/*.pl %{buildroot}%{_bindir}
ln -s %{_datadir}/%{name}/contrib/update-xxv %{buildroot}%{_bindir}/update-xxv

install -d -m755 %{buildroot}%{_localstatedir}/lib/%{name}/doc
install -m644 doc/* %{buildroot}%{_localstatedir}/lib/%{name}/doc

install -d -m755 %{buildroot}%{_sysconfdir}/logrotate.d
install -m644 %SOURCE4 %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

install -d -m755 %{buildroot}%{_datadir}/%{name}/skins
cp -a wml html %{buildroot}%{_datadir}/%{name}/skins
ln -s html %{buildroot}%{_datadir}/%{name}/skins/default

cp -a lib/* share/* %{buildroot}%{_datadir}/%{name}
cp -a lib/Tools.pm lib/XXV lib/Data lib/SOAP lib/MediaLibParser* share/* %{buildroot}%{_datadir}/%{name}

# remove bundled stuff we have a system version for
rm -r %{buildroot}%{_datadir}/%{name}/Locale/Maketext/Extract*
rm -r %{buildroot}%{_datadir}/%{name}/Locale/Maketext/Lexicon*
rm -r %{buildroot}%{_datadir}/%{name}/Mail/SendEasy*
rm -r %{buildroot}%{_datadir}/%{name}/Module/Reload*
rm -r %{buildroot}%{_datadir}/%{name}/MP3/Icecast*
rm -r %{buildroot}%{_datadir}/%{name}/Net/IP/Match/Regexp*
rm -r %{buildroot}%{_datadir}/%{name}/Term/ReadLine/{Perl*,readline*}
rm -r %{buildroot}%{_datadir}/%{name}/Text/ASCIITable*
rm -r %{buildroot}%{_datadir}/%{name}/fonts/ttf-bitstream-vera

# remove bundle
rm -r %{buildroot}%{_datadir}/%{name}/Bundle

for f in locale/*/; do
	install -d -m755 \
		%{buildroot}%{_datadir}/locale/$(basename $f)/LC_MESSAGES
	install -m644 $f/LC_MESSAGES/xxv.mo \
		%{buildroot}%{_datadir}/locale/$(basename $f)/LC_MESSAGES
done

install -d -m755 %{buildroot}%{_logdir}/%{name}

install -d -m755 %{buildroot}%{_sysconfdir}/sysconfig
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/xxv

install -d -m755 %{buildroot}%{_unitdir}
install -m755 %{SOURCE2} %{buildroot}%{_unitdir}/xxv.service

install -d -m755 %{buildroot}%{_logdir}/xxv

install -d -m755 %{buildroot}%{_mandir}/man1
install -m644 doc/*.1  %{buildroot}%{_mandir}/man1

%find_lang xxv

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files -f xxv.lang
%doc doc/{CHANGELOG,README} README.install.urpmi README.*.upgrade.urpmi
%attr(-,vdr,vdr) %dir %{_localstatedir}/lib/xxv
%attr(-,vdr,vdr) %dir %{_logdir}/xxv
%attr(0640,vdr,vdr) %config(noreplace) %{_localstatedir}/lib/xxv/xxvd.cfg
%attr(-,vdr,vdr) %{_var}/cache/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/xxv
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(-,vdr,vdr) %dir %{_localstatedir}/lib/xxv/doc
%attr(-,vdr,vdr) %{_localstatedir}/lib/xxv/doc/*
%{_sysconfdir}/xxv
%{_unitdir}/xxv*
%{_bindir}/xxvd
%{_bindir}/at-vdradmin2xxv.pl
%{_bindir}/chronicle-remove-duplicate.pl
%{_bindir}/update-xxv
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/Data
%{_datadir}/%{name}/Data/COW.pm
%{_datadir}/%{name}/MediaLibParser*
%dir %{_datadir}/%{name}/SOAP
%dir %{_datadir}/%{name}/SOAP/Transport
%dir %{_datadir}/%{name}/SOAP/Transport/HTTP
%{_datadir}/%{name}/SOAP/Transport/HTTP/Event.pm
%{_datadir}/%{name}/Tools.pm
%{_datadir}/%{name}/XXV
%{_datadir}/%{name}/contrib
%{_datadir}/%{name}/news
%{_datadir}/%{name}/skins
%{_datadir}/%{name}/xmltv
%{_mandir}/man1/xxvd.1*

%changelog
* Fri Sep 05 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.1-6
+ Revision: a3e2b37
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9385 |14cr|xxxterm-1.11.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A minimalists web browser
Name:		xxxterm
Version:	1.11.3
Release:	%mkrel 1
License:	MIT
Group:		Networking/WWW
URL:		https://opensource.conformal.com/wiki/XXXTerm

Source0:		https://opensource.conformal.com/snapshots/xxxterm/%{name}-%{version}.tgz
Patch0:		xxxterm-1.8.0-mdv-desktop.patch
Patch1:		xxxterm-1.11.3-link-javascriptcoregtk.patch
BuildRequires:	webkitgtk-devel >= 1.3.1
BuildRequires:	gtk2-devel libsoup-devel gnutls-devel libbsd-devel

%description
xxxterm is a minimalist web browser with sophisticated security features
designed-in (rather than through an add-on). In particular, it provides both
persistent and per-session controls for scripts and cookies, making it easy
to thwart tracking and scripting attacks.

In additional to providing a familiar mouse-based interface like other web
browsers, it offers a set of vi-like keyboard commands for users who prefer
to keep their hands on their keyboard.

The default settings provide a secure environment. With simple keyboard
commands, the user can "whitelist" specific sites, allowing cookies and scripts
from those sites. 

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
cd linux
export CFLAGS="%optflags"
%{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}"

%install
export PREFIX=%{buildroot}/usr
pushd linux
%{__make} install
popd
for s in 16 32 48 64 128; do
	install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/
	ln -s ../../../../xxxterm/xxxtermicon${s}.png %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/xxxterm.png
done
install -D -m 0644 xxxterm.desktop %{buildroot}%{_datadir}/applications/xxxterm.desktop
install -D -m 0644 style.css %{buildroot}%{_datadir}/xxxterm/style.css
install -d -m 0755 %{buildroot}/%{_docdir}/xxxterm
cat > %{buildroot}/%{_docdir}/%{name}/LICENSE << EOF
-= License =-

/*
 * Copyright (c) 2010, 2011 Marco Peereboom <marco@peereboom.us>
 * Copyright (c) 2011 Stevan Andjelkovic <stevan@student.chalmers.se>
 * Copyright (c) 2010, 2011 Edd Barrett <vext01@gmail.com>
 * Copyright (c) 2011 Todd T. Fries <todd@fries.net>
 * Copyright (c) 2011 Raphael Graf <r@undefined.ch>
 * Copyright (c) 2011 Michal Mazurek <akfaew@jasminek.net>
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

-= javascript.h license =-

Javascript code was borrowed from the friendly folks at vimprobable2 under the following license:

/*
Copyright (c) 2009 Leon Winter
Copyright (c) 2009-2011 Hannes Schueller
Copyright (c) 2009-2010 Matto Fransen
Copyright (c) 2010-2011 Hans-Peter Deifel
Copyright (c) 2010-2011 Thomas Adam
Copyright (c) 2011 Albert Kim
Copyright (c) 2011 Daniel Carl

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
EOF

%files
%doc %dir %{_docdir}/xxxterm
%doc %{_docdir}/xxxterm/LICENSE
%{_mandir}/man1/xxxterm.*
%{_bindir}/xxxterm
%{_datadir}/applications/xxxterm.desktop
%{_datadir}/xxxterm/style.css
%{_datadir}/xxxterm/xxxterm*.png
%{_datadir}/xxxterm/tld-rules
%{_iconsdir}/hicolor/*/apps/xxxterm.png



%changelog
* Sun Mar 04 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.11.3-1
+ Revision: 651e15f
- Automatic import for version 1.11.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9386 |14cr|xylib-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major 3
%define		libname %mklibname xy %{major}
%define		develname %mklibname xy -d

Name:		xylib
Version:	1.1
Release:	2
Summary:	A C++ x-y data reading library
License:	LGPLv2
Group:		System/Libraries
Url:		http://www.unipress.waw.pl/fityk/xylib/
Source0:	http://downloads.sourceforge.net/fityk/%{name}-%{version}.tar.bz2
BuildRequires:	boost-devel
BuildRequires:	zlib-devel
BuildRequires:	bzip2-devel

%description
Xylib is a portable C++ library for reading files that contain x-y 
data from powder diffraction, spectroscopy or other experimental 
methods.

Supported formats:

    * plain text (CSV or TSV or space-separated-values)
    * Crystallographic Information File for Powder Diffraction (pdCIF)
    * Siemens/Bruker UXD
    * Siemens/Bruker RAW ver. 1/2/3/4
    * Philips UDF
    * Philips RD (raw scan) V3
    * Rigaku DAT
    * Sietronics Sieray CPI
    * DBWS/DMPLOT data file
    * Canberra MCA (only one of Canberra MCA formats?)
    * XFIT/Koalariet XDD
    * RIET7/LHPM/CSRIET/ILL_D1A5/PSI_DMC DAT
    * Vamas ISO14976 (only experiment modes: SEM or MAPSV or MAPSVDP 
      are supported; only REGULAR scan_mode is supported)
    * Princeton Instruments WinSpec SPE (only 1-D data is supported)


%package util
Summary:	An utility to convert files supported by xylib to TSV
Group:		Sciences/Chemistry
Provides:	xyconv = %{version}-%{release}

%description util
This package contains xyconv, an utility provided with the xylib 
library to convert the files it supports to TSV.

%package -n %{libname}
Summary:	A C++ x-y data reading library
Group:		System/Libraries

%description -n %{libname}
Xylib is a portable C++ library for reading files that contain x-y
data from powder diffraction, spectroscopy or other experimental
methods.

Supported formats:

    * plain text (CSV or TSV or space-separated-values)
    * Crystallographic Information File for Powder Diffraction (pdCIF)
    * Siemens/Bruker UXD
    * Siemens/Bruker RAW ver. 1/2/3/4
    * Philips UDF
    * Philips RD (raw scan) V3
    * Rigaku DAT
    * Sietronics Sieray CPI
    * DBWS/DMPLOT data file
    * Canberra MCA (only one of Canberra MCA formats?)
    * XFIT/Koalariet XDD
    * RIET7/LHPM/CSRIET/ILL_D1A5/PSI_DMC DAT
    * Vamas ISO14976 (only experiment modes: SEM or MAPSV or MAPSVDP 
      are supported; only REGULAR scan_mode is supported)
    * Princeton Instruments WinSpec SPE (only 1-D data is supported)

This package contains the xylib shared library.

%package -n %{develname}
Summary:	Development files for xylib
Group:		Development/C++
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
This package contains the development files for xylib.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files util
%{_bindir}/xyconv
%{_mandir}/man1/xyconv*

%files -n %{libname}
%{_libdir}/libxy.so.%{major}*

%files -n %{develname}
%{_libdir}/libxy.so
%{_includedir}/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: 71b87c2
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9387 |14cr|yabasic-2.763-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name yabasic
%define version 2.763
%define release  9

Summary:	Small basic interpreter with printing and graphics
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	Artistic
Group:		Development/Other
Source0:	http://www.yabasic.de/download/%{name}-%{version}.tar.bz2
URL:		http://www.yabasic.de/
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
BuildRequires:	ncurses-devel

%description
Yabasic implements the most common and simple elements of the basic
language; It comes with for-loops and goto with while-loops and
procedures. Yabasic does monochrome line grafics, printing comes with
no extra effort. Yabasic runs under Unix and Windows; it is small
(less than 200KB) and free.

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%check
make check-TESTS

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS NEWS README *.htm ChangeLog
%{_bindir}/*
%{_mandir}/man1/yabasic.*



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.763-9
+ Revision: 59870b4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9388 |14cr|yabause-0.9.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sega Saturn emulator
Name:		yabause
Version:	0.9.13
Release:	2
License:	GPLv2+
Group:		Emulators
Url:		http://yabause.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/yabause/%{name}-%{version}.tar.gz
Patch0:		yabause-0.9.13-cmake.patch
Patch1:		yabause-0.9.11-link.patch
Patch2:		yabause-0.9.11-lib64.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	doxygen
BuildRequires:	jsw-devel
# for the translations
BuildRequires:	mini18n-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(xmu)
Requires:	%{name}-bin = %{version}

%description
Yabause is a Sega Saturn emulator.
This package includes the translations and documentation.

%files
%doc AUTHORS ChangeLog GOALS README README.LIN README.QT TODO
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%package gtk
Summary:	Sega Saturn emulator - GTK+ interface
Group:		Emulators
Requires:	%{name} = %{version}
Provides:	%{name}-bin = %{version}

%description gtk
Yabause is a Sega Saturn emulator.

This package includes the GTK+ interface.

To use a translation :
Start yabause,
Open the settings dialog (Yabause/Preferences),
Select Advanced tab,
Type or select the appropriate file in the Translation field 
(existing translations are available in the /usr/share/yabause/ folder),
Close and restart yabause.

%files gtk
%doc AUTHORS
%attr(0755,root,games) %{_bindir}/%{name}-gtk
%{_datadir}/applications/%{name}-gtk.desktop
%{_mandir}/man1/%{name}-gtk.1*

#----------------------------------------------------------------------------

%package qt
Summary:	Sega Saturn emulator - QT interface
Group:		Emulators
Requires:	%{name} = %{version}
Provides:	%{name}-bin = %{version}

%description qt
Yabause is a Sega Saturn emulator.

This package includes the QT interface.

To use a translation :
Start yabause,
Open the settings dialog (File/Settings),
Type or select the appropriate file in the Translation field
(existing translations are available in the /usr/share/yabause/ folder),
Close and restart yabause-qt.

%files qt
%doc AUTHORS
%attr(0755,root,games) %{_bindir}/%{name}-qt
%{_datadir}/applications/%{name}-qt.desktop
%{_mandir}/man1/%{name}-qt.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .cmake~
%patch1 -p1 -b .link~
%ifarch x86_64
%patch2 -p1 -b .lib64~
%endif

find . -name *.cpp -o -name *.h | xargs chmod 0644

%build
%cmake -DYAB_MULTIBUILD=TRUE
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor="" \
	--add-category="Emulator" \
	--remove-key="TryExec" \
	--dir %{buildroot}%{_datadir}/applications/ \
	%{buildroot}%{_datadir}/applications/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.13-2
+ Revision: 4cdfff4
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9389 |14cr|yacas-1.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name yacas
%define version 1.3.4
%define release 2


%define develname %mklibname %name -d  

Name:      %{name}
Summary:   Yacas, a computer algebra language
Version:   %{version}
Release:   %{release}
Group:     Sciences/Mathematics
License:   GPLv2
URL:       http://yacas.sourceforge.net/
Source0:   http://sourceforge.net/projects/yacas/files/yacas-source/1.3/%{name}-%{version}.tar.gz

Source2:        yacaslogo.xpm
Source3:        yacas.desktop
Source100:     %{name}.rpmlintrc

Patch0:         yacas-disable_wester_test.patch

BuildRequires: pkgconfig(gsl)
BuildRequires: perl
BuildRequires: gzip

Requires:       lynx
Suggests:       %{name}-doc = %{version}

%description
Yacas (Yet Another Computer Algebra System) is a small and highly
flexible computer algebra language. The syntax uses a infix-operator
grammar parser. The distribution contains a small library of
mathematical functions, but its real strength is in the language in
which you can easily write your own symbolic manipulation algorithms.
It supports arbitrary precision arithmetic.

%package -n %{develname}
Summary:    Headers for developing programs that will use %{name}
Group:      Development/C
Requires:   %{name} = %{EVRD}
Provides:   %{name}-devel = %{EVRD}

%description -n %{develname}
This package contains the headers that programmers will need to develop 
applications which will use %{name}

%package -n %{name}-doc
Summary:        Additional YACAS documentation
Group:          Sciences/Mathematics
Requires:       %{name} = %{version}


%description -n %{name}-doc
This package contains additional documentation available for YACAS.



%prep
%setup -q
iconv -f iso8859-1 -t utf-8 AUTHORS > AUTHORS.conv && mv -f AUTHORS.conv AUTHORS
%patch0 -p1

chmod -x docs/range_control.js docs/range_control.css \
  docs/range_control.html 
  
%build
 %configure --with-html-dir=%{_defaultdocdir}/%{name}/documentation \
           --enable-archive \
           --disable-static \
           --enable-server 
%make

chmod -x docs/autocompleter docs/riptestfromyart 

%install
%makeinstall_std

install -d -m755 %{buildroot}/%{_datadir}/pixmaps
install -d -m755 %{buildroot}/%{_datadir}/applications
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/applications

chmod +x %{buildroot}%{_datadir}/%{name}/manmake/txt2yacasdoc.pl
chmod +x %{buildroot}%{_datadir}/%{name}/manmake/book2TeX.sh



%files 
%doc ChangeLog AUTHORS COPYING NEWS README
%{_datadir}/yacas
%{_bindir}/*
%exclude %{_datadir}/yacas/include/*.h
%exclude %{_datadir}/yacas/include/*.inl
%{_datadir}/applications/yacas.desktop
%{_datadir}/pixmaps/yacaslogo.xpm

%files -n %{develname}
%doc ChangeLog AUTHORS COPYING NEWS README
%{_datadir}/%{name}/include/


%files -n %{name}-doc
%doc docs/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-2
+ Revision: 62a4a16
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9390 |14cr|yacli-0.2.3-0.0.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define gcj_support     1

Name:           yacli
Version:        0.2.3
Release:        0.0.6
Epoch:          0
Summary:        org.freecompany.util
License:        MIT
Group:          Development/Java
URL:            http://www.freecompany.org/
# svn export https://svn.freecompany.org/public/util/tags/yacli-0.2.3
# zip -9r yacli-src-0.2.3.zip yacli-0.2.3
Source0:        http://repository.freecompany.org/org/freecompany/yacli/zips/yacli-src-%{version}.zip
Source1:        yacli-0.2.3-build.xml
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildRequires:  java-devel
BuildArch:      noarch
%endif

%description
org.freecompany.util

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
%{__cp} -a %{SOURCE1} build.xml
%{__perl} -pi -e 's|<javac|<javac nowarn="true"|g' build.xml

%build
export CLASSPATH=$(build-classpath junit)
export OPT_JAR_LIST="ant/ant-junit"
%{ant} jar javadoc test

%install
%{__mkdir_p} %{buildroot}%{_javadir}
%{__cp} -a dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.db
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.so
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.2.3-0.0.6
+ Revision: daf1895
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9391 |14cr|yad-0.16.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A fork of Zenity with many improvements
Name:		yad
Version:	0.16.3
Release:	2
Group:		Development/GNOME and GTK+
License:	GPLv2
URL:		http://code.google.com/p/yad/
Source0:	%{name}-%{version}.tar.xz

BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	pkgconfig(gtk+-2.0)

%description
Yad (yet another dialog) is a fork of Zenity with many improvements, such as
custom buttons, additional dialogs, pop-up menu in notification icon and more.

There were two main reasons to make this fork. The first one is to remove
dependencies on deprecated libraries, such as libglade and gnome-canvas.
And the second one - as for me, Zenity looks like an abandoned project.
Its ChangeLog consists of just "bump version to..." and "translation updated"
for the long time, but many interesting ideas which are ignored by
developers/maintainers were in GNOME Bugzilla.

%prep
%setup -q 

%build
%configure2_5x 
       
%make 

%install
rm -rf %{buildroot}
%makeinstall_std

rm -rf %{buildroot}/usr/share/aclocal/yad.m4

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README TODO THANKS
%{_bindir}/%{name}
%{_iconsdir}/hicolor/*/apps/yad.png
%{_mandir}/man1/*.1*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.16.3-2
+ Revision: 711850e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9392 |14cr|yadex-1.7.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Level editor for DOOM
Name:		yadex
Version:	1.7.0
Release:	13
License:	GPL
Group:		Games/Arcade
Source:		http://www.teaser.fr/~amajorel/yadex/%name-%version.tar.bz2
Patch0:		yadex-fix-compil.patch
Patch1:		yadex-1.7.0-gcc45.patch
URL:		http://www.teaser.fr/~amajorel/yadex
BuildRequires:	pkgconfig(x11)

%description
Yadex is a Doom level (wad) editor for Unix systems running X, including
Linux. It supports Doom, Doom II, Ultimate Doom, Final Doom, Heretic,
Doom press release pre beta and also, in a more or less limited way, Hexen,
Strife and Doom alpha. It is available under the terms of the GPL.

%prep
%setup -q
%patch0 -p0 -b .fix-compil
%patch1 -p0 -b .gcc

%build
./configure --prefix=%_prefix
%make CXXFLAGS="%optflags" CXX="g++ %ldflags" X11LIBDIR=%{_libdir} X11INCLUDEDIR=%{_includedir}

%install
rm -rf $RPM_BUILD_ROOT
make \
    BINDIR=%buildroot/%_bindir \
    ETCDIR=%buildroot/%_sysconfdir/%name/%version \
    ETCDIRNV=%buildroot/%_sysconfdir/%name \
    MANDIR=%buildroot/%_mandir \
    SHAREDIR=%buildroot/%_datadir/games/%name/%version \
    SHAREDIRNV=%buildroot/games/%_datadir \
        install

mkdir -p ./html
mv ./doc/*.html ./html
mv ./docsrc/*.png ./html
  
cat %buildroot/%_sysconfdir/%name/%version/yadex.cfg | \
	sed -e "s|/usr/local|%_prefix|" > %buildroot/%_sysconfdir/%name/%version/yadex.cfg.tmp

mv %buildroot/%_sysconfdir/%name/%version/yadex.cfg.tmp %buildroot/%_sysconfdir/%name/%version/yadex.cfg

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%name.desktop
[Desktop Entry]
Type=Application
Categories=Game;ArcadeGame;
Name=Yadex
Icon=arcade_section
Comment=A level editor for DOOM
Exec=%name
EOF

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -fr %buildroot

%files
%defattr(-,root,root)
%doc README TODO CHANGES COPYING COPYING.LIB html
%_bindir/yadex
%_bindir/yadex-%{version}
%dir %_sysconfdir/%name
%dir %_sysconfdir/%name/%version
%config(noreplace) %_sysconfdir/%name/%version/yadex.cfg
%dir %_gamesdatadir/yadex
%dir %_gamesdatadir/yadex/%{version}
%_gamesdatadir/yadex/%{version}/*.ygd
%_mandir/man6/yadex*
%{_datadir}/applications/mandriva-yadex.desktop





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-13
+ Revision: ec92cd6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9393 |14cr|yafaray-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname YafaRay

%if %{_use_internal_dependency_generator}
%define __noautoprovfiles '%{python_sitearch}/(.*)\.so$|%{_libdir}/yafaray'
%else
%define _exclude_files_from_autoprov ^%{python_sitearch}/.*\.so$\\|%{_libdir}/yafaray
%endif

Summary:	A free open-source raytracing render engine
Name:		yafaray
Version:	0.1.1
Release:	4
License:	LGPLv2.1+
Group:		Graphics
Url:		http://www.yafray.org/
Source0:	http://static.yafaray.org/sources/%{oname}.%{version}.zip
Source1:	http://static.yafaray.org/sources/%{oname}-blender.%{version}.zip
Source2:	yafaray.rpmlintrc
BuildRequires:	scons
BuildRequires:	swig
BuildRequires:	jpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
%rename yafray

%description
YafaRay is a free open-source raytracing render engine.

Raytracing is a rendering technique for generating realistic images by
tracing the path of light through a 3D scene. A render engine consists of
a "faceless" computer program that interacts with a host 3D application
to provide very specific raytracing capabilities "on demand". Blender 3D
is the host application of YafaRay.

%package blender
Summary:	Blender integration scripts
Group:		Graphics
Requires:	%{name} = %{version}-%{release}
Requires:	blender

%description blender
YafRay uses a python-coded settings interface to set lighting and rendering
parameters. This settings interface is launched by an entry automatically
added to the Blender Render menu.

%prep
%setup -q -n %{name}
%setup -q -D -T -a 1 -n %{name}

sed -i -e"s,/lib',/%{_lib}',g" config/linux2-config.py
sed -i -e"s,/lib/,/%{_lib}/,g" config/linux2-config.py
sed -i -e"s,WITH_YF_QT='false',WITH_YF_QT='true',g" config/linux2-config.py

cat << EOF >> config/linux2-config.py
YF_QTDIR = '/usr/lib/qt4'
# unversioned SO is correct by itself when the said shared object is
# meant to be dlopen at runtime, instead of being linked at build time.
#YF_SHLINKFLAGS = "-Wl,-soname,libyafaraycore.so.1"
EOF
sed -i -e"s|REL_CCFLAGS = '-O3 -ffast-math'|REL_CCFLAGS = '-ffast-math -fPIC %{optflags}'|g" config/linux2-config.py
sed -i -e"s|/usr/local|/usr|g" config/linux2-config.py
# fixes %%{buildroot} in libyafaraycore.so
sed -i -e"s,\$YF_LIBOUT,%{_libdir},g" tools/writeconfig.py
sed -i -e"s,\$YF_PLUGINPATH,%{_libdir}/%{name},g" tools/writeconfig.py

%build
scons build
scons swig

%install
scons PREFIX=%{buildroot}%{_prefix} install

mkdir -p %{buildroot}%{_datadir}/blender/scripts
mkdir -p %{buildroot}%{python_sitearch}

cp -p bindings/python/yaf*.py \
      %{buildroot}%{_datadir}/blender/scripts
cp -p bindings/python/_yaf*.so \
      %{buildroot}%{python_sitearch}
cp -p %{name}-blender/yaf*.py \
      %{buildroot}%{_datadir}/blender/scripts

%files
%doc CODING LICENSE INSTALL
%{_bindir}/%{name}-xml
%{_libdir}/%{name}/*.so
%{_libdir}/libyafaraycore.so

%files blender
%{_datadir}/blender/scripts/*
%{_libdir}/libyafarayqt.so
%{_libdir}/libyafarayplugin.so
%{python_sitearch}/_yaf*.so


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-4
+ Revision: c37387a
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9394 |14cr|yagf-0.9.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Yet Another Graphic Front-end for Cuneiform
Name: 		yagf
Version:	0.9.4.2
Release:	1
License: 	GPLv3+
Group: 		Office
URL: 		http://symmetrica.net/cuneiform-linux/yagf-en.html
Source0: 	https://yagf.googlecode.com/archive/%{name}-%{version}.tar.gz
BuildRequires: 	cmake qt4-devel aspell-devel djvulibre-devel tiff-devel
#Requires: 	qt4-common aspell
Suggests:	cuneiform-linux
Suggests:	tesseract
#Requires:	aspell-ru aspell-uk aspell-en

%description
YAGF is a graphical interface for cuneiform and tesseract text recognition
tools on the Linux platform. With YAGF you can scan images via XSane, import
pages from PDF documents, perform images preprocessing and recognize texts
using cuneiform from a single command center. YAGF also makes it easy to scan
and recognize several images sequentially.

%prep
%setup -q -n %{name}-5aa10dee3fba

find . -type f -executable -exec chmod a-x {} \;

%build
%cmake
%make

%install
pushd build
%makeinstall_std
popd

%files
%{_bindir}/yagf
%{_datadir}/yagf
%{_datadir}/pixmaps/yagf.png
%{_datadir}/icons/hicolor/*/apps/yagf.*
%{_libdir}/yagf/libxspreload.so
%{_datadir}/applications/YAGF.desktop
%doc AUTHORS ChangeLog DESCRIPTION README

%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4.2-1
+ Revision: c2ad7ce
- Updated to 0.9.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9395 |14cr|yahqtzee-2009.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           yahqtzee
Version:        2009.10
Summary:        A dice game written in C++ with Qt 4
Release:        3
License:        GPL
Group:          Graphical desktop/KDE
URL:            http://www.qt-apps.org/content/show.php/YahQtzee?content=88126
Source0:        http://prdownloads.sourceforge.net/88126-yahtzee-%version.tar.gz
Patch0:         88126-yahtzee-2009.02-fix-desktopfile.patch
BuildRoot:      %_tmppath/%name-%version-%release-buildroot
BuildRequires:  qt4-devel

%description
A dice game written in C++ with Qt 4. 

%files
%defattr(-,root,root)
%_gamesdatadir/yahtzee
%_gamesbindir/yahtzee
%_datadir/applications/yahtzee.desktop
%_iconsdir/yahtzee.png

#-----------------------------------------------------------------------------

%prep
%setup -q -n yahtzee
%patch0 -p1

%build

qmake yahtzee.pro

%make


%install
rm -rf %buildroot
%__mkdir -p  %buildroot%_gamesdatadir/yahtzee
%__cp yahtzee %buildroot%_gamesdatadir/yahtzee/
%__cp *.qm  %buildroot%_gamesdatadir/yahtzee/

%__mkdir -p %buildroot%_gamesdatadir/yahtzee/images
%__cp images/* %buildroot%_gamesdatadir/yahtzee/images

%__mkdir -p %buildroot%_gamesbindir 
ln -s %_gamesdatadir/yahtzee/yahtzee %buildroot%_gamesbindir

%__mkdir -p %buildroot%_datadir/applications
%__cp desktop/yahtzee.desktop %buildroot%_datadir/applications/yahtzee.desktop

%__mkdir -p %buildroot%_iconsdir
%__cp desktop/yahtzee.png %buildroot%_iconsdir/yahtzee.png

%clean
rm -rf %{buildroot}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2009.10-3
+ Revision: a63a923
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9396 |14cr|yakuake-2.9.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Very powerful Quake style Konsole
Name:		yakuake
Version:	2.9.9
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Source0:	http://download.kde.org/stable/yakuake/%{version}/src/%{name}-%{version}.tar.xz
Url:		http://www.kde-apps.org/content/show.php?content=29153
BuildRequires:	kdelibs4-devel
Requires:	konsole
Obsoletes:	kde4-%name <= 2.9.2
Provides:	kde4-%name = %version

%description
Yakuake is a Quake-style terminal emulator based on KDE Konsole technology.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO NEWS KDE4FAQ
%{_kde_bindir}/*
%{_kde_datadir}/applications/kde4/*.desktop
%{_kde_appsdir}/%{name}
%{_kde_appsdir}/kconf_update/%{name}*
%{_kde_configdir}/yakuake.knsrc
%{_kde_iconsdir}/hicolor/*/apps/*

#--------------------------------------------------------------------

%prep 
%setup -qn %{name}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %name

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.9-2
+ Revision: c4650aa
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9397 |14cr|yarg-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Yet Another Randr Gui
Name:		yarg
Version:	0.4
Release:	4
License:	GPLv2+
Group:		System/X11
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.desktop
BuildRequires:	boost-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)

%description
Yet Another Randr Gui is a very simple Randr gui written in QT. Currently, it
only supports basic functionality and can be minimized to tray.

%files
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%qmake_qt4 PREFIX=%{_prefix}
%make

%install
make install INSTALL_ROOT=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/applications/
cp -r %{SOURCE1} %{buildroot}%{_datadir}/applications/


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4-4
+ Revision: a74817e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9398 |14cr|yarssr-0.2.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An unobtrusive RSS Aggregator
Name:		yarssr
Version:	0.2.2
Release:	8
Group:		Networking/News
License:	GPL
URL:		http://yarssr.sourceforge.net/
Source:		http://osdn.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/root-%{name}-%{version}
BuildRequires:	coreutils, gettext
BuildArch:	noarch

%description
Yet Another RSS Reader is an RSS aggregator and reader that displays its
results in the GNOME or KDE system tray (notification area). To view the
contents of the feed just click the menu-item and it will launch in your
favorite browser. It is written in Perl and uses gtk2-perl for its
interface. YARSSR is still early in development, but is entirely usable.

%prep
%setup -q

%build
%make PREFIX=%{_prefix}

%install
%makeinstall_std PREFIX=%{_prefix}
%find_lang %name

%clean
 [ %buildroot != '/' ] && rm -fr %buildroot	

%files -f %name.lang
%defattr(-,root,root,0755)
%doc ChangeLog INSTALL README TODO
%{_bindir}/%{name}
%{_prefix}/lib/%{name}
%{_datadir}/%{name}




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-8
+ Revision: 30ed02e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9399 |14cr|yate-5.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major %{version}
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define uprel	1

#################################
# ready for a future plf build 
# with amrnb package, should 
# be done by a real packager with 
# proper credentials to build plf.
#################################
# Hardcode PLF build
%define build_plf 0

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

%define __noautoreq '/usr/bin/php'

Summary:	Yet Another Telephony Engine
Name:		yate
Version:	5.1.0
Release:	3
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://yate.null.ro/
Source0:	http://yate.null.ro/tarballs/yate%{major}/%{name}-%{version}-%{uprel}.tar.gz
# Converted from <http://yate.null.ro/favicon.ico>
Source1:	yate-16.png
Source2:	yate-32.png
Patch0:		yate-4.1.0-mdv-dont_break_cflags.patch
Patch1:		yate-fix-ssl-detection.patch
Requires(post,preun):	rpm-helper
BuildRequires:	desktop-file-utils
BuildRequires:	doxygen
BuildRequires:	gawk
BuildRequires:	imagemagick
BuildRequires:	sed
BuildRequires:	coredumper-devel
BuildRequires:	gsm-devel
BuildRequires:	mysql-devel
BuildRequires:	perl-devel
BuildRequires:	pri-devel
BuildRequires:	qt4-devel
BuildRequires:	tonezone-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libxul)
#BuildRequires:	pkgconfig(opal)
BuildRequires:	pkgconfig(openssl)
#BuildRequires:	pkgconfig(ptlib)
BuildRequires:	pkgconfig(spandsp)
BuildRequires:	pkgconfig(speex)
%if %{build_plf}
BuildRequires:	libamrnb-devel
%endif

%description
Yate is a telephony engine designed to implement PBX and IVR solutions 
for small to large scale projects.

%files
%dir %{_defaultdocdir}/%{name}
%doc %{_defaultdocdir}/%{name}/README
%doc %{_defaultdocdir}/%{name}/COPYING
%doc %{_defaultdocdir}/%{name}/ChangeLog
%{_bindir}/yate
%{_mandir}/*/yate.*
%{_initrddir}/yate
%dir %{_datadir}/yate/data
%{_datadir}/yate/data/*
%dir %{_libdir}/yate
%dir %{_libdir}/yate/client
%dir %{_libdir}/yate/jabber
%dir %{_libdir}/yate/server
%dir %{_libdir}/yate/sig
%dir %{_libdir}/yate/sip
%{_libdir}/yate/cdrbuild.yate
%{_libdir}/yate/cdrfile.yate
%{_libdir}/yate/regexroute.yate
%{_libdir}/yate/javascript.yate
%{_libdir}/yate/gvoice.yate
%{_libdir}/yate/isaccodec.yate
%{_libdir}/yate/server/regfile.yate
%{_libdir}/yate/server/accfile.yate
%{_libdir}/yate/server/register.yate
%{_libdir}/yate/tonegen.yate
%{_libdir}/yate/tonedetect.yate
%{_libdir}/yate/wavefile.yate
%{_libdir}/yate/conference.yate
%{_libdir}/yate/moh.yate
%{_libdir}/yate/callgen.yate
%{_libdir}/yate/analyzer.yate
%{_libdir}/yate/rmanager.yate
%{_libdir}/yate/msgsniff.yate
%{_libdir}/yate/mux.yate
%{_libdir}/yate/pbx.yate
%{_libdir}/yate/dumbchan.yate
%{_libdir}/yate/callfork.yate
%{_libdir}/yate/extmodule.yate
%{_libdir}/yate/filetransfer.yate
%{_libdir}/yate/ysipchan.yate
%{_libdir}/yate/yrtpchan.yate
%{_libdir}/yate/ystunchan.yate
%{_libdir}/yate/ysockschan.yate
%{_libdir}/yate/yiaxchan.yate
%{_libdir}/yate/yjinglechan.yate
%{_libdir}/yate/enumroute.yate
%{_libdir}/yate/faxchan.yate
%{_libdir}/yate/ilbcwebrtc.yate
%{_libdir}/yate/ilbccodec.yate
%{_libdir}/yate/server/dbwave.yate
%{_libdir}/yate/server/dbpbx.yate
%{_libdir}/yate/server/pbxassist.yate
%{_libdir}/yate/server/park.yate
%{_libdir}/yate/server/queues.yate
%{_libdir}/yate/server/lateroute.yate
%{_libdir}/yate/server/callcounters.yate
%{_libdir}/yate/server/yradius.yate
%{_libdir}/yate/server/sipfeatures.yate
%{_libdir}/yate/server/queuesnotify.yate
%{_libdir}/yate/server/heartbeat.yate
%{_libdir}/yate/server/clustering.yate
%{_libdir}/yate/server/mgcpca.yate
%{_libdir}/yate/server/mgcpgw.yate
%{_libdir}/yate/server/mrcpspeech.yate
%{_libdir}/yate/server/ysigchan.yate
%{_libdir}/yate/server/ciscosm.yate
%{_libdir}/yate/server/sigtransport.yate
%{_libdir}/yate/server/analog.yate
%{_libdir}/yate/server/analogdetect.yate
%{_libdir}/yate/server/users.yate
%{_libdir}/yate/server/presence.yate
%{_libdir}/yate/server/subscription.yate
%{_libdir}/yate/server/cpuload.yate
%{_libdir}/yate/server/ccongestion.yate
%{_libdir}/yate/server/monitoring.yate
%{_libdir}/yate/server/ysnmpagent.yate
%{_libdir}/yate/server/cache.yate
%{_libdir}/yate/server/eventlogs.yate
%{_libdir}/yate/client/osschan.yate
%{_libdir}/yate/client/jabberclient.yate
%{_libdir}/yate/jabber/jabberserver.yate
%{_libdir}/yate/jabber/jbfeatures.yate
%{_libdir}/yate/sig/isupmangler.yate
%{_libdir}/yate/sig/ss7_lnp_ansi.yate
%{_libdir}/yate/sig/camel_map.yate
%{_libdir}/yate/sip/sip_cnam_lnp.yate
%{_libdir}/yate/cdrcombine.yate
%{_libdir}/yate/fileinfo.yate
%dir %{_sysconfdir}/yate
%config(noreplace) %{_sysconfdir}/yate/accfile.conf
%config(noreplace) %{_sysconfdir}/yate/cdrbuild.conf
%config(noreplace) %{_sysconfdir}/yate/cdrfile.conf
%config(noreplace) %{_sysconfdir}/yate/callcounters.conf
%config(noreplace) %{_sysconfdir}/yate/dbpbx.conf
%config(noreplace) %{_sysconfdir}/yate/dsoundchan.conf
%config(noreplace) %{_sysconfdir}/yate/enumroute.conf
%config(noreplace) %{_sysconfdir}/yate/sipfeatures.conf
%config(noreplace) %{_sysconfdir}/yate/callfork.conf
%config(noreplace) %{_sysconfdir}/yate/extmodule.conf
%config(noreplace) %{_sysconfdir}/yate/filetransfer.conf
%config(noreplace) %{_sysconfdir}/yate/moh.conf
%config(noreplace) %{_sysconfdir}/yate/mux.conf
%config(noreplace) %{_sysconfdir}/yate/pbxassist.conf
%config(noreplace) %{_sysconfdir}/yate/queues.conf
%config(noreplace) %{_sysconfdir}/yate/queuesnotify.conf
%config(noreplace) %{_sysconfdir}/yate/lateroute.conf
%config(noreplace) %{_sysconfdir}/yate/regexroute.conf
%config(noreplace) %{_sysconfdir}/yate/javascript.conf
%config(noreplace) %{_sysconfdir}/yate/regfile.conf
%config(noreplace) %{_sysconfdir}/yate/register.conf
%config(noreplace) %{_sysconfdir}/yate/tonegen.conf
%config(noreplace) %{_sysconfdir}/yate/rmanager.conf
%config(noreplace) %{_sysconfdir}/yate/yate.conf
%config(noreplace) %{_sysconfdir}/yate/yiaxchan.conf
%config(noreplace) %{_sysconfdir}/yate/yradius.conf
%config(noreplace) %{_sysconfdir}/yate/yrtpchan.conf
%config(noreplace) %{_sysconfdir}/yate/ysockschan.conf
%config(noreplace) %{_sysconfdir}/yate/ystunchan.conf
%config(noreplace) %{_sysconfdir}/yate/ysipchan.conf
%config(noreplace) %{_sysconfdir}/yate/yjinglechan.conf
%config(noreplace) %{_sysconfdir}/yate/heartbeat.conf
%config(noreplace) %{_sysconfdir}/yate/clustering.conf
%config(noreplace) %{_sysconfdir}/yate/mgcpca.conf
%config(noreplace) %{_sysconfdir}/yate/mgcpgw.conf
%config(noreplace) %{_sysconfdir}/yate/analog.conf
%config(noreplace) %{_sysconfdir}/yate/ysigchan.conf
%config(noreplace) %{_sysconfdir}/yate/ciscosm.conf
%config(noreplace) %{_sysconfdir}/yate/sigtransport.conf
%config(noreplace) %{_sysconfdir}/yate/cpuload.conf
%config(noreplace) %{_sysconfdir}/yate/ccongestion.conf
%config(noreplace) %{_sysconfdir}/yate/monitoring.conf
%config(noreplace) %{_sysconfdir}/yate/ysnmpagent.conf
%config(noreplace) %{_sysconfdir}/yate/cache.conf
%config(noreplace) %{_sysconfdir}/yate/users.conf
%config(noreplace) %{_sysconfdir}/yate/presence.conf
%config(noreplace) %{_sysconfdir}/yate/subscription.conf
%config(noreplace) %{_sysconfdir}/yate/jabberclient.conf
%config(noreplace) %{_sysconfdir}/yate/jabberserver.conf
%config(noreplace) %{_sysconfdir}/yate/jbfeatures.conf
%config(noreplace) %{_sysconfdir}/yate/isupmangler.conf
%config(noreplace) %{_sysconfdir}/yate/ss7_lnp_ansi.conf
%config(noreplace) %{_sysconfdir}/yate/camel_map.conf
%config(noreplace) %{_sysconfdir}/yate/sip_cnam_lnp.conf
%config(noreplace) %{_sysconfdir}/yate/gvoice.conf
%config(noreplace) %{_sysconfdir}/yate/eventlogs.conf
%config(noreplace) %{_sysconfdir}/yate/lksctp.conf
%config(noreplace) %{_sysconfdir}/yate/amrnbcodec.conf
%config(noreplace) %{_sysconfdir}/yate/fileinfo.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/yate

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#------------------------------------------------------------------------------

%package alsa
Summary:	ALSA sound driver for Yate
Group:		Networking/Instant messaging

%description alsa
Advanced Linux Sound Architecture audio driver for Yate. This is the 
recommended audio interface for using the client under Linux.

%files alsa
%doc README COPYING ChangeLog
%{_libdir}/yate/client/alsachan.yate

#------------------------------------------------------------------------------

%package gsm%{major}
Summary:	GSM audio codec for Yate
Group:		Networking/Instant messaging

%description gsm%{major}
European GSM 06.10 audio codec for Yate. This is a low CPU usage codec 
that provides moderate compression and good voice quality.

%files gsm%{major}
%doc README COPYING ChangeLog
%{_libdir}/yate/gsmcodec.yate
%{_libdir}/libyategsm.so.%{major}

#------------------------------------------------------------------------------

%package speex
Summary:	Speex audio codec for Yate
Group:		Networking/Instant messaging

%description speex
Speex audio codec for Yate. Speex is based on CELP  and is designed to
compress voice at bitrates ranging from 2 to 44 kbps.

%files speex
%doc README COPYING ChangeLog
%{_libdir}/yate/speexcodec.yate

#------------------------------------------------------------------------------

%package h323
Summary:	H.323 protocol driver for Yate
Group:		Networking/Instant messaging

%description h323
Yate driver for the ITU-T H.323 VoIP protocol based on the OpenH323 
library.

%files h323
%doc README COPYING ChangeLog
%config(noreplace) %{_sysconfdir}/yate/h323chan.conf

#------------------------------------------------------------------------------

%package isdn
Summary:	ISDN PRI card and protocol drivers for Yate
Group:		Networking/Instant messaging

%description isdn
Yate drivers for ISDN PRI cards supported by the Zaptel or Wanpipe 
kernel interfaces.

%files isdn
%doc README COPYING ChangeLog
%config(noreplace) %{_sysconfdir}/yate/wpcard.conf
%{_libdir}/yate/server/zapcard.yate
%config(noreplace) %{_sysconfdir}/yate/zapcard.conf
%config(noreplace) %{_sysconfdir}/yate/tdmcard.conf

#------------------------------------------------------------------------------

#%package lksctp
#Summary:        Linux Kernel based SCTP support for Yate
#Group:          Networking/Instant messaging
#Provides:       %{name}-sctp = %{EVRD}
#
#%description lksctp
#This package provides SCTP sockets support for Yate based on the Linux Kernel
#implementation. These are needed for standard SIGTRAN interfaces.
#
#%files lksctp
#%{_libdir}/yate/server/lksctp.yate

#------------------------------------------------------------------------------

%package openssl
Summary:	OpenSSL based encryption support for Yate
Group:		Networking/Instant messaging
Provides:	%{name}-ssl = %{EVRD}
Provides:	%{name}-crypto = %{EVRD}

%description openssl
This package provides SSL/TLS encrypted communication support for Yate as
well as cryptographic routines used for other purposes.

%files openssl
%doc README COPYING ChangeLog
%{_libdir}/yate/openssl.yate
%config(noreplace) %{_sysconfdir}/yate/openssl.conf

#------------------------------------------------------------------------------

%package zlib
Summary:	Zlib compression support for Yate
Group:		Networking/Instant messaging
Provides:	%{name}-compression = %{EVRD}

%description zlib
This package provides Zlib data compression for Yate.

%files zlib
%doc README COPYING ChangeLog
%{_libdir}/yate/zlibcompress.yate
%config(noreplace) %{_sysconfdir}/yate/zlibcompress.conf

#------------------------------------------------------------------------------

%package pgsql
Summary:	PostgreSQL database driver for Yate
Group:		Networking/Instant messaging
Provides:	%{name}-database = %{EVRD}

%description pgsql
This package allows Yate to connect to a PostgreSQL database server. 
All modules that support database access will be able to use 
PostgreSQL.

%files pgsql
%doc README COPYING ChangeLog
%{_libdir}/yate/server/pgsqldb.yate
%config(noreplace) %{_sysconfdir}/yate/pgsqldb.conf

#------------------------------------------------------------------------------

%package mysql
Summary:	MySQL database driver for Yate
Group:		Networking/Instant messaging
Provides:	%{name}-database = %{EVRD}

%description mysql
This package allows Yate to connect to a MySQL database server. All 
modules that support database access will be able to use MySQL.

%files mysql
%doc README COPYING ChangeLog
%{_libdir}/yate/server/mysqldb.yate
%config(noreplace) %{_sysconfdir}/yate/mysqldb.conf

#------------------------------------------------------------------------------

%package client-common
Summary:	Common files for all Yate clients
Group:		Networking/Instant messaging

%description client-common
This package includes the common files needed to use Yate as a VoIP client.

%files client-common
%doc README COPYING ChangeLog
%{_datadir}/pixmaps/null_team-*.png
%dir %{_datadir}/yate/skins
%{_datadir}/yate/skins/*
%dir %{_datadir}/yate/sounds
%{_datadir}/yate/sounds/*
%dir %{_datadir}/yate/help
%{_datadir}/yate/help/*
%config(noreplace) %{_sysconfdir}/yate/providers.conf

#------------------------------------------------------------------------------

%package qt4
Summary:	Qt-4 client package for Yate
Group:		Networking/Instant messaging
Provides:	%{name}-client = %{EVRD}
Requires:	%{name}-client-common = %{EVRD}
Requires:	libyate-qt4 = %{EVRD}

%description qt4
The yate-qt4 package includes the files needed to use Yate as a VoIP client
with a Qt version 4 graphical interface.

%files qt4
%doc README COPYING ChangeLog
%{_bindir}/yate-qt4
%{_datadir}/applications/yate-qt4.desktop
%config(noreplace) %{_sysconfdir}/yate/yate-qt4.conf

#------------------------------------------------------------------------------
%package libyate-qt4

Summary:	Qt-4 client package for Yate
Group:		System/Libraries
Provides:	libyate-qt4  = %{EVRD}

%description libyate-qt4
Librairies needed by Qt version 4 graphical interface.

%files libyate-qt4
%doc README COPYING ChangeLog
%{_libdir}/libyateqt4.so.*
%{_libdir}/yate/qt4/*.yate

#------------------------------------------------------------------------------

%package scripts
Summary:	External scripting package for Yate
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}
Requires:	perl(Data::Dumper)
Requires:	php-simplexml

%description scripts
The yate-scripts package includes libraries for using external scripts 
with Yate.

%files scripts
%doc README COPYING ChangeLog
%dir %{_datadir}/yate/scripts
%{_datadir}/yate/scripts/*.*

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for Yate
Group:		System/Libraries

%description -n %{libname}
Library for Yate.

%files -n %{libname}
%doc README COPYING ChangeLog
%{_libdir}/libyate.so.*
%{_libdir}/libyatescript.so.*
%{_libdir}/libyatejabber.so.*
%{_libdir}/libyatesig.so.*
%{_libdir}/libyatemgcp.so.*

#------------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development package for Yate
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(QtGui)
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
This package includes the libraries and header files for Yate that can 
be used to build and install new modules.

%files -n %{devname}
%doc README COPYING ChangeLog
%{_includedir}/*
%{_libdir}/lib*.so
%{_bindir}/yate-config
%{_mandir}/*/yate-config.*
%{_libdir}/pkgconfig/yate.pc

#------------------------------------------------------------------------------

%package all
Summary:	Metapackage for Yate
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}
Requires:	%{name}-alsa = %{EVRD}
Requires:	%{name}-gsm = %{EVRD}
Requires:	%{name}-speex = %{EVRD}
#Requires:	%{name}-h323 = %{EVRD}
Requires:	%{name}-isdn = %{EVRD}
#Requires:	%{name}-lksctp = %{EVRD}
Requires:	%{name}-openssl = %{EVRD}
Requires:	%{name}-zlib = %{EVRD}
Requires:	%{name}-mysql = %{EVRD}
Requires:	%{name}-pgsql = %{EVRD}
Requires:	%{name}-qt4 = %{EVRD}
Requires:	%{name}-scripts = %{EVRD}

%description all
Metapackage for Yate allowing to fetch and install all components at 
once. It contains no files, just dependencies to all other packages.

#------------------------------------------------------------------------------

%if %{build_plf}
%package amrnb
Summary:	Yate with amrnb codec support
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}

%description amrnb
Guarantees Yate with amrnb codec support.

%files amrnb
%doc README.amrnb
%{_libdir}/%{name}/amrnbcodec.yate
%endif

#------------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p0

# fix openh323 detection
perl -pi -e 's|/lib/|/%{_lib}/|g' configure.in

# fix caps and logdir
perl -pi -e 's|YATE|yate|g;' \
              -e 's|/var/log|%{_logdir}|g;' \
  packing/rpm/yate.init

rm configure
autoconf

%build
%{configure2_5x} --with-archlib=%{_lib} --docdir=%{_docdir}

# paralel build causes compile errors
make 
%make apidocs-everything 

%install
%makeinstall_std

mkdir -p %{buildroot}%{_initrddir}
cp -a packing/rpm/yate.init %{buildroot}%{_initrddir}/yate

mkdir -p %{buildroot}%{_logdir}/yate

mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/yate << EOF
%{_logdir}/yate {
    notifempty
    missingok
    rotate 7
    daily
    compress
    create 644 root root
    postrotate
         /sbin/service yate reload 2>/dev/null || true
    endscript
}
EOF

find %{buildroot} -type f -name '*.menu' | xargs -t rm


mkdir -p %{buildroot}%{_datadir}/applications/
desktop-file-install --vendor ""             \
        --dir %{buildroot}%{_datadir}/applications \
        --add-category X-MandrivaLinux-Internet-InstantMessaging \
        --remove-category Application                   \
        %{buildroot}%{_datadir}/applications/yate-qt4.desktop

# fix wrong location doc files
mv %{buildroot}%{_docdir}/%{name}-%{version} %{buildroot}%{_docdir}/%{name}

install -d -m 755 %{buildroot}/%{_docdir}/%{devname}
mv %{buildroot}%{_docdir}/%{name}/*.html %{buildroot}%{_docdir}/%{name}/api/ %{buildroot}/%{_docdir}/%{devname}

%if %{build_plf}
cat<<EOF >README.amrnb
This %{name} package has been built with amrnb support.
EOF
%endif

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.1.0-3
+ Revision: 17c2a08
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9400 |14cr|yauap-0.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           yauap
Summary:        Commandline Audio Player
Version:        0.2.4
Release:        2
Url:            http://www.nongnu.org/yauap/
License:        LGPL v2+
Group:          Sound
BuildRequires:  dbus-glib-devel
BuildRequires:  libgstreamer-plugins-base-devel
Requires:       libgstreamer0.10
Requires:       gstreamer0.10-plugins-base
Requires:       gstreamer0.10-plugins-good
Requires:       dbus-x11
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source0:        http://mirrors.zerg.biz/nongnu/yauap/%{name}-%{version}.tar.gz


%description
yauap is a simple commandline audio player based on GStreamer.

%files
%defattr(-,root,root)
%doc README COPYING
%{_bindir}/yauap

#--------------------------------------------------------------------

%prep
%setup -q


%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%make

%install
%makeinstall

%clean
%{__rm} -rf "%{buildroot}"





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-2
+ Revision: 006e759
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9401 |14cr|yaws-1.98-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define devname %mklibname %{name} -d

Summary:	A high performance HTTP 1.1 webserver
Name:		yaws
Version:	1.98
Release:	2
License:	BSD
Group:		System/Servers
Url:		http://yaws.hyber.org/
Source0:	http://yaws.hyber.org/download/%{name}-%{version}.tar.gz
Source1:	%{name}.conf
Patch0:		yaws-1.98-no-werror.patch
BuildRequires:	erlang-compiler
BuildRequires:	erlang-dialyzer
BuildRequires:	erlang-mnesia
BuildRequires:	erlang-ssl
BuildRequires:	erlang-xmerl
BuildRequires:	erlang-devel
BuildRequires:	pam-devel
Requires:	erlang-dialyzer
Requires:	erlang-compiler
Requires:	erlang-crypto
Requires:	erlang-mnesia
Requires:	erlang-xmerl
Requires(post,preun):	rpm-helper

%description
Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for
dynamic-content webapplications. Two separate modes of operations are
supported.

* Standalone mode where Yaws runs as a regular webserver daemon.
  This is the default mode.
* Embedded mode where Yaws runs as an embedded webserver in another
  erlang application.

%files
%doc README ChangeLog 
%dir %{_sysconfdir}/%{name}
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_initrddir}/%{name}
%{_libdir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man5/%{name}*.5.*
%{_var}/%{name}

%pre
%_pre_useradd %{name} /var/yaws/www /bin/sh

%post
%_post_service %{name}

%postun
%_postun_userdel %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{name} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc README ChangeLog
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog

%build
# (tpg) fix pc file
sed -i -e 's@$(PREFIX)/lib/pkgconfig@$(LIBDIR)/pkgconfig@g' Makefile
sed -i -e 's@/lib@/%{_lib}@g' *.pc.in

%configure2_5x \
	--with-defaultcharset=UTF-8 \
	--sysconfdir=%{_sysconfdir}/%{name}

# (tpg) limit threads to 4, so it can build on x86_64
%make BINDIR=%{_bindir} LIBDIR=%{_libdir} -j4

%install
%makeinstall_std BINDIR=%{_bindir} LIBDIR=%{_libdir}

mkdir -p %{buildroot}%{_initrddir}
mv -f %{buildroot}%{_sysconfdir}/%{name}/init.d/%{name} %{buildroot}%{_initrddir}/%{name}

# (tpg) remove autogenerated config
rm -rf %{buildroot}%{_sysconfdir}/%{name}.conf

rm -rf %{buildroot}%{_sysconfdir}/%{name}/init.d

# (tpg) install custom config
cp %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf

find %{buildroot} -size 0 -delete


%changelog
* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.98-2
+ Revision: 8fa6e85
- Build without -Werror



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9402 |14cr|yaz-4.2.30-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname yaz %{major}
%define libicu %mklibname yaz_icu %{major}
%define libserver %mklibname yaz_server %{major}
%define devname %mklibname yaz -d

Summary:	Z39.50 protocol support library
Name:		yaz
Version:	4.2.30
Release:	5
License:	BSD-like
Group:		System/Libraries
Url:		http://www.indexdata.dk/yaz/
Source0:	http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz
Source1:	yaz-config.in
Patch0:		yaz-4.2.0-external_libstemmer.diff
BuildRequires:	bison
BuildRequires:	docbook-style-dsssl
BuildRequires:	docbook-style-xsl
BuildRequires:	libtool
BuildRequires:	tcl
BuildRequires:	libstemmer-devel
BuildRequires:	readline-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)

%description
This package contains both a test-server and clients (normal & ssl) for the
ANSI/NISO Z39.50 protocol for Information Retrieval.

%files
%doc README LICENSE installed-docs/*.html installed-docs/*.png
%{_bindir}/yaz-*
%exclude %{_bindir}/yaz-config
%{_bindir}/zoomsh
%{_mandir}/man1/yaz-client*.*
%{_mandir}/man1/yaz-iconv.1*
%{_mandir}/man1/yaz-icu.1*
%{_mandir}/man1/yaz-illclient.1*
%{_mandir}/man1/yaz-json-parse.1*
%{_mandir}/man1/yaz-marcdump.1*
%{_mandir}/man1/zoomsh.*
%{_mandir}/man1/yaz-url.1.*
%{_mandir}/man8/yaz-ztest*.*
# moved from lib pkg
%{_mandir}/man7/*
%{_datadir}/yaz/etc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Z39.50 Library
Group:		System/Libraries
Requires:	%{name}
Requires:	openssl
Requires:	tcp_wrappers

%description -n %{libname}
YAZ is a library for the ANSI/NISO Z39.50 protocol for Information Retrieval.

%files -n %{libname}
%{_libdir}/libyaz.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libicu}
Summary:	Z39.50 Library
Group:		System/Libraries
Conflicts:	%{_lib}yaz4 < 4.2.30-4

%description -n %{libicu}
YAZ is a library for the ANSI/NISO Z39.50 protocol for Information Retrieval.

%files -n %{libicu}
%{_libdir}/libyaz_icu.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libserver}
Summary:	Z39.50 Library
Group:		System/Libraries
Conflicts:	%{_lib}yaz4 < 4.2.30-4

%description -n %{libserver}
YAZ is a library for the ANSI/NISO Z39.50 protocol for Information Retrieval.

%files -n %{libserver}
%{_libdir}/libyaz_server.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Z39.50 Library - development package
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libicu} = %{EVRD}
Requires:	%{libserver} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 4.2.30-4

%description -n %{devname}
Development libraries and includes for the libyaz package.

%files -n %{devname}
%{_bindir}/yaz-config
%{_includedir}/yaz
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/yaz.m4
%{_datadir}/yaz/z39.50
%{_datadir}/yaz/ill
%{_mandir}/man1/yaz-asncomp.*
%{_mandir}/man1/yaz-config.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

# nuke the bundled libstemmer_c just in case
rm -rf libstemmer_c

# i'm sick an dtired of patching this stupid file over and over...
rm -rf yaz-config.in
cp %{SOURCE1} yaz-config.in

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" configure*
perl -pi -e "s|/usr/lib/|%{_libdir}/|g" configure*

%build
autoreconf -fi
%configure2_5x \
	--enable-shared \
	--enable-tcpd \
	--with-openssl \
	--with-xml2 \
	--with-xslt \
	--with-exslt \
	--with-icu

%make

%install
%makeinstall_std docdir=/installed-docs

# fix installed docs
rm -rf installed-docs
mv %{buildroot}/installed-docs .
mv %{buildroot}%{_docdir}/yaz/* installed-docs/

%check
make check


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.30-5
+ Revision: 4ab5ac3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9403 |14cr|yeahconsole-0.3.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Quake-like pull-down console
Name:		yeahconsole
Version:	0.3.4
Release:	3
License:	GPLv2+
Group:		Terminals
Url:		http://phrat.de/downloads.html
Source0:	http://phrat.de/%{name}-%{version}.tar.xz
Source1:	examples
BuildRequires:	pkgconfig(x11)
# Can work with both xterm or rxvt
Suggests:	xterm

%description
Yeahconsole puts an xterm window on top of your screen that behaves like a
console found in many games (like Quake). Its visibility can be toggled by
a keyboard shortcut (Control+Alt+y).

Yeahconsole is configured by editing .Xdefaults.
Please read the examples file.

%files
%doc examples README LICENSE
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
cp %{SOURCE1} .
sed -i 's|/usr/local|%{buildroot}%{_prefix}|' Makefile
sed -i 's| -o root -g root||' Makefile

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=YeahConsole
Comment=%{Summary}
Exec=%{_bindir}/%{name}
Icon=terminals_section.png
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-System-Terminals;
EOF


%changelog
* Wed Aug 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.4-3
+ Revision: c065012
- Only suggest xterm because we can use rxvt too



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9404 |14cr|yencode-0.46-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		yencode
Version:	0.46
Release:	12
Summary:	Usenet yEnc encoder,decoder and poster
Url:		http://www.yencode.org
Source:		http://prdownloads.sourceforge.net/yencode/yencode-0.46.tar.bz2
Patch0:		yencode-0.46-mdv-fix-str-fmt.patch
License:	GPLv2+
Group:		Networking/News
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
yencode is an encoder, decoder, and  posting  package  for  the  popular
Usenet yEnc encoding format. It features the ability to encode single or
multipart archives, a smart decoder  which  can  decode  multiple  files
(including files specified out of order or with nonsense filenames),  an
optional scan mode with recursion, and an easy  to  use  Usenet  posting
utility. It is fully compliant with the yEnc specifications.


%prep
%setup -q
%patch0 -p1 -b .strfmt

%build
%configure
%make


%install
%makeinstall


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog README

%defattr(-,root,root,755)
%{_bindir}/ydecode
%{_bindir}/yencode
%{_bindir}/ypost

%defattr(-,root,root,644)
%_mandir/man1/ydecode.1*
%_mandir/man1/yencode.1*
%_mandir/man1/ypost.1*
%_mandir/man5/ypostrc.5*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.46-12
+ Revision: ca96d2d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9405 |14cr|yersinia-0.7.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network pen-testing tool
Name:		yersinia
Version:	0.7.3
Release:	2
License: 	GPL
Group: 		System/Servers
URL: 		http://www.yersinia.net
Source:		http://www.yersinia.net/download/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	libnet-devel 
BuildRequires:	libtool
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig


%description
Yersinia is a network tool designed to take advantage of some weakeness in
different network protocols. It pretends to be a solid framework for analyzing
and testing the deployed networks and systems.

Currently, only attacks for the following network protocols are implemented:
* Spanning Tree Protocol (STP).
* Cisco Discovery Protocol (CDP).
* Dynamic Trunking Protocol (DTP).
* Dynamic Host Configuration Protocol (DHCP).
* Hot Standby Router Protocol (HSRP).
* 802.1q.
* Inter-Switch Link Protocol (ISL).
* VLAN Trunking Protocol (VTP).

%prep

%setup -q -c %{name}-%{version}
# Not utf-8
for file in THANKS; do
    mv $file timestamp
    iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp
    touch -r timestamp $file
done

%build
%configure --with-pcap-includes=%{_includedir}/pcap
%make CFLAGS="%{optflags}"

%install
%makeinstall_std



%files
%doc AUTHORS COPYING ChangeLog FAQ README THANKS TODO
%{_bindir}/*
%{_mandir}/man?/*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-2
+ Revision: e2f96e6
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9406 |14cr|yiff-2.14.7-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	yiff
%define	version 2.14.7
%define release 7
%define major	%{version}
%define	libname %mklibname %name %major
%define	develname %mklibname %name -d
%define debug_package	%{nil}

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	YIFF Sound Systems
License: 	GPL
Group: 		System/Servers
Url: 		http://wolfpack.twu.net/YIFF/index.html
Source0:	http://wolfsinger.com/~wolfpack/packages/%{name}-%{version}.tar.bz2
Patch:		%{name}-2.14.5.build.patch
BuildRequires:	pkgconfig(gtk+)
BuildRequires:	zlib-devel


%description
YIFF is a high performance, stable, and fully  documented sound server for UNIX
games and applications. It employs a network transparent API which allows 
multiple client programs to access sound capabilities in a similar way to how X
clients do graphics.

Run yiffconfig after install to generate a starty script.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically linked 
with %{name}.

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%mklibname %name -d 2.14.5

%description -n %{develname}
This package contains the headers that programmers will need to develop 
applications which will use %{name}.

%prep
%setup -q
%patch -p0

%build
pushd libY2
%make -f Makefile.Linux CFLAGS="%{optflags -wall} %{ldflags} -fPIC"
popd
pushd yiff
%make -f Makefile.Linux CFLAGS="%{optflags -wall} %{ldflags} -DOSS_BUFFRAG"
popd
pushd yiffconfig
%make -f Makefile.Linux CFLAGS="%{optflags -wall} %{ldflags} `gtk-config --cflags`"
popd
pushd yiffutils
%make -f Makefile.Linux CFLAGS="%{optflags -wall} %{ldflags} -D__USE_BSD"
popd

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}/%{_sysconfdir}
install -d -m 755 %{buildroot}/%{_datadir}/icons
install -d -m 755 %{buildroot}/%{_datadir}/sounds
make PREFIX=%{buildroot}%{_prefix} YLIB_DIR=%{buildroot}%{_libdir} install

# move man from /usr to /usr/share
mv %{buildroot}/%{_prefix}/man %{buildroot}/%{_mandir}

install -m 644 yiff/yiffrc %{buildroot}/%{_sysconfdir}

cat >> %{buildroot}%{_bindir}/starty <<EOF
#!/bin/sh

# Locations of YIFF compoents and resources, make any changes as needed.
#
YIFF_PROGRAM=/usr/sbin/yiff
YIFF_CONFIGURATION=/etc/yiffrc

# Run the YIFF Sound Server, syntax is; "<program> <config_file>"
# YIFF will put the process into background by itself.
#
$YIFF_PROGRAM $YIFF_CONFIGURATION

# Put list of Y hosts that you would like to allow connecting to the
# Y server in this section. Note that localhost (127.0.0.1) is always
# given permission to connect when the YIFF server is runned.
#
#yhost 127.0.0.1

# Play a sound object on successful startup?
#yplay -m /usr/share/sounds/startup1.wav
EOF
chmod +x %{buildroot}%{_bindir}/starty



%files

%doc INSTALL_MANUAL LICENSE README
%config(noreplace) %{_sysconfdir}/yiffrc
%{_sbindir}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_mandir}/man8/*
%{_datadir}/icons/*
%{_datadir}/sounds/*

%files -n %{libname}
%defattr(-,root,root)
%doc LICENSE
%{_libdir}/lib*.so.*

%files -n %{develname}
%defattr(-,root,root)
%doc LICENSE
%{_includedir}/*
%_libdir/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.14.7-7
+ Revision: 263a5c0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9407 |14cr|yoshimi-1.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           yoshimi
Summary:        ZynAddSubFX fork
Version:        1.2.2
Release:        2

Source:         http://sourceforge.net/projects/yoshimi/files/%name-%version.tar.bz2
URL:            http://yoshimi.sourceforge.net
License:        GPLv2
Group:          Sound
BuildRequires:  cmake
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(jack)
BuildRequires:  pkgconfig(zlib)
BuildRequires:  pkgconfig(fftw3)
BuildRequires:  pkgconfig(mxml)
BuildRequires:  pkgconfig(sndfile)
BuildRequires:  pkgconfig(fontconfig)
BuildRequires:  pkgconfig(glu)
BuildRequires:  fltk-devel
BuildRequires:  boost-devel
BuildRequires:  desktop-file-utils

%description
Yoshimi is a fork of the legendary and powerful ZynAddSubFX multitimbral
standalone synthesizer. Yoshimi can use
either ALSA or JACK for both Audio and MIDI, the default now being JACK

%prep
%setup -q

%build
cd src
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
%make

%install
cd src
%makeinstall_std

chmod -R 755 %{buildroot}%{_datadir}/%{name}/banks
chmod -R 755 %{buildroot}%{_datadir}/%{name}/presets
chmod a-X %{buildroot}%{_datadir}/%{name}/banks/*/*
chmod a-X %{buildroot}%{_datadir}/%{name}/presets/*

desktop-file-install \
    --remove-key="Version" \
    --add-category="X-MandrivaLinux-Sound" \
    --dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%defattr(-,root,root)

%dir %{_datadir}/%name
%{_bindir}/%name
%{_datadir}/%name/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/icons/%{name}.svg
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-2
+ Revision: a4b13f0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9408 |14cr|youtube-dl-2014.09.25-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Small command-line program to download videos from YouTube
Name:		youtube-dl
Version:	2014.09.25
Release:	1
License:	Public Domain and GPLv2+
Group:		Video
Url:		http://rg3.github.com/youtube-dl/
Source0:	https://yt-dl.org/downloads/%{version}/youtube-dl-%{version}.tar.gz

BuildRequires:  pythonegg(nose)
BuildRequires:	pythonegg(setuptools)
Requires:	python
BuildArch:	noarch

%description
Small command-line program to download videos from YouTube.


%prep
%setup -qn %{name}

%build
%make


%install
%makeinstall DESTDIR=%{buildroot} \
             PREFIX=%{_prefix} \
             MANDIR=%{_mandir} 
            

%check
#make test

%files
%doc LICENSE README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}
%config(noreplace) %{_sysconfdir}/fish/completions/%{name}.fish
%changelog
* Sat Sep 27 2014 abfonly <abfonly@gmail.com> 2014.09.25-1
+ Revision: ace5c2a
- Merge pull request #3 from abfonly/youtube-dl:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9409 |14cr|youtube-dl-gui-0.3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GUI for youtube-dl
Name:		youtube-dl-gui
Version:	0.3.5
Release:	2
License:	Public Domain
Group:		Video
Url:		http://code.google.com/p/youtube-dlg/
Patch0:		youtube-dl-gui-0.3.5-icon.patch
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.png
BuildRequires:	imagemagick
BuildRequires:	python-setuptools
BuildRequires:	wxPythonGTK
Requires:	ffmpeg
Requires:	wxPythonGTK
Requires:	youtube-dl
BuildArch:	noarch

%description
Youtube-dlG is a multi-platform GUI for the popular command line video
download tool youtube-dl. The GUI lets you download multiple videos at
once, can automatically convert downloaded videos to audio, lets you
select the video quality and more.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/ytube.png
%{python_sitelib}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
python setup.py build

%install
python setup.py install --prefix=/usr --root=%{buildroot}

mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
ln -s ../..%{python_sitelib}/youtube_dl_gui/__main__.py %{name}
chmod +x %{name}
popd

mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 0644 icons/ytube.png %{buildroot}%{_datadir}/pixmaps/ytube.png

mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=YouTube-dl GUI
Comment=GUI for YouTube-dl
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Video;
EOF

for N in 16 32 48 64 128;
do
convert %{SOURCE1} -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.5-2
+ Revision: fdaa354
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9410 |14cr|yudit-2.9.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %nil

Name:       yudit
Version:    2.9.2
Release:    5
Group:      Editors
License:    GPLv2
Conflicts:  netatalk < 2.0.3-3mdk
Source0:    http://www.yudit.org/download/yudit-%{version}.tar.bz2 
# Here I define the directories with ttf files; and several ttf fonts
# we provide or that are widely used, in order to cover the most of unicode
# if this patch doesn't work after an upgrade please try to fix it (it is
# a very simple three-lines one) rather than discarding, as discarding it
# means we lose out-of-the box support for various languages -- pablo
Patch0: yudit-2.9.2-properties.patch
URL:        http://www.yudit.org/
Summary:    Unicode Text Editor
BuildRequires:  imagemagick pkgconfig(x11)

%description
Yudit is a unicode text editor for the X Window System.
It does not need localized environment or unicode fonts.
It supports simultanious processing of many languages,
input methods, conversions for local character standards.
This package includes X11 editor interface, shell conversion
utilities and it also has support for postscript printing.

%prep
%setup -q 

%build
%configure2_5x
make

%install
rm -rf $RPM_BUILD_ROOT
 
%makeinstall_std

mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert gnome-%{name}.png -geometry 48x48 %{buildroot}%{_liconsdir}/%{name}.png
convert gnome-%{name}.png -geometry 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert gnome-%{name}.png -geometry 16x16 %{buildroot}%{_miconsdir}/%{name}.png


mkdir -p %{buildroot}%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Yudit
Type=Application
Description=Unicode Text Editor
Exec=yudit
Icon=yudit
Terminal=false
Categories=TextEditor;Utility;
EOF
 
%find_lang %{name} || touch %name.lang

# rpm complains and fails when there are installed but unpackaged files
# as we don't include those in the package, we delete them from the
# build tree -- pablo
rm -rf $RPM_BUILD_ROOT%{_datadir}/yudit/src

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post 
%{update_menus}
%endif

%if %mdkversion < 200900
%postun 
%{clean_menus}
%endif


%files -f %{name}.lang
%defattr (-, root, root, 755)
%doc *.TXT
%{_bindir}/*
%{_mandir}/man?/*
%{_datadir}/applications/*.desktop
%{_datadir}/yudit
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.2-5
+ Revision: 44a566d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9411 |14cr|yum-3.2.29-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   3.2

Name:           yum
Version:        3.2.29
Release:        2
Summary:        RPM installer/updater
License:        GPLv3+
Group:          System/Configuration/Packaging
Source:         http://linux.duke.edu/projects/yum/download/%{major}/%{name}-%{version}.tar.gz
URL:            http://www.linux.duke.edu/projects/yum
Requires:       python-rpm
Requires:       python-libxml2
Requires:       python-urlgrabber
Requires:       python-celementtree
Requires:       python-gpgme
Requires:       python-iniparse
Requires:       yum-metadata-parser
BuildRequires:  python-devel
BuildRequires:	gettext
BuildRequires:  intltool
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Yum is a utility that can check for and automatically download and
install updated RPM packages. Dependencies are obtained and downloaded
automatically prompting the user as necessary.

%prep
%setup -q

%build
%{make}

%install
rm -rf %{buildroot}
%{makeinstall_std}
# correct scripts
perl -pi -e 's|%{_libdir}/yum|%{_datadir}/yum|' %{buildroot}%{_bindir}/*
# remove init stuff
rm -f %{buildroot}%{_sysconfdir}/cron.*/yum.cron
rm -f %{buildroot}%{_sysconfdir}/init.d/%{name}
rm -f %{buildroot}%{_sysconfdir}/rc.d/init.d/%{name}
rm -f %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
rm -Rf  %{buildroot}/%py_puresitedir/urlgrabber/

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-, root, root)
%doc README AUTHORS COPYING TODO INSTALL
%config(noreplace) %{_sysconfdir}/yum/
%py_puresitedir/*
%{_datadir}/yum-cli/
%{_bindir}/*
%{_sbindir}/*
/var/cache/yum
%{_sysconfdir}/bash_completion.d/yum.bash
%{_mandir}/man*/*
%{_sysconfdir}/rc.d/init.d/yum-updatesd
%{_sysconfdir}/cron.daily/0yum.cron
%{_sysconfdir}/rc.d/init.d/yum-cron
%{_sysconfdir}/sysconfig/yum-cron
%attr(0644,root,root) %{_sysconfdir}/dbus-1/system.d/yum-updatesd.conf



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.29-2
+ Revision: ab7ec5b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9412 |14cr|yum-arch-2.2.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           yum-arch
Version:        2.2.2
Release:        7
Summary:        Extract headers from rpm in a old yum repository
License:        GPL
Group:          System/Configuration/Packaging
URL:            http://linux.duke.edu/yum/
Source0:        http://linux.duke.edu/projects/yum/download/2.2/yum-%{version}.tar.gz
Patch1:         yum-arch-folder.patch
Patch2:         yum-arch-python26.patch
Requires:       python
Requires:       python-rpm
Requires:       python-libxml2
BuildRequires:  python
BuildRequires:  gettext
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
Extract headers from rpm in a old yum repository.

This package only provides the old yum-arch command from yum-%{version}
It should be used to generate repository informations for Fedora Core  < 3
and RedHat Enterprise Linux < 4.

%prep
%setup -q -n yum-%{version}
%patch1 -p0 -b .folder
%patch2 -p0

# to avoid rpmlint warnings
for source in *.py {repomd,rpmUtils,yum}/*.py; do
    sed -i -e '/^#!\/usr/d' $source
done

%build
make

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

%clean
rm -rf %{buildroot}


%files
%defattr(-, root, root, -)
%doc README AUTHORS COPYING TODO INSTALL ChangeLog
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_mandir}/man8/%{name}*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.2-7
+ Revision: 49bd47c
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9413 |14cr|yum-metadata-parser-1.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       yum-metadata-parser
Version:    1.1.4
Release:    4
Summary:    A fast metadata parser for yum
License:    GPL
Group:      System/Configuration/Packaging
URL:        http://devel.linux.duke.edu/cgi-bin/viewcvs.cgi/yum-metadata-parser/
Source0:    http://linux.duke.edu/projects/yum/download/yum-metadata-parser/%{name}-%{version}.tar.gz
Requires:       yum >= 2.6.2
BuildRequires:  python-devel
BuildRequires:  glib2-devel
BuildRequires:  libxml2-devel
BuildRequires:  sqlite3-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
Fast metadata parser for yum implemented in C.

%prep
%setup -q

%build
%{__python} setup.py build

%install
%{__python} setup.py install -O1 --root=%{buildroot}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog
%{python_sitearch}/_sqlitecache.so
%{python_sitearch}/sqlitecachec.py
%{python_sitearch}/yum_metadata_parser-*.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.4-4
+ Revision: 8e04806
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9414 |14cr|z26-3.02.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		z26
Version:	3.02.01
Release:	3
Summary:	An Atari 2600 Video Computer System emulator
License:	GPLv2+
Group:		Emulators
URL:		http://www.whimsey.com/z26/z26.html
Source0:	http://www.whimsey.com/z26/%{name}v%{version}s.zip
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	imagemagick
BuildRequires:	dos2unix

%description
The Atari 2600 Video Computer System (VCS), introduced in 1977, was the most
popular home video game system of the early 1980's. This emulator will run
most Atari ROM images, so that you can play your favorite old Atari 2600 games
on your PC.

%prep
%setup -q -c
dos2unix src/doc/*
%__sed -i -e s/^CFLAGS=.*/CFLAGS="%{optflags}"/g src/conf/config_linux.mak
%__sed -i -e s/"strip z26"//g src/Makefile

%build
cd src
%make linux

%install
mkdir -p %{buildroot}%{_bindir}
cp src/%{name} %{buildroot}%{_bindir}/

# icons
for N in 16 32 48 64 128; do
convert src/%{name}_icon.png -scale ${N}x${N} src/$N.png;
done
install -D src/16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D src/32.png %{buildroot}%{_liconsdir}/%{name}.png
install -D src/48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -D src/64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D src/128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# menu-entry
mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=z26
Comment=Atari 2600 Emulator
Exec=z26
Icon=z26
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF

%files
%doc src/doc/*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.02.01-3
+ Revision: 26021e7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9415 |14cr|z8530drv-utils-3.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:         z8530drv-utils
License:      GPL
Group:        Communications
Provides:     z8530drv
Obsoletes:    z8530drv
Version:      3.0.3
Release:      2
Summary:      Linux driver for Z8530 based HDLC cards for AX.25
Source0:      ftp://ftp.ccac.rwth-aachen.de/pub/jr/z8530drv-utils_3.0-3.tar.gz
Patch0:        z8530drv-gcc4.diff
Patch1:       z8530drv-buildserv.diff
URL:          http://yaina.de/jreuter/linux/scc.en.html
# Patch:   z8530drv-utils-3.0.dif

%description
Utilities for the generic Z8530 AX.25 device driver



Authors:
--------
    Joerg Reuter <jreuter@yaina.de>

%prep
%setup -q -n z8530drv-utils-3.0
%patch0 -p0
%patch1 -p1

%build
make dep
make

%install
mkdir -p %{buildroot}/{etc,etc/ax25,usr,usr/sbin,sbin}
make prefix=%{buildroot} install

%files
%doc README
%doc z8530drv-utils-3.0.lsm
%doc doc/Copying.Z8530DRV
%doc doc/FAQ
%doc doc/scc_eng.doc
%doc doc/scc_ger.doc
%dir /etc/ax25
%config /etc/ax25/z8530drv.conf
/sbin/sccstat
/sbin/sccinit
/sbin/sccparam
%{_sbindir}/sccgencfg
%{_sbindir}/kissbridge



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.3-2
+ Revision: e382019
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9416 |14cr|zabbix-2.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO, maybe sometime:
# * Do something about mutex errors sometimes occurring when init scripts'
#   restart is invoked; something like "sleep 2" between stop and start?
# * Use "Include" in zabbix_{agentd,proxy,server}.conf, point to corresponding
#   /etc/zabbix/zabbix_*.conf.d/ dir; needs patching in order to not load
#   various backup files (*.rpm{orig,new,save}, *~ etc) in that dir.

%global srcname zabbix

Summary:	Open-source monitoring solution for your IT infrastructure
Name:		zabbix
Version:	2.0.1
Release:	3
License:	GPLv2+
Group:		Monitoring
Url:		http://www.zabbix.com/
Source0:	http://downloads.sourceforge.net/%{srcname}/%{srcname}-%{version}-free.tar.gz
# upstream tarball minus src/zabbix_java/lib/org-json-2010-12-28.jar
#Source0:	%{srcname}-%{version}-free.tar.gz
Source1:	zabbix-web.conf
Source5:	zabbix-logrotate.in
# tmpfiles for F >= 15 mandriva >= 2012
Source9:	zabbix-tmpfiles.conf
# systemd units
Source10:	zabbix-agent.service
Source11:	zabbix-proxy-mysql.service
Source12:	zabbix-proxy-pgsql.service
Source13:	zabbix-proxy-sqlite3.service
Source14:	zabbix-server-mysql.service
Source15:	zabbix-server-pgsql.service
Source16:	zabbix-server-sqlite3.service

# local rules for config files
Patch0:		zabbix-2.0.1-config.patch
# local rules for config files - fonts
Patch1:		zabbix-2.0.1-fonts-config.patch
# remove flash content (#737337)
# https://support.zabbix.com/browse/ZBX-4794
Patch2:		zabbix-2.0.1-no-flash.patch
# adapt for fping3 - https://support.zabbix.com/browse/ZBX-4894
Patch3:		zabbix-1.8.12-fping3.patch

BuildRequires:	systemd-units
BuildRequires:	mysql-devel
BuildRequires:	net-snmp-devel
#BuildRequires:	openldap-devel
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(iksemel)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(OpenIPMI)
BuildRequires:	pkgconfig(sqlite3)

Requires:	logrotate
Requires(pre):	shadow-utils
%if %{srcname} != %{name}
Conflicts:	%{srcname}
%endif

%description
ZABBIX is software that monitors numerous parameters of a network and
the health and integrity of servers. ZABBIX uses a flexible
notification mechanism that allows users to configure e-mail based
alerts for virtually any event.  This allows a fast reaction to server
problems. ZABBIX offers excellent reporting and data visualisation
features based on the stored data. This makes ZABBIX ideal for
capacity planning.

ZABBIX supports both polling and trapping. All ZABBIX reports and
statistics, as well as configuration parameters are accessed through a
web-based front end. A web-based front end ensures that the status of
your network and the health of your servers can be assessed from any
location. Properly configured, ZABBIX can play an important role in
monitoring IT infrastructure. This is equally true for small
organisations with a few servers and for large companies with a
multitude of servers.

%files
%doc AUTHORS ChangeLog COPYING NEWS README
%dir %{_sysconfdir}/%{srcname}
%config(noreplace) %{_sysconfdir}/tmpfiles.d/zabbix.conf
%attr(0755,zabbix,zabbix) %dir %{_localstatedir}/lib/%{srcname}
%attr(0755,zabbix,zabbix) %dir %{_localstatedir}/log/%{srcname}
%attr(0755,zabbix,zabbix) %dir %{_localstatedir}/run/%{srcname}
%{_bindir}/zabbix_get
%{_bindir}/zabbix_sender
%{_mandir}/man1/zabbix_get.1*
%{_mandir}/man1/zabbix_sender.1*

%pre
getent group zabbix > /dev/null || groupadd -r zabbix
getent passwd zabbix > /dev/null || \
    useradd -r -g zabbix -d %{_localstatedir}/lib/%{srcname} -s /sbin/nologin \
    -c "Zabbix Monitoring System" zabbix
:

#----------------------------------------------------------------------------

%package server
Summary:	Zabbix server common files
Group:		Monitoring
Requires:	%{name} = %{EVRD}
Requires:	%{name}-server-implementation = %{EVRD}
Requires:	fping
Requires:	traceroute

%description server
Zabbix server common files

%files server
%doc misc/snmptrap/zabbix_trap_receiver.pl
%attr(0640,root,zabbix) %config(noreplace) %{_sysconfdir}/zabbix_server.conf
%{_sysconfdir}/%{srcname}/zabbix_server.conf
%attr(0755,zabbix,zabbix) %dir %{_sysconfdir}/%{srcname}/externalscripts
%config(noreplace) %{_sysconfdir}/logrotate.d/zabbix-server
%ghost %{_unitdir}/zabbix-server.service
%{_mandir}/man8/zabbix_server.8*

#----------------------------------------------------------------------------

%package server-mysql
Summary:	Zabbix server compiled to use MySQL
Group:		Monitoring
Requires:	%{name} = %{EVRD}
Requires:	%{name}-server = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	%{name}-server-implementation = %{EVRD}
Conflicts:	%{name}-server-pgsql
Conflicts:	%{name}-server-sqlite3

%description server-mysql
Zabbix server compiled to use MySQL.

%files server-mysql
%{_docdir}/%{srcname}-server-mysql-%{version}/
%{_sbindir}/zabbix_server_mysql
%{_unitdir}/zabbix-server-mysql.service

%post server-mysql
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
ln -sf %{_unitdir}/zabbix-server-mysql.service %{_unitdir}/zabbix-server.service

%preun server-mysql
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable zabbix-server-mysql.service > /dev/null 2>&1 || :
    /bin/systemctl stop zabbix-server-mysql.service > /dev/null 2>&1 || :
fi

%postun server-mysql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart zabbix-server-mysql.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package server-pgsql
Summary:	Zabbix server compiled to use PostgresSQL
Group:		Monitoring
Requires:	%{name} = %{EVRD}
Requires:	%{name}-server = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	%{name}-server-implementation = %{EVRD}
Conflicts:	%{name}-server-mysql
Conflicts:	%{name}-server-sqlite3

%description server-pgsql
Zabbix server compiled to use PostgresSQL.

%post server-pgsql
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
ln -sf %{_unitdir}/zabbix-server-pgsql.service %{_unitdir}/zabbix-server.service

%files server-pgsql
%{_docdir}/%{srcname}-server-pgsql-%{version}/
%{_sbindir}/zabbix_server_pgsql
%{_unitdir}/zabbix-server-pgsql.service

%preun server-pgsql
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable zabbix-server-pgsql.service > /dev/null 2>&1 || :
    /bin/systemctl stop zabbix-server-pgsql.service > /dev/null 2>&1 || :
fi

%postun server-pgsql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart zabbix-server-pgsql.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package server-sqlite3
Summary:	Zabbix server compiled to use SQLite
Group:		Monitoring
Requires:	%{name} = %{EVRD}
Requires:	%{name}-server = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	%{name}-server-implementation = %{EVRD}
Conflicts:	%{name}-server-mysql
Conflicts:	%{name}-server-pgsql

%description server-sqlite3
Zabbix server compiled to use SQLite.

%files server-sqlite3
%{_docdir}/%{srcname}-server-sqlite3-%{version}/
%{_sbindir}/zabbix_server_sqlite3
%{_unitdir}/zabbix-server-sqlite3.service

%post server-sqlite3
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
ln -sf %{_unitdir}/zabbix-server-sqlite3.service %{_unitdir}/zabbix-server.service

%preun server-sqlite3
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable zabbix-server-sqlite3.service > /dev/null 2>&1 || :
    /bin/systemctl stop zabbix-server-sqlite3.service > /dev/null 2>&1 || :
fi

%postun server-sqlite3
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart zabbix-server-sqlite3.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package agent
Summary:	Zabbix Agent
Group:		Monitoring
Requires:	%{name} = %{EVRD}
Requires(post,preun,postun):	systemd-units

%description agent
The Zabbix client agent, to be installed on monitored systems.

%files agent
%doc conf/zabbix_agentd/*.conf
%config(noreplace) %{_sysconfdir}/zabbix_agent.conf
%{_sysconfdir}/%{srcname}/zabbix_agent.conf
%config(noreplace) %{_sysconfdir}/zabbix_agentd.conf
%{_sysconfdir}/%{srcname}/zabbix_agentd.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/zabbix-agent
%{_unitdir}/zabbix-agent.service
%{_sbindir}/zabbix_agent
%{_sbindir}/zabbix_agentd
%{_mandir}/man8/zabbix_agentd.8*

%post agent
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun agent
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable zabbix-agent.service > /dev/null 2>&1 || :
    /bin/systemctl stop zabbix-agent.service > /dev/null 2>&1 || :
fi

%postun agent
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart zabbix-agent.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package proxy
Summary:	Zabbix Proxy
Group:		Monitoring
Requires:	%{name} = %{version}-%{release}
Requires:	%{name}-proxy-implementation = %{EVRD}
Requires:	fping

%description proxy
The Zabbix proxy.

%files proxy
%doc misc/snmptrap/zabbix_trap_receiver.pl
%attr(0640,root,zabbix) %config(noreplace) %{_sysconfdir}/zabbix_proxy.conf
%{_sysconfdir}/%{srcname}/zabbix_proxy.conf
%attr(0755,zabbix,zabbix) %dir %{_sysconfdir}/%{srcname}/externalscripts
%config(noreplace) %{_sysconfdir}/logrotate.d/zabbix-proxy
%ghost %{_unitdir}/zabbix-proxy.service
%{_mandir}/man8/zabbix_proxy.8*

#----------------------------------------------------------------------------

%package proxy-mysql
Summary:	Zabbix proxy compiled to use MySQL
Group:		Monitoring
Requires:	%{name}-proxy = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	%{name}-proxy-implementation = %{EVRD}

%description proxy-mysql
The Zabbix proxy compiled to use MySQL.

%files proxy-mysql
%{_docdir}/%{srcname}-proxy-mysql-%{version}/
%{_sbindir}/zabbix_proxy_mysql
%{_unitdir}/zabbix-proxy-mysql.service

%post proxy-mysql
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
ln -sf %{_unitdir}/zabbix-proxy-mysql.service %{_unitdir}/zabbix-proxy.service

%preun proxy-mysql
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable zabbix-proxy-mysql.service > /dev/null 2>&1 || :
    /bin/systemctl stop zabbix-proxy-mysql.service > /dev/null 2>&1 || :
fi

%postun proxy-mysql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart zabbix-proxy-mysql.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package proxy-pgsql
Summary:	Zabbix proxy compiled to use PostgreSQL
Group:		Monitoring
Requires:	%{name}-proxy = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	%{name}-proxy-implementation = %{EVRD}

%description proxy-pgsql
The Zabbix proxy compiled to use PostgreSQL.

%files proxy-pgsql
%{_docdir}/%{srcname}-proxy-pgsql-%{version}/
%{_sbindir}/zabbix_proxy_pgsql
%{_unitdir}/zabbix-proxy-pgsql.service

%post proxy-pgsql
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
ln -sf %{_unitdir}/zabbix-proxy-pgsql.service %{_unitdir}/zabbix-proxy.service

%preun proxy-pgsql
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable zabbix-proxy-pgsql.service > /dev/null 2>&1 || :
    /bin/systemctl stop zabbix-proxy-pgsql.service > /dev/null 2>&1 || :
fi

%postun proxy-pgsql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart zabbix-proxy-pgsql.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package proxy-sqlite3
Summary:	Zabbix proxy compiled to use SQLite
Group:		Monitoring
Requires:	%{name}-proxy = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	%{name}-proxy-implementation = %{EVRD}

%description proxy-sqlite3
The Zabbix proxy compiled to use SQLite.

%files proxy-sqlite3
%{_docdir}/%{srcname}-proxy-sqlite3-%{version}/
%{_sbindir}/zabbix_proxy_sqlite3
%{_unitdir}/zabbix-proxy-sqlite3.service

%post proxy-sqlite3
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
ln -sf %{_unitdir}/zabbix-proxy-sqlite3.service %{_unitdir}/zabbix-proxy.service

%preun proxy-sqlite3
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable zabbix-proxy-sqlite3.service > /dev/null 2>&1 || :
    /bin/systemctl stop zabbix-proxy-sqlite3.service > /dev/null 2>&1 || :
fi

%postun proxy-sqlite3
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart zabbix-proxy-sqlite3.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package web
Summary:	Zabbix Web Frontend
Group:		Monitoring
Requires:	php
Requires:	php-gd
Requires:	php-bcmath
Requires:	php-mbstring
Requires:	php-xml
Requires:	php-gettext
Requires:	fonts-ttf-dejavu
Requires:	%{name} = %{EVRD}
Requires:	%{name}-web-database = %{EVRD}
BuildArch:	noarch

%description web
The php frontend to display the Zabbix web interface.

%files web
%dir %attr(0750,apache,apache) %{_sysconfdir}/%{srcname}/web
%ghost %attr(0644,apache,apache) %config(noreplace) %{_sysconfdir}/%{srcname}/web/zabbix.conf.php
%config(noreplace) %{_sysconfdir}/httpd/conf.d/zabbix.conf
%{_datadir}/%{srcname}

#----------------------------------------------------------------------------

%package web-mysql
Summary:	Zabbix web frontend for MySQL
Group:		Monitoring
Requires:	%{name}-web = %{EVRD}
Requires:	php-mysql
Provides:	%{name}-web-database = %{EVRD}
Conflicts:	%{name}-web-pgsql
Conflicts:	%{name}-web-sqlite3
BuildArch:	noarch

%description web-mysql
Zabbix web frontend for MySQL.

%files web-mysql

#----------------------------------------------------------------------------

%package web-pgsql
Summary:	Zabbix web frontend for PostgreSQL
Group:		Monitoring
Requires:	%{name}-web = %{EVRD}
Requires:	php-pgsql
Provides:	%{name}-web-database = %{EVRD}
Conflicts:	%{name}-web-mysql
Conflicts:	%{name}-web-sqlite3
BuildArch:	noarch

%description web-pgsql
Zabbix web frontend for PostgreSQL.

%files web-pgsql

#----------------------------------------------------------------------------

%package web-sqlite3
Summary:	Zabbix web frontend for SQLite
Group:		Monitoring
Requires:	%{name}-web = %{EVRD}
# Need to use the same db file as the server
Requires:	%{name}-server-sqlite3 = %{EVRD}
Provides:	%{name}-web-database = %{EVRD}
Conflicts:	%{name}-web-mysql
Conflicts:	%{name}-web-pgsql
BuildArch:	noarch

%description web-sqlite3
Zabbix web frontend for SQLite.

%files web-sqlite3

#----------------------------------------------------------------------------

%prep
%setup0 -q -n %{srcname}-%{version}
%patch0 -p1
%patch1 -p1
%patch3 -p1

# remove bundled java libs
rm -rf src/zabbix_java/lib/*.jar

# remove included fonts
rm -rf frontends/php/fonts

# remove executable permissions
chmod a-x upgrades/dbpatches/*/mysql/upgrade

# All libraries are expected in /usr/lib or /usr/local/lib
# https://support.zabbix.com/browse/ZBXNEXT-1296
sed -i.orig -e 's|_LIBDIR=/usr/lib|_LIBDIR=%{_libdir}|g' \
    configure

# kill off .htaccess files, options set in SOURCE1
rm -f frontends/php/include/.htaccess
rm -f frontends/php/api/.htaccess
rm -f frontends/php/conf/.htaccess

# set timestamp on modified config file and directories
touch -r frontends/php/css.css frontends/php/include/config.inc.php \
    frontends/php/include/defines.inc.php \
    frontends/php/include \
    frontends/php/include/classes

# remove prebuilt Windows binaries
rm -rf bin

# remove flash applet
# https://support.zabbix.com/browse/ZBX-4794
rm -f frontend/php/images/flash/zbxclock.swf
%patch2 -p1

%build
common_flags="
    --enable-dependency-tracking
    --enable-server
    --enable-agent
    --enable-proxy
    --enable-ipv6
    --disable-java
    --with-net-snmp
    --with-ldap
    --with-libcurl
    --with-openipmi
    --with-jabber
    --with-unixodbc
    --with-ssh2
"

%configure2_5x $common_flags --with-mysql
%make
mv src/zabbix_server/zabbix_server src/zabbix_server/zabbix_server_mysql
mv src/zabbix_proxy/zabbix_proxy src/zabbix_proxy/zabbix_proxy_mysql

%configure2_5x $common_flags --with-postgresql
%make
mv src/zabbix_server/zabbix_server src/zabbix_server/zabbix_server_pgsql
mv src/zabbix_proxy/zabbix_proxy src/zabbix_proxy/zabbix_proxy_pgsql

%configure2_5x $common_flags --with-sqlite3
%make
mv src/zabbix_server/zabbix_server src/zabbix_server/zabbix_server_sqlite3
mv src/zabbix_proxy/zabbix_proxy src/zabbix_proxy/zabbix_proxy_sqlite3

touch src/zabbix_server/zabbix_server
touch src/zabbix_proxy/zabbix_proxy


%install
# set up some required directories
mkdir -p %{buildroot}%{_sysconfdir}/%{srcname}
mkdir -p %{buildroot}%{_sysconfdir}/%{srcname}/externalscripts
mkdir -p %{buildroot}%{_sysconfdir}/%{srcname}/web
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_localstatedir}/lib/%{srcname}
mkdir -p %{buildroot}%{_localstatedir}/log/%{srcname}
mkdir -p %{buildroot}%{_localstatedir}/run/%{srcname}

# install the frontend
cp -a frontends/php %{buildroot}%{_datadir}/%{srcname}

# prepare ghosted config file
touch %{buildroot}%{_sysconfdir}/%{srcname}/web/zabbix.conf.php

# drop Apache config file in place
install -m 0644 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/conf.d/%{srcname}.conf

# fix config file options
sed -i \
    -e 's|# PidFile=.*|PidFile=%{_localstatedir}/run/%{srcname}/zabbix_agentd.pid|g' \
    -e 's|^LogFile=.*|LogFile=%{_localstatedir}/log/%{srcname}/zabbix_agentd.log|g' \
    -e 's|# LogFileSize=.*|LogFileSize=0|g' \
    conf/zabbix_agentd.conf

sed -i \
    -e 's|# PidFile=.*|PidFile=%{_localstatedir}/run/%{srcname}/zabbix.pid|g' \
    -e 's|^LogFile=.*|LogFile=%{_localstatedir}/log/%{srcname}/zabbix_server.log|g' \
    -e 's|# LogFileSize=.*|LogFileSize=0|g' \
    -e 's|# AlertScriptsPath=/home/zabbix/bin/|AlertScriptsPath=%{_localstatedir}/lib/%{srcname}/|g' \
    -e 's|^DBUser=root|DBUser=zabbix|g' \
    -e 's|# DBSocket=/tmp/mysql.sock|DBSocket=%{_localstatedir}/lib/mysql/mysql.sock|g' \
    conf/zabbix_server.conf

sed -i \
    -e 's|# PidFile=.*|PidFile=%{_localstatedir}/run/%{srcname}/zabbix_proxy.pid|g' \
    -e 's|^LogFile=.*|LogFile=%{_localstatedir}/log/%{srcname}/zabbix_proxy.log|g' \
    -e 's|# LogFileSize=.*|LogFileSize=0|g' \
    -e 's|# AlertScriptsPath=/home/zabbix/bin/|AlertScriptsPath=%{_localstatedir}/lib/%{srcname}/|g' \
    -e 's|^DBUser=root|DBUser=zabbix|g' \
    -e 's|# DBSocket=/tmp/mysql.sock|DBSocket=%{_localstatedir}/lib/mysql/mysql.sock|g' \
    conf/zabbix_proxy.conf

# install log rotation
cat %{SOURCE5} | sed -e 's|COMPONENT|server|g' > \
     %{buildroot}%{_sysconfdir}/logrotate.d/zabbix-server
cat %{SOURCE5} | sed -e 's|COMPONENT|agentd|g' > \
     %{buildroot}%{_sysconfdir}/logrotate.d/zabbix-agent
cat %{SOURCE5} | sed -e 's|COMPONENT|proxy|g' > \
     %{buildroot}%{_sysconfdir}/logrotate.d/zabbix-proxy

# systemd units
install -m 0644 -p %{SOURCE10} %{buildroot}%{_unitdir}/zabbix-agent.service
install -m 0644 -p %{SOURCE11} %{buildroot}%{_unitdir}/zabbix-proxy-mysql.service
install -m 0644 -p %{SOURCE12} %{buildroot}%{_unitdir}/zabbix-proxy-pgsql.service
install -m 0644 -p %{SOURCE13} %{buildroot}%{_unitdir}/zabbix-proxy-sqlite3.service
install -m 0644 -p %{SOURCE14} %{buildroot}%{_unitdir}/zabbix-server-mysql.service
install -m 0644 -p %{SOURCE15} %{buildroot}%{_unitdir}/zabbix-server-pgsql.service
install -m 0644 -p %{SOURCE16} %{buildroot}%{_unitdir}/zabbix-server-sqlite3.service
touch %{buildroot}%{_unitdir}/zabbix-proxy.service
touch %{buildroot}%{_unitdir}/zabbix-server.service

# install
make DESTDIR=%{buildroot} install
rm %{buildroot}%{_sbindir}/zabbix_server
install -m 0755 -p src/zabbix_server/zabbix_server_* %{buildroot}%{_sbindir}/
rm %{buildroot}%{_sbindir}/zabbix_proxy
install -m 0755 -p src/zabbix_proxy/zabbix_proxy_* %{buildroot}%{_sbindir}/

# install compatibility links for config files
ln -sf %{_sysconfdir}/zabbix_agent.conf %{buildroot}%{_sysconfdir}/%{srcname}/zabbix_agent.conf
ln -sf %{_sysconfdir}/zabbix_agentd.conf %{buildroot}%{_sysconfdir}/%{srcname}/zabbix_agentd.conf
ln -sf %{_sysconfdir}/zabbix_server.conf %{buildroot}%{_sysconfdir}/%{srcname}/zabbix_server.conf
ln -sf %{_sysconfdir}/zabbix_proxy.conf %{buildroot}%{_sysconfdir}/%{srcname}/zabbix_proxy.conf

# nuke static libs and empty oracle upgrade sql
rm -rf %{buildroot}%{_libdir}/libzbx*.a

# copy sql files to appropriate per package locations
for pkg in proxy server ; do
    docdir=%{buildroot}%{_docdir}/%{srcname}-$pkg-mysql-%{version}
    install -dm 755 $docdir
    cp -p --parents database/mysql/schema.sql $docdir
    cp -p --parents database/mysql/data.sql $docdir
    cp -p --parents database/mysql/images.sql $docdir
    cp -pR --parents upgrades/dbpatches/1.6/mysql $docdir
    cp -pR --parents upgrades/dbpatches/1.8/mysql $docdir
    cp -pR --parents upgrades/dbpatches/2.0/mysql $docdir
    docdir=%{buildroot}%{_docdir}/%{srcname}-$pkg-pgsql-%{version}
    install -dm 755 $docdir
    cp -p --parents database/postgresql/schema.sql $docdir
    cp -p --parents database/postgresql/data.sql $docdir
    cp -p --parents database/postgresql/images.sql $docdir
    cp -pR --parents upgrades/dbpatches/1.6/postgresql $docdir
    cp -pR --parents upgrades/dbpatches/1.8/postgresql $docdir
    cp -pR --parents upgrades/dbpatches/2.0/postgresql $docdir
    docdir=%{buildroot}%{_docdir}/%{srcname}-$pkg-sqlite3-%{version}
    install -dm 755 $docdir
    cp -p --parents database/sqlite3/schema.sql $docdir
    cp -p --parents database/sqlite3/data.sql $docdir
    cp -p --parents database/sqlite3/images.sql $docdir
done
# remove extraneous ones
rm -rf %{buildroot}%{_datadir}/%{srcname}/create

# systemd must create /var/run/%{srcname}
mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d
install -m 0644 %{SOURCE9} %{buildroot}%{_sysconfdir}/tmpfiles.d/zabbix.conf


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-3
+ Revision: 7b16dac
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9417 |14cr|zapata-1.4.12.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1.0
%define tone  1
%define libname %mklibname zap %{major}
%define develname %mklibname zap -d

Summary:	Zapata Telecom Library
Name:		zapata
Version:	1.4.12.1
Release:	16
License:	GPL
Group:		System/Libraries
URL:            http://www.asterisk.org/
Source0:	zaptel-%{version}.tar.gz
Source1:	autoconf.h
Patch0:		zaptel-1.4.12.1-printf.diff
Patch1:		zaptel-1.4.12.1-makefile.diff
Patch2:		zaptel-1.4.12.1-firmware.diff
BuildRequires:	libtool
BuildRequires:	kernel-devel
BuildRequires:	wget

%description
The Zapata library implements function calls allowing the user
easy access to the telephony functionality.

%package	firmware
Summary:	Shared Zapata Telecom Library
Group:          System/Libraries

%description 	firmware
The Zapata library implements function calls allowing the user
easy access to the telephony functionality.  These are firmware files.

%package -n	%{name}-tools
Summary:	Shared Zapata Telecom Library
Group:          Communications
Requires:	%{libname} = %{version}

%description -n	%{name}-tools
The Zapata library implements function calls allowing the user
easy access to the telephony functionality.  These are tools files.

%package -n	%{libname}
Summary:	Shared Zapata Telecom Library
Group:          System/Libraries
Requires:	zapata

%description -n	%{libname}
The Zapata library implements function calls allowing the user
easy access to the telephony functionality.

%package -n	%{develname}
Summary:	Zapata Telecom Library development files
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}
Provides:	libzap-devel = %{version}
Obsoletes:	%{name}-devel
Obsoletes:	%{mklibname zap 1 -d}

%description -n	%{develname}
The Zapata library implements function calls allowing the user
easy access to the telephony functionality.

This package contains the development library and its header
files for the Zapata Telecom Library.

%package -n	perl-%{name}
Summary:	Zapata Telecom Library perl files
Group:		Development/Perl
Provides:	%{name}-perl = %{version}

%description -n	perl-%{name}
The Zapata library implements function calls allowing the user
easy access to the telephony functionality.

This package contains the perl library and its header
files for the Zapata Telecom Library.

%prep
%setup -q -n zaptel-%{version}
%patch0 -p1 -b .fprintf
%patch1 -p1 -b .kernel
%patch2 -p0 -b .firmware
cp %{SOURCE1} .

%build
%configure2_5x

%make \
    CFLAGS="%{optflags} -fPIC -DPIC -D_REENTRANT -Iinclude -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"zaptel.conf\" -DCONFIG_FILENAME\"zaptel.conf\"" \
    libdir=%{_libdir}

%install
install -d %{buildroot}/%{_initrddir}
install -d %{buildroot}/%{_sysconfdir}
install -d %{buildroot}/etc/sysconfig
install -m0644 zaptel.conf.sample %{buildroot}/%{_sysconfdir}/zaptel.conf
install -m0755 zaptel.init %{buildroot}/%{_initrddir}/zaptel
install -m0644 zaptel.sysconfig %{buildroot}/etc/sysconfig/zaptel

%makeinstall_std \
    libdir=%{_libdir} \
    includedir=%{_includedir} 

# (cg) Fix udev rules location
mkdir -p %{buildroot}/lib
mv %{buildroot}%{_sysconfdir}/udev %{buildroot}/lib/
# do not pack it 
# it conflicts with tonezone-devel
rm -f %{buildroot}/%{_libdir}/libtonezone.so

%post
%_post_service zaptel

%preun
%_preun_service zaptel

%files
%{_sysconfdir}/zaptel.conf
%{_initrddir}/zaptel
%{_sysconfdir}/sysconfig/zaptel
/sbin/ztcfg
/sbin/ztmonitor
/sbin/ztscan
/sbin/ztspeed
/sbin/zttest
%{_sbindir}/genzaptelconf
%{_sbindir}/lszaptel
%{_sbindir}/zaptel_hardware
%{_sbindir}/zapconf
%{_sbindir}/zt_registration
%{_mandir}/man8/genzaptelconf.8.xz
%{_mandir}/man8/lszaptel.8.xz
%{_mandir}/man8/zapconf.8.xz
%{_mandir}/man8/zaptel_hardware.8.xz
%{_mandir}/man8/zt_registration.8.xz
%{_mandir}/man8/ztcfg.8.xz
%{_mandir}/man8/ztmonitor.8.xz
%{_mandir}/man8/ztscan.8.xz
%{_mandir}/man8/ztspeed.8.xz
%{_mandir}/man8/zttest.8.xz
%{_datadir}/zaptel/FPGA_1141.hex
%{_datadir}/zaptel/FPGA_1151.hex
%{_datadir}/zaptel/FPGA_FXS.hex
%{_datadir}/zaptel/USB_FW.hex
%{_datadir}/zaptel/init_card_1_30
%{_datadir}/zaptel/init_card_2_30
%{_datadir}/zaptel/init_card_3_30
%{_datadir}/zaptel/init_card_4_30
%{_datadir}/zaptel/init_fxo_modes

%files -n %{name}-tools
/sbin/fxotune
%{_sbindir}/xpp_blink
%{_sbindir}/xpp_sync
%{_datadir}/zaptel/xpp_fxloader
%{_mandir}/man8/xpp_blink.8.xz
%{_mandir}/man8/xpp_sync.8.xz
%{_mandir}/man8/fxotune.8.xz
%{_udevrulesdir}/xpp.rules
%{_sysconfdir}/hotplug/usb/xpp_fxloader
%{_sysconfdir}/hotplug/usb/xpp_fxloader.usermap

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.a

%files -n perl-%{name}
%{perl_sitelib}/Zaptel.pm
%{perl_sitelib}/Zaptel

%files firmware
/lib/firmware/.zaptel*
/lib/firmware/zaptel*
/usr/lib/hotplug/firmware/.zaptel*
/usr/lib/hotplug/firmware/zaptel*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.12.1-16
+ Revision: 84472dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9418 |14cr|zathura-0.0.8.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
Summary:	A lightweight PDF viewer
Name:		zathura
Version:	0.0.8.5
Release:	2
Group:		Office
License:	zlib
URL:		http://zathura.pwmt.org/projects/zathura
Source0:	http://zathura.pwmt.org/attachments/download/10/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(poppler-glib)

%description
Zathura is a highly configurable and functional PDF viewer based on the Poppler
rendering library and the GTK+ toolkit. The idea behind zathura is an
application that provides a minimalist and space saving interface as well as
an easy usage that mainly focuses on keyboard interaction.

%prep
%setup -q
# don't rebuid at install time
sed -ie "s/install:\ all/install:\ /g" Makefile

%build
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{name}.desktop %{buildroot}%{_datadir}/applications/
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop

%files
%doc LICENSE README
%{_bindir}/*
%{_mandir}/man*/*
%{_datadir}/applications/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.8.5-2
+ Revision: c73a648
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9419 |14cr|zaz-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           zaz
Version:        1.0.0
Release:        2
Summary:        A puzzle game where the player has to arrange balls in triplets
Group:          Games/Arcade
# Music released under CC-BY-SA
License:        GPLv3+ and CC-BY-SA
URL:            http://sourceforge.net/projects/zaz/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(SDL_image)
BuildRequires: pkgconfig(theora)
BuildRequires: pkgconfig(vorbis)
BuildRequires: pkgconfig(ftgl)
BuildRequires: gettext
BuildRequires: desktop-file-utils

%description
Zaz is an arcade action puzzle game where the goal is to get rid of all 
incoming balls by rearranging their order and making triplets.
It currently includes 6 different levels. The game's name is recursive and 
stands for "Zaz ain't Z".

A 3D accelerator is needed for decent game play.


%prep
%setup -q
rm -fr win32.zip

# Fix permissions
chmod 644 src/*.{cpp,h}


%build
export LDFLAGS="$LDFLAGS -lvorbis"
%configure
%make


%install
%makeinstall_std

# Remove docs
rm -r $RPM_BUILD_ROOT/usr/share/doc/

# Fix desktop file
desktop-file-install \
   --delete-original \
   --add-category LogicGame \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \
   $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING data/copyright.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm

%changelog
* Mon Aug 11 2014 abfonly <abfonly@gmail.com> 1.0.0-2
+ Revision: 22b44d9
- Updated zaz.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9420 |14cr|zboy-0.52-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{mdvver} >= 201100
%define		build_gui	1
%else
%define		build_gui	0
%endif

Name:		zboy
Version:	0.52
Release:	2
Summary:	Nintendo GameBoy Emulator
License:	GPLv3
Group:		Emulators
URL:		http://www.viste-family.net/mateusz/software/zboy/
Source0:	http://www.viste-family.net/mateusz/software/%{name}/%{name}_v%{version}_src.zip
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
Source4:	%{name}-64.png
Source5:	%{name}-96.png
Source6:	%{name}-128.png
Patch0:		zboy-0.52-makefile.patch
Patch1:		zboy-0.52-sfmt.patch
BuildRequires:	SDL-devel
%if %{build_gui}
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(glib-2.0)
%endif

%description
zBoy is a multiplatform GameBoy emulator that provides a load/save feature,
can perform PCX screenshots either manually or automatically (every few
seconds) and emulates an internal battery for ROMs that were designed to use
one (this allows to use the internal save option provided by such games,
remember highest scores, etc).

zBoy supports some additionnal features, too, like intelligent saving of
hi-scores for some games that aren't able to save their hi-scores table by
themselves because of the lack of a battery-backed RAM on the cartridge, and
improving screen's resolution output using graphic algorithms like Scale2x,
Scale3x, eagle... Here you can see a comparison between graphic algorithms
supported by zBoy. This is also one of the very few GameBoy emulators that
provides a 2-gameboys link emulation, which makes it possible to play some
games in 2-players mode on a LAN.

zBoy allows to play GameBoy games using a keyboard or a joypad (or both).

%if %{build_gui}
Since 0.52 zBoy features GTK3 GUI.
%else
WARNING! There is no GUI for zBoy in this Mandriva version because it
doesn't have GTK3 development libraries.
Run the emulator from terminal: zboy your_rom.gb
%endif

%prep
%setup -q -c
%patch0 -p1
%patch1 -p1
%__cp Makefile.linux Makefile

%build
%setup_compile_flags
%if %{build_gui}
%make zboy-gui
%else
%make zboy-nogui
%endif

%install
%__rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_bindir}
%__cp %{name} %{buildroot}%{_bindir}/%{name}

%if %{build_gui}
# icons
%__install -D %{SOURCE1} -m 644 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%__install -D %{SOURCE2} -m 644 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%__install -D %{SOURCE3} -m 644 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%__install -D %{SOURCE4} -m 644 %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
%__install -D %{SOURCE5} -m 644 %{buildroot}%{_iconsdir}/hicolor/96x96/apps/%{name}.png
%__install -D %{SOURCE6} -m 644 %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# menu-entry
%__mkdir_p  %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Version=1.0
Name=zBoy
Comment=Nintendo GameBoy Emulator
Type=Application
Exec=%{name}
Icon=%{name}
Categories=Game;Emulator;
EOF
%endif

%clean
%__rm -rf %{buildroot}

%files
%doc zboy.txt history.txt todo.txt license.txt
%{_bindir}/%{name}
%if %{build_gui}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%endif



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.52-2
+ Revision: 15527eb
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9421 |14cr|zd1211-2.5.0.0-0.r85.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_dkms 1

%{?_with_dkms:%define build_dkms 1}
%{?_without_dkms:%define build_dkms 0}

%define	modname	%{name}
%define svnver	r85
%define	rel	0.%{svnver}.1

Name:		zd1211
Summary:	Userland tools for zd1211 driver
Version:	2.5.0.0
Release:	%{rel}
License:	GPL
Group:		System/Configuration/Hardware
URL:		http://zd1211.ath.cx/
Source0:	%{modname}-driver-%{svnver}.tar.xz

%if %build_dkms
Requires:	dkms-%{name} = %{version}
%endif

%description
Initially contributed by ZyDAS under the GPL license, this ZD1211 Linux
driver is actively maintained by the open source community.

%if %build_dkms
%package -n	dkms-%{name}
Summary:	DKMS-ready kernel-source for the ZyDAS ZD1211 kernel module
License:	GPL
Group:		System/Kernel and hardware
Requires(pre):	dkms
Requires(post): dkms
Requires:	%{name} = %{version}

%description -n dkms-%{name}
Linux drivers for ZyDAS ZD1211 802.11b/g USB WLAN chipset.
DKMS package for %{name} kernel module.
%endif

%prep
%setup -q -n %{modname}
find -type f |xargs chmod 644
rm -fr .svn src/.svn src/pHash
perl -i -pe 's/\r\n/\n/gs' sta



%build
gcc $RPM_OPT_FLAGS -o apdbg apdbg.c

%install
install -m755 -D apdbg %{buildroot}%{_sbindir}/apdbg

%if %build_dkms
mkdir -p $RPM_BUILD_ROOT/usr/src/%{modname}-%{version}-%{release}
cp -r * $RPM_BUILD_ROOT/usr/src/%{modname}-%{version}-%{release}
cat > %{buildroot}/usr/src/%{modname}-%{version}-%{release}/dkms.conf <<EOF

PACKAGE_VERSION="%{version}-%{release}"

# Items below here should not have to change with each driver version
PACKAGE_NAME="%{modname}"
MAKE[0]="make -C \${kernel_source_dir} SUBDIRS=\${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build modules ZD1211REV_B=0"
CLEAN="make -C \${kernel_source_dir} SUBDIRS=\${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build clean"
BUILT_MODULE_NAME[0]="\$PACKAGE_NAME"
DEST_MODULE_LOCATION[0]="/kernel/drivers/usb/net/wireless"
REMAKE_INITRD="no"
EOF
%endif



%if %build_dkms
%post -n dkms-%{name}
dkms add     -m %{modname} -v %{version}-%{release} --rpm_safe_upgrade
dkms build   -m %{modname} -v %{version}-%{release} --rpm_safe_upgrade
dkms install -m %{modname} -v %{version}-%{release} --rpm_safe_upgrade

%preun -n dkms-%{name}
dkms remove -m %{modname} -v %{version}-%{release} --rpm_safe_upgrade --all
%endif

%files
%defattr (-, root, root)
%doc sta copying
%{_sbindir}/apdbg

%if %build_dkms
%files -n dkms-%{name}
%doc copying
%defattr(-,root,root)
/usr/src/%{name}-%{version}-%{release}
%endif




%changelog
* Wed Feb 26 2014 symbianflo <symbianflo@mandrivausers.ro> 2.5.0.0-0.r85.1
+ Revision: 6dcb9b8
- Merge pull request #1 from symbianflo/zd1211:rosa2012.1
- symbianflo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9422 |14cr|zeppoo-0.0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'libzeppoo/libzeppoo.so'
%else
%define _requires_exceptions libzeppoo/libzeppoo.so
%endif

Summary: Rootkit detection tool
Name:    zeppoo
Version: 0.0.4
Release: 6
Source0: http://downloads.sourceforge.net/zeppoo/%{name}-%{version}.tar.bz2
License: GPL
Group: Monitoring
Url: http://www.zeppoo.net/

%description
Zeppoo allows you to detect rootkits on the i386 architecture under
Linux by using /dev/kmem and /dev/mem. It can also detect hidden
tasks, modules, syscalls, some corrupted symbols, and hidden
connections.

%prep
%setup -q

%build
%make -C lib%{name}
%make

%install
rm -rf %{buildroot}
install -d %{buildroot}%{_bindir}
install -m755 %{name} %{buildroot}%{_bindir}/%{name}.real
cat <<EOF > %{buildroot}%{_bindir}/%{name}
#!/bin/sh
cd %{_libdir}
exec %{name}.real "\$@"
EOF
chmod 755 %{buildroot}%{_bindir}/%{name}
install -D -m644 lib%{name}/lib%{name}.so %{buildroot}%{_libdir}/lib%{name}/lib%{name}.so

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS Changelog FAQ README SUPPORTS TODO
%{_bindir}/%{name}
%{_bindir}/%{name}.real
%dir %{_libdir}/lib%{name}
%{_libdir}/lib%{name}/lib%{name}.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-6
+ Revision: fd383f7
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9423 |14cr|zero-install-0.1.27-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define vname %{name}-%{version}
%define LAZYFS_VERSION 0d1d26

%define _sysconfdir /etc

Name:           zero-install
Version:        0.1.27
Release:        12
Summary:        Removes the need to install software

Group:          System/Servers
License:        GPLv2+
URL:            http://0install.net/
Source0:        http://heanet.dl.sourceforge.net/sourceforge/zero-install/%{vname}.tar.gz.gpg
Patch0:         zero-install-0.1.26-build.patch.bz2
Patch1:         zero-install-0.1.26-initscript.patch.bz2
Patch2:         zero-install-0.1.26-noload.patch.bz2
# (fc) 0.1.27-4mdk fix build with latest dbus
Patch3:         zero-install-0.1.27-dbus050.patch.bz2
# (nl) 0.1.27-6mdv2007.0 fix build with dbus 0.91
Patch4:         zero-install-0.1.27-build-DBUS.patch
BuildRoot:      %{_tmppath}/%{vname}-%{release}-root
BuildRequires:  dbus-devel >= 0.20
BuildRequires:  gnupg
BuildRequires:  expat-devel
Requires(pre):  rpm-helper
Requires(post): rpm-helper
Requires(preun):rpm-helper
Requires(postun):rpm-helper
Requires:       gnupg 
Requires:       wget 
Requires:       bzip2 
Requires:       tar 
Requires:       gzip
Requires:       lazyfs = %{LAZYFS_VERSION}

%description
The Zero Install system removes the need to install software or libraries by
running all programs from a network filesystem. The filesystem in question is
the Internet as a whole, with an aggressive caching system to make it as fast
as (or faster than) traditional systems such as urpmi repositories, and to
allow for offline use. It doesn't require any central authority to maintain it,
and allows users to run software without needing a root password.

# -----------------------------------------------------------------------------

%prep
# We have to unpack manually because of using GPG
%setup -c -T
cd ..
gpg -o %{vname}.tar.gz %{SOURCE0} || echo Ignoring GPG error
tar --no-same-owner -xzf %{vname}.tar.gz
rm %{vname}.tar.gz
cd %name-%version
%patch0 -p1 -b .build
%patch1 -p1 -b .initscript
%patch2 -p1 -b .noload
%patch3 -p1 -b .dbus
%patch4 -p1 -b .dbus_091

# -----------------------------------------------------------------------------

%build
mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/rc.d/init.d/
%configure2_5x --with-user=zeroinst --with-distcheck=yes --prefix=/ \
               --with-initdir=%{_sysconfdir}/rc.d/init.d/
%make

# -----------------------------------------------------------------------------

%install
rm -rf "$RPM_BUILD_ROOT"
mkdir "$RPM_BUILD_ROOT"
DESTDIR="$RPM_BUILD_ROOT" make install
mkdir -p "$RPM_BUILD_ROOT"/var/cache/zero-inst
mv $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/0install $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/zero-install

# -----------------------------------------------------------------------------

%clean
rm -rf $RPM_BUILD_ROOT

# -----------------------------------------------------------------------------

%pre
# Add the "zeroinst" user
%_pre_useradd zeroinst /var/cache/zero-inst /sbin/nologin

%post
%_post_service zero-install

%preun
%_preun_service zero-install

%postun
%_postun_userdel zeroinst

# -----------------------------------------------------------------------------

%files
%defattr(-,root,root,-)
/bin/0run
/usr/bin/0refresh
/usr/sbin/zero-install
%{_sysconfdir}/rc.d/init.d/zero-install
%attr(755, zeroinst, root) %dir /var/cache/zero-inst
%doc NEWS README

# -----------------------------------------------------------------------------




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.27-12
+ Revision: 77d5d56
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9424 |14cr|zeromq-3.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname_orig lib%{name} 
%define major	3
%define libname	%mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Software library for fast, message-based applications
Name:		zeromq
Version:	3.2.4
Release:	2
Source0:	http://download.zeromq.org/%{name}-%{version}.tar.gz
License:	LGPLv3+
Group:		Development/Other
Url:		http://www.zeromq.org
BuildRequires:	glib2-devel
BuildRequires:	libuuid-devel
BuildRequires:	python

%description
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialized messaging middle-ware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.

%package -n	%{libname}
Summary: 	Software library for fast, message-based applications
Group:		System/Libraries
Provides:	%{libname_orig} = %{version}-%{release}
Obsoletes:	%{name}-utils

%description -n %{libname}
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialized messaging middle-ware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.

This package contains the ${name} shared library.

%package -n	%{develname}
Summary: 	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{libname_orig}-devel = %{version}-%{release}

%description -n %{develname}
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialized messaging middle-ware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.

This package contains the libraries and header files needed to develop
applications that use %{name}.

%prep
%setup -q 

%build
export CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-error=unused-variable" CXXFLAGS="$CXXFLAGS -Wno-error=unused-variable"
./configure --prefix=/usr --with-pgm
%make

%install
%makeinstall

%clean

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING* NEWS README
%{_libdir}/libzmq.so.%{major}*

%files -n %{develname}
%{_libdir}/libzmq.a
%{_libdir}/libzmq.so
%{_libdir}/pkgconfig/libzmq.pc
%{_includedir}/zmq*
%{_mandir}/man3/zmq*
%{_mandir}/man7/zmq*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.4-2
+ Revision: f362c2e
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9425 |14cr|zfo-editor-0.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		zfo-editor
Version:	0.3.2
Release:	3
Summary:	ZFO editor allows working with zfo forms 
License:	GPLv2
Group:		Office
URL:		http://labs.nic.cz/page/768/zfo-editor/
Source0:	http://labs.nic.cz/files/labs/zfo_editor/%{name}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildArch:	noarch
Requires:	python-lxml
Requires:	python-webkitgtk

%description
ZFO editor allows working with ZFO forms on systems which are not officially
or at all supported by SW602 602XML Filler. ZFO editor works with forms
present in ZFO/FO format excluding ISDS Databox-ZFO format, please use dsgui
for that.

%prep
%setup -q -n %{name}-%{version}

%build

%install
%{__rm} -rf %{buildroot}
python setup.py install --root %{buildroot}/
mv %{buildroot}/%{py_sitedir}/release.py %{buildroot}/%{py_sitedir}/zfoeditor/
sed -i 's/Office/Office;/g' %{buildroot}/%{_datadir}/applications/%{name}.desktop
sed -i 's/+xml/+xml;/g' %{buildroot}/%{_datadir}/applications/%{name}.desktop

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc README INSTALL RELEASE_NOTES.txt
%dir %{_datadir}/zfoeditor
%{_datadir}/zfoeditor/*
%{py_sitedir}/zfoeditor/*
%{py_sitedir}/zfo_editor*
%{_datadir}/applications/%{name}*
%{_datadir}/mime/packages/%{name}*
%defattr(755,root,root,755)
%{_bindir}/zfo_editor



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-3
+ Revision: d908f09
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9426 |14cr|zfs-fuse-0.7.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	ZFS file system support for FUSE
Name:		zfs-fuse
Version:	0.7.0
Release:	6
License:	CDDL
Group:		System/Libraries
Url:		http://zfs-fuse.net
Source0:	http://zfs-fuse.net/releases/%{version}/%{name}-%{version}.tar.bz2
Source1:	zfs-fuse.service
Source2:	zfs-fuse.scrub
Source3:	zfs-fuse.sysconfig
Source4:	zfs-fuse-helper
Patch0:		zfs-fuse-0.7.0-umem.patch
Patch1:		zfs-fuse-0.7.0-stack.patch
Patch2:		zfs-fuse-printf-format.patch
Patch3:		zfs-fuse-0.7.0-tirpc.patch
BuildRequires:	prelink
BuildRequires:	scons
BuildRequires:	systemd-units
BuildRequires:	attr-devel
BuildRequires:	libaio-devel
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires:	fuse
Requires(post,preun,postun):	rpm-helper
Requires(post,preun,postun):	systemd-units

%description
zfs-fuse is a port of Solaris zfs filesystem to the FUSE framework for Linux.

%files
%doc BUGS CHANGES contrib HACKING LICENSE README
%doc README.NFS STATUS TESTING TODO
%{_bindir}/zdb
%{_bindir}/zfs
%{_bindir}/zfs-fuse
%{_bindir}/zfs-fuse-helper
%{_bindir}/zpool
%{_bindir}/zstreamdump
%{_bindir}/ztest
%{_unitdir}/%{name}.service
%{_sysconfdir}/cron.weekly/98-%{name}-scrub
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_sysconfdir}/%{name}/
%{_mandir}/man8/zfs-fuse.8.*
%{_mandir}/man8/zdb.8.*
%{_mandir}/man8/zfs.8.*
%{_mandir}/man8/zpool.8.*
%{_mandir}/man8/zstreamdump.8.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p0
%patch3 -p1

f=LICENSE
mv $f $f.iso88591
iconv -o $f -f iso88591 -t utf8 $f.iso88591
rm -f $f.iso88591

chmod -x contrib/test-datasets
chmod -x contrib/find-binaries
chmod -x contrib/solaris/fixfiles.py
chmod -x contrib/zfsstress.py

%build
export CCFLAGS="%{optflags}"
pushd src

scons debug=1 optim='%{optflags}'

%install
pushd src
scons debug=1 install install_dir=%{buildroot}%{_bindir} man_dir=%{buildroot}%{_mandir}/man8/ cfg_dir=%{buildroot}/%{_sysconfdir}/%{name}
install -Dp -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -Dp -m 0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/cron.weekly/98-%{name}-scrub
install -Dp -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -Dp -m 0755 %{SOURCE4} %{buildroot}%{_bindir}/zfs-fuse-helper

#set stack not executable, BZ 911150
for i in zdb zfs zfs-fuse zpool ztest; do
       /usr/bin/execstack -c %{buildroot}%{_bindir}/$i
done

%post
# Move cache if upgrading
oldcache=/etc/zfs/zpool.cache      # this changed per 0.6.9, only needed when upgrading from earlier versions
newcache=/var/lib/zfs/zpool.cache

if [[ -f $oldcache && ! -e $newcache ]]; then
  echo "Moving existing zpool.cache to new location"
  mkdir -p $(dirname $newcache)
  mv $oldcache $newcache
else
  if [ -e $oldcache ]; then
    echo "Note: old zpool.cache present but no longer used ($oldcache)"
  fi
fi

if [ $1 -eq 1 ] ; then 
    # Initial installation 
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun
if [ $1 -eq 0 ] ; then
    # Package removal, not upgrade
    /bin/systemctl --no-reload disable zfs-fuse.service > /dev/null 2>&1 || :
    /bin/systemctl stop zfs-fuse.service > /dev/null 2>&1 || :
fi

%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall
    /bin/systemctl try-restart zfs-fuse.service >/dev/null 2>&1 || :
    echo "Removing files since we removed the last package"
    rm -rf /var/run/zfs
    rm -rf /var/lock/zfs
fi

%triggerun -- zfs-fuse < 0.7.0-4
# Save the current service runlevel info
# User must manually run systemd-sysv-convert --apply zfs-fuse
# to migrate them to systemd targets
/usr/bin/systemd-sysv-convert --save zfs-fuse >/dev/null 2>&1 ||:

# Run these manualy, SysV would do them, but just in case...
/sbin/chkconfig --del zfs-fuse >/dev/null 2>&1 || :
/bin/systemctl try-restart zfs-fuse.service >/dev/null 2>&1 || :


%changelog
* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.0-6
+ Revision: 6ac3fc3
- Add patch to fix build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9427 |14cr|zhu3d-4.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OpenGL-based equation viewer and solver
Name:		zhu3d
Version:	4.2.4
Release:	3
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://kde-apps.org/content/show.php?content=43071
Source0:	http://switch.dl.sourceforge.net/project/zhu3d/zhu3d/zhu3d-%version.tar.gz
Source1:	%{name}.desktop
Patch0:		zhu3d-4.2.4-paths.patch
Patch1:		zhu3d-4.2.4-mdv-linkage.patch
Patch2:		zhu3d-4.2.4-compile.patch
BuildRequires:	qt4-devel
BuildRequires:	mesaglu-devel
BuildRequires:	dos2unix

%description
With Zhu3D you interactively can view and animate functions,
isosurfaces and a further independent parametric system. 
Numerical solutions of equation systems can be found with 
a precise and reliable adaptive random search. The 
OpenGL-viewer supports zooming, scaling, rotating and
translating as well as filed lightning or surface properties. 
Special effects are transparency, textures, fog and motion blur.

%prep
%setup -q
%apply_patches
dos2unix readme.txt

%build
# setup compile flags is needed so that -fPIC and -DPIC will be overwritten
%setup_compile_flags
%qmake_qt4
%make

%install
mkdir -p %{buildroot}%{_datadir}/%{name}/{work/textures,system/languages}
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/64x64/apps

install -D %{name} %{buildroot}%{_bindir}/%{name}
install -D %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
install work/*.zhu %{buildroot}%{_datadir}/%{name}/work
install work/textures/* %{buildroot}%{_datadir}/%{name}/work/textures
install system/*.zhu %{buildroot}%{_datadir}/%{name}/system
install system/languages/*.qm %{buildroot}%{_datadir}/%{name}/system/languages
install system/icons/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png

#useless file
#rm -f %{buildroot}%{_datadir}/apps/%{name}/work/.directory

%find_lang %{name} --with-qt

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc doc/ readme.txt
%attr(755,root,root) %{_bindir}/%{name}
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/work
%dir %{_datadir}/%{name}/work/textures
%dir %{_datadir}/%{name}/system
%dir %{_datadir}/%{name}/system/languages
%{_datadir}/%{name}/work/*.zhu
%{_datadir}/%{name}/work/textures/*.jpg
%{_datadir}/%{name}/work/textures/*.txt
%{_datadir}/%{name}/system/*.zhu
%{_iconsdir}/hicolor/64x64/apps/*.png
%{_datadir}/applications/%{name}.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.2.4-3
+ Revision: 5e0dbd3
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9428 |14cr|zile-2.4.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Zile Is Lossy Emacs
Name:		zile
Epoch:		1
Version:	2.4.9
Release:	2
License:	GPLv3+
Group:		Editors
URL:		http://www.gnu.org/software/zile/
Source0:	http://ftp.gnu.org/gnu/zile/%{name}-%version.tar.gz
Source1:	http://ftp.gnu.org/gnu/zile/%{name}-%version.tar.gz.sig
Patch0:		zile-2.4.6-mdv-ncursesw.patch

BuildRequires:	help2man
BuildRequires:	texinfo
BuildRequires:	tetex-latex
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(bdw-gc)
BuildRequires:	pkgconfig(ncursesw)

%description
Zile is another Emacs-clone. Zile is a customizable, self-documenting
real-time open-source display editor.

Zile was written to be as similar as possible to Emacs; every Emacs user
should feel at home with Zile. Zile features

    * Small but fast and powerful. It is very useful for small footprint
      installations (like on floppy disk) or quick editing sessions.
    * 8-bit clean. Zile can operate with binary files.
    * Looks like Emacs. Most Zile key sequences and function names are
      identical to Emacs ones.
    * Multi buffer editing w/multi level undo. Zile can open an infinite
      number of files and can record an infinite sequence of undo
      operations.
    * Multi window. Zile can display multiple windows on the screen.
    * Killing, yanking and registers. The typical killing, yanking and
      register features of Emacs are available under Zile.
    * Minibuffer completion. Zile can complete the user written text.
      This is very useful for M-x commands and for selecting files.
    * Colors. Zile makes use of the color capatibilities of the terminal
      if available.
    * Source highlighting (``C'', ``C++'', and shell scripts). Zile can
      highlight ``C'', ``C++'' source files and shell scripts for
      better reading.
    * Auto fill (word wrap). Zile automatically breaks the lines when
      they become too wide (if the Auto Fill Mode is enabled).


%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING NEWS README
%{_bindir}/*
%{_mandir}/man1/%{name}.1*


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.4.9-2
+ Revision: 379eb01
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9429 |14cr|zim-0.61-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		zim
Version:	0.61
Release:	1
Summary:	A desktop wiki and outliner
Source:		http://www.zim-wiki.org/downloads/%{name}-%{version}.tar.gz
License:	GPLv2
Group:		Editors
Url:		http://www.zim-wiki.org/
BuildRequires:	python-devel
BuildRequires:	python-gobject
Requires:	python
Requires:	pygtk2.0
Requires:	python-gobject
Requires:	python-simplejson
Suggests:	pyxdg
Suggests:	xdg-utils
BuildArch:	noarch

%description
Zim is a WYSIWYG text editor written on Python which aims to bring
the concept of a wiki to your desktop. Every page is saved as a text
file with wiki markup. Pages can contain links to other pages, and are
saved automatically. Creating a new page is as easy as linking to a
non-existing page. Pages are ordered in a hierarchical structure that
gives it the look and feel of an outliner. This tool is intended to
keep track of TODO lists or to serve as a personal scratch book.

%prep
%setup -q

%install
%__python setup.py install --skip-xdg-cmd --root=%{buildroot}

#install icons
%__install -D -m 0644 data/zim.png %{buildroot}%{_icons64dir}/zim.png
%__install -D -m 0644 data/zim.png %{buildroot}%{_iconsdir}/hicolor/64x64/mimetypes/application-x-zim-notebook.png
%__install -D -m 0644 data/zim.png %{buildroot}%{_iconsdir}/hicolor/64x64/mimetypes/gnome-mime-application-x-zim-notebook.png

%find_lang %{name}

%clean

%files -f %{name}.lang
%doc README.txt CHANGELOG.txt
%{_bindir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{python_sitelib}/*
%{_mandir}/man1/%{name}*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/mime/*
%{_iconsdir}/hicolor/*/*/*
%{_iconsdir}/ubuntu*/*/*/*



%changelog
* Tue Aug 12 2014 Eugene Budanov <eugene.budanov@rosalab.ru> 0.61-1
+ Revision: d4ac0c9
- Updated zim.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9430 |14cr|zinnia-0.06-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Online hand recognition system with machine learning

Name: 		zinnia
Version: 	0.06
Release:	6
License: 	BSD
Group: 		System/Internationalization
Source0: 	http://downloads.sourceforge.net/zinnia/%{name}-%{version}.tar.gz
Patch0:		zinnia-0.05-bindings.patch
URL: 		http://zinnia.sourceforge.net/
BuildRequires:	perl-devel python-devel

%description
Zinnia is a simple, customizable and portable online hand recognition
system based on Support Vector Machines. Zinnia simply receives user
pen strokes as a sequence of coordinate data and outputs n-best
characters sorted by SVM confidence. To keep portability, Zinnia
doesn't have any rendering functionality. In addition to recognition,
Zinnia provides training module that allows us to create any hand-
written recognition systems with low-cost.

%define	major 0
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname -d %{name}

%package -n	%{libname}
Summary:	Libraries for %{name}

Group:		System/Internationalization

%description -n	%{libname}
This package contains shared libraries for %{name}.

%package -n	%{devname}
Summary:	Development files for %{name}

Group:		System/Internationalization
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
This package contains development files for %{name}.

%package -n	perl-%{name}
Summary:	Perl bindings for %{name}

Group:		Development/Perl
Requires:	%{name} = %{EVRD}

%description -n	perl-%{name}
This package contains perl bindings for %{name}.

%package -n	python-%{name}
Summary:	Python bindings for %{name}

Group:		Development/Python
Requires:	%{name} = %{EVRD}
Provides:	tegaki-engine

%description -n	python-%{name}
This package contains python bindings for %{name}.

%prep
%setup -q
%patch0 -p1 -b .bindings~

%build
%configure2_5x --disable-static
%make

pushd perl
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"
popd

pushd python
CFLAGS="%{optflags} -I../" LDFLAGS="-L../.libs" python setup.py build
popd

%install
%makeinstall_std

%makeinstall_std -C perl

pushd python
python setup.py install --root=%{buildroot}
popd

%files
%{_bindir}/zinnia*

%files -n %{libname}
%{_libdir}/libzinnia.so.%{major}*

%files -n %{devname}
%doc doc/*
%{_includedir}/zinnia.h
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/zinnia.h
%{_libdir}/libzinnia.so
%{_libdir}/pkgconfig/%{name}.pc

%files -n perl-%{name}
%dir %{perl_vendorarch}/auto/zinnia
%{perl_vendorarch}/auto/zinnia/zinnia.so
%{perl_vendorarch}/zinnia.pm

%files -n python-%{name}
%{py_platsitedir}/_zinnia.so
%{py_platsitedir}/zinnia.py
%{py_platsitedir}/zinnia_python-*-py%{py_ver}.egg-info



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.06-6
+ Revision: b773449
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9431 |14cr|zinnia-tomoe-0.6.0.20080911-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tomoe_version 0.6.0
%define snapdate 20080911

Summary: 	Zinnia Recognition models
Name: 		zinnia-tomoe
Version: 	%{tomoe_version}.%{snapdate}
Release: 	4
License: 	LGPLv2+
Group: 		System/Internationalization
Source: 	http://downloads.sourceforge.net/zinnia/%{name}-%tomoe_version-%snapdate.tar.bz2
URL: 		http://zinnia.sourceforge.net/
BuildArch:	noarch
BuildRequires:	zinnia >= 0.02
Requires:	zinnia >= 0.02

%description
Model files trained with Tomoe data.

%package ja
Summary:	Zinnia Recognition models - Japanese data
Group:		System/Internationalization
Provides:	%{name} = %{version}-%{release}
Requires:	locales-ja

%description ja
Japanese Model files trained with Tomoe data.

%package zh_CN
Summary:	Zinnia Recognition models - Simplified Chinese data
Group:		System/Internationalization
Provides:	%{name} = %{version}-%{release}
Requires:	locales-zh

%description zh_CN
Simplified Chinese Model files trained with Tomoe data.

%prep
%setup -qn %{name}-%{tomoe_version}-%{snapdate}

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files ja
%{_prefix}/lib/zinnia/model/tomoe/handwriting-ja.model

%files zh_CN
%{_prefix}/lib/zinnia/model/tomoe/handwriting-zh_CN.model

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0.20080911-4
+ Revision: 56a3b7b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9432 |14cr|zint-2.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	zint
%define version 2.4.3
%define rel	1

%define major	2.4
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname -d %{name}
%define qlibname	%mklibname q%{name} %{major}
%define qdevname	%mklibname -d q%{name}

Name:		%{name}
Version:	%{version}
Release:	%mkrel %{rel}
Summary:	Barcode generator
License:	GPLv3+
URL:		http://www.zint.org.uk
Source:		http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Group:		Graphics

# patch to disable creation of rpaths
Patch0:		%{name}-rpath.patch

BuildRequires:	cmake
BuildRequires:	libpng-devel
BuildRequires:	zlib-devel
BuildRequires:	qt4-devel
BuildRequires:	desktop-file-utils

%description
Zint is a C library for encoding data in several barcode variants. The
bundled command-line utility provides a simple interface to the library.
Features of the library:
- Over 50 symbologies including all ISO/IEC standards, like QR codes.
- Unicode translation for symbologies which support Latin-1 and 
  Kanji character sets.
- Full GS1 support including data verification and automated insertion of 
  FNC1 characters.
- Support for encoding binary data including NULL (ASCII 0) characters.
- Health Industry Barcode (HIBC) encoding capabilities.
- Output in PNG, EPS and SVG formats with user adjustable sizes and colors.
- Verification stage for SBN, ISBN and ISBN-13 data.

%package -n %{libname}
Summary:	C library for encoding data in several barcode variants
Group:		System/Libraries

%description -n %{libname}
Zint is a C library for encoding data in several barcode variants.

Features of the library:
- Over 50 symbologies including all ISO/IEC standards, like QR codes.
- Unicode translation for symbologies which support Latin-1 and
  Kanji character sets.
- Full GS1 support including data verification and automated insertion of
  FNC1 characters.
- Support for encoding binary data including NULL (ASCII 0) characters.
- Health Industry Barcode (HIBC) encoding capabilities.
- Output in PNG, EPS and SVG formats with user adjustable sizes and colors.
- Verification stage for SBN, ISBN and ISBN-13 data.

%package -n %{devname}
Summary:	Library and header files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{devname}
C library and header files needed to develop applications that use 
the Zint library. The API documentation can be found on the project website:
http://www.zint.org.uk/zintSite/Manual.aspx

%package qt
Summary:	Zint Barcode Studio
Group:		Graphics

%description qt
Zint Barcode Studio is a Qt-based GUI which allows desktop users to generate 
barcodes which can then be embedded in documents or HTML pages.

%package -n %{qlibname}
Summary:	libQZint shared libraries
Group:		System/Libraries

%description -n %{qlibname}
libQZint shared libraries.

%package -n %{qdevname}
Summary:	Library and header files for %{name}-qt
Group:		Development/C
Requires:	%{qlibname} = %{version}-%{release}
Provides:	q%{name}-devel = %{version}-%{release}
Provides:	libq%{name}-devel = %{version}-%{release}

%description -n %{qdevname}
C library and header files needed to develop applications that use libQZint.

%prep
%setup -q
%patch0 -p1

# remove BSD-licensed file required for Windows only (just to ensure that this package is plain GPLv3+)
rm -f backend/ms_stdint.h

# remove bundled getopt sources (we use the corresponding Fedora package instead)
rm -f frontend/getopt*.*

%build
%cmake
%make VERBOSE=1

%install
rm -rf %{buildroot}
%makeinstall_std -C build

#we don't need this(?)
rm -rf %{buildroot}%{_datadir}/cmake

#icon
install -D -p -m 644 %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

#.desktop file
install -D -p -m 644 %{name}-qt.desktop %{buildroot}%{_datadir}/applications/%{name}-qt.desktop

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc readme
%{_bindir}/%{name}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libzint.so.%{major}*

%files -n %{devname}
%defattr(-,root,root)
%{_includedir}/%{name}.h
%{_libdir}/libzint.so

%files qt
%defattr(-,root,root)
%{_bindir}/%{name}-qt
%{_datadir}/applications/%{name}-qt.desktop
%{_datadir}/pixmaps/%{name}.png

%files -n %{qlibname}
%defattr(-,root,root)
%{_libdir}/libQZint.so.%{major}*

%files -n %{qdevname}
%defattr(-,root,root)
%{_includedir}/qzint.h
%{_libdir}/libQZint.so



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.4.3-1
+ Revision: c9cc379
- Automatic import for version 2.4.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9433 |14cr|zipios++-0.1.5.9+cvs.2007.04.28-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# iThis file is based on openSUSE spec file for package 
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

%define libname %mklibname zipios 0
%define develname %mklibname zipios -d

Name:           zipios++
Version:	0.1.5.9+cvs.2007.04.28
Release:	2
License:	GPLv2
Summary:	A java.util.zip-like C++ library for reading and writing Zip files
Url:		http://zipios.sourceforge.net/
Group:		Development/C++ 
Source0:	%{name}-%{version}.tar.bz2
Patch0:		zipios++-0.1.5.9-suse-support-arches.patch
Patch1:		zipios++-0.1.5.9-suse-fix-amd64.patch
Patch2:		zipios++-0.1.5.9-suse-fix-gcc43.patch
Patch3:		zipios++-0.1.5.9+cvs.2007.04.28-mdv-gcc46.patch
BuildRequires:	zlib-devel libcppunit-devel doxygen imagemagick

%description
Zipios++ is a java.util.zip-like C++ library for reading and writing Zip files.
Access to individual entries is provided through standard C++ iostreams.
A simple read-only virtual file system that mounts regular directories and zip
files is also provided

%package -n %{libname}
Summary:        A java.util.zip-like C++ library for reading and writing Zip files
Group:          System/Libraries

%description -n %{libname}
Zipios++ is a java.util.zip-like C++ library for reading and writing Zip files.
Access to individual entries is provided through standard C++ iostreams.
A simple read-only virtual file system that mounts regular directories and zip
files is also provided

%package -n %{develname}
Summary:	Zipios++ header files
Group:		Development/C++
Requires: 	%libname = %version
Requires:	zlib-devel
Provides:       %{name}-devel = %{EVRD}

%description -n %{develname}
Header files and documentation for zipios++ development.

%prep
%setup -q -n %{name}-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

chmod -x AUTHORS NEWS README COPYING

%build
%configure2_5x --enable-static='no'

%make
%make doc

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/*.la

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS NEWS README COPYING
%{_libdir}/libzipios.so.*

%files -n %{develname}
%defattr(-,root,root)
%doc AUTHORS NEWS README COPYING
%doc %dir doc/html/
%{_includedir}/zipios++
%{_libdir}/libzipios.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.5.9+cvs.2007.04.28-2
+ Revision: 7500711
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9434 |14cr|ziproxy-3.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A http compression and optimizer, non-caching, fully configurable proxy
Name:		ziproxy
Version:	3.3.0
Release:	5
License:	GPLv2+
Group:		System/Servers
Url:		http://ziproxy.sourceforge.net/
Source0:	http://www.dancab.com/proj/ziproxy/files/%{name}-%{version}.tar.xz
Source1:	ziproxy.service
Source2:	ziproxy.sysconfig
Source3:	ziproxy.logrotate
Patch0:		ziproxy-mdv_conf.diff
Patch1:		ziproxy-3.2.1-gcc.patch
Patch2:		ziproxy-3.3.0-fix-configure.patch
Patch3:		ziproxy-3.3.0-giflib51.patch
BuildRequires:	flex
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(libpng)
Requires(post,preun):	rpm-helper

%description
Ziproxy is a forwarding (non-caching) proxy that gzips text and HTML files, and
reduces the size of images by converting them to lower quality JPEGs. It is
intended to increase the speed for low-speed Internet connections and it's
suitable for both home and professional usage. Ziproxy is fully configurable
and also features transparent proxy mode, preemptive name resolution, operation
in either daemon mode or (x)inetd mode, a detailed access log with compression
statistics, basic authentication, and more.

%files
%doc COPYING CREDITS ChangeLog JPEG2000.txt README README.tools
%attr(0644,root,root) %{_unitdir}/%{name}.service
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(0700,root,root) %dir %{_sysconfdir}/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%attr(0700,root,root) %dir %{_sysconfdir}/%{name}/errors
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/errors/*.html
%attr(0755,root,root) %{_sbindir}/%{name}
%attr(0755,root,root) %{_bindir}/ziproxylogtool
%attr(0755,root,root) %{_bindir}/ziproxy_genhtml_stats
%attr(0700,root,root) %dir /var/log/%{name}
%attr(0700,root,root) %dir /run/%{name}
%{_mandir}/man1/*

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1

cp %{SOURCE1} ziproxy.service
cp %{SOURCE2} ziproxy.sysconfig
cp %{SOURCE3} ziproxy.logrotate

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config/*.m4

%build
%serverbuild
autoreconf -fi
%configure2_5x \
    --with-jasper=%{_prefix} \
    --with-sasl2=%{_prefix} \
    --with-cfgfile=%{_sysconfdir}/ziproxy/ziproxy.conf

%make

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/%{name}/errors
install -d %{buildroot}/var/log/%{name}
install -d %{buildroot}/run/%{name}
install -d %{buildroot}%{_mandir}/man1

install -m0755 src/%{name} %{buildroot}%{_sbindir}/%{name}
install -m0755 src/tools/ziproxylogtool %{buildroot}%{_bindir}/
install -m0755 src/tools/ziproxy_genhtml_stats.sh %{buildroot}%{_bindir}/ziproxy_genhtml_stats

install -m0644 etc/%{name}/%{name}.conf %{buildroot}%{_sysconfdir}/ziproxy/
install -m0644 var/%{name}/error/*.html %{buildroot}%{_sysconfdir}/ziproxy/errors/

install -m0644 ziproxy.service -D %{buildroot}%{_unitdir}/%{name}.service
install -m0644 ziproxy.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m0644 ziproxy.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

install -m0644 man/*.1 %{buildroot}%{_mandir}/man1/

sed "s:sysconfig:%{_sysconfdir}/sysconfig:" -i %{buildroot}%{_unitdir}/%{name}.service

%changelog
* Mon Sep 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.0-5
+ Revision: eaa4cbe
- USe systemd macros correctly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9435 |14cr|ziptool-1.4.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# empty-debuginfo-package
%define debug_package	%{nil}
%define Werror_cflags %nil

Summary:	Tools for Iomega JAZ and ZIP drives
Name:		ziptool
Version:	1.4.0
Release:	8
License:	GPL
Group:		File tools
Url:		http://wolfpack.twu.net/utilities.html#ziptool
Source0:	ftp://wolfpack.twu.net/users/wolfpack/%{name}-%{version}.tar.bz2
Patch0:         %{name}-%{version}.patch
Patch1:         %{name}-%{version}-makefile.patch
Patch2:         ziptool-1.4.0-fixes.patch
Patch3:         ziptool-1.4.0-uid.patch


%description
Medium protection is done by software for Iomega's JAZ and ZIP drives.
jaztool and ziptool make this features available for Linux.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0

%build
%make CFLAGS="$RPM_OPT_FLAGS -s"

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc README 
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/jaztool.1.xz
%defattr(755,root,root,755)
%{_bindir}/%{name}
%{_bindir}/jaztool



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-8
+ Revision: c528e01
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9436 |14cr|zita-alsa-pcmi-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname %{name} %{major}
%define	develname %mklibname %{name} -d
#empty debug
%define debug_package	%{nil}

Name:		zita-alsa-pcmi
Summary:	Provides easy access to ALSA PCM devices
Version:	0.2.0
Release:	3
License:	GPLv3
Group:		System/Libraries 
Source0:	http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
URL:		http://kokkinizita.linuxaudio.org/linuxaudio/

BuildRequires:	ecasound-devel

%description
Zita-alsa-pcmi is the successor of clalsadrv. It provides easy access
to ALSA PCM devices, taking care of the many functions required to
open, initialize and use a hw: device in mmap mode, and providing
floating point audio data.

#--------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	Libraries for %{name}
Provides:	lib%{name} = %{version}-%{release}
Obsoletes:	%{_lib}clalsadrv2 < 2.0.1

%description -n	%{libname}
The libraries from %{name} package needed by Aeolus

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#--------------------------------------------------------------------

%package -n %{develname}
Group:		Development/Other
Summary:	Libraries for %name
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}clalsadrv-devel < 2.0.1

%description -n	%{develname}
Development libraries from %{name}

%files -n %{develname}
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
sed -i -e '/ldconfig/d' libs/Makefile

%build
cd libs
%make PREFIX=%{buildroot}%{_prefix}

%install
cd libs
%makeinstall PREFIX=%{buildroot}%{_prefix}



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-3
+ Revision: 71f2c2b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9437 |14cr|zita-rev1-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:            zita-rev1
Version:         0.2.1

Release:         4


Summary:        Hall-type stereo reverb with GUI
Source:         http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
URL:            http://kokkinizita.linuxaudio.org
License:        GPLv2
Group:          Sound
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:  gtk2-devel
BuildRequires:  cairo-devel
BuildRequires:  clxclient-devel
BuildRequires:  jackit-devel

%description
Zita-REV1 is a reworked version of the reverb originally developed for
the Aeolus Virtual Pipe Organ by Fons "Kokkinizita" Adriaensen.
Its character is more 'hall' than 'plate', but it can be used on a wide
variety of instruments or voices. It is not a spatialiser - the early
reflections are different for the L and R inputs, but do not correspond
to any real room. They have been tuned to match left and right sources
to some extent.

%prep
%setup -q

perl -pi -e 's/\/usr\/local/\/usr/g' source/Makefile
perl -pi -e 's/-march=native//g' source/Makefile

%build
cd source
%make

%install
rm -rf %{buildroot}
install -d %{buildroot}/%{_datadir}/%{name}
install -d %{buildroot}/%{_bindir}
cd source
%makeinstall_std

#install html documentation page
install -d %{buildroot}%{_datadir}/doc/%{name}/html/
install -m 755 ../doc/* %{buildroot}%{_datadir}/doc/%{name}/html

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Zita-REV1
Comment=Stereo reverb
Exec=%{_bindir}/%{name}
Icon=sound_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;
Encoding=UTF-8
EOF


%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%doc doc/*
%{_bindir}/*
%{_datadir}/%{name}/*
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-4
+ Revision: 8d17dbc
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9438 |14cr|zkt-0.97-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DNSSEC Zone Key Tool
Name:		zkt
Version:	0.97
Release:	3
License:	BSD-like
Group:		Networking/Other
URL:		http://sourceforge.net/projects/zkt
Source0:	http://kent.dl.sourceforge.net/sourceforge/zkt/%{name}-%{version}.tar.gz
BuildRequires:	bind
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
DNSSEC Zone Key Tool is a toolkit written in C for DNSSEC zone and key
management. It supports automatic zone resigning and KSK- and ZSK rollover
according to RFC4641 and RFC5011. 

%prep

%setup -q -n %{name}-%{version}

%build
export PATH="$PATH:%{_sbindir}"

%configure2_5x \
    --enable-configpath=/var/lib/named

perl -pi -e "s|^#define BIND_VERSION .*|#define BIND_VERSION 940|g" config.h

make OPTIM="%{optflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man8

install -m0755 dnssec-signer %{buildroot}%{_bindir}/
install -m0755 dnssec-zkt %{buildroot}%{_bindir}/
install -m0755 zkt-soaserial %{buildroot}%{_bindir}/

install -m0644 dnssec-signer.8 %{buildroot}%{_mandir}/man8/
install -m0644 dnssec-zkt.8 %{buildroot}%{_mandir}/man8/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG LICENSE README README.logging TODO
%{_bindir}/*
%{_mandir}/man8/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.97-3
+ Revision: 047b2c5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9439 |14cr|znc-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Name:		znc
Version:	1.0
Release:	2
Summary:	An IRC bouncer with many advanced features
Group:		Networking/IRC
License:	GPLv2+
URL:		http://en.znc.in/wiki/ZNC
Source0:	http://znc.in/releases/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(openssl)

%files
%{_bindir}/%{name}
%{_libdir}/%{name}/*.so
%{_datadir}/%{name}/modules/*/tmpl/*tmpl
%{_datadir}/%{name}/modules/*/files
%{_datadir}/%{name}/webskins/*/tmpl/*tmpl
%{_datadir}/%{name}/webskins/*/pub/*
%{_mandir}/man1/%{name}.1.*

#-------------------------------------------------------------------------------
%package	devel
Summary:	Development Files for znc
Group:		Networking/IRC
Requires:	%{name} = %{version}
Requires:	pkgconfig(openssl)

%description	devel
Development Files for ZNC - An IRC bouncer with many advanced features

%files devel
%{_bindir}/%{name}-buildmod
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}.pc
%{_mandir}/man1/%{name}-buildmod.1.*

#-------------------------------------------------------------------------------

%description
ZNC is an IRC bouncer with many advanced features such as a built-in web
interface, persistent connection (detaching), multiple users, per channel
playback buffer, SSL, IPv6, transparent DCC bouncing, and C++ module support,
to name a few.

%prep
%setup -q

%build
%configure2_5x --disable-perl
%make

%install
%makeinstall_std



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 8dc7ed5
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9440 |14cr|zn_poly-0.9-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define devname		%mklibname -d %{name}

Summary:	Polynomial arithmetic in Z/nZ[x]
Name:		zn_poly
Version:	0.9
Release:	10
Group:		Sciences/Mathematics
License:	GPLv2 or GPLv3
Source:		http://cims.nyu.edu/~harvey/zn_poly/releases/%{name}-%{version}.tar.gz
URL:		http://cims.nyu.edu/~harvey/zn_poly/

BuildRequires:	gmp-devel
BuildRequires:	ntl-devel

Patch0:		zn_poly-0.9.patch

%description
zn_poly is a C library for polynomial arithmetic in Z/nZ[x],
where n is any modulus that fits into an unsigned long. 

%package	-n %{devname}
Group:		Development/C
Summary:	Polynomial arithmetic in Z/nZ[x]
Provides:	zn_poly-devel = %{version}-%{release}

%description	-n %{devname}
zn_poly is a C library for polynomial arithmetic in Z/nZ[x],
where n is any modulus that fits into an unsigned long. 

%prep
%setup -q
%patch0	-p1

%build
# this script actually just calls makemakefile.py, and it doesn't like
# options it doesn't know about.
sed -i	-e 's|^ntl_include_dir.*|ntl_include_dir = options.ntl_prefix + "/NTL/include"|'	\
	-e 's|" % prefix|" % ("%{buildroot}" + prefix)|'	\
	-e 's|/lib"|/%{_lib}"|'					\
	makemakefile.py
/bin/sh ./configure --prefix=%{_prefix} --cflags="%{optflags} -fPIC"

make libzn_poly-%{version}.so

%install
make install

%files -n %{devname}
%doc doc/REFERENCES
%{_includedir}/*
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-10
+ Revision: 00b2f7d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9441 |14cr|zonemanip-0.1.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line tool for PowerDNS and its MySQL backend 
Name:		zonemanip
Version:	0.1.4
Release:	10
License:	GPL
Group:		System/Servers
URL:		http://soren.overgaard.org/cgi-bin/index?t=stuff
Source0:	http://soren.overgaard.org/stuff/%{name}-%{version}.tar.bz2
Patch0:		zonemanip-0.1.4-shhopt_fix.diff
Requires:	pdns-backend-mysql
Requires:	libdbi-drivers-dbd-mysql
BuildRequires:	automake
BuildRequires:	libdbi-devel
BuildRequires:	shhopt-devel

%description
zonemanip is a command line tool for manipulating records in a
gmysql backend for PowerDNS. It supports delegating ownership of
specific zones to specific shell users by maintaining a minimal
amount of metadata. Currently, most record types except AAAA and
PTR records are supported. 

%prep

%setup -q 
%patch0 -p1

%build
rm -f configure
libtoolize --copy --force; aclocal; automake --add-missing --copy --foreign; autoconf

%configure2_5x

%make

%install
%makeinstall

%files
%doc INSTALL TODO
%attr(4755,root,root) %{_bindir}/%{name}

%changelog
* Mon Aug 11 2014 abfonly <abfonly@gmail.com> 0.1.4-10
+ Revision: 7a37f1e
- Updated zonemanip.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9442 |14cr|zookeeper-3.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname	%mklibname zookeeper %{major}
%define develname %mklibname zookeeper -d

Summary:	Zookeeper C client library
Name:		zookeeper
Version:	3.4.2
Release:	2
License:	Apache License
Group:		System/Libraries
URL:		http://hadoop.apache.org/zookeeper
Source0:	http://apache.dataphone.se/hadoop/zookeeper/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1:	http://apache.dataphone.se/hadoop/zookeeper/%{name}-%{version}/%{name}-%{version}.tar.gz.asc
BuildRequires:	autoconf automake libtool
BuildRequires:	cppunit-devel >= 1.10.2
BuildRequires:	dos2unix
BuildRequires:	doxygen
BuildRequires:	graphviz

%description
This package provides a C client interface to Zookeeper server. For general
information about Zookeeper please see %{url}

%package -n	%{libname}
Summary:	Zookeeper C client library
Group:		System/Libraries

%description -n	%{libname}
This package provides a C client interface to Zookeeper server. For general
information about Zookeeper please see %{url}

%package -n	%{develname}
Summary:	Development files for the %{libname} library
Group:		Development/C
Requires:	%{libname} >= %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
Development files for the %{libname} library.

%prep

%setup -q

%build
pushd src/c
rm -rf autom4te.cache
autoreconf -fis

%configure2_5x \
    --disable-rpath \
    --with-syncapi

%make

make doxygen-doc
popd

%check
pushd src/c
make check
popd

%install
rm -rf %{buildroot}

pushd src/c
%makeinstall_std

# cleanup
rm -f docs/html/*.map
popd

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files
%{_bindir}/cli_mt
%{_bindir}/cli_st
%{_bindir}/load_gen

%files -n %{libname}
%doc src/c/ChangeLog src/c/LICENSE src/c/README
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%doc src/c/docs/html/*
%dir %{_includedir}/zookeeper
%{_includedir}/zookeeper/*.h
%{_libdir}/*.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.2-2
+ Revision: af4e83d
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9443 |14cr|zoom-1.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		zoom
Version:	1.1.5
Release:	4
Summary:	Z-Machine: it plays text adventure games written in ZCode
Group:		Games/Other
License:	GPLv2+
URL:		http://www.logicalshift.co.uk/unix/zoom/
Source0:	http://www.logicalshift.co.uk/unix/zoom/%{name}-%{version}.tar.gz
Patch0:		zoom-1.1.3-enable-antialiasing.patch
Patch1:		zoom-1.1.4-xft.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrender) >= 0.9.6
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	t1lib-devel

%description
Zoom is an interpreter for playing all of Infocom's text adventures and
newer games using the same format (Z-CODE), like the ones produced using
the Inform compiler.

It has a fast interpreter core behind an X11 interface.

%prep
%setup -q
%patch0 -p0
%patch1 -p0 -b .xft

%build
autoreconf -fi -Im4
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}/games
rm -f manual/Makefile*



%files
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO manual
%{_gamesbindir}/%{name}
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/%{name}rc
%dir %{_gamesdatadir}/%{name}/games



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-4
+ Revision: 7ab6c1b
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9444 |14cr|zsnes-1.51-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define fversion %(echo %version|sed s/\\\\\.//)
%define dversion %(echo %version|sed s/\\\\\./_/)

Summary:	Nintendo Super NES / Super Famicom Emulator
Name:		zsnes
Version:	1.51
Release:	15
Epoch:		1
License:	GPLv2+
Group:		Emulators
Url:		http://zsnes.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/zsnes/%{name}%{fversion}src.tar.bz2
Source1:	%{name}-icons.tar.bz2
Patch0:		zsnes150-desktop.patch
Patch1:		zsnes-1.51-libao.patch
Patch2:		zsnes-1.51-gcc43.patch
Patch3:		zsnes-1.51-libpng15.patch
Patch4:		zsnes-1.51-gcc4.7.patch
Patch5:		zsnes-1.51-hat-events.patch
Patch6:		zsnes-1.51-matrix-init.patch
BuildRequires:	nasm
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)
#do not build currently on x86_64
ExclusiveArch:	%{ix86}

%description
This is an emulator for Nintendo's 16 bit console, called Super Nintendo
Entertainment System or Super Famicom. It features a pretty accurate emulation
of that system's graphic and sound capabilities.
The GUI enables the user to select games, change options, enable cheat codes
and to save the game state, even network play is possible.

%files
%doc docs/*
%{_bindir}/*
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}_%{dversion}
%patch0 -p1
%patch1 -p1
%patch2 -p0
%patch3 -p0
%patch4 -p1
%patch5 -p1
%patch6 -p1

%build
find . -name "Makefile*" -o -name "*.m4" |xargs sed -i -e 's,configure.in,configure.ac,g'
cd src
autoreconf -fiv
# zsnes do not work with fortify patch, and i frankly do not want to mess with the mix of asm and C source code
# (misc)
export CFLAGS="-O2 -g -pipe -fexceptions -fomit-frame-pointer -fasynchronous-unwind-tables"
%configure2_5x \
	--enable-libao \
	--disable-cpucheck \
	force_arch=i586
make

%install
mkdir -p %{buildroot}%{_bindir}
install -c -m 0755 src/zsnes %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_mandir}/man1/
install -c -m 0644 src/linux/zsnes.1 %{buildroot}%{_mandir}/man1

install -m 644 -D src/linux/zsnes.desktop %{buildroot}%{_datadir}/applications/zsnes.desktop

# install icons
install -m 755 -d %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
tar xOjf %{SOURCE1} %{name}-16x16.png > %{buildroot}%{_miconsdir}/%{name}.png
tar xOjf %{SOURCE1} %{name}-32x32.png > %{buildroot}%{_iconsdir}/%{name}.png
tar xOjf %{SOURCE1} %{name}-48x48.png > %{buildroot}%{_liconsdir}/%{name}.png


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.51-15
+ Revision: 948b878
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9445 |14cr|zssh-1.5c-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# empty debug
%define debug_package %{nil}

Summary:	Interactive file transfers through ssh
Name:		zssh
Version:	1.5c
Release:	9
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://zssh.sourceforge.net
Source0:	http://prdownloads.sf.net/zssh/%{name}-%{version}.tar.bz2
Patch0:		zssh-1.5a-install.patch
Patch1:		zssh-1.5a-ptmx.patch
Patch2:		zssh-1.5c-readline6.3.patch
BuildRequires:	readline-devel
BuildRequires:	termcap-devel
Requires:	lrzsz

%description
zssh (Zmodem SSH) is a program for interactively transferring files to/from
a remote machine while using the secure shell (ssh). It is intended to be a
convenient alternative to scp, allowing to transfer files without having to
open another  session and re-authenticate  oneself. zssh is  an interactive
wrapper for ssh used to switch  the ssh connection between the remote shell
and  file transfers.  Files are  transferred through  the  zmodem protocol,
using the rz and sz commands.

%files
%defattr(644,root,root,755)
%doc CHANGES FAQ INSTALL README VERSION
%attr(0755,root,root) %{_bindir}/zssh
%attr(0755,root,root) %{_bindir}/ztelnet
%{_mandir}/man1/zssh.1*
%{_mandir}/man1/ztelnet.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .install~
%patch1 -p1 -b .ptmx~
%patch2 -p1 -b .rl63~

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall


%changelog
* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5c-9
+ Revision: 2264304
- Add patch to fix build with readline 6.3, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9446 |14cr|zsync-0.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name zsync
%define version 0.6.2
%define release 2

Summary: An rsync like transfer software over http
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: Artistic
Group: Networking/File transfer
Url: http://zsync.moria.org.uk/
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
zsync is a file transfer program. It allows you to download a file
from a remote web server, where you have a copy of an older version of
the file on your computer already. zsync downloads only the new parts
of the file. It uses the same algorithm as rsync.

zsync does not require any special server software or a shell account
on the remote system (rsync, in comparison, requires that you have an
rsh or ssh account, or that the remote system runs rsyncd). Instead,
it uses a control file - a .zsync file - that describes the file to be
downloaded and enables zsync to work out which blocks it needs. This
file can be created by the admin of the web server hosting the
download, and placed alongside the file to download - it is generated
once, then any downloaders with zsync can use it.

%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%__rm -fr %buildroot%_datadir/doc

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc NEWS README
%_bindir/*
%_mandir/man?/*




%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-2
+ Revision: 5a9cc85
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9447 |14cr|zutils-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# E: debuginfo-without-sources (Badness: 1)
%define debug_package	%{nil}

Name:		zutils
Summary:	Utilities dealing with compressed files
Version:	1.1
Release:	2
License:	GPLv3+
Group:		Archiving/Compression
URL:		http://www.nongnu.org/zutils/zutils.html
Source0:	http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.lz

BuildRequires:	lzip
Conflicts: gzip-utils



%description
Zutils is a collection of utilities able to deal with any combination
of compressed and non-compressed files transparently. If any given file,
including standard input, is compressed, its decompressed content is used.
Compressed files are decompressed on the fly; no temporary files are created.
These utilities are not wrapper scripts but safer and more efficient C++
programs. In particular the "--recursive" option is very efficient in those
utilities supporting it.

The provided utilities are:
Zcat - Decompresses and copies files to standard output.
Zcmp - Decompresses and compares two files byte by byte.
Zdiff - Decompresses and compares two files line by line.
Zgrep - Decompresses and searches files for a regular expression.
Ztest - Tests integrity of compressed files.

The supported compressors are bzip2, gzip, lzip and xz. 

%prep
%setup -q

%build
%configure
%make

%check
make check

%install
%makeinstall_std
install -d -m 755 %{buildroot}/bin
mv %{buildroot}%{_bindir}/zcat %{buildroot}/bin/
ln -s ../../bin/zcat %{buildroot}%{_bindir}/zcat

%files
/bin/zcat
%{_bindir}/z*
%{_infodir}/zutils.info*
%{_mandir}/man1/z*.1*
# TODO a better config?
%config(noreplace) %{_sysconfdir}/zutilsrc

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
+ Revision: e9193e0
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9448 |14cr|zygrib-6.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname zyGrib

Summary:	Weather data visualization, GRIB file viewer
Name:		zygrib
Version:	6.2.3
Release:	3
License:	GPLv3+
Group:		Sciences/Geosciences
Url:		http://www.zygrib.org
# Sources downloaded at :
# http://www.zygrib.org/getfile.php?file=zyGrib-3.8.3.tgz
# http://www.zygrib.org/getfile.php?file=zyGrib_maps2.tgz
Source0:	%{oname}-%{version}.tgz
Source1:	%{oname}_maps2.4.tgz
# From the Debian package
Source2:	%{name}.png
Patch0:		zyGrib-6.2.3-system-qwt.patch
Patch1:		zyGrib-6.2.3-datapath.patch
BuildRequires:	bzip2-devel
BuildRequires:	libnova-devel
BuildRequires:	qt4-devel
BuildRequires:	qwt-devel
BuildRequires:	pkgconfig(proj)
Suggests:	%{name}-maps-high

%description
ZyGrib is a GRIB file viewer. It enables :

o Visualisation of meteo data from files in GRIB Format 1
o Automatic GRIB data download
o Automatic Download from IAC (fleetcode) Data
o Roh or compressed GRIB Data (gzip *.gz; bzip2 *.bz2) can be used

%files
%{_bindir}/%{oname}
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/maps/gshhs/gshhs_0.rim
%exclude %{_datadir}/%{name}/maps/gshhs/gshhs_1.rim
%exclude %{_datadir}/%{name}/maps/gshhs/rangs_0.*
%exclude %{_datadir}/%{name}/maps/gshhs/rangs_1.*
%exclude %{_datadir}/%{name}/maps/gshhs/wdb_*_f.b
%exclude %{_datadir}/%{name}/maps/gshhs/wdb_*_h.b
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%package maps-high
Summary:	High resolution maps for %{oname}
Group:		Sciences/Geosciences
Requires:	%{name}
BuildArch:	noarch

%description maps-high
This package contains maps for %{oname} in higher resolution than the ones 
provided in the main package.

%files maps-high
%{_datadir}/%{name}/maps/gshhs/gshhs_0.rim
%{_datadir}/%{name}/maps/gshhs/gshhs_1.rim
%{_datadir}/%{name}/maps/gshhs/rangs_0.*
%{_datadir}/%{name}/maps/gshhs/rangs_1.*
%{_datadir}/%{name}/maps/gshhs/wdb_*_f.b
%{_datadir}/%{name}/maps/gshhs/wdb_*_h.b

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%setup -q -n %{oname}-%{version} -T -D -a 1
%patch0 -p1
%patch1 -p1

%build
%make

%install
install -d -m755 %{buildroot}%{_bindir}
install -D -m755 src/%{oname} %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_datadir}/%{name}/tr
cp -pr data/maps %{buildroot}%{_datadir}/%{name}/maps
cp -pr data/img %{buildroot}%{_datadir}/%{name}/img
cp -pr data/colors %{buildroot}%{_datadir}/%{name}/colors
cp -pr data/fonts %{buildroot}%{_datadir}/%{name}/fonts
cp -pr data/gis %{buildroot}%{_datadir}/%{name}/gis
cp -pr data/stuff %{buildroot}%{_datadir}/%{name}/stuff
install -D -m644 data/tr/*.qm %{buildroot}%{_datadir}/%{name}/tr

# desktop file
install -d -m755 %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=%{oname}
GenericName=GRIB file viewer
Comment=Weather data visualization, GRIB file viewer
Exec=%{_bindir}/%{oname}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Science;Geoscience;
EOF

# icon
install -d -m755 %{buildroot}%{_datadir}/pixmaps
install -D -m644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps


%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.2.3-3
+ Revision: be86c20
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9449 |14cr|zynaddsubfx-2.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined    1

%define docver  1.4.3
%define oname   ZynAddSubFX

Name:       zynaddsubfx
Version:    2.4.4
Release:    2
Summary:    Real-time MIDI software synthesizer
Source0:    http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
Source1:    http://downloads.sourceforge.net/%{name}/%{oname}-doc-%{docver}.tar.gz
License:    GPLv2+
Group:      Sound
URL:        http://sourceforge.net/projects/zynaddsubfx
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(fftw3)
BuildRequires:  pkgconfig(mxml)
BuildRequires:  fltk-devel
BuildRequires:  cmake
BuildRequires:  pkgconfig(jack)
BuildRequires:  pkgconfig(dssi)
BuildRequires:  pkgconfig(cairo)
BuildRequires:  pkgconfig(pixman-1)

%description
A real-time software synthesizer for Linux with many features,
including polyphony, multi-timbral and microtonal capabilities.  It
includes randomness of some parameters,which makes warm sounds, like
analogue synthesizers. The program has system/insertion effects, too.

%package dssi
Summary:    DSSI synthesizer plugin
Group:      Sound
License:    GPLv2+
Requires:   %{name} = %{version}-%{release}

%description dssi
This is the DSSI synthesizer plugin of zynaddsubfx, which can be used
with DSSI hosts like qtractor, ghostess, rosegarden and others.


%prep
%setup -q -a 1

chmod 644 *.txt
mv %{oname}-doc-%{docver} html

%build
%cmake
%make

%install
cd build/
%makeinstall_std

%files
%doc html *.txt
%doc  ExternalPrograms/Spliter/readme.txt
%{_bindir}/zynaddsubfx
%{_datadir}/zynaddsubfx/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*

%files dssi
%{_libdir}/dssi/libzynaddsubfx_dssi.so



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.4-2
+ Revision: 3f7b015
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9450 |14cr|zynjacku-6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    zynjacku
%define version 6
%define release 3

Name:           %{name}
Summary:        LV2 plugin host
Version:        %{version}
Release:        %{release}

Source0:        http://download.gna.org/%name/%name-%version.tar.bz2
Source1:        zynjacku_logo.xpm
# (Fedora)Correct lv2 path on 64bit systems:
# https://gna.org/bugs/?13687
Patch0:         zynjacku-lv2path.patch
URL:            http://home.gna.org/zynjacku/
License:        GPLv2
Group:          Sound
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:  jackit-devel
BuildRequires:  gtk2-devel
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(libglade-2.0)
BuildRequires:  slv2-devel
BuildRequires:  lv2-devel
BuildRequires:  pygtk2.0-devel

Requires:       jackit
Requires:       pygtk2.0
Provides:       lv2rack

%description
zynjacku is JACK based, GTK (2.x) host for LV2 synths. It has one JACK
MIDI input port (routed to all hosted synths) and one (two for stereo
synths) JACK audio output port per plugin. Such design provides
multi-timbral sound by running several synth plugins.
zynjacku is a nunchaku weapon for JACK audio synthesis.
You have solid parts for synthesis itself and you have flexible part that
allows synthesis to suit your needs.
lv2rack is a host for LV2 effect plugins.

%prep
%setup -q
%patch0 -p1 -b .lv2path

%build
%configure2_5x --disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall
mkdir -p %{buildroot}%{_datadir}/pixmaps/
cp %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
mkdir -p %{buildroot}%{_datadir}/applications


#make desktop file for zynjacku
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Zynjacku
Comment=LV2 synth plugin host
Exec=%{_bindir}/%{name}
Icon=%{_datadir}/pixmaps/zynjacku_logo.xpm
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;
EOF

#make desktop file for lv2rack
cat > %{buildroot}%{_datadir}/applications/mandriva-lv2rack.desktop <<EOF
[Desktop Entry]
Name=LV2Rack
Comment=LV2 effects plugin host
Exec=%{_bindir}/lv2rack
Icon=%{_datadir}/pixmaps/zynjacku_logo.xpm
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;
EOF

# don't ship .la
find %{buildroot} -name '*.la' | xargs rm -f

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README AUTHORS NEWS

%{_bindir}/%name
%{_bindir}/zynspect
%{_bindir}/lv2rack
%{python_sitelib}/zynworld/*
%dir %{_datadir}/%name
%{_datadir}/%name/*
%{_datadir}/pixmaps/%{name}_logo.xpm
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/applications/mandriva-lv2rack.desktop



%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6-3
+ Revision: b3490dd
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9451 |14cr|zzuf-0.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    A transparent application input fuzzer
Name:		zzuf
Version:	0.13
Release:	3
Source0:	http://libcaca.zoy.org/files/%name/%name-%version.tar.gz
License:	WTFPL
Group:		Development/Other
Url:		http://libcaca.zoy.org/wiki/%name
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	autoconf2.5

%description
zzuf is a transparent application input fuzzer. Its purpose is to find bugs in
applications by corrupting their user-contributed data (which more than often
comes from untrusted sources on the Internet). It works by intercepting file
and network operations and changing random bits in the program?s input.

zzuf's behaviour is deterministic, making it easier to reproduce bugs. Its
main areas of use are:
   quality assurance: use zzuf to test existing software, or integrate it
      into your own software?s testsuite
   security: very often, segmentation faults or memory corruption issues
      mean a potential security hole, zzuf helps exposing some of them

zzuf's primary target is media players, image viewers and web browsers,
because the data they process is inherently insecure, but it was also
successfully used to find bugs in system utilities such as objdump.
%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
rm -f %_libdir/%name/*.a

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%_bindir/*
%_mandir/man1/*
%_mandir/man3/*
%_libdir/%name/*





%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13-3
+ Revision: baef465
- MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9452 |14cu|0ad-0.0.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# http://trac.wildfiregames.com/wiki/BuildInstructions#Linux

# enable special maintainer debug build ?
%define with_debug 0
%if %{with_debug}
%define config debug
%define dbg _dbg
%else
%define config release
%define dbg %{nil}
%endif

%global with_system_nvtt 0
%global without_nvtt 1

Summary:	Cross-Platform RTS Game of Ancient Warfare
Name:		0ad
Version:	0.0.21
Release:	1
Epoch:		1
License:	GPLv2+ and BSD and MIT and IBM
Group:		Games/Strategy
Url:		http://play0ad.com
Source0:	http://releases.wildfiregames.com/%{name}-%{version}-alpha-unix-build.tar.xz
# adapted from binaries/system/readme.txt
# It is advisable to review this file at on newer versions, to update the
# version field and check for extra options. Note that windows specific,
# and disabled options were not added to the manual page.
Source1:	%{name}.6
# http://trac.wildfiregames.com/ticket/1421
Patch0:		0ad-rpath.patch
# Only do fcollada debug build with enabling debug maintainer mode
# It also prevents assumption there that it is building in x86
Patch1:		0ad-0.0.19-debug.patch
Patch2:		0ad-mozjs-incompatible.patch
# After some trial&error this corrects a %%check failure with gcc 4.9 on i686
Patch3:		0ad-check.patch
Patch4:		0ad-0.0.21-desktop.patch

BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	nasm
BuildRequires:	subversion
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	libdnet-devel
BuildRequires:	miniupnpc-devel
%if %{with_system_nvtt}
BuildRequires:	nvidia-texture-tools-devel
%endif
BuildRequires:	wxgtku3.0-devel
BuildRequires:	pkgconfig(gloox)
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(IL)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libenet)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(mozjs-38)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(vorbis)
Requires:	%{name}-data
ExclusiveArch:	%{ix86} x86_64

%description
0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform
real-time strategy (RTS) game of ancient warfare. In short, it is a
historically-based war/economy game that allows players to relive or rewrite
the history of Western civilizations, focusing on the years between 500 B.C.
and 500 A.D. The project is highly ambitious, involving state-of-the-art 3D
graphics, detailed artwork, sound, and a flexible and powerful custom-built
game engine.

The game has been in development by Wildfire Games (WFG), a group of volunteer,
hobbyist game developers, since 2001.

%files
%doc README.txt LICENSE.txt
%doc license_gpl-2.0.txt license_lgpl-2.1.txt
%{_gamesbindir}/0ad
%{_gamesbindir}/pyrogenesis%{dbg}
%{_libdir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/appdata/0ad.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_gamesdatadir}/%{name}
%{_mandir}/man6/*.6*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-alpha
%patch0 -p1
%if !%{with_debug}
# disable debug build, and "int 0x3" to trap to debugger (x86 only)
%patch1 -p1
%endif
%patch2 -p1
%patch3 -p1
%patch4 -p1

%if %{with_system_nvtt}
rm -fr libraries/nvtt
%endif

%build
export CC=%{__cc}
export CFLAGS="%{optflags}"
# avoid warnings with gcc 4.7 due to _FORTIFY_SOURCE in CPPFLAGS
export CPPFLAGS="`echo %{optflags} | sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//'`"
build/workspaces/update-workspaces.sh \
	--bindir %{_gamesbindir} \
	--datadir %{_gamesdatadir}/%{name} \
	--libdir %{_libdir}/%{name} \
	--with-system-mozjs38 \
%if %{with_system_nvtt}
	--with-system-nvtt \
%endif
%if %{without_nvtt}
	--without-nvtt \
%endif
	%{?_smp_mflags}

%make -C build/workspaces/gcc config=%{config} verbose=1

%install
export CC=%{__cc}
install -d -m 755 %{buildroot}%{_gamesbindir}
install -m 755 binaries/system/pyrogenesis%{dbg} %{buildroot}%{_gamesbindir}/pyrogenesis%{dbg}

install -d -m 755 %{buildroot}%{_libdir}/%{name}
for name in AtlasUI%{dbg} Collada%{dbg}; do
    install -m 755 binaries/system/lib${name}.so  %{buildroot}%{_libdir}/%{name}/lib${name}.so
done

%if !%{without_nvtt} && !%{with_system_nvtt}
for name in nvcore nvimage nvmath nvtt; do
    install -p -m 755 binaries/system/lib${name}.so %{buildroot}%{_libdir}/%{name}/lib${name}.so
done
%endif

install -d -m 755 %{buildroot}%{_datadir}/appdata
install -p -m 644 build/resources/0ad.appdata.xml %{buildroot}%{_datadir}/appdata

install -d -m 755 %{buildroot}%{_gamesdatadir}/applications
install -m 644 build/resources/0ad.desktop %{buildroot}%{_gamesdatadir}/applications/%{name}.desktop
perl -pi -e 's|%{_bindir}/0ad|%{_gamesbindir}/0ad|;' \
    %{buildroot}%{_gamesdatadir}/applications/%{name}.desktop

install -d -m 755 %{buildroot}%{_gamesdatadir}/pixmaps
install -m 644 build/resources/0ad.png %{buildroot}%{_gamesdatadir}/pixmaps/%{name}.png

install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}
cp -a binaries/data/* %{buildroot}%{_gamesdatadir}/%{name}

install -d -m 755 %{buildroot}%{_mandir}/man6
install -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man6/%{name}.6
ln -sf %{name}.6 %{buildroot}%{_mandir}/man6/pyrogenesis.6

desktop-file-validate %{buildroot}%{_gamesdatadir}/applications/%{name}.desktop

mkdir -p %{buildroot}%{_datadir}
mv -f %{buildroot}%{_gamesdatadir}/{pixmaps,applications} %{buildroot}%{_datadir}

cat > %{buildroot}%{_gamesbindir}/0ad <<EOF
#!/bin/sh

cd %{_gamesdatadir}/0ad
LD_LIBRARY_PATH=%{_libdir}/0ad %{_gamesbindir}/pyrogenesis%{dbg} "\$@"
EOF
chmod +x %{buildroot}%{_gamesbindir}/0ad

%if %{with debug}
export EXCLUDE_FROM_FULL_STRIP="libAtlasUI_dbg.so libCollada_dbg.so pyrogenesis_dbg"
%endif

# Depends on availablity of nvtt
%if !%{without_nvtt}
%check
export CC=%{__cc}
LD_LIBRARY_PATH=binaries/system binaries/system/test%{dbg}
%endif

%changelog

* Mon Dec 05 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.0.21-1
- (3736b85) New version 0.0.21
- (3736b85) Now uses mozjs-38 instead of mozjs-31



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9453 |14cu|0ad-data-0.0.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# http://trac.wildfiregames.com/wiki/BuildInstructions#Linux

Summary:	The Data Files for 0 AD
Name:		0ad-data
Version:	0.0.21
Release:	1
Epoch:		1
License:	CC-BY-SA
Group:		Games/Strategy
Url:		http://play0ad.com
Source0:	http://releases.wildfiregames.com/0ad-%{version}-alpha-unix-data.tar.xz
BuildRequires:	unzip
Requires:	fonts-ttf-dejavu
BuildArch:	noarch

%description
0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform
real-time strategy (RTS) game of ancient warfare. In short, it is a
historically-based war/economy game that allows players to relive or rewrite
the history of Western civilizations, focusing on the years between 500 B.C.
and 500 A.D. The project is highly ambitious, involving state-of-the-art 3D
graphics, detailed artwork, sound, and a flexible and powerful custom-built
game engine.

This package contains the 0ad data files.

%files
%doc LICENSE-art.txt LICENSE-audio.txt
%{_gamesdatadir}/0ad

#----------------------------------------------------------------------------

%prep
%setup -q -n 0ad-%{version}-alpha

%build
pushd binaries/data/mods/public
    mkdir tmp
    pushd tmp
	unzip -x ../public.zip
	cp -a art/LICENSE.txt ../../../../../LICENSE-art.txt
	cp -a audio/LICENSE.txt ../../../../../LICENSE-audio.txt
	rm -fr *
    popd
    rm -fr tmp
popd

%install
mkdir -p %{buildroot}%{_gamesdatadir}
rm -f tools/fontbuilder/fonts/*.ttf
mv binaries/data %{buildroot}%{_gamesdatadir}/0ad


%changelog

* Mon Dec 05 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.0.21-1
- (83aa4e6) New version 0.0.21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9454 |14cu|0verkill-0.16-0.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Name:           0verkill
Version:        0.16
Release:        0.1
Url:            http://artax.karlin.mff.cuni.cz/~brain/%{name}/
Summary:        Bloody hell in ASCII art
License:        GPLv2
Group:          Games/Adventure 
# https://github.com/hackndev/0verkill
Source0:        0verkill-master.zip
Source1:        %{name}.png
Source2:        %{name}.desktop
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xpm)
BuildRequires:  imagemagick


%description
2D ASCII art deathmatch jump'n'kill'n'smile_insane.

You were born to DIE - you will enjoy your death!
Your eyes gonna BULGE with horror...
IT is the game you always wanted to die playing !!!
This game will be your worst NIGHTMARE you ever had!


%files
%doc doc/AUTHORS doc/CHANGELOG doc/COPYING doc/FILES doc/README.html doc/VERSION
%{_bindir}/%{name}*
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/data
%{_datadir}/%{name}/data/*
%dir %{_datadir}/%{name}/grx
%{_datadir}/%{name}/grx/*
#----------------------------------------------------------

%package xwindow
Summary:        Bloody hell in ASCII art (with X Window support)
Requires:       %{name} = %{EVRD}

%description xwindow
2D ASCII art deathmatch jump'n'kill'n'smile_insane.

You were born to DIE - you will enjoy your death!
Your eyes gonna BULGE with horror...
IT is the game you always wanted to die playing !!!
This game will be your worst NIGHTMARE you ever had!

%files xwindow
%doc doc/3d.txt doc/adding_a_level.txt doc/avi.txt doc/bot.txt doc/doc.html doc/editor.txt doc/level-changing.txt
%{_bindir}/x%{name}*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#----------------------------------------------------------
%prep
%setup -qn %{name}-master

%build

aclocal
autoheader
autoconf
%configure2_5x --with-x
%make

%install
%makeinstall_std
rm %{buildroot}%{_datadir}/%{name}/grx/make_hero

#icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size %{SOURCE1} \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

# menu entry
desktop-file-install %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Sat Aug 20 2016 abfonly <abfonly@gmail.com> 0.16-0.1
- (ac3895b) Log: Fixed menu entry for xwindow package
- (ac3895b) sync with mrb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9455 |14cu|2048.c-0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Console version of the game 2048 for GNU/Linux
Name:		2048.c
Version:	0.1
Release:	1
License:	MIT
Group:		Games/Puzzles
Url:		https://github.com/mevdschee/2048.c
#this is master branch https://github.com/mevdschee/2048.c/tree/master
Source0:	2048.c-master.zip


%description
%{summary}

%files
%doc LICENSE README.md
%{_bindir}/2048

#-----------------------------------------
%prep
%setup -qn 2048.c-master

%build
%setup_compile_flags
make

%install
install -Dm755 2048 %{buildroot}%{_bindir}/2048


%check
./2048 test  


%changelog

* Sat Aug 13 2016 abfonly <abfonly@gmail.com> 0.1-1
- (6d417c1) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9456 |14cu|2048-qt-0.1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   2048-Qt

Name:           2048-qt
Version:        0.1.6
Release:        1
Summary:        Mathematics-based puzzle game
Group:          Games/Puzzles
License:        MIT
URL:            https://github.com/xiaoyong/2048-Qt/
Source0:        https://github.com/xiaoyong/2048-Qt/archive/v%{version}/%{oname}-%{version}.tar.gz
Patch0:         2048-qt-0.1.6-mrb.patch
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	qt5-linguist-tools
BuildRequires:	desktop-file-utils

%description
2048 is a mathematics-based puzzle game where you have to slide tiles
on a grid to combine them and create a tile with the number 2048.
You have to merge the similar number tiles by moving the arrow keys
in four different directions. When two tiles with the same number touch,
they will merge into one.

%files -f %{name}.lang
%doc Changelog.md LICENSE README.md
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man6/%{name}.6*
#----------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%qmake_qt5 
%make
pushd ts
%{_qt5_bindir}/lrelease *.ts
popd

%install
%makeinstall_qt

mkdir -p %{buildroot}%{_iconsdir}/hicolor
cp -a res/icons/{16x16,32x32,48x48,256x256,scalable} %{buildroot}%{_iconsdir}/hicolor

install -D -m644 res/man/%{name}.6 %{buildroot}%{_mandir}/man6/%{name}.6

mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install res/%{name}.desktop \
  %{buildroot}%{_datadir}/applications/%{name}.desktop

mkdir -p  %{buildroot}%{_datadir}/%{name}/translations
cp -a ts/*.qm %{buildroot}%{_datadir}/%{name}/translations
  
%find_lang %{name} --with-qt


%changelog

* Mon Jul 11 2016 abfonly <abfonly@gmail.com> 0.1.6-1
- (2959e6c) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9457 |14cu|2mandvd-1.8.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname 2ManDVD

Summary:	Video DVD creation tool, successor to ManDVD
Name:		2mandvd
Version:	1.8.5
Release:	5
# GPLv2 and LGPL for some icons
License:	GPLv2+ and LGPL
Group:		Video
Url:		http://2mandvd.tuxfamily.org/
Source0:	http://download.tuxfamily.org/2mandvd/%{srcname}-%{version}.tar.gz
Patch0:		2ManDVD-1.8.5-ffmpeg2.0.patch
Patch1:		2ManDVD-1.8.5-install.patch
BuildRequires:	qt4-devel >= 4.6
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)

Requires:	dvd+rw-tools
Requires:	dvdauthor
Requires:	ffmpeg >= 0.5
Requires:	ffmpegthumbnailer
Requires:	mencoder
Requires:	mjpegtools
Requires:	mkisofs
Requires:	mplayer
Requires:	netpbm
Requires:	sox
Requires:	exif
Suggests:	transcode
Obsoletes:	2ManDVD < %{EVRD}

%description
2ManDVD is a graphical tool for creating Video DVDs and slideshows, including
menus.

N.B. Executable name is 2ManDVD.

%files
%{_bindir}/%{srcname}
%{_bindir}/fake.pl
%dir %{_datadir}/%{srcname}
%{_datadir}/%{srcname}/2mandvd_*.qm
%{_datadir}/%{srcname}/Bibliotheque
%{_datadir}/%{srcname}/mandvdico.png
%{_datadir}/applications/%{srcname}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{srcname}
%patch0 -p1
%patch1 -p1

%build
%qmake_qt4 2ManDVD.pro
%make

%install
make INSTALL_ROOT=%{buildroot} install


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.5-5
+ Revision: d13048c
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9458 |14cu|4kstogram-2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug would make sense if we build 4kstogram from sources,
# but it seems to be quite tricky to build it with our boost
%define debug_package %{nil}
%define __noautoprov lib.*
%define __noautoreq libQt.*|libicu.*|libssl.*|libjpeg.*

Summary:	Instagram client
Name:		4kstogram
Version:	2.1
Release:	2
License:	Free for non-commercial usage
Group:		Networking/File transfer
Url:		http://4kdownload.com
Source0:	https://downloads.4kdownload.com/app/%{name}_%{version}_i386.tar.bz2
Source1:	https://downloads.4kdownload.com/app/%{name}_%{version}_amd64.tar.bz2
Source2:	%{name}.png
BuildRequires:	imagemagick

%description
View and download instagram user photos on desktop.

%files
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*

#----------------------------------------------------------------------------

%prep
%setup -qcT
%ifarch %{ix86}
tar xvf %{SOURCE0}
%else
tar xvf %{SOURCE1}
%endif

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -r %{name} %{buildroot}%{_datadir}

mkdir -p %{buildroot}/%{_bindir}
cat > %{buildroot}%{_bindir}/%{name} <<EOF
#!/bin/sh
pushd %{_datadir}/%{name}
./%{name}.sh
popd
EOF

chmod 755 %{buildroot}%{_bindir}/%{name}

for s in 16 22 32 48 64 128; do
  mkdir -p %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/
  convert -geometry ${s}x${s} %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/%{name}.png
done

mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Version=1.0
Name=4K Stogram
Name[ru]=4K Stogram
Comment=Instagram client
Comment[ru]=Клиент Instagram
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=System;Network;
EOF

desktop-file-install \
	--dir=%{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog

* Tue Oct 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1-2
- (f85434d) Minor cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9459 |14cu|4ti2-1.6.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name}- %{major}
%define libzsolve	%mklibname zsolve %{major}
%define devname		%mklibname %{name} -d
%define _libexecdir	/usr/libexec
%define debug_package	%{nil}
# docs
%define _files_listed_twice_terminate_build 0
#

Name:           4ti2
Version:        1.6.7
Release:        1
Summary:        A software package for problems on linear spaces

Group:          Sciences/Mathematics
License:        GPLv2+
URL:            http://www.4ti2.de/
Source0:        http://www.4ti2.de/version_%{version}/%{name}-%{version}.tar.gz
Source1:        http://www.4ti2.de/4ti2_manual.pdf
Patch0:         4ti2-1.3.2-gcc47.patch
Patch1:         4ti2-missing-libs.diff
Patch2:         4ti2-docdir.diff
BuildRequires:  gmp-devel
BuildRequires:	gmpxx-devel
BuildRequires:  glpk-devel
BuildRequires:	gcc-c++, gcc, gcc-cpp

%description
A software package for algebraic, geometric and combinatorial
problems on linear spaces.

This package uses Environment Modules, to load the binaries onto
your PATH you will need to run module load %{name}-%{_arch}.

%files
%doc COPYING AUTHORS TODO NEWS README 4ti2_manual.pdf
%{_bindir}/*
%{_libexecdir}/%{name}/
# %{_docdir}/%{name}/

#--------------------------------------------------------
%package  -n %{libname}

Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the 4ti2 program library, which comes in three
flavors:
- 32-bit precision integers
- 64-bit precision integers
- arbitrary precision integer support through use of GNU MP.

%files -n %{libname}
%doc COPYING AUTHORS TODO NEWS README
%{_libdir}/lib4ti2gmp.so.0*
%{_libdir}/lib4ti2int32.so.0*
%{_libdir}/lib4ti2int64.so.0*
%{_libdir}/lib4ti2common.so.0*
%{_libdir}/lib4ti2util.so.0*

#--------------------------------------------------------
%package  -n %{libzsolve}

Summary:	Library for solving linear systems over integers for 4ti2
Group:		System/Libraries

%description -n %{libzsolve}
This package contains the 4ti2 library for solving systems linear systems over
integers (\mathbb{Z}).

%files -n %{libzsolve}
%doc COPYING AUTHORS TODO NEWS README
%{_libdir}/libzsolve.so.0*
#--------------------------------------------------------
%package -n %{devname}

Summary:	Development files for %{name}
Group:		Development/C
Requires:       %{libname} = %{EVRD}
Requires:       %{libzsolve} = %{EVRD}

%description -n %{devname}
This subpackage contains the include files and library links for
developing against 4ti2's libraries.

%files  -n %{devname}
%doc COPYING AUTHORS TODO NEWS README
%{_includedir}/pkg/
%{_libdir}/lib*.so
#--------------------------------------------------------

%prep
%setup -q
cp -p %{SOURCE1} .
#patch0 -p1 -b .gcc47
%patch1 -p1
%patch2 -p1

%build
export CC=gcc
export CXX=g++

autoreconf -fi;
%configure --enable-shared --disable-static \
	--includedir="%_includedir/pkg/%{name}" --docdir="%_docdir/%{name}"

%make 

%install
make install DESTDIR=%{buildroot}
cp COPYING doc/* "%{buildroot}/%{_docdir}/%{name}/"
mkdir -p "%{buildroot}/%{_bindir}" "%{buildroot}/%{_libexecdir}/%{name}";
mv "%{buildroot}/%{_bindir}"/* "%{buildroot}/%{_libexecdir}/%{name}/";
pushd "%{buildroot}/%{_libexecdir}/%{name}";
for i in *; do
	ln -s "%{_libexecdir}/%{name}/$i" "%{buildroot}/%{_bindir}/4ti2_$i";
done;

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 1.6.7-1
- (10c146b) Merge pull request #1 from import/4ti2:rosa2016.1
- (10c146b) Updated to 1.6.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9460 |14cu|7kaa-2.14.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
# Needed because data parser expects DOS EOLs
%define dont_fix_eol 1

Summary:	Seven Kingdoms: Ancient Adversaries is a real-time strategy game
Name:		7kaa
Version:	2.14.5
Release:	4
License:	GPLv2+
Group:		Games/Strategy
Url:		http://7kfans.com/
Source0:	http://sourceforge.net/projects/skfans/files/7KAA%20%{version}/%{name}-%{version}.tar.bz2
Source1:	%{name}.png
Source2:	%{name}.xpm
Patch0:		7kaa-2.14.5-datapath.patch
Patch1:		7kaa-2.14.5-sfmt.patch
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(libenet)
Obsoletes:	%{name}-data < 2.14.4
Suggests:	%{name}-music

%description
Seven Kingdoms made departures from the traditional real-time strategy models
of "gather resources, build a base and army, and attack". The economic model
bears more resemblance to a turn-based strategy game. It features an espionage
system that allows players to train and control spies individually, who each
have a spying skill that increases over time. The player is also responsible
for catching spies in their own kingdom. Inns built within the game allow
players to hire mercenaries of various occupations, skill levels, and races.
Skilled spies of enemy races are essential to a well-conducted espionage
program, and the player can bolster his forces by grabbing a skilled fighter
or give ones own factories, mines, and towers of science, a boost by hiring a
skilled professional.

Enlight Software decided to release the game to the Open Source community
in August 2009. At that time everything, but the music, was released under
the GPL v2. The music has a slightly different license.

%files
%doc COPYING README
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.*
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/pixmaps
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
install -D -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/

# menu-entry
mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Seven Kingdoms
Comment=Seven Kingdoms: Ancient Adversaries
Type=Application
Exec=7kaa
Icon=7kaa
Categories=Game;StrategyGame;
EOF


%changelog

* Thu Feb 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.14.5-4
- (f7e19ab) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9461 |14cu|7kaa-music-2.13-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname 7kaa

Summary:	Game music files for Seven Kingdoms: Ancient Adversaries
Name:		%{oname}-music
Version:	2.13
Release:	5
License:	Freeware
Group:		Games/Strategy
Url:		http://7kfans.com/
Source0:	http://www.7kfans.com/downloads/%{name}.tar.bz2
Suggests:	%{oname} >= %{version}
BuildArch:	noarch

%description
Game music files used by Seven Kingdoms: Ancient Adversaries game.

%files
%doc COPYING-Music.txt README-Music.txt
%{_gamesdatadir}/%{oname}/music

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}/music
cp -r music/* %{buildroot}%{_gamesdatadir}/%{oname}/music/


%changelog

* Thu May 21 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.13-5
- (81d6493) Move files to proper directory



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9462 |14cu|9base-6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A port of following original Plan 9 userland tools to Unix
Name:		9base
Version:	6
Release:	3
License:	MIT and Lucent Public License
Group:		System/Base
Url:		http://tools.suckless.org/9base
Source0:	http://dl.suckless.org/tools/%{name}-%{version}.tar.gz
Source1:	%{name}.rpmlintrc
Patch0:		9base-6-rosa-perms.patch
Patch1:		9base-6-rosa-etc.patch
BuildRequires:	glibc-static-devel

%description
9base is a port of following original Plan 9 userland tools to Unix:
awk basename bc cat cleanname date echo grep rc sed seq sleep sort
tee test touch tr uniq

%files
%doc README.urpmi
%{_bindir}/9/*
%{_libdir}/troff
%{_mandir}/man1/*
%{_sysconfdir}/rcmain

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

cat > README.urpmi <<EOF
%{distribution} specific notes

If you want to use 9base, please add %{_bindir}/9 to your path:
export PATH=\$PATH:%{_bindir}/9
EOF

%build
%setup_compile_flags
%make

%install
make \
	DESTDIR=%{buildroot} \
	PREFIX=%{_prefix}/ \
	MANPREFIX=%{_mandir} \
	LIBDIR=%{_libdir}/9/ \
	install

%ifarch x86_64
mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
%endif

mkdir -p %{buildroot}%{_bindir}/9/
for file in %{buildroot}%{_bindir}/*
	do
	if [ -f $file ]; then
 	mv $file %{buildroot}%{_bindir}/9/
	fi
done
#grep awk sed bc basename cat date echo seq sleep sort tee test touch tr uniq
for man in `ls %{buildroot}%{_mandir}/man1/*.1`
do
        mans=`echo $man | sed 's/.1$/9.1/'`
        mv ${man} ${mans}
done


%changelog

* Mon May 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6-3
- (561a396) Build with system optflags to fix debug package
- (561a396) Use README.urpmi instead of post-script to display post-install package notes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9463 |14cu|a2jmidid-8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ALSA to JACK MIDI Bridging tools
Name:		a2jmidid
Version:	8
Release:	3
License:	GPLv2+
Group:		Sound
Url:		http://home.gna.org/a2jmidid/
Source0:	http://download.gna.org/%{name}-%{version}.tar.bz2
Patch0:		a2jmidid-8-glib.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(jack)
Requires:	python-dbus

%description
A tools suite allowing the use of ALSA MIDI applications and hardware
in a JACK MIDI system. The package provides a2j, a2jmidi_bridge,
a2j_control, j2amidi_bridge and a2jmidid, which are small commandline
applications establishing the bridge between ALSA and JACK MIDI.

%files
%doc %{_datadir}/%{name}/README
%doc %{_datadir}/%{name}/AUTHORS
%doc %{_datadir}/%{name}/NEWS
%doc %{_mandir}/man1/*.1.*
%{_bindir}/*
%{_datadir}/dbus-1/services/org.gna.home.a2jmidid.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
./waf configure --prefix=%{_prefix}
./waf

%install
./waf install --destdir=%{buildroot}
mkdir %{buildroot}%{_datadir}/%{name}
cp README %{buildroot}%{_datadir}/%{name}
cp AUTHORS %{buildroot}%{_datadir}/%{name}
cp NEWS %{buildroot}%{_datadir}/%{name}


%changelog

* Mon May 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 8-3
- (f2fc110) Build with system optflags to fix debug package
- (f2fc110) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9464 |14cu|abcde-2.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command-line utility to rip and encode audio CD
Name:		abcde
Version:	2.7.2
Release:	1
License:	GPLv2+
URL:		http://abcde.einval.com
Group:		Sound
Source0:	http://abcde.einval.com/download/%{name}-%{version}.tar.gz
Source1:	http://linukz.org/download/cd-discid-1.3.1.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-2.7.2-fix_makefile_install.patch
Patch1:		cd-discid--debuginfo.diff
Requires:	cdparanoia
Requires:	ffmpeg
Requires:	wget
Requires:	vorbis-tools

%description
A frontend command-line utility (actually, a shell script) that grabs tracks
off a CD, encodes them to Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or
MPP/MP+(Musepack) format, and tags them, all in one go.

%files
%doc changelog README COPYING FAQ
%doc examples/abcded examples/abcde.init examples/autorip.sh examples/cue2discid examples/musicbrainz-get-tracks
%{_bindir}/abcde
%{_bindir}/abcde-musicbrainz-tool
%{_bindir}/cd-discid
%{_bindir}/cddb-tool
%{_mandir}/man1/abcde.*
%{_mandir}/man1/cd-discid.*
%{_mandir}/man1/cddb-tool.*
%config(noreplace) %{_sysconfdir}/%{name}.conf

#-----------------------------------------------------------------------------

%prep
%setup -q -b0
# For cd-discid
%setup -q -b1

%patch0 -p1
cd ../cd-discid-1.3.1
%patch1 -p0


%build
pushd ../cd-discid-1.3.1
	%make
popd
%make


%install
%makeinstall_std

pushd ../cd-discid-1.3.1
	make install PREFIX=%{buildroot}%{_prefix}
popd

%changelog

* Sat Apr 16 2016 Giovanni Mariani <mc2374@mclink.it> 2.7.2-1
- (8e111eb) Updated to release 2.7.2 and rediffed P0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9465 |14cu|abcm2ps-8.12.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		abcm2ps
Version:	8.12.3
Release:	1
Summary:	Converts ABC format music sheets into Postscript
License:	GPLv2+
URL:		http://abcplus.sourceforge.net/
Group:		Publishing
Source0:	http://moinejf.free.fr/%{name}-%{version}.tar.gz
Patch0:		abcm2ps_makefile.patch

%description
abcm2ps is a package which converts music tunes from ABC format
to PostScript. Based on abc2ps version 1.2.5, it was developed
mainly to print polyphonic music, i.e. music with multiple voices
per staff. abcm2ps uses an extension to the ABC language that make
it suitable for classical music. This extended format is documented
under http://abcplus.sourceforge.net/.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x --enable-a4 --enable-deco-is-roll
%make

%install
%makeinstall 

%files
%doc Changes README *.abc *.txt sample3.eps
%{_bindir}/*
%{_datadir}/abcm2ps

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 8.12.3-1
- (449aea1) Merge pull request #4 from import/abcm2ps:rosa2016.1
- (449aea1) Updated to 8.12.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9466 |14cu|abcmidi-2016.07.20-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	sname	abcMIDI

Summary:	Tool for processing ABC music notation files
Name:		abcmidi
Version:	2016.07.20
Release:	1
Group:		Sound
License:	GPLv2+
# See also (more up to date): http://abcplus.sourceforge.net
URL:		http://abc.sourceforge.net
# TODO: find on the same spot sources for user guide
Source0:	http://ifdo.pugmarks.com/~seymour/runabc/%{sname}-%{version}.zip
# Avoid automatic install of docs: we take them with %%doc macro
Patch0:		%{name}-2016.03.15-dont-install-docs.patch

%description
The abcMIDI package contains four programs: abc2midi to convert ABC music
notation to midi, midi2abc to convert midi files to (a first approximation
to) the corresponding ABC, abc2abc to reformat and/or transpose ABC files,
and yaps to typeset ABC files as PostScript.
For a description of the abc syntax, please see the abc user-guide which is a
part of the abc2mtex package written by Chris Walshaw.

%files
%doc doc/AUTHORS doc/CHANGES doc/history.txt readme.txt VERSION
%{_mandir}/man1/*.1*
%{_bindir}/*

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p1


%build
rm -f configure makefile
autoreconf -vfi
%configure2_5x
%make


%install
%makeinstall_std


%changelog

* Tue Aug 23 2016 dsilakov <denis.silakov@rosalab.ru> 2016.07.20-1
- (894f758) Merge pull request #3 from import/abcmidi:rosa2016.1
- (894f758) abcmidi 2016.07.20



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9467 |14cu|abduco-0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		abduco
Version:	0.6
Release:	1
Summary:	Session management in a clean and simple way
Group:		Terminals
License:	ISC
Url:		http://www.brain-dump.org/projects/%{name}/
Source0:	http://www.brain-dump.org/projects/%{name}/%{name}-%{version}.tar.gz

%description
%{name} provides session management i.e. it allows programs to be run
independently from its controlling terminal. That is programs can be
detached - run in the background - and then later reattached.
Together with dvtm it provides a simpler and cleaner alternative to tmux or
screen.

%prep
%setup -q
# Apply applicable build flags
echo '#!/bin/sh' > ./configure
chmod +x ./configure

%build
%configure2_5x
%make

%install
%make_install PREFIX=%{_prefix} STRIP=:

%files
%doc LICENSE README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 0.6-1
- (6bd45d4) Merge pull request #1 from import/abduco:rosa2016.1
- (6bd45d4) Updated to 0.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9468 |14cu|abi-compliance-checker-1.99.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	API/ABI compatibility checker for C/C++ libraries
Name:		abi-compliance-checker
Version:	1.99.18
Release:	1
Group:		Development/Other
License:	GPLv1+ or LGPLv2+
Url:		https://github.com/lvc/abi-compliance-checker
Source0:	https://github.com/lvc/abi-compliance-checker/archive/%{name}-%{version}.tar.gz
BuildArch:	noarch
Requires:	perl
Requires:	gcc-c++
Requires:	binutils
Requires:	ctags
Requires:	abi-dumper >= 0.99.14


%description
ABI Compliance Checker (ABICC) is a tool for checking backward binary and
source-level compatibility of a C/C++ library. The tool checks header files
and shared libraries of old and new versions and analyzes changes in API and
ABI that may break binary and/or source compatibility: changes in calling
stack, v-table changes, removed symbols, renamed fields, etc.

%files
%doc LICENSE README doc/
%{_bindir}/%{name}
%{_datadir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -q
chmod 0644 LICENSE README


%build
# Nothing to build.


%install
mkdir -p %{buildroot}%{_prefix}
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}

chmod 755 %{buildroot}%{_bindir}/*

%changelog

* Sat Apr 16 2016 Giovanni Mariani <mc2374@mclink.it> 1.99.18-1
- (f8e290e) Updated to release 1.99.18



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9469 |14cu|abi-dumper-0.99.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dump ABI of an ELF object containing DWARF debug info
Name:		abi-dumper
Version:	0.99.17
Release:	1
Group:		Development/Other
License:	GPLv2+ or LGPLv2+
Url:		https://github.com/lvc/abi-dumper
Source0:	https://github.com/lvc/abi-dumper/archive/%{name}-%{version}.tar.gz
BuildArch:	noarch
Requires:	elfutils
Requires:	perl >= 5.8
Requires:	vtable-dumper >= 1.1

%description
A tool to dump ABI of an ELF object containing DWARF debug info. It is
intended to be used with ABI Compliance Checker tool for tracking ABI changes
of a C/C++ library or kernel module.

%files
%doc LICENSE README
%{_bindir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -q
chmod 0644 LICENSE README


%build
# Nothing to build.


%install
mkdir -p %{buildroot}%{_prefix}
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}

chmod 755 %{buildroot}%{_bindir}/*

%changelog

* Sat Aug 27 2016 gvm <mc2374@mclink.it> 0.99.17-1
- (4243995) Merge pull request #1 from import/abi-dumper:rosa2016.1
- (4243995) Abi-dumper 0.99.17



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9470 |14cu|abiword-3.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%define api %(echo %{version} | cut -d. -f1,2)

Summary:	Lean and fast full-featured word processor
Name:		abiword
Version:	3.0.2
Release:	1
License:	GPLv2+
Group:		Office
Url:		http://www.abisource.com/
Source0:	http://www.abisource.com/downloads/abiword/%{version}/source/%{name}-%{version}.tar.gz
Source100:	abiword.rpmlintrc
Patch0:		abiword-3.0.2-librevenge.patch
Patch1:		abiword-3.0.1-libwps-0.4.patch
Patch2:		abiword-3.0.2-fix-black-drawing-regression.patch
BuildRequires:	asio
BuildRequires:	bison
BuildRequires:	desktop-file-utils
BuildRequires:	gnome-common
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	libwmf-devel
BuildRequires:	psiconv-devel
BuildRequires:	readline-devel
BuildRequires:	tidy-devel
BuildRequires:	pkgconfig(aiksaurus-1.0)
BuildRequires:	pkgconfig(cairo-pdf)
BuildRequires:	pkgconfig(cairo-ps)
BuildRequires:	pkgconfig(champlain-0.12)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(gaiksaurus-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libebook-1.2)
BuildRequires:	pkgconfig(libecal-1.2)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libgoffice-0.10)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(libots-1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(libwps-0.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(link-grammar)
BuildRequires:	pkgconfig(loudmouth-1.0)
BuildRequires:	pkgconfig(mathview-frontend-libxml2)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(rasqal)
BuildRequires:	pkgconfig(redland)
BuildRequires:	pkgconfig(telepathy-glib)
BuildRequires:	pkgconfig(wv-1.0)

Suggests:	abiword-doc

%description
AbiWord is a cross-platform, open source, lean and fast full-featured word
processor. It works on Most Unix systems, Microsoft Windows and Mac OS X.

Abiword with the GNOME front-end is part of the GNOME Office Suite.
See http://www.gnomeoffice.org for details.

%files
%{_bindir}/abiword
%{_datadir}/abiword-%{api}
%dir %{_libdir}/abiword-%{api}
%dir %{_libdir}/abiword-%{api}/plugins
%{_libdir}/abiword-%{api}/plugins/*.so
# this isnt a devel lib
%{_libdir}/libabiword-%{api}.so
%{_libdir}/libAiksaurusGtk3.so
%{_libdir}/libAiksaurusGtk3--export-dynamic.so
%{_datadir}/applications/*.desktop
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.AbiCollab.service
%{_datadir}/telepathy/clients/AbiCollab.client
%{_iconsdir}/hicolor/*/*
%{_mandir}/man1/abiword.1.*

#----------------------------------------------------------------------------

%package devel
Summary:	Devel files for Abiword
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
This pacakage contains devel files for Abiword, mainly header files
and pkg files.

%files devel
%{_includedir}/abiword-%{api}
%{_libdir}/pkgconfig/abiword-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
autoreconf -fi
export CXXFLAGS="%{optflags} -std=gnu++11"
enable_dynamic=yes %configure2_5x \
	--disable-static \
	--enable-default-plugins \
	--enable-emacs-keybinding \
	--enable-vi-keybinding \
	--enable-clipart \
	--enable-templates \
	--enable-collab-backend-xmpp \
	--enable-collab-backend-tcp \
	--enable-collab-backend-sugar \
	--enable-collab-backend-service \
	--with-gio \
	--with-goffice \
	--with-inter7eps \
	--with-libtidy \
	--enable-plugins="wml goffice freetranslation latex eml gimp mif loadbindings babelfish wpg openxml mswrite wordperfect mathview urldict presentation pdb psion collab google paint hancom xslfo opendocument openwriter t602 iscii wmf ots command sdw gdict opml clarisworks kword pdf grammar passepartout applix aiksaurus wikipedia hrtext s5 docbook"

%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
	--remove-category="X-Red-Hat-Base" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog

* Mon Dec 26 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.2-1
- (0c3164f) Build with -std=gnu++11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9471 |14cu|abiword-docs-3.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Documentation and help files for Abiword
Name:		abiword-docs
Version:	3.0.1
Release:	1
License:	GPLv2+
Group:		Office
Url:		http://www.abisource.com/
Source0:	http://www.abisource.com/downloads/abiword/%{version}/source/%{name}-%{version}.tar.gz
BuildRequires:	abiword-devel >= 3.0
BuildRequires:	pkgconfig(libglade-2.0)
# Exclude some pages pending http://bugzilla.abisource.com/show_bug.cgi?id=13459
Patch0:		abiword-docs-2.9.4-mga-temp_build_fix-en-US-Makefile.in.patch
Patch1:		abiword-docs-2.9.4-mga-temp_build_fix-pl-PL-Makefile.in.patch
Patch2:		abiword-docs-2.9.4-mga-temp_build_fix-fr-FR-Makefile.in.patch
BuildArch:	noarch

%description
Documentation and help files for Abiword.

#----------------------------------------------------------------------------

%package en
Summary:	English documentation and help files for Abiword
Requires:	locales-en
Provides:	abiword-doc = %{EVRD}
BuildArch:	noarch

%description en
English documentation and help files for Abiword.

%files en
%{_datadir}/abiword*/help/en-US
%dir %{_datadir}/abiword*/help/

#----------------------------------------------------------------------------

%package fr
Summary:	French documentation and help files for Abiword
Requires:	locales-fr
Provides:	abiword-doc = %{EVRD}
BuildArch:	noarch

%description fr
French documentation and help files for Abiword.

%files fr
%{_datadir}/abiword*/help/fr-FR
%dir %{_datadir}/abiword*/help/

#----------------------------------------------------------------------------

%package pl
Summary:	Polish documentation and help files for Abiword
Requires:	locales-pl
Provides:	abiword-doc = %{EVRD}
BuildArch:	noarch

%description pl
Polish documentation and help files for Abiword.

%files pl
%{_datadir}/abiword*/help/pl-PL
%dir %{_datadir}/abiword*/help/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .abiword-docs-2.9.4-mga-temp_build_fix-en-US-Makefile.in.patch
%patch1 -p0 -b .abiword-docs-2.9.4-mga-temp_build_fix-pl-PL-Makefile.in.patch
%patch2 -p0 -b .abiword-docs-2.9.4-mga-temp_build_fix-fr-FR-Makefile.in.patch

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Sun Jan 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.1-1
+ Revision: 11adb1e
- New version 3.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9472 |14cu|abook-0.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Text-based addressbook program for mutt
Name:		abook
Version:	0.6.1
Release:	1
License:	GPLv2+
Group:		Networking/Mail
Url:		http://abook.sourceforge.net/
Source0:	http://abook.sourceforge.net/devel/%{name}-%{version}.tar.gz
Patch0:		abook-0.6.1-gcc5.patch
Patch1:		abook-0.6.1-preserve.patch
BuildRequires:	gettext-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncursesw)

%description
Abook is a text-based addressbook program designed for use with the mutt 
mail client.

%files -f %{name}.lang
%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
%{_bindir}/abook
%{_mandir}/man*/abook*.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

chmod 644 AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Sun Dec 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.1-1
- (321d457) Build requires gettext-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9473 |14cu|abspath-0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Return the absolute path of a file or directory
Name:		abspath
Version:	0.1
Release:	8
License:	GPLv2+
Group:		File tools
Url:		http://voxel.jouy.inra.fr/darcs/abspath
Source0:	%{name}-%{version}.tar.bz2
Patch0:		abspath-asciidoc.patch
BuildRequires:	asciidoc
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	xmlto
Requires:	python
BuildArch:	noarch

%description
Return a normalized absolutized version of the pathnames. If no arguments
are passed on the command line, the standard input is used.

%files
%{_bindir}/abspath
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
chmod a+x abspath
asciidoc -b docbook -d manpage abspath.1.txt
xmlto man abspath.1.xml
perl -e 's/\.sp$/\n\.sp/g' -pi abspath.1

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m 0755 abspath %{buildroot}%{_bindir}/
install -m 0644 abspath.1 %{buildroot}%{_mandir}/man1/


%changelog

* Mon May 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-8
- (e2f8e73) Build requires docbook-dtd45-xml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9474 |14cu|ac3info-0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool to display ac3 properties
Name:		ac3info
Version:	0.1
Release:	8
License:	GPLv2+
Group:		File tools
Url:		http://konilope.linuxeries.org/ac3info/
Source0:	%{name}-%{version}.tar.gz
Patch0:		ac3info-0.1-optflags.patch

%description
This tool display some informations about some ac3 files.

%files
%{_bindir}/ac3info

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
%make

%install
%setup_compile_flags
%makeinstall_std


%changelog

* Mon May 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-8
- (87f0d4f) Build with system optflags to fix debug package
- (87f0d4f) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9475 |14cu|ac3jack-2.0.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Jack audio to ac3 surround converter
Name:		ac3jack
Version:	2.0.3
Release:	12
License:	GPLv2+
Group:		Sound
Url:		http://www.essej.net/ac3jack/
Source0:	http://www.essej.net/ac3jack/%{name}-%{version}.tar.gz
Patch0:		%{name}-2.0.3-mdv-fix-gcc4.4.patch
Patch1:		ac3jack-2.0.3-boost-mt.patch
BuildRequires:	aften-static-devel
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sigc++-1.2)
BuildRequires:	pkgconfig(sndfile)

%description
ac3jack is a tool for creating an AC-3 (Dolby Digital) multichannel stream
from its JACK input ports. Using this tool, an AC-3 stream (up to 5.1
channels) is created in real time and either written to a file or streamed to
standard output.

When streamed to stdout and piped through the ALSA tool ac3dec -C, the AC-3
stream can be passed out the SPDIF port on your audio interface for connection
to a multichannel surround receiver. In this way, you can achieve full 5.1
surround mixing and monitoring of your JACK applications with a single digital
cable, and no need for hardware supporting discrete outputs and inputs.

AC-3 is a compressed audio stream, so quality will suffer somewhat, but it is
the price you pay for easy surround sound. After all, if it is good enough for
DVD and film soundtracks, it must be OK.

%files
%doc README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .gcc44
%patch1 -p0 -b .boost
touch AUTHORS ChangeLog

sed -i -e 's/TIME_UTC/TIME_UTC_/g' src/alsa_spdif_writer.cpp src/file_writer.cpp
sed -i '25a\#include "string.h"' src/ringbuffer.hpp

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Ac3jack
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=
Terminal=false
Type=Application
Categories=Audio;X-MandrivaLinux-Sound;
EOF


%changelog

* Mon May 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.3-12
- (46ec27c) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9476 |14cu|ace-5.8.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %{name} %{version}
%define devname %mklibname %{name} -d
%define sdevname %mklibname %{name} -d -s

Summary:	ADAPTIVE Communication Environment
Name:		ace
Version:	5.8.1
Release:	5
License:	BSD-style
Group:		System/Libraries
Url:		http://www.cs.wustl.edu/~schmidt/ACE.html
Source0:	http://download.dre.vanderbilt.edu/previous_versions/ACE-src-%{version}.tar.bz2
Patch0:		ACE-5.8.1-sslv2.patch
Patch1:		ACE-5.8.1-link.patch
Patch2:		ACE-5.8.1-ssl-1.0.patch
BuildRequires:	pkgconfig(openssl)

%description
The ADAPTIVE Communication Environment (ACE) is a freely available,
open-source object-oriented (OO) framework that implements many core
patterns for concurrent communication software. ACE provides a rich set
of reusable C++ wrapper facades and framework components that perform
common communication software tasks across a range of OS platforms. The
communication software tasks provided by ACE include event
demultiplexing and event handler dispatching, signal handling, service
initialization, interprocess communication, shared memory management,
message routing, dynamic (re)configuration of distributed services,
concurrent execution and synchronization.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for ACE (ADAPTIVE Communication Environment)
Group:		System/Libraries
Conflicts:	%{_lib}ace5 < 5.8.1-5
Obsoletes:	%{_lib}ace5 < 5.8.1-5

%description -n %{libname}
This package contains the libraries needed to run programs dynamically linked
with ACE (ADAPTIVE Communication Environment).

%files -n %{libname}
%{_libdir}/*-%{version}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Shared libraries and header files for ACE (ADAPTIVE Communication Environment)
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
The %{name} package contains the shared libraries and header files
needed for developing ACE (ADAPTIVE Communication Environment) applications.

%files -n %{devname}
%doc ACE-INSTALL.html AUTHORS ChangeLog COPYING FAQ NEWS PROBLEM-REPORT-FORM README THANKS VERSION
%{_bindir}/*
%{_mandir}/man1/*
%{_includedir}/%{name}
%{_includedir}/ACEXML
%{_includedir}/Kokyu
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%exclude %{_libdir}/*-%{version}.so

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libraries for ACE (ADAPTIVE Communication Environment)
Group:		Development/C++
Requires:	%{devname} = %{EVRD}

%description -n %{sdevname}
The %{name} package contains the shared libraries and header files 
needed for developing ACE (ADAPTIVE Communication Environment) applications.

%files -n %{sdevname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation and examples for ACE (ADAPTIVE Communication Environment)
Group:		Documentation

%description doc
Documentation and examples for ACE (ADAPTIVE Communication Environment).

%files doc
%doc docs examples

#----------------------------------------------------------------------------

%prep
%setup -qn ACE_wrappers
%patch0 -p1 -b .ssl2
%patch1 -p0 -b .link
%patch2 -p0 -b .ssl

%build
autoreconf -i -v -f

export CONFIGURE_TOP=${PWD}

mkdir -p build
pushd build
%configure2_5x \
   --enable-lib-all \
   --enable-static \
   --enable-symbol-visibility \
   --disable-qos \
   --with-openssl=%{_prefix} \
   --with-openssl-include=%{_includedir} \
   --with-openssl-libdir=%{_libdir}
%make
popd

%install
%makeinstall_std -C build

# The install script is incomplete (to be polite)

# Shameless adaptation from Debian rules
install -m 755 bin/generate_export_file.pl %{buildroot}%{_bindir}

files=`grep -lr defined.*ACE_TEMPLATES_REQUIRE_SOURCE ace | sed -e 's/^\.//' -e 's/.h$/.cpp/'`
for i in $files ; do
    if [ ! -f %{buildroot}%{_includedir}/$i -a -f $i ] ; then
        install -m 644 $i %{buildroot}%{_includedir}/`dirname $i`
    fi
done

files=`grep -lr defined.*ACE_TEMPLATES_REQUIRE_SOURCE Kokyu | %{__sed} -e 's/^\.//' -e 's/.h$/.cpp/'`
for i in $files ; do
    if [ ! -f %{buildroot}%{_includedir}/$i -a -f $i ] ; then
        install -m 644 $i %{buildroot}%{_includedir}/`dirname $i`
    fi
done

# I hope that's all we need

# fix location of .pc files
if test x"%{_libdir}" != "x%{_prefix}/lib"; then
    if test -d %{buildroot}%{_prefix}/lib/pkgconfig; then
        for i in %{buildroot}%{_prefix}/lib/pkgconfig/*.pc; do
          mv -f $i %{buildroot}%{_libdir}/pkgconfig
        done

        rm -rf %{buildroot}%{_prefix}/lib/pkgconfig
    fi
fi


%changelog

* Fri Mar 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.8.1-5
- (2cbb1a0) Fix library package major version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9477 |14cu|acidrip-0.14-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple GUI for MEncoder
Name:		acidrip
Version:	0.14
Release:	11
License:	GPLv2+
Group:		Video
Url:		http://untrepid.com/acidrip
Source0:	http://prdownloads.sourceforge.net/acidrip/%{name}-%{version}.tar.bz2
Patch0:		acidrip-0.14-xvid_options.patch
Patch1:		acidrip-0.14-mencoder.patch
Patch2:		acidrip-0.14-gtk2.patch
Patch3:		acidrip-0.14-drop-checks.patch
BuildRequires:	lsdvd
BuildRequires:	mencoder
BuildRequires:	mplayer
BuildRequires:	perl-Gtk2
BuildRequires:	perl-devel
Requires:	lsdvd
Requires:	mencoder
Requires:	mplayer
Requires:	perl-Gtk2
Provides:	perl(AcidRip::acidrip)
Provides:	perl(AcidRip::DVDInfo)
Provides:	perl(AcidRip::interface)
Provides:	perl(AcidRip::messages)
Provides:	perl(AcidRip::signals)
BuildArch:	noarch

%description
AcidRip is a Gtk::Perl application for ripping and encoding DVD's. It neatly
wraps MPlayer and MEncoder, which I think is pretty handy, seeing as MPlayer
is by far the best bit of video playing kit around for Linux. As well as
creating a simple Graphical Interface for those scared of getting down and
dirty with MEncoders command line interface, It also automates the process in
a number of ways:
    * Parses DVD into contents tree
    * Finds longest title
    * Calculate video bitrate for given filesize
    * Finds black bands and crops them
    * Gives suggestions for improved performance
    * Other stuff!

%files
%doc CHANGELOG COPYING TODO
%{_bindir}/%{name}
%{perl_vendorlib}/AcidRip
%{_mandir}/man1/*
%{_datadir}/applications/rosa-%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

perl -p -i -e 's/mp3lame/copy/g' Makefile.PL

%build
perl Makefile.PL
%make

%install

%makeinstall_std INSTALLDIRS=vendor

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/rosa-%{name}.desktop << EOF
[Desktop Entry]
Name=AcidRip
Comment=Video ripping and conversion
Exec=%{name}
Icon=video_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Video;AudioVideo;AudioVideoEditing;GTK;
EOF


%changelog

* Mon May 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.14-11
- (625e870) Fix drop-checks patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9478 |14cu|ack-2.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ack
%define upstream_version 2.14
%bcond_with	 beta

Name:		%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
%if %{with beta}
Release: 0.%{with beta}
%else
Release: 1
%endif
Summary:	Grep-like text finder for large trees of text

#The Artistic License 2.0 (GPL Compatible)
License:	GPLv2 
Group:		Text tools
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(File::Next)
# for tests
BuildRequires:	perl(IO::Pty::Easy)
BuildArch:	noarch

%description
ack is a grep-like program with optimizations for searching through large trees
of source code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# tests failing on cluster because they seem to require a real term.
# ==> skipping tests for now
make test

%install
%makeinstall_std

%files
%doc Changes 
%{perl_vendorlib}/App/*
%{_mandir}/*/*
%{_bindir}/*



%changelog
* Tue Jan 06 2015 abfonly <abfonly@gmail.com> 2.140.0-1
+ Revision: d8b415e
- Log: Update to 2.140, add IO::Pty , in BR, to try a make test



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9479 |14cu|acoustid-fingerprinter-0.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Music AcoustID fingerprinting application
Name:		acoustid-fingerprinter
Version:	0.6
Release:	5
License:	GPLv2+
Group:		Sound
Url:		http://acoustid.org/fingerprinter
Source0:	https://bitbucket.org/acoustid/acoustid-fingerprinter/downloads/%{name}-%{version}.tar.gz
Patch0:		acoustid-fingerprinter-request-s16-audio-format.patch
Patch1:		acoustid-fingerprinter-0.6-ffmpeg-2.0.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	qt4-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(libchromaprint)

%description
Acoustid fingerprinter is a cross-platform GUI application that uses
Chromaprint to submit audio fingerprints from your music collection 
to the Acoustid database. Only tagged audio files are submitted. 
Files tagged by MusicBrainz applications such as Picard are preferred,
but it will submit fingerprints for any files that have tags such as
track title, artist name, album name, etc.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build

install -d -m755 %{buildroot}%{_datadir}/applications

desktop-file-install \
  --remove-key Encoding \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/%{name}.desktop

install -p -D -m 0644 images/%{name}.svg  %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

%files
%doc CHANGES.txt COPYING.txt 
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6-5
+ Revision: 3e8df77
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9480 |14cu|adaptx-0.9.13-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          adaptx
Version:       0.9.13
Release:       6
Summary:       AdaptX XSLT processor and XPath engine
License:       BSD
Group:         Development/Java
# svn export http://svn.codehaus.org/castor/adaptx/tags/0.9.13/ adaptx-0.9.13-src
# tar cjf adaptx-0.9.13-src.tar.bz2 adaptx-0.9.13-src
Source0:       %{name}-%{version}-src.tar.bz2

Patch0:        %{name}-%{version}-xsl.patch
Patch1:        %{name}-%{version}-missingstubs.patch
Url:           http://castor.codehaus.org/
BuildRequires: ant >= 0:1.6
BuildRequires: java-rpmbuild >= 0:1.6
BuildRequires: log4j
BuildRequires: xml-commons-jaxp-1.3-apis
BuildRequires: xerces-j2
Requires:      log4j
Requires:      xml-commons-jaxp-1.3-apis
Requires:      xerces-j2
Requires(pre):    jpackage-utils
Requires(postun): jpackage-utils
BuildArch:    noarch

%description
Adaptx is an XSLT processor and XPath engine.

%package javadoc
Group:            Development/Java
Summary:          Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%package doc
Summary:    Documentation for %{name}
Group:      Development/Java

%description doc
Documentation for %{name}.

%prep
%setup -q -n %{name}-%{version}-src
# remove CVS internal files
for dir in `find . -type d -name CVS`; do rm -rf $dir; done
# remove all binary libs
for j in $(find . -name "*.jar"); do
    rm $j
done

%patch0
%patch1

# (walluck): fix javadoc parsing
for file in `%{__grep} -rl 'enum[\\. ]' *`; do
    %{__perl} -pi -e 's/enum/en/g' $file
done

%build
perl -p -i -e 's|classic|modern|' src/build.xml
export CLASSPATH=$(build-classpath xml-commons-jaxp-1.3-apis log4j xerces-j2)
%{ant} -buildfile src/build.xml jar javadoc
CLASSPATH=$CLASSPATH:dist/adaptx_%{version}.jar
%{ant} -buildfile src/build.xml doc

%install

# jar
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 dist/%{name}_%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} ${jar/-%{version}/}; done)
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})
rm -rf build/doc/javadoc

%files
%defattr(0664,root,root,0755)
%doc src/etc/{CHANGELOG,contributors.html,LICENSE}
%{_javadir}/*

%files javadoc
%defattr(0664,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%dir %{_javadocdir}/%{name}

%files doc
%defattr(0664,root,root,0755)
%doc build/doc/*

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.13-6
+ Revision: 98b6896
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9481 |14cu|adns-1.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Advanced, easy to use, asynchronous-capable DNS client library
Name:		adns
Version:	1.5.1
Release:	1
Group:		Networking/Other
License:	GPLv2+
URL:		http://www.chiark.greenend.org.uk/~ian/adns/
Source0:	ftp://ftp.chiark.greenend.org.uk/users/ian/adns/%{name}-%{version}.tar.gz
Requires:	%{libname} = %{EVRD}

%description
adns is a resolver library for C (and C++) programs. In contrast with
the existing interfaces, gethostbyname et al and libresolv, it has the
following features:
	* It is reasonably easy to use for simple programs which just want
	to translate names to addresses, look up MX records, etc.
	* It can be used in an asynchronous, non-blocking, manner. Many
	queries can be handled simultaneously.
	* Responses are decoded automatically into a natural representation
	for a C program - there is no need to deal with DNS packet
	formats.
	* Sanity checking (eg, name syntax checking, reverse/forward
	correspondence, CNAME pointing to CNAME) is performed
	automatically.
	* Time-to-live, CNAME and other similar information is returned in
	an easy-to-use form, without getting in the way.
	* There is no global state in the library; resolver state is an
	opaque data structure which the client creates explicitly. A
	program can have several instances of the resolver.
	* Errors are reported to the application in a way that distinguishes
	the various causes of failure properly.
	* Understands conventional resolv.conf, but this can overridden by
	environment variables.
	* Flexibility. For example, the application can tell adns to: ignore
	environment variables (for setuid programs), disable sanity checks
	eg to return arbitrary data, override or ignore resolv.conf in
	favour of supplied configuration, etc.
	* Believed to be correct ! For example, will correctly back off to
	TCP in case of long replies or queries, or to other nameservers if
	several are available. It has sensible handling of bad responses
	etc.

%files
%defattr(-,root,root,0755)
%doc README TODO changelog
%{_bindir}/*

#----------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	Libraries needed to run applications using adns

%description -n	%{libname}
adns is a resolver library for C (and C++) programs. In contrast with
the existing interfaces, gethostbyname et al and libresolv, it has the
following features:
    * It is reasonably easy to use for simple programs which just want
      to translate names to addresses, look up MX records, etc.
    * It can be used in an asynchronous, non-blocking, manner. Many
      queries can be handled simultaneously.
    * Responses are decoded automatically into a natural representation
      for a C program - there is no need to deal with DNS packet
      formats.
    * Sanity checking (eg, name syntax checking, reverse/forward
      correspondence, CNAME pointing to CNAME) is performed
      automatically.
    * Time-to-live, CNAME and other similar information is returned in
      an easy-to-use form, without getting in the way.
    * There is no global state in the library; resolver state is an
      opaque data structure which the client creates explicitly. A
      program can have several instances of the resolver.
    * Errors are reported to the application in a way that distinguishes
      the various causes of failure properly.
    * Understands conventional resolv.conf, but this can overridden by
      environment variables.
    * Flexibility. For example, the application can tell adns to: ignore
      environment variables (for setuid programs), disable sanity checks
      eg to return arbitrary data, override or ignore resolv.conf in
      favour of supplied configuration, etc.
    * Believed to be correct ! For example, will correctly back off to
      TCP in case of long replies or queries, or to other nameservers if
      several are available. It has sensible handling of bad responses
      etc.

This package contains all of adns libraries.

%files -n %{libname}
%defattr(-,root,root,755)
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------

%package -n %{devname}
Summary:	Advanced, easy to use, asynchronous-capable DNS client library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{libname}-devel < 1.4

%description -n	%{devname}
adns is a resolver library for C (and C++) programs. In contrast with
the existing interfaces, gethostbyname et al and libresolv, it has the
following features:
    * It is reasonably easy to use for simple programs which just want
      to translate names to addresses, look up MX records, etc.
    * It can be used in an asynchronous, non-blocking, manner. Many
      queries can be handled simultaneously.
    * Responses are decoded automatically into a natural representation
      for a C program - there is no need to deal with DNS packet
      formats.
    * Sanity checking (eg, name syntax checking, reverse/forward
      correspondence, CNAME pointing to CNAME) is performed
      automatically.
    * Time-to-live, CNAME and other similar information is returned in
      an easy-to-use form, without getting in the way.
    * There is no global state in the library; resolver state is an
      opaque data structure which the client creates explicitly. A
      program can have several instances of the resolver.
    * Errors are reported to the application in a way that distinguishes
      the various causes of failure properly.
    * Understands conventional resolv.conf, but this can overridden by
      environment variables.
    * Flexibility. For example, the application can tell adns to: ignore
      environment variables (for setuid programs), disable sanity checks
      eg to return arbitrary data, override or ignore resolv.conf in
      favour of supplied configuration, etc.
    * Believed to be correct ! For example, will correctly back off to
      TCP in case of long replies or queries, or to other nameservers if
      several are available. It has sensible handling of bad responses
      etc.

This package contains static libraries and header files need for development.

%files -n %{devname}
%defattr(-,root,root,0755)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a

#----------------------------------------------------------------------

%prep
%setup -q
# make it lib64 aware
perl -pi -e "/^lib_dir=/ and s,/lib,/%{_lib}," settings.make.in

%build
%configure2_5x
%make

%install
%makeinstall

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 1.5.1-1
- (e3c71cd) Merge pull request #1 from import/adns:rosa2016.1
- (e3c71cd) Updated to 1.5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9482 |14cu|advancecomp-1.20-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	The AdvanceCOMP compression
Name:		advancecomp
Version:	1.20
Release:	1
License:	GPL
Group:		Archiving/Compression
URL:		http://advancemame.sourceforge.net
Source0:	http://downloads.sourceforge.net/advancemame/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(zlib)
BuildRequires:	libbzip2-devel
#BuildRequires:	mencoder
#BuildRequires:	dos2unix
BuildRequires:  groff
BuildRequires:	autoconf
BuildRequires:	automake

%description
AdvanceCOMP contains recompression utilities for your .zip
archives, .png images, .mng video clips and .gz files.

%prep
%setup -q
perl -i -pe 's/\r\n/\n/gs' doc/{install,authors,advmng,advpng,readme,advzip,advdef,history}.txt


%build
sh autogen.sh
%configure2_5x --enable-bzip2
%make


%install
%makeinstall_std

%check
#make check


%files
%doc AUTHORS HISTORY README doc/*.html doc/*.txt
%{_bindir}/advzip
%{_bindir}/advpng
%{_bindir}/advmng
%{_bindir}/advdef
%{_mandir}/man1/*

%changelog

* Fri Sep 11 2015 dsilakov <denis.silakov@rosalab.ru> 1.20-1
- (d50e89b) Merge pull request #1 from reqwy/advancecomp:rosa2014.1
- (d50e89b) advancecomp updated to 1.20



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9483 |14cu|aegisub-3.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		aegisub
Version:	3.2.2
Release:	1
Summary:	Advanced Subtitle Editor
Group:		Video
License:	BSD
URL:		http://www.aegisub.org/
Source0:	http://ftp.aegisub.org/pub/archives/releases/source/%{name}-%{version}.tar.xz
Patch0:		aegisub-3.2.2-no-c11.patch
Patch1:		aegisub-3.2.2-no-stackwalker.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(ffms2)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(icu-io)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(lua) >= 5.2
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	boost-devel
BuildRequires:	freetype-devel
BuildRequires:	gettext-devel
BuildRequires:	intltool
BuildRequires:	wxgtku3.0-devel

%description
Aegisub is an advanced subtitle editor that assists in the creation of
subtitles, translations, and complex overlays using audio or video. Developed
by enthusiasts it builds on work-flows created and perfected through
professional, hobby, and everyday use.


%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoreconf -vfi
%configure2_5x \
		--without-oss \
		--without-openal \
		--with-player-audio=PulseAudio \
		--with-wx-config=wx-config
%make LIBS="-pthread -ldl"

%install
%makeinstall_std

%find_lang %{name}-32

%files -f %{name}-32.lang
%doc automation/demos/ automation/v4-docs/ LICENCE
%{_bindir}/%{name}*
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg



%changelog

* Mon Mar 14 2016 Denis Silakov <dsilakov@gmail.com> 3.2.2-1
- (d6a9ba8) Updated to 3.2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9484 |14cu|aeskulap-0.2.2-70
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define use_ccache 1
%define ccachedir~/.ccache-OOo%{mdvsuffix}
%{?_with_ccache: %global use_ccache 1}
%{?_without_ccache: %global use_ccache 0}
%define debug_package %{nil}

# Note: devel package does not contain any headers. Do I need to add them?
# .so files are shared libraries, I need to call /sbin/ldconfig, but where? In a
# post section for the devel package?
# Schemas handling also needs to be looked at.
Name:           aeskulap
Version:        0.2.2
Release:        70
Group:          Graphics
Summary: 	Medial image viewer for DICOM images
License:        LGPLv2+
URL:            http://aeskulap.nongnu.org
Source0:        http://www.bms-austria.com/~pipelka/aeskulap/%{name}-%{version}-beta1.tar.gz
Source1:        %{name}-tutorials.pdf
# applied all the patches from the debian package
# svn export svn://svn.debian.org/svn/debian-med/trunk/packages/aeskulap/trunk/ aeskulap-debian
Patch0:         %{name}-circular-svg.patch
Patch2:         %{name}-DcmElement.patch
Patch3:         %{name}-desktop.patch
Patch4:         %{name}-findAndCopyElement.patch
Patch5:         %{name}-gcc.patch
Patch6:         %{name}-i18n.patch
# This is used to update the configure.in before running autoreconf to update the autotoolization. 
Patch7:         %{name}-configure.patch
Patch8:         %{name}-oflog.patch
Patch9:         %{name}-patientNames.patch

BuildRequires:   dcmtk-devel
BuildRequires:   intltool
BuildRequires:   libtool
BuildRequires:   openssl-devel
BuildRequires:   gettext-devel
BuildRequires:   jpeg-devel
BuildRequires:   tiff-devel
BuildRequires:   pkgconfig(gconfmm-2.6)
BuildRequires:   pkgconfig(gdkmm-2.4)
BuildRequires:   pkgconfig(libglademm-2.4)
BuildRequires:   pkgconfig(libpng)
BuildRequires:   tcp_wrappers-devel
BuildRequires:   desktop-file-utils
BuildRequires:   zlib-devel 
BuildRequires:   GConf2
Requires:        dcmtk

%description
Aeskulap is able to load a series of special images stored in the
DICOM format for review. Additionally Aeskulap is able to query
and fetch DICOM images from archive nodes (also called PACS) over
the network.

The goal of this project is to create a full open source replacement
for commercially available DICOM viewers.

Aeskulap is based on gtkmm, glademm and gconfmm and designed to run
under Linux. Ports of these packages are available for different
platforms. It should be quite easy to port Aeskulap to any platform
were these packages are available.

%prep
%setup -q -n %{name}-%{version}-beta1
# configure.in patch
%patch7 -p1
# otherwise it fails
touch ./NEWS
autoreconf -if

# apply patches
%patch0 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch8 -p1
%patch9 -p1

# remove bundled copy of dcmtk!
rm -rvf dcmtk

# remove header : Debian used a patch for this
sed -ri "/dcmtk\/dcmdata\/dcdebug\.h/d" ./imagepool/poolfindassociation.cpp ./imagepool/poolmoveassociation.cpp

%build
# point her to the correct lib version depending on the arch
sed -i 's/lib -ldcmjpeg/%{_lib}\/dcmtk -ldcmjpeg/' configure configure.ac

%configure --disable-static --disable-schemas-install
make %{?_smp_mflags}

%install
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
%makeinstall_std

install -p -m 0644 %{SOURCE1} -t .

desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_libdir}/%{name}/
%{_datadir}/%{name}/
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/applications/%{name}.desktop
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%doc AUTHORS ABOUT-NLS ChangeLog COPYING README %{name}-tutorials.pdf


%changelog
* Fri Feb 20 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-70
+ Revision: 2dae748
- Use rosa distsuffix.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9485 |14cu|afce-0.9.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# empty debug
%define debug_package	%{nil}
Name:		afce
Version:	0.9.8
Release:	1
Summary:	Algorithm Flowchart Editor
License:	GPLv3
Group:		Education
URL:		https://github.com/viktor-zin/afce
# to build from git:
# [ MRB:aint-no-shit $]: cat BUILDING.md | grep sources
Source0:	https://github.com/viktor-zin/afce/archive/v%{version}.tar.gz

# switch to qt5 ,read BUILDING.md.Sflo
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	qt5-linguist-tools
BuildRequires:	qt5-qtcore-i18n


%description
Flowchart editor with code generation and vector graphics.
AFCE allow to create, edit, print and export flowcharts easyly
for a few minutes. Flowcharts can be exported to several grafical
formats including SVG and PNG.

%prep
%setup -q

%build
%qmake_qt5
%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}

%files
%doc README.RU.txt README.md BUILDING.md LICENSE
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/afc.ico
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml



%changelog

* Fri Sep 11 2015 Denis Silakov <dsilakov@gmail.com> 0.9.8-1
- (411360c) Spec cleanup - rpmbuild doesn't accept some chars...



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9486 |14cu|affenspiel-1.0-0.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           affenspiel
Version:        1.0
Release:        0.1
Summary:        Little puzzle game with monkey for X Window System
License:        BSD
Group:          Games/Puzzles
Url:            http://www.artsoft.org/affenspiel/
Source0:        http://www.artsoft.org/RELEASES/unix/%{name}/%{name}-%{version}.tar.gz
Source1:        %{name}-icons.tar
Source2:        %{name}.desktop
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xt)

%description
Shift the puzzle pieces around so that the monkey becomes complete,
that means, move the big piece through the other pieces to the
bottom of the playfield, so that the monkey picture gets complete.

This is a one-night hack. It's a puzzle type game for X11.
I played it on another hardware platform (it was made of several
pieces of wood) and ported it to Unix/X11.


%files
%doc COPYRIGHT README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/
#--------------------------------------------------------

%prep
%setup -q -b 1 -n %{name}

%build
%make  FILE_CONFIG=-DSAVED_GAME_NAME='\"affenspiel.saved\"'

%install
# install executable
install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name}

# install icons
for i in 32 48 64 72 96 ; do
    install -Dm 0644 ../icons/%{name}_${i}x${i}.png \
            %{buildroot}/%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
done

# install Desktop file
install -Dm 0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog

* Sat Apr 01 2017 abfonly <abfonly@gmail.com> 1.0-0.1
- (309bfbb) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9487 |14cu|afflib-3.7.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname afflib %{major}
%define devname %mklibname afflib -d

Summary:	A set of programs for creating and manipulating AFF files
Name:		afflib
Version:	3.7.4
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://www.afflib.org/
Source0:	https://github.com/simsong/AFFLIBv3/archive/v%{version}.tar.gz
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libewf)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

%description
AFFLIB is an open source library developed by Simson Garfinkel and Basis
Technology that implements the AFF standard. AFFLIB is distributed under
4-clause Berkeley License and may be freely incorporated into both Open
Source and Proprietary software.

In addition to the library, AFFLIB also comes with the AFF Tools, a set of
programs for creating and manipulating AFF files.

%files
%{_bindir}/affcat
%{_bindir}/affcompare
%{_bindir}/affconvert
%{_bindir}/affcopy
%{_bindir}/affcrypto
%{_bindir}/affdiskprint
%{_bindir}/affix
%{_bindir}/affuse
%{_bindir}/affinfo
%{_bindir}/affrecover
%{_bindir}/affsegment
%{_bindir}/affsign
%{_bindir}/affstats
%{_bindir}/affverify
%{_bindir}/affxml
%{_mandir}/man1/affcat.1*
%{py_platsitedir}/pyaff.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A shared library that implements the AFF standard
Group:		System/Libraries

%description -n %{libname}
AFFLIB is an open source library developed by Simson Garfinkel and Basis
Technology that implements the AFF standard. AFFLIB is distributed under
4-clause Berkeley License and may be freely incorporated into both Open
Source and Proprietary software.

This package contains a shared library that implements the AFF standard.

%files -n %{libname}
%doc AUTHORS BUGLIST.txt COPYING ChangeLog NEWS README* doc/*
%{_libdir}/libafflib.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static library and header files for the afflib library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
AFFLIB is an open source library developed by Simson Garfinkel and Basis
Technology that implements the AFF standard. AFFLIB is distributed under
4-clause Berkeley License and may be freely incorporated into both Open
Source and Proprietary software.

This package contains the static afflib library and its header files.

%files -n %{devname}
%dir %{_includedir}/afflib
%{_includedir}/afflib/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -qn AFFLIBv3-%{version}

#fix spurious permissions with lzma443
find lzma443 -type f -exec chmod 0644 {} ';'
chmod 0644 lib/base64.{h,cpp}

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-shared \
	--enable-wide-character-type \
	--enable-libewf=yes \
	--enable-s3=yes \
	--enable-fuse=no \
	--enable-python=yes \
	--enable-qemu=no \
	--with-curl=%{_prefix}
%make

%install
%makeinstall_std
# install headers as well
install -d %{buildroot}%{_includedir}/afflib
install -m0644 lib/*.h %{buildroot}%{_includedir}/afflib/


%changelog

* Mon May 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.7.4-2
- (7726576) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9488 |14cu|afio-2.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Archiver program which writes cpio-format archives
Name:		afio
Version:	2.5.1
Release:	3
License:	LGPLv2+
Group:		Archiving/Backup
Url:		http://members.chello.nl/~k.holtman/afio.html
Source0:	http://members.chello.nl/~k.holtman/%{name}-%{version}.tgz

%description
Afio makes cpio-format archives. It deals somewhat gracefully with input
data corruption, supports multi-volume archives during interactive
operation, and can make compressed archives that are much safer than
compressed tar or cpio archives. Afio is best used as an `archive engine'
in a backup script.

%files
%doc HISTORY INSTALLATION PORTING README SCRIPTS afio.lsm script1 script2 script3 script4
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# MW is empty by default so use it for optflags instead of patching sources
%make MW="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m 755 afio %{buildroot}%{_bindir}
install -m 755 afio.1 %{buildroot}%{_mandir}/man1


%changelog

* Mon May 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.1-3
- (5f29e02) Build with system optflags to fix debug package
- (5f29e02) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9489 |14cu|afraid-dyndns-1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:               afraid-dyndns
Version:            1.1
Release:            1
Summary:            Dynamic DNS Client for the Free Service at afraid.org
Source:             http://perl.arix.com/ftp/afraid-dyndns-%{version}.tar.gz
Source99:           %{name}.rpmlintrc
URL:                http://perl.arix.com
Group:              Monitoring
License:            GPL
BuildArch:          noarch

%description
This utility implements a client for the free afraid.org dynamic DNS
service. A cron job is set up to check whether the external IP address
has changed, and when it does, connects to afraid.org and updates the
DNS entries of all the domains of the given account.

%prep
%setup -q

%build

%install
./install '%{buildroot}'

%files
%doc README LICENSE
%{_bindir}/afraid-dyndns
%config(noreplace) %{_sysconfdir}/afraid-dyndns.conf
%config(noreplace) %{_sysconfdir}/cron.d/afraid-dyndns
%dir %{_localstatedir}/cache/afraid-dyndns
%ghost %{_localstatedir}/cache/afraid-dyndns/IP


%changelog

* Mon Mar 07 2016 Denis Silakov <dsilakov@gmail.com> 1.1-1
- (ec236d0) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9490 |14cu|aften-0.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		0
%define	libname		%mklibname %{name} %{major}
%define	develname	%mklibname %{name} -d
%define	staticdevelname	%mklibname %{name} -d -s

Name:		aften
Summary:	An A/52 audio encoder
Version:	0.0.8
Release:	2
# To fix upgrade from old number scheme (0.05)
Epoch:		1
License:	GPLv2+
Group:		Sound
Url:		http://aften.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		aften-0.0.8-fix-library-path.patch
BuildRequires:	cmake >= 2.4
Requires:	%{libname} = %{EVRD}

%description
This is an audio encoder which generates compressed audio streams based on
ATSC A/52 specification. This type of audio is also known as AC-3 or Dolby
Digital and is one of the audio codecs used in DVD-Video content. 

%files
%doc COPYING README Changelog
%{_bindir}/*

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package provides the library for %{name}.

%files -n %{libname}
%doc COPYING
%{_libdir}/lib%{name}.so.*

#-----------------------------------------------------------------------------

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
%rename		%{staticdevelname}

%description -n %{develname}
This package contains development files for %{name}.

%files -n %{develname}
%doc COPYING
%{_libdir}/lib%{name}.so
%{_includedir}/%{name}/*.h

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1


%build
%cmake .. -DSHARED="On"
%make 


%install
%makeinstall_std -C build

%changelog

* Fri Jun 03 2016 Giovanni Mariani <mc2374@mclink.it> 1:0.0.8-2
- (6349dc5) Bumped release to re-publish



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9491 |14cu|ags-3.3.5.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define agsteamstub_version 1.0

Summary:	Adventure Game Studio
Name:		ags
Version:	3.3.5.10
Release:	1
License:	Artistic
Group:		Games/Adventure
Url:		http://www.adventuregamestudio.co.uk/
Source0:	https://github.com/adventuregamestudio/ags/archive/v.%{version}.tar.gz?/%{name}-v.%{version}.tar.gz
Source1:	agsteamstub-%{agsteamstub_version}.tar.gz
Patch0:		ags-v.3.4.0.8-system-plugins.patch
BuildRequires:	dumb-devel
BuildRequires:	pkgconfig(allegro)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	pkgconfig(x11)

%description
Adventure Game Studio (AGS) - is the IDE and the engine meant for creating
and running videogames of adventure (aka "quest") genre. It has potential,
although limited, support for other genres as well.

Originally created by Chris Jones back in 1999, AGS was opensourced in 2011
and since continued to be developed by contributors.

This package contains AGS engine.

%files
%doc Changes.txt Copyright.txt License.txt OPTIONS.md README.md
%{_bindir}/%{name}
%dir %{_libdir}/ags
%{_libdir}/ags/libagsteam.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-v.%{version} -a1
%patch0 -p1

pushd agsteamstub-%{agsteamstub_version}
ln -s ../Engine/plugin/agsplugin.h agsplugin.h
popd

%build
pushd Engine
%setup_compile_flags
%make
popd

pushd agsteamstub-%{agsteamstub_version}
%make DEFINES="%{optflags}"
popd

%install
pushd Engine
make install PREFIX=%{buildroot}%{_prefix}
popd

mkdir -p %{buildroot}%{_libdir}/ags
pushd agsteamstub-%{agsteamstub_version}
install -m 755 libagsteam.so %{buildroot}%{_libdir}/ags/libagsteam.so
popd

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 3.3.5.10-1
- (14e2daf) Merge pull request #1 from import/ags:rosa2016.1
- (14e2daf) Updated to 3.3.5.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9492 |14cu|aifad-2.0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Automated Induction of Functions over Algebraic Datatypes
Name:		aifad
Version:	2.0.8
Release:	1
License:	GPLv3+
Group:		Development/Other
Url:		http://mmottl.github.io/aifad
Source0:	https://github.com/mmottl/aifad/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires:	menhir
BuildRequires:	ocaml
BuildRequires:	ocaml-cfg-devel
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-pcre-devel
BuildRequires:	ocaml-res-devel

%description
AIFAD stands for "Automated Induction of Functions over Algebraic Datatypes"
and improves decision tree learning by supporting significantly more complex
kinds of data. This allows users to more conveniently describe the data they
want to have learnt, which can improve accuracy and complexity of resulting
models.

%files
%doc README.md AUTHORS.txt COPYING.txt CHANGES.txt TODO.md
%doc examples/
%{_bindir}/aifad
%{_datadir}/vim/syntax/aifad.vim

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure \
	--bindir %{_bindir} \
	--destdir %{buildroot}

make

%install
%makeinstall_std

install -d %{buildroot}%{_datadir}/vim/syntax/
install -m 0644 ./vim/aifad.vim %{buildroot}%{_datadir}/vim/syntax/

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 2.0.8-1
- (9d79300) Merge pull request #1 from import/aifad:rosa2016.1
- (9d79300) Updated to 2.0.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9493 |14cu|aircrack-ng-1.2-0.rc4.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _beta	rc4 
Name:		aircrack-ng
Version:	1.2
Release:	0.%{_beta}.1
Summary:	Reliable 802.11 (wireless) sniffer and WEP key cracker
License:	GPLv2+
Group:		Networking/Other
URL:		http://www.aircrack-ng.org/doku.php
Source0:	http://download.aircrack-ng.org/%{name}-%{version}%{?_beta:-%_beta}.tar.gz
BuildRequires:	openssl-devel
BuildRequires:	zlib-devel
BuildRequires:	sqlite3-devel
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(libpcre)

%description
aircrack-ng is a set of tools for auditing wireless networks. It's an
enhanced/reborn version of aircrack. It consists of airodump (an 802.11
packet capture program), aireplay (an 802.11 packet injection program),
aircrack (static WEP and WPA-PSK cracking), airdecap (decrypts WEP/WPA
capture files), and some tools to handle capture files (merge, convert,
etc.).

%prep
%setup -qn %{name}-%{version}%{?_beta:-%_beta}

%build
export CFLAGS="%{optflags} -O3"
export LDFLAGS="%{ldflags}"
# unstable=true needed for wesside-ng, easside-ng, buddy-ng and tkiptun-ng
# (also needed in make install)
%make -j4 datadir=%{_datadir} sqlite=true pcre=true experimental=true libnl=true

%install
%makeinstall sqlite=true pcre=true experimental=true libnl=true

mkdir -p %{buildroot}%{_datadir}/%{name}
# License unclear, originates from:
# http://standards.ieee.org/regauth/oui/oui.txt
touch %{buildroot}%{_datadir}/%{name}/airodump-ng-oui.txt

# move manual pages to a correct location
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_mandir}/*.1* %{buildroot}%{_mandir}/man1/

# 1.2-rc1 no longer produces %%{_sbindir}/airdriver-ng, so remove its manpage
# rm -f %{buildroot}%{_mandir}/man8/airdriver-ng.8*

%post
%{_sbindir}/airodump-ng-oui-update

%files
%doc ChangeLog README AUTHORS VERSION
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man?/*
%dir %{_datadir}/aircrack-ng
%ghost %{_datadir}/aircrack-ng/airodump-ng-oui.txt

%changelog

* Tue Jun 07 2016 Denis Silakov <dsilakov@gmail.com> 1.2-0.rc4.1
- (635fda9) Adjust according to ROSA policies



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9494 |14cu|alac-0.1-1.20111027.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Apple Lossless Audio Codec (ALAC)
Name:		alac
Version:	0.1
Release:	1.20111027.1
License:	Apache License
Group:		Sound
Url:		http://alac.macosforge.org/
Source0:	%{name}-%{version}.tar.xz
Patch0:		alac-0.1-makefile.patch

%description
The Apple Lossless Audio Codec (ALAC) is an audio codec developed by Apple and
supported on iPhone, iPad, most iPods, Mac and iTunes.  ALAC is a data
compression method which reduces the size of audio files with no loss
of information.  A decoded ALAC stream is bit-for-bit identical to the original
uncompressed audio file.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Apple Lossless Audio Codec
License:	Apple Public Source License
Group:		System/Libraries
Conflicts:	%{_lib}alac < 0.1-1.20111027.1
Obsoletes:	%{_lib}alac < 0.1-1.20111027.1

%description -n %{libname}
The Apple Lossless Audio Codec (ALAC) is an audio codec developed by Apple and
supported on iPhone, iPad, most iPods, Mac and iTunes.  ALAC is a data
compression method which reduces the size of audio files with no loss
of information.  A decoded ALAC stream is bit-for-bit identical to the original
uncompressed audio file.

%files -n %{libname}
%doc codec/APPLE_LICENSE.txt
%{_libdir}/libalac.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Apple Lossless Audio Codec
License:	Apple Public Source License
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}alac-static-devel < 0.1-1.20111027.1

%description -n %{devname}
The Apple Lossless Audio Codec (ALAC) is an audio codec developed by Apple and
supported on iPhone, iPad, most iPods, Mac and iTunes.  ALAC is a data
compression method which reduces the size of audio files with no loss
of information.  A decoded ALAC stream is bit-for-bit identical to the original
uncompressed audio file.

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/libalac.so

#----------------------------------------------------------------------------

%package -n alacconvert
Summary:	Apple Lossless Audio Codec
Group:		Sound

%description -n alacconvert
The Apple Lossless Audio Codec (ALAC) is an audio codec developed by Apple and
supported on iPhone, iPad, most iPods, Mac and iTunes.  ALAC is a data
compression method which reduces the size of audio files with no loss of
information.  A decoded ALAC stream is bit-for-bit identical to the original
uncompressed audio file.

This package contains a command-line utility to convert the ALAC format.

%files -n alacconvert
%doc ReadMe.txt ALACMagicCookieDescription.txt LICENSE
%{_bindir}/alacconvert

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0

%build
for d in codec convert-utility; do
    %__make -C "$d" \
        OPTFLAGS="%{optflags}" \
        CC="%__cxx"
done

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 convert-utility/alacconvert %{buildroot}%{_bindir}/alacconvert

mkdir -p %{buildroot}%{_libdir}
cp -a codec/libalac.so* %{buildroot}%{_libdir}/

mkdir -p %{buildroot}%{_includedir}
cp -a codec/*.h %{buildroot}%{_includedir}/


%changelog

* Mon May 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-1.20111027.1
- (60bfd9c) Drop static library package
- (60bfd9c) Fix library package name (use major)
- (60bfd9c) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9495 |14cu|aldo-0.7.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		aldo
Version: 	0.7.7
Summary: 	Console-based morse tutor 
Release: 	3
License: 	GPLv2+
Group: 		Networking/Other 
Url: 		http://www.nongnu.org/aldo
Source0: 	http://savannah.nongnu.org/download/aldo/%{name}-%{version}.tar.bz2
Source1:	http://savannah.nongnu.org/download/aldo/%{name}-%{version}.tar.bz2.sig
BuildRequires:	libao-devel
BuildRequires:	readline-devel

%description
Console-based morse tutor which has four kinds of exercises:
*  Classic exercise: With this exercise you must guess some random 
   strings of characters that aldo plays in morse code
*  Koch method
*  Read from file (text file)
*  Callsign exercise (random callsigns)

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{name}
%doc AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/aldo
%{_mandir}/man1/aldo*



%changelog

* Fri Nov 27 2015 Denis Silakov <dsilakov@gmail.com> 0.7.7-3
- (18cfab8) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9496 |14cu|alexandra-1.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		alexandra
Version:	1.5.0
Release:	1
Summary:	A small and user friendly opensource video library with great potential
License:	GPLv2
Group:		Video
URL:		http://alexandra-qt.sourceforge.net/
#Source0:	https://github.com/jeka-js/%{name}/archive/%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libmediainfo)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	qt5-tools
BuildRequires:	qt5-linguist-tools
BuildRequires:	qt5-qtcore-i18n
BuildRequires:	desktop-file-utils

%description
Alexandra Video Library - a simple and convenient program for the organization
and management of the home video library. You can completely customize the
catalog movies in a list, add a description and detailed information about the
movie in a lot of fields available, attach posters and much more. Directly from
the program, you can start playing the film, with the available choice of any
video player on your computer if you wish.

A small and user friendly opensource video library with great potential,
written in C++ using Qt5 framework.

%files 
%doc CHANGELOG README.* LICENSE
%{_bindir}/%{name}
%{_datadir}/applications/%{name}*.desktop
%{_iconsdir}/%{name}.png
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
%lang(cs) %{_datadir}/%{name}/translations/*-cs.qm
%lang(de) %{_datadir}/%{name}/translations/*-de.qm
%lang(fr) %{_datadir}/%{name}/translations/*-fr.qm
%lang(ru_RU) %{_datadir}/%{name}/translations/*-ru_RU.qm
%lang(uk_UA) %{_datadir}/%{name}/translations/*-uk_UA.qm
#------------------------------------------------------------------
%prep
%setup -q
# regen for qt5 5.6.0
%{_qt5_bindir}/lupdate %{name}.pro
%{_qt5_bindir}/lupdate lang/lang.pro
%{_qt5_bindir}/lupdate lang/*.ts
%{_qt5_bindir}/lrelease lang/*.ts


%build
%qmake_qt5 DEFINES+=USE_SYSTEM_LOCALE 
%make

%install
%makeinstall_qt

mkdir -p %{buildroot}%{_datadir}/%{name}/translations
pushd lang
install -m 644 %{name}-*.qm \
  %{buildroot}%{_datadir}/%{name}/translations/
popd

%check
desktop-file-validate  %{buildroot}%{_datadir}/applications/%{name}*.desktop

%changelog

* Sat Apr 16 2016 abfonly <abfonly@gmail.com> 1.5.0-1
- (81742e4) Log: Update to 1.5.0
- (81742e4) The new database format with automatic converting for old databases.
- (81742e4) Improvements to quick search and new powerful advanced search engine.
- (81742e4) More information and notification area in statusbar.
- (81742e4) New settings, fixes, small but comfortable features.
- (81742e4) Kino-teatr.ua parser added; IMDB parser fixed.
- (81742e4) German translation (by Martin Gansser).
- (81742e4) Link for translators in About window.
- (81742e4) Saving of playlist data on exit.
- (81742e4) Portable version improvements.
- (81742e4) Packaging:
- (81742e4) Added locales de
- (81742e4) %makeinstall_qt fixed empty debug
- (81742e4) spec clean
- (81742e4) fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9497 |14cu|alien-8.95-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package	%{nil}
Summary:	Install Debian and Slackware Packages with RPM

Name:		alien
Version:	8.95
Release:	2
URL:		http://joeyh.name/code/alien/
Source:		http://ftp.debian.org/debian/pool/main/a/alien/%{name}_%{version}.tar.xz
License:	GPLv2+
Group:		Archiving/Other
BuildRequires:	perl-devel
Requires:	perl
Requires:	dpkg >= 1.13.26
Requires:	rpm-build
# required to be able to convert rpm to .deb
Suggests:	debhelper

BuildArch:	noarch

%description
Alien is a program that converts between the rpm (Mandriva, Redhat ), 
dpkg (Debian), slp (Stampede), and tgz (Slackware) file formats. 
If you want to use a package from another distribution than the one 
you have installed on your system, you can use alien to convert 
it to your preferred package format and install it.

%package -n perl-Alien
Summary:        Alien Perl modules

Requires:	perl(base)

%description -n perl-Alien
Alien is a program that converts between the rpm (Mandriva, Redhat ),
dpkg (Debian), slp (Stampede), and tgz (Slackware) file formats.
If you want to use a package from another distribution than the one
you have installed on your system, you can use alien to convert
it to your preferred package format and install it.

%prep
%setup -q

%build
perl Makefile.PL INSTALLDIRS=vendor
perl -pi -e 's/: :\s*extra_/:: extra_/' Makefile

%make

%install
%makeinstall_std VARPREFIX=%{buildroot} PREFIX=%{buildroot}%{_prefix}

%files 
%{_bindir}/*
%{_mandir}/*/*
%doc README TODO

%files -n perl-Alien
%{perl_vendorlib}/Alien
%doc README TODO

%changelog

* Wed Dec 16 2015 Denis Silakov <dsilakov@gmail.com> 8.95-2
- (31c1a8d) Added debhelper requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9498 |14cu|alienarena-7.66-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Multiplayer retro sci-fi death match game
Name:		alienarena
Version:	7.66
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://red.planetarena.org/
Source0:	http://red.planetarena.org/files/%{name}-%{version}-linux20130827.tar.gz
Source1:	alienarena.desktop
Source2:	GPL.acebot.txt
Patch0:		alienarena-7.66-no-qglBlitFramebufferEXT.patch
Patch1:		alienarena-7.66-secure-string.diff
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(dri)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ode)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xxf86vm)
Requires:	alienarena-data = %{EVRD}
Requires:	desktop-file-utils >= 0.9
Requires:	opengl-games-utils
Requires:	openal

%description
Alien Arena is an on-line death match game with over 30 levels, seven modes
of play, loads of mutators, built-in bots, multiple player characters and
weapons (with alt-fire modes).

%files
%doc GPL.acebot.txt
%{_bindir}/%{name}
%{_bindir}/%{name}-wrapper
%{_datadir}/applications/*.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png

#----------------------------------------------------------------------------

%package server
Summary:	Dedicated server for alienarena, the FPS game
Group:		Games/Arcade
Requires:	alienarena-data = %{EVRD}

%description server
Alien Arena is an on-line death match game with over 30 levels, seven modes
of play, loads of mutators, built-in bots, multiple player characters and
weapons (with alt-fire modes).

This is the dedicated server.

%files server
%doc COPYING
%{_bindir}/%{name}-ded
%{_bindir}/%{name}-server

#----------------------------------------------------------------------------

%package data
Summary:	Data files for Alien Arena
Group:		Games/Arcade
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description data
Data files (audio, maps, etc) for Alien Arena.

%files data
%doc README
%{_datadir}/alienarena/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .no-qglBlitFramebufferEXT
%patch1 -p0 -b .sfmt

# Copy license clarification for acebot
cp -p %{SOURCE2} .

# clean up prebuilt binary files
[[ -e crx ]] && rm crded crx crx.sdl {arena,data1}/game.so

# clean up end-line encoding
[[ -e docs/README.txt ]] && sed -i 's/\r//' docs/README.txt

# So, AlienArena now "uses" openal by dlopening the library, which is hardcoded to 
# "libopenal.so". That file only lives in openal-devel, so we need to adjust the hardcoding.
LIBOPENAL=`ls %{_libdir}/libopenal.so.? | cut -d "/" -f 4`
sed -i "s|\"libopenal.so\"|\"$LIBOPENAL\"|g" source/unix/qal_unix.c

%build
export PTHREAD_LIBS="-lpthread"
export PTHREAD_CFLAGS="-pthread"
%configure2_5x --with-system-libode --without-xf86dga --with-zlib
%make

%install
%makeinstall_std
# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --dir %{buildroot}%{_datadir}/applications	\
	%{SOURCE1}

# icons
install -d -m755 %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert %{name}.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert %{name}.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
install -p %{name}.png %{buildroot}%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}/hicolor/48x48/apps/
install -p %{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# opengl checker
ln -s opengl-game-wrapper.sh %{buildroot}%{_bindir}/%{name}-wrapper
ln -s crx-ded %{buildroot}%{_bindir}/%{name}-server

# clean docs as we don't want to package them twice
rm -rf %{buildroot}%{_defaultdocdir}/%{name}


%changelog

* Tue May 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:7.66-1
- (026d745) New version 7.66



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9499 |14cu|alienwave-0.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Name:           alienwave
Version:        0.4.0
Release:        1
Summary:        Is a game for Linux written to practice with the ncurses libraries
Group:          Games/Strategy
License:        GPLv2
URL:            http://www.alessandropira.org/alienwave/aw.html
Source0:        http://www.alessandropira.org/alienwave/alienwave-0.4.0.tar.gz
BuildRequires:  pkgconfig(ncurses)

%description
Alienwave is a game for Linux I've written to 
practice with the ncurses libraries. 
It can be run without X-Windows (or also into an xterm). 

%files
%doc COPYING README STORY TO_DO 
%{_datadir}/applications/%{name}*.desktop
%{_bindir}/%{name}*

#-----------------------------------------------------------------------------
%prep
%setup -qn %{name}
find . -perm 0640 -exec chmod 0644 {} \;

%build
%setup_compile_flags
%make

%install
# Binaries
install -d %{buildroot}%{_bindir}
install -m755 %{name}     %{buildroot}%{_bindir}/%{name}


# Desktop entries
install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=alienwave
GenericName=Fast-paced action game with ncurses frontend
Comment=Fast-paced action strategy game with ncurses frontend
Exec=%{name}
Icon=applets-template
Terminal=true
Type=Application
Categories=Game;StrategyGame;
EOF
%changelog

* Sat Aug 20 2016 abfonly <abfonly@gmail.com> 0.4.0-1
- (d6d33c7) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9500 |14cu|alltray-0.7.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Docks any application into the system tray
Name:		alltray
Version:	0.7.5.1
# TODO: get rid of epoch with next rosa R spin.Sflo
Epoch:		1
Release:	1
Group:		Graphical desktop/Other
License:	GPL
Url:		https://launchpad.net/alltray/
Source0:	https://launchpad.net/alltray/trunk/0.7.5.1dev/+download/%{name}-%{version}dev.tar.gz
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(xpm)
# .so no longer provided
# old-maintenance series sized.

Obsoletes:	%{libname} == 0.71b
Obsoletes:	%{develname} == 0.71b
Obsoletes:	%{name} == 0.71b

%description
AllTray is a program you can use on systems running the X Window System to
dock any application which doesn't have a native tray icon into the system
tray/notification area. AllTray works with many desktop environments and
window managers, including Metacity  on GNOME, KWin  on KDE  and OpenBox,
both standalone and with GNOME or KDE.

%prep
%setup -qn %{name}-%{version}dev
#fix .desktop file
sed -i -e 's|%{name}.png|%{name}|' -e 's|Application;|GTK;|' data/%{name}.desktop

%build
%configure --prefix=/usr
%make
 
%install
%makeinstall_std
%find_lang %{name} --with-gnome

%files -f %{name}.lang
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0755,root,root) %{_bindir}/%{name}-ctt-helper
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}*.png
%{_datadir}/pixmaps/%{name}_ctt.xpm
%{_mandir}/man1/%{name}.1*
%changelog
* Sun Jan 11 2015 abfonly <abfonly@gmail.com> 1:0.7.5.1-1
+ Revision: a660bab
- Updated .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9501 |14cu|almanah-0.11.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with spellcheck

Summary:	Application for keeping an encrypted diary
Name:		almanah
Version:	0.11.1
Release:	1
License:	GPLv3+
Group:		Office
Url:		http://tecnocode.co.uk/projects/almanah/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/almanah/0.11/%{name}-%{version}.tar.xz
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
# gtkspell still pulls in gtk2
%if %{with spellcheck}
BuildRequires:	pkgconfig(gtkspell-2.0)
%endif
BuildRequires:	gpgme-devel
BuildRequires:	config(gettext)
BuildRequires:	pkgconfig(cryptui-0.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libecal-1.2)
BuildRequires:	pkgconfig(libedataserver-1.2)
BuildRequires:	pkgconfig(sqlite3)

%description
Almanah Diary is a small application to ease the management of an encrypted
personal diary. It's got good editing abilities, including text formatting 
and printing. Evolution tasks and appointments will be listed to ease the 
creation of diary entries related to them. At the same time, you can create
diary entries using multiple events.

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README ChangeLog
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/appdata/almanah.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/GConf/gsettings/%{name}.convert
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/scalable/actions/almanah-tags-symbolic.svg

#----------------------------------------------------------------------------

%prep
%setup -q
sed -e 's/_//' \
    -e 's/=Diary/=Almanah/' \
    -i data/%{name}.desktop.in

%build
%configure2_5x \
	--enable-encryption \
%if %{with spellcheck}
	--enable-spell-checking
%else
	--disable-spell-checking
%endif
make

%install
%makeinstall_std install_sh=$(pwd)/install-sh

%find_lang %{name}


%changelog

* Mon May 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.11.1-1
- (6d8cf78) New version 0.11.1
- (6d8cf78) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9502 |14cu|alpine-2.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mail user agent
Name:		alpine
Version:	2.21
Release:	1
License:	ASL 2.0
Group:		Networking/Mail
Url:		http://patches.freeiz.com/alpine/release/index.html
Source:		http://patches.freeiz.com/alpine/release/src/alpine-%{version}.tar.xz
BuildRequires:	aspell
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(krb5)
BuildRequires:	openldap-devel
BuildRequires:	passwd
BuildRequires:	gettext-devel
BuildRequires:	rootcerts
Requires:	aspell
Requires:	mailcap

Conflicts:	pine

%description
Alpine is a tool for reading, sending, and managing e-mail and 
internet news (usenet) messages. It is the successor to Pine and 
was developed by Computing & Communications at the University of
Washington.

Though originally designed for inexperienced email users,
Alpine supports many advanced features and a large number of
configuration and personal-preference options.

This package contains re-alpine, a continuation of alpine. It is
patched to add support for maildir style mailboxes.

%files
%doc README LICENSE NOTICE
%ghost %config(noreplace) %{_sysconfdir}/pine.conf
%ghost %config(noreplace) %{_sysconfdir}/pine.conf.fixed
%{_bindir}/alpine
%{_bindir}/pico
%{_bindir}/pilot
%{_bindir}/rpload
%{_bindir}/rpdump
%{_mandir}/man1/alpine.1*
%{_mandir}/man1/pico.1*
%{_mandir}/man1/pilot.1*
%{_mandir}/man1/rpload.1*
%{_mandir}/man1/rpdump.1*
#----------------------------------------------------------------------------

%prep
%setup -q
# Update permissions for debuginfo package
find . -name "*.c" -o -name "*.h" -o -name "*.cpp" |xargs chmod 0644
chmod 644 NOTICE README LICENSE
#
autoreconf -fiv

%build
touch imap/ip6
%configure \
  --enable-debug=yes \
  --without-tcl \
  --with-c-client-target=lfd \
  --with-smtp-msa=/usr/sbin/sendmail \
  --with-npa=/usr/bin/inews \
  --with-passfile=.alpine.passfile \
  --with-simple-spellcheck=hunspell \
  --with-interactive-spellcheck=hunspell \
  --with-system-pinerc=%{_sysconfdir}/pine.conf \
  --with-system-fixed-pinerc=%{_sysconfdir}/pine.conf.fixed

%make

%install
%makeinstall_std

# create/touch %ghost'd files
mkdir -p %{buildroot}%{_sysconfdir}
touch %{buildroot}%{_sysconfdir}/pine.conf
touch %{buildroot}%{_sysconfdir}/pine.conf.fixed

%changelog

* Thu Mar 23 2017 abfonly <abfonly@gmail.com> 2.21-1
- (29958da) Log: Update to 2.21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9503 |14cu|alsaplayer-0.99.82-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This is needed because while the make process builds the gtk2 interface module:
# 1. it needs symbols from libdl but does not have the required "-ldl" in place
# 2. it lacks an explicitly reference to libalsaplayer.la
# 3. it references other modules (app, alsaplayer) before having built them
%define _disable_ld_no_undefined 1

%define	major 0
%define	libname %mklibname %{name} %{major}
%define	devname %mklibname %{name} -d

Summary:	Advanced Linux Sound Architecture (ALSA) player
Name:		alsaplayer
# Really a git head snapshot to get all updates since 2010
Version:	0.99.82
Release:	1
License:	GPLv3+
Group:		Sound
URL:		http://alsaplayer.sourceforge.net/
Source0:	https://github.com/%{name}/%{name}/archive/%{name}-master.zip
Source1:	%{name}-icons.tar.bz2
Source2:	alsaplayer_ru.tar.gz
BuildRequires:	doxygen
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	libxosd-devel
BuildRequires:	nas-devel
BuildRequires:	pkgconfig(alsa) >= 1.0.4
BuildRequires:	pkgconfig(esound) >= 0.2.4
BuildRequires:	pkgconfig(flac) >= 1.1.3
BuildRequires:	pkgconfig(gdk-2.0) >= 2.10.0
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libmikmod) >= 3.1.7
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(sndfile) >= 1.0.4
BuildRequires:	pkgconfig(vorbis)
Requires:	%{name}-plugin-ui-gtk

%description
Advanced Linux Sound Architecture (ALSA) utils. Modularized architecture with
support for a large range of ISA and PCI cards. Fully compatible with OSS/Lite
(kernel sound drivers), but contains many enhanced features.

%files -f %{name}.lang
%doc docs/*.txt
%doc COPYING
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/*/
%{_libdir}/%{name}/input/libcdda.so
#{_libdir}/%%{name}/input/libwav.so
%{_libdir}/%{name}/output/libalsa_out.so
%{_libdir}/%{name}/output/libnull_out.so
%{_libdir}/%{name}/output/liboss_out.so
%{_libdir}/%{name}/interface/libdaemon_interface.so
%{_libdir}/%{name}/interface/libtext_interface.so
%{_libdir}/%{name}/interface/libxosd_interface.so
%{_libdir}/%{name}/reader/libfile.so
%{_libdir}/%{name}/reader/libhttp.so
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_mandir}/man1/%{name}.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	AlsaPlayer shared library
Group:		System/Libraries

%description -n %{libname}
This is the shared library of AlsaPlayer.

%files -n %{libname}
%doc COPYING
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	AlsaPlayer development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This is the development part of the AlsaPlayer librairy.

%files  -n %{devname}
%doc COPYING
%doc docs/reference/html/
%{_includedir}/%{name}/
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package plugin-input-flac
Summary:	AlsaPlayer plugin for playing FLAC audio files
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-input-flac
This plugin enables alsaplayer to play files in the lossless audio 
compression format FLAC.

%files plugin-input-flac
%doc COPYING
%{_libdir}/%{name}/input/libflac_in.so

#----------------------------------------------------------------------------

%package plugin-input-mad
Summary:	AlsaPlayer plugin
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-input-mad
This plugin enables alsaplayer to play mpeg files though the libmad library.
It currently supports MPEG-1 and the MPEG-2  extension to Lower Sampling
Frequencies, as well as the so-called MPEG 2.5 format. All three audio layers
(Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented.

%files plugin-input-mad
%doc COPYING
%{_libdir}/%{name}/input/libmad_in.so

#----------------------------------------------------------------------------

%package plugin-input-mod
Summary:	AlsaPlayer plugin for playing MOD modules
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-input-mod
This plugin enables alsaplayer to play module music files.
Supported file formats include MOD, STM, S3M, MTM, XM, ULT, and IT.

%files plugin-input-mod
%doc COPYING
%{_libdir}/%{name}/input/libmod.so

#----------------------------------------------------------------------------

%package plugin-input-sndfile
Summary:	AlsaPlayer plugin
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-input-sndfile
This plugin enables alsaplayer to play sound files such as AIFF, AU
and WAV files through the sndfile library. It can currently read 8,
16, 24 and 32-bit PCM files as well as 32-bit floating point WAV files
and a number of compressed formats.

%files plugin-input-sndfile
%doc COPYING
%{_libdir}/%{name}/input/libsndfile_in.so

#----------------------------------------------------------------------------

%package plugin-input-vorbis
Summary:	AlsaPlayer plugin
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-input-vorbis
This plugin enables alsaplayer to play ogg vorbis music files.

%files plugin-input-vorbis
%doc COPYING
%{_libdir}/%{name}/input/libvorbis_in.so

#----------------------------------------------------------------------------

%package plugin-output-jack
Summary:	AlsaPlayer for the jack sound server
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-output-jack
This plugin enables alsaplayer to play music with the jack daemon.

%files plugin-output-jack
%doc COPYING
%{_libdir}/%{name}/output/libjack_out.so

#----------------------------------------------------------------------------

%package plugin-output-esound
Summary:	AlsaPlayer plugin
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-output-esound
This plugin enables alsaplayer to play music with the esound daemon.

%files plugin-output-esound
%doc COPYING
%{_libdir}/%{name}/output/libesound_out.so

#----------------------------------------------------------------------------

%package plugin-output-nas
Summary:	AlsaPlayer NAS output plugin
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-output-nas
This plugin enables alsaplayer to play music with the NAS daemon.

%files plugin-output-nas
%doc COPYING
%{_libdir}/%{name}/output/libnas_out.so

#----------------------------------------------------------------------------

%package plugin-ui-gtk
Summary:	AlsaPlayer UI plugin
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-ui-gtk
This plugin adds a nice graphical interface to alsaplayer.

%files plugin-ui-gtk
%doc COPYING
%{_libdir}/%{name}/interface/libgtk2_interface.so

#----------------------------------------------------------------------------

%package plugin-scopes
Summary:	AlsaPlayer graphical scopes
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugin-scopes
This plugin adds some nice graphical visualization plugins (scopes).

%files plugin-scopes
%doc COPYING
%{_libdir}/%{name}/scopes2

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-master

pushd po
tar -xvzf %{SOURCE2}
popd


%build
./autogen.sh

%configure2_5x \
	--enable-alsa \
	--enable-esd \
	--disable-debug \
	--enable-nas \
	--enable-gtk2 \
	--enable-systray

# Fix wrong name for lang files
pushd po
sed -i 's|@GETTEXT_PACKAGE@|alsaplayer|g' Makefile
sed -i 's|@GETTEXT_PACKAGE@|alsaplayer|g' Makefile.in
popd

%make


%install
%makeinstall_std

#clean unpackaged files:
rm -rf %{buildroot}%{_datadir}/doc/%{name}

tar xfj %{SOURCE1} -C %{buildroot}%{_datadir}

# fix permissions:
#chmod 755 docs/reference/html

%find_lang %{name}

%changelog

* Tue Aug 23 2016 gvm <mc2374@mclink.it> 0.99.82-1
- (a0748e0) Merge pull request #1 from import/alsaplayer:rosa2016.1
- (a0748e0) alsaplayer 0.99.82



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9504 |14cu|amavisd-new-2.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Email filter with virus scanner and spamassassin support
Name:		amavisd-new
Version:	2.11.0
Release:	1
# LDAP schema is GFDL, some helpers are BSD, core is GPLv2+
License:	GPLv2+ and BSD and GFDL
Group:		Networking/Mail
Url:		http://www.ijs.si/software/amavisd/
Source0:	http://www.ijs.si/software/amavisd/%{name}-%{version}.tar.xz
Source2:	amavis-clamd.conf
Source5:	README.quarantine
Source8:	amavisd-new-tmpfiles.conf
Source9:	amavisd.service
Source10:	amavisd-snmp.service
Source11:	amavisd-clean-tmp.service
Source12:	amavisd-clean-tmp.timer
Source13:	amavisd-clean-quarantine.service
Source14:	amavisd-clean-quarantine.timer
Source15:	amavis-mc.service
Source16:	amavisd-snmp-zmq.service
Patch0:		amavisd-new-2.10.1-conf.patch
Patch1:		amavisd-init.patch
Patch2:		amavisd-condrestart.patch
# Don't source /etc/sysconfig/network in init script; the network check
# is commented out upstream so there's no apparent reason to source it,
# and it can't be relied upon to exist in recent Fedora builds. Mail
# sent upstream to amavis-users ML 2013-05-10. -adamw
Patch3:		amavisd-new-2.8.0-init_network.patch
BuildRequires:	systemd
Requires:	altermime
Requires:	arj
Requires:	binutils
Requires:	bzip2
Requires:	cabextract
Requires:	clamav
Requires:	file
Requires:	freeze
Requires:	gzip
Requires:	lzop
Requires:	lrzip
Requires:	nomarch
Requires:	p7zip
Requires:	pax
Requires:	tar
Requires:	tmpwatch
# zoo is in Restricted repository
Suggests:	zoo
# We probably should parse the fetch_modules() code in amavisd for this list.
# These are just the dependencies that don't get picked up otherwise.
Requires:	perl(Archive::Tar)
Requires:	perl(Archive::Zip) >= 1.14
Requires:	perl(Authen::SASL)
Requires:	perl(Compress::Zlib) >= 1.35
Requires:	perl(Compress::Raw::Zlib) >= 2.017
Requires:	perl(Convert::TNEF)
Requires:	perl(Convert::UUlib)
Requires:	perl(Crypt::OpenSSL::RSA)
Requires:	perl(DBD::SQLite)
Requires:	perl(DBI)
Requires:	perl(Digest::MD5) >= 2.22
Requires:	perl(Digest::SHA)
Requires:	perl(Digest::SHA1)
Requires:	perl(File::LibMagic)
Requires:	perl(IO::Socket::IP)
Requires:	perl(IO::Socket::SSL)
Requires:	perl(IO::Stringy)
Requires:	perl(MIME::Base64)
Requires:	perl(MIME::Body)
Requires:	perl(MIME::Decoder::Base64)
Requires:	perl(MIME::Decoder::Binary)
Requires:	perl(MIME::Decoder::Gzip64)
Requires:	perl(MIME::Decoder::NBit)
Requires:	perl(MIME::Decoder::QuotedPrint)
Requires:	perl(MIME::Decoder::UU)
Requires:	perl(MIME::Head)
Requires:	perl(MIME::Parser)
Requires:	perl(Mail::DKIM) >= 0.31
Requires:	perl(Mail::Field)
Requires:	perl(Mail::Header)
Requires:	perl(Mail::Internet) >= 1.58
Requires:	perl(Mail::SPF)
Requires:	perl(Mail::SpamAssassin)
Requires:	perl(Net::DNS)
Requires:	perl(Net::LDAP)
Requires:	perl(Net::LibIDN)
Requires:	perl(Net::SSLeay)
Requires:	perl(Net::Server) >= 2.0
Requires:	perl(NetAddr::IP)
Requires:	perl(Razor2::Client::Version)
Requires:	perl(Socket6)
Requires:	perl(Time::HiRes) >= 1.49
Requires:	perl(Unix::Syslog)
Requires:	perl(URI)
Requires(pre):	shadow-utils
Requires(post,preun,postun):	systemd
BuildArch:	noarch

%description
amavisd-new is a high-performance and reliable interface between mailer
(MTA) and one or more content checkers: virus scanners, and/or
Mail::SpamAssassin Perl module. It is written in Perl, assuring high
reliability, portability and maintainability. It talks to MTA via (E)SMTP
or LMTP, or by using helper programs. No timing gaps exist in the design
which could cause a mail loss.

%files
%doc AAAREADME.first LDAP.schema LDAP.ldif RELEASE_NOTES TODO INSTALL
%doc README_FILES test-messages amavisd.conf-* amavisd-custom.conf LICENSE
%dir %{_sysconfdir}/amavisd/
%{_unitdir}/amavisd.service
%{_unitdir}/amavisd-clean-tmp.service
%{_unitdir}/amavisd-clean-tmp.timer
%{_unitdir}/amavisd-clean-quarantine.service
%{_unitdir}/amavisd-clean-quarantine.timer
%config(noreplace) %{_sysconfdir}/amavisd/amavisd.conf
%config(noreplace) %{_sysconfdir}/clamd.d/amavisd.conf
%{_sbindir}/amavisd
%{_bindir}/amavisd-agent
%{_bindir}/amavisd-nanny
%{_bindir}/amavisd-release
%{_bindir}/amavisd-signer
%{_bindir}/amavisd-submit
%dir %attr(750,amavis,amavis) %{_localstatedir}/spool/amavisd
%dir %attr(750,amavis,amavis) %{_localstatedir}/spool/amavisd/tmp
%dir %attr(750,amavis,amavis) %{_localstatedir}/spool/amavisd/db
%dir %attr(750,amavis,amavis) %{_localstatedir}/spool/amavisd/quarantine
%{_tmpfilesdir}/amavisd-new.conf

%pre
getent group amavis > /dev/null || %{_sbindir}/groupadd -r amavis
getent passwd amavis > /dev/null || \
  %{_sbindir}/useradd -r -g amavis -d %{_localstatedir}/spool/amavisd -s /sbin/nologin \
  -c "User for amavisd-new" amavis
exit 0

%post
%tmpfiles_create %{name}.conf
%systemd_post amavisd.service
%systemd_post amavisd-clean-tmp.service
%systemd_post amavisd-clean-tmp.timer
%systemd_post amavisd-clean-quarantine.service
%systemd_post amavisd-clean-quarantine.timer

systemctl enable amavisd-clean-tmp.timer >/dev/null 2>&1 || :
systemctl start amavisd-clean-tmp.timer >/dev/null 2>&1 || :
systemctl enable amavisd-clean-quarantine.timer >/dev/null 2>&1 || :
systemctl start amavisd-clean-quarantine.timer >/dev/null 2>&1 || :

%preun
%systemd_preun amavisd.service
%systemd_preun amavisd-clean-tmp.service
%systemd_preun amavisd-clean-tmp.timer
%systemd_preun amavisd-clean-quarantine.service
%systemd_preun amavisd-clean-quarantine.timer

%postun
%systemd_postun_with_restart amavisd.service
%systemd_postun_with_restart amavisd-clean-tmp.service
%systemd_postun_with_restart amavisd-clean-tmp.timer
%systemd_postun_with_restart amavisd-clean-quarantine.service
%systemd_postun_with_restart amavisd-clean-quarantine.timer

#----------------------------------------------------------------------------

%package snmp
Summary:	Exports amavisd SNMP data
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}
Requires:	perl(NetSNMP::OID)
Requires(post,preun,postun):	systemd

%description snmp
This package contains the program amavisd-snmp-subagent, which can be
used as a SNMP AgentX, exporting amavisd statistical counters database
(snmp.db) as well as a child process status database (nanny.db) to a
SNMP daemon supporting the AgentX protocol (RFC 2741), such as NET-SNMP.

It is similar to combined existing utility programs amavisd-agent and
amavisd-nanny, but instead of writing results as text to stdout, it
exports data to a SNMP server running on a host (same or remote), making
them available to SNMP clients (such a Cacti or mrtg) for monitoring or
alerting purposes.

%files snmp
%doc AMAVIS-MIB.txt
%{_unitdir}/amavisd-snmp.service
%{_sbindir}/amavisd-snmp-subagent

%post snmp
%systemd_post amavisd-snmp.service

%preun snmp
%systemd_preun amavisd-snmp.service

%postun snmp
%systemd_postun_with_restart amavisd-snmp.service

#----------------------------------------------------------------------------

%package zeromq
Summary:	Support for communicating through 0MQ sockets
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}
Requires:	perl(ZMQ::Constants)
Requires:	perl(ZMQ::LibZMQ3)
Requires(post,preun,postun):	systemd

%description zeromq
This package adds support for monitoring and communicating with amavisd
and auxiliary services among themselves through 0MQ sockets (also called ZMQ
or ZeroMQ, or Crossroads I/O or XS). This method offers similar features
as current services amavisd-nanny, amavisd-agent and amavisd-snmp-subagent,
but use message passing paradigm instead of communicating through a shared
Berkeley database. This avoids locking contention, so the gain can be
significant for a busy amavisd setup with lots of child processes.

%files zeromq
%{_unitdir}/amavis-mc.service
%{_sbindir}/amavis-mc
%{_bindir}/amavisd-status
%{_bindir}/amavis-services

%post zeromq
%systemd_post amavis-mc.service

%preun zeromq
%systemd_preun amavis-mc.service

%postun zeromq
%systemd_postun_with_restart amavis-mc.service

#----------------------------------------------------------------------------

%package snmp-zeromq
Summary:	Exports amavisd SNMP data and communicates through 0MQ sockets
Group:		Networking/Mail
Requires:	%{name}-zeromq = %{EVRD}
Requires:	perl(NetSNMP::OID)
Requires(post,preun,postun):	systemd

%description snmp-zeromq
This package contains the program amavisd-snmp-subagent-zmq, which can be
used as a SNMP AgentX, exporting amavisd statistical counters database
(snmp.db) as well as a child process status database (nanny.db) to a
SNMP daemon supporting the AgentX protocol (RFC 2741), such as NET-SNMP.
It supports communicating through 0MQ sockets.

%files snmp-zeromq
%{_unitdir}/amavisd-snmp-zmq.service
%{_sbindir}/amavisd-snmp-subagent-zmq

%post snmp-zeromq
%systemd_post amavisd-snmp-zmq.service

%preun snmp-zeromq
%systemd_preun amavisd-snmp-zmq.service

%postun snmp-zeromq
%systemd_postun_with_restart amavisd-snmp-zmq.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p0
%patch3 -p1

install -p -m 644 %{SOURCE5} README_FILES/
sed -e 's,/var/amavis/amavisd.sock\>,%{_localstatedir}/spool/amavisd/amavisd.sock,' -i amavisd-release

%build

%install

install -D -p -m 755 amavisd %{buildroot}%{_sbindir}/amavisd
install -D -p -m 755 amavisd-snmp-subagent %{buildroot}%{_sbindir}/amavisd-snmp-subagent
install -D -p -m 755 amavisd-snmp-subagent-zmq %{buildroot}%{_sbindir}/amavisd-snmp-subagent-zmq

mkdir -p %{buildroot}%{_bindir}
install -p -m 755 amavisd-{agent,nanny,release,signer,status,submit} %{buildroot}%{_bindir}/
install -p -m 755 amavis-mc %{buildroot}%{_sbindir}/
install -p -m 755 amavis-services %{buildroot}%{_bindir}/

install -D -p -m 644 %{SOURCE9} %{buildroot}%{_unitdir}/amavisd.service
install -D -p -m 644 %{SOURCE10} %{buildroot}%{_unitdir}/amavisd-snmp.service
install -D -p -m 644 %{SOURCE11} %{buildroot}%{_unitdir}/amavisd-clean-tmp.service
install -D -p -m 644 %{SOURCE12} %{buildroot}%{_unitdir}/amavisd-clean-tmp.timer
install -D -p -m 644 %{SOURCE13} %{buildroot}%{_unitdir}/amavisd-clean-quarantine.service
install -D -p -m 644 %{SOURCE14} %{buildroot}%{_unitdir}/amavisd-clean-quarantine.timer
install -D -p -m 644 %{SOURCE15} %{buildroot}%{_unitdir}/amavis-mc.service
install -D -p -m 644 %{SOURCE16} %{buildroot}%{_unitdir}/amavisd-snmp-zmq.service

install -D -p -m 644 amavisd.conf %{buildroot}%{_sysconfdir}/amavisd/amavisd.conf
install -D -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/clamd.d/amavisd.conf

mkdir -p %{buildroot}%{_localstatedir}/spool/amavisd/{tmp,db,quarantine}
mkdir -p %{buildroot}%{_localstatedir}/run/{clamd.amavisd,amavisd}

install -D -m 644 %{SOURCE8} %{buildroot}%{_tmpfilesdir}/amavisd-new.conf

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 2.11.0-1
- (414e108) Merge pull request #1 from import/amavisd-new:rosa2016.1
- (414e108) Updated to 2.11.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9505 |14cu|amaya-11.4.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%bcond_with system_libwww

Summary:	Web Browser/Editor from the World Wide Web Consortium
Name:		amaya
Version:	11.4.4
Release:	6
License:	W3C License
Group:		Networking/WWW
Url:		http://www.w3.org/Amaya/
Source0:	http://www.w3.org/Amaya/Distribution/amaya-fullsrc-%{version}.tgz
Source1:	%{name}.1.bz2
#2010-01-06
Source10:	http://www.w3.org/Amaya/Distribution/Dutch.tgz
Source11:	http://www.w3.org/Amaya/Distribution/English.tgz
Source12:	http://www.w3.org/Amaya/Distribution/French.tgz
Source13:	http://www.w3.org/Amaya/Distribution/German.tgz
Source14:	http://www.w3.org/Amaya/Distribution/Italian.tgz
Source15:	http://www.w3.org/Amaya/Distribution/Spanish.tgz
Source16:	http://www.w3.org/Amaya/Distribution/Swedish.tgz
Patch0:		amaya-11.4.4-dso.patch
Patch1:		amaya-11.4.4-gzfile.patch
Patch2:		amaya-11.4.4-libpng15.patch
Patch3:		amaya-11.4.4-desktop.patch
Patch4:		amaya-11.4.4-gcc4.8.patch
Patch5:		amaya-11.4.4-sslv2.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	jpeg-devel
BuildRequires:	libstdc++-devel
%if %{with system_libwww}
BuildRequires:	w3c-libwww-devel
%else
BuildConflicts:	w3c-libwww-devel
%endif
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(imlib)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(raptor)
BuildRequires:	pkgconfig(redland)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
Amaya is a complete Web authoring tool with some browsing funtionalities
and comes equipped with a WYSIWYG style of interface, similar to that of
the most popular commercial browsers. With such an interface, users do not
need to well know the HTML, MathML or CSS languages.

This graphical HTML Editor supports many of the latest draft standards
for HTML/XHTML.

%files
%doc Amaya/README* Amaya/amaya/COPYRIGHT*
%{_libdir}/Amaya
%{_mandir}/man1/%{name}.*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n Amaya -c
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p0
%patch4 -p1
%patch5 -p1

%build
# use system mesa
rm -f Mesa/Makefile

mkdir Amaya/WX
cd Amaya/WX

ln -s ../configure ./configure
%configure2_5x \
	--enable-system-raptor \
	--enable-system-wx \
	--prefix=%{_libdir}
cp Options.orig Options
make

%install
cd Amaya/WX
mkdir -p %{buildroot}%{_prefix}
%makeinstall_std

mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}/
	ln -sf ../..%{_libdir}/Amaya/wx/bin/amaya amaya
popd

# install .desktop file, pixmap etc
./script_install_gnomekde ./bin %{buildroot}%{_datadir} %{_datadir}

# install man pages
mkdir -p %{buildroot}%{_mandir}/man1
bzcat %{SOURCE1} > %{buildroot}%{_mandir}/man1/%{name}.1

# install dictionaries
cp %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} %{SOURCE15} %{SOURCE16} %{buildroot}%{_libdir}/Amaya/dicopar/
pushd %{buildroot}%{_libdir}/Amaya/dicopar/
gunzip *.tgz
for tarfile in *.tar
do
	tar xf $tarfile
done
rm -f *.tar
popd


%changelog

* Fri Mar 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 11.4.4-6
- (91423db) Disable debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9506 |14cu|amide-1.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Program for viewing and analyzing medical image data sets
Name:		amide
Version:	1.0.5
Release:	3
License:	GPLv2+
Group:		Graphics
Url:		http://amide.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz

BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	dcmtk-devel
BuildRequires:	ffmpeg-devel >= 2.1
BuildRequires:	volpack-devel
BuildRequires:	xmedcon-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(libgnomecanvas-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%description
AMIDE is a tool for viewing and analyzing medical image data sets.
It's capabilities include the simultaneous handling of multiple data
sets imported from a variety of file formats, image fusion, 3D region
of interest drawing and analysis, volume rendering, and rigid body
alignments.

%prep
%setup -q

%build
%configure2_5x \
	--enable-libecat=no \
	--enable-amide-debug=no \
	--disable-scrollkeeper
# paralel build don't work on abf 
make

%install
%makeinstall_std

desktop-file-install --vendor gnome --delete-original \
	--dir %{buildroot}%{_datadir}/applications \
	--add-category X-Red-Hat-Extra \
	%{buildroot}%{_datadir}/applications/*

rm -rf %{buildroot}/var/scrollkeeper

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README todo
%{_bindir}/*
%{_datadir}/pixmaps
%{_datadir}/gnome
%{_datadir}/omf
%{_datadir}/applications
%{_mandir}/man1/*


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.5-3
+ Revision: 09d3434
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9507 |14cu|ams-2.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	with_qt5 0

Summary:	Alsa Modular Synth
Name:		ams
Version:	2.1.2
Release:	1
License:	GPLv2+
Group:		Sound
URL:		http://alsamodular.sourceforge.net/
Source0:	http://sourceforge.net/projects/alsamodular/files/alsamodular/2.1.2/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo) >= 0.26
BuildRequires:	ladspa-devel
BuildRequires:	zita-alsa-pcmi-devel
%if %{with_qt5}
BuildRequires:	pkgconfig(QtCore) >= 5.0
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(QtWidget)
BuildRequires:	qt5-linguist-tools
%else
BuildRequires:	qt4-devel >= 4.2.0
%endif
Requires:	cmt
Requires:	swh-plugins
Requires:	VCO-plugins
Requires:	rev-plugins
Requires:	mcp-plugins

%description
AlsaModularSynth is a realtime modular synthesizer and effect processor.
It features:
    * MIDI controlled modular software synthesis.
    * Realtime effect processing with capture from e.g. "Line In" or "Mic In".
    * Full control of all synthesis and effect parameters via MIDI.
    * Integrated LADSPA Browser with search capability.
    * JACK Support.
    * A Qt4 or Qt5 interface.
NOTE: Example files and a handy tutorial are in %{_datadir}/ams.

%files
%doc AUTHORS COPYING NEWS README THANKS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/rosa-%{name}.desktop
%{_mandir}/man1/%{name}.1.*
%{_datadir}/pixmaps/%{name}_32.xpm

#--------------------------------------------------------------------

%prep
%setup -q


%build
# Fix missing too old message
autoreconf -vfi
%if %{with_qt5}
%configure2_5x	--enable-qt5
%else
%configure2_5x
%endif
%make


%install
%makeinstall_std

# Provide menu entry
mkdir -p %{buildroot}/%{_datadir}/applications
cat > %{buildroot}/%{_datadir}/applications/rosa-%{name}.desktop << EOF
[Desktop Entry]
Name=Alsa Modular Synth
Comment=Modular Synthesizer for ALSA
Exec=%{name}
Icon=ams_32.xpm
Terminal=false
Type=Application
StartupNotify=true
Categories=X-RosaLinux-Multimedia-Sound;AudioVideo;Audio;AudioVideoEditing;
EOF




%changelog

* Tue Aug 02 2016 Giovanni Mariani <mc2374@mclink.it> 2.1.2-1
- (c3dc83c) Updated to release 2.1.2, added means to build against Qt5, updated BReqs, License and Description, fixed provided .desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9508 |14cu|amsynth-1.6.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		amsynth
Version:	1.6.4
Release:	1
Summary:	Virtual-analog polyphonic synthesizer for ALSA, OSS and JACK
Group:		Sound
License:	GPLv2+
Url:		http://%{name}.github.io/
Source0:	http://github.com/%{name}/%{name}/releases/download/release-%{version}/%{name}-%{version}.tar.bz2
Patch0:		%{name}-1.6.4-fix-desktop-file.patch
BuildRequires:	alsa-oss-devel
# For VST plugin suppport
BuildRequires:	dssi-vst
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dssi)
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.20.0
BuildRequires:	pkgconfig(gtkmm-2.4) >= 2.6.0
BuildRequires:	pkgconfig(lash-1.0)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(lv2)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(sndfile)

%description
Amsynth is a standalone polyphonic subtractive synthesizer. It supports OSS,
ALSA and JACK for Audio and MIDI I/O.
Features are as follows:
o Dual oscillators with classic waveforms (sine, saw, square, noise)
o 12/24 dB/oct resonant filter (low-pass, high-pass, band-pass, notch)
o Independent ADSR envelopes for filter & amplitude
o LFO which can module the oscillators, filter, and amplitude
o Distortion effect 
o Reverb
o Lot of presets.

%files
%doc AUTHORS COPYING NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#-----------------------------------------------------------------------------

%package dssi
Summary:	Amsynth DSSI synthesizer plugin
Group:		Sound
License:	GPLv2+
Requires:	%{name} = %{version}-%{release}

%description dssi
This is the DSSI synthesizer plugin of amsynth, which can be used with DSSI
hosts like qtractor, ghostess, rosegarden and others.

%files dssi
%doc COPYING
%{_libdir}/dssi/%{name}_dssi.so
%{_libdir}/dssi/%{name}_dssi/%{name}_dssi_gtk

#-----------------------------------------------------------------------------

%package plugin-lv2
Summary:	Amsynth LV2 synthesizer plugin
Group:		Sound
License:	GPLv2+
Requires:	%{name} = %{version}-%{release}

%description plugin-lv2
This is the LV2 synthesizer plugin of amsynth, which can be used with LV2
hosts like qtractor, ardour, zynjacku and others.

%files plugin-lv2
%doc COPYING
%{_libdir}/lv2/%{name}.lv2/*

#-----------------------------------------------------------------------------

%package plugin-vst
Summary:	Amsynth VST synthesizer plugin
Group:		Sound
License:	GPLv2+
Requires:	%{name} = %{version}-%{release}

%description plugin-vst
This is the VST synthesizer plugin of amsynth, which can be used with VST
hosts.

%files plugin-vst
%doc COPYING
%{_libdir}/vst/%{name}_vst.so

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1


%build
%configure	--with-alsa \
		--with-jack \
		--with-lash \
		--with-sndfile \
		--with-dssi \
		--with-lv2 \
		--with-gui
%make


%install
%makeinstall_std

%changelog

* Fri Mar 11 2016 Giovanni Mariani <mc2374@mclink.it> 1.6.4-1
- (594e252) Updated to release 1.6.4, added P0 to fix desktop file, updatedDescriptions, BReqs and URLs, enabled support for lash and VST plugins (package provided), cleaned specfile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9509 |14cu|amule-2.3.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname aMule

Summary:	File sharing client compatible with eDonkey
Name:		amule
Version:	2.3.1
Release:	8
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://amule.org
Source0:	http://ovh.dl.sourceforge.net/sourceforge/amule/%{oname}-%{version}.tar.bz2
Source10:	%{name}-16.png
Source11:	%{name}-32.png
Source12:	%{name}-48.png
Patch0:		aMule-2.3.1rc2-wxversion.patch
Patch1:		amule-2.3.1-gcc47.patch
BuildRequires:	desktop-file-utils
BuildRequires:	binutils-devel
BuildRequires:	gd-devel >= 2.0
BuildRequires:	gettext-devel
BuildRequires:	readline-devel
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(cryptopp)
BuildRequires:	pkgconfig(geoip)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libupnp)
BuildRequires:	pkgconfig(ncurses)

%description
aMule is an easy to use multi-platform client for ED2K Peer-to-Peer
Network. It is a fork of xMule, whis was based on emule for
Windows. aMule currently supports (but is not limited to) the
following platforms: Linux, *BSD and MacOS X.

%files -f %{name}.lang
%doc docs/*
%{_datadir}/applications/alc.desktop
%{_datadir}/applications/wxcas.desktop
%{_datadir}/pixmaps/alc.xpm
%{_datadir}/pixmaps/wxcas.xpm
%{_bindir}/amule
%{_bindir}/amulegui
%{_bindir}/wxcas
%{_bindir}/cas
%{_bindir}/ed2k-amule
%{_bindir}/alc
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/skins
%{_datadir}/applications/amule.desktop
%{_datadir}/applications/amulegui.desktop
%{_datadir}/pixmaps/amule.xpm
%{_datadir}/pixmaps/amulegui.xpm
%{_datadir}/cas
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_mandir}/man1/alc.1*
%{_mandir}/man1/amule.1*
%{_mandir}/man1/amulegui.1*
%{_mandir}/man1/cas.1*
%{_mandir}/man1/ed2k.1*
%{_mandir}/man1/wxcas.1*

%post
update-alternatives --install %{_bindir}/ed2k ed2k %{_bindir}/ed2k-%{name} 5

%postun
update-alternatives --remove ed2k %{_bindir}/ed2k-%{name}

#----------------------------------------------------------------------------

%package commandline
Summary:	File sharing client compatible with eDonkey
Group:		Networking/File transfer
Requires:	amule = %{version}-%{release}

%description commandline
aMule is an easy to use multi-platform client for ED2K Peer-to-Peer
Network.  It is a fork of xMule, whis was based on emule for
Windows. aMule currently supports (but is not limited to) the
following platforms: Linux, *BSD and MacOS X.

This is the command line tool to control aMule remotely (or locally:).

%files commandline -f commandline.lang
%doc docs/README
%{_bindir}/%{name}cmd
%{_bindir}/alcc
%{_bindir}/amuled
%{_mandir}/man1/alcc.1*
%{_mandir}/man1/amulecmd.1*
%{_mandir}/man1/amuled.1*

#----------------------------------------------------------------------------

%package webserver
Summary:	File sharing client compatible with eDonkey
Group:		Networking/File transfer
Requires:	amule = %{version}-%{release}

%description webserver
aMule is an easy to use multi-platform client for ED2K Peer-to-Peer
Network.  It is a fork of xMule, whis was based on emule for
Windows. aMule currently supports (but is not limited to) the
following platforms: Linux, *BSD and MacOS X.

This is the webserver to control aMule remotely (or locally:).

%files webserver -f %{name}web.lang
%doc docs/README
%{_bindir}/%{name}web
%{_datadir}/amule/webserver/*
%{_mandir}/man1/amuleweb.1*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1
%patch1 -p1
cp docs/AUTHORS .
cp docs/Changelog ./ChangeLog
cp docs/README .
touch NEWS

%build
autoreconf -fi
%configure2_5x \
	--with-wx-config=%{_bindir}/wx-config-unicode\
	--enable-amulecmd \
	--enable-amule-gui \
	--enable-webserver\
	--disable-xas\
	--enable-cas\
	--enable-wxcas\
	--enable-alc\
	--enable-alcc \
	--disable-debug\
	--enable-amule-daemon \
	--enable-optimize \
	--enable-geoip
%make

%install
%makeinstall_std
install -m 644 -D %{SOURCE10} %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 -D %{SOURCE11} %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 -D %{SOURCE12} %{buildroot}%{_liconsdir}/%{name}.png

# Fix wrong-script-end-of-line-encoding
perl -pi -e 's/\015$//' %{buildroot}%{_datadir}/doc/amule-%{version}/amule-win32.HOWTO.txt

mv %{buildroot}%{_bindir}/ed2k %{buildroot}%{_bindir}/ed2k-%{name}
rm -rf %{buildroot}%{_datadir}/doc/%{oname}-%{version}
rm -f %{buildroot}%{_libdir}/xchat/plugins/xas.pl

desktop-file-install --vendor="" \
  --add-category="GTK" \
  --add-category="FileTransfer" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# find_lang macro is different since 2012
%find_lang %{name} %{name}gui alc cas wxcas ed2k %{name}.lang --with-man
%find_lang alcc %{name}cmd %{name}d commandline.lang --with-man
%find_lang %{name}web --with-man


%changelog

* Fri May 20 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-8
- (c4b6e9e) Rebuild with new cryptopp



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9510 |14cu|android-file-transfer-3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Interactive MTP client with Qt GUI
Name:		android-file-transfer
Version:	3.2
Release:	1
License:	GPLv3+
Group:		File tools
Url:		https://github.com/whoozle/android-file-transfer-linux/
Source0:	https://github.com/whoozle/android-file-transfer-linux/archive/v%{version}.tar.gz?/%{name}-linux-%{version}.tar.gz
BuildRequires:	appstream-util
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Interactive MTP client with Qt GUI.

%files
%doc LICENSE README.md
%{_bindir}/%{name}
%{_bindir}/aft-mtp-cli
%{_bindir}/aft-mtp-mount
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_appdatadir}/%{name}.appdata.xml

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-linux-%{version}

%build
%cmake_qt5
%make

%install
%makeinstall_std -C build

# install menu entry
desktop-file-install qt/%{name}.desktop \
	--dir=%{buildroot}%{_datadir}/applications

# install menu icons
for N in 16 32 48 64 128 256;
do
convert qt/%{name}.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

# appdata
mkdir -p %{buildroot}%{_appdatadir}
install -m 644 %{name}.appdata.xml %{buildroot}%{_appdatadir}/%{name}.appdata.xml

%check
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop


%changelog

* Mon Aug 21 2017 abfonly <abfonly@gmail.com> 3.2-1
- (4023009) Log: Update to 3.2
- (4023009) New cli storage command + completion, allowing you to change storage from command line
- (4023009) Better put arguments handling, added put src dst_dir mode
- (4023009) Added claimInterface flag, allowing you to skip usb interface claim requests (dangerous)
- (4023009) Cleaned up lsext output, added storage to it.
- (4023009) Added recursive listing commands (ls-r, lsext-r)
- (4023009) Added mkpath command (creates all storages across the path)
- (4023009) Added device-info commands
- (4023009) Automatic versioning using tags/README version
- (4023009) Fuse startup crash fixed
- (4023009) FreeBSD/gcc-7.x compilation fixes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9511 |14cu|android-tools-4.4.2_r2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Android platform tools (adb, fastboot, mkbootimg)
Name:		android-tools
Version:	4.4.2_r2
Release:	1
# The entire source code is Apache Software License except fastboot/ which is BSD
License:	Apache Software License and BSD
Group:		Development/Tools
Url:		http://developer.android.com/tools/
#http://developer.android.com/guide/developing/tools/
# git clone https://android.googlesource.com/platform/system/core.git && cd core
# git archive android-%%{version} --prefix=core-%%{version}/ adb fastboot libzipfile libcutils libmincrypt libsparse mkbootimg include/cutils include/zipfile include/mincrypt | bzip2 > ../core-%%{version}.tar.bz2
#
# git clone https://android.googlesource.com/platform/system/extras.git && cd extras
# git archive android-%%{version} --prefix=extras/ ext4_utils | bzip2 > ../extras-%%{version}.tar.bz2
Source0:	core-%{version}.tar.bz2
Source1:	extras-%{version}.tar.bz2
Source2:	core-Makefile
Source3:	adb-Makefile
Source4:	fastboot-Makefile
Source5:	mkbootimg-Makefile
Source6:	51-android.rules
Source7:	adb.service
Patch0:		android-tools-4.4.2-ignore-selinux-android.h.patch
Patch1:		android-tools-4.4.2-ignore-android_filesystem_capability.h.patch
BuildRequires:	selinux-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires(post,preun):	rpm-helper
Provides:	adb = %{EVRD}
Provides:	fastboot = %{EVRD}
Provides:	mkbootimg = %{EVRD}

%description
The Android Debug Bridge (ADB) is used to:

- keep track of all Android devices and emulators instances
  connected to or running on a given host developer machine

- implement various control commands (e.g. "adb shell", "adb pull", etc.)
  for the benefit of clients (command-line users, or helper programs like
  DDMS). These commands are what is called a 'service' in ADB.

Fastboot is used to manipulate the flash partitions of the Android phone.
It can also boot the phone using a kernel image or root filesystem image
which reside on the host machine rather than in the phone flash.
In order to use it, it is important to understand the flash partition
layout for the phone.
The fastboot program works in conjunction with firmware on the phone
to read and write the flash partitions. It needs the same USB device
setup between the host and the target phone as adb.

For ROSA you must use the following commands :

- adb
- fastboot-android
- mkbootimg

%files
%doc adb/OVERVIEW.TXT adb/SERVICES.TXT adb/NOTICE adb/protocol.txt
%{_udevrulesdir}/51-android.rules
%{_unitdir}/adb.service
#Apache Software License
%{_bindir}/adb
%{_bindir}/mkbootimg
#Apache Software License and BSD.
%{_bindir}/fastboot-android

%post
%_post_service adb

%preun
%_preun_service adb

#----------------------------------------------------------------------------

%prep
%setup -q -b 1 -n extras
%apply_patches

%setup -q -b 0 -n core-%{version}
cp -pr %{SOURCE2} Makefile
cp -pr %{SOURCE3} adb/Makefile
cp -pr %{SOURCE4} fastboot/Makefile
cp -pr %{SOURCE5} mkbootimg/Makefile

%build
%make

%install
%makeinstall_std

# for 51-android.rules
mkdir -p %{buildroot}%{_udevrulesdir}
install -m 0644 %{SOURCE6} %{buildroot}%{_udevrulesdir}/51-android.rules
# for adb.service
mkdir -p %{buildroot}%{_unitdir}
install -m 0644 %{SOURCE7} %{buildroot}%{_unitdir}/adb.service


%changelog

* Fri Apr 17 2015 Rosa <rosa@abf.rosalinux.ru> 4.4.2_r2-1
- (893e469) Automatic import for version 4.4.2_r2-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9512 |14cu|andromeda-0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname		%mklibname %{name} %{major}
%define debug_package	%{nil}

Name:		andromeda
Summary:	Qt file manager
Version:	0.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		https://github.com/ABBAPOH/andromeda
Source:		https://github.com/ABBAPOH/%{name}/archive/v%{version}.tar.gz
Patch0:		andromeda-0.3-library.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	qt4-linguist
BuildRequires:	desktop-file-utils
Requires:	%{libname} = %{EVRD}

%description
Cross-platform file manager, written on Qt. Currently has support for local
filesystem (i.e. file:// protocol), simple web view and bookmarks plugins.

%files %{?langfile:-f %{langfile}}
%doc TODO.txt
%{_bindir}/%{name}
%{_bindir}/imageviewer
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/imageviewer.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/imageviewer.png

#------------------------------------------------
%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libname}
Cross-platform file manager, written on Qt. Currently has support for local
filesystem (i.e. file:// protocol), simple web view and bookmarks plugins.


%files  -n %{libname}
%doc README.txt
%dir %attr(0755,root,root) %{_libdir}/%{name}
%{_libdir}/%{name}/*
%{_libdir}/libextensionsystem.so
%{_libdir}/libfilemanager.so
%{_libdir}/libguisystem.so
%{_libdir}/libimageviewer.so
%{_libdir}/libio.so
%{_libdir}/libwidgets.so
#------------------------------------------------


%prep
%setup -q
%patch0 -p1
find . -type f -name '*.h' -o -name '*.cpp' -exec chmod 644 {} \;

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build

# imageviewer.desktop: error: key "Comment[ru]" in group "Desktop Entry" is a localized key, 
# but there is no non-localized key "Comment"
# I can't fix this, so whipe it. Sflo
desktop-file-install \
	--dir=%{buildroot}%{_datadir}/applications/ \
	--remove-key=Comment[ru] \
	%{buildroot}%{_datadir}/applications/imageviewer.desktop
	
	
%find_lang %{name} --with-qt --all-name	
%define langfile %{name}.lang






%changelog
* Tue Jan 06 2015 abfonly <abfonly@gmail.com> 0.3-1
+ Revision: 3c7e5e6
- Log: Update to 0.3, switch to qt4 build, split lib package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9513 |14cu|angband-4.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           angband
Version:        4.0.5
Release:        1
Summary:        Single-player dungeon exploration game in the universe of JRR Tolkien
Group:          Games/Adventure
License:        GPLv2
Url:            http://rephial.org
Source0:        http://rephial.org/downloads/4.0/%{name}-%{version}.tar.gz
Patch0:		angband-4.0.5-desktop.patch
BuildRequires:  pkgconfig(ncursesw)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(SDL_image)
BuildRequires:  pkgconfig(SDL_ttf)
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  pythonegg(docutils)

%description
Angband is a free, single-player dungeon exploration game.
You play an adventurer: seeking riches, fighting monsters, and
preparing for a final battle with Morgoth, the Lord of Darkness.

%files
%doc *.txt doc/manual.html
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%config(noreplace) %{_sysconfdir}/%{name}/
%{_datadir}/%{name}/
#----------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -vfi
%configure2_5x --bindir=%{_gamesbindir} \
               --enable-curses \
               --enable-x11 \
               --enable-sdl \
               --enable-sdl-mixer
%make

%install
%makeinstall_std

install -d %{buildroot}%{_datadir}/applications
mv %{buildroot}%{_datadir}/%{name}/icons/*.desktop %{buildroot}%{_datadir}/applications/

for size in 16 32 128 256 512; do
  install -D -m644 %{buildroot}%{_datadir}/%{name}/icons/att-${size}.png \
      %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/%{name}.png
done


%changelog

* Sat Aug 20 2016 abfonly <abfonly@gmail.com> 4.0.5-1
- (bfe94b8) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9514 |14cu|angrydd-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Build large gems, break them and defeat your opponent
Name:           angrydd
Version:        1.0.1
Release:        1
Url:            http://www.sacredchao.net/~piman/angrydd/
License:        GPLv2
Group:          Games/Strategy
Source:         http://www.sacredchao.net/~piman/%{name}/%{name}-%{version}.tar.bz2
Source1:	%{name}.desktop
BuildRequires:  python-pygame
BuildRequires:  pythonegg(numpy)
BuildRequires:  desktop-file-utils
Requires:       python-pygame
Requires:       pythonegg(numpy)

BuildArch:      noarch

%description
In Angry, Drunken Dwarves (ADD), you are an angry, drunken dwarf. 
Why are you so angry? Who knows. 
But you've decided to take your aggression out on other
dwarves, by dropping gems on their heads. Lots of gems. 
ADD is a member of the
classic "falling blocks" puzzle game family, 
similar to the Capcom game Puzzle Fighter. 
The goal of the game is to build large 
gems by matching up colors,
then break them, raining more gems 
down onto your opponent. 
The first person whose field fills up, loses.

%files
%doc COPYING README HACKING TODO 
%{_gamesbindir}/%{name}
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man6/%{name}.6*

#----------------------------------------------------------

%prep
%setup -q

%build

%install
%makeinstall PREFIX=%{_prefix} DESTDIR=%{buildroot}

desktop-file-install                    \
  --dir=%{buildroot}%{_datadir}/applications           \
  %{SOURCE1}
  
install -Dm 0644 angrydd.png %{buildroot}%{_datadir}/pixmaps/angrydd.png

%changelog

* Sat Apr 01 2017 abfonly <abfonly@gmail.com> 1.0.1-1
- (0e2d63b) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9515 |14cu|anki-2.0.36-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		anki
Version:	2.0.36
Release:	1
Summary:	Flashcard program for using space repetition learning
Group:		Education
# the file anki-%%{version}/libanki/anki/features/chinese/unihan.db 
# was created out of  Unihan.txt from www.unicode.org (MIT license)
License:	GPLv3+ and MIT
URL:		http://ankisrs.net/
Source0:	http://ankisrs.net/download/mirror/anki-%{version}.tgz
Source1:	anki.svg

# Config change: don't check for new updates.
Patch0:		anki-2.0.8-noupdate.patch

BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(sqlalchemy)
BuildRequires:	desktop-file-utils
BuildRequires:	PyQt4
BuildRequires:	pythonegg(simplejson)

Requires:	qt4-common
Requires:	python-qt4
Requires:	pythonegg(sqlalchemy)
Requires:	pythonegg(simplejson)
Requires:	pythonegg(pysqlite)
Requires:	pythonegg(matplotlib)
Requires:	pygame
Requires:	pythonegg(beautifulsoup)
Requires:	pyaudio
Requires:	sox

BuildArch:	noarch

%description
Anki is a program designed to help you remember facts (such as words
and phrases in a foreign language) as easily, quickly and efficiently
as possible. Anki is based on a theory called spaced repetition.

%prep
rm -f anki.bat
%setup -q
%patch0 -p1 -b .noupdate

%build

%install
mkdir -p %{buildroot}%{_datadir}/%{name}
rm -f aqt/*.noupdate
rm -f aqt/*.fix-browserview
cp -R aqt %{buildroot}%{_datadir}/%{name}/
cp -R designer %{buildroot}%{_datadir}/%{name}/
cp -R anki %{buildroot}%{_datadir}/%{name}/
cp -R locale %{buildroot}%{_datadir}/%{name}/
cp -R thirdparty %{buildroot}%{_datadir}/%{name}/
chmod 644 %{buildroot}%{_datadir}/%{name}/thirdparty/httplib2/{__init__,iri2uri,socks}.py
chmod 644 %{buildroot}%{_datadir}/%{name}/thirdparty/httplib2/cacerts.txt

install -d %{buildroot}%{_bindir}
install -m 755 runanki %{buildroot}%{_bindir}/anki



install -d %{buildroot}%{_datadir}/mime/packages
install -m 644 anki.xml %{buildroot}%{_datadir}/mime/packages

install -d %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/

install -d %{buildroot}%{_mandir}/man1
install -m 644 anki.1 %{buildroot}%{_mandir}/man1/

desktop-file-install \
  --remove-category=KDE \
  --dir %{buildroot}%{_datadir}/applications \
  %{name}.desktop



find %{buildroot} -type f -o -type l|sed '
s:'"%{buildroot}"'::
s:\(.*/share/anki/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:
s:\(.*/share/anki/locale/qt_\)\([^.]\+\)\(\.qm\):%lang(\2) \1\2\3:
s:^\([^%].*\)::
s:%lang(C) ::
/^$/d' > anki.lang

find %{buildroot}/usr/share/anki/locale -type d|sed '
s:'"%{buildroot}"'::
s:\(.*\):%dir \1:' >>anki.lang

rm -fr %{buildroot}%{_datadir}/%{name}/thirdparty/py*


%files -f %{name}.lang
%doc LICENSE.* README*
%{_bindir}/anki
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/thirdparty/
%{_datadir}/%{name}/aqt/
%{_datadir}/%{name}/designer/
%{_datadir}/%{name}/anki/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.*
%{_datadir}/mime/packages/anki.xml
%{_mandir}/man1/%{name}.*

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 2.0.36-1
- (6274bb7) Merge pull request #2 from import/anki:rosa2016.1
- (6274bb7) Updated to 2.0.36



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9516 |14cu|anonftp-3.0-39
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LDSOVER 2
%define LIBCVER %(rpm -q --qf '%%{version}' glibc)
%define LIBNSSVER 2
%define ROOT %{buildroot}%{_var}/ftp/lib

Summary:	A program which enables anonymous FTP access
Name:		anonftp
Version:	3.0
Release:	39
License:	GPLv2+
Group:		System/Servers
Source0:	recompress.c.bz2
BuildRequires:	ash
Requires:	ash
Requires:	setup
Requires(post,preun):	wu-ftpd
AutoReqProv:	0

%description
The anonftp package contains the files you need in order to
allow anonymous FTP access to your machine. Anonymous FTP access allows
anyone to download files from your machine without having a user account.
Anonymous FTP is a popular way of making programs available via the
Internet.

You should install this if you are using wu-ftpd and wish to enable anonymous
downloads from your machine.

%files
%attr(0444,root,root) %config(noreplace) %{_var}/ftp/etc/passwd
%attr(0444,root,root) %config(noreplace) %{_var}/ftp/etc/group
%{_var}/ftp/etc/ld.so.cache
%{_var}/ftp/lib/libc.so.6
%{_var}/ftp/lib/libnsl.so.1
%{_var}/ftp/lib/libc-%{LIBCVER}.so
%{_var}/ftp/lib/ld-linux.so.%{LDSOVER}
%{_var}/ftp/lib/ld-%{LIBCVER}.so
%{_var}/ftp/lib/libnss_files-%{LIBCVER}.so
%{_var}/ftp/lib/libnss_files.so.%{LIBNSSVER}
%{_var}/ftp/lib/libnss_dns-%{LIBCVER}.so
%{_var}/ftp/lib/libnss_dns.so.%{LIBNSSVER}
%{_var}/ftp/lib/libnsl-%{LIBCVER}.so
%{_var}/ftp/lib/libncurses.so.5
%{_var}/ftp/lib/libncurses.so.5.9
%{_var}/ftp/lib/libncursesw.so.5
%{_var}/ftp/lib/libncursesw.so.5.9
%attr(0755,root,root) %dir %{_var}/ftp
%attr(0111,root,root) %dir %{_var}/ftp/bin
%attr(0111,root,root) %dir %{_var}/ftp/etc
%attr(2755,root,ftp) %dir %{_var}/ftp/pub
%dir %{_var}/ftp/lib
%attr(0111,root,root) %{_var}/ftp/bin/ls
%attr(0111,root,root) %{_var}/ftp/bin/recompress
%attr(0111,root,root) %{_var}/ftp/bin/cpio
%attr(0111,root,root) %{_var}/ftp/bin/gzip
%attr(0111,root,root) %{_var}/ftp/bin/tar
%attr(0111,root,root) %{_var}/ftp/bin/zcat
%attr(0111,root,root) %{_var}/ftp/bin/sh

%post
if [ -f /etc/ftpaccess ];then
	if ! grep -q "class.*anonymous.*"  /etc/ftpaccess;then
		cat /etc/ftpaccess | grep -v class > /etc/ftpaccess.mdk
		echo "class all real,guest,anonymous  *" > /etc/ftpaccess
		cat /etc/ftpaccess.mdk >> /etc/ftpaccess
		rm -f /etc/ftpaccess.mdk
	fi
fi

%preun
if [ -f /etc/ftpaccess ];then
	grep -q class  /etc/ftpaccess && grep -v class /etc/ftpaccess > /etc/ftpaccess.mdk
	if [ "$?" = "0" ];then
		mv -f /etc/ftpaccess.mdk /etc/ftpaccess
	fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q -T -c
bzcat %{SOURCE0} > recompress.c

%build
gcc %{optflags} -o recompress recompress.c

%install
mkdir -p %{buildroot}%{_var}/ftp/{pub,etc,bin,lib}

cat > %{buildroot}%{_var}/ftp/etc/passwd <<EOF
root:*:0:0:::
bin:*:1:1:::
operator:*:11:0:::
ftp:*:14:50:::
nobody:*:99:99:::
EOF

cat > %{buildroot}%{_var}/ftp/etc/group <<EOF
root::0:
bin::1:
daemon::2:
sys::3:
adm::4:
ftp::50:
EOF

LIBCSOVER=6
LIBNSLVER=1

cp -fd /etc/ld.so.cache %{buildroot}%{_var}/ftp/etc
cp -fd /%{_lib}/libc.so.$LIBCSOVER /lib/libc-%{LIBCVER}.so %{ROOT}

cp -fd /lib/ld-linux.so.%{LDSOVER} /lib/ld-%{LIBCVER}.so %{ROOT}

cp -fd /%{_lib}/libnss_files-%{LIBCVER}.so /%{_lib}/libnss_files.so.%{LIBNSSVER} %{ROOT}
cp -fd /%{_lib}/libnsl-%{LIBCVER}.so /lib/libnsl.so.$LIBNSLVER %{ROOT}

cp -fd /%{_lib}/libnss_dns-%{LIBCVER}.so /%{_lib}/libnss_dns.so.%{LIBNSSVER} %{ROOT}

cp -fd /%{_lib}/libnss_files-%{LIBCVER}.so %{ROOT}

cp -fd /%{_lib}/libncurses.so.5 %{ROOT}
cp -fd /%{_lib}/libncurses.so.5.9 %{ROOT}
cp -fd /%{_lib}/libncursesw.so.5 %{ROOT}
cp -fd /%{_lib}/libncursesw.so.5.9 %{ROOT}

cp -fd /bin/ls /bin/cpio /bin/gzip /bin/tar %{buildroot}%{_var}/ftp/bin
cp -fd /bin/ash %{buildroot}%{_var}/ftp/bin/sh
ln -sf gzip %{buildroot}%{_var}/ftp/bin/zcat
#cp -fd /usr/bin/compress $RPM_BUILD_ROOT%{_var}/ftp/bin

install -m755 recompress -D %{buildroot}%{_var}/ftp/bin/recompress


%changelog

* Mon May 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0-39
- (032ad61) Prefer ncurses to termcap
- (032ad61) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9517 |14cu|anonymine-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:	CLI minesweeper without guessing
Name:		anonymine	
Version:	0.3.0
Release:	1
License:	BSD
Group:		Games/Puzzles
Url:		https://oskog97.com/projects/anonymine/
Source0:	https://oskog97.com/archive/anonymine/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	python
Requires:	less
Requires:	python

%description
Anonymine is a curses mode minesweeper 
that checks if the fields actually are
solvable without guessing 
and has a few other features.

%files
%doc BUGS ChangeLog LICENSE NEWS README RELEASE-NOTES
%{_gamesbindir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/*/*.png
%{py_platsitedir}/anonymine_*.py
%config(noreplace) %{_sysconfdir}/%{name}/*cfg
/var/%{name}
#------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x 
%make 

%install
%makeinstall_std

rm -fr %{buildroot}%{_libdir}/python3.4
chmod +x %{buildroot}%{py_platsitedir}/anonymine_{solver,fields,engine}.py

desktop-file-install %{buildroot}%{_datadir}/applications/*.desktop \
  --remove-key=Description


%changelog

* Tue Aug 16 2016 abfonly <abfonly@gmail.com> 0.3.0-1
- (183cb43) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9518 |14cu|ansible-2.2.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: ansible
Release: 1
Summary: SSH-based configuration management, deployment, and task execution system
Version: 2.2.1.0
Group: Development/Python
License: GPLv3
Source0: http://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
Url: http://ansibleworks.com
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: PyYAML
Requires: python-paramiko
Requires: python-jinja2
Requires: python-keyczar

%description

Ansible is a radically simple model-driven configuration management,
multi-node deployment, and orchestration engine. Ansible works
over SSH and does not require any software or daemons to be installed
on remote nodes. Extension modules can be written in any language and
are transferred to managed machines automatically.

#%package fireball
#Summary: Ansible fireball transport support
#Group: Development/Libraries
#Requires: %{name} = %{version}-%{release}
#Requires: python-keyczar
#Requires: python-zmq
#
#%description fireball
#
#Ansible can optionally use a 0MQ based transport mechanism, which is
#considerably faster than the standard ssh mechanism when there are
#multiple actions, but requires additional supporting packages.
#
#%package node-fireball
#Summary: Ansible fireball transport - node end support
#Group: Development/Libraries
#Requires: python-keyczar
#Requires: python-zmq
#
#%description node-fireball
#
#Ansible can optionally use a 0MQ based transport mechanism, which has
#additional requirements for nodes to use.  This package includes those
#requirements.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install -O1 --prefix=%{_prefix} --root=%{buildroot}
mkdir -p %{buildroot}/etc/ansible/
cp examples/hosts %{buildroot}/etc/ansible/
cp examples/ansible.cfg %{buildroot}/etc/ansible/
mkdir -p %{buildroot}/%{_mandir}/{man1,man3}/
cp -v docs/man/man1/*.1 %{buildroot}/%{_mandir}/man1/
mkdir -p %{buildroot}/%{_datadir}/ansible

%files
%{py_puresitedir}/ansible*
%{_bindir}/ansible*
%dir %{_datadir}/ansible
#%exclude %{_datadir}/ansible/utilities/fireball
#%exclude %{_mandir}/man3/ansible.fireball.*
%config(noreplace) %{_sysconfdir}/ansible
%doc README.md PKG-INFO COPYING
%doc %{_mandir}/man1/ansible*
#%doc examples/playbooks

#%files fireball
#%{_datadir}/ansible/utilities/fireball
#%doc %{_mandir}/man3/ansible.fireball.*
#
#%files node-fireball
#%doc README.md PKG-INFO COPYING



%changelog

* Tue Mar 14 2017 Stas Fomin <stas-fomin@yandex.ru> 2.2.1.0-1
- (e8d3ae2) 2.2.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9519 |14cu|ant-antunit-1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       antunit

Name:             ant-%{base_name}
Version:          1.3
Release:          1
Summary:          Provide antunit ant task
Group:            Development/Java
License:          ASL 2.0
URL:              http://ant.apache.org/antlibs/%{base_name}/
Source0:          http://www.apache.org/dist/ant/antlibs/%{base_name}/source/apache-%{name}-%{version}-src.tar.bz2
BuildArch:        noarch
ExcludeArch:      ppc64

BuildRequires:    java-devel >= 0:1.6.0
BuildRequires:    jpackage-utils
BuildRequires:    java-rpmbuild
BuildRequires:    junit4
BuildRequires:    ant-junit
BuildRequires:    ant

Requires:         java >= 0:1.6.0
Requires:         jpackage-utils
Requires:         ant

Requires(post):   jpackage-utils
Requires(postun): jpackage-utils


%description
The <antunit> task drives the tests much like <junit> does for JUnit tests.

When called on a build file, the task will start a new Ant project for that
build file and scan for targets with names that start with "test". For each
such target it then will:

   1. Execute the target named setUp, if there is one.
   2. Execute the target itself - if this target depends on other targets the
      normal Ant rules apply and the dependent targets are executed first.
   3. Execute the target names tearDown, if there is one.


%package javadoc
Summary:          Javadoc for %{name}
Group:            Development/Java
Requires:         jpackage-utils

%description javadoc
This package contains the API documentation for %{name}.


%prep
%setup -q -n apache-%{name}-%{version}
mv CONTRIBUTORS CONTRIBUTORS.orig
iconv -f ISO-8859-1 -t UTF-8 CONTRIBUTORS.orig > CONTRIBUTORS
touch -r CONTRIBUTORS.orig CONTRIBUTORS


%build
%ant package


%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -pm 644 build/lib/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 %{name}-%{version}.pom %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap org.apache.ant %{name} %{version} JPP %{name}

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr docs/* %{buildroot}%{_javadocdir}/%{name}/

# OPT_JAR_LIST fragments
mkdir -p %{buildroot}%{_sysconfdir}/%{name}.d
echo "ant/ant-antunit" > %{buildroot}%{_sysconfdir}/%{name}.d/antunit


%post
%update_maven_depmap

%postun
%update_maven_depmap


%files
%doc CONTRIBUTORS NOTICE README README.html WHATSNEW LICENSE
%config(noreplace) %{_sysconfdir}/%{name}.d/antunit
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%doc LICENSE
%{_javadocdir}/%{name}


%changelog

* Thu Nov 19 2015 Denis Silakov <dsilakov@gmail.com> 1.3-1
- (5fe75eb) Added ant-junit BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9520 |14cu|antimicro-2.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical program used to map keyboard buttons and mouse controls to a gamepad
Name:		antimicro
Version:	2.22
Release:	1
License:	GPLv3+
Group:		System/X11
Url:		https://github.com/AntiMicro/antimicro
Source0:	https://github.com/AntiMicro/antimicro/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	qmake5
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)

%description
AntiMicro is a graphical program used to map keyboard keys and mouse controls
to a gamepad. This program is useful for playing PC games using a gamepad that
do not have any form of built-in gamepad support. AntiMicro was inspired by
QJoyPad but has additional features.

%files -f %{name}.lang
%doc Changelog gpl.txt README.md
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/translations/antimicro.qm
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/mime/packages/%{name}.xml
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-qt

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 2.22-1
- (68d272f) Merge pull request #1 from import/antimicro:rosa2016.1
- (68d272f) Updated to 2.22



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9521 |14cu|anyremote-6.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		anyremote
Version:	6.6.1
Release:	1
Summary:	Remote control through bluetooth or IR connection
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://anyremote.sourceforge.net/
Source0:	http://sourceforge.net/projects/anyremote/files/%{name}/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(xtst)
BuildRequires:  pkgconfig(xi)
BuildRequires:  pkgconfig(avahi-core)
BuildRequires:  pkgconfig(avahi-client)


Requires:	bluez
Requires:	irda-utils
Suggests:	kanyremote


%description
The overall goal of this project is to provide wireless remote control program
on Linux through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connection.

anyRemote supports wide range of modern cell phones line Nokia, SonyEricsson,
Motorola and others.

anyRemote was developed as thin "communication" layer between Buetooth
(IR, Wi-Fi) capable phone and Linux, and in principle could be configured to
manage almost any software.

anyRemote could be used with:
* bluetooth connection with java client if cell phone is JSR82 compatible
* Wi-Fi connection with java client if phone supports Wi-Fi
* IR connection with java client if java realization in phone supports access
  to IR port
* ordinary TCP/IP connection with java client, if PC is connectable from
  the Internet
* bluetooth, infrared or cable connection using AT "modem" commands
* web interface
* it supports some of IR remotes supplied with TV tuner cards (like LIRC)
* it has limited support for Bemused clients 

anyRemote is a console application, but in addition there are GUI front ends
for Gnome and KDE.

%files 
%doc NEWS README AUTHORS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.*
#-----------------------------------------------------

%package doc
Summary:	Documentations for anyRemote
Group:		System/Kernel and hardware
Conflicts:	%{name} < 4.14
BuildArch:	noarch

%description doc
Documentation for anyRemote.

%files doc
%doc doc-html/*
#-----------------------------------------------------

%prep
%setup -q
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog

%build
%configure2_5x
%make

%install
%makeinstall_std





%changelog

* Mon May 02 2016 abfonly <abfonly@gmail.com> 6.6.1-1
- (61b7e88) Log: Update to 6.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9522 |14cu|aoetools-37-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Programs to setup ATA over Ethernet device
Name:		aoetools
Group:		System/Kernel and hardware
License:	GPLv2+
Version:	37
Release:	1
Url:		http://sourceforge.net/projects/aoetools/
Source0:	https://github.com/OpenAoE/aoetools/archive/%{name}-%{version}.tar.gz?/%{name}-%{name}-%{version}.tar.gz

%description
The aoetools are programs for users of the ATA over Ethernet (AoE)
network storage protocol, a simple protocol for using storage over
an ethernet LAN.

%prep
%setup -qn %{name}-%{name}-%{version}

%build
%make CFLAGS="%optflags"

%install
%makeinstall_std
# fix attr
chmod 755 %{buildroot}%{_sbindir}/*

%files
%doc HACKING NEWS README
%_sbindir/*
%_mandir/*/*

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 37-1
- (8355bd3) Merge pull request #1 from import/aoetools:rosa2016.1
- (8355bd3) Updated to 37



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9523 |14cu|aoi-3.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ArtOfIllusion
%define pkgver 302
%define debug_package %{nil}

Summary:	3D modelling and rendering studio
Name:		aoi
Version:	3.0.2
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://www.artofillusion.org/
Source0:	https://sourceforge.net/projects/aoi/files/ArtOfIllusion-source/%{version}/aoisrc%{pkgver}.zip
BuildRequires:	ant
BuildRequires:	buoy
BuildRequires:	jama
BuildRequires:	java
BuildRequires:	jogl
Requires:	buoy
Requires:	jama
Requires:	java
Requires:	jogl

%description
Art of Illusion is a free, open source 3D modelling
and rendering studio. Many of its capabilities rival
those found in commercial programs. Highlights include
subdivision surface based modelling tools, skeleton
based animation, and a graphical language for designing
procedural textures and materials

%files
%{_bindir}/%{name}
%{_iconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -qn AoIsrc%{pkgver}

%build
ant -f %{oname}.xml

%install
mkdir -p %{buildroot}{%{_bindir},%{_datadir}/{%{name}/{lib,Plugins/Help,Scripts/{Objects,Startup,Tools}},applications},%{_iconsdir}}
install -Dm0644 %{oname}.jar %{buildroot}%{_datadir}/%{name}/
install -Dm0644 %{oname}/src/artofillusion/Icons/appIcon.png %{buildroot}%{_iconsdir}/%{name}.png
install -Dm0644 lib/* %{buildroot}%{_datadir}/%{name}/lib
install -Dm0644 Plugins/*.* %{buildroot}%{_datadir}/%{name}/Plugins/
install -Dm0644 Plugins/Help/*.* %{buildroot}%{_datadir}/%{name}/Plugins/Help/

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Art Of Illusion
Name[ru]=Art Of Illusion
GenericName=Art Of Illusion
GenericName[ru]=Art Of Illusion
Comment=Design Application
Comment[ru]=Редактор 3D
Exec=%{name}
Icon=%{_iconsdir}/%{name}.png
Terminal=false
Type=Application
StartupNotify=true
MimeType=application/octet-stream;application/ArtOfIllusion;
Categories=Application;Graphics;
EOF

# script start program
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/bash

cd %{_datadir}/%{name}

exec java -Xmx1024m -jar %{oname}.jar

EOF

chmod +x %{buildroot}%{_bindir}/%{name}

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 3.0.2-1
- (210eef1) Merge pull request #5 from import/aoi:rosa2016.1
- (210eef1) Updated to 3.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9524 |14cu|apache-commons-beanutils-1.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       beanutils
%global short_name      commons-%{base_name}

Name:           apache-%{short_name}
Version:        1.9.2
Release:        1
Epoch:			0
Summary:        Methods for accessing and modifying the properties of arbitrary JavaBeans
License:        ASL 2.0
Group:          Development/Java
URL:            http://commons.apache.org/%{base_name}
BuildArch:      noarch
Source0:        http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
# this will not be needed after commons-collections have proper pom
Source1:        %{short_name}.depmap
# JAvadoc fails to build, likely due to stale build.xml
Patch0:		commons-beanutils-1.9.2-no-javadoc.patch

BuildRequires:  apache-commons-logging >= 0:1.0
BuildRequires:  java >= 0:1.6.0
BuildRequires:  jpackage-utils > 0:1.7.2
BuildRequires:  ant
BuildRequires:  java-rpmbuild
#BuildRequires:  maven-plugin-bundle
#BuildRequires:  maven-surefire-maven-plugin
#BuildRequires:  maven-surefire-provider-junit
#BuildRequires:  maven2-plugin-antrun
#BuildRequires:  maven-assembly-plugin
#BuildRequires:  maven-compiler-plugin
#BuildRequires:  maven-idea-plugin
#BuildRequires:  maven-install-plugin
#BuildRequires:  maven-jar-plugin
#BuildRequires:  maven-javadoc-plugin
#BuildRequires:  maven-resources-plugin
#BuildRequires:  maven-site-plugin
#BuildRequires:  apache-commons-collections-testframework
BuildRequires:  apache-commons-collections
Requires:       apache-commons-collections
Requires:       apache-commons-logging >= 0:1.0
Requires(post):    jpackage-utils
Requires(postun):  jpackage-utils
Requires:       java >= 0:1.6.0

%rename jakarta-%{short_name}

%description
The scope of this package is to create a package of Java utility methods
for accessing and modifying the properties of arbitrary JavaBeans.  No
dependencies outside of the JDK are required, so the use of this package
is very lightweight.

%prep
%setup -q -n %{short_name}-%{version}-src
%patch0 -p1
sed -i 's/\r//' *.txt

%build
export LC_ALL=en_US.ISO-8859-1
export CLASSPATH=$(build-classpath commons-collections commons-logging)
%ant -Dbuild.sysclasspath=first dist

#export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
#mkdir -p $MAVEN_REPO_LOCAL
# test failures ignored because they are caused by mock
#mvn -Dmaven2.jpp.depmap.file="%{SOURCE1}" \
#        -Dmaven.test.failure.ignore=true \
#        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
#        install javadoc:javadoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 dist/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
#install -m 644 dist/%{short_name}-bean-collections-%{version}.jar %{buildroot}%{_javadir}/%{name}-bean-collections-%{version}.jar
#install -m 644 dist/%{short_name}-core-%{version}.jar %{buildroot}%{_javadir}/%{name}-core-%{version}.jar

pushd %{buildroot}%{_javadir}
for jar in *-%{version}*; do
    ln -sf ${jar} `echo $jar| sed "s|apache-||g"`
    ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`
    ln -sf ${jar} `echo $jar| sed "s|apache-\(.*\)-%{version}|\1|g"`
done
popd # come back from javadir

install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom

%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}
%add_to_maven_depmap org.apache.commons %{short_name}-core %{version} JPP %{short_name}
%add_to_maven_depmap org.apache.commons %{short_name}-bean-collections %{version} JPP %{short_name}

# following lines are only for backwards compatibility. New packages
# should use proper groupid org.apache.commons and also artifactid
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}
%add_to_maven_depmap %{short_name} %{short_name}-core %{version} JPP %{short_name}
%add_to_maven_depmap %{short_name} %{short_name}-bean-collections %{version} JPP %{short_name}

## javadoc
#install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
#cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
#%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*.jar
%{_mavenpomdir}/*.pom
%{_mavendepmapfragdir}/*

%changelog

* Tue Jul 12 2016 Denis Silakov <dsilakov@gmail.com> 0:1.9.2-1
- (9858845) Updated to 1.9.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9525 |14cu|apache-commons-cli-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       cli
%global short_name      commons-%{base_name}

Name:		apache-%{short_name}
Version:	1.2
Release:	4
Epoch:          0
Summary:	Command Line Interface Library for Java
Group:		Development/Java
License:	ASL 2.0
URL:		http://commons.apache.org/%{base_name}/
Source0:	http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:	m2-repo.tar.gz		
BuildArch:	noarch
BuildRequires:	java-devel >= 0:1.6.0
BuildRequires:	jpackage-utils
BuildRequires:	maven2
BuildRequires:	apache-commons-parent
Requires:	java >= 0:1.6.0
Requires:	jpackage-utils
Requires(post): jpackage-utils
Requires(postun): jpackage-utils
%rename	jakarta-%{short_name}

%description
The CLI library provides a simple and easy to use API for working with the 
command line arguments and options.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	jpackage-utils
%rename	jakarta-%{short_name}-javadoc

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n %{short_name}-%{version}-src
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL
tar -xf %{SOURCE1} -C $MAVEN_REPO_LOCAL

%build

export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
    install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -pm 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|apache-||g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons and also artifactid
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE.txt NOTICE.txt README.txt RELEASE-NOTES.txt
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%doc LICENSE.txt
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.2-4
+ Revision: a25288b
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9526 |14cu|apache-commons-codec-1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name codec
%global short_name commons-%{base_name}

# enable OSGi automatic dep solving
%global _use_internal_dependency_generator 0
%global __find_provides /usr/lib/rpm/osgideps.pl -p
%global __find_requires /usr/lib/rpm/osgideps.pl -r

Name:		apache-%{short_name}
Version:	1.4
Release:	5
Summary:	Implementations of common encoders and decoders
Group:		Development/Java
License:	ASL 2.0
URL:		http://commons.apache.org/%{base_name}/
Source0:	http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:	m2-repo.tar.gz
BuildArch:	noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: jpackage-utils
BuildRequires: maven2
#BuildRequires: maven2-plugin-antrun
#BuildRequires: maven2-plugin-assembly
#BuildRequires: maven2-plugin-compiler
#BuildRequires: maven2-plugin-idea
#BuildRequires: maven2-plugin-install
#BuildRequires: maven2-plugin-jar
#BuildRequires: maven2-plugin-javadoc
#BuildRequires: maven2-plugin-resources
#BuildRequires: maven-doxia-sitetools
#BuildRequires: maven-plugin-bundle
#BuildRequires: maven-surefire-maven-plugin
#BuildRequires: maven-surefire-provider-junit
Requires:      java >= 0:1.6.0
Requires:      jpackage-utils
Requires(post):jpackage-utils
Requires(postun):jpackage-utils

%rename      jakarta-%{short_name}
%rename      %{short_name}

%description
Commons Codec is an attempt to provide definitive implementations of
commonly used encoders and decoders. Examples include Base64, Hex,
Phonetic and URLs.

%package javadoc
Summary:       API documentation for %{name}
Group:         Development/Java
Requires:      jpackage-utils
%rename     jakarta-%{short_name}-javadoc

%description javadoc
%{summary}.

%prep
%setup -q -n %{short_name}-%{version}-src

export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL
tar -xf %{SOURCE1} -C $MAVEN_REPO_LOCAL

sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt

%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
    install javadoc:javadoc

%install

# jars
install -pD -T target/%{short_name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{short_name}.jar
(cd %{buildroot}%{_javadir} && for jar in *; do ln -sf ${jar} `echo $jar| sed "s|%{short_name}|%{name}|g"`; done)

# javadocs
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

# pom
install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :

%files
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES*
%{_mavendepmapfragdir}/*
%{_mavenpomdir}/*
%{_javadir}/*

%files javadoc
%doc LICENSE.txt
%{_javadocdir}/%{name}
%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-5
+ Revision: 52d7053
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9527 |14cu|apache-commons-compress-1.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       compress
%global short_name      commons-%{base_name}

Name:             apache-%{short_name}
Version:          1.8.1
Release:          1
Summary:          Java API for working with tar, zip and bzip2 files
Group:            Development/Java
License:          ASL 2.0
URL:              http://commons.apache.org/%{base_name}/
Source0:          http://archive.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.tar.gz
BuildArch:        noarch

BuildRequires:    java-devel >= 0:1.7.0
BuildRequires:    jpackage-utils
BuildRequires:    apache-commons-parent
Requires:         java >= 0:1.7.0
Requires:         jpackage-utils
Requires(post):   jpackage-utils
Requires(postun): jpackage-utils
%rename           jakarta-%{short_name}

%description
The code in this component came from Avalon's Excalibur, but originally
from Ant, as far as life in Apache goes. The tar package is originally
Tim Endres' public domain package. The bzip2 package is based on the
work done by Keiron Liddle. It has migrated via:
Ant -> Avalon-Excalibur -> Commons-IO -> Commons-Compress.


%package javadoc
Summary:        Javadocs for %{name}
Group:          Development/Java
Requires:       jpackage-utils
%rename         jakarta-%{short_name}-javadoc

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n %{short_name}-%{version}-src

%build
mvn install javadoc:aggregate

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{short_name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}.jar
ln -sf %{name}.jar %{buildroot}%{_javadir}/%{short_name}.jar

# poms
install -d -m 0755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE.txt NOTICE.txt
%{_javadir}/*
%{_mavenpomdir}/JPP-%{short_name}.pom
%{_mavendepmapfragdir}/*

%files javadoc
%doc LICENSE.txt NOTICE.txt
%doc %{_javadocdir}/%{name}

%changelog
* Mon Nov 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.1-1
+ Revision: 31dc178
- Updated to 1.8.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9528 |14cu|apache-commons-configuration-1.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       configuration
%global short_name      commons-%{base_name}

Name:           apache-%{short_name}
Version:        1.10
Release:        2
Epoch:          0
Summary:        Commons Configuration Package
Group:          Development/Java
License:        ASL 2.0
URL:            http://commons.apache.org/%{base_name}/
Source0:        http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Patch1:         0002-Remove-test-deps.patch
BuildArch:      noarch

BuildRequires:  java-devel
BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  maven-doxia-sitetools
#BuildRequires:  maven-plugin-bundle
BuildRequires:  maven-surefire-maven-plugin
BuildRequires:  maven-surefire-provider-junit
#BuildRequires:  maven2-plugin-antrun
BuildRequires:  maven-assembly-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-idea-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven2

BuildRequires:  xalan-j2
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-apis
BuildRequires:  apache-commons-beanutils
BuildRequires:  apache-commons-codec
BuildRequires:  apache-commons-lang
BuildRequires:  apache-commons-logging
BuildRequires:  apache-commons-collections
BuildRequires:  apache-commons-dbcp
BuildRequires:  apache-commons-digester
#BuildRequires:  apache-commons-jxpath
BuildRequires:  apache-commons-pool
BuildRequires:  servlet6
#BuildRequires:  tomcat

Requires:  servlet6
Requires:  apache-commons-beanutils
Requires:  apache-commons-codec
#Requires:  apache-commons-jxpath
Requires:  apache-commons-lang
Requires:  apache-commons-logging
Requires:  apache-commons-collections
Requires:  apache-commons-dbcp
Requires:  apache-commons-digester
Requires:  apache-commons-pool
Requires:  xerces-j2
Requires:  xml-commons-apis

Requires(post):   jpackage-utils >= 1.7.2
Requires(postun): jpackage-utils >= 1.7.2

%rename jakarta-%{short_name}

%description
Configuration is a project to provide a generic Configuration
interface and allow the source of the values to vary. It
provides easy typed access to single, as well as lists of
configuration values based on a 'key'.
Right now you can load properties from a simple properties
file, a properties file in a jar, an XML file, JNDI settings,
as well as use a mix of different sources using a
ConfigurationFactory and CompositeConfiguration.
Custom configuration objects are very easy to create now
by just subclassing AbstractConfiguration. This works
similar to how AbstractList works.

%package        javadoc
Summary:        API documentation for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%rename jakarta-%{short_name}-javadoc

%description    javadoc
%{summary}.


%prep
%setup -q -n %{short_name}-%{version}-src
# % patch1 -p1
%{__sed} -i 's/\r//' LICENSE.txt

%build
# we skip tests because we don't have test deps
mvn \
	-Dmaven.test.skip=true \
	install javadoc:javadoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
ln -sf %{name}.jar %{buildroot}%{_javadir}/%{short_name}.jar

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

# Install pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}/%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons and also artifactid
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_mavendepmapfragdir}/*
%{_mavenpomdir}/JPP-%{short_name}.pom
%doc LICENSE.txt
%{_javadir}/*.jar

%files javadoc
%doc LICENSE.txt
%doc %{_javadocdir}/%{name}

%changelog

* Fri Mar 25 2016 Denis Silakov <dsilakov@gmail.com> 0:1.10-2
- (00f0366) Switch to newer servlet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9529 |14cu|apache-commons-digester-1.8.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name digester
%global short_name commons-%{base_name}

Name:          apache-%{short_name}
Version:       1.8.1
Release:       12
Epoch:         1
Summary:       XML to Java object mapping module
Group:         Development/Java
License:       ASL 2.0
URL:           http://commons.apache.org/%{base_name}/
Source0:       http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Patch0:		commons-digester-1.8.1-disable-tests.patch
BuildArch:     noarch
BuildRequires: java-devel
BuildRequires: java-rpmbuild
BuildRequires: ant
BuildRequires: jpackage-utils
BuildRequires: apache-commons-beanutils >= 1.8
BuildRequires: apache-commons-logging >= 1.1.1
#BuildRequires: maven2-plugin-antrun
#BuildRequires: maven-assembly-plugin
#BuildRequires: maven-compiler-plugin
#BuildRequires: maven-idea-plugin
#BuildRequires: maven-install-plugin
#BuildRequires: maven-jar-plugin
#BuildRequires: maven-javadoc-plugin
#BuildRequires: maven-resources-plugin
#BuildRequires: maven-doxia-sitetools
#BuildRequires: maven-plugin-bundle
#BuildRequires: maven-surefire-maven-plugin
#BuildRequires: maven-surefire-provider-junit
Requires:      java
Requires:      jpackage-utils
Requires(post):jpackage-utils
Requires(postun):jpackage-utils
Requires:      apache-commons-beanutils >= 1.8
Requires:      apache-commons-logging >= 1.1.1

%rename jakarta-%{short_name}

%description
Many projects read XML configuration files to provide initialization of
various Java objects within the system. There are several ways of doing this,
and the Digester component was designed to provide a common implementation
that can be used in many different projects

%package javadoc
Summary:       API documentation for %{name}
Group:         Development/Java
Requires:      jpackage-utils
%rename jakarta-%{short_name}-javadoc

%description javadoc
%{summary}.

%prep
%setup -q -n %{short_name}-%{version}-src
%apply_patches

sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt

%build
export CLASSPATH=%(build-classpath commons-logging commons-beanutils)
%ant dist

#export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
#mkdir -p $MAVEN_REPO_LOCAL

#mvn -Dmaven.compile.source=1.7 -Dmaven.compile.target=1.7 \
#  -Dmaven.repo.local=$MAVEN_REPO_LOCAL install javadoc:javadoc

%install
# jars
install -pD -T dist/%{short_name}.jar \
  %{buildroot}%{_javadir}/%{short_name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|%{short_name}|%{name}|g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadocs
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# pom
install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES*
%{_mavendepmapfragdir}/*
%{_mavenpomdir}/*
%{_javadir}/*

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.8.1-12
+ Revision: 4018820
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9530 |14cu|apache-commons-el-1.0-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       el
%global short_name      commons-%{base_name}


Name:           apache-%{short_name}
Version:        1.0
Release:        25
Summary:        The Apache Commons Extension Language
License:        ASL 1.1
Group:          Development/Java
URL:            http://commons.apache.org/%{base_name}
BuildArch:      noarch
Source0:        http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:        http://repo1.maven.org/maven2/%{short_name}/%{short_name}/%{version}/%{short_name}-%{version}.pom
Patch0:         %{short_name}-%{version}-license.patch
Patch1:         %{short_name}-eclipse-manifest.patch
Patch2:         %{short_name}-enum.patch
Requires(post): jpackage-utils
Requires(postun): jpackage-utils
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  ant
BuildRequires:  jsp
BuildRequires:  servlet6
BuildRequires:  junit
BuildRequires:  java-1.8.0-openjdk-devel
BuildRequires:  java-rpmbuild

%rename       jakarta-%{short_name}

%description
An implementation of standard interfaces and abstract classes for
javax.servlet.jsp.el which is part of the JSP 2.0 specification.

%package        javadoc
Summary:        API documentation for %{name}
Group:          Development/Java
Requires:       jpackage-utils
%rename       jakarta-%{short_name}-javadoc

%description    javadoc
%{summary}.


%prep
%setup -q -n %{short_name}-%{version}-src
%patch0 -p1 -b .license
%patch1 -p1
%patch2 -p1

# remove all precompiled stuff
find . -type f -name "*.jar" -exec rm -f {} \;

cat > build.properties <<EOBP
build.compiler=modern
junit.jar=$(build-classpath junit)
servlet-api.jar=$(build-classpath tomcat-servlet-api)
jsp-api.jar=$(build-classpath tomcat-jsp-api)
servletapi.build.notrequired=true
jspapi.build.notrequired=true
EOBP

find . -iname 'ELParser.java' -exec sed -i 's:enum:enum1:g' \{\} \;

%build
export CLASSPATH=
export OPT_JAR_LIST=:
ant \
  -Dfinal.name=%{short_name} \
  -Dj2se.javadoc=%{_javadocdir}/java \
  jar javadoc


%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 dist/%{short_name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
pushd %{buildroot}%{_javadir}
for jar in *-%{version}*; do
    ln -sf ${jar} `echo $jar| sed "s|apache-||g"`
    ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`
    ln -sf ${jar} `echo $jar| sed "s|apache-\(.*\)-%{version}|\1|g"`
done
popd # come back from javadir

# pom
install -pD -T -m 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons
%add_to_maven_depmap commons-el commons-el %{version} JPP %{short_name}

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}



%clean

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%doc LICENSE.txt STATUS.html
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%{_javadir}/%{short_name}-%{version}.jar
%{_javadir}/%{short_name}.jar
%{_mavenpomdir}/JPP-%{short_name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%defattr(-,root,root,-)
%doc LICENSE.txt
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}



%changelog

* Fri Mar 25 2016 Denis Silakov <dsilakov@gmail.com> 1.0-25
- (09d20b2) Switch to newer servlet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9531 |14cu|apache-commons-exec-1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name exec
%global short_name commons-%{base_name}

Name:           apache-commons-exec
Version:        1.3
Release:        1
Summary:        Java library to reliably execute external processes from within the JVM

Group:          Development/Java
License:        ASL 2.0
URL:            http://commons.apache.org/exec/
Source0:        http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Patch0:		commons-exec-1.3-src-target-version.patch

BuildRequires:  iputils
BuildRequires:  java-devel >= 1:1.6.0
BuildRequires:  jpackage-utils
BuildRequires:  java-rpmbuild
BuildRequires:  ant
#BuildRequires:  maven2
#BuildRequires:  maven-install-plugin
#BuildRequires:  maven-invoker-plugin
Requires:       java-headless >= 1:1.6.0
Requires:       jpackage-utils
BuildArch:      noarch

%description
Commons Exec is a library for dealing with external process execution and
environment management in Java.

%prep
%setup -q -n %{short_name}-%{version}-src
%apply_patches

# Fix wrong end-of-line encoding
for file in LICENSE.txt NOTICE.txt RELEASE-NOTES.txt STATUS; do
  sed -i.orig "s/\r//" $file && \
  touch -r $file.orig $file && \
  rm $file.orig
done

# Shell scripts used for unit tests must be executable (see
# http://commons.apache.org/exec/faq.html#environment-testing)
chmod a+x src/test/scripts/*.sh

# Skip Exec57Test (it is unstable), see rhbz#1202260
find -name Exec57Test.java -delete
find -name Exec60Test.java -delete

%build
%ant jar

%install
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar

pushd %{buildroot}%{_javadir}
for jar in *-%{version}*; do
    ln -sf ${jar} `echo $jar| sed "s|apache-||g"`
    ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`
    ln -sf ${jar} `echo $jar| sed "s|apache-\(.*\)-%{version}|\1|g"`
done
popd # come back from javadir

%files
%doc LICENSE.txt NOTICE.txt STATUS RELEASE-NOTES.txt
%{_javadir}/*

%changelog

* Sat Apr 09 2016 Denis Silakov <dsilakov@gmail.com> 1.3-1
- (1382c3b) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9532 |14cu|apache-commons-fileupload-1.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name fileupload
%define short_name commons-%{base_name}
%define section free

Name:           apache-%{short_name}
Epoch:          1
Version:        1.3.1
Release:        2
Summary:        Jakarta Commons Fileupload Package

Group:          Development/Java
License:        Apache License
URL:            http://commons.apache.org/%{base_name}/
Source0:        http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Patch0:         %{name}-build_xml.patch

BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  dos2unix
BuildRequires:  jakarta-commons-io
BuildRequires:  junit4 >= 0:3.8.1
BuildRequires:  portlet-1.0-api
BuildRequires:  servlet3
BuildArch:      noarch
Requires:       servlet3
Provides:       %{short_name}
%rename jakarta-%{short_name}

%description
The javax.servlet package lacks support for rfc 1867, html file
upload.  This package provides a simple to use api for working with
such data.  The scope of this package is to create a package of Java
utility classes to read multipart/form-data within a
javax.servlet.http.HttpServletRequest

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{short_name}-%{version}-src
dos2unix build.xml
%patch0 -b .build.xml

%build
export CLASSPATH="$(build-classpath commons-io junit4 portlet-1.0-api \
    tomcat-servlet-api):${PWD}/target/classes:${PWD}/target/test-classes"

# Tests are broken since depend on old servlet 2.4 api
%{ant} \
    -Dbuild.sysclasspath=only \
    -Dfinal.name=%{name}-%{version} \
    -Dmaven.test.skip=true \
    jar javadoc

%install

# jars
%{__mkdir} -p %{buildroot}%{_javadir}
cp -p target/%{name}-%{version}.jar %{buildroot}%{_javadir}
(
    cd %{buildroot}%{_javadir} && \
    for jar in *-%{version}*; do
        %{__ln_s} -f ${jar} `echo $jar | %{__sed} "s|apache-||g"`
    done
)
(
    cd %{buildroot}%{_javadir} && \
    for jar in *-%{version}*; do
        %{__ln_s} -f ${jar} `echo $jar | %{__sed} "s|-%{version}||g"`
    done
)
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

# javadoc
%{__mkdir} -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -m 644 pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP-%{short_name}.pom

# fix end-of-line
%{__perl} -pi -e 's/\r$//g' *.txt

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt NOTICE.txt
%{_javadir}/*
%{_datadir}/maven2
%{_mavendepmapfragdir}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog

* Wed May 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.3.1-2
- (74c6742) Updated to 1.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9533 |14cu|apache-commons-io-2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name   io
%global short_name  commons-%{base_name}

Name:		apache-%{short_name}
Version:	2.4
Release:	2
Epoch:		0
Summary:	Utilities to assist with developing IO functionality
License:	ASL 2.0
Group:  	Development/Java
URL:		http://commons.apache.org/%{base_name}
Source0:	http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:	m2-repo.tar.gz
BuildArch:	noarch
BuildRequires:	java-devel >= 0:1.6.0
BuildRequires:	jpackage-utils
BuildRequires:	junit4
BuildRequires:	maven2
BuildRequires:	maven-surefire-provider-junit
BuildRequires:	apache-commons-parent
Requires:	java >= 0:1.6.0
Requires:	jpackage-utils
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

%rename	jakarta-%{short_name}

%description
Commons-IO contains utility classes, stream implementations,
file filters, and endian classes. It is a library of utilities
to assist with developing IO functionality.

%package javadoc
Summary:	API documentation for %{name}
Group:		Development/Java
Requires:	jpackage-utils

%rename	jakarta-%{short_name}-javadoc

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n %{short_name}-%{version}-src
sed -i 's/\r//' *.txt
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL
tar -xf %{SOURCE1} -C $MAVEN_REPO_LOCAL

%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn-jpp -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
    install javadoc:javadoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
ln -sf %{name}.jar %{buildroot}%{_javadir}/%{short_name}.jar

# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
%{_javadir}/*.jar
%{_mavenpomdir}/JPP-%{short_name}.pom
%{_mavendepmapfragdir}/*

%files javadoc
%doc LICENSE.txt NOTICE.txt
%doc %{_javadocdir}/%{name}

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.4-2
+ Revision: 8195e10
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9534 |14cu|apache-commons-lang-2.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       lang
%global short_name      commons-%{base_name}

%bcond_with maven

Name:           apache-%{short_name}
Version:        2.6
Release:        7
Epoch:          1
Summary:        Provides a host of helper utilities for the java.lang API
License:        ASL 2.0
Group:          Development/Java
URL:            http://commons.apache.org/%{base_name}
Source0:        http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Patch0:         0001-Make-source-version-1.3.patch
BuildArch:      noarch
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  apache-commons-parent
%if %{with maven}
BuildRequires:  maven2
BuildRequires:  maven-site-plugin
%else
BuildRequires:	ant
BuildRequires:	java-rpmbuild
%endif

Requires:       java >= 0:1.6.0
Requires:       jpackage-utils >= 0:1.6
Requires(post):    jpackage-utils
Requires(postun):  jpackage-utils

%rename       jakarta-commons-lang
Provides:     commons-lang

%description
The standard Java libraries fail to provide enough methods for
manipulation of its core classes. The Commons Lang Component provides
these extra methods.
The Commons Lang Component provides a host of helper utilities for the
java.lang API, notably String manipulation methods, basic numerical
methods, object reflection, creation and serialization, and System
properties. Additionally it contains an inheritable enum type, an
exception structure that supports multiple types of nested-Exceptions
and a series of utilities dedicated to help with building methods, such
as hashCode, toString and equals.

%package        javadoc
Summary:        API documentation for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%rename      jakarta-%{short_name}-javadoc

%description    javadoc
%{summary}.

%prep
%setup -q -n %{short_name}-%{version}-src
%patch0 -p1
sed -i 's/\r//' *.txt

%build
%if %{with maven}
mvn-jpp install javadoc:javadoc
%else
%ant jar javadoc
%endif

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
ln -sf %{name}.jar %{buildroot}%{_javadir}/%{short_name}.jar

%if %{with maven}
# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons and also artifactid
%add_to_maven_depmap %{base_name} %{base_name} %{version} JPP %{short_name}

# Old depmap was wrong and this surfaced as a problem when building
# other packages
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}
%endif

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
%if %{with maven}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
%else
cp -pr target/apidocs/* %{buildroot}%{_javadocdir}/%{name}
%endif

%if %{with maven}
%post
%update_maven_depmap

%postun
%update_maven_depmap
%endif

%files
%doc PROPOSAL.html LICENSE.txt RELEASE-NOTES.txt NOTICE.txt
%{_javadir}/*
%if %{with maven}
%{_mavenpomdir}/JPP-%{short_name}.pom
%{_mavendepmapfragdir}/*
%endif

%files javadoc
%doc LICENSE.txt NOTICE.txt
%doc %{_javadocdir}/%{name}

%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.6-7
+ Revision: 4fc937e
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9535 |14cu|apache-commons-validator-1.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       validator
%global short_name      commons-%{base_name}

Name:             apache-%{short_name}
Version:          1.4.0
Release:          1
Epoch:            1
Summary:          Apache Commons Validator
Group:            Development/Java
License:          ASL 2.0
URL:              http://commons.apache.org/%{base_name}/
Source0:          http://www.apache.org/dist/commons/validator/source/commons-validator-1.4.0-src.tar.gz
BuildArch:        noarch

BuildRequires:    java-devel >= 0:1.6.0
BuildRequires:    jpackage-utils
BuildRequires:    ant
BuildRequires:    apache-commons-beanutils
BuildRequires:    apache-commons-digester
BuildRequires:    apache-commons-logging
BuildRequires:    oro
BuildRequires:    junit
BuildRequires:    locales-en
Requires:         apache-commons-beanutils
Requires:         apache-commons-digester
Requires:         apache-commons-logging
Requires:         oro
Requires:         java >= 0:1.6.0
Requires:         jpackage-utils
Requires(post):   jpackage-utils
Requires(postun): jpackage-utils

%rename jakarta-%{short_name}

%description
A common issue when receiving data either electronically or from user input is 
verifying the integrity of the data. This work is repetitive and becomes even 
more complicated when different sets of validation rules need to be applied to 
the same set of data based on locale for example. Error messages may also vary 
by locale. This package attempts to address some of these issues and speed 
development and maintenance of validation rules.

%package javadoc
Summary:          Javadoc for %{name}
Group:            Development/Java
Requires:         jpackage-utils
%rename jakarta-%{short_name}-javadoc

%prep
%setup -q -n %{short_name}-%{version}-src
sed -i 's/\r//' LICENSE.txt
sed -i 's/\r//' RELEASE-NOTES.txt
sed -i 's/\r//' NOTICE.txt

%build
# TODO: Use Maven for building as soon as upstream provides proper build.xml. 
#       Currently upstream build.xml uses antrun plugin to build, so downloads 
#       during build process can't be prohibited.
export LC_ALL=en_US.ISO-8859-1

export CLASSPATH=$(build-classpath \
                   apache-commons-logging \
                   apache-commons-digester \
                   apache-commons-beanutils \
                   junit \
                   oro )

ant -Dskip.download=true -Dbuild.sysclasspath=first dist

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -pm 644 dist/%{short_name}-%{version}*.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|apache-||g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

%files
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
%{_javadir}/*


%changelog

* Fri May 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.4.0-1
- (49fe443) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9536 |14cu|apache-ivy-2.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           apache-ivy
Version:        2.4.0
Release:        1
Summary:        Java-based dependency manager

Group:          Development/Java
License:        ASL 2.0
URL:            http://ant.apache.org/ivy/
Source0:        http://www.apache.org/dist/ant/ivy/%{version}/%{name}-%{version}-src.tar.gz
Patch1:         port-to-bc-1.52.patch
BuildArch:      noarch

Provides:       ivy = %{version}-%{release}

BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  bouncycastle
BuildRequires:  commons-httpclient
BuildRequires:  jsch
BuildRequires:  oro
BuildRequires:  java-devel >= 1.5
BuildRequires:  jpackage-utils
BuildRequires:  java-rpmbuild
Requires:       jpackage-utils

%description
Apache Ivy is a tool for managing (recording, tracking, resolving and
reporting) project dependencies.  It is designed as process agnostic and is
not tied to any methodology or structure. while available as a standalone
tool, Apache Ivy works particularly well with Apache Ant providing a number
of powerful Ant tasks ranging from dependency resolution to dependency
reporting and publication.


%package javadoc
Summary:        API Documentation for ivy
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}

%description javadoc
JavaDoc documentation for %{name}


%prep
%setup -q
%apply_patches

# Fix messed-up encodings
for F in README LICENSE NOTICE
do
        sed 's/\r//' $F |iconv -f iso8859-1 -t utf8 >$F.utf8
        touch -r $F $F.utf8
        mv $F.utf8 $F
done

# ant-trax has been obsoleted, use main ant package
sed -i s/ant-trax/ant/ ivy.xml

# Fedora bouncycastle packages provide -jdk16 artifacts only
sed -i /bouncycastle/s/jdk14/jdk16/ ivy.xml

%build
# Remove prebuilt documentation
rm -rf doc build/doc

# How to properly disable a plugin?
# we disable vfs plugin since commons-vfs is not available
rm -rf src/java/org/apache/ivy/plugins/repository/vfs \
        src/java/org/apache/ivy/plugins/resolver/VfsResolver.java
sed '/vfs.*=.*org.apache.ivy.plugins.resolver.VfsResolver/d' -i \
        src/java/org/apache/ivy/core/settings/typedef.properties

# Craft class path
mkdir -p lib
build-jar-repository lib ant ant/ant-nodeps commons-httpclient oro jsch bcprov

# Build
#ant /localivy /offline jar javadoc

%ant -Divy.mode=local -Dtarget.ivy.bundle.version=%{version} -Dtarget.ivy.bundle.version.qualifier= -Dtarget.ivy.version=%{version} jar javadoc 
#publish-local

%install

# Code
install -d %{buildroot}%{_javadir}
install -p -m644 build/artifact/jars/ivy.jar %{buildroot}%{_javadir}/ivy-%{version}.jar
ln -sf ivy-%{version}.jar %{buildroot}%{_javadir}/ivy.jar

# API Documentation
install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -rp build/doc/reports/api/. %{buildroot}%{_javadocdir}/%{name}-%{version}


%files
%{_javadir}/*
%doc LICENSE NOTICE README

%files javadoc
%{_javadocdir}/*


%changelog

* Sat Mar 19 2016 Denis Silakov <dsilakov@gmail.com> 2.4.0-1
- (3d42a15) Added java-rpmbuild BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9537 |14cu|apache-jmeter-3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jmeter
%define jdk %{_prefix}/lib/jvm/java-openjdk

Summary:	JMeter for testing Web Applications
Name:		apache-%{oname}
Version:	3.0
Release:	1
License:	ASL2.0
Group:		Development/Other
Url:		http://jmeter.apache.org/
Source:		%{name}-%{version}_src.tgz
Source1:	apache_logo.png
BuildRequires:	ant
BuildRequires:	imagemagick
BuildRequires:	java-devel
Requires:	java >= 1.6
BuildArch:	noarch

%description
Apache JMeter may be used to test performance both
on static and dynamic resources (Webservices (SOAP/REST),
Web dynamic languages - PHP, Java, ASP.NET, Files, etc. -,
Java Objects, Data Bases and Queries, FTP Servers and more).
It can be used to simulate a heavy load on a server,
group of servers, network or object to test its strength
or to analyze overall performance under different load types.
You can use it to make a graphical analysis of performance
or to test your server/script/object behavior under
heavy concurrent load.

%files
%doc README LICENSE
%{_bindir}/%{oname}
%{_datadir}/%{oname}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
ant download_jars
JAVA_HOME=%{jdk} ant

%install
#ant install
mkdir -p %{buildroot}%{_datadir}/%{oname}/lib
mkdir -p %{buildroot}%{_datadir}/%{oname}/bin
mkdir -p %{buildroot}%{_datadir}/%{oname}/bin/examples
mkdir -p %{buildroot}%{_datadir}/%{oname}/bin/templates
mkdir -p %{buildroot}%{_datadir}/%{oname}/bin/testfiles

cp -r lib/* %{buildroot}%{_datadir}/%{oname}/lib

install -Dm0755 bin/%{oname}		%{buildroot}%{_datadir}/%{oname}/bin/
install -Dm0755 bin/*server		%{buildroot}%{_datadir}/%{oname}/bin/
install -Dm0755 bin/*.sh		%{buildroot}%{_datadir}/%{oname}/bin/
install -Dm0644 bin/*.properties	%{buildroot}%{_datadir}/%{oname}/bin/
install -Dm0644 bin/*.conf		%{buildroot}%{_datadir}/%{oname}/bin/
install -Dm0644 bin/ApacheJMeter.jar	%{buildroot}%{_datadir}/%{oname}/bin/
install -Dm0644 bin/*.xml		%{buildroot}%{_datadir}/%{oname}/bin/
install -Dm0644 bin/*.parameters	%{buildroot}%{_datadir}/%{oname}/bin/
install -Dm0644 bin/*.bshrc		%{buildroot}%{_datadir}/%{oname}/bin/

cp -r bin/examples/*			%{buildroot}%{_datadir}/%{oname}/bin/examples/
cp -r bin/templates/*			%{buildroot}%{_datadir}/%{oname}/bin/templates/
cp -r bin/testfiles/*			%{buildroot}%{_datadir}/%{oname}/bin/testfiles/

# install menu icons
for N in 16 32 48 64 128;
do
convert %{SOURCE1} -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

# menu-entry
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Apache JMeter
Name[ru]=Apache JMeter
GenericName=Apache JMeter
GenericName[ru]=Apache JMeter
Comment=QA and testing application
Comment[ru]=Программа для QA
Exec=%{oname}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Application;
EOF

mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
ln -sf ../..%{_datadir}/%{oname}/bin/%{oname} %{oname}
popd


%changelog

* Fri Aug 26 2016 Rosa <rosa@abf.rosalinux.ru> 3.0-1
- (877d0f2) Automatic import for version 3.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9538 |14cu|apache-mod_activex_filter-0.2b-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_activex_filter
%define mod_conf A17_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module that filter ActiveX on a proxy
Name:		apache-%{mod_name}
Version:	0.2b
Release:	18
Epoch:		1
Group:		System/Servers
License:	Apache License
URL:		http://brice.free.fr
Source0:	mod_activex_%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		mod_activex_0.2-apx1.diff
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
Requires:	apache-mod_proxy

%description
It's only a simple hack of mod_case_filter to get a way to filter
ActiveX on a proxy. Actualy, the only way to filter ActiveX if
your proxy is unable to do it is to use a TIS module chained with
your proxy. But the TIS is only capable of doing HTTP/1.0. If you
need real performances, you'll want to use HTTP/1.1.

%prep
%setup -q -n mod_activex_0.2
%patch0 -p0

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
mv activex_filter/mod_activex_filter.c .
apxs -c mod_activex_filter.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}


%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.2b-18
- (6a08015) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9539 |14cu|apache-mod_annodex-0.2.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_annodex
%define mod_conf A87_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module for server-side support of annodex media
Name:		apache-%{mod_name}
Version:	0.2.2
Release:	14
Group:		System/Servers
License:	Apache License
URL:		http://www.annodex.net/
Source:		http://www.annodex.net/software/mod_annodex/download/%{mod_name}-ap20-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	libannodex-devel
BuildRequires:	libcmml-devel >= 0.8
BuildRequires:	libogg-devel
BuildRequires:	pkgconfig

%description
mod_annodex provides full support for Annodex.net media. For more details about
annodex format, see http://www.annodex.net/

mod_annodex is a handler for type application/x-annodex. It provides the
following features:

        * dynamic generation of Annodex media from CMML files.

        * handling of timed query offsets, such as

          http://media.example.com/fish.anx?t=npt:01:20.8
        or
          http://media.example.com/fish.anx?id=Preparation

        * dynamic retrieval of CMML summaries, if the Accept: header
          prefers type text/x-cmml over application/x-annodex.

%prep

%setup -q -n %{mod_name}-ap20-%{version}

%build

%{_bindir}/apxs -c %{mod_name}.c `pkg-config annodex cmml --cflags --libs`

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc LICENSE README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-14
- (c5f54d6) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9540 |14cu|apache-mod_antispam-1.0-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_antispam
%define mod_conf A41_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module which can control referer spam
Name:		apache-%{mod_name}
Version:	1.0
Release:	19
Group:		System/Servers
License:	Apache License
URL:		http://bluecoara.net/item44/cat9.html
Source0:	http://bluecoara.net/download/mod_antispam/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		mod_antispam-1.0-apache220.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= 2.2.0
Requires(pre):  apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:  apache-devel >= 2.2.0

%description
mod_antispam is an Apache-2/Apache-2.1 module that can control
spam access. By using white/black lists, you can allow/deny
clients that have invalid HTTP_REFERER. In future versions, DNSBL
and BerkeleyDB will be supported.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

%build
%{_bindir}/apxs -DDEBUG -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}/var/log/httpd

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

touch %{buildroot}/var/log/httpd/antispam.white
touch %{buildroot}/var/log/httpd/antispam.black
touch %{buildroot}/var/log/httpd/antispam.black.auto
touch %{buildroot}/var/log/httpd/antispam.white.auto

%files
%doc AUTHORS CHANGES INSTALL README TODO httpd.conf.sample
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
# this is prone to change later, leave as is for now
%attr(0644,apache,apache) %config(noreplace) /var/log/httpd/antispam.white
%attr(0644,apache,apache) %config(noreplace) /var/log/httpd/antispam.black
%attr(0644,apache,apache) %config(noreplace) /var/log/httpd/antispam.black.auto
%attr(0644,apache,apache) %config(noreplace) /var/log/httpd/antispam.white.auto



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-19
- (42c60d3) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9541 |14cu|apache-mod_apparmor-2.3-1.907.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rev 907

%define major 1
%define libname %mklibname apparmor %{major}
%define develname %mklibname apparmor -d

Summary:	Fine-grained AppArmor confinement for apache
Name:		apache-mod_apparmor
Version:	2.3
Release:	1.%{rev}.9
License:	LGPL
Group:		System/Servers
URL:		http://forge.novell.com/modules/xfmod/project/?apparmor
Source0:	apache2-mod_apparmor-%{version}-%{rev}.tar.gz
Source1:        B15_mod_apparmor.conf
BuildRequires:  apache-devel
BuildRequires:  libapparmor-devel

%description
AppArmor is a security framework that proactively protects the operating system
and applications.

apache-mod_apparmor adds support to apache to provide AppArmor confinement
to individual cgi scripts handled by apache modules like mod_php and mod_perl.
This package is part of a suite of tools that used to be named SubDomain.

%prep
%setup -q -n apache2-mod_apparmor-%{version}

%build
%serverbuild

#%make   LIBAPPARMOR_FLAGS="-L../libapparmor/src/.libs -lapparmor -I../libapparmor/src" \
#        TESTBUILDDIR=$(pwd)

%make TESTBUILDDIR=$(pwd)


%install

%makeinstall_std APXS_INSTALL_DIR=%{_libdir}/apache-extramodules
mkdir -p %{buildroot}%{_sysconfdir}/httpd/modules.d
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/modules.d/
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/*conf

%files
%doc COPYING.LGPL
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/B15_mod_apparmor.conf
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_apparmor.so
%attr(0644,root,root) %{_mandir}/man8/mod_apparmor.8*




%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3-1.907.9
- (aa52372) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9542 |14cu|apache-mod_auth_cert-0.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.8
%define mod_name mod_auth_cert
%define mod_conf B40_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Maps the Subject DN of a X509 client certificate to a username
Name:		apache-%{mod_name}
Version:	0.3
Release:	11
Group:		System/Servers
License:	GPL
URL:		http://sourceforge.net/projects/mod-auth-cert/
Source0:	http://dfn.dl.sourceforge.net/sourceforge/mod-auth-cert/%{mod_name}-%{version}.tgz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	dos2unix

%description
mod_auth_cert is an authentication module for the Apache 1.3.x/2.x server. It
can be used to map the Subject DN of a X509 client certificate to a username.
The module can be combined with other authentication modules.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

find -type f -exec dos2unix {} \;

%build

%{_bindir}/apxs -c %{mod_name}.c
        
%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc LICENSE README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-11
- (144123c) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9543 |14cu|apache-mod_auth_certificate-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_certificate
%define mod_conf B56_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	 A client certificate authentication module for apache
Name:		apache-%{mod_name}
Version:	0.3
Release: 	6
Group:		System/Servers
License:	Apache License
URL:		http://sourceforge.net/projects/modauthcertific/
Source0:	http://sunet.dl.sourceforge.net/project/modauthcertific/mod_auth_certificate/mod_auth_certificate-%{version}/mod_auth_certificate-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires(pre):	apache-mod_ssl >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
Requires:	apache-mod_ssl >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	openssl-devel

%description
mod_auth_certificate is an authentication module for the Apache 2.x server. It
adds the capability to forward usernames returned by mod_ssl to authorization
modules or providers as the are called since >= 2.2.x.

%prep

%setup -q -n %{mod_name}-%{version}
cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc COPYING README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-6
- (25af665) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9544 |14cu|apache-mod_auth_imap-2.2.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_imap
%define mod_conf A42_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Provides authentication against an IMAP mail server
Name:		apache-%{mod_name}
Version:	2.2.0
Release:	16
Group:		System/Servers
License:	GPL
URL:		http://ben.brillat.net/projects/mod_auth_imap/
Source0:	http://ben.brillat.net/files/projects/mod_auth_imap2/mod_auth_imap2-%{version}.tar.gz
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= 2.2.0
Requires(pre):  apache >= 2.2.0
Requires:       apache-conf >= 2.2.0
Requires:       apache >= 2.2.0
BuildRequires:  apache-devel >= 2.2.0
BuildRequires:	file

%description
mod_auth_imap is an Apache module to provide authentication
against an IMAP mail server. The httpd.conf or .htaccess file can
specify server name and port of the desired IMAP server. It is
also compatible with stunnel for IMAP over SSL.

%prep

%setup -q -n mod_auth_imap2-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc CHANGELOG GPL.txt README examples/htaccess-example examples/httpd.conf-append-example
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 2.2.0-16
- (6d68202) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9545 |14cu|apache-mod_auth_kerb-5.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_kerb
%define mod_conf 11_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module to provides authentifation against a Kerberos server
Name:		apache-%{mod_name}
Version:	5.4
Release:	9
Group:		System/Servers
License:	BSD-like
URL:		http://modauthkerb.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/modauthkerb/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Patch1:		mod_auth_kerb-5.4-rcopshack.patch
Patch2:		mod_auth_kerb-5.4-fixes.patch
Patch3:     mod_auth_kerb-5.4-s4u2proxy.patch
Patch4:     mod_auth_kerb-5.4-httpd24.patch

Requires:	krb5-libs
BuildRequires:	krb5-devel
BuildRequires:	automake
BuildRequires:	autoconf2.5
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
Mod_auth_kerb is an apache module designed to provide Kerberos
user authentication to the Apache web server. Using the Basic
Auth mechanism, it retrieves a username/password pair from the
browser and checks them against a Kerberos server as set up by
your particular organization. It also supports mutual ticket
authentication, but most browsers do not support that natively.

I might look into writing a netscape plugin for it at some point.
Some browsers also require being told that they are to use Basic
Auth as opposed to seeing KerberosV* and handling that as basic
auth. The module accounts for this and 'tricks' the browser into
thinking it's normal basic auth. 

If you are using the Basic Auth mechanmism, the module does not
do any special encryption of any sort. The passing of the
username and password is done with the same Base64 encoding that
Basic Auth uses. This can easily be converted to plain text. To
counter this, I would suggest also using mod_ssl. 

%prep

%setup -q -n %{mod_name}-%{version}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%configure2_5x --localstatedir=/var/lib \
    --with-krb5=%{_prefix} \
    --without-krb4
%make

%install
rm -rf .libs; cp -rp src/.libs .

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}


%files
%doc INSTALL LICENSE README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.4-9
- (958e02f) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9546 |14cu|apache-mod_auth_msfix-0.2.1-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_msfix
%define mod_conf A24_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	A module that fix MS XP WebDAV client problem
Name:		apache-%{mod_name}
Version:	0.2.1
Release:	19
Group:		System/Servers
License:	GPL
URL:		http://www.luluware.com/mod_auth_msfix.html
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}
Patch0:		mod_auth_msfix-0.2.1-apache220.diff
Requires:	apache-mod_dav
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:  apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
When MS XP Clients connect to WebDAV, they may have a problem
sending the user's name to Apache. They send domaine\username
or username@domaine, which break most of the authentification
module of Apache. 

This mod can fix the user's name by rewriting it.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc CHANGES INSTALL README mod_auth_msfix.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Fri Oct 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.2.1-19
- (ee6ad19) Bump release to rebuild with new config



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9547 |14cu|apache-mod_auth_nds-2.0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_nds
%define mod_conf 98_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	2.0
Release:	18
Group:		System/Servers
License:	GPL
URL:		http://www.gknw.com/development/apache/
Source0: 	http://www.gknw.com/development/apache/httpd-2.0/unix/modules/%{mod_name}-%{version}beta.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		mod_auth_nds-2.0-register.patch
Patch1:		mod_auth_nds-2.0-apache220.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	ncpfs-devel
BuildRequires:	file
Epoch:		1

%description
mod_auth_nds is the Novell(tm) NDS(tm) authentication module for 
the apache web server.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0
%patch1 -p0

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c -I%{_includedir}/ncp -lncp 

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc my_cfg.txt ChangeLog INSTALL
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.0-18
- (833834c) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9548 |14cu|apache-mod_authn_imap-0.01-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_authn_imap
%define mod_conf B42_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module for basic IMAP authentication support
Name:		apache-%{mod_name}
Version:	0.01
Release: 	9
Group:		System/Servers
License:	Apache License
URL:		http://www.s5h.net/code/mod-imap/
Source0:	http://www.s5h.net/code/mod-imap/mod_imap-%{version}.tar.gz
Source1:	http://www.s5h.net/code/mod-imap/mod_imap-%{version}.tar.gz.asc
Source2:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0

%description
Apache module for basic IMAP authentication support.

%prep

%setup -q -n mod_imap

cp %{SOURCE2} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# change the modules name
cp mod_authn_imap_basic.c %{mod_name}.c

%build
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

# cleanup
rm -f %{buildroot}%{_libdir}/apache-extramodules/*.*a

%files
%doc README INSTALL
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.01-9
- (6e70a27) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9549 |14cu|apache-mod_authn_otp-1.1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_authn_otp
%define mod_conf B55_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module for one-time password authentication
Name:		apache-%{mod_name}
Version:	1.1.1
Release:	7
Group:		System/Servers
License:	Apache License
Url:		http://code.google.com/p/mod-authn-otp/
Source0:	http://mod-authn-otp.googlecode.com/files/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_authn_otp-1.1.0-no_funky_cflags.diff
BuildRequires:	apache-devel
BuildRequires:	pkgconfig(openssl)
Requires:	apache
Requires:	apache-conf
Requires(pre):	apache
Requires(pre):	apache-conf
Requires(pre,postun):	rpm-helper

%description
mod_authn_otp is an Apache web server module for two-factor authentication
using one-time passwords (OTP) generated via the HOTP/OATH algorithm defined in
RFC 4226. This creates a simple way to protect a web site with one-time
passwords, using any RFC 4226-compliant hardware or software token device.
mod_authn_otp also supports the Mobile-OTP algorithm.

mod_authn_otp supports both event and time based one-time passwords. It also
supports "lingering" which allows the repeated re-use of a previously used
one-time password up to a configurable maximum linger time. This allows
one-time passwords to be used directly in HTTP authentication without forcing
the user to enter a new one-time password for every page load.

mod_authn_otp supports both basic and digest authentication, and will
auto-synchronize with the user's token within a configurable maximum offset
(auto-synchronization is not supported with digest authentication).

mod_authn_otp is especially useful for setting up protected web sites that
require more security than simple username/password authentication yet also
don't require users to install special VPN software, and is compatible with
software tokens that run on cell phones.

%files
%doc CHANGES LICENSE README users.sample
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_bindir}/otptool
%{_mandir}/man1/otptool.1*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{mod_name}-%{version}
%patch0 -p0
# needed for autoreconf
touch NEWS AUTHORS ChangeLog COPYING

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
rm -f configure
autoreconf -fi
export LIBS="-L%{_libdir} -lcrypto"

%configure2_5x
%make

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_mandir}/man1

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_bindir}
install -m0755 otptool %{buildroot}%{_bindir}/otptool
install -m0644 otptool.1 %{buildroot}%{_mandir}/man1/


%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-7
- (59c9f74) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9550 |14cu|apache-mod_auth_ntlm_winbind-0.0.0-0.r794.11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap r794

#Module-Specific definitions
%define mod_name mod_auth_ntlm_winbind
%define mod_conf B19_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Enables the Apache Web Server to Authenticate Users against Microsoft like DCs
Name:		apache-%{mod_name}
Version:	0.0.0
Release:	0.%{snap}.11
Group:		System/Servers
License:	Apache License
URL:		http://adldap.sourceforge.net/wiki/doku.php?id=mod_auth_ntlm_winbind
Source0:	%{mod_name}-%{version}-%{snap}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_auth_ntlm_winbind-20060510-connect_http10.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache-mpm-prefork >= 2.2.0
Requires:	samba-common
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
mod_auth_ntlm_winbind is an Apache module to authenticate users and
authorize access through Samba's winbind daemon against a Microsoft
like Domain Controller (DC).  These are Microsoft NT/2000/XP and Samba.

%prep

%setup -q -n %{mod_name}
%patch0 -p0

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -DAPACHE2 -c %{mod_name}.c

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc AUTHORS README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.0-0.r794.11
- (35c8365) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9551 |14cu|apache-mod_authn_yubikey-0.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_authn_yubikey
%define mod_conf B47_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Authentication provider for Yubicos YubiKey
Name:		apache-%{mod_name}
Version:	0.1
Release: 	13
Group:		System/Servers
License:	Apache License
URL:		http://mod_authn_yubikey.coffeecrew.org/
Source0:	http://mod_authn_yubikey.coffeecrew.org/authn_yubikey.tar.bz2
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	curl-devel
BuildRequires:	libyubikey-devel

%description
The mod_authn_yubikey module is an authentication provider for the apache 2.2
platform. It leverages the YubiKey which is a small token that acts as an
authentication device. By enabling your apache installation with this module
you can use your YubiKey for authentication with your website. The
mod_authn_yubikey module provides one and two factor authentication for your
website and is completely independend from the technlogy that implements your
website (like CGI, JSP or PHP). In your backend application you can read the
HTTP_X_YUBI_AUTH_TYPE header, which is either OneFactor or TwoFactor stating
that the user authenticated using either just the Yubikey itself or in
conjunction with an additional password, where TwoFactor would be sent instead.

%prep

%setup -q -n authn_yubikey

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
%{_bindir}/apxs -c %{mod_name}.c -Wl,-lcurl -Wl,-lyubikey

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-13
- (6636fec) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9552 |14cu|apache-mod_authnz_external-3.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.4
%define mod_name mod_authnz_external
%define mod_conf 10_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	An apache authentication DSO using external programs
Name:		apache-%{mod_name}
Version:	3.3.0
Release:	3
Group:		System/Servers
License:	Apache License
URL:		http://www.unixpapa.com/mod_auth_external.html
Source0:	http://mod-auth-external.googlecode.com/files/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_authnz_external-3.2.5.patch
Requires:	pwauth
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}
Provides:	apache-mod_auth_external
Obsoletes:	apache-mod_auth_external

%description
An apache external authentication module - uses PAM.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

chmod 644 AUTHENTICATORS CHANGES INSTALL* README TODO
%patch0 -p0

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc AUTHENTICATORS CHANGES INSTALL* README TODO UPGRADE
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.3.0-3
- (33514fa) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9553 |14cu|apache-mod_auth_pam-1.1.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_pam
%define mod_conf A48_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary: 	Pam authorisation for Apache
Name: 		apache-%{mod_name}
Version: 	1.1.1
Release: 	13
License: 	LGPL
Group: 		System/Servers
URL: 		http://pam.sourceforge.net/mod_auth_pam/
Source0:	http://pam.sourceforge.net/mod_auth_pam/dist/%{mod_name}-2.0-%{version}.tar.bz2
Source1:	http://pam.sourceforge.net/mod_auth_pam/shadow.html
Source2:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
BuildRequires:  pam-devel

%description
The PAM authentication module implements Basic authentication on 
top of the Pluggable Authentication Module library. Thereby it 
supports standard unix passwd, shadow, NIS, SMB auth and radius 
authentication transparently and easily interchangeable, wherever 
the HTTP protocol allows it.

%prep

%setup -q -n %{mod_name}

cp %{SOURCE1} .
cp %{SOURCE2} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

chmod 644 INSTALL README doc/configure.html doc/faq.html doc/install.html

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c -o %{mod_name}.la -lpam
%{_bindir}/apxs -c mod_auth_sys_group.c -o mod_auth_sys_group.la -lpam

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_sysconfdir}/pam.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

cat > %{buildroot}%{_sysconfdir}/pam.d/httpd << EOF
#%PAM-1.0
auth       include      system-auth
account    include      system-auth
EOF

%files
%doc INSTALL README doc/configure.html doc/faq.html doc/install.html shadow.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/httpd
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_*.so



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-13
- (68e8a3e) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9554 |14cu|apache-mod_auth_radius-1.5.8-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.4
%define mod_name mod_auth_radius
%define mod_conf 14_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	1.5.8
Release:	12
Group:		System/Servers
License:	Apache License
URL:		http://www.freeradius.org/mod_auth_radius/
Source0:	ftp://ftp.freeradius.org/pub/radius/mod_auth_radius-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_auth_radius-1.5.8-CAN2005-0108.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}
Epoch:		2

%description
Make apache a RADIUS client for authentication and accounting requests.

%prep

%setup -q -n mod_auth_radius-%{version}
%patch0 -p0

cp mod_auth_radius-2.0.c mod_auth_radius.c
cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
%{_bindir}/apxs -c mod_auth_radius.c -Wl,-lresolv

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc README htaccess httpd.conf index.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:1.5.8-12
- (338b3f0) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9555 |14cu|apache-mod_auth_remote-0.2-0.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.4
%define mod_name mod_auth_remote
%define mod_conf 82_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	0.2
Release:	0.10
Group:		System/Servers
License:	Apache License
URL:		http://saju.pillai.googlepages.com/mod_auth_remote
Source0:	http://github.com/saju/mod_auth_remote/raw/dd48860bdca8366df1d93cd5df66a128278b6104/src/mod_auth_remote.c
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}
Epoch:		1

%description
This module is a very simple, lightweight method of setting up a single signon
system across multiple web-applicaitions hosted on different servers.

The actual authentication & authorization system is deployed on a single server
instead of each individual server. All other servers are built with
mod_auth_remote enabled. When a request comes in, mod_auth_remote obtains the
client username & password from the client via basic authentication scheme.

It then builds a HTTP header with authorization header built from the client's
userid:passwd. mod_auth_remote then makes a HEAD request to the authentication
server. On reciept of a 2XX response, the client is validated; for all other
responses the client is not validated.

%prep

%setup -q -T -c -n %{mod_name}-%{version}

cp %{SOURCE0} %{mod_name}.c
cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}


%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.2-0.10
- (cf71cef) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9556 |14cu|apache-mod_auth_shadow-2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.4
%define mod_name mod_auth_shadow
%define mod_conf 83_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Shadow password authentication for the apache web server
Name:		apache-%{mod_name}
Version:	2.3
Release:	3
Group:		System/Servers
License:	GPL
URL:		http://mod-auth-shadow.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/mod-auth-shadow/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		%{mod_name}-2.1-register.diff
Patch1:		%{mod_name}-2.1-makefile.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}
Epoch:		1

%description
mod_auth_shadow is an apache module which authenticates against the /etc/shadow
file. You may use this module with a mode 400 root:root /etc/shadow file, while
your web daemons are running under a non-privileged user.

%prep

%setup -q -n %{mod_name}_%{version}
%patch0 -p0
%patch1 -p0

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
%serverbuild

export PATH="$PATH:/usr/sbin"
%make CFLAGS="$CFLAGS" -f makefile

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_sbindir}
install -m0755 validate %{buildroot}%{_sbindir}/

%files
%doc CHANGES INSTALL README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%attr(4755,root,root) %{_sbindir}/validate



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.3-3
- (7913626) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9557 |14cu|apache-mod_auth_token-1.0.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_auth_token
%define mod_conf A63_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Token based authentication to secure downloads and prevent deep-linking
Name:		apache-%{mod_name}
Version:	1.0.3
Release:	12
Group:		System/Servers
License:	GPL
URL:		http://www.synd.info/
Source0:	http://www.synd.info/downloads/releases/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.8
Requires(pre):	apache >= 2.2.8
Requires:	apache-conf >= 2.2.8
Requires:	apache >= 2.2.8
BuildRequires:  apache-devel >= 2.2.8
BuildRequires:	file
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	libtool

%description
This module uses token based authentication to secure downloads and prevent
deep-linking. Have your PHP script or servlet generate the to authenticate the
download. Apache can then treat the download request like a normal file
transfer without having to pipe the file through a script in  order to add
authentication.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
rm -f configure
libtoolize --copy --force; aclocal; autoconf; automake --add-missing --copy --foreign && autoconf

%configure2_5x --localstatedir=/var/lib \
    --with-apxs=%{_bindir}/apxs

%make

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc AUTHORS ChangeLog LICENSE README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-12
- (2e46a0b) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9558 |14cu|apache-mod_authz_ldap-0.28-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_authz_ldap
%define mod_conf A31_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	LDAP authorization module for apache
Name:		apache-%{mod_name}
Version:	0.28
Release:	7
Group:		System/Servers
License:	GPL
URL:		http://authzldap.othello.ch/
Source0:	%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
BuildRequires:	openssl-devel
BuildRequires:	openldap-devel
BuildRequires:	automake
BuildRequires:	autoconf2.5
Requires:	openldap
Requires:	apache-mod_ssl
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
The mod_authz_ldap package provides support for authenticating
users of the Apache HTTP server against an LDAP database.
mod_authz_ldap features the ability to authenticate users based on
the SSL client certificate presented, and also supports password
aging, and authentication based on role or by configured filters.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
#export WANT_AUTOCONF_2_5=1
#rm -f configure
#libtoolize --copy --force; aclocal; autoconf --force; autoheader; automake --add-missing

export CPPFLAGS="`apr-1-config --includes` `apu-1-config --includes` -I%{_includedir}/openssl -DLDAP_DEPRECATED=1"

%configure2_5x --localstatedir=/var/lib \
    --with-apxs=%{_bindir}/apxs \
    --disable-static

pushd module
%{_bindir}/apxs -Wl,-export-symbols-regex -Wl,authz_ldap_module \
    -Wc,-DAUTHZ_LDAP_HAVE_SSL -c -o mod_authz_ldap.la *.c \
    -DAUTHZ_LDAP_HAVE_SSL -Wl,-lldap -Wl,-lcrypto
popd

%make -C tools

%install
make -C tools install DESTDIR=%{buildroot}
make -C docs install DESTDIR=%{buildroot}

# fix advx compat
rm -rf .libs; cp -rp module/.libs .

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc ldap/*.schema docs/*.{html,jpg} docs/*.{HOWTO,txt} docs/README
%doc NEWS AUTHORS ChangeLog COPYING INSTALL
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%attr(0755,root,root) %{_bindir}/cert*
%attr(0644,root,root) %{_mandir}/man1/cert*



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.28-7
- (ec706c1) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9559 |14cu|apache-mod_authz_unixgroup-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.4.0
%define mod_name mod_authz_unixgroup
%define mod_conf A57_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache Unix Group Access Control Modules
Name:		apache-%{mod_name}
Version:	1.1.0
Release:	3
Group:		System/Servers
License:	Apache License
URL:		http://code.google.com/p/mod-auth-external/wiki/ModAuthzUnixGroup
Source0:	http://mod-auth-external.googlecode.com/files/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires:	pwauth
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}

%description
Mod_Authz_Unixgroup is a unix group access control modules for Apache 2.1 and
later. If you are having users authenticate with real Unix login ID over the
net, using something like my mod_authnz_external / pwauth combination, and you
want to do access control based on unix group membership, then
mod_authz_unixgroup is exactly what you need.

%prep

%setup -q -n %{mod_name}-%{version}

chmod 644 CHANGES INSTALL README

rm -rf .libs

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}


%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc CHANGES INSTALL README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-3
- (65e72ab) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9560 |14cu|apache-mod_backtrace-0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Collects backtraces when a child process crashes
Name:		apache-mod_backtrace
Version:	0
Release:	18
Group:		System/Servers
License:	Apache License
Group:		System/Servers
URL:		http://www.apache.org
# http://www.apache.org/~trawick/mod_backtrace.c
Source0: 	mod_backtrace.c.bz2
Source1: 	test_char.h.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache-base >= 2.2.0
Requires(pre):	apache-modules >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache-base >= 2.2.0
Requires:	apache-modules >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0

%description
mod_backtrace is an experimental module for Apache httpd 2.x which
collects backtraces when a child process crashes. Currently it is
implemented only on Linux and FreeBSD, but other platforms could be
supported in the future. You should verify that it works reasonably
on your system before putting it in production.

It implements a fatal exception hook that will be called when a child
process crashes. In the exception hook it uses system library routines
to obtain information about the call stack, and it writes the call
stack to a log file or the web server error log. The backtrace is a
critical piece of information when determining the failing software
component that caused the crash.  Note that the backtrace written by
mod_backtrace may not have as much information as a debugger can
display from a core dump.

%prep

%setup -c -T

bzcat %{SOURCE0} > mod_backtrace.c
bzcat %{SOURCE1} > test_char.h

%build

%{_bindir}/apxs `apr-1-config --includes` -c mod_backtrace.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}/var/log/httpd

install -m0755 .libs/mod_backtrace.so %{buildroot}%{_libdir}/apache-extramodules/

# fix the mod_backtrace.conf
cat << EOF > %{buildroot}/%{_sysconfdir}/httpd/modules.d/ZZ90_mod_backtrace.conf
LoadModule backtrace_module		%{_libdir}/apache-extramodules/mod_backtrace.so

EnableExceptionHook On
BacktraceLog logs/backtrace_log
EOF

touch %{buildroot}/var/log/httpd/backtrace_log

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/ZZ90_mod_backtrace.conf
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_backtrace.so
%attr(0644,apache,apache) %ghost /var/log/httpd/backtrace_log



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0-18
- (d029e3c) spec clanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9561 |14cu|apache-mod_bash-0.1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_bash
%define mod_conf B45_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module which embeds bash
Name:		apache-%{mod_name}
Version:	0.1.1
Release: 	9
Group:		System/Servers
License:	Apache License
URL:		http://www.autistici.org/bakunin/mod_bash/
Source0:	http://www.autistici.org/bakunin/mod_bash/src/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_bash-build_fix.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	glib2-devel
BuildRequires:	pcre-devel
BuildRequires:	pkgconfig

%description
mod_bash on is an Apache module that embeds the bash interpreter within the
server.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
export PATH="/sbin:/usr/sbin:/bin:/usr/bin"
export CPPFLAGS="`apr-1-config --cppflags`"
autoreconf -fis

%configure2_5x

%make

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 src/.libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc examples/*.bash README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-9
- (f16a76b) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9562 |14cu|apache-mod_but-3.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_but
%define mod_conf A44_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Shared Memory / Pre-Authentiation / Reverse Proxy
Name:		apache-%{mod_name}
Version:	3.1
Release:	10
Group:		System/Servers
License:	BSD
URL:		http://www.but.ch/mod_but/
Source0:	http://www.but.ch/mod_but/download/mod_but_latest.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= 2.0.54
Requires(pre):  apache >= 2.0.54
Requires:       apache-conf >= 2.0.54
Requires:       apache >= 2.0.54
BuildRequires:  apache-devel >= 2.0.54
BuildRequires:	file

%description
mod_but is an Apache 2.x module designed to operate as
reverse-proxy enhancement component. mod_but integrates with
mod_rewrite, mod_replace, mod_proxy, mod_security, mod_headers and
other standard modules.

%prep

%setup -q -n mod_but_V%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

cp modules/mod_but/*.[ch] .

chmod 644 INSTALL LICENSE mod_but_*.pdf

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c mod_but.c mod_but_access.c mod_but_authorization.c \
    mod_but_config.c mod_but_cookiestore.c mod_but_output_filter.c \
    mod_but_request_filter.c mod_but_session.c mod_but_shm.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}/var/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}/var/www/html/addon-modules/%{name}-%{version}

%files
%doc INSTALL LICENSE mod_but_*.pdf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
/var/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1-10
- (b470d15) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9563 |14cu|apache-mod_cfg_ldap-1.2-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_cfg_ldap
%define mod_conf A15_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Keeping apache VirtualHost configuration in a LDAP directory
Name:		apache-%{mod_name}
Version:	1.2
Release:	18
Group:		System/Servers
License:	BSD
URL:		http://sourceforge.net/projects/modcfgldap/
Source0: 	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
BuildRequires:	openldap-devel
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
mod_cfg_ldap allows you to keep your virtual host configuration in
a LDAP directory and update it in nearly realtime.

%prep

%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c -lldap_r

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc AUTHORS ChangeLog INSTALL README TODO mod_cfg_ldap.schema
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.2-18
- (f096f6b) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9564 |14cu|apache-mod_chm-0.3.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_chm
%define mod_conf A33_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	0.3.1
Release:	17
Group:		System/Servers
License:	GPL
URL:		http://sourceforge.net/projects/modchm/
Source0: 	http://prdownloads.sourceforge.net/modchm/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
BuildRequires:	perl
BuildRequires:	chmlib-devel
Epoch:		1

%description
mod_chm is an apache module that gives you possibility to explore
files in CHM format. mod_chm uses chmlib by Jed Wing to access CHM
files. This package also includes chmdump program that unpacks
content of CHM file.

%prep

%setup -q -n mod_chm

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c -I. -lchm

gcc %{optflags} chmdump/chmdump.c -o chmdump/chmdump -lchm

%install

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -m0755 chmdump/chmdump %{buildroot}%{_bindir}/

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc AUTHORS COPYING ChangeLog README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_bindir}/chmdump
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.3.1-17
- (21af48f) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9565 |14cu|apache-mod_chroot-0.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_chroot
%define mod_conf A85_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Mod_chroot makes running Apache in a secure chroot environment easy
Name:		apache-%{mod_name}
Version:	0.5
Release:	15
Group:		System/Servers
License:	GPL
URL:		http://core.segfault.pl/~hobbit/mod_chroot/
Source0:	http://core.segfault.pl/~hobbit/mod_chroot/dist/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}.bz2
Patch0:		mod_chroot-0.5-no_version_component.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0

%description
mod_chroot makes running Apache in a secure chroot environment easy. You don't
need to create a special directory hierarchy containing /dev, /lib, /etc...

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done
    
# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc CAVEATS ChangeLog INSTALL LICENSE README README.Apache20
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}






%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.5-15
- (e8ee9ad) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9566 |14cu|apache-mod_coredumper-0.1.0-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_coredumper
%define mod_conf A35_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	0.1.0
Release:	20
License:	Apache License
Group:		System/Servers
URL:		http://www.outoforder.cc/projects/apache/mod_coredumper/
Source0: 	http://www.outoforder.cc/downloads/mod_coredumper/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}
Patch0:		mod_coredumper-0.1.0-modname.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	coredumper-devel
Epoch:		1

%description
mod_coredumper uses the CoreDumper library from Google to fetch a
GDB compatible core file from Apache, over HTTP.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

perl -pi -e "s|APR_FOPEN_READ|APR_READ|g" src/mod_coredumper.c

%build
%{_bindir}/apxs -lcoredumper -I%{_includedir}/google -c src/mod_coredumper.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 src/.libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/

%files
%doc LICENSE NOTICE README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.1.0-20
- (2a39830) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9567 |14cu|apache-mod_defensible-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.4.0
%define mod_name mod_defensible
%define mod_conf B25_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	An Apache 2.x module intended to block spammers using DNSBL
Name:		apache-%{mod_name}
Version:	1.5
Release:	3
Group:		System/Servers
License:	GPLv2+
URL:		http://julien.danjou.info/mod_defensible.html
Source0:	%{mod_name}-%{version}.tar.xz
Source1:	%{mod_conf}
Patch0:		mod_defensible-1.5-rosa-libfool.patch
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= %{apache_version}
Requires(pre):	apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	apr-devel
BuildRequires:	udns-devel
BuildRequires:	libtool

%description
mod_defensible is an Apache 2.x module intended to block spammers using DNSBL
servers. It will look at the client IP and check it in one or several DNSBL
servers and return a 403 Forbidden page to the client.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p1

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
touch config.h.in
%setup_compile_flags
libtoolize --force --copy; aclocal; automake --add-missing --copy --foreign; autoheader; autoconf
export APXS2="%{_bindir}/apxs"

%configure2_5x --localstatedir=/var/lib \
    --with-udns

%make

#%{_bindir}/apxs -c -I%{_includedir}/mysql -L%{_libdir} -lmysqlclient mod_anticrack.c


%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc AUTHORS Changelog README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-3
- (8f5218d) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9568 |14cu|apache-mod_delay-0.9.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_delay
%define mod_conf A67_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Delay module for Apache2
Name:		apache-%{mod_name}
Version:	0.9.2
Release:	7
Group:		System/Servers
License:	Apache License
URL:		http://www.heute-morgen.de/modules/mod_delay/
Source0:	http://www.heute-morgen.de/modules/mod_delay/mod_delay.c
Source1:	http://www.heute-morgen.de/modules/mod_delay/mod_delay.h
Source2:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.0.54
Requires(pre):	apache >= 2.0.54
Requires:	apache-conf >= 2.0.54
Requires:	apache >= 2.0.54
BuildRequires:  apache-devel >= 2.0.54
BuildRequires:	file

%description
mod_delay is an output filter that does buffering until it is told to stop this
(by a note). It also enables the sending of 304 by delaying the call to
ap_meets_conditions until then. The module exports one optional functions and
has no configuration. It registers as an output filter named delay.

%package	devel
Summary:	Development API for the mod_delay apache module
Group:		Development/C

%description	devel
mod_delay is an output filter that does buffering until it is told to stop this
(by a note). It also enables the sending of 304 by delaying the call to
ap_meets_conditions until then. The module exports one optional functions and
has no configuration. It registers as an output filter named delay.

This package contains the development API for the mod_delay apache module.

%prep

%setup -q -c -T -n %{mod_name}

cp %{SOURCE0} .
cp %{SOURCE1} .
cp %{SOURCE2} .
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_includedir}

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 mod_delay.h %{buildroot}%{_includedir}/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

%files devel
%attr(0644,root,root) %{_includedir}/mod_delay.h



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-7
- (9eaca5c) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9569 |14cu|apache-mod_diagnostics-0.1-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_diagnostics
%define mod_conf 94_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.1
Release:	20
Group:		System/Servers
License:	Apache License
URL:		http://apache.webthing.com/mod_diagnostics/
Source0:	http://apache.webthing.com/svn/apache/filters/mod_diagnostics.c
Source1:	http://apache.webthing.com/mod_diagnostics/index.html
Source2:	%{mod_conf}
Patch0:		mod_diagnostics-0.1-format_not_a_string_literal_and_no_format_arguments.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
mod_diagnostics is a very simple filter module. It can be inserted anywhere and
in any number of places in the Apache filter chain, and merely listens to and
reports traffic going through. It is  designed as a learning aid and a
debugging tool for Apache filter modules.

%prep

%setup -q -T -c -n %{mod_name}-%{version}
cp %{SOURCE0} .
cp %{SOURCE1} .
cp %{SOURCE2} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%patch0 -p0

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc index.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.1-20
- (003c41e) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9570 |14cu|apache-mod_dns-1.02-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.6
%define mod_name mod_dns
%define mod_conf B24_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DNS Protocol module for Apache 2.x
Name:		apache-%{mod_name}
Version:	1.02
Release:	13
Group:		System/Servers
License:	Apache License
URL:		http://www.beamartyr.net/
Source0:	http://www.beamartyr.net/mod-dns-%{version}.tar.bz2
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= %{apache_version}
Requires(pre):	apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}

%description
DNS Protocol module for Apache 2.x
 
%prep

%setup -q -n mod-dns

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
%{_bindir}/apxs -c mod_dns.c buckets.c errors.c protocol.c rr/*.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.02-13
- (4db2fab) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9571 |14cu|apache-mod_dnsbl_lookup-0.91-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_dnsbl_lookup
%define mod_conf A39_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	A DNSBL and RHSBL enabled module for apache 2.x
Name:		apache-%{mod_name}
Version:	0.91
Release:	15
Group:		System/Servers
License:	Apache License
URL:		https://svn.apache.org/repos/asf/httpd/mod_smtpd/trunk/mod_dnsbl_lookup/
Source0: 	http://www.sysdesign.ca/archive/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.0.55
Requires(pre):	apache >= 2.0.55
Requires:	apache-conf >= 2.0.55
Requires:	apache >= 2.0.55
Requires:	apache-mod_smtpd
BuildRequires:	apache-devel >= 2.0.55
BuildRequires:	file
Epoch:		1

%description
mod_dnsbl_lookup aims to provide generic and flexible DNSBL and RHSBL 
use without limiting functionality.

%package	devel
Summary:	Development files for %{mod_name}
Group:		Development/C

%description	devel
Development files for %{mod_name}.

%prep

%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c mod_dnsbl_lookup.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_includedir}

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -m0644 dnsbl_lookup.h %{buildroot}%{_includedir}/

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

%files devel
%{_includedir}/*.h



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.91-15
- (705493f) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9572 |14cu|apache-mod_dnssd-0.6-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_dnssd
%define mod_conf A47_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Mod_dnssd adds DNS-SD Zeroconf support to Apache 2.0 using Avahi
Name:		apache-%{mod_name}
Version:	0.6
Release:	10
License:	Apache License
Group:		System/Servers
Url:		http://0pointer.de/lennart/projects/mod_dnssd/
Source0:	http://0pointer.de/lennart/projects/mod_dnssd/mod_dnssd-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_dnssd-0.4-no_silly_checks_because_we_know_the_apache_version_is_ok.diff
BuildRequires:	autoconf2.5
BuildRequires:	automake1.8
BuildRequires:	file
BuildRequires:	lynx
BuildRequires:	apache-devel
BuildRequires:	avahi-common-devel >= 0.6.4
BuildRequires:	pkgconfig(avahi-client)
Requires:	apache
Requires:	apache-conf
Requires:	apache-mod_dav
Requires:	apache-mod_userdir
Requires(pre,postun):	rpm-helper
Requires(pre):	apache
Requires(pre):	apache-conf

%description
mod_dnssd is an Apache module which adds Zeroconf support via DNS-SD using
Avahi.

%files
%doc LICENSE README doc/README.html doc/style.css
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{mod_name}-%{version}
%patch0 -p0

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
rm -f configure
libtoolize --force --copy; aclocal-1.8 ; autoheader; automake-1.8 --add-missing --copy --foreign; autoconf

%configure2_5x --localstatedir=/var/lib
%make

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 src/.libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}


%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-10
- (6baaee2) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9573 |14cu|apache-mod_domaintree-1.6-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_domaintree
%define mod_conf A60_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Mass virtual hosting module mapping host names to a directory tree
Name:		apache-%{mod_name}
Version:	1.6
Release:	15
Group:		System/Servers
License:	Apache License
URL:		http://dev.iworks.at/mod_domaintree/
Source0:	http://dev.iworks.at/mod_domaintree/%{mod_name}-%{version}.tgz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.4
Requires(pre):	apache >= 2.2.4
Requires:	apache-conf >= 2.2.4
Requires:	apache >= 2.2.4
BuildRequires:  apache-devel >= 2.2.4
BuildRequires:	file

%description
Mass virtual hosting module mapping host names to a directory tree.

%prep

%setup -q -n %{mod_name}

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c mod_domaintree.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}/var/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}/var/www/html/addon-modules/%{name}-%{version}

%files
%doc ChangeLog LICENSE.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
/var/www/html/addon-modules/*




%changelog

* Mon Nov 23 2015 Denis Silakov <dsilakov@gmail.com> 1.6-15
- (54f71cf) Repack source tarball as upstream does



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9574 |14cu|apache-mod_encoding-0.0.20040616-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define snapshot 20040616
%define mod_name mod_encoding
%define mod_conf 44_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.0.%{snapshot}
Release:	11
Group:		System/Servers
License:	GPL
URL:		http://webdav.todo.gr.jp/
Source0: 	mod_encoding-0.0.20021209.tar.bz2
Source1:	%{mod_conf}
Source2:	http://webdav.todo.gr.jp/download/experimental/mod_encoding.c.apache2.%{snapshot}
Patch0:		mod_encoding.c.apache2.20040616-apache220.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
Mod Encoding is an Apache module for non-ascii filename interoperability

This module improves non-ascii filename interoperability of apache
(and mod_dav).

%prep

%setup -q -n mod_encoding-20021209

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

cp %{SOURCE2} %{mod_name}.c

%patch0 -p0 -b .apache220

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
cd lib
[ -r iconv.h ] && rm -f iconv.h
rm -f configure
autoreconf -fis
%configure --enable-shared=no
%make CFLAGS="%{optflags} -fPIC"
ln -s -f  iconv.h.replace iconv.h
cd -

%{_bindir}/apxs -c -I$PWD/lib -L$PWD/lib/ -liconv_hook %{mod_name}.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/

%files
%doc AUTHORS ChangeLog README COPYING
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.0.20040616-11
- (fc40efa) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9575 |14cu|apache-mod_evasive-1.10.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_evasive
%define mod_conf A11_%{mod_name}.conf

Summary:	Evasive Maneuvers Module for the apache web server
Name:		apache-%{mod_name}
Version:	1.10.1
Release:	16
Group:		System/Servers
License:	Apache License
URL:		http://www.zdziarski.com/projects/mod_evasive/
Source0: 	http://www.zdziarski.com/projects/mod_evasive/%{mod_name}_%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_evasive-small_fix.diff
Requires:	mailx
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
A module for apache giving Apache the ability to fend off
request-based DoS attacks conserving your system resources and
bandwidth. This new tool maintains an internal table of IP
addresses and URLs and will deny repeated requests for the same
URL from the same IP address, blacklisting the address for
10-seconds per extraneous request. Obviously, this module will
not fend off attacks consuming all available bandwidth or more
resources than are available to send 403's, but is very successful
in typical flood attacks or cgi flood attacks. 

%prep

%setup -q -n mod_evasive
%patch0 -p0

rm -rf .libs
rm -f %{mod_name}.c

cp %{SOURCE1} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
# create apache httpd-2.4 version and compile it
sed 's/connection->remote_ip/connection->client_ip/' \
  < mod_evasive20.c > mod_evasive.c
%{_bindir}/apxs -Wc,"%{optflags}" -c mod_evasive.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}


%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_name}*.so
%{_var}/www/html/addon-modules/*

%changelog

* Fri Oct 21 2016 Denis Silakov <dsilakov@gmail.com> 1:1.10.1-16
- (e8fecfc) Fix build for modern apache



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9576 |14cu|apache-mod_fakessl-0.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_fakessl
%define mod_conf A90_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	A apache 2.x module for setting an https flag when you are using reverse proxy
Name:		apache-%{mod_name}
Version:	0.4
Release:	9
Group:		System/Servers
License:	Apache License
URL:		http://websupport.sk/~stanojr/projects/mod_fakessl/
Source0:	http://websupport.sk/~stanojr/projects/mod_fakessl/mod_fakessl-%{version}.tar.gz
Source1:	README.%{mod_name}
Source2:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
Requires:	apache-mod_proxy >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
A apache 2.x module for setting an https flag when you are using reverse proxy

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} .
cp %{SOURCE2} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc README.%{mod_name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-9
- (1567aaa) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9577 |14cu|apache-mod_fastcgi-2.4.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.6
%define mod_name mod_fastcgi
%define pre SNAP-0910052141
%define mod_conf 92_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	2.4.7
Release:	5
Group:		System/Servers
License:	BSD-style
URL:		http://www.fastcgi.com/
Source0:	http://www.fastcgi.com/dist/%{mod_name}-%{pre}.tar.gz
Source1:	%{mod_conf}
Patch0:		byte-compile-against-apache24.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}

%description
mod_fastcgi provides FastCGI support for the apache web server. FastCGI is a
language independent, scalable, open  extension to CGI that provides high
performance and persistence  without the limitations of server specific APIs.

%prep

%setup -q -n %{mod_name}-%{pre}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}
# get rid of the "cannot remove /var/run/fastcgi/dynamic" error at boot
perl -pi -e "s|^#define DEFAULT_SOCK_DIR  DEFAULT_REL_RUNTIMEDIR .*|#define DEFAULT_SOCK_DIR \"/var/lib/mod_fastcgi\"|g" mod_fastcgi.h
%patch0 -p0

%build
#cp Makefile.tmpl Makefile
#make top_dir=/usr/lib64/apache
#%{_bindir}/apxs -c mod_fastcgi.c f*.c
%{_bindir}/apxs -o mod_fastcgi.so -c mod_fastcgi.c fcgi*.c

%install

#make install
install -d %{buildroot}/var/www/fcgi-bin

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}/var/lib/mod_fastcgi/dynamic

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc docs/* CHANGES
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%dir /var/www/fcgi-bin
%attr(0755,apache,apache) %dir /var/lib/mod_fastcgi
%attr(0755,apache,apache) %dir /var/lib/mod_fastcgi/dynamic



%changelog

* Fri Oct 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4.7-5
- (da4ea21) Bump release to rebuild with new config



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9578 |14cu|apache-mod_fcgid-2.3.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_fcgid
%define load_order 227

Summary:	Apache module for FastCGI
Name:		apache-%{mod_name}
Version:	2.3.9
Release:	1
Group:		System/Servers
License:	Apache License
URL:		http://www.apache.org
Source0:	http://httpd.apache.org/dev/dist/mod_fcgid/mod_fcgid-%{version}.tar.gz
Source1:	http://httpd.apache.org/dev/dist/mod_fcgid/mod_fcgid-%{version}.tar.gz.asc
BuildRequires:	file
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
Epoch:		1

%description
mod_fcgid is a binary compatibility alternative to Apache module mod_fastcgi.
mod_fcgid has a new process management strategy, which concentrates on reducing
the number of fastcgi server, and kick out the corrupt fastcgi server as soon
as possible.

%prep

%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

# still a bit ugly

pushd modules/fcgid
cp fcgid_config.h.in fcgid_config.h
%{_bindir}/apxs -I. -c mod_fcgid.c fcgid_bridge.c fcgid_conf.c fcgid_pm_main.c \
    fcgid_protocol.c fcgid_spawn_ctl.c fcgid_proctbl_unix.c fcgid_pm_unix.c \
    fcgid_proc_unix.c fcgid_bucket.c fcgid_filter.c fcgid_mutex_unix.c
popd

%install

install -d %{buildroot}%{_libdir}/apache
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}/var/lib/%{name}

install -m0755 modules/fcgid/.libs/*.so %{buildroot}%{_libdir}/apache/

cat > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{load_order}_%{mod_name}.conf << EOF
LoadModule fcgid_module	%{_libdir}/apache/%{mod_name}.so

#FcgidIPCDir - fastcgi socket file path
FcgidIPCDir /var/lib/%{name}

# Use FastCGI to process .fcg .fcgi & .fpl scripts
# Don't do this if mod_fastcgi is present, as it will try to do the same thing
AddHandler fcgid-script fcg fcgi fpl
EOF

# fix docs
cp modules/fcgid/ChangeLog ChangeLog.old
cp docs/manual/mod/mod_fcgid.html.en mod_fcgid.html

%files
%doc ChangeLog.old *-FCGID mod_fcgid.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/*.conf
%attr(0755,root,root) %{_libdir}/apache/*.so
%attr(0755,apache,apache) %dir /var/lib/%{name}



%changelog

* Fri Sep 11 2015 Denis Silakov <dsilakov@gmail.com> 1:2.3.9-1
- (5ff9385) Drop patch - merged upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9579 |14cu|apache-mod_form-0-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_form
%define mod_conf A71_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0
Release:	19
Group:		System/Servers
License:	GPL
URL:		http://apache.webthing.com/mod_form/
# there is no official tar ball
# http://apache.webthing.com/svn/apache/forms/mod_form.c
Source0:	http://apache.webthing.com/svn/apache/filters/xmlns/mod_form.c
Source1:	http://apache.webthing.com/svn/apache/filters/xmlns/mod_form.h
Source2:	README.mod_form
Source3:	%{mod_conf}
# preserve r->args (apr_strtok is
# destructive in this regard). Makes mod_autoindex work again in
# conjunction with directories where FormGET is enabled.
Patch0:         mod_form.c.preserve_args.patch
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
mod_form is a utility to decode data submitted from Web forms. It deals with
both GET and POST methods where the data are encoded using the default content
type application/x-www-form-urlencoded. It does not decode multipart/form-data
(file upload) forms: for those you should use mod_upload.

%package	devel
Summary:	Development API for the mod_form apache module
Group:		Development/C

%description	devel
mod_form is a utility to decode data submitted from Web forms. It deals with
both GET and POST methods where the data are encoded using the default content
type application/x-www-form-urlencoded. It does not decode multipart/form-data
(file upload) forms: for those you should use mod_upload.

This package contains the development API for the mod_form apache module.

%prep

%setup -q -c -T -n %{mod_name}-%{version}

cp %{SOURCE0} %{mod_name}.c
cp %{SOURCE1} %{mod_name}.h
%patch0
cp %{SOURCE2} README
cp %{SOURCE3} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_includedir}

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 mod_form.h %{buildroot}%{_includedir}/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

%files devel
%attr(0644,root,root) %{_includedir}/mod_form.h



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0-19
- (4409883) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9580 |14cu|apache-mod_gfx-0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_gfx
%define mod_conf B52_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Performs image operations on the fly
Name:		apache-%{mod_name}
Version:	0.1
Release: 	9
Group:		System/Servers
License:	GPLv3
URL:		http://nauticaltech.com/software/mod_gfx/
Source0:	http://nauticaltech.com/software/mod_gfx/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	libgd-devel

%description
mod_gfx is a configurable Apache module that uses libgd to perform image
operations on the fly. Some of the supported image operations are: resize,
resample, watermark, and crop. A couple of its special features are origin
selection via URI regex and round-robin over a list of hosts.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
%{_bindir}/apxs -Iinclude -c module/%{mod_name}.c -lgd

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 module/.libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc Benchmark README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-9
- (16965a9) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9581 |14cu|apache-mod_gzip_disk-0.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_gzip_disk
%define mod_conf B29_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Serves pre-compressed HTML files to avoid compression on the fly
Name:		apache-%{mod_name}
Version:	0.5
Release:	8
Group:		System/Servers
License:	Apache License
URL:		http://www.s5h.net/code/mod-gzip/
Source0:	http://www.s5h.net/code/mod-gzip/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:  apache-devel >= 2.2.0

%description
mod-gzip-disk is a module for serving pre-compressed HTML files to clients to
avoid compression on the fly.

%prep

%setup -q -n %{mod_name}

cp %{SOURCE1} .
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
%{_bindir}/apxs -c %{mod_name}.c -lz

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-8
- (cffb4ec) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9582 |14cu|apache-mod_icpquery-2.0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_icpquery
%define mod_conf B50_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Extend Apache's mod_rewrite by internal mapping functions using ICP
Name:		apache-%{mod_name}
Version:	2.0.2
Release: 	9
Group:		System/Servers
License:	Apache License
URL:		http://code.google.com/p/modicpquery
Source0:	http://modicpquery.googlecode.com/files/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0

%description
Apache mod_rewrite provides ways to map values to attributes using the
directive RewriteMap. RewriteMap can use flat mappings files, hashed
mapping files, internal functions and external rewriting programs.
One not well known feature of mod_rewrite is to extend this functionality
with internal functions, which can be defined in a seperate Apache module.
This allows to do some complex and time consuming mappings, since 
mapping requests do not have to be passed through one single pipe, as
in the case of an external rewrite program.

mod_icpquery is a package which can be used to find objects on caching
servers by sending an UDP query. This query conforms to RFC2186 also
known as ICP and can be handeld by various HTTP-caching servers such
as squid. A cache-server handling ICP should reply to an ICP-query
with an ICP-response indicating if it holds the desired object in its
cache or not. mod_icpquery is able to send UDP datagrams to a list of unicast
and/or multicast IP-addresses.

%prep
%setup -q -n %{mod_name}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
%configure2_5x
%make

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-9
- (8d70fd1) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9583 |14cu|apache-mod_injection-0.3.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_injection
%define mod_conf 23_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.3.1
Release:	17
Group:		System/Servers
License:	BSD
URL:		http://pmade.org/pjones/software/mod_injection/download.html
Source0: 	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		%{mod_name}-0.3.0-register.patch
Patch1:		mod_injection-0.3.1-apache220.diff
Patch2:		mod_injection-0.3.1-manual.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
BuildRequires:	openjade
BuildRequires:	docbook-style-dsssl
Epoch:		1

%description
mod_injection is an Apache 2.0.X filter module. It allows you to
inject text in the HTTP response after a HTML tag or after any
given text string. The main intention of this module is to add a
banner to several HTML pages on the fly.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p1
%patch1 -p0
%patch2 -p0

# fix strange permissions
find docs/manual/ -name "*.xml" | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
cp src/mod_injection.c .
%{_bindir}/apxs -c mod_injection.c

pushd docs/manual
    make html
popd    

mv docs/manual/one-html/manual.html index.html

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

# make the example work... (ugly, but it works...)
NEW_URL=%{_docdir}/%{name}-%{version}/
perl -pi -e "s|_REPLACE_ME_|$NEW_URL|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc README INSTALL docs/CREDITS index.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.3.1-17
- (e688531) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9584 |14cu|apache-mod_jsmin-0-0.r7.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap r7

#Module-Specific definitions
%define mod_name mod_jsmin
%define mod_conf B43_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module which 'minifies' javascript
Name:		apache-%{mod_name}
Version:	0
Release: 	0.%{snap}.8
Group:		System/Servers
License:	BSD
URL:		http://code.google.com/p/modjsmin/
Source0:	mod_jsmin.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0

%description
This is a port of Douglas Crockford's JSMin program so that it can be run as an
apache 2.x filter.

%prep
%setup -q -n %{mod_name}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

head -27 %{mod_name}.c > LICENSE

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc LICENSE
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0-0.r7.8
- (6f14e51) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9585 |14cu|apache-mod_layout-5.1-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.6
%define mod_name mod_layout
%define mod_conf 15_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Add custom header and/or footers for apache
Name:		apache-%{mod_name}
Version:	5.1
Release:	15
Group:		System/Servers
License:	BSD-style
URL:		http://software.tangent.org/
Source0:	http://download.tangent.org/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}

%description
Mod_Layout creates a framework for doing design. Whether you need a simple
copyright or ad banner attached to every page, or need to have something more
challenging such a custom look and feel for a site that employs an array of
technologies (Java Servlets, mod_perl, PHP, CGI's, static HTML, etc...),
Mod_Layout creates a framework for such an environment. By allowing you to
cache static components and build sites in pieces, it gives you the tools for
creating large custom portal sites. 

%prep
%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
%{_bindir}/apxs -c mod_layout.c utility.c layout.c

cat > index.html <<EOF

<p>No documentation exists yet for this module, go to 
<a href="http://software.tangent.org/">tangent.org</a> 
for more information</p>

<p>Meanwhile take a look at the %{_sysconfdir}/httpd/modules.d/%{mod_conf} file</p>

<p>Also please take the time to check out the 
<a href=http://nux.se/apache/>modules for apache</a> 
repository for Mandriva Linux.</p>

<-- replace_me -->

EOF

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name} %{buildroot}%{_var}/www/html/addon-modules/%{name}

# make the example work... (ugly, but it works...)

NEW_URL=/addon-modules/%{name}/index.html
perl -pi -e "s|_REPLACE_ME_|$NEW_URL|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc ChangeLog INSTALL README index.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.1-15
- (c29574b) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9586 |14cu|apache-mod_ldap_userdir-1.1.19-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_ldap_userdir
%define mod_conf A37_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Look up user home directories (for /~user URLs) from an LDAP directory
Name:		apache-%{mod_name}
Version:	1.1.19
Release:	6
Group:		System/Servers
License:	GPL
URL:		http://horde.net/~jwm/software/mod_ldap_userdir/
Source0:	http://horde.net/~jwm/software/mod_ldap_userdir/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
BuildRequires:	openssl-devel
BuildRequires:	openldap-devel
Requires:	openldap
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache-mpm-prefork >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache-mpm-prefork >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Conflicts:	apache-mod_userdir
Epoch:		1

%description
mod_ldap_userdir is a module that enables the Apache web server to look up user
home directories (for /~user URLs) from an LDAP directory.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%configure2_5x --localstatedir=/var/lib \
    --with-apxs=%{_bindir}/apxs \
    --with-tls

#%%make

%{_bindir}/apxs -DTLS=1 -L%{_libdir} -lldap -llber -c mod_ldap_userdir.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc DIRECTIVES README user-ldif
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Fri Sep 11 2015 dsilakov <denis.silakov@rosalab.ru> 1:1.1.19-6
- (b03fce4) Merge pull request #1 from reqwy/apache-mod_ldap_userdir:rosa2014.1
- (b03fce4) Updated.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9587 |14cu|apache-mod_limitipconn-0.24-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_limitipconn
%define mod_conf 85_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.24
Release:	3
Group:		System/Servers
License:	Apache License
URL:		http://dominia.org/djao/limitipconn.html
Source0:	http://dominia.org/djao/limit/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
%{mod_name} is a DSO module for the apache web server to
limit the maximum number of simultaneous connections per IP
address. Allows inclusion and exclusion of files based on MIME
type.

%prep
%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}
mv README mod_limitipconn-README.txt

%build
%{_bindir}/apxs  -c %{mod_name}.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name} %{buildroot}%{_var}/www/html/addon-modules/%{name}

# make the example work... (ugly, but it works...)
NEW_URL=/addon-modules/%{name}
perl -pi -e "s|_REPLACE_ME_|$NEW_URL|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc ChangeLog INSTALL mod_limitipconn-README.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.24-3
- (689d309) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9588 |14cu|apache-mod_line_edit-1.0.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_line_edit
%define mod_conf A95_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	A general-purpose output filter for text documents for Apache
Name:		apache-%{mod_name}
Version:	1.0.0
Release:	13
Group:		System/Servers
License:	GPL
URL:		http://apache.webthing.com/mod_line_edit/
Source0:	http://apache.webthing.com/mod_line_edit/mod_line_edit.c
Source1:	%{mod_conf}
Source2:	http://apache.webthing.com/mod_line_edit/index.html
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
mod_line_edit is a general-purpose filter for text documents. It operates as a
simple on-the-fly line editor, applying search-and-replace rules defined in a
configuration or .htaccess file.

Unlike most of Webing's filter modules, it is not markup-aware, so it is not an
optimal choice for processing HTML or XML, though it may nevertheless be used
with caution (and may be far better than semi-markup-aware options such as
mod_layout).

For non-markup document types such as plain text, and non-markup Web documents
such as Javascript or Stylesheets, it is the best available option in the
absence of a filter that parses any relevant document structures.

mod_line_edit is written for performance and reliability, and should scale
without problems as document size grows. mod_line_edit is fully compatible with
Apache 2.0 and 2.2, and all operating systems and MPMs.

%prep

%setup -q -T -c -n %{mod_name}-%{version}
cp %{SOURCE0} %{mod_name}.c
cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}
cp %{SOURCE2} README.html

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

head -19 %{mod_name}.c > LICENSE

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc LICENSE README.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-13
- (52cdcef) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9589 |14cu|apache-mod_load_average-0.1.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_load_average
%define mod_conf A52_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.1.0
Release:	17
Group:		System/Servers
License:	Apache License
URL:		http://svn.force-elite.com/mod_load_average/trunk/src/
# http://issues.apache.org/bugzilla/show_bug.cgi?id=29122
Source0: 	http://svn.force-elite.com/svn/mod_load_average/trunk/src/mod_load_average.c.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0

%description
mod_load_average uses the getloadavg function to determine if the
request should be serviced. The module has two operating Modes.

First, it has an absolute max load average, if this is reached,
all requests will be rejected with a 503.

The 2nd mode uses the handler type to determine the maximum load
under which they will be served. This enables you for example to
disable PHP or CGI under high loads, but still serve images and
plain html.

%prep

%setup -q -c -T -n %{mod_name}-%{version}
bzcat %{SOURCE0} > %{mod_name}.c

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-17
- (ff0a6ba) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9590 |14cu|apache-mod_log_data-0.0.3-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_log_data
%define mod_conf A13_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.0.3
Release:	17
Group:		System/Servers
License:	Apache License
URL:		http://loghttp.sourceforge.net/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Source2:	README.html.bz2
Patch0:		mod_log_data-apr1.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
Mod_log_data is a module for apache, dumping the content for
all HTTP/HTTPS request made on the webserver. It can be used for
debugging or for security aim. It's done with two filter, easy to
configure in httpd.conf.

%prep

%setup -q -n %{mod_name}
%patch0 -p0

bzcat %{SOURCE2} > README.html

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc README.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.0.3-17
- (2a2ec6a) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9591 |14cu|apache-mod_log_rotate-1.00-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_log_rotate
%define mod_conf A83_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Automatic in-process rotation of transfer log
Name:		apache-%{mod_name}
Version:	1.00
Release:	15
Group:		System/Servers
License:	Apache License
URL:		http://www.hexten.net/mod_log_rotate/
Source0:	http://www.hexten.net/assets/apache2/mod_log_rotate.c
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0

%description
Adds RotateLogs and supporting directives that allow logs to be rotated by the
server without having to pipe them through rotatelogs.

%prep

%setup -q -c -T -n %{mod_name}-%{version}

cp %{SOURCE0} %{mod_name}.c
cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00-15
- (e29cd7d) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9592 |14cu|apache-mod_memcached-0.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.8
%define mod_name mod_memcached
%define mod_conf B30_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	0.3
Release:	12
Group:		System/Servers
License:	Apache License
URL:		http://tangent.org/
Source0:	http://download.tangent.org/mod_memcached-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}
BuildRequires:  libmemcached-devel

%description
This is an Apache module that provides GET, PUT, and DELETE services to
Memcached clusters. Using this you can serve content directly from memcached
through Apache to clients.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
echo "#define VERSION \"%{version}\"" > version.h

%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc ChangeLog README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-12
- (53772ea) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9593 |14cu|apache-mod_mime_xattr-0.4-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_mime_xattr
%define mod_conf A96_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Lets you use file system extended attributes data for MIME type detection
Name:		apache-%{mod_name}
Version:	0.4
Release:	17
License:	Apache License
Group:		System/Servers
Url:		http://0pointer.de/lennart/projects/mod_mime_xattr/
Source0:	http://0pointer.de/lennart/projects/mod_mime_xattr/mod_mime_xattr-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_mime_xattr-0.4-no_silly_checks_because_we_know_the_apache_version_is_ok.diff
BuildRequires:	autoconf2.5
BuildRequires:	automake1.8
BuildRequires:	file
BuildRequires:	lynx
BuildRequires:	apache-devel
BuildRequires:	attr-devel
Requires:	apache
Requires:	apache-conf
Requires:	apache-mod_dav
Requires:	apache-mod_userdir
Requires(pre,postun):	rpm-helper
Requires(pre):	apache
Requires(pre):	apache-conf

%description
mod_mime_xattr is a module for the Apache HTTPD 2.2 which may be used to set a
range of MIME properties of files served from a document tree with extended
attributes (EAs) as supported by the underlying file system. The current
version of mod_mime_xattr has support for Linux style EAs which are supported
by Linux 2.4 with the ACL/EA patches applied and vanilla Linux 2.6. The
following attributes may be used:

 * user.mime_type: set the MIME type of a file explicitly. This
   attribute is compatible with the [17]shared MIME database
   specification as published by [18]freedesktop.org
 * user.charset: set the charset used in a file
 * user.mime_encoding: set the MIME encoding of a file (e.g. gzip)
 * user.apache_handler: set the apache handler of a file explicitly

%files
%doc LICENSE README doc/README.html doc/style.css
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{mod_name}-%{version}
%patch0 -p0

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
rm -f configure
libtoolize --force --copy; aclocal-1.8 ; autoheader; automake-1.8 --add-missing --copy --foreign; autoconf

%configure2_5x --localstatedir=/var/lib
%make

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 src/.libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}


%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-17
- (d78a909) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9594 |14cu|apache-mod_mm_auth_ldap-3.11-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.4
%define mod_name mod_mm_auth_ldap
%define mod_conf A31_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	LDAP Authentication module for Apache 2.x
Name:		apache-%{mod_name}
Version:	3.11
Release:	20
Group:		System/Servers
License:	GPL
URL:		http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.html
Source0:	http://www.muquit.com/muquit/software/mod_auth_ldap/mm_mod_auth_ldap%{version}.tar.bz2
Source1:	%{mod_conf}
BuildRequires:	openssl-devel
BuildRequires:	openldap-devel
BuildRequires:	ghthash-devel
Requires:	openldap
Requires:	apache-mod_ssl
Requires(pre):	rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= %{apache_version}
Requires(pre):	apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	file

%description
LDAP Authentication module for Apache 2.x

%prep

%setup -q -n mm_mod_auth_ldap%{version}
cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# fix attribs
find . -type f|xargs chmod 644
find . -type d|xargs chmod 755

# unless renaming this it will conflict on file level with apache-mod_ldap-2.0.54
mv mm_mod_auth_ldap.c mod_mm_auth_ldap.c
perl -pi -e "s|mm_mod_auth_ldap\.c|mod_mm_auth_ldap\.c|g" mod_mm_auth_ldap.c

# possible symbol clah fix
perl -pi -e "s|mod_auth_ldap|mod_mm_auth_ldap|g" mod_mm_auth_ldap.c

%build

%{_bindir}/apxs -c \
    -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 \
    -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 \
    -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MALLOC_H=1 -DHAVE_UNISTD_H=1 \
    -DHAVE_CTYPE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_STDLIB_H=1 -DHAVE_SOCKET=1 -DHAVE_HTONL=1 \
    -DHAVE_GETHOSTNAME=1 -DHAVE_GETHOSTBYADDR=1 -DHAVE_YP_GET_DEFAULT_DOMAIN=1 -DHAVE_LIBNSL=1 \
    -DHAVE_RES_SEARCH=1 -DHAVE_LIBRESOLV=1 -DHAVE_INET_ATON=1 -DHAVE_DN_SKIPNAME=1 -DWITH_APACHE_22=1 \
    -DWITH_APACHE_2=1 -DHAVE_LDAP=1 -DHAVE_LDAP_START_TLS_S=1 -DHAVE_LDAP_INITIALIZE=1 \
    -I%{_includedir} -L%{_libdir} -lghthash -lldap -llber -lresolv -lnsl mod_mm_auth_ldap.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc README* cache_group.* inst_cacert.pl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Fri Oct 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.11-20
- (d815279) Bump release to rebuild with new config



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9595 |14cu|apache-mod_musicindex-1.4.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.4.0
%define mod_name mod_musicindex
%define mod_conf B31_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	1.4.1
Release:	6
Group:		System/Servers
License:	LGPLv2.1
URL:		http://hacks.slashdirt.org/musicindex/
Source0:	http://hacks.slashdirt.org/musicindex/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_musicindex-libdir.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}
BuildRequires:	pkgconfig(flac)
BuildRequires:	id3tag-devel
BuildRequires:	mad-devel
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	libmp4v2-devel
BuildRequires:	mysql-devel

%description
mod_musicindex is an Apache module aimed at being a C alternative to the Perl
module Apache::MP3. It allows nice displaying of directories containing MP3,
Ogg Vorbis, FLAC, or MP4/AAC files, including sorting them on various fields,
streaming/downloading them, constructing playlists, and searching. It also
provides features such as RSS and Podcast feeds, multiple CSS support, and
archive downloads.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
rm -f configure
autoreconf -fi

%configure2_5x --localstatedir=/var/lib \
    --libdir=%{_libdir}

%make 

%install

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

%makeinstall_std 

mv %{buildroot}%{_libdir}/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/

install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}


%find_lang %{mod_name}

%files -f %{mod_name}.lang
%doc AUTHORS COPYING ChangeLog README README.Handlers
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_datadir}/%{mod_name}




%changelog

* Fri Oct 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-6
- (94eba77) Bump release to rebuild with new config



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9596 |14cu|apache-mod_mya-3.0.1-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_mya
%define mod_conf 80_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	3.0.1
Release:	25
Group:		System/Servers
License:	GPL
URL:		http://www.synthemesc.com/mod_mya/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	mysql-devel
BuildRequires:	file

%description
mod_mya is an Apache Web Server module allowing basic
authentication data to be stored in a MySQL database thus
deprecating file based configuration.
 
%prep

%setup -q -n %{mod_name}-%{version}
perl -pi -e "s/my_connect/mya_connect/g;" *.c

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -DHAVE_STDDEF_H -I%{_includedir}/mysql -L%{_libdir} -Wl,-lmysqlclient -c mod_mya.c
    
%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc AUTHORS README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0.1-25
- (c748e9c) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9597 |14cu|apache-mod_parmguard-1.3c-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_parmguard
%define mod_conf A18_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	1.3c
Release:	19
Group:		System/Servers
License:	GPL
URL:		http://www.trickytools.com/php/mod_parmguard.php
Source0:	http://www.trickytools.com/downloads/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}
Patch0:		mod_parmguard-1.3-soname_fix.diff
Patch1:		mod_parmguard-1.2-apache220_1.diff
Patch2:		mod_parmguard-1.2-apache220_2.diff
Patch3:		mod_parmguard-1.3-checkconf.diff
Patch4:		mod_parmguard-1.3-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	libxml2-devel
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
mod_parmguard is an apache module that intercepts the HTTP
requests and validates the values of request parameters. If values
do not match the criteria, the request is rejected.

%prep

%setup -q -n %{mod_name}-1.3
%patch0 -p0 -b .soname
%patch1 -p0 -b .apache220_1
%patch2 -p1 -b .apache220_2
%patch3 -p0 -b .checkconf
%patch4 -p0 -b .format_not_a_string_literal_and_no_format_arguments

# fix strange perms
find doc/manual -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
export WANT_AUTOCONF_2_5=1
rm -f missing
libtoolize --copy --force; aclocal; autoconf; automake --add-missing

%configure2_5x --localstatedir=/var/lib \
    --with-apxs2=%{_bindir}/apxs

make

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

cp -rp src/.libs .

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

# make the example/tests work... (ugly, but it works...)
perl -pi -e "s|_REPLACE_ME_|%{name}-%{version}|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

# install the checkconf tool
install -d %{buildroot}%{_bindir}
install -m0755 src/checkconf %{buildroot}%{_bindir}/%{mod_name}-checkconf

%files
%doc AUTHORS ChangeLog INSTALL NEWS README TODO doc/manual/* doc/test generator
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%attr(0755,root,root) %{_bindir}/%{mod_name}-checkconf
%{_var}/www/html/addon-modules/*





%changelog

* Mon Oct 19 2015 Denis Silakov <dsilakov@gmail.com> 1:1.3c-19
- (5711f50) Adopt config for modern apache



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9598 |14cu|apache-mod_proxy_xml-0.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_proxy_xml
%define mod_conf A69_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.1
Release:	17
Group:		System/Servers
License:	GPL
URL:		http://apache.webthing.com/mod_proxy_xml/
# there is no official tar ball
# http://apache.webthing.com/svn/apache/filters/xmlns/
Source0:	http://apache.webthing.com/svn/apache/filters/xmlns/mod_proxy_xml.c
Source1:	README.mod_proxy_xml
Source2:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires(pre):	apache-mod_proxy >= 2.2.0
Requires(pre):	apache-mod_xmlns
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
Requires:	apache-mod_proxy >= 2.2.0
Requires:	apache-mod_xmlns
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	apache-mod_xmlns-devel
BuildRequires:	file

%description
mod_proxy_xml is an output filter to rewrite links in a proxy situation, to
ensure that links work for users outside the proxy. It serves the same purpose
as Apache's ProxyPassReverse directive does for HTTP headers, and is an
essential component of a reverse proxy.

%prep

%setup -q -c -T -n %{mod_name}-%{version}

cp %{SOURCE0} mod_proxy_xml.c
cp %{SOURCE1} README
cp %{SOURCE2} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-17
- (17903f6) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9599 |14cu|apache-mod_put-2.0.9-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_put
%define mod_conf 96_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module that implement DELETE and PUT http methods
Name:		apache-%{mod_name}
Version:	2.0.9
Release:	11
Group:		System/Servers
License:	Apache License
URL:		http://www.gknw.net/development/apache/
Source0: 	http://www.gknw.net/development/apache/httpd-2.0/unix/modules/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
This small module implements the HTTP/1.1 PUT and DELETE methods
for apache. Please notice that it can be a big security 
hole to activate them without securing the web server.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# fix strange perms
chmod 644 *

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/

%files
%doc mod_put.html my_cfg.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.0.9-11
- (aebbdb4) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9600 |14cu|apache-mod_qos-11.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.4.0
%define mod_name mod_qos
%define mod_conf B36_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	A quality of service module for the Apache Web Server
Name:		apache-%{mod_name}
Version:	11.12
Release:	3
Group:		System/Servers
License:	GPLv2+
URL:		http://mod-qos.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/mod-qos/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	dos2unix
BuildRequires:	openssl-devel
BuildRequires:	openldap-devel
BuildRequires:	pcre-devel
BuildRequires:	libpng-devel

%description
mod_qos is a quality of service module for the Apache Web Server. It implements
control mechanisms that can provide different priority to different requests
and controls server access based on available resources.

%prep

%setup -q -n %{mod_name}-%{version}
cp %{SOURCE1} %{mod_conf}

sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

find -type f -exec dos2unix {} \;

%build

pushd tools
autoreconf -fi
%configure2_5x \
    --bindir=%{_sbindir}
make
popd

%{_bindir}/apxs -c -DHAVE_OPENSSL apache2/mod_qos.c -lssl -lcrypto

%install

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}/var/lib/%{mod_name}

install -m0755 apache2/.libs/mod_qos.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%makeinstall_std -C tools

%files
%doc doc/* README.TXT
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_qos.so
%attr(0755,root,root) %{_sbindir}/*
%dir %attr(0711,apache,apache) /var/lib/%{mod_name}

%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 11.12-3
- (41fd448) Drop unnecessary post scripts



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9601 |14cu|apache-mod_random-2.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_random
%define mod_conf 17_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	2.1
Release:	13
Group:		System/Servers
License:	BSD
URL:		http://www.tangent.org/
Source0: 	http://download.tangent.org/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
Mod Random provides three services. The first service is redirection: you feed
it URLs and it will redirect to random URLs that you have loaded. The second is
providing environment variables that can be used for implementing ad banner
systems. The third is displaying entire pages of random HTML, using its own
custom handlers in combination with with random ads and quotes that you feed
into the system. It can also supply text via an environment variable called
RANDOM_QUOTE, RANDOM_AD, or by environment variables that you specify. This can
be used to implement fortune cookies, message of the day, entire random pages,
or banner ads.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c mod_random.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc ChangeLog README faq.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.1-13
- (16495a2) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9602 |14cu|apache-mod_replace-0.1.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_replace
%define mod_conf A45_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Replace text strings based on regular expressions
Name:		apache-%{mod_name}
Version:	0.1.0
Release:	16
Group:		System/Servers
License:	BSD
URL:		http://mod-replace.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/mod-replace/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Source2:	docs.html.bz2
Source3:	faq.html.bz2
# http://sourceforge.net/tracker/index.php?func=detail&aid=1110387&group_id=107152&atid=646835
Patch0:		mod_replace.c.diff
Patch1:		mod_replace-0.1.0-apache220.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= 2.2.0
Requires(pre):  apache >= 2.2.0
Requires:       apache-conf >= 2.2.0
Requires:       apache >= 2.2.0
BuildRequires:  apache-devel >= 2.2.0
BuildRequires:	file

%description
mod_replace is an Apache 2.0.x filter module that allows you to
replace text strings based on regular expressions. Most commonly
it is used together with mod_proxy to sanitize the behaviour of
ill behaving web applications / servers when using Apache as an
reverse proxy. Other uses are, of course, supported as well. It
has been tested on Solaris 8/Sparc and Linux/i386 with various
versions of Apache 2.0.x (development started with 2.0.44, tested
with all releases up to 2.0.49). Although it has only been tested
on those two platforms, this doesnt mean it wont work for
others. Any reports of successfull or unsuccessfull deployment is
more than welcome!

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0
%patch1 -p0

bzcat %{SOURCE2} > docs.html
bzcat %{SOURCE3} > faq.html

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c mod_replace.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}/var/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}/var/www/html/addon-modules/%{name}-%{version}

%files
%doc INSTALL LICENSE README docs.html faq.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
/var/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-16
- (4b150f4) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9603 |14cu|apache-mod_roaming-2.0.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_roaming
%define mod_conf 18_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Enables Netscape Communicator roaming profiles with apache
Name:		apache-%{mod_name}
Version:	2.0.0
Release:	16
Group:		System/Servers
License:	BSD-style
URL:		http://www.klomp.org/mod_roaming/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch:		%{mod_name}-register.patch
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
With mod_roaming you can use your apache webserver as a
Netscape Roaming Access server. This allows you to store your
Netscape Communicator 4.5 preferences, bookmarks, address books,
cookies etc. on the server so that you can use (and update) the
same settings from any Netscape Communicator 4.5 that can access
the server. 

%prep

%setup -q -n %{mod_name}-%{version}
%patch

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c mod_roaming.c


%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}/var/lib/mod_roaming

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc CHANGES INSTALL LICENSE README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*
%attr(-,apache,apache) %dir /var/lib/mod_roaming





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.0.0-16
- (70d8311) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9604 |14cu|apache-mod_schema-0.1.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.8
%define mod_name mod_schema
%define mod_conf B35_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Schema handler module
Name:		apache-%{mod_name}
Version:	0.1.8
Release:	7
Group:		System/Servers
License:	LGPL
URL:		http://sourceforge.net/projects/modschema
Source0:	%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
Requires:	apache-mod_apreq >= 2.08
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	glib2-devel
BuildRequires:	libapreq-devel >= 2.08
BuildRequires:	libxml2-devel
BuildRequires:	pkgconfig

%description
mod_schema is an Apache module which allows instance XML document validations
with the W3C schema language. The validation is based on Xerces C++ library and
the module enables a Web tool for multi schema validations.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
%configure2_5x --localstatedir=/var/lib

%make

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc forms COPYING README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8-7
- (3bc25af) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9605 |14cu|apache-mod_scrmable-0.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_scrmable
%define mod_conf A19_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module to scramble words
Name:		apache-%{mod_name}
Version:	0.1
Release:	17
Group:		System/Servers
License:	Apache License
URL:		http://sourceforge.net/projects/modscrmable/
Source0: 	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		mod_scrmable-0.1-apache220.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
mod_scrmable is an apache module to scramble words. As 
long as the first and the last letter of a word are in place you
can still read the word.

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0

# fix strange perms
chmod 644 README

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
mv src/%{mod_name}.c .
%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.1-17
- (0a7e614) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9606 |14cu|apache-mod_security-2.9.1-0.RC1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mod_name mod_security

Name:		apache-%{mod_name}
Version:	2.9.1
Release:	0.RC1.1
Summary:	Open Source Web Application Firewall
Group:		System/Servers
License:	Apache License
URL:		http://www.modsecurity.org/
#Source0:	https://www.modsecurity.org/tarball/%{version}/modsecurity-apache_%{version}.tar.gz
Source0: https://www.modsecurity.org/tarball/2.9.1-rc1/modsecurity-2.9.1-RC1.tar.gz
Source2:	mod_security.logrotate
Source3:	mod_security.conf
Requires:	apache >= 2.4.0
Requires:	mlogc >= 1.4.2
Requires:	unzip
Suggests:	apache-mod_security-crs
BuildRequires:	apache-devel >= 2.4.0
BuildRequires:	curl-devel
BuildRequires:	libxml2-devel
BuildRequires:	lua-devel
BuildRequires:	pcre-devel
Epoch:		1

%description
ModSecurity is an open source intrustion detection and prevention engine for
web applications. It operates embedded into the web server, acting as a
powerful umbrella - shielding applications from attacks.

%package -n	mlogc
Summary:	ModSecurity Audit Log Collector
Group:		System/Servers

%description -n	mlogc
ModSecurity is an open source intrustion detection and prevention engine for
web applications. It operates embedded into the web server, acting as a
powerful umbrella - shielding applications from attacks.

This package contains the ModSecurity Audit Log Collector.

%prep
%setup -q -n modsecurity-%{version}-RC1
find . -type f -exec chmod a+r {} \;

%build
%serverbuild

%configure2_5x --localstatedir=/var/lib \
    --enable-performance-measurement \
    --enable-extentions \
    --with-apxs=%{_bindir}/apxs \
    --with-pcre=%{_prefix} \
    --with-apr=%{_prefix} \
    --with-apu=%{_prefix} \
    --with-libxml=%{_prefix} \
    --with-lua=%{_prefix} \
    --with-curl=%{_prefix}

%make
%make -C mlogc

%install
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_bindir}

install -d %{buildroot}%{_libdir}/apache-extramodules
install -m 755 apache2/.libs/mod_security2.so \
    %{buildroot}%{_libdir}/apache-extramodules/mod_security2.so

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
cat >  %{buildroot}%{_sysconfdir}/httpd/modules.d/10_mod_security.conf <<EOF
LoadModule security2_module modules/mod_security2.so
EOF

install -d %{buildroot}%{_sysconfdir}/httpd/conf.d
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/httpd/conf.d/mod_security.conf

install -d %{buildroot}%{_sysconfdir}/httpd/conf/modsecurity.d
cat >  %{buildroot}%{_sysconfdir}/httpd/conf/modsecurity.d/localrules.conf <<EOF
# Drop your local rules in here.
EOF

install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/mod_security

install -m 755 mlogc/mlogc %{buildroot}%{_bindir}
install -m 755 mlogc/mlogc-batch-load.pl %{buildroot}%{_bindir}/mlogc-batch-load
install -m 644 mlogc/mlogc-default.conf %{buildroot}%{_sysconfdir}/httpd/conf/mlogc.conf

install -d %{buildroot}%{_localstatedir}/lib/%{name}

%files
%doc CHANGES LICENSE README*
%config(noreplace) %{_sysconfdir}/httpd/modules.d/10_mod_security.conf
%config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_security.conf
%dir %{_sysconfdir}/httpd/conf/modsecurity.d
%config(noreplace)  %{_sysconfdir}/httpd/conf/modsecurity.d/localrules.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/mod_security
%{_libdir}/apache-extramodules/mod_security2.so
%attr(770,apache,root) %dir %{_localstatedir}/lib/%{name}

%files -n mlogc
%doc mlogc/INSTALL
%attr(0640,root,apache) %config(noreplace) %{_sysconfdir}/httpd/conf/mlogc.conf
%{_bindir}/mlogc
%{_bindir}/mlogc-batch-load



%changelog

* Tue Oct 18 2016 Denis Silakov <denis.silakov@rosalab.ru> 1:2.9.1-0.RC1.1
- (24d4af9) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9607 |14cu|apache-mod_sesehe-0.1.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_sesehe
%define mod_conf A55_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Modify or remove "Server: " HTTP response header
Name:		apache-%{mod_name}
Version:	0.1.0
Release:	13
Group:		System/Servers
License:	Apache License
URL:		http://jok.is-a-geek.net/mod_sesehe.php
Source0:	http://jok.is-a-geek.net/code/mod_sesehe.c
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
The ServerTokens directive currently can at best be set to Prod, which will
cause apache to return "Apache" as Server header. Some problem still occurs:

First, the level of security by obscurity of this directive is not acceptable
by some people that just want to change it to some other value, without
re-compiling Apache, or people that even want to simply drop the "Server: "
header. Secondly, if apache is configured as a reverse proxy, and a malformed
request is received, then it will display its own server token instead of the
backend one, so we need to handle error response header.

I developed this tiny module by hijacking normal behavior of (reverse) proxy
feature of Apache : i.e. even if a request is not a proxy request, I tag it as
if it was, to make Apache core let me do what I want with this header.

%prep

%setup -q -c -T

cp %{SOURCE0} mod_sesehe.c
cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c mod_sesehe.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/mod_sesehe.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_sesehe.so



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-13
- (2d5989c) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9608 |14cu|apache-mod_sleep-2.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_sleep
%define mod_conf 29_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	2.1
Release:	17
Group:		System/Servers
License:	BSD-style
URL:		http://www.snert.com/Software/mod_sleep/index.shtml
Source0:	mod_sleep201.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
This module simply sleeps a fixed length of time every request.
The sleep time can be configured globally, or per <VirtualHost>,
<Directory>, or <Location>. This module serves more as an example
than providing any really useful function, though someone did ask
for it - sort of. 

%prep

%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c mod_sleep.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc Img CHANGES* index.shtml mailto.js style.css
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-17
- (dd916ef) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9609 |14cu|apache-mod_smtpd-0.9-1.r235759.14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_smtpd
%define mod_conf A38_%{mod_name}.conf
%define mod_so %{mod_name}.so

%define snap r235759

Summary:	A SMTP protocol enabled module for apache 2.x based on qpsmtpd
Name:		apache-%{mod_name}
Version:	0.9
Release:	1.%{snap}.14
Group:		System/Servers
License:	Apache License
URL:		http://www.mail-archive.com/dev@httpd.apache.org/msg27099.html
# http://svn.apache.org/repos/asf/httpd/mod_smtpd/trunk/
Source0: 	%{mod_name}-%{version}-%{snap}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.0.55
Requires(pre):	apache >= 2.0.55
Requires:	apache-conf >= 2.0.55
Requires:	apache >= 2.0.55
BuildRequires:	apache-devel >= 2.0.55
BuildRequires:	file
Epoch:		1

%description
A SMTP protocol enabled module for apache 2.x based on qpsmtpd.

%package	devel
Summary:	Development files for %{mod_name}
Group:		Development/C

%description	devel
Development files for %{mod_name}.

%prep

%setup -q -n %{mod_name}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

cp smtp_core.c mod_smtpd.c

%{_bindir}/apxs -c mod_smtpd.c smtp_protocol.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_includedir}

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

install -m0644 mod_smtpd.h %{buildroot}%{_includedir}/

%files
%doc CREDITS NOTICE STATUS
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*

%files devel
%{_includedir}/*.h





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.9-1.r235759.14
- (9717b47) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9610 |14cu|apache-mod_spam_die-0.1.2-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_spam_die
%define mod_conf 84_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.1.2
Release:	18
Group:		System/Servers
License:	GPL
URL:		http://spam-die.sourceforge.net/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
%{mod_name} confuses spam crawlers by giving them infinite
fake email addresses. It is inspired by DIE.net and
spam-conference. 

%prep

%setup -q -n %{mod_name}-%{version}
# OE: do _not_ apply any register patch here!

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc INSTALL README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.1.2-18
- (2afd270) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9611 |14cu|apache-mod_suphp-0.7.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_suphp
%define mod_conf A36_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.7.1
Release:	10
Group:		System/Servers
License:	GPL
URL:		http://www.suphp.org/
Source0: 	http://www.suphp.org/download/suphp-%{version}.tar.gz
Source1:	%{mod_conf}
Source2:	suphp.conf
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
BuildRequires:	automake
Requires:	php-cgi
Requires:	php-fcgi
Epoch:		1

%description
suPHP is a tool for executing PHP scripts with the permissions of their owners.
It consists of an Apache module (mod_suphp) and a setuid root binary (suphp)
that is called by the Apache module to change the uid of the process executing
the PHP interpreter.

This package provides support for php as of:

 o mod_suphp.so uses the %{_bindir}/php-cgi binary
 o mod_suphp_fcgi.so uses the %{_bindir}/php-fcgi binary

%prep

%setup -q -n suphp-%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

cp %{SOURCE2} suphp.conf

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
rm -f configure
libtoolize --copy --force
aclocal
automake --add-missing --copy
autoconf

COMMON_CONFIGURE="--enable-checkpath \
    --enable-checkuid \
    --enable-checkgid \
    --with-apxs=%{_bindir}/apxs \
    --with-apr=%{_bindir}/apr-1-config \
    --with-setid-mode=owner \
    --with-min-uid=500 \
    --with-min-gid=500 \
    --with-apache-user=apache"


%configure2_5x --localstatedir=/var/lib \
    $COMMON_CONFIGURE \
    --with-php=%{_bindir}/php-cgi \
    --with-logfile=/var/log/httpd/suphp_log

pushd src/apache2
    %{_bindir}/apxs \
    -I. \
    -DHAVE_CONFIG_H \
    -DSUPHP_PATH_TO_SUPHP=\\\"%{_sbindir}/suphp\\\" \
    -c mod_suphp.c
popd
cp src/apache2/.libs/mod_suphp.so .

%make -C src suphp
cp src/suphp suphp
make clean

%configure2_5x --localstatedir=/var/lib \
    $COMMON_CONFIGURE \
    --with-php=%{_bindir}/php-fcgi \
    --with-logfile=/var/log/httpd/suphp_fcgi_log

cp src/apache2/mod_suphp.c src/apache2/mod_suphp_fcgi.c
perl -pi -e "s|suphp|suphp_fcgi|g" src/apache2/mod_suphp_fcgi.c
perl -pi -e "s|suPHP|suPHP_fcgi|g" src/apache2/mod_suphp_fcgi.c

pushd src/apache2
    %{_bindir}/apxs \
    -I. \
    -DHAVE_CONFIG_H \
    -DSUPHP_PATH_TO_SUPHP=\\\"%{_sbindir}/suphp_fcgi\\\" \
    -c mod_suphp_fcgi.c
popd
cp src/apache2/.libs/mod_suphp_fcgi.so .

%make -C src suphp
cp src/suphp suphp_fcgi
make clean

%install
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 mod_suphp.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0755 mod_suphp_fcgi.so %{buildroot}%{_libdir}/apache-extramodules/

install -m0755 suphp %{buildroot}%{_sbindir}/suphp
install -m0755 suphp_fcgi %{buildroot}%{_sbindir}/suphp_fcgi

install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
install -m0644 suphp.conf %{buildroot}%{_sysconfdir}/suphp.conf

# install log rotation stuff
cat > %{buildroot}%{_sysconfdir}/logrotate.d/apache-%{mod_name} << EOF
/var/log/httpd/suphp_log /var/log/httpd/suphp_fcgi_log {
    size=2000M
    rotate 5
    monthly
    missingok
    notifempty
    nocompress
    prerotate
	%{_initrddir}/httpd closelogs > /dev/null 2>&1
    endscript
    postrotate
	%{_initrddir}/httpd closelogs > /dev/null 2>&1
    endscript
}
EOF

cat > REAME.MDK << EOF
A P A C H E - M O D _ S U P H P
-------------------------------

This package provides ways to run php scripts under the uid and gid of the
user owning the vhost using the CGI mode oh php.

The documentation states it is possible to use suphp with the mod_php DSO
installed, but this is not recommended and beyond the scope of this simple
documentation.

You have three suphp DSO's to choose from, but you have to manually 
enable the ones you want to use in the %{_sysconfdir}/httpd/conf.d/%{mod_conf1}
file.

 o mod_suphp.so uses the %{_bindir}/php-cgi binary
 o mod_suphp_fcgi.so uses the %{_bindir}/php-fcgi binary

Additionally you also have to install the nessesary php bits like so:

urpmi php-cgi

Or:

urpmi php-fcgi

Good luck!

Regards // Oden Eriksson
EOF

%files
%doc AUTHORS COPYING ChangeLog README REAME.MDK doc
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/suphp.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/apache-%{mod_name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(4755,root,root) %{_sbindir}/suphp
%attr(4755,root,root) %{_sbindir}/suphp_fcgi
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_suphp.so
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_suphp_fcgi.so



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.7.1-10
- (821e97f) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9612 |14cu|apache-mod_svn_view-0.1.0-1.r148.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_svn_view
%define mod_conf A59_%{mod_name}.conf
%define mod_so %{mod_name}.so

%define snap r148

Summary:	Mod_svn_view provides a web-based view of a Subversion repository
Name:		apache-%{mod_name}
Version:	0.1.0
Release:	1.%{snap}.7
Group:		System/Servers
License:	GPL
URL:		http://www.outoforder.cc/projects/apache/mod_svn_view/
Source0:	%{mod_name}-%{version}-%{snap}.tar.bz2
Source1:	%{mod_conf}
Patch0:		mod_svn_view-svn16x_fix.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.0.54
Requires(pre):	apache >= 2.0.54
Requires:	apache-conf >= 2.0.54
Requires:	apache >= 2.0.54
Requires:	apache-mod_transform
BuildRequires:  apache-devel >= 2.0.54
BuildRequires:	autoconf2.5
BuildRequires:	automake1.8
BuildRequires:	subversion-devel
BuildRequires:	libtool
BuildRequires:	libxml2-devel >= 2.6.11
BuildRequires:	libxslt-devel >= 1.1.5
BuildRequires:	file
BuildRequires:	python

%description
mod_svn_view provides a web-based view of a Subversion repository, similar to
Chora, or viewcvs. What makes mod_svn_view different is it uses the Subversion
libraries directly instead of executing the command line client, and thus has
tremendous speed. It is also written in C as an Apache 2.0 module and generates
a simple XML output that can be run through XSL Transformations via
mod_transform to generate a customized look. 

%prep

%setup -q -n %{mod_name}
%patch0 -p1

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# libtool
perl -pi -e "s|AC_PROG_RANLIB|AC_PROG_LIBTOOL|g" configure*

# fix apr
if [ -x %{_bindir}/apr-config ]; then APR=%{_bindir}/apr-config; fi || echo APR=%{_bindir}/apr-1-config
if [ -x %{_bindir}/apu-config ]; then APU=%{_bindir}/apu-config; fi || echo APU=%{_bindir}/apu-1-config
perl -pi -e "s|%{_bindir}/apr-config|$APR|g" m4/*.m4
perl -pi -e "s|%{_bindir}/apu-config|$APU|g" m4/*.m4

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" m4/*.m4

%build
rm -rf autom4te.cache
touch ./config.in
#libtoolize --force --copy; aclocal-1.7 -I m4; automake-1.7 --add-missing --copy --foreign; autoheader; autoconf

if [ -x %{_bindir}/apr-config ]; then APR=%{_bindir}/apr-config; fi || echo APR=%{_bindir}/apr-1-config
if [ -x %{_bindir}/apu-config ]; then APU=%{_bindir}/apu-config; fi || echo APU=%{_bindir}/apu-1-config

export CFLAGS="`%{_sbindir}/apxs -q CFLAGS` `$APR --cflags --includes`"
export CXXFLAGS="`%{_sbindir}/apxs -q CFLAGS` `$APR --cflags --includes`"
#export LIBTOOL="`$APR --apr-libtool`"

sh ./autogen.sh
autoconf

%configure2_5x --localstatedir=/var/lib

%make

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -d %{buildroot}/var/www/mod_svn_view/xslt
install -d %{buildroot}/var/www/mod_svn_view/themes/blueview

install -m0644 themes/blueview/* %{buildroot}/var/www/mod_svn_view/themes/blueview
install -m0644 xslt/default.xsl %{buildroot}/var/www/mod_svn_view/xslt/default.xsl

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}/var/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}/var/www/html/addon-modules/%{name}-%{version}

%files
%doc CREDITS LICENSE NOTICE
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0644,root,root) %config(noreplace) /var/www/mod_svn_view/xslt/default.xsl
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
/var/www/html/addon-modules/*
/var/www/mod_svn_view/themes/blueview





%changelog

* Mon Oct 19 2015 Denis Silakov <dsilakov@gmail.com> 0.1.0-1.r148.7
- (2d8a447) Adopt config for modern apache



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9613 |14cu|apache-mod_tidy-0.5.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_tidy
%define mod_conf 31_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.5.5
Release:	15
Group:		System/Servers
License:	Apache License
URL:		http://mod-tidy.sourceforge.net/
Source0:	http://www.gknw.at/development/apache/httpd-2.0/unix/modules/%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.0.55
Requires(pre):	apache >= 2.0.55
Requires:	apache-conf >= 2.0.55
Requires:	apache >= 2.0.55
BuildRequires:	apache-devel >= 2.0.55
BuildRequires:	tidy-devel
BuildRequires:	file
Epoch:		1

%description
mod_tidy is a TidyLib based DSO module for the Apache HTTP Server
Version 2 to parse, clean-up and pretty-print the webservers'
(X)HTML output.

%prep

%setup -q -n %{mod_name}-%{version}

# fix strange perms
chmod 644 README Changes

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
 
%{_bindir}/apxs -ltidy -c src/%{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

cp -rp src/.libs .

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc README Changes
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.5.5-15
- (2890c24) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9614 |14cu|apache-mod_traf_thief-0.01-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_traf_thief
%define mod_conf A21_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.01
Release:	17
Group:		System/Servers
License:	BSD-like
URL:		http://web.god.net.ru/projects/mod_traf_thief/
Source0: 	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
This simple module allows you to redirect percent of traffic to 
your url. For example you have free-based hosting services and you
need to redirect each 100 request to your resource From virtual
host user1.free.com. mod_traf_thief allow you to do this.

%prep

%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc index.html License*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.01-17
- (d044fbd) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9615 |14cu|apache-mod_transform-0.6.0-40
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_transform
%define mod_conf A46_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	XSLT and XIncludes Output filter for Apache 2
Name:		apache-%{mod_name}
Version:	0.6.0
Release:	40
Group:		System/Servers
License:	GPL
URL:		http://www.outoforder.cc/projects/apache/mod_transform/
Source0:	http://www.outoforder.cc/downloads/mod_transform/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= 2.0.54
Requires(pre):  apache >= 2.0.54
Requires:       apache-conf >= 2.0.54
Requires:       apache >= 2.0.54
BuildRequires:  apache-devel >= 2.0.54
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	libxml2-devel >= 2.6.11
BuildRequires:	libxslt-devel >= 1.1.5
BuildRequires:	file

%description
mod_transform is a filter module that allows Apache 2.0 to do
dynamic XSL Transformations on either static XML documents, or XML
documents generated from another Apache module or CGI program.

%prep

%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# fix apr
if [ -x %{_bindir}/apr-config ]; then APR=%{_bindir}/apr-config; fi || echo APR=%{_bindir}/apr-1-config
if [ -x %{_bindir}/apu-config ]; then APU=%{_bindir}/apu-config; fi || echo APU=%{_bindir}/apu-1-config
perl -pi -e "s|%{_bindir}/apr-config|$APR|g" m4/*.m4
perl -pi -e "s|%{_bindir}/apu-config|$APU|g" m4/*.m4

%build
libtoolize --copy --force; aclocal -I m4; automake --add-missing --copy --foreign; autoconf

%configure2_5x --localstatedir=/var/lib

%make

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 src/.libs/libmod_transform.so %{buildroot}%{_libdir}/apache-extramodules/mod_transform.so
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}/var/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}/var/www/html/addon-modules/%{name}-%{version}

%files
%doc README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
/var/www/html/addon-modules/*




%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.6.0-40
- (23083b4) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9616 |14cu|apache-mod_upload-0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_upload
%define mod_conf A70_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0
Release:	15
Group:		System/Servers
License:	GPL
URL:		http://apache.webthing.com/mod_upload/
# there is no official tar ball
# http://apache.webthing.com/svn/apache/forms/mod_upload.c
Source0:	http://apache.webthing.com/svn/apache/filters/xmlns/mod_upload.c
Source1:	README.mod_upload
Source2:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
mod_upload is an input filter module for multipart/form-data, as submitted from
File Upload forms on the Web. mod_upload decodes the data, so the handler gets
the file itself without the MIME encoding. Other fields from the form are
provided as a table of names/values.

%prep

%setup -q -c -T -n %{mod_name}-%{version}

cp %{SOURCE0} %{mod_name}.c
cp %{SOURCE1} README
cp %{SOURCE2} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0-15
- (0f4e2a2) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9617 |14cu|apache-mod_variety-0.2.1-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_variety
%define mod_conf 78_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Apache module to serve random files from a directory
Name:		apache-%{mod_name}
Version:	0.2.1
Release:	18
Group:		System/Servers
License:	BSD
URL:		http://pmade.org/pjones/software/mod_variety/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}
Source2:	README.html.variety.bz2
Patch0:		%{mod_name}-0.2.0-register.patch
Patch1:		mod_variety-0.2.1-apache220.diff
BuildRequires:	unzip
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
mod_variety is an Apache 2.x module that will serve a random file
from the requested directory. It is useful for serving random
images or completely random sites. 

%prep

%setup -q -n %{mod_name}-%{version}
%patch0 -p0
%patch1 -p0
bzcat %{SOURCE2} > README.html

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

# fix strange file permissions
find -type f|xargs chmod 644

cp src/%{mod_name}.c %{mod_name}.c

# make doesn't work, but this does (real qute!)
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc README.html docs/manual/*.xml docs/CREDITS docs/manual.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Mon Oct 19 2015 Denis Silakov <dsilakov@gmail.com> 1:0.2.1-18
- (9d7b16d) Adopt config for modern apache



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9618 |14cu|apache-mod_vdbh-1.0.3-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_vdbh
%define mod_conf 21_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	A Virtual Database Hosting DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	1.0.3
Release:	24
Group:		System/Servers
License:	GPL
URL:		http://www.synthemesc.com/mod_vdbh/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	mysql-devel
BuildRequires:	file
Epoch:		1

%description
mod_vdbh is an Apache Web Server module allowing mass virtual
hosting without the need for file based configuration. The virtual
host paths are translated from a MySQL database at request time,
thus the configuration can be changed without having to restart
Apache Web Server.

%prep

%setup -q -n %{mod_name}-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -DHAVE_STDDEF_H -I%{_includedir}/mysql -L%{_libdir} -Wl,-lmysqlclient -c mod_vdbh.c
    
%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc AUTHORS README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.0.3-24
- (743d65d) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9619 |14cu|apache-mod_vhost_mysql-0.10-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_vhost_mysql
%define mod_conf A74_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.10
Release:	23
License:	GPL
Group:		System/Servers
Url:		http://fabienne.tc2.utelisys.net/~skinkie/mod_vhost_mysql2/
Source0:	http://fabienne.tc2.utelisys.net/~skinkie/mod_vhost_mysql2/mod_vhost_mysql2-0.10.tar.bz2
Source1:	%{mod_conf}.bz2
BuildRequires:	file
BuildRequires:	apache-devel
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(openssl)
Requires:	apache
Requires:	apache-conf
Requires(pre):	apache
Requires(pre):	apache-conf
Requires(pre,postun):	rpm-helper

%description
This module provides dynamically configured virtual Hosting. using MySQL in
Apache2.

%files
%doc README vh.sql
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{mod_name}2-%{version}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
apxs `mysql_config --include` -lmysqlclient -c %{mod_name}.c

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}


%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.10-23
- (a3d37aa) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9620 |14cu|apache-mod_vhs-1.0.32-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_vhs
%define mod_conf A73_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	1.0.32
Release:	22
Group:		System/Servers
License:	GPL
URL:		http://www.oav.net/projects/mod_vhs/
Source0:	http://www.oav.net/projects/mod_vhs/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
BuildRequires:	libhome-devel
BuildRequires:	php-devel

%description
mod_vhs is an Apache 2.0/2.1 Web server module allowing mass virtual hosting
without the need for file-based configuration. The virtual host paths are
translated from any database supported by libhome at request time from MySQL,
LDAP, PAM, or a system password file. PHP security can be basically
auto-configured from the database using this module.

%prep

%setup -q -n %{mod_name}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# fix attribs
chmod 644 *

%build
%{_bindir}/apxs -DDEBIAN `apr-1-config --includes` `libhome.sh --includes` `php-config --includes` -lhome -DHAVE_MOD_PHP_SUPPORT -c %{mod_name}.c

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc AUTHORS ChangeLog README* THANKS TODO WARNING
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.32-22
- (6a8e5cc) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9621 |14cu|apache-mod_webfilter-0.6-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_webfilter
%define mod_conf A12_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	An apache content filter module
Name:		apache-%{mod_name}
Version:	0.6
Release:	16
Group:		System/Servers
License:	GPL
URL:		http://software.othello.ch/mod_webfilter/
Source0:	%{mod_name}-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Source2:	mod_webfilter.txt.bz2
Patch0:		mod_webfilter-0.6-misc_fixes.patch
Patch1:		mod_webfilter-0.6-apache220.diff
Requires:	apache-mod_php
Requires:	apache-mod_proxy
BuildRequires:	autoconf2.5
BuildRequires:	automake
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
BuildRequires:	gdbm-devel
Epoch:		1

%description
Even though the free software community opposes censoring efforts
on the Internet, corporations still prefer to restrict the access
their employees have to the interet with technical measures.
Flexible solutions for URL filtering have so far mostly been
provided by commercial software vendors, free software
implementations usually were not versatile enough for commercial
environments. Unfortunately, this also meant that commercial
products were used for proxies and firewalls, and in the process
for many other things as well. 


We believe that mod_webfilter could improve this. In the webfilter
databases, each hostname or domain suffix is categorized with one
or more categories describing the content the site offers. The
administrator can configure the module with a whitelist and a
blacklist. If the hostname requested by a user has a category as
specified in the whitelist, the request is accepted, even if the
following blacklist test would reject it. If the hostname
requested has a category as specified in the black list, it is
rejected. All other requests are accepted, but tag filtering, an
additional capability of the module, is applied to the content
delivered for this URL. 


In principle, one database for blacklist and whitelist would be
enough, nevertheless the module allows the databases for whitelist
and blacklist to be different. This makes sense e.g. in a setting
where the blacklist is imported from some public database of
`indecent' URLs, and the whitelist is a locally maintained
database of exceptions. 

%prep
%setup -q -n %{mod_name}-%{version}
%patch0 -p1
%patch1 -p0

bzcat %{SOURCE2} > mod_webfilter.txt

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
export WANT_AUTOCONF_2_5=1
libtoolize --copy --force; aclocal; autoconf; automake

export CFLAGS=`%{_bindir}/apxs -q CFLAGS`

%configure2_5x --localstatedir=/var/lib \
    --with-apxs=%{_bindir}/apxs \
    --with-htdocs=%{_var}/www/html/admin/mod_webfilter

make

pushd module
    # the autoconf stuff is a mess, we have to build the module "by hand"
    echo "static char *mod_webfilter_version = \"%{version}\";" > mod_webfilter_version.h
    %{_bindir}/apxs -c mod_webfilter.c
    mv .libs ../
popd

%install
%makeinstall_std

install -d %{buildroot}%{_var}/www/html/admin/%{mod_name}
install -d %{buildroot}/var/lib/%{mod_name}

# create some funny defaults ;)
echo "bad_sites no_visit" | %{buildroot}%{_bindir}/webfilter_create \
    %{buildroot}/var/lib/mod_webfilter/blacktypes

echo "good_sites go_visit" | %{buildroot}%{_bindir}/webfilter_create \
    %{buildroot}/var/lib/mod_webfilter/whitetypes

echo "www.microsoft.com bad_sites #bad" | %{buildroot}%{_bindir}/webfilter_create \
    %{buildroot}/var/lib/mod_webfilter/black

echo "nux.se good_sites #good" | %{buildroot}%{_bindir}/webfilter_create \
    %{buildroot}/var/lib/mod_webfilter/white

# remove silly things...
rm -f %{buildroot}%{_var}/www/html/admin/mod_webfilter/*

# install the web stuff
install -m644 web/whitelist.php %{buildroot}%{_var}/www/html/admin/mod_webfilter/whitelist.php

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc doc/mod_webfilter.html AUTHORS ChangeLog NEWS README TODO mod_webfilter.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,apache,apache) %dir /var/lib/mod_webfilter
%attr(0666,apache,apache) %config(noreplace) /var/lib/mod_webfilter/white
%attr(0666,apache,apache) %config(noreplace) /var/lib/mod_webfilter/black
%attr(0666,apache,apache) %config(noreplace) /var/lib/mod_webfilter/whitetypes
%attr(0666,apache,apache) %config(noreplace) /var/lib/mod_webfilter/blacktypes
%attr(0755,root,root) %{_bindir}/webfilter_*
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*
%attr(0644,root,root) %{_var}/www/html/admin/mod_webfilter/whitelist.php
%{_mandir}/man1/webfilter_*





%changelog

* Mon Oct 19 2015 dsilakov <denis.silakov@rosalab.ru> 1:0.6-16
- (2bacc59) Merge pull request #2 from nchuykin/apache-mod_webfilter:rosa2014.1
- (2bacc59) Configs to Apache 2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9622 |14cu|apache-mod_websh-3.5.0-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_websh
%define mod_conf 24_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Tcl scripting as a DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	3.5.0
Release:	21
Group:		System/Servers
License:	Apache License
URL:		http://tcl.apache.org/websh/
Source0:	websh-%{version}.tar.bz2
Source1:	%{mod_conf}
Patch0:		%{mod_name}-register.patch
Patch1:		websh-tcl_version.diff
BuildRequires:	tcl >= 8.4.5
BuildRequires:	tcl-devel >= 8.4.5
BuildRequires:	autoconf2.5
BuildRequires:	automake
Requires:	tcl >= 8.4.5
Requires(pre): tcl >= 8.4.5
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
Websh is a rapid development environment for building powerful,
fast, and reliable web applications. webshell is versatile and
handles everything from HTML generation to data-base driven
one-to-one page customization.

%prep

%setup -q -n websh-%{version}
%patch0 -p0
%patch1 -p0

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
cd src/unix
export WANT_AUTOCONF_2_5=1
rm -f missing
libtoolize --copy --force; aclocal; autoconf; automake --copy --foreign --add-missing --force-missing ||:

export INC="-I`%{_bindir}/apxs -q INCLUDEDIR` `apr-1-config --includes` `apu-1-config --includes`"

%configure2_5x --localstatedir=/var/lib \
    --enable-shared \
    --enable-threads \
    --with-httpdinclude=%{_includedir}/apache

perl -pi -e "s|^HTTPD_INCLUDES.*|HTTPD_INCLUDES = $INC|g" Makefile

cp configure.ac configure.in
make mod_websh.so

mkdir ../../.libs; mv mod_websh%{version}.so ../../.libs/mod_websh.so

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc INSTALL README src/ChangeLog src/license.terms doc/html/* doc/quickref.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*

%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.5.0-21
- (3c15d79) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9623 |14cu|apache-mod_wsgi-3.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.8
%define mod_name mod_wsgi
%define mod_conf B23_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Python WSGI adapter module for Apache
Name:		apache-%{mod_name}
Version:	3.4
Release:	3
Group:		System/Servers
License:	Apache License
URL:		http://code.google.com/p/modwsgi/
Source0:	http://modwsgi.googlecode.com/files/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= %{apache_version}
Requires(pre):	apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	python-devel
BuildRequires:	apache-mpm-prefork >= %{apache_version}

%description
The mod_wsgi adapter is an Apache module that provides a WSGI compliant
interface for hosting Python based web applications within Apache. The
adapter is written completely in C code against the Apache C runtime and
for hosting WSGI applications within Apache has a lower overhead than using
existing WSGI adapters for mod_python or CGI.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
rm -f configure
autoconf

%configure2_5x --localstatedir=/var/lib \
    --with-apxs=%{_bindir}/apxs

%make

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc LICENCE README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.4-3
- (27ece89) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9624 |14cu|apache-mod_xhtml-0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_xhtml
%define mod_conf A68_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Adds XHTML Namespace processing to the Apache Webserver
Name:		apache-%{mod_name}
Version:	0
Release:	15
Group:		System/Servers
License:	GPL
URL:		http://apache.webthing.com/mod_xhtml/
# there is no official tar ball
# http://apache.webthing.com/svn/apache/filters/xmlns/
Source0:	http://apache.webthing.com/svn/apache/filters/xmlns/mod_xhtml.c
Source1:	README.mod_xhtml
Source2:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires(pre):	apache-mod_xmlns
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
Requires:	apache-mod_xmlns
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	apache-mod_xmlns-devel
BuildRequires:	file

%description
mod_xhtml provides a namespace processor for http://www.w3.org/1999/xhtml that
serves to ensure XHTML meets the W3C Appendix C guidelines for compatibility
with HTML browsers and the text/html MIME type. In addition, mod_xhtml
implements Server Side  Includes (SSI), both as Apache's comment-driven
processing language and as a separate XML namespace processor.

%prep

%setup -q -c -T -n %{mod_name}-%{version}

cp %{SOURCE0} mod_xhtml.c
cp %{SOURCE1} README
cp %{SOURCE2} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0-15
- (8503106) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9625 |14cu|apache-mod_xhtml_neg-1.0a-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.8
%define mod_name mod_xhtml_neg
%define mod_conf B39_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	An XHTML content negotiation module for Apache
Name:		apache-%{mod_name}
Version:	1.0a
Release:	11
Group:		System/Servers
License:	Apache License
URL:		http://mod-xhtml-neg.sourceforge.net/
Source0:	http://dfn.dl.sourceforge.net/sourceforge/mod-xhtml-neg/%{mod_name}2-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	dos2unix

%description
This module provides content negotiation facilities for XHTML documents that
conform to Appendix C compatibility requirements of the XHTML 1.0
specification. This allows compatible browsers to view XHTML content as
XML-compliant documents, and older or less compatible clients to view XHTML
content as text/html documents.

%prep

%setup -q -n %{mod_name}-2.0

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

find -type f -exec dos2unix {} \;

%build
%{_bindir}/apxs -c mod_xhtml_neg.c lookupa.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc LICENSE README mod_xhtml_neg.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}




%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-11
- (7556bc9) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9626 |14cu|apache-mod_xml2enc-1.0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_xml2enc
%define mod_conf A29_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Extended internationalisation support
Name:		apache-%{mod_name}
Version:	1.0.3
Release:	9
Group:		System/Servers
License:	Apache License
URL:		http://apache.webthing.com/mod_xml2enc/
Source0:	http://apache.webthing.com/svn/apache/filters/mod_xml2enc.c
Source1:	http://apache.webthing.com/svn/apache/filters/mod_xml2enc.h
Source2:	README.mod_xml2enc
Source3:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	libxml2-devel
BuildRequires:	file

%description
mod_xml2enc is a transcoding module that can be used to extend the
internationalisation support of libxml2-based filter modules by converting
encoding before and/or after the filter has run. Thus an unsupported input
charset can be converted to UTF-8, and output can also be converted to another
charset if required.

%package	devel
Summary:	Development API for the mod_xml2enc apache module
Group:		Development/C

%description	devel
mod_xml2enc is a transcoding module that can be used to extend the
internationalisation support of libxml2-based filter modules by converting
encoding before and/or after the filter has run. Thus an unsupported input
charset can be converted to UTF-8, and output can also be converted to another
charset if required.

This package contains the development API for the mod_xml2enc apache module.

%prep

%setup -q -c -T -n %{mod_name}-%{version}

cp %{SOURCE0} .
cp %{SOURCE1} .
cp %{SOURCE2} README.mod_xml2enc
cp %{SOURCE3} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

head -40 %{mod_name}.c > LICENCE

%build
%{_bindir}/apxs `xml2-config --cflags` `xml2-config --libs` %{ldflags} -c %{mod_name}.c

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_includedir}
install -m0644 mod_xml2enc.h %{buildroot}%{_includedir}/

%files
%doc README.mod_xml2enc LICENCE
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

%files devel
%attr(0644,root,root) %{_includedir}/mod_xml2enc.h



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-9
- (fdbec5e) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9627 |14cu|apache-mod_xmlns-0.97-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_xmlns
%define mod_conf A67_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Adds XML Namespace processing to the Apache Webserver
Name:		apache-%{mod_name}
Version:	0.97
Release:	17
Group:		System/Servers
License:	GPL
URL:		http://apache.webthing.com/mod_xmlns/
# there is no official tar ball
# http://apache.webthing.com/svn/apache/filters/xmlns/
Source0:	http://apache.webthing.com/svn/apache/filters/xmlns/mod_xmlns.c
Source1:	http://apache.webthing.com/svn/apache/filters/xmlns/xmlns.h
Source2:	README.mod_xmlns
Source3:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file

%description
mod_xmlns adds XML Namespace support to Apache, and may form the basis of
XML-driven publishing systems. It runs as an output filter, so it works
automatically with any content generator.

%package	devel
Summary:	Development API for the mod_xmlns apache module
Group:		Development/C

%description	devel
mod_xmlns adds XML Namespace support to Apache, and may form the basis of
XML-driven publishing systems. It runs as an output filter, so it works
automatically with any content generator.

This package contains the development API for the mod_xmlns apache module.

%prep

%setup -q -c -T -n %{mod_name}-%{version}

cp %{SOURCE0} mod_xmlns.c
cp %{SOURCE1} xmlns.h
cp %{SOURCE2} README
cp %{SOURCE3} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_includedir}

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 xmlns.h %{buildroot}%{_includedir}/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

%files devel
%attr(0644,root,root) %{_includedir}/xmlns.h



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.97-17
- (95242d5) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9628 |14cu|apache-mod_xsendfile-0.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.0
%define mod_name mod_xsendfile
%define mod_conf A58_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Process X-SENDFILE header cgi/scripts may set
Name:		apache-%{mod_name}
Version:	0.12
Release:	4
Group:		System/Servers
License:	Apache License
URL:		https://tn123.org/mod_xsendfile/
Source0:	https://tn123.org/mod_xsendfile/mod_xsendfile-%{version}.tar.bz2
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}

%description
mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers
registered by the original output handler. If it encounters the presence of
such a header, it will discard all output and send the file specified by that
header instead, using Apache internals including all optimizations like
caching- headers and sendfile or mmap if configured. It is useful for
processing script output of PHP, Perl, or other CGI programs.

%prep
%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc docs/Readme.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.12-4
- (cb9b1ba) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9629 |14cu|apache-mod_xslt_filter-1.5.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.8
%define mod_name mod_xslt_filter
%define mod_conf B37_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Performs XSL transformation on the fly
Name:		apache-%{mod_name}
Version:	1.5.2
Release:	9
Group:		System/Servers
License:	Apache License
URL:		http://sourceforge.net/projects/xslt-filter/
Source0:	xslt_filter-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		xslt_filter-correct_naming_fix.diff
Patch1:		xslt_filter-1.5.2-format_not_a_string_literal_and_no_format_arguments.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	automake
BuildRequires:	dos2unix
BuildRequires:	libtool
BuildRequires:	libxml2-devel >= 2.6.30
BuildRequires:	libxslt-devel >= 1.1.20

%description
XSLT Filter is an Apache2 loadable module which performs XSL transformation on
the fly. It uses LibXML2+LibXSLT as parsing and transformation engines. The
module acts as an Apache output fitler and is compatible with mod_perl, CGI and
PHP applications.

%prep
%setup -q -n xslt_filter-%{version}
%patch0 -p1
%patch1 -p0

mv xslt_filter.c %{mod_name}.c

cp %{SOURCE1} %{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{mod_conf}

find -type f -exec dos2unix {} \;

%build
rm -f configure
libtoolize --copy --force; aclocal; autoconf; automake --add-missing --copy --foreign; autoconf
export APXS2="%{_bindir}/apxs"

%configure2_5x --localstatedir=/var/lib

%make

%install
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-9
- (a2717ca) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9630 |14cu|apache-mod_ziplook-0.99-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_ziplook
%define mod_conf 87_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.99
Release:	17
Group:		System/Servers
License:	BSD
URL:		http://pihl.kumpu.org/ziplook/index2.html
Source0: 	%{mod_name}2-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
# http://www.winimage.com/zLibDll/unzip21.zip
Source2:	unzip21.zip
BuildRequires:	unzip
BuildRequires:	zip
BuildRequires:	zlib-devel
BuildRequires:	perl
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	file
Epoch:		1

%description
With the mod_ziplook apache module you can view zip-archive
files directly in apache without extracting them to
filesystem. It's useful with large documentation zip-files which
are not very often hit. 

%prep

%setup -q -n ziplook

unzip %{SOURCE2}
zip README.zip README

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c -I. -lz

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

# make the example work... (ugly, but it works...)

NEW_URL=/addon-modules/%{name}-%{version}/
perl -pi -e "s|_REPLACE_ME_|$NEW_URL|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%files
%doc README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.99-17
- (4cd7bf5) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9631 |14cu|apache-mod_zipread-0.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_zipread
%define mod_conf A16_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	0.1
Release:	17
Group:		System/Servers
License:	GPL
URL:		http://modzipread.sourceforge.net/
Source0: 	modzipread-%{version}.tar.bz2
Source1:	%{mod_conf}.bz2
Patch0:		modzipread-0.1-header_fix.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	zziplib-devel
BuildRequires:	file
Epoch:		1

%description
Mod ZipRead is an Apache module to browser Zip Archives. It uses
zziplib.

%prep

%setup -q -n modzipread-%{version}
%patch0 -p0

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build

%{_bindir}/apxs -c %{mod_name}.c -lzzip

%install

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
sed -i "s|_MODULE_DIR_|%{_libdir}/apache-extramodules|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name}-%{version} %{buildroot}%{_var}/www/html/addon-modules/%{name}-%{version}

%files
%doc AUTHORS ChangeLog DESC INSTALL
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*





%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.1-17
- (406baa6) Clean spec and config, enable module by default just after installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9632 |14cu|apache-resource-bundles-2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global jar_version 1.4
%global lh_version 1.1
%global id_version 1.1

Name:		apache-resource-bundles
Version:	2
Release:	9
Summary:	Apache Resource Bundles

Group:		Development/Java
License:	ASL 2.0
URL:		http://repo1.maven.org/maven2/org/apache/apache-resource-bundles/
Source0:	http://repo1.maven.org/maven2/org/apache/%{name}/%{version}/%{name}-%{version}.pom
Source1:	http://repo1.maven.org/maven2/org/apache/apache-jar-resource-bundle/%{jar_version}/apache-jar-resource-bundle-%{jar_version}-sources.jar
Source2:	http://repo1.maven.org/maven2/org/apache/apache-jar-resource-bundle/%{jar_version}/apache-jar-resource-bundle-%{jar_version}.pom
Source3:	http://repo1.maven.org/maven2/org/apache/apache-license-header-resource-bundle/%{lh_version}/apache-license-header-resource-bundle-%{lh_version}-sources.jar
Source4:	http://repo1.maven.org/maven2/org/apache/apache-license-header-resource-bundle/%{lh_version}/apache-license-header-resource-bundle-%{lh_version}.pom
Source5:	http://repo1.maven.org/maven2/org/apache/apache-incubator-disclaimer-resource-bundle/%{id_version}/apache-incubator-disclaimer-resource-bundle-%{id_version}-sources.jar
Source6:	http://repo1.maven.org/maven2/org/apache/apache-incubator-disclaimer-resource-bundle/%{id_version}/apache-incubator-disclaimer-resource-bundle-%{id_version}.pom

# Remove maven-release plugin (not yet available on Fedora)
Patch0:		apache-resource-bundles-cleanup-poms.patch


BuildRequires:	maven2
BuildRequires:	maven-compiler-plugin
BuildRequires:	maven-install-plugin
BuildRequires:	maven-jar-plugin
BuildRequires:	maven-remote-resources-plugin
BuildRequires:	maven-resources-plugin
BuildRequires:	maven-surefire-plugin
BuildRequires:  maven-site-plugin

# Requirements from the POMs
Requires:	maven-remote-resources-plugin

Requires(post):	jpackage-utils
Requires(postun): jpackage-utils

BuildArch:	noarch

%description
An archive which contains templates for generating the necessary license files
and notices for all Apache releases.

%prep
%setup -c -T
cp %SOURCE0 ./pom.xml
%patch0 -p1

# jar
mkdir -p apache-jar-resource-bundle
pushd apache-jar-resource-bundle
jar xvf %SOURCE1
cp %SOURCE2 ./pom.xml
mkdir -p src/main/resources
mv META-INF src/main/resources
popd

# license-header
mkdir -p apache-license-header-resource-bundle
pushd apache-license-header-resource-bundle
jar xvf %SOURCE3
cp %SOURCE4 ./pom.xml
mkdir -p src/main/resources
mv META-INF src/main/resources
popd

# incubator-disclaimer
mkdir -p apache-incubator-disclaimer-resource-bundle
pushd apache-incubator-disclaimer-resource-bundle
jar xvf %SOURCE5
cp %SOURCE6 ./pom.xml
mkdir -p src/main/resources
mv META-INF src/main/resources
popd


%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

mvn \
	-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
	install

%install

install -d -m 755 %{buildroot}%{_javadir}/%{name}
install -d -m 755 %{buildroot}%{_mavenpomdir}

# jar
# 
pushd apache-jar-resource-bundle
install -m 644 \
	target/apache-jar-resource-bundle-%{jar_version}.jar \
	%{buildroot}%{_javadir}/%{name}/jar-%{jar_version}.jar
cp pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-jar.pom
%add_to_maven_depmap org.apache apache-jar-resource-bundle %{jar_version} JPP/%{name} jar
popd

# license-header
pushd apache-license-header-resource-bundle
install -m 644 \
	target/apache-license-header-resource-bundle-%{lh_version}.jar \
	%{buildroot}%{_javadir}/%{name}/license-header-%{lh_version}.jar
cp pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-license-header.pom
%add_to_maven_depmap org.apache apache-license-header-resource-bundle %{lh_version} JPP/%{name} license-header
popd

# incubator-disclaimer
pushd apache-incubator-disclaimer-resource-bundle
install -m 644 \
	target/apache-incubator-disclaimer-resource-bundle-%{id_version}.jar \
	%{buildroot}%{_javadir}/%{name}/incubator-disclaimer-%{id_version}.jar
cp pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-incubator-disclaimer.pom
%add_to_maven_depmap org.apache apache-incubator-disclaimer-resource-bundle %{id_version} JPP/%{name} incubator-disclaimer
popd

# Unversioned jars
pushd %{buildroot}%{_javadir}/%{name}
ln -sf jar-%{jar_version}.jar jar.jar
ln -sf license-header-%{lh_version}.jar license-header.jar
ln -sf incubator-disclaimer-%{id_version}.jar incubator-disclaimer.jar
popd

# Add parent to depmap too
cp pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap org.apache %{name} %{version} JPP %{name}

%clean

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%{_javadir}/%{name}
%config(noreplace) %{_mavendepmapfragdir}/*
%{_mavenpomdir}/*.pom

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 2-9
+ Revision: b6ef428
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9633 |14cu|aphopper-0.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Automatic wireless access point hopper
Name:		aphopper
Version:	0.3
Release:	10
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		https://github.com/BlackArch/aphopper
Source0:	%{name}-%{version}.tar.bz2

%description
AP Hopper is a program that automatically hops between access points of
different wireless networks. It checks for DHCP and Internet Access on all
the networks found. It logs successful and unsuccessful attempts.

P.S. The binary is called 'hopper'.

%files
%doc AUTHORS ChangeLog COPYING
%{_sbindir}/hopper

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
%configure2_5x
%make DEFS="%{optflags}"

%install
mkdir -p %{buildroot}%{_sbindir}
install -m 755 hopper %{buildroot}%{_sbindir}


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3-10
- (a16d3c1) New package URL
- (a16d3c1) Build with system optflags to fix debug package
- (a16d3c1) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9634 |14cu|apitrace-6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	withGUI 1

# Exclude libc.so.6(GLIBC_PRIVATE) because it's not provided.
%define __noautoreq '(.*)GLIBC_PRIVATE(.*)'

Summary:	A project to trace, analyze and debug graphics APIs
Name:		apitrace
Version:	6.1
Release:	1
License:	BSD
Group:		Development/X11
Url:		https://github.com/%{name}/%{name}
Source0:	https://github.com/%{name}/%{name}/archive/%{name}-%{version}.tar.gz
Source1:	qapitrace.desktop
Source2:	%{name}.png
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-6.1-fix-script.patch
BuildRequires:	cmake >= 2.8.10
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(waffle-1)
# For stacktrace
BuildRequires:	dwarf-devel
BuildRequires:	python
%if %{withGUI}
BuildRequires:	qt4-devel >= 4.8.0
BuildRequires:	qjson >= 0.5
BuildRequires:	coreutils
%endif

%description
Apitrace is a project to trace, analyze and debug graphics APIs.
It offers a convenient set of tools for:
  - trace OpenGL, OpenGL ES, D3D11, D3D10, D3D9, D3D8, D3D7 and DDRAW API
    calls to a file;
  - retrace (replay) OpenGL and OpenGL ES calls from a file;
  - visualize trace files and inspect their state, frame by frame and call by
    call;
  - visualize and edit trace files;
  - profile performace of traces.
It also sports a nice Qt4-based GUI.

%files
%doc BUGS.markdown HACKING.markdown LICENSE NEWS.markdown README.markdown TODO.markdown
%{_bindir}/%{name}
%{_bindir}/glretrace
%{_bindir}/qapitrace
%{_libdir}/%{name}/wrappers/*.so
%{_libdir}/%{name}/scripts/*.py
%{_datadir}/applications/qapitrace.desktop
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

# Fix wrong permissions
#chmod +x %%{buildroot}%%{_libdir}/%%{name}/scripts/highlight.py
chmod -x retrace/glretrace_main.cpp


# Fix the path for libraries on 64bit arch (hopefully with no breakage)
sed -i 's|../lib/apitrace/wrappers|../%{_lib}/apitrace/wrappers|g' cli/cli_resources.cpp
sed -i 's|../lib/apitrace/scripts|../%{_lib}/apitrace/scripts|g' cli/cli_resources.cpp
sed -i 's|lib/${CMAKE_PROJECT_NAME}|%{_lib}/${CMAKE_PROJECT_NAME}|g' CMakeLists.txt
sed -i 's|lib/${ARCH_SUBDIR}/${CMAKE_PROJECT_NAME}|%{_lib}/${ARCH_SUBDIR}/${CMAKE_PROJECT_NAME}|g' CMakeLists.txt
sed -i 's|${LIB_ARCH_INSTALL_DIR}/wrappers|${LIB_INSTALL_DIR}/wrappers|g' CMakeLists.txt


%build
%cmake	.. \
	-DENABLE_CLI=TRUE \
	-DENABLE_EGL=TRUE \
	-DENABLE_WAFFLE=TRUE \
%if %{withGUI}
	-DENABLE_GUI=TRUE
%else
	-DENABLE_GUI=FALSE
%endif
%make


%install
%makeinstall_std -C build

# Remove doc files: we already move them in the %%files section
rm -rf %{buildroot}%{_docdir}

# Prepare and copy our stuff
mkdir -p %{buildroot}%{_datadir}/applications/
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/

# Install icons
install -D -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png
for i in 16 24 32 48 64 128; do
	mkdir -p %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps
	install %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps
done
#install -D -m 644 %%{SOURCE1} %%{buildroot}%%{_iconsdir}/hicolor/128x128/apps/%%{name}.png
#install -D -m 644 %%{SOURCE1} %%{buildroot}%%{_datadir}/pixmaps/%%{name}.png
#install -m 755 %%{SOURCE1} %%{buildroot}%%{_bindir}/


%changelog

* Tue Apr 21 2015 Giovanni Mariani <mc2374@mclink.it> 6.1-1
- (76f3b53) Excluded from autoreq glibc private symbols



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9635 |14cu|apngasm-2.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Create an APNG from multiple PNG files
Name:		apngasm
Version:	2.9
Release:	2
License:	zlib
Group:		Graphics
Url:		http://sourceforge.net/projects/apngasm
Source0:	http://downloads.sourceforge.net/project/apngasm/%{version}/%{name}-%{version}-src.zip
Patch0:		apngasm-2.9-no-strip.patch
BuildRequires:	pkgconfig(libpng)
Buildrequires:	pkgconfig(zlib)

%description
Create an APNG from multiple PNG files.

%files
%doc readme.txt
%{_bindir}/%{name}

%pretrans
# Replace folder from earlier versions with a file
[[ -d /usr/bin/apngasm ]] && rm -rf /usr/bin/apngasm

#----------------------------------------------------------------------------

%prep
%setup -q -c apnopt
%patch0 -p1

%build
%make CFLAGS_OPT="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 %{name} %{buildroot}%{_bindir}/%{name}

%changelog

* Sat Jun 11 2016 Denis Silakov <dsilakov@gmail.com> 2.9-2
- (9415755) Fix update from previous version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9636 |14cu|apngopt-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Optimize APNG images
Name:		apngopt
Version:	1.4
Release:	2
License:	zlib
Group:		Graphics
Url:		http://sourceforge.net/projects/apng/
Source0:	http://downloads.sourceforge.net/project/apng/APNG_Optimizer/%{version}/%{name}-%{version}-src.zip
Patch0:		apngopt-1.4-no-strip.patch
BuildRequires:	pkgconfig(libpng)
Buildrequires:	pkgconfig(zlib)

%description
Optimizes existing APNG animation.

%files
%doc readme.txt
%{_bindir}/%{name}

%pretrans
# Replace folder from earlier versions with a file
[[ -d /usr/bin/apngopt ]] && rm -rf /usr/bin/apngopt

#----------------------------------------------------------------------------

%prep
%setup -qc
%patch0 -p1

%build
%make CFLAGS_OPT="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 apngopt %{buildroot}%{_bindir}/%{name}


%changelog

* Sat Jun 11 2016 Denis Silakov <dsilakov@gmail.com> 1.4-2
- (ad9f244) Fix update from previous version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9637 |14cu|apper-0.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE PackageKit Interface
Name:		apper
Version:	0.9.2
Release:	1
License:	GPLv2+
Group:		System/Configuration/Packaging
Url:		http://www.opendesktop.org/content/show.php/Apper?content=84745
Source0:	http://download.kde.org/stable/apper/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		apper-0.9.0-disable-autoload.patch
BuildRequires:	desktop-file-utils
BuildRequires:	qt4-qtdbus
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(packagekitqt4)
Requires:	packagekit >= 1.0
Provides:	packagekit-gui = %{EVRD}
%rename		kpackagekit
%rename		kpackagekit-common

%description
KDE interface for PackageKit.

%files -f %{name}.lang
%{_kde_bindir}/apper
%{_kde_libdir}/kde4/*apper*.so
%{_kde_libdir}/kde4/imports/org/kde/apper
%{_kde_libdir}/apper/libapper.so
%{_kde_appsdir}/?pper*/
%{_kde_appsdir}/plasma/plasmoids/org.packagekit.updater
%{_kde_libdir}/kde4/libexec/apper-pk-session
%{_kde_applicationsdir}/apper*.desktop
%{_kde_services}/kcm_apper.desktop
%{_kde_services}/kded/apperd.desktop
%{_kde_services}/plasma-applet-org.packagekit.updater.desktop
%{_kde_mandir}/man1/apper.1.*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/dbus-1/services/*.service

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake_kde4 -DAUTOREMOVE:BOOL=OFF -DCMAKE_SKIP_RPATH:BOOL=OFF
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor='' \
	--dir %{buildroot}%{_kde_applicationsdir} \
	--remove-category='System' \
	--add-category='Settings' \
	--remove-mime-type='application/x-deb' \
	%{buildroot}%{_kde_applicationsdir}/*.desktop

%find_lang %{name} --all-name

%check
for file in apper apper_installer; do
  desktop-file-validate %{buildroot}%{_kde_datadir}/applications/kde4/$file.desktop
done


%changelog

* Mon Apr 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.2-1
- (8f1ead4) New version 0.9.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9638 |14cu|apulse-0.1.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __provides_exclude_from ^%{_libdir}/apulse/.*.so.*$

Name:           apulse
Version:        0.1.10
Release:        1
Summary:        PulseAudio emulation for ALSA
License:        MIT
Group:          System/Libraries
Url:            https://github.com/i-rinat/apulse
Source:         https://github.com/i-rinat/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1:        baselibs.conf
Patch1:         %{name}-0.1.10-libm.patch
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(libpulse) >= 5.0

%description
PulseAudio emulation intended to be used with Skype.

%prep
%setup -q
%apply_patches

%build
%cmake \
  -DUSE_BUNDLED_PULSEAUDIO_HEADERS=0 \
  -DAPULSEPATH=%{_libdir}/%{name}/
%make

%install
%makeinstall_std -C build
rm -f %{buildroot}%{_libdir}/%{name}/*.so

%files
%doc LICENSE.MIT README.md
%{_bindir}/%{name}
%{_libdir}/%{name}/


%changelog

* Tue Jul 04 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.1.10-1
- (269b2c4) Updated to 0.1.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9639 |14cu|aqemu-0.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		aqemu
Version:	0.9.2
Release:	1
Summary:	A QT graphical interface to QEMU and KVM
Group:		Emulators
License:	GPLv2+
URL:		http://aqemu.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		rcc.patch
BuildRequires:	qt5-devel
BuildRequires:	cmake
BuildRequires:	libvncserver-devel
BuildRequires:	desktop-file-utils
BuildRequires:	gnutls-devel
BuildRequires:	hicolor-icon-theme
Requires: 	qemu

%description
AQEMU is a graphical user interface to QEMU and KVM, written in Qt4. The 
program has a user-friendly interface and allows user to set the 
majority of QEMU and KVM options on their virtual machines.

%prep
%setup -q
%patch0 -p1

%build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DMAN_PAGE_COMPRESSOR=bzip2 -DDEBUG=1
%make

%install
make DESTDIR=%{buildroot} install
# Copy 48x48 and 64x64 icons to correct location.
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{48x48,64x64}/apps
mv %{buildroot}%{_datadir}/pixmaps/%{name}_48x48.png \
   %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
mv %{buildroot}%{_datadir}/pixmaps/%{name}_64x64.png \
   %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
# Remove directories from install which are not being deployed in RPM.
rm -rf %{buildroot}%{_datadir}/pixmaps
rm -rf %{buildroot}%{_datadir}/menu
rm -rf %{buildroot}%{_datadir}/doc/%{name}
# Validate the icon file.
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%{_bindir}/%{name}
%doc AUTHORS CHANGELOG COPYING TODO
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_mandir}/man1/%{name}.1*


%changelog

* Wed Jun 01 2016 dsilakov <denis.silakov@rosalab.ru> 0.9.2-1
- (79190c5) Merge pull request #1 from djam/aqemu:rosa2014.1
- (79190c5) Update to 0.9.2 with bug fix



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9640 |14cu|aqute-bndlib-0.0.363-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           aqute-bndlib
Version:        0.0.363
Release:        6
Summary:        BND Library
License:        ASL 2.0
Group:          Development/Java
URL:            http://www.aQute.biz/Code/Bnd
Source0:        http://www.aqute.biz/repo/biz/aQute/bnd/%{version}/bnd-%{version}.jar
Source1:        http://www.aqute.biz/repo/biz/aQute/bnd/%{version}/bnd-%{version}.pom
Source2:        aqute-service.tar.gz

BuildArch:      noarch

BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  eclipse-ecj
BuildRequires:  eclipse-jdt
BuildRequires:  locales-en

Requires:  java >= 0:1.5.0
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
The bnd tool helps you create and diagnose OSGi R4 bundles.
The key functions are:
- Show the manifest and JAR contents of a bundle
- Wrap a JAR so that it becomes a bundle
- Create a Bundle from a specification and a class path
- Verify the validity of the manifest entries
The tool is capable of acting as:
- Command line tool
- File format
- Directives
- Use of macros

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
mkdir -p target/site/apidocs/
mkdir -p target/classes/
mkdir -p src/main/
mv OSGI-OPT/src src/main/java
pushd src/main/java
tar xfs %{SOURCE2}
popd
sed -i "s|import aQute.lib.filter.*;||g" src/main/java/aQute/bnd/make/ComponentDef.java
sed -i "s|import aQute.lib.filter.*;||g" src/main/java/aQute/bnd/make/ServiceComponent.java

%build
export LANG=en_US.utf-8
export LC_ALL=en_US.utf-8
export OPT_JAR_LIST=:
export CLASSPATH=$(build-classpath ant)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.osgi_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.osgi.services_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.jface_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.jface.databinding_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.jface.text_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.ide_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.core.commands_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.core.jobs_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.core.runtime_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.core.resources_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.debug.core_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.debug.ui_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.text_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.console_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.editors_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.workbench_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.workbench.texteditor_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.core_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.debug.ui_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.launching_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.junit_*.jar)
#CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.junit.core_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.ui_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.equinox.common_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.equinox.registry_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.swt.*.jar)

javac -d target/classes -target 1.5 -source 1.5 $(find src/main/java -type f -name "*.java")
javadoc -d target/site/apidocs -sourcepath src/main/java aQute.lib.header aQute.lib.osgi aQute.lib.qtokens aQute.lib.filter
cp -p LICENSE maven-dependencies.txt plugin.xml pom.xml target/classes
for f in $(find aQute/ -type f -not -name "*.class"); do
    cp -p $f target/classes/$f
done
pushd target/classes
jar cmf ../../META-INF/MANIFEST.MF ../%{name}-%{version}.jar *
popd

sed -i "s|\r||g" LICENSE

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -pm 644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
%add_to_maven_depmap biz.aQute bndlib %{version} JPP %{name}
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%{_datadir}/maven2/poms/JPP-aqute-bndlib.pom
%{_mavendepmapfragdir}/aqute-bndlib

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.363-6
+ Revision: 03156fc
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9641 |14cu|arandr-0.1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Screen layout editor for xrandr 1.2 (Another XRandR gui)
Name:		arandr
Version:	0.1.9
Release:	1
License:	GPLv3
Group:		System/X11
URL:		http://christian.amsuess.com/tools/%{name}/
Source0:	http://christian.amsuess.com/tools/%{name}/files/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	python-docutils
Requires:	task-x11
Requires:	pygtk2.0

%description
Provide a simple visual front end for XRandR 1.4, client side X only (no
xorg.conf involved, no pre-1.2 options).
Features:
* Full controll over positioning (instead of plain "left of") with edge
  snapping.

* Saving configurations as executable shell scripts (configurations can be
  loaded without using this program).

* Configuration files can be edited to include additional payload (like
  xsetwacom commands tablet PC users need when rotating), which is preserved
  when editing.

* Metacity keybinding integration:

* Saved configurations can be bound to arbitrary keys via metacity custom
  commands.

* Several layouts can be bound to one key; they are cycled
  through. (Useful for "rotate" buttons on tablet PCs.)

* Main widget separated from packaged application (to facilitate
  integration with existing solutions)

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc NEWS README TODO
%{py_puresitedir}/screenlayout
%{py_puresitedir}/*.egg-info
%{_bindir}/%{name}
%{_bindir}/unxrandr
%{_datadir}/applications/arandr.desktop
%{_datadir}/locale/
%{_mandir}/man1/*.xz

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 0.1.9-1
- (9d626e9) Merge pull request #2 from import/arandr:rosa2016.1
- (9d626e9) Updated to 0.1.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9642 |14cu|aravis-0.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define gstapi 1.0
%define api 0.6
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name} -d

Summary:	Glib/gobject based library implementing a Genicam interface
Name:		aravis
Version:	0.5.1
Release:	1
License:	GPLv2+
Group:		Development/GNOME and GTK+
Url:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/aravis/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{gstapi})
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(gstreamer-app-1.0)
BuildRequires:	gtk-doc

%description
Aravis is a glib/gobject based library implementing a Genicam interface, 
which can be used for the acquisition of video streams coming from either
ethernet, firewire or USB cameras. It currently only implements an ethernet 
camera protocol used for industrial cameras.

%files -f %{name}-%{api}.lang
%{_bindir}/*
%{_datadir}/%{name}-%{api}
%{_iconsdir}/hicolor/*/apps/aravis.png
%{_datadir}/appdata/arv-viewer.appdata.xml
%{_datadir}/applications/arv-viewer.desktop

#--------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Aravis is a glib/gobject based library implementing a Genicam interface, 
which can be used for the acquisition of video streams coming from either
ethernet, firewire or USB cameras. It currently only implements an ethernet 
camera protocol used for industrial cameras.

This package contains the shared library for %{name}.

%files -n %{libname}
%doc AUTHORS COPYING NEWS
%{_libdir}/libaravis-%{api}.so.%{major}*

#--------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Aravis-%{api}.typelib

#--------------------------------------------------------------------------

%package -n gstreamer%{gstapi}-%{name}
Summary:	Gstreamer support for %{name}
Group:		Sound
Obsoletes:	%{name}-gstreamer

%description -n gstreamer%{gstapi}-%{name}
This package contains the gstreamer plugin for %{name}.

%files -n gstreamer%{gstapi}-%{name}
%{_libdir}/gstreamer-%{gstapi}/libgstaravis-%{api}.so

#--------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description -n %{devname}
This package contains the development files for %{name}

%files -n %{devname}
%{_includedir}/%{name}-%{api}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/Aravis-%{api}.gir
%{_datadir}/gtk-doc/html/%{name}-%{api}

#--------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-gst-plugin \
	--enable-viewer \
	--enable-gtk3 \
	--enable-notify

%make LIBS='-lm -lz'

%install
%makeinstall_std
rm -fr %{buildroot}%{_prefix}/doc

%find_lang %{name}-%{api}

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 0.5.1-1
- (82bbaea) Merge pull request #1 from import/aravis:rosa2016.1
- (82bbaea) Updated to 0.5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9643 |14cu|arc-5.21p-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ARC archive compression utility
Name:		arc
Version:	5.21p
Release:	1
License:	GPLv2+
Group:		Archiving/Compression
Url:		http://sourceforge.net/projects/arc/
Source0:	%{name}-%{version}.tar.gz
# Patches from Fedora package
Patch0:		arc-5.21p-directory-traversel.patch
Patch1:		arc-5.21p-fix-arcdie.patch
Patch2:		arc-5.21p-hdrv1-read-fix.patch

%description
ARC is used to create and maintain file archives. Many other new archive
formats exist, but it can stil be useful if you have old .arc files.

%files
%doc Changelog COPYING LICENSE Readme PATCHLEVEL Arcinfo Arc521.doc
%{_bindir}/arc
%{_bindir}/marc
%{_mandir}/man1/arc.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%make OPT="%{optflags}"

%install
install -Dp -m0755 arc %{buildroot}%{_bindir}/arc
install -Dp -m0755 marc %{buildroot}%{_bindir}/marc
install -Dp -m0644 arc.1 %{buildroot}%{_mandir}/man1/arc.1


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21p-1
- (33c032c) New version 5.21p
- (33c032c) Add patches from Fedora package
- (33c032c) Build with system optflags to fix debug package
- (33c032c) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9644 |14cu|ardesia-1.2-0.1.20141221
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn_ver 20141221

Name:           ardesia
Summary:        A free digital sketchpad software
Version:        1.2 
Release:        0.1.%{svn_ver}
Source0:        http://ardesia.googlecode.com/files/%{name}-%{version}-%{svn_ver}.tar.gz
URL:            http://code.google.com/p/ardesia
Group:          Education
License:        GPLv3 


BuildRequires:  pkgconfig(librsvg-2.0)
BuildRequires:  libsigsegv-devel 
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(libvlc)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(blas)
BuildRequires:	libatlas-devel
BuildRequires:	libsigsegv-devel 
BuildRequires:	binutils-devel
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	desktop-file-utils


Suggests:    vlc
Suggests:    vlc-plugin-theora 
Suggests:    xdg-utils
Suggests:    curtain
Suggests:    florence

%description
Ardesia is the free digital sketchpad software that help you to make colored 
free-hand annotations with digital ink everywhere, record them and share on 
the network. 

%prep 
%setup -q -n %{name}-%{version}-%{svn_ver}

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std XDG_UTILS=""

%find_lang %{name}

desktop-file-install    --vendor="" \
                        --dir %{buildroot}%{_datadir}/applications \
                        --remove-category="GNOME" \
                        --remove-category="GTK" \
                        --remove-category="Utility" \
                        --add-category="Education" \
                        %{buildroot}%{_datadir}/applications/%name.desktop

%files -f %name.lang
%doc AUTHORS README COPYING NEWS 
%{_bindir}/%name
%{_datadir}/applications/%name.desktop
%{_datadir}/%{name}/ui/*.glade
%{_datadir}/%{name}/scripts/*.sh
%{_datadir}/%{name}/ui/icons/*
%{_datadir}/%{name}/ui/backgrounds/*
%{_datadir}/%{name}/ui/*.xml
%{_datadir}/pixmaps/%name.png
%{_mandir}/man1/%name.*


%changelog
* Sat Jan 24 2015 abfonly <abfonly@gmail.com> 1.2-0.1.20141221
+ Revision: 2a1c115
- Log Update to 1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9645 |14cu|ardour3-3.5.403-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define _files_listed_twice_terminate_build 0
# Set rev to svn revision when using pre-release tarball, otherwise set to 0.
%define rev	0
%define rel	3
%if %{rev}
%define release	%mkrel -c %{rev} %{rel}
%else
%define release	%mkrel %{rel}
%endif
%define oname	Ardour3

Name:		ardour3
Version:	3.5.403
Release:	%{release}
Summary:	Professional multi-track audio recording application
Group:		Sound
License:	GPLv2+
URL:		http://ardour.org/

# Pre-release tarballs may be created in SOURCES with:
# ./mk_svn_tar ardour3 http://subversion.ardour.org/svn/ardour2/branches/3.0 tar.bz2
%if %{rev}
Source0:	%{name}-%{rev}.tar.bz2
%else
# NB to receive a free (as beer) source tarball you need to give your e-mail address here:
# "http://community.ardour.org/download_process_selection_and_amount" to get a download link
Source0:	%{oname}-%{version}.tar.bz2
%endif
Source1:	%{name}.desktop
Source2:	mk_svn_tar

BuildRequires:	boost-devel
BuildRequires:	dmalloc
BuildRequires:	doxygen
BuildRequires:	gettext
BuildRequires:	graphviz
BuildRequires:	gtk2-devel >= 2.12.1
BuildRequires:	gtkmm2.4-devel >= 2.8
BuildRequires:	jackit-devel
BuildRequires:	shared-mime-info
BuildRequires:	xdg-utils
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(aubio) >= 0.3.2
BuildRequires:	pkgconfig(cppunit) >= 1.12.0
BuildRequires:	pkgconfig(cwiid)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(flac) >= 1.2.1
BuildRequires:	pkgconfig(glib-2.0) >= 2.2
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(libcurl) >= 7.0.0
BuildRequires:	pkgconfig(libgnomecanvas-2.0) >= 2.30
BuildRequires:	pkgconfig(libgnomecanvasmm-2.6) >= 2.16
BuildRequires:	pkgconfig(liblo) >= 0.24
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(lilv-0) >= 0.14
BuildRequires:	pkgconfig(lrdf) >= 0.4.0
BuildRequires:	pkgconfig(ltc) >= 1.1.0
BuildRequires:	pkgconfig(lv2) >= 1.0.15
BuildRequires:	pkgconfig(ogg) >= 1.1.2
BuildRequires:	pkgconfig(raptor2)
BuildRequires:	pkgconfig(redland)
BuildRequires:	pkgconfig(rubberband)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(serd-0) >= 0.14.0
BuildRequires:	pkgconfig(sndfile) >= 1.0.18
BuildRequires:	pkgconfig(sord-0) >= 0.8.0
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(sratom-0) >= 0.4.0
BuildRequires:	pkgconfig(suil-0) >= 0.6.0
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vamp-sdk)
BuildRequires:	desktop-file-utils
BuildRequires:	desktop-file-utils

Requires:	jackit
Requires:	gtk-engines2

Provides:	ardour = 1:%{version}-%{release}
Obsoletes:	ardour < 1:2.9

%description
Ardour3 is a digital audio workstation. You can use it to record, edit and mix
multi-track audio. You can produce your own CDs, mix video sound tracks, or
just experiment with new ideas about music and sound.

Ardour3 capabilities include: multi channel recording, non-destructive editing
with unlimited undo/redo, full automation support, a powerful mixer, unlimited
tracks/buses/plugins, time-code synchronization, and hardware control from
surfaces like the Mackie Control Universal.

You must have jackd running and an ALSA sound driver to use Ardour3. If you are
new to jackd, try qjackctl.

See the online user manual at http://en.flossmanuals.net/ardour/index/

%prep
%if %{rev}
%setup -q -n %{name}
%else
%setup -q -n %{oname}-%{version}
%endif

%build
./waf configure \
    --prefix=%{_prefix} \
    --libdir=%{_libdir} \
    --configdir=%{_sysconfdir} \
    --program-name=Ardour3 \
    --nls \
    --docs

./waf build \
    --nls \
    --docs

./waf i18n_mo

%install
./waf install --destdir=%{buildroot}

desktop-file-install \
--dir=%{buildroot}%{_datadir}/applications %{SOURCE1}

# Symlink icons and mimetypes into the right folders
install -d -m 0755 %{buildroot}%{_iconsdir}

for i in 16 22 32 48; do
install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps
install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes
ln -s %{_datadir}/%{name}/icons/application-x-ardour_${i}px.png \
%{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes/application-x-ardour3.png
ln -s %{_datadir}/%{name}/icons/ardour_icon_${i}px.png \
%{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps/ardour3.png
done

%find_lang %{name} gtk2_ardour3 gtkmm2ext3 %{name}.lang


%files -f %{name}.lang
%doc README
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_libdir}/lv2/reasonablesynth.lv2
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}_ui_default.conf
%config(noreplace) %{_sysconfdir}/%{name}/%{name}_ui_light.rc
%config(noreplace) %{_sysconfdir}/%{name}/%{name}_ui_dark.rc
%config(noreplace) %{_sysconfdir}/%{name}/ardour.menus
%config(noreplace) %{_sysconfdir}/%{name}/ardour_system.rc
%config(noreplace) %{_sysconfdir}/%{name}/step_editing.bindings
%config(noreplace) %{_sysconfdir}/%{name}/mnemonic-us.bindings
%config(noreplace) %{_sysconfdir}/%{name}/mixer.bindings
%dir %{_sysconfdir}/%{name}/export
%config(noreplace) %{_sysconfdir}/%{name}/export/CD.format
%{_iconsdir}/hicolor/*





%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.5.403-3
- (5792986) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9646 |14cu|ardour4-4.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	Ardour
%define _appdatadir %{_datadir}/appdata
# lang
%define _files_listed_twice_terminate_build 0

Name:		ardour4
Version:	4.7.0
Release:	3
Summary:	Professional multi-track audio recording application
Group:		Sound
License:	GPLv2+
URL:		http://ardour.org/
# NB to receive a free (as beer) source tarball you need to give your e-mail address here:
# "http://community.ardour.org/download_process_selection_and_amount" to get a download link
# thx to Oiram
# https://community.ardour.org/freeloader?key=f1a0d8462eeb3a8ac3b01faa2d249877
Source0:	%{oname}-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
Patch0:     ardour4-4.6-man-encoding.patch

BuildRequires:	boost-devel >= 1.39
BuildRequires:	dmalloc
BuildRequires:	doxygen
BuildRequires:	fontconfig
BuildRequires:	gettext
BuildRequires:	graphviz
BuildRequires:	jackit
BuildRequires:	shared-mime-info
BuildRequires:	xdg-utils
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(aubio) >= 0.4.0
BuildRequires:	pkgconfig(cairomm-1.0) >= 1.8.4
BuildRequires:	pkgconfig(cppunit) >= 1.12.0
BuildRequires:	pkgconfig(cwiid) >= 0.6.00
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(flac) >= 1.2.1
BuildRequires:	pkgconfig(giomm-2.4) >= 2.8
BuildRequires:	pkgconfig(glib-2.0) >= 2.2
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.12.1
BuildRequires:	pkgconfig(gtkmm-2.4) >= 2.8
BuildRequires:	pkgconfig(jack) >= 0.121.0
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(libcurl) >= 7.0.0
BuildRequires:	pkgconfig(libgnomecanvas-2.0) >= 2.30
BuildRequires:	pkgconfig(libgnomecanvasmm-2.6) >= 2.16
BuildRequires:	pkgconfig(liblo) >= 0.24
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(lilv-0) >= 0.19.2
BuildRequires:	pkgconfig(lrdf) >= 0.4.0
BuildRequires:	pkgconfig(ltc) >= 1.1.0
BuildRequires:	pkgconfig(lv2) >= 1.10.0
BuildRequires:	pkgconfig(ogg) >= 1.1.2
BuildRequires:	pkgconfig(raptor2)
BuildRequires:	pkgconfig(redland)
BuildRequires:	pkgconfig(rubberband)
BuildRequires:	pkgconfig(samplerate) >= 0.1.0
BuildRequires:	pkgconfig(serd-0) >= 0.14.0
BuildRequires:	pkgconfig(sigc++-2.0) >= 2.0
BuildRequires:	pkgconfig(sndfile) >= 1.0.18
BuildRequires:	pkgconfig(sord-0) >= 0.8.0
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(sratom-0) >= 0.4.0
BuildRequires:	pkgconfig(suil-0) >= 0.6.0
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vamp-sdk)
BuildRequires:	pkgconfig(taglib) >= 1.6
BuildRequires:	pkgconfig(x11)
BuildRequires:	desktop-file-utils
BuildRequires:	itstool > 2.0.0

Requires:	jackit
Requires:	gtk-engines2

Provides:	ardour4 = %{EVRD}
Conflicts:	ardour3

%description
Ardour is a digital audio workstation. You can use it to record, edit and mix
multi-track audio. You can produce your own CDs, mix video sound tracks, or
just experiment with new ideas about music and sound.

Ardour capabilities include: multi channel recording, non-destructive editing
with unlimited undo/redo, full automation support, a powerful mixer, unlimited
tracks/busses/plugins, time-code synchronization, and hardware control from
surfaces like the Mackie Control Universal.

You must have jackd running and an ALSA sound driver to use Ardour. If you are
new to jackd, try qjackctl.

See the online user manual at http://en.flossmanuals.net/ardour/index/

%files -f %{name}.lang
%doc README COPYING TRANSLATORS
%{_bindir}/%{name}
%{_bindir}/gcc-glibmm-abi-check
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/export
%config(noreplace) %{_sysconfdir}/%{name}/ardour.menus
%config(noreplace) %{_sysconfdir}/%{name}/clearlooks.rc
%config(noreplace) %{_sysconfdir}/%{name}/dark.colors
%config(noreplace) %{_sysconfdir}/%{name}/default_ui_config
%config(noreplace) %{_sysconfdir}/%{name}/export/CD.format
%config(noreplace) %{_sysconfdir}/%{name}/mixer.bindings
%config(noreplace) %{_sysconfdir}/%{name}/mnemonic-us.bindings
%config(noreplace) %{_sysconfdir}/%{name}/step_editing.bindings
%config(noreplace) %{_sysconfdir}/%{name}/system_config
%config(noreplace) %{_sysconfdir}/%{name}/trx.menus
%{_mandir}/man1/*
%{_mandir}/*/man1/*
%{_appdatadir}
#-----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
# use versionized name for all man pages
for fromfile in ardour.1*; do
    tofile="%{name}${fromfile#ardour}"
    cp -p "$fromfile" "$tofile"
done
%patch0 -p1 -b .man-encoding

%build
./waf configure \
    --prefix=%{_prefix} \
    --libdir=%{_libdir} \
    --configdir=%{_sysconfdir} \
    --program-name=Ardour4 \
    --nls \
    --docs \
    --freedesktop

# %%waf breaks the build
./waf build --nls --docs
./waf i18n_mo

%install
# %%waf_install breaks the install
./waf install --destdir=%{buildroot}

install -m755 build/tools/gccabicheck/gcc-glibmm-abi-check \
  %{buildroot}%{_bindir}/
  
# menu entry
perl -pi -e "s|AudioEditing;||" build/gtk2_ardour/ardour4.desktop

desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
  build/gtk2_ardour/ardour4.desktop

# Symlink icons and mimetypes into the right folders
install -d -m 0755 %{buildroot}%{_iconsdir}
for i in 16 22 32 48; do
install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps
install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes
ln -s %{_datadir}/%{name}/icons/application-x-ardour_${i}px.png \
  %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes/application-x-%{name}.png
ln -s %{_datadir}/%{name}/icons/ardour_icon_${i}px.png \
  %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps/%{name}.png
done

# man
install -d -m755 %{buildroot}%{_mandir}/man1
install -p -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
for fromfile in %{name}.1.??; do
    lang="${fromfile#%{name}.1.}"
    todir="%{buildroot}%{_mandir}/${lang}/man1"
    tofile="${todir}/%{name}.1"
    install -d -m755 "$todir"
    install -p -m644 "$fromfile" "$tofile"
done

# appdata
install -d -m755 %{buildroot}%{_appdatadir}
cp -pr build/gtk2_ardour/ardour4.appdata.xml \
  %{buildroot}%{_appdatadir}
 
%find_lang %{name} 


%changelog

* Sat Aug 27 2016 abfonly <abfonly@gmail.com> 4.7.0-3
- (bdea37b) BuildList#2709515: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9647 |14cu|arduino-1.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define longversion 0106

Summary:	An IDE for Arduino-compatible electronics prototyping platforms
Name:		arduino
Version:	1.0.6
Release:	2
License:	GPLv2+ and LGPLv2+ and CC BY-SA
Group:		Development/Other
Url:		http://www.arduino.cc/
# There are lots of binaries in the "source" tarball.  Remove them with:
# curl https://nodeload.github.com/arduino/Arduino/tarball/%{version}-%{prerel} | tar -xzvf - && rm -rf arduino-Arduino-%{gitrev}/build/linux/dist/tools/* && find arduino-Arduino-%{gitrev} \( -type d \( -name macosx -o -name windows \) -o -type f \( -iname '*.jar' -or -iname '*.tgz' -or -iname '*.so' \) \) -print0 | xargs -0 rm -rf && tar -cjf arduino-Arduino-%{gitrev}.tar.bz2 arduino-Arduino-%{gitrev}
# See also http://code.google.com/p/arduino/issues/detail?id=193
Source0:	%{name}-%{version}.tar.xz
# Use unbundled libs:
Patch0:		arduino-script.patch
Patch2:		arduino-1.0-rc2-mdv-use-system-avrdude.patch
# Requested upstream in http://github.com/arduino/Arduino/pull/5:
Patch3:		arduino-0022-fedora-use-system-rxtx.patch
Patch4:		arduino-0022-fedora-icons-etc.patch
Patch6:		arduino-add-to-groups.patch
Patch7:		arduino-0022-mdv-release-check.patch
Patch8:		arduino-no-avrdude64.patch
Patch9:		arduino-1.0.1-rosa-javac17.patch
BuildRequires:	ant
BuildRequires:	ant-apache-regexp
BuildRequires:	desktop-file-utils
BuildRequires:	ecj
BuildRequires:	git
BuildRequires:	jna
BuildRequires:	jpackage-utils
BuildRequires:	rxtx
BuildRequires:	java-devel
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-doc = %{EVRD}
Requires:	ecj
Requires:	java >= 1.6.0
Requires:	jna
Requires:	polkit
Requires:	rxtx
Requires:	x11-font-type1
Requires:	zenity
BuildArch:	noarch

%description
Arduino is an open-source electronics prototyping platform based on
flexible, easy-to-use hardware and software. It's intended for artists,
designers, hobbyists, and anyone interested in creating interactive
objects or environments.

This package contains an IDE that can be used to develop and upload code
to the micro-controller.

%files
%{_bindir}/*
%{_datadir}/%{name}/*.jar
%{_datadir}/%{name}/lib/
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/polkit-1/actions/cc.arduino.add-groups.policy
%{_mandir}/man1/%{name}.1.xz
%{_datadir}/%{name}/reference

#----------------------------------------------------------------------------

%package core
Summary:	Files required for compiling code for Arduino-compatible micro-controllers
Group:		Development/Other
Requires:	avr-libc
Requires:	avrdude
Requires:	cross-avr-gcc
Requires:	cross-avr-gcc-c++

%description core
Arduino is an open-source electronics prototyping platform based on
flexible, easy-to-use hardware and software. It's intended for artists,
designers, hobbyists, and anyone interested in creating interactive
objects or environments.

This package contains the core files required to compile and upload
Arduino code.

%files core
%doc license.txt README.md
%config(noreplace) %{_sysconfdir}/%{name}/boards.txt
%config(noreplace) %{_sysconfdir}/%{name}/programmers.txt
%{_datadir}/%{name}/examples/
%{_datadir}/%{name}/hardware/
%{_datadir}/%{name}/libraries/

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for the Arduino micro-controller platform
Group:		Documentation

%description doc
Arduino is an open-source electronics prototyping platform based on
flexible, easy-to-use hardware and software. It's intended for artists,
designers, hobbyists, and anyone interested in creating interactive
objects or environments.

This package contains reference documentation.

%files doc
%{_defaultdocdir}/%{name}-%{version}/

#----------------------------------------------------------------------------

%prep
%setup -q

find -name '*.class' -exec rm -f '{}' \;
find -name '*.jar' -exec rm -f '{}' \;
%patch6 -p1
chmod a+rx build/linux/%{name}-add-groups
%patch0
%patch2 -p1
%patch3 -p1

# "binary diffs are not supported", so use git command to apply
git apply -p1 < %{PATCH4}

%patch7 -p1
%patch8 -p1
%patch9 -p1

echo "\nupdate.check=false" >> build/shared/lib/preferences.txt

build-jar-repository -p -s app/lib/ ecj jna RXTXcomm

%build
cd core/methods
ant
cd ..
ant
cd ../build
ant dist < /dev/null
tar -xf linux/%{name}-\"%{longversion}\"\;-linux.tgz

%install
cd build/%{name}-\"%{longversion}\"\;

mkdir -p %{buildroot}%{_bindir}
cp -a arduino %{buildroot}%{_bindir}/

mkdir -p %{buildroot}%{_datadir}/%{name}
cp -a hardware lib libraries examples %{buildroot}%{_datadir}/%{name}/
rm %{buildroot}%{_datadir}/%{name}/lib/*.jar
rm -r %{buildroot}%{_datadir}/%{name}/hardware/tools

mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
cp -a reference %{buildroot}%{_defaultdocdir}/%{name}-%{version}/
ln -s %{_defaultdocdir}/%{name}-%{version}/reference %{buildroot}%{_datadir}/%{name}/reference

# Requested upstream in http://github.com/arduino/Arduino/pull/4:
find %{buildroot} -type f -iname *.jpg -or -iname *.java -or -iname *.pde -or -iname *.h -or -iname *.cpp -or -iname *.c -or -iname *.txt -or -iname makefile -or -iname key*.txt -or -iname pref*.txt | xargs chmod -x;

cp -a lib/core.jar lib/pde.jar %{buildroot}%{_datadir}/%{name}/

mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mv %{buildroot}%{_datadir}/%{name}/hardware/%{name}/boards.txt \
   %{buildroot}%{_datadir}/%{name}/hardware/%{name}/programmers.txt \
   %{buildroot}%{_sysconfdir}/%{name}/
ln -s %{_sysconfdir}/%{name}/boards.txt \
   %{buildroot}%{_datadir}/%{name}/hardware/%{name}/boards.txt
ln -s %{_sysconfdir}/%{name}/programmers.txt \
   %{buildroot}%{_datadir}/%{name}/hardware/%{name}/programmers.txt

mkdir -p %{buildroot}%{_mandir}/man1
cp -p ../linux/%{name}.1 %{buildroot}%{_mandir}/man1/

desktop-file-install --dir=%{buildroot}%{_datadir}/applications ../linux/%{name}.desktop

for dir in ../linux/icons/*; do
    size=`basename $dir`
    mkdir -p %{buildroot}%{_iconsdir}/hicolor/$size/apps
    cp $dir/%{name}.png %{buildroot}%{_iconsdir}/hicolor/$size/apps/
done

mkdir -p %{buildroot}%{_datadir}/polkit-1/actions
cp -a ../linux/cc.arduino.add-groups.policy %{buildroot}%{_datadir}/polkit-1/actions

cp -a ../linux/%{name}-add-groups %{buildroot}%{_bindir}/
sed -i s,"/usr/libexec/%{name}-add-groups","%{_bindir}/%{name}-add-groups",g %{buildroot}%{_bindir}/%{name}
sed -i s,"/usr/libexec/%{name}-add-groups","%{_bindir}/%{name}-add-groups",g %{buildroot}%{_datadir}/polkit-1/actions/*.policy

%changelog

* Thu Jun 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.6-2
- (6ec3d32) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9648 |14cu|argus-3.0.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network transaction audit tool
Name:		argus
Version:	3.0.8.2
Release:	1
License:	GPLv3+
Group:		System/Servers
Url:		http://qosient.com/argus/
Source0:	http://qosient.com/argus/src/argus-%{version}.tar.gz
Source3:	argus.service
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libsasl-devel
BuildRequires:	libwrap-devel
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(zlib)
Requires(post,preun):	rpm-helper
Requires(post,preun):	systemd

%description
Argus (Audit Record Generation and Utilization System) is an IP network
transaction audit tool. The data generated by argus can be used for a
wide range of tasks such as network operations, security and performance
management.

%files
%defattr(0644,root,root,0755)
%doc COPYING CREDITS INSTALL README VERSION doc support
%attr(0755,root,root) %{_bindir}/*
%attr(0755,root,root) %{_sbindir}/argus
%{_mandir}/man5/argus.conf.5*
%{_mandir}/man8/argus.8*
%dir %{_localstatedir}/lib/%{name}
%dir %{_localstatedir}/lib/%{name}/archive
%attr(0755,root,root) %{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/argus.conf

%post
%_post_service %{name}.service

%preun
%_preun_service %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CPPFLAGS="-I%{_includedir}/sasl"
%configure2_5x \
	--with-sasl=yes
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_bindir}
cp -a bin/argusbug %{buildroot}%{_bindir}/argusbug

mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/archive

mkdir -p %{buildroot}%{_sysconfdir}
cp -a support/Config/argus.conf %{buildroot}%{_sysconfdir}/argus.conf

perl -pi -e 's|/var/log/argus|%{_localstatedir}/lib/%{name}|;' \
         -e 's|^#ARGUS_BIND_IP|ARGUS_BIND_IP|;' \
         -e 's|^#ARGUS_ACCESS_PORT|ARGUS_ACCESS_PORT|;' \
         %{buildroot}%{_sysconfdir}/argus.conf

mkdir -p %{buildroot}%{_unitdir}
cp -a %{SOURCE3} %{buildroot}%{_unitdir}/

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 3.0.8.2-1
- (395e64a) Merge pull request #2 from import/argus:rosa2016.1
- (395e64a) Updated to 3.0.8.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9649 |14cu|argus-clients-3.0.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sdevname %mklibname %{name} -d -s

Summary:	Client tools for argus network audit
Name:		argus-clients
Version:	3.0.8.2
Release:	1
License:	GPLv2+
Group:		Networking/Other
Url:		http://qosient.com/argus/
Source0:	http://qosient.com/argus/src/%{name}-%{version}.tar.gz
Patch0:		argus-clients-3.0.2-fix-str-fmt.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libsasl-devel
BuildRequires:	mysql-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(ncurses)

%description
Clients to the argus probe which process and display information.

%files
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/*
%{_sbindir}/radium
%{_prefix}/argus
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static library and header files for the %{name}
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 3.0.7.7-4
Obsoletes:	%{name}-devel < 3.0.7.7-4

%description -n %{sdevname}
Static library and header files for the %{name}.

%files -n %{sdevname}
%{_includedir}/argus/*
%{_libdir}/*.a
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 3.0.8.2-1
- (a700f69) Merge pull request #2 from import/argus-clients:rosa2016.1
- (a700f69) Updated to 3.0.8.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9650 |14cu|arj-3.10.22-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	File compression and packaging utility compatible with ARJ for MS-DOS
Name:		arj
Version:	3.10.22
Release:	14
License:	GPLv2+
Group:		Archiving/Compression
Url:		http://arj.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/arj/%{name}-%{version}.tar.bz2
Patch:		arj-3.10.21-debian-arches-align.patch
Patch1:		arj-3.10.22-fix_format_string.patch
Patch2:		arj-3.10.2-fix_strnlen_redefinition.patch
Patch3:		arj-3.10.22-quotes.patch
Patch6:		arj-3.10.22-debian-security-afl.patch
Patch7:		arj-3.10.22-debian-security-traversal-dir.patch
Patch8:		arj-3.10.22-debian-security-traversal-symlink.patch
BuildRequires:	automake

%description
A portable version of the ARJ archiver, available for a growing number
of DOS-like and UNIX-like platforms on a variety of architectures.
This aims for compatibility with the original ARJ archiver by ARJ
Software, Inc.

%files
%doc doc/*
%{_bindir}/arj
%{_bindir}/arj-register
%{_bindir}/arjdisp
%{_bindir}/rearj
%dir %{_libdir}/arj/
%{_libdir}/arj/arjcrypt.so
%{_mandir}/man1/*.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch -p1
%patch1 -p0
%patch2 -p0
%patch3 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1

cd gnu
# (misc) fix compile on x86_64, as the platform is otherwise not recognized
# by the current config.sub
cp /usr/share/automake-*/config.sub .
autoconf

%build
cd gnu
%configure2_5x
cd ..
make prepare
#disable binary strippings
#gw strange errors from the postproc command
make ADD_LDFLAGS="" || make || make || make

%install
%makeinstall_std



%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.10.22-14
- (e4f790f) Don't hardcode automake version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9651 |14cu|armagetron-0.2.8.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sourcename	armagetronad
%define debug_package	%{nil}

Summary:	Another 3d lightcycle game using OpenGL
Name:		armagetron
Version:	0.2.8.3.3
Release:	1
License:	GPL
Group:		Games/Arcade
URL:		http://armagetronad.net/
Source: 	http://prdownloads.sourceforge.net/armagetronad/%{sourcename}-%{version}.src.tar.gz
Source1:	%{name}-png.tar.bz2

BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)


%description
Another very nice and networked Tron game using OpenGL. Armagetron Advanced is
the continuation of the original Armagetron game.

%prep
%setup -qn %{sourcename}-%{version}


%build

export CXXFLAGS="%optflags -fpermissive"
%configure \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir} \
	--disable-games

%make "-I. -I.. -I../.. `sdl-config --cflags` $RPM_OPT_FLAGS"

%install
%makeinstall_std
mv %{buildroot}%{_gamesdatadir}/doc %{buildroot}%{_datadir}

# remove unwanted files
rm -f %{buildroot}%{_gamesbindir}/armagetronad-uninstall
rm -rf %{buildroot}%{_gamesdatadir}/%{sourcename}/{desktop,scripts}
rm -rf %{buildroot}%{_datadir}/{applnk,icons}
rm -rf %{buildroot}/opt/kde3/share/{applnk,icons}

cat <<EOF >%{buildroot}%{_gamesbindir}/%{name}
#!/bin/sh -e

REALTRON=%{_gamesbindir}/%{sourcename}

DATADIR=%{_gamesdatadir}/%{sourcename}
CONFDIR=%{_sysconfdir}/%{sourcename}
USERCONFDIR=\$HOME/.%{name}
USERDATADIR=\$USERCONFDIR/data
VARDIR=\$HOME/.%{name}
AUTORESOURCEDIR=\$HOME/.%{name}/resource
if [ ! -d \$USERCONFDIR ]; then
	# have to create configuration directory
	install -d \$USERCONFDIR
fi
if [ -f \$HOME/.%{name}rc ]; then
	# upgrade from before 0.2
	mv -f \$HOME/.%{name}rc \$USERCONFDIR/user.cfg
fi
# remove empty master.srv file created by earlier revisions
if [ -r \$USERCONFDIR/master.srv ] && ! [ -s \$USERCONFDIR/master.srv ]; then
  rm -f \$USERCONFDIR/master.srv
fi

CMDLINE="--datadir \$DATADIR --configdir \$CONFDIR --userconfigdir \$USERCONFDIR --vardir \$VARDIR --autoresourcedir \$AUTORESOURCEDIR"
if [ -d \$USERDATADIR ]; then
	CMDLINE="\$CMDLINE --userdatadir \$USERDATADIR"
fi
exec \$REALTRON \$CMDLINE "\$@"
EOF
chmod +x %{buildroot}%{_gamesbindir}/%{name}
chmod +x %{buildroot}%{_gamesbindir}/%{sourcename}

tar xjf %{SOURCE1}
install -m0644 %{name}-16.png -D %{buildroot}%{_miconsdir}/%{name}.png
install -m0644 %{name}-32.png -D %{buildroot}%{_iconsdir}/%{name}.png
install -m0644 %{name}-48.png -D %{buildroot}%{_liconsdir}/%{name}.png

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Armagetron Advanced
Comment=Another 3d lightcycle game
Exec=soundwrapper %{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

chmod +x %{buildroot}%{_gamesdatadir}/%{sourcename}/language/update.py
chmod -x %{buildroot}%{_sysconfdir}/%{sourcename}/rc.config

%files
%doc AUTHORS COPYING NEWS README
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{sourcename}
%{_gamesdatadir}/%{sourcename}
%dir %{_sysconfdir}/%{sourcename}
%config(noreplace) %{_sysconfdir}/%{sourcename}/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_defaultdocdir}/%{sourcename}



%changelog

* Fri Oct 16 2015 abfonly <abfonly@gmail.com> 0.2.8.3.3-1
- (f39ece0) Update to 0.2.8.3.3
- (f39ece0) MRB tested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9652 |14cu|arpalert-2.0.12-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A monitor ethernet networks
Name:		arpalert
Version:	2.0.12
Release:	6
License:	GPLv2+
Group:		Monitoring
Url:		http://www.arpalert.org/
Source0:	http://www.arpalert.org/src/%{name}-%{version}.tar.gz
Source1:	arpalert.service
Source2:	arpalert-tmpfiles.conf
Patch0:		arpalert-2.0.9-fix-str-fmt.diff
BuildRequires:	pcap-devel
Requires(post,preun):	systemd
Requires(pre,postun):	rpm-helper

%description
This software is used for monitoring ethernet networks. It listens on a network
interface (without using 'promiscuous' mode) and catches all conversations of
MAC address to IP request. It then compares the mac addresses it detected with
a pre-configured list of authorized MAC addresses. If the MAC is not in list,
arpalert launches a pre-defined user script with the MAC address and IP address
as parameters. This software can run in daemon mode; it's very fast (low CPU
and memory consumption). It responds at signal SIGHUP (configuration reload)
and at signals SIGTERM, SIGINT, SIGQUIT and SIGABRT (arpalert stops itself).

%files
%doc CHANGES COPYING README
%attr(0644,root,root) %{_unitdir}/%{name}.service
%dir %{_sysconfdir}/arpalert
%config(noreplace) %{_sysconfdir}/arpalert/*
%{_sbindir}/arpalert
%{_mandir}/man8/arpalert.8*
%dir %attr(0755,%{name},%{name}) %{_localstatedir}/log/%{name}
%ghost %dir %attr(0755,%{name},%{name}) %{_localstatedir}/run/%{name}
%dir %attr(0755,%{name},%{name}) %{_localstatedir}/lib/%{name}
%{_tmpfilesdir}/%{name}.conf

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/sh

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%systemd_post %{name}

%preun
%systemd_preun %{name}

%postun
%_postun_userdel %{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%serverbuild
%configure2_5x \
	--localstatedir=%{_localstatedir}

perl -pi -e "s|^lock_dir.*|lock_dir=%{_localstatedir}/run/%{name}|g" Makefile
perl -pi -e "s|^log_dir.*|log_dir=%{_localstatedir}/log/%{name}|g" Makefile
%make

%install
%makeinstall_std

install -d %{buildroot}%{_tmpfilesdir}
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_localstatedir}/log/%{name}
install -d %{buildroot}%{_localstatedir}/run/%{name}
install -d %{buildroot}%{_localstatedir}/lib/%{name}

install -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

install -m0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf

sed "s:sysconfig:%{_sysconfdir}/sysconfig:" -i %{buildroot}%{_unitdir}/%{name}.service

# cleanup
rm -f %{buildroot}%{_includedir}/arpalert.h


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.12-6
- (ac41c9e) Properly handle /var/run/arpalert



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9653 |14cu|arpd-0.2-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ARP reply daemon
Name:		arpd
Version:	0.2
Release:	16
License:	BSD
Group:		System/Servers
Url:		http://niels.xtdnet.nl/honeyd/
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.init.bz2
Source2:	%{name}.sysconfig.bz2
Patch0:		arpd-0.2-gcc34.diff
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	dnet-devel
BuildRequires:	libevent0.9-devel
BuildRequires:	pcap-devel
Requires(preun,post):	rpm-helper

%description
arpd replies to any ARP request for an IP address matching the
specified destination net with the hardware MAC address of the
specified interface, but only after determining if another host
already claims it.

%files
%doc LICENSE
%config(noreplace) %attr(0755,root,root) %{_initrddir}/%{name}
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/%{name}
%attr(0755,root,root) %{_sbindir}/%{name}
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p0

# libevent0.9 fix
perl -pi -e "s|event\.h|libevent0\.9\.h|g" *
perl -pi -e "s|libevent\.a|libevent0\.9\.a|g" *

# lib64 fix
perl -pi -e "s|\\\$withval/lib/|\\\${libdir}/|g" configure*
perl -pi -e "s|\\\$withval/lib |\\\${libdir} |g" configure*
perl -pi -e "s|\-L\\\${prefix}/lib|\-L\\\${libdir}|g" configure*
perl -pi -e "s|\\\${prefix}/lib/|\\\${libdir}/|g" configure*
perl -pi -e "s|\-levent|\-levent0.9|g" configure*

bzcat %{SOURCE1} > %{name}.init
bzcat %{SOURCE2} > %{name}.sysconfig

%build
autoreconf -fi
export CPPFLAGS="%{optflags} -fPIC"
%configure2_5x
%make

%install
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8

install -m755 %{name} %{buildroot}%{_sbindir}/%{name}
install -m644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8

install -m755 %{name}.init %{buildroot}%{_initrddir}/%{name}
install -m644 %{name}.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name}


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2-16
- (b012164) Adjust configure and build optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9654 |14cu|arp-scan-1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ARP scanning and fingerprinting tool
Name:		arp-scan
Version:	1.9
Release:	2
License:	BSD
Group:		Networking/Other
Url:		http://www.nta-monitor.com/tools/arp-scan
Source0:	http://www.nta-monitor.com/files/arp-scan/arp-scan-%{version}.tar.gz 
BuildRequires:	pcap-devel

%description
arp-scan is a command-line tool that uses the ARP protocol to discover and
fingerprint IP hosts on the local network.

%files
%{_bindir}/arp-fingerprint
%{_bindir}/arp-scan
%{_bindir}/get-iab
%{_bindir}/get-oui
%{_datadir}/arp-scan
%{_mandir}/man1/arp-fingerprint.1*
%{_mandir}/man1/arp-scan.1*
%{_mandir}/man1/get-iab.1*
%{_mandir}/man1/get-oui.1*
%{_mandir}/man5/mac-vendor.5*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9-2
- (96b1ff0) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9655 |14cu|arpsend-1.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sends an Ethernet frame containing an IP ARP request or reply packet
Name:		arpsend
Version:	1.2.3
Release:	1
License:	BSD
Group:		System/Kernel and hardware
Url:		http://www.net.princeton.edu/software/arpsend/
Source0:	http://www.net.princeton.edu/software/arpsend/%{name}-%{version}.tar.gz
BuildRequires:	libnet-devel

%description
arpsend sends an Ethernet frame containing an IP ARP request or reply packet
containing fields you specify. This is a diagnostic tool intended for use by
network administrators.

%files
%{_bindir}/arpsend
%{_mandir}/man8/arpsend*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%changelog
* Mon Nov 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-1
+ Revision: 2b67697
- Updated to 1.2.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9656 |14cu|arptables-0.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Userspace control program for the arptables network filter
Name:		arptables
Version:	0.0.4
Release:	1
Group:		System/Kernel and hardware
License:	GPLv2
URL:		http://ebtables.sourceforge.net/
Source0:	https://sourceforge.net/projects/ebtables/files/arptables/arptables-v0.0.4/%{name}-v%{version}.tar.gz
BuildRequires:  kernel-source

%description
The arptables utility controls the arpfilter network packet
filtering code in the Linux kernel. You do not need this program
for normal network firewalling. If you need to manually control
which arp requests and/or replies this machine accepts and sends,
you should install this package.

%prep
%setup -qn %{name}-v%{version}

%build
%make COPT_FLAGS="%{optflags}" KERNEL_DIR=/usr/src/linux/include

%install
install -d %{buildroot}/sbin
install -d %{buildroot}%{_mandir}/man8
install -m755 arptables %{buildroot}/sbin/
install -m644 arptables.8 %{buildroot}%{_mandir}/man8/

%clean

%files
%defattr(-,root,root,0755)
#%doc ChangeLog INSTALL THANKS
%attr(0755,root,root) /sbin/arptables
%attr(0644,root,root) %{_mandir}/man8/arptables.8*

%changelog
* Fri Oct 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-1
+ Revision: 1470319
- Fix setup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9657 |14cu|arx-libertatis-1.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An open source port of Arx Fatalis, a 2002 first-person role-playing game
Name:		arx-libertatis
Version:	1.1.2
Release:	3
License:	GPLv3+
Group:		Games/Adventure
Url:		http://arx-libertatis.org/
Source0:	http://github.com/downloads/arx/ArxLibertatis/%{name}-%{version}.tar.xz
# Use current screen resolution by default because sometimes max resolution
# is not detected properly and the game doesn't start
Patch0:		arx-libertatis-1.1.1-default-resolution.patch
Patch1:		arx-libertatis-1.1.2-cmake3.5.patch
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	devil-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)

%description
Arx Libertatis is a cross-platform, open source port of Arx Fatalis,
a 2002 first-person role-playing game developed by Arkane Studios.

Arx Fatalis features crafting, melee and ranged combat, as well as a
unique casting system where the player draws runes in real time to
effect the desired spell.

The Arx Libertatis source code is based on the publicly released Arx Fatalis
sources and available under the GPL 3+ license. This does however not include
the game data, so you need to obtain a copy of the original Arx Fatalis or
it's demo to play Arx Libertatis.

%files
%doc ARX_PUBLIC_LICENSE.txt AUTHORS CHANGELOG README.md
%{_gamesbindir}/arx*
%dir %attr(777,-,-) %{_gamesdatadir}/arx
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/arx*.1*
%{_mandir}/man6/arx*.6*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake \
	-DCMAKE_INSTALL_LIBEXECDIR:PATH=%{_bindir} \
	-DUSE_QT5:BOOL=OFF
%make

%install
%makeinstall_std -C build

mv %{buildroot}%{_bindir} %{buildroot}%{_gamesbindir}
mkdir -p %{buildroot}%{_gamesdatadir}/arx

sed -i s\|RolePlaying\|AdventureGame\|g %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.2-3
- (7bf37c5) Add patch to fix build with cmake 3.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9658 |14cu|asc-2.6.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_appdatadir %{_datadir}/appdata

Summary:	Advanced Strategic Command
Name:		asc
Version:	2.6.1.0
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.asc-hq.org/
Source0:	http://downloads.sf.net/asc-hq/%{name}-%{version}.tar.bz2
# Optional music files, taken from www.asc-hq.org and converted in ogg format
# from the original mp3 one with the script below (S4)
Source1:	%{name}-music-1.0.tar.xz
Source2:	%{name}-16x16.png
Source3:	%{name}-32x32.png
Source4:	%{name}-48x48.png
Source5:	generate-tarball.sh
BuildRequires:	boost-devel
BuildRequires:	bzip2-devel
BuildRequires:	jpeg-devel
BuildRequires:	libgii-devel
BuildRequires:	loki-devel
BuildRequires:	physfs-devel
BuildRequires:	SDL_sound-devel
BuildRequires:	wxgtku2.8-devel
# This is in Restricted
#BuildRequires:	xvid-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libcurl) >= 7.10.0
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua) >= 5.1
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	expat
BuildRequires:	zip
Requires:	%{name}-data = %{version}-%{release}
Suggests:	%{name}-music

%description
Advanced Strategic Command is a free, turn based strategy game. It is designed
in the tradition of the Battle Isle series from Bluebyte.

%files
%doc README COPYING AUTHORS
%doc doc/unitguide
%{_gamesbindir}/%{name}*
#{_gamesdatadir}/%%{name}
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_appdatadir}/%{name}.appdata.xml
%{_mandir}/man6/%{name}*.6*

#-----------------------------------------------------------------------------

%package data
Summary:	Data files for Advanced Strategic Command
License:	GPLv2+
Group:		Games/Strategy
BuildArch:      noarch

%description data
This package contains arch-independent data files for the Advanced
Strategic Command game, except from the music pack provided by the
%{name}-music package.

%files data
%doc README COPYING
%{_gamesdatadir}/%{name}/
%exclude %{_gamesdatadir}/%{name}/music/*

#-----------------------------------------------------------------------------

%package music
License:	GPLv2+
Group:		Games/Strategy
Summary:        Optional music files for Advanced Strategic Command
BuildArch:      noarch

%description music
This package contains optional music files that are not included by default
in the Advanced Strategic Command source tarball, but are provided for
download by upstream. They were converted from MP3 to OGG format.

%files music
%doc README COPYING
%{_gamesdatadir}/%{name}/music/

#-----------------------------------------------------------------------------

%prep
%setup -q -a 1

# Place the music files in the dir where configure will search into
mv %{name}-music-1.0/*.ogg data/music

# Fix wrong perms
chmod -x source/libs/paragui/include/paragui.h


%build
%configure2_5x	--enable-genparse \
		--bindir=%{_gamesbindir} 
%make


%install
%makeinstall_std bindir=%{_gamesbindir}

# Provide a .desktop file...
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{summary}
Comment=Turn-based strategy game inspired from the Battle Isle series
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;StrategyGame;
EOF
# ... and some icons...
install %{SOURCE2} -D %{buildroot}%{_miconsdir}/%{name}.png
install %{SOURCE3} -D %{buildroot}%{_iconsdir}/%{name}.png
install %{SOURCE4} -D %{buildroot}%{_liconsdir}/%{name}.png
# ... and prepare the Unitguide docs:
# 1. Place the files in doc/unitiguide
mv doc/unitguide/output/*.{gif,html,txt} doc/unitguide
mv doc/unitguide/output/graphics doc/unitguide
# 2. Remove from here build files
rm -f doc/unitguide/Makefile*
rm -f doc/unitguide/menu.pl
rm -rf doc/unitguide/output
%changelog

* Sat Jan 02 2016 gvm <mc2374@mclink.it> 2.6.1.0-1
- (573d99e) Remove wrong BReq for a package from Restricted repo.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9659 |14cu|ascii-invaders-0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ascii_invaders

Name:           ascii-invaders
Version:        0.1
Release:        1
Summary:        An ASCII-art game like Space Invaders
License:        GPLv2
Group:          Games/Strategy
Url:            https://github.com/macdice/ascii-invaders
Source0:        https://github.com/macdice/ascii-invaders/archive/%{name}-master.zip
BuildRequires:  pkgconfig(ncurses)

%description
%{summary}.

%files
%doc LICENSE README.md TODO
%{_gamesbindir}/%{name}

#----------------------------------------------

%prep
%setup -qn %{name}-master
# enable debug
perl -pi -e "s|-Wall|-Wall -g|" Makefile

%build
%setup_compile_flags
%make 

%install
install -Dm 0755 %{oname} %{buildroot}%{_gamesbindir}/%{name}


%changelog

* Wed Aug 31 2016 abfonly <abfonly@gmail.com> 0.1-1
- (68ce0e2) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9660 |14cu|asio-1.10.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		asio
Version:	1.10.6
Release:	2
Summary:	Cross-platform C++ library for network programming

Group:		Development/C
License:	Boost
Source0:	http://sourceforge.net/projects/asio/files/asio/1.10.2%20%28Stable%29/%{name}-%{version}.tar.bz2
URL:		http://asio.sourceforge.net
BuildRequires:	boost-devel >= 1.33
BuildRequires:	pkgconfig(openssl)

%define debug_package %{nil}

%description
asio is a cross-platform C++ library for network programming that provides
developers with a consistent asynchronous I/O model using a modern C++
approach.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%check
# Disable tests for now as 2 of them fail at ABF but pass at local machines
#make check

%files
%doc README
%doc doc/*
%{_includedir}/*.hpp
%{_includedir}/%{name}




%changelog

* Sat Sep 12 2015 dsilakov <denis.silakov@rosalab.ru> 1.10.6-2
- (3d7c779) Merge pull request #1 from reqwy/asio:rosa2014.1
- (3d7c779) Updated



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9661 |14cu|aspellgui-0.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname AspellGUI
%define debug_package	%{nil}
Name:		aspellgui
Summary:	GUI for aspell
License:	GPLv3
Version:	0.0.7
Release:	2
Group:		Text tools
URL:		http://keithhedger.hostingsiteforfree.com/pages/aspellgui/aspelgui.html
Source:		http://keithhedger.hostingsiteforfree.com/zips/aspellgui/%{oname}-%{version}.tar.gz
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  aspell-devel
BuildRequires:	desktop-file-utils
BuildRequires:	qmake5


%description
GUI for aspell, just launch it from the accessories menu and 
pase or type a word in the text box and either press 
\'Spell Check\' to check and correct all words in the 
text box or select a single word and press 
\'Check Word\' to just correct that one, 
that\'s all there is to it.


%prep
%setup -qn %{oname}-%{version}
perl -pi -e "s|gtk-update-icon-cache --ignore-theme-index --force /usr/share/icons/hicolor||"  AspellGUI/app/Makefile.in

%build
%configure --prefix=/usr --enable-qt5
make clean 
%make


%install
%makeinstall_std
desktop-file-validate %{buildroot}%{_datadir}/applications/AspellGUI.desktop 


%files
%doc  ChangeLog README AspellGUI/resources/docs/gpl-3.0.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/pixmaps/AspellGUI.png
%{_datadir}/pixmaps/AspellGUI48.png
%{_iconsdir}/hicolor/*/apps/AspellGUI.png
%{_datadir}/AspellGUI/
 
 
 
 
 
 
 
 
 
 
 
 
%changelog
* Tue Sep 30 2014 abfonly <abfonly@gmail.com> 0.0.7-2
+ Revision: 22bd10f
- Merge pull request #2 from abfonly/aspellgui:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9662 |14cu|asterisk-13.7.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%bcond_with	misdn
%bcond_with	odbc
%bcond_without	oss
%bcond_without	radius
%bcond_without	tds
%bcond_without	corosync

%define major 1
%define libname %mklibname asteriskssl %{major}
%define devname %mklibname %{name} -d

Summary:	The Open Source PBX
Name:		asterisk
Version:	13.7.2
Release:	4
License:	GPLv2+
Group:		System/Servers
Url:		http://www.asterisk.org/
Source0:	http://downloads.asterisk.org/pub/telephony/asterisk/releases/%{name}-%{version}.tar.gz
Source1:	asterisk-logrotate
Source2:	%{name}-%{version}-menuselect.makedeps
Source3:	%{name}-%{version}-menuselect.makeopts
Source4:	g72x_install
Source5:	asterisk-mp3.tar.bz2
Source6:	asterisk.service
Source7:	asterisk-tmpfiles
# S8: svn checkout http://svn.digium.com/svn/asterisk-gui/trunk asterisk-gui
Source8:	asterisk-gui.tar.gz
Source100:	asterisk.rpmlintrc
Patch2:		0002-Modify-modules.conf-so-that-different-voicemail-modu.patch
Patch50:	asterisk-1.6.1-rc1-utils_pthread_fix.diff
Patch51:	asterisk-1.6.1-beta3-net-snmp_fix.diff
Patch52:	asterisk-1.6.1-beta3-ffmpeg_fix.diff
Patch53:	asterisk-external_liblpc10.diff
Patch57:	editline-include-missing-1.6.1-fix.diff
Patch58:	asterisk-neon-include-fix.patch
Patch59:	asterisk-11.8.1-lua_fix.diff
Patch60:	asterisk-13.6.0-ilbc-2.x.x.diff
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	wget
BuildRequires:	alsa-oss-devel
BuildRequires:	c-client-devel
BuildRequires:	dahdi-devel >= 2.0.0
BuildRequires:	ffmpeg-devel
BuildRequires:	freetds-devel >= 0.64
BuildRequires:	gsm-devel
BuildRequires:	hoard-devel
BuildRequires:	libcap-devel
BuildRequires:	libtool-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	lpc10-devel
BuildRequires:	mysql-devel
BuildRequires:	nbs-devel
BuildRequires:	net-snmp-devel
BuildRequires:	openldap-devel
BuildRequires:	openr2-devel
BuildRequires:	pam-devel
BuildRequires:	perl-devel
BuildRequires:	pri-devel
BuildRequires:	radiusclient-ng-devel
BuildRequires:	resample-devel
BuildRequires:	ss7-devel
BuildRequires:	tcp_wrappers-devel
%if %{with odbc}
BuildRequires:	unixODBC-devel
%endif
BuildRequires:	zapata-devel
BuildRequires:	pkgconfig(bluez)
%if %{with corosync}
BuildRequires:	pkgconfig(corosync)
%endif
BuildRequires:	pkgconfig(gmime-2.6)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gpg-error)
BuildRequires:	pkgconfig(iksemel)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(jansson)
BuildRequires:	pkgconfig(krb5)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libedit)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libilbc)
BuildRequires:	pkgconfig(libnewt)
BuildRequires:	pkgconfig(libosptk)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libsrtp)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(spandsp)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)
%if %{with misdn}
BuildRequires:	isdn4net
BuildRequires:	isdn4k-utils-devel
BuildRequires:	misdn2-devel
%endif
Requires:	mpg123
Requires:	asterisk-core-sounds
Requires:	asterisk-moh
Requires(post):	systemd

%description
Asterisk is a complete PBX in software. It runs on Linux and provides
all of the features you would expect from a PBX and more. Asterisk
does voice over IP in three protocols, and can interoperate with
almost all standards-based telephony equipment using relatively
inexpensive hardware.

%files
%doc README* *.txt ChangeLog BUGS CREDITS configs
%doc doc/asterisk.sgml g72x_install
%doc contrib/realtime/mysql
%{_unitdir}/asterisk.service
%attr(0644,root,root) %{_tmpfilesdir}/%{name}.conf
%attr(0750,asterisk,asterisk) %dir %{_sysconfdir}/asterisk
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/acl.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/adsi.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/agents.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/alarmreceiver.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/amd.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/app_skel.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/asterisk.adsi
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/asterisk.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/ccss.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_custom.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_manager.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_syslog.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cli_aliases.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cli.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cli_permissions.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/codecs.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/confbridge.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/config_test.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/dnsmgr.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/dsp.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/dundi.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/enum.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/extconfig.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/extensions.ael
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/extensions.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/features.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/followme.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/ari.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/hep.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/http.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/iax.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/iaxprov.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/indications.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/logger.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/manager.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/mgcp.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/modules.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/motif.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/musiconhold.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/muted.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/phone.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/phoneprov.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/pjsip.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/pjsip_notify.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/pjsip_wizard.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/queuerules.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/queues.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_parking.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_stun_monitor.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/rtp.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/say.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/sip.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/sip_notify.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/sla.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/smdi.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/sorcery.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/ss7.timers
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/stasis.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/statsd.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/telcordia-1.adsi
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/test_sorcery.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/udptl.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/users.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/vpb.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/xmpp.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/asterisk
%dir %{_libdir}/asterisk
%dir %{_libdir}/asterisk/modules
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_adsiprog.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_alarmreceiver.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_amd.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_authenticate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_cdr.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_chanisavail.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_channelredirect.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_chanspy.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_confbridge.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_controlplayback.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_db.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_dial.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_dictate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_directed_pickup.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_disa.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_dumpchan.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_echo.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_exec.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_externalivr.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_followme.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_forkcdr.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_getcpeid.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_image.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_ivrdemo.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_macro.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_milliwatt.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_mixmonitor.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_morsecode.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_nbscat.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_originate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_playback.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_playtones.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_privacy.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_queue.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_readexten.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_read.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_record.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_saycounted.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_sayunixtime.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_senddtmf.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_sendtext.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_setcallerid.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_skel.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_sms.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_softhangup.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_speech_utils.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_stack.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_system.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_talkdetect.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_test.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_transfer.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_url.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_userevent.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_waitforring.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_waitforsilence.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_waituntil.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_verbose.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_while.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_zapateller.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/bridge_builtin_features.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/bridge_simple.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/bridge_softmix.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_csv.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_custom.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_manager.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_syslog.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_iax2.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_agent_pool.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_bridgewait.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_fax.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_stasis.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/bridge_builtin_interval_features.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/bridge_holding.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/bridge_native_rtp.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_bridge_media.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_mgcp.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_motif.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_multicast_rtp.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_nbs.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_phone.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_sip.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_adpcm.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_alaw.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_a_mu.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_g722.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_g726.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_gsm.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_ilbc.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_lpc10.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_resample.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_ulaw.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_g719.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_g723.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_g726.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_g729.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_gsm.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_h263.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_h264.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_ilbc.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_jpeg.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_ogg_vorbis.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_pcm.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_siren14.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_siren7.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_sln.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_wav_gsm.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_wav.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_vox.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_aes.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_audiohookinherit.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_base64.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_blacklist.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_callcompletion.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_callerid.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_cdr.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_channel.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_config.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_cut.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_db.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_devstate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_dialgroup.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_dialplan.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_enum.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_env.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_extstate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_frame_trace.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_global.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_groupcount.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_hangupcause.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_holdintercept.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_iconv.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_jitterbuffer.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_lock.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_logic.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_math.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_md5.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_module.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_periodic_hook.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_pitchshift.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_presencestate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_rand.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_realtime.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_sha1.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_shell.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_sorcery.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_sprintf.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_srv.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_strings.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_sysinfo.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_talkdetect.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_timeout.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_uri.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_version.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_volume.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/pbx_ael.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/pbx_config.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/pbx_dundi.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/pbx_loopback.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/pbx_realtime.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/pbx_spool.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_adsi.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_ael_share.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_agi.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_ari_applications.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_ari_asterisk.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_ari_bridges.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_ari_channels.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_ari_device_states.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_ari_endpoints.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_ari_events.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_ari.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_clialiases.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_clioriginate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_convert.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_crypto.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_endpoint_stats.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_format_attr_celt.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_format_attr_h263.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_format_attr_h264.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_format_attr_silk.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_format_attr_vp8.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_http_post.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_http_websocket.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_limit.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_monitor.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_musiconhold.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_mutestream.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_phoneprov.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_realtime.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_rtp_asterisk.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_rtp_multicast.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_security_log.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_smdi.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_speech.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_srtp.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_stun_monitor.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_timing_pthread.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_timing_timerfd.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_xmpp.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_ari_model.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_ari_playbacks.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_ari_recordings.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_ari_sounds.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_chan_stats.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_format_attr_opus.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_hep_rtcp.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_hep.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_manager_devicestate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_manager_presencestate.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_parking.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_sorcery_astdb.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_sorcery_config.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_sorcery_memory_cache.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_sorcery_memory.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_sorcery_realtime.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_stasis_answer.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_stasis_device_state.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_stasis_playback.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_stasis_recording.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_stasis_snoop.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_stasis.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_statsd.so
%attr(0755,root,root) %{_sbindir}/aelparse
%attr(0755,root,root) %{_sbindir}/astcanary
%attr(0755,root,root) %{_sbindir}/astdb2bdb
%attr(0755,root,root) %{_sbindir}/astdb2sqlite3
%attr(0755,root,root) %{_sbindir}/asterisk
%attr(0755,root,root) %{_sbindir}/astgenkey
%attr(0755,root,root) %{_sbindir}/astman
%attr(0755,root,root) %{_sbindir}/astversion
%attr(0755,root,root) %{_sbindir}/autosupport
%attr(0755,root,root) %{_sbindir}/check_expr
%attr(0755,root,root) %{_sbindir}/check_expr2
%attr(0755,root,root) %{_sbindir}/conf2ael
%attr(0755,root,root) %{_sbindir}/muted
%attr(0755,root,root) %{_sbindir}/rasterisk
%attr(0755,root,root) %{_sbindir}/smsq
%attr(0755,root,root) %{_sbindir}/stereorize
%attr(0755,root,root) %{_sbindir}/streamplayer
%{_mandir}/man8/astdb2bdb.8*
%{_mandir}/man8/astdb2sqlite3.8*
%{_mandir}/man8/asterisk.8*
%{_mandir}/man8/astgenkey.8*
%{_mandir}/man8/autosupport.8*
%{_mandir}/man8/safe_asterisk.8*
%attr(0750,asterisk,asterisk) %dir /var/lib/asterisk
%attr(0750,asterisk,asterisk) %dir /var/lib/asterisk/agi-bin
%attr(0750,asterisk,asterisk) /var/lib/asterisk/rest-api
%attr(0750,asterisk,asterisk) /var/lib/asterisk/static-http/appdocsxml.xslt
%attr(0750,asterisk,asterisk) /var/lib/asterisk/documentation
%attr(0750,asterisk,asterisk) /var/lib/asterisk/images
%attr(0750,asterisk,asterisk) /var/lib/asterisk/keys
%attr(0750,asterisk,asterisk) /var/lib/asterisk/phoneprov
%attr(0750,asterisk,asterisk) %dir /var/log/asterisk
%attr(0750,asterisk,asterisk) %dir /var/log/asterisk/cdr-csv
%attr(0750,asterisk,asterisk) %dir /var/log/asterisk/cdr-custom
%attr(0750,asterisk,asterisk) %dir /var/spool/asterisk
%attr(0770,asterisk,asterisk) %dir /var/spool/asterisk/monitor
%attr(0770,asterisk,asterisk) %dir /var/spool/asterisk/outgoing
%attr(0750,asterisk,asterisk) %dir /var/spool/asterisk/tmp
%attr(0750,asterisk,asterisk) %dir /var/spool/asterisk/voicemail
%attr(0640,asterisk,asterisk) %ghost /var/lib/asterisk/astdb
%attr(0640,asterisk,asterisk) %ghost /var/log/asterisk/cdr-csv/Master.csv
%attr(0640,asterisk,asterisk) %ghost /var/log/asterisk/console
%attr(0640,asterisk,asterisk) %ghost /var/log/asterisk/debug
%attr(0640,asterisk,asterisk) %ghost /var/log/asterisk/event_log
%attr(0640,asterisk,asterisk) %ghost /var/log/asterisk/h323_log
%attr(0640,asterisk,asterisk) %ghost /var/log/asterisk/messages
%attr(0640,asterisk,asterisk) %ghost /var/log/asterisk/queue_log

%pre
%_pre_useradd asterisk /var/lib/asterisk /bin/sh
gpasswd -a asterisk dialout 1>/dev/null

%post
%create_ghostfile /var/lib/asterisk/astdb asterisk asterisk 640
%create_ghostfile /var/log/asterisk/console asterisk asterisk 640
%create_ghostfile /var/log/asterisk/debug asterisk asterisk 640
%create_ghostfile /var/log/asterisk/messages asterisk asterisk 640
%create_ghostfile /var/log/asterisk/queue_log asterisk asterisk 640
%create_ghostfile /var/log/asterisk/event_log asterisk asterisk 640
%create_ghostfile /var/log/asterisk/cdr-csv/Master.csv asterisk asterisk 640
%create_ghostfile /var/log/asterisk/h323_log asterisk asterisk 640
echo "Adding setuid root to /usr/bin/mpg123, needed for MOH"
chmod u+s %{_bindir}/mpg123
if [[ -e %{_libdir}/asterisk/modules/codec_g729.so ]]; then
  sh %{_docdir}/g72x_install
fi

%tmpfiles_create %{name}
%_post_service %{name}

%preun
if [ "$1" = 0 ]; then
	echo "Removing setuid root from /usr/bin/mpg123"
	chmod u-s %{_bindir}/mpg123
fi

# Remove the G72x stuff
rm -f /usr/share/doc/asterisk/README.g72x.txt
rm -f /usr/$LIBNAME/asterisk/modules/codec_g723.so
rm -f /usr/$LIBNAME/asterisk/modules/codec_g729.so
rm -f /usr/bin/g729_my_enc
rm -f /usr/bin/g729_my_dec
rm -f /usr/bin/astconv

%_preun_service %{name}

%postun
%_postun_userdel asterisk
gpasswd -d asterisk dialout 1>/dev/null

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The shared SSL library for Asterisk
Group:		System/Libraries

%description -n %{libname}
The shared SSL library for Asterisk.

%files -n %{libname}
%{_libdir}/libasteriskssl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for building Asterisk modules
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 13.7.2-3
Obsoletes:	%{name}-devel < 13.7.2-3

%description -n %{devname}
This package contains the development header files that are needed
to compile 3rd party modules.

%files -n %{devname}
%dir %{_includedir}/asterisk
%dir %{_includedir}/asterisk/doxygen
%{_includedir}/asterisk.h
%{_includedir}/asterisk/*.h
%{_includedir}/asterisk/doxygen/*.h
%{_libdir}/libasteriskssl.so

#----------------------------------------------------------------------------

%package addons
Summary:	Asterisk-addons metapackage
Group:		System/Servers
Requires:	asterisk = %{EVRD}
Requires:	asterisk-plugins-mp3 = %{EVRD}
Requires:	asterisk-plugins-mysql = %{EVRD}
Requires:	asterisk-plugins-ooh323 = %{EVRD}

%description addons
Contains these packages: asterisk-plugins-mp3, asterisk-plugins-mysql,
asterisk-plugins-ooh323.

%files addons

#----------------------------------------------------------------------------

%package firmware
Summary:	Firmware for the Digium S101I (IAXy)
Group:		System/Servers
License:	Redistributable, no modification permitted
Requires:	asterisk = %{EVRD}

%description firmware
Firmware for the Digium S101I (IAXy).

%files firmware
%attr(0750,asterisk,asterisk) /var/lib/asterisk/firmware

#----------------------------------------------------------------------------

%package gui
Summary:	Asterisk GUI
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description gui
Asterisk GUI is a framework for the creation of graphical interfaces for
configuring Asterisk. Some sample graphical interfaces for specific vertical
markets are included for reference or for actual use and extension.

%files gui
%dir %attr(0750,asterisk,asterisk) /var/lib/asterisk/gui_backups
%dir %attr(0750,asterisk,asterisk) /var/lib/asterisk/static-http
%dir %attr(0755,asterisk,asterisk) /var/lib/asterisk/static-http/config
%dir %attr(0755,asterisk,asterisk) /var/lib/asterisk/static-http/config/stylesheets
%dir %attr(0755,asterisk,asterisk) /var/lib/asterisk/static-http/config/images
%dir %attr(0755,asterisk,asterisk) /var/lib/asterisk/static-http/config/private
%dir %attr(0755,asterisk,asterisk) /var/lib/asterisk/static-http/config/private/bkps
%dir %attr(0755,asterisk,asterisk) /var/lib/asterisk/static-http/config/js
%dir %attr(0755,asterisk,asterisk) /var/lib/asterisk/scripts
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/config/*.html
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/config/stylesheets/*
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/config/images/*
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/config/js/*
%attr(0755,asterisk,asterisk) /var/lib/asterisk/scripts/*
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/*.html
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/*.css
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/*.js
%attr(0644,asterisk,asterisk) /var/lib/asterisk/static-http/*.xml

#----------------------------------------------------------------------------

%package plugins-alsa
Summary:	Modules for Asterisk that use Alsa sound drivers
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-alsa
Modules for Asterisk that use Alsa sound drivers.

%files plugins-alsa
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/alsa.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_alsa.so

#----------------------------------------------------------------------------

%package plugins-calendar
Summary:	Asterisk calendar support
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-calendar
Asterisk calendar support (ical, caldav, exchange, or ews)

%files plugins-calendar
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/calendar.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_calendar.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_calendar_caldav.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_calendar_ews.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_calendar_exchange.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_calendar_icalendar.so

#----------------------------------------------------------------------------

%package plugins-cel
Summary:	Asterisk Channel Event Logging
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-cel
Channel Event Logging is a mechanism to provide fine-grained event information
that can be used to generate billing information. Such event information can
be recorded to databases and files via pluggable backend modules.

%files plugins-cel
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cel.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cel_custom.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_celgenuserevent.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cel_custom.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cel_manager.so

#----------------------------------------------------------------------------

%if %{with corosync}
%package plugins-corosync
Summary:	Modules for Asterisk that use corosync
Group:		System/Servers
Requires:	asterisk = %{EVRD}
Obsoletes:	asterisk-plugins-ais < 13.7.2

%description plugins-corosync
Modules for Asterisk that use corosync.

%files plugins-corosync
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_corosync.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_corosync.so
%endif

#----------------------------------------------------------------------------

%package plugins-curl
Summary:	Modules for Asterisk that use cURL
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-curl
Modules for Asterisk that use cURL.

%files plugins-curl
%doc contrib/scripts/dbsep.cgi
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/dbsep.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_curl.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_curl.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_config_curl.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_curl.so

#----------------------------------------------------------------------------

%package plugins-dahdi
Summary:	Modules for Asterisk that use DAHDI
Group:		System/Servers
Requires:	asterisk = %{EVRD}
Requires:	dahdi-tools >= 2.0.0

%description plugins-dahdi
Modules for Asterisk that use DAHDI.

%files plugins-dahdi
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/meetme.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/chan_dahdi.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_flash.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_meetme.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_page.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_dahdiras.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_dahdi.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_dahdi.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_timing_dahdi.so
%dir %{_datadir}/dahdi
%dir %{_datadir}/dahdi/span_config.d
%{_datadir}/dahdi/span_config.d/40-asterisk

%pre plugins-dahdi
%{_sbindir}/usermod -a -G dahdi asterisk

#----------------------------------------------------------------------------

%package plugins-fax
Summary:	FAX plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-fax
This package contains FAX plugins for Asterisk.

%files plugins-fax
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_fax.conf

#----------------------------------------------------------------------------

%package plugins-festival
Summary:	Festival application for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}
Requires:	festival

%description plugins-festival
Application for the Asterisk PBX that uses Festival to convert text to speech.

%files plugins-festival
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/festival.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_festival.so

#----------------------------------------------------------------------------

%package plugins-ices
Summary:	Stream audio from Asterisk to an IceCast server
Group:		System/Servers
Requires:	asterisk = %{EVRD}
Requires:	ices

%description plugins-ices
Stream audio from Asterisk to an IceCast server.

%files plugins-ices
%doc contrib/asterisk-ices.xml
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_ices.so

#----------------------------------------------------------------------------

%package plugins-jack
Summary:	JACK resources for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-jack
JACK resources for Asterisk.

%files plugins-jack
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_jack.so

#----------------------------------------------------------------------------

%package plugins-ldap
Summary:	LDAP resources for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-ldap
LDAP resources for Asterisk.

%files plugins-ldap
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_ldap.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_config_ldap.so

#----------------------------------------------------------------------------

%package plugins-lua
Summary:	Lua resources for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-lua
Lua resources for Asterisk.

%files plugins-lua
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/extensions.lua
%attr(0755,root,root) %{_libdir}/asterisk/modules/pbx_lua.so

#----------------------------------------------------------------------------

%if %{with misdn}
%package plugins-misdn
Summary:	This module adds mISDN support to the Asterisk PBX
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-misdn
This module adds mISDN support to the Asterisk PBX. mISDN is the
(experimental) new ISDN4Linux stack, which adds support for
driving cards in NT mode and thus connecting an ISDN phone to your
computer.

%files plugins-misdn
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/misdn.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_misdn.so

%pre plugins-misdn
%{_sbindir}/usermod -a -G misdn asterisk
%endif

#----------------------------------------------------------------------------

%package plugins-minivm
Summary:	MiniVM applicaton for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-minivm
MiniVM application for Asterisk.

%files plugins-minivm
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/extensions_minivm.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/minivm.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_minivm.so

#----------------------------------------------------------------------------

%package plugins-mobile
Summary:	Asterisk channel driver for bluetooth phones and headsets
Group:		System/Servers
BuildRequires:	pkgconfig(bluez)
Requires:	%{_lib}bluez3
Requires:	asterisk = %{EVRD}

%description plugins-mobile
Asterisk channel driver to allow Bluetooth cell/mobile phones to be
used as FXO devices, and headsets as FXS devices.

%files plugins-mobile
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/chan_mobile.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_mobile.so

%pre plugins-mobile
if [[ -e %{_sysconfdir}/asterisk/mobile.conf ]] ; then
  mv -f %{_sysconfdir}/asterisk/{,chan_}mobile.conf
fi

#----------------------------------------------------------------------------

%package plugins-mp3
Summary:	MP3 plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-mp3
This package contains MP3 support for Asterisk.

%files plugins-mp3
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_mp3.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/format_mp3.so

#----------------------------------------------------------------------------

%package plugins-mysql
Summary:	MySQL plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-mysql
This package contains MySQL plugins for Asterisk.

%files plugins-mysql
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/app_mysql.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_mysql.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_config_mysql.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_mysql.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_mysql.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_config_mysql.so

#----------------------------------------------------------------------------

%if %{with odbc}
%package plugins-odbc
Summary:	Applications for Asterisk that use ODBC (except voicemail)
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-odbc
Applications for Asterisk that use ODBC (except voicemail)

%files plugins-odbc
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_adaptive_odbc.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_odbc.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cel_odbc.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/func_odbc.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_odbc.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_adaptive_odbc.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_odbc.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_odbc.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_config_odbc.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_odbc.so
%endif

#----------------------------------------------------------------------------

%package plugins-ooh323
Summary:	Objective System's H323 for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-ooh323
Objective System's H323 for Asterisk.

%files plugins-ooh323
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/ooh323.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_ooh323.so

#----------------------------------------------------------------------------

%package plugins-osp
Summary:	Open Settlement Protocol for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-osp
This package contains OSP (Open Settlement Protocol) support for Asterisk.

%files plugins-osp
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/osp.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_osplookup.so

#----------------------------------------------------------------------------

%if %{with oss}
%package plugins-oss
Summary:	Modules for Asterisk that use OSS sound drivers
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-oss
Modules for Asterisk that use OSS sound drivers.

%files plugins-oss
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/oss.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_oss.so
%endif

#----------------------------------------------------------------------------

%package plugins-pktccops
Summary:	Modules for Asterisk that use the IETF COPS protocol on PacketCable
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-pktccops
It's a subset or a "profile" of the IETF COPS protocol, extended for
PacketCable specific usage. The IETF COPS RFC defines the extensions
mechanism and the PacketCable standard uses and respects them. For
example, IETF COPS defines an opaque field called "Client Specific
Decision Data" and the PacketCable Standard defines how to fill it.
Some IETF COPS messages are not used in the PC Standard (like SSC), so
is a subset.

%files plugins-pktccops
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_pktccops.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_pktccops.so

#----------------------------------------------------------------------------

%package plugins-portaudio
Summary:	Modules for Asterisk that use the portaudio library
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-portaudio
Modules for Asterisk that use the portaudio library.

%files plugins-portaudio
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/console.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_console.so

#----------------------------------------------------------------------------

%package plugins-pgsql
Summary:	PostgreSQL plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}
Provides:	%{name}-plugins-postgresql = %{EVRD}

%description plugins-pgsql
This package contains PostgreSQL plugins for Asterisk.

%files plugins-pgsql
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_pgsql.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cel_pgsql.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_pgsql.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_pgsql.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cel_pgsql.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_config_pgsql.so

#----------------------------------------------------------------------------

%if %{with radius}
%package plugins-radius
Summary:	Radiusclient plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-radius
This package contains Radiusclient plugins for Asterisk.

%files plugins-radius
%attr(0755,root,root) %{_libdir}/asterisk/modules/cel_radius.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_radius.so
%endif

#----------------------------------------------------------------------------

%package plugins-skinny
Summary:	Modules for Asterisk that support the SCCP/Skinny protocol
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-skinny
Modules for Asterisk that support the SCCP/Skinny protocol.

%files plugins-skinny
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/skinny.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_skinny.so

#----------------------------------------------------------------------------

%package plugins-snmp
Summary:	Brief SNMP Agent / SubAgent support for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}
Requires:	net-snmp

%description plugins-snmp
This package contains brief SNMP Agent / SubAgent support for Asterisk.

%files plugins-snmp
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_snmp.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_snmp.so

#----------------------------------------------------------------------------

%package plugins-speex
Summary:	SPEEX plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-speex
This package contains SPEEX plugins for Asterisk.

%files plugins-speex
%attr(0755,root,root) %{_libdir}/asterisk/modules/codec_speex.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_speex.so

#----------------------------------------------------------------------------

%package plugins-sqlite
Summary:	SQLite plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-sqlite
This package contains SQLite plugins for Asterisk.

%files plugins-sqlite
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_sqlite3_custom.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cel_sqlite3_custom.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/res_config_sqlite3.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_sqlite3_custom.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cel_sqlite3_custom.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/res_config_sqlite3.so

#----------------------------------------------------------------------------

%if %{with tds}
%package plugins-tds
Summary:	FreeTDS plugins for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-tds
This package contains FreeTDS plugins for Asterisk.

%files plugins-tds
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cel_tds.conf
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/cdr_tds.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/cel_tds.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/cdr_tds.so
%endif

#----------------------------------------------------------------------------

%package plugins-unistim
Summary:	Unistim channel for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}

%description plugins-unistim
Unistim channel for Asterisk.

%files plugins-unistim
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/unistim.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/chan_unistim.so

#----------------------------------------------------------------------------

%package plugins-voicemail
Summary:	Common Voicemail Modules for Asterisk
Group:		System/Servers
Requires:	asterisk = %{EVRD}
Requires:	asterisk-plugins-voicemail-implementation = %{EVRD}
Requires:	sox
Requires:	sendmail-command

%description plugins-voicemail
Common Voicemail Modules for Asterisk.

%files plugins-voicemail
%attr(0640,asterisk,asterisk) %config(noreplace) %{_sysconfdir}/asterisk/voicemail.conf
%attr(0755,root,root) %{_libdir}/asterisk/modules/func_vmcount.so

#----------------------------------------------------------------------------

%package plugins-voicemail-imap
Summary:	Store voicemail on an IMAP server
Group:		System/Servers
Requires:	asterisk = %{EVRD}
Requires:	asterisk-plugins-voicemail = %{EVRD}
Provides:	asterisk-plugins-voicemail-implementation = %{EVRD}

%description plugins-voicemail-imap
Voicemail implementation for Asterisk that stores voicemail on an IMAP
server.

%files plugins-voicemail-imap
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_directory_imap.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_voicemail_imap.so

#----------------------------------------------------------------------------

%if %{with odbc}
%package plugins-voicemail-odbc
Summary:	Store voicemail in a database using ODBC
Group:		System/Servers
Requires:	asterisk = %{EVRD}
Requires:	asterisk-plugins-voicemail = %{EVRD}
Provides:	asterisk-plugins-voicemail-implementation = %{EVRD}

%description plugins-voicemail-odbc
Voicemail implementation for Asterisk that uses ODBC to store
voicemail in a database.

%files plugins-voicemail-odbc
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_directory_odbc.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_voicemail_odbc.so
%endif

#----------------------------------------------------------------------------

%package plugins-voicemail-plain
Summary:	Store voicemail on the local filesystem
Group:		System/Servers
Requires:	asterisk = %{EVRD}
Requires:	asterisk-plugins-voicemail = %{EVRD}
Provides:	asterisk-plugins-voicemail-implementation = %{EVRD}

%description plugins-voicemail-plain
Voicemail implementation for Asterisk that stores voicemail on the
local filesystem.

%files plugins-voicemail-plain
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_directory_plain.so
%attr(0755,root,root) %{_libdir}/asterisk/modules/app_voicemail_plain.so

#----------------------------------------------------------------------------

%prep
%setup0 -qn asterisk-%{version} -a 5 -a 8

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
	if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch2 -p1 -b .voicemail
##
%patch50 -p1 -b .pthread
%patch51 -p0 -b .net_snmp
%patch52 -p1 -b .ffmpeg
%patch53 -p0 -b .libplc10
%patch57 -p0 -b .editline
%patch58 -p1 -b .neon
%patch59 -p1 -b .lua
%patch60 -p1 -b .ilbc-2.x.x

cp %{SOURCE2} menuselect.makedeps
cp %{SOURCE3} menuselect.makeopts
cp %{SOURCE4} g72x_install

# Fixup makefile so sound archives aren't downloaded/installed
%__perl -pi -e 's/^all:.*$/all:/' sounds/Makefile
%__perl -pi -e 's/^install:.*$/install:/' sounds/Makefile

# convert comments in one file to UTF-8
mv main/fskmodem.c main/fskmodem.c.old
iconv -f iso-8859-1 -t utf-8 -o main/fskmodem.c main/fskmodem.c.old
touch -r main/fskmodem.c.old main/fskmodem.c
rm main/fskmodem.c.old

chmod -x contrib/scripts/dbsep.cgi

%build
./bootstrap.sh

sed 's#localstatedir}/lib64#localstatedir}/lib#g' -i configure.ac

pushd menuselect
%configure2_5x
popd

pushd main/editline
%configure2_5x
popd

%configure2_5x \
	--localstatedir=/var \
	--with-asound \
	--with-bluetooth \
	--with-cap \
	--with-curses \
	--with-crypto \
	--with-dahdi \
	--with-avcodec \
	--with-gsm \
	--without-gtk2 \
	--with-hoard \
	--with-gmime \
	--with-ical \
	--with-iconv \
	--with-iksemel \
	--with-imap=system \
	--with-inotify \
%if %{with odbc}
	--with-iodbc \
%else
	--without-iodbc \
%endif
	--with-jack \
	--without-kqueue \
	--with-ldap \
	--with-libcurl \
	--with-ltdl \
	--with-lua \
%if %{with misdn}
	--with-isdnnet \
	--with-misdn \
	--with-suppserv \
%else
	--without-isdnnet \
	--without-misdn \
	--without-suppserv \
%endif
	--with-mysqlclient \
	--with-nbs \
	--with-ncurses \
	--with-neon \
	--with-neon29 \
	--with-netsnmp \
	--with-newt \
	--with-ogg \
%if %{with corosync}
	--with-cpg \
%else
	--without-cpg \
%endif
	--with-openr2 \
	--with-osptk \
%if %{with oss}
	--with-oss \
%else
	--without-oss \
%endif
	--with-postgres \
	--with-popt \
	--with-portaudio \
	--with-pri \
	--with-radius \
	--with-resample \
	--without-pwlib \
	--without-h323 \
	--with-sdl \
	--with-SDL_image \
	--with-sounds-cache \
	--with-spandsp \
	--with-ss7 \
	--with-speex \
	--with-speexdsp \
	--without-sqlite \
	--with-sqlite3 \
	--with-srtp \
	--with-ssl \
	--with-tds \
	--with-timerfd \
	--without-tinfo \
	--with-tonezone \
%if %{with odbc}
	--with-unixodbc \
%else
	--without-unixodbc \
%endif
	--with-vorbis \
	--without-vpb \
	--without-x11 \
	--with-z \
	--with-ilbc \
	--with-libedit \

sed 's#localstatedir}/lib64#localstatedir}/lib#g' -i makeopts
#fix --no-undefined
sed -e 's/,--no-undefined -Wl//g' -i makeopts

sed -i -e 's/^MENUSELECT_OPTS_app_voicemail=.*$/MENUSELECT_OPTS_app_voicemail=FILE_STORAGE/' menuselect.makeopts
%make ASTCFLAGS="%{optflags}" DEBUG= OPTIMIZE= ASTVARRUNDIR=/run/asterisk NOISY_BUILD=1

rm apps/app_voicemail.o apps/app_directory.o
mv apps/app_voicemail.so apps/app_voicemail_plain.so
mv apps/app_directory.so apps/app_directory_plain.so

sed -i -e 's/^MENUSELECT_OPTS_app_voicemail=.*$/MENUSELECT_OPTS_app_voicemail=IMAP_STORAGE/' menuselect.makeopts
%make ASTCFLAGS="%{optflags}" DEBUG= OPTIMIZE= ASTVARRUNDIR=/run/asterisk NOISY_BUILD=1

rm apps/app_voicemail.o apps/app_directory.o
mv apps/app_voicemail.so apps/app_voicemail_imap.so
mv apps/app_directory.so apps/app_directory_imap.so

%if %{with odbc}
sed -i -e 's/^MENUSELECT_OPTS_app_voicemail=.*$/MENUSELECT_OPTS_app_voicemail=ODBC_STORAGE/' menuselect.makeopts
%make ASTCFLAGS="%{optflags}" DEBUG= OPTIMIZE= ASTVARRUNDIR=/run/asterisk NOISY_BUILD=1

rm apps/app_voicemail.o apps/app_directory.o
mv apps/app_voicemail.so apps/app_voicemail_odbc.so
mv apps/app_directory.so apps/app_directory_odbc.so
%endif

# so that these modules don't get built again during the install phase
touch apps/app_voicemail.o apps/app_directory.o
touch apps/app_voicemail.so apps/app_directory.so

pushd asterisk-gui
%configure2_5x
popd

%install
ASTCFLAGS="%{optflags}" make install DEBUG= OPTIMIZE= DESTDIR=%{buildroot} ASTVARRUNDIR=/run/asterisk
ASTCFLAGS="%{optflags}" make samples DEBUG= OPTIMIZE= DESTDIR=%{buildroot} ASTVARRUNDIR=/run/asterisk

install -D -p -m 0644 %{S:1} %{buildroot}%{_sysconfdir}/logrotate.d/asterisk
install -D -p -m 0644 %{SOURCE6} %{buildroot}%{_unitdir}/asterisk.service
rm -f %{buildroot}%{_sbindir}/safe_asterisk
install -D -p -m 0644 %{SOURCE7} %{buildroot}%{_tmpfilesdir}/%{name}.conf

#install -D -p -m 0644 contrib/editors/ael.vim %{buildroot}%{_datadir}/vim/syntax/ael.vim
#install -D -p -m 0644 contrib/editors/asteriskvm.vim %{buildroot}%{_datadir}/vim/syntax/asteriskvm.vim

rm %{buildroot}%{_libdir}/asterisk/modules/app_directory.so
rm %{buildroot}%{_libdir}/asterisk/modules/app_voicemail.so
install -D -p -m 0755 apps/app_directory_imap.so %{buildroot}%{_libdir}/asterisk/modules/
install -D -p -m 0755 apps/app_voicemail_imap.so %{buildroot}%{_libdir}/asterisk/modules/
%if %{with odbc}
install -D -p -m 0755 apps/app_directory_odbc.so %{buildroot}%{_libdir}/asterisk/modules/
install -D -p -m 0755 apps/app_voicemail_odbc.so %{buildroot}%{_libdir}/asterisk/modules/
%endif
install -D -p -m 0755 apps/app_directory_plain.so %{buildroot}%{_libdir}/asterisk/modules/
install -D -p -m 0755 apps/app_voicemail_plain.so %{buildroot}%{_libdir}/asterisk/modules/

# create some directories that need to be packaged
make installdirs DESTDIR=%{buildroot} ASTVARRUNDIR=/run/asterisk
mkdir -p %{buildroot}/var/spool/asterisk/outgoing

# We're not going to package any of the sample AGI scripts
rm -f %{buildroot}/var/lib/asterisk/agi-bin/*

# Don't package the sample voicemail user
rm -rf %{buildroot}/var/spool/asterisk/voicemail/default

# Don't package example phone provision configs
rm -rf %{buildroot}/var/lib/asterisk/phoneprov/*

# these are compiled with -O0 and thus include unfortified code.
rm -rf %{buildroot}%{_sbindir}/hashtest
rm -rf %{buildroot}%{_sbindir}/hashtest2

rm -f %{buildroot}%{_sysconfdir}/asterisk/res_config_sqlite.conf

pushd asterisk-gui
%makeinstall_std
popd

# fix ghost files
touch %{buildroot}/var/lib/asterisk/astdb
touch %{buildroot}/var/log/asterisk/console
touch %{buildroot}/var/log/asterisk/debug
touch %{buildroot}/var/log/asterisk/messages
touch %{buildroot}/var/log/asterisk/queue_log
touch %{buildroot}/var/log/asterisk/event_log
touch %{buildroot}/var/log/asterisk/cdr-csv/Master.csv
touch %{buildroot}/var/log/asterisk/h323_log

# remove unused files
%if %{without odbc}
  rm -f %{buildroot}/%{_sysconfdir}/asterisk/cdr_adaptive_odbc.conf
  rm -f %{buildroot}/%{_sysconfdir}/asterisk/cdr_odbc.conf
  rm -f %{buildroot}/%{_sysconfdir}/asterisk/cel_odbc.conf
  rm -f %{buildroot}/%{_sysconfdir}/asterisk/func_odbc.conf
  rm -f %{buildroot}/%{_sysconfdir}/asterisk/res_odbc.conf
%endif
%if %{without misdn}
  rm -f %{buildroot}/%{_sysconfdir}/asterisk/misdn.conf
%endif
%if %{without oss}
  rm -f %{buildroot}/%{_sysconfdir}/asterisk/oss.conf
%endif


%changelog

* Fri Mar 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 13.7.2-4
- (df4f3a3) Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9663 |14cu|asterisk-core-sounds-en-1.4.25-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

Summary:	English sound files for the Asterisk PBX and telephony application and toolkit
Name:		asterisk-core-sounds-en
Version:	1.4.25
Release:	2
License:	Public Domain
Group:		System/Servers
URL:		http://www.asterisk.org/
#for FMT in alaw g722 g729 gsm sln16 ulaw wav siren7 siren14; do wget -P SOURCES/ -c http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-fr-${FMT}-1.4.17.tar.gz ; done
Source0:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-alaw-%{version}.tar.gz
Source1:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g722-%{version}.tar.gz
Source2:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g729-%{version}.tar.gz
Source3:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-gsm-%{version}.tar.gz
Source4:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren7-%{version}.tar.gz
Source5:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren14-%{version}.tar.gz
Source6:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-sln16-%{version}.tar.gz
Source7:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-ulaw-%{version}.tar.gz
Source8:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-wav-%{version}.tar.gz
Requires:	asterisk
Provides:	asterisk-core-sounds = %{version}-%{release}
BuildArch:	noarch

%description
Asterisk is an Open Source PBX and telephony development platform that can both
replace a conventional PBX and act as a platform for developing custom
telephony applications for delivering dynamic content over a telephone
similarly to how one can deliver dynamic content through a web browser using
CGI and a web server.
 
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and
IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone
or miniphone).

This package contains freely usable recorded sounds that were meant to be used
with Asterisk in the following formats: a-Law, G.722, G.729, GSM, Siren7, 
Siren14, sln16, mu-Law, WAV

%prep

%setup -q -c -T -n asterisk-core-sounds-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8

# fix dir perms
find . -type d | xargs chmod 755
    
# fix file perms
find . -type f | xargs chmod 644

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install

install -d %{buildroot}/var/lib/asterisk/sounds/en

cp -aRf * %{buildroot}/var/lib/asterisk/sounds/en

# cleanup
#rm -f %{buildroot}%{_datadir}/asterisk/sounds/*-asterisk-core-*-%{version}

# make a file list
find %{buildroot}/var/lib/asterisk/sounds/en -type f | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) /' >> %{name}.filelist

%clean

%files -f %{name}.filelist
%defattr(-,root, root)
%doc *-asterisk-core-*-%{version}



%changelog

* Tue Sep 15 2015 dsilakov <denis.silakov@rosalab.ru> 1.4.25-2
- (29b572f) Merge pull request #1 from reqwy/asterisk-core-sounds-en:rosa2014.1
- (29b572f) updated to 1.4.25



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9664 |14cu|asterisk-core-sounds-en_AU-1.4.25-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

Summary:	French sound files for the Asterisk PBX and telephony application and toolkit
Name:		asterisk-core-sounds-en_AU
Version:	1.4.25
Release:	2
License:	Public Domain
Group:		System/Servers
URL:		http://www.asterisk.org/
#for FMT in alaw g722 g729 gsm sln16 ulaw wav siren7 siren14; do wget -P SOURCES/ -c http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-fr-${FMT}-1.4.17.tar.gz ; done
Source0:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-alaw-%{version}.tar.gz
Source1:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g722-%{version}.tar.gz
Source2:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g729-%{version}.tar.gz
Source3:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-gsm-%{version}.tar.gz
Source4:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren7-%{version}.tar.gz
Source5:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren14-%{version}.tar.gz
Source6:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-sln16-%{version}.tar.gz
Source7:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-ulaw-%{version}.tar.gz
Source8:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-wav-%{version}.tar.gz
Requires:	asterisk
Provides:	asterisk-core-sounds = %{version}-%{release}
BuildArch:	noarch

%description
Asterisk is an Open Source PBX and telephony development platform that can both
replace a conventional PBX and act as a platform for developing custom
telephony applications for delivering dynamic content over a telephone
similarly to how one can deliver dynamic content through a web browser using
CGI and a web server.
 
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and
IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone
or miniphone).

This package contains freely usable music that were meant to be used
with Asterisk in the following formats: a-Law, G.722, G.729, GSM, Siren7, 
Siren14, sln16, mu-Law, WAV

%prep

%setup -q -c -T -n asterisk-core-sounds-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8

# fix dir perms
find . -type d | xargs chmod 755
    
# fix file perms
find . -type f | xargs chmod 644

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install

install -d %{buildroot}/var/lib/asterisk/sounds/en_AU

cp -aRf * %{buildroot}/var/lib/asterisk/sounds/en_AU/

# cleanup
#rm -f %{buildroot}/var/lib/asterisk/sounds/*-asterisk-core-*-%{version}

# make a file list
find %{buildroot}/var/lib/asterisk/sounds -type f | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) /' >> %{name}.filelist

%clean

%files -f %{name}.filelist
%defattr(-,root, root)
%doc *-asterisk-core-*-%{version}



%changelog

* Tue Sep 15 2015 dsilakov <denis.silakov@rosalab.ru> 1.4.25-2
- (880033e) Merge pull request #1 from reqwy/asterisk-core-sounds-en_AU:rosa2014.1
- (880033e) updated to 1.4.25



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9665 |14cu|asterisk-core-sounds-es-1.4.25-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

Summary:	Spanish sound files for the Asterisk PBX and telephony application and toolkit
Name:		asterisk-core-sounds-es
Version:	1.4.25
Release:	2
License:	Public Domain
Group:		System/Servers
URL:		http://www.asterisk.org/
#for FMT in alaw g722 g729 gsm sln16 ulaw wav siren7 siren14; do wget -P SOURCES/ -c http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-es-${FMT}-1.4.17.tar.gz ; done
Source0:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-alaw-%{version}.tar.gz
Source1:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g722-%{version}.tar.gz
Source2:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g729-%{version}.tar.gz
Source3:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-gsm-%{version}.tar.gz
Source4:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren7-%{version}.tar.gz
Source5:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren14-%{version}.tar.gz
Source6:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-sln16-%{version}.tar.gz
Source7:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-ulaw-%{version}.tar.gz
Source8:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-wav-%{version}.tar.gz
Requires:	asterisk
Provides:	asterisk-core-sounds = %{version}-%{release}
BuildArch:	noarch

%description
Asterisk is an Open Source PBX and telephony development platform that can both
replace a conventional PBX and act as a platform for developing custom
telephony applications for delivering dynamic content over a telephone
similarly to how one can deliver dynamic content through a web browser using
CGI and a web server.
 
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and
IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone
or miniphone).

This package contains freely usable music that were meant to be used
with Asterisk in the following formats: a-Law, G.722, G.729, GSM, Siren7, 
Siren14, sln16, mu-Law, WAV

%prep

%setup -q -c -T -n asterisk-core-sounds-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8

# fix dir perms
find . -type d | xargs chmod 755
    
# fix file perms
find . -type f | xargs chmod 644

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install

install -d %{buildroot}/var/lib/asterisk/sounds/es

cp -aRf * %{buildroot}/var/lib/asterisk/sounds/es/

# cleanup
#rm -f %{buildroot}/var/lib/asterisk/sounds/*-asterisk-core-*-%{version}

# make a file list
find %{buildroot}/var/lib/asterisk/sounds -type f | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) /' >> %{name}.filelist

%clean

%files -f %{name}.filelist
%defattr(-,root, root)
%doc *-asterisk-core-*-%{version}



%changelog

* Tue Sep 15 2015 dsilakov <denis.silakov@rosalab.ru> 1.4.25-2
- (9856c66) Merge pull request #1 from reqwy/asterisk-core-sounds-es:rosa2014.1
- (9856c66) updated to 1.4.25



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9666 |14cu|asterisk-core-sounds-fr-1.4.25-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

Summary:	French sound files for the Asterisk PBX and telephony application and toolkit
Name:		asterisk-core-sounds-fr
Version:	1.4.25
Release:	2
License:	Public Domain
Group:		System/Servers
URL:		http://www.asterisk.org/
#for FMT in alaw g722 g729 gsm sln16 ulaw wav siren7 siren14; do wget -P SOURCES/ -c http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-fr-${FMT}-1.4.17.tar.gz ; done
Source0:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-alaw-%{version}.tar.gz
Source1:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g722-%{version}.tar.gz
Source2:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g729-%{version}.tar.gz
Source3:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-gsm-%{version}.tar.gz
Source4:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren7-%{version}.tar.gz
Source5:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren14-%{version}.tar.gz
Source6:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-sln16-%{version}.tar.gz
Source7:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-ulaw-%{version}.tar.gz
Source8:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-wav-%{version}.tar.gz
Requires:	asterisk
Provides:	asterisk-core-sounds = %{version}-%{release}
BuildArch:	noarch

%description
Asterisk is an Open Source PBX and telephony development platform that can both
replace a conventional PBX and act as a platform for developing custom
telephony applications for delivering dynamic content over a telephone
similarly to how one can deliver dynamic content through a web browser using
CGI and a web server.
 
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and
IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone
or miniphone).

This package contains freely usable music that were meant to be used
with Asterisk in the following formats: a-Law, G.722, G.729, GSM, Siren7, 
Siren14, sln16, mu-Law, WAV

%prep

%setup -q -c -T -n asterisk-core-sounds-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8

# fix dir perms
find . -type d | xargs chmod 755
    
# fix file perms
find . -type f | xargs chmod 644

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install

install -d %{buildroot}/var/lib/asterisk/sounds/fr

cp -aRf * %{buildroot}/var/lib/asterisk/sounds/fr/

# cleanup
#rm -f %{buildroot}/var/lib/asterisk/sounds/*-asterisk-core-*-%{version}

# make a file list
find %{buildroot}/var/lib/asterisk/sounds -type f | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) /' >> %{name}.filelist

%clean

%files -f %{name}.filelist
%defattr(-,root, root)
%doc *-asterisk-core-*-%{version}



%changelog

* Tue Sep 15 2015 dsilakov <denis.silakov@rosalab.ru> 1.4.25-2
- (3a0226b) Merge pull request #1 from reqwy/asterisk-core-sounds-fr:rosa2014.1
- (3a0226b) updated to 1.4.25



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9667 |14cu|asterisk-core-sounds-ru-1.4.25-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%undefine __find_requires

Summary:	Russian sound files for the Asterisk PBX and telephony application and toolkit
Name:		asterisk-core-sounds-ru
Version:	1.4.25
Release:	2
License:	Public Domain
Group:		System/Servers
URL:		http://www.asterisk.org/
#for FMT in alaw g722 g729 gsm sln16 ulaw wav siren7 siren14; do wget -P SOURCES/ -c http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-fr-${FMT}-1.4.17.tar.gz ; done
Source0:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-alaw-%{version}.tar.gz
Source1:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g722-%{version}.tar.gz
Source2:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-g729-%{version}.tar.gz
Source3:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-gsm-%{version}.tar.gz
Source4:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren7-%{version}.tar.gz
Source5:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-siren14-%{version}.tar.gz
Source6:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-sln16-%{version}.tar.gz
Source7:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-ulaw-%{version}.tar.gz
Source8:	http://downloads.asterisk.org/pub/telephony/sounds/releases/%{name}-wav-%{version}.tar.gz
Requires:	asterisk
Provides:	asterisk-core-sounds = %{version}-%{release}
BuildArch:	noarch

%description
Asterisk is an Open Source PBX and telephony development platform that can both
replace a conventional PBX and act as a platform for developing custom
telephony applications for delivering dynamic content over a telephone
similarly to how one can deliver dynamic content through a web browser using
CGI and a web server.
 
Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and
IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone
or miniphone).

This package contains freely usable recorded sounds that were meant to be used
with Asterisk in the following formats: a-Law, G.722, G.729, GSM, Siren7, 
Siren14, sln16, mu-Law, WAV

%prep

%setup -q -c -T -n asterisk-core-sounds-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8

# fix dir perms
find . -type d | xargs chmod 755
    
# fix file perms
find . -type f | xargs chmod 644

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install

install -d %{buildroot}/var/lib/asterisk/sounds/en

cp -aRf * %{buildroot}/var/lib/asterisk/sounds/en

# cleanup
#rm -f %{buildroot}%{_datadir}/asterisk/sounds/*-asterisk-core-*-%{version}

# make a file list
find %{buildroot}/var/lib/asterisk/sounds/en -type f | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) /' >> %{name}.filelist

%clean

%files -f %{name}.filelist
%defattr(-,root, root)
%doc *-asterisk-core-*-%{version}



%changelog

* Tue Sep 15 2015 dsilakov <denis.silakov@rosalab.ru> 1.4.25-2
- (677d9ba) Merge pull request #1 from reqwy/asterisk-core-sounds-ru:rosa2014.1
- (677d9ba) updated to 1.4.25



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9668 |14cu|asteroid-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define commit 64869dfe745800f34f1c68248ba2e350dc95a592
%define shortcommit %(c=%{commit}; echo ${c:0:7})

Name:           asteroid
Version:        1.2.1
Release:        1
Summary:        Modern version of the classic arcade Game
License:        GPLv3
Group:          Games/Arcade
Url:            https://chazomaticus.github.io/asteroid/
Source0:        %{name}-%{version}+git-64869df.tar.bz2
BuildRequires:  cmake
BuildRequires:  pkgconfig(glut)
BuildRequires:  pkgconfig(gail-3.0)
BuildRequires:  pkgconfig(gdk-3.0)
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(xi)
BuildRequires:  pkgconfig(xmu)

%description
Asteroid (just one!) is a modern version of the arcade classic Asteroids,
using OpenGL, GLUT, and optionally GTK and SDL_mixer.
It features a variety of powerups, taunting aliens, 3D textured asteroids,
face-melting sound effects, and infinite playability.

%files
%doc AUTHORS COPYING NEWS README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/
%{_datadir}/%{name}
#--------------------------------------------------

%prep
%setup -q -n %{name}-%{version}+git-%{shortcommit}

# fix include
sed -i -e 's|${OPENGL_LIBRARIES}|-lm ${OPENGL_LIBRARIES}|' \
     CMakeLists.txt

%build
%cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}
%make

%install
%makeinstall_std -C build

%changelog

* Wed Apr 05 2017 abfonly <abfonly@gmail.com> 1.2.1-1
- (8a2aae7) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9669 |14cu|astyle-2.05.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Reindenter and reformatter of C++, C and Java source code
Name:		astyle
Version:	2.05.1
Release:	2
License:	LGPLv3+
Group:		Development/C
Url:		http://astyle.sourceforge.net/
Source0:	http://internap.dl.sourceforge.net/sourceforge/astyle/astyle_%{version}_linux.tar.gz

%description
Artistic Style is a series of filters that automatically reindent and reformat
C/C++/Java source files. These can be used from a command line, or they can be
incorporated as classes in another C++ program.

%files
%doc doc/*
%{_bindir}/astyle

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
cd build/gcc
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 build/gcc/bin/astyle %{buildroot}%{_bindir}/astyle


%changelog

* Sat Sep 12 2015 dsilakov <denis.silakov@rosalab.ru> 2.05.1-2
- (61a4033) Merge pull request #1 from reqwy/astyle:rosa2014.1
- (61a4033) Update



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9670 |14cu|asunder-2.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK+-based audio CD ripper and encoder
Name:		asunder
Version:	2.8
Release:	1
License:	GPLv2
Group:		Archiving/Cd burning
URL:		http://littlesvr.ca/asunder/
Source0:	http://littlesvr.ca/asunder/releases/%{name}-%{version}.tar.bz2

BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	intltool >= 0.34.90

Requires:	cdparanoia
Suggests:	lame
Suggests:	vorbis-tools
Suggests:	flac
Suggests:	wavpack

%description
Asunder is a graphical Audio CD ripper and encoder for Linux. You can 
use it to save tracks from an Audio CD as WAV, MP3, OGG, Musepack, AAC,
Monkey Audio, and/or FLAC.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.8-1
- (e370244) Updated to 2.8 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9671 |14cu|asymptote-2.38-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Descriptive vector graphics language for technical drawing
Name:		asymptote
Version:	2.38
Release:	1
License:	LGPLv3+
Group:		Publishing
Url:		http://asymptote.sourceforge.net/
Source0:	https://sourceforge.net/projects/asymptote/files/2.24/%{name}-%{version}.src.tgz
BuildRequires:	imagemagick
# Just to make sure these exist
BuildRequires:	python-imaging
BuildRequires:	tetex
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	texlive-texinfo
BuildRequires:	tkinter
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(bdw-gc)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	ghostscript
BuildRequires:	ghostscript-dvipdf

Requires:	python-imaging
Requires:	tkinter
Requires:	tetex-latex
Requires(post,postun):	tetex

%description
Asymptote is a powerful descriptive vector graphics language that 
provides a natural coordinate-based framework for technical drawing. 
Labels and equations are typeset with LaTeX, for high-quality 
PostScript output.

A major advantage of Asymptote over other graphics packages is that 
it is a programming language, as opposed to just a graphics program.

Features of Asymptote:

- provides a portable standard for typesetting mathematical figures, 
  just as TeX/LaTeX has become the standard for typesetting equations;

- generates and embeds 3D vector PRC graphics within PDF files;

- inspired by MetaPost, with a much cleaner, powerful C++-like 
  programming syntax and floating-point numerics;

- runs on all major platforms (UNIX, MacOS, Microsoft Windows);

- mathematically oriented (e.g. rotation of vectors by complex 
  multiplication);

- LaTeX typesetting of labels (for document consistency);

- uses simplex method and deferred drawing to solve overall size 
  constraint issues between fixed-sized objects (labels and 
  arrowheads) and objects that should scale with figure size;

- fully generalizes MetaPost path construction algorithms to three 
  dimensions;

- compiles commands into virtual machine code for speed without 
  sacrificing portability;

- high-level graphics commands are implemented in the Asymptote 
  language itself, allowing them to be easily tailored to specific 
  applications.

%files
%doc BUGS ChangeLog LICENSE* README ReleaseNotes TODO
%{_sysconfdir}/emacs/site-start.d/asy-init.el
%{_bindir}/asy
%{_bindir}/xasy
%{_datadir}/%{name}
%{_datadir}/applications/xasy.desktop
%{_datadir}/emacs/site-lisp/asy-mode.el
%{_datadir}/emacs/site-lisp/asy-keywords.el
%{_datadir}/vim/syntax/asy.vim
%{_datadir}/texmf-dist/tex/latex/%{name}
%{_datadir}/texmf-dist/tex/context/%{name}
%{_iconsdir}/hicolor/*/apps/asy.png
%{_infodir}/*.info*
%{_mandir}/man1/asy*
%{_mandir}/man1/xasy*

%post
texhash

%preun
texhash

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-gc=system \
	--with-latex=%{_datadir}/texmf-dist/tex/latex \
	--with-context=%{_datadir}/texmf-dist/tex/context
%make

%install
%makeinstall_std

# Create symlinks for vim / emacs
install -d -m 755 %{buildroot}%{_datadir}/vim/syntax
ln -s ../../%{name}/asy.vim %{buildroot}%{_datadir}/vim/syntax/asy.vim

install -d -m 755 %{buildroot}%{_sysconfdir}/emacs/site-start.d
ln -s ../../../%{_datadir}/%{name}/asy-init.el %{buildroot}%{_sysconfdir}/emacs/site-start.d/asy-init.el
install -d -m 755 %{buildroot}%{_datadir}/emacs/site-lisp
ln -s ../../%{name}/asy-mode.el %{buildroot}%{_datadir}/emacs/site-lisp/asy-mode.el
ln -s ../../%{name}/asy-keywords.el %{buildroot}%{_datadir}/emacs/site-lisp/asy-keywords.el

# Move info file
mv %{buildroot}%{_infodir}/asymptote/asymptote.info %{buildroot}%{_infodir}/asymptote.info

# Icon
for size in 16x16 32x32 48x48
do
  install -d %{buildroot}%{_iconsdir}/hicolor/$size/apps
  convert -resize $size asy.ico %{buildroot}%{_iconsdir}/hicolor/$size/apps/asy.png
done

# Create xasy desktop file
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/xasy.desktop << EOF
[Desktop Entry]
Name=Asymptote
Comment=GUI tool for using Asymptote vector graphics 
Exec=%{_bindir}/xasy
Icon=asy
Terminal=false
StartupNotify=true
Type=Application
Categories=Graphics;VectorGraphics;
EOF


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.38-1
- (8e2757b) New version 2.38
- (8e2757b) Build requires texlive-texinfo
- (8e2757b) Fix tex files path
- (8e2757b) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9672 |14cu|atanks-6.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		atanks
Version:	6.5
Release:	1
Summary:	Scorched Earth game clone
License:	GPLv2+
Group:		Games/Arcade
Url:		http://atanks.sourceforge.net/
Source0:	http://downloads.sourceforge.net/sourceforge/atanks/atanks-%{version}.tar.gz
Patch0:		atanks-remove-cxxflags-mangling.patch
BuildRequires:	pkgconfig(allegro)
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
Requires:	hicolor-icon-theme

%description
This is Atomic Tanks, a multi-player game similar to Scorched Earth
which involves firing enormous weapons to try and destroy the other
tanks.

%files
%doc Changelog README TODO README_ru.txt
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_appdatadir}/%{name}.appdata.xml
#-------------------------------------------------------------------------
%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
%make \
	CC="%{__cxx} -g3" \
	OFLAGS="%{optflags}" \
	LFLAGS="%{ldflags} -L%{_libdir} -lX11 -lXext -lXcursor -lXpm -lxcb -lXrender -lXfixes -lXau -lXdmcp" \
	INSTALLDIR=%{_gamesdatadir}/%{name} \
	DEBUG_LOG_TO_FILE=YES

%install
%makeinstall_std \
	BINDIR=%{_gamesbindir} \
	INSTALLDIR=%{_gamesdatadir}/%{name}

perl -pi -e "s/\r$//g" %{buildroot}%{_gamesdatadir}/%{name}/tanks.txt


# install menu icons
for N in 16 32 48 64;
do
convert %{name}.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

desktop-file-install %{name}.desktop \
  --mode 0644 \
  --delete-original \
  --dir=%{buildroot}%{_datadir}/applications  
  

# appdata
mkdir -p %{buildroot}%{_appdatadir}  
 cat > %{buildroot}%{_appdatadir}/%{name}.appdata.xml <<EOF
<?xml version="1.0" encoding="UTF-8"?>
BugReportURL: jessefrgsmith@yahoo.ca
SentUpstream: 2014-09-17
-->
<application>
  <id type="desktop">atanks.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <summary>Turn-based artillery strategy game</summary>
  <description>
    <p>
      Atomic Tanks is a turn based artillery strategy game where opponents
      take turns to bombard each other with a wide array of different weapons.
      To make things more interesting, Atomic Tanks also features desctructable
      landscapes, teleporting, parachutes and different weather conditions.
    </p>
  </description>
  <url type="homepage">http://atanks.sourceforge.net/index.html</url>
  <screenshots>
    <screenshot type="default">http://atanks.sourceforge.net/Screenshots/scrnshot29.png</screenshot>
  </screenshots>
  <!-- FIXME: change this to an upstream email address for spec updates
  <updatecontact>someone_who_cares@upstream_project.org</updatecontact>
   -->
</application>

EOF




%changelog

* Sat Dec 24 2016 abfonly <abfonly@gmail.com> 6.5-1
- (b2d7b4f) Log: Update to 6.5
- (b2d7b4f) -remove mangling -patched-
- (b2d7b4f) -add appdata
- (b2d7b4f) -fixed debug
- (b2d7b4f) -spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9673 |14cu|atftp-0.7.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced Trivial File Transfer Protocol (TFTP) client
Name:		atftp
Version:	0.7.1
Release:	11
License:	GPLv2+
Group:		System/Servers
Url:		http://ftp.de.debian.org/debian/pool/main/a/atftp/
Source0:	%{name}-%{version}.tar.gz
Source1:	atftpd.init.d
Source2:	atftpd.sysconfig
Source3:	atftpd.logrotate
Source4:        atftp-tmpfiles.conf
Patch1:		atftp-0.7.1-inlines.patch
Patch3:		atftp-CLK_TCK.diff
BuildRequires:	readline-devel
BuildRequires:	tcp_wrappers-devel
#BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(ncurses)
Requires(pre):	rpm-helper
Provides:	tftp = %{EVRD}

%description
atftp is an advanced client implementation of the TFTP protocol that implements
RFCs 1350, 2090, 2347, 2348, and 2349. The server is multi-threaded and the
client presents a friendly interface using libreadline. The current server
implementation lacks IPv6 support.

%files
%defattr(-, root, root, 0755)
%doc BUGS Changelog FAQ INSTALL LICENSE README* TODO
%doc %{_mandir}/man1/atftp.*
%{_bindir}/atftp

#----------------------------------------------------------------------------

%package server
Summary:	Advanced Trivial File Transfer Protocol (TFTP) server
Group:		System/Servers
Requires:	binutils
Requires:	gawk
Requires:	logrotate
Requires:	tcp_wrappers
Requires(pre):	rpm-helper
Conflicts:	tftp-server

%description server
atftpd is an advanced server implementation of the TFTP
protocol that implements RFCs 1350, 2090, 2347, 2348, and 2349.
The server is multi-threaded and the client presents a friendly
interface using libreadline. The current server implementation
lacks IPv6 support.

%files server
%defattr(-, root, root, 0755)
%doc docs/*
%attr(0755,root,root) %{_initrddir}/atftpd
%{_sysconfdir}/tmpfiles.d/atftpd.conf
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/xinetd.d/tftp
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/atftpd
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/atftpd

%dir %{_localstatedir}/lib/tftpboot
%dir %attr(0755,nobody,nogroup) %{_logdir}/atftpd
%{_sbindir}/atftpd
%{_sbindir}/in.tftpd
%attr(0644,nobody,nogroup) %{_logdir}/atftpd/atftpd.log
%{_mandir}/man8/atftpd.*
%{_mandir}/man8/in.tftpd.*

%post server
%_post_service atftpd
systemd-tmpfiles --create atftpd.conf

%preun server
%_preun_service atftpd

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1
%patch3

### FIXME: Change location of pcre.h to pcre/pcre.h (Please fix upstream)
if [ -r %{_includedir}/pcre/pcre.h ]; then
    perl -pi.orig -e 's|\bpcre.h\b|pcre/pcre.h|' configure tftpd_pcre.h
fi

cat <<EOF >tftp.xinetd
# default: off
# description: The tftp server serves files using the trivial file transfer protocol. The tftp protocol is often used to boot diskless workstations, download configuration files to network-aware printers, and to start the installation process for some operating systems.
service tftp
{
	disable	= yes
	socket_type		= dgram
	protocol		= udp
	wait			= yes
	user			= root
	server			= %{_sbindir}/in.tftpd
# multicast config
#	server_args		= --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --maxthread 1000 --verbose=5 %{_localstatedir}/lib/tftpboot
	server_args		= %{_localstatedir}/lib/tftpboot
	per_source		= 11
	cps			= 100 2
	flags			= IPv4
}
EOF

%build
autoreconf -fi

%configure \
	--disable-dependency-tracking \
	--enable-libreadline \
	--enable-libwrap \
	--enable-libpcre \
	--enable-mtftp
%serverbuild

%install
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_logdir}/atftpd

%makeinstall

install -Dp -m 0755 %{SOURCE1} %{buildroot}/%{_initrddir}/atftpd
install -Dp -m 644  %{SOURCE4} %{buildroot}%{_sysconfdir}/tmpfiles.d/atftpd.conf
install -Dp -m 0644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/sysconfig/atftpd
install -Dp -m 0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/logrotate.d/atftpd

install -d %{buildroot}/%{_localstatedir}/lib/tftpboot/
install -Dp -m0644 tftp.xinetd %{buildroot}%{_sysconfdir}/xinetd.d/tftp
touch %{buildroot}%{_logdir}/atftpd/atftpd.log


%changelog

* Tue Sep 15 2015 dsilakov <denis.silakov@rosalab.ru> 0.7.1-11
- (b81947a) Merge pull request #1 from reqwy/atftp:rosa2014.1
- (b81947a) Updated, switch to tmpfiles



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9674 |14cu|atom-1.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		atom
Version:	1.8.0
Release:	1
Summary:	A hackable text editor for the 21st Century
License:	MIT
Group:		Development/Other
URL:		https://atom.io/
Source0:	https://github.com/atom/atom/archive/v%{version}.zip
Source1:	mkrpm
Source2:	%{name}16.png
Source3:	%{name}22.png
Source4:	%{name}32.png
Source5:	%{name}48.png
Source6:	%{name}64.png
Source7:	%{name}128.png
Source8:	%{name}256.png
Source100:	%{name}.rpmlintrc
Patch0:		atom-1.8.0-no-publish-build.patch
AutoReqProv:	no
# There is a file conflict, but we are not going to rename
# "apm" binary from this package since apmd is largely deprecated
# and is a candidate to be dropped
Conflicts:	apmd

#BuildArch:  noarch

BuildRequires:  nodejs
BuildRequires:  pkgconfig(gnome-keyring-1)
BuildRequires:	git

# TODO:
# currently scripts/build script simply download all necessary nodejs modules
# from Internet. It would be nice to add BRs here instead.

%description
%{summary}.

%prep
%setup -q
%apply_patches
# Replace upstream mkrpm
rm -f script/mkrpm
cp %{SOURCE1} script/mkrpm
chmod a+x script/mkrpm

%build
script/build

%install
export RPM_BUILD_ROOT=`pwd`
script/grunt mkrpm publish-build --stack --install-dir %{buildroot}/usr

mkdir -p %{buildroot}%{_datadir}/%{name}
cp -r Atom/* %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_bindir}
ln -sf ../share/atom/resources/app/apm/node_modules/.bin/apm %{buildroot}%{_bindir}/apm
cp atom.sh %{buildroot}%{_bindir}/atom
chmod 755 %{buildroot}%{_bindir}/atom
mkdir -p %{buildroot}%{_datadir}/applications/
cp atom.desktop %{buildroot}%{_datadir}/applications/

for s in 16 22 32 48 64 128 256; do
  mkdir -p %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/
done

install -m 0644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 0644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/22x22/apps/%{name}.png
install -m 0644 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 0644 %{SOURCE5} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m 0644 %{SOURCE6} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -m 0644 %{SOURCE7} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
install -m 0644 %{SOURCE8} %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png

%files
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog

* Thu Jul 21 2016 Denis Silakov <dsilakov@gmail.com> 1.8.0-1
- (6f159f2) Do not try to publish build to github



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9675 |14cu|atomicparsley-0.9.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec is based on MIB work
# Not anymore.Sflo
%define		oname AtomicParsley
Name:		atomicparsley
Version:	0.9.6
Release:	1
Summary:	Command-Line Program to Read and Set iTunes-style Metadata Tags
License:	GPLv2+
Group:		Sound
Url:		http://atomicparsley.sourceforge.net
Source0:	https://bitbucket.org/wez/atomicparsley/get/%{version}.tar.gz

BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	zlib-devel

%description
AtomicParsley is a lightweight command line program that can read and set
iTunes-style metadata tags in MPEG-4 files & 3gp assets in 3GPP/3GPP2 files. 

%prep
%setup -qn wez-atomicparsley-da2f6e4fc120
chmod -x src/CDtoc.h src/CDtoc.cpp

%build
./autogen.sh
%configure
%make

%install
%makeinstall_std
ln -s %{oname} %{buildroot}%{_bindir}/%{name}


%files
%doc COPYING Changes.txt tools/iTunMOVI-1.1.pl
%{_bindir}/*




%changelog
* Sat Jan 17 2015 abfonly <abfonly@gmail.com> 0.9.6-1
+ Revision: 50210c5
- Merge pull request #1 from abfonly/atomicparsley:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9676 |14cu|atomix-3.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mind game - build molecules out of single atoms
Name:		atomix
Version:	3.20.0
Release:	1
License:	GPLv2+
Group:		Games/Puzzles
URL:		https://wiki.gnome.org/Apps/Atomix
Source:		https://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.10.0
BuildRequires:	gettext-devel
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	perl >= 5.8.1
BuildRequires:	perl(XML::Parser)
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
Requires(pre):	rpm-helper

%description
Atomix is a little mind game where you have to build molecules out of single
atoms. These are lying around between the walls and obstacles on the play
field. Once you have pushed an atom in one direction, it moves until it hits
an obstacle or another atom. It requires some thinking for how to construct
complex molecules with this behavior. The game is inspired by the original
Amiga version.

%files -f %{name}.lang
%doc README
%attr(2511, root, games) %{_gamesbindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%ghost %{_localstatedir}/lib/games/%{name}.scores
%{_iconsdir}/hicolor/*/apps/*.png

%pre
%create_ghostfile %{_localstatedir}/lib/games/%{name}.scores root games 0664

%postun
rm -fr %{_localstatedir}/lib/games/%{name}.scores

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
export LDFLAGS="${LDFLAGS} -lm" 
%configure2_5x --bindir=%{_gamesbindir} --localstatedir=%{_localstatedir}/lib
%make


%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std \
    bindir=%{_gamesbindir} \
    localstatedir=%{_localstatedir}/lib

# Fix .desktop file
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="PuzzleGame" \
  --add-category="Game" \
  --add-category="LogicGame" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop


# Prepare the place for game scores
mkdir -p %{buildroot}%{_localstatedir}/lib/games
touch %{buildroot}%{_localstatedir}/lib/games/%{name}.scores
rm -fr %{buildroot}%{_iconsdir}/hicolor/symbolic/apps/atomix-symbolic.svg
%find_lang %{name}

%changelog

* Thu Jun 30 2016 abfonly <abfonly@gmail.com> 3.20.0-1
- (6e19518) Log: Update to 3.20.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9677 |14cu|atril-1.12.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname mate-document-viewer
%define build_dvi 1
%define build_impress 1
%define major 3
%define api 1.5.0
%define girname    %mklibname %{name}-gir %{api}
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}
%define liboname %mklibname %{oname} %{major}

Summary:        MATE Document viewer
Name:           atril
Version:        1.12.2
Release:        1
License:        GPLv2+
Url:            http://mate-desktop.org/
Group:          Graphical desktop/Other
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  docbook-dtd412-xml
BuildRequires:  ghostscript
BuildRequires:  gtk-doc
BuildRequires:  intltool
BuildRequires:  mate-common
BuildRequires:  xsltproc
BuildRequires:  libtiff-devel
BuildRequires:	which
BuildRequires:	xml2po
BuildRequires:  pkgconfig(cairo)
BuildRequires:  pkgconfig(ddjvuapi)
BuildRequires:  pkgconfig(gail)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libcaja-extension)
BuildRequires:  pkgconfig(libsecret-1)
BuildRequires:  pkgconfig(libspectre)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(mate-desktop-2.0)
#BuildRequires:  pkgconfig(mate-doc-utils)
#BuildRequires:  pkgconfig(mate-icon-theme)
#BuildRequires:  pkgconfig(mate-keyring-1)
BuildRequires:  pkgconfig(poppler-glib)
BuildRequires:  pkgconfig(sm)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(libgxps)
#gw just like xdvi, needed for rendering the fonts
BuildRequires:  kpathsea-devel
BuildRequires:  djvulibre-devel
BuildRequires:  itstool
BuildRequires:  yelp-tools

Requires:      ghostscript
Requires:      ghostscript-module-X

%rename %{oname}

%description
Atril is the MATE Document viewer.

%package -n %{libname}
Group:   System/Libraries
Summary: MATE Document viewer library
Provides: %{liboname} = %{version}-%{release}

%description -n %{libname}
This is the MATE Document viewer library, the shared parts of %{name}.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{version}

%description -n %{girname}
GObject Introspection interface description for %{name}

%package -n %{develname}
Group:Development/C
Summary: MATE Document viewer library
Requires: %{libname} = %{version}
Provides: %{oname}-devel = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}

%description -n %{develname}
This is the MATE Document viewer library, the shared parts of %{name}.

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
   --with-pic                                                          \
   --disable-static                                                    \
   --disable-scrollkeeper                                              \
   --with-gtk=2.0                                                      \
   --enable-introspection                                              \
   --enable-gtk-doc                                                    \
   --enable-pdf                                                        \
   --enable-tiff                                                       \
   --enable-djvu                                                       \
   --enable-dvi                                                        \
   --enable-pixbuf                                                     \
   --enable-comics                                                     \
   --enable-dvi 						       \
%if %build_impress
   --enable-impress \
%endif
   --enable-xps  
# currently parallel builds are broken
# make
make LIBS='-lm -lz -lgmodule-2.0'

%install
%makeinstall_std

# remove of gsetting,convert file, no need for this in fedora
# because MATE starts with gsetting in fedora.
rm -f %{buildroot}%{_datadir}/MateConf/gsettings/atril.convert

%find_lang %{name} --with-gnome
cat %{name}.lang >> Atril.lang

%files -f Atril.lang
%doc README COPYING NEWS AUTHORS
%{_bindir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/atril.desktop
%{_datadir}/appdata/*
%{_datadir}/icons/hicolor/*/apps/atril.*
%{_libexecdir}/atril-convert-metadata
%{_libexecdir}/atrild
%{_datadir}/dbus-1/services/org.mate.atril.Daemon.service
%{_datadir}/glib-2.0/schemas/org.mate.Atril.gschema.xml
%{_datadir}/thumbnailers/atril.thumbnailer
%{_datadir}/caja/extensions/libatril-properties-page.caja-extension
%{_mandir}/man1/atril-*.1.*
%{_mandir}/man1/atril.1.*

%files -n %{libname}
%{_libdir}/libatrildocument.so.%{major}*
%{_libdir}/libatrilview.so.%{major}*
%{_libdir}/caja/extensions-2.0/libatril*so*
%dir %{_libdir}/%{name}/%{major}/
%dir %{_libdir}/%{name}/%{major}/backends
%{_libdir}/%{name}/%{major}/backends/lib*so*
%{_libdir}/%{name}/%{major}/backends/comicsdocument.%{name}-backend
%{_libdir}/%{name}/%{major}/backends/djvudocument.%{name}-backend
%{_libdir}/%{name}/%{major}/backends/xpsdocument.%{name}-backend
%{_libdir}/atril/%{major}/backends/dvidocument.%{name}-backend
%{_libdir}/%{name}/%{major}/backends/pdfdocument.%{name}-backend
%{_libdir}/%{name}/%{major}/backends/pixbufdocument.%{name}-backend
%{_libdir}/%{name}/%{major}/backends/psdocument.%{name}-backend
%{_libdir}/%{name}/%{major}/backends/tiffdocument.%{name}-backend

%files -n %{girname}
%{_libdir}/girepository-1.0/AtrilDocument-%{api}.typelib
%{_libdir}/girepository-1.0/AtrilView-%{api}.typelib

%files -n %{develname}
%doc ChangeLog
%{_datadir}/gtk-doc/html/atril
%{_datadir}/gtk-doc/html/libatrildocument-%{api}
%{_datadir}/gtk-doc/html/libatrilview-%{api}
%{_libdir}/libatrildocument.so
%{_libdir}/libatrilview.so
%{_libdir}/pkgconfig/atril*pc
%{_includedir}/atril*
%{_datadir}/gir-1.0/AtrilDocument-%{api}.gir
%{_datadir}/gir-1.0/AtrilView-%{api}.gir


%changelog

* Sun Mar 06 2016 Denis Silakov <dsilakov@gmail.com> 1.12.2-1
- (97e54e2) Updated to 1.12.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9678 |14cu|attic-0.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Attic

Summary:	Deduplicating backup program
Name:		attic
Version:	0.14
Release:	2
License:	GPLv2+
Group:		Development/Other
Url:		https://attic-backup.org/
Source0:	https://pypi.python.org/packages/source/A/%{oname}/%{oname}-%{version}.tar.gz
BuildRequires:	acl-devel
BuildRequires:	python3-devel
BuildRequires:	pkgconfig(openssl)
Requires:	python3egg(msgpack-python)
Requires:	python3egg(llfuse)

%description
Attic is a deduplicating backup program written in Python.
The main goal of Attic is to provide an efficient and secure way to
backup data. The data deduplication technique used makes Attic suitable
for daily backups since only actual changes are stored.

%prep
%setup -qn %{oname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}


%files
%{_bindir}/*
%{py3_platsitedir}/%{name}
%{py3_platsitedir}/%{oname}*egg-info


%changelog
* Sun Mar 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.14-2
+ Revision: 4c0e91a
- Added llfuse require



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9679 |14cu|aubio-0.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

# Enabling this one requires a ffmpeg built
# with avresample support
# Otherwise fails the building of a test
%bcond_with avcodec

Summary:	A library for audio labelling
Name:		aubio
Version:	0.4.3
Release:	1
License:	GPLv3+
Group:		Sound
Url:		http://aubio.org/
Source0:	http://aubio.org/pub/%{name}-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
BuildRequires:	doxygen
BuildRequires:	swig
BuildRequires:	txt2man
BuildRequires:	waf
BuildRequires:	pd-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fftw3) >= 3.0.0
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lash-1.0)
%if %{with avcodec}
BuildRequires:	pkgconfig(libavcodec) >= 54.35.0
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libavresample)
BuildRequires:	pkgconfig(libavutil)
%endif
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile) >= 1.0.4
Requires:	%{libname} = %{EVRD}

%description
A library for audio labelling. Its features include segmenting a sound file
before each of its attacks, performing pitch detection, tapping the beat and
producing midi streams from live audio. The library name comes from 'audio'
with a typo: several transcription errors are likely to be found in the
results too.

%files
%doc AUTHORS COPYING README.md
%{_bindir}/aubio*
%{_mandir}/man1/%{name}*.1.*

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
# Needed because older library required main package with EVRD, it was wrong
Obsoletes:	%{_lib}aubio2 < 0.4.0

%description -n %{libname}
Main library for %{name}.

%files -n %{libname}
%doc COPYING
%{_libdir}/lib%{name}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files and headers for %{name}.

%files -n %{devname}
%doc ChangeLog COPYING VERSION
%doc doc/web//html/*
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#-----------------------------------------------------------------------------

#package -n python-%%{name}
#Summary:	Python bindings for %%{name}
#Group:		Development/Python
#Requires:	%%{libname} = %%{EVRD}

#description -n python-%%{name}
#Python bindings for %%{name}.

#files -n python-%%{name}
#doc COPYING
#{python_sitelib}/*

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
# Our waf is too recent: use the source provided one
export CPPFLAGS="%{optflags}" LDLFLAGS="%{ldflags}"
./waf configure \
	--prefix="%{_prefix}" \
	--libdir="%{_libdir}" \
	--enable-fftw3f \
	--enable-fftw3 \
	--enable-jack \
	--enable-sndfile \
	--enable-samplerate \
%if %{with avcodec}
	--enable-avcodec
%else
	--disable-avcodec
%endif

./waf build

%install
./waf install --destdir="%{buildroot}"

# Correctly place html library docs
mkdir -p %{buildroot}%{_docdir}/%{devname}/html
rm -rf %{buildroot}%{_docdir}/libaubio-doc

%changelog

* Thu Aug 25 2016 alzim <alzim@bk.ru> 0.4.3-1
- (0963e78) Merge pull request #1 from import/aubio:rosa2016.1
- (0963e78) Updated to 0.4.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9680 |14cu|audex-0.79-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Audio grabber tool for CD-ROM drives based on KDE 4
Name:		audex
Version:	0.79
Release:	2
License:	GPLv3
Group:		Sound
URL:		http://kde.maniatek.com/%{name}/
Source0:	http://kde.maniatek.com/%{name}/files/%{name}-%{version}.tar.xz

BuildRequires:	kdelibs4-devel 
BuildRequires:	cmake >= 2.8.0
BuildRequires:	pkgconfig(phonon)
BuildRequires:	cdda-devel
BuildRequires:	automoc4
BuildRequires:	libkcddb-devel >= 4.9
BuildRequires:	libkcompactdisc-devel >= 4.9

Requires:	kdebase4-runtime

Requires(post,postun):	desktop-file-utils


%description
Audex is a new audio grabber tool for CD-ROM drives based on KDE 4. It creates
profiles for LAME, OGG Vorbis (oggenc), FLAC, FAAC (MP4/M4A/AAC) and RIFF
WAVE: please install your favorite encoder. Of course for WAVE no external
encoder is needed! Beyond you can define custom profile, which means that
%{name} works together with command line encoders in general.
Some features are:
* Extracting with CDDA Paranoia. So you have quite perfect audio quality.
* Extracting and encoding run parallel.
* Filename editing with local and remote CDDB/FreeDB database.
* Metadata correction tools like capitalize etc.
* Multi-profile extraction (with one command-line encoder per profile).
* Fetch covers from the Internet and store them in the database.
* Create play-lists, cover and template-based-info files in target directory.
* Creates extraction and encoding protocols.
* Transfer files with KDE KIO-Slaves.


%files -f %{name}.lang
%doc LICENCE README.md
%{_kde_bindir}/%{name}
%{_kde_datadir}/applications/kde4/%{name}*.desktop
%{_kde_datadir}/apps/solid/actions/%{name}*.desktop
%{_kde_datadir}/apps/%{name}
%{_kde_iconsdir}/hicolor/*/*/*.png

#--------------------------------------------------------------------

%prep
%setup -q

%build
export CXXFLAGS="%{optflags} -Wstrict-aliasing=0"
export CFLAGS="%{optflags} -Wstrict-aliasing=0"

%cmake_kde4
%make


%install
%makeinstall_std -C build

%find_lang %{name} --with-html



%changelog

* Mon Jun 01 2015 abfonly <abfonly@gmail.com> 0.79-2
- (387dbd9) Merge pull request #1 from abfonly/audex:rosa2014.1
- (387dbd9) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9681 |14cu|audiere-1.9.4-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major %{version}
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	High-level audio API
Name:		audiere
Version:	1.9.4
Release:	14
License:	LGPLv2+
Group:		Sound
Url:		http://audiere.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/audiere/%{name}-%{version}-src.tar.bz2
Patch0:		audiere-1.9.4-speex.patch
Patch1:		audiere-1.9.4-gcc43.patch
Patch2:		audiere-1.9.4-flac.patch
Patch3:		audiere-1.9.4-add-missing-header.patch
Patch4:		audiere-1.9.4-no-wx.patch
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(vorbis)

%description
Audiere is a high-level audio API. It can play Ogg Vorbis, MP3,
FLAC, uncompressed WAV, AIFF, MOD, S3M, XM, and IT files. For
audio output, Audiere supports DirectSound or WinMM in Windows,
OSS on Linux and Cygwin, and SGI AL on IRIX.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	High-level audio API
Group:		System/Libraries
Conflicts:	%{_lib}audiere1 < 1.9.4-14
Obsoletes:	%{_lib}audiere1 < 1.9.4-14

%description -n %{libname}
Audiere is a high-level audio API. It can play Ogg Vorbis, MP3,
FLAC, uncompressed WAV, AIFF, MOD, S3M, XM, and IT files. For
audio output, Audiere supports DirectSound or WinMM in Windows,
OSS on Linux and Cygwin, and SGI AL on IRIX.

%files -n %{libname}
%{_libdir}/libaudiere-%{version}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for audiere
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(flac)
Requires:	pkgconfig(libcdaudio)
Requires:	pkgconfig(ogg)
Requires:	pkgconfig(speex)
Requires:	pkgconfig(vorbis)
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development headers and libraries for audiere.

%files -n %{devname}
%doc doc/*.txt
%{_bindir}/audiere-config
%{_includedir}/audiere.h
%{_libdir}/libaudiere.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
sh ./bootstrap

%configure2_5x \
	--disable-static \
	--enable-opt
%make

%install
%makeinstall_std


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.4-14
- (4f8dbf8) Fix library package major



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9682 |14cu|auroraedesigner-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Aurorae Designer is an application to edit Aurorae themes
Name:		auroraedesigner
Version:	0.3.1
Release:	4
License:	GPLv2+
Group:		Graphical desktop/KDE
Url: 		http://kde-apps.org/content/show.php/AuroraeDesigner?content=122763
Source0:	%{name}-%{version}.tar.xz
Patch0:		auroraedesigner-0.3.1-desktop.patch
Patch1:		auroraedesigner-0.3.1-fix-config.patch
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	kdelibs4-devel

%description
Aurorae Designer is an application to preview KWin Aurorae
themes and edit the configuration of the theme. It provides
an interactive way to design the theme and helps the designer
to package a complete theme.

%files
%{_kde_bindir}/auroraedesigner
%{_kde_applicationsdir}/auroraedesigner.desktop
%{_kde_appsdir}/auroraedesigner/auroraedesignerui.rc
%{_kde_datadir}/config.kcfg/auroraedesigner.kcfg
%{_kde_iconsdir}/hicolor/*/apps/auroraedesigner.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Tue Mar 24 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.1-4
+ Revision: aca029c
- Update patch to fix config type (more fixes)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9683 |14cu|authconfig-6.2.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line tool for setting up authentication from network services
Name:		authconfig
Version:	6.2.8
Release:	3
License:	GPLv2+
Group:		System/Base
Url:		https://fedorahosted.org/authconfig
Source0:	https://fedorahosted.org/releases/a/u/%{name}/%{name}-%{version}.tar.bz2
Patch1:		authconfig-6.2.8-paramcheck.patch
Patch2:		authconfig-6.2.8-no-gnome-screensaver.patch
Patch3:		authconfig-6.2.8-wait-for-card.patch
Patch4:		authconfig-6.2.8-translation-updates.patch
Patch5:		authconfig-6.2.8-norestart.patch
Patch6:		authconfig-6.2.8-notraceback.patch
Patch7:		authconfig-6.2.8-restorecon.patch
Patch8:		authconfig-6.2.8-sssd-enable.patch
Patch9:		authconfig-6.2.8-translation-updates-2.patch
Patch10:	authconfig-6.2.8-ipav2join.patch
Patch11:	authconfig-6.2.8-ldapbase.patch
Patch12:	authconfig-6.2.8-altfiles.patch
Patch13:	authconfig-6.2.8-winbind-client.patch
Patch14:	authconfig-6.2.8-services.patch
Patch15:	authconfig-6.2.8-multiple-ldap-uris.patch
Patch16:	authconfig-6.2.8-jointitle.patch
Patch17:	authconfig-6.2.8-krb5comment.patch
Patch18:	authconfig-6.2.8-localetb.patch
Patch19:	authconfig-6.2.8-sssd-prompting.patch
Patch20:	authconfig-6.2.8-krb5-include.patch
Patch21:	authconfig-6.2.8-joinpassword.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(python)
Requires:	libpwquality-tools
Requires:	newt
Requires:	openssl
Requires:	policycoreutils
# Needed to check if selinux is enabled
Requires:	selinux-utils

%description
Authconfig is a command line utility which can configure a workstation to use
shadow (more secure) passwords. Authconfig can also configure a system to be
a client for certain networked user information and authentication schemes.

%files -f %{name}.lang
%doc COPYING NOTES TODO README.samba3
%{_bindir}/authconfig
%{_bindir}/authconfig-tui
%{_mandir}/man5/fingerprint-auth-ac.5*
%{_mandir}/man5/password-auth-ac.5*
%{_mandir}/man5/postlogin-ac.5*
%{_mandir}/man5/smartcard-auth-ac.5*
%{_mandir}/man5/system-auth-ac.5*
%{_mandir}/man8/authconfig.8*
%{_mandir}/man8/authconfig-tui.8*
%{_mandir}/man8/cacertdir_rehash.8*
%exclude %{_mandir}/man8/system-config-authentication.*
%exclude %{_mandir}/man8/authconfig-gtk.*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/authconfig.py*
%{_datadir}/%{name}/authconfig-tui.py*
%{_datadir}/%{name}/authinfo.py*
%{_datadir}/%{name}/shvfile.py*
%{_datadir}/%{name}/dnsclient.py*
%{_datadir}/%{name}/msgarea.py*
%{python_sitearch}/acutilmodule.so
%{_sbindir}/cacertdir_rehash
%{_sbindir}/authconfig
%{_sbindir}/authconfig-tui
%ghost %config(noreplace) %{_sysconfdir}/pam.d/system-auth-ac
%ghost %config(noreplace) %{_sysconfdir}/pam.d/password-auth-ac
%ghost %config(noreplace) %{_sysconfdir}/pam.d/fingerprint-auth-ac
%ghost %config(noreplace) %{_sysconfdir}/pam.d/smartcard-auth-ac
%ghost %config(noreplace) %{_sysconfdir}/pam.d/postlogin-ac
%config(noreplace) %{_sysconfdir}/sysconfig/authconfig
%attr(700,root,root) %dir %{_localstatedir}/lib/%{name}

#----------------------------------------------------------------------------

%package gtk
Summary:	Graphical tool for setting up authentication from network services
Group:		System/Base
Requires:	%{name} = %{EVRD}
Requires:	pygtk2.0-libglade
Requires:	usermode

%description gtk
Authconfig-gtk is a GUI program which can configure a workstation to use
shadow (more secure) passwords. Authconfig-gtk can also configure a system
to be a client for certain networked user information and authentication
schemes.

%files gtk
%{_bindir}/authconfig-gtk
%{_bindir}/system-config-authentication
%{_mandir}/man8/system-config-authentication.*
%{_mandir}/man8/authconfig-gtk.*
%{_datadir}/%{name}/authconfig.glade
%{_datadir}/%{name}/authconfig-gtk.py*
%{_datadir}/applications/authconfig.desktop
%{_datadir}/icons/hicolor/*/apps/system-config-authentication.*
%{_sbindir}/authconfig-gtk
%{_sbindir}/system-config-authentication
%config(noreplace) %{_sysconfdir}/pam.d/authconfig-gtk
%config(noreplace) %{_sysconfdir}/pam.d/system-config-authentication
%config(noreplace) %{_sysconfdir}/security/console.apps/authconfig-gtk
%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-authentication
%config(noreplace) %{_sysconfdir}/pam.d/authconfig
%config(noreplace) %{_sysconfdir}/pam.d/authconfig-tui
%config(noreplace) %{_sysconfdir}/security/console.apps/authconfig
%config(noreplace) %{_sysconfdir}/security/console.apps/authconfig-tui

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .paramcheck
%patch2 -p1 -b .no-gnome-screensaver
%patch3 -p1 -b .card
%patch4 -p1 -b .translations
%patch5 -p1 -b .norestart
%patch6 -p1 -b .notraceback
%patch7 -p1 -b .restorecon
%patch8 -p1 -b .sssd-enable
%patch9 -p1 -b .translations2
%patch10 -p1 -b .ipav2join
%patch11 -p1 -b .ldapbase
%patch12 -p1 -b .altfiles
%patch13 -p1 -b .winbind-client
%patch14 -p1 -b .services
%patch15 -p1 -b .ldap-uris
%patch16 -p1 -b .jointitle
%patch17 -p1 -b .krb5comment
%patch18 -p1 -b .localetb
%patch19 -p1 -b .sssd-prompting
%patch20 -p1 -b .krb5-include
%patch21 -p1 -b .joinpassword

%build
%configure2_5x
make LIBS="`pkg-config --libs python` -lresolv"

%install
%makeinstall_std
rm %{buildroot}%{python_sitearch}/acutilmodule.a
rm %{buildroot}%{python_sitearch}/acutilmodule.la
rm %{buildroot}%{_datadir}/%{name}/authconfig-tui.py
ln -s authconfig.py %{buildroot}%{_datadir}/%{name}/authconfig-tui.py

%find_lang %{name}


%changelog

* Mon Dec 14 2015 dsilakov <denis.silakov@rosalab.ru> 6.2.8-3
- (a7536f2) Merge pull request #1 from law/authconfig:rosa2014.1
- (a7536f2) Fix restorecon path



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9684 |14cu|autossh-1.4e-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Automatically restart SSH sessions and tunnels
Name:		autossh
Version:	1.4e
Release:	2
License:	BSD
Group:		Networking/Other
URL:		http://www.harding.motd.ca/autossh/
Source:		http://www.harding.motd.ca/autossh/%{name}-%{version}.tgz
BuildRequires:	openssh-clients
Requires:	openssh

%description
autossh is a program to start a copy of ssh and monitor it,
restarting it as necessary should it die or stop passing
traffic. The idea and the mechanism are from rstunnel
(Reliable SSH Tunnel), but implemented in C.

%prep
%setup -q

%build
chmod 644 autossh.host rscreen
%configure2_5x
%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -m755 autossh %{buildroot}%{_bindir}/
install -m644 autossh.1 %{buildroot}%{_mandir}/man1/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr (-,root,root)
%doc CHANGES README autossh.host rscreen
%{_bindir}/autossh
%{_mandir}/man1/autossh.1*



%changelog

* Fri Sep 11 2015 dsilakov <denis.silakov@rosalab.ru> 1.4e-2
- (400768a) Merge pull request #1 from reqwy/autossh:rosa2014.1
- (400768a) updated to 1.4e



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9685 |14cu|autotrace-0.31.1-38
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname autotrace %{major}
%define devname %mklibname autotrace -d

Summary:	Program for converting bitmap to vector graphics
Name:		autotrace
Version:	0.31.1
Release:	38
License:	GPLv2+ and LGPLv2+
Group:		Publishing
Url:		http://autotrace.sourceforge.net
Source0:	http://prdownload.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		autotrace_0.31.1-13.diff
Patch1:		autotrace-0.31.1-swf-output.patch
Patch2:		autotrace-0.31.1-libpng-1.5.patch
Patch4:		autotrace-0.31.1-CVE-2013-1953.patch
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(pstoedit)
Provides:	fonttracer

%description
Autotrace is a program for converting bitmap to vector graphics. Supported
formats:
- input formats: BMP, TGA, PNM, PPM, PGM, PBM and those supported by
  ImageMagick;
- export formats: Postscript, svg, xfig, swf, pstoedit, emf, dxf, cgm,
  mif, p2e and sk.

%files
%doc AUTHORS ChangeLog COPYING FAQ README THANKS
%{_bindir}/autotrace
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Autotrace libraries
Group:		System/Libraries

%description -n %{libname}
This package contains the libraries needed to run programs dynamically
linked with autotrace libraries.

%files -n %{libname}
%{_libdir}/libautotrace.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static libraries and header files for autotrace development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the static libraries and header files for
developing applications based on autotrace.

%files -n %{devname}
%doc README
%{_bindir}/autotrace-config
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch4 -p1

%build
autoreconf -fi
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog

* Wed Sep 28 2016 Denis Silakov <dsilakov@gmail.com> 0.31.1-38
- (44efc8f) Fix CVE-2013-1953



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9686 |14cu|avant-window-navigator-0.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define library_name awn
%define libname %mklibname awn %{major}
%define devname %mklibname awn -d

Summary:	AWN - a Dock-style window selector for GNOME
Name:		avant-window-navigator
Version:	0.4.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		https://launchpad.net/awn
Source0:	http://launchpad.net/awn/0.4/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	GConf2
BuildRequires:	intltool
BuildRequires:	pyxdg
BuildRequires:	vala
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(desktop-agnostic)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(pycairo)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(python)
Requires:	bzr
Requires:	pygtk2
Requires:	python-dbus
Requires:	pyxdg
Conflicts:	%{_lib}awn1 < 0.4.0-8

%description
Avant Window Navigator (AWN) is a dock-style window list for GNOME. It
provides a view of your running applications in a dock at the bottom
of the screen, identified by their icon.

%files -f %{name}.lang
%doc README AUTHORS ChangeLog TODO
%{_sysconfdir}/gconf/schemas/*.schemas
%{_bindir}/avant-window-navigator
%{_bindir}/awn-applet
%{_bindir}/awn-settings
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/awn-settings.desktop
%{_iconsdir}/hicolor/*/*/*
%{python_sitearch}/awn/*
%{_libdir}/awn/applets/expander/expander.so
%{_libdir}/awn/applets/quick-prefs/quick-prefs.so
%{_libdir}/awn/applets/separator/separator.so
%{_libdir}/awn/applets/simple-launcher/simple-launcher.so
%{_libdir}/awn/applets/taskmanager/taskmanager.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for avant-window-navigator
Group:		System/Libraries
Requires:	%{name} >= %{EVRD}

%description -n %{libname}
Avant Window Navigator (AWN) is a dock-style window list for GNOME. It
provides a view of your running applications in a dock at the bottom
of the screen, identified by their icon. This package contains the
shared library for AWN.

%files -n %{libname}
%{_libdir}/libawn.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Group:		Development/C
Summary:	Development libraries for avant-window-navigator
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	awn-devel = %{EVRD}

%description -n %{devname}
Avant Window Navigator (AWN) is a dock-style window list for GNOME. It
provides a view of your running applications in a dock at the bottom
of the screen, identified by their icon. This package contains
development libraries and headers for AWN.

%files -n %{devname}
%{_includedir}/libawn
%{_libdir}/libawn.so
%{_libdir}/pkgconfig/awn.pc
%{_datadir}/vala/vapi/awn.*
%{_datadir}/pygtk/2.0/defs/awn.defs

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-vala \
	--with-gnu-ld \
	--enable-shave \
	--with-gconf-schema-file-dir=%{_sysconfdir}/gconf/schemas/ 
%make

%install
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
%makeinstall_std

%find_lang %{name} --with-html

desktop-file-install \
	--vendor="" \
	--add-category="GTK" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%changelog
* Sun Oct 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.2-2
+ Revision: c2123db
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9687 |14cu|avrdude-6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: avrdude
Version: 6.1
Release: 1
Summary: Software for programming Atmel AVR Microcontroller
Group: Development/Tools
License: GPLv2+
URL: http://www.nongnu.org/avrdude
Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Source1:                avrdude-udev-rules
Patch0:                 avrdude-doc.patch
BuildRequires:          flex
BuildRequires:          bison
BuildRequires:          glibc-devel
BuildRequires:          readline-devel
BuildRequires:          pkgconfig(ncurses)
BuildRequires:          pkgconfig(libusb)
BuildRequires:          perl
BuildRequires:          texi2html
BuildRequires:          texinfo

Requires(post):         systemd
Requires(postun):       systemd

%define udev_rules 70-avrdude_usbprog.rules

%description
AVRDUDE is a program for programming Atmel's AVR CPU's. It can program
the Flash and EEPROM, and where supported by the serial programming
protocol, it can program fuse and lock bits. AVRDUDE also supplies a
direct instruction mode allowing one to issue any programming
instruction to the AVR chip regardless of whether AVRDUDE implements
that specific feature of a particular chip.

%prep
%setup -q
%patch0 -p1

sed -i 's|/usr/local/etc/avrdude.conf|%{_sysconfdir}/%{name}/avrdude.conf|g' doc/avrdude.texi avrdude.1
sed -i 's|/etc/avrdude.conf|%{_sysconfdir}/%{name}/avrdude.conf|g' doc/avrdude.texi avrdude.1
# To fix build failures on i586 HAVE_STDINT_H should be replaced with 1
perl -lp -i -e 's/\A#if\s+HAVE_STDINT_H\s*\z/#if 1/' *.c
iconv -f ISO88591 -t UTF8 < ChangeLog-2003 > ChangeLog-2003~
mv ChangeLog-2003~ ChangeLog-2003
iconv -f ISO88591 -t UTF8 < NEWS > NEWS~
mv NEWS~ NEWS

%build
autoreconf -fi
%configure2_5x --enable-doc --sysconfdir=%{_sysconfdir}/%{name}
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_infodir}/dir
install -d -m 755 %{buildroot}%{_udevrulesdir}
install -m 644 %{SOURCE1} %{buildroot}%{_udevrulesdir}/%{udev_rules}


%files
%doc README AUTHORS ChangeLog* COPYING NEWS doc/TODO
%config(noreplace) %{_sysconfdir}/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_infodir}/%{name}.info*
%{_udevrulesdir}/%{udev_rules}




%changelog
* Sat Jan 17 2015 abfonly <abfonly@gmail.com> 6.1-1
+ Revision: 00c703b
- Log: update to 6.1, import patches from MGA



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9688 |14cu|avr-libc-1.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The C Runtime Library for AVR Microcontrollers
Name:		avr-libc
Version:	1.8.0
Release:	3
License:	BSD
Group:		Development/C
Url:		http://savannah.nongnu.org/projects/avr-libc
Source0:	http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.bz2
Source1:	http://savannah.nongnu.org/download/%{name}/%{name}-user-manual-%{version}.tar.bz2
Source2:	http://savannah.nongnu.org/download/%{name}/%{name}-manpages-%{version}.tar.bz2
Source3:	logicp-1.01.tgz
Source4:	%{name}.rpmlintrc
Patch100:	logicp-1.01-mdv-replace-deprecated-vector-names.patch
BuildRequires:	cross-avr-binutils
BuildRequires:	cross-avr-gcc
BuildRequires:	dos2unix
BuildRequires:	doxygen
BuildRequires:	findutils
Requires:	cross-avr-binutils
Requires:	cross-avr-gcc
BuildArch:	noarch

%description
The C runtime library for the AVR family of microcontrollers for use
with the GNU toolset (cross-avr-binutils, cross-avr-gcc, uisp, etc.).

Authors:
--------
    Joerg Wunsch <j.gnu@uriah.heep.sax.de>
    Marek Michalkiewicz <marekm@amelek.gda.pl>
    Theodore A. Roth <troth@openavr.org>

%files
%doc /usr/share/doc/%{name}-%{version}
%{_bindir}/avr-man
%{_prefix}/avr/lib/*
%{_prefix}/avr/include

#----------------------------------------------------------------------------

%prep
%setup -q -b 3
dos2unix doc/examples/twitest/twitest.c
pushd ../logicp-1.01
%patch100 -p1
popd

%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
export PREFIX=%{_prefix}
export PATH=%{_prefix}/bin:$PATH
./configure --prefix=%{_prefix} --host=avr
make

%install
export PREFIX=%{_prefix}
export PATH=%{_prefix}/bin:$PATH
# ./domake DESTDIR=%%{buildroot} install
make DESTDIR=%{buildroot} install
tar jxvf %{S:1}
mv %{name}-user-manual-%{version} user-manual-%{version}
mkdir -p %{buildroot}/usr/share/doc/%{name}-%{version}
cp -pr AUTHORS ChangeLog LICENSE NEWS user-manual-%{version} %{buildroot}/usr/share/doc/%{name}-%{version}
cat >> %{buildroot}/usr/share/doc/%{name}-%{version}/00_index.html <<EOF
<head><meta http-equiv="Refresh" content="0; user-manual-%{version}/pages.html"></head>
<a href="user-manual-%{version}/pages.html">user-manual-%{version}/pages.html</a>
EOF
tar jxvf %{S:2} -C %{buildroot}/%{_prefix}/share
mv %{buildroot}/%{_prefix}/share/man %{buildroot}/usr/share/doc/%{name}-%{version}
find %{buildroot}/usr/share/doc/%{name}-%{version}/man -type f -print | xargs xz

%check
### selftest ###
cd ../logicp*
## how do we tell the linker that crt*.o is at a nonstandard location?
ln -sf %{buildroot}/%{_prefix}/avr/lib/crttn*.o .
ln -sf %{buildroot}/%{_prefix}/avr/lib/avr?/crtm*.o .
make test CFLAGS="-Wall -g -Os -mint8 -I%{buildroot}/%{_prefix}/avr/include/ -L%{buildroot}/%{_prefix}/avr/lib/avr4" CPU=mega8
make test CFLAGS="-Wall -g -Os -mint8 -I%{buildroot}/%{_prefix}/avr/include/ -L%{buildroot}/%{_prefix}/avr/lib/avr4" CPU=mega48
make test CFLAGS="-Wall -g -Os -mint8 -I%{buildroot}/%{_prefix}/avr/include/ -L%{buildroot}/%{_prefix}/avr/lib"      CPU=tiny2313


%changelog
* Mon Jan 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.0-3
+ Revision: 376f629
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9689 |14cu|awesome-3.5.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Window manager
Name:		awesome
Version:	3.5.9
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://awesome.naquadah.org/
Source0:	http://awesome.naquadah.org/download/%{name}-%{version}.tar.xz
Patch0:		awesome-3.5.2-link.patch
BuildRequires:	cmake
BuildRequires:	gperf
BuildRequires:	imagemagick
BuildRequires:	asciidoc xmlto doxygen
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	lua-lgi
BuildRequires:	luadoc
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(cairo-xcb)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(libev)
BuildRequires:	pkgconfig(libstartup-notification-1.0) >= 0.10
BuildRequires:	pkgconfig(libxdg-basedir)
BuildRequires:	pkgconfig(lua) >= 5.2
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-cursor)
BuildRequires:	pkgconfig(xcb-icccm)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-randr)
BuildRequires:	pkgconfig(xcb-shape)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xcb-xinerama)
BuildRequires:	pkgconfig(xcb-xtest)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(zlib)
# for wallpaper setting handling
Requires:	feh
Requires:	lua-lgi
Requires:	typelib(cairo)
Requires:	typelib(Pango)
Requires:	typelib(PangoCairo)
Requires:	xterm

%description
awesome is a tiling window manager initialy based on a dwm code rewriting.
It's extremely fast, small, dynamic and awesome.

Windows can be managed in several layouts: tiled, maximized and floating.
Each layout can be applied on the fly, optimizing the environment for
the application in use and the task performed.

Managing windows in tiled mode assures that no space will be wasted on
your screen. No gaps, no overlap.

%files -f %{name}.lang
%doc LICENSE AUTHORS README build/awesomerc.lua
%{_bindir}/aw*
%{_mandir}/man1/*.1*
%{_mandir}/man5/*.5*
%{_datadir}/%{name}
%{_datadir}/xsessions/awesome.desktop
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/19awesome
%config(noreplace) %{_sysconfdir}/xdg/awesome/rc.lua

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%cmake -DXDG_CONFIG_DIR:PATH=%{_sysconfdir}/xdg
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d/
cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/19awesome << EOF
NAME=awesome
EXEC=/usr/bin/awesome
DESC=awesome window manager
SCRIPT:
exec /usr/bin/awesome
EOF

%find_lang %{name} --all-name --with-man

%changelog

* Thu May 12 2016 abondrov <andrey.bondrov@rosalab.ru> 3.5.9-1
- (a7fa627) Merge pull request #2 from alzim/awesome:rosa2014.1
- (a7fa627) Updated to 3.5.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9690 |14cu|awstats-7.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		awstats
Version:	7.5
Release:	1
Summary:	Advanced Web Statistics
License:	GPLv2
Group:		Networking/WWW
URL:		http://awstats.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/awstats/%{name}-%{version}.tar.gz
BuildRequires:  perl
Requires:	webserver
BuildArch:	noarch

%description
Advanced Web Statistics is a powerful and feature-full tool that generates
advanced web server graphic statistics. This server log analyzer works
from command line or as a CGI and shows you all information your log contains,
in graphical web pages. It can analyze a lot of web/wap/proxy servers like
Apache, IIS, Weblogic, Webstar, Squid, ... but also mail or FTP servers.

This program can measure visits, unique visitors, authenticated users, pages,
domains/countries, OS busiest times, robot visits, type of files, search
engines/keywords used, visits duration, HTTP errors and more...
Statistics can be updated from a browser or your scheduler.
The program also supports virtual servers, plugins and a lot of features.

%prep
%setup -q
# fix perms
find . -type f -exec chmod 644 {} \;
find . -name *.pl -exec chmod 755 {} \;
rm -f  wwwroot/cgi-bin/plugins/.#geoip_city_maxmind.pm.1.8
chmod 755 docs/images docs/scripts

sed -i 's/\r$//' docs/pad_awstats.xml
sed -i 's/\r$//' docs/styles.css

%build
# nothing to build


%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# Awstats configuration

Alias /awstats %{_datadir}/%{name}/www
<Directory %{_datadir}/%{name}/www>
	Require all granted
    
    Options ExecCGI
    AddHandler cgi-script .pl
    DirectoryIndex awstats.pl
</Directory>

SetEnv PERL5LIB %{_datadir}/%{name}/lib:%{_datadir}/%{name}/plugins
EOF

# cron task
install -d -m 755 %{buildroot}%{_sysconfdir}/cron.daily
cat > %{buildroot}%{_sysconfdir}/cron.daily/%{name} <<EOF
#!/bin/sh
%{_datadir}/%{name}/www/awstats.pl -config=awstats.conf -update > /dev/null
EOF
chmod 755 %{buildroot}%{_sysconfdir}/cron.daily/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 wwwroot/cgi-bin/awstats.model.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf

perl -pi \
    -e 's|^LogFile=.*|LogFile="/var/log/httpd/access_log"|;' \
    -e 's|^DirData=.*|DirData="/var/lib/awstats"|;' \
    -e 's|^DirCgi=.*|DirCgi="/awstats"|;' \
    -e 's|^DirIcons=.*|DirIcons="/awstats/icon"|;' \
    -e 's|^MiscTrackerUrl=.*|MiscTrackerUrl="/awstats/js/awstats_misc_tracker.js"|;' \
    %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf

install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/%{name}/www
install -m 755 wwwroot/cgi-bin/awstats.pl %{buildroot}%{_datadir}/%{name}/www
cp -r wwwroot/icon %{buildroot}%{_datadir}/%{name}/www
cp -r wwwroot/css %{buildroot}%{_datadir}/%{name}/www
cp -r wwwroot/js %{buildroot}%{_datadir}/%{name}/www

cp -r tools %{buildroot}%{_datadir}/%{name}
cp -r wwwroot/cgi-bin/lang %{buildroot}%{_datadir}/%{name}
cp -r wwwroot/cgi-bin/lib %{buildroot}%{_datadir}/%{name}
cp -r wwwroot/cgi-bin/plugins %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}


chmod 755 %{buildroot}%{_datadir}/{awstats/lang,awstats/www/icon/browser,awstats/lib,awstats/tools,awstats/tools/webmin,awstats/tools/nginx,awstats/www/icon/flags,awstats/www/icon/other,awstats/www/css,awstats/www/icon/cpu,awstats/www/icon/mime,awstats/tools/xslt,awstats/plugins/example,awstats/plugins,awstats/www/icon/clock,awstats/www/icon/os,awstats/www/icon,awstats/www/js,awstats/lang/tooltips_f,awstats/lang/tooltips_w,awstats/lang/tooltips_m}

%post
if [ $1 -eq 1 ]; then
	perl -pi -e 's/SiteDomain=""/SiteDomain="'`hostname`'"/' %{_sysconfdir}/%{name}/%{name}.conf
fi

%files
%doc docs/*
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/cron.daily/%{name}
%{_datadir}/%{name}
%{_localstatedir}/lib/%{name}

%changelog

* Thu May 12 2016 abondrov <andrey.bondrov@rosalab.ru> 7.5-1
- (cf5ecd0) Merge pull request #2 from alzim/awstats:rosa2014.1
- (cf5ecd0) Updated to 7.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9691 |14cu|ax25spyd-0.23-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ax25spyd
Summary:	Daemon that listens for AX.25 packets from the kernel-AX.25
Version:	0.23
Release:	17
Source:		http://linkt.de/ax25spyd/%{name}-%{version}.tar.gz
# From Debian: fixes build - AdamW 2008/01
Patch0:		ax25spyd-0.23-build.patch
Patch1:		ax25spyd-0.23-str_fmt.patch
Group:		System/Servers
URL:		http://linkt.de/ax25spyd/
License:	GPLv2+
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	ax25-devel

%description
This is ax25spyd (formerly known as monixd), a daemon that listens
for AX.25 packets from the kernel-AX.25. These packets are decoded
(like listen(1)) but not displayed on the screen.

Other programs can connect to ax25spyd via sockets and issue commands.
They will get all heard AX.25-packets in a human-readable format, an
mheard structure, DX-cluster messages or spydata.

%prep
%setup -q
%patch0 -p1 -b .build
%patch1 -p0 -b .strfmt
%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/%_sysconfdir/ax25
mv %{buildroot}/%{_prefix}/etc/ax25/* %{buildroot}/%{_sysconfdir}/ax25/

#doc cleaning
rm -f examples/Makefile*

%files
%defattr(-,root,root)
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/*/*
%{_sysconfdir}/ax25/*
%doc AUTHORS BUGS ChangeLog INSTALL README examples

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.23-17
- (0bfc33a) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9692 |14cu|axis-1.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define archivever      1_4

Name:          axis
Version:       1.4
Release:       11
Epoch:         0
Summary:       SOAP implementation in Java
License:       Apache License
Group:         Development/Java
Url:           http://ws.apache.org/%{name}/
Source0:       %{name}-src-%{archivever}.tar.gz
Patch0:        %{name}-bz152255.patch
Patch1:        %{name}-build.patch
Patch2:        %{name}-imageio.patch
Patch3:        %{name}-objectweb.patch
Patch4:        %{name}-1.4-no-clear-cache.patch
BuildRequires: java-rpmbuild
BuildRequires: java-1.8.0-openjdk-devel
BuildRequires: ant >= 0:1.6
# Mandatory requires
BuildRequires: jakarta-commons-discovery
BuildRequires: jakarta-commons-httpclient >= 0:3.0
BuildRequires: apache-commons-logging
BuildRequires: geronimo-javamail-1.4-api
BuildRequires: xerces-j2
BuildRequires: log4j
BuildRequires: servlet6
BuildRequires: wsdl4j
# optional requires
BuildRequires: jsse
BuildRequires: junit
BuildRequires: oro
#BuildRequires: jms
BuildRequires: castor
#BuildRequires: xml-security

Requires:      java
#Requires:      jpackage-utils >= 0:1.5
Requires:      jakarta-commons-discovery
Requires:      apache-commons-logging
Requires:      jakarta-commons-httpclient
Requires:      geronimo-javamail-1.4-api
Requires:      xerces-j2
Requires:      log4j
Requires:      wsdl4j

BuildArch:      noarch

%description
Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol")
submission to W3C.

From the draft W3C specification:

SOAP is a lightweight protocol for exchange of information in a decentralized,
distributed environment. It is an XML based protocol that consists of three
parts: an envelope that defines a framework for describing what is in a message
and how to process it, a set of encoding rules for expressing instances of
application-defined datatypes, and a convention for representing remote
procedure calls and responses.

This project is a follow-on to the Apache SOAP project.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package manual
Summary:        Manual for %{name}
Group:          Development/Java

%description manual
Documentation for %{name}.

%prep
%setup -q -n %{name}-%{archivever}
%patch0 -p1
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
%__rm -r docs/apiDocs

# Remove provided binaries
%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t %__rm
%{_bindir}/find . -name "*.class" | %{_bindir}/xargs -t %__rm

%build
CLASSPATH=$(build-classpath wsdl4j jakarta-commons-discovery jakarta-commons-httpclient apache-commons-logging log4j jaf javamail tomcat-servlet-api)
export CLASSPATH=$CLASSPATH:$(build-classpath oro junit jimi xml-security jsse httpunit jms castor 2>/dev/null)
export OPT_JAR_LIST="ant/ant-nodeps"
%{ant} -Dcompile.ime=true -Dnowarn=true \
    -Dwsdl4j.jar=$(build-classpath wsdl4j) \
    -Dcommons-discovery.jar=$(build-classpath jakarta-commons-discovery) \
    -Dcommons-logging.jar=$(build-classpath apache-commons-logging) \
    -Dcommons-httpclient.jar=$(build-classpath jakarta-commons-httpclient) \
    -Dlog4j-core.jar=$(build-classpath log4j) \
    -Dactivation.jar=$(build-classpath jaf) \
    -Dmailapi.jar=$(build-classpath javamail) \
    -Dxerces.jar=$(build-classpath jaxp_parser_impl) \
    -Dservlet.jar=$(build-classpath servletapi5) \
    -Dregexp.jar=$(build-classpath oro 2>/dev/null) \
    -Djunit.jar=$(build-classpath junit 2>/dev/null) \
    -Djimi.jar=$(build-classpath jimi 2>/dev/null) \
    -Djsse.jar=$(build-classpath jsse/jsse 2>/dev/null) \
    clean compile

for file in src/org/apache/axis/enum/Scope.java src/org/apache/axis/enum/Style.java src/org/apache/axis/enum/Use.java; do
  %__mv ${file} ${file}.bak
done
%{ant} javadocs
for file in src/org/apache/axis/enum/Scope.java src/org/apache/axis/enum/Style.java src/org/apache/axis/enum/Use.java; do
  %__mv ${file}.bak ${file}
done

%install
%__mkdir_p %{buildroot}%{_javadir}/%{name}

for jar in axis axis-ant saaj jaxrpc; do
   cp -a build/lib/${jar}.jar %{buildroot}%{_javadir}/%{name}/${jar}-%{version}.jar
done
(cd %{buildroot}%{_javadir}/%{name} && for jar in *-%{version}.jar; do %__ln_s ${jar} `echo $jar | %__sed "s|-%{version}||g"`; done)

%__mkdir_p %{buildroot}%{_javadocdir}/%{name}-%{version}
#cp -a build/javadocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

pushd docs
   %__rm -f apiDocs
   %__ln_s %{_javadocdir}/%{name} apiDocs
popd

%__perl -pi -e 's/\r$//g' LICENSE README release-notes.html changelog.html docs/svnlog.txt
%{_bindir}/find docs -type f -name "*.html" -o -name "*.dbk" -o -name "*.bib" -o -name "*.css" | %{_bindir}/xargs -t %{__perl} -pi -e 's/\r$//g'

%files
%defattr(0644,root,root,0755)
%doc LICENSE README release-notes.html changelog.html
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}
%dir %{_javadocdir}/%{name}-%{version}

%files manual
%defattr(0644,root,root,0755)
%doc docs/*

%changelog

* Wed Mar 16 2016 Denis Silakov <dsilakov@gmail.com> 0:1.4-11
- (6400d3c) Switch to newer servlet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9693 |14cu|backintime-1.0.40-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Backup tool for Linux
Name:		backintime
Version:	1.0.40
Release:	1
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://backintime.le-web.org
Source0:	http://backintime.le-web.org/download/backintime/%{name}-%{version}.tar.gz
Requires:	pythonegg(keyring)
BuildArch:	noarch

%description
Back In Time is a simple backup tool for Linux inspired from
Flyback project and TimeVault.

#----------------------------------------------------------------------------

%package common
Summary:	Back Up Tool for Linux
Group:		Archiving/Backup
Requires:	python
Requires:	rsync
Requires:	cron-daemon
Requires:	pythonegg(keyring)
Requires:	python-dbus

%description common
Common files for Back In Time.

%files common -f %{name}.lang
%{_bindir}/%{name}
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/common/
%{_datadir}/%{name}/plugins/
%{_mandir}/man1/%{name}*.*
%doc %{_datadir}/doc/%{name}/
%doc %{_datadir}/doc/%{name}-common/

#----------------------------------------------------------------------------

%package gnome
Summary:	Gnome Frontend for Back In Time
Group:		Archiving/Backup
Requires:	pygtk2.0-libglade
Requires:	gnome-python
Requires:	gnome-python-gnomevfs
Requires:	meld
Requires:	python-notify
Requires:	%{name}-common = %{version}-%{release}
Requires:	%{name}-notify = %{version}-%{release}
Conflicts:	%{name}-common < 0.9.24-3

%description gnome
Gnome Frontend for Back In Time.

%files gnome
%doc LICENSE README
%{_bindir}/%{name}-gnome
%{_bindir}/%{name}-gnome-root
%{_sbindir}/%{name}-gnome-root
%config(noreplace) %{_sysconfdir}/pam.d/%{name}-gnome-root
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}-gnome-root
%{_datadir}/applications/%{name}-gnome.desktop
%{_datadir}/applications/%{name}-gnome-root.desktop
%{_datadir}/%{name}/gnome/
%doc %{_datadir}/gnome/help/%{name}/
%{_datadir}/omf/%{name}/

#----------------------------------------------------------------------------

%package kde4
Summary:	KDE Frontend for Back In Time
Group:		Archiving/Backup
Requires:	x11-tools
Requires:	python-kde4 >= 4.1
Requires:	kompare
Requires:	kdebase4-runtime
Requires:	%{name}-common = %{version}-%{release}
Requires:	%{name}-notify = %{version}-%{release}

%description kde4
KDE Frontend for Back In Time.

%files kde4
%doc LICENSE README
%{_bindir}/%{name}-kde4
%{_bindir}/%{name}-kde4-root
%{_sbindir}/%{name}-kde4-root
%config(noreplace) %{_sysconfdir}/pam.d/%{name}-kde4-root
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}-kde4-root
%{_datadir}/applications/kde4/%{name}-kde4.desktop
%{_datadir}/applications/kde4/%{name}-kde4-root.desktop
%{_datadir}/%{name}/kde4/*
%{_datadir}/doc/kde/HTML/en/%{name}/index.docbook
%{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_bindir}/%{name}-askpass

#----------------------------------------------------------------------------

%package	notify
Summary:	Notifications using libnotify for %{name}
Group:		Archiving/Backup
Requires:	%{name}-common = %{version}-%{release}

%description	notify
Back In Time is a simple backup tool for Linux inspired from
Flyback project and TimeVault.

This package contains notifications plugin of BackInTime based
on libnotify.

%files notify
%doc %{_docdir}/%{name}-notify/

#----------------------------------------------------------------------------

%prep
%setup -qc %{name}-%{version}

# Editing backintime-gnome desktop file
sed -i 's|Exec=gksu backintime-gnome|Exec=backintime-gnome-root|g' gnome/%{name}-gnome-root.desktop

# Editing  backintime-kde desktop file
cp kde4/%{name}-kde4.desktop kde4/%{name}-kde4-root.desktop
sed -i 's|Exec=backintime-kde4|Exec=%{_libdir}/kde4/libexec/kdesu backintime-kde4-root|g' kde4/%{name}-kde4-root.desktop
sed -i 's|Name=Back In Time|Name=Back In Time (root)|g' kde4/%{name}-kde4-root.desktop

%build
pushd common
%configure2_5x
%make
popd

pushd kde4
%configure2_5x --no-check
%make
popd

pushd gnome
%configure2_5x --no-check
%make
popd

pushd notify
%configure2_5x --no-check
%make
popd

%install
pushd common
%makeinstall_std

pushd ../kde4
%makeinstall_std

pushd ../gnome
%makeinstall_std

pushd ../notify
%makeinstall_std
pushd ..

mkdir -p %{buildroot}%{_sbindir}
cp -p %{buildroot}%{_bindir}/%{name}-gnome \
      %{buildroot}%{_sbindir}/%{name}-gnome-root
cp -p %{buildroot}%{_bindir}/%{name}-kde4 \
      %{buildroot}%{_sbindir}/%{name}-kde4-root

ln -s consolehelper \
      %{buildroot}%{_bindir}/%{name}-gnome-root

ln -s consolehelper \
      %{buildroot}%{_bindir}/%{name}-kde4-root

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps/

cat << EOF > %{buildroot}%{_sysconfdir}/security/console.apps/%{name}-gnome-root
USER=root
PROGRAM=%{_sbindir}/%{name}-gnome-root
SESSION=true
EOF

cat << EOF > %{buildroot}%{_sysconfdir}/security/console.apps/%{name}-kde4-root
USER=root
PROGRAM=%{_sbindir}/%{name}-kde4-root
SESSION=true
EOF

mkdir -p %{buildroot}%{_sysconfdir}/pam.d

cat << EOF > %{buildroot}%{_sysconfdir}/pam.d/%{name}-gnome-root
#%PAM-1.0
auth            include         config-util
account         include         config-util
session         include         config-util
EOF

cat << EOF > %{buildroot}%{_sysconfdir}/pam.d/%{name}-kde4-root
#%PAM-1.0
auth            include         config-util
account         include         config-util
session         include         config-util
EOF

chmod +x %{buildroot}%{_datadir}/%{name}/common/askpass.py
chmod +x %{buildroot}%{_datadir}/%{name}/common/create-manpage-backintime-config.py

%find_lang %{name}


%changelog

* Fri Aug 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.40-1
- (ff3cf9d) Fix python-dbus requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9694 |14cu|backuppc-3.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name    BackupPC
%define debug_package %{nil}

%define __noautoreq 'perl\\(BackupPC::.*\\)'
%define __noautoprov 'perl\\(BackupPC::.*\\)'

Name:               backuppc
Version:            3.3.1
Release:            1
Summary:            High-performance, enterprise-grade backup system

Group:              Archiving/Backup
License:            GPLv2
Url:                http://backuppc.sourceforge.net
Source0:            http://sourceforge.net/projects/backuppc/files/backuppc/%{version}/%{Name}-%{version}.tar.gz
Source3:	    BackupPC_Admin.c
Source4:	    backuppc.service
Source5:	    backuppc.tmpfiles
Patch1:         BackupPC-3.2.1-rundir.patch
Patch2:         BackupPC-3.2.1-piddir.patch
Patch3:         BackupPC-3.3.0-fix-shadow-access.patch
Requires:           sendmail-command
Requires:           apache
Requires(post):     rpm-helper
Requires(preun):    rpm-helper
Suggests:           openssh-clients
Suggests:           samba-client
Suggests:           perl(File::RsyncP)

%description
BackupPC is a high-performance, enterprise-grade system
for backing up Linux, Win32, and laptops to a server's disk.
Features include clever pooling of identical files, no client-side 
software, and a powerful Apache/CGI user interface. 

%prep
%setup -q -n %{Name}-%{version}
%patch1 -p1
%patch2 -p1
%patch3 -p1

rm -rf images/CVS
# fix file perms
find lib -type f -exec chmod 644 {} \;
find bin -type f -exec chmod 755 {} \;
find doc -type f -exec chmod 644 {} \;
find . -maxdepth 1 -type f -exec chmod 644 {} \;
# fix perl shellbang
find . -type f -exec perl -pi -e 's|^#!/bin/perl|#!/usr/bin/perl|' {} \;

%build
gcc %SOURCE3 -o BackupPC_Admin
# set installation directory
find . -type f -exec perl -pi -e 's|__INSTALLDIR__|%{_datadir}/%{name}|' {} \;
find . -type f -exec perl -pi -e 's|__TOPDIR__|%{_localstatedir}/lib/%{name}|' {} \;
# set configuration
# the binaries path are disabled to avoid service failure at start
perl -pi \
    -e 's|^\$Conf{BackupPCUser}.*|\$Conf{BackupPCUser} = "%{name}";|;' \
    -e 's|^\$Conf{CgiDir}.*|\$Conf{CgiDir} = "%{_var}/www/%{name}";|;' \
    -e 's|^\$Conf{InstallDir}.*|\$Conf{InstallDir} = "%{_datadir}/%{name}";|;' \
    -e 's|^\$Conf{CgiImageDirURL}.*|\$Conf{CgiImageDirURL} = "/%{name}";|;' \
    -e 's|^\$Conf{SshPath}.*|\$Conf{SshPath} = "/usr/bin/ssh";|;' \
    -e 's|^\$Conf{SmbClientPath}.*|\$Conf{SmbClientPath} = "/usr/bin/smbclient";|;' \
    -e 's|^\$Conf{NmbLookupPath}.*|\$Conf{NmbLookupPath} = "/usr/bin/nmblookup";|;' \
    -e 's|^\$Conf{PingPath}.*|\$Conf{PingPath} = "/bin/ping";|;' \
    -e 's|^\$Conf{DfPath}.*|\$Conf{DfPath} = "/bin/df";|;' \
    -e 's|^\$Conf{SplitPath}.*|\$Conf{SplitPath} = "/usr/bin/split";|;' \
    -e 's|^\$Conf{CatPath}.*|\$Conf{CatPath} = "/bin/cat";|;' \
    -e 's|^\$Conf{GzipPath}.*|\$Conf{GzipPath} = "/bin/gzip";|;' \
    -e 's|^\$Conf{Bzip2Path}.*|\$Conf{Bzip2Path} = "/usr/bin/bzip2";|;' \
    -e 's|^\$Conf{SendmailPath}.*|\$Conf{SendmailPath} = "/usr/sbin/sendmail";|;' \
    -e 's|^\$Conf{ServerInitdPath}.*|\$Conf{ServerInitdPath} = "%{_initrddir}/%{name}";|;' \
    -e 's|^\$Conf{BackupPCdPath}.*|\$Conf{BackupPCdPath} = "%{_datadir}/%{name}/bin/BackupPC";|;' \
    -e 's|^\$Conf{TarClientPath}.*|\$Conf{TarClientPath} = "/bin/tar";|;' \
    -e 's|^\$Conf{RsyncClientPath}.*|\$Conf{RsyncClientPath} = "/usr/bin/rsync";|;' \
    -e 's|^\$Conf{TopDir}.*|\$Conf{TopDir} = "/var/lib/backuppc";|;' \
    conf/config.pl

%install
# constant files
install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -pr lib %{buildroot}%{_datadir}/%{name}
cp -pr bin %{buildroot}%{_datadir}/%{name}
cp -pr doc %{buildroot}%{_datadir}/%{name}

# web files
install -d -m 755 %{buildroot}%{_var}/www/%{name}
install -m 644 images/* %{buildroot}%{_var}/www/%{name}
install -m 644 conf/*.css %{buildroot}%{_var}/www/%{name}
install -m 644 conf/*.js %{buildroot}%{_var}/www/%{name}
install -m 755 cgi-bin/BackupPC_Admin %{buildroot}%{_var}/www/%{name}/BackupPC_Admin.cgi

# variable files
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/{cpool,log,pc,pool,trash}

# perl-suidperl is no longer avaialable, use a C wrapper
install -m 4755 BackupPC_Admin %{buildroot}%{_var}/www/%{name}

# configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 conf/{hosts,config.pl} %{buildroot}%{_sysconfdir}/%{name}

# systemd
install -m 644 -D %{SOURCE4} %{buildroot}%{_unitdir}/%{name}.service
install -m 644 -D %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# logs
install -d -m 755 %{buildroot}%{_var}/log/%{name}

# strip binary
%{__strip} %{buildroot}/var/www/%{name}/BackupPC_Admin

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# BackupPC Apache configuration
Alias /%{name} %{_var}/www/%{name}

<Directory %{_var}/www/%{name}>
    Require all granted
    Options ExecCGI
    <Files BackupPC_Admin>
        SetHandler cgi-script
    </Files>
    DirectoryIndex BackupPC_Admin
</Directory>
EOF

cat > README.omv <<EOF
%{_distribution} RPM specific notes

Setup
-----
The %{_distribution} setup improves the FHS compliance wrt. that used upstream:
- /var/www/backuppc    ... files accessible from the web
- /usr/share/backuppc  ... files non-accessible from the web
- /var/lib/backuppc    ... files with varibales
- /etc/backuppc        ... both global and per-host configuration files

Backuppc user; backup-data
--------------------------
Backup-data stored in another file-system can be made accessible to backuppc
by creating a soft link from /var/www/lib to the root of the backup-data
hierarchy. If backuppc is uninstalled (urpme backuppc), this data will not
be deleted - with the exception of a cpool directory that is empty; when,
subsequently, backuppc is newly installed, cpool must be manually created
(with uid:gid = backuppc:backkuppc).

To make backuppc access backup-data that exist prior to installing backkuppc,
make sure that the user "backuppc" exists BEFORE the package is installed, and
that its uid and gid matches the ownership of that data (otherwise the
package would automatically create the user with random uid and gid values).

Lighttpd server definition
--------------------------
When using lighttpd, the following definition in /etc/lighttpd/lighttpd.conf
should work:
    $HTTP["url"] =~ "^/backuppc" {
	server.document-root = "/var/www/backuppc"
	cgi.assign = ( "BackupPC_Admin" => "" )
	index-file.names = ( "BackupPC_Admin" )
	alias.url = ( "/backuppc" => "/var/www/backuppc" )
	dir-listing.activate = "disable"
	$HTTP["remoteip"] != "127.0.0.1" { 
	    auth.backend = "htpasswd"
	    auth.backend.htpasswd.userfile = "<password-dir>/passwd/backuppc"
	    auth.require += ( "" => (	"method" => "basic",
					"realm" => "BackupPC",
					"require" => "valid-user" ) )
	}
    }
<password-dir> is the directory where you keep the passwords for your server;
the suggested definition does not require authentication if the backuppc gui
is invoked from the machine that hosts the lighttpd server
EOF


%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/sh

%post
%tmpfiles_create %{name}
%_post_service %{name}

%preun
%_preun_service %{name}
if [ $1 -ne 0 ] ; then
# previous releases of backuppc had root as the owner - undo this fault
  chown backuppc:backuppc %{_sysconfdir}/%{name}
fi

%postun
%_postun_userdel %{name}

%files
%doc ChangeLog README LICENSE doc/* README.omv
# backuppc must be able to edit the config file and create backup files
%config(noreplace) %attr(0755,backuppc,backuppc) %{_sysconfdir}/%{name}
#% config(noreplace) %attr(0640,backuppc,backuppc) %{_sysconfdir}/%{name}/*
%config(noreplace) %{_webappconfdir}/%{name}.conf
%{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf
%{_datadir}/%{name}
#note: globbings like [^B]* or !(BackupPC*) don't work
%{_var}/www/%{name}/*.gif
%{_var}/www/%{name}/*.png
%{_var}/www/%{name}/*.css
%{_var}/www/%{name}/*.js
%{_var}/www/%{name}/*.ico
%attr(-,backuppc,backuppc) %{_var}/www/%{name}/BackupPC_Admin.cgi
%attr(-,backuppc,backuppc) %{_var}/www/%{name}/BackupPC_Admin
%attr(-,backuppc,backuppc) %{_var}/log/%{name}
%attr(-,backuppc,backuppc) %{_localstatedir}/lib/%{name}

%changelog

* Sun May 31 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.3.1-1
- (859d99f) Updated to 3.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9695 |14cu|bacula2-2.4.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: bacula2.spec 
# Generato: http://www.mandrivausers.ro/
# Build for Stella Linux by Nux
# http://li.nux.ro/stella/
# MRB-Falticska Florin
######################################################

%define _hardened_build 1
%define working_dir	/var/spool/bacula2
%define script_dir	/usr/libexec/bacula2

Summary:	Backup client for bacula version 2 server
Name:		bacula2
Version:	2.4.4
Release:	3
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://www.bacula.org
Source0:	http://downloads.sf.net/bacula/bacula-%{version}.tar.gz
Source1:	bacula2-fd.service
Source100:	%{name}.rpmlintrc
Patch0:		bacula2-2.4.4-utf8.patch
Patch1:		bacula2-config.patch
Patch2:		bacula2-3.0.2-openssl.patch
Patch3:		bacula2-2.4.4-python27.patch
Patch4:		bacula2-2.4.4-daemon-name.patch
BuildRequires:	systemd-units
BuildRequires:	acl-devel
BuildRequires:	glibc-devel
BuildRequires:	stdc++-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

%description
Bacula is a set of programs that allow you to manage the backup, recovery,
and verification of computer data across a network of different computers.
It is based on a client/server architecture and is efficient and relatively
easy to use, while offering many advanced storage management features that
make it easy to find and recover lost or damaged files.

The bacula2 packages are clients suitable for use with a bacula version
2.x server (director), since later clients are incompatible.

#----------------------------------------------------------------------------

%package client
Summary:	Bacula backup client
Group:		Archiving/Backup
Requires:	bacula2-common = %{EVRD}
Requires(post,preun,postun):	systemd

%description client
Bacula is a set of programs that allow you to manage the backup, recovery,
and verification of computer data across a network of different computers.
It is based on a client/server architecture.

This package contains the bacula version 2 client, the daemon running on
the system to be backed up to a bacula version 2 server (director).

%files client
%{_sbindir}/btraceback
%{_sbindir}/bacula2-fd
%{_sbindir}/bconsole
%{_unitdir}/bacula2-fd.service
%config(noreplace) %{_sysconfdir}/bacula2/bconsole.conf
%config(noreplace) %{_sysconfdir}/bacula2/bacula-fd.conf
%{_mandir}/man8/*

%post client
%systemd_post bacula2-fd

%preun client
%systemd_preun bacula2-fd

%postun client
%systemd_postun bacula2-fd

#----------------------------------------------------------------------------

%package common
Summary:	Common Bacula utilities
Group:		Archiving/Backup
Requires(pre):	shadow-utils

%description common
Bacula is a set of programs that allow you to manage the backup, recovery,
and verification of computer data across a network of different computers.
It is based on a client/server architecture.

The bacula2 packages are clients suitable for use with a bacula version
2.x server (director), since later clients are incompatible.

%files common
%doc AUTHORS ChangeLog COPYING LICENSE README SUPPORT VERIFYING examples/
%dir %{_sysconfdir}/bacula2/
%dir %attr(750, bacula, bacula) %{_localstatedir}/spool/bacula2/
%{script_dir}/*
%{_mandir}/man1/*

%pre common
getent group bacula >/dev/null || groupadd -r bacula
getent passwd bacula >/dev/null || \
	useradd -r -s /sbin/nologin -d %{_localstatedir}/spool/bacula2 -M \
		-c 'Bacula Backup System' -g bacula bacula
exit 0

#----------------------------------------------------------------------------

%prep
%setup -qn bacula-%{version}

%patch0 -p1
%patch1 -p1
%patch2 -p2
%patch3 -p0

# Fix attr
find examples -type f | xargs chmod -x
find updatedb -type f | xargs chmod -x
chmod -x src/console/conio.c

%build
# TODO: ugly but works..if smbody can do it better be my guest Sflo
CFLAGS="$(echo %{optflags}|sed s/-D_FORTIFY_SOURCE=./-U_FORTIFY_SOURCE/)" \
  %configure \
	--sysconfdir=%{_sysconfdir}/bacula2 \
	--with-fd-user=root \
	--with-fd-group=root \
	--with-fd-password=@@FD_PASSWORD@@ \
	--with-mon-dir-password=@@MON_DIR_PASSWORD@@ \
	--with-mon-fd-password=@@MON_FD_PASSWORD@@ \
	--with-mon-sd-password=@@MON_SD_PASSWORD@@ \
	--with-working-dir=%{working_dir} \
	--with-scriptdir=%{script_dir} \
	--with-smtp-host=localhost \
	--with-subsys-dir=%{_localstatedir}/lock/subsys \
	--with-pid-dir=%{_localstatedir}/run \
	--enable-client-only \
	--enable-largefile \
	--with-openssl \
	--with-tcp-wrappers \
	--with-python \
	--enable-smartalloc \
	--enable-tray-monitor

%make

%install
%makeinstall_std

# Desktop Integration for the console apps and the traymonitor
mkdir -p %{buildroot}%{_bindir}

# Initscript
install -m 755 -D %{SOURCE1}  %{buildroot}%{_unitdir}/bacula2-fd.service

# Create the bacula user's home directory
mkdir -p %{buildroot}%{_localstatedir}/spool/bacula2

# workaround so files from bacula2 screw the main bacula package Sflo
mv %{buildroot}%{_sbindir}/bacula-fd %{buildroot}%{_sbindir}/bacula2-fd
mv %{buildroot}%{_mandir}/man8/bacula-fd.8.gz %{buildroot}%{_mandir}/man8/bacula2-fd.8.gz

# Fix some linting Sflo
chmod 755 %{buildroot}%{_sbindir}/*


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.4-3
- (6012411) Spec cleanup
- (6012411) Port post scripts to systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9696 |14cu|bacula-7.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir /usr/libexec
%define uid 133
%define username bacula
%define _guiver 7.0.5
%define group Archiving/Backup

%define with_omv 0

%define __noautoreq 'libbaccats*'

Name:               bacula
Version:            7.0.5
Release:            3
Summary:            Cross platform network backup for Linux, Unix, Mac and Windows
License:            AGPLv3 
Group:              %{group}
URL:                http://www.bacula.org

Source0:            http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	        bacula.rpmlintrc
Source2:            quickstart_postgresql.txt
Source3:            quickstart_mysql.txt
Source4:            quickstart_sqlite3.txt
Source5:            README
Source6:            %{name}.logrotate
Source7:            %{name}-fd.init
Source8:            %{name}-dir.init
Source9:            %{name}-sd.init
Source10:           %{name}-fd.service
Source11:           %{name}-dir.service
Source12:           %{name}-sd.service
Source13:           %{name}-bat.desktop
Source14:           %{name}-traymonitor.desktop
Source15:           %{name}-fd.sysconfig
Source16:           %{name}-dir.sysconfig
Source17:           %{name}-sd.sysconfig


Patch1:             %{name}-5.0.2-openssl.patch
Patch2:             %{name}-7.0.0-queryfile.patch
Patch3:             %{name}-5.0.3-sqlite-priv.patch
Patch4:             %{name}-5.2.13-bat-build.patch
Patch5:             %{name}-5.2.12-seg-fault.patch
Patch6:             %{name}-5.2.13-logwatch.patch
Patch7:             %{name}-non-free-code.patch
Patch8:             %{name}-7.0.3-configure.patch

BuildRequires:      desktop-file-utils
BuildRequires:      perl
BuildRequires:      sed

BuildRequires:      glibc-devel
BuildRequires:      acl-devel
BuildRequires:      stdc++-devel
BuildRequires:      pkgconfig(libxml-2.0)
BuildRequires:      cap-devel
BuildRequires:      liblzo-devel

%if %{with_omv} 
BuildRequires:      mariadb-devel >= 3.23
%else
BuildRequires:      mysql-devel
%endif
BuildRequires:      pkgconfig(libecpg)
BuildRequires:      pkgconfig(sqlite3)
BuildRequires:      pkgconfig(ncurses)
BuildRequires:      pkgconfig(openssl)
BuildRequires:      readline-devel
BuildRequires:      pkgconfig(zlib)
BuildRequires:      qt4-devel >= 4.6.2
BuildRequires:      tcp_wrappers-devel
BuildRequires:      systemd


%description
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture and is efficient and relatively easy to
use, while offering many advanced storage management features that make it easy
to find and recover lost or damaged files.


##########################################
%define baculalibname %mklibname bacula %{_guiver}

%package -n %{baculalibname}
Summary:            Bacula libraries
Group:              %{group}


%description -n %{baculalibname}
Bacula is a set of programs that allow you to manage the backup,
recovery, and verification of computer data across a network of
different computers. It is based on a client/server architecture.

This package contains basic Bacula libraries, which are used by all
Bacula programs.

%files  -n %{baculalibname}
%doc AUTHORS ChangeLog LICENSE SUPPORT ReleaseNotes
%{_libdir}/libbac-%{version}.so
%{_libdir}/libbaccfg-%{version}.so
%{_libdir}/libbacfind-%{version}.so


############################################
%define devname		%mklibname -d %{name}

%package  -n	%{devname}
Summary:            Bacula development files
Group:              Development/Other
Requires:           %{baculalibname} = %{EVRD}
Requires:           bacula-dir-sql = %{EVRD}

%description  -n	%{devname}
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This development package contains static libraries and header files.

%files   -n	%{devname}
%{_includedir}/bacula
%{_libdir}/libbac.so
%{_libdir}/libbaccfg.so
%{_libdir}/libbacfind.so
%{_libdir}/libbacsql.so

##############################################

%package dir-sql
Summary:            Bacula SQL libraries
Group:              %{group}
Provides:           bacula-dir-mysql = %{EVRD}
Provides:           bacula-dir-sqlite = %{EVRD}
Provides:           bacula-dir-postgresql = %{EVRD}

%description dir-sql
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains the SQL Bacula libraries, which are used by Director and
Storage daemons. You have to select your preferred catalog library through the
alternatives system.

%files dir-sql
%{_libdir}/libbaccats-mysql-%{version}.so
%{_libdir}/libbaccats-mysql.so
%{_libdir}/libbaccats-postgresql-%{version}.so
%{_libdir}/libbaccats-postgresql.so
%{_libdir}/libbaccats-sqlite3-%{version}.so
%{_libdir}/libbaccats-sqlite3.so
%{_libdir}/libbacsql-%{version}.so
##############################################

%package common
Summary:            Common Bacula files
Group:              %{group}
Provides:           bacula-common = %{EVRD}
Provides:           group(%username) = %uid
Provides:           user(%username) = %uid
Requires:           %{baculalibname} = %{EVRD}
Requires(pre):      shadow-utils
Requires(postun):   shadow-utils

%description common
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains files common to all Bacula daemons.

%files common
%doc README quickstart_*
%config(noreplace) %{_sysconfdir}/logrotate.d/bacula
%dir %{_localstatedir}/log/bacula %attr(750, bacula, bacula)
%dir %{_localstatedir}/spool/bacula %attr(750, bacula, bacula)
%dir %{_libexecdir}/%{name}
%dir %{_sysconfdir}/%{name} %attr(755,root,root)
%{_libexecdir}/%{name}/btraceback.dbx
%{_libexecdir}/%{name}/btraceback.gdb
%{_libexecdir}/%{name}/bacula_config
%{_libexecdir}/%{name}/btraceback.mdb
%{_mandir}/man8/btraceback.8*
%{_mandir}/man8/bpluginfo.8*
%{_sbindir}/btraceback
%{_sbindir}/bpluginfo
#############################################

%package dir-common
Summary:            Bacula Director files
Group:              %{group}
Requires:           bacula-common = %{EVRD}
Requires:           %{baculalibname} = %{EVRD}
Requires:           bacula-dir-sql = %{EVRD}
Requires:           logwatch
# Director backends merged into core.
Provides:           bacula-dir-common = %{EVRD}
Provides:           bacula-dir-mysql = %{EVRD}
Provides:           bacula-dir-sqlite3 = %{EVRD}
Provides:           bacula-dir-pgsql = %{EVRD}


Requires(post):     systemd
Requires(preun):    systemd
Requires(postun):   systemd


%description dir-common
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains the director files.

%files dir-common
%doc updatedb examples/sample-query.sql
%config(noreplace) %{_sysconfdir}/bacula/bacula-dir.conf %attr(640,root,bacula)
%config(noreplace) %{_sysconfdir}/bacula/query.sql %attr(640,root,bacula)
%config(noreplace) %{_sysconfdir}/logwatch/conf/logfiles/bacula.conf
%config(noreplace) %{_sysconfdir}/logwatch/conf/services/bacula.conf
%config(noreplace) %{_sysconfdir}/sysconfig/bacula-dir
%{_libexecdir}/%{name}/create_bacula_database
%{_libexecdir}/%{name}/delete_catalog_backup
%{_libexecdir}/%{name}/drop_bacula_database
%{_libexecdir}/%{name}/drop_bacula_tables
%{_libexecdir}/%{name}/grant_bacula_privileges
%{_libexecdir}/%{name}/make_bacula_tables
%{_libexecdir}/%{name}/make_catalog_backup.pl
%{_libexecdir}/%{name}/update_bacula_tables
%{_libexecdir}/%{name}/create_mysql_database
%{_libexecdir}/%{name}/drop_mysql_database
%{_libexecdir}/%{name}/drop_mysql_tables
%{_libexecdir}/%{name}/grant_mysql_privileges
%{_libexecdir}/%{name}/make_mysql_tables
%{_libexecdir}/%{name}/update_mysql_tables
%{_libexecdir}/%{name}/create_sqlite3_database
%{_libexecdir}/%{name}/drop_sqlite3_database
%{_libexecdir}/%{name}/drop_sqlite3_tables
%{_libexecdir}/%{name}/grant_sqlite3_privileges
%{_libexecdir}/%{name}/make_sqlite3_tables
%{_libexecdir}/%{name}/update_sqlite3_tables
%{_libexecdir}/%{name}/create_postgresql_database
%{_libexecdir}/%{name}/drop_postgresql_database
%{_libexecdir}/%{name}/drop_postgresql_tables
%{_libexecdir}/%{name}/grant_postgresql_privileges
%{_libexecdir}/%{name}/make_postgresql_tables
%{_libexecdir}/%{name}/update_postgresql_tables
%{_mandir}/man1/bsmtp.1*
%{_mandir}/man8/bacula-dir.8*
%{_mandir}/man8/bregex.8*
%{_mandir}/man8/bwild.8*
%{_mandir}/man8/dbcheck.8*
%{_sbindir}/bacula-dir
%{_sbindir}/bregex
%{_sbindir}/bsmtp
%{_sbindir}/bwild
%{_sbindir}/dbcheck
%{_sysconfdir}/logwatch/scripts/services/bacula
%{_sysconfdir}/logwatch/scripts/shared/applybaculadate
%{_unitdir}/bacula-dir.service

#############################################
%package sd
Summary:            Bacula storage daemon files
Group:              %{group}
Requires:           bacula-common = %{EVRD}
Requires:           %{baculalibname} = %{EVRD}
Requires:           bacula-dir-sql = %{EVRD}
Requires:           mt-st
Provides:           bacula-storage-common = %{EVRD}
Provides:           bacula-storage-mysql = %{EVRD}
Provides:           bacula-storage-sqlite3 = %{EVRD}
Provides:           bacula-storage-pgsql = %{EVRD}

Requires(post):     systemd
Requires(preun):    systemd
Requires(postun):   systemd


%description sd
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains the storage daemon, the daemon responsible for writing
the data received from the clients onto tape drives or other mass storage
devices.

%files sd
%config(noreplace) %{_sysconfdir}/bacula/bacula-sd.conf %attr(640,root,root)
%config(noreplace) %{_sysconfdir}/sysconfig/bacula-sd
%{_libexecdir}/%{name}/disk-changer
%{_libexecdir}/%{name}/dvd-handler
%{_libexecdir}/%{name}/mtx-changer
%{_libexecdir}/%{name}/mtx-changer.conf
%{_mandir}/man8/bacula-sd.8*
%{_mandir}/man8/bcopy.8*
%{_mandir}/man8/bextract.8*
%{_mandir}/man8/bls.8*
%{_mandir}/man8/bscan.8*
%{_mandir}/man8/btape.8*
%{_sbindir}/bacula-sd
%{_sbindir}/bcopy
%{_sbindir}/bextract
%{_sbindir}/bls
%{_sbindir}/bscan
%{_sbindir}/btape
%{_unitdir}/bacula-sd.service

##############################################

%package client
Summary:            Bacula backup client
Group:              %{group}
Requires:           bacula-common = %{EVRD}
Requires:           %{baculalibname} = %{EVRD}

Requires(post):     systemd
Requires(preun):    systemd
Requires(postun):   systemd


%description client
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains the bacula client, the daemon running on the system to be
backed up.

%files client
%config(noreplace) %{_sysconfdir}/bacula/bacula-fd.conf %attr(640,root,root)
%config(noreplace) %{_sysconfdir}/sysconfig/bacula-fd
%{_mandir}/man8/bacula-fd.8*
%{_libdir}/bacula/bpipe-fd.so
%{_sbindir}/bacula-fd
%{_unitdir}/bacula-fd.service

###############################################

%package console
Summary:            Bacula management console
Group:              %{group}
Requires:           %{baculalibname} = %{EVRD}

%description console
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains the command-line management console for the bacula backup
system.

%files console
%config(noreplace) %{_sysconfdir}/bacula/bconsole.conf %attr(640,root,root)
%{_mandir}/man8/bconsole.8*
%{_sbindir}/bconsole

##################################################

%package bat
Summary:            Bacula bat console
Group:              %{group}
Requires:           %{baculalibname} = %{EVRD}

%description bat
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains the bat version of the bacula management console.

%files bat
%config(noreplace) %{_sysconfdir}/bacula/bat.conf %attr(640,root,root)
%{_datadir}/applications/bacula-bat.desktop
%{_datadir}/bacula/*.html
%{_datadir}/bacula/*.png
%{_datadir}/pixmaps/bat.png
%{_mandir}/man1/bat.1*
%{_sbindir}/bat

############################################

%package tray-monitor
Summary:            Bacula system tray monitor
Group:              %{group}
Requires:           %{baculalibname} = %{EVRD}

%description tray-monitor
Bacula is a set of programs that allow you to manage the backup, recovery, and
verification of computer data across a network of different computers. It is
based on a client/server architecture.

This package contains the Gnome and KDE compatible tray monitor to monitor your
bacula server.

%files tray-monitor
%config(noreplace) %{_sysconfdir}/bacula/tray-monitor.conf %attr(640,root,root)
%{_datadir}/applications/bacula-traymonitor.desktop
%{_datadir}/pixmaps/bacula-tray-monitor.png
%{_mandir}/man1/bacula-tray-monitor.1*
%{_sbindir}/bacula-tray-monitor

#################################################
# enabled bacula plugin in nagios-check

%package -n nagios-check_bacula
Summary:            Nagios Plugin - check_bacula
Group:              %{group}
Requires:           %{baculalibname} = %{version}-%{release}
Requires:           nagios

%description -n nagios-check_bacula
Provides check_bacula support for Nagios.

%files -n nagios-check_bacula
%{_libdir}/nagios/plugins/check_bacula

###################################################
%prep
%setup -q
%patch1 -p2
%patch2 -p1
%patch3 -p0
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} .

# Remove execution permissions from files we're packaging as docs later on
find updatedb -type f | xargs chmod -x

%build
build() {
export LDFLAGS="$LDFLAGS -lreadline -lncurses"
export CFLAGS="%{optflags} -I%{_includedir}/ncurses"
export CPPFLAGS="%{optflags} -I%{_includedir}/ncurses"
%configure \
        --disable-conio \
        --disable-rpath \
        --docdir=%{_datadir}/bacula \
        --enable-batch-insert \
        --enable-build-dird \
        --enable-build-stored \
        --enable-includes \
        --enable-largefile \
        --enable-readline \
        --enable-smartalloc \
        --sysconfdir=%{_sysconfdir}/bacula \
        --with-basename=bacula \
        --with-bsrdir=%{_localstatedir}/spool/bacula \
        --with-dir-password=@@DIR_PASSWORD@@ \
        --with-fd-password=@@FD_PASSWORD@@ \
        --with-hostname=localhost \
        --with-logdir=%{_localstatedir}/log/bacula \
        --with-mon-dir-password=@@MON_DIR_PASSWORD@@ \
        --with-mon-fd-password=@@MON_FD_PASSWORD@@ \
        --with-mon-sd-password=@@MON_SD_PASSWORD@@ \
        --with-mysql \
        --with-openssl \
        --with-pid-dir=%{_localstatedir}/run \
        --with-plugindir=%{_libdir}/bacula \
        --with-postgresql \
        --with-scriptdir=%{_libexecdir}/bacula \
        --with-sd-password=@@SD_PASSWORD@@ \
        --with-smtp-host=localhost \
        --with-sqlite3 \
        --with-subsys-dir=%{_localstatedir}/lock/subsys \
        --with-tcp-wrappers \
        --with-working-dir=%{_localstatedir}/spool/bacula \
        --with-x \
        $*
}


export QMAKE=/usr/lib/qt4/bin/qmake
build --enable-bat

# Remove rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%{make} 
make -C examples/nagios/check_bacula

pushd src/qt-console/tray-monitor
    $QMAKE tray-monitor.pro
    %make
popd


%install
%{makeinstall_std}

# Nagios plugin
install -p -m 755 -D examples/nagios/check_bacula/.libs/check_bacula %{buildroot}%{_libdir}/nagios/plugins/check_bacula

# Remove catalogue backend symlinks
rm -f %{buildroot}%{_libdir}/libbaccats.so
rm -f %{buildroot}%{_libdir}/libbaccats-%{version}.so

# Bat
install -p -m 644 -D src/qt-console/images/bat_icon.png %{buildroot}%{_datadir}/pixmaps/bat.png
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE13}

# QT Tray monitor
install -p -m 755 -D src/qt-console/tray-monitor/bacula-tray-monitor %{buildroot}%{_sbindir}/bacula-tray-monitor
install -p -m 644 -D src/qt-console/tray-monitor/tray-monitor.conf %{buildroot}%{_sysconfdir}/bacula/tray-monitor.conf
install -p -m 644 -D src/qt-console/images/bat_icon.png %{buildroot}%{_datadir}/pixmaps/bacula-tray-monitor.png
install -p -m 644 -D manpages/bacula-tray-monitor.1 %{buildroot}%{_mandir}/man1/bacula-tray-monitor.1
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE14}

# Logrotate
mkdir -p %{buildroot}%{_localstatedir}/log/bacula
install -p -m 644 -D %{SOURCE6} %{buildroot}%{_sysconfdir}/logrotate.d/bacula

# Logwatch
install -p -m 755 -D scripts/logwatch/bacula %{buildroot}%{_sysconfdir}/logwatch/scripts/services/bacula
install -p -m 755 -D scripts/logwatch/applybaculadate %{buildroot}%{_sysconfdir}/logwatch/scripts/shared/applybaculadate
install -p -m 644 -D scripts/logwatch/logfile.bacula.conf %{buildroot}%{_sysconfdir}/logwatch/conf/logfiles/bacula.conf
install -p -m 644 -D scripts/logwatch/services.bacula.conf %{buildroot}%{_sysconfdir}/logwatch/conf/services/bacula.conf

# Systemd unit files
mkdir -p %{buildroot}%{_unitdir}
install -p -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/bacula-fd.service
install -p -m 644 -D %{SOURCE11} %{buildroot}%{_unitdir}/bacula-dir.service
install -p -m 644 -D %{SOURCE12} %{buildroot}%{_unitdir}/bacula-sd.service



# Sysconfig
install -p -m 644 -D %{SOURCE15} %{buildroot}%{_sysconfdir}/sysconfig/bacula-fd
install -p -m 644 -D %{SOURCE16} %{buildroot}%{_sysconfdir}/sysconfig/bacula-dir
install -p -m 644 -D %{SOURCE17} %{buildroot}%{_sysconfdir}/sysconfig/bacula-sd


# bacula Spool dir
mkdir -p %{buildroot}%{_localstatedir}/spool/bacula

# Clean
rm -f %{buildroot}%{_libexecdir}/bacula/{bacula,bacula-ctl-*,startmysql,stopmysql,bconsole,make_catalog_backup}
rm -f %{buildroot}%{_sbindir}/bacula
rm -f %{buildroot}%{_mandir}/man8/bacula.8.gz
rm -f %{buildroot}%{_libdir}/*.la
rm -f %{buildroot}%{_datadir}/bacula/{ChangeLog,INSTALL,LICENSE,README,ReleaseNotes,VERIFYING,technotes}

# make rpmlint a happy 
chmod 755 %{buildroot}%{_sbindir}/*
chmod 755 %{buildroot}%{_libdir}/bacula/*
chmod 755 %{buildroot}%{_libexecdir}/bacula/*
chmod 644 %{buildroot}%{_libexecdir}/bacula/btraceback.*


%post dir-sql
/usr/sbin/alternatives --install %{_libdir}/libbaccats.so libbaccats.so %{_libdir}/libbaccats-mysql.so 50
/usr/sbin/alternatives --install %{_libdir}/libbaccats.so libbaccats.so %{_libdir}/libbaccats-sqlite3.so 40
/usr/sbin/alternatives --install %{_libdir}/libbaccats.so libbaccats.so %{_libdir}/libbaccats-postgresql.so 60
# Fix for automatic selection of backends during upgrades
if readlink /etc/alternatives/libbaccats.so | grep --silent mysql || \
   readlink /etc/alternatives/bacula-dir | grep --silent mysql || \
   readlink /etc/alternatives/bacula-sd | grep --silent mysql; then
        /usr/sbin/alternatives --set libbaccats.so %{_libdir}/libbaccats-mysql.so
elif readlink /etc/alternatives/libbaccats.so | grep --silent sqlite || \
   readlink /etc/alternatives/bacula-dir | grep --silent sqlite || \
   readlink /etc/alternatives/bacula-sd | grep --silent sqlite; then
        /usr/sbin/alternatives --set libbaccats.so %{_libdir}/libbaccats-sqlite3.so
else
        /usr/sbin/alternatives --set libbaccats.so %{_libdir}/libbaccats-postgresql.so
fi
/sbin/ldconfig

%preun dir-sql
if [ "$1" = 0 ]; then
        /usr/sbin/alternatives --remove libbaccats.so %{_libdir}/libbaccats-mysql.so
        /usr/sbin/alternatives --remove libbaccats.so %{_libdir}/libbaccats-sqlite3.so
        /usr/sbin/alternatives --remove libbaccats.so %{_libdir}/libbaccats-postgresql.so
fi

%postun dir-sql
/sbin/ldconfig
exit 0

%pre common
getent group %username >/dev/null || groupadd -g %uid -r %username &>/dev/null || :
getent passwd %username >/dev/null || useradd -u %uid -r -s /sbin/nologin \
    -d /var/spool/bacula -M -c 'Bacula Backup System' -g %username %username &>/dev/null || :
exit 0


%post client
%systemd_post %{name}-fd.service

%preun client
%systemd_preun %{name}-fd.service

%postun client
%systemd_postun_with_restart %{name}-fd.service

%post dir-common
%systemd_post %{name}-dir.service

%preun dir-common
%systemd_preun %{name}-dir.service

%postun dir-common
%systemd_postun_with_restart %{name}-dir.service

%post sd
%systemd_post %{name}-sd.service

%preun sd
%systemd_preun %{name}-sd.service

%postun sd
%systemd_postun_with_restart %{name}-sd.service


























%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 7.0.5-3
- (160e142) Do not require libbaccats which is not provided explicetly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9697 |14cu|baka-mplayer-2.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Baka-MPlayer
# mrb version of mpv is build with restricted and non-free for vdpau and vaapi support
%define with_mrb 0

%if %{with_mrb}
%define distsuffix mrb
%endif

Name:           baka-mplayer
Version:        2.0.4
%if %{with_mrb}
Release:        69
%else
Release:        1
%endif
Summary:        A media player with UI using libmpv
License:        GPLv2+
Group:          Video
Url:            http://bakamplayer.u8sand.net/
Source0:        https://github.com/u8sand/Baka-MPlayer/archive/v%{version}.tar.gz#/Baka-MPlayer-%{version}.tar.gz
Patch0:         gcc5.patch
BuildRequires:  qt5-linguist-tools
BuildRequires:  qmake5
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
BuildRequires:  pkgconfig(Qt5Gui)
BuildRequires:  pkgconfig(Qt5Network)
BuildRequires:  pkgconfig(Qt5Svg)
BuildRequires:  pkgconfig(Qt5X11Extras)
BuildRequires:  pkgconfig(Qt5Declarative)
BuildRequires:  pkgconfig(Qt5OpenGL)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  pkgconfig(Qt5Network)
BuildRequires:  pkgconfig(gl)
%if %{with_mrb}
BuildRequires:  pkgconfig(mpv) >= 0.26.0
%else
BuildRequires:  pkgconfig(mpv)
%endif


%description
Baka MPlayer is a libmpv-based multimedia player. It supports gesture
seeking, desktop dimming, hardware accelerated playback (vdpau,
vaapi, vda) and Youtube playback support (and others).

#---------------------------------------------------------------
%files
%doc LICENSE DOCS/%{name}.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
%{_datadir}/%{name}

#---------------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%qmake_qt5 src/%{oname}.pro CONFIG+="release install_translations man.extra" \
lupdate=lupdate-qt5 lrelease=lrelease-qt5  \
DOCDIR=%{_docdir} LICENSEDIR=%{_docdir} \
QMAKE_CFLAGS+="%{optflags}" QMAKE_CXXFLAGS+="%{optflags}"

%make

%install
%makeinstall_qt

# hicolor would be enough
rm -fr %{buildroot}%{_datadir}/pixmaps/%{name}.svg

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop



%changelog

* Tue Aug 22 2017 abfonly <abfonly@gmail.com> 2.0.4-1
- (548ce07) Drop mrb ready for contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9698 |14cu|balazarbrothers-0.3.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   BalazarBrothers

Name:           balazarbrothers
Version:        0.3.1
Release:        7
License:        GPL
Url:		http://home.gna.org/oomadness/fr/balazar_brothers/index.html
Source:		http://download.gna.org/soya/%{oname}-%{version}.tar.bz2
Group:          Games/Puzzles
Summary:        Amazing libre (GPL'ed) 3D puzzle game
Requires:	cerealizer
Requires:	soya
Requires:	glew
Requires:	openal
Requires:	cal3d
Requires:	python-twisted python
Requires:	pyvorbis
Requires:	pyogg
Requires:	pyopenal
Requires:	tofu

BuildRequires: python-devel

Buildarch:	noarch

%description
Balazar Brother is an amazing libre (GPL'ed) 3D puzzle game.

%prep
%setup -qn %{oname}-%{version}
rm -rf `find -name CVS` `find -name .cvswrappers`

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

install -d %{buildroot}%{_menudir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Balazar Brothers
Comment=%{summary}
Exec=%{_bindir}/balazar_brothers %U
Icon=puzzle_section 
Terminal=false
Type=Application
Categories=Game;LogicGame
StartupNotify=true
EOF


%files
%doc README 
%{_bindir}/*
%{_datadir}/balazar_brothers
%{_datadir}/applications/*
%{_datadir}/*.egg-info

%changelog
* Thu Feb 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-7
+ Revision: d9c555b
- Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9699 |14cu|ballerburg-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ballerburg
Version:        1.2.0
Release:        1
Summary:        Two players, two castles, and a hill in between
Group:          Games/Arcade
License:        GPLv3+
URL:            http://baller.tuxfamily.org/
Source0:        http://download.tuxfamily.org/baller/%{name}-%{version}.tar.gz
Source1:        http://baller.tuxfamily.org/king.png
Source2:        %{name}.desktop
Source3:        %{name}.appdata.xml

BuildRequires:  cmake
BuildRequires:  pkgconfig(sdl)
BuildRequires:  glibc-devel
BuildRequires:  gettext
BuildRequires:  imagemagick
BuildRequires:	appstream-util
BuildRequires:  desktop-file-utils


%description
Two castles, separated by a mountain, try to defeat each other with their
cannonballs, either by killing the opponent's king or by weakening the
opponent enough so that the king capitulates.

Ballerburg was originally written 1987 by Eckhard Kruse, for the Atari ST
machines (which were brand new computers at that point in time). Over 25
years later, here's finally the adaption of the original source code to
modern operating systems.

%files -f %{name}.lang
%doc COPYING.txt LIESMICH.txt README.txt doc/authors.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man6/ballerburg.6*
%{_appdatadir}/%{name}.appdata.xml
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*


%prep
%setup -q


%build
%cmake -DCMAKE_BUILD_TYPE:STRING=Debug 
  
%make


%install
%makeinstall_std -C build


# Install icons
for px in 32 48 64 256; do
  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${px}x${px}/apps
  convert -gravity south \
    -resize ${px}x${px} \
    -extent ${px}x${px} \
    -background white \
    %{SOURCE1} \
    %{buildroot}%{_datadir}/icons/hicolor/${px}x${px}/apps/%{name}.png
done

# Install desktop file
desktop-file-install \
  --dir=%{buildroot}%{_datadir}/applications \
  %{SOURCE2}

# Install appdata
install -d %{buildroot}%{_appdatadir}
install -p -m 0644 %{SOURCE3} \
  %{buildroot}%{_appdatadir}
  
%find_lang %{name}
 
%check
appstream-util validate-relax --nonet \
  %{buildroot}%{_appdatadir}/%{name}.appdata.xml


%changelog

* Fri Apr 07 2017 abfonly <abfonly@gmail.com> 1.2.0-1
- (8b4d288) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9700 |14cu|ballplaycupid-17.05.05-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  oname BallPlayCupid

Name:           ballplaycupid
Version:        17.05.05
Release:        1
Summary:        A challenging arcade puzzle game 
Group:          Games/Arcade
# https://github.com/Tricky1975/BallPlayCupid/blob/master/Script/LANGUAGES/ENGLISH.LUA
License:        GPLv3+
Url:            http://utbbs.tbbs.nl/Game.php?HC=Game&A=Game&game=BPC
# http://gamejolt.com/games/bpc/136187
# https://sourceforge.net/projects/ballplay-cupid/files/?source=navbar
Source0:        ballplaycupid-v17.05.05-linux.zip
Source1:        http://i.imgbox.com/qRNivTQ5.png
Source2:        https://raw.githubusercontent.com/Tricky1975/BallPlayCupid/master/Lic.md
Source3:        https://raw.githubusercontent.com/Tricky1975/BallPlayCupid/master/Readme.md
BuildRequires:  imagemagick
BuildRequires:  zip
Requires:       love >= 0.10
BuildArch:      noarch

%description
BallPlay Cupid is a new instalment 
of the Ballplay series. 
The basic game mechanics are 
the same as in BallPlay Genius, 
however a few new twists
First of all a fully graphical screen only.
No more use of the OSes interface. 
Not only does the engine I used not support it, 
but it also appeared loads of people could 
not play BallPlay Genius as a result, 
and people who wanted to shoot this as 
a video for YouTube suffered most of all.
Second a few more twists have been added.


%files
%doc bpc *.md
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/%{oname}.love
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------
%prep
%setup  -q -c -n %{name}-v%{version}-linux
cp -p %{SOURCE2} LICENSE.md
cp -p %{SOURCE3} Readme.md
chmod 644 bpc

%build

%install
# data
install -D -m 644 %{oname}.linux.love %{buildroot}%{_gamesdatadir}/%{name}/%{oname}.love

# wrapper
mkdir -p %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
#!/bin/sh
love %{_gamesdatadir}/%{name}/%{oname}.love
EOF
chmod 0755 %{buildroot}%{_gamesbindir}/%{name}

# Desktop entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{oname}
GenericName=%{summary}
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size  -background transparent %{SOURCE1} \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

%changelog

* Wed May 10 2017 abfonly <abfonly@gmail.com> 17.05.05-1
- (6052287) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9701 |14cu|bam-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bam
Version:	0.4.0
Release:	4
Summary:	A build-system
Group:		Development/Other
License:	MIT
URL:		http://matricks.github.com/bam/
Source0:	http://github.com/downloads/matricks/bam/%{name}-%{version}.tar.bz2

%description
A tool that controls process of producing executables of
software from its source code.

%prep
%setup -q

%build
sh -x make_unix.sh %{optflags}

%install
install -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name}

%clean

%files
%doc license.txt docs/*
%{_bindir}/%{name}

%changelog

* Fri Nov 20 2015 Denis Silakov <dsilakov@gmail.com> 0.4.0-4
- (4311430) Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9702 |14cu|bamf-0.5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define api 3
%define major 2
%define libname %mklibname %{name}%{api}_ %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name}%{api} -d

%define _libexecdir /usr/libexec
%define Werror_cflags %{nil}

Summary:	Window matching library
Name:		bamf
Version:	0.5.3
Release:	1
License:	LGPLv3+
Group:		Graphical desktop/Other
Url:		http://launchpad.net/bamf
Source0:	https://launchpad.net/bamf/0.5/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	gtk-doc
BuildRequires:	vala-tools
BuildRequires:	python-libxml2
BuildRequires:	python-libxslt
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(libwnck-3.0)
BuildRequires:	pkgconfig(vapigen)

%description
Bamf matches application windows to desktop files.

#----------------------------------------------------------------------------

%package daemon
Summary:	Window matching library - daemon
Group:		System/Servers

%description daemon
Bamf matches application windows to desktop files.
This package contains the daemon used by the library and a gio module that
facilitates the matching of applications started through GDesktopAppInfo.

%files daemon
%doc COPYING
%dir %{_libexecdir}/bamf/
%{_libexecdir}/bamf/bamfdaemon*
%{_datadir}/dbus-1/services/*.service
%{_datadir}/upstart/sessions/bamfdaemon.conf
/usr/lib/systemd/user/bamfdaemon.service

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Window matching library - shared libraries
Group:		System/Libraries

%description -n %{libname}
Bamf matches application windows to desktop files.

This package contains shared libraries to be used by applications.

%files -n %{libname}
%doc COPYING.LGPL COPYING
%{_libdir}/libbamf3.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%doc COPYING.LGPL COPYING
%{_libdir}/girepository-1.0/Bamf-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Window matching library - development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{name}-daemon = %{EVRD}

%description -n %{devname}
Bamf matches application windows to desktop files.

This package contains files that are needed to build applications.

%files -n %{devname}
%doc COPYING.LGPL COPYING
%doc %{_datadir}/gtk-doc/html/libbamf/
%{_includedir}/libbamf3/
%{_libdir}/libbamf3.so
%{_libdir}/pkgconfig/libbamf3.pc
%{_datadir}/gir-1.0/Bamf-%{api}.gir
%{_datadir}/vala/vapi/libbamf3.vapi

#----------------------------------------------------------------------------

%prep
%setup -q
sed -i 's/CFLAGS="$CFLAGS -Wall -Werror -lm"/CFLAGS="$CFLAGS -Wall -lm"/' configure

%build
export CFLAGS+=" -fno-strict-aliasing -Wno-error=deprecated-declarations"
export CXXFLAGS+=" -fno-strict-aliasing"
export FFLAGS+=" -fno-strict-aliasing"
%configure2_5x \
	--disable-static \
	--disable-webapps \
	--enable-introspection=yes
%make

%install
%makeinstall_std

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 0.5.3-1
- (87b464f) Merge pull request #2 from import/bamf:rosa2016.1
- (87b464f) Updated to 0.5.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9703 |14cu|banner-1.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name banner
%define version 1.3.4
%define release 1

Summary: Print text as banner on the console
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://cedar-solutions.com/ftp/software/%{name}-%{version}.tar.gz
License: GPL
Group: Text tools
Url: http://www.cedar-solutions.com/software.html
BuildRequires: automake

%description
Banner fills an apparent hole in Linux - that is, that is does not provide 
a "banner" program itself, while nearly all UNIX systems seem to do so.
Banner prints a "banner" on the screen that corresponds to the first 10 
characters of a string entered on the command line, in a way similar to
what you might see when using Solaris or AIX. There are fancier things out 
there, but this is nice and simple. 

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING INSTALL README
%_bindir/banner
%_mandir/man1/banner.1.xz






%changelog

* Thu Aug 13 2015 dsilakov <denis.silakov@rosalab.ru> 1.3.4-1
- (765d83e) Merge pull request #1 from cfg/banner:rosa2014.1
- (765d83e) Updated to 1.3.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9704 |14cu|banshee-2.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%bcond_with appledevice
%bcond_without boo
#gw does not build with clutter 1.1.12:
#https://bugzilla.gnome.org/show_bug.cgi?id=611153
%bcond_with clutter
%bcond_with gnome
%bcond_without mtp
%bcond_without karma
%bcond_with njb
%bcond_without webkit

%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Music player with mobile player support
Name:		banshee
Version:	2.9.1
Release:	3
License:	MIT
Group:		Sound
Url:		http://banshee.fm
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
#(nl) KDE Solid integration : from mdv svn  soft/mandriva-kde-translation/trunk/solid/
Source1:	banshee-play-audiocd.desktop
Patch0:		banshee-dbus-sharp-2.0.patch
BuildRequires:	intltool
BuildRequires:	atk-sharp3
BuildRequires:	cairo-sharp3
BuildRequires:	pango-sharp3
%if %{with boo}
BuildRequires:	pkgconfig(boo)
%endif
%if %{with clutter}
BuildRequires:	pkgconfig(clutter-1.0)
%endif
BuildRequires:	pkgconfig(dbus-sharp-2.0)
BuildRequires:	pkgconfig(dbus-sharp-glib-2.0)
BuildRequires:	pkgconfig(gconf-2.0)
%if %{with gnome}
BuildRequires:	pkgconfig(gconf-sharp-2.0)
BuildRequires:	pkgconfig(gtk-sharp-beans-2.0)
BuildRequires:	pkgconfig(notify-sharp)
%endif
BuildRequires:	pkgconfig(gdata-sharp-youtube)
BuildRequires:	pkgconfig(gio-sharp-2.0)
BuildRequires:	pkgconfig(gkeyfile-sharp)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk-sharp-3.0)
BuildRequires:	pkgconfig(gudev-sharp-3.0)
BuildRequires:	pkgconfig(gstreamer-sharp-1.0)
%if %{with karma}
BuildRequires:	pkgconfig(karma-sharp)
%endif
%if %{with appledevice}
BuildRequires:	pkgconfig(libgpod-sharp)
%endif
BuildRequires:	pkgconfig(mono)
BuildRequires:	pkgconfig(mono-addins)
BuildRequires:	pkgconfig(mono-zeroconf)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(taglib-sharp)
%if %{with webkit}
BuildRequires:	pkgconfig(webkit-1.0) >= 1.2.2
%endif
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xxf86vm)
%if %{with mtp}
BuildRequires:	pkgconfig(libmtp)
%endif
Requires:	gstreamer-sharp
Requires:	gstreamer1.0-cdparanoia
Requires:	gstreamer1.0-plugins-base
Requires:	gstreamer1.0-plugins-ugly
Suggests:	gstreamer1.0-faac
Suggests:	gstreamer1.0-faad
Suggests:	gstreamer1.0-lame
#gw for bpm detection:
Suggests:	gstreamer1.0-soundtouch
Suggests:	brasero

%description
With Banshee you can easily import, manage, and play selections from
your music collection. Banshee allows you to import CDs, sync your
music collection to an mobile device, play music directly from an
mobile player, create playlists with songs from your library, and
create audio and MP3 CDs from subsets of your library.

%files -f %{name}.lang
%doc NEWS README AUTHORS
%{_bindir}/bamz
%{_bindir}/%{name}
%{_bindir}/muinshee
%dir %{_libdir}/%{name}/
%dir %{_libdir}/%{name}/Backends
%{_libdir}/%{name}/Backends/Banshee.GStreamer*.*
%{_libdir}/%{name}/Backends/Banshee.Gio.*
%if %{with gnome}
%{_libdir}/%{name}/Backends/Banshee.Gnome.*
%endif
%{_libdir}/%{name}/Backends/Banshee.Unix.*
%dir %{_libdir}/%{name}/Extensions
%{_libdir}/%{name}/Extensions/Banshee.Audiobook.dll*
%{_libdir}/%{name}/Extensions/Banshee.AmazonMp3.exe*
%if %{with boo}
%{_libdir}/%{name}/Extensions/Banshee.BooScript.dll*
%endif
%{_libdir}/%{name}/Extensions/Banshee.Bpm.dll*
%{_libdir}/%{name}/Extensions/Banshee.CoverArt.dll*
%{_libdir}/%{name}/Extensions/Banshee.Daap.dll*
%{_libdir}/%{name}/Extensions/Banshee.Dap.MassStorage.dll*
%{_libdir}/%{name}/Extensions/Banshee.Dap.dll*
%{_libdir}/%{name}/Extensions/Banshee.Emusic.dll*
%{_libdir}/%{name}/Extensions/Banshee.FileSystemQueue.dll*
%{_libdir}/%{name}/Extensions/Banshee.Fixup.dll*
%{_libdir}/%{name}/Extensions/Banshee.InternetArchive.dll*
%{_libdir}/%{name}/Extensions/Banshee.InternetRadio.dll*
%{_libdir}/%{name}/Extensions/Banshee.Lastfm.dll*
%{_libdir}/%{name}/Extensions/Banshee.LastfmStreaming.dll*
%{_libdir}/%{name}/Extensions/Banshee.LibraryWatcher.dll*
%{_libdir}/%{name}/Extensions/Banshee.MediaPanel.dll*
%{_libdir}/%{name}/Extensions/Banshee.MiniMode.dll*
%{_libdir}/%{name}/Extensions/Banshee.Mpris.dll*
%if %{with gnome}
%{_libdir}/%{name}/Extensions/Banshee.MultimediaKeys.dll*
%endif
%{_libdir}/%{name}/Extensions/Banshee.NotificationArea.dll*
%{_libdir}/%{name}/Extensions/Banshee.NowPlaying.dll*
%{_libdir}/%{name}/Extensions/Banshee.OpticalDisc.dll*
%{_libdir}/%{name}/Extensions/Banshee.PlayerMigration.dll*
%{_libdir}/%{name}/Extensions/Banshee.PlayQueue.dll*
%{_libdir}/%{name}/Extensions/Banshee.Podcasting.dll*
%{_libdir}/%{name}/Extensions/Banshee.YouTube.dll*
%{_libdir}/%{name}/*.exe*
%{_libdir}/%{name}/Banshee*.dll*
%{_libdir}/%{name}/Hyena*.dll*
%{_libdir}/%{name}/Lastfm*.dll*
%{_libdir}/%{name}/Migo.dll*
%{_libdir}/%{name}/Mono*.dll*
%{_libdir}/%{name}/MusicBrainz.dll*
%{_libdir}/%{name}/Banshee.Services.addins
%{_datadir}/%{name}/
%{_datadir}/dbus-1/services/*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/appdata/banshee.appdata.xml
%{_datadir}/apps/solid/actions/banshee-play-audiocd.desktop
%{_datadir}/mime/packages/banshee-amz.xml
%{_datadir}/mime/packages/banshee-emx.xml

#----------------------------------------------------------------------------

%if %{with appledevice}
%package ipod
Group:		Sound
Summary:	Ipod support for Banshee
Requires:	%{name} = %{version}-%{release}

%description ipod
With Banshee you can easily import, manage, and play selections from
your music collection. Banshee allows you to import CDs, sync your
music collection to an mobile device, play music directly from an
mobile player, create playlists with songs from your library, and
create audio and MP3 CDs from subsets of your library.

Install this package for iPod support in Banshee.

%files ipod
%{_libdir}/%{name}/Extensions/Banshee.Dap.AppleDevice.dll*
%{_libdir}/%{name}/Extensions/libgpod-sharp.dll*
%endif

#----------------------------------------------------------------------------

%if %{with karma}
%package karma
Summary:	Rio Karma audio player support for Banshee
Group:		Sound
Requires:	%{name} = %{EVRD}

%description karma
With Banshee you can easily import, manage, and play selections from
your music collection. Banshee allows you to import CDs, sync your
music collection to an mobile device, play music directly from an
mobile player, create playlists with songs from your library, and
create audio and MP3 CDs from subsets of your library.

Install this package for Rio Karma audio player support in Banshee.

%files karma
%{_libdir}/%{name}/Extensions/Banshee.Dap.Karma.dll*
%{_libdir}/%{name}/Extensions/karma-sharp.dll*
%endif

#----------------------------------------------------------------------------

%if %{with mtp}
%package mtp
Summary:	MTP audio player support for Banshee
Group:		Sound
Requires:	%{name} = %{EVRD}

%description mtp
With Banshee you can easily import, manage, and play selections from
your music collection. Banshee allows you to import CDs, sync your
music collection to an mobile device, play music directly from an
mobile player, create playlists with songs from your library, and
create audio and MP3 CDs from subsets of your library.

Install this package for MTP audio player support in Banshee.

%files mtp
%{_libdir}/%{name}/Mtp.dll*
%{_libdir}/%{name}/Extensions/Banshee.Dap.Mtp.dll*
%endif

#----------------------------------------------------------------------------

%if %{with njb}
%package njb
Summary:	Nomad jukebox support for Banshee
Group:		Sound
Requires:	%{name} = %{EVRD}
BuildRequires:	njb-sharp >= 0.3.0

%description njb
With Banshee you can easily import, manage, and play selections from
your music collection. Banshee allows you to import CDs, sync your
music collection to an mobile device, play music directly from an
mobile player, create playlists with songs from your library, and
create audio and MP3 CDs from subsets of your library.

Install this package for Nomad jukebox support in Banshee.

%files njb
%{_libdir}/%{name}/Extensions/Banshee.Dap/*jb*
%endif

#----------------------------------------------------------------------------

%package devel
Summary:	Development parts of %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
This package contains the pkg-config files needed for building Banshee
extensions.

%files devel
%{_libdir}/pkgconfig/%{name}*.pc

#----------------------------------------------------------------------------

%package doc
Summary:	Development documentation for %{name}
Group:		Development/Other
Requires(post,postun):	mono-tools
BuildArch:	noarch

%description doc
This package contains the API documentation for the %{name} in
Monodoc format.

%files doc
%{_prefix}/lib/monodoc/sources/banshee-docs*
%{_prefix}/lib/monodoc/sources/hyena-docs*

%post doc
%{_bindir}/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x  \
	--with-vendor-build-id="%{distribution}"  \
%if %{with mtp}
	--enable-mtp \
%endif
%if %{without appledevice}
	--disable-appledevice \
%endif
%if %{without gnome}
	--disable-gnome \
%endif
%if %{with karma}
	--enable-karma \
%endif
%if %{with boo}
	--enable-boo \
%endif
%if %{with webkit}
	--enable-webkit \
%endif
%if %{with clutter}
	--enable-clutter \
%endif
	--disable-static \
	--disable-scrollkeeper \
	--disable-schemas-install
%make

%install
%makeinstall_std MONO=true

%find_lang %{name} --with-gnome

%if %{with appledevice}
ln -sf %{_libdir}/libgpod/libgpod-sharp.dll* %{buildroot}%{_libdir}/%{name}/Extensions/
%endif

%if %{with karma}
ln -sf %{_prefix}/lib/karma-sharp/karma-sharp.dll %{buildroot}%{_libdir}/%{name}/Extensions/
%endif

# gw fix paths in pkgconfig files
perl -pi -e "s^/lib$^/%{_lib}^" %{buildroot}%{_libdir}/pkgconfig/*.pc

#(nl) KDE Solid integration
mkdir -p %{buildroot}/%{_datadir}/apps/solid/actions/
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/apps/solid/actions/


%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.9.1-3
- (1990b62) Disable gnome support to avoid mising GTK2 and GTK3 libraries



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9705 |14cu|barbie_seahorse_adventures-1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           barbie_seahorse_adventures
Version:        1.1
Release:        1
Summary:        You are a seahorse and you want to go to the moon!
License:        GPLv2
Group:          Games/Arcade
Url:            http://www.imitationpickles.org/barbie/
Source0:        http://www.imitationpickles.org/barbie/files/barbie-1.1.tgz
Source1:        %{name}.sh
Source2:        %{name}.desktop
Source3:        %{name}.appdata.xml
BuildRequires:  dos2unix
Requires:       python
Requires:       pygame

BuildArch:      noarch

%description
You are a seahorse and you want to go to the moon!
When you play - make sure to check out all 3 phases
- Jungle, Volcano, and Moon.


%files
%doc *.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_appdatadir}/%{name}.appdata.xml
%{_datadir}/icons/hicolor/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}
#-------------------------------------------------------------
%prep
%setup -qn barbie-%{version}

# clean
rm -f data/REMOVE_ME.txt data/sample.txt lib/pgu/LICENSE.txt
find . -name "*.py" -exec dos2unix "{}" "+"

%build

%install
# install wrapper
install -Dm 0755 %{SOURCE1} %{buildroot}%{_bindir}/%{name}

# install tree
mkdir -p %{buildroot}%{_datadir}/%{name}/{data,lib}
for d in data lib ; do
    cp -a $d %{buildroot}%{_datadir}/%{name}
done

# install files
install -Dm 0644 *.ini %{buildroot}%{_datadir}/%{name}

for f in create-upload leveledit run_game tileedit ; do
    install -Dm 0555 ${f}.py %{buildroot}%{_datadir}/%{name}
done

for f in preview pyweek-upload ; do
    install -Dm 0644 ${f}.py %{buildroot}%{_datadir}/%{name}
done

# install icons
for i in 32 64 128 ; do
    install -Dm 0644 icon${i}.png %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
done
install -Dm 0644 icon64.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

# install Desktop file
install -Dm 0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop

# install appdata
install -Dm 0644 %{SOURCE3} %{buildroot}%{_appdatadir}/%{name}.appdata.xml

# fix attr
pushd %{buildroot}%{_datadir}/%{name}
chmod 0755 {tileedit,create-upload,run_game,leveledit}.py
popd


%changelog

* Fri Apr 07 2017 abfonly <abfonly@gmail.com> 1.1-1
- (edbe685) Updated barbie_seahorse_adventures.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9706 |14cu|barcode-0.99-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNU barcode
Name:		barcode
Version:	0.99
Release:	1
License:	GPLv2+
Group:		Publishing
Source:		ftp://ftp.gnu.org/gnu/barcode/%name-%{version}.tar.xz
Patch0:		barcode-0.98-fix-str-fmt.patch
URL:		http://gnu.systemy.it/software/barcode

%description
This is GNU-barcode.
The package is meant to solve most needs in barcode creation with a
conventional printer. It can create printouts for the conventional
product tagging standards: UPC-A, UPC-E, EAN-13, EAN-8, ISBN, as well
as a few other formats. Ouput is generated as either Postscript or
Encapsulated Postscript (other back-ends may be added if needed).

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std
rm -f %{buildroot}/usr/bin/sample

%files
%doc COPYING ChangeLog README TODO
%{_bindir}/barcode
%{_datadir}/info/*

%changelog
* Mon Jan 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.99-1
+ Revision: 0d4fc81
- Updated to 0.99



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9707 |14cu|bashdb-4.4_0.92-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 4.4-0.92
%define git 20141214

%define __noautoreq '/bin/echo'

Summary:	BASH debugger, the BASH symbolic debugger
Name:		bashdb
Version:	4.4_0.92
Release:	1
License:	GPLv2+
Group:		Development/Tools
Url:		http://bashdb.sourceforge.net/
Source0:	http://downloads.sourceforge.net/bashdb/%{name}-%{oversion}.tar.bz2
BuildRequires:	bash
BuildRequires:	texinfo
BuildRequires:	texi2html
Requires:	bash
Requires:	coreutils
BuildArch:	noarch

%description
The Bash Debugger Project is a source-code debugger for bash,
which follows the gdb command syntax.
The purpose of the BASH debugger is to check
what is going on “inside” a bash script, while it executes:
    * Start a script, specifying conditions that might affect its behavior.
    * Stop a script at certain conditions (break points).
    * Examine the state of a script.
    * Experiment, by changing variable values on the fly.
The 4.0 series is a complete rewrite of the previous series.
Bashdb can be used with ddd: ddd --debugger %{_bindir}/%{name} <script-name>.

%files
%doc doc/*.html AUTHORS ChangeLog COPYING NEWS README THANKS
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_mandir}/man1/%{name}.1*
%{_infodir}/%{name}.info.*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{oversion}

%build
%configure2_5x
%make

%install
%makeinstall_std

chmod +x %{buildroot}%{_datadir}/%{name}/getopts_long.sh

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 4.4_0.92-1
- (1511aaf) Merge pull request #1 from import/bashdb:rosa2016.1
- (1511aaf) Updated to 4.4_0.92



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9708 |14cu|batik-1.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Scalable Vector Graphics for Java
Name:		batik
Version:	1.8
Release:	2
Epoch:		0
Group:		Development/Java
License:	Apache License
URL:		http://xml.apache.org/batik/
Source0:	%{name}-src-%{version}.zip
Source1:	%{name}.squiggle.script
Source2:	%{name}.svgpp.script
Source3:	%{name}.ttf2svg.script
Source4:	%{name}.rasterizer.script
Source5:	%{name}.slideshow.script
Source6:	%{name}-squiggle.desktop
Patch1:		%{name}-manifests.patch
Patch2:		%{name}-policy.patch
Requires:	rhino >= 0:1.5
Requires:	xml-commons-jaxp-1.3-apis >= 0:1.3.04
BuildRequires:	ant
BuildRequires:	rhino >= 0:1.5
BuildRequires:	java-rpmbuild >= 0:1.5
BuildRequires:	xerces-j2
BuildRequires:	jython
BuildRequires:	java-javadoc
BuildRequires:	rhino-javadoc
BuildRequires:	xml-commons-jaxp-1.3-apis >= 0:1.3.04
BuildArch:	noarch

%description
Batik is a Java(tm) technology based toolkit for applications that want
to use images in the Scalable Vector Graphics (SVG) format for various
purposes, such as viewing, generation or manipulation.

%package        squiggle
Summary:        Batik SVG browser
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       jpackage-utils >= 0:1.5, xerces-j2 >= 0:2.3

%description    squiggle
The Squiggle SVG Browser lets you view SVG file, zoom, pan and rotate
in the content and select text items in the image and much more.

%package        svgpp
Summary:        Batik SVG pretty printer
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       jpackage-utils >= 0:1.5, xerces-j2 >= 0:2.3

%description    svgpp
The SVG Pretty Printer lets developers "pretty-up" their SVG files and
get their tabulations and other cosmetic parameters in order. It can
also be used to modify the DOCTYPE declaration on SVG files.

%package        ttf2svg
Summary:        Batik SVG font converter
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       jpackage-utils >= 0:1.5

%description    ttf2svg
The SVG Font Converter lets developers convert character ranges from
the True Type Font format to the SVG Font format to embed in SVG
documents. This allows SVG document to be fully self-contained be
rendered exactly the same on all systems.

%package        rasterizer
Summary:        Batik SVG rasterizer
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       jpackage-utils >= 0:1.5, xerces-j2 >= 0:2.3

%description    rasterizer
The SVG Rasterizer is a utility that can convert SVG files to a raster
format. The tool can convert individual files or sets of files, making
it easy to convert entire directories of SVG files. The supported
formats are JPEG, PNG, and TIFF, however the design allows new formats
to be added easily.

%package        slideshow
Summary:        Batik SVG slideshow
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       jpackage-utils >= 0:1.5, xerces-j2 >= 0:2.3

%description    slideshow
Batik SVG slideshow.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%package        demo
Summary:        Demo for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description    demo
Demonstrations and samples for %{name}.

%prep
%setup -q
# %patch1 -p1
%patch2 -p1
rm -f `find -name readOnly.png`
rm -f `find -name properties`


%build
export CLASSPATH
export OPT_JAR_LIST=:
%{ant} all-jar \
        javadoc \
        svg-pp-jar \
        svg-slideshow-jar \
        squiggle-jar \
        rasterizer-jar \
        ttf2svg-jar

%install
rm -rf %{buildroot}

# jars
mkdir -p %{buildroot}%{_javadir}
cp -p %{name}-%{version}/lib/%{name}-all-%{version}.jar \
	%{name}-%{version}/batik-rasterizer-%{version}.jar \
        %{name}-%{version}/batik-slideshow-%{version}.jar \
        %{name}-%{version}/batik-squiggle-%{version}.jar \
        %{name}-%{version}/batik-svgpp-%{version}.jar \
        %{name}-%{version}/batik-ttf2svg-%{version}.jar \
        %{buildroot}%{_javadir}

pushd %{buildroot}%{_javadir}
  for jar in *-%{version}*;
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`;
  done
popd

# scripts
mkdir -p %{buildroot}%{_bindir}
cp -p %{SOURCE1} %{buildroot}%{_bindir}/squiggle
cp -p %{SOURCE2} %{buildroot}%{_bindir}/svgpp
cp -p %{SOURCE3} %{buildroot}%{_bindir}/ttf2svg
cp -p %{SOURCE4} %{buildroot}%{_bindir}/rasterizer
cp -p %{SOURCE5} %{buildroot}%{_bindir}/slideshow

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr %{name}-%{version}/docs/javadoc/* \
  %{buildroot}%{_javadocdir}/%{name}-%{version} || :
rm -rf %{name}-%{version}/docs/javadoc
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# demo
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr contrib resources samples test-resources test-sources \
  %{buildroot}%{_datadir}/%{name}

chmod 755 %{buildroot}%{_datadir}/%{name}/contrib/rasterizertask/build.sh
chmod 755 %{buildroot}%{_datadir}/%{name}/contrib/charts/convert.sh

%files
%doc KEYS LICENSE MAINTAIN NOTICE README
%{_javadir}/%{name}-all*.jar

%files squiggle
%{_javadir}/%{name}-squiggle*.jar
%attr(0755,root,root) %{_bindir}/squiggle

%files svgpp
%{_javadir}/%{name}-svgpp*.jar
%attr(0755,root,root) %{_bindir}/svgpp

%files ttf2svg
%{_javadir}/%{name}-ttf2svg*.jar
%attr(0755,root,root) %{_bindir}/ttf2svg

%files rasterizer
%{_javadir}/%{name}-rasterizer*.jar
%attr(0755,root,root) %{_bindir}/rasterizer

%files slideshow
%{_javadir}/%{name}-slideshow*.jar
%attr(0755,root,root) %{_bindir}/slideshow

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%files demo
%{_datadir}/%{name}



%changelog

* Sat May 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.8-2
- (bee2326) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9709 |14cu|battleships-2.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bs
%define _appdatadir %{_datadir}/appdata

Name:           battleships
Version:        2.10
Release:        1
Summary:        Battleships solitaire game with a color interface
License:        BSD
Group:          Games/Strategy
Url:            http://www.catb.org/~esr/bs/
Source0:        http://www.catb.org/~esr/%{oname}/%{oname}-%{version}.tar.gz
Patch0:          battleships-appdata.patch
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(ncurses)


%description
The classic game of Battleships against the computer. Uses character-cell
graphics with a visual point-and-shoot interface. If you're using an xterm
under Linux the mouse will work.

%files
%doc COPYING NEWS README
%{_bindir}/%{oname}
%{_mandir}/man6/%{oname}.6*
%{_appdatadir}/*.xml
%{_datadir}/applications/%{oname}.desktop
%{_iconsdir}/hicolor/
#----------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{oname}.desktop 


%changelog

* Sat Aug 20 2016 abfonly <abfonly@gmail.com> 2.10-1
- (2cc0fba) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9710 |14cu|bcfg2-1.3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bcfg2
Version:	1.3.6
Release:	1
Summary:	A configuration management system
Group:		System/Base
License:	BSD
URL:		http://bcfg2.org
Source0:	ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-%{version}.tar.gz
Source1:	ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-%{version}.tar.gz.gpg
BuildArch:	noarch
Requires(post):	rpm-helper
Requires(preun):	rpm-helper

BuildRequires:	python-setuptools
BuildRequires:	python-lxml
Requires:	python-lxml

%description
Bcfg2 helps system administrators produce a consistent, reproducible,
and verifiable description of their environment, and offers
visualization and reporting tools to aid in day-to-day administrative
tasks. It is the fifth generation of configuration management tools
developed in the Mathematics and Computer Science Division of Argonne
National Laboratory.

It is based on an operational model in which the specification can be
used to validate and optionally change the state of clients, but in a
feature unique to bcfg2 the client's response to the specification can
also be used to assess the completeness of the specification. Using
this feature, bcfg2 provides an objective measure of how good a job an
administrator has done in specifying the configuration of client
systems. Bcfg2 is therefore built to help administrators construct an
accurate, comprehensive specification.

Bcfg2 has been designed from the ground up to support gentle
reconciliation between the specification and current client states. It
is designed to gracefully cope with manual system modifications.

Finally, due to the rapid pace of updates on modern networks, client
systems are constantly changing; if required in your environment,
Bcfg2 can enable the construction of complex change management and
deployment strategies.

%files
%doc examples COPYRIGHT README
%{_mandir}/man1/bcfg2.1*
%{_mandir}/man5/bcfg2*.5*
%ghost %attr(600,root,root) %config(noreplace) %{_sysconfdir}/bcfg2.cert
%ghost %attr(600,root,root) %config(noreplace) %{_sysconfdir}/bcfg2.conf
%config(noreplace) %{_sysconfdir}/sysconfig/bcfg2
%{_sysconfdir}/cron.daily/bcfg2
%{_sysconfdir}/cron.hourly/bcfg2
%{_initrddir}/bcfg2
%{_sbindir}/bcfg2
%{_libexecdir}/bcfg2-cron
%dir %{_var}/cache/bcfg2
%{python_sitelib}/Bcfg2*.egg-info
%dir %{python_sitelib}/Bcfg2
%{python_sitelib}/Bcfg2/__init__.*
%{python_sitelib}/Bcfg2/Client
%{python_sitelib}/Bcfg2/Logger.*
%{python_sitelib}/Bcfg2/Options.*
%{python_sitelib}/Bcfg2/Proxy.*
%{python_sitelib}/Bcfg2/SSLServer.*
%{python_sitelib}/Bcfg2/Statistics.*
%{python_sitelib}/Bcfg2/Cache.*
%{python_sitelib}/Bcfg2/Compat.*
%{python_sitelib}/Bcfg2/Encryption.*
%{python_sitelib}/Bcfg2/Reporting
%{python_sitelib}/Bcfg2/Utils.*
%{python_sitelib}/Bcfg2/manage.*
%{python_sitelib}/Bcfg2/settings.*
%{python_sitelib}/Bcfg2/version.*

#-----------------------------------------------------------------------

%package server
Summary:	Configuration management server
Group:		System/Base
Requires:	bcfg2 = %{version}-%{release}
Requires:	sendmail
Requires:	openssl
Requires:	python-gamin
Requires:	python-genshi
Requires:	python-cheetah
Requires:	graphviz
Requires(post):	rpm-helper
Requires(preun): rpm-helper

%description server
Configuration management server

%files server
%{_mandir}/man8/bcfg2*.8*
%ghost %attr(600,root,root) %config(noreplace) %{_sysconfdir}/bcfg2.key
%config(noreplace) %{_sysconfdir}/sysconfig/bcfg2-server
%{_initrddir}/bcfg2-server
%{_datadir}/bcfg2
%{_sbindir}/bcfg2-*
%dir %{_var}/lib/bcfg2
%{python_sitelib}/Bcfg2/Server

#-----------------------------------------------------------------------

%package doc
Summary:	Documentation for Bcfg2
Group:		Development/Other

BuildRequires:	python-sphinx
BuildRequires:	python-docutils

%description doc
Documentation for Bcfg2.

%files doc
%doc %{_defaultdocdir}/bcfg2-doc-%{version}%{?_pre:pre%{_pre}}

#-----------------------------------------------------------------------
%prep
%setup -q -n %{name}-%{version}%{?_rc:rc%{_rc}}

# fixup some paths
perl -pi -e 's@/etc/default@%{_sysconfdir}/sysconfig@g' debian/bcfg2.init
perl -pi -e 's@/etc/default@%{_sysconfdir}/sysconfig@g' debian/bcfg2-server.init
perl -pi -e 's@/etc/default@%{_sysconfdir}/sysconfig@g' tools/bcfg2-cron

perl -pi -e 's@/usr/lib/bcfg2@%{_libexecdir}@g' debian/bcfg2.cron.daily
perl -pi -e 's@/usr/lib/bcfg2@%{_libexecdir}@g' debian/bcfg2.cron.hourly

# don't start servers by default
perl -pi -e 's@chkconfig: (\d+)@chkconfig: -@' debian/bcfg2.init
perl -pi -e 's@chkconfig: (\d+)@chkconfig: -@' debian/bcfg2-server.init

# get rid of extraneous shebangs
for f in `find src/lib -name \*.py`
do
    sed -i -e '/^#!/,1d' $f
done

%build
python -c 'import setuptools; execfile("setup.py")' build
python -c 'import setuptools; execfile("setup.py")' build_sphinx

%install
python -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}

mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sysconfdir}/cron.daily
mkdir -p %{buildroot}%{_sysconfdir}/cron.hourly
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_libexecdir}
mkdir -p %{buildroot}%{_var}/lib/bcfg2
mkdir -p %{buildroot}%{_var}/cache/bcfg2
mkdir -p %{buildroot}%{_defaultdocdir}/bcfg2-doc-%{version}%{?_pre:pre%{_pre}}

mv %{buildroot}%{_bindir}/bcfg2* %{buildroot}%{_sbindir}

install -m 755 debian/bcfg2.init %{buildroot}%{_initrddir}/bcfg2
install -m 755 debian/bcfg2-server.init %{buildroot}%{_initrddir}/bcfg2-server
install -m 755 debian/bcfg2.cron.daily %{buildroot}%{_sysconfdir}/cron.daily/bcfg2
install -m 755 debian/bcfg2.cron.hourly %{buildroot}%{_sysconfdir}/cron.hourly/bcfg2
install -m 755 tools/bcfg2-cron %{buildroot}%{_libexecdir}/bcfg2-cron

install -m 644 debian/bcfg2.default %{buildroot}%{_sysconfdir}/sysconfig/bcfg2
install -m 644 debian/bcfg2-server.default %{buildroot}%{_sysconfdir}/sysconfig/bcfg2-server

touch %{buildroot}%{_sysconfdir}/bcfg2.cert
touch %{buildroot}%{_sysconfdir}/bcfg2.conf
touch %{buildroot}%{_sysconfdir}/bcfg2.key

mv build/sphinx/html/* %{buildroot}%{_defaultdocdir}/bcfg2-doc-%{version}%{?_pre:pre%{_pre}}

%post
%_post_service bcfg2

%preun
%_preun_service bcfg2

%post server
%_post_service bcfg2-server

%preun server
%_preun_service bcfg2-server

%changelog

* Thu Aug 25 2016 alzim <alzim@bk.ru> 1.3.6-1
- (23aeda7) Merge pull request #2 from import/bcfg2:rosa2016.1
- (23aeda7) Updated to 1.3.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9711 |14cu|bchunk-1.2.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CD image format conversion from bin/cue to iso/cdr
Name:		bchunk
Version:	1.2.0
Release:	9
License:	GPLv2+
Group:		Archiving/Other
Url:		http://hes.iki.fi/bchunk
Source0:	%{name}-%{version}.tar.bz2

%description
This is a Unix/C rewrite of the fine BinChunker software for
some non-Unix system. The non-Unix version of BinChunker
can be found at http://home.ptd.net/~redline/binchunker.html .
Thanks go to Bob Marietta <marietrg@SLU.EDU>, the author of
BinChunker, for the extensive help, documentation and letting me
look at his Pascal/Delphi source code!

binchunker converts a CD image in a ".bin / .cue" format
(sometimes ".raw / .cue") to a set of .iso and .cdr tracks.

The bin/cue format is used by some non-Unix cd-writing
software, but is not supported on most other cd-writing
programs.

The .iso track contains an ISO file system, which can be
mounted through a loop device on Linux systems, or
written on a CD-R using cdrecord.

The .cdr tracks are in the native CD audio format. They can
be either written on a CD-R using cdrecord -audio, or converted
to WAV (or any other sound format for that matter) using
sox.

%files
%doc COPYING README bchunk-%{version}.lsm
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
install -m 755 -d %{buildroot}%{_bindir}
install -m 755 bchunk %{buildroot}%{_bindir}


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-9
- (555d52c) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9712 |14cu|bcrypt-1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A lightweight blowfish file encryption utility
Name:		bcrypt
Version:	1.1
Release:	9
License:	BSD
Group:		Archiving/Other
Url:		http://bcrypt.sourceforge.net/index.html
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.1.bz2
BuildRequires:	pkgconfig(zlib)

%description
bcrypt is a blowfish file encryption utility which aims for cross-platform
portability. In addition to providing 448-bit encryption, bcrypt can overwrite
input files with random garbage before deletion in order to make low-level
data recovery much more difficult.

%files
%doc README LICENSE
%{_bindir}/*
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
install -m755 bcrypt -D %{buildroot}%{_bindir}/bcrypt
install -m644 %{SOURCE1} -D %{buildroot}%{_mandir}/man1/%{name}.1.bz2


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-9
- (ca2e14f) Build with system optflags to fix debug package
- (ca2e14f) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9713 |14cu|bea-stax-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define api_version     1.0.1

Name:           bea-stax
Version:        1.2.0
Release:        4
Epoch:          0
Summary:        Streaming API for XML
License:        Apache License
Group:          Development/Java
URL:            http://dev2dev.bea.com/technologies/stax/index.jsp
Source0:        http://dist.codehaus.org/stax/distributions/stax-src-1.2.0.zip
Patch0:         %{name}-ecj-bootclasspath.patch
BuildRequires:  ant
BuildArch:      noarch
BuildRequires:  java-devel >= 0:1.4.2
BuildRequires:  java-rpmbuild >= 0:1.6
Requires:       jpackage-utils >= 0:1.6
Requires:       %{name}-api = %{epoch}:%{version}-%{release}

%description
The Streaming API for XML (StAX) is a groundbreaking 
new Java API for parsing and writing XML easily and 
efficiently. 

%package api
Summary:        The StAX API
Group:          Development/Java
%description api
%{summary}

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}

%prep
%setup -q -c
%patch0 -p0
perl -pi -e 's/source="1\.2" target="1\.2"/source="1.3" target="1.3"/g' build.xml
perl -pi -e 's/<javac/<javac nowarn="true"/g' build.xml

%build
export OPT_JAR_LIST=:
export CLASSPATH=`pwd`/build/stax-api-1.0.1.jar
%{ant} all javadoc

%install

# jar
install -d -m 0755 %{buildroot}%{_javadir}
install -p -m 0644 build/stax-api-%{api_version}.jar %{buildroot}%{_javadir}/%{name}-api-%{version}.jar
install -p -m 0644 build/stax-%{version}-dev.jar %{buildroot}%{_javadir}/%{name}-ri-%{version}.jar
ln -s %{name}-api-%{version}.jar %{buildroot}%{_javadir}/%{name}-api.jar
ln -s %{name}-ri-%{version}.jar %{buildroot}%{_javadir}/%{name}-ri.jar

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # ghost symlink

%files
%{_javadir}/%{name}-ri-%{version}.jar
%{_javadir}/%{name}-ri.jar

%files api
%{_javadir}/%{name}-api-%{version}.jar
%{_javadir}/%{name}-api.jar

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.2.0-4
- (e99e09f) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9714 |14cu|bedup-0.10.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bedup
Version:	0.10.1
Release:	1
Summary:	Deduplication for Btrfs
Url:		https://github.com/g2p/bedup
License:	GPLv2
Group:		System/Kernel and hardware
Source:		https://github.com/g2p/bedup/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires:	python3-devel
BuildRequires:	python3-cffi
BuildRequires:	python3-cparser
BuildRequires:	python3-distribute
BuildRequires:	btrfs-devel

Requires:	python3-cparser
Requires:	python3-markupsafe

%description
bedup looks for new and changed files, making sure that multiple copies
of identical files share space on disk. It integrates deeply with btrfs
so that scans are incremental and low-impact.

%prep
%setup

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root=%{buildroot} --install-lib %{py3_puresitedir}
 
%files
%{_bindir}/%{name}
%{py3_puresitedir}/%{name}/
%{py3_puresitedir}/%{name}-%{version}-*.egg-info

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 0.10.1-1
- (d6685fe) Merge pull request #1 from import/bedup:rosa2016.1
- (d6685fe) Updated to 0.10.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9715 |14cu|beret-1.2.1-0.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           beret
Version:        1.2.1
Release:        0.1
Summary:        2D puzzle-platformer starring a telekinetic scientist
Group:          Games/Arcade
License:        LGPLv2
Url:            http://kiwisauce.com/beret
# git clone https://gitorious.org/beret/beret.git beret-1.2.1 && tar czf beret-1.2.1.tar.gz beret-1.2.1
Source0:        %{name}-%{version}.tar.gz
Patch0:         math_lib.patch
Patch1:         beret-1.2.1-config-paths.patch

BuildRequires:  icoutils
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(SDL_image)
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  pkgconfig(SDL_ttf)
Requires:       %{name}-data >= %{EVRD}

%description
Beret is a 2D puzzle-platformer game about a scientist named Beret
who has gained telekinetic abilities through his research at the Evil
Corporation. He decides that the Evil Corporation is too evil for his
liking, and begins his solitary quest to overthrow the corporation
and punish the evil deeds of his employers.

%package data
Summary:        Data files for the Beret game
BuildArch:      noarch
Group:          Games/Arcade

%description data
This package contains arch-independent data needed by the game Beret,
whose binary is shipped in the %{name} package.

%prep
%setup -q 
%patch0 -p1
%patch1 -p1

%build
%make OPTFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
install -D -m755 %{name} %{buildroot}%{_gamesbindir}/%{name}

install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -a images music rooms sfx AveriaSans-Regular.ttf \
    %{buildroot}%{_gamesdatadir}/%{name}

install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=Beret
GenericName=Puzzle platformer
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;LogicGame;
EOF

icotool -x images/icon.ico
install -D -m644 icon_3_32x32x8.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%files
%doc lgpl-3.0.txt FONTLOG.txt README.txt OFL.txt
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%files data
%doc lgpl-3.0.txt FONTLOG.txt README.txt OFL.txt
%{_gamesdatadir}/%{name}/




%changelog
* Sun Jan 25 2015 abfonly <abfonly@gmail.com> 1.2.1-0.1
+ Revision: ca8b327
- Log: new git 1.2.1, switch to pkgconfig style, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9716 |14cu|berusky-1.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dversion 1.7

Summary:	Sokoban clone
Name:		berusky
Version:	1.7.1
Release:	1
License:	GPLv2+
Group:		Games/Puzzles
Url:		http://www.anakreon.cz/
Source0:	http://www.anakreon.cz/download/%{name}-%{version}.tar.gz
Source1:	berusky.png
Patch0:		berusky-paths.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
Requires:	%{name}-data >= %{dversion}

%description
Berusky is a 2D logic game based on an ancient puzzle named Sokoban.

An old idea of moving boxes in a maze has been expanded with new logic
items such as explosives, stones, special gates and so on.
In addition, up to five bugs can cooperate and be controlled by the player.

This package contains a binary for the game.

%files
%doc AUTHORS ChangeLog README TODO
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

touch config.rpath ABOUT-NLS
sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -e 's,AM_PROG_CC_STDC,AC_PROG_CC,g' configure.*

%build
%configure2_5x
%make

%install
%makeinstall_std

# Remove docs from a wrong directory
rm -rf %{buildroot}%{_prefix}/doc

# Install icon
install -D -p %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png

# Desktop-file
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Berusky
Comment=Rescue the bugs!
Exec=%{_gamesbindir}/%{name}
Terminal=false
Type=Application
StartupNotify=false
Icon=%{name}
Categories=Game;LogicGame;
EOF

# Move berusyk.ini to /etc
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mv %{buildroot}%{_datadir}/%{name}/%{name}.ini %{buildroot}%{_sysconfdir}/%{name}

# Remove empty %{_datadir}, and create %{_gamesdatadir} for files from berusky-data
rm -fR %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}

# Move binary to /usr/games
mv %{buildroot}%{_bindir} %{buildroot}%{_gamesbindir}


%changelog
* Sun Jan 25 2015 abfonly <abfonly@gmail.com> 1.7.1-1
+ Revision: 497b71a
- Version 1.7.1 - Fixes start-up crash on NVidia drivers.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9717 |14cu|be-shell-0-0.20150112.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20150112

Summary:	Plasma shell replacement for KDE4
Name:		be-shell
Version:	0
Release:	0.%{git}.2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://sourceforge.net/p/be-shell/
# git snapshot
Source0:	%{name}-code-%{git}.tar.bz2
Source1:	be-shell-off
Source2:	be-shell-on
Patch0:		be-shell-code-20150112-startup-service.patch
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xrender)
Requires:	kdebase4-workspace >= 2:4.11.15-4
Conflicts:	kdebase4-workspace < 2:4.11.15-4
Requires(post,preun):	update-alternatives

%description
Plasma shell replacement for KDE4. The focus is on control and understanding.

Use be-shell-on command to switch from Plasma to BE::Shell.

Use be-shell-off command to switch from BE::Shell to Plasma.

See http://sourceforge.net/p/be-shell/wiki/Home/ for more instructions.

%files -f be.shell.lang
%doc COPYING README
%{_kde_bindir}/be.shell
%{_kde_bindir}/be-shell-off
%{_kde_bindir}/be-shell-on
%dir %{_kde_datadir}/%{name}
%{_kde_datadir}/%{name}/*

%post
%{_sbindir}/update-alternatives --install %{_kde_autostart}/krunner-alt.desktop krunner.desktop %{_kde_datadir}/%{name}/autostart/krunner.desktop 5
%{_sbindir}/update-alternatives --install %{_kde_autostart}/plasma-desktop-alt.desktop plasma-desktop.desktop %{_kde_datadir}/%{name}/autostart/plasma-desktop.desktop 5
%{_sbindir}/update-alternatives --install %{_kde_autostart}/be.shell-alt.desktop be.shell.desktop %{_kde_datadir}/%{name}/autostart/be.shell-on.desktop 5
%{_sbindir}/update-alternatives --install %{_kde_autostart}/be.shell-alt.desktop be.shell.desktop %{_kde_datadir}/%{name}/autostart/be.shell-off.desktop 10

%preun
if [ $1 -eq 0 ]; then
    %{_sbindir}/update-alternatives --remove krunner.desktop %{_kde_datadir}/%{name}/autostart/krunner.desktop
    %{_sbindir}/update-alternatives --remove plasma-desktop.desktop %{_kde_datadir}/%{name}/autostart/plasma-desktop.desktop
    %{_sbindir}/update-alternatives --remove be.shell.desktop %{_kde_datadir}/%{name}/autostart/be.shell-on.desktop
    %{_sbindir}/update-alternatives --remove be.shell.desktop %{_kde_datadir}/%{name}/autostart/be.shell-off.desktop
fi

#--------------------------------------------------------------------

%prep
%setup -qn %{name}-code-%{git}
%patch0 -p1

%build
%cmake_kde4

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_kde_datadir}/%{name}/autostart
install -m 0644 krunner.desktop %{buildroot}%{_kde_datadir}/%{name}/autostart/krunner.desktop
install -m 0644 plasma-desktop.desktop %{buildroot}%{_kde_datadir}/%{name}/autostart/plasma-desktop.desktop
mv %{buildroot}%{_kde_autostart}/be.shell.desktop %{buildroot}%{_kde_datadir}/%{name}/autostart/be.shell-on.desktop
cp %{buildroot}%{_kde_datadir}/%{name}/autostart/be.shell-on.desktop %{buildroot}%{_kde_datadir}/%{name}/autostart/be.shell-off.desktop
sed s,"Hidden=false","Hidden=true",g -i %{buildroot}%{_kde_datadir}/%{name}/autostart/be.shell-off.desktop

cp -r examples %{buildroot}%{_kde_datadir}/%{name}/
cp -r scripts %{buildroot}%{_kde_datadir}/%{name}/
cp -r wallpaper %{buildroot}%{_kde_datadir}/%{name}/

install -m 0755 %{SOURCE1} %{buildroot}%{_kde_bindir}/be-shell-off
install -m 0755 %{SOURCE2} %{buildroot}%{_kde_bindir}/be-shell-on

%find_lang be.shell


%changelog
* Tue Jan 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0-0.20150112.2
+ Revision: 0abd4b7
- Add be-shell-off and be-shell-on scripts



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9718 |14cu|bib2xhtml-3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	bib2xhtml
%define version	3.0
%define release	1

%define bstdir /usr/share/texmf/bibtex/bst/bib2xhtml

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	A program for converting BibTeX files into XHTML 1.0
License:	GPL 
Group:		Publishing
Url:		http://www.spinellis.gr/sw/textproc/bib2xhtml/
Source:		http://www.spinellis.gr/sw/textproc/bib2xhtml/%{name}-v%{version}.tar.gz
BuildRequires:	perl
Requires:	tetex
Requires:	perl(PDF::API2)
BuildArch:	noarch

%description
bib2xhtml is a program that converts BibTeX files into HTML
(specifically XHTML 1.0). The conversion is mostly done by specialized
BibTeX style files derived from converted bibliography style
templates. This ensures that the original BibTeX styles are faithfully
reproduced. Some postprocessing is performed by Perl code.

%prep
%setup -qn %{name}-v%{version}
# fix encoding
perl -pi -e 'tr/\r//d' *.html *.bib bib2xhtml

%build
perl gen-bst

%install
install -m 755 -d %{buildroot}%{_bindir} 
install -m 755 -d %{buildroot}%{_mandir}/man1
install -m 755 -d %{buildroot}%{bstdir}
install -m 755 bib2xhtml %{buildroot}%{_bindir}
install -m 644 bib2xhtml.man %{buildroot}%{_mandir}/man1/bib2xhtml.1
install -m 644 *.bst %{buildroot}%{bstdir}

%post
texhash

%postun
rm -rf %bstdir
texhash


%files
%doc ChangeLog COPYING *.html *.txt *.pdf example.bib
%{_bindir}/bib2xhtml
%{_mandir}/man1/bib2xhtml.1.*
%{bstdir}/*




%changelog
* Sun Jan 25 2015 abfonly <abfonly@gmail.com> 3.0-1
+ Revision: ca29d9b
- Merge pull request #1 from abfonly/bib2xhtml:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9719 |14cu|bibletime-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}

Summary:	Easy to use Bible study tool
Name:		bibletime
Version:	2.10.1
Release:	2
License:	GPLv2+
Group:		Text tools
Url:		http://www.bibletime.info/
Source0:	http://garr.dl.sourceforge.net/project/bibletime/BibleTime%202/BibleTime%202%20source%20code/%{name}-%{version}.tar.xz
Patch0:		bibletime-2.10.1-qt5-printsupport.patch
Patch1:		bibletime-2.10.1-qt55.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	qt5-linguist-tools
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libclucene-core) >= 2.0
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(sword) >= 1.7.0
Requires:	sword >= 1.7.0

%description
BibleTime is a free and easy to use bible study tool built with QT.

BibleTime provides easy handling of digitized texts (Bibles, commentaries
and lexicons) and powerful features to work with these texts (search in
texts, write own notes, save, print etc.). Bibletime is a frontend for
the SWORD Bible Framework.

%files -f %{name}.lang
%doc ChangeLog LICENSE README
%{_bindir}/bibletime
%{_datadir}/applications/bibletime.desktop
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/docs/
%dir %{_datadir}/%{name}/docs/handbook/
%dir %{_datadir}/%{name}/docs/howto/
%{_datadir}/%{name}/display-templates/
%{_datadir}/%{name}/javascript/
%{_datadir}/%{name}/license/
%{_datadir}/%{name}/icons/
%{_datadir}/%{name}/locale/
%{_datadir}/%{name}/pics/
%{_datadir}/icons/bibletime.svg
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/bibletime.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_qt5 \
	-DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_EXE_LINKER_FLAGS="-lQt5PrintSupport"
%make

%install
%makeinstall_std -C build

desktop-file-install \
	--dir=%{buildroot}%{_datadir}/applications \
	--add-category="Office" \
	--add-category="TextTools" \
	--add-category="Utility" \
	%{buildroot}%{_datadir}/applications/*.desktop

# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size pics/icons/bibletime.svg \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

# install manpages
install -Dm644 docs/manpages/bibletime.1 %{buildroot}%{_mandir}/man1/bibletime.1

# fix language pathnames
mv %{buildroot}%{_datadir}/%{name}/locale/bibletime_ui_pt_{br,BR}.qm || :
mv %{buildroot}%{_datadir}/%{name}/docs/howto/pt-{br,BR} || :

%find_lang %{name} || touch %{name}.lang

BT_DOC_DIR=%{_datadir}/%{name}/docs
for doctype in handbook howto ; do
	for lang_dir in %{buildroot}/$BT_DOC_DIR/$doctype/* ; do
		lang=$(basename $lang_dir)
		echo "%lang($lang) $BT_DOC_DIR/$doctype/$lang/*" >> %{name}.lang
	done
done


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.10.1-2
- (4e3c16a) Add patches to fix build with Qt 5.5+



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9720 |14cu|bibtex2html-1.98-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A Tool for translating from BibTeX to HTML
Name:		bibtex2html
Version:	1.98
Release:	2
License:	GPLv2+
Group:		Publishing
Url:		http://www.lri.fr/~filliatr/bibtex2html
Source0:	http://www.lri.fr/~filliatr/ftp/bibtex2html/%{name}-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	hevea
BuildRequires:	tetex-latex
BuildRequires:	tetex-dvips
BuildRequires:	tetex-cmsuper
BuildRequires:	texlive
BuildRequires:	texlive-collection-langgerman

%description
bibtex2html is a collection of tools for translating bibliographies
in BibTeX format to HTML. Here are some of these tools' more important
features:

* Handle any BibTeX style (even those producing multiple bibliographies);
* Use additional fields like abstract, url, ps, etc. to insert web links;
* Crossrefs are also replaced by links;
* Sort by dates or authors, in increasing or decreasing order;
* Read simple macros in TeX or LaTeX files;
* Show syntax errors in BibTeX files;
* Extract from one or several BibTeX files the set of entries satisfying
  a given criterion.

%files
%doc CHANGES COPYING README manual.pdf manual.html
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
# Removing unused lib from makefile
sed -i 's/-cclib -lstr//' Makefile.in

%build
%configure
%make
%make doc

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 aux2bib bib2bib bibtex2html %{buildroot}%{_bindir}
install -m 644 aux2bib.1 bib2bib.1 bibtex2html.1 %{buildroot}%{_mandir}/man1

%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.98-2
- (a686986) Build requires texlive-collection-langgerman



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9721 |14cu|bibtool-2.55-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname BibTool

Summary:	A Tool for manipulating BibTeX data bases
Name:		bibtool
Version:	2.55
Release:	3
License:	GPLv1+
Group:		Publishing
Url:		http://www.ctan.org/tex-archive/biblio/bibtex/utils/bibtool
Source0:	ftp://ctan.tug.org/tex-archive/biblio/bibtex/utils/bibtool/%{oname}-%{version}.tar.gz
Patch0:		BibTool-2.51-regex.patch
BuildRequires:	texlive
BuildRequires:	texlive-collection-langgerman
BuildRequires:	texlive-collection-latexrecommended

%description
BibTeX provides an easy to use means to integrate citations and
bibliographies into LaTeX documents. But the user is left alone with
the management of the BibTeX files. The program BibTool is intended to
fill this gap. BibTool allows the manipulation of BibTeX files which
goes beyond the possibilities --- and intentions --- of BibTeX.

%files
%doc COPYING README THANKS ToDo
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}
%patch0 -p1 -b .regex
sed -i -e 's%^#!/usr/local/bin/tclsh%#! %{_bindir}/tclsh%' Tcl/bibtool.tcl
sed -i -e 's%^#!/usr/local/bin/perl%#! %{_bindir}/perl%' Perl/bibtool.pl
# configure will recreate the directory, but only with config.h within
rm -rf regex-0.12

%build
%configure2_5x
sed -i -e 's#@kpathsea_lib_static@##' makefile
%make
cd Doc
make all

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 bibtool %{buildroot}%{_bindir}
install -m 644 Lib/* %{buildroot}%{_datadir}/%{name}
install -m 644 Doc/bibtool.1 %{buildroot}%{_mandir}/man1


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.55-3
- (f2651a8) Build requires texlive-collection-langgerman



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9722 |14cu|bigloo-3.8c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define inplace `pwd`/inplace
%define __noautoprov 'devel.*'
%define __noautoreq 'devel.*'

%define devname %mklibname bigloo -d

Summary:	Compiler for the Scheme programming language
Name:		bigloo
Version:	3.8c
Release:	4
License:	GPLv2+
Group:		Development/C
Url:		http://www-sop.inria.fr/mimosa/fp/Bigloo
Source0:	ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/%{name}%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	indent
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sqlite3)
Requires:	indent

%description
Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based
programming style where C(++) is usually required. Bigloo attempts to make
Scheme practical by offering features usually presented by traditional
programming languages but ot offered by Scheme and functional programming.
Bigloo compiles Scheme modules. It delivers small and fast stand alone binary
executables. Bigloo enables full connections between Scheme and C programs.

%files
%{_bindir}/*
%dir %{_libdir}/bigloo/%{version}
%dir %{_libdir}/bigloo/%{version}/bmem
%{_libdir}/bigloo/%{version}/*.init
%{_libdir}/bigloo/%{version}/*.heap
%{_libdir}/bigloo/%{version}/bmem/*
%{_libdir}/bigloo/%{version}/bigloo_config.sch
%{_libdir}/bigloo/%{version}/runtest
%{_libdir}/bigloo/%{version}/text
%{_infodir}/*.info*
%{_mandir}/man*/*
%{_libdir}/lib*.so
%{_libdir}/bigloo/%{version}/*.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static library and header files for the Bigloo library
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	pkgconfig(openssl)
Requires:	pkgconfig(sqlite3)
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Runtime libraries for Bigloo compiled programs.

This package contains the static Bigloo library and its header files.

%files -n %{devname}
%doc Makefile.config examples
%{_libdir}/bigloo/%{version}/*.a
%{_libdir}/bigloo/%{version}/*.h
%{_libdir}/bigloo/%{version}/Makefile*

#----------------------------------------------------------------------------

%package doc
Summary:	Bigloo documentation
Group:		Documentation

%description doc
Documentation for the Bigloo compiler and integrated development environment.

%files doc
%doc manuals/*.html

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}%{version}

perl -pi -e "s|bmask=755|bmask=644|" configure

# this is needed to construct a correct soname (fugly)
perl -pi -e "s|^release=.*|release=%{version}|" configure

# fix attributes
find . -type f -perm 0640 -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;

%build
export CFLAGS="`echo %{optflags}|sed -e 's/-fomit-frame-pointer//'` -fPIC"
%setup_compile_flags
./configure \
%ifarch x86_64 amd64 athlon
	--arch=athlon \
%endif
%ifarch i586
	--arch=i586 \
%endif
%ifarch i686
	--arch=i686 \
%endif
%ifarch pentium3
	--arch=pentium3 \
%endif
%ifarch pentium4
	--arch=pentium4 \
%endif
	--prefix=%{_prefix} \
	--bindir=%{_bindir} \
	--libdir=%{_libdir} \
	--mandir=%{_mandir}/man1 \
	--infodir=%{_infodir} \
	--docdir=%{_docdir} \
	--bee=full \
	--native-default-backend \
	--emacs=/bin/true \
	--jvm=no \
	--sharedbde=yes \
	--sharedcompiler=yes \
	--coflags="$CFLAGS"

# this is needed to provide a meanful debug package
perl -pi -e "s|STRIP=.*|STRIP=/bin/true|" Makefile.config

# this is needed to construct a correct soname (fugly)
perl -pi -e "s|LDSONAME=.*|LDSONAME=-Wl,-soname|" Makefile.config

# gcc: -pg and -fomit-frame-pointer are incompatible
perl -pi -e "s|-pg||" Makefile.config

export LD_LIBRARY_PATH=`pwd`/lib/%{version}
export BIGLOOLIB=%{inplace}%{_libdir}/bigloo/%{version}
make
make DESTDIR=%{inplace} install

export PATH=`pwd`/bin:$PATH
make compile-bee

%install
export LD_LIBRARY_PATH=`pwd`/lib/%{version}
export BIGLOOLIB=%{inplace}%{_libdir}/bigloo/%{version}

make DESTDIR=%{buildroot} install
make DESTDIR=%{buildroot} install-bee
make -C manuals DESTDIR=%{buildroot} install-bee

chmod 755 %{buildroot}%{_bindir}/*
(
    cd %{buildroot}%{_libdir}
    chmod 755 bigloo/%{version}/*.so
    rm -f *.so
    mv bigloo/%{version}/*.so .

    for ext in bdl calendar fth mail multimedia pth sqlite ssl web
    do
        ln -sf libbigloo${ext}_s-%{version}.so libbigloo${ext}_u-%{version}.so
    done

    (cd bigloo/%{version}; ln -sf ../../*.so .)
)
rm -fr %{buildroot}%{_infodir}/dir
rm -fr %{buildroot}%{_datadir}/doc

perl -pi -e 's|^BOOTBINDIR=.*|BOOTBINDIR=%{_bindir}|' Makefile.config


%changelog

* Fri Mar 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.8c-4
- (4078090) Fix a typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9723 |14cu|bindgraph-0.2-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Gathers bind9 statistics
Name:		bindgraph
Version:	0.2
Release:	17
License:	GPLv2+
Group:		Networking/WWW
Url:		http://www.linux.it/~md/software/
Source0:	http://ftp.debian.org/debian/pool/main/b/bindgraph/%{name}_%{version}a.orig.tar.gz
Source1:	bindgraph.service
Source2:	bindgraph.sysconfig
Source3:	bindgraph.logrotate
Source4:	bindgraph-tmpfiles.conf
Patch0:		bindgraph-0.2-mdk_config.diff
Requires:	bind
Requires:	rrdtool
Requires:	webserver
Requires(post,preun,postun):	systemd
BuildArch:	noarch

%description
DNS statistics RRDtool frontend for BIND9 BindGraph is a very simple DNS
statistics RRDtool frontend for BIND9 that produces daily, weekly, monthly and
yearly graphs of the DNS server's activity (queries, errors, etc.).

%files
%doc ChangeLog COPYING rbldnsd.diff README
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/bindgraph.service
%config(noreplace) %{_webappconfdir}/%{name}.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/bindgraph
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/bindgraph
%attr(0755,root,root) %{_sbindir}/bindgraph
%attr(0755,root,root) %{_localstatedir}/www/cgi-bin/bindgraph.cgi
%ghost %dir %attr(0755,root,root) %{_localstatedir}/run/bindgraph
%dir %attr(0755,root,root) %{_localstatedir}/log/bindgraph
%dir %attr(0755,apache,root) %{_localstatedir}/cache/bindgraph
%dir %attr(0755,root,root) %{_localstatedir}/lib/bindgraph

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%systemd_post bindgraph.service

%preun
%systemd_preun bindgraph.service

%postun
%systemd_postun_with_restart bindgraph.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build

%install
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_tmpfilesdir}
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_localstatedir}/lib/bindgraph
install -d %{buildroot}%{_localstatedir}/run/bindgraph
install -d %{buildroot}%{_localstatedir}/log/bindgraph
install -d %{buildroot}%{_localstatedir}/cache/bindgraph
install -d %{buildroot}%{_localstatedir}/www/cgi-bin

install -m0755 bindgraph.pl %{buildroot}%{_sbindir}/bindgraph
install -m0755 bindgraph.cgi %{buildroot}%{_localstatedir}/www/cgi-bin/
install -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/bindgraph.service
install -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/bindgraph
install -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/bindgraph
install -m0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf

install -d %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
<Location /cgi-bin/bindgraph.cgi>
    Require all granted
</Location>
EOF


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2-17
- (7ae2db4) Properly handle /var/run/bindgraph



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9724 |14cu|biniax2-1.30-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Colour block logic game with original gameplay
Name:		biniax2
Version:	1.30
Release:	5
License:	ZLib
Group:		Games/Puzzles
Url:		http://biniax.com
Source0:	http://mordred.dir.bg/biniax/%{name}-%{version}-fullsrc.tar.gz
Source1:	%{name}-LICENSE
Patch0:		biniax2-1.30-optflags.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)

%description
How to play Biniax :
The gaming field is a 5x7 grid filled partially with pairs of elements.
Every pair consists of two different elements combined of four possible.
You control the box with an element inside. You can move around the field
on empty spaces. You can also remove pairs of elements, if you have the
same element as the one of the pair. When you remove the pair your element
becomes the other one element of the pair and the score is increased;
The gaming field scrolls down slowly (increasing the speed with your progress)
and your goal is to stay as long as possible on the field. Remember, that if
you cannot take the pair in front of you, the scrolling will move your block
down!

%files
%defattr(644,root,root,755)
%doc LICENSE
%attr(755,root,root) %{_gamesbindir}/%{name}*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_gamesdatadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -c
%patch0 -p1

%build
%make FLAGS="%{optflags}"

%install
cp %{SOURCE1} LICENSE

cat > %{name}.sh <<EOF
#!/bin/sh
test -d "\$HOME/.%{name}" || {
  rm -rf "\$HOME/.%{name}"
  mkdir -p "\$HOME/.%{name}"
  ln -s %{_gamesdatadir}/%{name}/data "\$HOME/.%{name}/data"
}
cd "\$HOME/.%{name}"
exec %{name}.bin
EOF

mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Biniax-2
Comment=Colour logic game
Type=Application
Exec=%{name}
Icon=%{_datadir}/pixmaps/%{name}.png
Terminal=false
Categories=Game;LogicGame;
EOF

rm -f data/Thumbs.db

install -D %{name} %{buildroot}%{_gamesbindir}/%{name}.bin
install -D -m755 %{name}.sh %{buildroot}%{_gamesbindir}/%{name}
install -D data/graphics/element3.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
cp -r data %{buildroot}%{_gamesdatadir}/%{name}/


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.30-5
- (c53789a) Build with system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9725 |14cu|bino-1.6.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Video Player with 3D and Multi-Display Video Support
Name:		bino
Version:	1.6.5
Release:	1
License:	GPLv3+
Group:		Video
Url:		http://bino3d.org
Source0:	http://mirror.lihnidos.org/GNU/savannah/bino/%{name}-%{version}.tar.xz
Source1:	bino.desktop
Source2:	https://raw.githubusercontent.com/sanjayankur31/rpmfusion-appdata/master/appdata-extra-free/desktop/bino.appdata.xml
BuildRequires:	texinfo
BuildRequires:	ffmpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(glew) >= 1.10.0
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(openal)
BuildRequires:	quadmath-devel
BuildRequires:	pkgconfig(x11)


%description
Bino is a video player with the following main features:
- Support for stereoscopic 3D video, with a wide 
   variety of input and output formats.
- Support for multi-display video, e.g. for powerwalls,
   Virtual Reality installations and
   other multi-projector setups.

%description -l ru
Bino это видеоплеер с двумя 
специальными возможностями:
* поддержка 3D видео с широким 
     спектром выходных и выходных форматов.
* поддержка многомониторного видео, 
     т.е. для стен, устройств
     виртуальной реальности и других 
     многопроекторных установок.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README.Linux COPYING
%doc doc/*.html doc/*.jpg doc/*.png
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_infodir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_appdatadir}/bino.appdata.xml
#----------------------------------------------------------------------------

%prep
%setup -q

%build
export PATH=$PATH:%{qt5bin}
export LDFLAGS="%{ldflags} -zmuldefs"
%configure2_5x \
	--disable-silent-rules

%make

%install
%makeinstall_std
desktop-file-install %{buildroot}%{_datadir}/applications/%{name}.desktop
rm -r %{buildroot}%{_docdir}/%{name}
rm -f %{buildroot}%{_infodir}/dir
rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
rm -f %{buildroot}%{_datadir}/locale/zh_cn/LC_MESSAGES/bino.mo
install -D -m644 %{SOURCE2} %{buildroot}%{_appdatadir}/bino.appdata.xml
%find_lang %{name}



%changelog

* Wed Mar 01 2017 abfonly <abfonly@gmail.com> 1.6.5-1
- (f3cf07e) Log: Update to 1.6.5
- (f3cf07e) fixes a bug that prevented Bino from working correctly in some languages
- (f3cf07e) fixes  crah on some intel video drivers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9726 |14cu|biosdevname-0.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		biosdevname
Version:	0.7.2
Release:	1
Summary:	Udev helper for naming devices per BIOS names
Group:		System/Base 
License:	GPLv2
URL:		http://linux.dell.com/files/%{name}
# SMBIOS only exists on these arches.  It's also likely that other
# arches don't expect the PCI bus to be sorted breadth-first, or of
# so, there haven't been any comments about that on LKML.
Source0:	http://linux.dell.com/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pciutils-devel
BuildRequires:	zlib-devel
BuildRequires:	udev
Requires:	udev

%description
biosdevname in its simplest form takes a kernel device name as an
argument, and returns the BIOS-given name it "should" be.  This is necessary
on systems where the BIOS name for a given device (e.g. the label on
the chassis is "Gb1") doesn't map directly and obviously to the kernel
name (e.g. eth0).

%prep
%setup -q

%build
%configure 

%make

%install
%makeinstall_std install-data

%files
%doc COPYING README
%{_prefix}/sbin/%{name}
/lib/udev/rules.d/71-biosdevname.rules
%{_mandir}/man1/%{name}.1*

%changelog

* Fri Aug 26 2016 alzim <alzim@bk.ru> 0.7.2-1
- (ba04ab5) Merge pull request #2 from import/biosdevname:rosa2016.1
- (ba04ab5) Updated to 0.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9727 |14cu|birdfont-2.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           birdfont
Version:        2.0.2
Release:        1
Summary:        A free font editor for TTF, EOT & SVG fonts
Group:          Graphics
License:        GPLv3+
URL:            http://birdfont.org
Source0:        http://birdfont.org/releases/%{name}-%{version}.tar.gz
Patch0:         birdfont-2.0.2-desktop.patch

BuildRequires:  pkgconfig(cairo)
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:  pkgconfig(gee-0.8)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(libsoup-2.4)
BuildRequires:  pkgconfig(webkitgtk-3.0)
BuildRequires:  python
BuildRequires:  vala
Requires:       unicode-ucd

%description
BirdFont is a free font editor that lets you create vector graphics and export
TTF, EOT & SVG fonts.

%prep
%setup -q
%apply_patches

%build
./configure
%{__python} scripts/linux_build.py

%install
%{__python} install.py -d%{buildroot} -n/share/man/man1

rm -f %{buildroot}%{_libdir}/libbird*.so

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}*
%{_libdir}/libbirdfont.so.*
%{_libdir}/libbirdxml.so.*
%{_datadir}/%{name}/
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/%{name}*.1*

%changelog

* Mon Apr 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-1
- (7160881) Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9728 |14cu|bitcoin-0.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname bitcoinconsensus %{major}
%define devname %mklibname bitcoinconsensus -d

Summary:	P2P Digital Currency
Name:		bitcoin
Version:	0.16.0
Release:	1
License:	MIT
Group:		Networking/Other
Url:		http://www.bitcoin.org
Source0:	https://github.com/bitcoin/bitcoin/archive/v%{version}tar.gz?/%{name}-%{version}.tar.gz
Source1:	bitcoind.service
Source2:	bitcoind-tmpfiles.conf
Patch0:		bitcoin-fix-desktop-icon-name.patch
BuildRequires:	git
BuildRequires:	imagemagick
BuildRequires:	qt5-linguist-tools
BuildRequires:	boost-devel
BuildRequires:	db5.2-devel
BuildRequires:	miniupnpc-devel
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(protobuf)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Bitcoin is a free open source peer-to-peer electronic cash system that is
completely decentralized, without the need for a central server or trusted
parties. Users hold the crypto keys to their own money and transact directly
with each other, with the help of a P2P network to check for double-spending.

Full transaction history is stored locally at each client. This requires
several GB of space, slowly growing.

#----------------------------------------------------------------------------

%package -n bitcoind
Summary:	Headless daemon for Bitcoin crypto-currency
Group:		Networking/Other
Requires(pre):	rpm-helper
Requires(post,preun,postun):	systemd

%description -n bitcoind
Bitcoin is a free open source peer-to-peer electronic cash system that is
completely decentralized, without the need for a central server or trusted
parties. Users hold the crypto keys to their own money and transact directly
with each other, with the help of a P2P network to check for double-spending.

Full transaction history is stored locally at each client. This requires
several GB of space, slowly growing.

This package provides bitcoind, headless bitcoin daemon.

%files -n bitcoind
%doc COPYING README.md
%{_mandir}/man1/bitcoind.1*
%{_bindir}/bitcoind
%dir %attr(700,bitcoin,bitcoin) %{_var}/lib/%{name}
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%{_unitdir}/bitcoind.service
%{_sbindir}/rcbitcoind
%{_tmpfilesdir}/bitcoind.conf

%pre -n bitcoind
%_pre_useradd bitcoin %{_var}/lib/%{name} /bin/false
%_pre_groupadd bitcoin

%post -n bitcoind
%systemd_post bitcoind.service
%tmpfiles_create %{_tmpfilesdir}/bitcoind.conf

%preun -n bitcoind
%systemd_preun bitcoind.service

%postun -n bitcoind
%systemd_postun

#----------------------------------------------------------------------------

%package qt
Summary:	An end-user Qt GUI for the Bitcoin crypto-currency
Group:		Networking/Other

%description qt
Bitcoin is a free open source peer-to-peer electronic cash system that is
completely decentralized, without the need for a central server or trusted
parties. Users hold the crypto keys to their own money and transact directly
with each other, with the help of a P2P network to check for double-spending.

Full transaction history is stored locally at each client. This requires
several GB of space, slowly growing.

This package provides bitcoin-qt, a GUI for Bitcoin based on Qt.

%files qt
%doc COPYING README.md
%{_bindir}/bitcoin-qt
%{_datadir}/applications/%{name}-qt.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/bitcoin-qt.1*

#----------------------------------------------------------------------------

%package tests
Summary:	Automated tests for bitcoin client
Group:		Networking/Other

%description tests
Bitcoin is a free open source peer-to-peer electronic cash system that is
completely decentralized, without the need for a central server or trusted
parties. Users hold the crypto keys to their own money and transact directly
with each other, with the help of a P2P network to check for double-spending.

Full transaction history is stored locally at each client. This requires
several GB of space, slowly growing.

This package provides automated tests for bitcoin-qt and bitcoind.

%files tests
%doc COPYING README.md
%{_bindir}/bench_bitcoin
%{_bindir}/test_bitcoin
%{_bindir}/test_bitcoin-qt

#----------------------------------------------------------------------------

%package utils
Summary:	An end-user cli for the Bitcoin crypto-currency
Group:		Networking/Other

%description utils
Bitcoin is a free open source peer-to-peer electronic cash system that is
completely decentralized, without the need for a central server or trusted
parties. Users hold the crypto keys to their own money and transact directly
with each other, with the help of a P2P network to check for double-spending.

Full transaction history is stored locally at each client. This requires
several GB of space, slowly growing.

This package provides bitcoin-cli (CLI tool to interact with the daemon) and
bitcoin-tx utility.

%files utils
%doc COPYING README.md
%{_bindir}/%{name}-cli
%{_bindir}/%{name}-tx
%{_mandir}/man1/bitcoin-cli.1*
%{_mandir}/man1/bitcoin-tx.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Bitcoin consensus shared library
Group:		System/Libraries

%description -n %{libname}
The purpose of this library is to make the verification functionality
that is critical to Bitcoin’s consensus available to other applications,
e.g. to language bindings such as python-bitcoinlib or alternative node
implementations.

%files -n %{libname}
%doc COPYING README.md
%{_libdir}/libbitcoinconsensus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Developmont files for bitcoin consensus library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	bitcoinconsensus-devel = %{EVRD}

%description -n %{devname}
The purpose of this library is to make the verification functionality
that is critical to Bitcoin’s consensus available to other applications,
e.g. to language bindings such as python-bitcoinlib or alternative node
implementations.

This package contains development files.

%files -n %{devname}
%doc COPYING README.md
%{_includedir}/bitcoinconsensus.h
%{_libdir}/libbitcoinconsensus.so
%{_libdir}/pkgconfig/libbitcoinconsensus.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%global optflags %{optflags} -I/usr/include/db52
autoreconf -fi
%configure2_5x \
	--disable-static \
	--with-cli=yes \
	--with-daemon=yes \
	--with-gui=qt5 \
	--with-miniupnpc \
	--without-qrencode \
	--with-incompatible-bdb

# Disable parallel build to save memory
make

%install
%makeinstall_std

install -D -m 0644 contrib/debian/bitcoin-qt.desktop %{buildroot}%{_datadir}/applications/%{name}-qt.desktop

# install menu icons
for N in 16 32 48 64 128 256;
do
convert share/pixmaps/bitcoin256.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

install -D -m 0644 contrib/debian/examples/bitcoin.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
mkdir -p %{buildroot}%{_var}/lib/%{name}

mkdir %{buildroot}%{_sbindir}
ln -sv /sbin/service %{buildroot}%{_sbindir}/rcbitcoind
install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/bitcoind.service
install -d -m 0755 %{buildroot}%{_tmpfilesdir}/
install -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/bitcoind.conf

%changelog

* Tue Feb 27 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.16.0-1
- (927f995) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9729 |14cu|bitfighter-019e-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           bitfighter
Version:        019e
Release:        1
Summary:        Free multi-player 2D space combat game with dual-axes controls
Group:          Games/Arcade
License:        GPLv2+
URL:            http://bitfighter.org
Source0:        http://bitfighter.org/files/%{name}-%{version}.tar.gz
Patch0:         bitfighter-019d-mga-system-tomcrypt.patch
Patch2:         bitfighter-019d-gcc5.patch
# akien: upstreamed already in git
Patch3:         0001-Add-CMAKE_BIN_PATH-argument.patch
Patch4:         0002-Install-manpage-in-man6-which-is-games-specific.patch
Patch5:         0003-Fix-notifier-icon-path-on-system-wide-installations.patch

BuildRequires:  boost-devel
BuildRequires:  cmake
BuildRequires:  mariadb-devel
BuildRequires:  pkgconfig(alure)
BuildRequires:  pkgconfig(libmodplug)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(luajit)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(poly2tri)
BuildRequires:  pkgconfig(polyclipping)
BuildRequires:  pkgconfig(sdl2)
BuildRequires:  pkgconfig(speex)
BuildRequires:  pkgconfig(sqlite3)
BuildRequires:  pkgconfig(vorbisfile)
BuildRequires:  pkgconfig(zlib)
BuildRequires:  tomcrypt-devel
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  dos2unix

%description
Bitfighter is a free multi-player 2-D space combat game with dual-axes
controls. It's a team-based strategy game featuring retro vector graphics
and customizable ships. It's fast, fun, and frenetic.

%files
%doc doc/README.txt LICENSE.txt
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}_notifier
%{_gamesdatadir}/%{name}/
%{_mandir}/man6/%{name}.6*

#-------------------------------------------------
%prep
%setup -q
%patch0 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

# Remove bundled dependencies
rm -rf alure \
  boost \
  clipper \
  lua \
  poly2tri \
  sqlite \
  tomcrypt
perl -pi -e "s|#!perl|#!/usr/bin/perl|" resource/testing/level2script.pl

%build
%cmake -DBUILD_SHARED_LIBS=OFF \
       -DCMAKE_BIN_PATH=%{_gamesbindir} \
       -DCMAKE_DATA_PATH=%{_gamesdatadir}

%make

%install
%makeinstall_std -C build
pushd %{buildroot}%{_gamesdatadir}/%{name}/testing
dos2unix level2script.pl
chmod 0755 level2script.pl
popd
%changelog

* Sat Apr 08 2017 abfonly <abfonly@gmail.com> 019e-1
- (1457d00) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9730 |14cu|bitlbee-3.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	bitlbid	bitlbee

Summary:	IRC proxy to connect to ICQ, AOL, MSN and Jabber
Name:		bitlbee
Version:	3.4.2
Release:	1
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://bitlbee.org/
Source0:	http://get.bitlbee.org/src/%{name}-%{version}.tar.gz
Patch3:            bitlbee-forkdaemon.patch
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(purple)
BuildRequires:	pkgconfig(libotr)

Requires(post):	ccp
Requires(pre,post,preun):	rpm-helper

%description
%{name} is a proxy which accepts connections from any irc-client
and allows you to communicate using following instant messaging
protocols:
 - ICQ
 - AIM
 - MSN
 - YIM
 - Jabber (including Google Talk and Facebook)
 - Twitter

%files
%defattr(0750,root,%{bitlbid},0755)
%{_sbindir}/%{name}
%defattr(0644,root,root,0755)
%doc doc/AUTHORS doc/README doc/FAQ
%doc doc/CHANGES doc/CREDITS
%doc doc/user-guide/
%{_datadir}/%{name}/help.txt
%dir %{_datadir}/%{name}/
%{_mandir}/man?/*
%config(noreplace) %{_sysconfdir}/%{name}/motd.txt
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%{_unitdir}/%{name}*
%defattr(0600,%{bitlbid},%{bitlbid},0700)
%{_var}/lib/%{name}

#-------------------------------------------------

%prep
%setup -q
%apply_patches
# Use the nick "bitlbee" instead of "root"
%{__sed} -i 's/ROOT_NICK "root"/ROOT_NICK "bitlbee"/' bitlbee.h


# Convert to utf-8
for file in doc/CHANGES doc/CREDITS; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
perl -pi -e "s#CFLAGS=\"-O2#CFLAGS=\"%{optflags}#g" configure
./configure	--prefix=%{_prefix} \
		--etcdir=%{_sysconfdir}/%{name} \
		--libdir=%{_libdir}/%{name} \
		--strip=0 \
		--msn=1 \
		--jabber=1 \
		--oscar=1 \
		--yahoo=1 \
		--purple=1 \
		--otr=1

%make

%install
%{makeinstall_std} install-etc install-systemd
%{__install} -d   %{buildroot}%{_var}/lib/%{name}

%triggerpostun -- bitlbee < 3.0.6
[ -d %{_var}/lib/%{name} ] && chown -R %{bitlbid}:%{bitlbid} %{_var}/lib/%{name}
%_postun_userdel %{bitlbid}

%pre
%_pre_useradd %{bitlbid} %{_var}/%{name} /bin/true
# in post it is harder to know if the new empty dir already exists
if [ $1 = 2 -a -d "%{_var}/%{name}" -a ! -d "%{_var}/lib/%{name}" ]; then
   echo -n " NOTE: new location of bitlbee users data: "
   mv -v "%{_var}/%{name}" "%{_var}/lib/%{name}"
fi

%post
ccp --delete --ifexists --set NoOrphans --oldfile %{_sysconfdir}/%{name}/%{name}.conf --newfile %{_sysconfdir}/%{name}/%{name}.conf.rpmnew
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{bitlbid}

%changelog

* Tue Jun 21 2016 abondrov <andrey.bondrov@rosalab.ru> 3.4.2-1
- (424eaa9) Merge pull request #2 from alzim/bitlbee:rosa2014.1
- (424eaa9) Updated to 3.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9731 |14cu|bkchem-0.14.0-0.pre2.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Python 2D chemical structure drawing tool

Name: 		bkchem
Version: 	0.14.0
Release: 	0.pre2.3
Source0:	http://bkchem.zirael.org/download/%{name}-%{version}-pre2.tar.gz
URL: 		http://bkchem.zirael.org
License: 	GPLv2+
Group: 		Sciences/Chemistry
BuildRequires:  python-devel
Requires: 	python
Requires: 	python-imaging
Requires: 	Pmw
Buildarch:	noarch

%description
BKChem is a free (as in free software :o) chemical drawing program. It was
conceived and written by Beda Kosata.  Supported file formats are SVG and CML.
The output looks best with the Adobe SVG viewer, but sodipodi and batik do a
reasonable job as well.

%prep 
%setup -q -n %{name}-%{version}-pre2
touch INSTALL.binary

%build

%install
mkdir -p %{buildroot}/%{_bindir}
touch %{buildroot}/%{_bindir}/%{name}
python setup.py install --root=%{buildroot}
chmod 644 gpl.txt README 
pushd %{buildroot}/%{_datadir}
chmod 644 `find -type f`
chmod 755 `find -type d`
popd

rm -fr %{buildroot}/%{_prefix}/doc/api

#fix executable
rm %{buildroot}%{_bindir}/%{name}
echo '#!/bin/sh' > %{buildroot}/%{_bindir}/%{name}
echo 'export BKCHEM_MODULE_PATH=%{py_puresitedir}/%{name}' >> %{buildroot}/%{_bindir}/%{name}
echo 'export BKCHEM_TEMPLATE_PATH=%{_datadir}/%{name}/templates' >> %{buildroot}/%{_bindir}/%{name}
echo 'export BKCHEM_PIXMAP_PATH=%{_datadir}/%{name}/pixmaps' >> %{buildroot}/%{_bindir}/%{name}
echo 'export BKCHEM_IMAGE_PATH=%{_datadir}/%{name}/images' >> %{buildroot}/%{_bindir}/%{name}
echo 'python %{py_puresitedir}/%{name}/%{name}.py' >> %{buildroot}/%{_bindir}/%{name}
chmod 755 %{buildroot}/%{_bindir}/%{name}


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=BKchem
Name[ru]=BKchem
Comment=2D chemical structure drawing tool
Comment[ru]=Инструмент рисования двумерных химических структур
Exec=bkchem
Icon=chemistry_section
Terminal=false
Type=Application
Categories=Science;Chemistry;
EOF

%find_lang BKChem

%clean

%files -f BKChem.lang
%doc gpl.txt README 
%{_bindir}/%{name}
%{_datadir}/%{name}
%{py_puresitedir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{py_puresitedir}/*.egg-info


%changelog

* Sun Apr 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.14.0-0.pre2.3
- (07aefc1) Drop obsolete python-pyxml requierment



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9732 |14cu|blackbox-0.70.1-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname bt %{major}
# fwang: we don't use libbt-devel because it is already occupied by libbt
%define devname %mklibname blackbox -d

Summary:	A Window Manager for the X Window System
Name:		blackbox
Version:	0.70.1
Release:	19
License:	BSD-like
Group:		Graphical desktop/Other
Url:		http://blackboxwm.sourceforge.net/
Source0:	blackbox-%{version}.tar.bz2
Source1:	blackbox.xdg
Source3:	blackbox.png
Source4:	blackbox32.png
Source5:	blackbox.desktop
Patch0:		blackbox-0.70.1-gcc43.patch
Patch1:		blackbox-0.70.1-x11-1.4.patch
BuildRequires:	locales-en
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
Requires:	desktop-common-data
Requires:	xdg-compliance-menu

%description
This is a window manager for X.  It is similar in many respects to
such popular packages as Window Maker, Enlightenment, and FVWM2.  You
might be interested in this package if you are tired of window managers
that are a heavy drain on your system resources, but you still want
an attractive and modern-looking interface.

The best part of all is that this program is coded in C++, so it
is even more attractive "under the hood" than it is in service -- no
small feat.

If none of this sounds familiar to you, or you want your computer to
look like Windows 98, you probably don't want this package.

%files
%config(noreplace) %{_sysconfdir}/menu.d/%{name}
%config(noreplace) %{_sysconfdir}/X11/%{name}/%{name}-menu
%{_bindir}/*
%{_datadir}/blackbox
%{_datadir}/xsessions/blackbox.desktop
%{_iconsdir}/blackbox.png
%{_miconsdir}/blackbox.png
%{_mandir}/man1/*

%post
#blackbox-alternatives
update-alternatives --install %{_bindir}/bsetroot bsetroot %{_bindir}/bsetroot-%{name} 10

%postun
# Remove bsetroot-alternatives
if [ "$1" = 0 ]; then
update-alternatives --remove bsetroot %{_bindir}/bsetroot-%{name}
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library files for blackbox
Group:		System/Libraries

%description -n %{libname}
This package contains library fiiles needed for blackbox.

%files -n %{libname}
%{_libdir}/libbt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Developemnt files provided by blackbox
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains developemnt files provided by blackbox.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/bt
%{_libdir}/pkgconfig/libbt.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .gcc43
%patch1 -p0

%build
export LANG="en_US" LC_ALL="en_US"
%configure2_5x \
	--enable-kde \
	--enable-nls \
	--enable-shared \
	--disable-static

%make DEFAULT_MENU=%{_sysconfdir}/menu.d/%{name}

%install
mkdir -p %{buildroot}%{_prefix}
%makeinstall_std

install -m755 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/menu.d/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/X11/%{name}
touch %{buildroot}%{_sysconfdir}/X11/%{name}/%{name}-menu

install -m644 %{SOURCE3} -D %{buildroot}%{_miconsdir}/blackbox.png
install -m644 %{SOURCE4} -D %{buildroot}%{_iconsdir}/blackbox.png

# bsetroot is an alternative for the one in fluxbox
mv %{buildroot}%{_bindir}/bsetroot %{buildroot}%{_bindir}/bsetroot-blackbox

mkdir -p %{buildroot}%{_datadir}/xsessions/
install -m644 %{SOURCE5} %{buildroot}%{_datadir}/xsessions/

%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.70.1-19
- (f7fc76e) Use modern way to handle xsessions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9733 |14cu|bleachbit-1.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Remove unnecessary files, free space, and maintain privacy
Name:		bleachbit
Version:	1.15
Release:	1
License:	GPLv3+
Group:		System/Configuration/Other
Url:		http://www.bleachbit.org
Source0:	http://sourceforge.net/projects/bleachbit/files/%{name}-%{version}.tar.bz2
Source1:	%{name}.1
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(python)
Requires:	gnome-python
Requires:	gnome-python-gnomevfs
Requires:	pygtk2.0 >= 2.6
Requires:	usermode-consoleonly
BuildArch:	noarch

%description
BleachBit deletes unnecessary files to free valuable disk space, maintain
privacy, and remove junk. Rid your system of old clutter including cache,
cookies, Internet history, localizations, logs, temporary files, and broken
shortcuts. It wipes clean the cache and history list of many common programs.

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING README.md CONTRIBUTING.md
%_sysconfdir/pam.d/%name-root
%_sysconfdir/security/console.apps/%name-root
%{_bindir}/*
%_sbindir/%name-root
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-root.desktop
%{_datadir}/%{name}/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/polkit-1/actions/org.bleachbit.policy
%_mandir/man1/%name-root.1.xz
%_mandir/man1/%name.1.xz
#----------------------------------------------------------------------------

%prep
%setup -q

%build
make -C po local
python setup.py build

%install
%makeinstall_std prefix=%{_prefix}

# create root desktop-file
cp %{name}.desktop %{name}-root.desktop
sed -i -e 's/Name=BleachBit$/Name=BleachBit as Administrator/g' %{name}-root.desktop
sed -i -e 's/Exec=bleachbit$/Exec=bleachbit-root/g' %{name}-root.desktop

cat > bleachbit.pam <<EOF
#%PAM-1.0
auth            include         config-util
account         include         config-util
session         include         config-util
EOF

cat > bleachbit.console <<EOF
USER=root
PROGRAM=/usr/bin/bleachbit
SESSION=true
EOF

desktop-file-install \
	--add-category="Utility"\
	--dir=%{buildroot}%{_datadir}/applications/ \
	--vendor="" %{name}.desktop

desktop-file-install \
	--add-category="Utility"\
	--dir=%{buildroot}%{_datadir}/applications/ \
	--vendor="" %{name}-root.desktop

# consolehelper and userhelper
ln -s consolehelper %{buildroot}%{_bindir}/%{name}-root
mkdir -p %{buildroot}%{_sbindir}
ln -s ../..%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}-root
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -m 644 %{name}.pam %{buildroot}%{_sysconfdir}/pam.d/%{name}-root
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
install -m 644 %{name}.console %{buildroot}%{_sysconfdir}/security/console.apps/%{name}-root
mkdir -p %{buildroot}%{_mandir}/man1
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}-root.1

chmod 644 %{buildroot}%{_datadir}/%{name}/Worker.py
chmod 755 %{buildroot}%{_datadir}/%{name}/CLI.py
chmod 755 %{buildroot}%{_datadir}/%{name}/GUI.py

# clean ms crap and *pyo
rm -fr %{buildroot}%{_datadir}/%{name}/Windows.py*
rm %{buildroot}%{_datadir}/%{name}/*.pyo

%find_lang %{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9734 |14cu|blobby-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Blobby Volley 2 arcade game
Name:		blobby
Version:	1.0
Release:	2
License:	GPLv2+
Group:		Games/Arcade
Url:		http://sourceforge.net/projects/blobby/
Source0:	http://prdownloads.sourceforge.net/%{name}/blobby2-linux-%{version}.tar.gz
Source1:	%{name}.appdata.xml
Patch0:		blobby2-1.0-mga-games-install-dirs.patch
Patch1:		blobby2-1.0-mga-install-missing-data.patch
BuildRequires:	cmake
BuildRequires:	icoutils
BuildRequires:	zip
BuildRequires:	boost-devel
BuildRequires:	physfs-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(sdl2)

%description
Blobby Volley 2 is an arcade game with a simple gameplay and funny
characters design.

%files
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-server
%{_gamesdatadir}/%{name}/
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake
%make

%install
%makeinstall_std -C build

# Icon
for size in 48 64; do
  install -d %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps
  icotool -x -w${size} data/Icon.ico -o %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/%{name}.png
done

# Desktop file
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Blobby Volley 2
Comment=Blobby Volley 2 arcade game
Comment[fr]=Jeu de volley-ball d'arcade
Comment[de]=Volley-Ball Arcade-Spiel
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

# AppData
install -D -m644 %{SOURCE1} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml


%changelog

* Thu Feb 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-2
- (e2e0fa4) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9735 |14cu|blobwars-2.00-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Otherwise tests fail because the package requires
# "/usr/bin/php" and php-cli provides only "php"
%define __noautoreq 'php'

Summary:	Blob Wars Episode I : Metal Blob Solid
Name:		blobwars
Version:	2.00
Release:	2
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.parallelrealities.co.uk
Source0:	http://ovh.dl.sourceforge.net/project/blobwars/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_image)
BuildRequires:	pkgconfig(SDL2_mixer)
BuildRequires:	pkgconfig(SDL2_net)
BuildRequires:	pkgconfig(SDL2_ttf)
BuildRequires:	pkgconfig(zlib)
# Recolor script needs "/usr/bin/php"
Requires:	php-cli
Requires:	fonts-ttf-bitstream-vera

%description
Since their world was invaded by an alien race, the Blobs have faced a
lifetime of war. But now they have a chance to win the war once and for all.
In Episode I : Metal Blob Solid, you take on the role of a fearless Blob
agent, Bob. Bob's mission is to infiltrate the various enemy bases around the
Blobs'homeworld and rescue as many POWs as possible. But standing in his way
are many vicious enemies, other Blobs who have defected and the evil alien
leader, Galdov.

%files -f %{name}.lang
%doc doc/*
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

# Fix bogus perms
find . -type d |while read r; do chmod 0755 "$r"; done
find . -type f |while read r; do chmod 0644 "$r"; done


%build
%make \
	CFLAGS="%{optflags}" \
	LDFLAGS="%{ldflags}" \
	RELEASE=1


%install
%makeinstall_std

desktop-file-install \
	--vendor="" \
	--remove-key="Encoding" \
	--remove-category="Application" \
	--remove-category="ActionGame" \
	--add-category="ArcadeGame" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

rm -f %{buildroot}%{_gamesdatadir}/%{name}/data/vera.ttf
ln -s %{_xfontdir}/TTF/Vera.ttf \
	%{buildroot}%{_gamesdatadir}/%{name}/data/vera.ttf

# Fix perms
chmod +x %{buildroot}%{_gamesdatadir}/%{name}/gfx/sprites/recolor

%find_lang %{name}

%changelog

* Thu Feb 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.00-2
- (7e731f4) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9736 |14cu|blockout-2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname BlockOutII
### TODO: drop distsuffix when fix debug and push in contrib ###
#define distsuffix mrb

Name:           blockout
Version:        2.5
Release:        1
Summary:        A free clone of the original BlockOut-DOS game
Group:          Games/Arcade
License:        GPLv2+
Url:            http://www.blockout.net/blockout2
Source0:        http://download.sourceforge.net/blockout/bl25-src.tar.gz
# the source lacks in sound and img files, wil present empty figures
# and no sound.Just mugged those from precompiled package.Sflo
Source1:        http://download.sourceforge.net/blockout/bl25-linux-x64.tar.gz
Patch0:         blockout-2.5-rosa.patch
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(alsa)
BuildRequires:  icoutils
Requires:       %{name}-data >= %{EVRD}

# hopefully this will update BlockOutII from LTS (2012.1)- MRB request
Provides:       %{oname} = %{EVRD}
Obsoletes:      %{oname} < %{EVRD}


%description
BlockOut II is a free adaptation of the original BlockOut DOS game
edited by California Dreams in 1989. BlockOut II has the same
features than the original game with few graphic improvements. The
game has been designed to reproduce the original game kinematics as
accurately as possible.

%files
%doc BlockOut/README.txt
%{_gamesbindir}/%{name}
%{_bindir}/%{oname}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#--------------------------------------------------------------------------
%package data

Summary:	Data files for BlockOut II
License:	GPLv2+
Group:		Games/Arcade
Suggests:	%{name} = %{version}
BuildArch:	noarch

%description data
Data files for %{oname}

%files data
%doc %{name}/README.txt
%{_gamesdatadir}/%{name}/

#------------------------------------------------------------

%prep
%setup -qn BL_SRC -a 1 
%patch0 -p1
# spuriouse-executable-permit
find -type f -exec chmod 644 {} \;
# wrong-file-end-of-line-encoding
perl -i -pe 's/\r\n/\n/gs' ImageLib/src/CImage.*
# clean out backup files
rm -fr ImageLib/src/png/zlib/*.*~
# fix attr for doc section
chmod 644 %{name}/README.txt BlockOut/README.txt
# utf-8 convert docs
for file in %{name}/README.txt BlockOut/README.txt ; do
    iconv -c -t UTF-8 < $file > $file.new && \
    touch -r $file $file.new && \
    mv $file.new $file
done
# fix attr
pushd %{name}
chmod -x sounds/music.ogg \
  images/background.png
popd
#


%build
%setup_compile_flags
%make -C ImageLib/src
export CXXFLAGS+=" -Wno-error=format-security"
%make -C BlockOut

%install
#wrapper
install -D -m755 BlockOut/%{name} %{buildroot}%{_bindir}/%{oname}

install -d %{buildroot}%{_gamesbindir}
cat << EOF > %{buildroot}%{_gamesbindir}/%{name}
#!/bin/sh
export BL2_HOME=%{_gamesdatadir}/%{name}
exec %{_bindir}/%{oname} \$1
EOF
chmod +x %{buildroot}%{_gamesbindir}/%{name}

# menu entry
install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=BlockOut II
GenericName=3D tetris-like
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

# icons
icotool -x BlockOut/block_icon.ico
install -D -m644 block_icon_1_32x32x4.png  %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m644 block_icon_2_16x16x4.png  %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m644 block_icon_3_48x48x32.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# data
pushd %{name}
install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -a images sounds %{buildroot}%{_gamesdatadir}/%{name}/
popd

%changelog

* Sat May 27 2017 abfonly <abfonly@gmail.com> 2.5-1
- (99f2c2b) Fixed debug and drop distsuffix, ready for contrib.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9737 |14cu|blop-0.2.8-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Disable debug package because build requires special optimizations
# See comments in configure.in
%define debug_package %{nil}

Summary:	Bandlimited LADSPA Oscillator Plugins
Name:		blop
Version:	0.2.8
Release:	11
License:	GPLv2+
Group:		Sound
Url:		http://blop.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	ladspa-devel
Requires:	ladspa

%description
BLOP comprises a set of LADSPA plugins that generate bandlimited
sawtooth, square, variable pulse and slope-variable triangle waves,
for use in LADSPA hosts, principally for use with one of the many
modular software synthesisers available.

They are wavetable based, and are designed to produce output with
harmonic content as high as possible over a wide pitch range.

%files -f %{name}.lang
%doc AUTHORS NEWS README THANKS TODO doc/{about.txt,blop.rdf,plugins_list.txt}
%{_libdir}/ladspa/*.so
%{_libdir}/ladspa/blop_files
%{_datadir}/ladspa/rdf/*.rdf

#----------------------------------------------------------------------------

%prep
%setup -q
perl -p -i -e 's/\/lib\//\/%{_lib}\//g' src/wavedata.c

%build
%configure2_5x \
	--with-ladspa-plugin-dir=%{_libdir}/ladspa
%make

%install
mkdir -p %{buildroot}%{_libdir}/ladspa
mkdir -p %{buildroot}%{_datadir}/ladspa/rdf
%makeinstall_std

# install the rdf description
install -m0644 doc/blop.rdf %{buildroot}%{_datadir}/ladspa/rdf

%find_lang %{name}


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.8-11
- (bdfe194) Disable debug package because build requires special optimizations (see comments in configure.in)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9738 |14cu|blosc-1.11.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}

Summary:	A high performance compressor optimized for binary data
Name:		blosc
Version:	1.11.1
Release:	1
Group:		Development/C
License:	MIT
Source:		https://github.com/FrancescAlted/blosc/archive/v%{version}.tar.gz?/c-%{name}-%{version}.tar.gz
URL:		https://github.com/FrancescAlted/blosc
BuildRequires:	cmake
BuildRequires:	pkgconfig(liblz4)
BuildRequires:	snappy-devel
BuildRequires:	zlib-devel

%description
Blosc is a compression library designed to transmit data to the processor
cache faster than the traditional non-compressed memory fetch.
Compression ratios are not very high, but the decompression is very fast.
Blosc is meant not only to reduce the size of large datasets on-disk or
in-memory, but also to accelerate memory-bound computations.

%package -n %{libname}
Summary:	A high performance compressor optimized for binary data

%description -n %{libname}
Blosc is a compression library designed to transmit data to the processor
cache faster than the traditional non-compressed memory fetch.
Compression ratios are not very high, but the decompression is very fast.
Blosc is meant not only to reduce the size of large datasets on-disk or
in-memory, but also to accelerate memory-bound computations.

%package -n %{devname}
Summary: Header files and libraries for Blosc development
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel

%description -n %{devname}
The blosc-devel package contains the header files and libraries needed
to develop programs that use the blosc meta-compressor.

%package bench
Summary: Benchmark for the Blosc compressor
Requires: %{libname} = %{version}-%{release}
Requires: python-matplotlib

%description bench
The blosc-bench package contains a benchmark suite which evaluates
the performance of Blosc, and compares it with memcpy.

%prep
%setup -qn c-%{name}-%{version}

rm -r internal-complibs/snappy* internal-complibs/zlib*

# Fix rpath issue
sed -i '1i  set\(CMAKE_SKIP_RPATH true\)' bench/CMakeLists.txt

# Add python shebang and permission
sed -i '1i  #!/usr/bin/python' bench/plot-speeds.py

# Use the proper library path and SSE2 instruction on 64bits systems
%ifarch x86_64
%cmake \
    -DCMAKE_BUILD_TYPE:STRING="Debug" \
    -DCMAKE_C_FLAGS:STRING="%{optflags}" \
    -DCMAKE_INSTALL_PREFIX=%{_prefix} \
    -DBUILD_STATIC:BOOL=OFF \
    -DTEST_INCLUDE_BENCH_SUITE:BOOL=OFF
%else
%cmake -DCMAKE_C_FLAGS:STRING="%{optflags}" \
    -DCMAKE_BUILD_TYPE:STRING="Debug" \
    -DCMAKE_INSTALL_PREFIX=%{_prefix} \
    -DBUILD_STATIC:BOOL=OFF \
    -DTEST_INCLUDE_BENCH_SUITE:BOOL=OFF
%endif

%build
%make VERBOSE=1 -C build

%install
%makeinstall_std -C build

mkdir -p %{buildroot}/%{_pkgdocdir}/bench
install -p bench/plot-speeds.py* %{buildroot}/%{_pkgdocdir}/bench/
install -pm 0644 bench/*.c %{buildroot}/%{_pkgdocdir}/bench

mkdir -p %{buildroot}/%{_bindir}
install -p build/bench/bench %{buildroot}/%{_bindir}/%{name}-bench
install -p bench/plot-speeds.py %{buildroot}/%{_bindir}/%{name}-plot-times

%files -n %{libname}
%exclude %{_pkgdocdir}/bench/
%doc README.rst ANNOUNCE.rst RELEASE_NOTES.rst README_HEADER.rst README_THREADED.rst
%{_libdir}/libblosc.so.*

%files -n %{devname}
%{_libdir}/libblosc.so
%{_includedir}/blosc.h
%{_includedir}/blosc-export.h

%files bench
%{_pkgdocdir}/bench/*.c
%{_pkgdocdir}/bench/*.py
%{_bindir}/%{name}-bench
%{_bindir}/%{name}-plot-times

%changelog

* Sat Sep 03 2016 alzim <alzim@bk.ru> 1.11.1-1
- (d5712cb) Merge pull request #1 from import/blosc:rosa2016.1
- (d5712cb) Updated to 1.11.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9739 |14cu|bluefish-2.2.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Web development studio
Name:		bluefish
Version:	2.2.10
Release:	1
License:	GPLv2+
Group:		Networking/WWW
Url:		http://bluefish.openoffice.nl/
Source0:	http://www.bennewitz.com/bluefish/stable/source/%{name}-%{version}.tar.bz2
Source1:	http://www.bennewitz.com/bluefish/stable/source/%{name}-%{version}.tar.bz2.sig
BuildRequires:	intltool
BuildRequires:	aspell-devel
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gucharmap-2.90)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(python)
Requires:	python
Suggests:	dos2unix tidy lynx

%description
Bluefish is a programmer's HTML editor, designed to save the experienced
webmaster some keystrokes.

It features a multiple file editor, multiple toolbars, custom menus, image
and thumbnail dialogs,  open from the web, HTML validation and lots of wizards.

This is not a WYSIWYG editor but a HTML editor (you edit the HTML code).

%files -f %{name}.lang
%doc AUTHORS README ChangeLog NEWS TODO
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/xml/%{name}
%{_datadir}/applications/*
%{_datadir}/appdata/bluefish.appdata.xml
%{_datadir}/pixmaps/*.png
%{_datadir}/mime/packages/*
%{_mandir}/man1/%{name}.1.*
%{_iconsdir}/*/*/*/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-update-databases \
	--disable-splash-screen
%make

%install
%makeinstall_std

for script in %{buildroot}%{_datadir}/bluefish/plugins/zencoding/filters/*.py \
	%{buildroot}%{_datadir}/bluefish/plugins/zencoding/actions/*.py \
	%{buildroot}%{_datadir}/bluefish/plugins/zencoding/resources.py \
	%{buildroot}%{_datadir}/bluefish/plugins/zencoding/utils.py \
	%{buildroot}%{_datadir}/bluefish/plugins/zencoding/html_matcher.py
do
[ -f "$script" ] && chmod +x "$script"
done

%find_lang %{name} --all-name

%changelog

* Tue Aug 15 2017 dsilakov <denis.silakov@rosalab.ru> 2.2.10-1
- (786d2bc) Merge pull request #2 from vladimir71/bluefish:rosa2014.1
- (786d2bc) bluefish



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9740 |14cu|bluegps-2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple command line tool for the Royaltek RBT-3000 bluetooth GPS receiver
Name:		bluegps
Version:	2.0
Release:	7
License:	GPLv2+
Group:		Sciences/Geosciences
Url:		http://www.harbaum.org/till/bluegps/
Source0:	http://www.harbaum.org/till/bluegps/bluegps-linux-%{version}.tgz
BuildRequires:	pkgconfig(bluez)

%description
BlueGPS is a simple command line tool to download datalogs from the Royaltek
RBT-3000 bluetooth GPS receiver under Linux, and to configure the data logger.

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-linux-%{version}

%build
%make CC="%__cc %{optflags}"

%install
mkdir -p %{buildroot}/%{_bindir}
install -m755 bluegps %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1
install -m644 bluegps.1 %{buildroot}/%{_mandir}/man1


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-7
- (b8da664) Build with system optflags to fix debug package
- (b8da664) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9741 |14cu|bluegriffon-1.7.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%global tarballdir  mozilla-2.0

%bcond_with xulrunner
%global gecko_version   2.0.1
%global srcversion      9db46ddfb517

# Require xulrunner instead because libxul is provided by many packages by mistake
%define __noautoreq 'libxul\\.so(.*)'

Summary:	The next-generation Web Editor
Name:		bluegriffon
Version:	1.7.2
Release:	7
License:	MPLv1.1 or GPLv2+ or LGPLv2+
Group:		Editors
Url:		http://bluegriffon.org/
Source0:	firefox-%{srcversion}.tar.bz2
Source1:	%{name}-%{version}.tar.bz2
Source2:	%{name}-l10n-%{version}.tar.bz2
# russian files
Source3:	russian.tar.bz2

Source10:	%{name}.sh.in
Source11:	%{name}.sh
Source12:	%{name}.desktop

# Russian patch
Patch0:		bluegriffon-1.7.2-update-i18n.patch

# build patches
Patch1:		bluegriffon-build.patch
Patch2:		mozilla-2.0-build-env.patch
Patch3:		mozilla-2.0-no-sig-verify.patch

# upstream patches
Patch10:	firefox-cairo_shared.patch
Patch11:	firefox-gcc49.patch
Patch12:	mozilla-2.0-O0.patch
Patch13:	firefox-freetype25.patch

# custom default settings
Patch30:	bluegriffon-1.7.2-updates.patch

# op1 russian patch
Patch31:	bluegriffon-1.7.2-op1-i18n.patch

BuildRequires:	autoconf2.1
BuildRequires:	desktop-file-utils
BuildRequires:	yasm
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)

%if %{with xulrunner}
%global xulbin xulrunner
%global grecnf gre
BuildRequires:	pkgconfig(libxul)
Requires:	xulrunner
#BuildRequires:	gecko-devel = %{gecko_version}
%else
BuildRequires:	wireless-tools
BuildRequires:	zip
BuildRequires:	krb5-devel
BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xt)

# BR from Xulrunner
BuildRequires:	bzip2-devel
BuildRequires:	jpeg-devel
BuildRequires:	nss-static-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(sqlite)
BuildRequires:	pkgconfig(zlib)

Requires:	nss
Requires:	nspr
%endif

# Require it even with xul build disabled, seems to be needed for libxul.so
Requires:	xulrunner

AutoProv:	no

%description
BlueGriffon is a new WYSIWYG content editor for the World Wide Web.

Powered by Gecko, the rendering engine of Firefox 4, it's a modern
and robust solution to edit Web pages in conformance to the latest
Web Standards.

%files
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
echo TARGET %{name}-%{version}-%{release}
%setup -q -n %{tarballdir}
%if %{with xulrunner}
echo use GECKO %{gecko_version}
%else
echo use Bundled GECKO
%endif
tar xjf %{SOURCE1}
tar xjf %{SOURCE2} --directory %{name}
tar xjf %{SOURCE3} --directory %{name}

%patch0 -p1
%patch1 -p0 -b .build
%patch2 -p1
%patch3 -p1

%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1

%patch30 -p1

# Otherwise build fails because it expects this dir to exist
mkdir -p js/src/.deps

# See http://bluegriffon.org/pages/Build-BlueGriffon
cat <<EOF_MOZCONFIG > .mozconfig 
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@

ac_add_options --enable-application=%{name}

#--with-system-png requires APNG support in libpng
ac_add_options --with-system-png
ac_add_options --prefix="\$PREFIX"
ac_add_options --libdir="\$LIBDIR"
ac_add_options --disable-cpp-exceptions
ac_add_options --enable-system-sqlite
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --enable-system-hunspell
ac_add_options --enable-system-cairo
ac_add_options --enable-libnotify
ac_add_options --enable-system-lcms
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-bz2
ac_add_options --with-pthreads
ac_add_options --disable-strip
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-tests
ac_add_options --disable-airbag
ac_add_options --enable-places
ac_add_options --enable-storage
ac_add_options --enable-shared
ac_add_options --disable-static
ac_add_options --disable-mochitest
ac_add_options --disable-installer
ac_add_options --disable-debug
ac_add_options --enable-optimize="\$MOZ_OPT_FLAGS"
ac_add_options --enable-xinerama
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --disable-xprint
ac_add_options --enable-pango
ac_add_options --enable-svg
ac_add_options --enable-canvas
ac_add_options --enable-startup-notification
ac_add_options --disable-javaxpcom
ac_add_options --disable-crashreporter
ac_add_options --enable-safe-browsing
ac_add_options --disable-updater
ac_add_options --enable-gio
ac_add_options --disable-gnomevfs
ac_add_options --enable-libxul
EOF_MOZCONFIG

%if %{with xulrunner}
echo "ac_add_options --with-libxul-sdk=\
$(pkg-config --variable=sdkdir libxul)" >> .mozconfig
%endif

%build
MOZ_OPT_FLAGS=$(echo %{optflags} | sed -e 's/-Wall//' -e 's/-fexceptions/-fno-exceptions/g' -e 's/-gdwarf-4//')
export CFLAGS=$MOZ_OPT_FLAGS
export CXXFLAGS=$MOZ_OPT_FLAGS

export PREFIX='%{_prefix}'
export LIBDIR='%{_libdir}'

MOZ_APP_DIR=%{_libdir}/%{name}

%patch31 -p1

export LDFLAGS="-Wl,-rpath,${MOZ_APP_DIR}"

make -f client.mk build

%install
# No Make install for now :(
mkdir -p %{buildroot}%{_libdir}/%{name}
tar --create --file - --dereference --directory=dist/bin --exclude xulrunner . \
  | tar --extract --file - --directory %{buildroot}%{_libdir}/%{name}

# Launcher
%if %{with xulrunner}
install -d -m 755 %{buildroot}%{_bindir}
XULRUNNER_DIR=`pkg-config --variable=libdir libxul | sed -e "s,%{_libdir},,g"`
cat %{SOURCE10} | sed -e "s,XULRUNNER_DIRECTORY,$XULRUNNER_DIR,g" \
                     | sed -e "s,XULRUNNER_BIN,%{xulbin},g" \
                     | sed -e "s,GRE_CONFIG,%{grecnf},g"  \
  > %{buildroot}%{_bindir}/%{name}
chmod 755 %{buildroot}%{_bindir}/%{name}
%else
install -D -m 755 %{SOURCE11} %{buildroot}%{_bindir}/%{name}
%endif

# Shortcut
desktop-file-install  \
  --dir %{buildroot}%{_datadir}/applications \
  --add-category Development \
  --add-category Network \
  %{SOURCE12}

# Icons
install -D -m 644  bluegriffon/app/icons/default16.png  %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
install -D -m 644  bluegriffon/app/icons/default32.png  %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -D -m 644  bluegriffon/app/icons/default48.png  %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -D -m 644  bluegriffon/app/icons/default50.png  %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
install -D -m 644  bluegriffon/app/icons/%{name}128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png

# install languages
cp bluegriffon/langpacks/*.xpi %{buildroot}%{_libdir}/%{name}/extensions/

# Use the system hunspell dictionaries
rm -rf %{buildroot}%{_libdir}/%{name}/dictionaries
ln -s %{_datadir}/myspell %{buildroot}%{_libdir}/%{name}/dictionaries


%changelog

* Wed May 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.2-7
- (5bc4393) Filter libxul.so from Requires, require xulrunner package instead



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9742 |14cu|blueman-2.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK+ Bluetooth Manager
Name:		blueman
Version:	2.0.4
Release:	1
License:	GPLv2+
Group:		Communications
Url:		https://github.com/blueman-project/blueman
Source0:	https://github.com/blueman-project/blueman/releases/download/%{version}/%{name}-%{version}.tar.xz
# upstream patch to remove browse
Patch0:		blueman-2.0.4-Drop-browse-feature.patch
# upstream patch to rename service file
Patch1:		Rename-blueman-applet.service-to-org.blueman.Applet..patch
Patch2:		blueman-2.0.3-ru-l10n.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	python-cython
BuildRequires:	python-dbus
BuildRequires:	python-notify
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	pkgconfig(python)
Requires:	dbus
Requires:	obexd
Requires:	python-dbus
Requires:	python-gobject
Requires:	python-notify
Requires:	pulseaudio-module-bluetooth

%description
Blueman is a tool to use Bluetooth devices. It is designed to provide simple,
yet effective means for controlling BlueZ API and simplifying bluetooth tasks
such as:
- Connecting to 3G/EDGE/GPRS via dial-up
- Connecting to/Creating bluetooth networks
- Connecting to input devices
- Connecting to audio devices
- Sending/Receiving files via OBEX
- Pairing

%files -f blueman.lang
%doc CHANGELOG.md FAQ README.md
%{_bindir}/*
%{python_sitelib}/blueman/
%{python_sitearch}/*.so
%{_libexecdir}/blueman-*
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.blueman.Mechanism.conf
%{_sysconfdir}/xdg/autostart/blueman.desktop
%{_datadir}/applications/blueman-*.desktop
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/pixmaps/blueman/
%{_datadir}/blueman/
%{_datadir}/dbus-1/services/org.blueman.Applet.service
%{_datadir}/dbus-1/system-services/org.blueman.Mechanism.service
%{_datadir}/glib-2.0/schemas/*
%{_mandir}/man1/*
%attr(0644, root, root) %{_prefix}/com/blueman/network.state

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
rm -f ltmain.sh
sed -i s,"/usr/sbin/bluetoothd","%{_libexecdir}/bluetooth/bluetoothd",g apps/blueman-report

%build
NOCONFIGURE=yes ./autogen.sh

%configure2_5x \
	--disable-static \
	--disable-polkit \
	--enable-thunar-sendto=no \
	--disable-schemas-compile
make

%install
%makeinstall_std

desktop-file-install \
	--add-category="GTK;GNOME;" \
	--add-only-show-in="GNOME;XFCE;LXDE;X-Cinnamon;MATE" \
	--delete-original \
	--dir=%{buildroot}%{_sysconfdir}/xdg/autostart/  \
	%{buildroot}%{_sysconfdir}/xdg/autostart//blueman.desktop

desktop-file-install \
	--delete-original     \
	--dir=%{buildroot}%{_datadir}/applications  \
	%{buildroot}%{_datadir}/applications/blueman-manager.desktop

desktop-file-install \
	--delete-original     \
	--dir=%{buildroot}%{_datadir}/applications  \
	%{buildroot}%{_datadir}/applications/blueman-adapters.desktop

rm -rf %{buildroot}%{_datadir}/doc/blueman/

%find_lang blueman

# we need to own this, not only because of SELinux
mkdir -p %{buildroot}%{_sharedstatedir}/blueman
touch %{buildroot}%{_prefix}/com/blueman/network.state

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9743 |14cu|bluemoon-2.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:        Blue Moon card solitaire
Name:           bluemoon
Version:        2.12
Release:        1
License:        BSD
Group:          Games/Cards 
Url:            http://www.catb.org/~esr/bluemoon/
Source0:        http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz
Patch0:         %{name}-2.12-Makefile.patch
Patch1:         %{name}-2.12-bluemoon.desktop.patch
Patch2:         %{name}-2.12-bluemoon.c.patch
BuildRequires:  pkgconfig(ncurses)

%description
This 52-card solitaire starts with the entire deck shuffled and
dealt out in four rows. The aces are then moved to the left end of
the layout, making 4 initial free spaces. You may move to a space
only the card that matches the left neighbor in suit, and is one
greater in rank. Kings are high, so no cards may be placed to their
right (they create dead spaces).

When no moves can be made, cards still out of sequence are reshuffled
and dealt face up after the ends of the partial sequences, leaving
a card space after each sequence, so that each row looks like a
partial sequence followed by a space, followed by enough cards to
make a row of 14. A moment's reflection will show that this game
cannot take more than 13 deals. A good score is 1-3 deals, 4-7 is
average, 8 or more is poor.

%files
%doc COPYING NEWS README
%{_bindir}/%{name}-catb
%{_mandir}/man6/%{name}-catb.6*
%{_datadir}/appdata/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/*
#-------------------------------------------------------------------
%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
%make CFLAGS="%{optflags}"

%install
%makeinstall_std


%changelog

* Mon Aug 15 2016 abfonly <abfonly@gmail.com> 2.12-1
- (4bc4b3a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9744 |14cu|bochs-2.6.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _hardened_build 1

Summary:	Portable x86 PC emulator
Name:		bochs
Version:	2.6.8
Release:	1
License:	LGPLv2+
Group:		Emulators
Url:		http://bochs.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source100:	bochs.rpmlintrc
Patch0:		bochs-0001_bx-qemu.patch
Patch3:		bochs-0008_qemu-bios-provide-gpe-_l0x-methods.patch
Patch4:		bochs-0009_qemu-bios-pci-hotplug-support.patch
Patch7:		bochs-nonet-build.patch
Patch9:		bochs-2.6.8-str-fmt-fix.patch
Patch10:	bochs-2.6.8-support-building-under-recent-linux.patch
Patch11:	0011_read-additional-acpi-tables-from-a-vm.patch
Patch12:	0012-load-smbios-entries-and-files-from-qemu.patch
Patch13:	bochs-2.6.8-build-enable-iasl.patch
Patch15:	bochs-2.6.8-build-qemu-bios.patch
Patch16:	bochs-2.6.8-fix-load-order-of-usb-plugins.patch
BuildRequires:	byacc
BuildRequires:	docbook-dtd41-sgml
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-utils
BuildRequires:	libtool
BuildRequires:	sgml-common
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xpm)
%ifarch %{ix86} x86_64
BuildRequires:	dev86
BuildRequires:	iasl
BuildRequires:	svgalib-devel
%endif
Requires:	%{name}-bios = %{EVRD}
Requires:	vgabios

%description
Bochs is a portable x86 PC emulation software package that emulates
enough of the x86 CPU, related AT hardware, and BIOS to run DOS,
Windows '95, Minix 2.0, and other OS's, all on your workstation.

%files
%doc %{_docdir}/bochs
%{_bindir}/bochs
%{_bindir}/bximage
%{_libdir}/bochs/
%{_mandir}/man1/bochs.1*
%{_mandir}/man1/bximage.1*
%{_mandir}/man5/bochsrc.5*
%dir %{_datadir}/bochs/
%{_datadir}/bochs/keymaps/

#----------------------------------------------------------------------------

%package debugger
Summary:	Bochs with builtin debugger
Group:		Emulators
Requires:	%{name} = %{EVRD}

%description debugger
Special version of bochs compiled with the builtin debugger.

%files debugger
%{_bindir}/bochs-debugger

#----------------------------------------------------------------------------

%package gdb
Summary:	Bochs with support for debugging with gdb
Group:		Emulators
Requires:	%{name} = %{EVRD}

%description gdb
Special version of bochs compiled with a gdb stub so that the software running
inside the emulator can be debugged with gdb.

%files gdb
%{_bindir}/bochs-gdb

#----------------------------------------------------------------------------

%ifarch %{ix86} x86_64
# building firmwares are quite tricky, because they often have to be built on
# their native architecture (or in a cross-capable compiler, that we lack in
# koji), and deployed everywhere. Recent koji builders support a feature
# that allow us to build packages in a single architecture, and create noarch
# subpackages that will be deployed everywhere. Because the package can only
# be built in certain architectures, the main package has to use
# BuildArch: <nativearch>, or something like that.
# Note that using ExclusiveArch is _wrong_, because it will prevent the noarch
# packages from getting into the excluded repositories.
%package bios
Summary:	Bochs bios
Group:		Emulators
Provides:	bochs-bios-data = 2.3.8.1
Obsoletes:	bochs-bios-data < 2.3.8.1
BuildArch:	noarch

%description bios
Bochs BIOS is a free implementation of a x86 BIOS provided by the Bochs
project. It can also be used in other emulators, such as QEMU

%files bios
%doc %{_datadir}/bochs/SeaBIOS-README
%{_datadir}/bochs/BIOS*
%{_datadir}/bochs/VGABIOS*
%{_datadir}/bochs/bios.bin*
%endif

#----------------------------------------------------------------------------

%package devel
Summary:	Bochs header and source files
Group:		Emulators
Requires:	%{name} = %{EVRD}

%description devel
Header and source files from bochs source.

%files devel
%{_prefix}/include/bochs/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch3 -p1
%patch4 -p1
%patch7 -p0 -z .nonet~
%patch9 -p1 -b .str_fmt~
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1 -b .iasl~
%patch15 -p1
%patch16 -p1
autoconf -f

# Fix up some man page paths.
sed -i \
  -e 's|/usr/local/share/doc/bochs/|%{_docdir}/%{name}-%{version}/|' \
  -e 's|/usr/local/share/|%{_datadir}/|' \
  doc/man/*.*
# remove executable bits from sources to make rpmlint happy with the debuginfo
chmod -x `find -name '*.cc' -o -name '*.h' -o -name '*.inc'`
# Fix CHANGES encoding
iconv -f ISO_8859-2 -t UTF8 CHANGES > CHANGES.tmp
mv CHANGES.tmp CHANGES

%build
CONFIGURE_TOP="$PWD"
%ifarch %{ix86} x86_64
ARCH_CONFIGURE_FLAGS=--with-svga
%endif
# Note: the CPU level, MMX et al affect what the emulator will emulate, they
# are not properties of the build target architecture.
# Note2: passing --enable-pcidev will change bochs license from LGPLv2+ to
# LGPLv2 (and requires a kernel driver to be usefull)
CONFIGURE_FLAGS=" \
	--enable-shared \
	--disable-static \
	--enable-plugins \
	--enable-ne2000 \
	--enable-e1000 \
	--enable-pnic \
	--enable-pci \
	--enable-pcidev \
	--enable-all-optimizations \
	--enable-repeat-speedups \
	--enable-trace-linking \
	--enable-fast-function-calls \
	--enable-handlers-chaining \
	--enable-configurable-msrs \
	--enable-clgd54xx \
	--enable-sb16 \
	--enable-es1370 \
	--enable-gameport \
	--enable-3dnow
	--enable-long-phy-address \
	--enable-x86-64 \
	--enable-a20-pin \
	--enable-idle-hack \
	--enable-fpu \
	--with-x11 \
	--with-nogui \
	--with-term \
	--with-rfb \
	--with-sdl2 \
	--without-wx \
	--enable-cpu-level=6 \
	--enable-disasm \
	--enable-usb \
	--enable-usb-ohci \
	--enable-usb-xhci \
	--enable-svm \
	--enable-vmx=2 \
	--enable-alignment-check \
	--enable-monitor-mwait \
	--enable-avx \
	--enable-voodoo \
	--enable-xpm \
	--enable-raw-serial \
	$ARCH_CONFIGURE_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS -DPARANOID"
export LDFLAGS=-L%{_libdir}

mkdir -p intdebug
pushd intdebug
%configure2_5x $CONFIGURE_FLAGS --enable-x86-debugger --enable-debugger	--enable-smp
ln -sf /usr/bin/libtool .
%make
popd

mkdir -p gdb-stub
pushd gdb-stub
%configure2_5x $CONFIGURE_FLAGS --enable-x86-debugger --enable-gdb-stub
ln -sf /usr/bin/libtool .
%make
popd

mkdir -p plain
pushd plain
%configure2_5x $CONFIGURE_FLAGS --enable-smp
ln -sf /usr/bin/libtool .
%make

%ifarch %{ix86} x86_64
pushd bios
%make bios
cp BIOS-bochs-latest BIOS-bochs-kvm
popd
popd
%endif

%install
%makeinstall_std -C plain
rm -r %{buildroot}%{_prefix}/share/bochs/VGABIOS*
ln -s %{_prefix}/share/vgabios/VGABIOS-lgpl-latest.bin %{buildroot}%{_prefix}/share/bochs/VGABIOS-lgpl-latest
ln -s %{_prefix}/share/vgabios/VGABIOS-lgpl-latest.cirrus.bin %{buildroot}%{_prefix}/share/bochs/VGABIOS-lgpl-latest.cirrus
ln -s %{_prefix}/share/vgabios/VGABIOS-lgpl-latest.cirrus.debug.bin %{buildroot}%{_prefix}/share/bochs/VGABIOS-lgpl-latest.cirrus.debug
ln -s %{_prefix}/share/vgabios/VGABIOS-lgpl-latest.debug.bin %{buildroot}%{_prefix}/share/bochs/VGABIOS-lgpl-latest.debug
%ifnarch %{ix86} x86_64
rm -r %{buildroot}%{_prefix}/share/bochs/*BIOS*
%endif
install -m755 intdebug/bochs -D %{buildroot}%{_bindir}/bochs-debugger
install -m755 gdb-stub/bochs -D %{buildroot}%{_bindir}/bochs-gdb

rm %{buildroot}%{_mandir}/man1/bochs-dlx.1*

mkdir -p %{buildroot}%{_prefix}/include/bochs/disasm
cp -pr disasm/*.h %{buildroot}%{_prefix}/include/bochs/disasm/
cp -pr disasm/*.cc %{buildroot}%{_prefix}/include/bochs/disasm/
cp -pr disasm/*.inc %{buildroot}%{_prefix}/include/bochs/disasm/
cp -pr plain/config.h %{buildroot}%{_prefix}/include/bochs/


%changelog

* Sat Jan 14 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.6.8-1
- (1d7fff2) Build requires libtool



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9745 |14cu|bochs-tools-1.6.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bochstools

Summary:	Manipulates Bochs disk-images
Name:		bochs-tools
Version:	1.6.4
Release:	8
License:	GPLv2+
Group:		Emulators
Url:		http://www.bablokb.de/%{name}/
Source0:	http://www.bablokb.de/%{name}/%{oname}-%{version}.tar.bz2
Patch0:		bochstools-1.6.4-_syscall5.patch

%description
Bochs-Tools are a collection of scripts and programs to be used together with
the Bochs-emulator. The main goal was to provide a Unix-like interface to the
emulator and to enable access to Bochs disk-images from outside of Bochs.

The tools were developed under Linux. They might also work on other
operating-systems. Feedback on this issue is appreciated.

%files
%doc ChangeLog COPYING NEWS README TODO
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p6 -b .syscall5

%build
make \
	-C src \
	CFLAGS="%{optflags}" \
	VERSION="%{version}"

%install
%makeinstall_std \
	UID=0 \
	PREFIX="%{_prefix}" \
	BINDIR="%{_bindir}" \
	MANDIR="%{_mandir}" \
	CFLAGS="%{optflags}" \
	bins \
	install

%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.4-8
- (5c7f4ac) Build with system optflags to fix debug package
- (5c7f4ac) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9746 |14cu|bogofilter-1.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define _requires_exceptions perl

Summary:	Fast anti-spam filtering by Bayesian statistical analysis
Name:		bogofilter
Version:	1.2.4
Release:	2
License:	GPLv2+
Group:		Networking/Mail
Url:		http://bogofilter.sourceforge.net
Source0:	https://sourceforge.net/projects/bogofilter/files/bogofilter-stable/bogofilter-%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	flex
BuildRequires:	openjade
BuildRequires:	valgrind
BuildRequires:	xmlto
BuildRequires:	db-devel
BuildRequires:	pkgconfig(gsl)

%description
Bogofilter is a Bayesian spam filter. In its normal mode of
operation, it takes an email message or other text on standard
input, does a statistical check against lists of "good" and
"bad" words, and returns a status code indicating whether or not
the message is spam. Bogofilter is designed with fast algorithms
(including Berkeley DB system), coded directly in C, and tuned for
speed, so it can be used for production by sites that process a
lot of mail.

%files
%doc AUTHORS GETTING.STARTED Doxyfile NEWS
%doc README* RELEASE.NOTES
%doc RELEASE.NOTES* TODO bogofilter.cf.example
%doc doc/README* doc/bogofilter-SA*
%doc doc/integrating-*
%doc doc/rpm.notes.BerkeleyDB
%doc .inst/html .inst/xml
%doc trio/AUTHORS trio/CHANGES trio/README
%doc contrib/README*
%config(noreplace) %{_sysconfdir}/bogofilter.cf
%{_bindir}/*
%{_datadir}/bogofilter
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-rpath \
	--disable-transactions \
	--with-database=db \
	--without-included-gsl

%make

%install
%makeinstall_std

mv %{buildroot}%{_sysconfdir}/bogofilter.cf.example %{buildroot}%{_sysconfdir}/bogofilter.cf

##include contrib...some my find it usefull
for d in contrib ; do
  install -d %{buildroot}%{_datadir}/%{name}/$d
  files=$(find "$d" -maxdepth 1 -type f -print)
  for f in $files ; do
    case $f in
      *.c|*.o|*.obj|*/Makefile*) continue ;;
      *.1)
    cp -p $f %{buildroot}%{_mandir}/man1 ;;
      *)
    cp -p $f %{buildroot}%{_datadir}/%{name}/$d ;;
    esac
  done
done

# it gets built, so why not install it?
##it is only needed to run check during build and does not need to be installed CAE
#install -m755 contrib/bogogrep %{buildroot}%{_bindir}/

# prepare for doc inclusion
for n in xml html ; do
  install -d .inst/$n
  install -m644 doc/*.$n .inst/$n
done

%check
make DESTDIR="%{buildroot}" check

%changelog

* Tue Nov 22 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.4-2
- (589a776) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9747 |14cu|BomberInstinct-0.8.9-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Kill the other players with bombs that throw flames
Name:		BomberInstinct
Version:	0.8.9
Release:	15
License:	GPL
Group:		Games/Arcade
Source:		%{name}-%{version}.tar.bz2
Source1:	%{name}-48.png.bz2
Source2:	%{name}-32.png.bz2
Source3:	%{name}-16.png.bz2
Patch:		BomberInstinct-fix_missing_level.diff
URL:		http://bomberinstinct.sourceforge.net/index.html

BuildRequires:	pkgconfig(SDL_mixer) >= 1.2.0
# too much nested gcc
BuildRequires:	gcc-c++, gcc, gcc-cpp


%description
BomberInstinct is part like Bomberman, because you must kill
the other players with bombs that throw flames vertically and
horizontally, but it's much more strategical because you have to
do with the elements of a maze (arrows, tunnels, teleportations,
and many more...), and with the special powers of each character.
(multiplayer on one computer only)

%prep
%setup -q
%patch -p0

%build
export CC=gcc
export CXX=g++

%configure	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir}
		
%make CXXFLAGS="-DNDEBUG %{optflags}"

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=BomberInstinct
Name[ru]=BomberInstinct
Comment=Bomberman clone
Comment[ru]=Игра по мотивам Bomberman
Exec=%{_gamesbindir}/bi
Icon=BomberInstinct
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF

cp data/Sprites/*.spr %{buildroot}%{_gamesdatadir}/BomberInstinct/Sprites

install -d -m755  %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
bzcat %{SOURCE1} > %{buildroot}%{_liconsdir}/%{name}.png
bzcat %{SOURCE2} > %{buildroot}%{_iconsdir}/%{name}.png
bzcat %{SOURCE3} > %{buildroot}%{_miconsdir}/%{name}.png


%files
%doc AUTHORS ChangeLog LISEZMOI LISEZMOI.Nived README README.Nived  
%doc docs/*.html docs/img scenario.txt 
%{_gamesbindir}/bi
%{_gamesbindir}/nived
%{_gamesbindir}/spred
%{_gamesdatadir}/BomberInstinct
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop



%changelog
* Sun Feb 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.9-15
+ Revision: 87dd87e
- Add Russian l10n for desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9748 |14cu|bomi-0.9.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           bomi
Version:        0.9.11
Release:        6
Summary:        Powerful and easy-to-use multimedia player
# MPL.txt is for libchardet which is in a separate package.
License:        GPLv2+
Group:          Video
Url:            https://bomi-player.github.io/
Source0:        bomi-master.zip
Source1:        bomi_ru.ts.tar.gz
# PATCH-FIX-UPSTREAM bomi-compilation-fix.patch sor.alexei@meowr.ru -- Fix bomi compilation.
Patch0:         bomi-fix-compilation.patch
Patch1:         bomi-fix-expected-unqualified-id-before-numeric-constant-unix.patch
BuildRequires:  fdupes
BuildRequires:  hicolor-icon-theme
BuildRequires:  qt5-linguist-tools
# waf is written in Python 2.x.
BuildRequires:  python
BuildRequires:  python-chardet
BuildRequires:  python3-chardet
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(Qt5Core) >= 5.2
BuildRequires:  pkgconfig(Qt5DBus) >= 5.2
BuildRequires:  pkgconfig(Qt5Gui) >= 5.2
BuildRequires:  pkgconfig(Qt5Network) >= 5.2
BuildRequires:  pkgconfig(Qt5Quick) >= 5.2
BuildRequires:  pkgconfig(Qt5Sql) >= 5.2
BuildRequires:  pkgconfig(Qt5Svg) >= 5.2
BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2
BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2
BuildRequires:  pkgconfig(Qt5Xml) >= 5.2
BuildRequires:  pkgconfig(alsa)
BuildRequires:  bzip2-devel
BuildRequires:  pkgconfig(chardet)
BuildRequires:  pkgconfig(dvdnav)
BuildRequires:  pkgconfig(dvdread)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-2.0)
BuildRequires:  pkgconfig(jack)
BuildRequires:  pkgconfig(libass) >= 0.12.1
BuildRequires:  pkgconfig(libavcodec) >= 55.34.1
BuildRequires:  pkgconfig(libavfilter)
BuildRequires:  pkgconfig(libavformat) >= 55.12.0
BuildRequires:  pkgconfig(libavutil) >= 52.48.101
BuildRequires:  pkgconfig(libbluray)
BuildRequires:  pkgconfig(libcdio)
BuildRequires:  pkgconfig(libcdio_cdda)
BuildRequires:  pkgconfig(libcdio_paranoia)
BuildRequires:  pkgconfig(libpulse)
BuildRequires:  pkgconfig(libswresample)
BuildRequires:  pkgconfig(libswscale)
BuildRequires:  pkgconfig(libsystemd)
BuildRequires:  pkgconfig(libsystemd-journal)
BuildRequires:  pkgconfig(libva)
BuildRequires:  pkgconfig(libva-glx)
BuildRequires:  pkgconfig(libva-x11)
BuildRequires:  pkgconfig(smbclient)
BuildRequires:  pkgconfig(vdpau)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xcb)
BuildRequires:  pkgconfig(xcb-icccm)
BuildRequires:  pkgconfig(xcb-randr)
BuildRequires:  pkgconfig(xcb-screensaver)
BuildRequires:  pkgconfig(xcb-xtest)
# Streaming support for Dailymotion, YouTube, etc.
Suggests:     youtube-dl

%description
bomi is a themable Qt-based multimedia player
based on the MPV video backend which is aimed 
for easy usage but also provides various 
powerful features and convenience functions.

%prep
%setup -qn %{name}-master
%patch0 -p1
%patch1 -p1

pushd src/bomi/translations
tar -xvzf %{SOURCE1}
popd

%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
./configure \
  --prefix=/usr \
  --bindir=/usr/bin \
  --datadir=/usr/share \
  --release \
  --actiondir=%{_datadir}/solid/actions
%make

%install
%makeinstall_std DEST_DIR=%{buildroot}
%fdupes %{buildroot}%{_datadir}

%files
%doc CHANGES.txt COPYING.txt CREDITS.txt GPL.txt README.md
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/bash-completion/completions/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/solid
%{_mandir}/man1/*





%changelog

* Mon May 30 2016 VictorR2007 <victorr2007@yandex.ru> 0.9.11-6
- (2848f6f) Fix build error



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9749 |14cu|bomns-0.99.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           bomns
Version:        0.99.3
Release:        1
Summary:        Best old-school Deathmatch game ever (only for two players)
License:        GPLv2+
Group:          Games/Arcade
Url:            https://github.com/keithfancher/Bomns-for-Linux
Source:         https://github.com/keithfancher/Bomns-for-Linux/archive/master.zip
Patch0:         %{name}-%{name}.desktop.patch
BuildRequires:  pkgconfig(gdk-2.0)
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  cmake

%description
The gameplay of Bomns for Linux is quite simple: just move around the level,
picking up powerups and avoiding powerdowns, all the while laying bomns and
plotting your opponent's desctruction. A bomn will do 5 damage to the other
player, and running into them will do 1 damage. The first to kill their
opponent before the time runs out is declared the winner.

%files
%doc AUTHORS COPYING README TODO
%{_bindir}/%{name}
%{_bindir}/%{name}edit
%{_bindir}/%{name}launcher
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}
#-------------------------------------------------------------------------------------
%prep
%setup -qn Bomns-for-Linux-master
%patch0 -p0

%build
%cmake -DCMAKE_INSTALL_PREFIX=%{_prefix}
%make

%install
%makeinstall_std -C build

%changelog

* Sat Apr 08 2017 abfonly <abfonly@gmail.com> 0.99.3-1
- (8064767) Updated bomns.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9750 |14cu|bonk-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A lossy and lossless audio coder
Name:		bonk
Version:	0.6
Release:	3
License:	GPLv2+
Group:		Sound
URL:		http://www.logarithmic.net/pfh/bonk/
Source:		http://etree.org/shnutils/shntool/support/formats/bonk/win32/%{version}/%{name}-%{version}-shntool.tar.gz
Patch1:		bonk-gcc4.patch

%description
Bonk is high quality audio compression program. It can operate
in either lossless or lossy mode. In lossless mode, the exact
original WAV file can be recovered from the compressed file. In
lossy mode, some information is discarded in the compressed file,
yielding a much higher compression ratio. The information
discarded is perceptually unimportant, and the result should be
a *perceptually* lossless encoding. Bonk can compress some types
of sounds more than others, so the actual bit-rate achieved varies.

In lossy mode, it can compress some types of sound to as low as
95 kbps (a compression ration of 14:1) while maintaining
perceptually lossless CD quality stereo. In general, the
compression ratio achieved by Bonk is slightly higher than that
achieved using the more common MP3 format, for equivalent sound
quality. In particular it copes with transients (eg clapping,
drum beats) better. Performance on purely tonal sound is roughly
equivalent to MP3.

In lossless mode the compression ratio is typically around 2:1.

This version is patched with shntool patch.

%files
%doc README COPYING
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-shntool
%patch1 -p1

find . -perm 0600 | xargs chmod 0644

%build
%make CXXFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6-3
- (a388fda) Build with system optflags to fix debug package
- (a388fda) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9751 |14cu|boomaga-0.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# lang file listed twice
%define _files_listed_twice_terminate_build 0
%define printer_name "Boomaga"
%define cups_serverbin %{_exec_prefix}/lib/cups

Summary:	A virtual printer for viewing a document before printing
Name:		boomaga
Version:	0.9.0
Release:	1
License:	LGPLv2.1+
Group:		System/Printing
Url:		http://boomaga.github.io/
Source0:	https://github.com/Boomaga/boomaga/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	cmake
BuildRequires:	cups-devel
BuildRequires:	qt4-devel
BuildRequires:	snappy-devel
BuildRequires:	pkgconfig(poppler)
BuildRequires:	pkgconfig(poppler-cpp)
Requires(post,postun):	cups-common

%description
Boomaga (BOOklet MAnager) is a virtual printer for viewing a document before
printing it out using the physical printer.
The program is very simple to work with. Running any program, click “print”
and select “Boomaga” to see in several seconds (CUPS takes some time to
respond) the Boomaga window open.
If you print out one more document, it gets added to the previous one, and you
can also print them out as one.
Regardless of whether your printer supports duplex printing or not, you would
be able to easily print on both sides of the sheet.

%files -f %{name}.lang
%doc COPYING README.md
%{_bindir}/%{name}
%{_libdir}/boomaga/*
%{cups_serverbin}/backend/boomaga
%{_datadir}/dbus-1/services/org.boomaga.service
%{_mandir}/man1/boomaga.1*
%{_datadir}/ppd/boomaga/boomaga.ppd
%{_datadir}/applications/*
%{_datadir}/icons/*
%{_datadir}/mime/*


%post
if [ $1 = 1 ]; then
    lpadmin -h localhost -p "%{printer_name}" -v "boomaga:/" -E -m "lsb/usr/boomaga/boomaga.ppd" -o printer-is-shared=no -o PageSize=a4
fi

%postun
lpadmin -x "Boomaga"

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make


%install
%makeinstall_std -C build

%find_lang %{name} --with-qt

%changelog

* Sun Apr 02 2017 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-1
- (5ac50c6) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9752 |14cu|boost1.41.0-1.41.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define cmake_build 1

%define packver %(echo "%{version}" | sed -e "s/\\\./_/g")

# From the version 13 of Fedora, the Boost libraries are delivered
# with sonames equal to the Boost version (e.g., 1.41.0). 
%define	libname %mklibname boost1.41.0 %{version}
%define	libnamedevel %mklibname boost -d
%define	libnamestaticdevel %mklibname boost -d -s

Summary:	Portable C++ libraries
Name:		boost1.41.0
Version:	1.41.0
Release:	2
License:	Boost
Group:		Development/C++
URL:		http://boost.org/
Source0:	http://umn.dl.sourceforge.net/sourceforge/boost/boost-1.41.0.cmake0.tar.gz
Patch0: boost-cmake-soname.patch
Patch1: boost-graph-compile.patch
Patch2: boost-1.41.0-mapnik.patch
Patch3: boost-1.41.0-shared_ptr_serialization.patch
Patch4: boost-1.41.0-iostreams-zlib.patch

# https://bugzilla.redhat.com/show_bug.cgi?id=905557
# https://svn.boost.org/trac/boost/ticket/6701
Patch5: boost-1.41.0-pool.patch

# https://bugzilla.redhat.com/show_bug.cgi?id=908774
Patch6: boost-1.41.0-exception_ptr.patch

# https://bugzilla.redhat.com/show_bug.cgi?id=820670
# (https://bugzilla.redhat.com/show_bug.cgi?id=771370)
Patch7: boost-1.48.0-mathlib.patch

# https://bugzilla.redhat.com/show_bug.cgi?id=1021004
Patch8: boost-1.41.0-serialization-leak.patch

# https://bugzilla.redhat.com/show_bug.cgi?id=969183
Patch9: boost-1.41.0-gthreads.patch

# https://bugzilla.redhat.com/show_bug.cgi?id=801534
Patch10: boost-1.41.0-mpi-python.patch

# https://bugzilla.redhat.com/show_bug.cgi?id=1108268
Patch11: boost-1.41.0-shared_ptr-deleted-copy.patch

# Make Boost.Thread work with recent GCC and C++11
Patch12: boost-1.41.0-thread-rvalue-fixes.patch

# Fix standard conformance problems
Patch13: boost-1.41.0-interprocess-conformance.patch
Patch14: boost-1.41.0-intrusive-conformance.patch
Patch15: boost-1.41.0-graph-conformance.patch
Patch16: boost-1.41.0-interprocess-conformance-maxval.patch
Patch17: boost-1.41.0-circular_buffer-adl.patch
Patch18: boost-1.41.0-numeric-conformance.patch
Patch19: boost-1.41.0-xtime-gcc49.patch

%if %cmake_build
BuildRequires:	cmake
%else
BuildRequires:	boost-jam
%endif
BuildRequires:	bzip2-devel
BuildRequires:	python-devel
BuildRequires:	zlib-devel
BuildRequires:	icu-devel
#BuildRequires:	openmpi-devel
BuildRequires:	expat-devel
BuildRequires:	doxygen xsltproc

%description
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains only the shared libraries
needed for running programs using Boost.

%define boostlibs date_time filesystem graph iostreams math_c99 math_c99f math_c99l math_tr1 math_tr1f math_tr1l prg_exec_monitor program_options python regex serialization signals system thread unit_test_framework wave wserialization

# (Anssi 01/2010) dashes are converted to underscores for macros ($lib2);
# The sed script adds _ when library name ends in number.
%{expand:%(for lib in %boostlibs; do lib2=${lib/-/_}; cat <<EOF
%%global libname$lib2 %%mklibname boost1.41.0_$(echo $lib | sed 's,[0-9]$,&_,') %{version}
%%package -n %%{libname$lib2}
Summary:	Boost $lib shared library
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{version}-%{release}
Group:		System/Libraries
EOF
done)}
# (Anssi 01/2010) splitted expand contents due to rpm bug failing build,
# triggered by a too long expanded string.
%{expand:%(for lib in %boostlibs; do lib2=${lib/-/_}; cat <<EOF
%%description -n %%{libname$lib2}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost $lib.
EOF
done)}
%{expand:%(for lib in %boostlibs; do lib2=${lib/-/_}; cat <<EOF
%%files -n %%{libname$lib2}
%%defattr(-,root,root)
%%doc LICENSE_1_0.txt
%{_libdir}/libboost_$lib-*.so.%{version}
EOF
done)}

%package -n	%{libnamedevel}
Summary:	The libraries and headers needed for Boost development
Group:		Development/C++
Requires:	%{expand:%(for lib in %boostlibs; do echo -n "%%{libname${lib/-/_}} = %{version}-%{release} "; done)}
Provides:	boost-devel = %{version}-%{release}
Provides:	libboost-devel = %{version}-%{release}

%description -n	%{libnamedevel}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains headers and shared library
symlinks needed for Boost development.

%package -n     %{libnamedevel}-doc
Summary:        The libraries and headers needed for Boost development
Group:          Development/C++
Provides:       boost-devel-doc = %{version}-%{release}
Conflicts:      %{_lib}boost-devel < 1.41.0
BuildArch: noarch

%description -n %{libnamedevel}-doc
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains documentation needed for Boost
development.

%package -n	%{libnamestaticdevel}
Summary:	Static libraries for Boost development
Group:		Development/C++
Requires:	%{libnamedevel} = %{version}-%{release}
Provides:	boost-static-devel = %{version}-%{release}

%description -n	%{libnamestaticdevel}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains only the static libraries
needed for Boost development.

%package -n	%{name}-examples
Summary:	The examples for the Boost libraries
Group:		Development/C++
Obsoletes:	%{libname}-examples < %{version}-%{release}
Provides:	%{libname}-examples = %{version}-%{release}

%description -n	%{name}-examples
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains examples, installed in the
same place as the documentation.

%prep
%setup -qn boost-1.41.0.cmake0
%patch1 -p0
%patch2 -p0
%patch3 -p1
%patch4 -p2
%patch5 -p1
%patch6 -p0
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p0
%patch12 -p0
%patch13 -p2
%patch14 -p2
%patch15 -p2
%patch16 -p2
%patch17 -p2
%patch18 -p2
%patch19 -p1

# Preparing the docs
mkdir packagedoc
find -type f -not -path '*packagedoc*' \( -name '*.html' -o -name '*.htm' -o -name '*.css' -o -name '*.gif' -o -name '*.jpg' -o -name '*.png' -o -name '*README*' \) -exec cp --parents {} packagedoc/ \;

# Preparing the examples: All .hpp or .cpp files that are not in
# directories called test, src, or tools, as well as all files of any
# type in directories called example or examples.
mkdir examples
find libs -type f \( -name "*.?pp" ! -path "*test*" ! -path "*src*" ! -path "*tools*" -o -path "*example*" \) -exec cp --parents {} examples/ \;

%build
%if %cmake_build
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_SINGLE_THREADED=NO \
	-DINSTALL_VERSIONED=OFF -DWITH_MPI=OFF
%make

%else

%define boost_jam_common_flags %{_smp_mflags} -d2 --layout=system --toolset=gcc variant=release threading=multi optimization=speed linkflags="%{ldflags} -lpython%{py_ver}" debug-symbols=on -sHAVE_ICU=1 -sEXPAT_INCLUDE=%{_includedir} -sEXPAT_LIBPATH=%{_libdir} -sCXXFLAGS="%{optflags} -O3" link=shared runtime-link=shared
%ifnarch %arm %mips
%define boost_bjam bjam %{boost_jam_common_flags}
%else
%define boost_bjam bjam %{boost_jam_common_flags} --disable-long-double
%endif
./bootstrap.sh --prefix=%{_prefix} --libdir=%{_libdir}
./%{boost_bjam} --prefix=%{_prefix} --libdir=%{_libdir}
%endif

%install
%if %cmake_build
%makeinstall_std -C build
%else
./%{boost_bjam} --prefix=%{buildroot}%{_prefix} --libdir=%{buildroot}%{_libdir} install
%endif

%if !%cmake_build
# (Anssi 01/2010) add compatibility symlinks:
for file in %{buildroot}%{_libdir}/*.so; do
	cp -a $file ${file%.so}-mt.so
done
for file in %{buildroot}%{_libdir}/*.a; do
	ln -s $(basename $file) ${file%.a}-mt.a
done
%endif

# Kill any debug library versions that may show up un-invited.
rm -f %{buildroot}%{_libdir}/*-d.* %{buildroot}%{_libdir}/*-d-mt.*
# Remove cmake configuration files used to build the Boost libraries
rm -f %{buildroot}%{_libdir}/Boost*.cmake 

%files -n %{libnamedevel}
%defattr(644, root,root, 755)
%{_libdir}/libboost_*.so
%{_includedir}/boost
%if %cmake_build
%{_datadir}/boost-%{version}/cmake/*.cmake
%endif

%files -n %{libnamedevel}-doc
%doc packagedoc/*

%files -n %{libnamestaticdevel}
%{_libdir}/libboost_*.a

%files -n %{name}-examples
%doc examples/*



%changelog

* Wed Jun 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.41.0-2
- (5cdf571) Adopt TIME_UTC_ for modern gcc and glibc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9753 |14cu|botan-1.10.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.10
%define major 1
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} %{api} -d

Summary:	Crypto library written in C++
Name:		botan
Version:	1.10.13
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://botan.randombit.net/
Source0:	http://botan.randombit.net/releases/Botan-%{version}.tgz
BuildRequires:	bzip2-devel
BuildRequires:	gmp-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
Botan is a BSD-licensed crypto library written in C++. It provides a
wide variety of basic cryptographic algorithms, X.509 certificates and
CRLs, PKCS \#10 certificate requests, a filter/pipe message processing
system, and a wide variety of other features, all written in portable
C++. The API reference, tutorial, and examples may help impart the
flavor of the library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
Botan is a BSD-licensed crypto library written in C++. It provides a
wide variety of basic cryptographic algorithms, X.509 certificates and
CRLs, PKCS \#10 certificate requests, a filter/pipe message processing
system, and a wide variety of other features, all written in portable
C++. The API reference, tutorial, and examples may help impart the
flavor of the library.

%files -n %{libname}
%{_libdir}/libbotan-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc _doc/readme.txt
%doc doc/examples
%{_includedir}/%{name}-%{api}/
%{_bindir}/botan-config-%{api}
%{_libdir}/libbotan-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -qn Botan-%{version}

# Update permissions for debuginfo package
find . -name "*.c" -o -name "*.h" -o -name "*.cpp" |xargs chmod 0644

%build
# we have the necessary prerequisites, so enable optional modules
%define enable_modules gnump,bzip2,zlib,openssl

# fixme: maybe disable unix_procs, very slow.
%define disable_modules %{nil}

./configure.py \
        --prefix=%{_prefix} \
        --libdir=%{_lib} \
        --cc=gcc \
        --os=linux \
        --cpu=%{_arch} \
        --enable-modules=%{enable_modules} \
        --disable-modules=%{disable_modules}

# (ab)using CXX as an easy way to inject our CXXFLAGS
make CXX="g++ ${CXXFLAGS:-%{optflags}}" %{?_smp_mflags}

%install
make install \
	DESTDIR=%{buildroot}%{_prefix} \
	DOCDIR=_doc \
	INSTALL_CMD_EXEC="install -p -m 755" \
	INSTALL_CMD_DATA="install -p -m 644" \

rm -f %{buildroot}%{_libdir}/*.a

%check
make CXX="g++ ${CXXFLAGS:-%{optflags}}" %{?_smp_mflags} check

# these checks would fail
mv checks/validate.dat{,.orig}
awk '/\[.*\]/{f=0} /\[(RC5.*|RC6|IDEA)\]/{f=1} (f && !/^#/){sub(/^/,"#")} {print}' \
    checks/validate.dat.orig > checks/validate.dat
LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate


%changelog

* Tue Aug 23 2016 Denis Silakov <dsilakov@gmail.com> 1.10.13-1
- (b127eb3) Updated to 1.10.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9754 |14cu|box2d-2.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}
%define major   2.3.0
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

%define		oname	Box2D

Summary:	A 2D physics engine for games
Name:		box2d
Version:	2.3.0
Release:	2
Group:		System/Libraries
License:	BSD
Url:		http://www.box2d.org
Source:		http://box2d.googlecode.com/files/%{oname}_v%{version}.7z
BuildRequires:	cmake
BuildRequires:	glui-devel = 2.36
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(x11)
BuildRequires:  doxygen
BuildRequires:  p7zip

Obsoletes:	box2d-devel = 2.2.1

%description
Box2D is a 2D rigid body simulation library for games. Programmers can use it
in their games to make objects move in believable ways and make the game world
more interactive. From the game's point of view a physics engine is just
a system for procedural animation.

Box2D is written in portable C++. Most of the types defined in the engine begin
with the b2 prefix. Hopefully this is sufficient to avoid name clashing with
your game engine.
#----------------------------------------------------------------------

%package -n     %{libname}
Summary:        2D physics engine for games
Group:          System/Libraries
Obsoletes:	box2d-devel = 2.2.1

%description -n %{libname}
Box2D is a 2D rigid body simulation library for games. Programmers can use it
in their games to make objects move in believable ways and make the game world
more interactive. From the game's point of view a physics engine is just
a system for procedural animation.

Box2D is written in portable C++. Most of the types defined in the engine begin
with the b2 prefix. Hopefully this is sufficient to avoid name clashing with
your game engine.

%files -n       %{libname}
%doc Box2D/License.txt Box2D/Readme.txt Box2D/Documentation/API
%{_libdir}/lib*.so.%{major}
#----------------------------------------------------------------------------

%package -n     %{devname}
Summary:	A 2D physics engine for games
Group:		Development/C++
Requires:       %{libname} = %{EVRD}
Obsoletes:	box2d-devel = 2.2.1

%description  -n     %{devname}
Box2D is a 2D rigid body simulation library for games. Programmers can use it
in their games to make objects move in believable ways and make the game world
more interactive. From the game's point of view a physics engine is just
a system for procedural animation.

Box2D is written in portable C++. Most of the types defined in the engine begin
with the b2 prefix. Hopefully this is sufficient to avoid name clashing with
your game engine.

%files  -n     %{devname}
%doc Box2D/License.txt Box2D/Readme.txt Box2D/Documentation/API
%{_includedir}/%{oname}/
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/%{oname}.pc
%{_libdir}/%{oname}/
#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}_v%{version}

# ┌─[ symbianflo @ abfonly ] - [ Mandrivausers.ro ] 
# └─[ MRB:aint-no-shit $]:cat Contributions/Readme.txt
# This folder contains user contributions. Contributions are _not_ supported by the Box2D project.
# Contributions may not compile or function correctly.

rm -fr Contributions

%build
pushd Box2D
%cmake -DBOX2D_INSTALL=ON \
       -DBOX2D_BUILD_SHARED=ON \
       -DBOX2D_BUILD_STATIC=OFF \
       -DBOX2D_BUILD_EXAMPLES=OFF
%make

pushd ../Documentation
doxygen
mv -f API/html/* API
rm -rf API/html
find . -type d -exec chmod 0755 {} \;
popd
popd
%install

%makeinstall_std -C Box2D/build

# pc file
install -d %{buildroot}%{_libdir}/pkgconfig
cat << EOF > %{buildroot}%{_libdir}/pkgconfig/%{oname}.pc
prefix=%{_prefix}
exec_prefix=\${prefix}
libdir=\${exec_prefix}/%{_lib}
includedir=\${prefix}/include

Name: %{oname}
Description: 2D physics engine for games
Version: %{version}
Libs: -L\${libdir} -l%{oname}
Cflags: -I\${includedir} -I\${includedir}/%{oname}
EOF


%changelog

* Mon Jun 01 2015 abfonly <abfonly@gmail.com> 2.3.0-2
- (d77f0ff) fixed BR.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9755 |14cu|brackets-1.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Adobe Brackets text editor + Extract bundle
Name:		brackets
Version:	1.10
Release:	1
License:	BSD-like with copyright notice
Group:		Development/Other
Url:		http://brackets.io/
Requires:	nodejs
BuildRequires:	udev-devel
BuildRequires:	tar
BuildRequires:	xz
# Even with __noautoreqfiles, the process of dependency detection is rather slow ...
#AutoReqProv:	no
AutoProv:	no
%define __noautoreqfiles (/opt/brackets/locales|/opt/brackets/www|/opt/brackets/samples|/opt/brackets/node-core)
%define __noautoreq 'libcef.*|libudev.*'

# Though brackets is Open Source, currently we just repack deb packages from upstream
Source0:	https://github.com/adobe/brackets/releases/download/release-%{version}/Brackets.Release.%{version}.32-bit.deb
Source1:	https://github.com/adobe/brackets/releases/download/release-%{version}/Brackets.Release.%{version}.64-bit.deb
Source2:	%{name}.desktop
Source100:	%{name}.rpmlintrc

%description
A modern, open source text editor that understands web design.

%files
/opt/%{name}
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/doc/%{name}
%{_iconsdir}/hicolor/*/apps/*

#----------------------------------------------------------------------------

%prep
%setup -qcT
%ifarch x86_64
ar vx %{SOURCE1}
%endif

%ifarch %{ix86}
ar vx %{SOURCE0}
%endif

tar xJf data.tar.xz

rm -rf usr/share/menu

pushd opt/%{name}/lib
ln -s /%{_lib}/libudev.so.1 libudev.so.0
popd

%install
cp -r opt %{buildroot}
cp -r usr %{buildroot}

for s in 32 48 128 256; do
  mkdir -p %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/
done

install -m 0644 opt/brackets/appshell32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 0644 opt/brackets/appshell48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m 0644 opt/brackets/appshell128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
install -m 0644 opt/brackets/appshell256.png %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications/
install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Tue Aug 15 2017 dsilakov <denis.silakov@rosalab.ru> 1.10-1
- (845f439) Merge pull request #3 from vladimir71/brackets:rosa2014.1
- (845f439) brackets



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9756 |14cu|braincurses-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           braincurses
Version:        1.1.0
Release:        1
Summary:        A simple code-breaking game
License:        GPLv2+
Group:          Games/Strategy
Url:            https://github.com/bderrly/braincurses
Source0:        https://github.com/bderrly/braincurses/archive/%{name}-%{version}.tar.gz
# generated with txt2man from readme
Source1:        %{name}.6
BuildRequires:  pkgconfig(ncurses)

%description
%{summary}

%files
%doc README.md LICENSE
%{_bindir}/%{name}
%{_mandir}/man6/%{name}.6*
#----------------------------------------------

%prep
%setup -q
cp -p %{SOURCE1} .

%build
%setup_compile_flags
%make 

%install
install -Dm 755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dm 644 %{name}.6 %{buildroot}%{_mandir}/man6/%{name}.6*

%changelog

* Mon Aug 22 2016 abfonly <abfonly@gmail.com> 1.1.0-1
- (b984bc3) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9757 |14cu|briss-0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Crop PDF files
Name:		briss
Version:	0.9
Release:	1
License:	GPLv3
Group:		Publishing
Url:		http://briss.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/briss/release%200.9/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
Source2:	%{name}.png
Requires:	java-1.8.0-openjdk
BuildArch:	noarch

%description
A simple user interface lets you define exactly the crop-region
by fitting a rectangle on the visually overlaid pages.

%files
%doc CHANGELOG.txt LICENSE.txt README.txt
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/
%{_datadir}/icons/hicolor/32x32/apps

#------------------------------------------------------------------

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/

cp *jar %{buildroot}%{_datadir}/%{name}

# Launcher
echo "#!/bin/sh" > %{buildroot}%{_bindir}/%{name}
echo 'java -jar /usr/share/briss/briss.jar "$@"' >> %{buildroot}%{_bindir}/%{name}
chmod a+x %{buildroot}%{_bindir}/%{name}

install -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications/
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/

%changelog

* Thu Sep 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9-1
- (1cc1e6b) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9758 |14cu|bristol-0.60.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	bristol
%define	major	0
%define	libname	%mklibname %{name} %{major}

Name:       %{name}
Summary:    Synthesizer Emulator Pack
Version:    0.60.11
Release:    3

URL:        http://%{name}.sourceforge.net/
Source:     http://prdownloads.sourceforge.net/bristol/%{name}-%{version}.tar.gz
Patch0:     bristol-0.60.6-link.patch
License:    GPLv2+
Group:      Sound

BuildRequires:	pkgconfig(jack) >= 0.109.0
BuildRequires:	pkgconfig(liblo) >= 0.22.0
BuildRequires:	pkgconfig(alsa) >= 1.0.0
BuildRequires:	pkgconfig(libpulse)
# Needed for GUI and main library
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	x11-proto-devel

Requires:       %{libname} >= %{version}
Requires:       jack

Obsoletes:      %{name}-aks
Obsoletes:      %{name}-poly
Obsoletes:      %{name}-mixer
Obsoletes:      %{name}-hammond

%description
Bristol emulates several vintage synthesizers, mainly keyboards: Various Moog,
Sequencial Circuits, Oberheim, Arp, Rhodes, Yamaha, Roland, Hammond, Korg,
and Vox algorithms are provided. Each has its own graphical interface.
A central interface is provided by Brighton.

%files
%doc AUTHORS COPYING* NEWS README
%docdir %{_mandir}/man1/*
%{_mandir}/man1/*
%{_bindir}/brighton
%{_bindir}/%{name}
%{_bindir}/bristoljackstats
%{_bindir}/startBristol
%{_datadir}/pixmaps/bicon.svg
%{_datadir}/%{name}
%{_datadir}/desktop-directories/mandriva-%{name}.directory
%config(noreplace) /etc/xdg/menus/applications-merged/%{name}.menu

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries used by bristol
Group:		System/Libraries
Requires:	jack
Provides:	lib%{name} = %{version}-%{release}

%description -n %{libname}
Dynamic libraries required by the Bristol vintage keyboard emulation package.

%files -n %{libname}
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

#-------------------------------------------------------------------------------

%package arp2600
Summary:	Bristol - arp 2600
Group:		Sound
Requires:	%{name}

%description arp2600
* arp 2600.

%files arp2600
%{_datadir}/applications/mandriva-bristol-arp2600.desktop

#-------------------------------------------------------------------------------

%package axxe
Summary:	Bristol - arp axxe
Group:		Sound
Requires:	%{name}

%description axxe
* axxe - arp axxe.

%files axxe
%{_datadir}/applications/mandriva-bristol-axxe.desktop

#-------------------------------------------------------------------------------

%package b3
Summary:	Bristol - hammond B3
Group:		Sound
Requires:	%{name}

%description b3
* b3 - hammond B3.

%files b3
%{_datadir}/applications/mandriva-bristol-b3.desktop

#-------------------------------------------------------------------------------

%package bitone
Summary:	Bristol - crumar bit 01
Group:		Sound
Requires:	%{name}

%description bitone
* bitone - crumar bit 01.

%files bitone
%{_datadir}/applications/mandriva-bristol-bitone.desktop

#-------------------------------------------------------------------------------

%package bit100
Summary:	Bristol - crumar bit + mods
Group:		Sound
Requires:	%{name}

%description bit100
* bit100 - crumar bit + mods.

%files bit100
%{_datadir}/applications/mandriva-bristol-bit100.desktop

#-------------------------------------------------------------------------------

%package bit99
Summary:	Bristol - crumar bit 99
Group:		Sound
Requires:	%{name}

%description bit99
* bit99 - crumar bit 99.

%files bit99
%{_datadir}/applications/mandriva-bristol-bit99.desktop

#-------------------------------------------------------------------------------

%package stratus
Summary:	Bristol - crumar stratus synth/organ combo
Group:		Sound
Requires:	%{name}

%description stratus
* stratus - crumar stratus synth/organ combo.

%files stratus
%{_datadir}/applications/mandriva-bristol-stratus.desktop

#-------------------------------------------------------------------------------

%package trilogy
Summary:	Bristol - crumar trilogy synth/organ/string combo
Group:		Sound
Requires:	%{name}

%description trilogy
* trilogy - crumar trilogy synth/organ/string combo.

%files trilogy
%{_datadir}/applications/mandriva-bristol-trilogy.desktop

#-------------------------------------------------------------------------------

%package dx
Summary:	Bristol - yamaha DX-7
Group:		Sound
Requires:	%{name}

%description dx
* dx - yamaha DX-7.

%files dx
%{_datadir}/applications/mandriva-bristol-dx.desktop

#-------------------------------------------------------------------------------

%package explorer
Summary:	Bristol - moog voyager
Group:		Sound
Requires:	%{name}

%description explorer
* explorer - moog voyager.

%files explorer
%{_datadir}/applications/mandriva-bristol-explorer.desktop

#-------------------------------------------------------------------------------

%package voyager
Summary:	Bristol - moog voyager electric blue
Group:		Sound
Requires:	%{name}

%description voyager
* voyager - moog voyager electric blue.

%files voyager
%{_datadir}/applications/mandriva-bristol-voyager.desktop

#-------------------------------------------------------------------------------

%package sonic6
Summary:	Bristol - moog sonic 6
Group:		Sound
Requires:	%{name}

%description sonic6
* sonic6 - moog sonic 6.

%files sonic6
%{_datadir}/applications/mandriva-bristol-sonic6.desktop

#-------------------------------------------------------------------------------

%package mg1
Summary:	Bristol - moog/realistic mg-1 concertmate
Group:		Sound
Requires:	%{name}

%description mg1
* mg1 - moog/realistic mg-1 concertmate.

%files mg1
%{_datadir}/applications/mandriva-bristol-mg1.desktop

#-------------------------------------------------------------------------------

%package juno
Summary:	Bristol - roland juno-60
Group:		Sound
Requires:	%{name}

%description juno
* juno - roland juno-60.

%files juno
%{_datadir}/applications/mandriva-bristol-juno.desktop

#-------------------------------------------------------------------------------

%package jupiter
Summary:	Bristol - roland jupiter-8
Group:		Sound
Requires:	%{name}

%description jupiter
* jupiter - roland jupiter-8.

%files jupiter
%{_datadir}/applications/mandriva-bristol-jupiter.desktop

#-------------------------------------------------------------------------------

%package bme700
Summary:	Bristol - Baumann bme-700
Group:		Sound
Requires:	%{name}

%description bme700
* bme700 - Baumann bme-700.

%files bme700
%{_datadir}/applications/mandriva-bristol-bme700.desktop

#-------------------------------------------------------------------------------

%package bm
Summary:	Bristol - bristol bassmaker sequencer
Group:		Sound
Requires:	%{name}

%description bm
* bm - bristol bassmaker sequencer.

%files bm
%{_datadir}/applications/mandriva-bristol-bm.desktop

#-------------------------------------------------------------------------------

%package memory
Summary:	Bristol - moog memory
Group:		Sound
Requires:	%{name}

%description memory
* memory - moog memory.

%files memory
%{_datadir}/applications/mandriva-bristol-memory.desktop

#-------------------------------------------------------------------------------

%package mini
Summary:	Bristol - moog mini
Group:		Sound
Requires:	%{name}

%description mini
* mini - moog mini.

%files mini
%{_datadir}/applications/mandriva-bristol-mini.desktop

#-------------------------------------------------------------------------------

%package mono
Summary:	Bristol - korg monopoly
Group:		Sound
Requires:	%{name}

%description mono
* mono - korg monopoly.

%files mono
%{_datadir}/applications/mandriva-bristol-mono.desktop

#-------------------------------------------------------------------------------

%package obx
Summary:	Bristol - oberheim OB-X
Group:		Sound
Requires:	%{name}

%description obx
* obx - oberheim OB-X.

%files obx
%{_datadir}/applications/mandriva-bristol-obx.desktop

#-------------------------------------------------------------------------------

%package obxa
Summary:	Bristol - oberheim OB-X-A
Group:		Sound
Requires:	%{name}

%description obxa
* obxa - oberheim OB-X-A.

%files obxa
%{_datadir}/applications/mandriva-bristol-obxa.desktop

#-------------------------------------------------------------------------------

%package odyssey
Summary:	Bristol - arp odyssey
Group:		Sound
Requires:	%{name}

%description odyssey
* odyssey - arp odyssey.

%files odyssey
%{_datadir}/applications/mandriva-bristol-odyssey.desktop

#-------------------------------------------------------------------------------

%package polysix
Summary:	Bristol - korg polysix
Group:		Sound
Requires:	%{name}

%description polysix
* polysix - korg polysix.

%files polysix
%{_datadir}/applications/mandriva-bristol-polysix.desktop

#-------------------------------------------------------------------------------

%package poly800
Summary:	Bristol - korg poly-800
Group:		Sound
Requires:	%{name}

%description poly800
* poly800 - korg poly-800.

%files poly800
%{_datadir}/applications/mandriva-bristol-poly800.desktop

#-------------------------------------------------------------------------------

%package monopoly
Summary:	Bristol - korg mono/poly
Group:		Sound
Requires:	%{name}

%description monopoly
* poly - korg mono/poly.

%files monopoly
%{_datadir}/applications/mandriva-bristol-monopoly.desktop

#-------------------------------------------------------------------------------

%package prophet
Summary:	Bristol- sequential circuits prophet-5
Group:		Sound
Requires:	%{name}

%description prophet
* prophet - sequential circuits prophet-5.

%files prophet
%{_datadir}/applications/mandriva-bristol-prophet.desktop

#-------------------------------------------------------------------------------

%package pro10
Summary:	Bristol- sequential circuits prophet-10
Group:		Sound
Requires:	%{name}

%description pro10
* pro10 - sequential circuits prophet-10.

%files pro10
%{_datadir}/applications/mandriva-bristol-pro10.desktop

#-------------------------------------------------------------------------------

%package pro52
Summary:	Bristol- sequential circuits prophet-5/fx
Group:		Sound
Requires:	%{name}

%description pro52
* pro52 - sequential circuits prophet-5 with chorus.

%files pro52
%{_datadir}/applications/mandriva-bristol-pro52.desktop

#-------------------------------------------------------------------------------

%package pro1
Summary:	Bristol- sequential circuits pro-one
Group:		Sound
Requires:	%{name}

%description pro1
* pro1 - sequential circuits pro-one.

%files pro1
%{_datadir}/applications/mandriva-bristol-pro1.desktop

#-------------------------------------------------------------------------------

%package roadrunner
Summary:	Bristol- roadrunner electric piano
Group:		Sound
Requires:	%{name}

%description roadrunner
* roadrunner   - roadrunner electric piano.

%files roadrunner
%{_datadir}/applications/mandriva-bristol-roadrunner.desktop

#-------------------------------------------------------------------------------

%package rhodes
Summary:	Bristol- fender rhodes mark-I stage 73
Group:		Sound
Requires:	%{name}

%description rhodes
* rhodes - fender rhodes mark-I stage 73.

%files rhodes
%{_datadir}/applications/mandriva-bristol-rhodes.desktop

#-------------------------------------------------------------------------------

%package rhodesbass
Summary:	Bristol- fender rhodes bass piano
Group:		Sound
Requires:	%{name}

%description rhodesbass
* rhodesbass - fender rhodes bass piano.

%files rhodesbass
%{_datadir}/applications/mandriva-bristol-rhodesbass.desktop

#-------------------------------------------------------------------------------

%package solina
Summary:	Bristol- Solina string machine
Group:		Sound
Requires:	%{name}

%description solina
* solina - solina string machine.

%files solina
%{_datadir}/applications/mandriva-bristol-solina.desktop

#-------------------------------------------------------------------------------

%package sidney
Summary:	Bristol- Comodore-64 SID chip synth
Group:		Sound
Requires:	%{name}

%description sidney
* sidney - Comodore-64 SID chip synth.

%files sidney
%{_datadir}/applications/mandriva-bristol-sidney.desktop

#-------------------------------------------------------------------------------

%package voxM2
Summary:	Bristol- vox continental super/300/II
Group:		Sound
Requires:	%{name}

%description voxM2
* vox - vox continental super/300/II.

%files voxM2
%{_datadir}/applications/mandriva-bristol-voxM2.desktop

#-------------------------------------------------------------------------------

%package vox
Summary:	Bristol- vox continental
Group:		Sound
Requires:	%{name}

%description vox
* vox - vox continental.

%files vox
%{_datadir}/applications/mandriva-bristol-vox.desktop

#-------------------------------------------------------------------------------


%prep
%setup -q
#patch0 -p1 -b .link
chmod  a-x bitmaps/*/*
chmod  a-x bitmaps/bicon.svg bitmaps/icon_bitmap.xbm
chmod  a-x COPYING AUTHORS NEWS

perl -pi -e 's/-march=core2//g' bristol/Makefile.*
perl -pi -e 's/-march=core2//g' libbristol/Makefile.*

%build
autoreconf -fi
# Still needed?
#define _disable_ld_no_undefined 1
%configure CONFIG_SHELL=/bin/bash \
    --disable-version-check \
    --enable-static=no

%make

%install
make BRISTOL_DIR=%{_datadir}/bristol DESTDIR=%{buildroot} install

rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/*.so

mkdir -p %{buildroot}/etc/xdg/menus/applications-merged
cat > %{buildroot}/etc/xdg/menus/applications-merged/%{name}.menu << EOF
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd">
<Menu>
    <Name>Applications</Name>
    <Menu>
        <Name>SoundVideo</Name>
        <Menu>
            <Name>Bristol</Name>
                <Directory>mandriva-%{name}.directory</Directory>
                <Include>
                    <Category>X-Bristol</Category>
                </Include>
        </Menu>
    </Menu>
</Menu>
EOF

mkdir -p %{buildroot}%{_datadir}/desktop-directories
cat > %{buildroot}%{_datadir}/desktop-directories/mandriva-%{name}.directory << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Bristol
Icon=bicon.svg
Type=Directory
EOF


mkdir -p %{buildroot}%{_datadir}/applications/
for synth in    arp2600 axxe b3 dx explorer voyager mg1 juno jupiter \
                trilogy stratus memory mini sonic6\
                bitone bit99 bit100 sidney bm bme700 \
                mono obx obxa odyssey poly800 monopoly \
                polysix prophet pro10 pro52 pro1 roadrunner rhodes rhodesbass \
                solina vox voxM2; do

cat > %{buildroot}%{_datadir}/applications/mandriva-bristol-${synth}.desktop << EOF
[Desktop Entry]
Name=Bristol ${synth}
Comment=Emulator for diverse keyboard instruments
Icon=bicon.svg
Type=Application
Exec=startBristol -jack -autoconn -priority 70 -${synth}
Terminal=false
Encoding=UTF-8
Categories=X-Bristol;
EOF

done

mkdir -p %{buildroot}%{_datadir}/pixmaps
cp bitmaps/bicon.svg %{buildroot}%{_datadir}/pixmaps/



%changelog

* Tue Jan 12 2016 gvm <mc2374@mclink.it> 0.60.11-3
- (61eb3c6) Rebuilt for updated jack package (change BReq and Req).



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9759 |14cu|bsd-games-2.17-27
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Collection of text-based games
Name:		bsd-games
Version:	2.17
Release:	27
License:	BSD
Group:		Games/Other
Url:		ftp://metalab.unc.edu/pub/Linux/games/
Source0:	ftp://metalab.unc.edu/pub/Linux/games/bsd-games-%{version}.tar.gz
Source1:	config.params
# A collection of patches from Debian.
Patch0:		bsd-games-2.17-debian.patch
# Patches from Fedora Core 1
Patch1:		bsd-games-2.17-ospeed.patch
Patch2:		bsd-games-2.17-getline.patch
Patch3:		bsd-games-2.17-utmpstruct.patch
# Additional new patches
Patch4:		bsd-games-2.17-setresgid.patch
Patch5:		bsd-games-2.17-tetrisgid.patch
Patch6:		bsd-games-2.17-hackgid.patch
Patch7:		bsd-games-2.17-phantasiagid.patch
# Add patches for man page renames
Patch8:		bsd-games-2.17-monop-rename.patch
Patch9:		bsd-games-2.17-banner-rename.patch
Patch10:	bsd-games-2.17-stdio-c++.patch
Patch11:	bsd-games-2.17-nolibtermcap.patch
Patch12:	bsd-games-2.17-tetris-rename.patch
Patch13:	bsd-games-2.17-gcc4.3.patch
Patch14:	bsd-games-2.17-format-security.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	words
BuildRequires:	pkgconfig(ncurses)
Requires(pre,postun):	rpm-helper

%description
Bsd-games includes adventure, arithmetic, atc, backgammon, battlestar,
bcd, caesar, canfield, cfscores, cribbage, go-fish, gomoku,
hunt, mille, mpoly, morse, number, phantasia, pig, pom, ppt, primes,
quiz, rain, random, robots, rot13, sail, snake, snscore, teachgammon,
bsd-fbg, trek, worm, worms and wump.

%files
%{_bindir}/adventure
%{_bindir}/arithmetic
%attr(2755,root,games) %{_bindir}/atc
%{_bindir}/backgammon
%{_bindir}/teachgammon
%attr(2755,root,games) %{_bindir}/battlestar
%{_bindir}/boggle
%{_bindir}/bcd
%{_bindir}/caesar
%{_bindir}/dab
%{_bindir}/rot13
%attr(2755,root,games) %{_bindir}/canfield
%{_bindir}/cfscores
%attr(2755,root,games) %{_bindir}/cribbage
%{_bindir}/go-fish
%{_bindir}/gomoku
%attr(2755,root,gamehack) %{_bindir}/hack
%{_bindir}/hangman
%{_bindir}/bsd-hunt
%{_bindir}/mille
%{_bindir}/mpoly
%{_bindir}/morse
%{_bindir}/number
%attr(2755,root,gamephant) %{_bindir}/phantasia
%{_bindir}/pig
%{_bindir}/pom
%{_bindir}/ppt
%{_bindir}/primes
%{_bindir}/quiz
%{_bindir}/bsd-rain
%{_bindir}/random
%attr(2755,root,games) %{_bindir}/robots
%attr(2755,root,gamesail) %{_bindir}/sail
%attr(2755,root,games) %{_bindir}/snake
%{_bindir}/snscore
%attr(2755,root,games) %{_bindir}/bsd-fbg
%{_bindir}/trek
%{_bindir}/vert-banner
%{_bindir}/worm
%{_bindir}/worms
%{_bindir}/wtf
%{_bindir}/wump
%{_datadir}/%{name}
%{_datadir}/misc/acronyms
%{_datadir}/misc/acronyms.comp
%{_mandir}/man6/*
%{_sbindir}/huntd
%config %attr(664,root,games) %{_var}/games/atc_score
%config %attr(664,root,games) %{_var}/games/battlestar.log
%config %attr(664,root,games) %{_var}/games/cfscores
%config %attr(664,root,games) %{_var}/games/criblog
%dir %attr(0775,root,gamehack) %{_var}/games/hack
%config %attr(664,root,gamehack) %{_var}/games/hack/*
%dir %attr(775,root,gamephant) %{_var}/games/phantasia
%config %attr(664,root,gamephant) %{_var}/games/phantasia/*
%dir %attr(775,root,gamesail) %{_var}/games/sail
%config %attr(644,root,games) %{_var}/games/robots_roll
%config %attr(664,root,gamesail) %{_var}/games/saillog
%config %attr(664,root,games) %{_var}/games/snake.log
%config %attr(664,root,games) %{_var}/games/snakerawscores
%config %attr(664,root,games) %{_var}/games/bsd-fbg.scores
%doc AUTHORS COPYING ChangeLog ChangeLog.0 THANKS YEAR2000 README.hunt trek/USD.doc/trek.me

%pre
%_pre_groupadd gamehack
%_pre_groupadd gamesail
%_pre_groupadd gamephant

%postun
%_postun_groupdel gamehack
%_postun_groupdel gamesail
%_postun_groupdel gamephant

#----------------------------------------------------------------------------

%prep
%setup -q
install -p -m 755 %{SOURCE1} .
%patch0 -p1 -b .debian
%patch1 -p1 -b .ospeed
%patch2 -p1 -b .getline
%patch3 -p1 -b .utmpstruct
%patch4 -p1 -b .setresgid
%patch5 -p1 -b .tetrisgid
%patch6 -p1 -b .hackgid
%patch7 -p1 -b .phantasiagid
%patch8 -p1 -b .monop.rename
%patch9 -p0 -b .banner.rename
%patch10 -p0 -b .cplusplus
%patch11 -p0 -b .nolibtermcap
%patch12 -p0 -b .tetris.rename
%patch13 -p1
%patch14 -p1 -b .format-security

%build
# We include a templatized configuration settings file to set
# reasonable defaults, and to tell the configure script not to
# run in interactive mode.
sed -i.bak -e "s#@DESTDIR@#%{buildroot}#" \
    -e "s#@bindir@#%{_bindir}#" \
    -e "s#@docdir@#%{_docdir}#" \
    -e "s#@sbindir@#%{_sbindir}#" \
    -e "s#@datadir@#%{_datadir}#" \
    -e "s#@libdir@#%{_libdir}#" \
    -e "s#@mandir@#%{_mandir}#" \
    -e "s#@var@#%{_var}#" \
    -e "s#@RPM_OPT_FLAGS@#%{optflags}#" \
    config.params 

# Don't use %%configure.  This configure script wasn't generated by
# autoconf and doesn't obey things like --prefix.
./configure
%make RPM_OPT_FLAGS="%{optflags} -D_GNU_SOURCE"

# Rename one doc file to avoid naming collisions
cp hunt/README README.hunt

%install
make RPM_BUILD_ROOT="%{buildroot}" install

# Change the binary name for monop to prevent a conflict with the mono-devel
# package
mv %{buildroot}/%{_bindir}/monop %{buildroot}/%{_bindir}/mpoly
mv %{buildroot}/%{_mandir}/man6/monop.6.gz %{buildroot}/%{_mandir}/man6/mpoly.6.gz

# Change the binary name for banner to prevent a conflict with a Fedora
# package with the same name
mv %{buildroot}/%{_bindir}/banner %{buildroot}/%{_bindir}/vert-banner
mv %{buildroot}/%{_mandir}/man6/banner.6.gz %{buildroot}/%{_mandir}/man6/vert-banner.6.gz

# Change the binary name for tetris to prevent a conflict with the mono-devel
# package
mv %{buildroot}/%{_bindir}/tetris-bsd %{buildroot}/%{_bindir}/bsd-fbg
mv %{buildroot}/%{_mandir}/man6/tetris-bsd.6.gz %{buildroot}/%{_mandir}/man6/bsd-fbg.6.gz

# Change the binary name for rain to prevent a conflict with mesa-demos package
mv %{buildroot}/%{_bindir}/rain %{buildroot}/%{_bindir}/bsd-rain
mv %{buildroot}/%{_mandir}/man6/rain.6.gz %{buildroot}/%{_mandir}/man6/bsd-rain.6.gz

# Change the binary name for hunt to prevent a conflict with hunt package
mv %{buildroot}/%{_bindir}/hunt %{buildroot}/%{_bindir}/bsd-hunt
mv %{buildroot}/%{_mandir}/man6/hunt.6.gz %{buildroot}/%{_mandir}/man6/bsd-hunt.6.gz

# Remove this doc file.  We're copying it to a different location for Fedora.
rm -f %{buildroot}/%{_docdir}/trek.me


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.17-27
- (60f5066) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9760 |14cu|bsdiff-4.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Binary diff/patch utility
Name:		bsdiff
Version:	4.3
Release:	5
Group:		File tools
License:	BSD
URL:		http://www.daemonology.net/bsdiff/
Source:		http://www.daemonology.net/bsdiff/%{name}-%{version}.tar.gz
Patch0:		bsdiff-4.3-CVE-2014-9862.patch
BuildRequires:	bzip2-devel

%description
bsdiff and bspatch are tools for building and applying patches to
binary files. By using suffix sorting (specifically, Larsson and
Sadakane's qsufsort) and taking advantage of how executable files
change, bsdiff routinely produces binary patches 50-80%% smaller
than those produced by Xdelta, and 15%% smaller than those produced
by .RTPatch.

These programs were originally named bdiff and bpatch, but the large
number of other programs using those names lead to confusion; I'm
not sure if the "bs" in refers to "binary software" (because bsdiff
produces exceptionally small patches for executable files) or
"bytewise subtraction" (which is the key to how well it performs).
Feel free to offer other suggestions.

%prep
%setup -q
%patch0 -p1

%build
%__cc %{optflags} -lbz2 bsdiff.c -o bsdiff
%__cc %{optflags} -lbz2 bspatch.c -o bspatch

%install

install -D -m755 bsdiff %{buildroot}%{_bindir}/bsdiff
install -D -m755 bspatch %{buildroot}%{_bindir}/bspatch

install -D -m644 bsdiff.1 %{buildroot}%{_mandir}/man1/bsdiff.1
install -D -m644 bspatch.1 %{buildroot}%{_mandir}/man1/bspatch.1

%clean

%files
%{_bindir}/bsdiff
%{_bindir}/bspatch
%{_mandir}/man1/bsdiff.1*
%{_mandir}/man1/bspatch.1*

%changelog

* Thu Sep 01 2016 Denis Silakov <dsilakov@gmail.com> 4.3-5
- (a58fe30) Fix CVE-2014-9862



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9761 |14cu|bstone-1.1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A source port of Blake Stone: Aliens of Gold and Blake Stone: Planet Strike
Name:		bstone
Version:	1.1.7
Release:	1
License:	GPLv2+
Group:		Games/Shooter
Url:		https://github.com/bibendovsky/bstone
# From git by tag https://github.com/bibendovsky/bstone
Source0:	%{name}-%{version}.tar.gz
Patch0:		bstone-1.0.0-fix-header.patch
Patch1:		bstone-1.1.6-error-message.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(sdl2)

%description
A source port of Blake Stone: Aliens of Gold and Blake Stone: Planet Strike.

Please note that this source port requires original game data.

Run it as:
bstone --data_dir path_to_data

%files
%doc README.md
%{_gamesbindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake
%make

%install
mkdir -p %{buildroot}%{_gamesbindir}
install -m 0755 build/%{name} %{buildroot}%{_gamesbindir}/%{name}

%changelog

* Wed Jun 22 2016 abondrov <andrey.bondrov@rosalab.ru> 1.1.7-1
- (8ada4de) Merge pull request #1 from tremod/bstone:rosa2014.1
- (8ada4de) Update to 1.1.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9762 |14cu|bubble-chains-0.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: chains.spec 
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################
%define debug_package	%{nil}
%define oname chains

Name: 		bubble-chains
Summary: 	Free-ware cross-platform 2D arcade-puzzle game
Version: 	0.1.1
Release: 	1
License: 	GPLv2
Group: 		Games/Puzzles
URL:		http://bubble-chains.sintegrial.com/
Source0:	http://bubble-chains.sintegrial.com/files/%{oname}-%{version}-src.7z
Patch0:		%{name}-%{version}-dirs.patch

BuildRequires:	qt4-devel 
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	imagemagick 
BuildRequires:	desktop-file-utils
BuildRequires:	p7zip
Requires:	config(TiMidity++)


%description
Bubble Chains is a funny 2D game which runs on Linux, 
Windows and FreeBSD. 
Bubble Chains was created using only free 
development software and free resources.
Game manual can be found on the official website: 
http://bubble-chains.sintegrial.com/about.php

%prep
7za x %{SOURCE0} 
%setup -T -D -n %{oname}-%{version}-src
%patch0 -p0


%build
%qmake_qt4
%make 

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}

install -d -m755 %{buildroot}%{_liconsdir}
install -d -m755 %{buildroot}%{_iconsdir}
install -d -m755 %{buildroot}%{_miconsdir}
install -d -m755 %{buildroot}%{_datadir}/pixmaps

convert images/icon256.png -resize 48x48 %{buildroot}%{_liconsdir}/%{oname}.png
convert images/icon256.png -resize 32x32 %{buildroot}%{_iconsdir}/%{oname}.png
convert images/icon256.png -resize 16x16 %{buildroot}%{_miconsdir}/%{oname}.png
install -m 644 images/icon256.png %{buildroot}%{_datadir}/pixmaps/%{oname}.svg

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Categories=Qt;Game;
Comment=funny 2D game
Exec=chains
GenericName=chains
Icon=chains
Name=chains
NoDisplay=false
StartupNotify=true
Terminal=false
Type=Application
EOF

desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop 

# make rpmlint happy
pushd %{buildroot}%{_datadir}/%{oname}/data
chmod 0755 schemes help schemes/default lang tools sounds levels music bonus
popd

chmod 0755 %{buildroot}%{_datadir}/%{oname}/data
#

%files
%doc README
%{_bindir}/%{oname}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{oname}.png
%{_miconsdir}/%{oname}.png
%{_liconsdir}/%{oname}.png
%{_datadir}/pixmaps/%{oname}.svg
%{_datadir}/%{oname}/data




%changelog
* Tue Apr 29 2014 symbianflo <symbianflo@symbianflo> 0.1.1-1
+ Revision: 8c76d9f
- Log import from MRB for contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9763 |14cu|bubbros-1.6.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           bubbros
Version:        1.6.2
Release:        3
Summary:        Bub and Brothers game inspired by the classic Bubble and Bobble
Group:          Games/Arcade
License:        MIT and Artistic 2.0
#               Code under MIT
#               Sound and Graphics under Artistic 2.0, as released by Sebastian Wegner, in an email on 28/09/2009.
URL:            http://bub-n-bros.sourceforge.net/
Source0:        http://downloads.sourceforge.net/bub-n-bros/%{version}/%{name}-%{version}.tar.gz
Source1:        bubbros.desktop
Source2:        bubbros-client.sh
Source3:        bubbros-server.sh
Source4:        bubbros.sh
Source5:        bubbros-license-Artistic2.0.txt
Patch0:         bubbros-1.5-fixes.patch
BuildRequires:  python-devel imagemagick desktop-file-utils  
BuildRequires:  java-sdk
BuildRequires:  x11-proto-devel
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xext)
Requires:       pygame pygtk2 hicolor-icon-theme
# htmlview

%description
This is a direct clone of the MacOS game Bub & Bob of McSebi. Thanks Sebi for
all the cool graphics and sounds!

Features:

    * 1 to 10 players -- the best fun is with at least 3 players!
    * Same gameplay as the famous McSebi's Bub & Bob.
    * Over-the-network game and/or up to 3 players on the same computer.
    * Completely original crazy bonuses!
    * Capture other players in a bubble!
    * New levels, including a random level generator!


%prep
%setup -q
#no backups for this patch, otherwise they end up getting installed!
%patch0 -p1
sed -i 's:#! /usr/bin/env python:#!%{__python}:' BubBob.py bubbob/bb.py \
  display/Client.py
chmod +x display/Client.py
# for %doc
mv bubbob/levels/README.txt levels.txt
install -m 644 %{SOURCE5} artistic.txt

%build
make %{?_smp_mflags}
pushd bubbob/images
python buildcolors.py
popd
pushd java
rm *.class
make
popd
convert bubbob/images/dragon_0.ppm -transparent '#010101' -crop 32x32+0+0 \
  %{name}.png


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_libdir}/%{name}
mkdir -p %{buildroot}%{_mandir}/man6
# copying the complete dirs and then removing the unwanted bits is easier :)
cp -a BubBob.py bubbob common display http2 java metaserver \
  %{buildroot}%{_datadir}/%{name}
rm -fr %{buildroot}%{_datadir}/%{name}/bubbob/build
rm -fr %{buildroot}%{_datadir}/%{name}/bubbob/doc
rm -fr %{buildroot}%{_datadir}/%{name}/display/build
rm -fr %{buildroot}%{_datadir}/%{name}/display/windows
rm     %{buildroot}%{_datadir}/%{name}/display/*_windows.py
rm -fr %{buildroot}%{_datadir}/%{name}/http2/sf
rm     %{buildroot}%{_datadir}/%{name}/http2/header.png
rm     %{buildroot}%{_datadir}/%{name}/java/pclient.java
rm `find %{buildroot}%{_datadir}/%{name} -name '*.c'`
rm `find %{buildroot}%{_datadir}/%{name} -name 'Makefile'`
rm `find %{buildroot}%{_datadir}/%{name} -name 'setup.py'`
# put the .so files in %{libdir}
mv `find %{buildroot}%{_datadir}/%{name} -name '*.so'` \
  %{buildroot}%{_libdir}/%{name}
# create the symlinks in /usr/bin, these must be absolute links!
install -m 755 %{SOURCE2} %{buildroot}%{_bindir}/bubbros-client
install -m 755 %{SOURCE3} %{buildroot}%{_bindir}/bubbros-server
install -m 755 %{SOURCE4} %{buildroot}%{_bindir}/bubbros
# install the manpages
install -m 644 doc/BubBob.py.1 %{buildroot}%{_mandir}/man6/bubbros.6
install -m 644 doc/bb.py.1 %{buildroot}%{_mandir}/man6/bubbros-server.6
install -m 644 doc/Client.py.1 %{buildroot}%{_mandir}/man6/bubbros-client.6
# below is the desktop file and icon stuff.
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --vendor dribble           \
  --dir %{buildroot}%{_datadir}/applications \
  %{SOURCE1}
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -p -m 644 %{name}.png \
  %{buildroot}%{_datadir}/icons/hicolor/32x32/apps


%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc LICENSE.txt artistic.txt levels.txt
%{_bindir}/bubbros*
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/dribble-%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_mandir}/man6/bubbros*.6.*





%changelog

* Wed Jul 01 2015 dsilakov <denis.silakov@rosalab.ru> 1.6.2-3
- (9c95f9a) Merge pull request #1 from cfg/bubbros:rosa2014.1
- (9c95f9a) Version update



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9764 |14cu|bugzilla-5.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pre	%nil

Name:		bugzilla
Version:	5.0.3
Release:	1

Summary:	A bug tracking system developed by mozilla.org
License:	MPL
Group:		Networking/WWW
Url:		http://www.bugzilla.org
Source0:	http://ftp.mozilla.org/pub/mozilla.org/webtools/%{name}-%{version}%{pre}.tar.gz
Source1:	Bugzilla.pm
Patch0:		%{name}-fhs.patch
Patch2:		bugzilla-4.0.2-fix-permissions.patch
Patch3:		bugzilla-4.0.2-recommend-urpmi.patch
Requires:	apache
Requires:	perl(CGI) >= 1:3.510.0
Requires:	perl(Date::Format) >= 2.23
Requires:	perl(DateTime)     >= 0.280.0
Requires:	perl(Digest::SHA)
Requires:       perl(Date::Format) >= 2.23
Requires:	perl(File::Spec)   >= 0.840.0
Requires:	perl(DBI)          >= 1.540.0
Requires:	perl(Template)     >= 2.220.0
Requires:	perl(Email::Sender)  
Requires:	perl(Email::MIME::Modifier)
Requires:	perl(Math::Random::ISAAC) >= 1.0.1
Requires:	perl(Math::Random::ISAAC::XS)
Requires:       perl(Email::MIME) >= 1.904
Requires:       perl(URI) >= 1.37 
Requires:       perl(List::MoreUtils) >= 0.32 
Requires:	sendmail-command
Suggests:	diffutils
Suggests:	graphviz
Suggests:	patchutils
Suggests:	perl(DBD::mysql) >= 4.0.1
Suggests:	perl(DBD::Pg)    >= 2.7.0
Suggests:	perl(GD)
Suggests:	perl(GD::Graph)
Suggests:	perl(GD::TextUtil)
Suggests:	perl(Chart::Base)
Suggests:	perl(Net::LDAP)
Suggests:	perl(PatchReader)
Suggests:	perl(XML::Parser)
BuildArch:	noarch

%define __noautoreq 'perl\\(XML::Twig\\)|perl\\(MIME::Parser\\)|perl\\(DBD::.*\\)|perl\\(DBI::st\\)|perl\\(DBI::db\\)|perl\\(TheSchwartz\\)|\
                     perl\\(sanitycheck.cgi\\)|perl\\(Apache2::|perl\\(ModPerl::|perl\\(Authen::Radius\\)|perl\\(Net::LDAP\\)|perl\\(Email::MIME::Attachment::Stripper\\)|\
                     perl\\(Email::Reply\\)|perl\\(XMLRPC::|perl\\(HTTP::Message\\)|perl\\(Test::Taint\\)|perl\\(Image::Magick\\)'

%define __noautoprov 'perl\\(Bugzilla::Extension::BmpConvert\\)|perl\\(Bugzilla::Extension::Example\\)|perl\\(Bugzilla::Extension::Example::Auth::Login\\)|\
                      perl\\(Bugzilla::Extension::Example::Auth::Verify\\)|perl\\(Bugzilla::Extension::Example::Config\\)|perl\\(Bugzilla::Extension::Example::WebService\\)|\
                      perl\\(Bugzilla::Extension::OldBugMove\\)|perl\\(Bugzilla::Extension::OldBugMove::Params\\)|perl\\(Bugzilla::Extension::Voting\\)'

%description
Bugzilla is one example of a class of programs called "Defect Tracking
Systems", or, more commonly, "Bug-Tracking Systems". Defect Tracking Systems
allow individual or groups of developers to keep track of outstanding bugs
in their product effectively.

%package contrib
Summary:	Additional tools for %{name}
Group:		Networking/WWW

%description contrib
This package contains additional tools for %{name}.

%prep
%setup -q -n %{name}-%{version}%{pre}
find . -name CVS -o -name .cvsignore -delete

# fix perms
chmod -R go=u-w .
chmod 644 Bugzilla/Bug.pm
chmod 644 template/en/default/admin/keywords/*
chmod 755 docs/makedocs.pl

# fix paths
find . -type f | xargs perl -pi -e "s|/usr/local/bin|%{_bindir}|g"

# fix contrib documentation files names
(cd contrib/bugzilla-submit && mv README README.bugzilla-submit)

%patch0 -p1
%patch2 -p1
%patch3 -p1

%build

%install
mkdir -p %{buildroot}%{perl_sitelib}
install -m644 %{SOURCE1} %{buildroot}%{perl_sitelib}

install -d -m 755 %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_datadir}/%{name}/www
install -m 755 *.cgi %{buildroot}%{_datadir}/%{name}/www
cp -pr js skins images robots.txt %{buildroot}%{_datadir}/%{name}/www
install -d -m 755 %{buildroot}%{_datadir}/%{name}/extensions
install -d -m 755 %{buildroot}%{_datadir}/%{name}/www/skins/custom
install -d -m 755 %{buildroot}%{_datadir}/%{name}/www/skins/contrib

install -d -m 755 %{buildroot}%{_datadir}/%{name}/lib
install -d -m 755 %{buildroot}%{_datadir}/%{name}/bin

# only install english templates (bug #61555)
install -d -m 755 %{buildroot}%{_datadir}/%{name}/template
cp -pr template/en %{buildroot}%{_datadir}/%{name}/template

cp -pr Bugzilla %{buildroot}%{_datadir}/%{name}/lib
install -m 644 Bugzilla.pm \
	%{buildroot}%{_datadir}/%{name}/lib
install -m 755 collectstats.pl \
	testserver.pl \
	checksetup.pl \
	importxml.pl \
	whineatnews.pl \
	whine.pl \
	contrib/bzdbcopy.pl \
	contrib/jb2bz.py \
	contrib/merge-users.pl \
	contrib/mysqld-watcher.pl \
	contrib/sendbugmail.pl \
	contrib/sendunsentbugmail.pl \
	contrib/syncLDAP.pl \
	contrib/bugzilla-submit/bugzilla-submit \
	contrib/cmdline/buglist \
	contrib/cmdline/bugs \
	%{buildroot}%{_datadir}/%{name}/bin

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 contrib/cmdline/query.conf %{buildroot}%{_sysconfdir}/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# Bugzilla Apache configuration
Alias /%{name}/data %{_localstatedir}/lib/%{name}/
Alias /%{name}/images %{_datadir}/%{name}/www/images
Alias /%{name}/js %{_datadir}/%{name}/www/js
Alias /%{name}/skins %{_datadir}/%{name}/www/skins
ScriptAlias /%{name} %{_datadir}/%{name}/www

<Directory %{_datadir}/%{name}/www>
    Require all granted
    DirectoryIndex index.cgi
</Directory>

# The dot files must be accessible to the public webdot server
# The png files locally created locally must be accessible
<Directory %{_localstatedir}/lib/bugzilla/webdot>
    <FilesMatch \.dot$>
        Require host research.att.com
    </FilesMatch>

    <FilesMatch \.png$>
        Require all granted
    </FilesMatch>
</Directory>
EOF

# cron task
install -d -m 755 %{buildroot}%{_sysconfdir}/cron.d
cat > %{buildroot}%{_sysconfdir}/cron.d/%{name} <<EOF
0 0 * * *     apache     %{_datadir}/%{name}/bin/collectstats.pl > /dev/null 2>&1
0 0 * * *     apache     %{_datadir}/%{name}/bin/whineatnews.pl > /dev/null 2>&1
*/15 * * * *  apache     %{_datadir}/%{name}/bin/whine.pl > /dev/null 2>&1
EOF

cat > README.urpmi <<EOF
ROSA RPM specific notes

setup
-----
The setup used here differs from default one, to achieve better FHS compliance.
- the constant files are in %{_datadir}/%{name}
- the variables files are in %{_localstatedir}/lib/%{name}
- the configuration file will be generated in %{_sysconfdir}/%{name}

post-installation
-----------------
 - create a database in one of: MySQL/MariaDB/PostgreSQL
 - run %{_datadir}/%{name}/bin/checksetup.pl

Additional useful packages
--------------------------
- perl-GD, perl-GDGraph, perl-GD-TextUtil and perl-Chart for graphical reports
- perl-XML-Parser for importing XML bugs
- perl-Net-LDAP for LDAP authentication
- perl-PatchReader, cvs, diffutils and patchutils for patch viewer
- graphviz for graphical view of dependency relationships
- a MySQL/MariaDB/PostgreSQL database, either locale or remote
EOF

%files
%doc README README.urpmi docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/cron.d/%{name}
%{_datadir}/%{name}
%{_sysconfdir}/%{name}
%attr(-,apache,apache) %{_localstatedir}/lib/%{name}
%{perl_sitelib}/*
%exclude %{_datadir}/%{name}/bin/jb2bz.py
%exclude %{_datadir}/%{name}/bin/mysqld-watcher.pl
%exclude %{_datadir}/%{name}/bin/sendbugmail.pl
%exclude %{_datadir}/%{name}/bin/sendunsentbugmail.pl
%exclude %{_datadir}/%{name}/bin/syncLDAP.pl
%exclude %{_datadir}/%{name}/bin/bugzilla-submit
%exclude %{_datadir}/%{name}/bin/buglist
%exclude %{_datadir}/%{name}/bin/bugs
%exclude %{_sysconfdir}/%{name}/query.conf

%files contrib
%doc contrib/README
%doc contrib/bugzilla-submit/README.bugzilla-submit
%{_datadir}/%{name}/bin/jb2bz.py
%{_datadir}/%{name}/bin/mysqld-watcher.pl
%{_datadir}/%{name}/bin/sendbugmail.pl
%{_datadir}/%{name}/bin/sendunsentbugmail.pl
%{_datadir}/%{name}/bin/syncLDAP.pl
%{_datadir}/%{name}/bin/bugzilla-submit
%{_datadir}/%{name}/bin/buglist
%{_datadir}/%{name}/bin/bugs
%config(noreplace) %{_sysconfdir}/%{name}/query.conf

#--------------------------------------------------------------------




%changelog

* Fri May 27 2016 Denis Silakov <dsilakov@gmail.com> 5.0.3-1
- (2fbd24c) Updated to 5.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9765 |14cu|buildbot-0.8.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define slaveversion 0.8.12

Name:           buildbot
Version:        0.8.12
Release:        1
Summary:        Build/test automation system
Group:          Development/Python
License:        GPLv2+
URL:            http://buildbot.net
Source0:        https://pypi.python.org/packages/source/b/%{name}/%{name}-%{version}.tar.gz
Source1:        https://pypi.python.org/packages/source/b/%{name}/%{name}-slave-%{slaveversion}.tar.gz
Patch0:	        buildbot-req.patch

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(sphinx)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(sphinx)
BuildRequires:  texinfo

BuildArch:  noarch

# Turns former package into a metapackage to install everything
Requires:       %{name}-master = %{version}
Requires:       %{name}-doc = %{version}
Requires:       %{name}-slave = %{slaveversion}

%description
The BuildBot is a system to automate the compile/test cycle required by
most software projects to validate code changes. By automatically
rebuilding and testing the tree each time something has changed, build
problems are pinpointed quickly, before other developers are
inconvenienced by the failure.

#--------------------------------------------
%package master
Summary:        Build/test automation system
Group:          Development/Python
Requires:       python-twisted >= 8.0.0
Requires:       python-twisted-web
Requires:       python-twisted-mail
Requires:       python-twisted-words
Requires:       python-twisted-conch
Requires:       python-jinja2 >= 2.1
Requires:       python-sqlalchemy
Requires:       python-sqlalchemy-migrate
Requires:       python-boto
Suggests:       %{name}-doc


%description master
The BuildBot is a system to automate the compile/test cycle required by
most software projects to validate code changes. By automatically
rebuilding and testing the tree each time something has changed, build
problems are pinpointed quickly, before other developers are
inconvenienced by the failure.

%files          master
%doc %{_mandir}/man1/buildbot.1.xz
%doc COPYING CREDITS NEWS README UPGRADING
%{_bindir}/buildbot
%{py_puresitedir}/buildbot
%{_datadir}/%{name}
%{py_puresitedir}/buildbot-*egg-info

#----------------------------------------
%package slave
Version:        %{slaveversion}   
Summary:        Build/test automation system
Group:          Development/Python

%description slave
This package contains only the buildslave implementation.
The buildbot-master package contains the buildmaster.

%files          slave
%doc COPYING NEWS README UPGRADING
%{_bindir}/buildslave
%{py_puresitedir}/buildslave
%{py_puresitedir}/buildbot_slave-*egg-info
#------------------------------------------------


%package doc
Summary:    Buildbot documentation
Group:      Books/Howtos

%description doc
Buildbot documentation

%files          doc
%{_docdir}/%{name}-%{version}
#------------------------------------------------

%prep
%setup -q -b 1 -n %{name}-slave-%{slaveversion}
%setup -q
%patch0 -p0

%build
python setup.py build

pushd docs
make docs.tgz
popd

pushd ../%{name}-slave-%{slaveversion}
python setup.py build
popd

%install
python setup.py install --root %{buildroot}

mkdir -p %{buildroot}%{_datadir}/%{name}/ \
         %{buildroot}%{_mandir}/man1/ \
         %{buildroot}%{_docdir}/%{name}-%{version}

cp -R contrib %{buildroot}/%{_datadir}/%{name}/

# install the man page
cp docs/buildbot.1 %{buildroot}%{_mandir}/man1/buildbot.1

# install HTML documentation
tar xf docs/docs.tgz --strip-components=1 -C %{buildroot}%{_docdir}/%{name}-%{version}

# clean up Windows contribs.
sed -i 's/\r//' %{buildroot}/%{_datadir}/%{name}/contrib/windows/*
chmod -x %{buildroot}/%{_datadir}/%{name}/contrib/windows/*

# install slave files
cd ../%{name}-slave-%{slaveversion}
python setup.py install --root %{buildroot}

# Fix permissions
sed -i '1i#!/usr/bin/python' %{buildroot}%{_datadir}/%{name}/contrib/bk_buildbot.py

rm -fr %{buildroot}%{_datadir}/doc/%{name}-%{version}/.buildinfo

%files





%changelog

* Sat Aug 08 2015 abfonly <abfonly@gmail.com> 0.8.12-1
- (aa1dddf) Log: Update to 0.8.12
- (aa1dddf) fixed Urls and some linting



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9766 |14cu|bullet-2.82-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# In 2.82 multithreading support is off for linux
%bcond_with multithreading

%define rev 2704

%define major %{version}

Summary:	Professional 3D collision detection library
Name:		bullet
Version:	2.82
Release:	4
License:	Zlib
Group:		System/Libraries
Url:		http://www.bulletphysics.com
Source0:	http://bullet.googlecode.com/files/%{name}-%{version}-r%{rev}.tgz
Patch0:		bullet-2.80-extras-version.patch
Patch1:		bullet-2.82-libdir.patch
BuildRequires:	cmake
BuildRequires:	libtool
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	perl-Template-Toolkit
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(libxml-2.0)

%description
Bullet 3D Game Multiphysics Library provides state of the art
collision detection, soft body and rigid body dynamics.

* Used by many game companies in AAA titles on Playstation 3,
  XBox 360, Nintendo Wii and PC
* Modular extendible C++ design with hot-swap of most components
* Optimized back-ends with multi-threaded support for Playstation 3
  Cell SPU and other platforms
* Discrete and continuous collision detection (CCD)
* Swept collision queries
* Ray casting with custom collision filtering
* Generic convex support (using GJK), capsule, cylinder, cone, sphere,
  box and non-convex triangle meshes.
* Rigid body dynamics including constraint solvers, generic
  constraints, ragdolls, hinge, ball-socket
* Support for constraint limits and motors
* Soft body support including cloth, rope and deformable
* Bullet is integrated into Blender 3D and provides a Maya Plugin
* Supports import and export into COLLADA 1.4 Physics format
* Support for dynamic deformation of non-convex triangle meshes, by
  refitting the acceleration structures

The Library is free for commercial use and open source
under the ZLib License.

#----------------------------------------------------------------------------

%package demo
Summary:	A demo programs using bullet library
Group:		Graphics

%description demo
A demo programs using bullet library.

%files demo
%{_bindir}/%{name}-*

#----------------------------------------------------------------------------

%define libBulletCollision %mklibname BulletCollision %{major}

%package -n %{libBulletCollision}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4
Obsoletes:	%{_lib}bullet2 < 2.80-4

%description -n %{libBulletCollision}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libBulletCollision}
%{_libdir}/libBulletCollision.so.%{major}

#----------------------------------------------------------------------------

%define libBulletDynamics %mklibname BulletDynamics %{major}

%package -n %{libBulletDynamics}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4
Obsoletes:	%{_lib}MiniCL2.80 < 2.82
Obsoletes:	%{_lib}BulletMultiThreaded2.80 < 2.82

%description -n %{libBulletDynamics}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libBulletDynamics}
%{_libdir}/libBulletDynamics.so.%{major}

#----------------------------------------------------------------------------

%define libBulletFileLoader %mklibname BulletFileLoader %{major}

%package -n %{libBulletFileLoader}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libBulletFileLoader}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libBulletFileLoader}
%{_libdir}/libBulletFileLoader.so.%{major}

#----------------------------------------------------------------------------

%define libBulletMultiThreaded %mklibname BulletMultiThreaded %{major}

%if %{with multithreading}
%package -n %{libBulletMultiThreaded}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libBulletMultiThreaded}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libBulletMultiThreaded}
%{_libdir}/libBulletMultiThreaded.so.%{major}
%endif

#----------------------------------------------------------------------------

%define libBulletSoftBody %mklibname BulletSoftBody %{major}

%package -n %{libBulletSoftBody}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libBulletSoftBody}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libBulletSoftBody}
%{_libdir}/libBulletSoftBody.so.%{major}

#----------------------------------------------------------------------------

%define libBulletWorldImporter %mklibname BulletWorldImporter %{major}

%package -n %{libBulletWorldImporter}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libBulletWorldImporter}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libBulletWorldImporter}
%{_libdir}/libBulletWorldImporter.so.%{major}

#----------------------------------------------------------------------------

%define libBulletXmlWorldImporter %mklibname BulletXmlWorldImporter %{major}

%package -n %{libBulletXmlWorldImporter}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries

%description -n %{libBulletXmlWorldImporter}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libBulletXmlWorldImporter}
%{_libdir}/libBulletXmlWorldImporter.so.%{major}

#----------------------------------------------------------------------------

%define libConvexDecomposition %mklibname ConvexDecomposition %{major}

%package -n %{libConvexDecomposition}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libConvexDecomposition}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libConvexDecomposition}
%{_libdir}/libConvexDecomposition.so.%{major}

#----------------------------------------------------------------------------

%define libGIMPACTUtils %mklibname GIMPACTUtils %{major}

%package -n %{libGIMPACTUtils}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libGIMPACTUtils}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libGIMPACTUtils}
%{_libdir}/libGIMPACTUtils.so.%{major}

#----------------------------------------------------------------------------

%define libGLUI %mklibname GLUI %{major}

%package -n %{libGLUI}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libGLUI}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libGLUI}
%{_libdir}/libGLUI.so.%{major}

#----------------------------------------------------------------------------

%define libHACD %mklibname HACD %{major}

%package -n %{libHACD}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libHACD}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libHACD}
%{_libdir}/libHACD.so.%{major}

#----------------------------------------------------------------------------

%define libLinearMath %mklibname LinearMath %{major}

%package -n %{libLinearMath}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libLinearMath}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libLinearMath}
%{_libdir}/libLinearMath.so.%{major}

#----------------------------------------------------------------------------

%define libMiniCL %mklibname MiniCL %{major}

%if %{with multithreading}
%package -n %{libMiniCL}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libMiniCL}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libMiniCL}
%{_libdir}/libMiniCL.so.%{major}
%endif

#----------------------------------------------------------------------------

%define libOpenGLSupport %mklibname OpenGLSupport %{major}

%package -n %{libOpenGLSupport}
Summary:	Professional 3D game multiphysics library
Group:		System/Libraries
Conflicts:	%{_lib}bullet2 < 2.80-4

%description -n %{libOpenGLSupport}
Bullet is a professional open source multi-threaded 3D Collision Detection
and Rigid Body Dynamics Library for games and animation.

This package provides one of Bullet shared libraries.

%files -n %{libOpenGLSupport}
%{_libdir}/libOpenGLSupport.so.%{major}

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Development headers for Bullet
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libBulletCollision} = %{EVRD}
Requires:	%{libBulletDynamics} = %{EVRD}
Requires:	%{libBulletFileLoader} = %{EVRD}
%if %{with multithreading}
Requires:	%{libBulletMultiThreaded} = %{EVRD}
Requires:	%{libMiniCL} = %{EVRD}
%endif
Requires:	%{libBulletSoftBody} = %{EVRD}
Requires:	%{libBulletWorldImporter} = %{EVRD}
Requires:	%{libBulletXmlWorldImporter} = %{EVRD}
Requires:	%{libConvexDecomposition} = %{EVRD}
Requires:	%{libGIMPACTUtils} = %{EVRD}
Requires:	%{libGLUI} = %{EVRD}
Requires:	%{libHACD} = %{EVRD}
Requires:	%{libLinearMath} = %{EVRD}
Requires:	%{libOpenGLSupport} = %{EVRD}
Requires:	pkgconfig(libxml-2.0)

%description -n %{devname}
Development headers for Bullet, a 3D collision library.

%files -n %{devname}
%doc AUTHORS README COPYING ChangeLog NEWS VERSION *.pdf
%dir %{_includedir}/%{name}
%{_libdir}/*.so
%{_includedir}/%{name}/*
%{_includedir}/OpenGL/*.h
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/cmake/%{name}/*.cmake

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-r%{rev}
%patch0 -p1
%patch1 -p1
rm -f src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/CMakeLists.txt Demos/OpenCLClothDemo/CMakeLists.txt

%build
%cmake \
	-DBUILD_EXTRAS=ON \
	-DINSTALL_EXTRA_LIBS=ON \
	-DINCLUDE_INSTALL_DIR=%{_includedir}/bullet
%make

%install
cd build
%makeinstall_std

#install demos
mkdir -p %{buildroot}%{_bindir}
for i in `find -type f -name *Demo`; do
    install -m 755 $i %{buildroot}%{_bindir}/bullet-`basename $i`
done

# install libs from Extras
pushd Extras
find . -name '*.so*' -exec cp -a {} %{buildroot}%{_libdir} \;
popd

# install libs from Demos
pushd Demos
find . -name '*.so*' -exec cp -a {} %{buildroot}%{_libdir} \;
popd


%changelog

* Thu Feb 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.82-4
- (5288b16) Fix extra library installation path



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9767 |14cu|bumprace-1.5.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Drive the ship to exit
Name:		bumprace
Epoch:		1
Version:	1.5.5
Release:	1
Source0:	http://www.linux-games.com/bumprace/bumprace-%{version}.tar.gz
Source5:	%{name}-16.png
Source6:	%{name}-32.png
Source7:	%{name}-48.png
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.linux-games.com/bumprace

BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_image)

%description
BumpRace is a simple arcade game. You've to get from the start to the finish
line without crashing into deadly blocks. This game is really easy to learn!

%prep
%setup -q

%build
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Bumprace
Comment=%{summary}
Exec=%_gamesbindir/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

install -D -m644 %SOURCE6 $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -D -m644 %SOURCE5 $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -D -m644 %SOURCE7 $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png


%files
%doc AUTHORS FAQ NEWS README
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/*
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png

%changelog

* Sat Sep 03 2016 alzim <alzim@bk.ru> 1:1.5.5-1
- (992d37a) Merge pull request #2 from import/bumprace:rosa2016.1
- (992d37a) Updated to 1.5.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9768 |14cu|bwa-0.7.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bwa
Version:	0.7.15
Release:	1
Summary:	Burrows-Wheeler Alignment tool

Group:		Sciences/Biology
License:	GPLv3
URL:		http://bio-bwa.sourceforge.net/
Source0:	http://downloads.sourceforge.net/bio-bwa/%{name}-%{version}.tar.bz2

BuildRequires:	zlib-devel
Patch0:		msse2_makefile.patch

%description

BWA is a program for aligning sequencing reads against a large
reference genome (e.g. human genome). It has two major components, one
for read shorter than 150bp and the other for longer reads.

%prep
%setup -q
%patch0 -p1


%build

%make

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1

install -m 0755 bwa %{buildroot}/%{_bindir}
install -m 0755 xa2multi.pl %{buildroot}/%{_bindir}
install -m 0755 qualfa2fq.pl %{buildroot}/%{_bindir}
install -m 0644 bwa.1 %{buildroot}/%{_mandir}/man1/bwa.1

%files
%doc COPYING README.md NEWS.md
%{_mandir}/man1/%{name}.1*
%{_bindir}/bwa
%{_bindir}/qualfa2fq.pl
%{_bindir}/xa2multi.pl

%changelog

* Tue Jun 28 2016 abondrov <andrey.bondrov@rosalab.ru> 0.7.15-1
- (f06f0c0) Merge pull request #1 from tremod/bwa:rosa2014.1
- (f06f0c0) Update to 0.7.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9769 |14cu|byobu-5.116-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _files_listed_twice_terminate_build 0
%define build_mrb 0


Summary:	Profiles for the GNU screen manager
Name:		byobu
Version:	5.116
Release:	1
License:	GPLv3+
Group:		Terminals
URL:		http://byobu.co/index.html
Source0:	https://launchpad.net/byobu/trunk/%{version}/+download/%{name}_%{version}.orig.tar.gz
Patch0:		byobu_5.109-desktop.patch
BuildRequires:	gettext
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	appstream-util
BuildArch:	noarch

# Do not drop TTY req. Sflo
%if %{build_mrb}
# lauched as byobu-screen
Requires:	screen >= 4.4.0
%else
Requires:	screen
%endif

Requires:	python >= 2.7
Requires:	newt
Requires:	gettext
#From X xterm-256color .Sflo
Requires:	ncurses-extraterms
# lauched as byobu, tmux also needed in X .Sflo
Requires:	tmux >= 1.9
# ctail needs it for colorize.
Requires:	ccze

%description
byobu includes a set of profiles for the GNU screen window
manager. These profiles are quite useful on server machines which are
not running a graphical desktop. The 'screen' command provides a
number of advanced features are not necessarily exposed in the default
profile. These profiles provide features such as status bars, clocks,
notifiers (reboot-required, updates-available), etc. The
profile-switcher allows users to quickly switch their .screenrc to any
of the available profiles.

%files -f %{name}.lang
%doc README COPYING ChangeLog usr/share/doc/byobu/help.*.txt
%{_bindir}/*
%dir %{_prefix}/lib/%{name}
%{_prefix}/lib/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_appdatadir}/*.xml
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/sounds
%{_datadir}/dbus-1/services/*
%{_mandir}/man*/*.1.*
%config(noreplace) %{_sysconfdir}/%{name}/backend
%config(noreplace) %{_sysconfdir}/%{name}/socketdir
%config(noreplace) %{_sysconfdir}/profile.d/Z97-byobu.sh

#-------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
autoreconf -fiv

%build
%configure2_5x --sysconfdir=%{_sysconfdir}
%make

%install
%makeinstall_std
# lang
for po in po/*.po
do
    lang=${po#po/}
    lang=${lang%.po}
    mkdir -p %{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/
    msgfmt ${po} -o %{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/%{name}.mo
done

# desktop
desktop-file-install usr/share/byobu/desktop/%{name}.desktop \
  --dir %{buildroot}%{_datadir}/applications

chmod -x  %{buildroot}%{_datadir}/applications/%{name}.desktop
rm -fr %{buildroot}%{_datadir}/byobu/desktop

# appdata  
mkdir -p %{buildroot}%{_appdatadir}
cp -pr usr/share/appdata/%{name}.appdata.xml \
  %{buildroot}%{_appdatadir}/%{name}.appdata.xml  
  
# icons in DE
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size usr/share/byobu/pixmaps/byobu.svg \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

  
#
install -Dm644 usr/share/sounds/byobu/%{name}.ogg \
  %{buildroot}%{_datadir}/sounds/%{name}/%{name}.ogg

%find_lang %{name}

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml 

%changelog

* Wed Mar 22 2017 abfonly <abfonly@gmail.com> 5.116-1
- (6a427a9) Log: Update to 5.116



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9770 |14cu|bytelist-1.0.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A java library for lists of bytes
Name:		bytelist
Version:	1.0.14
Release:	1
Group:		Development/Java
License:	CPL or GPLv2+ or LGPLv2+
URL:		https://github.com/jruby/bytelist
Source0:	https://github.com/jruby/bytelist/archive/%{name}-%{version}.tar.gz?/%{name}-%{name}-%{version}.tar.gz
BuildRequires:	ant
BuildRequires:	ant-junit
BuildRequires:	java-devel
BuildRequires:	java-rpmbuild
BuildRequires:	jcodings
BuildRequires:	jpackage-utils
BuildRequires:	junit
BuildArch:	noarch
Requires:	java
Requires:	jcodings
Requires:	jpackage-utils

%description
A small java library for manipulating lists of bytes.


%prep
%setup -qn %{name}-%{name}-%{version}

%build
export CLASSPATH=$(build-classpath junit jcodings)
mkdir -p lib
%ant

%install
mkdir -p %{buildroot}%{_javadir}

cp -p lib/%{name}-1.0.2.jar %{buildroot}%{_javadir}/%{name}.jar

mkdir -p %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%check
export CLASSPATH=$(build-classpath junit jcodings)
%ant test

%files
%{_javadir}/*
%{_mavenpomdir}/*

%changelog

* Sat Sep 03 2016 alzim <alzim@bk.ru> 1.0.14-1
- (74fee1c) Merge pull request #1 from import/bytelist:rosa2016.1
- (74fee1c) Updated to 1.0.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9771 |14cu|bzflag-2.4.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bzflag
Summary:	A multiplayer 3D tank battle game
Version:	2.4.8
Release:	1
Epoch:		1
License:	LGPLv2
Group:		Games/Arcade
URL:		http://BZFlag.SourceForge.net/
Source0:	http://download.sourceforge.net/bzflag/%{name}-%{version}.tar.bz2
Source1:	bzflag.appdata.xml
Source100:	%{name}.rpmlintrc
BuildRequires:	chrpath
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcares)
BuildRequires:	openldap-devel
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick

BuildConflicts:	freetds-devel

%description
BZFlag is a multiplayer 3D tank battle game. It's one of the most popular games
ever on Silicon Graphics systems.

%files
%doc README ChangeLog README.Linux
%{_gamesbindir}/*
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*.so
%{_mandir}/*/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_appdatadir}/bzflag.appdata.xml
#--------------------------------------------------------

%prep
%setup -q

%build
CFLAGS="%{optflags} -O3 -ffast-math" \
CXXFLAGS="$CFLAGS" \
%configure2_5x	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir} \
		--enable-robots \
		--disable-static \
		--enable-ldaps \
		--with-gssapi \
		--enable-manual \
		--enable-ares \
		--libdir=%{_libdir}/%{name}
%make

%install
%makeinstall_std
# ugly but gets it done..
for file in %{buildroot}{%{_gamesbindir}/*,%{_libdir}/%{name}/*.so}; do
    chrpath -d $file
done

rm -f %{buildroot}%{_libdir}/%{name}/*la

cp -a misc/maps/ %{buildroot}%{_gamesdatadir}/%{name}/
install -d %{buildroot}{%{_datadir}/applications,%{_appdatadir},%{_iconsdir}/hicolor/scalable}
desktop-file-install	--dir %{buildroot}%{_datadir}/applications \
			%{buildroot}%{_gamesdatadir}/%{name}/bzflag.desktop

for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size misc/art/bzicon-red.svg \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done
						
install -m644 %{SOURCE1} %{buildroot}%{_appdatadir}

%changelog

* Sat Dec 24 2016 abfonly <abfonly@gmail.com> 1:2.4.8-1
- (9ec7b44) Log: Update to 2.4.8
- (9ec7b44) -drop patches
- (9ec7b44) -add and fix appdata
- (9ec7b44) -switch to pkgconfig
- (9ec7b44) -fix icons install
- (9ec7b44) -fix docs
- (9ec7b44) -spec and git clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9772 |14cu|bzr-2.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO
# split the tools from main package ?
# split the doc ?
Summary:	Next-generation distributed version control
Name:		bzr
Version:	2.7.0
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://www.bazaar-vcs.org/
Source0:	https://launchpad.net/bzr/2.7/%{version}/+download/bzr-%{version}.tar.gz
Source1:	https://launchpad.net/bzr/2.7/%{version}/+download/bzr-%{version}.tar.gz.sig
BuildRequires:	python-paramiko
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

%description
Bazaar is a distributed revision control system. It allows team members to
branch and merge upstream code very easily.

Distributed revision control systems allow multiple people to have their
own branch of a project, and merge code efficiently between them. This
enables new contributors to immediately have access to the full tools that
previously have been limited to just the committers to a project.

%files
%doc  doc contrib NEWS README TODO
%{_bindir}/bzr
%{_mandir}/man1/*
%{py_platsitedir}/bzrlib/
%{py_platsitedir}/*egg-info
%config(noreplace) %{_sysconfdir}/bash_completion.d/bzr

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

%check
# run test in /tmp to avoid lock problems with nfs on build cluster
# sadely, it's not enough: bzr tests are trying to rebuild bzr, and
# so must be run in the bzr build dir
# cd /tmp
# $OLDPWD/bzr selftest

# (misc) broken by diff binary test, will investigate later
# still broken with 0.11
# still broken with 0.12
# still broken with 0.13, maybe du to a local server listening , as pycurl test fail
# still broken with 0.15
export TMPDIR=/tmp
#./bzr selftest

%install
python setup.py install --prefix=%{buildroot}%{_prefix}
mkdir -p %{buildroot}%{_mandir}
mv %{buildroot}%{_prefix}/man/* %{buildroot}/%{_mandir}/
# remove as they are packaged externally
rm -Rf %{buildroot}/%{py_platsitedir}/bzrlib/util/elementtree

find %{buildroot}/%{py_platsitedir} -name '*.pyc' | xargs rm -f

# install bash completion
mkdir -p %{buildroot}/%{_sysconfdir}/bash_completion.d/
cp contrib/bash/bzr %{buildroot}/%{_sysconfdir}/bash_completion.d/

%changelog

* Sat Sep 03 2016 alzim <alzim@bk.ru> 2.7.0-1
- (f006b20) Merge pull request #2 from import/bzr:rosa2016.1
- (f006b20) Updated to 2.7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9773 |14cu|bzr-loggerhead-1.18.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name	loggerhead

Name:           bzr-loggerhead
Version:        1.18.2
Release:        1
Summary:        A web view for Bazaar

Group:          Development/Other
License:        GPL
URL:            https://launchpad.net/loggerhead
Source0:        https://launchpad.net/%{name}/stable/%{version}/+download/%{real_name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)

BuildArch:      noarch
BuildRequires:  python-devel 
BuildRequires:  bzr
BuildRequires:  python-pkg-resources
BuildRequires:	python-paste
Requires:       python >= 2.4
Requires:       bzr >= 1.17
Requires:	python-paste
Requires:	python-pygments
Requires:	python-simpletal
Provides:	loggerhead

%description
Loggerhead is a web viewer for projects in bazaar. 
It can be used to navigate a branch history, annotate files, view patches, 
perform searches, etc. It's originally based on bazaar-webserve, which is 
itself based on hgweb for Mercurial.

This package installs loggerhead as a plugin so that it can be run with:
bzr serve --http [--port=8080] [--directory=.].

%prep
%setup -q -n %{real_name}-%{version}

%build

%install
python setup.py install --prefix=%{buildroot}/%_prefix

%files 
%defattr(-,root,root,-)
%dir %py_puresitedir/bzrlib/plugins/loggerhead
%py_puresitedir/bzrlib/plugins/loggerhead/*
%dir %py_puresitedir/loggerhead
%py_puresitedir/loggerhead/*
%py_puresitedir/loggerhead-%{version}-*.egg-info
%{_bindir}/serve-branches
%{_bindir}/loggerhead.wsgi
%{_docdir}/loggerhead
%_mandir/man1/*
%doc README NEWS COPYING.txt




%changelog
* Sat Oct 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.18.2-1
+ Revision: cf29bd9
- Updated to 1.18.2 (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9774 |14cu|bzrtools-2.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# spec originally for RHEL from: http://www.natemccallum.com/uploads/rpms/bzr/

Name:		bzrtools
Version:	2.6.0
Release:	2
Summary:	A collection of utilities and plugins for Bazaar-NG
Group:		Development/Other
License:	GPLv2
URL:		http://bazaar-vcs.org/BzrTools
Source0:	https://launchpad.net/%{name}/stable/%{version}/+download/%{name}-%{version}.tar.gz
Source1:	https://launchpad.net/%{name}/stable/%{version}/+download/%{name}-%{version}.tar.gz.sig
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	bzr
Requires:	python
Requires:	bzr
Requires:	patch
Requires:	rsync
Requires:	graphviz
Requires:	librsvg
Requires:	python-paramiko

%description
BzrTools is a collection of plugins for Bazaar-NG (bzr).  Among the included
plugins are:
* push - uses rsync to push local changes to a remote server
* annotate - prints a file annotated with the revision next to each line
* baz-import - (Requres PyBaz) import an arch archive losslessly into bzr
* shelve/unshelve - allows you to undo some changes, commit, and restore
* clean-tree - remove unknown, ignored-junk, or unversioned files from the tree
* graph-ancestry - use dot to produce banch ancestry graphs
* shell - a bzr command interpreter with command completion
* patch - apply a patch to your tree from a file or URL


%prep
%setup -q -n %{name}

%build
CFLAGS="%{optflags}" python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root %{buildroot}
# remove shebangs from all files as none should be executable scripts
sed -e '/^#!\//,1 d' -i %{buildroot}%{py_puresitedir}/bzrlib/plugins/bzrtools/*.py

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README NEWS COPYING
%dir %{py_puresitedir}/bzrlib/plugins/bzrtools
%{py_puresitedir}/bzrlib/plugins/bzrtools/*.py
%dir %{py_puresitedir}/bzrlib/plugins/bzrtools/tests
%{py_puresitedir}/bzrlib/plugins/bzrtools/tests/*.py
%{py_puresitedir}/BzrTools*.egg-info



%changelog

* Sat May 30 2015 dsilakov <denis.silakov@rosalab.ru> 2.6.0-2
- (644be89) Merge pull request #1 from electron/bzrtools:rosa2014.1
- (644be89) bzrtools



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9775 |14cu|C-0.06-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	C
Summary: 	Pseudo-interpreter for C syntax
Version: 	0.06
Release: 	5

Source:		http://labs.cybozu.co.jp/blog/kazuho/archives/c/%{name}-%{version}.tar.gz
URL:		http://labs.cybozu.co.jp/blog/kazuhoatwork/2006/01/c.php
License:	GPLv2+
Group:		Development/C

%description
C (pronounced large-C) is a pseudo-interpreter of the C programming language.

Without the need of manual compilation, developers can rapidly create scripts
or write one-liners using the C programming language that runs at native-code
speed.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

%clean

%files
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}
%{_mandir}/man1/*




%changelog

* Fri Jul 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.06-5
- (5e11dd8) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9776 |14cu|cabal-install-1.16.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define _no_haddock 1

Summary:	The command-line interface for Cabal and Hackage
Name:		cabal-install
Version:	1.16.0.2
Release:	4
License:	BSD
Group:		Development/Haskell
Url:		http://hackage.haskell.org/package/%{name}
Source0:	http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	ghc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(HTTP)
BuildRequires:	haskell(mtl)
BuildRequires:	haskell(network)
BuildRequires:	haskell(random)
BuildRequires:	haskell(zlib)
Requires(pre):	ghc

%description
The 'cabal' command-line program simplifies the process of managing Haskell
software by automating the fetching, configuration, compilation and
installation of Haskell libraries and programs.

%files
%{_bindir}/cabal
%{_docdir}/%{name}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps

%check
%_cabal_check


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.16.0.2-4
- (7c986b1) Disable debug package
- (7c986b1) Set group to Development/Haskell
- (7c986b1) Adjust spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9777 |14cu|cacti-0.8.8h-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'pear(/usr/share/php/adodb/adodb.inc.php)|pear(/usr/share/php-adodb/adodb.inc.php)'


%define pia_version 3.1

Summary:	Php frontend for rrdtool
Name:		cacti
Version:	0.8.8h
Release:	1
License:	GPL
Group:		System/Servers
URL:		http://www.cacti.net
Source0:	http://www.cacti.net/downloads/%{name}-%{version}.tar.gz
Patch0:		cacti-0.8.8a-PIA-3.1-fhs.diff
Patch1:		cacti-0.8.8a-PIA-3.1-use-external-adodb.diff
Requires:	apache-mod_php >= 2.0.54
Requires:	php-adodb
Requires:	php-cli
Requires:	php-gd
Requires:	php-mysql
Requires:	php-snmp
Requires:	php-xml
Requires:	php-sockets
Requires:	net-snmp-utils
Requires:	net-snmp
Requires:	rrdtool
BuildArch:	noarch

%description
Cacti is a complete frondend to rrdtool, it stores all of the nessesary
information to create graphs and populate them with data in a MySQL database.

The frontend is completely PHP driven. Along with being able to maintain
Graphs, Data Sources, and Round Robin Archives in a database, cacti handles
the data gathering also. There is also SNMP support for those used to creating
traffic graphs with MRTG.

This is the %{name}-%{version}-PIA-%{pia_version} release that has the
plugin architecture implemented that previous was provided with a patch.

%prep

%setup -q 

%patch0 -p1
%patch1 -p0

rm -rf lib/adodb
find . -type f -name "*.orig" | xargs rm -f

# fix perms
find . -type d | xargs chmod 755
find . -type f | xargs chmod 644
chmod +x scripts/*.{pl,sh}
chmod +x poller.php cmd.php

# no .htaccess file
rm -f cli/.htaccess

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp *.php %{buildroot}%{_datadir}/%{name}
cp -pr docs %{buildroot}%{_datadir}/%{name}
cp -pr images %{buildroot}%{_datadir}/%{name}
cp -pr install %{buildroot}%{_datadir}/%{name}
cp -pr include %{buildroot}%{_datadir}/%{name}

cp -pr scripts %{buildroot}%{_datadir}/%{name}
cp -pr cli %{buildroot}%{_datadir}/%{name}
cp -pr resource %{buildroot}%{_datadir}/%{name}
cp -pr lib %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_datadir}/%{name}/sql
install -m 644 cacti.sql %{buildroot}%{_datadir}/%{name}/sql

install -d -m 755 %{buildroot}%{_datadir}/%{name}/plugins

# configuration
install -d -m 755 %{buildroot}%{_sysconfdir}
mv %{buildroot}%{_datadir}/%{name}/include/config.php \
    %{buildroot}%{_sysconfdir}/%{name}.conf
pushd %{buildroot}%{_datadir}/%{name}/include
ln -s ../../../..%{_sysconfdir}/%{name}.conf config.php
chmod 600 %{buildroot}%{_sysconfdir}/%{name}.conf
popd

perl -pi -e 's|\$url_path = "/";|\$url_path = "/cacti/";|' \
    %{buildroot}%{_sysconfdir}/cacti.conf

# data
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
pushd %{buildroot}%{_datadir}/%{name}
ln -s ../../..%{_localstatedir}/lib/%{name} rra
popd

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# Cacti Apache configuration file
Alias /%{name} %{_datadir}/%{name}
<Directory %{_datadir}/%{name}>
    Order allow,deny
    Allow from all
    Require all granted

    Options -FollowSymLinks

    <Files ~ "^(poller.*|cmd).php$">
        Order deny,allow
        Deny from all
    </Files>

    # recommanded value
    php_value memory_limit 128M
</Directory>

<Directory %{_datadir}/%{name}/scripts>
    Order deny,allow
    Deny from all
</Directory>

<Directory %{_datadir}/%{name}/cli>
    Order deny,allow
    Deny from all
</Directory>

<Directory %{_datadir}/%{name}/resource>
    Order deny,allow
    Deny from all
</Directory>

<Directory %{_datadir}/%{name}/lib>
    Order deny,allow
    Deny from all
</Directory>

<Directory %{_datadir}/%{name}/sql>
    Order deny,allow
    Deny from all
</Directory>
EOF

# cron task
install -d -m 755 %{buildroot}%{_sysconfdir}/cron.d
cat > %{buildroot}%{_sysconfdir}/cron.d/%{name} <<EOF
*/5 * * * *     apache     php %{_datadir}/%{name}/poller.php > /dev/null 2>&1
EOF

# logs
install -d -m 755 %{buildroot}%{_var}/log/%{name}
touch %{buildroot}%{_localstatedir}/log/%{name}/%{name}.log
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
%{_var}/log/%{name}/*.log {
    missingok
    compress
}
EOF

rm -rf %{buildroot}%{_datadir}/%{name}/lib/adodb

cat > README.mdv <<EOF
Mandriva RPM specific notes

setup
-----
The setup used here differs from default one, to achieve better FHS compliance.
- the constant files are in %{_datadir}/%{name}
- the configuration file is /etc/cacti.conf
- the variable files are in %{_localstatedir}/lib/%{name}
- the log files are in %{_localstatedir}/log/%{name}

post-installation
-----------------
You have to create the MySQL database using the following files:
- /usr/share/cacti/sql/cacti.sql

Warning, apache will segfault if cacti is run with an empty database...

Additional useful packages
--------------------------
- a MySQL database, either locale or remote
EOF

%pre
if [ $1 = "2" ]; then
    # fix for old setup
    if [ -L %{_var}/www/%{name}/include ]; then
        rm -f %{_var}/www/%{name}/include
    fi
fi


%files
%doc LICENSE README.mdv docs/CHANGELOG docs/CONTRIB docs/README
%attr(640,root,apache) %config(noreplace) %{_webappconfdir}/%{name}.conf
%attr(640,root,apache) %config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_sysconfdir}/cron.d/%{name}
%{_datadir}/%{name}
%attr(-,apache,apache) %dir %{_localstatedir}/lib/%{name}
%attr(-,apache,apache) %dir %{_localstatedir}/log/%{name}
%attr(-,apache,apache) %{_localstatedir}/log/%{name}/%{name}.log





%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 0.8.8h-1
- (0543c4a) Updated to 0.8.8h



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9778 |14cu|cadaver-0.23.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command-line WebDAV client
Name:		cadaver
Version:	0.23.3
Release:	4
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://www.webdav.org/cadaver/
Source0:	http://www.webdav.org/cadaver/%{name}-%{version}.tar.gz
Source1:	http://www.webdav.org/cadaver/%{name}-%{version}.tar.gz.asc
Patch0:		cadaver-0.23.3-libneon.patch
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
A command-line WebDAV client. Supports file upload, download,
on-screen display, name-space operations (move/copy), collection
creation and deletion, and locking operations.

%files -f %{name}.lang
%doc NEWS TODO FAQ README ChangeLog
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoconf
%configure \
	--with-neon=%{_prefix} \
	--with-ssl \
	--with-libxml2

%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.23.3-4
- (515b2ce) Add patch to fix libneon detection
- (515b2ce) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9779 |14cu|cadence-0.8.1-0.20140718.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           cadence
Version:        0.8.1
Release:        0.20140718.3
Summary:        Set of tools useful for audio production
License:        GPLv2 
Group:          Sound
URL:            https://github.com/falkTX/Cadence
Source0:        https://github.com/falkTX/Cadence/archive/ec2a8320832b076c0962ab65dd2f8163275cc013.zip 
Patch0:         cadence-0.8.1-mga-systrayRemoveAppIndicator.patch
Patch1:         cadence-0.8.1-mga-fixDesktopFiles.patch
BuildRequires:  pkgconfig(jack)
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3-qt4
BuildRequires:  qt4-common 
BuildRequires:  python-qt4-devel
Requires:       jack
Requires:       python(abi) = 3.4
Requires:       python3-sip
Requires:       python3-dbus
Requires:       python3-qt4
Requires:       qt4-common
Requires:       cadence-data = %{version}-%{release}
Requires:       cadence-tools = %{version}-%{release}
Requires:       catarina = %{version}-%{release}
Requires:       catia = %{version}-%{release}
Requires:       claudia = %{version}-%{release}
Suggests:       pulseaudio-module-jack
Suggests:       a2jmidid
Requires:	ladish

%description
Cadence is a set of tools useful for audio production.
It's being developed by falkTX, using Python3 and Qt4 
(and some C++ where needed).
This package contains the main Cadence application.

%files
%{_bindir}/cadence
%{_datadir}/cadence/src/cadence.py
%{_datadir}/cadence/src/ui_cadence.py
%{_datadir}/cadence/src/ui_cadence_*.py

%{_datadir}/applications/cadence.desktop
%{_datadir}/icons/hicolor/*/apps/cadence.*

%{_sysconfdir}/xdg/autostart/cadence-session-start.desktop
%{_sysconfdir}/X11/Xsession.d/70cadence-plugin-paths
%{_sysconfdir}/X11/Xsession.d/99cadence-session-start

#--------------------------------------------------------------------
%package data
Summary:        Set of tools useful for audio production
Requires:       python(abi) = 3.4

%description data
This package contains the shared data and modules.

%files data
%{_datadir}/cadence/src/shared.py
%{_datadir}/cadence/src/shared_cadence.py
%{_datadir}/cadence/src/shared_canvasjack.py
%{_datadir}/cadence/src/shared_settings.py
%{_datadir}/cadence/src/resources_rc.py
%{_datadir}/cadence/src/ui_settings_app.py

%{_datadir}/cadence/src/jacklib.py
%{_datadir}/cadence/src/jacklib_helpers.py
%{_datadir}/cadence/src/patchcanvas.py
%{_datadir}/cadence/src/patchcanvas_theme.py
%{_datadir}/cadence/src/systray.py

%{_datadir}/cadence/src/canvaspreviewframe.py
%{_datadir}/cadence/src/clickablelabel.py


#--------------------------------------------------------------------
%package tools
Summary:        Set of tools useful for audio production
Requires:       cadence-data = %{version}-%{release}
Requires:       jack_capture

%description tools
This package contains the small tools used in Cadence.

%files tools
%{_bindir}/cadence-*

%{_datadir}/cadence/src/cadence_aloop_daemon.py
%{_datadir}/cadence/src/cadence_session_start.py
%{_datadir}/cadence/src/jacksettings.py
%{_datadir}/cadence/src/logs.py
%{_datadir}/cadence/src/render.py

%{_datadir}/cadence/src/ui_logs.py
%{_datadir}/cadence/src/ui_render.py
%{_datadir}/cadence/src/ui_settings_jack.py

%{_datadir}/cadence/pulse2jack/

#--------------------------------------------------------------------
%package -n catarina
Summary:        Set of tools useful for audio production
Requires:       cadence-data = %{version}-%{release}

%description -n catarina
Catarina is a testing ground for the 'PatchCanvas' 
module used in the Cadence tools.

%files -n catarina
%{_bindir}/catarina
%{_datadir}/cadence/src/catarina.py
%{_datadir}/cadence/src/ui_catarina.py
%{_datadir}/cadence/src/ui_catarina_*.py

%{_datadir}/applications/catarina.desktop
%{_datadir}/icons/hicolor/*/apps/catarina.*

#--------------------------------------------------------------------
%package -n catia
Summary:        Set of tools useful for audio production
Requires:       cadence-tools = %{version}-%{release}

%description -n catia
extended JACK patchbay
Catia is a nice JACK Audio Patchbay with A2J Bridge integration.
It also includes Jack Transport support and the ability to
render jack projects.

%files -n catia
%{_bindir}/catia
%{_datadir}/cadence/src/catia.py
%{_datadir}/cadence/src/ui_catia.py

%{_datadir}/applications/catia.desktop
%{_datadir}/icons/hicolor/*/apps/catia.*

#--------------------------------------------------------------------
%package -n claudia
Summary:        Set of tools useful for audio production
Requires:       cadence-tools = %{version}-%{release}
Requires:	ladish

%description -n claudia
Claudia is a Graphical User Interface to LADISH.
It has more features than gladish, including Jack Transport, 
Configurable Canvas, App Templates, Render projects 
(realtime or freewheel mode)


%files -n claudia
%{_bindir}/claudia
%{_bindir}/claudia-launcher
%{_datadir}/cadence/src/claudia.py
%{_datadir}/cadence/src/claudia_database.py
%{_datadir}/cadence/src/claudia_launcher.py
%{_datadir}/cadence/src/ui_claudia.py
%{_datadir}/cadence/src/ui_claudia_*.py

%{_datadir}/cadence/icons/
%{_datadir}/cadence/templates/

%{_datadir}/applications/claudia*.desktop
%{_datadir}/icons/hicolor/*/apps/claudia*


%prep 
%setup -q -a 0 -n Cadence-ec2a8320832b076c0962ab65dd2f8163275cc013
find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
find . -name '*.py' | xargs sed -i '1s|^#!/usr/bin/env python3|#!%{__python3}|'
rm -R data/unity/
%patch0 -p1
%patch1 -p1


%build
CFLAGS="%{optflags}" %make

%install
%makeinstall_std  -- PREFIX=/usr

%changelog

* Tue Jan 12 2016 gvm <mc2374@mclink.it> 0.8.1-0.20140718.3
- (7fb1f89) Rebuild for updated jack package (change BReq).



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9780 |14cu|caffeine-2.8.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A system applet that allows to temporarily inhibit screensaver and sleep mode
Name:		caffeine
Version:	2.8.3
Release:	4
Epoch:		1
License:	LGPLv2+
Group:		Graphical desktop/GNOME
Url:		https://launchpad.net/caffeine
Source0:	http://launchpad.net/caffeine/%{version}/+download/%{name}_%{version}.tar.gz
BuildRequires:	gettext
BuildRequires:	gettext-devel
#BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-gi
BuildRequires:	python3-distribute
#Requires:	gnome-python
#Requires:	gnome-python-gconf
Requires:	python3-gi
#Requires:	pygtk2.0-libglade
#Requires:	python-notify
Requires:	python3-xlib
Requires:	python3-pkg-resources
Requires:	typelib(AppIndicator3)
BuildArch:	noarch

%description
Caffeine is a system applet that allows the user to temporarily
inhibit both the screensaver and the sleep power saving mode, simply
by clicking on it. This could be useful for example when watching
long flash videos or playing certain full screen games that don't
inhibit the screensaver by themselves

%files -f %{name}-indicator.lang
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/caffeine-indicator/glade/*.glade
%{_datadir}/pixmaps/caffeine.png
%{_iconsdir}/hicolor/*
%{_iconsdir}/ubuntu-mono-dark/*
%{_mandir}/man?/*
%{py3_platsitedir}/*
%{_sysconfdir}/xdg/autostart/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --install-lib=%{py3_platsitedir} --prefix=/usr
find %{buildroot} -name "*png" -exec chmod a+r {} \;


%find_lang %{name}-indicator


%changelog

* Sun Jun 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.8.3-4
- (5055b40) Added AppIndicator3 requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9781 |14cu|cairo-dock-3.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Needed to build help plugin
%define _disable_ld_no_undefined 1

Summary:	A light and eye-candy dock to launch your programs easily
Name:		cairo-dock
Version:	3.4.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		https://launchpad.net/cairo-dock-core
Source0:	http://launchpad.net/cairo-dock-core/3.3/%{version}/+download/%{name}-%{version}.tar.gz
Source1:	cairo-dock_ru.po.tar.gz
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(pangox)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xtst)
Suggests:	cairo-dock-plugins = %{version}
Suggests:	cairo-dock-help = %{EVRD}
Suggests:	cairo-dock-themes

%description
cairo-dock uses cairo to render nice graphics, and Glitz to use hardware
acceleration. It's fully configurable and can be a taskbar too. You can
easily plug applets into it.

%files -f %{name}.lang
%{_bindir}/*
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/plug-ins
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.svg
%{_mandir}/man1/cairo-dock.1.*
%{_iconsdir}/hicolor/*/apps/%{name}.png

#---------------------------------------------------------------------
%define major 3
%define libname %mklibname gldi %{major}

%package -n %{libname}
Summary:	Library files for cairo-dock
Group:		System/Libraries

%description -n %{libname}
cairo-dock uses cairo to render nice graphics, and Glitz to use hardware
acceleration. It's fully configurable and can be a taskbar too. You can
easily plug applets into it.

This package provides the libraries for cairo-dock functions.

%files  -n %{libname}
%{_libdir}/libgldi.so.%{major}*

#---------------------------------------------------------------------
%package devel
Summary:	Development files for cairo-dock
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description devel
cairo-dock uses cairo to render nice graphics, and Glitz to use hardware
acceleration. It's fully configurable and can be a taskbar too. You can
easily plug applets into it.

This package provides the include files and library for cairo-dock functions.

%files devel
%{_includedir}/%{name}
%{_libdir}/libgldi.so
%{_libdir}/pkgconfig/*.pc

#---------------------------------------------------------------------

%package help
Summary:	This package provides plugin "help"
Group:		Graphical desktop/Other
Requires:	%{name} = %{EVRD}

%description help
This package provides plugin "help".

%files help
%{_libdir}/%{name}/libcd-Help.so
%{_datadir}/%{name}/plug-ins/Help

#---------------------------------------------------------------------

%prep
%setup -q

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%cmake -DCMAKE_INSTALL_LIBDIR=lib
%make

%install
%makeinstall_std -C build
chmod 755 %{buildroot}%{_libdir}/libgldi.so.*

%find_lang %{name}

# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size data/cairo-dock.svg \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done


%changelog
* Mon Dec 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.4.0-2
+ Revision: 778a9cf
- Update Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9782 |14cu|cairo-dock-plugins-3.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define packagename cairo-dock

Summary:	Plugins for cairo-dock
Name:		cairo-dock-plugins
Version:	3.4.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		https://launchpad.net/cairo-dock-plug-ins
Source0:	http://launchpad.net/cairo-dock-plug-ins/3.3/%{version}/+download/%{name}-%{version}.tar.gz
Source1:	cairo-dock-plugins_ru.po.tar.gz
# From Arch Linux:
Patch0:		cairo-dock-plugins-3.0.2-applet-host-ias.patch
# cmake logic is messed up in 3.2.0
Patch1:		cairo-dock-plugins-3.2.0-xfce-cmake.patch
# Reversed (or previously applied) patch detected!
#Patch2:		cairo-dock-plugins-3.3.2-upower.patch
BuildRequires:	cmake
BuildRequires:	ruby
BuildRequires:	vala
BuildRequires:	cairo-dock-devel >= %{version}
BuildRequires:	libetpan-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(dbusmenu-gtk3-0.4)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gldi)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glib-sharp-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libexif)
#disabled until cairo-dock-plugins builds successfully with libgnome-menu-3.0
#BuildRequires:	pkgconfig(libgnome-menu-3.0)
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxklavier)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ndesk-dbus-1.0)
BuildRequires:	pkgconfig(ndesk-dbus-glib-1.0)
BuildRequires:	pkgconfig(thunar-vfs-1)
BuildRequires:	pkgconfig(upower-glib)
BuildRequires:	pkgconfig(vte-2.90)
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(zeitgeist-1.0)

Requires:	cairo-dock >= %{version}
Requires:	%{packagename}-clock
Requires:	%{packagename}-dustbin
Requires:	%{packagename}-logout
Requires:	%{packagename}-musicPlayer
Requires:	%{packagename}-rendering
Requires:	%{packagename}-terminal
Requires:	%{packagename}-powermanager
#Requires:	%{packagename}-shortcuts
Obsoletes:	%{packagename}-shortcuts < %{version}
Requires:	%{packagename}-systray
Requires:	%{packagename}-weather
Requires:	%{packagename}-xgamma
Requires:	%{packagename}-alsamixer
Requires:	%{packagename}-cairo-penguin
Requires:	%{packagename}-tomboy
Requires:	%{packagename}-wifi
Requires:	%{packagename}-netspeed
Requires:	%{packagename}-switcher
Requires:	%{packagename}-dbus
Requires:	%{packagename}-showdesktop
Requires:	%{packagename}-slider
Requires:	%{packagename}-stack
Requires:	%{packagename}-System-monitor
Requires:	%{packagename}-clipper
Requires:	%{packagename}-animated-icons
Requires:	%{packagename}-desklet-rendering
Requires:	%{packagename}-dialog-rendering
Requires:	%{packagename}-drop_indicator
Requires:	%{packagename}-icon-effect
Requires:	%{packagename}-illusion
Requires:	%{packagename}-motion_blur
Requires:	%{packagename}-quick-browser
Requires:	%{packagename}-show_mouse
Requires:	%{packagename}-status-notifier
Requires:	%{packagename}-toons
Requires:	%{packagename}-keyboard-indicator
Requires:	%{packagename}-weblets
Requires:	%{packagename}-dnd2share
Requires:	%{packagename}-kde-integration
Requires:	%{packagename}-mail
Requires:	%{packagename}-rssreader
Requires:	%{packagename}-Folders
Requires:	%{packagename}-remote-control
Requires:	%{packagename}-composite-manager
Requires:	%{packagename}-screenshot
Requires:	%{packagename}-sound-effects
Obsoletes:	%{packagename}-showdesklets < 2.1.3

%description
cairo-dock uses cairo to render nice graphics, and Glitz to use hardware
acceleration. It's fully configurable and can be a taskbar too. You can
easily plug applets into it.

This package contains various plugins for cairo-dock.

%files

#---------------------------------------------------------------------
%package i18n
Summary:	Translation files for %{name}
Group:		Graphical desktop/Other
Requires:	%{packagename} >= %{version}

%description i18n
This package contains common translations for %{name}.

%files i18n -f %{name}.lang

#---------------------------------------------------------------------
%package -n %{packagename}-animated-icons
Summary:	That package provides plugin "Animated Icons"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-animated-icons
This plug-in provides many different animations for your icons.

%files -n %{packagename}-animated-icons
%{_datadir}/cairo-dock/plug-ins/Animated-icons
%{_libdir}/cairo-dock/libcd-Animated-icons.so

#---------------------------------------------------------------------
%package -n %{packagename}-clock
Summary:	That package provides plugin "Clock"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-clock
Display time and date in your dock with the clock applet! 

2 view are available: numeric and analogic.

It can derach itself to be the perfect clone of CairoClock. It can warn you
with alarms, can display a calendar, and allow you to setup time and date.

%files -n %{packagename}-clock
%{_datadir}/cairo-dock/plug-ins/clock
%{_libdir}/cairo-dock/libcd-clock.so

#---------------------------------------------------------------------
%package -n %{packagename}-composite-manager
Summary:	That package provides plugin "Composite Manager"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}
Requires:	%{packagename}-shared-files = %{version}

%description -n %{packagename}-composite-manager
This applet allows you to toggle the composite ON/OFF.

%files -n %{packagename}-composite-manager
%{_datadir}/cairo-dock/plug-ins/Composite-Manager
%{_libdir}/cairo-dock/libcd-Composite-Manager.so

#---------------------------------------------------------------------
%package -n %{packagename}-desklet-rendering
Summary:	That package provides plugin "Desklet Rendering"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-desklet-rendering
This module provides different views for your desklets.

%files -n %{packagename}-desklet-rendering
%{_datadir}/cairo-dock/plug-ins/desklet-rendering
%{_libdir}/cairo-dock/libcd-desklet-rendering.so

#---------------------------------------------------------------------
%package -n %{packagename}-dialog-rendering
Summary:	That package provides plugin "Dialog Rendering"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-dialog-rendering
This plug-in provides some dialog decorators for dialog bubbles.

%files -n %{packagename}-dialog-rendering
%{_datadir}/cairo-dock/plug-ins/dialog-rendering
%{_libdir}/cairo-dock/libcd-dialog-rendering.so

#---------------------------------------------------------------------
%package -n %{packagename}-dnd2share
Summary:	That package provides plugin "dnd2share"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-dnd2share
This applet lets you share files easily :
Drag-and-drop a file on the icon to upload it to one of the available hosting
sites. It supports many sites, like DropBox, Imageshack, pastebin, etc

You can upload text, image, video, and files.

The resulting URL is automatically stored in the clipboard to be directly
copied by CTRL+v. It can keep an history of your last uploads to retrieve them
without any account. You'll need to install 'curl' and 'wget' to upload the
data.

%files -n %{packagename}-dnd2share
%{_datadir}/cairo-dock/plug-ins/dnd2share
%{_libdir}/cairo-dock/libcd-dnd2share.so

#---------------------------------------------------------------------
%package -n %{packagename}-drop_indicator
Summary:	That package provides plugin "Drop Indicator"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-drop_indicator
This plug-in displays an animated indicator when you drop something in the
dock.

%files -n %{packagename}-drop_indicator
%{_datadir}/cairo-dock/plug-ins/drop-indicator
%{_libdir}/cairo-dock/libcd-drop_indicator.so

#---------------------------------------------------------------------
%package -n %{packagename}-dustbin
Summary:	That package provides plugin "Dustbin"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-dustbin
Manage your disks space with this trash applet!

It can handle several trash directories, threw files or unmount disks with
drag'n'drop, warn you if you use too much space, and display usefull info
about your dustbins.

%files -n %{packagename}-dustbin
%{_datadir}/cairo-dock/plug-ins/dustbin
%{_libdir}/cairo-dock/libcd-dustbin.so

#---------------------------------------------------------------------
%package -n %{packagename}-icon-effect
Summary:	That package provides plugin "Icon Effect"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-icon-effect
This plug-in adds many special effects to your icons.

%files -n %{packagename}-icon-effect
%{_datadir}/cairo-dock/plug-ins/icon-effect
%{_libdir}/cairo-dock/libcd-icon-effect.so

#---------------------------------------------------------------------
%package -n %{packagename}-illusion
Summary:	That package provides plugin "Illusion"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-illusion
This plug-in provides animations for appearance & disappearance of icons.

%files -n %{packagename}-illusion
%{_datadir}/cairo-dock/plug-ins/illusion
%{_libdir}/cairo-dock/libcd-illusion.so

#---------------------------------------------------------------------
%package -n %{packagename}-kde-integration
Summary:	That package provides plugin "KDE Integration"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-kde-integration
This applet provides functions for a better integration into a KDE
environnement. It is auto-activated, so you don't need to activate it.
It is designed for KDE4.

%files -n %{packagename}-kde-integration
%{_datadir}/cairo-dock/plug-ins/kde-integration
%{_libdir}/cairo-dock/libcd_kde-integration.so

#---------------------------------------------------------------------
%package -n %{packagename}-logout
Summary:	That package provides plugin "Logout"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-logout
A very simple applet that adds an icon to log out from your session.

%files -n %{packagename}-logout
%{_datadir}/cairo-dock/plug-ins/logout
%{_libdir}/cairo-dock/libcd-logout.so

#---------------------------------------------------------------------
%package -n %{packagename}-mail
Summary:	That package provides plugin "Mail"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-mail
This applet is very useful to warn you when you get new e-mails. It can check
in any kind of mailbox (yahoo, gmail, etc). Left-click to launch the prefered
mail application, middle-click to refresh all the mailboxes.

%files -n %{packagename}-mail
%{_datadir}/cairo-dock/plug-ins/mail
%{_libdir}/cairo-dock/libcd-mail.so

#---------------------------------------------------------------------
%package -n %{packagename}-motion_blur
Summary:	That package provides plugin "Motion Blur"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-motion_blur
This plug-in adds a motion blur effect on docks.

%files -n %{packagename}-motion_blur
%{_datadir}/cairo-dock/plug-ins/motion-blur
%{_libdir}/cairo-dock/libcd-motion_blur.so

#---------------------------------------------------------------------
%package -n %{packagename}-musicPlayer
Summary:	That package provides plugin "Music Player"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}
Obsoletes:	%{packagename}-rhythmbox < 2.1.2
Obsoletes:	%{packagename}-xmms < 2.1.2

%description -n %{packagename}-musicPlayer
This applet lets you control any music player. Left click to Play/Pause,
middle-click to play Next song. Scroll up/down to play previous/next song.
You can drag and drop songs on the icon to put them in the queue,and jpeg
image to use as cover.

%files -n %{packagename}-musicPlayer
%{_datadir}/cairo-dock/plug-ins/musicPlayer
%{_libdir}/cairo-dock/libcd-musicPlayer.so

#---------------------------------------------------------------------
%package -n %{packagename}-quick-browser
Summary:	That package provides plugin "Quick Browser"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-quick-browser
This applet lets you browse a folder and its sub-folders very quickly.
You can set up a shortkey to pop up the menu. Midlle-click will open
the main folder.

This applet can be instanciated several times, if you want to browse
different folders.

%files -n %{packagename}-quick-browser
%{_datadir}/cairo-dock/plug-ins/quick_browser
%{_libdir}/cairo-dock/libcd-quick-browser.so

#---------------------------------------------------------------------
%package -n %{packagename}-rendering
Summary:	That package provides plugin "Rendering"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-rendering
This module adds different views to your dock. Any dock or sub-dock can be
displayed with the view of your choice. Currently, 3D-plane, Caroussel,
Parabolic and Rainbow views are provided

%files -n %{packagename}-rendering
%{_datadir}/cairo-dock/plug-ins/rendering
%{_libdir}/cairo-dock/libcd-rendering.so

#---------------------------------------------------------------------
%package -n %{packagename}-terminal
Summary:	That package provides plugin "Terminal"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-terminal
Add a terminal to your dock! You can drag'n'drop files or text into it
and select an action

%files -n %{packagename}-terminal
%{_datadir}/cairo-dock/plug-ins/terminal
%{_libdir}/cairo-dock/libcd-terminal.so

#---------------------------------------------------------------------
%package -n %{packagename}-powermanager
Summary:	That package provides a powermanager plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-powermanager
A power manager for laptop's battery. It works with ACPI and DBus.

%files -n %{packagename}-powermanager
%{_datadir}/cairo-dock/plug-ins/powermanager
%{_libdir}/cairo-dock/libcd-powermanager.so
%{_datadir}/cairo-dock/gauges/Battery-Mono
%{_datadir}/cairo-dock/gauges/Battery

#---------------------------------------------------------------------
%package -n %{packagename}-shared-files
Summary:	Shared files for plugins
Group:		Graphical desktop/Other
Obsoletes:	%{packagename}-shared-images < %{version}

%description -n %{packagename}-shared-files
This package provides shared files for plugins.

%files -n %{packagename}-shared-files
%{_datadir}/cairo-dock/plug-ins/shared-files

#---------------------------------------------------------------------
#%package -n %{packagename}-shortcuts
#Summary:	That package provides a shortcuts plugins
#Group:		Graphical desktop/Other
#Requires:	%{name}-i18n = %{version}

#%description -n %{packagename}-shortcuts
#An applets thatlet you acces quickly to all of your shortcuts.
#It can manage disks, network points, and Nautilus bookmarks.
#You can add or remove bookmarks bye drag'n'drop, even if you
#don't have Nautilus. Middle-click to acces your desktop easily

#%files -n %{packagename}-shortcuts
#%{_datadir}/cairo-dock/plug-ins/shortcuts
#%{_libdir}/cairo-dock/libcd-shortcuts.so

#---------------------------------------------------------------------
%package -n %{packagename}-show_mouse
Summary:	That package provides plugin "Show Mouse"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-show_mouse
This plug-in draw some animation around the cursor when it's inside a dock
desklet.

%files -n %{packagename}-show_mouse
%{_datadir}/cairo-dock/plug-ins/show_mouse
%{_libdir}/cairo-dock/libcd-show_mouse.so

#---------------------------------------------------------------------
%package -n %{packagename}-systray
Summary:	That package provides a systray plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-systray
Add a systray to your dock!

%files -n %{packagename}-systray
%{_datadir}/cairo-dock/plug-ins/systray
%{_libdir}/cairo-dock/libcd-systray.so

#---------------------------------------------------------------------
%package -n %{packagename}-toons
Summary:	That package provides plugin "Toons"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-toons
This plug-in draw some animation around the cursor when it's inside a dock
desklet.

%files -n %{packagename}-toons
%{_datadir}/cairo-dock/plug-ins/Toons
%{_libdir}/cairo-dock/libcd-Toons.so

#---------------------------------------------------------------------
%package -n %{packagename}-weather
Summary:	That package provides a weather plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-weather
This applet displyas weather into your dock. It can detach itself to be a
totally eye-candy 3D Desklet. You can have many valuable info by (middle)
clicking on the icons. Data are provided by www.weather.com

%files -n %{packagename}-weather
%{_datadir}/cairo-dock/plug-ins/weather
%{_libdir}/cairo-dock/libcd-weather.so

#---------------------------------------------------------------------
%package -n %{packagename}-xgamma
Summary:	That package provides a Xgamma plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-xgamma
Setup the gama of your screen directly from the dock. It is a simple port of
xgamma. Quickly setup gamma with left click, or more accurately with middle
click.

%files -n %{packagename}-xgamma
%{_datadir}/cairo-dock/plug-ins/Xgamma
%{_libdir}/cairo-dock/libcd-Xgamma.so

#---------------------------------------------------------------------
%package -n %{packagename}-alsamixer
Summary:	That package provides a alsaMixer plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-alsamixer
This applet let you set up the sound volume from the dock.

Click on icon to show/hide volume comtrol (You can bin a keyboard shortcut
for it.) Middle-click to set or unset mute.

This applet works with Alsa sound drivers.

%files -n %{packagename}-alsamixer
%{_datadir}/cairo-dock/plug-ins/AlsaMixer
%{_libdir}/cairo-dock/libcd-AlsaMixer.so
%{_datadir}/cairo-dock/gauges/Sound-Mono

#---------------------------------------------------------------------
%package -n %{packagename}-cairo-penguin
Summary:	That package provides a Cairo-Penguin plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-cairo-penguin
Add a lively Penguin in your dock! Left click to change animation,
right click to disturb him ^_^.
Images are from Pingus, Inspiration is from xpenguins.

%files -n %{packagename}-cairo-penguin
%{_datadir}/cairo-dock/plug-ins/Cairo-Penguin
%{_libdir}/cairo-dock/libcd-Cairo-Penguin.so

#---------------------------------------------------------------------
%package -n %{packagename}-slider
Summary:	That package provides a slider plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-slider
The slider applet is a basic image slider.

%files -n %{packagename}-slider
%{_datadir}/cairo-dock/plug-ins/slider
%{_libdir}/cairo-dock/libcd-slider.so

#---------------------------------------------------------------------
%package -n %{packagename}-stack
Summary:	That package provides a stack plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-stack
This applet allows you to build a stack of items, just like the Stack
applet of MacOS X. Items can be files, folders, URL, or even pieces of text.

%files -n %{packagename}-stack
%{_datadir}/cairo-dock/plug-ins/stack
%{_libdir}/cairo-dock/libcd-stack.so

#---------------------------------------------------------------------
%package -n %{packagename}-System-monitor
Summary:	That package provides plugin "System Monitor"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}
Obsoletes:	%{packagename}-rame < 2.1.2
Obsoletes:	%{packagename}-cpusage < 2.1.2
Obsoletes:	%{packagename}-nvidia < 2.1.2

%description -n %{packagename}-System-monitor
This applet shows you the CPU load, RAM usage, graphic card temperature, etc.
Middle click on the icon to get some valuable info. Left click on the icon to
get a list of the most ressources using programs.

You can instanciate this applet several times to show different values each
time.

%files -n %{packagename}-System-monitor
%{_datadir}/cairo-dock/plug-ins/System-monitor
%{_libdir}/cairo-dock/libcd-system-monitor.so

#---------------------------------------------------------------------
%package -n %{packagename}-wifi
Summary:	That package provides a wifi plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-wifi
The wifi applet show you the signal strenght of the first active connection.

%files -n %{packagename}-wifi
%{_datadir}/cairo-dock/plug-ins/wifi
%{_libdir}/cairo-dock/libcd-wifi.so
%{_datadir}/cairo-dock/gauges/Wifi_default

#---------------------------------------------------------------------
%package -n %{packagename}-xfce-integration
Summary:	That package provides a xfce-integration plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-xfce-integration
This applet provides functions for a better integration into XFCE.

%files -n %{packagename}-xfce-integration
%{_datadir}/cairo-dock/plug-ins/xfce-integration
%{_libdir}/cairo-dock/libcd_xfce-integration.so

#---------------------------------------------------------------------
%package -n %{packagename}-tomboy
Summary:	That package provides a tomboy plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-tomboy
Control your TomBoy's notes directly in the dock!

%files -n %{packagename}-tomboy
%{_datadir}/cairo-dock/plug-ins/tomboy
%{_libdir}/cairo-dock/libcd-tomboy.so

#---------------------------------------------------------------------
%package -n %{packagename}-netspeed
Summary:	That package provides a netspeed plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-netspeed
the netspeed applet show you the bit rate of your internet connection
and make some stats on it.

%files -n %{packagename}-netspeed
%{_datadir}/cairo-dock/plug-ins/netspeed
%{_libdir}/cairo-dock/libcd-netspeed.so

#---------------------------------------------------------------------
%package -n %{packagename}-switcher
Summary:	That package provides a switcher plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}
Requires:	%{packagename}-shared-files = %{version}

%description -n %{packagename}-switcher
The new and soon wonderful switcher applet

%files -n %{packagename}-switcher
%{_datadir}/cairo-dock/plug-ins/switcher
%{_libdir}/cairo-dock/libcd-switcher.so

#---------------------------------------------------------------------
%package -n %{packagename}-dbus
Summary:	That package provides a Dbus plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-dbus
This plug-in lets extern application interact on the dock. The communication
between both sides is based on Dbus.

%files -n %{packagename}-dbus
%{_datadir}/cairo-dock/plug-ins/Dbus
%{_libdir}/cairo-dock/libcd-Dbus.so
%{_libdir}/cairo-dock/cairo-dock-launcher-API-daemon
%{_prefix}/lib/cli/cairo-dock-plug-ins/CDApplet.dll
%{ruby_libdir}/CDApplet.rb

#---------------------------------------------------------------------
%package -n %{packagename}-interface-python
Summary:	This package contains a Python interface for the DBus plug-in
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}
Requires:	python
Requires:	python3

%description -n %{packagename}-interface-python
This package provides library of Cairo-Dock D-Bus interface for Python.

%files -n %{packagename}-interface-python
%{python_sitelib}/CDApplet-1.0-py*.egg-info
%{python_sitelib}/CDApplet.py
%{python_sitelib}/CDBashApplet-1.0-py*.egg-info
%{python_sitelib}/CDBashApplet.py
%{python_sitelib}/CairoDock.py
%{python3_sitelib}/CDApplet-1.0-py*.egg-info
%{python3_sitelib}/CDApplet.py
%{python3_sitelib}/CDBashApplet-1.0-py*.egg-info
%{python3_sitelib}/CDBashApplet.py
%{python3_sitelib}/CairoDock.py

#---------------------------------------------------------------------
%package -n %{packagename}-showdesktop
Summary:	That package provides a showDesktop plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}
Requires:	%{packagename}-shared-files = %{version}

%description -n %{packagename}-showdesktop
This applet let you acces quickly to your desktop.

%files -n %{packagename}-showdesktop
%{_datadir}/cairo-dock/plug-ins/showDesktop
%{_libdir}/cairo-dock/libcd-showDesktop.so

#---------------------------------------------------------------------
%package -n %{packagename}-gnome-integration
Summary:	That package provides a gnome-integration plugins
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-gnome-integration
This applet provides functions for a better integration into GNOME.

%files -n %{packagename}-gnome-integration
%{_datadir}/cairo-dock/plug-ins/gnome-integration
%{_libdir}/cairo-dock/libcd_gnome-integration.so

#---------------------------------------------------------------------
%package -n %{packagename}-clipper
Summary:	That package provides plugin "Clipper"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-clipper
This applet keeps a trace of the clipboard and mouse selection, so that
you can recall them quickly. It's a clone of the well-know Klipper.

%files -n %{packagename}-clipper
%{_datadir}/cairo-dock/plug-ins/Clipper
%{_libdir}/cairo-dock/libcd-Clipper.so

#---------------------------------------------------------------------
#disabled until cairo-dock-plugins builds successfully with libgnome-menu-3.0

#%package -n %{packagename}-gmenu
#Summary:	That package provides plugin "gmenu"
#Group:		Graphical desktop/Other
#Requires:	%{name}-i18n = %{version}

#%description -n %{packagename}-gmenu
#The new and soon wonderful GMenu applet

#%files -n %{packagename}-gmenu
#%{_datadir}/cairo-dock/plug-ins/GMenu
#%{_libdir}/cairo-dock/libcd-GMenu.so

#---------------------------------------------------------------------
%package -n %{packagename}-keyboard-indicator
Summary:	That package provides plugin "Keyboard Indicator"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-keyboard-indicator
This applet lets you control the keyboard layout.

%files -n %{packagename}-keyboard-indicator
%{_datadir}/cairo-dock/plug-ins/keyboard-indicator
%{_libdir}/cairo-dock/libcd-keyboard-indicator.so

#---------------------------------------------------------------------
%package -n %{packagename}-weblets
Summary:	That package provides plugin "Weblets"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-weblets
The weblets applet allows you to show an interactive web page on your desktop.

%files -n %{packagename}-weblets
%{_datadir}/cairo-dock/plug-ins/weblets
%{_libdir}/cairo-dock/libcd-weblets.so

#---------------------------------------------------------------------
%package -n %{packagename}-rssreader
Summary:	That package provides plugin "RSS Reader"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-rssreader
This applet is an RSS/Atom feed reader. You can instanciate it as many
times as you want.

%files -n %{packagename}-rssreader
%{_libdir}/cairo-dock/libcd-rssreader.so
%{_datadir}/cairo-dock/plug-ins/RSSreader

#---------------------------------------------------------------------
%package -n %{packagename}-Folders
Summary:	That package provides plugin "Folders"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-Folders
This applet imports folders inside the Dock.

%files -n %{packagename}-Folders
%{_libdir}/cairo-dock/libcd-Folders.so
%{_datadir}/cairo-dock/plug-ins/Folders

#---------------------------------------------------------------------
%package -n %{packagename}-remote-control
Summary: That package provides plugin "Remote Control"
Group: Graphical desktop/Other
Requires: %{name}-i18n = %{version}

%description -n %{packagename}-remote-control
This plug-in lets you control your dock from the keyboard or even
a remote controller.

%files -n %{packagename}-remote-control
%{_libdir}/cairo-dock/libcd-Remote-Control.so
%{_datadir}/cairo-dock/plug-ins/Remote-Control

#---------------------------------------------------------------------
%package -n %{packagename}-vala
Summary:	This package provides vala binding for %{packagename}
Group:		Graphical desktop/Other

%description -n %{packagename}-vala
This package provides vala binding for %{packagename}.

%files -n %{packagename}-vala
%{_libdir}/libCDApplet.so
%{_libdir}/pkgconfig/CDApplet.pc
%{_datadir}/vala*/vapi/CDApplet.*

#---------------------------------------------------------------------
%package -n %{packagename}-status-notifier
Summary:	That package provides plugin "status-notifier"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-status-notifier
This package provides plugin Status Notifier for %{packagename}.

%files -n %{packagename}-status-notifier
%{_libdir}/cairo-dock/libcd-status-notifier.so
%{_libdir}/cairo-dock/status-notifier-watcher
%{_datadir}/cairo-dock/plug-ins/Status-Notifier

#---------------------------------------------------------------------

%package -n %{packagename}-recent-events
Summary:	Recent-Events applet based on Zeitgeist framework
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-recent-events
This applet is an quite complex and Gnome Activity Journal like.
Features:
* you can browse recent tracked events by categories (All,
  Document, Folder, Image, Audioa, Video, Other, Top Results)
* you can look for events (search through it and delete the searched item)
* the tracked items have thumbnails
* huge list of recent items

%files -n %{packagename}-recent-events
%{_libdir}/cairo-dock/libcd-Recent-Events.so
%{_datadir}/cairo-dock/plug-ins/Recent-Events/*

#---------------------------------------------------------------------

%package -n %{packagename}-impulse
Summary:	That package provides plugin "Impulse"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-impulse
This applet analyse the signal given by PulseAudio and provides a graphical
equalizer into the dock.

%files -n %{packagename}-impulse
%{_libdir}/cairo-dock/libcd-Impulse.so
%{_datadir}/cairo-dock/plug-ins/Impulse/*

#---------------------------------------------------------------------

%package -n %{packagename}-screenshot
Summary:	That package provides plugin "Screenshot"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-screenshot
A simple applet to quickly take screenshots.

%files -n %{packagename}-screenshot
%{_libdir}/cairo-dock/libcd-Screenshot.so
%{_datadir}/cairo-dock/plug-ins/Screenshot/*

#---------------------------------------------------------------------

%package -n %{packagename}-sound-effects
Summary:	That package provides plugin "Sound Effects"
Group:		Graphical desktop/Other
Requires:	%{name}-i18n = %{version}

%description -n %{packagename}-sound-effects
This plug-in adds sound effects on various events in the dock. When clicking
an icon, when hovering an icon etc.

%files -n %{packagename}-sound-effects
%{_libdir}/cairo-dock/libcd-Sound-Effects.so
%{_datadir}/cairo-dock/plug-ins/Sound-Effects/*

#---------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
#%%patch2 -p1

pushd po
tar -xvzf %{SOURCE1}
popd

for i in */src/CMakeLists.txt
do
	sed -i -e 's/ SHARED/ MODULE /' $i
done
sed 's/(2,91,0)/(0,38,1)/g' -i terminal/src/terminal-widget.c


%build
%cmake
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_libdir}/cairo-dock/cairo-dock-unity-bridge

# chortcuts crash cairo dock now
rm -rf %{buildroot}%{_datadir}/cairo-dock/plug-ins/shortcuts
rm -f %{buildroot}%{_libdir}/cairo-dock/libcd-shortcuts.so

%find_lang %{name}

%changelog
* Mon Dec 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.4.0-2
+ Revision: ec34498
- Update Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9783 |14cu|caja-1.12.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver     %(echo %{version}|cut -d. -f1,2)
%define name        caja
%define oname       mate-file-manager
%define major       1
%define gi_major    2.0
%define libname     %mklibname %{name}-extension %{major}
%define develname   %mklibname -d %{name}-extension
%define girname     %mklibname %{name}-gir %{gi_major}

Name:               %{name}
Version:            1.12.4
Release:            2
Summary:            File manager for the MATE desktop environment
Group:              File tools
License:            GPLv2+ and LGPLv2+
URL:                http://www.mate-desktop.org/
Source0:            http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Source1:            nautilus_16.png
Source2:            nautilus_32.png
Source3:            nautilus_48.png
Source4:            caja-ffmpegthumbnailer.thumbnailer
Source5:            caja-autostart.in
Source6:            caja-autostart.desktop
# gw from Fedora, fix crash on weird file infos
# http://bugzilla.mate.org/show_bug.cgi?id=519743
Patch0:             nautilus-filetype-symlink-fix.patch
# (fc) don't show KDE specific links (CVS + me) (Mdv bug #4844)
Patch1:             nautilus-kdedesktop.patch
# (fc) auto-unmount ejected medias when mount points are in fstab (Mdv bug #39540)
Patch2:             nautilus-2.25.91-umountfstab.patch
# (fc) add a search .desktop file (GNOME bug #350950) (SUSE)
Patch3:             nautilus-bgo350950-search-desktop.diff
# (patch by Atilla ÖNTAŞ) This patch fixes unworking accels issue and respects mate config dirs.
Patch7:             caja-1.10.0-fix_config_dirs.patch
# (gnome#674659)	places-sidebar: don't double unref GMount objects
Patch8:			    mate-file-manager-1.6.2-double_unref_GMount_objects.patch
# Along with Source5 and Source6 try to fix x-caja-windows on startup issue
# Taken from Fedora
# https://bugzilla.redhat.com/show_bug.cgi?id=886029
# https://bugs.mageia.org/show_bug.cgi?id=12463
# https://github.com/mate-desktop/caja/issues/100
Patch9:             caja-1.12.4-fdo-x-caja-windows.patch
#Patch10:            mate-file-manager-1.6.2-fdo-yet_another_xcaja_workaround.patch
Patch11:		caja-1.12.4-rosa-fonts.patch

BuildRequires:      pkgconfig(libxml-2.0)
BuildRequires:      pkgconfig(dbus-glib-1)
BuildRequires:      gtk-doc
BuildRequires:      intltool
BuildRequires:      mate-common
BuildRequires:      pkgconfig(gsettings-desktop-schemas)
BuildRequires:      pkgconfig(exempi-2.0)
BuildRequires:      pkgconfig(gobject-introspection-1.0)
BuildRequires:      pkgconfig(gtk+-2.0)
BuildRequires:      pkgconfig(glib-2.0)
BuildRequires:      pkgconfig(cairo-gobject)
BuildRequires:      pkgconfig(gail)
BuildRequires:      pkgconfig(libexif)
BuildRequires:      pkgconfig(mate-desktop-2.0)
BuildRequires:      pkgconfig(pangox)
BuildRequires:      pkgconfig(sm)
BuildRequires:      pkgconfig(unique-1.0)
BuildRequires:      librsvg-devel
BuildRequires:      chrpath

Requires:           gvfs
Requires:           mate-desktop
# We need a seperate package for other MATE apps.
Requires:           %{name}-schemas = %{version}-%{release}
Suggests:           %{name}-extensions >= 1.7.0

# Whitout these, caja can not connect to a secure network or WebDav
Suggests:           glib-networking
Suggests:           davfs2
Suggests:           ffmpegthumbnailer

Provides:           %{oname}
Obsoletes:          %{oname}

%description
Caja is the file manager and graphical shell for the MATE desktop,
that makes it easy to manage your files and the rest of your system.

It allows to browse directories on local and remote file systems,
preview files and launch applications associated with them.
It is also responsible for handling the icons on the MATE desktop.

%package -n %{libname}
Summary:             Libraries for Mate file manager
Group:               System/Libraries

%description -n %{libname}
Caja is a  file manager for the MATE desktop environment.
This package contains libraries used by Caja.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{version}

%description -n %{girname}
GObject Introspection interface description for %{name}

%package -n %{develname}
Summary:        Libraries and include files for developing caja components
Group:          Development/C
Requires:       %{libname} = %{version}
Requires:       %{girname} = %{version}
Provides:       %{name}-devel = %{version}-%{release}
Obsoletes:      %{oname}-devel
Provides:       %{oname}-devel

%description -n %{develname}
This package provides the necessary development libraries and include
files to allow you to develop caja components.

%package -n %{name}-schemas
Summary:        Gsettings schema files for %{name}
Group:          File tools
Obsoletes:      %{oname}

%description -n %{name}-schemas
This package provides caja gsettings schema files;
needed to run caja and various other MATE applications.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
        --disable-static \
        --enable-unique \
        --disable-schemas-compile \
        --with-x \
        --with-gtk=2.0 \
        --disable-update-mimedb

%make

%install
%makeinstall_std

mkdir -p  %{buildroot}%{_miconsdir} %{buildroot}%{_liconsdir}
cp %{SOURCE1} %{buildroot}%{_miconsdir}/caja.png
cp %{SOURCE2} %{buildroot}%{_iconsdir}/caja.png
cp %{SOURCE3} %{buildroot}%{_liconsdir}/caja.png

mkdir -p %{buildroot}%{_datadir}/thumbnailers
install -m644 %{SOURCE4} %{buildroot}%{_datadir}/thumbnailers/caja-ffmpegthumbnailer.thumbnailer

chrpath --delete %{buildroot}%{_libexecdir}/caja-convert-metadata
chrpath --delete %{buildroot}%{_bindir}/caja
chrpath --delete %{buildroot}%{_bindir}/caja-connect-server
chrpath --delete %{buildroot}%{_bindir}/caja-autorun-software
chrpath --delete %{buildroot}%{_bindir}/caja-file-management-properties

mkdir -p %{buildroot}%{_localstatedir}/lib/mate/desktop \
    %{buildroot}%{_datadir}/%{name}/default-desktop \
    %{buildroot}%{_libdir}/%{name}/extensions-2.0
    
# Install these to fix x-caja-desktop issue (mga#12463)
desktop-file-install --dir=%{buildroot}%{_sysconfdir}/xdg/autostart %{SOURCE6}
install -m 755 -p %{SOURCE5} %{buildroot}%{_bindir}/caja-autostart

#Remove unneeded MateConf convert:
rm -fr %{buildroot}%{_datadir}/MateConf

%{find_lang} %{name}

%files -f %{name}.lang
%doc README NEWS HACKING AUTHORS MAINTAINERS
%dir %{_localstatedir}/lib/mate/desktop
%dir %{_localstatedir}/lib/mate/
%{_sysconfdir}/xdg/autostart/caja-autostart.desktop
%{_bindir}/*
%{_datadir}/caja
%{_datadir}/dbus-1/services/org.mate.freedesktop.FileManager1.service
%{_datadir}/appdata/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/mime/packages/caja.xml
%{_datadir}/thumbnailers/caja-ffmpegthumbnailer.thumbnailer
%{_datadir}/icons/hicolor/*/emblems/emblem-note.png
%{_libexecdir}/caja-convert-metadata
%{_mandir}/man1/*
%{_iconsdir}/hicolor/*/apps/caja.*
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%dir %{_libdir}/caja
%dir %{_libdir}/caja/extensions-2.0

%files -n %{libname}
%{_libdir}/libcaja*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Caja-%{gi_major}.typelib

%files -n %{develname}
%doc ChangeLog
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gtk-doc/html/libcaja-extension
%{_datadir}/gir-1.0/Caja-%{gi_major}.gir

%files -n %{name}-schemas
%{_datadir}/glib-2.0/schemas/org.mate.*.gschema.xml

%changelog

* Thu Jun 09 2016 Denis Silakov <dsilakov@gmail.com> 1.12.4-2
- (52d4613) Fix fonts



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9784 |14cu|caja-dropbox-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:        Dropbox extension for Caja
Name:           caja-dropbox
Version:        1.12.0
Release:        1
License:        GPLv3+ and CC-BY-ND
URL:            http://mate-desktop.org/
Group:          Graphical desktop/MATE
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  pkgconfig(libcaja-extension)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(pygtk-2.0)
BuildRequires:  python-docutils

Requires:       caja
Requires:       wget
Requires:       libnotify
Recommends:       python-gpgme

%description
Dropbox extension for Caja

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_iconsdir}/hicolor/*/*/*.icon

%files
%doc README AUTHORS COPYING
%{_bindir}/%{name}
%{_datadir}/applications/caja-dropbox.desktop
%{_datadir}/%{name}/emblems/emblem-dropbox*.icon
%{_datadir}/%{name}/emblems/emblem-dropbox*.png
%{_datadir}/icons/hicolor/*/apps/caja-dropbox.png
%{_datadir}/man/man1/%{name}.1.*
%{_libdir}/caja/extensions-2.0/lib%{name}.so
%{_datadir}/caja/extensions/*

%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.12.0-1
- (06ade4c) Updated to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9785 |14cu|caja-extensions-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname mate-file-manager

Name:           caja-extensions
Summary:        Set of extensions for caja file manager
Version:        1.12.0
Release:        1
Group:          Graphical desktop/Other
License:        GPLv2+
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Source1:        caja-share-setup-instructions
Source2:        caja-share-smb.conf.example

BuildRequires:  mate-common >= 1.7.0
BuildRequires:  pkgconfig(libcaja-extension) >= 1.7.0
BuildRequires:  pkgconfig(mate-desktop-2.0) >= 1.7.0
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(gupnp-1.0)

%description
Extensions for the caja file-browser, open-terminal,
image-converter, sendto and share

%package common
Summary:    Common files for caja-extensions
Group:      Graphical desktop/Other
BuildArch:  noarch
# gksu support disabled. Suggest caja-actions with open
# as root support.
Suggests:   caja-actions >= 1.6.2-2

%description common
Common files for caja extensions such as 
open-terminal, image-converter etc.

%package -n caja-image-converter
Summary:    Caja extension to mass resize images
Group:	    Graphical desktop/Other
Requires:   %{name}-common = %{version}-%{release}
Requires:   imagemagick
Requires:   %{_lib}caja-extension1 >= 1.7.0
Provides:   %{oname}-image-converter = %{version}-%{release}
Obsoletes:  %{oname}-image-converter < 1.7.0

%description -n caja-image-converter
Adds a "Resize Images..." menu item to the context menu of all images. This
opens a dialog where you set the desired image size and file name. A click
on "Resize" finally resizes the image(s) using ImageMagick's convert tool.

%package -n caja-open-terminal
Summary:    Caja extension for an open terminal shortcut
Group:	    Graphical desktop/Other
Requires:   %{name}-common = %{version}-%{release}
Requires:   %{_lib}caja-extension1 >= 1.7.0
Provides:   %{oname}-open-terminal = %{version}-%{release}
Obsoletes:  %{oname}-open-terminal < 1.7.0

%description -n caja-open-terminal
This is a proof-of-concept Caja extension which allows you to open
a terminal in arbitrary local folders.

%package -n caja-sendto
Summary:    Send files from caja using with mail or IM
Group:	    Graphical desktop/Other
Requires:   %{name}-common = %{version}-%{release}
Requires:   %{_lib}caja-extension1 >= 1.7.0
Provides:   %{name}-gajim  = %{version}-%{release}
Provides:   %{name}-email = %{version}-%{release}
Provides:   %{name}-evolution = %{version}-%{release}
Provides:   %{oname}-sendto = %{version}-%{release}
Obsoletes:  %{oname}-sendto < 1.7.0
Conflicts:  %{oname}-bluetooth

%description -n caja-sendto
This application provides integration between caja and mail or IM clients.
It adds a Caja context menu component ("Send To...") and features
a dialog for insert the email or IM account which you want to send
the file/files.

%package -n caja-sendto-pidgin
Summary:    Send files from caja to pidgin
Group:      Graphical desktop/Other
Requires:   pidgin
Requires:   %{name}-common = %{version}
Requires:   caja-sendto = %{version}-%{release}
Provides:   %{name}-sendto-gaim = %{version}-%{release}
Provides:   %{oname}-sendto-pidgin = %{version}-%{release}
Obsoletes:  %{oname}-sendto-pidgin < 1.7.0

%description -n caja-sendto-pidgin
This application provides integration between caja and pidgin.  It
adds a Caja context menu component ("Send To...") and features a
dialog for insert the IM account which you want to send the file/files.

%package -n caja-sendto-upnp
Summary:    Send files from nautilus via UPNP
Group:      Graphical desktop/Other
Requires:   %{name}-common = %{version}
Requires:   caja-sendto = %{version}-%{release}
Provides:   %{oname}-sendto-upnp = %{version}-%{release}
Obsoletes:  %{oname}-sendto-upnp < 1.7.0

%description -n caja-sendto-upnp
This application provides integration between caja and UPNP.
It adds a Caja context menu component ("Send To...") and allows sending
files to UPNP media servers.

%package -n caja-sendto-devel
Summary:    Development libraries and headers for caja-sendto
Group:	    Development/C
Requires:   %{name}-common = %{version}-%{release}
Requires:   caja-sendto = %{version}-%{release}
Provides:   %{oname}-sendto-devel = %{version}-%{release}
Obsoletes:  %{oname}-sendto-devel < 1.7.0

%description -n caja-sendto-devel
Development libraries and headers for caja-sendto

%package -n caja-share
Summary:    Easy sharing folder via Samba (CIFS protocol)
Group:      Networking/File transfer
Requires:   %{name}-common = %{version}-%{release}
Requires:   %{_lib}caja-extension1 >= 1.7.0
Requires:   samba
Provides:   %{oname}-share = %{version}-%{release}
Obsoletes:  %{oname}-share < 1.7.0

%description -n caja-share
Caja extension designed for easier folders 
sharing via Samba (CIFS protocol) in *NIX systems.

%package -n caja-wallpaper
Summary:    MATE file manager wallpaper
Requires:   %{name}-common = %{version}-%{release}
Requires:   %{_lib}caja-extension1 >= 1.7.0

%description -n caja-wallpaper
Caja wallpaper extension, allows to quickly set wallpaper.

%prep
%setup -q
cp %{SOURCE1} SETUP

%build
# gksu support disabled. It doesn't work with our gksu-polkit
%configure2_5x \
     --disable-schemas-compile \
     --with-gtk=2.0            \
     --enable-image-converter  \
     --enable-open-terminal    \
     --enable-sendto           \
     --enable-share            \
     --disable-gksu             \
     --disable-static

%make

%install
%makeinstall_std

find %{buildroot} -name *.a -delete

mkdir -p %{buildroot}/%{_sysconfdir}/samba/
cp %{SOURCE2} %{buildroot}/%{_sysconfdir}/samba/

# remove needless MateConf stuff
rm -fr  %{buildroot}%{_datadir}/MateConf

%find_lang %{name} --with-gnome --all-name

%files common -f %{name}.lang
%doc AUTHORS README SETUP
%dir %{_datadir}/caja-extensions

%files -n caja-image-converter
%{_libdir}/caja/extensions-2.0/libcaja-image-converter.so
%{_datadir}/caja-extensions/caja-image-resize.ui
%{_datadir}/caja-extensions/caja-image-rotate.ui
%{_datadir}/caja/extensions/libcaja-image-converter.caja-extension


%files -n caja-open-terminal
%{_libdir}/caja/extensions-2.0/libcaja-open-terminal.so
%{_datadir}/glib-2.0/schemas/org.mate.caja-open-terminal.gschema.xml
%{_datadir}/caja/extensions/libcaja-open-terminal.caja-extension

%files -n caja-sendto
%{_bindir}/caja-sendto
%dir %{_libdir}/caja-sendto
%dir %{_libdir}/caja-sendto/plugins
%{_libdir}/caja-sendto/plugins/libnstburn.so
%{_libdir}/caja-sendto/plugins/libnstemailclient.so
%{_libdir}/caja-sendto/plugins/libnstgajim.so
%{_libdir}/caja-sendto/plugins/libnstremovable_devices.so
%{_libdir}/caja/extensions-2.0/libcaja-sendto.so
%{_datadir}/glib-2.0/schemas/org.mate.Caja.Sendto.gschema.xml
%{_datadir}/caja-extensions/caja-sendto.ui
%{_datadir}/caja/extensions/libcaja-sendto.caja-extension
%{_mandir}/man1/caja-sendto.1.*

%files -n caja-sendto-pidgin
%{_libdir}/caja-sendto/plugins/libnstpidgin.so

%files -n caja-sendto-upnp
%{_libdir}/caja-sendto/plugins/libnstupnp.so

%files -n caja-sendto-devel
%dir %{_includedir}/caja-sendto
%{_includedir}/caja-sendto/caja-sendto-plugin.h
%{_libdir}/pkgconfig/caja-sendto.pc
%dir %{_datadir}/gtk-doc/html/caja-sendto
%{_datadir}/gtk-doc/html/caja-sendto/*

%files -n caja-share
%config(noreplace) %{_sysconfdir}/samba/caja-share-smb.conf.example
%{_libdir}/caja/extensions-2.0/libcaja-share.so
%{_datadir}/caja-extensions/share-dialog.ui
%{_datadir}/caja/extensions/libcaja-share.caja-extension

%files -n caja-wallpaper
%{_libdir}/caja/extensions-2.0/libcaja-wallpaper.so
%{_datadir}/caja/extensions/libcaja-wallpaper.caja-extension

%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.12.0-1
- (e52f5b9) Updated to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9786 |14cu|cajun-jsonapi-2.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A cross-platform C++ header library for JSON
Name:		cajun-jsonapi
Version:	2.0.3
Release:	1
License:	BSD
Group:		Development/C++
Url:		https://github.com/cajun-jsonapi/cajun-jsonapi
Source0:	https://github.com/cajun-jsonapi/cajun-jsonapi/archive/%{version}.tar.gz
BuildArch:	noarch

%description
CAJUN is a C++ API for the JSON data interchange format with an emphasis
on an intuitive, concise interface. The library provides JSON types
and operations that mimic standard C++ as closely as possible in concept
and design.

#----------------------------------------------------------------------------

%package devel
Summary:	A cross-platform C++ header library for JSON
Group:		Development/C++

%description devel
CAJUN is a C++ API for the JSON data interchange format with an emphasis
on an intuitive, concise interface. The library provides JSON types
and operations that mimic standard C++ as closely as possible in concept
and design.


%files devel
%doc Readme.txt ReleaseNotes.txt
%dir %{_includedir}/cajun
%dir %{_includedir}/cajun/json
%{_includedir}/cajun/json/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
install -d -m755 %{buildroot}%{_includedir}/cajun/json
install -p -m644 json/* %{buildroot}%{_includedir}/cajun/json

%check
%make


%changelog
* Tue Nov 25 2014 Rosa <rosa@abf.rosalinux.ru> 2.0.3-1
+ Revision: 8478b5d
- Automatic import for version 2.0.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9787 |14cu|cakephp-1.3.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define commit 924fb6f
%define tag 60df687

Name:		cakephp
Version:	1.3.21
Release:	1

Summary:	MVC rapid application development framework for PHP
License:	MIT
Group:		Development/PHP
URL:		http://cakephp.org/
# https://github.com/cakephp/cakephp/tarball/%{version}:
Source0:	%{name}-%{version}.tar.gz
# Fix the path to launch the console php script to an absolute path:
Patch0:		%{name}-1.3.21-mdv-fix-lib-path.patch
Patch1:		TEMP-0000000-698CF7.patch

BuildArch:	noarch

Requires:	apache-mod_php
Requires:	php-pdo
Suggests:	cakephp-cli


%description
CakePHP is a free, open-source, model-view-controller rapid development
framework for PHP. It's a foundational structure for programmers to create
web applications. CakePHP reduces development costs and helps developers
write less code, making it swiftly and with the least amount of hassle:

* Compatible with versions 4 and 5 of PHP
* Integrated CRUD for database interaction
* Application scaffolding
* Code generation
* MVC architecture
* Request dispatcher with clean, custom URLs and routes
* Built-in validation
* Fast and flexible templating (PHP syntax, with helpers)
* View Helpers for AJAX, JavaScript, HTML Forms and more
* Email, Cookie, Security, Session, and Request Handling Components
* Flexible ACL
* Data Sanitization
* Flexible Caching
* Localization
* Works from any web site directory, with little to no Apache configuration
  involved

%package cli
Summary:	CakePHP console client
Group:	 	Development/PHP

Requires:	%{name}
Requires:	php-cli

%description cli
CakePHP is a free, open-source, model-view-controller rapid development
framework for PHP. It's a foundational structure for programmers to create
web applications.

This package contains the console command-line interface to CakePHP. It
features a number of console applications that are used in concert with
other CakePHP features (like ACL or i18n) and for general use in getting you
to launch quicker.


%prep
%setup -q
%patch0 -p1
%patch1 -p1


%build
# Remove unnecessary 'empty' files and directories.  These were added
# by upstream to workaround braindead MacOS X extracting utilities
# that would silently not create empty directories:
find ./ -type f -name empty -size 0 -print0 | xargs -0 rm -f
# We don't need the msdos command launcher:
CAKEBAT=cake/console/cake.bat
[[ -f ${CAKEBAT} ]] && rm -f ${CAKEBAT}


%install
mkdir -p %{buildroot}%{_datadir}/php/%{name}/cake/console
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_docdir}/%{name}

cp -r cake/libs \
    cake/tests \
    cake/config \
    cake/*.php \
    %{buildroot}%{_datadir}/php/%{name}/cake
cp -r cake/console/libs \
    cake/console/*.php \
    %{buildroot}%{_datadir}/php/%{name}/cake/console
cp -r cake/console/cake %{buildroot}%{_bindir}/cake

cp README %{buildroot}%{_docdir}/%{name}
cp cake/*.txt %{buildroot}%{_docdir}/%{name}


%files
%{_datadir}/php/%{name}/cake/libs
%{_datadir}/php/%{name}/cake/tests
%{_datadir}/php/%{name}/cake/config
%{_datadir}/php/%{name}/cake/*.php
%doc %{_docdir}/%{name}/README
%doc %{_docdir}/%{name}/VERSION.txt
%doc %{_docdir}/%{name}/LICENSE.txt


%files cli
%{_bindir}/cake
%{_datadir}/php/%{name}/cake/console



%changelog

* Mon Apr 18 2016 Denis Silakov <dsilakov@gmail.com> 1.3.21-1
- (6fcee9c) Updated to 1.3.21 + SSRF patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9788 |14cu|calcurse-4.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A text-based calendar and scheduling application
Name:		calcurse
Version:	4.1.0
Release:	1
License:	GPLv2+ and BSD
Group:		Office
Url:		http://calcurse.org/
Source0:	http://calcurse.org/files/%{name}-%{version}.tar.gz
BuildRequires:	gettext
BuildRequires:	pkgconfig(ncurses)

%description
Calcurse helps keep track of events, appointments and everyday tasks.
A configurable notification system reminds user of upcoming deadlines,
and the curses based interface can be customized to suit user needs.

%files -f %{name}.lang
%doc COPYING README NEWS AUTHORS doc/submitting-patches* doc/manual*
%{_bindir}/%{name}
%{_bindir}/%{name}-caldav
%{_bindir}/%{name}-upgrade
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure \
	--disable-docs
%make

%install
%makeinstall
install -m644 doc/%{name}.1 -D %{buildroot}%{_mandir}/man1/%{name}.1

%find_lang %{name}

%changelog

* Mon Jun 27 2016 Denis Silakov <dsilakov@gmail.com> 4.1.0-1
- (aac022d) Updated to 4.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9789 |14cu|calf-0.0.60-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Pack of multi-standard audio plugins and host for JACK
Name:           calf
Version:        0.0.60
Release:        1
Source:         http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
URL:            http://%{name}.sourceforge.net/
License:        LGPLv2.1
Group:          Sound
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(expat)
BuildRequires:  pkgconfig(cairo) >= 1.2.0
BuildRequires:  pkgconfig(gtk+-2.0) >= 2.12.0
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gconf-2.0)
BuildRequires:  pkgconfig(libglade-2.0)
BuildRequires:  pkgconfig(jack)
BuildRequires:  pkgconfig(lv2)
BuildRequires:  pkgconfig(dssi)
BuildRequires:  pkgconfig(fftw3)
BuildRequires:  pkgconfig(lash-1.0) >= 0.5.2
BuildRequires:  readline-devel
BuildRequires:  pkgconfig(fluidsynth) >= 1.0.7
Requires:       redland
Requires:       lv2
Requires:       fluidsynth

%description
Calf is a pack of audio plugins for the LV2 interface.
Calf contains the following audio effects: vintage delay,
rotary speaker, reverb, multi chorus, flanger, phaser, filter,
compressor. It also contains two full-blown synthesizers: monosynth and
organ.

%files
%doc README COPYING AUTHORS
%{_bindir}/calfjackhost
%{_libdir}/lv2/%{name}.lv2
%{_libdir}/%{name}/%{name}.so
%{_datadir}/%{name}/*
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%{_datadir}/icons/hicolor/128x128/apps/%{name}_plugin.png
%{_datadir}/icons/hicolor/16x16/apps/%{name}_plugin.png
%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
%{_datadir}/icons/hicolor/22x22/apps/%{name}_plugin.png
%{_datadir}/icons/hicolor/24x24/apps/%{name}_plugin.png
%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
%{_datadir}/icons/hicolor/256x256/apps/%{name}_plugin.png
%{_datadir}/icons/hicolor/32x32/apps/%{name}_plugin.png
%{_datadir}/icons/hicolor/48x48/apps/%{name}_plugin.png
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_datadir}/icons/hicolor/64x64/apps/%{name}_plugin.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/icons/hicolor/scalable/apps/%{name}_plugin.svg
%{_mandir}/man1/calfjackhost.1.*
%{_mandir}/man7/%{name}.7.*
%{_datadir}/applications/%{name}.desktop

#-----------------------------------------------------------------------------


%prep
%setup -q


%build
autoreconf -vfi
#LDFLAGS='-lgthread-2.0' \
%configure2_5x  \
                --with-lv2-dir=%{_libdir}/lv2 \
                --enable-static=false \
%ifarch x86_64
                --enable-sse \
%endif
                --enable-experimental=yes
%make


%install
%makeinstall_std
desktop-file-install --add-category=";X-MandrivaLinux-Multimedia-Sound;" \
                     --add-category="GTK;" \
                     --remove-key="Version" \
                     --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

rm -f %{buildroot}/%{_datadir}/icons/hicolor/icon-theme.cache

%changelog

* Sat Nov 21 2015 Giovanni Mariani <mc2374@mclink.it> 0.0.60-1
- (6b7e3c7) Updated to release 0.0.60



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9790 |14cu|calibre-2.85.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	E-book converter and library management
Name:		calibre
Version:	2.85.1
Release:	1
License:	GPLv3+
Group:		Office
Url:		http://calibre-ebook.com/
Source0:	https://download.calibre-ebook.com/%{version}/%{name}-%{version}.tar.xz
Source2:	calibre-mount-helper
Patch0:		calibre-2.75.1-linkage.patch
Patch1:		calibre-no-update.patch
Patch3:		calibre-nodisplay.patch
Patch4:		calibre-python2-env-fix.patch
BuildRequires:	desktop-file-utils
BuildRequires:	python-apsw
BuildRequires:	python-beautifulsoup
BuildRequires:	python-cssselect
BuildRequires:	python-cssutils >= 0.9.9
BuildRequires:	python-dateutil
BuildRequires:	python-imaging
BuildRequires:	python-lxml
BuildRequires:	python-mechanize
BuildRequires:	python-setuptools
BuildRequires:	python-six
BuildRequires:	unzip
BuildRequires:	xdg-utils
BuildRequires:	chmlib-devel
BuildRequires:	libwmf-devel
BuildRequires:	podofo-devel
BuildRequires:	python-qt5-devel
BuildRequires:	qt5-devel
# Pulled by some Qt5 packages via sip
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(poppler-qt5)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3)
Requires:	imagemagick
Requires:	python-apsw
Requires:	python-beautifulsoup
Requires:	python-cherrypy
Requires:	python-cssselect
Requires:	python-cssutils
Requires:	python-dateutil
Requires:	python-dbus
Requires:	python-django-tagging
Requires:	python-genshi
Requires:	python-imaging
Requires:	python-lxml
Requires:	python-mechanize
Requires:	python-netifaces
Requires:	python-odf
Requires:	python-pypdf
Requires:	python-qt5
Requires:	poppler
# Require the packages of the files which are symlinked by calibre
Requires:	fonts-ttf-liberation
# E-mail functionality requires this package
# see https://bugs.launchpad.net/calibre/+bug/739073
Requires:	python-dnspython

%description
Calibre is meant to be a complete e-library solution. It includes library
management, format conversion, news feeds to ebook conversion as well as
e-book reader sync features.

Calibre is primarily a ebook cataloging program. It manages your ebook
collection for you. It is designed around the concept of the logical book,
i.e. a single entry in the database that may correspond to ebooks in several
formats. It also supports conversion to and from a dozen different ebook
formats.

Supported input formats are: MOBI, LIT, PRC, EPUB, CHM, ODT, HTML, CBR, CBZ,
RTF, TXT, PDF and LRS.

%files 
#-f %{name}.lang
%doc COPYRIGHT LICENSE Changelog.yaml
%{_bindir}/calibre
%{_bindir}/calibre-complete
%{_bindir}/calibre-customize
%{_bindir}/calibre-debug
%{_bindir}/calibre-parallel
%{_bindir}/calibre-server
%{_bindir}/calibre-smtp
%{_bindir}/calibre-mount-helper
%{_bindir}/calibredb
%{_bindir}/ebook-convert
%{_bindir}/ebook-device
%{_bindir}/ebook-edit
%{_bindir}/ebook-meta
%{_bindir}/ebook-polish
%{_bindir}/ebook-viewer
%{_bindir}/fetch-ebook-metadata
%{_bindir}/lrf2lrs
%{_bindir}/lrfviewer
%{_bindir}/lrs2lrf
%{_bindir}/markdown-calibre
%{_bindir}/web2disk
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_datadir}/applications/*.desktop
%{_datadir}/bash-completion/completions/%{name}
%{_datadir}/mime/packages/*
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/icons/hicolor/*/mimetypes/*
%{_datadir}/appdata/%{name}-*.appdata.xml
%{python_sitelib}/init_calibre.py*
#--------------------------------------------------------------------

%prep
%setup -q

#  remove redundant / non-free fonts
rm -rf resources/fonts/*/

%patch0 -p1

# don't check for new upstream version (that's what packagers do)
# otherwise the plugins are safe to be updated in ~/.config/calibre/plugins/
%patch1 -F 2 -p1 -b .no-update

%patch3 -p1 -b .python-fix

# there is no python2 symlink to python2.7
# but just python, as opposed to python3
%patch4 -p1 -b .python2-env-fix

# dos2unix newline conversion
sed -i -e 's/\r//' src/calibre/web/feeds/recipes/*

# fix the location of liberation default font
# sed -i -e "s:P('fonts/liberation/LiberationSerif:('%{_datadir}/fonts/TTF/liberation/LiberationSerif:" \
#  src/calibre/library/catalog.py
sed -i -e "s:P('fonts/liberation/LiberationSerif:('%{_datadir}/fonts/TTF/liberation/LiberationSerif:" \
	src/calibre/utils/magick/draw.py
sed -i -e "s:P('fonts/liberation/LiberationSerif:('%{_datadir}/fonts/TTF/liberation/LiberationSerif:" \
	src/calibre/web/feeds/news.py
sed -i -e "s:P('fonts/liberation/LiberationSerif:('%{_datadir}/fonts/TTF/liberation/LiberationSerif:" \
	recipes/*_ke.recipe

# remove shebangs
sed -i -e '/^#!\//, 1d' src/calibre/*/*/*/*.py
sed -i -e '/^#!\//, 1d' src/calibre/*/*/*.py
sed -i -e '/^#![ ]*\//, 1d' src/calibre/*/*.py
sed -i -e '/^#!\//, 1d' src/calibre/*.py
sed -i -e '/^#!\//, 1d' src/templite/*.py
sed -i -e '/^#!\//, 1d' resources/default_tweaks.py
sed -i -e '/^#!\//, 1d' recipes/*.recipe

chmod -x src/calibre/*/*/*/*.py
chmod -x src/calibre/*/*/*.py
chmod -x src/calibre/*/*.py
chmod -x src/calibre/*.py
chmod -x recipes/*.recipe

%build
OVERRIDE_CFLAGS="%{optflags}" python setup.py build 

%install
mkdir -p %{buildroot}%{_datadir}

# create directories for xdg-utils
mkdir -p %{buildroot}%{_datadir}/icons
mkdir -p %{buildroot}%{_datadir}/icons/hicolor
mkdir -p %{buildroot}%{_datadir}/packages
mkdir -p %{buildroot}%{_datadir}/mime
mkdir -p %{buildroot}%{_datadir}/mime/packages
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/desktop-directories

# create directory for calibre environment module
# the install script assumes it's there.
mkdir -p %{buildroot}%{python_sitelib}

XDG_DATA_DIRS="%{buildroot}%{_datadir}" \
XDG_UTILS_INSTALL_MODE="system" \
LIBPATH="%{_libdir}" \
LANG="en_US" \
python setup.py install --root=%{buildroot}%{_prefix} \
			--prefix=%{_prefix} \
			--libdir=%{_libdir} \
			--staging-libdir=%{buildroot}%{_libdir} \
# remove shebang from init_calibre.py here because
# it just got spawned by the install script
sed -i -e '/^#!\//, 1d' %{buildroot}%{python_sitelib}/init_calibre.py

# icons
mkdir -p %{buildroot}%{_datadir}/pixmaps/
cp -p resources/images/library.png \
	%{buildroot}%{_datadir}/pixmaps/%{name}-gui.png
cp -p resources/images/viewer.png \
	%{buildroot}%{_datadir}/pixmaps/calibre-viewer.png

# every file is empty here
find %{buildroot}%{_datadir}/mime -maxdepth 1 -type f|xargs rm -f 

# the portable batch (>=0.8.5) is not needed
rm -f %{buildroot}%{_bindir}/calibre-portable.bat

# packages aren't allowed to register mimetypes like this
rm -f %{buildroot}%{_datadir}/applications/defaults.list
rm -f %{buildroot}%{_datadir}/applications/mimeinfo.cache
rm -f %{buildroot}%{_datadir}/mime/application/*.xml
rm -f %{buildroot}%{_datadir}/mime/text/*.xml

desktop-file-validate \
%{buildroot}%{_datadir}/applications/calibre-ebook-viewer.desktop
desktop-file-validate \
%{buildroot}%{_datadir}/applications/calibre-gui.desktop
desktop-file-validate \
%{buildroot}%{_datadir}/applications/calibre-lrfviewer.desktop

# mimetype icon for lrf
rm -rf %{buildroot}%{_datadir}/icons/hicolor/128x128
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/mimetypes
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
cp -p resources/images/mimetypes/lrf.png \
	%{buildroot}%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-sony-bbeb.png
cp -p resources/images/viewer.png \
	%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/calibre-viewer.png

# these are provided as separate packages
rm -rf %{buildroot}%{_libdir}/%{name}/{odf,cherrypy,pyPdf,encutils,cssutils}
rm -rf %{buildroot}%{_libdir}/%{name}/cal/utils/genshi
rm -rf %{buildroot}%{_libdir}/%{name}/cal/trac

# link to system fonts after we have deleted the non-free ones
# http://oldbugs.calibre-ebook.com/ticket/3832
mkdir -p %{buildroot}%{_datadir}/%{name}/fonts/prs500
ln -s %{_datadir}/fonts/TTF/liberation/LiberationSans-Regular.ttf \
	%{buildroot}%{_datadir}/%{name}/fonts/prs500/tt0003m_.ttf
ln -s %{_datadir}/fonts/TTF/liberation/LiberationSerif-Regular.ttf \
	%{buildroot}%{_datadir}/%{name}/fonts/prs500/tt0011m_.ttf
ln -s %{_datadir}/fonts/TTF/liberation/LiberationMono-Regular.ttf \
	%{buildroot}%{_datadir}/%{name}/fonts/prs500/tt0419m_.ttf

# localization has changed since calibre-0.8.5
# locale.zip is treated internally at runtime
# so the traditional locale fixes are moot.
# locales should still be looked for in the proper place
# but under the new localization zip-based schema
sed -i -e 's:localization/locale.zip:%{_datadir}/%{name}/localization/locales.zip:' %{buildroot}%{_libdir}/%{name}/%{name}/utils/localization.py  

#% find_lang %{name} --with-kde --all-name

rm -f %{buildroot}%{_bindir}/%{name}-uninstall

install -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9791 |14cu|calligra-3.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Set of office applications for KDE
Name:		calligra
Version:	3.0.1
Release:	1
#koffice has epoch 15. We need upper epoch
Epoch:		16
License:	GPLv2+ and LGPLv2+ and GFDL
Group:		Office
Url:		https://www.calligra.org
Source0:	https://download.kde.org/stable/calligra/%{version}/%{name}-%{version}.tar.xz
Source3:	%{name}.rpmlintrc
BuildRequires:	extra-cmake-modules
BuildRequires:	git
BuildRequires:	pstoedit
BuildRequires:	boost-devel
BuildRequires:	kchart-devel
BuildRequires:	kf5activities-devel
BuildRequires:	kf5akonadi-devel
BuildRequires:	kf5akonadicontact-devel
BuildRequires:	kf5archive-devel
BuildRequires:	kf5calendarcore-devel
BuildRequires:	kf5codecs-devel
BuildRequires:	kf5completion-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5guiaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5itemviews-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5khtml-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5kross-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5notifyconfig-devel
BuildRequires:	kf5parts-devel
BuildRequires:	kf5sonnet-devel
BuildRequires:	kf5texteditor-devel
BuildRequires:	kf5textwidgets-devel
BuildRequires:	kf5threadweaver-devel
BuildRequires:	kf5wallet-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	kgantt-devel
BuildRequires:	postgresql-devel
BuildRequires:	vc-devel
BuildRequires:	pkgconfig(eigen3)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(KPropertyWidgets3)
BuildRequires:	pkgconfig(KReport3)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libetonyek-0.1)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(libodfgen-0.1)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
# Should be 3.x but we have 4.x
BuildRequires:	pkgconfig(libpqxx)
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libvisio-0.1)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(libwps-0.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(poppler-qt5)
BuildRequires:	pkgconfig(pstoedit)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(qca2-qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Declarative)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(Qt5XmlPatterns)
BuildRequires:	pkgconfig(shared-mime-info)

Suggests:	%{name}-words
Suggests:	karbon
Suggests:	plan
Suggests:	sheets
Suggests:	stage

%description
Office applications for the K Desktop Environment.

Calligra contains:
   * Words: word processor
   * Table: spreadsheet
   * Stage: presentations
   * Some filters (Excel 97, Winword 97/2000, etc.)
   * karbon: the scalable vector drawing application for KDE.
   * plan: a project management.

%files

#----------------------------------------------------------------------------

%package core
Summary:	Set of office applications for KDE
Group:		Office

%description core
Common files for Calligra.

%files core -f %{name}.lang
%{_kde5_bindir}/calligra
%{_kde5_bindir}/calligraconverter
%{_kde5_bindir}/cstester
%{_kde5_bindir}/cstrunner
%{_kde5_bindir}/visualimagecompare
%{_kde5_datadir}/calligra/calligra_shell.rc
%{_kde5_datadir}/calligra/autocorrect/*
%{_kde5_datadir}/calligra/icons/*/*/*/*
%{_kde5_datadir}/calligra/cursors/*
%{_kde5_datadir}/calligra/palettes/*
%{_kde5_datadir}/calligra/pics/questionmark.png
%{_kde5_datadir}/calligra/styles/markers.xml
%{_kde5_datadir}/calligra_shape_music/fonts/Emmentaler-14.ttf
%{_kde5_qmldir}/org/calligra/CalligraComponents
%{_kde5_qmldir}/org/kde/calligra
%{_kde5_services}/calligra_odg_thumbnail.desktop
%{_kde5_services}/calligradocinfopropspage.desktop
%{_kde5_datadir}/mime/packages/calligra_svm.xml
%{_kde5_datadir}/mime/packages/msooxml-all.xml
%{_qt5_plugindir}/calligradocinfopropspage.so
%{_qt5_plugindir}/calligraimagethumbnail.so
%{_qt5_plugindir}/calligrathumbnail.so
%{_qt5_plugindir}/calligra/colorspaces/kolcmsengine.so
%{_qt5_plugindir}/calligra/dockers/calligra_docker_defaults.so
%{_qt5_plugindir}/calligra/dockers/calligra_docker_stencils.so
%{_qt5_plugindir}/calligra/pageapptools/kopabackgroundtool.so
%{_qt5_plugindir}/calligra/shapefiltereffects/calligra_filtereffects.so
%{_qt5_plugindir}/calligra/shapes/calligra_shape_artistictext.so
%{_qt5_plugindir}/calligra/shapes/calligra_shape_chart.so
%{_qt5_plugindir}/calligra/shapes/calligra_shape_formula.so
%{_qt5_plugindir}/calligra/shapes/calligra_shape_music.so
%{_qt5_plugindir}/calligra/shapes/calligra_shape_paths.so
%{_qt5_plugindir}/calligra/shapes/calligra_shape_picture.so
%{_qt5_plugindir}/calligra/shapes/calligra_shape_plugin.so
%{_qt5_plugindir}/calligra/shapes/calligra_shape_text.so
%{_qt5_plugindir}/calligra/shapes/calligra_shape_vector.so
%{_qt5_plugindir}/calligra/shapes/calligra_shape_video.so
%{_qt5_plugindir}/calligra/textediting/calligra_textediting_autocorrect.so
%{_qt5_plugindir}/calligra/textediting/calligra_textediting_changecase.so
%{_qt5_plugindir}/calligra/textediting/calligra_textediting_spellcheck.so
%{_qt5_plugindir}/calligra/textediting/calligra_textediting_thesaurus.so
%{_qt5_plugindir}/calligra/textinlineobjects/calligra_textinlineobject_variables.so
%{_qt5_plugindir}/calligra/tools/calligra_tool_basicflakes.so
%{_qt5_plugindir}/calligra/tools/calligra_tool_defaults.so

#--------------------------------------------------------------------

%package -n karbon
Summary:	Scalable drawing for calligra
Group:		Office
Url:		http://www.calligra-suite.org/karbon/
Requires:	%{name}-core = %{EVRD}
Provides:	%{name}-apps = %{EVRD}
# Required at runtime by the Karbon EPS import filter (karbonepsimport)
Requires:	pstoedit
Conflicts:	calligra-l10n < 3.0

%description -n karbon
Karbon is a vector drawing application with an user interface that is easy to
use, highly customizable and extensible.
That makes Karbon a great application for users starting to explore the world
of vector graphics as well as for artists wanting to create breathtaking vector
art.

%files -n karbon -f karbon.lang
%{_kde5_bindir}/karbon
%{_kde5_applicationsdir}/org.kde.karbon.desktop
%{_kde5_datadir}/karbon
%{_kde5_datadir}/calligra/stencils
%{_kde5_datadir}/color/icc/calligra
%{_kde5_datadir}/templates/Illustration.desktop
%{_kde5_datadir}/templates/.source/Illustration.odg
%{_kde5_iconsdir}/*/*/apps/calligrakarbon.*
%{_kde5_libdir}/libkdeinit5_karbon.so
%{_kde5_services}/ServiceMenus/calligra/karbon_print.desktop
%{_kde5_services}/karbon_*_thumbnail.desktop
%{_kde5_sysconfdir}/xdg/calligra_stencils.knsrc
%{_kde5_sysconfdir}/xdg/karbonrc
%{_kde5_xmlguidir}/karbon
%{_appdatadir}/org.kde.karbon.appdata.xml
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_eps2svgai.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_karbon1x2karbon.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_karbon2image.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_karbon2svg.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_karbon2wmf.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_pdf2svg.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_svg2karbon.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_vsdx2odg.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_wmf2svg.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_wpg2odg.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_wpg2svg.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_xfig2odg.so
%{_qt5_plugindir}/calligra/parts/karbonpart.so
%{_qt5_plugindir}/calligra/tools/karbon_tools.so
%{_qt5_plugindir}/karbon/extensions/karbon_flattenpath.so
%{_qt5_plugindir}/karbon/extensions/karbon_refinepath.so
%{_qt5_plugindir}/karbon/extensions/karbon_roundcorners.so
%{_qt5_plugindir}/karbon/extensions/karbon_whirlpinch.so

#--------------------------------------------------------------------

%package -n plan
Summary:	Project management application for Calligra
Group:		Office
Url:		http://www.calligra-suite.org/plan/
Requires:	%{name}-core = %{EVRD}
Provides:	%{name}-apps = %{EVRD}
Conflicts:	calligra-l10n < 3.0

%description -n plan
Plan is a project management application.
It is intended for managing moderately large projects with multiple resources.

%files -n plan -f plan.lang
%{_kde5_bindir}/calligraplan
%{_kde5_bindir}/calligraplanwork
%{_kde5_applicationsdir}/org.kde.calligraplan.desktop
%{_kde5_applicationsdir}/org.kde.calligraplanwork.desktop
%{_kde5_datadir}/calligraplan
%{_kde5_datadir}/calligraplanwork
%{_kde5_sysconfdir}/xdg/calligraplanrc
%{_kde5_sysconfdir}/xdg/calligraplanworkrc
%{_kde5_datadir}/config.kcfg/calligraplansettings.kcfg
%{_kde5_datadir}/config.kcfg/calligraplanworksettings.kcfg
%{_kde5_iconsdir}/hicolor/*/*/calligraplan*
%{_kde5_iconsdir}/hicolor/*/*/application-x-vnd.kde.plan*
%{_kde5_iconsdir}/hicolor/*/mimetypes/application-x-vnd.kde.kplato.*
%{_kde5_libdir}/libkdeinit5_calligraplan.so
%{_kde5_libdir}/libkdeinit5_calligraplanwork.so
%{_kde5_xmlguidir}/calligraplan
%{_kde5_xmlguidir}/calligraplanwork
%{_appdatadir}/org.kde.calligraplan.appdata.xml
%{_qt5_plugindir}/calligra/formatfilters/planicalexport.so
%{_qt5_plugindir}/calligra/formatfilters/plankplatoimport.so
%{_qt5_plugindir}/calligra/parts/calligraplanpart.so
%{_qt5_plugindir}/calligraplanworkpart.so
%{_qt5_plugindir}/calligraplan/schedulers/libplantjscheduler.so
%{_qt5_plugindir}/kreport/planreport_textplugin.so

#--------------------------------------------------------------------

%package -n sheets
Summary:	SpreadSheet for calligra
Group:		Office
Url:		http://www.calligra-suite.org/sheets/
Requires:	%{name}-core = %{EVRD}
Provides:	%{name}-apps = %{EVRD}
Conflicts:	calligra-l10n < 3.0

%description -n sheets
Sheets is a fully-featured calculation and spreadsheet tool.
Use it to quickly create and calculate various business-related spreadsheets,
such as income and expenditure, employee working hours, etc.

%files -n sheets -f sheets.lang
%{_kde5_bindir}/calligrasheets
%{_kde5_applicationsdir}/org.kde.calligrasheets.desktop
%{_kde5_datadir}/calligrasheets
%{_kde5_sysconfdir}/xdg/calligrasheetsrc
%{_kde5_datadir}/config.kcfg/calligrasheets.kcfg
%{_kde5_datadir}/templates/.source/SpreadSheet.ods
%{_kde5_datadir}/templates/SpreadSheet.desktop
%{_kde5_iconsdir}/hicolor/*/*/calligrasheets*
%{_kde5_libdir}/libkdeinit5_calligrasheets.so
%{_kde5_services}/sheets_excel_thumbnail.desktop
%{_kde5_services}/sheets_ods_thumbnail.desktop
%{_kde5_services}/sheets_xlsx_thumbnail.desktop
%{_kde5_services}/ServiceMenus/calligra/sheets_print.desktop
%{_kde5_xmlguidir}/calligrasheets
%{_appdatadir}/org.kde.calligrasheets.appdata.xml
%{_qt5_plugindir}/calligra/deferred/calligra_shape_spreadsheet-deferred.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_applixspread2kspread.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_csv2sheets.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_dbase2kspread.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_gnumeric2sheets.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_html2ods.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_kspread2tex.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_opencalc2sheets.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_qpro2sheets.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_sheets2csv.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_sheets2gnumeric.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_sheets2html.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_sheets2opencalc.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_xls2ods.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_xlsx2ods.so
%{_qt5_plugindir}/calligra/parts/calligrasheetspart.so
%{_qt5_plugindir}/calligra/shapes/calligra_shape_spreadsheet.so
%dir %{_qt5_plugindir}/calligrasheets/
%{_qt5_plugindir}/calligrasheets/*

#--------------------------------------------------------------------

%package -n stage
Summary:	Presentation for calligra-suite
Group:		Office
Url:		http://www.calligra-suite.org/stage/
Requires:	%{name}-core = %{EVRD}
Requires:	xdg-utils
Provides:	%{name}-apps = %{EVRD}
Conflicts:	calligra-l10n < 3.0

%description -n stage
Stage is an easy to use yet still flexible presentation application. You can
easily create presentations containing a rich variety of elements,
from graphics to text, from charts to images.

Stage is extensible through a plugin system, so it is easy to add new effects,
new content elements or even new ways of managing your presentation. Because of
the integration with Calligra, all the power and flexibility of the Calligra
content elements are available to Stage.

%files -n stage -f stage.lang
%{_kde5_datadir}/calligrastage
%{_kde5_sysconfdir}/xdg/calligrastagerc
%{_kde5_datadir}/mime/packages/x-iwork-keynote-sffkey.xml
%{_kde5_datadir}/templates/Presentation.desktop
%{_kde5_datadir}/templates/.source/Presentation.odp
%{_kde5_iconsdir}/hicolor/*/apps/calligrastage.*
%{_kde5_services}/flow_vsdx_thumbnail.desktop
%{_kde5_services}/flow_wpg_thumbnail.desktop
%{_kde5_services}/stage_key_thumbnail.desktop
%{_kde5_services}/stage_kpr_thumbnail.desktop
%{_kde5_services}/stage_odp_thumbnail.desktop
%{_kde5_services}/stage_powerpoint_thumbnail.desktop
%{_kde5_services}/stage_pptx_thumbnail.desktop
%{_kde5_xmlguidir}/calligrastage
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_key2odp.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_kpr2odp.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_ppt2odp.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_pptx2odp.so
%{_qt5_plugindir}/calligra/parts/calligrastagepart.so
%{_qt5_plugindir}/calligra/presentationeventactions/calligrastageeventactions.so
%{_qt5_plugindir}/calligra/textinlineobjects/kprvariables.so
%dir %{_qt5_plugindir}/calligrastage/
%{_qt5_plugindir}/calligrastage/*

#--------------------------------------------------------------------

%package words
Summary:	Word processor for calligra
Group:		Office
Url:		http://www.calligra-suite.org/words/
Requires:	%{name}-core = %{EVRD}
Requires:	wordnet
Provides:	%{name}-apps = %{EVRD}
Conflicts:	calligra-l10n < 3.0

%description words
Words is an intuitive word processor application with desktop publishing
features.

With it, you can create informative and attractive documents with ease.

%files words -f words.lang
%{_kde5_bindir}/calligrawords
%{_kde5_applicationsdir}/org.kde.calligrawords_ascii.desktop
%{_kde5_applicationsdir}/org.kde.calligrawords.desktop
%{_kde5_applicationsdir}/calligra_filter_odt2docx.desktop
%{_kde5_datadir}/calligrawords
%{_kde5_sysconfdir}/xdg/calligrawordsrc
%{_kde5_datadir}/mime/packages/wiki-format.xml
%{_kde5_datadir}/templates/.source/TextDocument.odt
%{_kde5_datadir}/templates/TextDocument.desktop
%{_kde5_datadir}/calligra/thesaurus/thesaurus.txt
%{_kde5_iconsdir}/hicolor/*/*/calligrawords*
%{_kde5_libdir}/libkdeinit5_calligrawords.so
%{_kde5_services}/ServiceMenus/calligra/words_print.desktop
%{_kde5_services}/words_*_thumbnail.desktop
%{_kde5_xmlguidir}/calligrawords
%{_appdatadir}/org.kde.calligrawords.appdata.xml
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_applixword2odt.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_ascii2words.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_doc2odt.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_docx2odt.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_odt2ascii.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_odt2docx.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_odt2epub2.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_odt2html.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_odt2mobi.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_odt2wiki.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_rtf2odt.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_wpd2odt.so
%{_qt5_plugindir}/calligra/formatfilters/calligra_filter_wps2odt.so
%{_qt5_plugindir}/calligra/parts/calligrawordspart.so

#--------------------------------------------------------------------

%define libbasicflakes_major 15
%define libbasicflakes %mklibname basicflakes %{libbasicflakes_major}

%package -n %{libbasicflakes}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libbasicflakes}
Calligra core library.

%files -n %{libbasicflakes}
%{_kde5_libdir}/libbasicflakes.so.%{libbasicflakes_major}*

#--------------------------------------------------------------------

%define sheets_major 15
%define libcalligrasheetscommon %mklibname calligrasheetscommon %{sheets_major}

%package -n %{libcalligrasheetscommon}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libcalligrasheetscommon}
Calligra core library.

%files -n %{libcalligrasheetscommon}
%{_kde5_libdir}/libcalligrasheetscommon.so.%{sheets_major}*

#--------------------------------------------------------------------

%define sheetsodf_major 15
%define libcalligrasheetsodf %mklibname calligrasheetsodf %{sheetsodf_major}

%package -n %{libcalligrasheetsodf}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libcalligrasheetsodf}
Calligra core library.

%files -n %{libcalligrasheetsodf}
%{_kde5_libdir}/libcalligrasheetsodf.so.%{sheetsodf_major}*

#--------------------------------------------------------------------

%define calligrastageprivate_major 15
%define libcalligrastageprivate %mklibname calligrastageprivate %{calligrastageprivate_major}

%package -n %{libcalligrastageprivate}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libcalligrastageprivate}
Calligra core library.

%files -n %{libcalligrastageprivate}
%{_kde5_libdir}/libcalligrastageprivate.so.%{calligrastageprivate_major}*

#--------------------------------------------------------------------

%define libflake_major 15
%define libflake %mklibname flake %{libflake_major}

%package -n %{libflake}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libflake}
Calligra core library.

Flake is the object library for Calligra. It provides a basic concept of a
'shape' which can be a square, circle or any other form. The shape can contain
any sort of media because it is responsible for painting itself. This means
that Words can provide a textShape which has text flowing inside.

%files -n %{libflake}
%{_kde5_libdir}/libflake.so.%{libflake_major}*

#--------------------------------------------------------------------

%define karboncommon_major 15
%define libkarboncommon %mklibname karboncommon %{karboncommon_major}

%package -n %{libkarboncommon}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkarboncommon}
Calligra core library.

%files -n %{libkarboncommon}
%{_kde5_libdir}/libkarboncommon.so.%{karboncommon_major}*

#--------------------------------------------------------------------

%define karbonui_major 15
%define libkarbonui %mklibname karbonui %{karbonui_major}

%package -n %{libkarbonui}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkarbonui}
Calligra core library.

%files -n %{libkarbonui}
%{_kde5_libdir}/libkarbonui.so.%{karbonui_major}*

#--------------------------------------------------------------------

%define koformula_major 15
%define libkoformula %mklibname koformula %{koformula_major}

%package -n %{libkoformula}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkoformula}
Calligra core library.

%files -n %{libkoformula}
%{_kde5_libdir}/libkoformula.so.%{koformula_major}*

#--------------------------------------------------------------------

%define libkomain_major 15
%define libkomain %mklibname komain %{libkomain_major}

%package -n %{libkomain}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkomain}
Calligra core library.

%files -n %{libkomain}
%{_kde5_libdir}/libkomain.so.%{libkomain_major}*

#--------------------------------------------------------------------

%define komsooxml_major 15
%define libkomsooxml %mklibname komsooxml %{komsooxml_major}

%package -n %{libkomsooxml}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkomsooxml}
Calligra core library.

%files -n %{libkomsooxml}
%{_kde5_libdir}/libkomsooxml.so.%{komsooxml_major}*

#--------------------------------------------------------------------

%define libkoodf_major 15
%define libkoodf %mklibname koodf %{libkoodf_major}

%package -n %{libkoodf}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkoodf}
Calligra core library. ODF Library.

%files -n %{libkoodf}
%{_kde5_libdir}/libkoodf.so.%{libkoodf_major}*

#--------------------------------------------------------------------

%define koodf2_major 15
%define libkoodf2 %mklibname koodf2_ %{koodf2_major}

%package -n %{libkoodf2}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkoodf2}
Calligra core library.

%files -n %{libkoodf2}
%{_kde5_libdir}/libkoodf2.so.%{koodf2_major}*

#--------------------------------------------------------------------

%define koodfreader_major 15
%define libkoodfreader %mklibname koodfreader %{koodfreader_major}

%package -n %{libkoodfreader}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkoodfreader}
Calligra core library.

%files -n %{libkoodfreader}
%{_kde5_libdir}/libkoodfreader.so.%{koodfreader_major}*

#--------------------------------------------------------------------

%define libkopageapp_major 15
%define libkopageapp %mklibname kopageapp %{libkopageapp_major}

%package -n %{libkopageapp}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkopageapp}
Calligra core library.

%files -n %{libkopageapp}
%{_kde5_libdir}/libkopageapp.so.%{libkopageapp_major}*

#--------------------------------------------------------------------

%define libkoplugin_major 15
%define libkoplugin %mklibname koplugin %{libkoplugin_major}

%package -n %{libkoplugin}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkoplugin}
Calligra core library.

%files -n %{libkoplugin}
%{_kde5_libdir}/libkoplugin.so.%{libkoplugin_major}*

#--------------------------------------------------------------------

%define kostore_major 15
%define libkostore %mklibname kostore %{kostore_major}

%package -n %{libkostore}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkostore}
Calligra core library.

%files -n %{libkostore}
%{_kde5_libdir}/libkostore.so.%{kostore_major}*

#--------------------------------------------------------------------

%define libkotext_major 15
%define libkotext %mklibname kotext %{libkotext_major}

%package -n %{libkotext}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkotext}
Calligra core library.

KoText is the library that offers rich text layout and OpenDocument Format
loading/saving.

%files -n %{libkotext}
%{_kde5_libdir}/libkotext.so.%{libkotext_major}*

#--------------------------------------------------------------------

%define kotextlayout_major 15
%define libkotextlayout %mklibname textlayout %{kotextlayout_major}

%package -n %{libkotextlayout}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkotextlayout}
Calligra core library.

%files -n %{libkotextlayout}
%{_kde5_libdir}/libkotextlayout.so.%{kotextlayout_major}*

#--------------------------------------------------------------------

%define kovectorimage_major 15
%define libkovectorimage %mklibname kovectorimage %{kovectorimage_major}

%package -n %{libkovectorimage}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkovectorimage}
Calligra core library.

%files -n %{libkovectorimage}
%{_kde5_libdir}/libkovectorimage.so.%{kovectorimage_major}*

#--------------------------------------------------------------------

%define koversion_major 15
%define libkoversion %mklibname koversion %{koversion_major}

%package -n %{libkoversion}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkoversion}
Calligra core library.

%files -n %{libkoversion}
%{_kde5_libdir}/libkoversion.so.%{koversion_major}*

#--------------------------------------------------------------------

%define kowidgets_major 15
%define libkowidgets %mklibname kowidgets %{kowidgets_major}

%package -n %{libkowidgets}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkowidgets}
Calligra core library.

%files -n %{libkowidgets}
%{_kde5_libdir}/libkowidgets.so.%{kowidgets_major}*

#--------------------------------------------------------------------

%define libkowidgetutils_major 15
%define libkowidgetutils %mklibname kowidgetutils %{libkowidgetutils_major}

%package -n %{libkowidgetutils}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkowidgetutils}
Calligra core library.

%files -n %{libkowidgetutils}
%{_kde5_libdir}/libkowidgetutils.so.%{libkowidgetutils_major}*

#--------------------------------------------------------------------

%define kowv2_major 9
%define libkowv2 %mklibname kowv2_ %{kowv2_major}

%package -n %{libkowv2}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkowv2}
Calligra core library.

%files -n %{libkowv2}
%{_kde5_libdir}/libkowv2.so.%{kowv2_major}*

#-------------------------------------------------------------------

%define kplatokernel_major 15
%define libkplatokernel %mklibname kplatokernel %{kplatokernel_major}

%package -n %{libkplatokernel}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkplatokernel}
Calligra core library.

%files -n %{libkplatokernel}
%{_kde5_libdir}/libkplatokernel.so.%{kplatokernel_major}*

#--------------------------------------------------------------------

%define kplatomodels_major 15
%define libkplatomodels %mklibname kplatomodels %{kplatomodels_major}

%package -n %{libkplatomodels}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkplatomodels}
Calligra core library.

%files -n %{libkplatomodels}
%{_kde5_libdir}/libkplatomodels.so.%{kplatomodels_major}*

#--------------------------------------------------------------------

%define kplatoui_major 15
%define libkplatoui %mklibname kplatoui %{kplatoui_major}

%package -n %{libkplatoui}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkplatoui}
Calligra core library.

%files -n %{libkplatoui}
%{_kde5_libdir}/libkplatoui.so.%{kplatoui_major}*

#--------------------------------------------------------------------

%define kundo2_major 15
%define libkundo2 %mklibname kundo2_ %{kundo2_major}

%package -n %{libkundo2}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libkundo2}
Calligra core library.

%files -n %{libkundo2}
%{_kde5_libdir}/libkundo2.so.%{kundo2_major}*

#--------------------------------------------------------------------

%define pigmentcms_major 15
%define libpigmentcms %mklibname pigmentcms %{pigmentcms_major}

%package -n %{libpigmentcms}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libpigmentcms}
Calligra core library.

Pigment is the Color Manipulation System library for Calligra, this include but
it is not limited to full color management. Originating from Krita it provides
a generic KoColor class wich represents the notion of a color. The same color
can often be specified in different colorspaces. Some colors however can only
be specified in some colorspaces.

%files -n %{libpigmentcms}
%{_kde5_libdir}/libpigmentcms.so.%{pigmentcms_major}*

#--------------------------------------------------------------------

%define planprivate_major 15
%define libplanprivate %mklibname planprivate %{planprivate_major}

%package -n %{libplanprivate}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libplanprivate}
Calligra core library.

%files -n %{libplanprivate}
%{_kde5_libdir}/libplanprivate.so.%{planprivate_major}*

#--------------------------------------------------------------------

%define kplatoworkfactory_major 15
%define libplanworkfactory %mklibname kplatoworkfactory %{kplatoworkfactory_major}

%package -n %{libplanworkfactory}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libplanworkfactory}
Calligra core library.

%files -n %{libplanworkfactory}
%{_kde5_libdir}/libplanworkfactory.so.%{kplatoworkfactory_major}*

#--------------------------------------------------------------------

%define rtfreader_major 15
%define librtfreader %mklibname rtfreader %{rtfreader_major}

%package -n %{librtfreader}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{librtfreader}
Calligra core library.

%files -n %{librtfreader}
%{_kde5_libdir}/libRtfReader.so.%{rtfreader_major}*

#--------------------------------------------------------------------

%define wordsprivate_major 15
%define libwordsprivate %mklibname wordsprivate %{wordsprivate_major}

%package -n %{libwordsprivate}
Summary:	Calligra core library
Group:		System/Libraries

%description -n %{libwordsprivate}
Calligra core library.

%files -n %{libwordsprivate}
%{_kde5_libdir}/libwordsprivate.so.%{wordsprivate_major}*

#--------------------------------------------------------------------

%package devel
Summary:	Header files for developing calligra applications
Group:		Development/KDE and Qt
Requires:	%{libbasicflakes} = %{EVRD}
Requires:	%{libcalligrasheetscommon} = %{EVRD}
Requires:	%{libcalligrasheetsodf} = %{EVRD}
Requires:	%{libcalligrastageprivate} = %{EVRD}
Requires:	%{libflake} = %{EVRD}
Requires:	%{libkarboncommon} = %{EVRD}
Requires:	%{libkarbonui} = %{EVRD}
Requires:	%{libkoformula} = %{EVRD}
Requires:	%{libkomain} = %{EVRD}
Requires:	%{libkomsooxml} = %{EVRD}
Requires:	%{libkoodf} = %{EVRD}
Requires:	%{libkoodf2} = %{EVRD}
Requires:	%{libkoodfreader} = %{EVRD}
Requires:	%{libkopageapp} = %{EVRD}
Requires:	%{libkoplugin} = %{EVRD}
Requires:	%{libkostore} = %{EVRD}
Requires:	%{libkotext} = %{EVRD}
Requires:	%{libkotextlayout} = %{EVRD}
Requires:	%{libkovectorimage} = %{EVRD}
Requires:	%{libkoversion} = %{EVRD}
Requires:	%{libkowidgets} = %{EVRD}
Requires:	%{libkowidgetutils} = %{EVRD}
Requires:	%{libkowv2} = %{EVRD}
Requires:	%{libkplatokernel} = %{EVRD}
Requires:	%{libkplatomodels} = %{EVRD}
Requires:	%{libkplatoui} = %{EVRD}
Requires:	%{libkundo2} = %{EVRD}
Requires:	%{libpigmentcms} = %{EVRD}
Requires:	%{libplanprivate} = %{EVRD}
Requires:	%{libplanworkfactory} = %{EVRD}
Requires:	%{librtfreader} = %{EVRD}
Requires:	%{libwordsprivate} = %{EVRD}
Requires:	%{name}-core = %{EVRD}

%description devel
Header files needed for developing calligra applications.

%files devel
%{_kde5_libdir}/libbasicflakes.so
%{_kde5_libdir}/libcalligrasheetscommon.so
%{_kde5_libdir}/libcalligrasheetsodf.so
%{_kde5_libdir}/libcalligrastageprivate.so
%{_kde5_libdir}/libflake.so
%{_kde5_libdir}/libkarboncommon.so
%{_kde5_libdir}/libkarbonui.so
%{_kde5_libdir}/libkoformula.so
%{_kde5_libdir}/libkomain.so
%{_kde5_libdir}/libkomsooxml.so
%{_kde5_libdir}/libkoodf.so
%{_kde5_libdir}/libkoodf2.so
%{_kde5_libdir}/libkoodfreader.so
%{_kde5_libdir}/libkopageapp.so
%{_kde5_libdir}/libkoplugin.so
%{_kde5_libdir}/libkostore.so
%{_kde5_libdir}/libkotext.so
%{_kde5_libdir}/libkotextlayout.so
%{_kde5_libdir}/libkovectorimage.so
%{_kde5_libdir}/libkoversion.so
%{_kde5_libdir}/libkowidgets.so
%{_kde5_libdir}/libkowidgetutils.so
%{_kde5_libdir}/libkowv2.so
%{_kde5_libdir}/libkplatokernel.so
%{_kde5_libdir}/libkplatomodels.so
%{_kde5_libdir}/libkplatoui.so
%{_kde5_libdir}/libkundo2.so
%{_kde5_libdir}/libpigmentcms.so
%{_kde5_libdir}/libplanprivate.so
%{_kde5_libdir}/libplanworkfactory.so
%{_kde5_libdir}/libRtfReader.so
%{_kde5_libdir}/libwordsprivate.so

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

# NOTE: reenable if/when again available
find %{buildroot} -name "braindump.mo" | xargs rm -fv
find %{buildroot} -name "flow.mo" | xargs rm -fv
find %{buildroot} -name "okularGenerator_odp.mo" | xargs rm -fv
find %{buildroot} -name "okularGenerator_odt.mo" | xargs rm -fv

%find_lang %{name} calligra-defaulttools calligra-dockers calligra-opener \
calligra_semanticitem_contact calligra_semanticitem_event calligra_semanticitem_location \
calligra_shape_artistictext calligra_shape_chart calligra_shape_comment calligra_shape_formula \
calligra_shape_music calligra_shape_paths calligra_shape_picture calligra_shape_plugin \
calligra_shape_template calligra_shape_text calligra_shape_threed calligra_shape_vector calligra_shape_video \
calligra_textediting_autocorrect calligra_textediting_changecase calligra_textediting_spellcheck \
calligra_textediting_thesaurus calligra_textinlineobject_variables calligrafilters \
kocolorspaces koconverter %{name}.lang

%find_lang karbon KarbonFilterEffects KarbonTools karbon.lang

%find_lang calligraplan calligraplan_scheduler_rcps calligraplan_scheduler_tj calligraplanlibs \
calligraplanwork krossmoduleplan plan.lang

%find_lang calligrasheets calligrasheets_calendar calligrasheets_solver krossmodulesheets \
calligra_shape_spreadsheet sheets.lang

%find_lang calligrastage stage.lang

%find_lang calligrawords krossmodulewords words.lang

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9792 |14cu|calligra-l10n-2.9.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Supported l10n language
%define langlist bs ca cs da de el en_GB es et fi fr gl hu it ja kk nb nl pl pt pt_BR ru sk sv tr uk zh_CN zh_TW

# Languages that were once supported, but aren't supported by the current release anymore
# (old packages have to be obsoleted so we don't create dependency problems)
%define temporarily_unsupported nds sl

# Language descriptions
%define language_bs bs
%define langname_bs Bosnian
%define language_ca ca
%define langname_ca Catalan
%define language_cs cs
%define langname_cs Czech
%define language_da da
%define langname_da Dansk
%define language_de de
%define langname_de German
%define language_el el
%define langname_el Greek
%define language_en_GB en_GB
%define langname_en_GB British English
%define language_es es
%define langname_es Spanish
%define language_et et
%define langname_et Estonian
%define language_fi fi
%define langname_fi Finnish
%define language_fr fr
%define langname_fr French
%define language_gl gl
%define langname_gl Galician
%define language_hu hu
%define langname_hu Hungarian
%define language_ia ia
%define langname_ia Interlingua
%define language_it it
%define langname_it Italian
%define language_ja ja
%define langname_ja Japanese
%define language_kk kk
%define langname_kk Kazakh
%define language_nb nb
%define langname_nb Norwegian
%define language_nl nl
%define langname_nl Dutch
%define language_nds nds
%define langname_nds Lower Saxon
%define language_pl pl
%define langname_pl Polish
%define language_pt pt
%define langname_pt Portuguese
%define language_pt_BR pt_BR
%define langname_pt_BR Brazilian portuguese
%define language_pt_PT pt-PT
%define langname_pt_PT Portuguese
%define language_ru ru
%define langname_ru Russian
%define language_sl sl
%define langname_sl Slovenian
%define language_sk sk
%define langname_sk Slovakian
%define language_sv sv
%define langname_sv Swedish
%define language_tr tr
%define langname_tr Turkish
%define language_uk uk
%define langname_uk Ukrainian
%define language_wa wa
%define langname_wa Walloon
%define language_zh_CN zh_CN
%define langname_zh_CN Simplified Chinese
%define language_zh_TW zh_TW
%define langname_zh_TW Traditional Chinese

# --- Danger line ---

# Locales
%{expand:%(for lang in %{langlist}; do echo "%%define locale_$lang `echo $lang | cut -d _ -f 1` "; done)}

Summary:	Language files for Calligra (virtual package)
Name:		calligra-l10n
Version:	2.9.11
Release:	3
License:	GPLv2+
Group:		System/Internationalization
Url:		http://www.calligra-suite.org/
# localisation package template
Source0:	%{name}-template.in
Source1:	%{name}.rpmlintrc
# l10n sources
%{expand:%(\
	i=2; \
	for lang in %{langlist}; do\
		echo "%%{expand:Source$i: http://download.kde.org/stable/calligra-%%{version}/%%{name}/%%{name}-%%{language_$lang}-%%{version}.tar.xz}";\
		i=$[i+1];\
	done\
	)
}
BuildRequires:	gettext
BuildRequires:	kdelibs4-devel
BuildArch:	noarch
%{expand:%(\
	for i in %{temporarily_unsupported}; do \
		echo "Obsoletes: %{name}-$i < %{EVRD}"; \
	done)
}

%description
Language files for Calligra.

# Expand all localisation packages descriptions.

%{expand:%(\
	for lang in %{langlist}; do\
		echo "%%{expand:%%(sed "s!__LANG__!$lang!g" %{_sourcedir}/%{name}-template.in 2> /dev/null)}";\
	done\
	)
}

%prep
%setup -T -n %{name}-%{version} -c

for lang in %{langlist}; do\
  tar xf %{_sourcedir}/%{name}-$lang-%{version}.tar.xz;
done

%build
for lang in %{langlist}; do\
	pushd %{name}-$lang-%{version};
		%cmake_kde4;
		%make;
	popd;
done

%install
for lang in %{langlist}; do
	pushd %{name}-$lang-%{version};
		%makeinstall_std -C build;
	popd;
done

%changelog

* Sat Jan 14 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.9.11-3
- (6dbcfef) Add versioned Provides for calligra-l10n



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9793 |14cu|camlgrenouille-1.28-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Broadband connection test program
Name:		camlgrenouille
Version:	1.28
Release:	8
License:	GPLv2+
Group:		Networking/Other
Url:		http://devel.grenouille.com/Camlgrenouille.php
Source0:	http://devel.grenouille.com/pub/camlgrenouille/sources/%{name}-%{version}.tar.gz
# Make 3 icons %name-{16,32,48}.png and then tar cjf %name-icons.tar.bz2 *png
Source1:	%{name}-icons.tar.bz2
Source2:	%{name}-missing-files.tar.bz2
Buildrequires:	ocaml
Requires:	rxvt

%description
This software is meant to test for your broadband connection,
and sends the results to www.grenouille.com

%files
%doc README TODO
%doc script_demarrage.sh
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/*
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
#unpack source, icons and missing files:
%setup -q -b2 -a1

%build
touch build_linux
make depend
make

%install
#installation des executables
mkdir -p %{buildroot}%{_bindir}
install -D -m 755 %{name} %{buildroot}%{_bindir}/%{name}
install -D -m 755 camlgrenouille %{buildroot}%{_bindir}/camlgrenouille
(cd %{buildroot}%{_bindir}
 ln -s camlgrenouille grenouille )

#patch config
perl -pi -e 's#\./shell_ifconfig.sh#%{_sysconfdir}/%{name}/shell_ifconfig.sh#' user.config.linux

#installation des fichiers de config
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
install -D -m 644 user.config.linux %{buildroot}%{_sysconfdir}/%{name}/user.config
install -D -m 755 shell_ifconfig.sh %{buildroot}%{_sysconfdir}/%{name}/shell_ifconfig.sh

# icon
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
install -D -m 644 %{name}-48.png %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 %{name}-32.png %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{name}-16.png %{buildroot}%{_miconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Camlgrenouille
Comment=Broadband connection test program
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-Internet;
EOF


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.28-8
- (1fc416d) Disable debug package
- (1fc416d) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9794 |14cu|camlp5-6.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A preprocessor-pretty-printer of ocaml
Name:		camlp5
Version:	6.11
Release:	2
License:	BSD
Group:		Development/OCaml
Url:		http://pauillac.inria.fr/~ddr/camlp5
Source0:	http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-%{version}.tgz
Patch0:		camlp5-6.11-patch-6.07-1.patch
BuildRequires:	ocaml

%description
Camlp5 is a preprocessor-pretty-printer of ocaml.
It is the continuation of the classical Camlp4 with new features.

%files
%doc CHANGES DEVEL ICHANGES INSTALL LICENSE README UPGRADING doc/html
%{_libdir}/ocaml/camlp5
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
./configure \
	-bindir %{_bindir} \
	-libdir %{_libdir}/ocaml \
	-mandir %{_mandir}/man1
make
make world.opt

%install
make install \
	BINDIR=%{buildroot}%{_bindir} \
	LIBDIR=%{buildroot}%{_libdir}/ocaml \
	MANDIR=%{buildroot}%{_mandir}
install -m 644 etc/META %{buildroot}%{_libdir}/ocaml/camlp5/


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.11-2
- (9900bef) Disable debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9795 |14cu|cantata-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	with_qt5 0

Summary:	Client for the Music Player Daemon (MPD)
Name:		cantata
Version:	2.0.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
URL:		https://github.com/cdrummond/cantata
# NOTE:
# As of January 14th 2014, google code no longer allows adding new downloads. 
# Since January 2016 new site on GitHub.
Source0:	https://github.com/CDrummond/cantata/releases/download/v%{version}/%{name}-%{version}.tar.bz2
Source1:	%{name}_ru.po.tar.gz
BuildRequires:	cdparanoia
BuildRequires:	cdda-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	media-player-info
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libmusicbrainz5)
BuildRequires:	pkgconfig(libvlc)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(speexdsp)
BuildRequires:	pkgconfig(taglib) >= 1.6
BuildRequires:	pkgconfig(taglib-extras) >= 1.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(zlib)
%if %{with_qt5}
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(udisks2)
%else
BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(QJson)
%endif
Requires:	mpd
Requires:	oxygen-icon-theme
Suggests:	lame

%description
Cantata is a (yet another!) client for the music player daemon (MPD).
Originally started as a fork of QtMPC, the code is now *very* different. To be
true to QtMPCs origins, Cantata can be compiled with KDE support or as a pure
Qt5 application. The interface is very configurable - most views can be
shown as either a list or tree structure.

%files -f %{name}.lang
%doc AUTHORS ChangeLog LICENSE README TODO
%{_bindir}/%{name}
%if %{with_qt5}
%{_datadir}/applications/%{name}.desktop
%else
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/solid/actions/cantata-play-audiocd.desktop
%endif
%{_libdir}/%{name}
%{_datadir}/%{name}/config/*.xml
%{_datadir}/%{name}/fonts/*.ttf
%{_datadir}/%{name}/icons
%{_datadir}/%{name}/mpd/*
%{_datadir}/%{name}/scripts/*
%{_datadir}/%{name}/themes/*.css
%{_iconsdir}/hicolor/*/apps/%{name}.*

#------------------------------------------------------------------------------

%prep
%setup -q
#%%patch0 -p1

pushd po
tar -xvzf %{SOURCE1}
popd

# Another hack to fix install path for x86_64 build
sed -i s,"LINUX_LIB_DIR lib","LINUX_LIB_DIR %{_lib}",g CMakeLists.txt


%build
%if %{with_qt5}
%cmake_qt5	-DENABLE_QT5=ON
%else
%cmake_kde4	-DENABLE_KDE=ON
%endif
%make


%install
%makeinstall_std -C build

%if %{with_qt5}
%find_lang %{name} --with-qt
%else
%find_lang %{name} 
%endif

%changelog

* Mon Jun 06 2016 Giovanni Mariani <mc2374@mclink.it> 2.0.1-1
- (3428c50) Updated to release 2.0.1 and fixed BReqs according to the cmake output

* Wed Feb 10 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.0.0-4
- (f1585cd) Updated Russian translation

* Wed Feb 10 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.0.0-3
- (4aa4a61) Updated Russian translation
- (Denis Silakov: 1a03b2a) Rebuild

* Tue Jan 26 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.0.0-2
- (b16d97d) Updated Russian translation
- (Victor Ryzhikh: 7759b97) Updated Russian translation
- (Victor Ryzhikh: 3ab9906) Updated Russian translation

* Tue Jan 26 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.0.0-1
- (d2b0d1d) Updated Russian translation
- (Victor Ryzhikh: ac52e77) Updated Russian translation
- (Giovanni Mariani: 584ca97) Updated to release 2.0.0, updated Url tag and  S0 url, fixed Qt5 build (but still defaulting to Qt4/KDE)

* Tue Jan 19 2016 Denis Silakov <dsilakov@gmail.com> 1.5.2-4
- (bc2e62b) Rebuild

* Sat Apr 18 2015 Victor Ryzhikh <victorr2007@yandex.ru> 1.5.2-3
- (80c8b66) Updated cantata.spec

* Sat Apr 18 2015 Victor Ryzhikh <victorr2007@yandex.ru> 1.5.2-2
- (a36fe39) Updated .abf.yml
- (Denis Silakov: 4bece5f) Updated Russian localization patch

* Thu Mar 26 2015 Giovanni Mariani <mc2374@mclink.it> 1.5.2-1
- (b3eec11) Updated to release 1.5.2 and added means to build against QT5

* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.1-2
- (8bef646) Bump release

* Sat Nov 01 2014 symbianflo <symbianflo@symbianflo> 1.5.1-1
- (2151fbb) Log. update to 1.5.1

* Tue Oct 14 2014 symbianflo <symbianflo@symbianflo> 1.4.2-1
- (ddd39dc) Log: Update to 1.4.2, drop russian patch, fix x86_64 build, drop the patch from yml
- (symbianflo: aa8f28c) Log: Update to 1.4.2, drop russian patch, fix x86_64 build
- (abfonly: e35b67c) Updated cantata.spec
- (abfonly: 983cae2) Updated cantata.spec
- (abfonly: 7f57ef7) update to 1.4.2, drop russian patch
- (abfonly: 9f09040) update to 1.4.2, drop russian patch
- (abfonly: 91ca4d1) update to 1.4.2, drop russian patch
- (symbianflo: f61f494) Log: Update to 1.4.2

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-2
- (20f54cf) MassBuild#464: Increase release tag

* Thu Mar 27 2014 Victor Ryzhikh <victorr2007@yandex.ru> 1.3.3-1
- (115d625) Updated cantata.spec

* Thu Mar 27 2014 Victor Ryzhikh <victorr2007@yandex.ru> 1.3.1-2
- (3d32460) Updated .abf.yml
- (Victor Ryzhikh: 860bbfa) Updated cantata.spec

* Thu Mar 27 2014 Victor Ryzhikh <victorr2007@yandex.ru> 1.3.1-1
- (d81a765) Updated .abf.yml
- (symbianflo: 4d73cb3) Log: update to 1.3.1
- (symbianflo: 4d73cb3) -----
- (symbianflo: 4d73cb3) 1. Fix collapsed context-view selector buttons text when using a dark
- (symbianflo: 4d73cb3) background.
- (symbianflo: 4d73cb3) 2. Apply some Fedora patches.
- (symbianflo: 4d73cb3) 3. Fix MPD HTTP stream playback.
- (symbianflo: 4d73cb3) 4. Fix painting of Gtk thin scrollbar style on comboboxes.
- (symbianflo: 4d73cb3) 5. When waiting for replies from MPD, use Qt's standard timeout value of 30s.
- (symbianflo: 4d73cb3) While the socket is still connected, Cantata will wait up to 4 times the
- (symbianflo: 4d73cb3) timeout value. Therefore, the actual timeout has increased to 2minutes!
- (symbianflo: 4d73cb3) 6. If a sidebar view has focus, but sidebar is collapsed, then find action
- (symbianflo: 4d73cb3) should activate playqueue search widget.
- (symbianflo: 4d73cb3) 7. FreeBSD 10 compile fixes.
- (symbianflo: 4d73cb3) 8. Fix scaling of context view background when size of view changes.
- (symbianflo: 4d73cb3) 9. Elide text of context view selector buttons, if insufficient space.
- (symbianflo: 4d73cb3) 10. Only show mopidy note in copy/remove dialog if connected to mopidy.
- (symbianflo: 4d73cb3) 11. Fix broken en_GB translation.
- (symbianflo: 4d73cb3) 12. Fix folder-view path parsing. If two folders only differed in the last
- (symbianflo: 4d73cb3) character then Cantata would have placed the contents of the second
- (symbianflo: 4d73cb3) into the listing of the first.
- (symbianflo: 4d73cb3) 13. Explicitly link to pthread.
- (symbianflo: 4d73cb3) 14. Do not allow 'auto-hide sidebar' and 'playqueue in sidebar' to be active at
- (symbianflo: 4d73cb3) the same time.

* Sat Mar 08 2014 SymbianFlo <symbianflo@mandrivausers.ro> 1.3.1-3
- (f710e9c) Update to 1.3.1, Changelog:
- (f710e9c) 1.3.1
- (f710e9c) -----
- (f710e9c) 1. Fix collapsed context-view selector buttons text when using a dark background.
- (f710e9c) 2. Apply some Fedora patches.
- (f710e9c) 3. Fix MPD HTTP stream playback.
- (f710e9c) 4. Fix painting of Gtk thin scrollbar style on comboboxes.
- (f710e9c) 5. When waiting for replies from MPD, use Qt's standard timeout value of 30s. While the socket is still connected, Cantata will wait up to 4 times the timeout value. Therefore, the actual timeout has increased to 2minutes!
- (f710e9c) 6. If a sidebar view has focus, but sidebar is collapsed, then find action should activate playqueue search widget.
- (f710e9c) 7. FreeBSD 10 compile fixes.
- (f710e9c) 8. Fix scaling of context view background when size of view changes.
- (f710e9c) 9. Elide text of context view selector buttons, if insufficient space.
- (f710e9c) 10. Only show mopidy note in copy/remove dialog if connected to mopidy.
- (f710e9c) 11. Fix broken en_GB translation.
- (f710e9c) 12. Fix folder-view path parsing. If two folders only differed in the last character then Cantata would have placed the contents of the second into the listing of the first.
- (f710e9c) 13. Explicitly link to pthread.
- (f710e9c) 14. Do not allow 'auto-hide sidebar' and 'playqueue in sidebar' to be active at the same time.

* Sun Feb 23 2014 SymbianFlo <symbianflo@mandrivausers.ro> 1.3.0.1-3
- (036ce0f) Rebuild with optional, (cddb and taglib-extras), bump rel.

* Sat Feb 22 2014 SymbianFlo <symbianflo@mandrivausers.ro> 1.3.0.1-2
- (98cebfd) fix BR, bump rel

* Sat Feb 22 2014 symbianflo <symbianflo@symbianflo> 1.3.0.1-1
- (f2d4489) Log 1.3.0.1:
- (f2d4489) 1. Basic undo/redo for playqueue.
- (f2d4489) 2. Search tab - searches performed via MPD. This tab is hidden by default.
- (f2d4489) 3. Optionally cache scaled covers, to improve loading of albums view. (Displaying of covers should be faster after 1st run, when the scaled contents are saved)
- (f2d4489) 4. Only start internal HTTP server when required, and stop after last non-MPD track removed from playqueue.
- (f2d4489) 5. If listallinfo fails then use lsinfo recursively to retrieve the music collection. listallinfo requires more memory with MPD 0.18, and has been reported to fail for large collections.
- (f2d4489) 6. Cache folder listing (as per music collection), if folders view is used.
- (f2d4489) 7. Better support for Mopidy (requires Mopidy 0.18, or newer)
- (f2d4489) 8. Fix duplicate translations - causes KDE builds to fail.

* Sun Jan 05 2014 SymbianFlo <symbianflo@mandrivausers.ro> 1.2.2-2
- (4f3c3c3) Changelog:
- (4f3c3c3) 1.2.2
- (4f3c3c3) -----
- (4f3c3c3) 1. Fix British English translation.
- (4f3c3c3) 2. Improve internal HTTP security - only serve files to MPD host, and only files in playqueue.
- (4f3c3c3) 3. Also remove CDDA files when Cantata exits.
- (4f3c3c3) 4. Improve error message if 'playlist_directory' does not exist.
- (4f3c3c3) 5. If icon theme does not have network-server, then use audio file icon for HTTP server settings page.
- (4f3c3c3) 6. Fix truncated files served from internal HTTP server.
- (4f3c3c3) 7. When adding songs to an existing play lists, dont allow play list files to be added.
- (4f3c3c3) 8. If Ctrl-F is activated again whilst search widget is visible, then select all current text.
- (4f3c3c3) 9. When MPD seeks a Cantata HTTP stream, set the Content-Range header field. This fixes seeking of FLAC files.
- (4f3c3c3) 10. Fix toggling of checkboxes via short-cut.
- (4f3c3c3) 11. Fix short-cuts in preferences dialog.
- (4f3c3c3) 12. Dont clear the playqueue when Cantata is passed a song as a commandline at start-up.
- (4f3c3c3) 13. Fix broken spinboxes in some dialogs with Gtk style.
- (4f3c3c3) 14. Correctly style treeview in CD details dialog.
- (4f3c3c3) 15. Only show artist name of CD track if it does not start with main CD artist.
- (4f3c3c3) 16. Show track numbers in CD listing.

* Sun Dec 29 2013 SymbianFlo <symbianflo@mandrivausers.ro> 1.2.1-2
- (bbe7d37) Updated to 1.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9796 |14cu|caps-0.9.24-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# No debug package produced
%define	debug_package %{nil}

Name:		caps
Version:	0.9.24
Release:	1
Summary:	Collection of plugins for LADSPA
License:	GPLv2+
Group:		Sound
Url:		http://quitte.de/dsp/
Source0:	http://quitte.de/dsp/%{name}_%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
BuildRequires:	ladspa-devel
Requires:	ladspa

%description
CAPS, the C* Audio Plugin Suite, is a collection of refined LADSPA audio
plugins capable of (and mainly intended for) realtime operation.
The suite includes DSP units emulating instrument amplifiers, stomp-box
classics, versatile 'virtual analogue' oscillators, fractal oscillation,
reverb, equalization and more.

%files
%doc CHANGES README
%{_libdir}/ladspa/%{name}.so
%{_datadir}/ladspa/rdf/%{name}.rdf

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
./configure.py
%make


%install
%makeinstall_std DEST=%{_libdir}/ladspa

%changelog

* Sat Apr 23 2016 Giovanni Mariani <mc2374@mclink.it> 0.9.24-1
- (2488a77) Updated to release 0.9.24, added S100 to silence useless rpmlint warnining and cleaned specfile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9797 |14cu|castor-1.0.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME:
# W: castor class-path-in-manifest /usr/share/java/castor-1.0.5.jar
# W: castor-xml class-path-in-manifest /usr/share/java/castor-xml-1.0.5.jar

# XXX: This requires org.mockebj.*
%bcond_with             examples
%bcond_with             tests

Summary:        An open source data binding framework for Java
Name:           castor
Version:        1.0.5
Release:        10
Epoch:          0
Group:          Development/Java
License:        BSD-style
URL:            http://www.castor.org/
Source0:        http://dist.codehaus.org/castor/%{version}/castor-%{version}-src.tgz
Patch0:         example-servletapi4.patch
Patch1:         example-servletapi5.patch
Patch2:		castor-fix-build.patch
Patch3:		castor-fix-encoding.patch
Patch4:		castor-1.0.5-java-1.8.patch
Requires:       adaptx
Requires:	cglib
Requires:       jakarta-commons-logging
Requires:       jdbc-stdext
Requires:       jndi
#Requires:       jta
Requires:       ldapjdk
Requires:       log4j
Requires:       oro
Requires:       regexp
Requires:       xerces-j2
BuildRequires:  adaptx
BuildRequires:  ant
BuildRequires:  cglib
BuildRequires:  xalan-j2
BuildRequires:  jakarta-commons-logging
BuildRequires:  jdbc-stdext
BuildRequires:  jndi
BuildRequires:  jpackage-utils >= 0:1.5.16
BuildRequires:  junit
#BuildRequires:  jta
BuildRequires:  ldapjdk
BuildRequires:  log4j
BuildRequires:  oro
BuildRequires:  regexp
BuildRequires:  xerces-j2
BuildRequires:  java-rpmbuild
BuildArch:        noarch

%description
Castor is an open source data binding framework for Java. It's basically
the shortest path between Java objects, XML documents and SQL tables.
Castor provides Java to XML binding, Java to SQL persistence, and then
some more.

%package demo
Group:          Development/Java
Summary:        Demo for %{name}
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       servlet6
BuildRequires:  servlet6 

%description demo
Demonstrations and samples for %{name}.

%if %with tests
%package test
Group:          Development/Java
Summary:        Tests for %{name}
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       junit
BuildRequires:  junit

%description test
Tests for %{name}.
%endif

%package xml
Group:          Development/Java
Summary:        XML support for %{name}
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description xml
XML support for Castor.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%package doc
Summary:        Documentation for %{name}
Group:          Development/Java

%description doc
Documentation for %{name}.

%prep
%setup -q
#find . -type f -name "*.jar" | %{_bindir}/xargs -t %{__rm}
#find . -type f -name "*.class" | %{_bindir}/xargs -t %{__rm}
%if 0
find . -name "*.java" -exec perl -p -i -e 's|assert\(|assertTrue\(|g;' {} \;
find . -name "*.java" -exec perl -p -i -e 's|_test.name\(\)|_test.getName\(\)|g;' {} \;
find src/doc -name "*.xml" -exec perl -p -i -e 's|\222|&#x92;|g;' {} \;
%endif
%patch0
%patch1
%patch2
%patch3
%patch4 -p1

%build

export CLASSPATH=$(build-classpath adaptx cglib castor jakarta-commons-logging jdbc-stdext jndi jta junit ldapjdk log4j oro regexp servletapi5 xerces-j2)
export OPT_JAR_LIST="adaptx ant/ant-trax xalan-j2 xalan-j2-serializer"
%{__perl} -pi -e 's/<javac/<javac nowarn="true"/g' src/build.xml
%{ant} -Dbuild.sysclasspath=first -buildfile src/build.xml jar
%if %with examples
ant -buildfile src/build.xml compile.examples
%endif
%if %with tests
ant -buildfile src/build.xml CTFjar
%endif
ant -buildfile src/build.xml javadoc

%install

# jar
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 dist/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 644 dist/%{name}-%{version}-xml.jar %{buildroot}%{_javadir}/%{name}-xml-%{version}.jar
%if %with tests
install -m 644 dist/CTF-%{version}.jar %{buildroot}%{_javadir}/%{name}-tests-%{version}.jar
%endif
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
%{__mkdir_p} %{buildroot}%{_datadir}/%{name}

%if %with examples
# examples (demo)
install -d -m 755 %{buildroot}%{_datadir}/%{name}/examples
cp -pr build/examples/* %{buildroot}%{_datadir}/%{name}/examples
%endif

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}

# do this last, since it will delete all build directories
export CLASSPATH=$(build-classpath adaptx cglib castor jakarta-commons-logging jdbc-stdext jndi jta junit ldapjdk log4j oro regexp servletapi5 xerces-j2)
export OPT_JAR_LIST="adaptx ant/ant-trax xalan-j2 xalan-j2-serializer castor"
%{ant} -buildfile src/build.xml doc

# like magic
%jpackage_script org.exolab.castor.builder.SourceGenerator %{nil} %{nil} xerces-j2:%{name} %{name}

%{__perl} -pi -e 's/\r$//g' src/etc/CHANGELOG \
                            src/main/resources/LICENSE \
                            src/main/resources/README \
                            build/doc/*.{css,dtd,txt} \
                            build/doc/**/*.htm \
                            build/doc/ora-mar-2k/*.htm

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ "$1" = "0" ]; then
    rm -f %{_javadocdir}/%{name}
fi

%files
%doc src/etc/CHANGELOG src/main/resources/LICENSE src/main/resources/README
%attr(0755,root,root) %{_bindir}/%{name}
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%dir %{_datadir}/%{name}

%files demo
%if %with examples
%{_datadir}/%{name}/examples
%endif

%if %with tests
%files test
%{_javadir}/%{name}-tests-%{version}.jar
%{_javadir}/%{name}-tests.jar
%endif

%files xml
%{_javadir}/%{name}-xml-%{version}.jar
%{_javadir}/%{name}-xml.jar

%files javadoc
%{_javadocdir}/%{name}-%{version}

%files doc
%doc build/doc/*

%changelog

* Tue Mar 15 2016 Denis Silakov <dsilakov@gmail.com> 0:1.0.5-10
- (cab44e1) Switch to servlet6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9798 |14cu|cataclysm-dda-0.C-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Cataclysm-DDA

Summary:	A post-apocalyptic roguelike game
Name:		cataclysm-dda
Version:	0.C
Release:	1
License:	CC-BY-SA
Group:		Games/Adventure
Url:		http://en.cataclysmdda.com/
#https://github.com/CleverRaven/Cataclysm-DDA
Source:		Cataclysm-DDA-master.zip
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(lua)
BuildRequires:	lua
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_image)
BuildRequires:	pkgconfig(SDL2_ttf)
BuildRequires:	pkgconfig(SDL2_mixer)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(zlib)
BuildRequires:	gettext-devel
BuildRequires:	gpm-devel
BuildRequires:	git
BuildRequires:	astyle
BuildRequires:	cmake

%description
Cataclysm: Dark Days Ahead is a roguelike set in a 
post-apocalyptic world. While some have described 
it as a "zombie game", there is far more to Cataclysm than that. 
Struggle to survive in a harsh, persistent, 
procedurally generated world. 
Scavenge the remnants of a dead civilization for food, 
equipment, or, if you are lucky, a vehicle with a full tank of 
gas to get you the hell out of Dodge. Fight to defeat or 
escape from a wide variety of powerful monstrosities, 
from zombies to giant insects to killer robots 
and things far stranger and deadlier, 
and against the others like yourself, that want what you have.

%files -f %{name}.lang
%{_defaultdocdir}/cataclysm-dda
%{_bindir}/cataclysm
%{_bindir}/cataclysm-tiles
%{_datadir}/%{name}
%{_iconsdir}/hicolor/128x128/apps/cataclysm-dda.png
%{_datadir}/applications/%{name}.desktop
#-----------------------------------------
%prep
%setup -qn %{oname}-master
sed -i 's/-Werror//' Makefile
chmod 644 doc/JSON_FLAGS.md

%build
%cmake

%setup_compile_flags
%make PREFIX=/usr RELEASE=1 ZLEVELS=1 LUA=1
%make PREFIX=/usr RELEASE=1 ZLEVELS=1 LUA=1 TILES=1 SOUND=1

%install
make PREFIX=%{buildroot}/usr \
  RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 LUA=1 TILES=0 SOUND=0 \
  install
  
install -Dm755 cataclysm %{buildroot}%{_bindir}/cataclysm

make PREFIX=%{buildroot}/usr \
  RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 LUA=1 TILES=1 SOUND=1 \
  install
  
install -D data/osx/AppIcon.iconset/icon_128x128.png \
  %{buildroot}%{_iconsdir}/hicolor/128x128/apps/cataclysm-dda.png
  
install -d %{buildroot}%{_defaultdocdir}/cataclysm-dda
cp -r doc/* %{buildroot}%{_defaultdocdir}/cataclysm-dda  
rm -fr  %{buildroot}%{_defaultdocdir}/cataclysm-dda/JSON_LOADING_ORDER.md  
cp data/json/LOADING_ORDER.md %{buildroot}%{_defaultdocdir}/cataclysm-dda/JSON_LOADING_ORDER.md

install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=cataclysm-tiles
Icon=cataclysm-dda
Type=Application
Categories=Game;AdventureGame;
EOF


find %{buildroot}%{_datadir}/%{name}/gfx -type f -exec chmod 644 {} \;

%find_lang %{name} 
%changelog

* Mon Aug 15 2016 abfonly <abfonly@gmail.com> 0.C-1
- (89389e2) Merge pull request #2 from abfonly/cataclysm-dda:rosa2014.1
- (89389e2) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9799 |14cu|catch-1.5.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A modern, C++-native, header-only, framework for unit-tests, TDD and BDD
Name:		catch
Version:	1.5.6
Release:	1
License:	Boost
Group:		Development/Other
URL:		https://github.com/philsquared/Catch
Source0:	https://github.com/philsquared/Catch/archive/v%{version}.tar.gz?/Catch-%{version}.tar.gz

%description
Catch stands for C++ Automated Test Cases in Headers and is a
multi-paradigm automated test framework for C++ and Objective-C (and,
maybe, C). It is implemented entirely in a set of header files, but
is packaged up as a single header for extra convenience.

#----------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Provides:	%{name}-static = %{EVRD}

%description devel
Catch stands for C++ Automated Test Cases in Headers and is a
multi-paradigm automated test framework for C++ and Objective-C (and,
maybe, C). It is implemented entirely in a set of header files, but
is packaged up as a single header for extra convenience.

%files devel
%doc LICENSE_1_0.txt README.md catch-logo-small.png docs/
%{_includedir}/catch

#----------------------------------------------------------

%prep
%setup -qn Catch-%{version}

%build

%install
mkdir -p %{buildroot}%{_includedir}
cp -pr include  %{buildroot}%{_includedir}/catch


%check
%make -C projects/SelfTest test CXXFLAGS="-I../../include -std=c++11 %{optflags}"

%changelog

* Sat Sep 03 2016 alzim <alzim@bk.ru> 1.5.6-1
- (f9c3704) Merge pull request #1 from import/catch:rosa2016.1
- (f9c3704) Updated to 1.5.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9800 |14cu|cclock-0.96-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Name:           cclock
Version:        0.96
Release:        1
Summary:        A digital clock for the linux console
License:        GPLv2
Group:          Games/Other
Url:            http://www.hackl.dhs.org/cclock/
Source0:        http://master.dl.sourceforge.net/project/cclock/cclock-source/%{name}-%{version}/%{name}-%{version}.tar.bz2
BuildRequires:  pkgconfig(ncurses)

%description
A digital clock for the linux console.

%files
%{_defaultdocdir}/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
#----------------------------------------------

%prep
%setup -q
perl -pi -e "s|doc/packages|doc|" Makefile

%build
%setup_compile_flags
make

%install
%makeinstall_std
%changelog

* Sat Aug 27 2016 abfonly <abfonly@gmail.com> 0.96-1
- (93819ea) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9801 |14cu|ccze-0.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A robust log colorizer
Summary(ru):	Мощный коллоризатор логов
Name:		ccze
Version:	0.2.1
Release:	1
# http://web.archive.org/web/20040803024236/bonehunter.rulez.org/CCZE.phtml
URL:		http://bonehunter.rulez.org/CCZE.html
License:	GPLv2+
Group:		Text tools
Source:		ftp://bonehunter.rulez.org/pub/ccze/stable/ccze-%{version}.tar.gz

BuildRequires:	pkgconfig(ncurses) >= 5.0
BuildRequires:	pkgconfig(libpcre) >= 3.1
# Debian patch to correct handle -o switch
Patch0:		ccze-0.2.1-Wmulticharacter.patch
Patch1:		ccze-opts.diff

%description
CCZE is a roboust and modular log colorizer, 
with plugins for apm,
exim, fetchmail, httpd, postfix, 
procmail, squid, syslog, ulogd,
vsftpd, xferlog and more.

%description -l ru
CCZE это мощный и модульный раскрашиватель 
логов. Имеются модули-
-плагины для: apm, exim, fetchmail, 
httpd, postfix, procmail, squid,
syslog, ulogd, vsftpd, xferlog и другие.

%prep
%setup -q
%patch0 -p1 -b .-Wmulticharacter
%patch1 -p1 -b .-Wmulticharacter

%build
%configure2_5x --with-builtins=all

%make CFLAGS="%{optflags} -D__error_t_defined=1"

%install
iconv -f ISO-8859-1 -t UTF-8 THANKS > THANKS.new
touch --reference THANKS THANKS.new
mv -f THANKS.new THANKS

%makeinstall_std
install -d %{buildroot}/%{_sysconfdir}
src/ccze-dump > %{buildroot}/%{_sysconfdir}/cczerc

rm %{buildroot}/%{_includedir}/ccze.h

%files
%doc AUTHORS COPYING ChangeLog ChangeLog-0.1 NEWS README THANKS FAQ
%config(noreplace) %{_sysconfdir}/cczerc
%{_bindir}/ccze
%{_bindir}/ccze-cssdump
%{_mandir}/man1/ccze.1*
%{_mandir}/man1/ccze-cssdump.1*
%{_mandir}/man7/ccze-plugin.7*

%changelog

* Sat Jul 04 2015 abfonly <abfonly@gmail.com> 0.2.1-1
- (2ad69a6) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9802 |14cu|cdemu-client-3.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command-line client for controlling CDEmu daemon
Name:		cdemu-client
Version:	3.0.1
Release:	1
Group:		Emulators
License:	GPLv2+
Url:		http://cdemu.sourceforge.net/
Source0:	http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	intltool
BuildRequires:	glib-gettextize
Requires:	python-dbus
Requires:	cdemu-daemon >= %{version}
BuildArch:	noarch

%description
This is cdemu-client, a simple command-line client for controlling
CDEmu daemon. It is part of the userspace-cdemu suite, a free, GPL
CD/DVD-ROM device emulator for linux.

It provides a way to perform the key tasks related to controlling
the CDEmu daemon, such as loading and unloading devices, displaying
devices' status and retrieving/setting devices' debug masks.

%files -f cdemu.lang
%doc README AUTHORS COPYING NEWS ChangeLog
%{_sysconfdir}/bash_completion.d/cdemu-bash-completion.sh
%{_bindir}/cdemu
%{_datadir}/pixmaps/cdemu-client.svg
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/cdemu.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DPOST_INSTALL_HOOKS:BOOL=OFF
%make

%install
%makeinstall_std -C build

%find_lang cdemu

%changelog

* Fri Apr 15 2016 dsilakov <denis.silakov@rosalab.ru> 3.0.1-1
- (17d268a) Merge pull request #1 from alzim/cdemu-client:rosa2014.1
- (17d268a) Updated to 3.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9803 |14cu|cdemu-daemon-3.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Userspace daemon part of the CDemu suite
Name:		cdemu-daemon
Version:	3.0.4
Release:	1
Group:		Emulators
License:	GPLv2+
Url:		http://cdemu.sourceforge.net/
Source0:	http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
Source1:	50-cdemud.rules
# (Anssi 12/2011) change default configuration to
# - no logging into $HOME to reduce homedir pollution
Patch0:		0001-daemon-set-Mageia-default-configuration.patch
BuildRequires:	cmake
BuildRequires:	sysfsutils-devel
BuildRequires:	pkgconfig(libmirage) >= %{version}
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(ao)
Requires:	kmod(vhba)

%description
The daemon receives SCSI commands from kernel module and processes
them, passing the requested data back to the kernel.

Daemon implements the actual virtual device; one instance per each
device registered by kernel module. It uses libMirage, an image
access library that is part of userspace-cdemu suite, for the image
access (e.g. sector reading).

Daemon is controlled through methods that are exposed via D-BUS. It
is written in C and based on GLib (and thus GObjects), but being
controlled over D-BUS, it allows for different clients written in
different languages.

%files
%doc README AUTHORS
%{_sysconfdir}/modules-load.d/cdemud.conf
/lib/udev/rules.d/50-cdemud.rules
%{_bindir}/cdemu-daemon
%{_libexecdir}/cdemu-daemon-session.sh
%{_datadir}/dbus-1/services/net.sf.cdemu.CDEmuDaemon.service
%{_mandir}/man8/cdemu-daemon.8*

%post
# apply the new udev rule if module already present
/sbin/modprobe --first-time vhba 2>/dev/null || /sbin/udevadm trigger --sysname-match=vhba_ctl

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake
%make

%install
%makeinstall_std -C build

install -d -m755 %{buildroot}%{_libexecdir}
install -d -m755 %{buildroot}%{_sysconfdir}/modules-load.d
install -d -m755 %{buildroot}/lib/udev/rules.d

echo "vhba" > %{buildroot}%{_sysconfdir}/modules-load.d/cdemud.conf

install %{SOURCE1} %{buildroot}/lib/udev/rules.d/50-cdemud.rules

%if "%{_prefix}/libexec" != "%{_libexecdir}"
mv %{buildroot}%{_prefix}/libexec/cdemu-daemon-session.sh %{buildroot}%{_libexecdir}/cdemu-daemon-session.sh
sed -i s,"%{_prefix}/libexec/","%{_libexecdir}/",g %{buildroot}%{_datadir}/dbus-1/services/net.sf.cdemu.CDEmuDaemon.service
%endif

%changelog

* Fri Apr 15 2016 dsilakov <denis.silakov@rosalab.ru> 3.0.4-1
- (0da283f) Merge pull request #1 from alzim/cdemu-daemon:rosa2014.1
- (0da283f) Updated to 3.0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9804 |14cu|cdpr-2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           cdpr
Version:        2.4
Release:        1
Summary:        Cisco Discovery Protocol Analyzer

Group:          System/Servers
License:        GPLv2+ 
URL:            http://sourceforge.net/projects/cdpr/ 
Source0:        http://www.monkeymental.com/mmfiles/%{name}-%{version}.tgz
Patch0:		cdpr-2.4-debug.patch

BuildRequires:  pcap-devel

%description
cdpr is used to decode a Cisco Disovery Protocol (CDP) packet, by default it 
will report the device ID, the IP Address (of the device), and the port
number that the machine is connected to. 
Optionally it will decode the entire CDP packet.


%prep
%setup -q
%apply_patches
sed -i 's/\r//g' COPYING README

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -p -m755 %{name} %{buildroot}%{_bindir}/

%files
%doc COPYING  license.txt  README  README.cdprs
%{_bindir}/%{name}

%changelog

* Fri Oct 28 2016 Denis Silakov <dsilakov@gmail.com> 2.4-1
- (c4e7b59) Spec cleanup, fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9805 |14cu|cduce-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	XML-oriented functional language
Name:		cduce
Version:	0.6.0
Release:	2
License:	BSD
Group:		Development/OCaml
Url:		http://www.cduce.org
Source0:	http://www.cduce.org/download/%{name}-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-sources
BuildRequires:	camlp4-devel
BuildRequires:	ocaml-curl-devel
BuildRequires:	ocaml-expat-devel
BuildRequires:	ocaml-ocamlnet-devel
BuildRequires:	ocaml-pcre-devel
BuildRequires:	ocaml-pxp-devel
BuildRequires:	ocaml-ulex-devel

%description
CDuce is a modern XML-oriented functional language with innovative features. A
compiler is available under the terms of an open-source license. CDuce is
type-safe, efficient, and offer powerful constructions to work with XML
documents.

%files
%doc %{_docdir}/%{name}
%{_bindir}/*
%{_mandir}/man1/*
%{_libdir}/ocaml/cduce
%exclude %{_libdir}/ocaml/cduce/*.a
%exclude %{_libdir}/ocaml/cduce/*.cmxa

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%{_libdir}/ocaml/cduce/*.a
%{_libdir}/ocaml/cduce/*.cmxa

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure \
	--prefix=%{_prefix} \
	--mandir=%{_mandir} \
	--docdir=%{_docdir}/%{name} \
	--mliface=%{_prefix}/src/ocaml
make all doc VERBOSE=true

%install
install -d -m 755 %{buildroot}/%{_libdir}/ocaml
make install \
	OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml \
	BINDIR=%{buildroot}%{_bindir} \
	MANDIR=%{buildroot}%{_mandir} \
	DOCDIR=%{buildroot}%{_docdir}/%{name} \


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.0-2
- (25e7e53) Disable debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9806 |14cu|cdw-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Front-end for tools used for burning data CD/DVD
Name:		cdw
Version:	0.8.1
Release:	1
License:	GPLv2+
Group:		Archiving/Cd burning
Url:		http://cdw.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/cdw/cdw/cdw%20%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libburn-1)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(ncursesw)
Requires:	dvd+rw-tools
Requires:	genisoimage
Requires:	xorriso

%description
cdw is a ncurses based front-end for some command-line tools used for burning
data CD and DVD discs and for related tasks. The tools are: cdrecord/wodim,
mkisofs/genisoimage, growisofs, dvd+rw-mediainfo, dvd+rw-format, xorriso.
cdw is able to rip tracks from your audio CD to raw audio files.
Limited support for copying content of data CD and DVD discs to image files
is also provided. cdw can verify correctness of writing ISO9660 image to
CD or DVD disc using md5sum or some of  programs that verifies SHA hashes.

%files
%doc COPYING AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%check
make check LIBS="-lm"


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-1
- (13606b7) New version 0.8.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9807 |14cu|centerim5-5.0.0-beta2.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Import froms Stella7, Thx to Nux.
# http://li.nux.ro/stella/

%define major		0
%define libname		%mklibname cppconsui %{major}

%define _desktopdir %{_datadir}/applications
%define _iconsdir %{_datadir}/icons
%define debug_package	%{nil}

Name:           centerim5
Version:        5.0.0 
Release:        beta2.1

Summary:        Text mode menu- and window-driven IM

Group:          Networking/Instant messaging
License:        GPLv2+
URL:            http://www.centerim.org/
Source0:        http://www.centerim.org/download/cim5/%{name}-5.0.0beta2.tar.gz
Source1:        centerim5.svg
Source2:        centerim5.desktop


BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  pkgconfig(ncursesw)
BuildRequires:  gettext-devel
BuildRequires:  gpgme-devel
BuildRequires:  pkgconfig(libssl)
BuildRequires:  jpeg-devel
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(purple)
BuildRequires:  pkgconfig(sigc++-2.0)
BuildRequires:  doxygen


Requires:       %{libname} = %{EVRD}
Requires:       %{_lib}purple0
Requires:       xdg-utils


# do not obsolete centerim4 yet
%if %{mdvver} >= 201200
Provides:   centericq5 = %{EVRD}
Provides:	centerim5 = %{EVRD}
Conflicts:  centerim
%endif

%description
CenterIM5 is a text mode menu and window-driven IM interface that supports
the ICQ2000, Yahoo!, MSN, AIM TOC, IRC, Gadu-Gadu and Jabber protocols.
Internal RSS reader and a client for LiveJournal are provided.



%files -f %{name}.lang
%doc ABOUT-NLS AUTHORS COPYING ChangeLog HACKING NEWS README TODO
%{_bindir}/%{name}
%{_desktopdir}/*
%{_iconsdir}/*
%{_mandir}/man1/%{name}.1.*

#------------------------------------------------
%package -n	%{libname}

Summary:        Shared libs for %{name}
Group:          Networking/Instant messaging

%description -n	%{libname}
Shared libs for %{name}


%files -n	%{libname}
%doc ABOUT-NLS AUTHORS COPYING ChangeLog HACKING NEWS README TODO
%{_libdir}/*
#------------------------------------------------

%prep
%setup -qn %{name}-5.0.0beta2

%build
%configure2_5x --libdir=%{_libdir}

%make

%install
%makeinstall_std 
# remove unnecessary stuff
rm -f %{_libdir}/%{name}/*a

mkdir -p %{buildroot}%{_iconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}
desktop-file-install \
	--dir=%{buildroot}%{_desktopdir} \
    %{SOURCE2}

find %{buildroot} -name "*.debug" -delete

%find_lang %{name}


%changelog

* Sun Jul 05 2015 abfonly <abfonly@gmail.com> 5.0.0-beta2.1
- (eb6cf2e) Updated centerim5.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9808 |14cu|certwatch-1.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SSL certificate monitoring
Name:		certwatch
Version:	1.0
Release:	13
License:	GPLv2+
Group:		System/Servers
Source0:	%{name}-%{version}.tar.gz
Patch0:		certwatch-1.0-mdv.patch
Patch1:		certwatch-1.0-docbook-dtd45.patch
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	xmlto
BuildRequires:	pkgconfig(openssl)

%description
The certwatch  program  is used to issue warning when an SSL certificate is
about to expire.

%files
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/cron.daily/certwatch
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
cc %{optflags} -Wall -I/usr/include/openssl \
	certwatch.c -o certwatch -lcrypto

xmlto man certwatch.xml

%install
mkdir -p %{buildroot}%{_sysconfdir}/cron.daily \
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig \
	%{buildroot}%{_mandir}/man1 \
	%{buildroot}%{_bindir}

# install certwatch
install -c -m 755 certwatch %{buildroot}%{_bindir}/certwatch
install -c -m 755 certwatch.cron \
	%{buildroot}%{_sysconfdir}/cron.daily/certwatch
install -c -m 644 certwatch.1 \
	%{buildroot}%{_mandir}/man1/certwatch.1

cat > %{buildroot}%{_sysconfdir}/sysconfig/%{name} <<EOF
# certwatch cron task options
CERTS_DIR=/etc/pki/tls/certs
CERTWATCH_OPTS=
EOF


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-13
- (81e3412) Adjust for docbook-dtd 4.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9809 |14cu|cgames-2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Games for the Linux console
Name:		cgames
Version:	2.2
Release:	1
License:	GPLv2
Group:		Games/Puzzles
Url:		http://www.muppetlabs.com/~breadbox/software/cgames.html
Source:		http://www.muppetlabs.com/~breadbox/pub/software/%{name}-%{version}a.tar.gz
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	gpm-devel
%description
Collection of three ncurses games:
  *csokoban (sokoban)
  *cmines (minesweeper) 
  *cblocks (sliding-block puzzles).

%files
%doc COPYING Changelog README
%{_bindir}/csokoban
%{_bindir}/cmines
%{_bindir}/cblocks
%{_mandir}/man6/*.6.xz
%{_datadir}/csokoban
%{_datadir}/cblocks

#-----------------------------------------
%prep
%setup -qn %{name}-%{version}a

%build
%configure2_5x \
  --prefix=%{_prefix} \
  --with-ncurses \
  --bindir=%{_bindir} \
  --mandir=%{_mandir} \
  --datadir=%{_datadir} \
  --enable-mouse \
  --with-latin1

%setup_compile_flags
%make 

%install
# csokoban
install -Dm755 csokoban/csokoban %{buildroot}%{_bindir}/csokoban
mkdir -p %{buildroot}%{_datadir}/csokoban
cp -r csokoban/series/{Original,still-more,Xsokoban,yoshio-murase}.txt \
  %{buildroot}%{_datadir}/csokoban
install -Dm644 csokoban/csokoban.6 %{buildroot}%{_mandir}/man6/csokoban.6

# cmines
install -m755 cmines/cmines %{buildroot}%{_bindir}/cmines
install -m644 cmines/cmines.6  %{buildroot}%{_mandir}/man6/cmines.6
  
# cblocks 
install -m755 cblocks/cblocks %{buildroot}%{_bindir}/cblocks
mkdir -p %{buildroot}%{_datadir}/cblocks 
cp -r cblocks/series/Classics.txt %{buildroot}%{_datadir}/cblocks
install -Dm644 cblocks/cblocks.6 %{buildroot}%{_mandir}/man6/cblocks.6
  

%changelog

* Sat Aug 13 2016 abfonly <abfonly@gmail.com> 2.2-1
- (79c9a61) Fixed install



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9810 |14cu|cgenius-1.8.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 1811

Summary:	Commander Keen engine
Name:		cgenius
Version:	1.8.1.1
Release:	3
License:	GPLv2+
Group:		Games/Arcade
Url:		http://clonekeenplus.sourceforge.net/
# from git by tag https://github.com/gerstrong/Commander-Genius/
Source0:	Commander-Genius-%{oversion}release.tar.gz
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_image)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	pkgconfig(x11)

%description
Commander Genius is an open-source clone of Commander Keen which allows
you to play the games, and a majority of the mods made for it.

So far Commander Keen 1-6 are fully supported.

Warning! Make sure to place data files to %{_gamesdatadir}/commandergenius/

You should note, that following versions of Keen work the best:
- Keen 1 - Version 1.33
- Keen 2 - Version 1.33
- Keen 3 - Version 1.33
- Keen 4 - Version 1.4
- Keen 5 - Version 1.4
- Keen 6 - Version 1.4

%files
%{_gamesbindir}/%{name}
%dir %attr(0777,games,root) %{_gamesdatadir}/commandergenius/
%{_gamesdatadir}/commandergenius/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn Commander-Genius-%{oversion}release

find . -type f -perm 0755 -exec chmod 644 {} \;

%build
%cmake \
	-DGAMES_SHAREDIR=%{_gamesdatadir} \
	-DBUILD_SHARED_LIBS:BOOL=OFF \
	-DBUILD_STATIC_LIBS:BOOL=ON
%make

%install
%makeinstall_std -C build

mv %{buildroot}%{_gamesbindir}/CGeniusExe %{buildroot}%{_gamesbindir}/%{name}

# install menu entry, overwrite the default one
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Commander Genius
Comment=Play natively Commander Keen Games
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

# install menu icons
for N in 16 32 48 64 128 256;
do
convert CGLogo.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog

* Thu Feb 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.1.1-3
- (2dd826a) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9811 |14cu|cgicc-3.2.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	ANSI C++ class lib that simplifies the creation of CGI apps
Name:		cgicc
Version:	3.2.16
Release:	1
License:	LGPLv3+
Group:		Development/C
URL:		http://www.gnu.org/software/cgicc
Source:		ftp://ftp.gnu.org/gnu/cgicc//%{name}-%{version}.tar.bz2
BuildRequires:	doxygen

%description
GNU Cgicc is an ANSI C++ compliant class library that greatly
simplifies the creation of CGI applications for the World Wide
Web. Cgicc performs the following functions:

 - Parses both GET and POST form data transparently. 
 - Provides string, integer, floating-point and single- and
   multiple-choice retrieval methods for form data.
 - Provides methods for saving and restoring CGI environments to aid
   in application debugging.
 - Provides full on-the-fly HTML generation capabilities, with support
   for cookies and file inclusion.
 - Supports HTTP file upload. 

%files 
%doc AUTHORS COPYING* ChangeLog NEWS README

#---------------------------------------------------------------------------

%package -n %{libname}
Summary:        ANSI C++ class lib that simplifies the creation of CGI apps
Group:          Development/C
Obsoletes:	%mklibname cgicc 1

%description -n %{libname}
GNU Cgicc is an ANSI C++ compliant class library that greatly
simplifies the creation of CGI applications for the World Wide
Web. Cgicc performs the following functions:

 - Parses both GET and POST form data transparently.
 - Provides string, integer, floating-point and single- and
   multiple-choice retrieval methods for form data.
 - Provides methods for saving and restoring CGI environments to aid
   in application debugging.
 - Provides full on-the-fly HTML generation capabilities, with support
   for cookies and file inclusion.
 - Supports HTTP file upload.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#---------------------------------------------------------------------------

%package -n %{devname}
Summary:        ANSI C++ class lib that simplifies the creation of CGI apps
Group:          Development/C
Requires:	%{libname} = %{EVRD}
Provides:	libcgicc-devel = %{EVRD}
Obsoletes:	%mklibname -d cgicc 1

%description -n %{devname}
GNU Cgicc is an ANSI C++ compliant class library that greatly
simplifies the creation of CGI applications for the World Wide
Web. Cgicc performs the following functions:

 - Parses both GET and POST form data transparently.
 - Provides string, integer, floating-point and single- and
   multiple-choice retrieval methods for form data.
 - Provides methods for saving and restoring CGI environments to aid
   in application debugging.
 - Provides full on-the-fly HTML generation capabilities, with support
   for cookies and file inclusion.
 - Supports HTTP file upload.

%files -n %{devname}
%{_bindir}/%{name}-config
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}
%{_datadir}/aclocal/%{name}.m4

#---------------------------------------------------------------------------

%prep
%setup -q

# fix doc files perms
chmod 644 AUTHORS COPYING* ChangeLog NEWS README

%build
autoreconf -f -i
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

rm -rf %{buildroot}/%{_prefix}/doc/
rm -rf %{buildroot}/%{_docdir}/%{name}-%{version}/example/.libs

%changelog

* Sat Sep 03 2016 alzim <alzim@bk.ru> 3.2.16-1
- (4c32e33) Merge pull request #1 from import/cgicc:rosa2016.1
- (4c32e33) Updated to 3.2.16



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9812 |14cu|cgit-0.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global gitver      2.7.4
%global cachedir    %{_localstatedir}/cache/%{name}
%global filterdir   %{_libexecdir}/%{name}/filters
%global scriptdir   %{_localstatedir}/www/cgi-bin
%global cgitdata    %{_datadir}/%{name}

%global cgitmake \
%make V=1 \\\
     DESTDIR=%{buildroot} \\\
     CACHE_ROOT=%{cachedir} \\\
     CGIT_SCRIPT_PATH=%{scriptdir} \\\
     CGIT_SCRIPT_NAME=cgit \\\
     CGIT_DATA_PATH=%{cgitdata} \\\
     docdir=%{docdir} \\\
     mandir=%{_mandir} \\\
     filterdir=%{filterdir}

Name:           cgit
Version:        0.12
Release:        3
Summary:        A fast web interface for git
Group:          System/Servers
License:        GPLv2
URL:            http://git.zx2c4.com/cgit/
Source0:        http://git.zx2c4.com/cgit/snapshot/%{name}-%{version}.tar.xz
Source1:        http://git-core.googlecode.com/files/git-%{gitver}.tar.xz
Source2:        cgitrc
Source3:        cgit.httpd
Patch500:       0500-cgit-0.9.1-highlightv3.patch
# (cg) Formatting patch from http://colin.guthr.ie/git/misc/cgit/log/?h=tweaks
Patch501:       0501-ui-repolist-Add-a-very-simple-pretty-print-option-fo.patch

BuildRequires:  asciidoc
BuildRequires:  docbook-style-xsl
BuildRequires:  xsltproc
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(openssl)
Requires:       webserver
Requires:       highlight

%description
Cgit is a fast web interface for git.  It uses caching to increase performance.

%prep
%setup -q -a 1
%apply_patches

# setup the git dir
rm -rf git
mv git-%{gitver} git
sed -i 's/^\(CFLAGS = \).*/\1%{optflags}/' git/Makefile
sed -i "s/GIT_VER = 2.7.0/GIT_VER = %{gitver}/" Makefile


%build
%cgitmake
# Currently we don't build docs. Should find out which BRs are needed for them
# Something in the a2x chain doesn't like running in parallel. :/
# % cgitmake -j 1 doc-man doc-html


%install
%cgitmake install
# install-man

install -d -m0755 %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -p -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/cgitrc
install -p -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
install -d -m0755 %{buildroot}%{cachedir}


%files
%doc COPYING README*
# *.html
%config(noreplace) %{_sysconfdir}/cgitrc
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%dir %attr(-,apache,root) %{cachedir}
%{cgitdata}
%{filterdir}
%{scriptdir}/*
# % {_mandir}/man*/*

%changelog

* Mon Oct 17 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.12-3
- (46b8f02) Skip docs for now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9813 |14cu|c++-gtk-utils-2.0.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gtk 3
%define api 2.0
%define major 0
%define libname %mklibname c++-gtk-utils%{gtk}_ %{api} %{major}
%define devname %mklibname c++-gtk-utils -d

Summary:	A library for programming GTK+ programs using C++
Name:		c++-gtk-utils
Version:	2.0.12
Release:	4
License:	GPLv2+
Group:		System/Libraries
Url:		http://cxx-gtk-utils.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)

%description
c++-gtk-utils is a lightweight library containing a number of classes
and functions for programming GTK+ programs using C++ in POSIX (unix-like)
environments, where the user does not want to use a full-on wrapper such
as gtkmm or wxWidgets, or is concerned about exception safety or thread
safety of the wrapper and their documentation. It is parallel installable
for both GTK+2 and GTK+3.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for programming GTK+ programs using C++
Group:		System/Libraries
Conflicts:	%{_lib}c++-gtk-utils0 < 2.0.12-4
Obsoletes:	%{_lib}c++-gtk-utils0 < 2.0.12-4

%description -n %{libname}
c++-gtk-utils is a lightweight library containing a number of classes
and functions for programming GTK+ programs using C++ in POSIX (unix-like)
environments, where the user does not want to use a full-on wrapper such
as gtkmm or wxWidgets, or is concerned about exception safety or thread
safety of the wrapper and their documentation. It is parallel installable
for both GTK+2 and GTK+3.

%files -n %{libname}
%{_libdir}/libcxx-gtk-utils-%{gtk}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/%{name}-%{gtk}-%{api}/%{name}/*.h
%{_includedir}/%{name}-%{gtk}-%{api}/%{name}/*.tpp
%{_libdir}/pkgconfig/c++-gtk-utils-%{gtk}-%{api}.pc
%{_libdir}/libcxx-gtk-utils-%{gtk}-%{api}.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make LIBS="-lpthread"

%install
%makeinstall_std

rm -rf %{buildroot}%{_defaultdocdir}/%{name}/%{api}/*

%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.12-4
- (1f80c88) Fix library package name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9814 |14cu|chaplin-1.10-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A DVD chapter tool
Name:		chaplin
Version:	1.10
Release:	11
License:	GPL
Group:		Video
Url:		http://www.lallafa.de/bp/chaplin.html
Source0:	%{name}-%{version}.tar.bz2
Patch0:		chaplin-1.10-makefile.patch
Patch1:		chaplin-1.10-include.patch
BuildRequires:	libdvdread-devel

%description
The tool parses a DVD disc or image and extracts the exact duration for each
chapter of a given title.

%files
%{_bindir}/chaplin
%{_bindir}/chaplin-genmenu

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p1
%patch1 -p0

%build
make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
install chaplin %{buildroot}%{_bindir}
install chaplin-genmenu %{buildroot}%{_bindir}


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.10-11
- (9ea4660) Build with system optflags to fix debug package
- (9ea4660) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9815 |14cu|chbg-2.0.1-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Desktop background manager/changer/screensaver
Name:		chbg
Version:	2.0.1
Release:	20
License:	GPLv2+
Group:		Graphics
URL:		http://www.beebgames.com/sw/gtk-ports.html
Source0:	http://www.beebgames.com/sw/%{name}-%{version}.tar.bz2
Source1:	%{name}_16x16.png
Source2:	%{name}_32x32.png
Source3:	%{name}_48x48.png
# (fc) 2.0.1-3mdv use correct colormap / depth
Patch0:		chbg-2.0.1-colormap.patch
# (fc) 2.0.1-9mdv fix CFLAGS
Patch1:		chbg-2.0.1-cflags.patch
Patch2:		chbg-2.0.1-libpng1.5.patch
Patch3:		chbg-2.0.1-linkage.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gtk+-2.0)

%description
ChBg is for changing desktop backgrounds in a given period. It can
render images with 10 modes (such as tiled, centered, scaled, etc.). It
uses gdk_pixbuf-2.0 for loading images, so it supports
many image formats.

ChBg has a windowed setup program, is able to load setup files,
can be used as slideshow picture previewer in its own window or as a
desktop background, and can be used as screensaver or as an xscreensaver
hack. It has a dialog for fast previewing of pictures and very usable
thumbnail previews.

%files -f %{name}.lang
%doc AUTHORS BUGS ChangeLog README THANKS TODO chbgrc.sample xscreensaver*txt 
%{_bindir}/chbg
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man*/*
%attr(644,root,root) %config(noreplace,missingok) %{_sysconfdir}/chbgrc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .composite
%patch1 -p1 -b .cflags
%patch2 -p0 -b .png
%patch3 -p1 -b .linkage

#needed by patch1 and patch3
autoreconf -i

%build
%configure2_5x \
	--with-intl-includes=%{_datadir}/gettext/intl \
	--x-libraries="-lz"

%make

%install
%makeinstall_std

# install icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# menu stuff
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=ChBg
Comment=Desktop background manager/changer/screensaver
Comment[ru]=Настройка фона рабочего стола и хранителя экрана
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-System-Configuration-Other;Settings;
EOF

# touch the default sysconfig file so that it can be included
mkdir -p %{buildroot}%{_sysconfdir}
touch %{buildroot}%{_sysconfdir}/chbgrc

%find_lang %{name}


%changelog

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 2.0.1-20
- (5a5b849) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9816 |14cu|checkstyle-4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free
%define build_free 1
%define build_tests 0

Name:           checkstyle
Version:        4.4
Release:        2
Epoch:          0
Summary:        Helps programmers write Java code that adheres to a coding standard
License:        LGPL
Group:          Development/Java
URL:            http://checkstyle.sourceforge.net/
Source0:        http://downloads.sourceforge.net/checkstyle/checkstyle-src-%{version}.tar.gz
Source1:        %{name}-script
Source2:        %{name}.catalog
Patch0:         %{name}-build.patch
Patch1:         %{name}-javadoc-crosslink.patch
Patch2:         %{name}-build-free.patch
Patch3:         %{name}-exclude-smap.patch
Requires:       ant >= 0:1.6
Requires:       antlr >= 0:2.7.1, jakarta-commons-logging
Requires:       jakarta-commons-cli, jakarta-commons-beanutils
Requires:       jakarta-commons-collections, jpackage-utils >= 0:1.5
Requires:       jaxp_parser_impl
BuildRequires:  ant >= 0:1.6
%if %{build_tests}
BuildRequires:  ant-junit >= 0:1.6
# FIXME: Need to package emma <http://emma.sf.net/>
BuildRequires:  emma
%endif
BuildRequires:  junit, antlr >= 0:2.7.1
BuildRequires:  jakarta-commons-beanutils, jakarta-commons-lang
BuildRequires:  jakarta-commons-cli, xalan-j2, java-rpmbuild >= 0:1.5
# xerces-j2 because tests fail with gnujaxp...
BuildRequires:  jakarta-commons-logging, jakarta-commons-collections, xerces-j2
BuildRequires:  antlr-javadoc
#BuildRequires:  xml-commons-jaxp-1.3-apis-javadoc
BuildRequires:  xml-commons-apis-javadoc
BuildRequires:  jakarta-commons-beanutils-javadoc, ant-javadoc, perl-base
BuildRequires:  java-devel
BuildRequires:  java-javadoc
BuildRequires:  avalon-logkit 
BuildRequires:  jdom
BuildRequires:  velocity
BuildRequires:  werken.xpath
BuildArch:      noarch

%description
Checkstyle is a development tool to help programmers write Java code 
that adheres to a coding standard. It automates the process of checking 
Java code to spare humans of this boring (but important) task. This 
makes it ideal for projects that want to enforce a coding standard.

Checkstyle is highly configurable and can be made to support almost any 
coding standard. An example configuration file is supplied supporting 
the Sun Code Conventions. As well, other sample configuration files are 
supplied for other well known conventions.

Checkstyle can check many aspects of your source code. Historically 
it's main functionality has been to check code layout issues, but since 
the internal architecture was changed in version 3, more and more checks 
for other purposes have been added. Now Checkstyle provides checks that 
find class design problems, duplicate code, or bug patterns like double 
checked locking.

Checkstyle is most useful if you integrate it in your build process or 
your development environment. The distribution includes:

    * An Ant task.
    * A command line tool.

%package        demo
Group:          Development/Java
Summary:        Demos for %{name}
Requires:       %{name} = %{epoch}:%{version}

%description    demo
Demonstrations and samples for %{name}.

%package        javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description    javadoc
Javadoc for %{name}.

%package        manual
Group:          Development/Java
Summary:        Manual for %{name}

%description    manual
Manual for %{name}.

%package        optional
Group:          Development/Java
Summary:        Optional functionality for %{name}
Requires:       %{name} = %{epoch}:%{version}

%description    optional
Optional functionality for %{name}.

%prep
%setup -q -n %{name}-src-%{version}
%patch0 -p1 -b .build
%patch1 -p1 -b .javadoc
%if %{build_free}
%patch2 -p1 -b .free
%endif
%patch3 -p1 -b .smap

perl -pi -e 's|\./{\@docRoot}/\.\./index\.html|file://%{_docdir}/%{name}-manual-%{version}/index.html|' build.xml
perl -pi -e 's|.*classpathref="javadoc\.classpath".*\n||g;' build.xml

# remove all binary libs
%{_bindir}/find . -name '*.jar' | %{_bindir}/xargs -t rm

# fix end-of-line
perl -pi -e 's/\r$//g' LICENSE LICENSE.apache LICENSE.apache20 \
README RIGHTS.antlr *.header *.xml

%if %{build_free}
rm -rf src/checkstyle/com/puppycrawl/tools/checkstyle/doclets
%endif

%build
OPT_JAR_LIST="ant/ant-nodeps"
%if %{build_tests}
OPT_JAR_LIST="$OPT_JAR_LIST ant/ant-junit"
%endif
export OPT_JAR_LIST
export CLASSPATH=$(build-classpath antlr commons-beanutils \
commons-collections commons-cli commons-logging jdom junit velocity \
werken.xpath xalan-j2 xerces-j2 avalon-logkit commons-lang)

%{ant} \
  -Dbuild.sysclasspath=first \
  -Dant.javadoc=%{_javadocdir}/ant \
  -Dantlr.javadoc=%{_javadocdir}/antlr \
  -Djaxp.javadoc=%{_javadocdir}/xml-commons-apis \
  -Dbeanutils.javadoc=%{_javadocdir}/jakarta-commons-beanutils \
  -Djava.javadoc=%{_javadocdir}/java \
  compile.checkstyle
%{ant} \
  -Dant.javadoc=%{_javadocdir}/ant \
  -Dantlr.javadoc=%{_javadocdir}/antlr \
  -Djaxp.javadoc=%{_javadocdir}/xml-commons-apis \
  -Dbeanutils.javadoc=%{_javadocdir}/jakarta-commons-beanutils \
  -Djava.javadoc=%{_javadocdir}/java \
  javadoc
%{ant} \
  -Dbuild.sysclasspath=first \
  -Dant.javadoc=%{_javadocdir}/ant \
  -Dantlr.javadoc=%{_javadocdir}/antlr \
  -Djaxp.javadoc=%{_javadocdir}/xml-commons-apis \
  -Dbeanutils.javadoc=%{_javadocdir}/jakarta-commons-beanutils \
  -Djava.javadoc=%{_javadocdir}/java \
  xdocs
%{ant} \
  -Dbuild.sysclasspath=first \
  -Dant.javadoc=%{_javadocdir}/ant \
  -Dantlr.javadoc=%{_javadocdir}/antlr \
  -Djaxp.javadoc=%{_javadocdir}/xml-commons-apis \
  -Dbeanutils.javadoc=%{_javadocdir}/jakarta-commons-beanutils \
  -Djava.javadoc=%{_javadocdir}/java \
  build.bindist
%if %{build_tests}
%{ant} \
  -Dbuild.sysclasspath=first \
  -Dant.javadoc=%{_javadocdir}/ant \
  -Dantlr.javadoc=%{_javadocdir}/antlr \
  -Djaxp.javadoc=%{_javadocdir}/xml-commons-apis \
  -Dbeanutils.javadoc=%{_javadocdir}/jakarta-commons-beanutils \
  -Djava.javadoc=%{_javadocdir}/java \
  run.tests
%endif

%install

# jar
mkdir -p %{buildroot}%{_javadir}
cp -a target/dist/%{name}-%{version}/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
cp -a target/dist/%{name}-%{version}/%{name}-optional-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-optional-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -s ${jar} `echo $jar| %__sed "s|-%{version}||g"`; done)

# script
mkdir -p %{buildroot}%{_bindir}
cp -a %{SOURCE1} %{buildroot}%{_bindir}/%{name}

# dtds
mkdir -p %{buildroot}%{_datadir}/xml/%{name}
cp -a %{SOURCE2} %{buildroot}%{_datadir}/xml/%{name}/catalog
cp -a src/checkstyle/com/puppycrawl/tools/checkstyle/*.dtd \
  %{buildroot}%{_datadir}/xml/%{name}

# demo
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -a target/dist/%{name}-%{version}/contrib/* \
  %{buildroot}%{_datadir}/%{name}

# ant.d
mkdir -p  %{buildroot}%{_sysconfdir}/ant.d
cat > %{buildroot}%{_sysconfdir}/ant.d/%{name} << EOF
checkstyle antlr jakarta-commons-beanutils jakarta-commons-cli jakarta-commons-logging jakarta-commons-collections jaxp_parser_impl
EOF

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
# FIXME: This allows --short-circuit (%%exclude should be used instead).
if [ -d target/dist/%{name}-%{version}/docs/api ]; then
  cp -a target/dist/%{name}-%{version}/docs/api/* \
    %{buildroot}%{_javadocdir}/%{name}-%{version}
fi
rm -rf target/dist/%{name}-%{version}/docs/api
ln -s %{_javadocdir}/%{name} target/dist/%{name}-%{version}/docs/api
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

for i in `find %{buildroot}%{_datadir}/%{name} -type f`; do
  perl -pi -e 's/\r$//g' $i
done

for i in `find target/dist/%{name}-%{version}/docs -type f`; do
  perl -pi -e 's/\r$//g' $i
done

for i in `find %{buildroot}%{_datadir}/xml/%{name} -type f -name "*.dtd"`; do
  perl -pi -e 's/\r$//g' $i
done

%post
# Note that we're using a fully versioned catalog, so this is always ok.
if [ -x %{_bindir}/install-catalog -a -d %{_sysconfdir}/sgml ]; then
  %{_bindir}/install-catalog --add \
    %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.cat \
    %{_datadir}/xml/%{name}/catalog > /dev/null 2>&1 || :
fi

%postun
# Note that we're using a fully versioned catalog, so this is always ok.
if [ -x %{_bindir}/install-catalog -a -d %{_sysconfdir}/sgml ]; then
  %{_bindir}/install-catalog --remove \
    %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.cat \
    %{_datadir}/xml/%{name}/catalog > /dev/null 2>&1 || :
fi

%post optional
grep -q checkstyle-optional %{_sysconfdir}/ant.d/%{name} || \
perl -pi -e 's|checkstyle|checkstyle checkstyle-optional|' %{_sysconfdir}/ant.d/%{name}

%postun optional
grep -q checkstyle-optional %{_sysconfdir}/ant.d/%{name} && \
perl -pi -e 's|checkstyle-optional ||' %{_sysconfdir}/ant.d/%{name} || :

%files
%defattr(0644,root,root,0755)
%doc LICENSE LICENSE.apache LICENSE.apache20 README RIGHTS.antlr
%doc build.xml checkstyle_checks.xml import-control.xml java.header
%doc sun_checks.xml suppressions.xml
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_datadir}/xml/%{name}
%attr(0755,root,root) %{_bindir}/*
%config(noreplace) %{_sysconfdir}/ant.d/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.xsl

%files demo
%defattr(0644,root,root,0755)
%exclude %{_datadir}/%{name}/*.xsl
%{_datadir}/%{name}/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files manual
%defattr(0644,root,root,0755)
%doc target/dist/%{name}-%{version}/docs/*

%files optional
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-optional.jar
%{_javadir}/%{name}-optional-%{version}.jar


%changelog

* Wed Jun 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:4.4-2
- (eccf330) Fix ant BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9817 |14cu|chemtool-1.6.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Program for 2D drawing organic molecules
Name:		chemtool
Version:	1.6.14
Release:	2
License:	GPL
Group:		Sciences/Chemistry
Source0:	http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz
Url:		http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
Requires:	transfig openbabel
BuildRequires:	gtk2-devel gettext-devel desktop-file-utils
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
Patch0:		chemtool-1.6.8-compilationfix.patch

%description
Chemtool is a program for drawing organic molecules easily and store them as
a X bitmap, Xfig or EPS file. It runs under the X Window System using 
the GTK widget set.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/%{name}-%{version}
install -m644 examples/* %{buildroot}%{_datadir}/%{name}-%{version}/

mkdir -p %{buildroot}%{_datadir}/applications

# (tv) fix 'error: value "chemtool.png" for key "Icon" in group "Desktop Entry"
# is an icon name with an extension, but there should be no extension as
# described in the Icon Theme Specification if the value is not an absolute
# path':
perl -pi -e 's!^(Icon=).*/([^/]*)$!\1\2!; s!.png$!!' %{name}.desktop

desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications/ \
	--remove-category='Application' \
	--add-category='GTK' \
	--add-category='Science' \
	%{name}.desktop

install -D -m644 kde/icons/hicolor/32x32/mimetypes/chemtool.png %{buildroot}%{_iconsdir}/hicolor/32x32/mimetypes/chemtool.png

# icons
%{__install} -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
%{__install} -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
%{__install} -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png
%{__install} -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{__install} -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{__install} -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%{find_lang} %{name}

%files -f %{name}.lang
%doc TODO README ChangeLog
%{_bindir}/*
%{_datadir}/%{name}-%{version}
%{_mandir}/man1/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/*/*.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png


%changelog

* Sat May 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6.14-2
- (ae882e5) Sepc cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9818 |14cu|cherokee-1.2.103-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libbase %mklibname %{name}-base %{major}
%define libclient %mklibname %{name}-client %{major}
%define libserver %mklibname %{name}-server %{major}

Summary:	Extremely fast and flexible web server
Name:		cherokee
Version:	1.2.103
Release:	1
License:	GPLv2+
Group:		System/Servers
Url:		http://www.cherokee-project.com/
Source0:	https://github.com/cherokee/webserver/archive/v%{version}.tar.gz
Source1:	cherokee.service
Source2:	cherokee.logrotate
# SOURCE4 from https://github.com/cherokee/CTK/archive/master.tar.gz
Source4:	CTK.tar.gz
Patch0:		cherokee-1.2.101-link.patch
Patch1:		cherokee-1.2.103_CVE-2014-4668.patch
BuildRequires:	php-cgi
BuildRequires:	php-fpm
BuildRequires:	ffmpeg-devel
BuildRequires:	mysql-devel
BuildRequires:	openldap-devel
BuildRequires:	php-devel
BuildRequires:	pkgconfig(geoip)
BuildRequires:	pkgconfig(openssl)
Requires:	php-fpm
Suggests:	rrdtool
Requires(post,preun,postun):	rpm-helper
Provides:	webserver
Provides:	%mklibname %{name}-config %{major} = %{EVRD}

%description
Cherokee is an extremely flexible and fast web server. It's embedable,
extensible with plug-ins. It has handler-to-path, virtual servers, gzip
encoding, modular loggers, CGI support, and can run in a chroot
environment, among other features.

%files -f %{name}.lang
%{_unitdir}/%{name}*
%dir %{_sysconfdir}/cherokee
%config(noreplace) %{_sysconfdir}/cherokee/cherokee.conf
%{_sysconfdir}/cherokee/cherokee.conf.perf_sample
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_bindir}/cherokee-admin-launcher
%{_bindir}/cherokee-macos-askpass
%{_bindir}/cherokee-panic
%{_bindir}/cherokee-tweak
%{_bindir}/CTK-run
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*.so
%{_sbindir}/*
%{_datadir}/%{name}
%doc %{_datadir}/doc/%{name}
%{_mandir}/man1/cherokee-admin.*
%{_mandir}/man1/cherokee-admin-launcher.*
%{_mandir}/man1/cherokee-tweak.*
%{_mandir}/man1/cherokee-worker.*
%{_mandir}/man1/cherokee.*
%{_var}/www

%post
[[ -e %{_sysconfdir}/%{name}/%{name}.conf ]] && %{_datadir}/%{name}/admin/upgrade_config.py %{_sysconfdir}/%{name}/%{name}.conf
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

#----------------------------------------------------------------------------

%package -n cget
Summary:	Web page downloader
Group:		System/Servers

%description -n cget
CGet is a small downloader based in the Cherokee client library.

%files -n cget
%{_bindir}/cget
%{_mandir}/man1/cget.*

#----------------------------------------------------------------------------

%package -n %{libbase}
Summary:	Extremely fast and flexible web server - libraries
Group:		System/Servers

%description -n %{libbase}
Cherokee is an extremely flexible and fast web server. It's embedable,
extensible with plug-ins. It has handler-to-path, virtual servers, gzip
encoding, modular loggers, CGI support, and can run in a chroot
environment, among other features.

This is the runtime library.

%files -n %{libbase}
%{_libdir}/libcherokee-base.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libclient}
Summary:	Extremely fast and flexible web server - libraries
Group:		System/Servers

%description -n %{libclient}
Cherokee is an extremely flexible and fast web server. It's embedable,
extensible with plug-ins. It has handler-to-path, virtual servers, gzip
encoding, modular loggers, CGI support, and can run in a chroot
environment, among other features.

This is the client runtime library.

%files -n %{libclient}
%{_libdir}/libcherokee-client.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libserver}
Summary:	Extremely fast and flexible web server - libraries
Group:		System/Servers

%description -n %{libserver}
Cherokee is an extremely flexible and fast web server. It's embedable,
extensible with plug-ins. It has handler-to-path, virtual servers, gzip
encoding, modular loggers, CGI support, and can run in a chroot
environment, among other features.

This is the server runtime library.

%files -n %{libserver}
%{_libdir}/libcherokee-server.so.%{major}*

#----------------------------------------------------------------------------

%package devel
Summary:	Extremely fast and flexible web server - development files
Group:		Development/Other
Requires:	%{libbase} = %{EVRD}
Requires:	%{libclient} = %{EVRD}
Requires:	%{libserver} = %{EVRD}

%description devel
Cherokee is an extremely flexible and fast web server. It's embedable,
extensible with plug-ins. It has handler-to-path, virtual servers, gzip
encoding, modular loggers, CGI support, and can run in a chroot
environment, among other features.

This package contains the server development files - headers, .so and .a files.

%files devel
%{_bindir}/%{name}-config
%{_libdir}/*.so
%{_includedir}/%{name}
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/*.m4
%{_mandir}/man1/%{name}-config.*

#----------------------------------------------------------------------------

%prep
%setup -q -n webserver-%{version} -a4
%patch0 -p0
%patch1 -p1 -b .CVE-2014-4668
mv CTK-master/* admin/CTK
touch README ChangeLog

%build
%serverbuild
NO_CONFIGURE=yes ./autogen.sh
%configure2_5x --disable-static
%make

%install
%makeinstall_std

mv %{buildroot}%{_datadir}/locale/jp %{buildroot}%{_datadir}/locale/ja
%find_lang %{name}

install -D -m 0644 pam.d_cherokee %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -D -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

%{buildroot}%{_datadir}/%{name}/admin/upgrade_config.py %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
rm -f %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf.backup


%changelog

* Tue May 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.103-1
- (898d9dc) Adjust build line and make some provides versioned



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9819 |14cu|cherrytree-0.37.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:        cherrytree
Version:     0.37.6
Release:     1
Summary:     Hierarchical note taking application
Summary(ru): Записная книжка иерархической структуры
License:     GPLv3+
Group:       Office

URL:     http://www.giuspen.com/cherrytree/
Source0: http://www.giuspen.com/software/%name-%version.tar.xz
Source1: CherrytreeManual.ctb.tar.xz
Source2: %name-%version-%name.mo
Source3: %name-%version-%name.1
Source4: README.install.urpmi

Patch0:  %name-%version-path.patch
Patch1:  %name-%version-desktop.patch

BuildArch: noarch

BuildRequires: python
BuildRequires: python-devel
BuildRequires: gettext

Requires: python
Requires: p7zip
Requires: pygtk2.0
Requires: python-appindicator
Requires: python-chardet
Requires: python-dbus
Requires: python-enchant
Requires: python-gobject
Requires: python-gtksourceview
Requires: sqlite-tools

Requires(post): desktop-file-utils
Requires(post): gtk-update-icon-cache
Requires(post): shared-mime-info

Requires(postun): desktop-file-utils
Requires(postun): gtk-update-icon-cache
Requires(postun): shared-mime-info

%description
Cherrytree is a hierarchical note taking application. The Main Features:
* Rich Text supporting Images, Tables, Code Boxes, Hyperlinks and Anchors,
  Spell Check, Lists.
* Syntax Highlighting supporting many programming languages.
* Password Protection, Powerful Find and Replace utilities, TOC generator.
* Print, Save as PDF, Export to HTML, Export to Plain Text.
* Import from Several other Note Taking Applications.

%description -l ru
Записная книжка иерархической
структуры. Основные возможности:
- поддержка форматированного текста,
  изображений, таблиц, кода,
  гиперссылок и якорей, списков,
  проверка орфографии;
- подсветка синтаксиса, поддержка
  многих языков программирования;
- защита паролем, мощный поиск и
  замена, генератор TOC;
- печать, экспорт в PDF, HTML,
  в обычный текст;
- импорт из нескольких других
  приложений для заметок;
- хранение данных в XML или SQLite
  файле.


%files -f %name.lang
%_bindir/%{name}
%py_puresitedir/%name
%_datadir/appdata/%name.appdata.xml
%_datadir/applications/%name.desktop
%_iconsdir/hicolor/scalable/apps/%name.svg
%_datadir/mime/packages/%name.xml
%_mandir/man1/*.1.xz
%_mandir/ru/man1/%name.1.xz
%py_puresitedir/CherryTree-%version-py2.7.egg-info
%doc changelog.txt license.txt CherrytreeManual.ctb README.install.urpmi

#----------------------------------------------------------------------------

%prep
%setup -q -a 1
%apply_patches

%build
python setup.py build

%install
%__python2 setup.py install --prefix=%buildroot/usr -f
# These are no longer in use
rm -rf %buildroot%{_datadir}/application-registry
rm -rf %buildroot%{_datadir}/mime-info
# Menu entry check
desktop-file-validate %buildroot%{_datadir}/applications/%name.desktop
# Fix icon file permissions
chmod 0644 %buildroot%{_iconsdir}/hicolor/scalable/apps/%name.svg
# Add man in Russian
install -D %SOURCE3 %buildroot%{_mandir}/ru/man1/%name.1
cp -a %SOURCE4 $RPM_BUILD_DIR/%name-%version
cp -fa %SOURCE2 %buildroot%{_localedir}/ru/LC_MESSAGES/%name.mo
%find_lang %name

%post
%_update_desktop_database_bin %_datadir/applications
%_update_icon_cache_bin       %_iconsdir/hicolor
%_update_mime_database_bin -n %_datadir/mime

%postun
if [ $1 = 0 ]; then
    %_update_desktop_database_bin %_datadir/applications
    %_update_icon_cache_bin       %_iconsdir/hicolor
    %_update_mime_database_bin    %_datadir/mime
fi



%changelog

* Fri Nov 18 2016 Greenray (Victor Nabatov) <greenray.spb@gmail.com> 0.37.6-1
- (6d8469a) - New version 0.37.6
- (6d8469a) - Updated translations into Russian
- (6d8469a) - Added man in Russian and User's Manual

* Fri Nov 18 2016 Greenray (Victor Nabatov) <greenray.spb@gmail.com> 0.37.4-1
- (fb28e50) The message to the user about the location of manual
- (Greenray (Victor Nabatov): f760d7a) Added the application name and comment in Russian
- (Greenray (Victor Nabatov): fb1d239) Added man page in Russian
- (Greenray (Victor Nabatov): 4ac85c1) Fix of the installation path
- (Eugene Budanov: 5e0793c) Update version to 37.4. Added python-chardet as new dep.

* Sun Dec 20 2015 Eugene Budanov <roger2000@yandex.ru> 0.36.2-1
- (b4eb072) Version bump

* Sun Oct 04 2015 Eugene Budanov <roger2000@yandex.ru> 0.35.10-1
- (ea53f2e) Update to version 0.35.10.

* Mon Aug 03 2015 Eugene Budanov <eugene.budanov@rosalab.ru> 0.35.9-1
- (35cae99) Version bump

* Sat Feb 07 2015 Eugene Budanov <eugene.budanov@rosalab.ru> 0.35.7-1
- (39f0b23) Version bump

* Sat Jan 03 2015 Eugene Budanov <eugene.budanov@rosalab.ru> 0.35.6-1
- (71d717a) Version update with small spec fix

* Sun Nov 09 2014 Eugene Budanov <eugene.budanov@rosalab.ru> 0.35.3-1
- (6f1daec) Version update

* Wed Sep 03 2014 Eugene Budanov <eugene.budanov@rosalab.ru> 0.34.1-1
- (d9c9498) Bugfix release

* Mon Aug 11 2014 Eugene Budanov <eugene.budanov@rosalab.ru> 0.34.0-1
- (7ddd5f3) Updated .abf.yml
- (Eugene Budanov: f500dad) Version update
- (Eugene Budanov: 5902bef) Version update
- (Eugene Budanov: 11565c6) Version update

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.33.4-2
- (b1d3b10) MassBuild#464: Increase release tag

* Tue Jun 17 2014 Eugene Budanov <eugene.budanov@rosalab.ru> 0.33.4-1
- (f7f1dc7) package version update
- (Eugene Budanov: 102bda4) version update
- (Eugene Budanov: 431b7ba) version update

* Fri Feb 14 2014 Eugene Budanov <eugene.budanov@rosalab.ru> 0.32.0-1
- (742ee08) added file to store
- (Eugene Budanov: 8ac6bb7) removed archive
- (Eugene Budanov: 87cb0eb) removed archive
- (Eugene Budanov: 7a340e3) version update

* Sun Nov 03 2013 symbianflo <symbianflo@mandrivausers.ro> 0.30.5-1
- (cdbb83a) Log: update to 0.30.5

* Thu Jan 10 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.29-1
- (59f266c) LOG Spec cleanup
- (root: 7931430) clean
- (root: 619c374) update cherrytree to 0.29

* Thu Jan 10 2013 root <root@localhost.localdomain> None
- (3614f1e) update cherrytree to 0.29

* Thu Jan 10 2013 root <root@localhost.localdomain> 0.29-1
- (0ee3f58) update cherrytree to 0.29
- (root: 929c708) update cherrytree to 0.29

* Thu Jan 10 2013 root <root@localhost.localdomain> 0.25.4-1
- (5298bea) inserting fixed spec

* Thu Jan 10 2013 root <root@localhost.localdomain> None
- (423bdde) spec delete

* Wed Jan 02 2013 Eugene Budanov <eugene.budanov@rosalab.ru> 0.25.4-1
- (c2fa098) Updated cherrytree.spec
- (Eugene Budanov: 0bb1f1e) Updated cherrytree.spec
- (Eugene Budanov: ed88319) Updated cherrytree.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9820 |14cu|chessx-1.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|sed 's/[.]/./g')

Name:		chessx
Version:	1.3.2
Release:	1
Summary:	An Open Source chess database
License:	GPLv2
Group:		Games/Boards
URL:		http://chessx.sourceforge.net/
Source0:	http://sourceforge.net/projects/chessx/files/%{name}/%{version}/%{name}-%{url_ver}.tgz
# do not switch to qt5 untill 
# fixed iCCP: known incorrect sRGB profile
BuildRequires:	qt4-devel
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick

%description
ChessX is an Open Source chess database. 
With ChessX you can operate on your
collection of chess games in many ways:
browse, edit, add, organize, analyze, etc.

%files
%doc COPYING ChangeLog
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#------------------------------------------------------------


%prep
%setup -q
sed -i '1i #include <QMetaType>' src/database/threadedguess.cpp
chmod -x src/gui/qled.cpp src/gui/qled.h
sed -i "s|\r||g" src/gui/qled.cpp src/gui/qled.h

%build
%qmake_qt4

# building language files
/usr/lib/qt4/bin/lrelease i18n/*.ts

%make

%install
# game binary
mkdir -p %{buildroot}%{_gamesbindir}
install -m 0755 release/chessx %{buildroot}%{_gamesbindir}/%{name}

#game data
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
cp -pr data/* %{buildroot}%{_gamesdatadir}/%{name}/
cp -pr i18n/*.qm %{buildroot}%{_gamesdatadir}/%{name}/lang/

# icons
for png in 128x128 64x64 32x32 22x22 16x16; do
  mkdir -p %{buildroot}%{_iconsdir}/hicolor/${png}/apps/
  convert -geometry $png data/images/%{name}.png %{buildroot}%{_iconsdir}/hicolor/${png}/apps/%{name}.png
done

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
	--dir=%{buildroot}%{_datadir}/applications/ \
	unix/%{name}.desktop
	
# linting
find %{buildroot} -name '*.svg' -exec chmod a-x  {} \;	
find %{buildroot} -size 0 -delete

%changelog

* Sun Aug 09 2015 abfonly <abfonly@gmail.com> 1.3.2-1
- (edc1864) Log: Update to 1.3.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9821 |14cu|childsplay-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global alphabet_ver 0.9.1

Summary:	Games for children with plugins
Name:		childsplay
Version:	1.6
Release:	4
License:	GPLv3+
Group:		Education
Url:		http://childsplay.sourceforge.net/
Source0:	http://downloads.sourceforge.net/schoolsplay/%{name}-%{version}.tgz
Source10:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_bg-%{alphabet_ver}.tgz
Source11:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_ca-%{alphabet_ver}.tgz
Source12:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_de-%{alphabet_ver}.tgz
Source13:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_el-0.9.tgz
Source14:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_en_GB-%{alphabet_ver}.tgz
Source15:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_es-%{alphabet_ver}.tgz
Source16:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_fr-%{alphabet_ver}.tgz
Source17:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_it-%{alphabet_ver}.tgz
Source18:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_lt-%{alphabet_ver}.tgz
Source19:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_nb-%{alphabet_ver}.tgz
Source20:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_nl-%{alphabet_ver}.tgz
Source21:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_pt-%{alphabet_ver}.tgz
Source22:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_pt_BR-%{alphabet_ver}.tgz
Source23:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_ro-%{alphabet_ver}.tgz
Source24:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_ru-%{alphabet_ver}.tgz
Source25:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_sl-%{alphabet_ver}.tgz
Source26:	http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_sv-0.9.2.tgz
Patch0:		setup.py.diff
Patch1:         childsplay-1.6-debian638747.patch
Patch2:         childsplay-1.6-exceptions.patch
Requires:	pygame
Requires:	pygtk2.0
Requires:	python-numpy
Requires:	python-sqlalchemy
Requires:	%{name}-sound = %{EVRD}
BuildArch:	noarch

%description
Childsplay is a 'suite' of educational games for young children. It's written
in Python and uses the SDL-libraries to make it more games-like then, for
instance, GCompris. The aim is to be educational and at the same time be fun
to play.

NOTE: This package includes all games currently available for childsplay.
Some activities make use of language dependent voice samples, these sounds are
available as childsplay-sounds packages. For those you'll have to
install the childsplay-alphabet_sounds package for the languages you intend to
use. For example childsplay-sounds-pt_BR.

%files -f %{name}.lang
%doc README* doc/*
%{_bindir}/*
%{_datadir}/childsplay_sp/SPData
%{_datadir}/childsplay_sp/CPData/*.*
%{_datadir}/childsplay_sp/CPData/BilliardData
%{_datadir}/childsplay_sp/CPData/FallinglettersData
%{_datadir}/childsplay_sp/CPData/FindsoundData
%{_datadir}/childsplay_sp/CPData/FishtankData
%{_datadir}/childsplay_sp/CPData/FlashcardsData/cards
%{_datadir}/childsplay_sp/CPData/FlashcardsData/sounds
%{_datadir}/childsplay_sp/CPData/FlashcardsData/names/en
%{_datadir}/childsplay_sp/CPData/LMemoryData
%{_datadir}/childsplay_sp/CPData/MemoryData
%{_datadir}/childsplay_sp/CPData/PackidData
%{_datadir}/childsplay_sp/CPData/PongData
%{_datadir}/childsplay_sp/CPData/PuzzleData
%{_datadir}/childsplay_sp/CPData/SoundmemoryData
%{_datadir}/sp_alphabetsounds/en
%{_datadir}/applications/*.desktop
%{py_puresitedir}/*
%{_datadir}/icons/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%package sounds-bg
Summary:	Bulgarian alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-bg

%description sounds-bg
Bulgarian alphabet sounds for Childsplay.

%files sounds-bg
%doc  alphabet_sounds_bg-%{alphabet_ver}/GPL-2  alphabet_sounds_bg-%{alphabet_ver}/README
%{_datadir}/sp_alphabetsounds/bg

#----------------------------------------------------------------------------

%package sounds-ca
Summary:	Catalan alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-ca

%description sounds-ca
Catalan alphabet sounds for Childsplay.

%files sounds-ca
%doc  alphabet_sounds_ca-%{alphabet_ver}/copyright  alphabet_sounds_ca-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/ca
%{_datadir}/sp_alphabetsounds/ca

#----------------------------------------------------------------------------

%package sounds-de
Summary:	German alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-de

%description sounds-de
German alphabet sounds for Childsplay.

%files sounds-de
%doc  alphabet_sounds_de-%{alphabet_ver}/copyright  alphabet_sounds_de-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/de
%{_datadir}/sp_alphabetsounds/de

#----------------------------------------------------------------------------

%package sounds-el
Summary:	New Greek alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-el

%description sounds-el
New Greek alphabet sounds for Childsplay.

%files sounds-el
%doc  alphabet_sounds_el-0.9/copyright  alphabet_sounds_el-0.9/GPL-2
%{_datadir}/sp_alphabetsounds/el

#----------------------------------------------------------------------------

%package sounds-en_GB
Summary:	British English alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-en

%description sounds-en_GB
British English alphabet sounds for Childsplay.

%files sounds-en_GB
%doc  alphabet_sounds_en_GB-%{alphabet_ver}/copyright  alphabet_sounds_en_GB-%{alphabet_ver}/GPL-2
%{_datadir}/sp_alphabetsounds/en_GB

#----------------------------------------------------------------------------

%package sounds-es
Summary:	Spanish alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-es

%description sounds-es
Spanish alphabet sounds for Childsplay.

%files sounds-es
%doc  alphabet_sounds_es-%{alphabet_ver}/copyright  alphabet_sounds_es-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/es
%{_datadir}/sp_alphabetsounds/es

#----------------------------------------------------------------------------

%package sounds-fr
Summary:	French alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-fr

%description sounds-fr
French alphabet sounds for Childsplay.

%files sounds-fr
%doc  alphabet_sounds_fr-%{alphabet_ver}/copyright  alphabet_sounds_fr-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/fr
%{_datadir}/sp_alphabetsounds/fr

#----------------------------------------------------------------------------

%package sounds-it
Summary:	Italian alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-it

%description sounds-it
Italian alphabet sounds for Childsplay.

%files sounds-it
%doc  alphabet_sounds_it-%{alphabet_ver}/copyright  alphabet_sounds_it-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/it
%{_datadir}/sp_alphabetsounds/it

#----------------------------------------------------------------------------

%package sounds-lt
Summary:	Lithuanian alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-lt

%description sounds-lt
Lithuanian alphabet sounds for Childsplay.

%files sounds-lt
%doc  alphabet_sounds_lt-%{alphabet_ver}/copyright  alphabet_sounds_lt-%{alphabet_ver}/GPL-2
%{_datadir}/sp_alphabetsounds/lt

#----------------------------------------------------------------------------

%package sounds-nb
Summary:	Norwegian Bokmål alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-no

%description sounds-nb
Norwegian Bokmål alphabet sounds for Childsplay.

%files sounds-nb
%doc  alphabet_sounds_nb-%{alphabet_ver}/copyright  alphabet_sounds_nb-%{alphabet_ver}/GPL-2
%{_datadir}/sp_alphabetsounds/nb

#----------------------------------------------------------------------------

%package sounds-nl
Summary:	Dutch alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-nl

%description sounds-nl
Dutch alphabet sounds for Childsplay.

%files sounds-nl
%doc  alphabet_sounds_nl-%{alphabet_ver}/copyright  alphabet_sounds_nl-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/nl
%{_datadir}/sp_alphabetsounds/nl

#----------------------------------------------------------------------------

%package sounds-pt
Summary:	Portuguese alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-pt

%description sounds-pt
Portuguese alphabet sounds for Childsplay.

%files sounds-pt
%doc  alphabet_sounds_pt-%{alphabet_ver}/copyright  alphabet_sounds_pt-%{alphabet_ver}/GPL-2
%{_datadir}/sp_alphabetsounds/pt

#----------------------------------------------------------------------------

%package sounds-pt_BR
Summary:	Brazilian portuguese alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-pt

%description sounds-pt_BR
Brazilian portuguese alphabet sounds for Childsplay.

%files sounds-pt_BR
%doc  alphabet_sounds_pt_BR-%{alphabet_ver}/copyright  alphabet_sounds_pt_BR-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/pt_BR
%{_datadir}/sp_alphabetsounds/pt_BR

#----------------------------------------------------------------------------

%package sounds-ro
Summary:	Romanian alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-ro

%description sounds-ro
Romanian alphabet sounds for Childsplay.

%files sounds-ro
%doc  alphabet_sounds_ro-%{alphabet_ver}/copyright  alphabet_sounds_ro-%{alphabet_ver}/GPL-2
%{_datadir}/sp_alphabetsounds/ro

#----------------------------------------------------------------------------

%package sounds-ru
Summary:	Russian alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-ru

%description sounds-ru
Russian alphabet sounds for Childsplay.

%files sounds-ru
%doc  alphabet_sounds_ru-%{alphabet_ver}/copyright  alphabet_sounds_ru-%{alphabet_ver}/GPL-2
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/ru
%{_datadir}/sp_alphabetsounds/ru

#----------------------------------------------------------------------------

%package sounds-sl
Summary:	Slovenian alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-sl

%description sounds-sl
Slovenian alphabet sounds for Childsplay.

%files sounds-sl
%doc  alphabet_sounds_sl-%{alphabet_ver}/LICENCE  alphabet_sounds_sl-%{alphabet_ver}/README
%{_datadir}/sp_alphabetsounds/sl
%{_datadir}/%{name}_sp/CPData/FlashcardsData/names/sl

#----------------------------------------------------------------------------

%package sounds-sv
Summary:	Swedish alphabet sounds for Childsplay
Group:		Games/Other
Requires:	%{name} = %{EVRD}
Provides:	%{name}-sound = %{EVRD}
Requires:	locales-sv

%description sounds-sv
Swedish alphabet sounds for Childsplay.

%files sounds-sv
%doc  alphabet_sounds_sv-0.9.2/copyright  alphabet_sounds_sv-0.9.2/GPL-2
%{_datadir}/sp_alphabetsounds/sv

#----------------------------------------------------------------------------

%prep
%setup -q -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 -a 21 -a 22 -a 23 -a 24 -a 25 -a 26
%apply_patches

%build

%install
PREFIX=%{buildroot}%{_prefix} python setup.py install --root="%{buildroot}" --optimize=1

%find_lang %{name} --all-name

rm -fr %{buildroot}%{_datadir}/doc/*

# below is the desktop file and icon stuff.
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
GenericName=Games for children
GenericName[de]=Spiele für Kinder
GenericName[it]=Giochi per bambini
GenericName[pl]=Gry dla dzieci
GenericName[ru]=Игры для детей
GenericName[cy]=Gemau ar gyfer plant
GenericName[et]=Mängud lastele
GenericName[hu]=Gyermekjátékok
GenericName[nl]=Spelletjes voor kinderen
Comment=Games for children with plugins
Comment[cy]=Gemau ar gyfer plant, gydag ategynnau
Comment[et]=Pluginatega mängud lastele
Comment[hu]=Gyermekjátékok bővítőmodulokkal
Comment[ru]=Игры для детей с плагинами
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Education;
EOF

mkdir -p %{buildroot}%{_iconsdir}/hicolor/32x32/apps
mkdir -p %{buildroot}%{_iconsdir}/hicolor/64x64/apps
install -p -m 644 lib/SPData/menu/default/logo_cp_32x32.png \
  %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -p -m 644 lib/SPData/menu/default/logo_cp_64x64.png \
  %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png

#Alphabet sounds
# mkdir -p %{buildroot}%{_datadir}/%{name}/CPData/FlashcardsData/names
for sounds in bg ca de en_GB es fr it nb nl pt pt_BR ro ru sl 
do
  cp -a alphabet_sounds_$sounds-%{alphabet_ver}/AlphabetSounds/$sounds %{buildroot}%{_datadir}/sp_alphabetsounds
done
for sounds in ca de es fr it nl pt_BR ru sl
do
  cp -a alphabet_sounds_$sounds-%{alphabet_ver}/FlashCardsSounds/$sounds %{buildroot}%{_datadir}/%{name}_sp/CPData/FlashcardsData/names
done
#some language are not sync
cp -a alphabet_sounds_el-0.9/AlphabetSounds/el %{buildroot}%{_datadir}/sp_alphabetsounds
cp -a alphabet_sounds_sv-0.9.2/AlphabetSounds/sv %{buildroot}%{_datadir}/sp_alphabetsounds
cp -a alphabet_sounds_lt-0.9.1/AlphabetSounds %{buildroot}%{_datadir}/sp_alphabetsounds/lt


%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: 8bc9b8f
- Fix setup patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9822 |14cu|chkrootkit-0.50-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# %define debug_package          %{nil}

%define build_diet 0

# commandline overrides:
# rpm -ba|--rebuild --with 'xxx'
%{?_with_diet: %{expand: %%define build_diet 1}}

Summary:	Check rootkits
Name:		chkrootkit
Version:	0.50
Release:	2
License:	BSD
Group:		Monitoring
Url:		http://www.chkrootkit.org/
Source0:	ftp://ftp.pangeia.com.br/pub/seg/pac/%{name}-%{version}.tar.gz
Patch0:		chkrootkit_fix_apache_false_positive.diff
Patch1:		chkrootkit-0.49-bug57979.diff
Patch2:         chkrootkit-0.50-suckit-false-positive.diff
%if %{build_diet}
BuildRequires:	dietlibc-devel >= 0.32
%endif
BuildRequires:	glibc-static-devel
Requires:	binutils
Requires:	coreutils
Requires:	findutils
Requires:	gawk
Requires:	grep
Requires:	net-tools
Requires:	procps
Requires:	sed

%description
Chkrootkit is a tool to locally check for signs of a rootkit.

%files
%doc ACKNOWLEDGMENTS README* COPYRIGHT
%{_sbindir}/*
%{_libdir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1
# fix debuginfo:
sed -i -e 's!\s\+@strip.*!!g' Makefile

# instead of a static patch
chmod 644 *
for i in `ls -1 *.c|sed "s/\.c//"`; do
    perl -pi -e "s|\./${i}|%{_libdir}/%{name}/${i}|g" %{name}
done

%build
%if %{build_diet}
# OE: use the power of dietlibc
make CC="diet gcc" CFLAGS="-DHAVE_LASTLOG_H -DLASTLOG_FILENAME='\"/var/log/lastlog\"' -DWTMP_FILENAME='\"/var/log/wtmp\"' -Os  -s -static" LDFLAGS=-static
%else
make CFLAGS="-DHAVE_LASTLOG_H -DLASTLOG_FILENAME='\"/var/log/lastlog\"' -DWTMP_FILENAME='\"/var/log/wtmp\"'" LDFLAGS=-static
%endif

%install
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_libdir}/%{name}

install chkrootkit %{buildroot}%{_sbindir}/
install check_wtmpx chkdirs chklastlog chkproc chkutmp chkwtmp ifpromisc strings-static %{buildroot}%{_libdir}/%{name}/



%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0.50-2
- (c0638a4) Added suckit-false-positive patch, fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9823 |14cu|chocolate-doom-2.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Historically compatible Doom engine
Name:		chocolate-doom
Version:	2.2.1
Release:	1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://chocolate-doom.org/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source100:	chocolate-doom.rpmlintrc

BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl) >= 1.1.3
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(samplerate)
Requires:	chocolate-common = %{EVRD}

%description
Chocolate Doom is a game engine that aims to accurately reproduce the
experience of playing vanilla Doom. It is a conservative, historically
accurate Doom source port, which is compatible with the thousands of mods
and levels that were made before the Doom source code was released. Rather
than flashy new graphics, Chocolate Doom's main features are its accurate
reproduction of the game as it was played in the 1990s.

The following games can be played:
- Doom (including the shareware and registered versions, and the Ultimate Doom
  expansion pack)
- Doom II
- Final Doom (TNT:Evilution, and the Plutonia Experiment)
- Chex Quest.
It is also possible to play these expansion packs and commercial games, each
of which requires one of the above:
-The Master Levels for Doom II
-Hacx.
And also various TCs and WAD files:
http://www.chocolate-doom.org/wiki/index.php/User_guide

Warning! Chocolate Doom needs to know where to find your IWAD file.
To do this, put the file into /usr/share/games/doom or read INSTALL
file in docs for other possibilities.

%files
%doc ChangeLog NEWS NOT-BUGS README INSTALL
%{_gamesbindir}/chocolate-doom
%{_gamesbindir}/chocolate-doom-setup
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/chocolate-doom.desktop
%{_datadir}/applications/chocolate-doom-setup.desktop
%{_mandir}/man5/chocolate-doom.cfg.5.*
%{_mandir}/man6/chocolate-doom.6.*
%{_mandir}/man6/chocolate-doom-setup.6.*

#----------------------------------------------------------------------------

%package -n chocolate-common
Summary:	Common files used by Chocolate engines
Group:		Games/Arcade
Conflicts:	chocolate-doom < 2.1.0

%description -n chocolate-common
Common files used by Chocolate engines.

%files -n chocolate-common
%{_gamesbindir}/chocolate-server
%{_iconsdir}/chocolate-doom.png
%{_iconsdir}/chocolate-setup.png
%{_mandir}/man5/default.cfg.5.*
%{_mandir}/man6/chocolate-server.6.*
%{_mandir}/man6/chocolate-setup.6.*

#----------------------------------------------------------------------------

%package -n chocolate-heretic
Summary:	Historically compatible Heretic engine
Group:		Games/Arcade
Requires:	chocolate-common = %{EVRD}
Conflicts:	chocolate-doom < 2.1.0

%description -n chocolate-heretic
Chocolate Heretic is a game engine that aims to accurately reproduce the
experience of playing vanilla Heretic. It is a conservative, historically
accurate Heretic source port. Rather than flashy new graphics, Chocolate
Heretic's main features are its accurate reproduction of the game as it
was played in the 1990s.

Warning! Chocolate Heretic needs to know where to find your IWAD file.
To do this, put the file into /usr/share/games/doom or read INSTALL
file in docs for other possibilities.

%files -n chocolate-heretic
%{_gamesbindir}/chocolate-heretic
%{_gamesbindir}/chocolate-heretic-setup
%{_datadir}/appdata/chocolate-heretic.appdata.xml
%{_datadir}/applications/chocolate-heretic.desktop
%{_datadir}/applications/chocolate-heretic-setup.desktop
%{_defaultdocdir}/chocolate-heretic/
%{_mandir}/man5/chocolate-heretic.cfg.5.*
%{_mandir}/man5/heretic.cfg.5.*
%{_mandir}/man6/chocolate-heretic.6.*
%{_mandir}/man6/chocolate-heretic-setup.6.*

#----------------------------------------------------------------------------

%package -n chocolate-hexen
Summary:	Historically compatible Hexen engine
Group:		Games/Arcade
Requires:	chocolate-common = %{EVRD}
Conflicts:	chocolate-doom < 2.1.0

%description -n chocolate-hexen
Chocolate Hexen is a game engine that aims to accurately reproduce the
experience of playing vanilla Hexen. It is a conservative, historically
accurate Hexen source port. Rather than flashy new graphics, Chocolate
Hexen's main features are its accurate reproduction of the game as it
was played in the 1990s.

Warning! Chocolate Hexen needs to know where to find your IWAD file.
To do this, put the file into /usr/share/games/doom or read INSTALL
file in docs for other possibilities.

%files -n chocolate-hexen
%{_gamesbindir}/chocolate-hexen
%{_gamesbindir}/chocolate-hexen-setup
%{_datadir}/appdata/chocolate-hexen.appdata.xml
%{_datadir}/applications/chocolate-hexen.desktop
%{_datadir}/applications/chocolate-hexen-setup.desktop
%{_defaultdocdir}/chocolate-hexen/
%{_mandir}/man5/chocolate-hexen.cfg.5.*
%{_mandir}/man5/hexen.cfg.5.*
%{_mandir}/man6/chocolate-hexen.6.*
%{_mandir}/man6/chocolate-hexen-setup.6.*

#----------------------------------------------------------------------------

%package -n chocolate-strife
Summary:	Historically compatible Strife engine
Group:		Games/Arcade
Requires:	chocolate-common = %{EVRD}
Conflicts:	chocolate-doom < 2.1.0

%description -n chocolate-strife
Chocolate Strife is a game engine that aims to accurately reproduce the
experience of playing vanilla Strife. It is a conservative, historically
accurate Strife source port. Rather than flashy new graphics, Chocolate
Strife's main features are its accurate reproduction of the game as it
was played in the 1990s.

Warning! Chocolate Strife needs to know where to find your IWAD file.
To do this, put the file into /usr/share/games/doom or read INSTALL
file in docs for other possibilities.

%files -n chocolate-strife
%{_gamesbindir}/chocolate-strife
%{_gamesbindir}/chocolate-strife-setup
%{_datadir}/appdata/chocolate-strife.appdata.xml
%{_datadir}/applications/chocolate-strife.desktop
%{_datadir}/applications/chocolate-strife-setup.desktop
%{_defaultdocdir}/chocolate-strife/
%{_mandir}/man5/chocolate-strife.cfg.5.*
%{_mandir}/man5/strife.cfg.5.*
%{_mandir}/man6/chocolate-strife.6.*
%{_mandir}/man6/chocolate-strife-setup.6.*

#----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

rm -f %{buildroot}%{_datadir}/applications/screensavers/chocolate-doom-screensaver.desktop

#These suck, we don't like them
rm -f %{buildroot}%{_datadir}/applications/chocolate-doom.desktop
rm -f %{buildroot}%{_datadir}/applications/chocolate-heretic.desktop
rm -f %{buildroot}%{_datadir}/applications/chocolate-hexen.desktop
rm -f %{buildroot}%{_datadir}/applications/chocolate-setup.desktop
rm -f %{buildroot}%{_datadir}/applications/chocolate-strife.desktop

cat > %{buildroot}%{_datadir}/applications/chocolate-doom.desktop << EOF
[Desktop Entry]
Name=Chocolate Doom
Comment=Conservative Doom source port
Exec=chocolate-doom
Type=Application
Terminal=false
Icon=chocolate-doom
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/chocolate-doom-setup.desktop << EOF
[Desktop Entry]
Name=Chocolate Doom Setup
Comment=Setup tool for Chocolate Doom
Exec=chocolate-doom-setup
Type=Application
Terminal=false
Icon=chocolate-setup
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/chocolate-heretic.desktop << EOF
[Desktop Entry]
Name=Chocolate Heretic
Comment=Conservative Heretic source port
Exec=chocolate-heretic
Type=Application
Terminal=false
Icon=chocolate-doom
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/chocolate-heretic-setup.desktop << EOF
[Desktop Entry]
Name=Chocolate Heretic Setup
Comment=Setup tool for Chocolate Heretic
Exec=chocolate-heretic-setup
Type=Application
Terminal=false
Icon=chocolate-setup
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/chocolate-hexen.desktop << EOF
[Desktop Entry]
Name=Chocolate Hexen
Comment=Conservative Hexen source port
Exec=chocolate-hexen
Type=Application
Terminal=false
Icon=chocolate-doom
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/chocolate-hexen-setup.desktop << EOF
[Desktop Entry]
Name=Chocolate Hexen Setup
Comment=Setup tool for Chocolate Hexen
Exec=chocolate-hexen-setup
Type=Application
Terminal=false
Icon=chocolate-setup
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/chocolate-strife.desktop << EOF
[Desktop Entry]
Name=Chocolate Strife
Comment=Conservative Strife source port
Exec=chocolate-strife
Type=Application
Terminal=false
Icon=chocolate-doom
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/chocolate-strife-setup.desktop << EOF
[Desktop Entry]
Name=Chocolate Strife Setup
Comment=Setup tool for Chocolate Strife
Exec=chocolate-strife-setup
Type=Application
Terminal=false
Icon=chocolate-setup
Categories=Game;ArcadeGame;
EOF

# Taken from Mageia
# Register as an application to be visible in the software center
#
# NOTE: It would be *awesome* if this file was maintained by the upstream
# project, translated and installed into the right place during `make install`.
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
#
mkdir -p %{buildroot}%{_datadir}/appdata
cat > %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Ravi Srinivasan <ravishankar.srinivasan@gmail.com> -->
<!--
BugReportURL: https://github.com/chocolate-doom/chocolate-doom/issues/406
SentUpstream: 2014-09-24
-->
<application>
  <id type="desktop">chocolate-doom.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <summary>A clone of the popular DOS game DOOM</summary>
  <description>
    <p>
      Chocolate Doom is an original source port of the popular DOOM game for the PC.
    </p>
    <p>
      It accurately reproduces the playing experience of the original DOOM game
      and is compatible with the numerous mods and levels designed for the original.
    </p>
  </description>
  <url type="homepage">http://chocolate-doom.org/</url>
  <screenshots>
    <screenshot type="default">http://www.chocolate-doom.org/wiki/images/a/a7/Chocolate-doom.png</screenshot>
  </screenshots>
</application>
EOF
%changelog

* Sat Jan 09 2016 Giovanni Mariani <mc2374@mclink.it> 2.2.1-1
- (b3e974e) Updated to release 2.2.1, added .appdata.xml also for chocolate-doom (courtesy of Mageia) and fixed file lists



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9824 |14cu|chroma-1.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           chroma
Version:        1.15
Release:        1
Summary:        Abstract puzzle game with complex patterns of colourful shapes
License:        GPLv2+
Group:          Games/Puzzles
Url:            http://www.level7.org.uk/chroma/
Source0:        http://www.level7.org.uk/chroma/download/%{name}-%{version}.tar.bz2
Source1:        %{name}.svg
Source2:        %{name}-curses.svg

BuildRequires:  imagemagick
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(SDL_image)

%description
Chroma is an abstract puzzle game. A variety of colourful shapes
are arranged in a series of increasingly complex patterns, forming
fiendish traps that must be disarmed and mysterious puzzles that
must be manipulated in order to give up their subtle secrets.
Initially so straightforward that anyone can pick it up and begin
to play, yet gradually becoming difficult enough to tax even
the brightest of minds.

%files -f %{name}.lang
%doc COPYING CHANGELOG
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-curses
%{_gamesdatadir}/%{name}/colours/  
%{_gamesdatadir}/%{name}/graphics/  
%{_gamesdatadir}/%{name}/levels/
%{_gamesdatadir}/%{name}/help/
%{_iconsdir}/hicolor/*/apps/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-curses.desktop

#-------------------------------------------------------------------

%prep
%setup -q
find . -perm 0600 -exec chmod 0644 {} \;

%build
%configure2_5x --bindir=%{_gamesbindir} \
               --datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

# Generate and install icons
for bin in %{name} %{name}-curses; do
  install -D -m644 %{SOURCE2} \
    %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
  for size in 48x48 256x256; do
    install -d %{buildroot}%{_iconsdir}/hicolor/${size}/apps
    convert -background transparent {%{SOURCE1},%{SOURCE2}} -resize ${size} \
      %{buildroot}%{_iconsdir}/hicolor/${size}/apps/${bin}.png
  done
done

# Desktop entries
install -d %{buildroot}%{_datadir}/applications

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Chroma
Comment=Abstract puzzle game
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;BlocksGame;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-curses.desktop << EOF
[Desktop Entry]
Name=Chroma (console version)
Comment=Abstract puzzle game (console version)
Exec=%{name}-curses
Icon=%{name}-curses
Terminal=true
Type=Application
Categories=Game;BlocksGame;
EOF

find %{buildroot}%{_gamesdatadir}/%{name}/*/ -name '*.chroma' -exec chmod 644 {} \;
chmod 644 %{buildroot}%{_gamesdatadir}/%{name}/{help/README,graphics/font.txt}

%find_lang %{name} 

%changelog

* Mon Aug 15 2016 abfonly <abfonly@gmail.com> 1.15-1
- (4b49d3d) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9825 |14cu|chrony-1.31.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		chrony
Version:	1.31.2
Release:	1
Summary:	An NTP client/server
Group:		System/Base
License:	GPLv2
URL:		http://chrony.tuxfamily.org
Source0:	http://download.tuxfamily.org/chrony/%{name}-%{version}.tar.gz
Source1:	chrony.conf
Source2:	chrony.keys
Source3:	chronyd.service
Source4:	chrony.helper
Source5:	chrony.logrotate
Source7:	chrony.nm-dispatcher
Source8:	chrony.dhclient
Source9:	chrony-wait.service
BuildRequires:	libcap-devel
BuildRequires:	libedit-devel
BuildRequires:	bison
BuildRequires:	texinfo
Requires(pre):	shadow-utils
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Requires(postun):	rpm-helper
Requires(preun):	rpm-helper

%description
A client/server for the Network Time Protocol, this program keeps your
computer's clock accurate. It was specially designed to support
systems with intermittent internet connections, but it also works well
in permanently connected environments. It can use also hardware reference
clocks, system real-time clock or manual input as time references.

%prep
%setup -q

%build
%serverbuild
export CFLAGS="$CFLAGS -pie -fpie"
export LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"

%configure \
        --docdir=%{_docdir} \
        --with-sendmail=%{_sbindir}/sendmail

%make getdate all docs

%install
%makeinstall_std install-docs

rm -rf %{buildroot}%{_docdir}

mkdir -p %{buildroot}%{_sysconfdir}/{sysconfig,logrotate.d}
mkdir -p %{buildroot}%{_localstatedir}/{lib,log}/chrony
mkdir -p %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d
mkdir -p %{buildroot}%{_sysconfdir}/dhcp/dhclient.d
mkdir -p %{buildroot}/usr/libexec/
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}/lib/systemd/ntp-units.d

install -m 644 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/chrony.conf
install -m 640 -p %{SOURCE2} %{buildroot}%{_sysconfdir}/chrony.keys
install -m 644 -p %{SOURCE3} %{buildroot}/lib/systemd/system/chronyd.service
install -m 755 -p %{SOURCE4} %{buildroot}/usr/libexec/chrony-helper
install -m 644 -p %{SOURCE5} %{buildroot}%{_sysconfdir}/logrotate.d/chrony
install -m 755 -p %{SOURCE7} %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/20-chrony
install -m 755 -p %{SOURCE8} %{buildroot}%{_sysconfdir}/dhcp/dhclient.d/chrony.sh
install -m 644 -p %{SOURCE9} %{buildroot}/lib/systemd/system/chrony-wait.service

touch %{buildroot}%{_localstatedir}/lib/chrony/{drift,rtc}
echo 'chronyd.service' > %{buildroot}/lib/systemd/ntp-units.d/50-chronyd.list

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /sbin/nologin

%post
%systemd_post chronyd.service

%preun
%systemd_preun chronyd.service

%postun
%systemd_postun_with_restart chronyd.service

%triggerun -- chrony < 1.25
if /sbin/chkconfig --level 3 chronyd; then
        /bin/systemctl enable chronyd.service &> /dev/null
fi
:

%files
%doc COPYING NEWS README chrony.txt examples/*
%config(noreplace) %{_sysconfdir}/chrony.conf
%config(noreplace) %verify(not md5 size mtime) %attr(640,root,chrony) %{_sysconfdir}/chrony.keys
%config(noreplace) %{_sysconfdir}/logrotate.d/chrony
%{_sysconfdir}/NetworkManager/dispatcher.d/20-chrony
%{_sysconfdir}/dhcp/dhclient.d/chrony.sh
%{_bindir}/chronyc
%{_sbindir}/chronyd
/usr/libexec/chrony-helper
%{_infodir}/chrony.info*
/lib/systemd/ntp-units.d/*.list
%{_unitdir}/chrony*.service
%{_mandir}/man[158]/%{name}*.[158]*
%dir %attr(-,chrony,chrony) %{_localstatedir}/lib/chrony
%ghost %attr(-,chrony,chrony) %{_localstatedir}/lib/chrony/drift
%ghost %attr(-,chrony,chrony) %{_localstatedir}/lib/chrony/rtc
%dir %attr(-,chrony,chrony) %{_localstatedir}/log/chrony


%changelog

* Sat Jan 30 2016 Denis Silakov <dsilakov@gmail.com> 1.31.2-1
- (bd081ad) Updated to 1.31.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9826 |14cu|chrootuid-1.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Run command in restricted environment
Name:		chrootuid
Version:	1.3
Release:	8
License:	BSD
Group:		System/Servers
Url:		ftp://ftp.porcupine.org/pub/security/index.html
Source0:	ftp://ftp.porcupine.org/pub/security/%{name}%{version}.tar.bz2
Requires:	groff

%description
Chrootuid makes it easy to run a network service at low privilege level
and with restricted file system access.

At Eindhoven University, they use this program to run the gopher
and www (world-wide web) network daemons in a minimal environment:
- the daemons have access only to their own directory tree,
- and run under a low-privileged userid.

The arrangement greatly reduces the impact of possible loopholes
in daemon software.

%files
%doc README
%{_sbindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}%{version}

%build
%make CFLAGS="%{optflags}"

%install
install -D -m 0755 %{name} %{buildroot}%{_sbindir}/%{name}
install -D -m 0755 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1



%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3-8
- (56d19f6) Build with system optflags to fix debug package
- (56d19f6) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9827 |14cu|c-icap-0.4.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname icapapi %{major}
%define devname %mklibname c-icap -d

Summary:	An ICAP server coded in C
Name:		c-icap
Version:	0.4.3
Release:	4
Epoch:		4
License:	LGPLv2.1+
Group:		System/Servers
Url:		http://sourceforge.net/projects/c-icap/
Source0:	http://prdownloads.sourceforge.net/c-icap/c_icap-%{version}.tar.gz
Source1:	c-icap.service
Source2:	icapd.sysconfig
Source3:	icapd.logrotate
Source4:	c-icap-tmpfiles.conf
Patch0:		c_icap-mdv_conf.diff
Patch1:		c_icap-makefile.patch
Patch2:		c_icap-domain_strip.diff
BuildRequires:	chrpath
BuildRequires:	dos2unix
BuildRequires:	doxygen
BuildRequires:	file
BuildRequires:	bzip2-devel
BuildRequires:	db-devel
BuildRequires:	gdbm-devel
BuildRequires:	gmp-devel
BuildRequires:	openldap-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(libclamav)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(openssl)

%description
c-icap is an implementation of an ICAP server. It can be used with HTTP
proxies that support the ICAP protocol to implement content adaptation
and filtering services

Most of the commercial HTTP proxies must support the ICAP protocol. The
open source Squid 3.x proxy server supports it

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared libraries for %{name}.

%files -n %{libname}
%{_libdir}/libicapapi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the static %{libname} library and its header
files.

%files -n %{devname}
%dir %{_includedir}/c_icap
%{_includedir}/c_icap/*
%{_libdir}/*.so
%{_bindir}/c-icap-config
%{_bindir}/c-icap-libicapapi-config
%{_mandir}/man8/c-icap-config.8.*
%{_mandir}/man8/c-icap-libicapapi-config.8.*

#----------------------------------------------------------------------------

%package server
Summary:	An ICAP server coded in C
Group:		System/Servers
Requires:	%{name}-modules = %{EVRD}
Requires:	file
Requires:	webserver
Suggests:	c-icap-modules-extra
Requires(pre,post,preun,postun):	rpm-helper

%description server
An ICAP server coded in C.

%files server
%doc AUTHORS COPYING TODO
%{_unitdir}/icapd.service
%{_tmpfilesdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/icapd/c-icap.conf
%config(noreplace) %{_sysconfdir}/icapd/c-icap.magic
%config(noreplace) %{_sysconfdir}/sysconfig/icapd
%config(noreplace) %{_sysconfdir}/logrotate.d/icapd
%{_sbindir}/icapd
%{_var}/www/cgi-bin/get_file.pl
%attr(0755,icapd,icapd) %dir %{_var}/log/icapd
%ghost %attr(0644,icapd,icapd) %{_var}/log/icapd/server.log
%ghost %attr(0644,icapd,icapd) %{_var}/log/icapd/access.log
%{_mandir}/man8/c-icap.8.*

%pre server
%_pre_useradd icapd /var/lib/icapd /bin/sh

%post server
%_post_service icapd

%preun server
%_preun_service icapd

%postun server
%_postun_userdel icapd

#----------------------------------------------------------------------------

%package client
Summary:	An ICAP client coded in C
Group:		System/Servers

%description client
An ICAP client coded in C.

%files client
%{_bindir}/c-icap-client
%{_bindir}/c-icap-stretch
%{_bindir}/c-icap-mkbdb
%{_mandir}/man8/c-icap-client.8.*
%{_mandir}/man8/c-icap-mkbdb.8.*
%{_mandir}/man8/c-icap-stretch.8.*

#----------------------------------------------------------------------------

%package modules
Summary:	Modules for the c-icap-server
Group:		System/Servers

%description modules
Modules for the c-icap-server.

%files modules
%dir %{_libdir}/c_icap
%{_libdir}/c_icap/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n c_icap-%{version}
%patch0 -p0
%patch1 -p1
%patch2 -p0 -b domain_strip

cp %{SOURCE2} icapd.sysconfig
cp %{SOURCE3} icapd.logrotate

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-shared \
	--with-perl=%{_bindir}/perl \
	--with-ldap

make CONFIGDIR=%{_sysconfdir}/icapd

%install
%makeinstall_std CONFIGDIR=%{_sysconfdir}/icapd
install -d -m0755 %{buildroot}%{_sysconfdir}/sysconfig
install -d -m0755 %{buildroot}%{_sysconfdir}/logrotate.d
install -d -m0755 %{buildroot}%{_sbindir}
install -d -m0755 %{buildroot}%{_var}/log/icapd
install -d -m0755 %{buildroot}%{_var}/www/cgi-bin

mv %{buildroot}%{_bindir}/c-icap %{buildroot}%{_sbindir}/icapd
install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/icapd.service
install -m0644 icapd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/icapd
install -m0644 icapd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/icapd
install -m0755 contrib/get_file.pl %{buildroot}%{_var}/www/cgi-bin/get_file.pl
install -D -p -m 0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# nuke rpath
chrpath -d %{buildroot}%{_sbindir}/*

chrpath -d %{buildroot}%{_bindir}/c-icap-client
chrpath -d %{buildroot}%{_bindir}/c-icap-stretch

touch %{buildroot}%{_var}/log/icapd/server.log
touch %{buildroot}%{_var}/log/icapd/access.log

# Useless copy of %{_sysconfdir}/icapd/c-icap.conf
rm -f %{buildroot}%{_sysconfdir}/c-icap.conf


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:0.4.3-4
- (7444bba) Fix package config and do various cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9828 |14cu|c-icap-modules-extra-0.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An ICAP module server coded in C
Name:		c-icap-modules-extra
Version:	0.4.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		System/Servers
Url:		http://sourceforge.net/projects/c-icap/
Source0:	http://sourceforge.net/projects/c-icap/files/c-icap-modules/0.4.x/c_icap_modules-%{version}.tar.gz
BuildRequires:	dos2unix
BuildRequires:	c-icap-devel
BuildRequires:	db-devel
BuildRequires:	pkgconfig(libclamav)
Requires:	c-icap-server

%description
An ICAP modules server coded in C.

%files
%doc AUTHORS COPYING
%dir %{_libdir}/c_icap
%dir %{_sysconfdir}/icapd
%attr(0755,root,root) %{_libdir}/c_icap/*.so
%config(noreplace) %{_sysconfdir}/icapd/*.conf
%{_sysconfdir}/icapd/*.conf.default
%{_bindir}/*
%{_datadir}/c_icap/templates/virus_scan/en/*
%{_datadir}/c_icap/templates/srv_content_filtering/en/*
%{_datadir}/c_icap/templates/srv_url_check/en/*
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%prep
%setup -qn c_icap_modules-%{version}

%build
%configure2_5x \
	--disable-static \
	--enable-shared \
	--with-clamav=%{_prefix} \
	--with-c-icap=%{_prefix} \
	--with-bdb

%make

%install
mkdir -p %{buildroot}%{_sysconfdir}/icapd
%makeinstall_std CONFIGDIR=%{_sysconfdir}/icapd


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.4.3-1
- (3a38291) New version 0.4.3
- (3a38291) Update files
- (3a38291) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9829 |14cu|CImg-175-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Library of function and tools for advanced image processing
Name:		CImg
Version:	175
Release:	1
License:	CeCiLL
Group:		Graphics
URL:		http://cimg.eu
Source0:	https://github.com/dtschump/CImg/archive/v.%{version}.tar.gz?/%{name}-v.%{version}.tar.gz
Patch0:		%{name}-1.6.2-fix-demo-linking.patch
# For example tools
BuildRequires:	cmake
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(opencv)
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(IlmBase)
BuildRequires:	pkgconfig(lapack)
%rename	greycstoration

%description
Advanced image manipulation algorithms.
This package contains some tools based on the CImg library.
Note that this library is not a dynamic library: the whole code is contained
in the CImg.h file, which is found in the devel package; this package is not
needed to compile software using this CImg.

%files
%doc README.txt Licence*.txt
%{_bindir}/*

#-----------------------------------------------------------------------------

%package   devel
Summary:	Library for advanced image processing (development files)
Group:		Development/C
Provides:	cimg-devel = %{EVRD}

%description devel
This package contains the development files for the CImg library. It is needed
to compile programes which use functions of the CImg library.
Note that this library is not a dynamic library. The whole library code is in
the CImg.h file which is found in this package.
The main package is not needed to compile software using this library.

%files devel
%doc README.txt Licence*.txt
%{_includedir}/*

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-v.%{version}
%patch0 -p1
chmod -R go+rX .


%build
# There is no library to build: only examples...
pushd examples
%cmake ..
%make
popd


%install
# First: install the "library"
install -d %{buildroot}%{_includedir}
cp CImg.h %{buildroot}%{_includedir}
# then the examples
pushd examples
install -d %{buildroot}%{_bindir}
cp CImg_demo \
     captcha \
     curve_editor2d \
     dtmri_view3d \
     edge_explorer2d \
     fade_images \
     gaussian_fit1d \
     generate_loop_macros \
     hough_transform2d \
     image2ascii \
     image_registration2d \
     image_surface3d \
     jawbreaker \
     mcf_levelsets2d \
     mcf_levelsets3d \
     odykill \
     pde_heatflow2d \
     pde_TschumperleDeriche2d \
     plotter1d \
     radon_transform2d \
     scene3d \
     spherical_function3d \
     tetris \
     tutorial \
     use_draw_gradient \
     use_nlmeans \
     use_RGBclass \
     use_skeleton \
     wavelet_atrous %{buildroot}%{_bindir}
popd

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 175-1
- (6ae8d96) Merge pull request #1 from import/CImg:rosa2016.1
- (6ae8d96) Updated to 175



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9830 |14cu|cinepaint-1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global icc_version 0.51
%global upstream_version 1.0-4

%define major 1
%define	libname %mklibname cinepaint %{major}
%define develname %mklibname -d cinepaint
%define minor 0

Summary:	A tool for manipulating high-colordepth images
Name:		cinepaint
Version:	1.4
Release:	1
License:	GPL
Group:		Graphics
URL:		http://www.cinepaint.org
Source0:	http://downloads.sourceforge.net/cinepaint/cinepaint-%{upstream_version}.tar.gz
Source1:	icons-%{name}.tar.bz2

Patch2:         cinepaint-0.22-0-rm_rpath.patch
Patch3:         cinepaint-0.22-0-pc_req.patch
Patch4:         cinepaint-0.22-0-libdir.patch
Patch15:        cinepaint-0.22-ENOY.patch
Patch16:        cinepaint-0.25-oyranos_include.patch
Patch17:        cinepaint-0.25-oyranos_cms.patch
Patch18:        cinepaint-0.25-oyranos_header.patch
Patch21:        cinepaint-1.3-c++half.patch
Patch22:        cinepaint-1.3-fixlink.patch
Patch23:        cinepaint-1.3-fixlink2.patch
#%Patch25:        cinepaint-1.3-oy040.patch
Patch30:        icc_examin-0.51-x11.patch
Patch31:        cinepaint-1.4-png.patch
Patch32:        cinepaint-1.4-oy040.patch
Patch33:        cinepaint-1.4-no-oyranos.patch
Patch34:        cinepaint-1.4-format-security.patch
Patch35:        cinepaint-1.4-lib64.patch
Patch36:        cinepaint-1.0-4-fltk_forms.patch

BuildRequires:	autoconf
BuildRequires:	libtool
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-utils
BuildRequires:	flex
BuildRequires:	fltk-devel
BuildRequires:	ftgl-devel
BuildRequires:	gettext
#Needed by autogen.sh
BuildRequires:	gtk+-devel
BuildRequires:	gutenprint-devel >= 5.0.0
BuildRequires:	python-devel
BuildRequires:	lcms-devel >= 1.16
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libtiff-4)
#BuildRequires:	libXcm-devel >= 0.5.0
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xxf86vm)
#BuildRequires:	oyranos-devel
#BuildRequires:	elektra-devel
BuildRequires:	yajl-devel

Requires:       fonts-ttf-dejavu

%description 
CinePaint is a free open source painting and image retouching program
designed to work best with 35mm film and other high resolution high
dynamic range images. 

The 32-bit per channel color range of CinePaint appeals to 35mm
cinematographers and professional still photographers because film
scanners are capable of greater color bit-depth than can be displayed
on an 8-bit per channel monitor or can be manipulated in typical
programs. However, CinePaint is a general-purpose tool useful for
working on images for motion pictures, print, and the Web. CinePaint
supports many file formats, both conventional formats such as JPEG,
PNG, TIFF, and TGA images -- and more exotic cinema formats such as
Cineon and OpenEXR.

%package -n	%{libname}
Summary:	CinePaint libraries
Group:		System/Libraries
License:	GPL
Provides:	libcinepaint = %{version}-%{release}

%description -n	%{libname}
This package contains shared libraries used by CinePaint.

%package -n	%{develname}
Summary:	CinePaint plugins and extension development kit
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	cinepaint-devel
Provides:	libcinepaint-devel = %{version}-%{release}
Obsoletes:	%{mklibname cinepaint 0 -d}

%description -n %{develname}
Static libraries and header files for writing CinePaint plugins and
extensions.

%prep
%setup -q -n cinepaint-%{upstream_version}
libtoolize --copy --force
aclocal
autoconf
automake --add-missing
chmod +x ./mkinstalldirs
%patch2 -p1 -b .rm_rpath
%patch3 -p1 -b .req
%patch4 -p1 -b .libdir
%patch15 -p1 -b .enoy
%patch16 -p0 -b .inc
%patch17 -p0 -b .cms
%patch18 -p0 -b .headers
%patch21 -p1 -b .c++half
%patch22 -p1 -b .fixlink
%patch23 -p1 -b .fixlink2
#%%patch25 -p1 -b .oy040
#%pushd icc_examin-%{icc_version}
#%%patch30 -p1 -b .x11
#%popd
%patch31 -p1 -b .png
%patch32 -p1 -b .oy040
%patch33 -p1 -b .no_oy
%patch34 -p1 -b .fmtsec
%if "%{_lib}" == "lib64"
%patch35 -p1 -b .lib64
%endif
%patch36 -p1 -b .forms


# fixing default ICC profile path (owned by icc-profiles-openicc) (FIXME: Bug 1069672)
sed -i 's|/usr/share/color/icc/sRGB.icc|/usr/share/color/icc/OpenICC/sRGB.icc|' gimprc.in


for i in AUTHORS COPYING LICENSE README ;do
  install -p -m 0644 libhalf/$i $i.libhalf
done
sed -i 's|\r||'  NEWS COPYING

# fixing the python lib path, but is it still needed?
# pygimp seems to be removed from the plugin directory
%if "%{_lib}" == "lib64"
sed -i 's|PYEPREFIX/lib|PYEPREFIX/lib64|g' configure
%endif


%build
export LDFLAGS='-lstdc++ -lm -lX11'
%configure \
    --disable-static \
    --enable-gtk2 \
    --with-pixmap=%{_datadir}/pixmaps \
    --with-python=%{_bindir}/python \
    --enable-precision=float \
    --enable-pygimp

# remove rpath from libtool
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

# clean unused-direct-shlib-dependencies
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool

# forcing empty OYRANOS variables to disable OYRANOS (it's crashing)
%make OYRANOS_CFLAGS="" OYRANOS_LIBS=""

%install
%makeinstall_std INSTALL="install -c -p"

mkdir -p %{buildroot}%{_iconsdir}
tar -xjf %{SOURCE1} -C %{buildroot}%{_iconsdir}

desktop-file-install \
  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications    \
  --remove-category Application                      \
  --mode 644                                         \
%{buildroot}%{_datadir}/applications/cinepaint.desktop

# fix multilib cinepaint-devel
sed -i -e 's|plug_in_dir=%{_libdir}/cinepaint/%{cinever}|plug_in_dir="$(pkg-config --variable programplugindir cinepaint-gtk)"|' \
  %{buildroot}%{_bindir}/cinepainttool
touch -r ChangeLog %{buildroot}%{_bindir}/cinepainttool

# remove bundled fonts
rm -rf %{buildroot}%{_datadir}/fonts

# rename gimprc to cinepaintrc
mv -f %{buildroot}%{_datadir}/cinepaint/%{upstream_version}/gimprc \
      %{buildroot}%{_datadir}/cinepaint/%{upstream_version}/cinepaintrc

# %find_lang %{name}
# %find_lang cinepaint-script-fu
# %find_lang cinepaint-std-plugins
# cat cinepaint-script-fu.lang | grep lang >> %{name}.lang
# cat cinepaint-std-plugins.lang | grep lang >> %{name}.lang

%find_lang %{name} --all-name


%files -f %{name}.lang
%{_bindir}/cinepaint
%{_bindir}/cinepaint-remote
%{_mandir}/man1/cinepaint.1*
%{_libdir}/cinepaint
%{_datadir}/cinepaint
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/*.desktop
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_miconsdir}/*.png

%files -n %{libname}
%defattr(-,root,root,755)
%{_libdir}/libcinepaint*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root,0755)
%{_bindir}/cinepainttool
%{_datadir}/aclocal/cinepaint.m4
%{_includedir}/*
%{_mandir}/man1/cinepainttool.1*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*


%changelog

* Thu May 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-1
- (8366666) Adjust BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9831 |14cu|cjdns-17.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mesh network router
Name:		cjdns
Version:	17.4
Release:	1
License:	GPLv3+
Group:		Networking/Other
Url:		https://github.com/cjdelisle/cjdns
Source0:	%{name}-%{name}-v%{version}.tar.gz
BuildRequires:	nodejs

%description
Cjdns implements an encrypted IPv6 network using public-key cryptography for
address allocation and a distributed hash table for routing. This provides
near-zero-configuration networking, and prevents many of the security and
scalability issues that plague existing networks.

%files
%doc README* LICENSE
%{_bindir}/cjdroute

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{name}-v%{version}

%build
./do

%install
install -d %{buildroot}%{_bindir}
install -Dm0755 cjdroute %{buildroot}%{_bindir}


%changelog

* Tue Oct 11 2016 Rosa <rosa@abf.rosalinux.ru> 17.4-1
- (d93a745) Automatic import for version 17.4-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9832 |14cu|clamtk-5.25-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Easy to use front-end for ClamAV
Name:		clamtk
Version:	5.25
Release:	1
License:	Artistic
Group:		File tools
Url:		https://dave-theunsub.github.io/clamtk
Source0:	https://bitbucket.org/davem_/clamtk/downloads/%{name}-%{version}.tar.xz
Patch0:		%{name}-5.24-fix-UTF8-handling.patch
# Use more universal icon names to be able to run with both rosa-icons and oxygen
Patch1:		%{name}-5.25-icons.patch
BuildRequires:	gettext
BuildRequires:	desktop-file-utils
Requires:	gettext
Requires:	perl(Gtk2) >= 1.241
Requires:	perl(Digest)
Requires:	perl(LWP)
Requires:	perl(JSON)
Requires:	perl(MIME::Base64)
Requires:	perl(Text::CSV)
Requires:	perl(File::Copy::Recursive)
Requires:	perl(Locale::gettext)
Requires:	perl(Time::Piece)
Requires:	clamav >= 0.98
Requires:	clamav-db
BuildArch:	noarch

%description
ClamTk is a GUI front-end for ClamAV using Gtk2-perl. It is designed to be an
easy-to-use, point and click virus scanner for Linux systems.

%files -f %{name}.lang
%doc CHANGES DISCLAIMER LICENSE README.md
%{_bindir}/%{name}
%{perl_vendorlib}/ClamTk
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.*
%{_mandir}/man1/%{name}.1.*

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1


%build
# Nothing to do


%install
# Manual installion:
# 1. Main perl script
%{__install} -D -m0755 %{name} %{buildroot}%{_bindir}/%{name}

# 2. Other perl modules
%{__install} -d %{buildroot}%{perl_vendorlib}/ClamTk
%{__install} -m0644 lib/*.pm %{buildroot}%{perl_vendorlib}/ClamTk

# 3. Icons
%{__install} -D -m0644 images/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
%{__install} -D -m0644 images/%{name}.xpm %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
#{__install} -D -m0644 images/%%{name}-loader.gif %%{buildroot}%%{_datadir}/pixmaps/%%{name}-loader.gif

# 4. Man page
%{__install} -D -m0644 %{name}.1.gz %{buildroot}%{_mandir}/man1/%{name}.1.gz

# 5. .desktop file
%{__install} -D -m0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-edit \
	--add-category="GTK" \
	--add-category="System" \
	--add-category="Security" \
	--remove-category="Utility" \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

# 6. Translation files
for n in po/*.mo ; do
	%{__install} -D -m0644 $n %{buildroot}%{_datadir}/locale/`basename $n .mo`/LC_MESSAGES/%{name}.mo
done

%find_lang %{name}

%changelog

* Wed Mar 07 2018 alekseyz <a.zimin@rosalinux.ru> 5.25-1
- (1fd5434) Merge pull request #3 from import/clamtk:rosa2016.1
- (1fd5434) Updated to release 5.25



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9833 |14cu|clanbomber2-2.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Summary A free (GPL) Bomberman-like multiplayer game
%define oname clanbomber

Name:           clanbomber2
Version:        2.1.1
Release:        1
Summary:        %{Summary}
License:        GPLv2
Group:          Games/Arcade
URL:		http://savannah.nongnu.org/projects/clanbomber/
Source0:        http://download.savannah.gnu.org/releases/%{oname}/%{oname}-%{version}.tar.lzma
Source11:	%{oname}.16.png
Source12:	%{oname}.32.png
Source13:	%{oname}.48.png
Patch0:		clanbomber-2.1.1-desktop-fix.patch
Patch1:		clanbomber-2.1.1-dirprefix.patch
Patch2:		clanbomber-2.1.1-boost-filesystem.patch
BuildRequires:	boost-devel
BuildRequires:	boost
BuildRequires:	pkgconfig(sdl) >= 1.2.0
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(SDL_gfx)

%description
ClanBomber is a free (GPL) Bomberman-like multiplayer game that uses ClanLib, a
free multi platform C++ game SDK. First "ClanBomber" was only a working title
for a small game started in September 1998, that has only been started to learn
how to use ClanLib. But the ClanBomber project has grown into a real game. It
is fully playable and features Computer controlled bombers, however, it is
recommended to play ClanBomber with friends (3-8 players are really fun).

Clanbomber2 is a port of ClanBomber on frame buffer.
For X Window, just use plain legacy ClanBomber.

%files -f %oname.lang
%doc AUTHORS COPYING README
%{_gamesbindir}/*
%{_gamesdatadir}/*
%{_miconsdir}/%{oname}.png
%{_iconsdir}/%{oname}.png
%{_liconsdir}/%{oname}.png
%{_datadir}/applications/*.desktop
#---------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
export CXXFLAGS="%{optflags} -pthread"
%configure2_5x --bindir=%{_gamesbindir} \
  --datadir=%{_gamesdatadir} \
  --with-boost-libdir=%{_libdir}
  
%make

%install
%makeinstall_std

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{oname}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{oname}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{oname}.png

mkdir -p %{buildroot}%{_datadir}/applications
mv %{buildroot}%{_gamesdatadir}/applications/*.desktop %{buildroot}%{_datadir}/applications/

%find_lang %{oname}



%changelog

* Sun Aug 09 2015 abfonly <abfonly@gmail.com> 2.1.1-1
- (17ba423) Log: Update to 2.1.1,
- (17ba423) fixed new urls



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9834 |14cu|classads-1.0.10-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname classads %{major}
%define libns	%mklibname classads_ns %{major}
%define devname	%mklibname classads -d

Summary:	Condor's classified advertisement language
Name:		classads
Version:	1.0.10
Release:	9
License:	ASLv2.0
Group:		System/Libraries
Url:		http://www.cs.wisc.edu/condor/classad/
Source0:	ftp://ftp.cs.wisc.edu/condor/classad/c++/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libpcre)

%description
Classified Advertisements (classads) are the lingua franca of
Condor. They are used for describing jobs, workstations, and other
resources. They are exchanged by Condor processes to schedule
jobs. They are logged to files for statistical and debugging
purposes. They are used to enquire about current state of the system.

A classad is a mapping from attribute names to expressions. In the
simplest cases, the expressions are simple constants (integer,
floating point, or string). A classad is thus a form of property
list. Attribute expressions can also be more complicated. There is a
protocol for evaluating an attribute expression of a classad vis a vis
another ad. For example, the expression "other.size > 3" in one ad
evaluates to true if the other ad has an attribute named size and the
value of that attribute is (or evaluates to) an integer greater than
three. Two classads match if each ad has an attribute requirements
that evaluates to true in the context of the other ad. Classad
matching is used by the Condor central manager to determine the
compatibility of jobs and workstations where they may be run.

%package -n %{libname}
Summary:	Library for creating ISO disc images
Group:		System/Libraries
Obsoletes:	%{_lib}classads0

%description -n %{libname}
Classified Advertisements (classads) are the lingua franca of
Condor. They are used for describing jobs, workstations, and other
resources. They are exchanged by Condor processes to schedule
jobs. They are logged to files for statistical and debugging
purposes. They are used to enquire about current state of the system.

%package -n %{libns}
Summary:	Library for creating ISO disc images
Group:		System/Libraries
Conflicts:	%{_lib}classads0

%description -n %{libns}
Classified Advertisements (classads) are the lingua franca of
Condor. They are used for describing jobs, workstations, and other
resources. They are exchanged by Condor processes to schedule
jobs. They are logged to files for statistical and debugging
purposes. They are used to enquire about current state of the system.

%package -n %{devname}
Summary:	Headers for Condor's classified advertisement language
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libns} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}classads-static-devel

%description -n %{devname}
Header files for Condor's ClassAd Library, a powerful and flexible,
semi-structured representation of data.

%prep
%setup -q
#autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--enable-namespace \
	--enable-flexible-member

%make

%install
%makeinstall_std

%check
make check

%files -n %{libname}
%{_libdir}/libclassad.so.%{major}*

%files -n %{libns}
%{_libdir}/libclassad_ns.so.%{major}*

%files -n %{devname}
%doc LICENSE-2.0.txt README CHANGELOG
%{_bindir}/classad_version
%{_bindir}/classad_version_ns
%{_bindir}/classad_functional_tester
%{_bindir}/classad_functional_tester_ns
%{_bindir}/cxi
%{_bindir}/cxi_ns
%{_libdir}/libclassad.so
%{_libdir}/libclassad_ns.so
%dir %{_includedir}/classad/
%{_includedir}/classad/*.h


%changelog

* Wed Aug 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.10-9
- (e3a032b) Sync cleanup with cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9835 |14cu|claws-mail-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define disable_ld_no_undefined 1
%define flag_gtk3 0
%define flag_demo 1

# There are perl scripts in docs/tools and we don't want to install perl
# modules required by these scripts
%define __noautoreq 'perl(.*)'

Summary:	The user-friendly, lightweight and fast GTK2 based email client
Name:		claws-mail
Version:	3.16.0
Release:	1
Epoch:		1
License:	GPLv3+
Group:		Networking/Mail
Url:		http://www.claws-mail.org
Source0:	http://www.claws-mail.org/releases/%{name}-%{version}.tar.xz
Source1:	claws-mail.rpmlintrc
# from Debian
Patch0:		claws-mail-3.13.2-trashed-read.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	docbook-utils
BuildRequires:	docbook-utils-pdf
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	compface-devel
BuildRequires:	gpgme-devel > 0.4.5
BuildRequires:	libetpan-devel >= 0.42
BuildRequires:	libytnef-devel
BuildRequires:	libxml2-devel
BuildRequires:	openldap-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(champlain-0.12)
BuildRequires:	pkgconfig(champlain-gtk-0.12)
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(dbus-1) >= 0.60
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.60
BuildRequires:	pkgconfig(enchant) >= 1.0.0
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0) >= 2.6
BuildRequires:	pkgconfig(gmodule-2.0) >= 2.6
BuildRequires:	pkgconfig(gnutls) >= 2.2
BuildRequires:	pkgconfig(gobject-2.0) >= 2.6
BuildRequires:	pkgconfig(gthread-2.0) >= 2.6
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.16
BuildRequires:	pkgconfig(indicate-0.6)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libcanberra)
%if %{flag_gtk3}
BuildRequires:	pkgconfig(libcanberra-gtk3)
%else
BuildRequires:	pkgconfig(libcanberra-gtk)
%endif
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libgdata)
BuildRequires:	pkgconfig(libgnome-2.0) >= 2.0
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libstartup-notification-1.0) >= 0.5
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(NetworkManager) >= 0.6.2
BuildRequires:	pkgconfig(pilot-link)
BuildRequires:	pkgconfig(poppler)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(valgrind)
BuildRequires:	pkgconfig(webkit-1.0)
Requires:	aspell-dictionary
Requires:	common-licenses
Requires:	compface
Requires:	rootcerts
Requires:	gsettings-desktop-schemas
# These are dropped
Obsoletes:	%{name}-clamav-plugin < %{EVRD}
Obsoletes:	%{name}-dillo_viewer-plugin < %{EVRD}
Obsoletes:	%{name}-trayicon-plugin < %{EVRD}

%description
Claws-Mail is an e-mail client (and news reader) based on GTK+2, running
on X Window System, and aiming for:
 * Quick response
 * Graceful, and sophisticated interface
 * Easy configuration, intuitive operation
 * Abundant features
The appearance and interface are similar to some popular e-mail clients for
Windows, such as Outlook Express, Becky!, and Datula. The interface is also
designed to emulate the mailers on Emacsen, and almost all commands are
accessible with the keyboard.

The messages are managed by MH format, and you'll be able to use it together
with another mailer based on MH format (like Mew). You can also utilize
fetchmail or/and procmail, and external programs on receiving (like inc or
imget).

This is an improved version over the "bare" sylpheed package. It has
some additional features, and also extends existing features.

Addtitional features include:
    o Scoring
    o Spell checking
    o Return receipts

Improved features include:
    o SMTP Auth
    o Filtering
    o MIME attachments
    o Integrated News reader
    o Automatic mail checking
    o Line-wrapping
    o XML-based addressbook
    o Newly arrived and unread message management
    o Printing
    o GnuPG support
    o Address book supports JPilot, LDAP, LDIF, and vCard data files

For a complete listing of Features: http://www.claws-mail.org/features.php

%files -f %{name}.lang
%{_bindir}/%{name}
%{_bindir}/sylpheed-claws
#%{_datadir}/appdata/claws-mail.appdata.xml
%{_datadir}/applications/claws-mail.desktop
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
%{_iconsdir}/hicolor/*/apps/*.png
%{_docdir}/claws-mail

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Claws Mail
Group:		Development/Other
Requires:	%{name} = %{EVRD}
# Dropped since 3.9.2
Obsoletes:	%{name}-notification-plugin-devel < %{EVRD}
Obsoletes:	%{name}-vcalendar-plugin-devel < %{EVRD}

%description devel
Development files and headers for %{name}.

%files devel
%{_includedir}/%{name}
%{_libdir}/pkgconfig/claws-mail.pc

#----------------------------------------------------------------------------

%package acpi-plugin
Summary:	This Claws Mail plugin enables mail notification via LEDs on some laptops
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description acpi-plugin
This plugin for Claws Mail enables mail notification via LEDs on some laptops.

%files acpi-plugin
#%{_datadir}/appdata/claws-mail-acpi_notifier.metainfo.xml
%{_libdir}/%{name}/plugins/acpi_notifier.so

#----------------------------------------------------------------------------

%package address_keeper-plugin
Summary:	This Claws Mail plugin never forgets e-mail adresses
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description address_keeper-plugin
This plugin for Claws Mail allows saving outgoing addresses to a designated
folder in the address book.Addresses are saved only if not found in the
address book to avoid unwanted duplicates.

%files address_keeper-plugin
#%{_datadir}/appdata/claws-mail-address_keeper.metainfo.xml
%{_libdir}/%{name}/plugins/address_keeper.so

#----------------------------------------------------------------------------

%package archive-plugin
Summary:	Mail Archiver
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description archive-plugin
This plugin adds archiving features to Claws Mail.

%files archive-plugin
#%{_datadir}/appdata/claws-mail-archive.metainfo.xml
%{_libdir}/%{name}/plugins/archive.so

#----------------------------------------------------------------------------

%package att_remover-plugin
Summary:	This Claws Mail plugin enables the removal of attachments
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description att_remover-plugin
This plugin for Claws Mail enables the removal of attachments.

%files att_remover-plugin
#%{_datadir}/appdata/claws-mail-att_remover.metainfo.xml
%{_libdir}/%{name}/plugins/att_remover.so

#----------------------------------------------------------------------------

%package attachwarner-plugin
Summary:	This Claws Mail plugin enables attachment warnings
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description attachwarner-plugin
This Claws Mail plugin enables attachment warnings.

%files attachwarner-plugin
#%{_datadir}/appdata/claws-mail-attachwarner.metainfo.xml
%{_libdir}/%{name}/plugins/attachwarner.so

#----------------------------------------------------------------------------

%package bogofilter-plugin
Summary:	Bogofilter plugin for Claws Mail
Group:		Networking/Mail
BuildRequires:	bogofilter
Requires:	%{name} = %{EVRD}
Requires:	bogofilter

%description bogofilter-plugin
Enables the scanning of incoming mail received from a POP, IMAP, or LOCAL
account using Bogofilter. It can optionally delete mail identified as spam
or save it to a designated folder. Bogofilter is a pure Bayesian filter,
therefore it has better speed performance than SpamAssassin but might catch
less spam.

%files bogofilter-plugin
#%{_datadir}/appdata/claws-mail-bogofilter.metainfo.xml
%{_libdir}/%{name}/plugins/bogofilter.so

#----------------------------------------------------------------------------

%package bsfilter-plugin
Summary:	This Claws Mail plugin enables spam fitering through bsfilter
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description bsfilter-plugin
Check all messages that are received from an IMAP, LOCAL or POP account
for spam using Bsfilter.

%files bsfilter-plugin
#%{_datadir}/appdata/claws-mail-bsfilter.metainfo.xml
%{_libdir}/%{name}/plugins/bsfilter.so

#----------------------------------------------------------------------------

%package clamd-plugin
Summary:	This Claws Mail plugin enables spam fitering through Clam AntiVirus
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description clamd-plugin
Check all messages that are received from an IMAP, LOCAL or POP account
for spam using Clam AntiVirus.

%files clamd-plugin
#%{_datadir}/appdata/claws-mail-clamd.metainfo.xml
%{_libdir}/%{name}/plugins/clamd.so

#----------------------------------------------------------------------------

%if %flag_demo

%package demo
Summary:	This Claws Mail demo plugin for programming
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description demo
Demo plugin for Claws Mail

%files demo
%{_libdir}/%{name}/plugins/demo.so

%endif

#----------------------------------------------------------------------------

%package fancy-plugin
Summary:	This Claws Mail plugin renders HTML e-mails through WebKit
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description fancy-plugin
Renders HTML e-mail using the WebKit library.

%files fancy-plugin
#%{_datadir}/appdata/claws-mail-fancy.metainfo.xml
%{_libdir}/%{name}/plugins/fancy.so

#----------------------------------------------------------------------------

%package fetchinfo-plugin
Summary:	This Claws Mail plugin inserts headers containing some download information
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description fetchinfo-plugin
This plugin for Claws Mail inserts headers containing some download
information: UIDL, Sylpheeds account name, POP server, user ID
and retrieval time.

%files fetchinfo-plugin
#%{_datadir}/appdata/claws-mail-fetchinfo.metainfo.xml
%{_libdir}/%{name}/plugins/fetchinfo.so

#----------------------------------------------------------------------------

%package gdata-plugin
Summary:	This Claws Mail plugin enables access to GData (Google services)
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description gdata-plugin
Plugin to access to GData (Google services). The only currently implemented
feature is inclusion of Google contacts into the address completion.

%files gdata-plugin
#%{_datadir}/appdata/claws-mail-gdata.metainfo.xml
%{_libdir}/%{name}/plugins/gdata.so

#-----------------------------------------------------------------------------

%package kdeservicemenu
Summary:	This Claws Mail kde service menu integrated
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description kdeservicemenu
This Claws Mail kde service menu integrated

%files kdeservicemenu
%{_bindir}/claws-mail-kdeservicemenu.pl
%{_datadir}/kde4/services/ServiceMenus/claws-mail-attach-files.desktop

#----------------------------------------------------------------------------

%package libravatar-plugin
Summary:	This Claws Mail plugin enables libravatar support
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description libravatar-plugin
Plugin to show the profile pictures associated to email addresses provided by
libravatar service ( http://www.libravatar.org ).

%files libravatar-plugin
#%{_datadir}/appdata/claws-mail-libravatar.metainfo.xml
%{_libdir}/%{name}/plugins/libravatar.so

#----------------------------------------------------------------------------

%package mailmbox-plugin
Summary:	This Claws Mail plugin provides direct access to mbox folders
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description mailmbox-plugin
This Claws Mail plugin provides direct access to mbox folders.

%files mailmbox-plugin
#%{_datadir}/appdata/claws-mail-mailmbox.metainfo.xml
%{_libdir}/%{name}/plugins/mailmbox.so

#----------------------------------------------------------------------------

%package managesieve-plugin
Summary:	ManageSieve plugin for %{name}
Group:		Networking/Mail
Requires:	%{name} >= %{EVRD}

%description managesieve-plugin
The Claws Mail ManageSieve plugin provides an interface for managing Sieve
filters. Sieve filters are used for filtering mail on mail servers, usually
with an IMAP account.

This plugin handles managing Sieve filters, editing them, and checking their
syntax.

%files managesieve-plugin
%{_libdir}/%{name}/plugins/managesieve.so

#----------------------------------------------------------------------------

%package newmail-plugin
Summary:	This Claws Mail plugin can write a summary to a log file
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description newmail-plugin
This Claws Mail plugin can write a summary to a log file upon
receiving new mail. It defaults to ~/Mail/NewLog.

%files newmail-plugin
#%{_datadir}/appdata/claws-mail-newmail.metainfo.xml
%{_libdir}/%{name}/plugins/newmail.so

#----------------------------------------------------------------------------

%package notification-plugin
Summary:	This Claws Mail plugin notifies about new mail
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description notification-plugin
This Claws Mail plugin notifies about new mail.

%files notification-plugin
#%{_datadir}/appdata/claws-mail-notification.metainfo.xml
%{_libdir}/%{name}/plugins/notification.so

#----------------------------------------------------------------------------

%package pdfviewer-plugin
Summary:	This Claws Mail plugin handles PDF and PostScript attachments
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description pdfviewer-plugin
This Claws Mail plugin This plugin handles PDF and PostScript attachments.

%files pdfviewer-plugin
#%{_datadir}/appdata/claws-mail-pdf_viewer.metainfo.xml
%{_libdir}/%{name}/plugins/pdf_viewer.so

#----------------------------------------------------------------------------

%package perl-plugin
Summary:	Perl interface to Claws Mail's filtering mechanism
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description perl-plugin
This plugin is intended to extend the filtering possibilities of Claws Mail.
It provides a Perl interface to Claws Mail's filtering mechanism, allowing
the use of full Perl power in email filters.

%files perl-plugin
#%{_datadir}/appdata/claws-mail-perl.metainfo.xml
%{_libdir}/%{name}/plugins/perl.so

#----------------------------------------------------------------------------

%package pgpcore-plugin
Summary:	PGP core plugin for Claws Mail
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description pgpcore-plugin
Handles core PGP functions and is a dependency of both the PGP/Inline and
PGP/MIME plugins.

%files pgpcore-plugin
#%{_datadir}/appdata/claws-mail-pgpcore.metainfo.xml
%{_libdir}/%{name}/plugins/pgpcore.so

#----------------------------------------------------------------------------

%package pgpinline-plugin
Summary:	PGP/Inline plugin for Claws Mail
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}
Requires:	%{name}-pgpcore-plugin = %{EVRD}

%description pgpinline-plugin
Handles PGP/Inline signed and/or encrypted mails. You can decrypt mails,
verify signatures or sign and encrypt your own mails.

%files		pgpinline-plugin
#%{_datadir}/appdata/claws-mail-pgpinline.metainfo.xml
%{_libdir}/%{name}/plugins/pgpinline.so
%{_libdir}/%{name}/plugins/pgpinline.deps

#----------------------------------------------------------------------------

%package pgpmime-plugin
Summary:	PGP/MIME plugin for Claws Mail
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}
Requires:	%{name}-pgpcore-plugin = %{EVRD}

%description pgpmime-plugin
Handles PGP/MIME signed and/or encrypted mails. You can decrypt mails, verify
signatures or sign and encrypt your own mails.

%files pgpmime-plugin
#%{_datadir}/appdata/claws-mail-pgpmime.metainfo.xml
%{_libdir}/%{name}/plugins/pgpmime.so
%{_libdir}/%{name}/plugins/pgpmime.deps

#----------------------------------------------------------------------------

%package python-plugin
Summary:	Python scriptin access to Claws Mail
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description python-plugin
This plugin offers a Python scripting access to Claws Mail.

%files python-plugin
#%{_datadir}/appdata/claws-mail-python.metainfo.xml
%{_libdir}/%{name}/plugins/python.so

#----------------------------------------------------------------------------

%package rssyl-plugin
Summary:	This Claws Mail plugin allows you to read your favorite newsfeeds
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description rssyl-plugin
This plugin allows you to read your favorite newsfeeds in Claws Mail.
RSS 1.0, 2.0 and Atom feeds are currently supported.

%files rssyl-plugin
#%{_datadir}/appdata/claws-mail-rssyl.metainfo.xml
%{_libdir}/%{name}/plugins/rssyl.so

#----------------------------------------------------------------------------

%package smime-plugin
Summary:	S/Mime plugin for Claws Mail
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description smime-plugin
This plugin allows to use S/Mime signatures and encryptions in Claws Mail.

%files smime-plugin
#%{_datadir}/appdata/claws-mail-smime.metainfo.xml
%{_libdir}/%{name}/plugins/smime.so
%{_libdir}/%{name}/plugins/smime.deps

#----------------------------------------------------------------------------

%package spamassassin-plugin
Summary:	Spamassassin-plugin for Claws Mail
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}
Requires:	spamassassin-spamd

%description spamassassin-plugin
Enables the scanning of incoming mail received from a POP, IMAP, or LOCAL
account using SpamAssassin. See README for configuration and set-up info.

%files spamassassin-plugin
%doc src/plugins/spamassassin/README
#%{_datadir}/appdata/claws-mail-spamassassin.metainfo.xml
%{_libdir}/%{name}/plugins/spamassassin.so

#----------------------------------------------------------------------------

%package spam_report-plugin
Summary:	This Claws Mail plugin provides spamreport
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description spam_report-plugin
This Claws Mail plugin provides spamreport.

%files spam_report-plugin
#%{_datadir}/appdata/claws-mail-spam_report.metainfo.xml
%{_libdir}/%{name}/plugins/spamreport.so

#----------------------------------------------------------------------------

%package tnef_parse-plugin
Summary:	This Claws Mail plugin enables parsing MS-TNEF attachments
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description tnef_parse-plugin
This Claws Mail plugin enables parsing MS-TNEF attachments.

%files tnef_parse-plugin
#%{_datadir}/appdata/claws-mail-tnef_parse.metainfo.xml
%{_libdir}/%{name}/plugins/tnef_parse.so

#-----------------------------------------------------------------------------

%package tools
Summary:	This Claws Mail tools
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description tools
This Claws Mail tools.

%files tools
%{_libdir}/%{name}/tools/*

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
export CFLAGS+=" -Wno-error"
%configure2_5x \
	--enable-archive-plugin \
	--enable-compface \
	--enable-crash-dialog \
	--enable-enchant \
%if %flag_gtk3
	--enable-gtk3 \
%endif
	--enable-ipv6 \
	--enable-jpilot \
	--enable-ldap \
	--enable-gnutls \
	--enable-spamassassin-plugin \
%if %flag_demo
	--enable-demo-plugin \
%else
	--disable-demo-plugin \
%endif
	--disable-rpath \
	--disable-static

%make LIBTOOL=%{_bindir}/libtool

%install
%makeinstall_std

##remove duplicate man#
rm -rf  %{buildroot}%{_mandir}
## remove unneeded devel files
rm -f %{buildroot}%{_libdir}/%{name}/plugins/*.*a

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64,128x128}/apps
convert %{name}.png -geometry 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert %{name}.png -geometry 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{name}.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -m644 %{name}-64x64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
install -m644 %{name}-128x128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications/
install -m644 %{name}.desktop %{buildroot}%{_datadir}/applications/

cp -a ABOUT-NLS AUTHORS NEWS README* TODO* RELEASE_NOTES tools %{buildroot}%{_docdir}/claws-mail/
rm -f %{buildroot}%{_docdir}/claws-mail/tools/Makefile*

# We don't build with plugin
rm -f %{buildroot}%{_datadir}/appdata/claws-mail-geolocation.metainfo.xml

# integrated kde menu
mkdir -p %{buildroot}%{_datadir}/kde4/services/ServiceMenus/
sed "s/SCRIPT_PATH/claws-mail-kdeservicemenu.pl/" tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template > %{buildroot}/%{_datadir}/kde4/services/ServiceMenus/claws-mail-attach-files.desktop

install -m755 tools/kdeservicemenu/claws-mail-kdeservicemenu.pl %{buildroot}%{_bindir}/

cp -a tools %{buildroot}%{_libdir}/%{name}/
rm -f %{buildroot}%{_libdir}/%{name}/tools/Makefile*

%find_lang %{name}

# Fix strange executable permissions
find %{buildroot}%{_libdir}/%{name}/tools/ -type f -perm 744 -exec chmod 755 {} \;

%check
make check

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9836 |14cu|clines-1.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           clines
Version:        1.0.4
Release:        1
Summary:        CLines is a console puzzle game
License:        GPLv2
Group:          Games/Strategy
Url:            http://manticore.2y.net/prj/clines-a.html
Source0:        http://manticore.2y.net/cgi-bin/dlwct.sh?f=clines/%{name}-%{version}.tar.bz2
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  gpm-devel
%description
%{summary}.

%files
%doc ChangeLog AUTHORS COPYING README NEWS TODO
%{_bindir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_datadir}/%{name}
#----------------------------------------------

%prep
%setup -q
autoreconf -fiv

%build
%configure2_5x --prefix=%{_prefix} \
  --with-curses=auto
%setup_compile_flags
%make 

%install
%makeinstall_std
%changelog

* Tue Aug 23 2016 abfonly <abfonly@gmail.com> 1.0.4-1
- (36686b8) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9837 |14cu|clipgrab-3.6.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		clipgrab
Version:	3.6.4
Release:	1
Summary:	Video down-loader
License:	GPLv3
Group:		Video
URL:		https://clipgrab.org/
Source0:	https://download.clipgrab.org/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(QtNetwork)
BuildRequires:	pkgconfig(QtScript)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(QtXml)
BuildRequires:	imagemagick
BuildRequires:	gzip
Requires:	ffmpeg

%description
A program which downloads and converts on-line videos from YouTube, Vimeo,
DailyMotion, MyVideo and many other platforms.

%files -f %{name}.lang
%doc COPYING README 
%{_bindir}/%{name}
%{_datadir}/%{name}/*.png
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png

#-----------------------------------------------------------------------------

%prep
%setup -q
# fix spurious-executable-perm in debug
find . -type f -exec chmod -x {} \;
# fix wrong EOL encoding
perl -i -pe 's/\r\n/\n/gs' http_handler.h


%build
%qmake_qt4 clipgrab.pro QMAKE_CXXFLAGS="%{optflags -wall}"
%make


%install
# binary
install -D -m 755 %{name} %{buildroot}%{_bindir}/%{name}

# icons
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
mkdir -p %{buildroot}%{_iconsdir}/hicolor/16x16/apps
mkdir -p %{buildroot}%{_iconsdir}/hicolor/32x32/apps
install -D -m644 icon.png %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_datadir}/%{name}
install -D -m644 *.png %{buildroot}%{_datadir}/%{name}/
convert -geometry 32x32 icon.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 16x16 icon.png %{buildroot}%{_miconsdir}/%{name}.png
convert -scale 16x16 icon.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -scale 32x32 icon.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png

# locales
mkdir -p %{buildroot}%{_datadir}/%{name}
install -D -m644 *.qm %{buildroot}%{_datadir}/%{name}/
# menu entry
install -d %{buildroot}%{_datadir}/applications
desktop-file-install --dir="%{buildroot}%{_datadir}/applications" %{SOURCE1}

# create lang file
(cd %{buildroot} && find . -name '*.qm') | %__sed -e 's|^.||' | sed -e \
    's:\(%{_datadir}/%{name}/%{name}_\)\([a-z_A-Z]\+\)\(.*qm$\):%lang(\2) \1\2\3:'\
        >> %{name}.lang

%changelog

* Mon Mar 20 2017 dsilakov <denis.silakov@rosalab.ru> 3.6.4-1
- (049fd2d) Merge pull request #5 from va/tmp__clipgrab:rosa2014.1
- (049fd2d) Update to latest version (v3.6.4) for 2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9838 |14cu|cliquer-1.21-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Name:		cliquer
Version:	1.21
Release:	5
Summary:	Find cliques in arbitrary weighted graphs
Group:		Sciences/Mathematics
License:	GPLv2+
Url:		http://users.tkk.fi/pat/cliquer.html
Source0:	http://users.tkk.fi/~pat/%{name}/%{name}-%{version}.tar.gz
Source1:	http://users.tkk.fi/~pat/%{name}/%{name}_fm.pdf
Source2:	http://users.tkk.fi/~pat/%{name}/%{name}.pdf
Source3:	http://users.tkk.fi/~pat/%{name}/%{name}_bm.pdf
Source4:	http://users.tkk.fi/~pat/%{name}/basic.c
Source5:	http://users.tkk.fi/~pat/%{name}/hamming.c
Source6:	http://users.tkk.fi/~pat/%{name}/poly.c
Source7:	http://users.tkk.fi/~pat/%{name}/tetromino.h
# Man page formatting by Jerry James, text from the sources
Source8:	%{name}.1
# Sagemath patches and extra files. History can be found in related tracs at:
#       http://trac.sagemath.org/sage_trac/ticket/6355
#       http://trac.sagemath.org/sage_trac/ticket/5793
# A private email was also sent to cliquer author asking for any comments
# on Fedora cliquer review request and sagemath patches.
Source9:	cl.h
Patch0:		%{name}-sagemath.patch

Requires:	%{libname} = %{EVRD}

%description
The main cliquer package contains a command-line interface to the
cliquer library.  Note that the upstream binary name is "cl", which is
too generic for Fedora.  Therefore, the binary is named "cliquer".

%package -n %{libname}
Summary:	Library to find cliques in arbitrary weighted graphs

%description -n %{libname}
Cliquer is a set of C routines for finding cliques in an arbitrary
weighted graph.  It uses an exact branch-and-bound algorithm developed
by Patric Östergård.  It is designed with the aim of being efficient
while still being flexible and easy to use.

%package -n %{devname}
Summary:	Development files for cliquer
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for cliquer.

%prep
%setup -q
cp -p %{SOURCE1} %{SOURCE2} %{SOURCE3} .
%patch0 -p1

mkdir example
sed 's|"cliquer.h"|<cliquer/cliquer.h>|' %{SOURCE4} > example/basic.c
sed 's|"cliquer.h"|<cliquer/cliquer.h>|' %{SOURCE5} > example/hamming.c
sed 's|"cliquer.h"|<cliquer/cliquer.h>|' %{SOURCE6} > example/poly.c
cp -p %{SOURCE7} example

sed -i \
    's/59 Temple Place, Suite 330, Boston, MA  02111-1307/51 Franklin Street, Suite 500, Boston, MA  02110-1335/' \
    LICENSE

%build
# The distributed Makefile just builds a binary named "cl".  However, the
# examples show that the internal code is clearly meant to be used as a
# library.  So we build a library by hand.
gcc %{optflags} -fPIC -c cl.c
gcc %{optflags} -fPIC -c cliquer.c
gcc %{optflags} -fPIC -c graph.c
gcc %{optflags} -fPIC -c reorder.c
gcc %{optflags} -fPIC -shared -o libcliquer.so.%{version} \
  -Wl,-soname=libcliquer.so.%{major} cl.o cliquer.o graph.o reorder.o
ln -s libcliquer.so.%{version} libcliquer.so.%{major}
ln -s libcliquer.so.%{major} libcliquer.so

# Now build the binary
gcc %{optflags} -DENABLE_LONG_OPTIONS -DMAIN -c cl.c
gcc %{optflags} -o cliquer cl.o -L. -lcliquer

%install
# Install the library
mkdir -p %{buildroot}%{_libdir}
cp -pP libcliquer.so* %{buildroot}%{_libdir}
chmod 0755 %{buildroot}%{_libdir}/libcliquer.so.%{version}

# Install the binary
mkdir -p %{buildroot}%{_bindir}
install -m 0755 -p cliquer %{buildroot}%{_bindir}/cliquer

# Install the header file
mkdir -p %{buildroot}%{_includedir}/cliquer
cp -p %{SOURCE9} cliquer.h cliquerconf.h graph.h misc.h reorder.h set.h %{buildroot}%{_includedir}/cliquer

# Install the man page
mkdir -p %{buildroot}%{_mandir}/man1
cp -p %{SOURCE8} %{buildroot}%{_mandir}/man1

%check
LD_LIBRARY_PATH=. make test CFLAGS="%{optflags}"

%files
%doc cliquer*.pdf
%{_bindir}/%{name}
%{_mandir}/man1/*

%files -n %{libname}
%doc ChangeLog LICENSE README example
%{_libdir}/libcliquer.so.%{major}*

%files -n %{devname}
%{_includedir}/%{name}/
%{_libdir}/libcliquer.so

%changelog

* Thu Jun 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.21-5
- (63cf806) Build shared library



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9839 |14cu|clisp-2.49-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_lightning 0

Summary:	Common Lisp (ANSI CL) implementation
Name:		clisp
Version:	2.49
Release:	5
Epoch:		1
License:	GPLv2+
Group:		Development/Other
Url:		http://clisp.cons.org/
Source0:	ftp://ftp.gnu.org/pub/gnu/clisp/latest/%{name}-%{version}.tar.bz2
Patch0:		clisp-2.49-debian-bdb-5.1.patch
Patch1:		clisp-2.49-rosa-disabled-tests.patch
Patch2:		clisp-glibc-fix.patch
Patch3:		clisp-hostname.patch
Patch4:		clisp-linux.patch
BuildRequires:	diffutils
BuildRequires:	imake
%if %{with_lightning}
BuildRequires:	lightning
%endif
BuildRequires:	db5-devel
BuildRequires:	ffcall-devel
BuildRequires:	gdbm-devel
BuildRequires:	libfcgi-devel
BuildRequires:	libpari-devel
BuildRequires:	libsigsegv-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)
Provides:	ansi-cl

%description
Common Lisp is a high-level, all-purpose programming language.

CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe
University and Michael Stoll of Munich University, both in Germany.

It mostly supports Common Lisp as described in the ANSI CL standard.
It runs on microcomputers (DOS, OS/2, Windows NT, Windows 95, Amiga
500-4000, Acorn RISC PC) as well as on Unix workstations (Linux,
SVR4, Sun4, DEC Alpha OSF, HP-UX, NeXTstep, SGI, AIX, Sun3 and others) 
and needs only 2 MB of RAM.

It is free software and may be distributed under the terms of GNU GPL,
while it is possible to distribute commercial applications compiled
with CLISP.

The user interface comes in German, English, French and Spanish.
CLISP includes an interpreter, a compiler, a large subset of CLOS,
a foreign language interface and a socket interface.

An X11 interface is available through CLX and Garnet.

%files -f %{name}.lang
%{_bindir}/clisp
%{_mandir}/*/*
%doc %{_docdir}/clisp
%dir %{_libdir}/%{name}-%{version}
%{_libdir}/%{name}-%{version}/base/lispinit.mem
%{_libdir}/%{name}-%{version}/base/lisp.run
%{_libdir}/%{name}-%{version}/bindings/glibc/*.fas
%{_libdir}/%{name}-%{version}/bindings/glibc/*.lisp
%{_libdir}/%{name}-%{version}/clx/new-clx/*.fas
%{_libdir}/%{name}-%{version}/clx/new-clx/*.lisp
%{_libdir}/%{name}-%{version}/data
%dir %{_libdir}/%{name}-%{version}/dbus
%{_libdir}/%{name}-%{version}/dbus/*.fas
%{_libdir}/%{name}-%{version}/dbus/*.lisp
%dir %{_libdir}/%{name}-%{version}/fastcgi
%{_libdir}/%{name}-%{version}/fastcgi/*.fas
%{_libdir}/%{name}-%{version}/fastcgi/*.lisp
%dir %{_libdir}/%{name}-%{version}/gdbm
%{_libdir}/%{name}-%{version}/gdbm/*.fas
%{_libdir}/%{name}-%{version}/gdbm/*.lisp
%dir %{_libdir}/%{name}-%{version}/gtk2
%{_libdir}/%{name}-%{version}/gtk2/*.fas
%{_libdir}/%{name}-%{version}/gtk2/*.lisp
%{_libdir}/%{name}-%{version}/dynmod
%dir %{_libdir}/%{name}-%{version}/pcre
%{_libdir}/%{name}-%{version}/pcre/*.fas
%{_libdir}/%{name}-%{version}/pcre/*.lisp
%dir %{_libdir}/%{name}-%{version}/postgresql
%{_libdir}/%{name}-%{version}/postgresql/*.fas
%{_libdir}/%{name}-%{version}/postgresql/*.lisp
%dir %{_libdir}/%{name}-%{version}/rawsock
%{_libdir}/%{name}-%{version}/rawsock/*.fas
%{_libdir}/%{name}-%{version}/rawsock/*.lisp
%dir %{_libdir}/%{name}-%{version}/wildcard
%{_libdir}/%{name}-%{version}/wildcard/*.fas
%{_libdir}/%{name}-%{version}/wildcard/*.lisp
%dir %{_libdir}/%{name}-%{version}/zlib
%{_libdir}/%{name}-%{version}/zlib/*.fas
%{_libdir}/%{name}-%{version}/zlib/*.lisp
%{_datadir}/emacs/site-lisp/*
%{_datadir}/vim/vimfiles/after/syntax/lisp.vim

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for CLISP
Group:		Development/Other
Requires:	%{name} = %{epoch}:%{version}-%{release}

%description devel
Files necessary for linking CLISP.

%files devel
%attr(0755,root,root) %{_bindir}/clisp-link
%{_libdir}/%{name}-%{version}/base/*.a
%{_libdir}/%{name}-%{version}/base/*.o
%{_libdir}/%{name}-%{version}/base/*.h
%{_libdir}/%{name}-%{version}/base/makevars
%{_libdir}/%{name}-%{version}/bindings/glibc/*.o
%{_libdir}/%{name}-%{version}/bindings/glibc/*.sh
%{_libdir}/%{name}-%{version}/bindings/glibc/Makefile
%{_libdir}/%{name}-%{version}/build-aux/*
%{_libdir}/%{name}-%{version}/clx/new-clx/*.o
%{_libdir}/%{name}-%{version}/clx/new-clx/*.sh
%{_libdir}/%{name}-%{version}/clx/new-clx/demos
%{_libdir}/%{name}-%{version}/clx/new-clx/Makefile
%{_libdir}/%{name}-%{version}/clx/new-clx/README
%{_libdir}/%{name}-%{version}/dbus/*.o
%{_libdir}/%{name}-%{version}/dbus/*.sh
%{_libdir}/%{name}-%{version}/dbus/Makefile
%{_libdir}/%{name}-%{version}/fastcgi/*.o
%{_libdir}/%{name}-%{version}/fastcgi/*.sh
%{_libdir}/%{name}-%{version}/fastcgi/Makefile
%{_libdir}/%{name}-%{version}/fastcgi/README
%{_libdir}/%{name}-%{version}/gdbm/*.o
%{_libdir}/%{name}-%{version}/gdbm/*.sh
%{_libdir}/%{name}-%{version}/gdbm/Makefile
%{_libdir}/%{name}-%{version}/gtk2/*.cfg
%{_libdir}/%{name}-%{version}/gtk2/*.glade
%{_libdir}/%{name}-%{version}/gtk2/*.o
%{_libdir}/%{name}-%{version}/gtk2/*.sh
%{_libdir}/%{name}-%{version}/gtk2/Makefile
%{_libdir}/%{name}-%{version}/linkkit
%{_libdir}/%{name}-%{version}/pcre/*.o
%{_libdir}/%{name}-%{version}/pcre/*.sh
%{_libdir}/%{name}-%{version}/pcre/Makefile
%{_libdir}/%{name}-%{version}/postgresql/*.o
%{_libdir}/%{name}-%{version}/postgresql/*.sh
%{_libdir}/%{name}-%{version}/postgresql/Makefile
%{_libdir}/%{name}-%{version}/postgresql/README
%{_libdir}/%{name}-%{version}/rawsock/*.o
%{_libdir}/%{name}-%{version}/rawsock/*.sh
%{_libdir}/%{name}-%{version}/rawsock/demos
%{_libdir}/%{name}-%{version}/rawsock/Makefile
%{_libdir}/%{name}-%{version}/wildcard/*.a
%{_libdir}/%{name}-%{version}/wildcard/*.o
%{_libdir}/%{name}-%{version}/wildcard/*.sh
%{_libdir}/%{name}-%{version}/wildcard/Makefile
%{_libdir}/%{name}-%{version}/wildcard/README
%{_libdir}/%{name}-%{version}/zlib/*.o
%{_libdir}/%{name}-%{version}/zlib/*.sh
%{_libdir}/%{name}-%{version}/zlib/Makefile
%{_datadir}/aclocal/clisp.m4

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p0
%patch4 -p1

%build
ulimit -s 16384
./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--mandir=%{_mandir} \
	--docdir=%{_docdir}/clisp \
	--fsstnd=redhat \
	--hyperspec=http://www.lispworks.com/documentation/HyperSpec/ \
	--with-module=bindings/glibc \
	--with-module=clx/new-clx \
	--with-module=dbus \
	--with-module=fastcgi \
	--with-module=gdbm \
	--with-module=gtk2 \
	--with-module=i18n \
	--with-module=pcre \
	--with-module=postgresql \
	--with-module=rawsock \
	--with-module=regexp \
	--with-module=syscalls \
	--with-module=wildcard \
	--with-module=zlib \
	--with-readline \
%if %{with_lightning}
	--with-jitc=lightning \
%endif
	--cbc \
	build CFLAGS="%{optflags}"

make -C build

%check
make -C build check

%install
%makeinstall_std  -C build

rm -f %{buildroot}%{_docdir}/clisp/doc/clisp.{dvi,1,ps}
cp -p doc/mop-spec.pdf %{buildroot}%{_docdir}/clisp/doc

find %{buildroot}/%{_libdir} -name '*.so' -exec chmod +x {} \;

%find_lang %{name}
%find_lang %{name}low
cat %{name}low.lang >> %{name}.lang


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.49-5
- (9da4d1e) Also disable streams test



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9840 |14cu|cmatrix-1.2a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: cmatrix.spec
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
#####################################################

Summary:	CMatrix simulates the display from "The Matrix"
Name:		cmatrix
Version:	1.2a
Release:	2
License:	GPLv2+
Group:		Terminals
Url:		http://www.asty.org/cmatrix/
Source0:	http://www.asty.org/cmatrix/dist/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(xfont)
Requires:	ncurses
Requires(pre):	x11-server-common

%description
CMatrix is based on the screensaver from The Matrix website. It works
with terminal settings up to 132x300 and can scroll lines all at the same
rate or asynchronously and at a user-defined speed.

%files
%doc README COPYING ChangeLog AUTHORS NEWS TODO
%{_bindir}/cmatrix
%{_prefix}/lib/kbd/consolefonts/matrix.psf.gz
%{_prefix}/lib/kbd/consolefonts/matrix.fnt
%{_prefix}/X11R6/lib/X11/fonts/misc/mtx.pcf

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
./configure --prefix=%{_prefix}
%make

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_prefix}/lib/kbd/consolefonts
install -d -m 755 %{buildroot}%{_prefix}/X11R6/lib/X11/fonts/misc
install -d -m 755 %{buildroot}%{_prefix}/X11R6/lib/X11/fonts/misc
install -d -m 755 %{buildroot}%{_mandir}

install -m 755 cmatrix %{buildroot}%{_bindir}/
install -m 644 matrix.fnt %{buildroot}%{_prefix}/lib/kbd/consolefonts
install -m 644 matrix.psf.gz %{buildroot}%{_prefix}/lib/kbd/consolefonts
install -m 644 mtx.pcf %{buildroot}%{_prefix}/X11R6/lib/X11/fonts/misc
install -m 644 mtx.pcf %{buildroot}%{_prefix}/X11R6/lib/X11/fonts/misc/mtx.pcf


%changelog
* Thu Oct 30 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2a-2
+ Revision: e51df92
- Build with system flags and enable debug package
- Pre-require x11-server-common



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9841 |14cu|cmt-1.16-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname cmt_src

Summary:	Computer Music Toolkit ladspa plugins
Name:		cmt
Version:	1.16
Release:	5
License:	GPLv2+
Group:		Sound
# URL now dead (08/2016)
URL:		http://www.ladspa.org
#Source0:	http://www.ladspa.org/download/%%{oname}_%%version.tgz
Source0:	%{oname}_%{version}.tgz
Patch0:		%{name}-optflags.patch
BuildRequires:	ladspa-devel

%description 
The Computer Music Toolkit (CMT) is a collection of LADSPA plugins for use
with software synthesis and recording packages on Linux. This package contains
several audio plugins, including freeverb.

%files
%doc doc/*
%{_libdir}/%{name}/*.so

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch -p1

# Fix wrong perms
chmod -x doc/*.html
chmod -x src/freeverb/Components/*.h


%build
cd src
%make targets OPTFLAGS="%{optflags}"


%install
mkdir -p %{buildroot}%{_libdir}/%{name}
cp plugins/* %{buildroot}%{_libdir}/%{name}

%changelog

* Tue Aug 23 2016 gvm <mc2374@mclink.it> 1.16-5
- (739f112) Merge pull request #1 from import/cmt:rosa2016.1
- (739f112) cmt 1.16



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9842 |14cu|cmus-2.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	A powerful ncurses-based music player
Name:		cmus
Version:	2.7.1
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://cmus.github.io/
# https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	ffmpeg-devel
BuildRequires:	libmp4v2-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libcdio_cdda)
BuildRequires:	pkgconfig(libcue)
BuildRequires:	pkgconfig(libdiscid)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
Requires:	ncurses

%description
cmus is a powerful music player with an ncurses UI. It supports many
different file types like FLAC, Ogg/Vorbis, etc. and is able to handle play
lists.

%files
%doc README.md
%{_bindir}/cmus
%{_bindir}/cmus-remote
%dir %{_libdir}/cmus/
%{_libdir}/cmus/*/*.so
%dir %{_datadir}/cmus/
%{_datadir}/cmus/*.theme
%{_datadir}/cmus/rc
%{_mandir}/man1/cmus.1*
%{_mandir}/man1/cmus-remote.1*
%{_mandir}/man7/cmus-tutorial.7*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
./configure \
	prefix=%{_prefix} \
	libdir=%{_libdir} \
	DEBUG=0
%make

%install
%makeinstall_std


%changelog

* Tue Aug 25 2015 Rosa <rosa@abf.rosalinux.ru> 2.7.1-1
- (d3b8c52) Automatic import for version 2.7.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9843 |14cu|cmyktool-0.1.6-0.pre1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pre pre1

Summary:	GUI utility to manage color profiles & convert from RGB to CMYK
Name:		cmyktool
Version:	0.1.6
Release:	0.%{pre}.1
License:	GPLv3+
Group:		Graphics
Url:		http://www.blackfiveimaging.co.uk/index.php?article=02Software/05CMYKTool
Source0:	http://www.blackfiveimaging.co.uk/cmyktool/%{name}-%{version}-%{pre}.tar.gz
Patch0:		cmyktool-0.1.6-pre1-fix-segfault.patch
# From SUSE:
Patch1:		cmyktool-0.1.6-pre1-nonvoid-return-hackstream-h.patch
Patch2:		cmyktool-0.1.6-pre1-fix_wrong_printf_format_for_size_t.patch
BuildRequires:	netpbm-devel
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libtiff-4)
Requires:	colord

%description
CMYKTool is a graphical utility that converts images from ICC profile to
another, converts images from RGB to CMYK with a number of configuration
options for the conversion, provides an interface for inspecting image
channels, provides a 'soft proof' mode to preview how an image would look if it
was printed, saves images to JPEG or TIFF (8- or 16-bit) with embedded profiles
if desired. This tool is extremely useful for designers who prepare artwork for
professional printing.

%files -f %{name}.lang
%doc NEWS README
%{_bindir}/cmyktool
%{_datadir}/applications/cmyktool.desktop
%{_datadir}/icons/hicolor/*/apps/cmyktool.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{pre}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Mon Jul 06 2015 Rosa <rosa@abf.rosalinux.ru> 0.1.6-0.pre1.1
- (671a523) Automatic import for version 0.1.6-0.pre1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9844 |14cu|cnc-qt-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname cncqt

Summary:	GUI for CNC controller
Name:		cnc-qt
Version:	0.3.0
Release:	1
License:	GPLv3
Group:		Office
Url:		https://github.com/eduard-x/cnc-qt
Source0:	https://github.com/eduard-x/cnc-qt/archive/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick


%description
CNC-Qt is the program for management of
planet-cnc controllers, 
supports now only mk1 (4 axis) hardware. 
No supporting of mk2 interface at time. 


%files
%doc README.md README LICENSE
%{_bindir}/%{oname}
%{_datadir}/%{oname}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%config(noreplace) %{_sysconfdir}/udev/rules.d/z90_cncusb.rules
#-----------------------------------------------------------
%prep
%setup -qn %{name}-%{name}-%{version}
chmod 0644 LICENSE

%build
%cmake
%setup_compile_flags
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d
cp -pr udev/rules.d/z90_cncusb.rules %{buildroot}%{_sysconfdir}/udev/rules.d/.
find %{buildroot} -size 0 -delete
desktop-file-install %{SOURCE1} \
  --dir=%{buildroot}%{_datadir}/applications
  
for size in 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size icons/%{name}.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

rm -fr %{buildroot}%{_iconsdir}/%{name}.png
%changelog

* Thu Mar 16 2017 abfonly <abfonly@gmail.com> 0.3.0-1
- (64708a4) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9845 |14cu|cntlm-0.92.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global _hardened_build 1

Summary:          Fast NTLM authentication proxy with tunneling
Name:             cntlm
Version:          0.92.3
Release:          1
License:          GPLv2+
Group:            System/Servers
URL:              http://cntlm.sourceforge.net/
Source0:          http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source1:          cntlm.tmpfiles
Source2:          cntlm.service
Patch0:           cntlm_makefile.patch
Requires:         systemd
BuildRequires:    systemd
Requires(pre):    shadow-utils
Requires(post):   systemd
Requires(preun):  systemd
Requires(postun): systemd

%description
Cntlm is a fast and efficient NTLM proxy, with support for TCP/IP tunneling,
authenticated connection caching, ACLs, proper daemon logging and behavior
and much more. It has up to ten times faster responses than similar NTLM
proxies, while using by orders or magnitude less RAM and CPU. Manual page
contains detailed information.

%prep
%setup -q
%patch0 -p1


%build
%configure
%make SYSCONFDIR=%{_sysconfdir}

%install
make BINDIR=%{buildroot}%{_sbindir} MANDIR=%{buildroot}%{_mandir} SYSCONFDIR=%{buildroot}%{_sysconfdir} install

install -D -m 0644 rpm/%{name}.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/cntlmd
install -D -m 0644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -D -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service

install -D -d -m 0755 %{buildroot}/run/%{name}/


%pre
%_pre_useradd %{name} %{_localstatedir}/run/%{name} /sbin/nologin

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service
%_postun_userdel %{name}

%files
%doc LICENSE README COPYRIGHT
%{_sbindir}/%{name}
%{_mandir}/man1/%{name}.1*
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/sysconfig/cntlmd
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/%{name}.service

%changelog

* Fri Apr 01 2016 Denis Silakov <dsilakov@gmail.com> 0.92.3-1
- (d476860) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9846 |14cu|coccigrep-1.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Semantic grep for C based on coccinelle
Name:		coccigrep
Version:	1.13
Release:	3
License:	GPLv2+
Group:		Development/Tools
Url:		http://home.regit.org/software/coccigrep/
Source0:	http://pypi.python.org/packages/source/c/coccigrep/%{name}-%{version}.tar.gz
BuildRequires:	python-sphinx
BuildRequires:	python-setuptools
BuildRequires:	texlive
# Temporary, should be installed together with texlive...
BuildRequires:	texlive-babel-english
BuildRequires:	texlive-collection-fontsrecommended
BuildRequires:	texlive-collection-langgerman
BuildRequires:	texlive-collection-latexextra
BuildRequires:	texlive-collection-latexrecommended
BuildRequires:	texlive-hyphen-english
BuildRequires:	pkgconfig(python)
Requires:	coccinelle
Requires:	%{name}-data
Suggests:	%{name}-doc
Suggests:	%{name}-emacs
Suggests:	%{name}-vim
BuildArch:	noarch

%description
Coccigrep is a semantic grep for the C language based on coccinelle. It
can be used to find where a given structure is used in code files.
coccigrep depends on the spatch program which comes with coccinelle.

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%{py_puresitedir}/%{name}/*.py*
%{py_puresitedir}/%{name}*.egg-info

#----------------------------------------------------------------------------

%package data
Summary:	Data for %{name}
Group:		Development/Tools

%description data
This package provides the data for %{name}, i.e. the coccinelle semantic
patches.

%files data
%{py_puresitedir}/%{name}/%{name}.cfg
%{py_puresitedir}/%{name}/data/

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation

%description doc
This package provides the documentation for %{name}.

%files doc
%{_docdir}/%{name}-doc/%{name}.pdf

#----------------------------------------------------------------------------

%package emacs
Summary:	Emacs for %{name}
Group:		Development/Tools
Requires:	%{name}

%description emacs
This package provides Emacs integration for %{name}.

%files emacs
%{_datadir}/emacs/site-lisp/cocci-grep.el

#----------------------------------------------------------------------------

%package vim
Summary:	VIM support for %{name}
Group:		Development/Tools
Requires:	%{name}

%description vim
This package provides Vim integration for %{name}.

%files vim
%{_datadir}/vim/plugin/cocci-grep.vim

#----------------------------------------------------------------------------

%prep
%setup -q

%build
python setup.py build

pushd doc
make man latexpdf
popd

%install
python setup.py install --root=%{buildroot}

pushd doc
install -m0644 -D _build/latex/%{name}.pdf %{buildroot}%{_docdir}/%{name}-doc/%{name}.pdf
install -m0644 -D _build/man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
popd

pushd editors
install -m0644 -D cocci-grep.vim %{buildroot}%{_datadir}/vim/plugin/cocci-grep.vim
install -m0644 -D cocci-grep.el %{buildroot}%{_datadir}/emacs/site-lisp/cocci-grep.el
popd


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.13-3
- (5052507) Build requires texlive-collection-fontsrecommended



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9847 |14cu|cocoalib-0.99535-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname cocoa %{major}
%define devname %mklibname cocoa -d
%define debug_package	%{nil}
%define oname	CoCoALib

Name:           cocoalib
Version:        0.99535
Release:        2
Summary:        Computations library in Commutative Algebra
Group:          Sciences/Mathematics
License:        GPLv3
URL:            http://cocoa.dima.unige.it/cocoalib/
Source0:        http://cocoa.dima.unige.it/cocoalib/tgz/%{oname}-%{version}.tgz
Source100:      cocoalib.rpmlintrc

BuildRequires:  gmp-devel
BuildRequires:  pkgconfig(gsl)
BuildRequires:  libatlas-devel
BuildRequires:  boost-devel
BuildRequires:  pkgconfig(lapack)
BuildRequires:  pkgconfig(blas)
BuildRequires:  qt4-devel

%description
CoCoALib is a GPL C++ library for doing Computations in Commutative Algebra.
CoCoALib will be the mathematical kernel for the completely new system CoCoA-5.


%package -n %{libname}
Summary:	Computations library in Commutative Algebra
Group:		Sciences/Mathematics

%description -n %{libname}
CoCoALib is a GPL C++ library for doing Computations in Commutative Algebra.
CoCoALib will be the mathematical kernel for the completely new system CoCoA-5.

%files -n %{libname}
%doc COPYING-GPLv3 README
%{_libdir}/libcocoa.so
#----------------------------------------------------------------------------

%package -n %{devname}

Summary:        Development files for CoCoALib
Group:          Development/Other
Requires:       %{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the files for developing applications which
will use CoCoALib.

%files -n %{devname}
%doc doc 
%{_includedir}/CoCoA
%{_libdir}/libcocoa.a
#----------------------------------------------------------------------------

%package -n %{name}-examples
Summary:        Examples for %{name}
Group:          Development/Other
Requires:       %{libname} = %{EVRD}

%description -n %{name}-examples
Examples for %{name}.

%files -n %{name}-examples
%doc doc
%{_datadir}/%{name}/

#----------------------------------------------------------------------------
%prep
%setup -q -n CoCoALib-%{version}
pushd doc
find . -type f -exec chmod -x {} \;
popd
chmod -x README

%build
./configure --with-libgmp=%{_libdir}/libgmp.so \
	--with-libgsl=%{_libdir}/libgsl.so
    
%make
cd src/AlgebraicCore/TmpHilbertDir
g++ -fPIC -shared -o ../../../lib/libcocoa.so *.o

%install
mkdir -p %{buildroot}%{_libdir}
cp -a lib/libcocoa.* %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_includedir}/CoCoA
cp -a include/CoCoA/* %{buildroot}%{_includedir}/CoCoA

rm -fr doc/Makefile

pushd %{buildroot}%{_includedir}/CoCoA
find . -type f -name "*.H" -exec chmod -x {} \;
rm -fr Makefile MakeUnifiedHeader.sh
popd


mkdir -p %{buildroot}%{_datadir}/%{name}
install -m 755 examples/*  %{buildroot}%{_datadir}/%{name}
pushd %{buildroot}%{_datadir}/%{name}
find . -type f -name "*.C" -exec chmod -x {} \;
find . -type f -name "*.in" -exec chmod -x {} \;
rm Makefile ValgrindExamples.sh
chmod -x index.html index-preamble
popd





%changelog

* Sun May 10 2015 abfonly <abfonly@gmail.com> 0.99535-2
- (a97fb4d) Updated cocoalib.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9848 |14cu|code-aster-11.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		astver	11.5.0
%define		astmin	-3

%define		medver	3.0.7
%define		mlmaj	1
%define		medlib	%mklibname med %{mlmaj}
%define		meddev	%mklibname med -d

%define		mlCmaj	1
%define		medlibC	%mklibname medlibC %{mlCmaj}

%define		mlimaj	0
%define		medlibi	%mklibname medlibimport %{mlimaj}

%define		scotver 5.1.11
%define		scotdev	%mklibname scotch -d
%define		scotsuf _esmumps
%define		scotmin	-2

Name:		code-aster
Group:		Sciences/Physics
Version:	%{astver}
Release:	1
Summary:	Analysis of of mechanical and civil engineering structures
Source0:	http://www.code-aster.org/FICHIERS/aster-full-src-%{astver}%{astmin}.noarch.tar.gz
License:	GPL
URL:		http://www.code-aster.org/


BuildRequires:	flex bison
BuildRequires:	gcc-gfortran
BuildRequires:	hdf5
BuildRequires:	hdf5-devel
BuildRequires:	tcl-devel
BuildRequires:	tk-devel
BuildRequires:	python-devel

Patch0:		med-build.patch
Patch1:		scotch-string-format.patch
Patch2:		med-3.0.7-link-against-python27.patch

#-----------------------------------------------------------------------
%description
Code_Aster: how and why?

Why?

EDF guarantees the technical and economical capabilities of its electricity
production means, from the conception to the end of operational life. The
safety and availability requirements infer the need to verify the correct
operation, maintenance and replacements conditions of machines through
numerical simulation. The analysis of real behaviour and the risks associated
with mechanical and civil engineering structures require knowledge over non
linear models of mechanical and thermal phenomena. Code_Aster has been
developed to satisfy these needs.

With Whom?

The main team is responsible for the coherence and quality (from the
architecture to the exploitation) of the code. A development network
provides models adapted to different materials and mechanical components
found in electrical industry equipment. Led by EDF-R&D, this network contains
industrial and university researchers as well as project coordinators. It
aims at giving on time the results of the innovations that are essential to
evaluate the problems of the system under use and of new projects. The
Code_Aster Users' Day shows the vitality of the network.

How?

The industrialisation of models, the adaptation of achievements and the
qualification take advantage of 18 years of development. The configuration
management tool allows the involved researchers to verify the coherence of
new modifications, their conformity with the rules and non-regression policy
of the modified code (over 1,800 tests performed in configuration). prior to
their integration within the code. The architecture of Code_Aster (a FORTRAN
base associated to object language) depends on a memory/disk image manager,
a command supervisor and a finite element calculation engine (the algorithms
are built independently from the elements formulation).

#-----------------------------------------------------------------------
%package	-n med
Summary:	Data exchanges in multi-physics simulation work
Group:		System/Libraries
Version:	%{medver}

%description	-n med
Data exchanges have become a necessity in the studies of multi-physics
simulation work by different scientific computing software. To achieve
these exchanges, it is necessary to develop code between gateways software.

%files		-n med
%{_bindir}/mdump*
%{_bindir}/medconforme
%{_bindir}/medimport
%{_bindir}/xmdump*
%dir %{_datadir}/med
%{_datadir}/med/*
%dir %{_docdir}/med
%{_docdir}/med/*

#-----------------------------------------------------------------------
%package	-n %{medlib}
Summary:	Data exchanges in multi-physics simulation work
Group:		Development/Other
Version:	%{medver}
Requires:	%{medlib} = %{medver}-%{release}

%description	-n %{medlib}
Data exchanges have become a necessity in the studies of multi-physics
simulation work by different scientific computing software. To achieve
these exchanges, it is necessary to develop code between gateways software.

%files		-n %{medlib}
%{_libdir}/libmed.so.%{mlmaj}*

#-----------------------------------------------------------------------
%package -n	%{medlibC}
Summary:	Data exchanges in multi-physics simulation work
Group:		Development/Other
Version:	%{medver}

%description -n	%{medlibC}
Data exchanges have become a necessity in the studies of multi-physics
simulation work by different scientific computing software. To achieve
these exchanges, it is necessary to develop code between gateways software.

%files -n	%{medlibC}
%{_libdir}/libmedC.so.%{mlCmaj}*

#-----------------------------------------------------------------------
%package	-n %{medlibi}
Summary:	Data exchanges in multi-physics simulation work
Group:		Development/Other
Version:	%{medver}

%description	-n %{medlibi}
Data exchanges have become a necessity in the studies of multi-physics
simulation work by different scientific computing software. To achieve
these exchanges, it is necessary to develop code between gateways software.

%files		-n %{medlibi}
%{_libdir}/libmedimport.so.%{mlimaj}*

#-----------------------------------------------------------------------
%package	-n %{meddev}
Summary:	Data exchanges in multi-physics simulation work
Group:		Development/Other
Version:	%{medver}
Provides:	med-devel = %{medver}-%{release}
Provides:	libmed-devel = %{medver}-%{release}
Requires:	%{medlib} = %{medver}-%{release}

%description	-n %{meddev}
Data exchanges have become a necessity in the studies of multi-physics
simulation work by different scientific computing software. To achieve
these exchanges, it is necessary to develop code between gateways software.

%files		-n %{meddev}
%{_includedir}/MED*
%{_includedir}/med*
%{_includedir}/swig/*
%{_libdir}/*.so
%{_libdir}/*.settings

%package -n	python-med
Summary:	Python bindings for med
Group:		Development/Python

%files -n	python-med
%{python_sitearch}/med

#-----------------------------------------------------------------------
%package	-n scotch
Summary:	Mapping, partitioning, and sparse matrix block ordering
Group:		Development/Other
License:	LGPL
Version:	%{scotver}

%description	-n scotch
A software package and a software library devoted to static mapping,
partitioning, and sparse matrix block ordering of graphs and meshes.

%files		-n scotch
%dir %{_datadir}/scotch
%{_datadir}/scotch/*
%dir %{_docdir}/scotch
%{_docdir}/scotch/*

#-----------------------------------------------------------------------
%package	-n %{scotdev}
Summary:	Mapping, partitioning, and sparse matrix block ordering
Group:		Development/Other
License:	LGPL
Version:	%{scotver}
Provides:	scotch-devel = %{scotver}-%{release}
Provides:	libscotch-devel = %{scotver}-%{release}

%description	-n %{scotdev}
A software package and a software library devoted to static mapping,
partitioning, and sparse matrix block ordering of graphs and meshes.

%files		-n %{scotdev}
%dir %{_includedir}/scotch
%{_includedir}/scotch/*
%{_libdir}/scotch/*.a

#-----------------------------------------------------------------------
%prep
%setup -q -n aster-full-src-%{astver}/SRC
tar zxf med-%{medver}.tar.gz
tar zxf scotch-%{scotver}%{scotsuf}%{scotmin}.tar.gz

%patch0 -p2
%patch1 -p2
%patch2 -p2

pushd med-%{medver}
    autoreconf -ifs
popd


#-----------------------------------------------------------------------
%build
pushd med-%{medver}
    %configure --disable-static --enable-shared --with-hdf5=%{_prefix} FLIBS=-lgfortran
    %make
popd

pushd scotch-%{scotver}%{scotsuf}/src
    perl -pi								\
	-e 's|\?CC\?|%{__cc}|;'						\
	-e 's|\?CFLAGS\?|-pthread %{optflags}|;'			\
	-e 's|^(LDFLAGS\s+=.*)|$1 %{ldflags}|;'				\
	-e 's|\?RANLIB\?|ranlib|;'					\
	-e 's|\?FLEX\?|flex|;'						\
	-e 's|\?YACC\?|yacc|;'						\
	Makefile.inc
    %make
popd

#-----------------------------------------------------------------------
%install
pushd med-%{medver}
    %makeinstall_std							\
	docdir=%{_docdir}/med						\
	testcdir=%{_datadir}/med/bin/testc				\
	testfdir=%{_datadir}/med/bin/testf				\
	usescasesdir=%{_datadir}/med/bin/usescases			\
	unittestsdir=%{_datadir}/med/bin/unittests
    pushd %{buildroot}%{_includedir}
	mv -f 2.3.6 med-2.3.6
    popd
popd

pushd scotch-%{scotver}%{scotsuf}
    mkdir -p %{buildroot}%{_datadir}/scotch/bin				\
	%{buildroot}%{_includedir}/scotch %{buildroot}%{_libdir}/scotch	\
	%{buildroot}%{_docdir}/scotch
    cp -fa lib/lib*.a %{buildroot}%{_libdir}/scotch
    cp -f include/*.h %{buildroot}%{_includedir}/scotch
    pushd bin
	cp -f acpl atst gmk_m3 gtst mmk_m3 amk_ccc gmk_msh mord		\
	    amk_fft2 gmk_ub2 mtst amk_grf gcv gmtst amk_hy gmap gord	\
	    amk_m2 gmk_hy gotst mcv amk_p2 gmk_m2 gout mmk_m2		\
	    %{buildroot}%{_datadir}/scotch/bin
    popd
    cp -fa doc/*.pdf %{buildroot}%{_docdir}/scotch
    cp -far tgt %{buildroot}%{_datadir}/scotch
popd

chmod -R a+r %{buildroot}

# Symlink points to BuildRoot: /usr/bin/mdump
ln -sf mdump3 %{buildroot}%{_bindir}/mdump
ln -sf xmdump3 %{buildroot}%{_bindir}/xmdump

rm -r %{buildroot}%{_bindir}/testpy




%changelog

* Fri Aug 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 11.5.0-1
- (0cddb7f) Added python-devel BRF



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9849 |14cu|codeblocks-16.01-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%global optflags %{optflags} -fpermissive -fno-strict-aliasing
%define major		0
%define libname_orig	lib%{name}
%define libname		%mklibname %{name} 0
%define develname	%mklibname -d %{name}

Name:		codeblocks
Version:	16.01
Release:	1
Summary:	A C++ IDE
Group:		Development/Other
License:	GPLv3
URL:		http://www.codeblocks.org/
Source0:	http://sourceforge.net/projects/codeblocks/files/Sources/%{version}/%{name}_%{version}.tar.gz
Source1:	%{name}.png
Source100:	%{name}.rpmlintrc
BuildRequires:	zip
BuildRequires:  autoconf
BuildRequires:  wxgtku2.8-devel
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(gamin)
BuildRequires:	libboost-devel
Requires:       %{libname} >= %{EVRD}
Suggests:	gcc-c++


%description
Code::Blocks is a free C++ IDE built specifically to meet the most 
demanding needs of its users. It was designed, right from the start, 
to be extensible and configurable.
Built around a plugin framework, Code::Blocks can be extended with 
plug-in DLLs. It includes a plugin wizard so you can compile your own
plug-ins!

%package -n %{libname}
Summary:        Shared library for %{name}
Group:          System/Libraries
Provides:       %{libname_orig} = %{version}-%{release}

%description -n %{libname}
Shared libraries for %{name}.

%package -n %{develname}
Summary:        Development headers for %{name}
Group:          Development/C
Requires:       %{libname} = %{version}
Provides:       %{name}-devel = %{version}-%{release}
Provides:       %{libname_orig}-devel = %{version}-%{release}

%description -n %{develname}
Development headers for %{name}.

%prep
%setup -qn %{name}-%{version}.release

%build
%configure2_5x --with-contrib-plugins=all --disable-static
%make

%install
%makeinstall_std


mkdir -p %{buildroot}%{_iconsdir}/hicolor/{128x128,256x256}/apps
convert -scale 128x128 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
install -m 0644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png

chmod +x %{buildroot}%{_datadir}/%{name}/lexers/lexer_bash.sample

%files
%doc README AUTHORS BUGS COMPILERS TODO NEWS ChangeLog
%{_bindir}/*
%{_libdir}/%{name}
%{_mandir}/man1/*.1*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/*/*.png
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/%{name}.png

%files -n %{libname}
%doc README ChangeLog
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%doc BUGS COMPILERS TODO
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*

%changelog

* Sat Jan 30 2016 dsilakov <denis.silakov@rosalab.ru> 16.01-1
- (cde4877) Merge pull request #2 from alexey_rassikhin/codeblocks:rosa2014.1
- (cde4877) New version 16.01



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9850 |14cu|codec2-0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define	libname %mklibname codec2 _%{major}
%define	develname %mklibname codec2 -d

Summary:	Low bit rate speech codec
Name:		codec2
Version:	0.5
Release:	1
License:	LGPLv2.1+
Group:		Sound
URL:		http://www.rowetel.com/blog/?page_id=452
Source0:	%{name}-%{version}.tar.xz
#Patch0:	codec2-shared.diff
BuildRequires:	cmake
BuildRequires:	pkgconfig(speexdsp)


%description
Codec2 is an open source low bit rate speech codec designed for communications
quality speech at around 3200 bit/s and below. Applications include low
bandwidth HF/VHF digital radio. It fills a gap in open source, 
free-as-in-speech voice codecs beneath 5000 bit/s.

%files
%doc COPYING
%{_bindir}/*

#-----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Shared %{name} library
Group:		System/Libraries

%description -n	%{libname}
Codec2 is an open source low bit rate speech codec designed for communications
quality speech at around 3200 bit/s and below. Applications include low
bandwidth HF/VHF digital radio. It fills a gap in open source, 
free-as-in-speech voice codecs beneath 5000 bit/s.

%files -n %{libname}
%doc COPYING
%{_libdir}/lib%{name}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n	%{develname}
Summary:	Development files for the %{name} library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n	%{develname}
Codec2 is an open source low bit rate speech codec designed for communications
quality speech at around 3200 bit/s and below. Applications include low
bandwidth HF/VHF digital radio. It fills a gap in open source, 
free-as-in-speech voice codecs beneath 5000 bit/s.
This package contains the development files for codec2.

%files -n %{develname}
%doc COPYING README README_fdmdv.txt
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/lib%{name}.so

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}


%build
%cmake ..
%make


%install
%makeinstall_std -C build

%changelog

* Fri Oct 23 2015 Giovanni Mariani <mc2374@mclink.it> 0.5-1
- (0a57b5e) Updated to release 0.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9851 |14cu|codehaus-parent-4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           codehaus-parent
Version:        4
Release:        2
Summary:        Parent pom file for codehaus projects

Group:          Development/Java
License:        ASL 2.0
URL:            http://codehaus.org/
#Next version with license is at https://github.com/sonatype/codehaus-parent/blob/master/pom.xml
Source0:        http://repo1.maven.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
#Patch0:         %{name}-enforcer.patch
BuildArch:      noarch

BuildRequires:  jpackage-utils

Requires:       jpackage-utils

%description
This package contains the parent pom file for codehaus projects.


%prep
%setup -q -c -T
cp %{SOURCE0} .
#%patch0

%build


%install
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 codehaus-parent-4.pom \
        %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

#%add_to_maven_depmap org.codehaus codehaus-parent %{version} JPP codehaus-parent
%add_to_maven_depmap JPP-%{name}.pom 

%files
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%changelog

* Sun May 31 2015 dsilakov <denis.silakov@rosalab.ru> 4-2
- (116b541) Merge pull request #1 from electron/codehaus-parent:rosa2014.1
- (116b541) codehaus-parent



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9852 |14cu|codelite-9.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A powerful open-source, cross platform code editor for C/C++
Name:		codelite
Version:	9.2
Release:	2
License:	GPLv2+
Group:		Development/Tools
Url:		http://www.codelite.org
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
Patch0:		%{name}-6.0.1-desktop.patch
Patch1:		%{name}-6.0.1-linkage.patch
Patch2:		%{name}-5.4-libdir.patch
Patch3:		%{name}-9.2_WordTokenizer.patch
BuildRequires:	cmake
BuildRequires:	wxgtku3.0-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libssh)
BuildRequires:	clang-devel
BuildRequires:	clang
BuildRequires:	hunspell-devel

Requires:	wxgtk3.0
Requires:	xterm

%description
CodeLite uses a sophisticated, yet intuitive interface which allows
users to easily create, build and debug complex projects.

%files -f %{name}.lang
%doc AUTHORS LICENSE COPYING
#%{_bindir}/clg++
#%{_bindir}/clgcc
%{_bindir}/codelite
%{_bindir}/codelite-cc
#%{_bindir}/codelite-clang
%{_bindir}/codelite-echo
%{_bindir}/codelite-make
%{_bindir}/codelite-terminal
%{_bindir}/codelite_indexer
%{_bindir}/codelite_cppcheck
%{_bindir}/codelite_fix_files
%{_bindir}/codelite_exec
%{_bindir}/codelite_kill_children
%{_bindir}/codelite_xterm
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_libdir}/%{name}/
%{_mandir}/man1/*.1*
%{_iconsdir}/hicolor/128x128/apps/codelite.png
%{_iconsdir}/hicolor/128x128@2x/apps/codelite.png
%{_iconsdir}/hicolor/256x256/apps/codelite.png
%{_iconsdir}/hicolor/256x256@2x/apps/codelite.png
%{_iconsdir}/hicolor/32x32/apps/codelite.png
%{_iconsdir}/hicolor/32x32@2x/apps/codelite.png
%{_iconsdir}/hicolor/64x64/apps/codelite.png
%{_iconsdir}/hicolor/64x64@2x/apps/codelite.png


#----------------------------------------------------------------------------

%prep
%setup -q
#patch0 -p1
#patch1 -p1
%patch2 -p1
%patch3 -p0

%build
cmake -DPREFIX:PATH=%{_prefix} \
      -DCL_INSTALL_LIBDIR:PATH=%{_lib} \
       .

%make


%install
%makeinstall_std PREFIX=/usr

%find_lang %{name}

# To fix unstripped-binary-or-object
chmod 0755 %{buildroot}%{_libdir}/%{name}/*.so


%changelog

* Sun Feb 19 2017 Denis Silakov <denis.silakov@rosalab.ru> 9.2-2
- (b12a0eb) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9853 |14cu|codicefiscale-2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#%%define debug_package	%{nil}

Name: 		codicefiscale
Summary: 	The tax code in Italy is an alphanumeric code
Version: 	2.0
Release: 	1
License: 	LGPLv3
Group: 		Office
URL:		https://github.com/kratos83/CodiceFiscale
Source0:	%{name}-%{version}.tar.gz
# desktop is a real mess.Sflo
Patch0:		%{name}-1.1-desktop.patch
# we don't install in /opt.Sflo
Patch1:		%{name}-1.1-install.patch
Patch2:		codicefiscale-2.0-update.patch
BuildRequires:	qt4-devel 
BuildRequires:	desktop-file-utils
# this is being seen as the same %name...
Conflicts:		texlive-codicefiscaleitaliano


%description
The tax code in Italy is an alphanumeric code with a fixed 
length of 16 characters, inspired by the use of library, 
which is used to uniquely identify the tax and 
administrative citizens, non-recognized associations, 
taxpayers and foreigners born and domiciled the 
Italian territory. The tax code is assigned at birth
or the constitution for associations. 
For all taxpayers not subject individuals 
with a VAT (trust, permanent establishments, 
societies, associations recognized, foundations) 
normally also has the same function of the tax code. 
For companies registered in the register of companies, 
although all have a tax code, according to the law, 
the identifier is the legal Rea, even if not used by the Revenue.

%prep
%setup -q
%patch0 -p0 -b desktop.
%patch1 -p0 -b install.
%patch2 -p0 -b update.
find . -type f -exec chmod -x {} \;

%build
%qmake_qt4
%make 

%install
%makeinstall INSTALL_ROOT=%{buildroot}

desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop 
chmod -x %{buildroot}%{_datadir}/applications/%{name}.desktop
rm -fr %{buildroot}/opt/codicefiscale

%files
%doc CHANGELOG README.md
%{_bindir}/%{name}
%{_bindir}/update
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*.png


%changelog
* Thu Nov 13 2014 symbianflo <symbianflo@symbianflo> 2.0-1
+ Revision: beb9cbf
- Log: update to 2.0, major fix release,the code is still a mess, update patch added



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9854 |14cu|collage-1.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Collage
%define major 1.5.0
%define api 5
%define	libname %mklibname %{name} %{major}
%define	devname %mklibname -d %{name}

Name:           collage
Version:        1.5.0
Release:        2
Summary:        Object-Oriented C++ Network Library
License:        LGPLv2+
Group:          Networking/Other 
Url:            http://www.equalizergraphics.com/
Source0:        https://github.com/Eyescale/Collage/archive/%{oname}-%{version}.tar.gz
#git clone https://github.com/Eyescale/CMake.git
Source1:        common.tar.gz
#git clone  https://github.com/Eyescale/Pression.git
Source2:        Pression.tar.gz
Patch0:		collage.doxyrules.patch
Patch1:		collage-libdir.patch
BuildRequires:  boost-devel
BuildRequires:  cmake
BuildRequires:  udt-devel
BuildRequires:  lunchbox-devel
BuildRequires:  pkgconfig(glew)
BuildRequires:  pkgconfig(python)
BuildRequires:  libibverbs-devel
BuildRequires:  rdmacm-devel
BuildRequires:  doxygen
BuildRequires:  graphviz
BuildRequires:  git
Requires:  %{libname} = %{EVRD}


%description
Cross-platform C++ library for building heterogenous, distributed 
applications. Collage provides an abstraction of different network 
connections, peer-to-peer messaging, node discovery, synchronization and 
high-performance, object-oriented, versioned data distribution.

%files
%doc README.md
%{_bindir}/coNetperf
%{_bindir}/coNodeperf
%{_bindir}/coObjectperf
#-------------------------------------------------------------

%package -n     %{libname}
Summary:        Object-Oriented C++ Network Library
Group:          Networking/Other

%description -n %{libname}
Cross-platform C++ library for building heterogenous, distributed 
applications. Collage provides an abstraction of different network 
connections, peer-to-peer messaging, node discovery, synchronization and 
high-performance, object-oriented, versioned data distribution.


%files -n	%{libname}
%doc README.md
%{_libdir}/lib%{oname}.so.%{major}
%{_libdir}/lib%{oname}.so.%{api}
%{_libdir}/libPression.so.*
#-------------------------------------------------------------

%package -n %{devname}
Summary:        Development files for %{name}
Group:          Development/Other
Requires:       %{libname} = %{EVRD}
Requires:       boost-devel
Requires:       lunchbox-devel
Requires:       udt-devel
Provides:	collage-devel = %{EVRD}

%description -n %{devname}
Object-Oriented C++ Network Library.
...
This package contains header files and libraries needed to develop
application that use %{name}.

%files -n %{devname}
%{_docdir}/%{oname}
%{_docdir}/Pression
%{_includedir}/co
%{_includedir}/pression
%{_libdir}/libCollage.so
%{_libdir}/libPression.so
%{_datadir}/%{oname}
%{_datadir}/Pression
#-------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version} -a1 -a2
mv common CMake/common

%patch0 -p0 
%patch1 -p0


%build
%cmake \
	-DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_SKIP_RPATH:BOOL=OFF
	
%make
# API doc
%make doxygen

%install
%makeinstall_std -C build

# API doc
mkdir -p %{buildroot}%{_docdir}
mv %{buildroot}%{_datadir}/%{oname}/doc %{buildroot}%{_docdir}/%{oname}
mv %{buildroot}%{_datadir}/Pression/doc %{buildroot}%{_docdir}/Pression

%changelog

* Mon Aug 01 2016 abfonly <abfonly@gmail.com> 1.5.0-2
- (2ccfd74) Log:Git and spec clean
- (2ccfd74) drop ugly hacks, patched %{_libdir}, and doxygen
- (2ccfd74) ready for contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9855 |14cu|collectd-5.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname collectdclient %{major}
%define devname %mklibname -d collectdclient

Summary:	Collects system information in RRD files

Name:		collectd
Version:	5.5.0
Release:	1
License:	GPLv2+
Group:		Monitoring
Url:		http://collectd.org/
Source0:	http://collectd.org/files/collectd-%{version}.tar.bz2
Source1:	%{name}.service
Patch101:	collectd-5.5.0-werror.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	java-devel
BuildRequires:	libdbi-devel
BuildRequires:	libesmtp-devel
BuildRequires:	libtool-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	mysql-devel
BuildRequires:	net-snmp-devel
BuildRequires:	oping-devel
BuildRequires:	pcap-devel
BuildRequires:	perl-devel
BuildRequires:	postgresql-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libiptc)
BuildRequires:	pkgconfig(libip4tc)
BuildRequires:	pkgconfig(libip6tc)
BuildRequires:	pkgconfig(libmemcached)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(librrd)
BuildRequires:	pkgconfig(libstatgrab)
BuildRequires:	pkgconfig(libupsclient)
BuildRequires:	pkgconfig(libvirt)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(OpenIPMI)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(xtables)
Requires(pre):	rpm-helper

%description
The collectd daemon collects information about the system it is running on and
writes this information into special database files. These database files can
then be used to generate graphs of the collected data.

%files
%defattr(644,root,root,755)
%doc AUTHORS COPYING README ChangeLog TODO
%config(noreplace) %{_sysconfdir}/collectd.conf
%{_unitdir}/%{name}.service
%{_bindir}/collectd-nagios
%{_bindir}/collectdctl
%{_bindir}/collectd-tg
%{_sbindir}/collectd
%{_sbindir}/collectdmon
%dir %{_libdir}/collectd
%{_libdir}/collectd/*.so
%{perl_vendorlib}/*
%dir %{_datadir}/collectd
%{_datadir}/collectd/postgresql_default.conf
%{_datadir}/collectd/types.db
%dir /var/lib/%{name}
%ghost %dir /var/run/%{name}
%dir /var/log/%{name}
%ghost /var/log/%{name}/%{name}.log
%{_mandir}/man1/collectd.*
%{_mandir}/man1/collectd-tg.*
%{_mandir}/man5/collectd.conf.*
%{_mandir}/man1/collectdmon.1*
%{_mandir}/man1/collectd-nagios.1*
%{_mandir}/man1/collectdctl.1*
%{_mandir}/man3/Collectd::Unixsock.3pm*
%{_mandir}/man5/collectd-threshold.5*
%{_mandir}/man5/collectd-email.5*
%{_mandir}/man5/collectd-exec.5*
%{_mandir}/man5/collectd-java.5*
%{_mandir}/man5/collectd-perl.5*
%{_mandir}/man5/collectd-python.5*
%{_mandir}/man5/collectd-snmp.5*
%{_mandir}/man5/collectd-unixsock.5*
%{_mandir}/man5/types.db.5*
%{_datadir}/collectd/java

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Collects system information in RRD files

Group:		System/Libraries

%description -n %{libname}
The collectd daemon collects information about the system it is running on.
This package contains the shared libraries used by %{name}

%files -n %{libname}
%{_libdir}/libcollectdclient.so.1*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Collects system information in RRD files

Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
The collectd daemon collects information about the system it is running on.
This package contains the development headers.

%files -n %{devname}
%defattr(644,root,root,755)
%{_libdir}/libcollectdclient.so
%{_includedir}/collectd/client.h
%{_includedir}/collectd/lcc_features.h
%{_includedir}/collectd/network.h
%{_includedir}/collectd/network_buffer.h
%{_libdir}/pkgconfig/libcollectdclient.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch101 -p1

%build
autoreconf -fi
%serverbuild
pushd libltdl
%before_configure
popd
%configure2_5x \
    --with-libperl=%{_prefix} \
    --with-perl-bindings="INSTALLDIRS=vendor" \
    --localstatedir=/var/lib \
    --without-included-ltdl \
    --with-ltdl-include=%{_includedir} \
    --with-ltdl-lib=%{_libdir} \
    --disable-xmms \
    --disable-static

%make

%install
install -d %{buildroot}/var/lib/%{name}
install -d %{buildroot}/var/run/%{name}
install -d %{buildroot}/var/log/%{name}

%makeinstall_std LIBLTDL=%{_libdir}/libltdl.la

install -Dm755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

touch %{buildroot}/var/log/%{name}/%{name}.log

# cleanup
rm %{buildroot}%{_libdir}/collectd/*.la

%post
%create_ghostfile /var/log/%{name}/%{name}.log root root 644
%_post_service %{name}

%preun
%_preun_service %{name}


%changelog

* Thu Aug 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.5.0-1
- (6f9421c) Build with java



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9856 |14cu|collectl-4.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A utility to collect various linux performance data
Name:		collectl
Version:	4.0.5
Release:	1
License:	GPL+ or Artistic
Group:		Monitoring
Url:		http://collectl.sourceforge.net
Source0:	https://sourceforge.net/projects/collectl/files/collectl/%{name}-%{version}/%{name}-%{version}.src.tar.gz
Source1:	collectl-rosa
BuildArch:	noarch

%description
A utility to collect linux performance data

%prep
%setup -q

%build

%install
export DESTDIR=%{buildroot}
./INSTALL
chmod 644 ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}.conf
# lspci is under /usr/bin
echo "Lspci = /usr/bin/lspci" >> ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}.conf
chmod 644 ${RPM_BUILD_ROOT}%{_datadir}/doc/%{name}/*

%files
%doc RELEASE-%{name} docs/*.html README GPL ARTISTIC COPYING
%config(noreplace) %{_sysconfdir}/%{name}.conf
#gw AFAIK logrotate is not needed as collectl does that itself
%dir /var/log/%{name}
%{_bindir}/*
%{_mandir}/man1/*
%{_sysconfdir}/init.d/%{name}
%{_datadir}/%{name}

%preun
# If collectl is running, stop it before removing.
/etc/init.d/%{name} stop
chkconfig --del %{name} 2>&1 > /dev/null

%post
chkconfig --add %{name} 2>&1 > /dev/null
/etc/init.d/%{name} start

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 4.0.5-1
- (ea7279e) Merge pull request #2 from import/collectl:rosa2016.1
- (ea7279e) Updated to 4.0.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9857 |14cu|colobot-0.1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           colobot
Version:        0.1.9
Release:        1
Summary:        A real-time strategy game with programmable bots
Group:          Games/Strategy
License:        GPLv3+
Url:            http://colobot.info
Source0:        https://github.com/colobot/colobot/archive/colobot-gold-%{version}-alpha.tar.gz
Source100:      %{name}.rpmlintrc
BuildRequires:  boost-devel
BuildRequires:  cmake
BuildRequires:  desktop-file-utils
BuildRequires:  gettext
BuildRequires:  pkgconfig(glew)
BuildRequires:  pkgconfig(openal)
BuildRequires:  physfs-devel
BuildRequires:  pkgconfig(sdl2)
BuildRequires:  pkgconfig(SDL2_image)
BuildRequires:  pkgconfig(SDL2_ttf)
BuildRequires:  pkgconfig(sndfile)
BuildRequires:  pkgconfig(zlib)
BuildRequires:  po4a
BuildRequires:  doxygen
BuildRequires:  xmlstarlet
Requires:       %{name}-data >= %{EVRD}

%description
Colobot is a real-time strategy game. In a way. But it isn't.

Unlike most RTS games, Colobot does not require tactics, but it does require
thinking. Another difference would be the fact that you do not control
the game from a 'god' camera, seeing everything from up top, but you have
to control each unit individually. This could potentially cause the problem
of not being able to control two units at once, yet this is when another
twist comes in: Colobot actually has its own interpretation of robot
programming, which is done fully by the player, together with a few hints
and tips from the trusty SatCom.

But then, you can play the game without programming the robots if you want.
This is all up to you!

%files -f %{name}.lang
%doc LICENSE.txt README.md
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/shaders/
%{_libdir}/*.so
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man6/%{name}.6*
%{_mandir}/*/man6/%{name}.6*

#-----------------------------------------------------------------------------------

%prep
%setup -qn %{name}-colobot-gold-%{version}-alpha

%build
%setup_compile_flags
%cmake -DCOLOBOT_INSTALL_LIB_DIR:PATH=%{_libdir} \
       -DCOLOBOT_INSTALL_DATA_DIR:PATH=%{_gamesdatadir}/%{name} \
       -DCOLOBOT_INSTALL_DOCS=ON \
       -DCMAKE_BUILD_TYPE=Release
  
%make

%install
%makeinstall_std -C build

%find_lang %{name}

desktop-file-edit %{buildroot}%{_datadir}/applications/%{name}.desktop \
  --remove-category=AdventureGame \
  --remove-category=Robotics



%changelog

* Thu Apr 13 2017 abfonly <abfonly@gmail.com> 0.1.9-1
- (d12553c) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9858 |14cu|colobot-data-0.1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define game    colobot

Name:           %{game}-data
Version:        0.1.9
Release:        1
Summary:        Data files for Colobot
Group:          Games/Strategy
License:        GPLv3+
Url:            http://colobot.info
Source0:        https://github.com/colobot/colobot-data/archive/%{game}-gold-%{version}-alpha.tar.gz

BuildRequires:  cmake
BuildRequires:  po4a
BuildArch:      noarch
Suggests:     %{game}-music >= 0.1.6

%description
This package contains data files for the Colobot game.

%prep
%setup -qn %{name}-%{game}-gold-%{version}-alpha

%build
%cmake -DMUSIC=OFF
%make

%install
%makeinstall_std -C build

%files
%doc LICENSE.txt README.i18n.md README.md
%{_gamesdatadir}/%{game}/

%changelog

* Wed Apr 12 2017 abfonly <abfonly@gmail.com> 0.1.9-1
- (7e42799) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9859 |14cu|colobot-music-0.1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define game    colobot

Name:           %{game}-music
Version:        0.1.6
Release:        1
Summary:        Music files for Colobot
Group:          Games/Strategy
License:        GPLv3+
Url:            http://colobot.info
Source0:        http://colobot.info/files/music/%{name}_ogg_%{version}-alpha.tar.gz
BuildArch:      noarch

%description
This package contains OGG music files for the Colobot game.

%prep
%setup -q -c


%build

%install
install -d %{buildroot}%{_gamesdatadir}/%{game}/music
cp -a *.ogg %{buildroot}%{_gamesdatadir}/%{game}/music

%files
%doc LICENSE.txt
%{_gamesdatadir}/%{game}/music/



%changelog

* Wed Apr 12 2017 abfonly <abfonly@gmail.com> 0.1.6-1
- (476a41e) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9860 |14cu|colorcode-0.8.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	ColorCode

Name:		colorcode
Version:	0.8.5
Release:	1
Summary:	Advanced MasterMind clone
Source0:	http://colorcode.laebisch.com/download/%{oname}-%{version}.tar.gz
Source1:	https://sources.debian.net/src/colorcode/0.8.5-1/debian/%{name}.6
URL:		http://colorcode.laebisch.com/
License:	GPLv2+
Group:		Games/Puzzles
BuildRequires:	qt5-devel
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)


%description
ColorCode is an advanced MasterMind code-breaking game clone. The program 
accepts setting the number of slots (from 2 to 5), the number of colors 
(from 2 to 10) and setting if colors might be repeated in the secret code 
(doubles allowed or not). The game has 5 built-in levels, from 
level 1 (beginner: 2 slots and 2 colors, with doubles allowed) 
to level 5 (hard: 5 slots and 10 colors, with doubles allowed). 
ColorCode can make guesses in place of the user.

%files
%doc changelog
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/%{name}.6*
#-----------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%qmake_qt5
%make

%install
install -Dm 755 %{name} %{buildroot}%{_gamesbindir}/%{name}
install -Dm 644 %{SOURCE1} %{buildroot}%{_mandir}/man6/%{name}.6

for size in 16 32 64; do
  install -Dm 644 img/cc${size}.png \
  %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/%{name}.png
done

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=ColorCode
Comment=Advanced clone of the MasterMind code-breaking game
GenericName=Advanced MasterMind clone
GenericName[fr]=Clone avancé du jeu MasterMind
GenericName[nb_NO]=Avansert MasterMind-klone
GenericName[nn]=Avansert MasterMind-klone
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;LogicGame;
EOF



%changelog

* Sat Apr 15 2017 abfonly <abfonly@gmail.com> 0.8.5-1
- (7eb28c1) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9861 |14cu|colord-kde-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Colord support for KDE
Name:		colord-kde
Version:	0.3.0
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://dantti.wordpress.com/
Source0:	http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
Patch0:		colord-kde-0.3.0-cmake34.patch
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(colord)
BuildRequires:	pkgconfig(lcms2)
Requires:	kdebase4-runtime
Requires:	colord

%description
KDE support for colord including KDE Daemon module and System Settings module.

%files
%doc COPYING MAINTAINERS TODO
%{_kde_applicationsdir}/colordkdeiccimporter.desktop
%{_kde_bindir}/colord-kde-icc-importer
%{_kde_libdir}/kde4/k*_colord.so
%{_kde_services}/kcm_colord.desktop
%{_kde_services}/kded/colord.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.0-3
- (9f7e25c) Add patch to fix build with cmake 3.4+
- (9f7e25c) Change package group to Graphical desktop/KDE
- (9f7e25c) Adjust spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9862 |14cu|colorgrab-0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Color picker
Name:		colorgrab
Version:	0.2
Release:	1
License:	MIT
Group:		Graphics
Url:		https://github.com/Acolarh/colorgrab
Source0:	https://github.com/Acolarh/colorgrab/archive/v%{version}.zip

BuildRequires:	wxgtku3.0-devel
BuildRequires:	cmake

%description
Pick colors from screen. Magnify screen.
Convert between color models and representations.
Palette tool.

%files
%doc LICENSE
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m755 build/%{name} %{buildroot}%{_bindir}

for s in 16 32 48 64 128 256; do
  mkdir -p %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/
  install -m 0644 img/${s}x${s}.png %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/%{name}.png
done

mkdir -p %{buildroot}%{_iconsdir}/hicolor/scalable/apps/
install -m 0644 img/scalable.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Version=1.0
Name=Color Picker
Name[ru]=Color Picker
Comment=Get color from your desktop
Comment[ru]=Получение цвета с экрана
Exec=%{_bindir}/colorgrab
Icon=colorgrab
Terminal=false
Type=Application
Categories=Graphics;
EOF

%changelog

* Wed Aug 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-1
- (b350e04) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9863 |14cu|comix-4.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Comic book viewer
Name:		comix
Version:	4.0.4
Release:	5
License:	GPLv2+
Group:		Office
Url:		http://comix.sourceforge.net/
Source0:	http://downloads.sourceforge.net/comix/%{name}-%{version}.tar.gz
Patch0:		comix-4.0.0-disable-update-mime-db.patch
Patch2:		comix-4.0.4-import-PIL-for-Image.patch
Buildarch:	noarch
BuildRequires:	desktop-file-utils
BuildRequires:	jpeg-progs
BuildRequires:	pygtk2.0
BuildRequires:	python-pillow
Requires:	jpeg-progs
Requires:	pygtk2.0
Requires:	python-pillow

%description
Comix is a comic book viewer. It reads zip, rar, tar, tar.gz, and tar.bz2
archives (often called .cbz, .cbr and .cbt) as well as normal image files.

%files -f %{name}.lang
%doc ChangeLog COPYING README
%{_bindir}/comicthumb
%{_bindir}/comix
%{_datadir}/comix
%{_mandir}/man1/*
%{_datadir}/applications/*comix.desktop
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/mime/packages/comix.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch2 -p1 -b .pil

%build

%install
install -d %{buildroot}%{_prefix}
python install.py install --dir %{buildroot}%{_prefix}

desktop-file-install \
	--vendor='' \
	--dir %{buildroot}%{_datadir}/applications \
	--remove-category='Application' \
	--add-category='GNOME;GTK' \
	%{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name} --with-gnome


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.0.4-5
- (97ca599) Require python-pillow instead of obsolete python-imaging
- (97ca599) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9864 |14cu|commit-patch-2.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A utility that lets you check select portions of a file into a VCS
Name:		commit-patch
Version:	2.5.2
Release:	1
License:	GPLv2
Group:		Text tools
URL:		http://porkrind.org/commit-patch/
Source:		https://github.com/caldwell/commit-patch/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

%description
Jim Radford and David Caldwell wrote a neat little utility that lets you check
in select portions of a file into Darcs, Git, CVS, Subversion, or Mercurial. It
comes as a command line app and also and emacs interface.

A blog entry (http://porkrind.org/missives/commit-patch-managing-your-mess)
about commit-patch provides some detailed information on why you might want to
use commit-patch.

commit-patch and commit-partial can make commiting partial changes easier with:
-darcs
-git
-mercurial
-cvs
-svn

commit-patch-buffer.el is an emacs interface to commit-patch. It allows you to
just hit C-c C-c in any patch buffer to apply and commit only the changes
indicated by the patch, regardless of the changes in your working directory. 

%prep
%setup -q

%install
rm -Rf %{buildroot}
install -d %{buildroot}/%{_bindir} %{buildroot}/%{_mandir}/man1/ %{buildroot}/%{_datadir}/emacs/site-lisp
install -m 755 %{name} %{buildroot}/%{_bindir}
install -m 644 %{name}.1 %{buildroot}/%{_mandir}/man1/
install -m 644 *.el %{buildroot}/%{_datadir}/emacs/site-lisp/
ln -s %{name} %{buildroot}/%{_bindir}/commit-partial
ln -s %{name}.1.%{_extension} %{buildroot}/%{_mandir}/man1/%{name}.1.%{_extension}

%clean
rm -Rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/commit-*
%{_mandir}/man1/commit-*.*
%{_datadir}/emacs/site-lisp/%{name}*.el

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 2.5.2-1
- (d799203) Merge pull request #2 from import/commit-patch:rosa2016.1
- (d799203) Updated to 2.5.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9865 |14cu|compiz0.8-0.8.9-0.20130330.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'pkgconfig\\(compiz\\)'
%define __noautoprov 'pkgconfig(.*)'

%define oname compiz
%define oversion 0.8
%define git 20130330

%define major 8
%define libname %mklibname decoration %{major}
%define devname %mklibname -d decoration

%if %{git}
%define srcname core-%{oname}-%{oversion}.tar.bz2
%define distname core-%{oname}-%{oversion}
%define rel 0.%{git}.5
%else
%define srcname %{oname}-%{version}.tar.bz2
%define distname %{oname}-%{version}
%define rel 1
%endif


Name:		%{oname}%{oversion}
Version:	0.8.9
Release:	%{rel}
Summary:	OpenGL composite manager for Xgl and AIGLX
Group:		System/X11
License:	GPLv2+ and LGPLv2+ and MIT
Url:		http://www.compiz.org/
Source:		http://cgit.compiz.org/compiz/core/snapshot/%{srcname}
Source1:	compiz.defaults
Source2:	compiz-window-decorator
Source3:	kstylerc.xinit

# (cg) Using git to manage patches
# To recreate the structure
# git clone git://git.freedesktop.org/git/xorg/app/compiz
# git checkout compiz-0.8.0
# git checkout -b mdv-0.8.0-cherry-picks
# git am 00*.patch
# git checkout -b mdv-0.8.0-patches
# git am 05*.patch

# To apply new custom patches
# git checkout mdv-0.8.0-patches
# (do stuff)

# To apply new cherry-picks
# git checkout mdv-0.8.0-cherry-picks
# git cherry-pick <blah>
# git checkout mdv-0.8.0-patches
# git rebase mdv-0.8.0-cherry-picks

# Make sure we don't conflict with main Compiz
Patch0:		compiz0.8-0.8.9-soversion.patch

Patch1:		compiz0.8-0.8.9-kde4.10.patch
Patch2:		compiz0.8-0.8.9-kde4.11.patch

# Mandriva Patches
# git format-patch --start-number 500 mdv-0.8.0-cherry-picks..mdv-0.8.0-patches
Patch500:	0500-Fix-memory-leak-in-KDE3-window-decorator.patch
Patch501:	0501-Add-ROSA-graphic-to-the-top-of-the-cube.patch
Patch502:	0502-Use-our-compiz-window-decorator-script-as-the-defaul.patch
Patch503:	0503-Do-not-put-window-decorations-on-KDE-screensaver.patch
Patch504:	0504-Also-check-for-tfp-in-server-extensions.patch
Patch505:	0505-Fix-KDE3-linking-by-changing-the-directory-order.patch

BuildRequires:	x11-util-macros
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(fontconfig)

BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)

BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)

BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(pango)

BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libgtop-2.0)

BuildRequires:	kdebase4-workspace-devel
BuildRequires:	kdelibs4-devel

BuildRequires:	pkgconfig(libbonoboui-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	libxslt-proc
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(libsvg-cairo)
BuildRequires:	pkgconfig(fuse)
# needed by autoreconf:
BuildRequires:	intltool

Requires(post,preun):	GConf2
Requires:	%{libname} = %{EVRD}
Requires:	compositing-wm-common >= 2012.1
Provides:	compositing-wm%{oversion} = %{EVRD}
Requires:	compiz-decorator%{oversion}
Conflicts:	%{oname} > 0.9

%description
Compiz is an OpenGL composite manager for Xgl and AIGLX.

%files -f %{oname}.lang
%{_bindir}/%{oname}
%{_bindir}/%{oname}-window-decorator
%{_libdir}/%{oname}/lib*.so
%{_sysconfdir}/gconf/schemas/*.schemas
%exclude %{_sysconfdir}/gconf/schemas/gwd.schemas
%dir %{_datadir}/%{oname}
%{_datadir}/%{oname}/*.png
%{_datadir}/%{oname}/*.xml
%{_datadir}/%{oname}/*.xslt
%{_datadir}/compositing-wm/%{oname}.defaults

#----------------------------------------------------------------------------

%package decorator-gtk
Summary:	GTK window decorator for compiz
Group:		System/X11
Provides:	compiz-decorator%{oversion} = %{EVRD}
Requires:	%{name} = %{EVRD}
Conflicts:	%{oname}-decorator-gtk

%description decorator-gtk
This package provides a GTK window decorator for the compiz OpenGL
compositing manager.

%files decorator-gtk
%{_bindir}/gtk-window-decorator
%{_sysconfdir}/gconf/schemas/gwd.schemas

#----------------------------------------------------------------------------

%package decorator-kde4
Summary:	KDE4 window decorator for compiz
Group:		System/X11
Provides:	compiz-decorator%{oversion} = %{EVRD}
Requires:	%{name} = %{EVRD}
Conflicts:	%{oname}-decorator-kde4

%description decorator-kde4
This package provides a KDE4 window decorator for the compiz OpenGL
compositing manager.

%files decorator-kde4
%{_bindir}/kde4-window-decorator

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for compiz
Group:		System/X11

%description -n %{libname}
This package provides shared libraries for compiz.

%files -n %{libname}
%{_libdir}/libdecoration.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for compiz
Group:		Development/X11
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(gl)
Conflicts:	%{_lib}compiz-devel

%description -n %{devname}
This package provides development files for compiz.

%files -n %{devname}
%{_includedir}/%{oname}/%{oname}*.h
%{_includedir}/%{oname}/decoration.h
%{_libdir}/libdecoration.so
%{_libdir}/pkgconfig/%{oname}*.pc
%{_libdir}/pkgconfig/libdecoration.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{distname}
%apply_patches

%build
%if %{git}
# This is a CVS snapshot, so we need to generate makefiles.
  sh autogen.sh -V
%else
# (Anssi 03/2008) Needed to get rid of RPATH=/usr/lib64 on lib64:
  autoreconf -i
# build fails without this:
  intltoolize --force
%endif

%configure2_5x \
	--disable-kde \
	--disable-gnome \
	--disable-metacity \
	--disable-static \
	--with-default-plugins=core,png,decoration,wobbly,fade,minimize,cube,rotate,zoom,scale,move,resize,place,switcher,screenshot,dbus

%make

%install
%makeinstall_std

install -m755 %{SOURCE2} %{buildroot}%{_bindir}/%{oname}-window-decorator
install -D -m644 %{SOURCE1} %{buildroot}%{_datadir}/compositing-wm/%{oname}.defaults
# Old, unneeded schemas
rm -f %{buildroot}%{_sysconfdir}/gconf/schemas/compiz-kconfig.schemas

%find_lang %{oname}


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.9-0.20130330.5
- (5bef09e) Drop metacity support because it was ported to GTK3
- (5bef09e) Minor spec cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9866 |14cu|compton-0.2-20131109d897740.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrel d897740

Name:		compton
Version:	0.2
Release:	20131109%{gitrel}.3
Summary:	Compositor for X
Group:		System/X11
License:	MIT
Url:		https://github.com/chjj/%{name}
# The source for this package was pulled from upstream's vcs.  Use the
# following command to generate the tarball:
# wget -O chjj-compton-d897740.tar.gz --no-check-certificate --content-disposition http://github.com/chjj/compton/tarball/d897740
Source0:	chjj-compton-%{gitrel}.tar.gz
BuildRequires:	a2x
BuildRequires:	asciidoc
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libconfig)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
Requires:	xprop
Requires:	xwininfo

%description
Compton is a compositor for X, and a fork of xcompmgr-dana.

%files
%doc LICENSE README.md
%{_bindir}/%{name}
%{_bindir}/%{name}-trans
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man1/%{name}-trans.1.*

#----------------------------------------------------------------------------

%prep
%setup -q -n chjj-compton-%{gitrel}

%build
CFLAGS="%{optflags}" make
make docs

%install
%make_install
rm -f %{buildroot}%{_datadir}/applications/compton.desktop


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2-20131109d897740.3
- (2b3d772) Build requires a2x
- (2b3d772) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9867 |14cu|compton-conf-0.1-20131109aaecf43.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrel aaecf43

Summary:	Compositor for X - configuration files
Name:		compton-conf
Version:	0.1
Release:	20131109%{gitrel}.5
Group:		System/X11
License:	MIT
Url:		https://github.com/lxde/compton-conf
# The source for this package was pulled from upstream's vcs.  Use the
# following command to generate the tarball:
# wget -O chjj-compton-d897740.tar.gz --no-check-certificate --content-disposition http://github.com/chjj/compton/tarball/d897740
Source0:	lxde-%{name}-%{gitrel}.tar.gz
Source1:	compton-conf.desktop
Patch0:		rosa-lxde-config.patch
Patch1:		compton-conf-optflags.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libconfig)
Requires:	compton

%description
This is lxde configure tools for Compton - compositor for X.

%files
%{_bindir}/%{name}
%{_datadir}/%{name}/compton.conf.example
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn lxde-%{name}-%{gitrel}
%apply_patches

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build
install -d %{buildroot}%{_datadir}/applications/
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-20131109aaecf43.5
- (c7f1676) Don't override system optflags
- (c7f1676) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9868 |14cu|conduit-0.3.17-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Synchronization solution for GNOME
Name:		conduit
Version:	0.3.17
Release:	6
License:	GPLv2+
Group:		Communications
Url:		http://www.conduit-project.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/conduit/0.3/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	python-dbus
BuildRequires:	python-pygoocanvas
BuildRequires:	python-vobject
BuildRequires:	perl-XML-Parser
BuildRequires:	rarian
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(pygtk-2.0)
Requires:	gnome-python-desktop
Requires:	gnome-python-gconf
Requires:	python
Requires:	python-gdata
Requires:	python-gobject
Requires:	python-pygoocanvas
Requires:	python-vobject
Requires:	python-webkitgtk
Suggests:	avahi-python
Suggests:	gnome-python-evolution
Suggests:	python-gpod
Suggests:	python-feedparser
Suggests:	python-twisted
Suggests:	ffmpeg
Suggests:	mencoder
BuildArch:	noarch

%description
Conduit is a synchronization solution for GNOME which allows the user
to take their emails, files, bookmarks, and any other type of personal
information and synchronize that data with another computer, an online
service, or even another electronic device.

Conduit manages the synchronization and conversion of data into other
formats. For example, conduit allows you to synchronize your tomboy 
notes to a file on a remote computer, synchronize your emails to your
mobile phone, synchronize your bookmarks to delicious, gmail, or even
your own webserver, and more.

%files -f %{name}.lang
%doc AUTHORS NEWS README TODO
%{_bindir}/%{name}
%{_bindir}/%{name}-client
%{py_puresitedir}/%{name}
%{_prefix}/lib/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/dbus-1/services/org.%{name}.service
%{_iconsdir}/hicolor/*/*/*.png
%{_iconsdir}/hicolor/*/*/*.svg
%{_datadir}/gnome/help/%{name}
%{_datadir}/omf/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

# install plugins to /usr/lib regardless of arch: they are arch-independent
perl -pi -e 's,\$\(libdir\)/conduit,\$\(exec_prefix\)/lib/conduit,g' conduit/modules/Makefile.am
perl -pi -e 's,\$\(libdir\)/conduit,\$\(exec_prefix\)/lib/conduit,g' conduit/modules/*/Makefile.am
perl -pi -e 's,\$\(libdir\)/conduit,\$\(exec_prefix\)/lib/conduit,g' conduit/modules/*/*/Makefile.am

# install pkgconfig file to /usr/share/pkgconfig instead of libdir/pkgconfig
perl -pi -e 's,\$\(libdir\)/pkgconfig,\$\(datadir\)/pkgconfig,g' data/Makefile.am

# ...and correct the paths in it to match the changes we made above
perl -pi -e 's.MODULEDIR, \$libdir.MODULEDIR, \$exec_prefix/lib.g' configure.ac

# correct start_conduit.py for the changes made above
perl -pi -e 's.LIBDIR, \$libdir.LIBDIR, \$exec_prefix/lib.g' configure.ac

%build
# redefinition of ACLOCAL is needed because conduit ships its own
# Awsum Hax0reD .m4 files and a normal aclocal uses the standard ones
# and breaks build. - AdamW 2007/10
ACLOCAL="aclocal -I ./m4" autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std
# The whole .real bit is only needed for Firefox, and we use Webkit...
# - AdamW 2008/09
mv -f %{buildroot}%{_bindir}/%{name}.real %{buildroot}%{_bindir}/%{name}

# Causes -devel dependencies if present, and isn't really useful as
# there's nothing that builds against Conduit. Will re-introduce in a
# -devel package if it becomes useful in future. - AdamW 2008/03
rm -f %{buildroot}%{_datadir}/pkgconfig/%{name}.pc

%find_lang %{name}


%changelog

* Sun Apr 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.17-6
- (067fb1a) Drop obsolete python-pyxml requierment



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9869 |14cu|configure-trackpoint-0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	TrackPoint configuration tool
Name:		configure-trackpoint
Version:	0.7
Release:	2
License:	GPLv2+
Group:		System/Configuration/Hardware
Url:		http://tpctl.sourceforge.net/configure-trackpoint.html
Source0:	http://prdownloads.sourceforge.net/tpctl/%{name}-%{version}.tar.gz
Source1:	trackpoint.init
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libgnomeui-2.0)
Requires:	beesu
Requires(post,preun):	rpm-helper

%description
Configure-trackpoint is a Gnome TrackPoint configuration tool, which
provides a friendly and descriptive interface to configure various
TrackPoint device's parameters.

%files
%doc AUTHORS ChangeLog
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}
%{_iconsdir}/*
%{_sysconfdir}/init.d/trackpoint
%{_datadir}/applications/*.desktop

%post
%_post_service trackpoint

consoleperms=/etc/security/console.perms
if ! `grep -q "/proc/trackpoint/" $consoleperms` ; then
        echo "adding entry for /proc/trackpoint/* to your $consoleperms"
        cat >> $consoleperms << EOF

# Added by %{name} to allow user access to /proc/trackpoint
<console>  0600 /proc/trackpoint/* 0600 root
EOF
fi

%preun
%_preun_service trackpoint

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure
%make
# the Icon tag shouldn't have an extension, desktop-* complains
sed -i~ -e '/^Icon/s/\.png//' configure-trackpoint.desktop

%install
%makeinstall_std

rm -rf %{buildroot}{%{_sysconfdir}/init.d,%{_initrddir}/trackpoint}
mkdir -p %{buildroot}%{_sysconfdir}/init.d
cp -p %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/trackpoint


desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="SystemSetup" \
  --add-category="Settings;HardwareSettings" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}/{%{_miconsdir},%{_liconsdir}}
convert -resize 48x48 pixmaps/trackpoint.png %{buildroot}/%{_liconsdir}/%{name}.png
convert -resize 32x32 pixmaps/trackpoint.png %{buildroot}/%{_iconsdir}/%{name}.png
convert -resize 16x16 pixmaps/trackpoint.png %{buildroot}/%{_miconsdir}/%{name}.png


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7-2
- (625a138) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9870 |14cu|congruity-18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Logitech Harmony remote programmer GUI

Name:		congruity
Version:	18
Release:	3
License:	GPLv3+
URL:		http://congruity.sourceforge.net/
Source:		http://sourceforge.net/projects/congruity/files/congruity/18/%{name}-%{version}.tar.bz2
Group:		System/Configuration/Hardware
Requires:	python-libconcord
Requires:	python-suds
Requires:	wxPythonGTK
BuildArch:	noarch

%description
This software allows you to program your Logitech Harmony universal
remote.

%prep
%setup -q

%install
%makeinstall_std RUN_UPDATE_DESKTOP_DB=0 PREFIX=%{_prefix}

install -d -m755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-harmony-www.desktop <<EOF
[Desktop Entry]
Name=Logitech Harmony configuration
Comment=Configure a Harmony remote
Exec=www-browser http://members.harmonyremote.com/
Type=Application
Icon=web_browser_section
Categories=Utility;Electronics;
StartupNotify=false
EOF

%files
%doc Changelog README.txt LICENSE.txt
%{_bindir}/congruity
%{_bindir}/mhgui
%{_datadir}/congruity
%{_datadir}/applications/congruity.desktop
%{_datadir}/applications/mandriva-harmony-www.desktop
%{_mandir}/man1/congruity*
%{_datadir}/applications/mhgui.desktop
%{_mandir}/man1/mhgui.1*




%changelog
* Tue Mar 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 18-3
+ Revision: 846949e
- Added python-suds require



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9871 |14cu|conky-1.9.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'lib(.*)'
%define __noautoreq 'devel(.*)'

Summary:	A lightweight system monitor
Name:		conky
Version:	1.9.0
Release:	5
Epoch:          1
License:	GPLv3+
Group:		Monitoring
Url:		http://conky.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/conky/conky/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	libxslt-proc
BuildRequires:	gettext-devel
BuildRequires:	libiw-devel
BuildRequires:	tolua++-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xft)

%description
Conky is a free, light-weight system monitor for X, that displays any
information on your desktop.

%files
%config(noreplace) %{_sysconfdir}/%{name}
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--enable-ibm \
	--enable-rss \
	--enable-wlan \
	--enable-imlib2 \
	--enable-lua-cairo \
	--enable-lua-imlib2

%make

%install
%makeinstall_std


%changelog

* Tue Jan 03 2017 tremod <negry.m@yandex.ru> 1:1.9.0-5
- (ab24170) Get back to old version 1.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9872 |14cu|conky-manager-2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A simple GUI for managing Conky config files
Name:		conky-manager
Version:	2.4
Release:	2
License:	GPLv3+
Group:		Monitoring
Url:		https://launchpad.net/%{name}
Source0:	%{name}-%{version}.tar.xz
Patch0:		conky-manager-2.4-desktop-file.patch
BuildRequires:	vala
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(json-glib-1.0)
Requires:	conky
Requires:	hddtemp
Requires:	lm_sensors
Requires:	p7zip
Requires:       imagemagick

%description
A simple GUI for managing Conky config files. Options for changing themes and
running Conky at startup, more info about the code, licence and credits at
https://launchpad.net/conky-manager.

%files -f %{name}.lang
%doc README AUTHORS TODO
%{_bindir}/conky-manager
%{_datadir}/appdata/conky-manager.appdata.xml
%{_datadir}/applications/conky-manager.desktop
%{_datadir}/conky-manager
%{_datadir}/pixmaps/conky-manager.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
make

%install
%make_install INSTALL_ROOT=%{buildroot}

rm -f %{buildroot}%{_bindir}/conky-manager-uninstall

%find_lang %{name}

%changelog

* Sat Dec 31 2016 tremod <negry.m@yandex.ru> 2.4-2
- (a996e94) Add Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9873 |14cu|connect-1.105-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Relaying command to make network connection via proxy
Name:		connect
Version:	1.105
Release:	1
License:	GPLv2+
Group:		Networking/Other
Url:		https://bitbucket.org/gotoh/connect
Source0:	%{name}-%{version}.tar.bz2

%description
Connect is the simple relaying command to make network connection
via SOCKS and https proxy. It is mainly intended to be used as
proxy command of OpenSSH. You can make SSH session beyond
the firewall with this command,

Features of connect.c are:

 * Supports SOCKS (version 4/4a/5) and https CONNECT method.
 * Supports NO-AUTH and USERPASS authentication of SOCKS
 * Partially supports telnet proxy (experimental).
 * You can input password from tty, ssh-askpass or environment variable.
 * Run on UNIX or Windows platform.
 * You can compile with various C compiler (cc, gcc, Visual C,
   Borland C. etc.)
 * Simple and general program independent from OpenSSH.
 * You can also relay local socket stream instead of standard I/O.


%files
%doc doc/manual.html doc/manual.txt
%{_bindir}/connect

#----------------------------------------------------------------------------

%prep
%setup -q

%build
gcc %{optflags} -DSOCKLEN_T=unsigned connect.c -o %{name}

%install
install -m755 connect -D %{buildroot}%{_bindir}/%{name}


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.105-1
- (c92b4ec) New version 1.105
- (c92b4ec) New URL
- (c92b4ec) Build with system optflags to fix debug package
- (c92b4ec) New doc files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9874 |14cu|connectagram-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		connectagram
Version:	1.2.4
Release:	1
Summary:	A word unscrambling game
Group:		Games/Puzzles
License:	GPLv3+
URL:		http://gottcode.org/connectagram
Source:		http://gottcode.org/connectagram/%{name}-%{version}-src.tar.bz2

BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:  qt5-tools
BuildRequires:  qt5-linguist-tools

%description
Connectagram is a word unscrambling game. The board consists of several
scrambled words that are joined together. You can choose the length of
the words, the amount of words, and the pattern that the words are
arranged in. The game provides a hint option for times when you are
stuck, and features an online word lookup that fetches the definitions
of each word from Wiktionary. Your current progress is automatically
saved.

%prep
%setup -q

%build
%qmake_qt5 PREFIX=%{_prefix}
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}

%files
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man6/%{name}.6*



%changelog

* Tue Oct 25 2016 Denis Silakov <dsilakov@gmail.com> 1.2.4-1
- (a20567b) Added qt5-linguist-tools BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9875 |14cu|connman-1.35-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Connection Manager
Name:		connman
Version:	1.35
Release:	1
License:	GPLv2+
Group:		Networking/Other
Url:		https://01.org/connman
Source0:	http://www.kernel.org/pub/linux/network/%{name}/%{name}-%{version}.tar.xz
Patch0:		connman-1.33-service.patch
BuildRequires:	gtk-doc
BuildRequires:	dhcp-client
BuildRequires:	iptables-devel
BuildRequires:	ppp-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libsystemd)
BuildRequires:	pkgconfig(udev)
BuildRequires:	openvpn openconnect vpnc
Requires:	openvpn openconnect vpnc
Requires:	dbus
Requires:	dhcp-client >= 3.0.2
Requires:	wpa_supplicant >= 0.5.7
Requires:	bluez

%description
Connection Manager provides a daemon for managing Internet connections
within embedded devices running the Linux operating system.

%files
%doc AUTHORS COPYING ChangeLog README
%{_sbindir}/*
%{_bindir}/connmanctl
%dir %{_libdir}/%{name}/scripts/
%{_libdir}/%{name}/plugins/*.so
%{_libdir}/%{name}/plugins-vpn/*.so
%config %{_sysconfdir}/dbus-1/system.d/*.conf
%{_datadir}/dbus-1/system-services/net.connman.vpn.service
%{_datadir}/dbus-1/system-services/org.moblin.connman.service
%{_datadir}/polkit-1/actions/net.connman.policy
%{_datadir}/polkit-1/actions/net.connman.vpn.policy
%{_libdir}/%{name}/scripts/*.so*
%{_libdir}/%{name}/scripts/open*-script
%{_unitdir}/%{name}.service
%{_unitdir}/%{name}-vpn.service
%{_mandir}/man1/connmanctl.1.*
%{_mandir}/man5/connman*.conf*.5.*
%{_mandir}/man8/connman*.8.*
%{_unitdir}/connman-wait-online.service
/usr/lib/tmpfiles.d/connman_resolvconf.conf

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Connection Manager
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description devel
connman-devel contains development files for use with connman.

%files devel
%doc AUTHORS COPYING
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x	--disable-static \
		--enable-ethernet \
		--enable-wifi \
		--enable-bluetooth \
		--enable-datafiles \
		--enable-loopback \
		--enable-client \
		--enable-threads \
		--enable-gtk-doc \
		--enable-hh2serial-gps \
		--enable-openvpn \
		--enable-openconnect \
		--enable-vpnc \
		--enable-l2tp \
		--enable-iospm \
		--enable-tist \
		--enable-nmcompat \
		--enable-polkit \
		--prefix=%{_prefix} \
		--libdir=%{_libdir}
%make

%install
%makeinstall_std

install -d %{buildroot}%{_datadir}/dbus-1/system-services/
install -m644 src/connman.service %{buildroot}%{_datadir}/dbus-1/system-services/org.moblin.connman.service

%changelog

* Wed Aug 30 2017 alekseyz <a.zimin@rosalinux.ru> 1.35-1
- (ae64d3f) Merge pull request #2 from import/connman:rosa2016.1
- (ae64d3f) Updated to 1.35



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9876 |14cu|conserver-8.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Serial console server daemon/client
Name:		conserver
Version:	8.2.1
Release:	1
License:	BSD-like
Group:		System/Servers
URL:		http://www.conserver.com/
Source0:	http://www.conserver.com/%{name}-%{version}.tar.gz
Source1:	%{name}.service
Source2:	%{name}.sysconfig
Source3:	%{name}.tmpfiles.conf
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires:	tcp_wrappers
BuildRequires:	openssl-devel
BuildRequires:	pam-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	gssglue-devel

Requires(post):	systemd-units
Requires(preun):	systemd-units
Requires(postun):	systemd-units

%description
Conserver is an application that allows multiple users to watch a serial
console at the same time. It can log the data, allows users to take
write-access of a console (one at a time), and has a variety of bells and
whistles to accentuate that basic functionality.

#------------------------------------------------------------------------

%package daemon
Summary:	Serial console server daemon
Group:		System/Servers
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires:	tcp_wrappers

Requires(post):	systemd-units
Requires(preun):	systemd-units
Requires(postun):	systemd-units

%description daemon
Conserver is an application that allows multiple users to watch a serial
console at the same time. It can log the data, allows users to take
write-access of a console (one at a time), and has a variety of bells and
whistles to accentuate that basic functionality.

This package contains the server daemon part.

%files daemon
%doc CHANGES FAQ LICENSE README TODO %{name}.html
%doc %{name}.cf/%{name}.cf
%doc %{name}.cf/%{name}.passwd
%doc %{name}.cf/label.ps
%doc %{name}.cf/test.cf
%doc %{name}/Sun-serial
%config(noreplace) %{_sysconfdir}/%{name}.cf
%config(noreplace) %{_sysconfdir}/%{name}.passwd
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/%{name}.service
%{_mandir}/man8/%{name}.8*
%{_mandir}/man5/%{name}.cf.5*
%{_mandir}/man5/%{name}.passwd.5*
%{_sbindir}/%{name}
%{_sbindir}/convert-conserver.cf
%dir /var/log/%{name}
%dir /var/consoles
%dir %{_localstatedir}/lib/%{name}
%attr(0644,root,root) %ghost /var/log/%{name}/%{name}.log

#------------------------------------------------------------------------

%package client
Summary:	Serial console server client
Group:		System/Servers
Requires:	tcp_wrappers

%description client
Conserver is an application that allows multiple users to watch a serial
console at the same time. It can log the data, allows users to take
write-access of a console (one at a time), and has a variety of bells and
whistles to accentuate that basic functionality.

This package contains the client part.

%files client
%{_bindir}/console
%{_mandir}/man1/console.1*

#------------------------------------------------------------------------

%prep

%setup -q

# lib64 fixes
perl -pi -e "s|/lib\b|/%{_lib}|g" configure*


%build

%configure2_5x \
    --with-port=782 \
    --with-base=0 \
    --with-master=console \
    --with-cffile=%{_sysconfdir}/%{name}.cf \
    --with-pwdfile=%{_sysconfdir}/%{name}.passwd \
    --with-logfile=/var/log/%{name}/%{name}.log \
    --with-pidfile=/var/run/%{name}/%{name}.pid \
    --with-libwrap=%{_prefix} \
    --with-openssl=%{_prefix} \
    --with-uds=%{_localstatedir}/lib/%{name} \
    --with-maxmemb=16 \
    --with-timeout=10 \
    --with-pam \
    --with-gssapi

%make

# make test must be run by root?

%install

%makeinstall

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}/var/log/%{name}
install -d %{buildroot}/var/consoles
install -d %{buildroot}%{_localstatedir}/lib/%{name}
install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%{__sed} -e 's/^/#/' \
  < %{name}.cf/%{name}.cf \
  > %{buildroot}%{_sysconfdir}/%{name}.cf
%{__sed} -e 's/^/#/' \
  < %{name}.cf/%{name}.passwd \
  > %{buildroot}%{_sysconfdir}/%{name}.passwd

install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{name}

# fix ghostfiles
touch %{buildroot}/var/log/%{name}/%{name}.log

# remove crap
rm -f %{buildroot}%{_sysconfdir}/%{name}.rc
rm -rf %{buildroot}%{_datadir}/examples

# install missing stuff
install -m 755 conserver/convert %{buildroot}%{_sbindir}/convert-conserver.cf

# nuke dupe
rm -f %{buildroot}%{_libdir}/conserver/convert

%post -n %{name}-daemon
%tmpfiles_create %{name}.conf
%systemd_post conserver.service
%create_ghostfile /var/log/%{name}/%{name}.log root root 0644

#make sure /etc/services has a conserver entry
if ! grep -E '\<conserver\>' /etc/services > /dev/null 2>&1 ; then
  echo "console		782/tcp		conserver" >> /etc/services
fi

%preun -n %{name}-daemon
%systemd_preun conserver.service

%postun
%systemd_postun_with_restart conserver.service

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 8.2.1-1
- (294ef1e) Merge pull request #3 from import/conserver:rosa2016.1
- (294ef1e) Updated to 8.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9877 |14cu|contour-0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A context sensitive user interface for Plasma Active
Name:		contour
Version:	0.3
Release:	5
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://community.kde.org/Plasma/Active/Contour
Source0:	http://download.kde.org/stable/active/3.0/src/%{name}-%{version}.tar.xz
Patch0:		qtmobility.diff
Patch1:		contour-0.1.1-find-qtmobility.patch
Patch100:	changeset_rd5306e452fd64f8bcb2dab6d5cef770584131486.diff
Patch101:	changeset_r688e2a2ce823d99e5ca1def1861fdf7591603cf2.diff
BuildRequires:	libkactivities
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(NetworkManager)
BuildRequires:	pkgconfig(NetworkManagerQt)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(soprano)
Requires:	kdebase4-runtime

%description
Contour contributes a new usage paradigm using adaptive activities and
intelligent recommendations. Contour creates a context-sensitive user
interface that adapts to current context, current activities and behavioral
patterns of the user.

Contour is part of Plasma Active project.

%files
%{_kde_bindir}/contour
%{_kde_libdir}/kde4/*.so
%{_kde_appsdir}/contour
%{_kde_appsdir}/plasma/packages/org.kde.contour.recommendations
%{_kde_appsdir}/plasma/services/recommendations.operations
%{_kde_datadir}/autostart/contour.desktop
%{_kde_services}/*.desktop
%{_kde_servicetypes}/*.desktop

#----------------------------------------------------------------------------

%package devel
Summary:	%{name} development files
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
%{name} development files.

%files devel
%{_datadir}/cmake/Contour

#----------------------------------------------------------------------------

%prep
%setup -q

# FindQtMobility is under review for inclusion to kdelibs, not needed
# by any other package
# TODO: remove once included in kdelibs
%patch0 -p1
%patch1 -p1 -b .find-qtmobility

# Upstream patches
%patch100 -p1 -b .makefile
%patch101 -p1 -b .notifier

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3-5
- (a3cd597) Build requires libkactivities



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9878 |14cu|converseen-0.9.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_desktopdir	%{_datadir}/applications
%define	oname		Converseen
%define	_appdatadir	%{_datadir}/appdata

Name:		converseen
Version:	0.9.5
Release:	1
Summary:	A batch image conversion tool
License:	GPLv3
Group:		Graphics
URL:		http://converseen.sf.net/
Source0:	https://github.com/Faster3ck/Converseen/archive/v%{version}.tar.gz?/%{oname}-%{version}.tar.gz
Source1:	%{name}.desktop
Source2:	converseen_import.desktop
BuildRequires:	cmake >= 2.6
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(ImageMagick) >= 6.7.7
BuildRequires:	imagemagick
BuildRequires:	sane-backends >= 1.0.24
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(libpng)

%description
Converseen is a batch image conversion tool and resizer written in C++ with
Qt5 and Magick++. It allows you to convert images in more than 100 different
formats!

%files -f %{name}.lang 
%doc README.* COPYING
%{_bindir}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_desktopdir}/%{name}.desktop
%{_datadir}/kde4/services/ServiceMenus/%{name}_import.desktop
%{_appdatadir}/%{name}.appdata.xml

#-----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

chmod -x README.* COPYING
#fix linting in debug
find . -type f -exec chmod -x {} \;

# fix png rgb 
pushd res
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd

%build
%cmake
%make

%install
%makeinstall_std -C build
# icons and menu entry ,let's do this right
rm -rf \
    %{buildroot}%{_datadir}/pixmaps/%{name}.png %{buildroot}%{_desktopdir}/%name.desktop \
    %{buildroot}%{_datadir}/kde4/services/ServiceMenus/%{name}_import.desktop
    
# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_datadir}/icons/hicolor/${size}/apps
    convert -strip -resize ${size} res/%{name}.png \
        %{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png
done

# menu entry
desktop-file-install  %{SOURCE1} %{buildroot}%{_desktopdir}/%{name}.desktop
# kde integration
install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/kde4/services/ServiceMenus/

# localize
%find_lang %{name} --with-qt

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9879 |14cu|convertall-0.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A very flexible unit converter
Name:		convertall
Version:	0.7.2
Release:	1
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://convertall.bellz.org
Source0:	http://sourceforge.net/projects/convertall/files/%{version}/%{name}-%{version}.tar.gz
Patch0:		convertall-0.6.0-remove-shebang.patch
BuildRequires:	librsvg
BuildRequires:	python3-qt5-devel
Requires:	python3-qt5
BuildArch:	noarch

%description
With ConvertAll, you can convert any unit in the large database to any other
compatible unit. If you want to convert from inches per decade, that's fine.
Or from meter-pounds. Or from cubic nautical miles. The units don't have to
make sense to anyone else.

%files
%doc doc/*
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#--------------------------------------------------------------------

%prep
%setup -qn ConvertAll
%patch -p1

%build

%install
python3 install.py \
	-p %{_prefix} \
	-b %{buildroot} \
	-i %{_datadir}/%{name}/icons \
	-d %{_datadir}/%{name}/doc

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Version=1.0
Name=ConvertAll
GenericName=Unit Converter
GenericName[ru]=Конвертер единиц измерения
Comment=Convert between various units
Comment[ru]=Преобразование одних единиц измерения в другие
Icon=%{name}
Exec=%{name}
Terminal=false
Type=Application
Categories=Science;Math;
Keywords=Pound;Euro;Dollar;Yen;Meter;Metre;Mile;Convert;Gram;Inch;Litre;
EOF

# install menu icons
for s in 256 128 96 48 32 22 16 ; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
rsvg-convert -w ${s} -h ${s} \
    icons/%{name}.svg -o \
    %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/%{name}.png
done

%changelog

* Tue May 16 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.7.2-1
- (8c99e18) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9880 |14cu|convmv-2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Converts filenames from one encoding to another
Name:		convmv
Version:	2.0
Release:	1
Source0:	http://www.j3e.de/linux/convmv/%{name}-%{version}.tar.gz
Source1:	testsuite2.tar.bz2
License:	GPLv2+
Group:		File tools
Url:		http://j3e.de/linux/convmv/
BuildArch:	noarch

%description
This is a script for renaming files from one file name encoding to another,
e.g. from ISO-LATIN-1 to UTF-8.

%prep
%setup -q -a 1

%build
make
make test

%install
%makeinstall PREFIX=%{buildroot}%{_prefix}

%clean

%files
%doc Changes CREDITS TODO
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-1
- (c27bd49) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9881 |14cu|cool-retro-term-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define qmltermwidget_version 0.1.0

Summary:	Cool Retro Terminal
Name:		cool-retro-term
Version:	1.0.0
Release:	1
License:	GPLv3+
Group:		Terminals
Url:		https://github.com/Swordifish90/cool-retro-term
# From git by tag https://github.com/Swordfish90/cool-retro-term/archive/v%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
# From git by tag https://github.com/Swordfish90/qmltermwidget/archive/v%{qmltermwidget_version}.tar.gz
Source1:	qmltermwidget-%{qmltermwidget_version}.tar.gz
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Cool Retro Terminal is a terminal emulator which tries to mimic the look and
feel of the old cathode tube screens. It has been designed to be eye-candy,
customizable, and reasonably lightweight.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%dir %{_qt5_libdir}/qt5/qml/QMLTermWidget
%{_qt5_libdir}/qt5/qml/QMLTermWidget/*

#----------------------------------------------------------------------------

%prep
%setup -q

rm -rf qmltermwidget
tar -xf %{SOURCE1}
mv qmltermwidget-%{qmltermwidget_version} qmltermwidget

%build
%define optflags -Wa,--compress-debug-sections -gdwarf-4
%define ldflags %{nil}
%qmake_qt5
%make

%install
make install INSTALL_ROOT=%{buildroot} STRIP=true

%changelog
* Sun Jan 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-1
+ Revision: 4e836b2
- New version 1.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9882 |14cu|copyq-2.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced clipboard manager
Name:		copyq
Version:	2.6.1
Release:	1
License:	GPLv3
Group:		Accessibility
Url:		http://hluk.github.io/CopyQ/
Source0:        https://sourceforge.net/projects/copyq/files/%{name}-%{version}/%{name}-%{version}.tar.gz
Patch0:		copyq-2.0.1-install.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	qt5-linguist-tools

%description
CopyQ is advanced clipboard manager with search-able and editable history with
support for image formats, command line control and more.
Features
- Supports Windows and Linux.
- Store text, HTML, images and any other custom format.
- Customize tray menu.
- Save items in new tabs.
- Quickly browse through items (fast navigation, filtering with matched text
  highlighting).
- Sort items, create new, remove, copy/paste to different tab.
- Variety of system-wide shortcuts (e.g. show main window or tray, edit
  clipboard, copy next/previous item, paste as plain text).
- Immediately paste to focused window from tray or main window.
- Fully customizable appearance (colors, fonts, transparency).
- Advanced command-line interface and scripting.
- Ignore clipboard copied from some windows or containing some text.
- Apply custom commands on selected items or automatically when new matching
  clipboard content is available.

%files
%doc AUTHORS LICENSE
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/copyq.appdata.xml
%{_datadir}/%{name}/themes/*.ini
%{_datadir}/%{name}/translations/%{name}*.qm
%{_iconsdir}/hicolor/*/apps/%{name}*.svg
%{_iconsdir}/hicolor/*/apps/%{name}*.png

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
find . -type f -exec chmod -x {} \;

%build
export CFLAGS="%{optflags} -ffast-math"
%cmake_qt5 \
    -DWITH_QT5=TRUE \
    -DLIBDIR=%{_lib}
%make

%install
%makeinstall_std -C build

%changelog

* Tue Apr 26 2016 abondrov <andrey.bondrov@rosalab.ru> 2.6.1-1
- (7a26e85) Merge pull request #2 from alzim/copyq:rosa2014.1
- (7a26e85) Updated to 2.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9883 |14cu|corosync-2.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	4
%define maj5	5
%define maj6	6
%define maj7	7
%define	libcmap		%mklibname cmap %{major}
%define	libname_common	%mklibname corosync_common %{major}
%define	libcpg		%mklibname cpg %{major}
%define	libsam		%mklibname sam %{major}
%define	libcfg		%mklibname cfg %{maj6}
%define	libquorum	%mklibname quorum %{maj5}
%define	libtotem_pg	%mklibname totem_pg %{maj5}
%define	libvotequorum	%mklibname votequorum %{maj7}
%define devname %mklibname -d corosync

Summary:	The Corosync Cluster Engine and Application Programming Interfaces
Name:		corosync
Version:	2.4.1
Release:	1
License:	BSD
Group:		System/Base
Url:		http://corosync.github.io/corosync
Source0:	http://build.clusterlabs.org/corosync/releases/corosync-%{version}.tar.gz

BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(libqb)
Requires(post,preun):	rpm-helper

%description 
This package contains the Corosync Cluster Engine Executive, several default
APIs and libraries, default configuration files, and an init script.

%files 
%doc LICENSE SECURITY
%{_sbindir}/corosync*
%{_bindir}/corosync*
%dir %{_sysconfdir}/corosync
%dir %{_sysconfdir}/corosync/service.d
%dir %{_sysconfdir}/corosync/uidgid.d
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example
%config(noreplace) %{_sysconfdir}/corosync/corosync.conf.example.udpu
%dir %{_localstatedir}/lib/corosync
%{_mandir}/man8/corosync_overview.8*
%{_mandir}/man8/corosync-*.8*
%{_mandir}/man8/corosync.8*
%{_mandir}/man8/cmap_keys.8*
%{_mandir}/man8/cmap_overview.8*
%{_mandir}/man8/quorum_overview.8*
%{_mandir}/man5/corosync.conf.5*
%{_mandir}/man5/votequorum.5*
%{_unitdir}/corosync-notifyd.service
%{_unitdir}/corosync.service
%dir /var/log/%{name}
/etc/logrotate.d/corosync

#---------------------------------------------------------------------------

%package	-n %{libcmap}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Conflicts:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libcmap}
This package contains corosync libraries.

%files -n %{libcmap}
%{_libdir}/libcmap.so.%{major}*

#---------------------------------------------------------------------------

%package	-n %{libname_common}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Obsoletes:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libname_common}
This package contains corosync libraries.

%files -n %{libname_common}
%{_libdir}/libcorosync_common.so.%{major}*

#---------------------------------------------------------------------------

%package	-n %{libcpg}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Conflicts:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libcpg}
This package contains corosync libraries.

%files -n %{libcpg}
%{_libdir}/libcpg.so.%{major}*

#---------------------------------------------------------------------------

%package	-n %{libsam}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Conflicts:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libsam}
This package contains corosync libraries.

%files -n %{libsam}
%{_libdir}/libsam.so.%{major}*

#---------------------------------------------------------------------------

%package	-n %{libcfg}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Conflicts:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libcfg}
This package contains corosync libraries.

%files -n %{libcfg}
%{_libdir}/libcfg.so.%{maj6}*

#---------------------------------------------------------------------------

%package	-n %{libquorum}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Conflicts:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libquorum}
This package contains corosync libraries.

%files -n %{libquorum}
%{_libdir}/libquorum.so.%{maj5}*

#---------------------------------------------------------------------------

%package	-n %{libtotem_pg}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Conflicts:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libtotem_pg}
This package contains corosync libraries.

%files -n %{libtotem_pg}
%{_libdir}/libtotem_pg.so.%{maj5}*

#---------------------------------------------------------------------------

%package	-n %{libvotequorum}
Summary:	The Corosync Cluster Engine Libraries
Group:		System/Libraries
Conflicts:	%{_lib}corosync4 > 2.3.0-0

%description	-n %{libvotequorum}
This package contains corosync libraries.

%files -n %{libvotequorum}
%{_libdir}/libvotequorum.so.7*

#---------------------------------------------------------------------------

%package	-n %{devname}
Summary:	The Corosync Cluster Engine Development Kit
Group:		Development/C
Requires:	%{libcmap} = %{EVRD}
Requires:	%{libname_common} = %{EVRD}
Requires:	%{libcpg} = %{EVRD}
Requires:	%{libsam} = %{EVRD}
Requires:	%{libcfg} = %{EVRD}
Requires:	%{libquorum} = %{EVRD}
Requires:	%{libtotem_pg} = %{EVRD}
Requires:	%{libvotequorum} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description	-n %{devname}
This package contains include files and man pages used to develop using
The Corosync Cluster Engine APIs.

%files -n %{devname}
%doc LICENSE README.recovery
%{_includedir}/corosync/
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/*.3*
%{_mandir}/man8/cpg_overview.8*
%{_mandir}/man8/votequorum_overview.8*
%{_mandir}/man8/sam_overview.8*

#---------------------------------------------------------------------------

%prep
%setup -q

./autogen.sh
%configure2_5x \
	--disable-static \
	--enable-systemd \
	--with-systemddir=%{_unitdir}

%build
%make

%install
%makeinstall_std

## tree fixup
# drop static libs
rm -f %{buildroot}%{_libdir}/*.a
# drop docs and html docs for now
rm -rf %{buildroot}%{_docdir}/*

#add logs directory
install -d %{buildroot}/var/log/%{name}

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
[ "$1" -ge "1" ] && /sbin/service corosync condrestart &>/dev/null || :

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 2.4.1-1
- (a306a42) Merge pull request #2 from import/corosync:rosa2016.1
- (a306a42) Updated to 2.4.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9884 |14cu|corsixth-0.60-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname CorsixTH

Summary:	Open source clone of Theme Hospital
Name:		corsixth
Version:	0.60
Release:	1
Epoch:		1
License:	MIT
Group:		Games/Strategy
Url:		https://github.com/CorsixTH/CorsixTH
Source0:	https://github.com/CorsixTH/CorsixTH/archive/v%{version}/%{oname}-%{version}.tar.gz
Patch0:		CorsixTH-0.50-lua52.patch
BuildRequires:	cmake
BuildRequires:	ffmpeg-devel
BuildRequires:	lua5.2-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_mixer)
Requires:	lua-filesystem
Requires:	lua-lpeg
Suggests:	TiMidity++

%description
This project aims to reimplement the game engine of Theme Hospital, and
be able to load the original game data files. This means that you will
need a purchased copy of Theme Hospital in order to enjoy CorsixTH.

%files
%doc LICENSE.txt README.txt
%{_gamesbindir}/%{oname}
%{_gamesdatadir}/%{oname}/
%{_iconsdir}/hicolor/*/apps/%{name}.svg
%{_datadir}/applications/%{name}*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

%build
%cmake \
	-DCMAKE_INSTALL_PREFIX=%{_gamesdatadir} \
	-DWITH_LUAJIT=OFF
%make

%install
%makeinstall_std -C build

install -d %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{oname} << EOF
#!/bin/bash
%{_gamesdatadir}/%{oname}/%{oname}
EOF
chmod +x %{buildroot}%{_gamesbindir}/%{oname}

install -d %{buildroot}%{_gamesdatadir}/%{oname}/th-files/

install -D -m 0644 %{oname}/Original_Logo.svg -p %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=CorsixTH
Name[ru]=CorsixTH
Comment=Open Source clone of Theme Hospital game
Comment[ru]=Клон игры Theme Hospital
Exec=%{oname}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;StrategyGame;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-mapedit.desktop << EOF
[Desktop Entry]
Name=CorsixTh MapEdit
Name[ru]=Редактор карт CorsixTh
Comment=Map Editor for Theme Hospital
Comment[ru]=Редактор карт для Theme Hospital
Exec=MapEdit
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;StrategyGame;
EOF


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.60-1
- (c7ebd0f) New version 0.60 final



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9885 |14cu|couchdb-1.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname apache-couchdb
%define couchdb_user couchdb
%define couchdb_group couchdb
%define couchdb_home %{_localstatedir}/lib/couchdb

Summary:	A document database server, accessible via a RESTful JSON API
Name:		couchdb
Version:	1.6.1
Release:	2
Group:		Databases
License:	Apache License
Url:		http://couchdb.apache.org/
Source0:	http://www.eu.apache.org/dist/couchdb/source/%{version}/apache-couchdb-%{version}.tar.gz
Source1:	%{name}.service
Source2:	%{name}.tmpfiles.conf
Patch0:		apache-couchdb-1.3.1-ldflags.patch
BuildRequires:	erlang-devel
BuildRequires:	erlang-compiler
BuildRequires:	erlang-crypto
BuildRequires:	erlang-eunit
BuildRequires:	erlang-public_key
BuildRequires:	help2man
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(mozjs185)
Requires:	erlang
Requires:	erlang-asn1
Requires:	erlang-compiler
Requires:	erlang-crypto
Requires:	erlang-inets
Requires:	erlang-os_mon
Requires:	erlang-public_key
Requires:	erlang-ssl
Requires:	erlang-syntax_tools
Requires:	erlang-tools
Requires:	erlang-xmerl
Requires(pre):	shadow-utils
Conflicts:	couchdb-bin < 1.6.1-2
Obsoletes:	couchdb-bin < 1.6.1-2
Provides:	couchdb-bin = %{EVRD}

%description
Apache CouchDB is a distributed, fault-tolerant and schema-free
document-oriented database accessible via a RESTful HTTP/JSON API.
Among other features, it provides robust, incremental replication
with bi-directional conflict detection and resolution, and is
queryable and indexable using a table-oriented view engine with
JavaScript acting as the default view definition language.

%files
%doc AUTHORS BUGS LICENSE NOTICE THANKS
%{_bindir}/*
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/local.d
%dir %{_sysconfdir}/%{name}/default.d
%config(noreplace) %attr(0644,%{couchdb_user},root) %{_sysconfdir}/%{name}/default.ini
%config(noreplace) %attr(0644,%{couchdb_user},root) %{_sysconfdir}/%{name}/local.ini
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/%{name}.service
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_infodir}/*
%dir %attr(0755,%{couchdb_user},root) %{_localstatedir}/log/%{name}
%ghost %dir %attr(0755,%{couchdb_user},couchdb_user) %{_localstatedir}/run/%{name}
%dir %attr(0755,%{couchdb_user},root) %{_localstatedir}/lib/%{name}

%pre
%_pre_useradd %{couchdb_user} %{couchdb_home} /bin/bash

%post
%tmpfiles_create %{name}
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{couchdb_user}

#----------------------------------------------------------------------------

%prep
%setup -qn %{tarname}-%{version}
%apply_patches

%build
%configure2_5x \
	--with-js-include=%{_includedir}/js \
	--with-erlang=%{_libdir}/erlang%{_includedir}

%make

%install
%makeinstall_std

# Libdir for systemd unit
sed -i -e 's|@LIBDIR@|%{_libdir}|' %{SOURCE1}

# Install systemd unit
install -D -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

# Install tmpfiles entry
install -D -m 644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# Create /var/log/couchdb
mkdir -p %{buildroot}%{_localstatedir}/log/%{name}

# Create /var/lib/couchdb
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}

# Create /etc/couchdb/default.d
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/default.d

# Create /etc/couchdb/local.d
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/local.d

## Use /etc/sysconfig instead of /etc/default
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mv %{buildroot}%{_sysconfdir}/default/couchdb \
%{buildroot}%{_sysconfdir}/sysconfig/%{name}
rm -rf %{buildroot}%{_sysconfdir}/default

# Remove unecessary files
rm %{buildroot}%{_sysconfdir}/rc.d/couchdb
rm -rf  %{buildroot}%{_datadir}/doc/couchdb


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.1-2
- (5763c90) Merge couchdb-bin into main package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9886 |14cu|countryballgame-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  oname CountryballGame

Name:           countryballgame
Version:        1.0
Release:        1
Summary:        2D sidescroller similar to original Super Mario series
Group:          Games/Arcade
License:        GPLv2+
Url:            https://github.com/stepulak/CountryballGame
Source0:        https://github.com/stepulak/CountryballGame/archive/v1.0-windows.tar.gz
Source1:        https://raw.githubusercontent.com/stepulak/CountryballGame/master/media/polandball_ico.png
BuildRequires:  imagemagick
BuildRequires:  zip
Requires:       love >= 0.10
BuildArch:      noarch

%description
2D sidescroller platform game similar to 
original Super Mario series. 
The whole engine and game is written 
in Lua using Love2D framework.

Editor's keyboard shorcuts:
end - Editor mode/gameplay mode switch 
(unavailable in mobile version or when campaign is on)

tab - Show objects grid and available options

't' - Enable console

'1' - Show on/off grid

escape - Disable console

F5 - Quicksave (may overwrite old quicksavefile!)

F6 - Quickload (if exists)

WASD - Camera control .
 

%files
%doc README.md LICENSE
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/%{name}.love
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------
%prep
%setup  -qn %{oname}-1.0-windows
pushd game
zip -9 -q -r %{name}.love .
popd


%build

%install
# data
install -D -m 644 game/%{name}.love %{buildroot}%{_gamesdatadir}/%{name}/%{name}.love

# wrapper
mkdir -p %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
#!/bin/sh
love %{_gamesdatadir}/%{name}/%{name}.love
EOF
chmod 0755 %{buildroot}%{_gamesbindir}/%{name}

# Desktop entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
GenericName=%{summary}
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size  -background transparent %{SOURCE1} \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

%changelog

* Sun May 14 2017 abfonly <abfonly@gmail.com> 1.0-1
- (79c0c3a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9887 |14cu|countrycodes-1.0.5-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:       countrycodes
Version:    1.0.5
Release:    11
Summary:    Country code finder
Source:     http://www.grigna.com/diego/linux/countrycodes/%{name}-%{version}.tar.gz
URL:        http://www.grigna.com/diego/linux/countrycodes
License:    GPL
Group:      Networking/Other

%description
Country codes is an ISO 3166 country code finder. It is mainly used to
determine to what country a domain name belongs. It also allows
searching by 2 or 3 letter codes, country number, and country name.

%prep
%setup -q

%build
cd src && make CCOPTS="%{optflags}"

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 src/iso3166 %{buildroot}%{_bindir}/iso3166
install -m 644 doc/iso3166.1.in %{buildroot}%{_mandir}/man1/iso3166.1

%clean

%files
%doc doc/Changelog doc/COPYING doc/INSTALL doc/LSM doc/README
%{_bindir}/*
%{_mandir}/man1/*





%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.0.5-11
- (71f9111) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9888 |14cu|courier-authlib-0.65.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Courier authentication library
Name:		courier-authlib
Version:	0.65.0
Release:	5
License:	GPLv2+
Group:		System/Servers
Url:		http://www.courier-mta.org
Source0:	http://prdownloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
Source1:	courier-authlib.sysconftool.m4
Source2:	courier-authlib.authdaemon-init
Source3:	courier-authlib-tmpfiles.conf
Patch0:		courier-authlib-0.65.sysconftool.patch
BuildRequires:	expect
BuildRequires:	gdbm-devel
BuildRequires:	libltdl-devel
BuildRequires:	mysql-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(libpq)

%description
The Courier authentication library provides authentication
services for other Courier applications.

This package contains common authentication modules:

 o authcustom
 o authpam
 o authpwd
 o authshadow
 o courierauthsaslclient
 o courierauthsasl

%files
%doc README.urpmi README README.authdebug.html README.html README_authlib.html
%doc NEWS COPYING* AUTHORS ChangeLog liblock/lockmail.html liblog/courierlogger.html
%dir %{_sysconfdir}/courier
%dir %{_libdir}/courier-authlib
%{_libdir}/courier-authlib/authmigrate
%{_libdir}/courier-authlib/authsystem.passwd
%{_libdir}/courier-authlib/sysconftool
%{_libdir}/courier-authlib/libcourierauthsaslclient.so.*
%{_libdir}/courier-authlib/libcourierauthsasl.so.*
%{_libdir}/courier-authlib/libcourierauthcommon.so.*
%{_libdir}/courier-authlib/libcourierauth.so.*
%{_libdir}/courier-authlib/libauthcustom.so.0
%{_libdir}/courier-authlib/libauthpam.so.0
%{_libdir}/courier-authlib/libauthpwd.so.0
%{_libdir}/courier-authlib/libauthshadow.so.0
%{_libdir}/courier-authlib/libauthpipe.so.0
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n courier-authdaemon
Summary:	Courier authentication daemon
Group:		System/Servers
Requires:	%{name} = %{EVRD}
Requires:	expect
Requires(post,preun):	rpm-helper
Requires(post):	systemd
Requires(post):	%{name} = %{EVRD}

%description -n courier-authdaemon
This package contains the Courier authentication daemon.

%files -n courier-authdaemon
%config(noreplace) %{_sysconfdir}/courier/authdaemonrc
%{_sbindir}/authdaemond
%{_sbindir}/authdaemontest
%{_sbindir}/authenumerate
%{_sbindir}/authinfo
%{_sbindir}/authtest
%{_sbindir}/courierlogger
%{_sbindir}/lockmail
%{_sbindir}/authpasswd
%{_sbindir}/makedatprog
%{_initrddir}/courier-authdaemon
%{_localstatedir}/lib/authdaemon
%{_tmpfilesdir}/%{name}.conf
%ghost %{_var}/run/authdaemon

%post -n courier-authdaemon
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%{_libdir}/courier-authlib/authmigrate >/dev/null
if [ -f %{_sysconfdir}/courier/authdaemonrc.rpmnew ]; then
    %{_libdir}/courier-authlib/sysconftool %{_sysconfdir}/courier/authdaemonrc.rpmnew >/dev/null
fi
%_post_service courier-authdaemon

%preun -n courier-authdaemon
%_preun_service courier-authdaemon

#----------------------------------------------------------------------------

%package userdb
Summary:	Userdb support for the Courier authentication library
Group:		System/Servers
Requires(post,postun):	courier-authdaemon = %{EVRD}

%description userdb
This package installs the userdb support for the Courier
authentication library.  Userdb is a simple way to manage virtual
mail accounts using a GDBM-based database file.

Install this package in order to be able to authenticate with
userdb.

%files userdb
%doc userdb/makeuserdb.html userdb/userdb.html userdb/userdbpw.html
%{_sbindir}/makeuserdb
%{_sbindir}/pw2userdb
%{_sbindir}/userdb
%{_sbindir}/userdb-test-cram-md5
%{_sbindir}/userdbpw
%{_libdir}/courier-authlib/libauthuserdb.so.0
%{_mandir}/man8/*userdb*

%post userdb
%{_initrddir}/courier-authdaemon condrestart 1>&2;

%postun userdb
if [ "$1" = "0" ]; then
    %{_initrddir}/courier-authdaemon condrestart 1>&2;
fi

#----------------------------------------------------------------------------

%package ldap
Summary:	LDAP support for the Courier authentication library
Group:		System/Servers
Requires(post):	%{name} = %{EVRD}
Requires(post,postun):	courier-authdaemon = %{EVRD}

%description ldap
This package installs LDAP support for the Courier authentication
library. Install this package in order to be able to authenticate
using LDAP.

%files ldap
%doc README.ldap authldap.schema
%config(noreplace) %{_sysconfdir}/courier/authldaprc
%{_libdir}/courier-authlib/libauthldap.so.0

%post ldap
%{_libdir}/courier-authlib/authmigrate >/dev/null
if [ -f %{_sysconfdir}/courier/authldaprc.rpmnew ]; then
    %{_libdir}/courier-authlib/sysconftool %{_sysconfdir}/courier/authldaprc.rpmnew >/dev/null
fi
%{_initrddir}/courier-authdaemon condrestart 1>&2;

%postun ldap
if [ "$1" = "0" ]; then
    %{_initrddir}/courier-authdaemon condrestart 1>&2;
fi

#----------------------------------------------------------------------------

%package mysql
Summary:	MySQL support for the Courier authentication library
Group:		System/Servers
Requires(post):	%{name} = %{EVRD}
Requires(post,postun):	courier-authdaemon = %{EVRD}

%description mysql
This package installs MySQL support for the Courier authentication
library. Install this package in order to be able to authenticate
using MySQL.

%files mysql
%doc README.authmysql.html README.authmysql.myownquery
%config(noreplace) %{_sysconfdir}/courier/authmysqlrc
%{_libdir}/courier-authlib/libauthmysql.so.0

%post mysql
%{_libdir}/courier-authlib/authmigrate >/dev/null
if [ -f %{_sysconfdir}/courier/authmysqlrc.rpmnew ]; then
    %{_libdir}/courier-authlib/sysconftool %{_sysconfdir}/courier/authmysqlrc.rpmnew >/dev/null
fi
%{_initrddir}/courier-authdaemon condrestart 1>&2;

%postun mysql
if [ "$1" = "0" ]; then
    %{_initrddir}/courier-authdaemon condrestart 1>&2;
fi

#----------------------------------------------------------------------------

%package pgsql
Summary:	PostgreSQL support for the Courier authentication library
Group:		System/Servers
Requires(pre,post,postun):	courier-authdaemon = %{EVRD}

%description pgsql
This package installs PostgreSQL support for the Courier
authentication library. Install this package in order to be able
to authenticate using PostgreSQL.

%files pgsql
%doc README.authpostgres.html
%config(noreplace) %{_sysconfdir}/courier/authpgsqlrc
%{_libdir}/courier-authlib/libauthpgsql.so.0

%pre pgsql
%{_libdir}/courier-authlib/authmigrate >/dev/null

%post pgsql
%{_initrddir}/courier-authdaemon condrestart 1>&2;

%postun pgsql
if [ "$1" = "0" ]; then
    %{_initrddir}/courier-authdaemon condrestart 1>&2;
fi

#----------------------------------------------------------------------------

%package sqlite
Summary:	SQLite support for the Courier authentication library
Group:		System/Servers
Requires(pre,post,postun):	courier-authdaemon = %{EVRD}

%description sqlite
This package installs SQLite support for the Courier
authentication library. Install this package in order to be able
to authenticate using SQLite.

%files sqlite
%config(noreplace) %{_sysconfdir}/courier/authsqliterc
%{_libdir}/courier-authlib/libauthsqlite.so.0

%pre sqlite
%{_libdir}/courier-authlib/authmigrate >/dev/null

%post sqlite
%{_initrddir}/courier-authdaemon condrestart 1>&2;

%postun sqlite
if [ "$1" = "0" ]; then
    %{_initrddir}/courier-authdaemon condrestart 1>&2;
fi

#----------------------------------------------------------------------------

%package devel
Summary:	Development libraries for the Courier authentication library
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development libraries and files needed
to compile Courier packages that use this authentication library.
Install this package in order to build the rest of the Courier
packages. After they are built and installed this package can be
removed. Files in this package are not needed at runtime.

%files devel
%doc authlib.html auth_*.html
%{_bindir}/courierauthconfig
%{_libdir}/courier-authlib/*.a
%{_libdir}/courier-authlib/*.so
%{_libdir}/*.so
%{_includedir}/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p 0 -b .sysconftool

cp %{SOURCE1} .

%build
%configure2_5x \
	--with-syslog=MAIL \
	--disable-ltdl-install \
	--with-db=gdbm \
	--with-random=/dev/urandom \
	--with-mailuser=daemon \
	--with-mailgroup=daemon \
	--with-authdaemonrc=%{_sysconfdir}/courier/authdaemonrc \
	--with-authdaemonvar=%{_localstatedir}/lib/authdaemon \
	--with-makedatprog=%{_sbindir}/makedatprog \
	--with-userdb=%{_sysconfdir}/userdb \
	--with-pkgconfdir=%{_sysconfdir}/courier \
	--with-authuserdb \
	--with-authpam \
	--with-authldap \
	--with-authldaprc=%{_sysconfdir}/courier/authldaprc \
	--with-authpwd \
	--with-authshadow \
	--without-authvchkpw \
	--with-authpgsqlrc=%{_sysconfdir}/courier/authpgsqlrc \
	--with-authpgsql \
	--with-pgsql-libs=%{_libdir} \
	--with-pgsql-includes=%{_includedir}/pgsql \
	--with-authmysqlrc=%{_sysconfdir}/courier/authmysqlrc \
	--with-authmysql \
	--with-mysql-libs=%{_libdir} \
	--with-mysql-includes=%{_includedir}/mysql \
	--with-authcustom

%make
%make authinfo

%install
%makeinstall_std

# fix perms
chmod 755 %{buildroot}%{_localstatedir}/lib/authdaemon

install -d %{buildroot}%{_var}/run/authdaemon

install -m 755 sysconftool %{buildroot}%{_libdir}/courier-authlib/
install -m 755 authmigrate %{buildroot}%{_libdir}/courier-authlib/

install -d -m 755 %{buildroot}%{_initrddir}
install -m 755 %{SOURCE2} %{buildroot}%{_initrddir}/courier-authdaemon
mv %{buildroot}%{_libdir}/courier-authlib/authdaemond %{buildroot}%{_sbindir}/authdaemond

mv %{buildroot}%{_libdir}/courier-authlib/makedatprog %{buildroot}%{_sbindir}/makedatprog

# some utils...
install -m 755 authinfo %{buildroot}%{_sbindir}/
install -m 755 authdaemontest %{buildroot}%{_sbindir}/
install -m 755 liblock/lockmail %{buildroot}%{_sbindir}/
install -m 644 liblock/lockmail.1 %{buildroot}%{_mandir}/man1/

# A hack to provide libraries under libdir to be able to pick up them w/o adding
# courier-authlib to LD_LIBRARY_PATH
for file in %{buildroot}%{_libdir}/courier-authlib/*.so
do
    ln -s %{_libdir}/courier-authlib/`basename $file` %{buildroot}%{_libdir}/`basename $file`
done

# fix configuration
for file in %{buildroot}%{_sysconfdir}/courier/*.dist; do
    mv $file  %{buildroot}%{_sysconfdir}/courier/`basename $file .dist`
done
chmod 644 %{buildroot}%{_sysconfdir}/courier/*

perl -pi \
    -e "s|^authmodulelist=.*|authmodulelist=\"authpam authpwd authshadow\"|g;" \
    -e "s|^authmodulelistorig=.*|authmodulelistorig=\"authpam authpwd authshadow\"|g;" \
    %{buildroot}%{_sysconfdir}/courier/authdaemonrc

mkdir -p %{buildroot}%{_tmpfilesdir}
install -m0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf

cat > README.urpmi << EOF
ROSA RPM specific notes

Upgrade
------
Default upgrade procedure consists of shipping new configuration files with
.dist suffix, then running sysconftool script to merge with current
configuration. This packages ships new configuration files with their final
name instead, wich will be saved by rpm as .rpmnew if original ones have been
modified, and run sysconftools script during upgrade automatically.
EOF

%check
make check


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.65.0-5
- (d048077) Fix post-Requires broken by previous commit



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9889 |14cu|courier-unicode-1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	3
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname %{name} -d

Summary:	A library implementing algorithms related to the Unicode Standard
Name:		courier-unicode
Version:	1.4
Release:	1
License:	GPLv3
Group:		System/Libraries
URL:		http://www.courier-mta.org/unicode/
Source0: 	http://download.sourceforge.net/courier/courier-unicode-%{version}.tar.bz2
BuildRequires:	gnupg

%description
This library implements several algorithms related to the Unicode Standard:

* Look up uppercase, lowercase, and titlecase equivalents of a unicode
  character.
* Implementation of grapheme and work breaking rules.
* Implementation of line breaking rules.

Several ancillary functions, like looking up the unicode character that
corresponds to some HTML 4.0 entity (such as “&amp;”, for example), and
determining the normal width or a double-width status of a unicode character.
Also, an adaptation of the iconv(3) API for this unicode library.

This library also implements C++ bindings for these algorithms.
The current release of the Courier Unicode library is based on the Unicode
6.3.0 standard.

%package -n %{libname}
Summary:	A library implementing algorithms related to the Unicode Standard
Group:		System/Libraries

%description -n %{libname}
This library implements several algorithms related to the Unicode Standard:

* Look up uppercase, lowercase, and titlecase equivalents of a unicode
  character.
* Implementation of grapheme and work breaking rules.
* Implementation of line breaking rules.

Several ancillary functions, like looking up the unicode character that
corresponds to some HTML 4.0 entity (such as “&amp;”, for example), and
determining the normal width or a double-width status of a unicode character.
Also, an adaptation of the iconv(3) API for this unicode library.

This library also implements C++ bindings for these algorithms.
The current release of the Courier Unicode library is based on the Unicode
6.3.0 standard.

%package -n %{devname}
Summary:	Development tools for programs which use the libcourier-unicode library
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
The courier-unicode-devel package includes the header files and documentation
necessary for developing programs which will use the libcourier-unicode
library.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%check
%make check

%files -n %{libname}
%doc README ChangeLog AUTHORS COPYING
%{_libdir}/libcourier-unicode.so.%{major}
%{_libdir}/libcourier-unicode.so.%{major}.*

%files -n %{devname}
%{_includedir}/courier-unicode.h
%{_includedir}/courier-unicode-categories-tab.h
%{_includedir}/courier-unicode-script-tab.h
%{_libdir}/libcourier-unicode.so
%{_mandir}/man3/*
%{_mandir}/man7/*

%changelog

* Tue Aug 16 2016 Denis Silakov <dsilakov@gmail.com> 1.4-1
- (bbc6ccc) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9890 |14cu|cowbell-0.2.7.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	cowbell
Summary: 	Music collection organizer and editor
Version: 	0.2.7.1
Release: 	10
License:	GPLv2+
Group:		Sound
URL:		http://more-cowbell.org/
# Download URL is dead: use stored sources
#Source0:	http://more-cowbell.org/releases/%%{name}-%%{version}.tar.bz2
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	gtk-sharp2
BuildRequires:	glade-sharp2
BuildRequires:	imagemagick
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig
BuildRequires:	mono-devel
BuildRequires:	taglib-devel

%description
Do you ever pull your hair out trying to hand-edit all your tags with some
arcane editor? Tell your inner OCD to take a hike because Cowbell is coming
to town. Cowbell is an elegant music organizer intended to make keeping your
collection tidy both fun and easy. Infused with Amazon Web Services SOAP-fu,
Cowbell can whip your music platoon into shape without even getting your boots
muddy. And, if that isn't enough, Cowbell can also snatch album art and rename
your music files like a pro.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
perl -p -i -e 's/lib\/cowbell/%{_lib}\/cowbell/g' Makefile* cowbell.in
%configure2_5x
%make


%install
%makeinstall_std

# Desktop menu entry
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Audio" \
  --add-category="Recorder" \
  --add-category="AudioVideo" \
  --add-category="X-MandrivaLinux-Multimedia-Sound" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# Provide icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -size 48x48 resources/%{name}.svg %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -size 32x32 resources/%{name}.png %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 resources/%{name}.png %{buildroot}/%{_miconsdir}/%{name}.png

%find_lang %{name}

%changelog

* Tue Aug 23 2016 gvm <mc2374@mclink.it> 0.2.7.1-10
- (923dde0) Merge pull request #1 from import/cowbell:rosa2016.1
- (923dde0) Cowbell 0.2.7.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9891 |14cu|cowpatty-4.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		cowpatty
Summary:	Brute-force dictionary attack against WPA-PSK
Version:	4.6
Release:	1
Source0:	http://wirelessdefence.org/Contents/Files/%{name}-%{version}.tgz
Patch0:		cowpatty-4.6-parallel-build.patch
Group:		Networking/Other
URL:		http://cowpatty.sf.net
BuildRequires:	openssl-devel
BuildRequires:	libpcap-devel
License:	GPLv2

%description
coWPAtty is designed to audit the pre-shared key (PSK) selection for WPA
networks based on the TKIP protocol. Supply a libpcap file that includes the
TKIP four-way handshake to mount an offline dictionary attack with a supplied
wordlist.

%prep
%setup -q
%apply_patches

%build
%make CFLAGS="-DOPENSSL"

%install
# make install is broken
install -D -pm 755 cowpatty %{buildroot}%{_bindir}/%{name}
install -D -pm 755 genpmk %{buildroot}%{_bindir}/genpmk

%files 
%doc AUTHORS COPYING README FAQ TODO CHANGELOG
%{_bindir}/*

%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.6-1
+ Revision: 53ce01c
- Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9892 |14cu|cpanminus-1.7001-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-cpanminus
%define upstream_version 1.7001

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(App::cpanminus::script\\)'
%define __noautoprovfiles %{perl_vendorlib}/App/cpanminus/fatscript.pm
%endif

Name:       cpanminus
Version:    1.7001
Release:    2

Summary:    Get, unpack, build and install modules from CPAN

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{version}.tar.gz

BuildRequires: perl(ExtUtils::Install)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(LWP)
BuildRequires: perl(Module::Build)
BuildRequires: perl-devel

BuildArch: noarch

%description
cpanminus is a script to get, unpack, build and install modules from CPAN.

Why? It's dependency free, requires zero configuration, and stands alone --
but it's maintainable and extensible with plugins and friendly to shell
scripting. When running, it requires only 10MB of RAM.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_bindir}/cpanm
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7001-2
+ Revision: c5bd102
- Drop erroneous provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9893 |14cu|cpat-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           cpat
Version:        1.2.1
Release:        1
Summary:        CPat is a curses based solitaire/patience collection
License:        GPLv2
Group:          Games/Cards
Url:            http://cpat.sourceforge.net/
Source0:        http://netcologne.dl.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(ncurses)

%description
CPat is a curses based solitaire/patience collection. 
It's pretty stable and at present contains implementations of 
Freecell, Klondike, Spider, 40 Thieves, Baker's Dozen, Scorpion, 
Penguin, Yukon and Stategy. 
The games are played in your favourite shell using keyboard commands.

%files
%doc ChangeLog AUTHORS COPYING README
%{_bindir}/%{name}
%{_mandir}/man6/%{name}.6*
#----------------------------------------------

%prep
%setup -q
autoreconf -fiv

%build
%configure2_5x --prefix=%{_prefix}
%setup_compile_flags
%make 

%install
%makeinstall_std

%changelog

* Thu Aug 25 2016 abfonly <abfonly@gmail.com> 1.2.1-1
- (5b24494) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9894 |14cu|cpp2latex-2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Converts C/C++ code to a LaTeX file
Name:		cpp2latex
Version:	2.3
Release:	3
License:	GPLv2+
Group:		Development/C++
Url:		http://www.arnoldarts.de/drupal/?q=Cpp2LaTeX
Source0:	http://www.arnoldarts.de/drupal/files/downloads/cpp2latex/%{name}-%{version}.tar.bz2
BuildRequires:	flex
Requires:	tetex-latex
Patch1:		cpp2latex-2.3-gcc43.patch
Patch0:		cpp2latex-2.3.patch
Patch2:		cpp2latex-2.3-tests.patch

%description
cpp2latex takes as input a C or C++ source file and outputs a LaTeX
file that is a beautified listing (optionally the output can contain
the 'documentstyle' header and so on).

%files
%doc README ChangeLog
%{_bindir}/cpp2latex

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
./configure --prefix=%{_prefix}
%make \
	CFLAGS="-DC_PLUSPLUS %{optflags}" \
	CXXFLAGS="-DC_PLUSPLUS %{optflags}"

%install
%makeinstall_std


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3-3
- (17c3053) Build with system optflags to fix debug package
- (17c3053) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9895 |14cu|cproto-4.7m-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Generates function prototypes and variable declarations from C code
Name:		cproto
Version:	4.7m
Release:	1
License:	Public Domain
Group:		Development/C
Url:		http://invisible-island.net/cproto/
Source0:	ftp://invisible-island.net/cproto/%{name}-%{version}.tgz
BuildRequires:	byacc
BuildRequires:	flex


%description
Cproto generates function prototypes and variable declarations from
C source code.  Cproto can also convert function definitions between the
old style and the ANSI C style.  This conversion will overwrite the
original files, however, so be sure to make a backup copy of your original
files in case something goes wrong.  Since cproto uses a Yacc generated
parser, it shouldn't be confused by complex function definitions as much
as other prototype generators) because it uses a Yacc generated parser.  

Cproto will be useful for C programmers, so install cproto if you are going
to do any C programming.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall


%files
%doc CHANGES README
%{_bindir}/cproto
%{_mandir}/*/cproto.1*

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 4.7m-1
- (9c5c2c0) Merge pull request #2 from import/cproto:rosa2016.1
- (9c5c2c0) Updated to 4.7m



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9896 |14cu|cpufrequtils-008-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname cpufreq %{major}
%define develname %mklibname cpufreq -d

Summary:	Tools to determine and set cpufreq settings
Name:		cpufrequtils
Version:	008
Release:	4
License:	GPLv2
Group:		System/Base
URL:		http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html
Source0:	http://www.kernel.org/pub/linux/utils/kernel/cpufreq/%{name}-%{version}.tar.bz2
BuildRequires:	libtool
BuildRequires:	sysfsutils-devel
BuildRequires:	gettext

%description
To make access to the Linux kernel cpufreq subsystem easier for users
and cpufreq userspace tools, the cpufrequtils package was created. It
contains a library used by other programs (libcpufreq), command line
tools to determine current CPUfreq settings and to modify them
(cpufreq-info and cpufreq-set), and debug tools.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		%{group}

%description -n %{libname}
Dynamic library for programs accessing cpufreq subsystem.

%package -n     %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	libcpufreq-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname cpufreq 0 -d}

%description -n %{develname}
Static libraries, include files for cpufrequtils.

%prep
%setup -q

%build
%setup_compile_flags
%make

%install
%makeinstall localedir=%{buildroot}%{_datadir}/locale

%find_lang %{name}

%clean

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -f %{name}.lang
%doc README AUTHORS
%defattr (-,root,root)
%{_mandir}/man1/*
%{_bindir}/*

%files -n %{libname}
%defattr(-, root, root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-, root, root)
%{_libdir}/*.so
%{_includedir}/*



%changelog

* Tue Feb 16 2016 Denis Silakov <dsilakov@gmail.com> 008-4
- (1882600) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9897 |14cu|crawl-0.19.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stone_soup

Name:           crawl
Version:        0.19.5
Release:        1
Summary:        Dungeon Crawl Stone Soup, a roguelike RPG with 2D or ascii graphics
License:        GPLv2+
Group:          Games/Adventure
Url:            http://crawl.develz.org
Source0:        http://crawl.develz.org/release/%{oname}-%{version}-nodeps.tar.xz
BuildRequires:  bison
BuildRequires:  flex
BuildRequires:  fonts-ttf-dejavu
BuildRequires:  imagemagick
BuildRequires:  pkgconfig(lua) == 5.1.5
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(ncursesw)
BuildRequires:  pkgconfig(sdl2)
BuildRequires:  pkgconfig(SDL2_image)
BuildRequires:  pkgconfig(sqlite3)

%description
Dungeon Crawl Stone Soup is a free rogue-like game of exploration and
treasure-hunting in dungeons filled with dangerous and unfriendly
monsters in a quest for the mystifyingly fabulous Orb of Zot.

The game has diverse species and many different character backgrounds
to choose from, deep tactical game-play, sophisticated magic, religion
and skill systems, and a grand variety of monsters to fight and run
from, making each game unique and challenging.
#-----------------------------------------------------------------------------
%package        common-data
Summary:        Common data for both game versions
Group:          Games/Adventure
BuildArch:      noarch

%description    common-data
This package contains common data used by the console and the tiles
version of the game.

%files      common-data
%doc licence.txt docs/*
%{_gamesdatadir}/%{name}/dat/
%{_gamesdatadir}/%{name}/settings/
%{_mandir}/man6/%{name}.6*
%exclude %{_gamesdatadir}/%{name}/dat/tiles/
#-----------------------------------------------------------------------------
%package        console
Summary:        Console version of Dungeon Crawl Stone Soup, a roguelike RPG
Group:          Games/Adventure
Requires:       %{name}-common-data = %{version}-%{release}
Provides:       %{name}-cli = %{version}-%{release}

%description    console
Dungeon Crawl Stone Soup is a free rogue-like game of exploration and
treasure-hunting in dungeons filled with dangerous and unfriendly
monsters in a quest for the mystifyingly fabulous Orb of Zot.

The game has diverse species and many different character backgrounds
to choose from, deep tactical game-play, sophisticated magic, religion
and skill systems, and a grand variety of monsters to fight and run
from, making each game unique and challenging.

This package contains the console version of Dungeon Crawl Stone Soup
(with ASCII characters). You can find a graphical version
with tiles in the package crawl-tiles.

%files      console
%doc licence.txt
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-console
#-----------------------------------------------------------------------------
%package        tiles
Summary:        Tiles version of Dungeon Crawl Stone Soup, a rogue-like RPG
Group:          Games/Adventure
Requires:       %{name}-common-data = %{version}-%{release}
Provides:       %{name} = %{version}-%{release}

%description    tiles
Dungeon Crawl Stone Soup is a free rogue-like game of exploration and
treasure-hunting in dungeons filled with dangerous and unfriendly
monsters in a quest for the mystifyingly fabulous Orb of Zot.

The game has diverse species and many different character backgrounds
to choose from, deep tactical game-play, sophisticated magic, religion
and skill systems, and a grand variety of monsters to fight and run
from, making each game unique and challenging.

This package contains the tiles version of Dungeon Crawl Stone Soup.
You can find a console version with ASCII characters in the package
crawl-console.


%files      tiles
%doc licence.txt
%{_gamesbindir}/%{name}-tiles
%{_gamesdatadir}/%{name}/dat/tiles/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
#-----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod 644 source/decks.cc

%define rosaflags prefix=%{_prefix} DATADIR=%{_gamesdatadir}/%{name} BINDIR=%{_gamesbindir} \\\
                    EXTERNAL_FLAGS="%{optflags}" EXTERNAL_LDFLAGS="%{ldflags}"

%build
pushd source
%make %{rosaflags}
mv %{name} %{name}-console
%make %{rosaflags} TILES=y
popd

%install
# Binaries
%makeinstall_std -C source %{rosaflags} TILES=y
mv %{buildroot}%{_gamesbindir}/%{name} %{buildroot}%{_gamesbindir}/%{name}-tiles
install -m0755 source/%{name}-console %{buildroot}%{_gamesbindir}

# Symbolic link for crawl-CLI
ln -s %{_gamesbindir}/%{name}-console %{buildroot}%{_gamesbindir}/%{name}

rm -rf %{buildroot}%{_gamesdatadir}/%{name}/docs

# Man page
install -D -m0644 docs/%{name}.6 %{buildroot}%{_mandir}/man6/%{name}.6

# Icons
convert source/util/%{name}.ico %{name}.png
install -D -m644 %{name}-6.png %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png
install -D -m644 %{name}-7.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -D -m644 %{name}-8.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m644 %{name}-9.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m644 source/util/dcss.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

# Menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Dungeon Crawl Stone Soup
Comment=Roguelike game with 2D graphics
GenericName=Roguelike game
Exec=%{name}-tiles
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;RolePlaying;
EOF


%changelog

* Sat Apr 15 2017 abfonly <abfonly@gmail.com> 0.19.5-1
- (7913190) Log: Update to 0.19.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9898 |14cu|createrepo-0.10.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		createrepo
Version:	0.10.4
Release:	1
Summary:	Creates a common metadata repository
License:	GPLv2+
Group:		System/Configuration/Packaging
URL:		http://createrepo.baseurl.org/
Source0:	http://createrepo.baseurl.org/download/%{name}-%{version}.tar.gz
Patch0:     createrepo-0.9.9-ten-changelog-limit.patch

BuildRequires:	pkgconfig(python)

Requires:	python-rpm
Requires:	yum >= 3.2.23
Requires:	python-deltarpm
Requires:	python-libxml2

BuildArch:	noarch

%description
This utility will generate a common metadata repository from a directory of
rpm packages

%prep
%setup -q
%patch0 -p0

%build

%install
make DESTDIR=$RPM_BUILD_ROOT sysconfdir=%{_sysconfdir} install
mkdir -p %{buildroot}%{py_puresitedir}/%name
cp -R %{name}/*py  %{buildroot}%{py_puresitedir}/%name
pushd %{buildroot}%{py_puresitedir}/%name
chmod +x {merge,utils,deltarpms,readMetadata,yumbased}.py
popd

%files
%doc ChangeLog README COPYING
%{_datadir}/%{name}/
%{_bindir}/createrepo
%{_bindir}/modifyrepo
%{_bindir}/mergerepo
%{_mandir}/*/*
%{py_puresitedir}/%{name}/*
%{_sysconfdir}/bash_completion.d/*.py
%config(noreplace) %{_sysconfdir}/bash_completion.d/createrepo
%config(noreplace) %{_sysconfdir}/bash_completion.d/mergerepo
%config(noreplace) %{_sysconfdir}/bash_completion.d/modifyrepo

%changelog

* Fri Aug 26 2016 alzim <alzim@bk.ru> 0.10.4-1
- (738d9a0) Merge pull request #2 from import/createrepo:rosa2016.1
- (738d9a0) Updated to 0.10.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9899 |14cu|crimesquad-4.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Liberal-Crime-Squad

Name:           crimesquad
Version:        4.10.0
Release:        1
Summary:        Welcome to Liberal Crime Squad
License:        GPLv2
Group:          Games/Adventure 
Url:            http://lcs.wikidot.com/
Source0:        https://github.com/Kamal-Sadek/Liberal-Crime-Squad/archive/%{oname}-%{version}.tar.gz
# http://www.bay12forums.com/smf/index.php?topic=72963.0
Source1:        crimesquad.png
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  pkgconfig(sdl2)
BuildRequires:  pkgconfig(SDL2_mixer)
BuildRequires:  desktop-file-utils
BuildRequires:  imagemagick


%description
The Conservatives have taken the Executive, 
Legislative, and Judicial branches of government. 
4Over time, the Liberal laws of this nation 
will erode and turn the country into a 
BACKWOODS YET CORPORATE NIGHTMARE. 
To prevent this from happening, 
the Liberal Crime Squad was established. 
The mood of the country is shifting, 
and we need to turn things around. 
Go out on the streets and indoctrinate 
Conservative automatons. 
That is, let them see their True Liberal Nature. 
Then arm them and send them forth to Stop Evil.

%files
%doc AUTHORS License README.md
%{_gamesbindir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_gamesdatadir}/lcs/
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#----------------------------------------------
%prep
%setup -qn %{oname}-%{version}

sed -i '8iIcon=crimesquad' %{name}.desktop
autoreconf -fiv

%build
%configure2_5x --prefix=%{_prefix} \
  --bindir=%{_gamesbindir} \
  --datadir=%{_gamesdatadir} 
  
%setup_compile_flags
%make 

%install
%makeinstall_std
mv %{buildroot}%{_gamesdatadir}/applications %{buildroot}%{_datadir}/applications

for size in 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size %{SOURCE1} \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png 
done

desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Sun Sep 04 2016 abfonly <abfonly@gmail.com> 4.10.0-1
- (80a90fc) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9900 |14cu|CriticalMass-1.0.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Arcade Shooter
Name:		CriticalMass
Version:	1.0.2
Release:	10
License:	GPLv2+
Group:		Games/Arcade
Url:		http://criticalmass.sourceforge.net
Source0:	http://criticalmass.sourceforge.net/criticalmass/%{name}-%{version}.tar.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		CriticalMass-1.0.2-fix-gcc-43.patch
Patch1:		criticalmass-1.0.2-libpng14.patch
Patch2:		criticalmass-1.0.2-libpng15.patch
Patch3:		criticalmass-1.0.2-system_curl.patch
Patch4:		criticalmass-1.0.2-cflags.patch
BuildRequires:	pkgconfig(glw)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(zlib)

%description
Critical Mass (aka Critter) is an SDL/OpenGL space shoot'em up game.

%files
%defattr(644,root,root,755)
%doc Readme.html COPYING TODO
%{_gamesdatadir}/Critical_Mass
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}*.png
%{_miconsdir}/%{name}*.png
%{_mandir}/man6/critter.6*
%defattr(755,root,root,755)
%{_gamesbindir}/critter
%{_gamesbindir}/Packer

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .gcc43~
%patch1 -p0 -b .png14~
%patch2 -p0 -b .png15~
%patch3 -p0 -b .curl~
%patch4 -p0 -b .cflags~

rm -rf curl/
touch NEWS README AUTHORS ChangeLog

%build
autoreconf -fi
%configure2_5x \
	--prefix=%{_gamesbindir} \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir} \
	--libdir=%{_libdir} \
	--enable-dyngl
%make

%install
install -d %{buildroot}%{_gamesbindir}
install -m755 game/critter tools/Packer -D %{buildroot}%{_gamesbindir}
install -d %{buildroot}%{_gamesdatadir}/Critical_Mass
install -m644 data/music/lg-criti.xm %{buildroot}%{_gamesdatadir}/Critical_Mass
install -m644 game/resource.dat %{buildroot}%{_gamesdatadir}/Critical_Mass
install -d %{buildroot}%{_mandir}/man6
install -m644 critter.6 %{buildroot}%{_mandir}/man6


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Critical Mass
Comment=Arcade Shooter
Exec=%{_gamesbindir}/critter
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D ${RPM_BUILD_ROOT}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D ${RPM_BUILD_ROOT}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D ${RPM_BUILD_ROOT}%{_liconsdir}/%{name}.png


%changelog

* Wed Jun 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2-10
- (1619c26) Build with system optflags to fix debug package
- (1619c26) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9901 |14cu|cronutils-1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		cronutils
Version:	1.9
Release:	1
Summary:	Utilities to assist running batch processing jobs
Group:		System/Base 
License:	Apache 2.0
URL:		https://github.com/google/cronutils
Source0:	https://github.com/google/cronutils/archive/version/%{version}.tar.gz?/%{name}-version-%{version}.tar.gz
BuildRequires:	python-devel

%description
Utilities to assist running batch processing jobs.
    
    runalarm: Limit the run time of a process.
    runlock: Prevent concurrent runs of a process.
    runstat: Export statistics about a process's execution. 

%prep
%setup -qn %{name}-version-%{version}
sed -i 's/local//g' Makefile

%build
%make CC=%{__cc}

%install
%makeinstall_std

%files
%{_bindir}/runalarm
%{_bindir}/runstat
%{_bindir}/runlock
%{_mandir}/man1/*.xz

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 1.9-1
- (a3b2499) Merge pull request #1 from import/cronutils:rosa2016.1
- (a3b2499) Updated to 1.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9902 |14cu|cross-avr-binutils-2.23.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define target avr

Summary:	Cross Compiling GNU binutils targeted at %{target}
Name:		cross-%{target}-binutils
Version:	2.23.2
Release:	4
License:	GPLv2+
Group:		Development/Tools
Url:		http://www.gnu.org/software/binutils/
Source0:	ftp://ftp.gnu.org:21/pub/gnu/binutils/binutils-%{version}.tar.bz2
Patch0:		binutils-2.23.2-textinfo.patch
BuildRequires:	gawk
BuildRequires:	texinfo

%description
This is a Cross Compiling version of GNU binutils, which can be used to
assemble and link binaries for the %{target} platform, instead of for the
native %{_arch} platform.

%files
%doc binutils-%{version}/COPYING binutils-%{version}/COPYING.LIB
%doc binutils-%{version}/README
%{_prefix}/%{target}
%{_bindir}/%{target}-*
%{_mandir}/man1/%{target}-*.1*

#----------------------------------------------------------------------------

%prep
%setup -q -c
%patch0 -p0

%build
mkdir -p build
pushd build
CFLAGS="%{optflags}" ../binutils-%{version}/configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--mandir=%{_mandir} \
	--infodir=%{_infodir} \
	--target=%{target} \
	--disable-werror \
	--disable-nls

%make
popd

%install
pushd build
%makeinstall_std
popd
# these are for win targets only
rm %{buildroot}%{_mandir}/man1/%{target}-{dlltool,nlmconv,windres}.1
# we don't want these as we are a cross version
rm -r %{buildroot}%{_infodir}
rm %{buildroot}%{_libdir}/libiberty.a


%changelog
* Mon Jan 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.23.2-4
+ Revision: a33003c
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9903 |14cu|cross-avr-gcc-4.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define target avr
%define Werror_cflags -Wformat
%define debug_package %{nil}
# This is a ugly workaround for not listing all files in /usr/lib and %%{_libexecdir}
# Don't remove it until you are going to support this package in future
%define _files_listed_twice_terminate_build 0

Summary:	Cross Compiling GNU GCC targeted at %{target}
Name:		cross-%{target}-gcc
Version:	4.8.1
Release:	1
License:	GPLv2+
Group:		Development/C
Url:		http://gcc.gnu.org/
Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}.tar.bz2
Patch0:		cross-avr-gcc-4.6.1-mint8.patch
BuildRequires:	cross-%{target}-binutils
BuildRequires:	gawk
BuildRequires:	gmp-devel
BuildRequires:	mpfr-devel
BuildRequires:	libmpc-devel
BuildRequires:	pkgconfig(zlib)
Requires:	cross-%{target}-binutils
Provides:	%{name}-cpp = %{EVRD}

%description
This is a Cross Compiling version of GNU GCC, which can be used to compile
for the %{target} platform, instead of for the native %{_arch} platform.

%files
%doc COPYING COPYING.LIB
%{_bindir}/%{target}-*
%dir /usr/lib/gcc
%dir /usr/lib/gcc/%{target}
/usr/lib/gcc/%{target}/%{version}
%dir %{_libexecdir}/gcc
%dir %{_libexecdir}/gcc/%{target}
%{_libexecdir}/gcc/%{target}/%{version}
%{_mandir}/man1/%{target}-*.1.*
%exclude %{_bindir}/%{target}-?++
%exclude %{_libexecdir}/gcc/%{target}/%{version}/cc1plus
%exclude %{_mandir}/man1/%{target}-g++.1.*

#----------------------------------------------------------------------------

%package c++
Summary:	Cross Compiling GNU GCC targeted at %{target}
Group:		Development/C++
Requires:	%{name} = %{EVRD}

%description c++
This package contains the Cross Compiling version of g++, which can be used to
compile c++ code for the %{target} platform, instead of for the native %{_arch}
platform.

%files c++
%{_bindir}/%{target}-?++
%{_libexecdir}/gcc/%{target}/%{version}/cc1plus
%{_mandir}/man1/%{target}-g++.1.*

#----------------------------------------------------------------------------

%prep
%setup -q -n gcc-%{version}
%patch0

contrib/gcc_update --touch

# Extract %%__os_install_post into os_install_post~
cat << \EOF > os_install_post~
%__os_install_post
EOF

# Generate customized brp-*scripts
cat os_install_post~ | while read a x y; do
case $a in
# Prevent brp-strip* from trying to handle foreign binaries
*/brp-strip*)
  b=$(basename $a)
  sed -e 's,find %{buildroot},find %{buildroot}%{_bindir} %{buildroot}%{_libexecdir},' $a > $b
  chmod a+x $b
  ;;
esac
done

sed -e 's,^[ ]*/usr/lib/rpm.*/brp-strip,./brp-strip,' \
< os_install_post~ > os_install_post 

%build
mkdir -p gcc-%{target}
pushd gcc-%{target}
CC="%{__cc} %{optflags}" \
../configure \
	--prefix=%{_prefix} \
	--mandir=%{_mandir} \
	--infodir=%{_infodir} \
	--target=%{target} \
	--enable-languages=c,c++ \
	--disable-nls \
	--disable-libssp \
	--with-system-zlib \
	--enable-version-specific-runtime-libs \
	--with-pkgversion="%{distribution} %{EVRD}" \
	--with-bugurl="%{bugurl}" \
	--libexecdir=%{_libexecdir}
# In general, building GCC is not smp-safe
make
popd

%install
pushd gcc-%{target}
%makeinstall_std
popd
# we don't want these as we are a cross version
rm -rf %{buildroot}%{_infodir}
rm -rf %{buildroot}%{_mandir}/man7
rm    %{buildroot}%{_libdir}/libiberty.a
# and these aren't usefull for embedded targets
rm -rf %{buildroot}/usr/lib/gcc/%{target}/%{version}/install-tools
rm -rf %{buildroot}%{_libexecdir}/gcc/%{target}/%{version}/install-tools

%define __os_install_post . ./os_install_post


%changelog
* Mon Jan 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.8.1-1
+ Revision: 861a7c6
- New version 4.8.1, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9904 |14cu|crosti-1.13.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		crosti
Summary:	Tool to create cross stitch scheme from custom image
Version:	1.13.2
Release:	1
License:	GPLv3+
Group:		Graphics
URL:		https://sites.google.com/site/crostiapp/
Source0:	https://sourceforge.net/projects/crosti/files/crosti%201.13.2/%{name}-%{version}-source.zip
Source1:	crosti.xml
BuildRequires:	qt4-devel

%description
This tool allows you to make your own unique cross stitch scheme from custom
image. You can resize and rotate image, reduce the number of colors, change
image palette, make cross stitch scheme, preview it, save and print. Cross
stitch scheme edition available: colors and icons changing, new color addition,
color fill, scheme pixel draw, lines and half-stitches.

Features

* Convert custom image to cross stitch scheme.
* Edit cross stitch scheme.
* Save and print the scheme that you created.
* Input images: BMP, GIF, ICO, JPEG, JPG, MNG, PBM, PGM, PNG, PPM, SVG, TIF,
  TIFF, XBM, XPM.
* Output cross stitch scheme: BMP, ICO, JPEG, JPG, PNG, PPM, TIF, TIFF, XBM,
  XPM, PDF, CST (crosti scheme text file).

%prep
%setup  -q -c -n %{name}-%{version}-source
perl -i -pe 's/\r\n/\n/gs' {readme,changelog}.txt

%build
%qmake_qt4
%make

%install
%makeinstall_qt
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/mime/packages/%{name}.xml

%files
%doc readme.txt changelog.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_iconsdir}/hicolor/*/apps/*
%{_iconsdir}/hicolor/*/mimetypes/*

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 1.13.2-1
- (f40df36) Merge pull request #1 from import/crosti:rosa2016.1
- (f40df36) Updated to 1.13.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9905 |14cu|csmash-0.6.6-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		csmash
Summary:	A 3D table tennis game
Version:	0.6.6
Release:	21
Source0:	http://belnet.dl.sourceforge.net/sourceforge/cannonsmash/%{name}-%{version}.tar.bz2
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
Patch0:		csmash-0.6.6-64bit-fixes.patch.bz2
Patch1:		csmash-0.6.6-gcc4.patch.bz2
Patch2:		csmash-0.6.6-extraqualif.patch.bz2
URL:		http://CannonSmash.sourceforge.net/
License:	GPL
Group:		Games/Sports
BuildRequires:	pkgconfig(x11) libxext-devel libxi-devel libxmu-devel libxt-devel
BuildRequires:	SDL_mixer-devel SDL_image-devel  esound-devel
BuildRequires:	gtk+2-devel mesaglu-devel jpeg-devel texinfo zlib-devel gettext bison
BuildRequires:  pkgconfig(alsa)

%description
CannonSmash is a 3D tabletennis game. The goal of this project is to represent
various strategy of tabletennis on computer game.

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
%configure2_5x
%make

%install
%makeinstall
rm -rf %{buildroot}%{_datadir}/%{name}/win32

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=CannonSmash
Comment=A 3D table tennis game
Comment[ru]=Трехмерный настольный теннис
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;SportsGame;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README README.en
%{_bindir}/*
%{_datadir}/games/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png



%changelog

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 0.6.6-21
- (7813530) Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9906 |14cu|csound-6.07.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Csound is really dumb about 64-bit
%ifarch	x86_64 ia64 ppc64 sparc64 s390x
%define	build64bit	1
%define	lib64		1
%define	useDouble	1
%define	install64bit	--word64
%else
%define	build64bit	0
%define	lib64		0
%define	useDouble	0
%define	install64bit	%{nil}
%endif
%define	major		6
%define	libname		%mklibname %{name} %{major}
%define	develname	%mklibname -d %{name}

%define	with_manual	1

Summary:	A sound synthesis language and library
Name:		csound
Version:	6.07.0
Release:	1
License:	LGPLv2+
Group:		Sound
URL:		https://csound.github.io/
Source0:	https://github.com/csound/csound/archive/%{name}-%{version}.tar.gz
%if %{with_manual}
Source1:	https://github.com/csound/csound/releases/download/%{version}/Csound6.07_manual_html.zip
%endif
#Source2:	http://ccrma.stanford.edu/software/stk/release/stk-4.4.4.tar.gz
Source100:	%{name}.rpmlintrc
Patch1:		%{name}-6.04-default-opcodedir.patch
Patch2:		%{name}-6.04-default-pulse.patch
Patch3:		%{name}-6.04-fix-python-install-path.patch
Patch4:		%{name}-6.07.0-fix-luajit-detection.patch
BuildRequires:	cmake >= 2.8.12
BuildRequires:	bison
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	getfem++
BuildRequires:	gettext
BuildRequires:	jpackage-utils >= 1.5
BuildRequires:	python
BuildRequires:	swig >= 2.0
BuildRequires:	xsltproc
BuildRequires:	boost-devel
BuildRequires:	fltk-devel >= 1.1.7
BuildRequires:	gomp-devel
BuildRequires:	hdf5-devel
BuildRequires:	java-1.8.0-openjdk-devel
BuildRequires:	jpeg-devel
BuildRequires:	ladspa-devel
BuildRequires:	portmidi-devel
BuildRequires:	stk-devel
BuildRequires:	wiiuse-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dssi)
BuildRequires:	pkgconfig(eigen3)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(luajit)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sndfile) >= 1.0.19
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
# TODO: Add package and support for libmusicxml
#BuildRequires:	texlive
#BuildRequires:	texlive-latex
#BuildRequires:	tcl-devel
#BuildRequires:	pkgconfig(cairo)
#BuildRequires:	pkgconfig(pixman-1)
#BuildRequires:	pkgconfig(tk)
#BuildRequires:	emacs-common
Obsoletes:	%{name} < %{EVRD}
Requires:	%{libname} = %{EVRD}

%description
Csound is a sound and music synthesis system, providing facilities for
composition and performance over a wide range of platforms. It is not
restricted to any style of music, having been used for many years in
at least classical, pop, techno, ambient...

%files -f csound6.lang
%doc COPYING ChangeLog README.md Release_Notes/*
%{_bindir}/atsa
%{_bindir}/cs
%{_bindir}/csanalyze
%{_bindir}/csb64enc
%{_bindir}/csbeats
%{_bindir}/csdebugger
%{_bindir}/csound
%{_bindir}/cvanal
%{_bindir}/dnoise
%{_bindir}/envext
%{_bindir}/extract
%{_bindir}/extractor
%{_bindir}/het_export
%{_bindir}/het_import
%{_bindir}/hetro
%{_bindir}/lpanal
%{_bindir}/lpc_export
%{_bindir}/lpc_import
%{_bindir}/makecsd
%{_bindir}/mixer
%{_bindir}/pv_export
%{_bindir}/pv_import
%{_bindir}/pvanal
%{_bindir}/pvlook
%{_bindir}/scale
%{_bindir}/scot
%{_bindir}/scsort
%{_bindir}/sdif2ad
%{_bindir}/sndinfo
%{_bindir}/srconv
%{_bindir}/src_conv
#{_bindir}/cs-launcher
#{_bindir}/winsound

#-------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Csound main library and plug-ins
Group:		Sound
#Requires:	%%{libname} = %%{version}

%description -n %{libname}
Contains the libraries and the main plug-ins for using Csound.

%files -n %{libname}
%doc COPYING
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins-6.0
%{_libdir}/lib%{name}64.so.%{major}*
%{_libdir}/luaCsnd6.so
%{_libdir}/luaCsoundAC.so
%{_libdir}/%{name}/plugins-6.0/csladspa.so
%{_libdir}/%{name}/plugins-6.0/libampmidid.so
%{_libdir}/%{name}/plugins-6.0/libbuchla.so
%{_libdir}/%{name}/plugins-6.0/libcellular.so
%{_libdir}/%{name}/plugins-6.0/libchua.so
%{_libdir}/%{name}/plugins-6.0/libcontrol.so
%{_libdir}/%{name}/plugins-6.0/libcs_date.so
%{_libdir}/%{name}/plugins-6.0/libdoppler.so
%{_libdir}/%{name}/plugins-6.0/libexciter.so
%{_libdir}/%{name}/plugins-6.0/libfareygen.so
%{_libdir}/%{name}/plugins-6.0/libfractalnoise.so
%{_libdir}/%{name}/plugins-6.0/libframebuffer.so
%{_libdir}/%{name}/plugins-6.0/libftsamplebank.so
#{_libdir}/%%{name}/plugins-6.0/libhdf5.so
%{_libdir}/%{name}/plugins-6.0/libhdf5ops.so
%{_libdir}/%{name}/plugins-6.0/libipmidi.so
%{_libdir}/%{name}/plugins-6.0/libimage.so
%{_libdir}/%{name}/plugins-6.0/libjacko.so
%{_libdir}/%{name}/plugins-6.0/libjoystick.so
%{_libdir}/%{name}/plugins-6.0/liblinear_algebra.so
%{_libdir}/%{name}/plugins-6.0/libLuaCsound.so
%{_libdir}/%{name}/plugins-6.0/libmixer.so
%{_libdir}/%{name}/plugins-6.0/libpadsynth.so
%{_libdir}/%{name}/plugins-6.0/libplaterev.so
%{_libdir}/%{name}/plugins-6.0/libpy.so
%{_libdir}/%{name}/plugins-6.0/librtalsa.so
%{_libdir}/%{name}/plugins-6.0/librtpa.so
%{_libdir}/%{name}/plugins-6.0/librtpulse.so
%{_libdir}/%{name}/plugins-6.0/libscansyn.so
%{_libdir}/%{name}/plugins-6.0/libserial.so
%{_libdir}/%{name}/plugins-6.0/libsignalflowgraph.so
%{_libdir}/%{name}/plugins-6.0/libstdutil.so
%{_libdir}/%{name}/plugins-6.0/libsystem_call.so
%{_libdir}/%{name}/plugins-6.0/liburandom.so
%{_libdir}/%{name}/plugins-6.0/libwiimote.so

#-------------------------------------------------------------------------------

%package -n %{develname}
Summary:	Csound development files and libraries
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < %{EVRD}

%description -n %{develname}
Contains headers and libraries for developing applications that use Csound.

%files -n %{develname}
%doc COPYING
%dir %{_includedir}/%{name}/
%{_includedir}/%{name}/*
%{_libdir}/lib%{name}64.so
%{_libdir}/libcsnd6.so
%{_libdir}/libCsoundAC.so

#-------------------------------------------------------------------------------

%package python
Summary:	Python Csound files and libraries
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	python

%description python
Contains Python files for using Csound.

%files python
%doc COPYING
%{_libdir}/libcsnd6.so.%{major}*
%{_libdir}/libCsoundAC.so.%{major}*
%{python_sitearch}/_CsoundAC.so
%{python_sitearch}/CsoundAC.py
%{python_sitearch}/_csnd6.so
%{python_sitearch}/csnd6.py
%{python_sitearch}/ctcsound.py
%{python_sitearch}/icsound.py

#-------------------------------------------------------------------------------

%package java
Summary:	Java Csound support
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	jpackage-utils >= 1.5

%description java
Contains Java language bindings for developing and running Java applications
that use Csound.

%files java
%doc COPYING
%{_libdir}/lib_jcsound6.so
%{_libdir}/csnd6.jar
#{_libdir}/%%{name}/java/
%{_javadir}/csnd6.jar

#-------------------------------------------------------------------------------

%package javadoc
Summary:	API documentation for Java Csound support
Group:		Development/Java

%description javadoc
API documentation for the %{name}-java package.

%files javadoc
%doc COPYING
%doc %{_javadocdir}/%{name}-java

#-------------------------------------------------------------------------------

#package tk
#Summary:	Tcl/Tk related Csound utilities
#Group:		Sound
#Requires:	%%{name} = %%{EVRD}
#Requires:	tcl
#Requires:	tk

#description tk
#Contains Tcl/Tk related Csound utilities.

#files tk
#doc COPYING
#{_libdir}/%%{name}/tcl/
#{_bindir}/matrix.tk
#{_bindir}/brkpt
#{_bindir}/linseg
#{_bindir}/tabdes
#{_bindir}/cstclsh
#{_bindir}/cswish

#-------------------------------------------------------------------------------

%package stk
Summary:	STK plug-ins for Csound
Group:		Sound
Requires:	%{name} = %{EVRD}

%description stk
Contains STK plug-ins for Csound.

%files stk
%doc COPYING
#{_libdir}/%%{name}/plugins-6.0/libstk.so
%{_libdir}/%{name}/plugins-6.0/libstkops.so
#{_datadir}/%%{name}/rawwaves/*.raw

#-------------------------------------------------------------------------------

#package gui
#Summary:	A FLTK-based GUI for Csound
#Group:		Sound
#Requires:	%%{name} = %%{EVRD}
#Requires:	fltk
#Requires:	xdg-utils

#description gui
#Contains a FLTK-based GUI for Csound.

#files gui
#doc COPYING
#{_bindir}/csound5gui

#-------------------------------------------------------------------------------

%package fltk
Summary:	FLTK plug-ins for Csound
Group:		Sound
Requires:	%{name} = %{EVRD}
Requires:	fltk

%description fltk
Contains FLTK plug-ins for Csound.

%files fltk
%doc COPYING
%{_libdir}/%{name}/plugins-6.0/libwidgets.so

#-------------------------------------------------------------------------------

%package jack
Summary:	Jack Audio plug-ins for Csound
Group:		Sound
Requires:	%{name} = %{EVRD}
Requires:	jackit

%description jack
Contains Jack Audio plugins for Csound.

%files jack
%doc COPYING
%{_libdir}/%{name}/plugins-6.0/librtjack.so
%{_libdir}/%{name}/plugins-6.0/libjackTransport.so

#-------------------------------------------------------------------------------

%package fluidsynth
Summary:	Fluidsyth sound font plug-in for Csound
Group:		Sound
Requires:	%{name} = %{EVRD}
Requires:	fluidsynth

%description fluidsynth
Contains Fluidsynth sound font plug-in for Csound.

%files fluidsynth
%doc COPYING
%{_libdir}/%{name}/plugins-6.0/libfluidOpcodes.so

#-------------------------------------------------------------------------------

%package dssi
Summary:	Disposable Soft Synth Interface (DSSI) plug-in for Csound
Group:		Sound
Requires:	%{name} = %{EVRD}
Requires:	dssi

%description dssi
Disposable Soft Synth Interface (DSSI) plug-in for Csound.

%files dssi
%doc COPYING
%{_libdir}/%{name}/plugins-6.0/libdssi4cs.so

#-------------------------------------------------------------------------------

%package osc
Summary:	Open Sound Control (OSC) plug-in for Csound
Group:		Sound
Requires:	%{name} = %{EVRD}

%description osc
Open Sound Control (OSC) plug-in for Csound.

%files osc
%doc COPYING
%{_libdir}/%{name}/plugins-6.0/libosc.so

#-------------------------------------------------------------------------------

%package virtual-keyboard
Summary:	Virtual MIDI keyboard plug-in for Csound
Group:		Sound
Requires:	%{name} = %{EVRD}
Requires:	fltk

%description virtual-keyboard
A virtual MIDI keyboard plug-in for Csound.

%files virtual-keyboard
%doc COPYING
%{_libdir}/%{name}/plugins-6.0/libvirtual.so

#-------------------------------------------------------------------------------

%if %{with_manual}
%package manual
Summary:	The Csound manual
Group:		Sound
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description manual
Canonical Reference Manual for Csound.

%files manual
%doc manual/html
%endif

#-------------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .default-opcodedir
%patch2 -p1 -b .default-pulse
%patch3 -p1 -b .fixpython
%patch4 -p1 -b .fixluajit
#patch1 -p1 -b .no-usr-local
#patch3 -p1 -b .64-bit-plugin-path
#patch5 -p1 -b .fix-local-install
#patch7 -p1 -b .compile-flag
#patch8 -p1 -b .tcl
#patch9 -p1 -b .link

%if %{with_manual}
# Extract manual files
mkdir -p manual
pushd manual
    unzip -q %{SOURCE1}
    chmod 0755 html
    cd html
    chmod 0644 *.html *.css
    chmod 0755 images examples
    cd images/callouts
    chmod 0644 *
    cd ..
    chmod 0755 callouts
    chmod 0644 *.png *.jpg *.gif
    cd ..
    cd examples
    chmod 0644 *
    cd ../..
popd
%endif

# Dirty hacks
#sed -i 's|"lib"|"%%{_lib}"|g' CMakeLists.txt
sed -i 's|"${LIBRARY_INSTALL_DIR}/%{name}/plugins64-${APIVERSION}"|"${LIBRARY_INSTALL_DIR}/%{name}/plugins-${APIVERSION}"|g' CMakeLists.txt


%build
%cmake .. \
      -DBUILD_RELEASE=1 \
      -DBUILD_UTILITIES=1 \
      -DFAIL_MISSING=0 \
      -DUSE_DOUBLE=1 \
      -DUSE_CURL=1 \
      -DUSE_OPEN_MP=1 \
%ifarch x86_64
      -DUSE_LIB64=1 \
%endif
      -DUSE_GETTEXT=1

%make

# Generate javadoc...
pushd interfaces
javadoc *.java
popd


%install
%makeinstall_std -C build

install -dm 755 %{buildroot}%{_javadir}
(cd %{buildroot}%{_javadir}; ln -s %{_libdir}/csnd6.jar .)

# Package the docs for java
install -dm 644 %{buildroot}%{_javadocdir}/%{name}-java
%{__chmod} -R 755 %{buildroot}%{_javadocdir}/%{name}-java
pushd build/interfaces
    (tar cf - *.html csnd6/*.html) | (cd %{buildroot}%{_javadocdir}/%{name}-java; tar xvf -)
popd


%find_lang csound6



%changelog

* Mon Jun 06 2016 Giovanni Mariani <mc2374@mclink.it> 6.07.0-1
- (a41de53) Updated to release 6.07.0, added P4 to fix luajit detection, updated URLs and fixed file lists



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9907 |14cu|csoundqt-0.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Frontend for the csound sound processor
Name:		csoundqt
Version:	0.9.0
Release:	2
License:	LGPLv2.1+
Group:		Sound
Url:		http://qutecsound.sourceforge.net/
Source0:	http://garr.dl.sourceforge.net/project/qutecsound/CsoundQt/%{version}/%{name}-%{version}-src.tar.gz
Source1:	%{name}.desktop
BuildRequires:	csound
BuildRequires:	desktop-file-utils
BuildRequires:	doxygen
BuildRequires:	imagemagick
BuildRequires:	PyQt4
BuildRequires:	csound-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sndfile)
Requires:	csound
Requires:	PyQt4
Provides:	qutecsound = %{EVRD}
Obsoletes:	qutecsound < 0.9.0

%description
CsoundQt is a frontend for Csound featuring a highlighting editor with
autocomplete, interactive widgets and integrated help. It is a cross-
platform and aims to be a simple yet powerful and complete development
environment for Csound. It can open files created by MacCsound. Csound
is a musical programming language with a very long history, with roots
in the origins of computer music. It is still being maintained by an
active community and despite its age, is still one of the most powerful
tools for sound processing and synthesis. CsoundQt hopes to bring the
power of Csound to a larger group of people, by reducing Csound's intial
learning curve, and by giving users more immediate control of their sound.
It hopes to be both a simple tool for the beginner, as well as a powerful
tool for experienced users.

%files
%doc ChangeLog BUILDING COPYING doc/*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qc
sed s,"/usr/lib","%{_libdir}",g -i qcs-unix.pro

%build
%qmake_qt4 qcs.pro
%make

%install
# Prepare folders no install provided
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/pixmaps

# Bin file
install -Dm755 bin/CsoundQt-d-cs6 %{buildroot}%{_bindir}/%{name}

# Examples docs and data
cp -a examples %{buildroot}%{_datadir}/%{name}
cp -a images %{buildroot}%{_datadir}/%{name}

# Desktop file and pixmaps
install -Dm644 %{SOURCE1} %{buildroot}%{_datadir}/applications
install -Dm644 images/qtcs.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.0-2
- (485a78b) Try to fix library search path location



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9908 |14cu|ctemplate-2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 3
%define	libname %mklibname ctemplate %{major}
%define	develname %mklibname ctemplate -d

Name:		ctemplate
Version:	2.3
Release:	2
Summary:	Simple but powerful template language for C++
Group:		System/Libraries
License:	BSD
URL:		https://code.google.com/p/ctemplate/
Source0:	https://ctemplate.googlecode.com/files/%{name}-%{version}.tar.gz

%description
The ctemplate package contains a library implementing a simple but
powerful template language for C++.  It emphasizes separating logic
from presentation: it is impossible to embed application logic in this
template language.  This limits the power of the template language
without limiting the power of the template *system*.  Indeed, Google's
"main" web search uses this system exclusively for formatting output.

%package -n	%{libname}
Summary:	Simple but powerful template language for C++
Group:		System/Libraries

%description -n	%{libname}
The ctemplate package contains a library implementing a simple but
powerful template language for C++.  It emphasizes separating logic
from presentation: it is impossible to embed application logic in this
template language.  This limits the power of the template language
without limiting the power of the template *system*.  Indeed, Google's
"main" web search uses this system exclusively for formatting output.

%package -n	%{develname}
Summary:	Development files for the %{name} library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{version}

%description -n	%{develname}
The ctemplate-devel package contains static and debug libraries and header
files for developing applications that use the ctemplate package.

%prep
%setup -q -n ctemplate-ctemplate-%{version}

%build
export PTHREAD_LIBS="-lpthread"
%configure2_5x --disable-static
%make

%check
make check

%install
%makeinstall_std
# cleanup
rm -rf %{buildroot}%{_docdir}/ctemplate-*

# don't ship .la
find %{buildroot} -name "*.la" | xargs rm -f

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog INSTALL README doc/*
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

%files -n %{develname}
%{_includedir}/ctemplate/*
%{_libdir}/pkgconfig/libctemplate*.pc
%{_bindir}/diff_tpl_auto_escape
%{_bindir}/make_tpl_varnames_h
%{_bindir}/template-converter
%{_libdir}/*.so



%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3-2
- (085ad38) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9909 |14cu|cthumb-4.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A program to generate Web picture albums
Name:		cthumb
Version:	4.2
Release:	14
License:	GPL
Group:		Networking/WWW
Source0:	http://prdownloads.sourceforge.net/cthumb/%{name}-%{version}.tar.gz
URL:		http://cthumb.sourceforge.net/
BuildArch:	noarch
Requires:	perl-base
Requires:	perl-HTML-Parser
Requires:	perl-MIME-tools
Requires:	perl-URI
Requires:	netpbm


%description
Cthumb allows you to create a web picture album, with an index and
several pages, each with thumbnails of your pictures. it optionally
generates pages in several languages simultaneously. it automatically
generates thumbnails of the pictures. it attempts to be nice in the
look of the pages it generates. it is geared towards people that have
ton of digital images that need to be labeled and classified. all you
need is the pictures and a text editor to put all the titles for every
picture in a simple "album" textfile.

%prep
%setup -q

%build
./configure --prefix=%{_prefix} --mandir=%{_mandir}

%install
mkdir -p %{buildroot}

make prefix=%{buildroot}%{_prefix} \
    mandir=%{buildroot}%{_mandir} install
cp contrib/mkalbum %{buildroot}%{_bindir}
cp contrib/tree2album %{buildroot}%{_bindir}

%files
%doc README TO-DO INSTALL BUGS VERSION AUTHORS ChangeLog cthumbrc.sample
%doc contrib/*.readme
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/man/*/*
%dir %{_datadir}/images/
%{_datadir}/images/*

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 4.2-14
- (0342ff6) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9910 |14cu|ctpl-0.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define use_ccache        	1
%define ccachedir		~/.ccache-OOo%{mdvsuffix}%{?_with_ccache: %global use_ccache 1}%{?_without_ccache: %global use_ccache 0}
%define debug_package          	%{nil}

%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Name:		ctpl
Group:		Sciences/Mathematics
License:	GPLv3+
Summary:	Template engine library written in C
Version:	0.3.4
Release:	1
Source:		http://download.tuxfamily.org/ctpl/releases/%{name}-%{version}.tar.gz
URL:		http://ctpl.tuxfamily.org/
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig

%description
CTPL is a template engine library written in C and distributed 
under the terms of the GNU GPLv3+. See the overview in the
documentation for a more complete description.

%package -n %{libname}
Summary: Template engine library written in C
Group:   Sciences/Mathematics

%description -n %{libname}
Library package for ctpl

%package -n %{devname}
Summary: Development files for ctpl
Group:   Sciences/Mathematics

%description -n %{devname}
Development files for ctpl library

%prep
%setup -q

%build
%configure2_5x --enable-gtk-doc -enable-gtk-doc-pdf
%make

%install
%makeinstall

%files
%{_datadir}/gtk-doc/*
%{_datadir}/man/man1/*
%{_bindir}/ctpl
%{_datadir}/locale/fr/LC_MESSAGES/ctpl.mo
%{_datadir}/locale/it/LC_MESSAGES/ctpl.mo

%files -n %{libname}
%{_libdir}/*

%files -n %{devname}
%{_includedir}/%{name}/*


%changelog

* Thu Aug 13 2015 dsilakov <denis.silakov@rosalab.ru> 0.3.4-1
- (d1432ba) Merge pull request #1 from cfg/ctpl:rosa2014.1
- (d1432ba) Updated to 0.3.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9911 |14cu|ctris-0.42.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ctris
Version:        0.42.1
Release:        1
Summary:        Console tetris game
License:        GPLv2
Group:          Games/Strategy
Url:            http://hackl.dhs.org/ctris/
Source0:        https://github.com/dominikhackl/ctris/archive/%{name}-%{version}.tar.gz
Patch0:		ctris-debug.patch
BuildRequires:  pkgconfig(ncurses)
%description
A Tetris(TM)-clone for the console written in C, 
using the ncurses-library.

%files
%doc AUTHORS LICENSE README TODO
%{_gamesbindir}/%{name}
%{_mandir}/man6/%{name}.6*
#----------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%setup_compile_flags
%make 

%install
%makeinstall_std
%changelog

* Fri Aug 26 2016 abfonly <abfonly@gmail.com> 0.42.1-1
- (30219d5) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9912 |14cu|cube-escape-0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Name:           cube-escape
Version:        0.9
Release:        1
Summary:        Progress over a maze etched on the surface of a cube
License:        GPLv3+
Group:          Games/Puzzles
Url:            https://code.google.com/p/cube-escape/
Source0:        http://cube-escape.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:        %{name}.png
Patch0:         cube-escape-rosa-games.patch
Patch1:         cube-escape-rosa-optflags.patch
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(SDL_ttf)
BuildRequires:  pkgconfig(SDL_image)
Requires:       fonts-ttf-liberation

%description
Cube Escape is a game in which you are inside a cube made up of numerous
shells, with a maze etched on the surface of each shell. Escape the cube
by travelling through the mazes, including over cube edges, until you find
an upward exit. When you reach the red exit, you win.

%files
%doc README COPYING
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
#-----------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
find . -perm 0600 -exec chmod 0644 {} \;

%build
%setup_compile_flags
%make 

%install
rm -f data/{LiberationMono-Regular.ttf,icon.png}

install -D -m 0755 %{name} %{buildroot}%{_gamesbindir}/%{name}
install -d -m 0755 %{buildroot}%{_gamesdatadir}/%{name}/
install -m 0644 data/* %{buildroot}%{_gamesdatadir}/%{name}/
install -D -m 0644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Cube Escape
GenericName=3D maze
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF


%changelog

* Sat Apr 15 2017 abfonly <abfonly@gmail.com> 0.9-1
- (8da8c2a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9913 |14cu|cudf-0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	CUDF (Common Upgradeability Description Format) tools and libraries
Name:		cudf
Version:	0.8
Release:	1
License:	LGPL
Group:		Development/Other
URL:		http://www.mancoosi.org/cudf/
Source0:	https://gforge.inria.fr/frs/download.php/file/34659/%{name}-%{version}.tar.gz
Patch0:		cudf-0.6.3-extlib.patch
BuildRequires:	ocaml-compiler
BuildRequires:	ocaml-findlib 
BuildRequires:	camlp4 
BuildRequires:	ocaml-extlib-devel 
BuildRequires:	ocaml-ounit-devel
BuildRequires:	glib2-devel 
BuildRequires:	ncurses-devel

%description
CUDF (for Common Upgradeability Description Format) is a format for describing
upgrade scenarios in package-based Free and Open Source Software distribution.

libCUDF is a library to manipulate so called CUDF documents. A CUDF document
describe an upgrade problem, as faced by package managers in popular
package-based GNU/Linux distributions.

%package	tools
Summary:	CUDF (Common Upgradeability Description Format) command-line tools

%description	tools
This package contains command line tools to manipulate CUDF and related
documents. In particular it contains cudf-check, which enables checking of
document properties such as installation consistency and matching of problems
with their solutions.

%package	devel
Summary:	CUDF (Common Upgradeability Description Format) C development stuff

%description	devel
This package contains the development stuff needed to use libCUDF in your C
programs.

%package -n	ocaml-cudf
Summary:	CUDF (Common Upgradeability Description Format) OCaml development stuff
Group:		Development/OCaml
%rename cudf-ocaml-devel

%description -n	ocaml-cudf
This package contains the development stuff needed to use libCUDF in your OCaml
programs.

%package -n	ocaml-cudf-devel
Summary:	Development files for ocaml-cudf
Group:		Development/OCaml
Requires:	ocaml-cudf = %{version}

%description -n	ocaml-cudf-devel
The ocaml-cudf-devel package contains libraries and signature files for
developing applications that use ocaml-cudf.


%prep
%setup -q

%build
make all c-lib
which /usr/bin/ocamlopt > /dev/null && make opt c-lib-opt

%install
%makeinstall_std LIBDIR="%{_libdir}" OCAMLLIBDIR="%{_libdir}/ocaml"
rm -f %{buildroot}%{_libdir}/ocaml/cudf/*.o


%check
make test

%files tools
%{_bindir}/cudf-check
%{_bindir}/cudf-parse-822

%files devel
%{_includedir}/cudf.h
%{_libdir}/*.a
%{_libdir}/pkgconfig/cudf.pc

%files -n ocaml-cudf
%dir %{_libdir}/ocaml/cudf
%{_libdir}/ocaml/cudf/META
%{_libdir}/ocaml/cudf/*.cmi
%{_libdir}/ocaml/cudf/*.cma


%files -n ocaml-cudf-devel
%{_libdir}/ocaml/cudf/*.a
%{_libdir}/ocaml/cudf/*.mli
%{_libdir}/ocaml/cudf/*.cmx
%{_libdir}/ocaml/cudf/*.cmxa

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 0.8-1
- (9c23d6f) Merge pull request #2 from import/cudf:rosa2016.1
- (9c23d6f) Updated to 0.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9914 |14cu|cuegen-1.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# No debug package produced
%define	debug_package %{nil}

Summary:	FLAC-compatible cuesheet generator for Linux
Name:		cuegen
Version:	1.2.2
Release:	1
License:	GPLv3+
Group:		Sound
Url:		https://sourceforge.net/projects/cuegen/
Source0:	https://sourceforge.net/projects/cuegen/files/%{name}.src.tar.gz
BuildRequires:	lazarus >= 1.2

%description
CUEgen is a FLAC-compatible cuesheet generator for Linux. The FLAC format
allows cuesheets to be embedded in .flac files by storing their data in the
CUESHEET metadata block. The cuesheet itself is simply a description of the
contents of an audio CD. The cuesheet can be used in conjunction with a .flac
file to store a complete album in a single FLAC file and then retrieve
individual tracks from that file. The cuesheet may also be used by CD burning
applications to recreate an identical copy of an original audio CD from its
FLAC representation and an associated cuesheet. As such, cuesheets are of
great use in archiving, transporting and burning FLAC-encoded audio files.

%files
%doc COPYING.txt readme.txt
%{_bindir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -qn %{version}

# Fix wrong perms
chmod -x *.txt


%build
# See buildlinux.sh in the sources
lazbuild --bm="release generic" cuegenerator.lpi


%install
# No install script
install -D -m 755 bin/release/cuegenerator %{buildroot}%{_bindir}/cuegen

%changelog

* Wed Apr 27 2016 Giovanni Mariani <mc2374@mclink.it> 1.2.2-1
- (9bc6b8f) Updated to relase 1.2.2, cleaned specfile and updated URLs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9915 |14cu|cuneiform-linux-1.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define abi		0
%define libname		%mklibname cuneiform %{abi}
%define develname	%mklibname cuneiform -d

# datafiles must have DOS-style EOL
%define dont_fix_eol	1

Name:		cuneiform-linux
Summary:	An OCR system
Version:	1.1.0
Release:	5
License:	BSD
Group:		Text tools
Url:		https://launchpad.net/cuneiform-linux
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	pkgconfig(ImageMagick)
#Suggests:	cuneiform-qt yagf

%description
Cuneiform is an multi-language OCR system originally developed
and open sourced by Cognitive Technologies. Cuneiform was
originally a Windows program, which was ported to Linux
by Jussi Pakkanen.

%package -n %{libname}
Summary:	Cuneiform OCR system shared libraries
Group:		System/Libraries

%description -n %{libname}
Cuneiform is an multi-language OCR system originally developed
and open sourced by Cognitive Technologies. Cuneiform was
originally a Windows program, which was ported to Linux
by Jussi Pakkanen.

%package -n %{develname}
Summary:	Cuneiform development files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{develname}
Cuneiform is an multi-language OCR system originally developed
and open sourced by Cognitive Technologies. Cuneiform was
originally a Windows program, which was ported to Linux
by Jussi Pakkanen.

This package contains files required only for development purpose.

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%doc issues.txt *readme.rtf readme.txt
%{_bindir}/cuneiform
%{_datadir}/cuneiform/*.dat

%files -n %{libname}
%{_libdir}/*.so.%{abi}*
%{_libdir}/*.so.%{version}

%files -n %{develname}
%{_libdir}/*.so
%{_includedir}/cuneiform.h


%changelog

* Thu Dec 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-5
- (97575f1) Rebuild with new imagemagick



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9916 |14cu|cunit-2.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name CUnit
%define bad_version 2.1-3
%define	major 1
%define	libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:		cunit
Version:	2.1.3
Release:	1
License:	GPLv2+
Summary:	A Unit Testing Framework for C
Group:		System/Libraries
URL:		http://cunit.sourceforge.net
Source0:	http://sourceforge.net/projects/cunit/files/CUnit/%{bad_version}/%{Name}-%{bad_version}.tar.bz2
Patch0:		%{name}-2.1.0.link_against_ncurses.patch
BuildRequires:	pkgconfig(ncurses)

%description
CUnit is a lightweight system for writing, administering, and running unit
tests in C.  It provides C programmers a basic testing functionality with a
flexible variety of user interfaces.

CUnit is built as a static library which is linked with the user's testing
code.  It uses a simple framework for building test structures, and provides a
rich set of assertions for testing common data types. In addition, several
different interfaces are provided for running tests and reporting results.
These interfaces currently include:

- Automated: Non-interactive output to xml file
- Basic: Non-interactive flexible programming interface
- Console: Interactive console interface (ansi C)
- Curses: Interactive graphical interface (Unix)

%package -n %{libname}
Summary:	C testing framework
Group:		System/Libraries

%description -n %{libname}
CUnit is a lightweight system for writing, administering, and running unit
tests in C.  It provides C programmers a basic testing functionality with a
flexible variety of user interfaces.

CUnit is built as a static library which is linked with the user's testing
code.  It uses a simple framework for building test structures, and provides a
rich set of assertions for testing common data types. In addition, several
different interfaces are provided for running tests and reporting results.
These interfaces currently include:

- Automated: Non-interactive output to xml file
- Basic: Non-interactive flexible programming interface
- Console: Interactive console interface (ansi C)
- Curses: Interactive graphical interface (Unix)

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname %{name} 1 -d

%description -n	%{develname}
This package contains development files for %{name}.

%prep
%setup -q -n %{Name}-%{bad_version}
%patch0 -p 0
chmod 644 AUTHORS NEWS ChangeLog README TODO

%build
autoreconf -f -i
%configure2_5x \
	--enable-curses
%make

%install
%makeinstall_std

# fix la file
perl -pi -e 's| -L\S+ ||'  %{buildroot}%{_libdir}/libcunit.la

# ugly, but needed to deal with installed and non-installed documentation
install -d -m 755 %{buildroot}%{_datadir}/doc/%{libname}-devel-%{version}
mv %{buildroot}%{_prefix}/doc/%{Name} \
    %{buildroot}%{_datadir}/doc/%{libname}-devel-%{version}/html
install -m 644 AUTHORS NEWS ChangeLog README TODO \
    %{buildroot}%{_datadir}/doc/%{libname}-devel-%{version} 
rm -rf %{buildroot}%{_prefix}/doc

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_datadir}/doc/%{libname}-devel-%{version}
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{Name}
%{_datadir}/%{Name}
%{_mandir}/man3/*

%changelog

* Thu May 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.3-1
- (b52d5e4) Clean .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9917 |14cu|cura-14.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	3D printer control software
Name:		cura
Version:	14.12.1
Release:	2
License:	AGPLv3+
Group:		Development/Other
Url:		http://daid.github.com/Cura/
Source0:	https://github.com/daid/Cura/archive/Cura-%{version}.tar.gz
Source1:	%{name}
Source2:	%{name}.desktop
# Use system paths
Patch1:		%{name}-system-paths.patch
# Rework the logic of determining the version (didn't work)
Patch2:		%{name}-version.patch
BuildRequires:	desktop-file-utils
BuildRequires:	dos2unix
BuildRequires:	pkgconfig(python2)
Requires:	python-numpy
Requires:	python-opengl
Requires:	python-power
Requires:	python-py
Requires:	python-serial
Requires:	wxPython
Requires:	CuraEngine >= 14.12.1
BuildArch:	noarch

%description
Cura is a project which aims to be an single software solution for 3D printing.
While it is developed to be used with the Ultimaker 3D printer, it can be used
with other RepRap based designs.

Cura helps you to setup an Ultimaker, shows your 3D model, allows for scaling /
positioning, can slice the model to G-Code, with sane editable configuration
settings and send this G-Code to the 3D printer for printing.

%files -f Cura.lang
%doc Cura/LICENSE changelog resources/example/Attribution.txt
%{py_puresitedir}/Cura
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.ico
%{_datadir}/applications/%{name}.desktop
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn Cura-%{version}
%patch1 -p1
%patch2 -p1

dos2unix resources/example/Attribution.txt

sed -i 's/REPLACE_THIS_IN_SPEC/%{version}/' Cura/util/version.py

%build
# rebuild locales
pushd resources/locale
rm *.in *.pot
for FILE in *
  do msgfmt $FILE/LC_MESSAGES/Cura.po -o $FILE/LC_MESSAGES/Cura.mo
  rm $FILE/LC_MESSAGES/Cura.po
done
popd

%install
mkdir -p %{buildroot}%{py_puresitedir}/Cura
mkdir -p %{buildroot}%{_datadir}/%{name}/firmware
mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_datadir}/locale
mkdir -p %{buildroot}%{_bindir}

cp -apr Cura/* %{buildroot}%{py_puresitedir}/Cura
rm -rf %{buildroot}%{py_puresitedir}/Cura/LICENSE
cp -apr resources/* %{buildroot}%{_datadir}/%{name}
cp -apr plugins %{buildroot}%{_datadir}/%{name}
cp -ap %{SOURCE1} %{buildroot}%{_bindir}
ln -s %{_datadir}/%{name} %{buildroot}%{py_puresitedir}/Cura/resources
ln -s %{_datadir}/%{name}/%{name}.ico %{buildroot}%{_datadir}/pixmaps

# locales
cp -ar %{buildroot}%{_datadir}/%{name}/locale/* %{buildroot}%{_datadir}/locale
rm -rf %{buildroot}%{_datadir}/%{name}/locale
ln -s -f %{_datadir}/locale/ %{buildroot}%{_datadir}/%{name}/ # the app expects the locale folder in here

desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2}

%find_lang Cura


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.12.1-2
- (52bd67e) Upload correct source tarball
- (52bd67e) Fix Requires
- (52bd67e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9918 |14cu|CuraEngine-14.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           CuraEngine
Version:        14.12.1
Release:        1
Summary:        Engine for processing 3D models into G-code instructions for 3D printers
Group:		Development/Other
License:        AGPLv3
URL:            https://github.com/Ultimaker/%{name}
Source0:        %{url}/archive/%{version}.tar.gz
BuildRequires:  polyclipping-devel >= 6.1.2
# For tests:
BuildRequires:  python

%description
%{name} is a C++ console application for 3D printing G-code generation. It
has been made as a better and faster alternative to the old Skeinforge engine.

This is just a console application for G-code generation. For a full graphical
application look at cura with is the graphical frontend for %{name}.

%prep
%setup -q

# bundled clipper
rm -rf clipper
sed -i 's|#include <clipper/clipper.hpp>|#include <polyclipping/clipper.hpp>|' src/utils/*.h 
sed -i 's|-lclipper|-lpolyclipping|g' Makefile
sed -i 's| $(BUILD_DIR)/libclipper.a||g' Makefile

# allow redefinition of CFLAGS and do not build it static
sed -i 's|CFLAGS +=|CFLAGS?=|' Makefile
sed -i 's|--static||g' Makefile

%build
CFLAGS="-I. -Ilibs -c %{optflags} -std=c++11 -fomit-frame-pointer" make %{?_smp_mflags}

%install
install -Dpm0755 build/%{name} %{buildroot}/%{_bindir}/%{name}

%check
make test

%files
%doc LICENSE README.md
%{_bindir}/%{name}


%changelog
* Thu Jan 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 14.12.1-1
+ Revision: 16c7e5a
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9919 |14cu|curseofwar-1.2.0-1.47f7989.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define commit  47f7989
%define rel     1

Name:           curseofwar
Version:        1.2.0
Release:        1.%{commit}.%{rel}
Summary:        Fast-paced action strategy game with ncurses and SDL frontends
Group:          Games/Strategy
License:        GPLv3+
URL:            http://a-nikolaev.github.io/curseofwar/
#https://github.com/a-nikolaev/curseofwar/commit/47f7989da6edf9a8f19348350f16ac7230b8352a
Source0:        %{name}-%{version}-git%{commit}.tar.xz
Patch0:         %{name}-%{version}-gamesdatadir.patch

BuildRequires:  cmake
BuildRequires:  imagemagick
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  pkgconfig(sdl)

%description
Curse of War is a fast-paced action strategy game for Linux originally
implemented using a ncurses user interface. An SDL graphical version has
also been implemented more recently.

Unlike most RTS, you are not controlling units, but focus on high-level
strategic planning: Building infrastructure, securing resources,
and moving your armies.

%files
%doc CHANGELOG LICENSE README
%{_datadir}/applications/%{name}*.desktop
%{_gamesbindir}/%{name}*
%{_gamesdatadir}/%{name}/
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/%{name}*.6*
#-----------------------------------------------------------------------------
%prep
%setup -qn %{name}-%{version}-git%{commit}
%patch0 -p1

%build
%cmake -DCMAKE_BUILD_TYPE=Release
%make

%install
# Binaries
install -d %{buildroot}%{_gamesbindir}
install -m755 build/%{name}     %{buildroot}%{_gamesbindir}/%{name}
install -m755 build/%{name}-sdl %{buildroot}%{_gamesbindir}/%{name}-sdl

# Tilesets for the SDL version
install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -a images %{buildroot}%{_gamesdatadir}/%{name}/

# Man pages
install -d %{buildroot}%{_mandir}/man6
install -m644 %{name}.6     %{buildroot}%{_mandir}/man6/%{name}.6
install -m644 %{name}-sdl.6 %{buildroot}%{_mandir}/man6/%{name}-sdl.6

# Icons
install -d %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32}/apps
convert pixmaps/%{name}-16x16.xpm %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert pixmaps/%{name}-32x32.xpm %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png

# Desktop entries
install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=Curse of War (ascii)
GenericName=Fast-paced action strategy game with ncurses frontend
Comment=Fast-paced action strategy game with ncurses frontend
Exec=%{name}
Icon=%{name}
Terminal=true
Type=Application
Categories=Game;StrategyGame;
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/%{name}-sdl.desktop
[Desktop Entry]
Name=Curse of War (SDL)
GenericName=Fast-paced action strategy game with SDL frontend
Comment=Fast-paced action strategy game with SDL frontend
Exec=%{name}-sdl
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;StrategyGame;
EOF



%changelog

* Tue Aug 16 2016 abfonly <abfonly@gmail.com> 1.2.0-1.47f7989.1
- (0769776) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9920 |14cu|cutegram-2.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Cutegram

Summary:	A different telegram client from Aseman team
Name:		cutegram
Version:	2.7.1
Release:	1
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		http://aseman.co/en/products/cutegram/
# https://github.com/Aseman-Land/Cutegram/archive/v%{version}-stable.tar.gz
Source0:	http://aseman.co/downloads/cutegram/2/%{name}-%{version}-src.tar.gz
BuildRequires:	libqtelegram-ae-devel
BuildRequires:	telegramqml-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
Requires:	qt5-database-plugin-sqlite

%description
Cutegram is created to make a better client for telegram on GNU/Linux
desktops. It has smart and beautiful user interface that supports drag
and drop to send files and delete or forward messages.

%files
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/%{name}
%{_iconsdir}/%{name}.png
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-src

%build
%qmake_qt5
%make

%install
%makeinstall_qt


%changelog

* Wed Dec 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.7.1-1
- (056a062) Use release source tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9921 |14cu|cutemaze-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           cutemaze
Summary:        Maze game
License:        GPLv3
Version:        1.2.0
Release:        1
Group:          Games/Puzzles
Url:            https://gottcode.org/%{name}/
Source:         https://gottcode.org/%{name}/%{name}-%{version}-src.tar.bz2
BuildRequires:  pkgconfig(Qt5Core) >= 5.6.1
BuildRequires:  pkgconfig(Qt5Gui) >= 5.6.1
BuildRequires:  pkgconfig(Qt5Svg) >= 5.6.1
BuildRequires:  pkgconfig(Qt5UiTools) >= 5.6.1
BuildRequires:  pkgconfig(Qt5Widgets) >= 5.6.1
BuildRequires:  qt5-linguist-tools
BuildRequires:  qmake5
BuildRequires:  desktop-file-utils
BuildRequires:  appstream-util



%description
CuteMaze is a simple, top-down game in which mazes are randomly generated
using one of a choice of several different algorithms. You move the character
through the maze while hunting for targets (cheese, by default)—the game is
won once all of these targets have been picked up.

%files -f %{name}.lang
%doc ChangeLog COPYING CREDITS NEWS README
%{_bindir}/%{name}
%{_appdatadir}/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/pixmaps/%{name}.xpm
%{_mandir}/man?/%{name}.*

#------------------------------------------------------------
%prep
%setup -q

%build
%setup_compile_flags
%qmake_qt5 PREFIX=%{_prefix} 
%make

%install
%makeinstall_qt INSTALL_ROOT=%{buildroot}
%{find_lang} %{name} --with-qt

%check
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml || : 


%changelog

* Sat Feb 11 2017 abfonly <abfonly@gmail.com> 1.2.0-1
- (6120e0c) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9922 |14cu|cvassistant-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package   %{nil}
%define oname CVAssistant

#define distsuffix mrb

Name:		cvassistant
Summary:	Create resumes in Word.docx format
Version:	2.0.0
Release:	1
Group:		Education
License:	GPLv3
URL:		http://sourceforge.net/projects/%{name}
Source0:	http://heanet.dl.sourceforge.net/project/%{name}/%{name}_%{version}.tar.bz2

BuildRequires:	qt5-devel
BuildRequires:	qmake5
BuildRequires:	desktop-file-utils
BuildRequires:	txt2man
BuildRequires:	gzip

%description
CV Assistant helps you create specialized 
resumes in Word .docx format fast and easy. 
The idea is to have a master resume with all 
skills and experiences in it. 
Then based on skills mentioned 
in the job advertisement, export a 
clean but well formatted word .docx file as a 
summarized resume with only relevant skills in it.
This increases your chance of getting a job 
interview as most companies are using 
Applicant Tracking Software (ATS) or at 
best hiring managers which may be unaware 
of similarity between phrases like skilled 
in MS Word, familiar with 
Microsoft Word and Fully experienced with office suites.
So job seekers need to create 
specialized resumes for each and every 
job position with the same wordings used 
in the advertisement. Add all your skills 
to CV Assistant, pick only relevant ones.
It also creates cover letters! 
Again, write all possible sentences, 
and select those relevant ones per job post.

%prep
%setup -qn %{oname}
chmod 644 README licence.txt
txt2man README > cvassistant.1
gzip cvassistant.1
chmod 644 templates/*

%build
%qmake_qt5  
%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}
mkdir -p %{buildroot}%{_datadir}/%{name}/templates
cp -R templates/* %{buildroot}%{_datadir}/%{name}/templates

mkdir -p %{buildroot}%{_mandir}/man1
cp cvassistant.1.gz  %{buildroot}%{_mandir}/man1/

%files 
%doc README licence.txt
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/
%{_datadir}/%{name}/templates
%{_mandir}/man1/%{name}*.1.*



%changelog

* Fri Aug 14 2015 abfonly <abfonly@gmail.com> 2.0.0-1
- (7c913f7) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9923 |14cu|cvechecker-3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CVE reporting tool
Name: 		cvechecker
Version: 	3.6
Release: 	1
Group: 		System/Servers
License: 	GPL
URL:		https://github.com/sjvermeu/cvechecker/wiki
Source0: 	https://raw.githubusercontent.com/wiki/sjvermeu/cvechecker/releases/%{name}-%{version}.tar.gz
BuildRequires:	libconfig-devel
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig
BuildRequires:	sqlite3-devel
Requires:	wget
Requires:	xsltproc

%description
cvechecker reports about possible vulnerabilities on your system by scanning
the installed software and matching the results with the CVE database. This is
not a bullet-proof method and you will most likely have many false positives,
but it is still better than nothing, especially if you are running a
distribution with little security coverage.

%prep

%setup -q

%build
%configure2_5x \
    --localstatedir=/var/lib \
    --enable-sqlite3 \
    --enable-mysql
%make

%install

%makeinstall_std

rm -rf %{buildroot}%{_docdir}/*

%clean

%files
%doc ChangeLog docs/userguide.xml
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/cvechecker.conf
%{_bindir}/*
%attr(0644,root,root) %{_mandir}/man1/*
%{_datadir}/cvechecker
%dir /var/lib/cvechecker
%dir /var/lib/cvechecker/local
%dir /var/lib/cvechecker/cache

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 3.6-1
- (d122637) Merge pull request #1 from import/cvechecker:rosa2016.1
- (d122637) Updated to 3.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9924 |14cu|CVector-1.0.3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 1.0.3
%define major 2
%define libname %mklibname %{name} %{oversion} %{major}
%define devname %mklibname %{name} -d

Summary:	ANSI C API for Dynamic Arrays
Name:		CVector
Version:	%{oversion}.1
Release:	5
License:	LGPLv2+
Group:		System/Libraries
Url:		http://cvector.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/cvector/cvector/%{name}-%{oversion}/%{name}-%{version}.tar.gz
# to fix /-dynamic/-rdynamic/ issue, reported to upstream
Patch0:		CVector-1.0.3.1-dynamic.patch
# to fix libdir for lib64 architecture
Patch1:		CVector-1.0.3-lib64.patch
BuildRequires:	libtool

%description
CVector is an ANSI C implementation of dynamic arrays to provide a
crude approximation to the C++ vector class.

%files
%doc README_CVector.html README_CVector.txt lgpl.txt

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The CVector shared library
Group:		System/Libraries
Conflicts:	%{_lib}CVector2 < 1.0.3.1-5
Obsoletes:	%{_lib}CVector2 < 1.0.3.1-5

%description -n %{libname}
The CVector shared library.

%files -n %{libname}
%{_libdir}/libCVector-%{oversion}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for compiling programs using CVector
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel

%description -n %{devname}
This package includes the header and library files for developing applications
that use CVector.

%files -n %{devname}
%{_includedir}/CVector.h
%{_libdir}/libCVector.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .dynamic
%if %{_lib} == lib64
%patch1 -p1 -b .lib64
%endif

%build
%make

%install
make install CFLAGS="%{optflags}" INSTALL_PREFIX="%{buildroot}%{_prefix}"

# remove .a files
find %{buildroot} -name '*.a' -exec rm -f {} ';'

%check
make tests


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.3.1-5
- (b5cead4) Build requires libtool



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9925 |14cu|cvs2cl-2.73-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url http://www.red-bean.com/cvs2cl/

Summary:	Generator of ChangeLogs from `cvs log` output
Name:		cvs2cl
Version:	2.73
Release:	4
Source0:	%{url}/cvs2cl.pl
Source1:	%{url}/changelogs.html
License:	GPL
Group:		Development/Other
URL:		%{url}
BuildArch:	noarch

%description
CVS2CL attempts to produce a nice ChangeLog from the cvs log output, some
say nicer than rcs2log. It is included with the open source CVS book :

http://cvsbook.red-bean.com/

%prep
%setup -T -c

%install
mkdir -p %{buildroot}/%{_bindir}
install -m755 %{SOURCE0} %{buildroot}/%{_bindir}/%{name}
install -m644 %{SOURCE1} ./

%files
%doc changelogs.html
%{_bindir}/%{name}




%changelog

* Mon Jun 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.73-4
- (845b2e8) Really update cvs2cl.pl script



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9926 |14cu|cvsutils-0.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	Summary	Collection of useful CVS scripts

Summary:	%Summary
Name:		cvsutils
Version:	0.2.6
Release:	1
License:	GPLv2+
Group:		Development/Other
URL:		http://www.red-bean.com/cvsutils/
Source0:	http://www.red-bean.com/cvsutils/releases/%{name}-%{version}.tar.gz
BuildArch:	noarch

%description
CVS Utilities is a collection of scripts, mostly in the Perl language,
that allow you to manage the files in the CVS working directory.
You can tell which files are under version control and which are
not without even being online. You can erase or move away all derived
files in seconds.


%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%defattr(0755,root,root,0755)
%{_bindir}/*
%defattr(0644,root,root,0755)
%{_mandir}/man1/%{name}.1*
%doc AUTHORS COPYING ChangeLog NEWS README THANKS

%changelog
* Mon Nov 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.6-1
+ Revision: d16d616
- Updated to 0.2.6 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9927 |14cu|cw-1.0.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Non-intrusive real-time ANSI color wrapper for common Unix-based commands
Name:		cw
Version:	1.0.16
Release:	4
License:	GPLv2+
Group:		Development/Other
Url:		http://cwrapper.sourceforge.net/
Source0:	http://cwrapper.sourceforge.net/cw-%{version}.tar.bz2
Patch0:		cw-1.0.16-sfmt.patch

%description
cw is a non-intrusive real-time ANSI color wrapper for common Unix-based
commands on GNU/Linux. cw is designed to simulate the environment of the
commands being executed, so that if a person types 'du', 'df', 'ping',
etc. in their shell it will automatically color the output in real-time
according to a definition file containing the color format desired. cw
has support for wildcard match coloring, tokenized coloring,
headers/footers, case scenario coloring, command line dependent
definition coloring, and includes over 50 pre-made definition files.

%files
%doc CHANGES CONTRIB cw.lsm FILES MD5SUM README
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
perl -pi -e 's/ -o 0 -g 0//g' Makefile.in
perl -pi -e 's|/usr/local/lib|%{_datadir}|g' README

%build
%configure2_5x
%make \
	CC="%__cc %{optflags}" \
	LIBDIR=%{_datadir} \
	local

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1

make install \
	CC="%__cc %{optflags}" \
	PREFIX=%{buildroot}%{_prefix} \
	LIBDIR=%{buildroot}%{_datadir} \
	MANDIR=%{buildroot}%{_mandir}

rm %{buildroot}%{_bindir}/cwe
ln -s cw %{buildroot}%{_bindir}/cwe

perl -pi -e 's|CWLIB=.*|CWLIB="%{_datadir}/%{name}"|g' %{buildroot}%{_bindir}/colorcfg
perl -pi -e 's|%{buildroot}||g' %{buildroot}%{_datadir}/%{name}/*

%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.16-4
- (519ab8a) Build with system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9928 |14cu|cxsparse-3.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define NAME		CXSparse
%define major		%{version}
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:		cxsparse
Version:	3.1.2
Release:	1
Epoch:		1
Summary:	Direct methods for sparse linear systems
Group:		System/Libraries
License:	LGPL
URL:		http://www.cise.ufl.edu/research/sparse/CXSparse/
Source0:	http://www.cise.ufl.edu/research/sparse/CXSparse/versions/CXSparse-%{version}.tar.gz
BuildRequires:	suitesparse-common-devel >= 4.0.0

%description
CSparse is a package of direct methods for sparse linear systems written
to complement the book "Direct Methods for Sparse Linear Systems", by
Timothy A. Davis. The algorithms in CSparse have been chosen with 
five goals in mind:

(1) they must embody much of the theory behind sparse matrix algorithms,
(2) they must be either asymptotically optimal in their run time and memory
    usage or be fast in practice,
(3) they must be concise so as to be easily understood and short enough to
    print in the book,
(4) they must cover a wide spectrum of matrix operations, and
(5) they must be accurate and robust.

The focus is on direct methods; iterative methods and solvers for
eigenvalue problems are beyond the scope of this package.

CXSparse is a version of CSparse that operates on both real and complex
matrices, using either int or UF_long integers.

%package -n %{libname}
Summary:	Library of direct methods for sparse linear systems
Group:		System/Libraries

%description -n %{libname}
CSparse is a package of direct methods for sparse linear systems written
to complement the book "Direct Methods for Sparse Linear Systems", by
Timothy A. Davis. The algorithms in CSparse have been chosen with 
five goals in mind:

(1) they must embody much of the theory behind sparse matrix algorithms,
(2) they must be either asymptotically optimal in their run time and memory
    usage or be fast in practice,
(3) they must be concise so as to be easily understood and short enough to
    print in the book,
(4) they must cover a wide spectrum of matrix operations, and
(5) they must be accurate and robust.

The focus is on direct methods; iterative methods and solvers for
eigenvalue problems are beyond the scope of this package.

CXSparse is a version of CSparse that operates on both real and complex
matrices, using either int or UF_long integers.

This package contains the library needed to run programs dynamically
linked against %{NAME}.

%package -n %{develname}
Summary:	C direct methods for sparse linear systems
Group:		Development/C
Requires:	suitesparse-common-devel >= 4.0.0
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
CSparse is a package of direct methods for sparse linear systems written
to complement the book "Direct Methods for Sparse Linear Systems", by
Timothy A. Davis. The algorithms in CSparse have been chosen with 
five goals in mind:

(1) they must embody much of the theory behind sparse matrix algorithms,
(2) they must be either asymptotically optimal in their run time and memory
    usage or be fast in practice,
(3) they must be concise so as to be easily understood and short enough to
    print in the book,
(4) they must cover a wide spectrum of matrix operations, and
(5) they must be accurate and robust.

The focus is on direct methods; iterative methods and solvers for
eigenvalue problems are beyond the scope of this package.

CXSparse is a version of CSparse that operates on both real and complex
matrices, using either int or UF_long integers.

This package contains the files needed to develop applications which
use %{name}.

%prep
%setup -q -c -n %{name}-%{version}
cd %{NAME}
find . -perm 0600 | xargs chmod 0644
find . -perm 0640 | xargs chmod 0644
mkdir ../SuiteSparse_config
ln -sf %{_includedir}/suitesparse/SuiteSparse_config.* ../SuiteSparse_config

%build
cd %{NAME}
pushd Lib
    %make -f Makefile CC=%__cc CFLAGS="%{optflags} -fPIC -I%{_includedir}/suitesparse" INC=
    %__cc -shared -Wl,-soname,lib%{name}.so.%{major} -o lib%{name}.so.%{version} -lm *.o
popd

%install
cd %{NAME}

install -d -m 755 %{buildroot}%{_libdir} 
install -d -m 755 %{buildroot}%{_includedir}/suitesparse 

for f in Lib/*.so*; do
    install -m 755 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Lib/*.a; do
    install -m 644 $f %{buildroot}%{_libdir}/`basename $f`
done
for f in Include/*.h; do
    install -m 644 $f %{buildroot}%{_includedir}/suitesparse/`basename $f`
done

ln -s lib%{name}.so.%{version} %{buildroot}%{_libdir}/lib%{name}.so

install -d -m 755 %{buildroot}%{_docdir}/%{name}
install -m 644 README.txt Doc/*.txt Doc/ChangeLog %{buildroot}%{_docdir}/%{name}

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_docdir}/%{name}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a

%changelog
* Mon Nov 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.1.2-1
+ Revision: ca4e315
- Updated to 3.1.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9929 |14cu|cxxtools-2.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# NOTE: when updating, make sure tntnet and vdr-plugin-live still build. -Anssi

%define major	9
%define libname	%mklibname cxxtools %major
%define devname	%mklibname cxxtools -d

Summary:	Toolbox with reusable c++ components
Name:		cxxtools
Version:	2.2.1
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
URL:		http://www.tntnet.org/
Source0:	http://www.tntnet.org/download/%{name}-%{version}.tar.gz

%description
Toolbox with reusable c++ components.

%package -n %libname
Summary:	Shared library of cxxtools
Group:		System/Libraries

%description -n %libname
Toolbox with reusable c++ components.

%package -n %devname
Summary:	Headers and static library for cxxtools development
Group:		Development/C++
Requires:	%libname = %{version}
Provides:	cxxtools-devel = %{version}-%{release}

%description -n %devname
Toolbox with reusable c++ components.

%prep
%setup -q
# fix spurious executable perm
find -name "*.cpp" -exec chmod -x {} \;
find -name "*.h" -exec chmod -x {} \;

%build
./configure     --disable-static \
		--prefix=%{_prefix} \
		--libdir=%{_libdir} \
		--disable-dependency-tracking \
		--disable-demos \
		--disable-unittest
make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/cxxtools-config

%files -n %libname
%{_libdir}/*.so.%{major}*

%files -n %devname
%doc README AUTHORS
%{_bindir}/cxxtools-config
%{multiarch_bindir}/cxxtools-config
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/%{name}


%changelog

* Wed Jun 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-1
- (658d064) Added pkgconfig files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9930 |14cu|cyreal-lobster-cyrillic-fonts-1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           cyreal-lobster-cyrillic-fonts
Version:        1.4
Release:        1
License:        OFL-1.1
Summary:        Lobster Cyrillic Font
Url:            http://cyreal.org/archives/373
Group:          System/Fonts/True type
#Source0:       wget http://www.google.com/webfonts/download?kit=V9dGwk5Wx0cNwNcoYGYKAqCWcynf_cDxXwCLxiixG1c -O cyreal-lobster-cyrillic-fonts.zip
Source0:        cyreal-lobster-cyrillic-fonts.zip
BuildRequires:	fontpackages-devel
BuildRequires:  unzip
Provides:       locale(ru;uk)
Provides:       lobster-cyrillic-fonts = %{version}
# FIXME: This causes a rpmlint warning; change "<=" to "<" once there's
# a new upstream version.
Obsoletes:      lobster-cyrillic-fonts <= %{version}
BuildArch:      noarch

%description
A lovely Bold Condensed Script fully loaded with hundreds of ligatures
and alternates.

Lobster Cyrillic includes:
- 99 Cyrillic ligatures.
- 25 ending glyphs.
- 100 ending ligatures.
- 2 initial ligatures.
- Ukrainian Hryvnia and Russian Ruble currency symbols.

%prep
%setup -cqn %{name}-%{version}
sed -i 's/\r$//g' OFL.txt

%build

%install
install -Dm 644 Lobster.ttf %{buildroot}%{_datadir}/fonts/TTF/Lobster.ttf

%files
%defattr(-,root,root,-)
%doc OFL.txt
%{_datadir}/fonts/TTF/Lobster.ttf


%changelog
* Mon Mar 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-1
+ Revision: 86237d0
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9931 |14cu|d1x-rebirth-0.58.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The port of Descent 1 for Linux
Name:		d1x-rebirth
Version:	0.58.1
Release:	3
License:	GPL
Group:		Games/Arcade
URL:		http://www.dxx-rebirth.com/
Source:		http://www.dxx-rebirth.com/download/dxx/%{name}_v%{version}-src.tar.gz
Source1:	%{name}.png
Source2:	D2XBDE01.zip
BuildRequires:	dos2unix
BuildRequires:	gcc-c++
BuildRequires:	nasm
BuildRequires:	scons
BuildRequires:	unzip
BuildRequires:	physfs-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
Requires:	physfs

%description
This is the port of Descent 1, the famous 3D game for PC.

D2X is based on source code that was released the 14 December 1999 by
Parallax Software Corporation.

To use this package you'll need some datafiles installed in
/usr/share/games/descent2. See dxx-readme.txt.

%files
%doc *.txt *.plist *.ini
%dir %{_gamesdatadir}/descent2
%{_gamesdatadir}/descent2/*.txb
%{_gamesdatadir}/descent2/*.txt
%dir %{_gamesdatadir}/descent2/missions
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%package sdl
Summary:	Descent 1 for Linux, SDL version
Group:		Games/Arcade
Requires:	d1x-rebirth = %{EVRD}
Conflicts:	d1x-rebirth-gl

%description sdl
This is the port of Descent 1, the famous 3D game for PC.

D2X is based on source code that was released the 14 December 1999
by Parallax Software Corporation.

To use this package you'll need some datafiles installed in
/usr/share/games/descent2. See dxx-readme.txt.

This version uses SDL for Audio, Input/Output and graphics
rendering.

%files sdl
%doc COPYING*
%{_gamesbindir}/d1x-rebirth-sdl
%{_datadir}/applications/%{name}-sdl.desktop

#----------------------------------------------------------------------------

%package gl
Summary:	Descent 1 for Linux, OpenGL version
Group:		Games/Arcade
Requires:	d1x-rebirth = %{EVRD}
Conflicts:	d1x-rebirth-sdl

%description gl
This is the port of Descent 1, the famous 3D game for PC.

D2X is based on source code that was released the 14 December 1999 by
Parallax Software Corporation.

To use this package you'll need some datafiles installed in
/usr/share/games/descent2.  See dxx-readme.txt.

This version uses SDL for Audio and Input/Output and OpenGL for
graphics rendering.

%files gl
%doc COPYING*
%{_gamesbindir}/d1x-rebirth-gl
%{_datadir}/applications/%{name}-gl.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}_v%{version}-src -a2
dos2unix d1x.ini *.txt
chmod 644 d1x.ini *.txt
dos2unix CHANGELOG.txt

%build
%setup_compile_flags
# d1x-sdl
%scons \
	sharepath=%{_gamesdatadir}/descent2 \
	sdl_only=1 \
	sdlmixer=1 \
	no_asm=1
cp d1x-rebirth d1x-rebirth-sdl

# d1x-gl
%scons -c
%scons \
	sharepath=%{_gamesdatadir}/descent2 \
	sdlmixer=1 \
	PREFIX=%{buildroot}%{_prefix}
cp d1x-rebirth d1x-rebirth-gl

%install
# binaries
install -dm 755 %{buildroot}%{_gamesbindir}
install -m 755 d1x-rebirth-gl %{buildroot}%{_gamesbindir}/
install -m 755 d1x-rebirth-sdl %{buildroot}%{_gamesbindir}/

install -dm 755 %{buildroot}%{_gamesdatadir}/descent2
# german translations
install -m 644 D2XBDE01/D2XbDE01/*.txb %{buildroot}%{_gamesdatadir}/descent2
install -m 644 D2XBDE01/*.txt %{buildroot}%{_gamesdatadir}/descent2
# directory for original descent data
install -dm 755 %{buildroot}%{_gamesdatadir}/descent2/missions

# icon
install -dm 755 %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} \
	%{buildroot}%{_datadir}/pixmaps

# menu
install -dm 755 %{buildroot}%{_datadir}/applications
cat > %{name}-sdl.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=D2x (SDL version)
Comment=The port of Descent 1 for Linux
Exec=%{_gamesbindir}/d1x-rebirth-sdl
Icon=%{name}
Categories=Game;ActionGame;
EOF
install -m 644 %{name}-sdl.desktop %{buildroot}%{_datadir}/applications

cat > %{name}-gl.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=D2x (OpenGL version)
Comment=The port of Descent 1 for Linux
Exec=%{_gamesbindir}/d1x-rebirth-gl
Icon=%{name}
Categories=Game;ArcadeGame;
EOF
install -m 644 %{name}-gl.desktop %{buildroot}%{_datadir}/applications


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.58.1-3
- (ecd3543) Build with system optflags to fix debug package
- (ecd3543) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9932 |14cu|d2x-rebirth-0.58.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The port of Descent 2 for Linux
Name:		d2x-rebirth
Version:	0.58.1
Release:	3
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.dxx-rebirth.com/
Source0:	http://www.dxx-rebirth.com/download/dxx/%{name}_v%{version}-src.tar.gz
Source1:	%{name}.png
Source2:	D2XBDE01.zip
BuildRequires:	dos2unix
BuildRequires:	gcc-c++
BuildRequires:	nasm
BuildRequires:	scons
BuildRequires:	unzip
BuildRequires:	physfs-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
Requires:	physfs

%description
This is the port of Descent 2, the famous 3D game for PC.

D2X is based on source code that was released the 14 December 1999 by
Parallax Software Corporation.

To use this package you'll need some datafiles installed in
/usr/share/games/descent2. See dxx-readme.txt.

%files
%doc *.txt *.plist *.ini
%dir %{_gamesdatadir}/descent2
%{_gamesdatadir}/descent2/*.txb
%{_gamesdatadir}/descent2/*.txt
%dir %{_gamesdatadir}/descent2/missions
%{_mandir}/man1/*
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%package sdl
Summary:	Descent 2 for Linux, SDL version
Group:		Games/Arcade
Requires:	d2x-rebirth = %{EVRD}
Conflicts:	d2x-rebirth-gl

%description sdl
This is the port of Descent 2, the famous 3D game for PC.

D2X is based on source code that was released the 14 December 1999
by Parallax Software Corporation.

To use this package you'll need some datafiles installed in
/usr/share/games/descent2. See dxx-readme.txt.

This version uses SDL for Audio, Input/Output and graphics
rendering.

%files sdl
%doc COPYING*
%{_gamesbindir}/d2x-rebirth-sdl
%{_datadir}/applications/%{name}-sdl.desktop

#----------------------------------------------------------------------------

%package gl
Summary:	Descent 2 for Linux, OpenGL version
Group:		Games/Arcade
Requires:	d2x-rebirth = %{EVRD}
Conflicts:	d2x-rebirth-sdl

%description gl
This is the port of Descent 2, the famous 3D game for PC.

D2X is based on source code that was released the 14 December 1999 by
Parallax Software Corporation.

To use this package you'll need some datafiles installed in
/usr/share/games/descent2.  See dxx-readme.txt.

This version uses SDL for Audio and Input/Output and OpenGL for
graphics rendering.

%files gl
%doc COPYING*
%{_gamesbindir}/d2x-rebirth-gl
%{_datadir}/applications/%{name}-gl.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}_v%{version}-src -a2
dos2unix d2x.ini *.txt
chmod 644 d2x.ini *.txt
dos2unix CHANGELOG.txt

%build
%setup_compile_flags
# d2x-sdl
%scons \
	sharepath=%{_gamesdatadir}/descent2 \
	sdl_only=1 \
	sdlmixer=1 \
	no_asm=1
mv d2x-rebirth d2x-rebirth-sdl

# d2x-gl
%scons -c
%scons \
	sharepath=%{_gamesdatadir}/descent2 \
	sdlmixer=1 \
	PREFIX=%{buildroot}%{_prefix}
cp d2x-rebirth d2x-rebirth-gl

%install
# binaries
install -dm 755 %{buildroot}%{_gamesbindir}/
install -m 755 d2x-rebirth %{buildroot}%{_gamesbindir}/d2x-rebirth-gl
install -m 755 d2x-rebirth-sdl %{buildroot}%{_gamesbindir}/

install -dm 755 %{buildroot}%{_gamesdatadir}/descent2
# german translations
install -m 644 D2XBDE01/D2XbDE01/*.txb %{buildroot}%{_gamesdatadir}/descent2
install -m 644 D2XBDE01/*.txt %{buildroot}%{_gamesdatadir}/descent2
# directory for original descent data
install -dm 755 %{buildroot}%{_gamesdatadir}/descent2/missions

# man-pages
install -dm 755 %{buildroot}%{_mandir}/man1/
install  -m 644 libmve/*.1 %{buildroot}%{_mandir}/man1/

# icon
install -dm 755 %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps

# menu
install -dm 755 %{buildroot}%{_datadir}/applications
cat > %{name}-sdl.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=D2x (SDL version)
Comment=The port of Descent 2 for Linux
Exec=%{_gamesbindir}/d2x-rebirth-sdl
Icon=%{name}
Categories=Game;ActionGame;
EOF
install -m 644 %{name}-sdl.desktop %{buildroot}%{_datadir}/applications

cat > %{name}-gl.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=D2x (OpenGL version)
Comment=The port of Descent 2 for Linux
Exec=%{_gamesbindir}/d2x-rebirth-gl
Icon=%{name}
Categories=Game;ArcadeGame;
EOF
install -m 644 %{name}-gl.desktop %{buildroot}%{_datadir}/applications


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.58.1-3
- (aa846df) Build with system optflags to fix debug package
- (aa846df) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9933 |14cu|darkice-1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (misc) TODO write a initscript, but it requires a proper daemonisation of the server
# and i was unable to code it
# also split --with plf in two

#####################
# Hardcode PLF build
%define build_plf 0
#####################

%{?_with_plf: %{expand: %%global build_plf 1}}

%if %{build_plf}
%define	extrarelsuffix	plf
%define	distsuffix	plf
%endif

Summary:	Live IceCast / ShoutCast streamer
Name:		darkice
Version:	1.2
Release:	1
License:	GPLv3+
Group:		Sound
Url:		http://www.darkice.org/
Source0:	http://sourceforge.net/projects/darkice/files/%{name}/%{version}/%{name}-%{version}.tar.gz
#Patch0:	%%{name}-0.19-fix-missing-limits_h.diff
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(jack)
#BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(libaacs)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(twolame)
BuildRequires:	pkgconfig(vorbis)
%if %{build_plf}
# For aacplus we need libaacplus, but it has legal issues:
# see http://tipok.org.ua/node/17
BuildRequires:	lame-devel
BuildRequires:	libfaac-devel
%endif

%description
This is an IceCast, IceCast2 and ShoutCast live audio streamer. It takes audio
input from a sound card, encodes it into mp3 and/or Ogg Vorbis, and sends the
mp3 stream to one or more IceCast and/or ShoutCast servers, the Ogg Vorbis
stream to one or more IceCast2 servers.
%if %{build_plf}
This package is in plf as it was linked with Lame and support AAC encoding.
%endif

%files
%doc COPYING ChangeLog README TODO AUTHORS
%config(noreplace) %{_sysconfdir}/%{name}.cfg
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_mandir}/man5/%{name}.cfg.5*

#----------------------------------------------------------------------------

%prep
%setup -q 


%build
%configure2_5x \
%if %{build_plf}
	    --with-lame \
%else
	    --without-lame \
%endif
	    --without-aacplus
%make



%install
%makeinstall_std

%changelog

* Sat Apr 23 2016 Giovanni Mariani <mc2374@mclink.it> 1.2-1
- (495901b) Updated to release 1.2. dropped P0 (fixed upstream), updated BReqs aaccording to the configure output and cleaned specfile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9934 |14cu|darkplaces-20140513-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define debug_package %{nil}

Summary:	Multiplayer, deathmatch oriented first person shooter engine
Name:		darkplaces
Version:	20140513
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://icculus.org/twilight/darkplaces/
Source0:	%{name}enginesource%{version}.zip
# Debian patchset
Patch0:		0001-Add-support-for-DP_LINK_VORBIS-make-variable.patch
Patch1:		0002-Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch
Patch2:		0003-image_png.h-change-name-of-multiple-inclusion-guard-.patch
Patch3:		0004-Be-a-bit-more-type-safe-about-using-libpng.patch
Patch4:		0005-Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch
Patch5:		0006-add-DP_LINK_CURL-option.patch
Patch6:		0007-Add-DP_LINK_FREETYPE2-option.patch
Patch7:		0008-Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch
Patch8:		0009-Add-support-for-disabling-libavw.patch
Patch9:		0010-Disable-dlopen-support-and-warn-if-it-gets-compiled-.patch
Patch10:	0011-Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch
Patch11:	0012-Fix-various-typos.patch
Patch12:	0013-Don-t-build-SSE-only-software-rasterizer-on-non-x86-.patch
Patch13:	0014-Disable-gpu-skinning-for-skeletal-models.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ode)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(zlib)
Requires:	curl

%description
Darkplaces is a modern, powerful first-person shooter engine.

%files
%doc COPYING darkplaces.txt
%{_gamesbindir}/darkplaces-glx
%{_gamesbindir}/darkplaces-sdl

#----------------------------------------------------------------------------

%package server
Summary:	Dedicated server for the darkplaces engine
Group:		Games/Arcade
Requires:	curl

%description server
Darkplaces is a modern, powerful first-person shooter engine.

This is the darkplaces dedicated server required to host network games.

%files server
%doc COPYING darkplaces.txt
%{_gamesbindir}/darkplaces-dedicated

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%apply_patches

%build
make \
	release \
	OPTIM_RELEASE="%{optflags}" \
	LINK_TO_CURL=1 \
	LINK_TO_FREETYPE2=1 \
	LINK_TO_LIBJPEG=1 \
	LINK_TO_LIBVORBIS=1 \
	LINK_TO_MODPLUG=1 \
	LINK_TO_ODE=1 \
	LINK_TO_PNG=1 \
	LINK_TO_THEORA=1 \
	LINK_TO_ZLIB=1 \
	DISABLE_OFFSCREEN_GECKO=1 \
	DISABLE_D0_BLIND_ID=1 \
	DISABLE_D0_RIJNDAEL=1

%install
# Install the main programs
mkdir -p %{buildroot}%{_gamesbindir}
install -m 0755 darkplaces-glx \
	%{buildroot}%{_gamesbindir}/darkplaces-glx
install -m 0755 darkplaces-sdl \
	%{buildroot}%{_gamesbindir}/darkplaces-sdl
install -m 0755 darkplaces-dedicated \
	%{buildroot}%{_gamesbindir}/darkplaces-dedicated


%changelog

* Mon Aug 14 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:20140513-1
- (3a6843c) New version 20140513



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9935 |14cu|darwinstreamingserver-6.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname DarwinStreamingSrvr

Summary:	Apple's Darwin Streaming Server
Name:		darwinstreamingserver
Version:	6.0.3
Release:	6
License:	APSL 2.0
Group:		System/Servers
Url:		http://developer.apple.com/opensource/server/streaming/index.html
# Upstream download is uncompressed, compress manually - AdamW 2008/08
Source0:	http://dss.macosforge.org/downloads/%{oname}%{version}-Source.tar.lzma
Source1:	dss.init.bz2
Source2:	dss-proxy.init.bz2
Source5:	dss.bz2
Source6:	dss-proxy.bz2
Source7:	dss-setup-script.lzma
Source8:	dss.webadmin.init.lzma
Source9:	darwinstreamingserver-tmpfiles.conf
Patch0:		DSS-v6_0_3-Config.diff
# Via http://dss.macosforge.org/trac/ticket/6
# Location http://www.abrahamsson.com/dss-6.0.3.patch
# Fixes various bugs and build errors for Linux, also fixes build for
# x86-64. Author Sverker Abrahamsson.
Patch1:		dss-6.0.3.patch
# Also via http://dss.macosforge.org/trac/ticket/6
# Fixes more minor compilation issues, memory leaks, deadlock, and
# bug on x86-64 preventing any requests from outside localhost. Author
# Horace Hsieh.
Patch2:		dss-hh-20080728-1.patch
Patch3:		darwinstreamingserver-6.0.3-build_optimizer.patch
Patch4:		dss-6.0.3-proxy-compile.patch
BuildRequires:	libstdc++-devel
Requires(pre,post,preun,postun):	rpm-helper

%description
Darwin Streaming Server lets you stream digital video on the
Internet using industry-standard Internet protocols RTP and RTSP.

Using Darwin Streaming Server you can serve stored files (video
on demand) or reflect live broadcasts to thousands of QuickTime
4 or later users. With its combination of industry-standard
streaming protocols and cutting-edge compression technologies,
QuickTime delivers perfectly synchronized audio and video streams
ideal for Internet video and live events.

%files
%doc APPLE_LICENSE ReleaseNotes.txt README.urpmi
%doc APIModules/QTSSRawFileModule.bproj/README-RawFileModule
%doc APIModules/QTSSRawFileModule.bproj/sampleredirect.raw
%doc Documentation/3rdPartyAcknowledgements.rtf
%doc Documentation/AboutTheSource.html
%doc Documentation/admin-protocol-README.txt
%doc Documentation/CachingProxyProtocol-README.txt
%doc Documentation/DevNotes.html
%doc Documentation/draft-serenyi-avt-rtp-meta-00.txt
%doc Documentation/DSS_QT_Logo_License.pdf
%doc Documentation/License.rtf
%doc Documentation/QTSSAPIDocs.pdf
%doc Documentation/ReadMe.rtf
%doc Documentation/readme.txt
%doc Documentation/ReliableRTP_WhitePaper.rtf
%doc Documentation/RTSP_Over_HTTP.pdf
%doc Documentation/FAQ.html
%attr(0755,root,root) %{_initrddir}/%{name}
%config(noreplace) %attr(0640,dss,dss) %{_sysconfdir}/dss/qtaccess
%config(noreplace) %attr(0640,dss,dss) %{_sysconfdir}/dss/qtgroups
%config(noreplace) %attr(0640,dss,dss) %{_sysconfdir}/dss/qtusers
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/dss/relayconfig.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/dss/relayconfig.xml.default
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/dss/streamingserver.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/dss/streamingserver.xml.default
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}
%dir %attr(0755, root, root) %{_bindir}/MP3Broadcaster
%dir %attr(0755, root, root) %{_bindir}/PlaylistBroadcaster
%dir %attr(0755, root, root) %{_bindir}/qtpasswd
%dir %attr(0755, root, root) %{_sbindir}/DarwinStreamingServer
%dir %attr(0755, root, root) %{_sbindir}/dss-setup
%dir %attr(0755, root, root) %{_libdir}/dss
%{_tmpfilesdir}/%{name}.conf
%ghost %dir %attr(0755, dss, dss) %{_localstatedir}/run/dss
%attr(0755,root,root) %{_libdir}/dss/QTSSDemoAuthorizationModule
%attr(0755,root,root) %{_libdir}/dss/QTSSRawFileModule
%attr(0755,root,root) %{_libdir}/dss/QTSSRefMovieModule
%attr(0755,root,root) %{_libdir}/dss/QTSSSpamDefenseModule
%dir %attr(0755, root, root) %{_localstatedir}/lib/dss/Movies
%dir %attr(0755, root, root) %{_localstatedir}/lib/dss/Movies/http
%dir %attr(0755, root, root) %{_localstatedir}/lib/dss/Playlists
%dir %attr(0755, root, root) %{_localstatedir}/lib/dss/Docs
%dir %attr(0755, root, root) %{_localstatedir}/lib/dss/Config
%dir %attr(0755, root, root) %{_localstatedir}/lib/dss/Modules
%dir %attr(0755, dss, dss) %{_localstatedir}/lib/dss/Logs
%dir %attr(0755, dss, dss) %{_logdir}/dss
%attr(0644,dss,dss) %verify(not md5 size mtime) %ghost %{_logdir}/dss/Error.log
%attr(0644,dss,dss) %verify(not md5 size mtime) %ghost %{_logdir}/dss/StreamingServer.log
%attr(0644,dss,dss) %verify(not md5 size mtime) %ghost %{_logdir}/dss/mp3_access.log
%attr(0644,dss,dss) %verify(not md5 size mtime) %ghost %{_logdir}/dss/server_status
%attr(0644,root,root) %{_mandir}/man1/broadcasterctl.1*
%attr(0644,root,root) %{_mandir}/man1/MP3Broadcaster.1*

%pre
%_pre_useradd dss %{_localstatedir}/lib/dss /bin/sh

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel dss

#----------------------------------------------------------------------------

%package proxy
Summary:	Apple's Darwin Streaming Proxy
Group:		System/Servers
Requires(post,preun):	rpm-helper

%description proxy
The Darwin Streaming Proxy is an application specific proxy which
would normally be run in a border zone or perimeter network. It
is used to give client machines within a protected network access
to streaming servers outside that network, in the case when the
firewall blocks RTSP connections or RTP/UDP data flow. The
firewall perimeter network is usually configured to allow:

* RTSP connections from within the network, as long as the
  destination is the proxy

* RTSP connections to outside the network, as long as the source
  is the proxy

* RTP datagrams to and from the proxy to the inner network

* RTP datagrams to and from the proxy to the outside

%files proxy
%doc APPLE_LICENSE Documentation/CachingProxyProtocol-README.txt
%doc StreamingProxy.tproj/StreamingProxy.html
%attr(0755, root, root) %{_initrddir}/%{name}-Proxy
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/dss/streamingproxy.conf
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/dss/streamingproxy.conf.default
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}-Proxy
%dir %attr(0755, root, root) %{_sbindir}/StreamingProxy
%dir %attr(0755, dss, dss) %{_logdir}/dss
%attr(0644,dss,dss) %verify(not md5 size mtime) %ghost %{_logdir}/dss/StreamingProxy.log

%post proxy
%_post_service %{name}-Proxy

%preun proxy
%_preun_service %{name}-Proxy

#----------------------------------------------------------------------------

%package utils
Summary:	Apple's Darwin Streaming Server Movie inspection utilities
Group:		System/Servers

%description utils
* QTBroadcaster
  Requires a target ip address, a source movie, one or more source
  hint track ids in movie, and an initial port. Every packet
  referenced by the hint track(s) is broadcasted to the specified
  ip address.

* QTFileInfo
  Requires a movie name. Displays each track id, name, create date,
  and mod date. If the track is a hint track, additional
  information is displayed: the total rtp bytes and packets, the
  average bit rate and packet size, and the total header
  percentage of the stream.

* QTFileTest
  Requires a movie name. Parses the Movie Header Atom and displays
  a trace of the output.

* QTRTPFileTest
  Requires a movie and a hint track id in the movie. Displays the
  RTP header (TransmitTime, Cookie, SeqNum, and TimeStamp) for
  each packet.

* QTRTPGen
  Requires a movie and a hint track id. Displays the number of
  packets in each hint track sample and writes the RTP packets to
  file "track.cache"

* QTSampleLister
  Requires a movie and a track id. Displays track media sample
  number, media time, Data offset, and sample size for each sample
  in the track.

* QTSDPGen
  Requires a list of 1 or more movies. Displays the SDP
  information for all of the hinted tracks in each movie. Use -f
  to save the SDP information to the file [movie].sdp in the same
  directory as the source movie.

* QTTrackInfo
  Requires a movie, sample table atom type, and track id. Displays
  the information in the sample table atom of the specified track.
  Supports "stco", "stsc", "stsz", "stts" as the atom type.

  Example: "./QTTrackInfo -T stco /movies/mystery.mov 3" dumps the
  chunk offset sample table in track 3.

%files utils
%doc APPLE_LICENSE Documentation/AboutQTFileTools.html
%dir %attr(0755, root, root) %{_bindir}/QTBroadcaster
%dir %attr(0755, root, root) %{_bindir}/QTFileInfo
%dir %attr(0755, root, root) %{_bindir}/QTFileTest
%dir %attr(0755, root, root) %{_bindir}/QTRTPFileTest
%dir %attr(0755, root, root) %{_bindir}/QTRTPGen
%dir %attr(0755, root, root) %{_bindir}/QTSampleLister
%dir %attr(0755, root, root) %{_bindir}/QTSDPGen
%dir %attr(0755, root, root) %{_bindir}/QTTrackInfo

#----------------------------------------------------------------------------

%package webadmin
Summary:	Apple's Darwin Streaming Server web admin interface
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description webadmin
Darwin Streaming Server lets you stream digital video on the
Internet using industry-standard Internet protocols RTP and RTSP.
This package contains the web-based administration interface for
Darwin Streaming Server.

%files webadmin
%{_bindir}/streamingadminserver
%{_localstatedir}/lib/dss/AdminHtml
%{_localstatedir}/lib/dss/playlists
%attr(0755,root,root) %{_initrddir}/streamingadminserver
%config(noreplace) %{_sysconfdir}/dss/streamingadminserver.conf
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %{_logdir}/dss/streamingadminserver.log

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}%{version}-Source
%patch0 -p1 -b .config~
%patch1 -p1 -b .linux~
%patch2 -p1 -b .leaks~
%patch3 -p1 -b .optimize~
%patch4 -p1 -b .proxycompile~
# fix qtpasswd resetting ownership of its config files to root - AdamW
# 2008/11
sed -i -e 's,"qtss","dss",g' qtpasswd.tproj/QTSSPasswd.cpp

cat > defaultPaths.h << EOF
# define DEFAULTPATHS_DIRECTORY_SEPARATOR	"/"
# define DEFAULTPATHS_ETC_DIR			"%{_sysconfdir}/dss/"
# define DEFAULTPATHS_ETC_DIR_OLD		"%{_sysconfdir}/"
# define DEFAULTPATHS_SSM_DIR			"%{_libdir}/dss/"
# define DEFAULTPATHS_LOG_DIR			"%{_logdir}/dss/"
# define DEFAULTPATHS_MOVIES_DIR		"%{_localstatedir}/lib/dss/"
# define DEFAULTPATHS_PID_DIR			"/var/run/dss/"
EOF

%build
export RPM_OPT_FLAGS="%{optflags} -Wall"
export ARCH="%{_target_cpu}"
# parallel build hack... (it sucks)
# export JOBS=$(echo %{_smp_mflags}|cut -dj -f2)
# ./Buildit --jobs=$JOBS
./Buildit
cd StreamingProxy.tproj
./BuildProxy

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_sysconfdir}/dss
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_libdir}/dss
install -d %{buildroot}%{_localstatedir}/lib/dss/Movies/http
install -d %{buildroot}%{_localstatedir}/lib/dss/Playlists
install -d %{buildroot}%{_logdir}/dss
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}
install -d %{buildroot}%{_localstatedir}/run/dss
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_libdir}/%{name}-Admin/scripts

install -m0755 DarwinStreamingServer %{buildroot}%{_sbindir}/
install -m0755 StreamingProxy.tproj/StreamingProxy %{buildroot}%{_sbindir}/
install -m0755 PlaylistBroadcaster.tproj/PlaylistBroadcaster %{buildroot}%{_bindir}/
install -m0755 MP3Broadcaster/MP3Broadcaster %{buildroot}%{_bindir}/
install -m0755 qtpasswd.tproj/qtpasswd %{buildroot}%{_bindir}/

# setup script (to create an admin user, ripped from the upstream
# install script) - AdamW 2008/11
lzcat %{SOURCE7} > %{buildroot}%{_sbindir}/dss-setup

# NOTE! the StreamingLoadTool is not yet released as source code
#install -m755 StreamingLoadTool %{buildroot}%{_bindir}/

# modules
install -m0755 APIModules/QTSSDemoAuthorizationModule.bproj/QTSSDemoAuthorizationModule %{buildroot}%{_libdir}/dss/
install -m0755 APIModules/QTSSRawFileModule.bproj/QTSSRawFileModule %{buildroot}%{_libdir}/dss/
install -m0755 APIModules/QTSSRefMovieModule/QTSSRefMovieModule %{buildroot}%{_libdir}/dss/
install -m0755 APIModules/QTSSSpamDefenseModule.bproj/QTSSSpamDefenseModule %{buildroot}%{_libdir}/dss/

# utils
install -m0755 QTFileTools/QTBroadcaster.tproj/QTBroadcaster %{buildroot}%{_bindir}/
install -m0755 QTFileTools/QTFileInfo.tproj/QTFileInfo %{buildroot}%{_bindir}/
install -m0755 QTFileTools/QTFileTest.tproj/QTFileTest %{buildroot}%{_bindir}/
install -m0755 QTFileTools/QTRTPFileTest.tproj/QTRTPFileTest %{buildroot}%{_bindir}/
install -m0755 QTFileTools/QTRTPGen.tproj/QTRTPGen %{buildroot}%{_bindir}/
install -m0755 QTFileTools/QTSampleLister.tproj/QTSampleLister %{buildroot}%{_bindir}/
install -m0755 QTFileTools/QTSDPGen.tproj/QTSDPGen %{buildroot}%{_bindir}/
install -m0755 QTFileTools/QTTrackInfo.tproj/QTTrackInfo %{buildroot}%{_bindir}/

# config
install -m0644 streamingserver.xml %{buildroot}%{_sysconfdir}/dss/
install -m0644 streamingserver.xml %{buildroot}%{_sysconfdir}/dss/streamingserver.xml.default
install -m0644 relayconfig.xml-Sample %{buildroot}%{_sysconfdir}/dss/relayconfig.xml
install -m0644 relayconfig.xml-Sample %{buildroot}%{_sysconfdir}/dss/relayconfig.xml.default
install -m0644 StreamingProxy.tproj/streamingproxy.conf %{buildroot}%{_sysconfdir}/dss/
install -m0644 StreamingProxy.tproj/streamingproxy.conf %{buildroot}%{_sysconfdir}/dss/streamingproxy.conf.default
install -m0644 qtaccess %{buildroot}%{_sysconfdir}/dss/
install -m0644 qtusers %{buildroot}%{_sysconfdir}/dss/
install -m0644 qtgroups %{buildroot}%{_sysconfdir}/dss/

# web admin
install -m0755 WebAdmin/src/streamingadminserver.pl %{buildroot}%{_bindir}/streamingadminserver
sed -i -e 's,/etc/streaming,%{_sysconfdir}/dss,g' %{buildroot}%{_bindir}/streamingadminserver
sed -i -e 's,/var/streaming,%{_localstatedir}/lib/dss,g' %{buildroot}%{_bindir}/streamingadminserver
sed -i -e 's,/var/streaming/logs,%{_logdir}/dss,g' %{buildroot}%{_bindir}/streamingadminserver
sed -i -e 's,/usr/local,%{_bindir},g' %{buildroot}%{_bindir}/streamingadminserver
sed -i -e 's,"qtss","dss",g' %{buildroot}%{_bindir}/streamingadminserver

install -m0644 WebAdmin/streamingadminserver.conf %{buildroot}%{_sysconfdir}/dss/streamingadminserver.conf
sed -i -e 's,/Library/QuickTimeStreaming/AdminHtml,%{_localstatedir}/lib/dss/AdminHtml,g' %{buildroot}%{_sysconfdir}/dss/streamingadminserver.conf
sed -i -e 's,/Library/QuickTimeStreaming/Playlists,%{_localstatedir}/lib/dss/playlists,g' %{buildroot}%{_sysconfdir}/dss/streamingadminserver.conf
sed -i -e 's,/usr/sbin/QuickTimeStreamingServer,%{_sbindir}/DarwinStreamingServer,g' %{buildroot}%{_sysconfdir}/dss/streamingadminserver.conf
sed -i -e 's,/Library/QuickTimeStreaming/Logs/streamingadminserver.log,%{_logdir}/dss/streamingadminserver.log,g' %{buildroot}%{_sysconfdir}/dss/streamingadminserver.conf

mkdir -p %{buildroot}%{_localstatedir}/lib/dss
mkdir -p %{buildroot}%{_localstatedir}/lib/dss/playlists
cp -R WebAdmin/WebAdminHtml/ %{buildroot}%{_localstatedir}/lib/dss
mv %{buildroot}%{_localstatedir}/lib/dss/WebAdminHtml %{buildroot}%{_localstatedir}/lib/dss/AdminHtml

# install manuals
install -m0644 Documentation/broadcasterctl.1 %{buildroot}%{_mandir}/man1/
install -m0644 Documentation/MP3Broadcaster.1 %{buildroot}%{_mandir}/man1/

# NOTE! the StreamingLoadTool is not yet released as source code
#install -m644 streamingloadtool.conf %{buildroot}%{_sysconfdir}/dss/streamingloadtool.conf

# sys 5 scripts
bzcat %{SOURCE1} > %{buildroot}%{_initrddir}/%{name}
bzcat %{SOURCE2} > %{buildroot}%{_initrddir}/%{name}-Proxy
lzcat %{SOURCE8} > %{buildroot}%{_initrddir}/streamingadminserver

# logrotate stuff
bzcat %{SOURCE5} > %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
bzcat %{SOURCE6} > %{buildroot}%{_sysconfdir}/logrotate.d/%{name}-Proxy

# i strongly suspect the web admin can't follow symlinks..., if
# so, some coder needs to fix the source. As the server is run
# under the dss user, there might be some problems...

ln -s %{_docdir}/%{name}-%{version} %{buildroot}%{_localstatedir}/lib/dss/Docs
ln -s ../../../etc/dss %{buildroot}%{_localstatedir}/lib/dss/Config
ln -s ../../../usr/lib/dss %{buildroot}%{_localstatedir}/lib/dss/Modules
ln -s ../../log/dss %{buildroot}%{_localstatedir}/lib/dss/Logs

# install instructions

#installation instructions
cat > README.urpmi << EOF 
After installing darwinstreamingserver, please run 'dss-setup' as root
to create an admin user, before starting the 'darwinstreamingserver'
service. The web interface is the most convenient way to configure DSS:
to use it, install the darwinstreamingserver-webadmin package and then
start the 'streamingadminserver' service. You can then connect to
http://127.0.0.1:1220/ in any web browser to configure the server.
EOF

# provide ghost logs...
touch %{buildroot}%{_logdir}/dss/Error.log
touch %{buildroot}%{_logdir}/dss/StreamingServer.log
touch %{buildroot}%{_logdir}/dss/mp3_access.log
touch %{buildroot}%{_logdir}/dss/server_status
touch %{buildroot}%{_logdir}/dss/StreamingProxy.log
touch %{buildroot}%{_logdir}/dss/streamingadminserver.log

mkdir -p %{buildroot}%{_tmpfilesdir}
install -m0644 %{SOURCE9} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# strip the modules
strip %{buildroot}%{_libdir}/dss/*


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.0.3-6
- (3638174) Properly handle /var/run/dss



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9936 |14cu|dayplanner-0.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(DP::CoreModules\\)'
%else
%define _requires_exceptions perl\(DP::CoreModules\)
%endif

Summary:	An easy and clean Day Planner
Name:		dayplanner
Version:	0.11
Release:	4
Group:		Office
License:	GPLv3+
URL:		http://www.day-planner.org/
Source0:	https://github.com/downloads/zerodogg/dayplanner/%{name}-%{version}.tar.bz2
Patch0:         dayplanner-0.11-locale.patch
BuildRequires:	perl-devel
BuildRequires:	perl(Locale::gettext)
BuildArch:	noarch

%description
Day Planner is a simple time management program.

Day Planner is designed to help you easily manage your time.
It can manage appointments, birthdays and more. It makes sure you
remember your appointments by popping up a dialog box reminding you about it.

%files -f dayplanner.lang
# Note to packagers: Please leave COPYING in here as this package is distributed
#  from the software website aswell
%doc AUTHORS COPYING NEWS THANKS TODO ./doc/*
%{_bindir}/dayplanner
%{_bindir}/dayplanner-daemon
%{_bindir}/dayplanner-notifier
%{_datadir}/%{name}/
%{_mandir}/man1/*
%{_iconsdir}/dayplanner*.png
%{_miconsdir}/dayplanner*.png
%{_liconsdir}/dayplanner*.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%patch0 -p1

%build
# Nothing

%install
%makeinstall_std prefix=/usr

# Install the icons
install -m644 ./art/dayplanner-24x24.png -D %{buildroot}%{_iconsdir}/dayplanner.png
install -m644 ./art/dayplanner-16x16.png -D %{buildroot}%{_miconsdir}/dayplanner.png
install -m644 ./art/dayplanner-48x48.png -D %{buildroot}%{_liconsdir}/dayplanner.png
# (High contrast icons)
install -m644 ./art/dayplanner_HC24.png -D %{buildroot}%{_iconsdir}/dayplanner_HC.png
install -m644 ./art/dayplanner_HC16.png -D %{buildroot}%{_miconsdir}/dayplanner_HC.png
install -m644 ./art/dayplanner_HC48.png -D %{buildroot}%{_liconsdir}/dayplanner_HC.png

# Find the localization
%find_lang %{name}

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.11-4
- (ff8caea) Update upstream url



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9937 |14cu|db1-1.85-26
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname db 1

Summary: The BSD database library for C (version 1)
Name: db1
Version: 1.85
Release: 26
Source0: db.%{version}.tar.bz2
Source100:      %{name}.rpmlintrc
Patch0: db.%{version}.patch
Patch1: db.%{version}-include.patch
Patch2: db.1.85-LDFLAGS.diff
URL: ftp://ftp.sleepycat.com/releases
License: BSD
Group: System/Libraries
BuildRequires: bzip2

%package -n %libname
Summary: The BSD database library for C (version 1)
Group: System/Libraries
Provides: db1
Obsoletes: db1

%package -n %libname-devel
Summary: Development libs/header files for Berkeley DB (version 1) library
Group: Development/C
Requires: %{libname} = %{version}
Provides: db1-devel
Obsoletes: db1-devel

%description
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
It should be installed if compatibility is needed with databases created
with db1.

%description -n %libname
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
It should be installed if compatibility is needed with databases created
with db1.

%description -n %libname-devel
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB includes B tree, Hashing, Fixed and Variable-length
record access methods.

This package contains the header files, libraries, and documentation for
building programs which use Berkeley DB.

%package tools
Summary: Tools for Berkeley DB (version 1) library
Group: Databases
Prefix: %{_prefix}

%description tools
Tools to manipulate Berkeley database (version 1) databases.

%prep

%setup -q -n db.%{version}
%patch0 -p1
%patch1 -p1 -b .old
%patch2 -p0 -b .LDFLAGS

%build
bzip2 docs/*.ps
cd PORT/linux
# otherwise "db1/db.h" not found
ln -s include db1
%make OORG="%{optflags}" LDFLAGS="%{ldflags}"

%install
mkdir -p %{buildroot}%{_includedir}/%{name}
mkdir -p %{buildroot}/%{_libdir}
mkdir -p %{buildroot}/%{_bindir}

sed -n '/^\/\*-/,/^ \*\//s/^.\*.\?//p' include/db.h | grep -v '^@.*db\.h' > LICENSE

cd PORT/linux
sover=`echo libdb.so.* | sed 's/libdb.so.//'`
install -m644 libdb.a			%{buildroot}/%{_libdir}/libdb1.a
install -m755 libdb.so.$sover		%{buildroot}/%{_libdir}/libdb1.so.$sover
ln -sf libdb1.so.$sover 		%{buildroot}/%{_libdir}/libdb1.so
ln -sf libdb1.so.$sover			%{buildroot}/%{_libdir}/libdb.so.$sover
install -m644 ../include/ndbm.h		%{buildroot}/%{_includedir}/db1/
install -m644 ../../include/db.h	%{buildroot}/%{_includedir}/db1/
install -m644 ../../include/mpool.h	%{buildroot}/%{_includedir}/db1/
install -s -m755 db_dump185		%{buildroot}/%{_bindir}/db1_dump185

%files -n %libname
%{_libdir}/libdb1.so.*
%{_libdir}/libdb.so.*

%files -n %libname-devel
%doc docs/*.ps.bz2 README changelog
%{_includedir}/db1
%{_libdir}/libdb1.a
%{_libdir}/libdb1.so

%files tools
%{_bindir}/db1_dump185




%changelog
* Fri Nov 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.85-26
+ Revision: 8a66f04
- Added rpmlintrc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9938 |14cu|db2-2.4.14-27
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define major		2
%define libname_orig	libdb%{major}
%define libname		%mklibname db %{major}

Summary: The BSD database library for C (version 2)
Name: db2
Version: 2.4.14
Release: 27
#Source: http://www.sleepycat.com/update/2.7.7/db-2.7.7.tar.gz
# Taken from glibc 2.1.3
Source0: %{name}-glibc-2.1.3.tar.bz2
Source100:	%{name}.rpmlintrc
# Patch to make it standalone
Patch0: db2-glibc-2.1.3.patch
Patch1: db2-2.4.14-db2.patch
Patch2: db2-2.4.14-db_fileid-64bit-fix.patch
Patch3: db2-gcc34.patch
Patch4: db2-64bit-fixes.patch
Patch5:	db2-sparc64-Makefile-fPIC.patch
Patch6: db2-deps.patch
Patch7: db2-LDFLAGS.diff
URL: http://www.sleepycat.com
License: BSD
Group: System/Libraries

%description
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
This library used to be part of the glibc package.

%package -n %{libname}
Summary: The BSD database library for C (version 2)
Group: System/Libraries
Obsoletes: %{name}
Provides: %{name} = %{version}-%{release}

%description -n %{libname}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
This library used to be part of the glibc package.

%package -n %{libname}-devel
Summary: Development libs/header files for Berkeley DB (version 2) library
Group: Development/C
Requires: %{libname} = %{version}-%{release}
Obsoletes: %{name}-devel
Provides: %{name}-devel = %{version}-%{release}
%ifnarch ia64
Conflicts: glibc-devel < 2.1.90
%endif

%description -n %{libname}-devel
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB includes B tree, Hashing, Fixed and Variable-length
record access methods.

This package contains the header files, libraries, and documentation for
building programs which use Berkeley DB.

%prep
%setup -q -n db2
%patch0 -p1
%patch1 -p1 -b .db2
%patch2 -p1 -b .db_fileid-64bit-fix
%patch3 -p1 -b .gcc34
%patch4 -p1 -b .64bit-fixes
%ifarch sparc64
%patch5 -p1 -b .sparc64
%endif
%patch6 -p1 -b .deps
%patch7 -p0 -b .LDFLAGS

%build
CFLAGS="%{optflags}" %make LDFLAGS="%{ldflags}"

%install
mkdir -p %{buildroot}%{_includedir}/db2
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_bindir}

# XXX this causes all symbols to be deleted from the shared library
#strip -R .comment libdb2.so.3
install -m644 libdb2.a			%{buildroot}/%{_libdir}/libdb2.a
install -m755 libdb2.so.3		%{buildroot}/%{_libdir}/libdb2.so.3
ln -sf libdb2.so.3 			%{buildroot}/%{_libdir}/libdb2.so
ln -sf libdb2.a				%{buildroot}/%{_libdir}/libndbm.a
ln -sf libdb2.so.3			%{buildroot}/%{_libdir}/libndbm.so

install -m644 db.h			%{buildroot}/%{_includedir}/db2
install -m644 db_185.h			%{buildroot}/%{_includedir}/db2
for p in db_archive db_checkpoint db_deadlock db_dump db_load \
	 db_printlog db_recover db_stat; do
	q="`echo $p | sed -e 's,^db_,db2_,'`"
	install -s -m755 $p		%{buildroot}/%{_bindir}/$q
done

%clean

%files -n %{libname}
%doc README LICENSE
%{_libdir}/lib*.so.*

%files -n %{libname}-devel
%dir %{_includedir}/db2
%{_includedir}/db2/db.h
%{_includedir}/db2/db_185.h
%{_libdir}/libdb2.a
%{_libdir}/libdb2.so
%{_libdir}/libndbm.a
%{_libdir}/libndbm.so
%{_bindir}/db2_archive
%{_bindir}/db2_checkpoint
%{_bindir}/db2_deadlock
%{_bindir}/db2_dump
%{_bindir}/db2_load
%{_bindir}/db2_printlog
%{_bindir}/db2_recover
%{_bindir}/db2_stat




%changelog
* Fri Nov 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.14-27
+ Revision: 295f6be
- Added rpmlintrc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9939 |14cu|dbeaver-3.7.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Free and open source database management tool
Name:		dbeaver
Version:	3.7.3
Release:	1
Group:		Development/Tools
License:	GPLv2
Url:		http://dbeaver.jkiss.org/
Requires:	java >= 1.7.0
BuildRequires:	unzip


%ifarch i586
Source0:	http://dbeaver.jkiss.org/files/%{name}-ee-%{version}-linux.gtk.x86.tar.gz
%endif

%ifarch x86_64
Source0:	http://dbeaver.jkiss.org/files/%{name}-ee-%{version}-linux.gtk.x86_64.tar.gz
%endif

Source1:	%{name}.desktop
Source99:	%{name}.rpmlintrc

%description
DBeaver is free and open source universal database tool 
for developers and database administrators.

%prep
%setup -qc %{name}

%build

%install
mkdir -p %{buildroot}/opt/%{name}

# Copy all files from archive into /opt/%{name} dir
cp -Rp * %{buildroot}/opt/%{name}/
install -Dm644 %{buildroot}/opt/%{name}/icon.xpm %{buildroot}/%{_datadir}/icons/%{name}.xpm

# install resources
install -Dm644 %{SOURCE1} %{buildroot}/%{_datadir}/applications/%{name}.desktop

# Add antialiasing settings
echo -Dawt.useSystemAAFontSettings=on >> init.xargs

mkdir -p %{buildroot}/%{_bindir}
cd %{buildroot}/%{_bindir}
ln -snf ../../opt/%{name}/%{name}.sh %{name}

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/%{name}.xpm
/opt/%{name}

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 3.7.3-1
- (ae70718) Merge pull request #1 from import/dbeaver:rosa2016.1
- (ae70718) Updated to 3.7.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9940 |14cu|dbf2mysql-1.14a-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Convert between xBase and MySQL databases
Name:		dbf2mysql
Version:	1.14a
Release:	1
License:	GPLv2+
Group:		System/Servers
Url:		http://dbf2mysql.sourceforge.net
# We use modified sources from Debian
Source0:	http://http.debian.net/debian/pool/main/d/dbf2mysql/%{name}_%{version}.orig.tar.gz
Source1:	dbf2mysql.1
Patch0:		05-foxpro.patch
Patch1:		10-mysql.patch
Patch2:		15-README.patch
Patch3:		20-u-char.patch
Patch4:		25-mysql-real-connect.patch
Patch5:		30-makefile

BuildRequires:	mariadb-devel

%description
dbf2mysql takes an xBase file and sends queries to an MySQL server to
insert it into an MySQL table.

mysql2dbf dumps a MySQL table to a dbf file.

%files
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export CFLAGS="%{optflags}"
%make

%install
%makeinstall_std
install -D -m644 %{SOURCE1} %{buildroot}%{_mandir}/man1/dbf2mysql.1

%changelog

* Wed Jun 22 2016 Denis Silakov <dsilakov@gmail.com> 1.14a-1
- (8817fc4) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9941 |14cu|dbus-sharp-0.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname %{name}-2.0

Summary:	Managed D-Bus implementation
Name:		dbus-sharp
Version:	0.8.1
Release:	2
License:	MIT
Group:		System/Libraries
Url:		http://mono.github.com/dbus-sharp
Source0:	https://github.com/mono/dbus-sharp/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(mono)
BuildArch: 	noarch

%description
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus).

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%files
%doc README COPYING
%{_prefix}/lib/mono/%{name}-2.0
%{_prefix}/lib/mono/gac/%{name}

#-------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus).

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%files devel
%doc examples
%{_datadir}/pkgconfig/%{name}-2.0.pc

#-------------------------------------------------------------------

%prep
%setup -q

%build
./configure \
	--prefix=%{_prefix}
%make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig

%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-2
- (fb54c4f) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9942 |14cu|dbus-sharp1.0-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname dbus-sharp

Summary:	Managed D-Bus implementation
Name:		dbus-sharp1.0
Version:	0.7.0
Release:	3
License:	MIT
Group:		System/Libraries
Url:		http://mono.github.com/dbus-sharp
Source0:	https://github.com/mono/dbus-sharp/releases/download/v%{version}/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(mono)
Conflicts:	%{oname}
BuildArch: 	noarch

%description
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus).

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%files
%doc README COPYING
%{_prefix}/lib/mono/%{oname}-1.0
%{_prefix}/lib/mono/gac/%{oname}

#-------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Conflicts:	%{oname}-devel < 0.8

%description devel
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus).

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%files devel
%doc examples
%{_datadir}/pkgconfig/%{oname}-1.0.pc

#-------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
./configure \
	--prefix=%{_prefix}
%make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig

%changelog

* Wed Jun 29 2016 Rosa <rosa@abf.rosalinux.ru> 0.7.0-3
- (52b1d93) Automatic import for version 0.7.0-3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9943 |14cu|dbus-sharp-glib-0.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Managed D-Bus implementation - GLib integration
Name:		dbus-sharp-glib
Version:	0.6.0
Release:	1
License:	MIT
Group:		System/Libraries
Url:		http://mono.github.com/dbus-sharp/
Source0:	http://github.com/downloads/mono/dbus-sharp/%{name}-%{version}.tar.gz
BuildRequires:	gtk-sharp2
BuildRequires:	pkgconfig(dbus-sharp-2.0)
BuildRequires:	pkgconfig(mono)
Requires:	glib2
BuildArch:	noarch

%description
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus). This is the GLib integration for ndesk-dbus.

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%files
%doc README COPYING
%{_prefix}/lib/mono/%{name}-2.0
%{_prefix}/lib/mono/gac/%{name}/

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus). This is the GLib integration for ndesk-dbus.

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%files devel
%doc examples
%{_datadir}/pkgconfig/%{name}-2.0.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure \
	--prefix=%{_prefix}
make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig


%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.0-1
- (c2b1cb2) New version 0.6.0
- (c2b1cb2) Switch to 2.0 API



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9944 |14cu|dbus-sharp-glib1.0-0.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname dbus-sharp-glib

Summary:	Managed D-Bus implementation - GLib integration
Name:		dbus-sharp-glib1.0
Version:	0.5.0
Release:	4
License:	MIT
Group:		System/Libraries
Url:		http://mono.github.com/dbus-sharp/
Source0:	http://github.com/downloads/mono/dbus-sharp/%{oname}-%{version}.tar.gz
BuildRequires:	gtk-sharp2
BuildRequires:	pkgconfig(dbus-sharp-1.0)
BuildRequires:	pkgconfig(mono)
Requires:	glib2
Conflicts:	%{oname}
BuildArch:	noarch

%description
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus). This is the GLib integration for ndesk-dbus.

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%files
%doc README COPYING
%{_prefix}/lib/mono/%{oname}-1.0
%{_prefix}/lib/mono/gac/%{oname}/

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Conflicts:	%{oname}-devel < 0.6.0

%description devel
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus). This is the GLib integration for ndesk-dbus.

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%files devel
%doc examples
%{_datadir}/pkgconfig/%{oname}-1.0.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
./configure \
	--prefix=%{_prefix}
make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig


%changelog

* Wed Jun 29 2016 Rosa <rosa@abf.rosalinux.ru> 0.5.0-4
- (1a236f9) Automatic import for version 0.5.0-4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9945 |14cu|dcaenc-2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define pluginname %{mklibname alsa-plugins}-dca
%define libname %mklibname %{name} %major
%define devellibname %mklibname -d %{name}
#define debug_package	%{nil}
#define distsuffix mrb

Summary: DTS Coherent Acoustics encoder
Name:    dcaenc
Version: 2
Release: 3
Source0: http://aepatrakov.narod.ru/dcaenc/olderfiles/1/%{name}-%{version}.tar.gz
License: LGPLv2.1+
Group:   Sound
URL:     http://aepatrakov.narod.ru/dcaenc/
BuildRequires: kernel-headers >= 2.4.0
BuildRequires: pkgconfig(alsa)


%description
DTS Coherent Acoustics encoder

It may be useful if you want to create a 
DTS CD or a DTS 
soundtrack for a DVD
from a 6-channel PCM wav file using linux. 
Another use case is related to
real-time encoding of multichannel PCM 
audio output from arbitrary linux
applications for transmission over SPDIF 
(see %{pluginname} package)


%package -n %{libname}
Summary:   Libraries for DTS Coherent Acoustics encoder
Group:     Sound

%description -n %{libname}
Libraries for DTS Coherent Acoustics encoder


%package -n %{devellibname}
Summary:   Development sources for DTS Coherent Acoustics encoder
Group:     Development/C
Requires:  %{libname} = %{version}-%{release}

%description -n %{devellibname}
Development sources for DTS Coherent Acoustics encoder


%package -n %{pluginname}
Summary:   DTS Coherent Acoustics encoder plugin for ALSA
Group:     Sound
Requires:  alsa-lib

%description -n %{pluginname}
DTS Coherent Acoustics encoder plugin for ALSA

Provides real-time encoding of multichannel PCM audio output from arbitrary
linux applications for transmission over SPDIF.


%prep
%setup -q -n %{name}-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

mv %{buildroot}%{_datadir}/alsa/pcm %{buildroot}%{_datadir}/alsa/alsa.conf.d

find %{buildroot} -name '*.la' -delete

%files
%{_bindir}/dcaenc

%files -n %{libname}
%{_libdir}/libdcaenc.so.%{major}*

%files -n %{devellibname}
%{_includedir}/dcaenc.h
%{_libdir}/libdcaenc.so
%{_libdir}/pkgconfig/dcaenc.pc

%files -n %{pluginname}
%{_datadir}/alsa/alsa.conf.d/dca.conf
%{_libdir}/alsa-lib/*

%changelog

* Mon Nov 09 2015 Denis Silakov <dsilakov@gmail.com> 2-3
- (8171ddd) Updated upstream URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9946 |14cu|dcc-1.3.158-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without sendmail

Summary:	Distributed Checksum Clearinghouse, anti-spam tool
Name:		dcc
Version:	1.3.158
Release:	1
License:	BSD-like
Group:		System/Servers
Url:		http://www.rhyolite.com/anti-spam/dcc/
Source0:	http://www.rhyolite.com/src/dcc/old/%{name}-%{version}.tar.Z
Source1:	dcc-tmpfiles.conf
Patch0:		dcc-dccd-initscript-154.diff
Patch1:		dcc-make-dcc_conf-nochwon.diff
BuildRequires:	apache-base
BuildRequires:	wget
%if %{with sendmail}
BuildRequires:	sendmail-devel
%endif
Requires:	rrdtool
Requires(post,preun):	rpm-helper rrdtool
Requires(pre,postun):	rpm-helper

%description
Distributed Checksum Clearinghouse or DCC is a cooperative,
distributed system intended to detect "bulk" mail or mail sent to
many people. It allows individuals receiving a single mail message
to determine that many other people have been sent essentially
identical copies of the message and so reject the message. It can
identify some unsolicited bulk mail using "spam traps" and other
detectors, but that is not its focus.

The DCC can be viewed as a tool for end users to enforce their
right to "opt-in" to streams of bulk mail by refusing all bulk mail
except from sources in a "white list."  White lists are generally
the responsibility of DCC clients, since only they know which bulk
mail they solicited.

NB to use DCC to reject SPAM you need to configure
%{_datadir}/dcc/dcc_conf and either use procmail or sendmail to
feed the messages to DCC

%files
%doc CHANGES  LICENSE README.misc README.homedir
%doc FAQ.html INSTALL.html cdcc.html dbclean.html dblist.html
%doc dcc.html dccd.html dccifd.html dccproc.html dccsight.html

%attr(0755,root,root) %{_sysconfdir}/cron.daily/dccd
%attr(0755,root,root) %{_initrddir}/dccd
%{_tmpfilesdir}/%{name}.conf

%config(noreplace) %attr(0600,dcc,dcc) %{_localstatedir}/lib/dcc/ids
%config(noreplace) %attr(0600,dcc,dcc) %{_localstatedir}/lib/dcc/map
%config(noreplace) %attr(0600,dcc,dcc) %{_localstatedir}/lib/dcc/map.txt
%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/dcc_conf
%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/flod
%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/whiteclnt
%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/whitecommon
%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/whitelist
%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/grey_flod
%config(noreplace) %attr(0644,dcc,dcc) %{_localstatedir}/lib/dcc/grey_whitelist

%attr(4755,root,root) %{_bindir}/cdcc
%attr(4755,root,root) %{_bindir}/dccproc
%attr(0755,root,root) %{_bindir}/dccif-test

%attr(0755,root,root) %{_sbindir}/dbclean
%attr(0755,root,root) %{_sbindir}/dblist
%attr(0755,root,root) %{_sbindir}/dccd
%attr(0755,root,root) %{_sbindir}/dccifd
%attr(0755,root,root) %{_sbindir}/newwebuser
%attr(0755,root,root) %{_sbindir}/start-dccd
%attr(0755,root,root) %{_sbindir}/start-dccifd
%attr(0755,root,root) %{_sbindir}/stop-dccd
%attr(0755,root,root) %{_sbindir}/wlist
%attr(4755,root,root) %{_sbindir}/dccsight
%attr(0755,root,root) %{_sbindir}/start-grey
%attr(0755,root,root) %{_sbindir}/fetchblack
%attr(0755,root,root) %{_sbindir}/list-clients
%attr(0755,root,root) %{_sbindir}/dns-helper
%attr(0755,root,root) %{_sbindir}/ck2ip
%attr(0755,root,root) %{_sbindir}/dcc-stats-update

%attr(0755,root,root) %{_sbindir}/check_ip_range
%attr(0755,root,root) %{_sbindir}/dcc-nagios
%attr(0755,root,root) %{_sbindir}/dump-clients
%attr(0755,root,root) %{_sbindir}/fetchids
%attr(0755,root,root) %{_sbindir}/fix-map

# rrdtool stuff
%attr(0755,root,root) %{_sbindir}/dcc-stats-collect
%attr(0755,root,root) %{_sbindir}/dcc-stats-graph
%attr(0755,root,root) %{_sbindir}/dcc-stats-init
%attr(0755,root,root) %{_sbindir}/stats-get

# extras
%attr(0755,root,root) %{_sbindir}/dccif-test
%attr(0755,root,root) %{_sbindir}/dccif.pl
%attr(0755,root,root) %{_sbindir}/fetch-testmsg-whitelist

%attr(0755,dcc,dcc) %dir %{_localstatedir}/lib/dcc
%attr(0755,dcc,dcc) %dir %{_localstatedir}/lib/dcc/log
%attr(0755,dcc,dcc) %dir %{_localstatedir}/lib/dcc/userdirs
%attr(0755,dcc,dcc) %dir %{_localstatedir}/lib/dcc/userdirs/local
%attr(0755,dcc,dcc) %dir %{_localstatedir}/lib/dcc/userdirs/cyrus
%attr(0755,dcc,dcc) %dir %{_localstatedir}/lib/dcc/userdirs/procmail
%attr(0755,dcc,dcc) %dir %{_localstatedir}/lib/dcc/userdirs/esmtp
%ghost %attr(0755,dcc,dcc) %dir %{_localstatedir}/run/dcc

%attr(0644,root,root) %{_mandir}/man8/cdcc.8*
%attr(0644,root,root) %{_mandir}/man8/dbclean.8*
%attr(0644,root,root) %{_mandir}/man8/dblist.8*
%attr(0644,root,root) %{_mandir}/man8/dcc.8*
%attr(0644,root,root) %{_mandir}/man8/dccd.8*
%attr(0644,root,root) %{_mandir}/man8/dccifd.8*
%attr(0644,root,root) %{_mandir}/man8/dccproc.8*
%attr(0644,root,root) %{_mandir}/man8/dccsight.8*

# excludes - files related to dcc-sendmail
%exclude %{_sbindir}/hackmc
%exclude %{_sbindir}/start-dccm
%exclude %{_mandir}/man8/dccm.8*

%pre
%_pre_useradd dcc %{_localstatedir}/lib/dcc /bin/sh

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service dccd

%preun
%_preun_service dccd

%postun
%_postun_userdel dcc

#----------------------------------------------------------------------------

%package cgi
Summary:	The cgi-scripts for managing mail delivery on a DCC enabled server
Group:		System/Servers
Requires:	apache-mpm-prefork
Requires:	%{name} = %{EVRD}

%description cgi
Example set of cgi-scripts to allow users to point-and-click
manage their own DCC whitelists and thus what is delivered to
them.  Allows overriding of site level lists.  The scripts give
controlled access to the whitelists which are otherwise in
protected directory space (owned by dcc).

NB these scripts need configured after installation.

%files cgi
%doc README.cgi-bin
%attr(0644,root,root) %config(noreplace) %{_webappconfdir}/dcc.conf
%attr(0644,root,root) %config(noreplace) %{_localstatedir}/lib/dcc/userdirs/webusers
%attr(0755,root,root) %{_localstatedir}/www/dcc-bin/chgpasswd
%attr(0755,root,root) %{_localstatedir}/www/dcc-bin/common
%attr(0755,root,root) %{_localstatedir}/www/dcc-bin/edit-whiteclnt
%attr(0755,root,root) %{_localstatedir}/www/dcc-bin/http2https
%attr(0755,root,root) %{_localstatedir}/www/dcc-bin/list-log
%attr(0755,root,root) %{_localstatedir}/www/dcc-bin/list-msg
%attr(0755,root,root) %{_localstatedir}/www/dcc-bin/webuser-notify
%attr(0755,root,root) %{_localstatedir}/www/dcc-bin/footer
%attr(0755,root,root) %{_localstatedir}/www/dcc-bin/header
%attr(0755,root,root) %{_localstatedir}/www/dcc-bin/common.pm
%attr(0755,root,root) %{_localstatedir}/www/dcc-bin/footer-dist
%attr(0755,root,root) %{_localstatedir}/www/dcc-bin/header-dist

#----------------------------------------------------------------------------

%if %{with sendmail}
%package sendmail
Summary:	Distributed Checksum Clearinghouse Milter Interface
Group:		System/Servers
Requires:	sendmail
Requires:	sendmail-cf
Requires:	%{name} = %{EVRD}

%description sendmail
Dccm is a daemon built with the sendmail milter interface intended
to connect sendmail to DCC servers.

%files sendmail
%doc dccm.html
%attr(0755,root,root) %{_sbindir}/dccm
%attr(0755,root,root) %{_sbindir}/hackmc
%attr(0755,root,root) %{_sbindir}/start-dccm
%attr(0644,root,root) %{_datadir}/sendmail-cf/feature/dcc.m4
%attr(0644,root,root) %{_datadir}/sendmail-cf/feature/dccdnsbl.m4
%attr(0644,root,root) %{_mandir}/man8/dccm.8*
%endif

#----------------------------------------------------------------------------

%package devel
Summary:	Development headers and libraries for %{name}
Group:		Development/C

%description devel
Development headers and libraries for %{name}.

%files devel
%attr(0644,root,root) %{_includedir}/dcc/*.h
%attr(0755,root,root) %{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .initscript
%patch1 -p1 -b .nochown

# fix defaults
find . -type f | xargs perl -pi -e "s|/usr/local|%{_prefix}|g"
find . -type f | xargs perl -pi -e "s|/var/dcc|%{_localstatedir}/lib/dcc|g"

# lib64 fixes
perl -pi -e "s|/usr/lib|%{_libdir}|g" configure

%build
./configure \
	--libexecdir=%{_sbindir} \
%if %{with sendmail}
	--with-sendmail \
%endif
	--with-installroot=%{buildroot} \
	--homedir=%{_localstatedir}/lib/dcc \
	-bindir=%{_bindir} \
	--mandir=%{_mandir} \
	--disable-sys-inst \
	--with-uid=dcc \
	--with-cgibin=%{_localstatedir}/www/dcc-bin \
	--with-rundir=%{_localstatedir}/run/dcc \
	--with-db-memory=32

perl -p -i -e "s:\".*\":\"%{_sbindir}\": if m/define\s+DCC_LIBEXECDIR/ ;" include/dcc_config.h

make CWARN="%{optflags}"

# make extras
make CWARN="%{optflags}" -C dccifd/dccif-test

%install
# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/cron.daily
install -d %{buildroot}%{_webappconfdir}
install -d %{buildroot}%{_localstatedir}/run/dcc
install -d %{buildroot}%{_localstatedir}/lib/dcc/{log,userdirs/{local,esmtp,cyrus,procmail}}
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}/dcc

export INST_UID="`id -u`"
export INST_GID="`id -g`"
alias chown=echo
make MANOWN=$INST_UID MANGRP=$INST_GID DCC_SUID=$INST_UID DCC_OWN=$INST_UID \
    DCC_GRP=$INST_GID BINOWN=$INST_UID GRP=$INST_GID INSTALL="install -c" \
    install
unalias chown

chmod 755 %{buildroot}%{_sbindir}/* %{buildroot}%{_bindir}/* 

install -m0755 misc/cron-dccd %{buildroot}%{_sysconfdir}/cron.daily/dccd
install -m0755 misc/rcDCC %{buildroot}%{_initrddir}/dccd
install -m0600 homedir/flod %{buildroot}%{_localstatedir}/lib/dcc/flod

install -m0755 dccifd/dccif-test/dccif-test %{buildroot}%{_sbindir}/
install -m0755 dccifd/dccif.pl %{buildroot}%{_sbindir}/

%if %{with sendmail}
install -d %{buildroot}%{_datadir}/sendmail-cf/feature
install -m0644 misc/dcc.m4 %{buildroot}%{_datadir}/sendmail-cf/feature/
install -m0644 misc/dccdnsbl.m4 %{buildroot}%{_datadir}/sendmail-cf/feature/
%endif

# Set some initial logging, but no rejections
perl -p -i -e "s/BRAND=\$/BRAND=%{version}-%{release}/ ; s/DCCM_LOG_AT=\$/\$&10/ ; " \
	%{buildroot}%{_localstatedir}/lib/dcc/dcc_conf

# install the apache2 config
cat > dcc.conf <<EOF

ScriptAlias /dcc-bin/ /var/www/dcc-bin/

    <Directory /var/www/dcc-bin/>
	Require host 127.0.0.1

	SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
	SSLRequireSSL
	ErrorDocument 403 /dcc-bin/http2https

	AuthType Basic
	AuthName "DCC user"
	AuthUserFile /var/lib/dcc/userdirs/webusers
	require valid-user

    </Directory>
EOF

install -m 0755 dcc.conf %{buildroot}%{_webappconfdir}/dcc.conf 
echo "# put users in here" > %{buildroot}%{_localstatedir}/lib/dcc/userdirs/webusers

# prepare for docs inclusion
cp misc/README README.misc
cp homedir/README README.homedir
cp cgi-bin/README README.cgi-bin

# fix strange attribs
chmod 644 CHANGES LICENSE README*  *.html

# install devel files
install -m0644 dccd/*.h %{buildroot}%{_includedir}/dcc/
install -m0644 include/*.h %{buildroot}%{_includedir}/dcc/
install -m0644 srvrlib/*.h %{buildroot}%{_includedir}/dcc/
install -m0644 thrlib/*.h %{buildroot}%{_includedir}/dcc/

install -m0755 dcclib/libdcc.a %{buildroot}%{_libdir}/
install -m0755 srvrlib/libsrvr.a %{buildroot}%{_libdir}/
install -m0755 thrlib/libthr.a %{buildroot}%{_libdir}/
install -m0755 clntlib/libclnt.a %{buildroot}%{_libdir}/

# house cleaning
rm -f %{buildroot}%{_localstatedir}/www/dcc-bin/README
rm -f %{buildroot}%{_sbindir}/rcDCC
rm -f %{buildroot}%{_sbindir}/cron-dccd
rm -f %{buildroot}%{_sbindir}/logger
rm -f %{buildroot}%{_sbindir}/updatedcc
rm -f %{buildroot}%{_sbindir}/uninstalldcc

# install man pages
install -m0644 *.8 %{buildroot}%{_mandir}/man8/

# handle /var/run/dcc
mkdir -p %{buildroot}%{_tmpfilesdir}
install -m0644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 1.3.158-1
- (283186b) Merge pull request #1 from import/dcc:rosa2016.1
- (283186b) Updated to 1.3.158



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9947 |14cu|ddd-3.3.12-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GUI for several command-line debuggers
Name:		ddd
Version:	3.3.12
Release:	5
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source3:	debugger16.png
Source4:	debugger22.png
Patch0:		ddd-3.3.12-gcc4.3.patch
Group:		Development/Other
URL:		http://www.gnu.org/software/ddd/
License:	GPLv2
BuildRequires:	lesstif-devel
BuildRequires:	flex
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	binutils-devel
BuildRequires:	chrpath
Requires:	lesstif
Requires:	gdb

%description
The Data Display Debugger (DDD) is a popular GUI for command-line
debuggers like GDB, DBX, JDB, WDB, XDB, the Perl debugger, and the
Python debugger.  DDD allows you to view source texts and provides an
interactive graphical data display, in which data structures are
displayed as graphs.  You can use your mouse to dereference pointers
or view structure contents, which are updated every time the program
stops.  DDD can debug programs written in Ada, C, C++, Chill, Fortran,
Java, Modula, Pascal, Perl, and Python.  DDD provides machine-level
debugging; hypertext source navigation and lookup; breakpoint,
watchpoint, backtrace, and history editors; array plots; undo and
redo; preferences and settings editors; program execution in the
terminal emulation window, debugging on a remote host, an on-line
manual, extensive help on the Motif user interface, and a command-line
interface with full editing, history and completion capabilities.

%prep
%setup -q
%patch0 -p0
sed -i -e "s/^Categories=Development;$/Categories=Development;Debugger;/" ddd/ddd.desktop

%build
CXXFLAGS="%{optflags} -fpermissive"
%configure2_5x
%make X_INCLUDE=""

%install

mkdir -p %{buildroot}{%{_bindir},%{_docdir}}
%makeinstall

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,22x22}/apps
install -m 644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/ddd.png
install -m 644 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/22x22/apps/ddd.png

# (sb) remove rpath from binary
chrpath -d %{buildroot}%{_bindir}/%{name}

# (sb) unpackaged files
rm -f %{buildroot}%{_libdir}/libiberty.a

%files
%doc README TODO TIPS NEWS AUTHORS doc/*pdf doc/html
%{_bindir}/*
%{_mandir}/*/*
%{_infodir}/%{name}.*
%{_infodir}/%{name}-*
%dir %{_datadir}/%{name}-%{version}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}-%{version}/COPYING
%{_datadir}/%{name}-%{version}/NEWS
%{_datadir}/%{name}-%{version}/ddd
%{_datadir}/%{name}-%{version}/themes
%{_datadir}/%{name}-%{version}/vsllib
%{_iconsdir}/hicolor/*/apps/ddd.png



%changelog

* Tue May 31 2016 Denis Silakov <dsilakov@gmail.com> 3.3.12-5
- (2e4ee55) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9948 |14cu|ddrescue-1.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Data recovery tool
Name:		ddrescue
Version:	1.21
Release:	1
License:	GPLv3+
Group:		System/Kernel and hardware
URL:		http://www.gnu.org/software/ddrescue/ddrescue.html
Source0:	http://ftp.gnu.org/gnu/ddrescue/%{name}-%{version}.tar.lz
Source1:	http://ftp.gnu.org/gnu/ddrescue/%{name}-%{version}.tar.lz.sig
BuildRequires:	lzip

%description
GNU ddrescue is a data recovery tool. It copies data from one file or block 
device (hard disc, CDROM, etc) to another, trying hard to rescue data in 
case of read errors.

Ddrescue does not truncate the output file if not asked to. So, every time 
you run it on the same output file, it tries to fill in the gaps.

The basic operation of ddrescue is fully automatic. That is, you don't have 
to wait for an error, stop the program, read the log, run it in reverse mode.

If you use the log-file feature of ddrescue, the data is rescued very 
efficiently (only the needed blocks are read). Also you can interrupt the 
rescue at any time and resume it later at the same point.

Automatic merging of backups: If you have two or more damaged copies of a file,
CDROM, etc, and run ddrescue on all of them, one at a time, with the same 
output file, you will probably obtain a complete and error-free file. This is 
so because the probability of having damaged areas at the same places on 
different input files is very low. Using the log-file, only the needed blocks 
are read from the second and successive copies.

The log-file is periodically saved to disc. So in case of a crash you can 
resume the rescue with little recopying.

Also, the same log-file can be used for multiple commands that copy different 
areas of the file, and for multiple recovery attempts over different subsets.

Ddrescue aligns its I/O buffer to the sector size so that it can be used to 
read from raw devices. For efficiency reasons, also aligns it to the memory 
page size if page size is a multiple of sector size. 

%prep
%setup -q

%build
%configure2_5x
%make CXXFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_infodir}/*
%{_mandir}/*/*

%changelog

* Wed Apr 13 2016 dsilakov <denis.silakov@rosalab.ru> 1.21-1
- (14dc655) Merge pull request #3 from alzim/ddrescue:rosa2014.1
- (14dc655) Updated to 1.21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9949 |14cu|deadbeef-plugin-infobar-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoprov 'ddb_infobar_gtk3\\.so(.*)'
%endif

Summary:	InfoBar plugin for DeaDBeeF
Name:		deadbeef-plugin-infobar
Version:	1.4
Release:	2
License:	GPLv2+
Group:		Sound
Url:		https://bitbucket.org/dsimbiriatin/deadbeef-infobar
Source0:	https://bitbucket.org/dsimbiriatin/deadbeef-infobar/downloads/deadbeef-infobar-%{version}.tar.gz
BuildRequires:	deadbeef-devel
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libxml-2.0)
Requires:	deadbeef

%description
InfoBar plugin for DeaDBeeF. It allows you to view:
 - lyrics for the current song;
 - biography for the current artist;
 - list of the similar artists.

%files
%doc COPYING
%{_libdir}/deadbeef/ddb_infobar_gtk3.so

#----------------------------------------------------------------------------

%prep
%setup -qn deadbeef-infobar-%{version}

%build
%setup_compile_flags
%make gtk3

%install
mkdir -p %{buildroot}%{_libdir}/deadbeef/
install -m 0755 gtk3/ddb_infobar_gtk3.so %{buildroot}%{_libdir}/deadbeef/ddb_infobar_gtk3.so

%changelog

* Mon Jul 27 2015 Rosa <rosa@abf.rosalinux.ru> 1.4-2
- (3d4e9a1) Automatic import for version 1.4-2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9950 |14cu|debconf-1.5.59-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Originally imported from Fedora Rawhide.
Name:           debconf
Version:        1.5.59
Release:        1
Summary:        Debian configuration management system

Group:          System/Configuration/Packaging
License:        BSD
URL:            http://packages.debian.org/sid/debconf
Source0:        http://ftp.de.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.xz
Patch0:         debconf-1.5.32-no-utf8-to-pod2man.patch
BuildArch:      noarch

BuildRequires:  python
BuildRequires:  python3
BuildRequires:  po4a >= 0.23
BuildRequires:  gettext >= 0.13
BuildRequires:  perl(Qt)
# Not actual requirements, although listed at
# http://ftp.de.debian.org/debian/pool/main/d/debconf/debconf_1.5.32.dsc
#BuildRequires:  debhelper >= 7.0.50
#BuildRequires:  perl-libintl
#BuildRequires:  po-debconf

%description
Debconf is a configuration management system for Debian
packages. Packages use Debconf to ask questions when
they are installed.

%files
%doc doc/README doc/EXAMPLES doc/CREDITS doc/README.translators doc/README.LDAP doc/TODO
%doc debian/changelog debian/copyright debian/README.Debian
%config(noreplace) %{_sysconfdir}/debconf.conf
%{_bindir}/debconf
%{_bindir}/debconf-apt-progress
%{_bindir}/debconf-communicate
%{_bindir}/debconf-copydb
%{_bindir}/debconf-escape
%{_bindir}/debconf-set-selections
%{_bindir}/debconf-show
%{_sbindir}/dpkg-preconfigure
%{_sbindir}/dpkg-reconfigure
%{perl_vendorlib}/Debconf
%{perl_vendorlib}/Debian
%{_datadir}/%{name}
%{_mandir}/man1/debconf-apt-progress.1*
%{_mandir}/man1/debconf-communicate.1*
%{_mandir}/man1/debconf-copydb.1*
%{_mandir}/man1/debconf-escape.1*
%{_mandir}/man1/debconf-set-selections.1*
%{_mandir}/man1/debconf-show.1*
%{_mandir}/man1/debconf.1*
%{_mandir}/man8/dpkg-preconfigure.8*
%{_mandir}/man8/dpkg-reconfigure.8*
%{_mandir}/*/man1/debconf-apt-progress.1*
%{_mandir}/*/man1/debconf-communicate.1*
%{_mandir}/*/man1/debconf-copydb.1*
%{_mandir}/*/man1/debconf-escape.1*
%{_mandir}/*/man1/debconf-set-selections.1*
%{_mandir}/*/man1/debconf-show.1*
%{_mandir}/*/man1/debconf.1*
%{_mandir}/*/man8/dpkg-preconfigure.8*
%{_mandir}/*/man8/dpkg-reconfigure.8*
%{_datadir}/pixmaps/debian-logo.png

#--------------------------------------------------------------------------

%package doc
Summary:        Debconf documentation
Group:          Documentation
Requires:       %{name} = %{version}-%{release}

%description doc
This package contains lots of additional documentation for Debconf,
including the debconf user's guide, documentation about using
different backend databases via the /etc/debconf.conf file, and a
developer's guide to debconf.

%files doc -f man-doc.lang
%doc samples/
%doc doc/CREDITS doc/README doc/README.LDAP doc/TODO
%doc debian/changelog
%doc debian/copyright
%doc doc/debconf.schema
%doc doc/hierarchy.txt
%doc doc/namespace.txt
%doc doc/passthrough.txt
%{_mandir}/man3/confmodule.3*
%{_mandir}/man5/debconf.conf.5*
%{_mandir}/man7/debconf-devel.7*
%{_mandir}/man7/debconf.7*

#--------------------------------------------------------------------------

%package i18n
Summary:        Full internationalization support for debconf
Group:          System/Configuration/Packaging
Requires:       %{name} = %{version}-%{release}

%description i18n
This package provides full internationalization for debconf,
including translations into all available languages, support
for using translated debconf templates, and support for
proper display of multibyte character sets.

%files i18n -f man-i18n.lang -f debconf.lang
%doc debian/changelog debian/copyright debian/README.Debian

#--------------------------------------------------------------------------
%package utils
Summary:        This package contains some small utilities for debconf developers
Group:          System/Configuration/Packaging
Requires:       %{name} = %{version}-%{release}

%description utils
This package contains some small utilities for debconf developers.

%files utils -f man-utils.lang
%doc debian/changelog debian/copyright debian/README.Debian
%{_bindir}/debconf-get-selections
%{_bindir}/debconf-getlang
%{_bindir}/debconf-loadtemplate
%{_bindir}/debconf-mergetemplate
%{_mandir}/man1/debconf-get-selections.1*
%{_mandir}/man1/debconf-getlang.1*
%{_mandir}/man1/debconf-loadtemplate.1*
%{_mandir}/man1/debconf-mergetemplate.1*

#--------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p1


%build
%make

%install
make install prefix=%{buildroot}
make install-i18n prefix=%{buildroot}
make install-utils prefix=%{buildroot}

mkdir -p \
        %{buildroot}/%{perl_vendorlib} \
        %{buildroot}/%{_mandir}/man{1,3,5,7,8} \
        %{buildroot}/%{_mandir}/de/man{1,3,5,7,8} \
        %{buildroot}/%{_mandir}/fr/man{1,3,5,7,8} \
        %{buildroot}/%{_mandir}/ru/man{1,3,5,7,8} \
        %{buildroot}/%{_mandir}/pt_BR/man{1,3,8}

%if "%{_datadir}/perl5" != "%{perl_vendorlib}"
mv %{buildroot}/%{_datadir}/perl5/Debconf %{buildroot}/%{perl_vendorlib}/.
mv %{buildroot}/%{_datadir}/perl5/Debian %{buildroot}/%{perl_vendorlib}/.
%endif

chmod 755 %{buildroot}/%{_datadir}/%{name}/confmodule*

# Base and i18n man pages
for man in \
        "debconf-apt-progress" \
        "debconf-communicate" \
        "debconf-copydb" \
        "debconf-escape" \
        "debconf-set-selections" \
        "debconf-show" \
        "debconf" \
        "dpkg-preconfigure" \
        "dpkg-reconfigure"; do

    for level in 1 8; do
        for lang in de fr pt_BR ru; do
            if test -f doc/man/gen/$man.$lang.$level; then
                short_lang=`echo "$lang" | sed 's/_.*//'`
                install -m 644 doc/man/gen/$man.$lang.$level %{buildroot}/%{_mandir}/$lang/man$level/$man.$level
                echo "%lang($short_lang) %{_mandir}/$lang/man$level/$man.$level*" >> "man-i18n.lang"
            fi
        done
        test -f doc/man/gen/$man.$level && \
            install -m 644 doc/man/gen/$man.$level %{buildroot}/%{_mandir}/man$level/$man.$level
    done
done

# Doc foo
for man in \
        "Debconf::Client::ConfModule" \
        "confmodule" \
        "debconf.conf" \
        "debconf-devel" \
        "debconf"; do

    for level in 3 5 7; do
        for lang in de fr pt_BR ru; do
            if test -f doc/man/$man.$lang.$level*; then
                short_lang=`echo "$lang" | sed 's/_.*//'`
                install -m 644 doc/man/$man.$lang.$level* %{buildroot}/%{_mandir}/$lang/man$level/$man.$level
                echo "%lang($short_lang) %{_mandir}/$lang/man$level/$man.$level*" >> "man-doc.lang"
            fi
        done
        test -f doc/man/$man.$level && \
            install -m 644 doc/man/$man.$level %{buildroot}/%{_mandir}/man$level/$man.$level
    done
done

# Utils man pages
for man in get-selections \
            getlang \
            loadtemplate \
            mergetemplate; do
    for lang in de fr pt_BR ru; do
        short_lang=`echo "$lang" | sed 's/_.*//'`
        if test -f doc/man/gen/debconf-$man.$lang.1; then
            install -m 644 doc/man/gen/debconf-$man.$lang.1 %{buildroot}/%{_mandir}/$lang/man1/debconf-$man.1
            echo "%lang($short_lang) %{_mandir}/$lang/man1/debconf-$man.1*" >> "man-utils.lang"
        fi
    done
    test -f doc/man/gen/debconf-$man.1 && \
        install -m 644 doc/man/gen/debconf-$man.1 %{buildroot}/%{_mandir}/man1/debconf-$man.1
done

rm -rf %{buildroot}/usr/lib/python3

%find_lang debconf

%changelog

* Fri Aug 26 2016 alzim <alzim@bk.ru> 1.5.59-1
- (319644c) Merge pull request #1 from import/debconf:rosa2016.1
- (319644c) Updated to 1.5.59



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9951 |14cu|debhelper-9.20160814-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# SPEC and source package imported from Fedora:
# http://mirror.kolabsys.com/pub/fedora/apt-utils/f16/SRPMS/
Name:           debhelper
Version:        9.20160814
Release:        1
Summary:        Helper programs for Debian rules

Group:          System/Configuration/Packaging
License:        GPLv2+
URL:            https://packages.debian.org/sid/debhelper
Source0:        http://ftp.de.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.xz
Patch0:         debhelper-7.4.20-no-utf8-to-pod2man.patch
BuildArch:      noarch

BuildRequires:  po4a
# BuildRequires:  dpkg-devel
BuildRequires:  dpkg
BuildRequires:  perl-Dpkg

Requires:       binutils
Requires:       html2text
Requires:       perl
Requires:       po-debconf
Requires:       dpkg perl-Dpkg

%description
A collection of programs that can be used in a Debian rules file
to automate common tasks related to building Debian packages.
Programs are included to install various files into your package,
compress files, fix file permissions, integrate your package with
the Debian menu system, debconf, doc-base, etc. Most Debian
packages use debhelper as part of their build process.

%prep
%setup -qn %{name}
%patch0 -p1

%build
make build

%install
%makeinstall_std

mkdir -p \
            %{buildroot}/%{_mandir}/{,es,fr}/man{1,7}/

for lang in es fr; do
    for level in 1 7; do
        mv ./*.$lang.$level %{buildroot}/%{_mandir}/$lang/man$level/ || :
    done
done

install -m 644 ./*.1 %{buildroot}/%{_mandir}/man1
install -m 644 ./*.7 %{buildroot}/%{_mandir}/man7

%find_lang debhelper --with-man

# %%files -f debhelper.lang
%files
%doc examples/ doc/
%{_mandir}/es/man1/*
%{_mandir}/fr/man1/*
%{_mandir}/fr/man7/*
%{_mandir}/man1/*
%{_mandir}/man7/*
%{_bindir}/dh*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/autoscripts
%dir %{perl_vendorlib}/Debian
%{perl_vendorlib}/Debian/Debhelper

%changelog

* Thu Aug 25 2016 alzim <alzim@bk.ru> 9.20160814-1
- (acba82b) Merge pull request #1 from import/debhelper:rosa2016.1
- (acba82b) Updated to 9.20160814



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9952 |14cu|decibel-audio-player-1.08-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		decibel-audio-player
Summary:	A clean and user-friendly audio player
Version:	1.08
Release:	2
Source0:	http://decibel.silent-blade.org/uploads/Main/%{name}-%{version}.tar.gz
Source1:	decibel-audio-player
Source2:	decibel-audio-player-remote
URL:		http://decibel.silent-blade.org/
Group:		Sound
License:	GPLv2+
Requires:	pygtk2.0 
Requires:	gstreamer0.10-python 
Requires:	pygtk2.0-libglade
Requires:	gstreamer0.10-plugins-good 
Requires:	gstreamer0.10-plugins-base 
Requires:	gstreamer0.10-plugins-ugly 
Requires:	python
Requires:	mutagen
Requires:	python-notify
Requires:	python-imaging
Requires:	zeitgeist
Requires:	python-CDDB

BuildArch:	noarch

%description
Decibel is a GTK+ audio player designed for GNU/Linux, which aims at
being very straightforward to use by means of a very clean and user
friendly interface. Decibel is especially targeted at Gnome and will
follow the Gnome HIG as closely as possible.

It does not include features that generally have had better support
in specialized software, e.g. tagging.

%prep
%setup -q -n %{name}-%{version}
# fix paths in make
perl -pi -e "s|/usr/local|/usr|"  Makefile
perl -pi -e "s|share/pixmaps|share/icons|"  Makefile

%build

%install
%makeinstall_std

# replace wrappers
rm -rf %{buildroot}%{_bindir}/*
install -m755 {%SOURCE1,%SOURCE2} %{buildroot}%{_bindir}/
# fix permits
chmod a+x %{buildroot}%{_datadir}/%{name}/src/decibel-audio-player.py
%find_lang %name


%files -f %name.lang
%doc doc/{ChangeLog,decibel-audio-player.1,decibel-audio-player-remote.1,LICENCE}
%{_bindir}/*
%{_datadir}/%{name}/
%{_datadir}/applications/*
%{_iconsdir}/*
%{_mandir}/*/*

%changelog

* Sun Apr 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.08-2
- (2a66bdb) Drop obsolete python-pyxml requierment



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9953 |14cu|deflect-0.11.1-0.18faf9d1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0.11.1
%define api 4
%define	libname %mklibname %{name} %{major}
%define	devname %mklibname -d %{name}
%define Werror_cflags %nil
%define oname Deflect
%define git 8faf9d1


Name:           deflect
Version:        %{major}
Release:        0.1%{git}
Summary:        Middleware to create and deploy parallel OpenGL-based applications
License:        LGPLv2+ 
Group:          Video
Url:            http://equalizergraphics.com/
#git clone https://github.com/BlueBrain/Deflect.git Deflect 
Source0:        Deflect-%{git}.tar.gz
#git clone https://github.com/Eyescale/CMake.git common && cd common && git checkout 927b438
Source1:        common-927b438.tar.gz
Source100:      deflect.rpmlintrc
Patch0:		deflect.doxyrules.patch
Patch1:		deflect.libdir.patch
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  bison
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRequires:  doxygen
BuildRequires:  graphviz
BuildRequires:  flex
BuildRequires:  boost
BuildRequires:  boost-devel
BuildRequires:  collage-devel
BuildRequires:  lunchbox-devel
BuildRequires:  vmmlib-devel
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(python)
BuildRequires:  spnav-devel
BuildRequires:  pkgconfig(sm)
BuildRequires:  pkgconfig(x11)
BuildRequires:  glstats-devel
BuildRequires:  hwsd-devel
BuildRequires:  qt5-devel
BuildRequires:  pkgconfig(Qt5Core) 
BuildRequires:  pkgconfig(openscenegraph) 
BuildRequires:  pkgconfig(Qt5OpenGL)
BuildRequires:  opencv-devel
BuildRequires:  pkgconfig(glut)
BuildRequires:  pkgconfig(Qt5Qml) 
BuildRequires:  pkgconfig(Qt5Quick)
BuildRequires:  pkgconfig(osmesa)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glut)
BuildRequires:  pkgconfig(glewmx)
BuildRequires:  gomp-devel
BuildRequires:  pkgconfig(hwloc)

Requires:  %{libname} = %{EVRD}

%description
Deflect is a cross-platform library, designed to run on any modern operating
system, including all Unix variants. Deflect uses CMake to create a
platform-specific build environment.
C++ library for streaming pixels to other Deflect-based
applications.

%files
%doc README.md LGPL.txt LICENSE.txt
%{_bindir}/desktopstreamer
%{_bindir}/qmlstreamer
%{_bindir}/simplestreamer

#------------------------------------------------------------
%package -n     %{libname}
Summary:        Parallel OpenGL Library
Group:          Video

%description -n %{libname}
Deflect is a cross-platform library, designed to run on any modern operating
system, including all Unix variants. Deflect uses CMake to create a
platform-specific build environment.
C++ library for streaming pixels to other Deflect-based
applications.

%files -n	%{libname}
%doc README.md LGPL.txt LICENSE.txt
%{_libdir}/lib%{oname}.so.%{major}
%{_libdir}/lib%{oname}Qt.so.%{major}
%{_libdir}/lib%{oname}Mock.so.%{major}
%{_libdir}/lib%{oname}.so.%{api}
%{_libdir}/lib%{oname}Qt.so.%{api}
%{_libdir}/lib%{oname}Mock.so.%{api}

#------------------------------------------------------------
%package -n %{devname}
Summary:        Development files for %{name}
Group:          Development/Other
Requires:       %{libname} = %{EVRD}
Provides:	deflect-devel = %{EVRD}

%description -n %{devname}
Deflect is a cross-platform library, designed to run on any modern operating
system, including all Unix variants. Deflect uses CMake to create a
platform-specific build environment.
C++ library for streaming pixels to other Deflect-based
applications.

This package contains header files and libraries needed to develop 
application that use %{name}.

%files -n %{devname}
%{_docdir}/%{oname}
%{_includedir}/%{name}
%{_libdir}/lib%{oname}.so
%{_libdir}/lib%{oname}Qt.so
%{_libdir}/lib%{oname}Mock.so
%{_datadir}/%{oname}

#------------------------------------------------------------

%prep
%setup -qn %{oname} -a1
mv common CMake/common

%patch0 -p0
%ifarch x86_64
%patch1 -p0
%endif


%build
%cmake \
	-DCMAKE_BUILD_TYPE=Release
	
export CXXFLAGS="%{optflags} -fopenmp"
%make
%make doxygen

%install
%makeinstall_std -C build

cp -R build/lib/lib%{oname}Mock{.so,.so.*} %{buildroot}%{_libdir}/

mkdir -p %{buildroot}%{_docdir}
mv %{buildroot}%{_datadir}/%{oname}/doc %{buildroot}%{_docdir}/%{oname}


%changelog

* Tue Aug 09 2016 abfonly <abfonly@gmail.com> 0.11.1-0.18faf9d1
- (c0adc83) Log: Filter linting on 586



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9954 |14cu|deluge-1.3.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# lang files
%define _files_listed_twice_terminate_build 0
%define debug_package	%{nil}

Summary:	Full-featured GTK+ Bittorrent client
Name:		deluge
Version:	1.3.15
Release:	1
License:	GPLv3+ with exceptions
Group:		Networking/File transfer
Url:		http://deluge-torrent.org/
Source0:	http://download.deluge-torrent.org/source/%{name}-%{version}.tar.xz
# (Debian) add patch to disable checking for updates by default
Patch0:		new_release_check.patch
Patch1:		deluge-1.3.12-fdo-createtorrentdialog.patch
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libcrypto)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(python-libtorrent) >= 0.14.9
Requires:	gnome-python-gnomevfs
Requires:	librsvg2
Requires:	pkgconfig(notify-python)
Requires:	pygame
Requires:	pygtk2.0-libglade
Requires:	python-pkg-resources
Requires:	pythonegg(chardet)
Requires:	pythonegg(mako)
Requires:	pythonegg(pyopenssl)
Requires:	pythonegg(python-libtorrent) >= 0.14.9
Requires:	pythonegg(pyxdg)
Requires:	pythonegg(simplejson)
Requires:	pythonegg(twisted)
Requires:	xdg-utils
Suggests:	geoip
BuildArch:	noarch

%description
Deluge is a Bittorrent client. Deluge is intended to bring a native,
full-featured client to Linux GTK+ desktop environments such as GNOME
and XFCE.

%files -f %{name}.lang
%doc ChangeLog LICENSE README
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.*
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{py_puresitedir}/
%{_mandir}/man?/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .update
%patch1 -p1

%build
%ifarch x86_64 sparc64
	CFLAGS="%{optflags} -DAMD64" python setup.py build
%else
	CFLAGS="%{optflags}" python setup.py build
%endif

%install
python ./setup.py install -O1 --skip-build --root=%{buildroot}

perl -pi -e 's,%{name}.png,%{name},g' %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install \
  --add-category="GTK" \
  --add-category="P2P" \
  --add-category="FileTransfer" \
  --dir %{buildroot}%{_datadir}/applications \
   %{buildroot}%{_datadir}/applications/*

# fix non standard %lang path
pushd %{buildroot}
    find -type f -o -type l \
        | sed '
            s:%{buildroot}%{py_puresitedir}::
            s:^\.::
            s:\(.*/deluge/i18n/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:
            s:^\([^%].*\)::
            s:%lang(C) ::
            /^$/d' \
    > %{name}.lang
popd
mv %{buildroot}/%{name}.lang .

# garbage
rm -f %{buildroot}%{py_puresitedir}/%{name}/ui/web/js/deluge-all/.order
rm -f %{buildroot}%{py_puresitedir}/%{name}/ui/web/js/deluge-all/add/.order
rm -f %{buildroot}%{py_puresitedir}/%{name}/ui/web/js/deluge-all/data/.order
rm -f %{buildroot}%{py_puresitedir}/%{name}/ui/web/js/deluge-all/.build
rm -f %{buildroot}%{py_puresitedir}/%{name}/ui/web/js/deluge-all/.build_data
rm -f %{buildroot}%{py_puresitedir}/%{name}/ui/web/gen_gettext.py.new

chmod +x %{buildroot}%{py_puresitedir}/%{name}/ui/Win32IconImagePlugin.py

%changelog

* Mon May 22 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.15-1
- (a0f06da) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9955 |14cu|denemo-2.0.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# avoid conflicts with lilypond fonts
%define __noautoprov 'font\\\(.*\\\)|font\\\(:lang=.*\\\)'

Name:		denemo
Version:	2.0.10
Release:	2
Summary:	WYSIWYG musical score editor and frontend for Lilypond
License:	GPLv2+
Group:		Sound
URL:		http://www.denemo.org/
Source0:	http://ftp.gnu.org/gnu/denemo/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
#Patch0:	%%{name}-2.0.2-fix-linking.patch
#Patch1:	%%{name}-2.0.2-fix-evince-build.patch
BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	flex
BuildRequires:	gettext
BuildRequires:	guile1.8
BuildRequires:	guile1.8-runtime
BuildRequires:	intltool
BuildRequires:	portmidi-devel
BuildRequires:	pkgconfig(alsa) >= 1.0.0
BuildRequires:	pkgconfig(aubio) >= 0.4.0
BuildRequires:	pkgconfig(evince-view-3.0) >= 3.0
BuildRequires:	pkgconfig(fftw3) >= 3.1.2
BuildRequires:	pkgconfig(fluidsynth) >= 1.0.8
BuildRequires:	pkgconfig(fontconfig) >= 2.2.0
BuildRequires:	pkgconfig(gthread-2.0) >= 2.21.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(gtksourceview-3.0) >= 3.0
BuildRequires:	pkgconfig(guile-1.8) >= 1.8
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.3.10
BuildRequires:	pkgconfig(portaudio-2.0) >= 19
BuildRequires:	pkgconfig(sndfile) >= 1.0
BuildRequires:	pkgconfig(rubberband) >= 1.0.8
Requires:	lilypond
#Requires:	TiMidity++
Requires:	playmidi
Requires:	fluidsynth
# for EvinceDocument pdf
Suggests:	evince

%description
Denemo is the GNU graphical musical score editor, and serves as a frontend
to Lilypond. Besides Lilypond, it can also export music into ABC format.
as well as handling Csound score files playback and MIDI playback.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS docs/*
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/fonts/truetype/%{name}/*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
#------------------------------------------------------------

%prep
%setup -q
#apply_patches
find docs/images -name "*.png" |xargs chmod 644
find docs  -size 0 -delete


%build
%configure2_5x \
	--disable-static \
	--enable-aubio \
	--enable-alsa \
	--enable-jack \
	--enable-fluidsynth \
	--enable-portaudio \
	--enable-portmidi \
	--enable-rubberband \
	--enable-gtk3 \
	--enable-evince \
	--enable-doc \
	--enable-gtk-doc-html \
	--enable-guile_1_8
%make
chmod 644 actions/*.scm
chrpath -d src/denemo


%install
%makeinstall_std

desktop-file-install \
	--remove-category="Application" \
	--add-category="GTK" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

	
find %{buildroot} -size 0 -delete	
	
%find_lang %{name}


%changelog

* Sat Aug 27 2016 abfonly <abfonly@gmail.com> 2.0.10-2
- (b399151) BuildList#2709515: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9956 |14cu|deskolo-0.23-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Deskolo energy consumption monitoring utilities
Name:		deskolo
Version:	0.23
Release:	6
License:	GPLv2+
Group:		Monitoring
Url:		http://www.deskolo.com
Source0:	deskolo-%{version}.tar.bz2
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
Requires:	python-dbus
Requires:	python-lxml
Requires:	cpupower
Requires:	powertop
Requires:	wattsup
Suggests:	collectd
Suggests:	rrdtool
Suggests:	xdg-utils
Suggests:	xdpyinfo

%description
Deskolo aims at monitoring and controlling the energy consumption of
computers in a corporate network.

%files
%config(noreplace) %{_sysconfdir}/deskolo.cfg
%{_bindir}/deskolo
%{_bindir}/xlib-dpms
%{python_sitelib}/%{name}
%{python_sitelib}/%{name}-%{version}-py%{py_ver}.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make CFLAGS="%{optflags} -lX11 -lXext"

%install
mkdir -p %{buildroot}%{_bindir}
make \
	CFLAGS="%{optflags} -lX11 -lXext" \
	DESTDIR=%{buildroot}%{_bindir} \
	install

python setup.py install --root=%{buildroot}


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.23-6
- (931a88c) Build with system optflags to fix debug package
- (931a88c) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9957 |14cu|desktopcouch-1.0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Integration of CouchDB storage into desktop applications
Name:		desktopcouch
Version:	1.0.8
Release:	4
License:	LGPLv3+
Group:		Databases
Url:		https://launchpad.net/desktopcouch
Source0:	http://launchpad.net/desktopcouch/trunk/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	avahi-python
BuildRequires:	gnome-python-gnomekeyring
BuildRequires:	intltool
BuildRequires:	python-couchdb
BuildRequires:	python-distutils-extra
BuildRequires:	python-oauth
BuildRequires:	python-setuptools
BuildRequires:	python-simplejson
BuildRequires:	python-twisted-core
BuildRequires:	pyxdg
BuildRequires:	pkgconfig(dbus-python)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(pygtk-2.0)
Requires:	couchdb
Requires:	python-couchdb
Requires:	python-oauth
BuildArch:	noarch

%description
Integration of CouchDB storage into desktop applications, for automatic 
replication and synchronization of data between computers.

%files
%config(noreplace) %{_sysconfdir}/xdg/desktop-couch/compulsory-auth.ini
%config(noreplace) %{_sysconfdir}/xdg/desktop-couch/default.ini
%dir %{_sysconfdir}/xdg/desktop-couch
%{_datadir}/dbus-1/services/org.desktopcouch.CouchDB.service
%{py_puresitedir}/%{name}/
%{py_puresitedir}/*.egg-info
%{_prefix}/lib/%{name}/
%{_datadir}/%{name}/

#---------------------------------------------------------------------------

%package tools
Summary:	Desktopcouch tools
Group:		Databases
Requires:	%{name}
Requires:	pygtk2.0

%description tools
This package contains graphical tools for desktopcouch, to pair two computers.

%files tools
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/applications/*.desktop

#---------------------------------------------------------------------------

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root %{buildroot}

rm -Rf %{buildroot}/%{_datadir}/apport/
rm -Rf %{buildroot}/%{_docdir}/


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.8-4
- (6bb3275) Require couchdb instead of couchdb-bin (couchdb-bin was merged into couchdb)
- (6bb3275) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9958 |14cu|desmume-0.9.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Nintendo DS emulator
Name:		desmume
Version:	0.9.11
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://desmume.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source10:	%{name}-48.png
Patch0:		desmume-0.9.10-no-return-for-void.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	recode
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(libagg)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pcap-devel
Obsoletes:	wx%{name} < 0.9.10

%description
DeSmuME is a Nintendo DS emulator running homebrew demos and commercial 
games... For the latter ones, you should own the games corresponding the 
roms you play with.

You can find a compatibility list here : http://desmume.org/?page_id=15

In this package is the GTK GUI version.

%files
%doc AUTHORS ChangeLog README README.LIN
%attr(0755,root,root) %{_bindir}/%{name}
%{_iconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/desmume.1.*
%{_datadir}/pixmaps/DeSmuME.xpm

#----------------------------------------------------------------------------

%package -n %{name}-glade
Summary:	A Nintendo DS emulator (Glade GUI version)
Group:		Emulators

%description -n %{name}-glade
DeSmuME is a Nintendo DS emulator running homebrew demos and commercial 
games... For the latter ones, you should own the games corresponding the 
roms you play with.

You can find a compatibility list here : http://desmume.org/?page_id=15

In this package is the GTK/Glade version, which includes a translation.

%files -n %{name}-glade -f %{name}.lang
%doc AUTHORS ChangeLog README README.LIN
%attr(0755,root,root) %{_bindir}/%{name}-glade
%{_datadir}/%{name}
%{_iconsdir}/%{name}-glade.png
%{_datadir}/applications/%{name}-glade.desktop
%{_mandir}/man1/desmume-glade.1.*

#----------------------------------------------------------------------------

%package -n %{name}-cli
Summary:	A Nintendo DS emulator (CLI version)
Group:		Emulators

%description -n %{name}-cli
DeSmuME is a Nintendo DS emulator running homebrew demos and commercial 
games... For the latter ones, you should own the games corresponding the 
roms you play with.

You can find a compatibility list here : http://desmume.org/?page_id=15

In this package is the CLI version (without a GUI).

%files -n %{name}-cli
%doc AUTHORS ChangeLog README README.LIN
%attr(0755,root,root) %{_bindir}/%{name}-cli
%{_mandir}/man1/desmume-cli.1.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
recode l1..u8 AUTHORS ChangeLog
perl -pi -e 's|\r\n|\n|g' AUTHORS ChangeLog
find src -name *.[ch]* -exec chmod 644 {} +

%build
./autogen.sh
%configure2_5x \
	--enable-wifi \
	--enable-glade
%make

%install
%makeinstall_std

#glade files
install -d -m 755 %{buildroot}/%{_datadir}/%{name}
install -m 644 src/gtk-glade/glade/* %{buildroot}/%{_datadir}/%{name}

#icons
install -d -m 755 %{buildroot}/%{_iconsdir}
install -m 644 %{SOURCE10} %{buildroot}/%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE10} %{buildroot}/%{_iconsdir}/%{name}-glade.png

#xdg menus
desktop-file-install --vendor="" \
 --remove-category="Application" \
 --remove-key="Version" \
 --add-category="X-MandrivaLinux-MoreApplications-Emulators" \
 --add-category="Emulator" \
 --dir=%{buildroot}%{_datadir}/applications \
 %{buildroot}%{_datadir}/applications/%{name}.desktop

desktop-file-install --vendor="" \
 --remove-category="Application" \
 --remove-key="Version" \
 --add-category="X-MandrivaLinux-MoreApplications-Emulators" \
 --add-category="Emulator" \
 --dir=%{buildroot}%{_datadir}/applications \
 %{buildroot}%{_datadir}/applications/%{name}-glade.desktop

%find_lang %{name}


%changelog

* Tue Apr 21 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.11-1
- (30f4142) New version 0.9.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9959 |14cu|devede-4.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%define build_plf 0
######################
%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

Name:		devede
Version:	4.8.0
Release:	1
Summary:	Graphical frontend to create video DVDs/(S)VCDs
License:	GPLv3+
Group:		Graphical desktop/Other
URL:		http://www.rastersoft.com/programas/devede.html
Source0:	https://github.com/rastersoft/devedeng/archive/%{version}.tar.gz?/%{name}ng-%{version}.tar.gz
BuildRequires:	pkgconfig(python3)
BuildRequires:	imagemagick
Requires:	dvdauthor
Requires:	mencoder
Requires:	mkisofs
Requires:	mplayer
Requires:	ffmpeg
Requires:	vcdimager
Requires:	ffmpeg
Requires:	python3-pkg-resources
Requires:	py3cairo
%if %{build_plf}
Requires:	faad2
%else
Suggests:	faad2
%endif
Provides:	%{name}ng = %{EVRD}
BuildArch:	noarch

%description
DeVeDe is a program to create video DVDs (compatible with home players) from
nearly any video format. It only uses Python, MPlayer, Mencoder, DVDAuthor,
VCDImager, and mkisofs, so it has very few dependencies.

%files -f %{name}ng.lang
%doc %{_datadir}/doc/%{name}ng
%{_bindir}/*
%{_datadir}/applications/%{name}ng.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/%{name}ng
%{_datadir}/pixmaps/%{name}ng.svg
%{py3_puresitedir}/%{name}ng
%{py3_puresitedir}/%{name}ng-%{version}-py*.egg-info
%{_mandir}/man1/%{name}.1.*
#-------------------------------------------------------------------------
%prep
%setup -qn %{name}ng-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --skip-build

for i in {16,22,32,64}
do
	mkdir -p %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps
	convert -resize $i data/devedeng.svg %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps/%{name}ng.png
done

pushd %{buildroot}%{py3_puresitedir}/%{name}ng
chmod 755 {configuration_data,file_copy,mkisofs,executor,avbase,dvdauthor_converter,help,ffmpeg,ffprobe,genisoimage,vcdimager_converter,mpv,avprobe,avconv,subtitles_mux,__init__,mplayer,mux_dvd_menu}.py
popd

%find_lang %{name}ng

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 4.8.0-1
- (c601bc4) Merge pull request #3 from import/devede:rosa2016.1
- (c601bc4) Updated to 4.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9960 |14cu|devmon-0.3.1-0.beta1.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta beta1

Summary:	SNMP Device Monitoring for Hobbit/BigBrother
Name:		devmon
Version:	0.3.1
Release:	0.%{beta}.4
License:	GPLv2+
Group:		Monitoring
Url:		http://devmon.sf.net
Source0:	http://prdownloads.sourceforge.net/devmon/devmon-%{version}%{?beta:-%beta}.tar.gz
Source1:	devmon-tmpfiles.conf
Patch0:		devmon-correct-paths.patch
Requires:	devmon-templates
Requires(pre,post,preun,postun):	rpm-helper
BuildArch:	noarch

%description
Devmon is a device monitoring script which works in tandem with the
Hobbit/BigBrother monitoring suites. It queries remote hosts via SNMP, applies
user-defined logic and thresholds to the acquired data, and submits status and
alarms to a display server.

%files
%doc docs/* README CHANGELOG extras/devmon.db extras/devmon-graph.cfg
%{_datadir}/%{name}
%attr(,640,root,devmon) %config(noreplace) %{_sysconfdir}/devmon.cfg
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config %{_initrddir}/%{name}
%attr(755,devmon,devmon) %dir %{_logdir}/%{name}
%ghost %attr(755,devmon,devmon) %dir %{_var}/run/%{name}
%attr(755,devmon,devmon) %dir %{_localstatedir}/lib/%{name}
%{_tmpfilesdir}/%{name}.conf

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{beta}
%patch0 -p1 -b .mdv

%build

%install
install -d %{buildroot}/%{_datadir}/%{name}
install -d %{buildroot}/%{_sysconfdir}/logrotate.d %{buildroot}/%{_initrddir}
install -d %{buildroot}/%{_localstatedir}/lib/%{name} %{buildroot}/%{_var}/run/%{name}
install -d %{buildroot}/%{_logdir}/%{name}
install -d %{buildroot}/%{_localstatedir}/lib/%{name}
cp -a modules %{buildroot}/%{_datadir}/%{name}
install -m755 devmon %{buildroot}/%{_datadir}/%{name}
install -m 640 devmon.cfg %{buildroot}/%{_sysconfdir}
install -m 755 extras/devmon.initd.redhat %{buildroot}/%{_initrddir}/devmon

cat << EOF > %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
/var/log/devmon/devmon.log {
    notifempty
    missingok
    postrotate
        /sbin/service %{name} condrestart 2> /dev/null > /dev/null || true
    endscript
}
EOF

mkdir -p %{buildroot}%{_tmpfilesdir}
install -m0644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.1-0.beta1.4
- (d850df7) Properly handle /var/run/devmon



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9961 |14cu|dgen-sdl-1.33-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DGen Sega Genesis emulator, ported to SDL
Name:		dgen-sdl
Version:	1.33
Release:	1
License:	BSD
Group:		Emulators
Url:		http://dgen.sourceforge.net/
Source0:	http://sourceforge.net/projects/dgen/files/dgen/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
%ifarch %{ix86}
BuildRequires:	nasm
%endif

%description
DGen/SDL is a free, open source emulator for Sega Genesis/MegaDrive systems.
The latest version supports save states, interlace mode, Game Genie,
Linux joystick support, compressed ROM images, and other nice features.

Warning! There is no GUI yet so you need to either run DGen/SDL from
terminal or use front-end (if there are any).

%files
%doc AUTHORS ChangeLog COPYING README BUGS
%{_bindir}/dgen
%{_bindir}/dgen_tobin
%{_mandir}/man1/dgen.1*
%{_mandir}/man1/dgen_tobin.1*
%{_mandir}/man5/dgenrc.5*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--without-star \
	--enable-opengl
%make

%install
%makeinstall_std


%changelog

* Wed Dec 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.33-1
- (917a39f) New version 1.33



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9962 |14cu|d-haven-mpool-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _without_maven 1

# If you don't want to build with maven, and use straight ant instead,
# give rpmbuild option '--without maven'

%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}

%define section free

Name:           d-haven-mpool
Version:        1.0
Release:        7
Epoch:          0
Summary:        D-Haven Managed Pool async
License:        Apache Software License
Url:            http://d-haven.org/
Group:          Development/Java
Source0:        d-haven-mpool-1.0-src.tar.gz
#cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/d-haven login
#cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/d-haven co -P managed-pool

Source1:        pom-maven2jpp-depcat.xsl
Source2:        pom-maven2jpp-newdepmap.xsl
Source3:        pom-maven2jpp-mapdeps.xsl
Source4:        d-haven-mpool-1.0-jpp-depmap.xml
Source5:        d-haven-mpool-1.0.pom
Patch0:         d-haven-mpool-1.0-build_xml.patch

Requires:       concurrent
Requires:       d-haven-event
BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  junit
%if %{with_maven}
BuildRequires:  maven >= 0:1.1
BuildRequires:  saxon
BuildRequires:  saxon-scripts
%endif
BuildRequires:  concurrent
BuildRequires:  d-haven-event
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2
BuildArch:      noarch

%description
D-Haven Managed Pool is a library designed to provide pools
that are asynchronously managed in a background thread.  The
pool system is very flexible and can accommodate just about
every need.  It boasts the ability to add pool listeners so
that you can instrument and intercept the pooled objects when
they are created, destroyed, acquired, and released.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%if %{with_maven}
%package manual
Summary:        Documents for %{name}
Group:          Development/Documentation

%description manual
%{summary}.
%endif

%prep
%setup -q -n managed-pool
%remove_java_binaries
%patch -b .sav

%build
%if %{with_maven}
export DEPCAT=$(pwd)/d-haven-mpool-1.0-depcat.new.xml
echo '<?xml version="1.0" standalone="yes"?>' > $DEPCAT
echo '<depset>' >> $DEPCAT
for p in $(find . -name project.xml); do
    pushd $(dirname $p)
    /usr/bin/saxon project.xml %{SOURCE1} >> $DEPCAT
    popd
done
echo >> $DEPCAT
echo '</depset>' >> $DEPCAT
/usr/bin/saxon $DEPCAT %{SOURCE2} > d-haven-mpool-1.0-depmap.new.xml


for p in $(find . -name project.xml); do
    pushd $(dirname $p)
    cp project.xml project.xml.orig
    /usr/bin/saxon -o project.xml project.xml.orig %{SOURCE3} map=%{SOURCE4}
    popd
done

maven \
      -Dmaven.javadoc.source=1.4 \
      -Dmaven.repo.remote=file:/usr/share/maven/repository \
      -Dmaven.home.local=$(pwd)/.maven \
      jar javadoc xdoc:transform
%else
export CLASSPATH=$(build-classpath concurrent d-haven-event junit)
CLASSPATH=${CLASSPATH}:target/classes:target/test-classes
%{ant} \
    -Dsource=1.4 \
    -Dbuild.sysclasspath=only \
    jar javadoc
%endif


%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 target/managed-pool-1.0.jar \
%{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do \
ln -sf ${jar} ${jar/-%{version}/}; done)

%add_to_maven_depmap %{name} managed-pool %{version} JPP %{name}

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 %{SOURCE5} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}.pom

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # ghost symlink
rm -rf target/docs/apidocs

## manual
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp -p LICENSE.txt %{buildroot}%{_docdir}/%{name}-%{version}
%if %{with_maven}
cp -pr target/docs/* %{buildroot}%{_docdir}/%{name}-%{version}
%endif

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%{_docdir}/%{name}-%{version}/LICENSE.txt
%{_javadir}/*
%{_datadir}/maven2/poms/*
%config(noreplace) %{_mavendepmapfragdir}/*

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%if %{with_maven}
%files manual
%defattr(0644,root,root,0755)
%{_docdir}/%{name}-%{version}
%endif



%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0:1.0-7
- (01c5b73) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9963 |14cu|di-4.43-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		di
Version:	4.43
Release:	1
Summary:	Disk information utility, more powerful than 'df'
Group:		System/Base
License:	zlib/libpng
URL:		http://www.gentoo.com/di/
Source0:	http://www.gentoo.com/di/di-%{version}.tar.gz

%description
'di' is a disk information utility, displaying everything (and
more) that your 'df' command does. It features the ability to display
your disk usage in whatever format you prefer. It also
checks the user and group quotas, so that the user
sees the space available for their use, not the system wide
disk space. It is designed to be portable across many platforms
and is great for heterogenous networks.

%prep
%setup -q

%build
make -e LOCALEDIR=/usr/share/locale

%install
mkdir -p %{buildroot}/usr
make -e prefix=%{buildroot}/usr install

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README LICENSE MANIFEST
%{_bindir}/*
%{_mandir}/man?/*

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 4.43-1
- (99a5c5b) Merge pull request #1 from import/di:rosa2016.1
- (99a5c5b) Updated to 4.43



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9964 |14cu|diaspora-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define _sname Diaspora_R1_Linux
%define srcdir Diaspora

Summary:	A library for audio labelling
Name:		diaspora
Version:	1.1.1
Release:	1
License:	CCPL
Group:		Sound
Url:		http://diaspora.hard-light.net/
Source0:	http://diaspora.fs2downloads.com/%{_sname}.tar.lzma
#Diaspora_R1_Patch_1.1.tar.lzma::https://copy.com/8wo3AQnYu0bj%2FDiaspora_R1_Patch_1.1.tar.lzma?download=1
Source1:	Diaspora_R1_Patch_1.1.tar.lzma
Source2:	http://diaspora.fs2downloads.com/Diaspora_R1_Patch_1.1.1.tar.lzma
# Patch mugged from AUR
Patch0:		increase_joy_buttons_fixed.patch


BuildRequires:	lua5.1-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	mesa-common-devel
BuildRequires:	config(mesa)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(jansson)	

Requires:		wxlauncher >= 0.9.4


%description
Diaspora: Shattered Armistice is a single and 
multiplayer space fighter combat game 
set in the reimagined Battlestar Galactica universe.



%prep
%setup -qn%{_sname} -a1 -a2
# wxlauncher packed separately, 
# resources are replaced by the upgrade patch. Sflo
rm -r Diaspora/resources Diaspora/wxlauncher
#---------------------------------------------------------------
cd ..
# Upgrade patch
tar -xf %{_sname}/Patch_Files.1.1.tar -C %{_sname}/%{srcdir}
# Upstream fixe 6-th level patch
tar -xf %{_sname}/Diaspora_R1_Patch_1.1.1/Patch_Files.1.1.1.tar -C %{_sname}/%{srcdir}
#----------------------------------------------------------------
# other fix
pushd %{_sname}/%{srcdir}/fs2_open
# increasing the default resolution a bit.
perl -pi -e "s|(640x480)x16 bit|(1024x768)x32 bit|" code/osapi/osapi_unix.cpp
# Increases hard limit of joystick buttons.
%patch0 -p0
popd

%build
cd %{srcdir}/fs2_open
aclocal -I m4
automake --add-missing 
autoconf -i --force

%configure2_5x --enable-speech
%make
cd ..
# get ready the diaspora profile for wxlauncher
sed "s@^folder=.*\$@folder=%{_datadir}/%{name}@;s@pro00099.template.ini@@" pro00099.template.ini > pro00099.ini

%install
install -m755 -d %{buildroot}%{_datadir}/%{name}
cd %{srcdir}
# data install
find -type f -exec chmod -x '{}' \;
mv *.vp *.png *.bmp mod.ini pro00099.ini data %{buildroot}%{_datadir}/%{name}/
find %{buildroot}%{_datadir}/%{name} -type d -exec chmod 755 '{}' \;

# fs2_open binary install
install -D -m755 fs2_open/code/fs2_open_3.7.1 %{buildroot}%{_datadir}/%{name}/fs2_open_diaspora
chmod +x %{buildroot}%{_datadir}/%{name}/fs2_open_diaspora

%post
find %{_datadir}/%{name} -type d -exec chmod 755 '{}' \;

%files
%doc %{srcdir}/*.pdf %{srcdir}/*.txt %{srcdir}/*.rtf 
%{_datadir}/%{name}









%changelog
* Sun Mar 29 2015 abfonly <John@smith.org> 1.1.1-1
+ Revision: b1ec53e
- Log: Import diaspora from MRB



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9965 |14cu|dillo-3.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Very fast and light web browser
Name:		dillo
Version:	3.0.5
Release:	1
# The OpenSSL exception is in dpi/https.c - AdamW 2008/12
License:	GPLv3+ with exceptions
Group:		Networking/WWW
Url:		http://www.dillo.org/
Source0:	http://www.dillo.org/download/%{name}-%{version}.tar.bz2
Source1:	http://www.dillo.org/download/%{name}-%{version}.tar.bz2.asc
BuildRequires:	fltk-devel
BuildRequires:	jpeg-devel
BuildRequires:	ungif-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
Dillo is a Web browser that's completely written in C, very fast, and small in
code base and binary. It is a graphical browser built upon FLTK2 and currently
renders a subset of HTML (no frames, no JavaScript, and no JVM).

%files
%doc AUTHORS ChangeLog* INSTALL NEWS README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_libdir}/%{name}/
%config(noreplace) %{_sysconfdir}/dillorc
%config(noreplace) %{_sysconfdir}/dillo/dillorc
%config(noreplace) %{_sysconfdir}/dillo/dpidrc
%config(noreplace) %{_sysconfdir}/dillo/keysrc
%config(noreplace) %{_sysconfdir}/dillo/domainrc
%{_mandir}/man1/dillo.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-ipv6 \
	--enable-ssl
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}
install -m 644 dillorc %{buildroot}%{_sysconfdir}/

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Dillo
Comment=A simple web browser
Exec=%{name}
Icon=networking_www_section
Terminal=false
Type=Application
Categories=Network;WebBrowser;
EOF


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.5-1
- (04829e2) New version 3.0.5
- (04829e2) Drop merged patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9966 |14cu|directory-naming-0.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           directory-naming
Version:        0.8
Release:        8
Summary:        Apache Directory Naming Component
License:        ASL 2.0
URL:            http://directory.apache.org
Group:          Development/Java

Source0:        directory-naming-0.8.tar.bz2
# svn export -r 124846 http://svn.apache.org/repos/asf/directory/sandbox/dormant-subprojects/naming/ directory-naming-0.8

Source5:        http://repo1.maven.org/maven2/directory-naming/naming-core/0.8/naming-core-0.8.pom
Source6:        http://repo1.maven.org/maven2/directory-naming/naming-config/0.8/naming-config-0.8.pom
Source7:        http://repo1.maven.org/maven2/directory-naming/naming-factory/0.8/naming-factory-0.8.pom
Source8:        http://repo1.maven.org/maven2/directory-naming/naming-java/0.8/naming-java-0.8.pom
Source9:        http://repo1.maven.org/maven2/directory-naming/naming-management/0.8/naming-management-0.8.pom
Source10:       http://repo1.maven.org/maven2/directory-naming/naming-resources/0.8/naming-resources-0.8.pom

BuildRequires:  jpackage-utils >= 1.7.3
BuildRequires:  java-devel >= 1.4.2
BuildRequires:  ant >= 1.6.5
BuildRequires:  hsqldb
BuildRequires:  junit
BuildRequires:  ant-junit
BuildRequires:  jakarta-commons-beanutils
BuildRequires:  jakarta-commons-collections
BuildRequires:  jakarta-commons-dbcp
BuildRequires:  jakarta-commons-digester
BuildRequires:  jakarta-commons-lang
BuildRequires:  jakarta-commons-logging
BuildRequires:  jakarta-commons-pool
BuildRequires:  classpathx-mail
BuildRequires:  mx4j

Requires:  jakarta-commons-beanutils
Requires:  jakarta-commons-collections
Requires:  jakarta-commons-dbcp
Requires:  jakarta-commons-digester
Requires:  jakarta-commons-lang
Requires:  jakarta-commons-logging
Requires:  jakarta-commons-pool
Requires:  classpathx-mail
Requires:  mx4j
Requires(post):    jpackage-utils >= 1.7.3
Requires(postun):  jpackage-utils >= 1.7.3

BuildArch:      noarch

%description
Naming is a lightweight, in-memory JNDI service provider.  To
enable flexible deployment with limited dependencies, Naming is divided in 6
packages, each producing a separate jar artifact.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
API documentation for %{name}.

%prep
%setup -q
# remove all binary libs
for j in $(find . -name "*.jar"); do
    mv $j $j.no
done
sed -i "s/\r//" LICENSE.txt

%build
export CLASSPATH=$(build-classpath \
commons-beanutils \
commons-collections \
commons-dbcp \
commons-digester \
commons-lang \
commons-logging \
commons-pool \
hsqldb \
javamail \
junit \
mx4j/mx4j-jmx \
)

CLASSPATH=$CLASSPATH:$(pwd)/naming-config/target/classes:$(pwd)/naming-config/target/test-classes
CLASSPATH=$CLASSPATH:$(pwd)/naming-core/target/classes:$(pwd)/naming-core/target/test-classes
CLASSPATH=$CLASSPATH:$(pwd)/naming-factory/target/classes:$(pwd)/naming-factory/target/test-classes
CLASSPATH=$CLASSPATH:$(pwd)/naming-java/target/classes:$(pwd)/naming-java/target/test-classes
CLASSPATH=$CLASSPATH:$(pwd)/naming-management/target/classes:$(pwd)/naming-management/target/test-classes
CLASSPATH=$CLASSPATH:$(pwd)/naming-resources/target/classes:$(pwd)/naming-resources/target/test-classes

export OPT_JAR_LIST="junit ant/ant-junit"

ant -Dbuild.sysclasspath=only jar javadoc

%install
export NO_BRP_CHECK_BYTECODE_VERSION=true
# jars
mkdir -p %{buildroot}%{_javadir}/%{name}
for p in \
         naming-config \
         naming-core \
         naming-factory \
         naming-java \
         naming-management \
         naming-resources \
         ; do
install -m 644 $p/target/$p-%{version}.jar %{buildroot}%{_javadir}/%{name}/$p-%{version}.jar
done
(cd %{buildroot}%{_javadir}/%{name} && for jar in *-%{version}*; do ln -s ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# poms
mkdir -p %{buildroot}%{_datadir}/maven2/poms
install -m 644 %{SOURCE5}  %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-naming-core.pom
%add_to_maven_depmap %{name} naming-core %{version} JPP/%{name} naming-core
install -m 644 %{SOURCE6}  %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-naming-config.pom
%add_to_maven_depmap %{name} naming-config %{version} JPP/%{name} naming-config
install -m 644 %{SOURCE7}  %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-naming-factory.pom
%add_to_maven_depmap %{name} naming-factory %{version} JPP/%{name} naming-factory
install -m 644 %{SOURCE8}  %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-naming-java.pom
%add_to_maven_depmap %{name} naming-java %{version} JPP/%{name} naming-java
install -m 644 %{SOURCE9}  %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-naming-management.pom
%add_to_maven_depmap %{name} naming-management %{version} JPP/%{name} naming-management
install -m 644 %{SOURCE10} %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-naming-resources.pom
%add_to_maven_depmap %{name} naming-resources %{version} JPP/%{name} naming-resources

# docs
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
cp LICENSE.txt  %{buildroot}%{_docdir}/%{name}-%{version}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%{_docdir}/*
%{_javadir}/%{name}
%{_datadir}/maven2/poms/*
%config %{_mavendepmapfragdir}

%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0.8-8
- (63172af) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9967 |14cu|disc-cover-1.5.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		disc-cover
Version:	1.5.6
Release:	7
Summary:	Makes covers for audio CDs using CDDB info
License:	GPL
Group:		Graphics
Source:		http://www.vanhemert.co.uk/files/%{name}-%{version}.tar.gz
URL:		http://www.vanhemert.co.uk/disc-cover.html
Requires:	tetex-dvips
Requires:	tetex-latex
Requires:	perl-Audio-CD
BuildArch:	noarch

%description
Provides an easy way to produce covers for audio cds.  It scans audio CDs and
uses information from the CDDB database to build a back and front cover for the
CD.  The cover output is in Latex, Dvi, Pdf or Postscript.  This little gadget
lets you produce covers without typing in all the information yourself.  An
easy way to replace all those lost covers ;-)

%prep
%setup -q

%build

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 0755 disc-cover %{buildroot}%{_bindir}
chmod 755 templates
chmod 644 templates/*
cp -r templates %{buildroot}%{_datadir}/%{name}
#fix doc permissions
chmod 644 AUTHORS COPYING CHANGELOG TODO

%clean

%files
%doc AUTHORS COPYING CHANGELOG TODO
%{_bindir}/disc-cover
%{_datadir}/disc-cover/





%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.5.6-7
- (5027b09) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9968 |14cu|diskmonitor-0.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE tools to monitor SMART devices and MDRaid health status
Name:		diskmonitor
Version:	0.3.1
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://github.com/papylhomme/diskmonitor
# From git by tag:
# https://github.com/papylhomme/diskmonitor/archive/%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
Source1:        DisKMonitor_ru.tar.gz
Patch0:		diskmonitor-0.3.1-ki18n.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	udisks2

%description
KDE tools to monitor SMART devices and MDRaid health status.

Features:
- Display S.M.A.R.T. attributes for harddrives supporting it
- Start and monitor progress of S.M.A.R.T. Short and Extended self test
- Display properties for MDRaid arrays
- Start and monitor progress of data scrubbing on MDRaid arrays

%files -f %{name}.lang
%{_kde5_bindir}/diskmonitor
%{_kde5_datadir}/config.kcfg/diskmonitor.kcfg
%{_kde5_iconsdir}/diskmonitor.svg
%{_datadir}/applications/diskmonitor.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-diskmonitor
Summary:	Plasma 5 disk monitor plasmoid
Group:		Graphical desktop/KDE
Requires:	%{name}

%description -n plasma5-applet-diskmonitor
Plasma 5 disk monitor plasmoid.

Features:
- Display basic health status for storage units
- Can be used on the desktop, on a panel or as a systray icon
- Use KDE notification for health status change
- Highly configurable interface

%files -n plasma5-applet-diskmonitor -f plasma_applet_org.papylhomme.diskmonitor.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.papylhomme.diskmonitor/
%{_kde5_datadir}/plasma/plasmoids/org.papylhomme.diskmonitor/*
%{_kde5_notificationsdir}/diskmonitor.notifyrc
%dir %{_kde5_qmldir}/org/papylhomme/diskmonitor/
%{_kde5_qmldir}/org/papylhomme/diskmonitor/*
%{_kde5_services}/plasma-applet-org.papylhomme.diskmonitor.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

pushd translations
tar -xvzf %{SOURCE1}
popd

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name}
%find_lang plasma_applet_org.papylhomme.diskmonitor

%changelog

* Sat Sep 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.1-2
- (1338b33) Add Russian translations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9969 |14cu|displaycal-3.1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name	DisplayCAL

Name:		displaycal
Version:	3.1.6.0
Release:	1
Summary:	A graphical user interface for the Argyll CMS display calibration utilities
Group: 		Graphics
License:	GPLv3
URL:		http://displaycal.net/
Source0:	https://sourceforge.net/projects/dispcalgui/files/release/%{version}/%{up_name}-%{version}.tar.gz
Patch0:		DisplayCAL-3.1.0.0-linkage.patch
Patch1:		displaycal-3.1.0.0-udev-dir.patch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	wxPythonGTK
BuildRequires:	pkgconfig(python2)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
# ovitters: pkgconfig(gobject-introspection-1.0) includes script to determine typelib() auto buildrequires
BuildRequires:	pkgconfig(gobject-introspection-1.0)

Requires:	wxPythonGTK
Requires:	argyllcms
Requires:	python-setuptools
Requires:	python-gi
Requires:	python-numpy

Provides:	%{up_name} = %{EVRD}
Provides:	dispcalGUI = %{EVRD}
Obsoletes:	dispcalGUI < 1.2.7.0-10

%description
A graphical user interface for the Argyll CMS display calibration utilities.

%files
%doc %{_docdir}/%{up_name}-%{version}/LICENSE.txt
%doc %{_docdir}/%{up_name}-%{version}/README*.html
%doc %{_docdir}/%{up_name}-%{version}/screenshots
%doc %{_docdir}/%{up_name}-%{version}/theme
%{_udevrulesdir}/*-Argyll.rules
%{_bindir}/*
%{_datadir}/%{up_name}/
%{_iconsdir}/hicolor/*/*
%{_datadir}/applications/*.desktop
%{_datadir}/appdata/%{up_name}.appdata.xml
%{_sysconfdir}/xdg/autostart/z-displaycal-apply-profiles.desktop
%{py_platsitedir}/%{up_name}/
%{py_platsitedir}/%{up_name}-%{version}-py%{py_ver}.egg-info
%{_mandir}/man1/*

#--------------------------------------------------------------------

%prep
%setup -qn %{up_name}-%{version}
%patch0 -p1
%patch1 -p1

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --no-compile --prefix=%{_prefix} --skip-postinstall

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 3.1.6.0-1
- (7784c76) Merge pull request #1 from import/displaycal:rosa2016.1
- (7784c76) Updated to 3.1.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9970 |14cu|divfix++-0.34-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname DivFix++

Summary:	A program to repair broken AVI file streams by rebuilding index part of file
Name:		divfix++
Version:	0.34
Release:	3
License:	GPLv2+
Group:		Video
Url:		http://divfixpp.sourceforge.net/
Source0:	%{oname}_v%{version}-src.tar.bz2
Patch0:		DivFix++_v0.34-optflags.patch
BuildRequires:	dos2unix
BuildRequires:	wxgtku-devel
%rename		%{oname}

%description
This program designed to repair broken AVI file streams by
rebuilding index part of file. This is very useful when trying
to preview movies which has no index part, like some files are
currently downloading from ed2k or bittorent networks.

DivFix++ has supports CLI tools, this means you can fix, preview
and delete movies automatically via script (by using argument
parameters...)

DivFix++ program code supports lots of operating system, because
it's writen by cross-platform API, wxWidgets.

%files -f %{oname}.lang
%doc docs/*
%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/pixmaps/%{oname}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}_v%{version}
%patch0 -p1
dos2unix docs/*
chmod 644 docs/*

%build
%make OPT_FLAGS="%{optflags}"

%install
%makeinstall_std

# Overwite .desktop file
cat > %{buildroot}%{_datadir}/applications/%{oname}.desktop << EOF
[Desktop Entry]
Name=DivFix++
Comment=AVI Repair & Preview Utility
Exec=DivFix++
Icon=DivFix++
Terminal=false
Type=Application
Categories=AudioVideo;Video;
EOF

%find_lang %{oname}


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.34-3
- (b8eafd2) Build with system optflags to fix debug package
- (b8eafd2) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9971 |14cu|dixit-14.2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Dixit permite cautari de cuvinte off-line
Name:		dixit
Version:	14.2.5
Release:	1
License:	GPLv3
Group:		Office
URL:		http://dixit.sourceforge.net
Source:		http://downloads.sourceforge.net/dixit/%{name}-%{version}-dvlp.tgz
Source1:	%{name}.desktop
Source2:	%{name}.png
BuildRequires:	qt4-devel >= 4.5 
BuildRequires:	cmake
Requires:	qt4-common >= 4.5
# bootstrap circular dep
Suggests:	dixit.qdb >= 0.4

%description
Dixit permite cautari de cuvinte off-line, folosind baza de date a
proiectului DEX online <http://dexonline.ro>.

Versiunile Dixit pentru Qt4 si Qt3 sunt identice functional, folosind acelasi
cod sursa pentru majoritatea procedurilor. Deosebirile in cod se datoresc
diferentelor in implementarea interfetelor grafice cat si evolutiei
bibliotecii Qt. Denumirea versiunii Dixit compilabila cu biblioteca Qt4 este
9.11.4 (4 semnificand biblioteca Qt4), iar cea a versiunii compilabila cu Qt3
este 9.11.3 (3 semnificand biblioteca Qt3).

%prep
%setup -qn %{name}-%{version}-dvlp

%build
export QTDIR=%{qt4dir}
%qmake_qt4 dixit-%{version}.pro
perl -pi -e "s| -lpthread| -lz -lpthread|" Makefile

%make 

%install
# menu
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	%{SOURCE1}

#icon
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png

#binaries
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}/

%files
%attr(0755,root,root) %{_bindir}/dixit
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 14.2.5-1
- (c919379) Merge pull request #1 from import/dixit:rosa2016.1
- (c919379) Updated to 14.2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9972 |14cu|dixit.qdb-0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: dixit.qdb.spec 
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################
%define debug_package	%{nil}
%define oname	dixit
%define	name	dixit.qdb
%define	version	0.5
%define	release	1
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source:		%{name}.tar.bz2
Group:		Databases
Summary:	Baza de date pentru dixit
URL:		http://dixit.sourceforge.net
License:	GPLv3
BuildArch:      noarch
Requires:	qt4-common >= 4.5
Requires:	dixit >= 11.11.4

%description
Baza de date pentru Dixit
Dixit permite cautari de cuvinte off-line, folosind baza de date a
proiectului DEX online <http://dexonline.ro>.

%prep
%setup -qn %{oname}

%build
# nothing to build

%install
install -d -m755 %{buildroot}%{_datadir}/dixit
install -m 755 dixit.qdb %{buildroot}%{_datadir}/dixit/dixit.qdb


%files
%dir %{_datadir}/dixit
%{_datadir}/dixit/*
%doc LICENSE.GPL3



%changelog

* Sun May 24 2015 abfonly <John@smith.org> 0.5-1
- (e7797f9) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9973 |14cu|djvubind-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		djvubind
Version:	1.2.1
Release:	1
Summary:	Combine multiple image files into an optimally compressed djvu file
Group:		Graphics
License:	MIT
URL:		https://github.com/strider1551/djvubind
Source0:	https://github.com/strider1551/djvubind/archive/v%{version}.zip
BuildRequires:	python3-devel
BuildRequires:	python-setuptools
Requires:	tesseract
Requires:	imagemagick
Requires:	djvulibre
Suggests:	minidjvu
BuildArch:	noarch

%description
Combine multiple image files into an optimally compressed djvu file.

%prep
%setup -q

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root %{buildroot}

%files
%doc README
%{_bindir}/*
%{_mandir}/man1/*
%{_sysconfdir}/*
%{py3_puresitedir}/


%changelog

* Sun Jun 05 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-1
- (ee2af68) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9974 |14cu|dkms-tp_smapi-0.41-3.20140506.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20140506
%define modname tp_smapi

Summary:	DKMS-ready module for SMAPI BIOS of ThinkPad laptops
Name:		dkms-%{modname}
Version:	0.41
Release:	3.%{git}.2
License:	GPLv2+
Group:		Development/Kernel
Url:		https://github.com/evgeni/tp_smapi
# Git snapshot from https://github.com/evgeni/tp_smapi
Source0:	%{modname}-%{version}-%{git}.tar.bz2
Source1:	README.urpmi
Requires(preun,port):	dkms
Buildarch:	noarch

%description
ThinkPad laptops include a proprietary interface called SMAPI BIOS
(System Management Application Program Interface) which provides some
hardware control functionality that is not accessible by other means.

This driver exposes some features of the SMAPI BIOS through a sysfs
interface. It is suitable for newer models, on which SMAPI is invoked
through IO port writes.

WARNING:
This driver uses undocumented features and direct hardware access.
It thus cannot be guaranteed to work, and may cause arbitrary damage
(especially on models it wasn't tested on).

NOTE:
This package replaces module hdaps from upstream kernel with an
improved and tp_smapi compatible one. See the documentation.

%files
%doc %{modname}-%{version}/{README,CHANGES,TODO} README.urpmi
%{_sysconfdir}/modules-load.d/%{name}.conf
%{_usrsrc}/%{modname}-%{version}-%{release}

%post
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{modname} -v %{version}-%{release}

# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
        kk=$(echo $kk | sed 's/^\/lib\/modules\///');
        if test -d "/lib/modules/$kk/build"; then
                /usr/sbin/dkms --rpm_safe_upgrade build -m %{modname} -v %{version}-%{release} -k $kk &&
                /usr/sbin/dkms --rpm_safe_upgrade install -m %{modname} -v %{version}-%{release} -k $kk || true
        else
                echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
        fi;
done

%preun
# rmmod can fail (e.g. if the module is not loaded), but it should not stop
# deinstallation.
/sbin/rmmod %{modname} >/dev/null 2>&1 || true
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{modname} -v %{version}-%{release} --all || true

#----------------------------------------------------------------------------

%prep
%setup -q -c -n %{modname}-%{version}
mv %{modname}-%{version}-%{git} %{modname}-%{version}
chmod -R go=u-w .
cp %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{_usrsrc}/%{modname}-%{version}-%{release}
mkdir -p %{buildroot}%{_usrsrc}/%{modname}-%{version}-%{release}/patches
cp -a %{modname}-%{version}/* %{buildroot}%{_usrsrc}/%{modname}-%{version}-%{release}
cat > %{buildroot}%{_usrsrc}/%{modname}-%{version}-%{release}/dkms.conf <<EOF

PACKAGE_VERSION="%{version}-%{release}"

# Items below here should not have to change with each driver version
PACKAGE_NAME="%{modname}"
MAKE[0]="make -C \${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build KBASE=\${kernel_source_dir}/.. KSRC=\${kernel_source_dir} KBUILD=\${kernel_source_dir} HDAPS=1"
CLEAN="make -C \${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build clean"
BUILT_MODULE_NAME[0]="\$PACKAGE_NAME"
DEST_MODULE_LOCATION[0]="/extra"
BUILT_MODULE_NAME[1]="thinkpad_ec"
DEST_MODULE_LOCATION[1]="/extra"
BUILT_MODULE_NAME[2]="hdaps"
DEST_MODULE_LOCATION[2]="/kernel/drivers/hwmon"
REMAKE_INITRD="no"
AUTOINSTALL="YES"
EOF

mkdir -p %{buildroot}%{_sysconfdir}/modules-load.d
echo "tp_smapi" >%{buildroot}%{_sysconfdir}/modules-load.d/%{name}.conf

%changelog

* Mon Mar 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.41-3.20140506.2
- (d190d9c) Add modules-load.d file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9975 |14cu|dkms-vhba-3.0.4-0.20140928.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module vhba
%define oname vhba-module
# upstream release tarball is a snapshot-style one
%define snapshot 20140928

Summary:	Virtual SCSI HBA kernel module
Name:		dkms-vhba
# Sync version with cdemu because there's no version for module
Version:	3.0.4
Release:	0.%{snapshot}.1
Group:		System/Kernel and hardware
License:	GPLv2+
Url:		http://cdemu.sourceforge.net/
Source0:	http://downloads.sourceforge.net/cdemu/%{oname}-%{snapshot}.tar.bz2
Source10:	%{name}.rpmlintrc
Requires:	dkms
Requires(post,preun):	dkms
BuildArch:	noarch

%description
Virtual SCSI HBA kernel module. The vhba module is used by cdemu.

%files
%{_usrsrc}/%{module}-%{version}-%{release}

%post
dkms add	-m %{module} -v %{version}-%{release} --rpm_safe_upgrade &&
dkms build	-m %{module} -v %{version}-%{release} --rpm_safe_upgrade &&
dkms install	-m %{module} -v %{version}-%{release} --rpm_safe_upgrade
true

%preun
dkms remove  -m %{module} -v %{version}-%{release} --all --rpm_safe_upgrade
true

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{snapshot}
rm -rf debian

%build

%install
install -d -m755 %{buildroot}%{_usrsrc}/%{module}-%{version}-%{release}
cp -r * %{buildroot}%{_usrsrc}/%{module}-%{version}-%{release}

cat > %{buildroot}%{_usrsrc}/%{module}-%{version}-%{release}/dkms.conf <<EOF
PACKAGE_NAME="%{module}"
PACKAGE_VERSION="%{version}-%{release}"
DEST_MODULE_LOCATION[0]="/kernel/%{module}"
BUILT_MODULE_NAME[0]="%{module}"
MAKE[0]="make KDIR=\${kernel_source_dir}"
AUTOINSTALL="yes"
EOF
sed -i 's/-Werror//' %{buildroot}%{_usrsrc}/%{module}-%{version}-%{release}/Makefile

%changelog

* Sun Apr 17 2016 spectre <eugene.shatokhin@rosalab.ru> 3.0.4-0.20140928.1
- (0764fa0) Merge pull request #1 from alzim/dkms-vhba:rosa2014.1
- (0764fa0) Updated to 3.0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9976 |14cu|dmg2img-1.6.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Uncompress the Apple compressed disk image files
Name:		dmg2img
Version:	1.6.5
Release:	1
# dmg2img is GPL without specific version
# vfdecrypt is MIT licensed
License:	GPL and MIT
Group:		File tools
Url:		http://vu1tur.eu.org/tools/
Source0:	http://vu1tur.eu.org/tools/%{name}-%{version}.tar.gz
Patch0:		dmg2img-1.6.2-nostrip.patch
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
This package contains dmg2img utility that is able to uncompress compressed dmg
files into plain disk or filesystem images.

%files
%doc README COPYING
%{_bindir}/dmg2img
%{_bindir}/vfdecrypt
%{_mandir}/man1/vfdecrypt.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make CC="%{__cc}" CFLAGS="%{optflags}"

%install
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_bindir}

install dmg2img %{buildroot}%{_bindir}
install vfdecrypt %{buildroot}%{_bindir}
install -pm644 vfdecrypt.1 %{buildroot}%{_mandir}/man1

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 1.6.5-1
- (5036118) Merge pull request #1 from import/dmg2img:rosa2016.1
- (5036118) Updated to 1.6.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9977 |14cu|dmz-cursor-theme-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DMZ cursor themes (black and white)
Name:		dmz-cursor-theme
Version:	1.0
Release:	1
License:	CC-BY-SA
Group:		Graphical desktop/Other
Url:		https://github.com/GalliumOS/dmz-cursor-theme/
#Source0:	https://github.com/GalliumOS/dmz-cursor-theme/archive/%{name}-release-%{version}.tar.gz
# From git by tag
Source0:	%{name}-release-%{version}.tar.gz
BuildRequires:	xcursorgen
BuildArch:	noarch

%description
This package contains the DMZ cursor themes, which are derived from
the Industrial theme developed for the Ximian GNOME desktop. Black and
white cursors are provided, in scalable formats.

#----------------------------------------------------------------------------

%package -n dmz-cursor-theme-black
Summary:	DMZ Black cursor theme
Group:		Graphical desktop/KDE

%description -n dmz-cursor-theme-black
DMZ Black cursor theme.

%files -n dmz-cursor-theme-black
%dir %{_iconsdir}/DMZ_Black
%{_iconsdir}/DMZ_Black/*

#----------------------------------------------------------------------------

%package -n dmz-cursor-theme-white
Summary:	DMZ White cursor theme
Group:		Graphical desktop/KDE

%description -n dmz-cursor-theme-white
DMZ White cursor theme.

%files -n dmz-cursor-theme-white
%dir %{_iconsdir}/DMZ_White
%{_iconsdir}/DMZ_White/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-release-%{version}

%build
pushd DMZ-Black/pngs
./make.sh
popd

pushd DMZ-White/pngs
./make.sh
popd

%install
mkdir -p %{buildroot}%{_iconsdir}/DMZ_Black/cursors
cp DMZ-Black/index.theme %{buildroot}%{_iconsdir}/DMZ_Black/
cp DMZ-Black/xcursors/* %{buildroot}%{_iconsdir}/DMZ_Black/cursors/

mkdir -p %{buildroot}%{_iconsdir}/DMZ_White/cursors
cp DMZ-White/index.theme %{buildroot}%{_iconsdir}/DMZ_White/
cp DMZ-White/xcursors/* %{buildroot}%{_iconsdir}/DMZ_White/cursors/

%changelog

* Thu Mar 09 2017 Rosa <rosa@abf.rosalinux.ru> 1.0-1
- (1d3fd56) Automatic import for version 1.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9978 |14cu|dnscrypt-proxy-1.7.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool for securing communications between a client and a DNS resolver
Name:		dnscrypt-proxy
Version:	1.7.0
Release:	6
License:	BSD
Group:		Networking/Other
Url:		http://dnscrypt.org
Source0:	http://download.dnscrypt.org/dnscrypt-proxy/%{name}-%{version}.tar.bz2
Source1:    %{name}-resolvconf.service
Source2:    %{name}.service
Source3:    %{name}.socket
Source4:    %{name}-default
Source5:    %{name}
BuildRequires:	pkgconfig(libsodium)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:  gawk
BuildRequires:  sed
BuildRequires:  grep

Requires(post):  rpm-helper
Requires(preun): rpm-helper

%description
A tool for securing communications between a client and a DNS resolver.

%prep
%setup -q

%build
%configure2_5x --enable-static=no --with-systemd
%make

%install
%makeinstall

install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_systemunitdir}/%{name}-resolvconf.service
install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_systemunitdir}/%{name}.service
install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_systemunitdir}/%{name}.socket
install -D -p -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/default/%{name}
install -D -p -m 0755 %{SOURCE5} %{buildroot}%{_sysconfdir}/init.d/%{name}

%files
%{_systemunitdir}/%{name}-resolvconf.service
%{_systemunitdir}/%{name}.service
%{_systemunitdir}/%{name}.socket
%{_sysconfdir}/default/%{name}
%{_sysconfdir}/init.d/%{name}
%{_sbindir}/%{name}
%{_bindir}/hostip
%{_mandir}/man8/%{name}.8*
%{_mandir}/man8/hostip.8*
%{_datadir}/%{name}/dnscrypt-resolvers.csv
%{_datadir}/%{name}/minisign.pub
%{_libdir}/dnscrypt-proxy/libdcplugin_example.so
%{_libdir}/dnscrypt-proxy/libdcplugin_example_logging.so

%post
%systemd_post dnscrypt-proxy
# Simple: still needs this since in release 3 services were not set
# enabled and seams that still isnt properly handeled in %%_post_service
if [ "$1" -ge "1" ]; then
  # Enable (but don't start) the unit by default
  /bin/systemctl enable dnscrypt-proxy.service
  # Start dnscrypt-proxy service
  /bin/systemctl start dnscrypt-proxy.service
fi

%preun
%systemd_preun dnscrypt-proxy

%package devel
Group:		Development/C
Summary:	Development libraries from %{name}
Requires:	%{name} = %{EVRD}

%description devel
Development libraries from %{name}.

%files devel
%{_includedir}/dnscrypt/*.h

%changelog

* Sun Nov 20 2016 Victor Ryzhikh <victorr2007@yandex.ru> 1.7.0-6
- (cbd66b5) Fixed switching service dnscrypt-proxy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9979 |14cu|doc++-3.4.10-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DOC++ - A Documentation System for C, C++, IDL and Java
Name:		doc++
Version:	3.4.10
Release:	10
License:	GPLv2+
Group:		Publishing
Url:		http://docpp.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/docpp/doc++-%{version}.tar.bz2
Patch0:		gcc40_build_fix.patch
Patch1:		gcc41_build_fix.patch
Patch2:		segfault_fix.patch
Patch3:		translation_ja.patch
Patch4:		doc++-3.4.10-fix-gcc43.patch
Patch5:		doc++-3.4.10-optflags.patch
Patch6:		doc++-3.4.10-sfmt.patch
BuildRequires:	bison
BuildRequires:	flex

%description
DOC++ is a documentation system for C, C++, IDL and Java, generating both TeX
output for high quality hardcopies and HTML output for sophisticated online
browsing of your documentation. The documentation is extracted directly from
the C/C++/IDL header/source files or Java class files.

%files -f %{name}.lang
%doc COPYING CREDITS NEWS PLATFORMS README REPORTING-BUGS doc/manual doc/doc++.conf 
%doc doc/docxx-br.sty doc/docxx-fr.sty doc/docxx-ja.sty doc/docxx-ro.sty doc/docxx.sty
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1 -b .gcc43
%patch5 -p1
%patch6 -p1

%build
autoconf
%configure2_5x
%make

%install
%makeinstall_std

# cleanup
rm -f %{buildroot}%{_datadir}/locale/locale.alias

%find_lang %{name}


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.4.10-10
- (84f03ef) Build with system optflags to fix debug package
- (84f03ef) Spec cleanup
- (84f03ef) Fix string format errors



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9980 |14cu|docco-0.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define docs %{_docdir}/%{name}

Summary:    The Quick and Dirty Literate Programming Documentation Generator
Name:       docco
Version:    0.7.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        http://jashkenas.github.com/docco/
#Source0:    http://registry.npmjs.org/docco/-/docco-%{version}.tgz
Source0:    https://github.com/jashkenas/docco/archive/%{version}.tar.gz
Source100:  docco.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(commander)
BuildRequires:  npm(fs-extra)
BuildRequires:  npm(highlight.js)
BuildRequires:  npm(jsonfile)
BuildRequires:  npm(marked)
BuildRequires:  npm(underscore)
BuildRequires:  pythonegg(pygments)

Requires:       pythonegg(pygments)

BuildArch:  noarch

%description
Docco is a quick-and-dirty documentation generator, written in Literate
CoffeeScript. It produces an HTML document that displays your comments
intermingled with your code. All prose is passed through Markdown, and
code is passed through Pygments syntax highlighting.

%files
%doc LICENSE README docs/* index.html
%{nodejs_sitelib}/docco
%{_bindir}/docco
%{_datadir}/docco
#----------------------------------------------------------

%prep
%setup -q
%nodejs_fixdep commander
%nodejs_fixdep marked
%nodejs_fixdep fs-extra
%nodejs_fixdep underscore
%nodejs_fixdep highlight.js
# Remove bundled web fonts.
find . -type f -iname '*.eot' -delete
find . -type f -iname '*.ttf' -delete
find . -type f -iname '*.woff' -delete

%build
%nodejs_symlink_deps --check
# Build docco.js
cake build
# Build the documentation.
./bin/docco --layout linear docco.litcoffee

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/docco
cp -pr package.json docco.js \
    %{buildroot}%{nodejs_sitelib}/docco
mkdir -p %{buildroot}%{nodejs_sitelib}/docco/bin
install -p -D -m0755 bin/docco \
    %{buildroot}%{nodejs_sitelib}/docco/bin/docco
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/docco/bin/docco \
    %{buildroot}%{_bindir}/docco

mkdir -p %{buildroot}%{_datadir}/docco
cp -pr resources/ %{buildroot}%{_datadir}/docco
ln -sf %{_datadir}/docco/resources \
    %{buildroot}%{nodejs_sitelib}/docco/resources

# The docs expect the resources/ directory to be present.
mkdir -p %{buildroot}%{docs}
ln -sf %{_datadir}/docco/resources \
    %{buildroot}%{docs}/resources

%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.7.0-4
- (6ab0fa0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9981 |14cu|docky-2.2.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global         debug_package %{nil}

Name:           docky
Version:        2.2.1.1
Release:        1
Summary:        Advanced shortcut bar written in Mono

Group:          Graphical desktop/GNOME
License:        GPLv3+
URL:            http://wiki.go-docky.com
Source0:        http://launchpad.net/docky/2.2/%{version}/+download/%{name}-%{version}.tar.xz
# sharp deps
BuildRequires:  gnome-sharp2-devel 
BuildRequires:  gnome-desktop-sharp-devel
BuildRequires:  gnome-keyring-sharp
BuildRequires:  gtk-sharp2-devel
BuildRequires:  mono-addins-devel
BuildRequires:  mono-devel
BuildRequires:  ndesk-dbus-devel
BuildRequires:  ndesk-dbus-glib-devel
BuildRequires:  notify-sharp-devel
BuildRequires:  pkgconfig(gconf-2.0)
BuildRequires:  gio-sharp-devel
BuildRequires:  dbus-sharp-devel
BuildRequires:  pkgconfig(libwnck-1.0)
BuildRequires:  pkgconfig(dbus-sharp-glib-2.0)
BuildRequires:  pkgconfig(gkeyfile-sharp)
BuildRequires:  pkgconfig(dbus-sharp-2.0)
# native deps
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  gettext
BuildRequires:  perl-XML-Parser
BuildRequires:  intltool
BuildRequires:  desktop-file-utils
Requires:       gtk-sharp2
Requires:       glib-sharp2
Requires:       gnome-sharp2
Requires:       gnome-desktop-sharp
Requires:       gnome-keyring-sharp
Requires:       mono-addins
Requires:       mono
Requires:       ndesk-dbus
Requires:       notify-sharp gtk2
Requires:       hicolor-icon-theme
Requires:       gio-sharp 
Requires:       dbus-sharp
Requires:       dbus-sharp-glib
Requires:       gnome-python-wnck
Requires:       wnck-sharp

%description
Docky is an advanced shortcut bar that sits at the bottom, top, and/or sides 
of your screen. It provides easy access to some of the files, folders, 
and applications on your computer, displays which applications are 
currently running, holds windows in their minimized state, and more.

%files -f %{name}.lang
%doc AUTHORS COPYING COPYRIGHT NEWS
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/icons/hicolor/*/apps/gmail.png
%{_datadir}/icons/hicolor/*/mimetypes/*
%{_datadir}/applications/*.desktop
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_sysconfdir}/gconf/schemas/docky.schemas
%doc %{_mandir}/man1/%{name}.1*

#---------------------------------------------------------------------------

%package        devel
Summary:        Development files for %{name}
Group:          Development/Other
Requires:       %{name} = %{EVRD}
Requires:       pkgconfig

%description    devel
The %{name}-devel package contains libraries and header files
for developing applications that use %{name}.

%files devel
%{_libdir}/pkgconfig/docky.cairohelper.pc
%{_libdir}/pkgconfig/docky.services.pc
%{_libdir}/pkgconfig/docky.widgets.pc
%{_libdir}/pkgconfig/docky.items.pc

#---------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

#gapi_codegen.exe is not distributed (licence is GNU GPL v2)
rm -f %{buildroot}%{_libdir}/%{name}/gapi_codegen*

desktop-file-install    \
        --dir %{buildroot}%{_sysconfdir}/xdg/autostart       \
        --add-only-show-in=GNOME                                \
        %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --delete-original  \
        --dir %{buildroot}%{_datadir}/applications   \
        --remove-category Application \
        %{buildroot}%{_datadir}/applications/%{name}.desktop

# autostart is disabled by default
echo "X-GNOME-Autostart-enabled=false" >> \
    %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop

%find_lang %{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9982 |14cu|doctorj-5.1.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with tests

Name:		doctorj
Version:	5.1.2
Release:	11
Epoch:		0
Summary:	Compares javadoc comments against code
License:	LGPL
Group:		Development/Java
URL:		http://www.incava.org/projects/java/doctorj/index.html
Source0:	http://superb-east.dl.sourceforge.net/sourceforge/doctorj/doctorj-%{version}.tar.gz
BuildArch: 	noarch
BuildRequires:	java-devel
BuildRequires:	ant
%if %with tests
BuildRequires:	ant-junit
%endif
BuildRequires:	java-rpmbuild
BuildRequires:  xmlto

%description
Beyond the level of what Javadoc does, DoctorJ compares
documentation against code. Among what it detects:

    * misspelled words
    * parameter and exception names:
          o missing
          o misordered
          o misspelled
    * Javadoc tags:
          o invalid
          o misordered
          o missing expected arguments
          o invalid arguments
          o missing descriptions
    * undocumented classes, methods, fields, parameters

%package        javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q

%build
export CLASSPATH=
export OPT_JAR_LIST=
%ant dist
%ant doc

%if %with tests
%check
export CLASSPATH=
export OPT_JAR_LIST="%{__cat} %{_sysconfdir}/ant.d/junit"
%ant tests
%endif

%install
%ant -Ddestdir=%{buildroot} install

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a doc/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%files
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%attr(0755,root,root) %{_bindir}/%{name}
# XXX: This should probably go in %%{_javadir}.
%{_datadir}/%{name}/doctorj.jar
%{_datadir}/%{name}/words.*
%{_mandir}/man1/%{name}.1*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0:5.1.2-11
- (f52746e) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9983 |14cu|dokuwiki-20160626-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dir_version  2016-06-26a
%define _localstatedir %{_var}
%define __noautoreq /usr/bin/php

Summary:	A wiki with plain text files backend
Name:		dokuwiki
Version:	20160626
Release:	1
License:	GPLv2
Group:		Networking/WWW
URL:		https://www.dokuwiki.org/dokuwiki
Source0:	http://download.dokuwiki.org/src/dokuwiki/%{name}-%{dir_version}.tgz
Requires:	apache-mod_php
Requires:	php-xml
BuildArch:	noarch

%description
DokuWiki is a standards compliant, simple to use Wiki, mainly aimed at creating
documentation of any kind. It is targeted at developer teams, workgroups and
small companies. It has a simple but powerful syntax which makes sure the
datafiles remain readable outside the Wiki and eases the creation of structured
texts. All data is stored in plain text files -- no database is required.

%prep
%setup -qn %{name}
find . -name '.htaccess' | xargs rm -f

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_datadir}/%{name}/bin
install -m 755 bin/* %{buildroot}%{_datadir}/%{name}/bin

cp -pr inc %{buildroot}%{_datadir}/%{name}
cp -pr lib %{buildroot}%{_datadir}/%{name}

install -m 644 *.php %{buildroot}%{_datadir}/%{name}

pushd %{buildroot}%{_datadir}/%{name}
ln -sf ../../../var/lib/dokuwiki data
ln -sf ../../../etc/dokuwiki conf
popd

install -d -m 755 %{buildroot}%{_localstatedir}/lib
cp -pr data %{buildroot}%{_localstatedir}/lib/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}
cp -pr conf %{buildroot}%{_sysconfdir}/%{name}
rm -f %{buildroot}%{_sysconfdir}/%{name}/*.{dist,example}

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration
Alias /%{name} %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Require all granted
    DirectoryIndex doku.php
</Directory>

<Directory %{_datadir}/%{name}/bin>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/inc>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/conf>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/data>
    Require all denied
</Directory>
EOF

cat > README.urpmi <<EOF
The setup used here differs from default one, to achieve better FHS compliance, and
follow upstream security recommandations detailed at
http://wiki.splitbrain.org/wiki:security:
- the non-variable files are in %{_datadir}/%{name}
- the variable files are in %{_localstatedir}/lib/%{name}
- the configuration files are in %{_sysconfdir}/%{name}
EOF
	
%pretrans
# fix for old lib setup
if [ -d %{_localstatedir}/www/%{name}/lib -a ! -L %{_localstatedir}/www/%{name}/lib ]; then
    cd %{_localstatedir}/www/%{name}
    find lib -type f | \
        tar --create --files-from - --remove-files | \
        (cd %{_datadir}/%{name} && tar --preserve --extract)
    rm -rf lib
    ln -sf ../../..%{_datadir}/%{name}/lib lib
fi


%pre
if [ $1 = "2" ]; then
    # fix for old setup
    if [ -d %{_localstatedir}/lib/%{name}/data ]; then
        mv %{_localstatedir}/lib/%{name}/data/* %{_localstatedir}/lib/%{name}
        rmdir %{_localstatedir}/lib/%{name}/data
    fi
fi

%files
%doc README VERSION README.urpmi conf/*.{dist,example}
%config(noreplace) %{_webappconfdir}/%{name}.conf
%attr(-,apache,apache) %config(noreplace) %{_sysconfdir}/%{name}
%{_datadir}/%{name}
%attr(-,apache,apache) %{_localstatedir}/lib/%{name}

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 20160626-1
- (8b2d05d) Merge pull request #1 from import/dokuwiki:rosa2016.1
- (8b2d05d) Updated to 20160626



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9984 |14cu|dolly-0.57-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Clone the installation of one machine to many other machines
Name:		dolly
Version:	0.57
Release:	12
License:	GPLv2+
Group:		System/Cluster
Url:		http://www.cs.inf.ethz.ch/stricker/CoPs/patagonia/dolly.html
Source0:	%{name}-%{version}.tar.bz2
Source10:	dolly.html
Source11:	dolly.conf
Patch0:		dolly-0.57-sfmt.patch

%description
Dolly is used to clone the installation of one machine to (possibly many)
other machines. It can distribute image-files (even gnu-zipped), partitions
or whole hard disk drives to other partitions or hard disk drives. As it
forms a "virtual TCP ring" to distribute data, it works best with fast
switched networks (we were able to clone a 2 GB Windows NT partition to 15
machines in our cluster over Gigabit Ethernet in less than 4 minutes).

As dolly clones whole partitions block-wise it works for most filesystems.
We used it to clone partitions of the following type: Linux, Windows NT,
Oberon, Solaris (most of our machines have multi boot setups). We have a
small (additional) Linux installation on all of our machines or use a small
one-floppy-disk-linux (e.g. muLinux) to do the cloning.

%files
%doc README dolly.html
%{_bindir}/dolly
%config(noreplace) %{_sysconfdir}/%{name}.conf

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
cp -v %{SOURCE10} .

%build
%__cc %{optflags} dolly.c -o dolly

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sysconfdir}
install -m755 dolly %{buildroot}%{_bindir}/dolly
cp -v %{SOURCE11} %{buildroot}%{_sysconfdir}/%{name}.conf


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.57-12
- (8b23b63) Build with system optflags to fix debug package
- (8b23b63) Spec cleanup
- (8b23b63) Fix string format errors



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9985 |14cu|dolphin-connector-1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn_version g5f75edb

%define major 1
%define libname %mklibname dolphinconn %{major}
%define devname %mklibname dolphinconn -d

Summary:	Simple MySQL C API wrapper for C++
Name:		dolphin-connector
Version:	1.2
Release:	8
License:	BSD
Group:		Development/C++
Url:		http://github.com/poetinha/dolphin-connector
Source0:	http://github.com/poetinha/dolphin-connector/tarball/master/poetinha-%{name}-v%{version}-1-%{svn_version}.tar.gz
BuildRequires:	boost-devel
BuildRequires:	mysql-devel

%description
Dolphin Connector is a simples MySQL C API wrapper for C++, It is originally
designed to be as efficient as is possible, and makes no use of exceptions.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Simple MySQL C API wrapper for C++
Group:		System/Libraries
Conflicts:	%{name} < 1.2-8
Obsoletes:	%{name} < 1.2-8

%description -n %{libname}
Dolphin Connector is a simples MySQL C API wrapper for C++, It is originally
designed to be as efficient as is possible, and makes no use of exceptions.

%files -n %{libname}
%doc ChangeLog LICENSE README TODO
%{_libdir}/libdolphinconn.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Dolphin Connector
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	boost-devel
Requires:	mysql-devel
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 1.2-8
Obsoletes:	%{name}-devel < 1.2-8

%description -n %{devname}
Dolphin Connector development package.

%files -n %{devname}
%doc sample
%{_includedir}/dolphinconn
%{_libdir}/libdolphinconn.so

#----------------------------------------------------------------------------

%prep
%setup -qn poetinha-%{name}-5f75edb

%build
./autogen.sh
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

rm -f sample/Makefile*
rm -rf sample/.deps*

%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2-8
- (23559aa) Name library and development packages according to packaging policies



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9986 |14cu|dolphin-emu4-4.0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define oname dolphin-emu

Summary:	Gamecube / Wii / Triforce Emulator
Name:		dolphin-emu4
Version:	4.0.2
Release:	8
Epoch:		1
License:	GPLv2+
Group:		Emulators
Url:		http://www.dolphin-emu.com/
# Fetched from git and cleaned up from useless junk
Source0:	%{oname}-%{version}.tar.bz2
Source9:	%{oname}-256.png
Source10:	%{oname}-128.png
Source11:	%{oname}-64.png
Source12:	%{oname}-32.png
Source13:	%{oname}-16.png
Patch0:		dolphin-emu-cmakepath.patch
Patch1:		dolphin-emu-4.0.2-gcc4.9.patch
Patch2:		dolphin-emu-4.0.2-static.patch
Patch3:		dolphin-emu-4.0.2-findx11.patch
BuildRequires:	cmake
BuildRequires:	git
BuildRequires:	ffmpeg-devel
BuildRequires:	gomp-devel
BuildRequires:	liblzo-devel
# Build with embedded polarssl until support for modern polarssl is implemented
#BuildRequires:	polarssl-devel
BuildRequires:	sfml-network-devel
BuildRequires:	wxgtku3.0-devel
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(soundtouch)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(zlib)
# Dolphin Emulator is x86_64 only since 5.0
%ifarch %{ix86}
Conflicts:	%{oname}
Obsoletes:	%{oname} < 1:5.0
%endif

%description
Gamecube / Wii / Triforce Emulator.

%files -f %{oname}.lang
%doc license.txt Readme.txt
%attr(0755,root,root) %{_bindir}/%{oname}
%{_datadir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%{_iconsdir}/hicolor/*/apps/%{oname}.png
%{_datadir}/pixmaps/%{oname}.xpm

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%cmake
%make VERBOSE=1

%install
%makeinstall_std -C build

install -D -m 644 %{SOURCE13} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{oname}.png
install -D -m 644 %{SOURCE12} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{oname}.png
install -D -m 644 %{SOURCE11} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{oname}.png
install -D -m 644 %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{oname}.png
install -D -m 644 %{SOURCE9} %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{oname}.png

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{oname}.desktop << EOF
[Desktop Entry]
Name=Dolphin-Emulator
Comment=%{summary}
Exec=%{_bindir}/%{oname}
Icon=%{oname}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF

rm -fv %{buildroot}%{_libdir}/libpolarssl.a

%find_lang %{oname}


%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.0.2-8
- (c1b2ed0) Adjust package conflicts



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9987 |14cu|dolphin-emu-5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define oname dolphin

Summary:	Gamecube / Wii / Triforce Emulator
Name:		dolphin-emu
Version:	5.0
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Emulators
Url:		http://www.dolphin-emu.com/
# https://github.com/dolphin-emu/dolphin/archive/%{version}.tar.gz
Source0:	%{oname}-%{version}.tar.gz
Source9:	%{name}-256.png
Source10:	%{name}-128.png
Source11:	%{name}-64.png
Source12:	%{name}-32.png
Source13:	%{name}-16.png
Patch0:		dolphin-emu-cmakepath.patch
Patch1:		dolphin-emu-4.0.2-20150110-no-llvm.patch
BuildRequires:	cmake
BuildRequires:	git
BuildRequires:	ffmpeg-devel
BuildRequires:	gomp-devel
BuildRequires:	liblzo-devel
BuildRequires:	polarssl-devel
BuildRequires:	wxgtku3.0-devel
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libevdev)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(sfml-network)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(soundtouch)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(zlib)
ExclusiveArch:	x86_64

%description
Gamecube / Wii / Triforce Emulator.

%files -f %{name}.lang
%doc license.txt Readme.md
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0755,root,root) %{_bindir}/%{name}-nogui
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man6/dolphin-emu.6*
%{_mandir}/man6/dolphin-emu-nogui.6*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake
%make VERBOSE=1

%install
%makeinstall_std -C build

install -D -m 644 %{SOURCE13} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m 644 %{SOURCE12} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m 644 %{SOURCE11} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D -m 644 %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
install -D -m 644 %{SOURCE9} %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Dolphin-Emulator
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF

%find_lang %{name}


%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:5.0-1
- (3e4d7e3) New version 5.0
- (3e4d7e3) Now supports only x86_64 (for i586 there's dolphin-emu4 4.x now)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9988 |14cu|dolphin-libreoffice-templates-1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LibreOffice document templates for Dolphin contextual menu
Name:		dolphin-libreoffice-templates
Version:	1.1
Release:	1
# Based on Calligra templates
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://rosalab.com/
Source0:	%{name}-%{version}.tar.bz2
Buildarch:	noarch

%description
LibreOffice document templates for Dolphin contextual menu.

%files
%{_datadir}/templates

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_datadir}/templates/
mkdir -p %{buildroot}%{_datadir}/templates/.source
install -m 0644 templates/*.desktop %{buildroot}%{_datadir}/templates/
install -m 0644 templates/.source/* %{buildroot}%{_datadir}/templates/.source/


%changelog
* Mon Dec 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-1
+ Revision: 0d9acef
- Fix presentation template



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9989 |14cu|dom2-core-tests-0.0.1-0.20040405.1.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           dom2-core-tests
Version:        0.0.1
Release:        0.20040405.1.9
Epoch:          0
Summary:        DOM Conformance Test Suite
Group:          Development/Java
License:        W3C Software License
URL:            http://www.w3.org/DOM/Test/
Source0:        http://www.w3.org/2004/04/dom2-core-tests-20040405.jar
Patch0:         dom2-core-tests-build_xml.patch
Patch1:         dom2-core-tests-no-classpath-in-manifest.patch
BuildRequires:  ant
BuildArch:      noarch
BuildRequires:  java-devel >= 0:1.4.2
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  junit

%description
The DOM Test Suites (DOM TS) will consist of a number of tests 
for each level of the DOM specification. The tests will be 
represented in an XML grammar which ensures that tests can easily 
be ported from the description format to a number of specific 
language bindings. This grammar will be specified in XML Schema 
and DTD form. The grammar will be automatically generated from the 
DOM specifications themselves, to ensure stability and correctness.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
rm -r junit
find . -name '*.jar' -o -name '*.class' -exec rm {} \;

%patch0 -b .orig
%patch1 -p1

%build
export CLASSPATH=$(build-classpath junit)
export OPT_JAR_LIST=
%{ant} dist

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}

vjar=$(echo %{name}.jar | sed s+.jar+-%{version}.jar+g)
install -m 644 %{name}-%{version}/%{name}.jar %{buildroot}%{_javadir}/$vjar
pushd %{buildroot}%{_javadir}
   ln -fs $vjar %{name}.jar
popd

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr %{name}-%{version}/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0:0.0.1-0.20040405.1.9
- (f4006c5) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9990 |14cu|dom4j-1.6.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Open Source XML framework for Java
Name:           dom4j
Version:        1.6.1
Release:        11
License:        BSD
URL:            http://www.dom4j.org/
Group:          Development/Java
Source0:        http://downloads.sourceforge.net/dom4j/dom4j-1.6.1.tar.gz
Source1:        dom4j_rundemo.sh
Patch0:         dom4j-1.6.1-build_xml.patch
# See https://bugzilla.redhat.com/show_bug.cgi?id=976180
Patch1:         dom4j-1.6.1-Remove-references-to-ConcurrentReaderHashMap.patch
Patch2:         dom4j-1.6.1-Port-to-JAXP-1.4.patch
# Needed by stapler web framework
Patch3:         dom4j-1.6.1-Add-ability-to-disable-HTML-handling.patch
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  junit
BuildRequires:  jtidy
BuildRequires:  junitperf
BuildRequires:  isorelax
BuildRequires:  jaxen-bootstrap >= 0:1.1-0.b7
BuildRequires:  msv-msv
BuildRequires:  relaxngDatatype
BuildRequires:  bea-stax
BuildRequires:  bea-stax-api
BuildRequires:  ws-jaxme
BuildRequires:  xalan-j2
BuildRequires:  xerces-j2
BuildRequires:  jaxp = 1.2
BuildRequires:  xpp2
BuildRequires:  xpp3
BuildRequires:  msv-xsdlib
Requires:  xpp2
Requires:  xpp3
Requires:  xerces-j2
Requires:  msv-msv
Requires:  msv-xsdlib
Requires:  relaxngDatatype
Requires:  isorelax
Requires:  jaxen-bootstrap >= 0:1.1-0.b7
Requires:  jpackage-utils >= 0:1.6
Requires:  bea-stax
Requires:  bea-stax-api
Requires:  ws-jaxme
Requires:  xalan-j2
BuildArch:      noarch

%description
dom4j is an Open Source XML framework for Java. dom4j allows you to read,
write, navigate, create and modify XML documents. dom4j integrates with 
DOM and SAX and is seamlessly integrated with full XPath support. 

%package demo
Summary:        Samples for %{name}
Group:          Development/Java
Requires:       dom4j = 0:%{version}-%{release}

%description demo
Samples for %{name}.

%package manual
Summary:        Manual for %{name}
Group:          Development/Java

%description manual
Development/Java for %{name}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.


%prep
%setup -q 
# replace run.sh
cp -p %{SOURCE1} run.sh
# remove binary libs
find . -name "*.jar" -exec rm -f {} \;
# fix for deleted jars
mv build.xml build.xml.orig
sed -e '/unjar/d' -e 's|,cookbook/\*\*,|,|' build.xml.orig > build.xml

%patch0 -b .sav
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
pushd lib
ln -sf $(build-classpath xpp2)
ln -sf $(build-classpath relaxngDatatype)
ln -sf $(build-classpath jaxme/jaxmeapi) 
ln -sf $(build-classpath msv-xsdlib) 
ln -sf $(build-classpath msv-msv) 
ln -sf $(build-classpath jaxen) 
ln -sf $(build-classpath bea-stax-api) 
pushd test
ln -sf $(build-classpath bea-stax-ri) 
ln -sf $(build-classpath junitperf) 
ln -sf $(build-classpath junit) 
popd
ln -sf $(build-classpath xpp3) 
pushd tools
ln -sf $(build-classpath jaxme/jaxmexs) 
ln -sf $(build-classpath xalan-j2) 
ln -sf $(build-classpath jaxme/jaxmejs) 
ln -sf $(build-classpath jtidy) 
ln -sf $(build-classpath isorelax) 
ln -sf $(build-classpath jaxme/jaxme2) 
ln -sf $(build-classpath xerces-j2) 
popd
popd

# FIXME: test needs to be fixed
ant all samples # test

%install
# jars
mkdir -p %{buildroot}%{_javadir}
cp -p build/%{name}.jar \
  %{buildroot}%{_javadir}/%{name}.jar

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
pushd build/doc/javadoc
for f in `find -name \*.html -o -name \*.css`; do
  sed -i 's/\r//g' $f;
done
popd
cp -pr build/doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}

# manual
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
rm -rf docs/apidocs docs/clover
pushd docs
for f in `find -name \*.html -o -name \*.css -o -name \*.java`; do
  sed -i 's/\r//g' $f;
done
popd
cp -pr docs/* %{buildroot}%{_docdir}/%{name}-%{version}
tr -d \\r <LICENSE.txt >tmp.file; mv tmp.file LICENSE.txt
cp -p LICENSE.txt %{buildroot}%{_docdir}/%{name}-%{version}

# demo
mkdir -p %{buildroot}%{_datadir}/%{name}-%{version}/classes/org/dom4j
cp -pr xml %{buildroot}%{_datadir}/%{name}-%{version}
mkdir -p %{buildroot}%{_datadir}/%{name}-%{version}/src
cp -pr src/samples %{buildroot}%{_datadir}/%{name}-%{version}/src
cp -pr build/classes/org/dom4j/samples %{buildroot}%{_datadir}/%{name}-%{version}/classes/org/dom4j
install -m 755 run.sh %{buildroot}%{_datadir}/%{name}-%{version}

%files
%dir %{_docdir}/%{name}-%{version}
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/*

%files manual
%doc %{_docdir}/%{name}-%{version}

%files demo
%attr(0755,root,root) %{_datadir}/%{name}-%{version}/run.sh
%dir %{_datadir}/%{name}-%{version}
%{_datadir}/%{name}-%{version}/src
%{_datadir}/%{name}-%{version}/xml
%{_datadir}/%{name}-%{version}/classes




%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 1.6.1-11
- (203202c) Fix build in modern environment



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9991 |14cu|doomsday-1.14.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'libdehread\\.so(.*)|libdoom64\\.so(.*)|libdoom\\.so(.*)|libexample\\.so(.*)|libheretic\\.so(.*)|libhexen\\.so(.*)|libsavegameconverter\\.so(.*)|libwadmapconverter\\.so(.*)'

Summary:	The Doomsday Engine: Doom/Hertic/Hexen port with pretty graphics
Name:		doomsday
Version:	1.14.5
Release:	2
License:	GPLv2+
Group:		Games/Shooter
Url:		http://dengine.net/
Source0:	http://sourceforge.net/projects/deng/files/Doomsday%20Engine/%{version}/%{name}-%{version}.tar.gz
Patch0:		doomsday-1.14.5-desktop.patch
BuildRequires:	imagemagick
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(zlib)
Suggests:	%{name}-launcher

%description
The Doomsday Engine is a source port with support for Doom, Heretic,
and Hexen. It does not support BOOM extensions.

%files
%dir %{_sysconfdir}/doomsday
%config %{_sysconfdir}/doomsday/paths
%{_bindir}/doomsday*
%{_libdir}/%{name}/
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/data/
%{_datadir}/%{name}/icons/
%{_datadir}/%{name}/modules/
%{_datadir}/applications/%{name}-shell.desktop
%{_mandir}/man6/doomsday*.6*
%if "%{_libdir}" != "%{_libexecdir}"
%{_libexecdir}/%{name}/
%endif

#----------------------------------------------------------------------------

%package launcher
Summary:	Graphical launcher for Doomsday
Group:		Games/Shooter
Requires:	%{name}
Requires:	wxPython
BuildArch:	noarch

%description launcher
Snowberry is the official frontend of the Doomsday Engine. It is a portable
graphical game launcher, with support for configuring the various types of
games supported by Doomsday. It offers to save your settings for launching
a particular game (e.g., Doom).

%files launcher
%{_bindir}/launch-doomsday
%{_datadir}/applications/%{name}-engine.desktop
%{_datadir}/%{name}/snowberry

#----------------------------------------------------------------------------

%define deng1_major 1
%define libdeng1 %mklibname deng1_ %{deng1_major}

%package -n %{libdeng1}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libdeng1}
Shared library for %{name}.

%files -n %{libdeng1}
%{_libdir}/libdeng1.so.%{deng1_major}*

#----------------------------------------------------------------------------

%define deng2_major 2
%define libdeng2 %mklibname deng2_ %{deng2_major}

%package -n %{libdeng2}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libdeng2}
Shared library for %{name}.

%files -n %{libdeng2}
%{_libdir}/libdeng2.so.%{deng2_major}*

#----------------------------------------------------------------------------

%define deng_appfw_major 1
%define libdeng_appfw %mklibname deng_appfw %{deng_appfw_major}

%package -n %{libdeng_appfw}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libdeng_appfw}
Shared library for %{name}.

%files -n %{libdeng_appfw}
%{_libdir}/libdeng_appfw.so.%{deng_appfw_major}*

#----------------------------------------------------------------------------

%define deng_gui_major 1
%define libdeng_gui %mklibname deng_gui %{deng_gui_major}

%package -n %{libdeng_gui}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libdeng_gui}
Shared library for %{name}.

%files -n %{libdeng_gui}
%{_libdir}/libdeng_gui.so.%{deng_gui_major}*

#----------------------------------------------------------------------------

%define deng_shell_major 0
%define libdeng_shell %mklibname deng_shell %{deng_shell_major}

%package -n %{libdeng_shell}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libdeng_shell}
Shared library for %{name}.

%files -n %{libdeng_shell}
%{_libdir}/libdeng_shell.so.%{deng_shell_major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

find . -type f -name "*.png" -exec convert {} -strip {} \;

%build
pushd doomsday
%qmake_qt4 DENG_LIB_DIR=%{_libdir}
%make
popd

%install
pushd doomsday
make install INSTALL_ROOT=%{buildroot}
popd

mkdir -p %{buildroot}%{_libexecdir}/%{name}
mv %{buildroot}%{_bindir}/{md2tool,savegametool,texc} %{buildroot}%{_libexecdir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/doomsday
cat > %{buildroot}%{_sysconfdir}/doomsday/paths <<-EOF
	basedir: %{_datadir}/doomsday
	libdir: %{_libdir}/doomsday
	iwaddir: %{_datadir}/doom
EOF

rm -f %{buildroot}%{_libdir}/*.so

%changelog
* Sun Nov 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.14.5-2
+ Revision: 091171e
- Try to get rid of warnings about incorrect sRGB profile for images



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9992 |14cu|doomseeker-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:        A cross-platform Doom server browser
Name:           doomseeker
Version:        1.0 
Release:        1
License:        GPLv2
Group:          Games/Arcade 
Url:            http://doomseeker.drdteam.org/
Source0:        http://doomseeker.drdteam.org/files/%{name}-%{version}_src.tar.bz2
Source1:        doomseeker.desktop
BuildRequires:  qt4-devel 
BuildRequires:  cmake
BuildRequires:  bzip2-devel
BuildRequires:  pkgconfig(zlib)
BuildRequires:  desktop-file-utils

%description
%{summary}.

%files
%doc LICENSE *.md
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_libdir}/libwadseeker.so
#------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}_src
chmod -x README.md LICENSE

%build
%cmake_qt4 -DCMAKE_BUILD_TYPE=Release \
  -DCMAKE_INSTALL_COMPONENT=%{_libdir}/%{name}/engines
%make

%install
%makeinstall_std -C build 
# fix libs path for 64 bit
%ifarch x86_64
mkdir -p  %{buildroot}%{_libdir}
cp -pr %{buildroot}/usr/lib/libwadseeker.so %{buildroot}%{_libdir} 
rm -fr %{buildroot}/usr/lib
%endif

# icons
for i in 16x16 22x22 32x32 48x48 64x64 128x128 256x256; do
  install -Dm644 media/icon.png \
                %{buildroot}%{_iconsdir}/hicolor/$i/apps/%{name}.png
done

# menu entry
rm -fr %{buildroot}%{_datadir}/applications/Doomseeker.desktop
desktop-file-install %{SOURCE1} \
  --dir=%{buildroot}%{_datadir}/applications

%changelog

* Fri Mar 18 2016 abfonly <abfonly@gmail.com> 1.0-1
- (1c1b5fb) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9993 |14cu|dotclear-2.10.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dotclear
Version:	2.10.2
Release:	1
Summary:	Web-based blog

License:	GPLv2
Group:		System/Servers
URL:		http://www.dotclear.net
Source0:	http://download.dotclear.org/latest/%{name}-%{version}.tar.gz
Source1:	%{name}.rpmlintrc
Patch0:		php53.patch
Requires:	php-xml 
Requires:	php-iconv
Requires:	php-mbstring
BuildArch:	noarch

%description
dotclear is a multilingual web application developed in php. 
It provides personal blogs and trackbacks to react,
but also can be used in a multi-user mode with several right levels.

%prep
%setup -q -n %{name}
%patch0 -p1

%build

%install
# install files
install -d -m 755 %{buildroot}%{_var}/www/%{name}
cp -aRf * %{buildroot}%{_var}/www/%{name}
for i in CHANGELOG CREDITS LICENSE README; do
	rm -f %{buildroot}%{_var}/www/%{name}/$i
done

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
Alias /dotclear /var/www/dotclear
<Directory /var/www/dotclear>
    Require all granted
</Directory>

<Directory /var/www/dotclear/admin/install>
    Require local granted
    ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"
</Directory>
EOF

# remove .htaccess files
find %{buildroot}%{_var}/www/%{name} -name .htaccess -exec rm -f {} \;

# fix exectuable bit 
find %{buildroot}%{_var}/www/%{name} -type f -exec chmod 644 {} \;
chmod 755 %{buildroot}%{_var}/www/%{name}/inc/dbschema/upgrade-cli.php

cat > README.urpmi <<EOF
Dotclear is a database driven blogging program designed to make it exceedingly
easy to publish an online blog, sometimes also called a weblog or journal.

Once this package is installed, there are a few configuration items which need
to be performed before the blog is usable.  First, you need to install
Mysql or PostgreSQL database and corresponding php modules:

# urpmi mysql php-mysql

or 

# urpmi postgresql php-pgsql

Then, you need to establish a username and password to connect to your
MySQL database as, and make both MySQL/Postgres and Dotclear aware of this.
Let's start by creating the database and the username / password
inside MySQL first:

  # mysql
  mysql> create database dotclear;
  Query OK, 1 row affected (0.00 sec)

  mysql> grant all privileges on dotclear.* to dotclear identified by 'dotclear';
  Query OK, 0 rows affected (0.00 sec)

  mysql> flush privileges;
  Query OK, 0 rows affected (0.00 sec)

  mysql> exit
  Bye
  #

Under certain curcumstances, you may need to run variations of the "grant"
command:
mysql> grant all privileges on dotclear.* to dotclear@localhost identified by 'dotclear';
   OR
mysql> grant all privileges on dotclear.* to dotclear@'%' identified by 'dotclear';

This has created an empty database called 'dotclear', created a user named
'dotclear' with a password of 'dotclear', and given the 'dotclear' user total
permission over the 'dotclear' database.  Obviously, you'll want to select a
different password, and you may want to choose different database and user
names depending on your installation.  The specific values you choose are
not constrained, they simply need to be consistent between the database and the
config file.

Once that's done and the database server and web server have been started, 
 in your favourite web browser, enter following URL :
http://hostname/dotclear/admin/install/wizard.php  and 
follow the instructions given to you on the pages you see to set up the 
database tables and begin publishing your blog.
EOF

%files
%doc README.urpmi CHANGELOG CREDITS LICENSE
%config(noreplace) %{_webappconfdir}/%{name}.conf
%dir %{_var}/www/%{name}
%{_var}/www/%{name}/*.php
%{_var}/www/%{name}/*.md
#%{_var}/www/%{name}/inc/
%{_var}/www/%{name}/admin
#%{_var}/www/%{name}/cache
%{_var}/www/%{name}/db
%{_var}/www/%{name}/locales
%{_var}/www/%{name}/plugins
%{_var}/www/%{name}/public
%{_var}/www/%{name}/themes
%attr(0775,root,apache) %{_var}/www/%{name}/cache
%attr(0775,root,apache) %{_var}/www/%{name}/inc/

%changelog

* Mon Sep 05 2016 alzim <alzim@bk.ru> 2.10.2-1
- (4df843a) Merge pull request #1 from import/dotclear:rosa2016.1
- (4df843a) Updated to 2.10.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9994 |14cu|doublecmd-0.7.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# norootforbuild

%define debug_package %{nil}

Summary:	Twin-panel (commander-style) file manager (Qt4)
Name:		doublecmd
Version:	0.7.7
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://doublecmd.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/doublecmd/Double%20Commander%20Source/%{name}-%{version}-src.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	fpc
BuildRequires:	fpc-src
BuildRequires:	lazarus
BuildRequires:	bzip2-devel
BuildRequires:	qt4pas-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(ncurses)

%files
%{_libdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/man/man1/%{name}.*
%{_datadir}/pixmaps/%{name}.*
%{_iconsdir}/hicolor/*/apps/%{name}.svg
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%description
Double Commander is a cross platform open source file manager with two panels
side by side. It is inspired by Total Commander and features some new ideas.

%prep
%setup -q

%build
./build.sh beta qt

%install
install/linux/install.sh --install-prefix=%{buildroot}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9995 |14cu|double-cross-2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   dcross

Name:           double-cross
Version:        2.0
Release:        1
Summary:        Unconventional falling block game
License:        GPLv3+
Group:          Games/Arcade
Url:            https://code.google.com/p/double-cross/
Source0:        https://double-cross.googlecode.com/files/%{oname}_%{version}.zip
Source1:        %{name}.sh
Source2:        %{name}-music.tar
Source3:        %{name}-icons.tar
Source4:        %{name}.desktop
Source5:        LICENSE.TXT
BuildRequires:  dos2unix
BuildRequires:  unzip
BuildRequires:  pythonegg(setuptools)
BuildRequires:  desktop-file-utils
Requires:       pygame
BuildArch:      noarch


%description
Unlike your common unilateral falling block games, 'Double Cross'
implements a bidirectional paradigm expanding the genre in both
dimension and difficulty.

Blocks fall from the top and fly in from the side settling in a joined
"play area". Deletions occur when rows of ten blocks are completed.
A horizontal row of 10 will cause the blocks to fall down, and
a vertical row of 10 will cause the blocks to "fall" to the right.
If a vertical row is completed during a vertical drop or a horizontal
row is completed during a horizontal drop the corresponding deletion
will not occur until the next turn. This can and will lead to
non-intuitive results. Focus on the vertical alone and you will die
from horizontal negligence and vice versa.

%files
%doc LICENSE.TXT
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/
%{_gamesdatadir}/%{name}
#----------------------------------------------------------------------

%prep
%setup -qn %{oname}_%{version} -a 2 -a 3 

# Convert to unix line end
find -name "*.py" -print0 -or -name "*.pyw" -print0 | xargs -0 dos2unix

# Remove not usable mp3 music, because not works with pygame
rm -f sound/music/*.mp3

# Copy ogg music, converted with soundKonverter, and replace mp3 with ogg
cp -a music/*.ogg sound/music
sed -i 's|mp3|ogg|' data/setup.py data/menu.py
cp -p %{SOURCE5} .

%build

%install
# install wrapper
install -Dm 0755 %{SOURCE1} %{buildroot}%{_gamesbindir}/%{name}

# install directories
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}/{data,fonts,graphics,sound}
for d in data fonts graphics sound ; do
    cp -a $d %{buildroot}%{_gamesdatadir}/%{name}
done

# install files
install -Dm 0664 %{name}.pyw %{buildroot}%{_gamesdatadir}/%{name}

# install icons
for i in 32 48 64 72 96 ; do
    install -Dm 0644 icons/%{name}_${i}x${i}.png \
            %{buildroot}/%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
done

# install Desktop file
desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
  %{SOURCE4} 




%changelog

* Sat Apr 15 2017 abfonly <abfonly@gmail.com> 2.0-1
- (76d0ac0) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9996 |14cu|dpml-util-cli-1.0.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name      cli
%define category        util

Name:           dpml-%{category}-%{short_name}
Version:        1.0.0
Release:        11
Epoch:          0
Summary:        DPML Metro Common Utilities
License:        Apache License
Group:          Development/Java
URL:            http://dpml.net/util/cli/index.html
# svn checkout https://svn.berlios.de/svnroot/repos/dpml/trunk/main
Source0:        %{name}-%{version}.tar.bz2
Source1:        %{name}-build.xml
BuildArch:      noarch
BuildRequires:  ant >= 0:1.6
#BuildRequires: ant-junit >= 0:1.6
#BuildRequires: junit
BuildRequires:  java-rpmbuild >= 0:1.5

%description
The CLI index provides an API for processing command line interfaces.

The implementation is based on the Jakarta Commons CLI2 library written 
by John Keyes and Rob Oxspring.

CLI1 was formed by the merger of ideas and code from three different 
libraries and allows most simple interfaces to be modelled. CLI1 became 
increasingly difficult to maintain and develop further and so CLI2 was 
developed with the goals of clearer responsibilities and being more 
flexible. The intention was that CLI2 would be able to model a far 
greater selection of interfaces and do so more completely, validating 
as much as possible.

The DPML codebase was established in late 2005 based on a fork of the 
Jarkata Commons CL2 content as CLI2 development with Jakarta Commons 
appears to have stopped around April 2005. Modification to the codebase 
applied during incorporation under DPML include removal of CLI1 
content, resolution of a number of testcase failures, removal of file 
validation hidden feature (due to platform inconsitencies at the JVM 
level), removal of Maven dependencies in the build and test procedures, 
resolution of issues in the Help formatter, package renaming, 
documentation enhancements, upgrading of the codebase to be compliant 
with DPML style guidelines, and additions to the argument validator 
package.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
BuildRequires:  java-javadoc

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{short_name}
%{__cp} -a %{SOURCE1} build.xml

%build
#export OPT_JAR_LIST="ant/ant-junit junit"
export OPT_JAR_LIST=
export CLASSPATH=
%ant jar javadoc #test

%install
# jars
%{__mkdir_p} %{buildroot}%{_javadir}
%{__cp} -a build/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # ghost symlink

%post javadoc
rm -f %{_javadocdir}/%{name}
%{__ln_s} %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ $1 -eq 0 ]; then
  %{__rm} -f %{_javadocdir}/%{name}
fi

%files
%defattr(0644,root,root,0755)
%doc
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%ghost %doc %{_javadocdir}/%{name}

%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0:1.0.0-11
- (f040313) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9997 |14cu|drakconf-lxqt-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Drakxtools launchers for LXQt Control Center
Name:		drakconf-lxqt
Version:	1.0
Release:	4
License:	GPLv2+
Group:		System/Base
Source0:	lxqt_drakauth.desktop
Source1:	lxqt_drakfirewall.desktop
Source2:	lxqt_drakguard.desktop
Source3:	lxqt_draksec.desktop
Source4:	lxqt_harddrake.desktop
Source5:	lxqt_logdrake.desktop
Source6:	lxqt_rpmdrake.desktop
Source7:	lxqt_rpmdrake-sources.desktop
Source8:	lxqt_rpmdrake-update.desktop
Source9:	lxqt_update-freq.desktop
Source10:	lxqt_XFdrake.desktop

%description
This metapackage integrates Drakx utilites via LXQt Control Center.

%files
%{_datadir}/applications/*

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE0} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE3} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE4} %{buildroot}%{_datadir}/applications
# Disable logdrake - it doesn't support journalctl
#install -m644 %{SOURCE5} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE6} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE7} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE8} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE9} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE10} %{buildroot}%{_datadir}/applications

%changelog

* Sat Dec 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
- (4f14dec) Use ROSA icons instead of default ones



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9998 |14cu|drakconf-mate-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Drakxtools launchers for Mate Control Center
Name:		drakconf-mate
Version:	1.0
Release:	3
License:	GPLv2+
Group:		System/Base
Source0:	mate_drakauth.desktop
Source1:	mate_drakfirewall.desktop
Source2:	mate_drakclock.desktop
Source3:	mate_drakuser.desktop
Source4:	mate_drakguard.desktop
Source5:	mate_draksec.desktop
Source6:	mate_harddrake.desktop
Source7:	mate_rpmdrake.desktop
Source8:	mate_rpmdrake-sources.desktop
Source9:	mate_rpmdrake-update.desktop
Source10:	mate_update-freq.desktop
Source11:	mate_XFdrake.desktop

%description
This metapackage integrates Drakx utilites via Mate Control Center.

%files
%{_datadir}/applications/*

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE0} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE3} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE4} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE6} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE7} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE8} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE9} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE10} %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE11} %{buildroot}%{_datadir}/applications

%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 1.0-3
- (961a514) Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 9999 |14cu|dreamchess-0.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# eol 'fix' corrupts font.wid
%define dont_fix_eol 1

Summary:	OpenGL chess game
Name:		dreamchess
Version:	0.2.0
Release:	6
License:	GPLv3+
Group:		Games/Boards
Url:		http://www.dreamchess.org/
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
Source2:	%{name}-48.png
Patch0:		dreamchess-0.2.0-pthread.patch
Patch1:		dreamchess-0.2.0-sfmt.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(mxml)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(zlib)
Requires:	%{name}-data = %{EVRD}

%description
DreamChess is a user interface for playing chess. It comes with its own
engine called Dreamer. Both DreamChess and Dreamer are compatible with the
xboard/Winboard chess engine communication protocol. This means that
DreamChess can be used with other xboard-compatible chess engines such as
crafty (ftp://ftp.cis.uab.edu/pub/hyatt/) and GNU Chess
(http://www.gnu.org/software/chess/). Similarly, the Dreamer chess engine can
be used with other xboard-compatible user interfaces such as xboard and
Winboard (http://www.tim-mann.org/xboard.html) and recent editions of the
commercial chess program Chessmaster (http://www.chessmaster.com/).

%files
%doc README COPYING ChangeLog AUTHORS INSTALL
%{_gamesbindir}/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man6/*

#----------------------------------------------------------------------------

%package data
Summary:	Data files for DreamChess game
Group:		Games/Boards
BuildArch:	noarch
Requires:	%{name} = %{EVRD}

%description data
This package contains data files for DreamChess game.

%files data
%{_gamesdatadir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std
install -pD -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
install -pD -m644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png


%changelog

* Tue Aug 08 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.0-6
- (b31a9e5) Build with dont_fix_eol to avoid font.wid corruption



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10000 |14cu|driconf-0.9.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DRI Configuration GUI
Name:		driconf
Version:	0.9.1
Release:	7
Source0:	http://people.freedesktop.org/~fxkuehl/driconf/%{name}-%{version}.tar.bz2
Patch0:		driconf-0.9.0-glinfo.patch
Patch1:		driconf-0.9.1-desktopentry.patch
# http://sourceforge.net/p/driconf/bugs/3/
Patch2:		dri.patch
License:	GPL
Group:		System/Configuration/Hardware
BuildRequires:	python-devel
Requires:	gnome-python
Requires:	xdriinfo
#gw for glinfo
Requires:	glxinfo
BuildArch:	noarch
Url:		http://dri.sourceforge.net/cgi-bin/moin.cgi/DriConf

%description
DRIConf is the first configuration GUI for DRI. It provides a
comfortable GUI for changing the OpenGL settings.

%prep
%setup -q
%patch0 -p1
%patch1 -p1 -b .desktopentry
%patch2 -p1

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-purelib=%{_datadir}/%{name}

install -D -m 644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
install -D -m 644 driconf-icon.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png

%find_lang %{name}
#fix paths
perl -pi -e "s^/usr/local/lib/driconf^%{_datadir}/%{name}^" %{buildroot}%{_bindir}/%{name}

%clean

%files -f %{name}.lang
%doc README
%{_bindir}/%{name}
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/24x24/apps/%{name}.png

%changelog

* Thu Dec 24 2015 Denis Silakov <dsilakov@gmail.com> 0.9.1-7
- (5b04816) Fix http://sourceforge.net/p/driconf/bugs/3/



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10001 |14cu|dropbox-servicemenu-0.16.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dropbox servicemenu for Konqueror and Dolphin
Name:		dropbox-servicemenu
Version:	0.16.1
Release:	4
License:	GPLv3+
Group:		Networking/File transfer
#peace's latest fix
Url:		http://kde-apps.org/content/show.php/Dropbox+ServiceMenu?content=124416
Source0:	http://dl.dropbox.com/u/4127065/DropboxServiceMenu-%{version}_peace.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	kdelibs4-devel
Requires:	kdebase4
Requires:	klipper
Requires:	python
Requires:	sqlite3-tools
Requires:	xdg-utils
BuildArch:	noarch

%description
Dropbox ServiceMenu is a servicemenu which allows easy access to most
of Dropbox features.

%files
%doc LICENSE Changelog THANKS pEACEFIX
%{_kde_services}/ServiceMenus/dropbox_all.desktop
%{_kde_services}/ServiceMenus/dropbox_directories.desktop
%{_kde_services}/ServiceMenus/dropbox_files.desktop
%{_kde_services}/ServiceMenus/dropbox-scripts/pyndexer.py
%{_kde_services}/ServiceMenus/dropbox-scripts/dropbox.py
%{_kde_services}/ServiceMenus/dropbox-scripts/dropbox-notify.py
%{_kde_services}/ServiceMenus/dropbox-scripts/dropbox_menu.sh
%{_kde_services}/ServiceMenus/dropbox-scripts/dropbox_menu_translations.sh

#----------------------------------------------------------------------------

%prep
%setup -qn DropboxServiceMenu-%{version}_peace
rm install-it.sh
rm deinstall.sh

sed s,"\$(kde4-config --localprefix)",,g -i dropbox_all.desktop
sed s,"\$(kde4-config --localprefix)",,g -i dropbox_directories.desktop
sed s,"\$(kde4-config --localprefix)",,g -i dropbox_files.desktop
sed s,"\`kde4-config --localprefix\`",%{_prefix}/,g -i dropbox-scripts/dropbox_menu.sh

%build
# nothing to build

%install
mkdir -p %{buildroot}%{_kde_services}/ServiceMenus/
install -m 644 dropbox_all.desktop %{buildroot}%{_kde_services}/ServiceMenus/
install -m 644 dropbox_directories.desktop %{buildroot}%{_kde_services}/ServiceMenus/
install -m 644 dropbox_files.desktop %{buildroot}%{_kde_services}/ServiceMenus/

mkdir -p %{buildroot}%{_kde_services}/ServiceMenus/dropbox-scripts/
install -m 755 dropbox-scripts/pyndexer.py %{buildroot}%{_kde_services}/ServiceMenus/dropbox-scripts/pyndexer.py
install -m 755 dropbox-scripts/dropbox.py %{buildroot}%{_kde_services}/ServiceMenus/dropbox-scripts/dropbox.py
install -m 755 dropbox-scripts/dropbox-notify.py %{buildroot}%{_kde_services}/ServiceMenus/dropbox-scripts/dropbox-notify.py
install -m 755 dropbox-scripts/dropbox_menu.sh %{buildroot}%{_kde_services}/ServiceMenus/dropbox-scripts/dropbox_menu.sh
install -m 755 dropbox-scripts/dropbox_menu_translations.sh %{buildroot}%{_kde_services}/ServiceMenus/dropbox-scripts/dropbox_menu_translations.sh


%changelog

* Fri Sep 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.16.1-4
- (33bc65c) Spec cleaup
- (33bc65c) Try to fix scripts



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10002 |14cu|drumstick-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libalsa %mklibname %{name}-alsa %{major}
%define libfile %mklibname %{name}-file %{major}
%define librt %mklibname %{name}-rt %{major}
%define devname %mklibname %{name} -d

Summary:	C++/Qt5 wrapper around the ALSA library sequencer interface
Name:		drumstick
Version:	1.0.2
Release:	1
License:	GPLv2+
Group:		Development/C++
Url:		http://drumstick.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/drumstick/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	pkgconfig(alsa) >= 1.0.0
BuildRequires:	pkgconfig(fluidsynth) >= 1.1.1
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Widgets)
# to build the manpages
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd-xml
BuildRequires:	doxygen >= 1.5.0
BuildRequires:	graphviz
BuildRequires:	xsltproc
# See INSTALL file
BuildRequires:	shared-mime-info >= 0.3.0

%description
The %{name} library is a C++ wrapper around the ALSA library sequencer
interface, using Qt5 objects, idioms and style. The ALSA sequencer
interface provides software support for MIDI technology on GNU/Linux.

%files
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_datadir}/mime/packages/drumstick.xml

#----------------------------------------------------------------------------

%package -n %{libalsa}
Summary:	Drumstick shared library
Group:		System/Libraries

%description -n %{libalsa}
Drumstick shared library.

%files -n %{libalsa}
%doc AUTHORS ChangeLog COPYING
%{_libdir}/lib%{name}-alsa.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libfile}
Summary:	Drumstick shared library
Group:		System/Libraries

%description -n %{libfile}
Drumstick shared library.

%files -n %{libfile}
%doc AUTHORS ChangeLog COPYING
%{_libdir}/lib%{name}-file.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{librt}
Summary:	Drumstick shared library
Group:		System/Libraries

%description -n %{librt}
Drumstick shared library.

%files -n %{librt}
%{_libdir}/lib%{name}-rt.so.%{major}*
%{_libdir}/%{name}/lib%{name}-rt-*.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libalsa} = %{EVRD}
Requires:	%{libfile} = %{EVRD}
Requires:	%{librt} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The %{name} library is a C++ wrapper around the ALSA library sequencer
interface, using Qt5 objects, idioms and style. This package contains
the files needed for build programs against %{name}.

%files -n %{devname}
%doc build/doc/html/*
%{_libdir}/libdrumstick-alsa.so
%{_libdir}/libdrumstick-file.so
%{_libdir}/libdrumstick-rt.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/drumstick/
%{_includedir}/drumstick.h

#----------------------------------------------------------------------------

%package examples
Summary:	Example programs for %{name}
Group:		Development/C++
Requires:	%{name} = %{EVRD}

%description examples
This package contains the test/example programs for %{name}.

%files examples
%{_bindir}/drumstick-*
%{_datadir}/applications/drumstick-*.desktop
%{_datadir}/icons/hicolor/*/apps/*
%{_mandir}/man1/%{name}-*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DCMAKE_BUILD_TYPE=Release
%make
# (gvm) Make also the doxygen docs for the library
%make doxygen

%install
%makeinstall_std -C build

%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2-1
- (ab9005b) New version 1.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10003 |14cu|drupal-7.56-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open source content management platform
Name:		drupal
Version:	7.56
Release:	1
License:	GPLv2+
Group:		Networking/WWW
Url:		http://www.drupal.org/
Source0:	http://ftp.osuosl.org/pub/drupal/files/projects/%{name}-%{version}.tar.gz
Patch0:		drupal-7.4-baseurl.patch
Patch1:		drupal-7.43-scripts-remove-shebang.patch
Patch2:		drupal-7.14-fc-fix-path-disclosure-vulnerability.patch
Patch3:		drupal-7.56-drupal-conf.patch
Requires:	apache
Requires:	apache-mod_php
Requires:	php-xml
Requires:	php-mbstring
Requires:	php-gd
Suggests:	drupal-database-storage
# Drupal fails to create initial config when php-suhosin is installed
Conflicts:	php-suhosin
BuildArch:	noarch

%description
Drupal is a free software package that allows an individual or a 
community of users to easily publish, manage and organize a wide variety 
of content on a website. Tens of thousands of people and organizations 
have used Drupal to power scores of different web sites, including

    * Community web portals
    * Discussion sites
    * Corporate web sites
    * Intranet applications
    * Personal web sites or blogs
    * Aficionado sites
    * E-commerce applications
    * Resource directories
    * Social Networking sites

%files
%defattr(0644,root,root,0755)
%doc *.txt
%dir %{_var}/www/drupal
%{_var}/www/drupal/*.php
%{_var}/www/drupal/*.txt
%{_var}/www/drupal/includes
%{_var}/www/drupal/misc
%{_var}/www/drupal/modules
%{_var}/www/drupal/profiles
%dir %{_var}/www/drupal/scripts
%attr(0755,root,root) %{_var}/www/drupal/scripts/*
%attr(0755,apache,apache) %{_var}/www/drupal/sites
%{_var}/www/drupal/themes
%attr(710,root,apache) %dir %{_sysconfdir}/drupal
%attr(640,root,apache) %config(noreplace) %{_sysconfdir}/drupal/robots.txt
%config(noreplace) %{_webappconfdir}/drupal.conf

#----------------------------------------------------------------------------

%package mysql
Summary:	mysql storage of drupal
Group:		Networking/WWW
Provides:	drupal-database-storage = %{EVRD}
Requires:	drupal = %{EVRD}
Requires:	php-pdo_mysql
Requires:	mysql
Obsoletes:	drupal-mysqli < %{EVRD}

%description mysql
This package provides virtual requries of using mysql as storage backend
for drupal.

%files mysql

#----------------------------------------------------------------------------

%package postgresql
Summary:	postgresql storage of drupal
Group:		Networking/WWW
Provides:	drupal-database-storage = %{EVRD}
Requires:	drupal = %{EVRD}
Requires:	php-pdo_pgsql
Requires:	postgresql

%description postgresql
This package provides virtual requries of using postgresql as storage backend
for drupal.

%files postgresql

#----------------------------------------------------------------------------

%package sqlite
Summary:	sqlite storage of drupal
Group:		Networking/WWW
Provides:	drupal-database-storage = %{EVRD}
Requires:	drupal = %{EVRD}
Requires:	php-pdo_sqlite

%description sqlite
This package provides virtual requries of using sqlite as storage backend
for drupal.

%files sqlite

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build

%install
mkdir -p %{buildroot}%{_var}/www/drupal
cp -a * %{buildroot}%{_var}/www/drupal

rm %{buildroot}%{_var}/www/drupal/*.txt %{buildroot}%{_var}/www/drupal/web.config

mkdir -p %{buildroot}%{_sysconfdir}/drupal
cat > %{buildroot}%{_sysconfdir}/drupal/robots.txt << EOF
User-agent: *
Disallow:   /
EOF
(cd %{buildroot}%{_var}/www/drupal && \
ln -s %{_sysconfdir}/drupal/robots.txt robots.txt)

mkdir -p %{buildroot}%{_webappconfdir}
cp .htaccess %{buildroot}%{_webappconfdir}/drupal.conf


%changelog

* Sun Jul 09 2017 Denis Silakov <denis.silakov@rosalab.ru> 7.56-1
- (2fa19a3) Updated to 7.56



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10004 |14cu|dspam-3.10.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 7
%define libname %mklibname dspam %{major}
%define devname %mklibname dspam -d

Summary:	A library and Mail Delivery Agent for Bayesian spam filtering
Name:		dspam
Version:	3.10.2
Release:	1
License:	AGPLv3+
Group:		System/Servers
Url:		http://dspam.sourceforge.net
Source0:	https://sourceforge.net/projects/dspam/files/dspam/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1:	dspam.cf
Source2:	dspam.cron
Source3:	dspam.sysconfig
Source4:	dspam.service
Source5:	dspam-tmpfiles.conf
Patch0:		dspam-modules.diff
BuildRequires:	autoconf2.5
BuildRequires:	libtool
BuildRequires:	mysql-devel
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(libpq)
Requires:	apache-mod_socache_shmcb
Requires:	clamav
Requires:	clamd
Suggests:	%{name}-backend-hash
Requires(post,preun):	rpm-helper
Requires(post,preun,postun):	systemd

%description
DSPAM (as in De-Spam) is an open-source project to create a new
kind of anti-spam mechanism, and is currently effective as both a
server-side agent for UNIX email servers and a developer's library
for mail clients, other anti-spam tools, and similar projects
requiring drop-in spam filtering.

The DSPAM agent masquerades as the email server's local delivery
agent and filters/learns spams using an advanced Bayesian
statistical approach (based on Baye's theorem of combined
probabilities) which provides an administratively
maintenance-free, easy-learning Anti-Spam service custom tailored
to each individual user's behavior. Advanced because on top of
standard Bayesian filtering is also incorporated the use of
Chained Tokens, de-obfuscation, and other enhancements. DSPAM
works great with Sendmail and Exim, and should work well with
any other MTA that supports an external local delivery agent
(postfix, qmail, etc.)

%files
%doc README* RELEASE.NOTES CHANGELOG txt/*.txt
%doc doc/courier.txt doc/exim.txt doc/markov.txt doc/pop3filter.txt
%doc doc/postfix.txt doc/qmail.txt doc/relay.txt doc/sendmail.txt
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/dspam.service
%attr(0755,root,root) %{_sysconfdir}/cron.daily/dspam
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/dspam.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/dspam
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/dspam
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/mail/spamassassin/dspam.cf
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/ld.so.conf.d/dspam.conf
%attr(0755,root,root) %{_bindir}/cssclean
%attr(0755,root,root) %{_bindir}/csscompress
%attr(0755,root,root) %{_bindir}/cssconvert
%attr(0755,root,root) %{_bindir}/cssstat
%attr(0755,root,mail) %{_bindir}/dspam_admin
%attr(0755,root,mail) %{_bindir}/dspam
%attr(0755,root,root) %{_bindir}/dspam_2sql
%attr(0755,root,root) %{_bindir}/dspam_clean
%attr(0755,root,root) %{_bindir}/dspam_crc
%attr(0755,root,root) %{_bindir}/dspamc
%attr(0755,root,root) %{_bindir}/dspam_dump
%attr(0755,root,root) %{_bindir}/dspam_logrotate
%attr(0755,root,root) %{_bindir}/dspam_merge
%attr(0755,root,root) %{_bindir}/dspam_stats
%attr(0755,root,root) %{_bindir}/dspam_train
%attr(0755,root,root) %{_bindir}/dspam_notify
%attr(0644,root,root) %{_mandir}/man1/dspam.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_clean.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_dump.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_merge.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_stats.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_train.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_admin.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_crc.1*
%attr(0644,root,root) %{_mandir}/man1/dspam_logrotate.1*
%attr(0644,root,root) %{_localstatedir}/www/icons/dspam.gif
%dir %attr(0750,root,mail) %{_localstatedir}/lib/dspam
%dir %attr(0750,root,mail) %{_localstatedir}/lib/dspam/data
%dir %attr(0750,root,mail) %{_localstatedir}/log/dspam
%ghost %dir %attr(0750,root,root) %{_localstatedir}/run/dspam
%dir %attr(0755,root,root) %{_datadir}/dspam

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%systemd_post dspam.service

%preun
%systemd_preun dspam.service

%postun
%systemd_postun_with_restart dspam.service

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library and Mail Delivery Agent for Bayesian spam filtering
Group:		System/Libraries

%description -n %{libname}
Shared library for DSPAM.

%files -n %{libname}
%{_libdir}/libdspam.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
DSPAM has had its core engine moved into a separate library,
libdspam. This library can be used by developers to provide
'drop-in' spam filtering for their mail client applications,
other anti-spam tools, or similar projects.

%files -n %{devname}
%attr(0755,root,root) %{_libdir}/libdspam.so
%{_includedir}/dspam
%attr(0644,root,root) %{_libdir}/pkgconfig/dspam.pc
%attr(0644,root,root) %{_mandir}/man3/*

#----------------------------------------------------------------------------

%package backend-hash
Summary:	The hash driver for DSPAM
Group:		System/Servers
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}dspam7 < 3.10.1-6

%description backend-hash
The hash driver for DSPAM. It's the default backend.

%files backend-hash
%attr(0755,root,root) %{_libdir}/dspam/libhash_drv.so

#----------------------------------------------------------------------------

%package backend-mysql
Summary:	The mysql driver for DSPAM
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description backend-mysql
The mysql driver for DSPAM.

%files backend-mysql
%doc doc/mysql_drv.txt
%attr(0755,root,root) %{_libdir}/dspam/libmysql_drv.so
%dir %attr(0755,root,root) %{_datadir}/dspam-mysql
%attr(0644,root,root) %{_datadir}/dspam-mysql/*

#----------------------------------------------------------------------------

%package backend-pgsql
Summary:	The pgsql driver for DSPAM
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description backend-pgsql
The pgsql driver for DSPAM.

%files backend-pgsql
%doc doc/pgsql_drv.txt
%attr(0755,root,root) %{_libdir}/dspam/libpgsql_drv.so
%attr(0755,root,root) %{_bindir}/dspam_pg2int8
%dir %attr(0755,root,root) %{_datadir}/dspam-pgsql
%attr(0644,root,root) %{_datadir}/dspam-pgsql/*

#----------------------------------------------------------------------------

%package backend-sqlite3
Summary:	The sqlite3 driver for DSPAM
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description backend-sqlite3
The sqlite3 driver for DSPAM.

%files backend-sqlite3
%doc doc/sqlite_drv.txt
%attr(0755,root,root) %{_libdir}/dspam/libsqlite3_drv.so
%{_datadir}/dspam-sqlite3

#----------------------------------------------------------------------------

%package cgi
Summary:	Web administration GUI for DSPAM
Group:		System/Servers
Requires:	apache
Requires:	%{name} = %{EVRD}

%description cgi
Web administration GUI for DSPAM.

%files cgi
%dir %attr(0755,root,root) %{_datadir}/dspam/cgi-bin
%dir %attr(0755,root,root) %{_datadir}/dspam/cgi-bin/templates
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/dspam.conf
%attr(0644,root,root) %config(noreplace) %{_datadir}/dspam/cgi-bin/default.prefs
%attr(0644,root,root) %config(noreplace) %{_datadir}/dspam/cgi-bin/admins
%attr(0644,root,root) %config(noreplace) %{_datadir}/dspam/cgi-bin/.htpasswd
%attr(0644,root,root) %{_datadir}/dspam/cgi-bin/*.txt
%attr(0644,root,root) %{_datadir}/dspam/cgi-bin/*.gif
%attr(0644,root,root) %{_datadir}/dspam/cgi-bin/*.css
%attr(0755,root,root) %{_datadir}/dspam/cgi-bin/*.cgi
%attr(0755,root,root) %{_datadir}/dspam/cgi-bin/*.pl
%attr(0644,root,root) %{_datadir}/dspam/cgi-bin/templates/*.html

%post cgi
systemctl try-restart httpd

%postun cgi
if [ "$1" = "0" ]; then
    systemctl try-restart httpd
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

# instead of maintaining patches...
find -type f -name "Makefile*" | xargs perl -pi -e "s|-static||g"

%build
export WANT_AUTOCONF_2_5=1
rm -f configure
autoreconf -fis
ln -snf %{_bindir}/libtool .

%configure2_5x \
	--disable-static \
	--enable-daemon \
	--enable-trusted-user-security \
	--enable-clamav \
	--enable-long-usernames \
	--enable-domain-scale \
	--enable-virtual-users \
	--with-dspam-home=%{_localstatedir}/lib/dspam \
	--with-logdir=%{_localstatedir}/log/dspam \
	--with-storage-driver=hash_drv,mysql_drv,pgsql_drv,sqlite3_drv \
	--with-mysql-includes=%{_includedir}/mysql \
	--with-mysql-libraries=%{_libdir} \
	--with-pgsql-includes=%{_includedir} \
	--with-pgsql-libraries=%{_libdir}

%install
# make some dirs
install -d %{buildroot}%{_includedir}/dspam
install -d %{buildroot}%{_sysconfdir}/mail/spamassassin
install -d %{buildroot}%{_sysconfdir}/cron.daily
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/ld.so.conf.d
install -d %{buildroot}%{_libdir}/dspam
install -d %{buildroot}%{_localstatedir}/lib/dspam/data
install -d %{buildroot}/var/log/dspam
install -d %{buildroot}/var/run/dspam
install -d %{buildroot}/var/www/icons
install -d %{buildroot}%{_datadir}/dspam/cgi-bin/templates
install -d %{buildroot}%{_datadir}/dspam-sqlite3
install -d %{buildroot}%{_datadir}/dspam-mysql
install -d %{buildroot}%{_datadir}/dspam-pgsql

%makeinstall_std

# install promo icon
install -m0644 webui/htdocs/dspam-logo-small.gif %{buildroot}/var/www/icons/dspam.gif

# install /etc stuff
install -m0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/cron.daily/dspam
install -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/dspam

# install systemd unit and tmpfiles config
install -D -m0644 %{SOURCE4} %{buildroot}%{_unitdir}/dspam.service
install -D -m0644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# install sql stuff
install -m0644 src/tools.sqlite_drv/*.sql %{buildroot}%{_datadir}/dspam-sqlite3/
install -m0644 src/tools.mysql_drv/*.sql %{buildroot}%{_datadir}/dspam-mysql/
install -m0644 src/tools.pgsql_drv/*.sql %{buildroot}%{_datadir}/dspam-pgsql/

# install the cgi stuff
install -m0755 webui/cgi-bin/*.cgi %{buildroot}%{_datadir}/dspam/cgi-bin/
install -m0755 webui/cgi-bin/configure.pl %{buildroot}%{_datadir}/dspam/cgi-bin/
install -m0644 webui/cgi-bin/*.txt %{buildroot}%{_datadir}/dspam/cgi-bin/
install -m0644 webui/cgi-bin/default.prefs %{buildroot}%{_datadir}/dspam/cgi-bin/
install -m0644 webui/cgi-bin/admins %{buildroot}%{_datadir}/dspam/cgi-bin/
install -m0644 webui/htdocs/*.css %{buildroot}%{_datadir}/dspam/cgi-bin/
install -m0644 webui/htdocs/*.gif %{buildroot}%{_datadir}/dspam/cgi-bin/
install -m0644 webui/cgi-bin/templates/*.html %{buildroot}%{_datadir}/dspam/cgi-bin/templates/

# fix webroot
perl -pi -e "s|\"\/\"\;|\"\/dspam\"\;|g" %{buildroot}%{_datadir}/dspam/cgi-bin/configure.pl

cat > dspam.apache2 << EOF

Alias /dspam %{_datadir}/dspam/cgi-bin

<Directory %{_datadir}/dspam/cgi-bin/>

    Options ExecCGI
    AllowOverride Limit AuthConfig
    DirectoryIndex dspam.cgi

    Require host 127.0.0.1

    AuthUserFile %{_datadir}/dspam/cgi-bin/.htpasswd
    AuthGroupFile /dev/null
    AuthName "Authorization required"
    AuthType Basic

    <Limit GET>
	require user root
	require user dspamadmin
    </Limit>

</Directory>
EOF
install -m0644 dspam.apache2 %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/dspam.conf
echo "dspamadmin:h7Sr5nPztyPjU" > %{buildroot}%{_datadir}/dspam/cgi-bin/.htpasswd
echo "dspamadmin" >> %{buildroot}%{_datadir}/dspam/cgi-bin/admins

cat > dspam.logrotate << EOF
/var/log/dspam/*.log {
    missingok
    monthly
    compress
    postrotate
	/bin/kill -HUP \`cat /var/run/dspam/dspam.pid 2> /dev/null\` || /bin/true
    endscript
}
EOF
install -m0644 dspam.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/dspam

# fix strange perms (strip cannot access setuid/sgid files...)
chmod 755 %{buildroot}%{_bindir}/*

# install spamassassin stuff
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/mail/spamassassin

# fix default config (patches won't apply here...)
perl -pi -e "s|^#ServerDomainSocketPath.*|ServerDomainSocketPath \"%{_localstatedir}/lib/dspam/dspam\.sock\"|g" %{buildroot}%{_sysconfdir}/dspam.conf
perl -pi -e "s|^#ClientHost.*|ClientHost \"%{_localstatedir}/lib/dspam/dspam\.sock\"|g" %{buildroot}%{_sysconfdir}/dspam.conf
perl -pi -e "s|^#ServerPID.*|ServerPID \"/var/run/dspam/dspam\.pid\"|g" %{buildroot}%{_sysconfdir}/dspam.conf
perl -pi -e "s|^#ServerMode.*|ServerMode dspam|g" %{buildroot}%{_sysconfdir}/dspam.conf

# fix strange perms
chmod 644 doc/*

# provide a  README.urpmi file
cat > README.urpmi << EOF

Due huge changes in the source an upgrade from 3.4.x to 3.6.x has to be done 
manually, please read these files:

%{_docdir}/%{name}-%{version}/RELEASE.NOTES
%{_docdir}/%{name}-%{version}/UPGRADING

The previous 3.4.x packages was specially handcrafted so that you could use each
driver and even toggle between them, or use them simultaneousely. This is not
nessesary anymore and that magic has therefore been removed.

The Berkley-DB backend driver has been removed as it is prone to give errors due 
lack of thread safety as outlined in the dspam documentation.

The amavis-new tailored package has been removed, it may reappear later on.

You will have to define a proper cron command to use for daily cleanups. Look
in the %{_sysconfdir}/sysconfig/dspam file for some examples.

For example when executing dspam with the mysql driver it is possible it will
complain that it cannot find a %{_localstatedir}/lib/dspam/mysql.data file. This
is for backward compatibility. Do not use this file, edit the %{_sysconfdir}/dspam.conf
file instead.

The dspam-cgi web interface is password protected and only accessable from 127.0.0.1,
login as dspamadmin (l/p=dspamadmin) and change this ASAP in the 
%{_datadir}/dspam/cgi-bin/.htpasswd file. Preferably you should use some other
authentication mechanish.
EOF

echo "%{_libdir}/dspam" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/dspam.conf

%changelog

* Mon Sep 05 2016 alzim <alzim@bk.ru> 3.10.2-1
- (891c214) Merge pull request #2 from import/dspam:rosa2016.1
- (891c214) Updated to 3.10.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10005 |14cu|dtdparser-1.21-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free

Name:           dtdparser
Version:        1.21
Release:        4
Epoch:          0
Summary:        A Java DTD Parser
License:        LGPL
Source0:        http://wutka.com/download/%{name}-%{version}.tgz
URL:            http://wutka.com/dtdparser.html
BuildRequires:  ant
BuildRequires:  locales-en
BuildRequires:  java-rpmbuild
Requires:       java
Requires:       jpackage-utils >= 0:1.6
Requires(postun): jpackage-utils >= 0:1.6 
Group:          Development/Java
BuildArch:      noarch

%description
DTD parsers for Java seem to be pretty scarce. That's probably because
DTD isn't valid XML. At some point, if/when XML Schema becomes widely
accepted, no one will need DTD parsers anymore. Until then, you can
use this library to parse a DTD.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils >= 0:1.6
Requires(postun): jpackage-utils >= 0:1.6 

%description javadoc
Javadoc for %{name}.

# -----------------------------------------------------------------------------

%prep
%setup -q
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;

# -----------------------------------------------------------------------------

%build
export LC_ALL=en_US.ISO-8859-1
%{ant} build createdoc

# -----------------------------------------------------------------------------

%install
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 dist/%{name}120.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr doc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# -----------------------------------------------------------------------------

%files
%defattr(0644,root,root,0755)
%doc CHANGES LICENSE README
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*

%changelog
* Thu Nov 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.21-4
+ Revision: e1bb697
- Drop gcj support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10006 |14cu|duckmarines-1.0c-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           duckmarines
Version:        1.0c
Release:        1
Summary:        Frantic couch multiplayer action
Group:          Games/Arcade
License:        zlib
Url:            http://tangramgames.dk/games/duckmarines
Source0:        https://github.com/SimonLarsen/duckmarines/archive/%{name}-%{version}.tar.gz
BuildRequires:  imagemagick
BuildRequires:  zip

Requires:       love >= 0.10
BuildArch:      noarch

%description
Duck Marines is a cross-platform free software PC remake of Sonic Team's
ChuChu Rocket.
Duck Marines attempts to recreate the magic from the local multiplayer
of ChuChu Rocket while adding new elements like mini games, a level editor,
colorful pixel art and more.

%files
%doc README.md LICENSE.md
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/%{name}.love
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
# data
zip -9 -r %{name}.love .
install -D -m644 %{name}.love %{buildroot}%{_gamesdatadir}/%{name}/%{name}.love

# wrapper
mkdir -p %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
#!/bin/sh
love %{_gamesdatadir}/%{name}/%{name}.love
EOF
chmod 0755 %{buildroot}%{_gamesbindir}/%{name}

# Desktop entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Duck Marines
GenericName=%{summary}
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size res/icons/vector.svg \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done


%changelog

* Mon Apr 24 2017 abfonly <abfonly@gmail.com> 1.0c-1
- (6fb7600) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10007 |14cu|dukto-6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dukto file transfer tool
Name:		dukto
Version:	6.0
Release:	3
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://msec.it/dukto
Source0:	%{name}-%{version}.tar.gz
Patch0:		dukto-qt5.6.patch
Patch1:		dukto-qt5.4.patch
Patch2:		dukto-6.0-desktop.patch
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Declarative)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Dukto is an easy file transfer tool designed for LAN use. You can use it
to transfer files from one PC to another, without worrying about users,
permissions, operating systems, protocols, clients, servers and so on...
Just start dukto on the two PCs and transfer files and folders by dragging
onto it's window.

%files
%{_bindir}/dukto
%{_datadir}/applications/dukto.desktop
%{_datadir}/pixmaps/dukto.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1

%build
%qmake_qt5 dukto.pro
%make

%install
install -D -m0755 dukto "%{buildroot}%{_bindir}/dukto"
install -D -m0644 dukto.png "%{buildroot}%{_datadir}/pixmaps/dukto.png"
desktop-file-install --dir "%{buildroot}%{_datadir}/applications" dukto.desktop


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.0-3
- (6902315) Add patch to fix build with Qt 5.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10008 |14cu|duma-2.5.15-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_version 2_5_15

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Detect Unintended Memory Access
Name:		duma
Version:	2.5.15
Release:	3
License:	GPLv2+
Group:		Development/Other
Url:		http://duma.sourceforge.net/
Source0:	http://dl.sf.net/duma/duma_%{real_version}.tar.gz
Patch0:		duma_2_5_15-soname.patch
Patch1:		duma_2_5_15-fopen.patch

%description
DUMA (Detect Unintended Memory Access) stops your program on the exact
instruction that overruns (or underruns) a malloc() memory buffer. GDB
will then display the source-code line that causes the bug. It works by
using the virtual-memory hardware to create a red-zone at the border of
each buffer: touch that, and your program stops. It can catch formerly
impossible-to-catch overrun bugs. DUMA is a fork of Bruce Perens'
Electric Fence library.

%files
%doc TODO README.txt
%{_bindir}/duma
%{_mandir}/man3/duma.3*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 2.5.15-3

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libduma.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files, libraries and development documentation for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 2.5.15-3
Obsoletes:	%{name}-devel < 2.5.15-3

%description -n %{devname}
This package contains the header files, static libraries and development
documentation for %{name}.

%files -n %{devname}
%{_includedir}/duma*.h
%{_includedir}/noduma.h
%{_libdir}/libduma.so

#----------------------------------------------------------------------------

%prep
%setup -qn duma_%{real_version}
%patch0 -p1
%patch1 -p1

%build
# duma doesn't build with _smp_mflags
%__make CFLAGS="%{optflags}" CPPFLAGS="%{optflags}" 

%install
install -d -m0755 %{buildroot}%{_bindir}
install -d -m0755 %{buildroot}%{_mandir}/man3/
install -d -m0755 %{buildroot}%{_libdir}

%makeinstall \
	BIN_INSTALL_DIR="%{buildroot}%{_bindir}" \
	LIB_INSTALL_DIR="%{buildroot}%{_libdir}" \
	MAN_INSTALL_DIR="%{buildroot}%{_mandir}/man3/"

rm -r %{buildroot}/%{_libdir}/libduma.a
rm -r %{buildroot}/%{_docdir}/duma/README.txt


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.15-3
- (73ea689) Package library and development files accoring to packaging policies
- (73ea689) Fix library soname
- (73ea689) Build with system optflags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10009 |14cu|dunelegacy-0.96.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open-source Dune II engine
Name:		dunelegacy
Version:	0.96.4
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://dunelegacy.sourceforge.net/
Source0:	http://www.myway.de/richieland/%{name}-%{version}-src.tar.bz2
Patch0:		dunelegacy-0.96.4-optflags.patch
BuildRequires:	desktop-file-utils
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_mixer)

%description
Lead one of three interplanetary houses, Atreides, Harkonnen or Ordos,
in an attempt to harvest the largest amount of spice from the sand
dunes. Exchange your spice stockpiles for credits through refinement
and build an army capable of thwarting attempts of the other houses to
stop your harvesting!

Dune Legacy is an effort by a handful of developers to revitalize the
first-ever real-time strategy game. The original game was the basis
for the hugely successful Command and Conquer series, and the game-play
has been replicated an extended to a wide variety of story-lines and
series.

NOTE: Original Dune 2 game files are needed.

%files
%doc README ToDo.txt ChangeLog
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
sed -i s,"#!/usr/bin/env xdg-open",,g %{name}.desktop
sed -i 's/\r//' ToDo.txt
# clean
rm -fr debian
rm -fr MacOSX

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std
# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
# icons
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 %{name}-128x128.png %{buildroot}%{_datadir}/pixmaps/%{name}.png


%changelog

* Fri Feb 24 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.96.4-1
- (094efea) New version 0.96.4
- (094efea) Switch to SDL2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10010 |14cu|duperemove-0.10-0.beta4.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tar_version 0.10.beta4
%define samename btrfs-extent-same

Name:           duperemove
Version:        0.10
Release:        0.beta4.1
Summary:        Software to find duplicate extents in files and remove them
License:        GPLv2
Group:          System/Kernel and hardware
Url:            https://github.com/markfasheh/duperemove
Source:         https://github.com/markfasheh/%{name}/archive/v%{tar_version}.tar.gz
BuildRequires:  gcc-c++
BuildRequires:  glib2-devel
BuildRequires:  sqlite3-devel

%description
Duperemove finds duplicate extents in files and prints them to the
console. It also has the option to remove duplicates on those file
systems which support the btrfs-extent-same ioctl.

%package -n %{samename}
Summary:        Debug/Test tool to exercise the btrfs out-of-band deduplication ioctl
Group:          System/Kernel and hardware

%description -n %{samename}
Debug/Test tool to exercise a btrfs ioctl for deduplicating file regions.

%prep
%setup -q -n %{name}-%{tar_version}
# Set the destdir / prefix
sed -i \
    -e 's:DESTDIR =:DESTDIR ?=:g' \
    -e 's:%{_prefix}/local:/usr:g' \
    Makefile

%build
%make

%install
%make_install

%files -n %{samename}
%{_sbindir}/%{samename}
%{_mandir}/man?/%{samename}.8.*

%files
%doc LICENSE README.md FAQ.md
%{_sbindir}/duperemove
%{_sbindir}/hashstats
%{_sbindir}/show-shared-extents
%{_mandir}/man?/%{name}.8.*
%{_mandir}/man?/hashstats.8.*
%{_mandir}/man?/show-shared-extents.8.*

%changelog

* Wed Aug 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.10-0.beta4.1
- (274d3c8) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10011 |14cu|dustrac-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname DustRacing2D

Summary:	A nice 2D racing game and a level editor written in Qt and OpenGL
Name:		dustrac
Version:	1.12.0
Release:	1
License:	GPLv3+
Group:		Games/Sports
Url:		http://juzzlin.github.io/DustRacing2D/
Source0:	https://github.com/juzzlin/DustRacing2D/archive/%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	appstream-util
BuildRequires:	desktop-file-utils

%description
Dust Racing (Dustrac) is a tile-based, cross-platform 2D racing game
written in Qt (C++) and OpenGL. Dust Racing comes with a Qt-based level
editor for easy level creation. A custom engine, MiniCore, is used for
physics modeling. Dust Racing 2D is inspired by Super Cars and
Slicks'n Slide.

%files
%{_gamesbindir}/%{name}-editor
%{_gamesbindir}/%{name}-game
%{_gamesdatadir}/%{name}/
%{_datadir}/applications/%{name}*.desktop
%{_defaultdocdir}/%{name}/
%{_iconsdir}/hicolor/64x64/apps/%{name}*.png
%{_appdatadir}/*.appdata.xml
#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}


%build
%cmake_qt5 \
	-DReleaseBuild=1 \
	-DBUILD_SHARED_LIBS=OFF \
	-DBIN_PATH=%{_gamesbindir} \
	-DDATA_PATH=%{_gamesdatadir}/%{name} \
	-DDOC_PATH=%{_defaultdocdir}/%{name}
%make

%install
%makeinstall_std -C build

# Hicolor is sufficient
rm -rf %{buildroot}%{_datadir}/pixmaps

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}*.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml  



%changelog

* Sat Apr 15 2017 abfonly <abfonly@gmail.com> 1.12.0-1
- (60b657c) Log: Update to 1.12.0
- (60b657c) new url and source location
- (60b657c) add appdata.xml file
- (60b657c) checked desktops and appdata



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10012 |14cu|dvdstyler-3.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname DVDStyler

Summary:	DVD authoring application
Name:		dvdstyler
Version:	3.0.2
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Video
Url:		http://www.dvdstyler.org
Source0:	http://sourceforge.net/projects/dvdstyler/files/%{name}/%{version}/%{oname}-%{version}.tar.bz2
#Patch0:	dvdstyler-make-desktopfile-valid.patch
BuildRequires:	bison
BuildRequires:	desktop-file-utils
BuildRequires:	dvd+rw-tools
BuildRequires:	dvdauthor >= 0.7.0
BuildRequires:	mkisofs
BuildRequires:	ffmpeg
BuildRequires:	flex
BuildRequires:	gettext
BuildRequires:	imagemagick
BuildRequires:	netpbm
BuildRequires:	zip
BuildRequires:	xmlto
BuildRequires:	ffmpeg-devel
BuildRequires:	wxgtku3.0-devel
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libwxsvg) >= 1.3
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(dbus-1)
Requires:	dvdauthor
Requires:	mjpegtools
Requires:	dvd+rw-tools
Requires:	mkisofs

%description
DVDstyler is a DVD authoring program. The main DVDStyler features are:
    * you can drag and drop MPEG files directly
    * you can import image file for background
    * you can create NTSC/PAL menu
    * you can place text and images anywhere on the menu screen
    * you can change font/color
    * you can put basic text buttons, change font/color and background color
    * you can set chapters for each movie
    * you can change post command for each movie.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
#patch0 -p0

# fix desktop file - fixed upstream
#sed -i -e 's,%%{name}.png,%%{name},g' data/%%{name}.desktop

# not utf-8 file
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog


%build
chmod +x ./autogen.sh ./configure
./autogen.sh
%configure2_5x	--with-wx-config="%{_bindir}/wx-config"
%make


%install
%makeinstall_std
# we'll install this in %%files section
rm -fr %{buildroot}%{_docdir}

# Fix desktop file
desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications \
	--remove-key='Version' \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

# icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert -size 48x48 src/rc/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -size 32x32 src/rc/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -size 16x16 src/rc/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# remove duplicate files
rm -rf %{buildroot}%{_libdir}/share/doc/dvdstyler/

# es_ar language missing in rosa lang tree, to be seen later
# for now we got to live with "E: invalid-lc-messages-dir"
# I'd like to avoid rpmlintrc usage.
# If someone have a fix please push it.
# FIXME: (gvm) Perhaps could we simply remove the offending language files,
# until the lang tree will be updated to provide the needed support?
rm -rf %{buildroot}%{_datadir}/locale/es_ar

%find_lang %{name}

%changelog

* Wed Sep 07 2016 alzim <alzim@bk.ru> 1:3.0.2-1
- (2c02298) Merge pull request #5 from import/dvdstyler:rosa2016.1
- (2c02298) Updated --with-wx-config



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10013 |14cu|dvorak7min-1.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Typing tutor for dvorak keyboards
Name:		dvorak7min
Version:	1.6.1
Release:	3
License:	GPLv2+
Group:		Games/Other
Url:		https://packages.debian.org/unstable/games/dvorak7min
Source0:	dvorak7min_1.6.1.orig.tar.gz
# debian patch
Patch0:		dvorak7min_1.6.1-9.diff.gz
BuildRequires:	pkgconfig(ncurses)

%description
dvorak7min is a typing tutor to help you learn dvorak.

%files
%doc ChangeLog COPYING README
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make PROF="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
cp -p %{name} %{buildroot}%{_bindir}


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.1-3
- (8e586ee) Build with system optflags to fix debug package
- (8e586ee) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10014 |14cu|dvtm-0.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dvtm
Version:	0.15
Release:	1
Summary:	Tiling window management for the console
License:	MIT
Group:		Terminals
URL:		http://www.brain-dump.org/projects/dvtm/
Source0:	http://www.brain-dump.org/projects/dvtm/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
Patch0:         %{name}-debug-fix.patch
Suggests:	abduco >= 0.3

%description
dvtm brings the concept of tiling window management, popularized by
X11-window managers like dwm to the console. As a console window manager
it tries to make it easy to work with multiple console based programs
like vim, mutt, cmus or irssi.

%prep
%setup -q
%patch0 -p1

%build
sed -i 's/PREFIX.*local*/PREFIX\ =\ \/usr\//' config.mk
%make

%install
%makeinstall_std

%files
%doc README.* LICENSE
%{_bindir}/%{name}
%{_bindir}/%{name}-status
%{_mandir}/man1/%{name}.1*
%{_datadir}/terminfo/d/dvtm-256color
%{_datadir}/terminfo/d/dvtm




%changelog

* Thu Jun 30 2016 abfonly <abfonly@gmail.com> 0.15-1
- (dec271c) Log: Update to 0.15
- (dec271c) fixed debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10015 |14cu|dwm-6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A minimalist window manager for the X Window System
Name:		dwm
Version:	6.1
Release:	1
License:	MIT
Group:		Graphical desktop/Other
Url:		http://dwm.suckless.org
Source0:	http://dl.suckless.org/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}.png
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:  pkgconfig(xft)
Requires:	dwm-tools
Requires:	xmessage
Requires:	xterm

%description
dwm is a dynamic window manager for X.

It manages windows in tiled and floating layouts. Either layout can be applied
dynamically, optimizing the environment for the application in use and the
task performed. It is the little brother of wmii.

%files
%defattr(-,root,root,755)
%doc LICENSE README
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/40%{name}
%{_bindir}/%{name}
%{_bindir}/start%{name}
%{_mandir}/man1/dwm.1*
%{_datadir}/icons/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make CC="gcc %{optflags} %{ldflags}"

%install
%makeinstall_std DESTDIR=%{buildroot} PREFIX=%{_prefix}

# startfile
cat > %{buildroot}%{_bindir}/start%{name} << EOF
#!/bin/sh
exec %{_bindir}/%{name}
EOF

chmod 755 %{buildroot}%{_bindir}/start%{name}

# session file
install -d %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/40%{name} << EOF
NAME=%{name}
EXEC=%{_bindir}/start%{name}
DESC=%{name} window manager
SCRIPT:
exec %{_bindir}/start%{name}
EOF

mkdir -p %{buildroot}%{_datadir}/icons/
cp -f %{SOURCE1} %{buildroot}%{_datadir}/icons/


%changelog

* Fri Jun 17 2016 abondrov <andrey.bondrov@rosalab.ru> 6.1-1
- (7c85276) Merge pull request #1 from tremod/dwm:rosa2014.1
- (7c85276) Update to 6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10016 |14cu|dwm-tools-32-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define dmenu_version 4.6
%define lsw_version 0.3
%define slock_version 1.3
%define sselp_version 0.2
%define ssid_version 0.1
%define swarp_version 0.1
%define tabbed_version 0.6
%define wmname_version 0.1

Summary:	Dwm Window Manager Tools
Name:		dwm-tools
Version:	32
Release:	6
License:	MIT
Group:		Graphical desktop/Other
Url:		http://www.suckless.org
Source0:	%{name}-%{version}.tar.bz2
Patch0:		dmenu-4.6-freetype2-include.patch
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
Provides:	dmenu = %{dmenu_version}
Provides:	lsw = %{lsw_version}
Provides:	slock = %{slock_version}
Provides:	sselp = %{sselp_version}
Provides:	ssid = %{ssid_version}
Provides:	swarp = %{swarp_version}
Provides:	tabbed = %{tabbed_version}
Provides:	wmname = %{wmname_version}

%description
Dwm tools is a set of tools for some WM such as wmii, dwm, etc.

%files
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/man/man*/*

#----------------------------------------------------------------------------

%prep
%setup -q
for tarballs in dmenu-%{dmenu_version}.tar.gz lsw-%{lsw_version}.tar.gz slock-%{slock_version}.tar.gz sselp-%{sselp_version}.tar.gz ssid-%{ssid_version}.tar.gz swarp-%{swarp_version}.tar.gz tabbed-%{tabbed_version}.tar.gz wmname-%{wmname_version}.tar.gz; \
do \
   tar xf $tarballs; \
done
%patch0 -p1

%build
for dwmtools in dmenu-%{dmenu_version} lsw-%{lsw_version} slock-%{slock_version} sselp-%{sselp_version} ssid-%{ssid_version} swarp-%{swarp_version} tabbed-%{tabbed_version} wmname-%{wmname_version}; \
do \
   make -C $dwmtools PREFIX=%{_prefix}; \
done

%install
for dwmtools in dmenu-%{dmenu_version} lsw-%{lsw_version} slock-%{slock_version} sselp-%{sselp_version} ssid-%{ssid_version} swarp-%{swarp_version} tabbed-%{tabbed_version} wmname-%{wmname_version}; \
do \
   make -C $dwmtools install DESTDIR=%{buildroot} PREFIX=%{_prefix}; \
done

%changelog

* Mon Jun 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 32-6
- (1656365) Build requires pkgconfig(xrandr)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10017 |14cu|dynamips-0.2.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pre	0
%define	rel	2

Summary:	MIPS64 emulator able to emulate the Cisco 7200 and 3600 platforms
Name:		dynamips
Version:	0.2.16
%if %{pre}
Release:	%mkrel %{?pre:0.%pre.}%{rel}
%else
Release:	%{rel}
%endif
License:	GPLv2+
Group:		Emulators
URL:		https://github.com/GNS3/dynamips
Source0:	https://github.com/GNS3/dynamips/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
#Patch0:	dynamips-makefile-libs.patch
BuildRequires:	cmake
BuildRequires:	libpcap-devel
BuildRequires:	elfutils-devel
BuildRequires:	pkgconfig(uuid)
ExclusiveArch:	%ix86 x86_64

%description
I started in August 2005 a project to emulate a Cisco 7200 on a traditional
PC. Now, it also supports Cisco 3600 series (3620, 3640 and 3660).
The goals of this emulator are mainly:
  * To be used as a training platform, with software used in real world. It
    would allow people to become more familiar with Cisco devices, Cisco
    being the world leader in networking technologies.
  * Test and experiment the numerous and powerful features of Cisco IOS.
  * Check quickly configurations to be deployed later on real routers.
Of course, this emulator cannot replace a real router: you should be able to
get a performance of about 1 kpps (depending on your host machine), to be
compared to the 100 kpps delivered by a NPE-100 (the oldest NPE model). So, it
is simply a complementary tool to real labs for administrators of Cisco
networks or people wanting to pass their CCNA/CCNP/CCIE exams. 

%files
%doc ChangeLog COPYING README.hypervisor RELEASE-NOTES TODO
%doc %{_mandir}/man1/*
%{_bindir}/*
%dir /var/lib/%{name}/images
%dir /var/lib/%{name}/labs
%{_mandir}/man7/hypervisor_mode.*

#-----------------------------------------------------------------------------

%prep
%if %{pre}
%setup -q %{?pre:-n %{name}-%{version}-%{pre}}
%else
%setup -q
%endif
#patch -p1 -b .orig

%build
%ifarch x86_64
export DYNAMIPS_ARCH=amd64
%endif
%cmake
%make

%install
%makeinstall_std -C build
chmod u+s %{buildroot}/usr/bin/dynamips
# Still needed?
mkdir -p %{buildroot}/var/lib/%{name}/{labs,images}

%changelog

* Mon Oct 10 2016 Denis Silakov <dsilakov@gmail.com> 0.2.16-2
- (77db51c) Add suid for the dynamips binary



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10018 |14cu|dynare-4.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Software platform for handling a wide class of economic models
Name:		dynare
Version:	4.4.3
Release:	1
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://www.dynare.org/
# http://www.dynare.org/download/dynare-stable/dynare-source
Source0:	%{name}-%{version}.tar.xz
Patch0:		dynare-4.4.3-umfpack.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	boost-devel
BuildRequires:	octave-devel
BuildRequires:	umfpack-devel
BuildRequires:	pkgconfig(blas)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(matio)

%description
Dynare is a software platform for handling a wide class of economic models, in
particular dynamic stochastic general equilibrium (DSGE) and overlapping
generations (OLG) models. The models solved by Dynare include those relying on
the rational expectations hypothesis, wherein agents form their expectations
about the future in a way consistent with the model. But Dynare is also able
to handle models where expectations are formed differently: on one extreme,
models where agents perfectly anticipate the future; on the other extreme,
models where agents have limited rationality or imperfect knowledge of the
state of the economy and, hence, form their expectations through a learning
process. In terms of types of agents, models solved by Dynare can incorporate
consumers, productive firms, governments, monetary authorities, investors and
financial intermediaries. Some degree of heterogeneity can be achieved by
including several distinct classes of agents in each of the aforementioned
agent categories.

%files
%{_bindir}/dynare++
%dir %{_libdir}/dynare/
%{_libdir}/dynare/*
%{_infodir}/*.info*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--disable-matlab \
	--enable-octave
%make

%install
%makeinstall_std


%changelog
* Tue Oct 14 2014 Rosa <rosa@abf.rosalinux.ru> 4.4.3-1
+ Revision: 1294514
- Automatic import for version 4.4.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10019 |14cu|e00compr-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools to Read/Write Compressed E00 Files
Name:		e00compr
Version:	1.0.1
Release:	4
License:	BSD-like
Group:		Sciences/Geosciences
Url:		http://avce00.maptools.org/e00compr
Source0:	http://avce00.maptools.org/dl/%{name}-%{version}.tar.bz2

%description
E00Compr is an Open Source (i.e. Free!) ANSI-C library to compress and
uncompress Arc/Info Export (E00) files.

For those who do not need a library but simply want to convert some files, the
package includes the "E00CONV" conversion program that allows you to convert a
E00 file to and from any compression level (NONE, PARTIAL or FULL).

%files
%{_bindir}/e00conv

#----------------------------------------------------------------------------

%package devel
Summary:	A Library to Read/Write Compressed E00 Files
Group:		Development/Other

%description devel
E00Compr is an Open Source (i.e. Free!) ANSI-C library to compress and
uncompress Arc/Info Export (E00) files.

The C library can be easily plugged into existing E00 translators to add
support for compressed E00 files simply by replacing the existing translator's
read/write function by the E00ReadNextLine() and E00WriteNextLine() functions
provided by the library. See the library documentation for all the details.

This package includes the development files (headers and static library)
for developing applications which use the e00 library.

%files devel
%{_includedir}/*.h
%{_libdir}/e00compr.a

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
install -d %{buildroot}/{%{_includedir},%{_bindir},%{_libdir}}
install -m644 *.h %{buildroot}/%{_includedir}
install *.a %{buildroot}/%{_libdir}
install -m755 e00conv %{buildroot}/%{_bindir}


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-4
- (7eb2fbc) Build with system optflags to fix debug package
- (7eb2fbc) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10020 |14cu|e-0.21.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define use_ccache 1
%define oname enlightenment

%define _disable_ld_no_undefined 1

Summary:	Enlightenment DR 17 window manager
Name:		e
Version:	0.21.5
Release:	1
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/apps/%{oname}/%{oname}-%{version}.tar.xz
# When we have it:
#Source1:	some-theme.edj.bz2
Patch0:		e17_sysactions.conf.patch

BuildRequires:	doxygen
BuildRequires:	edje
BuildRequires:	eet
BuildRequires:	embryo
BuildRequires:	multiarch-utils
BuildRequires:	systemd-units
BuildRequires:	gettext-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(ecore) >= 1.18.2
BuildRequires:	pkgconfig(ecore-con) >= 1.18.2
BuildRequires:	pkgconfig(ecore-evas) >= 1.18.2
BuildRequires:	pkgconfig(ecore-file) >= 1.18.2
BuildRequires:	pkgconfig(ecore-input) >= 1.18.2
BuildRequires:	pkgconfig(ecore-input-evas) >= 1.18.2
BuildRequires:	pkgconfig(ecore-ipc) >= 1.18.2
BuildRequires:	pkgconfig(ecore-x) >= 1.18.2
BuildRequires:	pkgconfig(edje) >= 1.18.2
BuildRequires:	pkgconfig(eet) >= 1.18.2
BuildRequires:	pkgconfig(eeze) >= 1.18.2
BuildRequires:	pkgconfig(efreet) >= 1.18.2
BuildRequires:	pkgconfig(efreet-mime) >= 1.18.2
BuildRequires:	pkgconfig(efreet-trash) >= 1.18.2
BuildRequires:	pkgconfig(eina) >= 1.18.2
BuildRequires:	pkgconfig(eio) >= 1.18.2
BuildRequires:	pkgconfig(eldbus) >= 1.18.2
BuildRequires:	pkgconfig(elementary) >= 1.18.2
BuildRequires:	pkgconfig(ephysics)
BuildRequires:	pkgconfig(ethumb)
BuildRequires:	pkgconfig(evas) >= 1.18.2
BuildRequires:	pkgconfig(exchange)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-shape)

#Requires:	acpitool
Requires:	pm-utils
Requires:	eet >= 1.18.2
Requires:	ecore >= 1.18.2
Requires:	efreet >= 1.18.2
Requires:	embryo >= 1.18.2
Requires:	emotion >= 1.18.2
Requires:	eldbus >= 1.18.2
Requires:	evas >= 1.18.2
#Suggests:	econnman

Obsoletes:      emotion_generic_players
Obsoletes:      evas_generic_loaders

Provides:	%{oname} = %{EVRD}

%description
E19 is a next generation window manager for UNIX operating systems. Based on
the Enlightenment Foundation Libraries (EFL), E19 is much more than just
another window manager - it's an ambitious and innovative project that aims
to drive the development of graphical applications industry-wide for several
years to come.

%files -f %{oname}.lang
%doc AUTHORS README COPYING doc/*
%config(noreplace) %{_sysconfdir}/%{oname}/sysactions.conf
%{_sysconfdir}/xdg/menus/e-applications.menu
%{_bindir}/%{oname}
%{_bindir}/%{oname}_*
%{_bindir}/emixer
%{_datadir}/%{oname}
%{_datadir}/applications/emixer.desktop
%{_datadir}/applications/enlightenment_filemanager.desktop
%{_datadir}/pixmaps/emixer.png
%{_datadir}/xsessions/%{oname}.desktop
%{_libdir}/%{oname}
%{_unitdir}/enlightenment.service

#----------------------------------------------------------------------------

%package devel
Summary:	Enlightenment library headers and development libraries
Group:		Development/C

%description devel
E19 development headers and development libraries.

%files devel
%{_bindir}/%{oname}-config
%{multiarch_bindir}/%{oname}-config
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{oname}

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches

sed -i s,release_info=\"-release\ \$release\",release_info=\"\",g configure.ac

%build
autoreconf -fiv
%configure2_5x \
	--enable-files \
	--disable-device-hal \
	--enable-device-udev \
        --enable-mount-udisks

%make

%install
%makeinstall_std

%find_lang %{oname}

# Put systemd service to proper path
mkdir -p %{buildroot}%{_unitdir}/
mv %{buildroot}%{_prefix}/lib/systemd/user/enlightenment.service %{buildroot}%{_unitdir}/enlightenment.service

#fake e-config
touch %{buildroot}/%{_bindir}/%{oname}-config
%multiarch_binaries %{buildroot}/%{_bindir}/%{oname}-config

#fix bad perms
chmod a=rx,u+xws %{buildroot}%{_libdir}/%{oname}/modules/cpufreq/linux-*/freqset
chmod a=rx,u+xws %{buildroot}%{_libdir}/%{oname}/utils/enlightenment_sys
chmod a=rx,u+xws %{buildroot}%{_libdir}/%{oname}/utils/enlightenment_backlight

# When we have our own theme
# rename default theme, so we can replace it with our theme
#mv %{buildroot}%{_datadir}/enlightenment/data/themes/default.edj %{buildroot}%{_datadir}/enlightenment/data/themes/original-default.edj
# add our theme as default
#bzcat %{SOURCE1} > %{buildroot}%{_datadir}/enlightenment/data/themes/default.edj



%changelog

* Fri Dec 16 2016 tremod <negry.m@yandex.ru> 0.21.5-1
- (e84a67f) Update to 0.21.5

* Thu Nov 10 2016 tremod <negry.m@yandex.ru> 0.21.3-2
- (70ed268) Enable mount with udisks

* Mon Nov 07 2016 tremod <negry.m@yandex.ru> 0.21.3-1
- (aa14fca) Update to 0.21.3

* Thu Jun 16 2016 tremod <negry.m@yandex.ru> 0.20.9-1
- (3146228) Update to 0.20.9

* Thu Mar 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20.5-1
- (89f44ef) Update files (add emixer parts)
- (Andrey Bondrov: 0ee4dd7) New version 0.20.5

* Thu Jul 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.19.5-1
- (d7bef4b) Updated to 0.19.5

* Wed Jan 21 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.19.3-1
- (7ed4a97) New version 0.19.3

* Mon Oct 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.19.1-1
- (7ae8985) New version 0.19.1

* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.19.0-1
- (b9574e6) New version 0.19.0

* Tue Sep 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.19.0-0.rc3.1
- (c43a569) Fix files
- (Andrey Bondrov: 4d9cce7) Fix systemd service name, switch to /usr/share/xsessions for session file
- (Andrey Bondrov: f69e0fc) New version 0.19.0 rc3

* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.18.8-1
- (4e2668e) New version 0.18.8, re-diff conf patch

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17.5-2
- (3e06422) MassBuild#464: Increase release tag

* Fri Nov 08 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.5-1
- (83c3175) LOG New version 0.17.5

* Sun Oct 20 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.4-2
- (088d321) LOG Add patch to fix startup issues with splash image enabled

* Wed Jul 31 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.4-1
- (589a7f5) LOG New version 0.17.4

* Wed May 15 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.3-1
- (a831a41) LOG New version 0.17.3

* Wed Apr 10 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.2.1-1
- (5fcc949) LOG New version 0.17.2.1

* Mon Feb 04 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.1-1
- (454b548) LOG New version 0.17.1

* Sat Dec 22 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.0-1
- (daff620) LOG Update to 0.17.0 final

* Tue Dec 18 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.0-0.lucky.1
- (8191032) LOG New version 0.17.0 lucky

* Fri Dec 14 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.0-0.gamma.1
- (0728382) LOG New version 0.17.0 gamma, don't suggest econnman for now

* Fri Dec 14 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.0-0.alpha8.1
- (5684078) LOG Update BuildRequires
- (Andrey Bondrov: 545192a) LOG New version 0.17.0 alpha8

* Tue Nov 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.0-0.alpha.1
- (88d321f) LOG New version 0.17.0-alpha

* Thu Nov 01 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.16.999.76819-1
- (95a218b) LOG Update BuildRequires
- (Andrey Bondrov: 677f1df) LOG Build with ephysics support, require evas_generic_loaders

* Wed Oct 10 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.16.999.76819-0.1
- (361557e) LOG New version 0.16.999.76819



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10021 |14cu|e2tools-0.0.16-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           e2tools
Version:        0.0.16
Release:        12
Summary:        Manipulate files in unmounted ext2/ext3 filesystems

Group:          System/Kernel and hardware
License:        GPLv2
URL:            http://home.earthlink.net/~k_sheff/sw/e2tools/
Source0:        http://home.earthlink.net/~k_sheff/sw/e2tools/%{name}-%{version}.tar.gz
Source1:        e2tools-test.sh
# Thank you very much for the man pages from Debian package.
Source2:        e2cp.1
Source3:        e2ln.1
Source4:        e2ls.1
Source5:        e2mkdir.1
Source6:        e2mv.1
Source7:        e2rm.1
Source8:        e2tail.1
Source9:        e2tools.7
Patch1:         e2tools-fedora-fixes.patch

BuildRequires:  pkgconfig(ext2fs) >= 1.27

# For e2tools-test.sh
BuildRequires:  e2fsprogs, diffutils


%description
A simple set of utilities to read, write, and manipulate files in an
ext2/ext3 filesystem directly using the ext2fs library. This works

  - without root access
  - without the filesystem being mounted
  - without kernel ext2/ext3 support

The utilities are: e2cp e2ln e2ls e2mkdir e2mv e2rm e2tail

%prep
%setup -q
%patch1 -p1

%build
sed -i '/e2cp_LDADD/s:-L@[^@]*@::' Makefile.in || die

%configure
%make  CPPFLAGS="-Wall"


%check
# Run tests
for e in e2ln e2ls e2mkdir e2mv e2rm e2tail; do
    ln -s e2cp $e
done
sh %{SOURCE1}


%install
%makeinstall_std
%{__install} -d %{buildroot}%{_mandir}/man1/
%{__install} \
    %{SOURCE2} \
    %{SOURCE3} \
    %{SOURCE4} \
    %{SOURCE5} \
    %{SOURCE6} \
    %{SOURCE7} \
    %{SOURCE8} \
    %{buildroot}%{_mandir}/man1/
%{__install} -D %{SOURCE9} %{buildroot}%{_mandir}/man7/e2tools.7


%files
%doc README ChangeLog TODO AUTHORS
%{_bindir}/e2cp
%{_bindir}/e2ln
%{_bindir}/e2ls
%{_bindir}/e2mkdir
%{_bindir}/e2mv
%{_bindir}/e2rm
%{_bindir}/e2tail
%doc %{_mandir}/man1/e2cp.1*
%doc %{_mandir}/man1/e2ln.1*
%doc %{_mandir}/man1/e2ls.1*
%doc %{_mandir}/man1/e2mkdir.1*
%doc %{_mandir}/man1/e2mv.1*
%doc %{_mandir}/man1/e2rm.1*
%doc %{_mandir}/man1/e2tail.1*
%doc %{_mandir}/man7/e2tools.7*

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.0.16-12
- (65382f1) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10022 |14cu|e4rat-0.2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name}-core %{major}

Summary:	Toolset to accelerate the boot process as well as application startups
Name:		e4rat
Version:	0.2.3
Release:	4
License:	GPLv3+
Group:		System/Configuration/Boot and Init
Url:		http://e4rat.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/dracut/%{name}_%{version}_src.tar.gz
Patch1:		e4rat-0.2.2-libdir.patch
Patch2:		e4rat-0.2.3-shared-build.patch
Patch3:		e4rat-0.2.3-boostfsv3.patch
BuildRequires:	audit
BuildRequires:	cmake
BuildRequires:	audit-devel
BuildRequires:	auparse-devel
BuildRequires:	boost-devel
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(blkid)
# (tpg) this packages causes negative effect
Conflicts:	preload

%description
e4rat ("Ext4 - Reducing Access Times") is a toolset to accelerate the boot
process as well as application startups. Through physical file realloction
e4rat eliminates both seek times and rotational delays. This leads to a high
disk transfer rate.

Placing files on disk in a sequentially ordered way allows to efficiently
read-ahead files in parallel to the program startup. The combination of
sequentially reading and a high cache hit rate may reduce the boot time by a
factor of three, as the example below shows.

e4rat is based on the online defragmentation ioctl EXT4_IOC_MOVE_EXT from the
Ext4 filesystem, which was introduced in Linux Kernel 2.6.31. Other filesystem
types and/or earlier versions of extended filesystems are not supported.

%files
%doc README
%config %{_sysconfdir}/%{name}.conf
%{_sbindir}/%{name}-collect
%{_sbindir}/%{name}-preload
%{_sbindir}/%{name}-realloc
%{_mandir}/man5/%{name}.conf.5*
%{_mandir}/man8/%{name}-collect.8*
%{_mandir}/man8/%{name}-preload.8*
%{_mandir}/man8/%{name}-realloc.8*

#----------------------------------------------------------------------------

%package %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description %{libname}
Main library for %{name}.

%files %{libname}
%{_libdir}/lib*%{name}-core.so.%{major}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .libdir
%patch2 -p1 -b .shared
%patch3 -p0 -b .boost3

%build
%cmake
%make

%install
%makeinstall_std -C build

# Useless without headers
rm -f %{buildroot}%{_libdir}/lib*%{name}-core.so


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.3-4
- (1ec8c61) Drop development file from library package
- (1ec8c61) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10023 |14cu|easymock-1.2-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2009, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           easymock
Version:        1.2
Release:        17
Summary:        Easy mock objects
Group:          Development/Java
License:        MIT
URL:            http://www.easymock.org/
# cvs -d:pserver:anonymous@easymock.cvs.sourceforge.net:/cvsroot/easymock login
# cvs -z3 -d:pserver:anonymous@easymock.cvs.sourceforge.net:/cvsroot/easymock export -r EasyMock1_2_Java1_3 easymock
# tar czf easymock-1.2-src.tar.gz easymock
Source0:        easymock-1.2-src.tar.gz
Source1:        http://repo1.maven.org/maven2/easymock/easymock/1.2_Java1.5/easymock-1.2_Java1.5.pom
Source2:        easymock-component-info.xml
Patch0:         easymock-1.2-build_xml.patch
Patch1:         %{name}-removed-test.patch
Patch2:         %{name}-removed-alltests.patch
Requires(post): jpackage-utils >= 1.7.2
Requires(postun): jpackage-utils >= 1.7.2
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit >= 0:1.6
BuildRequires:  junit >= 0:3.8.1
BuildRequires:  java-devel >= 0:1.5.0
BuildRequires:  java-rpmbuild
BuildArch:      noarch

%description
EasyMock provides Mock Objects for interfaces in JUnit tests by generating
them on the fly using Java's proxy mechanism. Due to EasyMock's unique style
of recording expectations, most refactorings will not affect the Mock Objects.
So EasyMock is a perfect fit for Test-Driven Development.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}
%patch0 -p0
%patch1 -p1
%patch2 -p1
mkdir lib
pushd lib
ln -sf $(build-classpath junit) .
popd

# We no longer ship a 1.3/1.4 VM, Set it to generic javahome
rm easymockbuild.properties
echo "java\ 1.3=%{java}" >> easymockbuild.properties
echo "java\ 1.4=%{java}" >> easymockbuild.properties
echo "java\ 1.5=%{java}" >> easymockbuild.properties
echo "java\ compiler=%{javac}" >> easymockbuild.properties

%build
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=
%{ant} -Dbuild.sysclasspath=first

%install
unzip -qq %{name}%{version}_Java1.3.zip
install -dm 755 $RPM_BUILD_ROOT%{_javadir}

install -pm 644 %{name}%{version}_Java1.3/%{name}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# javadoc
install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr %{name}%{version}_Java1.3/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# pom
install -dm 755 $RPM_BUILD_ROOT%{_mavenpomdir}
cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap easymock easymock %{version}_Java1.5 JPP easymock

%post
%update_maven_depmap

%postun
%update_maven_depmap

%pre javadoc
# workaround for rpm bug 646523 (can be removed in F-17)
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :

%files
%doc %{name}%{version}_Java1.3/{Documentation,License}.html
%{_mavenpomdir}*
%{_mavendepmapfragdir}/*
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-17
- (5e0752a) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10024 |14cu|easytag24-2.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname easytag

Summary:	Tag editor for MP3, OGG and some other files
Name:		easytag24
Version:	2.4.3
Release:	1

License:	GPLv3+
Group:		Sound
Url:		https://wiki.gnome.org/Apps/EasyTAG
Source0:	https://download.gnome.org/sources/%{name}/2.4/%{rname}-%{version}.tar.xz
Source1:	easytag_ru.po.tar.gz

BuildRequires:	appdata-tools
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd44-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	itstool
BuildRequires:	intltool
BuildRequires:	libmp4v2-utils
BuildRequires:	yelp-tools
BuildRequires:	xsltproc
BuildRequires:	id3lib-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libnautilus-extension)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(opusfile)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)

Conflicts: %{rname} < 2.4.0

%description
EasyTAG is an utility for viewing and editing tags of MP3, MP2, FLAC,
Ogg Vorbis, MP4/AAC, MusePack, Wavpack, Speex and Monkey's Audio
files. Its simple and nice GTK+ interface makes tagging easier under
GNU/Linux.
Features:
- View, edit, write tags of MP3, MP2 files (ID3 tag with pictures),
  FLAC files (FLAC Vorbis tag), Ogg Vorbis files (Ogg Vorbis tag),
  MP4/AAC (MP4/AAC tag), and MusePack, Wavpack, Monkey's Audio files
  (APE tag), Speex files, Opus files,
- Can edit more tag fields : Title, Artist, Album, Disc Album, Year,
  Track Number, Genre, Comment, Composer, Original Artist/Performer,
  Copyright, URL and Encoder name,
- Auto tagging: parse filename and directory to complete automatically
  the fields (using masks),
- Ability to rename files and directories from the tag (using masks) or by
  loading a text file,
- Process selected files of the selected directory,
- Ability to browse subdirectories,
- Recursion for tagging, removing, renaming, saving...,
- Can set a field (artist, title,...) to all other files,
- Read file header informations (bitrate, time, ...) and display them,
- Auto completion of the date if a partial is entered,
- Undo and redo last changes,
- Ability to process fields of tag and file name (convert letters into
  uppercase, downcase, ...),
- Ability to open a directory or a file with an external program,
- CDDB support using Freedb.org servers (manual and automatic search),
- A tree based browser or a view by Artist & Album,
- A list to select files,
- A playlist generator window,
- A file searching window,
- Simple and explicit interface!,

%files -f %{rname}.lang
%doc COPYING.GPL3 ChangeLog README TODO THANKS
%doc %{_datadir}/help/*/%{rname}/*
%{_bindir}/easytag
%{_mandir}/man1/easytag.1*
%{_datadir}/applications/easytag.desktop
%{_datadir}/appdata/easytag.appdata.xml
%{_datadir}/icons/hicolor/*/apps/easytag*.*
%{_datadir}/glib-2.0/schemas/org.gnome.EasyTAG.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.EasyTAG.gschema.xml

#----------------------------------------------------------------------------

%package nautilus
Summary:	Nautilus extension for opening in EasyTAG
Group:		Sound
License:	GPLv3+
Requires:	%{name} = %{version}-%{release}
Conflicts:	%{rname}-nautilus < 2.4.0

%description nautilus
Nautilus extension to add "Open with EasyTAG" to the Nautilus context menu, for
easier access to EasyTAG when opening directories and audio files.

%files nautilus
%doc COPYING.GPL3 ChangeLog README TODO THANKS
%{_datadir}/appdata/easytag-nautilus.metainfo.xml
%{_libdir}/nautilus/extensions-3.0/libnautilus-easytag.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{rname}-%{version}

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%configure2_5x
%make

%install
%makeinstall_std

%check
make check

%find_lang %{rname}

desktop-file-install --vendor="" \
	--remove-mime-type="x-directory/normal" \
	--add-mime-type="inode/directory" \
	--remove-category="Editor" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%changelog

* Tue Dec 06 2016 tremod <negry.m@yandex.ru> 2.4.3-1
- (d9d8714) Update to 2.4.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10025 |14cu|eatmydata-105-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libeatmydata

Summary:	A small wrapper to disable fsync and related functions
Name:		eatmydata
Version:	105
Release:	1
License:	GPLv3+
Group:		File tools
Url:		https://launchpad.net/%{oname}
Source0:	https://launchpad.net/libeatmydata/trunk/release-%{version}/+download/%{oname}-%{version}.tar.gz
Patch0:		libeatmydata-105-remove-dpkg.patch

%description
LD_PRELOAD library that disables all forms of writing data safely to disk.
fsync() becomes a NO-OP, O_SYNC is removed etc. The idea is to use in
testing to get faster test runs where real durability is not required.

%files
%doc AUTHORS ChangeLog README
%{_bindir}/%{name}
%{_libdir}/%{oname}.so
%{_libexecdir}/%{name}.sh

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%configure2_5x \
	--libexecdir=%{_libexecdir}
%make

%install
%makeinstall_std

%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 105-1
- (f2dbea5) New version 105
- (f2dbea5) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10026 |14cu|ecasound-2.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		24
%define	cmajor		1
%define	kmajor		10
%define	libname		%mklibname %{name} %{major}
%define	libnamec	%mklibname %{name}c %{cmajor}
%define	libkvutils	%mklibname kvutils %{kmajor}
%define	devname		%mklibname %{name} -d

Summary:	Sound processing, multitrack recording, and mixing tools
Name:		ecasound
Version:	2.9.1
Release:	1
License: 	GPLv2+
Group:		Sound
Url: 		http://www.eca.cx/ecasound/
Source0:	http://ecasound.seul.org/download/%{name}-%{version}.tar.gz
Source1:	%{name}16.png
Source2:	%{name}32.png
Source3:	%{name}48.png
Patch0:		%{name}-2.7.0-shared.diff
Patch1:		%{name}-shellbang_fix.patch
Patch2:		%{name}-linkage_fix.diff
Patch3:		%{name}-2.6.0-link-pyecasound.patch
Patch4:		%{name}-2.9.1-kill-rpath-in-config-scritps.patch
BuildRequires:	multiarch-utils >= 1.0.3
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(lilv-0)
BuildRequires:	pkgconfig(liboil-0.3)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
Requires(post,postun):	desktop-file-utils

%define	python_compile_opt	python -O -c "import compileall; compileall.compile_dir('.')"
%define	python_compile		python -c "import compileall; compileall.compile_dir('.')"

%description
Ecasound is a software package designed for multitrack audio processing.
It can be used for simple tasks like audio playback, recording and format
conversions, as well as for multitrack effect processing, mixing, recording
and signal recycling. Ecasound supports a wide range of audio inputs, outputs
and effect algorithms. Effects and audio objects can be combined in various
ways, and their parameters can be controlled by operator objects like
oscillators and MIDI-CCs. A versatile console mode user-interface is included
in the package.

%files
%doc NEWS COPYING COPYING.GPL COPYING.LGPL README BUGS TODO examples
%doc Documentation/*.html
%{_bindir}/eca*
#%%config(noreplace) %%{_sysconfdir}/ecasound/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*.desktop

#-------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main shared library for Ecasound
Group:		System/Libraries

%description -n %{libname}
Ecasound is a software package designed for multitrack audio processing.
It can be used for simple tasks like audio playback, recording and format
conversions, as well as for multitrack effect processing, mixing, recording
and signal recycling. Ecasound supports a wide range of audio inputs, outputs
and effect algorithms. Effects and audio objects can be combined in various
ways, and their parameters can be controlled by operator objects like
oscillators and MIDI-CCs. A versatile console mode user-interface is included
in the package. This package contains the shared Ecasound libraries.

%files -n %{libname}
%doc COPYING COPYING.GPL COPYING.LGPL
%{_libdir}/libecasound.so.%{major}*

#-------------------------------------------------------------------------------

%package -n %{libnamec}
Summary:	Shared library for Ecasound
Group:		System/Libraries
Conflicts:	%{_lib}ecasound24 < 2.9.0-5

%description -n %{libnamec}
Shared library for Ecasound.

%files -n %{libnamec}
%doc COPYING COPYING.GPL COPYING.LGPL
%{_libdir}/libecasoundc.so.%{cmajor}*

#-------------------------------------------------------------------------------

%package -n %{libkvutils}
Summary:	Shared library for Ecasound
Group:		System/Libraries
Conflicts:	%{_lib}ecasound24 < 2.9.0-5

%description -n %{libkvutils}
Shared library for Ecasound.

%files -n %{libkvutils}
%doc COPYING COPYING.GPL COPYING.LGPL
%{_libdir}/libkvutils.so.%{kmajor}*

#-------------------------------------------------------------------------------

%package -n %{devname}
Summary:	Ecasound - development files
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamec} = %{EVRD}
Requires:	%{libkvutils} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains the files necessary for building apps like
ecawave and ecamegapedal that directly link against %{name} libraries.

%files -n %{devname}
%doc COPYING COPYING.GPL COPYING.LGPL
%{_bindir}/libecasound-config
%{_bindir}/libecasoundc-config
%{_includedir}/kvutils/*.h
%{_includedir}/libecasound/*.h
%{_includedir}/libecasoundc/*.h
%{_libdir}/*.so
%{_libdir}/*.a

#-------------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python bindings to %{name} control interface
Group:		Sound
Requires:	%{name} = %{EVRD}
%rename		pyecasound

%description -n python-%{name}
Python bindings to Ecasound Control Interface (ECI).

%files -n python-ecasound
%doc COPYING COPYING.GPL COPYING.LGPL
#{py_platsitedir}/*.so
%{py_platsitedir}/*.py
%{py_platsitedir}/*.pyc
%{py_platsitedir}/*.pyo

#-------------------------------------------------------------------------------

%package -n ruby-%{name}
Summary:	Ruby bindings to %{name} control interface
Group:		Sound
Requires:	%{name} = %{EVRD}
%rename		rubyecasound

%description -n ruby-%{name}
Ruby bindings to Ecasound Control Interface (ECI).

%files -n ruby-ecasound
%doc COPYING COPYING.GPL COPYING.LGPL
%{ruby_sitelibdir}/*.rb

#-------------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p0
%patch3 -p1

# lib64 fix
perl -pi -e "s|/lib/|/%{_lib}/|g" configure*

%build
autoreconf -fiv
# It was "%%{optflags} -fPIC -DPIC",
# but we already have "-fPIC" in %%{optflags}
export CFLAGS="%{optflags} -DPIC"
export CXXFLAGS="%{optflags} -DPIC"

%configure2_5x \
	--enable-liboil \
	--enable-pyecasound \
	--disable-dependency-tracking \
	--disable-liblilv \
	--enable-sys-readline

%make

# (eandry) the tests dies at "pyecasound" on bs submit,
# but build fine with mdvsys build, so disabling for submission
#%%check
#%%make check


%install
install -d %{buildroot}%{py_platsitedir}
%makeinstall_std

pushd pyecasound
%python_compile_opt
%python_compile
install *.pyc *.pyo %{buildroot}%{py_platsitedir}
popd

# Icons
install -m644 %{SOURCE1} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE2} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE3} -D %{buildroot}%{_liconsdir}/%{name}.png

# Menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Name[ru]=%{name}
Comment=%{Summary}
Comment[ru]=Инструменты обработки звука, микширования и записи
Exec=%{name} -c
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;
EOF

cat > %{buildroot}%{_datadir}/applications/ecamonitor.desktop << EOF
[Desktop Entry]
Name=%{name}
Name[ru]=%{name}
Comment=%{Summary}
Comment[ru]=Инструменты обработки звука, микширования и записи
Exec=ecamonitor
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;
EOF

cat > %{buildroot}%{_datadir}/applications/ecasignalview.desktop << EOF
[Desktop Entry]
Name=%{name}
Name[ru]=%{name}
Comment=%{Summary}
Comment[ru]=Инструменты обработки звука, микширования и записи
Exec=ecasignalview
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;
EOF

# Installer wrongly put the ecasound.rb file in /usr/lib/ruby/1.9.1/site_ruby/1.9/
# the right one is %%{ruby_sitelibdir}= /usr/lib/ruby/1.9.1/site_ruby/1.9.1/:
# rename it accordingly
mkdir -p %{buildroot}%{ruby_sitelibdir}/
mv %{buildroot}/ecasound.rb %{buildroot}%{ruby_sitelibdir}/

%changelog
* Sun Feb 15 2015 Giovanni Mariani <mc2374@mclink.it> 2.9.1-1
+ Revision: e2dc720
- Updated to release 2.9.1, added P4 to fix a couple of rmplints errors and fixed other warnings



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10027 |14cu|ec-fonts-mftraced-1.0.12-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Type1 PostScript fonts for TeX with european accents
Name:		ec-fonts-mftraced
Version:	1.0.12
Release:	8
License:	Public Domain
Group:		Publishing
Url:		http://lilypond.org/download/
Source0:	http://lilypond.org/download/old/ec-fonts-mftraced/%{name}-%{version}.tar.gz
BuildRequires:	mftrace
BuildRequires:	potrace
BuildRequires:	texlive
BuildRequires:	texlive-collection-fontsrecommended
BuildRequires:	texlive-dvips
Requires(post):	tetex
BuildArch:	noarch

%description
These are Type1 renderings of the EC variants of the standard CMR
family.

%files
%defattr(0644,root,root,0755)
%doc COPYING ChangeLog INSTALL LICENSE README VERSION
%{_datadir}/texmf/fonts/map/dvips/%{name}
%{_datadir}/texmf/fonts/type1/public/%{name}
%{_datadir}/texmf/fonts/tfm/public/%{name}

%post
[ -x %{_bindir}/texhash ] && %{_bindir}/texhash 2>/dev/null

#----------------------------------------------------------------------------

%prep
%setup -q
perl -pi -e 's|--potrace |--potrace="%{_bindir}/potrace" |' ./GNUmakefile

%build
%configure2_5x
%__make

%install
%makeinstall_std

# handle doc files in %%doc instead
rm -r %{buildroot}%{_docdir}


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.12-8
- (b58d0c8) Build requires texlive-collection-fontsrecommended



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10028 |14cu|ecm-7.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	GMP ECM - Elliptic Curve Method for Integer Factorization
Name:		ecm
Version:	7.0.3
Release:	1
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://gforge.inria.fr/projects/ecm/
Source0:	http://gforge.inria.fr/frs/download.php/file/36043/ecm-7.0.3.tar.gz
BuildRequires:	docbook-style-xsl
BuildRequires:	xsltproc
BuildRequires:	gmp-devel

%description
GMP ECM - Elliptic Curve Method for Integer Factorization.

%files
%doc NEWS README
%{_bindir}/%{name}
%{_mandir}/man1/ecm.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared GMP ECM library
License:	LGPLv3+
Group:		System/Libraries

%description -n %{libname}
This package contains the libraries needed to run ecm.

%files -n %{libname}
%{_libdir}/libecm.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for GMP ECM
License:	LGPLv3+
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the GMP ECM development header files and
libraries.

%files -n %{devname}
%doc AUTHORS README.lib TODO
%{_includedir}/ecm.h
%{_libdir}/libecm.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x \
	--enable-shared \
	--disable-static

%make LIBS="-lgmp -lm"

%install
%makeinstall_std

%changelog

* Fri Aug 26 2016 alzim <alzim@bk.ru> 7.0.3-1
- (bc727bd) Merge pull request #2 from import/ecm:rosa2016.1
- (bc727bd) Updated to 7.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10029 |14cu|econnman-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	EFL user interface for ConnMan
Name:		econnman
Version:	1.1
Release:	2
License:	LGPLv3+
Group:		Graphical desktop/Enlightenment
Url:		http://enlightenment.org/
Source:		http://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.gz
Patch:		econnman-1.1-desktop.patch
BuildRequires:	edje
BuildRequires:	pkgconfig(edje)
Requires:	python-dbus
Requires:	python-efl
Requires:	connman
BuildArch:	noarch

%description
EFL user interface for ConnMan (Connection Manager).

%files
%doc README COPYING AUTHORS
%{_bindir}/*
%{_datadir}/econnman/
%{_datadir}/applications/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch -p1

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Thu Mar 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-2
- (c6ace53) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10030 |14cu|ecryptfs-utils-111-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define libmajor 1
%define libname %mklibname ecryptfs %libmajor
%define libnamedevel %mklibname -d ecryptfs
%define libnamestaticdevel %mklibname -d -s ecryptfs

Summary:	An Enterprise-class Cryptographic Filesystem for Linux
Name:		ecryptfs-utils
Version:	111
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		https://launchpad.net/ecryptfs
Source0:	http://launchpad.net/ecryptfs/trunk/%{version}/+download/%{name}_%{version}.orig.tar.gz
Patch0:		ecryptfs-utils_83-fix-link.patch
BuildRequires:	openssl-devel
BuildRequires:	keyutils-devel
BuildRequires:	libgcrypt-devel
BuildRequires:	pam-devel
BuildRequires:	python-devel
BuildRequires:	nss-devel
BuildRequires:	intltool
BuildRequires:	glib2-devel
Requires:	python-%{name} = %{version}

%description
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic
filesystem for Linux. It is derived from Erez Zadok's Cryptfs, implemented
through the FiST framework for generating stacked filesystems. eCryptfs
extends Cryptfs to provide advanced key management and policy features.
eCryptfs stores cryptographic metadata in the header of each file written,
so that encrypted files can be copied between hosts; the file will be
decryptable with the proper key, and there is no need to keep track of any
additional information aside from what is already in the encrypted file
itself. Think of eCryptfs as a sort of ``gnupgfs.''

eCryptfs is a native Linux filesystem (other popular cryptographic
filesystems for Linux require FUSE or operate via RPC calls). The kernel
module component of eCryptfs is upstream in the Linux kernel.

%files
%{_datadir}/applications/*desktop
%_docdir/%{name}/README
%_docdir/%{name}/ecryptfs-faq.html
#%_docdir/%name/*.txt
/sbin/mount.ecryptfs
/sbin/umount.ecryptfs
/sbin/mount.ecryptfs_private
/sbin/umount.ecryptfs_private
%{_bindir}/ecryptfs-find
%{_bindir}/ecryptfs-add-passphrase
%{_bindir}/ecryptfs-insert-wrapped-passphrase-into-keyring
%{_bindir}/ecryptfs-manager
%{_bindir}/ecryptfs-verify
%{_bindir}/ecryptfs-mount-private
%{_bindir}/ecryptfs-rewrap-passphrase
%{_bindir}/ecryptfs-setup-private
%{_bindir}/ecryptfs-stat
%{_bindir}/ecryptfs-umount-private
%{_bindir}/ecryptfs-unwrap-passphrase
%{_bindir}/ecryptfs-wrap-passphrase
%{_bindir}/ecryptfsd
%{_bindir}/ecryptfs-setup-swap
%{_bindir}/ecryptfs-rewrite-file
%{_bindir}/ecryptfs-recover-private
%{_bindir}/ecryptfs-migrate-home
%{_mandir}/man1/ecryptfs-add-passphrase.1.*
%{_mandir}/man1/ecryptfs-generate-tpm-key.1.*
%{_mandir}/man1/ecryptfs-insert-wrapped-passphrase-into-keyring.1.*
%{_mandir}/man1/ecryptfs-mount-private.1.*
%{_mandir}/man1/ecryptfs-rewrap-passphrase.1.*
%{_mandir}/man1/ecryptfs-setup-private.1.*
%{_mandir}/man1/ecryptfs-umount-private.1.*
%{_mandir}/man1/ecryptfs-unwrap-passphrase.1.*
%{_mandir}/man1/ecryptfs-wrap-passphrase.1.*
%{_mandir}/man1/ecryptfs-rewrite-file.1.*
%{_mandir}/man1/ecryptfs-recover-private.1.*
%{_mandir}/man1/mount.ecryptfs_private.1.*
%{_mandir}/man1/umount.ecryptfs_private.1.*
%{_mandir}/man1/ecryptfs-setup-swap.1.*
%{_mandir}/man1/ecryptfs-stat.1.*
%{_mandir}/man7/ecryptfs.7.*
%{_mandir}/man8/ecryptfs-manager.8.*
%{_mandir}/man8/ecryptfsd.8.*
%{_mandir}/man8/mount.ecryptfs.8.*
%{_mandir}/man8/umount.ecryptfs.8.*
%dir %{_datadir}/ecryptfs-utils
%{_datadir}/ecryptfs-utils/ecryptfs-mount-private.txt
%{_datadir}/ecryptfs-utils/ecryptfs-record-passphrase
# %{_datadir}/ecryptfs-utils/ecryptfs-find
%{_datadir}/locale/ca/LC_MESSAGES/ecryptfs-utils.mo
# %{_bindir}/ecryptfs-find
%{_mandir}/man1/ecryptfs-find.1*
%{_mandir}/man1/ecryptfs-verify.1*
%{_mandir}/man8/ecryptfs-migrate-home.8*

#----------------------------------------------------------------------

%package -n pam_ecryptfs
Summary:	ECryptfs PAM module
Group:		System/Libraries
Requires:	%{name} = %{version}

%description -n pam_ecryptfs
eCryptfs PAM module to automatically mount a private cryptographic
directory.

%files -n pam_ecryptfs
/%_lib/security/pam_ecryptfs.so
%{_mandir}/man8/pam_ecryptfs.8.*

#----------------------------------------------------------------------

%package -n %libname
Summary:	ECryptfs library
Group:		Development/C

%description -n %libname
eCryptfs library.

%files -n %libname
%{_libdir}/ecryptfs/libecryptfs_key_mod_openssl.so
%{_libdir}/ecryptfs/libecryptfs_key_mod_passphrase.so
%{_libdir}/libecryptfs.so.%libmajor
%{_libdir}/libecryptfs.so.%libmajor.*

#----------------------------------------------------------------------

%package -n %libnamedevel
Summary:	ECryptfs library
Group:		Development/C
Requires: %libname = %{version}
Provides: libecryptfs-devel = %{EVRD}
Provides: %{name}-devel = %{EVRD}

%description -n %libnamedevel
eCryptfs development files.

%files -n %libnamedevel
%{_includedir}/ecryptfs.h
%{_libdir}/libecryptfs.so
%{_libdir}/pkgconfig/libecryptfs.pc

#----------------------------------------------------------------------

%package -n %libnamestaticdevel
Summary:	ECryptfs library
Group:		Development/C
Requires:	%libnamedevel = %{version}
Provides:	libecryptfs-static-devel = %{EVRD}

%description -n %libnamestaticdevel
eCryptfs static library development files.

#----------------------------------------------------------------------

%package -n python-%{name}
Summary:	ECryptfs Python library
Group:		Development/C
#Requires: python-devel
#Requires: %libnamedevel = %version
Requires:	%{name} = %{version}

%description -n python-%{name}
eCryptfs Python library.

%files -n python-%{name}
%{py_puresitedir}/%{name}/libecryptfs.py
%{py_puresitedir}/%{name}/libecryptfs.pyc
%{py_puresitedir}/%{name}/libecryptfs.pyo
%{py_platsitedir}/ecryptfs-utils/_libecryptfs.*

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
autoreconf -fi
%configure2_5x 
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make

%install
%makeinstall_std

# only needed to update-notifier, that is a ubuntu-only thing, afaik
rm -f %{buildroot}/usr/share/ecryptfs-record-passphrase
mkdir %{buildroot}/usr/share/applications/
mv    %{buildroot}/usr/share/%{name}/*desktop %{buildroot}/usr/share/applications/

%changelog

* Wed Sep 07 2016 alzim <alzim@bk.ru> 111-1
- (6233f30) Merge pull request #1 from import/ecryptfs-utils:rosa2016.1
- (6233f30) Updated to 111



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10031 |14cu|edb-debugger-0.9.20-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _name   debugger 
%define _exe    edb

Name:           edb-debugger
Summary:        A free OllyDbg like debugger
Version:        0.9.20
Release:        1
Source0:        http://www.codef00.com/projects/%{_name}-%{version}.tgz
URL:            http://www.codef00.com/projects

Group:          Development/Other
License:        GPLv2 

BuildRequires: qt4-devel >= 4.5
BuildRequires: boost-devel >= 1.35
BuildRequires: imagemagick


%description
One of the main goals of this debugger is modularity. 
The interface is written in Qt4 and is therefore source portable 
to many platforms. The debugger core is a plugin and the platform 
specific code is isolated to just a few files, porting to a new OS 
would require porting these few files and implementing a plugin 
which implements the DebuggerCoreInterface interface. Also, 
because the plugins are based on the QPlugin API, and do their work 
through the DebuggerCoreInterface object, they are almost always 
portable with just a simple recompile.
The disassembly engine is my edisassm project. I feel that this 
disassembler is mature and works well. It is worth noting that the 
current version of edb has temporarily dropped AT&T syntax support. 
Once this is implemented in edisassm, it will return.

%prep 
%setup -q -n %{_name}

sed -i -e 's/\.uic/uic/' -e 's/\.moc/moc/' -e 's/\.rcc/rcc/' src/src.pro
sed -i -e 's/\.ui/ui/' -e 's/\.moc/moc/' -e 's/\.rcc/rcc/' plugins/plugins.pri

%build
%{qmake_qt4} DEFAULT_PLUGIN_PATH="%{_libdir}/%{_exe}/"
%make

%install
make install INSTALL_ROOT=%{buildroot}%{_prefix}
mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir},%{_bindir},%{_libdir}}/
install -c -m 0755 src/images/edb48-logo.png "%{buildroot}%{_liconsdir}/%{_exe}.png"

convert src/images/edb48-logo.png -resize 32x32 %{buildroot}%{_iconsdir}/%{_exe}.png
convert src/images/edb48-logo.png -resize 16x16 %{buildroot}%{_miconsdir}/%{_exe}.png

desktop-file-install --vendor="" \
		     --dir %{buildroot}%{_datadir}/applications \
                     --remove-category="Qt" \
		     %{_exe}.desktop

%files
%{_bindir}/%{_exe}
%{_libdir}/%{_exe}/*.so
%{_datadir}/applications/%{_exe}.desktop
%{_liconsdir}/%{_exe}.png
%{_miconsdir}/%{_exe}.png
%{_iconsdir}/%{_exe}.png

%changelog

* Wed Apr 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.20-1
- (caf553d) Updated to 0.9.20



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10032 |14cu|edelib-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define devname %mklibname %{name} -d

Summary:	Equinox Desktop Environment library
Name:		edelib
Version:	2.0
Release:	4
License:	GPLv2+
Group:		System/Libraries
Url:		http://equinox-project.org/
Source0:	http://downloads.sourceforge.net/project/ede/%{name}/%{version}/%{name}-%{version}.tar.gz
Patch0:		edelib-2.0-linkage.patch
BuildRequires:	doxygen
BuildRequires:	jam
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(pixman-1)

%description
edelib is small and portable C++ library for EDE (Equinox Desktop Environment).

Aims are to provide enough background for easier EDE components construction
and development.

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Equinox Desktop Environment library
Group:		Development/C++

%description -n %{devname}
edelib is small and portable C++ library for EDE (Equinox Desktop Environment).

Aims are to provide enough background for easier EDE components construction
and development.

%files -n %{devname}
%doc %{_docdir}/%{name}-2.0.0
%{_bindir}/%{name}-*
%{_libdir}/*.a
%{_includedir}/%{name}
%{_libdir}/pkgconfig/*
%{_libdir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%setup_compile_flags
./configure \
	--prefix=%{buildroot}%{_prefix} \
	--libdir=%{buildroot}%{_libdir}

sed -i 's|%{buildroot}||' *.pc edelib/edelib-config.h
jam

%install
jam install


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-4
- (7544d5d) Add patch to fix linkage
- (7544d5d) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10033 |14cu|edgar-1.28-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	2D Platform Game
Name:		edgar
Version:	1.28
Release:	1
License:	GPLv2
Group:		Games/Arcade
Url:		http://www.parallelrealities.co.uk/p/legend-of-edgar.html
Source:		https://github.com/riksweeney/edgar/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	desktop-file-utils
Requires:	%{name}-data = %{EVRD}

%description
The Legend of Edgar. When his father fails to return home after venturing out
one stormy night, Edgar sets off on a quest to rescue him.

%files -f %{name}.lang
%doc doc/*
%{_gamesbindir}/*
%{_appdatadir}/edgar.appdata.xml
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man6/%{name}.6*

#----------------------------------------------------------------------------

%package data
Group:		Games/Arcade
License:	GPLv2
BuildArch:	noarch
Summary:	The Legend of Edgar level set
Requires:	%{name} = %{version}

%description data
The Legend of Edgar. When his father fails to return home after venturing
out one stormy night, Edgar sets off on a quest to rescue him.

This package contains official level set for Edgar.

%files data
%doc doc/readme
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
%make VERSION=%{version}

%install
%makeinstall_std

desktop-file-install --dir %{buildroot}%{_datadir}/applications \
	--remove-category=Application \
	--add-category="AdventureGame" \
	%{buildroot}%{_datadir}/applications/edgar.desktop

rm -rf %{buildroot}%{_datadir}/doc

%if %{mdvver} >= 201610
mkdir -p %{buildroot}%{_appdatadir}
cp %{buildroot}%{_datadir}/appdata/edgar.appdata.xml %{buildroot}%{_appdatadir}/edgar.appdata.xml
rm -fr %{buildroot}%{_datadir}/appdata
%endif

%find_lang %{name}

%changelog

* Sun Jan 28 2018 abfonly <abfonly@gmail.com> 1.28-1
- (68828ed) Log: Update to 1.28
- (68828ed) Updated German, Italian, Japanese, Simplified Chinese, Russian and Ukrainian translations.
- (68828ed) Fixed a problem where the Gargoyle could freeze if its lance was thrown through a missing bridge section.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10034 |14cu|edyuk-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname %{name} %{major}
%define libnamedev	%mklibname %{name} %{major} -d

Summary:	Edyuk - fully-featured, highly flexible IDE for Qt 4
Name:		edyuk
Version:	1.1.1
Release:	1
License:	GPLv3
Group:		Development/KDE and Qt
URL:		http://edyuk.org/
Source0:	http://download.tuxfamily.org/edyuk/%{name}-%{version}.tar.bz2
BuildRequires:	qt4-devel
Requires:	%{libname} = %{version}-%{release}

%description
Edyuk is an Integrated Development Environment built with Qt4 and meant to
provide a light, fast and stable environment for rapid application development
in C++/Qt4. Thanks to plugins (see III) its scope can hopefully be extended to
any possible programming related task (e.g version control, issue tracking,
management of other project formats, support for other languages/toolkits...)

%package -n %{libname}
Summary:	Edyuk shared library
Group:		System/Libraries

%description -n %{libname}
Shared library for edyuk.

%package -n %{libnamedev}
Summary:	Edyuk development files
Group:		Development/KDE and Qt
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{libnamedev}
Development files needed to create edyuk plugins.

%prep
%setup -q

%build
%qmake_qt4
# Can not used -j option included in %make
make

%install
%makeinstall INSTALL_ROOT=%{buildroot}

%__install -d -m755 %{buildroot}%{_libdir}
%__install -m755 %{name}.bin %{buildroot}%{_bindir}
%__install -m755 -p libedyuk.so %{buildroot}%{_libdir}
%__install -m755 -p libedyuk.so.%{major} %{buildroot}%{_libdir}

# Already defined in freedesktop.org.xml
rm -rf %{buildroot}%{_datadir}/mime/packages/%{name}.xml
rm -rf %{buildroot}%{_datadir}/icons/gnome
mv %{buildroot}%{_datadir}/icons/default.kde %{buildroot}%{_datadir}/icons/hicolor

%files
%doc CHANGELOG.txt GPL.txt README.txt TODO.txt
%{_bindir}/%{name}*
%{_datadir}/%{name}
%{_datadir}/mimelnk/text/*.desktop
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{libnamedev}
%doc GPL.txt
%{_prefix}/lib/qt4/include/Edyuk
%{_prefix}/lib/qt4/mkspecs/features/*.prf
%{_libdir}/lib%{name}.so


%changelog

* Tue Jul 07 2015 dsilakov <denis.silakov@rosalab.ru> 1.1.1-1
- (2ac6450) Merge pull request #1 from inn0kenty/edyuk:rosa2014.1
- (2ac6450) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10035 |14cu|eekboard-1.0.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define libeek %mklibname eek %{major}
%define libeekgtk %mklibname eek-gtk %{major}
%define libeekxkl %mklibname eek-xkl %{major}
%define devname %mklibname %{name} -d

Summary:	Yet Another Virtual Keyboard
Name:		eekboard
Version:	1.0.8
Release:	6
Group:		System/X11
License:	GPLv3+
Url:		http://fedorahosted.org/eekboard/
Source0:	http://github.com/downloads/ueno/eekboard/%{name}-%{version}.tar.gz
Patch0:		eekboard-stop-key-repeat.patch
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(atspi-2)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcanberra)
BuildRequires:	pkgconfig(libcroco-0.6)
BuildRequires:	pkgconfig(libxklavier)
BuildRequires:	pkgconfig(xtst)
Conflicts:	eekboard-service < 1.0.8-6
Obsoletes:	eekboard-service < 1.0.8-6

%description
eekboard is a virtual keyboard software package, including a set of
tools to implement desktop virtual keyboards.

%files -f %{name}.lang
%doc AUTHORS COPYING README
%doc base-installed/examples
%{_bindir}/eekboard
%{_bindir}/eekboard-server
%{_libexecdir}/eekboard-setup
%{_datadir}/applications/%{name}.desktop
%{_datadir}/dbus-1/services/eekboard-server.service
%{_datadir}/eekboard/
%{_datadir}/glib-2.0/schemas/*
%{_datadir}/icons/hicolor/*/apps/eekboard.png
%{_datadir}/icons/hicolor/scalable/apps/eekboard.svg

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for eekboard
Group:		System/Libraries
Conflicts:	%{name}-libs < 1.0.8-6
Obsoletes:	%{name}-libs < 1.0.8-6

%description -n %{libname}
This package contains shared library for eekboard.

%files -n %{libname}
%{_libdir}/libeekboard.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libeek}
Summary:	Shared library for eekboard
Group:		System/Libraries
Conflicts:	%{name}-libs < 1.0.8-6

%description -n %{libeek}
This package contains shared library for eekboard.

%files -n %{libeek}
%{_libdir}/libeek.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libeekgtk}
Summary:	Shared library for eekboard
Group:		System/Libraries
Conflicts:	%{name}-libs < 1.0.8-6

%description -n %{libeekgtk}
This package contains shared library for eekboard.

%files -n %{libeekgtk}
%{_libdir}/libeek-gtk.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libeekxkl}
Summary:	Shared library for eekboard
Group:		System/Libraries
Conflicts:	%{name}-libs < 1.0.8-6

%description -n %{libeekxkl}
This package contains shared library for eekboard.

%files -n %{libeekxkl}
%{_libdir}/libeek-xkl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for eekboard
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Requires:	%{libeek} = %{EVRD}
Requires:	%{libeekgtk} = %{EVRD}
Requires:	%{libeekxkl} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 1.0.8-6
Obsoletes:	%{name}-devel < 1.0.8-6

%description -n %{devname}
This package contains the development tools for eekboard.

%files -n %{devname}
%{_libdir}/libeek*.so
%{_includedir}/eek-0.90/
%{_includedir}/eekboard-0.90/
%{_libdir}/pkgconfig/eek*.pc
%{_datadir}/gtk-doc/html/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .stop-key-repeat

%build
AUTOPOINT='intltoolize --automake --copy' autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-atspi \
	--disable-introspection \
	--disable-vala
%make

%install
%makeinstall_std

# We don't install autostart file to avoid conflict with other OSK.
# Instead, install it under doc.
mkdir -p base-installed/examples
mv %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop base-installed/examples

%find_lang %{name}


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.8-6
- (4dad54f) Fix Requires for development package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10036 |14cu|eepm-1.8.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Etersoft EPM package manager
Name:		eepm
Version:	1.8.8
Release:	1
License:	AGPLv3
Group:		System/Configuration/Packaging
Url:		http://wiki.etersoft.ru/EPM
# git-clone http://git.etersoft.ru/projects/korinf/eepm.git
Source0:	ftp://updates.etersoft.ru/pub/Etersoft/Sisyphus/sources/tarball/%{name}-%{version}.tar
BuildArch:	noarch

%description
Etersoft EPM is the package manager for any platform and any platform version.
It provides universal interface to any package manager. Can be useful for
system administrators working with various distros.

See detailed description here: http://wiki.etersoft.ru/EPM

%files
%doc README TODO LICENSE
%{_bindir}/epm*
%{_bindir}/eepm
%{_bindir}/upm
%{_bindir}/serv
%{_bindir}/cerv
%{_bindir}/distr_info
%{_datadir}/%{name}/
%{_mandir}/man1/*
%{_sysconfdir}/bash_completion.d/serv
%{_sysconfdir}/bash_completion.d/cerv

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
%makeinstall_std \
	datadir=%{_datadir} \
	bindir=%{_bindir} \
	mandir=%{_mandir} \
	version=%{version}-%{release}

install -m 0755 packed/epm.sh %{buildroot}%{_datadir}/%{name}/epm-packed.sh
install -m 0755 packed/serv.sh %{buildroot}%{_datadir}/%{name}/serv-packed.sh

mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d/
install -m 0644 bash_completion/serv %{buildroot}%{_sysconfdir}/bash_completion.d/serv
ln -s serv %{buildroot}%{_sysconfdir}/bash_completion.d/cerv

# shebang.req.files
chmod a+x %{buildroot}%{_datadir}/%{name}/{serv-,epm-}*

%changelog

* Wed Sep 07 2016 alzim <alzim@bk.ru> 1.8.8-1
- (9a91e2f) Merge pull request #1 from import/eepm:rosa2016.1
- (9a91e2f) Updated to 1.8.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10037 |14cu|efl-1.18.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define gstapi 1.0
%define major 1

%define libecore %mklibname ecore %{major}
%define libecore_audio %mklibname ecore_audio %{major}
%define libecore_avahi %mklibname ecore_avahi %{major}
%define libecore_con %mklibname ecore_con %{major}
%define libecore_evas %mklibname ecore_evas %{major}
%define libecore_file %mklibname ecore_file %{major}
%define libecore_imf %mklibname ecore_imf %{major}
%define libecore_imf_evas %mklibname ecore_imf_evas %{major}
%define libecore_input %mklibname ecore_input %{major}
%define libecore_input_evas %mklibname ecore_input_evas %{major}
%define libecore_ipc %mklibname ecore_ipc %{major}
%define libecore_sdl %mklibname ecore_sdl %{major}
%define libecore_x %mklibname ecore_x %{major}
%define devecore %mklibname ecore -d

%define libedje %mklibname edje %{major}
%define devedje %mklibname edje -d

%define libeet %mklibname eet %{major}
%define deveet %mklibname eet -d

%define libeeze %mklibname eeze %{major}
%define deveeze %mklibname eeze -d

%define libefl %mklibname efl %{major}
%define devefl %mklibname efl -d

%define libefreet %mklibname efreet %{major}
%define libefreet_mime %mklibname efreet_mime %{major}
%define libefreet_trash %mklibname efreet_trash %{major}
%define devefreet %mklibname efreet -d

%define libeina %mklibname eina %{major}
%define deveina %mklibname eina -d

%define libeio %mklibname eio %{major}
%define deveio %mklibname eio -d

%define libeldbus %mklibname eldbus %{major}
%define develdbus %mklibname eldbus -d

%define libelocation %mklibname elocation %{major}
%define develocation %mklibname elocation -d

%define libelua %mklibname elua %{major}
%define develua %mklibname elua -d

%define libembryo %mklibname embryo %{major}
%define devembryo %mklibname embryo -d

%define libemotion %mklibname emotion %{major}
%define devemotion %mklibname emotion -d

%define libeo %mklibname eo %{major}
%define deveo %mklibname eo -d

%define libeolian %mklibname eolian %{major}
%define deveolian %mklibname eolian -d

%define libephysics %mklibname ephysics %{major}
%define devephysics %mklibname ephysics -d

%define libethumb %mklibname ethumb %{major}
%define libethumb_client %mklibname ethumb_client %{major}
%define devethumb %mklibname ethumb -d

%define libevas %mklibname evas %{major}
%define devevas %mklibname evas -d

%define libector %mklibname ector %{major}
%define devector %mklibname ector  -d

%define libemile %mklibname emile %{major}
%define devemile %mklibname emile  -d

%define libelementary %mklibname elementary %{major}
%define develementary %mklibname elementary -d

Summary:	Enlightenment Foundation Libraries
Name:		efl
Version:	1.18.4
Release:	2
Epoch:		3
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/libs/efl/%{name}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	gstreamer%{gstapi}-tools
BuildRequires:	gettext-devel
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(bullet)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-video-%{gstapi})
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libcares)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libsystemd)
BuildRequires:        pkgconfig(libsystemd-journal)
BuildRequires:        pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libspectre)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libraw)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(libxine)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(mount)
BuildRequires:	pkgconfig(poppler-cpp)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xp)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(luajit)

%description
The Enlightenment Foundation Libraries are a collection of libraries
and tools upon which sophisticated graphical applications can be
built.  Included are a data structure library (Eina), a C-based object
engine (EO), a data storage library (EET), an object canvas (Evas),
and more.

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README

#----------------------------------------------------------------------------

%package -n ecore
Summary:	Enlightenment event/X abstraction layer
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n ecore
Ecore is the event/X abstraction layer that makes doing selections,
Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
optimized, and convenient.

%files -n ecore
%{_bindir}/ecore_evas_convert
%{_datadir}/ecore/
%{_datadir}/ecore_imf/
%{_datadir}/ecore_x/
%{_libdir}/ecore/system/upower/*/module.so
%{_libdir}/ecore/system/systemd/*/module.so
%{_libdir}/ecore_evas/engines/*/*/module.so
%{_libdir}/ecore_imf/modules/*/*/module.so
%{_libdir}/ecore_x/bin/*/ecore_x_vsync
%{_iconsdir}/Enlightenment-X/

#----------------------------------------------------------------------------

%package -n %{libecore}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	ecore = %{EVRD}

%description -n %{libecore}
Enlightenment event/X abstraction layer library.

%files -n %{libecore}
%{_libdir}/libecore.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_audio}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}

%description -n %{libecore_audio}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_audio}
%{_libdir}/libecore_audio.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_avahi}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}

%description -n %{libecore_audio}
Enlightenment avahi abstraction layer library.

%files -n %{libecore_avahi}
%{_libdir}/libecore_avahi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_con}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_con}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_con}
%{_libdir}/libecore_con.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_evas}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_evas}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_evas}
%{_libdir}/libecore_evas.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_file}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_file}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_file}
%{_libdir}/libecore_file.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_imf}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_imf}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_imf}
%{_libdir}/libecore_imf.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_imf_evas}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_imf_evas}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_imf_evas}
%{_libdir}/libecore_imf_evas.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_input}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_input}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_input}
%{_libdir}/libecore_input.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_input_evas}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_input_evas}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_input_evas}
%{_libdir}/libecore_input_evas.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_ipc}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_ipc}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_ipc}
%{_libdir}/libecore_ipc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_sdl}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_sdl}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_sdl}
%{_libdir}/libecore_sdl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecore_x}
Summary:	Enlightenment event/X abstraction layer library
License:	BSD
Group:		System/Libraries
Requires:	%{libecore} = %{EVRD}
Conflicts:	%{_lib}ecore1 < 3:1.8.0

%description -n %{libecore_x}
Enlightenment event/X abstraction layer library.

%files -n %{libecore_x}
%{_libdir}/libecore_x.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libector}
Summary:	Enlightenment rendering libraries
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libector}
Enlightenment rendering libraries

%files -n %{libector}
%{_libdir}/libector.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devector}
Summary:	Ector headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libector} = %{EVRD}

%description -n %{devector}
ector headers and development libraries.

%files -n %{devector}
%{_libdir}/libector.so
%{_libdir}/pkgconfig/ector.pc
%{_datadir}/eolian/include/ector-1/

#----------------------------------------------------------------------------

%package -n %{devecore}
Summary:	Ecore headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libecore} = %{EVRD}
Requires:	%{libecore_audio} = %{EVRD}
Requires:	%{libecore_avahi} = %{EVRD}
Requires:	%{libecore_con} = %{EVRD}
Requires:	%{libecore_evas} = %{EVRD}
Requires:	%{libecore_file} = %{EVRD}
Requires:	%{libecore_imf} = %{EVRD}
Requires:	%{libecore_imf_evas} = %{EVRD}
Requires:	%{libecore_input} = %{EVRD}
Requires:	%{libecore_input_evas} = %{EVRD}
Requires:	%{libecore_ipc} = %{EVRD}
Requires:	%{libecore_sdl} = %{EVRD}
Requires:	%{libecore_x} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	ecore-devel = %{EVRD}

%description -n %{devecore}
Ecore headers and development libraries.

%files -n %{devecore}
%{_libdir}/cmake/Ecore/
%{_libdir}/cmake/EcoreCxx/
%{_libdir}/pkgconfig/ecore.pc
%{_libdir}/pkgconfig/ecore-audio.pc
%{_libdir}/pkgconfig/ecore-audio-cxx.pc
%{_libdir}/pkgconfig/ecore-avahi.pc
%{_libdir}/pkgconfig/ecore-cxx.pc
%{_libdir}/pkgconfig/ecore-con.pc
%{_libdir}/pkgconfig/ecore-evas.pc
%{_libdir}/pkgconfig/ecore-file.pc
%{_libdir}/pkgconfig/ecore-imf.pc
%{_libdir}/pkgconfig/ecore-imf-evas.pc
%{_libdir}/pkgconfig/ecore-input.pc
%{_libdir}/pkgconfig/ecore-input-evas.pc
%{_libdir}/pkgconfig/ecore-ipc.pc
%{_libdir}/pkgconfig/ecore-sdl.pc
%{_libdir}/pkgconfig/ecore-x.pc
%{_libdir}/libecore.so
%{_libdir}/libecore_audio.so
%{_libdir}/libecore_avahi.so
%{_libdir}/libecore_con.so
%{_libdir}/libecore_evas.so
%{_libdir}/libecore_file.so
%{_libdir}/libecore_imf.so
%{_libdir}/libecore_imf_evas.so
%{_libdir}/libecore_input.so
%{_libdir}/libecore_input_evas.so
%{_libdir}/libecore_ipc.so
%{_libdir}/libecore_sdl.so
%{_libdir}/libecore_x.so
%{_includedir}/ecore-1/
%{_includedir}/ecore-audio-1/
%{_includedir}/ecore-avahi-1/
%{_includedir}/ecore-cxx-1/
%{_includedir}/ecore-con-1/
%{_includedir}/ecore-evas-1/
%{_includedir}/ecore-file-1/
%{_includedir}/ecore-imf-1/
%{_includedir}/ecore-imf-evas-1/
%{_includedir}/ecore-input-1/
%{_includedir}/ecore-input-evas-1/
%{_includedir}/ecore-ipc-1/
%{_includedir}/ecore-sdl-1/
%{_includedir}/ecore-x-1/
%{_datadir}/eolian/include/ecore-1/
%{_datadir}/eolian/include/efl-1/
%{_datadir}/eolian/include/emotion-1/
%{_datadir}/eolian/include/elementary-1/
#----------------------------------------------------------------------------

%package -n elementary
Summary:        Basic widget set based on EFL for mobile touch-screen devices
License:        BSD
Group:          Graphical desktop/Enlightenment

%description -n elementary
Basic widget set based on EFL for mobile touch-screen devices

%files -n elementary
%{_bindir}/elementary_run
%{_bindir}/elementary_codegen
%{_bindir}/elementary_config
%{_bindir}/elementary_quicklaunch
%{_bindir}/elm_prefs_cc
%{_datadir}/applications/elementary_config.desktop
%{_iconsdir}/elementary.png
%{_datadir}/elementary/

#----------------------------------------------------------------------------

%package -n %{libelementary}
Summary:        Basic widget set based on EFL for mobile touch-screen devices
License:        BSD
Group:          System/Libraries
Requires:       %{name} = %{EVRD}
Requires:       elementary = %{EVRD}

%description -n %{libelementary}
Basic widget set based on EFL for mobile touch-screen devices

%files -n %{libelementary}
%{_libdir}/libelementary.so.%{major}.*
%{_libdir}/libelementary.so.%{major}
#----------------------------------------------------------------------------



%package -n %{develementary}
Summary:        Elementary headers and development libraries
License:        BSD
Group:          Development/Other
Requires:       %{libelementary} = %{EVRD}
Requires:       %{devefl} = %{EVRD}
Provides:       elementary-devel = %{EVRD}

%description -n %{develementary}
Elementary headers and development libraries

%files -n %{develementary}
%{_bindir}/elementary_test
%{_libdir}/libelementary.so
%{_libdir}/elementary/modules/
%{_libdir}/cmake/Elementary/ElementaryConfig.cmake
%{_libdir}/cmake/Elementary/ElementaryConfigVersion.cmake
%{_libdir}/pkgconfig/elementary-cxx.pc
%{_libdir}/pkgconfig/elementary.pc
%{_includedir}/elementary-1/
%{_includedir}/elementary-cxx-1/
%{_datadir}/applications/elementary_test.desktop
#----------------------------------------------------------------------------

%package -n edje
Summary:	Enlightenment complex graphical design and layout library extra files
License:	BSD
Group:		Graphical desktop/Enlightenment
Requires:	evas = %{EVRD}

%description -n edje
Enlightenment complex graphical design and layout library extra files.

%files -n edje
%{_bindir}/edje_*
%{_datadir}/edje/
%{_datadir}/mime/packages/edje.xml
%{_libdir}/edje/utils/*/epp
%{_libdir}/edje/modules/elm/v-1.18/module.so

#----------------------------------------------------------------------------

%package -n %{libedje}
Summary:	Enlightenment complex graphical design and layout library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	edje = %{EVRD}

%description -n %{libedje}
Enlightenment complex graphical design and layout library for animated
resizable, compressed and scalable themes.

%files -n %{libedje}
%{_libdir}/libedje.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devedje}
Summary:	Edje headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libedje} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	edje-devel = %{EVRD}

%description -n %{devedje}
Edje headers and development libraries.

%files -n %{devedje}
%{_libdir}/cmake/Edje/
%{_libdir}/pkgconfig/edje.pc
%{_libdir}/pkgconfig/edje-cxx.pc
%{_libdir}/libedje.so
%{_includedir}/edje-1/
%{_includedir}/edje-cxx-1/
%{_datadir}/eolian/include/edje-1/

#----------------------------------------------------------------------------

%package -n eet
Summary:	Enlightenment simple compression utility
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n eet
Enlightenment simple compression utility.

%files -n eet
%{_bindir}/diffeet
%{_bindir}/eet
%{_bindir}/eetpack
%{_bindir}/vieet

#----------------------------------------------------------------------------

%package -n %{libeet}
Summary:	Enlightenment simple compression library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	eet = %{EVRD}

%description -n %{libeet}
Enlightenment simple compression library.

%files -n %{libeet}
%{_libdir}/libeet.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{deveet}
Summary:	Eet headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libeet} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	eet-devel = %{EVRD}

%description -n %{deveet}
Eet headers and development libraries.

%files -n %{deveet}
%{_libdir}/cmake/Eet/
%{_libdir}/cmake/EetCxx/
%{_libdir}/pkgconfig/eet.pc
%{_libdir}/pkgconfig/eet-cxx.pc
%{_libdir}/libeet.so
%{_includedir}/eet-1/
%{_includedir}/eet-cxx-1/

#----------------------------------------------------------------------------

%package -n eeze
Summary:	Enlightenment devices manipulation library extra files
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n eeze
Eeze is a library for manipulating devices through udev with a simple and fast
api. It interfaces directly with libudev, avoiding such middleman daemons as
udisks/upower or hal, to immediately gather device information the instant it
becomes known to the system.

%files -n eeze
%{_bindir}/eeze_disk_ls
%{_bindir}/eeze_mount
%{_bindir}/eeze_scanner
%{_bindir}/eeze_umount
%{_datadir}/eeze/
%{_libdir}/eeze/modules/

#----------------------------------------------------------------------------

%package -n %{libeeze}
Summary:	Enlightenment devices manipulation library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	eeze = %{EVRD}

%description -n %{libeeze}
Enlightenment devices manipulation library.

%files -n %{libeeze}
%{_libdir}/libeeze.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{deveeze}
Summary:	Eeze headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libeeze} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	eeze-devel = %{EVRD}

%description -n %{deveeze}
Eeze headers and development libraries.

%files -n %{deveeze}
%{_libdir}/cmake/Eeze/
%{_libdir}/pkgconfig/eeze.pc
%{_libdir}/libeeze.so
%{_includedir}/eeze-1/

#----------------------------------------------------------------------------

%package -n efreet
Summary:	Enlightenment freedesktop.org specifications implementation extra files
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n efreet
Enlightenment freedesktop.org specifications implementation extra files.
 - Base Directory
 - Desktop Entry
 - Icon Theme
 - Menu

%files -n efreet
%{_bindir}/efreetd
%{_datadir}/efreet/
%{_libdir}/efreet/*/efreet_desktop_cache_create
%{_libdir}/efreet/*/efreet_icon_cache_create

#----------------------------------------------------------------------------

%package -n %{libefl}
Summary:	Enlightenment canvas library
License:	LGPLv2.1+
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libefl}
Enlightenment canvas library.

%files -n %{libefl}
%{_libdir}/libefl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devefl}
Summary:	Efl canvas headers and development libraries
License:	LGPLv2.1+
Group:		Development/Other
Requires:	%{libefl} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	efl-devel = %{EVRD}

%description -n %{devefl}
Efl canvas headers and development libraries.

%files -n %{devefl}
%{_bindir}/efl_debug
%{_bindir}/efl_debugd
%{_libdir}/cmake/Efl
%{_libdir}/pkgconfig/efl.pc
%{_libdir}/pkgconfig/efl-cxx.pc
%{_libdir}/libefl.so
%{_includedir}/efl-1/
%{_includedir}/efl-cxx-1

#----------------------------------------------------------------------------

%package -n %{libefreet}
Summary:	Enlightenment freedesktop.org specifications implementation library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	efreet = %{EVRD}

%description -n %{libefreet}
Enlightenment freedesktop.org specifications implementation library.

%files -n %{libefreet}
%{_libdir}/libefreet.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libefreet_mime}
Summary:	Enlightenment freedesktop.org specifications implementation library
License:	BSD
Group:		System/Libraries
Requires:	%{libefreet} = %{EVRD}
Conflicts:	%{_lib}efreet1 < 2:1.8.0

%description -n %{libefreet_mime}
Enlightenment freedesktop.org specifications implementation library.

%files -n %{libefreet_mime}
%{_libdir}/libefreet_mime.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libefreet_trash}
Summary:	Enlightenment freedesktop.org specifications implementation library
License:	BSD
Group:		System/Libraries
Requires:	%{libefreet} = %{EVRD}
Conflicts:	%{_lib}efreet1 < 2:1.8.0

%description -n %{libefreet_trash}
Enlightenment freedesktop.org specifications implementation library.

%files -n %{libefreet_trash}
%{_libdir}/libefreet_trash.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devefreet}
Summary:	Efreet headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libefreet} = %{EVRD}
Requires:	%{libefreet_mime} = %{EVRD}
Requires:	%{libefreet_trash} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	efreet-devel = %{EVRD}

%description -n %{devefreet}
Efreet headers and development libraries.

%files -n %{devefreet}
%{_libdir}/cmake/Efreet/
%{_libdir}/pkgconfig/efreet.pc
%{_libdir}/pkgconfig/efreet-mime.pc
%{_libdir}/pkgconfig/efreet-trash.pc
%{_libdir}/libefreet.so
%{_libdir}/libefreet_mime.so
%{_libdir}/libefreet_trash.so
%{_includedir}/efreet-1/

#----------------------------------------------------------------------------

%package -n eina
Summary:	Enlightenment data types library extra files
License:	LGPLv2.1+
Group:		Graphical desktop/Enlightenment

%description -n eina
Enlightenment data types library extra files.

eina-bench-cmp:
- generate reports comparing two or more outputs of expedite

eina_btlog:
- make EFL backtrace logs more human-readable

%files -n eina
%{_bindir}/eina-bench-cmp
%{_bindir}/eina_btlog

#----------------------------------------------------------------------------

%package -n %{libeina}
Summary:	Enlightenment data types library
License:	LGPLv2.1+
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libeina}
Enlightenment data types library.

%files -n %{libeina}
%{_libdir}/libeina.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{deveina}
Summary:	Eina headers and development libraries
License:	LGPLv2.1+
Group:		Development/Other
Requires:	%{libeina} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Requires:	pkgconfig(libsystemd)
Provides:	eina-devel = %{EVRD}

%description -n %{deveina}
Eina headers and development libraries.

%files -n %{deveina}
%{_libdir}/cmake/Eina/
%{_libdir}/cmake/EinaCxx/
%{_libdir}/pkgconfig/eina.pc
%{_libdir}/pkgconfig/eina-cxx.pc
%{_libdir}/libeina.so
%{_includedir}/eina-1/
%{_includedir}/eina-cxx-1/

#----------------------------------------------------------------------------

%package -n %{libeio}
Summary:	Enlightenment Input Output library
License:	LGPLv2.1+
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libeio}
Enlightenment Input Output library.

%files -n %{libeio}
%{_libdir}/libeio.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{deveio}
Summary:	Eio headers and development libraries
License:	LGPLv2.1+
Group:		Development/Other
Requires:	%{libeio} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	eio-devel = %{EVRD}

%description -n %{deveio}
Eio headers and development libraries.

%files -n %{deveio}
%{_libdir}/libeio.so
%{_libdir}/cmake/Eio/
%{_libdir}/pkgconfig/eio.pc
%{_libdir}/pkgconfig/eio-cxx.pc
%{_includedir}/eio-cxx-1/
%{_includedir}/eio-1/
%{_datadir}/eolian/include/eio-1/

#----------------------------------------------------------------------------

%package -n eldbus
Summary:	Enlightenment dbus wrapper
License:	LGPLv2.1+
Group:		Graphical desktop/Enlightenment

%description -n eldbus
Enlightenment dbus wrapper.

%files -n eldbus
%{_bindir}/eldbus-codegen

#----------------------------------------------------------------------------

%package -n %{libeldbus}
Summary:	Enlightenment dbus wrapper library
License:	LGPLv2.1+
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	eldbus = %{EVRD}

%description -n %{libeldbus}
Enlightenment dbus wrapper library.

%files -n %{libeldbus}
%{_libdir}/libeldbus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{develdbus}
Summary:	Eldbus headers and development libraries
License:	LGPLv2.1+
Group:		Development/Other
Requires:	%{libeldbus} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	eldbus-devel = %{EVRD}

%description -n %{develdbus}
Eldbus headers and development libraries.

%files -n %{develdbus}
%{_libdir}/cmake/Eldbus/
%{_libdir}/pkgconfig/eldbus.pc
%{_libdir}/libeldbus.so
%{_includedir}/eldbus-1/
%{_includedir}/eldbus_cxx-1/
%{_datadir}/eolian/include/eldbus-1/

#----------------------------------------------------------------------------

%package -n %{libelocation}
Summary:	Enlightenment location library
License:	LGPLv2.1+
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libelocation}
Enlightenment location library.

%files -n %{libelocation}
%{_libdir}/libelocation.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{develocation}
Summary:	Elocation headers and development libraries
License:	LGPLv2.1+
Group:		Development/Other
Requires:	%{libelocation} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	elocation-devel = %{EVRD}

%description -n %{develocation}
Elocation headers and development libraries.

%files -n %{develocation}
%{_libdir}/pkgconfig/elocation.pc
%{_libdir}/libelocation.so
%{_includedir}/elocation-1/

#----------------------------------------------------------------------------

%package -n %{libelua}
Summary:	Enlightenment lua wrapper library
License:	LGPLv2.1+
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	elua = %{EVRD}

%description -n %{libelua}
Enlightenment lua wrapper library.

%files -n %{libelua}
%{_libdir}/libelua.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{develua}
Summary:	Elua headers and development libraries
License:	LGPLv2.1+
Group:		Development/Other
Requires:	%{libelua} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	elua-devel = %{EVRD}

%description -n %{develua}
Elua headers and development libraries.

%files -n %{develua}
%{_libdir}/cmake/Elua/
%{_libdir}/pkgconfig/elua.pc
%{_libdir}/libelua.so
%{_includedir}/elua-1/

#----------------------------------------------------------------------------

%package -n elua
Summary:	Enlightenment Lua-based Just-in-Time application runtime stack
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n elua
Enlightenment Lua-based Just-in-Time application runtime stack.

%files -n elua
%{_bindir}/elua
%{_datadir}/elua/checkme
%{_datadir}/elua/apps/README-docgen.md
%{_datadir}/elua/apps/docgen/*.lua
%{_datadir}/elua/apps/*.lua
%{_datadir}/elua/core/*.lua
%{_datadir}/elua/modules/*.lua
%{_datadir}/elua/modules/ecore/*.lua
%{_datadir}/elua/modules/ecore_audio/*.lua
%{_datadir}/elua/modules/ecore_con/*.lua
%{_datadir}/elua/modules/edje/*.lua
%{_datadir}/elua/modules/efl/*.lua
%{_datadir}/elua/modules/eina/*.lua
%{_datadir}/elua/modules/emotion/*.lua
%{_datadir}/elua/modules/evas/*.lua
%{_datadir}/elua/modules/elementary/*.lua

#----------------------------------------------------------------------------

%package -n embryo
Summary:	Enlightenment bytecode virtual machine
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n embryo
Embryo is primarily a shared library that gives you an API to load and control
interpreted programs compiled into an abstract machine bytecode that it
understands. This abstract (or virtual) machine is similar to a real machine
with a CPU, but it is emulated in software.

%files -n embryo
%{_bindir}/embryo_cc
%{_datadir}/embryo/

#----------------------------------------------------------------------------

%package -n %{libembryo}
Summary:	Enlightenment bytecode virtual machine library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	embryo = %{EVRD}

%description -n %{libembryo}
Enlightenment bytecode virtual machine library.

%files -n %{libembryo}
%{_libdir}/libembryo.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devembryo}
Summary:	Embryo headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libembryo} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	embryo-devel = %{EVRD}

%description -n %{devembryo}
Embryo headers and development libraries.

%files -n %{devembryo}
%{_libdir}/pkgconfig/embryo.pc
%{_libdir}/libembryo.so
%{_includedir}/embryo-1/

#----------------------------------------------------------------------------

%package -n %{libemile}
Summary:	Enlightenment encoding libraries
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libemile}
Enlightenment encoding libraries

%files -n %{libemile}
%{_libdir}/libemile.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devemile}
Summary:	Emile headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libemile} = %{EVRD}

%description -n %{devemile}
emile headers and development libraries.

%files -n %{devemile}
%{_libdir}/libemile.so
%{_libdir}/pkgconfig/emile.pc
%{_libdir}/cmake/Emile/
%{_includedir}/emile-1/

#----------------------------------------------------------------------------

%package -n emotion
Summary:	Enlightenment video & media object library extra files
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n emotion
Emotion is a video & media object library designed to interface with Evas and
Ecore to provide autonomous "video" and "audio" objects that can be moved,
resized and positioned like any normal object, but instead they can play video
and audio and can be controlled from a high-level control API allowing the
programmer to quickly piece together a multi-media system with minimal work.

%files -n emotion
%{_datadir}/emotion/
%{_libdir}/emotion/
%{_libdir}/edje/modules/emotion/

#----------------------------------------------------------------------------

%package -n %{libemotion}
Summary:	Enlightenment video & media object library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	emotion = %{EVRD}

%description -n %{libemotion}
Enlightenment video & media object library.

%files -n %{libemotion}
%{_libdir}/libemotion.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devemotion}
Summary:	Emotion headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libemotion} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	emotion-devel = %{EVRD}

%description -n %{devemotion}
Emotion headers and development libraries.

%files -n %{devemotion}
%{_libdir}/cmake/Emotion/
%{_libdir}/pkgconfig/emotion.pc
%{_libdir}/libemotion.so
%{_includedir}/emotion-1/

#----------------------------------------------------------------------------

%package -n %{libeo}
Summary:	Enlightenment generic object system library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libeo}
Enlightenment generic object system library.

%files -n %{libeo}
%{_libdir}/libeo.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{deveo}
Summary:	Eo headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libeo} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	eo-devel = %{EVRD}

%description -n %{deveo}
Eo headers and development libraries.

%files -n %{deveo}
%{_libdir}/cmake/Eo/
%{_libdir}/cmake/EoCxx/
%{_libdir}/pkgconfig/eo.pc
%{_libdir}/pkgconfig/eo-cxx.pc
%{_libdir}/libeo.so
%{_includedir}/eo-1/
%{_includedir}/eo-cxx-1/
%{_datadir}/gdb/auto-load/%{_libdir}/libeo.so.*-gdb.py
%{_datadir}/eo/gdb/eo_gdb.py
%{_datadir}/eolian/include/eo-1/

#----------------------------------------------------------------------------

%package -n eolian
Summary:	Enlightenment C++ bindings generator
License:	BSD
Group:		Graphical desktop/Enlightenment

%description -n eolian
Enlightenment C++ bindings generator.

%files -n eolian
%{_bindir}/eolian_cxx
%{_bindir}/eolian_gen

#----------------------------------------------------------------------------

%package -n %{libeolian}
Summary:	Enlightenment C++ bindings generator library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libeolian}
Enlightenment C++ bindings generator library.

%files -n %{libeolian}
%{_libdir}/libeolian.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{deveolian}
Summary:	Eolian headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libeolian} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Requires:	eolian = %{EVRD}
Provides:	eolian-devel = %{EVRD}

%description -n %{deveolian}
Eolian headers and development libraries.

%files -n %{deveolian}
%{_libdir}/cmake/Eolian/
%{_libdir}/cmake/EolianCxx/
%{_libdir}/pkgconfig/eolian.pc
%{_libdir}/pkgconfig/eolian-cxx.pc
%{_libdir}/libeolian.so
%{_includedir}/eolian-1/
%{_includedir}/eolian-cxx-1/

#----------------------------------------------------------------------------

%package -n %{libephysics}
Summary:	Enlightenment physics library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libephysics}
Ephysics is a library that manages Ecore, Evas and Bullet Physics into
an easy to use way. It's a kind of wrapper, a glue, between these libraries.
It's not intended to be a physics library (we already have many out there).

%files -n %{libephysics}
%{_libdir}/libephysics.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devephysics}
Summary:	Ephysics headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libephysics} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	ephysics-devel = %{EVRD}

%description -n %{devephysics}
Ephysics headers and development libraries.

%files -n %{devephysics}
%{_libdir}/pkgconfig/ephysics.pc
%{_libdir}/libephysics.so
%{_includedir}/ephysics-1/

#----------------------------------------------------------------------------

%package -n ethumb
Summary:	Enlightenment canvas library extra files
License:	LGPLv2.1+
Group:		Graphical desktop/Enlightenment
Requires(post,preun,postun):	systemd

%description -n ethumb
Enlightenment canvas library extra files.

Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects much and more.

%files -n ethumb
%{_bindir}/ethumb
%{_bindir}/ethumbd
%{_bindir}/ethumbd_client
%{_datadir}/dbus-1/services/org.enlightenment.Ethumb.service
%{_datadir}/ethumb/
%{_datadir}/ethumb_client/
%{_libdir}/ethumb/
%{_libdir}/ethumb_client/
%{_userunitdir}/ethumb.service

%post -n ethumb
%systemd_post ethumb.service

%preun -n ethumb
%systemd_preun ethumb.service

%postun -n ethumb
%systemd_postun ethumb.service

#----------------------------------------------------------------------------

%package -n %{libethumb}
Summary:	Enlightenment thumbnailing library
License:	LGPLv2.1+
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	ethumb = %{EVRD}

%description -n %{libethumb}
Enlightenment thumbnailing library.

%files -n %{libethumb}
%{_libdir}/libethumb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libethumb_client}
Summary:	Enlightenment thumbnailing library
License:	LGPLv2.1+
Group:		System/Libraries
Requires:	%{libethumb} = %{EVRD}
Conflicts:	%{_lib}ethumb1 < 1.7.9

%description -n %{libethumb_client}
Enlightenment thumbnailing library.

%files -n %{libethumb_client}
%{_libdir}/libethumb_client.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devethumb}
Summary:	Ethumb headers and development libraries
License:	LGPLv2.1+
Group:		Development/Other
Requires:	%{libethumb} = %{EVRD}
Requires:	%{libethumb_client} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	ethumb-devel = %{EVRD}

%description -n %{devethumb}
Ethumb headers and development libraries.

%files -n %{devethumb}
%{_libdir}/cmake/Ethumb/
%{_libdir}/cmake/EthumbClient/
%{_libdir}/pkgconfig/ethumb.pc
%{_libdir}/pkgconfig/ethumb_client.pc
%{_libdir}/libethumb.so
%{_libdir}/libethumb_client.so
%{_includedir}/ethumb-1/
%{_includedir}/ethumb-client-1/

#----------------------------------------------------------------------------

%package -n evas
Summary:	Enlightenment canvas library extra files
License:	BSD
Group:		Graphical desktop/Enlightenment
Provides:	evas_generic_loaders = %{EVRD}
Conflicts:	evas_generic_loaders < 1.18
Obsoletes:	evas_generic_loaders < 1.18

%description -n evas
Enlightenment canvas library extra files.

Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects much and more.

%files -n evas
%{_bindir}/evas_cserve2_client
%{_bindir}/evas_cserve2_debug
%{_bindir}/evas_cserve2_shm_debug
%{_bindir}/evas_cserve2_usage
%{_datadir}/evas/
%{_libdir}/evas/modules/engines/*/*/*.so
%{_libdir}/evas/modules/image_loaders/*/*/*.so
%{_libdir}/evas/modules/image_savers/*/*/*.so
%{_libdir}/evas/cserve2/bin/*/evas_cserve2
%{_libdir}/evas/cserve2/bin/*/evas_cserve2_slave
%{_libdir}/evas/utils/

#----------------------------------------------------------------------------

%package -n %{libevas}
Summary:	Enlightenment canvas library
License:	BSD
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	evas = %{EVRD}

%description -n %{libevas}
Enlightenment canvas library.

%files -n %{libevas}
%{_libdir}/libevas.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devevas}
Summary:	Evas headers and development libraries
License:	BSD
Group:		Development/Other
Requires:	%{libevas} = %{EVRD}
Requires:	%{devefl} = %{EVRD}
Provides:	evas-devel = %{EVRD}

%description -n %{devevas}
Evas headers and development libraries.

%files -n %{devevas}
%{_libdir}/cmake/Evas/
%{_libdir}/cmake/EvasCxx/
%{_libdir}/pkgconfig/evas.pc
%{_libdir}/pkgconfig/evas-cxx.pc
%{_libdir}/pkgconfig/evas-opengl-sdl.pc
%{_libdir}/pkgconfig/evas-opengl-x11.pc
%{_libdir}/pkgconfig/evas-software-buffer.pc
%{_libdir}/pkgconfig/evas-software-x11.pc
%{_libdir}/libevas.so
%{_includedir}/evas-1/
%{_includedir}/evas-cxx-1/
%{_datadir}/eolian/include/evas-1/

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-fontconfig \
	--enable-gstreamer1 \
	--enable-image-loader-bmp \
	--enable-image-loader-eet \
	--enable-image-loader-generic \
	--enable-image-loader-gif \
	--enable-image-loader-ico \
	--enable-image-loader-jpeg \
	--enable-image-loader-jp2k \
	--enable-image-loader-pmaps \
	--enable-image-loader-png \
	--enable-image-loader-psd \
	--enable-image-loader-tga \
	--enable-image-loader-tiff \
	--enable-image-loader-wbmp \
	--enable-image-loader-webp \
	--enable-image-loader-xpm \
	--enable-sdl \
	--enable-systemd \
	--enable-v4l2 \
	--enable-xine \
	--with-eject \
	--with-mount \
	--with-umount \
	--disable-static \

%make

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Wed Dec 28 2016 tremod <negry.m@yandex.ru> 3:1.18.4-2
- (7532b35) Add Requires

* Wed Dec 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.18.4-1
- (33164a6) Avoid file conflicts with obsolete evas_generic_loaders package
- (tremod: a5b0c9d) Update to 1.18.4
- (tremod: b7b99b3) Update to 1.18.4

* Fri Dec 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.18.2-5
- (d6bfb6e) MassBuild#1190: Increase release tag

* Mon Nov 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.18.2-4
- (8a3230f) Eina development package should require pkgconfig(libsystemd) instead of pkgconfig(libsystemd-journal)

* Mon Nov 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.18.2-3
- (3d3092e) Build requires pkgconfig(libsystemd) instead of pkgconfig(libsystemd-daemon) and pkgconfig(libsystemd-journal)

* Wed Nov 16 2016 Nemial <negry.m@yandex.ru> 3:1.18.2-2
- (15bb982) Release Up

* Sat Nov 05 2016 tremod <negry.m@yandex.ru> 3:1.18.2-1
- (2730a74) Update to 1.18.2

* Sat Jun 25 2016 tremod <negry.m@yandex.ru> 3:1.17.2-1
- (c92ff63) Update to 1.17.2

* Thu Jun 16 2016 tremod <negry.m@yandex.ru> 3:1.17.1-1
- (890d97b) Update 1.17.1

* Thu Mar 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.17.0-2
- (2ceafc0) Fix postun script for ethumb

* Wed Mar 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.17.0-1
- (c0558af) New version 1.17.0
- (c0558af) Update files

* Thu Feb 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.14.2-5
- (ead50bb) Bump release

* Mon Feb 08 2016 Denis Silakov <dsilakov@gmail.com> 3:1.14.2-4
- (1d07e4d) Fix devel package requires

* Fri Nov 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.14.2-3
- (af4d84c) BuildList#2597249: Increase release tag

* Mon Oct 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.14.2-2
- (2edc08f) Bump release

* Wed Jul 08 2015 inn0kenty <innlebedev@gmail.com> 3:1.14.2-1
- (9db52fd) Updated to a new version

* Thu May 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 3:1.14.0-1
- (7cd29e2) Updated to 1.14.0

* Thu May 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 3:1.13.2-1
- (c409c3b) Updated to 1.13.2

* Wed Mar 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 3:1.13.1-1
- (bed2a9d) Updated to 1.13.1

* Thu Nov 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.11.5-1
- (6f3b08d) New version 1.11.5

* Sat Oct 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.11.4-1
- (d1966bb) New version 1.11.4

* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.11.2-1
- (c14dca3) New version 1.11.2

* Tue Sep 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.11.1-1
- (0fd490e) New subpackage elua
- (Andrey Bondrov: db835c5) Update files
- (Andrey Bondrov: c51b0e5) Switch to SDL2
- (Andrey Bondrov: 26d6371) New version 1.11.1

* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.10.2-2
- (a3ea0e0) Package eolian files properly

* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.10.2-1
- (f685661) New version 1.10.2, new library eolian, update BuildRequires and files

* Sun Apr 20 2014 Crispin Boylan <crisb@mandriva.org> 3:1.9.3-1
- (45ad65f) Add avahi sub package
- (Crispin Boylan: 7ed2203) Fix build
- (Crispin Boylan: e5eeb1d) 1.9.3

* Thu Jan 30 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.8.5-1
- (d2ac2bb) LOG New version 1.8.5

* Mon Dec 23 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.8.3-2
- (33e678b) LOG Re-work devel packages' Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10038 |14cu|egroupware-16.1.20170703-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (oe) undefining these makes the build _real_ quick.
%undefine __find_provides
%undefine __find_requires

%define	Name	eGroupware

Name:		egroupware
Version:	16.1.20170703 
Release:	1
Summary:	Web-based groupware suite written in php
License:	GPL+
Group:		System/Servers
URL:		http://www.egroupware.org/
Source0:	https://github.com/EGroupware/egroupware/releases/download/%{version}/%{name}-epl-%{version}.tar.bz2
Patch0:		egroupware-apache.conf.patch

Requires:	apache-mod_php
Requires:	apache-mod_socache_shmcb
Requires:	php-xml
Requires:	php-gd
Requires:	php-cli
Requires:	php-dom
Requires:	php-zip
Requires:	php-pear-XML_Parser
Requires:	%{name}-calendar
Requires:	%{name}-etemplate
Requires:	%{name}-emailadmin
Suggests:	php-pdo_mysql
Suggests:	php-mcrypt
Suggests:	php-imap
Provides:	egroupware-addressbook = %{version}-%{release}
Provides:	egroupware-etemplate = %{version}-%{release}
Provides:	egroupware-contrib-icalsrv = %{version}-%{release}
Provides:	egroupware-contrib-egwical = %{version}-%{release}
Provides:	egroupware-icalsrv = %{version}-%{release}
Provides:	egroupware-mydms = %{version}-%{release}
Provides:	%{name}-egw-pear = %{version}-%{release}
BuildArch:	noarch

%description
eGroupWare is a web-based groupware suite written in PHP. 
The core package provides the admin, setup, phpgwapi and preferences
packages. It also provides an API for developing additional applications. 
See the egroupware apps project for add-on apps.

%files
%doc doc/* 
# Apache configuration file
%config(noreplace) %{_webappconfdir}/%{name}.conf
# Header config file
%attr(640,apache,apache) %config(noreplace) %{_localstatedir}/lib/%{name}/header.inc.php
# top level dir and files
%dir %{_var}/www/%{name}
%{_var}/www/%{name}/Gruntfile.js
%{_var}/www/%{name}/README.md
%{_var}/www/%{name}/package.json
%{_var}/www/%{name}/*.php
%{_var}/www/%{name}/groupdav.htaccess
%{_var}/www/%{name}/header.inc.php.template
%{_var}/www/%{name}/addressbook
%{_var}/www/%{name}/admin
%{_var}/www/%{name}/preferences
%{_var}/www/%{name}/setup
%{_var}/www/%{name}/home
%{_var}/www/%{name}/resources
%{_var}/www/%{name}/files
%{_var}/www/%{name}/activesync
%{_var}/www/%{name}/composer*
%{_var}/www/%{name}/api
%{_var}/www/%{name}/mail
%{_var}/www/%{name}/pixelegg
%{_var}/www/%{name}/vendor
%attr(-,apache,apache) %dir %{_localstatedir}/lib/%{name}
%attr(-,apache,apache) %dir %{_localstatedir}/lib/%{name}/default
%attr(-,apache,apache) %dir %{_localstatedir}/lib/%{name}/default/files
%attr(-,apache,apache) %dir %{_localstatedir}/lib/%{name}/default/backup

#------------------------------------------------------------------------

%package bookmarks
Summary:	The eGroupWare bookmarks application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description bookmarks
Manage your bookmarks with eGroupWare. Has Netscape plugin.

%files bookmarks
%{_var}/www/%{name}/bookmarks

#------------------------------------------------------------------------

%package calendar
Summary:	The eGroupWare calendar application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description calendar
Powerful calendar with meeting request system, Alarms, CalDAV and E-Mail 
support, and ACL security.

%files calendar
%{_var}/www/%{name}/calendar

#------------------------------------------------------------------------

%package emailadmin
Summary:	The eGroupWare emailadmin application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}
Suggests:	php-pear-Auth_SASL

%description emailadmin
EmailAdmin enables user email account maintenance in eGroupWare.

%files emailadmin
%{_var}/www/%{name}/emailadmin

#------------------------------------------------------------------------

%package filemanager
Summary:	The eGroupWare filemanager application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description filemanager
This is the filemanager app for eGroupWare.

%files filemanager
%{_var}/www/%{name}/filemanager

#------------------------------------------------------------------------

%package importexport
Summary:	The eGroupWare import/export function
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description importexport
This package provides a general import/export function for the 
eGroupware suite.

%files importexport
%{_var}/www/%{name}/importexport

#------------------------------------------------------------------------

%package infolog
Summary:	The eGroupWare infolog application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description infolog
This is the infolog app for eGroupWare.

%files infolog
%{_var}/www/%{name}/infolog

#------------------------------------------------------------------------

%package news_admin
Summary:	The eGroupWare news_admin application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description news_admin
This is the news_admin app for eGroupWare.

%files news_admin
%doc news_admin/doc/*
%{_var}/www/%{name}/news_admin

#------------------------------------------------------------------------

%package notifications
Summary:	User notifications for eGroupWare
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description notifications
This package provides pop-up user notifications for the eGroupWare 
suite.

%files notifications
%{_var}/www/%{name}/notifications

#------------------------------------------------------------------------

%package projectmanager
Summary:	The eGroupWare projects application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description projectmanager
This is the projects app for eGroupWare.

%files projectmanager
%{_var}/www/%{name}/projectmanager

#------------------------------------------------------------------------

%package registration
Summary:	The eGroupWare registration application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description registration
This is the registration app for eGroupWare.

%files registration
%doc registration/doc/*
%{_var}/www/%{name}/registration

#------------------------------------------------------------------------

%package timesheet
Summary:	The eGroupWare timesheet application
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description timesheet
Free time management.

%files timesheet
%{_var}/www/%{name}/timesheet

#------------------------------------------------------------------------

%package tracker
Summary:	The eGroupWare tracker application
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description tracker
This is the tracker app for eGroupWare.

%files tracker
%{_var}/www/%{name}/tracker

#------------------------------------------------------------------------

%prep
%setup -qn %{name}
%apply_patches

# cleanup
find . -type f -empty | xargs rm -f
find . -type f | xargs -I % chmod 644 "%"
find . -name .htaccess |xargs rm -f

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
install -m 644 doc/rpm-build/apache.conf %{buildroot}%{_webappconfdir}/%{name}.conf

# install files
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/default/files
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/default/backup
install -d -m 755 %{buildroot}%{_var}/www/%{name}
cp -aRf * %{buildroot}%{_var}/www/%{name}

# setup the config file: this dummy content triggers the setup process 
# (from upstream's package)
cp doc/rpm-build/header.inc.php %{buildroot}%{_localstatedir}/lib/%{name}/header.inc.php
ln -s %{_localstatedir}/lib/%{name}/header.inc.php %{buildroot}%{_var}/www/%{name}/header.inc.php

# post-install cleanup
rm -rf %{buildroot}%{_var}/www/%{name}/doc 
rm -rf %{buildroot}%{_var}/www/%{name}/*/doc 
#rm -f %{buildroot}%{_var}/www/%{name}/felamimail/{COPYING,Changelog,README,TODO}
# doc cleanup
# rm -f doc/Makefile
rm -rf doc/rpm-build
%changelog

* Sat Aug 19 2017 dsilakov <denis.silakov@rosalab.ru> 16.1.20170703-1
- (b946f42) Merge pull request #4 from vladimir71/egroupware:rosa2014.1
- (b946f42) egroupware



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10039 |14cu|eiciel-0.9.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		eiciel
Version:	0.9.11
Release:	1
Summary:	Graphical access control list (ACL) editor
Group:		Graphical desktop/GNOME
License:	GPL
URL:		http://rofi.roger-ferrer.org/eiciel/
Source0:	http://rofi.roger-ferrer.org/eiciel/files/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	gnome-vfs2-devel
BuildRequires:	nautilus-devel
BuildRequires:	attr-devel
BuildRequires:	acl-devel
BuildRequires:	gettext-devel
BuildRequires:	autoconf2.5
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(gtkmm-3.0)

%description
Graphical editor for access control lists (ACL) 
and extended attributes (XATTR), either as an 
extension within Nautilus, or as a standalone utility.

%prep
%setup -q
sed -i s/Version=.*/Version=1.0/ src/*.desktop.in

%build
#autoreconf -fi
%configure2_5x --with-nautilus-extensions-dir=%{_libdir}/nautilus/extensions-2.0
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/%{name}/
%{_datadir}/appdata/eiciel.appdata.xml
%{_datadir}/applications/*%{name}*
%{_datadir}/gnome/help/%{name}
%{_mandir}/man1/%{name}*
%{_libdir}/nautilus/extensions-2.0/lib%{name}*

%changelog

* Wed Sep 07 2016 alzim <alzim@bk.ru> 0.9.11-1
- (5ccf970) Merge pull request #2 from import/eiciel:rosa2016.1
- (5ccf970) Updated to 0.9.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10040 |14cu|eiskaltdcpp-2.2.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2.2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Cross-platform program that uses the Direct Connect and ADC protocol
Name:		eiskaltdcpp
Version:	2.2.10
Release:	3
License:	GPLv3+
Group:		Networking/File transfer
Url:		https://github.com/eiskaltdcpp/eiskaltdcpp
# Source0:	https://github.com/eiskaltdcpp/%{name}/archive/v%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	cmake >= 2.8.8
BuildRequires:	desktop-file-utils
BuildRequires:	qt5-linguist-tools
BuildRequires:	aspell-devel
BuildRequires:	boost-devel
BuildRequires:	bzip2-devel
BuildRequires:	gettext-devel
BuildRequires:	miniupnpc-devel
BuildRequires:	pkgconfig(gail-3.0)
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(gladeui-2.0)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libupnp)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Declarative)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)

%description
EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC
protocol. It is compatible with other DC clients, such as the original DC from
Neomodus, DC++ and derivatives. EiskaltDC++ also inter operates with all
common DC hub software. The minimum number of our patches to original DC++
kernel makes it easy to upgrade to new versions and ensures compatibility with
other clients.

%files -f lib%{name}.lang
%doc AUTHORS COPYING LICENSE ChangeLog.txt ChangeLog_ru.txt ChangeLog_uk.txt
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/update_geoip
%{_datadir}/%{name}/sounds
%{_datadir}/%{name}/examples
%{_datadir}/%{name}/emoticons
%{_datadir}/%{name}/luascripts
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/icons/hicolor/*/apps/%{name}.png

#-----------------------------------------------------------------------------

%package qt
Summary:	Qt frontend for EiskaltDC++
Group:		Networking/File transfer
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description qt
EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC
protocol. It is compatible with other DC clients, such as the original DC from
Neomodus, DC++ and derivatives. EiskaltDC++ also inter operates with all
common DC hub software. The minimum number of our patches to original DC++
kernel makes it easy to upgrade to new versions and ensures compatibility with
other clients. This is the Qt front end.

%files qt -f %{name}-qt.lang
%doc COPYING
%dir %{_datadir}/%{name}/qt
%dir %{_datadir}/%{name}/qt/ts
%{_datadir}/%{name}/qt/icons
%{_datadir}/%{name}/qt/qtscripts
%{_datadir}/%{name}/qt/resources
%{_mandir}/man1/%{name}-qt.1.*
%{_datadir}/applications/%{name}-qt.desktop
%{_bindir}/%{name}-qt

#-----------------------------------------------------------------------------

%package gtk
Summary:	GTK frontend for EiskaltDC++
Group:		Networking/File transfer
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description gtk
EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC
protocol. It is compatible with other DC clients, such as the original DC from
Neomodus, DC++ and derivatives. EiskaltDC++ also inter operates with all
common DC hub software. The minimum number of our patches to original DC++
kernel makes it easy to upgrade to new versions and ensures compatibility with
other clients. This is the GTK front end.

%files gtk -f %{name}-gtk.lang
%doc COPYING
%{_datadir}/%{name}/gtk
%{_mandir}/man1/%{name}-gtk.1.*
%{_datadir}/applications/%{name}-gtk.desktop
%{_bindir}/%{name}-gtk

#-----------------------------------------------------------------------------

%package daemon
Summary:	A simple EiskaltDC++ daemon
Group:		Networking/File transfer
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	perl(Term::UI)

%description daemon
EiskaltDC++ is a cross-platform program that uses the Direct Connect and
ADC protocol. It is compatible with other DC clients, such as the original
DC from Neomodus, DC++ and derivatives. EiskaltDC++ also inter operates
with all common DC hub software. This is a simple daemon for running
EiskaltDC++ without any GUI; it can be controlled via XMLRPC or JSONRPC.

%files daemon
%doc AUTHORS COPYING LICENSE README TODO
%{_datadir}/%{name}/cli/*
%{_mandir}/man1/%{name}-daemon.1.*
%{_mandir}/man1/%{name}-cli-*.1.*
%{_bindir}/%{name}-daemon
%{_bindir}/%{name}-cli-*

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic library used by EiskaltDC++
Group:		System/Libraries

%description -n %{libname}
Dynamic library used by EiskaltDC++.

%files -n %{libname}
%doc COPYING
%{_libdir}/lib%{name}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the main EiskaltDC++ library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
EiskaltDC++ is a cross-platform program that uses the Direct Connect and
ADC protocol. It is compatible with other DC clients, such as the original
DC from Neomodus, DC++ and derivatives. EiskaltDC++ also inter operates
with all common DC hub software.
This package contains the header files needed to use the main EiskaltDC++
library.

%files -n %{devname}
%doc COPYING ChangeLog.txt ChangeLog_ru.txt ChangeLog_uk.txt
%{_includedir}/%{name}/dcpp/*.h

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake \
	-DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
	-DLIB_INSTALL_DIR=%{_libdir} \
	-DLOCAL_BOOST=OFF \
	-DLUA_SCRIPT=ON \
	-DUSE_IDNA=ON \
	-DPERL_REGEX=ON \
	-DUSE_QT=OFF \
	-DUSE_QT5=ON \
	-DUSE_QT_SQLITE=ON \
	-DUSE_QT_QML=ON \
	-DUSE_JS=ON \
	-DUSE_ASPELL=ON \
	-DFREE_SPACE_BAR_C=ON \
	-DDBUS_NOTIFY=ON \
	-DUSE_GTK3=ON \
	-DUSE_LIBGNOME2=OFF \
	-DUSE_LIBNOTIFY=ON \
	-DUSE_LIBCANBERRA=ON \
	-DNO_UI_DAEMON=ON \
	-DXMLRPC_DAEMON=OFF \
	-DJSONRPC_DAEMON=ON \
	-DUSE_CLI_XMLRPC=ON \
	-DUSE_CLI_JSONRPC=ON \
	-DWITH_DEV_FILES=ON \
	-DEISKALTDCPP_INCLUDE_DIR="%{_includedir}/%{name}" \
	-DWITH_EMOTICONS=ON \
	-DWITH_SOUNDS=ON \
	-DWITH_EXAMPLES=ON \
	-DWITH_LUASCRIPTS=ON \
	-DWITH_DHT=ON \
	-DUSE_MINIUPNP=ON \
	-DCREATE_MO=ON \
	-DINSTALL_RUNTIME_PATH=OFF
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}/%{_datadir}/%{name}/examples/*.php
rm -rf %{buildroot}/%{_datadir}/%{name}/qt/qtscripts/gnome

%find_lang %{name}-gtk

find %{buildroot} -name "*.qm" | sed 's:'%{buildroot}':: 
s:.*/\([a-zA-Z]\{2\}\).qm:%lang(\1) \0:' > %{name}-qt.lang

%find_lang lib%{name} lib%{name}.lang

%changelog

* Fri Mar 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.10-3
- (8045120) Use individual Qt5 BuildRequires instead of qt5-devel
- (8045120) Minor spec cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10041 |14cu|ejabberd-2.1.13-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A distributed, fault-tolerant Jabber/XMPP server
Name:		ejabberd
Version:	2.1.13
Release:	6
License:	GPLv2+
Group:		System/Servers
Url:		http://www.ejabberd.im/
Source0:	http://www.process-one.net/downloads/ejabberd/%{version}/%{name}-%{version}.tgz
Source3:	inetrc
# http://ejabberd.jabber.ru/ejabberdctl-extra
Source4:	http://ejabberd.jabber.ru/files/efiles/mod_ctlextra.erl
# The following were extracted from a patch found on http://realloc.spb.ru/share/ejabberdad.html
Source5:	ejabberd_auth_ad.erl
Source6:	mod_shared_roster_ad.erl
Source7:	mod_vcard_ad.erl
Source9:	ejabberd.logrotate
Source10:	ejabberd.sysconfig
Source11:	ejabberd.service
Source12:	ejabberd.tmpfiles.conf
# PAM support
Source13:	ejabberdctl.pam
Source14:	ejabberdctl.apps
Source15:	ejabberd.pam
# Patches from Fedora
# Use ejabberd as an example for PAM service name (fedora/epel-specific)
Patch1:		ejabberd-0001-Fix-PAM-service-example-name-to-match-actual-one.patch
# fixed delays in s2s connections
Patch2:		ejabberd-0002-Fixed-delays-in-s2s-connections.patch
# Introducing mod_admin_extra
Patch3:		ejabberd-0003-Introducing-mod_admin_extra.patch
# BZ# 439583, 452326, 451554, 465196, 502361 (fedora/epel-specific)
Patch4:		ejabberd-0004-Fedora-specific-changes-to-ejabberdctl.patch
# Fix so-lib permissions while installing (fedora/epel-specific)
Patch5:		ejabberd-0005-Install-.so-objects-with-0755-permissions.patch
# Will be proposed for inclusion into upstream
Patch6:		ejabberd-0006-Use-versioned-directory-for-storing-docs.patch
# Backported from upstream
Patch7:		ejabberd-0007-Support-SASL-GSSAPI-authentication-thanks-to-Mikael-.patch
# Disable IP restriction for ejabberdctl (seems that it doesn't work well)
Patch8:		ejabberd-0008-Disable-INET_DIST_INTERFACE-by-default.patch
BuildRequires:	erlang-asn1
BuildRequires:	erlang-base
BuildRequires:	erlang-compiler
BuildRequires:	erlang-devel
BuildRequires:	erlang-erl_interface
BuildRequires:	erlang-parsetools
BuildRequires:	erlang-public_key
BuildRequires:	erlang-ssl
BuildRequires:	hevea
BuildRequires:	tetex-latex
BuildRequires:	texlive-collection-basic
BuildRequires:	texlive-collection-langgerman
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires:	erlang-asn1
Requires:	erlang-base
Requires:	erlang-compiler
Requires:	erlang-crypto
Requires:	erlang-mnesia
Requires:	erlang-ssl
Requires:	erlang-syntax_tools
Requires(post):	systemd
Requires(pre,post,preun,postun):	rpm-helper

%description
ejabberd is a Free and Open Source distributed fault-tolerant
Jabber/XMPP server. It is mostly written in Erlang, and runs on many
platforms (tested on Linux, FreeBSD, NetBSD, Solaris, Mac OS X and
Windows NT/2000/XP).

%files
%doc %{_docdir}/%{name}-%{version}
%{_docdir}/%{name}/COPYING
%{_docdir}/%{name}/README
%{_docdir}/%{name}/README.urpmi
%dir %attr(750,root,ejabberd) %{_sysconfdir}/ejabberd
%attr(750,root,ejabberd) %{_sysconfdir}/sysconfig/ejabberd
%attr(640,root,ejabberd) %config(noreplace) %{_sysconfdir}/ejabberd/ejabberd.cfg
%attr(640,root,ejabberd) %config(noreplace) %{_sysconfdir}/ejabberd/inetrc
%attr(640,root,ejabberd) %config(noreplace) %{_sysconfdir}/ejabberd/ejabberdctl.cfg
%{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf
%{_sbindir}/ejabberd
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/pam.d/ejabberdctl
%config(noreplace) %{_sysconfdir}/security/console.apps/ejabberdctl
%{_bindir}/ejabberdctl
%attr(550,root,ejabberd) %{_sbindir}/ejabberdctl
%dir %{_libdir}/ejabberd
%dir %{_libdir}/ejabberd/ebin
%dir %{_libdir}/ejabberd/priv
%{_libdir}/ejabberd/ebin/*
%{_libdir}/ejabberd/priv/*
%config(noreplace) %{_sysconfdir}/logrotate.d/ejabberd
%attr(-,ejabberd,ejabberd) /var/lib/ejabberd
%attr(-,ejabberd,ejabberd) /var/log/ejabberd

%pre
if [ -d %{_var}/lib/%{name}/spool ]; then
    mv -f %{_var}/lib/%{name}/spool/* %{_var}/lib/%{name}
    rmdir %{_var}/lib/%{name}/spool
fi
%_pre_useradd %{name} /var/lib/%{name} /bin/sh
%_pre_groupadd %{name} %{name}

%preun
%_preun_service %{name}

%post
%_create_ssl_certificate %{name} -b -g %{name}
%tmpfile_screate %{name}
%_post_service %{name}

%postun
%_postun_userdel %{name}
%_postun_groupdel %{name}

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	erlang-devel

%description devel
Development files for %{name}.

%files devel
%{_libdir}/ejabberd/include

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for ejabberd
Group:		Documentation

%description doc
Documentation for ejabberd.

%files doc
%{_docdir}/%{name}/*
%exclude %{_docdir}/%{name}/COPYING
%exclude %{_docdir}/%{name}/README
%exclude %{_docdir}/%{name}/README.urpmi

#----------------------------------------------------------------------------

%prep
%setup -q

%patch1 -p1 -b .pam_name
%patch2 -p1 -b .s2s_delays
%patch3 -p1 -b .mod_admin_extra
#%patch4 -p1 -b .fedora_specific
%patch5 -p1 -b .fix_perms
%patch6 -p1 -b .versioned_docdir
%patch7 -p1 -b .gssapi
%patch8 -p1 -b .disable_ip_restriction_for_ejabberdctl

# FIXME one more last-minute fix, now for 2.1.13
sed -i -e "s,2.1.12,2.1.13,g" src/configure
touch -r src/configure.ac src/configure

%{__perl} -pi -e "s!/var/lib/ejabberd!%{_libdir}/ejabberd-%{version}!g" src/Makefile.in
%{__perl} -pi -e "s!/etc!%{_sysconfdir}!g" src/Makefile.in

cp %{SOURCE4} src
cp %{SOURCE5} src
cp %{SOURCE6} src
cp %{SOURCE7} src

%build
%define _disable_ld_no_undefined 1
pushd src
%configure2_5x \
	--enable-odbc \
	--disable-pam \
	--disable-ejabberd_zlib

%make -j1
popd
pushd doc
make html pdf
popd

%install
pushd src
%makeinstall_std
popd

# fix example SSL certificate path to real one, which we created recently (see above)
perl -pi -e 's!/path/to/ssl.pem!/etc/ejabberd/ejabberd.pem!g' %{buildroot}/etc/ejabberd/ejabberd.cfg

# fix captcha path
perl -pi -e 's!/lib/ejabberd/priv/bin/captcha.sh!%{_libdir}/%{name}/priv/bin/captcha.sh!g' %{buildroot}/etc/ejabberd/ejabberd.cfg

mkdir -p %{buildroot}/var/log/ejabberd
mkdir -p %{buildroot}/var/lib/ejabberd/spool

chmod a+x %{buildroot}%{_libdir}/ejabberd/priv/lib/

perl -pi -e 's!./ssl.pem!/etc/pki/tls/private/ejabberd.pem!g' \
    %{buildroot}/etc/ejabberd/ejabberd.cfg

install -d -m 755 %{buildroot}/var/log/ejabberd
install -d -m 755 %{buildroot}%{_var}/lib/ejabberd

# install systemd entry
install -D -m 0644 -p %{S:11} %{buildroot}%{_unitdir}/%{name}.service
install -D -m 0644 -p %{S:12} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# install sysconfig file
install -D -p -m 0644  %{S:10} %{buildroot}%{_sysconfdir}/sysconfig/ejabberd

mkdir -p %{buildroot}%{_bindir}
ln -s consolehelper %{buildroot}%{_bindir}/ejabberdctl
install -D -p -m 0644 %{S:13} %{buildroot}%{_sysconfdir}/pam.d/ejabberdctl
install -D -p -m 0644 %{S:14} %{buildroot}%{_sysconfdir}/security/console.apps/ejabberdctl
install -D -p -m 0644 %{S:15} %{buildroot}%{_sysconfdir}/pam.d/ejabberd


# install config for logrotate
install -D -p -m 0644  %{S:9} %{buildroot}%{_sysconfdir}/logrotate.d/ejabberd

cp %{S:3} %{buildroot}%{_sysconfdir}/ejabberd/inetrc

cat > README.urpmi <<EOF
Mageia RPM specific notes

Post-installation
-----------------
There is no users created with the default configuration.

You have to first create an user, either through a client supporting registration (kopete, psi), or through command line:

$> su ejabberd -c 'ejabberdctl --node ejabberd@host register user domain.tld passwd'

Then you have to grant him admin privilege, by adding such a line in /etc/ejabberd/ejabberd.cfg:

{acl, admin, {user, "user"}}.

More commands are available, through ejabberctl:

$> su ejabberd -c 'ejabberdctl --node ejabberd@host help'

You can also access the web console at http://host:5280/admin
EOF

install -d -m 755 %{buildroot}%{_docdir}/%{name}
install -m 644 README %{buildroot}%{_docdir}/%{name}
install -m 644 README.urpmi %{buildroot}%{_docdir}/%{name}
install -m 644 COPYING %{buildroot}%{_docdir}/%{name}
install -m 644 doc/*.pdf doc/*.html doc/*.png doc/release_notes_*  %{buildroot}%{_docdir}/%{name}

install -d -m 755 %{buildroot}%{_sbindir}
# ejabberd wrapper
cat > %{buildroot}%{_sbindir}/ejabberd <<'EOF'
#!/bin/sh

ERLANG_NODE=ejabberd
ERL=/usr/bin/erl
LIB=%{_var}/lib/ejabberd/ebin
CONFIG=/etc/ejabberd/ejabberd.cfg
INETRC=/etc/ejabberd/inetrc
LOG=/var/log/ejabberd/ejabberd.log
SASL_LOG=/var/log/ejabberd/sasl.log
SPOOL=/var/lib/ejabberd

if [ -r /var/lib/ejabberd/.erlang.cookie ] ; then
    export HOME=/var/lib/ejabberd
fi

ARGS=
while [ $# -ne 0 ] ; do
    PARAM=$1
    shift
    case $PARAM in
	--) break ;;
	--node) ERLANG_NODE=$1; shift ;;
	--config) CONFIG=$1 ; shift ;;
	--log) LOG=$1 ; shift ;;
	--sasl-log) SASL_LOG=$1 ; shift ;;
	--spool) SPOOL=$1 ; shift ;;
	*) ARGS="$ARGS $PARAM" ;;
    esac
done

if [ "$ERLANG_NODE" = "${ERLANG_NODE%.*}" ] ; then
    SNAME=-sname
else
    SNAME=-name
fi

exec $ERL -pa $LIB \
    $SNAME $ERLANG_NODE \
    -s ejabberd \
    -kernel inetrc \"$INETRC\" \
    -ejabberd config \"$CONFIG\" log_path \"$LOG\" \
    -sasl sasl_error_logger \{file,\"$SASL_LOG\"\} \
    -mnesia dir \"$SPOOL\" \
    $ERL_OPTIONS $ARGS "$@"
EOF
chmod 755 %{buildroot}%{_sbindir}/ejabberd


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.13-6
- (a8f13ad) Build requires texlive-collection-langgerman



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10042 |14cu|eko-5.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple sound editor
Name:		eko
Version:	5.3.0
Release:	1
License:	GPLv3+
Group:		Sound
Url:		http://semiletov.org/eko/
Source0:	http://semiletov.org/eko/dloads/%{name}-%{version}.tar.bz2
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)

%description
Simple audio editor. It features:
 - real-time FX rack
 - generators of sine, nouse
 - channel converter
 - RMS and level analysis
 - DC offset corrector
 - reverese
 - handy editing
 - color palettes
 - hotkeys customizations

%files
%doc README COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%qmake_qt5 PREFIX=%{_prefix}
%make

%install
%makeinstall_qt

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=EKO
Name[ru]=EKO
Comment=Simple sound editor
Comment[ru]=Простой редактор звуковых файлов
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=AudioVideo;Audio;AudioVideoEditing;
EOF

# install menu icons
for N in 16 32 48 64;
do
convert icons/eko_icon.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

%changelog

* Thu Oct 20 2016 dsilakov <denis.silakov@rosalab.ru> 5.3.0-1
- (33fe11a) Merge pull request #2 from tremod/eko:rosa2016.1
- (33fe11a) Update to 5.3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10043 |14cu|electronics-menu-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		electronics-menu
Version:	1.0
Release:	1
Summary:	Electronics Menu for the Desktop
License:	GPLv2
Group:		Sciences/Computer science
Url:		http://geda.seul.org/
Source0:	http://geda.seul.org/dist/%{name}-%{version}.tar.gz
# Created by Chitlesh
Source1:	electronics-menu-1.0-submenu.tar.bz2
Patch0:		electronics-menu-1.0-submenus.patch
Patch1:		electronics-menu-1.0-makefile.patch
Patch2:		electronics-menu-1.0-typo.patch
Patch3:		electronics-menu-1.0-submenus-fr.patch
Patch4:		electronics-menu-1.0-submenus-qucs.patch

BuildArch:	noarch

%description
The programs from the category Electronics are normally located
in the Edutainment directory.
This Package adds a Electronics menu to the xdg menu structure.


%prep
%setup -q -a 1

%patch0 -p0 -b .submenus
%patch1 -p0 -b .submenus
%patch2 -p0 -b .typo
%patch3 -p0 -b .french
%patch4 -p0 -b .qucs

# allowing timestamps
sed -i 's|install|install -p|g' Makefile

sed -i 's|<Filename>fedora-|<Filename>|' electronics.menu

%build


%install
%makeinstall_std


%files
%doc COPYING README
%{_iconsdir}/hicolor/*/categories/applications-electronics*.png
%{_iconsdir}/hicolor/scalable/categories/applications-electronics*.svg
%config(noreplace) %{_sysconfdir}/xdg/menus/applications-merged/electronics.menu
%{_datadir}/desktop-directories/*.directory




%changelog

* Thu Apr 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-1
- (1624c05) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10044 |14cu|elementary-1.17.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Basic widget set based on EFL for mobile touch-screen devices
Name:		elementary
Version:	1.17.1
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.fr/releases/%{name}-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	doxygen
BuildRequires:	gettext-devel
BuildRequires:	edje
BuildRequires:	eet
BuildRequires:	embryo
BuildRequires:	eolian
BuildRequires:	evas_generic_loaders
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(ecore-con)
BuildRequires:	pkgconfig(ecore-evas)
BuildRequires:	pkgconfig(ecore-file)
BuildRequires:	pkgconfig(ecore-imf)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eet)
BuildRequires:	pkgconfig(efreet)
BuildRequires:	pkgconfig(efreet-mime)
BuildRequires:	pkgconfig(efreet-trash)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(eio)
BuildRequires:	pkgconfig(eldbus)
BuildRequires:	pkgconfig(eo)
BuildRequires:	pkgconfig(eolian)
BuildRequires:	pkgconfig(evas)

# Extra stuff
BuildRequires:	pkgconfig(emotion)
BuildRequires:	pkgconfig(ethumb_client)
#BuildRequires:	pkgconfig(eweather)

%description
A basic widget set that is easy to use based on EFL for mobile
touch-screen devices.

This package is part of the Enlightenment DR17 desktop shell.

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_bindir}/elementary_run
%{_bindir}/elementary_codegen
%{_bindir}/elementary_config
%{_bindir}/elementary_quicklaunch
%{_bindir}/elm_prefs_cc
%{_libdir}/edje/modules/elm/v-*/module.so
%{_libdir}/elementary/modules/access_output/v-*
%{_libdir}/elementary/modules/datetime_input_ctxpopup/v-*
%{_libdir}/elementary/modules/prefs/v-*
%{_datadir}/applications/%{name}_config.desktop
%{_datadir}/%{name}/config/*
%{_datadir}/%{name}/edje_externals/*
%{_datadir}/%{name}/images/*
%{_datadir}/%{name}/themes/default.edj
%{_datadir}/%{name}/objects/*
%{_iconsdir}/%{name}.png

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for the %{name} package
Group:		System/Libraries

%description -n %{libname}
Libraries for %{name}.

%files -n %{libname}
%{_libdir}/libelementary.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and development libraries from %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
%{name} development headers and libraries.

%files -n %{devname}
%{_bindir}/elementary_test
%dir %{_libdir}/cmake/Elementary
%{_libdir}/cmake/Elementary/*.cmake
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libelementary.so
%{_libdir}/elementary/modules/test_entry/v-*
%{_libdir}/elementary/modules/test_map/v-*
%{_datadir}/applications/%{name}_test.desktop
%dir %{_datadir}/eolian/include/elementary-1
%{_datadir}/eolian/include/elementary-1/*
%{_includedir}/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Thu Jun 16 2016 tremod <negry.m@yandex.ru> 1.17.1-1
- (b458e07) Update to 1.17.1

* Thu Mar 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.17.0-1
- (4d04f02) New version 1.17.0

* Fri May 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.14.0-1
- (57b4775) Updated to 1.14.0

* Wed Mar 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.13.1-1
- (1e97247) Updated to 1.13.1

* Thu Nov 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.11.5-1
- (d472125) New version 1.11.5

* Sat Oct 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.11.4-1
- (a4bc0d6) Fix source tarball format
- (Andrey Bondrov: c82a1f1) New version 1.11.4

* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.11.2-1
- (5957bd4) New version 1.11.2

* Tue Sep 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.11.1-1
- (583e109) New version 1.11.1

* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.10.2-1
- (2f749fc) Update files
- (Andrey Bondrov: efb0a6e) Add eolian to BuildRequires
- (Andrey Bondrov: b084d12) Update BuildRequires
- (Andrey Bondrov: 4429992) New version 1.10.2

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.9-2
- (9114729) MassBuild#464: Increase release tag

* Fri Nov 08 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.9-1
- (9753c0a) LOG Fix files list
- (Andrey Bondrov: b79b912) LOG New version 1.7.9

* Wed Jul 31 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.8-1
- (ebebfed) LOG New version 1.7.8

* Wed May 15 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.7-1
- (5c4afde) LOG New version 1.7.7

* Wed Apr 10 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.6-1
- (f79a232) LOG New version 1.7.6

* Tue Jan 08 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.5-1
- (28af3ab) LOG New bugfix version 1.7.5

* Sat Dec 22 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.4-1
- (4bea77c) LOG New version 1.7.4

* Mon Dec 10 2012 Alexander Khryukin <alexander@mezon.ru> 1.7.3-1
- (26bd88b) version update 1.7.3

* Fri Dec 07 2012 Alexander Khryukin <alexander@mezon.ru> 1.7.2-2
- (a4dc466) version update 1.7.2

* Fri Nov 02 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.1-2
- (ce0b0d5) LOG Update devel package Requires

* Thu Nov 01 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.1-1
- (a305f2c) Update BuildRequires
- (Alexander Khryukin: fadf459) BuildRequires:  pkgconfig(edje)
- (Alexander Khryukin: 24e039b) version update 1.7.1

* Wed Oct 10 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.0-1
- (376a7a9) LOG Update BuildRequires, try to disable parallel build for now
- (Andrey Bondrov: eaa3d3b) LOG Update BuildRequires
- (Andrey Bondrov: 23c4bad) LOG New version 1.7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10045 |14cu|elfio-3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ELFIO
%define sdevname %mklibname %{name} -d -s

Summary:	ELF (Executable and Linkable Format) reader and producer
Name:		elfio
Version:	3.2
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://elfio.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{oname}-sources/%{oname}-%{version}/%{name}-%{version}.tar.gz

%description
ELFIO is a C++ library for reading and generating files in the ELF
binary format. This library is unique and not based on any other
product. It is also platform independent. The library uses standard
ANSI C++ constructions and runs on a wide variety of architectures.

%files
%doc README AUTHORS doc/%{name}.pdf
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Development tools for programs using the %{oname} library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}elfio1-devel < 1.0.3-6

%description -n %{sdevname}
This package contains the header files and libraries needed for
developing programs using the %{oname} library.

%files -n %{sdevname}
%{_includedir}/%{name}/elf*.hpp

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%changelog

* Wed Sep 07 2016 alzim <alzim@bk.ru> 3.2-1
- (6339567) Merge pull request #2 from import/elfio:rosa2016.1
- (6339567) Updated to 3.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10046 |14cu|elyxer-1.2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec is based on Cristobal Lopez's work in MIB
# and Damir Shayhutdinov's work in ALT Linux

Name:		elyxer
Version:	1.2.5
Release:	1
Summary:	Convert LyX source files to HTML output
License:	GPLv3
Group:		Text tools
URL:		http://www.nongnu.org/elyxer/
Source0:	http://download.savannah.gnu.org/releases-noredirect/%{name}/%{name}-%{version}.tar.gz
Source1:	elyxer.1
Source2:	loremipsumize.1
BuildRequires:	python-devel
BuildRequires:	gettext-devel
BuildRequires:	pygtk2.0-devel
Requires:	pygtk2.0 >= 2.10
Requires:	gettext
Requires:	python
BuildArch:	noarch

%description
eLyXer converts a LyX source file to a HTML page. Full documentation in HTML
format can be found at docs/index.html, or on the web:
http://www.nongnu.org/elyxer/

%prep
%setup -q

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot} --install-lib=%{py_sitedir}

%__mkdir_p %{buildroot}%{_bindir}
%__mkdir_p %{buildroot}%{_datadir}/locale
cp -rf ./po/locale/* %{buildroot}%{_datadir}/locale

%__mkdir_p %{buildroot}%{_mandir}/man1
cp %{SOURCE1} %{SOURCE2} %{buildroot}%{_mandir}/man1/

for i in %{buildroot}%{_bindir}/*.py; do
%__mv $i %{buildroot}%{_bindir}/`basename $i .py`
done

%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/*
%{py_sitedir}/*.egg-info
%{_mandir}/man1/*




%changelog

* Tue Jun 30 2015 dsilakov <denis.silakov@rosalab.ru> 1.2.5-1
- (39e2f9c) Merge pull request #1 from inn0kenty/elyxer:rosa2014.1
- (39e2f9c) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10047 |14cu|emacs-EPL-0.7-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Control Emacs using Perl as an alternative to Emacs Lisp

Name: emacs-EPL
Version: 0.7
Release: 13
License: GPL
Group: Development/Perl
Source: http://www.cpan.org/modules/by-module/Emacs/Emacs-EPL-%{version}.tar.gz
Requires: emacs, perl
BuildRequires: perl-devel
BuildArch: noarch

%description
EPL (Emacs Perl) lets you control Emacs and XEmacs using Perl as an alternative
to Emacs Lisp.

%prep
%setup -n Emacs-EPL-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std
(
 cd lisp
 for i in *.el; do install -D $i %{buildroot}/usr/share/emacs/site-lisp/$i; done
)

install -d %{buildroot}/etc/emacs/site-start.d
echo "(require 'perl)" > %{buildroot}/etc/emacs/site-start.d/epl.el

%clean 

%files
%doc README
%{perl_vendorlib}/Emacs*
%{_mandir}/*/*
%{_datadir}/emacs/site-lisp/*
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*





%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.7-13
- (c6e8050) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10048 |14cu|emacs-htmlize-1.37-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname 	htmlize

Summary: 	HTML-ize font-lock buffers
Name: 		emacs-%{rname}
Version:	1.37
Release: 	4
Epoch:		0
Group: 		Editors
Url:		http://fly.srk.fer.hr/~hniksic/emacs/
Source0: 	%{url}%{rname}.el.lzma
License: 	GPLv2+
BuildArch:	noarch
BuildRequires:  emacs

%description
This package converts text and associated decorations in an emacs
buffer to HTML.

%prep
%setup -T -q -c %{rname}-%{version}
cp -f %SOURCE0 .
unlzma %{rname}.el.lzma
cat > %{rname}-start.el << EOF
;; -*- Mode: Emacs-Lisp -*-

(if (string-match "GNU Emacs" (version)) (autoload '%rname-buffer "%{rname}" nil t))
(if (string-match "GNU Emacs" (version)) (autoload '%rname-region "%{rname}" nil t))
(if (string-match "GNU Emacs" (version)) (autoload '%rname-file "%{rname}" nil t))
(if (string-match "GNU Emacs" (version)) (autoload '%rname-many-files "%{rname}" nil t))
(if (string-match "GNU Emacs" (version)) (autoload '%rname-many-files-dired "%{rname}" nil t))
EOF

%build
emacs -batch -q -no-site-file -f batch-byte-compile %{rname}.el 

%install

mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp
install -m 644 %{rname}.el %{buildroot}/%{_datadir}/emacs/site-lisp
install -m 644 %{rname}.elc %{buildroot}/%{_datadir}/emacs/site-lisp

mkdir -p %{buildroot}%{_sysconfdir}/emacs/site-start.d
install -m 644 %{rname}-start.el %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{rname}.el

%clean

%files
%defattr(0644,root,root,0755)
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/%{rname}.el
%{_datadir}/emacs/site-lisp/%{rname}.el*

%changelog

* Mon Nov 09 2015 Denis Silakov <dsilakov@gmail.com> 0:1.37-4
- (6477ca4) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10049 |14cu|emacs-w3m-1.5-0.20160603.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname w3m
%define emacs_version 25.0.92
%define git 20160603

Summary:	An Emacs interface to w3m, a web browser and pager
Name:		emacs-%{rname}
Version:	1.5
Release:	0.%{git}.1
License:	GPLv2+
Group:		Networking/WWW
Url:		http://emacs-w3m.namazu.org/
Source0:	%{name}-%{version}-%{git}.tar.bz2
Source1:	%{name}-autostart.el
BuildRequires:	emacs
Requires:	emacs
Requires:	w3m
Conflicts:	xemacs
Provides:	emacs-w3 = %{EVRD}
BuildArch:	noarch

%description
Emacs-w3m is a simple Emacs interface to w3m, which is a pager with WWW
capability. Although it is a pager, it can be used as a text-mode WWW browser.

%files
%doc README
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*el
%{_infodir}/*
%dir %attr(0755, root, root) %{_datadir}/emacs/site-lisp/%{rname}/
%{_datadir}/emacs/site-lisp/%{rname}/*elc
%{_datadir}/emacs/site-lisp/%{rname}/mew-%{rname}.el
%{_datadir}/emacs/site-lisp/%{rname}/mime-%{rname}.el
%{_datadir}/emacs/site-lisp/%{rname}/octet.el
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-load.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-save.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-ucs.el
%{_datadir}/emacs/%{emacs_version}/etc/images/w3m/

#----------------------------------------------------------------------------

%package el
Summary:	Web Browser sources for GNU Emacs
Group:		Editors
Url:		http://www.cs.indiana.edu/elisp/w3/
Requires:	%{name} = %{EVRD}

%description el
Emacs-w3m is a simple Emacs interface to w3m, which is a pager with WWW
capability. Although it is a pager, it can be used as a text-mode WWW browser.

This is the elisp source.

%files el
%doc ChangeLog
%dir %attr(0755, root, root) %{_datadir}/emacs/site-lisp/%{rname}/
%{_datadir}/emacs/site-lisp/%{rname}/ChangeLog
%{_datadir}/emacs/site-lisp/%{rname}/ChangeLog.1
%{_datadir}/emacs/site-lisp/%{rname}/bookmark-w3m.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-antenna.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-bookmark.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-bug.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-ccl.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-cookie.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-dtree.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-ems.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-favicon.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-fb.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-filter.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-form.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-hist.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-image.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-lnum.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-mail.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-namazu.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-perldoc.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-proc.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-rss.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-search.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-session.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-symbol.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-tabmenu.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-util.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}-weather.el.*
%{_datadir}/emacs/site-lisp/%{rname}/%{rname}.el.*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{git}

%build
autoreconf -fi
./configure --with-emacs=emacs --libdir=%{_libdir}

make

%install
mkdir -p %{buildroot}%{_sysconfdir}/emacs/site-start.d/
install -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{rname}.el

make install \
     infodir=%{buildroot}%{_infodir} \
     lispdir=%{buildroot}%{_datadir}/emacs/site-lisp/%{rname}

make install-icons \
     ICONDIR=%{buildroot}%{_datadir}/emacs/%{emacs_version}/etc/images/%{rname}


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5-0.20160603.1
- (7c1d1b8) New snapshot 20160603
- (7c1d1b8) Build for emacs 25.0.92
- (7c1d1b8) Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10050 |14cu|embutils-0.19-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Small system utilities for embedded systems
Name:		embutils
Version:	0.19
Release:	7
License:	GPLv2+
Group:		System/Base
Url:		http://www.fefe.de/
Source0:	http://dl.fefe.de/%{name}-%{version}.tar.bz2
Source1:	http://dl.fefe.de/%{name}-%{version}.tar.bz2.sig
BuildRequires:	dietlibc-devel
Prefix:		%{_libdir}/%{name}

%description
Most of the typical Unix userland typically comes from either the
GNU project or the BSD people. Those sources are ancient and 
optimized for features, not for small size, and now that computers
are fast enough and have lots of RAM, implementations became 
larger and larger. Features like internationalization eat lots of
memory and disk space.

For embedded system and boot disks (and desktops and servers for 
purist Unix users), you rather want small than internationalized 
versions of the utilities. That's why I started to reimplement a 
few important typical userland programs that I need on boot and 
rescue disks, making sure that you can link it against diet libc
to create very small statically linked binaries.

%files
%doc CHANGES TODO
%{prefix}/bin/allinone
%{prefix}/bin/arch
%{prefix}/bin/basename
%{prefix}/bin/cat
%{prefix}/bin/chgrp
%{prefix}/bin/chmod
%{prefix}/bin/chown
%{prefix}/bin/chroot
%{prefix}/bin/chrootuid
%{prefix}/bin/chvt
%{prefix}/bin/clear
%{prefix}/bin/cmp
%{prefix}/bin/cp
%{prefix}/bin/date
%{prefix}/bin/dd
%{prefix}/bin/df
%{prefix}/bin/dirname
%{prefix}/bin/dmesg
%{prefix}/bin/domainname
%{prefix}/bin/du
%{prefix}/bin/echo
%{prefix}/bin/env
%{prefix}/bin/false
%{prefix}/bin/head
%{prefix}/bin/hostname
%{prefix}/bin/id
%{prefix}/bin/insmod
%{prefix}/bin/install
%{prefix}/bin/kill
%{prefix}/bin/ln
%{prefix}/bin/ls
%{prefix}/bin/lsmod
%{prefix}/bin/md5sum
%{prefix}/bin/mesg
%{prefix}/bin/mkdir
%{prefix}/bin/mkfifo
%{prefix}/bin/mknod
%{prefix}/bin/mktemp
%{prefix}/bin/mount
%{prefix}/bin/mv
%{prefix}/bin/nice
%{prefix}/bin/nohup
%{prefix}/bin/pivot_root
%{prefix}/bin/printenv
%{prefix}/bin/pwd
%{prefix}/bin/renice
%{prefix}/bin/rm
%{prefix}/bin/rmdir
%{prefix}/bin/rmmod
%{prefix}/bin/sleep
%{prefix}/bin/sleep2
%{prefix}/bin/soscp
%{prefix}/bin/sosln
%{prefix}/bin/soslns
%{prefix}/bin/sosmv
%{prefix}/bin/sosrm
%{prefix}/bin/strings
%{prefix}/bin/sync
%{prefix}/bin/tail
%{prefix}/bin/tar
%{prefix}/bin/tee
%{prefix}/bin/test
%{prefix}/bin/time
%{prefix}/bin/touch
%{prefix}/bin/tr
%{prefix}/bin/true
%{prefix}/bin/truncate
%{prefix}/bin/tty
%{prefix}/bin/umount
%{prefix}/bin/uname
%{prefix}/bin/uniq
%{prefix}/bin/uudecode
%{prefix}/bin/uuencode
%{prefix}/bin/wc
%{prefix}/bin/which
%{prefix}/bin/whoami
%{prefix}/bin/write
%{prefix}/bin/yes

#----------------------------------------------------------------------------

%prep
%setup -q

%build
make FLAGS="-DPAGE_SIZE=\"`getconf PAGE_SIZE`\""

%install
install -d %{buildroot}%{prefix}/bin

make DESTDIR="%{buildroot}%{prefix}" prefix="" install

# fix softlinks...
ln -snf chown %{buildroot}%{prefix}/bin/chgrp
ln -snf mv %{buildroot}%{prefix}/bin/cp
ln -snf mknod %{buildroot}%{prefix}/bin/mkfifo

%changelog

* Mon Nov 09 2015 Denis Silakov <dsilakov@gmail.com> 0.19-7
- (880365b) Updated upstream URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10051 |14cu|e_modules-0.0.1-3.20160209.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitdate 20160209
%define debug_package %{nil}

Summary:	Loose collection of third party Enlightenment modules
Name:		e_modules
Epoch:		1
Version:	0.0.1
Release:	3.%{gitdate}.2
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://enlightenment.org/
Source0:	%{name}-%{version}.%{gitdate}.tar.bz2
BuildRequires:	edje
BuildRequires:	embryo
BuildRequires:	elementary
BuildRequires:	evas
BuildRequires:	imagemagick
BuildRequires:	gettext-devel
BuildRequires:	v8-devel
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eet)
BuildRequires:	pkgconfig(eeze)
BuildRequires:	pkgconfig(efreet)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(eldbus)
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(embryo)
BuildRequires:	pkgconfig(enlightenment)
BuildRequires:	pkgconfig(ethumb)
BuildRequires:	pkgconfig(evas)
BuildRequires:	pkgconfig(eweather)
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmpd)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(xkbfile)
Requires:	e

%description
e_modules is a loose collection of third party Enlightenment modules written
by various authors. They are not officially a part of Enlightenment, but they
are allowed to use the Enlightenment git repository. The modules are all
separate modules, written by separate authors.

%files
%{_bindir}/*
%{_datadir}/enlightenment/data/backgrounds/*
%{_libdir}/enlightenment/modules/*
%{_libdir}/edje/modules/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}.%{gitdate}

# No longer build, not ready to use etc
# Some of these should be rewised after E is updated
rm -fr comp-scale cpu desksanity diskio edgar elev8 elfe empris engage forecasts mail mem moon mpdule net news photo places share tclock wallpaper2

%build
%define Werror_cflags %{nil}

for i in `find * -type d|awk -F'/' '{print $1}'|sort|uniq`
do
(
	pushd $i
	autoreconf -fi
	%configure2_5x --disable-static
	make
	popd
)
done

%install
for i in `find * -type d|awk -F'/' '{print $1}'|sort|uniq`
do
	%makeinstall_std -C $i
done

# Don't use it to avoid file listed twice rpm error
#find_lang %{name} --all-name

# do not provide devel stuffs
rm -fr %{buildroot}%{_includedir}/drawer %{buildroot}%{_libdir}/pkgconfig


%changelog

* Fri Jun 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.0.1-3.20160209.2
- (1b9d8b8) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10052 |14cu|emotion_generic_players-1.17.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Emotion generic players
Name:		emotion_generic_players
Version:	1.17.0
Release:	1
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/libs/%{name}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(emotion)
BuildRequires:	pkgconfig(libvlc)

%description
These are binary players for Emotion using the "generic" module.

Emotion supports multiple modules provided as shared-objects under
PREFIX/lib/emotion/modules, making it extensible. However these
live in the same process as the application, thus problems handling
the media may crash or halt the application. Unfortunately media
handling is very error prone due multiple sources, sinks, decoders et
al, each with their own level of stability.

To solve this, Emotion ships with a "generic" module that is a
layer to talk to another process, the "player", using pipes and shared
memory (shm). If this external process dies, the main application
remains working (without any media, of course). Thus it is safer and
has some nice side effects such as avoiding bringing in many libraries to
decode media, saving memory in the application process, etc.

A secondary benefit is that the generic player is a separate process
and does not link with the user application code or EFL, avoiding
license conflicts. Many decoding libraries or elements exist with
conflicting licenses with GPL, LGPL or even proprietary code.

%files
%doc AUTHORS COPYING README
%{_libdir}/emotion/generic_players/*/vlc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Thu Mar 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.17.0-1
- (9b9ab5c) New version 1.17.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10053 |14cu|emprint-0.1.0-2.20130110.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20130110

Summary:	Enlightenment screen capture utility
Name:		emprint
Version:	0.1.0
Release:	2.%{git}.3
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
# git://git.enlightenment.org/apps/emprint.git
Source0:	%{name}-%{git}.tar.bz2
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(evas)

%description
Emprint is a utility for taking screenshots of the entire screen, a specific
window, or a specific region. It is written with the Enlightenment Foundation
Libraries.

%files
%doc AUTHORS README ChangeLog NEWS TODO
%{_bindir}/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{git}

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Thu Mar 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.0-2.20130110.3
- (a058ef2) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10054 |14cu|encfs-1.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1.9
%define libname %mklibname %{name} %{major}

Summary: 	Encrypted pass-through filesystem for Linux
Name:		encfs
Version:	1.9.1
Release:	1
Epoch:      2
License:	GPLv3+
Group:		File tools
Source0:	%{name}-%{version}.tar.gz
Patch0:     0001-Use-INITIALIZE_EASYLOGGINGPP-in-Error.cpp.patch
URL: 		http://www.arg0.net/encfs
Requires:	fuse >= 2.6
Requires:	kmod(fuse)
Requires:	openssl >= 0.9.7
BuildRequires:  cmake
BuildRequires:	rlog-devel >= 1.3
BuildRequires:	fuse-devel >= 2.6
BuildRequires:	openssl-devel >= 0.9.7
BuildRequires:	chrpath
BuildRequires:	boost-devel >= 1.34
#BuildRequires:	autoconf-archive
BuildRequires:	gettext-devel
%description
EncFS implements an encrypted pass-through filesystem in userspace using
FUSE. File names and contents are encrypted using OpenSSL.

%package -n 	%{libname}
Summary:	Libraries for encfs
Group:		System/Libraries

%description -n	%{libname}
Libraries for encfs.

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build
install -d -D -m 0755 %{buildroot}%{_libdir}
cp -a build/libencfs.so.* %{buildroot}%{_libdir}

%find_lang %{name}

chrpath -d %{buildroot}%{_bindir}/{encfs,encfsctl}

# unneeded files
rm -f %{buildroot}%{_libdir}/libencfs.la
rm -f %{buildroot}%{_libdir}/libencfs.so

%files -f %{name}.lang
%doc AUTHORS ChangeLog
%{_bindir}/*
%{_mandir}/man?/*

%files -n %{libname}
%{_libdir}/libencfs.so.%{major}*


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10055 |14cu|endless-sky-0.9.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define hidpi   %{name}-high-dpi

Name:           endless-sky
Version:        0.9.6
Release:        1
Summary:        A space exploration and combat game similar to Escape Velocity
Group:          Games/Simulation
License:        GPLv3+
URL:            http://endless-sky.github.io
Source0:        https://github.com/endless-sky/endless-sky/archive/v%{version}/%{name}-%{version}.tar.gz
Source1:        https://github.com/endless-sky/endless-sky-high-dpi/archive/v%{version}/%{hidpi}-%{version}.tar.gz

BuildRequires:  jpeg-devel
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glew)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(mad)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(sdl2)
BuildRequires:  scons
Requires:       %{name}-data >= %{version}-%{release}

%description
Endless Sky is a sandbox-style space exploration game similar to Elite,
Escape Velocity, or Star Control. You start out as the captain of a tiny
space ship and can choose what to do from there. The game includes a major
plot line and many minor missions, but you can choose whether you want to
play through the plot or strike out on your own as a merchant or bounty
hunter or explorer.

Note: For users of high-DPI monitors, there is an optional %{hidpi}
package that contains high-resolution graphics for this game.

%files
%doc copyright credits.txt README.md
%{_gamesbindir}/%{name}
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/%{name}.6*

#----------------------------------------------------------------------

%package data
Summary:        Data files for the Endless Sky game
License:        GPLv3+ 
BuildArch:      noarch

%description data
This package contains arch-independent data files for the Endless Sky
game (sounds, graphics, game scripts and texts).

%files data
%{_gamesdatadir}/%{name}/
%exclude %{_gamesdatadir}/%{name}/plugins/%{hidpi}

#----------------------------------------------------------------------

%package high-dpi
Summary:        High-DPI graphics for Endless Sky
License:        CC-BY-SA
BuildArch:      noarch

%description high-dpi
This is a collection of double-resolution sprites for Endless Sky. Installing
this package is fully optional. These sprites will only be used if:

- you have set the "zoom factor" to higher than 100%% in the preferences, or
- you have a high-DPI monitor.

%files high-dpi
%doc copyright
%{_gamesdatadir}/%{name}/plugins/%{hidpi}

#----------------------------------------------------------------------

%prep
%setup -q -a 1
cp -r  %{hidpi}-%{version}/copyright .

%build
%setup_compile_flags
%scons

%install
%setup_compile_flags
%scons_install PREFIX=%{_prefix}

install -d %{buildroot}%{_gamesdatadir}/%{name}/plugins
mv %{hidpi}-%{version} %{buildroot}%{_gamesdatadir}/%{name}/plugins/%{hidpi}


%changelog

* Sun Apr 16 2017 abfonly <abfonly@gmail.com> 0.9.6-1
- (3bdd8c5) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10056 |14cu|enemylines4-1.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple futuristic racing game
Name:		enemylines4
Version:	1.0
Release:	12
License:	GPLv2+
Group:		Games/Arcade
Url:		http://proj.phk.at/el/4/
Source0:	http://proj.phk.at/el/4/%{name}-%{version}.tar.bz2
Source10:	%{name}.png
# include assert.h in track.cc to fix build failure - AdamW 2008/02
Patch0:		enemylines4-assert.patch
Patch1:		enemylines4-1.0-mdv-fix-gcc-4.3.patch
Patch2:		enemylines4-1.0-optflags.patch
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)

%description
A simple futuristic racing game. Urgent deliveries - Reach goal before
time runs out. Times aren't what they used to be though.
Road conditions are horrible and traffic safety and control systems
have been offline for months.

%files
%doc README
%{_datadir}/%{name}
%{_gamesbindir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .assert~
%patch1 -p1 -b .gcc43~
%patch2 -p1 -b .optflags

find . -perm 0600 | xargs chmod 0644

%build
%make OPT_FLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_datadir}/%{name}/
cp ./data/* %{buildroot}%{_datadir}/%{name}/
install -m755 %{name} -D %{buildroot}%{_gamesbindir}/%{name}

mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m644 %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32x32 %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16x16 %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Categories=Game;ArcadeGame;
Name=Enemy Lines 4
Comment=A simple futuristic racing game
EOF


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-12
- (6a7886b) Build with system optflags to fix debug package
- (6a7886b) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10057 |14cu|enet-1.3.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		7
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	Simple and robust network communication layer on top of UDP

Name:		enet
Version:	1.3.13
Release:	1
Source0:	http://enet.bespin.org/download/%{name}-%{version}.tar.gz
License:	BSD
Group:		System/Libraries
URL:		http://enet.bespin.org

%description
ENet's purpose is to provide a relatively thin, simple and robust
network communication layer on top of UDP (User Datagram Protocol). The
primary feature it provides is optional reliable, in-order delivery of
packets.

ENet omits certain higher level networking features such as
authentication, lobbying, server discovery, encryption, or other similar
tasks that are particularly application specific so that the library
remains flexible, portable, and easily embeddable.

%package -n	%{libname}
Summary:	Libraries for %{name}

Group:		System/Libraries

%description -n	%{libname}
ENet's purpose is to provide a relatively thin, simple and robust
network communication layer on top of UDP (User Datagram Protocol). The
primary feature it provides is optional reliable, in-order delivery of
packets.

ENet omits certain higher level networking features such as
authentication, lobbying, server discovery, encryption, or other similar
tasks that are particularly application specific so that the library
remains flexible, portable, and easily embeddable.

This package provides the libraries for %{name}.

%package -n %{develname}
Summary:	Development files for for %{name}

Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
#Provides:	lib%{name}-devel = %{version}-%{release}

%description -n	%{develname}
Development files and headers for %{name}.

%prep
%setup -q 

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%doc LICENSE README ChangeLog
%{_libdir}/libenet.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}
%{_libdir}/libenet.so
%{_libdir}/pkgconfig/libenet.pc

%changelog

* Wed Jul 08 2015 dsilakov <denis.silakov@rosalab.ru> 1.3.13-1
- (634e8ce) Merge pull request #3 from inn0kenty/enet:rosa2014.1
- (634e8ce) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10058 |14cu|engauge-digitizer-7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		engauge-digitizer
Version:	7.0
Release:	1
Summary:	Convert graphs or map files into numbers
Group:		Sciences/Other
License:	GPLv2+
URL:		https://github.com/markummitchell/engauge-digitizer
Source0:	https://github.com/markummitchell/engauge-digitizer/archive/v%{version}/%{name}-%{version}.tar.gz
Source1:	%{name}.appdata.xml
Source2:	%{name}.svg
Source3:	%{name}-with-name.svg
Patch0:		%{name}-7.0-fix_test_script.patch
### Main building
BuildRequires:	desktop-file-utils
BuildRequires:	qt5-tools
BuildRequires:	qt5-assistant
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(libopenjp2)
BuildRequires:	pkgconfig(log4cpp)

### Doxygen for documentation
BuildRequires:	doxygen

### Xvfb is needed to run a virtual X server used by tests
BuildRequires:	x11-server-xvfb
BuildRequires:	pkgconfig(Qt5Test)

%description
Engauge 7 is rewritten with Qt5.
This digitizing software converts an image file showing a graph or map, into
numbers.
The image file can come from a scanner, digital camera or screen-shot.
The numbers can be read on the screen, and written or copied to a spreadsheet.
The process starts with an image file containing a graph or map.
The final result is digitized data that can be used by other tools such as
Gnumeric.

New features already added to Engauge:

* Older Engauge files (before version 6) can be loaded
* Undo/redo of all operations means recovering from mistakes and experimenting
  with options is painless
* Wizard provides an interactive tutorial to explain the basic steps
* Wizard creates a checklist guide to interactively leads user through steps
  from file import to file export
* Cubic spline interpolation between points gives more accurate curves with
  fewer points
* Axes Checker briefly highlights the axes when they are defined or modified,
  to reveal entry mistakes
* Graph coordinates can be specified as date and time value, or as degrees,
  minutes and seconds
* All settings dialogs are resizable so they can be enlarged as necessary to
  display more information
* Import by drag-and-drop
* Replacement of Qt3 (which is at its end of life) by Qt5
* Much better zooming, with a fill mode that automatically zooms in on image
  features, and rezooms when the application window is resized
* Color picking straight from the original image
* Uploadable error report generated when a programming error is encountered,
  for identifying problems and improving user support
* Test suite for regression testing minimizes code breakage
  as new features are added
* Multiple coordinate systems in the same image can be digitized in advanced
  mode
* Axes with only one known coordinate (floating axes) can be digitized in
  advanced mode
* File import by pasting

%package	samples
Summary:	Sample files for %{name}
Group:		Documentation
BuildArch:	noarch

%description	samples
This package contains several sample image files that may be imported into
Engauge Digitizer (http://digitizer.sourceforge.net).

These files are listed below, with comments:

* corners.png - Graph that lots of corners that would be painful
  to digitize manually
* gridlines.gif - Graph with gridlines that are easily removed by Engauge
* gridlines_log.gif - Another graph with gridlines that are easily
  removed by Engauge
* gridlines_log.src - Creates gridlines_log.gif in gnuplot using 'load'
  command (not an image!)
* inverse.jpg - Image of y/x function
* inverse.png - Same as inverse.jpg but in png format
* linlog.jpg - Graph with linear/logarithmic coordinates
* linlog.png - Same as linlog.jpg but in png format
* loglin.png - Graph with logarithmic/linear coordinates
* loglog.png - Graph with logarithmic/logarithmic coordinates
* normdist.jpg - Graph of normal distribution
* normdist.png - Same as normdist.jpg but in png format
* pointmatch.jpg - Graph with fuzzy points for playing with Point Match
  feature of Engauge
* pointplot.bmp - Graph with points that are easily captured by Point Match
  feature of Engauge, if the Discretize settings are set to "Intensity 90
  to 99" for the triangles, and "Intensity 10 to 50" for the diamonds
* polarcircles.jpg - Polar plot for experimenting. No coordinates are
  displayed, so not very useful
* polarplot.jpg - Polar plot with cardioid pattern
* polarplot.png - Same as polarplot.jpg but in png format
* testcase.jpg - Simple graph that serves as an excellent starting point
  for the new user
* testcase.png - Same as testcase.jpg but in png format
* testcoords.jpg - Advanced graph used by developers to check the affine
  transformations in Engauge
* testcoords.sxd - Open Office document used to create testcoords.jpg
  (not an image!)
* usgs.png - Fictional map loosely based on U.S. Geological Survey
  topographic maps

%package	doc
Summary:	HTML documentation of %{name}
Group:		Documentation
BuildArch:	noarch

%description	doc
HTML documentation of %{name}.

%prep
%setup -q
### optimization flags for compilers
%patch0 -p1
sed -e 's|RPM_OPT_FLAGS|"%{optflags}"|g' -i src/build_and_run_all_cli_tests

### Remove default -O1 optimization
sed -e 's|-O1||g' -i engauge.pro

### Active support to jpeg2000
sed -e 's|CONFIG      = qt warn_on thread debug|CONFIG = qt warn_on thread jpeg2000 debug|g' -i engauge.pro
sed -e 's|INCLUDEPATH += Jpeg2000|INCLUDEPATH += src/Jpeg2000|g' -i engauge.pro

### Remove spurious executable permissions
for i in `find src -type f \( -name "*.cpp" -o -name "*.h" \)`; do
chmod a-x $i
done

%build
export JPEG2000_INCLUDE=%{_includedir}/openjpeg-2.1
export JPEG2000_LIB=%{_libdir}
export ENGAUGE_RELEASE=1

### Build engauge
%qmake_qt5 engauge.pro DEFINES+=HELPDIR=%{_docdir}/%{name}/help
%make

### Build HELP files
pushd help
%{_qt5_bindir}/qcollectiongenerator engauge.qhcp -o engauge.qhc
mv engauge.qch ../bin/documentation
mv engauge.qhc ../bin/documentation
rm -f build
popd

### Build HTML/Latex documentation files
pushd src
doxygen
popd

%install
### Install binary
mkdir -p %{buildroot}%{_bindir}
install -p -m 755 bin/engauge %{buildroot}%{_bindir}

### Install sample files
mkdir -p %{buildroot}%{_datadir}/%{name}/samples
pushd samples
install -p -m 644 *.gif *.jp* *.png *.bmp %{buildroot}%{_datadir}/%{name}/samples
popd

### Install img files
mkdir -p %{buildroot}%{_datadir}/%{name}/img
install -p -m 644 src/img/* %{buildroot}%{_datadir}/%{name}/img

### Install appdata file
mkdir -p %{buildroot}%{_datadir}/appdata
install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/appdata

### Install icons svg
mkdir -p %{buildroot}%{_iconsdir}/hicolor/scalable/apps
install -p -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/scalable/apps
install -p -m 644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/scalable/apps

### Install .desktop file
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Engauge Digitizer
Type=Application
Comment=Extract data from graphs
Comment[fr]=Extraire des données à partir de graphiques
Comment[ru]=Извлечение данных из графов
TryExec=engauge
Exec=engauge
MimeType=text/plain;
Categories=Education;Science;DataVisualization;
Icon=%{name}-with-name
Keywords=analog;digital;converter;
EOF

%check
### Tests
pushd src
xvfb-run -s "-screen 0 640x480x24" -a  sh -x ./build_and_run_all_cli_tests

%files
%doc README.md help/
%doc bin/documentation/engauge.qhc bin/documentation/engauge.qch LICENSE
%{_bindir}/engauge
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_iconsdir}/hicolor/scalable/apps/%{name}*.svg
%exclude %{_datadir}/%{name}/samples

%files samples
%doc samples/README LICENSE
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/samples

%files doc
%doc README.md doc/doxygen/html LICENSE



%changelog

* Wed Mar 23 2016 Denis Silakov <denis.silakov@rosalab.ru> 7.0-1
- (04a3a1b) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10059 |14cu|engrampa-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname   mate-file-archiver

Name:          engrampa
Version:       1.12.0
Release:       1
Summary:       An archive manager for MATE Desktop
Group:         Archiving/Compression
License:       GPLv2+ and LGPLv2+
URL:           http://mate-desktop.org
Source0:       http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: chrpath
BuildRequires: mate-common
BuildRequires: xsltproc
BuildRequires: which
BuildRequires: xml2po
BuildRequires: magic-devel
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
#BuildRequires: pkgconfig(gnome-doc-utils)
BuildRequires: pkgconfig(libcaja-extension)
BuildRequires: pkgconfig(mate-desktop-2.0)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: itstool
BuildRequires: yelp-tools

Suggests:      cdrecord-isotools
# for the gsettings schema
Requires:      caja

%rename %{oname}

%description
Engrampa is an archive manager for the GNOME environment.  This means that 
you can : create and modify archives; view the content of an archive; view a 
file contained in the archive; extract files from the archive.
Engrampa is only a front-end (a graphical interface) to archiving programs 
like tar and zip. The supported file types are :
    * Tar archives uncompressed (.tar) or compressed with
          * gzip (.tar.gz , .tgz)
          * bzip (.tar.bz , .tbz)
          * bzip2 (.tar.bz2 , .tbz2)
          * compress (.tar.Z , .taz)
          * lzop (.tar.lzo , .tzo)
          * lzma (.tar.lzma , .tlz)
    * Zip archives (.zip)
    * Jar archives (.jar , .ear , .war)
    * Lha archives (.lzh)
    * Rar archives (.rar)
    * Single files compressed with gzip, bzip, bzip2, compress, lzop, lzma
    * ISO images


%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x                \
   --disable-scrollkeeper  \
   --disable-static        \
   --with-gtk=2.0          \
   --enable-packagekit \
   --enable-caja-actions

%make


%install
%makeinstall_std

%find_lang %{name} --with-gnome --all-name

#gw rpmlint errors
chrpath -d %{buildroot}%{_bindir}/%{name}
chrpath -d %{buildroot}%{_libdir}/caja/*/*.so

%files -f %{name}.lang
%doc README COPYING NEWS AUTHORS
%{_bindir}/%{name}
%{_libexecdir}/%{name}*
%{_datadir}/%{name}
%{_datadir}/appdata/engrampa.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/MateConf/gsettings/%{name}.convert
%{_datadir}/caja/extensions/libcaja-engrampa.caja-extension
%{_datadir}/glib-2.0/schemas/org.mate.engrampa.gschema.xml
%{_datadir}/dbus-1/services/org.mate.Engrampa.service
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_libdir}/caja/extensions-2.0/libcaja-%{name}.so
%{_mandir}/man1/%{name}.1.*

%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.12.0-1
- (c3bd087) Updated to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10060 |14cu|enigma-1.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Puzzle game similar to Oxyd
Name:		enigma
Version:	1.21
Release:	1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.nongnu.org/enigma/
Source0:	http://downloads.sf.net/%{name}-game/%{name}-%{version}.tar.gz
Patch0:		enigma-1.21-desktop.patch

BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libenet)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(xerces-c)
BuildRequires:	zipios++-devel

%description
Enigma is a tribute to and a re-implementation of one of the most
original and intriguing computer games of the 1990's: Oxyd.  Your
objective is easily explained: find and uncover all pairs of identical
Oxyd stones in each landscape.  Sounds simple?  It would be, if it
weren't for hidden traps, vast mazes, insurmountable obstacles and
innumerable puzzles blocking your direct way to the Oxyd stones...

%files -f %{name}.lang
%{_bindir}/*
%{_datadir}/enigma
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man6/*
%{_datadir}/icons/hicolor/48x48/apps/*
%{_datadir}/pixmaps/*
%{_datadir}/appdata/*
#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -rf %{buildroot}/%{_docdir}/%{name}

rm -rf %{buildroot}%{_includedir} %{buildroot}%{_libdir}/*.a

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="PuzzleGame" \
  --add-category="ArcadeGame;LogicGame" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name}


%changelog

* Thu Jul 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.21-1
- (a2fea09) Minor cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10061 |14cu|enjoy-0.1.0-1.20150505.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20150505

Summary:	Enjoy is a music player
Name:		enjoy
Version:	0.1.0
Release:	1.%{git}.2
License:	GPLv3+
Group:		Graphical desktop/Enlightenment
Url:		http://enlightenment.org/
Source0:	%{name}-%{git}.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	edje
BuildRequires:	elementary
BuildRequires:	embryo
BuildRequires:	evas
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(ecore-evas)
BuildRequires:	pkgconfig(ecore-file)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(eldbus)
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(emotion)
BuildRequires:	pkgconfig(evas) => 1.14.0
BuildRequires:	pkgconfig(lightmediascanner)
BuildRequires:	pkgconfig(sqlite3)

%description
Enjoy is a music player written using Enlightenment Foundation Libraries (EFL) 
with focus on speed and mobile usability, yet should be usable on desktops as 
well.

Enjoy is modeled around a media database constructed by LightMediaScanner, it 
is not meant to play single files from disk, instead it will recursively index 
directories for music files and then list them by artist, album, genre and so 
on. Playlists are also supported, as well as random or filter playlists can be 
dynamically generated.

Feature highlight:

    * Fast database scanning
    * Efficient handling of huge collections
    * MPRIS compliant
    * mobile usability
    * Search for covers in Last.FM internet service 

%files
%{_bindir}/*
%{_libdir}/enjoy_ql.so
%{_libdir}/%{name}/*.so
%{_iconsdir}/*.png
%{_datadir}/%{name}/*.edj
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{git}

%build
autoreconf -fi
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog

* Thu Mar 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.0-1.20150505.2
- (4749487) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10062 |14cu|enventor-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	The dynamic EDC editor to write your layout fast and easy
Name:		enventor
Version:	1.0.0
Release:	1
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.xz
BuildRequires:	edje
BuildRequires:	evas
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(ecore-ipc)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eet)
BuildRequires:	pkgconfig(efreet)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(eio)
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(eo)
BuildRequires:	pkgconfig(eolian)
BuildRequires:	pkgconfig(eolian-cxx)
BuildRequires:	pkgconfig(evas)
Requires:	edje
Requires:	evas

%description
The dynamic EDC editor to write your layout fast and easy.

%files -f %{name}.lang
%doc AUTHORS README ChangeLog NEWS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#---------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#---------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_datadir}/eolian/include/%{name}-1/*.eo
%{_includedir}/%{name}-1/
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/pixmaps
mv %{buildroot}%{_datadir}/icons/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

%find_lang %{name}

%changelog

* Mon Nov 07 2016 tremod <negry.m@yandex.ru> 1.0.0-1
- (52fa6ef) Merge pull request #1 from import/enventor:rosa2016.1
- (52fa6ef) Update to 1.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10063 |14cu|eog-plugins-3.16.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Plugins for the Eye of GNOME image viewer

Name:		eog-plugins
Version:	3.16.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org/projects/eog/
Source0: 	https://download.gnome.org/sources/eog-plugins/3.16/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(champlain-0.12)
BuildRequires:	pkgconfig(eog)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libpeas-gtk-1.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libgdata)

Requires:	eog

%description
This is the Eye of Gnome, an image viewer program. It is meant
to be a fast and functional image viewer as well as an image
cataloging program. It does proper handling of large images and
images with full opacity information, and can zoom and scroll
images quickly while keeping  memory usage constant.

This package contains additional plugins for EOG:
- Map
- Exif display
- Zoom to fit image width
- Flickr Uploader
- PicasaWeb Uploader
- Python Console
- Send By Mail
- Slideshow Shuffle

%files -f %{name}.lang
%doc AUTHORS NEWS README
# %{_datadir}/eog/plugins/*
# %{_libdir}/eog/plugins/*
%{_datadir}/glib-2.0/schemas/*.xml
%{_libdir}/eog/plugins/exif-display.plugin
%{_libdir}/eog/plugins/fit-to-width.plugin
%{_libdir}/eog/plugins/hide-titlebar.plugin
%{_libdir}/eog/plugins/libexif-display.so
%{_libdir}/eog/plugins/libfit-to-width.so
%{_libdir}/eog/plugins/libhide-titlebar.so
%{_libdir}/eog/plugins/liblight-theme.so
%{_libdir}/eog/plugins/libmap.so
%{_libdir}/eog/plugins/libpostasa.so
%{_libdir}/eog/plugins/libsend-by-mail.so
%{_libdir}/eog/plugins/light-theme.plugin
%{_libdir}/eog/plugins/map.plugin
%{_libdir}/eog/plugins/postasa.plugin
%{_libdir}/eog/plugins/send-by-mail.plugin
%{_datadir}/appdata/eog-exif-display.metainfo.xml
%{_datadir}/appdata/eog-fit-to-width.metainfo.xml
%{_datadir}/appdata/eog-hide-titlebar.metainfo.xml
%{_datadir}/appdata/eog-light-theme.metainfo.xml
%{_datadir}/appdata/eog-map.metainfo.xml
%{_datadir}/appdata/eog-postasa.metainfo.xml
%{_datadir}/appdata/eog-send-by-mail.metainfo.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 3.16.3-1
- (24c051a) Updated to 3.16.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10064 |14cu|eom-1.12.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gi_major 1.0
%define girname %mklibname eom %{gi_major}

%define url_ver	%(echo %{version}|cut -d. -f1,2)
%define oname  mate-image-viewer

Name:          eom
Version:       1.12.2
Release:       1
Summary:       Eye of MATE image viewer
Group:         Graphical desktop/Other
License:       GPLv2+ and LGPLv2+ 
URL:           http://mate-desktop.org 
Source0:       http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		eom_fix-glibcompile-f23.patch
Patch2:		eom-1.12.0-mimetypes.patch

BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtk-doc)
BuildRequires: pkgconfig(libglade-2.0)
BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(exempi-2.0)
BuildRequires: pkgconfig(libart-2.0)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(librsvg-2.0)
#BuildRequires: pkgconfig(mate-doc-utils)
BuildRequires: pkgconfig(mate-desktop-2.0)
BuildRequires: pkgconfig(lcms)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
#BuildRequires: pkgconfig(mate-icon-theme)
BuildRequires: pkgconfig(pygtk-2.0)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(shared-mime-info)
BuildRequires: pkgconfig(pygobject-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: jpeg-devel
BuildRequires: intltool
BuildRequires: itstool
BuildRequires: which
BuildRequires: xml2po
BuildRequires: mate-common
BuildRequires: yelp-tools

Requires:      mate-desktop
Requires:      mate-icon-theme
Requires:      gsettings-desktop-schemas

%rename %{oname}

%description
This is the Eye of MATE, an image viewer program.  It is meant to be
a fast and functional image viewer.

Eye of MATE is a fork of Eye of GNOME.

%package devel
Summary:  C headers needed to build EOM plugins
Group:    Development/C
Requires: %{name} = %{version}
Provides: %{name}-devel = %{version}-%{release}
Provides: %{oname}-devel = %{version}-%{release}

%description devel
The Eye of MATE image viewer (eom) is the official image viewer for the
MATE desktop. This package allows you to develop plugins that add new
functionality to eom.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{name} = %{version}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -q
%apply_patches

%build
# NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
   --disable-schemas-compile \
   --disable-scrollkeeper
           
%make LIBS='-lgmodule-2.0 -lz'


%install
%makeinstall_std

desktop-file-install                               \
  --delete-original                                \
  --dir %{buildroot}%{_datadir}/applications    \
%{buildroot}%{_datadir}/applications/eom.desktop

# Remove needless MateConf stuff
rm -fr %{buildroot}%{_datadir}/MateConf

%find_lang eom --with-gnome

# save space by linking identical images in translated docs
helpdir=%{buildroot}%{_datadir}/mate/help/%{name}
for f in $helpdir/C/figures/*.png; do
  b="$(basename $f)"
  for d in $helpdir/*; do
    if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
      g="$d/figures/$b"
      if [ -f "$g" ]; then
        if cmp -s $f $g; then
          rm "$g"; ln -s "../../C/figures/$b" "$g"
        fi
      fi
    fi
  done
done

%post
/bin/touch --no-create %{_datadir}/mate-image-viewer/icons/hicolor >&/dev/null || :

%files -f %name.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/eom
%{_mandir}/man1/eom.*
%{_libdir}/eom/plugins
%{_datadir}/applications/eom.desktop
%{_datadir}/eom
%{_datadir}/appdata/eom.appdata.xml
%{_datadir}/gtk-doc/html/eom/*
%{_datadir}/icons/hicolor/*/apps/eom.*
%{_datadir}/glib-2.0/schemas/*

%files devel
%{_libdir}/pkgconfig/eom.pc
%{_libdir}/girepository-1.0/Eom-1.0.typelib
%{_includedir}/eom-2.20

%files -n %{girname}
%{_datadir}/gir-1.0/Eom-%{gi_major}.gir

%changelog

* Sat Mar 05 2016 Denis Silakov <dsilakov@gmail.com> 1.12.2-1
- (2c8b219) Updated to 1.12.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10065 |14cu|ephoto-0.1.3-0.20160301.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20160301

Summary:	Enlightenment photo manager
Name:		ephoto
Epoch:		2
Version:	0.1.3
Release:	0.%{git}.2
License:	BSD
Group:		Graphics
Url:		http://www.enlightenment.org
Source0:	%{name}-%{version}.%{git}.tar.bz2
Buildrequires:	edje
Buildrequires:	elementary
Buildrequires:	evas
Buildrequires:	subversion
Buildrequires:	gettext-devel
BuildRequires:	pkgconfig(edje)
Buildrequires:	pkgconfig(efreet)
Buildrequires:	pkgconfig(eio)
Buildrequires:	pkgconfig(elementary)
Buildrequires:	pkgconfig(ethumb)
BuildRequires:	pkgconfig(evas)
Buildrequires:	pkgconfig(eweather)
Buildrequires:	pkgconfig(libexif)

%description
Ephoto is an ewl app that is used for sophisticate image viewing.
This package is part of the Enlightenment desktop shell.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/*
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/ephoto.desktop
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}.%{git}

%build
autoreconf -fi
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Wed Dec 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:0.1.3-0.20160301.2
- (1891cff) Don't require evas_generic_loaders to build, it's merged into evas now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10066 |14cu|epic4-2.10.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define help_version 20050315

Summary:	(E)nhanced (P)rogrammable (I)RC-II (C)lient
Name:		epic4
Version:	2.10.6
Release:	1
License:	BSD
Group:		Networking/IRC
Url:		http://www.epicsol.org/
Source0:	ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/epic4-%{version}.tar.xz
Source1:	ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/epic4-help-%{help_version}.tar.gz
Source2:	epic.wmconfig
Source3:	ircII.servers
# Don't include term.h, it conflicts with termcap.h - AdamW 2008/12
Patch0:		epic4-2.10-include.patch
BuildRequires:	desktop-file-utils
BuildRequires:	perl-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
Provides:	epic = %{EVRD}
Provides:	epic-help = %{help_version}

%description
EPIC is the (E)nhanced (P)rogrammable (I)RC-II (C)lient. It is a program
used to connect to IRC servers around the globe so that the user can chat
with others.

%files
%doc INSTALL UPDATES KNOWNBUGS BUG_FORM doc/*
%{_bindir}/*
%{_libexecdir}/wserv4
%dir %{_datadir}/epic
%config(noreplace) %{_datadir}/epic/ircII.servers
%{_datadir}/epic/script/
%{_datadir}/epic/help/
%{_mandir}/man1/*
%{_datadir}/applications/*-%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -a 1 -T -b 0
%patch0 -p1 -b .include
rm -r `%{_bindir}/find -type d -name CVS`

%build
%configure2_5x \
	--with-ipv6 \
	--with-perl \
	--with-ssl \
	--without-socks \
	--without-socks5 \
	--with-tcl

%make wserv_exe="%{_libexecdir}"

%install
%makeinstall installhelp sharedir=%{buildroot}%{_datadir} libexecdir=%{buildroot}%{_libexecdir}
install -m644 %{SOURCE3} %{buildroot}%{_datadir}/epic
chmod 755 %{buildroot}%{_datadir}/epic/script/epic-crypt-gpg{,-aa}

cat > %{name}.desktop << EOF
[Desktop Entry]
Name=Epic
Comment=EPIC is the (E)nhanced (P)rogrammable (I)RC-II (C)lient.
Exec=%{_bindir}/%{name}
Icon=irc_section
Terminal=false
Type=Application
Categories=Network;IRCClient;
EOF

mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --vendor="rosa" \
	--remove-category="Application" \
	--dir %{buildroot}%{_datadir}/applications %{name}.desktop

# Empty docs make rpmlint go crazy
find %{buildroot} -size 0 |xargs rm -f

%changelog

* Wed Sep 07 2016 alzim <alzim@bk.ru> 2.10.6-1
- (8c05be7) Merge pull request #1 from import/epic4:rosa2016.1
- (8c05be7) Updated to 2.10.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10067 |14cu|epic5-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	(E)nhanced (P)rogrammable (I)RC-II (C)lient
Name:		epic5
Version:	2.0.1
Release:	1
License:	BSD
Group:		Networking/IRC
Url:		http://www.epicsol.org/
Source0:	http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/%{name}-%{version}.tar.xz
Source1:	ftp://ftp.epicsol.org/pub/epic/help/epic-help-current.tar.gz
# Amnesiac 2.0.2 release updated on Jul 26 2010 @ 20:09
Source2:	http://amnesiac.ircii.org/amnesiac2.0.2cvs51.tgz
Source10:	%{name}.rpmlintrc
BuildRequires:	perl-devel
BuildRequires:	ruby-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)

%description
EPIC is an irc client project. The EPIC software was forked from
ircII-2.8.2 in fall 1994. There have been 5 generations of EPIC.

EPIC's development model is to provide tools to scripters rather than
features to end users. Out of the box, EPIC behaves much the same way
ircII-2.8.2 did in 1994. To truly leverage EPIC, you will need a
script pack.

This package includes the Amnesia script pack, see http://amnesiac.ircii.org

%files
%defattr(0644,root,root,0755)
%doc BUG_FORM COPYRIGHT FILES INSTALL KNOWNBUGS README README-CRYPTO UPDATES VOTES doc/* contrib regress
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0755,root,root) %{_bindir}/%{name}-%{version}
%attr(0755,root,root) %{_bindir}/epic5-wserv4
%{_mandir}/man1/%{name}.1*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -a 1 -T -b 0
find . -type d -name CVS | xargs -t rm -r
perl -pi -e 's|/usr/local/bin/perl5|perl|' regress/crash-irc

%build
autoreconf -fi
%configure2_5x \
	--with-ipv6 \
	--with-perl \
	--with-ruby \
	--with-ssl \
	--without-socks \
	--with-tcl
make wserv_exe=%{_bindir}/wserv4

%install
%makeinstall \
	libexecdir=%{buildroot}%{_bindir} \
	sharedir=%{buildroot}%{_datadir} \
	installhelp

chmod 755 %{buildroot}%{_datadir}/%{name}/script/epic-crypt-gpg{,-aa}

tar -xf %{SOURCE2} -C %{buildroot}%{_datadir}/%{name}/script
chmod 644 %{buildroot}%{_datadir}/%{name}/script/amn/themes/ansiless.th

%changelog

* Wed Sep 07 2016 alzim <alzim@bk.ru> 2.0.1-1
- (923b8f2) Merge pull request #2 from import/epic5:rosa2016.1
- (923b8f2) Updated to 2.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10068 |14cu|epour-0.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Enlightened torrent client
Name: 		epour
Version:	0.6.0
Epoch:		1
Release:	4
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.bz2
Patch0:		epour-0.6.0-catch-RuntimeWarnings.patch
BuildRequires:	intltool
BuildRequires:	python-distutils-extra
Requires:	python-dbus
Requires:	python-efl
Requires:	python-libtorrent-rasterbar
Requires:	python-pyxdg
BuildArch:	noarch

%description
Epour is a torrent client based on EFL.

%files
%doc AUTHORS README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build

%install
python setup.py install --prefix=%{buildroot}%{_prefix}


%changelog

* Thu Mar 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.6.0-4
- (2c98e32) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10069 |14cu|equalizer-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define	major 1.12.0
%define api 193
%define	libname %mklibname %{name} %{major}
%define	devname %mklibname -d %{name}
%define Werror_cflags %nil
%define oname Equalizer

Name:           equalizer
Version:        %{major}
Release:        1
Summary:        Middleware to create and deploy parallel OpenGL-based applications
License:        LGPLv2+ 
Group:          Video
Url:            http://equalizergraphics.com/
Source0:        https://github.com/Eyescale/Equalizer/archive/%{oname}-%{version}.tar.gz
#git clone https://github.com/Eyescale/CMake.git common && cd common && git checkout 927b438
Source1:        common-927b438.tar.gz
Source100:      equalizer.rpmlintrc
Patch0:		equalizer.doxyrules.patch
Patch1:		equalizer.libdir.patch
Patch2:		equalizer.build-order.patch
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  bison
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRequires:  doxygen
BuildRequires:  graphviz
BuildRequires:  flex
BuildRequires:  boost
BuildRequires:  boost-devel
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(python)
BuildRequires:  spnav-devel
BuildRequires:  pkgconfig(sm)
BuildRequires:  pkgconfig(x11)
BuildRequires:  qt5-devel
BuildRequires:  pkgconfig(Qt5Core) 
BuildRequires:  pkgconfig(openscenegraph) 
BuildRequires:  pkgconfig(Qt5OpenGL)
BuildRequires:  opencv-devel
BuildRequires:  pkgconfig(glut)
BuildRequires:  pkgconfig(Qt5Qml) 
BuildRequires:  pkgconfig(Qt5Quick)
BuildRequires:  pkgconfig(osmesa)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glut)
BuildRequires:  pkgconfig(glewmx)
BuildRequires:  gomp-devel
BuildRequires:  pkgconfig(hwloc)
BuildRequires:  glibc-devel
# mandatory versions
BuildRequires:  deflect
BuildRequires:  deflect-devel
BuildRequires:  collage-devel
BuildRequires:  lunchbox-devel
BuildRequires:  vmmlib-devel
BuildRequires:  glstats-devel
BuildRequires:  hwsd-devel

Requires:  %{libname} = %{EVRD}

%description
Equalizer is the standard middleware to create and deploy parallel 
OpenGL-based applications. It enables applications to benefit from multiple 
graphics cards, processors and computers to scale the rendering 
performance, visual quality and display size. An Equalizer application runs 
unmodified on any visualization system, from a simple workstation to large 
scale graphics clusters, multi-GPU workstations and Virtual Reality 
installations.

%files
%doc README.md
%{_bindir}/eqAsync
%{_bindir}/eqHello
%{_bindir}/eqPixelBench
%{_bindir}/eqPly
%{_bindir}/eqPlyConverter
%{_bindir}/eqCPU
%{_bindir}/eqServer
%{_bindir}/eqThreadAffinity
%{_bindir}/eqWindowAdmin
%{_bindir}/eVolve
%{_bindir}/eVolveConverter
%{_bindir}/osgScaleViewer
%{_bindir}/seqPly
%{_datadir}/%{oname}/data

#------------------------------------------------------------
%package -n     %{libname}
Summary:        Parallel OpenGL Library
Group:          Video

%description -n %{libname}
Equalizer is the standard middleware to create and deploy parallel 
OpenGL-based applications. It enables applications to benefit from multiple 
graphics cards, processors and computers to scale the rendering 
performance, visual quality and display size. An Equalizer application runs 
unmodified on any visualization system, from a simple workstation to large 
scale graphics clusters, multi-GPU workstations and Virtual Reality 
installations.

%files -n	%{libname}
%doc README.md
%{_libdir}/lib%{oname}*.so.%{major}
%{_libdir}/lib%{oname}*.so.%{api}
%{_libdir}/libSequel.so.*
%{_libdir}/libtriply.so.*
#------------------------------------------------------------
%package -n %{devname}
Summary:        Development files for %{name}
Group:          Development/Other
Requires:       %{libname} = %{EVRD}
Requires:	    deflect-devel
Requires:    	collage-devel
Requires:    	lunchbox-devel
Requires:    	vmmlib-devel
Requires:    	glstats-devel
Requires:    	hwsd-devel
Requires:       pkgconfig(sm)
Requires:       pkgconfig(x11)
Provides:	    %{name}-devel = %{EVRD}

%description -n %{devname}
Middleware to create and deploy parallel OpenGL-based applications.

This package contains header files and libraries needed to develop 
application that use %{name}.

%files -n %{devname}
%{_docdir}/%{oname}
%{_includedir}/eq
%{_includedir}/seq
%{_includedir}/triply
%{_libdir}/libEqualizer*.so
%{_libdir}/libSequel.so
%{_libdir}/libtriply.so
%{_datadir}/%{oname}/CMake
%{_datadir}/%{oname}/configs
%{_datadir}/%{oname}/examples
#------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version} -a1
mv common CMake/common

%patch0 -p0
%patch1 -p0
%patch2 -p0

sed -i '18i#include <omp.h>' eq/server/configUpdateDataVisitor.cpp
pushd examples/triply
find . -name "*.cpp"  -exec sed -i '1i#include <omp.h>' {} \;
popd

%build
%cmake \
	-DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_CXX_FLAGS="-Wall -Wextra -fopenmp" \
	-DEQUALIZER_USE_HWLOC=ON \
	-DCMAKE_SKIP_RPATH:BOOL=OFF

export CXXFLAGS="%{optflags} -fopenmp"
%make
%make doxygen

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_docdir}
mv %{buildroot}%{_datadir}/%{oname}/doc %{buildroot}%{_docdir}/%{oname}


%changelog

* Tue Aug 09 2016 abfonly <abfonly@gmail.com> 1.12.0-1
- (231e57b) Updated equalizer.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10070 |14cu|eric-17.02.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Full featured Python and Ruby editor and IDE
Name:		eric
Version:	17.02.1
Release:	1
License:	GPLv2+
Group:		Development/Python
Url:		http://eric-ide.python-projects.org/
Source0:	http://sourceforge.net/projects/eric-ide/files/eric6/stable/%{version}/%{name}6-%{version}.tar.gz
Source1:	http://sourceforge.net/projects/eric-ide/files/eric6/stable/%{version}/%{name}6-i18n-de-%{version}.tar.gz
Source2:	http://sourceforge.net/projects/eric-ide/files/eric6/stable/%{version}/%{name}6-i18n-fr-%{version}.tar.gz
Source3:	http://sourceforge.net/projects/eric-ide/files/eric6/stable/%{version}/%{name}6-i18n-ru-%{version}.tar.gz
Source4:	http://sourceforge.net/projects/eric-ide/files/eric6/stable/%{version}/%{name}6-i18n-cs-%{version}.tar.gz
Source5:	http://sourceforge.net/projects/eric-ide/files/eric6/stable/%{version}/%{name}6-i18n-es-%{version}.tar.gz
Source6:	http://sourceforge.net/projects/eric-ide/files/eric6/stable/%{version}/%{name}6-i18n-tr-%{version}.tar.gz
Source7:	http://sourceforge.net/projects/eric-ide/files/eric6/stable/%{version}/%{name}6-i18n-zh_CN-%{version}.tar.gz
Source8:	http://sourceforge.net/projects/eric-ide/files/eric6/stable/%{version}/%{name}6-i18n-it-%{version}.tar.gz
Source9:	http://sourceforge.net/projects/eric-ide/files/eric6/stable/%{version}/%{name}6-i18n-en-%{version}.tar.gz
Source10:	http://sourceforge.net/projects/eric-ide/files/eric6/stable/%{version}/%{name}6-i18n-pt-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	python-qt4
BuildRequires:	python-qt4-qscintilla
BuildRequires:	python-sip
BuildRequires:	qscintilla-qt4-devel
Requires:	python-qt4
Requires:	python-qt4-help
Requires:	python-qt4-qscintilla
Requires:	python-svn
BuildArch:	noarch
# If eric detects python-qt5 then it tries to use PyQt5.Qsci, but we don't have python-qt5-scintilla yet
Conflicts:	python-qt5-core

%description
Eric is a full featured Python and Ruby editor and IDE, written in python. It
is based on the cross platform Qt gui toolkit, integrating the highly flexible
Scintilla editor control. It is designed to be usable as everdays' quick and
dirty editor as well as being usable as a professional project management tool
integrating many advanced features Python offers the professional coder.

%files
%doc README.rst THANKS
%{_bindir}/*
%{qt4dir}/qsci/api
%{py_puresitedir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/metainfo/%{name}6.appdata.xml
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_datadir}/pixmaps/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}6-%{version}
%setup -q -n %{name}6-%{version} -D -T -b 1
%setup -q -n %{name}6-%{version} -D -T -b 2
%setup -q -n %{name}6-%{version} -D -T -b 3
%setup -q -n %{name}6-%{version} -D -T -b 4
%setup -q -n %{name}6-%{version} -D -T -b 5
%setup -q -n %{name}6-%{version} -D -T -b 6
%setup -q -n %{name}6-%{version} -D -T -b 7
%setup -q -n %{name}6-%{version} -D -T -b 8
%setup -q -n %{name}6-%{version} -D -T -b 9
%setup -q -n %{name}6-%{version} -D -T -b 10

%install
mkdir -p %{buildroot}%{py_puresitedir}/%{name}
python install.py -i %{buildroot} \
	-b %{_bindir} -d %{py_puresitedir} \
	-a %{qt4dir}/qsci/api

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}6.desktop << EOF
[Desktop Entry]
Name=Eric
Name[ru]=Eric
Comment=Python IDE
Comment[ru]=Интегрированная среда разработки для Python
Exec=eric6
Icon=%{name}
Terminal=false
Type=Application
Categories=Development;IDE;QT;
EOF

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert -scale 48 %{buildroot}%{py_puresitedir}/eric6/icons/default/erict.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{buildroot}%{py_puresitedir}/eric6/icons/default/erict.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{buildroot}%{py_puresitedir}/eric6/icons/default/erict.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png


%changelog

* Mon Feb 27 2017 abondrov <andrey.bondrov@rosalab.ru> 17.02.1-1
- (d3f9d95) Merge pull request #5 from termim/eric:rosa2014.1
- (d3f9d95) eric



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10071 |14cu|esteidcerts-3.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_number 9128

Name:		esteidcerts
Version:	3.8.0
Release:	3
Summary:	Estonian ID-card certificates
Group:		System/Libraries
License:	LGPLv2
URL:		http://id.eesti.ee
Source:		http://archive.esteid.org/%{version}/%{name}-%{version}.%{build_number}.tar.gz
Buildarch:	noarch

%description
%{summary}.

%prep
%setup -qn %{name}-%{version}.%{build_number}

%build
rm -f TEST*

%install
install -d %{buildroot}%{_datadir}/esteid/certs
install -D -c -p -m 644 *.crt %{buildroot}%{_datadir}/esteid/certs/

%files
%doc README.txt
%{_datadir}/esteid

%changelog
* Wed Jan 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.8.0-3
+ Revision: 9e88b10
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10072 |14cu|etckeeper-1.18.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Store /etc in a SCM system (git, mercurial, bzr or darcs)
Name:		etckeeper
Version:	1.18.5
Release:	1
Group:		System/Base
License:	GPLv2+
Url:		http://etckeeper.branchable.com/
Source0:	https://github.com/joeyh/etckeeper/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
Source1:	README.ROSA
Patch0:		etckeeper-makefile-remove-python-plugins.patch
Requires:	crontabs
Requires:	git
BuildArch:	noarch

%description
The etckeeper program is a tool to let /etc be stored in a git,
mercurial, bzr or darcs repository.

To start using the package please read README.

%files
%doc README.md README.ROSA
%{_bindir}/%{name}
%{_mandir}/man8/%{name}.8*
%dir %{_sysconfdir}/%{name}
%{_sysconfdir}/%{name}/*.d
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%{_sysconfdir}/cron.daily/%{name}
%{_datadir}/bash-completion/completions/%{name}
%{_localstatedir}/cache/%{name}
/etc/etckeeper/daily
/lib/systemd/system/etckeeper.service
/lib/systemd/system/etckeeper.timer

%post
if [ $1 -gt 1 ] ; then
   %{name} update-ignore
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
sed -e 's|HIGHLEVEL_PACKAGE_MANAGER=apt|HIGHLEVEL_PACKAGE_MANAGER=urpmi|' \
    -e 's|LOWLEVEL_PACKAGE_MANAGER=dpkg|LOWLEVEL_PACKAGE_MANAGER=rpm|' \
    -i etckeeper.conf
sed -e 's|^prefix=.*|prefix=%{_prefix}|' \
    -e 's|^bindir=.*|bindir=%{_bindir}|' \
    -e 's|^etcdir=.*|etcdir=%{_sysconfdir}|' \
    -e 's|^mandir=.*|mandir=%{_mandir}|' \
    -e 's|^vardir=.*|vardir=%{_localstatedir}|' \
    -e 's|^INSTALL=.*|INSTALL=install -p|' \
    -e 's|^CP=.*|CP=cp -pR|' \
    -i Makefile

cp -av %{SOURCE1} .

%build
%make

%install
%makeinstall_std

install -D -p debian/cron.daily %{buildroot}%{_sysconfdir}/cron.daily/%{name}
install -d  %{buildroot}%{_localstatedir}/cache/%{name}

%changelog

* Wed Sep 07 2016 alzim <alzim@bk.ru> 1.18.5-1
- (a99cefd) Merge pull request #1 from import/etckeeper:rosa2016.1
- (a99cefd) Updated to 1.18.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10073 |14cu|etherape-0.9.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical network viewer modeled after etherman
Name:		etherape
Version:	0.9.14
Release:	1
License:	GPLv2+
Group:		Monitoring
URL:		http://etherape.sourceforge.net/
Source:		https://sourceforge.net/projects/etherape/files/etherape/%{version}/%{name}-%{version}.tar.gz
Requires:	usermode-consoleonly
Requires:	libbonoboui
Requires:	libgnomeui2
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	libpcap-devel
BuildRequires:	desktop-file-utils
BuildRequires:	scrollkeeper
BuildRequires:	imagemagick

%description
Etherape is a graphical network monitor for Unix modeled after
etherman. Featuring ether, ip and tcp modes, it displays network
activity graphically. Hosts and links change in size with traffic. 
Color coded protocols display. It supports ethernet, ppp and slip 
devices. It can filter traffic to be shown, and can read traffic 
from a file as well as live from the network. 

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std bindir=%{_sbindir}
mkdir -p %{buildroot}%{_bindir}

mv %{buildroot}/%{_sbindir}/etherape %{buildroot}/%{_sbindir}/etherape.real
ln -sf %{_bindir}/consolehelper %{buildroot}/%{_bindir}/etherape

perl -pi -e 's,%{name}.png,%{name},g' %{buildroot}%{_datadir}/applications/*

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="System" \
  --add-category="Monitor" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# pam.d
install -m 755 -d %{buildroot}%{_sysconfdir}/pam.d
cat > %{buildroot}%{_sysconfdir}/pam.d/%{name} << _EOF_
#%PAM-1.0
auth       sufficient	pam_rootok.so
auth       required     pam_console.so
auth       sufficient	pam_timestamp.so
auth       include	system-auth
account    required	pam_permit.so
session    optional	pam_xauth.so
session    optional	pam_timestamp.so
_EOF_

# console.apps
install -m 755 -d %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} << _EOF_
USER=root
PROGRAM=%{_sbindir}/etherape.real
SESSION=true
FALLBACK=false
_EOF_

# fd.o icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 %{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# remove files not bundled
rm -rf %{buildroot}%{_datadir}/gnome

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README* FAQ
%config(noreplace) %{_sysconfdir}/pam.d/etherape
%config(noreplace) %{_sysconfdir}/security/console.apps/etherape
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man1/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_datadir}/applications/*.desktop
%{_datadir}/omf/%{name}

%changelog

* Wed Sep 07 2016 alzim <alzim@bk.ru> 0.9.14-1
- (5f322c8) Merge pull request #2 from import/etherape:rosa2016.1
- (5f322c8) etherape



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10074 |14cu|etl-0.04.19-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_enable_debug_packages	%{nil}
%define	debug_package		%{nil}

%define oname ETL
%define devname %mklibname %{name} -d

Summary:	Template library for synfig
Name:		etl
Version:	0.04.19
Release:	1
License:	GPLv2+
Group:		Development/C++
Url:		http://www.synfig.org
Source0:	http://downloads.sourceforge.net/synfig/%{oname}-%{version}.tar.gz
Patch0:		etl-0.04.19-cflags.patch

%description
Voria ETL is a multi-platform class and template library designed to add new
data types and functions which combine well with the existing types and
functions from the C++ Standard Template Library (STL).

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Template library for synfig
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Provides:	%{name} = %{EVRD}

%description -n %{devname}
Voria ETL is a multi-platform class and template library designed to add new
data types and functions which combine well with the existing types and
functions from the C++ Standard Template Library (STL).

%files -n %{devname}
%doc AUTHORS README NEWS
%{_bindir}/%{oname}-config
%{_includedir}/%{oname}
%{_libdir}/pkgconfig/%{oname}.pc

#----------------------------------------------------------------------------

%prep
%setup -q  -n %{oname}-%{version}
%patch0 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Sep 16 2015 Giovanni Mariani <mc2374@mclink.it> 0.04.19-1
- (732ced6) Updated to release 0.04.19 and rediffed P0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10075 |14cu|etoys-5.0.2408-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define source  %{name}-%{version}

Name:		etoys
Summary:	A media-rich model, game, and simulation construction kit and authoring tool
Version:	5.0.2408
Release:	1
Source0:        http://download.sugarlabs.org/sources/sucrose/glucose/etoys/%{name}-%{version}.tar.gz
URL:		http://squeakland.org/
License:	MIT/Apache
BuildArch:	noarch
Group:		Development/Other
Requires:	squeak-vm >= 3.10
Requires:	shared-mime-info
BuildRequires:	gettext

%description
Squeak Etoys was inspired by LOGO, PARC-Smalltalk, Hypercard,
and starLOGO. It is a media-rich authoring environment with a
simple powerful scripted object model for many kinds of objects
created by end-users that runs on many platforms, and is free
and open source. It includes graphics, images, text, particles,
presentations, web-pages, videos, sound and MIDI, etc.

%prep
%setup -q

%build
./autogen.sh --prefix=%{_prefix}
%make ROOT=%{buildroot}

%install
make install-etoys ROOT=%{buildroot}

%files
%{_datadir}/etoys
%{_bindir}/etoys
%{_datadir}/doc/etoys
%{_datadir}/mime/packages/etoys.xml



%changelog

* Thu Jul 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.0.2408-1
- (7d0f310) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10076 |14cu|ettercap-0.8.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   0
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Summary:	Ncurses/Gtk2 based sniffer/interceptor utility
Name:		ettercap
Version:	0.8.2
Release:	2
License:	GPLv2+
Group:		Networking/Other
Url:		http://ettercap.github.io/ettercap/
Source:		https://github.com/Ettercap/ettercap/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0:		ettercap-0.8.2-fix-desktop-file.patch
Patch2:         ettercap-0.8.2-CVE-2017-6430.patch
Patch3:         ettercap-0.8.2-CVE-2017-8366.patch
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	flex
BuildRequires:	ghostscript
BuildRequires:	groff
BuildRequires:	libnet-devel
BuildRequires:	libtool-devel
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
Ettercap is a suite for man in the middle attacks on LAN.

It features sniffing of live connections, content filtering
on the fly and many other interesting tricks.

It supports active and passive dissection of many protocols
(even ciphered ones) and includes many feature for network
and host analysis.

%files
%doc AUTHORS CHANGELOG INSTALL LICENSE README* THANKS TODO TODO.TESTING doc/*
%{_mandir}/man?/*
%{_bindir}/*
%{_datadir}/ettercap
%{_datadir}/appdata/ettercap.appdata.xml
%{_datadir}/applications/ettercap.desktop
%{_datadir}/pixmaps/ettercap.svg
%{_datadir}/polkit-1/actions/org.pkexec.ettercap.policy
%{_libdir}/ettercap
%dir %{_sysconfdir}/ettercap
%config(noreplace) %{_sysconfdir}/ettercap/*

#----------------------------------------------------------------------------

%package -n     %{libname}
Group:          System/Libraries
Summary:        Ettercap library

%description -n %{libname}
Ettercap library.

%files -n %{libname}
%{_libdir}/libettercap.so.%{major}*

#----------------------------------------------------------------------------

%package -n     %{devname}
Group:          System/Libraries
Summary:        Ettercap library

%description -n %{devname}
Ettercap library development files.

%files -n %{devname}
%{_libdir}/libettercap.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch2 -p1
%patch3 -p1

%build
%cmake \
	-DENABLE_IPV6=yes \
	-DCMAKE_BUILD_TYPE=Release 
%make

%install
%makeinstall_std -C build



%changelog

* Thu Nov 09 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.8.2-2
- (e6e179a) Fix CVE-2017-6430 and CVE-2017-8366



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10077 |14cu|etw-3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           etw
Version:        3.6
Release:        1
Summary:        Eat the Whistle is a multi-platform 2D soccer game
License:        GPLv2
Group:          Games/Sports
Url:            http://www.ggsoft.org/etw/
Source0:        http://downloads.sourceforge.net/project/etw/etw-sources/%{version}/ETW-%{version}-src.tar.gz
Source1:        etw-data-3.6.tar.xz
Patch0:         fix_build.diff
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(gdk-2.0)
Requires:       %{name}-data = %{EVRD}

%description
Eat The Whistle is a multiplayer soccer game with a lot of unique features.

Features:
* System friendly. Run in a window or fullscreen, can be played
  also on old machines (runs pefectly on a P200).
* World cup, leagues, cups with real teams (with slightly modified
  names).
* Can be played through keyboard or joypad/joysticks (USB or Gameport).
* Network playing through TCP/IP (not yet finished).
* Very intuitive control method with acceleration/deceleration.
* More than 550 frames of animations for the players, 300 for the
  goalkeeper, 100 for the refree and a lot of other graphics.
* 30 different fields, including muddy, frozen and wet.
* Fouls, corners, throw-in with an intuitive control system.
* Role playing. (You can play a match as the whole team or only as a player).
* About every thing in the game is configurable via intuitive menus.
* Game Tactics and tactic editor.
* Heading and other special shots with intuitive controls.
* Team players (with individual stats)
* Import SWOS (Sensible word of soccer) teams.
* Arcade mode with powerups, bonuses... (something like Speedball II).
* Replays (with load/save option).

%files
%doc *.txt
%{_bindir}/etw
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/applications/*.desktop
%{_gamesbindir}/%{name}.bin
#------------------------------------------------------------------

%package data
Summary:        Data files for %{name}
BuildArch:      noarch

%description data 
This package contains arch-independent data files for %{name}
game (sounds, graphics, game scripts and texts).

%files data
%doc README.*
%{_gamesdatadir}/etw/
#------------------------------------------------------------------

%prep
%setup -q -a 1
%patch0 -p1
sed -i -e 's|pkg-config --cflags sdl|sdl-config --cflags|g' Makefile.linux
sed -i -e 's|pkg-config --libs sdl|sdl-config --libs|g' Makefile.linux

%build
%make 

%install
install -dm 755 %{buildroot}%{_gamesbindir}
install -m 755 %{name} %{buildroot}%{_gamesbindir}/%{name}.bin

# wrapper
install -dm 755 %{buildroot}%{_bindir}
cat > %{name} <<EOF
#!/bin/sh
cd %{_gamesdatadir}/etw
%{_gamesbindir}/etw.bin
EOF
install -m 755 %{name} %{buildroot}%{_bindir}

# icons
install -Dm 644 %{name}.png \
  %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png

# data
install -d %{buildroot}%{_gamesdatadir}/etw
pushd etw-data-3.6
cp -r * %{buildroot}%{_gamesdatadir}/etw
popd
rm %{buildroot}%{_gamesdatadir}/etw/newgfx/.cvsignore
rm -rf %{buildroot}%{_gamesdatadir}/etw/t/
rm -rf %{buildroot}%{_gamesdatadir}/etw/saves/

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Eat the Whistle
GenericName=etw
Comment=2D soccer game
Exec=%{name}
Icon=%{name}
Type=Application
Categories=Game;SportsGame;
StartupNotify=true
EOF


%changelog

* Sun Apr 16 2017 abfonly <abfonly@gmail.com> 3.6-1
- (bb7c8c0) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10078 |14cu|evemu-2.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO: Split python files from development package

%define major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Event Device Query and Emulation Program
Name:		evemu
Version:	2.4.0
Release:	1
License:	GPLv3+
Group:		Development/Other
Url:		http://www.freedesktop.org/wiki/Evemu/
Source0:	http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
BuildRequires:	asciidoc
BuildRequires:	xmlto
BuildRequires:	pkgconfig(libevdev) >= 0.5
BuildRequires:	pkgconfig(python)

%description
%{name} is a simple utility to capture the event stream from input devices
and replay that stream on a virtual input device.

%files
%doc COPYING
%{_bindir}/%{name}-describe
%{_bindir}/%{name}-device
%{_bindir}/%{name}-play
%{_bindir}/%{name}-record
%{_bindir}/%{name}-event
%{_mandir}/man1/%{name}-*.1.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Event Device Query and Emulation Program Library Package
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
This package contains the library needed to run programs dynamically linked
with evemu.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}.so.%{major}.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Event Device Query and Emulation Program Development Package
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides headers files for evemu development.

%files -n %{devname}
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%dir %{python_sitelib}/evemu/
%{python_sitelib}/evemu/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure --disable-static
%make

%install
%makeinstall_std

%changelog

* Wed Sep 07 2016 alzim <alzim@bk.ru> 2.4.0-1
- (779a6c2) Merge pull request #2 from import/evemu:rosa2016.1
- (779a6c2) Updated to 2.4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10079 |14cu|eventlog-0.2.13-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname	%mklibname %{name} %{major}

Name:		eventlog
Version:	0.2.13
Release:	5
Summary:	Replacement for syslog API
License:	GPL
Group:		System/Libraries
URL:		http://www.balabit.com/products/syslog_ng/
#Source:     http://www.balabit.com/downloads/files/eventlog/0.2/%{name}_%{version}.tar.gz
Source:		%{name}_%{version}.tar.gz

%description
The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.

Where you had a simple non-structrured string in syslog() you have a
combination of description and tag/value pairs.

EventLog provides an interface to build, format and output an event record.
The exact format and output method can be customized by the administrator
via a configuration file.

%package -n	%{libname}
Group:		Development/Other
Summary:	Replacement for syslog API

%description -n	%{libname}
The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.

Where you had a simple non-structrured string in syslog() you have a
combination of description and tag/value pairs.

EventLog provides an interface to build, format and output an event record.
The exact format and output method can be customized by the administrator
via a configuration file.

%package -n	%{libname}-devel
Group:		Development/Other
Summary:	Replacement for syslog API
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{libname}-devel
The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.

Where you had a simple non-structrured string in syslog() you have a
combination of description and tag/value pairs.

EventLog provides an interface to build, format and output an event record.
The exact format and output method can be customized by the administrator
via a configuration file.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING CREDITS NEWS PORTS README VERSION
%{_libdir}/libevtlog*so.*

%files -n %{libname}-devel
%{_includedir}/eventlog
%{_libdir}/libevtlog.a
%{_libdir}/libevtlog.so
%{_libdir}/pkgconfig/eventlog.pc


%changelog

* Wed Jul 08 2015 dsilakov <denis.silakov@rosalab.ru> 0.2.13-5
- (8ac0fb8) Merge pull request #1 from inn0kenty/eventlog:rosa2014.1
- (8ac0fb8) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10080 |14cu|exaile-3.4.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define url_ver %(echo %version | cut -d. -f1,2,3)

Summary:	A powerful GTK music player
Name:		exaile
Version:	3.4.5
Release:	1
Epoch:		1
Group:		Sound
License:	GPLv2+
URL:		http://www.exaile.org/
Source0:	https://github.com/%{name}/%{name}/archive/%{name}-%{version}.tar.gz
# (gvm) there is no a musictracker plugin
# let's use native plugin for exaile from: http://sourceforge.net/projects/exailemusictrac/
Source1:	http://downloads.sourceforge.net/project/exailemusictrac/%{name}musictracker-0.1.2.tar.gz
Patch0:		exaile-3.4.2-makefile.patch
#Patch1:	exaile-3.3.0-udisks.patch
Patch2:		exaile-3.3.1-launcher.patch 
BuildRequires:	python-gobject-devel >= 2.18
BuildRequires:	intltool
BuildRequires:	gettext-devel
BuildRequires:	help2man
Requires:	pygtk2.0
Requires:	gstreamer0.10-python
Requires:	gstreamer0.10-plugins-good
Requires:	gstreamer0.10-plugins-base
Requires:	gstreamer0.10-plugins-ugly
Requires:	gstreamer0.10-cdio
Requires:	gstreamer0.10-moodbar
Requires:	dbus-python
Requires:	mutagen >= 1.10
Requires:	python-gobject2
Requires:	python-CDDB
Suggests:	python-gpod
BuildArch:	noarch

%description
Exaile is a music player inspired by KDE's Amarok, but for GTK and written in
Python. It incorporates many of the cool things from Amarok and other, like:
* automatic fetching of album art
* handling of large libraries
* lyrics fetching
* artist/album information via the wikipedia
* Last.fm support
* optional iPod support
* an advanced tag editor
* a SHOUTcast directory browser.

In addition, Exaile also includes:
* a SHOUTcast directory browser
* tabbed playlists (so you can have more than one playlist open at a time)
* blacklisting of tracks (so they don't get scanned into your library)
* downloading of guitar tablature from fretplay.com
* submitting played tracks on your iPod to Last.fm.

%files -f %{name}.lang
%dir %{_datadir}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/*.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/pixmaps/%{name}.*
%{_datadir}/dbus-1/services/org.exaile.Exaile.service
%config(noreplace) %{_sysconfdir}/xdg/exaile/
%{_mandir}/man1/%{name}.*

#-----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# (tpg) unpack the plugin
tar xf %{SOURCE1} -C plugins/


%build
%make


%install
%makeinstall_std PREFIX=%{_prefix} LIBINSTALLDIR=%{_datadir} DESTDIR=%{buildroot}

# Fix lots of python-bytecode-inconsistent-mtime rpmlint warning
find %{buildroot}%{_datadir}/%{name} -name '*.pyo' -exec rm -f {} \;
%py_compile %{buildroot}%{_datadir}/%{name}

# Fix some rpmlint warnings
chmod +x %{buildroot}%{_datadir}/%{name}/plugins/ipconsole/ipython_view/*.py
chmod +x %{buildroot}%{_datadir}/%{name}/plugins/daapserver/*.py
chmod +x %{buildroot}%{_datadir}/%{name}/plugins/multialarmclock/*.py
chmod +x %{buildroot}%{_datadir}/%{name}/plugins/lastfmlove/*.py

%find_lang %{name}

%changelog

* Sat Feb 13 2016 Giovanni Mariani <mc2374@mclink.it> 1:3.4.5-1
- (ffc562c) Updated to release 3.4.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10081 |14cu|exelearning-1.04.0.3532-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           exelearning
Summary:        EXe eLearning XHTML editor

Url:            http://exelearning.org/
Version:        1.04.0.3532
License:        GPL
Group:          Publishing
Release:        6
Source0:        exe-%{version}-source.tar.bz2
Source1:	exe_ru.tar.gz
Patch0:         exe-1.02.0.3303-desktop.patch
#Patch1:         exe-1.04.0.3532-deprecated_md5.patch
Patch2:		exe-1.04-pillow.patch
BuildRequires:  python-devel unzip
BuildRequires:  fdupes
BuildRequires:  python-setuptools
Requires:       python-imaging 
Requires:       python-zope-interface
Requires:       firefox
Requires:       python-xmldiff
Suggests:     %{name}-manual = %{version}


%description
eXe, the eLearning XHTML editor, is an authoring environment which enables
teachers to publish web content in standard package formats (like IMS
Content Packages and SCORM) without the need to become proficient in HTML
or XML markup.  Content generated using eXe can be used by any Learning
Management System.


%package manual
Summary:        The complete manual for eXe

Group:          Books/Other
Recommends:     %{name} = %{version}

%description manual
This package contains the complete manual for eXe.

%package devel
Summary:        Development package for eXe based software

Group:          Development/Other
Requires:       %{name} = %{version}

%description devel
This package contains the header files and libraries needed to develop
programs that use eXe.


%prep
%setup -n exe -a 1
%patch0 
#patch1 -p0
%patch2 -p1
# remove the other platform binaries
#rm -f exe/webui/templates/mimetex.64.cgi exe/webui/templates/mimetex.exe
rm -f exe/webui/templates/mimetex-darwin.cgi
rm -f exe/msvcr71.dll
rm -f twisted/spread/cBanana.so
rm -f twisted/protocols/_c_urlarg.so

#exclude file requires ugly arch dependensis
%ifarch i586
rm -f exe/webui/templates/mimetex.64.cgi
%endif
%ifarch x86_64
rm -f exe/webui/templates/mimetex.cgi
%endif

%build
python rpm-setup.py build

%install
export NO_BRP_CHECK_BYTECODE_VERSION="true"
python rpm-setup.py install --prefix=%{_prefix} --root=%{buildroot}
#
cp -a twisted nevow formless %{buildroot}%{_datadir}/exe
install -Dm644 exe.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/exe.png
install -Dm644 exe.desktop %{buildroot}%{_datadir}/applications/exe.desktop
install -Dm644 exe.xml     %{buildroot}%{_datadir}/mime/packages/exe.xml

chmod 755 %{buildroot}%{_datadir}/exe/twisted/web/test/test_distrib.py
chmod 755 %{buildroot}%{_datadir}/exe/twisted/trial/test/scripttest.py
chmod 755 %{buildroot}%{_datadir}/exe/twisted/pb/tokens.py
chmod 755 %{buildroot}%{_datadir}/exe/twisted/pb/test/test_schema.py 
chmod 755 %{buildroot}%{_datadir}/exe/twisted/pb/remoteinterface.py
chmod 755 %{buildroot}%{_datadir}/exe/twisted/pb/banana.py
chmod 755 %{buildroot}%{_datadir}/exe/twisted/internet/glib2reactor.py
chmod 755 %{buildroot}%{py_puresitedir}/exe/webui/webserver.py
chmod 755 %{buildroot}%{py_puresitedir}/exe/webui/browser.py
chmod 755 %{buildroot}%{py_puresitedir}/exe/engine/version.py
chmod 755 %{buildroot}%{py_puresitedir}/exe/engine/feedparser.py
chmod 755 %{buildroot}%{py_puresitedir}/exe/application.py
chmod 755 %{buildroot}%{_datadir}/exe/templates/mimetex*.cgi


%post
if [ -f usr/bin/update-mime-database ]; then
	usr/bin/update-mime-database /usr/share/mime &> /dev/null
fi

%postun
if [ -f usr/bin/update-mime-database ]; then
  usr/bin/update-mime-database /usr/share/mime > /dev/null
fi

%files 
%doc COPYING NEWS 
%{_bindir}/exe
%dir %{py_puresitedir}/exe
%{py_puresitedir}/exe/*
%dir %{_datadir}/exe
%{_datadir}/exe/*
%exclude %{_datadir}/exe/docs/manual/*
%{_datadir}/icons/hicolor
%{_datadir}/applications/exe.desktop
%config %{_datadir}/mime/packages/exe.xml
%exclude %{_datadir}/exe/twisted/spread/cBanana.c
%exclude %{_datadir}/exe/twisted/protocols/_c_urlarg.c
%exclude %{_datadir}/exe/twisted/internet/iocpreactor/_iocp.c
%exclude %{_datadir}/exe/twisted/internet/cfsupport/cfsupport.c

%{py_puresitedir}/exe-*.egg-info

%files manual
%dir %{_datadir}/exe/docs/manual
%{_datadir}/exe/docs/manual/*

%files devel
%{_datadir}/exe/twisted/spread/cBanana.c
%{_datadir}/exe/twisted/protocols/_c_urlarg.c
%{_datadir}/exe/twisted/internet/iocpreactor/_iocp.c
%{_datadir}/exe/twisted/internet/cfsupport/cfsupport.c



%changelog
* Tue Mar 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.04.0.3532-6
+ Revision: 22c7d83
- Patch to work with pillow



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10082 |14cu|exim-4.88-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define saversion 4.2.1

%define tlsdir %{_sysconfdir}/pki/tls/%{name}

%bcond_without mysql
%bcond_with pgsql
%bcond_without monitor
%bcond_without exiscan
%bcond_with spf2
%bcond_with srs_alt
%bcond_without sqlite3
%bcond_without ldap
%bcond_without sasl2
%bcond_without logrotate
%bcond_without certs

%define altpriority 40
%define alternatives_install_cmd update-alternatives --install %{_sbindir}/sendmail mta %{_sbindir}/sendmail.exim %{altpriority} --slave %{_prefix}/lib/sendmail mta-in_libdir %{_sbindir}/sendmail.exim --slave %{_bindir}/mailq mta-mailq %{_bindir}/mailq.exim --slave %{_bindir}/newaliases mta-newaliases %{_bindir}/newaliases.exim --slave %{_bindir}/rmail mta-rmail %{_bindir}/rmail.exim --slave %{_sysconfdir}/aliases mta-etc_aliases %{_sysconfdir}/exim/aliases

Summary:	The exim mail transfer agent
Name:		exim
Version:	4.88
Release:	2
License:	GPLv2+
Group:		System/Servers
Url:		http://www.exim.org
Source0:	ftp://ftp.exim.org/pub/exim/exim4/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.exim.org/pub/exim/exim4/%{name}-%{version}.tar.gz.asc
# http://www.exim.org/pub/exim/exim4/config.samples.tar.bz2
Source2:	exim-4.43-config.samples.tar.bz2
Source3:	ftp://ftp.exim.org/pub/exim/exim4/exim-html-%{version}.tar.gz
Source4:	ftp://ftp.exim.org/pub/exim/exim4/exim-html-%{version}.tar.gz.asc
# http://sa-exim.sourceforge.net/
Source5:	http://prdownloads.sourceforge.net/sa-exim/sa-exim-%{saversion}.tar.gz
#Source6:	eximconfig.bz2
Source7:	exim-README.urpmi
Source20:	exim.aliases
Source21:	exim.init
Source22:	exim.sysconfig
Source23:	exim.logrotate
Source24:	exim.pam
Source25:	exim_monitor-16x16.png
Source26:	exim_monitor-32x32.png
Source27:	exim_monitor-48x48.png
Source28:	exim-4.63-auth_pop3_imap.embedded_perl
Source29:	exim-4.63-sasl2_smtpd.conf
Source30:	exim-4.63-logrotate_eximstats
Source31:	exim-4.63-cron_exicyclog_eximstats
Source32:	exim-4.63-sysconfig
Source33:	exim-tmpfiles.conf
Patch0:		exim-4.88-mdv-config.patch
Patch3:		exim-4.22-install.patch
Patch8:		sa-exim-4.2.1-fix-str-fmt.patch

Patch10:	exim-4.87-rhl.patch
Patch11:	exim-4.87-cyrus.patch
Patch12:	exim-4.87-pamconfig.patch
Patch13:	exim-4.87-spamdconf.patch
Patch14:	exim-4.87-procmail.patch
Patch15:	exim-4.87-allow-filter.patch
Patch16:	exim-4.87-localhost-is-local.patch
Patch17:	exim-4.87-greylist-conf.patch
Patch18:	exim-4.87-smarthost-config.patch
Patch19:	exim-4.87-environment.patch

BuildRequires:	links
BuildRequires:	lynx
BuildRequires:	db-devel
%if %{with spf2}
BuildRequires:	libspf2-devel
%endif
%if %{with mysql}
BuildRequires:	mysql-devel
%endif
%if %{with ldap}
BuildRequires:	openldap-devel >= 2.0.11
Requires:	openldap >= 2.0.11
%endif
BuildRequires:	pam-devel
BuildRequires:	perl-devel
%if %{with sasl2}
BuildRequires:	sasl-devel >= 2.1.25
%endif
%if %{with srs_alt}
BuildRequires:	srs_alt-devel
%endif
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(libpcre)
%if %{with pgsql}
BuildRequires:	pkgconfig(libpq)
%endif
BuildRequires:	pkgconfig(libtirpc)
%if %{with sqlite3}
BuildRequires:	pkgconfig(sqlite3)
%endif
%if %{with monitor}
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
%endif
Requires(pre):	rpm-helper
Requires:	apache-mod_socache_shmcb
Requires:	openssl
Requires:	perl(Net::IMAP::Simple)
Provides:	mail-server
Provides:	sendmail-command
Conflicts:	postfix
Conflicts:	qmail
Conflicts:	sendmail

%description
Exim is a mail transport agent (MTA) developed at the University of
Cambridge for use on Unix systems connected to the Internet. In style
it is similar to Smail 3, but its facilities are more extensive, and
in particular it has options for verifying incoming sender and
recipient addresses, for refusing mail from specified hosts, networks,
or senders, and for controlling mail relaying. Exim is in production
use at quite a few sites, some of which move hundreds of thousands of
messages per day.

%files
%doc ACKNOWLEDGMENTS CHANGES LICENCE NOTICE README*
%doc doc/ChangeLog doc/*.upgrade doc/NewStuff doc/OptionLists.txt doc/README.SIEVE doc/dbm.discuss.txt
%doc doc/experimental-spec.txt doc/filter.txt doc/spec.txt
%doc util/unknownuser.sh build-Linux-*/transport-filter.pl util/cramtest.pl util/logargs.sh
%attr(0755,root,mail) %dir %{_sysconfdir}/exim
%attr(0755,root,root) %{_initrddir}/exim
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/exim/exim.conf
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/exim/aliases
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/exim
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/exim/exim_perl.pl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/eximstats.conf
%if %{with sasl2}
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/sasl2/smtpd.conf
%endif
%if %{with logrotate}
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/logrotate.d/exim
%else
%attr(0755,root,root) %{_sysconfdir}/cron.weekly/exim
%endif
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/smtp
# SSL/TLS
%attr(0600,root,root) %dir %{tlsdir}/certs
%attr(0600,root,root) %dir %{tlsdir}/dhparam
%attr(0600,root,root) %dir %{tlsdir}/private
# end SSL/TLS
%attr(0755,root,root) %{_bindir}/convert4r3
%attr(0755,root,root) %{_bindir}/convert4r4
%attr(0755,root,root) %{_bindir}/exicyclog
%attr(0755,root,root) %{_bindir}/exigrep
%attr(0755,root,root) %{_bindir}/exim_checkaccess
%attr(0755,root,root) %{_bindir}/exim_dbmbuild
%attr(0755,root,root) %{_bindir}/exim_dumpdb
%attr(0755,root,root) %{_bindir}/exim_fixdb
%attr(0755,root,root) %{_bindir}/exim_lock
%attr(0755,root,root) %{_bindir}/eximstats
%attr(0755,root,root) %{_bindir}/exim_tidydb
%attr(0755,root,root) %{_bindir}/exinext
%attr(0755,root,root) %{_bindir}/exipick
%attr(0755,root,root) %{_bindir}/exiqgrep
%attr(0755,root,root) %{_bindir}/exiqsumm
%attr(0755,root,root) %{_bindir}/exiwhat
%attr(0755,root,root) %{_bindir}/rsmtp
%attr(0755,root,root) %{_bindir}/runq
%attr(4755,root,root) %{_bindir}/exim
%attr(0755,root,root) %{_sbindir}/exim
#%attr(0755,root,root) %{_sbindir}/eximconfig
# alternatives
%attr(0755,root,root) %{_sbindir}/sendmail.exim
%attr(0644,root,root) %{_prefix}/lib/sendmail.exim
%attr(0755,root,root) %{_bindir}/mailq.exim
%attr(0755,root,root) %{_bindir}/newaliases.exim
%attr(0755,root,root) %{_bindir}/rmail.exim
%attr(0755,root,root) %{_bindir}/rsmtp.exim
%attr(0755,root,root) %{_bindir}/runq.exim
%attr(0755,mail,mail) %dir %{_var}/spool/exim
%attr(0755,mail,mail) %dir %{_var}/spool/exim/db
%attr(0755,mail,mail) %dir %{_var}/spool/exim/input
%attr(0755,mail,mail) %dir %{_var}/spool/exim/msglog
%attr(0755,mail,mail) %dir %{_logdir}/exim
%ghost %attr(0755,mail,mail) %dir %{_var}/run/exim
%attr(0644,root,root) %{_mandir}/man8/exim.8*
%attr(0644,root,root) %{_mandir}/man8/eximstats.8*
%{_tmpfilesdir}/%{name}.conf

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service exim
%alternatives_install_cmd

# scrub hints files - db files change format between builds so
# killing the hints can save an MTA crash later
[ -d /var/spool/exim/db ] && rm -f /var/spool/exim/db/*

# alternatives changes the mode of /usr/bin/exim so we have to chmod
chmod 4755 %{_bindir}/exim

# Define FQDN
FQDN=`hostname`
if [ "x${FQDN}" = "x" ]; then
    FQDN="localhost.localdomain"
fi
# fix primary_hostname
perl -pi -e "s|^# primary_hostname =|primary_hostname = $FQDN|" %{_sysconfdir}/%{name}/%{name}.conf

# disable cron job if with logrotate enabled:
%if %{with logrotate}
if [ -f "/etc/cron.weekly/exim" ]; then
    day=`date +%Y%m%d`
    mv /etc/cron.weekly/exim /etc/exim/cron.weekly_exim.backup.$day
fi
%endif

%if %{with certs}
# Add dummy certficates
if [ ! -f "%{tlsdir}/certs/%{name}.pem" ]; then
    touch %{tlsdir}/{certs,private,dhparam}/%{name}.pem
    umask 077
    cat << EOF | openssl req -new -x509 -days 365 -nodes \
    -out %{tlsdir}/certs/%{name}.pem \
    -keyout %{tlsdir}/private/%{name}.pem &>/dev/null
MandrivaLand
MandrivaCountry
MandrivaCity
SMTP server on ${FQDN}
SMTP SSL/TLS key on ${FQDN}
${FQDN}
root@${FQDN}
EOF
    openssl dhparam -check -text -5 512 -out %{tlsdir}/dhparam/%{name}.pem &>/dev/null
    chown mail.root %{tlsdir}/{private,certs,dhparam}/%{name}.pem
    chmod 600 %{tlsdir}/{private,certs,dhparam}/%{name}.pem
fi
%endif

# necessary when we upgrade from a non-alternatives package
%triggerpostun -- exim
[ -e %{_sbindir}/sendmail.exim ] && %alternatives_install_cmd || :

%preun
%_preun_service exim
if [ "$1" = "0" ]; then
    update-alternatives --remove mta %{_sbindir}/sendmail.exim
fi

%postun
if [ "$1" -ge "1" ]; then
    /sbin/service exim condrestart > /dev/null 2>&1
fi


#----------------------------------------------------------------------------

%if %{with monitor}
%package monitor
Summary:	X11 monitor application for exim
Group:		Monitoring
Requires:	%{name} >= %{EVRD}

%description monitor
The Exim Monitor is an optional supplement to the Exim package. It
displays information about Exim's processing in an X window, and an
administrator can perform a number of control actions from the window
interface.

%files monitor
%attr(0755,root,root) %{_bindir}/eximon
%attr(0755,root,root) %{_bindir}/eximon.bin
%{_iconsdir}/%{name}-monitor.png
%{_miconsdir}/%{name}-monitor.png
%{_liconsdir}/%{name}-monitor.png
%{_datadir}/applications/%{name}-monitor.desktop
%endif

#----------------------------------------------------------------------------

%package plugins-SpamAssassin
Summary:	Exim SpamAssassin at SMTP time plugin
Group:		System/Servers
Requires:	%{name} >= %{EVRD}

%description plugins-SpamAssassin
Allows running SpamAssassin on incoming mail and rejection
at SMTP time as well as other nasty things like teergrubbing.

%files plugins-SpamAssassin
%doc sa-exim-%{saversion}/*.html sa-exim-%{saversion}/{ACKNOWLEDGEMENTS,CHANGELOG,INSTALL,LICENSE,TODO,contrib}
%doc sa-exim-%{saversion}/{README,README.greylisting,*.diff}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/exim/sa-exim.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/exim/sa-exim_short.conf
%dir %{_libdir}/exim
%attr(0644,root,root) %{_libdir}/exim/*

#----------------------------------------------------------------------------

%package doc
Summary:	Exim documentation
Group:		System/Servers

%description doc
This package includes the Exim FAQ and Exim manual in HTML.

%files doc
%doc doc/html config.samples README.urpmi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version} -a2 -a3 -a5

cp %{SOURCE7} README.urpmi

# fix strange attribs
find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

# cvs cleanup
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
	if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p1 -b .config
%patch3 -p1 -b .install

# apply the SA-exim dlopen patch
cat sa-exim-%{saversion}/localscan_dlopen_exim_4.20_or_better.patch | patch -p1

pushd sa-exim-%{saversion}
%patch8 -p0 -b .str
popd

%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch18 -p1
%patch19 -p1

# pre-build setup
cp src/EDITME Local/Makefile
%if %{with monitor}
cp exim_monitor/EDITME Local/eximon.conf
%endif

# Added BIN_DIRECTORY:
perl -pi -e 's|^BIN_DIRECTORY=/usr/exim/bin|BIN_DIRECTORY=%{_bindir}|g' Local/Makefile

# modify Local/Makefile for our builds
%if !%{with mysql}
  perl -pi -e 's|^LOOKUP_MYSQL=yes|#LOOKUP_MYSQL=yes|g' Local/Makefile
  perl -pi -e 's|-lmysqlclient||g' Local/Makefile
  perl -pi -e 's|-I%{_includedir}/mysql||g' Local/Makefile
%endif
%if !%{with pgsql}
  perl -pi -e 's|^LOOKUP_PGSQL=yes|#LOOKUP_PGSQL=yes|g' Local/Makefile
  perl -pi -e 's|-lpq||g' Local/Makefile
  perl -pi -e 's|-I%{_includedir}/pgsql||g' Local/Makefile
%endif
%if !%{with monitor}
  perl -pi -e 's|^EXIM_MONITOR=|#EXIM_MONITOR=|g' Local/Makefile
%endif

%ifarch amd64 x86_64
  perl -pi -e 's|X11\)/lib|X11\)/lib64|g' OS/Makefile-Linux
%endif

%if %{with exiscan}
  perl -pi -e 's|^# WITH_CONTENT_SCAN=.*|WITH_CONTENT_SCAN=yes|g' Local/Makefile
  perl -pi -e 's|^# WITH_OLD_DEMIME=.*|WITH_OLD_DEMIME=yes|g' Local/Makefile
%endif

# the spf stuff won't build
%if %{with spf2}
  perl -pi -e 's|^# EXPERIMENTAL_SPF=.*|EXPERIMENTAL_SPF=yes\nCFLAGS += -DHAVE_NS_TYPE\nLDFLAGS += -L%{_libdir} -lspf2|g' Local/Makefile
%endif

%if %{with srs_alt}
  perl -pi -e 's|^# EXPERIMENTAL_SRS=.*|EXPERIMENTAL_SRS=yes\nLDFLAGS += -L%{_libdir} -lsrs_alt|g' Local/Makefile
%endif

%if %{with ldap}
perl -pi -e 's|^# LOOKUP_LDAP=yes|LOOKUP_LDAP=yes|g' Local/Makefile
perl -pi -e 's|^# LDAP_LIB_TYPE=OPENLDAP2|LDAP_LIB_TYPE=OPENLDAP2|' Local/Makefile
perl -pi -e 's|^LOOKUP_INCLUDE=|LOOKUP_INCLUDE=-I%{_includedir}/ldap |' Local/Makefile
perl -pi -e 's|^LOOKUP_LIBS=|LOOKUP_LIBS=-L%{_libdir} -llber -lldap |' Local/Makefile
%endif

%if %{with sqlite3}
perl -pi -e 's|^# LOOKUP_SQLITE=yes|LOOKUP_SQLITE=yes|g' Local/Makefile
perl -pi -e 's|^LOOKUP_INCLUDE=|LOOKUP_INCLUDE=-I/usr/include |g' Local/Makefile
perl -pi -e 's|^LOOKUP_LIBS=|LOOKUP_LIBS=-L%{_libdir} -lsqlite3 |g' Local/Makefile
%endif

%if %{with sasl2}
  perl -pi -e 's|^# CYRUS_SASLAUTHD_SOCKET=/var/run/saslauthd/mux|CYRUS_SASLAUTHD_SOCKET=/var/lib/sasl2/mux|' Local/Makefile
  perl -pi -e 's|^# AUTH_LIBS=-lsasl2|AUTH_LIBS=-L%{_libdir} -lsasl2|' Local/Makefile
%endif

# Remove references to Interbase (-lgds):
perl -pi -e 's|-lgds||g' Local/Makefile

# support the SMTP STARTTLS:
perl -pi -e 's|-L/usr/openssl/lib -lssl -lcrypto|-L%{_libdir} -lssl -lcrypto|' Local/Makefile

# enable all of them
perl -pi -e "s|^# AUTH_CYRUS_SASL=yes|AUTH_CYRUS_SASL=yes|g" Local/Makefile
perl -pi -e "s|^# AUTH_DOVECOT=yes|AUTH_DOVECOT=yes|g" Local/Makefile

# fix stray borked libdir
perl -pi -e "s|/usr/lib\b|%{_libdir}|g" Local/Makefile

# unpack some other stuff
mkdir -p mandriva
#cp %{SOURCE6} mandriva/eximconfig
cp %{SOURCE20} mandriva/exim.aliases
cp %{SOURCE21} mandriva/exim.init
cp %{SOURCE22} mandriva/exim.sysconfig
cp %{SOURCE23} mandriva/exim.logrotate
cp %{SOURCE24} mandriva/exim.pam

# copy icons
cp %{SOURCE25} exim_monitor-16x16.png
cp %{SOURCE26} exim_monitor-32x32.png
cp %{SOURCE27} exim_monitor-48x48.png

mkdir -p exim_tmp
# embedded perl
cp -f %{SOURCE28} exim_tmp/exim_auth_pop3_imap.embedded_perl
cp -f %{SOURCE29} exim_tmp/exim_sasl2_smtpd.conf
cp -f %{SOURCE30} exim_tmp/exim_logrotate_eximstats
cp -f %{SOURCE31} exim_tmp/exim_cron_exicyclog_eximstats
cp -f %{SOURCE32} exim_tmp/exim_sysconfig

# prepare docs
mkdir -p doc/html
mv exim-html-%{version}/doc/html/spec_html/* doc/html/

%build
%serverbuild

make CC="gcc %{ldflags}" \
    CFLAGS="%{optflags} -fPIC" \
    RPM_OPT_FLAGS="%{optflags} -fPIC"

# build SA-exim
pushd sa-exim-%{saversion}
perl -pi -e 's|\@lynx|HOME=/ /usr/bin/lynx|g;' Makefile
perl -pi -e 's|/usr/lib/exim4/local_scan|%{_libdir}/exim|g' INSTALL
make clean

make \
    SACONF=%{_sysconfdir}/exim/sa-exim.conf \
    CFLAGS="%{optflags}" \
    LDFLAGS="-shared -fPIC %{ldflags}"
popd

%install
# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

# make some directories
install -d %{buildroot}%{_sysconfdir}/{pam.d,exim,sysconfig,cron.weekly}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}/exim
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}/var/spool/exim/{db,input,msglog}
install -d %{buildroot}/var/run/exim
install -d %{buildroot}/var/log/exim
install -d %{buildroot}/%{_menudir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{tlsdir}/{certs,private,dhparam}

%makeinstall_std

pushd build-`scripts/os-type`-`scripts/arch-type`
    for i in convert4r3 convert4r4 exicyclog exigrep \
    exim exim_checkaccess exim_dbmbuild exim_dumpdb exim_fixdb \
    exim_lock eximstats exim_tidydb exinext exipick exiqgrep \
    exiqsumm exiwhat; do
	install -m0755 $i %{buildroot}%{_bindir}/
    done

%if %{with monitor}
    install -m0755 eximon %{buildroot}%{_bindir}/
    install -m0755 eximon.bin %{buildroot}%{_bindir}/
%endif

popd

# make some softlinks
ln -snf ../bin/exim %{buildroot}%{_prefix}/lib/sendmail.exim
ln -snf ../bin/exim %{buildroot}%{_sbindir}/exim
ln -snf exim %{buildroot}%{_sbindir}/sendmail.exim
ln -snf exim %{buildroot}%{_bindir}/mailq.exim
ln -snf exim %{buildroot}%{_bindir}/newaliases.exim
ln -snf exim %{buildroot}%{_bindir}/rmail.exim
ln -snf exim %{buildroot}%{_bindir}/rsmtp
ln -snf exim %{buildroot}%{_bindir}/rsmtp.exim
ln -snf exim %{buildroot}%{_bindir}/runq
ln -snf exim %{buildroot}%{_bindir}/runq.exim

# install SA-exim
install -m0644 sa-exim-%{saversion}/*.so %{buildroot}%{_libdir}/exim/
install -m0644 sa-exim-%{saversion}/*.conf %{buildroot}%{_sysconfdir}/exim/

pushd %{buildroot}%{_libdir}/exim
    strip sa-exim*.so
    strip accept.so
    ln -s sa-exim*.so sa-exim.so
popd

# install some other stuff
pushd mandriva
    install -m0644 exim.aliases %{buildroot}%{_sysconfdir}/exim/aliases
    install -m0755 exim.init %{buildroot}%{_initrddir}/exim
    install -m0644 exim.pam %{buildroot}%{_sysconfdir}/pam.d/smtp
popd

install -m0644 exim_tmp/exim_auth_pop3_imap.embedded_perl %{buildroot}%{_sysconfdir}/exim/exim_perl.pl
%if %{with sasl2}
install -d %{buildroot}%{_sysconfdir}/sasl2
install -m0644 exim_tmp/exim_sasl2_smtpd.conf %{buildroot}%{_sysconfdir}/sasl2/smtpd.conf
%endif
%if %{with logrotate}
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -m0644 exim_tmp/exim_logrotate_eximstats %{buildroot}%{_sysconfdir}/logrotate.d/exim
%else
install -m0755 exim_tmp/exim_cron_exicyclog_eximstats %{buildroot}%{_sysconfdir}/cron.weekly/exim
%endif
install -m0644 exim_tmp/exim_sysconfig %{buildroot}%{_sysconfdir}/sysconfig/exim

install -m644 doc/exim.8 %{buildroot}%{_mandir}/man8/exim.8

# Alias /eximstats /var/www/eximstats for Apache
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/eximstats.conf << EOF
Alias /eximstats /var/www/eximstats
<Directory /var/www/eximstats>
	Require all granted
	Options +Indexes
</Directory>
EOF

pod2man --center=EXIM --section=8 \
    %{buildroot}%{_bindir}/eximstats \
    %{buildroot}%{_mandir}/man8/eximstats.8

%if %{with monitor}
# Mandriva Icons
install -m0644 exim_monitor-48x48.png %{buildroot}%{_liconsdir}/%{name}-monitor.png
install -m0644 exim_monitor-32x32.png %{buildroot}%{_iconsdir}/%{name}-monitor.png
install -m0644 exim_monitor-16x16.png %{buildroot}%{_miconsdir}/%{name}-monitor.png

#menu-xdg
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}-monitor.desktop << EOXDG
[Desktop Entry]
Name=Exim Monitor
Comment=X11 monitor application for exim
Exec=%{_bindir}/eximon
Icon=%{name}-monitor
Terminal=false
Type=Application
Categories=Settings;Network;
EOXDG
%endif

# include more README files in %%doc
cp src/auths/README README.auths
cp src/lookups/README README.lookups
cp src/routers/README README.routers
cp src/transports/README README.transports
cp doc/README README.doc

# cleanup
rm -f %{buildroot}%{_bindir}/exim-%{version}*

mkdir -p %{buildroot}%{_tmpfilesdir}
install -m0644 %{SOURCE33} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.88-2
- (ddec8d5) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10083 |14cu|exmap-console-0.4.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kernelname exmap

Summary:	Memory analysis tool
Name:		exmap-console
Version:	0.4.1
Release:	11
License:	GPLv2+
Group:		Development/Tools
Url:		http://projects.o-hand.com/exmap-console
Source0:	http://projects.o-hand.com/sources/exmap-console/%{name}-%{version}.tgz
Patch0:		exmap-console-0.4.1-no_module.patch
Patch1:		exmap-console-2.6.26.patch
BuildRequires:	help2man
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(glib-2.0)
Requires(post,preun):	dkms

%description
Exmap-console is a suite of command line applications developed around the
Exmap memory analysis tool. It is intended for use in situations where running
the Exmap GUI application is not feasible, for example, on embedded devices,
or when memory data needs to be saved for later examination.

The suite contains three applications: exmap client (exmap), exmap daemon
(exampd) and exmap remote server (exmapserver).

%files
%doc AUTHORS COPYING ChangeLog INSTALL README
%{_bindir}/*
%{_prefix}/src/%{kernelname}-%{version}

%post
dkms add -m %{kernelname} -v %{version} --rpm_safe_upgrade ||:
dkms build -m %{kernelname} -v %{version} --rpm_safe_upgrade ||:
dkms install -m %{kernelname} -v %{version} --rpm_safe_upgrade

%preun
dkms remove -m %{kernelname} -v %{version} --rpm_safe_upgrade --all ||:

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p2

%build
autoreconf -fi
%configure2_5x --disable-kernel-module
%make

%install
%makeinstall

# DKMS
######

install -d -m 755 %{buildroot}%{_prefix}/src
cp -a kernel %{buildroot}%{_prefix}/src/%{kernelname}-%{version}

cat > %{buildroot}%{_prefix}/src/%{kernelname}-%{version}/dkms.conf <<EOF

PACKAGE_VERSION="%{version}"

# Items below here should not have to change with each driver version
PACKAGE_NAME="%{kernelname}"
MAKE[0]="make -C \${kernel_source_dir} SUBDIRS=\${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build modules"
CLEAN="make clean"

BUILT_MODULE_NAME[0]="\$PACKAGE_NAME"
DEST_MODULE_LOCATION[0]="/kernel/3rdparty/\$PACKAGE_NAME/"

AUTOINSTALL=yes
REMAKE_INITRD=no

EOF


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.1-11
- (73b0ed9) Don't use termcap, it's obsolete



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10084 |14cu|exmplayer-5.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MPlayer GUI with thumbnail seeking and 3D Video support
Name:		exmplayer
Version:	5.0.1
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://exmplayer.sourceforge.net/
Source0:	https://launchpad.net/~exmplayer-dev/+archive/ubuntu/exmplayer/+files/%{name}_%{version}.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		exmplayer-3.8.0-segfault.patch
Patch1:		exmplayer-3.8.0-click-pause.patch
#Patch2:	exmplayer-3.8.0-dont-messup-powersaving.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	qt4-devel
Requires:	ffmpeg
Requires:	mplayer

%description
ExMplayer(Extended MPlayer) is a GUI front-end for MPlayer.
It can play audio,video, dvd files(.vob), vcd files(.mpg, .dat), mp4, mkv etc,
supports network streaming and subtitles. ExMplayer has many useful tools like
audio converter, audio extractor, media cutter, movie animator, video
equalizer.

%files
%doc README.md Release_notes.txt
%{_bindir}/%{name}
%{_sysconfdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}_enqueue.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn ExMplayer
%patch0 -p1
%patch1 -p1
#patch2 -p1

%build
cd src
%qmake_qt4
%make


%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 src/%{name} %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/%{name}
install -m 0644 linux_build/fmts %{buildroot}%{_sysconfdir}/%{name}/fmts
install -m 0644 linux_build/sc_default.xml %{buildroot}%{_sysconfdir}/%{name}/sc_default.xml

mkdir -p %{buildroot}%{_datadir}/applications
install -m 0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
install -m 0644 %{name}_enqueue.desktop %{buildroot}%{_datadir}/applications/%{name}_enqueue.desktop

# Use the native installed ffmpeg
mkdir -p %{buildroot}%{_datadir}/%{name}
ln -s %{_bindir}/ffmpeg %{buildroot}%{_datadir}/%{name}/ffmpeg

# Install menu icons
for N in 16 32 48 64 128 256;
do
convert debian/%{name}.png -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog

* Mon Sep 07 2015 Giovanni Mariani <mc2374@mclink.it> 5.0.1-1
- (4041a6e) Updated to release 5.0.1, dropped P2, updated Source0 URL and killed a bunch of rpmlint warnings



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10085 |14cu|exo-0.10.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)

%define major 0
%define api 1
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	An extension library to Xfce desktop environment
Name:		exo
Version:	0.10.7
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/exo/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.11.0
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.11.0
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(URI::file)
BuildRequires:	perl(URI::URL)

%description
This is libexo, an extension library to Xfce, developed by os-cillation.
While Xfce comes with quite a few libraries that are targeted at
desktop development, libexo is targeted at application development.

%files -f %{name}-%{api}.lang
%doc AUTHORS README ChangeLog TODO
%{_bindir}/exo*
%{_libdir}/xfce4/%{name}-%{api}/exo-helper-%{api}
%{_libdir}/xfce4/%{name}-%{api}/exo-compose-mail-%{api}
%{_datadir}/applications/*.desktop
%{_datadir}/xfce4/helpers/*.desktop
%{_datadir}/icons//hicolor/*/*/*.png
%{_mandir}/man1/exo*
%{_datadir}/pixmaps/exo-%{api}/exo-thumbnail-frame.png

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	An extension library to Xfce
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{libname}
Main library for the libexo.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers, static libraries and documentation for libexo
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
Headers, static libraries and documentation for libexo.

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/%{name}-%{api}/
%{_libdir}/lib%{name}-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_sysconfdir}/xdg/xfce4/helpers.rc

%find_lang %{name}-%{api}
%changelog

* Sat Mar 26 2016 dsilakov <denis.silakov@rosalab.ru> 0.10.7-1
- (104b082) Merge pull request #2 from alzim/exo:rosa2014.1
- (104b082) Update to 0.10.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10086 |14cu|exquisite-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	This is a psplash replacement that is very simple and uses EFL
Name:		exquisite
Version:	1.0.0
Release:	6
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://enlightenment.org/
Source0: 	http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRequires:	edje
BuildRequires:	embryo
BuildRequires:	evas
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(ecore-con)
BuildRequires:	pkgconfig(ecore-evas)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eet)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(eio)
BuildRequires:	pkgconfig(evas)

%description
This is a psplash replacement that is very simple and uses EFL (Evas, Edje,
Ecore etc.) for display - thus having immensely powerful theme abilities
without needing any platform-specific compiled themes or modules. It is
compatible with psplash with the same message commands (and more). The
difference is that it requires libraries like evas, edje, ecore, eet and
embryo. These also have loadable modules of their own - thus this is not
perfect for systems that can not have these libraries available and working at
boot, but if you can, it is a lot more capable than other splash engines,
while still running in the framebuffer.

%files
%{_bindir}/*
%{_datadir}/exquisite/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Thu Mar 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-6
- (b68a2da) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10087 |14cu|extace-1.9.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define title eXtace
%define mainname %{name}
%define alsaname %{name}-alsa
%define ossname %{name}-oss
%define descr %{title} - An Extace Waveform Viewer
%define summalsa %{descr} with ALSA support
%define summos %{descr} without ALSA support
%define group Sound
%define section Multimedia/%{group}
%define iconname multimedia_section.png
# Change to 1 if ALSA compiles cleanly again
%define buildalsa 1

Summary:	Visual sound display/analysis program
Name:		extace
Version:	1.9.9
Release:	1
License:	GPL
Group:		Sound
URL:		http://extace.sf.net
Source:		https://sourceforge.net/projects/extace/files/eXtace/%{version}/%{name}-%{version}.tar.gz
Patch0:		extace-1.9.6-desktop-file.patch
BuildRequires:	fftw3-devel
BuildRequires:	alsa-lib
BuildRequires:	coreutils
BuildRequires:	perl
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	esound-devel
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick

%description
eXtace is a visual sound display/analysis program for the Gnome Desktop
environment (though it works under other environments as long as gnome/esd
installed and used). Requires ESD to function. Includes
various fourier transforms of the audio data in real-time. Displays include
3D textured flying landscape, 16-128 channel graphic EQ, scope, and a 3D
pointed flying landscape. All aspects of the display are fully configurable,
even the axis placement. 

%if %{buildalsa}
This version is for users who don't use ALSA.
%endif

%files
%defattr(-,root,root,0755)
%doc TODO AUTHORS CREDITS NEWS ChangeLog README
%{_bindir}/%{ossname}
%{_datadir}/applications/extace.desktop
%{_iconsdir}/*.png

#--------------------------------------------------------------------------

%if %{buildalsa}
%package alsa
Summary:	%{summalsa}
Group:		Sound
Obsoletes:	%{mainname}

%description alsa
eXtace is a visual sound display/analysis program for the Gnome Desktop
environment (though it works under other environments as long as gnome/esd
or ALSA is installed and used). Requires ESD or ALSA to function. Includes
various fourier transforms of the audio data in real-time. Displays include
3D textured flying landscape, 16-128 channel graphic EQ, scope, and a 3D
pointed flying landscape. All aspects of the display are fully configurable,
even the axis placement. 

This version is for users who use ALSA.

%files alsa
%defattr(-,root,root,0755)
%{_bindir}/%{alsaname}
%endif

#--------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%if %{buildalsa}
	# Copy source tree to dir %{alsaname} for later building the alsa version
	cp -a $RPM_BUILD_DIR/%{name}-%{version} $RPM_BUILD_DIR/%{alsaname}
%endif

%build
# First build the normal/OSS version, and force to ignore ALSA even if present
export LDFLAGS="-lm"
%configure2_5x --enable-alsa --disable-rpath
# Remove ALSA support from this build
perl -pi -e 's|(^#define HAVE_ALSA.*$)|/* $1 */|' config.h
for f in {extace,.}/Makefile ; do
	perl -pi -e 's|(^ALSA_LIBS\s+=\s+).*$|$1|' $f
	perl -pi -e 's|-lasound||' $f
done
%make

%if %{buildalsa}
	# Now build the ALSA version.  ALSA support is built by default if available
	cd $RPM_BUILD_DIR/%{alsaname}
	%configure2_5x --disable-rpath
	%make
%endif

%install

# First install the OSS version
%makeinstall

mkdir -p %{buildroot}%{_bindir}

# Use /etc/alternatives to have it point to the right binary
# The "normal" one is named extace-oss, the alsa bin is called extace-alsa
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_bindir}/%{ossname}

%if %{buildalsa}
	# And now install the alsa version
	cd $RPM_BUILD_DIR/%{alsaname}
	%makeinstall
	# Rename the binary so that it doesn't overwrite the pointer to /etc/alternatives
	mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_bindir}/%{alsaname}
%endif

mkdir -p %{buildroot}%{_datadir}/applications/
desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications/ \
	%{buildroot}%{_datadir}/gnome/apps/Multimedia/extace.desktop

rm -f %{buildroot}%{_datadir}/gnome/apps/Multimedia/extace.desktop

mkdir -p %{buildroot}%{_iconsdir}/
convert src/logo.xpm %{buildroot}%{_iconsdir}/%{name}.png

%post
# Update /etc/alternatives to point to the right binary file
update-alternatives --install %{_bindir}/%{name} %{name} %{_bindir}/%{ossname} 100

%postun
update-alternatives --remove %{name} %{_bindir}/%{ossname}

%if %{buildalsa}
	%post alsa
	# Update /etc/alternatives to point to the right binary file
	update-alternatives --install %{_bindir}/%{name} %{name} %{_bindir}/%{alsaname} 200

	%postun alsa
	update-alternatives --remove %{name} %{_bindir}/%{alsaname}
%endif

%changelog

* Thu Sep 08 2016 alzim <alzim@bk.ru> 1.9.9-1
- (c3b1f8f) Merge pull request #1 from import/extace:rosa2016.1
- (c3b1f8f) Updated to 1.9.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10088 |14cu|extract-xiso-2.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		extract-xiso
Version:	2.7.1
Release:	3
Summary:	A backup tool for creating and extracting disc image .iso's of XBox games
License:	BSD
Group:		Archiving/Backup
URL:		http://sourceforge.net/projects/extract-xiso
Source0:	%{name}-%{version}.tar.gz

%description
A backup tool for creating and extracting disc image .iso's of XBox games.
For more details see: http://sourceforge.net/projects/extract-xiso

%prep
%setup -q -n %{name}

%build
%setup_compile_flags
gcc -D__LINUX__ $CFLAGS $LDFLAGS extract-xiso.c libftp-*/*.c -o extract-xiso

%install
mkdir -p %{buildroot}%{_bindir}
cp %{name} %{buildroot}%{_bindir}/

%files
%doc LICENSE.TXT README.TXT
%{_bindir}/%{name}


%changelog

* Tue Jun 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.7.1-3
- (f98dbc3) Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10089 |14cu|extremetuxracer-0.7.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gname etr
%define _appdatadir %{_datadir}/appdata

Name:			extremetuxracer
Version:		0.7.3
Release:		1
Summary:		OpenGL racing game featuring Tux
License:		GPLv2
Group:			Games/Arcade
URL:			https://sourceforge.net/projects/extremetuxracer
Source0:		https://sourceforge.net/projects/extremetuxracer/files/releases/%{version}/%{gname}-%{version}.tar.xz
Source1:		%{gname}.appdata.xml
Source2:		%{name}.metainfo.xml
Source3:		%{name}-papercuts.metainfo.xml
Source4:		%{name}-papercuts-outline.metainfo.xml
Source5:		%{gname}.6

BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sfml-audio) >= 2.2
BuildRequires:	pkgconfig(sfml-graphics) >= 2.2
BuildRequires:	pkgconfig(sfml-window) >= 2.2
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	imagemagick
BuildRequires:	appstream-util
BuildRequires:	desktop-file-utils
Provides:		tuxracer = %{EVRD}


%description
Extreme Tux Racer is an OpenGL racing game featuring Tux, the Linux
mascot. The goal of the game is to slide down a snow- and ice-covered
mountain as quickly as possible.  It is based on the GPL version of
TuxRacer.

%files -f %{gname}.lang
%doc AUTHORS ChangeLog COPYING 
%{_gamesbindir}/%{gname}
%{_gamesdatadir}/%{gname}/
%{_datadir}/applications/%{gname}.desktop
%{_iconsdir}/hicolor/*/apps/%{gname}.svg
%{_mandir}/man6/etr.6*
%{_appdatadir}/*.xml
#--------------------------------------------------------------------------------
%prep
%setup -qn %{gname}-%{version}

%build
CFLAGS="%{optflags} -Ofast -ffast-math" \
  CXXFLAGS="%{optflags} -Ofast -ffast-math" \
  %configure2_5x \
    --bindir=%{_gamesbindir} \
    --datadir=%{_gamesdatadir} \
    --docdir=%{_docdir}/%{name}
%make

%install
%makeinstall_std
for r in 16 22 32 48; do
	mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${r}x${r}/apps
	convert resources/%{gname}.svg -scale ${r}x${r} %{buildroot}%{_datadir}/icons/hicolor/${r}x${r}/apps/%{gname}.svg
done

rm -fr  %{buildroot}%{_datadir}/pixmaps

# appdata
mkdir -p %{buildroot}%{_appdatadir}
install -DT -m0644 %{SOURCE1} %{buildroot}%{_appdatadir}/etr.appdata.xml
install -Dm 0644 -p %{SOURCE2} \
        %{buildroot}%{_appdatadir}/%{name}.metainfo.xml
install -Dm 0644 -p %{SOURCE3} \
        %{buildroot}%{_appdatadir}/%{name}-papercuts.metainfo.xml
install -Dm 0644 -p %{SOURCE4} \
        %{buildroot}%{_appdatadir}/%{name}-papercuts-outline.metainfo.xml
        
#man pages
install -Dm 0644 -p %{SOURCE5} %{buildroot}%{_mandir}/man6/etr.6

%find_lang %{gname} || touch %{gname}.lang


%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{gname}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml 

%changelog

* Fri Aug 26 2016 alzim <alzim@bk.ru> 0.7.3-1
- (7976287) Merge pull request #2 from import/extremetuxracer:rosa2016.1
- (7976287) Updated to 0.7.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10090 |14cu|extundelete-0.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Investigation and recovery tool for ext3/4 filesystem
Name:		extundelete
Version:	0.2.4
Release:	1
Group:		File tools 
License:	GPLv2+
URL:		http://extundelete.sourceforge.net/
Source:		http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(ext2fs)

%description
Utility that can recover deleted files from an ext3 or ext4
partition. 
The ext3 and ext4 file systems are the most common default 
file systems in Linux distributions .
extundelete uses information stored in the partition's 
journal to attempt to recover a 
file that has been deleted from the partition.


%files
%doc LICENSE README 
%{_bindir}/%{name}
#---------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std   


%changelog

* Mon Jan 11 2016 abfonly <abfonly@gmail.com> 0.2.4-1
- (d0366bb) Log: Update to 0.2.4
- (d0366bb) backport for 2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10091 |14cu|f2c-20110801-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libf2cname %mklibname f2c %{major}

Name:           f2c
Summary:        A Fortran 77 to C/C++ conversion program
Version:        20110801
Release:        3
License:        MIT
Group:          Development/C
URL:            http://netlib.org/f2c/
Source0:        ftp://netlib.org/f2c.tar
# Patch makefile to build a shared library
Patch0:		f2c-20090411.patch
Patch1:		f2c-arithchk.patch
Patch2:		f2c-parallel-make.patch
BuildRequires:  unzip
Requires:       %{libf2cname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}

%description
F2c converts Fortran 77 source code to C or C++ source files. If no
Fortran files are named on the command line, f2c can read Fortran from
standard input and write C to standard output.

%package -n %{libf2cname}
Summary:    Dynamic libraries from %{name}
Group:      System/Libraries

%description -n %{libf2cname}
Dynamic libraries from %{name}.

%prep
%setup -q -n %{name}
mkdir lib%{name}
pushd lib%{name}
unzip ../lib%{name}.zip
popd
%patch0
%patch1
%patch2 -p1 -b .parallel-make

%build
cp src/makefile.u src/Makefile
cp lib%{name}/makefile.u lib%{name}/Makefile
%make -C src CFLAGS="%{optflags}" f2c
%make -C lib%{name} CFLAGS="%{optflags} -fPIC"

%install
rm -rf %{buildroot}
install -D -p -m 644 %{name}.h %{buildroot}%{_includedir}/%{name}.h
install -D -p -m 755 src/%{name} %{buildroot}%{_bindir}/%{name}
install -D -p -m 644 src/%{name}.1t %{buildroot}%{_mandir}/man1/%{name}.1
install -D -p -m 755 lib%{name}/lib%{name}.so.0.22 %{buildroot}%{_libdir}/lib%{name}.so.0.22
ln -s lib%{name}.so.0.22 %{buildroot}%{_libdir}/lib%{name}.so.0
ln -s lib%{name}.so.0.22 %{buildroot}%{_libdir}/lib%{name}.so

%files
%doc %{name}.ps %{name}.pdf readme changes src/README
%{_bindir}/%{name}
%{_mandir}/man1/*
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so

%files -n %{libf2cname}
%doc permission disclaimer src/Notice
%{_libdir}/lib%{name}.so.*

%changelog
* Wed Oct 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 20110801-3
+ Revision: 6e67175
- Updated to 20110801 (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10092 |14cu|faenza-icon-theme-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Faenza icon theme
Name:		faenza-icon-theme
Version:	1.3.1
Release:	1
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		http://tiheum.deviantart.com/art/Faenza-Icons-173323228
Source0:	http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/%{name}/%{name}_%{version}.tar.gz
Patch0:		faenza-icon-theme-1.3-adwaita.patch
Requires:	adwaita-icon-theme
Suggests:	kfaenza-icon-theme
Requires:	gnome-themes
Requires(post,postun):	gtk+2
BuildArch:	noarch

%description
This icon theme for Gnome provides monochromatic icons for panels,
toolbars and buttons and colourful squared icons for devices,
applications, folder, files and Gnome menu items.

Four themes are included to fit with light or dark themes/panels.

%files
%defattr(0644,root,root,0755)
%{_iconsdir}/Faenza*

%post
%update_icon_cache Faenza
%update_icon_cache Faenza-Ambiance
%update_icon_cache Faenza-Dark
%update_icon_cache Faenza-Darker
%update_icon_cache Faenza-Darkest
%update_icon_cache Faenza-Radiance

%postun
%clean_icon_cache Faenza
%clean_icon_cache Faenza-Ambiance
%clean_icon_cache Faenza-Dark
%clean_icon_cache Faenza-Darker
%clean_icon_cache Faenza-Darkest
%clean_icon_cache Faenza_Radiance

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-1.3
%patch0 -p1

%build

%install
find Faenza* -type d -exec chmod 755 {} \;
find Faenza* -type f -exec chmod 644 {} \;
mkdir -p %{buildroot}%{_iconsdir}
cp -r Faenza* %{buildroot}%{_iconsdir}
touch %{buildroot}%{_iconsdir}/Faenza/icon-theme.cache
touch %{buildroot}%{_iconsdir}/Faenza-Ambiance/icon-theme.cache
touch %{buildroot}%{_iconsdir}/Faenza-Dark/icon-theme.cache
touch %{buildroot}%{_iconsdir}/Faenza-Darker/icon-theme.cache
touch %{buildroot}%{_iconsdir}/Faenza-Darkest/icon-theme.cache
touch %{buildroot}%{_iconsdir}/Faenza-Radiance/icon-theme.cache


%changelog

* Wed Mar 08 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-1
- (755b569) New version 1.3.1
- (755b569) Inherit adwaita-icon-theme instead of gnome-icon-theme
- (755b569) Suggest kfaenza-icon-theme
- (755b569) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10093 |14cu|fail2ban-0.8.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ban IP-addresses that result in too many password failures
Name:		fail2ban
Version:	0.8.14
Release:	1
License:	GPLv2+
Group:		System/Configuration/Networking
URL:		http://www.fail2ban.org/
Source0:	https://github.com/fail2ban/fail2ban/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
Source2:	%{name}.service
Source3:	%{name}.tmpfiles.conf
Patch0:		%{name}-0.8.13-jail-conf.patch
Patch3:		%{name}-0.8.13-log-actions-to-SYSLOG.patch
BuildRequires:	python
BuildRequires:	python-devel
BuildRequires:	systemd-units
Requires:	python		>= 2.5
Requires:	tcp_wrappers	>= 7.6-29
Requires:	iptables	>= 1.3.5-3
Requires:	syslog-daemon
Requires(post):	rpm-helper
Requires(preun):rpm-helper
Requires(post):	systemd-units
Requires(preun):systemd-units
Suggests:	python-gamin
BuildArch:	noarch

%description
Fail2Ban scans log files like /var/log/secure and bans IP-addresses that have
too many password failures within a specified time frame. It updates firewall
rules to reject these IP addresses. The rules needed for this can be defined by
the user. Fail2Ban can read multiple log files including sshd and Apache web
server logs.

%prep
%setup -q
%patch0 -p0
%patch3 -p0

%build
%serverbuild
env CFLAGS="%{optflags}" python setup.py build 

pushd man
sh generate-man
popd

%install
python setup.py install --root=%{buildroot}

install -d %{buildroot}/%{_mandir}/man1
install man/*.1 %{buildroot}%{_mandir}/man1/
install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%post
systemd-tmpfiles --create %{name}.conf
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%doc ChangeLog README.md TODO
%{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf 
%{_bindir}/%{name}-*
%config(noreplace) %{_sysconfdir}/%{name}/*.conf
%config(noreplace) %{_sysconfdir}/%{name}/action.d/*.conf
%config(noreplace) %{_sysconfdir}/%{name}/filter.d/*.conf
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/action.d
%dir %{_sysconfdir}/%{name}/filter.d
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/client
%dir %{_datadir}/%{name}/server
%dir %{_datadir}/%{name}/common
%{_datadir}/%{name}/client/*.py*
%{_datadir}/%{name}/server/*.py*
%{_datadir}/%{name}/common/*.py*
%{_datadir}/%{name}/testcases/*.py*
%{_datadir}/%{name}/*-info
%{_mandir}/man1/*

%changelog

* Thu Sep 08 2016 alzim <alzim@bk.ru> 0.8.14-1
- (60e5292) Merge pull request #1 from import/fail2ban:rosa2016.1
- (60e5292) Updated to 0.8.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10094 |14cu|fallingsky-0.0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	fallingsky

Name:		%{oname}
Version:	0.0.8
Release:	1
Summary:	A game of falling blocks with RPG elements, uses pygame
License:	GPLv2
Group:		Games/Arcade
Url:		http://a-tal.github.io/fallingsky
Source0:	http://pypi.python.org/packages/source/f/%{oname}/%{oname}-%{version}.tar.gz
Source1:	https://raw.githubusercontent.com/a-tal/fallingsky/master/LICENSE
Source2:	https://raw.githubusercontent.com/a-tal/fallingsky/master/README.md
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(kezmenu3)
BuildRequires:	pygame
BuildRequires:	pythonegg(pytest)
BuildRequires:	pythonegg(appdirs)
BuildRequires:	imagemagick
Requires:	pygame
Requires:	pythonegg(kezmenu3)
Requires:	pythonegg(appdirs)

%description
The Tragedy of the Falling Sky intends to be a RPG style block game. 
It is still in very early development though, 
so many features are missing. Also the artwork 
is very preliminary and will be improved upon. 
Feel free to contribute to the project on GitHub, 
all pull requests are welcomed.

%files
%doc LICENSE README.md
%{_bindir}/fallingsky 
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{py_puresitedir}/fallingsky/*.py*
%{py_puresitedir}/fallingsky*.egg-info
%{py_puresitedir}/fallingsky/images/
#----------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
cp -p %{SOURCE1} .
cp -p %{SOURCE2} .

%build
%py_build

%install
%py_install
# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=fallingsky
Comment=The Tragedy of the Falling Sky
Exec=fallingsky
Icon=fallingsky
Type=Application
StartupNotify=false
Categories=Game;LogicGame;
EOF

# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size fallingsky/images/background.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done


%check
python setup.py test


%changelog

* Sat Nov 26 2016 abfonly <abfonly@gmail.com> 0.0.8-1
- (32be47c) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10095 |14cu|fanout-0.6.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fanout lets you run commands on multiple remote machines simultaneously
Name:		fanout
Version:	0.6.1
Release:	10
License:	GPL
Group:		Networking/Remote access
Source:		http://www.stearns.org/fanout/fanout-%{version}.tar.gz
URL:		http://www.stearns.org/fanout/
Buildarch:	noarch
requires:	xterm

%description
Fanout allows you to run non-interactive commands on remote
machines simultaneously, collecting the output in an organized fashion.

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}/%{_bindir}
#%make DESTDIR=$RPM_BUILD_ROOT install
cp -avf fanout %{buildroot}/%{_bindir}
cp -avf fanterm %{buildroot}/%{_bindir}
cp -avf fanmux %{buildroot}/%{_bindir}

%clean

%files
%doc AUTHORS COPYING CREDITS ChangeLog Makefile
%attr(755,root,root) %{_bindir}/fanmux
%attr(755,root,root) %{_bindir}/fanout
%attr(755,root,root) %{_bindir}/fanterm





%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 0.6.1-10
- (5435ef0) Update tarball, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10096 |14cu|FANtastic-0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  oname FANtastic.love
#define  distuffix mrb

Name:           FANtastic
Version:        0.1
Release:        1
Summary:        It's TOOOO HOT on Tiki Island!
Group:          Games/Arcade
License:        MIT
Url:            https://gordebak.itch.io/semicontrol
Source0:        %{oname}
BuildRequires:  imagemagick
BuildRequires:  zip

Requires:       love
BuildArch:      noarch

%description
It's TOOOO HOT on Tiki Island! 
Turn on all the fans to save the day!
Arrow keys to move. Space to turn fans on/off.


%files
%doc README.md LICENSE
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/%{oname}
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep 
%setup -q -c -n FANtastic
find . -perm 0666 -exec chmod 0644 {} \;

%build

%install
# data
install -D -m 644 %{SOURCE0} %{buildroot}%{_gamesdatadir}/%{name}/%{oname}


# wrapper
mkdir -p %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
#!/bin/sh
love %{_gamesdatadir}/%{name}/%{oname}
EOF
chmod 0755 %{buildroot}%{_gamesbindir}/%{name}

# Desktop entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
GenericName=%{summary}
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size -background transparent -gravity Center images/fan_with_trolley/fan_blue_trolley_2.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done


%changelog

* Tue May 09 2017 abfonly <abfonly@gmail.com> 0.1-1
- (56188b7) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10097 |14cu|fapg-0.42-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define Werror_cflags	%%{nil}
#define debug_package	%%{nil}

Summary:	Fast Audio Playlist Generator
Name:		fapg
Version:	0.42
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://royale.zerezo.com/%{name}/
Source0:	http://royale.zerezo.com/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(liburiparser)
BuildRequires:	gawk

%description
FAPG is a tool to generate list of audio files (Wav, MP3, Ogg, etc) in various
formats (M3U, PLS, HTML, etc).

%files 
%doc COPYING README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#-----------------------------------------------------------------------------

%prep 
%setup -q


%build 
%configure2_5x
%make


%install 
%makeinstall_std








%changelog

* Sun Jun 12 2016 Giovanni Mariani <mc2374@mclink.it> 0.42-1
- (ad3e9b1) Updated to release 0.42



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10098 |14cu|fatpack-0.10.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-FatPacker
%define upstream_version 0.010005

Name:       fatpack
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Pack your dependencies onto your script file
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel

BuildArch: noarch

%description
Pack your dependencies onto your script file
Command line frontend for App::FatPacker  

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 META.yml

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_bindir}/fatpack
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Sat Jul 02 2016 abfonly <abfonly@gmail.com> 0.10.5-1
- (9b3cd5f) Log: Update to 0.10.5 (cpan-0.010005)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10099 |14cu|fatrat-1.2.0-0.beta2.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta beta2

Summary:	Download manager for Linux with the help of the Qt4 library
Name:		fatrat
Version:	1.2.0
Release:	0.%{beta}.3
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://fatrat.dolezel.info/
Source0:	http://www.dolezel.info/download/data/fatrat/%{name}-%{version}_%{beta}.tar.xz
Patch0:		fatrat-headers.patch
Patch1:		fatrat-1.2-libtorrent-rasterbar-1.x.patch
Patch10:	fatrat-remove-java-applet.patch
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	gloox-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(libtorrent-rasterbar)
BuildRequires:	pkgconfig(pion-net)
BuildRequires:	pkgconfig(QtWebKit)
Requires:	qt4-common
Suggests:	fatrat-czshare
Suggests:	fatrat-opensubtitles
Suggests:	fatrat-unpack

%description
FatRat is an open source download manager for Linux/Unix systems written
in C++ with the help of the Trolltech Qt 4 library. It is rich in features
and is continuously developed.

%files -f %{name}.lang
%{_datadir}/%{name}/AUTHORS
%{_datadir}/%{name}/INSTALL
%{_datadir}/%{name}/LICENSE
%{_datadir}/%{name}/README
%{_datadir}/%{name}/TRANSLATIONS
%{_bindir}/fatrat
%{_bindir}/fatrat-conf
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/data/btsearch/
%{_datadir}/%{name}/data/css/*
%{_datadir}/%{name}/data/btlinks.txt
%{_datadir}/%{name}/data/bttrackers.txt
%{_datadir}/%{name}/data/defaults.conf
%{_datadir}/%{name}/data/genssl.*
%{_datadir}/%{name}/data/mirrors.txt
%{_mandir}/man1/%{name}*
%{_datadir}/%{name}/data/remote/*

#----------------------------------------------------------------------------

%package devel
Summary:	Fatrat development files
Group:		Development/C++

%description devel
This package contains header files required for development.

%files devel
%{_includedir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}_%{beta}
%patch0 -p1
%patch1 -p1

# remove Java web-interface applet
rm -rf data/remote/applet.html data/remote/applet/
%patch10 -p1

%build
%cmake_qt4 \
	-DCMAKE_EXE_LINKER_FLAGS="-lpthread -lssl -lcrypto -lboost_system -lboost_filesystem -lboost_thread -llog4cpp" \
	-DWITH_BITTORRENT=ON \
	-DWITH_CURL=ON \
	-DWITH_JABBER=ON \
	-DWITH_JPLUGINS=OFF \
	-DWITH_NLS=ON \
	-DWITH_WEBINTERFACE=ON

%make

%install
cp build/config.h .
%makeinstall_std -C build

%find_lang %{name} --with-qt



%changelog

* Thu Aug 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-0.beta2.3
- (e1c10a7) Add patch from upstream for libtorrent-rasterbar-1.x support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10100 |14cu|fatrat-unpack-1.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	UnPack plugin for FatRat
Name:		fatrat-unpack
Version:	1.1.3
Release:	3
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://fatrat.dolezel.info/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	fatrat-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libzip)
Requires:	fatrat
Requires:	libzip

%description
FatRat is an open source download manager for Linux/Unix systems written in C++
with the help of the Trolltech Qt 4 library. It is rich in features and is
continuously developed.

Unpack or pipe RAR (and ZIP optionally) archives inside the application.

%files
%{_libdir}/fatrat/plugins/libfatrat-unpack.so
%{_datadir}/fatrat/data/plugins/%{name}/pipecmds
%{_docdir}/%{name}/TRANSLATIONS
%{_docdir}/%{name}/3RDPARTIES

#----------------------------------------------------------------------------

%prep
%setup -q
sed s,lib/fatrat/plugins,%{_lib}/fatrat/plugins,g -i CMakeLists.txt

%build
%cmake_qt4 \
	-DWITH_ZIP=ON
cp config.h ..
%make

%install
%makeinstall_std -C build


%changelog

* Mon Nov 23 2015 Denis Silakov <dsilakov@gmail.com> 1.1.3-3
- (a0983c8) Rebuild with new libzip



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10101 |14cu|fatsort-1.3.365-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	FAT sorter for FAT16 and FAT32 filesystems
Name:		fatsort
Version:	1.3.365
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://fatsort.sf.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	help2man

%description
Fatsort is a utility written in C to sort FAT16 and FAT32 filesystems. It is
needed to sort files on cheap mp3 players that display files not sorted by
their name but by the order they appear in the file allocation table (FAT).

%files
%doc CHANGES LICENSE.txt README
%{_mandir}/man1/%{name}.1*
%{_sbindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make \
	CFLAGS="%{optflags}" \
	LDFLAGS="%{ldflags}"

%install
%makeinstall_std \
	SBINDIR=%{_sbindir} \
	MANDIR=%{_mandir}/man1


%changelog

* Tue May 16 2017 Rosa <rosa@abf.rosalinux.ru> 1.3.365-1
- (efdbf70) Automatic import for version 1.3.365-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10102 |14cu|fb2edit-0.0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	FB2 editor
Name:		fb2edit
Version:	0.0.9
Release:	1
License:	GPLv3
Group:		Editors
URL:		http://fb2edit.lintest.ru
Source0:	https://github.com/lintest/fb2edit/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz

BuildRequires:	cmake
BuildRequires:	qt4-devel

%description
Editor for FB2 ("FictionBook") files.

%files
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps
%{_iconsdir}/hicolor/*/apps/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

%changelog

* Fri Aug 26 2016 alzim <alzim@bk.ru> 0.0.9-1
- (b567d20) Merge pull request #1 from import/fb2edit:rosa2016.1
- (b567d20) Updated to 0.0.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10103 |14cu|fbcat-0.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Framebuffer screenshot program
Name:		fbcat
Version:	0.4.4
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphics
Url:		http://jwilk.net/software/fbcat
Source:		https://github.com/jwilk/fbcat/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl
%rename fbgrab

%description
fbcat takes a screenshot using the framebuffer device.

The following visuals are supported:
    TRUECOLOR,
    DIRECTCOLOR,
    PSEUDOCOLOR,
    STATIC_PSEUDOCOLOR.

It's a modern replacement for fbgrab.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"
%make -C doc

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 fbcat %{buildroot}%{_bindir}/
install -m 755 fbgrab %{buildroot}%{_bindir}/
mkdir -p %{buildroot}%{_mandir}/man1/
install -m 755 doc/fbcat.1 %{buildroot}%{_mandir}/man1/
install -m 755 doc/fbgrab.1 %{buildroot}%{_mandir}/man1/

%files
%doc COPYING doc/changelog doc/tested.txt
%{_bindir}/fbcat
%{_bindir}/fbgrab
%{_mandir}/man1/fbcat.1*
%{_mandir}/man1/fbgrab.1*

%changelog

* Thu Sep 08 2016 alzim <alzim@bk.ru> 1:0.4.4-1
- (3ce1eff) Merge pull request #1 from import/fbcat:rosa2016.1
- (3ce1eff) Updated to 0.4.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10104 |14cu|fbdesk-1.4.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fluxbox-application to create and manage icons on your desktop
Name:		fbdesk
Version:	1.4.1
Release:	10
License:	MIT
Group:		Graphical desktop/Other
Url:		http://fluxbox.sourceforge.net/fbdesk
Source0:	http://fluxbox.sourceforge.net/download/%{name}-%{version}.tar.gz
Source1:	%{name}-icons.tar.bz2
Patch0:		fbdesk-1.4.1-gcc43.patch
Patch1:		fbdesk-1.4.1-gcc48.patch
Patch2:		fbdesk-1.4.1-libpng15.patch
Patch3:		fbdesk-1.4.1-cassert.patch
Patch4:		fbdesk-1.4.1-option-v.patch
Buildrequires:	imlib2-devel
Buildrequires:	pkgconfig(x11)
Buildrequires:	pkgconfig(xext)
Buildrequires:	pkgconfig(xft)
Buildrequires:	pkgconfig(xpm)
Buildrequires:	pkgconfig(xrender)

%description
FbDesk is a fluxbox-application to create and manage icons on your desktop.

Implemented Features :

 * XPM and PNG image loading
 * Antialias text
 * UTF-8 and multibyte support
 * Vertical text
 * Grid Snapping
 * GUI for editing command/label and add/remove icons
 * Fluxbox menu style

%files
%doc README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%setup -q -T -D -a1
%patch0 -p1
%patch1 -p1
%patch2 -p0
%patch3 -p1
%patch4 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

# Menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Name=Fbdesk
Comment=Fluxbox-application to create and manage icons on your desktop
Exec=%{_bindir}/%{name}
Icon=%{name}
Categories=Graphics;2DGraphics;
EOF

# icon
install -D -m 644 %{name}48.png %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 %{name}32.png %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{name}16.png %{buildroot}%{_miconsdir}/%{name}.png

install -d %{buildroot}%{_datadir}/%{name}
install -m 0644 *.png %{buildroot}%{_datadir}/%{name}


%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.4.1-10
- (b46e949) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10105 |14cu|fbida-2.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Collection of applications for viewing and editing images
Name:		fbida
Version:	2.10
Release:	1
License:	GPLv2+
Group:		Graphics
URL:		http://linux.bytesex.org/fbida/
Source0:	http://dl.bytesex.org/releases/fbida/%{name}-%{version}.tar.gz
# replace old copied jpeg headers from old libjpeg with new one from libjpeg8
# (c.f. the similar fix in mdv bug#57950)
Patch0:		fbida-2.07-replace-old-libjpeg-headers.patch
Patch1:		fbida-2.09-fmtstr.diff
Patch2:		fbida-2.09-no_strip.diff
#Patch3:	fbida-2.09-giflib5.1.diff
BuildRequires:	curl-devel
BuildRequires:	freetype2-devel
BuildRequires:	jpeg-devel
BuildRequires:	libexif-devel
BuildRequires:	libpcd-devel
BuildRequires:	lirc-devel
BuildRequires:	png-devel
BuildRequires:	sane-devel
BuildRequires:	tiff-devel
BuildRequires:	ungif-devel
BuildRequires:	lesstif-devel
BuildRequires:	xpm-devel
BuildRequires:	libxext-devel
BuildRequires:	x11-server-common
BuildRequires:	fontconfig-devel
Provides:	fbi = %{version}-%{release}
# fwang: the app needs /etc/X11/app-defaults
BuildRequires:	xsysinfo
# fbi uses convert to show indirectly supported image format
Requires:	imagemagick
# fbgs requires gs
Requires:	ghostscript
Requires:	exiftran = %{version}-%{release}

%description
The fbida project contains a few applications for viewing and editing
images, with the main focus being photos.
The applications are:
  fbi	- Image viewer for Linux framebuffer console.
  fbgs	- Wrapper script using fbi, for viewing ps/pdf files on framebuffer
  ida	- X11 application (Motif based) for viewing images with
	  basic editing functions.
  exiftran- command line tool to do lossless transformations of JPEG
	    images, similar to jpegtran but includes EXIF data.
  thumbnail.cgi - CGI script to extract EXIF thumbnails from jpeg images
		  and send them to web browser.
This project used to be 2 seperate projects (fbi and ida), but later
merged by author.

%files
%doc Changes COPYING README
%config(noreplace) %{_sysconfdir}/X11/app-defaults/*
%{_bindir}/fbi
%{_bindir}/fbgs
%{_bindir}/ida
%{_datadir}/applications/rosa-%{name}.desktop
%{_mandir}/man1/fbi.1*
%{_mandir}/man1/fbgs.1*
%{_mandir}/man1/ida.1*

#-----------------------------------------------------------------------------

%package -n	exiftran
Summary:	Transform Digital Camera JPEG Images
Group:		Graphics
Conflicts:	fbida < 2.09

%description -n	exiftran
exiftran is a command-line utility to transform digital image JPEG images.
It can do lossless rotations like jpegtran, but unlike jpegtran, it cares
about the EXIF data.  It can rotate images automatically by checking the EXIF
orientation tag, updating the EXIF information if needed (image dimension,
orientation), and also rotating the EXIF thumbnail. It can process multiple
images at once.

%files -n exiftran
%doc Changes COPYING README
%{_bindir}/exiftran
%{_mandir}/man1/exiftran.1*

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .oldjpeg
%patch1 -p0 -b .fmtstr
%patch2 -p0 -b .no_strip
#patch3 -p1 -b .giflib
rm -f jpeg/*/jpeg*

# Fix format-not-UTF
cp Changes Changes.not-utf8
iconv -f ISO_8859-1 -t UTF8 Changes.not-utf8 > Changes


%build
# Must use CFLAGS as env variable, because makefile adds flags to it.
# Directly specifying CFLAGS as make variable would fail
export CFLAGS="%{optflags}"
%make verbose=yes


%install
%makeinstall_std prefix=%{_prefix}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/rosa-%{name}.desktop <<EOF
[Desktop Entry]
Name=IDA Image Viewer
Comment=Basic image viewer and editor
Exec=ida
Icon=graphics_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Motif;Graphics;2DGraphics;RasterGraphics;Viewer;
EOF

%changelog

* Sun Jan 10 2016 Giovanni Mariani <mc2374@mclink.it> 2.10-1
- (6c13914) Updated to release 2.10, dropped P3 (upstreamed) and killed a couple of rppmlint warnings



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10106 |14cu|fbpanel-7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	A lightweight X11 desktop panel
Name:		fbpanel
Version:	7.0
Release:	2
License:	LGPLv2+ and GPLv2+
Group:		Graphical desktop/Other
Url:		http://aanatoly.github.io/fbpanel/
Source0:	https://github.com/aanatoly/fbpanel/archive/%{version}.tar.gz
# distro specific patches
Patch10:	fbpanel-7.0-default-config.patch
Patch11:	fbpanel-6.1-default-applications.patch
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
Requires:	xdg-utils

%description
fbpanel is a lightweight, NETWM compliant desktop panel. It works with any
NETWM compliant window manager (eg xfwm4, sawfish, openbox, metacity, kde).

It provides:
    * variety of plugins
    * ability to replace window icons
    * all icons follow your current GTK+ icon theme
    * transparency support
    * customizable size and screen position
    * ability to run many instances each with its own configuration
    * modest resource usage

%prep
%setup -qn %{name}-%{version}
%patch10 -p1 -b .default-config
%patch11 -p1 -b .default-applications

%build
%setup_compile_flags
# this script is really ugly and doesn't work with configure macro
./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--mandir=%{_mandir}/man1 \
	--libexecdir=%{_libexecdir} \
	--sysconfdir=%{_sysconfdir} \
	--localstatedir=%{_localstatedir}
%make cflagsx="%{optflags}"

%install
%makeinstall_std

# change some icon names that were also changed in the default panel config
mv %{buildroot}%{_datadir}/%{name}/images/logo.png \
	%{buildroot}%{_datadir}/%{name}/images/start-here.png

mv %{buildroot}%{_datadir}/%{name}/images/gnome-session-halt.png \
	%{buildroot}%{_datadir}/%{name}/images/system-shutdown.png

mv %{buildroot}%{_datadir}/%{name}/images/gnome-session-reboot.png \
	%{buildroot}%{_datadir}/%{name}/images/system-reboot.png

%files
%doc CHANGELOG COPYING CREDITS NOTES
%{_bindir}/%{name}
%{_libdir}/*.so
%{_libdir}/make_profile
%{_libdir}/xlogout
%{_datadir}/%{name}/
%{_mandir}/man1/%{name}.1.*

%changelog

* Sat Apr 23 2016 Denis Silakov <dsilakov@gmail.com> 7.0-2
- (a073df3) Fix man page installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10107 |14cu|fbreader-0.99.5-0.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# empty debug
%define debug_package %{nil}
%define _disable_ld_no_undefined 1

%define major 0.99
%define libzlcore %mklibname zlcore %{major}
%define libzltext %mklibname zltext %{major}
%define libzlui %mklibname zlui %{major}

Summary:	Reader for e-books in various formats
Name:		fbreader
Version:	0.99.5
Release:	0.3
License:	GPLv2+
Group:		Office
Url:		http://www.fbreader.org
#Source0:	http://fbreader.org/files/desktop/%{name}-sources-%{version}.tgz
# from git this time
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	bzip2-devel
BuildRequires:	jpeg-devel
BuildRequires:	libstdc++-devel
BuildRequires:	linebreak-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	desktop-file-utils
# force explicit Requires because of library packages being messed up in past
Requires:	%{libzlcore} = %{EVRD}
Requires:	%{libzltext} = %{EVRD}
Requires:	%{libzlui} = %{EVRD}
Obsoletes:	%{_lib}zlibrary-devel < 0.99.5

%description
FBReader is an e-book reader for various platforms.
Supported formats include: fb2, HTML, chm, plucker, palmdoc,
zTxt, TCR, RTF, OEB, OpenReader, mobipocket, plain text.

%files
%doc fbreader/LICENSE
%{_bindir}/FBReader
%{_datadir}/FBReader/
%{_datadir}/pixmaps/FBReader/
%{_datadir}/pixmaps/FBReader.png
%{_datadir}/applications/FBReader.desktop
%{_mandir}/man1/FBReader.1.*

#----------------------------------------------------------------------------

%package -n %{libzlcore}
Summary:	Cross-platform GUI library
Group:		System/Libraries
Requires:	zlibrary-common = %{EVRD}
Conflicts:	%{_lib}zlibrary < 0.99.5
Obsoletes:	%{_lib}zlibrary < 0.99.5

%description -n %{libzlcore}
ZLibrary is a cross-platform library to build applications running on
desktop Linux, Windows, and different Linux-based PDAs.

This package provides ZLibrary core.

%files -n %{libzlcore}
%{_libdir}/libzlcore.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libzltext}
Summary:	Cross-platform GUI library
Group:		System/Libraries
Requires:	zlibrary-common = %{EVRD}
Conflicts:	%{_lib}zlibrary < 0.99.5

%description -n %{libzltext}
ZLibrary is a cross-platform library to build applications running on
desktop Linux, Windows, and different Linux-based PDAs.

This package provides ZLibrary text.

%files -n %{libzltext}
%{_libdir}/libzltext.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libzlui}
Summary:	Cross-platform GUI library
Group:		System/Libraries
Requires:	zlibrary-common = %{EVRD}
Conflicts:	%{_lib}zlibrary < 0.99.5

%description -n %{libzlui}
ZLibrary is a cross-platform library to build applications running on
desktop Linux, Windows, and different Linux-based PDAs.

This package provides ZLibrary ui.

%files -n %{libzlui}
%{_libdir}/libzlui.so.%{major}*

#----------------------------------------------------------------------------

%package -n zlibrary-common
Summary:	Cross-platform GUI library
Group:		System/Libraries
BuildArch:	noarch
Conflicts:	%{_lib}zlibrary < 0.99.5

%description -n zlibrary-common
ZLibrary is a cross-platform library to build applications running on
desktop Linux, Windows, and different Linux-based PDAs.

This package provides ZLibrary common files.

%files -n zlibrary-common
%{_datadir}/zlibrary/

#----------------------------------------------------------------------------

%prep
%setup -q

# fix icon extension in the .desktop file
perl -pi -e 's,FBReader.png,FBReader,' fbreader/desktop/desktop

# fix qt4 build
perl -pi -e 's,moc-qt4,%{qt4bin}/moc,' makefiles/arch/desktop.mk
perl -pi -e 's,CC = .*,CC = gcc,' makefiles/arch/desktop.mk
perl -pi -e 's,QTINCLUDE = -I /usr/include/qt4,QTINCLUDE = -I %{qt4include},' makefiles/arch/desktop.mk
perl -pi -e 's,UILIBS = -lQtGui,UILIBS = -lQtGui -lQtCore,' makefiles/arch/desktop.mk
perl -pi -e 's,-lunibreak,-llinebreak,' makefiles/config.mk zlibrary/text/Makefile

echo "CFLAGS = %{optflags}" >> makefiles/arch/desktop.mk
echo "LDFLAGS = %{ldflags}" >> makefiles/arch/desktop.mk

%build
make -C zlibrary/core TARGET_ARCH=desktop UI_TYPE=dummy

make -C zlibrary/text TARGET_ARCH=desktop UI_TYPE=dummy

make -C zlibrary/ui TARGET_ARCH=desktop UI_TYPE=qt4

make -C fbreader TARGET_ARCH=desktop UI_TYPE=dummy

%install
make -C zlibrary/core TARGET_ARCH=desktop UI_TYPE=dummy \
	DESTDIR=%{buildroot} INSTALLDIR=%{_prefix} LIBDIR=%{_libdir} do_install

make -C zlibrary/text TARGET_ARCH=desktop UI_TYPE=dummy \
	DESTDIR=%{buildroot} INSTALLDIR=%{_prefix} LIBDIR=%{_libdir} do_install

make -C zlibrary/ui TARGET_ARCH=desktop UI_TYPE=qt4 \
	DESTDIR=%{buildroot} INSTALLDIR=%{_prefix} LIBDIR=%{_libdir} do_install

make -C fbreader TARGET_ARCH=desktop UI_TYPE=dummy \
	DESTDIR=%{buildroot} INSTALLDIR=%{_prefix} LIBDIR=%{_libdir} do_install

# add mimetypes
desktop-file-install \
	--vendor="" \
	--add-mime-type="application/epub+zip;application/rtf;" \
	--add-mime-type="application/x-mobipocket-ebook;application/x-fictionbook+xml;" \
	--add-mime-type="text/html;application/xhtml+xml;" \
	--add-mime-type="application/vnd.ms-htmlhelp;" \
	%{buildroot}%{_datadir}/applications/FBReader.desktop --dir=%{buildroot}%{_datadir}/applications/

# man
mkdir -p %{buildroot}%{_mandir}/man1
install -m644 fbreader/desktop/FBReader.1 %{buildroot}%{_mandir}/man1

# remove useless .so files (there are no includes to use them)
rm -f %{buildroot}%{_libdir}/*.so

%changelog

* Mon Apr 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.99.5-0.3
- (24588d4) Add association with chm files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10108 |14cu|fbzx-3.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A ZX Spectrum Emulator for FrameBuffer
Name:		fbzx
Version:	3.1.0
Release:	1
License:	GPLv3+
Group:		Emulators
Url:		http://www.rastersoft.com/programas/fbzx.html
Source0:	http://www.rastersoft.com/descargas/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(sdl)
Suggests:	spectrum-roms

%description
FBZX is a Sinclair Spectrum emulator, designed to work at full screen using
the FrameBuffer or under X-Windows.

For ZX Spectrum roms install spectrum-roms package from non-free repository.

%files
%doc AMSTRAD CAPABILITIES COPYING FAQ README* TODO VERSIONS.md
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

# Patch to use rpm optflags
sed -i -e "s/^\(CC\=\g++\) [^\`]*/\1 -c \$(CFLAGS) /" src/Makefile
sed -i -e "s/^\(CPP\=\g++\) [^\`]*/\1 -c \$(CFLAGS) /" src/Makefile
sed -i -e "s/^\(LN\=\g++\) [^\`]*/\1 \$(CFLAGS) /" src/Makefile

%build
export CFLAGS="%{optflags}"
%make

%install
#install application
mkdir -p %{buildroot}%{_bindir}
install -m 755 src/%{name} %{buildroot}%{_bindir}

# install data
mkdir -p %{buildroot}%{_datadir}/%{name}
install -p -m 644 data/keymap.bmp %{buildroot}%{_datadir}/%{name}

# install icon
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
install -p -m 644 data/%{name}.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps

# install desktop file
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
	--remove-key=Version \
	--add-category=Emulator \
	--dir %{buildroot}%{_datadir}/applications \
	data/%{name}.desktop


%changelog

* Tue Jan 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.0-1
- (fa835ac) New version 3.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10109 |14cu|fceux-2.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NES emulator
Name:		fceux
Version:	2.2.3
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://fceultra.sourceforge.net/
Source0:	http://fceultra.sourceforge.net/releases/%{name}-%{version}.src.tar.gz
Patch0:		fceux-2.1.5-gcc46.patch
BuildRequires:	scons
BuildRequires:	lua5.1-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
Requires:	zenity

%description
FCEUX is a Nintendo Entertainment System (NES), Famicom, and Famicom
Disk System (FDS) emulator. It supports both PAL (European) and NTSC
(USA/JPN) modes. It supports both Windows and SDL versions for cross
compatibility.

%files
%doc Authors changelog.txt NewPPUtests.txt README-SDL TODO*
%doc documentation/
%{_bindir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
%scons

%install
install -m 755 -D bin/fceux %{buildroot}%{_bindir}/fceux
install -D documentation/fceux.6 %{buildroot}%{_mandir}/man6/fceux.6

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=FCEUX
GenericName=NES emulator
Comment=Play Nintendo Enternainment System games
Exec=%{_bindir}/%{name}
Icon=emulators_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF


%changelog

* Sun Jul 31 2016 valerol <valerol@ya.ru> 2.2.3-1
- (d0cfd63) New version 2.2.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10110 |14cu|fcgi-2.4.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}

Summary:	The FastCGI development kit
Name:		fcgi
Version:	2.4.0
Release:	17
License:	BSD-style
Group:		System/Servers
URL:		http://www.fastcgi.com/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		fcgi-no-libs.patch
Patch1:		FastCGI-clientdata_pointer.patch
Patch2:		FastCGI-makefile.am_cppflags.patch
Patch3:		fastcgi-2.4.0_missing_call_to_fclose.patch
Patch4:		FastCGI-2.4.0-CVE-2011-2766.diff
Patch5:		fcgi-2.4.0-gcc4.4.diff
Patch6:		fcgi-2.4.0-poll.patch
BuildRequires:	libstdc++-devel
BuildRequires:	autoconf automake libtool
Requires:	%{libname} >= %{version}

%description
FastCGI is an open extension to CGI that provides high performance
for all Internet applications without the penalties of Web server
APIs.

FastCGI is designed to be layered on top of existing Web server
APIs. For instance, the mod_fastcgi Apache module adds FastCGI 
support to the Apache server. FastCGI can also be used, with 
reduced functionality and reduced performance, on any Web server
that supports CGI.

This FastCGI Developer's Kit is designed to make developing 
FastCGI applications easy. The kit currently supports FastCGI 
applications written in C/C++, Perl, Tcl, and Java.

This package contains only shared libraries used by programs 
developed using FastCGI Developer's Kit and cgi-fcgi (bridge from
CGI to FastCGI).

%package -n	%{libname}
Summary:	Libraries for %{name}
Group:          System/Libraries

%description -n	%{libname}
This package contains the %{name} library files.

%package -n	%{libname}-devel
Summary:	Development headers and libraries for %{name}
Group:		Development/C
Requires:	%{libname} >= %{version}
Provides:	libfcgi-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}


%description -n	%{libname}-devel
This package contains FastCGI Developer's Kit, which is designed
to make developing FastCGI applications easy. The kit currently
supports FastCGI applications written in C/C++, Perl, Tcl, and
Java.

%prep

%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p0
%patch6 -p1

%build
touch INSTALL NEWS AUTHORS ChangeLog COPYING
rm -f configure
libtoolize --copy --force; aclocal; autoconf; automake --add-missing --copy

%configure2_5x \
    --with-global \
    --with-nodebug \
    --with-noassert \
    --with-notest

make

%install
%makeinstall_std

install -d %{buildroot}%{_datadir}/fastcgi
cp -a examples/{Makefile*,*.c} %{buildroot}%{_datadir}/fastcgi/

# install the built examples (should we require apache here?)
install -d %{buildroot}/var/www/fcgi-bin

pushd examples/.libs/
    install -m755 authorizer %{buildroot}/var/www/fcgi-bin/
    install -m755 echo %{buildroot}/var/www/fcgi-bin/
    install -m755 echo-cpp %{buildroot}/var/www/fcgi-bin/
    install -m755 echo-x %{buildroot}/var/www/fcgi-bin/
    install -m755 log-dump %{buildroot}/var/www/fcgi-bin/
    install -m755 size %{buildroot}/var/www/fcgi-bin/
    install -m755 threaded %{buildroot}/var/www/fcgi-bin/
popd

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files
%doc doc/*.1 LICENSE.TERMS README
%attr(0755,root,root) %{_bindir}/cgi-fcgi
%attr(0755,root,root) /var/www/fcgi-bin/authorizer
%attr(0755,root,root) /var/www/fcgi-bin/echo
%attr(0755,root,root) /var/www/fcgi-bin/echo-cpp
%attr(0755,root,root) /var/www/fcgi-bin/echo-x
%attr(0755,root,root) /var/www/fcgi-bin/log-dump
%attr(0755,root,root) /var/www/fcgi-bin/size
%attr(0755,root,root) /var/www/fcgi-bin/threaded

%files -n %{libname}
%attr(0755,root,root) %{_libdir}/libfcgi++.so.%{major}*
%attr(0755,root,root) %{_libdir}/libfcgi.so.%{major}*

%files -n %{libname}-devel
%doc doc/*.htm* doc/*.gif doc/fastcgi-* doc/*.3
%attr(0755,root,root) %{_libdir}/libfcgi++.so
%attr(0755,root,root) %{_libdir}/libfcgi.so
%{_includedir}/*.h
%{_datadir}/fastcgi/*


%changelog

* Mon May 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4.0-17
- (abcf1c0) Use poll in os_unix.c instead of select to avoid problem with > 1024 connections (CVE-2012-6687)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10111 |14cu|fcitx-4.2.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Whether or not to build Qt 4.x input module
%bcond_without qt4
# Whether or not to build GTK 2.x input module
%bcond_without gtk2
# Whether or not to build GTK 3.x input module
%bcond_without gtk3
# Whether or not to build the Classic UI (not needed with kimpanel)
%bcond_without classic_ui

Name:		fcitx
Version:	4.2.9
Release:	1
Summary:	Fcitx - Free Chinese Input Tool for X
License:	GPLv2
Group:		System/Internationalization
URL:		http://www.fcitx-im.org/
Source0:	http://download.fcitx-im.org/fcitx/%{name}-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
Patch0:		fcitx-4.2.8.1-defaults.patch
BuildRequires:	automake
BuildRequires:	cmake
BuildRequires:	extra-cmake-modules
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xkbcommon)
BuildRequires:	pkgconfig(xkbcommon-x11)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	wget
BuildRequires:	intltool
BuildRequires:	pkgconfig(opencc)
BuildRequires:	chrpath
Requires:	locales-zh

%description
%{name} is an X input method allowing people to enter simplified Chinese
characters in X environment following XIM standard.

%package devel
Summary:	Fcitx development library
Group:		Development/C
Requires:	%{name} = %{version}

%description devel
fcitx development files.

%if %{with classic_ui}
%package ui
Summary:	Classic UI for fcitx
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pango)

%description ui
Classic UI for fcitx.

This is needed if you don't use kimpanel.
%endif

%if %{with qt4}
%package qt4
Summary:	Fcitx Qt 4.x module
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(QtCore) pkgconfig(QtGui) pkgconfig(QtDBus)
Requires:	plasma-applet-kimpanel plasma-dataengine-kimpanel

%description qt4
fcitx Qt 4.x module.
%endif

%package configtool
Summary:	Tool for configuring fcitx
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}

%description configtool
Tool for configuring fcitx

%if %{with gtk2} || %{with gtk3}
%package gtk
Summary:	Common files for the fcitx gtk 2.x and 3.x modules
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(dbus-glib-1)

%description gtk
Common files for the fcitx gtk 2.x and 3.x modules
%endif

%if %{with gtk2}
%package gtk2
Summary:	Fcitx gtk 2.x module
Group:		System/Internationalization
BuildRequires:	pkgconfig(gtk+-x11-2.0)
Requires:	%{name}-gtk = %{EVRD}
Requires(post):	gtk+2.0
Requires(postun): gtk+2.0

%description gtk2
fcitx gtk module.

%post gtk2
%{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/gtk.immodules.%{_lib}

%postun gtk2
%{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/gtk.immodules.%{_lib}
%endif

%if %{with gtk3}
%package gtk3
Summary:	Fcitx gtk 3.x module
Group:		System/Internationalization
Requires:	%{name} = %{version}
Requires:	%{name}-gtk = %{EVRD}
BuildRequires:	pkgconfig(gtk+-x11-3.0)

%description gtk3
fcitx gtk module.
%endif

%prep
%setup -q
%apply_patches

%build
%cmake -DCMAKE_SKIP_RPATH=OFF \
	-DENABLE_GTK2_IM_MODULE=%{with gtk2} \
	-DENABLE_GTK3_IM_MODULE=%{with gtk3} \
	-DENABLE_QT_IM_MODULE=%{with qt4} \
	-DENABLE_CAIRO=%{with classic_ui} \
	-DENABLE_PANGO=%{with classic_ui}
%make

%install
%makeinstall_std -C build

chrpath -d %{buildroot}%{_libdir}/*.so

# A hack - make install issue?
mkdir -p %{buildroot}/etc/xdg/autostart/
mv %{buildroot}/usr/etc/xdg/autostart/* %{buildroot}/etc/xdg/autostart/
rm -rf %{buildroot}/usr/etc

%if %{without classic_ui}
# Built even without classic_ui... But apparently not needed
rm -rf %{buildroot}%{_datadir}/fcitx/skin
%endif

%find_lang %{name}

%files -f %{name}.lang
%attr(0644,-,-) %doc doc/*.txt doc/*.htm
%{_bindir}/createPYMB
%{_bindir}/fcitx
%{_bindir}/fcitx-autostart
%{_bindir}/fcitx-dbus-watcher
%{_bindir}/fcitx-diagnose
%{_bindir}/fcitx-remote
%{_bindir}/mb2org
%{_bindir}/mb2txt
%{_bindir}/readPYBase
%{_bindir}/readPYMB
%{_bindir}/scel2org
%{_bindir}/txt2mb
%{_libdir}/libfcitx-config.so.4*
%{_libdir}/libfcitx-core.so.0*
%{_libdir}/libfcitx-utils.so.0*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/fcitx-autoeng.so
%{_libdir}/%{name}/fcitx-chttrans.so
%{_libdir}/%{name}/fcitx-clipboard.so
%{_libdir}/%{name}/fcitx-dbus.so
%{_libdir}/%{name}/fcitx-freedesktop-notify.so
%{_libdir}/%{name}/fcitx-fullwidth-char.so
%{_libdir}/%{name}/fcitx-imselector.so
%{_libdir}/%{name}/fcitx-ipc.so
%{_libdir}/%{name}/fcitx-keyboard.so
%{_libdir}/%{name}/fcitx-notificationitem.so
%{_libdir}/%{name}/fcitx-pinyin-enhance.so
%{_libdir}/%{name}/fcitx-pinyin.so
%{_libdir}/%{name}/fcitx-punc.so
%{_libdir}/%{name}/fcitx-quickphrase.so
%{_libdir}/%{name}/fcitx-qw.so
%{_libdir}/%{name}/fcitx-remote-module.so
%{_libdir}/%{name}/fcitx-spell.so
%{_libdir}/%{name}/fcitx-table.so
%{_libdir}/%{name}/fcitx-unicode.so
%{_libdir}/%{name}/fcitx-x11.so
%{_libdir}/%{name}/fcitx-xim.so
%{_libdir}/%{name}/fcitx-xkb.so
%{_libdir}/%{name}/fcitx-xkbdbus.so
%dir %{_libdir}/%{name}/libexec
%{_libdir}/%{name}/libexec/comp-spell-dict
%{_libdir}/%{name}/libexec/fcitx-po-parser
%{_libdir}/%{name}/libexec/fcitx-scanner
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/addon
%{_datadir}/%{name}/addon/fcitx-autoeng.conf
%{_datadir}/%{name}/addon/fcitx-chttrans.conf
%{_datadir}/%{name}/addon/fcitx-clipboard.conf
%{_datadir}/%{name}/addon/fcitx-dbus.conf
%{_datadir}/%{name}/addon/fcitx-freedesktop-notify.conf
%{_datadir}/%{name}/addon/fcitx-fullwidth-char.conf
%{_datadir}/%{name}/addon/fcitx-imselector.conf
%{_datadir}/%{name}/addon/fcitx-ipc.conf
%{_datadir}/%{name}/addon/fcitx-keyboard.conf
%{_datadir}/%{name}/addon/fcitx-notificationitem.conf
%{_datadir}/%{name}/addon/fcitx-pinyin-enhance.conf
%{_datadir}/%{name}/addon/fcitx-pinyin.conf
%{_datadir}/%{name}/addon/fcitx-punc.conf
%{_datadir}/%{name}/addon/fcitx-quickphrase.conf
%{_datadir}/%{name}/addon/fcitx-qw.conf
%{_datadir}/%{name}/addon/fcitx-remote-module.conf
%{_datadir}/%{name}/addon/fcitx-spell.conf
%{_datadir}/%{name}/addon/fcitx-table.conf
%{_datadir}/%{name}/addon/fcitx-unicode.conf
%{_datadir}/%{name}/addon/fcitx-x11.conf
%{_datadir}/%{name}/addon/fcitx-xim.conf
%{_datadir}/%{name}/addon/fcitx-xkb.conf
%{_datadir}/%{name}/addon/fcitx-xkbdbus.conf
%dir %{_datadir}/%{name}/configdesc
%{_datadir}/%{name}/configdesc/addon.desc
%{_datadir}/%{name}/configdesc/config.desc
%{_datadir}/%{name}/configdesc/fcitx-autoeng.desc
%{_datadir}/%{name}/configdesc/fcitx-chttrans.desc
%{_datadir}/%{name}/configdesc/fcitx-clipboard.desc
%{_datadir}/%{name}/configdesc/fcitx-imselector.desc
%{_datadir}/%{name}/configdesc/fcitx-keyboard.desc
%{_datadir}/%{name}/configdesc/fcitx-pinyin.desc
%{_datadir}/%{name}/configdesc/fcitx-pinyin-enhance.desc
%{_datadir}/%{name}/configdesc/fcitx-quickphrase.desc
%{_datadir}/%{name}/configdesc/fcitx-spell.desc
%{_datadir}/%{name}/configdesc/fcitx-table.desc
%{_datadir}/%{name}/configdesc/fcitx-unicode.desc
%{_datadir}/%{name}/configdesc/fcitx-xim.desc
%{_datadir}/%{name}/configdesc/fcitx-xkb.desc
%{_datadir}/%{name}/configdesc/inputmethod.desc
%{_datadir}/%{name}/configdesc/profile.desc
%{_datadir}/%{name}/configdesc/table.desc
%dir %{_datadir}/%{name}/data
%{_datadir}/%{name}/data/*sh
%{_datadir}/%{name}/data/AutoEng.dat
%{_datadir}/%{name}/data/charselectdata
%{_datadir}/%{name}/data/gbks2t.tab
%{_datadir}/%{name}/data/punc.mb.zh_CN
%{_datadir}/%{name}/data/punc.mb.zh_HK
%{_datadir}/%{name}/data/punc.mb.zh_TW
%{_datadir}/%{name}/data/vk.conf
%dir %{_datadir}/%{name}/data/quickphrase.d
%{_datadir}/%{name}/data/quickphrase.d/emoji.mb
%{_datadir}/%{name}/data/quickphrase.d/latex.mb
%dir %{_datadir}/%{name}/dbus
%{_datadir}/%{name}/dbus/daemon.conf
%dir %{_datadir}/%{name}/imicon
%{_datadir}/%{name}/imicon/*
%dir %{_datadir}/%{name}/inputmethod
%{_datadir}/%{name}/inputmethod/pinyin.conf
%{_datadir}/%{name}/inputmethod/qw.conf
%{_datadir}/%{name}/inputmethod/shuangpin.conf
%dir %{_datadir}/%{name}/pinyin
%{_datadir}/%{name}/pinyin/*
%dir %{_datadir}/%{name}/py-enhance
%{_datadir}/%{name}/py-enhance/*
%{_mandir}/man1/createPYMB.1*
%{_mandir}/man1/fcitx-remote.1*
%{_mandir}/man1/fcitx.1*
%{_mandir}/man1/mb2org.1*
%{_mandir}/man1/mb2txt.1*
%{_mandir}/man1/readPYBase.1*
%{_mandir}/man1/readPYMB.1*
%{_mandir}/man1/scel2org.1*
%{_mandir}/man1/txt2mb.1*
%{_datadir}/applications/fcitx.desktop
%{_datadir}/icons/hicolor/*/*/fcitx*.*
%{_sysconfdir}/xdg/autostart/fcitx-autostart.desktop
%dir %{_datadir}/fcitx/spell
%{_datadir}/fcitx/spell/*
%dir %{_datadir}/fcitx/table
%{_datadir}/fcitx/table/*
%{_datadir}/dbus-1/services/*service

%files devel
%{_bindir}/fcitx4-config
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*
%{_datadir}/cmake/%{name}

%if %{with qt4}
%files qt4
%{_libdir}/fcitx/libexec/fcitx-qt-gui-wrapper
%{_libdir}/qt4/plugins/inputmethods/qtim-fcitx.so
%{_libdir}/%{name}/fcitx-kimpanel-ui.so
%{_datadir}/%{name}/addon/fcitx-kimpanel-ui.conf
%{_libdir}/%{name}/qt
%{_libdir}/libfcitx-qt.so.0*
%endif

%if %{with gtk2} || %{with gtk3}
%files gtk
%{_libdir}/girepository-1.0/Fcitx-1.0.typelib
%{_datadir}/gir-1.0/Fcitx-1.0.gir
%{_libdir}/libfcitx-gclient.so.0*
%endif

%if %{with gtk2}
%files gtk2
%{_libdir}/gtk-2.0/*/immodules/im-fcitx.so
%endif

%if %{with gtk3}
%files gtk3
%{_libdir}/gtk-3.0/*/immodules/im-fcitx.so
%endif

%if %{with classic_ui}
%files ui
%{_bindir}/fcitx-skin-installer
%{_libdir}/fcitx/fcitx-classic-ui.so
%{_libdir}/fcitx/fcitx-vk.so
%{_datadir}/applications/fcitx-skin-installer.desktop
%{_datadir}/fcitx/addon/fcitx-classic-ui.conf
%{_datadir}/fcitx/addon/fcitx-vk.conf
%{_datadir}/fcitx/configdesc/fcitx-classic-ui.desc
%{_datadir}/fcitx/configdesc/skin.desc
%{_datadir}/mime/packages/x-fskin.xml
%{_datadir}/fcitx/skin
%endif

%files configtool
%{_bindir}/fcitx-configtool
%{_datadir}/applications/fcitx-configtool.desktop

%changelog

* Mon Jan 18 2016 Denis Silakov <dsilakov@gmail.com> 4.2.9-1
- (1c31519) Added xkbcommon BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10112 |14cu|fcron-3.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Task scheduler
Name:		fcron
Version:	3.2.1
Release:	1
License:	GPLv2+
Group:		System/Configuration/Other
Url:		http://fcron.free.fr/
Source0:	http://fcron.free.fr/archives/%{name}-%{version}.src.tar.gz
Source1:	%{name}-2.0.0-extra.tar.bz2
Patch0:		fcron-3.2.1-Makefile.patch
BuildRequires:	pam-devel
BuildRequires:	sendmail-command
BuildRequires:	vim-minimal
Requires(post):	systemd
Requires(pre,preun,post,postun):	rpm-helper
Requires:	syslog-daemon
Requires:	sendmail-command
Provides:	cron-daemon
BuildConflicts:	libselinux-devel

%description
Fcron is a scheduler. It aims at replacing Vixie Cron, so it implements most
of its functionalities.

But contrary to Vixie Cron, fcron does not need your system to be up 7 days
a week, 24 hours a day : it also works well with systems which are
not running neither all the time nor regularly (contrary to anacrontab).

In other words, fcron does both the job of Vixie Cron and anacron, but does
even more and better :)) ...

%files
%doc fcrontab.example
%{_initrddir}/fcron
%attr(640,root,fcron) %config(noreplace) %{_sysconfdir}/fcron.conf
%attr(640,root,fcron) %config(noreplace) %{_sysconfdir}/fcron.allow
%attr(640,root,fcron) %config(noreplace) %{_sysconfdir}/fcron.deny
%config(noreplace) %{_sysconfdir}/pam.d/fcron
%config(noreplace) %{_sysconfdir}/pam.d/fcrontab
%{_tmpfilesdir}/%{name}.conf
%{_mandir}/man8/fcron.8*
%{_mandir}/man1/fcrontab.1*
%{_mandir}/man1/fcrondyn.1*
%{_mandir}/man1/fcron-update-crontabs.1*
%{_mandir}/man5/fcrontab.5*
%{_mandir}/man5/fcron.conf.5*
%{_mandir}/man3/bitstring.3*
%lang(fr) %{_mandir}/fr/man?/*
%attr(6111,root,root) %{_bindir}/convert-fcrontab
%attr(6111,root,root) %{_bindir}/fcronsighup
%attr(6111,root,root) %{_bindir}/fcrondyn
%attr(6111,fcron,fcron) %{_bindir}/fcrontab
%attr(110,root,root) %{_sbindir}/fcron
%{_sbindir}/fcron-update-crontabs
%dir %attr(770,fcron,fcron) /var/spool/fcron

%pre
# Check now if there is an old ( < 1.1.x ) version of fcrontab on the system.
echo `fcron -V 2>&1 | grep "^fcron "` > /tmp/PREVIOUS_VERSION
if [ "$1" = "1" ]; then
    %_pre_useradd fcron /var/spool/fcron /bin/true
fi

%post
%tmpfiles_create %{name}
if [ "$1" = "2" ]; then
    killall -TERM fcron
    FCRONTABS=/var/spool/fcron

    find ${FCRONTABS} -type f \( -name "*.orig" -a ! -name "root.orig" \) \
        -exec chown fcron:fcron {} \; -exec chmod 640 {} \;
    find ${FCRONTABS} -type f -name "root.orig" -exec chown root:fcron {} \; -exec chmod 600 {} \;
    find ${FCRONTABS} -type f ! -name "*.orig" -exec chown root:root {} \; -exec chmod 600 {} \;
    [ -f %{_sysconfdir}/fcron.deny ] && chown root:fcron %{_sysconfdir}/fcron.deny
    [ -f %{_sysconfdir}/fcron.allow ] && chown root:fcron %{_sysconfdir}/fcron.allow

    if test -r "/tmp/PREVIOUS_VERSION"; then
        MAJOR=`cat /tmp/PREVIOUS_VERSION | awk '{print $2}' | awk -F '.' '{print $1}'`
        MINOR=`cat /tmp/PREVIOUS_VERSION | awk '{print $2}' | awk -F '.' '{print $2}'`
    fi

    if test \( "$MAJOR" -lt 1 \) -o \( \( "$MINOR" -lt 1 \) -a "$MAJOR" -eq 1 \); then
        for FILE in $FCRONTABS/* ; do \
            if test "$FILE" != "$FCRONTABS/*"; then
                BASENAME=`basename $FILE` ; \
                FCRONTAB=`echo "$BASENAME" | \
                sed "s|.*orig|| ; s|fcrontab.sig|| ; s|rm.*||"` ; \
                ( test ! -z "$FCRONTAB" && convert-fcrontab $FCRONTAB ) \
                || echo -n ""; \
            fi
        done
    fi
fi

%{_initrddir}/fcron start
%_post_service %{name}

%postun
if [ "$1" = "0" ]; then
    # Remove user fcron
    %_postun_userdel fcron
fi

%preun
%_preun_service %{name}


#----------------------------------------------------------------------------

%prep
%setup -q -T -b 0 -n %{name}-%{version} -a1
mv %{name}-2.0.0-extra/fcrontab.example ./

%patch0 -p1

%build
%configure2_5x \
	--with-sendmail=/bin/false \
	--with-shell=/bin/sh \
	--with-editor=/bin/vi \
	--with-etcdir=%{_sysconfdir} \
	--with-spooldir=/var/spool/fcron \
	--with-run-non-privileged=no \
	--with-username=fcron \
	--with-groupname=fcron \
	--with-sysfcrontab=yes \
	--with-pam=yes \
	--with-selinux=no

perl -pi \
	-e 's|^#define SENDMAIL .*|#define SENDMAIL "%{_libdir}/sendmail"|;' \
	-e 's|^#define PIDFILE .*|#define PIDFILE "/run/fcron/fcron.pid"|;' \
	-e 's|^#define FIFOFILE .*|#define FIFOFILE "/run/fcron/fcron.fifo"|;' \
	config.h

%make OPTIM="%{optflags} -I%{_includedir}/selinux"

%install
install -d %{buildroot}%{_docdir}
install -d %{buildroot}%{_sysconfdir}/pam.d
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man{1,3,5,8}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}/var/spool/fcron

yes n | make install \
	DESTDIR=%{buildroot} \
	ROOTNAME=`id -un` ROOTGROUP=`id -gn`

install -m 755 script/sysVinit-launcher %{buildroot}%{_initrddir}/fcron
install -m 755 convert-fcrontab %{buildroot}%{_bindir}

install -m755 debian/fcron-update-crontabs %{buildroot}%{_sbindir}/
install -m644 debian/fcron-update-crontabs.1 %{buildroot}%{_mandir}/man1/

install -m644 files/fcron.pam %{buildroot}%{_sysconfdir}/pam.d/fcron
install -m644 files/fcrontab.pam %{buildroot}%{_sysconfdir}/pam.d/fcrontab

# fixup
perl -pi \
	-e 's|SBIN=@\@DESTSBIN@|SBIN=%{_sbindir}|;' \
	-e 's|^# pidfile: .*|# pidfile: /run/fcron/fcron.pid|;' \
	%{buildroot}%{_initrddir}/fcron
perl -pi \
	-e "s|^pidfile.*|pidfile = /run/fcron/fcron\.pid|;" \
	-e "s|^fifofile.*|fifofile = /run/fcron/fcron\.fifo|;" \
	%{buildroot}%{_sysconfdir}/fcron.conf

# nuke installed files
rm -rf %{buildroot}%{_docdir}/%{name}-%{version}
rm -f %{buildroot}%{_sysconfdir}/pam.conf

# nuke permissions (for strip)
chmod 755 %{buildroot}%{_bindir}/*
chmod 755 %{buildroot}%{_sbindir}/*

mkdir -p %{buildroot}%{_tmpfilesdir}
cat <<EOF > %{buildroot}%{_tmpfilesdir}/%{name}.conf
d /run/fcron 0755 root root
EOF

%changelog

* Thu Sep 08 2016 alzim <alzim@bk.ru> 3.2.1-1
- (9a9a353) Merge pull request #1 from import/fcron:rosa2016.1
- (9a9a353) Updated to 3.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10113 |14cu|fdesktoprecorder-20130527-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname FDesktopRecorder

Summary:	A program to record the screen
Name:		fdesktoprecorder
Version:	20130527
Release:	5
License:	GPLv2+
Group:		Video
Url:		http://kde-apps.org/content/show.php/FDesktopRecorder?content=147844&PHPSESSID=57d37aac96e72e09176982eea7020ac6
Source0:	https://github.com/froksen/FDesktopRecorder/zipball/master/%{oname}-%{version}.tar.gz
Patch0:		FDesktopRecorder-20130527-notifyrc-path.patch
BuildRequires:	desktop-file-utils
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
Requires:	ffmpeg >= 2.2.3
Conflicts:	FDesktopRecorder < 20130527-5
Obsoletes:	FDesktopRecorder < 20130527-5

%description
A program that can record a single window or your entire desktop using ffmpeg.
Based on a script by Peter Lyberth from the danish GNU/Linux show "Kanal Tux"
http://www.kanaltux.dk

%files
%doc CHANGELOG README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/translations/*.qm
%{_kde_appsdir}/%{name}/%{name}.notifyrc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
rm -rf abandoned
find src -name '*.{h,cpp}' -exec chmod a-x {} \;

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

# fix localize in fresh
mkdir -p %{buildroot}%{_datadir}/%{name}/translations
cp -R build/src/*.qm %{buildroot}%{_datadir}/%{name}/translations


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 20130527-5
- (c95c4f7) Rename to lowcase



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10114 |14cu|feedreader-1.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname FeedReader

Summary:       RSS desktop client
Name:          feedreader
Version:       1.6.2
Release:       1
Group:         Office 
License:       GPLv3+
URL:           https://github.com/jangernert/FeedReader
Source0:       %{oname}-%{version}.tar.gz
BuildRequires:  cmake
BuildRequires:  intltool
BuildRequires:  pkgconfig(gee-0.8)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(json-glib-1.0)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(libsecret-1)
BuildRequires:  pkgconfig(libsoup-2.4)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(rest-0.7)
BuildRequires:  pkgconfig(sqlite3)
BuildRequires:  pkgconfig(webkit2gtk-4.0)
BuildRequires:  pkgconfig(vapigen)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
Requires:       html2text
Requires:       gstreamer1.0-plugins-base

%description
FeedReader is a modern desktop application designed to complement existing
web-based RSS accounts. It combines all the advantages of web based services
like synchronization across all your devices with everything you expect from a
modern desktop application.

%prep
%setup -qn %{oname}-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build

%find_lang %{oname}

%files -f %{oname}.lang
%{_bindir}/feedreader
%{_bindir}/feedreader-daemon
%{_bindir}/feedreader-debug
%{_datadir}/FeedReader/GrabberConfig
%{_datadir}/FeedReader/ArticleView
%{_datadir}/FeedReader/feedreader-autostart.desktop
%{_datadir}/FeedReader/gtk-css
%{_datadir}/FeedReader/libwebextension.so
%{_datadir}/FeedReader/shortcuts.ui
%{_datadir}/applications/feedreader.desktop
%{_datadir}/dbus-1/services/feedreader.service
%{_datadir}/glib-2.0/schemas/org.gnome.feedreader.*
%{_iconsdir}/hicolor/*/actions/*
%{_iconsdir}/hicolor/*/apps/*
%{_iconsdir}/hicolor/*/status/*
%{_iconsdir}/hicolor/*/places/*

%changelog

* Sun Dec 11 2016 Rosa <rosa@abf.rosalinux.ru> 1.6.2-1
- (27cdcf8) Automatic import for version 1.6.2-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10115 |14cu|feh-2.17.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Image viewer at heart, though it does other cool stuff
Name:           feh
Version:        2.17.1
Release:        1
License:        MIT
Group:          Graphics
URL:            http://feh.finalrewind.org/
Source0:        http://feh.finalrewind.org/%{name}-%{version}.tar.bz2

BuildRequires:  pkgconfig(imlib2)
BuildRequires:  pkgconfig(xt) 
BuildRequires:  pkgconfig(xinerama)
BuildRequires:  pkgconfig(giblib)
BuildRequires:  jpeg-devel 
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(libexif)
BuildRequires:  perl-devel
BuildRequires:  perl-Test-Command

%description
Feh is an image viewer, but it does a whole lot of other cool stuff as
well. There are simply too many to mention them here so please check the
docs/homepage.

%files
%doc AUTHORS ChangeLog README TODO examples
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/feh.*

#-----------------------------------------------------------------------------

%prep
%setup -q

# fix debug
find . -name "*.c" -o -name "*.h" |xargs chmod 0644
chmod 644 AUTHORS ChangeLog README TODO examples/*
chmod 755 examples


%build
%setup_compile_flags
%make PREFIX=%{_prefix}


%install
%makeinstall_std PREFIX=%{_prefix}

#let files section handle docs
rm -rf %{buildroot}%{_docdir}%{name}

%check
%make test

%changelog

* Thu Sep 08 2016 alzim <alzim@bk.ru> 2.17.1-1
- (76aa361) Merge pull request #4 from import/feh:rosa2016.1
- (76aa361) Updated to 2.17.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10116 |14cu|fes-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# http://trac.sagemath.org/sage_trac/ticket/13162

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Fast Exhaustive Search
Name:		fes
Version:	0.1
Release:	3
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://www.lifl.fr/~bouillag
Source0:	http://www.lifl.fr/~bouillag/download/%{name}-%{version}.spkg
BuildRequires:	libtool
BuildRequires:	texlive
BuildRequires:	texlive-collection-fontsrecommended
BuildRequires:	texlive-collection-langfrench
BuildRequires:	texlive-collection-langgerman
BuildRequires:	texlive-collection-latexrecommended
BuildRequires:	texlive-collection-science
BuildRequires:	pkgconfig(python)
Patch0:		fes-dynamic.patch
ExclusiveArch:	x86_64

%description
This external library implements an efficient implement of exhaustive
search to solve systems of low-degree boolean equations. Exhaustive
search is asymptotically faster than computing a Groebner basis,
except in special cases. This particular implementation is
particularly efficient (in the good cases it tests 3 candidate
solutions per CPU cycle on each core).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Fast Exhaustive Search library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Conflicts:	%{name} < 0.1-3
Obsoletes:	%{name} < 0.1-3

%description -n %{libname}
This external library implements an efficient implement of exhaustive
search to solve systems of low-degree boolean equations. Exhaustive
search is asymptotically faster than computing a Groebner basis,
except in special cases. This particular implementation is
particularly efficient (in the good cases it tests 3 candidate
solutions per CPU cycle on each core).

%files -n %{libname}
%doc src/AUTHORS src/COPYING
%{_libdir}/libfes.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.1-3
Obsoletes:	%{name}-devel < 0.1-3

%description -n %{devname}
This package contains the header files and development documentation
for %{name}.

%files -n %{devname}
%doc src/TODO src/doc/doc.pdf
%{_includedir}/fes_interface.h
%{_libdir}/libfes.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
pushd src
    autoreconf -ifs
    export CCASFLAGS="%{optflags} -Wa,--noexecstack"
    %configure \
        --disable-static \
        --enable-dynamic
    %make
    pushd doc
        pdflatex doc.tex
    popd
popd

%install
%makeinstall_std -C src

%check
pushd src
    chmod +x test/test_suite.py
    make check
    cat test/test_suite.py.log
popd


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-3
- (a004896) Build requires texlive-collection-latexrecommended



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10117 |14cu|fet-5.35.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define distsuffix mrb

Name:		fet
Summary:	Free Timetabling Software
Version:	5.35.2
Release:	1
Group:		Education
License:	GPLv2+
Url:		http://lalescu.ro/liviu/fet/
Source0:	http://lalescu.ro/liviu/fet/download/%{name}-%{version}.tar.bz2
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools
BuildRequires:	qmake5
BuildRequires:	desktop-file-utils

%description
FET is free timetabling software (licensed under GNU GPL v2 or later). This
program aims to automatically generate the timetable of a school,
high-school or university. It may be used for other timetabling purposes.

FET can mean "Free Educational Timetabling" (the "E" in the middle may
also stand for other words, based on your personal preference).

%files -f %{name}.lang
%{_docdir}/%{name}
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.*
%{_iconsdir}/hicolor/scalable/apps/%{name}.*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/examples
%dir %{_datadir}/%{name}/translations
%{_mandir}/man1/%{name}*.1.*
%{_datadir}/%{name}/translations/fet_untranslated.qm
#-------------------------------------------------------------------

%prep
%setup -q

%build
%{_qt5_bindir}/lupdate %{name}.pro
pushd translations
%{_qt5_bindir}/lrelease *.ts
popd

%qmake_qt5 DEFINES+=USE_SYSTEM_LOCALE 
%make

%install
%makeinstall_qt
chmod 0644 %{buildroot}%{_datadir}/applications/%{name}.desktop
%find_lang %{name} --with-qt

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Sun Jan 28 2018 abfonly <abfonly@gmail.com> 5.35.2-1
- (373dda8) Log: Update to 5.35.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10118 |14cu|ffdiaporama-2.2-0.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define oname   ffDiaporama

Summary:	Movie creator from photos and video clips
Name:		ffdiaporama
Version:	2.2
Release:	0.3
License:	GPLv2+
Group:		Video
Url:		http://ffdiaporama.tuxfamily.org
# this is devel version
Source0:	http://download.tuxfamily.org/%{name}/Packages/Stable/%{name}-2014.07.01.tar.gz
Patch0:		ffdiaporama-ffmpeg-2.4.patch
Patch1:		ffdiaporama-audiodecode.patch
Patch2:		ffdiaporama-nodownload.patch
Patch3:		ffdiaporama-workingdir.patch
BuildRequires:	desktop-file-utils
BuildRequires:	qmake5
BuildRequires:	qt5-macros
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Xml)
Requires:	ffmpeg
Requires:	qt5-database-plugin-sqlite
Suggests:	ffdiaporama-openclipart
Suggests:	ffdiaporama-texturemate

%description
ffDiaporama is an application for creating video sequences consisting of
* titles, fixed or animated.
* images or photos, fixed or animated.
* movie clips
* music

These sequences are assembled into a slide show by means of transitions
to produce complete videos
The following options are available:

* Reframing of images and photos
* Cutting of video clips
* Adding text, notes to images, photos, sequences and animations
* Graphical filters on the images and the videos (conversion into
  black and white, dust removal, equalization of colors, etc.)
* Creation of animation by zoom, rotation or Ken Burns Effect on
  images or photos
* Correction of the images and the videos during animations
  (luminosity, contrast, gamma, colors, etc.)
* Transitions between sequences with definition of the transition type,
  sequence by sequence.
* Addition of a background sound (wav, mp3 or ogg) with customizable
  effects for volume, fade in/out and passage in pause, sequence by sequence.
* Generation of videos usable on most current video equipment
  (DVD player/smartphone, multimedia box, hard drive, etc.)
  but also publishable on the main video-sharing Websites
  (YouTube, Dailymotion, etc.)
* Video formats from QVGA (320×240) to Full HD (1920×1080)
  by way of the DVD and HD 720 formats.
* Image geometry (aspect ratio) : 4:3, 16:9 or 2.35:1 (cinema)
* Possible formats for rendering : avi, mpg, mp4, webm, mkv

%files -f %{name}.lang
%doc authors.txt BUILDVERSION.txt changelog-en.txt changelog-fr.txt licences.txt readme.txt licence.rtf ffDiaporama.xml Devices.xml
%{_datadir}/%{oname}/*.txt
%{_datadir}/%{oname}/*.xml
%{_datadir}/%{oname}/*.rtf
%{_datadir}/%{oname}/locale/*.TXT
%{_datadir}/%{oname}/locale/*.ts
%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/mime/packages/%{oname}-mime.xml
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

perl -pi -e "s|Categories=GTK;GNOME;Qt;KDE;AudioVideo|Categories=GTK;GNOME;Qt;KDE;AudioVideo;|" ffDiaporama.desktop

chmod -x authors.txt BUILDVERSION.txt changelog-en.txt changelog-fr.txt licences.txt \
  readme.txt licence.rtf ffDiaporama.xml ffDiaporama.desktop Devices.xml ffDiaporama-mime.xml \
  locale/LOCALEVERSION.TXT locale/WIKIVERSION.TXT

%build
%qmake_qt5 %{oname}.pro
%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}
mkdir -p %{buildroot}%{_datadir}%{oname}/locale
install locale/*  %{buildroot}%{_datadir}/%{oname}/locale/

desktop-file-validate %{buildroot}%{_datadir}/applications/%{oname}.desktop

(cd %{buildroot} && find . -name '*.q*') | sed -e 's|^.||' | sed -e \
    's:\(.*/locale/\)\([_a-z_A-Z]\+\)\(.q\):%lang(\2) \1\2\3:' >> %{name}.lang

find %{buildroot}%{_datadir}/%{oname}/locale  -name '*.ts' -exec chmod -x {} \;


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2-0.3
+ Revision: 610d14f
- Add patches from Mageia to fix build with ffmpeg 2.4+ and adjust behavior



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10119 |14cu|ffmpeg2theora-0.30-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A simple converter to create Ogg Theora files
Name:		ffmpeg2theora
Version:	0.30
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://www.v2v.cc/~j/ffmpeg2theora/
Source0:	http://v2v.cc/~j/ffmpeg2theora/downloads/%{name}-%{version}.tar.bz2
Patch1:		ffmpeg2theora-0.29-link.patch
BuildRequires:	scons
BuildRequires:	ffmpeg-devel >= 0.6
BuildRequires:	pkgconfig(kate)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(theoraenc)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisenc)

%description
Simple converter to create Ogg Theora files.

%files
%doc COPYING ChangeLog AUTHORS README TODO README.mdv
%attr(0755,root,root) %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1

%build
scons prefix=%{_prefix} mandir=%{_mandir}

%install
scons install destdir=%{buildroot} prefix=%{_prefix} mandir=%{_mandir}
install -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1


cat > %{_builddir}/%{name}-%{version}/README.mdv << EOF

some examples using ffmpeg2theora:

to convert your DV file, called videoclip.dv to Ogg Theora:

ffmpeg2theora videoclip.dv

this will create an Ogg Theora file called videoclip.dv.ogg.

to encode with another quality, lets say Video Quality 7 and Audio Quality 3:

ffmpeg2theora -v 7 -a 3 videoclip.dv

you can also use the v2v Presets to encode your video

ffmpeg2theora -p preview videoclip.dv

or

ffmpeg2theora -p pro videoclip.dv

on linux you can use ffmpeg2theora to stream to an icecast server:
this needs the latest icecast-kh version and a small tool to send the ogg stream to the icecast server.

dvgrab --format raw - | \
	ffmpeg2theora -a 0 -v 5 -f dv -x 320 -y 240 -o /dev/stdout - | \ 
	oggfwd  icecastserver  8000 pwd /theora.ogg

crop the input

ffmpeg2theora --croptop 16 --cropbottom 16 --cropright 32 --cropleft 8 file.avi

further examples and discussion

EOF

%changelog

* Thu Sep 08 2016 alzim <alzim@bk.ru> 0.30-1
- (093f4f0) Merge pull request #1 from import/ffmpeg2theora:rosa2016.1
- (093f4f0) Updated to 0.30



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10120 |14cu|ffmpegthumbnailer-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 4
%define	libname %mklibname %{name} %{major}
%define	devname %mklibname %{name} -d

Summary:	Lightweight video thumbnailer
Name:		ffmpegthumbnailer
Version:	2.2.0
Release:	1
License:	GPLv2+
Group:		Video
Url:		https://github.com/dirkvdb/ffmpegthumbnailer
Source0:	https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
#BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	jpeg-devel

%description
This video thumbnailer can be used by file managers to create thumbnails for
your video files. The thumbnailer uses ffmpeg to decode frames from the video
files, so supported videoformats depend on the configuration flags of ffmpeg.
This thumbnailer was designed to be as fast and lightweight as possible.

%files
%doc AUTHORS ChangeLog README TODO
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		Video

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog README TODO
%{_libdir}/libffmpegthumbnailer.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog README TODO
%{_libdir}/libffmpegthumbnailer.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
#apply_patches
chmod 644 AUTHORS ChangeLog README TODO

%build
%cmake ..
%make

%install
%makeinstall_std -C build

%changelog

* Fri Aug 26 2016 alzim <alzim@bk.ru> 2.2.0-1
- (0ee832a) Merge pull request #2 from import/ffmpegthumbnailer:rosa2016.1
- (0ee832a) Updated to 2.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10121 |14cu|ffms2-2.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		4
%define libname		%mklibname %{name}_ %{major}
%define develname	%mklibname %{name} -d

Name:		ffms2
Version:	2.22
Release:	1
Summary:	Wrapper library around libffmpeg
License:	MIT
Group:		System/Libraries
URL:		https://github.com/FFMS/ffms2/
Source0:	https://github.com/FFMS/%{name}/archive/%{version}/%{name}-%{version}.tar.gz

BuildRequires:	libtool
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(zlib)

%description
FFmpegSource (usually known as FFMS or FFMS2) is a cross-platform wrapper
library around libffmpeg, plus some additional components to deal with file
formats libavformat has (or used to have) problems with.

#---------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libname}
FFmpegSource (usually known as FFMS or FFMS2) is a cross-platform wrapper
library around libffmpeg, plus some additional components to deal with file
formats libavformat has (or used to have) problems with.

#---------------------------------------------------------------------------

%package -n	%{develname}
Summary:	Development package for %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Header files for development with %{name}.

#---------------------------------------------------------------------------
%prep
%setup -q

sed -i 's/\r$//' COPYING

%build
autoreconf -vfi
%configure2_5x \
		--docdir=%{_docdir}/lib%{name}-devel \
		--enable-shared \
		--disable-static
%make

%install
%makeinstall_std

%files
%doc COPYING
%{_bindir}/ffmsindex

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}.so.%{major}.*

%files -n %{develname}
%{_includedir}/ffms*.h
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_docdir}/lib%{name}-devel



%changelog

* Sat Mar 12 2016 Denis Silakov <dsilakov@gmail.com> 2.22-1
- (f4675dd) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10122 |14cu|fgrun-2016.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Graphical launcher for the FlightGear flight simulator
Name:		fgrun
Version:	2016.2.1
Release:	1
# git clone git://gitorious.org/fg/fgrun.git
# git archive --format=tar.gz -o fgrun-3.2.0.tar.gz --prefix=fgrun-3.2.0/ origin/release/3.2.0
Source0:	%{name}-%{version}.tar.bz2
Source1:        README.urpmi
Patch1:         0001-Build-fgrun-with-static-ui-libs.patch
Patch2:         0002-Fix-a-crash-when-setting-defaults.patch
Patch3:         fgrun-3.2.0-fdr-rosa-default-settings.patch
Patch4:         0004-Fix-reloadPath-logic.patch
License:	GPLv2
Group:		Games/Simulation
URL:		http://sourceforge.net/projects/fgrun/
BuildRequires:  cmake
BuildRequires:  imagemagick
BuildRequires:  boost-devel
BuildRequires:  fltk-devel >= 1.3.0
BuildRequires:  simgear-devel
BuildRequires:  pkgconfig(openscenegraph)
BuildRequires:  pkgconfig(xft)
BuildRequires:  pkgconfig(xinerama)
Requires:       flightgear

%description
fgrun is a graphical launcher for the FlightGear flight simulator.

%prep
%setup -q
%apply_patches
cp -a %{SOURCE1} .

%build
%cmake
%make

%install
%makeinstall_std -C build
mkdir -p %{buildroot}%{_sysconfdir}/fltk/flightgear.org
install -m 0644 fgrun.prefs \
        %{buildroot}%{_sysconfdir}/fltk/flightgear.org/fgrun.prefs
%find_lang %{name}

mkdir %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Name[ru]=%{name}
Comment=Graphical launcher for the FlightGear flight simulator
Comment[ru]=Графический интерфейс для запуска авиасимулятора FlightGear
Exec=fgrun
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;Simulation;
EOF

install -d %{buildroot}{%{_miconsdir},%{_liconsdir}}
convert flightgear.ico flightgear.png 
install flightgear-1.png %{buildroot}%{_miconsdir}/%{name}.png
install flightgear-0.png %{buildroot}%{_iconsdir}/%{name}.png
install flightgear-3.png %{buildroot}%{_liconsdir}/%{name}.png

%files -f %{name}.lang
%doc README COPYING NEWS AUTHORS README.urpmi
%{_bindir}/%{name}
%dir %{_sysconfdir}/fltk
%dir %{_sysconfdir}/fltk/flightgear.org
%{_sysconfdir}/fltk/flightgear.org/%{name}.prefs
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png

%changelog

* Thu Aug 25 2016 dsilakov <denis.silakov@rosalab.ru> 2016.2.1-1
- (b6e6410) Merge pull request #1 from tremod/fgrun:rosa2014.1
- (b6e6410) Update to 2016.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10123 |14cu|fife-0.4.0-0.20141115.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define soname 0
%define libname %mklibname %{name} %{soname}
%define devname %mklibname %{name} -d
%define sdevname %mklibname %{name} -d -s
# fife.ppc: W: devel-file-in-non-devel-package /usr/lib/libfife.so <- just a symlink, shouldn't be in -devel. It's used by the client(s).
#global minor_version r3

%define date 20141115

Summary:	Cross platform game creation framework
Name:		fife
Version:	0.4.0
Release:	0.%{date}.1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.fifengine.de
# https://sourceforge.net/projects/fife/files/active/src/fife-0.3.4.tar.gz/download
# removed ext/   -  removed for using system libs instead of shipped
# removed tests/   -  removed for legal issues
#Source0:	%{name}_%{version}-clean.tar.gz
# doc/ is not included in sf.net archive, so it was retrieved from https://github.com/fifengine/fifengine/tree/master
Source1:	%{name}_master-doc.tar.xz
# Git snapshot with demos/ and tests/ removed
Source0:        fifengine-%{version}-%{date}.tar.xz
Patch0:		fife-0.3.5-mga-fixdoc.patch
BuildRequires:	chrpath
BuildRequires:	graphviz
BuildRequires:	scons
BuildRequires:	swig
BuildRequires:	boost-devel
BuildRequires:	tinyxml-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(guichan-0.8)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(zlib)
BuildRequires:  fifechan-devel
Provides:	%{name}-python = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description
This package of Fife comes with game-engine only.
Unknown horizons is one of the clients that will use this engine.

%files
%doc AUTHORS CHANGES
%{py_platsitedir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libs for %{name}
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
Shared libs for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{soname}
%{_libdir}/lib%{name}.so.%{version}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development package for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Files for development with %{name}.

%files -n %{devname}
%{_libdir}/lib%{name}.so
%{_includedir}/%{name}/

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static library for %{name} development
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
The %{name}-static package includes static library needed to develop programs
that use the %{name} library.

%files -n %{sdevname}
%{_libdir}/lib%{name}.a

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Development/Other
BuildRequires:	doxygen
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Doxygen generated documentation for %{name}.

%files doc
%doc ./doc/doxygen/html/*

#----------------------------------------------------------------------------

%prep
%setup -q -n fifengine-%{version}-%{date}

# extract the doc archive into the build dir and patch the doxyfile against the missing doxygen/revision
tar -xf %{SOURCE1}
%patch0 -p0

%build
scons . \
      CXXFLAGS='%{optflags}' \
      --enable-debug \
      --enable-rend-grid \
      --enable-rend-camzone \
      --prefix=%{_prefix} \
      --lib-dir=%{_lib} \
      --python-prefix=%{py_platsitedir} \
      fife-shared fife-python fife-swig

# Doxygen generated docs
doxygen ./doc/doxygen/doxyfile
rm -f ./doc/doxygen/html/installdox

%install
scons . \
      CXXFLAGS='%{optflags}' \
      DESTDIR=%{buildroot} \
      --prefix=%{_prefix} \
      --lib-dir=%{_lib} \
      --python-prefix=%{py_platsitedir} \
      --enable-debug \
      install-all \
      install-dev

# rpath is evil, evil, evil
chrpath --delete %{buildroot}%{_libdir}/lib%{name}.so.%{version}.0.0
chrpath --delete %{buildroot}%{py_platsitedir}/%{name}/_%{name}*.so

# playing a little bit with soname
pushd %{buildroot}%{_libdir}
ln -s lib%{name}.so.%{version}.0.0 lib%{name}.so.%{soname}
ln -s lib%{name}.so.%{version}.0.0 lib%{name}.so
popd


%changelog
* Mon Mar 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-0.20141115.1
+ Revision: b4cc474
- No documentation binary



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10124 |14cu|fifechan-0.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   %{version}
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

%define debug_package %{nil}

Name:           fifechan
Version:        0.1.2
Release:        1
Summary:        Portable C++ GUI library for games using Allegro, SDL and OpenGL
Group:          System/Libraries
License:        LGPLv2+
URL:            http://fifengine.github.io/fifechan/
Source0:        https://github.com/fifengine/fifechan/archive/%{version}.tar.gz

BuildRequires:  cmake
BuildRequires:  irrlicht-devel
BuildRequires:  pkgconfig(allegro)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(SDL_image)

%description
Fifechan is a lightweight cross platform GUI library written in C++
specifically designed for games. It has a small yet powerful built in set
of extendable GUI Widgets allowing users to create virtually unlimited
types of widgets. Fifechan supports rendering in SDL, OpenGL, or Allegro
out of the box or it can be adapted to use any rendering engine the user
requires. Events are pushed to Fifechan which allows users to use any input
library they wish or they could use the built in input handling through
either SDL input or Allegro input.

%package -n %{libname}
Summary:        Shared library for %{name}
Group:          System/Libraries
Provides:       %{name} = %{version}-%{release}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{develname}
Summary:        Headers for developing programs that will use %{name}
Group:          Development/C++
Requires:       %{libname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q
%apply_patches

iconv -f ISO-8859-1 -t UTF-8 AUTHORS > AUTHORS.new
touch -r AUTHORS AUTHORS.new
mv AUTHORS.new AUTHORS

%build
# Not using %%cmake because it defines "-Wl,--no-undefined" which causes issues
CFLAGS="%{optflags}"; export CFLAGS;
LDFLAGS="$LDFLAGS -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags"; export LDFLAGS;
cmake -DCMAKE_BUILD_TYPE=Release \
%ifarch x86_64
      -DLIB_SUFFIX=64 \
%endif
      -DCMAKE_INSTALL_PREFIX=%{_prefix}
%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS CHANGELOG README.md
%{_libdir}/lib%{name}*.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}*
%{_libdir}/lib%{name}*.so



%changelog
* Mon Mar 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-1
+ Revision: 4482651
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10125 |14cu|fillets-ng-1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fillets
%define _appdatadir %{_datadir}/appdata

Summary:	Fish Fillets NG
Name:		fillets-ng
Version:	1.0.1
Release:	5
License:	GPLv2+
Group:		Games/Puzzles
Url:		http://fillets.sourceforge.net/
Source0:	http://downloads.sf.net/%{oname}/%{name}-%{version}.tar.gz
Source3:	%{name}-48.png
Source4:	%{name}-32.png
Source5:	%{name}-16.png
Source6:	%{oname}.appdata.xml
Patch0:		https://sourceforge.net/p/fillets/bugs/7/attachment/fillets-ng-lua-5.2.patch
Requires:	%{name}-data >= %{version}
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)


%description
Fish Fillets NG is strictly a puzzle game. The goal in every of the seventy
levels is always the same: find a safe way out. The fish utter witty remarks
about their surroundings, the various inhabitants of their underwater realm
quarrel among themselves or comment on the efforts of your fish. The whole
game is accompanied by quiet, comforting music.

%files
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_gamesbindir}/fillets
%{_mandir}/man6/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_appdatadir}/%{oname}.appdata.xml
#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .lua-52

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}/%{name}
%make

%install
%makeinstall_std

# Menu entry
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Fish Fillets NG
Comment=Fish Fillets NG puzzle game
Exec= %{_gamesbindir}/fillets
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;LogicGame;
EOF

# Icon installation
install -D -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 %{SOURCE4} %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{SOURCE5} %{buildroot}%{_miconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/appdata
cp -pr %{SOURCE6} %{buildroot}%{_appdatadir}/%{oname}.appdata.xml

%changelog

* Mon Apr 25 2016 abfonly <abfonly@gmail.com> 1.0.1-5
- (0f8ed59) Merge pull request #2 from abfonly/fillets-ng:rosa2014.1
- (0f8ed59) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10126 |14cu|fillets-ng-data-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		name fillets-ng-data
%define		version 1.0.1
%define		release 1
%define		mainname fillets-ng

Summary:	Data files for the Fish Fillets NG game
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		Games/Puzzles
URL:		http://fillets.sourceforge.net/
Source0:	http://downloads.sourceforge.net/fillets/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		https://sourceforge.net/p/fillets/bugs/7/attachment/fillets_data-lua-5.2.patch
#Game depends by data, and data depends by game, dump the circular here.Sflo
Suggests:	%{mainname}
Provides:	fillets-ng-data-cs = %{EVRD}
Obsoletes:	fillets-ng-data-cs < %{EVRD}
BuildArch:	noarch

%description
Data files for the Fish Fillets NG game.
%files
%doc COPYING doc
%{_gamesdatadir}/%{mainname}
#------------------------------------------------------------
%prep
%setup -q
%patch0 -p0

%install
rm -rf %{buildroot}

install -m 755 -d %{buildroot}%{_gamesdatadir}/%{mainname}
cp -a font images music script sound %{buildroot}%{_gamesdatadir}/%{mainname}

%changelog

* Mon Apr 25 2016 abfonly <abfonly@gmail.com> 1.0.1-1
- (8d02b83) Log: Update to 1.0.1, and patched for lua5.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10127 |14cu|filter_audio-0.0.0-0.20150601.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname filteraudio %{major}
%define devname %mklibname filteraudio -d

%define Werror_cflags %{nil}
%define debug_package %{nil}

Summary:	An easy to use audio filtering library made from webrtc code
Name:		filter_audio
Version:	0.0.0
Release:	0.20150601.1
Group:		Sound
License:	GPLv3
Url:		https://github.com/irungentoo/filter_audio
Source0:	%{name}-master.zip

%description
An easy to use audio filtering library made from webrtc code.

#-----------------------------------------------------------

%package -n %{libname}
Summary:	%{summary}
Group:		System/Libraries

%description -n %{libname}
%{summary}

%files -n %{libname}
%{_libdir}/libfilteraudio.so.%{major}*

#-----------------------------------------------------------

%package -n %{devname}
Summary:	%{summary}
Group:		System/Libraries

%description -n %{devname}
Development files for filter_audio.

%files -n %{devname}
%{_libdir}/pkgconfig/*
%{_libdir}/*so
%{_libdir}/*a
%{_includedir}/*

#-----------------------------------------------------------

%prep
%setup -qn %{name}-master

%build
%make

%install
%makeinstall_std PREFIX=/usr LIBDIR=%{_lib}

%changelog

* Mon Jun 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.0-0.20150601.1
- (5944249) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10128 |14cu|filters-2.55-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A collection of text filters, including the Swedish Chef
Name:		filters
Version:	2.55
Release:	1
License:	GPL
Group:		Toys
URL:		http://kitenet.net/~joey/code/filters.html
# author distributes tarball only from debian pool
Source:		http://ftp.debian.org/debian/pool/main/f/filters/filters_%{version}.orig.tar.gz
BuildRequires:	byacc
BuildRequires:	flex

%description
A collection of filters to do all sorts of strange things to text.
This includes such favorites as B1FF and the Swedish Chef, and a
wide range of others.

%prep
%setup -q -n %{name}

sed -r -i '/\s+g*cc/s,g*cc,\$(CC),' *.dir/makefile

%build
export CC="%__cc %{optflags}"
%make

%install
%makeinstall_std

%files
%defattr(0644,root,root,0755)
%doc README
%attr(0755,root,root) %{_gamesbindir}/*
%{_mandir}/man6/*

%changelog

* Thu Sep 08 2016 alzim <alzim@bk.ru> 2.55-1
- (0c53c05) Merge pull request #1 from import/filters:rosa2016.1
- (0c53c05) Updated to 2.55



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10129 |14cu|findbugs-bcel-5.2-1.3.8.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This is a version of BCEL that has been modified by the findbugs team.  They
# added some new functionality and also did some performance optimizations of
# the base code.  I am not producing a new manual, since we already have a
# bcel-manual package and the findbugs team did not patch the manual.  However,
# the javadoc package is necessary to show the changes in the API created by
# the findbug team's work.

%global findbugsver 1.3.8

Name:           findbugs-bcel
Version:        5.2
Release:        %{findbugsver}.1
Summary:        Byte Code Engineering Library with findbugs extensions

Group:          Development/Java
License:        ASL 2.0
URL:            http://commons.apache.org/proper/commons-bcel/
Source0:        http://archive.apache.org/dist/commons/bcel/source/bcel-%{version}-src.tar.gz
# This patch is available in the findbugs release, in src/patches/bcel.diff.
Source1:        bcel.diff

BuildRequires:  java-devel, jpackage-utils
Requires:       java, jpackage-utils

BuildArch:      noarch

%description
This is a version of Apache's Byte Code Engineering Library (BCEL) that has
been modified by the findbugs developers.  The modifications add some new
functionality, and also introduce a number of performance optimizations to
address findbugs performance problems.  Some of the performance optimizations
induce API changes, so this version of BCEL is not compatible with the vanilla
upstream version.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
%{summary}.

%prep
%setup -q -n bcel-%{version}
%{__patch} -p7 -s < %{SOURCE1}

%build
# The ant and maven builds both try to download unneeded jars
mkdir classes
find src/java -type f -name '*.java' | \
xargs javac -g -d classes -source 1.5 -encoding ISO8859-1
cd classes
jar cf findbugs-bcel-%{findbugsver}.jar org
cd ..

mkdir javadoc
find src/java -type f -name '*.java' | xargs javadoc -sourcepath src/java \
  -classpath classes -source 1.5 -encoding ISO8859-1 -d javadoc 

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p classes/findbugs-bcel-%{findbugsver}.jar $RPM_BUILD_ROOT%{_javadir}
ln -s findbugs-bcel-%{findbugsver}.jar $RPM_BUILD_ROOT%{_javadir}/findbugs-bcel.jar

mkdir -p $RPM_BUILD_ROOT%{_javadocdir}
cp -a javadoc $RPM_BUILD_ROOT%{_javadocdir}/findbugs-bcel-%{findbugsver}
ln -s findbugs-bcel-%{findbugsver} $RPM_BUILD_ROOT%{_javadocdir}/findbugs-bcel

%files
%defattr(-,root,root,-)
%doc LICENSE.txt NOTICE.txt README.txt
%{_javadir}/findbugs-bcel*

%files javadoc
%defattr(-,root,root,-)
%doc LICENSE.txt NOTICE.txt
%{_javadocdir}/findbugs-bcel*


%changelog

* Thu Nov 26 2015 Denis Silakov <dsilakov@gmail.com> 5.2-1.3.8.1
- (071dbe4) Fix source URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10130 |14cu|firejail-0.9.46-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Linux namepaces sandbox program
Name:		firejail
Version:	0.9.46
Release:	1
License:	GPLv2+
Group:		Development/Tools
Url:		http://github.com/netblue30/firejail
Source0:	https://github.com/netblue30/firejail/archive/%{name}-%{version}.tar.xz
Suggests:	firetools

%description
Firejail is a SUID sandbox program that reduces the risk of security
breaches by restricting the running environment of untrusted applications
using Linux namespaces. It includes a sandbox profile for Mozilla Firefox.

%files
%doc README COPYING RELNOTES
%attr(4755,root,root) %{_bindir}/firejail
%{_bindir}/firemon
%{_bindir}/firecfg
%{_libdir}/%{name}/faudit
%{_libdir}/%{name}/fcopy
%{_libdir}/%{name}/fix_private-bin.py
%{_libdir}/%{name}/fj-mkdeb.py
%{_libdir}/%{name}/fjclip.py
%{_libdir}/%{name}/fjdisplay.py
%{_libdir}/%{name}/fjresize.py
%{_libdir}/%{name}/fnet
%{_libdir}/%{name}/fseccomp
%{_libdir}/%{name}/ftee
%{_libdir}/%{name}/fshaper.sh
%{_libdir}/%{name}/firecfg.config
%{_libdir}/%{name}/libtrace.so
%{_libdir}/%{name}/libtracelog.so
%{_libdir}/%{name}/seccomp*
%{_datarootdir}/bash-completion/completions/firejail
%{_datarootdir}/bash-completion/completions/firemon
%{_datarootdir}/bash-completion/completions/firecfg
%{_mandir}/man1/firejail.1*
%{_mandir}/man1/firemon.1*
%{_mandir}/man1/firecfg.1*
%{_mandir}/man5/%{name}-login.5*
%{_mandir}/man5/%{name}-profile.5*
%config(noreplace) %{_sysconfdir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q
echo "// using default values" >> uids.h
echo "#define UID_MIN 1000" >> uids.h
echo "#define GID_MIN 1000" >> uids.h

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Thu Jun 08 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.46-1
- (6bafe2d) New version 0.9.46
- (6bafe2d) Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10131 |14cu|firetools-0.9.40.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Firejail user interface
Name:		firetools
Version:	0.9.40.1
Release:	1
License:	GPLv2+
Group:		Development/Tools
Url:		http://firejail.wordpress.com
Source0:	https://sourceforge.net/projects/firejail/files/firetools/%{name}-%{version}.tar.bz2
Source1:	https://sourceforge.net/projects/firejail/files/firetools/%{name}-%{version}.asc
Patch0:		firetools-0.9.40-no-strip.patch
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Svg)
Requires:	firejail
Requires:	xterm

%description
Firetools is the graphical user interface of Firejail.

Firejail is a SUID sandbox program that reduces the risk of security breaches
by restricting the running environment of untrusted applications using Linux
namespaces, seccomp-bpf and Linux capabilities. It allows a process and all
its descendants to have their own private view of the globally shared kernel
resources, such as the network stack, process table, mount table. Firejail
can work in a SELinux or AppArmor environment, and it is integrated with Linux
Control Groups.

%files
%doc README* COPYING RELNOTES
%{_bindir}/%{name}
%{_bindir}/firemgr
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -if
%configure2_5x \
	--with-qmake=%{_bindir}/qmake-qt5
%make

%install
%makeinstall_std

%changelog

* Thu Sep 08 2016 alzim <alzim@bk.ru> 0.9.40.1-1
- (cd7ee55) Merge pull request #1 from import/firetools:rosa2016.1
- (cd7ee55) Updated to 0.9.40.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10132 |14cu|fish-2.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A friendly interactive shell
Name:		fish
Version:	2.6.0
Release:	1
License:	GPLv2+
Group:		Shells
Url:		http://fishshell.co
Source0:	https://github.com/fish-shell/fish-shell/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	doxygen
BuildRequires:	ncurses-devel
# for some function in fish configfile, like max_width, etc
Requires:	bc
Requires(post,postun):	rpm-helper

%description
fish is a shell geared towards interactive use. It's features are
focused on user friendlieness and discoverability. The language syntax
is simple but incompatible with other shell languages.

%files -f %{name}.lang
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/pkgconfig/fish.pc
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/fish

%post
%{_datadir}/rpm-helper/add-shell %{name} $1 %{_bindir}/fish

%postun
%{_datadir}/rpm-helper/del-shell %{name} $1 %{_bindir}/fish

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x \
	--without-xsel
%make

%install
%makeinstall_std

rm -Rf %{buildroot}%{_defaultdocdir}/%{name}/

%find_lang %{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10133 |14cu|fizmo-0.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Z-Machine interpreter supporting unicode, sound, blorbfile and more
Name:		fizmo
Version:	0.8.2
Release:	1
License:	BSD
Group:		Games/Adventure
URL:		https://fizmo.spellbreaker.org
Source0:	https://github.com/chrender/fizmo/releases/download/fizmo_%{version}/fizmo-%{version}.tar.gz
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
BuildRequires:	jpeg-devel


%description
Fizmo is a Z-Machine interpreter. That means it allows you to play interactive 
fiction, also know as textadventures, which were implemented either by Infocom
or created using the Inform compiler. It is a console-based interpreter, 
meaning that there is no graphical user interface, and works with all Z-machine
versions except version 6.

%prep
%setup -q

%build
%configure prefix=%{_prefix} bindir=%{_gamesbindir} mandir=%{_mandir}
%make 

%install
%makeinstall_std 

cd %{buildroot}%{_gamesbindir} && ln -s fizmo-ncursesw fizmo && cd -
cd %{buildroot}%{_mandir}/man6 && ln -s fizmo-ncursesw.6.xz fizmo.6.xz

%files
%doc user-config-example.txt
%{_mandir}/*/*
%{_gamesbindir}/fizmo-console
%{_gamesbindir}/fizmo-ncursesw
%lang(de) %{_datadir}/fizmo/locales/de_DE/*
%lang(en) %{_datadir}/fizmo/locales/en_US/*
%lang(fr) %{_datadir}/fizmo/locales/fr_FR/*
%{_gamesbindir}/fizmo
%{_gamesbindir}/fizmo-sdl2
%{_datadir}/fizmo/fonts/fira*/*


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10134 |14cu|flacon-2.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	use_qt5	1

Summary:	Audio file splitter and converter
Name:		flacon
Version:	2.1.1
Release:	1
Group:		Sound
License:	GPLv3
URL:		http://flacon.github.io/
Source0:	https://github.com/flacon/flacon/archive/%{name}-%{version}.tar.gz
BuildRequires:	hicolor-icon-theme
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(opus)
BuildRequires:	cmake >= 2.8.3
%if %{use_qt5}
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	qt5-linguist-tools
%else
BuildRequires:	qt4-devel
%endif
BuildRequires:	pkgconfig(uchardet)

Requires:	shntool
Requires:	flac
Requires:	wavpack
Requires:	vorbis-tools
Requires:	vorbisgain
Requires:	mp3gain
Requires:	ttaenc
Requires:	opus-tools

Suggests:	faac
Suggests:	lame
Suggests:	mac


%description
Flacon extracts individual tracks from one big audio file containing the
entire album of music and saves them as separate audio files. To do this, it
uses information from the appropriate CUE file. Flacon also makes it possible
to conveniently revise or specify tags both for all tracks at once or for each
tag separately.

%files -f %{name}.lang
%doc LICENSE README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.*
%{_mandir}/man?/*

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
mkdir build
cd build
cmake .. \
    -DCMAKE_INSTALL_PREFIX=%{_prefix} \
    -DCMAKE_C_FLAGS="%{optflags}" \
    -DCMAKE_CXX_FLAGS="%{optflags}" \
%if %{use_qt5}
    -DUSE_QT5=Yes
%else
    -DUSE_QT4=Yes
%endif
%make VERBOSE=1


%install
%makeinstall_std -C build

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-Multimedia-Sound" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name} --with-qt

%changelog

* Mon Jan 23 2017 tremod <negry.m@yandex.ru> 2.1.1-1
- (6e581b5) Update to 2.1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10135 |14cu|flare-0.19-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dark fantasy single-player 2D action RPG using the FLARE engine
Name:		flare
Version:	0.19
Release:	1
Epoch:		1
License:	GPLv3+
Group:		Games/Adventure
Url:		http://flarerpg.org/
Source0:	http://downloads.sourceforge.net/project/%{name}-game/Linux/%{name}.%{version}.tar.gz
# Makes it possible to build against system SDL_gfx
Patch0:		flare-0.19-mga-fdr-system-sdl-gfx.patch
Patch1:		flare-0.19-mga-game-and-engine-together.patch
Patch2:		flare-0.19-desktop.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_ttf)

%description
Flare is a single-player 2D action RPG with fast-paced action and a dark
fantasy style using the Free Libre Action Roleplaying Engine (FLARE).
It is a simple game engine built to handle such kind of RPGs. Flare is
not a reimplementation of an existing game or engine. It is a tribute to and
exploration of the action RPG genre.

%files
%doc README
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_mandir}/man1/%{name}.1.xz
%{_gamesdatadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}.%{version}
%apply_patches

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Sun Oct 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.19-1
+ Revision: b267fae
- New version 0.19
- Add patches from Mageia to adjust build settings



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10136 |14cu|flashrom-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Utility which can be used to detect/read/write BIOS chips 
Name:		flashrom
Version:	1.0
Release:	1
Epoch:		1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://flashrom.org
Source0:	http://download.flashrom.org/releases/%{name}-%{version}.tar.bz2
BuildRequires:	glibc-static-devel
BuildRequires:	pkgconfig(libftdi1)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(zlib)

%description
Flashrom is a utility which can be used to detect BIOS chips (DIP, PLCC),
read their contents and write new contents on the chips ("flash the chip").

%files
%{_sbindir}/flashrom
%{_mandir}/man8/flashrom*
%{_udevrulesdir}/z60_flashrom.rules

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make

%install
%makeinstall PREFIX=%{buildroot}%{_prefix}

mkdir -p %{buildroot}%{_udevrulesdir}
install -m 644 util/z60_flashrom.rules %{buildroot}%{_udevrulesdir}/z60_flashrom.rules

%changelog

* Sat Jan 06 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.0-1
- (dc9e29b) New version 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10137 |14cu|flatzebra-0.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.1
%define major 2
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	A Generic Game Engine library for 2D double-buffering animation
Name:		flatzebra
Version:	0.1.6
Release:	4
License:	GPLv2+
Group:		System/Libraries
Url:		http://sarrazip.com/dev/burgerspace.html
Source0:	http://sarrazip.com/dev/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(zlib)

%description
Generic Game Engine library suitable for BurgerSpace, Afternoon Stalker
and Cosmosmash.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}flatzebra2 < 0.1.6-4
Obsoletes:	%{_lib}flatzebra2 < 0.1.6-4

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%doc AUTHORS COPYING README NEWS
%{_libdir}/libflatzebra-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%dir %{_includedir}/%{name}-%{api}
%{_includedir}/%{name}-%{api}/%{name}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.6-4
- (b203d93) Fix library package name
- (b203d93) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10138 |14cu|fldigi-3.23.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fldigi is a software modem for Amateur Radio use
Name:		fldigi
Version:	3.23.13
Release:	1
License:	GPLv3+
Group:		Communications
Url:		http://www.w1hkj.com
Source0:	https://sourceforge.net/projects/fldigi/files/%{name}/%{name}-%{version}.tar.gz
Source1:	http://www.w1hkj.com/downloads/fldigi/FLDigi_3.23_Users_Manual.pdf
Source100:	fldigi.appdata.xml
BuildRequires:	asciidoc
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(hamlib)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(xmlrpc)

%description
Fldigi is a software modem for Amateur Radio use. It is a sound card based
program that is used for both transmitting and receiving data in any of the
following modes:

BPSK and QPSK        31, 63, 125, 250 (both), and 63F and 500 (BPSK only)
PSKR                 125, 250, and 500
CW                   speeds from 5 to 200 wpm
DominoEX             4, 5, 8, 11, 16 and 22; also with FEC
Hellschreiber        Feld Hell, Slow Hell, Hell x5/x9, FSKHell(-105)
                     and Hell 80
MFSK                 4, 8, 11, 16, 22, 31, 32 and 64; most with image support
MT63                 500, 1000 and 2000
OLIVIA               various tones and bandwidths
RTTY                 various baud rates, shifts, nbr. of data bits, etc.
THOR                 4, 5, 8, 11, 16 and 22
Throb and ThrobX     1, 2, and 4
WWV                  receive only - calibrate your sound card to WWV
Frequency Analysis   receive only - measure the frequency of a carrier

Fldigi can also control a transceiver using Hamlib or RigCAT I/O, perform
online or cdrom QRZ queries, log QSOs with the built-in logbook or Xlog,
and send reception reports to the PSK Automatic Propagation Reporter.

%files -f %{name}.lang
%doc README NEWS AUTHORS doc/guide*
%{_bindir}/*
%{_datadir}/appdata/fldigi.appdata.xml
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.xpm
%{_datadir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-rpath \
	--with-xmlrpc \
	--with-hamlib

%make LIBS='-lxmlrpc_server_abyss++ -lxmlrpc_server++ -lxmlrpc_server_abyss -lxmlrpc_server -lxmlrpc_abyss -lxmlrpc++ -lxmlrpc -lxml2 -lxmlrpc_util' \
	ASCIIDOC_ICONS_DIR=%{_sysconfdir}/asciidoc/images/icons \
	V=1

%install
%makeinstall_std

mkdir -p %{buildroot}%{_docdir}/%{name}
install -pm 0644 %{SOURCE1} %{buildroot}%{_docdir}/%{name}/

mkdir -p %{buildroot}%{_datadir}/appdata
install %{SOURCE100} -pm 0644 %{buildroot}%{_datadir}/appdata/

%find_lang %{name}

%changelog

* Thu Sep 08 2016 alzim <alzim@bk.ru> 3.23.13-1
- (3458660) Merge pull request #2 from import/fldigi:rosa2016.1
- (3458660) Updated to 3.23.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10139 |14cu|flightcrew-0.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %{name} %{version}
%define oname FlightCrew

Summary:	A C++, cross-platform, native code epub validator
Name:		flightcrew
Version:	0.7.2
Release:	1
Url:		http://code.google.com/p/flightcrew/
Source0:	http://flightcrew.googlecode.com/files/FlightCrew-%{version}-Code.zip
Patch1:		0001-add-versioning-information-to-the-shared-library.patch
Patch2:		0002-fix-building-as-a-shared-library-on-Unix.patch
Patch3:		0003-use-system-zlib-if-available.patch
Patch4:		0004-use-system-boost-libraries-if-available.patch
Patch5:		0005-fix-build-with-boost-1.48.patch
Patch6:		0006-use-system-xerces-c-if-available.patch
Patch7:		0007-install-FlightCrew-library-and-headers.patch
Patch8:		0008-don-t-build-googlemock-when-NO_TEST_EXE-is-specified.patch
Patch9:		0009-Add-a-FindFlightCrew.cmake-cmake-module.patch
Patch10:	0010-allow-building-XercesExtensions-as-a-shared-lib.patch
Patch11:	0011-allow-building-zipios-as-a-shared-lib.patch
Patch12:	flightcrew-0.7.0-link.patch
License:	GPLv3 and CC-BY-SA
Group:		Office
BuildRequires:	cmake
BuildRequires:	qt4-devel >= 4:4.6.0
BuildRequires:	boost-devel
BuildRequires:	zlib-devel
BuildRequires:	pkgconfig(xerces-c)

%description
FlightCrew is a C++, cross-platform, native code epub validator. It is composed
of three parts:
  FlightCrew, the validation library
  FlightCrew-cli, the command-line front-end to the FlightCrew library
  FlightCrew-gui, the GUI front-end to the FlightCrew library

It was initially created for Sigil, the epub editor.

%package common
Summary: A C++, cross-platform, native code epub validator
Group:   Office

%description common
FlightCrew is a C++, cross-platform, native code epub validator.
It is composed of three parts:
  FlightCrew, the validation library
  FlightCrew-cli, the command-line front-end to the FlightCrew library
  FlightCrew-gui, the GUI front-end to the FlightCrew library

It was initially created for Sigil, the epub editor.

%package cli
Summary: Command line tool for FlightCrew
Group:   Office
Requires: %{name}-common = %{version}-%{release}

%description cli
FlightCrew is a C++, cross-platform, native code epub validator. This package
contains the command line tool for FlightCrew.

%package gui
Summary: Command line tool for FlightCrew
Group:   Office
Requires: %{name}-cli = %{version}-%{release}
Provides: flightcrew

%description gui
FlightCrew is a C++, cross-platform, native code epub validator. This package
contains the Qt4 graphical front-ed for FlightCrew.

%package -n %libname
Summary: Shared libs for %{name}

%description -n %libname
Shared libs for %{name}.

%package devel
Summary: Development files for %{name}
Requires: %libname = %{version}

%description devel
Development files for %{name}.

%prep
%setup -qcn %{oname}-%{version}-Code
%apply_patches

%build
%cmake -DBUILD_SHARED_FC=ON -DBUILD_SHARED_XE=ON -DNO_TEST_EXE=ON -DBUILD_SHARED_ZI=ON
%make

%install
%makeinstall_std -C build

%files common
%doc ChangeLog.txt COPYING.txt

%files cli
%{_bindir}/%{name}-cli

%files gui
%{_bindir}/%{name}-gui

%files -n %{libname}
%{_libdir}/*.so.%{version}

%files devel
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/cmake/*

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7.2-1
- (ea8a7f0) Fix groups and descriptions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10140 |14cu|flightgear-2016.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The FlightGear Flight Simulator
Name:		flightgear
Version:	2016.2.1
Release:	1
License:	GPLv2+
Group:		Games/Other
Url:		https://sourceforge.net/projects/flightgear/
Source0:	%{name}-%{version}.tar.bz2
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
Patch0:		flightgear-3.2.0-linkage.patch
Patch4:		0004-explicitely-link-with-libX11.patch
Patch5:		0005-make-fglauncher-a-static-library.patch
BuildRequires:	cmake
BuildRequires:	git-core
BuildRequires:	boost-devel
BuildRequires:	fltk-devel
BuildRequires:	plib-devel
BuildRequires:	subversion-devel
BuildRequires:	simgear-devel >= %{version}
BuildRequires:	pkgconfig(apr-1)
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openscenegraph)
BuildRequires:	pkgconfig(openal)
BuildRequires:  pkgconfig(sqlite3)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(zlib)
Requires:	%{name}-data = %{version}
Requires:	openscenegraph-plugins

%description
The FlightGear project is working to create a sophisticated flight simulator
framework for the development and pursuit of interesting flight simulator
ideas. We are developing a solid basic sim that can be expanded and improved
upon by anyone interested in contributing.

%files
%doc README AUTHORS docs-mini/
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch4 -p1
%patch5 -p1

# Taken from OBS
for f in docs-mini/README.xmlparticles Thanks
do
    iconv -f iso-8859-1 -t utf-8 -o ${f}.utf8 ${f}
    mv -f ${f}.utf8 ${f}
done
sed -i 's/\r//' docs-mini/AptNavFAQ.FlightGear.html

# remove some unneeded doc files
for ext in Cygwin IRIX Joystick Linux MSVC MSVC8 MacOS SimGear Unix Win32-X autoconf mingw plib src xmlsyntax; do
    rm -f docs-mini/README.${ext}
done

%build
%cmake \
	-DFG_DATA_DIR=%{_datadir}/%{name} \
	-DJPEG_FACTORY:BOOL=ON \
	-DSYSTEM_SQLITE:BOOL=ON \
	-DSIMGEAR_SHARED=ON \
	-DCMAKE_BUILD_TYPE=Release
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Flight Gear
Name[ru]=Flight Gear
Comment=%{Summary}
Comment[ru]=Авиасимулятор Flight Gear
Exec=fgfs
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Simulation;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

rm -rf %{buildroot}%{_docdir}/FlightGear

# remove obsolete utilities (taken from OBS)
cd %{buildroot}%{_bindir} && rm GPSsmooth MIDGsmooth UGsmooth metar


%changelog

* Thu Aug 25 2016 dsilakov <denis.silakov@rosalab.ru> 2016.2.1-1
- (50d501b) Merge pull request #3 from tremod/flightgear:rosa2014.1
- (50d501b) Update to 2016.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10141 |14cu|flightgear-data-2016.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	flightgear

Summary:	The data for FlightGear Flight Simulator
Name:		flightgear-data
Version:	2016.2.1
Release:	1
License:	GPLv2+
Group:		Games/Other
Url:		http://www.flightgear.org/
Source0:	ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Shared/FlightGear-%{version}-data.tar.bz2
Provides:	flightgear-base = %{EVRD}
BuildArch:	noarch

%description
The Flight Gear project is working to create a sophisticated flight simulator
framework for the development and pursuit of interesting flight simulator
ideas. We are developing a solid basic sim that can be expanded and improved
upon by anyone interested in contributing.

This package contains the base data files.

%files
%doc AUTHORS COPYING NEWS README Thanks Docs
%{_datadir}/%{oname}

#----------------------------------------------------------------------------

%prep
%setup -q -n fgdata

%build
# Nothing

%install
install -d -m 0755 %{buildroot}%{_datadir}/%{oname}/
cp -a * %{buildroot}%{_datadir}/%{oname}/

# cleanup temporary files and fix permissions
find %{buildroot}%{_datadir}/%{oname} -name '*#*' -exec rm {} \;
find %{buildroot}%{_datadir}/%{oname} -type f -exec chmod 644 {} \;

# fix wrong eol encoding on some doc files
for f in Docs/FGShortRef.css Docs/README.kln89.html Docs/FGShortRef.html \
	Docs/README.submodels Docs/README.yasim Docs/README.xmlparticles
do
	sed -i 's/\r//' %{buildroot}%{_datadir}/%{oname}/$f
done

# fix files not in utf-8
for f in Thanks Docs/README.xmlparticles
do
	path=%{buildroot}%{_datadir}/%{oname}/$f
	iconv -f iso-8859-1 -t utf-8 -o ${path}.utf8 $path
	mv -f ${path}.utf8 ${path}
done


%changelog

* Thu Aug 25 2016 dsilakov <denis.silakov@rosalab.ru> 2016.2.1-1
- (7f134a8) Merge pull request #4 from tremod/flightgear-data:rosa2014.1
- (7f134a8) Update to 2016.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10142 |14cu|flint-1.5.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	FLINT - Fast Library for Number Theory
Name:		flint
Version:	1.5.0
Release:	9
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://www.flintlib.org/
Source0:	http://www.flintlib.org/flint-%{version}.tar.gz
# Based on sagemath & debian package
Patch0:		flint-1.5.0-soname.patch
# Link applications with the generated dynamic library instead of the .o files
Patch1:		flint-1.5.0-dynlink.patch
# Link ntl interface in libflint.so; this interface is required by
# sage python modules.
Patch2:		flint-1.5.0-ntl.patch
Patch3:		flint-1.5.0-zn_poly.patch
BuildRequires:	gmp-devel
BuildRequires:	ntl-devel
BuildRequires:	zn_poly-devel
Requires:	pari
Requires:	python-matplotlib

%description
FLINT - Fast Library for Number Theory. FLINT is a C library for
doing number theory, written by William Hart and David Harvey.

%files
%doc doc/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared FLINT library
Group:		System/Libraries

%description -n %{libname}
This package contains the shared FLINT libraries.

%files -n %{libname}
%{_libdir}/libflint.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	FLINT Development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Conflicts:	lib%{name}-devel < 1.5.0-9
Obsoletes:	lib%{name}-devel < 1.5.0-9

%description -n %{devname}
This package contains the FLINT development headers and libraries.

%files -n %{devname}
%doc CHANGES.txt
%{_libdir}/libflint.so
%{_includedir}/FLINT
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
rm -fr zn_poly

%build
make \
	LIBDIR=%{_libdir} \
	INCLUDEDIR=%{_includedir} \
	DOCDIR=%{_docdir}/%{name}-%{version} \
	FLINT_NTL_LIB_DIR=%{_libdir} \
	FLINT_GMP_LIB_DIR=%{_libdir} \
	FLINT_GMP_INCLUDE_DIR=%{_includedir} \
	FLINT_LIB=libflint.so \
	FLINT_MAJOR=%{major} \
	FLINT_VERSION=%{version} \
	FLINT_TUNE="%{optflags} -fPIC" \
	library all

%install
mkdir -p %{buildroot}/%{_datadir}/%{name}/bin
cp -fa `find . -maxdepth 1 -mindepth 1 -type f -executable | grep -v libflint` \
	 %{buildroot}/%{_datadir}/%{name}/bin

mkdir -p %{buildroot}/%{_libdir}
cp -fa libflint* %{buildroot}/%{_libdir}

perl -pi -e 's|(#include "zn_poly/)src/(zn_poly.h")|$1$2|;' *.h
mkdir -p %{buildroot}/%{_includedir}/%{name}
cp -fa *.h %{buildroot}/%{_includedir}/%{name}

# sagemath expects it this way
ln -sf %{_includedir}/%{name} %{buildroot}%{_includedir}/FLINT

cp -far graphing  %{buildroot}/%{_datadir}/%{name}
cp -far pari-profiles %{buildroot}/%{_datadir}/%{name}

ln -sf %{_docdir}/%{name} %{buildroot}%{_datadir}/%{name}/doc


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.0-9
- (3f30bef) Use system optflags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10143 |14cu|florence-0.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gstapi 1.0

%define api 1.0
%define major 1
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Extensible scalable on-screen virtual keyboard
Name:		florence
Version:	0.6.3
Release:	1
Group:		System/X11
License:	GPLv2+ and GFDL
Url:		http://florence.sourceforge.net
Source0:	https://sourceforge.net/projects/florence/files/florence/%{version}/%{name}-%{version}.tar.bz2
Patch0:		florence-0.6.0-desktop.patch
Patch1:		florence-0.6.2-linkage.patch
BuildRequires:	intltool
BuildRequires:	rarian
BuildRequires:	pkgconfig(atspi-2)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gstreamer-%{gstapi})
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xtst)

%description
Florence is an extensible scalable virtual keyboard.

It's designed for GNOME but can be used in any DE (without some features).

You need it if you can't use a real hardware keyboard, for example because
you are disabled, your keyboard is broken or because you use a tablet PC,
but you must be able to use a pointing device (as a mouse, a trackball or
a touchscreen).

In GNOME Florence stays out of your way when you don't need it: it appears
on the screen only when you need it.

A Timer-based auto-click functionality is available to help disabled people
having difficulties to click.

If you have problems switching keyboard layout (language) in KDE4, reconfigure
layouts in KDE4 settings once and it should work.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING COPYING-DOCS NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.*
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/pixmaps/%{name}.svg
%{_mandir}/man1/%{name}*.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libflorence-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/florence-%{api}/florence.h
%{_libdir}/libflorence-%{api}.so
%{_libdir}/pkgconfig/florence-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x \
	--without-panelapplet \
	--without-xrecord \
	--without-notification \
	--disable-static
make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%changelog

* Fri Aug 26 2016 alzim <alzim@bk.ru> 0.6.3-1
- (307b872) Merge pull request #1 from import/florence:rosa2016.1
- (307b872) Updated to 0.6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10144 |14cu|flowblade-1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           flowblade
Version:        1.2
Release:        1
Summary:        Multitrack non-linear video editor
License:        GPLv3
Group:          Video
Url:            https://github.com/jliljebl/flowblade
Source0:        https://github.com/jliljebl/flowblade/archive/v%{version}.tar.gz

BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
Requires:       pkgconfig(dbus-python)
Requires:       ffmpeg
Requires:       frei0r-plugins >= 1.4
Requires:       ladspa
Requires:       swh-plugins
Requires:       pkgconfig(cairomm-1.0)
Requires:       mlt
Requires:       librsvg2
Requires:       python-cairo
Requires:       gnome-python
Requires:       gnome-python-gnomevfs
Requires:       pygtk2
Requires:       pythonegg(pil)
Requires:       python-mlt
Requires:       pythonegg(numpy)
Requires:       pythonegg(pyxdg)
Requires:       sox

BuildArch:      noarch

%description
Flowblade is designed to provide a fast, precise and robust editing experience.

In Flowblade clips are usually automatically placed tightly after or between
clips when they are inserted on the timeline. Edits are fine tuned by trimming
in and out points of clips, or by cutting and deleting parts of clips.

Flowblade provides powerful tools to mix and filter video and audio.

%prep
%setup -q

cd flowblade-trunk
sed -i 's|%{_datadir}/pyshared|%{py_puresitedir}|' flowblade
sed -i "s|respaths.LOCALE_PATH|'%{_datadir}/locale'|g" Flowblade/translations.py

%build
cd flowblade-trunk
python setup.py build

%install
cd flowblade-trunk
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/locale
mv %{buildroot}%{py_puresitedir}/Flowblade/locale/*  %{buildroot}%{_datadir}/locale
find %{buildroot} -type f -name "*.po*" -delete -print

mkdir -p %{buildroot}%{_datadir}/mime/packages
mv %{buildroot}/usr/lib/mime/packages/flowblade \
  %{buildroot}%{_datadir}/mime/packages/

chmod +x %{buildroot}%{py_puresitedir}/Flowblade/launch/flowbladebatch \
  %{buildroot}%{py_puresitedir}/Flowblade/launch/flowbladesinglerender \
  %{buildroot}%{py_puresitedir}/Flowblade/launch/flowblademedialinker \
  %{buildroot}%{_bindir}/flowblade

chmod -x %{buildroot}%{_datadir}/applications/flowblade.desktop \
  %{buildroot}%{_datadir}/mime/packages/flowblade.xml \
  %{buildroot}%{_datadir}/mime/packages/flowblade 




%files
%doc flowblade-trunk/{AUTHORS,COPYING,copyrights,README}
%{_bindir}/flowblade
%{_datadir}/applications/flowblade.desktop
%{_mandir}/man1/flowblade.1*
%{_datadir}/pixmaps/flowblade.png
%{py_puresitedir}/Flowblade
%{py_puresitedir}/flowblade-*.egg-info
%{_datadir}/mime/packages/*
%lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/flowblade.mo
%lang(de) %{_datadir}/locale/de/LC_MESSAGES/flowblade.mo
%lang(es) %{_datadir}/locale/es/LC_MESSAGES/flowblade.mo
%lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/flowblade.mo
%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/flowblade.mo
%lang(it) %{_datadir}/locale/it/LC_MESSAGES/flowblade.mo




%changelog

* Sat Oct 17 2015 abfonly <abfonly@gmail.com> 1.2-1
- (88c4f7d) Log: Update to 1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10145 |14cu|flow-tools-0.68.5.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname ft %{major}
%define develname %mklibname ft -d

Summary:	Tool set for working with NetFlow data
Name:		flow-tools
Version:	0.68.5.1
Release:	6
License:	BSD
Group:		Monitoring
URL:		http://code.google.com/p/flow-tools/
Source0:	http://flow-tools.googlecode.com/files/flow-tools-%{version}.tar.bz2
Source1:	flow-capture.service
Source2:	flow-capture.conf
Patch4:		flow-tools-0.68-format_not_a_string_literal_and_no_format_arguments.diff
Requires:	tcp_wrappers
BuildRequires:	docbook-utils
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	zlib-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel

%description
Flow-tools is library and a collection of programs used to
collect, send, process, and generate reports from NetFlow data.
The tools can be used together on a single server or distributed
to multiple servers for large deployments. The flow-toools library
provides an API for development of custom applications for NetFlow
export versions 1,5,6 and the 14 currently defined version 8
subversions.

%package -n	%{libname}
Summary:	Flow-tools shared libraries
Group:          System/Libraries

%description -n	%{libname}
Flow-tools is library and a collection of programs used to
collect, send, process, and generate reports from NetFlow data.
The tools can be used together on a single server or distributed
to multiple servers for large deployments. The flow-toools library
provides an API for development of custom applications for NetFlow
export versions 1,5,6 and the 14 currently defined version 8
subversions.

%package -n	%{develname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel libft-devel
Obsoletes:	%{name}-devel
Obsoletes:	%{mklibname ft 0 -d}

%description -n	%{develname}
Flow-tools is library and a collection of programs used to
collect, send, process, and generate reports from NetFlow data.
The tools can be used together on a single server or distributed
to multiple servers for large deployments. The flow-toools library
provides an API for development of custom applications for NetFlow
export versions 1,5,6 and the 14 currently defined version 8
subversions.

%package -n	flow-capture
Summary:	Manage storage of flow file archives by expiring old data
Group:		System/Servers
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires:	flow-tools = %{version}-%{release}

%description -n	flow-capture
The flow-capture utility will receive and store NetFlow exports to
disk.

%package rrdtool
Summary:    Scripts for flow-tools to build rrd graphs
Group:		Monitoring
Requires:   %{name} = %{version}-%{release}
Requires:   python-rrdtool

%description rrdtool
Flow-tools is library and a collection of programs used to collect,
send, process, and generate reports from NetFlow data. The tools can be
used together on a single server or distributed to multiple servers for
large deployments. The flow-toools library provides an API for development
of custom applications for NetFlow export versions 1,5,6 and the 14 currently
defined version 8 subversions. A Perl and Python interface have been
contributed and are included in the distribution. 

This package contains scripts that use python-rrdtool to create rrds and graphs
from flow data. 

%package docs
Summary:    HTML and other redundant docs for flow-tools
Group:      Monitoring

%description docs
Flow-tools is library and a collection of programs used to collect,
send, process, and generate reports from NetFlow data. The tools can be
used together on a single server or distributed to multiple servers for
large deployments. The flow-toools library provides an API for development
of custom applications for NetFlow export versions 1,5,6 and the 14 currently
defined version 8 subversions. A Perl and Python interface have been
contributed and are included in the distribution.

This package contains additional documentation, such as man pages in html
format.

%prep
%setup -q 
%patch4 -p0

cp %{SOURCE2} flow-capture.conf

%build
%configure2_5x \
    --localstatedir=%{_localstatedir}/%{name} \
    --sysconfdir=%{_sysconfdir}/%{name} \
    --bindir=%{_sbindir} \
    --with-mysql \
    --with-postgresql \
    --with-openssl

%install
%makeinstall_std

install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_sysconfdir}/ft
install -d %{buildroot}/var/lib/flow-capture

install -m0755 %{SOURCE1} %{buildroot}%{_unitdir}/flow-capture.service
install -m0644 flow-capture.conf %{buildroot}%{_sysconfdir}/flow-capture.conf

# python path fix
perl -pi -e "s|/usr/local/bin/python|%{_bindir}/python|g" %{buildroot}%{_sbindir}/flow-log2rrd
perl -pi -e "s|/usr/local/bin/python|%{_bindir}/python|g" %{buildroot}%{_sbindir}/flow-rpt2rrd
perl -pi -e "s|/usr/local/bin/python|%{_bindir}/python|g" %{buildroot}%{_sbindir}/flow-rptfmt

%post -n flow-capture
%systemd_post flow-capture.service

%preun -n flow-capture
%systemd_preun flow-capture.service

%postun -n flow-capture
%systemd_postun

%files
%doc ChangeLog README SECURITY TODO
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/cfg
%dir %{_sysconfdir}/%{name}/sym
%config(noreplace) %{_sysconfdir}/%{name}/cfg/*
%config(noreplace) %{_sysconfdir}/%{name}/sym/*
%{_sbindir}/flow-cat
%{_sbindir}/flow-dscan
%{_sbindir}/flow-expire
%{_sbindir}/flow-export
%{_sbindir}/flow-fanout
%{_sbindir}/flow-filter
%{_sbindir}/flow-gen
%{_sbindir}/flow-header
%{_sbindir}/flow-import
%{_sbindir}/flow-mask
%{_sbindir}/flow-merge
%{_sbindir}/flow-nfilter
%{_sbindir}/flow-print
%{_sbindir}/flow-receive
%{_sbindir}/flow-report
%{_sbindir}/flow-send
%{_sbindir}/flow-split
%{_sbindir}/flow-stat
%{_sbindir}/flow-tag
%{_sbindir}/flow-xlate
%{_sbindir}/flow-rptfmt
%{_mandir}/man1/flow-cat.1*
%{_mandir}/man1/flow-dscan.1*
%{_mandir}/man1/flow-expire.1*
%{_mandir}/man1/flow-export.1*
%{_mandir}/man1/flow-fanout.1*
%{_mandir}/man1/flow-filter.1*
%{_mandir}/man1/flow-gen.1*
%{_mandir}/man1/flow-header.1*
%{_mandir}/man1/flow-import.1*
%{_mandir}/man1/flow-mask.1*
%{_mandir}/man1/flow-merge.1*
%{_mandir}/man1/flow-nfilter.1*
%{_mandir}/man1/flow-print.1*
%{_mandir}/man1/flow-receive.1*
%{_mandir}/man1/flow-report.1*
%{_mandir}/man1/flow-send.1*
%{_mandir}/man1/flow-split.1*
%{_mandir}/man1/flow-stat.1*
%{_mandir}/man1/flow-tag.1*
%{_mandir}/man1/flow-tools.1*
%{_mandir}/man1/flow-tools-examples.1*
%{_mandir}/man1/flow-xlate.1*
%{_mandir}/man1/flow-rptfmt.1*
%{_datadir}/%{name}

%files -n flow-capture
%{_unitdir}/flow-capture*
%config(noreplace) %{_sysconfdir}/flow-capture.conf
%{_sbindir}/flow-capture
%{_mandir}/man1/flow-capture.1*
%dir /var/lib/flow-capture

%files rrdtool
%{_sbindir}/flow-log2rrd
%{_sbindir}/flow-rpt2rrd
%{_mandir}/man1/flow-log2rrd.1*
%{_mandir}/man1/flow-rpt2rrd.1*

%files docs
%doc docs/*.html ChangeLog.old TODO INSTALL SECURITY 

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%doc docs/*.html
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Sat Oct 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.68.5.1-6
+ Revision: b6134ca
- Migrated to systemd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10146 |14cu|fly-2.0.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Generate GIF on the fly
Name:		fly
Version:	2.0.0
Release:	12
License:	Distributable
Group:		Graphics
Url:		http://martin.gleeson.com/fly/
Source0:	http://martin.gleeson.com/fly/dist/%{name}-%{version}.tar.bz2
Patch0:		fly-2.0.0-makefile.patch
BuildRequires:	gd-devel

%description
Fly is a graphic tool to generate gif/png on the fly.

%files
%doc README doc/*
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make CFLAGS="%{optflags}"

%install
install -D -m755 %{name} %{buildroot}%{_bindir}/%{name}


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-12
- (b25c6d9) Drop unused stuff from Makefile
- (b25c6d9) Spec cleanup
- (b25c6d9) Build with system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10147 |14cu|focuswriter-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}

Summary:	A full-screen, distraction-free writing program
Name:		focuswriter
Version:	1.6.0
Release:	1
License:	GPLv3+
Group:		Editors
URL:		http://gottcode.org/%{name}/
Source:		http://gottcode.org/%{name}/%{name}-%{version}-src.tar.bz2

BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(hunspell)

%description
A full-screen, distraction-free writing program. 
You can customize your environment by changing the font, colors, and
background image to add ambiance as you type. FocusWriter features
an on-the-fly updating word count, optional auto-save, optional daily
goals, and an interface that hides away to allow you to focus more 
clearly; additionally, when you open the program your current 
work-in-progress will automatically load and position you at the end
of your document, so that you can immediately jump back in.

%prep
%setup -q

%build
%qmake_qt5 PREFIX=%{_prefix}
%make

%install
make install INSTALL_ROOT=%{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/focuswriter.appdata.xml
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/pixmaps/%{name}.xpm
%{_mandir}/man1/focuswriter.1.xz

%changelog

* Thu Sep 08 2016 alzim <alzim@bk.ru> 1.6.0-1
- (1ac154f) Merge pull request #1 from import/focuswriter:rosa2016.1
- (1ac154f) Updated to 1.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10148 |14cu|fondu-2.0-0.060102.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fonduversion	060102

Name:		fondu
Version:	2.0
Release:	0.%{fonduversion}.5
Summary:	Converts between mac and unix fonts
License:	BSD
Group:		Publishing
Source0:	http://fondu.sourceforge.net/fondu_src-%{fonduversion}.tgz
Url:		http://fondu.sourceforge.net/
Conflicts:	dgen-sdl

%description 
Fondu allows you to convert a mac font into a unix one. ufond converts
a unix font into a mac one.

%prep
%setup -q -n fondu-%{fonduversion}

%build
%configure2_5x
%make OPT_FLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir} \
	%{buildroot}%{_mandir}/man1
%makeinstall
install -m 644 *.1 %{buildroot}%{_mandir}/man1

%clean

%files
%doc LICENSE README
%{_bindir}/fondu
%{_bindir}/ufond
%{_bindir}/showfond
%{_bindir}/dfont2res
%{_bindir}/frombin
%{_bindir}/tobin
%{_bindir}/lumper
%{_bindir}/setfondname
%{_mandir}/man1/*

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 2.0-0.060102.5
- (6f618ee) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10149 |14cu|font-manager-0.5.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           font-manager
Version:        0.5.7
Release:        1
Summary:        A font management application for the GNOME desktop environment
Group:          Publishing
License:        GPLv3+
URL:            http://code.google.com/p/font-manager
Source0:        http://font-manager.googlecode.com/files/%{name}-%{version}.tar.bz2
Patch0:         font-manager_bug_658328.patch
Patch1:         font-manager-0.5.7-gcc47.patch

Requires:	fontconfig
Requires:	python-libxml2
Requires:	pygtk2
Requires:	freetype
Requires:	python-sqlite
Requires:	python-reportlab
BuildRequires:	python
BuildRequires:	desktop-file-utils
BuildRequires:	fontconfig-devel
BuildRequires:	glib2-devel
BuildRequires:	python-devel
BuildRequires:	pango-devel
BuildRequires:	sqlite-devel
BuildRequires:	pkgconfig(pangoft2)

%description
Font Manager is an application that allows users to easily manage fonts
on their system.

Although designed with the GNOME desktop environment in mind, it should
work well with most major desktop environments such as XFCE,
Enlightenment, and even KDE.

%prep
%setup -q
%patch0 -p1
%patch1 -p1 -b .gcc47

%build
%configure --enable-debuginfo
%make

%install
%makeinstall_std
desktop-file-validate %{buildroot}%{_datadir}/applications/font-manager.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/font-sampler.desktop

# Make file executable to be picked up by find-debuginfo.sh
chmod +x %{buildroot}%{_libdir}/font-manager/fontutils.so

# Register as an application to be visible in the software center
#
# NOTE: It would be *awesome* if this file was maintained by the upstream
# project, translated and installed into the right place during `make install`.
#
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
#
mkdir -p %{buildroot}%{_datadir}/appdata
cat > %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Chris Roberts <croberts@croberts.org -->
<!--
BugReportURL: https://code.google.com/p/font-manager/issues/detail?id=91
SentUpstream: 2014-09-17
-->
<application>
  <id type="desktop">font-manager.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <summary>A font management application</summary>
  <description>
    <p>
      Font Manager lets a user manage the fonts from the GUI, so they do not have
      to use the command line or have to change any config files in their enviroment.
      Font Manager will work with any GTK+ Desktop.
    </p>
  </description>
  <url type="homepage">http://code.google.com/p/font-manager</url>
  <screenshots>
    <screenshot type="default">http://font-manager.googlecode.com/svn/resources/font-manager.googlecode.com/font-manager.png</screenshot>
  </screenshots>
  </application>
EOF

%clean

%files
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/font-manager
%{_bindir}/font-sampler
%{_libdir}/font-manager/
%{_datadir}/font-manager/
%{_datadir}/appdata/*.appdata.xml
%{_datadir}/applications/


%changelog

* Mon May 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.7-1
- (1976287) ADded pangoft2 BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10150 |14cu|fonts-ttf-myuppy-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MYuppy TrueType font
Name:		fonts-ttf-myuppy
Version:	1.0.0
Release:	4
License:	Eclipse Public Licence 1.0
URL:		http://developer.symbian.org/
Group:		System/Fonts/True type
Source0:	http://developer.symbian.org/xref/epl/raw/Symbian3/sf/os/textandloc/fontservices/referencefonts/truetype/myuppygb-medium.ttf
Source1:	http://developer.symbian.org/xref/epl/raw/Symbian3/sf/os/textandloc/fontservices/referencefonts/truetype/myuppygb-medium_readme.txt
BuildArch:	noarch
BuildRequires: fontconfig

%description
MYuppyGB-Medium

Format - TTF TrueType
Character set - GB2312
Encoding - Unicode

This font was designed to appeal to young urban professionals, Monotype
Yuppy is a newly designed typeface with a unique, modern feel. The
design combines elements of handwriting with classic letterform
characteristics, such as open shapes and proper proportions that help
the typeface retain legibility.

%prep
%setup -Tc
cp %{SOURCE1} .

%install
rm -fr %{buildroot}
mkdir -p %{buildroot}/%{_datadir}/fonts/TTF/myuppy
install -m 644 %{SOURCE0} %{buildroot}/%{_datadir}/fonts/TTF/myuppy

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/TTF/myuppy \
    %{buildroot}%{_sysconfdir}/X11/fontpath.d/ttf-myuppy:pri=50

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root,0755)
%doc *.txt
%dir %{_datadir}/fonts/TTF/myuppy/
%{_datadir}/fonts/TTF/myuppy/*.ttf
%{_sysconfdir}/X11/fontpath.d/ttf-myuppy:pri=50



%changelog

* Mon Nov 09 2015 Denis Silakov <dsilakov@gmail.com> 1.0.0-4
- (febc287) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10151 |14cu|fonts-ttf-ubuntu-0.83-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname ubuntu-font-family
%define _fontdir %{_datadir}/fonts/TTF/ubuntu

Name: fonts-ttf-ubuntu
Summary: Ubuntu Font Family
Version: 0.83
Release: 1
License: Ubuntu Font Licence 1.0
Group: System/Fonts/True type
URL: http://font.ubuntu.com/
Source: http://font.ubuntu.com/download/%{pkgname}-0.83.zip
BuildRequires: freetype-tools
BuildArch: noarch
BuildRequires: fontconfig

%description
The Ubuntu Font Family are a set of matching new libre/open fonts in
development during 2010--2011. The development is being funded by
Canonical Ltd on behalf the wider Free Software community and the
Ubuntu project.  The technical font design work and implementation is
being undertaken by Dalton Maag.

Both the final font Truetype/OpenType files and the design files used
to produce the font family are distributed under an open licence and
you are expressly encouraged to experiment, modify, share and improve.

%prep
%setup -q -n %{pkgname}-%{version}

%build

%install
mkdir -p %{buildroot}%{_fontdir}
install -m 644 *.ttf %{buildroot}%{_fontdir}
ttmkfdir %{buildroot}%{_fontdir} > %{buildroot}%{_fontdir}/fonts.dir
ln -s fonts.dir %{buildroot}%{_fontdir}/fonts.scale
mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_fontdir} \
	%{buildroot}%{_sysconfdir}/X11/fontpath.d/ttf-ubuntu:pri=50

%files
%doc *.txt
%dir %{_fontdir}
%{_fontdir}/*.ttf
%verify(not mtime) %{_fontdir}/fonts.dir
%{_fontdir}/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-ubuntu:pri=50



%changelog

* Fri May 27 2016 dsilakov <denis.silakov@rosalab.ru> 0.83-1
- (12971ce) Merge pull request #1 from tremod/fonts-ttf-ubuntu:rosa2014.1
- (12971ce) Update to 0.83



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10152 |14cu|foobillardplus-3.43-0.svn170.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rev     svn170

Name:           foobillardplus
Version:        3.43
Release:        %mkrel -c %{rev} 2
Summary:        A free 3D OpenGL billiard game
Group:          Games/Sports
License:        GPLv2
URL:            http://foobillardplus.sourceforge.net
# From http://svn.code.sf.net/p/foobillardplus/code/ after removing useless and nonfree content
# rm -rf .svn data/music/* data/DejaVuSans*.ttf debian osx src-graphics
Source0:        %{name}-%{version}-%{rev}.tar.xz
Source1:        %{name}.6
Source2:        intro-nomusic.png
Patch0:         foobillardplus-3.43-mga-install-dir-in-configure.in.patch
Patch1:         foobillardplus-3.43-mga-user-settings-in-XDG_DATA_HOME.patch

BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  pkgconfig(SDL_net)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(gl)
Requires:       fonts-ttf-dejavu
Obsoletes:      foobillard < 3.0a-14
Provides:       foobillard

%description
FooBillard++ is an advanced 3D OpenGL billiard game based on the original
foobillard 3.0a sources from Florian Berger. You can play it with one or two
players or against the computer.

The music has been removed because of its restrictive CC BY-NC-ND license.

%prep
%setup -q -n %{name}-%{version}-%{rev}
%apply_patches
# Use system browser
sed -i -e 's/firefox/www-browser/g' data/browser.sh

%build
autoreconf -vfi
%configure2_5x --enable-debian
%make

%install
# make install instructions are kind of broken
install -D -m755 src/foobillardplus %{buildroot}%{_gamesbindir}/%{name}
install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -a data/ %{buildroot}%{_gamesdatadir}/%{name}/

# Fixed intro image without the removed music credits
cp -f %{SOURCE2} %{buildroot}%{_gamesdatadir}/%{name}/data/intro.png

# icon and man page
install -D -m644 foobillardplus.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
install -D -m644 %{SOURCE1} %{buildroot}%{_mandir}/man6/%{name}.6

# symlink to DejaVu fonts
ln -s %{_xfontdir}/TTF/dejavu/DejaVuSans.ttf      %{buildroot}%{_gamesdatadir}/%{name}/data/DejaVuSans.ttf
ln -s %{_xfontdir}/TTF/dejavu/DejaVuSans-Bold.ttf %{buildroot}%{_gamesdatadir}/%{name}/data/DejaVuSans-Bold.ttf

# desktop entry
install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=FooBillard++
GenericName=3D OpenGL billiard game
GenericName[de]=3D-OpenGL-Billard-Spiel
GenericName[fr]=Jeu de billard en 3D OpenGL
Comment=3D OpenGL billiard game
Comment[de]=3D-OpenGL-Billard-Spiel
Comment[fr]=Jeu de billard en 3D OpenGL
Exec=%{name}
Icon=%{name}
Type=Application
Categories=Game;Simulation;
EOF

%files
%doc AUTHORS COPYING ChangeLog README
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/128x128/apps/%{name}.png
%{_mandir}/man6/%{name}.6*



%changelog
* Sun Jan 18 2015 abfonly <abfonly@gmail.com> 3.43-0.svn170.2
+ Revision: a0e8c12
- Fix group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10153 |14cu|foobnix-3.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package %{nil}
%define	oversion 3.1
%define	snapshot 1

Summary:	Simple and powerful music player for Linux
Name:		foobnix
Version:	3.1.2
Release:	1
License:	GPLv3+
Group:		Sound
Url:		http://foobnix.com/en/index.html
# Take a master snapshot to get a not-tagged 3.1.2 and fixes until 04/25/2016
%if %{snapshot}
Source0:	https://github.com/%{name}/%{name}/archive/%{name}-master.zip
%else
Source0:	http://github.com/%{name}/%{name}/archive/%{name}-%{oversion}.tar.gz
%endif
BuildRequires:	gettext
BuildRequires:	gstreamer1.0-plugins-good
BuildRequires:	gstreamer1.0-plugins-ugly
BuildRequires:	gstreamer1.0-ffmpeg
BuildRequires:	gstreamer1.0-plugins-bad
BuildRequires:	gstreamer1.0-python
BuildRequires:	fuseiso
BuildRequires:	keybinder
BuildRequires:	mutagen
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pygtk2.0
BuildRequires:	pygtk2.0-libglade
BuildRequires:	python
BuildRequires:	python-chardet
BuildRequires:	python-gi
BuildRequires:	python-gi-cairo
BuildRequires:	python-simplejson
BuildRequires:	python-setuptools
Requires:	fuseiso
Requires:	mutagen
Requires:	gstreamer1.0-plugins-good
Requires:	gstreamer1.0-python
Requires:	gstreamer1.0-ffmpeg
Requires:	python-chardet
Requires:	python-gi
Requires:	python-gi-cairo
Requires:	python-setuptools
Requires:	python-simplejson
#Requires:	python-webkitgtk
# The package is in Contrib, but supports mp3 and AAC:
# suggest the needed packages from Restricted
Suggests:	gstreamer1.0-plugins-bad
Suggests:	gstreamer1.0-plugins-ugly
Suggests:	faac
Suggests:	lame
BuildArch:	noarch

%description 
Simple and powerful music player for Linux, written in python.
All best features in one player: small, fast, customizable, powerful, with
user-friendly interface.
Main features:
  * CUE, wv and iso.wv support.
  * Supports MP3, MP4, AAC, CD Audio, WMA, OGG, FLAC, WavPack, WAV, Musepack
    and many more formats.
  * 10-band equalizer with presets.
  * Last.FM integration.
  * vk.com also supported.
  * Lyrics search by lyricsmania.com and megalyrics.ru.

%files -f %{name}.lang
%doc README COPYING CHANGELOG
%{_bindir}/%{name}
%{py_puresitedir}/%{name}/*
%{py_puresitedir}/%{name}-*.egg-info
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.png
#{_datadir}/pixmaps/theme/cat.jpg
#{_datadir}/pixmaps/theme/flower.jpg
#{_datadir}/pixmaps/vk.png
#{_datadir}/pixmaps/theme/winter.jpg
%{_mandir}/man1/%{name}.1.*

#-----------------------------------------------------------------------------

%prep
%if %{snapshot}
%setup -qn %{name}-master
%else
%setup -qn %{name}-%{oversion}
%endif


%build
# Nothing to do?
python setup.py build


%install
python setup.py install --root=%{buildroot}

# permissions fix
chmod a+x %{buildroot}%{py_puresitedir}/%{name}/thirdparty/sound_menu.py
#chmod a+x %%{buildroot}%%{_libdir}/python2.7/site-packages/foobnix/thirdparty/google/{browser,__init__,search}.py
#chmod a+x %%{buildroot}%%{_libdir}/python2.7/site-packages/foobnix/thirdparty/mutagen/__init__.py
chmod a+x %{buildroot}%{py_puresitedir}/%{name}/preferences/preferences_window.py
chmod a+x %{buildroot}%{py_puresitedir}/%{name}/gui/menu.py
chmod a-x %{buildroot}%{_datadir}/applications/%{name}.desktop

# icon fix
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/
cp %{buildroot}%{_datadir}/pixmaps/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/


%find_lang %{name}




%changelog

* Sat Aug 27 2016 gvm <mc2374@mclink.it> 3.1.2-1
- (ac65c55) Merge pull request #2 from import/foobnix:rosa2016.1
- (ac65c55) Fix file list



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10154 |14cu|fop-2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	XSL-driven print formatter
Name:		fop
Version:	2.1
Release:	1
Epoch:		0
License:	Apache License
Group:		Development/Java
URL:		http://xmlgraphics.apache.org/fop
Source0:	http://archive.apache.org/dist/xmlgraphics/fop/source/fop-%{version}-src.tar.gz
Source1:	%{name}.script
Patch2:		%{name}-main.patch
BuildRequires:	ant
BuildRequires:	java-rpmbuild
Requires:	xmlgraphics-commons >= 0:1.2
Requires:	avalon-framework >= 0:4.1.4
Requires:	batik >= 0:1.7
Requires:	xalan-j2 >= 0:2.7.0
Requires:	xml-commons-apis >= 0:1.3.04
Requires:	jakarta-commons-httpclient
Requires:	jakarta-commons-io >= 0:1.2
Requires:	jakarta-commons-logging >= 0:1.0.4
BuildArch:	noarch

%description
FOP is the world's first print formatter driven by XSL formatting
objects. It is a Java application that reads a formatting object tree
and then turns it into a PDF document. The formatting object tree, can
be in the form of an XML document (output by an XSLT engine like XT or
Xalan) or can be passed in memory as a DOM Document or (in the case of
XT) SAX events.

%files
%doc LICENSE README NOTICE
%{_javadir}/%{name}*.jar
%{_datadir}/%{name}
%{_javadir}/pdf-transcoder.jar
%attr(0755,root,root) %{_bindir}/fop
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/*
%endif

#--------------------------------------------------------------------

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description    javadoc
Javadoc for %{name}.

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

#--------------------------------------------------------------------

%prep
%setup -q
%patch2 -p0

%build
export JAVA_HOME=%{java_home}
export CLASSPATH=
export OPT_JAR_LIST="`%{__cat} %{_sysconfdir}/ant.d/trax`"

%ant clean jar-main transcoder-pkg javadocs

%install

# jars
mkdir -p %{buildroot}%{_javadir}
cp -a build/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
cp -a build/%{name}-transcoder.jar %{buildroot}%{_javadir}/pdf-transcoder.jar
pushd %{buildroot}%{_javadir}
for jar in *-%{version}*
do ln -s ${jar} `echo $jar| sed "s|-%{version}||g"`
done
popd

# script
mkdir -p %{buildroot}%{_bindir}
cp -a %{SOURCE1} %{buildroot}%{_bindir}/fop

# data
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -a conf %{buildroot}%{_datadir}/%{name}

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a build/javadocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%changelog

* Fri Sep 09 2016 alzim <alzim@bk.ru> 0:2.1-1
- (4b7bb9c) Merge pull request #1 from import/fop:rosa2016.1
- (4b7bb9c) Updated to 2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10155 |14cu|fotoxx-16.08.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _appdatadir %{_datadir}/appdata

Name:			fotoxx
Version:		16.08.1
Release:		1
Summary:		Editor of image files from digital cameras
Group:			Graphics
License:		GPLv3
Url:			http://www.kornelix.net/fotoxx/fotoxx.html
Source0:		http://www.kornelix.net/downloads/tarballs/%{name}-%{version}.tar.gz
BuildRequires:		desktop-file-utils
BuildRequires:		appstream-util
BuildRequires:		imagemagick
BuildRequires:		perl(Image::ExifTool)
BuildRequires:		xdg-utils
BuildRequires:		pkgconfig(libtiff-4)
BuildRequires:		pkgconfig(gtk+-3.0)
BuildRequires:		pkgconfig(lcms2)
BuildRequires:		pkgconfig(champlain-0.12)
BuildRequires:		pkgconfig(libraw)
Requires:		exiv2
Requires:		perl(Image::ExifTool)
Suggests:		rawtherapee
Suggests:		brasero

%description
Edit image files from a digital camera. Includes color and contrast
enhancement, red-eye removal, sharpen, crop, rotate, noise removal, HDR (high
dynamic range) and panorama image compositing, thumbnail image browser, tag
editing and search.

%files
%{_docdir}/%{name}
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%attr(0755,root,root) %{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_mandir}/man1/%{name}.1*
%{_appdatadir}/%{name}.appdata.xml

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
%make PREFIX=%{_prefix}

%install
%makeinstall_std

# Provide variable size menu icons, instead of the only one in the sources
# 1. Create the standard dir for the original 64x64 icon and move it here
install -D -m 644 %{buildroot}%{_datadir}/%{name}/icons/%{name}.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
# 2. Generate and install other icon sizes
for size in 16 24 32 48
do
install -d %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/
convert -resize ${size}x${size} %{buildroot}%{_datadir}/%{name}/icons/%{name}.png %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/%{name}.png
done
# 3. Fix the provided .desktop file to use our icon files
desktop-file-edit --set-icon=%{name} %{buildroot}%{_datadir}/applications/%{name}.desktop

%check
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml

%changelog

* Fri Sep 09 2016 alzim <alzim@bk.ru> 16.08.1-1
- (447cd85) Merge pull request #6 from import/fotoxx:rosa2016.1
- (447cd85) Updated to 16.08.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10156 |14cu|fox1.6-1.6.47-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fox

%define api 1.6
%define major 0
%define libname %mklibname %{oname} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	The FOX C++ GUI Toolkit
Name:		fox1.6
Version:	1.6.47
Release:	3
License:	LGPLv2+
Group:		Development/C++
Url:		http://www.fox-toolkit.org
Source:		http://www.fox-toolkit.org/ftp/%{oname}-%{version}.tar.gz
Patch0:		fox-1.6.36-fix-str-fmt.patch
Patch1:		fox-1.6.43-fix-linkage.patch
Patch2:		fox-1.6.47-optflags.patch
BuildRequires:	bzip2-devel
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xrandr)

%description
FOX is a C++-Based Library for Graphical User Interface Development
FOX supports modern GUI features, such as Drag-and-Drop, Tooltips, Tab
Books, Tree Lists, Icons, Multiple-Document Interfaces (MDI), timers,
idle processing, automatic GUI updating, as well as OpenGL/Mesa for
3D graphics.  Subclassing of basic FOX widgets allows for easy
extension beyond the built-in widgets by application writers.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The FOX C++ GUI Toolkit - Libraries
Group:		System/Libraries

%description -n %{libname}
FOX is a C++-Based Library for Graphical User Interface Development
FOX supports modern GUI features, such as Drag-and-Drop, Tooltips, Tab
Books, Tree Lists, Icons, Multiple-Document Interfaces (MDI), timers,
idle processing, automatic GUI updating, as well as OpenGL/Mesa for
3D graphics.  Subclassing of basic FOX widgets allows for easy
extension beyond the built-in widgets by application writers.

%files -n %{libname}
%{_libdir}/*-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	FOX header files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	fox1.6-devel = %{EVRD}
Provides:	libfox1.6-devel = %{EVRD}
Conflicts:	fox1.4-devel
Conflicts:	fox1.7-devel

%description -n %{devname}
FOX is a C++-Based Library for Graphical User Interface Development
FOX supports modern GUI features, such as Drag-and-Drop, Tooltips, Tab
Books, Tree Lists, Icons, Multiple-Document Interfaces (MDI), timers,
idle processing, automatic GUI updating, as well as OpenGL/Mesa for
3D graphics.  Subclassing of basic FOX widgets allows for easy
extension beyond the built-in widgets by application writers.

This package contains the necessary files to develop applications
with FOX.

%files -n %{devname}
%doc doc ADDITIONS TRACING
%doc installed-docs
%doc %{_mandir}/man1/reswrap*
%{_bindir}/reswrap
%{_bindir}/fox-config
%multiarch_bindir/fox-config
%dir %{_includedir}/fox-%{api}
%{_includedir}/fox-%{api}/*
%{_libdir}/pkgconfig/fox.pc
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p0
%patch1 -p0
%patch2 -p1

%build
autoreconf -fi
LDFLAGS="-lfontconfig" %configure2_5x \
	--with-opengl=yes \
	--with-xft \
	--with-xcursor \
	--with-xrandr \
	--with-shape \
	--with-xshm \
	--disable-static \
	--enable-release

%make

%install
%makeinstall_std

mv %{buildroot}%{_datadir}/doc/fox-1.6/* installed-docs
%multiarch_binaries %{buildroot}%{_bindir}/fox-config

rm -rf %{buildroot}%{_prefix}/fox %{buildroot}%{_bindir}/Adie.stx \
       %{buildroot}%{_bindir}/PathFinder %{buildroot}%{_bindir}/adie \
       %{buildroot}%{_bindir}/calculator %{buildroot}%{_bindir}/shutterbug \
       %{buildroot}%{_mandir}/man1/PathFinder* %{buildroot}%{_mandir}/man1/adie* \
       %{buildroot}%{_mandir}/man1/calculator* %{buildroot}%{_mandir}/man1/shutterbug*


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.47-3
- (2b3448c) Build with system optflags to fix debug package
- (2b3448c) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10157 |14cu|fox-1.7.56-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1.7
%define libname		%mklibname %{name} %{major}
%define libnamedev	%mklibname -d %{name}
%define name_ex_apps	%{name}-example-apps

%define icon_name_calc	%{name}-calculator.png
%define icon_name_adie	%{name}-adie.png

#should fix unpacked dir/subdir....
#define _unpackaged_subdirs_terminate_build 0

#debuginfo-without-sources
%define debug_package	%{nil}

Summary:	The FOX C++ GUI Toolkit
Name:		fox
Version:	1.7.56
Release:	1
License:	LGPLv2+
Group:		Development/C++
URL:		http://www.fox-toolkit.org
Source:		ftp://ftp.fox-toolkit.org/pub/%{name}-%{version}.tar.gz
Source1:	%{name}-shutterbug-16.png
Source2:	%{name}-shutterbug-32.png
Source3:	%{name}-shutterbug-48.png
Source10:	%{name}_adie_16.png
Source11:	%{name}_adie_32.png
Source12:	%{name}_adie_48.png
Source20:	%{name}_calc_16.png
Source21:	%{name}_calc_32.png
Source22:	%{name}_calc_48.png

BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glut)
BuildRequires:	cups-devel
BuildRequires:	bzip2-devel >= 1.0.2
BuildRequires:	pkgconfig(zlib) >= 1.1.4
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi) >= 1.7.4
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
# Formats supported
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng) >= 1.2.5
BuildRequires:	pkgconfig(libtiff-4) >= 3.5.7
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	doxygen

%description
This is a C++-Based Library for Graphical User Interface Development.
It supports modern GUI features, such as Drag-and-Drop, Tooltips, Tab
Books, Tree Lists, Icons, Multiple-Document Interfaces (MDI), timers,
idle processing, automatic GUI updating, as well as OpenGL/Mesa for
3D graphics. Subclassing of basic FOX widgets allows for easy
extension beyond the built-in widgets by application writers.

#-----------------------------------------------------------------------------

%package -n %{name_ex_apps}
Summary:	Example applications for %{name}
Group:		Office
Requires:	%{libname} >= %{EVRD}

%description -n %{name_ex_apps}
Editor, file browser and calculator, written with FOX

%files -n %{name_ex_apps}
%doc %{_mandir}/man1/ControlPanel*
%doc %{_mandir}/man1/PathFinder*
%doc %{_mandir}/man1/adie*
%doc %{_mandir}/man1/calculator*
%doc %{_mandir}/man1/shutterbug.1*
%{_bindir}/calculator
%{_bindir}/ControlPanel
%{_bindir}/PathFinder
%{_bindir}/adie
%{_bindir}/Adie.stx
%{_bindir}/shutterbug
%{_datadir}/applications/mandriva*
%{_miconsdir}/%{icon_name_adie}
%{_iconsdir}/%{icon_name_adie}
%{_liconsdir}/%{icon_name_adie}
%{_miconsdir}/%{icon_name_calc}
%{_iconsdir}/%{icon_name_calc}
%{_liconsdir}/%{icon_name_calc}
%{_miconsdir}/shutterbug.png
%{_iconsdir}/shutterbug.png
%{_liconsdir}/shutterbug.png

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The FOX C++ GUI Toolkit - Libraries
Group:		System/Libraries

%description -n %{libname}
This is a C++-Based Library for Graphical User Interface Development.
It supports modern GUI features, such as Drag-and-Drop, Tooltips, Tab
Books, Tree Lists, Icons, Multiple-Document Interfaces (MDI), timers,
idle processing, automatic GUI updating, as well as OpenGL/Mesa for
3D graphics. Subclassing of basic FOX widgets allows for easy
extension beyond the built-in widgets by application writers.

%files -n %{libname}
%doc LICENSE README
%{_libdir}/*%{major}.so.0*

#-----------------------------------------------------------------------------

%package -n %{libnamedev}
Summary:	FOX header files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	libfox-devel = %{EVRD}
Provides:	fox%{major}-devel = %{EVRD}
Provides:	libfox%{major}-devel = %{EVRD}
Conflicts:	%{_lib}%{name}1.4-devel
%rename		%{_lib}%{name}%{major}-devel

%description -n %{libnamedev}
This is a C++-Based Library for Graphical User Interface Development.
It supports modern GUI features, such as Drag-and-Drop, Tooltips, Tab
Books, Tree Lists, Icons, Multiple-Document Interfaces (MDI), timers,
idle processing, automatic GUI updating, as well as OpenGL/Mesa for
3D graphics. Subclassing of basic FOX widgets allows for easy
extension beyond the built-in widgets by application writers.
This package contains the necessary files to develop applications
with FOX.

%files -n %{libnamedev}
%doc doc ADDITIONS TRACING
#doc installed-docs
%doc %{_mandir}/man1/reswrap*
%{_bindir}/reswrap
%{_bindir}/fox-config
%dir %{_includedir}/fox-%{major}
%{_includedir}/fox-%{major}/*
%{_libdir}/*.so
#{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x	\
		--enable-release \
		--enable-threadsafe \
		--disable-static \
		--disable-jp2 \
		--with-x=yes \
		--with-xft=no \
		--with-xshm=yes \
		--with-shape=yes \
		--with-xcursor=yes \
		--with-xrender=yes \
		--with-xrandr=yes \
		--with-xfixes=yes \
		--with-xinput=yes \
		--with-opengl=yes
%make
#LIBS='-lfontconfig'


%install
#rm -rf installed-docs
%makeinstall_std
#mv %%{buildroot}%%{_datadir}/doc/fox-%%{major}/* installed-docs
#cp -p pathfinder/PathFinder %%{buildroot}/usr/bin

# Make .desktop files for some sample programs
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-foxcalculator.desktop << EOF
[Desktop Entry]
Name=FOX Calculator
Comment=Calculator using the FOX toolkit
Exec=calculator %U
Icon=%{icon_name_calc}
Terminal=false
Type=Application
StartupNotify=true
Categories=Science;Math;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-foxadie.desktop << EOF
[Desktop Entry]
Name=FOX Adie
Comment=A.D.I.E. - Advanced Interactive Editor using the FOX toolkit
Exec=adie %U
Icon=%{icon_name_adie}
Terminal=false
Type=Application
StartupNotify=true
Categories=TextEditor;Utility;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-shutterbug.desktop << EOF
[Desktop Entry]
Name=FOX Shutterbug
Comment=Takes a screenshot and saves it to a file
Exec=shutterbug %U
Icon=shutterbug
Terminal=false
Type=Application
StartupNotify=true
Categories=Graphics;
EOF

# Add the needed icons for them
install -D -m 644 %{SOURCE10} %{buildroot}%{_miconsdir}/%{icon_name_adie}
install -D -m 644 %{SOURCE11} %{buildroot}%{_iconsdir}/%{icon_name_adie}
install -D -m 644 %{SOURCE12} %{buildroot}%{_liconsdir}/%{icon_name_adie}

install -m 644 %{SOURCE20} %{buildroot}%{_miconsdir}/%{icon_name_calc}
install -m 644 %{SOURCE21} %{buildroot}%{_iconsdir}/%{icon_name_calc}
install -m 644 %{SOURCE22} %{buildroot}%{_liconsdir}/%{icon_name_calc}

install -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/shutterbug.png
install -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/shutterbug.png
install -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/shutterbug.png

# Drop useless dir and dir with duplicated elsewhere contents
#rm -rf %%{buildroot}%%{_prefix}/fox
rm -rf %{buildroot}%{_datadir}/doc/fox-%{major}
rm -rf %{buildroot}%{_datadir}/doc/installed-docs

%changelog

* Fri Sep 09 2016 alzim <alzim@bk.ru> 1.7.56-1
- (6ab66ec) Merge pull request #2 from import/fox:rosa2016.1
- (6ab66ec) Updated to 1.7.56



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10158 |14cu|frame-2.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Buildup and synchronization of simultaneous touches
Name:		frame
Version:	2.5.0
Release:	3
License:	GPLv3+
Group:		Development/Other
Url:		https://launchpad.net/frame
Source0:	https://launchpad.net/frame/trunk/utouch-%{name}-%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	a2x
BuildRequires:	asciidoc
BuildRequires:	pkgconfig(evemu)
BuildRequires:	pkgconfig(mtdev)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xorg-server)
Requires:	evemu

%description
Frame handles the buildup and synchronization of a set of simultaneous touches.

%files
%doc COPYING
%{_bindir}/frame-test-x11
%{_mandir}/man1/frame-test-x11.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Frame shared library Package
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically linked
with Frame.

%files -n %{libname}
%{_libdir}/libframe.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Frame development package
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}frame6 < 2.5.0

%description -n %{devname}
This package provides headers files for Frame development.

%files -n %{devname}
%{_includedir}/oif/*.h
%{_libdir}/libframe.so
%{_libdir}/pkgconfig/frame.pc
%{_libdir}/pkgconfig/frame-x11.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog

* Wed May 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.0-3
- (548a65d) Build requires a2x



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10159 |14cu|freebasic-1.05.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		enable_debug_packages	%{nil}
%define		debug_package		%{nil}

%bcond_with bootstrap

%define		oname	FreeBASIC

Summary:	Free BASIC language compiler
Name:		freebasic
Version:	1.05.0
Release:	2
License:	GPLv2+
Group:		Development/Basic
Url:		http://freebasic.net
Source0:	https://downloads.sourceforge.net/fbc/%{oname}-%{version}-source.tar.xz
Source10:	https://downloads.sourceforge.net/fbc/Binaries%20-%20Linux/%{oname}-%{version}-linux-x86.tar.gz
Source11:	https://downloads.sourceforge.net/fbc/Binaries%20-%20Linux/%{oname}-%{version}-linux-x86_64.tar.gz
Source100:	%{name}.rpmlintrc
%if %{without bootstrap}
BuildRequires:	freebasic
%else
# Required for precompiled fbc binaries
BuildRequires:	%{_lib}tinfo5
%endif
BuildRequires:	gpm-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(zlib)
Provides:	fbc = %{EVRD}

%description
Free BASIC - is a completely free, open source, 32-bit BASIC compiler,
with syntax similar to MS Quick BASIC, that adds new features such as
pointers, unsigned data types, inline assembly, object orientation,
and many others.

%files
%doc doc/GoRC.txt doc/gpl.txt doc/lgpl.txt readme.txt
%{_bindir}/fbc
%{_datadir}/pixmaps/freebasic/*
%{_includedir}/freebasic/
%{_libdir}/freebasic/*
%{_mandir}/man1/fbc.1*

#----------------------------------------------------------------------------

%package examples
Summary:	Example files for Free BASIC language compiler
Group:		Development/Basic

%description examples
Example files for Free BASIC language compiler.

%files examples
%{_datadir}/freebasic/examples/*

#----------------------------------------------------------------------------

%prep
%if %{with bootstrap}
%ifarch x86_64
%setup -q -T -D -b 11 -n FreeBASIC-%{version}-linux-x86_64
%else
%setup -q -T -D -b 10 -n FreeBASIC-%{version}-linux-x86
%endif
%endif

%setup -qn %{oname}-%{version}-source

%build
%setup_compile_flags
%if %{with bootstrap}
%ifarch x86_64
make FBC=%{_builddir}/%{oname}-%{version}-linux-x86_64/bin/fbc prefix=%{_prefix} ENABLE_PREFIX=1 ENABLE_LIB64=1
%else
make FBC=%{_builddir}/%{oname}-%{version}-linux-x86/bin/fbc prefix=%{_prefix} ENABLE_PREFIX=1
%endif
%else
%ifarch x86_64
make prefix=%{_prefix} ENABLE_PREFIX=1 ENABLE_LIB64=1
%else
make prefix=%{_prefix} ENABLE_PREFIX=1
%endif
%endif

%install
make install \
%ifarch x86_64
	ENABLE_LIB64=1 \
%endif
	prefix=%{buildroot}%{_prefix}

# Man
mkdir -p %{buildroot}%{_mandir}/man1
install -m 0644 doc/fbc.1 %{buildroot}%{_mandir}/man1/fbc.1

# Examples
rm -rf examples/win32
mkdir -p %{buildroot}%{_datadir}/freebasic/examples
cp -r examples/* %{buildroot}%{_datadir}/freebasic/examples/

# Pixmaps
mkdir -p %{buildroot}%{_datadir}/pixmaps/freebasic
cp contrib/*logo* %{buildroot}%{_datadir}/pixmaps/freebasic/


%changelog

* Tue Mar 22 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.05.0-2
- (a98a95d) Change package group to Development/Basic



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10160 |14cu|freecad-0.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname FreeCAD

Summary:	FreeCAD is a general purpose 3D CAD modeler
Name:		freecad
Version:	0.16
Release:	2
License:	GPLv2+ and LGPLv2+
Group:		Graphics
Url:		http://www.freecadweb.org/
Source0:	https://github.com/FreeCAD/FreeCAD/archive/%{oname}-%{version}.tar.gz
Source1:	%{name}.desktop
Source2:	%{name}.1
Source3:	%{name}.rpmlintrc
BuildRequires:	cmake
BuildRequires:	eigen3 >= 3.0.1
BuildRequires:	gcc-gfortran
BuildRequires:	python-matplotlib
BuildRequires:	pyside-tools
BuildRequires:	boost-devel >= 1.33.1
BuildRequires:	libspnav-devel
BuildRequires:	opencascade-devel >= 5.2
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(SoQt) >= 1.2.0
BuildRequires:	pkgconfig(Coin) >= 2.4.0
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(ode)
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(python) >= 2.5
BuildRequires:	pkgconfig(shiboken)
BuildRequires:	pkgconfig(pyside)
BuildRequires:	pkgconfig(xerces-c) >= 2.6
Requires:	pyside

%description
FreeCAD will be a general purpose parametric 3D CAD modeler. The development
is completely Open Source. It is a feature based parametric modeler with a
modular software architecture which makes it easy to provide additional
functionality without modifying the core system. As with many modern 3D CAD
modelers it has many 2D component in order to extract design detail from
the 3D model to create 2D production drawings, but direct 2D drawing (e.g.
AutoCAD LT) is not the focus, neither are animation and organic shapes (e.g.
Maya, 3D StudioMAX, Blender and Cinema 4D).

%files
%doc ChangeLog.txt copying.lib data/License.txt build/doc/*
%{_bindir}/*
%{_libdir}/%{name}/bin/
%{_libdir}/%{name}/Mod/
%{_libdir}/%{name}/*.so
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/%{name}/
%{_mandir}/man1/*.1*

#----------------------------------------------------------------------------

%package devel
Summary:	Devel package for %{name}
Requires:	%{name} = %{version}
Group:		Development/C++

%description devel
Development files for FreeCAD.

%files devel
%doc ChangeLog.txt copying.lib
%{_libdir}/%{name}/include/

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
#%%apply_patches

# Fix bogus file perms
find ./src -name "*.py*" |xargs chmod 755
find ./src -name "*.h*" |xargs chmod 644
find ./src -name "*.cpp*" |xargs chmod 644

%build
#define Werror_cflags %%nil
%cmake_qt4 -DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_INSTALL_PREFIX=%{_libdir}/%{name} \
	-DCMAKE_INSTALL_INCLUDEDIR=%{_libdir}/%{name}/include \
	-DCMAKE_INSTALL_DATADIR=%{_datadir}/%{name} \
	-DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \
	-DCMAKE_INSTALL_LIBDIR=%{_libdir}/%{name} \
	-DRESOURCEDIR=%{_libdir}/freecad
%make

%install
%makeinstall_std -C build

# Symlink binaries to /usr/bin
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
ln -s ../%{_lib}/freecad/bin/FreeCAD .
ln -s ../%{_lib}/freecad/bin/FreeCADCmd .
popd

# Fix bogus perms
chmod +x %{buildroot}%{_libdir}/%{name}/Mod/PartDesign/Scripts/*.py

# Install and fix .desktop file
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
sed -i 's,@lib@,%{_lib},g' %{buildroot}%{_datadir}/applications/%{name}.desktop

# Install desktop icon
install -pD -m 0644 src/Gui/Icons/%{name}.svg \
  %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

# Install man page
install -pD -m 0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/%{name}.1
# Symlink manpage to other binary names
pushd %{buildroot}%{_mandir}/man1
  ln -sf %{name}.1.gz FreeCAD.1.gz.
  ln -sf %{name}.1.gz FreeCADCmd.1.gz
popd

# FIXME: Apparently there are no more include files to install.
# For now keep the devel package and manually create the needed (empty) dir
mkdir -p %{buildroot}%{_libdir}/%{name}/include

%changelog

* Mon Sep 19 2016 alzim <alzim@bk.ru> 0.16-2
- (d58bc2c) Merge pull request #5 from import/freecad:rosa2016.1
- (d58bc2c) Updated freecad.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10161 |14cu|freecell-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           freecell
Version:        1.0
Release:        1
Summary:        This is a console (ncurses) version of solitaire game Freecell
License:        GPLv2
Group:          Games/Strategy
Url:            http://www.linusakesson.net/software/freecell.php
Source0:        http://hd0.linusakesson.net/files/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(ncurses)

%description
%{summary}

%files
%doc COPYING NEWS README
%{_bindir}/%{name}
%{_mandir}/man6/%{name}.6*

#----------------------------------------------

%prep
%setup -q
autoreconf -fiv

%build
%configure2_5x --prefix=%{_prefix}
%setup_compile_flags
%make

%install
%makeinstall_std

%changelog

* Sat Aug 27 2016 abfonly <abfonly@gmail.com> 1.0-1
- (ae15642) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10162 |14cu|freecell-solver-3.26.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define basen freecell-solver
%define libname_orig lib%{basen}
%define major 0
%define libname %mklibname %{basen} %{major}
%define develname %mklibname %{basen} -d
%define staticname %mklibname %{basen} -d -s

Summary:                The Freecell Solver Executable
Name: %{basen}
Version:                3.26.0
Release:                1
License:                MIT
Group:                  Games/Cards
Source:                 http://fc-solve.shlomifish.org/downloads/fc-solve/%{name}-%{version}.tar.bz2
URL:                    http://fc-solve.shlomifish.org/
Requires:               %{libname} = %{EVRD}


BuildRequires: ack
BuildRequires: cmake
BuildRequires: gmp-devel
BuildRequires: perl(Carp) >= 1.360.0
BuildRequires: perl(Cwd) >= 3.470.0
BuildRequires: perl(Data::Dumper) >= 2.154.0
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(Env::Path)
BuildRequires: perl(File::Path) >= 2.90.0
BuildRequires: perl(Games::Solitaire::Verify) >= 0.140.0
BuildRequires: perl(Inline)
BuildRequires: perl(Inline::C)
BuildRequires: perl(IPC::Open2)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Moo)
BuildRequires: perl(MooX)
BuildRequires: perl(MooX::late)
BuildRequires: perl(Storable)
BuildRequires: perl(strict)
BuildRequires: perl(String::ShellQuote)
BuildRequires: perl(Template)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Trap)
BuildRequires: perl(warnings)
BuildRequires: perl(YAML::XS)
BuildRequires: perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Type::Utils)
BuildRequires: perl-devel
BuildRequires: tap-devel
BuildRequires: valgrind

%description
The Freecell Solver package contains the fc-solve executable which is
a command-line program that can be used to solve games of Freecell and
similar card solitaire variants.

This package also contains command line executables to generate the initial
boards of several popular Freecell implementations.

%files
%{_bindir}/*
%exclude %{_bindir}/freecell-solver-config
%{_datadir}/freecell-solver
%{_mandir}/*/*
%{_docdir}/*

#--------------------------------------------------------------------

%package -n %{libname}
Summary: The Freecell Solver dynamic libraries for solving Freecell games
Group: Games/Cards

%description -n %{libname}
Contains the Freecell Solver libraries that are used by some programs to solve
games of Freecell and similar variants of card solitaire.

This package is mandatory for the Freecell Solver executable too.

%files -n %{libname}
%doc AUTHORS.txt COPYING.txt HACKING.txt NEWS.txt README.txt TODO.txt USAGE.txt
%{_libdir}/libfreecell-solver.so.%{major}.*
%{_libdir}/libfreecell-solver.so.%{major}

#--------------------------------------------------------------------

%package -n %{develname}
Summary: The Freecell Solver development tools for solving Freecell games
Group: Games/Cards
Requires: %{libname} = %{EVRD}
Provides: %{name}-devel = %{EVRD}

%description -n %{develname}
Freecell Solver is a library for automatically solving boards of Freecell and
similar variants of card Solitaire. This package contains the header files and
static libraries necessary for developing programs using Freecell Solver.

You should install it if you are a game developer who would like to use
Freecell Solver from within your programs.

%files -n %{develname}
%doc AUTHORS.txt COPYING.txt HACKING.txt NEWS.txt README.txt TODO.txt USAGE.txt
%{_includedir}/freecell-solver/*.h
%{_bindir}/freecell-solver-config
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libfreecell-solver.so

#--------------------------------------------------------------------

%package -n %{staticname}
Summary: The Freecell Solver static libraries
Group: Games/Cards
Requires: %{develname} = %version-%release

%description -n %{staticname}
Freecell Solver is a library for automatically solving boards of Freecell and
similar variants of card Solitaire. This package contains the static libraries.

It is not generally required.

%files -n %{staticname}
%doc AUTHORS.txt COPYING.txt HACKING.txt NEWS.txt README.txt TODO.txt USAGE.txt
%{_libdir}/libfreecell-solver.a

#--------------------------------------------------------------------

%prep
%setup -q

cd board_gen
mkdir doc
cd doc
mkdir board_gen
cd board_gen
cp ../../README .


%build
%cmake -DLOCALE_INSTALL_DIR=%{_datadir}/locale \
	-DLIB_INSTALL_DIR=%{_libdir} \
	-DMAX_NUM_FREECELLS=8 \
	-DMAX_NUM_STACKS=20 \
	-DMAX_NUM_INITIAL_CARDS_IN_A_STACK=60

%make

%check
cd build 
%make test
# exposing the test log
cat Testing/Temporary/LastTest.log

%install
%{makeinstall_std} -C build
# M$ stuff
rm -fr %{buildroot}%{_bindir}/make-microsoft-freecell-board
# attr
chmod +x %{buildroot}%{_bindir}/freecell-solver-config


%changelog

* Thu Aug 13 2015 abfonly <abfonly@gmail.com> 3.26.0-1
- (1f1e4e8) Log: Update to 3.26.0, backported missing deps



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10163 |14cu|freeciv-2.5.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CIVilization clone
Name:		freeciv
Version:	2.5.5
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.freeciv.org/
Source0:	http://download.gna.org/freeciv/stable/freeciv-%{version}.tar.bz2
Source1:	%{name}.server.wrapper
Source2:	stdsounds3.tar.gz
Patch0:		freeciv-2.5.0-linkage.patch
BuildRequires:	desktop-file-utils
BuildRequires:	ggz-gtk-client-devel
BuildRequires:	libstdc++-static-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(SDL_mixer)
Requires(post,preun):	ggz-client-libs

%description
Freeciv is a multiplayer strategy game, released under the GNU General
Public License. It is generally comparable with Civilization II(r),
published by Microprose(r).

Default configuration uses the Civilization II(r) style Isometric view. If
you prefer classic Civilization(r) 2-d view, invoke the client with
"civclient --tiles trident".

#----------------------------------------------------------------------------

%package data
Summary:	FREE CIVilization clone - data files
Group:		Games/Strategy
BuildArch:	noarch

%description data
Freeciv is a multiplayer strategy game, released under the GNU General
Public License. It is generally comparable with Civilization II(r),
published by Microprose(r).

Default configuration uses the Civilization II(r) style Isometric view. If
you prefer classic Civilization(r) 2-d view, invoke the client with
"civclient --tiles trident".

%files -f %{name}.lang data
%doc AUTHORS doc/BUGS doc/HOWTOPLAY NEWS doc/README doc/README.AI doc/README.graphics doc/README.rulesets doc/README.sound doc/HACKING
%{_gamesdatadir}/%{name}

#----------------------------------------------------------------------------

%package client
Summary:	FREE CIVilization clone - client
Group:		Games/Strategy
Provides:	%{name} = %{EVRD}
Requires:	%{name}-data = %{EVRD}
Requires:	%{name}-server = %{EVRD}
Requires(post,preun):	ggz-client-libs

%description client
This is the graphical client for freeciv.

%files client
%{_gamesbindir}/freeciv-gtk2
%{_gamesbindir}/freeciv-manual
%{_gamesbindir}/freeciv-mp-gtk2
%{_datadir}/appdata/freeciv-gtk2.appdata.xml
%{_datadir}/appdata/freeciv-mp-gtk2.appdata.xml
%{_datadir}/applications/freeciv-gtk2.desktop
%{_datadir}/applications/freeciv-mp-gtk2.desktop
%{_datadir}/ggz/civclient.dsc
%{_datadir}/pixmaps/freeciv-client.png
%{_iconsdir}/hicolor/*/apps/freeciv-modpack.png
%{_iconsdir}/hicolor/*/apps/freeciv-client.png
%{_mandir}/man6/freeciv-client.6*
%{_mandir}/man6/freeciv-gtk2.6*
%{_mandir}/man6/freeciv-manual.6*
%{_mandir}/man6/freeciv-modpack.6*
%{_mandir}/man6/freeciv-mp-cli.6*
%{_mandir}/man6/freeciv-mp-gtk2.6*

%post client
%{_bindir}/ggz-config --install --force --modfile=%{_datadir}/ggz/civclient.dsc || :

%preun client
if [ $1 -eq 0 ]; then
   %{_bindir}/ggz-config --remove --modfile=%{_datadir}/ggz/civclient.dsc || :
fi

#----------------------------------------------------------------------------

%package server
Summary:	FREE CIVilization clone - server
Group:		Games/Strategy
Requires:	%{name}-data = %{EVRD}
Requires(post,preun):	ggz-client-libs

%description server
This is the server for freeciv.

%files server
%{_gamesbindir}/civserver.real
%{_gamesbindir}/freeciv-server
%{_datadir}/appdata/freeciv-server.appdata.xml
%{_datadir}/applications/freeciv-server.desktop
%{_datadir}/ggz/civserver.dsc
%{_iconsdir}/hicolor/*/apps/freeciv-server.png
%{_mandir}/man6/freeciv-server.6*
%{_sysconfdir}/freeciv

%post server
%{_bindir}/ggz-config --install --force --modfile=%{_datadir}/ggz/civserver.dsc || :

%preun server
if [ $1 -eq 0 ]; then
  %{_bindir}/ggz-config --remove --modfile=%{_datadir}/ggz/civserver.dsc || :
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
#locales are not in %{_gamesdatadir}
export localedir=%{_datadir}/locale

%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir} \
	--enable-client=gtk-2.0
%make

%install
%makeinstall_std localedir=%{_datadir}/locale

tar -xvf %{SOURCE2} -C %{buildroot}%{_gamesdatadir}/%{name}

# wrapper
mv %{buildroot}%{_gamesbindir}/freeciv-server %{buildroot}%{_gamesbindir}/civserver.real
install -m 755 %{SOURCE1} %{buildroot}%{_gamesbindir}/freeciv-server

# fix icons locations
mv %{buildroot}%{_gamesdatadir}/icons %{buildroot}%{_datadir}/icons

# menu entry
desktop-file-install \
	--vendor="" \
	--remove-category="Application" \
	--remove-category="GNOME" \
	--remove-category="Strategy" \
	--add-category="GTK" \
	--add-category="StrategyGame" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name} %{name}-nations %{name}.lang

# omit ggz.modules, to register at install, not build, time.
rm %{buildroot}%{_sysconfdir}/ggz.modules
# include .dsc files
mkdir -p %{buildroot}%{_datadir}/ggz
install -p -D -m644 data/civclient.dsc %{buildroot}%{_datadir}/ggz/civclient.dsc
install -p -D -m644 data/civclient.dsc %{buildroot}%{_datadir}/ggz/civserver.dsc

#remove unneeded
# The Qt one will be useful as soon as the Qt client becomes more than a
# stub -- probably by 2.5.x
rm -f %{buildroot}%{_libdir}/*a
rm -f %{buildroot}%{_mandir}/man6/*ftwl*
rm -f %{buildroot}%{_mandir}/man6/*gtk3*
rm -f %{buildroot}%{_mandir}/man6/*qt*
rm -f %{buildroot}%{_mandir}/man6/*sdl*
rm -f %{buildroot}%{_mandir}/man6/*win32*
rm -f %{buildroot}%{_mandir}/man6/*xaw*

rm -rf %{buildroot}%{_defaultdocdir}/%{name}

%changelog

* Fri Sep 09 2016 alzim <alzim@bk.ru> 2.5.5-1
- (e70b0ed) Merge pull request #1 from import/freeciv:rosa2016.1
- (e70b0ed) Updated to 2.5.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10164 |14cu|freedoom-0.10.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Complete independent Doom game
Name:		freedoom
Version:	0.10.1
Release:	1
Url:		http://freedoom.github.io/index.html
Source0:	%{name}-%{version}.zip
License:	GPLv2
Group:		Games/Arcade
BuildArch:	noarch
Provides:	doom-iwad

%description
Freedoom is a project to create a complete, free Doom IWAD
file. Combined with the GPLed Doom source code, it will create a
completely free Doom-based game.

To play it, a game engine such as prboom is required.

In order to play it with prboom, install prboom and type:

$ prboom -iwad /usr/share/games/doom/freedoom.wad

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
install -D freedoom2.wad %{buildroot}%{_gamesdatadir}/doom/%{name}2.wad
install -D freedoom1.wad %{buildroot}%{_gamesdatadir}/doom/%{name}1.wad

%files
%doc CREDITS COPYING README.html
%{_gamesdatadir}/doom/%{name}1.wad
%{_gamesdatadir}/doom/%{name}2.wad

%changelog

* Mon Jul 18 2016 abondrov <andrey.bondrov@rosalab.ru> 0.10.1-1
- (0629691) Merge pull request #1 from tremod/freedoom:rosa2014.1
- (0629691) Update to 0.10.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10165 |14cu|freedroid-1.0.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	Summary	Clone of the C64 Game Paradroid

Summary:	Clone of the C64 Game Paradroid
Name:		freedroid
Version:	1.0.2
Release:	13
Source0:	%{name}-%{version}.tar.bz2
Source1:	http://freedroid.sourceforge.net/Freedroid_Manual.ps.bz2
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch:		freedroid-1.0.2-vorbis.patch.bz2
Patch1:		freedroid-1.0.2-format-strings.patch
License:	GPLv2+
Group:		Games/Arcade
URL:		http://freedroid.sourceforge.net/
BuildRequires:	SDL_mixer-devel SDL_image-devel jpeg-devel png-devel
BuildRequires:	libvorbis-devel

%description
This is a clone of the classic game "Paradroid" on Commodore 64
with some improvements and extensions to the classic version.

In this game, you control a robot, depicted by a small white ball with
a few numbers within an interstellar spaceship consisting of several
decks connected by elevators.

The aim of the game is to destroy all enemy robots, depicted by small
black balls with a few numbers, by either shooting them or seizing
control over them by creating connections in a short subgame of
electric circuits.

%prep
%setup -q
%patch -p1
%patch1 -p1
cp %SOURCE1 .
autoconf

%build
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make CC="%{__cc} %{optflags}"

%install
%makeinstall_std transform=""
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Freedroid
Comment=Clone of the C64 Game Paradroid
Comment[ru]=Клон игры Paradroid для C64
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

rm -rf %{buildroot}%{_gamesdatadir}/%{name}/mac-osx

%files
%doc README AUTHORS ChangeLog NEWS TODO Freedroid_Manual.ps.bz2
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_datadir}/applications/*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png



%changelog

* Thu Nov 26 2015 Denis Silakov <dsilakov@gmail.com> 1.0.2-13
- (59fb7c2) Spec cleanup, add Russian entry to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10166 |14cu|freedroidrpg-0.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname freedroidRPG
%define _appdatadir %{_datadir}/appdata

Summary:	Clone of the C64 Game Paradroid
Name:		freedroidrpg
Version:	0.16.1
Release:	1
License:	GPLv2+
Group:		Games/Arcade
URL:		http://www.freedroid.org/
Source0:	ftp://ftp.osuosl.org/pub/freedroid/%{oname}-0.16/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	jpeg-devel 
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)


%description
This is a clone of the classic game "Paradroid" on Commodore 64
with some improvements and extensions to the classic version.

In this game, you control a robot, depicted by a small white ball with
a few numbers within an interstellar spaceship consisting of several
decks connected by elevators.

The aim of the game is to destroy all enemy robots, depicted by small
black balls with a few numbers, by either shooting them or seizing
control over them by creating connections in a short subgame of
electric circuits.

%files -f %{name}.lang
%doc README AUTHORS ChangeLog NEWS README-*
%{_gamesbindir}/%{oname}
%{_datadir}/%{name}
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*/apps/
%{_iconsdir}/HighContrast/*/apps/
%{_appdatadir}/*.appdata.xml
%{_mandir}/man6/%{oname}.6.*

#-----------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
  --bindir=%{_gamesbindir} \
  --datadir=%{_datadir}
  
make clean  
%make 

%install
%makeinstall_std transform=""
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Freedroid
Comment=Clone of the C64 Game Paradroid
Comment[ru]=Клон игры Paradroid для C64
Exec=%{_gamesbindir}/%{oname}
Icon=%{oname}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF

rm -fr %{buildroot}%{_docdir}/%{name}
chmod +x %{buildroot}%{_datadir}/freedroidrpg/sound/speak.py
%{find_lang} %{name} --all-name

%changelog

* Tue Apr 12 2016 abfonly <abfonly@gmail.com> 0.16.1-1
- (bab6a87) Log: Update to 0.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10167 |14cu|freedups-0.6.14-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hardlinks identical files to save space
Name:		freedups
Version:	0.6.14
Release:	8
License:	GPL
Group:		File tools
URL:		http://www.stearns.org/freedups/
Source:		http://www.stearns.org/freedups/%{name}-%{version}.tar.gz
Buildarch:	noarch

%description
Freedups hardlinks identical files to save space.  For files that are
generally read from and not written to, this can provide a 
significant space savings with no performance degredation.  In fact,
in a small number of cases, this can speed up the system.

%prep
%setup

%install
install -d %{buildroot}%{_bindir}
install -m755 %{name}.pl %{buildroot}%{_bindir}/%{name}

%clean

%files
%doc README ChangeLog
%{_bindir}/%{name}

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.6.14-8
- (bc19d07) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10168 |14cu|freefilesync-6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname FreeFileSync

Summary:	A free file sync tool
Name:		freefilesync
Version:	6.2
Release:	1
License:	GPLv3+
Group:		Networking/File transfer
Url:		http://sourceforge.net/projects/freefilesync/
Source0:	http://ignum.dl.sourceforge.net/project/freefilesync/freefilesync/v%{version}/%{oname}_%{version}_Source.zip
Source1:	http://downloads.sourceforge.net/project/zenxml/zenXml_2.0.zip
Source2:	%{oname}.desktop
Source3:	%{oname}.png
Patch0:		freefilesync-6.2-disable-selinux.patch
BuildRequires:	imagemagick
BuildRequires:	boost-devel
BuildRequires:	gtkmm2.4-devel
BuildRequires:	wxgtku3.0-devel

%description
FreeFileSync is a folder comparison and synchronization tool.

%files
%{_bindir}/%{oname}
%dir %{_datadir}/%{oname}
%{_datadir}/%{oname}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qc
unzip -o %{SOURCE1}
%patch0 -p1

sed -i 's_../wx+_wx+_' FreeFileSync/Source/ui/gui_generated.cpp
sed -i 's/CXXFLAGS[ \t].*-O3/CXXFLAGS = -std=c++11 %{optflags} -Wno-unused-local-typedefs -Wno-deprecated-declarations -Wno-literal-suffix /' FreeFileSync/Source/Makefile
sed -i 's/LINKFLAGS[ \t]*=/LINKFLAGS = %{ldflags}/' FreeFileSync/Source/Makefile

%build
%make -C FreeFileSync/Source \
	BUILD="Launchpad"

%install
%makeinstall_std -C FreeFileSync/Source

install -Dm644 %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop

# install menu icons
for N in 16 32 48 64 128 256;
do
convert %{SOURCE3} -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

rm -rf %{buildroot}%{_docdir}/%{oname}


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.2-1
- (afa4f33) Build requires imagemagick



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10169 |14cu|freehdl-0.0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Free HDL simulator
Name:		freehdl
Version:	0.0.8
Release:	1
License:	GPLv2+
Group:		Sciences/Other
Url:		http://freehdl.seul.org/
Source0:	%{name}-%{version}.tar.gz
Patch0:		freehdl-0.0.8-freehdl-config.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libtool

%description
A project to develop a free, open source, GPL'ed VHDL simulator for Linux.

%files
%doc AUTHORS COPYING HACKING INSTALL NEWS README README.AIRE README.gen-nodes README.libraries README.v2cc README.vaul
%{_bindir}/freehdl-gennodes
%{_bindir}/freehdl-v2cc
%{_bindir}/gvhdl
%{_datadir}/%{name}
%{_infodir}/fire.info.*
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared libraries for %{name}.

%files -n %{libname}
%{_libdir}/freehdl/libieee.so.%{major}*
%{_libdir}/libfreehdl-cdfggen.so.%{major}*
%{_libdir}/libfreehdl-fire.so.%{major}*
%{_libdir}/libfreehdl-kernel.so.%{major}*
%{_libdir}/libfreehdl-std.so.%{major}*
%{_libdir}/libfreehdl-vaul.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_bindir}/freehdl-config
%{_includedir}/%{name}
%{_libdir}/freehdl/libieee.so
%{_libdir}/libfreehdl-cdfggen.so
%{_libdir}/libfreehdl-fire.so
%{_libdir}/libfreehdl-kernel.so
%{_libdir}/libfreehdl-std.so
%{_libdir}/libfreehdl-vaul.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--with-gnu-ld \
	--with-pic
%make

%install
%makeinstall_std


%changelog
* Wed Oct 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.8-1
+ Revision: ed4ca29
- New version 0.0.8, don't build static libraries



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10170 |14cu|freelords-0.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A Linux clone of the old DOS game WarLords
Name:		freelords
Version:	0.0.4
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		https://sourceforge.net/p/freelords/wiki/Home
Source0:	https://sourceforge.net/projects/freelords/files/Java%20Freelords/%{version}/freelords-%{version}_src.zip
BuildRequires:	java-1.8.0-openjdk-devel
BuildRequires:	ant
BuildRequires:	xalan-j2
BuildRequires:	xerces-j2
BuildRequires:	xml-commons-jaxp-1.3-apis
Requires:	java
BuildArch:	noarch

%description
FreeLords is a turn-based strategy game similar to Warlords.
It can be played with friends on one computer or via a network.

%files
%{_gamesbindir}/*
%{_datadir}/games/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -qc

%build
ant build

%install
ant deploy

# No need to support M$ crap
rm -f deploy/*.bat

mkdir -p %{buildroot}%{_datadir}/games/%{name}
cp -a deploy/* %{buildroot}%{_datadir}/games/%{name}

mkdir -p %{buildroot}%{_gamesbindir}
for i in client server; do
	cat >%{buildroot}%{_gamesbindir}/%{name}-$i <<EOF
#!/bin/sh
cd %{_datadir}/games/%{name}
exec ./$i.sh "$@"
EOF
done
chmod 0755 %{buildroot}%{_gamesbindir}/*

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=FreeLords
Name[ru]=FreeLords
Comment=A Linux clone of the old DOS game WarLords
Comment[ru]=Клон игры WarLords
Exec=%{_gamesbindir}/%{name}-client
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;StrategyGame;
EOF

%changelog

* Fri Sep 09 2016 alzim <alzim@bk.ru> 0.0.4-1
- (974c0f7) Merge pull request #1 from import/freelords:rosa2016.1
- (974c0f7) Updated to 0.0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10171 |14cu|freemind-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           freemind
Summary:        A premier mind-mapping software
Version:        1.0.1
Release:        1
Group:          Office
License:        GPLv2
Url:            http://freemind.sourceforge.net

Requires:       java >= 1.6.0
BuildRequires:  unzip

Source0:        %{name}-bin-max-%{version}.zip
Source1:        %{name}.desktop
Source2:	%{name}.xml
Source3:        %{name}16.png
Source4:        %{name}32.png
Source5:        %{name}48.png
Source99:	%{name}.rpmlintrc
BuildArch:      noarch

%description
A mind mapper, and at the same time an easy-to-operate hierarchical editor
with strong emphasis on folding. These two are not really two different
things, just two different descriptions of a single application. Often used
for knowledge and content management.

%prep
%setup -qc

%build

%install
mkdir -p %{buildroot}/opt/%{name}

# Copy all files from archive into /opt/freeplane dir
cp -Rp * %{buildroot}/opt/%{name}/
rm -f %{buildroot}/opt/%{name}/*exe
rm -f %{buildroot}/opt/%{name}/*bat

# install resources
install -Dm644 %{SOURCE1} %{buildroot}/%{_datadir}/applications/%{name}.desktop
install -Dm644 %{SOURCE2} %{buildroot}/%{_datadir}/mime/packages/%{name}.xml

mkdir -p %{buildroot}/%{_iconsdir}/hicolor/16x16/apps %{buildroot}/%{_iconsdir}/hicolor/32x32/apps %{buildroot}/%{_iconsdir}/hicolor/48x48/apps
install -Dm644 %{SOURCE3} %{buildroot}/%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -Dm644 %{SOURCE4} %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -Dm644 %{SOURCE5} %{buildroot}/%{_iconsdir}/hicolor/48x48/apps/%{name}.png

mkdir -p %{buildroot}/%{_bindir}
cd %{buildroot}/%{_bindir}
ln -snf ../../opt/%{name}/%{name}.sh %{name}
chmod a+x %{name}

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_iconsdir}/hicolor/*/apps/%{name}.png
/opt/%{name}

%changelog

* Tue Apr 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-1
- (da90de6) Updated to 1.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10172 |14cu|freeminer-0.4.14.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open source Minecraft-inspired sandbox game based on Minetest
Name:		freeminer
Version:	0.4.14.8
Release:	2
License:	GPLv3+ and CC-BY-SA 3.0
Group:		Games/Simulation
Url:		http://freeminer.org/
Source0:	https://github.com/freeminer/freeminer/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	gettext
BuildRequires:	gmp-devel
BuildRequires:	irrlicht-devel
BuildRequires:	jsoncpp-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(leveldb)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libenet)
BuildRequires:	pkgconfig(luajit)
BuildRequires:	pkgconfig(msgpack)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	pkgconfig(zlib)

%description
Freeminer is a Minecraft-inspired sandbox game.

Freeminer is based on Minetest which is developed by a number of contributors
from all over the globe. Unlike Minetest it aims to make the game fun while
trading off some bits of perfectionism.

%files -f %{name}.lang
%doc README.md freeminer.conf.example
%doc doc/*.txt
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}server
%{_gamesdatadir}/%{name}
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
%{_mandir}/man6/%{name}.6*
%{_mandir}/man6/%{name}server.6*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# RUN_IN_PLACE seems to be lost when initializing the project from ./build
# See https://github.com/freeminer/freeminer/issues/158
%setup_compile_flags
cmake -DRUN_IN_PLACE=0 \
       -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
       -DCUSTOM_BINDIR:PATH=%{_gamesbindir} \
       -DCUSTOM_LOCALEDIR:PATH=%{_datadir}/locale \
       -DCUSTOM_SHAREDIR:PATH=%{_gamesdatadir}/%{name} \
       -DENABLE_SYSTEM_MSGPACK=ON \
       -DENABLE_SYSTEM_JSONCPP=ON \
       -DENABLE_CURL:BOOL=ON \
       -DENABLE_GETTEXT:BOOL=ON \
       -DENABLE_IPV4_DEFAULT:BOOL=OFF \
       -DENABLE_LEVELDB:BOOL=ON \
       -DENABLE_REDIS:BOOL=OFF \
       -DBUILD_SHARED_LIBS:BOOL=OFF
%make

%install
%make_install

%find_lang %{name}


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.14.8-2
- (3a12cef) Adjust spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10173 |14cu|freenx-0.7.3-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# --with NomachineKey
# Allow login with the key shipped with the NoMachine client.
# This can be a security risk, so it is disabled by default
# and an SSH key is generated at install time.
%bcond_with NomachineKey

Summary:	Free NX implementation
Name:		freenx
Version:	0.7.3
Release:	15
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://freenx.berlios.de/
Source0:	http://download.berlios.de/freenx/freenx-server-%{version}.tar.gz
Source1:	freenx-nxserver.logrotate
Patch0:		freenx-server-0.7.3-lp-fixes.patch
Patch1:		freenx-server-r104-fixes.patch
Patch2:		freenx-server-0.7.3-connection-fix.patch
Patch3:		freenx-server-0.7.3-authkeys2.patch
Patch4:		freenx-server-0.7.3-lxde_gnome_crash.patch
Requires:	expect
Requires:	netcat
Requires:	nxagent
Requires:	nxproxy
Requires:	openssh-server
Requires:	Xdialog
Requires:	xmessage
Requires:	xterm
Requires(pre,post,preun,postun):	rpm-helper
Requires(post):	expect

%description
NoMachine NX is the next-generation X compression and roundtrip
suppression scheme. It can operate remote X11 sessions over 56k
modem dialup links or anything better.

This package contains a free (GPL) implementation of the nxserver
component.

%files
%defattr(0644,root,root,0755)
%doc AUTHORS README.urpmi
%attr(0755,root,root) %{_bindir}/nxdialog
%attr(0755,root,root) %{_bindir}/nxkeygen
%attr(0755,root,root) %{_bindir}/nxloadconfig
%attr(0755,root,root) %{_bindir}/nxnode
%attr(0755,root,root) %{_bindir}/nxnode-login
%attr(0755,root,root) %{_bindir}/nxserver
%attr(0755,root,root) %{_bindir}/nxserver-helper
%attr(0755,root,root) %{_sbindir}/nxsetup
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(0755,root,root) %{_initrddir}/freenx-server
%attr(755,nx,root) %dir %{_sysconfdir}/nxserver
%attr(755,nx,root) %dir %{_localstatedir}/lib/nxserver
%attr(755,nx,root) %dir %{_localstatedir}/lib/nxserver/db
%attr(700,nx,root) %dir %{_localstatedir}/lib/nxserver/db/closed
%attr(700,nx,root) %dir %{_localstatedir}/lib/nxserver/db/failed
%attr(700,nx,root) %dir %{_localstatedir}/lib/nxserver/db/running
%attr(755,nx,root) %dir %{_localstatedir}/lib/nxserver/nxhome
%attr(700,nx,root) %dir %{_localstatedir}/lib/nxserver/nxhome/.ssh
%attr(644,nx,root) %config(noreplace) %{_sysconfdir}/nxserver/node.conf
%attr(600,nx,root) %ghost %{_sysconfdir}/nxserver/passwords
%attr(600,nx,root) %ghost %{_sysconfdir}/nxserver/users.id_dsa
%attr(644,root,root) %ghost %{_sysconfdir}/nxserver/users.id_dsa.pub
%attr(600,nx,root) %ghost %{_sysconfdir}/nxserver/passwords.orig
%attr(600,nx,root) %ghost %{_localstatedir}/lib/nxserver/nxhome/.ssh/known_hosts
%attr(600,nx,root) %ghost %{_localstatedir}/lib/nxserver/nxhome/.ssh/authorized_keys
%attr(600,nx,root) %ghost %{_localstatedir}/lib/nxserver/nxhome/.ssh/client.id_dsa.key
%attr(600,nx,root) %ghost %{_localstatedir}/lib/nxserver/nxhome/.ssh/server.id_dsa.pub.key
# E: freenx non-root-user-log-file /var/log/nxserver.log nx
%attr(600,nx,root) %ghost %{_logdir}/nxserver.log

%pre
if [ $1 = 1 ]; then
        %_pre_useradd nx %{_localstatedir}/lib/nxserver/nxhome %{_bindir}/nxserver
fi

%postun
if [ $1 = 0 ]; then
        %_postun_userdel nx
fi

%post
%_post_service freenx-server

# make a link from %{_usr}/X11R6/lib/X11/fonts -> %{_datadir}/fonts if needed
[ ! -d %{_usr}/X11R6/lib/X11/fonts ] && %{__ln_s} %{_datadir}/fonts %{_usr}/X11R6/lib/X11/ 
if [ $1 = 1 ]; then
        %{_bindir}/ssh-keygen -f %{_sysconfdir}/nxserver/users.id_dsa -t dsa -N "" 2>&1 > /dev/null
        chown nx.root %{_sysconfdir}/nxserver/users.id_dsa 
        chmod 600 %{_sysconfdir}/nxserver/users.id_dsa

%if %{with NomachineKey}
        cat << EOF > %{_localstatedir}/lib/nxserver/nxhome/.ssh/authorized_keys
ssh-dss AAAAB3NzaC1kc3MAAACBAJe/0DNBePG9dYLWq7cJ0SqyRf1iiZN/IbzrmBvgPTZnBa5FT/0Lcj39sRYt1paAlhchwUmwwIiSZaON5JnJOZ6jKkjWIuJ9MdTGfdvtY1aLwDMpxUVoGwEaKWOyin02IPWYSkDQb6cceuG9NfPulS9iuytdx0zIzqvGqfvudtufAAAAFQCwosRXR2QA8OSgFWSO6+kGrRJKiwAAAIEAjgvVNAYWSrnFD+cghyJbyx60AAjKtxZ0r/Pn9k94Qt2rvQoMnGgt/zU0v/y4hzg+g3JNEmO1PdHh/wDPVOxlZ6Hb5F4IQnENaAZ9uTZiFGqhBO1c8Wwjiq/MFZy3jZaidarLJvVs8EeT4mZcWxwm7nIVD4lRU2wQ2lj4aTPcepMAAACANlgcCuA4wrC+3Cic9CFkqiwO/Rn1vk8dvGuEQqFJ6f6LVfPfRTfaQU7TGVLk2CzY4dasrwxJ1f6FsT8DHTNGnxELPKRuLstGrFY/PR7KeafeFZDf+fJ3mbX5nxrld3wi5titTnX+8s4IKv29HJguPvOK/SI7cjzA+SqNfD7qEo8= root@nettuno
EOF
%else
        %{_bindir}/ssh-keygen -q -t dsa -N '' -f %{_localstatedir}/lib/nxserver/nxhome/.ssh/local.id_dsa 2>&1 > /dev/null
        mv -f %{_localstatedir}/lib/nxserver/nxhome/.ssh/local.id_dsa %{_localstatedir}/lib/nxserver/nxhome/.ssh/client.id_dsa.key
        mv -f %{_localstatedir}/lib/nxserver/nxhome/.ssh/local.id_dsa.pub %{_localstatedir}/lib/nxserver/nxhome/.ssh/server.id_dsa.pub.key
        cat %{_localstatedir}/lib/nxserver/nxhome/.ssh/server.id_dsa.pub.key >  %{_localstatedir}/lib/nxserver/nxhome/.ssh/authorized_keys

%endif
        echo -n "127.0.0.1 " > %{_localstatedir}/lib/nxserver/nxhome/.ssh/known_hosts
        cat %{_sysconfdir}/ssh/ssh_host_rsa_key.pub >> %{_localstatedir}/lib/nxserver/nxhome/.ssh/known_hosts
        chmod 600 %{_localstatedir}/lib/nxserver/nxhome/.ssh/*
        chown nx.root %{_localstatedir}/lib/nxserver/nxhome/.ssh/*
        %create_ghostfile %{_sysconfdir}/nxserver/users.id_dsa.pub root root 644
        %create_ghostfile %{_sysconfdir}/nxserver/passwords.orig nx root 600
        %create_ghostfile %{_sysconfdir}/nxserver/passwords nx root 600
        %create_ghostfile %{_logdir}/nxserver.log nx root 600
        %{_bindir}/mkpasswd -l 32 | %{_bindir}/passwd --stdin nx 2>&1 > /dev/null
fi

%preun
%_preun_service freenx-server

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-server-%{version}
%patch0 -p1 -b .lp
%patch1 -p1 -b .fixes
%patch2 -p0 -b .connection-fix
%patch3 -p1 -b .authkeys2
%patch4 -p1 -b .lxde_gnome_crash

%build
perl -pi -e "s|/var/lib/nxserver/home|%{_localstatedir}/lib/nxserver/nxhome|" nxloadconfig
pushd nxserver-helper
%setup_compile_flags
%make
popd

# README.install.urpmi doesn't work yet.
cat << EOF > README.urpmi
After installing this package, an nx user is created (this is a
system user, do not try to log in as him), with a home located
at %{_localstatedir}/lib/nxserver/nxhome. His password is a random
32-character password.

%if %{with NomachineKey}
Using Nomachine ssh key, warning, this is a potential security risk.
%else
Your user must install the key located at: 
%{_localstatedir}/lib/nxserver/nxhome/.ssh/client.id_dsa.key
to log in.

For knx, put it in: %{_datadir}/knx/ with world-readable right.
For nomachine.com Nx client for windows put it in : C:\Program
Files\NX Client for Windows\share

You user will now be able to log in using their username
and password provided you have ssh logins enabled for them
%endif
EOF

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
install -m 755 {nxdialog,nxkeygen,nxloadconfig,nxnode,nxnode-login,nxserver,nxserver-helper/nxserver-helper} %{buildroot}%{_bindir}
install -m 755 nxsetup %{buildroot}%{_sbindir}

mkdir -p %{buildroot}%{_localstatedir}/lib/nxserver/nxhome/.ssh
mkdir -p %{buildroot}%{_localstatedir}/lib/nxserver/db/{closed,failed,running}
mkdir -p %{buildroot}%{_sysconfdir}/nxserver
mkdir -p %{buildroot}%{_logdir}
touch %{buildroot}%{_sysconfdir}/nxserver/{passwords,passwords.orig,users.id_dsa,users.id_dsa.pub}
touch %{buildroot}%{_localstatedir}/lib/nxserver/nxhome/.ssh/{server.id_dsa.pub.key,client.id_dsa.key,authorized_keys,known_hosts}
touch %{buildroot}%{_logdir}/nxserver.log
install node.conf.sample %{buildroot}%{_sysconfdir}/nxserver/node.conf
#echo 'ENABLE_1_5_0_BACKEND="1"' >> %{buildroot}%{_sysconfdir}/nxserver/node.conf
echo 'ENABLE_2_0_0_BACKEND="1"' >> %{buildroot}%{_sysconfdir}/nxserver/node.conf
echo 'ENABLE_ROOTLESS_MODE="1"' >> %{buildroot}%{_sysconfdir}/nxserver/node.conf
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
cp -a %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

# install init script
install -D -m 755 init.d/freenx-server %{buildroot}%{_initrddir}/freenx-server

# tell spec-helper to not remove passwords.orig
export DONT_CLEANUP=1


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.3-15
- (9d6d6f8) Build with system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10174 |14cu|freeorion-0.4.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define oname FreeOrion

Summary:	Turn-based space empire and galactic conquest
Name:		freeorion
Version:	0.4.5
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.freeorion.org
# https://github.com/freeorion/freeorion
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}.png
Patch0:		freeorion-0.4.5-remove-linking-workaround-gigi.patch
Patch1:		freeorion-0.4.5-stable-version-in-title.patch
Patch2:		freeorion-0.4.5-static.patch
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(bullet)
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)
Requires:	%{name}-data = %{version}

%description
FreeOrion is a free, open source, turn-based space empire and galactic conquest
(4X) computer game being designed and built by the FreeOrion project. FreeOrion
is inspired by the tradition of the Master of Orion games, but is not a clone
or remake of that series or any other game.

%files
%doc changelog.txt
%{_iconsdir}/%{name}.png
%{_gamesbindir}/freeorion*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%package data
Summary:	FreeOrion game data files
License:	CC-BY-SA
Group:		Games/Strategy
BuildArch:	noarch

%description data
Data files for FreeOrion game

%files data
%{_gamesdatadir}/freeorion

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

# Workaround cmake issue with generating source file
sed -i s,"\${FreeOrion_VERSION}",%{version},g util/Version.cpp.in
cp util/Version.cpp.in util/Version.cpp

%build
# System resource usage is extremely high so disable extra flags and parallel build
%global optflags -O2
%cmake \
	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
	-DBUILD_DEBUG:BOOL=ON \
	-DUSE_STATIC_LIBS:BOOL=ON \
%ifarch x86_64
	-DLIB_SUFFIX=64 \
%endif
	-DBUILD_SHARED_LIBS:BOOL=OFF
make VERBOSE=1

%install
install -d -m 755 %{buildroot}%{_gamesbindir}
install -m 755 build/freeorion %{buildroot}%{_gamesbindir}/freeorion.real
install -m 755 build/freeoriond %{buildroot}%{_gamesbindir}/freeoriond
install -m 755 build/freeorionca %{buildroot}%{_gamesbindir}/freeorionca

cat > %{buildroot}%{_gamesbindir}/freeorion <<EOF
#!/bin/sh
cd %{_gamesdatadir}/%{name}
%{_gamesbindir}/freeorion.real
EOF
chmod +x %{buildroot}%{_gamesbindir}/freeorion

install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}
cp -ar default %{buildroot}%{_gamesdatadir}/%{name}

install -d -m 755 %{buildroot}%{_iconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}

install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=FreeOrion
Comment=Turn-based space empire and galactic conquest
Exec=%{_gamesbindir}/%{name}
Path=%{_gamesbindir}
Icon=%{name}
Terminal=false
Categories=Game;StrategyGame;
EOF


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.5-1
- (b38532f) New version 0.4.5
- (b38532f) Uses SDL2 instead of OGRE now
- (b38532f) Drop some no longer needed patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10175 |14cu|freeplane-1.6.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Free and open source software application
Name:		freeplane
# Please, don't update to 1.6 until they fix SVG and PDF export!!!
Version:	1.6.14
Release:	1
License:	GPLv2
Group:		Office
Url:		http://www.freeplane.org
# Source0:	https://sourceforge.net/projects/freeplane/files/freeplane%20stable/%{name}_bin-%{version}.zip
Source0:	https://sourceforge.net/projects/freeplane/files/freeplane%20stable/archive/%{version}/freeplane_bin-%{version}.zip
Source1:	%{name}.desktop
Source2:	%{name}.xml
Source99:	%{name}.rpmlintrc
BuildRequires:	unzip
Requires:	java >= 1.7.0
BuildArch:	noarch

%description
Freeplane is free and open source software to support 
thinking, sharing information and getting things done at work, 
in school and at home. The core of the software consists of 
functions for mind mapping, also called concept mapping or information
mapping, and tools for using mapped information. Freeplane runs on 
any operating system on which a current version of Java is
installed and from USB.

%prep
%setup -q -n %{name}-%{version}

%build

%install
mkdir -p %{buildroot}/opt/%{name}

# Copy all files from archive into /opt/freeplane dir
cp -Rp * %{buildroot}/opt/%{name}/

# install resources
install -Dm644 %{SOURCE1} %{buildroot}/%{_datadir}/applications/%{name}.desktop
install -Dm644 freeplane.png %{buildroot}/%{_datadir}/pixmaps/%{name}.png
install -Dm644 freeplane.svg %{buildroot}/%{_datadir}/pixmaps/%{name}.svg
install -Dm644 %{SOURCE2} %{buildroot}/%{_datadir}/mime/packages/%{name}.xml

# Add antialiasing settings
echo -Dawt.useSystemAAFontSettings=on >> init.xargs

mkdir -p %{buildroot}/%{_bindir}
cd %{buildroot}/%{_bindir}
ln -snf ../../opt/%{name}/%{name}.sh %{name}

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/mime/packages/%{name}.xml
/opt/%{name}

%changelog

* Thu Apr 19 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.14-1
- (272ba0f) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10176 |14cu|freerouting-1.2.43-0.20140513git265f040.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global commit 265f0406f63271fde2e40df71ce3347f6743ae87
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Name:           freerouting
# gui/MainApplication.java: static final String VERSION_NUMBER_STRING = "1.2.43";
Version:        1.2.43
Release:        0.20140513git%{shortcommit}.1
Summary:        Circuit Board Routing Tool
Group:          Sciences/Computer science
License:        GPLv3
URL:            http://www.freerouting.net/
Source0:        https://github.com/nikropht/FreeRouting/archive/%{commit}/FreeRouting-%{commit}.tar.gz
Source1:        freerouting.xml
Source2:        freerouting.desktop

BuildArch:      noarch
BuildRequires:  java-1.7.0-openjdk-devel
BuildRequires:  javahelp2
BuildRequires:  icedtea-web
BuildRequires:  desktop-file-utils
Requires:       java
Requires:       javahelp2
Requires:       jpackage-utils

%description
Java Based Printed Circuit Board Routing Software from FreeRouting.net written
by Alfons Wirtz.

This software can be used together with all host PCB design software systems
containing a standard Specctra or Electra DSN interface. It imports .dsn-files
generated by the Specctra interface of the host system and exports Specctra
session files.


%prep
%setup -q -n FreeRouting-%{commit}


%build
find -name '*.java' |xargs javac -classpath \
        $(build-classpath javahelp2):%{_datadir}/icedtea-web/netx.jar
find -name '*.class' -o -name '*.properties' |
        xargs jar cf %{name}.jar helpset


%install
mkdir -p %{buildroot}%{_datadir}/mime/packages
install -pm644 %{SOURCE1} %{buildroot}%{_datadir}/mime/packages

mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2}

mkdir -p %{buildroot}%{_javadir}
install -pm644 %{name}.jar %{buildroot}%{_javadir}/%{name}.jar
%jpackage_script gui.MainApplication "" "" freerouting:javahelp2 freerouting true


%post
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
/usr/bin/update-desktop-database &> /dev/null || :


%postun
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
/usr/bin/update-desktop-database &> /dev/null || :


%files
%{_javadir}/%{name}.jar
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime
%doc LICENSE README.md



%changelog

* Thu Apr 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.43-0.20140513git265f040.1
- (0bf6039) Build with java 1.7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10177 |14cu|freetuxtv-0.6.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	TV player
Name:		freetuxtv
Version:	0.6.8
Release:	1
License:	GPLv2+
Group:		Video
Url:		https://code.google.com/archive/p/freetuxtv/wikis/HomePage.wiki
Source0:	https://github.com/freetuxtv/freetuxtv/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires:	intltool
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libvlc)
BuildRequires:	pkgconfig(sqlite3)
Requires:	vlc

%description
freetuxtv is a player for Television on Internet with french Free
or SFR (ex-Neuf) Internet service providers, and a lot of WebTV in
French languages in the world (Canada, Switzerland, Belgium, etc...).

%files -f %{name}.lang
%doc NEWS AUTHORS COPYING README ChangeLog
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --with-gtk=3.0
%make

%install
%makeinstall_std

%find_lang %{name}

rm -fr %{buildroot}%{_libdir}/*.a
rm -fr %{buildroot}%{_includedir}

%changelog

* Fri Sep 09 2016 alzim <alzim@bk.ru> 0.6.8-1
- (3bdeb50) Merge pull request #1 from import/freetuxtv:rosa2016.1
- (3bdeb50) Updated to 0.6.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10178 |14cu|freevo-1.9.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define 	_cachedir /var/cache
%define         py_ver 	  %(python -c 'import sys; print sys.version[:3]')

# Set default freevo parameters
%define display  x11

Summary:        Open-source digital video jukebox 

Name: 		freevo
Version: 	1.9.0
Release: 	6
URL:            http://freevo.sourceforge.net/
Source0: 	http://belnet.dl.sourceforge.net/sourceforge/freevo/%{name}-%{version}.tar.gz
Source11:	freevo-mail-0.6.tgz 
Source1: 	redhat-boot_config
Source2:	local_conf.py
Source4:	firebird.py
Source7:	freevo_tvgrab
Source8:	mute
Source9:	unmute
Source10:	fonts.tgz
Patch0:		%{name}-build.patch
Patch5: 	%{name}-webserver.patch
Patch6: 	%{name}-boot.patch
Patch7: 	%{name}-volume.patch
Patch8:		freevo-1.9.0-pillow.patch
License: 	GPLv2+
Group: 		Video
Buildarch:	noarch
BuildRequires: 	docbook-utils
BuildRequires:  wget
BuildRequires:  python-devel
BuildRequires:  pygame >= 1.5
BuildRequires:  python-twisted >= 1.1.0
BuildRequires:  python-imaging >= 1.1.4
BuildRequires:  python-kaa-base
BuildRequires:	python-kaa-metadata
BuildRequires:	python-kaa-imlib2
BuildRequires:  python-devel
BuildRequires:	python-beautifulsoup >= 3.0.3
BuildRequires:  python-numeric
Requires:	pygame >= 1.5
Requires:	python-twisted >= 1.1.0
Requires:	python-imaging >= 1.1.4
Requires:	python-kaa-base
Requires:	python-kaa-metadata
Requires:	python-kaa-imlib2
Requires:	python-beautifulsoup >= 3.0.3
Requires:	python-lirc >= 0.0.4
Requires:	mplayer, tvtime, xine-ui, xmltv, python, libjpeg-progs, mencoder, cdparanoia, vorbis-tools, util-linux, python-numeric, lsdvd, python-osd, xmltv-grabbers
Requires(pre):  rpm-helper
Requires(post): rpm-helper 
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description
Freevo is a Linux application that turns a PC with a TV capture card
and/or TV-out into a standalone multimedia jukebox/VCR. It builds on
other applications such as xine, mplayer, tvtime and mencoder to play
and record video and audio.

Available rpmbuild rebuild options :
--without: use_sysapps

%prep
%setup -q
%patch0 -p0
%patch5 -p0
%patch6 -p0
#%patch7 -p0
%patch8 -p1
cd share/fonts/
tar -xvzf %{SOURCE10}

%build
find . -name CVS | xargs rm -rf
find . -name ".cvsignore" |xargs rm -f
find . -name "*.pyc" |xargs rm -f
find . -name "*.pyo" |xargs rm -f
find . -name "*.py" |xargs chmod 644

#./autogen.sh
#Building freevo
env CFLAGS="%{optflags}" python setup.py build 

#Building mail menu
#cd $RPM_BUILD_DIR/%{name}-%{version}/*mail*
#PYTHONPATH=../build/lib env CFLAGS="$RPM_OPT_FLAGS" python setup.py build


%install
rm -rf %{buildroot}/%{name}-%{version}

mkdir -p %{buildroot}%{_sysconfdir}/freevo
# The following is needed to let RPM know that the files should be backed up
touch %{buildroot}%{_sysconfdir}/freevo/freevo.conf

# boot scripts
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_bindir}
install -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/freevo/boot_config

mkdir -p %{buildroot}%{_cachedir}/freevo
mkdir -p %{buildroot}%{_cachedir}/freevo/{thumbnails,audio}
mkdir -p %{buildroot}%{_cachedir}/xmltv/logos
chmod 777 %{buildroot}%{_cachedir}/{freevo,freevo/thumbnails,freevo/audio,xmltv,xmltv/logos}

mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}/etc/freevo
mkdir -p %{buildroot}%{_datadir}/%{name}/contrib
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
mkdir -p %{buildroot}/tmp/%{name}/Videos
mkdir -p %{buildroot}/etc/cron.weekly

python setup.py install %{?_without_compile_obj:--no-compile} --root=%{buildroot} --record=INSTALLED_FILES

#cp -av contrib/examples contrib/fbcon contrib/xmltv %{buildroot}%{_prefix}/contrib
cp -av contrib/lirc/ %{buildroot}/%{_datadir}/%{name}/contrib/
install -m 755 freevo %{buildroot}%{_datadir}/%{name}
install -m 755 freevo_config.py %{buildroot}%{_datadir}/%{name}
install %SOURCE2 %{buildroot}/%{_sysconfdir}/freevo/local_conf.py
install %SOURCE7 %{buildroot}/etc/cron.weekly
install %SOURCE8 %{buildroot}%{_datadir}/%{name}
install %SOURCE9 %{buildroot}%{_datadir}/%{name}

#######################
#Installing Initscripts
#######################
#install -m 755 boot/freevo %{buildroot}%{_sysconfdir}/rc.d/init.d
#install -m 755 boot/freevo_dep %{buildroot}%{_sysconfdir}/rc.d/init.d
install -m 755 boot/recordserver %{buildroot}%{_initrddir}/freevo_recordserver
install -m 755 boot/webserver %{buildroot}%{_initrddir}/freevo_webserver
#install -m 755 boot/recordserver_init %{buildroot}%{_bindir}/freevo_recordserver_init
#install -m 755 boot/webserver_init %{buildroot}%{_bindir}/freevo_webserver_init

####################
# Installing Plugins
####################
# Mailer Plugin
#cd $RPM_BUILD_DIR/%{name}-%{version}/*mail*
#PYTHONPATH=../build/lib python setup.py install %{?_without_compile_obj:--no-compile} --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
#
install %SOURCE4 %{buildroot}/%{py_puresitedir}/freevo/plugins

###############
# Copying icons
###############
install -D -m 644 share/icons/misc/freevo_app.png %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 share/icons/misc/freevo_app.png %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 share/icons/misc/freevo_app.png %{buildroot}%{_miconsdir}/%{name}.png

#####################
# Adding a menu entry
####################
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}/%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;TV;Player;Recorder;
EOF

####################
# About locales... #
####################

find %{buildroot}/%{_datadir}/locale -name "*.po" -exec rm -f {} \;
%find_lang %{name}

####################
# Cleaning
####################
rm -rf %{buildroot}/%{_datadir}/fxd/web*

%pre
%_pre_useradd %{name} %{_datadir}/%{name} /bin/bash

%post
rm -rf /var/log/freevo 2>/dev/null

#Determining TV_NORM & CHANNEL_LIST from local clock
ZONE=`grep "ZONE" /etc/sysconfig/clock | sed -e "s/^ZONE\=\(.*\)\/\(.*\)/\1/g"`
CITY=`grep "ZONE" /etc/sysconfig/clock | sed -e "s/^ZONE\=\(.*\)\/\(.*\)/\2/g"`
TV_NORM="ntsc"
CHANNEL_LIST="us-cable"

if [ "${CITY}" = "Paris" ]; then
TV_NORM="secam"
CHANNEL_LIST="france"
else
        if [ "${ZONE}" = "Europe" ]; then
                TV_NORM="pal"
                CHANNEL_LIST="europe-west"
        fi
fi

#Determining current X configuration
RESOLUTION=`xdpyinfo 2>/dev/null | grep dimensions | awk '{ print $2 }'`
case $RESOLUTION in
	"1280x800")
		RESOLUTION="1024x768";
		;;
	"1280x720")
		RESOLUTION="1024x768";
		;;
	"1680x1050")
		RESOLUTION="1280x1024";
		;;
	"1400x1050")
		RESOLUTION="1280x1024";
		;;

	"1920x1200")
		RESOLUTION="1600x1200";
		;;
	"")	
		RESOLUTION="800x600";
		;;
esac

# Copy old local_conf.py to replace dummy file
cd %{_datadir}/%{name}
./freevo setup --geometry=$RESOLUTION --display=%{display} \
        --tv=${TV_NORM} --chanlist=${CHANNEL_LIST} \
	%{!?_without_use_sysapps:--sysfirst} 

if [ ! -f /etc/freevo/lircrc ]; then
	ln -sf %{_datadir}/%{name}/contrib/lirc/pinnacle_PCTV /etc/freevo/lircrc
fi;
%_post_service freevo_webserver
%_post_service freevo_recordserver


%preun
%_preun_service freevo_recordserver
%_preun_service freevo_webserver

%clean

%postun
%_postun_userdel %{name}

%files -f %{name}.lang
%doc COPYING ChangeLog FAQ INSTALL README local_conf.py.example Docs/*
%{_datadir}/%{name}
%{_bindir}/freevo
%{_iconsdir}/freevo.png
%{_liconsdir}/freevo.png
%{_miconsdir}/freevo.png
%{_datadir}/applications/mandriva-%{name}.desktop
%config(noreplace) /etc/cron.weekly/*
# Hu, even those files are need, tmpwatch will delete it !!
#%attr(777,root,root) %dir /tmp/%{name}/Videos
#%attr(777,root,root) %dir /tmp/%{name}/
%attr(777,root,root) %dir %{_cachedir}/freevo
%attr(777,root,root) %dir %{_cachedir}/freevo/audio
%attr(777,root,root) %dir %{_cachedir}/freevo/thumbnails
%attr(777,root,root) %dir %{_cachedir}/xmltv
%attr(777,root,root) %dir %{_cachedir}/xmltv/logos
%dir %{_sysconfdir}/freevo
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/freevo/*
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/rc.d/init.d/*
%{py_puresitedir}/freevo
%{py_puresitedir}/*.egg-info
%{_defaultdocdir}/%{name}-%{version}



%changelog

* Sun Apr 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.9.0-6
- (efabf51) Drop obsolete python-pyxml requierment



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10179 |14cu|freewheeling-0.6.1-0.svn20110421.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	svn svn20110421

Name:		freewheeling
Summary:	Live Audio Looper
Version:	0.6.1
Release:	0.%{svn}.1
License:	GPLv2+
Group:		Sound
Url:		http://%{name}.sourceforge.net/
Source0:	http://freewheeling.svn.sourceforge.net/viewvc/freewheeling/%{name}.tar.gz
Patch0:		freewheeling-0.6-strfmt.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)

%description
FreeWheeling is an audio tool for live looping. It provides a highly
configurable, fluid user interface for instrumentalists to capture loops in
real-time.

%files
%doc README NEWS COPYING AUTHORS
%{_bindir}/fweelin
%{_datadir}/fweelin
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p0 -b .strfmt

# Fix perms
chmod -x AUTHORS COPYING NEWS README
chmod -x src/*.{cc,h}


%build
export LDFLAGS="${LDFLAGS} -logg -lSDL"
autoreconf -vfi
%configure2_5x
%make


%install
%makeinstall_std

#menu item
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Freewheeling
Comment=Live Looper
Exec=fweelin
Icon=sound_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;
EOF


%changelog

* Sat Aug 27 2016 gvm <mc2374@mclink.it> 0.6.1-0.svn20110421.1
- (696d0e4) Merge pull request #1 from import/freewheeling:rosa2016.1
- (696d0e4) Freewheel 0.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10180 |14cu|frescobaldi-2.19.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# keep our find_lang
%define _unpackaged_files_terminate_build 0

Summary:	A LilyPond sheet music editor
Name:		frescobaldi
Version:	2.19.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.frescobaldi.org/
Source0:	https://github.com/wbsoft/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	desktop-file-utils
BuildRequires:	python3-devel >= 3.4
BuildRequires:	python-qt4-devel >= 4.8.3
BuildRequires:	python3-setuptools
BuildRequires:	python-ly >= 0.9.4
BuildRequires:	qt4-devel >= 4.7.0
BuildRequires:	gettext
Requires:	python3-qt4
Requires:	python3-poppler-qt4 >= 0.16
Requires:	lilypond
Suggests:	portmidi >= 1:217

%description 
Frescobaldi is a LilyPond sheet music editor. It aims to be powerful, yet
lightweight and easy to use.

%files -f %{name}.lang
%doc ChangeLog COPYING README* THANKS TODO
%{_bindir}/%{name}
%{py3_puresitedir}/%{name}_app
# use our find-lang
%exclude %{py3_puresitedir}/%{name}_app/po/*.mo
%{py3_puresitedir}/%{name}-%{version}-py%{py3_ver}.egg-info
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_mandir}/man1/frescobaldi.1.xz

#-----------------------------------------------------------------------------

%prep
%setup -q

find -name "*.py"  -exec sed -i -e 's|#! python||' {} \;


%build
python3 setup.py build
cd %{name}_app/po
make


%install
python3 ./setup.py install --root=%{buildroot}

# menu entry
desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
    --remove-category=Application \
    --add-category=AudioVideo \
    --add-category=X-Notation \
    --delete-original \
    %{name}.desktop
   
# create lang files
for file in %{buildroot}%{py3_puresitedir}/%{name}_app/po/*.mo; do
    bn=$(basename $file)
    language=$(basename $file|cut -f 2 -d _|sed 's|\..*||')
    echo %%lang\($language\) %{py3_puresitedir}/%{name}_app/po/$bn >> %{name}.lang
    done


# fix shebangs
sed -i -e 's|#!/usr/bin/python||' %{buildroot}%{py3_puresitedir}/%{name}_app/language_names/generate.py
sed -i -e 's|#!python|#|g' %{buildroot}%{py3_puresitedir}/%{name}_app/simplemarkdown.py
    
# fix permissions
find %{buildroot}%{py3_puresitedir}/%{name}_app/ -name "*.py*" -exec chmod 644 {} \;
chmod +x %{buildroot}%{py3_puresitedir}/%{name}_app/language_names/generate.py
chmod +x %{buildroot}%{py3_puresitedir}/%{name}_app/po/molint.py
chmod +x %{buildroot}%{py3_puresitedir}/%{name}_app/po/update-pot.py
chmod +x %{buildroot}%{py3_puresitedir}/%{name}_app/unicode_blocks.py

%changelog

* Mon Jun 13 2016 Giovanni Mariani <mc2374@mclink.it> 2.19.0-1
- (69b9b6f) Updated to release 2.19.0 and switched to python3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10181 |14cu|freshplayerplugin-0.3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ppapi2npapi compatibility layer
Name:		freshplayerplugin
Version:	0.3.6
Release:	1
License:	MIT
Group:		Networking/WWW
Url:		https://github.com/i-rinat/freshplayerplugin
Source0:	https://github.com/i-rinat/%{name}/archive/v%{version}.tar.gz

BuildRequires:	cmake
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glesv2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libconfig)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(libevent_pthreads)
BuildRequires:	pkgconfig(liburiparser)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(pangoft2)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	ragel

Requires:	chromium-browser-pepper-flash

%description
Ppapi2npapi compatibility layer.

%files
%doc COPYING LICENSE README.md
%{_libdir}/mozilla/plugins/*.so*
%{_sysconfdir}/freshwrapper.conf

#----------------------------------------------------------------------------

%prep
%setup -q
#Correct search path
sed -i -e "s;/opt/google/chrome/PepperFlash/libpepflashplayer.so;%{_libdir}/chromium-browser/PepperFlash/libpepflashplayer.so;" data/freshwrapper.conf.example


%build
export LDFLAGS="%{optflags} -lrt"
%cmake
%make

%install
install -Dm 755 build/libfreshwrapper-flashplayer.so %{buildroot}%{_libdir}/mozilla/plugins/libfreshwrapper-pepperflash.so
install -Dm 644 data/freshwrapper.conf.example %{buildroot}%{_sysconfdir}/freshwrapper.conf

%changelog

* Fri Oct 14 2016 Denis Silakov <dsilakov@gmail.com> 0.3.6-1
- (9b6c000) Updated to 0.3.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10182 |14cu|fretsonfire-1.3.110-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Frets On Fire
Name:		fretsonfire
Version:	1.3.110
Release:	4
Group:		Games/Arcade
License:	GPLv2
URL:		http://fretsonfire.sourceforge.net/
Source:		FretsOnFire-%{version}.tar.gz
Patch0:		fretsonfire-1.3.110-credits_music.patch
Patch1:		fretsonfire-1.3.110-datapath.patch
Patch2:		fretsonfire-1.3.110-font-revert.patch
Patch3:		fretsonfire-1.3.110-fonts_lower_cpu.patch
Patch4:		fretsonfire-1.3.110-keep_sound_when_failed.patch
Patch5:		fretsonfire-1.3.110-typeerror.patch
Patch6:		fretsonfire-1.3.110-pillow.patch
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Requires:	python-numpy
Requires:	python-imaging
Requires:	python-opengl
Requires:	pygame

%description
Frets on Fire is a game of musical skill and fast fingers.
The aim of the game is to play guitar with the keyboard as
accurately as possible.

%prep
%setup -q -n Frets\ on\ Fire-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
chmod 644 copying.txt

%build
%make

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
mkdir -p %{buildroot}%{_gamesbindir}

install -D -m 0644 data/icon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
cp -r data %{buildroot}%{_gamesdatadir}/%{name}/
cp -r src %{buildroot}%{_gamesdatadir}/%{name}/

#Menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=Frets On Fire
Comment=Game of Musical Skill and Fast Fingers
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

#Executable
cat > %{buildroot}%{_gamesbindir}/%{name}<<EOF
#!/bin/sh
cd /
cd %{_gamesdatadir}/%{name}/src
python ./FretsOnFire.py
EOF

chmod 0755 %{buildroot}%{_gamesbindir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc copying.txt readme.txt
%attr(755,root,root) %{_gamesbindir}/fretsonfire
%{_gamesdatadir}/fretsonfire
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/pixmaps/%{name}.png




%changelog
* Mon Mar 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.110-4
+ Revision: bae6d61
- Ome more pillow patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10183 |14cu|frostwire-6.3.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec is based on Nicolo' Costanza's and Francesco Mancuso's work in MIB

Summary:	Java-based BitTorrent client
Name:		frostwire
Version:	6.3.5
Release:	1
License:	GPLv3+
Group:		Networking/WWW
Url:		http://www.frostwire.com/
Source0:	https://sourceforge.net/projects/frostwire/files/FrostWire%206.x/%{version}-build-198/frostwire-%{version}.noarch.tar.gz
Source1:	frostwire_icons.tar.bz2
Requires:	java >= 1.7
BuildArch:	noarch

%description
FrostWire is a peer-to-peer file sharing program for the BitTorrent protocol.
It is forked from Limewire and written in Java.

%files
%doc COPYING changelog
%{_bindir}/%{name}
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}.noarch -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}/%{name} %{buildroot}%{_datadir}/applications %{buildroot}%{_iconsdir} %{buildroot}%{_bindir}

install -m0644 EULA.txt %{buildroot}%{_datadir}/frostwire/
install -m0644 VERSION %{buildroot}%{_datadir}/frostwire/
install -m0644 *.jar %{buildroot}%{_datadir}/frostwire/
install -m0644 frostwire.desktop %{buildroot}%{_datadir}/applications/
%ifarch x86_64
install -m0755 libjlibtorrent.so %{buildroot}%{_datadir}/frostwire/
%else
install -m0755 libjlibtorrentx86.so %{buildroot}%{_datadir}/frostwire/
%endif
install -m0755 frostwire %{buildroot}%{_datadir}/frostwire/

for s in 16 32 48 64 96 128 192 256; do 
    mkdir -p %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/
    cp %{name}-${s}.png %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/%{name}.png
done


cat > %{buildroot}%{_bindir}/frostwire <<EOF
#!/bin/bash
pushd %{_datadir}/frostwire/
./frostwire
popd
EOF

chmod 755 %{buildroot}%{_bindir}/frostwire

%changelog

* Fri Sep 09 2016 alzim <alzim@bk.ru> 6.3.5-1
- (9407029) Merge pull request #1 from import/frostwire:rosa2016.1
- (9407029) Updated to 6.3.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10184 |14cu|fsarchiver-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Safe and flexible file-system backup/deployment tool
Name:		fsarchiver
Version:	0.8.0
Release:	1
Group:		Archiving/Backup
License:	GPLv2+
Url:		http://www.fsarchiver.org
Source0:	https://github.com/fdupoux/fsarchiver/releases/download/%{version}/%{name}-%{version}.tar.gz
Patch0:		fsarchiver-0.6.13-linking.patch
BuildRequires:	e2fsprogs
BuildRequires:	attr-devel
BuildRequires:	bzip2-devel
BuildRequires:	liblzo-devel
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(zlib)

%description
FSArchiver is a system tool that allows you to save the contents of a
file-system to a compressed archive file. The file-system can be restored
on a partition which has a different size and it can be restored on a
different file-system. Unlike tar/dar, FSArchiver also creates the
file-system when it extracts the data to partitions. Everything is
checksummed in the archive in order to protect the data. If the archive
is corrupt, you just loose the current file, not the whole archive.

%files
%doc README THANKS NEWS ChangeLog
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x

%make V=1

%install
%makeinstall_std

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10185 |14cu|fsgrab-1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Get blocks from an (ext2) filesystem on Linux
Name:		fsgrab
Version:	1.2
Release:	1
License:	GPLv2+
Group:		File tools
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ext2fs)

%description
This program allows you to seek to a given point in a file or a block device
and write a given number of blocks out from that point, without reading the
intervening material. This is useful in attempting undeletion of
files. See the Ext2fs-Undeletion howto for details.

%files
%doc README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2-1
- (2ed9d18) New version 1.2
- (2ed9d18) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10186 |14cu|fslint-2.46-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An utility to find and clean "lint" on a filesystem
Name:		fslint
Version:	2.46
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://www.pixelbeat.org/fslint/
Source0:	http://www.pixelbeat.org/fslint/%{name}-%{version}.tar.xz
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
Requires:	cpio
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
BuildArch:	noarch

%description
FSlint is a toolkit to find all redundant disk usage (duplicate files
for e.g.). It includes a GUI as well as a command line interface.

%files -f %{name}.lang
%doc doc/*
%{_mandir}/man1/fslint*
%{_bindir}/fslint-gui
%{_datadir}/%{name}
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/pixmaps/fslint_icon.png

#----------------------------------------------------------------------------

%prep
%setup -q
%__perl -pi -e 's|^liblocation=.*$|liblocation="%{_datadir}/%{name}" #RPM edit|' fslint-gui
%__perl -pi -e 's|^locale_base=.*$|locale_base=None #RPM edit|' fslint-gui

%build
# Not.

%install
install -Dpm 755 fslint-gui %{buildroot}%{_bindir}/fslint-gui
install -dm 755 %{buildroot}%{_datadir}/%{name}/%{name}/{fstool,supprt}
install -dm 755 %{buildroot}%{_datadir}/%{name}/%{name}/supprt/rmlint
install -dm 755 %{buildroot}%{_mandir}/man1
install -pm 644 fslint.glade fslint_icon.png %{buildroot}%{_datadir}/%{name}
install -dm 755 %{buildroot}%{_datadir}/pixmaps
ln -s %{_datadir}/%{name}/fslint_icon.png %{buildroot}%{_datadir}/pixmaps/
install -pm 755 fslint/{find*,fslint,zipdir} %{buildroot}%{_datadir}/%{name}/fslint
install -pm 755 fslint/fstool/* %{buildroot}%{_datadir}/%{name}/fslint/fstool
install -pm 644 fslint/supprt/fslver %{buildroot}%{_datadir}/%{name}/fslint/supprt
install -pm 755 fslint/supprt/get* %{buildroot}%{_datadir}/%{name}/fslint/supprt
install -pm 755 fslint/supprt/rmlint/* %{buildroot}%{_datadir}/%{name}/fslint/supprt/rmlint

cp -a man/* %{buildroot}%{_mandir}/man1/

make -C po DESTDIR=%{buildroot} LOCALEDIR=%{_datadir}/locale install

desktop-file-install \
	--vendor author \
	--dir %{buildroot}%{_datadir}/applications \
	--mode 644 \
	%{name}.desktop

%find_lang %{name}


%changelog

* Sat Jan 06 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.46-1
- (03cdc2e) New version 2.46



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10187 |14cu|fs-uae-2.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A software emulation of the Amiga system
Name:		fs-uae
Version:	2.8.2
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://fs-uae.net
Source0:	http://fs-uae.net/fs-uae/stable/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	zip
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libmpeg2)
BuildRequires:	pkgconfig(libmpeg2convert)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(zlib)

%description
UAE is a software emulation of the Amiga system hardware, which enables you
to run most available Amiga software. Since it is a software emulation, no
extra or special hardware is needed. The Amiga hardware is emulated accurately,
so that Amiga software is tricked into thinking it is running on the real
thing. Your computer's display, keyboard, hard disk and mouse assume the roles
of their emulated counterparts.

Note that to fully emulate the Amiga you need the Amiga KickStart ROM images,
which are copyrighted and, of course, not included here.

%files -f %{name}.lang
%{_bindir}/%{name}
%{_bindir}/%{name}-device-helper
%{_bindir}/%{name}-real
%{_docdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/mime/packages/fs-uae.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}-real

# We need this wrapper to fix bug with nVidia proprietary driver
# See https://github.com/FrodeSolheim/fs-uae/issues/31
cat > %{buildroot}%{_bindir}/%{name} << EOF
__GL_WRITE_TEXT_SECTION=0 %{_bindir}/%{name}-real "\$@"
EOF
chmod 0755 %{buildroot}%{_bindir}/%{name}

%find_lang %{name}

%changelog

* Wed Dec 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.8.2-1
- (252345e) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10188 |14cu|funguloids-1.06.4-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# pre release from http://www.ogre3d.org/phpBB2/viewtopic.php?t=29147&postdays=0&postorder=asc&start=75 (with autotools and OpenAL support)
##%define pre 0
%define distname %{name}-linux-src-1.06-4

Summary:	Those Funny Funguloids! arcade game
Name:		funguloids
Version:	1.06.4
Release:	18
License:	Zlib/libpng
Group:		Games/Arcade
Url:		http://funguloids.sourceforge.net/
Source0:	http://www.newbyteorder.net/%{distname}.tar.bz2
Source1:	funguloids-linux-1.06-4.tar.bz2
# (ahmad) fix segmenation fault on selecting "start game", due to change in ogre
# using mpak.py, from upstream author, to unpack, modify the scritps and repack
# c.f. http://www.mail-archive.com/packman@links2linux.de/msg02703.html
Source2:	mpak.py
Patch0:		funguloids-size_chunks_reverse.patch
Patch1:		funguloids-alc_error.patch
Patch2:		funguloids-missing_includes.patch
Patch3:		funguloids-ogre-1.6.patch
Patch4:		funguloids-lua.patch
Patch5:		funguloids-1.06-linkage.patch
Patch6:		funguloids-1.06-fix-doc-location.patch
Patch7:		funguloids-strcmp.patch
Patch8:		funguloids-optional_cg.patch
Patch9:		funguloids-ogre-1.7.0.patch
Patch10:	funguloids-gcc47.patch
Patch11:	funguloids-ogre-1.8.patch
# Fix for Lua 5.2
Patch12:	funguloids-lua-5.2.patch
# Build with ogre-1.9
Patch13:	funguloids-ogre-1.9.patch
BuildRequires:	automake1.8
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(OGRE)
BuildRequires:	pkgconfig(OIS)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(vorbis)
Requires:	ogre

%description
Never before has collecting mushrooms been this mildly entertaining. At least
not in outer space. It's more of a lifestyle than a game, really. Now with
graphics and sound, too!

%files
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/doc/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name} -a 1
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p1
%patch6 -p0
%patch7 -p0
%patch8 -p0
%patch9 -p0
%patch10 -p0
%patch11 -p0
%patch12 -p1
%patch13 -p1
perl -pi -e 's/-llua5\.1/-llua/' configure*
autoreconf -fi

# fix scritps using mpak.py from upstream
cp %{SOURCE2} .
python mpak.py -e -f funguloids/bin/bootstrap.mpk -p _bootstrap
python mpak.py -e -f funguloids/bin/funguloids.mpk -p _gamedata
sed -ri '/^[A-Z]/ s/(.*)/overlay \1/' _bootstrap/*.overlay _gamedata/*.overlay
sed -ri '/^[A-Z]/ s/(.*)/particle_system \1/' _gamedata/*.particle
# This last one looks like a bug in ogre, should be removed when fixed
# The problem is that green and blue mushrooms have a square instead of a glow
sed -ri 's/^(\t\t\t)(texture_unit) 1/\1\2\n\1{\n\1}\n\1\2/' _gamedata/materials.material
python mpak.py -c -f funguloids/bin/bootstrap.mpk _bootstrap/*
python mpak.py -c -f funguloids/bin/funguloids.mpk _gamedata/*
rm -rf mpak.py _bootstrap _gamedata

%build
%configure2_5x --bindir=%{_gamesbindir}
%make

%install
%makeinstall_std
install %{name}/bin/*.mpk %{buildroot}%{_gamesdatadir}/%{name}
install bin/icon/*.png %{buildroot}%{_gamesdatadir}/%{name}/music

install -m 755 -d %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Those Funny Funguloids!
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF


%changelog
* Wed Oct 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.06.4-18
+ Revision: 9115d50
- Enable ogre 1.9 patch again



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10189 |14cu|furiusisomount-0.11.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	An ISO, IMG, BIN, MDF and NRG Image management utility
Name:		furiusisomount
Version:	0.11.3.1
Release:	4
License:	GPLv3+
Group:		Archiving/Cd burning
Url:		https://launchpad.net/furiusisomount
Source0:	https://launchpad.net/furiusisomount/python/%{version}/+download/%{name}_%{version}.tar.gz
Patch0:		furiusisomount_0.11.3.1-desktop.patch
Requires:	fuseiso
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade

%description
Simple Gtk+ Interface to Mount ISO, IMG, BIN, MDF and NRG Image files without
burning to disk.

%files
%{_bindir}/%{name}
%dir %{python_sitearch}/%{name}
%{python_sitearch}/%{name}/*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}_%{version}
%patch0 -p1

#Remove unneeded files
rm -fr .bzr
rm -fr .project
rm -fr .pydevproject
rm -fr .settings
rm -fr %{name}
rm -fr src/*.pyc

%build

%install
install -dm 755 %{buildroot}%{python_sitearch}/%{name}
install -dm 755 %{buildroot}%{_bindir}

cp -r * %{buildroot}%{python_sitearch}/%{name}
install -Dm644 app.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

#Create a working launch script (the included one doesn't work when you move the files around)
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh

python "%{python_sitearch}/%{name}/src/main.py" \$1

EOF

chmod 755 %{buildroot}%{_bindir}/%{name}


%changelog

* Mon Jul 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.11.3.1-4
- (0d8bb35) Requires pygtk2.0-libglade



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10190 |14cu|fuse-emulator-1.3.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fuse

Summary:	Free Unix Spectrum Emulator
Name:		fuse-emulator
Version:	1.3.5
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://fuse-emulator.sourceforge.net/
Source0:	https://sourceforge.net/projects/fuse-emulator/files/fuse/%{version}/%{oname}-%{version}.tar.gz
Source1:	%{oname}-icons.tar.bz2
BuildRequires:	flex
BuildRequires:	bison
BuildRequires:	bzip2-devel
BuildRequires:	jsw-devel
BuildRequires:	libspectrum-devel >= 1.3
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)

%description
What Fuse does have:

* Working 16K/48K/128K/+2/+2A/+3 Speccy, Timex TC2048/TC2068 and
  Pentagon 128 emulation, running at true Speccy speed on any computer
  you're likely to try it on.
* Support for loading from .tzx files.
* Sound (on systems supporting the Open Sound System, SDL, or OpenBSD/
  Solaris's /dev/audio).
* Emulation of most of the common joysticks used on the Spectrum
  (including Kempston, Sinclair and Cursor joysticks).
* Emulation of some of the printers you could attach to a Spectrum.
* Support for the RZX input recording file format, including
  'competition mode'.
* Emulation of the Spectrum +3e, ZXATASP and ZXCF IDE interfaces.

%files
%defattr(0644,root,root,0755)
%doc README THANKS COPYING AUTHORS ChangeLog
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{oname}.*
%{_mandir}/*/*
%{_datadir}/%{oname}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%setup -q -T -D -a1 -n %{oname}-%{version}

%build
autoreconf -fi
%configure2_5x \
	--with-gtk \
	--disable-gtk3 \
	--with-roms-dir=%{_datadir}/%{oname}
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat<<EOF>%{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=Fuse
Comment=Free Unix Spectrum Emulator
Exec=%{_bindir}/%{oname}
Icon=%{oname}
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF

install -D -m 644 %{oname}16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{oname}.png
install -D -m 644 %{oname}32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{oname}.png
install -D -m 644 %{oname}48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{oname}.png

%changelog

* Sat May 06 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.5-1
- (6a65e43) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10191 |14cu|fuse-emulator-utils-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fuse-utils

Summary:	A few tools to deal with ZX Spectrum emulator files
Name:		fuse-emulator-utils
Version:	1.3.1
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://fuse-emulator.sourceforge.net/
Source0:	%{oname}-%{version}.tar.gz
BuildRequires:	gettext-devel
BuildRequires:	libspectrum-devel >= %{version}
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(zlib)
%rename fuse-utils

%description
The Fuse utilities are a few tools which may be of occasional use when
dealing with ZX Spectrum emulator files. They were originally
distributed with Fuse, the Free Unix Spectrum Emulator, but are now
independent of Fuse and can be used on their own.

The available utilities are:

* createhdf: create an empty .hdf IDE hard disk image.
* listbasic: list the BASIC in a snapshot or tape file.
* rzxcheck: verify the digital signature in an RZX file.
* rzxdump: list the contents of an RZX input recording file.
* rzxtool: add, extract or remove the embedded snapshot from an RZX file,
  or compress or uncompress the file.
* scl2trd: convert .scl disk images to .trd disk images.
* snap2tzx: convert snapshots to TZX tape images.
* snapconv: convert between snapshot formats.
* tapeconv: convert between .tzx and .tap files.
* tzxlist: list the contents of a TZX file.

%files
%doc README AUTHORS ChangeLog
%{_bindir}/*
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-1
- (5f686ca) New version 1.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10192 |14cu|fuse-utils-1.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Fuse utilities are a few tools to deal with ZX Spectrum emulator files
Name:		fuse-utils
Version:	1.2.2
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://fuse-emulator.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
BuildRequires:	jpeg-devel
BuildRequires:	libspectrum-devel >= %{version}
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)

%description
The available utilities are:

* audio2tape: convert an audio file to tape format.
* createhdf: create an empty .hdf IDE hard disk image.
* fmfconv: converter tool for FMF movie files.
* listbasic: list the BASIC in a snapshot or tape file.
* profile2map: convert Fuse profiler output to Z80-style map format.
* raw2hdf: create a .hdf IDE hard disk image from another file.
* rzxcheck: verify the digital signature in an RZX file.
* rzxdump: list the contents of an RZX input recording file.
* rzxtool: add, extract or remove the embedded snapshot from an RZX file,
           or compress or uncompress the file.
* scl2trd: convert .scl disk images to .trd disk images.
* snap2tzx: convert snapshots to TZX tape images.
* snapconv: convert between snapshot formats.
* tape2pulses: dumps the pulse information from tape images to text files.
* tape2wav: convert a tape file to .wav audio format.
* tapeconv: convert between .tzx and .tap files.
* tzxlist: list the contents of a TZX, TAP, PZX or Warajevo TAP file.

%files
%doc README AUTHORS ChangeLog
%{_bindir}/audio2tape
%{_bindir}/createhdf
%{_bindir}/fmfconv
%{_bindir}/listbasic
%{_bindir}/profile2map
%{_bindir}/raw2hdf
%{_bindir}/rzxcheck
%{_bindir}/rzxdump
%{_bindir}/rzxtool
%{_bindir}/scl2trd
%{_bindir}/snap2tzx
%{_bindir}/snapconv
%{_bindir}/tape2pulses
%{_bindir}/tape2wav
%{_bindir}/tapeconv
%{_bindir}/tzxlist
%{_mandir}/man1/audio2tape.1*
%{_mandir}/man1/createhdf.1*
%{_mandir}/man1/fmfconv.1*
%{_mandir}/man1/fuse-utils.1*
%{_mandir}/man1/listbasic.1*
%{_mandir}/man1/profile2map.1*
%{_mandir}/man1/raw2hdf.1*
%{_mandir}/man1/rzxcheck.1*
%{_mandir}/man1/rzxdump.1*
%{_mandir}/man1/rzxtool.1*
%{_mandir}/man1/scl2trd.1*
%{_mandir}/man1/snap2tzx.1*
%{_mandir}/man1/snapconv.1*
%{_mandir}/man1/tape2pulses.1*
%{_mandir}/man1/tape2wav.1*
%{_mandir}/man1/tapeconv.1*
%{_mandir}/man1/tzxlist.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%changelog

* Fri Sep 09 2016 alzim <alzim@bk.ru> 1.2.2-1
- (5d55b12) Merge pull request #1 from import/fuse-utils:rosa2016.1
- (5d55b12) Updated to 1.2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10193 |14cu|fusionsound-1.6.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname FusionSound

%define api 1.6
%define major 2
%define libname %mklibname %{name}-%{api}_ %{major}
%define devname %mklibname %{name} -d

%define dfbmoduledir %(pkg-config --variable=moduledir direct)

Summary:	An audio sub system
Name:		fusionsound
Version:	1.6.3
Release:	6
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.directfb.org
Source0:	http://www.directfb.org/downloads/Core/%{oname}-%{version}.tar.gz
Patch0:		FusionSound-1.6.2-ffmpeg1.0.patch
Patch1:		FusionSound-1.6.3-ffmpeg2.0.patch
Patch2:		FusionSound-1.6.3-ffmpeg2.4.patch
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(directfb)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(vorbis)
Provides:	%{oname} = %{version}-%{release}

%description
FusionSound is a very powerful audio sub system in the
manner of DirectFB and a technical demonstration of Fusion.

FusionSound supports multiple applications using Fusion IPC.
It provides streams, static sound buffers and control over any
number of concurrent playbacks. Sample data is always stored
in shared memory, starting a playback simply adds an entry to
the playlist of the mixer thread in the master application.

%files
%doc AUTHORS ChangeLog TODO
%{_bindir}/fs*
%{_mandir}/*/%{name}*
%dir %{dfbmoduledir}/interfaces/IFusionSound
%{dfbmoduledir}/interfaces/IFusionSound/libifusionsound.*
%dir %{dfbmoduledir}/interfaces/IFusionSoundMusicProvider
%{dfbmoduledir}/interfaces/IFusionSoundMusicProvider/libifusionsoundmusicprovider_cdda.*
%{dfbmoduledir}/interfaces/IFusionSoundMusicProvider/libifusionsoundmusicprovider_ffmpeg.*
%{dfbmoduledir}/interfaces/IFusionSoundMusicProvider/libifusionsoundmusicprovider_mad.*
%{dfbmoduledir}/interfaces/IFusionSoundMusicProvider/libifusionsoundmusicprovider_playlist.*
%{dfbmoduledir}/interfaces/IFusionSoundMusicProvider/libifusionsoundmusicprovider_vorbis.*
%{dfbmoduledir}/interfaces/IFusionSoundMusicProvider/libifusionsoundmusicprovider_wave.*
%dir %{dfbmoduledir}/snddrivers
%{dfbmoduledir}/snddrivers/libfusionsound_alsa.*
%{dfbmoduledir}/snddrivers/libfusionsound_oss.*
%{dfbmoduledir}/snddrivers/libfusionsound_wave.*
%{dfbmoduledir}/snddrivers/libfusionsound_dummy.*

#----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	An audio sub sytem
Obsoletes:	%{_lib}fusionsound2 < 1.6.3-3

%description -n %{libname}
FusionSound is a very powerful audio sub system in the
manner of DirectFB and a technical demonstration of Fusion. 

FusionSound supports multiple applications using Fusion IPC.
It provides streams, static sound buffers and control over any
number of concurrent playbacks. Sample data is always stored
in shared memory, starting a playback simply adds an entry to
the playlist of the mixer thread in the master application.

%files -n %{libname}
%doc ChangeLog
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Group:		Development/Other
Summary:	An audio sub system
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
FusionSound is a very powerful audio sub system in the
manner of DirectFB and a technical demonstration of Fusion.

FusionSound supports multiple applications using Fusion IPC.
It provides streams, static sound buffers and control over any
number of concurrent playbacks. Sample data is always stored
in shared memory, starting a playback simply adds an entry to
the playlist of the mixer thread in the master application.

%files -n %{devname}
%doc AUTHORS ChangeLog TODO
%{_libdir}/pkgconfig/fusionsound*.pc
%{_includedir}/fusionsound
%{_includedir}/fusionsound-internal
%{_libdir}/lib%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.3-6
+ Revision: 7cd3f8b
- Add patch to fix build with ffmpeg 2.4+



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10194 |14cu|fuzzylite-5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A fuzzy logic control library in C++
Name:		fuzzylite
Version:	5.0
Release:	2
License:	LGPLv3+
Group:		System/Libraries
Url:		http://www.fuzzylite.com
Source0:	https://github.com/fuzzylite/fuzzylite/archive/%{name}-%{version}.tar.gz
Patch0:		fuzzylite-5.0-soversion.patch
Patch1:		fuzzylite-5.0-cxxflags.patch
Patch2:		fuzzylite-5.0-install.patch
BuildRequires:	cmake

%description
Fuzzylite is a free and open-source fuzzy logic control library programmed
in C++ for multiple platforms (Windows, Linux, Mac, iOS). Its goal is to
allow you to easily create fuzzy logic controllers in a few steps utilizing
object-oriented programming without requiring any third-party libraries.

%files
%doc AUTHOR ChangeLog COPYING README.md
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A fuzzy logic control library in C++
Group:		System/Libraries

%description -n %{libname}
Fuzzylite is a free and open-source fuzzy logic control library programmed
in C++ for multiple platforms (Windows, Linux, Mac, iOS). Its goal is to
allow you to easily create fuzzy logic controllers in a few steps utilizing
object-oriented programming without requiring any third-party libraries.


%files -n %{libname}
%{_libdir}/libfuzzylite.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%dir %{_includedir}/fl
%{_includedir}/fl/*
%{_libdir}/libfuzzylite.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
pushd %{name}
%cmake \
	-DFL_CPP11:BOOL=ON \
	-DCMAKE_BUILD_TYPE=RelWithDebInfo
%make VERBOSE=1
popd

%install
%makeinstall_std -C %{name}/build

rm -f %{buildroot}%{_libdir}/libfuzzylite-static.a

%changelog
* Tue Nov 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0-2
+ Revision: a782c80
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10195 |14cu|fvwm2-2.6.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# These are bogus as they're all internal, nothing else can use 'em
# The perl-Gtk requires is also not really necessary
# Inspired by Fedora - AdamW 2008/08
%define __noautoreq 'perl(\\(FvwmCommand\\)|\\(FVWM::|\\(General::)'
%define __noautoprov 'perl(\\(FvwmCommand\\)|\\(FVWM::|\\(General::)'

Summary:	An improved version of the FVWM X-based window manager
Name:		fvwm2
Version:	2.6.6
Release:	1
License:	GPLv2+
Group:		Graphical desktop/FVWM based
Url:		http://www.fvwm.org/
Source0:	https://github.com/fvwmorg/fvwm/releases/download/version-%{version}/fvwm-%{version}.tar.gz
Source1:	fvwm2.png
Source2:	fvwm2
Source3:	system.fvwm2rc
Source4:	configuration
Source5:	http://www.cl.cam.ac.uk/~pz215/fvwm-scripts/scripts/fvwm-xdg-menu.py
# From Gentoo, which got it from fvwm-user mailing list; enables fast
# translucent menus - AdamW 2008/08
Patch0:		fvwm-2.5.26-translucent-menus.diff
# From Fedora: use xdg-open instead of 'netscape' - AdamW 2008/08
Patch1:		fvwm-2.6.5-rosa-www-browser.patch
# From Fedora: use mimeopen instead of just opening files with an
# editor - AdamW 2008/08
Patch2:		fvwm-2.5.21-mimeopen.patch
# From Fedora: generate menu using fvwm-xdg-menu.py (external source
# above) instead of hardcoding it
Patch3:		fvwm-2.5.21-menu-generate.patch
BuildRequires:	flex
BuildRequires:	libstroke-devel
BuildRequires:	readline-devel
BuildRequires:	rplay-devel
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xt)
Requires:	fvwm-icons
# for www-browser
Requires:	desktop-common-data
# for fvwm-bug
Requires:	sendmail-command
# for fvwm-menu-headlines
Requires:	xdg-utils
# for fvwm-menu-xlock
Requires:	xlockmore
# for auto-menu generation
Requires:	imagemagick pyxdg
Requires:	xterm
Requires:	xdg-compliance-menu

%description
FVWM2 (the F stands for whatever you want, but the VWM stands for Virtual
Window Manager) is an improved version of the FVWM window manager for the X
Window System and shares the same characteristics as FVWM.

%files -f %{name}.lang
%doc INSTALL README AUTHORS INSTALL.fvwm NEWS ChangeLog docs
%config(noreplace) %{_sysconfdir}/X11/fvwm2
%config(noreplace) %{_sysconfdir}/menu.d/fvwm2
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/09fvwm2
%{_mandir}/man1/*
%{_bindir}/*
%{_datadir}/fvwm
%{_libdir}/X11/fvwm2
%{_iconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n fvwm-%{version}
%patch0 -p0 -b .translucent
%patch1 -p1 -b .www
#patch2 -p1 -b .mime
%patch3 -p1 -b .generate

%build
%configure2_5x \
	--disable-gtk \
	--libexecdir=%{_libdir}/X11/fvwm2 \
	--sysconfdir=%{_sysconfdir}/X11/fvwm2 \
	--with-imagepath=%{_iconsdir}


%make LOCALEDIR=%{_datadir}/locale localedir=%{_datadir}/locale

%install
%makeinstall_std LOCALEDIR=%{_datadir}/locale localedir=%{_datadir}/locale

install -d -m 755 %{buildroot}%{_iconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}

mkdir -p %{buildroot}%{_sysconfdir}/X11/fvwm2
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/fvwm2
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/X11/fvwm2

mkdir -p %{buildroot}%{_sysconfdir}/menu.d
install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/menu.d

# session stuff
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/09fvwm2 << EOF
NAME=Fvwm2
ICON=fvwm2
EXEC=%{_bindir}/fvwm2
DESC=A popular window manager
SCRIPT:
exec %{_bindir}/fvwm2
EOF

# OT fvwm is fvwm1
rm -f %{buildroot}%{_bindir}/fvwm2
mv %{buildroot}%{_bindir}/fvwm %{buildroot}%{_bindir}/fvwm2

# menus
install -D -m0755 -p %{SOURCE2} %{buildroot}%{_bindir}/fvwm-xdg-menu

%find_lang %{name} --all-name

%changelog

* Fri Sep 09 2016 alzim <alzim@bk.ru> 2.6.6-1
- (a703304) Merge pull request #1 from import/fvwm2:rosa2016.1
- (a703304) Updated to 2.6.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10196 |14cu|fvwm-icons-20070101-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fvwm-icons
Version:	20070101
Release:	1
Summary:	FVWM icons
URL: 		http://www.fvwm.org/
Source:		http://www.fvwm.org/generated/icon_download/fvwm_icons-%{version}.tar.bz2
License:	GPL
Group:		Graphical desktop/FVWM based
Obsoletes:	fvwm2-icons
Provides:	fvwm2-icons
BuildArch:	noarch

%description
The icons that used to be part of the fvwm source distribution are now
accessible separately.

%prep
%setup -qn fvwm_icons-%{version}

%build

%install
shopt -s extglob
install -d -m 755 %{buildroot}%{_iconsdir}
install -d -m 755 %{buildroot}%{_miconsdir}

for i in mini.*; do
    install -m 644 $i %{buildroot}%{_miconsdir}/${i#mini.}
done
for i in !(mini.*); do
    install -m 644 $i %{buildroot}%{_iconsdir}/${i}
done

# prevent conflicts
rm -f %{buildroot}%{_iconsdir}/xemacs.xpm
rm -f %{buildroot}%{_miconsdir}/xmag.xpm
# From twm
rm -f %{buildroot}%{_miconsdir}/twm.xpm

%files
%{_iconsdir}/*.xpm
%{_miconsdir}/*.xpm

%clean






%changelog

* Fri Nov 20 2015 Denis Silakov <dsilakov@gmail.com> 20070101-1
- (54f03be) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10197 |14cu|fwbackups-1.43.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Feature-rich user backup program
Name:		fwbackups
Version:	1.43.6
Release:	1
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://www.diffingo.com/oss/fwbackups/
Source0:	http://www.diffingo.com/downloads/fwbackups/%{name}-%{version}.tar.bz2
Patch0:		fwbackups-1.43.6-desktop.patch
BuildRequires:	intltool
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(python)
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Requires:	python-notify
Requires:	python-paramiko
Requires:	python-pycrypto
Requires:	rsync
Requires:	tar
BuildArch:	noarch

%description
fwbackups is a feature-rich user backup program that allows you to
backup your documents anytime, anywhere.

It offers a simple but powerful interface that permits you to perform
backups with ease, supporting scheduled backups and backing up to
remote computers.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO
%{_bindir}/%{name}
%{_bindir}/%{name}-*
%{_datadir}/%{name}
%{_datadir}/applications/fwbackups.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{py_puresitedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Mon Feb 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.43.6-1
- (80dc687) New version 1.43.6
- (80dc687) Properly use find_lang macro
- (80dc687) Drop merged patches
- (80dc687) Don't use imagemagick to generate icons, now they are properly installed



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10198 |14cu|g15stats-1.9.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CPU/Memory/Swap usage meter for G15Daemon
Name:		g15stats
Version:	1.9.2
Release:	7
License:	GPLv2+
Group:		System/Configuration/Hardware
Url:		http://g15daemon.sourceforge.net/
Source0:	http://downloads.sourceforge.net/g15daemon/%{name}-%{version}.tar.bz2
Patch0:		g15stats-1.9.2-rosa-linkage.patch
Patch1:		g15stats-1.9.2-optflags.patch
BuildRequires:	g15-devel
BuildRequires:	g15daemon_client-devel
BuildRequires:	g15render-devel
BuildRequires:	pkgconfig(libgtop-2.0)

%description
A CPU/Memory/Swap usage meter for G15Daemon.

This first version of G15Stats requires libgtop development packages to be
installed before compilation.

Features:
CPU Screen displays graphs of User/System/Nice and Idle time, along with
LoadAVG and Uptime.

Memory Screen displays Memory Total & Free, and graph of Used vs
Buffered+Cached Memory.

Swap Screen displays Used, Free and Total swap space, along with the number
of pages currently paged in/out.

Network Screen displays Total bytes In/Out, history graph, Peak speed.

%files
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/g15stats

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

rm -r %{buildroot}%{_docdir}


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.2-7
- (3b8da98) Build with system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10199 |14cu|gajim-0.16.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
Summary:	Jabber Client written in PyGTK
Name:		gajim
Version:	0.16.5
Release:	1
Source:		http://gajim.org/downloads/0.16/gajim-%{version}.tar.bz2
URL:		http://www.gajim.org
Group:		Networking/Instant messaging
License:	GPLv3
BuildRequires:	pkgconfig(gnome-python-extras-2.0)
BuildRequires:	pkgconfig(gtkspell-2.0) 
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:  pkgconfig(xscrnsaver)
BuildRequires:  pkgconfig(expat)
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  imagemagick
BuildRequires:  desktop-file-utils
BuildRequires:  intltool

Requires:       pygtk2.0-libglade 
Requires:       python-sqlite2
Requires:       gnome-python-gconf
Requires:       gnome-python-extras
Requires:       dbus-python 
Requires:       python-OpenSSL
Requires:	python-nbxmpp
Requires:	pyasn1
Requires:       bind-utils

Suggests:       gnome-python-gtkspell


%description
Gajim is a jabber client written in PyGTK. The goal of Gajim's developers is
to provide a full featured and easy to use xmpp client for the GTK+
users. Gajim does not require GNOME to run, event-hough it exists with it
nicely. Gajim is released under the GNU General Public License

Features:
- Tabbed chat windows
- Groupchat support (with MUC protocol)
- Emoticons, URL grabber
- Systray icon
- TLS & GPG support
- Transport Registration support
- Service Discovery including Nodes
- Multiple accounts support

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot} installed-docs
%makeinstall_std

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GNOME" \
  --add-category="X-MandrivaLinux-Internet-InstantMessaging" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


# Fix python-bytecode-inconsistent-mtime
pushd %{buildroot}%{_datadir}/%{name}/src/common
rm -rf *.pyc
rm -rf *.pyo
python -m compileall *.py
popd

pushd %{buildroot}%{_datadir}/%{name}/src/plugins
rm -rf *.pyc
rm -rf *.pyo
python -m compileall *.py
popd

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog COPYING README THANKS THANKS.artists
%{_bindir}/gajim
%{_bindir}/gajim-remote
%{_bindir}/gajim-history-manager
%{_datadir}/applications/*.desktop
%{_datadir}/gajim
%{_mandir}/man1/gajim.1*
%{_mandir}/man1/gajim-remote.1*
%{_mandir}/man1/gajim-history-manager.1*
%{_iconsdir}/hicolor/*/apps/%{name}.*


%changelog

* Sun Feb 07 2016 Denis Silakov <dsilakov@gmail.com> 0.16.5-1
- (08148be) Updated to 0.16.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10200 |14cu|galago-daemon-0.5.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Galago desktop presence daemon
Name: galago-daemon
Version: 0.5.1
Release: 6
Source0: http://www.galago-project.org/files/releases/source/galago-daemon/%{name}-%{version}.tar.gz
License: GPL
Group: System/Servers
Url: http://www.galago-project.org/
BuildRequires: libgalago-devel >= 0.5.2

%description
This are the daemon of the Galago desktop presence framework.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%doc NEWS AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/galago-daemon.conf
%_libexecdir/galago-daemon
%{_datadir}/dbus-1/services/org.freedesktop.Galago.service






%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.5.1-6
- (a61225e) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10201 |14cu|galaxis-1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           galaxis
Version:        1.9
Release:        2
Summary:        Find the lost lifeboats from an interstellar liner
License:        BSD
Group:          Games/Other
Url:            http://www.catb.org/esr/galaxis/
Source0:        http://www.catb.org/~esr/galaxis/%{name}-%{version}.tar.gz
Source1:        rosa-Makefile
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  imagemagick


%description
%{summary}

%files
%doc COPYING NEWS README
%{_bindir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#----------------------------------------------

%prep
%setup -qn %{name}-
cp -p %{SOURCE1} Makefile

%build
%setup_compile_flags
%make

%install
%makeinstall_std


for size in 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size %{name}.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done
%changelog

* Sat Aug 27 2016 abfonly <abfonly@gmail.com> 1.9-2
- (185d0fa) Updated galaxis.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10202 |14cu|gamazons-0.83-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A board game similar to chess and go combined
Name:		gamazons
Version:	0.83
Release:	13
License:	GPLv2
Group:		Games/Boards
URL:		http://www.yorgalily.org/gamazons/
Source:		http://www.yorgalily.org/gamazons/src/%{name}-%{version}.tar.gz
Patch0:		gamazons-0.83-fix-desktop-file.patch
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libgnomeui-2.0)
# (tv) for /usr/bin/desktop-file-install:
BuildRequires:	desktop-file-utils

%description
Amazons is a game played on a 10x10 chess board. Each side has four pieces
(amazons) that move like chess queens (in a straight line in any direction).
Instead of capturing pieces like in chess, the game is determined based on
who moves last.

Each move consists of two parts. First an amazon moves to a new square and
then fires an arrow to another square (the arrow is fired in a straight
line in any direction from the square the amazon landed on). The square
the arrow lands on becomes a permenant block for the rest of the game.
No one can move over it, or fire an arrow over it. Every turn an amazon
must move and fire an arrow, so every turn there is one less square
available on the board. Try and block in your opponent or section off a
good chunk of the board for yourself.


%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --bindir=%{_gamesbindir}
%make

%install
%makeinstall_std


desktop-file-install --vendor="" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}%{_iconsdir} \
	 %{buildroot}%{_miconsdir} \
	 %{buildroot}%{_liconsdir}
install -m 0644         pixmaps/gnome-gamazons.png %{buildroot}%{_liconsdir}/gnome-gamazons.png
convert -geometry 32x32 pixmaps/gnome-gamazons.png %{buildroot}%{_iconsdir}/gnome-gamazons.png
convert -geometry 16x16 pixmaps/gnome-gamazons.png %{buildroot}%{_miconsdir}/gnome-gamazons.png

# translation will come in future versions, find
# help files for now
%{find_lang} %{name} --with-gnome

%clean

%files -f %{name}.lang
%doc COPYING
%{_gamesbindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_iconsdir}/gnome-gamazons.png
%{_miconsdir}/gnome-gamazons.png
%{_liconsdir}/gnome-gamazons.png

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.83-13
- (0198b34) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10203 |14cu|gambas3-3.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gambas3
Summary:	Complete IDE based on a BASIC interpreter with object extensions
Version:	3.10.0
Release:	1
License:	GPLv2+
Group:		Development/Basic
Url:		http://gambas.sourceforge.net
Source0:	http://kent.dl.sourceforge.net/project/gambas/gambas3/%{name}-%{version}.tar.bz2
Source1:	%{name}.desktop
Source100:	%{name}.rpmlintrc
#
Patch0:		gambas3-3.8.4-CVE-2013-7447.patch
Patch1:		rosa-sdl2.patch
Patch2:		poppler.patch
Patch3:		prefer-qt5.patch

#
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	xdg-utils
BuildRequires:	bzip2-devel
BuildRequires:	dumb-devel
BuildRequires:	gettext-devel
# no pkgconfig for gmime for portability
BuildRequires:	gmime-devel
BuildRequires:	gmp-devel
BuildRequires:	jpeg-devel
BuildRequires:	libstdc++-devel
BuildRequires:	libstdc++-static-devel
BuildRequires:	mysql-devel
BuildRequires:	qt4-devel
BuildRequires:	SDL_sound-devel
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(alure)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(gdkglext-1.0)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-app-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libecpg)
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libv4lconvert)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(poppler)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_image)
BuildRequires:	pkgconfig(SDL2_mixer)
BuildRequires:	pkgconfig(SDL2_ttf)
BuildRequires:	pkgconfig(SDL2_net)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(sqlite)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xtst)


%description
Gambas is a free development environment based on a Basic interpreter
with object extensions, like Visual Basic(tm) (but it is NOT a clone!). 
With Gambas, you can quickly design your program GUI, access MySQL or
PostgreSQL databases, translate your program into many languages, 
create network applications easily, build RPMs of your apps 
automatically, and so on...

#------------------------------------------------------------------------

%package runtime
Summary:	The Gambas runtime
Group:		Development/Basic

%description runtime
This package includes the Gambas interpreter needed to run Gambas applications.

%files runtime
%doc README ChangeLog AUTHORS
%{_bindir}/gbx3
%{_bindir}/gbr3
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.component
%{_libdir}/%{name}/gb.debug.*
%{_libdir}/%{name}/gb.eval.component
%{_libdir}/%{name}/gb.eval.so*
%{_libdir}/%{name}/gb.draw.*
%{_libdir}/%{name}/gb.geom.*
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.info
%{_datadir}/%{name}/info/gb.list
%{_datadir}/%{name}/info/gb.debug.*
%{_datadir}/%{name}/info/gb.eval.list
%{_datadir}/%{name}/info/gb.eval.info
%dir %{_datadir}/%{name}/icons
%{_datadir}/%{name}/icons/application-x-%{name}.png
%{_datadir}/appdata/gambas3.appdata.xml
%dir %{_datadir}/%{name}/template
%{_datadir}/%{name}/template/console
%{_datadir}/%{name}/template/~subversion

#-----------------------------------------------------------------------------

%package devel
Summary:	The Gambas development package
Group:		Development/Basic

%description devel
This package includes all tools needed to compile Gambas projects
without having to install the complete development environment.

%files devel
%doc README ChangeLog
%{_bindir}/gbc3
%{_bindir}/gba3
%{_bindir}/gbi3
# help will not compile reported upstream.
# https://sourceforge.net/p/gambas/mailman/message/33225126/
%ifarch %{ix86}
%{_bindir}/gbh3
%{_bindir}/gbh3.gambas
%endif

#-----------------------------------------------------------------------------

%package script
Summary:	The Gambas scripter package
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description script
This package includes the scripter program that allows to write script files
in Gambas.

%files script
%doc README ChangeLog
%{_bindir}/gbs3
%{_bindir}/gbs3.gambas
%{_bindir}/gbw3
%{_datadir}/%{name}/icons/application-x-gambasserverpage.png
%{_datadir}/%{name}/icons/application-x-gambasscript.png

#-----------------------------------------------------------------------------

%package ide
Summary:	The Gambas IDE
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}
Requires:	%{name}-devel = %{EVRD}
Requires:	%{name}-gb-db = %{EVRD}
Requires:	%{name}-gb-db-form = %{EVRD}
Requires:	%{name}-gb-desktop = %{EVRD}
Requires:	%{name}-gb-eval-highlight = %{EVRD}
Requires:	%{name}-gb-form = %{EVRD}
Requires:	%{name}-gb-form-dialog = %{EVRD}
Requires:	%{name}-gb-form-mdi = %{EVRD}
Requires:	%{name}-gb-form-stock = %{EVRD}
Requires:	%{name}-gb-gui = %{EVRD}
Requires:	%{name}-gb-image = %{EVRD}
Requires:	%{name}-gb-image-effect = %{EVRD}
Requires:	%{name}-gb-settings = %{EVRD}
Requires:	%{name}-gb-clipper = %{EVRD}
Requires:	%{name}-gb-markdown = %{EVRD}
Requires:	%{name}-gb-util = %{EVRD}
Requires:	%{name}-gb-form-editor = %{EVRD}
Requires:	%{name}-gb-net = %{EVRD}
Requires:	%{name}-gb-net-curl = %{EVRD}
Requires:	%{name}-gb-form-editor = %{EVRD}
Requires:	%{name}-gb-util = %{EVRD}
Requires:	%{name}-gb-util-web = %{EVRD}
Requires:	%{name}-gb-form-terminal = %{EVRD}
Requires:	%{name}-gb-inotify = %{EVRD}
Requires:	%{name}-gb-term = %{version}
Requires:	%{name}-gb-web-feed = %{version}
# qt4 is still default in R7
%if %{mdvver} > 201610
Requires:	%{name}-gb-qt5 = %{EVRD}
Requires:	%{name}-gb-qt5-webkit = %{EVRD}
Requires:	%{name}-gb-qt5-opengl = %{EVRD}
Requires:	%{name}-gb-qt5-ext = %{EVRD}
%else
Requires:	%{name}-gb-qt4 = %{EVRD}
Requires:	%{name}-gb-qt4-ext = %{EVRD}
Requires:	%{name}-gb-qt4-webkit = %{EVRD}
Requires:	%{name}-gb-qt4-ext = %{EVRD}
%endif
Requires:	gettext
Requires:	rpm-build

%description ide
This package includes the complete Gambas Development Environment, with the
database manager, the help files, and all components.

%files ide
%doc README ChangeLog
%{_bindir}/%{name}
%{_bindir}/%{name}.gambas
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/*/%{name}.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/template/graphical

#---------------------------------------------------------------------------

%package gb-args
Summary:	Gambas3 component package for args
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-args
Gambas3 component package for args.

%files gb-args
%doc README ChangeLog
%{_libdir}/%{name}/gb.args.*
%{_datadir}/%{name}/info/gb.args.*

#-----------------------------------------------------------------------------

%package gb-cairo
Summary:	The Gambas Cairo component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-cairo
This package contains the Gambas Cario components.

%files gb-cairo
%doc README  ChangeLog
%{_libdir}/%{name}/gb.cairo.*
%{_datadir}/%{name}/info/gb.cairo.*

#-----------------------------------------------------------------------------

%package gb-chart
Summary:	The Gambas chart component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-chart
This package contains the Gambas Chart components.

%files gb-chart
%doc README ChangeLog
%{_libdir}/%{name}/gb.chart.*
%{_datadir}/%{name}/info/gb.chart.*

#---------------------------------------------------------------------------

%package gb-clipper
Summary:	The Gambas clipper component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-clipper
New component based on the Clipper library.

%files gb-clipper
%doc README ChangeLog
%{_libdir}/%{name}/gb.clipper.*
%{_datadir}/%{name}/info/gb.clipper.*

#-----------------------------------------------------------------------------

%package gb-complex
Summary:	The Gambas complex component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-complex
New component that implements a rudimentary management of complex numbers. 
This component is automatically loaded if a complex 
number constant is encountered and no loaded component 
can already handle complex numbers.

%files gb-complex
%doc README ChangeLog
%{_libdir}/%{name}/gb.complex*
%{_datadir}/%{name}/info/gb.complex*

#-----------------------------------------------------------------------------

%package gb-compress
Summary:	The Gambas compression component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-compress
This component allows you to compress/uncompress data or files with
the bzip2 and zip algorithms.

%files gb-compress
%doc README  ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.compress.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.compress.*

#-----------------------------------------------------------------------------

%package gb-crypt
Summary:	The Gambas cryptography component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-crypt
This component allows you to use cryptography in your projects.

%files gb-crypt
%doc README  ChangeLog
%{_libdir}/%{name}/gb.crypt.*
%{_datadir}/%{name}/info/gb.crypt.*

#-----------------------------------------------------------------------------

%package gb-data
Summary:	The Gambas data component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-data
New component that adds new container data types to Gambas.

%files gb-data
%doc README ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.data*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.data*

#-----------------------------------------------------------------------------

%package gb-db
Summary:	The Gambas database component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-db
This component allows you to access many databases management systems,
provided that you install the needed driver packages.

%files gb-db
%doc README  ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.db.so*
%{_libdir}/%{name}/gb.db.component
%{_libdir}/%{name}/gb.db.gambas
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.db.info
%{_datadir}/%{name}/info/gb.db.list

#-----------------------------------------------------------------------------

%package gb-db-form
Summary:	The Gambas db-form component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-db-form
This package contains the Gambas Database form components.

%files gb-db-form
%doc README  ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.db.form.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.db.form.*
%dir %{_datadir}/%{name}/control
%{_datadir}/%{name}/control/gb.db.form

#-----------------------------------------------------------------------------

%package gb-db-mysql
Summary:	The MySQL driver for the Gambas database component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}
Requires:	%{name}-gb-db = %{EVRD}

%description gb-db-mysql
This component allows you to access MySQL databases.

%files gb-db-mysql
%doc README ChangeLog
%{_libdir}/%{name}/gb.db.mysql.*
%{_datadir}/%{name}/info/gb.db.mysql.info
%{_datadir}/%{name}/info/gb.db.mysql.list

#-----------------------------------------------------------------------------

%package gb-db-odbc
Summary:	The ODBC driver for the Gambas database component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}
Requires:	%{name}-gb-db = %{EVRD}

%description gb-db-odbc
This component allows you to access ODBC databases.

%files gb-db-odbc
%doc README ChangeLog
%{_libdir}/%{name}/gb.db.odbc.*
%{_datadir}/%{name}/info/gb.db.odbc.info
%{_datadir}/%{name}/info/gb.db.odbc.list
%{_datadir}/%{name}//template/database

#-----------------------------------------------------------------------------

%package gb-db-postgresql
Summary:	The PostgreSQL driver for the Gambas database component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}
Requires:	%{name}-gb-db = %{EVRD}

%description gb-db-postgresql
This component allows you to access PostgreSQL databases.

%files gb-db-postgresql
%doc README ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.db.postgresql.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.db.postgresql.info
%{_datadir}/%{name}/info/gb.db.postgresql.list

#-----------------------------------------------------------------------------

%package gb-db-sqlite2
Summary:	The SQLite 2 driver for the Gambas database component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}
Requires:	%{name}-gb-db = %{EVRD}

%description gb-db-sqlite2
This component allows you to access SQLite 2 databases.

%files gb-db-sqlite2
%doc README ChangeLog
%{_libdir}/%{name}/gb.db.sqlite2.*
%{_datadir}/%{name}/info/gb.db.sqlite2.info
%{_datadir}/%{name}/info/gb.db.sqlite2.list

#-----------------------------------------------------------------------------

%package gb-db-sqlite3
Summary:	The SQLite 3 driver for the Gambas database component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}
Requires:	%{name}-gb-db = %{EVRD}

%description gb-db-sqlite3
This component allows you to access SQLite 3 databases.

%files gb-db-sqlite3
%doc README  ChangeLog
%{_libdir}/%{name}/gb.db.sqlite3.*
%{_datadir}/%{name}/info/gb.db.sqlite3.info
%{_datadir}/%{name}/info/gb.db.sqlite3.list

#-----------------------------------------------------------------------------

%package gb-dbus
Summary:	The Gambas dbus component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-dbus
This package contains the Gambas D-bus components.

%files gb-dbus
%doc README ChangeLog
%{_libdir}/%{name}/gb.dbus.*
%{_datadir}/%{name}/info/gb.dbus.*

#-----------------------------------------------------------------------------

%package gb-desktop
Summary:	The Gambas XDG component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-desktop
This component allows you to use desktop-agnostic routines based on 
the xdg-utils scripts of the Portland project.

%files gb-desktop
%doc README  ChangeLog
%{_libdir}/%{name}/gb.desktop.*
%{_datadir}/%{name}/info/gb.desktop.*
%{_datadir}/%{name}/control/gb.desktop

#-----------------------------------------------------------------------------

%package gb-eval-highlight
Summary:	The Gambas eval-highlight component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-eval-highlight
This component implements the eval-highlight component.

%files gb-eval-highlight
%doc README ChangeLog
%{_libdir}/%{name}/gb.eval.highlight.*
%{_datadir}/%{name}/info/gb.eval.highlight.*

#-----------------------------------------------------------------------------

%package gb-form
Summary:	The Gambas dialog form component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-form
This component implements the form control.

%files gb-form
%doc README ChangeLog
%{_libdir}/%{name}/gb.form.component
%{_libdir}/%{name}/gb.form.gambas
%{_datadir}/%{name}/control/gb.form
%{_datadir}/%{name}/info/gb.form.info
%{_datadir}/%{name}/info/gb.form.list

#-----------------------------------------------------------------------------

%package gb-form-dialog
Summary:	The Gambas dialog form component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-form-dialog
This component implements the form-dialog control.

%files gb-form-dialog
%doc README ChangeLog
%{_libdir}/%{name}/gb.form.dialog.component
%{_libdir}/%{name}/gb.form.dialog.gambas
%{_datadir}/%{name}/info/gb.form.dialog.info
%{_datadir}/%{name}/info/gb.form.dialog.list

#-----------------------------------------------------------------------------

%package gb-form-editor
Summary:	Gambas3 component text editor
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}
Requires:	%{name}-gb-eval-highlight = %{EVRD}

%description gb-form-editor
This component provides the TextEditor control, 
which is a text editor with syntax highlighting support.

%files gb-form-editor
%doc README ChangeLog
%{_libdir}/%{name}/gb.form.editor.component
%{_libdir}/%{name}/gb.form.editor.gambas
%{_datadir}/%{name}/info/gb.form.editor.info
%{_datadir}/%{name}/info/gb.form.editor.list
%{_datadir}/%{name}/control/gb.form.editor/texteditor.png

#-----------------------------------------------------------------------------

%package gb-form-mdi
Summary:	The Gambas mdi form component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-form-mdi
This component implements the form-mdi control.

%files gb-form-mdi
%doc README ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.form.mdi.component
%{_libdir}/%{name}/gb.form.mdi.gambas
%dir %{_datadir}/%{name}/control
%{_datadir}/%{name}/control/gb.form.mdi
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.form.mdi.info
%{_datadir}/%{name}/info/gb.form.mdi.list

#-----------------------------------------------------------------------------

%package gb-form-stock
Summary:	The Gambas stock form component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-form-stock
This component implements the form-stock control.

%files gb-form-stock
%doc README ChangeLog
%{_libdir}/%{name}/gb.form.stock.component
%{_libdir}/%{name}/gb.form.stock.gambas
%{_datadir}/%{name}/info/gb.form.stock.info
%{_datadir}/%{name}/info/gb.form.stock.list

#---------------------------------------------------------------------------
%package gb-form-terminal

Summary:	Full-featured VT-100 terminal emulator control
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-form-terminal
This component provides a full-featured 
VT-100 terminal emulator control.

%files gb-form-terminal
%doc README ChangeLog
%{_libdir}/%{name}/gb.form.terminal.component
%{_libdir}/%{name}/gb.form.terminal.gambas
%{_datadir}/%{name}/info/gb.form.terminal.info
%{_datadir}/%{name}/info/gb.form.terminal.list
%{_datadir}/%{name}/control/gb.form.terminal/terminalview.png
#---------------------------------------------------------------------------

%package gb-gmp
Summary:	Gambas3 component package for gmp
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-gmp
New component based on the Gnu Multiple Precision Arithmetic 
Library that implements big integers and big rational numbers.

%files gb-gmp
%doc README ChangeLog
%{_libdir}/%{name}/gb.gmp.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.gmp.*

#-----------------------------------------------------------------------------

%package gb-gtk
Summary:	The Gambas GTK+ GUI component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-gtk
This package contains the Gambas GTK+ GUI components.

%files gb-gtk
%doc README ChangeLog
%dir %{_datadir}/%{name}/info
%{_libdir}/%{name}/gb.gtk.*
%{_datadir}/%{name}/info/gb.gtk.*
%{_datadir}/%{name}/template/gtk2

#-----------------------------------------------------------------------------

%package gb-gtk3
Summary:	Gambas3 component package for gtk3
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-gtk3
Gambas3 component package for gtk3.

%files gb-gtk3
%doc README  ChangeLog
%{_libdir}/%{name}/gb.gtk3.component
%{_libdir}/%{name}/gb.gtk3.so*
%{_datadir}/%{name}/info/gb.gtk3.info
%{_datadir}/%{name}/info/gb.gtk3.list
%{_datadir}/%{name}/template/gtk3

#-----------------------------------------------------------------------------

%package gb-gsl
Summary:	The Gambas interface to the GNU Scientific Library 
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-gsl
This component provides an interface to the GNU Scientific Library.

%files gb-gsl
%doc README  ChangeLog
%{_libdir}/%{name}/gb.gsl.*
%{_datadir}/%{name}/info/gb.gsl.*

#-----------------------------------------------------------------------------

%package gb-gui
Summary:	The Gambas GUI component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-gui
This is a component that just loads gb.qt if you are running KDE or
gb.gtk in the other cases.

%files gb-gui
%doc README ChangeLog
%{_libdir}/%{name}/gb.gui.*
%{_datadir}/%{name}/info/gb.gui.*

#---------------------------------------------------------------------------

%package gb-httpd
Summary:	Gambas3 component package for httpd
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-httpd
Gambas3 component package for httpd.

%files gb-httpd
%doc README ChangeLog
%{_libdir}/%{name}/gb.httpd.*
%{_datadir}/%{name}/info/gb.httpd.*

#-----------------------------------------------------------------------------

%package gb-image
Summary:	The Gambas image manipulation component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-image
This component allows you to apply various effects to images.

%files gb-image
%doc README ChangeLog
%{_libdir}/%{name}/gb.image.component
%{_libdir}/%{name}/gb.image.so*
%{_datadir}/%{name}/info/gb.image.info
%{_datadir}/%{name}/info/gb.image.list

#-----------------------------------------------------------------------------

%package gb-image-effect
Summary:	The Gambas image effect component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-image-effect
This component allows you to apply various effects to images.

%files gb-image-effect
%doc README ChangeLog
%{_libdir}/%{name}/gb.image.effect.*
%{_datadir}/%{name}/info/gb.image.effect.*

#-----------------------------------------------------------------------------

%package gb-image-imlib
Summary:	The Gambas image imlib component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-image-imlib
This component allows you to manipulate images with imlibs.

%files gb-image-imlib
%doc README ChangeLog
%{_libdir}/%{name}/gb.image.imlib.*
%{_datadir}/%{name}/info/gb.image.imlib.*

#-----------------------------------------------------------------------------

%package gb-image-io
Summary:	The Gambas image io component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-image-io
This component allows you to perform images input output operations.

%files gb-image-io
%doc README ChangeLog
%{_libdir}/%{name}/gb.image.io.*
%{_datadir}/%{name}/info/gb.image.io.*

#---------------------------------------------------------------------------

%package gb-inotify
Summary:	Gambas3 component package for inotify
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-inotify
Gambas3 component package for inotify.

%files gb-inotify
%doc README ChangeLog
%{_libdir}/%{name}/gb.inotify.component
%{_libdir}/%{name}/gb.inotify.so*
%{_datadir}/%{name}/info/gb.inotify.info
%{_datadir}/%{name}/info/gb.inotify.list

#-----------------------------------------------------------------------------

%package gb-libxml
Summary:	The Gambas libxml component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-libxml
This component allows you to use xml.

%files gb-libxml
%doc README ChangeLog
%{_libdir}/%{name}/gb.libxml.so*
%{_libdir}/%{name}/gb.libxml.component
%{_datadir}/%{name}/info/gb.libxml.info
%{_datadir}/%{name}/info/gb.libxml.list

#---------------------------------------------------------------------------

%package gb-logging
Summary:	Gambas3 component package for logging
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-logging
Gambas3 component package for logging.

%files gb-logging
%doc README ChangeLog
%{_libdir}/%{name}/gb.logging.*
%{_datadir}/%{name}/info/gb.logging.*

#---------------------------------------------------------------------------

%package gb-map
Summary:	Gambas3 component package for map
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-map
Gambas3 component package for map.

%files gb-map
%doc README ChangeLog
%{_libdir}/%{name}/gb.map.component
%{_libdir}/%{name}/gb.map.gambas
%{_datadir}/%{name}/info/gb.map.*
%{_datadir}/%{name}/control/gb.map/

#---------------------------------------------------------------------------

%package gb-markdown
Summary:	Gambas3 component package for markdown
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-markdown
Gambas3 component package for markdown.

%files gb-markdown
%doc README ChangeLog
%{_libdir}/%{name}/gb.markdown.component
%{_libdir}/%{name}/gb.markdown.gambas
%{_datadir}/%{name}/info/gb.markdown.info
%{_datadir}/%{name}/info/gb.markdown.list

#-----------------------------------------------------------------------------

# we don't have gst-1 in lts
%if %{mdvver} >= 201210
%package gb-media
Summary:	The Gambas media component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-media
This package contains the Gambas media component.

%files gb-media
%doc README ChangeLog
%{_libdir}/%{name}/gb.media.*
%{_datadir}/%{name}/info/gb.media.*
%{_datadir}/%{name}/control/gb.media.form/mediaview.png
%endif

#---------------------------------------------------------------------------

%package gb-memcached
Summary:	Gambas3 component package for memcached
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-memcached
Gambas3 component package for memcached.

%files gb-memcached
%doc README ChangeLog
%{_libdir}/%{name}/gb.memcached.*
%{_datadir}/%{name}/info/gb.memcached.*

#-----------------------------------------------------------------------------

%package gb-mime
Summary:	The Gambas mime component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-mime
New component that allows to encode and decode MIME messages.

%files gb-mime
%doc README ChangeLog
%{_libdir}/gambas3/gb.mime.component
%{_libdir}/gambas3/gb.mime.so
%{_libdir}/gambas3/gb.mime.so.0
%{_libdir}/gambas3/gb.mime.so.0.0.0
%{_datadir}/gambas3/info/gb.mime.info
%{_datadir}/gambas3/info/gb.mime.list
%{_datadir}/mime/packages/application-x-gambas3.xml
%{_datadir}/mime/packages/application-x-gambasscript.xml

#-----------------------------------------------------------------------------

%package gb-mysql
Summary:	The Gambas mysql component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-mysql
This package contains the Gambas MySQL components.

%files gb-mysql
%doc README ChangeLog
%{_libdir}/%{name}/gb.mysql.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.mysql.*

#-----------------------------------------------------------------------------

%package gb-ncurses
Summary:	The Gambas ncurses component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-ncurses
This component allows you to use ncurses with gambas.

%files gb-ncurses
%doc README ChangeLog
%{_libdir}/%{name}/gb.ncurses.so*
%{_libdir}/%{name}/gb.ncurses.component
%{_datadir}/%{name}/info/gb.ncurses.info
%{_datadir}/%{name}/info/gb.ncurses.list

#---------------------------------------------------------------------------

%package gb-net
Summary:	The Gambas networking component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-net
This component allows you to use TCP/IP and UDP sockets, and to access
any serial ports.

%files gb-net
%doc README ChangeLog
%{_libdir}/%{name}/gb.net.so*
%{_libdir}/%{name}/gb.net.component
%{_datadir}/%{name}/info/gb.net.info
%{_datadir}/%{name}/info/gb.net.list

#-----------------------------------------------------------------------------

%package gb-net-curl
Summary:	The Gambas advanced networking component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}
Requires:	%{name}-gb-net = %{EVRD}

%description gb-net-curl
This component allows your programs to easily become FTP or HTTP clients.

%files gb-net-curl
%doc README ChangeLog
%{_libdir}/%{name}/gb.net.curl.so*
%{_libdir}/%{name}/gb.net.curl.component
%{_libdir}/%{name}/gb.net.curl.gambas
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.net.curl.info
%{_datadir}/%{name}/info/gb.net.curl.list

#----------------------------------------------------------------------------

%package gb-net-pop3
Summary:	Gambas3 component package for net-pop3
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}
Requires:	%{name}-gb-mime = %{EVRD}

%description gb-net-pop3
New component that implements a POP3 client.

%files gb-net-pop3
%doc README ChangeLog
%{_libdir}/%{name}/gb.net.pop3.*
%{_datadir}/%{name}/info/gb.net.pop3.*
%{_datadir}/%{name}/control/gb.net.pop3/pop3client.png

#-----------------------------------------------------------------------------

%package gb-net-smtp
Summary:	The Gambas SMTP component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}
Requires:	%{name}-gb-net = %{EVRD}

%description gb-net-smtp
This component allows you to send emails using the SMTP protocol.

%files gb-net-smtp
%doc README ChangeLog
%{_libdir}/%{name}/gb.net.smtp.*
%{_datadir}/%{name}/info/gb.net.smtp.*
%{_datadir}/%{name}/control/gb.net.smtp/smtpclient.png

#---------------------------------------------------------------------------

%package gb-openal
Summary:	Gambas3 component package for openal
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-openal
Component based on the OpenAL 3D audio library.

%files gb-openal
%doc README ChangeLog
%{_libdir}/%{name}/gb.openal.*
%{_datadir}/%{name}/info/gb.openal.*

#-----------------------------------------------------------------------------

%package gb-opengl
Summary:	The Gambas OpenGL component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-opengl
This component allows you to use the Mesa libraries to do 3D operations.

%files gb-opengl
%doc README ChangeLog
%{_libdir}/%{name}/gb.opengl.component
%{_libdir}/%{name}/gb.opengl.so*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.opengl.info
%{_datadir}/%{name}/info/gb.opengl.list

#-----------------------------------------------------------------------------

%package gb-opengl-glsl
Summary:	The Gambas opengl-glsl component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-opengl-glsl
This component allows you to use the Mesa libraries to do 3D operations.

%files gb-opengl-glsl
%doc README ChangeLog
%{_libdir}/%{name}/gb.opengl.glsl.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.opengl.glsl.*

#-----------------------------------------------------------------------------

%package gb-opengl-glu
Summary:	The Gambas opengl-glu component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-opengl-glu
This component allows you to use the Mesa libraries to do 3D operations.

%files gb-opengl-glu
%doc README ChangeLog
%{_libdir}/%{name}/gb.opengl.glu.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.opengl.glu.*

#---------------------------------------------------------------------------

%package gb-opengl-sge
Summary:	Gambas3 component package for opengl-sge
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}
Requires:	%{name}-gb-opengl = %{EVRD}

%description gb-opengl-sge
Component that implements a simple OpenGL game engine based on the MD2 format.

%files gb-opengl-sge
%doc README ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.opengl.sge.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.opengl.sge.*

#---------------------------------------------------------------------------

%package gb-openssl
Summary:	Gambas3 component package for openssl
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-openssl
Component to wrap cryptographic functions of 
libcrypto from the OpenSSL project.

%files gb-openssl
%doc README ChangeLog
%{_libdir}/%{name}/gb.openssl.*
%{_datadir}/%{name}/info/gb.openssl.*

#-----------------------------------------------------------------------------

%package gb-option
Summary:	The Gambas command-line option component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-option
This component allows you to interpret command-line options.

%files gb-option
%doc README ChangeLog
%{_libdir}/%{name}/gb.option.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.option.*

#-----------------------------------------------------------------------------

%package gb-pcre
Summary:	The Gambas PCRE component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-pcre
This component allows you to use Perl compatible regular expressions
within Gambas code.

%files gb-pcre
%doc README ChangeLog
%{_libdir}/%{name}/gb.pcre.*
%{_datadir}/%{name}/info/gb.pcre.*

#-----------------------------------------------------------------------------

%package gb-pdf
Summary:	The Gambas PDF component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-pdf
This component allows you to manipulate pdf files with Gambas code.

%files gb-pdf
%doc README ChangeLog
%{_libdir}/%{name}/gb.pdf.*
%{_datadir}/%{name}/info/gb.pdf.*

#-----------------------------------------------------------------------------

%package gb-qt4
Summary:	The Gambas Qt GUI component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-qt4
This package includes the Gambas QT GUI component.

%files gb-qt4
%doc README ChangeLog
%{_libdir}/%{name}/gb.qt4.component
%{_libdir}/%{name}/gb.qt4.so*
%{_datadir}/%{name}/info/gb.qt4.info
%{_datadir}/%{name}/info/gb.qt4.list
%{_datadir}/%{name}/template/qt

#-----------------------------------------------------------------------------

%package gb-qt4-ext
Summary:	The Gambas qt-ext component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-qt4-ext
This package contains the Gambas qt-ext components.

%files gb-qt4-ext
%doc README  ChangeLog
%{_libdir}/%{name}/gb.qt4.ext.*
%{_datadir}/%{name}/info/gb.qt4.ext.*

#-----------------------------------------------------------------------------

%package gb-qt4-opengl
Summary:	The Gambas qt-opengl component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-qt4-opengl
This package contains the Gambas qt-opengl components.

%files gb-qt4-opengl
%doc README ChangeLog
%{_libdir}/%{name}/gb.qt4.opengl.*
%{_datadir}/%{name}/info/gb.qt4.opengl.*

#-----------------------------------------------------------------------------

%package gb-qt4-webkit
Summary:	The Gambas qt-webkit component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-qt4-webkit
This package contains the Gambas qt-webkit components.

%files gb-qt4-webkit
%doc README ChangeLog
%{_libdir}/%{name}/gb.qt4.webkit.*
%{_datadir}/%{name}/info/gb.qt4.webkit.*

#-----------------------------------------------------------------------------
#qt5
#-----------------------------------------------------------------------------
%package gb-qt5
Summary:	The Gambas Qt GUI component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-qt5
This package includes the Gambas QT GUI component.

%files gb-qt5
%doc README ChangeLog
%{_libdir}/%{name}/gb.qt5.component
%{_libdir}/%{name}/gb.qt5.so*
%{_datadir}/%{name}/info/gb.qt5.info
%{_datadir}/%{name}/info/gb.qt5.list

#-----------------------------------------------------------------------------

%package gb-qt5-opengl
Summary:	The Gambas qt-opengl component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-qt5-opengl
This package contains the Gambas qt-opengl components.

%files gb-qt5-opengl
%doc README ChangeLog
%{_libdir}/%{name}/gb.qt5.opengl.*
%{_datadir}/%{name}/info/gb.qt5.opengl.*

#-----------------------------------------------------------------------------

%package gb-qt5-webkit
Summary:	The Gambas qt-webkit component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-qt5-webkit
This package contains the Gambas qt-webkit components.

%files gb-qt5-webkit
%doc README ChangeLog
%{_libdir}/%{name}/gb.qt5.webkit.*
%{_datadir}/%{name}/info/gb.qt5.webkit.*

#-----------------------------------------------------------------------------
%package gb-qt5-ext
Summary:	The Gambas qt-ext component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-qt5-ext
This package contains the Gambas qt-ext components.

%files gb-qt5-ext
%doc README  ChangeLog
%{_libdir}/%{name}/gb.qt5.ext.*
%{_datadir}/%{name}/info/gb.qt5.ext.info
%{_datadir}/%{name}/info/gb.qt5.ext.list
#-----------------------------------------------------------------------------


%package gb-report
Summary:	The Gambas report component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-report
This package contains the Gambas Report components.

%files gb-report
%doc README ChangeLog
%{_libdir}/%{name}/gb.report.*
%{_datadir}/%{name}/info/gb.report.*
%{_datadir}/%{name}/control/gb.report

#-----------------------------------------------------------------------------
# since 3.7.0
%package gb-report2
Summary:	Gambas3 component package for reporting
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-report2
gb.report2 is a new and better implementation of the reporting component.

%files gb-report2
%doc README ChangeLog
%{_libdir}/%{name}/gb.report2.component
%{_libdir}/%{name}/gb.report2.gambas
%{_datadir}/%{name}/control/gb.report2/*.png
%{_datadir}/%{name}/info/gb.report2.info
%{_datadir}/%{name}/info/gb.report2.list

#-----------------------------------------------------------------------------

%package gb-scanner
Summary:	Gambas3 component package for SANE
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-scanner
Is a new component based on SANE to help dealing with scanners.

%files gb-scanner
%doc README ChangeLog
%{_libdir}/%{name}/gb.scanner.component
%{_libdir}/%{name}/gb.scanner.gambas
%{_datadir}/%{name}/info/gb.scanner.info
%{_datadir}/%{name}/info/gb.scanner.list

#-----------------------------------------------------------------------------

%package gb-sdl
Summary:	The Gambas SDL component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-sdl
This component use the sound, image and TTF fonts parts of the SDL
library. It allows you to simultaneously play many sounds and music
stored in a file. If OpenGL drivers are installed it uses them to 
accelerate 2D and 3D drawing.

%files gb-sdl
%doc README ChangeLog
%{_libdir}/%{name}/gb.sdl.so
%{_libdir}/%{name}/gb.sdl.so.*
%{_libdir}/%{name}/gb.sdl.component
%{_datadir}/%{name}/info/gb.sdl.info
%{_datadir}/%{name}/info/gb.sdl.list
%{_datadir}/%{name}/template/sdl

#-----------------------------------------------------------------------------

%package gb-sdl2
Summary:	The Gambas SDL2 component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-sdl2
This component use the sound, image and TTF fonts parts of the SDL2
library. It allows you to simultaneously play many sounds and music
stored in a file. If OpenGL drivers are installed it uses them to 
accelerate 2D and 3D drawing.

%files gb-sdl2
%doc README ChangeLog
%{_libdir}/%{name}/gb.sdl2.so
%{_libdir}/%{name}/gb.sdl2.so.*
%{_libdir}/%{name}/gb.sdl2.component
%{_datadir}/%{name}/info/gb.sdl2.info
%{_datadir}/%{name}/info/gb.sdl2.list

#-----------------------------------------------------------------------------

%package gb-sdl-sound
Summary:	The Gambas SDL sound component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-sdl-sound
This component allows you to play sounds in Gambas. This component 
manages up to 32 sound tracks that can play sounds from memory, and
one music track that can play music from a file. Everything is mixed
in real time.

%files gb-sdl-sound
%doc README ChangeLog
%{_libdir}/%{name}/gb.sdl.sound.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.sdl.sound.*

#-----------------------------------------------------------------------------

%package gb-sdl2-sound
Summary:	The Gambas SDL sound component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-sdl2-sound
This component allows you to play sounds in Gambas. This component 
manages up to 32 sound tracks that can play sounds from memory, and
one music track that can play music from a file. Everything is mixed
in real time  using SDL2.

%files gb-sdl2-sound
%doc README ChangeLog
%{_libdir}/%{name}/gb.sdl2.audio.component
%{_libdir}/%{name}/gb.sdl2.audio.so
%{_libdir}/%{name}/gb.sdl2.audio.so.0
%{_libdir}/%{name}/gb.sdl2.audio.so.0.0.0
%{_datadir}/%{name}/info/gb.sdl2.audio.info
%{_datadir}/%{name}/info/gb.sdl2.audio.list

#-----------------------------------------------------------------------------

%package gb-settings
Summary:	The Gambas settings component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-settings
This components allows you to deal with configuration files.

%files gb-settings
%doc README ChangeLog
%{_libdir}/%{name}/gb.settings.*
%{_datadir}/%{name}/info/gb.settings.*

#-----------------------------------------------------------------------------

%package gb-signal
Summary:	The Gambas signal component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-signal
This package contains the Gambas Signal components.

%files gb-signal
%doc README ChangeLog
%{_libdir}/%{name}/gb.signal.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.signal.*

#-----------------------------------------------------------------------------

%package gb-util
Summary:	Gambas3 component package for utility functions
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-util
Is a new component written in Gambas that 
provides utility functions to the interpreter.

%files gb-util
%doc README ChangeLog
%{_libdir}/%{name}/gb.util.component
%{_libdir}/%{name}/gb.util.gambas
%{_datadir}/%{name}/info/gb.util.info
%{_datadir}/%{name}/info/gb.util.list

#-----------------------------------------------------------------------------

%package gb-util-web
Summary:	Gambas3 component package for web applications
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-util-web
Is a new component written in Gambas that 
provides utility functions to web applications.

%files gb-util-web
%doc README ChangeLog
%{_libdir}/%{name}/gb.util.web.component
%{_libdir}/%{name}/gb.util.web.gambas
%{_datadir}/%{name}/control/gb.util.web/ccontainer.png
%{_datadir}/%{name}/control/gb.util.web/ccontrol.png
%{_datadir}/%{name}/info/gb.util.web.info
%{_datadir}/%{name}/info/gb.util.web.list

#-----------------------------------------------------------------------------

%package gb-v4l
Summary:	The Gambas Video4Linux component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-v4l
This components allows you to use the Video4Linux interface with
Gambas.

%files gb-v4l
%doc README ChangeLog
%{_libdir}/%{name}/gb.v4l.*
%{_datadir}/%{name}/info/gb.v4l.*

#-----------------------------------------------------------------------------

%package gb-vb
Summary:	The Gambas Visual Basic(tm) compatibility component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-vb
This component aims at including some functions that imitate the
behavior of Visual Basic(TM) functions. Use it only if you want to
port some VB projects.

%files gb-vb
%doc README ChangeLog
%{_libdir}/%{name}/gb.vb.*
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.vb.*

#-----------------------------------------------------------------------------

%package gb-web
Summary:	The Gambas CGI component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-web
This components allows you to make CGI web applications using Gambas, 
with an ASP-like interface.

%files gb-web
%doc README ChangeLog
%{_datadir}/%{name}/template/web
%{_libdir}/%{name}/gb.web.component
%{_libdir}/%{name}/gb.web.gambas
%{_datadir}/%{name}/info/gb.web.info
%{_datadir}/%{name}/info/gb.web.list

#------------------------------------------------------------------------------

%package gb-web-form

Summary:	Create GUI of your web application from the Gambas IDE
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-web-form
A new component that allows to make the GUI 
of your web application from the Gambas IDE. 
Almost everything is done on the server side. 
The user browser is mainly used as an enhanced 
graphical terminal running the less JavaScript as possible. 
Events and page refresh flow between the browser 
and the server through XML HTTP requests.

%files gb-web-form
%doc README ChangeLog
%{_libdir}/%{name}/gb.web.form.*
%{_datadir}/%{name}/info/gb.web.form.*
%{_datadir}/%{name}/control/gb.web.form/
#-----------------------------------------------------------------------------

%package gb-xml
Summary:	The Gambas xml component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}

%description gb-xml
This component allows you to use xml.

%files gb-xml
%doc README ChangeLog
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/gb.xml.gambas
%{_libdir}/%{name}/gb.xml.so*
%{_libdir}/%{name}/gb.xml.component
%dir %{_datadir}/%{name}/info
%{_datadir}/%{name}/info/gb.xml.info
%{_datadir}/%{name}/info/gb.xml.list

#-----------------------------------------------------------------------------

%package gb-xml-html
Summary:	The Gambas xml html component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}
Requires:	%{name}-gb-xml = %{EVRD}

%description gb-xml-html
This component allows you to use xml html.

%files gb-xml-html
%doc README ChangeLog
%{_libdir}/%{name}/gb.xml.html.so*
%{_libdir}/%{name}/gb.xml.html.component
%{_datadir}/%{name}/info/gb.xml.html.info
%{_datadir}/%{name}/info/gb.xml.html.list

#-----------------------------------------------------------------------------

%package gb-xml-rpc
Summary:	The Gambas xml-rpc component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}
Requires:	%{name}-gb-xml = %{EVRD}

%description gb-xml-rpc
This component allows you to use xml-rpc.

%files gb-xml-rpc
%doc README ChangeLog
%{_libdir}/%{name}/gb.xml.rpc*
%{_datadir}/%{name}/info/gb.xml.rpc.info
%{_datadir}/%{name}/info/gb.xml.rpc.list

#-----------------------------------------------------------------------------

%package gb-xml-xslt
Summary:	The Gambas xml-rpc component
Group:		Development/Basic
Requires:	%{name}-runtime = %{EVRD}
Requires:	%{name}-gb-xml = %{EVRD}

%description gb-xml-xslt
This component allows you to use xml-xslt.

%files gb-xml-xslt
%doc README ChangeLog
%{_libdir}/%{name}/gb.xml.xslt*
%{_datadir}/%{name}/info/gb.xml.xslt*

#-----------------------------------------------------------------------------

%package gb-web-feed
Summary: The Gambas CGI web-feed component
Group: Development/Basic
Requires: %{name}-runtime = %{version}
Requires: %{name}-gb-web = %{version}

%description gb-web-feed
This components allows you to make 
CGI web-feed applications using Gambas,
with an ASP-like interface.

%files gb-web-feed
%doc README ChangeLog
%{_libdir}/%{name}/gb.web.feed.component
%{_libdir}/%{name}/gb.web.feed.gambas
%{_datadir}/%{name}/info/gb.web.feed.info
%{_datadir}/%{name}/info/gb.web.feed.list

#-----------------------------------------------------------------------------

%package gb-term
Summary: The Gambas Terminal component
Group: Development/Basic
Requires: %{name}-runtime = %{version}

%description gb-term
This component allows to manager terminals, 
with an API very close to the one 
provided by the operating system.

%files gb-term
%doc README ChangeLog
%{_libdir}/%{name}/gb.term.*
%{_datadir}/%{name}/info/gb.term.*

#-----------------------------------------------------------------------------


%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1


for i in `find . -name "acinclude.m4"`;
do
	sed -i -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' ${i}
	sed -i 's|$AM_CFLAGS -O3|$AM_CFLAGS|g' ${i}
	sed -i 's|$AM_CXXFLAGS -Os -fno-omit-frame-pointer|$AM_CXXFLAGS|g' ${i}
	sed -i 's|$AM_CFLAGS -Os|$AM_CFLAGS|g' ${i}
	sed -i 's|$AM_CFLAGS -O0|$AM_CFLAGS|g' ${i}
	sed -i 's|$AM_CXXFLAGS -O0|$AM_CXXFLAGS|g' ${i}
done

# debug linting fix
chmod -x main/gbx/gbx_local.h
chmod -x gb.xml/src/xslt/CXSLT.h
chmod -x main/lib/option/main.h
chmod -x main/lib/option/main.c
chmod -x main/lib/option/getoptions.c
chmod -x main/lib/option/getoptions.h
chmod -x main/gbx/gbx_subr_file.c
chmod -x gb.xml/src/xslt/main.cpp
chmod -x gb.qt4/src/CContainer.cpp
chmod -x gb.xml/src/xslt/CXSLT.cpp

%build
%setup_compile_flags

./reconf-all
for i in `find -name configure`
do
        (
          pushd `dirname $i`
          %before_configure
          popd
        )
done


%configure2_5x
%make 

%install
%makeinstall_std

# Get the SVN noise out of the main tree
find %{buildroot}%{_datadir}/%{name}/ -type d -name .svn -exec rm -rf {} 2>/dev/null ';' || :

# Mime types.
mkdir -p %{buildroot}%{_datadir}/mime/packages/
install -m 0644 -p app/mime/application-x-gambasscript.xml %{buildroot}%{_datadir}/mime/packages/
install -m 0644 -p main/mime/application-x-gambas3.xml %{buildroot}%{_datadir}/mime/packages/

# clean, should be done upstream
find %{buildroot} -name '*.la' -delete
rm -f %{buildroot}%{_libdir}/%{name}/gb.so %{buildroot}%{_libdir}/%{name}/gb.so.*

# menu entry && icons
install -D -m 755 app/src/%{name}/img/logo/head-16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m 755 app/src/%{name}/img/logo/head-32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m 755 app/src/%{name}/img/logo/project.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D -m 755 app/src/%{name}/img/logo/logo-ide.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop

desktop-file-install %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
chmod -x %{buildroot}%{_datadir}/applications/%{name}.desktop 
chmod -x %{buildroot}%{_appdatadir}/gambas3.appdata.xml
chmod -x %{buildroot}%{_libdir}/%{name}/gb.component
mkdir -p %{buildroot}%{_docdir}


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10204 |14cu|gambatte-0.5.0-1.r571.0
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define subver r571

Summary:	Game Boy Color emulator with Qt and SDL frontends
Name:		gambatte
Version:	0.5.0
Release:	1.%{subver}.0
License:	GPLv2+
Group:		Emulators
Url:		http://sourceforge.net/projects/gambatte/
Source0:	https://sourceforge.net/projects/gambatte/files/gambatte/%{subver}/%{name}_src-%{subver}.tar.gz
Source1:	%{name}.png
BuildRequires:	fontconfig
BuildRequires:	imagemagick
BuildRequires:	scons
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xv)

%description
Gambatte is an accuracy-focused, open-source, cross-platform
Game Boy / Game Boy Color emulator written in C++. It is based on hundreds of
corner case hardware tests, as well as previous documentation and reverse
engineering efforts.

The core emulation code is contained in a separate library back-end
(libgambatte) written in platform-independent C++. There is currently a GUI
front-end (gambatte_qt) using Trolltech's Qt4 toolkit, and a simple 
command-line SDL front-end (gambatte_sdl).

%files
%doc README changelog COPYING
%{_bindir}/gambatte_*
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}_src-%{subver}

# fix png rgb 
find . %{SOURCE1} -exec convert {} -strip {} \;


%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
cd libgambatte
%scons
cd ../gambatte_qt
%qmake_qt4
%make
cd ../gambatte_sdl
%scons

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 gambatte_qt/bin/gambatte_qt %{buildroot}%{_bindir}
install -m 755 gambatte_sdl/gambatte_sdl %{buildroot}%{_bindir}

# install menu entries
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Gambatte
Comment=Game Boy Color Emulator
Exec=%{name}_qt
Icon=%{name}
Type=Application
Terminal=false
Categories=X-MandrivaLinux-MoreApplications-Emulators;Emulator;
EOF

#Icons
mkdir -p %{buildroot}%{_datadir}/pixmaps/
install -c -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}%{_miconsdir}
mkdir -p %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{_iconsdir}

install -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png
convert %{buildroot}%{_miconsdir}/%{name}.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert %{buildroot}%{_iconsdir}/%{name}.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png

%changelog

* Sat Sep 10 2016 alzim <alzim@bk.ru> 0.5.0-1.r571.0
- (e35fc61) Merge pull request #1 from import/gambatte:rosa2016.1
- (e35fc61) Updated to r571



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10205 |14cu|gambit-14.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Software tools for game theory
Name:		gambit
Version:	14.1.0
Release:	1
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://www.gambit-project.org/
Source0:	http://sourceforge.net/projects/gambit/files/gambit14/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	wxgtku2.8-devel

%description
Gambit is a set of software tools for doing computation on finite,
noncooperative games. These comprise a graphical interface for
interactively building and analyzing general games in extensive or
strategy form; a number of command-line tools for computing Nash
equilibria and other solution concepts in games; and, a set of file
formats for storing and communicating games to external tools.

%files
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
# enumpoly is not supported on 64 bit
%configure2_5x --disable-enumpoly
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_includedir}

# install games
mkdir -p %{buildroot}%{_datadir}/%{name}/games
cp contrib/games/* %{buildroot}%{_datadir}/%{name}/games/

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
install -m 0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

# install menu icons
for N in 16 32 48 64 128;
do
convert src/gui/bitmaps/gambit.xpm -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog
* Wed Oct 22 2014 Rosa <rosa@abf.rosalinux.ru> 14.1.0-1
+ Revision: 92bb73f
- Automatic import for version 14.1.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10206 |14cu|game24-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	24gameconsole

Summary:	A console application to play the 24 game
Name:		game24
Version:	1.0.1
Release:	1
License:	ASL 2.0 
Group:		Games/Cards 
Url:		https://github.com/benhengx/game24
Source0:	http://pypi.python.org/packages/source/g/%{name}/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)

%description
A console application to play the 24 Game.

%files
%doc LICENSE README.rst
%{_bindir}/%{oname} 
%{_datadir}/applications/%{name}.desktop
%{py_puresitedir}/%{name}/*.py*
%{py_puresitedir}/%{name}*.egg-info
#-----------------------------------------------------------

%prep
%setup -q

%build
%py_build

%install
%py_install

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=A console application to play the 24 game
Exec=%{oname} 
Icon=applications-cardgames
Type=Application
StartupNotify=false
Categories=Game;CardGame;
Terminal=true
EOF

chmod +x %{buildroot}%{py_puresitedir}/%{name}/%{oname}.py






%changelog

* Sun Nov 27 2016 abfonly <abfonly@gmail.com> 1.0.1-1
- (4fca66b) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10207 |14cu|gammu-1.39.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 8
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Mobile phones tools for Unix (Linux) and Win32
Name:		gammu
Version:	1.39.0
Release:	1
License:	GPLv2+
Group:		Communications
Url:		http://www.gammu.org/
Source:		http://dl.cihar.com/gammu/releases/%{name}-%{version}.tar.bz2?/%{name}-%{version}.tar.bz2
Source1:	69-gammu-acl.rules
BuildRequires:	pkgconfig(bluez)
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	systemd-units
BuildRequires:	gettext-devel
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(dbi)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(systemd)

%description
Gammu can do such things with cellular phones as making data calls,
updating the address book, changing calendar and ToDo entries, sending and
receiving SMS messages, loading and getting ring tones and pictures (different
types of logos), synchronizing time, enabling NetMonitor, managing WAP
settings and bookmarks and much more. Functions depend on the phone model.

%files -f %{name}.lang
%doc ChangeLog COPYING INSTALL
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/gammurc
%{_sysconfdir}/udev/rules.d/*.rules
%{_sysconfdir}/bash_completion.d/gammu
%{_bindir}/gammu
%{_bindir}/gammu-detect
%{_bindir}/gammu-smsd
%{_bindir}/gammu-smsd-inject
%{_bindir}/gammu-smsd-monitor
%{_bindir}/jadmaker
%{_mandir}/man1/gammu-detect.*
%{_mandir}/man1/gammu-smsd-inject.*
%{_mandir}/man1/gammu-smsd-monitor.1.*
%{_mandir}/man1/gammu-smsd.*
%{_mandir}/man1/gammu.*
%{_mandir}/man1/jadmaker.*
%{_mandir}/man5/*
%{_mandir}/man7/*
%{_datadir}/%{name}
%{_unitdir}/gammu-smsd.service

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Mobile phones tools for Unix (Linux) and Win32 (libraries)
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
Gammu can do such things with cellular phones as making data calls,
updating the address book, changing calendar and ToDo entries, sending and
receiving SMS messages, loading and getting ring tones and pictures (different
types of logos), synchronizing time, enabling NetMonitor, managing WAP
settings and bookmarks and much more. Functions depend on the phone model.

%files -n %{libname}
%{_libdir}/libGammu.so.%{major}*
%{_libdir}/libgsmsd.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and pkgconfig file for Gammu development
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	libgammu-devel = %{EVRD}

%description -n %{devname}
This package contains the headers and pkgconfig file that programmers
will need to develop applications which will use libGammu.

%files -n %{devname}
%{_bindir}/gammu-config
%{_libdir}/*.so
%{_includedir}/gammu
%{_mandir}/man1/gammu-config.*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DINSTALL_LIB_DIR=%{_lib}
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_sysconfdir}
sed -e 's|^port =.*$|port = /dev/ttyS0|' \
    -e 's|^connection =.*$|connection = dlr3|' \
    -e 's/$//' \
    < docs/config/gammurc > %{buildroot}%{_sysconfdir}/gammurc

mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d/
install -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/69-gammu-acl.rules

%find_lang %{name} lib%{name} %{name}.lang
%changelog

* Thu May 24 2018 vladi105 <vladi105@mail.ru> 1.39.0-1
- (162a123) Merge pull request #4 from vladi105/gammu:rosa2014.1
- (162a123) updated to version 1.39



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10208 |14cu|ganyremote-6.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _appdatadir %{_datadir}/appdata

Summary:		GTK frontend for anyRemote
Name:			ganyremote
Version:		6.3.3
Release:		1
License:		GPLv2+
Group:			Graphical desktop/GNOME
Source0:	 	http://download.sourceforge.net/anyremote/%name-%version.tar.gz
URL:			http://anyremote.sourceforge.net/

BuildRequires:	appstream-util

Requires:	pygtk2.0 
Requires:	pythonegg(pybluez) 
Requires:	anyremote >= 6.5
Requires:	bluez

BuildArch:		noarch

%description
gAnyRemote package is GTK GUI frontend for anyRemote.  It provides remote
control service on Linux through Bluetooth, InfraRed, Wi-Fi or TCP/IP
connection.

%files -f %name.lang
%doc NEWS README AUTHORS
%{_bindir}/%name
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/*.desktop
%{_appdatadir}/ganyremote.appdata.xml
#-------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --build=%{_host}
%make

%install
%makeinstall_std
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml

%find_lang %name

# we'll cp our own doc files
rm -rf %buildroot%_datadir/doc


%changelog

* Fri Oct 16 2015 abfonly <abfonly@gmail.com> 6.3.3-1
- (4aa3029) Log: Update to 6.3.3
- (4aa3029) align with appdata policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10209 |14cu|garcon-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

%define major 0
%define api 1
%define libname %mklibname %{name} %{api} %{major}
%define gtklibname %mklibname %{name}-gtk2_ %{api} %{major}
%define devname %mklibname %{name} -d

%define api2            2
%define libname2        %mklibname %{name} %{api2} %{major}
%define gtk3libname     %mklibname %{name}-gtk3_ %{api} %{major}


Summary:	A freedesktop.org menu implementation
Name:		garcon
Version:	0.5.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/libs/garcon/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libxfce4ui-2)
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.11.0

%description
Garcon is an implementation of the freedesktop.org menu specification
replacing the former Xfce menu library libxfce4menu. It is based on
GLib/GIO only and aims at covering the entire specification except for
legacy menus.

%files -f %{name}.lang
%{_datadir}/desktop-directories/xfce-*.directory

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A freedesktop.org menu implementation
Group:		System/Libraries
Requires:	%{name} >= %{EVRD}
Conflicts:	%{_lib}garcon0 < 0.3.0
Obsoletes:	%{_lib}garcon0 < 0.3.0

%description -n %{libname}
Garcon is an implementation of the freedesktop.org menu specification
replacing the former Xfce menu library libxfce4menu. It is based on
GLib/GIO only and aims at covering the entire specification except for
legacy menus.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libname2}
Summary:        Xfce's freedesktop.org menu implementation
Group:          System/Libraries
Requires:       %{name} >= %{version}-%{release}

%description -n %{libname2}
Garcon is an implementation of the freedesktop.org menu specification
replacing the former Xfce menu library libxfce4menu. It is based on
GLib/GIO only and aims at covering the entire specification except for
legacy menus.

%files -n %{libname2}
%{_libdir}/lib%{name}-%{api2}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{gtklibname}
Summary:	Common GTK library for Xfce's freedesktop.org menu implementation
Group:		System/Libraries

%description -n %{gtklibname}
Garcon is an implementation of the freedesktop.org menu specification
replacing the former Xfce menu library libxfce4menu. It is based on
GLib/GIO only and aims at covering the entire specification except for
legacy menus.

%files -n %{gtklibname}
%{_libdir}/lib%{name}-gtk2-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{gtk3libname}
Summary:        Common GTK3 library for Xfce's freedesktop.org menu implementation
Group:          System/Libraries

%description -n %{gtk3libname}
Garcon is an implementation of the freedesktop.org menu specification
replacing the former Xfce menu library libxfce4menu. It is based on
GLib/GIO only and aims at covering the entire specification except for
legacy menus.

%files -n %{gtk3libname}
%{_libdir}/lib%{name}-gtk3-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{gtklibname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files and headers for %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog HACKING NEWS README STATUS TODO
%{_includedir}/%{name}*
%{_libdir}/*%{name}*.so
%{_libdir}/pkgconfig/%{name}-*.pc
%{_datadir}/gtk-doc/html/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

# (tpg) this file is in mandriva-xfce-config package
rm -rf %{buildroot}%{_sysconfdir}/xdg/menus/xfce-applications.menu

%find_lang %{name}

%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 0.5.0-1
- (18b81d8) Fix requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10210 |14cu|gbase-0.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Small numeric base converter
Name:		gbase
Version:	0.5
Release:	8
License:	Artistic
Group:		Sciences/Mathematics
Url:		http://www.hibernaculum.net/gbase/
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtk+)

%description
GBase is a GTK program designed to convert between the four common
bases used in programming (decimal, hexadecimal, octal and binary). It
converts numbers on-the-fly as they are typed in. It can also convert
numbers entered on the command line. It can correctly handle both
signed and unsigned 32-bit integers.

%files
%doc README TODO
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make CC="%__cc %{optflags}"

%install
install -D -m755 %{name} %{buildroot}%{_bindir}/%{name}


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5-8
- (5200380) Build with system optflags to fix debug package
- (5200380) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10211 |14cu|gbirthday-0.6.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Birthday Reminder
Name:		gbirthday
Version:	0.6.8
Release:	1
License:	GPLv2
Group:		Office
Url:		http://sourceforge.net/projects/gbirthday/
Source0:	http://downloads.sourceforge.net/project/gbirthday/gbirthday/%{version}/%{name}-%{version}.tar.xz
Patch0:		gbirthday-0.6.8-py2.7.patch
BuildRequires:	intltool
BuildArch:	noarch

%description
Birthday Reminder that can be used with several backend databases.

%files -f %{name}.lang
%{_bindir}/*
%{_datadir}/pixmaps/*
%{_datadir}/applications/*desktop
%{py_puresitedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%make

%install
%makeinstall_std

%find_lang %{name}
%changelog

* Sun Jan 31 2016 Denis Silakov <dsilakov@gmail.com> 0.6.8-1
- (daa48e9) Added intltool BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10212 |14cu|gbrainy-2.2.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A brain teaser game and trainer to have fun and to keep your brain trained
Name:		gbrainy
Version:	2.2.7
Release:	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://live.gnome.org/gbrainy
Source0:	http://gent.softcatala.org/jmas/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	intltool
BuildRequires:	pkgconfig(glade-sharp-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-sharp-2.0)
BuildRequires:	pkgconfig(gtk-sharp-2.0)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(mono)
BuildRequires:	pkgconfig(mono-addins)

%description
gbrainy is a brain teaser game and trainer written for GNOME using Mono,
C# and Cairo.

Its mission is to provide a platform for creating different kinds of
brain-teasers and brain trainer games for GNOME.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/*
%{_libexecdir}/%{name}/%{name}.exe
%{_libexecdir}/%{name}/%{name}.exe.config
%{_libexecdir}/%{name}/%{name}.Core.dll
%{_libexecdir}/%{name}/%{name}.Core.dll.config
%{_libexecdir}/%{name}/%{name}.Games.dll
%{_libdir}/pkgconfig/gbrainy.pc
%{_datadir}/applications/*.desktop
%{_datadir}/appdata/gbrainy.appdata.xml
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man6/*
%{_datadir}/pixmaps/*
%{_datadir}/games/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

# find_lang seems to fail on this
rm -rf %{buildroot}%{_datadir}/gnome/help/%{name}/sr@latin

%find_lang %{name} --with-gnome


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.7-1
- (2110467) New version 2.2.7
- (2110467) Update files (add appdata.xml)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10213 |14cu|gbsplay-0.0.93-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Gameboy Music Player
Name:		gbsplay
Version:	0.0.93
Release:	1
License:	GPLv1+
Group:		Sound
Url:		https://github.com/mmitch/gbsplay
# https://github.com/mmitch/gbsplay/archive/%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	splint
BuildRequires:	nas-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libpulse)

%description
This is a Gameboy sound player.

%files -f %{name}.lang
%doc installed-docs/*
%{_bindir}/gbsinfo
%{_bindir}/gbsplay
%{_mandir}/man1/gbsinfo.1*
%{_mandir}/man1/gbsplay.1*
%{_mandir}/man5/gbsplayrc.5*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
./configure \
	--prefix=%{_prefix} \
	--localedir=%{_datadir}/locale
%make

%install
%makeinstall \
	man1dir=%{buildroot}%{_mandir}/man1 \
	man5dir=%{buildroot}%{_mandir}/man5 \
	docdir=installed-docs \
	localedir=%{buildroot}%{_datadir}/locale

%find_lang %{name}


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.93-1
- (6a84c91) Upload source tarball
- (6a84c91) Build requires pkgconfig(alsa) and pkgconfig(libpulse)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10214 |14cu|gcdemu-3.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK+ based GUI for controlling CDEmu daemon
Name:		gcdemu
Version:	3.0.1
Release:	1
Group:		Emulators
License:	GPLv2+
Url:		http://cdemu.sourceforge.net/
Source0:	http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	cmake
BuildRequires:	intltool
# for cdemu daemon interface v3
Requires:	cdemu-daemon
Requires:	python-gi
Requires:	typelib(Notify) >= 0.7
Requires:	typelib(Gtk) >= 3.0
BuildArch:	noarch

%description
gCDEmu is a Gtk+ based GUI for controlling CDEmu daemon. It is part of the
userspace-cdemu suite, a free, GPL CD/DVD-ROM device emulator for linux.

It provides a graphic interface that allows performing the key tasks related to
controlling the CDEmu daemon, such as loading and unloading devices, displaying
devices' status and retrieving/setting devices' debug masks.

In addition, it listens to signals emitted by CDEmu daemon and provides
notifications via libnotify.

%files -f %{name}.lang
%doc README AUTHORS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}*.svg
%{_datadir}/glib-2.0/schemas/net.sf.cdemu.gcdemu.gschema.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DPOST_INSTALL_HOOKS:BOOL=OFF
%make

%install
%makeinstall_std -C build

%find_lang %{name}

%changelog

* Fri Apr 15 2016 dsilakov <denis.silakov@rosalab.ru> 3.0.1-1
- (31ab653) Merge pull request #1 from alzim/gcdemu:rosa2014.1
- (31ab653) Updated to 3.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10215 |14cu|gcl-2.6.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# minor adptation of fedora package:
#	http://cvs.fedoraproject.org/viewvc/rpms/gcl/devel/
%define _disable_ld_as_needed		1
%define _disable_ld_no_undefined	1

%define with_selinux    0
%define with_xemacs     0

%define static_libbfd   0

%define emacs_version 23.3
%define emacs_lispdir %{_datadir}/emacs/site-lisp

%if %{with_xemacs}
%define xemacs_version 21.4.22
%define xemacs_lispdir %{_datadir}/xemacs/site-packages/lisp
%endif

Summary:	GNU Common Lisp
Name:		gcl
Version:	2.6.11
Release:	2
License:	GPL+ and LGPLv2+
Group:		Development/Other
Url:		http://www.gnu.org/software/gcl/
# The source for this package was pulled from upstream's CVS repository.  Use
# the following commands to generate the tarball:
#   cvs -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/gcl export \
#     -r Version_2_6_8pre -D 2010-11-16 -d gcl-2.6.8 gcl
#   tar cvf gcl-2.6.8.tar gcl-2.6.8
#   xz gcl-2.6.8.tar
Source0:	gcl-%{version}.tar.gz
Source1:	gcl.el
# This is some info files that are needed for the DESCRIBE function to do
# something useful.  These files are present in CVS HEAD (i.e., the upcoming
# 2.7.0 release), but are missing in the 2.6 branch.
Source2:	%{name}-2.6.8-info.tar.xz
# This patch was last sent upstream on 29 Dec 2008.  It fixes a file descriptor
# leak, as well as combining 4 system calls into only 2 on an exec().
Patch0:		%{name}-2.6.11-fd-leak.patch
# This patch was last sent upstream on 29 Dec 2008.  It updates one source file
# from LaTeX 2.09 to LaTeX 2e, thereby eliminating LaTeX warnings about running
# in compatibility mode.
Patch1:		%{name}-2.6.11-latex.patch
# This patch was last sent upstream on 29 Dec 2008.  It adapts to texinfo 5.0.
Patch2:		%{name}-2.6.11-texinfo.patch
# This patch was last sent upstream on 29 Dec 2008.  It fixes a large number of
# compile- and run-time problems with the Emacs interface code.
Patch3:		%{name}-2.6.11-elisp.patch
# This patch was last sent upstream on 17 Jan 2009.  It adds support for
# compiling and running on an SELinux-enabled host.
Patch4:		%{name}-2.6.11-selinux.patch
# This patch was last sent upstream on 29 Dec 2008.  It uses the rename()
# system call when it is available to avoid spawning a subshell and suffering a
# context switch just to rename a file.
Patch5:		%{name}-2.6.11-rename.patch
# This patch was last sent upstream on 29 Dec 2008.  It eliminates a
# compilation problem due to the fact that, at high optimization levels,
# getcwd() is an inline function.
Patch6:		%{name}-2.6.11-getcwd.patch
# This is a Fedora-specific patch.  Do not delete C files produced from D files
# so they can be pulled into the debuginfo package.
Patch7:		%{name}-2.6.11-debuginfo.patch
# This patch was last sent upstream on 13 Oct 2009.  It fixes two bugs in the
# reading of PLT information.
Patch8:		%{name}-2.6.11-plt.patch
# This patch was last sent upstream on 13 Oct 2009.  It fixes several malformed
# function prototypes involving an ellipsis.
Patch9:		%{name}-2.6.11-ellipsis.patch
# This patch was last sent upstream on 30 Oct 2012.  It provides more
# information when an unknown reloc type is encountered.
Patch10:	%{name}-2.6.11-reloc-type.patch
# This patch was last sent upstream on 29 Dec 2008.  It updates the autoconf
# and libtool files to newer versions.  By itself, this patch accomplishes
# little of interest.  However, some of the later patches change configure.in.
# Without this patch, autoconf appears to run successfully, but generates a
# configure script that contains invalid shell script syntax.
Patch11:	%{name}-2.6.11-infrastructure.patch
# This patch was last sent upstream on 29 Dec 2008.  It rationalizes the
# handling of system extensions.  For example, on glibc-based systems, some
# functionality is available only when _GNU_SOURCE is defined.
Patch12:	%{name}-2.6.11-extension.patch
# This patch was last sent upstream on 29 Dec 2008.  It fixes a compilation
# error on newer GCC systems due to an include inside a function.  This affects
# the "unrandomize" sbrk() functionality, hence the name of the patch.
Patch13:	%{name}-2.6.11-unrandomize.patch
# The need for this patch was last communicated to upstream on 21 May 2009.
# Without this patch, compilation fails due to conflicting type definitions
# between glibc and Linux kernel headers.  This patch prevents the kernel
# headers from being used.
Patch14:	%{name}-2.6.11-asm-signal-h.patch
# This patch is still experimental.  Enable large file support.
Patch15:	%{name}-2.6.11-largefile.patch

# Patch required to build in Rosa
Patch20:	%{name}-2.6.11-tcl8.6.patch

BuildRequires:	emacs-bin
BuildRequires:	emacs-el
%if %{with_selinux}
BuildRequires:	selinux-policy
%endif
BuildRequires:	texinfo
BuildRequires:	texlive-collection-langgerman
BuildRequires:	texlive-collection-latex
BuildRequires:	texlive-texinfo
BuildRequires:	x11-server-common
%if %{with_xemacs}
BuildRequires:	xemacs
BuildRequires:	xemacs-devel
%endif
BuildRequires:	binutils-devel
BuildRequires:	gmp-devel
BuildRequires:	readline-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xext)
%if %{with_selinux}
Requires:	gcl-selinux
%endif

%description
GCL is a Common Lisp currently compliant with the ANSI standard.  Lisp
compilation produces native code through the intermediary of the
system's C compiler, from which GCL derives efficient performance and
facile portability. Currently uses TCL/Tk as GUI.

%files
%{_bindir}/gcl
%{_prefix}/lib/gcl*
%{_infodir}/*
%{_mandir}/man*/*
%doc COPYING* readme readme.xgcl RELEASE* ChangeLog* faq doc
%doc gcl*.jpg gcl.ico gcl.png
%doc --parent html

#----------------------------------------------------------------------------

%package emacs
Summary:	Emacs mode for interacting with GCL
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	emacs >= %{emacs_version}
# Don't make subpackages noarch as our bs does not deal with this yet
#BuildArch:	noarch

%description emacs
Emacs mode for interacting with GCL.

%files emacs
%doc elisp/readme
%dir %{emacs_lispdir}/gcl
%{emacs_lispdir}/gcl/*.elc
%{emacs_lispdir}/site-start.d/*

#----------------------------------------------------------------------------

%package emacs-el
Summary:	Source for Emacs mode for interacting with GCL
Group:		Development/Other
Requires:	%{name}-emacs = %{EVRD}
#BuildArch:	noarch

%description emacs-el
Source Elisp code for Emacs mode for interacting with GCL.

%files emacs-el
%{emacs_lispdir}/gcl/*.el

#----------------------------------------------------------------------------

%if %{with_xemacs}
%package xemacs
Summary:	XEmacs mode for interacting with GCL
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	xemacs >= %{xemacs_version}
Requires:	xemacs-extras
#BuildArch:	noarch

%description xemacs
XEmacs mode for interacting with GCL.

%files xemacs
%doc elisp/readme
%dir %{xemacs_lispdir}/gcl
%{xemacs_lispdir}/gcl/*.elc
%{xemacs_lispdir}/site-start.d/*
%endif

#----------------------------------------------------------------------------

%if %{with_xemacs}
%package xemacs-el
Summary:	Source for XEmacs mode for interacting with GCL
Group:		Development/Other
Requires:	%{name}-xemacs = %{EVRD}
#BuildArch:	noarch

%description xemacs-el
Source Elisp code for XEmacs mode for interacting with GCL.

%files xemacs-el
%{xemacs_lispdir}/gcl/*.el
%endif

#----------------------------------------------------------------------------

%if %{with_selinux}
%package selinux
Summary:	SELinux policy for GCL images
Group:		Development/Other
Requires(post,postun):	policycoreutils

%description selinux
SELinux policy for GCL images. All programs that dump GCL images to be run on
SELinux-enabled hosts should Require this package, and give the image the type
gcl_exec_t.

%files selinux
%{_datadir}/selinux/packages/gcl

%post selinux
/usr/sbin/semodule -i %{_datadir}/selinux/packages/gcl/gcl.pp || :
/sbin/fixfiles -R gcl restore || :

%postun selinux
if [ $1 = 0 ]; then
    /usr/sbin/semodule -r gcl || :
fi

%endif

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%setup -q -n %{name} -T -D -a 2
%patch0
%patch1
%patch2
%patch3
%patch4 -p1
%patch5
%patch6
%patch7
%patch8
%patch9
%patch10
%patch11
%patch12
%patch13
%patch14
%patch15

%patch20 -p1

# Ensure the frame pointer doesn't get added back
sed -i 's/"-fomit-frame-pointer"/""/' configure

# Fix a path in the launch script
sed -i -e 's|/usr/lib/tk|%{_datadir}/tk|' debian/gcl.sh

# Get a version of texinfo.tex that works with the installed version of texinfo
cp -p %{_datadir}/texmf-dist/tex/texinfo/texinfo.tex info

# The archive is so full of spurious executable bits that we just remove them
# all here, then add back the ones that should exist
find . -type f -perm /0111 | xargs chmod a-x
chmod a+x add-defs add-defs1 config.guess config.sub configure install.sh
chmod a+x bin/info bin/info1 gcl-tk/gcltksrv.in gcl-tk/ngcltksrv mp/gcclab
chmod a+x o/egrep-def utils/replace xbin/*

%build
# -fstack-protector leads to segfaults because GCL uses its own conflicting
# stack protection scheme.
%define _ssp_cflags %{nil}
%configure2_5x \
	--enable-readline \
	--enable-ansi \
	--enable-dynsysgmp \
	--enable-xgcl \
	--enable-tclconfig=%{_libdir} \
	--enable-tkconfig=%{_libdir} \
	--disable-custreloc \
	--enable-dlopen

make

# Build gcl.info, which is needed for DESCRIBE to work properly
make -C info gcl.info

# dwdoc needs one extra LaTeX run to resolve references
cd xgcl-2
pdflatex dwdoc.tex

%if %{with_selinux}
# Build the SELinux policy
cd ../selinux
make -f %{_datadir}/selinux/devel/Makefile
%endif

%install
%makeinstall_std

# Get rid of the parts that we don't want
rm -f %{buildroot}%{_infodir}/dir
rm -rf %{buildroot}%{_datadir}/doc
rm -rf %{buildroot}%{_datadir}/emacs
rm -rf %{buildroot}%{_prefix}/lib/gcl-*/info

# Install the man page
mkdir -p %{buildroot}%{_mandir}/man1
cp -pf man/man1/* %{buildroot}%{_mandir}/man1

# Install the HTML documentation
mkdir -p html
cp -pfr info/gcl-si info/gcl-tk html

# Install and compile the Emacs code
mkdir -p %{buildroot}%{emacs_lispdir}/gcl
cp -pfr elisp/* %{buildroot}%{emacs_lispdir}/gcl
rm -f %{buildroot}%{emacs_lispdir}/gcl/makefile
rm -f %{buildroot}%{emacs_lispdir}/gcl/readme
mkdir -p %{buildroot}%{emacs_lispdir}/site-start.d
sed -e "s|%LISP_DIR%|%{emacs_lispdir}|" %{SOURCE1} > %{buildroot}%{emacs_lispdir}/site-start.d/gcl.el
pushd %{buildroot}%{emacs_lispdir}/gcl
emacs -batch -no-site-file --eval "(push \"`pwd`\" load-path)" \
  -f batch-byte-compile *.el
popd

%if %{with_xemacs}
# Install and compile the XEmacs code
mkdir -p %{buildroot}%{xemacs_lispdir}/gcl
cp -fr elisp/* %{buildroot}%{xemacs_lispdir}/gcl
rm -f %{buildroot}%{xemacs_lispdir}/gcl/makefile
rm -f %{buildroot}%{xemacs_lispdir}/gcl/readme
mkdir -p %{buildroot}%{xemacs_lispdir}/site-start.d
sed -e "s|%LISP_DIR%|%{xemacs_lispdir}|" %{SOURCE1} > %{buildroot}%{xemacs_lispdir}/site-start.d/gcl.el
pushd %{buildroot}%{xemacs_lispdir}/gcl
xemacs -batch -no-site-file -eval "(push \"`pwd`\" load-path)" \
  -f batch-byte-compile *.el
popd
%endif

%if %{with_selinux}
# Save the policy file away for later installation
mkdir -p %{buildroot}%{_datadir}/selinux/packages/gcl
cp -p selinux/gcl.pp %{buildroot}%{_datadir}/selinux/packages/gcl
%endif

# The image has garbage strings containing RPM_BUILD_ROOT
export QA_SKIP_BUILD_ROOT=1


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.6.11-2
- (8f0a7d4) Build requires texlive-collection-langgerman



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10216 |14cu|gcompris-15.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Name:		gcompris
Version:	15.10
Release:	1
Summary:	An educational game for children starting at 2
License:	GPLv2+
Group:		Education
URL:		http://www.gcompris.net
Source0:	http://gcompris.net/download/%{name}-%{version}.tar.bz2
Source100:	gcompris.rpmlintrc

BuildRequires:	automake
BuildRequires:	autoconf
BuildRequires:	libtool-base
BuildRequires:	gnuchess
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(ao)
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(gnet-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(pycairo)
BuildRequires:	texinfo
BuildRequires:	texi2html >= 1.82
BuildRequires:	pkgconfig(libassetml)
# (misc) for the need of a display for pygtk
BuildRequires:	x11-server-xvfb
BuildRequires:	xauth
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	python-pyxml
BuildRequires:	python-sqlite2
BuildRequires:	pkgconfig(gtk+-2.0)
# (misc) for fullscreen support, now it is done with xvidmode instead of xrandr
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	intltool
BuildRequires:	pkgconfig(librsvg-2.0)

Requires:	%{name}-sound = %{version}-%{release}
Requires:	gnuchess >= 5.02
Requires:	python
Requires:	pygtk2.0
Requires:	python-sqlite2
Requires:	python-cairo
Requires:	librsvg
Requires:	tuxpaint
Requires:	gnucap
Requires:	gstreamer0.10-plugins-good

%description
An educational game for children starting at 2.
More than 100 different activities are proposed:
* Click on the animals => learn the mouse/click usage
* Type the falling letters => learn the keyboard usage
* Falling Dices
* Falling words
* Basic algebra
* Time learning with an analog clock
* Puzzle game with famous paintings
* Drive Plane to catch clouds in increasing number
* Balance the scales
* And much more ...

The Game is included in the Main desktop menu in 'Games'.

You should install it only if you have children using this computer.

%package music
Summary:	Background music for GCompris
Group:		Education
Provides:	%{name}-music = %{version}
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description music
Background music for gcompris.

%package sounds-af
Summary:	Afrikaans sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-af
BuildArch:	noarch

%description sounds-af
Afrikaans sounds for gcompris.

%package sounds-ast
Summary:	Asturian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-ast
BuildArch:	noarch

%description sounds-ast
Asturian sounds for gcompris.

%package sounds-ar
Summary:	Arabic (Tunisia) sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-ar
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-ar
Arabic (Tunisia) sounds for gcompris.

%package sounds-bg
Summary:	Bulgarian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-bg
Conflicts:	%{name} < 8.4.4-2
BuildArch:	noarch

%description sounds-bg
Bulgarian sounds for gcompris.

%package sounds-br
Summary:	Breton sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-br
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-br
Breton sounds for gcompris.

%package sounds-cs
Summary:	Czech sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-cs
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-cs
Czech sounds for gcompris.

%package sounds-de
Summary:	German sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-de
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-de
German sounds for gcompris.

%package sounds-da
Summary:	Danish sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-da
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-da
Danish sounds for gcompris.

%package sounds-eo
Summary:	Esperanto sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-eo
Conflicts:	%{name} < 9.0-2
BuildArch:	noarch

%description sounds-eo
Esperanto sounds for gcompris.

%package sounds-es
Summary:	Spanish sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-es
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-es
Spanish sounds for gcompris.

%package sounds-el
Summary:	Greek sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-el
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-el
Greek sounds for gcompris.

%package sounds-en
Summary:	English sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-en
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-en
English sounds for gcompris.

%package sounds-eu
Summary:	Basque sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-eu
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-eu
Basque sounds for gcompris.

%package sounds-fi
Summary:	Finnish sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-fi
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-fi
Finnish sounds for gcompris.

%package sounds-fr
Summary:	French sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-fr
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-fr
French sounds for gcompris.

%package sounds-he
Summary:	Hebrew soundsfor GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-he
Conflicts:	%{name} < 8.4.6-2
BuildArch:	noarch

%description sounds-he
Hebrew sounds for gcompris.

%package sounds-hi
Summary:	Hindi soundsfor GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-hi
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-hi
Hindi sounds for gcompris.

%package sounds-hu
Summary:	Hungarian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-hu
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-hu
Hungarian sounds for gcompris.

%package sounds-id
Summary:	Indonesian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-id
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-id
Indonesian sounds for gcompris.

%package sounds-it
Summary:	Italian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-it
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-it
Italian sounds for gcompris.

%package sounds-mr
Summary:	Marathi sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-mr
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-mr
Marathi sounds for gcompris.

%package sounds-nb
Summary:	Norvegian Bokmal sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-no
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-nb
Norvegian BÃ¶kmal sounds for gcompris.

%package sounds-nl
Summary:	Nederland sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-nl
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-nl
Nederland sounds for gcompris.

%package sounds-nn
Summary:	Norvegian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-nn
BuildArch:	noarch

%description sounds-nn
Norvegian sounds for gcompris.

%package sounds-pa
Summary:	Punjabi sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-pa
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-pa
Punjabi sounds for gcompris.

%package sounds-pt
Summary:	Portuguese sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-pt
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-pt
Portuguese sounds for gcompris.

%package sounds-pt_BR
Summary:	Brasilian Portuguese sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-pt
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-pt_BR
Brasilian Portuguese sounds for gcompris.

%package sounds-ru
Summary:	Russian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-ru
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-ru
Russian sounds for gcompris.

%package sounds-sl
Summary:	Slovenian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-sl
BuildArch:	noarch

%description sounds-sl
Slovenian sounds for gcompris.

%package sounds-so
Summary:	Somalian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-so
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-so
Somalian sounds for gcompris.

%package sounds-sr
Summary:	Serbian sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-sr
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-sr
Serbian sounds for gcompris.

%package sounds-sv
Summary:	Swedish sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-sv
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-sv
Swedish sounds for gcompris.

%package sounds-tr
Summary:	Turkish sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-tr
Conflicts:	%{name} < 8.4.2-2
BuildArch:	noarch

%description sounds-tr
Turkish sounds for gcompris.

%package sounds-ur
Summary:	Urdu sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-ur
Conflicts:	%{name} < 8.4.4-1
BuildArch:	noarch

%description sounds-ur
Urdu sounds for gcompris.

%package sounds-zh_CN
Summary:	Simplified Chinese sounds for GCompris
Group:		Education
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-sound = %{version}-%{release}
Requires:	locales-zh
Conflicts:	%{name} < 9.1-2
BuildArch:	noarch

%description sounds-zh_CN
Simplified Chinese sounds for gcompris.

%prep
%setup -q

%build
%configure2_5x --enable-py-build-only --enable-gnet

%make

%install
%makeinstall_std

#Fixing desktop file to match spec
perl -pi -e "s/Icon=.*/Icon=gcompris/g" %{buildroot}%{_datadir}/applications/%{name}.desktop
perl -pi -e "s/(Categories=).*/$1/" %{buildroot}%{_datadir}/applications/%{name}.desktop
perl -pi -e "s/Icon=.*/Icon=gcompris-edit/g" %{buildroot}%{_datadir}/applications/%{name}-edit.desktop

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Education" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Education" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}-edit.desktop

# install icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 gcompris{,-edit}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/
for size in 16x16 32x32; do
	convert -scale $size gcompris.png \
		%{buildroot}%{_iconsdir}/hicolor/$size/apps/gcompris.png
	convert -scale $size gcompris-edit.png \
		%{buildroot}%{_iconsdir}/hicolor/$size/apps/gcompris-edit.png
done

# remove unwanted files
rm -f %{buildroot}%{_menudir}/%{name}

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/boards/music
%exclude %{_datadir}/%{name}/boards/voices/af
%exclude %{_datadir}/%{name}/boards/voices/ar
%exclude %{_datadir}/%{name}/boards/voices/ast
%exclude %{_datadir}/%{name}/boards/voices/bg
%exclude %{_datadir}/%{name}/boards/voices/br
%exclude %{_datadir}/%{name}/boards/voices/cs
%exclude %{_datadir}/%{name}/boards/voices/da
%exclude %{_datadir}/%{name}/boards/voices/de
%exclude %{_datadir}/%{name}/boards/voices/el
%exclude %{_datadir}/%{name}/boards/voices/en
%exclude %{_datadir}/%{name}/boards/voices/eo
%exclude %{_datadir}/%{name}/boards/voices/es
%exclude %{_datadir}/%{name}/boards/voices/eu
%exclude %{_datadir}/%{name}/boards/voices/fi
%exclude %{_datadir}/%{name}/boards/voices/fr
%exclude %{_datadir}/%{name}/boards/voices/he
%exclude %{_datadir}/%{name}/boards/voices/hi
%exclude %{_datadir}/%{name}/boards/voices/hu
%exclude %{_datadir}/%{name}/boards/voices/id
%exclude %{_datadir}/%{name}/boards/voices/it
%exclude %{_datadir}/%{name}/boards/voices/mr
%exclude %{_datadir}/%{name}/boards/voices/nb
%exclude %{_datadir}/%{name}/boards/voices/nn
%exclude %{_datadir}/%{name}/boards/voices/nl
%exclude %{_datadir}/%{name}/boards/voices/pa
%exclude %{_datadir}/%{name}/boards/voices/pt
%exclude %{_datadir}/%{name}/boards/voices/pt_BR
%exclude %{_datadir}/%{name}/boards/voices/ru
%exclude %{_datadir}/%{name}/boards/voices/sl
%exclude %{_datadir}/%{name}/boards/voices/so
%exclude %{_datadir}/%{name}/boards/voices/sr
%exclude %{_datadir}/%{name}/boards/voices/sv
%exclude %{_datadir}/%{name}/boards/voices/tr
%exclude %{_datadir}/%{name}/boards/voices/ur
%exclude %{_datadir}/%{name}/boards/voices/zh_CN
%{_datadir}/appdata/gcompris.appdata.xml

%files music
%{_datadir}/%{name}/boards/music

%files sounds-af
%{_datadir}/%{name}/boards/voices/af

%files sounds-ar
%{_datadir}/%{name}/boards/voices/ar

%files sounds-ast
%{_datadir}/%{name}/boards/voices/ast

%files sounds-bg
%{_datadir}/%{name}/boards/voices/bg

%files sounds-br
%{_datadir}/%{name}/boards/voices/br

%files sounds-cs
%{_datadir}/%{name}/boards/voices/cs

%files sounds-da
%{_datadir}/%{name}/boards/voices/da

%files sounds-de
%{_datadir}/%{name}/boards/voices/de

%files sounds-el
%{_datadir}/%{name}/boards/voices/el

%files sounds-en
%{_datadir}/%{name}/boards/voices/en

%files sounds-eo
%{_datadir}/%{name}/boards/voices/eo

%files sounds-eu
%{_datadir}/%{name}/boards/voices/eu

%files sounds-es
%{_datadir}/%{name}/boards/voices/es

%files sounds-fi
%{_datadir}/%{name}/boards/voices/fi

%files sounds-fr
%{_datadir}/%{name}/boards/voices/fr

%files sounds-he
%{_datadir}/%{name}/boards/voices/he

%files sounds-hi
%{_datadir}/%{name}/boards/voices/hi

%files sounds-hu
%{_datadir}/%{name}/boards/voices/hu

%files sounds-id
%{_datadir}/%{name}/boards/voices/id

%files sounds-it
%{_datadir}/%{name}/boards/voices/it

%files sounds-mr
%{_datadir}/%{name}/boards/voices/mr

%files sounds-nb
%{_datadir}/%{name}/boards/voices/nb

%files sounds-nl
%{_datadir}/%{name}/boards/voices/nl

%files sounds-nn
%{_datadir}/%{name}/boards/voices/nn

%files sounds-pa
%{_datadir}/%{name}/boards/voices/pa

%files sounds-pt
%{_datadir}/%{name}/boards/voices/pt

%files sounds-pt_BR
%{_datadir}/%{name}/boards/voices/pt_BR

%files sounds-ru
%{_datadir}/%{name}/boards/voices/ru

%files sounds-sl
%{_datadir}/%{name}/boards/voices/sl

%files sounds-so
%{_datadir}/%{name}/boards/voices/so

%files sounds-sr
%{_datadir}/%{name}/boards/voices/sr

%files sounds-sv
%{_datadir}/%{name}/boards/voices/sv

%files sounds-tr
%{_datadir}/%{name}/boards/voices/tr

%files sounds-ur
%{_datadir}/%{name}/boards/voices/ur

%files sounds-zh_CN
%{_datadir}/%{name}/boards/voices/zh_CN

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 15.10-1
- (f4c6276) Updated to 15.10 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10217 |14cu|gdk-pixbuf-0.22.0-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define major_gnomecanvas 1
%define lib_name %mklibname %{name} %{major}
%define lib_canvas %mklibname %{name}-gnomecanvas %{major_gnomecanvas}
%define lib_xlib %mklibname %{name}-xlib %{major}

# define to use Xvfb
%define build_xvfb 0

# Allow --with[out] <feature> at rpm command line build
%{?_without_XVFB: %{expand: %%define build_xvfb 0}}
%{?_with_XVFB: %{expand: %%define build_xvfb 1}}

Summary:	An image loading and rendering library for Gdk
Name:		gdk-pixbuf
Version:	0.22.0
Release:	23
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/unstable/%{name}/%{name}-%{version}.tar.bz2
Patch0:		gdk-pixbuf-demolink.patch
# (fc) 0.18.0-1mdk don't add -Llibdir to gdk-pixbuf-config --libs
Patch1:		gdk-pixbuf-0.18.0-libdir.patch
# (fc) 0.22.0-4mdk security update for CAN-2004-0782, CAN-2004-0783, CAN-2004-0788, and CAN-2004-0753
Patch2:		gdk-pixbuf-0.22.0-CAN-2004-0753.patch
Patch3:		gdk-pixbuf-0.22.0-loaders.patch
# (gb) 0.22.0-7mdk this applies to aclocal.m4 directly, don't bother with older aclocal
Patch4:		gdk-pixbuf-0.22.0-libtool.patch
# (fc) 0.22.0-8mdk fix BMP vulnerability (CVS) (CAN-2005-0891)
Patch5:		gdk-pixbuf-0.22.0-bmpcrash.patch
# (fc) 0.22.0-8mdk fix ICO width (Fedora)
Patch6:		gdk-pixbuf-0.22.0-ico-width.patch
Patch7:		gdk-pixbuf-0.22.0-fix-underquoted-calls.patch
Patch8:		gdk-pixbuf-0.22.0-rgb.txt_fix.diff
Patch9:		gdk-pixbuf-0.22.0-linkage_fix.diff
Patch10:	gdk-pixbuf-0.22.0-remove-gmodule-configure-check.patch
Patch11:	gdk-pixbuf-0.22.0-automake.patch
Patch12:	gdk-pixbuf-0.22.0-libpng15.patch
Requires:	%{name}-loaders = %{version}-%{release}
BuildRequires:	db1-devel
BuildRequires:	gnome-libs-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	tiff-devel
BuildRequires:	automake
BuildRequires:	pkgconfig(xt)
BuildRequires:	rgb
%if %{build_xvfb}
BuildRequires:	XFree86-Xvfb
%endif

%description
The GdkPixBuf library provides a number of features:
 - Image loading facilities.
 - Rendering of a GdkPixBuf into various formats:
   drawables (windows, pixmaps), GdkRGB buffers.

%package -n	%{lib_name}
Summary:	An image loading and rendering library for Gdk
Group:		System/Libraries
Requires:	%{name}-loaders = %{version}-%{release}
Provides:	gdk-pixbuf = %{version}-%{release}

%description -n	%{lib_name}
The GdkPixBuf library provides a number of features:
 - Image loading facilities.
 - Rendering of a GdkPixBuf into various formats:
   drawables (windows, pixmaps), GdkRGB buffers.

This package provides GTK+ version of gdk-pixbuf

%package -n	%{lib_canvas}
Summary:	An image loading and rendering library for Gdk
Group:		System/Libraries
Requires:	%{name}-loaders = %{version}-%{release}
Provides:	%{name}-gnomecanvas = %{version}-%{release}
Provides:	lib%{name}-gnomecanvas2 = %{version}-%{release}

%description -n	%{lib_canvas}
The GdkPixBuf library provides a number of features:
 - Image loading facilities.
 - Rendering of a GdkPixBuf into various formats:
   drawables (windows, pixmaps), GdkRGB buffers.

This package provides GNOME version of gdk-pixbuf

%package -n	%{lib_xlib}
Summary:	An image loading and rendering library for Gdk
Group:		System/Libraries
Requires:	%{name}-loaders = %{version}-%{release}
Provides:	%{name}-xlib = %{version}-%{release}

%description -n	%{lib_xlib}
The GdkPixBuf library provides a number of features:
 - Image loading facilities.
 - Rendering of a GdkPixBuf into various formats:
   drawables (windows, pixmaps), GdkRGB buffers.

This package provides Xlib version of gdk-pixbuf

%package	loaders
Summary:	An image loading and rendering library for Gdk
Group:		System/Libraries

%description	loaders
The GdkPixBuf library provides a number of features:
 - Image loading facilities.
 - Rendering of a GdkPixBuf into various formats:
   drawables (windows, pixmaps), GdkRGB buffers.

This package provides image loaders used by all versions
of GdkPixBuf

%package -n	%{lib_name}-devel
Summary:	Development tools for GdkPixBuf applications
Group:		Development/GNOME and GTK+
Requires:	%{lib_canvas} = %{version}-%{release}
Requires:	%{lib_xlib} = %{version}-%{release}
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n	%{lib_name}-devel
The header files, static libraries and documentation needed for
deeveloping GdkPixBuf applications. GdkPixBuf is an image loading and rendering
library for Gdk.

Install the imlib-devel package if you want to develop Imlib applications.
You'll also need to install the gdk-pixbuf package.

%prep
%setup -q
%patch0 -p1 -b .demolink
%patch1 -p1 -b .libdir
%patch2 -p1 -b .can-2004-0753
%patch3 -p1 -b .can-2004-0782_0783_0788
%patch4 -p1 -b .libtool
%patch5 -p1 -b .bmpcrash
%patch6 -p1 -b .ico-width
%patch7 -p1 -b .underquoted
%patch8 -p0
%patch9 -p1
%patch10 -p0
%patch11 -p0
%patch12 -p1 -b .libpng15

# Converting NEWS to UTF-8
iconv -f iso8859-1 -t utf-8 NEWS > NEWS.conv && mv -f NEWS.conv NEWS

# needed by patches 1 & 4
libtoolize --install --force
aclocal
autoconf
automake -a -c

%build
%define _disable_ld_no_undefined 1
%configure2_5x --disable-gtk-doc

%if %{build_xvfb}
XDISPLAY=$(i=0; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
Xvfb :$XDISPLAY >& /dev/null &
DISPLAY=:$XDISPLAY make
kill $(cat /tmp/.X$XDISPLAY-lock)
%else
make
%endif


%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/gdk-pixbuf-config

%files -n %{lib_name}
%doc AUTHORS COPYING COPYING.LIB NEWS README TODO
%{_libdir}/libgdk_pixbuf.so.*

%files loaders
%dir %{_libdir}/gdk-pixbuf
%dir %{_libdir}/gdk-pixbuf/loaders
%{_libdir}/gdk-pixbuf/loaders/*.so*

%files -n %{lib_xlib}
%{_libdir}/*xlib.so.*

%files -n %{lib_canvas}
%{_libdir}/*gnomecanvas*.so.*

%files -n %{lib_name}-devel
%{_bindir}/*-config
%multiarch %{multiarch_bindir}/*-config

%{_libdir}/*.a
%{_libdir}/libgdk*.so
%{_libdir}/libgnome*.so
%{_libdir}/gdk-pixbuf/loaders/*a
%{_includedir}/*
%{_datadir}/aclocal/*
%{_libdir}/*.sh
%{_datadir}/gnome/html/*



%changelog

* Mon Dec 21 2015 Denis Silakov <dsilakov@gmail.com> 0.22.0-23
- (1da176c) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10218 |14cu|gdome2-0.8.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname  %mklibname gdome %{major}
%define devname %mklibname -d gdome

Summary:	A DOM level2 library for accessing XML files
Name:		gdome2
Version:	0.8.1
Release:	13
License:	LGPLv2.1+
Group:		System/Libraries
URL:		http://gdome2.cs.unibo.it
Source0:	http://gdome2.cs.unibo.it/tarball/%{name}-%{version}.tar.gz
Patch0:		gdome2-0.8.1-gdome-config_lib64.diff
Patch1:		gdome2-0.8.1-fix-str-fmt.patch
Patch2:		gdome2-0.8.1-libxml2.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%description
Libgdome is a DOM C library developed for the Gnome project. It's a DOM level2
implementation. Libgdome supports "Core", "XML", "Events" and "MutationEvents"
modules. It's based on libxml2.

%package -n	%{libname}
Summary:	A DOM level2 library for accessing XML files
Group:		System/Libraries

%description -n	%{libname}
A fast, light and complete DOM level2 implementation based on libxml2.

%files -n %{libname}
%{_libdir}/libgdome.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	DOM level2 library for accessing XML files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
This package contains the header files and static libraries for
developing with libgdome.

%files -n %{devname}
%doc AUTHORS MAINTAINERS ChangeLog README COPYING COPYING.LIB
%{_bindir}/gdome-config
%{_datadir}/aclocal/gdome2.m4
%{_includedir}/*
%{_libdir}/pkgconfig/gdome2.pc
%{_libdir}/libgdome.so
%{_libdir}/*.sh
%{_mandir}/man1/gdome-config.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--disable-glib-1

%make

%install
%makeinstall_std


%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.8.1-13
- (db05770) Repack tarball as upstream does



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10219 |14cu|geany-1.25-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

#for educational needs
%bcond_without edm

Summary:	Small C editor using GTK2
Name:		geany
Version:	1.25
Release:	3
License:	GPLv2+
Group: 		Development/C
Url:		http://geany.uvena.de/
Source0: 	http://download.geany.org/%{name}-%{version}.tar.bz2
# The following tags files were retrieved 6th Jan 2011
Source1:	http://wiki.geany.org/_media/tags/dbus-glib-0.76.c.tags
Source2:	http://wiki.geany.org/_media/tags/drupal.php.tags
Source3:	http://wiki.geany.org/_media/tags/ethos-1.0.c.tags
Source4:	http://wiki.geany.org/_media/tags/geany-api-0.21.c.tags
Source5:	http://wiki.geany.org/_media/tags/gladeui-1.0.c.tags
Source6:	http://wiki.geany.org/_media/tags/gnt.c.tags
Source7:	http://wiki.geany.org/_media/tags/gtk_-2.24.c.tags
Source8:	http://download.geany.org/contrib/tags/gtkscintilla-2.0.c.tags
Source9:	http://wiki.geany.org/_media/tags/gtksourceview-3.0.c.tags
Source10:	http://wiki.geany.org/_media/tags/libdevhelp-2.0.c.tags
Source11:	http://wiki.geany.org/_media/tags/libgdl-3.0.c.tags
Source12:	http://wiki.geany.org/_media/tags/libxml-2.0.c.tags
Source13:	http://wiki.geany.org/_media/tags/sqlite3.c.tags
Source14:	http://wiki.geany.org/_media/tags/standard.css.tags
Source15:	http://wiki.geany.org/_media/tags/std.glsl.tags
Source16:	http://wiki.geany.org/_media/tags/std.latex.tags
Source17:	http://download.geany.org/contrib/tags/std.vala.tags
Source18:	http://wiki.geany.org/_media/tags/v4l2.c.tags
Source19:	http://wiki.geany.org/_media/tags/webkit-1.0.c.tags
Source20:	http://wiki.geany.org/_media/tags/wordpress.php.tags
Source21:	http://wiki.geany.org/_media/tags/xfce48.c.tags
Source22:	http://advamacs.com/pub/tcl.tcl.tags
# Russian help source. You may create another similar file for you language
Source50:	index.html
Source51:	images.tar.bz2
Source100:	%{name}.rpmlintrc
# Replace default setup for FreeBasic on MS QB compatable 
Patch0:		001_geany_qb_fb.patch
# Russian doc patch
Patch2:		ru_doc.patch
Patch4:		geany-1.25-rosaconf.patch
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(gtk+-2.0)
Suggests:	geany-plugins
Suggests:	geany-themes

%description
Geany is a small C editor using GTK2 with basic features of an
integrated development environment. It features syntax highlighting,
code completion, call tips, many supported filetypes (including C,
Java, PHP, HTML, DocBook, Perl, LateX, and Bash), and symbol lists.

%files -f %{name}.lang
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_defaultdocdir}/%{name}
%{_iconsdir}/hicolor/*/apps/*
%{_iconsdir}/hicolor/*/actions/*
%{_iconsdir}/Tango/*/actions/*
%{_mandir}/man1/%{name}.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Geany runtime library
Group:		System/Libraries

%description -n %{libname}
Geany runtime library.

%files -n %{libname}
%{_libdir}/libgeany.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for building Geany plug-ins
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 1.25-3
Obsoletes:	%{name}-devel < 1.25-3

%description -n %{devname}
This package contains the header files and pkg-config file needed for
building Geany plug-ins. You do not need to install this package

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/libgeany.so

#----------------------------------------------------------------------------

%prep
%setup -q
%if %{with edm}
%patch0 -p0
%endif
%patch2 -p1
%patch4 -p1

%build
%configure2_5x
%make LIBS='-lgmodule-2.0'

%install
%makeinstall

#Fix for Russian
sed 's/Name\[ru\]=Geany/Name\[ru\]=Среда разработки Geany/g' -i %{buildroot}%{_datadir}/applications/geany.desktop
mkdir -p  %{buildroot}%{_defaultdocdir}/%{name}/html/ru/
install -Dpm 0644 %{SOURCE50} %{buildroot}%{_defaultdocdir}/%{name}/html/ru/
tar -xjvf %{SOURCE51}
mv images %{buildroot}%{_defaultdocdir}/%{name}/html/ru/

# research locale file
%find_lang %{name}

# prepare menu
# we remove the key "Version" and "Encoding" because it's invalid
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="GNOME" \
	--remove-key="Version" \
	--remove-key="Encoding" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# Install tags files
install -p %{SOURCE1}  %{SOURCE2}  %{SOURCE3}  %{SOURCE4}  %{SOURCE5}  %{SOURCE6} \
           %{SOURCE7}  %{SOURCE8}  %{SOURCE9}  %{SOURCE10} %{SOURCE11} %{SOURCE12}\
           %{SOURCE13} %{SOURCE14} %{SOURCE15} %{SOURCE16} %{SOURCE17} %{SOURCE18}\
           %{SOURCE19} %{SOURCE20} %{SOURCE21} %{SOURCE22}\
           %{buildroot}%{_datadir}/%{name}

# remove useless file
rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
rm -f %{buildroot}%{_datadir}/icons/Tango/icon-theme.cache


%changelog

* Fri Mar 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.25-3
- (b8a9e1d) Spec cleanup
- (b8a9e1d) Properly name development package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10220 |14cu|geany-plugins-1.25-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global geany_plug_docdir %{_defaultdocdir}/%{name}

Summary:	A collection of different plugins for Geany
Name:		geany-plugins
Version:	1.25
Release:	2
License:	GPLv2+ and GPLv3+
Group:		Development/GNOME and GTK+
Url:		http://plugins.geany.org/
Source0:	http://plugins.geany.org/geany-plugins/%{name}-%{version}.tar.bz2
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	vala
BuildRequires:	gpgme-devel
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(geany)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkspell-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(vte)
BuildRequires:	pkgconfig(webkit-1.0)
Requires:	geany
Requires:	lua5.1
Requires:	pkgconfig(python)

%description
Geany-Plugins is a collection of different plugins for Geany,
a lightweight IDE. It provides a common location for plugin authors
and users with a known infrastructure and support. List of included
plugins:

- Addons: Collection of small addons for geany
- Codenav: make it possible to
           - switch between header and implementation
           - go to a file by typing its name
- Geanydoc: allow executing specified commands on the
            current word at the cursor position
- Geanyextreasel: The Extra Selection adds several selection
                  enhancements to geany
- Geanygdb: integrated debugging support within Geany via
            the GNU Debugger (GDB).
- Geanyinsertnum: replaces a (possibly zero-width) rectangular selection
                  with integer numbers, using start/step/base etc.
                  specified by the user.
- Geanylatex: GeanyLaTeX is a plugin for Geany IDE to improve work
              with LaTeX.
- Geanylipsum: implements a Lorem Ipsum generator to insert
               placeholder text into your document
- Geanyprj: alternative project manager for Geany fast light IDE
- Geanysendmail: send a document as attachment using the preferred
                 mail client from inside Geany
- Geanyvc: provides a uniform way of accessing the different
           version-control systems inside Geany IDE.
- ShiftColumn: allows you to move blocks of text horizontally
- Spellcheck: checks the content of the current document in Geany
              with the spell check library Enchant
- Treebrowser

%files -f %{name}.lang
%doc NEWS README
%if "%{_libdir}" != "%{_libexecdir}"
%{_libexecdir}/geany-plugins
%endif
%{_iconsdir}/hicolor/16x16/apps/*
%{_libdir}/geany-plugins
%{_libdir}/geany/*
%{_datadir}/geany-plugins
%{_datadir}/geany/geanypy/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --docdir=%{geany_plug_docdir}
make

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Fri Mar 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.25-2
- (32863f2) Requires pkgconfig(python)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10221 |14cu|geany-themes-1.24-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           geany-themes
Version:        1.24
Release:        1
Summary:        A collection of syntax highlighting color schemes for Geany
Group:		Development/C
# Some of the color schemes are clearly stated as GPLv2+, some are BSD
License:        GPLv2+ and BSD

URL:            https://github.com/geany/geany-themes
Source0:        https://github.com/geany/geany-themes/releases/download/%{version}/geany-themes-%{version}.tar.bz2

Requires:       geany >= 1.24
BuildArch:      noarch


%description
Geany-Themes is a set of syntax highlighting color schemes for the Geany IDE.
Simply install this package, restart Geany and find the themes in
View->Editor->Color Schemes.


%prep
%setup -q


%build
# Nothing to build here. We just have to place some configuraton files into the
# proper directory..


%install
install -d %{buildroot}%{_datadir}/geany/colorschemes
install -pm 644 colorschemes/*.conf %{buildroot}%{_datadir}/geany/colorschemes


%files
%doc AUTHORS ChangeLog COPYING README.md
%{_datadir}/geany/colorschemes/*.conf



%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.24-1
- (4b2a19d) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10222 |14cu|geary-0.11.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global vala_version_suffix -0.28
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	A lightweight email program designed around conversations
Name:		geary
Version:	0.11.2
Release:	1
License:	LGPLv2+
Group:		Networking/Mail
URL:		http://yorba.org/geary/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/geary/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	vala
BuildRequires:	vala-tools
BuildRequires:	make
BuildRequires:	cmake
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.30.0
BuildRequires:	pkgconfig(gio-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.2.0
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(unique-3.0) >= 3.0.0
BuildRequires:	pkgconfig(libnotify) >= 0.7.5
BuildRequires:	pkgconfig(libcanberra) >= 0.28
BuildRequires:	pkgconfig(sqlite3) >= 3.7.4
BuildRequires:	pkgconfig(gmime-2.6) >= 2.6.0
BuildRequires:	pkgconfig(gnome-keyring-1) >= 3.2.2
BuildRequires:	pkgconfig(webkitgtk-3.0) >= 1.8.0
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gcr-3)
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	xml2po

Requires:	hicolor-icon-theme

%description
Geary is a new email reader for GNOME designed to let you read your email
quickly and effortlessly. Its interface is based on conversations, so you
can easily read an entire discussion without having to click from message
to message.
Geary is still in early development and has limited features today, but
we're planning to add lightning-fast searching, multiple account support,
and much more. Eventually we'd like Geary to have an extensible plugin
architecture so that developers will be able to add all kinds of nifty
features in a modular way.

%prep
%setup -q

%build
%cmake -DVALA_EXECUTABLE:FILEPATH=%{_bindir}/valac%{?vala_version_suffix} \
       -DVAPIGEN:FILEPATH=%{_bindir}/vapigen%{?vala_version_suffix} \
       -DGSETTINGS_COMPILE=OFF \
       -DGSETTINGS_COMPILE_IN_PLACE=OFF \
       -DICON_UPDATE=OFF \
       -DDESKTOP_UPDATE=OFF \
       -DDISABLE_CONTRACT=ON

%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README THANKS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/appdata/*
%{_datadir}/applications/*.desktop
%{_datadir}/glib-2.0/schemas/org.yorba.geary.gschema.xml
%{_datadir}/icons/hicolor/*/*/*

%changelog

* Sat Sep 10 2016 alzim <alzim@bk.ru> 0.11.2-1
- (3eac4c5) Merge pull request #3 from import/geary:rosa2016.1
- (3eac4c5) Updated to 0.11.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10223 |14cu|geis-2.2.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Gesture Engine Interface and Support Interface
Name:		geis
Version:	2.2.17
Release:	1
License:	GPLv3+
Group:		System/Libraries
Url:		https://launchpad.net/geis
Source0:	https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(frame)
BuildRequires:	pkgconfig(grail)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xorg-server)
Requires:	python3-gi

%description
GEIS is a library for applications and toolkit programmers which provides
a consistent platform independent interface for any system-wide input gesture
recognition mechanism.

%files
%doc README COPYING
%{_bindir}/geistest
%{_mandir}/man1/geis*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Gesture Engine Interface and Support lLibrary package
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically linked
with geis.

%files -n %{libname}
%{_libdir}/libgeis.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Gesture Engine Interface and Support development package
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}geis1 < 2.2.16

%description -n %{devname}
This package provides headers files for geis development.

%files -n %{devname}
%{_includedir}/%{name}/geis.h
%{_includedir}/%{name}/geisimpl.h
%{_libdir}/libgeis.so
%{_libdir}/pkgconfig/libgeis.pc

#----------------------------------------------------------------------------

%package -n python3-%{name}
Summary:	GEIS python bindings
Group:		Development/Python
Requires:	%{libname} = %{EVRD}
Requires:	python3-gi
Obsoletes:	python-%{name} < 2.2.16
Conflicts:	python-%{name} < 2.2.16

%description -n python3-%{name}
GEIS python bindings.

%files -n python3-%{name}
%{_bindir}/pygeis
%{python3_sitelib}/%{name}/
%{python3_sitearch}/_geis_bindings.so
%{_mandir}/man1/pygeis.1*

#----------------------------------------------------------------------------

%package -n %{name}view
Summary:	GEIS View
Requires:	python3-%{name} = %{EVRD}

%description -n %{name}view
GEIS View.

%files -n %{name}view
%{_bindir}/%{name}view
%{_datadir}/applications/geisview.desktop
%{_datadir}/geisview/*.ui
%{_datadir}/pixmaps/geisview32x32.xpm
%{python3_sitelib}/%{name}view/

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
automake --add-missing
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%changelog

* Sat Sep 10 2016 alzim <alzim@bk.ru> 2.2.17-1
- (474fbe9) Merge pull request #2 from import/geis:rosa2016.1
- (474fbe9) Del %{_bindir}/geis-server



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10224 |14cu|gelide-0.1.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gelide
Version:	0.1.5
Release:	5
Summary:	Emulators manager
Group:		Emulators
License:	GPLv3
URL:		http://gelide.sourceforge.net/
Source0:	http://sourceforge.net/projects/%{name}/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
Patch0:		gelide-0.1.5-glib.patch
Patch1:		gelide-0.1.5-gcc4.7.patch
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool
BuildRequires:	rarian
BuildRequires:	gcc-c++
Requires:	gnome-icon-theme-legacy

%description
Gelide is a configurable frontend which let you manage any kind of emulated
system (PC, console, arcade, etc) letting you to catalog and launch any game
from any existing emulator under GNU/Linux. With Gelide, you can configure
any emulator with command line parameters support, without the need of
remember them every now and then.

%prep
%setup -q
%patch0 -p1 -b .glib~
%patch1 -p1 -b .gcc47~

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install \
	--remove-key="Version" \
	--remove-key="Encoding" \
	--dir=%{buildroot}%{_datadir}/applications/ \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

rm -rf %{buildroot}/usr/doc

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS ChangeLog README INSTALL COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*.xml
%{_datadir}/%{name}/pixmaps/*
%{_datadir}/%{name}/ui/*
%{_iconsdir}/hicolor/*
%{_mandir}/*/%{name}*



%changelog

* Thu Oct 15 2015 Denis Silakov <dsilakov@gmail.com> 0.1.5-5
- (99437fc) Require gnome-icon-theme-legacy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10225 |14cu|gemrb-0.8.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Port of the original Infinity (Game) Engine
Name:		gemrb
Version:	0.8.4
Release:	1
License:	GPLv2+
Group:		Games/Adventure
Url:		http://gemrb.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/gemrb/GemRB%20Sources/GemRB%200.7.0%20Sources/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)
Requires:	openal

%description
GemRB (Game Engine Made with pre-Rendered Background) is a portable
open-source implementation of Bioware's Infinity Engine.

It was written to support pseudo-3D role playing games based on the
Dungeons & Dragons ruleset (Baldur's Gate and Icewind Dale series,
Planescape: Torment).

This is not a game, but the engine. You need data installed somewhere, and
point gemrb the the relevant directory. More details and a list of
supported games can be found at
http://gemrb.sourceforge.net/wiki/doku.php?id=getting_started

%files
%doc AUTHORS COPYING NEWS README INSTALL
%{_bindir}/gemrb
%{_sysconfdir}/gemrb/GemRB.cfg.sample
%{_mandir}/man6/gemrb.6.*
%{_datadir}/gemrb/*
%{_datadir}/applications/gemrb.desktop
%{_iconsdir}/hicolor/scalable/apps/gemrb.svg
%{_datadir}/pixmaps/gemrb.png
%{_bindir}/extend2da.py

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%global optflags %{optflags} -fno-stack-protector
%cmake \
	-DLAYOUT=fhs \
	-DSTATIC_LINK:BOOL=ON \
	-DLIB_DIR='%{_libdir}/gemrb'
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_sysconfdir}/gemrb/GemRB.cfg.noinstall.sample


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.4-1
- (52e6c52) New version 0.8.4
- (52e6c52) Prefer static linking



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10226 |14cu|genders-1.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	majorpp	2
%define libname	%mklibname genders %{major}
%define libnamepp %mklibname gendersplusplus %{majorpp}
%define devname %mklibname -d genders

Summary:	Static cluster configuration database
Name:		genders
Version:	1.22
Release:	2
Group:		System/Libraries
License:	GPLv2
Url:		https://computing.llnl.gov/linux/genders.html
Source0:	http://sourceforge.net/projects/genders/files/genders/1.22-1/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-1.18-shebang.patch
Patch1:		%{name}-1.22-javadoc.patch
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	perl-devel
BuildRequires:	stdc++-devel
BuildRequires:	pkgconfig(python)

%description
Genders is a static cluster configuration database used for cluster
configuration management.  It is used by a variety of tools and scripts for
management of large clusters.  The genders database is typically replicated
on every node of the cluster. It describes the layout and configuration of
the cluster so that tools and scripts can sense the variations of cluster
nodes. By abstracting this information into a plain text file, it becomes
possible to change the configuration of a cluster by modifying only one file.

%package -n	%{libname}
Summary:	Static cluster configuration database library
Group:          System/Libraries

%description -n	%{libname}
This package contains a shared library for %{name}.

%package -n	%{libnamepp}
Summary:	Static cluster configuration database C++ library
Group:          System/Libraries

%description -n	%{libnamepp}
This package contains the C++ bindings for genders.

%package -n	%{devname}
Summary:	Development library and header files for the genders library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Requires:	%{libname} = %{version}
Requires:	%{libnamepp} = %{version}

%description -n	%{devname}
This package contains the development genders library and its header files.

%package	compat
Summary:	Compatability library
Group:		System/Libraries

%description	compat
genders API that is compatible with earlier releases of genders

%package -n	perl-Libgenders
Summary:	Genders interface
Group:		Development/Perl
Provides:	perl-Genders = %{version}
Obsoletes:	perl-Genders

%description -n	perl-Libgenders
This package provides a perl interface for querying a genders file.

%package javadoc
Summary:	Java Documentation
Group:		Development/Java
BuildRequires:	java-devel

%description	javadoc
Genders API Documentation for java.

%package	java-devel
Summary:	Java Development libraries
Group:		Development/Java
Requires:	%{name}-java = %{EVRD}

%description	java-devel
Genders API bindings for java.

%package java
Summary:	Java libraries
Group:		Development/Java
BuildRequires:	java-devel

%description java
Genders API bindings for java.

%package -n	python-libgenders
Summary:	Genders interface
Group:		Development/Python

%description -n	python-libgenders
This package provides a python interface for querying a genders file.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
export CPPFLAGS='-I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -I../../../src/libgenders'
%configure2_5x \
	--disable-static \
	--with-genders-file=%{_sysconfdir}/%{name} \
	--with-perl-extensions \
	--with-perl-vendor-arch \
	--with-python-extensions \
	--with-cplusplus-extensions \
	--with-extension-destdir=%{buildroot}

make LD_RUN_PATH=""

%install
install -d %{buildroot}%{_sysconfdir}
%makeinstall_std LD_RUN_PATH=""

install -m0644 genders.sample %{buildroot}%{_sysconfdir}/%{name}

mkdir -p %{buildroot}/%{_jnidir}
mv %{buildroot}/%{_datarootdir}/java/Genders.jar %{buildroot}/%{_jnidir}/

%files
%doc README NEWS ChangeLog DISCLAIMER DISCLAIMER.UC COPYING TUTORIAL
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libgenders.so.%{major}*

%files -n %{libnamepp}
%{_libdir}/libgendersplusplus.so.%{majorpp}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%exclude %{_libdir}/libGendersjni.so
%{_mandir}/man3/genders*
%{_mandir}/man3/libgenders*

%files compat
%{_mandir}/man3/gendlib*
%dir %{_prefix}/lib/genders
%{_prefix}/lib/genders/*

%files -n perl-Libgenders
%{perl_vendorarch}/Genders.pm
%{perl_vendorarch}/Libgenders.pm
%dir %{perl_vendorarch}/auto/Libgenders
%{perl_vendorarch}/auto/Libgenders/Libgenders.so
%{_mandir}/man3/Genders.3pm*
%{_mandir}/man3/Libgenders.3pm*

%files java-devel
%doc DISCLAIMER DISCLAIMER.UC COPYING
%{_libdir}/libGendersjni.so

%files java
%doc DISCLAIMER DISCLAIMER.UC COPYING
%{_libdir}/libGendersjni.so.*
%{_jnidir}/Genders.jar

%files javadoc
%doc DISCLAIMER DISCLAIMER.UC COPYING
%{_docdir}/%{name}-%{version}-javadoc

%files -n python-libgenders
%{py_platsitedir}/genders.py
%{py_platsitedir}/libgenders-*-py*.egg-info
%{py_platsitedir}/libgenders.so

%changelog

* Sun Nov 27 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.22-2
- (eee611f) Fix javadoc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10227 |14cu|genius-1.0.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	A general purpose calculator and math tool
Name:		genius
Version:	1.0.21
Release:	1
License:	GPLv3+
Group:		Sciences/Mathematics
URL:		http://www.jirka.org/genius.html
Source0:	https://download.gnome.org/sources/genius/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:  intltool >= 0.21
BuildRequires:  pkgconfig(glib-2.0) >= 2.12.0
BuildRequires:  pkgconfig(gmodule-2.0) >= 2.12.0
BuildRequires:  pkgconfig(gio-2.0) >= 2.16.0
BuildRequires:  pkgconfig(gtk+-2.0) >= 2.18.0
BuildRequires:  pkgconfig(vte) >= 0.17.1
BuildRequires:  pkgconfig(gtksourceview-2.0) >= 2.0.2
BuildRequires:  pkgconfig(gnome-doc-utils)
BuildRequires:  gmp-devel
BuildRequires:  gtk+2.0
BuildRequires:  readline-devel
BuildRequires:  mpfr-devel
BuildRequires:  flex
BuildRequires:  bison
BuildRequires:  scrollkeeper
BuildRequires:  automake

Requires:	ghostscript

%description
Genius is an advanced calculator and a mathematical programming language.
It handles multiple precision floating point numbers, infinite precision
integers, complex numbers and matrixes.

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_datadir}/application-registry/*
%{_datadir}/mime/packages/*
%{_datadir}/mime-info/*
%{_iconsdir}/hicolor/*/apps/*
%{_libdir}/%{name}
%{_libexecdir}/genius-readline-helper-fifo

#-----------------------------------------------------------------------

%package devel
Summary:	Files to develop genius plugins
Requires:	%{name} = %{version}

%description devel
Genius is an advanced calculator and a mathematical programming language.
It handles multiple precision floating point numbers, infinite precision
integers, complex numbers and matrixes.

This package contains developmend files and not required for runnind genius.

%files devel
%{_includedir}/*

#-----------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-mpfr \
	--disable-scrollkeeper \
	--disable-update-mimedb \
	--disable-static
%make

%install
%makeinstall_std

%{find_lang} %{name} --with-gnome

%changelog

* Sat Sep 10 2016 alzim <alzim@bk.ru> 1.0.21-1
- (114deb9) Merge pull request #3 from import/genius:rosa2016.1
- (114deb9) Updated to 1.0.21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10228 |14cu|gens-2.15.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sega Genesis/Megadrive, Sega CD and Sega 32X emulator
Name:		gens
Version:	2.15.5
Release:	5
License:	GPLv2+
Group:		Emulators
Url:		http://sourceforge.net/projects/gens/
Source0:	http://sourceforge.net/projects/gens/files/Gens%20Source%20Code/Gens%20%{version}/%{name}-%{version}.tar.gz
Source1:	%{name}.png
Patch1:		gens-libgl.patch
Patch2:		gens-rpmlint.patch
Patch3:		gens-2.15.5-strings.patch
BuildRequires:	imagemagick
BuildRequires:	nasm
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(sdl)
Conflicts:	gens-gs
ExclusiveArch:	%{ix86}

%description
Gens is a GPL emulator for the genesis, ported from win32 to BeOS and Linux.
It was the fastest on win32, and is pretty fast on Linux.

%files
%doc AUTHORS COPYING README BUGS
%{_bindir}/%{name}
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p0
%patch2 -p0
%patch3 -p1

%build
%configure2_5x
%make

%install
%makeinstall

# install menu icons
for N in 16 32 48 64;
do
convert %{SOURCE1} -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Gens
Comment=Sega Genesis/Megadrive, Sega CD and Sega 32X emulator
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF


%changelog
* Wed Oct 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.15.5-5
+ Revision: 37dfa6a
- Adjust desktop file and icons, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10229 |14cu|gens-gs-2.16.7-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sega Genesis/Megadrive, Sega CD and Sega 32X emulator
Name:		gens-gs
Version:	2.16.7
Release:	7
License:	GPLv2+
Group:		Emulators
Url:		http://info.sonicretro.org/Gens/GS
Source0:	Gens-gs-r7.tar.bz2
Patch0:		gens-gs-r7-gtk-deprecated.patch
BuildRequires:	imagemagick
BuildRequires:	nasm
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkglextmm-1.2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)
Conflicts:	gens
ExclusiveArch:	%{ix86}

%description
Gens is an emulator for the Sega Genesis/Megadrive, Sega CD and Sega 32X.

Gens/GS is a version of Gens maintained by GerbilSoft.

The main goal of Gens/GS is to clean up the source code and combine features
from various forks of Gens.

%files
%doc AUTHORS.txt ChangeLog.txt NEWS.txt README.txt doc/*
%{_bindir}/%{name}
%{_bindir}/mdp_test
%dir %{_datadir}/gens/
%{_datadir}/gens/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_libdir}/mdp/*.so
%{_docdir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-r7
%patch0 -p1

%build
autoreconf -i
%configure2_5x LDFLAGS='%{ldflags} -fuse-ld=bfd' CFLAGS='-ldl -lX11'
%make

%install
%makeinstall_std

mv %{buildroot}%{_bindir}/gens %{buildroot}%{_bindir}/%{name}

rm -f %{buildroot}%{_libdir}/mdp/*.{a,la}

# install menu icons
for N in 16 32 48 64 128;
do
convert images/gensgs_48x48.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

rm -f %{buildroot}%{_datadir}/applications/gens.desktop

install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Gens/GS
Comment=Sega Genesis/Megadrive, Sega CD and Sega 32X emulator
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF

%changelog
* Wed Oct 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.16.7-7
+ Revision: c9fa022
- Add imagemagick to BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10230 |14cu|geos-3.3.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GEOS (Geometry Engine, Open Source) topology library
Name:		geos
Version:	3.3.5
Release:	3
License:	LGPLv2+
Group:		Sciences/Geosciences
Url:		http://trac.osgeo.org/geos
Source0:	http://download.osgeo.org/geos/%{name}-%{version}.tar.bz2

%description
The GEOS library provides topological operators and simple spatial constructs:
points, lines, polygons, and collections.

#-----------------------------------------------------------------------------

%define libname %mklibname geos %{version}

%package -n %{libname}
Summary:	Libraries for GEOS
Group:		Sciences/Geosciences
Conflicts:	%{_lib}geos3 < 3.3.5-3
Obsoletes:	%{_lib}geos3 < 3.3.5-3

%description -n %{libname}
The GEOS library provides topological operators and simple spatial constructs:
points, lines, polygons, and collections.

%files -n %{libname}
%{_libdir}/libgeos-%{version}.so

#-----------------------------------------------------------------------------

%define major_c 1
%define libname_c %mklibname geos_c %{major_c}

%package -n %{libname_c}
Summary:	Libraries for GEOS
Group:		Sciences/Geosciences

%description -n %{libname_c}
The GEOS library provides topological operators and simple spatial constructs:
points, lines, polygons, and collections.

%files -n %{libname_c}
%{_libdir}/libgeos_c.so.%{major_c}*

#-----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Development Libraries for the GEOS topology library
Group:		Sciences/Geosciences
Requires:	%{libname} = %{EVRD}
Requires:	%{libname_c} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The GEOS library provides topological operators and simple spatial constructs:
points, lines, polygons, and collections.

%files -n %{devname}
%{_bindir}/geos-config
%{_includedir}/*
%{_libdir}/*.so
%exclude %{_libdir}/libgeos-%{version}.so

#-----------------------------------------------------------------------------

%define sdevname %mklibname %{name} -d -s

%package -n %{sdevname}
Summary:	Development Libraries for the GEOS topology library
Group:		Sciences/Geosciences
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
The GEOS library provides topological operators and simple spatial constructs:
points, lines, polygons, and collections.

%files -n %{sdevname}
%{_libdir}/*.a

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std



%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3.5-3
- (260f0db) Fix library package name
- (260f0db) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10231 |14cu|gerbv-2.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_disable_ld_no_undefined 1

%define	major		1
%define	libname		%mklibname %{name} %{major}
%define	develname	%mklibname -d %{name}

Summary:	Gerber file viewer
Name:		gerbv
Version:	2.6.1
Release:	1
License:	GPLv2+
Group:		Graphics
URL:		http://gerbv.gpleda.org/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch1:		%{name}-2.6.1-header-macro.patch
Patch2:		%{name}-2.6.1-no-translation.patch
# Originally from upstream git, modified to apply after P1:
# http://git.geda-project.org/gerbv/commit/?id=adbb22bd
Patch3:		%{name}-2.6.1-specify-m4-macro-dir.patch
# From upstream git:
# http://git.geda-project.org/gerbv/commit/?id=5a9ef1bb
Patch4:		%{name}-2.6.1-automake.patch
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(cairo) >= 1.2.0
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.4.0
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	freetype2-devel
BuildRequires:	gettext-devel
BuildRequires:	imagemagick
BuildRequires:	doxygen
BuildRequires:	desktop-file-utils
Suggests:	%{name}-examples = %{EVRD}

%description
Gerbv is a viewer for Gerber files. Gerber files are generated from PCB CAD
system and sent to PCB manufacturers as basis for the manufacturing process.

%files 
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%dir %{_datadir}/%{name}
#{_datadir}/%%{name}/doc
%{_datadir}/%{name}/%{name}_icon.ico
%{_datadir}/%{name}/scheme
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*


#-----------------------------------------------------------------------------

%package examples
Summary:	Gerber file examples for %{name}
Group:		Graphics
Requires:	%{name} = %{EVRD}

%description examples
Example files for %{name}.

%files examples
%doc COPYING
%{_datadir}/%{name}/example

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		Graphics

%description -n %{libname}
Libraries for %{name}.

%files -n %{libname}
%doc COPYING
%{_libdir}/libgerbv.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Graphics
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
Development files for %{name}.

%files -n %{develname}
%doc COPYING Structs.txt
%doc doc/eagle doc/PNG-print doc/html doc/*.txt
%doc doc/example-code
%{_libdir}/libgerbv.so
%{_libdir}/pkgconfig/libgerbv.pc
%{_includedir}/%{name}-%{version}/%{name}.h

#-----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches


%build
autoreconf -vfi
%configure2_5x	\
		--disable-static \
		--disable-rpath \
		--disable-update-desktop-database
%make


%install
%makeinstall_std
#find %%{buildroot} -name *.la -delete

# Fix .desktop file
desktop-file-edit	--remove-key="Encoding" \
			--add-category="Science" \
			%{buildroot}%{_datadir}/applications/%{name}.desktop

# Put example files in their correct place
cp -rf example %{buildroot}%{_datadir}/%{name}


%changelog

* Sun May 17 2015 Giovanni Mariani <mc2374@mclink.it> 2.6.1-1
- (65b442b) Updated to release 2.6.1, taken P1-P4 from Mageia to fix build, fixed .desktop file and silenced rpmlint warning



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10232 |14cu|get-yandex-browser-19.1.0.2494-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tmp_download_dir %{_localstatedir}/lib/%{oname}

%define oname yandex-browser

Summary:	Download and Install Yandex.Browser
Name:		get-%{oname}
Version:	19.1.0.2494
Release:	1
License:	Proprietary
Group:		Networking/WWW
Url:		https://browser.yandex.ru
Requires:	wget
ExclusiveArch:	x86_64
Conflicts:	yandex-browser = beta

%description
This is an installer for Yandex.Browser.

This package does not contain any program files as the Yandex.Browser license
does not allow distribution. By installing this package you will download and
install Yandex.Browser from browser.yandex.ru.
You must accept the Yandex.Browser EULA before using it.
Please be patient, this is a 84 MB download and may take some time.
Removing this package will uninstall Yandex.Browser from your system.

%files

%pre
mkdir -p %{tmp_download_dir}
[[ -d %{tmp_download_dir} ]] || exit 1
cd %{tmp_download_dir} || exit 1

wget --force-clobber --timeout=30 --tries=3 "https://repo.yandex.ru/yandex-browser/rpm/beta/x86_64/%{oname}-beta-%{version}-1.x86_64.rpm"

%post
tmp_extract_dir=$(mktemp -d)
if ! [[ -d $tmp_extract_dir ]]; then
echo "Failed to create temporary directory"
rm -r %{tmp_download_dir}
exit 1
fi

# Yandex.Browser by Yandex
if [ `rpm -q %{oname}-beta | wc -w` == 1 ]
then
	rpm -e %{oname}-beta
fi

# Old version
if [ `rpm -q %{name} | wc -w` == 1 ]
then
	rpm -e %{name}
fi

%define tmp_yb_dir ${tmp_extract_dir}/%{oname}-%{version}

mkdir -p %{tmp_yb_dir}
cd %{tmp_yb_dir}
rpm2cpio "%{tmp_download_dir}/%{oname}-beta-%{version}-1.x86_64.rpm" | cpio -idmv

if ! [[ -d %{tmp_yb_dir} ]]; then
echo "Extracted file folder missing"
cd ..
rm -rf ${tmp_extract_dir}
rm -r %{tmp_download_dir}
exit 1
fi

cp -rf %{tmp_yb_dir}%{_datadir}/ %{_datadir}
cp -rf %{tmp_yb_dir}%{_sysconfdir}/ %{_sysconfdir}/
mv -f %{tmp_yb_dir}%{_bindir}/%{oname}-beta %{_bindir}/%{oname}-beta
mv -f %{tmp_yb_dir}%{_datadir}/applications/%{oname}-beta.desktop %{_datadir}/applications/%{oname}-beta.desktop
mkdir -p /opt/yandex/browser-beta
cp -rf %{tmp_yb_dir}/opt/yandex/browser-beta/* /opt/yandex/browser-beta/

cd ..
rm -r ${tmp_extract_dir} %{tmp_download_dir}
echo "Done!"

# Remove yandex-browser-install package if we have it installed
if [ `rpm -q %{oname}-install | wc -w` == 1 ]
then
	rpm -e %{oname}-install
fi

%preun
rm -f %{_bindir}/%{oname}-beta
rm -f %{_bindir}/appdata/yandex-browser-beta.appdata.xml
rm -f %{_bindir}/applications/yandex-browser-beta.desktop
rm -f %{_bindir}/gnome-control-center/default-apps/yandex-browser-beta.xml
rm -f %{_datadir}/applications/%{oname}-beta.desktop
rm -f %{_mandir}/man1/yandex-browser-beta.1.gz
rm -rf opt/yandex/browser-beta

#----------------------------------------------------------------------------

%prep

%build

%install

%changelog

* Sun Jan 27 2019 alekseyz <a.zimin@rosalinux.ru> 19.1.0.2494-1
- (01550d3) Merge pull request #2 from import/get-yandex-browser:rosa2016.1
- (01550d3) Updated to 19.1.0.2494



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10233 |14cu|gftp-2.0.19-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gftp
Summary:	Multithreaded FTP client for X Windows
Version:	2.0.19
Release:	8
Epoch:		1
License:	GPL
Group:		Networking/File transfer
URL:		http://www.gftp.org/
Requires:	gtk+2 
BuildRequires:	gtk+2-devel
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
BuildRequires:	openssl-devel

Source0:	http://www.gftp.org/%{name}-%{version}.tar.gz
Source1:	%{name}.icons.tar.bz2
Patch0:		%{name}-2.0.19-datetime-fixedsort.patch
Patch1:		%{name}-2.0.18-bookmarks.patch
Patch6:     gftp-2.0.19-fix-desktop-file.patch
patch7:     gftp-2.0.19-fix-crash.patch

%description
gFTP is a multithreaded FTP client for X Window written using Gtk. It features
simultaneous downloads, resuming of interrupted file transfers, file transfer
queues, downloading of entire directories, ftp proxy support, remote directory
caching, passive and non-passive file transfers, drag-n-drop, bookmarks menu,
stop button, and many more features.


%prep
%setup -q -a 1
%patch1 -p1 -b .bookmarks
%patch6 -p0
%patch7 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

# locale files
%find_lang %{name}

%clean

%files -f %{name}.lang
%doc ABOUT-NLS THANKS COPYING ChangeLog README TODO
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*
%{_mandir}/man?/*



%changelog

* Thu Sep 10 2015 Denis Silakov <dsilakov@gmail.com> 1:2.0.19-8
- (cba7918) Updated bookmarks



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10234 |14cu|ggobi-2.1.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define __noautoprov 'plugin.so(.*)'

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Interactive and dynamic graphics
Name:		ggobi
Version:	2.1.11
Release:	1
License:	Common Public License
Group:		Graphics
Url:		http://www.ggobi.org
Source0:	http://www.ggobi.org/downloads/%{name}-%{version}.tar.bz2
Source1:	ggobi.desktop
Patch0:		ggobi-2.1.9-underlink.patch
Patch1:		ggobi-2.1.9-format.patch
BuildRequires:	desktop-file-utils
BuildRequires:	libtool-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%description
GGobi is an open source visualization program for exploring high-dimensional
data. It provides highly dynamic and interactive graphics such as tours,
as well as familiar graphics such as the scatterplot, barchart and parallel
coordinates plots. Plots are interactive and linked with brushing and
identification.

GGobi is fully documented in the GGobi book:
"Interactive and Dynamic Graphics for Data Analysis".

%files
%doc ABOUT-NLS AUTHORS ChangeLog COPYING CPLicense.txt INSTALL README
%{_bindir}/ggobi
%{_datadir}/pixmaps/ggobi.png
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_sysconfdir}/xdg/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 2.1.11

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	GGobi development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 2.1.11
Obsoletes:	%{name}-devel < 2.1.11

%description -n %{devname}
GGobi development files.

%files -n %{devname}
%{_includedir}/ggobi
%{_libdir}/*.so
%{_libdir}/pkgconfig/ggobi.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
	--with-all-plugins \
	--disable-rpath

%install
%makeinstall_std
make ggobirc
mkdir -p %{buildroot}%{_datadir}/pixmaps

desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	%{SOURCE1}

%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.11-1
- (651c5fd) New version 2.1.11
- (651c5fd) Split library from main package
- (651c5fd) Properly name development package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10235 |14cu|ggz-docs-0.0.14.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ggz-docs
Summary:	GGZ Gaming Zone Documentation
Version:	0.0.14.1
Release:	7
License:	GPL
Group:		Games/Other
URL:		http://ggzgamingzone.org/
Source0:	http://ftp.ggzgamingzone.org/pub/ggz/%{version}/%{name}-%{version}.tar.gz
Patch1:		ggz-docs-0.0.14-infoentry.patch
Patch2:		ggz-docs-0.0.14-destdir.patch
BuildRequires:	docbook-utils
BuildRequires:	openjade
BuildRequires:	lynx
BuildRequires:	texinfo
BuildRequires:	texi2html
BuildRequires:	texlive
BuildRequires:	texlive-scheme-full
BuildRequires:	docbook-utils-pdf
BuildRequires:	transfig
BuildRequires:	docbook-dtd31-sgml
BuildRequires:	ghostscript
BuildArch:	noarch

%description
Documentation for the GGZ Gaming Zone.

%prep
%setup -q
%patch1 -p1 -b .direntry
%patch2 -p1
autoreconf
find . -name texinfo.tex -exec rm {} \;

%build
# (Abel) no problem for noarch package to not use macros
# in fact it fails to build with macros
%configure \
	--enable-guides \
	--enable-spec \
	--prefix=%{_prefix} \
	--infodir=%{_infodir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# move docs back to build dir
rm -rf ./package-docs
mv %{buildroot}%{_docdir}/ggz-docs package-docs

%files
%doc package-docs/*
%{_infodir}/ggz-game-development-guide.info.*
%{_infodir}/ggz-hosting-guide.info.*

%changelog

* Thu Nov 26 2015 Denis Silakov <dsilakov@gmail.com> 0.0.14.1-7
- (72aed4b) Build with whole texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10236 |14cu|ggz-gtk-client-0.0.14.1-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

%define libggz_version %{version}

%define ggz_client_libs_version %{version}

Name:		ggz-gtk-client
Summary:	GGZ Client with GTK+ user interface
Version:	0.0.14.1
Release:	15
License:	GPL
Group:		Games/Other
URL:		http://ggzgamingzone.org/

# http://download.sf.net/ggz/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		ggz-gtk-client-0.0.14.1-linkage_fix.diff
Patch1:		ggz-gtk-client-0.0.14.1-l10n.patch

BuildRequires:	desktop-file-utils
BuildRequires:	libggz-devel = %{libggz_version}
BuildRequires:	ggz-client-libs-devel = %{ggz_client_libs_version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xft)
Requires:	ggz-client-libs = %{ggz_client_libs_version}
Suggests:	ggz-game-modules = %{version}

%description
The official GGZ Gaming Zone client with GTK+ user interface.

%package -n	%{libname}
Summary:	GGZ Library client with GTK+ user interface
Group:		Games/Other

%description -n	%{libname}
The official GGZ Gaming Zone client with GTK+ user interface.

%package -n	%{develname}
Summary:	Development files for GGZ Gaming Zone client with GTK+ user interface
Group:		Development/Other
Requires:	%{libname} = %{version}
Provides: 	%{name}-devel = %{version}

%description -n	%{develname}
The GGZ client libraries are necessary for running and/or developing
GGZ Gaming Zone clients and games.

This package contains headers and other development files used for
building GGZ Gaming Zone GTK2+ client.

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
autoreconf -fis
%configure2_5x \
	--disable-static \
	--bindir=%{_gamesbindir} \
	--datadir="\${prefix}/share" \
	--with-libggz-libraries=%{_libdir} \
	--with-ggzcore-libraries=%{_libdir} \
	--with-ggzmod-libraries=%{_libdir} \

%make

%install
%makeinstall_std


desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-key="Encoding" \
  --add-category="GTK;Game" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang ggz-gtk

%files -f ggz-gtk.lang
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO README.GGZ QuickStart.GGZ
%{_gamesbindir}/ggz-gtk
%{_datadir}/applications/*
%{_datadir}/ggz/ggz-gtk-client/*
%{_datadir}/ggz/help/*
%{_mandir}/man?/*

%files -n %{libname}
%{_libdir}/libggz-gtk.so.%{major}*

%files -n %{develname}
%doc COPYING ChangeLog
%{_includedir}/*
%{_libdir}/lib*.so


%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 0.0.14.1-15
- (eab54fc) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10237 |14cu|ggz-txt-client-0.0.14.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libggz_version %{version}
%define ggz_client_libs_version %{version}

%define games_list tttxt

Name:		ggz-txt-client
Version:	0.0.14.1
Release:	8
Summary:	GGZ Text Mode Client
License:	GPL
Group:		Games/Other
URL:		http://ggzgamingzone.org/
Source0:	http://ftp.ggzgamingzone.org/pub/ggz/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	libggz-devel = %{libggz_version}
BuildRequires:	ggz-client-libs-devel = %{ggz_client_libs_version}
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
Requires:	libggz = %{libggz_version}
Requires:	ggz-client-libs = %{ggz_client_libs_version}

%description
The official GGZ Gaming Zone client for text mode, suitable for
environment where no graphical desktop is available.

It also includes the following text mode GGZ game(s):
    TicTacToe

%prep
%setup -q

%build
%configure2_5x  \
    --bindir=%{_gamesbindir} \
    --with-libggz-libraries=%{_libdir} \
    --with-ggzmod-libraries=%{_libdir} \
    --with-ggzcore-libraries=%{_libdir}
%make

%install
%makeinstall_std

rm %{buildroot}%{_sysconfdir}/ggz.modules
rmdir %{buildroot}%{_sysconfdir}

# Get a copy of all of our .dsc files
mkdir -p %{buildroot}%{_datadir}/ggz/ggz-config
for i in %games_list; do
  install -m 0644 $i/module.dsc %{buildroot}%{_datadir}/ggz/ggz-config/txt-$i.dsc
done

cat > README.mdv <<EOF
Notes:

Currently GGZ text client document is almost non-existant. You have to
look at the source to understand how to use it. Here are a few simple
instructions (though I still can't launch any playable game yet):

1. In command line, type

	ggz-txt ggz://username:password@live.ggzgamingzone.org

   You should substitute username and password appropriately, as what
   you would do when launching URI that requires username and password.
   No trailing slash!

2. Inside client, type '/help' for help message. Good luck :-)
EOF

%find_lang ggz-txt

%clean

%post
# Run ggz-config vs. all installed games
if [ -f %{_sysconfdir}/ggz.modules ]; then
  for i in %games_list; do
    ggz-config --install --modfile=%{_datadir}/ggz/ggz-config/txt-$i.dsc --force
  done
fi

%preun
# Run ggz-config to uninstall all the games
if [ "$1" = "0" ]; then
  if [ -f %{_sysconfdir}/ggz.modules ]; then
    for i in %games_list; do
      ggz-config --remove --modfile=%{_datadir}/ggz/ggz-config/txt-$i.dsc
    done
  fi
fi

%files -f ggz-txt.lang
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README README.GGZ README.mdv 
%doc TODO QuickStart.GGZ
%{_gamesbindir}/ggz-txt
%{_mandir}/man?/*
%{_libdir}/ggz/*
%{_datadir}/ggz/ggz-config/*.dsc
%{_datadir}/applications/*






%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.0.14.1-8
- (bee95c0) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10238 |14cu|ghc-base64-bytestring-1.0.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define module base64-bytestring

Summary:	Base64 encoding and decoding for Haskell
Name:		ghc-%{module}
Version:	1.0.0.1
Release:	1
License:	BSD
Group:		Development/Haskell
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/packages/archive/%{module}/%{version}/%{module}-%{version}.tar.gz
BuildRequires:	ghc-devel >= 7.6.3
BuildRequires:	haddock
BuildRequires:	haskell(cabal-install)
BuildRequires:	haskell-macros
BuildRequires:	gmp-devel
Requires(post,preun):	ghc >= 7.6.3


%description
Fast base64 encoding and decoding for ByteStrings.

%files
%{_docdir}/%{module}-%{version}
%{_libdir}/%{module}-%{version}
%{_cabal_rpm_deps_dir}
%{_cabal_haddoc_files}

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets
%changelog

* Fri Jun 02 2017 abfonly <abfonly@gmail.com> 1.0.0.1-1
- (e2ea48e) Log: Fixed and build for 2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10239 |14cu|ghc-rpm-macros-1.6.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define macros_dir %{_sysconfdir}/rpm

# uncomment to bootstrap without hscolour
%define without_hscolour 1

Name:           ghc-rpm-macros
Version:        1.6.7
Release:        1
Summary:        RPM macros for building packages for GHC
License:        GPLv3+
Group:          System/Configuration/Packaging
Url:            https://github.com/fedora-haskell/ghc-rpm-macros
# Currently source is only in git but tarballs could be made if it helps
Source0:        macros.ghc
Source1:        COPYING
Source2:        AUTHORS
Source3:        ghc-deps.sh
Source4:        cabal-tweak-dep-ver
Source5:        cabal-tweak-flag
Source6:        macros.ghc-extra
Source7:        ghc.attr
Source8:        ghc-pkg-wrapper
Source100:      ghc-rpm-macros.rpmlintrc
Requires:       rpm-build >= 5.4.10

# for ghc_version
Requires:       ghc
%if %{undefined without_hscolour}
Requires:       hscolour
%endif

BuildArch:      noarch

%description
A set of macros for building GHC packages following the Haskell Guidelines
of the Fedora Haskell SIG.  ghc needs to be installed in order to make use of
these macros.

%files
%doc COPYING AUTHORS
%{macros_dir}/macros.ghc
%{_prefix}/lib/rpm/ghc-deps.sh
%{_prefix}/lib/rpm/ghc-pkg-wrapper
%{_bindir}/cabal-tweak-dep-ver
%{_bindir}/cabal-tweak-flag
#--------------------------------------------------------------------------------
%package extra
Summary:        Extra RPM macros for building Haskell library subpackages
Requires:       %{name} = %{EVRD}

%description extra
Extra macros used for subpackaging of Haskell libraries,
for example in ghc and haskell-platform.

%files extra
%{macros_dir}/macros.ghc-extra
#-----------------------------------------------------------------------------------
# ideally packages should be obsoleted by some relevant package
# this is a last resort when there is no such appropriate package
%package -n ghc-obsoletes
Summary:        Dummy package to obsolete deprecated Haskell packages
# these 3 no longer build with ghc-7.8 (F22)
Obsoletes:      ghc-ForSyDe < 3.1.2, ghc-ForSyDe-devel < 3.1.2
Obsoletes:      ghc-parameterized-data < 0.1.6
Obsoletes:      ghc-parameterized-data-devel < 0.1.6
Obsoletes:      ghc-type-level < 0.2.5, ghc-type-level-devel < 0.2.5
Obsoletes:      leksah < 0.14, ghc-leksah < 0.14, ghc-leksah-devel < 0.14
# dropped from HP 2014.2 (F22)
Obsoletes:      ghc-cgi < 3001.1.8,  ghc-cgi-devel < 3001.1.8
# for f24
Obsoletes:      ghc-citeproc-hs < 0.3.10-3, ghc-citeproc-hs-devel < 0.3.10-3
Obsoletes:      ghc-hakyll < 4.5.4.0-6, ghc-hakyll-devel < 4.5.4.0-6
Obsoletes:      ghc-leksah-server < 0.14.3.1-4, ghc-leksah-server-devel < 0.14.3.1-4
# for f25
Obsoletes:      ghc-cmdtheline <= 0.2.3, ghc-cmdtheline-devel <= 0.2.3
Obsoletes:      ghc-concrete-typerep <= 0.1.0.2, ghc-concrete-typerep-devel <= 0.1.0.2
Obsoletes:      ghc-glade <= 0.12.5.0, ghc-glade-devel <= 0.12.5.0
Obsoletes:      bluetile <= 0.6, bluetile-core <= 0.6
Obsoletes:      ghc-lambdabot-utils <= 4.2.2, ghc-lambdabot-utils-devel <= 4.2.2
Obsoletes:      haddock <= 2.14.3, ghc-haddock <= 2.14.3, ghc-haddock-devel <= 2.14.3
Obsoletes:      ghc-monad-unify <= 0.2.2, ghc-monad-unify-devel <= 0.2.2
Obsoletes:      Agda <= 2.4.2.2, ghc-Agda <= 2.4.2.2, ghc-Agda-devel <= 2.4.2.2

%description -n ghc-obsoletes
Meta package for obsoleting deprecated Haskell packages.

This package can safely be removed.
%files -n ghc-obsoletes
#-------------------------------------------------------------------------------------
%prep
%setup -c -T
cp %{SOURCE1} %{SOURCE2} .


%build
echo no build stage needed

%install
install -p -D -m 0644 %{SOURCE0} %{buildroot}/%{macros_dir}/macros.ghc
install -p -D -m 0644 %{SOURCE6} %{buildroot}/%{macros_dir}/macros.ghc-extra
install -p -D -m 0755 %{SOURCE3} %{buildroot}/%{_prefix}/lib/rpm/ghc-deps.sh
install -p -D -m 0755 %{SOURCE4} %{buildroot}/%{_bindir}/cabal-tweak-dep-ver
install -p -D -m 0755 %{SOURCE5} %{buildroot}/%{_bindir}/cabal-tweak-flag
install -p -D -m 0755 %{SOURCE8} %{buildroot}/%{_prefix}/lib/rpm/ghc-pkg-wrapper

%changelog

* Thu Sep 08 2016 abfonly <abfonly@gmail.com> 1.6.7-1
- (a33584e) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10240 |14cu|ghemical-3.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define releasedate 20111012
Name:		ghemical
Version:	3.0.0
Release:	3
Summary:	Molecular mechanics and quantum mechanics frontend for GNOME
License:	GPLv2+
Group:		Sciences/Chemistry
URL:		http://www.bioinformatics.org/ghemical/ghemical/index.html
Source0:	http://www.bioinformatics.org/ghemical/download/release%{releasedate}/%{name}-%{version}.tar.gz
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png

BuildRequires:	gcc-gfortran
BuildRequires:	ghemical-devel >= %{version}
BuildRequires:	openbabel-devel >= 2.2
BuildRequires:	pkgconfig(libbonoboui-2.0)
BuildRequires:	f2c
BuildRequires:	flex
BuildRequires:	gtkglext-devel
BuildRequires:	mopac7-devel >= 1.14
BuildRequires:	oglappth-devel >= 0.98
BuildRequires:	pkgconfig(libglade-2.0) >= 2.4.0
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	SC-devel
BuildRequires:	intltool
BuildRequires:	blas-devel
BuildRequires:	lapack-devel

Requires:	libghemical-data >= 2.99.1


%description
Ghemical is a computational chemistry application.
Ghemical is written in C++. It has a graphical user interface (in fact, 
a couple of them), and it supports both quantum-mechanics (semi-empirical 
and ab initio) models and molecular mechanics models (there is an experimental
Tripos 5.2-like force field for organic molecules). Also a tool for reduced 
protein models is included. Geometry optimization, molecular dynamics
and a large set of visualization tools are currently available.

%prep
%setup -q
#help : use default www-browser
perl -pi -e "s|mozilla|www-browser|" src/gtk_app.cpp

%build
# never do like this...
%define _disable_ld_no_undefined 1
%define _disable_ld_as_needed 1

autoreconf -fi
%configure2_5x	--enable-threads \
		--enable-bonobo \
		--enable-openbabel \
		--enable-shortcuts \
		--enable-gamess

%make LIBS="`pkg-config --libs libbonobo-2.0` `pkg-config --libs libbonoboui-2.0` \
 `pkg-config libglade-2.0 --libs` `pkg-config gtkglext-1.0 --libs` \
 -lghemical -lmopac7 -loglappth -lopenbabel -lf2c `sc-config --libs`"

%install
%makeinstall_std

install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=GNOME MM/QM Frontend
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Science;Chemistry;
EOF

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README NEWS TODO
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog
* Fri Oct 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-3
+ Revision: a104fce
- Added blas BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10241 |14cu|gif89encoder-0.90-0.b.2.0.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gif89encoder
Version:        0.90
Release:        0.b.2.0.8
Epoch:          0
Summary:        Java class library for encoding GIF's
License:        BSD
URL:            http://jmge.net/java/gifenc/
Group:          Development/Java
Source0:        http://jmge.net/java/gifenc/Gif89Encoder090b.zip
Requires:       jpackage-utils >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  java-rpmbuild >= 0:1.6
BuildArch:      noarch

%description
This Java class library for encoding GIF's is likely to be of 
utility to many other programmers. It covers more of the extended 
GIF89a feature set, including animation and embedded textual 
comments, than any other free Java GIF encoder.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires(post): /bin/rm,/bin/ln
Requires(postun): /bin/rm

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%__rm -f lib/classes.jar
%{__perl} -pi -e 's/\r$//g' readme.txt

%build
%__mkdir_p build/lib
%__mkdir_p build/javadocs

pushd src

%javac `find . -name "*.java"`
%jar cfm ../build/lib/%{name}.jar /dev/null `find . -name "*.class"`
%javadoc -d ../build/javadocs `find . -name "*.java"`

popd

%install
# jars
%__mkdir_p %{buildroot}%{_javadir}
%__install -p -m 644 build/lib/%{name}.jar \
%{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do \
%__ln_s ${jar} ${jar/-%{version}/}; done)

# javadoc
%__mkdir_p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %__ln_s %{name}-%{version} %{name})

%files
%defattr(0644,root,root,0755)
%doc readme.txt
%{_javadir}/%{name}.jar
%{_javadir}//%{name}-%{version}.jar

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%dir %{_javadocdir}/%{name}

%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0:0.90-0.b.2.0.8
- (ca0f97a) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10242 |14cu|giFTcurs-0.6.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Cursed frontend to the giFT daemon
Name:		giFTcurs
Version:	0.6.2
Release:	11
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.nongnu.org/giftcurs/
Source0:	http://download.savannah.gnu.org/releases/giftcurs/%{name}-%{version}.tar.gz
Source1:	%{name}-icon-16.png
Source2:	%{name}-icon-32.png
Source3:	%{name}-icon-48.png
BuildRequires:	gpm-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(ncursesw)
Suggests:	gift
# It doesn't not require giFT to run 'cause it can connect to another
# host

%description
The giFTcurs software is a cursed frontend to the giFT daemon and has been
described as "seriously slick". It won't work that well without giFT, which
you should have already.

%files -f %{name}.lang
%doc README COPYING NEWS AUTHORS ChangeLog TODO ABOUT-NLS
%{_bindir}/giFTcurs
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_mandir}/man1/giFTcurs.1*
%{_mandir}/man5/giFTcurs.conf.5*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --with-ncursesw
%make

%install
%makeinstall_std

%find_lang %{name}

# menu
install %{SOURCE1} -D -m 644 %{buildroot}%{_miconsdir}/%{name}.png
install %{SOURCE2} -D -m 644 %{buildroot}%{_iconsdir}/%{name}.png
install %{SOURCE3} -D -m 644 %{buildroot}%{_liconsdir}/%{name}.png

# Creation of the menu item

mkdir -p %{buildroot}%{_datadir}/applications/

cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/giFTcurs
Categories=P2P;Network;FileTransfer;ConsoleOnly;
Name=GiFTcurs
Comment=Cursed frontend for the giFT peer2peer software
Icon=%{name}
Terminal=true
EOF


%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 0.6.2-11
- (6bf1acf) Replace tarball with gzipped one as upstream did



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10243 |14cu|gig-4.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libgig

%define akaimajor 0
%define gigmajor 7
%define libakai %mklibname akai %{akaimajor}
%define libname %mklibname %{name} %{gigmajor}
%define devname %mklibname %{name} -d

Summary:	C++ library for loading Gigasampler files
Name:		gig
Version:	4.0.0
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://www.linuxsampler.org/
Source0:	http://download.linuxsampler.org/packages/%{oname}-%{version}.tar.bz2
Patch0:		libgig-4.0.0-libdir.patch
BuildRequires:	pkgconfig(sndfile) >= 1.0.2
BuildRequires:	pkgconfig(uuid)

%description
C++ library for loading Gigasampler files and DLS Level 1/2 files.

%files
%doc ChangeLog COPYING NEWS README
%{_bindir}/*
%{_mandir}/man1/*.1.*

#--------------------------------------------------------------------

%package -n %{libakai}
Summary:	Shared library from %{name}
Group:		System/Libraries

%description -n %{libakai}
C++ library for loading Gigasampler files and DLS Level 1/2 files.

%files -n %{libakai}
%doc ChangeLog COPYING NEWS README
%{_libdir}/libakai.so.%{akaimajor}*

#--------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library from %{name}
Group:		System/Libraries

%description -n %{libname}
C++ library for loading Gigasampler files and DLS Level 1/2 files.

%files -n %{libname}
%doc ChangeLog COPYING NEWS README
%{_libdir}/libgig.so.%{gigmajor}*

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files from %{name}
Group:		Development/Other
Requires:	%{libakai} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{oname}-devel = %{EVRD}
%rename %{_lib}%{name}6-devel

%description -n %{devname}
Development libraries from %{oname}.

%files -n %{devname}
%doc ChangeLog COPYING NEWS README
%dir %{_includedir}/%{oname}
%{_includedir}/%{oname}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/gig.pc
%{_libdir}/pkgconfig/akai.pc

#--------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

# Kill wrong perms
find . -name "*.cpp" -type f -print0 | xargs -0 chmod -x
find . -name "*.h" -type f -print0 | xargs -0 chmod -x

%build
autoreconf -fi

%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%changelog

* Wed Dec 23 2015 gvm <mc2374@mclink.it> 4.0.0-2
- (36df4d2) Bump release to allow rebuilding.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10244 |14cu|gigedit-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 3
%define	libname %mklibname %{name} %{major}
%define	develname %mklibname %{name} -d

Name:		gigedit
Summary:	Instrument editor for gig files
Version:	1.0.0
Release:	1
License:	GPLv2+
Group:		Sound
URL:		http://www.linuxsampler.org/
Source0:	http://download.linuxsampler.org/packages/%{name}-%{version}.tar.bz2
BuildRequires:	perl(XML::Parser)
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(gtkmm-3.0)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(gig) >= 4.0.0
BuildRequires:	pkgconfig(linuxsampler) >= 2.0.0
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(sndfile) >= 1.0.11
BuildRequires:	intltool
Requires:	%{name}-plugins

%description
An instrument editor for gig files.

%files -f %{name}.lang
%dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/*.png
%doc %{_docdir}/%{name}/*.css
%doc %{_docdir}/%{name}/*.html
%{_bindir}/%{name}
%{_datadir}/%{name}/status_attached.xpm
%{_datadir}/%{name}/status_detached.xpm

#--------------------------------------------------------------------

%package -n     %{libname}
Group:		System/Libraries
Summary:	Libraries for %{name}
Provides:	%{name} = %{EVRD}

%description -n %{libname}
Librairies from %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/%{name}/libgigedit.so.%{major}*

#--------------------------------------------------------------------

%package -n     %{develname}
Group:		Development/Other
Summary:	Development libraries for %{name}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
Development libraries from %{name}.

%files -n %{develname}
%doc AUTHORS COPYING
%{_libdir}/%{name}/libgigedit.so

#--------------------------------------------------------------------

%package plugins
Group:		Sound
Summary:	Gigedit plugin for LinuxSampler
Requires:	linuxsampler
Requires:	%{name} = %{version}-%{release}

%description plugins
Gigedit plugin for LinuxSampler. This plugin is required when using the Edit
button in QSampler.

%files plugins
%doc AUTHORS COPYING
%{_libdir}/linuxsampler/plugins/*.so

#--------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}


%build
%configure2_5x --disable-static
%make


%install
%makeinstall_std

%find_lang %{name}

%changelog

* Wed Dec 23 2015 gvm <mc2374@mclink.it> 1.0.0-1
- (94c500c) Added BReq for xsltproc.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10245 |14cu|gimagereader-3.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gimagereader
Version:	3.1.2
Release:	2
Summary:	A front-end to tesseract-ocr
Group:		Graphics
License:	GPLv3+
Url:		https://github.com/manisandro/gimagereader
Source0:	https://github.com/manisandro/gimagereader/releases/download/v%{version}/%{name}-%{version}.tar.xz
# Fix FTBFS
Patch0:		ftbfs.patch

BuildRequires:	appstream-util
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	gomp-devel
BuildRequires:	intltool
BuildRequires:	pkgconfig(gdkmm-3.0)
BuildRequires:	pkgconfig(gtkspellmm-3.0)
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(sane-backends)
BuildRequires:	pkgconfig(appstream-glib)
BuildRequires:	pkgconfig(QtSpell-qt5)
BuildRequires:	pkgconfig(poppler-qt5)
BuildRequires:	pkgconfig(gtksourceviewmm-3.0)
BuildRequires:	qt5-devel
BuildRequires:	tesseract-devel

Requires:	hicolor-icon-theme
Requires:	tesseract
Requires:	tesseract-rus
Requires:	tesseract-eng

%description
gImageReader is a simple front-end to tesseract. Features include:
 - Automatic page layout detection
 - User can manually define and adjust recognition regions
 - Import images from disk, scanning devices, clipboard and screenshots
 - Supports multipage PDF documents
 - Recognized text displayed directly next to the image
 - Editing of output text, including search/replace and removing line breaks
 - Spellchecking for output text (if corresponding dictionary installed)


%package gtk
Summary:       A Gtk+ front-end to tesseract-ocr
Requires:      %{name}-common = %{version}-%{release}
Obsoletes:     %{name} < 2.94-1

%description gtk
gImageReader is a simple front-end to tesseract. Features include:
 - Automatic page layout detection
 - User can manually define and adjust recognition regions
 - Import images from disk, scanning devices, clipboard and screenshots
 - Supports multipage PDF documents
 - Recognized text displayed directly next to the image
 - Editing of output text, including search/replace and removing line breaks
 - Spellchecking for output text (if corresponding dictionary installed)
This package contains the Gtk+ front-end.


%package qt5
Summary:       A Qt front-end to tesseract-ocr
Requires:      %{name}-common = %{version}-%{release}

%description qt5
gImageReader is a simple front-end to tesseract. Features include:
 - Automatic page layout detection
 - User can manually define and adjust recognition regions
 - Import images from disk, scanning devices, clipboard and screenshots
 - Supports multipage PDF documents
 - Recognized text displayed directly next to the image
 - Editing of output text, including search/replace and removing line breaks
 - Spellchecking for output text (if corresponding dictionary installed)
This package contains the Qt front-end.

%package common
Summary:       Common files for %{name}
BuildArch:     noarch

%description common
Common files for %{name}.


%prep
%setup -q
%patch0 -p1


%build
%cmake -DINTERFACE_TYPE=gtk -DENABLE_VERSIONCHECK=0 -DMANUAL_DIR="%{_defaultdocdir}/%{name}-common" 
%make
cd ..
mv build build_gtk

%cmake -DINTERFACE_TYPE=qt5 -DENABLE_VERSIONCHECK=0 -DMANUAL_DIR="%{_defaultdocdir}/%{name}-common"
%make
cd ..
mv build build_qt

%install
mv build_gtk build
%makeinstall_std -C build
mv build build_gtk

mv build_qt build
%makeinstall_std -C build

%{_bindir}/desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-gtk.desktop
%{_bindir}/desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-qt5.desktop
%{_bindir}/appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}-gtk.appdata.xml
%{_bindir}/appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}-qt5.appdata.xml

%find_lang %{name}


%files common -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README TODO COPYING
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%{_datadir}/icons/hicolor/256x256/apps/%{name}.png

%files gtk
%{_bindir}/%{name}-gtk
%{_datadir}/appdata/%{name}-gtk.appdata.xml
%{_datadir}/applications/%{name}-gtk.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml

%files qt5
%{_bindir}/%{name}-qt5
%{_datadir}/appdata/%{name}-qt5.appdata.xml
%{_datadir}/applications/%{name}-qt5.desktop


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10246 |14cu|gimp-plugin-bimp-1.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _name bimp

Summary:	Batch Image Manipulation Plugin
Name:		gimp-plugin-bimp
Version:	1.18
Release:	1
Url:		http://www.alessandrofrancesconi.it/projects/bimp/
Source:		https://github.com/alessandrofrancesconi/gimp-plugin-bimp/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
Patch0:		gimp-plugin-bimp-debug.patch
License:	GPLv2+
Group:		Graphics

BuildRequires:	gimp-devel
Requires:	gimp >= 2.6.0

Provides:	%{_name} = %{version}

%description
Use BIMP to apply a set of GIMP manipulations to groups of images.
It provides an easy to use interface and a lot of functions! 
It's written in C using the latest GTK directives.
The plugin is in beta release and it's tested to work on GIMP
starting from 2.6 version.

%files
%doc LICENSE
%{_libdir}/gimp/2.0/plug-ins/%{_name}

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%make

%install
mkdir -p %{buildroot}
install -D -m755 bin/%{_name} %{buildroot}%{_libdir}/gimp/2.0/plug-ins/%{_name}

%changelog

* Wed Jan 25 2017 alzim <alzim@bk.ru> 1.18-1
- (35b3634) Merge pull request #2 from import/gimp-plugin-bimp:rosa2016.1
- (35b3634) Updated to 1.18



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10247 |14cu|gimp-plugin-dbp-1.1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fversion %(echo %{version}|sed s/\\\\\./-/g)
%define oname dbp

Summary:	David's Batch Processor for The GIMP
Name:		gimp-plugin-dbp
Version:	1.1.9
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://members.ozemail.com.au/~hodsond/dbp.html
Source0:	http://www.ozemail.com.au/~hodsond/%{oname}Src-%{fversion}.tgz
BuildRequires:	pkgconfig(gimp-2.0)
Requires:	gimp
Provides:	gimp-dbp = %{EVRD}
Conflicts:	gimp-dbp < 1.1.9
Obsoletes:	gimp-dbp < 1.1.9

%description
DBP (David's Batch Processor) is a simple batch processing plugin for
the Gimp - it allows the user to automatically perform operations
(such as resize) on a collection of image files. Its main advantage is
that the user does not have to learn a scripting language. Like the
Gimp itself, DBP relies on a graphical interface. The user creates a
list of images, and sets up the processing required for each
image. The results of the current settings can be displayed. Once the
required sequence of operations has been set up, DBP performs the same
processing on each image in turn. The images can be colour corrected,
resized, cropped, and sharpened, then renamed and saved to a different
file in a specified image format. All the steps (except loading and
saving the image!) are optional; so the simplest use of DBP is just to
convert a number of image files from one format to another.

Note that DBP is intended for RGB, not indexed images. Trying to
process an indexed image will probably just cause an error, and DBP
will halt. Also, DBP will not overwrite the original image (in fact,
it should not overwrite any file) - images must at least be either
renamed (possibly by changing the image format) or moved to a
different directory.

%files
%doc %{oname}.html *.png
%{_libdir}/gimp/2.0/plug-ins/%{oname}

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%make \
	CPPFLAGS="%{optflags}" \
	NODEPS=""

%install
install -D -m 755 %{oname} %{buildroot}%{_libdir}/gimp/2.0/plug-ins/%{oname}


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.9-1
- (b45ee9b) Rename to gimp-plugin-dbp



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10248 |14cu|gimp-plugin-id_photo-20120611-0.beta.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_name	id_photo
# No binary files, but we use arch-dependent installation path
%define debug_package %{nil}

Name:		gimp-plugin-id_photo
Version:	20120611
Release:	0.beta.1
Url:		https://gimp-id-photo.ru/
Source0:	https://gimp-id-photo.ru/files/id_photo_BETA_for_GIMP-2.8.x_11_June_2012.zip
Summary:	Gimp plugin to prepare photos for documents
License:	GPLv2+
Group:		Graphics

BuildRequires:	gimp-devel
Requires:	gimp-python

Provides:	%{_name} = %{version}

%description
Gimp plugin to prepare photos for documents.

%prep
%setup -qcn %{_name}-%{version}

%build

%install
install -D -m755 %{_name}_BETA.py %{buildroot}%{_libdir}/gimp/2.0/plug-ins/%{_name}.py

%files
%doc LICENSE.txt
%{_libdir}/gimp/2.0/plug-ins/%{_name}.py

%changelog

* Wed Jun 22 2016 Denis Silakov <denis.silakov@rosalab.ru> 20120611-0.beta.1
- (76fcdb2) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10249 |14cu|gimp-plugin-normalmap-1.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:       Generate normalmap from image with GIMP
Name:          gimp-plugin-normalmap
Version:       1.2.3
Release:       1
Group:         Graphics
License:       GPLv2
URL:           https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gimp-normalmap/
Source0:       https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gimp-normalmap/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(gimp-2.0)



%description
This is a plugin for GIMP version 2.4.x. It allows you to convert
images into RGB normal maps for use in per-pixel lighting applications.
The goal is to completely clone NVIDIA's photoshop plugin, with a few
new useful features.


%files 
%doc COPYING README
%{_libdir}/gimp/2.0/plug-ins/normalmap

#-----------------------------------------------------------------------

%prep
%setup -q

%build
%make

%install
install -d %{buildroot}%{_libdir}/gimp/2.0/plug-ins
install -D -m 755 normalmap %{buildroot}%{_libdir}/gimp/2.0/plug-ins/

%changelog

* Fri Dec 16 2016 Rosa <rosa@abf.rosalinux.ru> 1.2.3-1
- (6a29bc8) Automatic import for version 1.2.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10250 |14cu|gimp-plugin-saveforweb-0.29.3-1.20161216.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gimp20-save-for-web
%define git 20161216

Summary:       Optimize and save images for web from GIMP
Name:          gimp-plugin-saveforweb
Version:       0.29.3
Release:       1.%{git}.1
Group:         Graphics
License:       GPLv2+
URL:           https://github.com/auris/gimp-save-for-web
Source0:       https://github.com/auris/%{name}-%{version}-%{git}.tar.xz
BuildRequires:	automake
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	pkgconfig(gimp-2.0)


%description
Save for Web plug-ins allows to experiment with various popular web format
options. It shows an automatically updated preview and file size statistics.


%files -f %{oname}.lang
%{_libdir}/gimp/2.0/plug-ins/webexport
%{_datadir}/gimp-save-for-web/help/en/gimp-help.xml
%{_datadir}/gimp-save-for-web/help/en/index.html
%{_datadir}/gimp-save-for-web/help/images/wilber.png
#------------------------------------------------------------------------------

%prep
%setup -q

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{oname}


%changelog

* Sun Dec 18 2016 tremod <negry.m@yandex.ru> 0.29.3-1.20161216.1
- (0b80fb8) CleanUp spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10251 |14cu|gimp-plugin-separate-0.5.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname separate+
%define oname gimp20-separate

Summary:	CYMK plugins for the GIMP graphic editor
Name:		gimp-plugin-separate
Version:	0.5.8
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://cue.yellowmagic.info/softwares/separate-plus/index.html
Source0:	http://sourceforge.jp/projects/separate-plus/downloads/47873/%{srcname}-%{version}.zip
Patch0:		separate+-0.5.8-lcms2.patch
Patch1:		separate+-0.5.8-no-strip.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gimp-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libtiff-4)
Requires:	gimp

%description
Separate+ is a project and plug-ins package aimed mainly for
complementing color management functionality of GIMP and for assisting
publication (Web, printing etc.) activities by utilizing open source
software. This package includes three plug-ins: a plug-in for RGB to
CMYK conversion, saving and soft-proofing; a plug-in for RGB to RGB
conversion and profile management, and finally a plug-in for importing
CMYK TIFF files.

%files -f %{oname}.lang
%doc README README_ICC_COLORSPACE
%{_libdir}/gimp/2.0/plug-ins/separate
%{_libdir}/gimp/2.0/plug-ins/separate_import
%{_libdir}/gimp/2.0/plug-ins/icc_colorspace

#----------------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}
%patch0 -p1 -b .lcsm2~
%patch1 -p1 -b .nostrip~

%build
%make \
	CM="-DENABLE_COLOR_MANAGEMENT %{optflags}" \
	LDFLAGS="%{ldflags}" \
	TIFF_LIB="-ltiff" \
	JPEG_LIB="-ljpeg -lm"

%install
%makeinstall_std \
	INSTALLDIR="%{buildroot}%{_libdir}/gimp/2.0/plug-ins" \
	LOCALEDIR="%{buildroot}%{_localedir}"

%find_lang %{oname}


%changelog

* Mon Jul 06 2015 Rosa <rosa@abf.rosalinux.ru> 0.5.8-1
- (f118c08) Automatic import for version 0.5.8-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10252 |14cu|gimp-plugin-wavelet-decompose-0.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sname wavelet-decompose

Summary:	Gimp plugin to decomposes a layer into layers of wavelet scales
Name:		gimp-plugin-%{sname}
Version:	0.1.2
Release:	4
License:	GPLv2+
Group:		Graphics
Url:		http://registry.gimp.org/node/11742
Source0:	http://registry.gimp.org/files/%{sname}-%{version}.tar.gz
Patch0:		wavelet-decompose-0.1.2-optflags.patch
BuildRequires:	pkgconfig(gimp-2.0)
Requires:	gimp

%description
This plugin losslessly decomposes a layer of an image into layers of wavelet
scales. This means that you can edit the image on different detail scales.
The trivial recomposition of the image can be done by GIMP's layer modes so
you can see the results of your modifications instantly.

Among the applications are:
 - retouching
 - noise reduction
 - enhancing global contrast

%files -f gimp20-%{sname}-plug-in.lang
%doc COPYING AUTHORS ChangeLog THANKS README TRANSLATIONS
%{_libdir}/gimp/2.0/plug-ins/%{sname}

#----------------------------------------------------------------------------

%prep
%setup -qn %{sname}-%{version}
%patch0 -p1
sed -i s,"install -v","install -D -v",g po/Makefile

%build
%make OPT_FLAGS="%{optflags}"

%install
make -C po install LOCALEDIR=%{buildroot}%{_datadir}/locale
install -Dm 755 src/%{sname} %{buildroot}%{_libdir}/gimp/2.0/plug-ins/%{sname}

%find_lang gimp20-%{sname}-plug-in


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.2-4
- (192f071) Build with system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10253 |14cu|gimp-plugin-wavelet-sharpen-0.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sname wavelet-sharpen

Summary:	Gimp plugin to sharpen image by increasing contrast in high frequency space
Name:		gimp-plugin-%{sname}
Version:	0.1.2
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://registry.gimp.org/node/9836
Source0:	http://registry.gimp.org/files/%{sname}-%{version}.tar.gz
Patch0:		wavelet-sharpen-0.1.2-optflags.patch
BuildRequires:	pkgconfig(gimp-2.0)
Requires:	gimp

%description
The wavelet sharpen plugin enhances apparent sharpness of an image by
increasing contrast in high frequency space. The amount of unsharpness
of the original image can be taken into account by adjusting the sharpening
radius. As an option you can choose to sharpen the luminance (YCbCr)
channel of the image only.

%files -f gimp20-%{sname}-plug-in.lang
%doc COPYING AUTHORS ChangeLog THANKS README TRANSLATIONS
%{_libdir}/gimp/2.0/plug-ins/%{sname}

#----------------------------------------------------------------------------

%prep
%setup -qn %{sname}-%{version}
%patch0 -p1
sed -i s,"install -v","install -D -v",g po/Makefile

%build
%make

%install
make -C po install LOCALEDIR=%{buildroot}%{_datadir}/locale
install -Dm 755 src/%{sname} %{buildroot}%{_libdir}/gimp/2.0/plug-ins/%{sname}

%find_lang gimp20-%{sname}-plug-in


%changelog

* Fri Jan 15 2016 Rosa <rosa@abf.rosalinux.ru> 0.1.2-1
- (dcc84f6) Automatic import for version 0.1.2-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10254 |14cu|girara-0.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	2
%define libname	%mklibname %{name}-gtk3_ %{major}
%define devname	%mklibname %{name}-gtk3 -d

Name:		girara
Version:	0.2.6
Release:	1
Summary:	Simple user interface library
Group:		Development/Other
License:	zlib
URL:		http://pwmt.org/projects/%{name}/
Source0:	http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gtk+-3.0)

%description
Girara is a library that implements a user interface that focuses on simplicity
and minimalism.

#-------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Simple user interface library
Group:		System/Libraries
Requires:	%{name}-i18n >= %{EVRD}

%description -n %{libname}
Girara is a library that implements a user interface that focuses on simplicity
and minimalism.

%files -n %{libname}
%doc AUTHORS LICENSE README
%{_libdir}/libgirara-gtk3.so.%{major}
%{_libdir}/libgirara-gtk3.so.%{major}.*

#-------------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{_lib}%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%{_includedir}/%{name}/
%{_libdir}/pkgconfig/girara-gtk3.pc
%{_libdir}/libgirara-gtk3.so

#-------------------------------------------------------------------------------

%package i18n
Summary:	Internationalization and locale data for %{name}
Group:		System/Libraries
BuildArch:	noarch

%description i18n
Internationalization and locale data for %{name}

%files i18n -f lib%{name}-gtk3-%{major}.lang

#-------------------------------------------------------------------------------

%prep
%setup -q

# don't rebuid at install time
sed -i 's/^install:\s*all/install:/' Makefile

%build
%setup_compile_flags
%make \
	LIBDIR=%{_libdir} \
	DFLAGS="" \
	VERBOSE=1

%install
%makeinstall_std \
	LIBDIR=%{_libdir} \
	VERBOSE=1

#we don't want these
find %{buildroot} -name "*.a" -delete

#fix rights
chmod +x %{buildroot}%{_libdir}/libgirara-gtk?.so.%{major}.*

# fcami - I wish upstream used a consistent naming scheme
%find_lang lib%{name}-gtk3-%{major}

%changelog

* Sun Aug 28 2016 alzim <alzim@bk.ru> 0.2.6-1
- (d20d0ab) Merge pull request #1 from import/girara:rosa2016.1
- (d20d0ab) Updated to 0.2.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10255 |14cu|gis-weather-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gis-weather
Version:	0.8.0
Release:	2
License:	GPLv3
Summary:	Customizable weather widget
Url:		http://sourceforge.net/projects/gis-weather
Group:		Accessibility
Source:		%{name}-%{version}.tar.gz
Source1:	gis-weather
Source2:	gis-weather.desktop
BuildArch:	noarch
BuildRequires:	dos2unix
BuildRequires:	python3
Requires:	python3-gi
Requires:	python3-gi-cairo
Requires:	typelib(PangoFT2)

%description
Customizable weather widget.
Features
  * View weather for several days
  * Detailed weather forecast for today and tomorrow
  * Fast switching between cities
  * Select the background and theme weather icons
  * "Compass" with the wind direction, with adjustable angle of rotation
  * Highlighting the high wind
  * Support weather services:
    * Gismeteo.com
    * AccuWeather.com
  * Support SVG and widget scale
  * Indicator to panel
  * Presets

%prep
%setup

%build
dos2unix ./dialogs/settings_dialog.py

%install
install -Dm 0755 %{SOURCE1} %{buildroot}%{_bindir}/%{name}
install -Dm 0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop
install -dm 0755 %{buildroot}%{_datadir}/%{name}
echo rpm > %{buildroot}%{_datadir}/%{name}/package
cp -a {dialogs,gis-weather.py,icon.png,i18n,services,themes,utils} %{buildroot}%{_datadir}/%{name}/
grep -rl '^#!' %{buildroot}%{_datadir}/%{name}/ | xargs chmod 0755

%files
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}


%changelog

* Sun Feb 07 2016 Denis Silakov <dsilakov@gmail.com> 0.8.0-2
- (b7db2d2) Fix reqs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10256 |14cu|gitflow-0.4.2.20120723git53e9c76-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global githash 53e9c76
%global gitdate 20120723
%global checkout %{gitdate}git%{githash}

Name:       gitflow
Version:    0.4.2.%{checkout}
Release:    1
Summary:    Extensions providing operations for V. Driessen's branching model
Group:      Development/Other
License:    BSD and MIT
URL:        https://github.com/nvie/gitflow
# You can get this tarball by cloning the repository from github and checking
# out revision %%{githash}
Source0:    gitflow-0.4.2.%{checkout}.tar.gz
# The bash completion stuff is MIT licensed, while the rest is BSD
Source1:    https://raw2.github.com/bobthecow/git-flow-completion/master/git-flow-completion.bash
# There is no upstream ticket for this patch, but instead just hardcodes the
# directory we're installing to for Fedora.
Patch0:     gitflow-Appropriate-GITFLOW_DIR.patch
BuildArch:  noarch

Requires:       shflags
Requires:       git

%description
A collection of Git extensions to provide high-level repository operations
for Vincent Driessen's [branching model](http://nvie.com/git-model "original
blog post").

For the best introduction to get started with `git flow`, please read Jeff
Kreeftmeijer's blog post:

  http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/

Or have a look at one of these screen casts:

* [A short introduction to git-flow]
  (http://vimeo.com/16018419) (by Mark Derricutt)
* [On the path with git-flow]
  (http://codesherpas.com/screencasts/on_the_path_gitflow.mov) (by Dave Bock)

%prep
%setup -q -n %{name}
%patch0 -p1 -b .gitflowdir

%build
# This section is empty because this package ccontains shell scripts
# to be sourced: there's nothing to build

%install
mkdir -p %{buildroot}/%{_bindir}
install -v -m 0755 git-flow %{buildroot}/%{_bindir}

mkdir -p %{buildroot}/%{_datadir}/%{name}
install -v -m 0644 git-flow-init %{buildroot}/%{_datadir}/%{name}
install -v -m 0644 git-flow-feature %{buildroot}/%{_datadir}/%{name}
install -v -m 0644 git-flow-hotfix %{buildroot}/%{_datadir}/%{name}
install -v -m 0644 git-flow-release %{buildroot}/%{_datadir}/%{name}
install -v -m 0644 git-flow-support %{buildroot}/%{_datadir}/%{name}
install -v -m 0644 git-flow-version %{buildroot}/%{_datadir}/%{name}
install -v -m 0644 gitflow-common %{buildroot}/%{_datadir}/%{name}

ln -s %{_datadir}/shflags/shflags %{buildroot}/%{_datadir}/%{name}/gitflow-shFlags

mkdir -p %{buildroot}/%{_sysconfdir}/bash_completion.d/
install -v -m 0644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/bash_completion.d

%files
%doc README.mdown LICENSE AUTHORS Changes.mdown
%{_bindir}/git-flow*
%{_datadir}/%{name}
%{_sysconfdir}/bash_completion.d/git-flow-completion.bash


%changelog

* Thu Aug 06 2015 Eugene Budanov <eugene.budanov@rosalab.ru> 0.4.2.20120723git53e9c76-1
- (03770b4) Initial port from Fedora



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10257 |14cu|gitg-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 1.0
%define major 0
%define gmajor  1.0
%define libname %mklibname %{name} %{api} %major
%define girname %mklibname %{name}-gir %{gmajor}
%define develname %mklibname -d %{name}

Name:           gitg
Version:        3.16.1
Release:        1
Summary:        GTK++++ graphical interface for the git revision control system

Group:          Graphical desktop/GNOME
License:        GPLv2+
URL:            http://trac.novowork.com/gitg
Source0:        https://download.gnome.org/sources/gitg/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  intltool
BuildRequires:  pkgconfig(gee-0.8)
BuildRequires:  pkgconfig(gio-2.0) >= 2.38
BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.38
BuildRequires:  pkgconfig(glib-2.0) >= 2.38
BuildRequires:  pkgconfig(gmodule-2.0) >= 2.38
BuildRequires:  pkgconfig(gobject-2.0) >= 2.38
BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
BuildRequires:  pkgconfig(gsettings-desktop-schemas)
BuildRequires:  pkgconfig(gthread-2.0) >= 2.38
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10.0
BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.10
BuildRequires:  pkgconfig(gtkspell3-3.0) >= 3.0.3
BuildRequires:  pkgconfig(json-glib-1.0)
BuildRequires:  pkgconfig(libgit2-glib-1.0) >= 0.0.18
BuildRequires:  pkgconfig(libpeas-1.0) >= 1.5.0
BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.5.0
BuildRequires:  pkgconfig(pygobject-3.0)
BuildRequires:  pkgconfig(webkit2gtk-4.0)
BuildRequires:  pkgconfig(libsecret-1)
BuildRequires:  python3-devel
BuildRequires:  vala-tools

Requires:       git
Requires:	%{libname} >= %{version}-%{release}
Requires:	%{girname} >= %{version}-%{release}

%description
gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
convenient tool to visualize git history and actions that benefit from a
graphical presentation.

%package -n %{libname}
Group: System/Libraries
Summary: Shared library parts of %{name}

%description -n %{libname}
gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
convenient tool to visualize git history and actions that benefit from a
graphical presentation.

%package -n %{develname}
Group: Development/C
Summary: Development library parts of %{name}
Requires: %{libname} = %{version}-%{release}
Provides: libgitg-devel = %{version}-%{release}

%description -n %{develname}
gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
convenient tool to visualize git history and actions that benefit from a
graphical presentation.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{version}-%{release}
Conflicts:      %{name} < 0.3.2-2

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -q

# Use webkitgtk4
sed -i -e '/name="WebKit2"/ s/3\.0/4.0/' Gitg-1.0.gir

%build
%configure2_5x \
	--disable-static \
	--disable-maintainer-mode
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/gitg
%{_datadir}/appdata/gitg.appdata.xml
%{_datadir}/applications/gitg.desktop
%{_datadir}/gitg
%{_datadir}/glib-2.0/schemas/org.gnome.gitg.gschema.xml
%{_datadir}/icons/hicolor/*/apps/gitg*
%{_libdir}/gitg/plugins/*
%{_mandir}/man1/gitg.1*
%{py3_platsitedir}/gi/overrides/*

%files -n %{libname}
%{_libdir}/libgitg*-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gitg*-%{gmajor}.typelib

%files -n %{develname}
%doc ChangeLog
%{_includedir}/libgitg*-%{api}
%{_libdir}/libgitg*-%{api}.so
%{_libdir}/pkgconfig/libgitg*-%{api}.pc
%{_datadir}/gir-%{gmajor}/Gitg*-%{gmajor}.gir
%{_datadir}/vala/vapi/libgitg*-%{api}.vapi

%changelog

* Fri May 01 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-1
- (dd6e005) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10258 |14cu|giws-2.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Generate C++ class wrappers to call Java methods/objects
Name:		giws
Version:	2.0.2
Release:	1
License:	CeCILL
Group:		Development/Python
Url:		http://www.scilab.org/giws/
Source0:	https://github.com/opencollab/giws/archive/%{version}.tar.gz

BuildRequires:	python-devel
BuildArch:	noarch


%description
Giws is basically doing the same stuff as SWIG but the opposite.
Calling Java from C/C++ can be tricky: JNI calls are complicated 
especially when dealing with non primivite types or arrays, 
performance issues must be kept in mind all the time, 
the code can be redundant (checking exceptions, checking returns
of operations...).
Giws hides this complexity through a C++ class which wraps the
Java class.

%prep
%setup -q
iconv -f iso8859-1 -t utf-8 LICENSE > LICENSE.conv && mv -f LICENSE.conv LICENSE

%build
python setup.py build

%install
rm -rf %{buildroot}

python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

pushd %{buildroot}%{py_puresitedir}
find . -type f -name "*.py" -exec chmod +x {} \;
chmod -x classRepresentation/__init__.py datatypes/__init__.py
popd

%clean
rm -rf %{buildroot}

%files
%doc AUTHORS BUGS README LICENSE CHANGELOG
%{_bindir}/*
%{py_puresitedir}/*


%changelog

* Fri Aug 14 2015 abfonly <abfonly@gmail.com> 2.0.2-1
- (6fb5e43) Log: Update to 2.0.2, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10259 |14cu|gjay-0.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Automated music manager for DJ applications
Name:		gjay
Version:	0.3.2
Release:	3
License:	GPLv2+
Group:		Sound
Url:		http://gjay.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
Patch0:		gjay-0.3.2-sfmt.patch
BuildRequires:	pkgconfig(audclient) >= 3.5
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libmpdclient)
BuildRequires:	pkgconfig(vorbis)
Requires:	audacious
Requires:	mp3info
Requires:	mpg321
Requires:	vorbis-tools
# Doesn't get autogenerated as the app doesn't link against it but
# dlopens it: it's not strictly required, so make it a suggests
Suggests:	%{_lib}flac8
Suggests:	%{_lib}mpdclient2
Suggests:	%{_lib}vorbis0
Suggests:	%{_lib}vorbisfile3

%description
GJay (Gtk+ DJ) generates playlists across a collection of music (ogg, mp3,
wav) such that each song sounds good following the previous song. It is ideal
for home users who want a non-random way to wander large collections or for
DJs planning a set list. You can generate playlists from within the
application, or run GJay as a standalone command-line utility.

%files
%doc README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=GJay
Comment=DJ Collection Manager
Exec=%{_bindir}/%{name}
Icon=sound_section
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;X-MandrivaLinux-CrossDesktop;Audio;Player;
EOF


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.2-3
- (103321e) Build requires pkgconfig(audclient) instead of pkgconfig(audacious) now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10260 |14cu|gkermit-1.00-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 100

Summary:	Transfer files with the Kermit protocol
Name:		gkermit
Version:	1.00
Release:	11
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://www.columbia.edu/kermit/gkermit.html
Source0:	ftp://kermit.columbia.edu/kermit/archives/gku%{oversion}.tar.bz2
Patch0:		gkermit-missing-errno-include.patch

%description
gkermit is a GPL'd implementation of the Kermit protocol, developed by
Columbia University.  Kermit is often used to transfer files over serial
connections as well as through networks.  This version is quite minimal;
support for non-Kermit protocols may be found in ckermit, which is not,
unfortunately, Free Software. See the gkermit webpage for more information.

gkermit is a command line, non-interactive client.

%files
%doc ANNOUNCE COPYING README
%{_bindir}/gkermit
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make CC="%__cc %{optflags}"

bzip2 -f gkermit.nr

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1
install -m 0755 gkermit %{buildroot}%{_bindir}/gkermit
install -m 0644 gkermit.nr.bz2 %{buildroot}%{_mandir}/man1/gkermit.1.bz2


%changelog
* Tue Feb 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.00-11
+ Revision: f769643
- Fix debug package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10261 |14cu|gkrellm-2.3.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Multiple stacked system monitors
Name:		gkrellm
Version:	2.3.5
Release:	9
License:	GPLv3+
Group:		Monitoring
Url:		http://gkrellm.net
Source0:	http://members.dslextreme.com/users/billw/gkrellm/%{name}-%{version}.tar.bz2
Source1:	gkrellm-themes.tar.bz2
Source2:	gkrellmd.service
Source3:	gkrellm-pt.po
Source4:	gkrellm-tmpfiles.conf
Patch0:		gkrellm-2.3.5-fix-format-errors.patch
Patch2:		gkrellm-2.3.5-force-libsensor-test-result.patch
BuildRequires:	gettext
BuildRequires:	imagemagick
BuildRequires:	lm_sensors-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libntlm)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sm)
Requires(post):	systemd

%description
GKrellM charts SMP CPU, load, Disk, and all active net interfaces
automatically. An on/off button and online timer for the PPP interface
is provided. Monitors for memory and swap usage, file system, internet
connections, APM laptop battery, mbox style mailboxes, and cpu temps.
Also includes an uptime monitor, a hostname label, and a clock/calendar.
Additional features are:

  * Autoscaling grid lines with configurable grid line resolution.
  * LED indicators for the net interfaces.
  * A gui popup for configuration of chart sizes and resolutions.

%files -f %{name}.lang
%doc COPYRIGHT Changelog INSTALL README *.html
%{_bindir}/gkrellm
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/gkrellm.png
%{_liconsdir}/gkrellm.png
%{_miconsdir}/gkrellm.png
%{_mandir}/man1/gkrellm.1*
%{_libdir}/gkrellm2
%{_datadir}/gkrellm2
%{_tmpfilesdir}/%{name}.conf
%ghost %dir %attr(1777,root,root) %{_localstatedir}/lock/gkrellm

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf

#----------------------------------------------------------------------------

%package server
Summary:	Server component for gkrellm
Group:		Monitoring
Requires(post,preun,postun):	rpm-helper

%description server
The server component allows you to monitor a server remotely from
a client running gkrellm, without installing gkrellm on the server.

%files server
%config(noreplace) %{_sysconfdir}/gkrellmd.conf
%{_unitdir}/gkrellmd.service
%{_bindir}/gkrellmd
%{_mandir}/man1/gkrellmd.1*

%post server
%systemd_post %{name}d.service

%preun server
%systemd_preun %{name}d.service

%postun server
%systemd_postun_with_restart %{name}d.service

#----------------------------------------------------------------------------

%package devel
Summary:	Include files for gkrellm
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
gkrellm header files for gkrellm development and plugin support.

%files devel
%doc *.html
%{_includedir}/gkrellm2/
%dir %{multiarch_includedir}/gkrellm2
%{multiarch_includedir}/gkrellm2/*.h
%{_libdir}/pkgconfig/gkrellm.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%setup -q -D -T -a1
cp -a %{S:3} po/pt.po
for i in `find -type d -name .xvpics`
    do rm -rf $i
done
# make it lib64 aware
perl -pi -e "/PLUGINS_DIR/ and s|/lib/|/%{_lib}/|g" ./src/gkrellm.h ./server/gkrellmd.h
perl -pi -e "s|/lib/|/%{_lib}/|" Makefile
%patch0 -p1 -b .wformat
%patch2 -p1 -b .libsensors

%build
%make INSTALLROOT=%{_prefix} \
      INCLUDEDIR=%{_includedir} \
      CFLAGS="%{optflags}" \
      LDFLAGS="$(pkg-config --libs gmodule-2.0) %{ldflags}" \
      LOCALEDIR=%{_datadir}/locale

#      LIBS="-lgtk-x11-2.0 -lgdk-x11-2.0 -lglib-2.0 -lgmodule-2.0"

%install
mkdir -p %{buildroot}%{_bindir}
make install \
    INSTALLROOT=%{buildroot}%{_prefix} \
    INSTALLDIR=%{buildroot}%{_bindir} \
    INCLUDEDIR=%{buildroot}%{_includedir} \
    MANDIR=%{buildroot}%{_mandir}/man1 \
    LOCALEDIR=%{buildroot}%{_datadir}/locale \
    STRIP=""

mkdir -p %{buildroot}%{_libdir}/%{name}2/plugins

mkdir -p %{buildroot}{%{_iconsdir},%{_liconsdir},%{_miconsdir}}
convert src/icon.xpm -geometry 48x48 %{buildroot}%{_liconsdir}/%{name}.png
convert src/icon.xpm -geometry 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert src/icon.xpm -geometry 16x16 %{buildroot}%{_miconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/%{name}2/themes
cp -av gkrellm-themes/* %{buildroot}%{_datadir}/%{name}2/themes

install -d -m 755 %{buildroot}%{_datadir}/applications
cat >  %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Gkrellm
Name[ru]=Gkrellm
Comment=A GTK-based monitoring app
Comment[ru]=Программа мониторинга ресурсов компьютера
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;System;Monitor;
EOF

install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 server/gkrellmd.conf %{buildroot}%{_sysconfdir}

install -d -m 755 %{buildroot}%{_unitdir}
install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/gkrellmd.service

install -d -m 755 %{buildroot}%{_tmpfilesdir}
install -m 644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf


%multiarch_includes %{buildroot}%{_includedir}/gkrellm2/gkrellm.h

%multiarch_includes %{buildroot}%{_includedir}/gkrellm2/gkrellmd.h

%find_lang %{name}

# lock dir
install -d -m 755 %{buildroot}%{_localstatedir}/lock/gkrellm
chmod 1777 %{buildroot}%{_localstatedir}/lock/gkrellm


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.5-9
- (171c112) Fix post-scripts (move them to server package)
- (171c112) Properly handle /var/lock/gkrellm
- (171c112) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10262 |14cu|gkrellm-plugins-2.3.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define gkrellweather_version	2.0.8
%define seti_version		0.7.0b
%define gkrellStock_version	0.5.1
%define gkrellShoot_version	0.4.4
%define snmp_version		1.1
%define gkrellmitime_version	1.0
%define volume_version		2.1.13
%define mailwatch_version	2.4.3
%define gkrellmss_version	2.6
%define gkrellmwireless_version	2.0.3
%define radio_version		2.0.4
%define gkrellkam_version	2.0.0
%define fmonitor_version	2.0.4
%define reminder_version	2.0.0
%define gkrellmoon_version	0.6
%define gkleds_version		0.8.0
%define gkrellmbgchg2_version	0.1.11
%define gkrellsun_version	1.0.0
%define hddtemp_version		0.2-beta
%define timers_version		1.3
%define gkrelltop_version	2.2.13
%define gkrellmlaunch_version 0.5
%define cpufreq_version		0.6.1

Name:		gkrellm-plugins
Summary:	Plugins for gkrellm
Version:	2.3.5
Release:	6
License:	GPL
Group:		Monitoring
URL:		http://gkrellm.net
Source2:	gkrellm-volume-%{volume_version}.tar.gz
Source3:	gkrellm-mailwatch-%{mailwatch_version}.tar.gz
Source4:	gkrellmitime-%{gkrellmitime_version}.tar.bz2
Source5:	gkrellstock-%{gkrellStock_version}.tar.bz2
Patch5:		gkrellstock-0.5.1.path.patch.bz2
Source6:	http://prdownloads.sourceforge.net/gkrellshoot/gkrellshoot-%{gkrellShoot_version}.tar.gz
Source7:	http://members.dslextreme.com/~billw/gkrellmss/gkrellmss-%{gkrellmss_version}.tar.gz
Source8:	gkrellmwireless-%{gkrellmwireless_version}.tar.bz2
Source9:	gkrellm-radio-%{radio_version}.tar.bz2
Source10:	gkrellkam_%{gkrellkam_version}.tar.bz2
Source11:	gkrellweather-%{gkrellweather_version}.tgz
Patch4:		gkrellweather-2.0.8-fix-path.patch
Source12:	gkrellm-fmonitor-%{fmonitor_version}.tgz
Source13:	gkrellm-reminder-%{reminder_version}.tar.bz2
Source14:	gkrellmoon-%{gkrellmoon_version}.tar.bz2
Source15:	gkrellm_snmp-%{snmp_version}.tar.gz
Source16:	gkleds-%{gkleds_version}.tar.bz2
Source17:	http://www.bender-suhl.de/stefan/comp/sources/gkrellmbgchg2-%{gkrellmbgchg2_version}.tar.gz
Source18:	http://sourceforge.net/projects/gkrellsun/files/gkrellsun%20gkrellm-2.2/1.0.0/gkrellsun-%{gkrellsun_version}.tar.gz
Source20:	seti-%{seti_version}.tar.bz2
Patch2:		seti-%{seti_version}-gkrellm2.patch.bz2
Source21:	gkrellm-hddtemp-%{hddtemp_version}.tar.bz2
Source22:	gkrellm_timers-%{timers_version}.tar.bz2
Source23:	http://sourceforge.net/projects/gkrelltop/files/gkrelltop/2.2.13/gkrelltop_%{gkrelltop_version}.orig.tar.gz
Source24:	gkrellmlaunch-%{gkrellmlaunch_version}.tar.bz2 
Source25:	gkrellm2-cpufreq-%{cpufreq_version}.tar.gz

Requires:	gkrellm = %{version}
BuildRequires:	gkrellm-devel = %{version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	libmcrypt-devel
BuildRequires:	pkgconfig(esound)
BuildRequires:  pkgconfig(openssl)
BuildRequires:  pkgconfig(xtst)
BuildRequires:  cpupower-devel

%description
This package contains some plugins for gkrellm.  Included are the following
plugins:

  * volume, controls mixer
  * mailwatch, watches individual mailboxes for new mail
  * gkrellmitime, displays internet time
  * gkrellmss, sound scope
  * gkrellmwireless, monitors the link quality of a wirless LAN card
  * gkrellm-radio, radio tuner interface
  * gkrellweather, checks and reports weather conditions
  * fmonitor, displays contents of files
  * reminder, a cron-lick scheduler
  * gkleds, plugin which monitors CapsLock, NumLock, ScrollLock
  * gkrellmbgchg, Change your background on a schedule
  * gkrellsun, Sunrise and Sunset display
  * gkx86info, Calculates Mhz/Ghz of processor
  * gkrellmoon, shows the phases of the moon
  * seti, displays information about your seti progress
  * gkrellm-hddtemp, displays temperatures of hard disks
  * gkrellmlaunch, allows one click access to programs

%package snmp
Summary:	SNMP plugin for %{name}
Group:		Monitoring
Requires:	gkrellm = %{version}
BuildRequires:	net-snmp-devel

%description snmp
gkrellm_snmp, SNMP monitor.

%package stock
Summary:	Stock plugin for %{name}
Group:		Monitoring
Requires:	gkrellm = %{version}

%description stock
gkrellStock, a stock monitor.

%package shoot
Summary:	Shoot plugin for %{name}
Group:		Monitoring
Requires:	gkrellm = %{version}
Requires:	imagemagick

%description shoot
gkrellShoot, a screen locker and screen capture krell.

%package kam
Summary:	Kam plugin for %{name}
Group:		Monitoring
Requires:	gkrellm = %{version}
Requires:	wget

%description kam
gkrellkam, monitor static images such as webcams.

%prep
%setup -T -c -n %{name}
#%setup -q -T -D -c -a 1 -n %{name}
%setup -q -T -D -c -a 2 -n %{name}
%setup -q -T -D -c -a 3 -n %{name}
%setup -q -T -D -c -a 4 -n %{name}
%setup -q -T -D -c -a 5 -n %{name}
%setup -q -T -D -c -a 6 -n %{name}
%setup -q -T -D -c -a 7 -n %{name}
%setup -q -T -D -c -a 8 -n %{name}
%setup -q -T -D -c -a 9 -n %{name}
%setup -q -T -D -c -a 10 -n %{name}
%setup -q -T -D -c -a 11 -n %{name}
%setup -q -T -D -c -a 12 -n %{name}
%setup -q -T -D -c -a 13 -n %{name}
%setup -q -T -D -c -a 14 -n %{name}
%setup -q -T -D -c -a 15 -n %{name}
%setup -q -T -D -c -a 16 -n %{name}
%setup -q -T -D -c -a 17 -n %{name}
%setup -q -T -D -c -a 18 -n %{name}
%setup -q -T -D -c -a 20 -n %{name}
%setup -q -T -D -c -a 21 -n %{name}
%setup -q -T -D -c -a 22 -n %{name}
%setup -q -T -D -c -a 23 -n %{name}
%setup -q -T -D -c -a 24 -n %{name}
%setup -q -T -D -c -a 25 -n %{name}

(cd seti-%{seti_version}
%patch2 -p1 -b .gtk2
)
(cd gkrellweather-%{gkrellweather_version}
%patch4 -p1 -b .path
)
(cd gkrellStock-%{gkrellStock_version}
%patch5 -p0 -b .path
)

sed -i 's/-Wl /-Wl,/' gkrellmitime-%{gkrellmitime_version}/Makefile
sed -i 's/-Wl//' gkrellm-radio/Makefile
sed -i 's/-Wl//' gkrellkam-%{gkrellkam_version}/Makefile
sed -i 's/-Wl//' seti-%{seti_version}/Makefile
sed -i 's/-Wl//' gkrellm-hddtemp-%{hddtemp_version}/Makefile
sed -i 's/-W1//' gkrellmlaunch-%{gkrellmlaunch_version}/Makefile
sed -i 's/lcpufreq/lcpupower/' gkrellm2-cpufreq-%{cpufreq_version}/Makefile

%build
(cd gkrellm-volume
make CFLAGS="%{optflags}"
)
(cd gkrellm-mailwatch
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkrellmitime-%{gkrellmitime_version}
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkrellStock-%{gkrellStock_version}
make CFLAGS="%{optflags}"
)
(cd gkrellShoot-%{gkrellShoot_version}
make CFLAGS="%{optflags}"
)
(cd gkrellmss-%{gkrellmss_version}
make CFLAGS="%{optflags}"
)
(cd gkrellmwireless
make CFLAGS="%{optflags}"
)
(cd gkrellm-radio
make WITH_LIRC=1
)
(cd gkrellkam-%{gkrellkam_version}
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkleds-%{gkleds_version}
%ifarch x86_64
make X11_LIB="-L/usr/X11R6/lib64 -lX11 -lXtst" CFLAGS="%{optflags} -fPIC"
%else
make CFLAGS="%{optflags}"
%endif
)
(cd gkrellmbgchg2-%{gkrellmbgchg2_version}
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkrellm-fmonitor-%{fmonitor_version}
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkrellmoon-%{gkrellmoon_version}
make CFLAGS="%{optflags}"
)
(cd gkrellm-reminder-%{reminder_version}
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkrellm_snmp-%{snmp_version}
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkrellsun-%{gkrellsun_version}/src20
make CFLAGS="%{optflags}"
)
(cd gkrellweather-%{gkrellweather_version}
make PREFIX=%{_prefix} CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd seti-%{seti_version}
make CFLAGS="%{optflags} -fPIC `pkg-config gtk+-2.0 --cflags`"
)
(cd gkrellm-hddtemp-%{hddtemp_version}
make gkrellm2 CFLAGS="%{optflags} -fPIC"
)
(cd gkrellm_timers-%{timers_version}
make CFLAGS="%{optflags}"
)
( cd gkrelltop-%{gkrelltop_version}.orig
make clean
make CFLAGS="%{optflags}"
)
( cd gkrellmlaunch-%{gkrellmlaunch_version}
make CFLAGS="%{optflags}"
)
(cd gkrellm2-cpufreq-%{cpufreq_version}
make CFLAGS="%{optflags}"
)

%install
mkdir -p %{buildroot}%{_libdir}/gkrellm2/plugins
mkdir -p %{buildroot}%{_datadir}/gkrellm2/scripts
install -c -s -m 755 gkrellm-volume/volume.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellm-mailwatch/mailwatch.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellmitime-%{gkrellmitime_version}/gkrellm_itime.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellStock-%{gkrellStock_version}/gkrellstock.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -m 755 gkrellStock-%{gkrellStock_version}/GetQuote2 %{buildroot}%{_datadir}/gkrellm2/scripts
install -c -s -m 755 gkrellShoot-%{gkrellShoot_version}/gkrellshoot.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellmss-%{gkrellmss_version}/src/gkrellmss.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellmwireless/wireless.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellm-radio/radio.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellkam-%{gkrellkam_version}/gkrellkam2.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellweather-%{gkrellweather_version}/gkrellweather.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -m 755 gkrellweather-%{gkrellweather_version}/GrabWeather %{buildroot}%{_datadir}/gkrellm2/scripts
install -c -s -m 755 gkrellm-fmonitor-%{fmonitor_version}/fmonitor.so  %{buildroot}%{_libdir}/gkrellm2/plugins
#install -c -s -m 755 gkrellm-fmonitor-%{fmonitor_version}/sensors.tcl %{buildroot}%{_bindir}
install -c -s -m 755 gkrellm-reminder-%{reminder_version}/reminder.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellm_snmp-%{snmp_version}/gkrellm_snmp.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkleds-%{gkleds_version}/gkleds.so  %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellmbgchg2-%{gkrellmbgchg2_version}/gkrellmbgchg.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellsun-%{gkrellsun_version}/src20/gkrellsun.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellmoon-%{gkrellmoon_version}/gkrellmoon.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 seti-%{seti_version}/seti.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellm-hddtemp-%{hddtemp_version}/gkrellm-hddtemp.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellm_timers-%{timers_version}/gkrellm_timers.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrelltop-%{gkrelltop_version}.orig/gkrelltop{,d}.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellmlaunch-%{gkrellmlaunch_version}/gkrellmlaunch.so %{buildroot}%{_libdir}/gkrellm2/plugins
install -c -s -m 755 gkrellm2-cpufreq-%{cpufreq_version}/cpufreq.so %{buildroot}%{_libdir}/gkrellm2/plugins

# setup various docs
mkdir -p doc/gkleds
cp gkleds-%{gkleds_version}/{COPYING,Changelog,License,README,TODO,Themes} doc/gkleds
mkdir -p doc/gkrellm-fmonitor
cp gkrellm-fmonitor-%{fmonitor_version}/README doc/gkrellm-fmonitor
mkdir -p doc/gkrellm-hddtemp
cp gkrellm-hddtemp-%{hddtemp_version}/{COPYING,README} doc/gkrellm-hddtemp
mkdir -p doc/gkrellm-mailwatch
cp gkrellm-mailwatch/{Changelog,README} doc/gkrellm-mailwatch
mkdir -p doc/gkrellm-radio
cp gkrellm-radio/{CHANGES,README,lirc.example} doc/gkrellm-radio
mkdir -p doc/gkrellm-reminder
cp gkrellm-reminder-%{reminder_version}/{COPYING,ChangeLog,INSTALL,README} doc/gkrellm-reminder
mkdir -p doc/gkrellm-volume
cp gkrellm-volume/{COPYRIGHT,Changelog,README,THEMING} doc/gkrellm-volume
mkdir -p doc/timers
cp gkrellm_timers-%{timers_version}/{ChangeLog,README,TODO} doc/timers
mkdir -p doc/gkrellmbgchg2
cp gkrellmbgchg2-%{gkrellmbgchg2_version}/{ChangeLog,README,TODO} doc/gkrellmbgchg2
mkdir -p doc/gkrellmitime
cp gkrellmitime-%{gkrellmitime_version}/{COPYING,ChangeLog,README} doc/gkrellmitime
mkdir -p doc/gkrellmlaunch
cp gkrellmlaunch-%{gkrellmlaunch_version}/{CHANGELOG,COPYING,LICENSE,README} doc/gkrellmlaunch
mkdir -p doc/gkrellmoon
cp gkrellmoon-%{gkrellmoon_version}/{AUTHORS,COPYING,ChangeLog,INSTALL,NEWS,README} doc/gkrellmoon
mkdir -p doc/gkrellmss
cp gkrellmss-%{gkrellmss_version}/{COPYRIGHT,Changelog,INSTALL,README,Themes} doc/gkrellmss
mkdir -p doc/gkrellmwireless
cp gkrellmwireless/{Changelog,README} doc/gkrellmwireless
mkdir -p doc/gkrellsun
cp gkrellsun-%{gkrellsun_version}/{AUTHORS,COPYING,INSTALL,README} doc/gkrellsun
mkdir -p doc/gkrelltop
cp gkrelltop-%{gkrelltop_version}.orig/README doc/gkrelltop
mkdir -p doc/gkrellweather
cp gkrellweather-%{gkrellweather_version}/{COPYING,ChangeLog,README} doc/gkrellweather
mkdir -p doc/seti
cp seti-%{seti_version}/{AUTHORS,BUGS,COPYING,ChangeLog,INSTALL,INSTALL.gtk2,LICENSE,NEWS,README,README-pcpu,TODO} doc/seti
mkdir -p doc/cpufreq
cp gkrellm2-cpufreq-%{cpufreq_version}/{ChangeLog,LICENSE,README} doc/cpufreq

# fix some perms
chmod 644 doc/gkrellmoon/*
chmod 644 doc/gkleds/*
chmod 644 doc/gkrelltop/*

%files 
%doc doc/*
%{_libdir}/gkrellm2/plugins/*
%exclude %{_libdir}/gkrellm2/plugins/gkrellm_snmp.so
%exclude %{_libdir}/gkrellm2/plugins/gkrellstock.so
%exclude %{_libdir}/gkrellm2/plugins/gkrellshoot.so
%exclude %{_libdir}/gkrellm2/plugins/gkrellkam2.so
%{_datadir}/gkrellm2/scripts/GrabWeather

%files snmp
%defattr(-,root,root)
%doc gkrellm_snmp-%{snmp_version}/ChangeLog
%doc gkrellm_snmp-%{snmp_version}/FAQ
%doc gkrellm_snmp-%{snmp_version}/README
%doc gkrellm_snmp-%{snmp_version}/TODO
%{_libdir}/gkrellm2/plugins/gkrellm_snmp.so

%files stock
%defattr(-,root,root)
%doc gkrellStock-%{gkrellStock_version}/COPYING
%doc gkrellStock-%{gkrellStock_version}/ChangeLog
%doc gkrellStock-%{gkrellStock_version}/README
%{_libdir}/gkrellm2/plugins/gkrellstock.so
%{_datadir}/gkrellm2/scripts/GetQuote2

%files shoot
%defattr(-,root,root)
%doc gkrellShoot-%{gkrellShoot_version}/ChangeLog
%doc gkrellShoot-%{gkrellShoot_version}/README
%{_libdir}/gkrellm2/plugins/gkrellshoot.so

%files kam
%defattr(-,root,root)
%doc gkrellkam-%{gkrellkam_version}/README
%doc gkrellkam-%{gkrellkam_version}/COPYING
%doc gkrellkam-%{gkrellkam_version}/Changelog
%doc gkrellkam-%{gkrellkam_version}/INSTALL
%doc gkrellkam-%{gkrellkam_version}/Release
%doc gkrellkam-%{gkrellkam_version}/Todo
%doc gkrellkam-%{gkrellkam_version}/example.list
%{_libdir}/gkrellm2/plugins/gkrellkam2.so

%changelog

* Sun Nov 15 2015 Denis Silakov <dsilakov@gmail.com> 2.3.5-6
- (821f287) Updated gkrellmbgchg2 to 0.1.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10263 |14cu|gkrellm-themes-20030129-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gkrellm-themes
Version:	20030129
Release:	13
Summary:	Themes for the GKrellM
License:	GPL
Group:		Monitoring
URL:		http://www.muhri.net
Source:		http://www.muhri.net/gkrellm/GKrellM-Skins.tar.bz2
Requires:	gkrellm >= 0.9.0
BuildArch:	noarch

%description
This package contains some nice themes for the GKrellM monitoring utility.

%prep
%setup -q -n GKrellM-skins
rm -f Aqua.gkrellm.tgz
rm -f Azteker2k.gkrellm.tar.gz
rm -f BloeStolen.tar.gz
rm -f brushedmetalnew.tar.gz
rm -f Cyroid.tar.gz
rm -f E-Tech_XSlate_GKrellM.tar.gz
rm -f E17.gkrellm.tar.gz
rm -f Eazel.gkrellm.tar.gz
rm -f Plastique.tar.gz
rm -f ShinyMetal2.tar.gz
rm -f TaoMetal.tar.gz
rm -f blueHeart_gkrellm.tar.gz
rm -f brushed.tar.gz
rm -f indiglow_blue-gkrellm.tar.gz
rm -f minE-Gkrellm.tar.gz
for file in *.tar.gz *.tgz; do
	tar xvzf $file;
	rm -f $file
done
# remove hidden files or directories
find . -mindepth 1 -name '.*' | xargs rm -rf
# remove empty files or directories
find . -empty | xargs rm -rf
# remove CVS files
find . -type d -name CVS | xargs rm -rf
# fix perms
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

%build

%install
mkdir -p %{buildroot}%{_datadir}/gkrellm2/themes
cp -av * %{buildroot}%{_datadir}/gkrellm2/themes

%clean

%files
%{_datadir}/gkrellm2/themes/*

%changelog

* Sun Nov 15 2015 Denis Silakov <dsilakov@gmail.com> 20030129-13
- (e2c9b29) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10264 |14cu|glabels-3.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3.0
%define major 8
%define libname %mklibname %{name} %{api} %major
%define libnamedev %mklibname %{name}  -d

%define bmajor		0
%define blibname	%mklibname glbarcode %{api} %{bmajor}
%define bdevname	%mklibname glbarcode -d

%define _appdatadir %{_datadir}/appdata

Summary:	GNOME program to create labels and business cards
Name:		glabels
Version:	3.4.0
Release:	1
License:	GPLv2+
Group:		Office
URL:		http://glabels.sourceforge.net/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.4/%{name}-%{version}.tar.xz
Source0100:	glabels.rpmlintrc

BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libebook-1.2)
BuildRequires:	pkgconfig(libiec16022)
BuildRequires:	pkgconfig(libqrencode)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	gnome-doc-utils
BuildRequires:	gtk-doc
BuildRequires:	zint-devel
BuildRequires:	gettext-devel
BuildRequires:	itstool
Suggests:	%{blibname} = %{EVRD}


%description
Glabels is stand-alone program for creating labels and business cards
for GNOME.

%files -f %{name}-%{api}.lang
%doc README AUTHORS
%{_bindir}/*
%{_datadir}/%{name}-%{api}
%{_datadir}/lib%{name}-%{api}
%{_datadir}/applications/*
%{_datadir}/mime/packages/*
%{_datadir}/icons/hicolor/*/mimetypes/*glabels*
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/*
%{_datadir}/gtk-doc/html/lib%{name}-%{api}
%{_datadir}/gtk-doc/html/libglbarcode-%{api}
%{_appdatadir}/*.appdata.xml
%{_datadir}/glib-2.0/schemas/org.gnome.glabels-3.gschema.xml

#---------------------------------------------------------
%package -n %{libname}
Summary:	GNOME program to create labels and business cards
Group:		System/Libraries

%description -n %{libname}
Glabels is stand-alone program for creating labels and business cards
for GNOME. Libraries.

%files -n %{libname}
%doc README AUTHORS
%{_libdir}/libglabels-%{api}.so.%{major}*

#---------------------------------------------------------
%package -n %{libnamedev}
Summary:	Glabels devel files
Group:		Development/Other
Requires: %{libname} = %{EVRD}
Provides: libglabels-devel


%description -n %{libnamedev}
Glabels is stand-alone program for creating labels and business cards
for GNOME. Devel files.

%files -n %{libnamedev}
%doc README AUTHORS
%{_libdir}/libglabels-%{api}.so
%dir %{_includedir}/libglabels-%{api}
%{_includedir}/libglabels-%{api}/*
%{_libdir}/pkgconfig/libglabels-%{api}.pc
#---------------------------------------------------------
# barcode
#---------------------------------------------------------
%package -n %{blibname}
Summary:	Barcode support libraries for %{name}
Group:		System/Libraries

%description -n %{blibname}
This package contains the shared libraries for barcode support for %{name}.

%files -n %{blibname}
%doc README AUTHORS
%{_libdir}/libglbarcode-%{api}.so.%{bmajor}*

#---------------------------------------------------------
%package -n %{bdevname}
Summary:	Development files and headers for %{name} barcodes
Group:		Development/Other
Requires:	%{blibname} = %{EVRD}
Provides:	glbarcode-devel = %{EVRD}

%description -n %{bdevname}
This package contains the development files and headers for %{name} barcodes.

%files -n %{bdevname}
%doc README AUTHORS
%{_libdir}/libglbarcode-%{api}.so
%{_includedir}/libglbarcode-%{api}
%{_libdir}/pkgconfig/libglbarcode-%{api}.pc

#---------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--with-libebook \
	--disable-static \
	--disable-schemas-compile

%make

%install
rm -fr %{buildroot}
%makeinstall_std

perl -p -i -e 's/%{name}-%{api}.png/%{name}-%{api}/g' \
	%{buildroot}%{_datadir}/applications/*.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop

find %{buildroot} -name "*.la" -delete

%find_lang %{name}-%{api} --with-gnome

%clean
rm -fr %{buildroot}

%changelog

* Sat Sep 10 2016 alzim <alzim@bk.ru> 3.4.0-1
- (073abd1) Merge pull request #1 from import/glabels:rosa2016.1
- (073abd1) Updated to 3.4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10265 |14cu|glpeces-5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname peces
%define _appdatadir %{_datadir}/appdata

Name:		glpeces
Summary:	Tangram game
License:	GPLv2
Version:	5.2
Release:	1
Group:		Games/Puzzles
URL:		http://pecesjocdetangr.sourceforge.net/
# https://sourceforge.net/projects/pecesjocdetangr/files/version%205.2%20%28February%2C%202016%29/
Source0:	glpeces-5.2.tar.gz
Source1:	%{name}.desktop
BuildRequires:  cmake >= 2.8.10.2
BuildRequires:  pkgconfig(Qt5Core) >= 5.6
BuildRequires:  pkgconfig(Qt5Script) >= 5.6
BuildRequires:  pkgconfig(Qt5Widgets) >= 5.6
BuildRequires:  pkgconfig(Qt5Gui) >= 5.6
BuildRequires:  pkgconfig(Qt5Widgets) >= 5.6
BuildRequires:	qmake5
BuildRequires:	imagemagick
BuildRequires:	appstream-util
BuildRequires:	desktop-file-utils

%description
Tangaram game using Qt5.


%files
%doc copying readme changelog
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_appdatadir}/%{name}.appdata.xml
%{_datadir}/pixmaps/%{name}.*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_gamesdatadir}/%{name}
%{_mandir}/man6/glpeces.6.*
#--------------------------------------

%prep
%setup -q

%build
%cmake_qt5
%make


%install
%makeinstall_std -C build
# fixed menu entry
desktop-file-install %{SOURCE1} \
  --dir=%{buildroot}%{_datadir}/applications 
  
# appdata  
mkdir -p %{buildroot}%{_appdatadir}
cp -pr menu/%{name}.appdata.xml \
  %{buildroot}%{_appdatadir}/%{name}.appdata.xml

# icons
for N in 16 32 48 64;
  do
   convert images/glpeces-64x64.png -scale ${N}x${N} $N.png;
   install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done  

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml

%changelog

* Sat May 07 2016 abfonly <abfonly@gmail.com> 5.2-1
- (bf3b177) Fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10266 |14cu|glpi-0.85.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major_version	0.85
%global __noautoreq pear\\(.*\\.php\\)|/usr/bin/php

Name:       glpi
Version:    0.85.5
Release:    1
Epoch:      1
Summary:    A web based park management
License:    GPLv2
Group:      Monitoring
Url:        http://www.glpi-project.org/
Source0:    http://forge.indepnet.net/attachments/download/1811/%{name}-%{version}.tar.gz
Source1:    http://forge.indepnet.net/attachments/download/1152/glpidoc-%{major_version}-fr.pdf
Requires:   apache-mod_php
Requires:   php-xml
Requires:   php-mysqli
Requires:   php-mbstring
Requires:   php-pear-Cache_Lite
Requires:   php-ZendFramework2-Cache
Requires:   php-ZendFramework2-I18n
Requires:   php-ZendFramework2-Loader
Requires:   php-ZendFramework2-EventManager
Requires:   php-ZendFramework2-ServiceManager
Requires:   php-ZendFramework2-Stdlib
Requires:   php-ZendFramework2-Version
Suggests:   php-pear-CAS
Suggests:   php-phpmailer
BuildArch:  noarch

%description
GLPI is web based database application allowing to managed computers
and peripherals park. Its goal is to help technicians about maintenance
expiration, stock flow and license counting.

%prep
%setup -q -n %{name}
install -m 644 %{SOURCE1} .

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}

install -m 644 *.php *.js %{buildroot}%{_datadir}/%{name}

for i in ajax css front inc install lib locales pics plugins scripts; do
    cp -ar $i %{buildroot}%{_datadir}/%{name}
done

install -d -m 755 %{buildroot}%{_sysconfdir}/glpi
install -m 644 config/*.php %{buildroot}%{_sysconfdir}/glpi
pushd %{buildroot}%{_datadir}/%{name}
ln -sf ../../..%{_sysconfdir}/glpi config
popd

install -m 644 COPYING.txt %{buildroot}%{_datadir}/%{name}

find %{buildroot}%{_datadir}/%{name} -name .htaccess | xargs rm -f

pushd %{buildroot}%{_datadir}/%{name}/lib/
rm -rf phpcas
rm -rf phpmailer
rm -rf cache_lite
rm -rf Zend
popd

cat > %{buildroot}%{_sysconfdir}/glpi/config_path.php <<EOF
<?php
// for packaging defaults

define("GLPI_CONFIG_DIR",     "%{_sysconfdir}/glpi");

define("GLPI_DOC_DIR",        "%{_localstatedir}/lib/%{name}");
define("GLPI_CACHE_DIR",      "%{_localstatedir}/lib/%{name}/_cache/");
define("GLPI_CRON_DIR",       "%{_localstatedir}/lib/%{name}/_cron");
define("GLPI_DUMP_DIR",       "%{_localstatedir}/lib/%{name}/_dumps");
define("GLPI_GRAPH_DIR",      "%{_localstatedir}/lib/%{name}/_graphs");
define("GLPI_LOCK_DIR",       "%{_localstatedir}/lib/%{name}/_lock/");
define("GLPI_PICTURE_DIR",    "%{_localstatedir}/lib/%{name}/_pictures");
define("GLPI_PLUGIN_DOC_DIR", "%{_localstatedir}/lib/%{name}/_plugins");
define("GLPI_RSS_DIR",        "%{_localstatedir}/lib/%{name}/_rss");
define("GLPI_SESSION_DIR",    "%{_localstatedir}/lib/%{name}/_sessions");
define("GLPI_TMP_DIR",        "%{_localstatedir}/lib/%{name}/_tmp");
define("GLPI_UPLOAD_DIR",     "%{_localstatedir}/lib/%{name}/_uploads");

define("GLPI_LOG_DIR",        "%{_localstatedir}/log/%{name}");

define('GLPI_CACHE_LITE_DIR', 'Cache');
define('GLPI_PHPMAILER_DIR',  'PHPMailer');
define('GLPI_PHPCAS',         'CAS.php');
define('GLPI_ZEND_PATH',      '/usr/share/php/Zend');
?>
EOF

install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
Alias /%{name} %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Require all granted
    Options -FollowSymLinks
    # recommanded value
    php_value memory_limit 64M
</Directory>

<Directory %{_datadir}/%{name}/install>
    # 15" should be enough for migration in most case
    php_value max_execution_time 900
    php_value memory_limit 128M
</Directory>

<Directory %{_datadir}/%{name}/files>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/inc>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/locales>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/mysql>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/scripts>
    Require all denied
</Directory>
EOF

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_cache
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_cron
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_dumps
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_graphs
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_lock
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_pictures
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_plugins
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_rss
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_sessions
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_tmp
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/_uploads

install -d -m 755 %{buildroot}%{_localstatedir}/log/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
/var/log/glpi/*.log {
    notifempty
    missingok
    create 644 apache apache
}
EOF

install -d -m 755 %{buildroot}%{_sysconfdir}/cron.d
cat > %{buildroot}%{_sysconfdir}/cron.d/%{name} <<EOF
# Run cron from to execute task even when no user connected
*/4 * * * * apache %{_bindir}/php %{_datadir}/%{name}/front/cron.php
EOF

%files
%doc CHANGELOG.txt README.txt COPYING.txt LISEZMOI.txt
%doc glpidoc-%{major_version}-fr.pdf
%{_datadir}/%{name}
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/cron.d/%{name}
%dir %attr(-,apache,apache) %{_sysconfdir}/glpi
%config(noreplace) %{_sysconfdir}/glpi/*
%attr(-,apache,apache) %{_localstatedir}/lib/%{name}
%attr(-,apache,apache) %{_localstatedir}/log/%{name}



%changelog

* Tue Oct 20 2015 Denis Silakov <dsilakov@gmail.com> 1:0.85.5-1
- (f7f0782) Turn back epoch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10267 |14cu|glstats-0.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# basically this is only headers and statistics docs
%define debug_package	%{nil}
%define oname GLStats


Name:           glstats
Version:        0.3.3
Release:        1
Summary:        Generic OpenGL overlay statistics renderer
Group:          Development/C++
License:        LGPLv2+
URL:            http://www.equalizergraphics.com/
Source0:        https://github.com/Eyescale/GLStats/archive/%{oname}-master.zip
# git clone https://github.com/Eyescale/CMake.git
Source1:        common.tar.gz
Patch0:		glstats-libdir.patch
Patch1:		glstats.doxyrules.patch
BuildRequires:  cmake
BuildRequires:  doxygen
BuildRequires:  pkgconfig(python)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(x11)
BuildRequires:  lunchbox-devel
BuildRequires:  cppcheck
BuildRequires:  qt4-devel
BuildRequires:  git

%description
GLStats Runtime Libraries
#------------------------------------------------------------------------


%package        devel
Summary:        Development files for OpenGL overlay statistics renderer
Group:          Development/C++
License:        LGPLv2+
Requires:       lunchbox-devel

%description    devel
Generic OpenGL overlay statistics renderer.
...
This package contains header files and libraries needed to develop 
application that use %{name}.

%files devel
%doc LICENSE* README* doc/LGPL*
%{_docdir}/%{oname}
%{_includedir}/%{oname}
%{_libdir}/lib%{oname}.a
%{_datadir}/%{oname}
#------------------------------------------------------------------------------

%prep
%setup -qn %{oname}-master -a1
mv common CMake/common

# Do not compile in DATE and TIME
grep -rl 'HTML_TIMESTAMP' . | \
	xargs --no-run-if-empty --verbose \
	sed -i '/^HTML_TIMESTAMP/s/YES/NO/'

%patch0 -p0	
%patch1 -p0

%build
%cmake  \
	-DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_SKIP_RPATH:BOOL=OFF
	
%setup_compile_flags
%make
%make doxygen

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_docdir}
mv %{buildroot}%{_datadir}/%{oname}/doc %{buildroot}%{_docdir}/%{oname}



%changelog

* Tue Aug 02 2016 abfonly <abfonly@gmail.com> 0.3.3-1
- (605dadd) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10268 |14cu|gltron-0.70-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Gltron, a 3d lightcycle game using OpenGL
Name:		gltron
Version:	0.70
Release:	14
License:	GPLv2+
Group:		Games/Arcade
Url:		http://gltron.sourceforge.net
Source:		gltron-%{version}.tar.bz2
Source1:	gltron-xpm.tar.bz2
Patch0:		gltron-0.70-gcc4.patch
Patch1:		gltron-0.70-sys-cflags.patch
Patch2:		gltron-0.70-link.patch
Patch3:		gltron-0.70-link2.patch
BuildRequires:	SDL_sound-devel
BuildRequires:	smpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)

%description
A very nice Tron game using OpenGL.

%files
%doc ChangeLog README
%{_gamesbindir}/gltron
%dir %{_gamesdatadir}/gltron/
%{_gamesdatadir}/gltron/art
%{_gamesdatadir}/gltron/data
%{_gamesdatadir}/gltron/music
%{_gamesdatadir}/gltron/scripts
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/gltron.png
%{_iconsdir}/gltron.png
%{_liconsdir}/gltron.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .gcc4
%patch1 -p0 -b .cflags
%patch2 -p0 -b .link
%patch3 -p0 -b .link2

%build
touch AUTHORS NEWS
autoreconf -fi
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir} \
	--disable-warn \
	--disable-sdltest
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_miconsdir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_liconsdir}
tar xfj %{SOURCE1}
install -m0644 gltron-16.png %{buildroot}%{_miconsdir}/gltron.png
install -m0644 gltron-32.png %{buildroot}%{_iconsdir}/gltron.png
install -m0644 gltron-48.png %{buildroot}%{_liconsdir}/gltron.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Gltron
Comment=3d lightcycle game
Exec=%{_gamesbindir}/gltron
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF


%changelog

* Mon Apr 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.70-14
- (e7b713f) Add pkgconfig(glu) to BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10269 |14cu|glui-2.36-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define	major	2

%define libname		%mklibname %{name} %{major}
%define libnamedev 	%mklibname %{name} %{major} -d

Summary:	GL User Interface Library
Name:		glui
Version:	2.36
Release:	5
Group:		System/Libraries
License:	LGPL
URL:		http://glui.sourceforge.net/
Source:		%{name}-%{version}.tar.bz2
#patch sent upstream by Kharec
Patch:		glui-2.36-fix-cpp-examples.patch
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(xmu)


%description
GLUI is a GLUT-based C++ user interface library which provides
controls such as buttons, checkboxes, radio buttons, and spinners
to OpenGL applications. It is window-system independent, relying
on GLUT to handle all system-dependent issues, such as window and
mouse management.

%package -n %{libnamedev}
Summary:	GLUI User Interface Library Development Files
Group:		System/Libraries
Provides:	%{name}-devel = %{EVRD}


%description -n %{libnamedev}
GLUI is a GLUT-based C++ user interface library which provides
controls such as buttons, checkboxes, radio buttons, and spinners
to OpenGL applications. It is window-system independent, relying
on GLUT to handle all system-dependent issues, such as window and
mouse management.
This package includes the header files and static library.

%package -n %{name}-demos
Summary:	GLUI Demos
Group:		Graphics

%description -n %{name}-demos
GLUI is a GLUT-based C++ user interface library which provides
controls such as buttons, checkboxes, radio buttons, and spinners
to OpenGL applications. It is window-system independent, relying
on GLUT to handle all system-dependent issues, such as window and
mouse management.
This package includes some binaries statically built with GLUI.
Their source code is in %{_datadir}/%{name}-demos.

%prep
%setup -q 
%patch -p0

%build
mkdir lib
mkdir bin
cd src/
make GLUT_LIB_LOCATION=%{_libdir} GLUT_INC_LOCATION=%{_includedir}/GL CFLAGS="%{optflags}" CC=g++

for i in 1 2 3 4 5; do mv bin/example$i bin/GLUI-example$i; done

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_includedir}/GL
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_datadir}/%{name}-demos
cp src/lib/*.a %{buildroot}%{_libdir}
cp src/include/GL/*.h %{buildroot}%{_includedir}/GL
cp src/bin/* %{buildroot}%{_bindir}
cp src/example/example*.cpp %{buildroot}%{_datadir}/%{name}-demos

%files -n %{libnamedev}
%doc src/doc/*
%{_includedir}/GL
%{_libdir}/*.a

%files -n %{name}-demos
%{_datadir}/%{name}-demos/example*.cpp
%{_bindir}/example6
%{_bindir}/ppm2array
%{_bindir}/GLUI-example1
%{_bindir}/GLUI-example2
%{_bindir}/GLUI-example3
%{_bindir}/GLUI-example4
%{_bindir}/GLUI-example5


%changelog

* Mon Jun 01 2015 abfonly <abfonly@gmail.com> 2.36-5
- (8ae081d) Fixed devel provides, bump rel, droped empty debug.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10270 |14cu|gluon-0.71.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define git  5493f448
%define major 0

Summary:	A cross-platform free and open source 2D game engine from KDE
Name:		gluon
Version:	0.71.0
Release:	5
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://gluon.tuxfamily.org/
Source0:	http://gitorious.net/gluon/%{name}-%{version}.tar.bz2
Patch0:		gluon-0.71.0-gcc-4.7.patch
Patch1:		gluon-0.71.0-cmake3.patch
Patch2:		gluon-0.71.0-soname.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(alure)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)

%description
Gluon is a cross-platform free and open source 2D game engine from KDE. 
It aims to make life easier for game developers by providing a simple 
but powerful API to handle 2D objects, sounds and inputs.

%files
%{_kde_bindir}/gluon*
%{_kde_datadir}/applications/gluon_kdeextplayer.desktop
%{_kde_datadir}/applications/gluon_kdeplayer.desktop
%{_kde_datadir}/applications/gluon_qmlplayer.desktop
%{_kde_datadir}/applications/gluon_qtplayer.desktop
%{_kde_applicationsdir}/gluon-creator.desktop
%{_kde_appsdir}/gluon_kdeextplayer/
%{_kde_appsdir}/gluoncreator/
%{_kde_appsdir}/gluoneditorpart/
%{_kde_appsdir}/gluonviewerpart/
%{_kde_datadir}/config.kcfg/gluoncreatorsettings.kcfg
%{_kde_datadir}/gluon/
%{_kde_datadir}/mime/packages/x-gluon-mimetypes.xml
%{_kde_services}/*.desktop
%{_kde_servicetypes}/gluoncreator_plugin.desktop
%{_kde_iconsdir}/hicolor/*
%{_kde_libdir}/gluon/
%{_kde_libdir}/kde4/*.so

#----------------------------------------------------------------------------

%define libgluonaudio %mklibname gluonaudio %{major}

%package -n %{libgluonaudio}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libgluonaudio}
%{name} library.

%files -n %{libgluonaudio}
%{_kde_libdir}/libGluonAudio.so.%{major}*

#----------------------------------------------------------------------------

%define libgluoncore %mklibname gluoncore %{major}

%package -n %{libgluoncore}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libgluoncore}
%{name} library.

%files -n %{libgluoncore}
%{_kde_libdir}/libGluonCore.so.%{major}*

#----------------------------------------------------------------------------

%define libgluoncreator %mklibname gluoncreator %{major}

%package -n %{libgluoncreator}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libgluoncreator}
%{name} library.

%files -n %{libgluoncreator}
%{_kde_libdir}/libGluonCreator.so.%{major}*

#----------------------------------------------------------------------------

%define libgluonengine %mklibname gluonengine %{major}

%package -n %{libgluonengine}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libgluonengine}
%{name} library.

%files -n %{libgluonengine}
%{_kde_libdir}/libGluonEngine.so.%{major}*

#----------------------------------------------------------------------------

%define libgluoninput %mklibname gluoninput %{major}

%package -n %{libgluoninput}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libgluoninput}
%{name} library.

%files -n %{libgluoninput}
%{_kde_libdir}/libGluonInput.so.%{major}*

#----------------------------------------------------------------------------

%define libgluongraphics %mklibname gluongraphics %{major}

%package -n %{libgluongraphics}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libgluongraphics}
%{name} library.

%files -n %{libgluongraphics}
%{_kde_libdir}/libGluonGraphics.so.%{major}*

#----------------------------------------------------------------------------

%define libgluonplayer %mklibname gluonplayer %{major}

%package -n %{libgluonplayer}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libgluonplayer}
%{name} library.

%files -n %{libgluonplayer}
%{_kde_libdir}/libGluonPlayer.so.%{major}*

#----------------------------------------------------------------------------

%package devel
Summary:	Headers files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libgluonaudio} = %{EVRD}
Requires:	%{libgluoncore} = %{EVRD}
Requires:	%{libgluoncreator} = %{EVRD}
Requires:	%{libgluonengine} = %{EVRD}
Requires:	%{libgluoninput} = %{EVRD}
Requires:	%{libgluongraphics} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description devel
Headers files needed to build %{name}.

%files devel
%{_kde_datadir}/cmake/Modules/*
%{_kde_includedir}/gluon/
%{_kde_libdir}/libGluon*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.71.0-5
- (66f7f54) Adjust soname for shared libraries



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10271 |14cu|glusterfs-3.5.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname glusterfs %{major}
%define devname %mklibname -d glusterfs

%define libnameapi %mklibname api %{major}
%define develnameapi %mklibname -d api

# (cg) Temporary hack to make it build
%define _disable_ld_no_undefined 1

Summary:	GlusterFS network/cluster filesystem
Name:		glusterfs
Version:	3.5.2
Release:	8
License:	GPLv3+
Group:		Networking/Other
URL: 		http://www.gluster.org/docs/index.php/GlusterFS
Source0:	http://download.gluster.org/pub/gluster/glusterfs/3.4/%{version}/%{name}-%{version}.tar.gz
Source1:	glusterfsd.service
Source2:	glusterfsd.sysconfig
Source3:	glusterfsd.logrotate
Source4:	glusterfs.logrotate
Patch0:		multifrag.diff
BuildRequires:	autoconf
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gcc
BuildRequires:	make
BuildRequires:	libibverbs-devel
BuildRequires:  pkgconfig(fuse)
BuildRequires:  pkgconfig(libtirpc)
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6.19
BuildRequires:	readline-devel
BuildRequires:	libtool
BuildRequires:	openssl-devel
BuildRequires:	python-devel
Requires(pre):    rpm-helper
Requires(post):   rpm-helper
Requires(post):   systemd
Requires(preun):  rpm-helper
Requires(postun): rpm-helper

Obsoletes:        %{name}-common < %{version}-%{release}
Obsoletes:        %{name}-core < %{version}-%{release}
Obsoletes:        %{name}-ufo
Provides:         %{name}-common = %{version}-%{release}
Provides:         %{name}-core = %{version}-%{release}

# We do not want to generate useless provides and requires for xlator .so files
# Filter all generated:
#
%global __provides_exclude_from ^%{_libdir}/glusterfs/%{version}/.*$

%description
GlusterFS is a clustered file-system capable of scaling to several
petabytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file systems in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in user space and easily manageable.

This package includes the glusterfs binary, the glusterfsd daemon and the
gluster command line, libglusterfs and glusterfs translator modules common to
both GlusterFS server and client framework.

%files
%doc ChangeLog COPYING-GPLV2 COPYING-LGPLV3 INSTALL README THANKS
%config(noreplace) %{_sysconfdir}/sysconfig/glusterfsd
%{_libdir}/glusterfs
%{_sbindir}/glusterfs*
%{_mandir}/man8/*gluster*.8*
%exclude %{_mandir}/man8/gluster.8*
%exclude %{_mandir}/man8/mount.glusterfs.8*
%dir %{_localstatedir}/log/glusterfs

## This doesn't make sense but Fedora added it in 2013
## /var/run/gluster - sync with gluster.org git
#%dir %{_localstatedir}/run/gluster
%dir %{_sharedstatedir}/glusterd
# server-side, etc., xlators in other RPMs
%exclude %{_libdir}/glusterfs/%{version}/xlator/mount/api.so
%exclude %{_libdir}/glusterfs/%{version}/xlator/mount/fuse.so
# % exclude %{_libdir}/glusterfs/%{version}/xlator/storage*
# % exclude %{_libdir}/glusterfs/%{version}/xlator/features/posix*
# % exclude %{_libdir}/glusterfs/%{version}/xlator/protocol/server*
# % exclude %{_libdir}/glusterfs/%{version}/xlator/mgmt*
# % exclude %{_libdir}/glusterfs/%{version}/xlator/nfs*
# Glupy files are in the -extra-xlators package
%exclude %{_libdir}/glusterfs/%{version}/xlator/features/glupy.so
%{_datadir}/glusterfs/scripts/post-upgrade-script-for-quota.sh
%{_datadir}/glusterfs/scripts/pre-upgrade-script-for-quota.sh
%exclude %{_libexecdir}/glusterfs/gsyncd
%exclude %{_libexecdir}/glusterfs/python/syncdaemon/*
%exclude %{_libexecdir}/glusterfs/gverify.sh
%exclude %{_libexecdir}/glusterfs/peer_add_secret_pub
%exclude %{_libexecdir}/glusterfs/peer_gsec_create


#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	GlusterFS network/cluster filesystem library
Group:		System/Libraries
Provides: 	glusterfs-libs, libglusterfs

%description -n	%{libname}
GlusterFS is a clustered file-system capable of scaling to several
peta-bytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.

Please visit http://www.gluster.org/docs/index.php/GlusterFS for more info.

This package includes the libglusterfs and glusterfs translator modules common
to both GlusterFS server and client framework.

%files -n %{libname}
# %doc README AUTHORS NEWS
%{_libdir}/*.so.%{major}*

%exclude %{_libexecdir}/glusterfs/gsyncd
%exclude %{_libexecdir}/glusterfs/python/syncdaemon/*
%exclude %{_libexecdir}/glusterfs/gverify.sh
%exclude %{_libexecdir}/glusterfs/peer_add_secret_pub
%exclude %{_libexecdir}/glusterfs/peer_gsec_create
%exclude %{_libdir}/glusterfs/%{version}/xlator/mount/api*
%exclude %{_libdir}/libgfapi*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Static library and header files for the GlusterFS library
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}

%description -n	%{devname}
GlusterFS is a clustered file-system capable of scaling to several
peta-bytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.

This package provides the development libraries and include files.

%files -n %{devname}
%{_includedir}/glusterfs
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%exclude %{_includedir}/glusterfs/api/*
%exclude %{_libdir}/pkgconfig/glusterfs-api.pc
%exclude %{_libdir}/pkgconfig/libgfchangelog.pc
%exclude %{_libdir}/libgfapi.so

#----------------------------------------------------------------------------

%package   -n     %{develnameapi}
Summary:          Development/C
Group:            System/Libraries
Requires:         %{libnameapi} = %{version}-%{release}
Requires:         %{name} = %{version}-%{release}
Requires:         %{name}-devel = %{version}-%{release}

%description -n     %{develnameapi}
GlusterFS is a clustered file-system capable of scaling to several
petabytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file systems in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in user space and easily manageable.

This package provides the api include files.

%files -n %{develnameapi}
%{_libdir}/pkgconfig/glusterfs-api.pc
%{_libdir}/pkgconfig/libgfchangelog.pc
%{_libdir}/libgfapi.so
%{_includedir}/glusterfs/api/*

#----------------------------------------------------------------------------

%package          regression-tests
Summary:          Development Tools
Group:            File tools
Requires:         %{name} = %{version}-%{release}
Requires:         %{name}-fuse = %{version}-%{release}
Requires:         %{name}-server = %{version}-%{release}
Requires:         perl(App::Prove) perl(Test::Harness) gcc util-linux-ng lvm2
Requires:         python attr dbench git nfs-utils xfsprogs

%description      regression-tests
The Gluster Test Framework, is a suite of scripts used for
regression testing of Gluster.

%files regression-tests
%{_prefix}/share/glusterfs/*
%exclude %{_datadir}/glusterfs/scripts/get-gfid.sh
%exclude %{_datadir}/glusterfs/scripts/slave-upgrade.sh
%exclude %{_datadir}/glusterfs/scripts/gsync-upgrade.sh
%exclude %{_datadir}/glusterfs/scripts/generate-gfid-file.sh
%exclude %{_datadir}/glusterfs/scripts/gsync-sync-gfid
%exclude %{_datadir}/glusterfs/scripts/post-upgrade-script-for-quota.sh
%exclude %{_datadir}/glusterfs/scripts/pre-upgrade-script-for-quota.sh

#----------------------------------------------------------------------------

%package cli
Summary:          GlusterFS CLI
Group:            File tools
Requires:         %{name}-libs = %{version}-%{release}

%description cli
GlusterFS is a clustered file-system capable of scaling to several
petabytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file systems in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in user space and easily manageable.

This package provides the GlusterFS CLI application and its man page

%files cli
%{_sbindir}/gluster
%{_mandir}/man8/gluster.8*

#----------------------------------------------------------------------------

%package rdma
Summary:          GlusterFS rdma support for ib-verbs
Group:            System/Libraries
BuildRequires:    libibverbs-devel
BuildRequires:    librdmacm-devel
Requires:         %{name} = %{version}-%{release}

%description rdma
GlusterFS is a clustered file-system capable of scaling to several
petabytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file systems in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in user space and easily manageable.

This package provides support to ib-verbs library.

#----------------------------------------------------------------------------

%package	client
Summary:	GlusterFS client
Group:		Networking/Other
Requires:	%{name}-common = %{version}
Requires(post): rpm-helper

%description	client
GlusterFS is a clustered file-system capable of scaling to several
peta-bytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.

This package is the client needed to mount a GlusterFS fs.

%files client
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/glusterfs
%{_sbindir}/mount.glusterfs
%{_bindir}/fusermount-glusterfs
%attr(0644,root,root) %ghost %config(noreplace) %{_logdir}/glusterfs/glusterfs.log
%{_mandir}/man8/mount.glusterfs.8*

%post client
%create_ghostfile %{_logdir}/glusterfs/glusterfs.log root root 0644

#----------------------------------------------------------------------------

%package fuse
Summary:          Fuse client
Group:            Networking/Other
BuildRequires:    fuse-devel

Requires:         %{name} = %{version}-%{release}

Obsoletes:        %{name}-client < %{version}-%{release}
Provides:         %{name}-client = %{version}-%{release}

%description fuse
GlusterFS is a clustered file-system capable of scaling to several
petabytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file systems in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in user space and easily manageable.

This package provides support to FUSE based clients.

%files 	fuse
%{_libdir}/glusterfs/%{version}/xlator/mount/fuse*

#----------------------------------------------------------------------------

%package	server
Summary:	GlusterFS server
Group:		Networking/Other
Requires:	%{name}-common = %{version}
Requires:	%{name}-client = %{version}
Requires(post): systemd
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(post): sed

%description	server
GlusterFS is a clustered file-system capable of scaling to several
peta-bytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.

This package is the server.

%files server
%doc extras/clear_xattrs.sh
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/glusterfsd
%attr(0644,root,root) %ghost %config(noreplace) %{_logdir}/glusterfs/glusterfsd.log
%config(noreplace) %{_sysconfdir}/sysconfig/glusterd
%config(noreplace) %{_sysconfdir}/glusterfs
# binaries
%{_sbindir}/glusterd
%{_sbindir}/glfsheal
%{_unitdir}/%{name}d.service
%{_prefix}/lib/ocf/resource.d/glusterfs
%ghost %attr(0644,-,-) %config(noreplace) %{_sharedstatedir}/glusterd/glusterd.info
%ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/options
# This is really ugly, but I have no idea how to mark these directories in
# any other way. They should belong to the glusterfs-server package, but
# don't exist after installation. They are generated on the first start...
%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks
%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/glustershd
%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/vols
%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/peers
%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/groups
%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/nfs

%post server
%create_ghostfile %{_logdir}/glusterfs/glusterfsd.log root root 0644
%_post_service %{name}d
if [ -e /etc/glusterfs/glusterfs-server.vol ]; then 
echo "Updating /etc/sysconfig/glusterfsd to point to old /etc/glusterfs/glusterfs-server.vol file"
sed -i 's|GLUSTERFSD_CONFIG_FILE="/etc/glusterfs/glusterfsd.vol"|GLUSTERFSD_CONFIG_FILE="/etc/glusterfs/glusterfs-server.vol"|g' /etc/sysconfig/glusterfsd
#   mv -n /etc/glusterfs/glusterfs-server.vol /etc/glusterfs/glusterfsd.vol
fi

%preun server
%_preun_service glusterfsd


#----------------------------------------------------------------------------

%package api
Summary:          Clustered file-system api library
Group:            System/Servers
Requires:         %{name} = %{version}-%{release}
Requires:         %{libnameapi} = %{version}-%{release}
# we provide the Python package/namespace 'gluster'
Provides:         python-gluster = %{version}-%{release}

%description api
GlusterFS is a clustered file-system capable of scaling to several
petabytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file systems in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in user space and easily manageable.

This package provides the glusterfs libgfapi library.

%files api
%exclude %{_libdir}/*.so
# Shared Python-GlusterFS files
%{py_puresitedir}/gluster/__init__.*
# libgfapi files
%{_libdir}/glusterfs/%{version}/xlator/mount/api*
%{py_puresitedir}/gluster/gfapi.*
%{py_puresitedir}/glusterfs_api*.egg-info

#----------------------------------------------------------------------------

%package   -n     %{libnameapi}
Summary:          Development/C
Group:            System/Libraries
Requires:         %{name} = %{version}-%{release}

%description -n     %{libnameapi}
GlusterFS is a clustered file-system capable of scaling to several
petabytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file systems in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in user space and easily manageable.

This package provides the api shared library.

%files -n %{libnameapi}
%{_libdir}/libgfapi.so.%{major}*

#----------------------------------------------------------------------------

%package          extra-xlators
Summary:          Extra Gluster filesystem Translators
Group:            File tools
# We need -api rpm for its __init__.py in Python site-packages area
Requires:         %{name}-api = %{version}-%{release}
Requires:         python python-ctypes

%description extra-xlators
GlusterFS is a clustered file-system capable of scaling to several
petabytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file systems in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in user space and easily manageable.

This package provides extra filesystem Translators, such as Glupy,
for GlusterFS.

%files extra-xlators
# Glupy C shared library
%{_libdir}/glusterfs/%{version}/xlator/features/glupy.so
# Glupy Python files
%{py_puresitedir}/gluster/glupy.*
%{py_puresitedir}/glusterfs_glupy*.egg-info

#----------------------------------------------------------------------------

%package geo-replication
Summary:	GlusterFS Geo-replication
Group:		Networking/Other
Requires:	%{name}-common = %{version}
Requires:	%{name}-client = %{version}

%description geo-replication
GlusterFS is a clustered file-system capable of scaling to several
peta-bytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility.  It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.

This package provides support to geo-replication.

%files geo-replication
%config(noreplace) %{_sysconfdir}/logrotate.d/glusterfs-georep
%{_libexecdir}/glusterfs/gsyncd
%{_libexecdir}/glusterfs/python/syncdaemon/*
%{_libexecdir}/glusterfs/gverify.sh
%{_libexecdir}/glusterfs/peer_add_secret_pub
%{_libexecdir}/glusterfs/peer_gsec_create
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/geo-replication
%dir %{_sharedstatedir}/glusterd/hooks
%dir %{_sharedstatedir}/glusterd/hooks/1
%dir %{_sharedstatedir}/glusterd/hooks/1/gsync-create
%dir %{_sharedstatedir}/glusterd/hooks/1/gsync-create/post
#####%{_sharedstatedir}/glusterd/hooks/1/gsync-create/post/S56glusterd-geo-rep-create-post.sh
%{_datadir}/glusterfs/scripts/get-gfid.sh
%{_datadir}/glusterfs/scripts/slave-upgrade.sh
%{_datadir}/glusterfs/scripts/gsync-upgrade.sh
%{_datadir}/glusterfs/scripts/generate-gfid-file.sh
%{_datadir}/glusterfs/scripts/gsync-sync-gfid
%ghost %attr(0644,-,-) %{_sharedstatedir}/glusterd/geo-replication/gsyncd_template.conf

%post geo-replication
#restart glusterd.
if [ $1 -ge 1 ]; then
   systemctl try-restart %1.service 
fi

#----------------------------------------------------------------------------

%prep
%setup -q %{name}-%{version}
%patch0 -p1
cp %{SOURCE2} glusterfsd.sysconfig
cp %{SOURCE3} glusterfsd.logrotate
cp %{SOURCE4} glusterfs.logrotate

%build
%serverbuild
%configure2_5x --disable-static \
               --disable-syslog 

# Remove rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

make LIBS="-ltirpc -ldl -lcrypto -pthread"

# Build Glupy
pushd xlators/features/glupy/src
FLAGS="%{optflags}" python setup.py build
popd

# Build the Python libgfapi examples
pushd api/examples
FLAGS="%{optflags}" python setup.py build
popd


%install
%makeinstall_std
# This is a config option but seems not working 
mv %{buildroot}/sbin/* %{buildroot}%{_sbindir}
# install the Glupy Python library in /usr/lib/python*/site-packages
pushd xlators/features/glupy/src
python setup.py install --skip-build --verbose --root %{buildroot}
popd
# install the gfapi Python library in /usr/lib/python*/site-packages
pushd api/examples
python setup.py install --skip-build --verbose --root %{buildroot}
popd
# Install include directory
mkdir -p %{buildroot}%{_includedir}/glusterfs
install -p -m 0644 libglusterfs/src/*.h \
    %{buildroot}%{_includedir}/glusterfs/
install -p -m 0644 contrib/uuid/*.h \
    %{buildroot}%{_includedir}/glusterfs/
# Following needed by hekafs multi-tenant translator
mkdir -p %{buildroot}%{_includedir}/glusterfs/rpc
install -p -m 0644 rpc/rpc-lib/src/*.h \
    %{buildroot}%{_includedir}/glusterfs/rpc/
install -p -m 0644 rpc/xdr/src/*.h \
    %{buildroot}%{_includedir}/glusterfs/rpc/
mkdir -p %{buildroot}%{_includedir}/glusterfs/server
install -p -m 0644 xlators/protocol/server/src/*.h \
    %{buildroot}%{_includedir}/glusterfs/server/
install -D -p -m 0644 extras/glusterd-sysconfig \
    %{buildroot}%{_sysconfdir}/sysconfig/glusterd
    

# Remove unwanted files from all the shared libraries
find %{buildroot} -name '*.la' | xargs rm -f
find %{buildroot} -name '*.a' | xargs rm -f

# Remove installed docs, the ones we want are included by %%doc, in
# /usr/share/doc/glusterfs or /usr/share/doc/glusterfs-x.y.z depending
# on the distribution
rm -rf %{buildroot}%{_pkgdocdir}/*

head -50 ChangeLog > ChangeLog.head && mv ChangeLog.head ChangeLog
cat << EOM >> ChangeLog

More commit messages for this ChangeLog can be found at
https://forge.gluster.org/glusterfs-core/glusterfs/commits/v%{version}
EOM

# Remove benchmarking and other unpackaged files
rm -rf %{buildroot}%{_defaultdocdir}/%{name}/benchmarking
rm -f %{buildroot}%{_defaultdocdir}/%{name}/glusterfs-mode.el
rm -f %{buildroot}%{_defaultdocdir}/%{name}/glusterfs.vim


# Create working directory
mkdir -p %{buildroot}%{_sharedstatedir}/glusterd

# Update configuration file to /var/lib working directory
sed -i 's|option working-directory /etc/glusterd|option working-directory %{_sharedstatedir}/glusterd|g' \
    %{buildroot}%{_sysconfdir}/glusterfs/glusterd.vol

install -D -p -m 0644 extras/glusterfs-logrotate \
    %{buildroot}%{_sysconfdir}/logrotate.d/glusterfs

# geo-rep ghosts
mkdir -p %{buildroot}%{_sharedstatedir}/glusterd/geo-replication
touch %{buildroot}%{_sharedstatedir}/glusterd/geo-replication/gsyncd_template.conf
install -D -p -m 0644 extras/glusterfs-georep-logrotate \
    %{buildroot}%{_sysconfdir}/logrotate.d/glusterfs-georep


install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}d.service
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/logrotate.d

### we use journal, let's remove outdated rsyslog files
rm -f %{buildroot}extras/gluster-rsyslog-7.2.conf 
rm -f %{buildroot}extras/gluster-rsyslog-7.2.conf 

### remove source provided glusterd.service, we have our own
rm -f %{buildroot}%{_unitdir}/glusterd.service


install -m0644 glusterfsd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/glusterfsd
install -m0644 glusterfsd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/glusterfsd
install -m0644 glusterfs.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/glusterfs


# the rest of the ghosts
touch %{buildroot}%{_sharedstatedir}/glusterd/glusterd.info
touch %{buildroot}%{_sharedstatedir}/glusterd/options

mkdir -p %{buildroot}%{_sharedstatedir}/glusterd/hooks/1/gsync-create/post
mkdir -p %{buildroot}%{_sharedstatedir}/glusterd/hooks/1/gsync-create/pre


touch %{buildroot}/%{_logdir}/glusterfs/glusterfs.log
touch %{buildroot}/%{_logdir}/glusterfs/glusterfsd.log

find ./tests ./run-tests.sh -type f | cpio -pd %{buildroot}%{_prefix}/share/glusterfs

rm -f %{buildroot}%{_prefix}/share/glusterfs/tests/basic/rpm.t
rm -rf %{buildroot}/etc/init.d

# sample xlators not generally used or usable
rm -rf %{buildroot}%{_libdir}/glusterfs/%{version}/xlator/encryption/rot-13*
rm -rf %{buildroot}%{_libdir}/glusterfs/%{version}/xlator/features/mac-compat*
rm -rf %{buildroot}%{_libdir}/glusterfs/%{version}/xlator/testing/performance/symlink-cache*
rm -rf %{buildroot}%{_libdir}/glusterfs/%{version}/rpc-transport/rdma*

mkdir -m0755 %{buildroot}%{_sharedstatedir}/glusterd/glustershd
mkdir -m0755 %{buildroot}%{_sharedstatedir}/glusterd/vols
mkdir -m0755 %{buildroot}%{_sharedstatedir}/glusterd/peers
mkdir -m0755 %{buildroot}%{_sharedstatedir}/glusterd/groups
mkdir -m0755 %{buildroot}%{_sharedstatedir}/glusterd/nfs

%changelog

* Wed Sep 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.5.2-8
- (8c0ba8a) Fix devel provide



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10272 |14cu|gmaptool-0.8.220-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# We only have a statically linked binary wo sources
%define debug_package %{nil}

Name:		gmaptool
Version:	0.8.220
Release:	1
Summary:	Program for splitting and merging maps in Garmin format
Group:		Communications
License:	Creative Commons Attribution-ShareAlike
URL:		http://www.gmaptool.eu/en/content/linux-version
# Only statically linked binary is available from site
Source0:	http://www.gmaptool.eu/sites/default/files/lgmt08220.zip

%description
Main functions of GMapTool:

* Merging maps in img format.
* Splitting files in img format into mapset, maps, subfiles of maps.
* Installation of mapset for use with programs Mapsource, BaseCamp, HomePort.
* Editing of map properties - map type, priority, transparency, name, creations
  date.
* Map modifications - changing of labels case, removing national characters,
  replacing TYP files.
* Map corrections - changing of map and mapset ID.

%prep
%setup -qc
chmod 644 *txt

%build

%install
install -Dp -m755 gmt %{buildroot}%{_bindir}/gmt

%files
%doc *txt
%{_bindir}/*


%changelog

* Sat Apr 09 2016 Denis Silakov <dsilakov@gmail.com> 0.8.220-1
- (474a7cd) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10273 |14cu|gmediafinder-1.5.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Obtaining source
#  git clone git://github.com/smolleyes/gmediafinder2.git
# rm -rf gmediafinder2/debian && rm -rf gmediafinder2/win32
# tar cjf gmediafinder-{_version}.tar.bz2 gmediafinder2/ && rm -rf gmediafinder2
%define debug_package	%{nil}
Name:			gmediafinder
Version:		1.5.1
Release:		7
Summary:		Stream and/or download and/or convert files
License:		GPLv2
Group:			Video
URL:			http://gnomefiles.org/content/show.php/Gmediafinder?content=138588&PHPSESSID=9c909890a42ce1ac7a555efab2b34b83
Source0:		%{name}-%{version}.zip
Source1:		README.urpmi
Source100:		%{name}.rpmlintrc
Patch0:                 gmediafinder2-master-l10n.patch
BuildRequires:		hicolor-icon-theme 
BuildRequires:		python-mechanize 
BuildRequires:		python-setuptools 
BuildRequires:		python-distutils-extra 
BuildRequires:		intltool
BuildRequires:		python-gdata
BuildRequires:		python-configobj
BuildRequires:		gettext
BuildRequires:		desktop-file-utils
BuildRequires:		txt2man


# GUI and browser
Requires:       pythonegg(html5lib)
Requires:       pythonegg(python-xlib)
Requires:       python-mechanize 
Requires:       python-webkitgtk
Requires:       python-gdata
Requires:       pygtk2.0
Requires:       python-configobj
Requires:       python-lxml
Requires:       pygtk2.0-libglade
Requires:       python-six


# decoding
Requires:       gstreamer0.10-tools
Requires:       gstreamer0.10-python 
Requires:       gstreamer0.10-ffmpeg 
Requires:       gstreamer0.10-plugins-good 
Requires:       gstreamer0.10-libvisual 
Requires:       gstreamer0.10-plugins-base

# audio extract 
Requires:       ffmpeg 
Requires:       %{_lib}avutil50

# just keep it for later run upcoming features!
Requires:       libvisual-plugins 

# menu integration
Requires:       gnome-icon-theme-legacy
Requires:       hicolor-icon-theme

BuildArch:		noarch


%description
Gmediafinder is a software to search stream an/or download files 
form you-tube without flash,
Google and some mp3 search-engines (you know the rules...)
its support full-screen mode, visualization and use the gstreamer engine
for you-tube you can select your preferred, resolution and give priority to 
mp4 format for video seeking! (and lower CPU usage than flv...).


%prep
%setup -q -n %{name}2-master
%patch0 -p1
chmod 644 CHANGELOG gpl-2.0.txt VERSION README
perl -pi -e "s|1.5|1.5.1|"  GmediaFinder/lib/config.py

%build
python setup.py build 

%install
python setup.py install --root=%{buildroot}
cp -R data/img/throbber.png %{buildroot}%{_datadir}/%{name}/
# fix attr
chmod 644 %{buildroot}%{_datadir}/applications/%{name}.desktop
chmod 644 %{buildroot}%{_datadir}/%{name}/*.png
chmod 644 %{buildroot}%{_datadir}/%{name}/*/*
chmod +x %{buildroot}%{_datadir}/pyshared/GmediaFinder/lib/engines/__init__.py
chmod +x %{buildroot}%{_datadir}/pyshared/GmediaFinder/lib/__init__.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/Translation.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/__init__.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/engines/__init__.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/downloads/__init__.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/__init__.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/player/__init__.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/engines/main.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/get_stream.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/gmediafinder.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/pykey.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/checklinks.py
chmod +x %{buildroot}%{py_sitedir}/GmediaFinder/lib/engines/Youtube/__init__.py
chmod +x %{buildroot}%{_datadir}/gmediafinder/scripts/get_stream.py 
chmod +x %{buildroot}%{_datadir}/pyshared/GmediaFinder/__init__.py


desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

install -m644 %{SOURCE1} README.urpmi


%find_lang %{name} 


# wont harm kde and a must in gtk.
%post
gtk-update-icon-cache -f -t /usr/share/icons/hicolor

%files -f %{name}.lang

%doc CHANGELOG gpl-2.0.txt VERSION README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{py_sitedir}/*/*
%{_datadir}/%{name}/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pyshared/GmediaFinder/*





%changelog

* Thu Oct 15 2015 Victor Ryzhikh <victorr2007@yandex.ru> 1.5.1-7
- (cc65153) Fixed startup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10274 |14cu|gmerlin-1.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define libgtk %mklibname %{name}_gtk %{major}
%define devname %mklibname -d %{name}

Summary:	A multimedia architecture for linux
Name:		gmerlin
Version:	1.2.0
Release:	6
License:	GPLv3+
Group:		Video
Url:		http://gmerlin.sourceforge.net/
Source0:	http://downloads.sourceforge.net/gmerlin/%{name}-%{version}.tar.gz
Patch0:		gmerlin-1.0.0-link.patch
Patch1:		gmerlin-1.2.0-icons.patch
Patch2:		gmerlin-1.2.0-desktop.patch
Patch3:		gmerlin-1.2.0-texinfo.patch
BuildRequires:	doxygen
BuildRequires:	texinfo
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gavl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libquicktime)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(libvisual-0.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xv)
Suggests:	libquicktime-dv
Suggests:	libquicktime-faac
Suggests:	libquicktime-faad
Suggests:	libquicktime-lame
Suggests:	libquicktime-x264


%description
The gmerlin application framework consists of a toolkit indepentent
gmerlin library, which contains the player core, the transcoder core
and other utilities. It can be used to build custom multimedia
applications.

%files -f %{name}.lang
%doc %{_datadir}/doc/%{name}
%{_bindir}/*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/plugins
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/*/*/*/*
%{_mandir}/man1/*
%{_infodir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgtk}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}gmerlin0 < 1.2.0

%description -n %{libgtk}
This package contains shared library for %{name}.

%files -n %{libgtk}
%{_libdir}/lib%{name}_gtk.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libgtk} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
autoreconf -fi
%configure2_5x --disable-rpath
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Wed Mar 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-6
+ Revision: 556bfce
- Suggest libquicktime plugins



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10275 |14cu|gmerlin-encoders-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

Summary:	A multimedia encoding library
Name:		gmerlin-encoders
Version:	1.2.0
Release:	2%{?extrarelsuffix}
License:	LGPLv2+
Group:		Video
Url:		http://gmerlin.sourceforge.net/
Source0:	http://downloads.sourceforge.net/gmerlin/%{name}-%{version}.tar.gz
Patch0:		gmerlin-encoders-1.2.0-ffmpeg2.patch
BuildRequires:	gmerlin
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gavl)
BuildRequires:	pkgconfig(gmerlin)
BuildRequires:	pkgconfig(mjpegtools)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
%if %{build_plf}
BuildRequires:	libfaac-devel
BuildRequires:	lame-devel
%endif

%description
This package contains some encoder plugins for gmerlin.
If you install it, gmerlin-transcoder will be able to
encode more file formats.

%files -f %{name}.lang
%{_libdir}/gmerlin/plugins/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-2
+ Revision: ca51ee6
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10276 |14cu|gmic-1.6.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A script language (G'MIC) dedicated to image processing
Name:		gmic
Version:	1.6.5.1
Release:	1
# CeCILL version 2.0
License:	CeCILL
Group:		Graphics
Url:		http://gmic.sourceforge.net
Source0:	http://gmic.eu/files/source/%{name}_%{version}.tar.gz
Patch0:		gmic-1.6.5.1-no-strip.patch
BuildRequires:	gomp-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gimp-2.0)
BuildRequires:	pkgconfig(GraphicsMagick)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(zlib)

%description
G'MIC defines a complete image processing framework, and thus 
can manage generic image data as other image-related tools. 
Anyway, the specific features described below make it a bit particular:
* It internally works with lists of images. 
  Image manipulations and interactions can be done either grouped or focused
  on specific items.
* It can process a wide variety of image types, including multi-spectral
  (arbitray number of channels) and 3d volumetric images, as well as image
  sequences, or 3d vector objects. Images with different pixel types are
  supported, allowing to process flawlessly images with 8bits or 16bits
  integers per channel, as well as float-valued datasets.
* It provides small but efficient visualization modules dedicated to the
  exploration/viewing of 2d/3d multi-spectral images, 3d vector objects
  (elevation map, isocurves, isosurfaces,...), or 1d graph plots.
* It proposes commands to handle custom interactive windows where events can
  be managed easily by the user.
* It is highly extensible through the importation of custom command files
  which add new commands that become understood by the language interpreter.
* Most of the functionalities can be used inside GIMP via the provided plug-in
  allowing end-users to integrate any G'MIC-based pipeline directly in a nice
  GUI, without coding efforts.
* It is based on the latest development versions of the CImg Library, a well
  established C++ template image processing toolkit, developed by the same
  team of developers.

%files
%doc COPYING README
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_mandir}/fr/man1/%{name}.1.*

#------------------------------------------------------

%package -n zart
Summary:	GUI for G'MIC real-time manipulations on the output of a webcam
Group:		Graphics
Requires:	%{name} = %{EVRD}
Provides:	%{name}-zart = %{EVRD}
Conflicts:	%{name} < 1.5.1.5-1

%description -n zart
ZArt is a computer program whose purpose is to demonstrate the possibilities
of the G'MIC image processing language by offering the choice of several
manipulations on a video stream acquired from a webcam.

%files -n zart
%doc zart/Licence_CeCILL_V2-en.html
%{_bindir}/zart
%{_datadir}/zart/presets.xml

#------------------------------------------------------

%package -n gimp-plugin-%{name}
Summary:	Plugin for gimp
Group:		Graphics
Requires:	gimp >= 2.6.0
Provides:	%{name}-gimp = %{EVRD}
Obsoletes:	%{name}-gimp < 1.5.1.5-1
Conflicts:	%{name} < 1.5.1.5-1

%description -n gimp-plugin-%{name}
G'MIC has been made available as an easy-to-use plug-in for GIMP. It extends
this retouching software capabilities by offering a large number of
pre-defined image filters and effects. Of course, the plug-in is highly
customizable and it is possible to add your own custom G'MIC-written filters
in it.

%files -n gimp-plugin-%{name}
%doc COPYING README
%{_libdir}/gimp/2.0/plug-ins/%{name}_gimp

#------------------------------------------------------

%package -n %{libname}
Summary:	Library for gmic
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 1.5.1.5-1

%description -n %{libname}
This package contains the library needed to run programs dynamically linked
with gmic.

%files -n %{libname}
%doc COPYING README
%{_libdir}/lib%{name}.so.*

#------------------------------------------------------

%package -n %{devname}
Summary:	Header file for gmic
Group:		Development/C++
Requires:	%{name} = %{EVRD}
Obsoletes:	%{name}-gimp-devel < 1.5.1.5-1
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 1.5.1.5-1

%description -n %{devname}
This package contains the development file for gmic.

%files -n %{devname}
%doc COPYING README
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so

#------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags

pushd src
make cli
make gimp
make lib
make zart
popd

%install
pushd src
%makeinstall_std
%ifarch x86_64
    mv %{buildroot}%{_prefix}/lib/* %{buildroot}%{_libdir}/
%endif
popd

pushd zart
install -m755 zart %{buildroot}%{_bindir}/zart
mkdir -p %{buildroot}%{_datadir}/zart
cp -R presets.xml %{buildroot}%{_datadir}/zart/presets.xml
popd


%changelog

* Mon Aug 24 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.5.1-1
- (2722438) Add missing no-strip patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10277 |14cu|gmorgan-0.56-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	MIDI auto-accompaniment generator
Name:		gmorgan
Version:	0.56
Release:	4
License:	GPLv2+
Group:		Sound
URL:		http://gmorgan.sourceforge.net/
Source0:	%{name}_%{version}.tar.gz
Patch0:		gmorgan_0.56_libfltk.patch

BuildRequires:	fltk-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pixman-1)


%description
GMorgan is a modern MIDI organ with full auto-accompaniment. GMrgand uses
soundfonts and the ALSA sequencer for emulate a Rhythm Station.

%prep
%setup -qn %{name}_%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -fr %{buildroot}/%{_docdir}
chmod 644 AUTHORS ChangeLog README 

mkdir -p %{buildroot}/etc/modules-load.d
echo "snd_seq" > %{buildroot}/etc/modules-load.d/%{name}.conf

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=sound_section
Name=GMorgan
Comment=MIDI Auto-Accompaniment
Categories=Audio;
EOF

%post
modprobe snd_seq

%files 
%doc AUTHORS ChangeLog README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
/etc/modules-load.d/%{name}.conf

%changelog

* Tue Apr 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.56-4
- (ab1891c) Patch to build with updated fltk



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10278 |14cu|gmpc-avahi-11.8.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An avahi plugin for gmpc
Name:		gmpc-avahi
Version:	11.8.16
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl//gmpc-plugins-avahi
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	intltool
BuildRequires:	gettext
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(gmpc) >= 0.15.98
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.4
BuildRequires:	pkgconfig(libmpd) >= 0.15.98
BuildRequires:	pkgconfig(libxml-2.0)
Requires:	gmpc >= 0.15.98

%description
An avahi plugin for gmpc.

%files
%doc COPYING
%{_libdir}/gmpc/plugins/avahiplugin.so

#----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std


%changelog

* Sun Apr 12 2015 Giovanni Mariani <mc2374@mclink.it> 11.8.16-1
- (d63e6ce) Updated to release 11.8.16



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10279 |14cu|gmpc-libnotify-11.8.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A libnotify plugin for gmpc
Name:		gmpc-libnotify
Version:	11.8.16
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl/
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/%{name}-%{version}.tar.gz
#Patch0:	gmpc-libnotify-0.20.0-libnotify-0.7.patch
BuildRequires:	pkgconfig(libmpd) >= 0.14.99
BuildRequires:	pkgconfig(libnotify) >= 0.7.0
BuildRequires:	pkgconfig(gmpc) >= 0.15.4.102
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.8
BuildRequires:	pkgconfig(glib-2.0) >= 2.10
BuildRequires:	intltool >= 0.21
BuildRequires:	gettext
Requires:	gmpc >= 0.15.4.102

%description
A libnotify plugin for gmpc.

%files
%doc COPYING
%{_libdir}/gmpc/plugins/libnotifyplugin.so

#-----------------------------------------------------------------------------

%prep
%setup -q
#patch0 -p0


%build
%configure2_5x
%make


%install
%makeinstall_std

%changelog

* Sun Apr 12 2015 Giovanni Mariani <mc2374@mclink.it> 11.8.16-1
- (75a623b) Updated to release 11.8.16 and dropped P0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10280 |14cu|gmpc-mserver-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A microhttpd server plugin for gmpc
Name:		gmpc-mserver
Version:	0.20.0
Release:	4
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl/
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	intltool
BuildRequires:	pkgconfig(gmpc)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libmicrohttpd)
BuildRequires:	pkgconfig(libmpd)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(taglib)
Requires:	gmpc

%description
A microhttpd server plugin for gmpc.

%files
%{_libdir}/gmpc/plugins/gmpcmserverplugin.so
%{_datadir}/gmpc/plugins/gmpc-mserver/gmpc-mserver.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std


%changelog

* Wed Jul 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20.0-4
- (6bdeb0b) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10281 |14cu|gmpc-wikipedia-11.8.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A wikipedia plugin for gmpc
Name:		gmpc-wikipedia
Version:	11.8.16
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://www.sarine.nl/
Source0:	http://download.sarine.nl/Programs/gmpc/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libmpd) >= 0.14.99
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.4
BuildRequires:	pkgconfig(gmpc) >= 0.15.4.102
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	intltool >= 0.21
BuildRequires:	gettext
Requires:	gmpc

%description
A wikipedia plugin for gmpc.

%files
%doc COPYING
%{_libdir}/gmpc/plugins/wikiplugin.so
%{_datadir}/gmpc/plugins/wikipedia/wikipedia.png

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

%changelog

* Sun Apr 12 2015 Giovanni Mariani <mc2374@mclink.it> 11.8.16-1
- (70b28a7) Updated to release 11.8.16



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10282 |14cu|gmsh-2.13.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Automatic 3D finite element grid generator
Name:		gmsh
Version:	2.13.2
Release:	1
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://www.geuz.org/gmsh/
Source0:	http://www.geuz.org/gmsh/src/%{name}-%{version}-source.tgz
Patch0:		gmsh-2.4.2-format.patch
Patch1:		gmsh-2.5.0-png1.5.patch
Patch2:		gmsh-2.12.0-linkage.patch
BuildRequires:	cmake
BuildRequires:	gcc-gfortran
BuildRequires:	opencascade
BuildRequires:	texinfo
BuildRequires:	fltk-devel
BuildRequires:	gmp-devel
BuildRequires:	jpeg-devel
BuildRequires:	libatlas-devel
BuildRequires:	opencascade-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(blas)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)
# There's no more devel package
Obsoletes:	%{name}-devel < 2.8.4

%description
Gmsh is an automatic 3D finite element grid generator with a built-in CAD
engine and post-processor. Its design goal is to provide a simple meshing tool
for academic problems with parametric input and advanced visualization
capabilities.

Gmsh is built around four modules: geometry, mesh, solver and post-processing.
The specification of any input to these modules is done either interactively
using the graphical user interface or in ASCII text files using Gmsh's own
scripting language.

%files
%doc README.txt doc/{CREDITS.txt,VERSIONS.txt}
%{_bindir}/*
%{_mandir}/man1/*
%{_iconsdir}/%{name}.png
%exclude %{_docdir}/%{name}/demos
%exclude %{_docdir}/%{name}/tutorial

#----------------------------------------------------------------------------

%package demos
Summary:	Tutorial and demo files for Gmsh
Group:		Sciences/Mathematics
# known to have issues in mandriva build system
BuildArch:	noarch

%description demos
Gmsh is an automatic 3D finite element grid generator with a built-in CAD
engine and post-processor. Its design goal is to provide a simple meshing tool
for academic problems with parametric input and advanced visualization
capabilities.

Gmsh is built around four modules: geometry, mesh, solver and post-processing.
The specification of any input to these modules is done either interactively
using the graphical user interface or in ASCII text files using Gmsh's own
scripting language.

This package contains tutorial and demo files for Gmsh.

%files demos
%{_docdir}/%{name}/demos
%{_docdir}/%{name}/tutorial

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-source
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build
install -D utils/icons/solid_48x48.png %{buildroot}%{_iconsdir}/%{name}.png

%changelog

* Sun Sep 11 2016 alzim <alzim@bk.ru> 2.13.2-1
- (6f8bb9e) Merge pull request #1 from import/gmsh:rosa2016.1
- (6f8bb9e) Updated to 2.13.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10283 |14cu|gmtp-1.3.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple MTP Client
Name:		gmtp
Version:	1.3.10
Release:	1
License:	BSD
Group:		Sound
Url:		http://gmtp.sourceforge.net/
Source0:	http://download.sourceforge.net/gmtp/%{name}-%{version}.tar.gz
BuildRequires:	gettext
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(giomm-2.4)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libmtp) >= 1.1.6
BuildRequires:	pkgconfig(vorbisfile)

%description
Supports MTP devices including those with multiple storage devices (typically
mobile phones). Supports Drag'n'Drop interface for upload/download of files.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.gmtp.gschema.xml
%{_datadir}/pixmaps/gmtpicon.png

#----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

%find_lang %{name}


%changelog

* Mon Mar 07 2016 Giovanni Mariani <mc2374@mclink.it> 1.3.10-1
- (755773f) Updated to release 1.3.10 and adjusted BReqs according to the configure.ac file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10284 |14cu|gmusicbrowser-1.1.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Gtk2::(.*)\\)'
%endif

Summary:	Jukebox for collections of music files
Name:		gmusicbrowser
Version:	1.1.15
Release:	1
Epoch:		1
License:	GPLv3+
Group:		Sound
Url:		http://gmusicbrowser.org
Source0:	http://gmusicbrowser.org/download/%{name}-%{version}.tar.gz
#BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
Requires:	perl-Gtk2 >= 1.090
Requires:	perl-GStreamer >= 0.06
Requires:	gstreamer1.0-plugins-base
Requires:	gstreamer1.0-plugins-good
Requires:	gstreamer1.0-plugins-ugly
Requires:	gstreamer1.0-flac
# TODO: fix this to avoid rpmlint complains;
# see INSTALL file in the sources
Requires:	%{_lib}gst-gir1.0
Requires:	perl(Glib::Object::Introspection)
Requires:	perl(GStreamer::Interfaces)
Requires:	perl(Gtk2::Notify)
Requires:	perl(Gtk2::TrayIcon)
Requires:	perl(Gtk2::WebKit)
# Already found by the build process
#Requires:	perl(Net::DBus)
Requires:	alsa-utils
Requires:	vorbis-tools
Requires:	mpg123
Requires:	mplayer
Suggests:	gstreamer1.0-plugins-bad
Suggests:	gstreamer1.0-lame
BuildArch:	noarch

%description
An open-source jukebox for large collections of mp3/ogg/flac/mpc/ape files,
written in perl.

%files -f %{name}.lang
%doc AUTHORS README NEWS layout_doc.html
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_mandir}/man1/%{name}.1*
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
%{_iconsdir}/hicolor/*/apps/%{name}.png

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
# Nothing to do


%install
%makeinstall_std

desktop-file-install \
  --add-category="GTK;Player" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

rm -rf %{buildroot}%{_docdir}/%{name}-%{version}
rm -rf %{buildroot}%{_menudir}

%find_lang %{name}

%changelog

* Sun Aug 28 2016 gvm <mc2374@mclink.it> 1:1.1.15-1
- (8b4215a) Merge pull request #1 from import/gmusicbrowser:rosa2016.1
- (8b4215a) Gmusicbrowser 1.1.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10285 |14cu|gnochm-0.9.11-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A chm file viewer for gnome
Name:		gnochm
Version:	0.9.11
Release:	11
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://gnochm.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/gnochm/%{name}-%{version}.tar.bz2
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}.png
Patch0:		gnochm-makefile.patch
Patch1:		gnochm.py.in.patch
Patch2:		gnochm-desktop.patch
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	scrollkeeper
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gconf-2.0)
Requires:	pygtk2.0-libglade
Requires:	gnome-python
Requires:	gnome-python-bonobo
Requires:	gnome-python-gconf
Requires:	gnome-python-gnomevfs
Requires:	gnome-python-gtkhtml2
Requires:	python-chm
Requires:	libgnomeui2
Requires:	libbonobo
Requires:	libbonoboui
BuildArch:	noarch

%description
A CHM file viewer for Gnome. Features are:

  * Full text search
  * Bookmarks
  * Support for external ms-its links
  * Configurable support for http links
  * Internationalisation

%files -f %{name}.lang
%doc ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README
%config(noreplace) %{_sysconfdir}/gconf/schemas/gnochm.schemas
%{_bindir}/gnochm
%dir %{_datadir}/gnochm/
%dir %{_datadir}/gnochm/glade/
%{_datadir}/gnochm/glade/*.glade
%{_datadir}/pixmaps/*
%{_datadir}/applications/*
%{_datadir}/mime-info/gnochm.*
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/application-registry/gnochm.*
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png

%preun
%preun_uninstall_gconf_schemas gnochm

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .makefile
%patch1 -p0 -b .makefile
%patch2 -p0 -b .desktop

%build
NOCONFIGURE=yes gnome-autogen.sh
%configure2_5x

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

# icon
mkdir -p %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_miconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE2} %{buildroot}%{_liconsdir}/%{name}.png
install -m 644 %{SOURCE3} %{buildroot}%{_iconsdir}/%{name}.png


%changelog

* Sun Apr 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.11-11
- (0644344) Adjust requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10286 |14cu|gnofract4d-3.14.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gnofract4d
Version:	3.14.1
Release:	1
Summary:	Gnofract 4D: Superior Fractal Software
Group:		Graphics
License:	BSD
URL:		http://%{name}.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
Patch0:		%{name}-3.13-fix_desktop_file.patch
Patch1:		%{name}-3.13-fix_libdl.patch
BuildRequires:	pkgconfig(python-2.7)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	glibc-devel

%description
Gnofract 4D is a free, open source program which allows anyone to create
beautiful images called fractals. The images are automatically created by the
computer based on mathematical principles. These include the Mandelbrot and
Julia sets and many more. You don't need to do any math: you can explore a
universe of images just using a mouse.

%files
%doc COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}
%{_datadir}/pixmaps/%{name}-logo.png
%{_datadir}/mime/packages/%{name}-mime.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/gnome/help/%{name}
%{python_sitearch}/fract4d
%{python_sitearch}/fract4dgui
%{python_sitearch}/fractutils
%{python_sitearch}/%{name}-%{version}-py%{py_ver}.egg-info

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0


%build
python setup.py build


%install
python setup.py install --root=%{buildroot}

#duplicate docs
rm -rf %{buildroot}%{_docdir}/%{name}


# Fix permissions and correspondig rpmlint warnings
chmod 644 %{buildroot}%{_datadir}/%{name}/maps/royal.map
chmod +x %{buildroot}%{python_sitearch}/fract4d/{animation,canon,checkalloc,codegen,createdocs,fc,fractal,fractlexer,fractparser,fsymbol,gradient}.py
chmod +x %{buildroot}%{python_sitearch}/fract4d/{__init__,mapmatcher,parfile,preprocessor,ppfrm,profutil,testbase,translate,splitugr,test}.py
chmod +x %{buildroot}%{python_sitearch}/fract4d/test_*.py
chmod +x %{buildroot}%{python_sitearch}/fract4dgui/{browser,createdocs,DlgAdvOpt,FCTGen,gtkfractal,__init__,test}.py
chmod +x %{buildroot}%{python_sitearch}/fract4dgui/test_*.py
chmod +x %{buildroot}%{python_sitearch}/fractutils/{__init__,makemap,makemapgui,stub_subprocess,test}.py
chmod +x %{buildroot}%{python_sitearch}/fractutils/test_*.py

%changelog

* Mon Apr 20 2015 Giovanni Mariani <mc2374@mclink.it> 3.14.1-1
- (45f0ecf) Updated to release 3.14.1, cleaned specfile and fixed a ton of rpmlint warnings



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10287 |14cu|gnokii-0.6.31-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	7
%define	libname			%mklibname %{name} %{major}
%define	libnamedev		%mklibname %{name} -d

Summary:	Tool suite for Nokia mobile phones
Name:		gnokii
Version: 	0.6.31
Release:	14
License:	GPLv2+
Url:		http://www.gnokii.org/
Group:		Communications
Source0:	http://www.gnokii.org/download/gnokii/%{name}-%{version}.tar.bz2
Source1:        %{name}-smsd.service
Source3:        %{name}-smsd.sysconfig
Source4:        %{name}-smsd.logrotate
Source5:        %{name}-smsd2mail.sh
Source6:        %{name}-smsd-README.smsd2mail
Source7:        %{name}-tmpfiles.conf
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch3:         gnokii-0.6.8-fix-locking.patch
Patch4:		gnokii-0.6.30-fix-sqlite-libs.patch
# (cjw) do not declare functions passed to gtk as inline
Patch5:		gnokii-0.6.31-gcc5.patch
BuildRequires:	xpm-devel
BuildRequires:	gtk+2-devel
BuildRequires:	bison
BuildRequires:	bluez-devel
BuildRequires:	pkgconfig(libusb)
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel
BuildRequires:	sqlite3-devel
BuildRequires:	pcsc-lite-devel
BuildRequires:	libical-devel
BuildRequires:	readline-devel
BuildRequires:	gettext-devel
BuildRequires:	intltool
Requires(post):  systemd
Requires(post):  rpm-helper >= 0.24.8-1
Requires(preun): rpm-helper >= 0.24.8-1

%description
Gnokii is a Linux/Unix tool suite and (eventually) modem/fax driver for
Nokia's mobile phones, released under the GPL.

%package	xgnokii
Summary:	Graphical Linux/Unix tool suite for Nokia mobile phones
Group:		Communications
Requires:	%{name}
Requires:	xdg-utils

%description	xgnokii
Xgnokii is graphical Linux/Unix tool suite for Nokia's mobile phones. It
allows you to edit your contacts book, send/read SMS's from/in
computer and more other features.

%package        smsd
Summary:        Gnokii SMS daemon
Group:          Communications
Requires:       %{name} = %{version}-%{release}
Requires(post):  rpm-helper >= 0.24.8-1
Requires(preun): rpm-helper >= 0.24.8-1

%description    smsd
The Gnokii SMS daemon receives and sends SMS messages.

%package        smsd-pgsql
Summary:        PostgreSQL support for Gnokii SMS daemon
Group:          Communications
Requires:       %{name}-smsd = %{version}-%{release}

%description    smsd-pgsql
%{summary}.

%package        smsd-mysql
Summary:        MySQL support for Gnokii SMS daemon
Group:          Communications
Requires:       %{name}-smsd = %{version}-%{release}

%description    smsd-mysql
%{summary}.

%package        smsd-sqlite
Summary:        SQLite support for Gnokii SMS daemon
Group:          Communications
Requires:	%{name}-smsd = %{version}-%{release}

%description    smsd-sqlite
%{summary}.

%package -n	%{libname}
Summary:	Linux/Unix tool suite for Nokia mobile phones
Group: 		System/Libraries

%description -n %{libname}
Gnokii is a Linux/Unix tool suite and (eventually) modem/fax driver for
Nokia's mobile phones, released under the GPL.

Libraries

%package -n	%{libnamedev}
Summary:	Development libraries and headers for gnokii
Group: 		Development/C
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Obsoletes:	%mklibname %{name} -d -s

%description -n %{libnamedev}
Gnokii is a Linux/Unix tool suite and (eventually) modem/fax driver for
Nokia's mobile phones, released under the GPL.

Development Libraries.

%prep
%setup -q -n %{name}-%{version}
%patch3 -p1 -b .lock
%patch4 -p0 -b .sqlite
%patch5 -p1 -b .inline

install -pm 644 %{SOURCE5} smsd2mail.sh
install -pm 644 %{SOURCE6} README.smsd2mail

%build
autoreconf -fi
%configure2_5x	--enable-security \
		--with-pic \
		--enable-libusb \
		--disable-static
%make
%make -C xgnokii

%install
%makeinstall_std
%makeinstall_std -C xgnokii

# Rename smsd to gnokii-smsd
mv %{buildroot}%{_bindir}/{,gnokii-}smsd
mv %{buildroot}%{_mandir}/man8/{,gnokii-}smsd.8
sed -i 's,smsd ,gnokii-smsd ,' %{buildroot}%{_mandir}/man8/gnokii-smsd.8
sed -i 's,smsd.,gnokii-smsd.,' %{buildroot}%{_mandir}/man8/gnokii-smsd.8

install -d %{buildroot}%{_sysconfdir}
sed 's#/usr/local/sbin/#%{_sbindir}/#' <Docs/sample/gnokiirc >%{buildroot}%{_sysconfdir}/gnokiirc

# install the configuration files
install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/gnokii-smsd.service
install -D -m 640 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/gnokii-smsd
install -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/gnokii-smsd
install -D -p -m 0644 %{SOURCE7} %{buildroot}%{_tmpfilesdir}/%{name}.conf

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/x%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/x%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/x%{name}.png

%find_lang %{name}

%pre
%_pre_groupadd %{name}

%post
systemd-tmpfiles --create %{name}.conf

%postun
%_postun_groupdel %{name}

%pre smsd
%_pre_useradd gnokii / /sbin/nologin

%postun smsd
%_postun_userdel gnokii

%post smsd
%_post_service gnokii-smsd

%preun smsd
%_preun_service gnokii-smsd

%files
%doc ChangeLog TODO MAINTAINERS
%doc Docs/Bugs Docs/CREDITS Docs/DataCalls-QuickStart
%doc Docs/FAQ Docs/gnokii-IrDA-Linux Docs/gnokii-ir-howto
%doc Docs/gnokii.nol Docs/KNOWN_BUGS
%doc Docs/README* Docs/sample
%doc Docs/*.txt
%doc utils/*.sis
%{_bindir}/%{name}
%{_bindir}/sendsms
%{_bindir}/%{name}d
%{_sbindir}/m%{name}dev
%config(noreplace) %{_sysconfdir}/%{name}rc
%{_mandir}/man1/gnokii.1*
%{_mandir}/man1/sendsms.1*
%{_mandir}/man8/gnokiid.8*
%{_mandir}/man8/mgnokiidev.8*
%{_tmpfilesdir}/%{name}.conf

%files xgnokii -f %{name}.lang
%{_bindir}/x%{name}
%{_datadir}/applications/xgnokii.desktop
%{_miconsdir}/x%{name}.png
%{_iconsdir}/x%{name}.png
%{_liconsdir}/x%{name}.png
%{_mandir}/man1/xgnokii*

%files smsd
%doc smsd/action smsd/ChangeLog smsd/README README.smsd2mail smsd2mail.sh
%attr(-,gnokii,gnokii) %config(noreplace) %{_sysconfdir}/sysconfig/gnokii-smsd
%config(noreplace) %{_sysconfdir}/logrotate.d/gnokii-smsd
%{_unitdir}/gnokii-smsd.service
%{_bindir}/gnokii-smsd
%{_mandir}/man8/gnokii-smsd.8*
%dir %{_libdir}/smsd/
%{_libdir}/smsd/libsmsd_file.so

%files smsd-sqlite
%{_libdir}/smsd/libsmsd_sqlite.so

%files smsd-pgsql
%doc smsd/sms.tables.pq.sql
%{_libdir}/smsd/libsmsd_pq.so

%files smsd-mysql
%doc smsd/sms.tables.mysql.sql
%{_libdir}/smsd/libsmsd_mysql.so

%files -n %{libname}

%{_libdir}/*.so.%{major}*

%files -n %{libnamedev}
%doc Docs/gnokii-hackers-howto
%doc Docs/gettext-howto
%doc Docs/protocol
%{_includedir}/*.h
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*



%changelog

* Thu Sep 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.31-14
- (e0cc496) Migrated to systemd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10288 |14cu|gnome-appfolders-manager-0.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package		%{nil}

Summary:       Manage GNOME Shell applications folders
Name:          gnome-appfolders-manager
Version:       0.3.1
Release:       2
Group:         Development/GNOME and GTK+ 
License:       GPLv2+
URL:           https://github.com/muflone/gnome-appfolders-manager
Source0:       %{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(python)
BuildRequires:  python-gi
BuildRequires:  python-pyxdg
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)

%description
Manage GNOME Shell applications folders.

%files -f %{name}.lang
%{_bindir}/gnome-appfolders-manager
%{_datadir}/applications/gnome-appfolders-manager.desktop
%{_datadir}/gnome-appfolders-manager/*
%{_docdir}/gnome-appfolders-manager/*
%{py_puresitedir}/GNOME_App_Folders_Manager-0.3.1-py2.7.egg-info
%{py_puresitedir}/gnome_appfolders_manager/*
%{_iconsdir}/hicolor/*/apps/gnome-appfolders-manager.*

%prep
%setup -q

%build

%install
python setup.py install --root=%{buildroot}

%find_lang %{name}

%changelog

* Sat Oct 29 2016 tremod <negry.m@yandex.ru> 0.3.1-2
- (1b7288b) Used new macro %py_puresitedir



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10289 |14cu|gnome-chemistry-utils-0.14.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.14
%define major 0
%define libname %mklibname gcu %{api} %{major}
%define libgchempaint %mklibname gchempaint %{api} %{major}
%define libgcrystal %mklibname gcrystal %{api} %{major}

Summary:	Backend for Gnome chemistry applications
Name:		gnome-chemistry-utils
Version:	0.14.10
Release:	1
License:	LGPLv2+
Group:		Sciences/Chemistry
Url:		http://www.nongnu.org/gchemutils/
Source0:	http://download.savannah.nongnu.org/releases/gchemutils/%{api}/%{name}-%{version}.tar.xz
BuildRequires:	bodr
BuildRequires:	chemical-mime-data
BuildRequires:	chrpath
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libgoffice-0.10)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(openbabel-2.0)
# Also can be built with gnumeric but we don't do it for now
Provides:	gcu = %{EVRD}
Provides:	gchemutils = %{EVRD}
Obsoletes:	gcu < %{EVRD}
Obsoletes:	gchemutils < %{EVRD}
# fwang: the main package comes meta package since 0.10
Requires:	gchem3d = %{EVRD}
Requires:	gchemcalc = %{EVRD}
Requires:	gchempaint = %{EVRD}
Requires:	gchemtable = %{EVRD}
Requires:	gcrystal = %{EVRD}
Requires:	gspectrum = %{EVRD}

%description
The Gnome Chemistry Utils provide C++ classes and GTK2 widgets related to
chemistry. They are currently used in Gnome Crystal (gcrystal) and Gnome
Chemistry Paint (gchempaint).

%files
%doc README ChangeLog NEWS AUTHORS

#--------------------------------------------------------------------

%package common
Summary:	Common files shared by different components of %{name}
Group:		Sciences/Chemistry
Conflicts:	%{name} < %{version}
Requires:	chemical-mime-data
Requires:	bodr

%description common
The Gnome Chemistry Utils provide C++ classes and GTK2 widgets related to
chemistry.  They are currently used in Gnome Crystal (gcrystal) and Gnome
Chemistry Paint (gchempaint).

This package contains the common files ahred by different components of
%{name}.

%preun common
%preun_uninstall_gconf_schemas gchemutils

%files common -f gchemutils-%{api}.lang
%{_datadir}/glib-2.0/schemas/org.gnome.gchemutils.gschema.xml
%dir %{_libdir}/gchemutils
%dir %{_libdir}/gchemutils/%{api}
%dir %{_libdir}/gchemutils/%{api}/plugins
%{_libdir}/gchemutils/%{api}/plugins/cdx
%{_libdir}/gchemutils/%{api}/plugins/cdxml
%{_libdir}/gchemutils/%{api}/plugins/cif
%{_libdir}/gchemutils/%{api}/plugins/cml
%{_libdir}/gchemutils/%{api}/plugins/nuts
%dir %{_datadir}/gchemutils
%dir %{_datadir}/gchemutils/%{api}
%{_datadir}/gchemutils/%{api}/*.xml
%dir %{_datadir}/gchemutils/%{api}/pixmaps
%dir %{_datadir}/gchemutils/%{api}/ui
%{_datadir}/gchemutils/%{api}/ui/libgcu
%{_datadir}/mime/packages/*.xml
%{_libdir}/babelserver

#--------------------------------------------------------------------

%package -n %{libname}
Summary:	Main libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
The Gnome Chemistry Utils provide C++ classes and GTK2 widgets related to
chemistry. They are currently used in Gnome Crystal (gcrystal) and Gnome
Chemistry Paint (gchempaint).

This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libgcu-%{api}.so.%{major}*
%{_libdir}/libgcugtk-%{api}.so.%{major}*

#--------------------------------------------------------------------

%package -n %{libgchempaint}
Summary:	Libraries for gchempaint
Group:		System/Libraries

%description -n %{libgchempaint}
The Gnome Chemistry Utils provide C++ classes and GTK2 widgets related to
chemistry. They are currently used in Gnome Crystal (gcrystal) and Gnome
Chemistry Paint (gchempaint).

This package contains the library needed to run programs dynamically
linked with gchempaint.

%files -n %{libgchempaint}
%{_libdir}/libgcp-%{api}.so.%{major}*
%{_libdir}/libgccv-%{api}.so.%{major}*

#--------------------------------------------------------------------

%package -n %{libgcrystal}
Summary:	Libraries for gchempaint
Group:		System/Libraries

%description -n %{libgcrystal}
The Gnome Chemistry Utils provide C++ classes and GTK2 widgets related to
chemistry. They are currently used in Gnome Crystal (gcrystal) and Gnome
Chemistry Paint (gchempaint).

This package contains the library needed to run programs dynamically
linked with gcrystal.

%files -n %{libgcrystal}
%{_libdir}/libgcrystal-%{api}.so.%{major}*

#--------------------------------------------------------------------

%package -n gchempaint
Summary:	GNOME 2D chemical structure drawing tool
Group:		Sciences/Chemistry
Requires:	%{name}-common = %{EVRD}
Suggests:	%{name}-goffice = %{EVRD}
Conflicts:	%{name}-common < 0.10.1-2

%description -n gchempaint
GChemPaint is a 2D chemical structures editor for the Gnome-2 desktop.
GChemPaint is a multi-document application and will be a bonobo server so
that some chemistry could be embedded in Gnome applications such as
Gnumeric and Abiword.

%preun -n gchempaint
%preun_uninstall_gconf_schemas gchempaint gchempaint-arrows

%files -n gchempaint
%{_datadir}/glib-2.0/schemas/org.gnome.gchemutils.paint.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gchemutils.paint.plugins.arrows.gschema.xml
%{_bindir}/gchempaint*
%{_libdir}/gchemutils/%{api}/plugins/paint
%{_datadir}/applications/gchempaint*.desktop
%{_datadir}/gchemutils/%{api}/paint
%{_datadir}/gchemutils/%{api}/pixmaps/gchempaint_logo.*
%{_datadir}/gchemutils/%{api}/ui/paint
%{_datadir}/gnome/help/gchempaint-%{api}
%{_iconsdir}/hicolor/*/apps/gchempaint.*
%{_iconsdir}/hicolor/*/mimetypes/application-x-gchempaint.*
%{_mandir}/man1/gchempaint*
%{_datadir}/omf/gchempaint-%{api}/gchempaint-%{api}-C.omf
%{_datadir}/appdata/gchempaint*

#--------------------------------------------------------------------

%package -n gchem3d
Summary:	Molecules Viewer
Group:		Sciences/Chemistry
Requires:	%{name}-common = %{EVRD}
Conflicts:	%{name} < %{version}

%description -n gchem3d
GChem3Viewer is a 3D molecular structure viewer.

%files -n gchem3d
%{_bindir}/gchem3d*
%{_datadir}/applications/gchem3d*.desktop
%{_datadir}/gnome/help/gchem3d-%{api}
%{_iconsdir}/hicolor/*/apps/gchem3d.*
%{_mandir}/man1/gchem3d*
%{_datadir}/omf/gchem3d-%{api}/gchem3d-%{api}-C.omf
%{_datadir}/appdata/gchem3d*

#--------------------------------------------------------------------

%package -n gchemcalc
Summary:	Chemical calculator
Group:		Sciences/Chemistry
Requires:	%{name}-common = %{EVRD}
Conflicts:	%{name} < %{version}

%description -n gchemcalc
GChemCalc is a Chemical calculator.

%files -n gchemcalc
%{_bindir}/gchemcalc*
%{_datadir}/applications/gchemcalc*.desktop
%{_datadir}/gchemutils/%{api}/ui/calc
%{_datadir}/gnome/help/gchemcalc-%{api}
%{_iconsdir}/hicolor/*/apps/gchemcalc.*
%{_mandir}/man1/gchemcalc*
%{_datadir}/omf/gchemcalc-%{api}/gchemcalc-%{api}-C.omf
%{_datadir}/appdata/gchemcalc*

#--------------------------------------------------------------------

%package -n gchemtable
Summary:	Periodic table
Group:		Sciences/Chemistry
Requires:	%{name}-common = %{EVRD}
Conflicts:	%{name} < %{version}

%description -n gchemtable
GChemTable is a periodic table of the elements application.

%files -n gchemtable
%{_bindir}/gchemtable*
%{_datadir}/applications/gchemtable*.desktop
%{_datadir}/gnome/help/gchemtable-%{api}
%{_datadir}/gchemutils/%{api}/ui/table
%{_iconsdir}/hicolor/*/apps/gchemtable.*
%{_mandir}/man1/gchemtable*
%{_datadir}/omf/gchemtable-%{api}/gchemtable-%{api}-C.omf
%{_datadir}/appdata/gchemtable*

#--------------------------------------------------------------------

%package -n gcrystal
Summary:	Crystal structure viewer
Group:		Sciences/Chemistry
Requires:	%{name}-common = %{EVRD}
Conflicts:	%{name} < %{version}

%description -n gcrystal
GCrystal is a Crystal structure viewer.

%preun -n gcrystal
%preun_uninstall_gconf_schemas gcrystal

%files -n gcrystal
%{_datadir}/glib-2.0/schemas/org.gnome.gchemutils.crystal.gschema.xml
%{_bindir}/gcrystal*
%{_datadir}/gchemutils/%{api}/pixmaps/gcrystal_logo.png
%{_datadir}/gchemutils/%{api}/ui/crystal
%{_datadir}/applications/gcrystal*.desktop
%{_datadir}/gnome/help/gcrystal-%{api}
%{_iconsdir}/hicolor/*/apps/gcrystal.*
%{_iconsdir}/hicolor/*/mimetypes/application-x-gcrystal.*
%{_mandir}/man1/gcrystal*
%{_datadir}/omf/gcrystal-%{api}/gcrystal-%{api}-C.omf
%{_datadir}/appdata/gcrystal*

#--------------------------------------------------------------------

%package -n gspectrum
Summary:	Spectrum viewer
Group:		Sciences/Chemistry
Requires:	%{name}-common = %{EVRD}
Conflicts:	%{name} < %{version}

%description -n gspectrum
GSpectrum is a Spectrum viewer.

%files -n gspectrum
%{_bindir}/gspectrum*
%{_datadir}/applications/gspectrum*.desktop
%{_datadir}/gnome/help/gspectrum-%{api}
%{_iconsdir}/hicolor/*/apps/gspectrum.*
%{_mandir}/man1/gspectrum*
%{_datadir}/omf/gspectrum-%{api}/gspectrum-%{api}-C.omf
%{_datadir}/appdata/gspectrum*

#--------------------------------------------------------------------

%package goffice
Summary:	GOffice plugin for gchemutils
Group:		Sciences/Chemistry
Requires:	gchempaint = %{EVRD}
Requires:	goffice

%description goffice
GOffice plugin for gchemutils.

%files goffice
%{_libdir}/goffice/*/plugins/gchemutils

#--------------------------------------------------------------------

%package	devel
Summary:	Development related files of %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Requires:	%{libgchempaint} = %{EVRD}
Requires:	%{libgcrystal} = %{EVRD}
Provides:	gcu-devel = %{EVRD}
Provides:	gchemutils-devel = %{EVRD}
Provides:	gchempaint-devel = %{EVRD}
Obsoletes:	%{_lib}gcu-devel < %{version}
Obsoletes:	gchempaint-devel < %{version}

%description	devel
The Gnome Chemistry Utils provide C++ classes and GTK2 widgets related to
chemistry.  They are currently used in Gnome Crystal (gcrystal) and Gnome
Chemistry Paint (gchempaint).

This package includes the header files and static libraries necessary for
developing chemistry related programs using %{name}.

%files devel
%doc docs/reference
%{_libdir}/*.so

#--------------------------------------------------------------------

%prep
%setup -q

%build
%define Werror_cflags %{nil}
export CXXFLAGS="%{optflags} -fpermissive"
%configure2_5x \
	--enable-static=no --disable-update-databases \
	--disable-mozilla-plugin --disable-schemas-install \
	--disable-scrollkeeper --without-kde-mime-dir
%make

%install
%makeinstall_std HTMLDIR=`pwd`/reference/html

#kill intrusive docs
rm -rf %{buildroot}%{_docdir}/gchemutils

#kill rpaths
chrpath --delete  %{buildroot}%{_bindir}/*
chrpath --delete  %{buildroot}%{_libdir}/goffice/*/plugins/gchemutils/gchemutils.so
chrpath --delete  %{buildroot}%{_libdir}/*.so.*

%find_lang gchemutils-%{api}


%changelog
* Wed Mar 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.14.10-1
+ Revision: e99abc0
- Updated to 0.14.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10290 |14cu|gnome-commander-1.4.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	A Gnome filemanager similar to the Norton Commander(TM) 
Name:		gnome-commander
Version:	1.4.8
Release:	1
License:	GPLv2+
Group:		File tools
Url:		https://gcmd.github.io
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.4/%{name}-%{version}.tar.xz
BuildRequires:	desktop-file-utils
BuildRequires:	flex
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	libxslt-proc
BuildRequires:	libchm-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(poppler)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(unique-1.0)
Requires:	gnome-vfs2

%description
Gnome Commander is a filemanager that just like the classical Norton
commander (TM) lets you do everything with the keyboard. It can
perform all standard file operations and some extra features like ftp
support.

%files -f %{name}.lang
%doc README TODO COPYING ChangeLog
%{_bindir}/gnome-commander
%{_bindir}/gcmd-block
%{_datadir}/gnome-commander/mime/
%{_libdir}/gnome-commander/
%{_datadir}/pixmaps/*
%{_datadir}/applications/gnome-commander.desktop
%{_datadir}/appdata/gnome-commander.appdata.xml
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x \
	--disable-scrollkeeper \
	--disable-shared
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

rm -f %{buildroot}%{_libdir}/gnome-commander/*.a
rm -f %{buildroot}%{_libdir}/gnome-commander/plugins/*.a

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="X-MandrivaLinux-System-FileTools" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%changelog

* Sun Sep 11 2016 alzim <alzim@bk.ru> 1.4.8-1
- (4fc5552) Merge pull request #1 from import/gnome-commander:rosa2016.1
- (4fc5552) Updated to 1.4.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10291 |14cu|gnome-libs-1.4.2-30
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major		32
%define xmhtml_major		1
%define lib_name		%mklibname gnome %{lib_major}
%define lib_gtkxmhtml		%mklibname gtkxmhtml 1

Summary:	Main GNOME libraries
Name:		gnome-libs
Version: 	1.4.2
Release:	30
License:	LGPL
Group:		System/Libraries
URL:		http://www.gnome.org/
Source0: 	ftp://ftp.gnome.org/pub/GNOME/sources/stable/%{name}/%{name}-%{version}.tar.bz2
Source1:	gtkrc-default.bz2
BuildRequires:	autoconf2.1
BuildRequires:	automake1.4
BuildRequires:	libtool
BuildRequires:	db1-devel
BuildRequires:	pkgconfig(ORBit)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(gtk+)
BuildRequires:	pkgconfig(imlibgdk)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xpm)
Requires:	ORBit

# Red Hat patches
Patch0:		RH-gnome-libs-rhsnddefs.patch
# allow reading UTF-8 encoded .desktop
Patch13:	gnome-libs-1.4.2-utf8menu.patch

# Mandriva patch
#(fred c)
# search icons first in /usr/share/icons/large, normal and small
Patch5:		gnome-libs-1.4.2-iconspath.patch
# (fc) 1.2.8-4mdk move gtkrc files to /usr/share/gtkrc
Patch6:		gnome-libs-1.2.8-gtkrc.patch
# (fc) 1.4.2-3mdk use yelp or galeon to display help
Patch7:		gnome-libs-1.4.1.2.90-ghelp.patch
# (pablo) better fontsets in gtkrc.* files
Patch16:	gnome-libs-rclocale.bz2
# (fc) 1.4.1.2-10mdk fix missing prototypes
Patch18:	gnome-libs-1.4.1.3-prototypes.patch
# (fc) 1.4.1.4-2mdk fix font size in gtk-xmhtml
Patch19:	gnome-libs-1.4.1.4-fonts.patch
# (fc) 1.4.1.4-3mdk fix numeric keypad switching (fix keypad in vim) (Debian)
Patch21:	gnome-libs-1.4.1.4-keypad.patch
# (pablo) 1.4.1.4-4mdk patch to have gnome-terminal switch automatically
# to utf-8 mode if the locale is utf-8
Patch22:	gnome-libs-zvt-utf8-autodetect.patch
# (fc) 1.4.1.7-2mdk don't add -L/usr/lib to ldflags
# (gb) 1.4.2-12mdk update to remove unused libdir in libart-config
Patch23:	gnome-libs-1.4.2-libdir.patch
# (fc) 1.4.2-1mdk remove -I/usr/include from cflags
Patch24:	gnome-libs-1.4.2-includedir.patch
# (gb) 1.4.2-2mdk fix on 64-bit platforms where sizeof(int) != sizeof(size_t)
Patch25:	gnome-libs-1.4.2-64bit-fixes.patch
# (fc) 1.4.2-3mdk disable tearoffs and detachable menubar by default
Patch26:	gnome-libs-1.2.13-notearoffs.patch
# (fc) 1.4.2-3mdk fix segfault in gnome-moz-remote (rawhide)
Patch27:	gnome-libs-1.4.1.2.90-moz-remote-fix.patch
# (fc) 1.4.2-3mdk Disable xalf by default (rawhide)
Patch28:	gnome-libs-1.2.13-noxalf.patch
# (gb) 1.4.2-5mdk handle biarch struct utmp
Patch29:	gnome-libs-1.4.2-biarch-utmp.patch
# (gb) 1.4.2-11mdk libtool fixes, don't bother with older aclocal, patch aclocal.m4 directly
Patch30:	gnome-libs-1.4.2-libtool.patch
# (gb) 1.4.2-13mdk gcc4 fixes, aka remove duplicates
Patch31:	gnome-libs-1.4.2-gcc4.patch
# (peroyvind) 1.4.2-14mdk fix underquoted calls, aka get rid of aclocal warnings
Patch32:	gnome-libs-1.4.2-fix-underquoted-calls.patch
# (anssi) fix linking order for --as-needed
Patch33:	gnome-libs-1.4.2-linking-order.patch
# (anssi) fix underlinking
Patch34:	gnome-libs-1.4.2-underlinking.patch
Patch35:	gnome-libs-1.4.2-libpng15.patch

%description
GNOME (GNU Network Object Model Environment) is a user-friendly set of
GUI applications and desktop tools to be used in conjunction with a
window manager for the X Window System.  The gnome-libs package
includes libraries that are needed to run GNOME.

%package -n	%{lib_name}
Summary:	Libraries and headers for GNOME application development
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n	%{lib_name}
GNOME (GNU Network Object Model Environment) is a user-friendly set of
GUI applications and desktop tools to be used in conjunction with a
window manager for the X Window System.  The gnome-libs package
includes libraries that are needed to run GNOME.

This package contains main library for GNOME

%package -n	%{lib_name}-devel
Summary:	Libraries and headers for GNOME application development
Group:		Development/GNOME and GTK+
Requires:	db1-devel
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libgnome-devel = %{version}-%{release}
Provides:	gnome-devel = %{version}-%{release}
Requires:	%{lib_gtkxmhtml} = %{version}-%{release}
Requires:	%{lib_name} = %{version}-%{release}

%description -n	%{lib_name}-devel
GNOME (GNU Network Object Model Environment) is a user-friendly set of
GUI applications and desktop tools to be used in conjunction with a
window manager for the X Window System. The gnome-libs-devel package
includes the libraries and include files that you will need to develop
GNOME applications.

You should install the gnome-libs-devel package if you would like to
develop GNOME applications.  You don't need to install gnome-libs-devel
if you just want to use the GNOME desktop environment.

%package -n	%{lib_gtkxmhtml}
Summary:	Libraries for gtkxmHTML
Group:		System/Libraries

%description -n	%{lib_gtkxmhtml}
This package provides library for gtkxmHTML

%prep
%setup -q
%patch0 -p1 -b .foo
%patch5 -p1 -b .icons
%patch6 -p1 -b .gtkrc
# better fontsets in gtkrc.* files -- pablo
%patch16 -p1 -b .rclocale
%patch7 -p1 -b .ghelp
%patch13 -p1 -b .utf8
%patch18 -p1 -b .prototypes
%patch19 -p1 -b .fonts
%patch21 -p1 -b .keypad
%patch22 -p1 -b .zvtutf8
%patch23 -p1 -b .libdir
%patch24 -p1 -b .includedir
%patch25 -p1 -b .64bit-fixes
%patch26 -p1 -b .notearoffs
%patch27 -p1 -b .moz-remote
%patch28 -p1 -b .noxalf
%patch29 -p1 -b .biarch-utmp
%patch30 -p1 -b .libtool
%patch31 -p1 -b .gcc4
%patch32 -p1 -b .underquoted
%patch33 -p1 -b .linking-order
%patch34 -p1 -b .underlinking
%patch35 -p1 -b .png15

#needed by patches 22 & 23
autoconf-2.13
cd libart_lgpl
autoconf-2.13
cd ..

#needed by patch 6 & 24
automake-1.4

%build
# libjpeg-turbo >= 1.0.90 moves definition of JPEG_LIB_VERSION from jpeglib.h to jconfig.h
# which we explicitly avoid including for own reasons, so we need help finding the definition
EXTRACTED_JPEG_LIB_VERSION=$(echo JPEG_LIB_VERSION | cpp -imacros jpeglib.h -P | awk 'NF > 0')
VISIBLE_JPEG_LIB_VERSION=$(echo JPEG_LIB_VERSION | cpp -DJCONFIG_INCLUDED -imacros jpeglib.h -P | awk 'NF > 0')
if [ "$VISIBLE_JPEG_LIB_VERSION" = "JPEG_LIB_VERSION" ]; then
  JPEG_EXTRA_DEFINE="-DJPEG_LIB_VERSION=$EXTRACTED_JPEG_LIB_VERSION"
fi

export CPPFLAGS="$JPEG_EXTRA_DEFINE"

%define Werror_cflags %nil
%configure --with-kde-datadir=%{_datadir} --disable-alsa --enable-prefer-db1 --disable-gtk-doc

#parallel build is broken
make LIBTOOL=libtool

%install
%makeinstall_std LIBTOOL=libtool

# multiarch support
%multiarch_binaries %{buildroot}%{_bindir}/gnome-config

%multiarch_includes %{buildroot}%{_includedir}/gnome-1.0/libart_lgpl/art_config.h

mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp
cp -f  %{buildroot}%{_docdir}/{gnome-doc,mkstub}  %{buildroot}%{_bindir}
chmod a+x %{buildroot}%{_bindir}/{gnome-doc,mkstub}
cp -f  %{buildroot}%{_docdir}/gnome-doc.el  %{buildroot}%{_datadir}/emacs/site-lisp

# find *.mo files, per language
%find_lang %{name} --with-gnome

# remove unpackaged files
rm -rf %{buildroot}%{_prefix}/doc  %{buildroot}%{_datadir}/doc

%files -n %{lib_gtkxmhtml}
%{_libdir}/libgtkxmhtml*.so.*

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/dns-helper
%{_bindir}/gconfigger
%{_bindir}/gnome-bug
%{_bindir}/gnome-dump-metadata
%{_bindir}/gnome-gen-mimedb
%{_bindir}/gnome-moz-remote
%{_bindir}/gnome-name-service
%{_bindir}/gnome_segv
%{_bindir}/goad-browser
%{_bindir}/loadshlib
%{_bindir}/new-object
%attr(2755, root, utmp) %{_sbindir}/gnome-pty-helper
%{_datadir}/idl/*
%{_datadir}/pixmaps/*
%dir %{_datadir}/gtkrc
%config(noreplace) %{_datadir}/gtkrc/gtkrc*
%{_datadir}/mime-info
%{_datadir}/type-convert
%config(noreplace) %{_sysconfdir}/*
%{_mandir}/man1/dns-helper*
%{_mandir}/man1/gconfigger*
%{_mandir}/man1/gnome-bug*
%{_mandir}/man1/gnome-dump-metadata*
%{_mandir}/man1/gnome-gen-mimedb*
%{_mandir}/man1/gnome-moz-remote*
%{_mandir}/man1/gnome-name-service*
%{_mandir}/man1/gnome_segv*
%{_mandir}/man1/goad-browser*
%{_mandir}/man1/loadshlib*
%{_mandir}/man1/new-object*
%{_mandir}/man1/gnome-pty-helper*
%{_mandir}/man1/gnome.*

%files -n %{lib_name}
%{_libdir}/libgnome*.so.*
%{_libdir}/libgnorba*.so.*
%{_libdir}/libzvt*.so.*
%{_libdir}/libart*.so.*

%files -n %{lib_name}-devel
%doc devel-docs/*
%doc %{_datadir}/gtk-doc/html/*
%{_bindir}/gnome-config
%multiarch %{multiarch_bindir}/gnome-config

%{_bindir}/libart-config
%{_bindir}/gnome-doc
%{_bindir}/mkstub
%{_libdir}/lib*.so
%{_libdir}/*.sh
%{_libdir}/gnome-libs
%{_includedir}/*
%{_datadir}/aclocal/*
%{_mandir}/man1/gnome-doc*
%{_mandir}/man1/gnome-mkstub*
%{_mandir}/man1/gnome-config*
%{_mandir}/man1/libart-config*
%{_mandir}/man5/*
%{_datadir}/gnome/help/*
%{_datadir}/gnome/html/*
%{_datadir}/emacs/site-lisp/*



%changelog
* Fri Nov 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-30
+ Revision: bd40db9
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10292 |14cu|gnome-mplayer-1.0.9b-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple GUI for MPlayer
Name:		gnome-mplayer
Version:	1.0.9b
Release:	1
License:	GPLv2+
Group:		Video
URL:		http://kdekorte.googlepages.com/gnomemplayer
Source0:	http://gnome-mplayer.googlecode.com/files/%name-%version.tar.gz
BuildRequires:	gettext
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.24
BuildRequires:	pkgconfig(gmtk) >= 1.0.7
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(dbus-1) >= 0.95
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.70
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libnotify) >= 0.7
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(libmusicbrainz3)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libnautilus-extension)
BuildRequires:	desktop-file-utils
# Used to determine volume control mode at build-time
BuildRequires:	pkgconfig(libpulse)
# Used to determine power control methods at build-time
BuildRequires:	gnome-power-manager
Requires:	mplayer

%description
GNOME MPlayer is a simple GUI for MPlayer. It is intended to be a nice tight
player and provide a simple and clean interface to MPlayer. GNOME MPlayer has
a rich API that is exposed via DBus. Using DBus you can control a single or
multiple instances of GNOME MPlayer from a single command.

%files -f %{name}.lang
%doc %{_docdir}/%{name}/*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/glib-2.0/schemas/apps.gecko-mediaplayer.preferences.gschema.xml
%{_datadir}/glib-2.0/schemas/apps.%{name}.preferences.*.xml
%{_datadir}/gnome-control-center/default-apps/%{name}.xml
%{_libdir}/nautilus/extensions*/*.so
%{_mandir}/man1/%{name}.1*

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x --enable-gtk3
%make


%install
%makeinstall_std

desktop-file-install --vendor='' \
	--add-category="Audio;Video;GTK;Player;GNOME" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*.desktop

# zero length docs
find %{buildroot}%{_docdir}/%{name}/ -size 0 | xargs rm -f

rm -f %{buildroot}%{_docdir}/%{name}/INSTALL

%find_lang %{name}

%changelog

* Tue Apr 14 2015 Giovanni Mariani <mc2374@mclink.it> 1.0.9b-1
- (6e32855) Updated .yml file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10293 |14cu|gnome-mud-0.11.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A mudclient for the GNOME platform
Name:		gnome-mud
Version:	0.11.2
Release:	8
License:	GPLv2+
Group:		Games/Adventure
URL:		http://live.gnome.org/GnomeMud
Source0:	http://fr2.rpmfind.net/linux/gnome.org/sources/gnome-mud/0.11/%{name}-%{version}.tar.gz
Buildrequires:	vte-devel
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	intltool pkgconfig(gnet-2.0) pkgconfig(libpcre)
BuildRequires:	pkgconfig(gconf-2.0) pkgconfig(gnome-doc-utils)
BuildRequires:  pkgconfig(libglade-2.0)
BuildRequires:	desktop-file-utils

%description
GNOME-Mud is a mudclient for the GNOME platform. Features include:

  * ANSI
  * Aliases
  * Triggers
  * Variables
  * Profiles
  * Multiple connections
  * Python scripting
  * C modules
  * and much much more... 

%prep
%setup -q

%build
%configure2_5x --disable-schemas-install --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

mv %{buildroot}%{_gamesdatadir}/applications %{buildroot}%{_datadir}/
mv %{buildroot}%{_gamesdatadir}/icons %{buildroot}%{_datadir}/

desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications \
	--add-category='GTK;AdventureGame' \
	%{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name} --with-gnome


%preun
%preun_uninstall_gconf_schemas gnome-mud

%files -f %{name}.lang
%doc AUTHORS COPYING README INSTALL ROADMAP
%config(noreplace) %{_sysconfdir}/gconf/schemas/gnome-mud.schemas
%{_gamesbindir}/gnome-mud
%{_datadir}/applications/gnome-mud.desktop
%{_iconsdir}/*/*/*/*
%{_gamesdatadir}/%{name}
%{_mandir}/man6/%{name}.*


%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.11.2-8
- (6bcb19f) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10294 |14cu|gnome-nettool-3.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	Network information tool for GNOME
Name:		gnome-nettool
Version:	3.8.1
Release:	1
URL:		http://projects.gnome.org/gnome-network/
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
License:	GPLv2+ and GFDL
Group:		Graphical desktop/GNOME
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.90.4
BuildRequires:  pkgconfig(gio-2.0) >= 2.25.10
BuildRequires:  pkgconfig(gmodule-export-2.0)
BuildRequires:  pkgconfig(gnome-doc-utils)
BuildRequires:  pkgconfig(libgtop-2.0)

Requires:	whois
Requires:	traceroute

%description
GNOME Nettool is a frontend to various networking commandline
tools, like ping, netstat, ifconfig, whois, traceroute, finger.

%prep
%setup -q

%build
%configure2_5x \
	--disable-scrollkeeper \
	--disable-schemas-compile \
	--disable-static
%make

%install
%makeinstall_std

desktop-file-install \
	--vendor "" \
	--delete-original \
	--dir %{buildroot}%{_datadir}/applications \
	--remove-category Network \
	--add-category GNOME \
	--add-category System \
	--add-category Utility \
		%{buildroot}%{_datadir}/applications/gnome-nettool.desktop

%find_lang %{name} --with-gnome

#for omf in %{buildroot}%{_datadir}/omf/%{name}/%{name}-??*.omf;do 
#echo "%lang($(basename $omf|sed -e s/.*-// -e s/.omf//)) $(echo $omf|sed -e s!%{buildroot}!!)" >> %{name}.lang
#done

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/pixmaps/*.xpm
%{_datadir}/%{name}/pixmaps/*.png
%{_datadir}/%{name}/ui/%{name}.ui
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-nettool.gschema.xml

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10295 |14cu|gnome-shell-extensions-screenpen-launch-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ScreenPen Launch  — Gnome Extension 
Name:		gnome-shell-extensions-screenpen-launch
Group:		Graphical desktop/GNOME
Version:	1.0.1
Release:	3
Epoch:		1
License:	GPLv3+
Group:		Graphics
Url:		https://github.com/belonesox/screenpen-launch-gnome-shell-extension
Source0:	https://github.com/belonesox/screenpen-launch-gnome-shell-extension/archive/v%{version}.tar.gz
Requires:   screenpen
Requires:	gnome-shell

%define debug_package %{nil}

%description
ScreenPen Launch  — Gnome Extension for launching ScreenPen.
Used for on-screen drawing.

%files
%{_datadir}/gnome-shell/extensions/*

#----------------------------------------------------------------------------

%prep
%setup -qn screenpen-launch-gnome-shell-extension-%{version}
%apply_patches

%build

%install
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/
cp -r .  %{buildroot}%{_datadir}/gnome-shell/extensions/screenpen-launch-gnome-shell-extension@belonesox.github.com 
%changelog

* Mon Dec 21 2015 Stas Fomin <stas-fomin@yandex.ru> 1:1.0.1-3
- (da00779) fix spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10296 |14cu|gnome-sshman-0.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	gnome-sshman
Summary: 	SSH connection manager for GNOME and Nautilus
Version: 	0.6
Release: 	7
Source:		http://downloads.sourceforge.net/project/gnomesshman/gnomesshman/%{name}-%{version}/%{name}-%{version}.tgz
URL:		http://gnomesshman.sourceforge.net/
License:	GPL
Group:		Graphical desktop/GNOME
Requires:	pygtk2.0-libglade gnome-terminal pygtk2.0 gnome-python python-vte python-pexpect pycrypto
BuildArch:	noarch

%description
Gnome-sshman is an SSH session manager for GNOME. It is easy and fast to use,
and is useful for system administrators that need to connect to many SSH
servers. Gnome-sshman saves ssh sessions and allows you to open a saved
session with a double click in nautilus or opening a new session running
gnome-sshman.

%prep
%setup -q

%install
mkdir -p %{buildroot}/%{_bindir}
cp bin/%{name} %{buildroot}/%{_bindir}/
mkdir -p %{buildroot}/%{_datadir}/%{name}
cp libs/* %{buildroot}/%{_datadir}/%{name}

#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Gnome-SSHMan
Comment=Manage SSH connections
Exec=%{_bindir}/%{name}
Icon=terminals_section
Terminal=false
Type=Application
Categories=GNOME;GTK;X-MandrivaLinux-System-Terminals;TerminalEmulator;
EOF

%clean

%files
%doc README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.6-7
- (2c3e2f9) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10297 |14cu|gnote-3.17.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	api	3.17
%define	major	0
%define	libname	%mklibname %{name} %{api} %{major}
%define	devname	%mklibname %{name} -d
%define _appdatadir %{_datadir}/appdata

Name:           gnote
Version:        3.17.0
Release:        1
Summary:        Note-taking application
Group:          Graphical desktop/GNOME
License:        GPLv3+
URL:            http://live.gnome.org/Gnote
Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnote/%{api}/%{name}-%{version}.tar.xz
Source100:      gnote.rpmlintrc

BuildRequires:  boost-devel
BuildRequires:  desktop-file-utils
BuildRequires:  gettext
BuildRequires:  pkgconfig(gtkmm-3.0)
BuildRequires:  pkgconfig(gtkspell3-3.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(libsecret-1)
BuildRequires:  pkgconfig(uuid)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  libxml2-utils
BuildRequires:  pkgconfig(libxslt)
BuildRequires:  pkgconfig(libpcre)
BuildRequires:  appstream-util

%description
Gnote is a desktop note-taking application which is simple and easy to use.
It lets you organize your notes intelligently by allowing you to easily link
ideas together with Wiki style interconnects. It is a port of Tomboy to C++ 
and consumes fewer resources.


%files -f %{name}.lang
%doc COPYING README TODO NEWS AUTHORS
%{_bindir}/gnote
%{_mandir}/man1/gnote.1.*
%{_datadir}/applications/gnote.desktop
%{_datadir}/gnote/
%{_libdir}/gnote/
%{_datadir}/icons/hicolor/*/apps/gnote.png
%{_datadir}/icons/hicolor/scalable/apps/gnote.svg
%{_datadir}/dbus-1/services/org.gnome.Gnote.service
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
%{_datadir}/gnome-shell/search-providers/gnote-search-provider.ini
%{_appdatadir}/*.xml

#---------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.


%files -n %{libname}
%doc COPYING README TODO NEWS AUTHORS
%{_libdir}/libgnote-%{api}.so.%{major}*

#---------------------------------------------------------

%package -n %{devname}
Summary:	Development library for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development library for %{name}.


%files -n %{devname}
%doc COPYING README TODO NEWS AUTHORS
%{_libdir}/*.so

#---------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static --with-gnu-ld
%make V=1

%install
%makeinstall_std

find %{buildroot} -type f -name "*.la" -delete

%find_lang %{name} --with-gnome


%check
desktop-file-validate %{buildroot}%{_datadir}/applications/gnote.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml



%changelog

* Sat Aug 29 2015 abfonly <abfonly@gmail.com> 3.17.0-1
- (88b12ab) Merge pull request #1 from abfonly/gnote:gnome316
- (88b12ab) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10298 |14cu|gns3-1.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical network simulator that allows simulation of complex networks
Name:		gns3
Version:	1.5.2
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://www.gns3.net/
Source0:	https://github.com/GNS3/gns3-gui/archive/v%{version}.tar.gz
Source1:	%{name}.png
Source2:	%{name}.xml
Source3:	%{name}.desktop
Source4:	application-x-%{name}.png
BuildArch:	noarch
BuildRequires:	pkgconfig(python3)
BuildRequires:  python3-pip
BuildRequires:  python3-setuptools
BuildRequires:	python3-qt5-devel
Requires:       gns3-server
Requires:       gns3-server = %{version}
Requires:       python3-configobj
Requires:       python3-paramiko >= 1.15.1
Requires:       python3-qt5
Requires:       python3-raven >= 5.2.0
Requires:       python3-requests >= 2.4.3
Requires:       python3-setuptools
Requires:       python3-sip
Requires:       python3-rsa >= 3.1.4
Requires:	dynagen
%rename gns3-gui

%description
GNS3 is a graphical network simulator that allows simulation of complex
networks.

To allow complete simulations, GNS3 is strongly linked with :

    * Dynamips, the core program that allows Cisco IOS emulation.
    * Dynagen, a text-based front-end for Dynamips.
    * Pemu, a Cisco PIX firewall emulator based on Qemu.

GNS3 is an excellent complementary tool to real labs for Cisco network
engineers, administrators and people wanting to pass certifications such as
CCNA, CCNP, CCIP or CCIE.

It can also be used to experiment features of Cisco IOS or to check
configurations that need to be deployed later on real routers.

%files
%doc AUTHORS CHANGELOG
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/48x48/mimetypes/
%{_datadir}/mime/packages/*
%{_datadir}/pixmaps/%{name}*
%{py3_puresitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-gui-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
chmod +x %{buildroot}/%{py3_puresitedir}/%{name}/main.py
find %{buildroot}/%{py3_puresitedir}/%{name} -name "*.ui" -exec chmod -x {} \;

mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}/%{_datadir}/mime/packages
mkdir -p %{buildroot}/%{_datadir}/applications
mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/48x48/mimetypes
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps
install -m 0644 %{SOURCE2} %{buildroot}/%{_datadir}/mime/packages/
install -m 0644 %{SOURCE3} %{buildroot}/%{_datadir}/applications/
install -m 0644 %{SOURCE4} %{buildroot}/%{_datadir}/icons/hicolor/48x48/mimetypes/

rm -rf %{buildroot}/%{py3_puresitedir}/tests

%changelog

* Tue Sep 13 2016 Denis Silakov <dsilakov@gmail.com> 1.5.2-1
- (b885a0d) Updated to 1.5.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10299 |14cu|gns3-server-1.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define __noautoreq "/gns3/bin/busybox"

Summary:	GNS3 is a graphical network simulator
Name:		gns3-server
Version:	1.5.2
Release:	2
License:	GPL
Url:		http://www.gns3.net
Group:		Emulators
Source0:	https://github.com/GNS3/gns3-server/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires:	python3-devel >= 3.3
BuildRequires:	python3-netifaces
BuildRequires:	python3-pip
BuildRequires:	python3-setuptools
Requires:	cpulimit
Requires:	dynamips >= 0.2.11
Requires:	iouyap
Requires:	python3-jinja2 >= 2.7.3
Requires:	python3-aiohttp
Requires:	python3-jsonschema >= 2.4.0
Requires:	python3-netifaces
Requires:	qemu
Requires:	vpcs >= 0.5b1
Requires:	wireshark
Requires:	ubridge
Suggests:	virtualbox
BuildArch:	noarch

%description
The GNS3 server manages emulators such as Dynamips, VirtualBox or Qemu/KVM.
Clients like the GNS3 GUI controls the server using a JSON-RPC 
API over Websockets.

You will need the new GNS3 GUI (gns3-gui repository) to control the server.

%prep
%setup -q

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
chmod +x %{buildroot}/%{py3_puresitedir}/gns3server/main.py
chmod +x %{buildroot}/%{py3_puresitedir}/gns3server/modules/iou/ioucon.py
rm -rf %{buildroot}/%{py3_puresitedir}/tests

%files
%defattr(-, root, root, 0755)
%doc AUTHORS LICENSE README.rst
%{_bindir}/gns3server
%{_bindir}/gns3vmnet
%{py3_puresitedir}/*

%changelog

* Fri Oct 21 2016 Denis Silakov <dsilakov@gmail.com> 1.5.2-2
- (e7e83a3) Require ubridge



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10300 |14cu|gnubg-1.05.000-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gnubg
License:	GPLv3+
Group:		Games/Boards
Summary:	A backgammon game and analyser
Version:	1.05.000
Release:	2
Epoch:		1
Source0:	http://files.gnubg.org/media/sources/gnubg-release-%{version}-sources.tar.gz
Source1:	gnubg.desktop
URL:		http://www.gnubg.org
Requires:	fonts-ttf-dejavu
Requires:	python-mysql
BuildRequires:	desktop-file-utils
BuildRequires:	freetype-devel
BuildRequires:	gmp-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gdkglext-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3)


%description
GNU Backgammon is software for playing and analysing backgammon
positions, games and matches. It's based on a neural network. Although it
already plays at a very high level, it's still work in progress. You may
play GNU Backgammon using the command line or a graphical interface.

%prep
%setup -q

%build
SIMD=no
%ifarch x86_64
  # SSE2 instructions should be safe to use on all x86_64 CPUs 
  SIMD=sse2
%endif
%configure2_5x --with-python --enable-simd=$SIMD
%make

%install
%makeinstall
install -Dpm 644 gnubg.weights %{buildroot}%{_datadir}/gnubg/gnubg.weights
cp -rp textures* %{buildroot}%{_datadir}/gnubg/
rm -f %{buildroot}%{_datadir}/gnubg/textures/Makefile{,.in,.am}
install -Dpm 644 doc/gnubg.info %{buildroot}%{_infodir}/gnubg.info
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
%find_lang %{name}

# don't use the bundled fonts
rm -f %{buildroot}%{_datadir}/gnubg/fonts/*.ttf
rm -f %{buildroot}%{_datadir}/gnubg/fonts/COPYRIGHT.TXT.gz
ln -s ../../fonts/TTF/dejavu/DejaVuSans.ttf %{buildroot}%{_datadir}/gnubg/fonts/Vera.ttf
ln -s ../../fonts/TTF/dejavu/DejaVuSans-Bold.ttf %{buildroot}%{_datadir}/gnubg/fonts/VeraBd.ttf 
ln -s ../../fonts/TTF/dejavu/DejaVuSerif-Bold.ttf %{buildroot}%{_datadir}/gnubg/fonts/VeraSeBd.ttf 

%files -f %{name}.lang
%doc AUTHORS README COPYING ChangeLog
%doc doc/images doc/gnubg/*.html
%{_bindir}/bearoffdump
%{_bindir}/gnubg
%{_bindir}/makebearoff
%{_bindir}/makehyper
%{_bindir}/makeweights
%{_infodir}/gnubg.info*
%dir %{_datadir}/gnubg
%{_datadir}/gnubg/met
%{_datadir}/gnubg/boards.xml
%{_datadir}/gnubg/gnubg_os0.bd
%{_datadir}/gnubg/gnubg.weights
%{_datadir}/gnubg/pixmaps
%{_datadir}/gnubg/sounds
%{_datadir}/gnubg/textures.txt
%{_datadir}/gnubg/textures
%{_datadir}/applications/%{name}.desktop
%{_datadir}/gnubg/fonts/
%{_datadir}/gnubg/gnubg.gtkrc
%{_datadir}/gnubg/gnubg.wd
%{_datadir}/gnubg/scripts/
%{_datadir}/gnubg/flags/
%{_datadir}/gnubg/gnubg.sql
%{_datadir}/gnubg/gnubg_ts0.bd
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/*



%changelog

* Wed Nov 18 2015 Denis Silakov <dsilakov@gmail.com> 1:1.05.000-2
- (c3daa67) Fix gmp BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10301 |14cu|gnubik-2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphics puzzle similar to Rubik's cube
Name:		gnubik
Version:	2.4
Release:	3
License:	GPLv3+
Group:		Games/Puzzles
URL:		http://www.gnu.org/software/gnubik/

Source0:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig
Patch2:		gnubik-2.4-printf.patch
BuildRequires:	guile-devel >= 1.6.4
BuildRequires:	gtkglext-devel
BuildRequires:	gtk+2.0

%description
GNUbik is a GNU package.  It is a 3D interactive graphics 
puzzle. It renders an image of a magic cube 
(similar to a rubik cube) and you attempt to solve it.

%prep
%setup -q
%apply_patches

%build
%configure2_5x --with-widget-set=gtk
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache

# Replace defalt desktop file
rm %{buildroot}%{_datadir}/applications/%{name}.desktop

install -d -m 755 %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name} 
Icon=puzzle_section 
Comment=Puzzle game similar to Rubik's cube 
Comment[ru]=Головоломка, похожая на кубик Рубика 
Categories=Game;LogicGame;
Name=Gnubik
Name[ru]=Gnubik
EOF

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/*
%{_datadir}/%{name}
%{_infodir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/*



%changelog
* Sun Mar 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4-3
+ Revision: f6db66b
- Drop cache files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10302 |14cu|gnudl-0.9.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname gdl

Summary:	A free incremental compiler quite similar and compatible with IDL
Name:		gnudl
Version:	0.9.4
Release:	7
License:	GPLv2+
Group:		Development/Other
Url:		http://gnudatalanguage.sourceforge.net/
Source0:	http://sourceforge.net/projects/gnudatalanguage/files/gdl/%{version}/%{srcname}-%{version}.tar.gz
# Fix datatype for use with gsl's permutation type
# https://sourceforge.net/p/gnudatalanguage/bugs/570/
Patch0:		gdl-gsl.patch
# Patch to support plplot's new width() function
# https://sourceforge.net/p/gnudatalanguage/patches/70/
Patch1:		gdl-plwidth.patch
Patch2:		gdl-0.9.4-linkage.patch
BuildRequires:	cmake
BuildRequires:	gomp-devel
BuildRequires:	hdf5-devel
BuildRequires:	jpeg-devel
BuildRequires:	python-numpy-devel
BuildRequires:	readline-devel
BuildRequires:	udunits2-devel
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(libps)
#This is a workaround for missing rpc.h of xdr.h
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(plplotd)
BuildRequires:	pkgconfig(python)

%description
A free compatible incremental compiler (i.e. runs Interactive Data
Language programs). IDL is a registered trademark of ITT Visual
Information Solutions. All IDL language elements up to IDL version 7.1
are supported and more than 380 library routines are implemented. For
a sorted list enter HELP,/LIB at the command prompt and look for
library routines written in GDL in the gnudatalanguage/lib directory.

%files
%doc README AUTHORS NEWS TODO HACKING ChangeLog COPYING
%{_mandir}/man1/*
%{_bindir}/gdl
%{_datadir}/gnudatalanguage/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
export LDFLAGS="-ltirpc"
#compilation is buggy and PYTHON.txt claims that "Due to the
#neglectible feedback, the python module development is currently on hold"
%cmake \
	-DWXWIDGETS=ON \
	-DUDUNITS=ON \
	-DUDUNITS_INCLUDE_DIR=%{_includedir}/udunits2 \
	-DGRIB=OFF \
	-DOPENMP=OFF \
	-DHDF=OFF \
	-DEIGEN3=OFF \
	-DMPICH=OFF \
	-DMAGICK=ON \
	-DPYTHON=OFF \
	-DGRAPHICSMAGICK=OFF
%make

%install
%makeinstall_std -C build


%changelog

* Thu Dec 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-7
- (f305d6e) Rebuild with new imagemagick



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10303 |14cu|gnu.getopt-1.0.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	section		free

Summary:        Java getopt implementation
Name:		gnu.getopt
Version:	1.0.14
Release:	3
License:        LGPLv2
Group:          Development/Java
Url:            http://www.urbanophile.com/arenn/hacking/download.html
Source0:        ftp://ftp.urbanophile.com/pub/arenn/software/sources/java-getopt-%{version}.tar.gz
BuildRequires:  ant
Buildarch:      noarch
BuildRequires:  java-devel >= 0:1.4.2
BuildRequires:	java-rpmbuild >= 0:1.5
Provides:       gnu-getopt = %{EVRD}

%description
The GNU Java getopt classes support short and long argument parsing in
a manner 100% compatible with the version of GNU getopt in glibc 2.0.6
with a mostly compatible programmer's interface as well. Note that this
is a port, not a new implementation. I am currently unaware of any bugs
in this software, but there certainly could be some lying about. I would
appreciate bug reports as well as hearing about positive experiences.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
# Aaron, where did you put my build script :-) ?
mv gnu/getopt/buildx.xml build.xml

%build
%ant jar javadoc

%install
# jars
mkdir -p %{buildroot}%{_javadir}
install -m 644 build/lib/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} ${jar/-%{version}/}; done)
# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a build/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ "$1" = "0" ]; then
    rm -f %{_javadocdir}/%{name}
fi

%files
%doc gnu/getopt/COPYING.LIB gnu/getopt/README
%{_javadir}/*

%files javadoc
%{_javadocdir}/%{name}-%{version}


%changelog

* Thu Jun 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.14-3
- (5582958) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10304 |14cu|gnumed-1.6.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNUmed client
Name:		gnumed
Version:	1.6.8
Release:	1
License:	GPLv2+
Group:		Office
URL:		http://wiki.gnumed.de/
Source0:	http://www.gnumed.de/downloads/client/1.6/%{name}-client.%{version}.tgz

BuildArch:	noarch

BuildRequires:	python
BuildRequires:	desktop-file-utils

%description
The GNUmed project builds free, liberated open source Electronic Medical Record
software in multiple languages to assist and improve longitudinal care
(specifically in ambulatory settings, i.e. multi-professional practices
and clinics).

It is developed by a handful of medical doctors and programmers from all
over the world.

It can be useful to anyone documenting the health of patients including,
but not limited to, doctors, physical therapists, occupational therapists,
acupuncturists, nurses, psychologists... 

#-------------------------------------------------------------------------

%package client
Summary:	Client for %name
Group:		Office
Requires:	aspell
Requires:	file
Requires:	python-%{name}-client = %{version}
Requires:	%{name}-doc = %{version}
Requires:	python >= 2.3
Requires:	python-psycopg2 >= 2.0.10
Requires:	java
Requires:	xsane
Requires:	python
Requires:	wxPythonGTK >= 2.6.3
Requires:	libreoffice-pyuno
Requires:	python-egenix-mx-base
Requires:	kdepim4
Requires:	texlive


%description client
The client for %{name}

%files client -f %{name}.lang
%doc client/CHANGELOG
%config(noreplace)%{_sysconfdir}/%{name}/*
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/gnumed-client.desktop
%{_datadir}/pixmaps/*
%{_iconsdir}/*
%{_mandir}/man?/*

#-------------------------------------------------------------------------

%package -n python-%{name}-client
Summary:	Python libraries for %name client
Group:		Office
Requires:	python-%{name}-common = %{version}

%description -n python-%{name}-client
Common files for %{name}

%files -n python-%{name}-client
%doc client/CHANGELOG
%{py_puresitedir}/Gnumed/business/
%{py_puresitedir}/Gnumed/exporters/
%{py_puresitedir}/Gnumed/wxGladeWidgets/
%{py_puresitedir}/Gnumed/wxpython/

#-------------------------------------------------------------------------

%package -n python-%{name}-common
Summary:	Common files for %name
Group:		Office

%description -n python-%{name}-common
Common files for %{name}

%files -n python-%{name}-common
%doc client/CHANGELOG
%{py_puresitedir}/Gnumed/*.py
%{py_puresitedir}/Gnumed/pycommon

#-------------------------------------------------------------------------

%package doc
Summary:	Documentation for %name
Group:		Office

%description doc
Documentation for %{name}

%files doc
%doc client/CHANGELOG
%doc client/doc/user-manual/

#-------------------------------------------------------------------------

%prep
%setup -qn %{name}-client.%{version}
%{__sed} -i -e 's@Exec=/usr/bin/gnumed@Exec=/usr/bin/gnumed --conf-file=/etc/%{name}/%{name}-client.conf@' client/%{name}-client.desktop

# fix EOL encoding
pushd client/doc/user-manual/rsrc/Gnumed/LegacyAppConfiguration
for f in gnumed.conf.modus{1,2} GDT.ini;
do
    touch -r $f $f.tstamp \
    && sed -i 's/\r//' $f \
    && touch -r $f.tstamp $f \
    && rm $f.tstamp
done

for f in GDT.ini;
do
    iconv -f iso8859-1 -t utf-8 $f > $f.conv \
    && touch -r $f $f.conv && mv -f $f.conv $f
done
popd

%build

%install

mkdir -p %{buildroot}/%{_sysconfdir}/%{name}
cp -p client/connectors/gm_ctl_client.conf %{buildroot}/%{_sysconfdir}/%{name}/gm_ctl_client.conf
cp -p client/doc/%{name}.conf.example %{buildroot}/%{_sysconfdir}/%{name}/%{name}.conf
cp -p client/etc/%{name}/%{name}-client.conf.example %{buildroot}/%{_sysconfdir}/%{name}/%{name}-client.conf

mkdir -p %{buildroot}%{_bindir}
cp -p client/%{name} %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_datadir}/%{name}/bitmaps
cp  -av client/bitmaps/{e*,gnu*,serpent}.png %{buildroot}%{_datadir}/%{name}/bitmaps/

# Locale files
for i in "fr" "de" "es" "it" "nb" "nl" "pl" "pt_BR" "ru"; do
    mkdir -p %{buildroot}%{_datadir}/locale/"$i"/LC_MESSAGES/
    cp -p client/po/"$i"-%{name}.mo %{buildroot}%{_datadir}/locale/"$i"/LC_MESSAGES/%{name}.mo
done

%find_lang %{name}

mkdir -p %{buildroot}%{_datadir}/pixmaps
cp -p client/bitmaps/gm_icon-serpent_and_gnu.{png,svg} %{buildroot}%{_datadir}/pixmaps/

mkdir -p -m 755  %{buildroot}%{py_puresitedir}/Gnumed/business
cp -pr client/business %{buildroot}%{py_puresitedir}/Gnumed

mkdir -p -m 755 %{buildroot}%{py_puresitedir}/Gnumed/exporters
cp -pr client/exporters %{buildroot}%{py_puresitedir}/Gnumed

mkdir -p -m 755 %{buildroot}/%{py_puresitedir}/Gnumed/wxGladeWidgets
# Remove shebang
sed -i "/\/usr\/bin\/env/d" client/wxGladeWidgets/*
cp -pr client/wxGladeWidgets  %{buildroot}%{py_puresitedir}/Gnumed

mkdir -p -m 755 %{buildroot}/%{py_puresitedir}/Gnumed/wxpython/gui
cp -pr client/wxpython %{buildroot}%{py_puresitedir}/Gnumed
cp -pr client/wxpython/gui %{buildroot}%{py_puresitedir}/Gnumed/wxpython

sed -i "/\/usr\/bin\/env/d" client/%{name}.py
cp -pr client/%{name}.py %{buildroot}%{py_puresitedir}/Gnumed

mkdir -p %{buildroot}/%{_datadir}/applications/
mkdir -p %{buildroot}/%{_datadir}/icons/
cp client/%{name}-client.desktop %{buildroot}%{_datadir}/applications/
cp client/bitmaps/%{name}logo.png %{buildroot}%{_datadir}/icons/%{name}logo.png

desktop-file-install \
    --vendor='' \
    --dir %{buildroot}%{_datadir}/applications \
    %{buildroot}%{_datadir}/applications/%{name}-client.desktop

# pycommon
mkdir -p %{buildroot}%{py_puresitedir}/Gnumed/pycommon
cp -r client/pycommon %{buildroot}%{py_puresitedir}/Gnumed
cp -r client/__init__.py %{buildroot}%{py_puresitedir}/Gnumed

# Man pages
mkdir -p %{buildroot}%{_mandir}/man1/
cp client/doc/*.1 %{buildroot}%{_mandir}/man1/

# Extra binaries
install -p -m 0755 external-tools/gm-print_doc -t %{buildroot}/%{_bindir}/
install -p -m 0755 external-tools/gm-download_data -t %{buildroot}/%{_bindir}/

# Wrapper
cat << EOF > gm_ctl_client
#!/bin/bash
python client/connectors/gm_ctl_client.py --conf-file=%{_sysconfdir}/%{name}/gm_ctl_client.conf
EOF
install -p -m 0755 gm_ctl_client -t %{buildroot}/%{_bindir}/

%changelog

* Sun Sep 11 2016 alzim <alzim@bk.ru> 1.6.8-1
- (e9488c2) Merge pull request #1 from import/gnumed:rosa2016.1
- (e9488c2) Updated to 1.6.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10305 |14cu|gnumed-server-21.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major_ver 21
%define gm_state_dir %{_sharedstatedir}/gnumed
%define gm_server_dir %{gm_state_dir}/server

Name:		gnumed-server
Version:	%{major_ver}.8
Release:	1
Summary:	The GNUmed back end server
Group:		System/Servers
License:	GPLv2+
URL:		http://wiki.gnumed.de/
Source0:	http://www.gnumed.de/downloads/server/v%{major_ver}/%{name}.%{version}.tgz

BuildArch:	noarch

Requires:	python
Requires:	python-psycopg2
Requires:	mailx
Requires:	bzip2
Requires:	openssl
Requires:	postgresql
Requires:	rsync
Requires:	postgresql-plpgsql 


%description
The GNUmed project builds an open source Electronic Medical Record. 
It is developed by a handful of medical doctors and programmers from 
all over the world. It can be useful to anyone documenting the health 
of patients, including but not limited to doctors, physical therapists, 
occupational therapists.

%prep
%setup -q -n gnumed-server.%{version}

%build

%install
pushd server

#Copy to %%{gm_server_dir}
mkdir -p %{buildroot}%{gm_server_dir}
ln -s %{gm_server_dir} %{buildroot}%{gm_state_dir}/Gnumed
for dirent in bootstrap pycommon sql __init__.py;
do
  cp -pr $dirent %{buildroot}%{gm_server_dir}/
done
echo "%{version}" > %{buildroot}%{gm_server_dir}/version.txt

# silence bootstrap process by setting interactive to 'no' and set 'gm-dbo' as default password
for conffile in `find %{buildroot}/%{gm_server_dir}/bootstrap -maxdepth 1 -type f -name \*.conf` ; do \
   sed -i.bak1 's/^\(interactive[[:space:]]*=[[:space:]]*\)yes/\1no/' "$conffile" ; \
   sed -i.bak 's/^\(password[[:space:]]*=[[:space:]]*\)/\1 gm-dbo/' "$conffile" ; \
done


#copy config files to /etc
mkdir -p %{buildroot}%{_sysconfdir}/gnumed
for conf in `ls etc/gnumed/*.conf.example`;
    do mv $conf `echo $conf|sed 's/.example//'`;
done
cp -p -r etc/gnumed/*.conf %{buildroot}%{_sysconfdir}/gnumed

#create .gz files and copy them to mandir
mkdir -p %{buildroot}%{_mandir}/man8/
mkdir -p %{buildroot}%{_mandir}/man1/

for man in `ls doc/*.*`; \
    do gzip $man; \
done
cp -p doc/*.8.gz %{buildroot}%{_mandir}/man8
cp -p doc/*.1.gz %{buildroot}%{_mandir}/man1


#remove .sh extensions
#copy all scripts to bin dir
mkdir -p %{buildroot}%{_bindir}
rename ".sh" "" *.sh
cp gm-* %{buildroot}%{_bindir}

popd

%files
%doc server/GnuPublicLicense.txt server/doc/README server/doc/schema
%{gm_state_dir}
%{_bindir}/gm-*
%{_mandir}/man?/gm-*
%config(noreplace) %{_sysconfdir}/gnumed/*.conf

%changelog

* Sun Sep 11 2016 alzim <alzim@bk.ru> 21.8-1
- (5dd5f6b) Merge pull request #1 from import/gnumed-server:rosa2016.1
- (5dd5f6b) Updated to 21.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10306 |14cu|gnuradio-3.7.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0

%define libanalog	%mklibname %{name}-analog %{major}
%define devanalog	%mklibname %{name}-analog -d
%define libatsc		%mklibname %{name}-atsc %{major}
%define devatsc		%mklibname %{name}-atsc -d
%define libaudio	%mklibname %{name}-audio %{major}
%define devaudio	%mklibname %{name}-audio -d
%define libblocks	%mklibname %{name}-blocks %{major}
%define devblocks	%mklibname %{name}-blocks -d
%define libchannels	%mklibname %{name}-channels %{major}
%define devchannels	%mklibname %{name}-channels -d
%define libdigital	%mklibname %{name}-digital %{major}
%define devdigital	%mklibname %{name}-digital -d
%define libdtv		%mklibname %{name}-dtv %{major}
%define devdtv		%mklibname %{name}-dtv -d
%define libfcd		%mklibname %{name}-fcd %{major}
%define devfcd		%mklibname %{name}-fcd -d
%define libfec		%mklibname %{name}-fec %{major}
%define devfec		%mklibname %{name}-fec -d
%define libfft		%mklibname %{name}-fft %{major}
%define devfft		%mklibname %{name}-fft -d
%define libfilter	%mklibname %{name}-filter %{major}
%define devfilter	%mklibname %{name}-filter -d
%define libnoaa		%mklibname %{name}-noaa %{major}
%define devnoaa		%mklibname %{name}-noaa -d
%define libpager	%mklibname %{name}-pager %{major}
%define devpager	%mklibname %{name}-pager -d
%define libqtgui	%mklibname %{name}-qtgui %{major}
%define devqtgui	%mklibname %{name}-qtgui -d
%define libpmt		%mklibname %{name}-pmt %{major}
%define devpmt		%mklibname %{name}-pmt -d
%define libruntime	%mklibname %{name}-runtime %{major}
%define devruntime	%mklibname %{name}-runtime -d
%define libtrellis	%mklibname %{name}-trellis %{major}
%define devtrellis	%mklibname %{name}-trellis -d
%define libuhd		%mklibname %{name}-uhd %{major}
%define devuhd		%mklibname %{name}-uhd -d
%define libvideo_sdl	%mklibname %{name}-video-sdl %{major}
%define devvideo_sdl	%mklibname %{name}-video-sdl -d
%define libvocoder	%mklibname %{name}-vocoder %{major}
%define devvocoder	%mklibname %{name}-vocoder -d
%define libwavelet	%mklibname %{name}-wavelet %{major}
%define devwavelet	%mklibname %{name}-wavelet -d
%define libwxgui	%mklibname %{name}-wxgui %{major}
%define devwxgui	%mklibname %{name}-wxgui -d

%define volk_major	1.2.2
%define libvolk		%mklibname volk %{volk_major}
%define devvolk		%mklibname volk -d

Summary:	Software defined radio framework
Name:		gnuradio
Version:	3.7.9.2
Release:	1
License:	GPLv3+
Group:		Communications
Url:		http://www.gnuradio.org
Source0:	http://gnuradio.org/releases/gnuradio/%{name}-%{version}.tar.gz
# Create tarball from git with:
# $ ./make-tarball gnuradio http://gnuradio.org/git/gnuradio.git
# See note in make-tarball script
Source1:	make-tarball
Source10:	%{name}.rpmlintrc
Patch0:		gnuradio-3.7.1-mga-cmakelists.patch
Patch1:		gnuradio-3.7.9-ubu-FindGSL.cmake.patch
Patch2:		gnuradio-3.7.9.2-docbook-dtd45.patch
BuildRequires:	cmake
BuildRequires:	docbook-dtd45-xml
BuildRequires:	doxygen
BuildRequires:	ghostscript
BuildRequires:	graphviz
BuildRequires:	libtool
BuildRequires:	pygtk2.0-libglade
BuildRequires:	python-cheetah
BuildRequires:	python-lxml
BuildRequires:	python-numpy
BuildRequires:	python-qt4-devel
BuildRequires:	python-scipy
BuildRequires:	sdcc
BuildRequires:	swig
BuildRequires:	texlive-collection-fontsrecommended
BuildRequires:	texlive-collection-latex
BuildRequires:	wxPython
BuildRequires:	xdg-utils
BuildRequires:	xmlto
BuildRequires:	boost-devel
BuildRequires:	libqwtplot3d-devel
BuildRequires:	qwt-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(guile-2.0)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(log4cpp)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(uhd)

Requires(pre):	shadow-utils

Requires:	%{name}-companion = %{EVRD}
Requires:	%{name}-configs = %{EVRD}
Requires:	%{name}-doc = %{EVRD}
Requires:	%{name}-examples = %{EVRD}
Requires:	%{name}-pager = %{EVRD}
Requires:	%{name}-utils = %{EVRD}
Requires:	%{libanalog} = %{EVRD}
Requires:	%{libatsc} = %{EVRD}
Requires:	%{libaudio} = %{EVRD}
Requires:	%{libblocks} = %{EVRD}
Requires:	%{libchannels} = %{EVRD}
Requires:	%{libdigital} = %{EVRD}
Requires:	%{libdtv} = %{EVRD}
Requires:	%{libfcd} = %{EVRD}
Requires:	%{libfec} = %{EVRD}
Requires:	%{libfft} = %{EVRD}
Requires:	%{libfilter} = %{EVRD}
Requires:	%{libnoaa} = %{EVRD}
Requires:	%{libpager} = %{EVRD}
Requires:	%{libpmt} = %{EVRD}
Requires:	%{libqtgui} = %{EVRD}
Requires:	%{libruntime} = %{EVRD}
Requires:	%{libtrellis} = %{EVRD}
Requires:	%{libuhd} = %{EVRD}
Requires:	%{libvideo_sdl} = %{EVRD}
Requires:	%{libvocoder} = %{EVRD}
Requires:	%{libvolk} = %{EVRD}
Requires:	%{libwavelet} = %{EVRD}
Requires:	%{libwxgui} = %{EVRD}

Requires:	python-%{name}-analog = %{EVRD}
Requires:	python-%{name}-atsc = %{EVRD}
Requires:	python-%{name}-audio = %{EVRD}
Requires:	python-%{name}-blocks = %{EVRD}
Requires:	python-%{name}-channels = %{EVRD}
Requires:	python-%{name}-digital = %{EVRD}
Requires:	python-%{name}-dtv = %{EVRD}
Requires:	python-%{name}-fcd = %{EVRD}
Requires:	python-%{name}-fec = %{EVRD}
Requires:	python-%{name}-fft = %{EVRD}
Requires:	python-%{name}-filter = %{EVRD}
Requires:	python-%{name}-modtool = %{EVRD}
Requires:	python-%{name}-noaa = %{EVRD}
Requires:	python-%{name}-pmt = %{EVRD}
Requires:	python-%{name}-qtgui = %{EVRD}
Requires:	python-%{name}-runtime = %{EVRD}
Requires:	python-%{name}-trellis = %{EVRD}
Requires:	python-%{name}-uhd = %{EVRD}
Requires:	python-%{name}-video-sdl = %{EVRD}
Requires:	python-%{name}-vocoder = %{EVRD}
Requires:	python-%{name}-wavelet = %{EVRD}
Requires:	python-%{name}-wxgui = %{EVRD}

%description
GNU Radio is a collection of software that when combined with minimal
hardware, allows the construction of radios where the actual wave forms
transmitted and received are defined by software. What this means is
that it turns the digital modulation schemes used in today's high
performance wireless devices into software problems.
This is a virtual package that installs the entire GNU Radio software set.

%files

#----------------------------------------------------------------------------

%package configs
Summary:	GNU Radio configs
Group:		Communications
Conflicts:	%{_lib}gnuradio-audio0 < 3.7.9.2
Conflicts:	%{_lib}gnuradio-qtgui0 < 3.7.9.2
Conflicts:	python-%{name}-audio < 3.7.9.2
Conflicts:	python-%{name}-modtool < 3.7.9.2
Conflicts:	python-%{name}-runtime < 3.7.9.2
Conflicts:	python-%{name}-wxgui < 3.7.9.2

%description configs
This package provides GNU Radio configs.

%files configs
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/gr-audio.conf
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/gr-audio-*.conf
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/gr_log_default.conf
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/gr-qtgui.conf
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/gr-wxgui.conf
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/modtool.conf
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/%{name}-runtime.conf

#----------------------------------------------------------------------------

%package doc
Summary:	Software Defined Radio
Group:		Documentation
BuildArch:	noarch

%description doc
This package contains the documentation for the GNU Radio software
defined radio system.

%files doc
%doc %{_docdir}/*
%{_datadir}/applications/%{name}-doc.desktop

#----------------------------------------------------------------------------

%package examples
Summary:	GNU Radio Example Programs
Group:		Communications

%description examples
This package provides examples of GNU Radio usage using Python.

%files examples
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/grc

#----------------------------------------------------------------------------

%package -n %{libanalog}
Summary:	GNU Radio analog
Group:		System/Libraries

%description -n %{libanalog}
GNU Radio analog module.

%files -n %{libanalog}
%{_libdir}/lib%{name}-analog*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devanalog}
Summary:	GNU Radio analog development files
Group:		System/Libraries
Requires:	%{libanalog} = %{EVRD}

%description -n %{devanalog}
This package contains header files needed by developers.

%files -n %{devanalog}
%{_includedir}/%{name}/analog/*.h
%{_libdir}/lib%{name}-analog*.so
%{_libdir}/pkgconfig/%{name}-analog.pc

#----------------------------------------------------------------------------

%package -n %{libatsc}
Summary:	The GNU Radio blocks for ATSC decoding
Group:		System/Libraries

%description -n %{libatsc}
This pacage provides ATSC (HDTV) transmitter and receiver blocks.
Code related to the Advanced Television Standards Committee HDTV
implementation.

%files -n %{libatsc}
%{_libdir}/lib%{name}-atsc*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devatsc}
Summary:	The GNU Radio blocks for ATSC decoding
Group:		Development/Other
Requires:	%{libatsc} = %{EVRD}

%description -n %{devatsc}
This package contains header files needed by developers.

%files -n %{devatsc}
%{_includedir}/%{name}/atsc/*.h
%{_includedir}/%{name}/atsc/CMakeLists.txt
%{_libdir}/pkgconfig/%{name}-atsc.pc
%{_libdir}/lib%{name}-atsc*.so

#----------------------------------------------------------------------------

%package -n %{libaudio}
Summary:	GNU Radio audio interfaces
Group:		System/Libraries
Requires:	%{name}-configs

%description -n %{libaudio}
This package includes all of the supported audio interfaces.

%files -n %{libaudio}
%{_libdir}/lib%{name}-audio*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devaudio}
Summary:	GNU Radio audio interfaces - devel files
Group:		Development/Other
Requires:	%{libaudio} = %{EVRD}
Requires:	%{devruntime} = %{EVRD}

%description -n %{devaudio}
This package contains header files needed by developers.

%files -n %{devaudio}
%{_includedir}/%{name}/audio/*.h
%{_libdir}/pkgconfig/%{name}-audio.pc
%{_libdir}/lib%{name}-audio*.so

#----------------------------------------------------------------------------

%package -n %{libblocks}
Summary:	GNU Radio blocks
Group:		System/Libraries

%description -n %{libblocks}
GNU Radio blocks module.

%files -n %{libblocks}
%{_libdir}/lib%{name}-blocks*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devblocks}
Summary:	GNU Radio blocks development files
Group:		System/Libraries
Requires:	%{libblocks} = %{EVRD}

%description -n %{devblocks}
This package contains header files needed by developers.

%files -n %{devblocks}
%{_includedir}/%{name}/blocks/*.h
%{_libdir}/lib%{name}-blocks*.so
%{_libdir}/pkgconfig/%{name}-blocks.pc

#----------------------------------------------------------------------------

%package -n %{libchannels}
Summary:	GNU Radio channels
Group:		System/Libraries

%description -n %{libchannels}
GNU Radio channels module.

%files -n %{libchannels}
%{_libdir}/lib%{name}-channels*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devchannels}
Summary:	GNU Radio channels development files
Group:		System/Libraries
Requires:	%{libchannels} = %{EVRD}

%description -n %{devchannels}
This package contains header files needed by developers.

%files -n %{devchannels}
%{_includedir}/%{name}/channels/*.h
%{_libdir}/lib%{name}-channels*.so
%{_libdir}/pkgconfig/%{name}-channels.pc

#----------------------------------------------------------------------------

%package -n %{libdigital}
Summary:	GNU Radio digital modulation blocks
Group:		System/Libraries

%description -n %{libdigital}
This is the gr-digital package.
It contains all of the digital modulation blocks, utilities, and examples.

%files -n %{libdigital}
%{_libdir}/lib%{name}-digital*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devdigital}
Summary:	GNU Radio digital modulation blocks development files
Group:		Development/Other
Requires:	%{libdigital} = %{EVRD}

%description -n %{devdigital}
This package contains header files needed by developers.

%files -n %{devdigital}
%{_includedir}/%{name}/digital/*.h
%{_libdir}/pkgconfig/%{name}-digital.pc
%{_libdir}/lib%{name}-digital*.so

#----------------------------------------------------------------------------

%package -n %{libdtv}
Summary:	GNU Radio DTV library files
Group:		System/Libraries

%description -n %{libdtv}
GNU Radio DTV library files.

%files -n %{libdtv}
%{_libdir}/lib%{name}-dtv*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devdtv}
Summary:	GNU Radio DTV development files
Group:		System/Libraries
Requires:	%{libdtv} = %{EVRD}

%description -n %{devdtv}
This package contains header files needed by developers.

%files -n %{devdtv}
%{_includedir}/%{name}/dtv/*.h
%{_libdir}/pkgconfig/%{name}-dtv.pc
%{_libdir}/lib%{name}-dtv*.so

#----------------------------------------------------------------------------

%package -n %{libfcd}
Summary:	GNU Radio Fun Cube Dongle library files
Group:		System/Libraries

%description -n %{libfcd}
GNU Radio Fun Cube Dongle library files.

%files -n %{libfcd}
%{_libdir}/lib%{name}-fcd*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devfcd}
Summary:	GNU Radio Fun Cube Dongle development files
Group:		System/Libraries
Requires:	%{libfcd} = %{EVRD}

%description -n %{devfcd}
This package contains header files needed by developers.

%files -n %{devfcd}
%{_includedir}/%{name}/fcd/*.h
%{_libdir}/pkgconfig/%{name}-fcd.pc
%{_libdir}/lib%{name}-fcd*.so

#----------------------------------------------------------------------------

%package -n %{libfec}
Summary:	GNU Radio fec
Group:		System/Libraries

%description -n %{libfec}
GNU Radio fec module.

%files -n %{libfec}
%{_libdir}/lib%{name}-fec*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devfec}
Summary:	GNU Radio fec development files
Group:		System/Libraries
Requires:	%{libfec} = %{EVRD}

%description -n %{devfec}
This package contains header files needed by developers.

%files -n %{devfec}
%{_includedir}/%{name}/fec/*.h
%{_libdir}/lib%{name}-fec*.so
%{_libdir}/pkgconfig/%{name}-fec.pc

#----------------------------------------------------------------------------

%package -n %{libfft}
Summary:	GNU Radio FFT mofule
Group:		System/Libraries

%description -n %{libfft}
GNU Radio FFT module.

%files -n %{libfft}
%{_libdir}/lib%{name}-fft*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devfft}
Summary:	GNU Radio FFT development files
Group:		System/Libraries
Requires:	%{libfft} = %{EVRD}

%description -n %{devfft}
This package contains header files needed by developers.

%files -n %{devfft}
%{_includedir}/%{name}/fft/*.h
%{_libdir}/lib%{name}-fft*.so
%{_libdir}/pkgconfig/%{name}-fft.pc

#----------------------------------------------------------------------------

%package -n %{libfilter}
Summary:	GNU Radio filters
Group:		System/Libraries

%description -n %{libfilter}
GNU Radio filter module.

%files -n %{libfilter}
%{_libdir}/lib%{name}-filter*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devfilter}
Summary:	GNU Radio filter development files
Group:		System/Libraries
Requires:	%{libfilter} = %{EVRD}

%description -n %{devfilter}
This package contains header files needed by developers.

%files -n %{devfilter}
%{_includedir}/%{name}/filter/*.h
%{_libdir}/lib%{name}-filter*.so
%{_libdir}/pkgconfig/%{name}-filter.pc

#----------------------------------------------------------------------------

%package -n %{libnoaa}
Summary:	GNU Radio C++ block implementing the NOAA
Group:		System/Libraries

%description -n %{libnoaa}
This package provides a NOAA POES HRPT receiver/demodulator block
for GNU Radio.

%files -n %{libnoaa}
%{_libdir}/lib%{name}-noaa*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devnoaa}
Summary:	GNU Radio C++ block implementing the NOAA
Group:		Development/Other
Requires:	%{libnoaa} = %{EVRD}

%description -n %{devnoaa}
This package contains header files needed by developers.

%files -n %{devnoaa}
%{_includedir}/%{name}/noaa/*.h
%{_libdir}/lib%{name}-noaa*.so
%{_libdir}/pkgconfig/%{name}-noaa.pc

#----------------------------------------------------------------------------

%package -n %{libpager}
Summary:	GNU Radio C++ block implementing the FLEX one-way pager protocol
Group:		System/Libraries

%description -n %{libpager}
This package provides an implementation of the FLEX one-way pager protocol
for GNU Radio.

%files -n %{libpager}
%{_libdir}/lib%{name}-pager*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devpager}
Summary:	GNU Radio C++ block implementing the FLEX one-way pager protocol
Group:		Development/Other
Requires:	%{libpager} = %{EVRD}

%description -n %{devpager}
This package contains header files needed by developers.

%files -n %{devpager}
%{_includedir}/%{name}/pager/*.h
%{_libdir}/pkgconfig/%{name}-pager.pc
%{_libdir}/lib%{name}-pager*.so

#----------------------------------------------------------------------------

%package -n %{libpmt}
Summary:	GNU Radio pmt
Group:		System/Libraries

%description -n %{libpmt}
GNU Radio pmt module.

%files -n %{libpmt}
%{_libdir}/lib%{name}-pmt*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devpmt}
Summary:	GNU Radio pmt development files
Group:		System/Libraries
Requires:	%{libpmt} = %{EVRD}

%description -n %{devpmt}
This package contains header files needed by developers.

%files -n %{devpmt}
%{_libdir}/lib%{name}-pmt*.so
%{_includedir}/pmt/*.h

#----------------------------------------------------------------------------

%package -n %{libqtgui}
Summary:	GNU Radio C++ blocks for QT-based GUI applications
Group:		System/Libraries
Requires:	%{name}-configs

%description -n %{libqtgui}
This package contains the C++ library for using GNU Radio inside
QT-based GUI applications.

%files -n %{libqtgui}
%{_libdir}/lib%{name}-qtgui*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devqtgui}
Summary:	GNU Radio C++ blocks for QT-based GUI applications
Group:		Development/Other
Requires:	%{libqtgui} = %{EVRD}

%description -n %{devqtgui}
This package contains the C++ library for using GNU Radio inside
QT-based GUI applications.
This package contains header files needed by developers.

%files -n %{devqtgui}
%{_includedir}/%{name}/qtgui/*.h
%{_includedir}/%{name}/qtgui/CMakeLists.txt
%{_libdir}/pkgconfig/%{name}-qtgui.pc
%{_libdir}/lib%{name}-qtgui*.so

#----------------------------------------------------------------------------

%package -n %{libruntime}
Summary:	The GNU Radio Runtime Library
Group:		System/Libraries

%description -n %{libruntime}
This package contains the GNU Radio runtime libraries.

%files -n %{libruntime}
%{_libdir}/lib%{name}-runtime*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devruntime}
Summary:	The GNU Radio runtime devel files
Group:		Development/Other
Requires:	%{libruntime} = %{EVRD}

%description -n %{devruntime}
This package contains header files needed by developers.

%files -n %{devruntime}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_includedir}/%{name}/messages/*.h
%{_includedir}/%{name}/thread/*.h
%{_includedir}/%{name}/swig
%{_libdir}/pkgconfig/%{name}-runtime.pc
%{_libdir}/lib%{name}-runtime*.so

#----------------------------------------------------------------------------

%package -n %{libtrellis}
Summary:	GNU Radio C++ block implementing trellis-coded modulation
Group:		System/Libraries

%description -n %{libtrellis}
This package provides an implementation of tellis-coded modulation
for GNU Radio.

%files -n %{libtrellis}
%{_libdir}/lib%{name}-trellis*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devtrellis}
Summary:	GNU Radio C++ block implementing trellis-coded modulation
Group:		Development/Other
Requires:	%{libtrellis} = %{EVRD}

%description -n %{devtrellis}
This package contains header files needed by developers.

%files -n %{devtrellis}
%{_includedir}/%{name}/trellis/*.h
%{_libdir}/pkgconfig/%{name}-trellis.pc
%{_libdir}/lib%{name}-trellis*.so

#----------------------------------------------------------------------------

%package -n %{libuhd}
Summary:	GNU Radio UHD
Group:		System/Libraries

%description -n %{libuhd}
This is the GNU Radio UHD package.
It is the interface to the UHD library to connect to and send and receive data
between the Ettus Research, LLC product line.

%files -n %{libuhd}
%{_libdir}/lib%{name}-uhd*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devuhd}
Summary:	GNU Radio UHD development files
Group:		Development/Other
Requires:	%{libuhd} = %{EVRD}
Requires:	%{devruntime} = %{EVRD}

%description -n %{devuhd}
This package contains header files needed by developers.

%files -n %{devuhd}
%{_includedir}/%{name}/uhd/*.h
%{_libdir}/pkgconfig/%{name}-uhd.pc
%{_libdir}/lib%{name}-uhd*.so

#----------------------------------------------------------------------------

%package -n %{libvideo_sdl}
Summary:	GNU Radio C++ block implementing video-sdl-coded modulation
Group:		System/Libraries

%description -n %{libvideo_sdl}
This package provides an interface to the SDL rendering library
for GNU Radio.

%files -n %{libvideo_sdl}
%{_libdir}/lib%{name}-video-sdl*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devvideo_sdl}
Summary:	GNU Radio C++ block implementing video-sdl-coded modulation
Group:		Development/Other
Requires:	%{libvideo_sdl} = %{EVRD}

%description -n %{devvideo_sdl}
This package provides an interface to the SDL rendering library
for GNU Radio.

This package contains header files needed by developers.

%files -n %{devvideo_sdl}
%{_includedir}/%{name}/video_sdl/*.h
%{_libdir}/pkgconfig/%{name}-video-sdl.pc
%{_libdir}/lib%{name}-video-sdl*.so

#----------------------------------------------------------------------------

%package -n %{libvocoder}
Summary:	GNU Radio C++ vocoder blocks
Group:		System/Libraries

%description -n %{libvocoder}
This is the gr-vocoder package.
It contains all available vocoders in GNU Radio.

%files -n %{libvocoder}
%{_libdir}/lib%{name}-vocoder*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devvocoder}
Summary:	GNU Radio vocoder devel files
Group:		Development/Other
Requires:	%{libvocoder} = %{EVRD}

%description -n %{devvocoder}
This package contains header files needed by developers.

%files -n %{devvocoder}
%{_includedir}/%{name}/vocoder/*.h
%{_libdir}/pkgconfig/%{name}-vocoder.pc
%{_libdir}/lib%{name}-vocoder*.so

#----------------------------------------------------------------------------

%package -n %{libwavelet}
Summary:	GNU Radio Wavelet
Group:		System/Libraries

%description -n %{libwavelet}
GNU Radio Wavelet module.

%files -n %{libwavelet}
%{_libdir}/lib%{name}-wavelet*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devwavelet}
Summary:	GNU Radio Wavelet development files
Group:		System/Libraries
Requires:	%{libwavelet} = %{EVRD}

%description -n %{devwavelet}
This package contains header files needed by developers.

%files -n %{devwavelet}
%{_includedir}/%{name}/wavelet/*.h
%{_libdir}/lib%{name}-wavelet*.so
%{_libdir}/pkgconfig/%{name}-wavelet.pc

#----------------------------------------------------------------------------

%package -n %{libwxgui}
Summary:	GNU Radio wxgui
Group:		System/Libraries

%description -n %{libwxgui}
GNU Radio wxgui module.

%files -n %{libwxgui}
%{_libdir}/lib%{name}-wxgui*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devwxgui}
Summary:	GNU Radio wxgui development files
Group:		System/Libraries
Requires:	%{libwxgui} = %{EVRD}

%description -n %{devwxgui}
This package contains header files needed by developers.

%files -n %{devwxgui}
%{_includedir}/%{name}/wxgui/*.h
%{_libdir}/lib%{name}-wxgui*.so
%{_libdir}/pkgconfig/gr-wxgui.pc

#----------------------------------------------------------------------------

%package -n %{libvolk}
Summary:	GNU Radio Volk
Group:		System/Libraries
Obsoletes:	%{_lib}gnuradio-volk0 < 3.7.9.2

%description -n %{libvolk}
VOLK stands for Vector-Optimized Library of Kernels.
It is a library that was introduced into GNU Radio in December 2010.

%files -n %{libvolk}
%{_libdir}/libvolk.so.%{volk_major}*

#----------------------------------------------------------------------------

%package -n %{devvolk}
Summary:	GNU Radio Volk development files
Group:		Development/Other
Requires:	%{libvolk} = %{EVRD}
Conflicts:	%{_lib}gnuradio-volk0 < 3.7.9.2
Conflicts:	%{_lib}gnuradio-volk-devel < 3.7.9.2
Obsoletes:	%{_lib}gnuradio-volk-devel < 3.7.9.2

%description -n %{devvolk}
This package contains header files needed by developers.

%files -n %{devvolk}
%{_includedir}/volk/*
%{_libdir}/cmake/volk/VolkConfig.cmake
%{_libdir}/cmake/volk/VolkConfigVersion.cmake
%{_libdir}/pkgconfig/volk.pc
%{_libdir}/libvolk.so

#----------------------------------------------------------------------------

%package -n python-%{name}-analog
Summary:	GNU Radio analog
Group:		Development/Python

%description -n python-%{name}-analog
GNU Radio analog.

%files -n python-%{name}-analog
%{py_platsitedir}/%{name}/analog

#----------------------------------------------------------------------------

%package -n python-%{name}-atsc
Summary:	Python bindings for GNU Radio ATSC decoding
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-atsc
This package contains Python bindings for GNU Radio ATSC decoding.
Code related to the Advanced Television Standards Committee HDTV
implementation.

%files -n python-%{name}-atsc
%{py_platsitedir}/%{name}/atsc/*

#----------------------------------------------------------------------------

%package -n python-%{name}-audio
Summary:	GNU Radio Python Audio Driver
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}
Requires:	%{name}-configs

%description -n python-%{name}-audio
This package provides the Python interface to the GNU Radio driver for the
audio system.

%files -n python-%{name}-audio
%{py_platsitedir}/%{name}/audio/*

#----------------------------------------------------------------------------

%package -n python-%{name}-blocks
Summary:	GNU Radio blocks
Group:		Development/Python

%description -n python-%{name}-blocks
GNU Radio blocks.

%files -n python-%{name}-blocks
%{py_platsitedir}/%{name}/blocks

#----------------------------------------------------------------------------

%package -n python-%{name}-channels
Summary:	GNU Radio channels
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-channels
GNU Radio channels.

%files -n python-%{name}-channels
%{py_platsitedir}/%{name}/channels

#----------------------------------------------------------------------------

%package -n python-%{name}-digital
Summary:	Python bindings for GNU Radio Digital
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-digital
This package contains Python bindings for GNU Radio Digital.

%files -n python-%{name}-digital
%{py_platsitedir}/%{name}/digital/*

#----------------------------------------------------------------------------

%package -n python-%{name}-dtv
Summary:	Python bindings for GNU Radio DTV
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}
Requires:	python-numpy
Requires:	python-opengl

%description -n python-%{name}-dtv
This package contains Python bindings for GNU Radio DTV.

%files -n python-%{name}-dtv
%{python_sitearch}/%{name}/dtv/*

#----------------------------------------------------------------------------

%package -n python-%{name}-fcd
Summary:	GNU Radio Fun Cube Dongle
Group:		Development/Python

%description -n python-%{name}-fcd
GNU Radio Fun Cube Dongle.

%files -n python-%{name}-fcd
%{py_platsitedir}/%{name}/fcd

#----------------------------------------------------------------------------

%package -n python-%{name}-fec
Summary:	GNU Radio fec
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-fec
GNU Radio fec.

%files -n python-%{name}-fec
%{py_platsitedir}/%{name}/fec

#----------------------------------------------------------------------------

%package -n python-%{name}-fft
Summary:	GNU Radio fft
Group:		Development/Python

%description -n python-%{name}-fft
GNU Radio fft.

%files -n python-%{name}-fft
%{py_platsitedir}/%{name}/fft
%{py_platsitedir}/%{name}/plot_fft_base.*

#----------------------------------------------------------------------------

%package -n python-%{name}-filter
Summary:	GNU Radio filter
Group:		Development/Python

%description -n python-%{name}-filter
GNU Radio filter.

%files -n python-%{name}-filter
%{py_platsitedir}/%{name}/filter
%{py_platsitedir}/%{name}/pyqt_filter.*

#----------------------------------------------------------------------------

%package -n python-%{name}-modtool
Summary:	GNU Radio modtool
Group:		Development/Python
Requires:	%{name}-configs

%description -n python-%{name}-modtool
GNU Radio modtool.

%files -n python-%{name}-modtool
%{py_platsitedir}/%{name}/modtool
%{py_platsitedir}/volk_modtool/*

#----------------------------------------------------------------------------

%package -n python-%{name}-noaa
Summary:	GNU Radio NOAA POES HRPT receiver
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}
Conflicts:	%{name}-noaa < 3.7.9.2
Obsoletes:	%{name}-noaa < 3.7.9.2

%description -n python-%{name}-noaa
This package provides and implements an NOAA POES HRPT receiver.

%files -n python-%{name}-noaa
%{py_platsitedir}/%{name}/noaa

#----------------------------------------------------------------------------

%package -n python-%{name}-pmt
Summary:	GNU Radio pmt
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}
Requires:	python-numpy
Requires:	python-opengl

%description -n python-%{name}-pmt
GNU Radio pmt.

%files -n python-%{name}-pmt
%{py_platsitedir}/pmt/*

#----------------------------------------------------------------------------

%package -n python-%{name}-qtgui
Summary:	GNU Radio Graphical Interface Routines based on QT
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-qtgui
This package provides the Python wrappers around the GNU Radio QT GUI
C++ blocks.

%files -n python-%{name}-qtgui
%{py_platsitedir}/%{name}/qtgui

#----------------------------------------------------------------------------

%package -n python-%{name}-runtime
Summary:	Python bindings for GNU Radio runtime library
Group:		Development/Python
Requires:	pygtk2.0
Requires:	python-cheetah
Requires:	python-lxml
Requires:	python-numpy
Requires:	python-opengl
Requires:	python-scipy
# Explicit require on PyQt4 Resolves: rhbz#781494
Requires:	PyQt4
Requires:	wxPython
Requires:	%{name}-configs

%description -n python-%{name}-runtime
This package provides the modules that enable one to use gnuradio from
Python scripts.

%files -n python-%{name}-runtime
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/conf.d
%dir %{py_platsitedir}/%{name}
%{py_platsitedir}/%{name}/ctrlport
%{py_platsitedir}/%{name}/gr
%{py_platsitedir}/%{name}/gru
%{py_platsitedir}/%{name}/__init__.*
%{py_platsitedir}/%{name}/eng_notation.*
%{py_platsitedir}/%{name}/eng_option.*
%{py_platsitedir}/%{name}/gr_unittest.*
%{py_platsitedir}/%{name}/gr_xmlrunner.*
%{py_platsitedir}/%{name}/eng_arg.*

#----------------------------------------------------------------------------

%package -n python-%{name}-trellis
Summary:	GNU Radio Trellis-Coded Modulation library
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-trellis
This package provides an implementation of trellis-coded modulation for
GNU Radio.

%files -n python-%{name}-trellis
%{py_platsitedir}/%{name}/trellis/*

#----------------------------------------------------------------------------

%package -n python-%{name}-uhd
Summary:	Python bindings for GNU Radio uhd driver
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-uhd
This package provides the Python interface to the GNU Radio uhd driver
and daughterboard drivers.

%files -n python-%{name}-uhd
%{py_platsitedir}/%{name}/uhd

#----------------------------------------------------------------------------

%package -n python-%{name}-video-sdl
Summary:	GNU Radio SDL Interface Library
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-video-sdl
This package provides an interface to the SDL rendering library for GNU Radio.

%files -n python-%{name}-video-sdl
%{py_platsitedir}/%{name}/video_sdl/*

#----------------------------------------------------------------------------

%package -n python-%{name}-vocoder
Summary:	Python bindings for GNU Radio vocoder
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}

%description -n python-%{name}-vocoder
This package contains Python bindings for GNU Radio ATSC decoding.

%files -n python-%{name}-vocoder
%{py_platsitedir}/%{name}/vocoder/*

#----------------------------------------------------------------------------

%package -n python-%{name}-wavelet
Summary:	GNU Radio wavelet
Group:		Development/Python

%description -n python-%{name}-wavelet
GNU Radio wavelet.

%files -n python-%{name}-wavelet
%{py_platsitedir}/%{name}/wavelet

#----------------------------------------------------------------------------

%package -n python-%{name}-wxgui
Summary:	GNU Radio GUI Routines based on wxPython
Group:		Development/Python
Requires:	python-%{name}-runtime = %{EVRD}
Requires:	%{name}-configs

%description -n python-%{name}-wxgui
This package provides high level GUI construction classes based upon the
wxPython bindings for wxWidgets.

%files -n python-%{name}-wxgui
%{py_platsitedir}/%{name}/wxgui

#----------------------------------------------------------------------------

%package companion
Summary:	The GNU Radio Companion
Group:		Communications
Requires:	python-%{name}-pmt = %{EVRD}
Requires:	python-%{name}-runtime = %{EVRD}
Requires:	pygtk2.0
Requires:	python-cheetah
Requires:	python-lxml
Suggests:	%{name}-examples = %{EVRD}
Obsoletes:	grc < 3.5.1

%description companion
GRC is a graphical flowgraph editor for the GNU Software Radio.

%files companion
%config(noreplace) %{_sysconfdir}/%{name}/conf.d/grc.conf
%{_bindir}/%{name}-companion
%{_datadir}/applications/%{name}-grc.desktop
%{_datadir}/mime/application/*.xml
%{_iconsdir}/hicolor/*/apps/%{name}-grc.png
%{_datadir}/%{name}/grc
%{py_platsitedir}/%{name}/grc
%{py_platsitedir}/grc_%{name}

#----------------------------------------------------------------------------

%package pager
Summary:	GNU Radio FLEX Pager Decoder
Group:		Communications
Requires:	python-%{name}-uhd = %{EVRD}

%description pager
This package provides a decoder for the FLEX paging protocol for GNU Radio.

%files pager
%{_bindir}/usrp_flex*
%{py_platsitedir}/%{name}/pager

#----------------------------------------------------------------------------

%package utils
Summary:	GNU Radio Utilities
Group:		Communications
Requires:	python-%{name}-wxgui = %{EVRD}
Requires:	python-matplotlib
Requires:	python-scipy
Requires:	python-qt4
#Requires:	python-qwt

%description utils
This package provides commonly used utilities for GNU Radio.

%files utils
%{py_platsitedir}/%{name}/plot_psd_base.*
%{py_platsitedir}/%{name}/plot_data.*
%{py_platsitedir}/%{name}/pyqt_plot.*
%{_bindir}/%{name}-config-info

## Where do these live?
%{_bindir}/gr_filter_design
%{_bindir}/gr_plot_*
%{_bindir}/uhd_*
%{_bindir}/gr_read_file_metadata
%{_bindir}/grcc
%{_bindir}/gr_modtool
%{_bindir}/gr_constellation_plot
%{_bindir}/gr_psd_plot_b
%{_bindir}/gr_psd_plot_c
%{_bindir}/gr_psd_plot_f
%{_bindir}/gr_psd_plot_i
%{_bindir}/gr_psd_plot_s
%{_bindir}/gr_spectrogram_plot
%{_bindir}/gr_spectrogram_plot_b
%{_bindir}/gr_spectrogram_plot_c
%{_bindir}/gr_spectrogram_plot_f
%{_bindir}/gr_spectrogram_plot_i
%{_bindir}/gr_spectrogram_plot_s
%{_bindir}/gr_time_plot_b
%{_bindir}/gr_time_plot_c
%{_bindir}/gr_time_plot_f
%{_bindir}/gr_time_plot_i
%{_bindir}/gr_time_plot_s
%{_bindir}/gr_time_raster_b
%{_bindir}/gr_time_raster_f
%{_bindir}/volk_modtool
%{_bindir}/volk_profile
%{_bindir}/volk-config-info
%{_bindir}/gr-ctrlport-monitor
%{_bindir}/gr-ctrlport-monitorc
%{_bindir}/gr-ctrlport-monitoro
%{_bindir}/gr-perf-monitorx
%{_bindir}/gr-perf-monitorxc
%{_bindir}/gr-perf-monitorxo
%{_bindir}/polar_channel_construction
%{_libdir}/cmake/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake
%make

%install
%makeinstall_std -C build

#icons
for i in 32 48 64 128 256; do
	install -Dpm0644 %{buildroot}%{_datadir}/%{name}/grc/freedesktop/grc-icon-${i}.png \
		%{buildroot}/%{_iconsdir}/hicolor/${i}x${i}/apps/%{name}-grc.png
done

############################
# Desktop files
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/mime/application
mv %{buildroot}%{_datadir}/%{name}/grc/freedesktop/%{name}-grc.xml %{buildroot}%{_datadir}/mime/application/

cat > %{name}-doc.desktop << EOF
[Desktop Entry]
Version=1.0
Name=Gnu Radio C++ API Documentation
GenericName=Gnu Radio C++ API Documentation
Exec=xdg-open /usr/share/doc/%{name}-%{version}/html/index.html
Icon=%{name}-grc
Terminal=false
Type=Application
Categories=System;Documentation;X-Mageia-CrossDesktop;
X-Desktop-File-Install-Version=0.19
EOF

desktop-file-install \
--dir=%{buildroot}%{_datadir}/applications %{name}-doc.desktop

desktop-file-install \
--set-key=Name \
--set-value='Gnu Radio Companion' \
--dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/%{name}/grc/freedesktop/%{name}-grc.desktop

############################
# We don't need these:
rm -f %{buildroot}/usr/libexec/%{name}/grc_setup_freedesktop
rm -rf %{buildroot}/%{_datadir}/%{name}/grc/freedesktop

%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.7.9.2-1
- (5745171) Add rpmlintrc filter
- (Andrey Bondrov: b8340ab) Merge python-gnuradio-ctrlport into python-gnuradio-runtime package (it should be there)
- (Andrey Bondrov: 28913bb) Add new files
- (Andrey Bondrov: dbd2376) Add DTV library and python module
- (Andrey Bondrov: 73d2606) Build requires pkgconfig(log4cpp)
- (Andrey Bondrov: 02806e8) Move configs from libraries and python modules to individual package
- (Andrey Bondrov: 0050858) Add VolkConfigVersion.cmake file to devvolk package
- (Andrey Bondrov: acd67dc) Enable ctrlport subpackage and files
- (Andrey Bondrov: ec1866a) Sort Requires
- (Andrey Bondrov: c8e21d0) Rename gnuradio-noaa to python-gnuradio-noaa
- (Andrey Bondrov: f115b7f) Sort subpackages
- (Andrey Bondrov: 160d063) Properly name library and development package
- (Andrey Bondrov: 020d25d) Move VolkConfig.cmake to libvolk development package
- (Andrey Bondrov: ba439d1) New libgnuradio-volk major 1.2.2
- (Andrey Bondrov: 2c64d5f) Prefer docbook-dtd45
- (Andrey Bondrov: 118ad0c) Build requires docbook-dtd45-xml
- (Andrey Bondrov: ea8242a) Build requires ghostscript
- (Andrey Bondrov: 38149fe) Build requires texlive-collection-latex
- (Andrey Bondrov: 7e8e05b) Build requires texlive-collection-fontsrecommended
- (Andrey Bondrov: bf74069) New version 3.7.9.2
- (Andrey Bondrov: bf74069) Build requires python-scipy
- (Andrey Bondrov: bf74069) Drop ckeck (tests takes ages)

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.3-2
- (3fa18bf) MassBuild#464: Increase release tag

* Tue Jun 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.7.3-1
- (7e1401c) Disable python-qwt
- (Denis Silakov: 87e1141) Fix summary
- (Denis Silakov: 81d5066) Fix groups
- (Denis Silakov: 01a848c) Disable ice properly
- (Denis Silakov: be66447) Fix BRs
- (Denis Silakov: bad8f79) Fix group
- (Denis Silakov: 200ca20) Updated to 3.7.3

* Fri Jun 06 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.6.2-6
- (5cdf626) Bump release

* Thu Feb 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.6.2-5
- (e924ecd) LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10307 |14cu|gnu-regexp-1.1.4-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free

Name:           gnu-regexp
Version:        1.1.4
# 10jpp, but need 17 to obsolete old mdv package
Release:        18
Epoch:          0
Summary:        Java NFA regular expression engine implementation
License:        LGPL
Source0:        ftp://ftp.tralfamadore.com/pub/java/gnu.regexp-1.1.4.tar.gz
Source1:        %{name}.build.xml
BuildRequires:  ant
BuildRequires:  gnu-getopt
BuildRequires:  java-rpmbuild >= 0:1.6
URL:            http://www.cacas.org/java/gnu/regexp/
Group:          Development/Java
BuildArch:      noarch
Provides:        gnu.regexp = %{epoch}:%{version}-%{release}
Obsoletes:        gnu.regexp < %{epoch}:%{version}-%{release}

%description
The gnu.regexp package is a pure-Java implementation of a traditional
(non-POSIX) NFA regular expression engine. Its syntax can emulate many
popular development tools, including awk, sed, emacs, perl and grep. For
a relatively complete list of supported and non-supported syntax, refer
to the syntax and usage notes.

%package demo
Summary:        Demo for %{name}
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       gnu.getopt
Group:          Development/Java
Provides:        gnu.regexp-demo = %{epoch}:%{version}-%{release}
Obsoletes:        gnu.regexp-demo < %{epoch}:%{version}-%{release}

%description demo
Demonstrations and samples for %{name}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Provides:        gnu.regexp-javadoc = %{epoch}:%{version}-%{release}
Obsoletes:        gnu.regexp-javadoc < %{epoch}:%{version}-%{release}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n gnu.regexp-%{version}
cp -a %{SOURCE1} build.xml
%remove_java_binaries

%build
export OPT_JAR_LIST=:
export CLASSPATH=$(build-classpath gnu.getopt)
%{ant} jar javadoc

%install

# jars
mkdir -p %{buildroot}%{_javadir}
cp -a build/lib/gnu.regexp.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} `echo $jar| sed "s|-%{version}||g"`; done
ln -s %{name}.jar gnu.regexp.jar)

# demo
mkdir -p %{buildroot}%{_datadir}/%{name}/gnu/regexp/util
cp -a build/classes/gnu/regexp/util/*.class \
  %{buildroot}%{_datadir}/%{name}/gnu/regexp/util

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a build/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -s %{name}-%{version} %{name})

%files
%defattr(0644,root,root,0755)
%doc COPYING COPYING.LIB README TODO docs/*.html
%{_javadir}/*

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%dir %{_javadocdir}/%{name}




%changelog

* Thu Jun 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.4-18
- (a0e8307) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10308 |14cu|gnurobbo-0.66-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Logic game ported from ATARI XE/XL
Name:		gnurobbo
Version:	0.66
Release:	4
License:	GPLv2+
Group:		Games/Arcade
Url:		http://gnurobbo.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/gnurobbo/%{name}-%{version}-source.tar.gz
Source10:	%{name}.16.png.bz2
Source11:	%{name}.32.png.bz2
Source12:	%{name}.48.png.bz2
Patch0:		gnurobbo-0.66.libm.patch
Patch1:		gnurobbo-0.66-hardening.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)

%description
GNU Robbo is very addictive logic game. You must help little robot to get out
of unfriendly planet, collecting parts of emergency capsule.

%files
%doc README ChangeLog AUTHORS
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%setup_compile_flags
%make PACKAGE_DATA_DIR=%{_datadir}/%{name}

%install
%makeinstall \
	BINDIR=%{buildroot}%{_bindir} \
	PACKAGE_DATA_DIR=%{buildroot}%{_datadir}/%{name} \
	DOCDIR=%{buildroot}%{_docdir}/%{name}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=GNU Robbo
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

mkdir -p %{buildroot}%{_miconsdir}
mkdir -p %{buildroot}%{_liconsdir}
bzcat %{SOURCE10} > %{buildroot}%{_miconsdir}/%{name}.png
bzcat %{SOURCE11} > %{buildroot}%{_iconsdir}/%{name}.png
bzcat %{SOURCE12} > %{buildroot}%{_liconsdir}/%{name}.png


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.66-4
- (186d3dc) Build with system optflags to fix debug package
- (186d3dc) Fix string format errors



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10309 |14cu|gnutrition-0.32-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A free nutrition analysis software
Name:		gnutrition
Version:	0.32
Release:	1
License:	GPLv3+
Group:		Sciences/Biology
Url:		http://www.gnu.org/software/gnutrition/
Source0:	http://ftp.gnu.org/gnu/gnutrition/%{name}-%{version}.tar.gz
Patch0:		gnutrition-0.31-mdv-fix-desktopfile-install-path.patch
BuildRequires:	python-mysql
BuildRequires:	pkgconfig(pygtk-2.0)
Requires:	gnome-python-desktop
Requires:	pygtk2.0
Requires:	python-mysql
BuildArch:	noarch

%description
Gnutrition is a free nutrition analysis software written for the GNU
operating system. The US Department of Agriculture Nutrient Database of
Standard Reference is used as the source of food nutrient information.
It contains data on 81 nutrients for over 5,000 foods.

%files
%doc AUTHORS COPYING README ChangeLog
%{_bindir}/%{name}
%{_datadir}/%{name}/src/*
%{_datadir}/pixmaps/*.png
%{_datadir}/data/*.txt
%{_datadir}/gnome/apps/Applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall


%changelog

* Tue Jun 28 2016 abondrov <andrey.bondrov@rosalab.ru> 0.32-1
- (a19836f) Merge pull request #1 from tremod/gnutrition:rosa2014.1
- (a19836f) Update to 0.32



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10310 |14cu|goaccess-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           goaccess
Version:        1.0.2
Release:        1
Summary:        Real-time web log analyzer and interactive viewer
License:        GPLv2+
Group:		    Networking/WWW
URL:            http://goaccess.io/
Source0:        http://tar.goaccess.io/goaccess-%{version}.tar.gz
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  geoip-devel
BuildRequires:  ncurses-devel

%description
GoAccess is a real-time web log analyzer and interactive viewer that runs in a
terminal in *nix systems. It provides fast and valuable HTTP statistics for
system administrators that require a visual server report on the fly.

Features:
GoAccess parses the specified web log file and outputs the data to terminal.

* General statistics, bandwidth, etc.
* Time taken to serve the request (useful to track pages that are slowing down.
your site).
* Metrics for cumulative, average and slowest running requests.
* Top visitors.
* Requested files & static files.
* 404 or Not Found.
* Hosts, Reverse DNS, IP Location.
* Operating Systems.
* Browsers and Spiders.
* Referring Sites & URLs.
* Keyphrases.
* Geo Location - Continent/Country/City.
* Visitors Time Distribution.
* HTTP Status Codes.
* Ability to output JSON and CSV.
* Tailor GoAccess to suit your own color taste/schemes.
* Support for large datasets + data persistence.
* Support for IPv6.
* Output statistics to HTML. 
and more...

GoAccess allows any custom log format string. Predefined options include, but
not limited to:

* Amazon CloudFront (Download Distribution).
* AWS Elastic Load Balancing.
* Apache/Nginx Common/Combined + VHosts.
* Google Cloud Storage.
* W3C format (IIS).

%prep
%setup -q
# Prevent flags being overridden again and again.
#sed -i 's|-pthread|$CFLAGS \0|' configure.ac
sed -i '/-pthread/d' configure.ac

%build
autoreconf -fiv
%configure --enable-debug --enable-geoip --enable-utf8
%make

%install
%makeinstall

%files
%doc AUTHORS ChangeLog README TODO COPYING
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10311 |14cu|goatattack-0.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           goatattack
Version:        0.4.4
Release:        1
Summary:        Fast-paced multiplayer pixel art shooter game
Group:          Games/Arcade
License:        GPLv3+
Url:            http://www.goatattack.net
Source0:        https://github.com/goatattack/goatattack/archive/%{version}/%{name}-%{version}.tar.gz

BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(sdl2)
BuildRequires:  pkgconfig(SDL2_mixer)
BuildRequires:  pkgconfig(zlib)
Requires:       %{name}-data >= %{EVRD}

%description
Goat Attack is a multiplayer 2D platformer pixel art shooter game for Linux,
OS X and Windows. You can play it in a local network or over the Internet.
This project is splitted three subprojects. the game itself, its map editor
and a master server. six gameplay modes are supported. deathmatch, team
deathmatch, capture the flag, speed race, catch the coin and goat of the hill.

%files
%doc AUTHORS ChangeLog README.md server_*.conf
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-mapeditor
%{_gamesbindir}/%{name}-server
%{_gamesbindir}/%{name}-cargo
%{_datadir}/appdata/%{name}*.appdata.xml
%{_datadir}/applications/%{name}*.desktop
%{_iconsdir}/hicolor/scalable/apps/%{name}*.svg
%{_mandir}/man6/%{name}*.6*
#---------------------------------------------------------------------------

%package data
Summary:        Data files for the game Goat Attack
License:        CC-BY-SA
BuildArch:      noarch

%description data
This package contains arch-independent data files (graphics, sounds, music,
levels) for the multiplayer game Goat Attack.

%files data
%doc AUTHORS ChangeLog
%{_gamesdatadir}/%{name}/
#---------------------------------------------------------------------------
%prep
%setup -q

rm -rf src/shared/zlib

%build
autoreconf -vfi
cd ..
rm -rf build-dedicated
mkdir build-dedicated
cd %{name}-%{version}
cp -a . ../build-dedicated

%configure2_5x \
  --bindir=%{_gamesbindir} \
  --datadir=%{_gamesdatadir} \
  --enable-map-editor \
  --enable-install-cargo 

%make

pushd ../build-dedicated
%configure2_5x \
  --bindir=%{_gamesbindir} \
  --datadir=%{_gamesdatadir} \
  --enable-dedicated-server
  
%make
popd

%install
%makeinstall_std

install -m755 ../build-dedicated/src/Server/%{name}-server \
  %{buildroot}%{_gamesbindir}/%{name}-server
install -m755 ../build-dedicated/src/Server/man/%{name}-server.6 \
  %{buildroot}%{_mandir}/man6/%{name}-server.6







%changelog

* Sun Apr 16 2017 abfonly <abfonly@gmail.com> 0.4.4-1
- (f9f56ca) Disable non free pack



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10312 |14cu|godot-2.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without  server

%define status stable
%define uversion %{version}-%{status}

%ifarch %{ix86} 
%define arch 32
%else
%define arch 64
%endif



Name:           godot
Version:        2.1.3
Release:        1
Summary:        Multi-platform 2D and 3D game engine with a feature rich editor
Group:          Development/Tools
License:        MIT
Url:            https://godotengine.org
Source0:        https://github.com/godotengine/godot/archive/%{uversion}/%{name}-%{uversion}.tar.gz
Source1:        https://github.com/godotengine/godot-demo-projects/archive/%{uversion}/godot-demo-projects-%{uversion}.tar.gz
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(glew)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(libpulse)
BuildRequires:  pkgconfig(libwebp)
BuildRequires:  pkgconfig(ogg)
BuildRequires:  pkgconfig(openssl)
BuildRequires:  pkgconfig(opus)
BuildRequires:  pkgconfig(opusfile)
BuildRequires:  pkgconfig(theora)
BuildRequires:  pkgconfig(udev)
BuildRequires:  pkgconfig(vorbis)
BuildRequires:  pkgconfig(vorbisfile)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xcursor)
BuildRequires:  pkgconfig(xinerama)
BuildRequires:  pkgconfig(xrandr)
BuildRequires:  pkgconfig(zlib)
BuildRequires:  scons
Suggests:     %{name}-demos

%description
Godot is an advanced, feature packed, multi-platform 2D and 3D game engine.
It provides a huge set of common tools, so you can just focus on making
your game without reinventing the wheel.

Godot is completely free and open source under the very permissive MIT
license. No strings attached, no royalties, nothing. Your game is yours,
down to the last line of engine code.

%files
%doc LICENSE.md README.md
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

#----------------------------------------------------------------------

%package        demos
Summary:        Demo projects to learn how to use Godot Engine
BuildArch:      noarch

%description    demos
This package contains the official demo projects to help new users to learn
the features of the game engine.

%files          demos
%doc godot-demo-projects-2.1.3-stable/*.md
%{_datadir}/%{name}/demos/

#----------------------------------------------------------------------

%if %{with server}
%package        server
Summary:        Godot headless binary for servers
Group:          Games/Other

%description    server
This package contains the headless binary for the Godot game engine,
particularly suited for running dedicated servers.

%files          server
%doc *.md
%{_bindir}/%{name}-server
%endif

#----------------------------------------------------------------------

%package        runner
Summary:        Shared binary to play games developed with the Godot engine
Group:          Games/Other

%description    runner
This package contains a godot-runner binary for the Linux X11 platform,
which can be used to run any game developed with the Godot engine simply
by pointing to the location of the game's data package.

%files          runner
%doc LICENSE.md README.md
%{_bindir}/%{name}-runner

#----------------------------------------------------------------------

%prep
%setup -qn %{name}-%{uversion} -a 1
chmod -x scene/main/node.cpp

%build
# Needs to be in %%build so that system_libs stays in scope
system_libs=""
for lib in freetype glew libogg libpng libtheora libvorbis libwebp openssl opus zlib; do
    system_libs+="builtin_"$lib"=no "
    rm -rf thirdparty/$lib
done
%define _scons %scons CCFLAGS="%{optflags}" LINKFLAGS="%{ldflags}" $system_libs

export BUILD_REVISION="RosaLinuxRo"

# Build graphical editor (tools)
%_scons p=x11 tools=yes target=release_debug

# Build game runner (without tools)
%_scons p=x11 tools=no target=release

%if %{with server}
# Build headless version of the editor
%_scons p=server tools=yes target=release_debug
%endif

%install
install -d %{buildroot}%{_bindir}
install -m0755 bin/%{name}.x11.opt.tools.%{arch} %{buildroot}%{_bindir}/%{name}
install -m0755 bin/%{name}.x11.opt.%{arch} %{buildroot}%{_bindir}/%{name}-runner
%if %{with server}
install -m0755 bin/%{name}_server.server.opt.tools.%{arch} %{buildroot}%{_bindir}/%{name}-server
%endif

install -d %{buildroot}%{_datadir}/%{name}
cp -a godot-demo-projects-%{uversion} %{buildroot}%{_datadir}/%{name}/demos

install -D -m644 icon.svg \
    %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=Godot Engine
GenericName=Libre game engine
Comment=Multi-platform 2D and 3D game engine with a feature rich editor
Exec=%{name} -pm
Icon=%{name}
Terminal=false
Type=Application
Categories=Development;IDE;
EOF


%changelog

* Mon May 08 2017 abfonly <abfonly@gmail.com> 2.1.3-1
- (22bac1b) Enable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10313 |14cu|go-for-it-1.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Go-For-It

Summary:        A stylish to-do list with built-in productivity timer
Name:           go-for-it
Version:        1.6.3
Release:        1
Group:          Office
License:        GPLv3
Url:            http://manuel-kehl.de/projects/go-for-it/
Source0:        https://github.com/mank319/Go-For-It/archive/%{version}.tar.gz
BuildRequires:  cmake
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(vapigen)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  intltool

%description
Is a simple and stylish productivity app, 
featuring a to-do list, merged with a 
timer that keeps your focus on the current task. 

%files -f %{name}.lang
%doc AUTHORS COPYING README.md
%{_bindir}/%{name}
%{_datadir}/%{name}/style/*.css
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/actions/*.svg
%{_datadir}/icons/hicolor/*/apps/*.svg
%{_appdatadir}/%{name}.appdata.xml

#---------------------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}

%build
%cmake -DAPP_SYSTEM_NAME:STRING="go-for-it"
%make

%install
%makeinstall_std -C build

# retrocompat for LTS build
%if %{mdvver} < 201610
mkdir -p %{buildroot}%{_appdatadir}
mv %{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml %{buildroot}%{_appdatadir}/%{name}.appdata.xml
rm -fr %{buildroot}%{_datadir}/metainfo
%endif
%find_lang %{name}

%check 
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog

* Sun Jan 28 2018 abfonly <abfonly@gmail.com> 1.6.3-1
- (b8a29bb) Log: Update to 1.6.3
- (b8a29bb) drop github from APP_ID
- (b8a29bb) The CMake script now checks if intltool-merge is present.
- (b8a29bb) The following translations are updated: Lithuanian, Dutch, French (new).



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10314 |14cu|gogglesmm-1.0.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	use_cmake 1

Summary:	Goggles Music Manager
Name:		gogglesmm
Version:	1.0.18
Release:	1
Group:		Sound
License:	GPLv3+
URL:		https://github.com/gogglesmm/gogglesmm
Source0:	https://github.com/%{name}/%{name}/archive/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
#Patch0:	%%{name}-%%{version}-fix-alsa-plugin-linking.patch
%if %{use_cmake}
BuildRequires:	cmake >= 3.4
%endif
BuildRequires:	libgcrypt-devel
#BuildRequires:	pkgconfig(libxine)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fox17) >= 1.7.50
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(sqlite3) >= 3.6.19
BuildRequires:	pkgconfig(taglib) >= 1.9.0
BuildRequires:	pkgconfig(taglib-extras)
# Output support
BuildRequires:	pkgconfig(alsa) >= 1.0
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpulse) >= 0.9.21
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(x11)
# Input support
BuildRequires:	cdda-devel
BuildRequires:	pkgconfig(smbclient)
# Codec support
#BuildRequires:	libfaad2-devel
BuildRequires:	pkgconfig(flac) >= 1.2
BuildRequires:	pkgconfig(mad) >= 0.15
BuildRequires:	pkgconfig(ogg) >= 1.0
BuildRequires:	pkgconfig(vorbis) >= 1.2
BuildRequires:	pkgconfig(opus) >= 1.0
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(samplerate)
#BuildRequires:	desktop-file-utils

%description
Goggles Music Manager is a music collection manager and player that 
automatically categorizes your music files based on genre, artist, album and
song. It supports gapless playback and features easy tag editing.

%files -f %{name}.lang
%doc README ChangeLog AUTHORS COPYING
%{_bindir}/%{name}
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libgap_*.so
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%dir %{_datadir}/%{name}
#dir %%{_datadir}/%%{name}/utils
%{_datadir}/%{name}/import*.py
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.1*

#-----------------------------------------------------------------------------

%prep
%setup -q
#apply_patches


%build
%if %{use_cmake}
%cmake -DCMAKE_INSTALL_LIBDIR="%{_libdir}"
%else
export LDFLAGS="-lFOX-1.7"
%configure2_5x	--fox-prefix="%{_includedir}/fox-1.7"
%endif
%make


%install
%if %{use_cmake}
%makeinstall_std -C build
%else
%makeinstall_std
%endif

%find_lang %{name}

%changelog

* Mon Sep 05 2016 Giovanni Mariani <mc2374@mclink.it> 1.0.18-1
- (8eb6492) Fix Url



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10315 |14cu|golang-codegangsta-cli-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package   %{nil}
%global import_path     github.com/codegangsta/cli
%global commit          565493f259bf868adb54d45d5f4c68d405117adf
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%define gosrc %{go_dir}/src/pkg/%{import_path}

Name:           golang-codegangsta-cli
Version:        1.2.0
Release:        4
Summary:        Package for building command line apps in Go
Group:          Development/Other
License:        MIT
URL:            https://%{import_path}
Source0:        https://%{import_path}/archive/%{version}.tar.gz
BuildArch:      noarch
BuildRequires:	golang

%description
cli.go is simple, fast, and fun package for building command line apps in Go.
The goal is to enable developers to write fast and distributable command line
applications in an expressive way.

%package devel
# Earliest NVR containing relevant golang macros
BuildRequires:  golang >= 1.2.1-3
Requires:       golang >= 1.2.1-3
Summary:        Package for building command line apps in Go
Provides:       golang(%{import_path}) = %{version}-%{release}

%description devel
cli.go is simple, fast, and fun package for building command line apps in Go.
The goal is to enable developers to write fast and distributable command line
applications in an expressive way.

This package contains library source intended for building other packages
which use codegangsta/cli.

%prep
%setup -n cli-%{version}

%build

%install
install -d -p %{buildroot}%{gosrc}
cp -pav *.go %{buildroot}%{gosrc}

%files devel
%doc LICENSE README.md
%{gosrc}/

%changelog
* Wed Feb 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-4
+ Revision: 6990b07
- Rebuild with new go



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10316 |14cu|golang-github-docker-libtrust-0-0.3.gitd273ef2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package   %{nil}
%global provider_tld    com
%global provider        github
%global project         docker
%global repo            libtrust
%global import_path     %{provider}.%{provider_tld}/%{project}/%{repo}
%global commit          d273ef2565cab2fd9832b8a3d6320e5ab39ef9db
%global shortcommit     %(c=%{commit}; echo ${c:0:7})

Name:           golang-%{provider}-%{project}-%{repo}
Version:        0
Release:        0.3.git%{shortcommit}
Summary:        Library for managing authentication and authorization
Group:          Development/Other
License:        ASL 2.0
URL:            https://%{import_path}
Source0:        https://%{import_path}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
BuildArch:      noarch

%description
%{summary}.

Authentication is handled using the identity attached
to the public key. Libtrust provides multiple methods
to prove possession of the private key associated with
an identity.

    - TLS x509 certificates
    - Signature verification
    - Key Challenge

Authorization and access control is managed through a
distributed trust graph. Trust servers are used as the
authorities of the trust graph and allow caching portions
of the graph for faster access.

%package devel
BuildRequires:  golang >= 1.2.1-3
Requires:       golang >= 1.2.1-3
Summary:        Library for managing authentication and authorization
Provides:       golang(%{import_path}) = %{version}-%{release}
Provides:       golang(%{import_path}/trustgraph) = %{version}-%{release}
Provides:       golang(%{import_path}/testutil) = %{version}-%{release}

%description devel
%{summary}.

Authentication is handled using the identity attached
to the public key. Libtrust provides multiple methods
to prove possession of the private key associated with
an identity.

    - TLS x509 certificates
    - Signature verification
    - Key Challenge

Authorization and access control is managed through a
distributed trust graph. Trust servers are used as the
authorities of the trust graph and allow caching portions
of the graph for faster access.


%prep
%setup -qn %{repo}-%{commit}

%build

%install
install -dp %{buildroot}%{go_dir}/src/%{import_path}/trustgraph
cp -rpav {*.go,trustgraph,testutil} %{buildroot}%{go_dir}/src/%{import_path}/

%files devel
%doc CONTRIBUTING.md LICENSE MAINTAINERS README.md
%dir %{go_dir}/src/%{provider}.%{provider_tld}/%{project}
%dir %{go_dir}/src/%{import_path}
%{go_dir}/src/%{import_path}/*.go
%dir %{go_dir}/src/%{import_path}/trustgraph
%{go_dir}/src/%{import_path}/trustgraph/*.go
%dir %{go_dir}/src/%{import_path}/testutil
%{go_dir}/src/%{import_path}/testutil/*.go

%changelog
* Wed Feb 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 0-0.3.gitd273ef2
+ Revision: e06f57d
- Rebuild with new go



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10317 |14cu|golang-godbus-1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package   %{nil}
%define import_path     github.com/godbus/dbus
%define gosrc %{go_dir}/src/pkg/%{import_path}

Name:           golang-godbus
Version:        1
Release:        4
Summary:        Go client bindings for D-Bus
License:        BSD
URL:            https://%{import_path}
Source0:        https://%{import_path}/archive/v%{version}.tar.gz
BuildRequires:  golang
Requires:       golang
Group:		Development/Other
Provides:       golang(%{import_path}) = %{version}-%{release}
Provides:       golang(%{import_path}/_examples) = %{version}-%{release}
Provides:       golang(%{import_path}/introspect) = %{version}-%{release}
Provides:       golang(%{import_path}/prop) = %{version}-%{release}

%description
Simple library that implements native Go client bindings for the
D-Bus message bus system.

Features include:
Complete native implementation of the D-Bus message protocol
Go-like API (channels for signals / asynchronous method calls, Goroutine-safe
connections)
Subpackages that help with the introspection / property interfaces.

%prep
%setup -n dbus-%{version}

%build

%install
for d in . _examples introspect prop; do
    install -d -p %{buildroot}/%{gosrc}/$d
    cp -av $d/*.go %{buildroot}/%{gosrc}/$d
done

%check

%files
%doc LICENSE README.markdown
%dir %attr(755,root,root) %{gosrc}
%dir %attr(755,root,root) %{gosrc}/_examples
%dir %attr(755,root,root) %{gosrc}/introspect
%dir %attr(755,root,root) %{gosrc}/prop
%{gosrc}/*.go
%{gosrc}/_examples/*.go
%{gosrc}/introspect/*.go
%{gosrc}/prop/*.go

%changelog
* Wed Feb 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 1-4
+ Revision: c82577b
- Rebuild with new go



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10318 |14cu|golang-gopatricia-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package   %{nil}
%define import_path     github.com/tchap/go-patricia
%define gosrc %{go_dir}/src/pkg/%{import_path}

Name:           golang-gopatricia
Version:        1.0.1
Release:        4
Summary:        A generic patricia trie (also called radix tree) implemented in Go (Golang)
License:        BSD
URL:            https://%{import_path}
Source0:        https://%{import_path}/archive/v%{version}.tar.gz
BuildRequires:  golang
Requires:       golang
Group:		Development/Other
Provides:       golang(%{import_path}) = %{version}-%{release}
Provides:       golang(%{import_path}/patricia) = %{version}-%{release}
BuildArch:	noarch

%description
A generic patricia trie (also called radix tree) implemented in Go (Golang)

%prep
%setup -n go-patricia-%{version}

%build

%install
for d in patricia; do
    install -d -p %{buildroot}/%{gosrc}/$d
    cp -av $d/*.go %{buildroot}/%{gosrc}/$d
done

%check

%files
%doc LICENSE README.md
%dir %attr(755,root,root) %{gosrc}/patricia
%{gosrc}/patricia/*.go

%changelog
* Wed Feb 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-4
+ Revision: 6887e28
- Rebuild with new go



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10319 |14cu|golang-gorilla-mux-0.1.git9ede152-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prerelease 9ede152210fa25c1377d33e867cb828c19316445
%define import_path github.com/gorilla/mux
%define gosrc %{go_dir}/src/pkg/%{import_path}
%define shortcommit %(c=%{prerelease}; echo ${c:0:7})

Summary:	A powerful URL router and dispatcher for golang
Name:		golang-gorilla-mux
Version:	0.1.git%{shortcommit}
Release:	4
License:	BSD
Group:		Development/Other
Url:		https://%{import_path}
Source0:        https://%{import_path}/archive/%{prerelease}.tar.gz
Provides:       golang(%{import_path}) = %{version}-%{release}
BuildArch:	noarch
BuildRequires:	golang

%description
Package gorilla/mux implements a request router and dispatcher.

The name mux stands for "HTTP request multiplexer". Like the standard
http.ServeMux, mux.Router matches incoming requests against a list of
registered routes and calls a handler for the route that matches the URL or
other conditions.

%prep
%setup -q -n mux-%{prerelease}

%build

%install
mkdir -p %{buildroot}%{gosrc}
cp -av * %{buildroot}%{gosrc}/
rm -f %{buildroot}%{gosrc}/{LICENSE,README.md}

%files
%doc LICENSE README.md
%{gosrc}/*

%changelog
* Sun Dec 07 2014 Bernhard Rosenkraenzer <bero@bero.eu> 0.1.git9ede152-4
+ Revision: 1ccad4c
- MassBuild#609: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10320 |14cu|golang-go-systemd-2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package   %{nil}
%define import_path     github.com/coreos/go-systemd
%define gosrc		%{go_dir}/src/pkg/%{import_path}

Name:           golang-go-systemd
Version:        2
Release:        5
Summary:        Go bindings to systemd socket activation, journal and D-BUS APIs
License:        ASL 2.0
URL:            http://%{import_path}
Source0:        https://%{import_path}/archive/v%{version}.tar.gz
Group:		Development/Other
BuildRequires:	golang
Requires:       golang
Provides:       golang(%{import_path}) = %{version}-%{release}
Provides:       golang(%{import_path}/activation) = %{version}-%{release}
Provides:       golang(%{import_path}/dbus) = %{version}-%{release}
Provides:       golang(%{import_path}/journal) = %{version}-%{release}
BuildArch:	noarch


%description
%{summary}

This package contains library source intended for building other packages
which use coreos/go-systemd.

%prep
%setup -n go-systemd-%{version}

%build

%install
install -d -p %{buildroot}/%{gosrc}/{activation,dbus,journal}
cp -av {activation,dbus,journal} %{buildroot}/%{gosrc}

%files
%doc LICENSE README.md
%dir %attr(755,root,root) %{gosrc}
%dir %attr(755,root,root) %{gosrc}/activation
%dir %attr(755,root,root) %{gosrc}/dbus
%dir %attr(755,root,root) %{gosrc}/journal
%{gosrc}/activation/*.go
%{gosrc}/dbus/*.go
%{gosrc}/journal/*.go

%changelog
* Wed Feb 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 2-5
+ Revision: a2f78a9
- Rebuild with new go



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10321 |14cu|golang-kr-pty-0.1.git3b1f648-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prerelease 3b1f6487b7fc649d5f146df04e623bd55ba1bf7f
%define import_path github.com/kr/pty
%define gosrc %{go_dir}/src/pkg/%{import_path}
%define shortcommit %(c=%{prerelease}; echo ${c:0:7})
%define debug_package %nil

Summary:	PTY interface for Go
Name:		golang-kr-pty
Version:	0.1.git%{shortcommit}
Release:	5
License:	MIT
Group:		Development/Other
Url:		https://%{import_path}
Source0:        https://%{import_path}/archive/%{prerelease}.tar.gz
Provides:       golang(%{import_path}) = %{version}-%{release}
BuildArch:	noarch
BuildRequires:	golang

%description
Pty is a Go package for using UNIX pseudo-terminals.

%prep
%setup -q -n pty-%{prerelease}

%build

%install
mkdir -p %{buildroot}%{gosrc}
cp -av * %{buildroot}%{gosrc}/
rm -f %{buildroot}%{gosrc}/{License,README.md}

%files
%doc License README.md
%{gosrc}/*

%changelog
* Sun Dec 07 2014 Bernhard Rosenkraenzer <bero@bero.eu> 0.1.git3b1f648-5
+ Revision: 63876bc
- MassBuild#609: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10322 |14cu|golang-libcontainer-1.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package   %{nil}
%define import_path     github.com/docker/libcontainer
%define gosrc %{go_dir}/src/pkg/%{import_path}

Name:           golang-libcontainer
Version:        1.2.0
Release:        6
Summary:        Docker libcontainer library
License:        Apache 2.0
URL:            https://%{import_path}
Source0:        https://%{import_path}/archive/v%{version}.tar.gz
BuildRequires:  golang
Requires:       golang
Group:		Development/Other
Provides:       golang(%{import_path}) = %{version}-%{release}
Provides:       golang(%{import_path}/apparmor) = %{version}-%{release}
Provides:       golang(%{import_path}/cgroups) = %{version}-%{release}
Provides:       golang(%{import_path}/cgroups/fs) = %{version}-%{release}
Provides:       golang(%{import_path}/cgroups/systemd) = %{version}-%{release}
Provides:       golang(%{import_path}/console) = %{version}-%{release}
Provides:       golang(%{import_path}/devices) = %{version}-%{release}
Provides:       golang(%{import_path}/label) = %{version}-%{release}
Provides:       golang(%{import_path}/mount) = %{version}-%{release}
Provides:       golang(%{import_path}/mount/nodes) = %{version}-%{release}
Provides:       golang(%{import_path}/namespaces) = %{version}-%{release}
Provides:       golang(%{import_path}/namespaces/nsenter) = %{version}-%{release}
Provides:       golang(%{import_path}/netlink) = %{version}-%{release}
Provides:       golang(%{import_path}/network) = %{version}-%{release}
Provides:       golang(%{import_path}/nsinit) = %{version}-%{release}
Provides:       golang(%{import_path}/security/capbilities) = %{version}-%{release}
Provides:       golang(%{import_path}/security/restrict) = %{version}-%{release}
Provides:       golang(%{import_path}/selinux) = %{version}-%{release}
Provides:       golang(%{import_path}/syncpipe) = %{version}-%{release}
Provides:       golang(%{import_path}/system) = %{version}-%{release}
Provides:       golang(%{import_path}/user) = %{version}-%{release}
Provides:       golang(%{import_path}/utils) = %{version}-%{release}
BuildArch:	noarch

%description
Simple library that implements container support for Linux

%prep
%setup -n libcontainer-%{version}

%build

%install
for d in . apparmor cgroups cgroups/fs cgroups/systemd console devices label mount mount/nodes namespaces namespaces/nsenter netlink network nsinit security/capabilities security/restrict selinux system syncpipe utils user; do
    install -d -p %{buildroot}/%{gosrc}/$d
    cp -av $d/*.go %{buildroot}/%{gosrc}/$d
done

%files
%doc LICENSE README.md
%dir %attr(755,root,root) %{gosrc}
%dir %attr(755,root,root) %{gosrc}/apparmor
%dir %attr(755,root,root) %{gosrc}/cgroups
%dir %attr(755,root,root) %{gosrc}/cgroups/fs
%dir %attr(755,root,root) %{gosrc}/cgroups/systemd
%dir %attr(755,root,root) %{gosrc}/console
%dir %attr(755,root,root) %{gosrc}/devices
%dir %attr(755,root,root) %{gosrc}/label
%dir %attr(755,root,root) %{gosrc}/mount
%dir %attr(755,root,root) %{gosrc}/mount/nodes
%dir %attr(755,root,root) %{gosrc}/namespaces
%dir %attr(755,root,root) %{gosrc}/namespaces/nsenter
%dir %attr(755,root,root) %{gosrc}/netlink
%dir %attr(755,root,root) %{gosrc}/network
%dir %attr(755,root,root) %{gosrc}/nsinit
%dir %attr(755,root,root) %{gosrc}/security/
%dir %attr(755,root,root) %{gosrc}/security/capabilities
%dir %attr(755,root,root) %{gosrc}/security/restrict
%dir %attr(755,root,root) %{gosrc}/selinux
%dir %attr(755,root,root) %{gosrc}/utils
%dir %attr(755,root,root) %{gosrc}/syncpipe
%dir %attr(755,root,root) %{gosrc}/system
%dir %attr(755,root,root) %{gosrc}/user
%{gosrc}/*.go
%{gosrc}/cgroups/*.go
%{gosrc}/cgroups/fs/*.go
%{gosrc}/cgroups/systemd/*.go
%{gosrc}/devices/*.go
%{gosrc}/apparmor/*.go
%{gosrc}/console/*.go
%{gosrc}/label/*.go
%{gosrc}/mount/*.go
%{gosrc}/mount/nodes/*.go
%{gosrc}/namespaces/*.go
%{gosrc}/namespaces/nsenter/*.go
%{gosrc}/netlink/*.go
%{gosrc}/network/*.go
%{gosrc}/nsinit/*.go
%doc sample_configs/*
%{gosrc}/security/*/*.go
%{gosrc}/selinux/*.go
%{gosrc}/system/*.go
%{gosrc}/syncpipe/*.go
%{gosrc}/user/*.go
%{gosrc}/utils/*.go

%changelog
* Wed Feb 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-6
+ Revision: a360107
- Rebuild with new go



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10323 |14cu|golang-sqlite-0.1.git74691fb6f837-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prerelease 74691fb6f83716190870cde1b658538dd4b18eb0
%define import_path code.google.com/p/gosqlite
%define gosrc %{go_dir}/src/pkg/%{import_path}
%define shortcommit %(c=%{prerelease}; echo ${c:0:12})

Summary:	Trivial sqlite3 binding for Go
Name:		golang-sqlite
Version:	0.1.git%{shortcommit}
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://gosqlite.googlecode.com
Source0:	http://gosqlite.googlecode.com/archive/%{prerelease}.zip
Provides:       golang(%{import_path}) = %{version}-%{release}
Provides:       golang(%{import_path}/sqlite) = %{version}-%{release}
Provides:       golang(%{import_path}/sqlite3) = %{version}-%{release}
BuildArch:	noarch
BuildRequires:	golang

%description
Trivial sqlite3 binding for Go

%prep
cd %{_builddir}
unzip %{SOURCE0}

%build
cd %{_builddir}/gosqlite-%{shortcommit}

%install
mkdir -p %{buildroot}%{gosrc}
cp -av %{_builddir}/gosqlite-%{shortcommit}/* %{buildroot}%{gosrc}/

%files
%{gosrc}/*

%changelog
* Sun Dec 07 2014 Bernhard Rosenkraenzer <bero@bero.eu> 0.1.git74691fb6f837-4
+ Revision: 434d1d7
- MassBuild#609: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10324 |14cu|golang-syndtr-gocapability-0.1.git3454319-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prerelease 3454319be2ebde8481aa0804a801f4d07de705b5
%define import_path github.com/syndtr/gocapability
%define gosrc %{go_dir}/src/pkg/%{import_path}
%define shortcommit %(c=%{prerelease}; echo ${c:0:7})
%define	debug_package %nil

Summary:	Utilities for manipulating POSIX capabilities in Go
Name:		golang-syndtr-gocapability
Version:	0.1.git%{shortcommit}
Release:	4
License:	MIT
Group:		Development/Other
Url:		https://%{import_path}
Source0:        https://%{import_path}/archive/%{prerelease}.tar.gz
Provides:       golang(%{import_path}) = %{version}-%{release}
Provides:	golang(%{import_path}/capability) = %{version}-%{release}
BuildRequires:	golang

%description
Utilities for manipulating POSIX capabilities in Go

%prep
%setup -q -n gocapability-%{prerelease}

%build

%install
mkdir -p %{buildroot}%{gosrc}
cp -av * %{buildroot}%{gosrc}/
rm -f %{buildroot}%{gosrc}/LICENSE

%files
%doc LICENSE
%{gosrc}/*

%changelog
* Sun Dec 07 2014 Bernhard Rosenkraenzer <bero@bero.eu> 0.1.git3454319-4
+ Revision: 1e74faf
- MassBuild#609: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10325 |14cu|goobox-3.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d "." -f -2)

Summary:	CD player and ripper for GNOME
Name:		goobox
Version:	3.4.1
Release:	1
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
License:	GPLv2+
Group:		Sound
Url:		http://www.gnome.org
BuildRequires:	pkgconfig(glib-2.0) >= 2.28
BuildRequires:	pkgconfig(gstreamer-1.0) >= 1.0.0
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.6.0
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libbrasero-media3)
BuildRequires:	pkgconfig(libdiscid)
BuildRequires:	pkgconfig(libmusicbrainz5) >= 5.0.0
BuildRequires:	pkgconfig(libnotify) >= 0.4.3
BuildRequires:	pkgconfig(sm)
BuildRequires:	intltool >= 0.35.0
BuildRequires:	itstool 
BuildRequires:	libxml2-utils
Requires:	gstreamer1.0-plugins-good

%description
Goobox is a CD player and ripper that always knows just what to do.

%files -f %{name}.lang
%doc README NEWS AUTHORS ChangeLog
%{_bindir}/%{name}
%{_datadir}/GConf/gsettings/%{name}.convert
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}*.*
%{_datadir}/appdata/%{name}.appdata.xml

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

%find_lang %{name} --with-gnome


%changelog

* Fri Nov 20 2015 Giovanni Mariani <mc2374@mclink.it> 3.4.1-1
- (8882704) Updated to release 3.4.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10326 |14cu|goollie-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	GoOllie
%define debug_package %{nil}

Name:		goollie
Version:	1.3
Release:	3
Url:		http://tweeler.com/index.php?PAGE=goollie_linux
License:	GPLv3 and CC-BY-SA
Group:		Games/Arcade
Summary:	Arcage game about Ollie the Oligocheata, a worm on a mission
# http://www.tweeler.com/GoOllie_1.3_src.tar.gz
Source0:		%{oname}-%{version}.tar.bz2
Source1:	%{oname}.png
Patch0:		%{oname}.patch
BuildRequires:	cmake
BuildRequires:	libtuxcap-devel
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(ImageMagick++)

%description
Ollie the Oligocheata is a worm on a mission
He is on a mission to bring mouse controlled platforming fun to everyone!

Go Ollie is a free Linux game with beautifully rendered scenes and animations.
The latest in innovative mouse controlled platform gaming featuring a unique
fusion of platform and match three gaming mechanics.

Two gameplay modes:
- Story Mode with over 60 individual levels each with different objectives
- Fast and furious action game with unlimited re-playability

Authors:
--------
	Game design and game code - Charlie Dog
	Art - Simon Lissaman
	Music - Michael Watts / Encore Music
	GNU/Linux port - W.P. van Paassen

%prep
%setup -q -n %{oname}-%{version}
%patch0

sed -i -e "s|SetAppResourceFolder.*|SetAppResourceFolder(\"%{_datadir}/%{name}\");|g" src/main.cpp
chmod go+r other_licenses/*

%build
# imagemagick ugly hack
INCLUDE=`pkg-config --cflags-only-I Magick++|cut -c 3-`
LINKCXX=`pkg-config --libs-only-l Magick++|sed -e 's/.*\(Magick++[^[:space:]]*\) .*/\1/'`
LINKC=`pkg-config --libs-only-l ImageMagick|sed -e 's/.*\(MagickCore[^[:space:]]*\) .*/\1/'`
cmake \
	-D IMAGEMAGICKLIB_INCLUDE_DIR=$INCLUDE \
	-D IMAGEMAGICKLIB_CXX_LIBRARY=%{_libdir}/lib${LINKCXX}.so \
	-D IMAGEMAGICKLIB_C_LIBRARY=%{_libdir}/lib${LINKC}.so \
	-D CMAKE_INSTALL_PREFIX=%{_prefix} CMakeLists.txt
%make
%{py_compile src}

%install
install -D -m 0755 %{oname} %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -a data/* %{buildroot}%{_datadir}/%{name}
cp -a src/*.py %{buildroot}%{_datadir}/%{name}
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications/
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=GoOllie
Comment=Ollie the Oligocheata, a worm on a mission
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

%files
%doc COPYING README other_licenses/
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png



%changelog

* Thu Dec 24 2015 Denis Silakov <dsilakov@gmail.com> 1.3-3
- (308b46d) Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10327 |14cu|gource-0.43-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Software version control visualization tool
Name:		gource
Version:	0.43
Release:	1
License:	GPLv3+
Group:		Monitoring
Url:		htp://code.google.com/p/gource/
Source0:	http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
# cvs and svn scripts imported from suse
Source1:	cvs-exp.pl
Source2:	svn-gource.py
BuildRequires:	boost-devel
BuildRequires:	glm-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ftgl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)

%description
Software projects are displayed by Gource as an animated tree with the root
directory of the project at its center. Directories appear as branches with
files as leaves. Developers can be seen working on the tree at the times they
contributed to the project.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

install %{SOURCE1} %{buildroot}%{_bindir}/cvs-exp
install %{SOURCE2} %{buildroot}%{_bindir}/svn-gource

%find_lang %{name} || touch %{name}.lang

%files -f %{name}.lang
%doc COPYING README THANKS ChangeLog
%{_bindir}/gource
%{_bindir}/cvs-exp
%{_bindir}/svn-gource
%{_datadir}/gource/*
%{_mandir}/man1/gource.1*

%changelog

* Fri Jul 31 2015 abfonly <abfonly@gmail.com> 0.43-1
- (9902add) Log: Update to 0.43



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10328 |14cu|gourmet-0.17.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	gourmet
Summary: 	Recipe manager for the GNOME desktop
Version: 	0.17.4
Release: 	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://thinkle.github.io/gourmet/
Source0:	https://github.com/thinkle/gourmet/archive/%{version}/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pygtk2.0-devel
BuildRequires:	python-devel
BuildRequires:	python-distutils-extra
BuildRequires:	python-elib.intl
BuildRequires:	python-imaging
BuildRequires:	python-metakit
BuildRequires:	python-pyrtf
BuildRequires:	python-sqlite2
Requires:	gnome-python-gtkspell
Requires:	gstreamer0.10-python
Requires:	pygtk2.0-libglade
Requires:	python-beautifulsoup
Requires:	python-elib.intl
Requires:	python-imaging
Requires:	python-metakit
Requires:	python-pypoppler
Requires:	python-pyrtf
Requires:	python-reportlab
Requires:	python-sqlalchemy
Requires:	python-sqlite2

%description
Gourmet allows you to collect, search and organize your recipes, and to
automatically generate shopping lists from your collection.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install \
	-O1 \
	--root %{buildroot}

#menu
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="GTK" \
	--dir %{buildroot}%{_datadir}/applications \
		%{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc CHANGES README.md
%{_bindir}/%{name}
%{py_puresitedir}/%{name}/
%{py_puresitedir}/%{name}-%{version}-py%{py_ver}.egg-info
%{_iconsdir}/hicolor/*/apps/gourmet.*
%{_datadir}/applications/*
%{_datadir}/appdata/gourmet.appdata.xml
%{_datadir}/%{name}/

%changelog
* Tue Mar 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.17.4-1
+ Revision: 964fddb
- Updated to 0.17.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10329 |14cu|gournal-0.5.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	gournal
Summary: 	GNOME hardwriting notepad
Version: 	0.5.1
Release: 	10
Source:		http://www.adebenham.com/debian/%{name}_%{version}-1.tar.gz
URL:		http://www.adebenham.com/gournal/
License:	GPL
Group:		Office
BuildArch:	noarch
BuildRequires:  imagemagick

%description
Gournal is a note-taking application written for usage on Tablet-PCs.  It's
designed for usage with a stylus, not a mouse or keyboard.  It does not have
handwriting recognition but can be used in co-ordination with xstroke to
accept text.  The pages are saved as gzipped SVG files (not totally standard
yet but working on it).

Gournal looks/works just like a physical notebook with multiple pages.
Gournal has the following tools:
    * Fine/Normal/Medium/Think Pens
    * Eraser
    * Highliter
    * Typed Text
    * Time-stamp
    * Zoom
    * Infinite undo/redo
    * Delete entire strokes
    * Networkable pages
    * <Insert Images>
    * <Load a file as the background> 

%prep
%setup -q -n %{name}

%install
mkdir -p %{buildroot}/%{_bindir}
cp %{name} %{buildroot}/%{_bindir}/
mkdir -p %{buildroot}/%{_datadir}/%{name}
cp *.glade pixmaps/*.png %{buildroot}/%{_datadir}/%{name}

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=Office;
Icon=%{name}
Name=Gournal
Comment=Handwriting notepad
Categories=Office/Accessories
EOF

#icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -size 48x48 pixmaps/pencil.png %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -size 32x32 pixmaps/pencil.png %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 pixmaps/pencil.png %{buildroot}/%{_miconsdir}/%{name}.png

%clean

%files
%doc CHANGES README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png



%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.5.1-10
- (f6311a9) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10330 |14cu|gpcslots2-0.4.5b-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gpcslots2
Version:        0.4.5b
Release:        1
Summary:        An free/opensource casino text-console game
License:        GPLv2
Group:          Games/Other
Url:            https://sourceforge.net/projects/gpcslots2/
Source0:        http://netcologne.dl.sourceforge.net/project/gpcslots2/gpcslots2_0-4-5b
Requires:       perl

BuildArch:      noarch

%description
An free/opensource casino text-console game with 5 slot machines,
3 roulette tables including russian roulette, 
2 dice games, a bank and stock market.

%files
%{_gamesbindir}/%{name}
#----------------------------------------------

%prep

%build

%install
install -Dm 0755 %{SOURCE0} %{buildroot}%{_gamesbindir}/%{name} 

%changelog

* Tue Aug 30 2016 abfonly <abfonly@gmail.com> 0.4.5b-1
- (e131250) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10331 |14cu|gpicview-0.2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Simple and Fast Image Viewer for X
Name:		gpicview
Version:	0.2.5
Release:	1
License:	GPLv2+
Group:		Graphics
URL:		http://www.lxde.org
Source0:	https://sourceforge.net/projects/lxde/files/GPicView%20%28image%20Viewer%29/0.2.x/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	jpeg-devel
BuildRequires:	desktop-file-utils
BuildRequires:	intltool >= 0.40.0

%description
GPicView is a simple and fast image viewer for X.
It features:
. Extremely lightweight and fast with low memory usage
. Very suitable for default image viewer of desktop system
. Simple and intuitive interface
. Minimal lib dependency: Only pure GTK+ is used
. Desktop independent: Doesn't require any specific desktop environment

%prep
%setup -q

%build
%configure2_5x
%make LIBS="-ljpeg -lm"

%install
%makeinstall_std

%find_lang %{name}

desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications \
	--remove-category='Application' \
	--remove-category='Core' \
	--remove-category='Utility' \
	--remove-category='Photography' \
	--remove-category='RasterGraphics' \
	%{buildroot}%{_datadir}/applications/*.desktop

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/*

%changelog

* Sun Sep 11 2016 alzim <alzim@bk.ru> 0.2.5-1
- (12317e7) Merge pull request #1 from import/gpicview:rosa2016.1
- (12317e7) Updated to 0.2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10332 |14cu|gpodder-3.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A graphical podcast catcher
Name:		gpodder
Version:	3.9.1
Release:	1
#gw SimpleGladeApp is LGPL
License:	GPLv3+ and LGPLv2+
Group:		Networking/News
URL:		http://gpodder.org
Source:		http://gpodder.org/src/%{name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildRequires:	python-feedparser >= 5.0.1
BuildRequires:	python-mygpoclient
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	help2man
BuildRequires:	intltool
BuildRequires:	python-mygpoclient >= 1.4
Requires:	pygtk2.0 >= 2.6
Requires:	pygtk2.0-libglade
Requires:	python-feedparser >= 5.0.1
Requires:	python-mygpoclient >= 1.4
# gw required for HTML show notes
Requires:	python-webkitgtk
# gw for Bluetooth support
Suggests:	bluez-utils
Suggests:	bluez-gnome
BuildArch:	noarch

%description
gPodder is a Podcast reciever/catcher written in Python, using GTK. It manages
podcast feeds for you and automatically downloads all podcasts from as many
feeds as you like.

%prep
%setup -q
%apply_patches

%install
%makeinstall_std
%find_lang %{name}
desktop-file-install --vendor="" \
  --add-category="GTK;Network;News" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%clean

%files -f %{name}.lang
%doc README 
%{_bindir}/gpo
%{_bindir}/gpodder-migrate2tres
%{_bindir}/%{name}
%{_datadir}/dbus-1/services/org.gpodder.service
%{_datadir}/%{name}
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info
%{_mandir}/man1/*
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/gpodder.*

%changelog

* Sun Sep 11 2016 alzim <alzim@bk.ru> 3.9.1-1
- (bdc6627) Merge pull request #1 from import/gpodder:rosa2016.1
- (bdc6627) Updated to 3.9.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10333 |14cu|gpsdrive-2.11-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GPS based navigation tool
Name:		gpsdrive
Version:	2.11
Release:	8
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.gpsdrive.de/
Source0:	http://www.gpsdrive.de/packages/%{name}-%{version}.tar.gz
Source1:	http://download.sourceforge.net/sourceforge/gpsdrive/openstreetmap-map-icons-minimal.tar.gz
Source2:	%{name}-48.png
Source3:	%{name}-32.png
Source4:	%{name}-16.png
Patch0:		gpsdrive-2.10pre6-leaf.patch
Patch1:		gpsdrive-2.10pre7-fedora.patch
Patch2:		gpsdrive-2.10pre7-usepc.patch
Patch3:		gpsdrive-2.10-newgps.patch
Patch4:		gpsdrive-2.10-fix-dso-linking.patch
Patch5:		gpsdrive-2.11-add-gdk-pixbuf2.patch
Patch6:		gpsdrive_no_segfault_on_nan_lat.patch
Patch7:		gpsdrive-2.11-freetype-cmake.patch
Patch8:		gpsdrive-2.11-gpsd-2.96.patch
Patch9:		gpsdrive-2.11-libgps6.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	boost-devel
BuildRequires:	speech-dispatcher-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgpsd)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:  pkgconfig(libagg)

Provides:	perl(Geo::OSM::EntitiesV3)
Provides:	perl(Geo::OSM::OsmReaderV5)
Provides:	perl(Geo::OSM::EntitiesV5)
Provides:	perl(Geo::OSM::OsmReaderV3)

%description
Gpsdrive is a map-based navigation system. It displays your position on a
zoomable map provided from a NMEA-capable GPS receiver. The maps are
autoselected for the best resolution, depending of your position, and the
displayed image can be zoomed. Maps can be downloaded from the Internet with
one mouse click. The program provides information about speed, direction,
bearing, arrival time, actual position, and target position. Speech output
is also available.

%files -f %{name}.lang
%doc AUTHORS README
%{_bindir}/*
%{_mandir}/man1/*.1*
%{_mandir}/es/man1/gpsdrive.1*
%{_mandir}/de/man1/gpsdrive.1*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/icons/map-icons
%{_datadir}/%{name}
%{_datadir}/applications/*
%{perl_vendorlib}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version} -a1
%patch0 -p1 -b .leaf
%patch1 -p1
%patch2 -p1 -b .usepc
%patch3 -p1 -b .newgps
%patch4 -p1 -b .fix-dso-linking
%patch5 -p1 -b .gdk-pixbuf2
%patch6 -p0 -b .nan
%patch7 -p1 -b .freetype-cmake
%patch8 -p1 -b .gpsd1
%patch9 -p1 -b .gpsd2

%build
export CXXFLAGS="%{optflags} -DBOOST_FILESYSTEM_VERSION=3"
export LDFLAGS="$LDFLAGS -lm"
%cmake -DWITH_MAPNIK=OFF
%make

%install
%makeinstall_std -C build

rm -rf %{buildroot}%{_datadir}/%{name}/{AUTHORS,FAQ*,LEEME,LISEZMOI,README*,TODO,NMEA*,GPS-*}

install -m644 %{SOURCE2} -D %{buildroot}%{_liconsdir}/%{name}.png
install -m644 %{SOURCE3} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE4} -D %{buildroot}%{_miconsdir}/%{name}.png

#menu entry
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="GTK" \
	--add-category="Science" \
	--add-category="X-MandrivaLinux-MoreApplications-Sciences-Other" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

install -d %{buildroot}%{_datadir}/icons/map-icons
cp -a usr/share/icons/map-icons/* %{buildroot}%{_datadir}/icons/map-icons/

%find_lang %{name}

%changelog

* Thu Dec 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.11-8
- (93c3f0e) Add patches from Fedora to fix build with gpsd 3.15
- (93c3f0e) Drop unused mapnik patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10334 |14cu|gpsim-0.29.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A software simulator for Microchip PIC microcontrollers
Name:		gpsim
Epoch:		1
Release:	1
Version:	0.29.0
License:	GPLv2+
Group:		Development/Tools
Url:		http://gpsim.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	flex
BuildRequires:	gputils
BuildRequires:	glibc-static-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtkextra-3.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(popt)

%description
gpsim is a full-featured software simulator for Microchip PIC microcontrollers
distributed under the GNU General Public License.

gpsim has been designed to be as accurate as possible. Accuracy includes the
entire PIC - from the core to the I/O pins and including ALL of the internal
peripherals. Thus it's possible to create stimuli and tie them to the I/O pins
and test the PIC the same PIC the same way you would in the real world.

%files
%doc README
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libgpsim.

%files -n %{libname}
%{_libdir}/lib%{name}*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use libgpsim
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use libgpsim.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%define _disable_ld_no_undefined 1
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.29.0-1
- (68b09fd) build requires gputils



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10335 |14cu|gpspoint-2.030521-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name}2_ %{major}
%define devname %mklibname %{name} -d

Summary:	Garmin GPS data transfer utility
Name:		gpspoint
Version:	2.030521
Release:	9
License:	GPLv2+
Group:		Communications
Source0:	%{name}-%{version}.tar.bz2
# These patches are build fixes, from NetBSD - AdamW 2008/08
Patch0:		gpspoint-2.030521-netbsd-patch-ab
Patch1:		gpspoint-2.030521-netbsd-patch-ac
Patch2:		gpspoint-2.030521-netbsd-patch-ad
Patch3:		gpspoint-2.030521-netbsd-patch-ae
Patch4:		gpspoint-2.030521-netbsd-patch-af
# GCC 4.3 build fixes, by me - AdamW 2008/08
Patch5:		gpspoint-2.030521-gcc43.patch
Patch6:		gpspoint-2.030521-link.patch

%description
With gpspoint you can interact with a Garmin GPS device. Most
importantly you can download and upload waypoints, routes and tracks.
It also includes a dialog-based frontend, mgpspoint.

%files
%doc README AUTHORS ChangeLog COPYRIGHT NEWS TODO
%{_bindir}/%{name}
%{_bindir}/m%{name}
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries
Conflicts:	%{_lib}gpspoint1 < 2.030521-9
Obsoletes:	%{_lib}gpspoint1 < 2.030521-9

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%{_libdir}/libgpspoint2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development libraries and headers for developing programs based on
%{name}.

%files -n %{devname}
%{_includedir}/gpspoint2
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p1 -b .gcc43
%patch6 -p0 -b .link

%build
autoreconf -fi
%configure2_5x \
	--disable-static

make

%install
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=m%{name}
Icon=more_applications_other_section
Name=MGPSPoint
Comment=GPS Data Transfer
Categories=Utility;
EOF


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.030521-9
- (ee45aab) Properly name library package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10336 |14cu|gq-1.3.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gq
Version:	1.3.4
Release:	6
Summary:	GTK-based LDAP client
License:	GPL
Source0:	http://prdownloads.sourceforge.net/gqclient/%{name}-%{version}.tar.gz
Source11:	gq16.png
Source12:	gq32.png
Source13:	gq48.png
Patch1:		gq-1.3.4-mdv-fix-str-fmt.patch
Patch2:		gq-1.3.4-kerberos.patch
Patch3:		gq-1.3.4-configure.patch
Patch4:         gq-1.3.4-glibc.patch
Patch5:         gq-1.3.4-gcc.patch
Patch6:         gq-1.3.4-error.patch
URL:		http://biot.com/gq/
Group:		Databases
BuildRequires:	gettext-devel
BuildRequires:	krb5-devel
BuildRequires:	sasl-devel
BuildRequires:	openldap-devel
BuildRequires:  pkgconfig(libxml-2.0)
#BuildRequires:	glib-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	intltool
BuildRequires:	rarian
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(libglade-2.0)

%description
GQ is GTK+ LDAP client and browser utility. It can be used
for searching LDAP directory as well as browsing it using a
tree view.

%prep 
%setup -q
%patch1 -p1 -b .strfmt
%patch2 -p1 -b .kerberos
%patch3 -p0 -b .configure
%patch4 -p1 -b .glibc
%patch5 -p1 -b .gcc
%patch6 -p1 -b .error

%build
#export CFLAGS="%{optflags} -DLDAP_DEPRECATED"
export LIBS="-lcrypto -L%{_libdir}"
%configure2_5x \
    --with-default-codeset=UTF-8 \
    --enable-cache \
    --with-kerberos-prefix=%{_prefix} \
    --enable-browser-dnd \
    --disable-update-mimedb
%make

%install
%makeinstall_std

#(peroyvind): replace menu with our own as it's more complete and valid ;)
rm -f %{buildroot}%{_datadir}/applications/gq.desktop
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=GQ
Comment=%{Summary}
Comment[ru]=Графический клиент LDAP
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=GTK;Network;System;
EOF


install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

# Macro for locales
%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README* TODO 
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/pixmaps/gq
%{_iconsdir}/hicolor/16x16/apps/*
%{_datadir}/mime/packages/gq-ldif.xml
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
# % {_datadir}/omf/gq-manual/gq-manual-C.omf
# % lang(de) %{_datadir}/omf/gq-manual/gq-manual-de.omf

%changelog

* Thu Aug 18 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-6
- (f1c46bb) Added rarian BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10337 |14cu|gramofile-1.6-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Transfer sound from gramophone records to CD
Name:		gramofile
Version:	1.6
Release:	16
License:	GPLv2+
Group:		Sound
Url:		http://www.opensourcepartners.nl/~costar/gramofile/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		tappin3a.patch.bz2
Patch1:		tappin3b.patch.bz2
Patch2:		gramofile-braille-patch.bz2
BuildRequires:	fftw2-devel
BuildRequires:	pkgconfig(ncurses)

%description
GramoFile enables you to record audio from (for example) gramophone
records, process the signal and listen to the results. Because sound
files in .WAV-format are used, it is possible to exchange the files
with many other programs. Cdrecord(1) can burn CD-Recordables of these,
so you can make CDs with the music of your favorite records.  The user
interface of GramoFile has a windows-like look-and-feel, making it
fairly easy to use.

One of the most important parts of GramoFile is the ability to process
digital audio signals. Through the application of several filters it
is possible to accomplish a significant reduction of disturbances like
ticks and scratches. These filters have been programmed in such a fashion
that they can be applied in any order (and multiple times) in a single
run, thus avoiding the use of temporary files. It is possible to adjust
the properties of each filter independently, so in every situation an
optimal result can be achieved.

Another interesting feature is the track splitting. Just make one .wav
file of an entire side of an record and GramoFile will detect where
the individual tracks are located. This happens fully automatically,
without need to set any options. More experienced users may fine-tune
the algorithm, or change the detected track starts and ends, but
generally that will not be necessary. Track-times are saved in an
editable (plaintext) .tracks file, that will be used during the signal
processing to produce one processed .wav file for each individual track.

To record and play .wav files, modified versions of brec(1) and bplay(1)
by David Monro are included. These programs provide buffered recording
and playback, so all will go well even on a highly loaded system. Both
programs have been modified to support the standard GramoFile user
interface.  Brec also got a `graphical' peak level meter, and bplay a
running time display.

%files
%doc README TODO ChangeLog *.txt example.tracks
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%make CFLAGS="%{optflags} -DTURBO_MEDIAN -DTURBO_BUFFER"

%install
mkdir -p %{buildroot}%{_bindir}
cp -pr bplay_gramo brec_gramo gramofile %{buildroot}%{_bindir}/


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6-16
- (bfa9c12) Build with system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10338 |14cu|gramps-4.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Genealogical Research and Analysis Management Programming System
Name:		gramps
Version:	4.2.4
Release:	1
License:	GPLv2+
Group:		Sciences/Other
Url:		http://www.gramps-project.org
Source0:	https://github.com/gramps-project/gramps/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
Source11:	%{name}-48.png
Source12:	%{name}-32.png
Source13:	%{name}-16.png
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	python3
Requires:	shared-mime-info
Requires:	python3-icu
Requires:	python3-gi
Requires:	python3-gi-cairo
Requires:	python3-bsddb3
Requires:	xdg-utils
Requires:	typelib(GExiv2)
Requires:	typelib(Gdk)
Requires:	typelib(GdkPixbuf)
Requires:	typelib(GLib)
Requires:	typelib(Gtk) = 3.0
Requires:	typelib(Pango)
Requires:	typelib(PangoCairo)
Requires:	typelib(PangoFT2)
Requires:	typelib(WebKit) = 3.0

Suggests:	fonts-ttf-freefont
Suggests:	gtkspell3
Suggests:	typelib(Goocanvas) = 2.0
#Suggest it for geography functionality
Suggests:	typelib(OsmGpsMap)
Suggests:	typelib(WebKit) = 3.0
BuildArch:	noarch

%description
gramps (Genealogical Research and Analysis Management Programming
System) is a GNOME based genealogy program supporting a Python
based plugin system.

%files -f %{name}.lang
%doc README TODO
%{_bindir}/%{name}
%{_datadir}/metainfo/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/icons/gnome/*/mimetypes/*
%{_iconsdir}/%{name}.png
%{_datadir}/mime-info/%{name}.*
%{_mandir}/man1/%{name}.1*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{py3_puresitedir}/%{name}
%{py3_puresitedir}/*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q

%build
python3 setup.py build

%install
python3 setup.py install --root %{buildroot}
# fix it:
perl -pi -e "s@%{buildroot}@@" %{buildroot}/%{py3_puresitedir}/gramps/gen/utils/resource-path
rm -fr %{buildroot}/var

#menu
perl -pi -e 's,%{name}.png,%{name},g' %{buildroot}%{_datadir}/applications/*
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--remove-category="Genealogy" \
	--add-category="Science" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

#icons
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%find_lang %{name} --with-gnome --with-man

%changelog

* Sun Sep 11 2016 alzim <alzim@bk.ru> 4.2.4-1
- (632a8bd) Merge pull request #2 from import/gramps:rosa2016.1
- (632a8bd) Updated to 4.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10339 |14cu|granite-0.4.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define girmajor 1.0
%define libname %mklibname %{name} %{major}
%define girname %mklibname %{name}-gir %{girmajor}
%define devname %mklibname %{name} -d

Summary:	Extension of GTK+ libraries
Name:		granite
Version:	0.4.0.1
Release:	1
License:	GPLv3+
Group:		System/Libraries
Url:		https://launchpad.net/granite
Source0:	https://launchpad.net/granite/0.4/%{version}/+download/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	vala
BuildRequires:	pkgconfig(atk-bridge-2.0)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(harfbuzz)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xkbcommon)
BuildRequires:	pkgconfig(xrandr)

%description
Granite is an extension of GTK+. Among other things, it provides the
commonly-used widgets such as modeswitchers, welcome screens, AppMenus,
search bars, and more found in elementary apps.

%files -f %{name}.lang
%doc AUTHORS INSTALL README

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Extension of GTK+ libraries (libraries)
Group:		Development/GNOME and GTK+
Requires:	%{name}

%description -n %{libname}
Granite is an extension of GTK+. Among other things, it provides the
commonly-used widgets such as modeswitchers, welcome screens, AppMenus,
search bars, and more found in elementary apps.

This package contains the shared library.

%files -n %{libname}
%{_libdir}/libgranite.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject introspection data for the granite library
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Conflicts:	%{name}-gir < 0.3.1
Obsoletes:	%{name}-gir < 0.3.1

%description -n %{girname}
GObject introspection data for the granite library.

%files -n %{girname}
%{_libdir}/girepository-1.0/Granite-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Extension of GTK+ libraries (development files)
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description -n %{devname}
Granite is an extension of GTK+. Among other things, it provides the
commonly-used widgets such as modeswitchers, welcome screens, AppMenus,
search bars, and more found in elementary apps.

This package contains header files.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/granite
%{_datadir}/gir-1.0/*gir
%{_libdir}/pkgconfig/granite.pc

#----------------------------------------------------------------------------

%package vala
Summary:	Vala language bindings for the granite library
Group:		Development/Other
Requires:	%{libname} = %{EVRD}

%description vala
This package provides Vala language bindings for the granite library.

%files vala
%{_datadir}/vala/vapi/granite.deps
%{_datadir}/vala/vapi/granite.vapi

#----------------------------------------------------------------------------

%package demo
Summary:	Extension of GTK+ libraries (demo binary)
Group:		Development/GNOME and GTK+

%description demo
Granite is an extension of GTK+. Among other things, it provides the
commonly-used widgets such as modeswitchers, welcome screens, AppMenus,
search bars, and more found in elementary apps.

This package contains a small demo application to show Granite Widgets.

%files demo
%{_bindir}/*
%{_datadir}/applications/granite-demo.desktop
%{_datadir}/icons/hicolor/*/*/*.svg

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

%find_lang %{name}

%changelog

* Sun Sep 11 2016 alzim <alzim@bk.ru> 0.4.0.1-1
- (f5f55b0) Merge pull request #1 from import/granite:rosa2016.1
- (f5f55b0) Updated to 0.4.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10340 |14cu|grass-7.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define grassfix 70

%if %{_use_internal_dependency_generator}
%define __noautoreq '(.*)\\.so$|(.*)\\.so\\(\\)\\(64bit\\)$'
%define __noautoprov '(.*)\\.so$|(.*)\\.so\\(\\)\\(64bit\\)$'
%endif

Summary:	Geographic Resources Analysis Support System
Name:		grass
Version:	7.0.0
Release:	2
Group:		Sciences/Geosciences
License:	GPLv2+
Url:		http://grass.osgeo.org/
Source:		http://grass.osgeo.org/grass%{grassfix}/source/grass-%{version}.tar.gz
Source2:	grass5_48.png
Source3:	grass5_32.png
Source4:	grass5_16.png
BuildRequires:	bison
BuildRequires:	gcc-gfortran
BuildRequires:	flex
BuildRequires:	lzma
BuildRequires:	swig
BuildRequires:	gd-devel >= 2.0
BuildRequires:	gdal-devel
BuildRequires:	gdbm-devel
BuildRequires:	jpeg-devel
BuildRequires:	lesstif-devel
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel
BuildRequires:	proj proj-devel
BuildRequires:	python-numpy-devel
BuildRequires:	readline-devel
BuildRequires:	tcl tcl-devel
BuildRequires:	tiff-devel
BuildRequires:	tirpc-devel
BuildRequires:	tk tk-devel
BuildRequires:	unixODBC-devel
BuildRequires:	wxgtku-devel
BuildRequires:	wxPythonGTK-devel

BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(zlib)

# disabled ffmpeg support for now, since it has to be fixed upstream
BuildRequires:	ffmpeg-devel

Requires:	xterm
Requires:	tk
Requires:	tcl

%description
GRASS (Geographic Resources Analysis Support System) is an open source, Free
Software Geographical Information System (GIS) with raster, topological vector,
image processing, and graphics production functionality that operates on
various platforms through a graphical user interface and shell in X-Window.

%files
%{_bindir}/*
%{_sysconfdir}/ld.so.conf.d/*
%{_datadir}/applications/*.desktop
%{_datadir}/doc/%{name}
%{_iconsdir}/*/*/*/*
%{_datadir}/appdata/*
%{_libdir}/grass%{grassfix}/grass%{grassfix}.tmp
%{_libdir}/grass%{grassfix}/bin
%{_libdir}/grass%{grassfix}/demolocation
%{_libdir}/grass%{grassfix}/docs
%{_libdir}/grass%{grassfix}/driver
%{_libdir}/grass%{grassfix}/gui
%{_libdir}/grass%{grassfix}/etc
%{_libdir}/grass%{grassfix}/fonts
%{_libdir}/grass%{grassfix}/include
%{_libdir}/grass%{grassfix}/lib
%{_libdir}/grass%{grassfix}/locale
%{_libdir}/grass%{grassfix}/scripts
%{_libdir}/grass%{grassfix}/tools
%attr(1777,root,root) %{_libdir}/grass%{grassfix}/locks

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# autoreconf -fi
%define __cputoolize true
%define Werror_cflags %nil
%configure2_5x --host=%{_host} \
%if "%{_lib}" != "lib"
	--enable-64bit \
%endif
	--with-dbm-includes=%{_includedir}/gdbm/ \
	--with-postgres \
	--with-postgres-includes=%{_includedir}/ \
	--with-freetype \
	--with-freetype-includes=%{_includedir}/freetype2 \
	--with-motif \
	--with-cairo \
	--with-opengl-libs=%{_libdir} \
	--with-motif-libs=%{_libdir} \
	--with-motif-libs=%{_libdir} \
	--with-motif-includes=%{_includedir} \
	--with-gdal  \
	--with-geos \
	--with-mysql --with-mysql-includes=%{_includedir}/mysql \
	--with-odbc \
	--enable-largefile \
	--with-curses \
	--with-python --with-wxwidgets="%{_bindir}/wx-config"\
	--with-sqlite \
	--with-cxx \
	--with-proj-share=%{_datadir}/proj \
	--with-nls \
	--with-readline \
	--with-ffmpeg --with-ffmpeg-includes="%{_includedir}/libavcodec \
	%{_includedir}/libavdevice \
	%{_includedir}/libavformat %{_includedir}/libavutil \
	%{_includedir}/libpostproc %{_includedir}/libswscale"

%make

%install
mkdir -p %{buildroot}/%{_bindir}
#%makeinstall_std INST_DIR=%{_libdir}/grass%{grassfix}
# Actions in make install that don't take into account packaging in a place different to running:
sed -e 's|gisbase = "/.*|gisbase = "%{_libdir}/grass%{grassfix}"|' \
 bin.%{_target_platform}/grass%{grassfix} > %{buildroot}/%{_bindir}/grass%{grassfix}
chmod a+x %{buildroot}/usr/bin/grass%{grassfix}

mkdir -p %{buildroot}/%{_libdir}/grass%{grassfix}
cp -a dist.%{_target_platform}/* %{buildroot}/%{_libdir}/grass%{grassfix}

# Add makefiles to includes:
cp -a include/Make %{buildroot}/%{_libdir}/grass%{grassfix}/include/

# Manually archive the man pages:
# lzma %{buildroot}/%{_libdir}/grass%{grassfix}/man/man?/*

mkdir -p %{buildroot}%{_datadir}/appdata/
mv %{buildroot}%{_libdir}/grass%{grassfix}/share/appdata/grass.appdata.xml %{buildroot}%{_datadir}/appdata/

mkdir -p %{buildroot}%{_datadir}/applications
mv %{buildroot}%{_libdir}/grass%{grassfix}/share/applications/grass.desktop %{buildroot}%{_datadir}/applications/


mkdir %{buildroot}/%{_libdir}/grass%{grassfix}/locks/

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps

install -m644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
cat > %{buildroot}%{_sysconfdir}/ld.so.conf.d/grass.conf << EOF
%{_libdir}/grass%{grassfix}/lib
EOF

mkdir -p %{buildroot}%{_datadir}/doc/%{name}/
for i in AUTHORS COPYING CHANGES REQUIREMENTS.html GPL.TXT contributors.csv contributors_extra.csv translators.csv translation_status.json
do 
  mv %{buildroot}%{_libdir}/grass%{grassfix}/$i %{buildroot}%{_datadir}/doc/%{name}/
done

%changelog

* Sun Jun 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 7.0.0-2
- (e98c3e1) Drop termcatp BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10341 |14cu|graveman-0.3.12-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Too many string format errors to enable optflags, just disable debug
%define debug_package %{nil}

%define realver %{version}-5

Summary:	Simple frontend for CD creation
Name:		graveman
Version:	0.3.12
Release:	16
License:	GPLv2+
Group:		Archiving/Cd burning
Url:		http://graveman.tuxfamily.org/index-e.php
Source0:	http://graveman.tuxfamily.org/sources/%{name}-%{realver}.tar.bz2
Patch0:		graveman-0.3.12-5-cdrkit.patch
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	perl-XML-Parser
BuildRequires:	mng-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(vorbis)
Requires:	cdrdao
Requires:	cdrkit
Requires:	cdrkit-genisoimage
Requires:	dvd+rw-tools
Requires:	sox

%description
Another frontend for cdrecord, mkisofs, readcd and sox!
With graveman you can burn audio cds (wav, ogg, mp3), data cds,
and duplicate cds.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS THANKS README*
%{_bindir}/%{name}
%{_datadir}/applications/*
%{_datadir}/%{name}/
%{_datadir}/pixmaps/*
%{_mandir}/man1/*
%{_mandir}/fr/man1/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{realver}
%patch0 -p1 -b .cdrkit

%build
%configure2_5x
%make

%install
mkdir -p %{buildroot}%{_mandir}/man1
cp man/%{name}.man %{buildroot}%{_mandir}/man1/%{name}.1
mkdir -p %{buildroot}%{_mandir}/fr/man1
cp man/%{name}.fr.man %{buildroot}%{_mandir}/fr/man1/%{name}.1
perl -p -i -e 's/install\:/none\:/g' man/Makefile
%makeinstall_std

#menu
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="X-MandrivaLinux-System-Archiving-CDBurning" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

#icons
mkdir -p %{buildroot}%{_liconsdir}
convert -size 48x48 pixmaps/graver.png %{buildroot}%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}
convert -size 32x32 pixmaps/graver.png %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_miconsdir}
convert -size 16x16 pixmaps/graver.png %{buildroot}%{_miconsdir}/%{name}.png

%find_lang %{name}

%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.12-16
- (efe49a6) Too many string format errors to enable optflags, just disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10342 |14cu|gravityhatesyou-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define distsuffix mrb
%define oname  Gravity-Hates-You
Summary:        Gravity game made in Godot engine
Name:           gravityhatesyou
Version:        1.0.2
Release:        1
Group:          Games/Arcade
License:        MIT
Url:            https://github.com/TeddyDD/Gravity-Hates-You
Source0:        https://github.com/TeddyDD/Gravity-Hates-You/archive/master.zip
BuildRequires:  imagemagick
Requires:       godot-runner
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md LICENSE.md 
%{_gamesdatadir}/%{name}
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------
%prep
%setup -qn %{oname}-master


%build

%install
# data
install -dm755 %{buildroot}%{_gamesdatadir}/%{name}
find . -type f -name "*.png" -exec convert {} -strip {} \;
cp -R -t %{buildroot}%{_gamesdatadir}/%{name} *

# wrapper
install -dm755 %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
#!/bin/sh
godot-runner -path "%{_gamesdatadir}/%{name}" $@
EOF
chmod 755 %{buildroot}%{_gamesbindir}/%{name}

# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size icon.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

#menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{oname}
GenericName=%{oname}
Comment=%{oname}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


%changelog

* Sat Jun 17 2017 abfonly <abfonly@gmail.com> 1.0.2-1
- (e91c575) Merge pull request #1 from import/gravityhatesyou:rosa2016.1
- (e91c575) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10343 |14cu|greed-4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The board puzzle game of Greed
Name:		greed
Version:	4.1
Release:	1
License:	BSD
Group:		Games/Puzzles
Url:		http://www.catb.org/~esr/greed/
Source:		http://www.catb.org/~esr/greed/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ncurses)

%description
The strategy game of Greed. Try to eat as much as possible of the board
before munching yourself into a corner.

%files
%doc README NEWS COPYING greed.xml greed-logo.png
%{_mandir}/man6/%{name}.6*
%{_bindir}/%{name}

#-----------------------------------------
%prep
%setup -q

%build
%setup_compile_flags
make

%install
install -Dm755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dm644 %{name}.6 %{buildroot}%{_mandir}/man6/%{name}.6

%changelog

* Sat Aug 13 2016 abfonly <abfonly@gmail.com> 4.1-1
- (32dae90) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10344 |14cu|griffith-0.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _version_art	0.9.4

Summary:	Film collection manager application
Name:		griffith
Version:	0.13
Release:	4
License:	GPLv2
Group:		Databases
URL:		http://griffith.cc/
Source:		http://download.berlios.de/griffith/%{name}-%{version}.tar.gz
Source1:	http://download.berlios.de/griffith/%{name}-extra-artwork-%{_version_art}.tar.gz
Patch0:		griffith-0.13-InstrumentationManager.patch
BuildArch:	noarch
BuildRequires:	docbook-utils
BuildRequires:	python-sqlalchemy
BuildRequires:	python-devel
BuildRequires:	desktop-file-utils
Requires:	python-psycopg2
Requires:	python-chardet
Requires:	python-imaging
Requires:	python-reportlab >= 1.19
Requires:	python-sqlite2
Requires:	python-sqlalchemy
Requires:	pygtk2.0-libglade
Requires:	xpdf

%description
Griffith is a film collection manager application. Adding items to the movie
collection is as quick and easy as typing the film title and selecting a
supported source. Griffith will then try to fetch all the related information
from the Web.

%prep
%setup -q -a 1
%patch0 -p1
mv %{name}-extra-artwork-%{_version_art} extra-artwork

%build

%install
%makeinstall_std

rm -f %{buildroot}%{_bindir}/%{name}
pushd %{buildroot}%{_bindir}
ln -s ../share/%{name}/lib/%{name} .
popd

# extra-artwork
install -m 644 extra-artwork/images/* %{buildroot}%{_datadir}/%{name}/images
for i in AUTHORS ChangeLog COPYING; do
	mv extra-artwork/$i $i.extra-artwork
done

desktop-file-install --vendor="" \
    --remove-category="Database" \
    --remove-category="GNOME" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-man

%clean

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README INSTALL NEWS TODO *.extra-artwork
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*
%{_mandir}/man1/griffith.1.*
%config(noreplace) %{_sysconfdir}/bash_completion.d/griffith

%changelog

* Sun Apr 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.13-4
- (f69fd94) Drop python-pyxml requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10345 |14cu|grive2-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           grive2
Version:        0.5.0
Release:        1
Summary:        Google Drive client
Group:		Networking/File transfer
License:        GPLv2
URL:            http://yourcmc.ru/wiki/Grive2
# Source0:	https://github.com/vitalif/grive2/archive/v%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
BuildRequires:  boost-devel
BuildRequires:  cmake
BuildRequires:  curl-devel
BuildRequires:  expat-devel
BuildRequires:  libgcrypt-devel
BuildRequires:  yajl-devel
BuildRequires:  zlib-devel

%description
The purpose of this project is to provide an independent open source
implementation of Google Drive client for GNU/Linux. It uses Google Drive
REST API to talk to Google Drive service.

%prep
%setup -qn %{name}-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%doc README.md COPYING
%{_bindir}/grive
%{_mandir}/man1/*

%changelog

* Thu Apr 21 2016 dsilakov <denis.silakov@rosalab.ru> 0.5.0-1
- (1f63bf5) Merge pull request #1 from alzim/grive2:rosa2014.1
- (1f63bf5) Updated 0.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10346 |14cu|gr-lida-0.11.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Frontend for DOSBox, ScummVM and VDMSound
Name:		gr-lida
Version:	0.11.0
Release:	4
License:	GPLv2+
Group:		Emulators
Url:		http://www.gr-lida.org/
Source0:	https://github.com/Monthy/gr-lida/archive/%{name}-%{version}.tar.gz
Source1:	gr-lida_ru_RU.qm
Source2:	gr-lida_ru_RU.ts
Patch0:		gr-lida-0.11.0-zlib.patch
BuildRequires:	librsvg
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(zlib)
Requires:	qt4-database-plugin-sqlite

%description
GR-lida is an open source frontend for DOSBox, ScummVM and VDMSound.
It can display games using pictureflow, which is a clone of Apples cover flow.

%files
%doc doc/COPYING.txt doc/AUTHORS.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
cp %{SOURCE1} res/idiomas/gr-lida_ru_RU.qm
cp %{SOURCE2} res/idiomas/gr-lida_ru_RU.ts

%build
%qmake_qt4
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 bin/%{name} %{buildroot}%{_bindir}/%{name}

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=GR-lida
Comment=Frontend for DOSBox, ScummVM and VDMSound
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF

# Install icons of various sizes
for s in 256 128 96 48 32 22 16 ; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
rsvg-convert -w ${s} -h ${s} \
    %{name}.svg -o \
    %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png
done

%changelog

* Tue Jun 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.11.0-4
- (bf53c66) Requires qt4-database-plugin-sqlite



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10347 |14cu|grok-0.260.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-Grok
%define appli_name       grok
%define upstream_version 0.26

Name:       %{appli_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A Pod 6 backend for grok

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/App/%{appli_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(File::ShareDir)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(IO::Interactive)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Perl6::Doc)
BuildRequires: perl(Perl6::Perldoc)
BuildRequires: perl(Perl6::Perldoc::To::Ansi)
BuildRequires: perl(Perl::Critic)
BuildRequires: perl(Pod::Perldoc::ToPod)
BuildRequires: perl(Pod::Text::Ansi)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Pod::Xhtml)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Perl::Critic)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Script)
BuildRequires: perl-devel

BuildArch: noarch

%description
This class provides the main functionality needed by grok. It has some
methods you can use if you need to hook into grok.

%prep
%setup -q -n %{appli_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE
%{_bindir}/*
%{_mandir}/man?/*
%{perl_vendorlib}/*

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.260.0-1
- (4faeb66) Updated to 0.26



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10348 |14cu|gromit-0-20041213.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define cvs 20041213

Summary: Paint annotations on top of the X screen
Name: gromit
Version: 0
Release: %{cvs}.5
Source0: http://www.home.unix-ag.org/simon/gromit/%{name}-%{cvs}.tar.gz
#gw work around for bug with lines filling all the screen
Patch0: gromit-20041213-no-history.patch
Patch1: gromit-20041213-fix-linking.patch
License: GPLv2+
Group: System/X11
Url: http://www.home.unix-ag.org/simon/gromit/
BuildRequires: gtk+2-devel

%description
Gromit (GRaphics Over MIscellaneous Things) is a small tool to make
annotations on the screen.

It is useful for recording presentations with xvidcap.

%prep
%setup -q -n %{name}-%cvs
%apply_patches

%build
%make

%install
install -m 755 -D %{name} %{buildroot}%{_bindir}/%{name}

%clean

%files
%doc AUTHORS ChangeLog README
%{_bindir}/%{name}




%changelog

* Wed Nov 18 2015 Denis Silakov <dsilakov@gmail.com> 0-20041213.5
- (c9b0e10) Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10349 |14cu|grooveoff-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Grooveshark client
Name:		grooveoff
Version:	0.2.0
Release:	1
License:	GPLv3+
Group:		Sound
Url:		http://qt-apps.org/content/show.php/GrooveOff?content=158258
Source0:	http://qt-apps.org/CONTENT/content-files/158258-%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(taglib)

%description
GrooveOff is an unofficial client for grooveshark.com.

Using it, it is possible to search grooveshark.com's huge database (thanks
to its public API) for artists, songs and albums and save them on disk for
offline playing. GrooveOff provides some easy to use filters based on artists
and albums. Also included is a minimal player for previewing and listening
to songs, so one will be able to decide whether to keep or reject them.
The application is based on the Qt toolkit, but should feel native in all
desktop environments.

%files
%doc README.md ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%dir %{_datadir}/apps/%{name}
%{_datadir}/apps/%{name}/*
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt4

%install
%makeinstall_std -C build


%changelog
* Mon Jan 12 2015 Rosa <rosa@abf.rosalinux.ru> 0.2.0-1
+ Revision: b2134fe
- Automatic import for version 0.2.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10350 |14cu|groupoffice-6.1.105-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq /usr/bin/php

Summary:	Enterprise CRM and groupware tool
Name:		groupoffice
Version:	6.1.105
Release:	1
License:	Mixed, see LICENSE.TXT
Group:		Office
Url:		https://www.group-office.com/
Source0:	https://sourceforge.net/projects/group-office/files/6.1/%{name}-com-%{version}.tar.gz
BuildArch:	noarch
Requires:	apache-mod_php
Requires:	php-calendar
Requires:	php-cli
Requires:	php-pdo_mysql
Requires:	php-pspell
Requires:	tnef

%description
Group-Office is an enterprise CRM and groupware tool.
Share projects, calendars, files and e-mail online with co-workers and clients.
Easy to use and fully customizable.

%files
/var/www/html/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-com-%{version}

%build

%install
mkdir -p %{buildroot}/var/www/html/%{name}
cp -r * %{buildroot}/var/www/html/%{name}

%changelog

* Sun Sep 11 2016 alzim <alzim@bk.ru> 6.1.105-1
- (1758c68) Merge pull request #1 from import/groupoffice:rosa2016.1
- (1758c68) Updated to 6.1.105



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10351 |14cu|grpn-1.1.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		grpn
Version: 	1.1.2
Release: 	10
License: 	GPL
Summary: 	RPN calculator for X built using the GIMP Toolkit
URL: 		http://lashwhip.com/grpn.html
Group: 		Sciences/Mathematics
Source: 	%{name}-%{version}.tar.bz2
BuildRequires: gtk+-devel

%description 
GRPN Version 1.0, By Paul Wilkins

GRPN is a RPN calculator for the X Window system built using the GIMP
Toolkit (GTK).  GRPN works with real numbers, complex numbers,
matrices, and complex matrices.  Numbers can be displayed in 4
different radix modes, and complex numbers can be displayed in either
Cartesian or polar form.  


%prep

%setup -q

%build

%make

%install
install -m 755 -d %{buildroot}%{_bindir}
install -m 755 grpn %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/grpn
Name=Grpn
Comment=A RPN calculator
Icon=mathematics_section
Categories=Science;Math;
EOF


%files
%doc CHANGES LICENSE README
%{_bindir}/*
%{_datadir}/applications/mandriva-*.desktop




%changelog
* Tue Mar 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-10
+ Revision: 9c0671d
- Fix desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10352 |14cu|grsync-1.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		grsync
Version:	1.2.6
Release:	1
Summary:	A GTK GUI for rsync
License:	GPLv2
Group:		File tools
URL:		http://www.opbyte.it/grsync/
Source0:	https://sourceforge.net/projects/grsync/files/%{name}-%{version}.tar.gz
#Patch1:		ru_RU.po.patch
BuildRequires:	pkgconfig
BuildRequires:	gtk+2-devel
BuildRequires:	perl-XML-Parser
BuildRequires:	desktop-file-utils
BuildRequires:	dos2unix
BuildRequires:	intltool
BuildRequires:	imagemagick
Requires:	rsync

%description
Grsync is a GUI for rsync, the command line directory
synchronization tool. While it can work with remote
hosts, its focus is to synchronize local directories.

%prep
%setup -q
#pushd po
#%patch1 -p0
#popd

%build
perl -p -i -e 's/grsync.png/grsync/g' configure
%configure2_5x --disable-unity
%make

%install
%makeinstall_std

# Generate and install icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{64x64,32x32,16x16,128x128,48x48,22x22}/apps
convert -scale 64 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
convert -scale 48 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 22 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/22x22/apps/%{name}.png
convert -scale 16 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m644 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/

# Desktop file
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Filesystem" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name}

# Fix EOLs
dos2unix NEWS AUTHORS README

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/mime/packages/grsync.xml
%{_datadir}/icons/hicolor/48x48/mimetypes/application-x-grsync-session.png
%{_datadir}/pixmaps/grsync-busy.png
%{_datadir}/%{name}
%{_mandir}/man1/%{name}*
%{_iconsdir}/hicolor/*/apps/%{name}.png

%changelog

* Mon Sep 12 2016 alzim <alzim@bk.ru> 1.2.6-1
- (5f788cc) Merge pull request #1 from import/grsync:rosa2016.1
- (5f788cc) Updated to 1.2.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10353 |14cu|gscan2pdf-1.5.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Produces multipage PDFs from a scan
Name:		gscan2pdf
Version:	1.5.5
Release:	1
License:	GPLv3
Group:		Publishing
URL:		http://gscan2pdf.sourceforge.net
Source0:	https://sourceforge.net/projects/gscan2pdf/files/gscan2pdf/%{version}/%{name}-%{version}.tar.xz
# https://sourceforge.net/p/gscan2pdf/bugs/230/
Patch0:         gscan2pdf-1.5.5-fix-utf8-characters.patch
# https://sourceforge.net/p/gscan2pdf/bugs/233/
Patch1:         gscan2pdf-1.5.5-save-image-without-a-shell.patch
BuildArch:	noarch
BuildRequires:	imagemagick
BuildRequires:	perl-devel
BuildRequires:	desktop-file-utils
Requires:	libtiff-progs
Requires:	imagemagick
Requires:	sane-frontends
Requires:	unpaper
Requires:	xdg-utils
Requires:	djvulibre
Requires:	gocr
Requires:	perl-Gtk2
Requires:	perl-Locale-gettext
Requires:	perl-PDF-API2
Requires:	perl-Image-Magick
Requires:	perl-Gtk2-Ex-PodViewer
Requires:	perl-forks >= 0.33
Requires:	perl-reaper
Requires:	perl-Set-IntSpan

%description
A GUI to ease the process of producing a multipage PDF from a scan.

Scanning is handled with SANE via scanimage. PDF conversion is done by
PDF::API2. TIFF export is handled by libtiff (faster and smaller memory
footprint for multipage files).

%prep
%setup -q
%apply_patches

# fix file that is not UTF-8
iconv --from=ISO-8859-1 --to=UTF-8 History > History.new
mv History.new History

%build
perl Makefile.PL INSTALLDIRS=vendor
perl -pi -e 's|usr/local|usr||g' Makefile
make

%install
%makeinstall_std

desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications \
	--remove-category='Application' \
	%{buildroot}%{_datadir}/applications/*.desktop

#icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -resize 48x48 icons/%{name}.svg %{buildroot}%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}
convert -resize 32x32 icons/%{name}.svg %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_miconsdir}
convert -resize 16x16 icons/%{name}.svg %{buildroot}%{_miconsdir}/%{name}.png

%find_lang %{name}

%files -f %{name}.lang
%doc History LICENCE COPYING
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*
%{perl_vendorlib}/*
%{_mandir}/man1/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/pixmaps/*.svg
%{_datadir}/appdata/%{name}.appdata.xml

%changelog

* Sun Nov 27 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.5.5-1
- (8ee4ee3) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10354 |14cu|gscanbus-0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool to scan IEEE1394 (firewire/i.link) bus
Name:		gscanbus
Version:	0.8
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		https://sourceforge.net/projects/gscanbus.berlios/
Source0:	http://downloads.sourceforge.net/project/gscanbus.berlios/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libraw1394)

%description
gscanbus is a little bus scanning, testing and topology visualizing tool
for the Linux IEEE1394 subsystem, with some AV/C support, especially for
controlling Camcorders and VCRs. It is intended as a debugging tool for
IEEE1394 development, but can also be used to simply check your IEEE1394
setup on Linux.

%files
%doc README
%config(noreplace) %{_sysconfdir}/*
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Tue Dec 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8-1
- (fbfa99a) New version 0.8
- (fbfa99a) Switch to GTK2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10355 |14cu|gscore-0.0.8-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Musical score editor
Name:		gscore
Version:	0.0.8
Release:	9
License:	GPLv2+
Group:		Publishing
Url:		http://www.gscore.org/
Source0:	http://www.gscore.org/targz/%{name}-%{version}.tar.bz2
Patch0:		gscore-0.0.8-install.patch.bz2
Patch1:		gscore-0.0.8.gmodule.patch
BuildRequires:	imagemagick
BuildRequires:	scons
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)

%description
Gscore is a non-page-oriented notation program, allowing you to easily write
your scores, as well as import and export in abc format.

%files
%doc AUTHORS ChangeLog README TODO VERSION
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .install
%patch1 -p1 -b .gmodule

%build
scons

%install
DESTDIR=%{buildroot} scons install

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=GScore
Comment=Musical Score Editor
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Sound;Player;
EOF

#icons
mkdir -p %{buildroot}%{_liconsdir}
convert -size 48x48 pixmaps/%{name}.png %{buildroot}%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}
convert -size 32x32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_miconsdir}
convert -size 16x16 pixmaps/%{name}.png %{buildroot}%{_miconsdir}/%{name}.png


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.8-9
- (76de8ad) Disable debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10356 |14cu|gsql-0.2.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Integrated database development tool for GNOME
Name:		gsql
Version:	0.2.2
Release:	8
License:	GPLv2+
Group:		Development/Databases
Url:		http://gsql.org
Source0:	http://gsql.googlecode.com/files/gsql-%{version}.tar.bz2
Patch1:		gsql-0.2.2-mysql_cursor-format-not-string-literal-and-no-format.patch
Patch2:		gsql-0.2.2-DESTDIR-duplicate.patch
Patch3:		gsql-0.2.2-libnotify0.7.patch
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnome-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libssh)
BuildRequires:	pkgconfig(vte)
Suggests:	%{name}-engine-mysql
Suggests:	%{name}-engine-postgresql

%description
The mission of GSQL opensource project is to supply database developers with an
universal tool platform tailored against market leading DBMS by providing:

    * native DBMS access (not via ODBC layer)
    * databased objects organised into a tree
    * intuitive and easy database objects handling
    * syntax highlighting
    * query plan builder
    * query constructor
    * query result export (in XML, CSV, HTML)
    * debugger (depending on RDBMS)
    * query planner control (depending on RDBMS)
    * database administration functions
    * database system monitoring
    * GNOME integration (via gconf and gnome-keyring)

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%dir %{_libdir}/%{name}/
%dir %{_libdir}/%{name}/engines/
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%dir %{_datadir}/%{name}/
%dir %{_datadir}/%{name}/glade/
%{_datadir}/%{name}/glade/%{name}_dialogs.glade
%dir %{_datadir}/%{name}/ui/
%{_datadir}/%{name}/ui/*.ui
%dir %{_datadir}/pixmaps/%{name}/
%{_datadir}/pixmaps/%{name}/*.png
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 0.2.2-8

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Databases
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.2.2-8
Obsoletes:	%{name}-devel < 0.2.2-8

%description -n %{devname}
This package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%doc AUTHORS COPYING README
%{_libdir}/*.so
%{_libdir}/pkgconfig/lib%{name}.pc
%{_includedir}/lib%{name}/

#----------------------------------------------------------------------------

%package plugins
Summary:	Additional plugins for %{name}
Group:		Development/Databases
Requires:	%{name} = %{EVRD}

%description plugins
Additional plugins for %{name}:

    * Terminal - opens a terminal session with parameters (such as login,
                 password etc) taken from the active session
    * Exporter - exports query results to a CVS file. So far only fetched
                 records could be exported
    * Runner   - periodically executes SQL queries

%files plugins
%doc AUTHORS COPYING README
%{_libdir}/%{name}/plugins/
%{_sysconfdir}/gconf/schemas/%{name}-plugins.schemas
%{_datadir}/pixmaps/%{name}/plugins/
%{_datadir}/%{name}/ui/plugins/
%{_datadir}/%{name}/glade/plugins/

#----------------------------------------------------------------------------

%package engine-mysql
Summary:	MySQL engine for %{name}
Group:		Development/Databases
Requires:	%{name} = %{EVRD}

%description engine-mysql
MySQL engine for GSQL.

%files engine-mysql
%doc AUTHORS COPYING README
%{_libdir}/%{name}/engines/lib%{name}engine_mysql.so*
%{_sysconfdir}/gconf/schemas/%{name}-engine-mysql.schemas
%{_datadir}/%{name}/ui/mysql/
%{_datadir}/%{name}/glade/mysql/
%{_datadir}/pixmaps/%{name}/mysql/

#----------------------------------------------------------------------------

%package engine-postgresql
Summary:	PostgreSQL engine for %{name}
Group:		Development/Databases
Requires:	%{name} = %{EVRD}

%description engine-postgresql
PostgreSQL engine for GSQL.

%files engine-postgresql
%doc AUTHORS COPYING README
%{_libdir}/%{name}/engines/lib%{name}engine_pgsql.so*
%{_datadir}/%{name}/ui/postgresql/
%{_datadir}/%{name}/glade/postgresql/
%{_datadir}/pixmaps/%{name}/postgresql/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p0
%patch2 -p1 -b .dest
%patch3 -p0 -b .notify

%build
%configure2_5x \
	--disable-schemas-install \
	--disable-static \
	--without-oracle \
	--with-mysql=%{_prefix} \
	--with-mysql-lib=%{_prefix} \
	--with-mysql-include=%{_prefix} \
	--with-pgsql-lib=%{_prefix} \
	--with-pgsql-include=%{_prefix}

%make

%install
%makeinstall DESTDIR=%{buildroot}

%find_lang %{name}

# remove improperly placed docs
rm -rf %{buildroot}%{_defaultdocdir}/%{name}


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.2-8
- (9e4514d) Move shared library into individual package
- (9e4514d) Properly name development package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10357 |14cu|gstreamer0.10-espeak-0.3.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# NOTE: This is the last release supporting gstreamer 0.10;
#       from 0.4.0 it will be packaged as gstreamer1.0-espeak

Name:		gstreamer0.10-espeak
Version:	0.3.5
Release:	3
Summary:	Simple gstreamer plugin to use espeak by way of sound source
License:	LGPLv2+
Group:		Sound
Url:		http://sugarlabs.org/go/DevelopmentTeam/gst-plugins-espeak
Source0:	http://download.sugarlabs.org/sources/honey/gst-plugins-espeak/gst-plugins-espeak-%{version}.tar.gz
BuildRequires:	libespeak-devel
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
Requires:	espeak
Requires:	gstreamer0.10-plugins-base
Requires:	gstreamer0.10-plugins-good
Requires:	gstreamer

%description
Simple gstreamer plugin to use espeak by way of sound source. It was developed
to simplify espeak usage in Sugar Speak activity. This package only supports
gstreamer0.10; for gstreamer 1.0 please install gstreamer1.0-espeak.

%files
%doc AUTHORS COPYING NEWS README
%{_libdir}/gstreamer*/*

#-----------------------------------------------------------------------------

%prep
%setup -qn gst-plugins-espeak-%{version}


%build
%configure2_5x
%make


%install
%makeinstall_std


%changelog

* Sat May 02 2015 Giovanni Mariani <mc2374@mclink.it> 0.3.5-3
- (92c3ee9) Marked as the last release supporting gstreamer 0.10 and cleaned specfile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10358 |14cu|gstreamer0.10-plugins-gl-0.10.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	bname	gstreamer0.10
%define	oname	gst-plugins-gl
%define	majorminor	0.10
%define	major		1
%define	libname		%mklibname gstgl %{majorminor} %{major}
%define	develname	%mklibname -d gstgl %{majorminor}

Summary:	Streamer OpenGL Plug-ins
Name:		%{bname}-plugins-gl
Version:	0.10.3
Release:	1
License:	LGPLv2+
Group:		Sound
Url:		http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/%{oname}/%{oname}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10) >= 0.10.35
BuildRequires:	pkgconfig(liboil-0.3)
BuildRequires:	pkgconfig(libvisual-0.4) >= 0.4.0
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(sdl) >= 1.2.0
BuildRequires:	pkgconfig(libpng) >= 1.0
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.2.0
BuildRequires:	gdk-pixbuf-devel
#gw it needs clutter 1.8
BuildRequires:	pkgconfig(clutter-1.0) >= 1.8
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	gtk-doc
BuildRequires:	gettext >= 0.17

%description
This module contains integration libraries and plug-ins for using OpenGL
within GStreamer pipelines. This module contains elements for, among others:
* output: glimagesink
* adapters: glupload, gldownload
* video processing: gldeinterlace, glcolorscale
* GL effects: glfiltersobel, glfilterblur, gleffects, others
* sources: gltestsrc.

%files -f %{oname}-%{majorminor}.lang
%doc ChangeLog COPYING RE* NEWS
%{_libdir}/gstreamer-%{majorminor}/libgstopengl.so
%{_libdir}/gstreamer-%{majorminor}/libgstlibvisualgl.so

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libname}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.
This package contains the libraries.

%files -n %{libname}
%doc COPYING
%{_libdir}/libgstgl-%{majorminor}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{develname}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	libgstgl-devel = %{EVRD}

%description -n %{develname}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.
This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{develname}
%doc ChangeLog
%{_libdir}/libgstgl-%{majorminor}.so
%{_includedir}/gstreamer-%{majorminor}/gst/gl/
%{_libdir}/pkgconfig/gstreamer-gl-%{majorminor}.pc
%{_datadir}/gtk-doc/html/gst-plugins-gl-libs-%{majorminor}
%{_datadir}/gtk-doc/html/gst-plugins-gl-plugins-%{majorminor}

#-----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}


%build
%configure2_5x	--disable-static \
		--disable-rpath \
		--enable-gtk-doc

%make


%install
%makeinstall_std

%find_lang %{oname}-%{majorminor}

# Clean out files that should not be part of the rpm. 
rm -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.la
rm -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.a
rm -f %{buildroot}%{_libdir}/*.a
rm -f %{buildroot}%{_libdir}/*.la


%check
cd tests/check
make check


%changelog

* Fri May 01 2015 Giovanni Mariani <mc2374@mclink.it> 0.10.3-1
- (9649a56) Updated to release 0.10.3, updated BReqs, fixed file lists and cleaned specfile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10359 |14cu|gstreamer1.0-espeak-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Make a new package and keep the old one until gstreamer 0.10 fades out
%define	oldanme	gstreamer0.10-espeak

Name:		gstreamer1.0-espeak
Version:	0.4.0
Release:	2
Summary:	Simple gstreamer plugin to use espeak by way of sound source
License:	LGPLv2+
Group:		Sound
Url:		http://sugarlabs.org/go/DevelopmentTeam/gst-plugins-espeak
Source0:	http://download.sugarlabs.org/sources/honey/gst-plugins-espeak/gst-plugins-espeak-%{version}.tar.gz
BuildRequires:	libespeak-devel
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
Requires:	espeak
Requires:	gstreamer1.0-plugins-base
Requires:	gstreamer1.0-plugins-good

%description
Simple gstreamer plugin to use espeak by way of sound source. It was developed
to simplify espeak usage in Sugar Speak activity. This package only supports
gstreamer1.0: for gstreamer0.10 please use %{oldanme}.

%files
%doc AUTHORS COPYING NEWS README
%{_libdir}/gstreamer-1.0/*.so

#-----------------------------------------------------------------------------


%prep
%setup -qn gst-plugins-espeak-%{version}


%build
%configure2_5x
%make


%install
%makeinstall_std

%changelog

* Sat May 02 2015 gvm <mc2374@mclink.it> 0.4.0-2
- (5d0b1a6) Fixed BReqs.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10360 |14cu|gstreamer1.0-plugins-entrans-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Gstreamer plugin for the libav codec
Name:		gstreamer1.0-plugins-entrans
Version:	1.0.3
Release:	1

License:	GPLv2+
Group:		Video
URL:		http://gentrans.sourceforge.net/
Source0:	http://downloads.sourceforge.net/gentrans/gst-entrans-%{version}.tar.gz

BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
BuildRequires:	pkgconfig(gstreamer-1.0) >= %{version}
BuildRequires:	pkgconfig(gstreamer-base-1.0) >= %{version}
BuildRequires:	pkgconfig(gstreamer-check-1.0) >= %{version}
BuildRequires:	libtool
BuildRequires:	gettext-devel

%description
Video codec plugin for GStreamer based on the libav libraries.

%prep
%setup -q -n gst-entrans-%{version}

%build
autoreconf -f -i
%configure --enable-debug --disable-static --enable-gtk-doc
%make

%install
%makeinstall_std

find %{buildroot} -name '*.la' -delete

%files
%doc AUTHORS COPYING
%doc docs/manual/html/
%{_bindir}/entrans*
%doc %{_mandir}/man1/entrans-*
%{_libdir}/gstreamer-1.0/libgstavidemux.so
%{_libdir}/gstreamer-1.0/libgstentrans.so
%{_libdir}/gstreamer-1.0/libgstmencoder.so
%{_libdir}/gstreamer-1.0/libgsttranscode.so
%{_libdir}/gstreamer-1.0/libgstvirtualdub.so
%{_libdir}/gstreamer-1.0/libgstyuv4mpeg.so

%changelog

* Mon Sep 12 2016 alzim <alzim@bk.ru> 1.0.3-1
- (704e8c2) Merge pull request #1 from import/gstreamer1.0-plugins-entrans:rosa2016.1
- (704e8c2) Updated to 1.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10361 |14cu|gstreamermm-1.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	api			1.0
%define	major			0
%define	libname			%mklibname %{name} %{api} %{major}
%define	develname		%mklibname -d %{name}
%define	gpdmajor		%{major}
%define	libnamegetplugindefs	%mklibname %{name}-get-plugin-defs %{api} %{gpdmajor}
Name:		gstreamermm
Version:	1.4.3
Release:	1
Summary:	C++ wrapper for GStreamer 1.x library
Group:		Sound
License:	LGPLv2+
URL:		http://www.gtkmm.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
#Patch0:	gstreamermm-0.10.9-fix-linking.patch
BuildRequires:	glibmm2.4-devel >= 2.40.0
BuildRequires:	pkgconfig(gtkmm-3.0) >= 3.0
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(pangomm-1.4)
BuildRequires:	pkgconfig(mm-common-util) >= 0.9.5
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	gstreamer1.0-devel >= 1.4.3
BuildRequires:	libgstreamer1.0-plugins-base-devel >= 1.4.3
BuildRequires:	pkgconfig(libxml++-2.6) >= 2.36.0
BuildRequires:	doxygen
BuildRequires:	graphviz

%description
GStreamermm is a C++ wrapper library for the multimedia library GStreamer 1.0
(http://gstreamer.freedesktop.org). It is designed to allow C++ development
of applications that work with multi-media.

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++ wrapper for GStreamer library
Group:		System/Libraries

%description -n %{libname}
GStreamermm is a C++ wrapper library for the multimedia library GStreamer 1.0
(http://gstreamer.freedesktop.org). It is designed to allow C++ development
of applications that work with multi-media.

%files -n %{libname}
%doc AUTHORS COPYING NEWS README
%{_libdir}/libgstreamermm-%{api}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{libnamegetplugindefs}
Summary:	C++ wrapper for GStreamer library
Group:		System/Libraries

%description -n %{libnamegetplugindefs}
GStreamermm is a C++ wrapper library for the multimedia library GStreamer 1.0
(http://gstreamer.freedesktop.org). It is designed to allow C++ development
of applications that work with multi-media.

%files -n %{libnamegetplugindefs}
%doc COPYING
%{_libdir}/libgstreamermm_get_plugin_defs-%{api}.so.%{gpdmajor}*

#-----------------------------------------------------------------------------

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamegetplugindefs} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{develname}
This package contains the header files needed for developing gstreamermm
applications.

%files -n %{develname}
%doc ChangeLog COPYING
%_datadir/devhelp/books/%{name}-%{api}
%doc %{_datadir}/doc/%{name}-%{api}
%{_includedir}/gstreamermm-%{api}
%{_libdir}/*.so
%_libdir/%{name}-%{api}
%{_libdir}/pkgconfig/*.pc

#-----------------------------------------------------------------------------

%prep
%setup -q
#apply_patches
#autoreconf -fi


%build
export GST_INSPECT=%{_bindir}/gst-inspect-1.0
%configure2_5x	--enable-shared \
		--disable-dependency-tracking
%make


%install
%makeinstall_std

%changelog

* Mon Jan 11 2016 Giovanni Mariani <mc2374@mclink.it> 1.4.3-1
- (e73e3a2) Updated to release 1.4.3 and dropped P0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10362 |14cu|gstreamer-sharp-0.99.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0

Summary:	C#/CLI bindings for GStreamer
Name:		gstreamer-sharp
Version:	0.99.0
Release:	3
Source0:	http://gstreamer.freedesktop.org/src/%{name}/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
License:	LGPLv2+
Group:		System/Libraries
Url:		http://gstreamer.freedesktop.org/
BuildRequires:	mono-devel
BuildRequires:	pkgconfig(gapi-3.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	gstreamer1.0-plugins-base-devel

%description
There are bindings for the complete GStreamer core and some
of the GStreamer libraries.

%package devel
Group:		Development/Other
Summary:	C#/CLI bindings for GStreamer - development files
Requires:	%{name} = %{version}-%{release}
Requires(post): mono-tools >= 1.1.9
Requires(postun): mono-tools >= 1.1.9

%description devel
There are bindings for the complete GStreamer core and some
of the GStreamer libraries.

This contains development files needed to build with %{name}.


%package doc
Summary:	Documentation for %{name}
Group:		Development/Other
Requires(post): mono-tools >= 1.1.9
Requires(postun): mono-tools >= 1.1.9

%description doc
This package provides API documentation for %{name}.

%prep
%setup -qc

%build
./autogen.sh
%configure2_5x
%make MONO=mono

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/lib*a
%if %{_lib} != lib
pushd %{buildroot}%{_libdir}
mkdir mono
ln -s ../../lib/mono/%{name} mono/%{name}
popd
%endif

%clean

%post doc
%{_bindir}/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
fi

%files
%doc README AUTHORS
%{_libdir}/libgstreamersharpglue-%{api}.0.so
%{_prefix}/lib/mono/gac/%{name}
%{_prefix}/lib/mono/%{name}
%if %{_lib} != lib
%{_libdir}/mono/%{name}
%endif

%files doc
%{_prefix}/lib/monodoc/sources/%{name}-docs.*

%files devel
%{_libdir}/pkgconfig/%{name}-%{api}.pc



%changelog
* Sun Mar 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.99.0-3
+ Revision: 29493a6
- Fix gstreamer BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10363 |14cu|gtimelog-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A small application to keep track of your time
Name: gtimelog
Version: 0.10.0
Release: 1
Group: Office
License: GPLv2
URL: http://mg.pov.lt/gtimelog/
Source0: https://github.com/gtimelog/gtimelog/archive/0.10.0/%{name}-%{version}.tar.gz
Requires: pygtk2.0
Requires: pygtk2.0-libglade
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: desktop-file-utils

%define debug_package %{nil}

%description
GTimeLog is a small Gtk+ app for keeping track of your time. It's main goal
is to be as unintrusive as possible.

%prep
%setup -q

%build

%install
python setup.py install --root=%{buildroot}
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
        --dir %{buildroot}%{_datadir}/applications \
        %{name}.desktop

%files
%doc   gtimelogrc.example
%attr(0755,root,root)%{_bindir}/%{name}
%{py_puresitedir}/%{name}*
%{_datadir}/applications/%{name}.desktop

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.10.0-1
- (420e431) Updated to 0.10.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10364 |14cu|gtkatlantic-0.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Monopoly-like game client
Name:		gtkatlantic
Version:	0.6.1
Release:	1
License:	GPLv2+
Group:		Games/Boards
URL:		http://gtkatlantic.gradator.net/
Source:		http://gtkatlantic.gradator.net/downloads/v0.6/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	png-devel
BuildRequires:	libxml2-devel

%description
monopd is a dedicated game server daemon for playing Monopoly-like board
games. Clients connect to the server and communicate using short commands
and XML messages.

%prep
%setup -q

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_gamesbindir}/%{name}
Icon=strategy_section
Comment=Play Monopoly
Categories=Game;BoardGame;
Name=GtkAtlantic
EOF

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_gamesdatadir}/applications/gtkatlantic.desktop
%{_gamesdatadir}/icons/hicolor/*/apps/gtkatlantic.*
%{_gamesdatadir}/pixmaps/gtkatlantic.xpm
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog

* Mon Sep 12 2016 alzim <alzim@bk.ru> 0.6.1-1
- (c04b6fb) Merge pull request #1 from import/gtkatlantic:rosa2016.1
- (c04b6fb) Updated to 0.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10365 |14cu|gtkdialog-0.8.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GUI creation tool for shells and arbitrary interpreters
Name:		gtkdialog
Version:	0.8.3
Release:	1
License:	GPLv2+
Group:		Development/Tools
Url:		https://code.google.com/archive/p/gtkdialog/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(gtk+-2.0)

%description
The gtkdialog is uses an XML like simple language as a GUI description
language to produce dialog boxes. The program can be used with shells
and arbitrary interpreters. Example programs included for BASH and AWK.

%files
%doc AUTHORS NEWS TODO ChangeLog examples
%{_bindir}/%{name}
%{_infodir}/%{name}.info.xz
%{_iconsdir}/hicolor/*/apps/%{name}.png
#--------------------------------------------------------------------------

%prep
%setup -q
sed -i 's|usr/local|usr|' examples/miscellaneous/standalone_file

%build
%configure2_5x
%make

%install
%makeinstall_std UPDATE_ICON_CACHE=true

%changelog

* Mon Dec 19 2016 Rosa <rosa@abf.rosalinux.ru> 0.8.3-1
- (71e7ae6) Automatic import for version 0.8.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10366 |14cu|gtk-gnutella-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define summary	Gnutella GTK client

Name: 		gtk-gnutella
Version: 	1.1.1
Release: 	1
Summary: 	%{summary}
License: 	GPLv2
Group: 		Networking/File transfer
Source0: 	http://downloads.sourceforge.net/project/gtk-gnutella/gtk-gnutella/%{version}/%{name}-%{version}.tar.bz2
Source1:	%{name}-remote-shell.txt.bz2
Source10:	%{name}.16.png
Source11:	%{name}.32.png
Source12:	%{name}.48.png
URL: 		http://gtk-gnutella.sourceforge.net
Buildrequires:	gtk+2-devel
Buildrequires:	libxml2-devel
BuildRequires:	gnutls-devel
BuildRequires:	glib2-devel
BuildRequires:	dbus-devel
BuildRequires:	zlib-devel
Buildrequires:	bison
Buildrequires:	byacc
Buildrequires:	gettext

%description
Gtk-gnutella is a client of Gnutella network (http://www.gnutella.com/).
It's a fully-featured servent, designed to share any type of file.
Gtk-gnutella implements compressed connections, ultrapeer and leaf 
nodes, Passive/Active Remote Queueing (PARQ), and other modern 
gnutella network features.

%prep
%setup -q -n %{name}-%{version}

%build
./Configure -Dprefix=%{_prefix}/ -Dbindir=%{_bindir}/ -Dprivlib=%{_datadir}/%{name}/ \
        -Dsysman=%{_mandir}/man1/ -Ucc="$CC" -Dccflags="-Wall $CFLAGS" \
        -Doptimize="%{optflags}" -Dgtkversion=2 -Dremotectrl=true \
        -Dofficial=true -ders 
#perl -p -i -e 's/SQuoTe\(a\)\"a/SQuoTe\(a\)\"a\"/g' config.h
#perl -p -i -e 's/EQuoTe\(a\)a\"/EQuoTe\(a\)\"a\"/g' config.h
#perl -p -i -e 's/usr\/local/usr/g' src/Makefile
%make

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}/%{_mandir}/man1
make install INSTALL_PREFIX=%{buildroot}
chmod 755 %{buildroot}%{_bindir}/%{name}

# extra docs
bunzip2 -c %{SOURCE1} > remote-shell.txt

# icons
install -D -m 644 %{SOURCE10} %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 644 %{SOURCE11} %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{SOURCE12} %{buildroot}%{_liconsdir}/%{name}.png

%find_lang %{name}

%clean

%files -f %{name}.lang
%doc README TODO AUTHORS LICENSE ChangeLog
%doc remote-shell.txt
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_datadir}/appdata/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/gtk-gnutella.desktop




%changelog

* Wed Mar 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-1
- (248cf7b) Updated to 1.1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10367 |14cu|gtkhash-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK+ utility for computing message digests or checksums
Name:		gtkhash
Version:	0.7.0
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://gtkhash.sourceforge.net/
# https://github.com/tristanheaven/gtkhash/archive/%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
Source1:	gtkhash.xpm
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	gettext-devel
BuildRequires:	mhash-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgcrypt)

%description
GtkHash is a GTK+ utility for computing message digests or checksums. Currently
supported hash functions include
* MD2, MD4 and MD5
* SHA1, SHA224, SHA256, SHA384 and SHA512,
* RIPEMD128, RIPEMD160, RIPEMD256 and RIPEMD320
* TIGER128, TIGER160 and TIGER192
* HAVAL128-3, HAVAL160-3, HAVAL192-3, HAVAL224-3 and HAVAL256-3
* SNEFRU128 and SNEFRU256
* ADLER32, CRC32, GOST and WHIRLPOOL

This package contains the GTK+2 version of the program.

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/app.gtkhash.gschema.xml
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./autogen.sh
%configure2_5x \
	--with-gtk=2.0 \
	--enable-linux-crypto \
	--enable-gcrypt \
	--enable-glib-checksums \
	--enable-mhash \
	--disable-thunar \
	--disable-nautilus \
	--disable-schemas-compile

%make V=1

%install
%makeinstall_std

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=GtkHash
Comment=Hash message digests or checksums
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Utility;FileTools;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert %{SOURCE1} -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

%find_lang %{name}


%changelog
* Thu Oct 23 2014 Rosa <rosa@abf.rosalinux.ru> 0.7.0-1
+ Revision: d41ef9b
- Automatic import for version 0.7.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10368 |14cu|gtkmathview-0.8.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname  %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	C++ rendering engine for MathML documents
Name:		gtkmathview
Version:	0.8.0
Release:	9
License:	GPLv3+
Group:		Networking/WWW
Url:		http://www.cs.unibo.it/helm/mml-widget/
Source0:	http://helm.cs.unibo.it/mml-widget/sources/%{name}-%{version}.tar.gz
Source1:	gtkmathview.html.tar.bz2
Patch0: gtkmathview-0.8.0-cond-t1.patch
Patch1: gtkmathview-0.8.0-gcc43.patch
Patch2: gtkmathview-0.8.0-gcc44.patch
Patch3: gtkmathview-0.8.0-fix-link.patch
Patch4: gtkmathview-0.8.0-no-static.patch
Patch5: gtkmathview-0.8.0-gcc47.patch

BuildRequires:	xsltproc
BuildRequires:	t1lib-devel
BuildRequires:	popt-devel
#BuildRequires:	pkgconfig(gdome2-cpp-smart)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
Requires:	fonts-ttf-latex

%description
GtkMathView is a GTK Widget for rendering MathML documents.

%package -n %{libname}
Summary:   Libraries for gtkmathview
Group: System/Libraries

%description -n %{libname}
GtkMathView is a GTK Widget for rendering MathML documents.

%package -n %{develname}
Summary:  Libraries and include files for gtkmathview
Group:    Development/C++
Requires: %{libname} = %{version}
Provides: %{name}-devel = %{EVRD}

%description -n %{develname}
GtkMathView is a GTK Widget for rendering MathML documents.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p0
%patch3 -p0
%patch4 -p1
%patch5 -p1
# AM_BINRELOC missing, just ignore
echo 'AC_DEFUN([AM_BINRELOC], [])' > acinclude.m4

%build
autoreconf -fi
%configure2_5x \
	--disable-static

make

##Add updated html reference manual##
mkdir DATA.TMP
cd DATA.TMP
tar xjf %{SOURCE1}
cd ../../..

%install
%makeinstall_std
mkdir -p %{buildroot}/%_docdir/%{name}
cp -r DATA.TMP/%{name}.html %{buildroot}/%_docdir/%{name}

%files
%doc AUTHORS BUGS COPYING ChangeLog HISTORY INSTALL LICENSE NEWS README TODO
%config(noreplace) %{_sysconfdir}/gtkmathview/gtkmathview.conf.xml
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_libdir}/lib*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*

%changelog

* Wed Nov 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-9
- (22243cc) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10369 |14cu|gtkmotd-0.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Message of the day display
Name: 		gtkmotd
Version: 	0.5
Release: 	15
License: 	GPL
URL: 		http://rhlx01.rz.fht-esslingen.de/gtkmotd/
Group: 		Toys
Source: 	%{name}-%{version}.tar.bz2
BuildRequires:	libgtk+-devel

%description
gtkmotd displays the message of the day as of /etc/motd to the user and
exits. It is useful to have in X11 startup scripts.

%prep

%setup

%build
%make

%install
%makeinstall

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=/usr/bin/gtkmotd
Name=Gtkmotd
Comment=Gtk version of motd
Comment[ru]=Gtk-версия motd
Icon=other_configuration
Categories=Settings;
EOF

%files
%doc AUTHORS CHANGELOG COPYING README TODO
%{_bindir}/gtkmotd
%{_datadir}/applications/mandriva-*.desktop




%changelog
* Tue Mar 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-15
+ Revision: f2ca7f7
- Fi desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10370 |14cu|gtkpasman-0.12.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK passwords manager for system and network administrators
Name:		gtkpasman
Version:	0.12.1
Release:	3
License:	GPLv2+
Group:		File tools
Url:		http://gtkpasman.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/gtkpasman/%{name}-sources/%{version}/%{name}-%{version}.tar.xz
# Translations make ABF hang :-/
Patch0:		gtkpasman-0.12.1-no-locale.patch
Patch1:		gtkpasman-0.12.1-deprecated.patch
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
Requires:	gnupg

%description
It is a graphical interface to manage the usage of passwords related to servers
or services, grouped by customers (plateforms, etc.) The purpose is to provide
system and network administrators a convenient tool to manage a passwords
knowledge base related to customers, servers, services...

It can help to retrieve passwords, or even connect to servers (ssh, telnet,
FTP...). Passwords will be kept in a gnupg crypted file. The structure of the
file is predefined, but very easy to edit and maintain. The gtk application
can switch between a discreet applet and a full list of containers.

%files
%doc README NEWS AUTHORS
%{_bindir}/gtkpasman
%{_datadir}/applications/gtkpasman.desktop
%{_datadir}/glib-2.0/schemas/gtkpasman.gschema.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.12.1-3
- (3e86f6c) Build with deprecated GTK functions (needs porting to GTK 3.14+ in upstream)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10371 |14cu|gtkpod-2.1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_plf	0

%if "%{?distro_section}" == "tainted"
%define build_plf	1
%endif

%define major     1
%define libname   %mklibname %{name} %{major}
%define libnameatomic   %mklibname atomicparsley 0
%define develname %mklibname %{name} -d
%define develnameatomic %mklibname atomicparsley -d

Name:		gtkpod
Summary:	GTK interface to iPod
Version:	2.1.4
Release:	5
Source0:	http://prdownloads.sourceforge.net/gtkpod/%{name}-%version.tar.gz
Patch2:		gtkpod-2.1.0-pref.patch
URL:		http://gtkpod.sourceforge.net/
License:	GPLv2+
Group:		Communications
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	%mklibname -d mp4v2 
BuildRequires:	pkgconfig(libgpod-1.0) >= 0.7.0
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(glib-2.0) >= 2.15
BuildRequires:	gtk+3-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	flex
BuildRequires:	intltool
BuildRequires:	gettext-devel
BuildRequires:	desktop-file-utils
BuildRequires:	anjuta-devel
BuildRequires:	pkgconfig(gdl-3.0)
BuildRequires:	webkitgtk3-devel
BuildRequires:	pkgconfig(gstreamer-0.10)

%if %{build_plf}
BuildRequires:	libfaad2-devel
Requires:	faad2
%endif

Suggests:	%mklibname mp4v2_ 1

%description
gtkpod is a platform independent GUI for Apple's iPod using GTK2. It allows
you to upload songs and playlists to your iPod. It supports ID3 tag editing,
multiple charsets for ID3 tags, detects duplicate songs, allows offline
modification of the database with later synchronisation, and more.

gtkpod allows you to
    * Read your existing iTunesDB (i.e. import the existing contents of
      your iPod).
    * Add mp3 files to the iPod. You can choose the charset the ID3 tags
      are encoded in from within gtkpod. The default is the charset
      currently used by your locale setting.
    * When adding songs, gtkpod detects duplicates (opt).
    * Remove songs from the iPod.
    * Create and modify playlists.
    * Modify ID3 tags -- changes are also updated in the original file (opt)
    * Write the updated iTunesDB and added songs to your iPod.
    * Work offline and synchronize your new playlists / songs with the iPod
      at a later time.
%if %{build_plf}
This package is in "Tainted" as it requires package from "Tainted".
%endif

%package -n %{libname}
Summary:	Library package for %{name}
Group:		Communications

%description -n %{libname}
Library package for %{name}.


%package -n %{libnameatomic}
Summary:	Library package for %{name}
Group:		Communications

%description -n %{libnameatomic}
Library package for %{name}.


%package -n %{develnameatomic}
Summary:	Development files for %{name}
Group:		Communications
Provides:	gtkpod-atomic-devel
Requires:	%{libname} = %{version}-%{release}

%description -n %{develnameatomic}
Development files for %{name}, you need this package if you want to compile
applications against %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Communications
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
Development files for %{name}, you need this package if you want to compile
applications against %{name}.

%prep
%setup -q
%patch2 -p1 -b .pref
sed -i -e '/^dist_profiles_DATA/s:=.*:=:' plugins/sjcd/data/Makefile.in || die

%build
autoreconf -vfi
export GST_INSPECT=true
%configure2_5x \
%if !%{build_plf}
	--without-faad \
%endif
	--disable-static
%make LIBS="$LIBS -lm"

%install
%makeinstall_std

%find_lang %{name}

desktop-file-install --vendor="" \
  --add-mime-type="x-content/audio-player" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# don't ship .la
find %{buildroot} -name '*.la' | xargs rm -f

%files -f %{name}.lang
%doc README AUTHORS ChangeLog
%{_datadir}/glib-2.0/schemas/*.xml
%{_bindir}/%{name}
%{_libdir}/%{name}/*.plugin
%{_libdir}/%{name}/*.so
%{_datadir}/%{name}
%{_datadir}/applications/gtkpod.desktop
%{_datadir}/icons/hicolor/*/apps/gtkpod.*
%{_mandir}/man1/gtkpod.1*

%files -n %{libname}
%{_libdir}/libgtkpod.so.%{major}*

%files -n %{libnameatomic}
%{_libdir}/libatomicparsley.so.0*

%files -n %{develname}
%{_includedir}/gtkpod/
%{_libdir}/libgtkpod.so
%{_libdir}/pkgconfig/*.pc

%files -n %{develnameatomic}
%{_libdir}/libatomicparsley.so


%changelog
* Mon Mar 16 2015 Stas Fomin <stas-fomin@yandex.ru> 2.1.4-5
+ Revision: 45b968d
- Updated gtkpod.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10372 |14cu|gtk-sharp3-2.99.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gtk-sharp
%define monodir %{_prefix}/lib/mono

Summary:	C# language binding for the gtk+ 3.0 toolkit
Name:		gtk-sharp3
Version:	2.99.3
Release:	1
License:	LGPLv2
Group:		Development/C#
URL:		http://gtk-sharp.sourceforge.net/
Source0:	https://download.gnome.org/sources/gtk-sharp/2.99/%{oname}-%{version}.tar.xz
BuildRequires: pkgconfig(atk)
BuildRequires: pkgconfig(gio-2.0) >= 2.28.0
BuildRequires: pkgconfig(gobject-2.0) >= 2.28.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires: pkgconfig(mono) >= 2.8
BuildRequires: pkgconfig(pango)
BuildRequires:	monodoc

%description
Gtk-sharp is a C# language binding for the gtk+ 3.0 toolkit.

%files
%{monodir}/gac/gdk-sharp
%{monodir}/gac/gtk-dotnet
%{monodir}/gac/gtk-sharp
%{monodir}/gtk-sharp-3.0/gdk-sharp.dll
%{monodir}/gtk-sharp-3.0/gtk-dotnet.dll
%{monodir}/gtk-sharp-3.0/gtk-sharp.dll
%{_libdir}/libgtksharpglue-3.so
%{_libdir}/pkgconfig/gdk-sharp-3.0.pc
%{_libdir}/pkgconfig/gtk-dotnet-3.0.pc
%{_libdir}/pkgconfig/gtk-sharp-3.0.pc
%{_libdir}/libmono-profiler-gui-thread-check.so*

#-------------------------------------------------------------------------------------

%package devel
Summary: C# code generation tools for %{name}
Group: Development/C#
Requires: %{name} = %{version}

%description devel
This contains the code generation tools of gtk-sharp. It is needed for building
C# wrappers for GObject APIs.

%files devel
%{_bindir}/gapi3-codegen
%{_bindir}/gapi3-fixup
%{_bindir}/gapi3-parser
%{_prefix}/lib/gapi-3.0/gapi-fixup.exe
%{_prefix}/lib/gapi-3.0/gapi-parser.exe
%{_prefix}/lib/gapi-3.0/gapi2xml.pl
%{_prefix}/lib/gapi-3.0/gapi_codegen.exe
%{_prefix}/lib/gapi-3.0/gapi_pp.pl
%{_libdir}/pkgconfig/gapi-3.0.pc
%{_datadir}/gapi-3.0/atk-api.xml
%{_datadir}/gapi-3.0/gdk-api.xml
%{_datadir}/gapi-3.0/gio-api.xml
%{_datadir}/gapi-3.0/glib-api.xml
%{_datadir}/gapi-3.0/gtk-api.xml
%{_datadir}/gapi-3.0/pango-api.xml
%{_datadir}/gapi-3.0/gapi.xsd

#-------------------------------------------------------------------------------------

%package -n glib-sharp3
Summary:        C# binding for glib
Group:          Development/C#

%description -n glib-sharp3
Glib-sharp is a C# language binding for glib.

%files -n glib-sharp3
%{monodir}/gac/gio-sharp
%{monodir}/gac/glib-sharp
%{monodir}/gtk-sharp-3.0/gio-sharp.dll
%{monodir}/gtk-sharp-3.0/glib-sharp.dll
%{_libdir}/libgiosharpglue-3.so
%{_libdir}/pkgconfig/gio-sharp-3.0.pc
%{_libdir}/pkgconfig/glib-sharp-3.0.pc

#-------------------------------------------------------------------------------------

%package -n atk-sharp3
Summary:        C# binding for atk
Group:          Development/C#

%description -n atk-sharp3
Atk-sharp is a C# language binding for atk.

%files -n atk-sharp3
%{monodir}/gac/atk-sharp
%{monodir}/gtk-sharp-3.0/atk-sharp.dll
%{_libdir}/libatksharpglue-3.so

#-------------------------------------------------------------------------------------

%package -n cairo-sharp3
Summary:	C# binding for cairo
Group:		Development/C#

%description -n cairo-sharp3
Cairo-sharp is a C# language binding for cairo.

%files -n cairo-sharp3
%{monodir}/gac/cairo-sharp
%{monodir}/gtk-sharp-3.0/cairo-sharp.dll

#-------------------------------------------------------------------------------------

%package -n pango-sharp3
Summary:        C# binding for pango
Group:          Development/C#

%description -n pango-sharp3
Pango-sharp is a C# language binding for pango.

%files -n pango-sharp3
%{monodir}/gac/pango-sharp
%{monodir}/gtk-sharp-3.0/pango-sharp.dll
%{_libdir}/libpangosharpglue-3.so

#-------------------------------------------------------------------------------------

%package doc
Summary:	Documentation for gtk-sharp
Group:		Development/C#
BuildArch:	noarch
Requires(post): mono-tools >= 1.1.9
Requires(postun): mono-tools >= 1.1.9

%description doc
Gtk-sharp is a C# language binding for the  gtk+ toolkit.
This package provides documentation for gtk-sharp. 

%files doc
%{_prefix}/lib/monodoc/sources/gtk-sharp-3-docs.source
%{_prefix}/lib/monodoc/sources/gtk-sharp-3-docs.tree
%{_prefix}/lib/monodoc/sources/gtk-sharp-3-docs.zip

#-------------------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%post doc
%{_bindir}/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
fi

%changelog

* Sat Sep 10 2016 alzim <alzim@bk.ru> 2.99.3-1
- (5f83291) Merge pull request #1 from import/gtk-sharp3:rosa2016.1
- (5f83291) Updated to 2.99.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10373 |14cu|gtk-theme-switch-2.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Switch GTK themes on the fly
Name:		gtk-theme-switch
Version:	2.1.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://gna.org/projects/gtk-theme-switch/
Source0:	http://download.gna.org/gtk-theme-switch/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gtk+-2.0)

%description
Tiny GTK app to let you switch GTK2 themes on the fly.

%files
%{_bindir}/gtk-theme-switch2
%{_mandir}/man1/gtk-theme-switch2.1*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup

%build
%make CFLAGS="%{optflags}"

%install
make install \
	PREFIX=%{buildroot}%{_prefix}

mkdir -p %{buildroot}%{_mandir}/man1/
mv %{buildroot}%{_prefix}/man/gtk-theme-switch2.1 %{buildroot}%{_mandir}/man1/

# menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=gtk-theme-switch2
Icon=other_configuration
Categories=Settings;
Name=GTK Theme Switch
Comment=Change GTK2 Theme
EOF


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.0-1
- (205c83e) New version 2.1.0
- (205c83e) Switch to GTK2 now
- (205c83e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10374 |14cu|gtk-xfce-engine-3.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gtkbinaryver %(if $([ -x %{_bindir}/pkg-config ] && pkg-config --exists gtk+-2.0); then pkg-config --variable=gtk_binary_version gtk+-2.0; else echo 0; fi)
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Additional themes for Xfce desktop environment
Name:		gtk-xfce-engine
Version:	3.2.0
Release:	1
License:	GPLv3
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/gtk-xfce-engine/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
Conflicts:	gtk-engines2 < 2.18.1-2

%description
A default Xfce GTK+ themes.

%prep
%setup -q

%build
%configure2_5x --disable-static

%make

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/libxfce.so
%{_datadir}/themes/Xfce*

%changelog

* Sat Mar 26 2016 dsilakov <denis.silakov@rosalab.ru> 3.2.0-1
- (3e702fb) Merge pull request #1 from alzim/gtk-xfce-engine:rosa2014.1
- (3e702fb) Update to 3.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10375 |14cu|guake-0.8.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A drop-down terminal for Gnome Desktop Environment
Name:		guake
Version:	0.8.8
Release:	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://guake.org
Source0:	https://github.com/Guake/guake/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires:	GConf2
BuildRequires:	intltool
BuildRequires:	python-vte
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pygtk-2.0)
Requires:	gnome-python-gconf
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Requires:	python-dbus
Requires:	python-notify
Requires:	python-vte
Requires:	python-pyxdg
Requires:	python-keybinder

%description
Guake is a drop-down terminal for Gnome Desktop Environment, so you just
need to press a key to invoke him, and press again to hide.

%files -f %{name}.lang
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_bindir}/%{name}*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}*.desktop
%{_mandir}/man1/*
%{_datadir}/dbus-1/services/org.guake.Guake.service
%{_datadir}/pixmaps/%{name}
%{_iconsdir}/hicolor/*/apps/*png
%{py_platsitedir}/%{name}

%preun
%preun_uninstall_gconf_schemas %{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
intltoolize --force --automake
autoreconf -vfi
%configure2_5x \
	--disable-schemas-install \
	--disable-static
%make

%install
%makeinstall_std pythondir=%{py_platsitedir}

%find_lang %{name}

%changelog

* Fri Dec 16 2016 tremod <negry.m@yandex.ru> 0.8.8-1
- (9654f56) Update to 0.8.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10376 |14cu|guayadeque-0.3.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Music Player with the aims to be intuitive, easy to use and fast
Name:		guayadeque
Version:	0.3.7
Release:	4
Group:		Sound
License:	GPLv2+
Url:		http://www.sourceforge.net/projects/guayadeque/
Source0:	http://www.sourceforge.net/projects/guayadeque/%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.3.7-fix-desktop-file.patch
Patch1:		%{name}-0.3.7-fix-crash-on-stop.patch
BuildRequires:	cmake 
BuildRequires:	gettext
BuildRequires:	imagemagick
BuildRequires:	wxgtku-devel >= 2.8.10
BuildRequires:	libmp4v2-devel
BuildRequires:	pkgconfig(appindicator-0.1)
BuildRequires:	pkgconfig(dbus-1)
#BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(indicate-0.6)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(taglib) >= 1.6.4
Requires:	gstreamer0.10-plugins-base
Requires:	gstreamer0.10-plugins-good
Requires:	gstreamer0.10-plugins-ugly

%description
Guayadeque is a music management program designed for all music enthusiasts.
It is Full Featured Linux media player that can easily manage large
collections and uses the Gstreamer media framework. 
Some of its features:
- Play mp3, ogg, flac, wma, wav, mpc, mp4, ape, ...
- Configurable cross fader engine
- Configurable Silence detector to avoid listening to silence between tracks
- Read and write tags in all supported formats
- Allow to catalog your music using labels
  Any track, artist or album can have as many labels you want
- Smart play mode that add tracks that fit your music taste
- Ability to download covers manually or automatically
- Suggest music using last.fm service
- Allow fast access to any music file by genre, artist, album, etc
- Play and Record shoutcast radios.

%files -f %{name}.lang
%doc README changelog LICENSE
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

# Fix bogus perms
chmod -x src/wxsqlite3/wx/wxsqlite3.* src/wxsqlite3/wxsqlite3.*

%build
# Remove build script conflicting with build/ folder used by cmake
rm -f ./build
%cmake
%make


%install
%makeinstall_std -C build

%find_lang %{name}

%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 0.3.7-4
- (8fff911) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10377 |14cu|gudev-sharp-3.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	3.0
%define debug_package %{nil}

Summary:	Mono bindings for the GUdev library
Name:		gudev-sharp
Version:	3.0.0
Release:	1
Source0:	https://github.com/mono/gudev-sharp/releases/download/3.0.0/%{name}-%{version}.tar.gz
License:	LGPLv2+
Group:		System/Libraries
Url:		https://github.com/mono/gudev-sharp
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(glib-sharp-3.0)
BuildRequires:	pkgconfig(gapi-3.0)

%description
This is a Mono binding for GUdev based on GTk#.

%package devel
Summary:	Development files for %{name}
Requires:	%{name} = %{version}-%{release}
Group:		Development/Other

%description devel
This is a Mono binding for GUdev based on GTk#.

%prep
%setup -q 
./autogen.sh

%build
%configure2_5x 
%make

%install
%makeinstall_std

%files
%doc AUTHORS
%{_prefix}/lib/mono/%{name}-%{api}
%{_prefix}/lib/mono/gac/%{name}

%files devel
%{_libdir}/pkgconfig/%{name}-%{api}.pc



%changelog
* Wed Feb 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0.0-1
+ Revision: f8f668d
- Updated to 3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10378 |14cu|guitarix2-0.35.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package %{nil}

%define	ladspadir %{_libdir}/ladspa
%define	lv2dir %{_libdir}/lv2

%define	major 0
%define	libgxw %mklibname gxw %{major}
%define	libgxwmm %mklibname gxwmm %{major}

Summary:	Guitar effect processor for JACK
Name:		guitarix2
Version:	0.35.1
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://guitarix.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/guitarix/%{name}-%{version}.tar.xz
BuildRequires:	desktop-file-utils
BuildRequires:	faust
BuildRequires:	eigen3
BuildRequires:	intltool
BuildRequires:	boost-devel
BuildRequires:	gettext-devel
BuildRequires:	ladspa-devel
BuildRequires:	libzita-convolver-devel
BuildRequires:	libzita-resampler-devel
BuildRequires:	pkgconfig(avahi-gobject)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gdkmm-2.4)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lrdf)
BuildRequires:	pkgconfig(lv2)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(lilv-0)
BuildRequires:	pkgconfig(webkit-1.0)

Requires:	%{name}-plugins-ladspa = %{EVRD}
Provides:	guitarix = %{EVRD}
Obsoletes:	%{_lib}gxw-devel < 0.28.1-2

%description
Guitarix is a simple Linux Rock Guitar Amplifier for the Jack Audio
Connektion Kit with one input and two outputs. Designed to get nice
thrash/metal/rock/blues guitar sounds. There are controls for bass,
middle, treble, gain (in/out), compressor, preamp, tube's, drive,
overdrive, oversample, anti-alias, fuzz, balance, distortion, freeverb,
impulse response, vibrato, chorus, delay , cry-baby(wah) and echo.

%files -f guitarix.lang
%doc COPYING README
%{_bindir}/guitarix
%{_datadir}/pixmaps/*.png
#{_datadir}/gx_head/skins/*.jpg
%{_datadir}/gx_head/skins/*.png
#{_datadir}/gx_head/skins/*.svg
%{_datadir}/gx_head/skins/*.rc
%{_datadir}/gx_head/skins/LV2/*.rc
%{_datadir}/gx_head/sounds/*
%{_datadir}/gx_head/builder/*
%{_datadir}/gx_head/factorysettings/*
%{_datadir}/applications/guitarix.desktop
%{_datadir}/fonts/truetype/robotocondensed/*

#----------------------------------------------------------------------------

%package plugins-ladspa
Summary:	LADSPA plugins coming with guitarix2
Group:		Sound
Requires:	ladspa

%description plugins-ladspa
Guitarix is a simple Linux Rock Guitar Amplifier for the Jack Audio
Connektion Kit. This package includes the LADSPA plugins for the amp,
which can be used with other LADSPA hosts as well.

%files plugins-ladspa
%doc COPYING
%dir %{ladspadir}
%{ladspadir}/*.so
%{_datadir}/ladspa/rdf/*.rdf

#----------------------------------------------------------------------------

%package plugins-lv2
Summary:	LV2 plugins coming with guitarix2
Group:		Sound
Requires:	lv2

%description plugins-lv2
Guitarix is a simple Linux Rock Guitar Amplifier for the Jack Audio
Connektion Kit. This package includes the LV2 plugins for the amp,
which can be used with LV2 hosts.

%files plugins-lv2
%doc COPYING
%dir %{_libdir}/lv2
%{_libdir}/lv2/*
%{_datadir}/gx_head/skins/LV2/*.png

#----------------------------------------------------------------------------

%package -n %{libgxw}
Summary:	Libraries required for guitarix LV2 plugins
Group:		Sound
Conflicts:	%{_lib}gxw1 < 0.28.1-2
Obsoletes:	%{_lib}gxw1 < 0.28.1-2

%description -n %{libgxw}
Libraries required for guitarix LV2 plugins.

%files -n %{libgxw}
%doc COPYING
%{_libdir}/libgxw.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgxwmm}
Summary:	Libraries required for guitarix LV2 plugins
Group:		Sound
Conflicts:	%{_lib}gxw1 < 0.28.1-2
Obsoletes:	%{_lib}gxw1 < 0.28.1-2

%description -n %{libgxwmm}
Libraries required for guitarix LV2 plugins.

%files -n %{libgxwmm}
%doc COPYING
%{_libdir}/libgxwmm.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q -n guitarix-%{version}


%build
./waf configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--ladspadir=%{ladspadir} \
	--lv2dir=%{lv2dir} \
	--install-roboto-font

./waf build


%install
./waf install --destdir=%{buildroot}
desktop-file-install \
	--remove-category="X-Jack;" \
	--remove-category="Midi;" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# These are not needed, we don't have header files to use
rm -f %{buildroot}%{_libdir}/libgxw.so
rm -f %{buildroot}%{_libdir}/libgxwmm.so

# Fix perms
chmod 0644 %{buildroot}%{_datadir}/fonts/truetype/robotocondensed/*

%find_lang guitarix


%changelog

* Fri Aug 05 2016 Giovanni Mariani <mc2374@mclink.it> 0.35.1-1
- (a0c7938) Updated to release 0.35.1 and killed a bunch of rpmlint warnings/errors



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10379 |14cu|guitarix-webui-0.34.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           guitarix-webui
Summary:        WebUI for Guitarix
Version:        0.34.0
Release:        2
Source0:        http://downloads.sourceforge.net/project/guitarix/guitarix/%{name}-%{version}.tar.bz2
URL:            http://guitarix.sourceforge.net/
License:        GPLv2
Group:          Sound
BuildArch:	noarch
Requires:       python-websockify
Requires:	guitarix >= 0.34.0

%description
WebUI for Guitarix.

%prep 
%setup -q

%build

%install
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -r webui %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh
echo Check if guitarix is running...
pidof guitarix
if [[ $? != 0 ]]; then
    echo Starting guitarix...
    guitarix --rpcport=7000 >/dev/null 2>&1 &
else
    echo guitarix is already running, make sure that it is launched with '--rpcport=7000'
fi

websockify --web=%{_datadir}/%{name}/webui '*':8000 localhost:7000 > /var/log/guitarix-web.log 2>&1 &
xdg-open http://localhost:8000
EOF

chmod 755 %{buildroot}%{_bindir}/%{name}

%files
%{_bindir}/guitarix-webui
%{_datadir}/%{name}


%changelog

* Tue Feb 23 2016 Denis Silakov <dsilakov@gmail.com> 0.34.0-2
- (cbbd343) Fix launcher



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10380 |14cu|guvcview-2.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define api 2.0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

# At Jan 2016 it fails to build
%bcond_with qt5

Summary:	GTK+ UVC Viewer and Capturer
Name:		guvcview
Version:	2.0.4
Release:	1
Group:		Video
License:	GPLv3+
Url:		http://guvcview.sourceforge.net/
Source0:	http://sourceforge.net/projects/guvcview/files/source/%{name}-src-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	intltool
# also for libgviewencoder
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(gsl) >= 1.15
BuildRequires:	pkgconfig(libpng)
# For libgviewaudio
BuildRequires:	pkgconfig(libpulse) >= 0.9.15
# For libgviewv4l2core
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(portaudio-2.0) >= 19
%if %{with qt5}
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
%endif
BuildRequires:	pkgconfig(sdl2) >= 2.0
# For libgviewrenderer
# this one is in Restricted
#BuildRequires:	pkgconfig(x264)

%description
A simple GTK interface for capturing and viewing video from devices supported
by the Linux UVC driver, although it should also work with any v4l2 compatible
device.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/pixmaps/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Core libraries needed by %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the core libraries for %{name}.

%files -n %{libname}
%doc COPYING README.md
%{_libdir}/libgviewaudio-%{api}.so.%{major}*
%{_libdir}/libgviewencoder-%{api}.so.%{major}*
%{_libdir}/libgviewrender-%{api}.so.%{major}*
%{_libdir}/libgviewv4l2core-%{api}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name} core libraries
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}guvcview1.1-devel < 2.0.3-2
Obsoletes:	%{_lib}guvcview1.1-devel < 2.0.3-2

%description -n %{devname}
This package contains the development files for %{name} core libraries.

%files -n %{devname}
%doc COPYING
%{_includedir}/%{name}-2/*/*.h
%{_libdir}/libgviewaudio.so
%{_libdir}/libgviewencoder.so
%{_libdir}/libgviewrender.so
%{_libdir}/libgviewv4l2core.so
%{_libdir}/pkgconfig/*.pc

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-src-%{version}

# Fix perms
chmod -x includes/gview.h
chmod -x {ChangeLog,configure.ac}

%build
# Needed, otherwise it will try to use clang
# and fails with our CFLAGS
export CC=gcc CXX=g++
%configure2_5x \
	--disable-debian-menu \
%if %{with qt5}
	--enable-qt5 \
%endif
	--disable-static

%make

%install
%makeinstall_std

desktop-file-install \
	--add-category='X-AudioVideoCapture' \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

# Useless and rpmlint complains about it
rm -f %{buildroot}%{_docdir}/%{name}/INSTALL

%find_lang %{name} gview_v4l2core %{name}.lang

%changelog

* Mon Sep 12 2016 alzim <alzim@bk.ru> 2.0.4-1
- (e59b4fa) Merge pull request #1 from import/guvcview:rosa2016.1
- (e59b4fa) Updated to 2.0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10381 |14cu|gwc-0.21.19-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package %{nil}

%define	gwc_version 0.21
%define	gwc_subversion 19

Name:		gwc
Version:	%{gwc_version}.%{gwc_subversion}
Release:	1
Summary:	Audio restoration application
License:	GPL
Group:		Sound
URL:		http://%{name}.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{gwc_version}-%{gwc_subversion}.tgz
Source1:	%{name}_16.png
Source2:	%{name}_32.png
Source3:	%{name}_48.png
Patch0:		%{name}-0.21.19.fix-makefiles.patch
Patch1:		%{name}-0.21-08.nostrip.patch
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(alsa) => 0.9
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libpulse) >= .0.9.0
BuildRequires:	pkgconfig(sndfile) >= 1.0.2
BuildRequires:	pkgconfig(vorbis)
#BuildRequires:	db1-devel


%description
Gnome Wave Cleaner (GWC), is a tool for cleaning up noisey audio files, in
preparation for burning to CD's.  The typical application is to record the
audio from vinyl LP's, 45's, 78's, etc to a hard disk as a 16bit, stereo,
44.1khz wave formated file, and the use GWC to apply denoising and declicking
algorithms.

%files
%doc README COPYING Changelog
%doc %dir %{_datadir}/gnome/help/%{name}
%doc %dir %{_datadir}/gnome/help/%{name}/C
%doc %{_datadir}/gnome/help/%{name}/C/*
%{_bindir}/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/pixmaps/%{name}-logo.png
%{_datadir}/applications/rosa-%{name}.desktop


#-----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{gwc_version}-%{gwc_subversion}
%patch0 -p 1
%patch1 -p1 -b .nostrip


%build
%configure2_5x	--enable-ogg \
		--enable-mp3 \
		--enable-pa
%make


%install
chmod go+r biquad.[ch]
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications

# Icons
mkdir -p %{buildroot}{%_miconsdir,%_iconsdir,%_liconsdir}
install -m644 %{SOURCE1} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE2} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE3} -D %{buildroot}%{_liconsdir}/%{name}.png

# Menu entry
cat > %{buildroot}%{_datadir}/applications/rosa-%{name}.desktop << EOF
[Desktop Entry]
Name=GWC
GenericName=Gnome Wave Cleaner
GenericName[nl]=Gnome Audio Restauratie Gereedschap
Comment=Dehiss, denoise and declick WAV audio files
Comment[nl]=Ontruisen en 'declicken' van WAV audio bestanden
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Audio;AudioVideoEditing;
MimeType=audio/x-wav;
EOF

# Remove useless doc
rm -f %{buildroot}%{_docdir}/%{name}/INSTALL
%changelog

* Fri Aug 05 2016 Giovanni Mariani <mc2374@mclink.it> 0.21.19-1
- (1d4d594) Updated to release 0.21-19 cleaned specfile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10382 |14cu|gwine-0.10.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'perl\\(Gwine::.*\\)'

Summary:	A Gnome application to manage your wine cellar
Name:		gwine
Version:	0.10.3
Release:	12
License:	GPLv2+
Group:		Databases
Url:		http://home.gna.org/gwine/index
Source0:	http://download.gna.org/gwine/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	scrollkeeper
BuildRequires:	shared-mime-info
BuildRequires:	perl-Gnome2
BuildRequires:	perl-Gnome2-GConf
BuildRequires:	perl-Gtk2-GladeXML
BuildRequires:	perl-Locale-gettext
BuildRequires:	perl-devel
Requires:	perl-Gnome2
Requires:	perl-Gnome2-GConf
Requires:	perl-Gtk2-GladeXML
Requires:	perl-Locale-gettext
Requires(post,postun):	scrollkeeper
Requires(post,postun):	shared-mime-info
BuildArch:	noarch

%description
Gwine is a Gnome application to manage your wine cellar.

%files -f %{name}.lang
%{_bindir}/%{name}
%{perl_vendorlib}/*
%{_mandir}/*/*
%{_datadir}/%{name}
%{_datadir}/omf/%{name}
%{_datadir}/gnome/help/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
make install DESTDIR=%{buildroot} PREFIX=%{_prefix} XDG_DATA_DIRS=%{buildroot}%{_datadir}

perl -pi -e 's,%{name}.png,%{name},g' %{buildroot}%{_datadir}/applications/*

rm -f %{buildroot}%{_datadir}/applications/mimeinfo.cache

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="Accessories" \
  --add-category="Database;Office" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}%{_liconsdir} %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir}
convert -geometry 48x48 pixmaps/%{name}.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 pixmaps/%{name}.png %{buildroot}%{_miconsdir}/%{name}.png

%find_lang %{name}

rm -rf %{buildroot}%{_localestatedir}/lib/scrollkeeper
rm -rf %{buildroot}%{_datadir}/mime

%check
make test

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.10.3-12
- (7ff09f3) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10383 |14cu|g-wrap-1.9.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define modules_major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A tool for creating Scheme interfaces to C libraries
Name:		g-wrap
Version:	1.9.15
Release:	1
Epoch:		1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnucash.org
Source0:	http://download.savannah.gnu.org/releases/g-wrap/%{name}-%{version}.tar.gz
Source1:	http://download.savannah.gnu.org/releases/g-wrap/%{name}-%{version}.tar.gz.sig
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(guile-2.0)
BuildRequires:	pkgconfig(libffi)
Requires:	guile
Conflicts:	guile-lib

%description
g-wrap is a tool for creating Scheme interfaces to C libraries.  At
the moment it is most heavily focused on providing access to C
libraries from guile, but it also supports RScheme.

%files
%doc AUTHORS ChangeLog INSTALL NEWS README THANKS
%{_datadir}/guile/site/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for g-wrap
Group:		System/Libraries

%description -n %{libname}
g-wrap is a tool for specifying types, functions, and constants to
import into a Scheme interpreter, and for generating code (in C) to
interface these to the Guile and RScheme interpreters in particular.

%files -n %{libname}
%{_libdir}/*.so.%{major}*
%{_libdir}/%{name}/modules/*.so.%{modules_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries needed for g-wrap development
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
g-wrap is a tool for creating Scheme interfaces to C libraries.  At
the moment it is most heavily focused on providing access to C
libraries from guile, but it also supports RScheme.

You can provide access to a given C API by creating a specification
file describing the interface you want published at the Scheme level.
g-wrap will handle generating all the lower level library interface
code so that the C library shows up as a set of Scheme functions.

You should install this package if you need to compile programs that
need to use g-wrap C<->Scheme functionality

%files -n %{devname}
%{_bindir}/*
%{_includedir}/g-wrap-wct.h
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/%{name}/modules/*.so
%{_infodir}/%{name}*
%{_datadir}/aclocal/%{name}.m4
%{_libdir}/pkgconfig/g-wrap-2.0-guile.pc

#----------------------------------------------------------------------------

%prep
%setup -q

touch config.rpath
aclocal -I m4
autoconf
automake --add-missing

%build
# --disable-Werror required for gcc-4.3 & g-wrap-1.9.11:
# core-runtime.c:55: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result
%configure2_5x \
	--disable-static \
	--disable-Werror
make

%install
%makeinstall_std

%changelog

* Sun Apr 10 2016 dsilakov <denis.silakov@rosalab.ru> 1:1.9.15-1
- (a0408f8) Merge pull request #1 from alzim/g-wrap:rosa2014.1
- (a0408f8) Updated to 1.9.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10384 |14cu|gwyddion-2.45-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 2
%define libname %mklibname %{name} %{api} %{major}
%define libgwyapp %mklibname gwyapp %{api} %{major}
%define libgwydgets %mklibname gwydgets %{api} %{major}
%define libgwydraw %mklibname gwydraw %{api} %{major}
%define libgwymodule %mklibname gwymodule %{api} %{major}
%define libgwyprocess %mklibname gwyprocess %{api} %{major}
%define devname %mklibname %{name} %{api} -d

Summary:	An SPM data visualization and analysis tool
Name:		gwyddion
Version:	2.45
Release:	1
License:	GPLv2+
Group:		Sciences/Other
Url:		http://gwyddion.net/
Source0:	http://sourceforge.net/projects/gwyddion/files/gwyddion/%{version}/%{name}-%{version}.tar.xz
Source1:	http://sourceforge.net/projects/gwyddion/files/gwyddion/%{version}/%{name}-%{version}.tar.xz.sig
BuildRequires:	python-numpy
BuildRequires:	ruby
BuildRequires:	bzip2-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	pkgconfig(IlmBase)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(minizip)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(unique-1.0)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(zlib)

%description
Gwyddion is a modular SPM (Scanning Probe Microsopy) data visualization and
analysis tool written with Gtk+.

It can be used for all most frequently used data processing operations
including: leveling, false color plotting, shading, filtering, denoising, data
editing, integral transforms, grain analysis, profile extraction, fractal
analysis, and many more.  The program is primarily focused on SPM data analysis
(e.g. data obtained from AFM, STM, NSOM, and similar microscopes).  However, it
can also be used for analysis of SEM (Scanning Electron Microscopy) data or any
other 2D data.

%files -f %{name}.lang
%{_bindir}/%{name}
%{_bindir}/%{name}-thumbnailer
%doc AUTHORS NEWS README THANKS
%{_datadir}/%{name}/
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/%{name}-thumbnailer.1*
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_libdir}/%{name}/modules/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/thumbnailers/gwyddion.thumbnailer
%{python_sitearch}/gwy.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for Gwyddion
Group:		System/Libraries

%description -n %{libname}
Shared library for Gwyddion and its modules.

%files -n %{libname}
%{_libdir}/lib%{name}%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgwyapp}
Summary:	Shared library for Gwyddion
Group:		System/Libraries
Conflicts:	%{_lib}gwyddion2_0 < 2.34

%description -n %{libgwyapp}
Shared library for Gwyddion and its modules.

%files -n %{libgwyapp}
%{_libdir}/libgwyapp%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgwydgets}
Summary:	Shared library for Gwyddion
Group:		System/Libraries
Conflicts:	%{_lib}gwyddion2_0 < 2.34

%description -n %{libgwydgets}
Shared library for Gwyddion and its modules.

%files -n %{libgwydgets}
%{_libdir}/libgwydgets%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgwydraw}
Summary:	Shared library for Gwyddion
Group:		System/Libraries
Conflicts:	%{_lib}gwyddion2_0 < 2.34

%description -n %{libgwydraw}
Shared library for Gwyddion and its modules.

%files -n %{libgwydraw}
%{_libdir}/libgwydraw%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgwymodule}
Summary:	Shared library for Gwyddion
Group:		System/Libraries
Conflicts:	%{_lib}gwyddion2_0 < 2.34

%description -n %{libgwymodule}
Shared library for Gwyddion and its modules.

%files -n %{libgwymodule}
%{_libdir}/libgwymodule%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgwyprocess}
Summary:	Shared library for Gwyddion
Group:		System/Libraries
Conflicts:	%{_lib}gwyddion2_0 < 2.34

%description -n %{libgwyprocess}
Shared library for Gwyddion and its modules.

%files -n %{libgwyprocess}
%{_libdir}/libgwyprocess%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers, libraries and tools for Gwyddion module development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libgwyapp} = %{EVRD}
Requires:	%{libgwydgets} = %{EVRD}
Requires:	%{libgwydraw} = %{EVRD}
Requires:	%{libgwymodule} = %{EVRD}
Requires:	%{libgwyprocess} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 2.34
Conflicts:	%{name}-devel < 2.34

%description -n %{devname}
Header files, libraries and tools for Gwyddion module and plug-in development.
This package also contains the API docmentation and sample plug-ins in various
programming languages.

%files -n %{devname}
%doc devel-docs/CODING-STANDARDS
%doc data/%{name}.vim
%{_includedir}/%{name}/
%{_datadir}/gtk-doc/html/*
%{_datadir}/gtksourceview-2.0/language-specs/pygwy.lang
%{_libdir}/*.so
%{_libdir}/pkgconfig/gwyddion.pc
%{_libdir}/%{name}/include/gwyconfig.h
# Plug-ins and plug-in devel stuff
%{_libdir}/%{name}/perl/
%{_libdir}/%{name}/python/
%{_libdir}/%{name}/ruby/
%{_libexecdir}/%{name}/plugins/

#----------------------------------------------------------------------------

%package thumbnailer-gconf
Summary:	GConf schemas for gwyddion-thumbnailer integration
Group:		Graphical desktop/GNOME
Requires:	%{name} = %{EVRD}

%description thumbnailer-gconf
GConf schemas that register gwyddion-thumbnailer as thumbnailer for SPM files
in GNOME and XFce.

%files thumbnailer-gconf
%{_sysconfdir}/gconf/schemas/gwyddion-thumbnailer.schemas

#----------------------------------------------------------------------------

%package thumbnailer-kde4
Summary:	KDE4 gwyddion thumbnailer module
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description thumbnailer-kde4
Gwyddion-thumbnailer based KDE thumbnail creator extension module for SPM
files.

%files thumbnailer-kde4
%{_libdir}/kde4/gwythumbcreator.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--without-pascal \
	--disable-rpath \
	--with-kde4-thumbnailer \
	--with-fftw3 \
	--with-gl \
	--enable-library-bloat
%make

%install
%makeinstall_std

%find_lang %{name}

# I cannot express this as %%files in a sensible manner, especially not when
# python byte-compilation kicks in.  Set permissions in the filesystem.
find %{buildroot}%{_libexecdir}/%{name} -type f -print0 | xargs -0 chmod 755
find %{buildroot}%{_libexecdir}/%{name} -type f -name \*.rgi -print0 | xargs -0 chmod 644

# Perl, Python, and Ruby modules are private, remove the Perl man page.
rm -f %{buildroot}%{_mandir}/man3/Gwyddion::dump.*

%changelog

* Mon Sep 12 2016 alzim <alzim@bk.ru> 2.45-1
- (c8e78c2) Merge pull request #2 from import/gwyddion:rosa2016.1
- (c8e78c2) Updated to 2.45



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10385 |14cu|gxemul-0.6.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Instruction-level machine emulator
Name:		gxemul
Version:	0.6.0.1
Release:	1
License:	BSD
Group:		Emulators
Url:		http://gavare.se/gxemul/
Source0:	http://gavare.se/gxemul/src/%{name}-%{version}.tar.gz
Patch0:		gxemul-0.6.0.cstdlib.patch
BuildRequires:	pkgconfig(x11)

%description
GXemul is an experimental instruction-level machine emulator. Several
emulation modes are available. In some modes, processors and
surrounding hardware components are emulated well enough to let
unmodified operating systems (e.g. NetBSD) run as if they were running
on a real machine.

Currently supported processors include ARM, MIPS, PowerPC, and SuperH.

%files
%doc LICENSE HISTORY README doc/* demos/
%{_bindir}/gxemul
%{_mandir}/man1/gxemul.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .cstdlib

%build
# inlining should help for this kind of emulation project
export CFLAGS="%{optflags} -finline-functions -O3"
export CXXFLAGS="%{optflags} -finline-functions -O3"
./configure
%make

%install
install -m755 gxemul -D %{buildroot}%{_bindir}/gxemul
install -m644 man/gxemul.1 -D %{buildroot}%{_mandir}/man1/gxemul.1


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.0.1-1
- (e05dffc) New version 0.6.0.1
- (e05dffc) Build with system optflags to fix debug package
- (e05dffc) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10386 |14cu|gxine-0.5.908-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK+ frontend for the Xine multimedia player
Name:		gxine
Version:	0.5.908
Release:	3
License:	GPLv2+
Group:		Video
Url:		http://xine.sf.net
Source0:	http://prdownloads.sourceforge.net/xine/%{name}-%{version}.tar.xz
Patch0:		gxine-no-gnome-mime-registration.patch
Patch1:		gxine-0.5.902-non-separate-toolbar.patch
# some multilib issues
Patch3:         gxine-0.5.907-lirc.patch
BuildRequires:	xine-plugins
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libxine)
BuildRequires:	pkgconfig(mozjs185)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xext)
Requires:	xine-plugins

%description
This is a graphical frontend for Xine based on the GTK+ toolkit.

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_bindir}/gxine
%{_bindir}/gxine_client
%{_datadir}/applications/gxine.desktop
%{_datadir}/pixmaps/*
%{_datadir}/gxine/
%{_mandir}/man1/gxine.*
%{_mandir}/man1/gxine_client.*
%{_datadir}/icons/hicolor/64x64/apps/gxine.png
%lang(de) %{_mandir}/de/man1/gxine*
%lang(es) %{_mandir}/es/man1/gxine*

#----------------------------------------------------------------------------

%package mozilla
Summary:	Xine video player plugin for Mozilla
Group:		Video
Requires:	%{name} = %{EVRD}

%description mozilla
This is a video player plugin for Mozilla and compatible web browsers
based on the Xine engine.

%files mozilla
%{_libdir}/mozilla/plugins/gxineplugin.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -if

%build
%configure2_5x \
	--disable-static \
	--with-dbus \
	--with-logo-format=image \
	--with-gudev \
	--with-browser-plugin \
	--disable-integration-wizard \
	--enable-watchdog \
	--disable-own-playlist-parsers \
	--disable-deprecated
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_libdir}/mozilla/plugins
mv %{buildroot}%{_libdir}/gxine/gxineplugin.so %{buildroot}%{_libdir}/mozilla/plugins

%find_lang %{name} %{name}.theme %{name}.lang


%changelog

* Fri Jan 15 2016 Denis Silakov <dsilakov@gmail.com> 0.5.908-3
- (e3c5ffa) Addes gudev BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10387 |14cu|gxneur-0.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	X Neural Switcher - GTK2 interface
Name:		gxneur
Version:	0.20.0
Release:	1
License:	GPLv2+
Group:		System/X11
Url:		http://www.xneur.ru
Source0:	%{name}_%{version}.orig.tar.gz
Patch0:		gxneur-0.19.0-werror.patch
BuildRequires:	gettext-devel
BuildRequires:  intltool
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(xneur) = %{version}
Requires:	xneur = %{version}

%description
X Neural Switcher (http://www.xneur.ru).
Automatical switcher of keyboard layout (GTK2 frontend).

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/*
%{_iconsdir}/*
%{_datadir}/%{name}/*
%{_datadir}/applications/*.desktop
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std
#small_hack
mkdir -p %{buildroot}%{_datadir}/%{name}/pixmaps/
pushd pixmaps
  for i in hicolor_apps_48x48_gxneur-*; do cp -f $i ${i/hicolor_apps_48x48_gxneur-/}; done
popd
cp -f pixmaps/ru.png %{buildroot}%{_datadir}/%{name}/pixmaps/ru\(winkeys\).png

install -dm 755 %{buildroot}%{_datadir}/applications
cat > %{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=GXNeur
GenericName=X Neural Switcher
GenericName[ru]=Переключатель раскладок клавиатуры
Comment=Automatic keyboard layout switcher
Comment[ru]=Автоматический переключатель раскладок клавиатуры
Icon=%{_datadir}/%{name}/pixmaps/gxneur.png
Exec=gxneur --keyboard-properties="/usr/bin/kcmshell4 kcm_keyboard || /usr/bin/gnome-control-center"
Terminal=false
Type=Application
Categories=GTK;GNOME;Application;Utility;
StartupNotify=false
EOF
echo %{buildroot}%{_datadir}/applications/
install -m 0644 %{name}.desktop \
%{buildroot}%{_datadir}/applications/%{name}.desktop

#dirty hack for resolve conflict with hicolor-icon-theme
rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache

%find_lang %{name}


%changelog

* Tue Feb 14 2017 tremod <negry.m@yandex.ru> 0.20.0-1
- (e82d286) Update to 0.20



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10388 |14cu|gzrt-0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The gzip Recovery Toolkit
Name:		gzrt
Version:	0.8
Release:	3
License:	GPLv2+
Group:		Archiving/Compression
Url:		http://www.urbanophile.com/arenn/hacking/gzrt/gzrt.html
Source0:	http://www.urbanophile.com/arenn/hacking/gzrt/%{name}-%{version}.tar.gz
Patch0:		gzrt-0.8-optflags.patch
BuildRequires:	pkgconfig(zlib)

%description
The gzip Recovery Toolkit attempts to automate the recovery of data
from corrupted gzip files (including tarballs) through a program called
gzrecover.

%files
%doc ChangeLog README
%{_bindir}/gzrecover
%{_mandir}/man1/gzrecover.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
cp -p gzrecover %{buildroot}%{_bindir}
cp -p gzrecover.1 %{buildroot}%{_mandir}/man1


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8-3
- (d88ce31) Build with system optflags to fix debug package
- (d88ce31) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10389 |14cu|h264enc-10.4.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		h264enc
Version:	10.4.7
Release:	1
Summary:	An interactive menu-driven frontend for mencoder
Group:		Sound
License:	GPLv2+
URL:		http://h264enc.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/h264enc/h264enc/%{name}-%{version}.tar.gz
BuildRequires:	gzip
Requires:	aften
Requires:	bc
Requires:	dcaenc
Requires:	findutils
Requires:	flac
Requires:	gawk
Requires:	lsdvd
Requires:	mailx
Requires:	mencoder
Requires:	mkvtoolnix
Requires:	mplayer
Requires:	nano
Requires:	ogmtools
Requires:	opus-tools
Requires:	pv
Requires:	vorbis-tools
# Actually these are required packages, but are placed in Restricted
Suggests:	faac
Suggests:	x264
### TODO: push gpac from MRB in plf ###
Suggests:	gpac
BuildArch:	noarch

%description
An advanced and powerful interactive menu-driven shell script written for the
GNU/Linux operating system which can help you to encode a DVD, a video file, a
directory with video files or a (S)VCD to the H.264/MPEG-4 Part 10/AVC video
format using the MEncoder encoder from the MPlayer project and the libx264
library. It supports muxing the final encode from AVI to Matroska, from AVI to
OGM, from AVI to TS and from AVI to the MP4 container.

%files
%doc ./installed-docs/*
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

###########################################################################ààà

%prep
%setup -q
sed -i -e "s|^PREFIX=.*$||" \
  -e "s|^DOCDIR=.*$|DOCDIR=./installed-docs|" \
  -e 's|^MANDIR=.*$|MANDIR=$PREFIX/share/man/man1|' \
  ./install

sed -i -e "s|\r$||" matrices/eqm_avc_hr_matrix
sed -i -e "s|/usr/local|%{_prefix}|" doc/README.matrices


%build
echo "I'm a shell script"


%install
PREFIX="%{buildroot}%{_prefix}" ./install
rm ./installed-docs/uninstall






%changelog

* Fri Aug 05 2016 Giovanni Mariani <mc2374@mclink.it> 10.4.7-1
- (508d3e2) Updated to release 10.4.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10390 |14cu|hackoflife-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname hack-of-life

Name:           hackoflife
Version:        1.0.2
Release:        1
Summary:        Conway's Game of Life adapted as a roguelike puzzle game
License:        GPLv3
Group:          Games/Strategy
Url:            https://github.com/isharacomix/hack-of-life
Source0:        https://github.com/isharacomix/%{oname}/archive/%{oname}-master.zip
Source1:        %{name}.6
BuildRequires:  pkgconfig(ncurses)

%description
Conway's Game of Life adapted as a roguelike puzzle game. 
Was created as an experimental 7-day-roguelike. 
I don't provide much support for it - 
I just wanted to get the code out there.

%files
%doc COPYING README ChangeLog
%{_gamesbindir}/%{name}
%{_mandir}/man6/%{name}.6.*
#----------------------------------------------

%prep
%setup -qn %{oname}-master
rm -fr windows %{name}

%build
%configure2_5x --prefix=%{_prefix} \
	    --datadir=%{_gamesdatadir} \
	    --bindir=%{_gamesbindir}
	    
%setup_compile_flags
%make


%install
%makeinstall_std
install -Dm 0644 %{SOURCE1} %{buildroot}%{_mandir}/man6/%{name}.6.*
%changelog

* Tue Aug 30 2016 abfonly <abfonly@gmail.com> 1.0.2-1
- (1740a50) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10391 |14cu|haddock-2.13.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define _cabal_setup Setup.lhs
%define _no_haddock 1

Summary:	Haddock documentation tool for annotated Haskell source code
Name:		haddock
Version:	2.13.2
Release:	4
License:	BSD
Group:		Development/Other
Url:		http://www.haskell.org/haddock/
Source0:	http://hackage.haskell.org/packages/archive/%{name}/${version}/%{name}-%{version}.tar.gz
BuildRequires:	ghc-devel
BuildRequires:	alex
BuildRequires:	docbook-style-xsl
BuildRequires:	happy
BuildRequires:	xsltproc
BuildRequires:	haskell-macros
BuildRequires:	haskell(ghc-paths)
BuildRequires:	haskell(xhtml)
BuildRequires:	pkgconfig(libffi)
Requires:	ghc
Requires:	haskell(ghc-paths)
Requires:	haskell(xhtml)
Requires(post,preun):	ghc

%description
Haddock is a tool for automatically generating documentation from
annotated Haskell source code. It is primary intended for documenting
libraries, but it should be useful for any kind of Haskell code.

Haddock lets you write documentation annotations next to the
definitions of functions and types in the source code, in a syntax
that is easy on the eye when writing the source code (no heavyweight
mark-up). The documentation generated by Haddock is fully hyperlinked
-- click on a type name in a type signature to go straight to the
definition, and documentation, for that type.

Haddock can generate documentation in multiple formats; currently HTML
is implemented, and there is partial support for generating DocBook.
The generated HTML uses stylesheets, so you need a fairly up-to-date
browser to view it properly (Mozilla, Konqueror, Opera, and IE 6
should all be ok).

%files
%doc %{_docdir}/%{name}-%{version}
%doc doc/haddock/*
%{_datadir}/%{name}-%{version}/html
%{_datadir}/%{name}-%{version}/latex
%{_libdir}/%{name}-%{version}/*
%{_bindir}/haddock
%{_cabal_rpm_deps_dir}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%_cabal_build

cd doc
test -f configure || autoreconf
./configure
make html

%install
%_cabal_install
%_cabal_rpm_gen_deps
%_cabal_scriptlets

%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.13.2-4
- (931cd84) Disable debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10392 |14cu|halibut-1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		halibut
Summary:	TeX-like software manual tool
Version:	1.1
Release:	1
License:	MIT
Group:		Text tools
URL:		http://www.chiark.greenend.org.uk/~sgtatham/halibut.html
Source0:	http://www.chiark.greenend.org.uk/~sgtatham/%{name}/%{name}-%{version}.tar.gz

%description
Halibut is yet another text formatting system, intended primarily for
writing software documentation. It accepts a single source format and
outputs a variety of formats, planned to include text, HTML, Texinfo,
Windows Help, Windows HTMLHelp, PostScript and PDF. It has comprehensive
indexing and cross-referencing support, and generates hyperlinks within
output documents wherever possible.


%package	-n vim-halibut
Summary:	Syntax file for the halibut manual tool
Group:		Editors
Requires:	vim-common
BuildArch:	noarch

%description -n vim-halibut
This package provides vim syntax support for Halibut input files (*.but).


%prep
%setup -q


%build
sed -i 's/CFLAGS += -g/CFLAGS += /g' Makefile
export CFLAGS="%{optflags}"
make VERSION="%{version}"
%make -C doc


%install
%makeinstall INSTALL="install -Dp"
install -d  html
install -pm 0644 doc/*.html html
install -d %{buildroot}%{_datadir}/vim/syntax
install -pm 0644 misc/halibut.vim %{buildroot}%{_datadir}/vim/syntax


%files
%doc LICENCE html
%{_bindir}/halibut
%{_mandir}/man1/*.1*

%files -n vim-halibut
%{_datadir}/vim/syntax/*.vim

%changelog

* Sat Mar 19 2016 Denis Silakov <dsilakov@gmail.com> 1.1-1
- (2cdf64a) Updated to 1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10393 |14cu|harmonySEQ-0.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           harmonySEQ
Version:        0.16
Release:        3
Summary:        A MIDI sequencing application helpful for music composers and live artists

Group:          Sound
Source0:        http://launchpad.net/harmonyseq/stable/%{version}/+download/%{name}-%{version}.tar.gz
URL:            http://harmonyseq.wordpress.com/
License:        GPLv3

BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(gtkmm-2.4) glibmm2.4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(liblo)
BuildRequires:  shared-mime-info

%description
harmonySEQ is a MIDI sequencer for Linux. Basically, it does what any
sequencer does – it playbacks a sequence of notes. However, it is
slightly different from most of the popular software sequencers.

%prep
%setup -q

%build

%configure
make

%check

%install
make install DESTDIR=%{buildroot}
perl -pi -e 's/x-harmonyseq/x-harmonyseq;/g' \
     %{buildroot}/%{_datadir}/applications/harmonyseq.desktop
%find_lang %{name}

mkdir -p %{buildroot}/etc/modules-load.d
echo "snd_seq" > %{buildroot}/etc/modules-load.d/%{name}.conf

%post
modprobe snd_seq

%files -f %{name}.lang
%defattr(-,root,root,-)
%attr(755,root,root) %{_bindir}/*
%docdir %{_datadir}/doc/harmonyseq
%{_datadir}/doc/harmonyseq
%{_datadir}/applications/*
%{_datadir}/harmonyseq
%{_datadir}/icons/gnome/192x192/mimetypes/*
%{_datadir}/icons/gnome/32x32/mimetypes/*
%{_datadir}/icons/gnome/48x48/mimetypes/*
%{_datadir}/icons/gnome/scalable/mimetypes/*
%{_datadir}/icons/hicolor/192x192/apps/*
%{_datadir}/icons/hicolor/32x32/apps/*
%{_datadir}/icons/hicolor/48x48/apps/*
%{_datadir}/icons/hicolor/scalable/apps/*
%{_datadir}/mime/packages/*
/etc/modules-load.d/%{name}.conf

%changelog

* Tue Apr 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.16-3
- (5797730) Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10394 |14cu|harvid-0.7.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	HTTP server to extract, cache and serve still images from movie files
Name:		harvid
Version:	0.7.3
Release:	6
License:	GPLv2+
Group:		Video
Url:		http://x42.github.com/harvid/
Source0:	https://github.com/x42/harvid/archive/%{name}-%{version}.tar.gz
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
Requires:	ffmpeg

%description
Harvid is a HTTP server to efficiently extract, cache and serve still images
from movie files. It provides for frame-accurate decoding and is main use-case
is to act as backend and second level cache for rendering the videotimeline in
Ardour. Harvid uses ffmpeg/libav and supports a wide variety of video codecs
and formats.

%prep
%setup -q

%build
%setup_compile_flags
make

%install
%makeinstall_std PREFIX=%{_prefix}

pushd %{buildroot}%{_bindir}
ln -s ffmpeg ffmpeg_harvid
ln -s ffprobe ffprobe_harvid
popd

%files
%doc README.md ChangeLog COPYING
%{_bindir}/%{name}
%{_bindir}/ffmpeg_harvid
%{_bindir}/ffprobe_harvid
%{_mandir}/man1/%{name}.1*

%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.3-6
+ Revision: 4bfb97e
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10395 |14cu|hashcash-1.22-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hashcash anti-spam / denial-of-service counter-measure tool
Name:		hashcash
Version:	1.22
Release:	8
License:	CPL or choice of public domain/BSD/LGPL/GPL
Group:		Networking/Mail
URL:		http://www.hashcash.org/
Source:		http://www.hashcash.org/source/%{name}-%{version}.tgz
BuildRequires:	openssl-static-devel >= 0.9.8

%description
Hashcash is a denial-of-service counter measure tool.  It's main current use
is to help hashcash users avoid losing email due to content based and
blacklist based anti-spam systems.

The hashcash tool allows you to create hashcash stamp to attach to emails
you send, and to verify hashcash stamp attached to emails you receive. 
Email senders attach hashcash stamps with the X-Hashcash: header.  Vendors
and authors of anti-spam tools are encouraged to exempt mail sent with
hashcash from their blacklists and content based filtering rules.

A hashcash stamp constitutes a proof-of-work which takes a parameterizable
amount of work to compute for the sender.  The recipient can verify received
stamps efficiently. This package also includes a sha1 implementation which
behaves somewhat like md5sum, but with SHA1.

%prep
%setup -q

%build
sed -i -e 's|/usr/lib|%{_libdir}|' Makefile
make COPT="%{optflags}" "PACKAGER=RPM" gnu-openssl

%install
install -d %{buildroot}/%{_bindir}/
install -d %{buildroot}/%{_mandir}
install -d %{buildroot}/%{_mandir}/man1
install -d %{buildroot}/%{_docdir}/
install -d %{buildroot}/%{_docdir}/%{name}-%{version}

install -m 755 hashcash %{buildroot}/%{_bindir}/
install -m 755 sha1 %{buildroot}/%{_bindir}/
install -m 644 hashcash.1 %{buildroot}/%{_mandir}/man1
install -m 644 sha1-hashcash.1 %{buildroot}/%{_mandir}/man1
install -m 644 README LICENSE CHANGELOG %{buildroot}/%{_docdir}/%{name}-%{version}/

%clean

%files
%{_bindir}/*
%{_mandir}/*/*
%{_docdir}/*


%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.22-8
- (ddc44f8) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10396 |14cu|hatari-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An Atari ST emulator
Name:		hatari
Version:	2.0.0
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://hatari.tuxfamily.org
Source0:	http://download.tuxfamily.org/%{name}/%{name}-%{version}.tar.bz2
Patch0:		hatari-2.0.0-static.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
Hatari is an Atari ST and STE emulator.

The Atari ST was a 16/32 bit computer system which was first released by
Atari in 1985. Using the Motorola 68000 CPU, it was a very popular computer
having quite a lot of CPU power at that time. Unlike many other Atari ST
emulators which try to give you a good environment for running GEM
applications, Hatari tries to emulate the hardware of a ST as close as
possible so that it is able to run most of the old ST games and demos.

%files -f %{name}.lang
%doc readme.txt doc/changelog.txt doc/fr/clavier-exemple.txt
%doc tools/hmsa/readme-hmsa.txt
%{_bindir}/%{name}*
%{_bindir}/atari-convert-dir
%{_bindir}/atari-hd-image
%{_bindir}/gst2ascii
%{_bindir}/hmsa
%{_bindir}/zip2st
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}ui.desktop
%{_datadir}/mime/packages/hatari.xml
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_iconsdir}/hicolor/*/mimetypes/application-x-st-disk-image.*
%{_mandir}/man1/*.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake \
	-DENABLE_SDL2:BOOL=OFF
%make

%install
%makeinstall_std -C build

#fr man pages
install -d -m 755 %{buildroot}/%{_mandir}/fr/man1
install -m 644 doc/fr/%{name}.1 %{buildroot}/%{_mandir}/fr/man1/

#desktop file
desktop-file-install --vendor="" \
	--remove-key="Version" \
	--remove-key="Encoding" \
	--add-category="Game" \
	--add-category="Emulator" \
	--dir %{buildroot}%{_datadir}/applications/ \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-man


%changelog

* Sun Jan 22 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-1
- (322d6b6) New version 2.0.0
- (322d6b6) Keep SDL1, don't switch to SDL2 yet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10397 |14cu|hawknl-1.68-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1.6

%define libname	%mklibname %{name} %major
%define develname %mklibname -d %{name}

Name:		hawknl
Version:	1.68
Release:	7
URL:		http://www.hawksoft.com/hawknl/
Summary:	Hawk Network Library
Source:		HawkNL168src.zip
Patch0:		hawknl_makefile.patch
Patch1:		HawkNL1.68-debug.patch
License:	LGPLv2+
Group:		System/Libraries

%description
HawkNL is a free, open source, game oriented network API released under
the GNU Library General Public License (LGPL). HawkNL (NL) is a fairly
low level API, a wrapper over Berkeley/Unix Sockets and Winsock. But NL
also provides other features including support for many OSs, groups of
sockets, socket statistics, high accuracy timer, CRC functions, macros
to read and write data to packets with endian conversion, and support
for multiple network transports.

%package -n %{libname}
Summary:	Hawk Network Library
Group:		System/Libraries

%description -n %{libname}
HawkNL is a free, open source, game oriented network API released under
the GNU Library General Public License (LGPL). HawkNL (NL) is a fairly
low level API, a wrapper over Berkeley/Unix Sockets and Winsock. But NL
also provides other features including support for many OSs, groups of
sockets, socket statistics, high accuracy timer, CRC functions, macros
to read and write data to packets with endian conversion, and support
for multiple network transports.

%package -n %{develname}
Summary:	Hawk Network Library development files
Group:		System/Libraries
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
Developement files for %{libname}

%prep
%setup -q -n HawkNL%{version}
%patch0 -p1
%patch1 -p1

%build
%make -f makefile.linux
chmod -R go-w samples

%install
mkdir -p %{buildroot}%{_includedir} %{buildroot}%{_libdir}
cd src
%make -f makefile.linux INCDIR=%{buildroot}%{_includedir} LIBDIR=%{buildroot}%{_libdir} install
rm -f %{buildroot}%{_libdir}/*.a

%files -n %{libname}
%doc src/readme.txt src/NLchanges.txt
%{_libdir}/libNL.so.%{major}*
%{_libdir}/libNL.so.1
%{_libdir}/NL.so.%major

%files -n %{develname}
%doc samples
%{_includedir}/nl.h
%{_libdir}/NL.so
%{_libdir}/libNL.so

%changelog

* Tue Jun 07 2016 Denis Silakov <dsilakov@gmail.com> 1.68-7
- (51768d3) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10398 |14cu|hdrecover-0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:            hdrecover
Name:               hdrecover
Version:            0.5
Release:            1
License:            GPLv2
URL:                http://sourceforge.net/projects/hdrecover/?source=directory
Group:              System/Configuration/Hardware
Source0:            http://sourceforge.net/projects/%{name}/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires:      gcc
BuildRequires:      gawk


%description
Tool to encourage hard disks to reallocate bad sectors allowing
data recovery and possible continued use of the hard disk.


%prep
%setup -q

%build 
%configure
%make

%install
%makeinstall_std

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING NEWS README INSTALL
%{_bindir}/hdrecover

%changelog

* Thu Feb 04 2016 Nemial <negry.m@yandex.ru> 0.5-1
- (3807fea) update



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10399 |14cu|hedgewars-0.9.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.9.22
# %define minor 1
%define _appdatadir %{_datadir}/appdata

Summary:	Game with heavily armed fighting hedgehogs
Name:		hedgewars
# Version:	%{major}.%{minor}
Version:	%{major}
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.hedgewars.org/
Source0:	http://download.gna.org/hedgewars/%{name}-src-%{version}.tar.bz2
# Used to fix linkage issues when building with -DBUILD_SHARED_LIBS:BOOL=OFF
Patch1:		hedgewars-src-0.9.20-static.patch
Patch2:		hedgewars-src-0.9.20.5-gcc_s.patch
BuildRequires:	chrpath
BuildRequires:	cmake
BuildRequires:	fpc
BuildRequires:	imagemagick
BuildRequires:	ffmpeg-devel
BuildRequires:  physfs-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(zlib)

%description
Each player controls a team of several hedgehogs. During the course of the
game, players take turns with one of their hedgehogs. They then use whatever
tools and weapons are available to attack and kill the opponents' hedgehogs,
thereby winning the game. Hedgehogs may move around the terrain in a variety
of ways, normally by walking and jumping but also by using particular tools
such as the "Rope" or "Parachute", to move to otherwise inaccessible areas.

Each turn is time-limited to ensure that players do not hold up the game
with excessive thinking or moving.

A large variety of tools and weapons are available for players during the
game: Grenade, Cluster Bomb, Bazooka, UFO, Shotgun, Desert Eagle, Fire Punch,
Baseball Bat, Dynamite, Mine, Rope, Pneumatic pick, Parachute. Most weapons,
when used, cause explosions that deform the terrain, removing circular chunks.

The landscape is an island floating on a body of water, or a restricted cave
with water at the bottom. A hedgehog dies when it enters the water (either
by falling off the island, or through a hole in the bottom of it), it is
thrown off either side of the arena or when its health is reduced,
typically from contact with explosions, to zero (the damage dealt to the
attacked hedgehog or hedgehogs after a player's or CPU turn is shown only
when all movement on the battlefield has ceased).

%files
%doc ChangeLog.txt COPYING CREDITS README
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/*.desktop
%{_appdatadir}/*.appdata.xml
%{_datadir}/pixmaps/hedgewars.xpm
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-src-%{major}
%patch1 -p1
%patch2 -p1

%build
%cmake_qt4 \
	-DNOSERVER:BOOL=ON \
	-DSYSTEM_PHYSFS:BOOL=OFF \
	-DBUILD_SHARED_LIBS:BOOL=OFF \
	-DDATA_INSTALL_DIR="%{_gamesdatadir}/%{name}" \
	-Dtarget_binary_install_dir="%{_gamesbindir}" \
	-Dtarget_library_install_dir="%{_libdir}"
%make VERBOSE=1

%install
rm -fr %{buildroot}
%makeinstall_std -C build

mkdir -p %{buildroot}%{_datadir}/applications/
cat <<EOF >%{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=%{name}
Comment=Strategy action game
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ActionGame;StrategyGame;Qt;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert misc/%{name}.png -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

# Don't package static libs, no use for them
rm -f %{buildroot}%{_libdir}/*.a

chrpath -d %{buildroot}%{_gamesbindir}/*
chmod -x %{buildroot}%{_appdatadir}/*

%clean
rm -fr %{buildroot}

%changelog

* Tue Jun 07 2016 abondrov <andrey.bondrov@rosalab.ru> 0.9.22-1
- (7be4570) Merge pull request #2 from alzim/hedgewars:rosa2014.1
- (7be4570) Updated to 0.9.22



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10400 |14cu|hellanzb-0.13-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           hellanzb
Version:        0.13
Release:        7
Summary:        Hands-free nzb downloader and post processor

Group:          Networking/News
License:        BSD
URL:            http://www.hellanzb.com/trac/
Source0:        http://www.hellanzb.com/distfiles/hellanzb-%{version}.tar.gz
Source1:        README.urpmi
Patch0:         hellanzb-configuration-location3.patch
Patch1:         hellanzb-unrar-is-optional.patch
Patch2:         hellanzb-remove-bogus-shebang.patch
Patch3:         hellanzb-0.13-dont-attempt-multiple-groups.diff
# (ahmad) add patch from debian to fix compatibility with Twisted 10.0.0
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573221
Patch4:         007-Twisted_10.0.0_compat.patch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildArch:      noarch

Requires:       parchive2
Requires:       python-twisted
Requires:       python-twisted-web
Requires:       python-yenc


%description
hellanzb is an easy to use application designed to retrieve nzb files
and fully process them. The goal being to make getting files from Usenet
as hands-free as possible. Once fully installed, all that's required
is moving an nzb file to the queue directory. The rest: downloading,
par-checking, un-raring, etc. is done automatically by hellanzb.


%prep
%setup -q
%patch0
sed --in-place 's|\*DOCDIR\*|%{_docdir}|' Hellanzb/Core.py
sed --in-place 's|\*PKGNAME\*|%{name}|'   Hellanzb/Core.py
%patch1
%patch2
%patch3
%patch4 -p1 -b .twisted 


%build
python -c 'import setuptools; execfile("setup.py")' build


%install
mkdir -p %{buildroot}%{_sysconfdir}
python -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}

mv %{buildroot}%{_bindir}/%{name}.py %{buildroot}%{_bindir}/%{name}
rm %{buildroot}/usr/etc/%{name}.conf.sample

mv etc/hellanzb.conf.sample %{buildroot}/%{_docdir}/%{name}/
cp %{SOURCE1} %{buildroot}%{_docdir}/%{name}/

%clean

%files
%defattr(-,root,root,-)
%{_docdir}/%{name}/
%{py_puresitedir}/*
%{_bindir}/%{name}



%changelog
* Wed Mar 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.13-7
+ Revision: 5631dee
- SILENT Cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10401 |14cu|hepmc-2.06.09-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# hepevt symbol should be defined externally (?)
%define _disable_ld_no_undefined 1

%define major 4
%define libname %mklibname %{name} %{major}
%define libnamefio %mklibname %{name}fio %{major}
%define devname %mklibname %{name} -d

Summary:	C++ Event Record for Monte Carlo Generators
Name:		hepmc
Version:	2.06.09
Release:	1
License:	GPLv2+
Group:		Sciences/Physics
Url:		https://savannah.cern.ch/projects/hepmc/
Source0:	http://lcgapp.cern.ch/project/simu/HepMC/download/HepMC-%{version}.tar.gz
# From Fedora package
Patch0:		HepMC-epsilon.patch
Patch1:		HepMC-examples-hwaend.patch
Patch2:		HepMC-examples-makefile.patch
Patch3:		HepMC-fix-typo-hierachy-hierarchy.patch
Patch4:		HepMC-linking.patch
Patch5:		HepMC-no-hexfloat.patch

%description
The HepMC package is an object oriented event record written in C++ for
High Energy Physics Monte Carlo Generators. Many extensions from HEPEVT,
the Fortran HEP standard, are supported: the number of entries is unlimited,
spin density matrices can be stored with each vertex, flow patterns
(such as color) can be stored and traced, integers representing random
number generator states can be stored, and an arbitrary number of event
weights can be included. Particles and vertices are kept separate in a
graph structure, physically similar to a physics event. The added
information supports the modularisation of event generators. The package
has been kept as simple as possible with minimal internal/external
dependencies. Event information is accessed by means of iterators supplied
with the package.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++ Event Record for Monte Carlo Generators
Group:		System/Libraries
# libhepmc3 had wrong library major
Conflicts:	%{_lib}hepmc3 < 2.06.09
Obsoletes:	%{_lib}hepmc3 < 2.06.09

%description -n %{libname}
The HepMC package is an object oriented event record written in C++ for
High Energy Physics Monte Carlo Generators. Many extensions from HEPEVT,
the Fortran HEP standard, are supported: the number of entries is unlimited,
spin density matrices can be stored with each vertex, flow patterns
(such as color) can be stored and traced, integers representing random
number generator states can be stored, and an arbitrary number of event
weights can be included. Particles and vertices are kept separate in a
graph structure, physically similar to a physics event. The added
information supports the modularisation of event generators. The package
has been kept as simple as possible with minimal internal/external
dependencies. Event information is accessed by means of iterators supplied
with the package.

%files -n %{libname}
%{_libdir}/libHepMC.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamefio}
Summary:	C++ Event Record for Monte Carlo Generators
Group:		System/Libraries
# libhepmc3 had wrong library major
Conflicts:	%{_lib}hepmc3 < 2.06.09

%description -n %{libnamefio}
The HepMC package is an object oriented event record written in C++ for
High Energy Physics Monte Carlo Generators. Many extensions from HEPEVT,
the Fortran HEP standard, are supported: the number of entries is unlimited,
spin density matrices can be stored with each vertex, flow patterns
(such as color) can be stored and traced, integers representing random
number generator states can be stored, and an arbitrary number of event
weights can be included. Particles and vertices are kept separate in a
graph structure, physically similar to a physics event. The added
information supports the modularisation of event generators. The package
has been kept as simple as possible with minimal internal/external
dependencies. Event information is accessed by means of iterators supplied
with the package.

%files -n %{libnamefio}
%{_libdir}/libHepMCfio.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	HepMC development files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamefio} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
HepMC development files.

%files -n %{devname}
%doc %{_docdir}/%{name}/
%{_libdir}/lib*.so
%{_includedir}/HepMC/

#----------------------------------------------------------------------------

%prep
%setup -qn HepMC-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%build
autoreconf -ifs

# momentum = MEV or GEV - must select one
# length = MM or CM - must select one
# default values just using the first of the two reported available options
%configure --with-momentum=MEV --with-length=MM --enable-shared --disable-static

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_docdir}/%{name}
mv -f %{buildroot}%{_datadir}/HepMC/doc/* %{buildroot}%{_docdir}/%{name}
mv -f %{buildroot}%{_datadir}/HepMC/examples %{buildroot}%{_docdir}/%{name}/examples
rmdir %{buildroot}%{_datadir}/HepMC/doc
rmdir %{buildroot}%{_datadir}/HepMC


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.06.09-1
- (0fdf6e4) New version 2.06.09
- (0fdf6e4) Fix library major
- (0fdf6e4) Split libHepMCfio into individual subpackage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10402 |14cu|hevea-2.29-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:	A fast LaTeX to HTML translator
Name:		hevea
Version:	2.29
Release:	1
License:	QPL
Group:		Publishing
Url:		http://hevea.inria.fr
Source0:	http://hevea.inria.fr/distri/%{name}-%{version}.tar.gz
Source1:	http://para.inria.fr/~maranget/hevea/distri/hevea-%{version}-manual.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	ocaml >= 3.12
Requires:	texlive-kpathsea.bin
Requires(post,postun):	texlive-kpathsea.bin

%description
HEVEA is a LaTeX to HTML translator.  The input language is a fairly
complete subset of LaTeX2e (old LaTeX style is also accepted) and
the output language is HTML that is (hopefully) correct with respect
to version 4.0 (transitional).

This package is a binary installation of the hevea system.
This software includes the Objective Caml run-time system, which is
copyright 1995--1999 INRIA.

%files
%doc %{name}-%{version}-manual/*
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/texmf-dist/tex/latex/%{name}.sty

%post
%{_bindir}/mktexlsr

%postun
%{_bindir}/mktexlsr

#----------------------------------------------------------------------------

%prep
%setup -q -a 1

%build
rm -f config.sh
make \
        PREFIX=%{_prefix} \
        LIBDIR=%{_datadir}/%{name} \
        LATEXLIBDIR=%{_datadir}/texmf-dist/tex/latex

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/texmf-dist/tex/latex/%{name}
make install \
        DESTDIR=%{buildroot} \
        PREFIX=%{_prefix} \
        LIBDIR=%{_datadir}/%{name} \
        LATEXLIBDIR=%{_datadir}/texmf-dist/tex/latex

%changelog

* Tue Sep 13 2016 alzim <alzim@bk.ru> 2.29-1
- (66e67e2) Merge pull request #3 from import/hevea:rosa2016.1
- (66e67e2) Updated to 2.29



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10403 |14cu|hex-a-hop-1.2.0-20150814.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot 20150814
%define rel     1

%define _appdatadir %{_datadir}/appdata

Name:           hex-a-hop
Version:        1.2.0
Release:        %{snapshot}.%{rel}
Summary:        Puzzle game based on hexagonal tiles
Group:          Games/Puzzles
License:        GPLv2+
URL:            http://hexahop.sourceforge.net/
# Obtaining the source:
# git clone git://git.code.sf.net/p/hexahop/code hexahop-code
Source0:        %{name}-%{version}-git%{snapshot}.tar.gz

BuildRequires:  gettext-devel
BuildRequires:  imagemagick
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(SDL_image)
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  pkgconfig(SDL_Pango)
BuildRequires:  pkgconfig(SDL_ttf)
BuildRequires:  desktop-file-utils

%description
Hex-a-Hop is a hexagonal tile-based puzzle game with one simple goal:
destroy all green tiles! There are infinite undos and no time limits --
you just have to find a way to destroy all the green tiles and step on
a safe tile at the end.

%prep
%setup -qn hexahop-code
perl -pi -e "s|;KidsGame||" data/hex-a-hop.desktop

%build
autoreconf -vfi
%configure2_5x --bindir=%{_gamesbindir} \
               --datadir=%{_gamesdatadir}
%make

%install
rm -fr %{buildroot}
%makeinstall_std

for size in 48 96 128 192; do
  mkdir -p %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps
  convert data/hex-a-hop.png -resize ${size} \
      %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/%{name}.png
done
mkdir -p %{buildroot}%{_iconsdir}/hicolor/16x16/apps
install -m644 data/hex-a-hop-16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

desktop-file-validate %{buildroot}%{_datadir}/applications/*

%find_lang %{name}


%clean
rm -fr %{buildroot}

%files -f %{name}.lang
%doc COPYING NEWS README data/hints.html
%{_appdatadir}/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/%{name}.6.*

%changelog

* Fri Aug 14 2015 abfonly <abfonly@gmail.com> 1.2.0-20150814.1
- (33f31db) Log; update to 1.2.0-git20150814



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10404 |14cu|hexalate-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		hexalate
Summary:	Color matching game
License:	GPLv3
Version:	1.1.0
Release:	1
Group:		Games/Puzzles
Url:		http://gottcode.org/hexalate
Source:		http://gottcode.org/hexalate/download/?os=source/%{name}-%{version}-src.tar.bz2
BuildRequires:	pkgconfig(Qt5Core) >= 5.6
BuildRequires:	pkgconfig(Qt5Widgets) >= 5.6
BuildRequires:	pkgconfig(Qt5Script) >= 5.6
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Multimedia) >= 5.6
BuildRequires:	qmake5
BuildRequires:	desktop-file-utils


%description
The goal of the game is to rotate and
position the circles so that each touching line matches in color. You
rotate circles by right clicking, and you move circles by dragging them.
The game stores the positions and rotations of the circles across runs.


%files -f %{name}.lang
%doc NEWS README COPYING CREDITS ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_appdatadir}/%{name}.appdata.xml
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/hexalate.xpm
%{_mandir}/man6/%{name}.6.*
#--------------------------------------

%prep
%setup -q
perl -pi -e "s|/usr/local|/usr|" %{name}.pro

%build
%setup_compile_flags
%qmake_qt5
%make


%install
%makeinstall_qt 
%{find_lang} %{name} --with-qt
%if %{mdvver} >= 201610
mkdir -p %{buildroot}%{_appdatadir}
cp -pr %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml \
	%{buildroot}%{_appdatadir}/%{name}.appdata.xml 
rm -fr %{buildroot}%{_datadir}/appdata
%endif


%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 


%changelog

* Sat Feb 11 2017 abfonly <abfonly@gmail.com> 1.1.0-1
- (de9fdeb) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10405 |14cu|hexchat-2.12.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A popular and easy to use graphical IRC (chat) client
Name:		hexchat
Version:	2.12.3
Release:	1
License:	GPLv2+
Group:		Networking/IRC
Url:		http://www.hexchat.org
Source0:	http://dl.hexchat.net/hexchat/%{name}-%{version}.tar.xz
Patch0:		hexchat-2.10.2-desktop.patch
Patch1:		hexchat-pci.ids-path.patch
BuildRequires:	desktop-file-utils
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	gettext-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(libcanberra)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(libsexy)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)

%description
HexChat is an easy to use graphical IRC chat client for the X Window System.
It allows you to join multiple IRC channels (chat rooms) at the same time, 
talk publicly, private one-on-one conversations etc. Even file transfers
are possible.

%files -f %{name}.lang
%dir %{_libdir}/hexchat
%dir %{_libdir}/hexchat/plugins
%{_bindir}/hexchat
%{_libdir}/hexchat/plugins/checksum.so
%{_libdir}/hexchat/plugins/doat.so
%{_libdir}/hexchat/plugins/lua.so
%{_libdir}/hexchat/plugins/fishlim.so
%{_libdir}/hexchat/plugins/sysinfo.so
%{_libdir}/hexchat/plugins/perl.so
%{_libdir}/hexchat/plugins/python.so
%{_datadir}/applications/hexchat.desktop
%{_iconsdir}/hicolor/*/apps/*.*g
%{_datadir}/dbus-1/services/org.hexchat.service.service
%{_datadir}/appdata/hexchat.appdata.xml
%{_mandir}/man1/%{name}.1.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
NOCONFIGURE=1 ./autogen.sh
find -type f -exec chmod a-x {} \;
find -name configure -exec chmod a+x {} \;

%configure2_5x \
	--enable-ipv6 \
	--enable-spell=libsexy \
	--enable-shm

%make

%install
%makeinstall_std

#(tpg) remove these files
rm -rf %{buildroot}%{_includedir}/hexchat-plugin.h
rm -rf %{buildroot}%{_libdir}/pkgconfig/hexchat-plugin.pc

%find_lang %{name}

%changelog

* Sun Nov 27 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.12.3-1
- (567d5ce) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10406 |14cu|hg-git-0.8.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mercurial plugin for communicating with Git servers
Name:		hg-git
Version:	0.8.5
Release:	1
License:	GPLv2
Group:		Development/Other
Url:		http://hg-git.github.com/
Source0:	http://pypi.python.org/packages/source/h/%{name}/%{name}-%{version}.tar.gz
Requires:	mercurial >= 1.3
Requires:	python-dulwich >= 0.8.0
BuildRequires:  python-devel
BuildRequires:	python-dulwich >= 0.8.0
BuildArch:	noarch

%description
This is the Hg-Git plugin for Mercurial, adding the ability to push to
and pull from a Git server repository from Mercurial. This means you
can collaborate on Git based projects from Mercurial, or use a Git
server as a collaboration point for a team with developers using both
Git and Mercurial.

%prep
%setup -q

%install

PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
cat <<EOF > hg-git.rc
[extensions]
hgext.bookmarks =
hggit = %{py_puresitedir}/hggit
EOF

%__install -m 755 -d %{buildroot}%{_sysconfdir}/mercurial/hgrc.d
%__install -m 644 hg-git.rc %{buildroot}%{_sysconfdir}/mercurial/hgrc.d/

%clean

%files
%config(noreplace) %{_sysconfdir}/mercurial/hgrc.d/hg-git.rc
%{py_puresitedir}/hg_git*
%{py_puresitedir}/hggit*

%changelog

* Sat Sep 17 2016 alzim <alzim@bk.ru> 0.8.5-1
- (89fa20d) Merge pull request #1 from import/hg-git:rosa2016.1
- (89fa20d) Updated to 0.8.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10407 |14cu|hiawatha-10.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An advanced and secure webserver for Unix
Name:		hiawatha
Version:	10.3
Release:	1
License:	GPLv2
Group:		System/Servers
Url:		http://www.hiawatha-webserver.org/
Source0:	http://www.hiawatha-webserver.org/files/%{name}-%{version}.tar.gz
Source1:	hiawatha.service
Source2:	hiawatha.tmpfiles
BuildRequires:	libxslt-devel
BuildRequires:	pkcs11-helper-devel
BuildRequires:	polarssl-devel
BuildRequires:	cmake >= 2.8.4
Requires(preun):rpm-helper
Requires(post):	rpm-helper
Provides:	webserver


%description
Hiawatha is an advanced and secure webserver for Unix. It has been written 
with 'being secure' as its main goal. This resulted in a webserver which 
has for example DoS protection, connection control and traffic throttling. 
It has of course also thoroughly been checked and tested for buffer overflows

%prep
%setup -q
rm -rf polarssl

%build
%cmake -DENABLE_MONITOR:BOOL=ON \
        -DCMAKE_SKIP_RPATH:BOOL=OFF \
        -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=var \
	-DCMAKE_INSTALL_PREFIX:PATH="" \
        -DCMAKE_INSTALL_BINDIR:PATH=%{_bindir} \
	-DCMAKE_INSTALL_SBINDIR:PATH=%{_sbindir} \
        -DCMAKE_INSTALL_MANDIR:PATH=%{_mandir} \
	-DLOG_DIR="%{_localstatedir}/log/hiawatha" \
        -DPID_DIR="%{_localstatedir}/run" \
	-DWORK_DIR="%{_localstatedir}/lib/hiawatha" \
        -DENABLE_CACHE=On \
	-DENABLE_IPV6=On \
        -DENABLE_RPROXY=On \
	-DENABLE_SSL=On \
        -DENABLE_TOMAHAWK=On \
	-DENABLE_TOOLKIT=On \
        -DENABLE_XSLT=On \
	-DENABLE_ZLIB_SUPPORT=On \
        -DUSE_SYSTEM_POLARSSL=On

%make

%install
pushd build
%makeinstall_std
install -d -m 755 %{buildroot}/var/log/%{name}
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -D -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/hiawatha.service

#logrotate..

cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
%{_logdir}/%{name}/*.log {
    size=10M
    rotate 5
    weekly
    missingok
    notifempty
    postrotate
    service %{name} reload
    endscript
}
EOF


#run as apache  user
sed "s/#ServerId = www-data/ServerId = apache/" -i %{buildroot}%{_sysconfdir}/hiawatha/hiawatha.conf

popd

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%attr(4755,root,root) %{_sbindir}/cgi-wrapper
%attr(0755,root,root) %{_bindir}/ssi-cgi
%attr(0755,root,root) %{_sbindir}/wigwam
%attr(0755,root,root) %{_sbindir}/%{name}

%dir %{_sysconfdir}/%{name}
%{_sysconfdir}/%{name}/*
%{_mandir}/*/*.*
%{_sysconfdir}/logrotate.d/%{name}
%{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf
%{_libdir}/hiawatha/*
%{_localstatedir}/www/%{name}/index.html
%dir %attr(-,apache,apache) %{_localstatedir}/log/%{name}/

%changelog

* Sat Sep 17 2016 alzim <alzim@bk.ru> 10.3-1
- (3ad50b3) Merge pull request #2 from import/hiawatha:rosa2016.1
- (3ad50b3) Updated to 10.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10408 |14cu|hiera-1.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           hiera
Version:        1.3.4
Release:        1%{?dist}
Summary:        A simple hierarchical database supporting plugin data sources

Group:          Monitoring
License:        ASL 2.0
URL:            http://projects.puppetlabs.com/projects/%{name}/
Source0:        http://downloads.puppetlabs.com/hiera/%{name}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  rubygem(rspec)
BuildRequires:  rubygem(mocha)
BuildRequires:  ruby-devel

%description
A simple hierarchical database supporting plugin data sources.

%prep
%setup -q

%build
# Nothing to build

%install
mkdir -p %{buildroot}%{ruby_vendorlibdir}
mkdir -p %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}%{_bindir}
cp -pr lib/hiera %{buildroot}%{ruby_vendorlibdir}
cp -pr lib/hiera.rb %{buildroot}%{ruby_vendorlibdir}
install -p -m0755 bin/hiera %{buildroot}%{_bindir}
install -p -m0644 ext/hiera.yaml %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}%{_var}/lib/hiera

%check
%if 0%{?with_checks}
ruby spec/spec_helper.rb
%endif

%clean

%files
%defattr(-,root,root,-)
%{_bindir}/hiera
%{ruby_vendorlibdir}/hiera.rb
%{ruby_vendorlibdir}/hiera
%dir %{_var}/lib/hiera
%config(noreplace) %{_sysconfdir}/hiera.yaml
%doc COPYING README.md LICENSE



%changelog
* Mon Mar 16 2015 Sergey A. Sokolov <sokol@xi-ix.org> 1.3.4-1
+ Revision: 9c69ea4
- init



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10409 |14cu|higan-0.094-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define major		1
%define libananke %mklibname ananke %{major}
%define vernumber 094

Name:           higan
Version:        0.%{vernumber}
Release:        1
Summary:        Nintendo emulator focused on accuracy
License:        GPLv3
Group:          Emulators
Url:            http://byuu.org/emulation/higan/
Source0:        http://files.byuu.org/download/higan_v%{vernumber}-source.tar.xz
Source100:      higan.rpmlintrc
Patch1:         Makefile_no_home_folder.patch

BuildRequires:  pkgconfig(QtCore)
BuildRequires:  pkgconfig(QtGui)
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(ao)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(libpulse)
BuildRequires:  pkgconfig(libpulse-simple)
BuildRequires:  pkgconfig(libudev)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xv)
BuildRequires:  desktop-file-utils

Requires:       %{libananke} = %{EVRD}
# Although initially a stand-alone emulator, 
# it is now part of higan, a Nintendo multi-system emulator.
# Sorry for the GTK part, no longer developed.
Obsoletes:	bsnes-binary < %{EVRD}
Obsoletes:	bsnes-qt4-compatibility < %{EVRD}
Obsoletes:	bsnes-gtk-compatibility < %{EVRD}
Obsoletes:	bsnes-qt4-accuracy < %{EVRD}
Obsoletes:	bsnes-gtk-accuracy < %{EVRD}
Obsoletes:	bsnes-qt4-performance < %{EVRD}
Obsoletes:	bsnes-gtk-performance < %{EVRD}

%rename bsnes

%description
%{name} is an emulator that began development 
on 14 October 2004. 
The purpose of the
emulator is a bit different from other emulators: 
it focuses on accuracy,
debugging functionality, and clean code.
The emulator does not focus on things that would 
hinder accuracy.
This includes speed and game-specific 
hacks for compatibility. 
As a result, the minimum system requirements 
for %{name} are quite high.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_datadir}/pixmaps/%{name}.png
#-----------------------------------------------------------
%package -n	%{libananke}
Summary:        The ananke decompress library
Group:          Emulators

%description -n %{libananke}
This library decompresses the roms which are loaded by higan


%files -n %{libananke}
%{_libdir}/libananke.so.%{major}
%{_libdir}/libananke.so
#-----------------------------------------------------------

%prep
%setup -qn %{name}_v%{vernumber}-source
%patch1 -p1

# linting
find . -type f -not -name \*.sh -exec chmod 644 {} \;
perl -pi -e 's,sudo,,g;' */Makefile
perl -pi -e 's,/usr/,\$(prefix)/,g;' shaders/Makefile target-ethos/Makefile
perl -pi -e 's,march=native,march=k8,g;' Makefile

%build
echo %{_lib}
export prefix=/usr
moc -i -o phoenix/qt/platform.moc phoenix/qt/platform.moc.hpp
%make -C ananke
%make phoenix=qt

%install
mkdir -p %{buildroot}%{_libdir}
export prefix=%{buildroot}/usr

chmod -R o-w %{buildroot}/usr
(cd ananke && make path=%{buildroot}%{_libdir} install)
rm %{buildroot}%{_libdir}/libananke.so
ln -s libananke.so.%{major} %{buildroot}/%{_libdir}/libananke.so
make install
find %{buildroot}%{_datadir}/%{name} -type d -exec chmod 755 {} \;
find %{buildroot}%{_datadir}/%{name} -type f -exec chmod 644 {} \;

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Sat Jul 25 2015 abfonly <abfonly@gmail.com> 0.094-1
- (46e989c) Log: Update to 0.094
- (46e989c) bsnes is part of higan project now
- (46e989c) GTK UI was dropped upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10410 |14cu|higgins-0.15.392-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: higgins.spec
# For git do:
# git clone  https://github.com/kokoko3k/higgins.git
######################################################

Summary:	Gambas3 apps launcher
Name:		higgins
Version:	0.15.392
Release:	1
Url:		https://github.com/kokoko3k/higgins
Source0:	https://github.com/kokoko3k/higgins/archive/%{version}.tar.gz
License:	GPLv3
Group:		Development/Basic
BuildRequires:	gambas3-devel >= 3.9.2
BuildRequires:	gambas3-runtime >= 3.9.2
BuildRequires:	gambas3-gb-args >= 3.9.2
BuildRequires:	gambas3-gb-image >= 3.9.2
BuildRequires:	gambas3-gb-qt5 >= 3.9.2
BuildRequires:	gambas3-gb-form >= 3.9.2
BuildRequires:	gambas3-gb-dbus >= 3.9.2
BuildRequires:	gambas3-gb-desktop >= 3.9.2
BuildRequires:	gambas3-gb-settings >= 3.9.2
BuildRequires:	gambas3-gb-gui >= 3.9.2
BuildRequires:	gambas3-gb-image >= 3.9.2
BuildRequires:	gambas3-gb-image-effect >= 3.9.2
BuildRequires:	gambas3-gb-net >= 3.9.2
BuildRequires:	gambas3-gb-util >= 3.9.2
BuildRequires:	gambas3-gb-web >= 3.9.2
BuildRequires:	gambas3-gb-inotify >= 3.9.2
BuildRequires:	imagemagick
BuildRequires:	xbindkeys
BuildRequires:	desktop-file-utils

Requires:	gambas3-runtime >= 3.9.2
Requires:	gambas3-gb-args >= 3.9.2
Requires:	gambas3-gb-image >= 3.9.2
Requires:	gambas3-gb-qt5 >= 3.9.2
Requires:	gambas3-gb-form >= 3.9.2
Requires:	gambas3-gb-dbus >= 3.9.2
Requires:	gambas3-gb-desktop >= 3.9.2
Requires:	gambas3-gb-settings >= 3.9.2
Requires:	gambas3-gb-gui >= 3.9.2
Requires:	gambas3-gb-image >= 3.9.2
Requires:	gambas3-gb-image-effect >= 3.9.2
Requires:	gambas3-gb-net >= 3.9.2
Requires:	gambas3-gb-util >= 3.9.2
Requires:	gambas3-gb-web >= 3.9.2
Requires:	gambas3-gb-util-web >= 3.9.2
Requires:	gambas3-gb-inotify >= 3.9.2
Requires:	gambas3-gb-inotify >= 3.9.2
Requires:	xbindkeys
BuildArch:	noarch

AutoReqProv:	no

%description
Application launcher starts applications and search for things.
* Evaluate expressions (calculator) 
* Find recently opened document
* Find desktop applications
* Find executables
* Find local bookmarks
* Lists the content of folders
* Find files by indexing user-specified folders
* Support external plugins; 
    take a look to External_plugin_locate.sh for an example.

%files
%doc README.* LICENSE.*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}/
%{_appdatadir}/higgins.appdata.xml

#-------------------------------------------------------
%prep
%setup -q

%build
gbc3 -e -a -g -t -p -m
gba3


%install
# binary
mkdir -p %{buildroot}%{_bindir}
install -m755 %{name}-%{version}.gambas %{buildroot}%{_bindir}/%{name}
# data
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr backgrounds/ %{buildroot}%{_datadir}/%{name}

# menu entry

desktop-file-edit higgins.desktop --add-category=FileManager \
  --add-category=Utility \
  --add-category=FileTools
 
  
install -D -m644 higgins.desktop %{buildroot}%{_datadir}/applications/higgins.desktop
install -D -m644 higgins.appdata.xml %{buildroot}%{_appdatadir}/higgins.appdata.xml

# Icon
for size in 256 48 32 16; do
  install -d %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps
  convert appicon.png -resize ${size} %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/%{name}.png
done


%changelog

* Thu Sep 21 2017 abfonly <abfonly@gmail.com> 0.15.392-1
- (6554987) Log: Update to 0.15.392
- (6554987) Search for icons in _root_ path too (/usr/share/icons/icon.ext)
- (6554987) Finish italian translation
- (6554987) Catch errors in textbox1_keypress
- (6554987) Indexing is completely unblocking now
- (6554987) Honour _Path=_ found in desktop files
- (6554987) Fixed a crash when pasting string at the the very first start
- (6554987) plugin_executable: do not search for empty strings
- (6554987) Auto-trim search terms.
- (6554987) Plugin_find: allow to ignore hidden files
- (6554987) Plugin_find: Explain what _match full path_ does (tooltip)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10411 |14cu|hiredis-0.10.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname hiredis %{major}
%define devname %mklibname hiredis -d

Summary:	A minimalistic C client library for Redis
Name:		hiredis
Version:	0.10.1
Release:	3
License:	BSD
Group:		System/Libraries
Url:		https://github.com/antirez/hiredis
Source0:	antirez-%{name}-v%{version}-28-gd5d8843.tar.gz
Patch0:		hiredis-0.10.1-major.patch

%description
Hiredis is a minimalistic C client library for the Redis database.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A minimalistic C client library for Redis
Group:		System/Libraries

%description -n %{libname}
Hiredis is a minimalistic C client library for the Redis database.

%files -n %{libname}
%doc COPYING
%{_libdir}/libhiredis.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries for hiredis C development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and libraries to develop applications
using a Redis database.

%files -n %{devname}
%doc README.md
%{_includedir}/%{name}
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -qn antirez-%{name}-d5d8843
%patch0 -p1

%build
%make \
	OPTIMIZATION="%{optflags}" \
	LDFLAGS="%{ldflags}"

%install
make install \
	PREFIX=%{buildroot}%{_prefix} \
	INSTALL_LIBRARY_PATH=%{buildroot}%{_libdir}

rm -f `find %{buildroot} -name *.*a`


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.1-3
- (e674f5f) Fix library major
- (e674f5f) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10412 |14cu|hobbit-4.2.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hobbit network monitor
Name:		hobbit
Version:	4.2.0
Release:	16
License:	GPL
Group:		Networking/Other
Url:		http://%{name}mon.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Source1:	do_devmon.c
Patch0:		hobbit-4.1.2-ignore-cdrom.patch
Patch1:		hobbit-4.1.2-fix-apache-alias.patch
Patch2:		hobbit-4.1.2p1-client-send-msgs.patch
Patch3:		http://www.hswn.dk/hobbitsw/patches/allinone.patch
Patch4:		empty-dirinclude.patch
Patch5:		http://bbwin.sourceforge.net/download/bbwin_4.2.patch
# From devmon 0.3.0rc1 extras/
Patch6:		hobbit-4.2.0-devmon.patch
Patch7:		hobbit-4.2.0-fix-critical-confreport.patch
Patch8:		hobbit-4.2.0-increase-nk-priorities.patch
Patch9:		hobbit-4.2.0-sslv2.patch
BuildRequires:	fping
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(librrd)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(openssl)
Requires:	%{name}-client = %{EVRD}
Requires:	rrdtool
Requires(pre):	%{name}-client
Requires(pre):	apache
Requires(pre):	rpm-helper
Conflicts:	%{name}-client < 4.2.0-2

%description
Hobbit is a system for monitoring your network servers and
applications. It is heavily inspired by the Big Brother
tool, but is a complete re-implementation with a lot of added
functionality and performance improvements.

%files
%doc README README.CLIENT Changes* COPYING CREDITS
%attr(644,root,root) %doc %{_mandir}/man*/*
%exclude %{_mandir}/man1/bb.*
%exclude %{_mandir}/man1/bbcmd.*
%exclude %{_mandir}/man1/bbdigest.*
%exclude %{_mandir}/man1/clientupdate.*
%exclude %{_mandir}/man1/logfetch.*
%exclude %{_mandir}/man1/orcahobbit.*
%exclude %{_mandir}/man5/hobbitlaunch.cfg*
%exclude %{_mandir}/man8/hobbitlaunch.*
%exclude %{_mandir}/man8/msgcache.*
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/*.cfg*
%dir %{_sysconfdir}/%{name}/hobbitgraph.d
%exclude %{_sysconfdir}/%{name}/*client*.cfg
%exclude %{_sysconfdir}/%{name}/*client*.cfg
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/bb-*
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/*.csv
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}-apache.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/web
%{_initrddir}/%{name}
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/cgi-bin
%{_libdir}/%{name}/cgi-secure
%{_libdir}/%{name}/tmp
%{_libdir}/%{name}/server
%{_bindir}/*
%attr(775,%{name},%{name}) %dir %{_localstatedir}/%{name}/www
%attr(775,%{name},apache) %dir %{_localstatedir}/%{name}/www/rep
%attr(775,%{name},apache) %dir %{_localstatedir}/%{name}/www/snap
%attr(644,root,root) %config(noreplace) %{_localstatedir}/%{name}/www/menu/*
%{_localstatedir}/%{name}/www/gifs
%{_localstatedir}/%{name}/www/help
%{_datadir}/%{name}
%defattr(-,%{name},%{name})
%dir %{_localstatedir}/%{name}
%dir %{_localstatedir}/%{name}/histlogs
%dir %{_localstatedir}/%{name}/tmp
%dir %{_localstatedir}/%{name}/hist
%dir %{_localstatedir}/%{name}/rrd
%dir %{_localstatedir}/%{name}/acks
%dir %{_localstatedir}/%{name}/www/notes

%post
if [ $1 == 1 ]
then /etc/init.d/httpd reload
fi
%_post_service %{name}
/sbin/chkconfig --list %{name}-client |grep -q on && /sbin/chkconfig %{name}-client off ||:

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%package client
Summary:	Hobbit client reporting data to the Hobbit server
Group:		Networking/Other
Requires(pre):	rpm-helper

%description client
This package contains a client for the Hobbit monitor. Clients
report data about the local system to the monitor, allowing it
to check on the status of the system load, filesystem utilisation,
processes that must be running etc.

%files client
%doc README README.CLIENT Changes* COPYING CREDITS
%attr(644,root,root) %doc %{_mandir}/man1/bb.*
%attr(644,root,root) %doc %{_mandir}/man1/bbcmd.*
%attr(644,root,root) %doc %{_mandir}/man1/bbdigest.*
%attr(644,root,root) %doc %{_mandir}/man1/clientupdate.*
%attr(644,root,root) %doc %{_mandir}/man1/logfetch.*
%attr(644,root,root) %doc %{_mandir}/man1/orcahobbit.*
%attr(644,root,root) %doc %{_mandir}/man5/hobbitlaunch.cfg*
%attr(644,root,root) %doc %{_mandir}/man8/hobbitlaunch.*
%attr(644,root,root) %doc %{_mandir}/man8/msgcache.*
%{_libdir}/%{name}/client
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*client*.cfg
%dir %{_sysconfdir}/%{name}/hobbitlaunch.d
%attr(755,root,root) %{_initrddir}/%{name}-client
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}-client
%attr(755,%{name},%{name}) %dir %{_logdir}/%{name}
%attr(755,%{name},%{name}) %dir %{_localstatedir}/%{name}-client

%pre client
if getent passwd %{name} 1>/dev/null 2>&1
then
echo "%{name} user present"
else
%_pre_useradd %{name} %{_libdir}/%{name} /bin/sh
fi
gpasswd -a hobbit adm

%post client
# if no server is installed, start the client via init script
if [ -f /etc/init.d/%{name} ]
then
echo "server package installed, not starting client at boot"
else
%_post_service %{name}-client
fi

%preun client
%_preun_service %{name}-client

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch3 -p0
%patch4 -p0
%patch5 -p0
%patch6 -p1 -b .devmon
cp %{SOURCE1} hobbitd/rrd/
%patch7 -p1
%patch8 -p1
%patch9 -p1
#%patch2 -p1
# test should really check for RC -ne 127 (file not found), 1 is also acceptable
perl -pi -e 's/-eq 0/-ne 127/g' build/fping.sh

%build
export ENABLESSL=y \
ENABLELDAP=y \
ENABLELDAPSSL=y \
BBUSER=%{name} \
BBTOPDIR=%{_libdir}/%{name} \
BBVAR=%{_localstatedir}/%{name} \
BBHOSTURL=/%{name} \
CGIDIR=%{_libdir}/%{name}/cgi-bin \
BBCGIURL=/%{name}-cgi \
SECURECGIDIR=%{_libdir}/%{name}/cgi-secure \
SECUREBBCGIURL=/%{name}-seccgi \
HTTPDGID=apache \
BBLOGDIR=%{_logdir}/%{name} \
BBHOSTNAME=localhost \
BBHOSTIP=127.0.0.1 \
MANROOT=%{_mandir} \
BARS=all \
USENEWHIST=y \
PIXELCOUNT=960 \
INSTALLBINDIR=%{_libdir}/%{name}/server/bin \
INSTALLETCDIR=%{_sysconfdir}/%{name} \
INSTALLWEBDIR=%{_sysconfdir}/%{name}/web \
INSTALLEXTDIR=%{_libdir}/%{name}/server/ext \
INSTALLTMPDIR=%{_localstatedir}/%{name}/tmp \
INSTALLWWWDIR=%{_localstatedir}/%{name}/www \
CONFTYPE=server \
USEHOBBITPING=n
./configure

perl -pi -e 's/ch(own|grp)/echo chown/g' web/Makefile
PKGBUILD=1 make

%install
INSTALLROOT=%{buildroot}/ PKGBUILD=1 make install
mkdir -p %{buildroot}/%{_initrddir}
which install
install -m755 rpm/%{name}-client.init %{buildroot}/%{_initrddir}/%{name}-client
mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig
install rpm/%{name}-client.default %{buildroot}/%{_sysconfdir}/sysconfig/%{name}-client
mkdir -p %{buildroot}/%{_bindir}
ln -s %{_libdir}/%{name}/server/bin/bb{,cmd} %{buildroot}/%{_bindir}
rmdir %{buildroot}/%{_libdir}/%{name}/client/tmp
mkdir -p %{buildroot}/%{_localstatedir}/%{name}-client
ln -s %{_localstatedir}/%{name}-client %{buildroot}/%{_libdir}/%{name}/client/tmp
ln -s %{_localstatedir}/%{name}/tmp %{buildroot}/%{_libdir}/%{name}/tmp
rmdir %{buildroot}/%{_libdir}/%{name}/client/logs
perl -pi -e 's!^BBDISP=.*!include /var/run/%{name}client-runtime.cfg!;s/^BBDISPLAYS=.*$//g' %{buildroot}/%{_libdir}/%{name}/client%{_sysconfdir}/%{name}client.cfg

echo "directory %{_sysconfdir}/%{name}/hobbitlaunch.d" >> %{buildroot}/%{_sysconfdir}/%{name}/hobbitlaunch.cfg
echo "directory %{_sysconfdir}/%{name}/hobbitgraph.d" >> %{buildroot}/%{_sysconfdir}/%{name}/hobbitgraph.cfg
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/{hobbitlaunch,hobbitgraph,clientlaunch}.d

install -m755 rpm/%{name}-init.d %{buildroot}/%{_initrddir}/%{name}
mkdir -p %{buildroot}/%{_sysconfdir}/httpd/conf.d
mv %{buildroot}/%{_sysconfdir}/%{name}/%{name}-apache.conf %{buildroot}/%{_sysconfdir}/httpd/conf.d/
mkdir -p %{buildroot}/%{_sysconfdir}/logrotate.d
install -m644 rpm/%{name}.logrotate %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}

install -d %{buildroot}/%{_datadir}/%{name}/www
mv %{buildroot}%{_localstatedir}/%{name}/www/{gifs,help} %{buildroot}/%{_datadir}/%{name}/www
ln -s %{_datadir}/%{name}/www/{gifs,help} %{buildroot}%{_localstatedir}/%{name}/www/
export DONT_CLEANUP=1
touch %{buildroot}/%{_sysconfdir}/%{name}/%{name}-nkview.cfg.bak
# end of server-only stuff

ln -s %{_logdir}/%{name} %{buildroot}/%{_libdir}/%{name}/client/logs
mv %{buildroot}/%{_libdir}/%{name}/client/etc/*.cfg %{buildroot}/%{_sysconfdir}/%{name}/
rmdir %{buildroot}/%{_libdir}/%{name}/client/etc
ln -sf %{_sysconfdir}/%{name} %{buildroot}/%{_libdir}/%{name}/client/etc
echo "directory %{_sysconfdir}/%{name}/hobbitlaunch.d" >> %{buildroot}/%{_sysconfdir}/%{name}/clientlaunch.cfg

perl -pi -e 's,\$HOBBITCLIENTHOME,\$HOME/client,g' %{buildroot}/%{_sysconfdir}/%{name}/hobbitclient.cfg
perl -pi -e 's,/etc/default/,%{_sysconfdir}/sysconfig/,g;s,su (-c .+) (- hobbit),su $2 $1,g;s,/usr/lib,%{_libdir},g' %{buildroot}/%{_initrddir}/hobbit*

chmod u+w %{buildroot}%{_libdir}/%{name}/client/bin/*


%changelog

* Fri Mar 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.0-16
- (570d046) Add patch to fix build with OpenSSL built without SSLv2 support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10413 |14cu|homebank-5.0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Free easy personal accounting for all
Name:		homebank
Version:	5.0.9
Release:	1
License:	GPLv2+
Group:		Office
Url:		http://homebank.free.fr
Source0:	http://homebank.free.fr/public/%{name}-%{version}.tar.gz
Patch0:		desktop.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libofx)

%description
HomeBank is the free software you have always wanted to manage your personal
accounts at home. The main concept is to be light, simple and very easy to use.
It brings you many features that allows you to analyze your finances in a
detailed way instantly and dynamically with powerful report tools based on
filtering and graphical charts.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README doc/TODO
%{_bindir}/%{name}
%dir %{_datadir}/%{name}/
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/icons/hicolor/??x??/apps/%{name}.png
%{_datadir}/icons/hicolor/???x???/apps/%{name}.png
%{_datadir}/%{name}/*
%{_datadir}/mime-info/%{name}.*
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/application-registry/%{name}.applications

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Sat Sep 17 2016 alzim <alzim@bk.ru> 5.0.9-1
- (042fc55) Merge pull request #2 from import/homebank:rosa2016.1
- (042fc55) Updated to 5.0.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10414 |14cu|horde-dimp-1.1.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	dimp

%define __noautoreq 'pear\\(Horde.*\\)'

Name:		horde-%{module}
Version:	1.1.8
Release:	5
Summary:	The Horde Dynamic Internet Messaging Program
License:	GPL
Group:		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Requires(post):	rpm-helper
Requires:	horde >= 3.0
BuildArch:	noarch

%description
IMP is a project to create a version of IMP utilizing AJAX-like technologies to
allow a more dynamic user experience (thus DIMP... Dynamic IMP).

%prep
%setup -q -n %{module}-h3-%{version}

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// DIMP Horde configuration file
//
 
$this->applications['dimp'] = array(
    'fileroot' => $this->applications['horde']['fileroot'] . '/dimp',
    'webroot' => $this->applications['horde']['webroot'] . '/dimp',
    'name' => _("Dynamic Mail"),
    'status' => 'notoolbar',
    'target' => '_parent',
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR js %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi

%files
%doc README COPYING docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}


%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 1.1.8-5
- (9ee5460) Updated to 1.1.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10415 |14cu|horde-imp-4.3.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	imp
%define __noautoreq /usr/bin/php

Name:		horde-%{module}
Version:	4.3.11
Release:	6
Summary:	The Horde Internet Messaging Program

License:	GPL
Group:		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Patch0:      	imp-h3-4.3-fix-constant-loading.patch
Requires:	horde >= 3.3.8
Requires:	php-imap
Requires:	php-ldap
BuildArch:	noarch

%description
IMP is the Internet Messaging Program, one of the Horde applications.
It provides webmail access to IMAP and POP3 accounts.

%prep
%setup -q -n %{module}-h3-%{version}
%patch0 -p 1

# fix perms
chmod 644 locale/da_DK/help.xml

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Imp Horde configuration file
//
 
$this->applications['imp'] = array(
    'fileroot' => $this->applications['horde']['fileroot'] . '/imp',
    'webroot'  => $this->applications['horde']['webroot'] . '/imp',
    'name'     => _("Mail"),
    'status'   => 'active',
    'provides' => array('mail', 'contacts/favouriteRecipients')
);

$this->applications['imp-folders'] = array(
    'status'      => 'block',
    'app'         => 'imp',
    'blockname'   => 'tree_folders',
    'menu_parent' => 'imp'
);
?>
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR js %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

# fix script shellbang
for file in `find %{buildroot}%{_datadir}/horde/%{module}/scripts`; do
	perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|' $file
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi


%files
%doc README COPYING docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 4.3.11-6
- (99bcf90) Updated to 4.3.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10416 |14cu|horde-ingo-1.2.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	ingo
%define __noautoreq /usr/bin/php

Name:           horde-%{module}
Version:        1.2.6
Release:        6
Summary:	The Horde email filter rules Manager

License:	GPL
Group: 		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Patch0:		%{module}-h3-1.2.1-fhs.patch
Requires:	horde >= 3.3.8
Requires: 	horde-imp >= 4.3
BuildArch:	noarch

%description
Ingo is an email filter rules manager.

Ingo currently supports the following filtering drivers:

    * Sieve (using timsieved)
    * procmail (using VFS FTP driver)
    * IMAP client-side filtering

Ingo has replaced IMP's internal filtering code and is the default filtering
agent in IMP H3 (4.0).

%prep
%setup -q -n %{module}-h3-%{version}
%patch0 -p 1

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Ingo Horde configuration file
//
 
$this->applications['ingo'] = array(
    'fileroot'    => $this->applications['horde']['fileroot'] . '/ingo',
    'webroot'     => $this->applications['horde']['webroot'] . '/ingo',
    'name'        => _("Filters"),
    'status'      => 'active',
    'provides'    => array('mail/blacklistFrom', 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist', 'mail/applyFilters', 'mail/canApplyFilters', 'mail/showFilters'),
    'menu_parent' => 'imp'
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR js %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

# fix script shellbang
for file in `find %{buildroot}%{_datadir}/horde/%{module}/scripts`; do
	perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|' $file
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi


%files
%doc LICENSE README docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 1.2.6-6
- (3f0603e) Updated to 1.2.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10417 |14cu|horde-kronolith-2.3.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	kronolith
%define	__noautoreq /usr/bin/php

Name: 		horde-%{module}
Version: 	2.3.6
Release: 	6
Summary:	The Horde calendar application

License:	LGPL
Group:		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Requires(post):	rpm-helper
Requires:	horde >= 3.3.5
Requires:	horde-imp >= 4.0
Requires:	php-mcal
Requires:	php-pear-Date
Suggests:	php-pear-Date_Holidays
Suggests:	php-pear-XML_Serializer
BuildArch:	noarch

%description
Kronolith is the Horde calendar application. It provides a stable and
featureful individual calendar system for every Horde user, and
collaboration/scheduling features are starting to take shape. It makes
extensive use of the Horde Framework to provide integration with other
applications.

%prep
%setup -q -n %{module}-h3-%{version}

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Kronolith Horde configuration file
//
 
$this->applications['kronolith'] = array(
    'fileroot'    => $this->applications['horde']['fileroot'] . '/kronolith',
    'webroot'     => $this->applications['horde']['webroot'] . '/kronolith',
    'name'        => _("Calendar"),
    'status'      => 'active',
    'provides'    => 'calendar',
    'menu_parent' => 'organizing'
);

$this->applications['kronolith-menu'] = array(
    'status'      => 'block',
    'app'         => 'kronolith',
    'blockname'   => 'tree_menu',
    'menu_parent' => 'kronolith',
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR js %{buildroot}%{_datadir}/horde/%{module}
cp -pR calendars %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

# fix script shellbang
for file in `find %{buildroot}%{_datadir}/horde/%{module}/scripts`; do
	perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|' $file
done

%post
if [ $1 = 1 ]; then
	# calendar access
	mcalpass=`perl -le'print map { (a..z,A..Z,0..9)[rand 62] } 0..pop' 12`
	htpasswd -b /etc/mpasswd kronolith "$mcalpass"
	perl -pi -e 's|\*\*\*\*|'$mcalpass'|' %{_sysconfdir}/horde/%{module}/conf.xml

	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644

fi

%postun
if [ $1 = 0 ]; then
	htpasswd -bD /etc/mpasswd kronolith ""
fi

%files
%doc README COPYING docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 2.3.6-6
- (8a0d933) Updated to 2.3.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10418 |14cu|horde-mnemo-2.2.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	mnemo
%define __noautoreq /usr/bin/php

Name:           horde-%{module}
Version:        2.2.5
Release:        8
Summary:	The Horde notes and memo application

License:	GPL
Group: 		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Patch:      %{module}-h3-2.2-fix-constant-loading.patch
Requires(post):	rpm-helper
Requires:	horde >= 3.3.5
BuildArch:	noarch

%description
Mnemo is the Horde note manager application.

%prep
%setup -q -n %{module}-h3-%{version}
%patch -p 1

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Mnemo Horde configuration file
//
 
$this->applications['mnemo'] = array(
    'fileroot'    => $this->applications['horde']['fileroot'] . '/mnemo',
    'webroot'     => $this->applications['horde']['webroot'] . '/mnemo',
    'name'        => _("Notes"),
    'status'      => 'active',
    'provides'    => 'notes',
    'menu_parent' => 'organizing'
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR js %{buildroot}%{_datadir}/horde/%{module}
cp -pR notepads %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

# fix script shellbang
for file in `find %{buildroot}%{_datadir}/horde/%{module}/scripts`; do
	perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|' $file
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi


%files
%doc LICENSE README docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 2.2.5-8
- (2e38bb6) Updated to 2.2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10419 |14cu|horde-nag-2.3.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	nag
%define __noautoreq /usr/bin/php

Name:           horde-%{module}
Version:        2.3.7
Release:        6
Summary:	The Horde task list manager

License:	GPL
Group: 		System/Servers
URL:		http://www.horde.org/%{module}
Source0:	ftp://ftp.horde.org/pub/%{module}/%{module}-h3-%{version}.tar.gz
Patch:      %{module}-h3-2.3.1-fix-constant-loading.patch
Requires:	horde >= 3.3.5
BuildArch:	noarch

%description
Nag is the Horde task list application. It stores todo items, things
due later this week, etc. It is very similar in functionality to the
Palm ToDo application.

%prep
%setup -q -n %{module}-h3-%{version}
%patch -p 1

%build

%install
# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration file

<Directory %{_datadir}/horde/%{module}/lib>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/locale>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/scripts>
    Require all denied
</Directory>

<Directory %{_datadir}/horde/%{module}/templates>
    Require all denied
</Directory>
EOF

# horde configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/horde/registry.d
cat > %{buildroot}%{_sysconfdir}/horde/registry.d/%{module}.php <<'EOF'
<?php
//
// Nag Horde configuration file
//
 
$this->applications['nag'] = array(
    'fileroot'    => $this->applications['horde']['fileroot'] . '/nag',
    'webroot'     => $this->applications['horde']['webroot'] . '/nag',
    'name'        => _("Tasks"),
    'status'      => 'active',
    'provides'    => 'tasks',
    'menu_parent' => 'organizing'
);
EOF

# remove .htaccess files
find . -name .htaccess -exec rm -f {} \;

# install files
install -d -m 755 %{buildroot}%{_datadir}/horde/%{module}
cp -pR *.php %{buildroot}%{_datadir}/horde/%{module}
cp -pR themes %{buildroot}%{_datadir}/horde/%{module}
cp -pR js %{buildroot}%{_datadir}/horde/%{module}
cp -pR tasklists %{buildroot}%{_datadir}/horde/%{module}
cp -pR lib %{buildroot}%{_datadir}/horde/%{module}
cp -pR locale %{buildroot}%{_datadir}/horde/%{module}
cp -pR scripts %{buildroot}%{_datadir}/horde/%{module}
cp -pR templates %{buildroot}%{_datadir}/horde/%{module}
cp -pR config %{buildroot}%{_sysconfdir}/horde/%{module}

install -d -m 755 %{buildroot}%{_sysconfdir}/horde
pushd %{buildroot}%{_datadir}/horde/%{module}
ln -s ../../../..%{_sysconfdir}/horde/%{module} config
popd

# activate configuration files
for file in %{buildroot}%{_sysconfdir}/horde/%{module}/*.dist; do
	mv $file ${file%.dist}
done

# fix script shellbang
for file in `find %{buildroot}%{_datadir}/horde/%{module}/scripts`; do
	perl -pi -e 's|/usr/local/bin/php|/usr/bin/php|' $file
done

%clean

%post
if [ $1 = 1 ]; then
	# configuration
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php apache apache 644
	%create_ghostfile %{_sysconfdir}/horde/%{module}/conf.php.bak apache apache 644
fi


%files
%doc COPYING README docs
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/horde/registry.d/%{module}.php
%config(noreplace) %{_sysconfdir}/horde/%{module}
%{_datadir}/horde/%{module}



%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 2.3.7-6
- (f7e2109) Updated to 2.3.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10420 |14cu|horgand-1.14-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name: 	 	horgand
Summary: 	FM organ synthesizer
Version: 	1.14
Release: 	9
Source0:	%{name}-%{version}.tar.bz2
Patch0:		horgand-1.14-adopt-fltk.patch
URL:		http://horgand.berlios.de
License:	GPL
Group:		Sound
BuildRequires:	libalsa-devel jackit-devel fltk-devel pkgconfig(sndfile)
BuildRequires:	alsa-utils xpm-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pixman-1)

%description
Horgand is a jack capable organ client with presets and some effects
incorporated. Horgand generates the sound in real time like a FM synthesizer.
You can change the frecuency of all the drawars and add some special effects.

%prep
%setup -q
%patch0 -p0

%build
export LDFLAGS="-lX11 -lpthread"
%configure2_5x
perl -p -i -e "s|-O6|%{optflags}||g" Makefile
%make

%install
mkdir -p %{buildroot}/%{_bindir}
%makeinstall_std PREFIX=%{_prefix}
rm -fr %{buildroot}/%{_docdir}/%{name}

mkdir -p %{buildroot}/etc/modules-load.d
echo "snd_seq" > %{buildroot}/etc/modules-load.d/%{name}.conf

#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Horgand
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=sound_section
Terminal=false
Type=Application
Categories=AudioVideo;Sequencer;
EOF

%post
modprobe snd_seq

%files
%doc AUTHORS ChangeLog README COPYING
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop
/etc/modules-load.d/%{name}.conf


%changelog

* Tue Apr 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.14-9
- (3b94e1c) Fix linking, disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10421 |14cu|hostapd1-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname hostapd

Summary:	Optional user space component for Host AP driver
Name:		hostapd1
Version:	1.1
Release:	3
License:	GPLv2+
Group:		System/Servers
Url:		http://hostap.epitest.fi/hostapd/
Source0:	http://hostap.epitest.fi/releases/%{realname}-%{version}.tar.gz
Source1:	%{realname}.init
Source2:	%{realname}-config-build
Source3:	%{realname}.service
Patch0:		%{realname}-config.patch
Patch1:		hostapd-1.0-libnl_path_fix.patch
Patch2:		hostapd-1.0-tls_length_fix.patch
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(openssl)
Requires(post,preun,postun):	rpm-helper
Conflicts:	%{realname}

%description
Hostapd is an optional user space component for Host AP driver. It adds
more features to the basic IEEE 802.11 management included in the kernel
driver: using external RADIUS authentication server for MAC address
based access control, IEEE 802.1X Authenticator and dynamic WEP keying,
RADIUS accounting.

%files
%doc %{realname}/ChangeLog %{realname}/README
%{_sbindir}/%{realname}
%{_sbindir}/%{realname}_cli
%config(noreplace) %{_initrddir}/%{realname}
%config(noreplace) %{_sysconfdir}/%{realname}/%{realname}.conf
%config(noreplace) %{_sysconfdir}/%{realname}/%{realname}.accept
%config(noreplace) %{_sysconfdir}/%{realname}/%{realname}.deny
%config(noreplace) %{_unitdir}/%{realname}.service

%post
%_post_service %{realname}

%preun
%_preun_service %{realname}

%postun
%_postun_userdel %{realname}

#----------------------------------------------------------------------------

%prep
%setup -qn %{realname}-%{version}
%patch0 -p0 -b .mdkconf
%patch1 -p1 -b .nl3
%patch2 -p1 -b .tls
pushd %{realname}
cp %{SOURCE2} .config
popd

%build
pushd %{realname}
perl -pi -e 's/CFLAGS =.*/CFLAGS = -MMD %{optflags}/' Makefile
%make CC="%{__cc}" #CFLAGS="-MMD %{optflags}"
popd

%install
pushd %{realname}
install -d -m 755 %{buildroot}%{_sbindir}
install -d -m 755 %{buildroot}%{_sysconfdir}/%{realname}
install -d -m 755 %{buildroot}%{_initrddir}
install -d -m 755 %{buildroot}/%{_unitdir}
install -m 755 %{realname}        %{buildroot}%{_sbindir}
install -m 755 %{realname}_cli    %{buildroot}%{_sbindir}
install -m 600 %{realname}.conf   %{buildroot}%{_sysconfdir}/%{realname}
install -m 644 %{realname}.accept %{buildroot}%{_sysconfdir}/%{realname}
install -m 644 %{realname}.deny   %{buildroot}%{_sysconfdir}/%{realname}
install -pm 0755 %{SOURCE1}   %{buildroot}%{_initrddir}/%{realname}
install -pm 644 %{SOURCE3}   %{buildroot}/%{_unitdir}/%{realname}.service
popd


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-3
- (d667fa0) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10422 |14cu|hso-rezero-0.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname hso-udev

Summary:	Tools for Option 3G cards
Name:		hso-rezero
Version:	0.1
Release:	10
License:	GPLv2+
Group:		System/Configuration/Hardware
Url:		http://www.pharscape.org/
# http://www.pharscape.org/component/option,com_forum/Itemid,68/page,viewtopic/t,425/
Source0:	%{oname}.tar.gz
Source2:	49_hso-udev.rules

%description
rezero is a utility to disable the ZeroCD (fake USB CD-Rom)
temporarily at run time for Option 3G cards.

%files
%{_sbindir}/*
%{_udevrulesdir}/*.rules

#----------------------------------------------------------------------------

%prep
%setup -q -c
make clean

%build
%make CC="%__cc %{optflags}"

%install
%makeinstall_std

rm -f %{buildroot}%{_sysconfdir}/udev/rules.d/*.rules

mkdir -p %{buildroot}%{_udevrulesdir}
install -m 644 %{SOURCE2} %{buildroot}%{_udevrulesdir}/


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-10
- (a2bd157) Build with system optflags to fix debug package
- (a2bd157) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10423 |14cu|hsqldb1-1.8.1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global cvs_version 1_8_1_3
%global majorversion 1
Name:          hsqldb1
Version:       1.8.1.3
Release:       6
Group:		Development/Java
Summary:       HyperSQL Database Engine
License:       BSD
URL:           http://hsqldb.sourceforge.net/

Source0:       http://downloads.sourceforge.net/hsqldb/hsqldb_%{cvs_version}.zip
Source1:       http://mirrors.ibiblio.org/pub/mirrors/maven2/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.pom
Patch0:        hsqldb-jdbc-4.1.patch
BuildRequires: ant
BuildRequires: jpackage-utils >= 0:1.5
BuildRequires: junit
BuildRequires: servlet6

Requires:      java
Requires:      servlet6
Requires:      jpackage-utils
BuildArch:     noarch

%description
HSQLdb is a relational database engine written in JavaTM , with a JDBC
driver, supporting a subset of ANSI-92 SQL. It offers a small (about
100k), fast database engine which offers both in memory and disk based
tables. Embedded and server modes are available. Additionally, it
includes tools such as a minimal web server, in-memory query and
management tools (can be run as applets or servlets, too) and a number
of demonstration examples.
Downloaded code should be regarded as being of production quality. The
product is currently being used as a database and persistence engine in
many Open Source Software projects and even in commercial projects and
products! In it's current version it is extremely stable and reliable.
It is best known for its small size, ability to execute completely in
memory and its speed. Yet it is a completely functional relational
database management system that is completely free under the Modified
BSD License. Yes, that's right, completely free of cost or restrictions!

%package javadoc

Summary:       Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n hsqldb

# set right permissions
find . -name "*.sh" -exec chmod 755 \{\} \;
# remove all _notes directories
for dir in `find . -name _notes`; do rm -rf $dir; done
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
find . -name "*.class" -exec rm -f {} \;
find . -name "*.war" -exec rm -f {} \;
# correct silly permissions
chmod -R go=u-w *

%patch0 -p1

cp %{SOURCE1} ./pom.xml

%build
export CLASSPATH=$(build-classpath tomcat-servlet-api junit)
pushd build
ant jar javadoc
popd

%install

# jar
mkdir -p %{buildroot}%{_javadir}
install -m 644 lib/hsqldb.jar %{buildroot}%{_javadir}/%{name}.jar
pushd %{buildroot}%{_javadir}
ln -s %{name}.jar hsqldb.jar
popd

# Maven metadata
mkdir -p %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
# %add_maven_depmap JPP-%{name}.pom %{name}.jar -v "%{majorversion}"

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -r doc/src/* %{buildroot}%{_javadocdir}/%{name}

%files
%doc doc/hsqldb_lic.txt
%{_javadir}/*
#%{_mavendepmapfragdir}/*
%{_mavenpomdir}/*

%files javadoc
%{_javadocdir}/%{name}
%doc doc/hsqldb_lic.txt

%changelog

* Thu Mar 17 2016 Denis Silakov <dsilakov@gmail.com> 1.8.1.3-6
- (8be1d09) Switch to newer servlet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10424 |14cu|hsqldb-2.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pomversion 2.3.0

Name:           hsqldb
Version:        2.3.1
Release:        3
Epoch:          1
Summary:        HyperSQL Database Engine

License:        BSD
URL:            http://hsqldb.sourceforge.net/
Group:          Databases

BuildArch:      noarch

Source0:        http://downloads.sourceforge.net/hsqldb/%{name}-%{version}.zip
Source1:        %{name}-1.8.0-standard.cfg
Source2:        %{name}-1.8.0-standard-server.properties
Source3:        %{name}-1.8.0-standard-webserver.properties
Source4:        %{name}-1.8.0-standard-sqltool.rc
Source5:        http://www.hsqldb.org/repos/org/hsqldb/hsqldb/%{pomversion}/hsqldb-%{pomversion}.pom
# Custom systemd files - talking with upstream about incorporating them, see
# http://sourceforge.net/projects/hsqldb/forums/forum/73673/topic/5367103
Source6:        %{name}.systemd
Source7:        %{name}-wrapper
Source8:        %{name}-post
Source9:        %{name}-stop

# Javadoc fails to create since apidocs folder is deleted and not recreated
Patch0:         %{name}-apidocs.patch
# Package org.hsqldb.cmdline was only compiled with java 1.5
Patch1:         %{name}-cmdline.patch

BuildRequires:  ant
BuildRequires:  jpackage-utils >= 0:1.5
BuildRequires:  junit
BuildRequires:  systemd-units
BuildRequires:  servlet6

Requires:       java
Requires:       servlet6
Requires(pre):  shadow-utils
Requires(post): systemd
Requires(post): systemd-units
Requires(preun):  systemd-units
Requires(postun): systemd-units


%description
HSQLdb is a relational database engine written in JavaTM , with a JDBC
driver, supporting a subset of ANSI-92 SQL. It offers a small (about
100k), fast database engine which offers both in memory and disk based
tables. Embedded and server modes are available. Additionally, it
includes tools such as a minimal web server, in-memory query and
management tools (can be run as applets or servlets, too) and a number
of demonstration examples.
Downloaded code should be regarded as being of production quality. The
product is currently being used as a database and persistence engine in
many Open Source Software projects and even in commercial projects and
products! In it's current version it is extremely stable and reliable.
It is best known for its small size, ability to execute completely in
memory and its speed. Yet it is a completely functional relational
database management system that is completely free under the Modified
BSD License. Yes, that's right, completely free of cost or restrictions!

%package manual
Summary:    Manual for %{name}



%description manual
Documentation for %{name}.

%package javadoc
Summary:    Javadoc for %{name}


Requires:   jpackage-utils

%description javadoc
Javadoc for %{name}.

%package demo
Summary:    Demo for %{name}


Requires:   %{name} = %{epoch}:%{version}-%{release}

%description demo
Demonstrations and samples for %{name}.

%prep
%setup -q -n %{name}-%{version}/%{name}
# set right permissions
find . -name "*.sh" -exec chmod 755 \{\} \;
# remove all _notes directories
for dir in `find . -name _notes`; do rm -rf $dir; done
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
find . -name "*.class" -exec rm -f {} \;
find . -name "*.war" -exec rm -f {} \;
# correct silly permissions
chmod -R go=u-w *

# Fix doc location
sed -i -e 's/doc-src/doc/g' build/build.xml

%patch0 -p1
%patch1 -p1

%build
export CLASSPATH=$(build-classpath \
tomcat-servlet-api \
junit)
pushd build
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
ant hsqldb 
popd

%install
# jar
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 lib/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar
# bin
install -d -m 755 %{buildroot}%{_bindir}
# systemd
install -d -m 755 %{buildroot}%{_unitdir}
install -d -m 755 %{buildroot}%{_prefix}/lib/%{name}
install -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}.service
install -m 755 %{SOURCE7} %{buildroot}%{_prefix}/lib/%{name}/%{name}-wrapper
install -m 755 %{SOURCE8} %{buildroot}%{_prefix}/lib/%{name}/%{name}-post
install -m 755 %{SOURCE9} %{buildroot}%{_prefix}/lib/%{name}/%{name}-stop
# config
install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
# serverconfig
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
install -m 644 %{SOURCE2} %{buildroot}%{_localstatedir}/lib/%{name}/server.properties
install -m 644 %{SOURCE3} %{buildroot}%{_localstatedir}/lib/%{name}/webserver.properties
install -m 600 %{SOURCE4} %{buildroot}%{_localstatedir}/lib/%{name}/sqltool.rc
# lib
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/lib
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -r doc/apidocs/* %{buildroot}%{_javadocdir}/%{name}
# data
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/data
# manual
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp -r doc/* %{buildroot}%{_docdir}/%{name}-%{version}
cp index.html %{buildroot}%{_docdir}/%{name}-%{version}

cd ..
# Maven metadata
install -pD -T -m 644 %{SOURCE5} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
# %add_maven_depmap
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

pushd %{buildroot}%{_localstatedir}/lib/%{name}/lib
    # build-classpath can not be used as the jar is not
    # yet present during the build
    ln -s %{_javadir}/hsqldb.jar hsqldb.jar
    ln -s $(build-classpath tomcat-servlet-api) servlet.jar
popd

%preun
%systemd_preun hsqldb.service

%pre
# Add the "hsqldb" user and group
# we need a shell to be able to use su - later
%{_sbindir}/groupadd -g 96 -f -r %{name} 2> /dev/null || :
%{_sbindir}/useradd -u 96 -g %{name} -s /sbin/nologin \
    -d %{_localstatedir}/lib/%{name} -r %{name} 2> /dev/null || :

%post
%systemd_post hsqldb.service

%postun
%systemd_postun_with_restart hsqldb.service

%triggerun -- hsqldb < 1.8.1.3-9
# Save the current service runlevel info
# User must manually run systemd-sysv-convert --apply httpd
# to migrate them to systemd targets
/usr/bin/systemd-sysv-convert --save hsqldb >/dev/null 2>&1 ||:

# If the package is allowed to autostart:
/bin/systemctl --no-reload enable hsqldb.service >/dev/null 2>&1 ||:

# Run these because the SysV package being removed won't do them
/sbin/chkconfig --del hsqldb >/dev/null 2>&1 || :
/bin/systemctl try-restart hsqldb.service >/dev/null 2>&1 || :

%files
%defattr(-,root,root,-)
%{_javadir}/*
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_unitdir}/%{name}.service
%{_prefix}/lib/%{name}/%{name}-wrapper
%{_prefix}/lib/%{name}/%{name}-post
%{_prefix}/lib/%{name}/%{name}-stop
%attr(0700,hsqldb,hsqldb) %{_localstatedir}/lib/%{name}/data
%{_localstatedir}/lib/%{name}/lib
%{_localstatedir}/lib/%{name}/server.properties
%{_localstatedir}/lib/%{name}/webserver.properties
%attr(0600,hsqldb,hsqldb) %{_localstatedir}/lib/%{name}/sqltool.rc
%dir %{_localstatedir}/lib/%{name}
%{_mavendepmapfragdir}/*
%{_mavenpomdir}/*

%files manual
%doc %{_docdir}/%{name}-%{version}

%files javadoc
%doc %{_javadocdir}/%{name}

%files demo


%changelog

* Wed Mar 16 2016 Denis Silakov <dsilakov@gmail.com> 1:2.3.1-3
- (bc9f110) Updated to modern BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10425 |14cu|ht-2.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	HT editor
Name:		ht
Version:	2.1.0
Release:	1
License:	GPLv2+
Group:		Editors
Url:		http://hte.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		ht-2.1.0-sfmt.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	nasm
BuildRequires:	liblzo-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)

%description
This program is a file viewer, editor and analyzer for text, binary, and
(especially) executable files.

%files
%doc README COPYING
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--enable-release
%make

%install
%makeinstall_std


%changelog

* Fri Aug 26 2016 Rosa <rosa@abf.rosalinux.ru> 2.1.0-1
- (afcd45c) Automatic import for version 2.1.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10426 |14cu|httping-2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A "ping"-like tool for HTTP requests
Name:		httping
Version:	2.5
Release:	1
Group:		System/Base
License:	GPLv2+ 
URL:		http://www.vanheusden.com/httping/
Source0:	http://www.vanheusden.com/httping/httping-%{version}.tar.gz
BuildRequires:	openssl-devel
BuildRequires:	zlib-devel

%description
httping is a "ping"-like tool for HTTP requests. Give it a URL and it will show
how long it takes to connect, send a request, and retrieve the reply (only the
headers). It can be used for monitoring or statistical purposes (measuring
latency).

%prep

%setup -q

%build
%setup_compile_flags

%make OFLAGS="-D_GNU_SOURCE"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 httping %{buildroot}%{_bindir}/httping
install -m0644 httping.1 %{buildroot}%{_mandir}/man1/httping.1

%files
%doc readme.txt license.txt license.OpenSSL
%{_bindir}/httping
%{_mandir}/man1/httping.1*

%changelog

* Sat Sep 17 2016 alzim <alzim@bk.ru> 2.5-1
- (dba1a18) Merge pull request #1 from import/httping:rosa2016.1
- (dba1a18) Updated to 2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10427 |14cu|httptunnel-3.3-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Creates bidirectional virtual data connections tunneled through HTTP
Name:		httptunnel
Version:	3.3
Release:	18
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.nocrew.org/software/httptunnel.html
Source0:	ftp://ftp.nocrew.org/pub/nocrew/unix/%{name}-%{version}.tar.bz2
Source1:	hts.xinetd
Source2:	hts.init
Source3:	hts.sysconfig
Source4:	httptunnel-tmpfiles.conf
Requires:	xinetd
Requires(pre,post,preun,postun):	rpm-helper

%description
httptunnel creates a bidirectional virtual data path tunneled in HTTP
requests. The HTTP requests can be sent via an HTTP proxy if so desired.
This can be useful for users behind restrictive firewalls. If WWW access
is allowed through a HTTP proxy, it's possible to use httptunnel and, say,
telnet or PPP to connect to a computer outside the firewall.

%files
%doc AUTHORS COPYING ChangeLog DISCLAIMER FAQ HACKING NEWS README TODO
%config(noreplace) %{_sysconfdir}/xinetd.d/hts-xinetd
%config(noreplace) %{_sysconfdir}/sysconfig/hts
%{_initrddir}/hts
%{_tmpfilesdir}/%{name}.conf
%ghost %attr(0755,httptunnel,httptunnel) %{_var}/run/%{name}
%{_bindir}/*
%{_mandir}/man1/*

%pre
%_pre_useradd %{name} %{_var}/run/%{name} /bin/false

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service hts

%preun
%_preun_service hts

%postun
%_postun_userdel %{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall

install -m 0644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/xinetd.d/hts-xinetd
install -m 0755 %{SOURCE2} -D %{buildroot}%{_initrddir}/hts
install -m 0644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/sysconfig/hts
install -m 0644 %{SOURCE4} -D %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -d -m 0755 %{buildroot}%{_var}/run/%{name}




%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3-18
- (a6bb26c) Properly handle /var/run/httptunnel
- (a6bb26c) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10428 |14cu|httpunit-1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           httpunit
Version:        1.7
Release:        2
Epoch:          0
Summary:        Automated web site testing toolkit
License:        MIT
Source0:        http://download.sourceforge.net/httpunit/httpunit-%{version}.zip
Patch0:         %{name}.build.patch
Patch1:         %{name}-JavaScript-NotAFunctionException.patch
Patch2:         %{name}-servlettest.patch
Patch3:		httpunit-not-implemented.patch
URL:            http://httpunit.sourceforge.net/
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  nekohtml
BuildRequires:  jtidy
BuildRequires:  locales-en
BuildRequires:  junit >= 0:3.8
BuildRequires:  servlet6
BuildRequires:  javamail >= 0:1.3
BuildRequires:  jaf >= 0:1.0.2
BuildRequires:  rhino
BuildRequires:  unzip
Requires:       junit >= 0:3.8
Requires:       jpackage-utils
Requires:       servlet6
Requires:       jaxp_parser_impl
# As of 1.5, requires either nekohtml or jtidy, and prefers nekohtml.
Requires:       nekohtml
Requires:       rhino
Group:          Development/Java
BuildArch:      noarch
BuildRequires:  java-devel

%description
HttpUnit emulates the relevant portions of browser behavior, including form
submission, JavaScript, basic http authentication, cookies and automatic page
redirection, and allows Java test code to examine returned pages either as
text, an XML DOM, or containers of forms, tables, and links.
A companion framework, ServletUnit is included in the package.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}

%package        doc
Summary:        Documentation for %{name}
Group:          Development/Java
Requires:       %{name}-javadoc

%description    doc
Documentation for %{name}

%package        demo
Summary:        Demo for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description    demo
Demonstrations and samples for %{name}.


%prep
%setup -q
# to create the test and examples jar
%patch0 -p0
# patch to work with rhino 1.5
%patch1 -p0 -b .sav
# add META-INF
%patch2 -p0
%patch3 -p1
# %{__unzip} -qd META-INF lib/httpunit.jar "*.dtd" # 1.6 dist zip is borked
# remove all binary libs and javadocs
find . -name "*.jar" -exec rm -f {} \;
rm -rf doc/api
ln -s \
  %{_javadir}/junit.jar \
  %{_javadir}/jtidy.jar \
  %{_javadir}/nekohtml.jar \
  %{_javadir}/tomcat-servlet-api.jar \
  %{_javadir}/js.jar \
  %{_javadir}/xerces-j2.jar \
  jars


%build
export LC_ALL=en_US.ISO-8859-1
export CLASSPATH=$(build-classpath jaf javamail)
%{ant} -Dbuild.compiler=modern -Dbuild.sysclasspath=last \
  jar javadocs test servlettest testjar examplesjar

%install

mkdir -p %{buildroot}%{_javadir}
cp -p lib/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar

# Jar versioning
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; \
 do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# Javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr doc/api/* %{buildroot}%{_javadocdir}/%{name}

# Avoid having api in doc
rm -rf doc/api

# Fix link between doc and javadoc
pushd doc
ln -sf %{_javadocdir}/%{name}-%{version} api
popd

# Demo
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -p examples/* %{buildroot}%{_datadir}/%{name}
cp -p lib/%{name}-test.jar \
  %{buildroot}%{_datadir}/%{name}/%{name}-test-%{version}.jar
cp -p lib/%{name}-examples.jar \
  %{buildroot}%{_datadir}/%{name}/%{name}-examples-%{version}.jar

%files
%defattr(0644,root,root,0755)
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}

%files doc
%defattr(0644,root,root,0755)
%doc doc/*

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%changelog

* Thu Mar 24 2016 Denis Silakov <dsilakov@gmail.com> 0:1.7-2
- (47877e1) Move to newer servletapi



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10429 |14cu|httrack-3.48.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname httrack %{major}
%define libhtsjava %mklibname htsjava %{major}
%define devname %mklibname httrack -d

Summary:	A free (libre/open source) and easy-to-use off-line browser utility
Name:		httrack
Version:	3.48.22
Release:	1
License:	GPLv3+
Group:		Networking/WWW
Url:		http://www.httrack.com
Source0:	http://download.httrack.com/%{name}-%{version}.tar.gz
Patch0:		httrack-3.42-utf-8.patch
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	dos2unix
BuildRequires:	imagemagick
BuildRequires:	perl
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires:	openssl
Requires:	xdg-utils

%description
HTTrack is a free (open source) and easy-to-use off-line browser utility.
Download a World Wide Web site from the Internet to a local directory.
Builds recursively all directories. Getting HTML, images, and other files from
the server. HTTrack arranges the original site's relative link-structure.
Simply open a page of the "mirrored" website in your browser: you can browse
the site from link to link, as if you were viewing it on-line.
It can update an existing mirrored site, and resume interrupted downloads.
It is fully configurable, and has an integrated help system.

%files
%doc httrack-doc.html templates AUTHORS README license.txt history.txt greetings.txt
%{_bindir}/htsserver
%{_bindir}/httrack
%{_bindir}/webhttrack
%{_bindir}/proxytrack
%config (noreplace) /etc/httrack.conf
%{_mandir}/man1/htsserver.*
%{_mandir}/man1/httrack.*
%{_mandir}/man1/webhttrack.*
%{_mandir}/man1/proxytrack.*
%{_datadir}/applications/WebHTTrack.desktop
#{_datadir}/pixmaps/httrack.xpm
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.def
%{_datadir}/%{name}/html
%{_datadir}/%{name}/lang
%{_datadir}/%{name}/lang.indexes
%{_iconsdir}/hicolor/*/apps/*
%{_libdir}/%{name}/*.so.*

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Httrack shared library
Group:		System/Libraries
Conflicts:	%{name} < 3.45.3-1

%description -n %{libname}
Shared library for httrack.

%files -n %{libname}
%doc AUTHORS README license.txt
%{_libdir}/lib%{name}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{libhtsjava}
Summary:	Httrack shared library
Group:		System/Libraries
Conflicts:	%{_lib}httrack2 < 3.48.21

%description -n %{libhtsjava}
Shared library for httrack.

%files -n %{libhtsjava}
%doc AUTHORS README license.txt
%{_libdir}/libhtsjava.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for httrack
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libhtsjava} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	libhttrack-devel = %{EVRD}
Conflicts:	%{name}-devel < 3.48.21
Obsoletes:	%{name}-devel < 3.48.21

%description -n %{devname}
Development files for httrack.

%files -n %{devname}
%doc AUTHORS README license.txt
%{_libdir}/lib%{name}.so
%{_libdir}/libhtsjava.so
%{_libdir}/%{name}/*.so
%{_includedir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .utf8

# Suppress rpmlint errors
chmod 644 AUTHORS
dos2unix ./AUTHORS
dos2unix ./README
dos2unix ./greetings.txt
dos2unix ./history.txt
dos2unix ./html/step3.html
dos2unix ./%{name}-doc.html
dos2unix ./license.txt
dos2unix ./templates/*.html

iconv --from-code ISO8859-1 --to-code UTF-8 ./greetings.txt \
  --output greetings.utf-8 && mv greetings.utf-8 ./greetings.txt
iconv --from-code ISO8859-1 --to-code UTF-8 ./history.txt \
  --output history.utf-8 && mv history.utf-8 ./history.txt
iconv --from-code ISO8859-1 --to-code UTF-8 ./html/contact.html \
  --output contact.utf-8 && mv contact.utf-8 ./html/contact.html

%build
%configure2_5x --disable-static

%install
%makeinstall_std

mkdir -p %{buildroot}/etc

cat > %{buildroot}/etc/httrack.conf <<"EOF"
# HTTrack Website Copier Settings
# See httrack --help for more information

# Examples: (to uncomment)

# set proxy proxy.myisp.com:8080
# retries=2
# set max-size 10000000
# set max-time 36000
# set user-agent Mouzilla/17.0 (compatible; HTTrack; I)
#
# There are MUCH more options.. try 'httrack --quiet --help | more'

# Deny and allow for links
# this will be used by default for all mirrors
allow *.gif
allow *.png
deny ad.doubleclick.net/*

# Path and other options
# '~' in the *begining* means 'home dir'
# '#' at the *end* means "projectname" (that is, the first URL given)
# Example: '~/websites/#' will create /home/smith/websites/www.foo.com
# folder when launching 'httrack www.foo.com'
set path ~/websites/#
EOF

chmod 644 %{buildroot}/etc/httrack.conf

# Move libtest and templates from /usr/share/httrack to RPM_BUILD_DIR.
# To be later listed against %%doc.
rm -rf ./libtest ./templates
mv %{buildroot}%{_datadir}/%{name}/libtest .
mv %{buildroot}%{_datadir}/%{name}/templates .

# We need to have a copy of html in /usr/share/httrack.
# The other is to be listed against %%doc.
rm -rf ./html
cp -pr %{buildroot}%{_datadir}/%{name}/html .

# icon
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert %{buildroot}%{_datadir}/pixmaps/httrack48x48.xpm %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert %{buildroot}%{_datadir}/pixmaps/httrack32x32.xpm %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert %{buildroot}%{_datadir}/pixmaps/httrack16x16.xpm %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

rm -rf %{buildroot}%{_datadir}/pixmaps

# This just opens a web browser on ~/websites, which is empty by
# default, so this is a bit useless
rm -f %{buildroot}%{_datadir}/applications/WebHTTrack-Websites.desktop

desktop-file-install --vendor ""  \
	--remove-key Encoding \
	--remove-category="Application" \
	--remove-key Terminal \
	--remove-key MultipleArgs \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# fix icon and shorten name
sed -i	-e 's!^Icon=.*$!Icon=httrack!' \
	-e 's!WebHTTrack Website Copier!HTTrack Website Copier!' \
	%{buildroot}%{_datadir}/applications/*

# Remove rpaths.
chrpath --delete %{buildroot}%{_bindir}/htsserver
chrpath --delete %{buildroot}%{_bindir}/%{name}
chrpath --delete %{buildroot}%{_libdir}/libhtsjava.so.*

%changelog

* Sun May 15 2016 dsilakov <denis.silakov@rosalab.ru> 3.48.22-1
- (ee04522) Merge pull request #1 from alzim/httrack:rosa2014.1
- (ee04522) Updated to 3.48.22



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10430 |14cu|hwsd-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1.3.0
%define api 3
%define	libname %mklibname %{name} %{major}
%define	devname %mklibname -d %{name}

Name:           hwsd
Version:        1.3.0
Release:        1
Summary:        Local and remote GPU discovery
License:        GPLv3
Group:          System/Kernel and hardware 
Url:            http://www.equalizergraphics.com/
Source0:        https://github.com/Eyescale/hwsd/archive/%{name}-%{version}.tar.gz
#git clone https://github.com/Eyescale/CMake.git && cd CMake && git checkout b158c68
Source1:        common.tar.gz
Patch0:         hwsd-libdir.patch
Patch1:         hwsd.doxyrules.patch
BuildRequires:  boost-devel
BuildRequires:  cmake
BuildRequires:  doxygen
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  graphviz
BuildRequires:  pkgconfig(python)
BuildRequires:  lunchbox-devel
BuildRequires:  qt5-devel
BuildRequires:  pkgconfig(Qt5Core) >= 4.6.0
BuildRequires:  pkgconfig(Qt5Network)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(x11)
BuildRequires:  git

%description
HW-SD is a library and daemon for the discovery and announcement of hardware
resources using ZeroConf. It enables auto-configuration of ad-hoc GPU clusters
and multi-GPU machines.

%files
%{_docdir}/%{name}/AUTHORS
%{_docdir}/%{name}/GPL.txt
%{_docdir}/%{name}/LGPL.txt
%{_docdir}/%{name}/LICENSE.txt
%{_bindir}/hw_sd
%{_bindir}/hw_sd_list
%{_datadir}/%{name}/examples
#-----------------------------------------------------
%package -n	%{libname}

Summary:        Local and remote GPU discovery: HW-SD libraries
Group:          System/Libraries

%description -n	%{libname}
HW-SD is a library and daemon for the discovery and announcement of hardware
resources using ZeroConf. It enables auto-configuration of ad-hoc GPU clusters
and multi-GPU machines.


%files -n	%{libname}
%doc README.md
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}_*.so.%{major}
%{_libdir}/lib%{name}.so.%{api}
%{_libdir}/lib%{name}_*.so.%{api}

#-----------------------------------------------------

%package -n	%{devname}
Summary:        Development files for %{name}
Group:          Development/C++
Requires:       %{libname} = %{EVRD}
Requires:       boost-devel
Requires:       lunchbox-devel
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
Local and remote GPU discovery.
...
This package contains header files and libraries needed to develop
application that use %{name}.

%files -n	%{devname}
%{_docdir}/%{name}/API/html/
%{_includedir}/%{name}
%{_libdir}/lib%{name}*.so
%{_datadir}/%{name}/CMake
#-----------------------------------------------------

%prep
%setup -q -a1
mv common CMake/common

%patch0 -p0
%patch1 -p0

%build
%cmake \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_SKIP_RPATH:BOOL=OFF

%make
%make doxygen

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_docdir}
mv %{buildroot}%{_datadir}/%{name}/doc %{buildroot}%{_docdir}/%{name}


%changelog

* Tue Aug 02 2016 abfonly <abfonly@gmail.com> 1.3.0-1
- (236c8ad) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10431 |14cu|hydra-8.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package		%{nil}
Summary:	Network logon cracker
Name:		hydra
Version:	8.3
Release:	2
License:	AGPLv3
Group:		Monitoring
Url:		https://www.thc.org/thc-hydra
Source0:	https://github.com/vanhauser-thc/thc-hydra/%{name}-%{version}.tar.gz
BuildRequires:  afpfs-ng-devel
BuildRequires:  ncpfs-devel
BuildRequires:  subversion-devel
BuildRequires:  mariadb-devel
BuildRequires:  pkgconfig(apr-1)
BuildRequires:  pkgconfig(apr-util-1)
BuildRequires:  pkgconfig(fbclient)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libssl)
BuildRequires:  pkgconfig(libssh)
BuildRequires:  pkgconfig(libpgtypes)
BuildRequires:  pkgconfig(libidn)
BuildRequires:  pkgconfig(ncurses)

%description
A very fast network logon cracker which support many different services.

%files
%doc CHANGES INSTALL LICENSE* README
%{_bindir}/hydra
%{_bindir}/dpl4hydra.sh
%{_bindir}/hydra-wizard.sh
%{_bindir}/pw-inspector
%dir %{_datadir}/hydra
%{_datadir}/hydra/dpl4hydra_full.csv
%{_datadir}/hydra/dpl4hydra_local.csv
%{_mandir}/man1/hydra.1.*
%{_mandir}/man1/pw-inspector.1.*

#----------------------------------------------------------------------------

%package gui
Summary:	GUI for %{name}
Requires:	%{name} = %{EVRD}

%description gui
GUI for %{name}.

%files gui
%{_bindir}/xhydra
%{_mandir}/man1/xhydra.1.*

#----------------------------------------------------------------------------

%prep
%setup -q
chmod 644 LICENSE

%build
%configure2_5x \
  --prefix=%{_prefix} \
  --fhs

%make

%install
%makeinstall_std

%changelog

* Sun Jan 22 2017 tremod <negry.m@yandex.ru> 8.3-2
- (86e8388) Spec CleanUp



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10432 |14cu|hydrogen-0.9.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0.9.7
%define libname		%mklibname %{name}-core %{major}
%define devname		%mklibname %{name}-core -d

%define debug_package	%{nil}

Name:           hydrogen
Version:        0.9.7
Release:        1
Summary:        An advanced Drum Machine
License:        GPLv2+
Group:          Sound
URL:            http://www.hydrogen-music.org
Source0:        https://github.com/%{name}-music/%{name}/archive/%{version}.tar.gz

BuildRequires:  cmake
BuildRequires:	desktop-file-utils
BuildRequires:	alsa-oss-devel
BuildRequires:	jpeg-devel
BuildRequires:	ladspa-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(lrdf)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	doxygen

Requires:	rubberband

%description
Hydrogen is an advanced drum machine for GNU/Linux. Its main goal is to bring
professional yet simple and intuitive pattern-based drum programming.

%files
%doc AUTHORS ChangeLog
%docdir %{_mandir}/man1/*
%{_mandir}/man1/*
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/*.xml
%{_datadir}/%{name}/
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hydrogen.png

#--------------------------------------------------------------------
%package -n %{libname}
Summary:	Library for %{name}
Group:		Sound

%description -n %{libname}
This package contains the library needed by %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog
%{_libdir}/libhydrogen-core-%{major}.so

#--------------------------------------------------------------------
%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the files needed for developing applications
which use %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog
%{_includedir}/%{name}
%{_libdir}/libhydrogen-core.so

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build
pushd %{buildroot}%{_libdir}
ln -s libhydrogen-core-%{major}.so libhydrogen-core.so
popd

#icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
cp data/img/gray/icon48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
cp data/img/gray/icon32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
cp data/img/gray/icon16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
cp %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png %{buildroot}%{_iconsdir}/

#manpage
mkdir -p %{buildroot}%{_mandir}/man1
cp %{buildroot}%{_prefix}/man/man1/* %{buildroot}%{_mandir}/man1
rm %{buildroot}%{_prefix}/man/man1/*

desktop-file-install \
		--remove-category Application \
		--remove-category Sound \
		--remove-key Encoding \
		--remove-key=FilePattern \
		--set-icon=%{name} \
		--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog

* Sun Nov 27 2016 emuse <goemusic@yahoo.fr> 0.9.7-1
- (b59b53a) Update to new version 0.9.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10433 |14cu|hyena-0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Library for .NET applications
Name:		hyena
Version:	0.5
Release:	6
License:	MIT
Group:		System/Libraries
Url:		http://banshee-project.org/
Source:		http://ftp.acc.umu.se/pub/GNOME/sources/hyena/0.5/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM coolo@opensuse.org - broken Makefile syntax
Patch0:		fix-makefile.diff
Patch1:		hyena-0.5-mono4.0.patch
BuildRequires:	gtk-sharp2
BuildRequires:	mono-basic
BuildRequires:	mono-nunit
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(mono)
BuildRequires:	pkgconfig(gapi-2.0)
Requires:	mono
Requires:	gtk-sharp2

%description
Hyena is a .NET library that powers Banshee and PDF Mod, among others.

%files
%{_libdir}/%{name}
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoconf
%configure2_5x
make

%install
%makeinstall_std



%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5-6
- (ffd3ed9) Build for mono 4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10434 |14cu|i3lock-2.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           i3lock
Version:        2.8
Release:        1
Group:		Graphical desktop/Other
Summary:        Simple X display locker like slock
License:        MIT
URL:            http://i3wm.org/i3lock/
Source0:        http://i3wm.org/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:  cairo-devel
BuildRequires:  pam-devel
BuildRequires:  libev-devel
BuildRequires:  pkgconfig(xcb)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xkbcommon)
BuildRequires:  pkgconfig(xkbcommon-x11)
BuildRequires:  pkgconfig(xkbfile)
BuildRequires:  pkgconfig(xpm)
BuildRequires:  xcb-util-keysyms-devel
BuildRequires:  xcb-util-image-devel
BuildRequires:  xcb-util-devel

%description
i3lock improves slock by making it fork() and therefore combinable with
commands to suspend your computer. Additionally, instead of turning off your
screen via DPMS and/or displaying a black screen, i3lock displays a white
screen so you can see if your computer failed to resume from suspend or if
your screen is just locked. Also, when entering a wrong password, i3lock does
not call XBell(). This is important because i3lock/slock think you’ve entered
a password when resuming from suspend, at least sometimes.

%prep
%setup -q
# Relocatable.
sed \
    -e 's|PREFIX=/usr|PREFIX=%{_prefix}|g' \
    -e 's|SYSCONFDIR=/etc|SYSCONFDIR=%{_sysconfdir}|g' \
    -i Makefile

%build
# we have to add libev cflags because the Makefile doesn't list them
CFLAGS="%{optflags} `pkg-config --cflags libev`" %make

%install
%makeinstall_std INSTALL="install -p"
install -Dpm0644 i3lock.1 %{buildroot}%{_mandir}/man1/i3lock.1

%files
%doc CHANGELOG LICENSE
%{_bindir}/%{name}
%{_sysconfdir}/pam.d/%{name}
%{_mandir}/man1/i3lock.1*


%changelog

* Fri Jun 17 2016 abondrov <andrey.bondrov@rosalab.ru> 2.8-1
- (820367c) Merge pull request #1 from tremod/i3lock:rosa2014.1
- (820367c) Update to 2.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10435 |14cu|i3status-2.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Generates a status line for dzen2 or wmii
Name:		i3status
Version:	2.10
Release:	1
License:	MIT
Group:		Graphical desktop/Other
Url:		http://i3wm.org/%{name}
Source0:	http://i3wm.org/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	asciidoc
BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libconfuse)
BuildRequires:	pkgconfig(libnl-genl-3.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(yajl)

%description
i3status is a small program for filling dzen2 or wmii’s status bar via its 9P
pseudo filesystem.

%files
%doc LICENSE
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_bindir}/%{name}
%{_mandir}/man*/%{name}*

#---------------------------------------------------------------------------

%prep
%setup -q

sed \
    -e 's|CFLAGS+=-Wall -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare|CFLAGS+=%{optflags} -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare|g' \
    -e 's|CFLAGS+=-g|CFLAGS+=|g' \
    -e 's|@echo " CC $<"|@echo " $(CC) $(CFLAGS) -c -o $@ $<"|g' \
    -e 's|@echo " LD $@"|@echo " $(CC) -o $@ src/*.o *.o $(LDFLAGS)"|g' \
    -i Makefile

%build
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/
install -Dpm 0644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf


%changelog

* Fri Jun 17 2016 Rosa <rosa@abf.rosalinux.ru> 2.10-1
- (e672337) Automatic import for version 2.10-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10436 |14cu|i3-wm-4.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global oname i3
%global bugfix_release bf2

Summary:	Improved tiling window manager
Name:		i3-wm
Version:	4.12
Release:	2
License:	BSD
Group:		System/X11
Url:		http://i3.zekjur.net
Source0:	http://i3.zekjur.net/downloads/%{oname}-%{version}.tar.bz2
Source1:	i3-logo.svg
Source2:	i3.png
Patch0:		i3-4.10.2-desktop-file.patch
BuildRequires:	asciidoc
BuildRequires:	bison
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	graphviz
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libev)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-cursor)
BuildRequires:	pkgconfig(xcb-icccm)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xkbcommon-x11)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(yajl)
Requires:	rxvt-unicode
Requires:	x11-apps
Requires:       i3status
Requires:       i3lock
Suggests:	dmenu
Suggests:	i3-doc

%description
i3 is a tiling window manager, completely written from scratch.

Key features of i3 are correct handling multi-monitor, horizontal and
vertical columns (table abstraction) in tiling. It also provides
hooks/callbacks for other programs to integrate and it is UTF-8
clean. i3 uses xcb for asynchronous communication with X11, and has
several measures to be very fast.

Please be aware that i3 is primarily targeted at advanced users and
developers.

%files
%doc LICENSE RELEASE-NOTES-%{version}
%{_bindir}/%{oname}*
%{_includedir}/%{oname}/*
%dir %{_sysconfdir}/%{oname}/
%config(noreplace) %{_sysconfdir}/%{oname}/config
%config(noreplace) %{_sysconfdir}/%{oname}/config.keycodes
%{_datadir}/xsessions/%{oname}.desktop
%{_datadir}/xsessions/%{oname}-with-shmlog.desktop
%{_mandir}/man*/%{oname}*
%{_datadir}/pixmaps/%{oname}-logo.svg
%{_datadir}/applications/%{oname}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%package doc
Summary:	i3 window manager documentation
Group:		System/X11
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Asciidoc and doxygen documentations for i3.

%files doc
%doc docs/*.{html,png} pseudo-doc/doxygen/

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p0

%build
%make V=1 CFLAGS="%{optflags}"
cd man
%make V=1
cd ../docs
%make V=1
cd ..
doxygen pseudo-doc.doxygen
mv pseudo-doc/html pseudo-doc/doxygen

%install
%makeinstall_std

mkdir -p %{buildroot}%{_mandir}/man1/
install -Dpm0644 man/*.1 %{buildroot}%{_mandir}/man1/

mkdir -p %{buildroot}%{_datadir}/pixmaps/
install -Dpm0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/

# install menu icons
for N in 16 32 48 64 128;
do
convert %{SOURCE2} -scale ${N}x${N}! $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

%changelog

* Fri Sep 16 2016 dsilakov <denis.silakov@rosalab.ru> 4.12-2
- (4286784) Merge pull request #3 from tremod/i3-wm:rosa2016.1
- (4286784) Add to Requires i3lock, i3status



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10437 |14cu|i8kutils-1.40-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Version: 	1.40
Summary: 	Dell laptop SMM BIOS support
Name: 		i8kutils
Release: 	4
License: 	GPLv2+
Group: 		Monitoring
Source: 	http://ftp.debian.org/debian/pool/main/i/i8kutils/%{name}_%{version}.tar.gz
URL: 		http://people.debian.org/~dz/i8k/
Suggests:	i8kmon

%description
This package contains a user-space programs for accessing the SMM BIOS
of Dell Inspiron and Latitude laptops. The SMM BIOS is used on many recent
laptops to implement APM functionalities and to access custom hardware,
for example cooling fans and volume buttons.

Also provided is a cool and useful plugin for gkrellm.
Note that you need the "Dell Laptop" option compiled into your kernel
(included in the main kernel tree since 2.4.14-pre8)

%package -n i8kmon
Summary: 	Dell laptop SMM BIOS monitoring tool
Group: 		Monitoring
Requires:	tcl
Requires:	tk
Conflicts:	i8kutils < 1.33-2

%description -n i8kmon
This package contains a monitoring tool for accessing the SMM BIOS
of Dell Inspiron and Latitude laptops.

%prep
%setup -q 

%build
%make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
%makeinstall_std

%clean

%files
%defattr (-,root,root)
%doc README.*
%{_bindir}/i8kbuttons
%{_bindir}/i8kctl
%{_bindir}/i8kfan

%files -n i8kmon
%defattr (-,root,root)
%{_bindir}/i8kmon




%changelog

* Tue Sep 15 2015 Denis Silakov <dsilakov@gmail.com> 1.40-4
- (83dbbd7) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10438 |14cu|ibus-anthy-1.5.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 5
%define libname %mklibname anthygobject %{api} %{major}
%define devname %mklibname -d anthygobject
%define girname %mklibname anthy-gir 9000

Summary:	ibus - Japanese Anthy engine
Name:		ibus-anthy
Version:	1.5.7
Release:	1
License:	GPLv2+
Group:		System/Internationalization
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	ibus
BuildRequires:	intltool
BuildRequires:	pkgconfig(anthy)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	python-gi
Requires:	ibus
Requires:	anthy
Requires:	python-gi
Requires:	%{girname} = %{EVRD}
Suggests:	kasumi

%description
ibus - Japanese Anthy engine.

%files -f %{name}.lang
%{_libexecdir}/ibus-engine-anthy
%{_libexecdir}/ibus-setup-anthy
%{_datadir}/%{name}
%{_datadir}/applications/ibus-setup-anthy.desktop
%{_datadir}/appdata/anthy.appdata.xml
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/ibus/component/anthy.xml

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for anthygobject
Group:		System/Libraries

%description -n %{libname}
Shared library for anthygobject.

%files -n %{libname}
%{_libdir}/libanthygobject-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for anthy
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for anthy.

%files -n %{girname}
%{_libdir}/girepository-1.0/Anthy-9000.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for ibus-anthy
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for ibus-anthy.

%files -n %{devname}
%{_libdir}/libanthygobject-%{api}.so
%{_includedir}/ibus-anthy-%{api}
%{_datadir}/gir-1.0/*.gir

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 1.5.7-1
- (83d2026) Added appdata file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10439 |14cu|ibus-chewing-1.4.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ibus - Chinese chewing engine
Name:		ibus-chewing
Version:	1.4.14
Release:	2
License:	GPLv2+
Group:		System/Internationalization
Url:		https://github.com/definite/ibus-chewing
Source0:	https://github.com/definite/ibus-chewing/releases/download/%{version}/%{name}-%{version}.tar.gz
Source1:	https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-modules-only-latest.tar.gz
Patch0:		ibus-chewing-1.4.14-format-security.patch
BuildRequires:	cmake
BuildRequires:	GConf2
BuildRequires:	gettext
BuildRequires:	gob2
BuildRequires:	pkgconfig(chewing)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)
Requires:	ibus >= 1.3.0
Requires:	libchewing-data
Requires(post,preun):	GConf2

%description
ibus - Chinese chewing engine.

%files -f %{name}.lang
%{_libexecdir}/ibus-*
%{_datadir}/%{name}
%{_datadir}/ibus/component/*.xml
%{_datadir}/applications/ibus-setup-chewing.desktop
%{_datadir}/glib-2.0/schemas/org.freedesktop.IBus.Chewing.gschema.xml

%preun
%preun_uninstall_gconf_schemas %{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version} -a1
%apply_patches

%build
%setup_compile_flags
cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DLIBEXEC_DIR="%{_libexecdir}" -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir}
%make
%make translations

%install
%makeinstall_std

rm -fr %{buildroot}%{_datadir}/doc

%find_lang %{name}


%changelog

* Fri Nov 27 2015 Denis Silakov <dsilakov@gmail.com> 1.4.14-2
- (8383d24) Updated URL - the project has moved to github



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10440 |14cu|ibus-hangul-1.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ibus - Korean Hangul engine
Name:		ibus-hangul
Version:	1.5.0
Release:	1
Group:		System/Internationalization
License:	GPLv2+
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	intltool
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(libhangul) >= 0.1.0
Requires:	ibus

%description
ibus - Korean Hangul engine.

%files -f %{name}.lang
%{_bindir}/*
%{_libexecdir}/ibus-engine-hangul
%{_libexecdir}/ibus-setup-hangul
%{_datadir}/%{name}
%{_iconsdir}/*/*/*
%{_datadir}/ibus/component/*.xml
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 1.5.0-1
- (b68b2b4) Updated to 1.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10441 |14cu|ibus-kkc-1.5.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Japanese Kana Kanji input method for ibus
Name:		ibus-kkc
Version:	1.5.22
Release:	1
License:	GPLv2+
Group:		System/Internationalization
Url:		https://bitbucket.org/libkkc
Source0:	https://bitbucket.org/libkkc/ibus-kkc/downloads/%{name}-%{version}.tar.gz
Patch0:		ibus-kkc-content-type.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	vala
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(kkc-1.0)
Requires:	ibus

%description
A Japanese Kana Kanji Input Method Engine for ibus.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog README
%{_datadir}/ibus-kkc
%{_libexecdir}/ibus-*-kkc
%{_datadir}/ibus/component/kkc.xml
%{_datadir}/applications/ibus-setup-kkc.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
rm src/*vala.stamp
# don't touch XKB layout
sed -i 's!<layout>jp</layout>!<layout>default</layout>!' src/kkc.xml.in.in

%build
autoreconf -fi
%configure
%make

%install
%makeinstall_std INSTALL="install -p"

desktop-file-validate %{buildroot}/%{_datadir}/applications/ibus-setup-kkc.desktop

%find_lang %{name}


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.22-1
- (d24ceff) Run autoreconf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10442 |14cu|ibus-qt4-1.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname ibus-qt %{major}
%define devname %mklibname ibus-qt -d

Summary:	ibus qt4 input method plugin
Name:		ibus-qt4
Version:	1.3.3
Release:	1
License:	GPLv2+
Group:		System/Internationalization
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/ibus-qt-%{version}-Source.tar.gz
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	icu-devel
BuildRequires:	qt4-devel >= 4.4
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(ibus-1.0)
Requires:	ibus >= 1.3.0

%description
IBus is a next generation input framework. This package contains qt4 input
method plugin.

%files
%doc AUTHORS README
%{qt4plugins}/inputmethods/libqtim-ibus.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for ibus-qt
Group:		System/Libraries
Conflicts:	%{name} < 1.3.2

%description -n %{libname}
Shared library for ibus-qt.

%files -n %{libname}
%{_libdir}/libibus-qt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for ibus-qt
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Conflicts:	%{name}-devel < 1.3.2
Obsoletes:	%{name}-devel < 1.3.2
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for ibus-qt.

%files -n %{devname}
%{_includedir}/ibus-qt
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n ibus-qt-%{version}-Source

%build
%cmake_qt4 -DLIBDIR="%{_libdir}"
%make

%install
%makeinstall_std -C build

rm -fr %{buildroot}%{_datadir}/doc


%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 1.3.3-1
- (1d59a47) Updated to 1.3.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10443 |14cu|icebreaker-1.9.7-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An addictive action-puzzle game involving bouncing penguins
Name:		icebreaker
Version:	1.9.7
Release:	22
Epoch:		1
License:	GPL
Group:		Games/Arcade

Source: 	http://www.mattdm.org/icebreaker/1.9.x/%{name}-%{version}.tgz
Source2: 	%{name}-png.tar.bz2
Patch0:		icebreaker-1.9.7-fix-str-fmt.patch

URL:		http://www.mattdm.org/icebreaker/
BuildRequires:	SDL-devel
BuildRequires:	SDL_mixer-devel

%description
IceBreaker is an action-puzzle game in which you must capture penguins
from an Antarctic iceberg so they can be shipped to Finland, where
they are essential to a secret plot for world domination. To earn the
highest Geek Cred, trap them in the smallest space in the shortest
time while losing the fewest lives. IceBreaker was inspired by (but
isn't an exact clone of) Jezzball by Dima Pavlovsky.

%prep
%setup -q -a2
%patch0 -p0

%build
%make OPTIMIZE="%{optflags} %{ldflags}" prefix=%{_prefix} highscoredir=%{_localstatedir}/lib/games datadir=%{_gamesdatadir}

%install
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
mkdir -p %{buildroot}%{_localstatedir}/lib/games
install -m 644 *.wav *.bmp %{buildroot}%{_gamesdatadir}/%{name}
install -m 755 icebreaker -D %{buildroot}%{_gamesbindir}/%{name}
touch %{buildroot}%{_localstatedir}/lib/games/%{name}.scores

install -m 0644 %{name}-16.png -D %{buildroot}%{_miconsdir}/%{name}.png
install -m 0644 %{name}-16.png -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 0644 %{name}-32.png -D %{buildroot}%{_iconsdir}/%{name}.png
install -m 0644 %{name}-32.png -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 0644 %{name}-48.png -D %{buildroot}%{_liconsdir}/%{name}.png
install -m 0644 %{name}-48.png -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=IceBreaker
Comment=Action-puzzle game involving bouncing penguins
Comment[ru]=Игра-головоломка с пингвинами
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%post
%create_ghostfile %{_localstatedir}/lib/games/%{name}.scores games games 644

%files
%doc README TODO LICENSE ChangeLog
%attr(2755,root,games) %{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%attr(664,games,games) %ghost %{_localstatedir}/lib/games/%{name}.scores
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop

%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 1:1.9.7-22
- (065c008) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10444 |14cu|icecast-2.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Streaming Media Server
Name:		icecast
Version:	2.4.3
Release:	1
Epoch:		2
Group:		System/Servers
License:	GPLv2+
Url:		http://www.icecast.org
Source0:	http://downloads.us.xiph.org/releases/icecast/%{name}-%{version}.tar.gz
Source1:	status3.xsl
Source2:	icecast.service
Source3:	icecast.logrotate
Source4:	icecast.xml
Source5:        %{name}-tmpfiles.conf
Patch0:		%{name}.conf.patch
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
Requires(pre,postun):	rpm-helper
Requires(post,preun,postun):	systemd
Provides:	streaming-server

%description
Icecast is an Internet based broadcasting system based on the Mpeg Layer III
streaming technology.  It was originally inspired by Nullsoft's Shoutcast
and also mp3serv by Scott Manley.  The icecast project was started for several
reasons: a) all broadcasting systems were pretty much closed source,
non-free software implementations, b) Shoutcast doesn't allow you to run your
own directory servers, or support them, and c) we thought it would be a
lot of fun.

%files
%doc AUTHORS COPYING HACKING README TODO
%{_bindir}/%{name}
%{_datadir}/%{name}
%attr(-,icecast,icecast) %{_var}/log/%{name}
%config(noreplace) %{_sysconfdir}/%{name}.xml
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/icecast.service

%pre
%_pre_useradd %{name} %{_datadir}/%{name} /bin/false

%post
%tmpfile_screate %{name}
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%_postun_userdel %{name}
%systemd_postun

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .orig
find -name "*.html" -or -name "*.jpg" -or -name "*.css" | xargs chmod 644


%build
%configure2_5x \
	--with-curl \
	--with-openssl \
	--with-ogg \
	--with-theora \
	--with-speex
%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/icecast/doc
rm -rf %{buildroot}%{_docdir}/icecast
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/icecast/web/status3.xsl
install -D -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/icecast
install -D -m 640 %{SOURCE4} %{buildroot}%{_sysconfdir}/icecast.xml
mkdir -p %{buildroot}%{_localstatedir}/log/icecast

# to hold pid file ( need to be writable by icecast )
install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%changelog

* Sat Sep 17 2016 alzim <alzim@bk.ru> 2:2.4.3-1
- (de7d8cd) Merge pull request #2 from import/icecast:rosa2016.1
- (de7d8cd) Updated to 2.4.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10445 |14cu|icecream-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define icecreamdir %{_libdir}/icecc

%define major 0
%define libname %mklibname icecc %{major}
%define devname %mklibname icecc -d

Summary:	Distributed p2p based compile system
Name:		icecream
Version:	1.0.1
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Development/C
Url:		http://en.opensuse.org/Icecream
Source0:	ftp://ftp.suse.com/pub/projects/icecream/icecc-%{version}.tar.bz2
Source1:	icecream.service
Source2:	icecream-scheduler.service
Source3:	sysconfig.icecream
Source4:	icecream.sh
Source5:	icecream.csh
Source7:	logrotate.icecream
Source8:	logrotate.icecream-scheduler
Source9:	iceccd-wrapper
Source10:	icecc-scheduler-wrapper
Patch0:		icecream-0.9.7-fix-build.patch
Patch1:		harbour-3.2.0-mga-minilzo-2.8.patch
Requires(post,preun):	rpm-helper

BuildRequires:	systemd
Requires(pre):	shadow-utils
Requires(post,preun,postun):	systemd

%description
Icecream is a distributed compile system. It allows parallel compiling by
distributing the compile jobs to several nodes of a compile network running the
icecc daemon. The icecc scheduler routes the jobs and provides status and
statistics information to the icecc monitor. Each compile node can accept one
or more compile jobs depending on the number of processors and the settings of
the daemon. Link jobs and other jobs which cannot be distributed are executed
locally on the node where the compilation is started.

%files
%{_libexecdir}/icecc/icecc-create-env
%{_libexecdir}/icecc/compilerwrapper
%{_bindir}/create-env
%{_sbindir}/iceccd
%{_bindir}/icecc
%{_bindir}/icerun
%{icecreamdir}/bin/*cc
%{icecreamdir}/bin/*g++
%{icecreamdir}/bin/*c++
%{_unitdir}/icecream.service
%{_mandir}/man1/icecc.1*
%{_mandir}/man1/iceccd.1*
%{_mandir}/man7/icecream.7*
%{_prefix}/libexec/icecc/iceccd-wrapper
%config(noreplace) %{_sysconfdir}/sysconfig/icecream
%{_sysconfdir}/profile.d/*
%config(noreplace) %{_sysconfdir}/logrotate.d/icecream
%defattr(0644,root,root,1777)
%dir /var/cache/icecream

%post
%systemd_post icecream.service

%preun
%systemd_preun icecream.service

%postun
%systemd_postun_with_restart icecream.service

#-------------------------------------------------------------------------------

%package scheduler
Summary:	Icecream scheduler
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires(post,preun):	rpm-helper

%description scheduler
%{name} scheduler.

%files scheduler
%{_sbindir}/icecc-scheduler
%{_unitdir}/icecream-scheduler.service
%{_prefix}/libexec/icecc/icecc-scheduler-wrapper
%config(noreplace) %{_sysconfdir}/logrotate.d/icecream-scheduler
%{_mandir}/man1/icecc-scheduler.1*

%post scheduler
%systemd_post icecream-scheduler.service

%preun scheduler
%systemd_preun icecream-scheduler.service

%postun scheduler
%systemd_postun_with_restart icecream-scheduler.service

#-------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Icecream shared library
Group:		System/Libraries

%description -n %{libname}
Icecream shared library.

%files -n %{libname}
%{_libdir}/libicecc.so.%{major}*

#-------------------------------------------------------------------------------

%package -n %{devname}
Summary:	Icecream development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 3:1.0.0
Obsoletes:	%{name}-devel < 3:1.0.0

%description -n %{devname}
Icecream development files.

%files -n %{devname}
%{_libdir}/libicecc.so
%{_libdir}/pkgconfig/*
%{_includedir}/*

#---------------------------------------------------------------------------------

%prep
%setup -q -n icecc-%{version}
%patch0 -p1 -b .fix-build
pushd minilzo
%patch1 -p5 -b .lzo
popd

%build
%configure2_5x \
	--disable-static \
	--enable-shared
%make

%install
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/profile.d
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_prefix}/libexec/icecc
install -d %{buildroot}/var/cache/icecream
install -d %{buildroot}%{_unitdir}

%makeinstall_std

install -m 755 %{SOURCE1}  %{buildroot}%{_unitdir}/icecream.service
install -m 755 %{SOURCE2}  %{buildroot}%{_unitdir}/icecream-scheduler.service
install -m 644 %{SOURCE3}  %{buildroot}%{_sysconfdir}/sysconfig/icecream
# nb: prefixing icecream.sh by "80" so that it is sourced after 20colorgcc.sh
install -m 644 %{SOURCE4}  %{buildroot}%{_sysconfdir}/profile.d/80icecream.sh
install -m 644 %{SOURCE5}  %{buildroot}%{_sysconfdir}/profile.d/80icecream.csh
install -m 644 %{SOURCE7}  %{buildroot}%{_sysconfdir}/logrotate.d/icecream
install -m 644 %{SOURCE8}  %{buildroot}%{_sysconfdir}/logrotate.d/icecream-scheduler
install -m 755 %{SOURCE9}  %{buildroot}/usr/libexec/icecc/iceccd-wrapper
install -m 755 %{SOURCE10} %{buildroot}/usr/libexec/icecc/icecc-scheduler-wrapper

# Fix profile locations
sed -i "s,@DEFINEDBYRPMSPEC@,%{icecreamdir},g" %{buildroot}%{_sysconfdir}/profile.d/*

cat << EOF > %{buildroot}%{_bindir}/create-env
#!/bin/bash
GCC="%{_bindir}/gcc"
GCPP="%{_bindir}/g++"

if [ ! -z $1 ]; then
   GCC=\$1
fi

if [ ! -z \$2 ]; then
   GCPP=\$2
fi

%{icecreamdir}/icecc-create-env \$GCC \$GCPP
EOF

find %{buildroot} -name *.a -o -name *.la | xargs rm

%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 3:1.0.1-1
- (15b9191) Updated to 1.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10446 |14cu|icecream-monitor-3.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GUI Monitor for icecream distributed compiled system
Name:		icecream-monitor
Version:	3.0.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://en.opensuse.org/Icecream
Source0:	https://github.com/icecc/icemon/archive/icemon-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	docbook2x
BuildRequires:	doxygen
BuildRequires:	pkgconfig(icecc)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
Provides:	icemon = %{EVRD}
Obsoletes:	icemon < 1.0-2

%description
GUI Monitor for icecream distributed compiled system

%files
%doc COPYING README.md
%{_bindir}/icemon
%{_iconsdir}/*/*/*/icemon.*
%{_datadir}/applications/icemon.desktop
%{_mandir}/man1/icemon.*

#-----------------------------------------------------------------

%prep
%setup -qn icemon-%{version}

%build
%cmake_qt5
%make

%install
%makeinstall_std -C build


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.1-1
- (8cc1bac) Build requires cmake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10447 |14cu|ices-2.0.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ices
Version:        2.0.2
Release:        13
Summary:        Source streaming for Icecast
Group:          System/Servers
License:        GPL
URL:            http://www.icecast.org/
Source0:        http://downloads.us.xiph.org/releases/ices/%{name}-%{version}.tar.bz2
Source1:        %{name}.service
Source2:        %{name}.logrotate
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(shout)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig
Requires(pre):  rpm-helper
Requires(preun): rpm-helper
Requires(post): rpm-helper
Requires(postun): rpm-helper

%description
IceS is a source client for a streaming server. The purpose of this client is
to provide an audio stream to a streaming server such that one or more
listeners can access the stream. With this layout, this source client can be
situated remotely from the icecast server.

The primary example of a streaming server used is Icecast 2, although others
could be used if certain conditions are met.

%prep
%setup -q
perl -pi -e 's|<background>0</background>|<background>1</background>|' conf/*.xml

%build
%configure2_5x
%make

%install
mkdir -p %{buildroot}%{_bindir}
cp -a src/%{name} %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_sysconfdir}
cp -a conf/ices-playlist.xml %{buildroot}%{_sysconfdir}/%{name}.conf

mkdir -p %{buildroot}%{_unitdir}
cp -a %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
cp -a %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

mkdir -p %{buildroot}%{_var}/log/%{name}
/bin/touch %{buildroot}%{_var}/log/%{name}/ices.log

%pre
%_pre_useradd %{name} %{_var}/log/%{name} /bin/false

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%_postun_userdel %{name}
%systemd_postun_with_restart %{name}.service

%files
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING README TODO doc/*.html doc/*.css conf/*.xml
%attr(0755,root,root) %{_bindir}/%{name}
%config(noreplace) %attr(0640,root,ices) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(0755,root,root) %config(noreplace) %{_unitdir}/%{name}.service
%dir %{_logdir}/%{name}
%attr(0644,ices,ices) %{_logdir}/%{name}/ices.log


%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 2.0.2-13
- (c71fb84) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10448 |14cu|icmpdn-0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ICMP host name utilities
Name:		icmpdn
Version:	0.4
Release:	6
License:	GPL
Group:		System/Servers
URL:		http://www.dolda2000.com/~fredrik/icmp-dn/
Source0:	http://www.dolda2000.com/~fredrik/icmp-dn/%{name}-%{version}.tar.gz
Source1:	icmpdnd.service
Source2:	icmpdnd.sysconfig
Source100:	%{name}.rpmlintrc
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description
Since the Linux kernel does not support the ICMP host name
facilities as described in RFC 1788, I wrote a simple
implementation in user-space. It comprises three parts: 

 o icmpdnd - The ICMP Domain Name daemon, which listens to ICMP
   domain name requests and replies to them.
 o idnlookup - A user utility to query a host for its host name
   over ICMP. Like ping and all other utilities that use ICMP, it
   needs to be installed SUID root.
 o libnss_icmp.so.2 - A glibc NSS module, which uses idnlookup to
   perform queries for the gethostbyaddr function.


The NSS module caches all requests (including failures) and honors
the TTL value sent by the responding host. It uses a configuration
file called /etc/nss-icmp.conf, which controls different aspects
of its operation:

%prep

%setup -q -n %{name}-%{version}


%build
rm -f configure
export CPPFLAGS="-D_GNU_SOURCE"
libtoolize --copy --force; aclocal -I autotools; autoconf; automake

%configure2_5x \
    --libdir=/%{_lib} \
    --sbindir=/sbin \
    --bindir=/bin

%make

%install
%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/sysconfig

install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/icmpdnd.service
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/icmpdnd

# cleanup
rm -rf %{buildroot}%{_sysconfdir}/init.d
rm -f %{buildroot}/%{_lib}/libnss_icmp.la


%post
%systemd_post %{name}d.service

%preun
%systemd_preun %{name}d.service

%postun
%systemd_postun_with_restart %{name}d.service

%files
%doc AUTHORS COPYING ChangeLog README
%{_unitdir}/icmpdnd.service
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/icmpdnd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nss-icmp.conf
%attr(0755,root,root) /%{_lib}/libnss_icmp.so*
%attr(0755,root,root) /sbin/icmpdnd
%attr(4755,root,root) /bin/idnlookup
%{_mandir}/man*/*

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.4-6
- (1e707d4) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10449 |14cu|icoutils-0.31.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Extract and convert bitmaps from Windows icon and cursor files
Name:		icoutils
Version:	0.31.3
Release:	1
Group:		Graphics
License:	GPLv3+
URL:		http://www.nongnu.org/%{name}/
Source0:	http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.bz2
Requires:	perl
BuildRequires:	libpng-devel

%description
The icoutils are a set of program for extracting and converting bitmaps from
Microsoft Windows icon and cursor files. These files usually have the
extension .ico or .cur, but they can also be embedded in executables and
libraries (.dll-files). (Such embedded files are referred to as resources).


%prep
%setup -q


%build
%configure2_5x
%make

%install
%makeinstall_std
cp extresso/extresso extresso/genresscript %{buildroot}/%{_bindir}
cp extresso/extresso.1 extresso/genresscript.1 %{buildroot}/%{_mandir}/man1

%find_lang %{name} 


%files -f %{name}.lang
%doc README AUTHORS ChangeLog NEWS TODO
%{_bindir}/*
%{_mandir}/man1/*



%changelog

* Thu Mar 16 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.31.3-1
- (520cf21) Updated to 0.31.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10450 |14cu|id3-0.80-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line ID3 mass tagger
Name:		id3
Version:	0.80
Release:	1
License:	BSD
Group:		Sound
URL:		https://squell.github.io/%{name}/
Source0:	https://github.com/squell/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
#Patch0:	id3-0.78-missing-headers.patch

%description
This is a mass tagger tool for manipulating id3 and id3v2 tags in multiple
files. It can generate tag fields from the filename and other variables,
and/or rename files, using an intuitive syntax. It currently supports the
old-style ID3 tags (ID3 v1.1), Lyrics3 tags (Lyrics3 v2.0), and the more
complicated ID3v2 (ID3 v2.2.0, v2.3.0) formats. This also means its use is
pretty much limited to audio files which use these formats, e.g, MPEG-1
Layer III.

%files
%doc README CHANGES COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/bash-completion/completions/%{name}

##############################################################################

%prep
%setup -q
#patch -p1

# Fix perms
chmod 0644 README CHANGES COPYING
chmod 0644 *.c *.cpp *.h


%build
%make


%install
%makeinstall

# Install bash completion file
install -m 644 -D bash/complete %{buildroot}%{_datadir}/bash-completion/completions/%{name}



%changelog

* Sat Aug 06 2016 Giovanni Mariani <mc2374@mclink.it> 0.80-1
- (615a993) Updated to release 0.80, dropped P0 (now upstream), fixed URL and Source0 tags, updated file list and cleaned specfile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10451 |14cu|id3v2-0.1.12-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A command line id3v2 tag editor
Name:		id3v2
Version:	0.1.12
Release:	6
License:	GPLv2+
Group:		Sound
Url:		http://id3v2.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/id3v2/%{name}-%{version}.tar.bz2
BuildRequires:	libid3-devel

%description
id3v2 is a command line id3v2 tag editor. You can add/modifiy/delete
id3v2 tags and convert id3v1 tags to id3v2 tags.

%files
%doc README
%{_bindir}/id3v2
%{_mandir}/man1/id3v2.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
%make clean
%make

%install
install -m755 id3v2 -D %{buildroot}%{_bindir}/id3v2
install -m644 id3v2.1 -D %{buildroot}%{_mandir}/man1/id3v2.1


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.12-6
- (2942732) Build with system optflags to fix debug package
- (2942732) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10452 |14cu|iftop-1.0-pre4.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global LDFLAGS %{ldflags} -ltinfo

%define name iftop 
%define version 1.0
%define uprel pre4

Name: %{name}
Summary: Command line tool that displays bandwidth usage on an interface
Version: %{version}
Release: %{uprel}.1
Source0: http://www.ex-parrot.com/~pdw/iftop/download/%{name}-%{version}%{uprel}.tar.gz
URL: http://www.ex-parrot.com/~pdw/iftop/ 
Group: Monitoring 
License: GPLv2+
BuildRequires: pcap-devel 
BuildRequires: pkgconfig(ncurses) 
BuildRequires: texinfo

%description
iftop does for network usage what top(1) does for CPU usage. It listens to
network traffic on a named interface and displays a table of current bandwidth
usage by pairs of hosts. Handy for answering the question "why is our ADSL link
so slow?".

%prep
%setup -qn %{name}-%{version}%{uprel}


%build
%configure
%make

%install
%makeinstall_std 


%files
%doc README COPYING TODO INSTALL
%{_sbindir}/iftop
%{_mandir}/man8/*

%changelog
* Sun Nov 02 2014 abfonly <abfonly@gmail.com> 1.0-pre4.1
+ Revision: accc3ea
- Merge pull request #1 from abfonly/iftop:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10453 |14cu|ifuse-1.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mount Apple iPhone and iPod touch devices
Name:		ifuse
Version:	1.1.3
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.libimobiledevice.org/
Source0:	http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(libimobiledevice-1.0)

%files
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_mandir}/man1/ifuse.1.*

#----------------------------------------------------------------------------

%description
A fuse filesystem for mounting iPhone and iPod touch devices.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Mon Sep 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.3-3
- (3061ef6) Rebuild with libimobiledevice



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10454 |14cu|ii-1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ii
Version:	1.7
Release:	1
Group:		Networking/Other
URL:		http://tools.suckless.org/ii
License:	MIT
Source0:	http://dl.suckless.org/tools/%{name}-%{version}.tar.gz
Summary:	Minimalist FIFO and filesystem-based IRC client
%description
ii is a minimalist FIFO and filesystem-based IRC client. It creates an
irc directory tree with server, channel and nick name directories. In
every directory a FIFO in file and a normal out file is created.

The in file is used to communicate with the servers and the out files
contain the server messages. For every channel and every nick name there
are related in and out files created. This allows IRC communication from
command line and adheres to the Unix philosophy. example

Join a channel as follows: $ echo "/j #wmii" > in and ii creates a
new #wmii (channel) directory with in and out files.

It consists of <= 500 lines of code and is the big brother of sic (simple
irc client).

%prep
%setup -q

%build
make

%install
make PREFIX=%{buildroot}%{_prefix} install
rm -Rf %{buildroot}/usr/share/doc/ii

%files
%doc README LICENSE FAQ query.sh
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 1.7-1
- (2b828f5) Updated to 1.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10455 |14cu|image-analyzer-3.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An application that displays tree structure of disc image
Name:		image-analyzer
Version:	3.0.0
Release:	1
Group:		File tools
License:	GPLv2+
Url:		http://cdemu.sourceforge.net
Source0:	http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libmirage) >= %{version}
Requires:	gnuplot

%description
Image Analyzer is a simple Gtk+ application that displays tree structure
of disc image created by libMirage.

It is mostly intended as a demonstration of libMirage API use, although it
can be also used to verify that an image is correctly handled by libMirage.

%files
%doc README COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/image-analyzer.svg

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DPOST_INSTALL_HOOKS:BOOL=OFF
%make

%install
%makeinstall_std -C build

%changelog

* Fri Apr 15 2016 dsilakov <denis.silakov@rosalab.ru> 3.0.0-1
- (e692512) Merge pull request #1 from alzim/image-analyzer:rosa2014.1
- (e692512) Updated to 3.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10456 |14cu|imagej-1.48e-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           imagej
Version:        1.48e
Release:        1
Summary:        Image Processing and Analysis in Java

Group:          Sciences/Computer science
License:        Public Domain
URL:            http://rsbweb.nih.gov/ij/index.html
Source0:        http://rsbweb.nih.gov/ij/download/src/ij148e-src.zip
Source1:        %{name}.desktop
Source2:        http://rsbweb.nih.gov/ij/macros/macros.zip
Source3:        http://rsb.info.nih.gov/ij/download/linux/unix-script.txt
Source4:        imagej.png

# don't copy .class files 
Patch0:         %{name}-%{version}-patch0.patch
# modify imagej.sh for fedora compatibility
Patch1:         %{name}-%{version}-patch1.patch
BuildArch:      noarch

BuildRequires:  ant
BuildRequires:  desktop-file-utils
BuildRequires:	java-rpmbuild

# java-devel not java for plugins build
Requires:       java >= 1.6.0

%description
ImageJ is a public domain Java image processing program. It can display,
edit, analyze a wide variety of image data, including image sequences. Imagej
can be used for quantitative analysis of engineering and scientific image data.

%package        javadoc
Summary:        Javadocs for %{name}
Group:          Documentation
BuildArch:      noarch
Requires:       %{name} = %{version}-%{release}

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -c -n "%{name}-%{version}" 
# patch build.xml
%patch0 -p0 -b .patch0
# unzip macros.zip
unzip -qq -u %{SOURCE2} 
# erase binary and useless files 
rm -rf macros/.FBC*
rm macros/build.xml
rm -rf __MACOSX
#get and patch unix-script.txt
cp %{SOURCE3} ./imagej.sh
%patch1 -p1 -b .patch1

find -name '*.class' -exec rm -f '{}' \;
find -name '*.jar' -exec rm -f '{}' \;

%build
cd source
%ant build javadocs
cd ..

%install
# install jar
mkdir -p %{buildroot}%{_javadir}
cp -p source/ij.jar   \
%{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# install javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp api  \
%{buildroot}%{_javadocdir}/%{name}

# install icon
mkdir -p %{buildroot}%{_datadir}/pixmaps
cp -p %{SOURCE4} %{buildroot}%{_datadir}/pixmaps

# install data files
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -p source/build/about.jpg %{buildroot}%{_datadir}/%{name}/about.jpg
cp -p source/build/IJ_Props.txt %{buildroot}%{_datadir}/%{name}/IJ_Props.txt

#install macros
chmod 644 macros/About\ Startup\ Macros 
find ./macros -name \*.txt -type f -exec chmod 644 {} \;
find ./macros -type d -exec chmod 755 {} \;
cp -rp macros %{buildroot}%{_datadir}/%{name}

#install luts
mkdir %{buildroot}%{_datadir}/%{name}/luts 

# install script
mkdir -p %{buildroot}%{_bindir}
chmod +x imagej.sh
cp -p imagej.sh %{buildroot}%{_bindir}/%{name}

# directory for plugins
mkdir -p %{buildroot}%{_datadir}/%{name}/plugins
cp source/plugins/JavaScriptEvaluator.source %{buildroot}%{_datadir}/%{name}/plugins/JavaScriptEvaluator.java

# desktop file
desktop-file-install --vendor=""                     \
       --dir=%{buildroot}%{_datadir}/applications/   \
       %{SOURCE1}

%files
%{_javadir}/*
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_bindir}/%{name}
%doc source/aREADME.txt source/release-notes.html source/applet.html

%files javadoc
%{_javadocdir}/%{name}

%changelog

* Tue Nov 17 2015 Denis Silakov <dsilakov@gmail.com> 1.48e-1
- (7971b69) ADded java-rpmbuild BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10457 |14cu|imapfilter-2.6.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mail filtering utility
Name:		imapfilter
Version:	2.6.7
Release:	1
License:	MIT
Group:		Networking/Mail
Url:		https://github.com/lefcha/imapfilter/
Source0:	https://github.com/lefcha/imapfilter/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
Patch0:		imapfilter-makefile-fix-v2.6.7.patch
BuildRequires:	openssl-devel
BuildRequires:	pcre-devel
BuildRequires:	lua-devel

%description
IMAPFilter is a mail filtering utility. It connects to remote mail servers
using the Internet Message Access Protocol (IMAP). Based on the user defined
filters it checks messages residing on a remote IMAP mailbox and processes
them in various ways.

One can execute imapfilter before:
  * fetching of mail locally
  * accessing a mailbox using one of the available Mail User Agents (MUA)
  * browsing a mailbox via the Web
...in order to "clear" a mailbox and avoid downloading/seeing some specific
mails, copy and/or move messages between folders, etc.


%prep
%setup -q
%patch0 -p1

%build
CFLAGS="%{optflags}" %make

%install
%makeinstall_std BINDIR=%{_bindir}\
	SHAREDIR=%{_datadir}/imapfilter\
	MANDIR=%{_mandir}

%files
%defattr(0755,root,root,0755)
%{_bindir}/*
%defattr(0644,root,root,0755)
%doc LICENSE NEWS README
%{_mandir}/*/*
%{_datadir}/imapfilter

%changelog

* Sun Sep 18 2016 alzim <alzim@bk.ru> 2.6.7-1
- (549029b) Merge pull request #1 from import/imapfilter:rosa2016.1
- (549029b) Updated to 2.6.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10458 |14cu|imapsync-1.727-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	IMAP synchronisation, sync, copy or migration tool
Name:		imapsync
Version:	1.727
Release:	1
License:	WTFPL
Group:		Networking/Mail
URL:		http://ks.lamiral.info/imapsync/
Source0:	http://www.linux-france.org/prj/imapsync/dist/%{name}-%{version}.tgz
Requires:	perl(Date::Manip)
Requires:	perl(Term::ReadKey)
Suggests:	perl(IO::Socket::SSL)
Suggests:	perl(Digest::HMAC_MD5)
BuildArch:	noarch

%description
imapsync is a tool for facilitating incremental recursive IMAP transfers from
one mailbox to another. It is useful for mailbox migration, and reduces the
amount of data transferred by only copying messages that are not present on
both servers. Read, unread, and deleted flags are preserved, and the process
can be stopped and resumed. The original messages can optionally be deleted
after a successful transfer.

%prep
%setup -q

%build
pod2man %{name} > %{name}.1

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 %{name} %{buildroot}%{_bindir}/
install -m0644 %{name}.1 %{buildroot}%{_mandir}/man1/

%files
%doc CREDITS ChangeLog FAQ README TODO
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0644,root,root) %{_mandir}/man1/%{name}.1*

%changelog

* Sun Sep 18 2016 alzim <alzim@bk.ru> 1.727-1
- (3d89c6b) Merge pull request #2 from import/imapsync:rosa2016.1
- (3d89c6b) Updated to 1.727



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10459 |14cu|im-chooser-1.6.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		im-chooser
Version:	1.6.4
Release:	2
License:	GPLv2+ and LGPLv2+
URL:		http://fedorahosted.org/im-chooser/
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(imsettings)
BuildRequires:	libxfce4util-devel
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	gettext
Source0:	http://fedorahosted.org/releases/i/m/%{name}/%{name}-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-1.6.4-translation-updates.patch
Patch1:		%{name}-1.6.4-format-not-a-string-literal.patch

Summary:	Desktop Input Method configuration tool
Group:		System/Internationalization
Obsoletes:	im-chooser-gnome3 < 1.4.2-2
Provides:	im-chooser-gnome3 = %{version}-%{release}
Requires:	%{name}-common = %{version}-%{release}

%description
im-chooser is a GUI configuration tool to choose the Input Method
to be used or disable Input Method usage on the desktop.

%package	common
Summary:	Common files for im-chooser subpackages
Group:		System/Internationalization
Requires:	imsettings >= 1.3.0
Obsoletes:	im-chooser < 1.5.0.1
## https://fedorahosted.org/fpc/ticket/174
Provides:	bundled(egglib)

%description	common
im-chooser is a GUI configuration tool to choose the Input Method
to be used or disable Input Method usage on the desktop.

This package contains the common libraries/files to be used in
im-chooser subpackages.

%package	xfce
Summary:	XFCE settings panel for im-chooser
Group:		System/Internationalization
Requires:	%{name}-common = %{version}-%{release}
Obsoletes:	im-chooser < 1.5.0.1

%description	xfce
im-chooser is a GUI configuration tool to choose the Input Method
to be used or disable Input Method usage on the desktop.

This package contains the XFCE settings panel for im-chooser.


%prep
%setup -q
%patch0 -p2 -b .0-trans
%patch1 -p1 -b .format

%build
export LDFLAGS="-lICE"
%configure
%make

%install
make install DESTDIR=%{buildroot} INSTALL="/usr/bin/install -p"

desktop-file-install \
	--add-category=X-GNOME-PersonalSettings			\
	--delete-original					\
	--dir=%{buildroot}%{_datadir}/applications		\
	%{buildroot}%{_datadir}/applications/im-chooser.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/xfce4-im-chooser.desktop
#%%{!?_with_gtk2:desktop-file-validate $RPM_BUILD_ROOT%%{_datadir}/applications/im-chooser-panel.desktop}

rm -rf %{buildroot}%{_libdir}/libimchooseui.{so,la,a}
#%%{!?_with_gtk2:rm -rf $RPM_BUILD_ROOT%%{_libdir}/control-center-1/panels/libim-chooser.{a,la}}

# disable panel so far
rm -rf %{buildroot}%{_libdir}/control-center-1/panels/libim-chooser.so
rm -rf %{buildroot}%{_datadir}/applications/im-chooser-panel.desktop

%find_lang %{name}


%post	common
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun	common
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans	common
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :


%files
%{_bindir}/im-chooser
%{_datadir}/applications/im-chooser.desktop
%{_mandir}/man1/im-chooser.1*

%files	common -f %{name}.lang
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/libimchooseui.so.*
%{_datadir}/icons/hicolor/*/apps/im-chooser.png
%dir %{_datadir}/imchooseui
%{_datadir}/imchooseui/imchoose.ui

%files	xfce
%{_bindir}/xfce4-im-chooser
%{_datadir}/applications/xfce4-im-chooser.desktop


%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 1.6.4-2
- (23d2e2a) Rebuild with new xfce



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10460 |14cu|imlib-1.9.15-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 1
%define libname %mklibname %{name} %{lib_major}
%define devname %mklibname %{name} -d
%define gdk_libname %mklibname gdkimlib %{lib_major}
%define gdk_devname %mklibname gdkimlib -d

Summary:	An image loading and rendering library
Name:		imlib
Version:	1.9.15
Release:	21
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.enlightenment.org/Libraries/Imlib/	
Source0:	ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/1.9/%{name}-%{version}.tar.bz2
Source1:	imlib-pofiles.tar.bz2
Patch0:		imlib-1.9-m4.patch
Patch1:		imlib-1.9.11-i18n.patch
Patch2:		imlib-1.9.10-path.patch
Patch3:		imlib-1.9.15-no-locincpth.patch
Patch5:		imlib-1.9.13-secfixes.patch
Patch6:		imlib-1.9.14-fix-underquoted-calls.patch
Patch7:		imlib-1.9.15-max-24bpp.diff
Patch8:		imlib-1.9.15-link.patch
Patch9:		imlib-1.9.15-libpng15.diff
Patch10:	imlib-1.9.15-giflib51.patch
BuildRequires:	chrpath
BuildRequires:	gettext
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gtk+)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
Provides:	Imlib = %{EVRD}

# Comment to Source1 :
# I don't understand why official imlib dropped i18n support ?! all
# hooks are there though, only the po/ directory has been deleted

%description
Imlib is a display depth independent image loading and rendering library.
Imlib is designed to simplify and speed up the process of loading images
and obtaining X Window System drawables.  Imlib provides many simple
manipulation routines which can be used for common operations.  

Install imlib if you need an image loading and rendering library.
You may also want to install the imlib-cfgeditor package, which will help
you configure Imlib.

%files
%doc README AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%doc README
%{_libdir}/libImlib.so.%{lib_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Includes and other files to develop %{name} applications
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	imlib-devel = %{EVRD}

%description -n %{devname}
The header files, static libraries and documentation needed for
developing Imlib applications.  Imlib is an image loading and rendering
library.

Install the imlib-devel package if you want to develop Imlib applications.
You'll also need to install the imlib and imlib_cfgeditor packages.

%files -n %{devname}
%doc doc/*.gif doc/*.html README AUTHORS ChangeLog
%{_bindir}/imlib-config
%multiarch %{multiarch_bindir}/imlib-config

%{_mandir}/man1/imlib-config*
# note, the blank line above is needed due to some borked rpm5 macro
%{_includedir}/Imlib*
%{_datadir}/aclocal/*
%{_libdir}/libImlib.so
%{_libdir}/pkgconfig/imlib.pc

#----------------------------------------------------------------------------

%package -n %{gdk_libname}
Summary:	GDK version of the imlib library
Group:		System/Libraries
Requires:	%{name}

%description -n %{gdk_libname}
This package contains the library needed to run programs dynamically
linked with the gdk version of %{name}.

%files -n %{gdk_libname}
%{_libdir}/libgdk_imlib.so.%{lib_major}*

#----------------------------------------------------------------------------

%package -n %{gdk_devname}
Summary:	Includes and other files to develop %{name} applications
Group:		Development/GNOME and GTK+
Requires:	%{gdk_libname} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	libgdk%{name}-devel = %{EVRD}
Provides:	gdkimlib-devel = %{EVRD}

%description -n %{gdk_devname}
The header files, static libraries and documentation needed for
developing gdk_imlib applications.  gdk_imlib is an image loading and rendering
library.

%files -n %{gdk_devname}
%{_includedir}/gdk_*
%{_libdir}/pkgconfig/imlibgdk.pc
%{_libdir}/libgdk_imlib.so

#----------------------------------------------------------------------------

%package cfgeditor
Summary:	A configuration editor for the Imlib library
Group:		System/Libraries
Requires:	%{name}

%description cfgeditor
The imlib-cfgeditor package contains the imlib_config program, which you
can use to configure the Imlib image loading and rendering library.
Imlib_config can be used to control how Imlib uses color and handles
gamma corrections, etc.

If you're installing the imlib package, you should also install
imlib_cfgeditor.

%files cfgeditor -f %{name}.lang
%doc README
%{_bindir}/imlib_config
%{_mandir}/man1/imlib_config*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .m4ver
%patch1 -p1 -b .i18n
%patch2 -p1 -b .path
%patch3 -p1 -b .no-locincpth
%patch5 -p1 -b .can-2004-1025_1026
%patch6 -p1 -b .underquoted
%patch7 -p0
%patch8 -p1 -b .link
%patch9 -p1 -b .libpng15
%patch10 -p1 -b .giflib51

%build
autoreconf -fi
%configure2_5x \
	--disable-gtktest \
	--disable-static
%make

%install
%makeinstall_std

# some hand dealing for locale
tar jxvf %{SOURCE1}
for i in po/*.po ; do
  mkdir -p %{buildroot}%{_datadir}/locale/`basename $i .po`/LC_MESSAGES
  msgfmt -v -o %{buildroot}%{_datadir}/locale/`basename $i .po`/LC_MESSAGES/imlib.mo $i
done

%multiarch_binaries %{buildroot}%{_bindir}/imlib-config

# (sb) rpmlint
chrpath -d %{buildroot}%{_bindir}/imlib_config
chrpath -d %{buildroot}%{_libdir}/*.so*

%find_lang %{name}


%changelog

* Mon Dec 21 2015 Denis Silakov <dsilakov@gmail.com> 1.9.15-21
- (dfb4aec) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10461 |14cu|imsettings-1.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:		imsettings
Version:	1.7.2
Release:	1
License:	LGPLv2+
URL:		https://tagoh.bitbucket.org/%{name}/
BuildRequires:	desktop-file-utils
BuildRequires:	intltool gettext
BuildRequires:	libtool automake autoconf
BuildRequires:	glib2 >= 2.32.0
BuildRequires:	gobject-introspection-devel
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(libgxim)
BuildRequires:	xfconf-devel
Source0:	https://bitbucket.org/tagoh/%{name}/downloads/%{name}-%{version}.tar.bz2
## Fedora specific: run IM for certain languages only
Patch0:		%{name}-constraint-of-language.patch
## Fedora specific: Disable XIM support
Patch1:		%{name}-disable-xim.patch
## Fedora specific: Enable xcompose for certain languages
Patch2:		%{name}-xinput-xcompose.patch
## Fedora specific: Force enable the IM management on imsettings for Cinnamon
Patch3:		%{name}-force-enable-for-cinnamon.patch
Patch4:		%{name}-fix-configure.patch

Summary:	Delivery framework for general Input Method configuration
Group:		System/Internationalization
Requires:	xinit
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name}-desktop-module = %{version}-%{release}
Requires(post):	dbus update-alternatives
Requires(postun): dbus update-alternatives
Suggests:	%{name}-gsettings

%description
IMSettings is a framework that delivers Input Method
settings and applies the changes so they take effect
immediately without any need to restart applications
or the desktop.

This package contains the core DBus services and some utilities.

%package	-n %{libname}
Summary:	Libraries for imsettings
Group:		Development/Other

%description	-n %{libname}
IMSettings is a framework that delivers Input Method
settings and applies the changes so they take effect
immediately without any need to restart applications
or the desktop.

This package contains the shared library for imsettings.

%package	-n %{develname}
Summary:	Development files for imsettings
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Requires:	pkgconfig
Requires:	glib2-devel >= 2.32.0

%description	-n %{develname}
IMSettings is a framework that delivers Input Method
settings and applies the changes so they take effect
immediately without any need to restart applications
or the desktop.

This package contains the development files to make any
applications with imsettings.

%if 0
%package	xim
Summary:	XIM support on imsettings
Group:		System/Internationalization
Requires:	%{name} = %{version}-%{release}
Requires:	im-chooser

%description	xim
IMSettings is a framework that delivers Input Method
settings and applies the changes so they take effect
immediately without any need to restart applications
or the desktop.

This package contains a module to get this working with XIM.
%endif

%package	gsettings
Summary:	GSettings support on imsettings
Group:		System/Internationalization
Requires:	%{name} = %{version}-%{release}
Requires:	dconf
Provides:	imsettings-desktop-module = %{version}-%{release}
Provides:	%{name}-gnome = %{version}-%{release}
Obsoletes:	%{name}-gnome < 1.5.1-3

%description	gsettings
IMSettings is a framework that delivers Input Method
settings and applies the changes so they take effect
immediately without any need to restart applications
or the desktop.

This package contains a module to get this working on
GNOME and Cinnamon which requires GSettings in their
own XSETTINGS daemons.

%package	qt
Summary:	Qt support on imsettings
Group:		System/Internationalization
Requires:	%{name} = %{version}-%{release}
Requires:	im-chooser
Provides:	imsettings-desktop-module = %{version}-%{release}

%description	qt
IMSettings is a framework that delivers Input Method
settings and applies the changes so they take effect
immediately without any need to restart applications
or the desktop.

This package contains a module to get this working on Qt
applications.

%package	xfce
Summary:	Xfce support on imsettings
Group:		System/Internationalization
Requires:	%{name} = %{version}-%{release}
Requires:	im-chooser-xfce
Requires:	xfce4-settings
Provides:	imsettings-desktop-module = %{version}-%{release}

%description	xfce
IMSettings is a framework that delivers Input Method
settings and applies the changes so they take effect
immediately without any need to restart applications
or the desktop.

This package contains a module to get this working on Xfce.  

%package	lxde
Summary:	LXDE support on imsettings
Group:		System/Internationalization
Requires:	%{name} = %{version}-%{release}
#Requires:	lxde-settings-daemon
Requires:	lxsession
Requires:	im-chooser
Provides:	imsettings-desktop-module = %{version}-%{release}

%description	lxde
IMSettings is a framework that delivers Input Method
settings and applies the changes so they take effect
immediately without any need to restart applications
or the desktop.

This package contains a module to get this working on LXDE.

%package	mate
Summary:	MATE support on imsettings
Group:		System/Internationalization
Requires:	%{name} = %{version}-%{release}
# need to keep more deps for similar reason to https://bugzilla.redhat.com/show_bug.cgi?id=693809
Requires:	mate-settings-daemon >= 1.5.0
Requires:	mate-session-manager
Requires:	im-chooser
Provides:	imsettings-desktop-module = %{version}-%{release}

%description	mate
IMSettings is a framework that delivers Input Method
settings and applies the changes so they take effect
immediately without any need to restart applications
or the desktop.

This package contains a module to get this working on MATE.

%if 0
%package	cinnamon
Summary:	Cinnamon support on imsettings
Group:		System/Internationalization
Requires:	%{name} = %{version}-%{release}
# need to keep more deps for similar reason to https://bugzilla.redhat.com/show_bug.cgi?id=693809
Requires:	cinnamon
Requires:	cinnamon-session
Requires:	im-chooser
Provides:	imsettings-desktop-module = %{version}-%{release}

%description	cinnamon
IMSettings is a framework that delivers Input Method
settings and applies the changes so they take effect
immediately without any need to restart applications
or the desktop.

This package contains a module to get this working on Cinnamon.
%endif

%prep
%setup -q
%patch0 -p1 -b .0-lang
%patch1 -p1 -b .1-xim
%patch2 -p1 -b .2-xcompose
%patch3 -p1 -b .3-force-cinnamon
%patch4 -p1 -b .4-fix-configure

%build
autoreconf -f
%configure	\
	--with-xinputsh=50-xinput.sh \
	--disable-static \
	--disable-schemas-install

%make


%install
make install DESTDIR=%{buildroot} INSTALL="/usr/bin/install -p"

# change the file attributes
chmod 0755 %{buildroot}%{_libexecdir}/imsettings-target-checker.sh
chmod 0755 %{buildroot}%{_libexecdir}/xinputinfo.sh
chmod 0755 %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/50-xinput.sh

# clean up the unnecessary files
rm -f %{buildroot}%{_libdir}/imsettings/libimsettings-{gconf,mateconf}.so
rm -f %{buildroot}%{_libdir}/imsettings/libimsettings-cinnamon-gsettings.so

desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/imsettings-start.desktop

%find_lang %{name}


#%%check
## Disable it because it requires DBus session
# make check

%post
alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_sysconfdir}/X11/xinit/xinput.d/none.conf 10
alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_sysconfdir}/X11/xinit/xinput.d/xcompose.conf 20
alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_sysconfdir}/X11/xinit/xinput.d/xim.conf 30
dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig > /dev/null 2>&1 || :

%postun
if [ "$1" = 0 ]; then
	alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/none.conf
	alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/xcompose.conf
	alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/xim.conf
	dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig > /dev/null 2>&1 || :
fi

%files	-f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%dir %{_libdir}/imsettings
%{_bindir}/imsettings-info
%{_bindir}/imsettings-list
%{_bindir}/imsettings-reload
%{_bindir}/imsettings-switch
%{_libexecdir}/imsettings-check
%{_libexecdir}/imsettings-daemon
%{_libexecdir}/xinputinfo.sh
%{_libexecdir}/imsettings-functions
%{_libexecdir}/imsettings-target-checker.sh
%{_datadir}/dbus-1/services/*.service
%{_datadir}/pixmaps/*.png
%{_sysconfdir}/X11/xinit/xinitrc.d/50-xinput.sh
%{_sysconfdir}/X11/xinit/xinput.d
%{_sysconfdir}/xdg/autostart/imsettings-start.desktop
%{_mandir}/man1/imsettings-*.1*

%files	-n %{libname}
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/libimsettings.so.%{major}*

%files	-n %{develname}
%doc AUTHORS COPYING ChangeLog NEWS README
%{_includedir}/imsettings
%{_libdir}/libimsettings.so
%{_libdir}/pkgconfig/imsettings.pc
%{_libdir}/girepository-*/IMSettings-*.typelib
%{_datadir}/gir-*/IMSettings-*.gir
%{_datadir}/gtk-doc/html/imsettings

#%files	xim
#%doc AUTHORS COPYING ChangeLog NEWS README
#%{_bindir}/imsettings-xim
#%{_libdir}/imsettings/libimsettings-xim.so

%files	gsettings
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/imsettings/libimsettings-gsettings.so

%files	qt
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/imsettings/libimsettings-qt.so

%files	xfce
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/imsettings/libimsettings-xfce.so

%files	lxde
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/imsettings/libimsettings-lxde.so

%files	mate
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/imsettings/libimsettings-mate-gsettings.so

#%files cinnamon
#%doc AUTHORS COPYING ChangeLog NEWS README
#%{_libdir}/imsettings/libimsettings-cinnamon-gsettings.so

%changelog

* Sun Sep 18 2016 alzim <alzim@bk.ru> 1.7.2-1
- (f978457) Merge pull request #1 from import/imsettings:rosa2016.1
- (f978457) Updated to 1.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10462 |14cu|imspector-0.10-0.20160827.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap 20160827

Name:	    imspector
Version:	0.10
Release:	0.%{snap}.1
Summary:	Multiple IM transparent proxy
License:	GPLv2+
Group:		Networking/Other
URL:		http://www.imspector.org/
Source0:	http://www.imspector.org/downloads/snapshots/%{name}-%{snap}.tar.gz
Source1:	imspector.sysconfig
Source2:	imspector.service
Patch0:		imspector-make.patch
Patch1:		imspector-main.patch
Patch2:		imspector-conf.patch
Patch3:		multiple-lines.patch
Patch4:		imspector-0.9-openssl-1.0.patch
Patch5:		imspector-0.9-link.patch
BuildRequires:	openssl-devel >= 0.9.7
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel
BuildRequires:	sqlite3-devel
Requires:	webserver
Requires:	openssl
Requires:	apache-mod_socache_shmcb # actually, only if webserver is apache, but there is no syntax for such aa condition
Requires(post):	rpm-helper

%description
IMSpector is an Instant Messenger proxy with monitoring, blocking and
content-filtering capabilities. Currently it supports MSN, Jabber/XMPP, AIM,
ICQ, Yahoo, IRC and Gadu-Gadu to different degrees. MSN is the principle
protocol, as it is the most popular these days, at least in the UK where I'm
based. The supported platforms are at present Linux and BSD when using the pf
firewall, but porting to other UNIXs should be trivial. It is able to log to
plain files, as well as several types of SQL database including MySQL, SQLite
and PostreSQL.

%files
%defattr(0755,root,root)
%doc COPYING INSTALL README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/imspector
%attr(0755,root,root) %{_unitdir}/imspector*
%dir %{_sysconfdir}/imspector
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/imspector/acl.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/imspector/badwords.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/imspector/imspector.conf
%{_sbindir}/imspector
%dir %{_libdir}/imspector
%{_libdir}/imspector/aclfilterplugin.so
%{_libdir}/imspector/badwordsfilterplugin.so
%{_libdir}/imspector/catsloggingplugin.so
%{_libdir}/imspector/censordfilterplugin.so
%{_libdir}/imspector/debugloggingplugin.so
%{_libdir}/imspector/fileloggingplugin.so
%{_libdir}/imspector/ggprotocolplugin.so
%{_libdir}/imspector/httpsprotocolplugin.so
%{_libdir}/imspector/icqprotocolplugin.so
%{_libdir}/imspector/ircprotocolplugin.so
%{_libdir}/imspector/jabberprotocolplugin.so
%{_libdir}/imspector/miscfilterplugin.so
%{_libdir}/imspector/msnprotocolplugin.so
%{_libdir}/imspector/yahooprotocolplugin.so
%{_libdir}/libimspector.so
%{_var}/www/cgi-bin/imspector.cgi
%attr(-,imspector,imspector) %{_var}/lib/imspector
%attr(-,imspector,imspector) %{_var}/log/imspector
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/imspector.conf

#-----------------------------------------------------------------------------

%package mysql
Summary:	Imspector MySQL log support
Group:		Networking/Other
Requires:	%{name}

%description mysql
This package gives imspector mysql logging capabilities.

%files mysql
%{_libdir}/imspector/mysqlloggingplugin.so

#-----------------------------------------------------------------------------

%package postgresql
Summary:	Imspector PostgreSQL log support
Group:		Networking/Other
Requires:	%{name}

%description postgresql
This package gives imspector postgresql logging capabilities.

%files postgresql
%{_libdir}/imspector/postgresqlloggingplugin.so

#-----------------------------------------------------------------------------

%package sqlite
Summary:	Imspector MySQL log support
Group:		Networking/Other
Requires:	%{name}

%description sqlite
This package gives imspector sqlite logging and auto-messeging capabilities.

%files sqlite
%{_libdir}/imspector/sqliteloggingplugin.so
%{_libdir}/imspector/dbresponderplugin.so

#-----------------------------------------------------------------------------

%prep

%setup -q -n imspector
%patch0 -p0 -b .make
%patch1 -p0 -b .notusr
%patch2 -p0 -b .config
%patch3 -p1 -b .multiple_lines_at_config
%patch4 -p0 -b .ssl
%patch5 -p0 -b .link

cat imspector.conf|sed -r 's|/usr/lib|%{_libdir}|' >  imspector.conf.1
rm -f imspector.conf
mv imspector.conf.1 imspector.conf

%build
%make CXX="g++ %{optflags} %ldflags" LIBS="-lcrypto -ldl"
%make mysqlloggingplugin.so CXX="g++ %{optflags}"
%make postgresqlloggingplugin.so CXX="g++ %{optflags}"
%make sqliteloggingplugin.so  CXX="g++ %{optflags}"
%make dbresponderplugin.so CXX="g++ %{optflags}"

%install

%makeinstall
install -d %{buildroot}%{_var}/www/cgi-bin
mv contrib/imspector.cgi %{buildroot}%{_var}/www/cgi-bin/

%{__mkdir_p}  %{buildroot}%{_var}/log/imspector
%{__mkdir_p}  %{buildroot}%{_var}/lib/imspector

# provide a simple apache config
%{__mkdir_p} %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/
cat > %{buildroot}/etc/httpd/conf/webapps.d/imspector.conf << EOF
<Location /cgi-bin/imspector.cgi>
    Require all granted
</Location>
EOF

%{__mkdir_p} %{buildroot}%{_unitdir}
%{__mkdir_p} %{buildroot}%{_sysconfdir}/sysconfig
install -m0755 %{SOURCE2} %{buildroot}%{_unitdir}/imspector.service
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/imspector

%preun
%systemd_preun %{name}.service

%pre
%_pre_useradd imspector %{_var}/lib/imspector /bin/false

%postun
%_postun_userdel imspector
%_postun_groupdel imspector
%systemd_postun_with_restart %{name}.service

%post
%_create_ssl_certificate imspector
%systemd_post %{name}.service

%changelog

* Sat Aug 27 2016 alzim <alzim@bk.ru> 0.10-0.20160827.1
- (87d2484) Merge pull request #2 from import/imspector:rosa2016.1
- (87d2484) Updated to 20160827 snapshot



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10463 |14cu|i-nex-7.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define oname I-Nex

Summary:	System information tool
Name:		i-nex
Version:	7.6.0
Release:	1
License:	LGPLv3+
Group:		System/Configuration/Hardware
Url:		https://launchpad.net/i-nex
Source0:	https://launchpad.net/%{name}/trunk/%{version}/+download/%{oname}-master.zip
# Just to make sure we have all these in repositories
BuildRequires:	gambas3-devel
BuildRequires:	gambas3-gb-desktop
BuildRequires:	gambas3-gb-form-dialog
BuildRequires:	gambas3-gb-form
BuildRequires:	gambas3-gb-gui
BuildRequires:	gambas3-gb-gtk
BuildRequires:	gambas3-gb-image
BuildRequires:	gambas3-gb-qt5
BuildRequires:	gambas3-gb-settings
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libcpuid)
BuildRequires:	pkgconfig(libprocps)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
Requires:	gambas3-gb-desktop
Requires:	gambas3-gb-form-dialog
Requires:	gambas3-gb-form
Requires:	gambas3-gb-gui
Requires:	gambas3-gb-gtk
Requires:	gambas3-gb-image
Requires:	gambas3-gb-qt5
Requires:	gambas3-gb-settings
Requires:	gambas3-runtime

%description
An application that gathers information for hardware components available
on your system and displays it using an user interface similar to the popular
Windows tool CPU-Z.

%files
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-library.desktop
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}*.png
%{_iconsdir}/hicolor/*/apps/%{name}.png
/lib/udev/rules.d/i2c_smbus.rules
%{_mandir}/man1/%{name}*.1*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-master

# fix png rgb 
pushd %{oname}/%{name}/logo
find . -type f -name "*.png" -exec convert {} -strip {} \;
popd

%build
pushd %{oname}
autoreconf -fi
%configure2_5x
popd
%make \
	STATIC=false \
	CFLAGS="%{optflags}"

%install
%makeinstall_std

# install menu entries
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Version=1.0
Name=I-Nex
Comment=I-Nex, a system information tool
Exec=i-nex
Icon=i-nex
Terminal=false
Type=Application
StartupNotify=true
Categories=System;Utility;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-library.desktop << EOF
[Desktop Entry]
Version=1.0
Name=I-Nex Library
Comment=I-Nex System Library Information
Exec=%{name} --library
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=System;Utility;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert %{oname}/%{name}/logo/i-nex.0.4.x.png -resize ${N}x${N} $N.png;
install -D -m 0644 16.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

# not needed
rm -rf %{buildroot}%{_defaultdocdir}/%{name}

%changelog

* Tue Dec 06 2016 Victor Ryzhikh <victorr2007@yandex.ru> 7.6.0-1
- (33e2a4c) Updated to 7.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10464 |14cu|ini4j-0.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Prevent brp-java-repack-jars from being run.
%global __jar_repack %{nil}

%global servlet_jar %{_javadir}/servlet.jar

Name:           ini4j
Version:        0.5.1
Release:        1
Summary:        Java API for handling files in Windows .ini format

Group:          Development/Java
License:        ASL 2.0
URL:            http://www.ini4j.org/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.zip
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
Source2:        %{name}-%{version}-build.xml
Patch5:         %{name}-encoding.patch
# build with java8. technically, this is an api change
Patch8:         %{name}-java8-compat.patch

BuildArch:      noarch

# See http://ini4j.sourceforge.net/dependencies.html
BuildRequires:  jpackage-utils
BuildRequires:  ant
BuildRequires:  java-devel >= 1.6.0
BuildRequires:  servlet6
BuildRequires:  java-rpmbuild >= 0:1.5.32

Requires:       jpackage-utils
Requires:       java >= 1.6.0
Requires:       servlet6

%description
The [ini4j] is a simple Java API for handling configuration files in Windows 
.ini format. Additionally, the library includes Java Preferences API 
implementation based on the .ini file.

%package javadoc
Summary:        Javadocs for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils

%description javadoc
This package contains the API documentation for %{name}.

%prep

%setup -q
%patch5 -p1
%patch8 -p1

cp -a %{SOURCE1} ./LICENSE-2.0.txt
cp -a %{SOURCE2} ./build.xml

find . -type f \( -iname "*.jar" -o -iname "*.class" \) | xargs -t %{__rm} -f

# remove test sources
%{__rm} -rf src/test
# remove site sources
%{__rm} -rf src/site

%build

%ant -Dbuild.servlet.jar=%{servlet_jar}  build javadoc

%install

# JAR
%{__mkdir_p} %{buildroot}%{_javadir}
cp -p dist/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && %{__ln_s} %{name}-%{version}.jar %{name}.jar)

# Javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}
cp -rp build/doc/api/* %{buildroot}%{_javadocdir}/%{name}

%files
%{_javadir}/*
%doc LICENSE-2.0.txt src/main/java/org/ini4j/package.html

%files javadoc
%{_javadocdir}/%{name}


%changelog

* Tue Mar 15 2016 Denis Silakov <dsilakov@gmail.com> 0.5.1-1
- (f891e01) Updated to 0.5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10465 |14cu|inn-2.5.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define perl_version %(rpm -q --qf '%%{epoch}:%%{VERSION}' perl)

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(bigint.pl\\)|perl\\(ftp.pl\\)'
%else
%define _requires_exceptions perl(bigint.pl)\\|perl(ftp.pl)
%endif

Summary:	The InterNetNews (INN) system, a Usenet news server

Name:		inn
Version:	2.5.4
Release:	4
License:	GPLv2+
Group:		System/Servers
URL:		http://www.isc.org/products/INN/
Source0:	ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
Source1:	inn-default-active
Source2:	inn-default-distributions
Source3:	inn-default-newsgroups
Source6:	inn-etc-nnrp.access
Source10:	inn-faq.tar.bz2
Source20:	innd.service
Source21:	innd-expire.service
Source22:	innd-expire.timer
Source23:	innd-nntpsend.service
Source24:	innd-nntpsend.timer
Source25:	innd-rnews.service
Source26:	innd-rnews.timer
Source100:	%{name}.rpmlintrc
Patch0:		inn-2.4.3.rh.patch
Patch1:		inn-2.4.1.perl.patch
Patch2:		inn-2.5.1.pie.patch
Patch3:		inn-2.5.2.posix.patch
Patch4:		inn-2.5.1.warn.patch
Patch5:		inn-2.5.1-makedbz.patch
Patch8:		inn-2.5.4-nologinshell.patch
Patch9:		inn-2.5.0-chown.patch
Patch10:	inn-redhat_build.patch
Patch11:	inn-shared.patch
Patch12:	inn-2.5.4-smp.patch
# Patch13:	inn-2.5.3-flex.patch
# Patch21:	inn-2.5.3-radius.patch
# Patch22:	inn-2.5.3-pod.patch
BuildRequires:	autoconf automake libtool
BuildRequires:	bison
BuildRequires:	db-devel
BuildRequires:	ext2fs-devel
BuildRequires:	flex
BuildRequires:	openssl-devel
BuildRequires:	perl-devel
BuildRequires:	krb5-devel
BuildRequires:	pam-devel
Requires(pre):	chkconfig grep coreutils sed rpm-helper
Requires:	cleanfeed, perl = %{perl_version}
Requires:	sendmail-command
Conflicts:	echelog jabber2

%description
INN (InterNetNews) is a complete system for serving Usenet news and/or
private newsfeeds.  INN includes innd, an NNTP (NetNews Transport
Protocol) server, and nnrpd, a newsreader that is spawned for each client. 
Both innd and nnrpd vary slightly from the NNTP protocol, but not in ways
that are easily noticed.

Install the inn package if you need a complete system for serving and
reading Usenet news.  You may also need to install inn-devel, if you are
going to use a separate program which interfaces to INN, like newsgate or
tin.

%package	devel
Summary:	The INN (InterNetNews) library

Group:		Development/C
Requires:	inn = %{version}

%description	devel
The inn-devel package contains the INN (InterNetNews) library, which
several programs that interface with INN need in order to work (for
example, newsgate and tin).

If you are installing a program which must interface with the INN
news system, you should install inn-devel.

%package -n	inews
Summary:	Sends Usenet articles to a local news server for distribution

Group:		System/Servers
Conflicts:	noffle

%description -n	inews
The inews program is used by some news programs (for example, inn and
trn) to post Usenet news articles to local news servers.  Inews reads an
article from a file or standard input, adds headers, performs some
consistency checks and then sends the article to the local news server
specified in the inn.conf file.

Install inews if you need a program for posting Usenet articles to local
news servers.

%prep
%setup -q -a 10
%patch0 -p1 -b .rh
%patch1 -p1 -b .perl
%patch2 -p1 -b .pie
%patch3 -p1 -b .posix
%patch4 -p1 -b .warn
%patch5 -p1 -b .makedbz
%patch8 -p1 -b .nologin
%patch9 -p1 -b .chown
%patch10 -p1 -b .redhat_build
%patch11 -p1 -b .shared
%patch12 -p1 -b .smp
# % patch13 -p1 -b .lex
# % patch21 -p1 -b .radius
# % patch22 -p1 -b .pdx

#rm -f configure; autoconf-2.13

find -type f | xargs perl -pi -e '@meuh = qw(LOCK_READ LOCK_WRITE LOCK_UNLOCK); foreach $a (@meuh) { s/\b$a\b/INN_$a/g }'

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" m4/*.m4 configure*

%build
%serverbuild
export CFLAGS="$CFLAGS -DHAVE_ET_COM_ERR_H -fPIC"

#rm -f config.cache
#libtoolize --copy --force

autoreconf -fi

%configure2_5x --prefix=/usr  \
	--libdir=%{_libdir} \
	--with-lib-dir=%{_libdir}/%{name} \
	--with-filter-dir=%{_libdir}/news/bin/filter \
	--with-control-dir=%{_libdir}/news/bin/control \
	--sysconfdir=/etc/news \
	--mandir=%{_mandir} \
	--libexecdir=%{_libdir}/%{name} \
	--with-log-dir=/var/log/news --with-spool-dir=/var/spool/news\
	--with-db-dir=/var/lib/news --with-run-dir=/var/run/news \
	--with-etc-dir=/etc/news --with-tmp-path=/var/spool/news/tmp \
	--with-perl --enable-shared --disable-static \
	--enable-tagged-hash --enable-merge-to-groups \
	--enable-ipv6 --with-libperl-dir=%{perl_vendorlib} \
	--with-news-user=news --with-news-group=news \
	--with-news-master=news --enable-pgp-verify \
	--with-openssl \
	--with-sendmail=/usr/sbin/sendmail \
	--with-berkeleydb=%{_prefix} \
	--with-http-dir=%{_sharedstatedir}/news/http

%make

%install

mkdir -p %{buildroot}
perl -pi -e 's/^OWNER.*/OWNER = /; s/^ROWNER.*/ROWNER = /' Makefile.global

TMP_UID="`id -un`"
TMP_GID="`id -gn`"
perl -pi -e "s|^NEWSUSER.*|NEWSUSER=${TMP_UID}|g" Makefile.global
perl -pi -e "s|^NEWSGROUP.*|NEWSGROUP=${TMP_GID}|g" Makefile.global

%makeinstall_std

# -- Install man pages needed by suck et al.
mkdir -p %{buildroot}%{_includedir}/inn
for f in clibrary.h config.h
do
    install -c -m 0644 ./include/$f %{buildroot}%{_includedir}/inn
done

mkdir -p %{buildroot}/etc
mv %{buildroot}/usr/bin/rc.news %{buildroot}/etc

perl -pi -e 's|%{_libdir}/inn/news/innshellvars|%{_bindir}/innshellvars|' %{buildroot}/etc/rc.news
chmod 755 %{buildroot}/etc/rc.news



touch %{buildroot}/var/lib/news/subscriptions
chmod 644 %{buildroot}/var/lib/news/subscriptions

mkdir -p %{buildroot}%{_unitdir}
install -p -m 0644 %{SOURCE20} %{buildroot}%{_unitdir}

install -p -m 0644 %{SOURCE21} %{buildroot}%{_unitdir}
install -p -m 0644 %{SOURCE22} %{buildroot}%{_unitdir}

install -p -m 0644 %{SOURCE23} %{buildroot}%{_unitdir}
install -p -m 0644 %{SOURCE24} %{buildroot}%{_unitdir}

install -p -m 0644 %{SOURCE25} %{buildroot}%{_unitdir}
install -p -m 0644 %{SOURCE26} %{buildroot}%{_unitdir}

install -m 644 %{SOURCE1} \
        %{buildroot}/var/lib/news/active
install -m 644 %{SOURCE2} \
        %{buildroot}/var/lib/news/distributions
install -m 644 %{SOURCE3} \
        %{buildroot}/var/lib/news/newsgroups

install -m440 %{SOURCE6} \
        %{buildroot}/etc/news/nnrp.access

rm -f %{buildroot}/var/lib/news/history
touch %{buildroot}/var/lib/news/history
touch %{buildroot}/var/lib/news/.news.daily
LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{buildroot}/usr/bin/makehistory \
	-a %{buildroot}/var/lib/news/active \
	-r -f %{buildroot}/var/lib/news/history || :
chmod 644 %{buildroot}/var/lib/news/*
chmod 644 %{buildroot}/var/lib/news/.news.daily

mkdir -p %{buildroot}/var/spool/news/tmp

# we get this from cleanfeed
# (sb) true - but it's not being found by innd - fix this
rm -f %{buildroot}/%{_libdir}/news/bin/filter/filter_innd.pl
pushd %{buildroot}/%{_libdir}/news/bin/filter
ln -sf ../control/filter_innd.pl . 
popd

# fix location of real library files
#mv %{buildroot}%{_libdir}/{inn/lib{inn,storage}.a,/}

#Fix perms in sample directory to avoid bogus dependencies
find samples -name "*.in" -exec chmod a-x {} \;

# (sb) doc install conflicts with rpm %%doc, even when config is setup
# correctly. Just rm these files and let %%doc take care of it
rm -fr %{buildroot}/%{_usr}/doc

# (sb) a portion of the header files are in /usr/include, while the rest
# are in /usr/include/inn - paths.h conflicts with glibc-devel
# right now inn-devel isn't used for anything, nor do the other header
# files seem to be looking for them a directory up - move them
#mv %{buildroot}/%{_includedir}/*.h %{buildroot}/%{_includedir}/inn

# (sb) file mode now prevents strip from working?
chmod u+w %{buildroot}/%{_bindir}/*
chmod u+w %{buildroot}/%{_bindir}/auth/resolv/*
chmod u+w %{buildroot}/%{_bindir}/auth/passwd/*
chmod u+w %{buildroot}/%{_bindir}/rnews.libexec/*

# Use tmpfiles.d to create /var/run/news
install -d %{buildroot}%{_tmpfilesdir}
cat <<EOF >%{buildroot}%{_tmpfilesdir}/inn.conf
D %{_localstatedir}/run/news 0755 news news -
EOF
install -d -m 0755 %{buildroot}%{_localstatedir}/run/news

%post
%_post_service innd

umask 002
touch /var/log/news/news.notice
touch /var/log/news/news.crit
touch /var/log/news/news.err
[ -f /var/lib/news/active.times ] || {
    touch /var/lib/news/active.times
    chown news:news /var/lib/news/active.times
}
chown -R news:news /var/log/news*

if [ `hostname -f` ]; then
  if [ `cat /etc/news/inn.conf | grep '^server:' | wc -l` -lt 1 ]; then
    echo "server: `hostname -f`" >> /etc/news/inn.conf
  fi

  if [ -f /var/lib/news/history ]; then
        cd /var/lib/news
	%{_bindir}/makedbz -s `wc -l <history` -f history
        for i in dir hash index pag; do
                [ -f history.n.$i ] && mv history.n.$i history.$i
        done
        chown news:news history.*
        chmod 644 history.*
  else
        cd /var/lib/news
        cp /dev/null history
        %{_bindir}/makehistory 
	%{_bindir}/makedbz -s `wc -l <history` -f history
        for i in dir hash index pag; do
                [ -f history.n.$i ] && mv history.n.$i history.$i
        done
        chown news:news history history.*
        chmod 644 history history.*
  fi
else
  echo "Network misconfigured, manual setup required..."
fi

%systemd_post innd.service

%systemd_post innd-expire.timer
%systemd_post innd-nntpsend.timer
%systemd_post innd-rnews.timer

systemctl start innd-expire.timer
systemctl start innd-nntpsend.timer
systemctl start innd-rnews.timer

%triggerin -- sysklogd
if [ -f /etc/syslog.conf ]; then
  if grep -q "# News logging" /etc/syslog.conf; then
perl -pi -e "s!mail.none;authpriv.none!mail.none;news.none;authpriv.none!; \
	     s!/var/log/news/info!/var/log/news/news.notice!; \
	     s!/var/log/news/errors!/var/log/news/news.err!; \
	     s!/var/log/news/warnings!/var/log/news/news.crit!; \
	     s!^news.err!news.=err!; \
	     s!^news.=warn!news.=crit!; " /etc/syslog.conf 
	else
	cat <<EOF >> /etc/syslog.conf
# News logging
news.=debug;news.=info;news.=notice                             -/var/log/news/news.notice
news.=crit                                                      -/var/log/news/news.crit
news.err                                                        -/var/log/news/news.err
EOF
    fi
  if [ -f /var/run/syslog.pid ]; then
    kill -HUP `cat /var/run/syslog.pid` 2> /dev/null ||:
  fi
fi

%preun
%systemd_preun innd.service

%systemd_preun innd-expire.service
%systemd_preun innd-nntpsend.service
%systemd_preun innd-rnews.service

%systemd_preun innd-expire.timer
%systemd_preun innd-nntpsend.timer
%systemd_preun innd-rnews.timer

if [ $1 = 0 ]; then
    if [ -f /var/lib/news/history.dir ]; then
       rm -f /var/lib/news/history.*
    fi
fi

%postun
%systemd_postun_with_restart innd.service

%systemd_postun_with_restart innd-expire.timer
%systemd_postun_with_restart innd-nntpsend.timer
%systemd_postun_with_restart innd-rnews.timer

%files
%defattr(-,news,news)
%dir %{_sysconfdir}/news
%attr(775,news,news) %dir /var/spool/news
%attr(775,news,news) %dir /var/spool/news/articles
%attr(775,news,news) %dir /var/spool/news/overview
%attr(775,news,news) %dir /var/spool/news/archive
%attr(775,news,news) %dir /var/spool/news/incoming
%attr(775,news,news) %dir /var/spool/news/incoming/bad
%attr(775,news,news) %dir /var/spool/news/outgoing
%attr(775,news,news) %dir /var/spool/news/innfeed
%attr(770,news,news) %dir /var/spool/news/tmp
%attr(770,news,news) %dir /var/log/news
/var/log/news/OLD
# /etc config files plus config
%{_unitdir}/innd.service
%{_unitdir}/innd-expire.service
%{_unitdir}/innd-expire.timer
%{_unitdir}/innd-nntpsend.service
%{_unitdir}/innd-nntpsend.timer
%{_unitdir}/innd-rnews.service
%{_unitdir}/innd-rnews.timer
%defattr(-,news,news,-)
# tmpfile.d files
%{_tmpfilesdir}/inn.conf
%attr(770,news,news) %dir /var/lib/news

%attr(-,root,root) %doc HACKING LICENSE MANIFEST TODO
%attr(-,root,root) %doc README* ChangeLog CONTRIBUTORS INSTALL NEWS
%attr(-,root,root) %doc faq
%attr(-,root,root) %doc doc/hook* doc/config*
%attr(-,root,root) %doc doc/sample-control doc/GPL doc/history

%defattr(755,root,root)
%{_prefix}/com/news/http/innreport.css

%dir %{_libdir}/news/bin/control
%dir %{_libdir}/news/bin/filter
%{_libdir}/news/bin/filter/filter_innd.pl
%{_libdir}/news/bin/filter/nnrpd_auth.pl
%{_libdir}/news/bin/filter/startup_innd.pl
%{_libdir}/news/bin/filter/INN.py
%{_libdir}/news/bin/filter/filter_nnrpd.pl
%{_libdir}/news/bin/filter/nnrpd_dynamic.py
%{_libdir}/news/bin/filter/nnrpd_auth.py
%{_libdir}/news/bin/filter/nnrpd_access.pl
%{_libdir}/news/bin/filter/nnrpd_access.py
%{_libdir}/news/bin/filter/nnrpd.py
%{_libdir}/news/bin/filter/filter_innd.py
%{_libdir}/news/bin/control/sendsys.pl
%{_libdir}/news/bin/control/rmgroup.pl
%{_libdir}/news/bin/control/newgroup.pl
%{_libdir}/news/bin/control/ihave.pl
%{_libdir}/news/bin/control/sendme.pl
%{_libdir}/news/bin/control/checkgroups.pl
%{_libdir}/news/bin/control/version.pl
%{_libdir}/news/bin/control/senduuname.pl
%dir %{perl_vendorlib}/INN
%dir %{perl_vendorlib}/INN/Utils
%{perl_vendorlib}/INN/Config.pm
%{perl_vendorlib}/INN/Utils/Shlock.pm
%{_bindir}/scanspool
%{_bindir}/nntpsend
%{_bindir}/send-ihave
%{_bindir}/send-nntp
%{_bindir}/send-uucp
%{_bindir}/perl-nocem
%{_bindir}/shrinkfile
%{_bindir}/tdx-util
%{_bindir}/convdate
%{_bindir}/innbind
%{_bindir}/getlist
%{_bindir}/buffindexed_d
%{_bindir}/innreport_inn.pm
%config(noreplace) %{_bindir}/innshellvars.pl
%{_bindir}/archive
%{_bindir}/pullnews
%attr(6550,uucp,news) %{_bindir}/rnews
%dir %{_bindir}/rnews.libexec
%{_bindir}/rnews.libexec/gunbatch
%{_bindir}/rnews.libexec/c7unbatch
%{_bindir}/rnews.libexec/decode
%{_bindir}/rnews.libexec/encode
%{_bindir}/rnews.libexec/bunbatch
%{_bindir}/sendxbatches
%{_bindir}/nnrpd
%{_bindir}/filechan
%{_bindir}/innxmit
%{_bindir}/tinyleaf
%{_bindir}/cnfsstat
%{_bindir}/ovdb_stat
%{_bindir}/ninpaths
%{_bindir}/innfeed
%{_bindir}/signcontrol
%{_bindir}/sendinpaths
%{_bindir}/tally.control
%dir %{_bindir}/auth/resolv
%dir %{_bindir}/auth/passwd
%{_bindir}/auth/passwd/ckpasswd
%{_bindir}/auth/passwd/radius
%{_bindir}/auth/resolv/domain
%{_bindir}/auth/resolv/ident
%{_bindir}/imapfeed
%{_bindir}/innupgrade
%{_bindir}/expireover
%{_bindir}/makehistory
%{_bindir}/writelog
%{_bindir}/simpleftp
%{_bindir}/grephistory
%{_bindir}/sm
%{_bindir}/mod-active
%{_bindir}/mailpost
%{_bindir}/innconfval
%{_bindir}/procbatch
%{_bindir}/cvtbatch
%config(noreplace) %{_bindir}/innshellvars.tcl
%{_bindir}/cnfsheadconf
%{_bindir}/pgpverify
%{_bindir}/actsync
%{_bindir}/nntpget
%{_bindir}/innreport
%{_bindir}/ovdb_monitor
%{_bindir}/buffchan
%{_bindir}/actsyncd
%{_bindir}/controlchan
%config(noreplace) %{_bindir}/innshellvars
%{_bindir}/shlock
%{_bindir}/news.daily
%{_bindir}/docheckgroups
%{_bindir}/ovdb_server
%{_bindir}/ovdb_init
%{_bindir}/scanlogs
%{_bindir}/inncheck
%{_bindir}/controlbatch
%{_bindir}/actmerge
%{_bindir}/innd
%{_bindir}/expire
%{_bindir}/prunehistory
%{_bindir}/makedbz
%{_bindir}/innstat
%{_bindir}/fastrm
%{_bindir}/innxbatch
%{_bindir}/ctlinnd
%{_bindir}/innmail
%{_bindir}/innwatch
%{_bindir}/news2mail
%{_bindir}/inndf
%{_bindir}/batcher
%{_bindir}/expirerm
%{_bindir}/overchan
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/actsync.cfg
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/actsync.ign
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/buffindexed.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/control.ctl
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/control.ctl.local
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/cycbuff.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/distrib.pats
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/distributions
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/expire.ctl
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/incoming.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/innfeed.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/innreport.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/innshellvars.local
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/innshellvars.pl.local
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/innshellvars.tcl.local
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/innwatch.ctl
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/localgroups
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/moderators
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/motd.innd.sample
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/motd.nnrpd.sample
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/news2mail.cf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/newsfeeds
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/nnrp.access
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/nnrpd.track
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/nntpsend.ctl
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/nocem.ctl
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/ovdb.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/passwd.nntp
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/inn-radius.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/readers.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/send-uucp.cf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/storage.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/subscriptions
%attr(640,uucp,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/inn.conf
%attr(755,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/rc.news
%attr(640,news,news) %config(noreplace) /var/lib/news/active
%attr(640,news,news) %config(noreplace) /var/lib/news/.news.daily
%attr(640,news,news) %config(noreplace) /var/lib/news/active.times
%attr(640,news,news) %config(noreplace) /var/lib/news/subscriptions
%attr(640,news,news) %config(noreplace) /var/lib/news/history
%attr(640,news,news) %config(noreplace) /var/lib/news/distributions
%attr(640,news,news) %config(noreplace) /var/lib/news/newsgroups
%attr(644,root,root) %{_mandir}/man1/convdate.1*
%attr(644,root,root) %{_mandir}/man1/fastrm.1*
%attr(644,root,root) %{_mandir}/man1/getlist.1*
%attr(644,root,root) %{_mandir}/man1/grephistory.1*
%attr(644,root,root) %{_mandir}/man1/innconfval.1*
%attr(644,root,root) %{_mandir}/man1/innmail.1*
%attr(644,root,root) %{_mandir}/man1/nntpget.1*
%attr(644,root,root) %{_mandir}/man1/pgpverify.1*
%attr(644,root,root) %{_mandir}/man1/pullnews.1*
%attr(644,root,root) %{_mandir}/man1/rnews.1*
%attr(644,root,root) %{_mandir}/man1/shlock.1*
%attr(644,root,root) %{_mandir}/man1/shrinkfile.1*
%attr(644,root,root) %{_mandir}/man1/simpleftp.1*
%attr(644,root,root) %{_mandir}/man1/sm.1*
%attr(644,root,root) %{_mandir}/man5/active.5*
%attr(644,root,root) %{_mandir}/man5/active.times.5*
%attr(644,root,root) %{_mandir}/man5/buffindexed.conf.5*
%attr(644,root,root) %{_mandir}/man5/control.ctl.5*
%attr(644,root,root) %{_mandir}/man5/cycbuff.conf.5*
%attr(644,root,root) %{_mandir}/man5/distrib.pats.5*
%attr(644,root,root) %{_mandir}/man5/distributions.5*
%attr(644,root,root) %{_mandir}/man5/expire.ctl.5*
%attr(644,root,root) %{_mandir}/man5/history.5*
%attr(644,root,root) %{_mandir}/man5/incoming.conf.5*
%attr(644,root,root) %{_mandir}/man5/inn.conf.5*
%attr(644,root,root) %{_mandir}/man5/innfeed.conf.5*
%attr(644,root,root) %{_mandir}/man5/innwatch.ctl.5*
%attr(644,root,root) %{_mandir}/man5/localgroups.5*
%attr(644,root,root) %{_mandir}/man5/moderators.5*
%attr(644,root,root) %{_mandir}/man5/motd.innd.5*
%attr(644,root,root) %{_mandir}/man5/motd.news.5*
%attr(644,root,root) %{_mandir}/man5/motd.nnrpd.5*
%attr(644,root,root) %{_mandir}/man5/newsfeeds.5*
%attr(644,root,root) %{_mandir}/man5/newsgroups.5*
%attr(644,root,root) %{_mandir}/man5/newslog.5*
%attr(644,root,root) %{_mandir}/man5/nnrpd.track.5*
%attr(644,root,root) %{_mandir}/man5/nntpsend.ctl.5*
%attr(644,root,root) %{_mandir}/man5/nocem.ctl.5*
%attr(644,root,root) %{_mandir}/man5/ovdb.5*
%attr(644,root,root) %{_mandir}/man5/passwd.nntp.5*
%attr(644,root,root) %{_mandir}/man5/*radius.conf.5*
%attr(644,root,root) %{_mandir}/man5/readers.conf.5*
%attr(644,root,root) %{_mandir}/man5/storage.conf.5*
%attr(644,root,root) %{_mandir}/man5/subscriptions.5*
%attr(644,root,root) %{_mandir}/man8/actsync.8*
%attr(644,root,root) %{_mandir}/man8/actsyncd.8*
%attr(644,root,root) %{_mandir}/man8/archive.8*
%attr(644,root,root) %{_mandir}/man8/batcher.8*
%attr(644,root,root) %{_mandir}/man8/buffchan.8*
%attr(644,root,root) %{_mandir}/man8/ckpasswd.8*
%attr(644,root,root) %{_mandir}/man8/cnfsheadconf.8*
%attr(644,root,root) %{_mandir}/man8/cnfsstat.8*
%attr(644,root,root) %{_mandir}/man8/controlchan.8*
%attr(644,root,root) %{_mandir}/man8/ctlinnd.8*
%attr(644,root,root) %{_mandir}/man8/cvtbatch.8*
%attr(644,root,root) %{_mandir}/man8/docheckgroups.8*
%attr(644,root,root) %{_mandir}/man8/domain.8*
%attr(644,root,root) %{_mandir}/man8/expire.8*
%attr(644,root,root) %{_mandir}/man8/expireover.8*
%attr(644,root,root) %{_mandir}/man8/expirerm.8*
%attr(644,root,root) %{_mandir}/man8/filechan.8*
%attr(644,root,root) %{_mandir}/man8/ident.8*
%attr(644,root,root) %{_mandir}/man8/imapfeed.8*
%attr(644,root,root) %{_mandir}/man8/innbind.8*
%attr(644,root,root) %{_mandir}/man8/inncheck.8*
%attr(644,root,root) %{_mandir}/man8/innd.8*
%attr(644,root,root) %{_mandir}/man8/inndf.8*
%attr(644,root,root) %{_mandir}/man8/innfeed.8*
%attr(644,root,root) %{_mandir}/man8/innreport.8*
%attr(644,root,root) %{_mandir}/man8/innstat.8*
%attr(644,root,root) %{_mandir}/man8/innupgrade.8*
%attr(644,root,root) %{_mandir}/man8/innwatch.8*
%attr(644,root,root) %{_mandir}/man8/innxbatch.8*
%attr(644,root,root) %{_mandir}/man8/innxmit.8*
%attr(644,root,root) %{_mandir}/man8/inpaths.8*
%attr(644,root,root) %{_mandir}/man8/mailpost.8*
%attr(644,root,root) %{_mandir}/man8/makedbz.8*
%attr(644,root,root) %{_mandir}/man8/makehistory.8*
%attr(644,root,root) %{_mandir}/man8/mod-active.8*
%attr(644,root,root) %{_mandir}/man8/news.daily.8*
%attr(644,root,root) %{_mandir}/man8/news2mail.8*
%attr(644,root,root) %{_mandir}/man8/ninpaths.8*
%attr(644,root,root) %{_mandir}/man8/nnrpd.8*
%attr(644,root,root) %{_mandir}/man8/nntpsend.8*
%attr(644,root,root) %{_mandir}/man8/ovdb_init.8*
%attr(644,root,root) %{_mandir}/man8/ovdb_monitor.8*
%attr(644,root,root) %{_mandir}/man8/ovdb_server.8*
%attr(644,root,root) %{_mandir}/man8/ovdb_stat.8*
%attr(644,root,root) %{_mandir}/man8/overchan.8*
%attr(644,root,root) %{_mandir}/man8/perl-nocem.8*
%attr(644,root,root) %{_mandir}/man8/procbatch.8*
%attr(644,root,root) %{_mandir}/man8/prunehistory.8*
%attr(644,root,root) %{_mandir}/man8/*radius.8*
%attr(644,root,root) %{_mandir}/man8/rc.news.8*
%attr(644,root,root) %{_mandir}/man8/scanlogs.8*
%attr(644,root,root) %{_mandir}/man8/scanspool.8*
%attr(644,root,root) %{_mandir}/man8/send-nntp.8*
%attr(644,root,root) %{_mandir}/man8/send-uucp.8*
%attr(644,root,root) %{_mandir}/man8/sendinpaths.8*
%attr(644,root,root) %{_mandir}/man8/tally.control.8*
%attr(644,root,root) %{_mandir}/man8/tdx-util.8*
%attr(644,root,root) %{_mandir}/man8/tinyleaf.8*
%attr(644,root,root) %{_mandir}/man8/writelog.8*

%files devel
%{_mandir}/man3/*
%dir %{_includedir}/%{name}
%defattr(644,root,root)
%{_libdir}/libinnhist.a
%{_libdir}/libinn.a
%{_libdir}/libstorage.a
%{_includedir}/inn/clibrary.h
%{_includedir}/inn/inndcomm.h
%{_includedir}/inn/vector.h
%{_includedir}/inn/dbz.h
%{_includedir}/inn/confparse.h
%{_includedir}/inn/storage.h
%{_includedir}/inn/timer.h
%{_includedir}/inn/mmap.h
%{_includedir}/inn/ov.h
%{_includedir}/inn/md5.h
%{_includedir}/inn/network.h
%{_includedir}/inn/tst.h
%{_includedir}/inn/history.h
%{_includedir}/inn/libinn.h
%{_includedir}/inn/nntp.h
%{_includedir}/inn/version.h
%{_includedir}/inn/system.h
%{_includedir}/inn/config.h
%{_includedir}/inn/sequence.h
%{_includedir}/inn/defines.h
%{_includedir}/inn/innconf.h
%{_includedir}/inn/qio.h
%{_includedir}/inn/paths.h
%{_includedir}/inn/options.h
%{_includedir}/inn/list.h
%{_includedir}/inn/buffer.h
%{_includedir}/inn/wire.h
%{_includedir}/inn/utility.h
%{_includedir}/inn/overview.h
%{_includedir}/inn/hashtab.h
%{_includedir}/inn/messages.h
%{_includedir}/inn/dispatch.h
%{_includedir}/inn/newsuser.h

%files -n inews
%attr(755,root,root) /usr/bin/inews
%attr(644,root,root) %{_mandir}/man1/inews*



%changelog
* Mon Jan 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5.4-4
+ Revision: 0d999fa
- Fix /run usage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10466 |14cu|intel-gpu-tools-1.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for debugging the Intel graphics driver
Name:		intel-gpu-tools
Version:	1.17
Release:	1
License:	MIT
Group:		System/Kernel and hardware
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	python-docutils
BuildRequires:	python3
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(cairo-xlib)
BuildRequires:	pkgconfig(dri2proto)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(libkmod)
BuildRequires:	pkgconfig(libprocps)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libunwind)
BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xv)

%description
Intel GPU Tools is a package of tools for debugging the Intel graphics
driver, including a GPU hang dumping program, performance monitor, and
performance microbenchmarks for regression testing the DRM.

%files
%doc NEWS README
%{_bindir}/igt_stats
%{_bindir}/intel*
%{_datadir}/%{name}/
%{_datadir}/gtk-doc/html/%{name}/
%{_libdir}/pkgconfig/intel-gen4asm.pc
%{_libdir}/intel_aubdump.so
%{_libexecdir}/%{name}/
%{_mandir}/man1/intel*.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x \
	--disable-tests
%make

%install
%makeinstall_std


%changelog

* Mon Dec 05 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.17-1
- (53a64a7) Build requires pkgconfig(libkmod)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10467 |14cu|invada-studio-plugins-lv2-1.2.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ladspadir       %{_libdir}/ladspa
%define debug_package %{nil}

Name:           invada-studio-plugins-lv2
Summary:        Studio LV2 plugins with GUI
Version:        1.2.0
Release:        9
Source:         http://launchpad.net/invada-studio/lv2/1.2/+download/%{name}_%{version}-nopkg.tgz
Patch0:         invada-studio-1.2.0-update-turtle.patch
URL:            http://www.invadarecords.com/Downloads.php?ID=00000264
License:        GPLv2
Group:          Sound
BuildRequires:  lv2-devel
BuildRequires:  cairo-devel
BuildRequires:  slv2-devel
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  libglade2.0-devel

%description
This package provides a kit of LV2 plugins for sound studio usage
developed by Invada Records under GPLv2 license. It contains delay,
distortion, dynamics, low- and high-pass filter, phaser, early-reflection
reverbs, input amp, meter and test-tone plugins.

%prep
%setup -q
%patch0 -p1

%build
# replace /usr/local/lib/lv2 directory by appropriate lv2 directory
perl -pi -e 's/\/local\/lib/\/%{_lib}/g' Makefile
%make

%install

%make install-sys DESTDIR=%{buildroot}

%clean

%files
%doc README COPYING
%{_libdir}/lv2/invada.lv2/*

%changelog

* Fri Nov 27 2015 Denis Silakov <dsilakov@gmail.com> 1.2.0-9
- (1d37ab2) Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10468 |14cu|inxi-2.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		inxi
Version:	2.3.0
Release:	1
License:	GPLv3
Group:		System/Configuration/Other
Summary:	Command line system information script for console and IRC
Url:		http://smxi.org/docs/inxi.htm
Source0:	https://github.com/smxi/inxi/archive/%{name}-master.zip
Source1:	README.urpmi
BuildRequires:	gzip
Requires:	glxinfo
Suggests:	lm_sensors
Suggests:	hddtemp
Suggests:	usbutils
Suggests:	xrandr
Suggests:	pciutils
Suggests:	procps
Suggests:	coreutils
Suggests:	gawk
Suggests:	sed
Suggests:	xprop

BuildArch:	noarch
	
%description
inxi is a command line system information script built for console and IRC.
It is also used for forum technical support, as a debugging tool, to quickly
ascertain user system configuration and hardware.
inxi shows system hardware, CPU, drivers, Xorg, Desktop, kernel, GCC version,
processes, RAM usage, and a wide variety of other useful information.


%files
%doc inxi.changelog README.* LICENSE.*
%{_bindir}/%{name}
%{_mandir}/man?/%{name}*

#---------------------------------------------------
%package 	konversation
Summary:	Plugin for konversation
Group:		System/Configuration/Other
BuildRequires:	kde4-macros
Requires:       konversation
Requires:       %{name} = %{EVRD}

%description 	konversation
Plugin to allow %{name} to be easily used in konversation.


%files konversation
%doc inxi.changelog
%{_kde_appsdir}/konversation/scripts/%{name}

#---------------------------------------------------
%prep
%setup -qn %{name}-master
chmod -x inxi.changelog

%build
# nothing here

%install
# binary script
install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}
# man page
install -m644 %{name}.1 -D %{buildroot}%{_mandir}/man1/%{name}.1
# konversation-plugin
mkdir -p %{buildroot}%{_kde_appsdir}/konversation/scripts
pushd %{buildroot}%{_kde_appsdir}/konversation/scripts/
ln -s %{_bindir}/%{name} %{name}
popd

# inxi --recommends
install -m644 %{SOURCE1} README.urpmi


%changelog

* Sun Jul 03 2016 abfonly <abfonly@gmail.com> 2.3.0-1
- (3311520) Log: Update to 2.3.0
- (3311520) =====================================================================================
- (3311520) Version: 2.3.0
- (3311520) Patch Version: 00
- (3311520) Script Date:  2016-04-18
- (3311520) -----------------------------------
- (3311520) Changes:
- (3311520) -----------------------------------
- (3311520) New Feature, new version, new man page, new tarball. Laptop users should be happy,
- (3311520) -B option now shows, if available, battery data. Quite good data for systems
- (3311520) with /sys battery data, only rudimentary for systems using dmidecode (BSDs).
- (3311520) dmidecode has no current voltage/charge/current supported capacity.
- (3311520) Main row shows charge and condition. Condition shows you have much capacity the
- (3311520) battery currently has vs its design capacity. Charge shows the Wh/percent of
- (3311520) current capacity of battery (NOT the rated design capacity).
- (3311520) -x adds battery vendor/model info, and battery status (like, charging, discharging,
- (3311520) full).
- (3311520) -xx adds battery serial number and voltage information. Note that voltage information
- (3311520) is presented as Current Voltage / Designed minimum voltage.
- (3311520) -xxx adds battery chemistry (like Li-ion), cycles (note: there's a bug somewhere in
- (3311520) that makes the cycle count always be 0, I don't know if that's in the batteries,
- (3311520) the linux kernel, but it's not inxi, just FYI, the data is simply 0 always in all
- (3311520) my datasets so far.
- (3311520) For dmidecode output, the location of the batter is also shown in -xxx



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10469 |14cu|iodine-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           iodine
Version:        0.7.0
Release:        1
Summary:        Tunnel IP over DNS NULL request
Group:          Networking/Other
License:        BSD
URL:            http://code.kryo.se/iodine/
Source0:        http://code.kryo.se/iodine/%{name}-%{version}.tar.gz
Source1:        iodine.service
Source2:        iodine.conf
Source3:        iodined.service
Source4:        iodined.conf
BuildRequires: zlib-devel

%description
odine lets you tunnel IPv4 data through a DNS server. This can be usable in 
different situations where internet access is firewalled, but DNS queries 
are allowed.

The bandwidth is asymmetrical with limited upstream and up to 1 Mbit/s 
downstream.

Compared to other DNS tunnel implementations, iodine offers:

 * Higher performance
    iodine uses the NULL type that allows the downstream data to be sent 
    without encoding. Each DNS reply can contain over a kilobyte of compressed 
    payload data.
 * Portability
    iodine runs on many different UNIX-like systems as well as on Win32. 
    Tunnels can be set up between two hosts no matter their endianness or 
    operating system.
 * Security
    iodine uses challenge-response login secured by MD5 hash. It also 
    filters out any packets not coming from the IP used when logging in.
 * Less setup
    iodine handles setting IP number on interfaces automatically, and up 
    to 16 users can share one server at the same time. Packet size is 
    automatically probed for maximum downstream throughput. 


%package	client
Summary:	Iodine client (Tunnel IP over DNS)
Group:		Networking/Other
Requires:   %{name}-common

%description	client
iodine lets you tunnel IPv4 data through a DNS server. This can be usable in 
different situations where internet access is firewalled, but DNS queries 
are allowed. 

This package contains the client part.

%package	server
Summary:	Iodine server (Tunnel IP over DNS)
Group:		Networking/Other
Requires:   %{name}-common

%description	server
iodine lets you tunnel IPv4 data through a DNS server. This can be usable in 
different situations where internet access is firewalled, but DNS queries 
are allowed. 


This package contains the server part.

%package	common
Summary:	Iodine common part (Tunnel IP over DNS)
Group:		Networking/Other

%description    common
iodine lets you tunnel IPv4 data through a DNS server. This can be usable in 
different situations where internet access is firewalled, but DNS queries 
are allowed. 


This package contains some script shared between server and client.


%prep
%setup -qn %{name}-%{version}

%build
%make prefix=%{_prefix}

%install
%makeinstall
mkdir -p %{buildroot}/%{_unitdir}/service
mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig/
install -m 0755 %{SOURCE1} %{buildroot}/%{_unitdir}/%{name}.service
install -m 0755 %{SOURCE2} %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
install -m 0755 %{SOURCE3} %{buildroot}/%{_unitdir}/%{name}d.service
install -m 0755 %{SOURCE4} %{buildroot}/%{_sysconfdir}/sysconfig/%{name}d

# this is a hack so we can bypass ifplugd that try to run dhcp on the 
# newly created interface
mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts
echo -e '#!/bin/bash\nexit 0\n' > %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts/ifup-dns

%pre server
%_pre_useradd %{name}d /var/empty /sbin/nologin

%post server
%systemd_post %{name}d.service

%preun server
%systemd_preun %{name}d.service

%postun server
%_postun_userdel %{name}d
%systemd_postun_with_restart %{name}d.service


%pre client
%_pre_useradd %{name} /var/empty /sbin/nologin

%post client
%systemd_post %{name}.service

%preun client
%systemd_preun %{name}.service

%postun client
%_postun_userdel %{name}
%systemd_postun_with_restart %{name}.service

%files common
%config(noreplace) %attr(0755,root,root) %{_sysconfdir}/sysconfig/network-scripts/ifup-dns

%files server
%doc README 
%{_sbindir}/%{name}d
%{_unitdir}/%{name}d.service
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}d

%files client
%doc README 
%{_sbindir}/%{name}
%{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_mandir}/man8/%{name}.*

%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 0.7.0-1
- (04948bf) More spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10470 |14cu|iogen-3.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define subversion p0

Summary:	A stress tool to produce heavily fragmented I/O operations
Name:		iogen
Version:	3.1
Release:	7
License:	BSD
Group:		System/Kernel and hardware
Url:		http://www.peereboom.us/iogen/
Source0:	%{name}_%{version}%{subversion}.tar.bz2
Patch0:		iogen_3.1p0-optflags.patch
Patch1:		iogen_3.1p0-sfmt.patch
BuildRequires:	groff-for-man

%description
Iogen is an I/O generator.

It forks child processes that each run a mix of reads and writes.
The idea is to generate heavily fragmented files to make the hardware suffer
as much as possible. This tool has been used to test filesystems, drivers,
firmware, and hardware devices.

It is by no means meant as a performance measuring tool since it tries to 
recreate the worst case scenario I/O.

%files
%{_bindir}/iogen
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}_%{version}%{subversion}
%patch0 -p1
%patch1 -p1

%build
%setup_compile_flags
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man8
install -m 755 iogen %{buildroot}%{_bindir}/iogen
install -m 644 iogen.cat8 %{buildroot}%{_mandir}/man8/iogen.8


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1-7
- (b91ba66) Build with system optflags to fix debug package
- (b91ba66) Spec cleanup
- (b91ba66) Fix string format errors



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10471 |14cu|iouyap-0.97-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir /usr/libexec

Summary:	Bridge IOU to TAP, UDP and Ethernet
Name:		iouyap
Version:	0.97
Release:	1
License:	GPL
Group:		Emulators
Url:		https://github.com/GNS3/iouyap
Source0:	https://github.com/GNS3/iouyap/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
Patch0:		%{name}-0.97_buff_overflow.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gcc
BuildRequires:	glibc-devel
BuildRequires:	iniparser-devel
Requires(pre):	shadow-utils

%description
Bridge IOU to TAP, UDP and Ethernet, mainly used by gns3server

In order to use iouyap as non-root user, the user needs to be member
of the iouyap group!

%prep
%setup -q
%patch0 -p1

%build
bison --yacc -dv netmap_parse.y
flex netmap_scan.l
gcc -I -Wall -fPIE %{optflags} *.c -o %{name} -liniparser -lpthread -pie

%install
mkdir -p %{buildroot}/%{_libexecdir}
mkdir -p %{buildroot}/%{_bindir}
mv %{name} %{buildroot}/%{_libexecdir}
ln -sf %{_libexecdir}/%{name} %{buildroot}/%{_bindir}/%{name}

%pre
%{_sbindir}/groupadd -r iouyap 2> /dev/null || :

%files
%doc LICENSE
%attr(0750,root,iouyap) %{_libexecdir}/%{name}
%{_bindir}/%{name}

%changelog

* Wed Sep 21 2016 alzim <alzim@bk.ru> 0.97-1
- (0a4f430) Merge pull request #1 from import/iouyap:rosa2016.1
- (0a4f430) Updated to 0.97



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10472 |14cu|iozone3-465-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Filesystem characterization & benchmark tool
Name:		iozone3
Version:	465
Release:	1
License:	Public Domain
Group:		Monitoring
URL:		http://www.iozone.org/
Source0:	http://www.iozone.org/src/current/%{name}_%{version}.tar
Obsoletes:	iozone < %{version}
Provides:	iozone

%description
This program allows one to characterize the filesystem performance
of vendors platform. It supports single stream, throughput, 
pthreads, async I/O and much more.

%prep
%setup -qn %{name}_%{version}

%build
cd src/current
%make linux CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
cd $RPM_BUILD_DIR/%{name}_%{version}/src/current/
install -m 755 -d %{buildroot}%{_bindir}
install -m 755 iozone %{buildroot}%{_bindir}
install -m 755 gnu3d.dem %{buildroot}%{_bindir}
install -m 755 gengnuplot.sh %{buildroot}%{_bindir}
install -m 755 fileop %{buildroot}%{_bindir}
install -m 755 Generate_Graphs %{buildroot}%{_bindir}

cd $RPM_BUILD_DIR/%{name}_%{version}/docs
install -m 755 -d %{buildroot}%{_mandir}/man1
install -m 644 iozone.1 %{buildroot}%{_mandir}/man1

%clean

%files
%defattr (-,root,root)
%doc docs/*.gz src/current/Gnuplot.txt docs/*.pdf docs/*.doc
%defattr (-,root,root)
%{_bindir}/*
%{_mandir}/man1/*

%changelog

* Wed Sep 21 2016 alzim <alzim@bk.ru> 465-1
- (7617f77) Merge pull request #2 from import/iozone3:rosa2016.1
- (7617f77) Updated to 465



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10473 |14cu|iperf-3.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname iperf %major
%define develname %mklibname iperf -d

Name:		iperf
Version:	3.1.3
Release:	1
License:	BSD
Group:		Networking/Other
Summary:	A TCP, UDP, and SCTP network bandwidth measurement tool
URL:		https://github.com/esnet/iperf

Source:		https://github.com/esnet/%{name}/archive/%{version}.tar.gz
Patch0:		iperf-3.0.5-nopg.patch

%description
iperf is a tool for active measurements of the maximum achievable bandwidth 
on IP networks. It supports tuning of various parameters related to timing, 
protocols, and buffers. For each test it reports the bandwidth, loss, and 
other parameters.

%package	-n %{libname}
Group:		System/Libraries
Summary:	Libraries for %{name}
Requires:	%{name} >= %{EVRD}

%description	-n %{libname}
iperf is a tool for active measurements of the maximum achievable bandwidth
on IP networks. It supports tuning of various parameters related to timing,
protocols, and buffers. For each test it reports the bandwidth, loss, and
other parameters.

%package	-n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{version}-%{release}

%description	-n %{develname}
This package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q
%patch0 -p1

%build
./bootstrap.sh
%configure2_5x --enable-static=no
%make


%install
%makeinstall_std

%files
%doc RELEASE_NOTES LICENSE README.md
%{_bindir}/iperf3
%{_mandir}/man1/%{name}3.1.*

%files -n %{libname}
%{_libdir}/libiperf.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man3/libiperf.3.*

%changelog

* Thu Jul 07 2016 Denis Silakov <dsilakov@gmail.com> 3.1.3-1
- (7aa65f7) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10474 |14cu|ipflood-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	IP Flood Detector
Name:		ipflood
Version:	1.0
Release:	8
License:	GPL
Group:		System/Servers
URL:		http://www.adotout.com/
Source0:	http://www.adotout.com/ip_flood_detector.tar.gz
Source1:	%{name}.service
Source2:	%{name}.sysconfig
BuildRequires:	libpcap-devel

%description
IP Flood Detector is a derivative of an earlier project, DNS Flood Detector. It
provides managers with an audit trail of TCP, UDP, and ICMP packet floods
directed at Internet-facing servers. When packet rates exceed a specified
threshold, IP Flood Detector will syslog the offending IP address, along with
the associated protocol and traffic volume.

%prep

%setup -q -n ip_flood_detector

cp %{SOURCE1} %{name}.service
cp %{SOURCE2} %{name}.sysconfig

%build
%serverbuild

gcc $CFLAGS -D_BSD_SOURCE -lpcap -lpthread -lm -o ip_flood_detector ip_flood_detector.c

%install
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_sysconfdir}/sysconfig

install -m0755 ip_flood_detector %{buildroot}%{_sbindir}/
install -m0644 %{name}.service %{buildroot}%{_unitdir}/%{name}.service
install -m0644 %{name}.sysconfig %{buildroot}/%{_sysconfdir}/sysconfig/ip_flood_detector

sed "s:sysconfig:%{_sysconfdir}/sysconfig:" -i %{buildroot}%{_unitdir}/%{name}.service

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%clean

%files
%doc README LICENSE
%config(noreplace) %{_sysconfdir}/sysconfig/ip_flood_detector
%attr(0644,root,root) %{_unitdir}/%{name}.service
%attr(0755,root,root) %{_sbindir}/ip_flood_detector

%changelog
* Fri Oct 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-8
+ Revision: b6b42c0
- Improve sysconfig



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10475 |14cu|ippl-1.99.5-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Logs TCP, ICMP and UDP connections
Name:		ippl
Version:	1.99.5
Release:	16
License:	GPL
Group:		Monitoring
URL:		http://www.via.ecp.fr/~hugo/ippl/
Source0:	http://pltplp.net/ippl/archive/dev/%{name}-%{version}.tar.gz
Source1:	%{name}.service
Source2:	%{name}.log
Patch0:		%{name}-log.patch
Patch1:		ippl-1.99.5.printf.patch
Patch2:		ippl-1.99.5.nostrip.patch
Requires(pre): 	chkconfig
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
Buildrequires:	libpcap-devel
Buildrequires:	byacc
Buildrequires:	flex

%description
ippl is a configurable IP protocols logger. It currently logs incoming ICMP
messages, TCP connections and UDP datagrams. It is configured with
Apache-like rules and has a built-in DNS cache. It is aimed to replace
iplogger.

%prep

%setup -q

%patch0 -p0 -b .log
%patch1 -p1 -b .printf
%patch2 -p1 -b .nostrip

%build
%configure --with-user=nobody
%make

%install
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var
install -d %{buildroot}/var/log
install -d %{buildroot}/var/log/ippl

make ROOT=%{buildroot} install

touch %{buildroot}/var/log/ippl/all.log

install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/ippl

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%doc BUGS CREDITS HISTORY INSTALL LICENSE README TODO
%{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/ippl.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/ippl
# %dir /var/log/ippl
%config /var/log/ippl/all.log
%{_mandir}/man5/ippl.conf.*
%{_mandir}/man8/ippl.*
%{_sbindir}/*

%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.99.5-16
- (a742366) Replace tarball with gzipped one as upstream did



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10476 |14cu|ipqalc-1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	ipQalc

Name:		ipqalc
Version:	1.4
Release:	1
Summary:	Small utility for IP address calculations
Group:		Networking/Other
License:	GPL
URL:		http://qt-apps.org/content/show.php/ipQalc?content=107286
Source0:	http://dansoft.krasnokamensk.ru/data/1003/%{name}_source.tar.gz
#Patch0:		ipqalc-1.2-localepath.patch
BuildRequires:	qt4-devel

%description
Small utility for IP address calculations including broadcast
and network addresses as well as Cisco wildcard mask.

%prep
%setup -q -n %{oname}
#%patch0 -p1

%build
%qmake_qt4 %{oname}.pro
%make

%install
# install binary
mkdir -p %{buildroot}%{_bindir}
cp %{oname} %{buildroot}%{_bindir}/%{name}

# install locales
mkdir -p %{buildroot}%{_datadir}/%{name}
cp *.qm %{buildroot}%{_datadir}/%{name}/

# XDG menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=%{oname}
Comment=IP address calculator
Icon=networking_www_section
Exec=%{name}
Terminal=false
Categories=Utility;
EOF

%files
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop



%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10477 |14cu|ipython-5.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An interactive computing environment for Python 
Name:		ipython
Group:		Development/Python
License:	BSD
Url:		http://ipython.org
Version:	5.0.0
Release:	3
Source0:	https://github.com/ipython/ipython/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	python-simplegeneric
BuildRequires:	python-setuptools
BuildRequires:	python-pygments
BuildRequires:	python-sphinx 
BuildRequires:	python-jinja2
BuildRequires:	python-pyzmq >= 2.1.11
BuildRequires:	python-pexpect >= 2.2
BuildRequires:	python-tornado >= 3.2.2-3
BuildRequires:	python-matplotlib
BuildRequires:	python-numpydoc
BuildRequires:	python-parsing
# ovitters: pkgconfig(gobject-introspection-1.0) includes script to determine typelib() auto buildrequires
BuildRequires:	pkgconfig(gobject-introspection-1.0)
Requires:	python-pexpect >= 2.2
Requires:	python-mglob
Requires:	python-simplegeneric
Requires:	python-traitlets
Requires:	python-decorator
Requires:	python-ipython_genutils
Requires:	python-backports.shutil_get_terminal_size
Requires:	python-pathlib2
Requires:	python-pickleshare
Requires:	python-prompt_toolkit
Suggests:	python-mpi4py
Suggests:	wxPython, python-qt4, pyside >= 1.0.3
Suggests:	python-pygments 
Suggests:	python-pyzmq >= 2.1.11
#notebook requires tornado and jinja2
Suggests:	python-tornado >= 3.2.2-3
Suggests:	python-jinja2
Suggests:	python-matplotlib

%description
The goal of IPython is to create a comprehensive environment for
interactive and exploratory computing. To support this goal, IPython
has two main components:

* An enhanced interactive Python shell.
* An architecture for interactive parallel computing.

The enhanced interactive Python shell has the following main features:

* Comprehensive object introspection.
* Input history, persistent across sessions.
* Caching of output results during a session with automatically
  generated references.
* Readline based name completion.
* Extensible system of 'magic' commands for controlling the
  environment and performing many tasks related either to IPython or
  the operating system.
* Configuration system with easy switching between different setups
  (simpler than changing $PYTHONSTARTUP environment variables every
  time).
* Session logging and reloading.
* Extensible syntax processing for special purpose situations.
* Access to the system shell with user-extensible alias system.
* Easily embeddable in other Python programs and wxPython GUIs.
* Integrated access to the pdb debugger and the Python profiler.

The parallel computing architecture has the following main features:

* Quickly parallelize Python code from an interactive Python/IPython
  session.
* A flexible and dynamic process model that be deployed on anything
  from multicore workstations to supercomputers.
* An architecture that supports many different styles of parallelism,
  from message passing to task farming.
* Both blocking and fully asynchronous interfaces.
* High level APIs that enable many things to be parallelized in a few
  lines of code.
* Share live parallel jobs with other users securely.
* Dynamically load balanced task farming system.  
* Robust error handling in parallel code.

%files
%{_bindir}/ipython
%{_bindir}/iptest
%{_bindir}/ipython2
%{_bindir}/iptest2
%{py_puresitedir}/*

#----------------------------------------------------------------

%package doc
Summary:       An Enhanced Interactive Python Shell documentation
Group:         Development/Python

%description doc
IPython provides a replacement for the interactive python (Python)
interpreter with extra functionality.

This package contains comprehensive documentation for IPython in
html format, as well as examples of usage.

%files doc
# %doc examples docs/build/html
%{_mandir}/man1/*

#---------------------------------------------------------------

%prep
%setup -q
# delete bundling libs
pushd IPython/external

# use decorators of numpy
rm decorators/_decorators.py

popd

# Get rid of library shebangs
find . -type f -name "*.py" -exec sed -i '/#!\/usr\/bin\/env/d' {} \;

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

chmod 644 %{buildroot}%{_mandir}/man1/*.1*
find %{buildroot} -name .buildinfo -exec rm -f {} \;
find %{buildroot} -name .git_commit_info.ini -exec rm -rf {} \;

# make docs
# pushd docs
# export TTFPATH=%{py_puresitedir}/matplotlib/mpl-data/
# PYTHONPATH=$PYTHONPATH:%{buildroot}%{py_puresitedir} make html
# rm build/html/.buildinfo
# popd

%changelog

* Tue Jul 19 2016 Denis Silakov <dsilakov@gmail.com> 5.0.0-3
- (c39428d) Added decorator requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10478 |14cu|ircd-hybrid-7.2.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _messagesdir %{_libdir}/ircd-hybrid/messages

Summary:	Internet Relay Chat Server
Name:		ircd-hybrid
Version:	7.2.3
Release:	12
License:	GPLv2+
Group:		Networking/IRC
Url: 		http://www.ircd-hybrid.org/
Source0:	http://prdownloads.sf.net/ircd-hybrid/%{name}-%{version}.tar.bz2
Source1:	%{name}.init
Source2:	%{name}.sysconfig
Source3:	%{name}.logrotate
Source4:	%{name}-tmpfiles.conf
Patch0:		%{name}-config.patch
Patch1:		%{name}-opt.patch
Patch3:		%{name}-7.2.3-fix-x86_64-build.patch
Patch4:		%{name}-7.2.3-fix-module-path.patch
Patch5:		ircd-hybrid-7.2.3-fix-str-fmt.patch
BuildRequires:	elfutils-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires(pre,post,preun,postun):	rpm-helper
Requires(post,postun):	update-alternatives
Conflicts:	ircd

%description
Ircd-hybrid is an advanced IRC server which is most commonly used on
the EFNet IRC network. It is fast, reliable, and powerful.

%files
%defattr(644,root,root,755)
%doc doc/{*.txt,server-version-info,technical} Hybrid-team LICENSE BUGS RELNOTES TODO
%attr(755,root,root) %{_sbindir}/*
%attr(755,ircd-hybrid,ircd-hybrid) %dir %{_sysconfdir}/ircd-hybrid
%attr(644,ircd-hybrid,ircd-hybrid) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/ircd-hybrid/*
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/ircd-hybrid
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/ircd-hybrid
%attr(755,root,root) /etc/rc.d/init.d/ircd-hybrid
%dir %{_libdir}/ircd-hybrid
%dir %{_libdir}/ircd-hybrid/modules
%dir %{_libdir}/ircd-hybrid/tools
%dir %{_libdir}/ircd-hybrid/help
%dir %{_messagesdir}
%{_messagesdir}/*
%attr(755,ircd-hybrid,ircd-hybrid) %dir %{_localstatedir}/lib/ircd-hybrid
%attr(755,root,root) %{_libdir}/ircd-hybrid/modules/*
%attr(755,root,root) %{_libdir}/ircd-hybrid/tools/*
%attr(755,root,root) %{_libdir}/ircd-hybrid/help/*
%attr(755,ircd-hybrid,ircd-hybrid) %dir %{_var}/log/ircd-hybrid
%ghost %attr(755,ircd-hybrid,ircd-hybrid) %dir %{_var}/run/ircd-hybrid
%{_mandir}/man*/*
%{_tmpfilesdir}/%{name}.conf

%pre
%_pre_useradd ircd-hybrid %{_localstatedir}/lib/ircd-hybrid /bin/false

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service ircd-hybrid
%create_ghostfile /var/log/ircd-hybrid/user.log ircd-hybrid ircd-hybrid 0644
%create_ghostfile /var/log/ircd-hybrid/oper.log ircd-hybrid ircd-hybrid 0644
%create_ghostfile /var/log/ircd-hybrid/foper.log ircd-hybrid ircd-hybrid 0644
update-alternatives --install %{_sbindir}/ircd ircd %{_sbindir}/ircd-hybrid 10

%preun
%_preun_service ircd-hybrid

# remove hardlinks
rm -f %{_libdir}/ircd-hybrid/tools/viklines %{_libdir}/ircd-hybrid/tools/vimotd

%postun
%_postun_userdel ircd-hybrid

update-alternatives --remove ircd %{_sbindir}/ircd-hybrid

#----------------------------------------------------------------------------

%package devel
Summary:	Development headers for %{name}
Group:		Development/Other

%description devel
Development headers and libraries for %{name}.

%files devel
%defattr(644,root,root,755)
%{_includedir}/%{name}
%doc ChangeLog

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
#%patch1 -p1
#patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p0

%build
%configure2_5x \
	--enable-zlib \
	--enable-small-net \
	--enable-openssl \
	--disable-assert \
	--with-nicklen=12 \
	--with-maxclients=512
%make

%install
install -d %{buildroot}{%{_libdir}/ircd-hybrid,%{_var}/{log/ircd-hybrid,run/ircd-hybrid},%{_sysconfdir}/{ircd-hybrid,rc.d/init.d,sysconfig,logrotate.d}} \
	%{buildroot}{%{_libdir}/ircd-hybrid/{modules{,/autoload},tools,help},%{_sbindir},%{_mandir}/man8,%{_localstatedir}/lib/ircd-hybrid} \
	%{buildroot}{%{_includedir}/%{name},%{_messagesdir},%{_messagesdir}/{ayb{,/LC_MESSAGES},custom{,/LC_MESSAGES}}}

install src/ircd %{buildroot}%{_sbindir}/ircd-hybrid
install servlink/servlink %{buildroot}%{_sbindir}/servlink
install etc/*.conf %{buildroot}%{_sysconfdir}/ircd-hybrid

mv %{buildroot}%{_sysconfdir}/ircd-hybrid/simple.conf %{buildroot}%{_sysconfdir}/ircd-hybrid/ircd.conf
rm %{buildroot}%{_sysconfdir}/ircd-hybrid/example.efnet.conf

install doc/ircd.8 %{buildroot}%{_mandir}/man8/ircd-hybrid.8
install include/*.h %{buildroot}%{_includedir}/%{name}
install %{SOURCE1} %{buildroot}/etc/rc.d/init.d/ircd-hybrid
install %{SOURCE2} %{buildroot}/etc/sysconfig/ircd-hybrid
install %{SOURCE3} %{buildroot}/etc/logrotate.d/ircd-hybrid

mkdir -p %{buildroot}%{_tmpfilesdir}
install -m0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf

cd modules
	install *.so %{buildroot}%{_libdir}/ircd-hybrid/modules/autoload
	cd core
		install *.so %{buildroot}%{_libdir}/ircd-hybrid/modules
	cd ..
cd ..

# make this to have ircservices support
cd contrib
	make ; install *.so %{buildroot}%{_libdir}/ircd-hybrid/modules
cd ..

cd tools
	for i in encspeed mkkeypair mkpasswd untabify; do
		install $i %{buildroot}%{_libdir}/ircd-hybrid/tools/$i
	done
cd ..

cd help

cp -rf opers users %{buildroot}%{_libdir}/ircd-hybrid/help

for link in topic accept cjoin cmode admin names links away whowas \
	version kick who invite quit join list nick oper part \
	time credits motd userhost users whois ison lusers \
	user help pass error challenge knock ping pong; do \
	rm -f %{buildroot}%{_libdir}/ircd-hybrid/help/users/$link; \
	ln -s %{_libdir}/ircd-hybrid/help/opers/$link %{buildroot}%{_libdir}/ircd-hybrid/help/users; \
	done
cd ..

cd messages
	install *.lang %{buildroot}%{_messagesdir}
cd ..


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.2.3-12
- (8f7c598) Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10479 |14cu|iredmail-0.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# iredmail has a config file named "core" which would be removed by clean_files
%define dont_clean_files 1

Name:		iredmail
Summary:	Free, Open Source Email Server Solution
Version:	0.9.2
Release:	1
Group:		System/Servers
License:	GPLv2
Url:		http://www.iredmail.org/
Source0:	https://bitbucket.org/zhb/iredmail/downloads/iRedMail-%{version}.tar.bz2
BuildArch:	noarch

%description
iRedMail is a zero cost, fully fledged, full-featured mail server solution.
All used packages are free and open source, provided by the Linux/BSD
distribution venders you trust.

%prep
%setup -qn iRedMail-%{version}

%build

%install
install -d %{buildroot}%{_datadir}/%{name}
cp -a * %{buildroot}%{_datadir}/%{name}
cat > %{name} <<EOF
#!/bin/bash
cd %{_datadir}/%{name}
exec bash iRedMail.sh
EOF
install -Dm755 %{name} %{buildroot}%{_bindir}/%{name}

# Dirty hack for iredmail to recognize our system
%post
echo 'RedHat 7' >> /etc/redhat-release

%postun
if [ "$1" = "0" ]; then
  # Uninstall
  sed -i '/RedHat 7/d' /etc/redhat-release
fi

%files
%{_bindir}/%{name}
%{_datadir}/%{name}


%changelog

* Tue Jun 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-1
- (38bbb99) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10480 |14cu|irrlamb-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	3D physics game
Name:		irrlamb
Version:	0.2.0
Release:	1
License:	GPLv3+
Group:		Games/Arcade
Url:		http://code.google.com/p/irrlamb/
# obtaining the source :git clone https://github.com/jazztickets/irrlamb.git
Source0:	%{name}-%{version}.tar.gz

BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	dos2unix
BuildRequires:	audiere-devel
BuildRequires:	irrlicht-devel
BuildRequires:	pkgconfig(bullet)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(lua) >= 5.2
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(freetype2)

%description
irrlamb is a 3D game that probably involves a lot of physics and
frustrating gameplay.

%files
%doc %{_docdir}/%{name}/
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Comment=irrlamb is a 3D game
Exec=%{name}
Icon=%{name}
Name=irrlamb
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

mkdir -p %{buildroot}%{_gamesbindir}
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_gamesbindir}/
rm -fr %{buildroot}%{_bindir}



%changelog

* Sun Aug 16 2015 abfonly <abfonly@gmail.com> 0.2.0-1
- (a0ca73a) Log: Update to 0.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10481 |14cu|irrlicht-1.8.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (tpg) SET VERSION HERE !!!
%define major 1
%define minor 8
%define uprel 3

%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d
%define staticname %mklibname %{name} -d -s

# (dm) donno wtf it hangs
%define dont_check_elf_files 1

%bcond_with static

Summary:	The Irrlicht Engine SDK
Name:		irrlicht
%if %{uprel}
Version:	%{major}.%{minor}.%{uprel}
%else
Version:	%{major}.%{minor}
%endif
Release:	1
License:	zlib/libpng License
Group:		Graphics
URL:		http://irrlicht.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/irrlicht/Irrlicht%20SDK/%{version}/%{name}-%{version}.zip
Source1:	%{name}.rpmlintrc
Patch2:		irrlicht-1.8-debian-use-system-libs.patch
Patch3:		irrlicht-1.7.1-GUIEditor-makefile.patch
Patch4:		irrlicht-1.8.3-IrrFontTool-makefile.patch
Patch5:		irrlicht-1.8-debian-link-against-needed-libs.patch
BuildRequires:	imagemagick
BuildRequires:	zlib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	bzip2-devel
Requires:	%{name}-media = %{version}

%description
The Irrlicht Engine is an open source high performance realtime 3D engine
written and usable in C++ and also available for .NET languages. It is
completely cross-platform, using D3D, OpenGL and its own software renderer,
and has all of the state-of-the-art features which can be found in commercial
3d engines.

We've got a huge active community, and there are lots of projects in
development that use the engine. You can find enhancements for Irrlicht all
over the web, like alternative terrain renderers, portal renderers, exporters,
world layers, tutorials, editors, language bindings for java, perl, ruby,
basic, python, lua, and so on. And best of all: It's completely free.

%files
%doc changes.txt
%doc examples/09.Meshviewer/tutorial.html
%{_bindir}/irrlicht-GUIEditor
%{_bindir}/irrlicht-FontTool
%{_bindir}/irrlicht-Meshviewer
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for Irrlicht 3D engine
Group:		System/Libraries

%description -n %{libname}
Shared libraries for Irrlicht 3D engine.

%files -n %{libname}
%doc changes.txt
%{_libdir}/lib*.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{develname}
Summary:	Development files for Irrlicht 3D engine
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{develname}
Development files for Irrlicht 3D engine.

%files -n %{develname}
%doc changes.txt
%dir %{_includedir}/irrlicht
%{_includedir}/irrlicht/*.h
%{_libdir}/lib*.so

#-----------------------------------------------------------------------------

%if 0%{?with_static}
%package -n %{staticname}
Summary:	Static files for Irrlicht 3D engine
Group:		Development/C++
Requires:	%{develname}  = %{EVRD}

%description -n %{staticname}
Static files for Irrlicht 3D engine.

%files -n %{staticname}
%doc changes.txt
%{_libdir}/lib*.a
%endif

#-----------------------------------------------------------------------------

%package examples
Summary:	Demos and examples for the Irrlicht 3D engine
Group:		Graphics
Requires:	%{libname} = %{version}

%description examples
Demos and examples for the Irrlicht 3D engine.

%files examples
%dir %{_docdir}/Irrlicht-examples
%{_docdir}/Irrlicht-examples/*
%exclude %{_bindir}/irrlicht-GUIEditor
%exclude %{_bindir}/irrlicht-FontTool
%exclude %{_bindir}/irrlicht-Meshviewer
%{_bindir}/irrlicht-*

#-----------------------------------------------------------------------------

%package media
Summary:	Media files for Irrlicht 3D engine
Group:		Graphics
Requires:	%{name} = %{version}

%description media
Media files needed by Irrlicht tools and demos.

%files media
%doc changes.txt
%dir %{_datadir}/irrlicht
%{_datadir}/irrlicht/*

#-----------------------------------------------------------------------------

%package doc
Summary:	User documentation for the Irrlicht 3D engine
Group:		Graphics
Requires:	%{libname} = %{version}

%description doc
User documentation for the Irrlicht 3D engine.

%files doc
%doc changes.txt
%doc doc/html doc/aesGladman.txt doc/irrlicht-license.txt doc/readme.txt
%doc doc/upgrade-guide.txt

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

# really not needed :)
rm -r examples/14.Win32Window
rm -r source/Irrlicht/MacOSX
# (tpg) use system wide libs, see patch2
rm -rf source/Irrlicht/jpeglib source/Irrlicht/zlib source/Irrlicht/libpng source/Irrlicht/bzip2 
#source/Irrlicht/lzma source/Irrlicht/aesGladman
#find source/Irrlicht -name '*.cpp' | xargs sed -i -e 's|zlib/zlib.h|zlib.h|g' -e 's|libpng/png.h|png.h|g' -e 's|jpeglib/jerror.h|jerror.h|g' -e 's|jpeglib/jpeglib.h|jpeglib.h|g'
#find source/Irrlicht -name '*.h'   | xargs sed -i -e 's|jpeglib/jpeglib.h|jpeglib.h|g' -e 's|libpng/png.h|png.h|g' -e 's|jpeglib/jerror.h|jerror.h|g'

# needs irrKlang
rm -r examples/Demo
sed -i -e 's|Demo||g' examples/buildAllExamples.sh

# media path
sed -i -e 's|../../media/|%{_datadir}/irrlicht/|g' tools/GUIEditor/main.cpp
find ./examples -name *.cpp | xargs sed -i -e 's|../../media/|%{_datadir}/irrlicht/|g'

# (tpg) clean this mess
for i in include/*.h doc/upgrade-guide.txt source/Irrlicht/*.cpp source/Irrlicht/*.h source/Irrlicht/Makefile; do
    sed -i 's/\r//' $i
    chmod -x $i
    touch -r changes.txt $i
done

#(tpg) correct version
#sed -i -e 's/0-SVN/1/g' source/Irrlicht/Makefile

%build
%setup_compile_flags
export LIBDIR="%{_libdir}"
export PREFIX="%{_prefix}"
export INCLUDEDIR="%{_includedir}"

%if 0%{?with_static}
# build static library
%make -C source/Irrlicht \
    CFLAGS="%{optflags}" \
    CXXFLAGS="%{optflags}" \
    LDFLAGS="%{ldflags}"

# clean it
%make -C source/Irrlicht clean
%endif

# build shared library
%make -C source/Irrlicht sharedlib NDEBUG=1 \
    %ifnarch ix86
    CFLAGS="%{optflags} -fPIC" \
    CXXFLAGS="%{optflags} -fPIC"
    %else
    CFLAGS="%{optflags}" \
    CXXFLAGS="%{optflags}"
    %endif

# create necessary links to avoid linker-error for tools/examples
pushd lib/Linux
ln -s libIrrlicht.so.%{major}.%{minor}.%{uprel} libIrrlicht.so.%{major}.%{minor}
ln -s libIrrlicht.so.%{major}.%{minor} libIrrlicht.so
popd

# build tools
pushd tools
cd GUIEditor
%make CFLAGS="%{optflags}" CXXFLAGS="%{optflags} -ffast-math"
cd ../IrrFontTool/newFontTool
%make CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
popd

# build examples
pushd examples
sh buildAllExamples.sh
popd


%install
mkdir -p %{buildroot}%{_libdir}

%if 0%{?with_static}
install -m 644 lib/Linux/libIrrlicht.a %{buildroot}%{_libdir}
%endif

cp -av  lib/Linux/libIrrlicht.so* %{buildroot}%{_libdir}

# includes
mkdir -p %{buildroot}%{_includedir}/irrlicht
cp -f include/*.h %{buildroot}%{_includedir}/irrlicht

# tools
install -dm 755 %{buildroot}%{_bindir}
install -m 755 bin/Linux/GUIEditor %{buildroot}%{_bindir}/irrlicht-GUIEditor
install -m 755 bin/Linux/FontTool %{buildroot}%{_bindir}/irrlicht-FontTool

# examples
install -dm 755 %{buildroot}%{_bindir}
ex_list=`ls -1 bin/Linux/??.*`
for i in $ex_list; do
	FE=`echo $i | awk 'BEGIN { FS="." }{ print $2 }'`
	    install -m 755 $i %{buildroot}%{_bindir}/irrlicht-$FE
done

# examples-docs
pushd examples
install -dm 755 %{buildroot}%{_docdir}/Irrlicht-examples

ex_dir=`find . -name tutorial.html`
for i in $ex_dir; do
	dir_name=`dirname $i`
	install -dm 755 %{buildroot}%{_docdir}/Irrlicht-examples/$dir_name
	install -m 644 $i %{buildroot}%{_docdir}/Irrlicht-examples/$dir_name
done
rm -r %{buildroot}%{_docdir}/Irrlicht-examples/09.Meshviewer
popd

# media
mkdir -p %{buildroot}%{_datadir}/irrlicht
install -m 644 media/* %{buildroot}%{_datadir}/irrlicht

# icons
install -dm 755 %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert examples/09.Meshviewer/icon.ico -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/irrlicht-Meshviewer.png
convert bin/Win32-VisualStudio/irrlicht.ico -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/irrlicht.png

convert examples/09.Meshviewer/icon.ico -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/irrlicht-Meshviewer.png
convert bin/Win32-VisualStudio/irrlicht.ico -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/irrlicht.png

convert examples/09.Meshviewer/icon.ico -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/irrlicht-Meshviewer.png
convert bin/Win32-VisualStudio/irrlicht.ico -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/irrlicht.png

# menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/irrlicht-GUIEditor.desktop << EOF
[Desktop Entry]
Name=Irrlicht GUI Editor
Comment=Irrlicht GUI Editor
Exec=irrlicht-GUIEditor
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=3DGraphics;GTK;
EOF

cat > %{buildroot}%{_datadir}/applications/irrlicht-FontTool.desktop << EOF
[Desktop Entry]
Name=Irrlicht Font Tool
Comment=Irrlicht Font Tool
Exec=irrlicht-FontTool
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=3DGraphics;GTK;
EOF

cat > %{buildroot}%{_datadir}/applications/irrlicht-Meshviewer.desktop << EOF
[Desktop Entry]
Name=Irrlicht Mesh Viewer
Comment=Irrlicht Mesh Viewer
Exec=irrlicht-Meshviewer
Icon=irrlicht-Meshviewer
Terminal=true
Type=Application
StartupNotify=true
Categories=3DGraphics;GTK;
EOF

%changelog

* Mon Dec 28 2015 Giovanni Mariani <mc2374@mclink.it> 1.8.3-1
- (9f8fd7d) Updated to release 1.8.3, rediffed P4 and cleaned specfile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10482 |14cu|irssistats-0.75-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		irssistats
Summary:	This tool generates HTML IRC stats based on irssi logs
Version:	0.75
Release:	4
License:	GPLv2+
Group:		Networking/IRC
Url:		http://royale.zerezo.com/irssistats/
Source0:	http://royale.zerezo.com/%{name}/%{name}-%{version}.tar.gz

%description
irssistats is a tool that make HTML stats from irssi logfiles.
The statistics generated display many useful and funny informations
about the channel.

%files
%doc COPYING README
%{_bindir}/irssistats
%{_mandir}/man1/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
%make

%install
make install PRE=%{buildroot}%{_prefix}


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.75-4
- (5d74176) Build with system optflags to fix debug package
- (5d74176) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10483 |14cu|irssi-xmpp-0.53-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	An irssi Module to Connect to the Jabber Network
Name:		irssi-xmpp
Version:	0.53
Release:	1
License:	GPLv2+
Group:		Networking/IRC
Url:		http://cybione.org/~irssi-xmpp/
Source0:	http://cybione.org/~irssi-xmpp/files/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(loudmouth-1.0)
BuildRequires:	irssi-devel >= 0.8.13
Requires:	irssi >= 0.8.13

%description
irssi-xmpp is a irssi plugin to connect to the jabber network.

%files
%doc COPYING NEWS README
%{_libdir}/irssi/modules/libfe_xmpp.so
%{_libdir}/irssi/modules/libxmpp_core.so
%{_libdir}/irssi/modules/libtext_xmpp.so
%{_datadir}/irssi/help/presence
%{_datadir}/irssi/help/roster
%{_datadir}/irssi/help/xmppconnect
%{_datadir}/irssi/help/xmppserver

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
export IRSSI_INCLUDE="%{_includedir}/irssi" PREFIX=%{_prefix} IRSSI_LIB=%{_libdir}/irssi IRSSI_DOC=%{_defaultdocdir}
%make

%install
export IRSSI_INCLUDE="%{_includedir}/irssi" PREFIX=%{_prefix} IRSSI_LIB=%{_libdir}/irssi IRSSI_DOC=%{_defaultdocdir}
%makeinstall_std


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.53-1
- (e4f7b56) New version 0.53
- (e4f7b56) Build with system optflags to fix debug package
- (e4f7b56) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10484 |14cu|isomaster-1.3.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An easy to use GUI CD image editor
Name:		isomaster
Version:	1.3.13
Release:	1
Source0:	http://littlesvr.ca/isomaster/releases/%{name}-%{version}.tar.bz2
Patch0:		isomaster-1.3.13-iniparser.patch
License:	GPLv2
Group:		Archiving/Cd burning
URL:		http://littlesvr.ca/isomaster/
BuildRequires:	gtk+2-devel
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	iniparser-devel

%description
ISO Master allows to extract files from an ISO, add files to an ISO,
and create bootable ISOs - all in a graphical user interface.
It can open ISO, NRG, and some MDF files but can only save as ISO.

%prep
%setup -q
%apply_patches

# use system iniparser
sed -i -e 's,#\(USE_SYSTEM_INIPARSER\),\1,' Makefile

# fix prefix
sed -i -e 's,\(PREFIX .*\)/usr/local,\1%{_prefix},' Makefile

# more verbose build
sed -i -e 's,@\($(CC)\),\1,g' Makefile

# don't rebuid at install time
sed -i -e 's/^install:\s*all/install:/' Makefile

%build
%setup_compile_flags
%make

%install
%makeinstall_std

%find_lang %{name}

perl -pi -e 's,/usr/share/%{name}/icons/isomaster.png,%{name},g' %{buildroot}%{_datadir}/applications/%{name}.desktop

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert -scale 48 icons/isomaster.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png 
convert -scale 32 icons/isomaster.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 icons/isomaster.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%files -f %{name}.lang
%doc *.TXT
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/%{name}.1*



%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 1.3.13-1
- (20172e9) Updated to 1.3.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10485 |14cu|istodo-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Organizer for students
Name:		istodo
Version:	1.3.0
Release:	2
License:	GPLv3+
Group:		Education
Url:		http://istodo.ru/
# Repack from http://dev.istodo.ru/istodo-desktop/get/v%{version}.tar.bz2
Source0:	%{name}-%{version}.tar.bz2
Patch0:		istodo-1.3.0-no-iOS.patch
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
Requires:	qt5-database-plugin-sqlite

%description
iStodo is an organizer for students with scheduling and planning features.

%files
%doc linux_deploy_1.0/source_amd64/license.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%qmake_qt5
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 desktop/iStodo %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_datadir}/applications
install -m 0644 linux_deploy_1.0/source_amd64/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
sed -i s,"Version=.*","Version=1.0", %{buildroot}%{_datadir}/applications/%{name}.desktop

# Install icons of various sizes.
for s in 256 128 64 48 32 ; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
    cp linux_deploy_1.0/source_amd64/icons/${s}x${s}/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png
done


%changelog
* Wed Oct 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.0-2
+ Revision: 46b9096
- Requires qt5-database-plugin-sqlite



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10486 |14cu|isync-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility to synchronize IMAP mailboxes with local maildir folders
Name:		isync
Version:	1.2.1
Release:	1
License:	GPLv2
Group:		Networking/Mail
URL:		http://isync.sf.net/
Source0:	https://sourceforge.net/projects/isync/files/isync/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig
BuildRequires:	openssl-devel
BuildRequires:	db-devel

%description
isync is a command line utility which synchronizes mailboxes; currently Maildir
and IMAP4 mailboxes are supported. New messages, message deletions and flag
changes can be propagated both ways. It is useful for working in disconnected
mode, such as on a laptop or with a non-permanent internet collection (dIMAP).

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/doc/isync

%files
%doc AUTHORS COPYING NEWS README TODO ChangeLog src/mbsyncrc.sample src/compat/isyncrc.sample
%attr(0755,root,root) %{_bindir}/isync
%attr(0755,root,root) %{_bindir}/mbsync
%attr(0755,root,root) %{_bindir}/mdconvert
%attr(0755,root,root) %{_bindir}/get-cert
%attr(0644,root,root) %{_mandir}/man1/isync.1*
%attr(0644,root,root) %{_mandir}/man1/mbsync.1*
%attr(0644,root,root) %{_mandir}/man1/mdconvert.1*

%changelog

* Wed Sep 21 2016 alzim <alzim@bk.ru> 1.2.1-1
- (30850de) Merge pull request #2 from import/isync:rosa2016.1
- (30850de) Updated to 1.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10487 |14cu|it-could-webdav-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free

Summary:        WebDAV Servlet
Name:           it-could-webdav
Version:        0.4
Release:        4
Epoch:          0
License:        Apache License 2.0
URL:            http://could.it/main/a-simple-approach-to-webdav.html
Group:          Development/Java
Source0:        http://could.it/main/a-simple-approach-to-webdav.data/webdav-0.4.zip
Source1:        it-could-webdav-LICENSE.TXT
Source2:        webdav-0.4.pom
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit >= 0:1.6
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
BuildRequires:  servlet6
Requires:       servlet6
BuildArch:      noarch

%description
WebDAV Servlet.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
%setup -q -n webdav-%{version}
%remove_java_binaries
cp %{SOURCE1} LICENSE.TXT

%build
export CLASSPATH=$(build-classpath tomcat-servlet-api)
%{ant}

%install

# jars
mkdir -p %{buildroot}%{_javadir}

install -m 644 webdav-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

#poms
%add_to_maven_depmap it.could webdav %{version} JPP/ it-could-webdav
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 %{SOURCE2} \
    %{buildroot}%{_datadir}/maven2/poms/JPP-it-could-webdav.pom

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
cp -p LICENSE.TXT %{buildroot}%{_docdir}/%{name}-%{version}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}
%doc %{_docdir}/%{name}-%{version}/LICENSE.TXT

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog

* Wed Mar 16 2016 Denis Silakov <dsilakov@gmail.com> 0:0.4-4
- (188ddb1) Updated to modern BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10488 |14cu|ja2-stracciatella-0.15.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ja2-stracciatella
Version:        0.15.1
Release:        1
Summary:        Jagged Alliance 2 Stracciatella
License:        MIT
Group:          Games/Other
Url:            http://ja2-stracciatella.github.io/
Source:         https://github.com/ja2-stracciatella/ja2-stracciatella/archive/v0.15.1.tar.gz
BuildRequires:  pkgconfig(sdl)


%description
The goal of the project was to make 
Jagged Alliance 2 available on a wide 
range of platforms,
improve its stability, 
fix bugs and provide a stable 
platform for mod development

Edit the ~/.ja2/ja2.ini and set 
parameter data_dir to point on the 
directory where the original
game was installed. 

If you installed not English version of 
the original game, but one of the localized varieties,
you need to start the game with the appropriate 
parameter, e.g. ja2 -resversion ITALIAN.
 
%files
%doc *.txt *.md 
%{_bindir}/ja2
%{_datadir}/ja2
%{_mandir}/man6/ja2.6.*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.svg
#---------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
sed -i "s|%{_prefix}|%{buildroot}%{_prefix}|" Makefile.config
%makeinstall_std
find %{buildroot} -size 0 -delete
chmod 0755 %{buildroot}%{_bindir}/ja2

%changelog

* Thu Apr 20 2017 abfonly <abfonly@gmail.com> 0.15.1-1
- (dad6cee) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10489 |14cu|jabber2-2.2.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jabberd

%bcond_without pam
%bcond_without sqlite
%bcond_without db
%bcond_without openldap
%bcond_without mysql
%bcond_without postgresql

Summary:	OpenSource server implementation of the Jabber protocols
Name:		jabber2
Version:	2.2.16
Release:	3
License:	GPLv2+
Group:		System/Servers
Url:		http://codex.xiaoka.com/wiki/jabberd2:start
Source0:	http://codex.xiaoka.com/pub/jabberd2/releases/%{oname}-%{version}.tar.gz
Source1:	%{oname}.rc
Source2:	%{oname}.sysconfig
Source3:	%{oname}.logrotate
Source4:	jabber2-tmpfiles.conf
Patch0:		jabberd-2.2.8-fix-pid-path.patch
Patch1:		jabberd-2.2.9-fix-log-path.patch
Patch2:		jabberd-2.2.11-fix-pem-path.patch
Patch3:		jabberd-2.2.11-fix-template-path.patch
Patch4:		jabberd-2.2.11-fix-router-path.patch
Patch5:		jabberd-2.2.11-fix-module-filename.patch
Patch6:		jabberd-2.2.16-link.patch
Patch7:		jabberd-2.2.16.interpreter.patch
%if %{with db}
BuildRequires:	db-devel
%endif
BuildRequires:	glibc-devel
%if %{with mysql}
BuildRequires:	mysql-devel
%endif
%if %{with openldap}
BuildRequires:	openldap-devel
%endif
%if %{with pam}
BuildRequires:	pam-devel
%endif
Buildrequires:	udns-devel
BuildRequires:	pkgconfig(bdw-gc)
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libgsasl)
BuildRequires:	pkgconfig(libidn)
%if %{with postgresql}
BuildRequires:	pkgconfig(libpq)
%endif
BuildRequires:	pkgconfig(openssl)
%if %{with sqlite}
BuildRequires:	pkgconfig(sqlite3)
%endif
BuildRequires:	pkgconfig(zlib)
Conflicts:	jabber
Requires(pre,post,preun,postun):	rpm-helper

%description
The jabberd project aims to provide an open-source server implementation of the
Jabber protocols for instant messaging and XML routing. The goal of this
project is to provide a scalable, reliable, efficient and extensible server
that provides a complete set of features and is up to date with the latest
protocol revisions.

jabberd 2 is the next generation of the jabberd server. It has been rewritten
from the ground up to be scalable, architecturally sound, and to support the
latest protocol extensions coming out of the JSF.

%files
%defattr (0755,root,root,0755)
%{_bindir}/*
%{_initrddir}/%{oname}
%{_libdir}/%{oname}
%defattr (0644,root,root,0755)
%doc COPYING README INSTALL ChangeLog AUTHORS NEWS TODO
%doc tools/db-setup.mysql tools/db-setup.pgsql
%doc tools/*.pl examples
%{_sysconfdir}/logrotate.d/%{oname}
%{_sysconfdir}/sysconfig/%{oname}
%dir %{_sysconfdir}/%{oname}
%config(noreplace) %{_sysconfdir}/%{oname}/c2s.xml
%config(noreplace) %{_sysconfdir}/%{oname}/router-users.xml
%config(noreplace) %{_sysconfdir}/%{oname}/router.xml
%config(noreplace) %{_sysconfdir}/%{oname}/router-filter.xml
%config(noreplace) %{_sysconfdir}/%{oname}/s2s.xml
%config(noreplace) %{_sysconfdir}/%{oname}/sm.xml
%config(noreplace) %{_sysconfdir}/%{oname}/templates
%{_mandir}/man8/*
%{_tmpfilesdir}/%{name}.conf
%defattr (0644,jabberd,jabberd,755)
%ghost %{_var}/run/%{oname}
%{_var}/lib/%{oname}
%{_logdir}/%{oname}

%pre
%_pre_useradd %{oname} %{_var}/lib/%{oname} /bin/sh

%preun
%_preun_service %{oname}

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service %{oname}

%postun
%_postun_userdel %{oname}

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p0
%patch3 -p1
%patch4 -p1
%patch5 -p0
%patch6 -p0
%patch7 -p1 -b .interpreter

%build
autoreconf -f -i
%serverbuild

%configure2_5x \
%if %{with pam}
	--enable-pam \
%else
	--disable-pam \
%endif
%if %{with db}
	--enable-db \
%else
	--disable-db \
%endif
%if %{with mysql}
	--enable-mysql \
%else
	--disable-mysql \
%endif
%if %{with openldap}
	--enable-ldap \
%else
	--disable-ldap \
%endif
%if %{with postgresql}
	--enable-pgsql \
%else
	--disable-pgsql \
%endif
%if %{with sqlite}
	--enable-sqlite \
%else
	--disable-sqlite \
%endif
	--localstatedir=%{_var}/lib \
	--enable-anon \
	--enable-debug \
	--enable-fs \
	--enable-mio=poll \
	--enable-pipe \
	--enable-ssl \
	--with-sasl=gsasl

%make

%install
%makeinstall_std

# create needed directories
mkdir -p %{buildroot}%{_var}/run/%{oname}
mkdir -p %{buildroot}%{_var}/lib/%{oname}/{db,stats}
mkdir -p %{buildroot}%{_var}/log/%{oname}
mkdir -p %{buildroot}%{_sysconfdir}/%{oname}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sysconfdir}/{sysconfig,logrotate.d}
mkdir -p %{buildroot}%{_tmpfilesdir}

# install the initscript
install -m755 %{SOURCE1} %{buildroot}%{_initrddir}/%{oname}

# install the sysconfig file
install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{oname}

# install the logrotate file
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{oname}

install -m0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# and move some conf files to /etc/jabberd
mv %{buildroot}%{_sysconfdir}/{*.xml,*.cfg,*.conf,*.dist,templates} %{buildroot}%{_sysconfdir}/%{oname}

# prepare to doc .dist files
mkdir examples
mv %{buildroot}%{_sysconfdir}/%{oname}/{*.dist,templates/*.dist} examples

# we have our own start script
rm -f %{buildroot}%{_bindir}/%{oname}
rm -f %{buildroot}%{_sysconfdir}/%{oname}/%{oname}.cfg*
rm -f %{buildroot}%{_sysconfdir}/%{oname}/%{oname}-*.conf
rm -rf %{buildroot}%{_prefix}%{_sysconfdir}/init


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.16-3
- (c2e6a8e) Drop pq-devel from BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10490 |14cu|jackasyn-0.13-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0 
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

# Somehow debug package ends up being empty: avoid rpmlint error
%define debug_package %{nil}

Name:	 	jackasyn
Summary:		Asynchronous capabilities for Jack audio daemon
Version:		0.13
Release:		6
Source0:		http://gige.xdv.org/soft/libjackasyn/download/lib%{name}-%{version}.tar.gz
URL:		http://gige.xdv.org/soft/libjackasyn
License:		GPLv2+
Group:		Sound
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(samplerate)
Requires:	jack

%description
This is a library that allows to access the jack audio server in
asynchronous mode. The jacklaunch command launches an application by
preloading libjackasyn. This makes applications that are written for the
OSS API working with the JACK audio server.


%package -n	%{libname}
Summary:		Dynamic libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
This is a library that allows to access the jack audio server in
asynchronous mode. It can be used for several purposes:
  1) Make an application that uses the OSS audio API run with the jack
     server via the LD_PRELOAD system.
  2) You have an application that is written for asynchronous mode,
     probably for several platforms and can't afford a rewrite of the whole
     system to fit jackit callback architecture.
  3) You want to port an application in a fast and easy way and do not care
     for tight synchronisation and performance. 


%package -n	%{develname}
Summary:		Header files and static libraries from %{name}
Group: 		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes:	%{name}-devel < %{version}-%{release}
#Obsoletes:	%%{_lib}jackasyn0-devel < %%{version}-%%{release}

%description -n %{develname}
Libraries and includes files for developing programs based on %{name}.


%prep
%setup -qn lib%{name}-%{version}

%build
%configure2_5x
# parallel build doesn't work - AdamW 2008/08
make


%install
mkdir -p %{buildroot}/%{_libdir}
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_includedir}
mkdir -p %{buildroot}/%{_mandir}/man1
install -m 644 libjackasyn.a %{buildroot}/%{_libdir}
install -m 755 libjackasyn.so.%{version} %{buildroot}/%{_libdir}
install -m 644 libjackoss.h %{buildroot}/%{_includedir}
ln -s libjackasyn.so.%{version} %{buildroot}/%{_libdir}/libjackasyn.so.0
ln -s libjackasyn.so.%{version} %{buildroot}/%{_libdir}/libjackasyn.so
install -m 755 jacklaunch %{buildroot}/%{_bindir}
install -m 0644 jacklaunch.1 %{buildroot}/%{_mandir}/man1


%files
%doc README AUTHORS CHANGELOG TODO WORKING
%{_bindir}/jacklaunch
%{_mandir}/man1/*


%files -n %{libname}
%doc README
%{_libdir}/*.so.%{major}*


%files -n %{develname}
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a




%changelog

* Tue Jan 12 2016 gvm <mc2374@mclink.it> 0.13-6
- (d933f17) Fix rpmlint error.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10491 |14cu|jackbeat-0.7.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Drum machine styled audio sequencer
Name:		jackbeat
Version:	0.7.6
Release:	4
License:	GPLv2+
Group:		Sound
Url:		http://bitbucket.org/olivierg/jackbeat/wiki/Home
Source0:	http://bitbucket.org/olivierg/%{name}/downloads/%{name}-%{version}.tar.gz
Patch0:		jackbeat-0.7.3-mdv-fix-str-fmt.patch
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)

%description
Jackbeat is an audio sequencer with the following features:
    * drummachine-like interface for fast and easy edition;
    * realtime operation : while playing, the pattern can be edited and
      resized, the bpm rate modified, and new samples loaded;
    * virtually unlimited number of tracks and beats;
    * easy to use and yet powerful : just JACK it into jack-rack and you
      can apply LADSPA effect plugins on a per track basis, perform
      mastering with jackeq , etc...
    * loads and saves .jab files, Jackbeat's binary file format.

%files
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .strfmt

%build
LDFLAGS="-lgmodule-2.0" %configure
%make

%install
%makeinstall

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=JackBeat
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=sound_section
Terminal=false
Type=Application
Categories=AudioVideo;Sequencer;
EOF


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.6-4
- (e3e7497) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10492 |14cu|jack_capture-0.9.71-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
Summary:	Simple JACK audiofile recorder-encoder
Name:		jack_capture
Version:	0.9.71
Release:	2
URL:		http://archive.notam02.no/arkiv/src/
License:	GPLv2+
Group:		Sound
Source0:	http://ccrma.stanford.edu/~kjetil/src/%{name}-%{version}.tar.bz2
BuildRequires:	gtk2-devel
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(flac)
BuildRequires:	meterbridge
Requires:	meterbridge

%description
Small audio file recorder with on-the-fly encoding capabilities for the JACK
Audio Connection Kit. Jack_capture comes with two control GUIs, one of which
is deliberately simple. Supported save file formats are wav (with 4GB limit
bypass), ogg, flac, wav, wavex, au, aiff and raw.

%files
%doc README
%{_bindir}/jack_capture
%{_bindir}/jack_capture_gui2
%{_datadir}/applications/jack_capture_gui2.desktop

#-----------------------------------------------------------------------------

%prep
%setup -q
perl -pi -e 's/usr\/local/usr/g' Makefile
perl -pi -e 's/-march=native//g' Makefile


%build
%make
# We have to build the legacy gui program at our own risk
make jack_capture_gui2


%install
%makeinstall_std
install jack_capture_gui2 %{buildroot}%{_bindir}/

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/jack_capture_gui2.desktop << EOF
[Desktop Entry]
Name=Jack_capture_gui2
Comment=Simple JACK audiofile recorder-encoder
Exec=jack_capture_gui2
Icon=sound_section
Categories=Audio;Audiovideo;X-MandrivaLinux-Sound;
Terminal=false
Type=Application
X-Desktop-File-Install-Version=0.15
EOF


%changelog

* Mon Apr 13 2015 Giovanni Mariani <mc2374@mclink.it> 0.9.71-2
- (2bfdc81) Remove leftover test file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10493 |14cu|jack-cd-ripper-3.1.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# The project is named "jack" but let's rename it to avoid collision with
# Jack audio connection kit which is definitely much more famous
%define oname jack

Summary:	Console frontend for CD rippers and audio encoders
Name:		jack-cd-ripper
Version:	3.1.1
Release:	11
License:	GPL
Group:		Sound
URL:		http://www.home.unix-ag.org/arne/jack/
Source0:	%{oname}-%{version}.tar.bz2
BuildRequires:	python-devel
BuildRequires:	python-id3 
BuildRequires:	python-CDDB
BuildRequires:	pyid3lib
BuildRequires:	pyvorbis >= 1.0
BuildRequires:	ncurses-devel
Requires:	python-id3
Requires:	python-CDDB
Requires:	vorbis-tools 
Requires:	pyid3lib
Requires:	pyvorbis >= 1.0
Requires:	cdparanoia
Obsoletes:	%{oname} < 3.1.1-11

%description
Jack has been developed with one main goal: ripping CDs without having
to worry. There is nearly no way that an incomplete rip goes
unnoticed, e.g. jack compares WAV and MP3/Vorbis filesizes when continuing
from a previous run. Jack also checks your HD space before doing
anything (even keeps some MB free).

%prep
%setup -qn %{oname}-%{version}

%build
python setup.py build
python -c "import jack_CDTime"
python -c "import jack_misc"
python -c "import jack_mp3"
python -c "import jack_TOCentry"
python -c "import jack_TOC"

%install
python setup.py install --root %{buildroot}
install -D -m 755 jack %{buildroot}%{_bindir}/jack
install -D -m 644 jack.man %{buildroot}%{_mandir}/man1/jack.1
mkdir -p %{buildroot}%{_libdir}/python%{py_ver}/site-packages/
cp jack_* %{buildroot}%{_libdir}/python%{py_ver}/site-packages/

%files
%doc doc/* README
%{_bindir}/jack
%{_libdir}/python%{py_ver}/site-packages/*
%{_mandir}/man?/*

%changelog

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 3.1.1-11
- (de63846) Rename project to jack-cd-ripper to avoid collision with Jack audio connection kit which is definitely much more famous



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10494 |14cu|jack-rack-1.4.7-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LADSPA effects rack for JACK
Name:		jack-rack
Version:	1.4.7
Release:	13
License:	GPLv2+
Group:		Sound
Url:		http://jack-rack.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/jack-rack/%{name}-%{version}.tar.bz2
Patch0:		jack-rack-1.4.7-undeprec.patch
Patch1:		jack-rack-1.4.7-jacksession.patch
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	ecasound-devel
BuildRequires:	gettext-devel
BuildRequires:	ladspa-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lrdf)
BuildRequires:	pkgconfig(raptor)

%description
JACK Rack is an effects "rack" for the JACK low latency audio API. The rack
can be filled with LADSPA effects plugins. It's phat; it turns your
computer into an effects box.

%files -f %{name}.lang
%doc README AUTHORS BUGS COPYING ChangeLog NEWS TODO
%{_bindir}/%{name}
%{_bindir}/ecarack
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*.png
%{_datadir}/dtds
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
# Fix explicit lm and ldl linking requirement
%define _disable_ld_as_needed   1
%configure
perl -pi -e 's/LDFLAGS =/LDFLAGS = -ldl -lm -lpthread /g' Makefile src/Makefile
%make


%install
%makeinstall_std
chrpath -d %{buildroot}/%{_bindir}/%{name}

#menu
perl -pi -e 's,%{name}-icon.png,%{name}-icon,g' %{buildroot}%{_datadir}/applications/*
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GTK" \
  --add-category="AudioVideo;Audio;Sequencer" \
  --add-category="X-MandrivaLinux-Sound" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

#icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -size 48x48 pixmaps/jack-rack-icon.png %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -size 32x32 pixmaps/jack-rack-icon.png %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 pixmaps/jack-rack-icon.png %{buildroot}/%{_miconsdir}/%{name}.png

%find_lang %{name}


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.7-13
- (7827f7e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10495 |14cu|jacksum-1.7.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           jacksum
Version:        1.7.0
Release:        12
Epoch:          0
Summary:        Software for computing and verifying checksums, CRC's, and message digests
License:        GPL
URL:            http://www.jonelo.de/java/jacksum/
Group:          Development/Java
#Vendor:         JPackage Project
#Distribution:   JPackage
Source0:        http://osdn.dl.sourceforge.net/jacksum/jacksum-1.7.0.zip
Source1:        %{name}
Patch0:         %{name}-javadoc.patch
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.5
BuildArch:      noarch

%description
Jacksum is a free and platform independent software for computing and 
verifying checksums, CRC's, and message digests (known as hash values 
and fingerprints). "Jacksum" is a synthetic word made of JAva and 
ChecKSUM.

Jacksum supports 46 popular algorithms (Adler32, BSD sum, POSIX cksum, 
Bzip2's CRC, CRC-8, CRC-16, CRC-24, CRC-32 (FCS-32), CRC-64, ELF-32, 
eMule/eDonkey, FCS-16, GOST R 34.11-94, HAS-160, HAVAL (3/4/5 passes, 
128/160/192/224/256 bits), MD2, MD4, MD5, MPEG-2's CRC-32, RIPEMD-128, 
RIPEMD-160, RIPEMD-256, RIPEMD-320, SHA-0, SHA-1, SHA-224, SHA-256, 
SHA-384, SHA-512, Tiger-128, Tiger-160, Tiger, Tiger2, Unix System V 
sum, sum8, sum16, sum24, sum32, Whirlpool-0, Whirlpool-1, Whirlpool and 
xor8).

Jacksum supports the "Rocksoft (tm) Model CRC Algorithm", it can 
calculate customized CRC algorithms and it supports the combination of 
multiple algorithms.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
perl -pi -e 's/\r$//g' history.txt license.txt readme_de.txt readme.txt docs/*
pushd source
%{_bindir}/unzip -qq %{name}-src.zip
popd
%patch0 -p1
perl -pi -e 's|<javadoc|<javadoc source="1.4"|g' build.xml

%build
pushd source
%{ant} jar #javadoc
popd

%install

# bin
mkdir -p %{buildroot}%{_bindir}
cp -a %{SOURCE1} %{buildroot}%{_bindir}/%{name}

# jars
mkdir -p %{buildroot}%{_javadir}
cp -a source/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -s ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
#%{__cp} -a source/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc history.txt license.txt readme_de.txt readme.txt docs/*
%attr(0755,root,root) %{_bindir}/%{name}
%{_javadir}/%{name}*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}
%doc %{_javadocdir}/%{name}-%{version}

%changelog

* Sat Apr 23 2016 Denis Silakov <dsilakov@gmail.com> 0:1.7.0-12
- (6124900) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10496 |14cu|jag-0.3.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An arcade-puzzle 2D game to break all of the target blocks
Name:		jag
Version:	0.3.7
Release:	1
License:	GPLv3+
Group:		Games/Puzzles
Url:	        https://gitlab.com/coringao/jag
Source0:	https://gitlab.com/coringao/jag/-/archive/0.3.7/jag-0.3.7.tar.bz2
Source1:	jag.appdata.xml
BuildRequires:	qt5-devel
BuildRequires:  pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(Qt5Gui)
BuildRequires:  pkgconfig(Qt5OpenGL)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  pkgconfig(Qt5X11Extras)
BuildRequires:  pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(gl)
BuildRequires:  pkgconfig(SDL2_mixer)
BuildRequires:  pkgconfig(sdl2)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
Requires:       %{name}-data = %{version}

%description
JAG is a free and opensource arcade-puzzle 2D game.

The aim of JAG is to break all of the target pieces on each level, and to do
this before the time runs out. Keep doing this until you have beaten the last
level and won the game. 


%files
%doc CHANGELOG README.md LICENSE
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_appdatadir}/%{name}.appdata.xml
%{_datadir}/pixmaps/jag.png

#----------------------------------------------------------------------------
%package editor
Summary:        Level Editor for the JAG game
Requires:       %{name}
Provides:       jag-level-editor = %{version}
Obsoletes:      jag-level-editor < %{version}
%description editor
The aim of JAG is to break all of the target pieces on each level,
and to do this before the time runs out. Keep doing this until you
have beaten the last level and won the game.

This package contains the level editor for JAG.


%files editor
%doc CHANGELOG README.md LICENSE
%{_gamesbindir}/jag-editor
%{_datadir}/applications/jag-editor.desktop
%{_datadir}/pixmaps/jag-editor.png

#----------------------------------------------------------------------------

%package data
Summary:        Data files for the JAG game
Requires:       %{name}
Suggests:       %{name}-editor
BuildArch:      noarch

%description data
The aim of JAG is to break all of the target pieces on each level,
and to do this before the time runs out. Keep doing this until you
have beaten the last level and won the game.

Data files (bonus, help, lang, levels, schemes, sounds, tools) for JAG.

%files data
%doc CHANGELOG README.md LICENSE
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/data/
%{_gamesdatadir}/%{name}/editor/


#----------------------------------------------------------------------------
%prep
%setup -q 

%build
%qmake_qt5
pushd src/editor
%qmake_qt5
popd

%make 
pushd src/editor
%make
popd

%install
%makeinstall_qt
pushd src/editor
%makeinstall_qt
popd

# desktop
install -Dm 0644 src/jag.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

# icons
install -Dm 0644 src/images/jag.png %{buildroot}%{_datadir}/pixmaps/jag.png
install -Dm 0644 src/editor/jag-editor.png %{buildroot}%{_datadir}/pixmaps/jag-editor.png

# appdata
install -Dm 0644 %{SOURCE1} %{buildroot}%{_appdatadir}/%{name}.appdata.xml




mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}-editor.desktop <<EOF
[Desktop Entry]
Name=%{name}-editor
GenericName=Arcade-puzzle 2D game
Comment=%{summary}
Exec=%{name}-editor
Icon=%{name}.png
Type=Application
StartupNotify=false
Categories=Game;LogicGame;
Terminal=false
EOF



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10497 |14cu|jailkit-2.19-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities to limit user accounts to specific files using chroot()
Name:		jailkit
Version:	2.19
Release:	1
License:	GPLv2+
Group:		System/Base
Url:		http://olivier.sessink.nl/jailkit/
Source0:	http://olivier.sessink.nl/jailkit/jailkit-%{version}.tar.bz2
# Don't try to modify system shells file
Patch0:		jailkit-2.19-shells.patch

%description
Jailkit is a set of utilities to limit user accounts to specific files
using chroot() and or specific commands. Setting up a chroot shell,
a shell limited to some specific command, or a daemon inside a chroot
jail is a lot easier using these utilities.

Jailkit has been in use for a while on CVS servers (in a chroot and
limited to cvs), sftp/scp servers (both in a chroot and limited to
sftp/scp as well as not in a chroot but only limited to sftp/scp),
and also on general servers with accounts where the shell accounts
are in a chroot.

%files
%doc README.txt COPYRIGHT
%attr(4755,root,root) %{_bindir}/jk_uchroot
%attr(4755,root,root) %{_sbindir}/jk_chrootsh
%{_sbindir}/jk_addjailuser
%{_sbindir}/jk_check
%{_sbindir}/jk_chrootlaunch
%{_sbindir}/jk_cp
%{_sbindir}/jk_init
%{_sbindir}/jk_jailuser
%{_sbindir}/jk_list
%{_sbindir}/jk_lsh
%{_sbindir}/jk_socketd
%{_sbindir}/jk_update
%{_datadir}/jailkit/
%{_initrddir}/jailkit
%{_mandir}/man8/*
%config(noreplace) %{_sysconfdir}/jailkit

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std \
	iniprefix="%{_sysconfdir}/jailkit/" \
	prefix="%{_prefix}"

rm -f %{buildroot}%{_datadir}/jailkit/*.pyc

install -Dp -m0755 extra/jailkit.centos %{buildroot}%{_initrddir}/jailkit


%changelog

* Mon Jun 06 2016 Rosa <rosa@abf.rosalinux.ru> 2.19-1
- (5aed810) Automatic import for version 2.19-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10498 |14cu|jakarta-commons-discovery-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name commons-discovery

Summary:        Jakarta Commons Discovery
Name:           jakarta-commons-discovery
Version:        0.4
Release:        4
Epoch:          1
Group:          Development/Java
License:        Apache License
URL:            http://jakarta.apache.org/commons/discovery/
BuildArch:      noarch
Source0:        http://www.apache.org/dist/jakarta/commons/discovery/source/commons-discovery-0.4-src.tar.gz
Source1:        http://www.apache.org/dist/jakarta/commons/discovery/source/commons-discovery-0.4-src.tar.gz.asc
Source2:        http://www.apache.org/dist/jakarta/commons/discovery/source/commons-discovery-0.4-src.tar.gz.md5
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  junit >= 0:3.7
BuildRequires:  apache-commons-logging
Requires:       apache-commons-logging

%description
The Discovery component is about discovering, or finding, implementations for
pluggable interfaces.  Pluggable interfaces are specified with the intent that
multiple implementations are, or will be, available to provide the service
described by the interface.  Discovery provides facilities for finding and
instantiating classes, and for lifecycle management of singleton (factory)
classes. 

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n commons-discovery-%{version}-src
%{__chmod} u+w .

# No NOTICE.txt file in the sources
/bin/touch NOTICE.txt
%{__perl} -pi -e 's/\r$//g' LICENSE.txt

%build
%{ant} \
  -Djunit.jar=$(find-jar junit) \
  -Dlogger.jar=$(find-jar apache-commons-logging) \
  test.discovery dist
if [ -z "`%{jar} tf dist/%{short_name}.jar | %{__grep} META-INF/INDEX.LIST`" ]; then
  %{jar} -i dist/%{short_name}.jar
fi

%install
# jar
%{__install} -m 0644 dist/%{short_name}.jar -D %{buildroot}%{_javadir}/%{name}-%{version}.jar
%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{short_name}.jar

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt NOTICE.txt
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.4-4
+ Revision: d14a048
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10499 |14cu|jakarta-commons-httpclient-3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name httpclient

Name:           jakarta-commons-httpclient
Version:        3.1
Release:        4
Epoch:          1
Summary: Jakarta Commons HTTPClient implements the client side of HTTP standards
License:        Apache Software License
Source0:         http://archive.apache.org/dist/httpcomponents/commons-httpclient/source/commons-httpclient-3.1-src.tar.gz
Patch0:         %{name}-disablecryptotests.patch
# Add OSGi MANIFEST.MF bits
Patch1:         %{name}-addosgimanifest.patch
URL:            http://jakarta.apache.org/commons/httpclient/
Group:          Development/Java
Buildarch:      noarch

BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  ant
BuildRequires:  locales-en
BuildRequires:  apache-commons-codec
BuildRequires:  apache-commons-logging
BuildRequires:  jce >= 0:1.2.2
BuildRequires:  jsse >= 0:1.0.3.01
#BuildRequires:  java-javadoc
BuildRequires:  apache-commons-logging-javadoc
BuildRequires:  junit
#BuildRequires:  jaxp = 1.3

Requires:       apache-commons-logging

%rename commons-httpclient

%description
The Hyper-Text Transfer Protocol (HTTP) is perhaps the most significant
protocol used on the Internet today. Web services, network-enabled
appliances and the growth of network computing continue to expand the
role of the HTTP protocol beyond user-driven web browsers, and increase
the number of applications that may require HTTP support.
Although the java.net package provides basic support for accessing
resources via HTTP, it doesn't provide the full flexibility or
functionality needed by many applications. The Jakarta Commons HTTP
Client component seeks to fill this void by providing an efficient,
up-to-date, and feature-rich package implementing the client side of the
most recent HTTP standards and recommendations.
Designed for extension while providing robust support for the base HTTP
protocol, the HTTP Client component may be of interest to anyone
building HTTP-aware client applications such as web browsers, web
service clients, or systems that leverage or extend the HTTP protocol
for distributed communication.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%package        demo
Summary:        Demos for %{name}
Group:          Development/Java
Requires:       %{name} = %{EVRD}

%description    demo
%{summary}.

%package        manual
Summary:        Manual for %{name}
Group:          Development/Java
Requires:       %{name}-javadoc = %{EVRD}

%description    manual
%{summary}.


%prep
%setup -q -n commons-httpclient-%{version}
mkdir lib # duh
rm -rf docs/apidocs docs/*.patch docs/*.orig docs/*.rej

%patch0

pushd src/conf
%{__sed} -i 's/\r//' MANIFEST.MF
%patch1
popd

# Use javax classes, not com.sun ones
# assume no filename contains spaces
pushd src
    for j in $(find . -name "*.java" -exec grep -l 'com\.sun\.net\.ssl' {} \;); do
        sed -e 's|com\.sun\.net\.ssl|javax.net.ssl|' $j > tempf
        cp tempf $j
    done
    rm tempf
popd

# FIXME: These tests fail due to absence of jks in libgcj. Disable them for now.
rm -f src/test/org/apache/commons/httpclient/TestProxy.java
rm -f src/test/org/apache/commons/httpclient/params/TestSSLTunnelParams.java

%{__sed} -i 's/\r//' RELEASE_NOTES.txt
%{__sed} -i 's/\r//' README.txt
%{__sed} -i 's/\r//' LICENSE.txt

%build
export LC_ALL=en_US.ISO-8859-1
export CLASSPATH=$(build-classpath jsse jce apache-commons-codec apache-commons-logging junit)
%{ant} \
  -Dbuild.sysclasspath=first \
  -Djavadoc.j2sdk.link=%{_javadocdir}/java \
  -Djavadoc.logging.link=%{_javadocdir}/apache-commons-logging \
  -Dtest.failonerror=false \
  dist test


%install
# jars
mkdir -p %{buildroot}%{_javadir}
cp -p dist/commons-httpclient.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|jakarta-||g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)
# compat symlink
pushd %{buildroot}%{_javadir}
ln -s commons-httpclient.jar commons-httpclient3.jar
popd

# javadoc
mkdir -p %{buildroot}%{_javadocdir}
mv dist/docs/api %{buildroot}%{_javadocdir}/%{name}-%{version}

# demo
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr src/examples src/contrib %{buildroot}%{_datadir}/%{name}

# manual and docs
rm -f dist/docs/{BUILDING,TESTING}.txt
ln -s %{_javadocdir}/%{name}-%{version} dist/docs/apidocs

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt README.txt RELEASE_NOTES.txt
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%files manual
%defattr(0644,root,root,0755)
%doc dist/docs/*

%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.1-4
+ Revision: 1746d4e
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10500 |14cu|jakarta-commons-launcher-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name       launcher
%define short_name      commons-%{base_name}
%define section         free

Name:           jakarta-%{short_name}
Version:        1.1
Release:        5
Epoch:          0
Summary:        Cross-platform Java application launcher
License:        Apache License
Group:          Development/Java
URL:            http://jakarta.apache.org/commons/launcher/
Source0:        http://archive.apache.org/dist/jakarta/commons/launcher/source/%{short_name}-%{version}-src.tar.gz
Buildarch:      noarch
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.5.30

%description
Commons-launcher eliminates the need for a batch or shell script to 
launch a Java class. Some situations where elimination of a batch or 
shell script may be desirable are:

* You want to avoid having to determining where certain application 
  paths are e.g. your application's home directory, etc. Determining this 
  dynamically in a Windows batch scripts is very tricky on some versions 
  of Windows or when softlinks are used on Unix platforms.
* You want to avoid having to handle native file and path separators or 
  native path quoting issues.
* You need to enforce certain system properties e.g. java.endorsed.dirs 
  when running with JDK 1.4.
* You want to allow users to pass in custom JVM arguments or system 
  properties without having to parse and reorder arguments in your script. 
  This can be tricky and/or messy in batch and shell scripts.
* You want to bootstrap system properties from a configuration file 
  instead hard-coding them in your batch and shell scripts.
* You want to provide localized error messages which is very tricky to 
  do in batch and shell scripts.


%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
BuildRequires:  java-javadoc

%description    javadoc
Javadoc for %{name}.


%prep
%setup -q -n %{short_name}


%build
mkdir lib
%ant \
  -Dbuild.sysclasspath=only \
  -Dfinal.name=%{short_name} \
  -Dj2se.javadoc=%{_javadocdir}/java \
  -Dsrcdir=. \
  jar javadoc


%install

# jars
mkdir -p %{buildroot}%{_javadir}
cp -p dist/bin/%{short_name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|jakarta-||g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

# fix end-of-line
perl -pi -e 's/\r$//g' *.txt

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}


%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%ghost %doc %{_javadocdir}/%{name}

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0:1.1-5
- (a4cc647) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10501 |14cu|jakarta-commons-modeler-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name       modeler
%define short_name      commons-%{base_name}
%define section         free

Name:           jakarta-%{short_name}
Version:        2.0
Release:        3
Epoch:          0
Summary:        Jakarta Commons Modeler
License:        Apache License
Group:          Development/Java
#Vendor:        JPackage Project
#Distribution:  JPackage
Source0:        http://www.apache.org/dist/jakarta/commons/modeler/source/commons-modeler-2.0-src.tar.gz
Url:            http://jakarta.apache.org/commons/%{base_name}/
BuildRequires:  java-rpmbuild
BuildRequires:  ant
BuildRequires:  jaxp_parser_impl
BuildRequires:  xml-commons-jaxp-1.3-apis
BuildRequires:  jaxp_transform_impl
# XXX: jmxri doesn't work because mx4j requires mx4j.util.Utils (mx4j-tools)
BuildRequires:  mx4j
BuildRequires:  junit >= 0:3.7
BuildRequires:  jakarta-commons-beanutils >= 0:1.3
BuildRequires:  jakarta-commons-collections >= 0:2.0
BuildRequires:  jakarta-commons-digester >= 0:1.2
BuildRequires:  jakarta-commons-logging >= 0:1.0
Requires:       jaxp_parser_impl
Requires:       xml-commons-jaxp-1.3-apis
Requires:       jaxp_transform_impl
Requires:       mx4j
Requires:       jakarta-commons-beanutils >= 0:1.3
Requires:       jakarta-commons-collections >= 0:2.0
Requires:       jakarta-commons-digester >= 0:1.2
Requires:       jakarta-commons-logging >= 0:1.0
BuildArch:      noarch
BuildRequires:  java-devel
Provides:        %{short_name}

%description
The Modeler project shall create and maintain a set of Java
classes to provide the facilities described in the preceeding section, plus
unit tests and small examples of using these facilities to instrument
Java classes with Model MBean support.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{short_name}-%{version}-src

%build
export CLASSPATH=$(build-classpath xml-commons-jaxp-1.3-apis jaxp_parser_impl jaxp_transform_impl mx4j junit commons-beanutils commons-collections commons-digester commons-logging junit)
%{ant} dist
%{ant} -Dbuild.sysclasspath=first test

%install

# jars
%{__mkdir_p} %{buildroot}%{_javadir}
cp -a dist/%{short_name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} `echo $jar| %{__sed}  "s|jakarta-||g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} `echo $jar| %{__sed}  "s|-%{version}||g"`; done)
# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%{__perl} -pi -e 's/\r$//g' LICENSE.txt NOTICE.txt RELEASE-NOTES.txt

%post javadoc
rm -f %{_javadocdir}/%{name}
%{__ln_s} %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ $1 -eq 0 ]; then
  rm -f %{_javadocdir}/%{name}
fi

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%ghost %dir %{_javadocdir}/%{name}

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.0-3
+ Revision: e122105
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10502 |14cu|jakarta-commons-primitives-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free
%define shortname commons-primitives

Name:           jakarta-%{shortname}
Version:        1.0
Release:        4
Epoch:          0
Summary:        Jakarta Commons Primitives Component

License:        Apache Software License
Group:          Development/Java
URL:            http://jakarta.apache.org/commons/primitives/
Source0:        http://archive.apache.org/dist/jakarta/commons/primitives/source/commons-primitives-1.0-src.tar.gz
Patch0:         %{name}-crosslink.patch

BuildArch:      noarch
BuildRequires:  java-devel
BuildRequires:  java-rpmbuild >= 0:1.5
#BuildRequires:  java-javadoc
BuildRequires:  ant
BuildRequires:  junit
Provides:       %{shortname} = %{epoch}:%{version}-%{release}

%description
Apache Jakarta Commons Primitives provides a collection of types and
utilities optimized for working with Java primitives (boolean, byte,
char, double, float, int, long, short). Generally, the
Commons-Primitives classes are smaller, faster and easier to work with
than their purely Object based alternatives.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.


%prep
%setup -q -n %{shortname}-%{version}
%patch0 -p0


%build
# No unit tests yet, would require commons-collections snapshot.
%{ant} \
  -Dfinal.name=%{name}-%{version} \
  -Dj2se.apidoc=%{_javadocdir}/java \
  jar javadoc


%install
install -Dpm 644 target/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
ln -s %{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{shortname}-%{version}.jar
ln -s %{shortname}-%{version}.jar %{buildroot}%{_javadir}/%{shortname}.jar
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pR target/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0:1.0-4
- (ec231b3) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10503 |14cu|jam-2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A nice replacement for make
Name:		jam
Version:	2.6
Release:	1
License:	MIT
Group:		Development/Tools
Url:		http://www.perforce.com/jam/jam.html
Source0:	https://swarm.workshop.perforce.com/downloads/guest/perforce_software/jam/jam-2.6.tar
BuildRequires:	bison

%description
Jam is a nice replacement for make (and the mess called Automake) providing
a good facility for writing sane compile scripts.

%files
%{_bindir}/jam
%doc README RELNOTES Jam.html Jam*.html Porting

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CFLAGS="%{optflags}"
make CFLAGS="%{optflags}"


%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 jam0 %{buildroot}%{_bindir}/jam


%changelog

* Tue Apr 18 2017 abfonly <abfonly@gmail.com> 2.6-1
- (ccfe37f) Merge pull request #1 from rosalinuxro/jam:rosa2014.1
- (ccfe37f) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10504 |14cu|jama-1.0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		jama
Summary:	A Java Matrix Package
Version:	1.0.3
Release:	8
Source:		http://math.nist.gov/javanumerics/jama/Jama-%{version}.tar.gz
License:	Public Domain
URL:		http://math.nist.gov/javanumerics/jama/
Group:		Development/Java
BuildArch:	noarch
BuildRequires:	java-devel
BuildRequires:	ant
BuildRequires:	jpackage-utils
BuildRequires:	java-rpmbuild
%description
JAMA is a basic linear algebra package for Java. It provides user-level
classes for constructing and manipulating real, dense matrices. It is
meant to provide sufficient functionality for routine problems, packaged
in a way that is natural and understandable to non-experts.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
%description javadoc
Javadoc for %{name}

%prep
%setup -q -c jama
find Jama -name '*.class' -exec rm -f {} \;

mkdir build

cat > build.xml <<EOF
<project name="Jama" basedir="." default="build-jar">
        <target name="build-jar">
                <javac srcdir="Jama" destdir="build" />
                <jar basedir="build" destfile="%{name}-%{version}.jar">
                        <fileset dir="build" includes="*/*.*"/>
                </jar>
        </target>
</project>
EOF

cat > LICENSE <<EOF
Downloaded from http://math.nist.gov/javanumerics/jama/Jama-%{version}.tar.gz
No license info in the archive, but we can read this on their website :

Copyright Notice  This software is a cooperative product of The
MathWorks and the National Institute of Standards and Technology (NIST)
which has been released to the public domain. Neither The MathWorks
nor NIST assumes any responsibility whatsoever for its use by other
parties, and makes no guarantees, expressed or implied, about its
quality, reliability, or any other characteristic.  
EOF

%build
%ant

%install
rm -Rf %{buildroot}
install -d %{buildroot}%{_javadir}
install -m 644 %{name}-%{version}.jar %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

install -d %{buildroot}%{_javadocdir}
cp -a Jama/doc %{buildroot}%{_javadocdir}/%{name}-%{version}


%files
%doc LICENSE Jama/ChangeLog Jama/examples/MagicSquareExample.java
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}-%{version}





%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 1.0.3-8
- (577c1bd) Updated to 1.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10505 |14cu|jarbundler-2.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free

Name:           jarbundler
Version:        2.3.1
Release:        1
Epoch:          0
Summary:        Mac OS X JarBundler ANT Task
License:        GPL
Group:          Development/Java
URL:            http://informagen.com/JarBundler/
Source0:        informagen.com/JarBundler/dist/jarbundler.tar.gz
BuildRequires:  ant
BuildArch:      noarch
BuildRequires:  java-rpmbuild

%description
How many times has this happened to you? You've written a little 
Java utility, or maybe even a more complex application, and you 
want to create Mac OS X application bundle for easy distribution.

You'd like to be able to do it automatically from your build 
process, but you're forced to go run the Apple Jar Bundler and 
tweak all the settings manually every time you build.

Well no more! JarBundler is a feature-rich Ant task which will 
create a Mac OS X application bundle from a list of Jar files and 
a main class name. You can add an Icon resource, set various Mac 
OS X native look-and-feel bells and whistles, and maintain your 
application bundles as part of your normal build and release 
cycle. It is free software licensed under the GNU General Public 
License.

This release is based on the earlier work of Seth Morabito.

%package javadoc
Summary:        Javadoc documentation for %{name}
Group:          Development/Java

%description javadoc
Javadoc documentation for %{name}.

%prep
%setup -q
%{_bindir}/find . -name '*.jar' | %{_bindir}/xargs -t rm

%build
export CLASSPATH=
export OPT_JAR_LIST=:
%{ant} jar javadocs

%install

mkdir -p %{buildroot}%{_javadir}
cp -a build/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%clean

%files
%defattr(0644,root,root,0755)
%doc *.TXT example
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 0:2.3.1-1
- (694f2c2) Updated to 2.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10506 |14cu|javahelp2-2.0.05-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	JavaHelp
Name:		javahelp2
Version:	2.0.05
Release:	10
Epoch:		0
Group:		Development/Java
License:	GPLv2 with exceptions
Url:		https://javahelp.dev.java.net/
Source0:	https://javahelp.dev.java.net/files/documents/5985/59373/%{name}-src-%{version}.zip
Source1:	%{name}-jhindexer.sh
Source2:	%{name}-jhsearch.sh
BuildArch:	noarch
Requires:	jpackage-utils >= 0:1.5.32
BuildRequires:	java-rpmbuild >= 0:1.5.32
BuildRequires:	jsp >= 0:2.0
BuildRequires:	tomcat-jsp-2.2-api
BuildRequires:	tomcat-servlet-3.0-api
BuildRequires:	xerces-j2
BuildRequires:	ant

%description
JavaHelp software is a full-featured, platform-independent, extensible
help system that enables developers and authors to incorporate online
help in applets, components, applications, operating systems, and
devices. Authors can also use the JavaHelp software to deliver online
documentation for the Web and corporate Intranet.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}-%{version}
# fix files perms
chmod -R go=u-w *
# remove windows files
for file in `find . -type f -name .bat`; do rm -f $file; done

#
# This class provides native browser integration and would require
# JDIC project to be present. Currently there is no such jpackage.org
# package, so deleting the class. When JDIC package is created,
# add BuildProvides and remove the "rm" call.
#
rm jhMaster/JavaHelp/src/new/javax/help/plaf/basic/BasicNativeContentViewerUI.java

mkdir javahelp_nbproject/lib
ln -s %{_javadir}/tomcat-jsp-api.jar javahelp_nbproject/lib/jsp-api.jar
ln -s %{_javadir}/tomcat-servlet-api.jar javahelp_nbproject/lib/servlet-api.jar

%build
export CLASSPATH=$(build-classpath ant/ant-nodeps)
%ant -f javahelp_nbproject/build.xml -Djdic-jar-present=true -Djdic-zip-present=true -Dservlet-jar-present=true -Dtomcat-zip-present=true release javadoc

%install
install -d -m 755 %{buildroot}%{_javadir}
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 755 %{SOURCE1} %{buildroot}%{_bindir}/jh2indexer
install -m 755 %{SOURCE2} %{buildroot}%{_bindir}/jh2search

install -m 644 javahelp_nbproject/dist/lib/jhall.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
#cp -pr jhMaster/JavaHelp/doc/public-spec/dtd %{buildroot}%{_datadir}/%{name}
#cp -pr jhMaster/JavaHelp/demos %{buildroot}%{_datadir}/%{name}
cp -pr javahelp_nbproject/dist/lib/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
# create unversioned symlinks
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done)


%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ "$1" = "0" ]; then
    rm -f %{_javadocdir}/%{name}
fi

%files
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/*
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%dir %{_datadir}/%{name}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}


%changelog

* Mon Mar 14 2016 Denis Silakov <dsilakov@gmail.com> 0:2.0.05-10
- (8bf3b3d) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10507 |14cu|javassist-3.9.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Java Programming Assistant: bytecode manipulation
Name:           javassist
Version:        3.9.0
Release:        3
Epoch:          0
License:        MPL and LGPL
URL:            http://www.csg.is.titech.ac.jp/~chiba/javassist/
Group:          Development/Java
Source0:        javassist3.9.GA.zip
# cvs -d:pserver:anonymous@anoncvs.forge.jboss.com:/cvsroot/jboss export -r Javassist_3_5_CR1 javassist

Patch0:         javassist-buildfile-nosource1.4-nosrcjar.patch
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildArch:      noarch
BuildRequires:  java-devel

%description
Javassist (Java Programming Assistant) makes Java
bytecode manipulation simple. It is a class library
for editing bytecodes in Java; it enables Java
programs to define a new class at runtime and to
modify a class file when the JVM loads it. Unlike
other similar bytecode editors, Javassist provides
two levels of API: source level and bytecode level.
If the users use the source-level API, they can edit
a class file without knowledge of the specifications
of the Java bytecode. The whole API is designed with
only the vocabulary of the Java language. You can even
specify inserted bytecode in the form of source text;
Javassist compiles it on the fly. On the other hand,
the bytecode-level API allows the users to directly
edit a class file as other editors.

%package demo
Summary:        Samples for %{name}
Group:          Development/Java
Requires:       javassist = 0:%{version}-%{release}

%description demo
%{summary}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%package manual
Summary:        Tutorial for %{name}
Group:          Development/Java

%description manual
%{summary}.

%prep
%setup -q # -n %{name}-%{version}
%patch0 -p0
for j in $(find . -name "*.jar"); do
        mv $j $j.no
done
#remove the clas it needs com.sun.jdi to build
rm src/main/javassist/util/HotSwapper.java

%build
%{ant} dist

%install

# jars
mkdir -p %{buildroot}%{_javadir}
cp -p %{name}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# demo
mkdir -p %{buildroot}%{_datadir}/%{name}-%{version}
cp -pr sample/* %{buildroot}%{_datadir}/%{name}-%{version}

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr html/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

# manual
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}/tutorial
cp -pr tutorial/* %{buildroot}%{_docdir}/%{name}-%{version}/tutorial
cp -p License.html %{buildroot}%{_docdir}/%{name}-%{version}

%files
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/License.html
%{_javadir}/*.jar


%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}-%{version}

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files manual
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/tutorial

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:3.9.0-3
- (f6050d5) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10508 |14cu|jcodings-1.0.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Java-based codings helper classes for Joni and JRuby
Name:		jcodings
Version:	1.0.18
Release:	1
License:	MIT
Group:		Development/Java
URL:		http://github.com/jruby/%{name}
Source0:	https://github.com/jruby/jcodings/archive/%{name}-%{version}.tar.gz?/%{name}-%{name}-%{version}.tar.gz
BuildRequires:	ant
BuildRequires:	jpackage-utils
BuildRequires:	java-rpmbuild
BuildArch:	noarch

%description
Java-based codings helper classes for Joni and JRuby.


%prep
%setup -qn %{name}-%{name}-%{version}

%build
%ant build

%install
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 target/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar

%files
%{_javadir}/%{name}.jar

%changelog

* Wed Sep 21 2016 alzim <alzim@bk.ru> 1.0.18-1
- (66f629d) Merge pull request #1 from import/jcodings:rosa2016.1
- (66f629d) Updated to 1.0.18



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10509 |14cu|jconvolver-0.9.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Audio convolution engine for JACK
Name:		jconvolver
Version:	0.9.2
Release:	3
License:	GPLv2+
Group:		Sound
Url:		http://www.kokkinizita.net/linuxaudio/
Source0:	http://www.kokkinizita.net/linuxaudio/downloads/%{name}-%{version}.tar.bz2
BuildRequires:	clthreads-devel
BuildRequires:	libzita-convolver-devel
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(sndfile)
Suggests:	jconvolver-reverbs

%description
Jconvolver is a Convolution Engine for JACK using FFT-based partitioned
convolution with multiple partition sizes. It is mainly used to create
realistic acoustic environments such as reverbs for sounds sent to its
input. Jconvolver uses a configurable smallest partition size at the
start of the impulse response, and longer ones further on. This
allows long impulse responses along with minimal or even zero delay at
a reasonable CPU load. It is recommended to install also jcgui, a
graphical user interface for JConvolver as well as the example reverb
data jconvolver-reverbs.

%files
%{_bindir}/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
cd source
perl -pi -e 's/PREFIX =/#PREFIX =/g' Makefile
perl -pi -e 's/-march=native//g' Makefile

%build
export CPPFLAGS="%{optflags}"
cd source
make

%install
install -d %{buildroot}/%{_datadir}/%{name}
cp -a config-files %{buildroot}/%{_datadir}/%{name}
cd source
install -d %{buildroot}/%{_bindir}
PREFIX=%{buildroot}%{_prefix} make install
chmod 644 %{buildroot}%{_datadir}/%{name}/config-files/ambisonic/super-stereo.conf


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.2-3
- (5f3f9aa) Build with system optflags to fix debug package
- (5f3f9aa) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10510 |14cu|jfreechart-1.0.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section   free

%define jcommon_version 1.0.18

Name:             jfreechart
Version:          1.0.17
Release:          3
Summary:          Charts Generation library
License:          LGPLv2+
URL:              http://www.jfree.org/jfreechart/
Source0:          http://sourceforge.net/projects/jfreechart/files/1.%20JFreeChart/%{version}/%{name}-%{version}.tar.gz
Patch0:           jfreechart-1.0.17-build_xml.patch
Patch1:           jfreechart-1.0.17-jarpath.patch
Group:            Development/Java
Requires:         jcommon >= 0:%{jcommon_version}
BuildRequires:    ant >= 0:1.6
BuildRequires:    ant-junit >= 0:1.6
BuildRequires:    jcommon >= 0:%{jcommon_version}
BuildRequires:    java-rpmbuild >= 0:1.6
BuildRequires:    junit
BuildRequires:    servlet6
BuildRequires:    xml-commons-apis
BuildRequires:    itext
BuildArch:      noarch

%description
Free Java class library for generating charts.

%package experimental
Summary:        Experimental components for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}

%description experimental
%{summary}.

%package javadoc
Summary:        Javadoc for %{name}
Group:            Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
%remove_java_binaries
%patch0 -p1 -b .sav
%patch1 -p1

%build
export LC_ALL=en_US.iso88591

%{ant} -f ant/build.xml \
   -Djunit.jar=$(build-classpath junit) \
   -Djcommon.jar=$(build-classpath jcommon) \
   -Dservlet.jar=$(build-classpath servlet) \
   -Dgnujaxp.jar=$(build-classpath xml-commons-apis) \
   -Ditext.jar=$(build-classpath itext) \
   -Dbuildstable=true -Dproject.outdir=. -Dbasedir=. \
   compile compile-experimental javadoc maven-bundle

%install
install -d -m 755 %{buildroot}%{_javadir}/%{name}
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 lib/%{name}-%{version}.jar %{buildroot}%{_javadir}
install -m 644 lib/%{name}-%{version}-experimental.jar %{buildroot}%{_javadir}/%{name}-experimental-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*.jar; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc licence-LGPL.txt README.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files experimental
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-experimental-%{version}.jar
%{_javadir}/%{name}-experimental.jar

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog

* Wed Mar 16 2016 Denis Silakov <dsilakov@gmail.com> 1.0.17-3
- (ddef1ca) Switch to newer servlet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10511 |14cu|jgraphx-3.6.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Java Graph Drawing Component
Name:		jgraphx
Version:	3.6.0.0
Epoch:		1
Release:	1
License:	BSD
Group:		Development/Java
URL:		http://www.jgraph.com/jgraph.html
Source0:	http://www.jgraph.com/downloads/jgraphx/archive/%{name}-%(echo %{version} |sed 's/\./_/g').zip
BuildRequires:	ant
BuildRequires:	java-devel >= 1.6
BuildRequires:	jpackage-utils
Requires:	java >= 1.4
Requires:	jpackage-utils
BuildArch:	noarch

%description
JGraphX is the a powerful, easy-to-use and feature-rich graph drawing
component for Java. It is a rewrite of JGraph, also known as JGraph 6.

%files
%{_javadir}/*
%doc license.txt

#--------------------------------------------------------------------

%package javadoc
Summary:	API Documentation for %{name}
Group:		Development/Java
Requires:	jpackage-utils
Requires:	%{name} = %{EVRD}

%description javadoc
JavaDoc documentation for %{name}

%files javadoc
%{_javadocdir}/*

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}
find -name '*.jar' -delete
rm -rf docs/api

%build
ant

%install

# Code
install -d %{buildroot}%{_javadir}
install -p -m644 lib/%{name}.jar \
        %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar \
        %{buildroot}%{_javadir}/%{name}.jar

# API documentation
install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}

%changelog

* Wed Sep 21 2016 alzim <alzim@bk.ru> 1:3.6.0.0-1
- (cd8c2bc) Merge pull request #2 from import/jgraphx:rosa2016.1
- (cd8c2bc) Updated to 3.6.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10512 |14cu|jhead-3.00-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line tools to read and edit EXIF extensions in JPEG files
Name:		jhead
Version:	3.00
Release:	1
License:	Public Domain
Group:		Graphics
Url:		http://www.sentex.net/~mwandel/jhead/
Source0:	http://www.sentex.net/~mwandel/jhead/%{name}-%{version}.tar.gz
Patch0:		jhead-2.97-ldflags.diff
# Without jpegtran the nicest features will not work
Requires:	libjpeg-progs

%description
Most digital cameras produce EXIF files, which are JPEG files with extra tags
that contain information about the image.

In contrary to the tools "exif" and "gexif" (and all other libexif-based tools
as "gphoto2") this tool gives a much easier readable summary of camera settings
(shutter speed in 1/x sec, focal length (also the 35-mm camera equivalent),
focal distance, ...), EXIF header manipulation as stripping off the thumbnail
and other info not needed, stripping off the complete header, applying
arbitrary conversion tools to the JPEG image and conserving the header,
renaming JPEG images with the capture date stored in the header, and even
turning the images upright when the camera has an orientation sensor (as Canon
Digital IXUS 400) ...

The tool is very compact, the executable has only a size of around 35 kb, the
whole package (with documentation) occupies 60 kb.

See %{_docdir}/jhead/usage.html for how to use this program.

%prep
%setup -q
%patch0 -p0

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 jhead %{buildroot}%{_bindir}
install -m0644 jhead.1 %{buildroot}%{_mandir}/man1

%files
%doc readme.txt usage.html changes.txt
%{_bindir}/*
%{_mandir}/*/*

%changelog

* Mon Mar 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.00-1
- (8962480) Updated to 3.00 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10513 |14cu|jiprof-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		jiprof
Version:	1.1.1
Release:	1
Summary:	Java Interactive Profiler
Group:		Development/Java
URL:		http://jiprof.sourceforge.net
Source:		http://downloads.sourceforge.net/project/jiprof/jip/%{version}/jip-src-%{version}.zip
License:	BSD
BuildRequires:	ant
BuildRequires:	objectweb-asm
BuildRequires:	jpackage-utils
BuildRequires:	junit
BuildRequires:	xerces-j2
BuildRequires:	java-rpmbuild
Requires:	jpackage-utils
Requires:	xerces-j2
BuildArch:	noarch

%description
JIP is a high performance, low overhead profiler that is written entirely in
Java. JIP gives the developer the ability to turn the profiler on and off while
the VM is running. You can also filter out classes and packages as well as
control the output.

%package	javadoc
Summary:	Javadoc for %{name}
Group:		Documentation

%description	javadoc
The Java Interactive Profiler.

This package contains javadoc for %{name}.

%package	manual
Summary:	Manual for %{name}
Group:		Documentation

%description	manual
The Java Interactive Profiler.

This package contains manual for %{name}.

%prep
%setup -q -c %{name}-%{version}

for j in $(find -name "*.jar"); do
   mv $j  $j.no
done

for file in src/com/mentorgen/tools/profile/instrument/PerfMethodAdapter.java \
	    src/org/objectweb/asm/jip/attrs/StackMapTableAttribute.java; do \
	    native2ascii -encoding UTF8 $file $file
done

%build
export CLASSPATH=$(build-classpath junit objectweb-asm/asm objectweb-asm/asm-commons xerces-j2):bin
%ant dist

%install
mkdir -p %{buildroot}%{_javadir}/%{name}

install -pm 644 client/client.jar %{buildroot}%{_javadir}/%{name}/client-%{version}.jar
install -pm 644 profile/profile.jar %{buildroot}%{_javadir}/%{name}/profile-%{version}.jar
install -pm 644 profile/jipViewer.jar %{buildroot}%{_javadir}/%{name}/jipViewer-%{version}.jar

(
  cd %{buildroot}%{_javadir}/%{name}
  for jar in *-%{version}*; do 
    ln -sf ${jar} ${jar/-%{version}/}
  done
)

mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s jiprof-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf doc/javadoc

%files
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/client-%{version}.jar
%{_javadir}/%{name}/client.jar
%{_javadir}/%{name}/profile-%{version}.jar
%{_javadir}/%{name}/profile.jar
%{_javadir}/%{name}/jipViewer-%{version}.jar
%{_javadir}/%{name}/jipViewer.jar
%doc doc/license.txt

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%files manual
%doc doc/*



%changelog

* Fri Nov 13 2015 Denis Silakov <dsilakov@gmail.com> 1.1.1-1
- (55b20b8) Added java-rpmbuild BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10514 |14cu|jisp2-2.5.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define jisp_version 2.5.1

Name:           jisp2
Version:        2.5.1
Release:        5
Epoch:          0
Summary:        Java Indexed Serialization Package
License:        GPL-like
URL:            http://www.coyotegulch.com/products/jisp/
Group:          Development/Java
Source0:        jisp-%{version}-source.tar.gz
Patch0:         jisp2-2.5.1-makefile.patch
Patch1:         jisp2-2.5.1-java5-enum.patch
# jisp-3.0.0 won't work with jakarta-turbine-jcs
BuildRequires:  java-rpmbuild >= 0:1.7
Requires:  jpackage-utils >= 0:1.7
Provides:  hibernate_in_process_cache = %{epoch}:%{version}-%{release}
BuildArch:      noarch
BuildRequires:  java-devel

%description
Jisp uses B-Tree and hash indexes for keyed access to variable-length 
serialized objects stored in files. 

%package demo
Summary:        Demo for %{name}
Group:          Development/Java

%description demo
Demo for %{name}

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n jisp-%{version}
perl -pi -e 's/\r$//g' svfl.txt
%patch0 -p1
%patch1 -p1

%build
export CLASSPATH=
%make JAVAC_FLAGS=" -target 1.5 -source 1.5"
%make jars
%make docs 

%install

# jars
mkdir -p %{buildroot}%{_javadir}
cp -p jisp.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

# demo
mkdir -p %{buildroot}%{_datadir}/%{name}-%{version}/lib
cp -a jisp-demo.jar %{buildroot}%{_datadir}/%{name}-%{version}/lib
# XXX: could thie be right?
cp -a *.java %{buildroot}%{_datadir}/%{name}-%{version}
cp -a *.txt %{buildroot}%{_datadir}/%{name}-%{version}

# hibernate_in_process_cache ghost symlink
ln -s %{_sysconfdir}/alternatives \
  %{buildroot}%{_javadir}/hibernate_in_process_cache.jar

%post
update-alternatives --install %{_javadir}/hibernate_in_process_cache.jar \
  hibernate_in_process_cache %{_javadir}/%{name}.jar 30

%preun
{
  [ $1 -eq 0 ] || exit 0
  update-alternatives --remove hibernate_in_process_cache %{_javadir}/%{name}.jar
} >/dev/null 2>&1 || :

%files
%defattr(0644,root,root,0755)
%doc svfl.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%ghost %{_javadir}/hibernate_in_process_cache.jar

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}-%{version}

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}


%changelog

* Sat Apr 23 2016 Denis Silakov <dsilakov@gmail.com> 0:2.5.1-5
- (48c6857) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10515 |14cu|jitsi-2.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define label 5592

Summary:	Jitsi - Open Source Video Calls and Chat
Name:		jitsi
Version:	2.11
Release:	1
License:	LGPLv2+
Group:		Communications
URL:		https://www.jitsi.org
Source0:	http://download.jitsi.org/jitsi/nightly/src/%{name}-src-%{version}.%{label}.zip
Source1:	%{name}.sh
Source2:	%{name}.desktop
AutoReqProv:	no
BuildRequires:	java-devel
BuildRequires:	ant
BuildRequires:	ant-nodeps
BuildRequires:	gzip
BuildRequires:	subversion
Requires:	java

%description
Jitsi is an audio/video Internet phone and instant messenger that
supports some of the most popular instant messaging and telephony protocols
such as SIP, Jabber, AIM/ICQ, MSN, Yahoo! Messenger, Bonjour, RSS and
counting. Jitsi is completely Open Source / Free Software, and is
freely available under the terms of the GNU Lesser General Public License.

%prep
%setup -q -n %{name}

%build
ant -Dlabel=%{label} rebuild

%install

# create structure dir
mkdir -p -m 0755 %{buildroot}%{_bindir} \
	         %{buildroot}%{_datadir}/%{name} \
	         %{buildroot}%{_datadir}/%{name}/lib \
	         %{buildroot}%{_datadir}/%{name}/lib/bundle \
	         %{buildroot}%{_datadir}/%{name}/lib/native \
	         %{buildroot}%{_datadir}/%{name}/sc-bundles \
	         %{buildroot}%{_docdir}/%{name} \
	         %{buildroot}%{_mandir}/man1 \
	         %{buildroot}%{_datadir}/applications \
	         %{buildroot}%{_datadir}/pixmaps

# copy the documentation
install -Dm0644 resources/install/debian/jitsi.1.tmpl %{buildroot}%{_mandir}/man1/jitsi.1
sed -i -e "s/_PACKAGE_NAME_/jitsi/" %{buildroot}%{_mandir}/man1/%{name}.1
sed -i -e "s/_APP_NAME_/Jitsi/" %{buildroot}%{_mandir}/man1/%{name}.1
gzip %{buildroot}%{_mandir}/man1/%{name}.1

# copy the launcher script
install -Dm0755 %{SOURCE1} %{buildroot}%{_bindir}/%{name}
sed -i -e "s/_PACKAGE_NAME_/jitsi/" %{buildroot}%{_bindir}/%{name}

# no more libaoss
#sed -i -e "s@export LD_PRELOAD=/usr/lib/libaoss.so@export LD_PRELOAD=/usr/lib/libaoss.so.0@" $RPM_BUILD_ROOT/usr/bin/sip-communicator
#chmod a+x $RPM_BUILD_ROOT/usr/bin/jitsi

# copy the menu icons
install -Dm0644 resources/install/debian/%{name}-32.xpm %{buildroot}%{_datadir}/pixmaps/%{name}-32.xpm
install -Dm0644 resources/install/debian/%{name}-16.xpm %{buildroot}%{_datadir}/pixmaps/%{name}-16.xpm
install -Dm0644 resources/install/debian/%{name}.svg %{buildroot}%{_datadir}/pixmaps/%{name}.svg

# copy the menu entry
install -Dm0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop
sed -i -e "s/_PACKAGE_NAME_/jitsi/" %{buildroot}%{_datadir}/applications/%{name}.desktop
sed -i -e "s/_APP_NAME_/Jitsi/"	%{buildroot}%{_datadir}/applications/%{name}.desktop

# copy the sc-bundles
install -Dm0644 sc-bundles/*.jar %{buildroot}%{_datadir}/%{name}/sc-bundles/
# remove all slicks
rm -rf %{buildroot}%{_datadir}/%{name}/sc-bundles/*-slick.jar
rm -rf %{buildroot}%{_datadir}/%{name}/sc-bundles/slick*.jar

# copy the os-specific sc-bundles
install -Dm0644 sc-bundles/os-specific/linux/*.jar %{buildroot}%{_datadir}/%{name}/sc-bundles/

# copy the lib jars
cp lib/*.jar %{buildroot}%{_datadir}/%{name}/lib/
cp lib/bundle/* %{buildroot}%{_datadir}/%{name}/lib/bundle/
rm %{buildroot}%{_datadir}/%{name}/lib/bundle/junit.jar
#cp lib/os-specific/linux/*.jar %{buildroot}%{_datadir}/%{name}/lib/

# copy the native libs
%ifarch i386 i586 i686
install -Dm0644 lib/native/linux/* %{buildroot}%{_datadir}/%{name}/lib/native/
%else
install -Dm0644 lib/native/linux-64/* %{buildroot}%{_datadir}/%{name}/lib/native/
%endif

# copy the resources
install -Dm0644 resources/install/logging.properties %{buildroot}%{_datadir}/%{name}/lib/
install -Dm0644 lib/felix.client.run.properties %{buildroot}%{_datadir}/%{name}/lib/

# Make felix deploy its bundles in ~/.felix/sip-communicator.bin
sed -i -e "s/felix.cache.profiledir=sip-communicator.bin/felix.cache.profile=sip-communicator.bin/" $RPM_BUILD_ROOT/usr/share/jitsi/lib/felix.client.run.properties
# fix shell script
sed -i -e "s/\/usr\/lib\/jni/\$LIBPATH\/native/" $RPM_BUILD_ROOT/usr/bin/jitsi
sed -i -e "s/\/usr\/share\/java\/jdic\.jar/\$LIBPATH\/jdic_stub\.jar:\$LIBPATH\/jdic-all\.jar/" $RPM_BUILD_ROOT/usr/bin/jitsi
sed -i -e "s/\/usr\/share\/java\/org\.apache\.felix\.framework\.jar/\$LIBPATH\/felix\.jar/" $RPM_BUILD_ROOT/usr/bin/jitsi
sed -i -e "s/\/usr\/share\/java\/org\.apache\.felix\.main\.jar://" $RPM_BUILD_ROOT/usr/bin/jitsi
sed -i -e "s/\/launchutils.jar//" $RPM_BUILD_ROOT/usr/bin/jitsi

%files
%defattr(-,root,root,-)
%{_bindir}/jitsi
#{_libdir}/jitsi
%{_datadir}/%{name}
%{_datadir}/applications/%{name}*
%{_datadir}/pixmaps/%{name}*
%doc %{_mandir}/man*/*

%changelog

* Mon Sep 18 2017 abondrov <andrey.bondrov@rosalab.ru> 2.11-1
- (aefd18f) Merge pull request #6 from vladimir71/jitsi:rosa2016.1
- (aefd18f) jitsi



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10516 |14cu|jlatexmath-1.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An implementation of LaTeX math mode wrote in Java

Name:		jlatexmath
Version:	1.0.3
Release:	3
License:	GPLv2+
Group:		Development/Java
URL:		http://forge.scilab.org
Source0:	http://forge.scilab.org/index.php/p/%{name}/downloads/get/%{name}-src-all-%{version}.zip
BuildRequires:	ant >= 0:1.6
BuildRequires:	fop
BuildRequires:	java-rpmbuild
BuildRequires:	jpackage-utils >= 0:1.6
BuildRequires:	xml-commons-apis
BuildRequires:	xml-commons-jaxp-1.3-apis
BuildRequires:	xmlgraphics-commons
Requires:	jpackage-utils
BuildArch:	noarch

%description
JLaTeXMath is an implementation of LaTeX math mode wrote in Java.

%prep
%setup -q -c -n %{name}

# remove all binary libs
find -type f -name "*.jar" -exec rm -rf {} \;

%build
export CLASSPATH=
export OPT_JAR_LIST=:
cd %{name}-%{version}
%ant minimal fop

%install

# jars
mkdir -p %{buildroot}%{_javadir}
cd %{name}-%{version}
cp -p dist/jlatexmath{,-fop,-minimal}-%{version}.jar %{buildroot}%{_javadir}
cp -p dist/jlm_*.jar %{buildroot}%{_javadir}
pushd  %{buildroot}%{_javadir} 
    #create symlink
    ln -s %{name}-%{version}.jar %{name}.jar
    ln -s %{name}-fop-%{version}.jar %{name}-fop.jar
    ln -s %{name}-minimal-%{version}.jar %{name}-minimal.jar
popd

%clean

%files
%{_javadir}/*.jar


%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 1.0.3-3
- (0e0a72e) Updated to 1.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10517 |14cu|jna-3.2.7-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           jna
Version:        3.2.7
Release:        11
Summary:        Pure Java access to native libraries

Group:          Development/Java
License:        LGPLv2+
URL:            https://jna.dev.java.net/
# The source for this package was pulled from upstream's vcs. Use the
# following commands to generate the tarball:
#   svn export https://jna.dev.java.net/svn/jna/tags/%{version}/jnalib/ --username guest jna-%{version}
#   rm -rf jna-%{version}/dist/*
#   tar cjf ~/rpm/SOURCES/jna-%{version}.tar.bz2 jna-%{version}
Source0:        %{name}-%{version}.tar.bz2
Source1:	%{name}-pom.xml
# This patch is Fedora-specific for now until we get the huge
# JNI library location mess sorted upstream
Patch1:         jna-3.2.5-loadlibrary.patch
# The X11 tests currently segfault; overall I think the X11 JNA stuff is just a 
# Really Bad Idea, for relying on AWT internals, using the X11 API at all,
# and using a complex API like X11 through JNA just increases the potential
# for problems.
Patch2:         jna-3.2.4-tests-headless.patch
Patch3:         jna-3.2.7-javadoc.patch
# junit cames from rpm
Patch5:         jna-3.2.5-junit.patch

# We manually require libffi because find-requires doesn't work
# inside jars.
Requires:       java  >= 0:1.6.0
Requires:       jpackage-utils
Requires(post):	jpackage-utils
Requires(postun): jpackage-utils
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  jpackage-utils
BuildRequires:  pkgconfig(libffi)
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  ant-nodeps
BuildRequires:  junit
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xt)


%description
JNA provides Java programs easy access to native shared libraries
(DLLs on Windows) without writing anything but Java code. JNA's
design aims to provide native access in a natural way with a
minimum of effort. No boilerplate or generated code is required.
While some attention is paid to performance, correctness and ease
of use take priority.

%package        javadoc
Summary:        Javadocs for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}

%description    javadoc
This package contains the javadocs for %{name}.

%package        contrib
Summary:        Contrib for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Obsoletes:      %{name}-examples

%description    contrib
This package contains the contributed examples for %{name}.

%prep
%setup -q -n %{name}-%{version}
sed -e 's|@JNIPATH@|%{_libdir}/%{name}|' %{PATCH1} | patch -p1
%patch2 -p1 -b .tests-headless
%patch3 -p1 -b .javadoc
# temporary hach for patch3 on epel5
chmod -Rf a+rX,u+w,g-w,o-w .
%patch5 -p1 -b .junit
cp %{SOURCE1} ./

# UnloadTest fail during build since we modify class loading
rm test/com/sun/jna/JNAUnloadTest.java
# current bug: https://jna.dev.java.net/issues/show_bug.cgi?id=155
rm test/com/sun/jna/DirectTest.java

# all java binaries must be removed from the sources
#find . -name '*.jar' -delete
rm lib/junit.jar
find . -name '*.class' -delete

# remove internal copy of libffi
rm -rf native/libffi

# clean LICENSE.txt
sed -i 's/\r//' LICENSE.txt
chmod 0644 LICENSE.txt

%build
# We pass -Ddynlink.native which comes from our patch because
# upstream doesn't want to default to dynamic linking.
ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true -Dnomixedjar.native=true jar contrib-jars javadoc
# remove compiled contribs
find contrib -name build -exec rm -rf {} \; || :
sed -i "s/VERSION/%{version}/" %{name}-pom.xml

%install
# jars
install -D -m 644 build*/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir}/; for jar in `ls *-%{version}.jar`; do ln -s $jar `echo $jar | sed -e 's/-%{version}//'`; done)
install -d -m 755 %{buildroot}%{_javadir}/%{name}
find contrib -name '*.jar' -exec cp {} %{buildroot}%{_javadir}/%{name}/ \;
# NOTE: JNA has highly custom code to look for native jars in this
# directory.  Since this roughly matches the jpackage guidelines,
# we'll leave it unchanged.
install -d -m 755 %{buildroot}%{_libdir}/%{name}
install -m 755 build*/native/libjnidispatch*.so %{buildroot}%{_libdir}/%{name}/

# install maven pom file
install -Dm 644 %{name}-pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}.pom
# ... and maven depmap
%add_to_maven_depmap net.java.dev.jna %{name} %{version} JPP %{name}

# javadocs
install -p -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}

%clean

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE.txt release-notes.html 
%{_libdir}/%{name}
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/*.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}-%{version}

%files contrib
%{_javadir}/%{name}

%changelog

* Mon May 30 2016 Denis Silakov <dsilakov@gmail.com> 3.2.7-11
- (69f757d) Build with modern ant



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10518 |14cu|joe-4.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Summary:	Summary An easy to use text editor, supporting syntax highlight and UTF-8
Name:		joe
Version:	4.6
Release:	1
License:	GPL+
Group:		Editors
Url:		http://joe-editor.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/joe-editor/JOE%20sources/%{name}-%{version}/%{name}-%{version}.tar.gz
# RPM SPEC mode, originally from Suse's joe
Source1:	spec.jsf
Patch1:		joe-3.7-term.patch
BuildRequires:	pkgconfig(ncurses)

%description
Joe is an easy to use, modeless text editor which would be very
appropriate for novices. Joe uses the same WordStar keybindings used
in Borland's development environment.

You should install joe if you've used it before and you liked it, or
if you're still deciding what text editor you'd like to use, or if you
have a fondness for WordStar. If you're just starting out, you should
probably install joe because it is very easy to use.

%files
%doc ChangeLog README.md docs/help-system.html NEWS.md
%doc docs/README.old docs/hacking.md docs/man.md
%{_bindir}/*
%dir %{_sysconfdir}/joe
%config(noreplace) %{_sysconfdir}/joe/*
%{_datadir}/%{name}/*
%{_mandir}/man1/*
%lang(ru) %{_mandir}/ru/man1/*
%{_datadir}/applications/*

#------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .TERM

# file-not-utf8
iconv -f koi8-r -t utf-8 ./man/ru/joe.1.in >./man/ru/joe.1.in.aux
touch -r ./man/ru/joe.1.in ./man/ru/joe.1.in.aux
mv ./man/ru/joe.1.in.aux ./man/ru/joe.1.in
iconv -f ISO_8859-1 -t UTF-8 ChangeLog > ChangeLog.tmp
touch -r ChangeLog ChangeLog.tmp
mv ChangeLog.tmp ChangeLog

%build
export CFLAGS="%{optflags} -DUSE_LOCALE"
%configure2_5x
%make

%install
%makeinstall

# XXX: hack to install the manpages, otherwise one goes over the other ...
# (trap for when this ugly thing is no more needed)
[ -d %{buildroot}/%{_mandir}/ru ] && exit 1
rm -rf %{buildroot}/%{_mandir}
pushd man && %makeinstall mandir=%{buildroot}/%{_mandir} && popd
pushd man/ru && %makeinstall mandir=%{buildroot}/%{_mandir}/ru && popd
for dir in %{buildroot}/%{_mandir} %{buildroot}/%{_mandir}/ru; do
	pushd $dir/man1
	for bin in jmacs jpico jstar rjoe; do
		ln -s joe.1 ${bin}.1
	done
	popd
done

cp -p %{SOURCE1} %{buildroot}%{_datadir}/joe/syntax/
rm -f %{buildroot}%{_datadir}/applications/*.desktop

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Joe
Comment=%{Summary}
Comment[ru]=Простой текстовый редактор с подсветкой синтаксиса
Exec=%{name} %f
Icon=editors_section
Terminal=true
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Editors;TextEditor;
EOF

%changelog

* Fri Mar 09 2018 alekseyz <a.zimin@rosalinux.ru> 4.6-1
- (0af00c1) Merge pull request #1 from import/joe:rosa2016.1
- (0af00c1) Updated to 4.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10519 |14cu|john-1.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	John the Ripper password cracker
Name:		john
Version:	1.8.0
Release:	4
License:	GPLv2+
Group:		Monitoring
Url:		http://www.openwall.com/john
Source0:	http://www.openwall.com/john/j/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(openssl)

%description
John the Ripper is a fast password cracker, currently available for many
flavors of Unix (11 are officially supported, not counting different
architectures), DOS, Win32, and BeOS. Its primary purpose is to detect
weak Unix passwords, but a number of other hash types are supported as
well.

%files
%doc doc/*
%config(noreplace) %{_sysconfdir}/john.conf
%{_bindir}/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
chmod 0644 doc/*

find . -perm 0600 | xargs chmod 0644

%build
TARGET=""
%ifarch %{ix86}
    %ifarch i686
    TARGET=linux-x86-mmx
    %else
    TARGET=linux-x86-any
    %endif
%else
    %ifarch x86_64
    TARGET=linux-x86-64
    %endif
%endif

if test -z "$TARGET"; then
    TARGET=generic
    export TARGET
    echo "Please add the right TARGET to the spec file"
fi

cd src
%make $TARGET CFLAGS="-c -Wall %{optflags} -DJOHN_SYSTEMWIDE=1" LDFLAGS="%{ldflags}"

%install
mkdir -p %{buildroot}%{_bindir} \
	%{buildroot}%{_datadir}/%{name} \
	%{buildroot}%{_sysconfdir}

install -m 755 run/{john,mailer} %{buildroot}%{_bindir}/
install -m 644 run/*.chr run/password.lst %{buildroot}%{_datadir}/%{name}/
install -m 644 run/john.conf %{buildroot}%{_sysconfdir}/

pushd %{buildroot}%{_bindir}
    ln -s john unafs
    ln -s john unique
    ln -s john unshadow
popd

pushd %{buildroot}%{_datadir}/%{name}
    ln -s %{_sysconfdir}/john.conf john.ini
popd

%changelog

* Mon Nov 09 2015 Denis Silakov <dsilakov@gmail.com> 1.8.0-4
- (06746dc) Updated upstream URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10520 |14cu|jokosher-0.11.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	mainver	%(echo %{version} | sed -e "s/\\([0-9]*\\.[0-9]*\\).[0-9]*/\\1/")

Summary:	Simple yet powerful multi-track studio
Name:		jokosher
Version:	0.11.5
Release:	3
Group:		Sound
License:	GPLv2+
URL:		http://jokosher.org
Source0:	http://launchpad.net/%{name}/%{mainver}/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	python-devel >= %{py_ver}
BuildRequires:	desktop-file-utils
BuildRequires:	python-setuptools
BuildRequires:	gettext
BuildRequires:	scrollkeeper
Requires:	dbus-python
Requires:	gnonlin >= 0.10.8
Requires:	gstreamer0.10-plugins-base >= 0.10.11
Requires:	gstreamer0.10-plugins-good >= 0.10.4
Requires:	gstreamer0.10-python
Requires:	gstreamer0.10-plugins-ugly >= 0.10.6
Requires:	gstreamer0.10-plugins-bad >= 0.10.5
Requires:	gnome-python
Requires:	pygtk2.0-libglade >= 2.14
Requires:	python-pkg-resources
Requires:	python
Requires:	yelp
Requires:	ladspa
Requires(post,postun):	scrollkeeper
Obsoletes:	%{name} < 0.9
BuildArch:	noarch


%description
Jokosher is a simple and poweful multi-track studio.Jokosher provides a
complete application for recording, editing, mixing and exporting audio, and
has been specifically designed with usability in mind. The developers behind
Jokosher have re-thought audio production at every level, and created
something devilishly simple to use.
Jokosher offers a strong feature set:
* Easy to use interface, designed from the ground up. Jokosher uses concepts
  and language familiar to musicians, and is a breeze to use.
* Simple editing with splitting, trimming and moving tools.
* Multi-track volume mixing with VU sliders.
* Import audio (Ogg Vorbis, MP3, FLAC, WAV and anything else supported by
  GStreamer) into your projects.
* A range of instruments can be added to a project, and instruments can be
  renamed.Instruments can also be muted and soloed easily.
* Export to MP3, Ogg Vorbis, FLAC, WAV and anything else GStreamer supports.
* Documentation (User Guide, FAQ, Tutorial) and User Community (Forums, IRC).


%prep
%setup -q
sed -i '1d' Jokosher/JokosherApp.py
sed -i s/"Version=0.9"/"Version=1.0"/g bin/%{name}.desktop


%build
python setup.py build


%install
python setup.py install --skip-build --root=%{buildroot}

perl -pi -e 's,%{name}-icon.png,%{name}-icon,g' %{buildroot}%{_datadir}/applications/*

desktop-file-install \
    --remove-category="Application" \
    --add-category="Audio;Recorder;X-MandrivaLinux-CrossDesktop;" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

chmod 755 %{buildroot}%{py_puresitedir}/Jokosher/Profiler.py

#(tpg) wtf?
#mkdir -p %%{buildroot}%%{_datadir}/omf/%%{name}
#mv -f %%{buildroot}%%{_prefix}/jokosher/* %%{buildroot}%%{_datadir}/omf/%%{name}

%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS COPYING README help/*
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/Instruments
%dir %{_datadir}/%{name}/Instruments/images
%dir %{_datadir}/%{name}/extensions
%dir %{_datadir}/%{name}/pixmaps
%dir %{_datadir}/omf/%{name}
%dir %{py_puresitedir}/Jokosher
%dir %{py_puresitedir}/Jokosher/elements
%dir %{py_puresitedir}/Jokosher/ui
%dir %{py_puresitedir}/Jokosher/PlatformUtils
%{py_puresitedir}/Jokosher/*.py*
%{py_puresitedir}/Jokosher/elements/*.py*
%{py_puresitedir}/Jokosher/PlatformUtils/*.py*
%{py_puresitedir}/Jokosher/ui/*.py*
%{py_puresitedir}/%{name}*egg-info
%{_datadir}/applications/%{name}.desktop
%{_datadir}/gnome/help/%{name}/C/figures/*.png
%{_datadir}/gnome/help/%{name}/C/*.xml
%{_datadir}/omf/%{name}/%{name}-C.omf
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/%{name}/Instruments/*.instr
%{_datadir}/%{name}/Instruments/images/*.png
%{_datadir}/%{name}/Jokosher.glade
%{_datadir}/%{name}/extensions/*py*
%{_datadir}/%{name}/%{name}-logo.png
%{_datadir}/%{name}/pixmaps/*.png
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/%{name}.png



%changelog

* Sun Apr 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.11.5-3
- (4a465e8) Drop obsolete python-pyxml requierment



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10521 |14cu|jpegoptim-1.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility to optimize JPEG image files
Name:		jpegoptim
Version:	1.4.4
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://www.kokkonen.net/tjko/projects.html
Source0:	http://www.kokkonen.net/tjko/src/%{name}-%{version}.tar.gz

BuildRequires:	jpeg-devel

%description
Provides lossless optimization (based on optimizing the Huffman tables) and
"lossy" optimization based on setting the maximum quality factor.

%files
%doc COPYRIGHT README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%changelog

* Sat Aug 27 2016 alzim <alzim@bk.ru> 1.4.4-1
- (f79e867) Merge pull request #1 from import/jpegoptim:rosa2016.1
- (f79e867) Updated to 1.4.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10522 |14cu|jrexx-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Automaton based regluar expression API for Java
Name:           jrexx
Version:        1.1.1
Release:        4
Epoch:          0
License:        LGPL
URL:            http://www.karneim.com/jrexx/
Group:          Development/Java
Source0:        jrexx-1.1.1-src.zip
Source1:        jrexx-build.xml
BuildRequires:  java-rpmbuild >= 0:1.5.32
BuildRequires:  ant >= 0:1.5.4
BuildRequires:  locales-en
BuildArch:      noarch
BuildRequires:  java-devel

%description
jrexx is a powerful easy-to-use regular expression 
API for textual pattern matching. Technically jrexx 
uses a minimized deterministic FSA (finite state 
automaton) and compiles the textual representation 
of the regular expression into such an automaton. 
Besides the usual pattern matching functionality, 
jrexx provides an introspection API for exploration 
of the automaton's structure by 'states' and 
'transitions'. Since the automaton is deterministic 
and minimized the pattern matching alogorithm is 
extremly fast (compared to the java regular 
expression API in JDK1.4) and works with huge 
patterns and input texts. Since FSA can be handled 
as sets, jrexx also offers all basic set operations 
for complement, union, intersection and difference, 
which is not provided by other regex implementations 
(as far as we know). 


%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
%setup -T -c %{name}-%{version}
unzip -q %{SOURCE0}
cp %{SOURCE1} build.xml

%build
export LC_ALL=en_US.ISO-8859-1
%{ant} dist

%install
# jars
mkdir -p %{buildroot}%{_javadir}
cp -p output/dist/lib/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr output/dist/jdoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}

%changelog

* Mon Jun 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.1-4
- (e98e4c5) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10523 |14cu|json-20160810-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	JavaScript Object Notation support in Java
Name:		json
Version:	20160810
Release:	1
License:	ASL 2.0
Group:		Development/Java
URL:		http://www.json.org/java/index.html
Source0:	https://github.com/stleary/JSON-java/archive/%{version}.tar.gz?/JSON-java-%{version}.tar.gz
Source1:	%{name}-MANIFEST.MF
BuildRequires:	jpackage-utils
BuildRequires:	java-devel
BuildRequires:	zip
BuildArch:		noarch

%description
Java support for the JSON (JavaScript Object Notation) lightweight
data-interchange format.  It is based on a subset of the JavaScript
Programming Language, Standard ECMA-262 3rd Edition - December 1999.
JSON is a text format that is completely language independent but uses
conventions that are familiar to programmers of the C-family of
languages including C, C++, C#, Java, JavaScript, Perl, Python, and many
others.

%files
%{_javadir}/*

#-------------------------------------------------------------------------

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	jpackage-utils

%description javadoc
API docs for %{name}.

%files javadoc
%doc %{_javadocdir}/%{name}

#-------------------------------------------------------------------------

%prep
%setup -q -n JSON-java-%{version}
mkdir -p src/org/apache
mv *java src/org/apache

%build
export JAVA_HOME=%{_jvmdir}/java
mkdir -p target/classes
$JAVA_HOME/bin/javac -d target/classes $(find src -name "*.java")
$JAVA_HOME/bin/jar cf target/%{name}.jar -C target/classes org
mkdir -p target/site/apidocs
$JAVA_HOME/bin/javadoc -d target/site/apidocs $(find src -name "*.java")

# inject OSGi manifests
mkdir -p META-INF
cp -p %{SOURCE1} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u target/%{name}.jar META-INF/MANIFEST.MF 

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 target/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

%changelog

* Sat Aug 27 2016 alzim <alzim@bk.ru> 20160810-1
- (ffa01b3) Merge pull request #1 from import/json:rosa2016.1
- (ffa01b3) Updated to 20160810



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10524 |14cu|juffed-0.10-1.20150716.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20150716

%define major 0.10
%define libname %mklibname juff %{major}
%define libengine %mklibname %{name}-engine-qsci %{major}
%define devname %mklibname %{name} -d

Summary:	Simple tabbed text editor
Name:		juffed
Version:	0.10
Release:	1.%{git}.3
License:	GPLv2+
Group:		Editors
Url:		http://juffed.com
# git snapshot: https://github.com/Mezomish/juffed
Source0:	%{name}-%{version}-%{git}.tar.bz2
Source1:	juffed_ru.ts
Patch0:		juffed-0.10-cxxflags.patch
BuildRequires:	cmake
BuildRequires:	qt5-linguist-tools
BuildRequires:	qscintilla-qt5-devel
BuildRequires:	pkgconfig(enca)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)

%description
Simple tabbed text editor that features:
 - multi-document interface (tabs)
 - syntax highlighting
 - code blocks folding
 - sessions support
 - find/replace using regular expressions
 - charset selection and auto-detection
 - line markers
 - international languages and Unicode support
 - plugins

%files
%doc COPYING ChangeLog README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_libdir}/%{name}/plugins/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libjuff.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libengine}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libengine}
Shared library for %{name}.

%files -n %{libengine}
%{_libdir}/libjuffed-engine-qsci.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libengine} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/libjuff.so
%{_libdir}/libjuffed-engine-qsci.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{git}
%patch0 -p1

cp %{SOURCE1} l10n/juffed_ru.ts

%build
%cmake_qt5 \
	-DUSE_QT5=BOOL:TRUE \
	-DUSE_ENCA=BOOL:TRUE
%make

%install
%makeinstall_std -C build

# This icon is used by pcmanfm-qt
mkdir -p %{buildroot}%{_iconsdir}/hicolor/48x48/apps/
cp %{buildroot}%{_datadir}/pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/


%changelog

* Mon Dec 14 2015 Denis Silakov <dsilakov@gmail.com> 0.10-1.20150716.3
- (da9bbc9) Added icon to icons dir to be used by pcmanfm-qt



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10525 |14cu|junitperf-1.9.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           junitperf
Version:        1.9.1
Release:        5
Epoch:          0
Summary:        JUnit extension for performance and scalability testing
License:        BSD
Group:          Development/Java
Source0:        http://www.clarkware.com/software/junitperf-1.9.1.zip
URL:            http://www.clarkware.com/software/JUnitPerf.html
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  junit4
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  java-devel
BuildArch:      noarch
Requires:       jpackage-utils
Requires:       junit4

%description
JUnitPerf is a collection of JUnit test decorators used to measure the
performance and scalability of functionality contained within existing
JUnit tests.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%package demo
Group:          Development/Java
Summary:        Demos for %{name}
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description demo
Demonstrations and samples for %{name}.

# -----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;

# -----------------------------------------------------------------------------

%build
CLASSPATH=$(build-classpath junit4) %{ant} -Dbuild.sysclasspath=first jar test javadoc

# -----------------------------------------------------------------------------

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 0644 dist/%{name}-%{version}.jar \
    %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# demo
install -d -m 0755 %{buildroot}%{_datadir}/%{name}
cp -pr samples %{buildroot}%{_datadir}/%{name}

# -----------------------------------------------------------------------------

%files
%defattr(0644,root,root,0755)
%doc LICENSE README docs/JUnitPerf.html
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.9.1-5
- (123e2fa) Use junit4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10526 |14cu|jutil-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           jutil
Version:        1.4
Release:        3
Epoch:          0
Summary:        Parameterized collections library for Java
License:        GPL
Group:          Development/Java
URL:            http://cscott.net/Projects/JUtil
Source0:        http://cscott.net/Projects/JUtil/jutil-latest/%{name}-%{version}.tar.gz
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  java-devel
BuildArch:      noarch

%description
JUtil is a fully-parameterized (generic) collections library for
Java. It was originally part of the FLEX project.


%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
perl -pi -e 's|<javac|<javac source="1.5" nowarn="true"|g' build*.xml
%{_bindir}/find . -type f -name '*.jar' | xargs -t rm

%build
export CLASSPATH=
export OPT_JAR_LIST=:
%{ant} jar javadoc

%install
mkdir -p %{buildroot}%{_javadir}
cp -a %{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} ${jar/-%{version}/}; done)

mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr api/*  %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Sat Apr 23 2016 Denis Silakov <dsilakov@gmail.com> 0:1.4-3
- (5624025) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10527 |14cu|jvyamlb-0.2.5-2.e0fdedc.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global git_commit e0fdedc
%global cluster olabini

Name:           jvyamlb
Version:        0.2.5
Release:        2.%{git_commit}.1
Summary:        YAML processor for JRuby
Group:          Development/Java
License:        MIT
URL:            http://github.com/%{cluster}/%{name}
Source0:        %{url}/tarball/%{version}/%{cluster}-%{name}-%{git_commit}.tar.gz
BuildArch:      noarch

BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  bytelist
BuildRequires:  jcodings
BuildRequires:  java-rpmbuild >= 1.5
BuildRequires:  joda-time
BuildRequires:  jpackage-utils
BuildRequires:  junit

Requires:       bytelist
Requires:       java >= 1.5
Requires:       joda-time
Requires:       jpackage-utils

%description
YAML processor extracted from JRuby.

%prep
%setup -q -n %{cluster}-%{name}-%{git_commit}
find -name '*.class' -exec rm -f '{}' \;
find -name '*.jar' -exec rm -f '{}' \;
build-jar-repository -s -p lib joda-time bytelist jcodings

%build
%ant

%install
mkdir -p %{buildroot}%{_javadir}
cp -p lib/%{name}-%{version}.jar \
       %{buildroot}%{_javadir}/%{name}.jar

%check
%ant test

%files
%{_javadir}/%{name}.jar
%doc LICENSE README CREDITS



%changelog

* Tue Jun 07 2016 Denis Silakov <dsilakov@gmail.com> 0.2.5-2.e0fdedc.1
- (c13c66f) Update upstream url, update to latest tarball, fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10528 |14cu|jwm-2.3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		jwm
Summary:	Lightweight X11 Window Manager
Version:	2.3.6
Release:	1
License:	GPL
Group:		Graphical desktop/Other
URL:		https://github.com/joewing/jwm
Source:		%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)

%description
JWM is a window manager for the X11 Window System. JWM is written in C and uses
only Xlib at a minimum. The following libraries can also be used if available:

* libXext for the shape extension
* libXext for the render extension
* libXmu for drawing rounded windows (shape extension also needed)
* libXinerama for Xinerama support
* libXpm for XPM backgrounds and icons
* libjpeg for JPEG backgrounds and icons
* libpng for PNG backgrounds and icons
* libxft for antialiased and true type fonts
* libfribidi for right-to-left language support

JWM supports MWM and Extended Window Manager Hints (EWMH).

%prep
%setup -q

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/jwm
%dir %{_datadir}/jwm
%{_datadir}/jwm/*
%{_mandir}/*/*
/etc/*


%changelog

* Fri Sep 16 2016 dsilakov <denis.silakov@rosalab.ru> 2.3.6-1
- (79042ba) Merge pull request #4 from tremod/jwm:rosa2016.1
- (79042ba) Update to 2.3.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10529 |14cu|k3d-0.8.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	K-3D open-source 3D modeling, animation, and rendering system
Name:		k3d
Version:	0.8.0.6
Release:	4
License:	GPLv2+
Group:		Graphics
Url:		http://www.k-3d.org
Source0:	http://github.com/K-3D/k3d/archive/%{name}-%{name}-%{version}.tar.gz
#Source1:	%%{name}.desktop
Source100:	%{name}.rpmlintrc
Patch1:		%{name}-0.8.0.5-lib64.patch
Patch3:		k3d-0.8.0.6-error-desktop.path

BuildRequires:	cmake >= 3.1
BuildRequires:	a2x
BuildRequires:	asciidoc
BuildRequires:	astyle
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-style-xsl
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	xsltproc
BuildRequires:	boost-devel
BuildRequires:	inotify-tools-devel
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	qt4-devel >= 4.6.2
#CGKit (python?)
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(ftgl)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(gts)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(osmesa)
BuildRequires:	pkgconfig(python) >= 2.4
BuildRequires:	python-mako
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(uuid)
%ifarch x86_64
BuildRequires:	chrpath
%endif
Requires:	yafray
Requires:	povray
Requires:	aqsis
Conflicts:	k3d-devel < %{version}
%rename		%{_lib}k3d0

%description
K-3D is the free-as-in-freedom 3D modeling, animation, and rendering system
for GNU / Linux, Posix, and Win32 operating systems. K-3D features a robust,
object-oriented plugin architecture, designed to scale to the needs of
professional artists, and is designed from-the-ground-up to generate
motion-picture-quality animation using RenderMan-compliant render engines.

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_datadir}/%{name}/guide
%{_bindir}/%{name}*
%{_libdir}/libk3d*.so.*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/plugins
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/documents
%{_datadir}/%{name}/fonts
%{_datadir}/%{name}/geometry
%{_datadir}/%{name}/icons
%{_datadir}/%{name}/logo
%{_datadir}/%{name}/lsystem
%{_datadir}/%{name}/ngui
%{_datadir}/%{name}/qtui
%{_datadir}/%{name}/scripts
%{_datadir}/%{name}/shaders
%{_datadir}/%{name}/textures
%{_datadir}/%{name}/*.k3d
%exclude %{_datadir}/k3d/shaders/*.h
%{_datadir}/applications/%{name}.desktop

#-----------------------------------------------------------------------------

%package devel
Summary:	K-3D development headers
Group:		Development/C++
Requires:	%{name} = %{version}-%{release}
Conflicts:	k3d < %{version}
%rename		%{_lib}k3d-devel
%rename		%{_lib}k3d-static-devel

%description devel
Development libraries needed to develop new k3d plugins.

%files devel
%doc AUTHORS COPYING
%{_includedir}/%{name}
%{_libdir}/libk3d*.so
%{_libdir}/%{name}/include
%{_datadir}/%{name}/shaders/*.h

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{name}-%{version}
%patch1 -p1
%patch3 -p1

%build
%cmake \
	-DCMAKE_BUILD_TYPE=Release \
	-DK3D_BUILD_DOCS:BOOL=OFF \
	-DK3D_BUILD_GTS_MODULE:BOOL=ON
export LD_LIBRARY_PATH=%{_builddir}/k3d-k3d-%{version}/build/lib:%{_builddir}/k3d-k3d-%{version}/build/%{_lib}:$LD_LIBRARY_PATH
make

%install
%makeinstall_std -C build

# Use the source provided .desktop file and massage it a bit
desktop-file-edit \
	--remove-key=Encoding --remove-key=Version \
	--set-key=Exec --set-value="%{name}" \
	--set-key=TryExec --set-value="%{name}" \
	--set-key=StartupNotify --set-value="true" \
	--set-icon="%{name}" \
	--add-category=GTK \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%changelog

* Fri Sep 23 2016 alzim <alzim@bk.ru> 0.8.0.6-4
- (43083ac) Merge pull request #4 from alzim/k3d:rosa2014.1
- (43083ac) Del patche and debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10530 |14cu|kaffeine-1.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Media Player for KDE
Name:		kaffeine
Version:	1.3.1
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://kaffeine.kde.org/
Source0:	http://downloads.sourceforge.net/kaffeine/%{name}-%{version}.tar.gz
Source1:	kaffeine_ru.tar.bz2
Patch0:     kaffeine-1.3.1-check_include.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(libvlc)
Requires:	qt4-database-plugin-sqlite
Requires:   vlc

%description
Kaffeine is a KDE Multi Engine Media Player.

%files -f %{name}.lang
%{_kde_applicationsdir}/kaffeine.desktop
%{_kde_appsdir}/kaffeine
%{_kde_appsdir}/profiles/kaffeine.profile.xml
%{_kde_appsdir}/solid/actions/*
%{_kde_bindir}/dtvdaemon
%{_kde_bindir}/kaffeine
%{_kde_datadir}/appdata/kaffeine.appdata.xml
%{_kde_iconsdir}/*/*/*/*

#--------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
%patch0 -p1

pushd po
tar xjf %{SOURCE1}
popd

%build
%cmake_kde4
%make 

%install
%makeinstall_std -C build

%find_lang %{name}




%changelog

* Sat May 21 2016 VictorR2007 <victorr2007@yandex.ru> 1.3.1-3
- (d924685) Fixed error build.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10531 |14cu|kakasi-2.3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	KAKASI - kanji kana simple inverter
Name:		kakasi
Version:	2.3.6
Release:	1
License:	GPLv2+
Group:		System/Internationalization
Url:		http://kakasi.namazu.org/
Source0:	http://kakasi.namazu.org/stable/kakasi-%{version}.tar.xz

%description
KAKASI is the language processing filter to convert Kanji characters
to Hiragana, Katakana or Romaji(1) and may be helpful to read Japanese
documents. Word-splitting patch has merged from version 2.3.0.

%files
%doc AUTHORS ChangeLog COPYING NEWS README README-ja
%{_bindir}/kakasi
%{_bindir}/mkkanwa
%{_bindir}/atoc_conv
%{_bindir}/rdic_conv
%{_bindir}/wx2_conv
%{_mandir}/man1/kakasi.1*
%{_mandir}/man1/kakasi-config.1*
%{_mandir}/ja/man1/kakasi.1*
%{_datadir}/kakasi/itaijidict

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of KAKASI
Group:		System/Libraries
Conflicts:	%{name} < 2.3.6

%description -n %{libname}
Shared library of KAKASI.

%files -n %{libname}
%{_libdir}/libkakasi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header file and development library of KAKASI
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 2.3.6
Obsoletes:	%{name}-devel < 2.3.6

%description -n %{devname}
Header file and development library of KAKASI.

%files -n %{devname}
%{_bindir}/kakasi-config
%{_libdir}/libkakasi.so
%{_includedir}/libkakasi.h

#----------------------------------------------------------------------------

%package dict
Summary:	The base dictionary of KAKASI
Group:		System/Internationalization
Provides:	kakasidict = %{EVRD}

%description dict
The basic dictionary of KAKASI.

%files dict
%{_datadir}/kakasi/kanwadict

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_mandir}/ja/man1
install -m 644 man/kakasi.1.ja %{buildroot}%{_mandir}/ja/man1


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.6-1
- (47ef9e9) New version 2.3.6
- (47ef9e9) Update files (add new man pages)
- (47ef9e9) Split shared library from main package
- (47ef9e9) Name development package according to library packaging policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10532 |14cu|kanyremote-6.3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _appdatadir %{_datadir}/appdata

Summary:	KDE frontend for anyRemote Wireless remote control program
Name:		kanyremote
Version:	6.3.5
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://kde-apps.org/content/show.php/kAnyRemote?content=45047
Source0:	http://garr.dl.sourceforge.net/project/anyremote/%{name}/%{version}/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop

BuildRequires:	desktop-file-utils
BuildRequires:	kde4-macros
BuildRequires:	appstream-util


Requires:	python-kde4
Requires:	python-pybluez >= 0.9.1
Requires:	anyremote >= 6.5

BuildArch:	noarch

%description
KDE front-end for anyremote Wireless remote control program.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/*
%{_datadir}/pixmaps/*
%{_datadir}/applications/%{name}.desktop
%{_appdatadir}/%{name}.appdata.xml

#----------------------------------------------------------------------------

%prep
%setup -q
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog

%build
%configure2_5x --build=%{_host}
%make

%install
%makeinstall_std

rm -fr %{buildroot}%{_datadir}/applications/%{name}.desktop

desktop-file-install %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml

%find_lang %{name}

%changelog

* Fri Oct 16 2015 abfonly <abfonly@gmail.com> 6.3.5-2
- (290c7f7) Rebuild for anyremote-6.5
- (290c7f7) align with appdata policy
- (290c7f7) bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10533 |14cu|kasumi-2.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for managing Anthy's dictionary
Name:		kasumi
Version:	2.5
Release:	6
Group:		System/Internationalization
License:	GPLv2+
URL:		http://sourceforge.jp/projects/kasumi
Source0:	http://iij.dl.sourceforge.jp/kasumi/37311/%{name}-%{version}.tar.gz
Patch0:		kasumi-2.3-fix-desktop-file.patch
Requires:	anthy >= 6300
BuildRequires:	pango-devel
BuildRequires:	atk-devel
BuildRequires:	gtk+2-devel
BuildRequires:	anthy-devel
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils

%description
A tool for managing Anthy's dictionary.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

# icons
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32}/apps
cp %{buildroot}/%{_datadir}/pixmaps/%{name}.png %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{buildroot}/%{_datadir}/pixmaps/%{name}.png %{buildroot}/%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%find_lang %{name}

# menu
desktop-file-install	--vendor="" \
			--dir %{buildroot}%{_datadir}/applications \
			--remove-category="Applications" \
			%{name}.desktop

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_datadir}/applications/kasumi.desktop
%{_datadir}/pixmaps/*.png
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/kasumi.1*



%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 2.5-6
- (7588725) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10534 |14cu|kazam-1.4.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A screencasting program created with design in mind
Name:		kazam
Version:	1.4.5
Release:	7
License:	GPLv3+
Group:		Video
Url:		https://launchpad.net/kazam
Source0:	https://launchpad.net/kazam/stable/%{version}/+download/%{name}-%{version}.tar.gz
# Force client-side decorations, they make sense here and work fine even in KDE
Patch0:		kazam-1.4.5-force-gtk-csd.patch
#Import from ArchLinux
Patch1:         configparser_api_changes.patch
BuildRequires:	intltool
BuildRequires:	python3-distutils-extra
Requires:	canberra-gtk3
Requires:	python3-cairo
Requires:	python3-dbus
Requires:	python3-gi
Requires:	python3-gi-cairo
Requires:	python3-pyxdg
Requires:	typelib(GObject)
Requires:	typelib(Gst) >= 1.0
Requires:	typelib(GstAudio) >= 1.0
Requires:	typelib(GstVideo) >= 1.0
Requires:	typelib(Gtk) >= 3.0
# keybinder can be added later
Requires:	typelib(Wnck) >= 3.0
Requires:   %{_lib}wnck3_0
BuildArch:	noarch

%description
Kazam is a simple screen recording program that will capture the content of
your screen and record a video file that can be played by any video player
that supports VP8/WebM video format.

Optionally you can record sound from any sound input device that is supported
and visible by PulseAudio.

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/gnome/*/*/%{name}*
%{_iconsdir}/hicolor/*/*/%{name}*
%dir %{py3_puresitedir}/%{name}
%{py3_puresitedir}/%{name}/*
%{py3_puresitedir}/%{name}-%{version}-py%{py3_ver}.egg-info

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
sed -i s,"DISTRO='Ubuntu'","DISTRO='%{vendor}'",g kazam/version.py
sed -i s,"RELEASE='.*'","RELEASE='%{product_version}'",g kazam/version.py

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}

%find_lang %{name}

%changelog

* Thu Sep 29 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.4.5-7
- (4767f5d) Fix wnck requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10535 |14cu|kbibtex-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.6
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A BibTeX editor for KDE
Name:		kbibtex
Version:	0.6
Release:	3
License:	GPLv2+
Group:		Editors
Url:		http://home.gna.org/kbibtex/
Source0:	http://download.gna.org/%{name}/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(poppler-qt4)
Conflicts:	%{_lib}kbibtex-devel < 0.6-3

%description
KBibTeX is a BibTeX editor for KDE.

%files
%doc README LICENSE
%{_kde_applicationsdir}/*.desktop
%{_kde_appsdir}/%{name}*
%{_kde_bindir}/*
%{_kde_configdir}/kbibtexrc
%{_kde_datadir}/mime/packages/*.xml
%{_kde_docdir}/HTML/*
%{_kde_iconsdir}/*/*/*/*
%{_kde_libdir}/kde4/kbibtexpart.so
%{_kde_mandir}/man1/*
%{_kde_services}/*.desktop
%{_datadir}/appdata/%{name}.appdata.xml

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library files for KBibTeX
Group:		System/Libraries

%description -n %{libname}
Shared library files for %{name}.

%files -n %{libname}
%doc README LICENSE
%{_kde_libdir}/libkbibtex*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for KBibTeX
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%doc README LICENSE
%{_includedir}/kbibtex
%{_kde_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6-3
- (de6f5de) kbibtexpart.so should be in main package
- (de6f5de) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10536 |14cu|kchmviewer-7.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE chm viewer
Name:		kchmviewer
Version:	7.5
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
URL:		http://www.ulduzsoft.com/linux/kchmviewer
Source:		https://sourceforge.net/projects/kchmviewer/files/kchmviewer/%{version}/%{name}-%{version}.tar.gz
Patch0:		kchmviewer-7.3-libx11.patch

BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	kdelibs4-devel
BuildRequires:	chmlib-devel
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libzip)

Requires:	okular

%description
KchmViewer is a chm (MS HTML help file format) viewer, written in C++. 
Unlike most existing CHM viewers for Unix, it uses Trolltech Qt widget 
library, and does not depend on KDE or Gnome. However, 
it may be compiled with full KDE support, including KDE widgets and KIO/KHTML.
The main advantage of KchmViewer is non-English language support. 
Unlike others, KchmViewer in most cases correctly detects help file encoding, 
correctly shows tables of context of Russian, Korean, Chinese and Japanese help
files, and correctly searches in non-English help files 
(search for MBCS languages - ja/ko/ch is still in progress).

%files -f %{name}.lang
%{_kde_bindir}/kchmviewer
%{_kde_datadir}/applications/kde4/kchmviewer.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_libdir}/kde4/kio_msits.so
rm -f %{buildroot}%{_kde_datadir}/kde4/services/msits.protocol
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64,128x128}/apps
install -m644 packages/%{name}.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/

for i in 16x16 32x32 48x48 64x64; do
    convert -scale $i packages/%{name}.png %{buildroot}%{_iconsdir}/hicolor/$i/apps/%{name}.png
done

%find_lang %{name}

%changelog

* Wed Sep 21 2016 alzim <alzim@bk.ru> 7.5-1
- (4dec044) Merge pull request #1 from import/kchmviewer:rosa2016.1
- (4dec044) Updated to 7.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10537 |14cu|kcm-wacomtablet-2.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname wacomtablet

Summary:	Kontrol module for Wacom Graphictablets
Name:		kcm-wacomtablet
Version:	2.0.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/extragear/base/wacomtablet
# wget -c http://anongit.kde.org/wacomtablet/wacomtablet-latest.tar.gz
Source0:	http://www.kde-apps.org/CONTENT/content-files/114856-%{oname}-%{version}.tar.xz
Source1:	README.urpmi
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xorg-wacom)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xproto)

%description
This module implements a GUI for the Wacom Linux Drivers and extends it
with profile support to handle different button/pen layouts per profile.

%files -f %{name}.lang
%doc README
%{_datadir}/dbus-1/interfaces/org.kde.Wacom*.xml
%{_kde_docdir}/HTML/en/kcontrol/wacomtablet/
%{_kde_libdir}/kde4/kcm_wacomtablet.so
%{_kde_libdir}/kde4/kded_wacomtablet.so
%{_kde_libdir}/kde4/plasma_applet_wacomtabletsettings.so
%{_kde_appsdir}/wacomtablet/
%{_kde_services}/kcm_wacomtablet.desktop
%{_kde_services}/kded/wacomtablet.desktop
%{_kde_services}/plasma-applet-wacomtabletsettings.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_docdir}/%{name}
install -p -m644 %{SOURCE1} %{buildroot}%{_docdir}/%{name}

%find_lang %{name} --all-name


%changelog
* Sun Nov 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.2-1
+ Revision: 1959179
- New version 2.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10538 |14cu|kdbg-2.5.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Graphical Debugger Interface
Name:		kdbg
Version:	2.5.5
Release:	1
License:	GPLv2+
Group:		Development/Tools
Url:		http://www.kdbg.org
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		kdbg-2.5.1-icons.patch
Patch1:		kdbg-2.5.5-cmake.patch
BuildRequires:	kdelibs4-devel
Requires:	gdb

%description
KDbg is a graphical user interface to gdb, the GNU debugger. It provides an
intuitive interface for setting breakpoints, inspecting variables and
stepping through code.

%files -f %{name}.lang
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_bindir}/%{name}
%{_kde_datadir}/apps/%{name}
%{_kde_datadir}/config/kdbgrc
%{_kde_iconsdir}/*/*/actions/*
%{_kde_iconsdir}/*/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4
%make


%install
%makeinstall_std -C build

# Avoid file conflicts
rm -rf %{buildroot}%{_kde_iconsdir}/*/*/actions/debug-run.*

%find_lang %{name} --with-html

%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.5-1
- (e4b337f) New version 2.5.5
- (e4b337f) Fix build with cmake 3.5+
- (e4b337f) Install icons to a proper location



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10539 |14cu|kde4-style-crystal-2.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Crystal kwin decoration theme to KDE 4.x
Name:		kde4-style-crystal
Version:	2.2.1
Release:	4
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde-look.org/content/show.php/crystal?content=75140
Source0:	http://www.kde-look.org/CONTENT/content-files/75140-crystal-%{version}.tar.bz2
Patch0:		crystal-2.2.1-cmake35.patch
BuildRequires:	kdebase4-workspace-devel
%rename		kde4-kwin-style-crystal

%description
This is the port of the famous Crystal kwin decoration theme to KDE 4.x.
Main features:
* Choose the blending color of the buttons.
* You can define the title bar height and border size of the windows.
* Right click on minimize button toggles shade mode.
* Middle click on minimize button sends window to below.
* Double click on program symbol closes window.
* Support for button themes. Basic button theme is included, feel free
  to swamp me with cool themes.
* Can show a tool-tip of the caption
* If kdocker is installed (http://kdocker.sf.net), right click on close
  button will send the window to the system tray.

%files
%doc AUTHORS README.md COPYING
%{_kde_libdir}/kde4/kwin3_crystal.so
%{_kde_libdir}/kde4/kwin_crystal_config.so
%{_kde_appsdir}/kwin/crystal.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn crystal-%{version}
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.1-4
- (9946f72) Add patch to fix build with cmake 3.5+



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10540 |14cu|kde4-style-skulpture-0.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname skulpture

Name:		kde4-style-%{shortname} 
Summary:	Skulpture Theme for KDE4
Version:	0.2.4
Release:	1
Source0:	http://www.kde-look.org/CONTENT/content-files/59031-%{shortname}-%{version}.tar.gz
Patch0:		skulpture-0.2.4-kdeplugin-cmake.patch
URL:		http://www.kde-look.org/content/show.php/Skulpture?content=59031
Group:		Graphical desktop/KDE
License:	GPL
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel

%description
Skulpture theme for KDE 4

%files 
%{_kde_libdir}/kde4/kstyle_skulpture_config.so
%{_kde_libdir}/kde4/kwin3_skulpture.so
%{_kde_libdir}/kde4/kwin_skulpture_config.so
%{_kde_appsdir}/color-schemes/
%{_kde_appsdir}/kstyle/themes/
%{_kde_appsdir}/kwin/
%{_kde_appsdir}/skulpture
%{_kde_plugindir}/styles/*

#--------------------------------------------------------------------------------

%prep
%setup -q -n %shortname-%{version}
%patch0 -p1
# %patch1 -p1 -b .kwin

%build
%cmake_kde4
%make

%install
pushd build
%makeinstall_std
popd

%changelog

* Mon Oct 05 2015 Denis Silakov <dsilakov@gmail.com> 0.2.4-1
- (1845dd4) Updated to 0.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10541 |14cu|kdeconnect-0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Connect KDE with your smartphone
Name:		kdeconnect
Version:	0.8
Release:	3
Epoch:      2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://albertvaka.wordpress.com/
Source0:	ftp://ftp.kde.org/pub/kde/unstable/%{name}/%{version}/src/%{name}-kde-%{version}.tar.xz
Source1:    kdeconnect4_ru.tar.gz
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libfakekey)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(xtst)
Requires:	libcore = %{version}
Requires:	libinterfaces = %{version}

%description
KDE Connect is a module to connect KDE with your smartphone.
You need to install KdeConnect.apk on your smartphone to make it work.

%files -f %{name}.lang
%{_bindir}/kdeconnect-cli
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}/
%{_kde_appsdir}/plasma/plasmoids/%{name}
%{_kde_iconsdir}/hicolor/*/apps/%{name}.*
%{_kde_libdir}/kde4/kcm_kdeconnect.so
%{_kde_libdir}/kde4/kded_kdeconnect.so
%{_kde_libdir}/kde4/kdeconnect_battery.so
%{_kde_libdir}/kde4/kdeconnect_clipboard.so
%{_kde_libdir}/kde4/kdeconnect_mpriscontrol.so
%{_kde_libdir}/kde4/kdeconnect_notifications.so
%{_kde_libdir}/kde4/kdeconnect_pausemusic.so
%{_kde_libdir}/kde4/kdeconnect_pausemusic_config.so
%{_kde_libdir}/kde4/kdeconnect_ping.so
%{_kde_libdir}/kde4/kdeconnect_screensaver_inhibit.so
%{_kde_libdir}/kde4/kdeconnect_share.so
%{_kde_libdir}/kde4/kdeconnect_share_config.so
%{_kde_libdir}/kde4/kdeconnect_telephony.so
%{_kde_libdir}/kde4/imports/org/kde/kdeconnect
%{_kde_libdir}/kde4/libexec/kdeconnectd
%{_kde_libdir}/kde4/kdeconnect_mousepad.so
%{_kde_libdir}/kde4/kdeconnect_sftp.so
%{_kde_libdir}/kde4/kdeconnect_sftp_config.so
%{_kde_libdir}/kde4/kdeconnectfiletiemaction.so
%{_kde_libdir}/kde4/kio_kdeconnect.so
%{_kde_services}/kcm_kdeconnect.desktop
%{_kde_services}/kded/kdeconnect.desktop
%{_kde_services}/kdeconnect_battery.desktop
%{_kde_services}/kdeconnect_clipboard.desktop
%{_kde_services}/kdeconnect_mpriscontrol.desktop
%{_kde_services}/kdeconnect_notifications.desktop
%{_kde_services}/kdeconnect_pausemusic.desktop
%{_kde_services}/kdeconnect_pausemusic_config.desktop
%{_kde_services}/kdeconnect_ping.desktop
%{_kde_services}/kdeconnect_screensaver_inhibit.desktop
%{_kde_services}/kdeconnect_share.desktop
%{_kde_services}/kdeconnect_share_config.desktop
%{_kde_services}/kdeconnect_telephony.desktop
%{_kde_services}/plasma-kdeconnect.desktop
%{_kde_services}/kdeconnect.protocol
%{_kde_services}/kdeconnect_mousepad.desktop
%{_kde_services}/kdeconnect_sftp.desktop
%{_kde_services}/kdeconnect_sftp_config.desktop
%{_kde_services}/kdeconnectsendfile.desktop
%{_kde_servicetypes}/kdeconnect_plugin.desktop
%{_datadir}/dbus-1/services/org.kde.kdeconnect.service

#----------------------------------------------------------------------------

%define core_major 1
%define libcore %mklibname kdeconnectcore %{core_major}

%package -n %{libcore}
Summary:	Shared library for KDE Connect
Group:		System/Libraries
Provides:   libcore = %{version}

%description -n %{libcore}
Shared library for KDE Connect.

%files -n %{libcore}
%{_kde_libdir}/libkdeconnectcore.so.%{core_major}*

#----------------------------------------------------------------------------

%define interfaces_major 1
%define libinterfaces %mklibname kdeconnectinterfaces %{interfaces_major}

%package -n %{libinterfaces}
Summary:	Shared library for KDE Connect
Group:		System/Libraries
Provides:   libinterfaces = %{version}

%description -n %{libinterfaces}
Shared library for KDE Connect.

%files -n %{libinterfaces}
%{_kde_libdir}/libkdeconnectinterfaces.so.%{interfaces_major}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-kde-%{version}

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Drop devel files for now because they are messed up
rm -f %{buildroot}%{_kde_libdir}/*.so
rm -rf %{buildroot}%{_kde_libdir}/cmake/
rm -rf %{buildroot}%{_kde_includedir}/
rm -rf %{buildroot}%{_datadir}/dbus-1/interfaces/*.xml

%find_lang kdeconnect-kcm kdeconnect-kded kdeconnect-plasmoid kdeconnect-kio plasma_applet_kdeconnect kdeconnect-plugins kdeconnect-filetiemaction kdeconnect-cli kdeconnect-core %{name}.lang

%changelog

* Sat Oct 01 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2:0.8-3
- (6b9306a) Fixed updating libraries from plasma5-kdeconnect



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10542 |14cu|kdeneur-0.20.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE frontend for X Neural Switcher
Name:		kdeneur
Version:	0.20.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://xneur.ru/
Source0:	https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/%{name}_%{version}.orig.tar.gz
Patch0:		kdeneur-0.17.0-qt4.patch
Patch1:		kdeneur-0.17.0-desktop.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xnconfig)
BuildRequires:	pkgconfig(xneur)
Requires:	xneur >= %{version}

%description
KDE frontend for X Neural Switcher (automatic switcher of keyboard layout).

This applications works like Punto Switcher.

%files
%doc AUTHORS COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_iconsdir}/hicolor/*/apps/%{name}*
%{_mandir}/man1/%{name}.1.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%global optflags %{optflags} -Wstrict-aliasing=0

%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20.0-2
- (9c49ea7) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10543 |14cu|kde-rootactions-servicemenu-2.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	rootactions-servicemenu

Summary:	Root actions for Dolphin context menu
Name:		kde-rootactions-servicemenu
Version:	2.9.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
URL:		http://www.kde-apps.org/content/show.php/?content=48411
Source0:	https://codeload.github.com/ds9-extras/rootactions-servicemenu/rootactions-servicemenu-master.zip
# adapt for kdesu in %{_libdir}/kde4/libexec/kdesu
Patch0:		rootactions-servicemenu-master-fix_kdesu.patch
BuildRequires:	kde5-macros
BuildArch:	noarch

%description
Root Actions servicemenu provides a convenient way to perform
several actions 'as root', from the right-click context menu in KDE
filemanager.

%files
%doc README changelog
%{_kde5_bindir}/rootactions-servicemenu.pl
%{_kde5_services}/ServiceMenus/10-rootactionsfolders.desktop
%{_kde5_services}/ServiceMenus/11-rootactionsfiles.desktop
%{_kde5_datadir}/polkit-1/action
%{_datadir}/kde4/services/ServiceMenus/10-rootactionsfolders.desktop
%{_datadir}/kde4/services/ServiceMenus/11-rootactionsfiles.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-master
%patch0 -p1

%build

%install
install -d -m755 %{buildroot}%{_bindir}
install -m755 usr/bin/rootactions-servicemenu.pl %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_datadir}/kde4/services/ServiceMenus
install -m644 usr/share/kde4/services/ServiceMenus/* %{buildroot}%{_datadir}/kde4/services/ServiceMenus

install -d -m755 %{buildroot}%{_kde5_services}/ServiceMenus
install -m644 usr/share/kservices5/ServiceMenus/* %{buildroot}%{_kde5_services}/ServiceMenus

install -d -m755 %{buildroot}%{_kde5_datadir}/polkit-1/actions
install -m644 usr/share/polkit-1/actions/* %{buildroot}%{_kde5_datadir}/polkit-1/action


%changelog

* Sun Jul 24 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.9.0-1
- (a66953b) Updated now version 2.9.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10544 |14cu|kdiff3-0.9.98-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kdiff3
Version:	0.9.98
Release:	1
Summary:	Summary Utility for comparing/merging up to three text files or directories
License:	GPLv2+
Group:		Development/Other
Source:		http://downloads.sourceforge.net/kdiff3/kdiff3-%{version}.tar.gz
Url: 		http://kdiff3.sourceforge.net/
BuildRequires:	kdebase4-devel
BuildRequires:	desktop-file-utils

%description
KDiff3 is a file and directory diff and merge tool which:
   * compares and merges two or three text input files or directories
   * shows the differences line by line and character by character(!)
   * provides an automatic merge-facility
   * has an editor for comfortable solving of merge-conflicts
   * provides networktransparency via KIO
   * has options to highlight or hide changes in white-space or comments

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor="" \
  --add-category="Qt" \
  --add-category="KDE" \
  --add-category="Development" \
  --dir %{buildroot}%{_kde_datadir}/applications/kde4 %{buildroot}%{_kde_datadir}/applications/kde4/*.desktop

%find_lang %{name} kdiff3plugin kdiff3fileitemactionplugin %{name}.lang --with-html

%files -f %{name}.lang
%{_kde_bindir}/%{name}
%{_kde_libdir}/kde4/*
%{_kde_appsdir}/%{name}
%{_kde_appsdir}/kdiff3part/kdiff3_part.rc
%{_kde_applicationsdir}/*.desktop
%{_kde_iconsdir}/*/*/apps/*.png
%{_kde_services}/*.desktop


%changelog
* Wed Dec 03 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 0.9.98-1
+ Revision: c5af6f1
- Updated to 0.9.98



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10545 |14cu|keepalived-1.2.24-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%nil

Name: keepalived
Version: 1.2.24
Release: 2
Summary: HA monitor built upon LVS, VRRP and services poller
License: GPL
Group: System/Cluster 
URL: http://www.keepalived.org/
Source0: http://www.keepalived.org/software/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(popt)
BuildRequires: kernel-devel

%description
The main goal of the keepalived project is to add a strong & robust keepalive
facility to the Linux Virtual Server project. This project is written in C with
multilayer TCP/IP stack checks. Keepalived implements a framework based on
three family checks : Layer3, Layer4 & Layer5/7. This framework gives the
daemon the ability to check the state of an LVS server pool. When one of the
servers of the LVS server pool is down, keepalived informs the linux kernel via
a setsockopt call to remove this server entry from the LVS topology. In
addition keepalived implements an independent VRRPv2 stack to handle director
failover. So in short keepalived is a userspace daemon for LVS cluster nodes
healthchecks and LVS directors failover.

%prep
%setup

%build
%configure2_5x
%make

%install
%makeinstall_std
# Remove "samples", as we include them in %%doc
rm -rf %{buildroot}%{_sysconfdir}/%{name}/samples/
mkdir -p %{buildroot}%{_unitdir}
install -m 644 %{buildroot}%{_usr}%{_unitdir}/keepalived.service %{buildroot}%{_unitdir}/keepalived.service
rm %{buildroot}%{_usr}%{_unitdir}/keepalived.service

%post
%_post_service %{name}

%preun 
%_preun_service %{name}

%files
%defattr(-, root, root, 0755)
%doc AUTHOR ChangeLog CONTRIBUTORS COPYING README TODO
%doc doc/keepalived.conf.SYNOPSIS doc/samples/
%dir %{_sysconfdir}/keepalived/
%attr(0600, root, root) %config(noreplace) %{_sysconfdir}/keepalived/keepalived.conf
%attr(0600, root, root) %config(noreplace) %{_sysconfdir}/sysconfig/keepalived
%{_sysconfdir}/rc.d/init.d/keepalived
%{_bindir}/genhash
%{_sbindir}/keepalived
%{_unitdir}/keepalived.service
%{_mandir}/man1/genhash.1*
%{_mandir}/man5/keepalived.conf.5*
%{_mandir}/man8/keepalived.8*

%changelog

* Mon Jan 16 2017 Denis Silakov <dsilakov@virtuozzo.com> 1.2.24-2
- (5563424) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10546 |14cu|keepass-2.34-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Light-weight and easy-to-use password manager
Name:		keepass
Version:	2.34
Release:	1
Group:		File tools
License:	GPLv2
Url:		http://keepass.info/
Source0:	https://downloads.sourceforge.net/project/keepass/KeePass%202.x/%{version}/KeePass-%{version}.zip
Source1:	plockb_16.png
Source2:	plockb_32.png
Source3:	plockb_48.png
Source4:	plockb_64.png
Source5:	plockb_128.png
Source6:	%{name}.desktop
Source7:	http://downloads.sourceforge.net/keepass/KeePass-%{version}-Russian.zip
Requires:	mono
Requires:	mono-winforms
BuildArch:	noarch

%description
Light-weight and easy-to-use password manager.

%prep
%setup -qc -a7

%build

%install
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -r * %{buildroot}%{_datadir}/%{name}

# Create a launcher
mkdir -p %{buildroot}%{_bindir}
echo "#!/bin/sh" > %{buildroot}%{_bindir}/%{name}
echo "mono /usr/share/%{name}/KeePass.exe" >> %{buildroot}%{_bindir}/%{name}
chmod a+x %{buildroot}%{_bindir}/%{name}

# Install *.desktop file to datadir:
mkdir -p %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE6} %{buildroot}%{_datadir}/applications/%{name}.desktop

# Install pixmaps:
for SIZE in 16 32 48 64 128; do
  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/apps
done
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE3} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -m644 %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
install -m644 %{SOURCE5} %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png

cp Russian.lngx Russian_ReadMe.txt %{buildroot}%{_datadir}/%{name}/

%files
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/%{name}

%changelog

* Mon Jun 20 2016 Denis Silakov <dsilakov@gmail.com> 2.34-1
- (81f300c) Added Russian l10n



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10547 |14cu|keepassx-0.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Cross Platform Password Manager
Name:		keepassx
Version:	0.4.4
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://www.keepassx.org/
Source0:	https://www.keepassx.org/releases/%{version}/%{name}-%{version}.tar.gz
Patch0:		keepassx-0.4.3-fix-getpid-undef.patch
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	qt4-devel >= 4.3.0
Provides:	keepass = %{EVRD}
Provides:	KeePassX = %{EVRD}

%description
KeePassX is a free/open-source password manager or safe which helps you to
manage your passwords in a secure way. You can put all your passwords in one
database, which is locked with one master key or a key-disk. So you only have
to remember one single master password or insert the key-disk to unlock the
whole database. The databases are encrypted using the best and most secure
encryption algorithms currently known (AES and Twofish).

%files
%doc COPYING changelog
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/rosa-%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/mimelnk/application/x-keepass.desktop

#-----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches


%build
%qmake_qt4 PREFIX=%{_prefix}
%make


%install
%makeinstall_std INSTALL_ROOT=%{buildroot}

install -D -m 644 share/%{name}/icons/%{name}_large.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -D -m 644 share/%{name}/icons/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m 644 share/%{name}/icons/%{name}_small.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# Fix .desktop file
desktop-file-install --vendor="rosa" \
		--add-category="System" \
		--remove-key="X-SuSE-translate" \
		--delete-original \
		--dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Mon Feb 06 2017 Giovanni Mariani <mc2374@mclink.it> 0.4.4-1
- (325926e) Updated to release 0.4.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10548 |14cu|keepassx2-2.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname keepassx

Summary:	Cross Platform Password Manager
Name:		keepassx2
Version:	2.0.2
Release:	1
License:	GPLv2
Group:		File tools
URL:		http://www.keepassx.org/
Source0:	https://www.keepassx.org/releases/%{version}/%{oname}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(zlib)
Conflicts:	%{oname} < 2.0

%description
KeePassX is a free/open-source password manager or safe which helps
you to manage your passwords in a secure way. You can put all your
passwords in one database, which is locked with one master key or a
key-disk. So you only have to remember one single master password or
insert the key-disk to unlock the whole database. The databases are
encrypted using the best and most secure encryption algorithms
currently known (AES and Twofish).

%if 0%{?pre:1}
Beware: this is an alpha/beta release.
%endif

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_qt4 \
	-DWITH_CXX11:BOOL=TRUE \
	-DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \
	-DWITH_TESTS=ON
%make

%check
pushd build
make test
popd

%install
%makeinstall_std -C build

%files
%doc CHANGELOG LICENSE* COPYING
%{_bindir}/%{oname}
%{_libdir}/%{oname}/
%{_datadir}/%{oname}/
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/mime/packages/%{oname}.xml
%{_iconsdir}/hicolor/*/apps/%{oname}.*
%{_iconsdir}/hicolor/*/mimetypes/*.png

%changelog

* Thu Sep 22 2016 alzim <alzim@bk.ru> 2.0.2-1
- (bfa0b73) Merge pull request #1 from import/keepassx2:rosa2016.1
- (bfa0b73) Updated to 2.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10549 |14cu|keepassxc-2.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Cross Platform Password Manager
Name:		keepassxc
Version:	2.1.4
Release:	1
License:	GPLv2+
Group:		File tools
Url:		https://keepassxreboot.github.io/
Source0:	https://github.com/keepassxreboot/keepassxc/releases/download/%{version}/%{name}-%{version}-src.tar.xz
BuildRequires:	cmake
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(gpg-error)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(zlib)

%description
KeePassXC is a community fork of KeePassX, the cross-platform port of KeePass
for Windows. Every feature is cross-platform and tested to give users the same
feel on each operating system, including the loved auto-type feature.

%files
%doc CHANGELOG
%{_bindir}/keepassxc
%{_datadir}/keepassxc
%{_datadir}/applications/*.desktop
%{_datadir}/mimelnk/application/*.desktop
%{_datadir}/mime/packages/*.xml
%{_iconsdir}/hicolor/*/apps/keepassxc.*
%{_iconsdir}/hicolor/*/apps/keepassxc-dark.*
%{_iconsdir}/hicolor/*/apps/keepassxc-locked.*
%{_iconsdir}/hicolor/*/mimetypes/application-x-keepassxc.*
%{_libdir}/keepassxc/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake \
	-DWITH_TESTS=OFF \
	-DWITH_XC_AUTOTYPE=ON \
	-DWITH_XC_HTTP=ON

%make

%install
%makeinstall_std -C build

desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	--delete-original \
	--add-mime-type application/x-keepass \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

# Associate KDB* files
cat > x-keepassxc.desktop << EOF
[Desktop Entry]
Comment=
Hidden=false
Icon=keepassxc.png
MimeType=application/x-keepassxc
Patterns=*.kdb;*.KDB;*.kdbx;*.KDBX*
Type=MimeType
EOF

install -D -m 644 -p x-keepassxc.desktop \
	%{buildroot}%{_datadir}/mimelnk/application/x-keepassxc.desktop

%find_lang keepassx --with-qt


%changelog

* Wed May 03 2017 Rosa <rosa@abf.rosalinux.ru> 2.1.4-1
- (dce7386) Automatic import for version 2.1.4-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10550 |14cu|keepnote-0.7.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		keepnote
Version:	0.7.8
Release:	1
Group:		Development/Other
License:	GPLv2
Summary:	KeepNote lets you keep notes
Source:		http://rasm.ods.org/keepnote/download/keepnote-%{version}.tar.gz
URL:		http://rasm.ods.org/keepnote/
BuildArch:	noarch
BuildRequires:	python-devel

%description
KeepNote is an application that lets organize your notes.
Keepnote replaces knowit (which is incompatible with kde4).

%prep
%setup -q

#fix desktop file, add ; to end of Categories list
%__sed -i -e 's|\(Categories.*\)|\1;|' desktop/keepnote.desktop

%build

%install
python setup.py install --root=%{buildroot}

#find_lang causes problems here

%clean

%files
%{_bindir}/%{name}
%{py_puresitedir}/%{name}
%{py_puresitedir}/%{name}-%{version}-py%{py_ver}.egg-info
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png



%changelog

* Tue Oct 06 2015 Denis Silakov <dsilakov@gmail.com> 0.7.8-1
- (efad947) Upload new tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10551 |14cu|kencfs-1.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kdeid 134003

Summary:	GUI frontend for encfs
Name:		kencfs
Version:	1.6.1
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		http://kde-apps.org/content/show.php/KEncFS?content=%{kdeid}
Source0:	http://kde-apps.org/CONTENT/content-files/%{kdeid}-%{name}-%{version}.tar.gz
Source1:        kencfs_ru.qm.tar.gz
Patch0:		kencfs-1.4.0-encfs5.patch
Patch1:		kencfs-1.6.0-path.patch
Patch2:		kencfs-1.4.0-desktop.patch
Patch3:         kencfs-1.6.1-fix_i18n.patch
BuildRequires:	imagemagick
BuildRequires:	kdelibs4-devel
Requires:	encfs
Requires:	fusecompress

%description
KEncFS is a GUI frontend for encfs. With KEncFS you can easily create, mount,
umount and delete your encrypted filesystem.

Use of KEncFS is very simple: to create a new encrypted filesystem you must
create new or select two existent dirs, one directory to archive encrypted
files and another directory to mount on the encrypted filesystem with encfs
(a mountpoint). After this, you can select a conventional ID for your encrypted
filesystem and then a password.

With KEncFS you can also manage your encrypted filesystem. You can browse,
mount, umount, remove from list (not from disk) your encrypted filesystem,
in easy way.

%files
%doc README
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}
%{_kde_bindir}/%{name}
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png
%{_kde_iconsdir}/kencfs/kencfs-icon.png

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

# Russian locale
tar -xvzf %{SOURCE1}

%build
%qmake_qt4
%make

%install
make install INSTALL_ROOT=%{buildroot}

# install menu icons
for N in 16 32 48 64 128;
do
convert kencfs-icon2.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

%changelog

* Sun Apr 10 2016 Victor Ryzhikh <victorr2007@yandex.ru> 1.6.1-1
- (4272519) Updated now version 1.6.1 and updated Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10552 |14cu|keurocalc-1.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A currency converter and calculator
Name:		keurocalc
Version:	1.2.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://opensource.bureau-cornavin.com/%{name}/index.html
Source0:	http://opensource.bureau-cornavin.com/%{name}/sources/%{name}-%{version}.tgz
BuildRequires:	kdelibs4-devel
BuildRequires:	desktop-file-utils

%description
KEuroCalc is a currency converter and calculator centered on the Euro. It can
convert from and to many currencies, either with a fixed conversion rate or a
variable conversion rate. It directly downloads the latest variable rates
through the Internet.


%package -n curconvd
Summary:	A daemon that acts as a currency conversion service over D-Bus
Group:		Graphical desktop/KDE
Requires:	%{name} = %{version}

%description -n curconvd
curconvd is a daemon that acts as a currency conversion service over D-Bus.


%prep
%setup -q


%build
%cmake_kde4
%make


%install
%makeinstall_std -C build

desktop-file-install --dir=%{buildroot}%{_kde_applicationsdir} \
	--add-category='Finance' \
	%{buildroot}%{_kde_applicationsdir}/%{name}.desktop

%find_lang %{name} --with-html


%files -f %{name}.lang
%doc README TODO
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}
%{_kde_iconsdir}/hicolor/*/*/*


%files -n curconvd
%doc curconvd/API.txt
%{_kde_bindir}/curconvd
%{_kde_appsdir}/curconvd
%{_datadir}/locale/*/LC_MESSAGES/curconvd.mo

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.2.3-1
- (acf3864) Updated to 1.2.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10553 |14cu|kexis-0.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A lossless WAV file compressor
Name:		kexis
Version:	0.2.2
Release:	3
License:	GPLv2+
Group:		Sound
URL:		http://sourceforge.net/projects/kexis/
Source:		http://etree.org/shnutils/shntool/support/formats/kxs/win32/%{version}/%{name}-%{version}-shntool.tar.gz

%description
Kexis is a lossless WAV file compressor. It encodes and decodes files in
kxs file format.

Kexis' main goal is to develop prediction and encoding schemes to minimize
compressed file size. Kexis strives to be the premier lossless sound encoder.

This version is patched with shntool patch.

%files
%doc COPYING README
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-shntool

%build
%make PROFILE_OPTS="%{optflags}"
mv GPL.txt COPYING
mv docs/README.txt README

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.2-3
- (4289077) Build with system optflags to fix debug package
- (4289077) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10554 |14cu|key-mon-1.19-0.git20150418.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gdate	20150418
%define rel	1

Name:		key-mon
Version:	1.19
Release:	%{?gdate:0.git%gdate.}%{rel}
Summary:	Keyboard Status Monitor (key-mon)
License:	ASL2.0
Group:		Education
Url:		http://code.google.com/p/key-mon/
Source0:	%{name}-%{?gdate}%{!?gdate:%{version}}.tar.%{?gdate:xz}%{!?gdate:gz}
BuildArch:	noarch
Provides:	keymon = %{version}-%{release}
Requires:	pygtk2.0
Requires:	python-xlib
Requires:	librsvg

%description
Utility to show live keyboard and mouse status for teaching and screencasts.

Key-mon is useful for teaching since it shows the current status of your
keyboard and mouse and you use them in another application.  No longer do
you need to say 'Now I'm pressing the Ctrl-D key', your students can just
see the keystroke for themselves.

%prep
%setup -qn %{name}-%{?gdate}%{!?gdate:%{version}}

#fix rights
chmod 644 icons/key-mon.xpm

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

#menu item
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Keyboard Status Monitor
Comment=Utility to show live keyboard and mouse status for teaching and screencasts.
Exec=key-mon --decorated
Terminal=false
Type=Application
Icon=key-mon
Categories=Education;Utility;
EOF

#symlink
ln -s %{_bindir}/%{name} %{buildroot}%{_bindir}/keymon

%files
%doc README.*.rst RELEASE.rst ACKNOWLEDGMENTS.rst COPYING
%{_bindir}/keymon
%{_bindir}/key-mon
%{py_puresitedir}/key_mon-%{version}-py%{py_ver}.egg-info
%{py_puresitedir}/keymon
%{_iconsdir}/hicolor/%{name}.*
%{_datadir}/pixmaps/key-mon.xpm
%{_datadir}/applications/%{name}.desktop

%changelog

* Tue Nov 17 2015 Denis Silakov <dsilakov@gmail.com> 1.19-0.git20150418.1
- (f0ce72e) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10555 |14cu|kfaenza-icon-theme-0.8.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Faenza-Cupertino icon theme for KDE
Name:		kfaenza-icon-theme
Version:	0.8.9
Release:	1
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		http://kde-look.org/content/show.php?content=143890
Source0:	http://ompldr.org/vYjR0NQ/%{name}-%{version}.tar.gz
# Inherits
Requires:	faenza-icon-theme
Requires(post,postun):	gtk+2
BuildArch:	noarch

%description
Contains icons for Faenza-Cupertino theme for KDE.

%files
%{_iconsdir}/KFaenza

%post
%update_icon_cache KFaenza

%postun
%clean_icon_cache KFaenza

#----------------------------------------------------------------------------

%prep
%setup -qn KFaenza
rm INSTALL
find . -name ".directory" -exec rm {} \;
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

%build

%install
mkdir -p %{buildroot}%{_iconsdir}/KFaenza
cp -r . %{buildroot}%{_iconsdir}/KFaenza
touch %{buildroot}%{_iconsdir}/KFaenza/icon-theme.cache

%changelog

* Wed Mar 08 2017 Rosa <rosa@abf.rosalinux.ru> 0.8.9-1
- (ded9bf4) Automatic import for version 0.8.9-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10556 |14cu|kfoldersync-2.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kdeappsver 164092

Name:				kfoldersync
Version:			2.7.1
Release:			2
Summary:			Folder synchronization and backup tool
License:			GPLv2+
Group:				Archiving/Backup
Url:				http://kde-apps.org/content/show.php/KFolderSync?content=%{kdeappsver}
Source0:			http://kde-apps.org/CONTENT/content-files/%{kdeappsver}-%{name}_%{version}.orig.tar.xz
Source1:            kfoldersync_ru.tar.bz2

BuildRequires:		desktop-file-utils
BuildRequires:		gettext
BuildRequires:		kdelibs4-devel



%description
Folder synchronization and backup tool for KDE.

%prep
%setup -q

pushd translations
tar -xvjf %{SOURCE1}
popd

find . -type f -exec chmod 644 {} \;

%build
export CXXFLAGS="%{optflags} -std=gnu++11"
%cmake_kde4 
%make


%install
%makeinstall_std -C build
%find_lang %{name} --with-kde || touch %{name}.lang

%check
for i in %{buildroot}%{_kde_datadir}/applications/kde4/*.desktop ; do
  desktop-file-validate "$i"
done
chmod -x %{buildroot}%{_kde_datadir}/applications/kde4/*.desktop


%files -f %{name}.lang
%doc COPYING
%{_kde_bindir}/*
%{_kde_appsdir}/*
%{_kde_iconsdir}/hicolor/*/*/*
%{_kde_datadir}/applications/kde4/*

%changelog

* Fri Jun 03 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.7.1-2
- (4e11a1f) Added Russian translations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10557 |14cu|kgraphviewer-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A GraphViz dot graph viewer for KDE
Name:		kgraphviewer
Version:	2.2.0
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		https://gna.org/projects/kgraphviewer
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	desktop-file-utils
BuildRequires:	graphviz
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libcgraph)
Requires:	graphviz

%description
KGraphViewer is user-friendly KDE application for viewing dot graphs
created for processing with GraphViz. Notable features provided include:

- loading of several graphs in tabs
- bird's-eye graph view
- zooming view
- simple printing
- context menu and toolbar for selecting layout algorithms
- session management

%files -f %{name}.lang
%{_kde_applicationsdir}/*.desktop
%{_kde_appsdir}/*
%{_kde_bindir}/*
%{_kde_datadir}/appdata/%{name}.appdata.xml
%{_kde_datadir}/appdata/%{name}.metainfo.xml
%{_kde_datadir}/config.kcfg/*.kcfg
%{_kde_iconsdir}/*/*/*/*.png
%{_kde_libdir}/kde4/*.so
%{_kde_services}/*.desktop

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
# Wrong major was used
Conflicts:	%{_lib}kgraphviewer3 < 2.2.0
Obsoletes:	%{_lib}kgraphviewer3 < 2.2.0

%description -n %{libname}
This package contains shared library for %{name}.

%files -n %{libname}
%{_kde_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 2.2.0
Obsoletes:	%{name}-devel < 2.2.0

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%{_kde_includedir}/%{name}
%{_kde_libdir}/libkgraphviewer.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor='' \
	--dir %{buildroot}%{_kde_datadir}/applications/kde4/ \
	--remove-key='Encoding' \
	--remove-category='Application' \
	--add-category='Science;Education' \
	%{buildroot}%{_kde_datadir}/applications/kde4/kgraphviewer.desktop \
	%{buildroot}%{_kde_datadir}/applications/kde4/kgrapheditor.desktop

%find_lang %{name} --with-html


%changelog
* Tue Nov 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-1
+ Revision: 7342fe9
- New version 2.2.0
- Fix library major
- Adjust groups
- Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10558 |14cu|kicad-2015.03.21-0.rev5528.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define revision 5528

Name:		kicad
Version:	2015.03.21
Release:	0.rev%{revision}.2
Epoch:		1
Summary:	EDA software suite for creation of schematic diagrams and PCBs
Group:		Sciences/Computer science
License:	GPLv2+
Url:		http://www.kicad-pcb.org
# URL2:         https://launchpad.net/kicad
# URL3:         http://orson.net.pl/pub/kicad/
# Additional librairies from Walter Lain
# URL4:         http://smisioto.no-ip.org/elettronica/kicad/kicad-en.htm

# Source files created with the following scripts ...
#   kicad-clone.sh ... clone BZR repositories of main, libraries, doc
#   kicad-update.sh ... update BZR repositories
#   kicad-export.sh ... export BZR repositories and create tarballs
#   kicad-walter-libs.sh ... download, unpack and prepare tarball with walter libs

Source:		%{name}-%{version}.tar.xz
Source1:	%{name}-doc-%{version}.tar.xz
Source2:	%{name}-libraries-%{version}.tar.xz
Source3:	%{name}-footprints-%{version}.tar.xz
Source7:	Epcos-MKT-1.0.tar.bz2
Source8:	%{name}-walter-libraries-%{version}.tar.xz
Patch1:		kicad-2015.01.02-nostrip.patch
Patch2:		kicad-2015.01.02-freerouting.patch

BuildRequires:	desktop-file-utils
BuildRequires:	wxgtku3.0-devel
BuildRequires:	boost-devel
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	glew-devel
BuildRequires:	openssl-devel

Requires:	electronics-menu
Requires:	freerouting

%rename	kicad-library
%rename	kicad-locales-ca
%rename	kicad-locales-cs
%rename	kicad-locales-de
%rename	kicad-locales-es
%rename	kicad-locales-fi
%rename	kicad-locales-fr
%rename	kicad-locales-hu
%rename	kicad-locales-it
%rename	kicad-locales-ja
%rename	kicad-locales-ko
%rename	kicad-locales-nl
%rename	kicad-locales-pl
%rename	kicad-locales-pt
%rename	kicad-locales-ru
%rename	kicad-locales-sl
%rename	kicad-locales-sv
%rename	kicad-locales-zh-cn


%description
KiCad is an EDA software to design electronic schematic
diagrams and printed circuit board artwork up to 16 layers.
KiCad is a set of four softwares and a project manager:
- KiCad: project manager
- Eeschema: schematic entry
- Pcbnew: board editor
- Cvpcb: footprint selector for components used in the circuit design
- Gerbview: GERBER viewer (photoplotter documents)

%files -f %{name}.lang
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/mimetypes/application-x-*.*
%{_datadir}/icons/hicolor/*/apps/*.*
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/mimelnk/application/x-%{name}-*.desktop
#%config(noreplace) %{_sysconfdir}/ld.so.conf.d/kicad.conf
%dir %{_docdir}/%{name}/
%{_docdir}/%{name}/*.txt

#----------------------------------------------------------------------------

%package	doc
Summary:	Documentation for KiCad
Group:		Documentation
License:	GPLv2+
BuildArch:	noarch

%description	doc
Documentation and tutorials for KiCad in English.

%files doc
%dir %{_docdir}/%{name}/
%{_docdir}/%{name}/contrib
#%{_docdir}/%{name}/help/
%{_docdir}/%{name}/help/en
%{_docdir}/%{name}/help/file_formats
#%{_docdir}/%{name}/tutorials
%{_docdir}/%{name}/tutorials/en
%{_docdir}/%{name}/scripts

#----------------------------------------------------------------------------

%package	doc-de
Summary:	Documentation for KiCad in German
Group:		Documentation
Requires:	%{name}-doc = %{EVRD}
Requires:	locales-de
BuildArch:	noarch

%description	doc-de
Documentation and tutorials for KiCad in German

%files doc-de
%{_docdir}/%{name}/help/de
%{_docdir}/%{name}/tutorials/de

#----------------------------------------------------------------------------

%package	doc-es
Summary:	Documentation for KiCad in Spanish
Group:		Documentation
Requires:	%{name}-doc = %{EVRD}
Requires:	locales-es
BuildArch:	noarch

%description	doc-es
Documentation and tutorials for KiCad in Spanish

%files doc-es
%{_docdir}/%{name}/help/es
%{_docdir}/%{name}/tutorials/es

#----------------------------------------------------------------------------

%package	doc-fr
Summary:	Documentation for KiCad in French
Group:		Documentation
Requires:	%{name}-doc = %{EVRD}
Requires:	locales-fr
BuildArch:	noarch

%description	doc-fr
Documentation and tutorials for KiCad in French

%files doc-fr
%{_docdir}/%{name}/help/fr
%{_docdir}/%{name}/tutorials/fr

#----------------------------------------------------------------------------

%package	doc-hu
Summary:	Documentation for KiCad in Hungarian
Group:		Documentation
Requires:	%{name}-doc = %{EVRD}
Requires:	locales-hu
BuildArch:	noarch

%description	doc-hu
Documentation and tutorials for KiCad in Hungarian

%files doc-hu
%{_docdir}/%{name}/tutorials/hu

#----------------------------------------------------------------------------

%package	doc-it
Summary:	Documentation for KiCad in Italian
Group:		Documentation
Requires:	%{name}-doc = %{EVRD}
Requires:	locales-it
BuildArch:	noarch

%description	doc-it
Documentation and tutorials for KiCad in Italian

%files doc-it
%{_docdir}/%{name}/help/it
%{_docdir}/%{name}/tutorials/it

#----------------------------------------------------------------------------

%package	doc-ja
Summary:	Documentation for KiCad in Japanese
Group:		Documentation
Requires:	%{name}-doc = %{EVRD}
Requires:	locales-ja
BuildArch:	noarch

%description	doc-ja
Documentation and tutorials for KiCad in Japanese

%files doc-ja
%{_docdir}/%{name}/help/ja
%{_docdir}/%{name}/tutorials/ja


#----------------------------------------------------------------------------

%package	doc-pl
Summary:	Documentation for KiCad in Polish
Group:		Documentation
Requires:	%{name}-doc = %{EVRD}
Requires:	locales-pl
BuildArch:	noarch

%description	doc-pl
Documentation and tutorials for KiCad in Polish

%files doc-pl
%{_docdir}/%{name}/help/pl
%{_docdir}/%{name}/tutorials/pl

#----------------------------------------------------------------------------

%package	doc-pt
Summary:	Documentation for KiCad in Portuguese
Group:		Documentation
Requires:	%{name}-doc = %{EVRD}
Requires:	locales-pt
BuildArch:	noarch

%description	doc-pt
Documentation and tutorials for KiCad in Portuguese

%files doc-pt
%{_docdir}/%{name}/help/pt

#----------------------------------------------------------------------------

%package	doc-ru
Summary:	Documentation for KiCad in Russian
Group:		Documentation
Requires:	%{name}-doc = %{EVRD}
Requires:	locales-ru
BuildArch:	noarch

%description	doc-ru
Documentation and tutorials for KiCad in Russian

%files doc-ru
%{_docdir}/%{name}/help/ru
%{_docdir}/%{name}/tutorials/ru

#----------------------------------------------------------------------------

%package	doc-zh_CN
Summary:	Documentation for KiCad in Chinese
Group:		Documentation
Requires:	%{name}-doc = %{EVRD}
Requires:	locales-zh
BuildArch:	noarch

%description    doc-zh_CN
Documentation and tutorials for KiCad in Chinese

%files doc-zh_CN
%{_docdir}/%{name}/tutorials/zh_CN

#----------------------------------------------------------------------------

%prep
%setup -q -a 1 -a 2 -a 3 -a 7 -a 8

%patch1 -p1
%patch2 -p1

#kicad-doc.noarch: W: file-not-utf8 /usr/share/doc/kicad/AUTHORS.txt
iconv -f iso8859-1 -t utf-8 AUTHORS.txt > AUTHORS.conv && mv -f AUTHORS.conv AUTHORS.txt


#multilibs
%ifarch x86_64 sparc64 ppc64 amd64 s390x
%{__sed} -i "s|KICAD_PLUGINS lib/kicad/plugins|KICAD_PLUGINS lib64/kicad/plugins|" CMakeLists.txt
#%{__sed} -i "s|/usr/lib/kicad|/usr/lib64/kicad|" %{SOURCE3}
%endif


%build

# Add Epcos library
cd Epcos-MKT-1.0
cp -pR library ../%{name}-libraries-%{version}/
cp -pR modules ../%{name}-libraries-%{version}/
cd ..

# Add Walter libraries
cd %{name}-walter-libraries-%{version}
cp -pR library ../%{name}-libraries-%{version}/
cp -pR modules ../%{name}-libraries-%{version}/
cd ..

#
# Symbols libraries
#
pushd %{name}-libraries-%{version}/
%cmake -DKICAD_STABLE_VERSION=OFF
%make -j1 VERBOSE=1
popd


#
# Core components
#
%cmake -DKICAD_STABLE_VERSION=OFF -DKICAD_SKIP_BOOST=ON \
        -DwxWidgets_CONFIG_EXECUTABLE=%{_bindir}/wx-config
%make VERBOSE=1


%install
%makeinstall_std -C build

# install localization
cd %{name}-doc-%{version}/internat
for dir in bg ca cs de es fr hu it ko nl pl pt ru sl sv zh_CN
do
  install -m 644 -D ${dir}/%{name}.mo %{buildroot}%{_datadir}/locale/${dir}/LC_MESSAGES/%{name}.mo
done
cd ../..


# install desktop
for desktopfile in %{buildroot}%{_datadir}/applications/*.desktop ; do
  desktop-file-install \
  --dir %{buildroot}%{_datadir}/applications \
  --remove-category Development              \
  --delete-original                          \
  ${desktopfile}
done

#
# Symbols libraries
#
pushd %{name}-libraries-%{version}/
%makeinstall_std -C build
popd

# install template
install -d %{buildroot}%{_datadir}/%{name}/template
install -m 644 template/%{name}.pro %{buildroot}%{_datadir}/%{name}/template

# Footprints
pushd %{name}-footprints-%{version}/
cp -a */ %{buildroot}%{_datadir}/%{name}/modules
popd
ln -f %{buildroot}%{_datadir}/%{name}/template/fp-lib-table{.for-pretty,}

# Preparing for documentation pull-ups
rm -f  %{name}-doc-%{version}/doc/help/CMakeLists.txt
rm -f  %{name}-doc-%{version}/doc/help/makefile
rm -f  %{name}-doc-%{version}/doc/tutorials/CMakeLists.txt

cp -pr %{name}-doc-%{version}/doc/* %{buildroot}%{_docdir}/%{name}
cp -pr AUTHORS.txt CHANGELOG* %{buildroot}%{_docdir}/%{name}

%find_lang %{name}


%changelog

* Thu May 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2015.03.21-0.rev5528.2
- (17a26c2) Properly rename kicad-library and kicad-locales packages to avoid conflicts during updates from old versions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10559 |14cu|kid3-3.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	use_gstreamer	0
%define	with_cli	1
%define	with_qt5	1
# This one needs also qt5
%define	with_kde5	0
%define	major		%{version}
%define	libname		%mklibname %{name}

Summary:	ID3 Tagger
Name:		kid3
Version:	3.4.2
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://kid3.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{version}/%{name}-%{version}.tar.gz
Source1:	http://prdownloads.sourceforge.net/%{name}/%{version}/%{name}-%{version}.tar.gz.asc
Source2:	%{name}.rpmlintrc
Patch0:		%{name}-3.2.0-fix-lib-path.patch
#Patch1:	%%{name}-3.2.0-fix-qt4-build-with-qmlplugindump.patch
BuildRequires:	cmake >= 2.8
BuildRequires:	gettext
BuildRequires:	id3lib-devel
BuildRequires:	pkgconfig(taglib) >= 1.8
BuildRequires:	libmp4v2-devel
# Not needed
#BuildRequires:	libtunepimp-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(libchromaprint)
%if %{with_qt5}
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	qmake5
%else
BuildRequires:	qt4-devel
%endif
%if %{with_kde5}
BuildRequires:	python
BuildRequires:	kio-devel
BuildRequires:	kdoctools-devel
%else
BuildRequires:	kdelibs4-devel
%endif
%if %{use_gstreamer}
BuildRequires:	gstreamer1.0-devel >= 1.0
%else
BuildRequires:	ffmpeg-devel
%endif
BuildRequires:	readline-devel
# For docs
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl >= 1.72
Requires:	xdg-utils
Requires:	%{libname} = %{EVRD}

%description
If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2,
Speex, TrueAudio, WavPack, WMA, WAV and AIFF files (e.g. full albums) without
typing the same information again and again, and have control over both ID3v1
and ID3v2 tags, then Kid3 is the program you are looking for.
With Kid3 you can:
- Edit ID3v1.1 tags
- Edit all ID3v2.3 and ID3v2.4 frames
- Convert between ID3v1.1, ID3v2.3 and ID3v2.4 tags
- Edit tags of multiple files
- Generate tags from filenames
- Generate filenames from tags
- Generate play-list files
- Automatic case conversion and string translation
- Import and export album data
- Import from gnudb.org, TrackType.org, MusicBrainz, Discogs and Amazon.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING LICENSE README
#%%{_docdir}/HTML/*/%%{name}/*
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}/*
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png
%{_kde_iconsdir}/hicolor/scalable/apps/%{name}.svgz
%{_datadir}/appdata/%{name}*.xml
%{_datadir}/dbus-1/interfaces/*.xml
%{_mandir}/man1/%{name}.1*
%{_mandir}/de/man1/%{name}.1*

#--------------------------------------------------------------------

%package	qt
Summary:	Efficient ID3 tag editor - Qt version
Group:		Sound
Requires:	xdg-utils
Requires:	%{libname} = %{EVRD}

%description	qt
If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2,
Speex, TrueAudio and WavPack files (e.g. full albums) without typing the same
information again and again and have control over both ID3v1 and ID3v2 tags,
then Kid3 is the program you are looking for.
This package provides Kid3 built without KDE dependencies.

%files qt
%doc %{_docdir}/%{name}-qt/
#dir %%{_datadir}/%%{name}-qt/
%{_bindir}/%{name}-qt
%{_datadir}/applications/%{name}-qt.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}-qt.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}-qt.svg
%{_mandir}/man1/%{name}-qt.1*
%{_mandir}/de/man1/%{name}-qt.1*

#--------------------------------------------------------------------

%if %{with_cli}
%package	cli
Summary:	Efficient ID3 tag editor - command line version
Group:		Sound
Requires:	xdg-utils
Requires:	%{libname} = %{EVRD}

%description	cli
If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2,
Speex, TrueAudio and WavPack files (e.g. full albums) without typing the same
information again and again and have control over both ID3v1 and ID3v2 tags,
then Kid3 is the program you are looking for.
This package provides Kid3 built for command line use.

%files cli
%doc %{_docdir}/%{name}-cli/
%{_bindir}/%{name}-cli
%{_mandir}/man1/%{name}-cli.1*
%{_mandir}/de/man1/%{name}-cli.1*
%endif

#-----------------------------------------------------------------------------

%package	-n %{libname}
Summary:	Efficient ID3 tag editor
Group:		Sound

%description	-n %{libname}
If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2,
Speex, TrueAudio and WavPack files (e.g. full albums) without typing the same
information again and again and have control over both ID3v1 and ID3v2 tags,
then Kid3 is the program you are looking for.
This package provides the shared libraries and the common files needed
for Kid3.

%files -n %{libname}
%doc COPYING
#{_libdir}/lib%%{name}-*.so
%{_libdir}/lib%{name}-core.so.%{major}
%{_libdir}/lib%{name}-gui.so.%{major}
%dir %{_libdir}/%{name}/plugins/imports/
%dir %{_libdir}/%{name}/plugins/imports/Kid3/
%{_libdir}/%{name}/plugins/lib*.so
%{_libdir}/%{name}/plugins/imports/Kid3/*
#dir %%{_datadir}/%%{name}/translations/
%{_datadir}/%{name}/qml/script/*.qml
%{_datadir}/%{name}/translations/*.qm

#--------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
%patch0 -p1


%build
# First build the KDE4/5 version
mkdir kde
cd kde
%if %{with_kde5}
%cmake_kde5	-DWITH_APPS="KDE" \
		-DWITH_QT5=ON -DWITH_QT4=OFF \
%else
%cmake_kde4	-DWITH_APPS="KDE" \
%endif
		-DWITH_TAGLIB=ON -DWITH_MP4V2=ON \
		-DWITH_ID3LIB=ON -DWITH_VORBIS=ON \
		-DWITH_FLAC=ON -DWITH_CHROMAPRINT=ON \
%if %{use_gstreamer}
		-DWITH_GSTREAMER=ON -DWITH_FFMPEG=OFF \
%else
		-DWITH_GSTREAMER=OFF -DWITH_FFMPEG=ON \
%endif
		-DWITH_DOCDIR=share/doc/%{name} \
		-DWITH_PHONON=ON ../..
%make
cd ../..

# Then build the "pure QT4/5" version
mkdir qt
cd qt
%if %{with_qt5}
%cmake_qt5	-DWITH_APPS="Qt" \
		-DWITH_QT5=ON -DWITH_QT4=OFF \
%else
%cmake_qt4	-DWITH_APPS="Qt" \
		-DWITH_QT4=ON -DWITH_QT5=OFF \
%endif
		-DWITH_TAGLIB=ON -DWITH_MP4V2=ON \
		-DWITH_ID3LIB=ON -DWITH_VORBIS=ON \
		-DWITH_FLAC=ON -DWITH_CHROMAPRINT=ON \
%if %{use_gstreamer}
		-DWITH_GSTREAMER=ON -DWITH_FFMPEG=OFF \
%else
		-DWITH_GSTREAMER=OFF -DWITH_FFMPEG=ON \
%endif
		-DWITH_PHONON=ON -DWITH_DBUS=ON \
		-DWITH_DOCDIR=share/doc/%{name}-qt \
		-DQT_PHONON_INCLUDE_DIR=/usr/include/phonon ../..
%make
cd ../..

# Finally build the "CLI" version
%if %{with_cli}
mkdir cli
cd cli
%cmake		-DWITH_APPS="CLI" \
		-DWITH_TAGLIB=ON -DWITH_MP4V2=ON \
		-DWITH_ID3LIB=ON -DWITH_VORBIS=ON \
		-DWITH_FLAC=ON -DWITH_CHROMAPRINT=ON \
%if %{use_gstreamer}
		-DWITH_GSTREAMER=ON -DWITH_FFMPEG=OFF \
%else
		-DWITH_GSTREAMER=OFF -DWITH_FFMPEG=ON \
%endif
		-DWITH_DOCDIR=share/doc/%{name}-cli ../..
%make
%endif


%install
%makeinstall_std -C kde/build
%makeinstall_std -C qt/build
%if %{with_cli}
%makeinstall_std -C cli/build
mkdir -p %{buildroot}%{_docdir}/%{name}-cli
%endif

install -pm 644 AUTHORS ChangeLog COPYING LICENSE README %{buildroot}%{_docdir}/%{name}-qt
%if %{with_cli}
install -pm 644 AUTHORS ChangeLog COPYING LICENSE README %{buildroot}%{_docdir}/%{name}-cli
%endif

# We have no devel package
rm -f %{buildroot}%{_libdir}/*.so

# This only finds the files for the KDE version
%find_lang %{name} --with-kde
#grep -F kid3 %%{name}.lang > %%{name}-kde.lang

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10560 |14cu|klatexformula-3.2.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3.2
%define libname %mklibname %{name} %major
%define develname %name-devel
%define _appdatadir %{_kde_datadir}/appdata

Summary:	Easily get an image from a LaTeX formula
Name:		klatexformula
Version:	3.2.11
Release:	1
Source0:	https://sourceforge.net/projects/%{name}/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
Patch0:		klatexformula-3.2.0-link.patch
License:	GPLv2+
Group:		Publishing
Url:		http://klatexformula.sourceforge.net/
BuildRequires:	kdelibs4-devel
BuildRequires:	help2man
BuildRequires:	doxygen

Requires:	ghostscript
Requires:	tetex-latex
Requires:	tetex-dvips
Requires:	%{libname} = %{EVRD}


%description
This application provides an easy-to-use graphical user interface
for generating images from LaTeX equations. These images can be
dragged and dropped or copied and pasted into external applications
(presentations, text documents, graphics...), or can be saved to
disk in a variety of formats (PNG, JPG, BMP, EPS, PDF, etc.). In
addition to the graphical user interface, a command-line interface
and a C++ library are provided to perform the same job.

%files
%{_defaultdocdir}/%{name}/
%{_kde_bindir}/*
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png
%{_kde_datadir}/applications/%{name}.desktop
%{_kde_datadir}/%{name}
%{_kde_mandir}/man1/*
%{_kde_services}/*.desktop
%{_kde_appsdir}/ktexteditor_klf
%{_kde_datadir}/mime/packages/*.xml
%{_kde_datadir}/pixmaps/*.png
%{_appdatadir}/%{name}.appdata.xml
#------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for KLatexFormula
Group:		Publishing
Obsoletes:	%{_lib}klfbackend3 < %{EVRD}


%description -n %{libname}
This package contains shared libraries for KLatexFormula.

%files -n %{libname}
%doc README COPYING AUTHORS 
%{_kde_libdir}/*.so.%{major}
%{_kde_libdir}/kde4/*.so
#------------------------------------------------------

%package -n %{develname}
Summary:	Development files for KLatexFormula
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{develname}
This package contains development files for KLatexFormula.

%files -n %{develname}
%doc README COPYING AUTHORS 
%{_kde_includedir}/*
%{_kde_libdir}/*.so
#-----------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0

%build
%cmake_kde4 -DKLF_LIBKLFBACKEND_STATIC=OFF \
  -DKLF_LIBKLFTOOLS_STATIC=OFF \
  -DKLF_LIBKLFAPP_STATIC=OFF \
  -DKLF_INSTALL_LIB_DIR=%{_kde_libdir}\
  -DKLF_INSTALL_APIDOC_DIR=%{_defaultdocdir}/%{name}
  
%make
%make doc

%install
%makeinstall_std -C build
# appdata
mkdir -p %{buildroot}%{_appdatadir}
cat > %{buildroot}%{_appdatadir}/%{name}.appdata.xml << EOF
<?xml version="1.0" encoding="UTF-8"?>
<application>
  <id type="desktop">%{name}.desktop</id>
  <project_license>GPLv2+</project_license>
  <name>%{name}</name>
  <summary>Easily get an image from a LaTeX formula</summary>
  <description>
    <p>
      This application provides an easy-to-use graphical user interface
      for generating images from LaTeX equations. These images can be
      dragged and dropped or copied and pasted into external applications
      (presentations, text documents, graphics...), or can be saved to
      disk in a variety of formats (PNG, JPG, BMP, EPS, PDF, etc.). In
      addition to the graphical user interface, a command-line interface
      and a C++ library are provided to perform the same job.
    </p>
  </description>
  <screenshots>
    <screenshot type="default">http://klatexformula.sourceforge.net/screenshots/screenshot00s.jpg</screenshot>
    <screenshot>http://klatexformula.sourceforge.net/screenshots/screenshot02s.jpg</screenshot>
  </screenshots>
  <url type="homepage">http://klatexformula.sourceforge.net/</url>
  <updatecontact>philippe.faist_at_bluewin.ch</updatecontact>
</application>
EOF
%changelog

* Thu Aug 20 2015 abfonly <abfonly@gmail.com> 3.2.11-1
- (594d442) Log: Update to 3.2.11
- (594d442) build api documentation
- (594d442) added appdata.xml
- (594d442) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10561 |14cu|klavaro-3.02-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Touch Typing Tutor
Name:		klavaro
# 3.00 is not compatible with gtkdatabox for now!
Version:	3.02
Release:	1
License:	GPLv2+
Group:		Education
URL:		http://klavaro.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/klavaro/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	gtkdatabox-devel
BuildRequires:	curl-devel
BuildRequires:	intltool
Suggests:	wget

%description
Klavaro is just another free touch typing tutor program. It was developed
because the authors became frustrated with the other options, which relied
mostly on some few specific keyboards. Klavaro intends to be keyboard and
language independent, saving memory and time (and money).

%files -f %{name}.lang
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/*.1.*
%{_datadir}/appdata/klavaro.appdata.xml

#------------------------------------------------------------------

%package -n %{libname}
Summary:	Klavaro shared library
Group:		System/Libraries

%description -n %{libname}
Klavaro shared library.

%files -n %{libname}
%{_libdir}/libgtkdataboks.so.%{major}*

#------------------------------------------------------------------

%package -n     %{devname}
Summary:        Klavaro development files
Group:		Development/Other
Requires:       %{libname} = %{EVRD}
Provides:       %{name}-devel = %{EVRD}

%description -n %{devname}
Klavaro development files.

%files -n %{devname}
%{_libdir}/libgtkdataboks.so

#------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --enable-static=no
%make

%install
%makeinstall_std

%find_lang %{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10562 |14cu|kmediafactory-0.8.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DVD menu generator
Name:		kmediafactory
Version:	0.8.1
Release:	8
License:	GPLv2+
Group:		Publishing
Url:		http://code.google.com/p/kmediafactory/
Source0:	http://kmediafactory.googlecode.com/files/%{name}-%{version}.tar.bz2
Patch0:		kmediafactory-0.8.1-ffmpeg0.11.patch
Patch1:		kmediafactory-0.8.1-gcc47.patch
Patch2:		kmediafactory-0.8.1-link.patch
Patch3:		kmediafactory-0.8.1-ffmpeg-2.0.patch
Patch4:		kmediafactory-0.8.1-fdr-desktop_validate.patch
Patch5:		kmediafactory-0.8.1-i18n-ru.patch
Patch6:		kmediafactory-0.8.1-ffmpeg2.4.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(libkexiv2)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	gettext
BuildRequires:	zip
BuildRequires:	dvdauthor
BuildRequires:	ffmpeg
BuildRequires:	mjpegtools
BuildRequires:	ffmpeg-devel
BuildRequires:	dvd-slideshow
BuildRequires:	k3b
#BuildRequires:	xine-ui
BuildRequires:	ghostscript
BuildRequires:	docbook-dtd42-xml
BuildRequires:	docbook-style-xsl
Requires:	zip
Requires:	dvdauthor
Requires:	ffmpeg
Requires:	mjpegtools
Requires:	dvd-slideshow
Requires:	k3b
Requires:	xine-ui

%description
KMediaFactory is an easy to use template based dvd authoring tool.
You can quickly create DVD menus for home videos and TV recordings
in three simple steps.

%files -f %{name}.lang
%{_kde_bindir}/*
%{_kde_datadir}/applications/kde4/*.desktop
%{_kde_datadir}/config/*
%{_kde_datadir}/config.kcfg/*
%{_kde_datadir}/apps/kmediafactory*
%{_kde_datadir}/apps/kmfwidgets
%{_kde_datadir}/icons/*/*/*/*
%{_kde_datadir}/kde4/services/*
%{_kde_datadir}/kde4/servicetypes/*
%{_kde_datadir}/mime/packages/kmediafactory.xml
%{_kde_libdir}/kde4/*

#--------------------------------------------------------------------

%define kmediafactorykstore_major 0
%define libkmediafactorykstore %mklibname kmediafactorykstore %{kmediafactorykstore_major}

%package -n %{libkmediafactorykstore}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libkmediafactorykstore}
%{name} library.

%files -n %{libkmediafactorykstore}
%{_kde_libdir}/libkmediafactorykstore.so.%{kmediafactorykstore_major}*

#--------------------------------------------------------------------

%define kmf_major 0
%define libkmf %mklibname kmf %{kmf_major}

%package -n %{libkmf}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libkmf}
%{name} library.

%files -n %{libkmf}
%{_kde_libdir}/libkmf.so.%{kmf_major}*

#--------------------------------------------------------------------

%define kmediafactoryinterfaces_major 0
%define libkmediafactoryinterfaces %mklibname kmediafactoryinterfaces %{kmediafactoryinterfaces_major}

%package -n %{libkmediafactoryinterfaces}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libkmediafactoryinterfaces}
%{name} library.

%files -n %{libkmediafactoryinterfaces}
%{_kde_libdir}/libkmediafactoryinterfaces.so.%{kmediafactoryinterfaces_major}*

#--------------------------------------------------------------------
%define devname %mklibname %{name} -d

%package -n	%{devname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C++
Requires:	%{libkmediafactoryinterfaces} = %{version}-%{release}
Requires:	%{libkmf} = %{version}-%{release}
Requires:	%{libkmediafactorykstore} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
Development libraries and headers for %{name}.

%files -n %{devname}
%{_kde_includedir}/%{name}
%{_kde_libdir}/lib*.so

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .ffmpeg
%patch1 -p0 -b .gcc
%patch2 -p0 -b .link
%patch3 -p1 -b .ffmpeg2.0~
%patch4 -p1
%patch5 -p1
%patch6 -p1 -b .ffmpeg2.4~

%build
%cmake_kde4
# Really dirty hack to avoid field 'st_atim' has incomplete type (etc) errors
sed -i s,-I/usr/include/libavutil,,g lib/CMakeFiles/kmf.dir/flags.make
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_kde_datadir}/applications/kde4 \
	--remove-key='Encoding' \
	--remove-category='Application' \
	--add-category='Qt;AudioVideoEditing' \
	%{buildroot}%{_kde_datadir}/applications/kde4/*.desktop

%find_lang %{name} --all-name --with-html


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-8
+ Revision: 01a3a20
- Add patch to fix build with ffmpeg 2.4+



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10563 |14cu|kmetronome-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qt5 based MIDI Metronome using ALSA Sequencer
Name:		kmetronome
Version:	1.0.0
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://kmetronome.sourceforge.net
Source0:	http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	qmake5
BuildRequires:	pkgconfig(alsa) >= 1.0.0
BuildRequires:	pkgconfig(drumstick-alsa) >= 1.0.0
BuildRequires:	pkgconfig(drumstick-rt) >= 1.0.0
Requires:	drumstick >= 1.0.0

%description
KMetronome is a MIDI metronome with Qt5 interface, based on the ALSA
sequencer. The intended audience is musicians and music students. Like solid,
real metronomes it is a tool to keep the rhythm while playing musical
instruments. It uses MIDI for sound generation instead of digital audio,
allowing low CPU usage, and very accurate timing thanks to the ALSA sequencer.

%files
%doc README ChangeLog AUTHORS TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/dbus-1/*/*
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/%{name}/drums.ins
%{_datadir}/%{name}/samples.pat
%{_datadir}/%{name}/%{name}.html
%{_datadir}/%{name}/%{name}*.png
%{_datadir}/%{name}/locale/*.qm
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
# make sure that the bundled drumstick isn't used
#rm -rf drumstick

%build
%cmake
%make

%install
%makeinstall_std -C build

#find_lang %%{name}


%changelog
* Mon Feb 09 2015 gvm <mc2374@mclink.it> 1.0.0-2
+ Revision: d0a2301
- Updated kmetronome.spec to avoid bogus build error



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10564 |14cu|kmid2-2.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kmid

%define major 1
%define libname %mklibname kmid %{major}
%define devname %mklibname kmid -d

Summary:	A MIDI/karaoke player for KDE
Name:		kmid2
Version:	2.4.0
Release:	4
Group:		Sound
# GPLv2+ for the code, CC-BY-SA for the examples
License:	GPLv2+ and CC-BY-SA
Url:		http://userbase.kde.org/KMid2
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/kmid-%{version}.tar.bz2
# System drumstick is Qt5-based now, use internal copy instead
Source1:	drumstick-0.5.0-kmid2.tar.xz
Patch1:		kmid2-2.2.2-use-timidity-pulse.patch
BuildRequires:	desktop-file-utils
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(alsa)
BuildConflicts:	pkgconfig(drumstick-alsa) > 0.5
Requires:	drumstick >= 0.3.1
Requires:	TiMidity++

%description
KMid2 is a MIDI/karaoke file player, with configurable midi mapper, real
Session Management, drag & drop, customizable fonts, etc. It has a very
nice interface which let you easily follow the tune while changing the
color of the lyrics.

It supports output through external synthesizers, AWE, FM and GUS cards.
It also has a keyboard view to see the notes played by each instrument.

%files -f %{oname}.lang
%doc ChangeLog README TODO
%{_kde_bindir}/%{oname}
%{_kde_appsdir}/%{oname}
%{_kde_appsdir}/kmid_part/kmid_part.rc
%{_kde_applicationsdir}/%{oname}.desktop
%{_kde_datadir}/config.kcfg/%{oname}.kcfg
%{_kde_services}/*
%{_kde_servicetypes}/*
%{_kde_iconsdir}/hicolor/*/*/*
%{_kde_libdir}/kde4/*

#-------------------------------------------------------------------------------

%package -n %{libname}
Summary:	%{name} shared library package
Group:		System/Libraries

%description -n %{libname}
%{name} shared library package.

%files -n %{libname}
%{_libdir}/libkmidbackend.so.%{major}*

#-------------------------------------------------------------------------------

%package -n %{devname}
Summary:	%{name} developement files
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 2.4.0-4

%description -n %{devname}
This package contains header files needed when building applications based on
%{name}.

%files -n %{devname}
%{_includedir}/%{oname}
%{_libdir}/libkmidbackend.so
%{_datadir}/dbus-1/interfaces/org.kde.KMid.xml
%{_datadir}/dbus-1/interfaces/org.kde.KMidPart.xml

#-------------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version} -a1
# (ahmad) use timidity and pulseaudio by default (the latter is enabled in mdv installs)
%patch1 -p0

# Replace local copy of drumstick 0.4.1 with version 0.5.0
# It's needed because system version is Qt5-based now
rm -rf drumstick
mv -f drumstick-0.5.0-%{name} drumstick

%build
%cmake_kde4 \
	-DBUILD_SHARED_LIBS:BOOL=OFF

%make

%install
%makeinstall_std -C build

# fix the .desktop file
desktop-file-install \
	--vendor="" \
	--add-category="AudioVideo" \
	--add-category="Audio" \
	--remove-category="Music" \
	--dir %{buildroot}%{_kde_applicationsdir} \
	%{buildroot}%{_kde_applicationsdir}/%{oname}.desktop

%find_lang %{oname} --with-html

%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.0-4
- (8794c56) Replace local copy of drumstick 0.4.1 with version 0.5.0 (system drumstick is Qt5-based now)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10565 |14cu|kmidimon-0.7.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE MIDI Monitor for ALSA Sequencer
Name:		kmidimon
Version:	0.7.5
Release:	3
License:	GPLv2+
Group:		Sound
Url:		http://kmetronome.sourceforge.net/kmidimon/
Source0:	http://sourceforge.net/projects/kmidimon/files/%{version}/%{name}-%{version}.tar.bz2
# System drumstick is Qt5-based now, use internal copy instead
Source1:	drumstick-0.5.0-kmid2.tar.xz
BuildRequires:	desktop-file-utils
BuildRequires:	gettext-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa) >= 1.0.0
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(x11)
BuildConflicts:	pkgconfig(drumstick-alsa) > 1.0
Requires:	drumstick >= 0.5.0
Requires:	oxygen-icon-theme

%description
KMidimon is a MIDI monitor for the ALSA sequencer, based on the drumstick
library. It monitors events coming from a MIDI external port or application or
loaded from standard MIDI Files.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_mandir}/man1/%{name}.1.xz
%{_bindir}/%{name}
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/applications/*/*
%{_datadir}/apps/*/*

#----------------------------------------------------------------------------

%prep
%setup -q -a1

# Replace local copy of drumstick 0.4.1 with version 0.5.0
# It's needed because system version is Qt5-based now
rm -rf drumstick
mv -f drumstick-0.5.0-kmid2 drumstick

%build
%cmake_kde4 \
	-DSTATIC_DRUMSTICK:BOOL=ON \
	-DBUILD_SHARED_LIBS:BOOL=OFF
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor="" \
		--add-category Application \
		--remove-category Music \
		--dir %{buildroot}%{_kde_applicationsdir} %{buildroot}%{_kde_applicationsdir}/%{name}.desktop

%find_lang %{name} --with-html --with-man


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.5-3
- (e200a83) Use local copy of drumstick 0.5.0 (system drumstick is Qt5-based now)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10566 |14cu|kmplayer-0.11.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global gittag	a28ff10

%define	libname	%mklibname %{name}

Name:		kmplayer
Version:	0.11.5
Release:	1
Summary:	A multimedia mplayer/phonon front-end for KDE
License:	GPLv2+
Group:		Video
Url:		http://kmplayer.kde.org/
Source0:	http://kmplayer.kde.org/pkgs/%{name}-%{gittag}.tar.bz2
Source1:	%{name}.rpmlintrc
Source2:    kmplayer_po.tar.gz
Patch0:     kmplayer-0.11.4-check_include.patch
Patch1:     build-translations.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	libnspr-devel
BuildRequires:	gtk2-devel
BuildRequires:	pkgconfig(phonon) >= 4.3.80
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xdmcp)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xft)
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(expat)
%rename		kde4-%{name}
Obsoletes:	%{name} < %{version}
Requires:	%{libname} = %{version}
Suggests:	mplayer

%description
KMPlayer can play all the audio/video supported by mplayer/phonon from local
file or URL, be embedded inside Konqueror and KHTML and play DVD's.

%files -f %{name}.lang
%doc ChangeLog README
%{_kde_bindir}/%{name}
%{_kde_bindir}/kphononplayer
%{_kde_libdir}/kde4/*.so
%{_kde_datadir}/apps/%{name}
%{_kde_services}/*.desktop
%{_kde_configdir}/%{name}rc
%{_kde_iconsdir}/hicolor/*/*/*
%{_kde_applicationsdir}/%{name}.desktop

#--------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	Kmplayer libraries

%description -n %{libname}
This package contains the libraries needed by %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog README
%{_kde_libdir}/*.so

#--------------------------------------------------------------------

%package	npplayer
Group:		Video
Summary:	Kmplayer plug-in player for Firefox
Requires:	%{name}

%description	npplayer
Kmplayer plug-in player for Firefox.

%files npplayer
%doc AUTHORS ChangeLog README
%{_kde_bindir}/knpplayer

#--------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p1
%patch1 -p1

tar -xvzf %{SOURCE2}

%build
%cmake_kde4
%make


%install
%makeinstall_std -C build

# Fix .desktop files
desktop-file-install \
		--vendor="" \
		--remove-key="Encoding"  \
		--remove-key="MimeType"  \
		--dir %{buildroot}%{_kde_services} %{buildroot}%{_kde_services}/%{name}_part.desktop

# Fix wrong perms
chmod +x %{buildroot}%{_datadir}/apps/%{name}/find-media.sh

%{find_lang} %{name} --with-html


%check
for f in %{buildroot}%{_kde_applicationsdir}/*.desktop ; do
     desktop-file-validate $f
done


%changelog

* Sat May 21 2016 Victor Ryzhikh <victorr2007@yandex.ru> 0.11.5-1
- (30034b7) Updated now version 0.11.5.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10567 |14cu|knemo-0.7.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The KDE Network Monitor
Name:		knemo
Version:	0.7.7
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://kde-apps.org/content/show.php?content=12956
Source0:	http://kde-apps.org/CONTENT/content-files/12956-%{name}-%{version}.tar.xz
Source1:	knemo_ru.tar.gz
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(libnl-3.0)
Requires:	qt4-database-plugin-sqlite
Requires:	wireless-tools

%description
KNemo offers a network monitor similar to the one found in Windows. 
For every network interface it displays an icon in the systray.

Features:
* support for ethernet (including wireless) and ppp connections
* the icon shows incoming/outgoing traffic
* hiding of icon when the interface is not available
* automatic detection of wireless extensions for ethernet interfaces
* left-clicking on an icon displays a status dialog with information
  about the selected interface (2nd click hides dialog)
* configuration via context menu or control center module
  (Internet & Network/Network Monitor)
* customizable tooltip for quick access to often needed information
* you can activate 2 custom entries for the context menu. They can
  have custom text and a command to run when selected. You can even
  select if the commands need root permissions or not.
* automatic detection of available interfaces (click on 'Default' in
  the configuration dialog and KNemo will look under /proc/net/dev for
  interfaces)
* KNemo uses more standard icon names which allows support from other
  icon themes.

Please make sure that in the settings the paths for 'ifconfig' and 'iwconfig'
are correct and that both programs are installed.

IMPORTANT: KNemo is not an executable but an KDED service. Therefore
it has to be started using Control Center/KDE Components/Service Manager.

%files -f %{name}.lang
%{_kde_bindir}/knemo
%{_kde_libdir}/kde4/kcm_knemo.so
%{_kde_applicationsdir}/knemo.desktop
%{_kde_appsdir}/knemo
%{_kde_appsdir}/kconf_update/*
%{_kde_datadir}/autostart/knemo.desktop
%{_kde_iconsdir}/hicolor/*/*/*
%{_kde_services}/kcm_knemo.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} kcm_knemo %{name}.lang


%changelog

* Thu Jan 28 2016 Victor Ryzhikh <victorr2007@yandex.ru> 0.7.7-1
- (2992020) Updated new version 0.7.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10568 |14cu|knightsgame-025-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           knightsgame
Version:        025
Release:        1
Summary:        Multiplayer dungeon bashing game
License:        GPLv3
Group:          Games/Arcade
Url:            http://www.knightsgame.org.uk
Source:         http://www.knightsgame.org.uk/files/knights_%{version}_src.tar.gz
Patch0:         %{name}-rosa-games.patch
BuildRequires:  dos2unix
BuildRequires:  pkgconfig(sdl)
BuildRequires:  boost-devel
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(fontconfig)
BuildRequires:  imagemagick


%description
Players must explore randomly generated dungeons
and compete to solve various quests.

%files
%{_defaultdocdir}/%{name}
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
#------------------------------------------------

%prep
%setup -qn knights_%{version}_src
dos2unix *.txt
dos2unix docs/*.txt
dos2unix docs/third_party_licences/*.txt
pushd docs/third_party_licences
iconv -f ISO-8859-1 -t UTF-8 FTL.txt > out-FTL.txt
mv -f out-FTL.txt FTL.txt
popd
%patch0 -p1

%build
%setup_compile_flags
%make ROOT=%{buildroot}

%install
%makeinstall ROOT=%{buildroot}

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
GenericName=%{name} 
Comment=Multiplayer dungeon bashing game
Exec=%{name}
Icon=%{name}
Type=Application
Categories=Game;ArcadeGame;
StartupNotify=true
EOF


# icon
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size knights_data/client/knights_icon_48.bmp \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done
%changelog

* Fri Apr 21 2017 abfonly <abfonly@gmail.com> 025-1
- (ed7a3ae) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10569 |14cu|knock-0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open connection through firewall on specified signal
Name:		knock
Version:	0.7
Release:	1
License:	GPLv2+
Group:		Networking/Other
URL:		http://www.zeroflux.org/projects/knock/
Source0:	http://www.zeroflux.org/proj/knock/files/%{name}-%{version}.tar.gz
Source1:	knockd.service
Source2:	knockd.logrotate
BuildRequires:	libpcap-devel

%description
knock is a server/client set that implements the idea known as port-
knocking. Port-knocking is a method of accessing a backdoor to your
firewall through a special sequence of port hits. This can be useful
for opening up temporary holes in a restrictive firewall for SSH
access or similar.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_unitdir}
install -m0644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{name}d.service

mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}d

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
cat > %{buildroot}%{_sysconfdir}/sysconfig/%{name} <<EOF
# Options to pass to %{name}d
OPTIONS=""
EOF

%post
%systemd_post %{name}d

%preun
%systemd_preun %{name}d

%files
%doc ChangeLog TODO
%config(noreplace) %{_sysconfdir}/%{name}d.conf
%attr(755,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0644,root,root) %{_unitdir}/%{name}d.service
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}d
%{_bindir}/%{name}
%{_sbindir}/%{name}d
%{_mandir}/man1/*

%changelog

* Thu Sep 22 2016 alzim <alzim@bk.ru> 0.7-1
- (eee8299) Merge pull request #3 from import/knock:rosa2016.1
- (eee8299) Updated to 0.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10570 |14cu|koji-1.10.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir /usr/libexec

Name:		koji
Version:	1.10.1
Release:	1
License:	LGPLv2 and GPLv2+
Summary:	Build system tools
Group:		System/Configuration/Packaging
URL:		http://fedorahosted.org/koji
Patch1:		0001-install-the-builder-runroot-plugin-and-config.patch
Source:		https://fedorahosted.org/released/koji/koji-%{version}.tar.bz2
BuildArch:	noarch
Requires:	python-krbV >= 1.0.13
Requires:	python-rpm
Requires:	yum
Requires:	pyOpenSSL
Requires:	python-urlgrabber
BuildRequires:	python
BuildRequires:	pkgconfig(libsystemd-daemon)

%description
Koji is a system for building and tracking RPMS.  The base package
contains shared libraries and the command-line interface.

%package hub
Summary:	Koji XMLRPC interface
Group:		System/Configuration/Packaging
# rpmdiff lib (from rpmlint) is GPLv2 (only)
License:	LGPLv2 and GPLv2
Requires:	apache
Requires:	apache-mod_wsgi
# Possibly this is a bad replacement and we'd better build postgresql-python
#Requires:	postgresql-python
Requires:	python-pg
Requires:	%{name} = %{version}-%{release}

%description hub
koji-hub is the XMLRPC interface to the koji database

%package hub-plugins
Summary:	Koji hub plugins
Group:		System/Configuration/Packaging
Requires:	%{name} = %{version}-%{release}
Requires:	%{name}-hub = %{version}-%{release}

%description hub-plugins
Plugins to the koji XMLRPC interface

%package builder
Summary:	Koji RPM builder daemon
Group:		System/Configuration/Packaging
#mergerepos (from createrepo) is GPLv2+
License:	LGPLv2 and GPLv2+
Requires:	%{name} = %{version}-%{release}
Suggests:	mock >= 0.9.14
Requires(post):	systemd
Requires(pre):	systemd
Requires(preun):	systemd
Requires:	cvs
Requires:	subversion
Requires:	git
Requires:	rpm-build
Requires:	rpm-mandriva-setup-build
Requires:	pykickstart
Requires:	python-pycdio
Requires:	python-cheetah
Requires:	createrepo >= 0.9.6

%description builder
koji-builder is the daemon that runs on build machines and executes
tasks that come through the Koji system.

%package vm
Summary:	Koji virtual machine management daemon
Group:		System/Configuration/Packaging
License:	LGPLv2
Requires:	%{name} = %{version}-%{release}
Requires(post): systemd
Requires(preun): systemd
Requires:	python-libvirt
Requires:	 libxml2-python
Requires:	python-virtinst
Requires:	qemu-img

%description vm
koji-vm contains a supplemental build daemon that executes certain tasks in a
virtual machine. This package is not required for most installations.

%package utils
Summary:	Koji Utilities
Group:		System/Configuration/Packaging
# Possibly this is a bad replacement and we'd better build postgresql-python
#Requires:	postgresql-python
Requires:	python-pg
Requires:	%{name} = %{version}-%{release}

%description utils
Utilities for the Koji system

%package web
Summary:	Koji Web UI
Group:		System/Configuration/Packaging
Requires:	apache
Requires:	apache-mod_wsgi
Requires:	apache-mod_auth_kerb
# Possibly this is a bad replacement and we'd better build postgresql-python
#Requires:	postgresql-python
Requires:	python-pg
Requires:	python-cheetah
Requires:	%{name} = %{version}-%{release}
Requires:	python-krbV >= 1.0.13

%description web
koji-web is a web UI to the Koji system.

%prep
%setup -q
%patch1 -p1

%build

%install
%makeinstall_std

%files
%{_bindir}/*
%{py_puresitedir}/%{name}
%config(noreplace) %{_sysconfdir}/koji.conf
%doc docs Authors COPYING LGPL

%files hub
%{_datadir}/koji-hub
/usr/libexec/koji-hub/
%config(noreplace) %{_sysconfdir}/httpd/conf.d/kojihub.conf
%config(noreplace) %{_sysconfdir}/koji-hub/hub.conf
%config(noreplace) %{_sysconfdir}/koji-hub/plugins/runroot.conf

%files hub-plugins
%dir %{_prefix}/lib/koji-hub-plugins
%{_prefix}/lib/koji-hub-plugins/*.py*
%dir %{_sysconfdir}/koji-hub/plugins/
%config(noreplace) %{_sysconfdir}/koji-hub/plugins/messagebus.conf
%config(noreplace) %{_sysconfdir}/koji-hub/plugins/rpm2maven.conf

%files utils
%{_sbindir}/kojira
%{_sbindir}/koji-gc
%{_sbindir}/koji-shadow
%{_unitdir}/kojira.service
%dir %{_sysconfdir}/kojira
%config(noreplace) %{_sysconfdir}/kojira/kojira.conf
%dir %{_sysconfdir}/koji-gc
%config(noreplace) %{_sysconfdir}/koji-gc/koji-gc.conf
%config(noreplace) %{_sysconfdir}/koji-shadow/koji-shadow.conf

%files web
%{_datadir}/koji-web
%dir %{_sysconfdir}/kojiweb
%config(noreplace) %{_sysconfdir}/httpd/conf.d/kojiweb.conf
%config(noreplace) %{_sysconfdir}/kojiweb/web.conf

%files builder
%{_sbindir}/kojid
%{_unitdir}/kojid.service
/usr/libexec/kojid/
/usr/lib/koji-builder-plugins
%dir %{_sysconfdir}/kojid
%config(noreplace) %{_sysconfdir}/kojid/kojid.conf
%config(noreplace) %{_sysconfdir}/kojid/runroot.conf
%attr(-,kojibuilder,kojibuilder) /etc/mock/koji

%pre builder
/usr/sbin/useradd -r -s /bin/bash -G mock -d /builddir -M kojibuilder 2>/dev/null ||:

%post builder
%_post_service kojid

%preun builder
if [ $1 = 0 ]; then
%_preun_service kojid
fi

%files vm
%{_sbindir}/kojivmd
%{_datadir}/kojivmd
%{_unitdir}/kojivmd.service
%dir %{_sysconfdir}/kojivmd
%config(noreplace) %{_sysconfdir}/kojivmd/kojivmd.conf

%post vm
%_post_service kojivmd

%preun vm
if [ $1 = 0 ]; then
%_preun_service kojivmd
fi

%post utils
%_post_service kojira

%preun utils
if [ $1 = 0 ]; then
%_preun_service kojira
fi


%changelog

* Sat Mar 05 2016 Denis Silakov <dsilakov@gmail.com> 1.10.1-1
- (642280f) Adjust requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10571 |14cu|kolab-2.2.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

# the Management user/group name/id pair
%define l_musr kolab
%define l_mgrp kolab

# the Management numeric user/group name/id pair
%define l_muid 60001
%define l_mgid 60001

# the Rrestricted user/group name/id pair
%define l_rusr %{l_musr}
%define l_rgrp %{l_mgrp}

# the Non-privileged user/group name/id pair
%define l_nusr %{l_musr}
%define l_ngrp %{l_mgrp}

Summary:	Kolab Groupware Server
Name:		kolab
Version:	2.2.4
Release:	7
License:	GPLv2+
Group:		System/Servers
Url:		http://www.kolab.org
Source0:	kolabd-%{version}.tar.gz
Source1:	README
Source2:	kolab.init
Source3:	kolab-tmpfiles.conf
Patch1:		kolabsrv.diff
Patch2:		rc_config_template.patch
Patch3:		kolabd-slapd_template.diff
Patch4:		kolabd-amavisd_template_log.diff
Patch5:		mandriva.diff
Patch6:		Makefile.diff
Requires(post,preun,pre,postun):	rpm-helper
Requires(pre):	amavisd-new >= 2.6.4
Requires(pre):	apache-conf >= 2.2.14
Requires(pre):	apache-mod_php
Requires(pre):	apache-mpm-prefork >= 2.2.14
Requires(pre):	clamd >= 0.95.3
Requires(pre):	cyrus-imapd >= 2.3.15
Requires(pre):	openldap-servers >= 2.4.19
Requires(pre):	postfix >= 2.6.5
Requires:	amavisd-new >= 2.6.4
Requires:	apache-conf >= 2.2.14
Requires:	apache-mod_dav >= 2.2.14
Requires:	apache-mod_ldap >= 2.2.14
Requires:	apache-mod_php
Requires:	apache-mod_ssl >= 2.2.14
Requires:	apache-mpm-prefork >= 2.2.14
Requires:	clamd >= 0.95.0
Requires:	cyrus-imapd >= 2.2.15
Requires:	cyrus-imapd-utils >= 2.2.15
Requires:	cyrus-sasl
Requires:	horde-kolab-filter
Requires:	kolab-webadmin >= 2.2.4
Requires:	%{mklibname sasl 2}-plug-login
Requires:	%{mklibname sasl 2}-plug-plain
Requires:	openldap-clients
Requires:	openldap-servers
Requires:	openssl >= 0.9.8k
Requires:	perl-Convert-ASN1
Requires:	perl-Cyrus
Requires:	perl-kolab
Requires:	perl-ldap
Requires:	perl-Net-Netmask
Requires:	perl-Term-ReadKey
Requires:	php-cli >= 5.3.1
Requires:	php-imap >= 5.3.1
Requires:	php-ldap >= 5.3.1
Requires:	php-pear >= 1.9.0
Requires:	php-pear-Net_LMTP
Requires:	php-xml >= 5.3.1
Requires:	postfix >= 2.2.6
Requires:	postfix-ldap >= 2.2.6
Requires:	proftpd >= 1.3.0
Requires:	proftpd-mod_ldap >= 1.3.0
Requires:	spamassassin-spamc >= 3.2.5
Requires:	spamassassin-spamd >= 3.2.5
Provides:	kolab-server

%description
Kolab is the KDE Groupware Server that provides full groupware features to
either KDE Kolab clients or Microsoft Outlook[tm] clients running on
Windows[tm] using the Toltec Connector http://www.toltec.co.za. It can also use
Aethera, from TheKompany.com, a multi-platform client that works on Windows,
Linux and Mac OS X.

In addition it is a robust and flexible general imap mail server with LDAP
addressbook and nice web gui for administration.

%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README.urpmi
%doc doc/README.amavisd doc/README.ldapdelete doc/README.outlook doc/README.sieve doc/README.webgui
#%attr(0755,root,root) %{_initrddir}/kolab
%dir %{_sysconfdir}/kolab
%dir %{_sysconfdir}/kolab/templates
%dir %{_sysconfdir}/kolab/filter
%dir %{_sysconfdir}/kolab/ca
%dir %{_sysconfdir}/kolab/backup
%dir %{_datadir}/kolab
%dir %{_localstatedir}/www/html/kolab/*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/amavisd/templates/*/*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/kolab/templates/*.template
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/kolab/templates/*.template.not4mandriva
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/kolab/kolab.globals
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/kolab/rootDSE.ldif
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/kolab
%attr(0644,root,root) %config(noreplace) %{_datadir}/openldap/schema/horde.schema
%attr(0644,root,root) %config(noreplace) %{_datadir}/openldap/schema/kolab2.schema
%attr(0644,root,root) %config(noreplace) %{_datadir}/openldap/schema/rfc2739.schema
%attr(0755,root,root) %{_sysconfdir}/cron.d/kolabquotawarn
%attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/kolab
%attr(0744,root,root) %{_sbindir}/kolabsrv
%attr(0755,root,root) %{_sbindir}/kolab_ca
%attr(0755,root,root) %{_sbindir}/kolab_sslcert
%attr(0755,%{l_musr},%{l_mgrp}) %dir %{_var}/spool/kolab
%ghost %attr(0755,%{l_musr},%{l_mgrp}) %dir %{_var}/run/kolab
%attr(0755,amavis,amavis) %dir %{_var}/amavis
%attr(0755,amavis,amavis) %dir %{_var}/clamav
%attr(0775,amavis,amavis) %{_var}/log/kolab
%attr(0700,ldap,ldap) %dir %{_localstatedir}/lib/ldap-kolab
%attr(0750,%{l_musr},%{l_mgrp}) %dir %{_localstatedir}/lib/kolab
%attr(0750,%{l_musr},%{l_mgrp}) %dir %{_localstatedir}/www/html/kolab
%attr(0755,root,root) %{_libdir}/kolab/adduser
%attr(0755,root,root) %{_libdir}/kolab/deluser
%attr(0755,root,root) %{_libdir}/kolab/listusers
%attr(0755,root,root) %{_libdir}/kolab/newconfig
%attr(0755,root,root) %{_libdir}/kolab/services
%attr(0755,root,root) %{_libdir}/kolab/showlog
%attr(0755,root,root) %{_libdir}/kolab/showuser
%attr(0755,root,root) %{_libdir}/kolab/start
%attr(0755,root,root) %{_libdir}/kolab/stop
%dir %attr(0755,%{l_musr},%{l_mgrp}) %{_datadir}/kolab/scripts
%attr(0755,root,root) %{_datadir}/kolab/scripts/kolab_ca.sh
%attr(0755,root,root) %{_datadir}/kolab/scripts/kolab_sslcert.sh
%{_tmpfilesdir}/%{name}.conf

%pre
%_pre_useradd %{l_musr} %{_localstatedir}/lib/kolab /bin/false
# put some users in the kolab group
gpasswd -a apache %{l_mgrp}
gpasswd -a cyrus %{l_mgrp}
gpasswd -a postfix %{l_mgrp}
gpasswd -a ldap %{l_mgrp}

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service kolab

%preun
%_preun_service kolab
if [ $1 = 0 ]; then
    %{_sbindir}/kolab_bootstrap --restore
fi


#----------------------------------------------------------------------------

%prep
%setup -q -n kolabd-%{version}
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p0
%patch6 -p0

cp %{SOURCE2} kolab.init
cp %{SOURCE1} README

# cleanup
for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done


%build
#touch README
autoreconf -fi
aclocal; automake --add-missing --copy; autoconf

%configure2_5x \
    --with-dist=mandriva \
    --with-openpkg=no
%make

%install
%makeinstall_std

# make some directories
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/amavisd/templates
install -d %{buildroot}%{_sysconfdir}/kolab/templates
install -d %{buildroot}%{_sysconfdir}/kolab/ca
install -d %{buildroot}%{_sysconfdir}/kolab/backup
install -d %{buildroot}%{_sysconfdir}/cron.d
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_datadir}/openldap/schema
install -d %{buildroot}%{_sysconfdir}/kolab/filter
install -d %{buildroot}%{_datadir}/kolab
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_tmpfilesdir}
install -d %{buildroot}%{_var}/log/kolab
install -d %{buildroot}%{_var}/run/kolab
install -d %{buildroot}%{_var}/amavis
install -d %{buildroot}%{_var}/clamav
install -d %{buildroot}%{_var}/spool/kolab
install -d %{buildroot}%{_localstatedir}/lib/ldap-kolab
install -d %{buildroot}%{_localstatedir}/lib/kolab
install -d %{buildroot}%{_localstatedir}/www/html/kolab/freebusy

# create symlinks
SCRIPTS="kolab_ca.sh kolab_sslcert.sh"
for script in $SCRIPTS; do
  ln -s ../../%{_datadir}/kolab/scripts/$script %{buildroot}%{_sbindir}/${script%%.sh}
done

install -m0744 kolab.init %{buildroot}%{_initrddir}/kolab

install -m0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# nuke templates for services we do not want to mess with because it is not nessesary
mv %{buildroot}%{_sysconfdir}/kolab/templates/httpd.local.template %{buildroot}%{_sysconfdir}/kolab/templates/httpd.local.template.not4mandriva
mv %{buildroot}%{_sysconfdir}/kolab/templates/php.ini.template %{buildroot}%{_sysconfdir}/kolab/templates/php.ini.template.not4mandriva
mv %{buildroot}%{_sysconfdir}/kolab/templates/clamd.conf.template %{buildroot}%{_sysconfdir}/kolab/templates/clamd.conf.template.not4mandriva
mv %{buildroot}%{_sysconfdir}/kolab/templates/freshclam.conf.template %{buildroot}%{_sysconfdir}/kolab/templates/freshclam.conf.template.not4mandriva


# cleanup
rm -f %{buildroot}%{_initrddir}/rc*
rm -rf %{buildroot}%{_datadir}/doc/kolab

# fix crontab entry for kolabquotawarn
cat > kolabquotawarn.cron << EOF
*/10 * * * * %{_datadir}/kolab/scripts/kolabquotawarn
EOF
install -m0755 kolabquotawarn.cron %{buildroot}%{_sysconfdir}/cron.d/kolabquotawarn

# fix logrotate entries
cat > kolab.logrotate << EOF
/var/log/kolab/resmgr.log /var/log/kolab/freebusy.log {
    rotate 5
    monthly
    missingok
    notifempty
    nocompress
    prerotate
	%{_initrddir}/kolab reload
    endscript
    postrotate
	%{_initrddir}/kolab reload
    endscript
}
EOF
install -m0644 kolab.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/kolab

cat << EOF > README.urpmi
This is an updated version that works with the current ldap server. Please test it and report problems.
The calendering function may not be working

To test it, do the following:
1) /usr/sbin/kolab_bootstrap -b (note the manager password)
2) service kolab start
3) point your browser to https://localhost/kolab/admin and login as
   user "manager", with the password chosen in step 1.
4) create/modify/delete users
5) close all your browser windows, then return back to the web
administration site, but log in as a regular user you just created, to test
the forwarding and vacation functions, changing password, etc.
6) point your mail client smtp and imap servers to localhost, and try to
send yourself some mail, and read it.

To test the calendaring functions, you'll need the kroupware client, or
Microsoft Outlook with the Binary connector (proprietary).

For a fresh install please initialize Kolab by running '%{_sbindir}/kolab_bootstrap -b'. as user root.
If you upgraded from a previous version simply refresh Kolab by running run '%{_sbindir}/kolabconf' as user root.
In every case execute '%{_initrddir}/kolab restart' as user root.
EOF

pushd %{buildroot}%{_sysconfdir}/kolab/templates
# fix ownership of the generated templates
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:ldap|g" DB_CONFIG.slapd.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:ldap|g" ldap.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:ldap|g" slapd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:ldap|g" slapd.access.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:ldap|g" slapd.replicas.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" ldapdistlist.cf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" ldaptransport.cf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" ldapvirtual.cf.template
# amavisd complains if its config file is owned by other than root
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:amavis|g" amavisd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=clamav:clamav|g" clamd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=clamav:clamav|g" freshclam.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" cyrus.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" fbview.conf.template
# apache needs to read this file
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:%{l_musr}|g" freebusy.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" httpd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" httpd.local.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" imapd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" imapd.group.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" ldapdistlist.cf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" ldaptransport.cf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" ldapvirtual.cf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" main.cf.template
# master.cf has a password
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:postfix|g" master.cf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" php.ini.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" proftpd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" rc.conf.template
# postfix and apache need access to this file
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:%{l_musr}|g" resmgr.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" saslauthd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" session_vars.php.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" smtpd.conf.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" transport.template
perl -pi -e "s|^OWNERSHIP.*|OWNERSHIP=root:root|g" virtual.template
# fix file attributes
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0644|g" session_vars.php.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0644|g" imapd.conf.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0644|g" imapd.group.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0640|g" master.cf.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0640|g" amavisd.conf.template
# virtual has no password or any other secret that I can see, so let it be 0644
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0644|g" virtual.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0640|g" resmgr.conf.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0640|g" proftpd.conf.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0644|g" cyrus.conf.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0644|g" saslauthd.conf.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0644|g" fbview.conf.template
perl -pi -e "s|^PERMISSIONS.*|PERMISSIONS=0640|g" freebusy.conf.template
popd


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.4-7
- (fe7f785) Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10572 |14cu|kolab-conf-3.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kolab-conf
Version:	3.5.0
Release:	1
Summary:	The Kolab Groupware solution configuration utilities

Group:		System/Servers
License:	GPL
URL:		http://www.kolab.org
Source0:	README
BuildArch:  	noarch
Requires:	pykolab  >= 0.8.0

%description
This is the meta-package for the Kolab Groupware solution configuration
utility packages

%prep
cp %{SOURCE0} .

%build

%install

%files
%doc README

%changelog

* Tue Jul 19 2016 Denis Silakov <dsilakov@gmail.com> 3.5.0-1
- (988fdf0) Added dummy README



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10573 |14cu|kolab-schema-3.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       kolab-schema
Version:    3.3.0
Release:    1
Summary:    LDAP Schema Extensions for Kolab Groupware
License:    GPL+
Group:      System/Servers
URL:        http://www.kolab.org
Source0:    http://www.kolab.org/releases/%{name}-3.3.tar.gz
BuildArch:  noarch

%description
LDAP Schema Extensions for Kolab Groupware

%prep
%setup -qn %{name}-3.3

%build

%install

%files
%doc kolab3.schema kolab3.ldif





%changelog

* Mon Jul 18 2016 Denis Silakov <denis.silakov@rosalab.ru> 3.3.0-1
- (4c69232) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10574 |14cu|kolab-syncroton-2.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
## our autorequires require these in pear, but they are in php-ZendFramework
## for the pear(PEAR/FixPHP5PEARWarnings.php) pear(Roundcube/bootstrap.php)
## I reported a bug upstreams (kolab)
%global __noautoreq	'pear\\(Zend/Exception.php\\)|pear\\(Zend/Loader.php\\)|pear\\(PEAR/FixPHP5PEARWarnings.php)|pear\\(Roundcube/bootstrap.php)'


%global  php_inidir    %{_sysconfdir}/php.d

%global httpd_group apache
%global httpd_name httpd
%global httpd_user apache
%global _ap_sysconfdir %{_webappconfdir}

Name:           kolab-syncroton
Version:        2.3.2
Release:        1
Summary:        ActiveSync for Kolab Groupware

Group:          System/Servers
License:        LGPLv2
URL:            http://www.syncroton.org
Source0:        http://mirror.kolabsys.com/pub/releases/kolab-syncroton-%{version}.tar.gz
Source1:        kolab-syncroton.logrotate

# Use this build requirement to make sure we are using
# up to date vendorized copies of the plugins.
BuildRequires:  roundcubemail-plugin-kolab_auth >= 3.2
BuildRequires:  roundcubemail-plugin-kolab_folders >= 3.2
BuildRequires:  roundcubemail-plugin-libkolab >= 3.2

Requires:       roundcubemail
Requires:       roundcubemail-plugins-kolab
Requires:       roundcubemail-plugin-kolab_auth >= 3.2
Requires:       roundcubemail-plugin-kolab_folders >= 3.2
Requires:       roundcubemail-plugin-libkolab >= 3.2
Requires:       php-kolabformat
Requires:       php-pear-Auth_SASL
Requires:       php-pear-MDB2
Requires:       php-pear-MDB2_Driver_mysqli
Requires:       php-pear-Net_IDNA2
Requires:       php-pear-Net_SMTP
Requires:       php-pear-Net_Socket
Requires:       php-ZendFramework2
Requires:       php-pear
BuildArch:      noarch

%description
ActiveSync

%prep
%setup -q

rm -rf \
    lib/ext/Auth/ \
    lib/ext/MDB2/ \
    lib/ext/MDB2.php \
    lib/ext/Net/IDNA2/ \
    lib/ext/Net/IDNA2.php \
    lib/ext/Net/SMTP.php \
    lib/ext/Net/Socket.php \
    lib/ext/Roundcube/ \
    lib/ext/Zend/ \
    lib/plugins/
    
%build

%install
mkdir -p \
    %{buildroot}/%{_datadir}/%{name} \
    %{buildroot}/%{_webappconfdir} \
    %{buildroot}/%{_sysconfdir}/%{name} \
    %{buildroot}/%{_logdir}/%{name}
    
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
cp -pr %SOURCE1 %{buildroot}%{_sysconfdir}/logrotate.d/kolab-syncroton    

cp -a lib %{buildroot}/%{_datadir}/%{name}/.
cp -a index.php %{buildroot}/%{_datadir}/%{name}/.

pushd %{buildroot}/%{_datadir}/%{name}
ln -s ../../..%{_sysconfdir}/roundcubemail config
ln -s ../../..%{_var}/log/%{name} logs
pushd lib/ext
ln -s ../../../roundcubemail/program/lib/Roundcube
popd
for plugin in kolab_auth kolab_folders libkolab; do
    mkdir -p lib/plugins/$plugin
    pushd lib/plugins/$plugin
    if [ -d "/usr/share/roundcubemail/plugins/" ]; then
        find /usr/share/roundcubemail/plugins/$plugin/ -mindepth 1 -maxdepth 1 ! -name "config.inc.php" | while read link_target; do
            ln -sv "$(echo ${link_target} | sed -e 's|/usr/share/roundcubemail/|../../../../roundcubemail/|g')"
        done
    else
        find ../../../../roundcubemail/plugins/$plugin/ -mindepth 1 -maxdepth 1 ! -name "config.inc.php" -exec ln -sv {} \;
    fi
    popd
done
popd

# Kolab Authentication plugin
pushd %{buildroot}/%{_datadir}/%{name}/lib/plugins/kolab_auth
rm -rf config.inc.php.dist
ln -s ../../../../../..%{_sysconfdir}/roundcubemail/kolab_auth.inc.php config.inc.php
popd

# Kolab Folders plugin
pushd %{buildroot}/%{_datadir}/%{name}/lib/plugins/kolab_folders
rm -rf config.inc.php.dist
ln -s ../../../../../..%{_sysconfdir}/roundcubemail/kolab_folders.inc.php config.inc.php
popd

# Libkolab plugin
pushd %{buildroot}/%{_datadir}/%{name}/lib/plugins/libkolab
rm -rf config.inc.php.dist
ln -s ../../../../../..%{_sysconfdir}/roundcubemail/libkolab.inc.php config.inc.php
popd

cp -a docs/kolab-syncroton.conf %{buildroot}/%{_ap_sysconfdir}/

find %{buildroot}/%{_datadir}/%{name}/ -type f -name "*.orig" -delete

# Fix anything executable that does not have a shebang
for file in `find %{buildroot}/%{_datadir}/%{name}/ -type f -perm /a+x`; do
    [ -z "`head -n 1 $file | grep \"^#!/\"`" ] && chmod -v 644 $file
done

# Find files with a shebang that do not have executable permissions
for file in `find %{buildroot}/%{_datadir}/%{name}/ -type f ! -perm /a+x`; do
    [ ! -z "`head -n 1 $file | grep \"^#!/\"`" ] && chmod -v 755 $file
done

# Find files that have non-standard-executable-perm
find %{buildroot}/%{_datadir}/%{name}/ -type f -perm /g+wx -exec chmod -v g-w {} \;

# Find files that are not readable
find %{buildroot}/%{_datadir}/%{name}/ -type f ! -perm /go+r -exec chmod -v go+r {} \;

%pre
if [ -d "/usr/share/kolab-syncroton/lib/ext/Roundcube" -a ! -L "/usr/share/kolab-syncroton/lib/ext/Roundcube" ]; then
    rm -rf "/usr/share/kolab-syncroton/lib/ext/Roundcube"
fi
if [ -d "/usr/share/kolab-syncroton/lib/plugins/" ]; then
    find /usr/share/kolab-syncroton/lib/plugins/ -mindepth 2 -maxdepth 2 | while read file; do
        if [ ! -L "${file}" ]; then
            rm -rf "${file}"
        fi
    done
fi

%post
if [ -f "/etc/php.d/99_apcu.ini" ]; then
    if [ ! -z "`grep ^apcu.enabled=1 /etc/php.d/99_apcu.ini`" ]; then
        /sbin/systemctl condrestart httpd.service
    fi
fi

/usr/share/roundcubemail/bin/updatedb.sh \
    --dir %{_docdir}/kolab-syncroton-%{version}/SQL/ \
    --package syncroton \
    >/dev/null 2>&1 || :

exit 0

%files
%doc docs/*
%config(noreplace) %{_ap_sysconfdir}/kolab-syncroton.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_datadir}/%{name}
%attr(0770,%{httpd_user},%{httpd_group}) %{_logdir}/%{name}




%changelog

* Wed Jul 20 2016 Denis Silakov <dsilakov@gmail.com> 2.3.2-1
- (b0a4a51) Fix requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10575 |14cu|kolab-webadmin-3.2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'pear\\(lib/functions.php\\)\

Name:           kolab-webadmin
Version:        3.2.7
Release:        2
Summary:        Kolab Groupware Server Web Administration Interface
License:        AGPLv3+
Group:          System/Servers
Url:            http://www.kolab.org
Source0:        http://git.kolab.org/kolab-wap/snapshot/kolab-webadmin-%{version}.tar.gz
BuildArch:      noarch
Requires(pre):  apache
Requires(pre):  pykolab
Requires:       mozldap-tools
Requires:       php >= 5.3
Requires:       php-smarty >= 3.1.7
Requires:       php-pear-Net_Socket
Requires:       php-pear-Net_LDAP2
Requires:       php-gettext
Requires:       php-ldap
Requires:       php-mysql

%description
Web based admin - and user interface for the Kolab Groupware Server

%prep
%setup -q

%build

%install
mkdir -p \
    %{buildroot}/%{_datadir}/%{name}/ \
    %{buildroot}/%{_webappconfdir} \
    %{buildroot}/%{_logdir}/%{name} \
    %{buildroot}/%{_localstatedir}/cache/%{name}

cp -a lib/ public_html/ hosted/ %{buildroot}/%{_datadir}/%{name}/.
cp -a doc/kolab-webadmin.conf %{buildroot}/%{_webappconfdir}/
cp -a doc/hosted-kolab.conf %{buildroot}/%{_webappconfdir}
pushd %{buildroot}/%{_datadir}/%{name}/
ln -s ../../..%{_var}/cache/%{name} cache
ln -s ../../..%{_var}/log/%{name} logs
pushd hosted/skins/kolabsys
ln -sf ../../../public_html/skins/default/style.css style.css
ln -sf ../../../public_html/skins/default/ui.js ui.js
rm -rf images
ln -sf ../../../public_html/skins/default/images images
popd
popd


%pre
# We don't need to add the kolab user and group accounts. Pykolab already does it.

gpasswd -a apache kolab >/dev/null 2>&1 || :

if [ $1 -gt 1 ]; then
    if [ ! -L "/usr/share/kolab-webadmin/hosted/js" -a -d "/usr/share/kolab-webadmin/hosted/js" ]; then
        rm -rf /usr/share/kolab-webadmin/hosted/js >/dev/null 2>&1 || :
    fi

    if [ ! -L "/usr/share/kolab-webadmin/hosted/skins" -a -d "/usr/share/kolab-webadmin/hosted/skins" ]; then
        rm -rf /usr/share/kolab-webadmin/hosted/skins >/dev/null 2>&1 || :
    fi

    if [ ! -L "/usr/share/kolab-webadmin/public_html/skins/minimal/images" -a -d "/usr/share/kolab-webadmin/public_html/skins/minimal/images" ]; then
        rm -rf /usr/share/kolab-webadmin/public_html/skins/minimal/images >/dev/null 2>&1 || :
    fi
fi

%files
%doc doc/* 
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_webappconfdir}/hosted-kolab.conf
%{_datadir}/%{name}
%attr(0770,apache,apache) %{_localstatedir}/cache/%{name}
%attr(0770,apache,apache) %{_logdir}/%{name}



%changelog

* Tue Jul 19 2016 Denis Silakov <denis.silakov@rosalab.ru> 3.2.7-2
- (49d698a) Updated to 3.2.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10576 |14cu|kolab-webclient-3.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kolab-webclient
Summary:        Kolab Groupware Server Web Mail Interface
Version:        3.5.0
Release:        1
Url:            http://www.kolab.org
License:        GPL
Group:          System/Servers
Source0:        README
BuildArch:      noarch
Requires:       kolab-syncroton >= 2.3.2
Requires:       mysql
Requires:       roundcubemail  >= 1.2
Requires:       roundcubemail-plugins-kolab >= 3.3.0

%description
Web based mail client for the Kolab Groupware Server

%prep
cp %{SOURCE0} .

%build

%install

%files
%doc README

%changelog

* Wed Jul 20 2016 Denis Silakov <dsilakov@gmail.com> 3.5.0-1
- (14d810e) Added dummy README



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10577 |14cu|kosd-0.8.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}

Summary:	An application showing OSD to respond volume buttons
Name:		kosd
Version:	0.8.1
Release:	5
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde-apps.org/content/show.php?content=81457
Source:		http://www.kde-apps.org/CONTENT/content-files/81457-%{name}-%{version}.tar.bz2
Patch0:		kosd-0.8.1-ru.patch
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(alsa)

%description
KOSD is a simple KDE application that runs in the background and
responds to volume buttons by showing a little OSD. It delegates the
actual job of adjusting the volume to KMix.

%files -f %{name}.lang
%{_kde_libdir}/kde4/*.so
%{_kde_datadir}/config.kcfg/kosd.kcfg
%{_kde_services}/kcm_kosd.desktop
%{_kde_services}/kded/*.desktop
%{_datadir}/dbus-1/interfaces/org.kde.kosd.xml

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 0.8.1-5

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_kde_libdir}/libkosd.so.%{major}
%{_kde_libdir}/libkosd.so.%{version}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .ru

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -fr %{buildroot}%{_kde_includedir} %{buildroot}%{_kde_libdir}/*.so

%find_lang %{name} --with-html


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-5
- (78df363) Split library from main package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10578 |14cu|kradio-4.0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A V4L/V4L2-Radio Application for KDE 4.x
Name:		kradio
Version:	4.0.8
Release:	3
License:	GPLv2+
Group:		Sound
Url:		http://sourceforge.net/projects/kradio/
Source0:	http://freefr.dl.sourceforge.net/sourceforge/kradio/%{name}4-%{version}.tar.bz2
Patch2:		kradio-fix-invalid-desktop.patch
Patch3:		kradio4-install-desktop.patch
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libmms)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)

%description
Comfortable Radio Application for KDE 4.x

KRadio is a comfortable radio application for KDE 4.x.
It has support for V4L and V4L2 radio cards drivers.

KRadio currently provides:

* V4L/V4L2 Radio support
* Remote Control support (LIRC)
* Alarms, Sleep Countdown
* Several GUI Controls (Docking Menu, Station Quickbar, Radio Display)
* Recording Capabilities
* Extendable Plugin Architecture

This Package also includes a growing collection of station preset.
files for many cities around the world contributed by KRadio Users.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO
%{_kde_bindir}/*
%{_kde_libdir}/%{name}4
%{_kde_datadir}/applications/kde4/kradio4.desktop
%{_kde_datadir}/pixmaps/kradio4.png
%{_kde_appsdir}/%{name}4
%{_kde_iconsdir}/*/*/*/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}4-%{version}
%patch2 -p1 -b .xdg
%patch3 -p1 -b .install

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -fr %{buildroot}%{_datadir}/doc/*
rm -fr %{buildroot}%{_kde_datadir}/applications/kde4/kradio.desktop

%find_lang %{name} --all-name


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.0.8-3
+ Revision: 2df4a41
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10579 |14cu|kraft-0.59-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE software to manage office documents in the office
Name:		kraft
Version:	0.59
Release:	1
License:	GPLv2+
Group:		Office
Url:		http://volle-kraft-voraus.de
Source0:	http://sourceforge.net/projects/%{name}/files/%{name}-%{version}.tar.xz
Patch0:		allow-duplicate-cmake-targets.patch
BuildRequires:	kdepimlibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libctemplate)
Requires:	python-pypdf
Requires:	python-reportlab
Requires:	sqlite3-tools
Obsoletes:	%{_lib}kraft0 < 0.58

%description
Kraft is KDE software to help to create and manage office documents such
as offers and invoices in the small enterprise. It supports easy document
creation, templates with calculation, customer management through the KDE
addressbook, highly configurable PDF output and more.

See the website http://volle-kraft-voraus.de for more information.

%files -f %{name}.lang
%doc AUTHORS COPYING README Releasenotes.txt TODO
%{_kde_bindir}/%{name}
%{_kde_bindir}/findcontact
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}
%{_kde_datadir}/config.kcfg/databasesettings.kcfg
%{_kde_datadir}/config.kcfg/kraftsettings.kcfg
%{_kde_iconsdir}/*/*/*/%{name}*.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}
chmod 755 %{buildroot}%{_kde_appsdir}/%{name}/tools/erml2pdf.py

%changelog

* Thu Sep 22 2016 alzim <alzim@bk.ru> 0.59-1
- (bce0838) Merge pull request #2 from import/kraft:rosa2016.1
- (bce0838) Updated to 0.59



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10580 |14cu|krecipes-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Your Way to Cook with Tux
Name:		krecipes
Version:	2.0.0
Release:	1
License:	GPLv2+
Group:		Toys
Url:		http://krecipes.sourceforge.net/
Source0:	ftp://ftp.kde.org/pub/kde/stable/krecipes/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		krecipes-2.0.0-docbook.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(qimageblitz)
BuildRequires:	pkgconfig(sqlite)

%description
A highly configurable recipe manager, designed to make organizing your
personal recipes collection fast and easy. Features include: shopping
lists, nutrient analysis, advanced search, recipe ratings, import/export
various formats, and more.

%files -f %{name}.lang
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}
%{_kde_iconsdir}/*/*/*/*
%{_datadir}/mime/packages/%{name}-mime.xml

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%changelog
* Thu Nov 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-1
+ Revision: 8437c0c
- New version 2.0.0 final, drop unused BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10581 |14cu|kronometer-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Stopwatch application built for the KDE
Name:		kronometer
Version:	1.6.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.aelog.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kronometer-1.6.0-no-werror.patch
BuildRequires:	cmake
BuildRequires:	gettext
BuildRequires:	kdelibs4-devel

%description
Kronometer is a stopwatch application built for the KDE Desktop Environment.
Kronometer’s main features are the following:
- Start/pause/resume stopwatch widget
- Lap recording
- Lap times sorting
- Reset stopwatch and lap times
- Time format settings
- Times saving and resuming
- Font and color customization
- Lap times export.

%files -f %{name}.lang
%doc COPYING README
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%dir %{_kde_appsdir}/%{name}
%{_kde_appsdir}/%{name}/*
%{_kde_datadir}/*.kcfg
%{_kde_datadir}/appdata/%{name}.appdata.xml
%{_kde_iconsdir}/*/*/*/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

chmod -x %{buildroot}%{_kde_applicationsdir}/%{name}.desktop

%find_lang %{name} --with-html


%changelog
* Sat Mar 14 2015 Giovanni Mariani <mc2374@mclink.it> 1.6.0-1
+ Revision: 057b68a
- Updated to release 1.6.0, rediffed P0 and updated BReqs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10582 |14cu|krossword-0.18.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kdeid 166281

Summary:	A crossword puzzle game and editor for KDE
Name:		krossword
Version:	0.18.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://bitbucket.org/krossword/krossword
Source0:	http://kde-apps.org/CONTENT/content-files/%{kdeid}-%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	kdegames4-devel

%description
Krossword is a crossword playing game and editor for KDE.

You can use it to create new crosswords. It can open and save *.puz-files
(AcrossLite) and it's own *.kwp-files (which are XML files). You can download
lots of crosswords from within the game. You can also print crosswords.

It's based on KrossWordPuzzle.

%files -f %{name}.lang
%doc README.md COPYING
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}
%{_kde_bindir}/%{name}
%{_kde_configdir}/krossword.knsrc
%{_kde_datadir}/config.kcfg/krossword.kcfg
%{_kde_iconsdir}/hicolor/*/actions/*.png
%{_kde_iconsdir}/hicolor/*/apps/*.png
%{_kde_iconsdir}/hicolor/*/mimetypes/*.png
%{_kde_libdir}/kde4/crosswordthumbnail.so
%{_kde_services}/crosswordthumbnail.desktop
%{_datadir}/mime/packages/krossword.xml

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build
%{find_lang} %{name} --with-kde



%changelog

* Sun May 08 2016 abfonly <abfonly@gmail.com> 0.18.2-1
- (f5f5256) Log: Update to 0.18.2
- (f5f5256) fixed locales



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10583 |14cu|kshutdown-4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#########################
%define build_git 0
##########################
%define	oname		KShutdown

Name:		kshutdown
Version:	4.2
%if %{build_git}
%define	prerel		beta
Release:	%{prerel}
%else
Release:	1
%endif
Summary:	Advanced shut down utility for KDE
License:	GPLv2+
Group:		Graphical desktop/KDE
URL:		http://kshutdown.sourceforge.net/
%if %{build_git}
Source0:	http://sourceforge.net/projects/%{name}/files/%{oname}/3.0%20Beta%207/%{name}-source-%{version}%{prerel}.zip
%else
Source0:	http://garr.dl.sourceforge.net/project/%{name}/%{oname}/%{version}/%{name}-source-%{version}.zip
%endif
Source1:    kshutdown_ru.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	extra-cmake-modules
BuildRequires:	kde5-macros
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5globalaccel-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5idletime-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5notifyconfig-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	qt5-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets) 
BuildRequires:	pkgconfig(Qt5Xml)

%description
KShutDown is an advanced shut down utility for KDE.
Features:
- Shut Down (logout and halt the system)
- Reboot (logout and reboot the system)
- Lock Screen (lock the screen using a screen saver)
- Logout (end the session and logout the user)
- Extras (user commands)
- Wizard
- Time and delay options
- Command line support
- System tray
- Sounds
- Kiosk support
- And more...

%files -f %{name}.lang
%doc TODO ChangeLog README.html
%{_kde5_bindir}/%{name}
%{_kde5_datadir}/%{name}/
%{_kde5_notificationsdir}/%{name}.notifyrc
%{_kde5_applicationsdir}/%{name}.desktop
%{_kde5_iconsdir}/hicolor/*/*/%{name}.*

#------------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%cmake_kde5 -DKS_KF5=true
%make

%install
%make_install -C build

%find_lang %{name} --with-html

%changelog

* Tue Oct 17 2017 Victor Ryzhikh <victorr2007@yandex.ru> 4.2-1
- (4f3f6ea) Updated to 4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10584 |14cu|kst-2.0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libkst2core %mklibname kst2core %{major}
%define libkst2math %mklibname kst2math %{major}
%define libkst2widgets %mklibname kst2widgets %{major}

Summary:	Program for looking at data streams
Name:		kst
Version:	2.0.8
Release:	1
License:	GPLv2+
Group:		Sciences/Other
Url:		http://kst.kde.org/
Source0:	http://downloads.sourceforge.net/kst/Kst-%{version}.tar.gz
# Fix calls to set_target_properties in KstMacros.cmake
# https://bugs.kde.org/show_bug.cgi?id=322286
Patch0:		kst-2.0.8-properties.patch
# patch from branch kst2.0.8
Patch1:		kst2.0.8-disable-last-value-option-in-ascii-reader-when-threa.patch
BuildRequires:	cmake
BuildRequires:	hdf5-devel
BuildRequires:	qt4-devel
BuildRequires:	qt4-linguist
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(matio)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(zlib)

%description
kst is a program for looking at data streams. It can plot:
 - x-y plots
 - power spectra
 - histograms
 - equations (including equations of data streams)
 - data in files which are being updated as data is being logged, in
   which case in can act as a plotter for a chart recorder
 - much more

Kst supports realtime viewing and manipulation of streaming data.

%files -f %{name}.lang
%{_bindir}/kst2
%{_mandir}/man1/kst2.1*
%dir %{_libdir}/kst2
%{_libdir}/kst2/plugins/*
%{_datadir}/applications/kst2.desktop
%{_iconsdir}/hicolor/*/apps/*

#----------------------------------------------------------------------------

%package -n %{libkst2core}
Summary:	Kst shared library
Group:		System/Libraries

%description -n %{libkst2core}
Kst shared library.

%files -n %{libkst2core}
%{_libdir}/libkst2core.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libkst2math}
Summary:	Kst shared library
Group:		System/Libraries

%description -n %{libkst2math}
Kst shared library.

%files -n %{libkst2math}
%{_libdir}/libkst2math.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libkst2widgets}
Summary:	Kst shared library
Group:		System/Libraries

%description -n %{libkst2widgets}
Kst shared library.

%files -n %{libkst2widgets}
%{_libdir}/libkst2widgets.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -qn Kst-%{version}
#%patch0 -p1
%patch1 -p1

%build
%cmake \
	-Dkst_install_prefix=%{_prefix} \
	-Dkst_install_libdir=%{_lib} \
	-Dkst_rpath=0 \
	-Dkst_release=1 \
	-Dkst_verbose=1
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_libdir}/*.so  %{buildroot}%{_libdir}/*.a %{buildroot}%{_datadir}/applnk/*/* %{buildroot}%{_datadir}/mimelink/application/*.desktop

%find_lang %{name} --all-name --with-qt


%changelog

* Mon Oct 05 2015 Denis Silakov <dsilakov@gmail.com> 2.0.8-1
- (0061677) Added qt4-linguist BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10585 |14cu|kstreamripper-0.7.100-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ripping internet radios
Name:		kstreamripper
Version:	0.7.100
Release:	1
License:	GPLv2+
Group:		Sound
Url:		https://www.linux-apps.com/content/show.php/KStreamRipper?content=78068
Source0:	https://sourceforge.net/projects/kstreamripper/files/kstreamripper/%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.7.100-fix-desktop-file.patch
BuildRequires:	kde-l10n-en_GB
BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libproxy-1.0) >= 0.3.1
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
Requires:	phonon-gstreamer
Requires:	pulseaudio-esound-compat
Requires:	streamripper >= 1.63
Requires:	wget
%rename		kradioripper

%description
KStreamRipper (formally KRadioRipper) is a program for recording Internet
radios and other streams which comes with a stream catalog. For streams that
provide information about the song title, it can split the stream and create
an own file for each track - with a corresponding file name and corresponding
metadata. It is based on Streamripper and provides a well-arranged user
interface for whose features. Like Streamripper, it accepts MP3, AAC and OGG
streams from Shoutcast-servers and Icecast-servers.

%files -f %{name}.lang
%doc ABOUT LICENSE LICENSE.GPL2 LICENSE.GPL3 NEWS
%{_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}/%{name}ui.rc
%{_kde_appsdir}/%{name}/tips
%{_datadir}/config.kcfg/settings_*.kcfg
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/scalable/apps/%{name}.svgz

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%apply_patches


%build
%cmake_kde4 -DWITHOUT_LIBPROXY=YES
%make


%install
%makeinstall_std -C build

%find_lang %{name}
%changelog

* Sat Jan 21 2017 Rosa <rosa@abf.rosalinux.ru> 0.7.100-1
- (93c6b1c) Automatic import for version 0.7.100-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10586 |14cu|ksuperkey-0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ksuperkey
Summary:	A service to an open application launcher in KDE with Super key
Version:	0.4
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv3+
# And also https://github.com/hanschen/ksuperkey
Url:		https://github.com/hanschen/ksuperkey
Source:		https://github.com/hanschen/ksuperkey/archive/v0.4.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires:	kde4-macros
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)

%description
KSuperKey allows you to open the application launcher in KDE Plasma Desktop
using the Super key (also known as the "Windows key"). If you hold down the
Super key it will still act as a modifier key, allowing you to use it for
other keyboard shortcuts.

KSuperKey is a small application that runs in the background as a daemon.
It was forked from xcape by Albin Olsson: https://github.com/alols/xcape

%files
%{_kde_bindir}/%{name}
%{_kde_autostart}/%{name}.desktop

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
%make

%install
%makeinstall_std

# Autostart service code, from git (should be removed when 0.4 is released)
mkdir -p %{buildroot}%{_kde_autostart}
cat > %{buildroot}%{_kde_autostart}/%{name}.desktop << EOF
[Desktop Entry]
Exec=ksuperkey
X-DBUS-StartupType=none
Name=ksuperkey
Type=Service
X-KDE-StartupNotify=false
OnlyShowIn=KDE;
X-KDE-autostart-phase=2
EOF

%changelog

* Wed Aug 03 2016 Alzim <alzim@bk.ru> 0.4-1
- (23af0dc) Updated to 0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10587 |14cu|ktikz-0.11.0svn194-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Program for creating diagrams with TikZ
Name:		ktikz
Version:	0.11.0svn194
Release:	3
License:	GPLv3+
Group:		Graphics
Url:		http://www.hackenberger.at/ktikz/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		ktikz-0.11.0svn194-cmake35.patch
BuildRequires:	qt4-assistant
BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(poppler-qt4)
Requires:	poppler
Requires:	tetex-latex

%description
KtikZ is a small KDE application for creating diagrams with TikZ.

%files -f %{name}.lang
%doc Changelog LICENSE.* TODO examples/
%{_bindir}/ktikz
%{_libdir}/kde4/ktikz*so
%{_datadir}/config.kcfg/ktikz*
%{_datadir}/apps/ktikz*/*
%{_datadir}/applications/kde4/ktikz.desktop
%{_datadir}/kde4/services/ktikz*.desktop
%{_datadir}/doc/*
%{_iconsdir}/*/*/*/ktikz.*
%{_datadir}/mime/packages/ktikz.xml
%{_mandir}/man1/ktikz.*

#----------------------------------------------------------------------------

%package -n qtikz
Summary:	Program for creating diagrams with TikZ
Group:		Graphics

%description -n qtikz
QtikZ is a small application for creating diagrams with TikZ.

%files -n qtikz
%doc Changelog LICENSE.* TODO examples/
%{_bindir}/qtikz
%{_datadir}/qtikz/*
%{_datadir}/applications/qtikz.desktop
%{_datadir}/mime/packages/qtikz.xml
%{_mandir}/man1/qtikz.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
sed -i -e 's,lrelease-qt4,lrelease,' qtikzconfig.pri
sed -i -e 's,\#MIME_INSTALL,MIME_INSTALL,' qtikzconfig.pri
sed -i -e 's,\/usr\/share\/mime\/packages,\$\$\{PREFIX\}\/share\/mime\/packages,' qtikzconfig.pri

mkdir buildqt
pushd buildqt
%qmake_qt4 ../qtikz.pro
%make
popd

%cmake_kde4
%make

%install
pushd buildqt
%makeinstall_qt
popd
pushd build
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/mime/[agimstX]* %{buildroot}%{_datadir}/mime/text
popd

mv data/examples examples

chmod -R a+r Changelog LICENSE.* TODO examples/
chmod a+x examples

%find_lang %{name}

%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.11.0svn194-3
- (cdc2142) Fix build with cmake 3.5+
- (cdc2142) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10588 |14cu|kumir-all-1.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kumir-all
Summary:	KUMIR education system
License:	GPL
Group:		Education
Version:	1.9.0
Release:	1
URL:		http://www.niisi.ru/kumir/
Source:		http://lpm.org.ru/kumir2/files/kumir-%{version}.tar.gz
Source1:	kumir-alt-icons.tar.bz2
Source2:	test.vod
Source10:	%{name}.rpmlintrc
#patch from SUSE
Patch1:		kumir-configure.patch
#patch from ALT
Patch2:		kumir-1.7.1-desktop.patch
Patch3:		kumir-1.7.90-x-kumir-program.desktop.patch
Patch4:		kumir-1.7.1-x-kumir-program.xml.patch
# Rosa patches
Patch10:	kumir-1.8.0-gcc4.7.patch

BuildRequires:	python
BuildRequires:	qt4-devel
Requires:	libqtcore4
Requires:	libqtgui4
Requires:	libqtnetwork4
Requires:	libqtscript4
Requires:	libqtsvg4
Requires:	libqtxml4
Requires:	libqtwebkit4

%description
Complete KUMIR education system.

%prep
%setup -q -n kumir-%{version} -a 1
#aplly patch from SUSE
%patch1 -p0
#apply patch from ALT
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch10 -p1
cp %{SOURCE2} .

# Disable build of some plugins
sed -i "s/dwunog//" Addons/Addons.pro
sed -i "s/isometricRobot//" Addons/Addons.pro
sed -i "s/convertor//" Addons/Addons.pro
sed -i "s/Robotor3D//" Addons/Addons.pro

%build
python ./configure --prefix=%{buildroot}/usr
make
#strip -s kumir
#strip -s pluginstarter
#cd Kumir-EGE/src
#%qmake_qt4 -config release
#make
#cd ..
#strip -s bin/ckumir
#cd ..

%install
KUMIR_DIR=%{buildroot}%{_datadir}/kumir make install
mkdir -p %{buildroot}%{_datadir}/kumir/Addons/
mkdir -p %{buildroot}%{_datadir}/kumir/Addons/vodoley/resources/
mkdir -p %{buildroot}%{_datadir}/kumir/Addons/painter/resources/

cp Addons/libpainter.so %{buildroot}%{_datadir}/kumir/Addons/
cp Addons/turtle.ini %{buildroot}%{_datadir}/kumir/Addons/
cp Addons/vodoley/resources/*.* %{buildroot}%{_datadir}/kumir/Addons/vodoley/resources/
cp Addons/painter/resources/*.* %{buildroot}%{_datadir}/kumir/Addons/painter/resources/

#install -m 644 -D Kumir/X-Desktop/%name.desktop %buildroot%_desktopdir/%name.desktop
install -m 644 -D Kumir/X-Desktop/x-kumir-program.xml %buildroot/%_datadir/mime/packages/x-kumir-program.xml
install -m 644 -D Kumir/X-Desktop/x-kumir-program.desktop  %buildroot/%_datadir/mimelnk/application/x-kumir-program.desktop

# Install icons

mkdir -p %buildroot%_icons16dir/ %buildroot%{_iconsbasedir}/32x32/apps %buildroot%_liconsdir/ %buildroot%_iconsdir/hicolor/64x64/apps/ %buildroot%_iconsdir/hicolor/128x128/apps/
install -m 644 alt-icons/16x16/*.png %buildroot%_icons16dir/
install -m 644 alt-icons/32x32/*.png %buildroot%{_iconsbasedir}/32x32/apps
install -m 644 alt-icons/48x48/*.png %buildroot%_liconsdir/
install -m 644 alt-icons/64x64/*.png %buildroot%_iconsdir/hicolor/64x64/apps/
#install -m 644 alt-icons/128x128/*.png %buildroot%_iconsdir/hicolor/128x128/apps/

#rm %buildroot%_iconsdir/hicolor/128x128/apps/kumir.png
#rm %buildroot%_iconsdir/hicolor/*/apps/pictomir.png

install -m 644 -D Kumir/Images/mime/crystalsvg/mimetypes/16x16/application-x-kumir-program.png %buildroot%_iconsdir/crystalsvg/16x16/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/crystalsvg/mimetypes/22x22/application-x-kumir-program.png %buildroot%_iconsdir/crystalsvg/22x22/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/crystalsvg/mimetypes/32x32/application-x-kumir-program.png %buildroot%_iconsdir/crystalsvg/32x32/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/crystalsvg/mimetypes/48x48/application-x-kumir-program.png %buildroot%_iconsdir/crystalsvg/48x48/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/crystalsvg/mimetypes/64x64/application-x-kumir-program.png %buildroot%_iconsdir/crystalsvg/64x64/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/crystalsvg/mimetypes/scalable/application-x-kumir-program.svg %buildroot%_iconsdir/crystalsvg/scalable/mimetypes/application-x-kumir-program.svg
install -m 644 -D Kumir/Images/mime/oxygen/mimetypes/16x16/application-x-kumir-program.png %buildroot%_iconsdir/oxygen/16x16/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/oxygen/mimetypes/22x22/application-x-kumir-program.png %buildroot%_iconsdir/oxygen/22x22/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/oxygen/mimetypes/32x32/application-x-kumir-program.png %buildroot%_iconsdir/oxygen/32x32/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/oxygen/mimetypes/48x48/application-x-kumir-program.png %buildroot%_iconsdir/oxygen/48x48/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/oxygen/mimetypes/64x64/application-x-kumir-program.png %buildroot%_iconsdir/oxygen/64x64/mimetypes/application-x-kumir-program.png
install -m 644 -D Kumir/Images/mime/oxygen/mimetypes/scalable/application-x-kumir-program.svg %buildroot%_iconsdir/oxygen/scalable/mimetypes/application-x-kumir-program.svg

# Install TaskControl plugin
install -m 644 -D TaskControl/libtaskControl.so  %{buildroot}%{_datadir}/kumir/TaskControl/libtaskControl.so

# Fix paths to help files
cd %{buildroot}%{_datadir}/kumir/Kumir
ln -s Help help

# Rename kumir.png to correct name
cd %{buildroot}%{_datadir}/pixmaps
mv kumir.png application-x-kumir-program.png

# make link in /usr/bin/kumir
#cd %buildroot%_bindir
#rm kumir kumpluginstarter
#ln -s ../..%_libdir/kumir/kumir kumir
#ln -s ../..%_libdir/kumir/pluginstarter kumpluginstarter

# Fix permissions
find %{buildroot} -perm 0666 -exec chmod 0644 '{}' \;
find %{buildroot} -perm 0777 -exec chmod 0755 '{}' \;

%package -n kumir
Summary:	Kumir Language Implementation (development version)
Group:	Education
Suggests:	kumir-pluginstarter kumir-worlds-kuznechik kumir-worlds-painter kumir-worlds-turtle kumir-worlds-vodoley

%description -n kumir
Implementation of Kumir programming language, designed by academic Ershov.
Includes compiler, runtime, IDE, Robot and Draw.

%post -n kumir
cd /usr/share/mime
rm -f XMLnamespaces aliases globs magic subclasses
update-mime-database /usr/share/mime > /dev/null

%postun -n kumir
cd /usr/share/mime
rm -f XMLnamespaces aliases globs magic subclasses application/x-kumir-program.xml
update-mime-database /usr/share/mime > /dev/null

%files -n kumir
%{_datadir}/kumir/Kumir/*
%{_datadir}/kumir/kumir
%{_bindir}/kumir
%{_datadir}/applications/kumir.desktop
%{_datadir}/pixmaps/*
%{_datadir}/mime/packages/x-kumir-program.xml
%{_datadir}/mimelnk/application/x-kumir-program.desktop
%{_datadir}/kumir/TaskControl
%{_iconsdir}/*

#%package -n ckumir
#Requires:	libqtcore4 >= 4.6.0
#Summary:	Console version of Kumir core 
#Group:		Education

#%description -n ckumir
#Non-gui version of Kumir core system.
#Operates in two modes:
#    1. Correctness check of program
#    2. Evaluation of program
#I/O operations are mapped to stdin/stdout, error messages - to stderr.
#Use of any modules (including non-GUI) is prohibited.
#For usage information type "ckumir --help" in terminal.

#%files -n ckumir
#%defattr(-,root,root)
#%{_bindir}/ckumir
#%{_datadir}/kumir/*

%package -n kumir-pluginstarter
Summary:	Starter to use Kumir Worlds without Kumir
Group:		Education

%description -n kumir-pluginstarter
Starter to use Kumir Worlds without Kumir

%files -n kumir-pluginstarter
%{_datadir}/kumir/pluginstarter
%{_bindir}/kumpluginstarter

%package -n kumir-worlds-turtle
Summary:	Tutle for Kumir and Pictomir
Requires:	kumir-pluginstarter >= %{version}
Group:		Education

%description -n kumir-worlds-turtle
Turtle for Kumir anf Pictomir

%files -n kumir-worlds-turtle
%{_datadir}/kumir/Addons/libturtle.so
%{_datadir}/kumir/Addons/turtle.ini

%package -n kumir-worlds-kuznechik
Summary:	Grasshopper for Kumir and Pictomir
Requires:	kumir-pluginstarter >= %{version}
Group:		Education

%description -n kumir-worlds-kuznechik
Grasshopper for Kumir and Pictomir

%files -n kumir-worlds-kuznechik
%{_datadir}/kumir/Addons/libkuznechik.so

%package -n kumir-worlds-vodoley
Summary:	Aquarius for Kumir and Pictomir
Requires:	kumir-pluginstarter >= %{version}
Group:		Education

%description -n kumir-worlds-vodoley
Aquarius for Kumir anf Pictomir

%files -n kumir-worlds-vodoley
%{_datadir}/kumir/Addons/libvodoley.so
%{_datadir}/kumir/Addons/vodoley/*

%package -n kumir-worlds-painter
Summary:	Painter for Kumir
Requires:	kumir-pluginstarter >= %{version}
Group:		Education

%description -n kumir-worlds-painter
Painter for Kumir

%files -n kumir-worlds-painter
%{_datadir}/kumir/Addons/libpainter.so
%{_datadir}/kumir/Addons/painter/*



%changelog

* Tue Jun 21 2016 abondrov <andrey.bondrov@rosalab.ru> 1.9.0-1
- (53fd899) Merge pull request #1 from tremod/kumir-all:rosa2014.1
- (53fd899) Update to 1.9.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10589 |14cu|kvantum-0.10.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Kvantum

Summary:	SVG-based theme engine for Qt4/Qt5 and KDE
Name:		kvantum
Version:	0.10.3
Release:	1
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		https://github.com/tsujan/Kvantum
Source0:	https://github.com/tsujan/Kvantum/archive/V%{version}.tar.gz?/%{oname}-%{version}.tar.gz
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
Requires:	qt5-style-kvantum
Requires:	kde4-style-kvantum
Requires:	kvantum-theme-ambiance
Requires:	kvantum-theme-ambience
Requires:	kvantum-theme-arc
Requires:	kvantum-theme-beige
Requires:	kvantum-theme-curves
Requires:	kvantum-theme-dark
Requires:	kvantum-theme-dynamo
Requires:	kvantum-theme-flat
Requires:	kvantum-theme-gnome
Requires:	kvantum-theme-gray
Requires:	kvantum-theme-kvantum
Requires:	kvantum-theme-roughglass
Requires:	kvantum-theme-simplicity
Requires:	kvantum-theme-cyan
Requires:	kvantum-theme-oxygen

%description
SVG-based theme engine for Qt4/Qt5 and KDE.

%files
%{_bindir}/kvantummanager
%{_bindir}/kvantumpreview
%{_datadir}/applications/kvantummanager.desktop
%{_iconsdir}/hicolor/*/apps/kvantum.*

#----------------------------------------------------------------------------

%package -n qt5-style-kvantum
Summary:	Kvantum style for Qt5/Plasma5
Group:		Graphical desktop/KDE
Suggests:	%{name}

%description -n qt5-style-kvantum
Kvantum style for Qt5/Plasma5.

%files -n qt5-style-kvantum
%{_qt5_plugindir}/styles/libkvantum.so

#----------------------------------------------------------------------------

%package -n kde4-style-kvantum
Summary:	Kvantum style for Qt4/KDE4
Group:		Graphical desktop/KDE
Suggests:	%{name}

%description -n kde4-style-kvantum
Kvantum style for Qt4/KDE4.

%files -n kde4-style-kvantum
%{_qt_plugindir}/styles/libkvantum.so

#----------------------------------------------------------------------------

%package -n kvantum-theme-ambiance
Summary:	Ambiance theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-ambiance
Ambiance theme for Kvantum.

%files -n kvantum-theme-ambiance
%{_datadir}/color-schemes/KvAmbiance.colors
%{_datadir}/apps/color-schemes/KvAmbiance.colors
%dir %{_datadir}/Kvantum/KvAmbiance/
%{_datadir}/Kvantum/KvAmbiance/*
%dir %{_datadir}/themes/KvAmbiance/openbox-3/
%{_datadir}/themes/KvAmbiance/openbox-3/*

#----------------------------------------------------------------------------

%package -n kvantum-theme-ambience
Summary:	Ambience theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-ambience
Ambience theme for Kvantum.

%files -n kvantum-theme-ambience
%{_datadir}/color-schemes/KvAmbience.colors
%{_datadir}/apps/color-schemes/KvAmbience.colors
%dir %{_datadir}/Kvantum/KvAmbience/
%{_datadir}/Kvantum/KvAmbience/*
%dir %{_datadir}/themes/KvAmbience/openbox-3/
%{_datadir}/themes/KvAmbience/openbox-3/*

#----------------------------------------------------------------------------

%package -n kvantum-theme-arc
Summary:	Arc theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-arc
Arc theme for Kvantum.

%files -n kvantum-theme-arc
%{_datadir}/color-schemes/KvArc.colors
%{_datadir}/color-schemes/KvArcDark.colors
%{_datadir}/apps/color-schemes/KvArc.colors
%{_datadir}/apps/color-schemes/KvArcDark.colors
%dir %{_datadir}/Kvantum/KvArc/
%{_datadir}/Kvantum/KvArc/*
%dir %{_datadir}/Kvantum/KvArcDark/
%{_datadir}/Kvantum/KvArcDark/*
%dir %{_datadir}/themes/KvArc/openbox-3/
%{_datadir}/themes/KvArc/openbox-3/*
%dir %{_datadir}/themes/KvArcDark/openbox-3/
%{_datadir}/themes/KvArcDark/openbox-3/*

#----------------------------------------------------------------------------

%package -n kvantum-theme-beige
Summary:	Beige theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-beige
Beige theme for Kvantum.

%files -n kvantum-theme-beige
%{_datadir}/color-schemes/KvBeige.colors
%{_datadir}/apps/color-schemes/KvBeige.colors
%dir %{_datadir}/Kvantum/KvBeige/
%{_datadir}/Kvantum/KvBeige/*
%dir %{_datadir}/themes/KvBeige/openbox-3/
%{_datadir}/themes/KvBeige/openbox-3/*

#----------------------------------------------------------------------------

%package -n kvantum-theme-curves
Summary:	Curves theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-curves
Curves theme for Kvantum.

%files -n kvantum-theme-curves
%{_datadir}/color-schemes/KvCurves.colors
%{_datadir}/color-schemes/KvCurvesLight.colors
%{_datadir}/apps/color-schemes/KvCurves.colors
%{_datadir}/apps/color-schemes/KvCurvesLight.colors
%dir %{_datadir}/Kvantum/KvCurves/
%{_datadir}/Kvantum/KvCurves/*
%dir %{_datadir}/Kvantum/KvCurves3d/
%{_datadir}/Kvantum/KvCurves3d/*
%dir %{_datadir}/Kvantum/KvCurvesLight/
%{_datadir}/Kvantum/KvCurvesLight/*
%dir %{_datadir}/themes/KvCurvesLight/openbox-3/
%{_datadir}/themes/KvCurvesLight/openbox-3/*

#----------------------------------------------------------------------------

%package -n kvantum-theme-dark
Summary:	Dark theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-dark
Dark theme for Kvantum.

%files -n kvantum-theme-dark
%{_datadir}/color-schemes/KvDark.colors
%{_datadir}/apps/color-schemes/KvDark.colors
%dir %{_datadir}/Kvantum/KvDark/
%{_datadir}/Kvantum/KvDark/*
%dir %{_datadir}/Kvantum/KvDarkRed/
%{_datadir}/Kvantum/KvDarkRed/*
%dir %{_datadir}/themes/KvDarkRed/openbox-3/
%{_datadir}/themes/KvDarkRed/openbox-3/*

#----------------------------------------------------------------------------

%package -n kvantum-theme-dynamo
Summary:	Dynamo theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-dynamo
Dynamo theme for Kvantum.

%files -n kvantum-theme-dynamo
%{_datadir}/color-schemes/KvDynamo.colors
%{_datadir}/apps/color-schemes/KvDynamo.colors
%dir %{_datadir}/Kvantum/KvDynamo/
%{_datadir}/Kvantum/KvDynamo/*
%dir %{_datadir}/themes/KvDynamo/openbox-3/
%{_datadir}/themes/KvDynamo/openbox-3/*

#----------------------------------------------------------------------------

%package -n kvantum-theme-flat
Summary:	Flat theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-flat
Flat theme for Kvantum.

%files -n kvantum-theme-flat
%{_datadir}/color-schemes/KvFlat.colors
%{_datadir}/color-schemes/KvFlatLight.colors
%{_datadir}/color-schemes/KvFlatRed.colors
%{_datadir}/apps/color-schemes/KvFlat.colors
%{_datadir}/apps/color-schemes/KvFlatLight.colors
%{_datadir}/apps/color-schemes/KvFlatRed.colors
%dir %{_datadir}/Kvantum/KvFlat/
%{_datadir}/Kvantum/KvFlat/*
%dir %{_datadir}/Kvantum/KvFlatLight/
%{_datadir}/Kvantum/KvFlatLight/*
%dir %{_datadir}/Kvantum/KvFlatRed/
%{_datadir}/Kvantum/KvFlatRed/*
%dir %{_datadir}/themes/KvFlatLight/openbox-3/
%{_datadir}/themes/KvFlatLight/openbox-3/*

#----------------------------------------------------------------------------

%package -n kvantum-theme-gnome
Summary:	Gnome theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-gnome
Gnome theme for Kvantum.

%files -n kvantum-theme-gnome
%{_datadir}/color-schemes/KvGnome.colors
%{_datadir}/color-schemes/KvGnomeDark.colors
%{_datadir}/apps/color-schemes/KvGnome.colors
%{_datadir}/apps/color-schemes/KvGnomeDark.colors
%dir %{_datadir}/Kvantum/KvGnome/
%{_datadir}/Kvantum/KvGnome/*
%dir %{_datadir}/Kvantum/KvGnomeDark/
%{_datadir}/Kvantum/KvGnomeDark/*
%dir %{_datadir}/Kvantum/KvGnomish/
%{_datadir}/Kvantum/KvGnomish/*
%dir %{_datadir}/themes/KvGnome/openbox-3/
%{_datadir}/themes/KvGnome/openbox-3/*
%dir %{_datadir}/themes/KvGnomeDark/openbox-3/
%{_datadir}/themes/KvGnomeDark/openbox-3/*

#----------------------------------------------------------------------------

%package -n kvantum-theme-gray
Summary:	Gray theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-gray
Gray theme for Kvantum.

%files -n kvantum-theme-gray
%{_datadir}/color-schemes/KvGray.colors
%{_datadir}/apps/color-schemes/KvGray.colors
%dir %{_datadir}/Kvantum/KvGray/
%{_datadir}/Kvantum/KvGray/*
%dir %{_datadir}/themes/KvGray/openbox-3/
%{_datadir}/themes/KvGray/openbox-3/*

#----------------------------------------------------------------------------

%package -n kvantum-theme-kvantum
Summary:	Kvantum theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-kvantum
Kvantum theme for Kvantum.

%files -n kvantum-theme-kvantum
%{_datadir}/color-schemes/Kvantum.colors
%{_datadir}/apps/color-schemes/Kvantum.colors
%dir %{_datadir}/Kvantum/KvantumAlt/
%{_datadir}/Kvantum/KvantumAlt/*
%dir %{_datadir}/themes/Kvantum/openbox-3/
%{_datadir}/themes/Kvantum/openbox-3/*

#----------------------------------------------------------------------------

%package -n kvantum-theme-roughglass
Summary:	RoughGlass theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-roughglass
RoughGlass theme for Kvantum.

%files -n kvantum-theme-roughglass
%{_datadir}/color-schemes/KvRoughGlass.colors
%{_datadir}/apps/color-schemes/KvRoughGlass.colors
%dir %{_datadir}/Kvantum/KvRoughGlass/
%{_datadir}/Kvantum/KvRoughGlass/*
%dir %{_datadir}/themes/KvRoughGlass/openbox-3/
%{_datadir}/themes/KvRoughGlass/openbox-3/*

#----------------------------------------------------------------------------

%package -n kvantum-theme-simplicity
Summary:	Simplicity theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-simplicity
Simplicity theme for Kvantum.

%files -n kvantum-theme-simplicity
%{_datadir}/color-schemes/KvSimplicity.colors
%{_datadir}/color-schemes/KvSimplicityDark.colors
%{_datadir}/apps/color-schemes/KvSimplicity.colors
%{_datadir}/apps/color-schemes/KvSimplicityDark.colors
%dir %{_datadir}/Kvantum/KvSimplicity/
%{_datadir}/Kvantum/KvSimplicity/*
%dir %{_datadir}/Kvantum/KvSimplicityDark/
%{_datadir}/Kvantum/KvSimplicityDark/*
%dir %{_datadir}/themes/KvSimplicity/openbox-3/
%{_datadir}/themes/KvSimplicity/openbox-3/*

#----------------------------------------------------------------------------

%package -n kvantum-theme-cyan
Summary:	Cyan theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-cyan
Cyan theme for Kvantum.

%files -n kvantum-theme-cyan
%{_datadir}/color-schemes/KvCyan.colors
%{_datadir}/apps/color-schemes/KvCyan.colors
%dir %{_datadir}/Kvantum/KvCyan/
%{_datadir}/Kvantum/KvCyan/*
%dir %{_datadir}/themes/KvCyan/openbox-3/
%{_datadir}/themes/KvCyan/openbox-3/*

#----------------------------------------------------------------------------

%package -n kvantum-theme-oxygen
Summary:	Oxygen theme for Kvantum
Group:		Graphical desktop/KDE

%description -n kvantum-theme-oxygen
Oxygen theme for Kvantum.

%files -n kvantum-theme-oxygen
%{_datadir}/color-schemes/KvOxygen.colors
%{_datadir}/apps/color-schemes/KvOxygen.colors
%dir %{_datadir}/Kvantum/KvOxygen/
%{_datadir}/Kvantum/KvOxygen/*
%dir %{_datadir}/themes/KvOxygen/openbox-3/
%{_datadir}/themes/KvOxygen/openbox-3/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
cp -r Kvantum Kvantum-qt4
mv Kvantum Kvantum-qt5

%build
pushd Kvantum-qt4
%qmake_qt4
%make
popd

pushd Kvantum-qt5
%qmake_qt5
%make
popd

%install
%makeinstall_qt -C Kvantum-qt4

%makeinstall_qt -C Kvantum-qt5

mkdir -p %{buildroot}%{_datadir}/apps/color-schemes
mv %{buildroot}%{_datadir}/kde4/apps/color-schemes/* %{buildroot}%{_datadir}/apps/color-schemes/

%changelog

* Mon Mar 13 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.3-1
- (6a569f6) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10590 |14cu|kvkbd-0.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kvkbd
Version:        0.7.2
Release:        2
Summary:        Virtual keyboard for KDE
Group:          Graphical desktop/KDE
License:        GPLv2+
URL:            http://kde-apps.org/content/show.php?content=56019
Source0:        http://www.kde-apps.org/CONTENT/content-files/56019-%{name}-%{version}.tar.gz
Patch0:         kvkbd-0.7.2-russian_translate.patch

BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xi)
BuildRequires:	kde4-macros

Requires:	kdebase4-runtime

%description
A nice virtual keyboard for KDE.
It has system tray and dock widget, resizeable, with numeric/cursor pad layer.
Dynamic detection of language selected. Auto font resize and button repeat.
CSS Color themes.

%prep
%setup -q
%patch0 -p1

%build
# BUG: this file is in wrong folder, will be fixed in a next version upstream
cp src/standart.* colors/

%cmake_kde4
%make

%install
%makeinstall_std -C build
%find_lang %{name} --with-html

%files -f %{name}.lang
%doc AUTHORS ChangeLog README README.md TODO
%{_bindir}/kvkbd
%{_kde_applicationsdir}/%{name}.desktop
%{_datadir}/apps/kvkbd/

%changelog

* Sun May 14 2017 VictorR2007 <victorr2007@yandex.ru> 0.7.2-2
- (24c2f56) Updated Russian translations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10591 |14cu|kwave-0.8.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname %{name} %{major}
%define	libgui	%mklibname %{name}gui %{major}

Summary:	A sound editor for KDE
Name:		kwave
Version:	0.8.12
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Sound
Url:		http://kwave.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/kwave/%{name}-%{version}-1.tar.bz2
BuildRequires:	imagemagick
BuildRequires:	gettext-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel >= 4.7.0
BuildRequires:	libid3-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile) >= 0.3.0
BuildRequires:	pkgconfig(fftw3) >= 3.0
BuildRequires:	pkgconfig(flac++) >= 1.2.0
BuildRequires:	pkgconfig(libpulse) >= 0.9.16
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(opus) >= 1.0.0
BuildRequires:	pkgconfig(samplerate) >= 0.1.3
BuildRequires:	pkgconfig(vorbis)

%description
Kwave is a sound editor designed for the KDE Desktop Environment.

With Kwave you can edit many sorts of wav-files including multi-channel
files. You are able to alter and play back each channel on its own.
Kwave also includes many plugins (most are still under development) to
transform the wave-file in several ways and presents a graphical view
with a complete zoom- and scroll capability.

%files -f %{name}.lang
%doc CHANGES README TODO
%{_kde_bindir}/%{name}
%{_kde_iconsdir}/*/*/apps/%{name}.*
%{_kde_iconsdir}/*/*/actions/%{name}*
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_datadir}/apps/%{name}
%{_kde_libdir}/kde4/plugins/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries needed by %{name}
Group:		System/Libraries

%description -n %{libname}
Libraries needed for %{name}.

%files -n %{libname}
%{_kde_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgui}
Summary:	Libraries needed by %{name}
Group:		System/Libraries
Conflicts:	%{_lib}kwave0 < 0.8.10

%description -n %{libgui}
Libraries needed for %{name}.

%files -n %{libgui}
%{_kde_libdir}/lib%{name}gui.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
#-DWITH_GSL=OFF 
%cmake_kde4 -DWITH_MP3=ON -DWITH_DOC=OFF
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%changelog
* Sun Feb 08 2015 Giovanni Mariani <mc2374@mclink.it> 1:0.8.12-1
+ Revision: 8834a43
- Updated to release 0.8.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10592 |14cu|kwooty-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A friendly NZB Usenet binary grabber
Name:		kwooty
Version:	1.1.0
Release:	2
License:	GPLv2+
Group:		Networking/News
Url:		http://kwooty.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/kwooty/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	gettext
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
Requires:	p7zip
Requires:	parchive2
Suggests:	unrar
Conflicts:	%{_lib}kwootycore0 < 1.0.1-2

%description
A friendly NZB newsgroup binary grabber. Its main features are:
- Automatic files verifying/repairing (par2 program required)
- Automatic archive extraction (unrar program required)
- Multi-server support
- Direct file downloading after opening a .nzb file
- Save/Restore pending downloads when application is closed/open
- System shutdown scheduling
- File queue and priority management
- SSL connection support
- Pause/Resume downloads.

%files -f %{name}.lang
%doc COPYING README.txt TODO
%{_kde_bindir}/%{name}
%{_kde_appsdir}/%{name}/*
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png
%{_kde_services}/%{name}_*.desktop
%{_kde_servicetypes}/%{name}*.desktop
%{_kde_datadir}/config.kcfg/%{name}*.kcfg
%{_kde_libdir}/kde4/%{name}_*.so

#----------------------------------------------------------------------------

%define	major		0
%define	libkwootycore	%mklibname kwootycore %{major}

%package -n %{libkwootycore}
Summary:	Shared library for Kwooty Usenet binary grabber
Group:		System/Libraries

%description -n %{libkwootycore}
Shared library for Kwooty Usenet binary grabber.

%files -n %{libkwootycore}
%doc COPYING
%{_kde_libdir}/libkwootycore.so.%{major}*
# ugly file naming but SONAME is correct
%{_kde_libdir}/libkwootycore.so.%{version}

#----------------------------------------------------------------------------

%prep
%setup -q
# The build directory already exist:
# removing to avoid errors later from our build scripts
rmdir build

# Remove wrong file perms
chmod -x COPYING
chmod -x README.txt

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}

# We don't need this because there are no headers anyway
rm -f %{buildroot}%{_kde_libdir}/libkwootycore.so


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.0-2
- (37bb2ac) Only suggest unrar



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10593 |14cu|kxml-2.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free

Name:           kxml
Version:        2.3.0
Release:        1
Epoch:          0
Summary:        Small XML pull parser specially designed for constrained environments
License:        BSD
URL:            http://kxml.sourceforge.net/
Group:          Development/Java
Source0:        http://downloads.sourceforge.net/project/kxml/kxml2/%{version}/kxml2-src-%{version}.zip
Source1:        http://repo1.maven.org/maven2/net/sf/kxml/kxml2/%{version}/kxml2-%{version}.pom
BuildRequires:  jpackage-utils >= 0:1.7.4
BuildRequires:  java-devel = 0:1.5.0
BuildRequires:  java-rpmbuild
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  xpp3 >= 0:1.1.3.1
Requires:  java >= 0:1.5.0
Requires:  xpp3
BuildArch:      noarch

Requires(post):   jpackage-utils >= 0:1.7.4
Requires(postun): jpackage-utils >= 0:1.7.4

%description
kXML 2 is a small XML pull parser, specially designed for constrained
environments such as Applets, Personal Java or MIDP devices. In contrast
to kXML 1, kXML 2 is based on the common XML pull API. The 1.x version
of kXML will stay available at kxml.enhydra.org.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%remove_java_binaries
ln -sf $(build-classpath xpp3) lib/xmlpull_1_1_3_1.jar

%build
%ant

%install
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms

%add_to_maven_depmap net.sf.kxml %{name} %{version} JPP %{name}
install -m 644 %{SOURCE1} %{buildroot}/%{_datadir}/maven2/poms/JPP.%{name}.pom

# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 dist/%{name}2-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 644 dist/%{name}2-min-%{version}.jar %{buildroot}%{_javadir}/%{name}-min-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do \
ln -sf ${jar} ${jar/-%{version}/}; done)

# javadoc
install -p -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr www/kxml2/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -sf %{name}-%{version} %{name})

%clean

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%{_javadir}/*.jar
%{_datadir}/maven2
%{_mavendepmapfragdir}

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%dir %{_javadocdir}/%{name}

%changelog

* Mon Oct 05 2015 Denis Silakov <dsilakov@gmail.com> 0:2.3.0-1
- (b884d28) Fix names



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10594 |14cu|kxstitch-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Creation and editing of cross stitch patterns
Name:		kxstitch
Version:	1.2.0
Release:	2
License:	GPLv2+
Group:		Graphics
Url:		http://kxstitch.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
#Patch0:	kxstitch-0.9.0-mdv-linkage.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	pkgconfig(shared-mime-info)
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(ImageMagick++)

%description
Kxstitch is a program that lets you create cross stitch patterns and charts.
Patterns can be created from scratch on a user defined size of grid, which can
be enlarged or reduced in size as your pattern progresses.  Alternatively you
can import images from many graphics formats or use an image as a background. 
You can also scan images using any Sane supported scanner.
These imported images can then be modified using the supplied tools to produce
your final design.

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/icons/*/*/apps/*.png
%{_datadir}/apps/%{name}
%{_datadir}/doc/HTML/en/*
%{_datadir}/doc/HTML/et/*
%{_datadir}/doc/HTML/pt/*
%{_datadir}/doc/HTML/sv/*
%{_datadir}/doc/HTML/uk/*
%{_mandir}/man?/%{name}.?*
%{_kde_applicationsdir}/%{name}.desktop
%{_datadir}/config.kcfg/%{name}.kcfg
%{_datadir}/mime/packages/%{name}.xml

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
#patch0 -p1


%build
%cmake_kde4
%make


%install
pushd build
%makeinstall_std
popd

%find_lang %{name}

%changelog

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 1.2.0-2
- (b4d97de) Force kde4 build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10595 |14cu|kye-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Kye

Summary:        Logic puzzle game with arcade elements
Name:           kye
Version:        1.0
Release:        1
License:        GPLv2+
Group:          Games/Strategy
Url:            http://games.moria.org.uk/kye/
Source0:         http://games.moria.org.uk/kye/download/%{name}-%{version}.tar.gz
Source1:        %{name}.desktop
Source2:        %{name}-edit.desktop
Source3:        %{name}-icon.png
Source4:        %{name}-edit-icon.png
BuildRequires:  pythonegg(setuptools)
BuildRequires:  desktop-file-utils
BuildRequires:  imagemagick
Requires:       pygtk2
Suggests:       %{name}-data

BuildArch:      noarch


%description
This is a clone of the original Kye game for Windows, 
by Colin Garbutt.
Kye is a puzzle game with arcade game elements. 
The game takes place
in a small playing area, where the player controls
Kye - a distinctive green blob. 
The player moves around and tries to collect
all of the diamonds. 
However, there are many other objects in the
game, which can obstruct, trap or kill the Kye.
Kye is one of those games like Chess, 
where a small number of different playing pieces,
obeying simple rules, combine to create a
game of enormous variety and complexity.

%files
%doc COPYING README
%{_bindir}/%{name}
%{_bindir}/%{name}-edit
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}-edit.png
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info

#--------------------------------------------------------------
%prep
%setup -q

%build
%py2_build

%install
%py2_install
pushd %{buildroot}%{_bindir}
mv %{oname} %{name} 
mv %{oname}-edit %{name}-edit

# menu entry
for l in %{SOURCE1} %{SOURCE2} ; do
      desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
      $l
done


# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size %{SOURCE3} \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png && \
    convert -strip -resize $size %{SOURCE4} \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}-edit.png
 done




%changelog

* Sat Apr 22 2017 abfonly <abfonly@gmail.com> 1.0-1
- (0608d73) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10596 |14cu|ladish-1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	LADI Audio Session Handler
Name:		ladish
Version:	1
Release:	8
License:	GPLv2+
Group:		Sound
Url:		http://ladish.org
Source0:	http://ladish.org/download/%name-%version-with-deps.tar.bz2
Patch0:		ladish-1-glibc-2.17.patch
BuildRequires:	intltool
BuildRequires:	python-yaml
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(flowcanvas)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack) >= 1.9.0
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(uuid)
Requires:	laditools
Requires:	ladish-alsapid
Suggests:	a2jmidid

%description
Session management system for JACK applications on GNU/Linux. Its aim
is to have many different audio programs running at once, to save their
setup, close them down and then easily reload the setup at some other
time. ladish doesn't deal with any kind of audio or MIDI data itself;
it just runs programs, deals with saving/loading (arbitrary) data and
connects JACK ports together.
Ladish has a GUI frontend called gladish, based on lpatchage (LADI Patchage)
and the ladish_control command line app for headless operation.

%files
%doc %{_datadir}/%{name}/README
%doc %{_datadir}/%{name}/AUTHORS
%doc %{_datadir}/%{name}/COPYING
%doc %{_datadir}/%{name}/NEWS
%{_bindir}/gladish
%{_bindir}/ladishd
%{_bindir}/jmcore
%{_bindir}/ladiconfd
%{_bindir}/ladish_control
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/gladish.ui
%{_datadir}/%{name}/*.png
%{_datadir}/dbus-1/services/org.ladish.service
%{_datadir}/dbus-1/services/org.ladish.conf.service
%{_datadir}/dbus-1/services/org.ladish.jmcore.service
%{_iconsdir}/hicolor/*/apps/gladish.png
%lang(de) %{_localedir}/de/LC_MESSAGES/ladish.mo
%lang(fr) %{_localedir}/fr/LC_MESSAGES/ladish.mo
%lang(ru) %{_localedir}/ru/LC_MESSAGES/ladish.mo

#----------------------------------------------------------------------------

%package -n laditools
Summary:	Tools to configure Jack
Group:		Sound
Requires:	jack >= 1.9.0
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Requires:	python-dbus
Requires:	python
Requires:	python-vte
Requires:	python-yaml

%description -n laditools
A suite of tools to configure and control the Jack Audio Connection Kit.
Laditools contains laditray, a tray icon control tool for Jack D-Bus.
This package is mandatory for installing the LADI Audio Session Handler.

%files -n laditools
%doc %{_docdir}/laditools/*
%{_bindir}/g15ladi
%{_bindir}/ladiconf
%{_bindir}/ladilog
%{_bindir}/laditray
%{_bindir}/wmladi
%{python_sitelib}/laditools
%{python_sitelib}/laditools-1.0_rc2-py%{python_version}.egg-info
%{_datadir}/applications/*
%{_datadir}/laditools/*
%{_datadir}/pixmaps/*.svg

#----------------------------------------------------------------------------

%package alsapid
Summary:	Preloaded library for Ladish-ALSA interface
Group:		Sound

%description alsapid
Part of the LADI Audio Session Handler. This library is preloaded to the
ladish daemon for better interfacing ladish with ALSA

%files alsapid
%{_prefix}/lib/libalsapid.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
./waf configure --prefix=%{_prefix}
./waf

%install
./waf install --destdir=%{buildroot}
cd laditools
python setup.py install --prefix=%{buildroot}%{_prefix}

#Fix desktop file category syntax
perl -pi -e 's/AudioVideo/AudioVideo;/g' %{buildroot}%{_datadir}/applications/laditray.desktop
perl -pi -e 's/Settings/Settings;/g' %{buildroot}%{_datadir}/applications/ladiconf.desktop


%changelog

* Tue Jan 12 2016 emuse <goemusic@yahoo.fr> 1-8
- (c9459c4) Rebuild for new jack package name Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10597 |14cu|lash-0.6.0-0.rc2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d

Summary:	Linux Audio Session Handler
Name:		lash
Version:	0.6.0
Release:	0.rc2
License:	GPLv2+
Group:		Sound
Url:		http://www.nongnu.org/lash/
Source0:	http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}~rc2.tar.bz2
Source100:	%{name}.rpmlintrc
Patch0:		lash-0.6.0-no-static-lib.patch
Patch1:		lash-0.6.0-gcc47.patch
Patch2:		lash-0.5.4-mga-texi2html_Makefile.am.patch
Patch3:		lash-0.6.0-fix-format-string.patch
BuildRequires:	imagemagick
BuildRequires:	swig
BuildRequires:	texi2html
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(python) >= 2.3
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(dbus-1)
Requires:	python

%description
LASH is a session management system for JACK and ALSA audio applications on
GNU/Linux. Its aim is to allow you to have many different audio programs
running at once, to save their setup, close them down and then easily
reload the setup at some other time. LASH doesn't deal with any kind of
audio data itself; it just runs programs, deals with saving/loading
(arbitrary) data and connects different kinds of virtual audio ports
together (currently JACK and ALSA sequencer ports). It can also be used to
move entire sessions between computers, or post sessions on the Internet
for download.

%files
%doc AUTHORS ChangeLog NEWS README README.SECURITY TODO
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/dbus-1/services/*.service
%{_iconsdir}/hicolor/*/apps/%{name}.png
/etc/modules-load.d/%{name}.conf
%{py_platsitedir}/*

%post
modprobe snd_seq

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%doc README
%{_libdir}/liblash.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%doc README
%{_includedir}/%{name}-1.0/*
%{_libdir}/liblash.so
%{_libdir}/pkgconfig/%{name}-1.0.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}.594
%patch0 -p1
%patch1 -p1
%patch2 -p0
%patch3 -p1


%build
autoreconf -fi -Im4
#export CFLAGS="%%{optflags} -D_GNU_SOURCE"
export LIBS="-ldl -lpthread -ltirpc -lm"

#perl -pi -e 's|lib/python|%%{_lib}/python||g' configure

%configure2_5x	--disable-static
# To fix python installation path
perl -pi -e 's|${prefix}/lib/python2.7|${prefix}/%{_lib}/python2.7|g' Makefile
perl -pi -e 's|${prefix}/lib/python2.7|${prefix}/%{_lib}/python2.7|g' pylash/Makefile

%make


%install
%makeinstall_std

# Make sure the libraries are executables
chmod 0755 %{buildroot}%{_libdir}/liblash.so.%{major}*

mkdir -p %{buildroot}/etc/modules-load.d
echo "snd_seq" > %{buildroot}/etc/modules-load.d/%{name}.conf

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{name}_panel
Icon=%{name}
Terminal=false
Type=Application
Categories=AudioVideo;Audio;AudioVideoEditing;
EOF

#icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
cp icons/lash_48px.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -size 32x32 icons/lash_96px.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
cp icons/lash_16px.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png


%changelog

* Sat May 02 2015 Giovanni Mariani <mc2374@mclink.it> 0.6.0-0.rc2
- (1c9beb8) Another BReqs update



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10598 |14cu|lat-1.2.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}

Summary:	LAT - LDAP Administration Tool
Name:		lat
Version:	1.2.4
Release:	5
License:	GPLv2
Group:		System/Configuration/Other
Url:		http://sourceforge.net/projects/ldap-at/
Source0:	http://downloads.sourceforge.net/project/ldap-at/LAT/LAT%20-%20%{version}/%{name}-%{version}.tar.gz
Patch0:		lat-1.2.4-runtime-4.0.patch
BuildRequires:	autoconf2.5
BuildRequires:	avahi-sharp
BuildRequires:	dbus-sharp
BuildRequires:	desktop-file-utils
BuildRequires:	gnome-sharp2
BuildRequires:	intltool
BuildRequires:	scrollkeeper
BuildRequires:	pkgconfig(glade-sharp-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gnome-sharp-2.0)
BuildRequires:	pkgconfig(mono)
Requires:	gtk-sharp2
Requires:	glib-sharp2
Requires:	avahi-sharp
Requires:	glade-sharp2
Requires(post,postun):	scrollkeeper

%description
LAT stands for LDAP Administration Tool. The tool allows you to browse
LDAP-based directories and add/edit/delete entries contained within.
It can store profiles for quick access to different servers. There are
also different views available such as Users, Groups and Hosts which
allow you to easily manage objects without having to deal with the
intricacies of LDAP.

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog README TODO
%attr(755,root,root) %{_bindir}/*
%dir %{_prefix}/lib/%{name}
%attr(755,root,root) %{_prefix}/lib/%{name}/*
%{_mandir}/man1/lat.1*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/application-registry/%{name}.applications
%{_datadir}/pkgconfig/lat-plugins.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--enable-networkmanager=no \
	--enable-avahi=yes \
	--libdir=%{_prefix}/lib
make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="GTK" \
	--add-category="GNOME" \
	--add-category="Network" \
	--add-category="X-MandrivaLinux-System-Configuration-Other" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}%{_datadir}/pkgconfig
mv %{buildroot}%{_prefix}/lib/pkgconfig/*.pc %{buildroot}%{_datadir}/pkgconfig


%changelog

* Tue Apr 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.4-5
- (0b8b18a) Adopt for the new mono



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10599 |14cu|latencytop-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Visualizer of system latencies
Name:		latencytop
Version:	0.5
Release:	3
License:	GPLv2+
Group:		Development/Tools
Url:		http://latencytop.org/
Source0:	http://latencytop.org/download/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ncursesw)

%description
LatencyTOP is a Linux tool for software developers (both kernel and
userspace), aimed at identifying where system latency occurs, and
what kind of operation/action is causing the latency to happen. By
identifying this, developers can then change the code to avoid the
worst latency hiccups.

%files
%{_sbindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man8/latencytop.8*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CFLAGS="%{optflags} -I%{_includedir}/ncursesw"
%make

%install
install -d -m755 %{buildroot}%{_sbindir}
%makeinstall_std
install -d -m755 %{buildroot}%{_mandir}/man8
install -m644 latencytop.8 %{buildroot}%{_mandir}/man8/


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5-3
- (dfacb9e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10600 |14cu|latex2rtf-2.3.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:	LaTeX to RTF converter
Name:		latex2rtf
Version:	2.3.8
Release:	2
License:	GPLv2+
Group:		Publishing
Url:		http://latex2rtf.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
# mugged from rawhide
Patch0:         0001-Fix-latex2rtf-FTBFS-with-texinfo-5.patch
Patch1:		latex2rtf-2.3.8-CVE-2015-8106.patch
BuildRequires: 	texinfo
BuildRequires: 	texlive-kpathsea.bin
BuildRequires: 	texlive-texinfo
BuildRequires: 	texlive-scheme-full
BuildRequires: 	texlive-tex.bin
BuildRequires:  tetex-latex
BuildRequires:  texlive-cm-super

Requires:	tetex-latex
Requires:	tetex-dvips
Requires:	imagemagick


%description
LaTeX2rtf is a translator program which is intended to translate a
LaTeX document (precisely: the text and a limited subset of LaTeX
tags) into the RTF format which can be imported by several
textprocessors (including Microsoft Word for Windows and Word for
Macintosh).

%prep
%setup -q
%patch0 -p1
%patch1 -p1

chmod a-x cfg/*.cfg
find -name "*.o" -delete -print
find . -type f -exec chmod 644 {} \;
chmod 755 test/bracecheck
chmod 755 scripts/latex2png

for txtfile in ChangeLog Copyright; do
 iconv -f ASCII -t UTF-8 $txtfile >$txtfile.new && \
 touch -r $txtfile $txtfile.new && \
 mv $txtfile{.new,} 
done


%build
# no parallel build 
make PREFIX=/usr INFO_INSTALL=%{_infodir} \
      MAN_INSTALL=%{_mandir}/man1 \
      CFG_INSTALL=%{_sysconfdir}/%{name} \
      SUPPORT_INSTALL=%{_datadir}/doc/%{name} 

%install
make install DESTDIR=%{buildroot}%{_prefix}

install -d -m 755 %{buildroot}%{_infodir}
install -m 644 doc/%{name}.info %{buildroot}%{_infodir}



%files
%doc ChangeLog Copyright doc/latex2rtf.pdf doc/latex2rtf.html doc/copying.txt doc/credits
%{_bindir}/latex2png
%{_bindir}/latex2rtf
%{_datadir}/latex2rtf/
%{_infodir}/latex2rtf.info.*
%{_mandir}/man1/latex2png.1.*
%{_mandir}/man1/latex2rtf.1.*


%changelog

* Tue Dec 01 2015 Denis Silakov <dsilakov@gmail.com> 2.3.8-2
- (d13e524) Added texlive-scheme-full BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10601 |14cu|latex-abntex-0.9-0.beta2.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define texdir %{_datadir}/texmf-dist

Summary:	LaTeX macros for writing documents following the ABNT norms
Name:		latex-abntex
Version:	0.9
Release:	0.beta2.4
License:	LPPL
Group:		Publishing
Url:		http://abntex.codigolivre.org.br
Source0:	abntex-%{version}-beta2.tar.gz
Patch0:		abntex-0.9-respect-prefix.patch
# BuildRequires:	tetex
# BuildRequires:	texlive-doublestroke
# This indicates that texlive-scheme-full is not comlete...
BuildRequires:	texlive-collection-fontsextra
BuildRequires:	texlive-scheme-full
BuildRequires:	texlive-scheme-tetex
Requires:	texlive-scheme-full
Requires:	texlive-scheme-tetex
BuildArch:	noarch

%description
With the abnTeX macros you will be able to write LaTeX documents which
conform to several norms from ABNT (Brazilian Association for Technical
Norms). In addition there are macros for writing automated lists of
abbreviations and symbols and a style for writing patent applications
for INPI. You can also use these style with LyX.

%files
%doc LEIAME LEIAME.linux LEIAME.make LEIAME.administracao
%doc compiled.docs/*.ps.gz
%{texdir}/bibtex/bib/abntex
%{texdir}/bibtex/bst/abntex
%{texdir}/doc/bibtex/abntex
%{texdir}/doc/latex/abntex
%{texdir}/makeindex/abntex
%{texdir}/tex/latex/abntex
%{_bindir}/geratss

%post
texhash

%postun
texhash

#----------------------------------------------------------------------------

%prep
%setup -n abntex-%{version}
%patch0 -p1 -b .respect-prefix

%build
make doc-ps

%install
install -m 755 -d %{buildroot}%{texdir}
install -m 755 -d %{buildroot}%{_bindir}
install -m 755 -d %{buildroot}%{_docdir}
%makeinstall_std USRLOCAL=%{buildroot}%{_bindir}


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9-0.beta2.4
- (86f1701) Build requires texlive-collection-fontsextra



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10602 |14cu|latex-beamer-3.24-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname   beamer
%define rversion 3-24

Summary:	LaTeX class to produce presentations 
Name:		latex-%{rname}
Version:	%(echo %{rversion} |sed -e 's,-,.,g')
Release:	4
License:	GPLv2+
Group:		Publishing
Url:		http://bitbucket.org/rivanvx/beamer/wiki/Home
Source0:	http://bitbucket.org/rivanvx/beamer/get/version-%{rversion}.tar.bz2
BuildRequires:	ghostscript
BuildRequires:	texlive
BuildRequires:	texlive-collection-fontsrecommended
BuildRequires:	texlive-collection-langgerman
BuildRequires:	texlive-collection-latex
BuildRequires:	texlive-collection-latexrecommended
BuildRequires:	texlive-latex
BuildRequires:	texlive-makeindex
BuildRequires:	texlive-pgf
BuildRequires:	texlive-xcolor
Requires:	texlive-latex
Requires:	texlive-pgf
Requires:	texlive-xcolor
BuildArch:	noarch

%description
The beamer class is a LaTeX class that allows you to create a beamer
presentation. It can also be used to create slides. It behaves similarly
to other packages like Prosper, but has the advantage that it works
together directly with pdflatex, but also with dvips.

Once you have installed the beamer class, the basic steps to create a
beamer presentation are the following:

* Specify beamer as document class instead of article.
* Structure your LaTeX text using \section and \subsection commands.
* Place the text of the individual slides inside \frame commands.
* Run pdflatex on the text (or latex and dvips).

The beamer class has several useful features: You don't need any
external programs to use it other than pdflatex, but it works also with
dvips. You can easily and intuitively create sophisticated overlays.
Finally, you can easily change the whole slide theme or only parts of
it.

%files
%doc AUTHORS ChangeLog FILES INSTALL README TODO
%doc doc/beameruserguide.pdf examples solutions
%{_datadir}/texmf/tex/latex/%{rname}

%post
[ -x %{_bindir}/texhash ] && %{_bindir}/env - %{_bindir}/texhash 2> /dev/null || :

%postun
[ -x %{_bindir}/texhash ] && %{_bindir}/env - %{_bindir}/texhash 2> /dev/null || :

#----------------------------------------------------------------------------

%prep
%setup -q -n rivanvx-beamer-cb16a617839f

%build
# FIXME: this doc can't be built without the themes
pushd doc
%__make
popd

%install
mkdir -p %{buildroot}%{_datadir}/texmf/tex/latex/%{rname}
cp -a base %{buildroot}%{_datadir}/texmf/tex/latex/%{rname}


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.24-4
- (85b3ca5) Build requires texlive-collection-langgerman



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10603 |14cu|latexila-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d "." -f -2)

Summary:	Integrated LaTeX Environment for the GNOME desktop
Name:		latexila
Version:	3.16.2
Release:	1
Group:		Publishing
License:	GPLv3+
URL:		http://projects.gnome.org/latexila/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
BuildRequires:	vala
BuildRequires:  pkgconfig(enchant)
BuildRequires:  pkgconfig(gee-0.8)
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gsettings-desktop-schemas)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(gtksourceview-3.0)
BuildRequires:  pkgconfig(gtkspell3-3.0)

Requires:	hicolor-icon-theme
Requires:	gsettings-desktop-schemas
Requires:	rubber

%description
LaTeXila is an Integrated LaTeX Environment for GNOME. The main features are:
  * Configurable buttons to compile, convert and view a document in one click
  * LaTeX commands auto-completion
  * Symbol tables (Greek letters, arrows, ...)
  * File browser integrated
  * Template managing
  * Menus with the most commonly used LaTeX commands
  * Easy projects management

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc AUTHORS COPYING README NEWS HACKING
%{_bindir}/*
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
%{_iconsdir}/*/*/*/*
%{_mandir}/man1/%{name}.1.*
%{_datadir}/gtk-doc/html/latexila/*
%{_datadir}/appdata/latexila.appdata.xml

%changelog

* Sat Dec 19 2015 Tigro <ashejn@gmail.com> 3.16.2-1
- (d4d5c64) pack files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10604 |14cu|latex-lettre-2.346-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'texhash'
Name: 		latex-lettre
Version: 	2.346
Release: 	6
Summary: 	Letters and faxes in French
License: 	LPPL
Group: 		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lettre/
Source0: 	ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/lettre.tar.bz2
Requires: 	texlive-latex texlive-collection-latex
BuildRequires:	texlive-latex texlive-collection-latex
Requires(post): texlive-kpathsea.bin
Requires(postun): texlive-kpathsea.bin
BuildArch:	noarch

%description
This package provides a latex class for letters and faxes in French.

%prep
%setup -q -n lettre

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/texmf/tex/latex/lettre
install -m 644 inputs/* %{buildroot}%{_datadir}/texmf/tex/latex/lettre

install -d -m 755 %{buildroot}%{_datadir}/texmf/doc/latex/lettre
install -m 644 doc/* %{buildroot}%{_datadir}/texmf/doc/latex/lettre

%post
%{_bindir}/texhash

%postun
%{_bindir}/texhash

%files
%doc ALIRE LICENSE lppl.txt README
%{_datadir}/texmf/tex/latex/lettre
%{_datadir}/texmf/doc/latex/lettre


%changelog

* Sun Jun 05 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.346-6
- (ede9223) Fix postscripts



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10605 |14cu|latex-mk-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility simplifying latex document managment
Name:		latex-mk
Version:	2.1
Release:	3
License:	BSD
Group:		Publishing
Url:		http://latex-mk.sourceforge.net/
Source0:	http://switch.dl.sourceforge.net/project/latex-mk/latex-mk/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires:	ghostscript
BuildRequires:	gv
BuildRequires:	hevea
BuildRequires:	imagemagick
BuildRequires:	latex2html
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	texlive-collection-langgerman
BuildRequires:	texlive-dvipdfm
BuildRequires:	texlive-dvips
BuildRequires:	texlive-latex
BuildRequires:	transfig
Requires:	ghostscript
Requires:	gv
Requires:	hevea
Requires:	imagemagick
Requires:	latex2html
Requires:	make
Requires:	texinfo
Requires:	texlive
Requires:	texlive-dvipdfm
Requires:	texlive-dvips
Requires:	texlive-latex
Requires:	texlive-xdvi
Requires:	transfig
Buildarch:	noarch

%description
LaTeX-Mk is a collection of makefile fragments and shell scripts
for simplifying the management of small to large sized LaTeX documents.

%files
%{_bindir}/ieee-copyout
%{_bindir}/latex-mk
%dir %{_datadir}/latex-mk
%{_datadir}/latex-mk/*
%{_infodir}/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# configure macro doesn't work ( Buildarch: noarch )
./configure \
	--program-prefix= \
	--prefix=%{_prefix} \
	--exec-prefix=%{_prefix} \
	--bindir=%{_bindir} \
	--sysconfdir=%{_sysconfdir} \
	--datadir=%{_datadir} \
	--infodir=%{_infodir} \
	--libdir=%{_libdir}
%make

%install
%makeinstall


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1-3
- (ecfc7e0) Build requires texlive-collection-langgerman



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10606 |14cu|latexmk-4.39-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcversion %(echo %{version} | sed -e 's/\\.//g')

Summary:	Perl script for automating LaTeX document compilation
Name:		latexmk
Version:	4.39
Release:	2
Source0:	http://www.phys.psu.edu/~collins/software/latexmk-jcc/%{name}-%{srcversion}.zip
License:	GPLv2
Group:		Publishing
Url:		http://www.phys.psu.edu/~collins/software/latexmk-jcc/
BuildArch:	noarch
Requires:	perl
Requires:	tetex-latex

%description
Latexmk completely automates the process of compiling a LaTeX
document.  Essentially, it is like a specialized relative of
the general make utility, but one which determines dependencies
automatically and has some other very useful features.  In its
basic mode of operation latexmk is given the name of the
primary source file for a document, and it issues the
appropriate sequence of commands to generate a .dvi, .ps, .pdf
and/or hardcopy version of the document.

%prep
%setup -q -c %{name}-%{version}

%install

%__install -d %{buildroot}%{_bindir}
%__install -d %{buildroot}%{_mandir}/man1

%__install -m 755 %{name}.pl %{buildroot}%{_bindir}/%{name}
%__install -m 755 %{name}.1 %{buildroot}%{_mandir}/man1/

%clean

%files
%doc CHANGES COPYING README latexmk.pdf latexmk.txt example_rcfiles
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*

%changelog

* Thu Aug 20 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.39-2
- (120bfa2) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10607 |14cu|lavennin-20041119-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Converts written Finnish text to a readable form
Name:		lavennin
Version:	20041119
Release:	5
License:	LGPL
Group:		Sound
URL:		http://phon.joensuu.fi/suopuhe/
Source:		http://www.ling.helsinki.fi/suopuhe/download/%{name}-%{version}.tgz
Patch0:		lavennin-paths.patch
BuildArch:	noarch
# per Mandriva locale-specific package policy:
Requires:	locales-fi

%description
Lavennin converts numbers, abbreviations and other such non-readable
strings found in usual written Finnish text to a readable form.
Therefore only the grafem-fonem conversion is left for the speech
synthesizer. Lavennin can also be used to nativisate
foreign-originated words.

%prep
%setup -q -n %{name}
%patch0 -p1

sed -i 's,@LAVENNINDATADIR@,\"%{_datadir}/%{name}\",' bin/lavennin

%install

install -d -m755 %{buildroot}%{_bindir}
install -m755 bin/lavennin %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_datadir}/%{name}
install -m644 data/*.txt %{buildroot}%{_datadir}/%{name}

%clean

%files
%doc man/*.shtml
%{_bindir}/lavennin
%{_datadir}/%{name}




%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 20041119-5
- (e95df76) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10608 |14cu|lbreakout2-2.6.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define levelsets	20120815

# getting latest levelset ?
%bcond_with	fetch_levels

Summary:	Breakout-style arcade game
Name:		lbreakout2
Version:	2.6.4
Release:	4
License:	GPLv2
Group:		Games/Arcade
Url:		http://lgames.sourceforge.net/
Source0:	http://download.sourceforge.net/lgames/%{name}-%{version}.tar.gz
Source1:	http://download.sourceforge.net/lgames/%{name}-levelsets-%{levelsets}.tar.gz
Source5:	%{name}-16.png
Source6:	%{name}-32.png
Source7:	%{name}-48.png
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	texinfo
%if %{with fetch_levels}
BuildRequires:	wget
%endif

%description
LBreakout is a classical Breakout game and this means (if you like Breakout ;-)
it is a lot of fun to play!
If you never ever played such a game you can check out the manual for more
information, take a look at the screenshots and last but not least... play it!

%prep
%setup -q

# getting latest levelsets
%if %{with fetch_levels}
wget http://lgames.sourceforge.net/LBreakout2/levels/levelsets.tar.gz
mv levelsets.tar.gz %{SOURCE1}
%endif

%build
%configure2_5x	--bindir=%{_gamesbindir} \
		--with-libiconv-prefix=%{_prefix} \
		--without-included-gettext \
		--with-libintl-prefix=%{_prefix} \
		--localstatedir=%{_localstatedir}/lib/games
%make

%install
install -d %{buildroot}%{_localstatedir}/lib/games
%makeinstall_std

tar -xf %{SOURCE1} -C %{buildroot}%{_datadir}/%{name}/levels

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=LBreakout 2
Comment=Breakout-style arcade game
Comment[ru]=Аркадная игра в стиле Breakout
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

install -D -m644 %{SOURCE5} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m644 %{SOURCE6} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m644 %{SOURCE7} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# those docs are not wanted
rm -r %{buildroot}/usr/doc

# remove ugly default desktop file, use our own
rm -r %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc README TODO
%attr(2755, root, games) %{_gamesbindir}/%{name}
%attr(2755, root, games) %{_gamesbindir}/%{name}server
%config(noreplace) %attr(664, games, games) %{_localstatedir}/lib/games/*
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_iconsdir}/lbreakout48.gif

%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 2.6.4-4
- (9d6db97) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10609 |14cu|lcdproc-0.5.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Displays real-time system information on a 20x4 backlit LCD
Name:		lcdproc
Version:	0.5.7
Release:	1
License:	GPLv2+
Group:		Monitoring
Url:		http://lcdproc.omnipotent.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	LCDd.init
Patch0:		slow-down-imonlcd-0038.patch
Patch1:		lcdproc-0.5.6-fix-undeclared-header.patch
Patch2:		lcdproc-0.5.6-link-order.patch
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	tetex-latex
BuildRequires:	g15-devel
BuildRequires:	g15daemon_client-devel
BuildRequires:	g15render-devel
BuildRequires:	svgalib-devel
BuildRequires:	xosd-devel
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(ncurses)
Requires(post,preun):	rpm-helper

%description
LCDproc is a client/server suite inclduding drivers for all kinds of nifty
LCD displays. The server supports several serial devices: Matrix Orbital,
Crystal Fontz, Bayrad, LB216, LCDM001 (kernelconcepts.de), Wirz-SLI and
PIC-an-LCD; and some devices connected to the LPT port: HD44780, STV5730,
T6963, SED1520 and SED1330. Various clients are available that display
things like CPU load, system load, memory usage, uptime, and a lot more.

See also http://lcdproc.omnipotent.net.

%files
%defattr(0644,root,root,0755)
%doc README* INSTALL COPYING TODO ChangeLog
%defattr(-,root,root,0755)
%{_bindir}/*
%attr(0755,root,root) %{_initrddir}/LCDd
%{_libdir}/%{name}
%{_mandir}/man*/*
%{_sbindir}/*
%dir %{_sysconfdir}/lcdproc
%config(noreplace) %{_sysconfdir}/lcdproc/*
%config(noreplace) %{_sysconfdir}/lcdexec.conf
%config(noreplace) %{_sysconfdir}/lcdproc.conf
%config(noreplace) %{_sysconfdir}/lcdvc.conf

%post
%_post_service LCDd

%preun
%_preun_service LCDd

#----------------------------------------------------------------------------

%prep
%setup -q
perl -pi -e 's:../../../libirman-0.4.1b/irman.h:%{_includedir}/irman.h:g' server/drivers/irmanin.c
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--disable-dependency-tracking \
	--enable-libusb \
	--enable-drivers=all \
	--enable-seamless-hbars \
	--enable-testmenus \
	--enable-permissive-menu-goto \
	--enable-lcdproc-menus \
	--enable-stat-nfs \
	--enable-stat-smbfs \
	--enable-doxygen \
	--enable-dot \
	--enable-html-dox \
	--enable-latex-dox

%make
%make dox

%install
%makeinstall

# init
install -d %{buildroot}%{_initrddir}
install %{SOURCE1}  %{buildroot}%{_initrddir}/LCDd

# Move examples in %_bindir like previous release
install -d %{buildroot}%{_bindir}
install clients/examples/*.pl %{buildroot}%{_bindir}

# conf files
install -d %{buildroot}%{_sysconfdir}/lcdproc
install LCDd.conf %{buildroot}%{_sysconfdir}/lcdproc/LCDd.conf
# fix path to drivers
perl -pi -e 's|DriverPath=.*/|DriverPath=/usr/lib/lcdproc/|' %{buildroot}%{_sysconfdir}/lcdproc/LCDd.conf
# remove unwanted conf file (not used in initscript)
rm -vf %{buildroot}%{_sysconfdir}/LCDd.conf
touch scripts/lcdproc.conf  %{buildroot}%{_sysconfdir}/lcdproc/lcdproc.conf
echo "-s localhost -p 13666 C M X U P S" > %{buildroot}%{_sysconfdir}/lcdproc/lcdproc.conf


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.7-1
- (5c10c72) New version 0.5.7
- (5c10c72) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10610 |14cu|lcov-1.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LTP GCOV extension code coverage tool
Name:		lcov
Version:	1.12
Release:	1
Group:		Development/Other
License:	GPLv2
URL:		http://ltp.sourceforge.net/coverage/lcov.php
Source:		http://ltp.sourceforge.net/coverage/tools/%{name}-%{version}.tar.gz
BuildArch:	noarch

%description
LCOV is an extension of GCOV, a GNU tool which provides information
about what parts of a program are actually executed (i.e. "covered")
while running a particular test case. The extension consists of a set
of PERL scripts which build on the textual GCOV output to implement
HTML output and support for large projects.

%prep
%setup -q

%build

%install
%makeinstall PREFIX=%{buildroot}
chmod -x %{buildroot}%{_sysconfdir}/lcovrc

%files
%config(noreplace) %{_sysconfdir}/lcovrc
%{_bindir}/*
%{_mandir}/man*/*

%changelog

* Thu Sep 22 2016 alzim <alzim@bk.ru> 1.12-1
- (edccd24) Merge pull request #2 from import/lcov:rosa2016.1
- (edccd24) Updated to 1.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10611 |14cu|ldapscripts-2.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       ldapscripts
Version:    2.0.7
Release:    1
Summary:    LDAP Scripts
Group:      System/Servers
License:    GPL
URL:        http://contribs.martymac.com/
Source:     http://contribs.martymac.com/ldapscripts/%{name}-%{version}.tgz
Requires:   openldap-clients
Requires:   sharutils
Buildarch:  noarch

%description
LDAP Scripts written in bash which allow to create POSIX entries for users,
groups and machines in an LDAP directory.

They are similar to smbldap-tools but are written in sh instead of PERL and
only require OpenLDAP client commands (ldapadd, ldapdelete, ldapsearch,
ldapmodify, slappasswd).

%prep
%setup -q
sed -i.orig -e "s|^_RUNTIMEFILE=.*|_RUNTIMEFILE=\"%{_usr}/lib/%{name}/runtime\"|g" sbin/*
sed -i.orig -e "s|^_CONFIGFILE=.*|_CONFIGFILE=\"%{_sysconfdir}/%{name}/ldapscripts.conf\"|g" etc/* lib/*

%install
mkdir -p %{buildroot}%{_sbindir}
install -m 755 sbin/* %{buildroot}%{_sbindir}

mkdir -p %{buildroot}%{_sysconfdir}/%{name}
install -m 600 etc/* %{buildroot}%{_sysconfdir}/%{name}

mkdir -p %{buildroot}%{_usr}/lib/%{name}
install -m 600 lib/* %{buildroot}%{_usr}/lib/%{name}

mkdir -p %{buildroot}%{_mandir}
cp -a man/man* %{buildroot}%{_mandir}

%files
%doc README COPYING CHANGELOG 
%{_sbindir}/*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.passwd
%{_sysconfdir}/%{name}/*.template.sample
%{_usr}/lib/%{name}/runtime
%{_mandir}/man*/*

%changelog

* Sat Sep 24 2016 alzim <alzim@bk.ru> 2.0.7-1
- (a415e0d) Merge pull request #1 from import/ldapscripts:rosa2016.1
- (a415e0d) Updated to 2.0.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10612 |14cu|ldm-2.2.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LTSP Display Manager
Name:		ldm
Version:	2.2.18
Release:	1
License:	GPLv2+
Group:		System/X11
URL:		https://code.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk
Source0:	http://ftp.de.debian.org/debian/pool/main/l/ldm/%{name}_%{version}.orig.tar.xz
Source2:	%{name}.tmpfiles
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	gettext-devel
BuildRequires:	intltool
BuildRequires:	pkgconfig(iso-codes)
Requires:	netcat-traditional
Requires:	openssh-clients

%description
LTSP Display Manager handles network logins for remote desktop sessions.

%files -f ldm.lang
%doc COPYING README
%{_bindir}/*
%{_sbindir}/ldm
%{_libexecdir}/ldm/
%{_datadir}/ldm/
%{_mandir}/man1/ldm.1.xz
%{_datadir}/ltsp/screen.d/ldm
%{_tmpfilesdir}/%{name}.conf

#-----------------------------------------------------------

%package -n ldminfod
Summary:	LTSP client
Group:		System/X11
Requires:	openssh-server

%description -n ldminfod
Provides Linux Terminal Server capabilities to the LDM client.

%files -n ldminfod
%doc COPYING README
%{_sbindir}/ldminfod
%config(noreplace) %{_sysconfdir}/xinetd.d/ldminfod
%config(noreplace) %{_sysconfdir}/ltsp/ldm-global-dmrc

#-----------------------------------------------------------

%prep
%setup -q

%build
./autogen.sh
./configure --prefix=%{_prefix} \
        --exec-prefix=%{_prefix} \
        --bindir=%{_bindir} \
        --sbindir=%{_sbindir} \
        --sysconfdir=%{_sysconfdir} \
        --datadir=%{_datadir} \
        --includedir=%{_includedir} \
        --libdir=%{_libdir} \
        --libexecdir=%{_libexecdir} \
        --localstatedir=/var \
        --mandir=%{_mandir}
make

%install
%make DESTDIR=%{buildroot} install

%find_lang ldm
%find_lang ldmrc
%find_lang ltsp-cluster-info 
cat ltsp-cluster-info.lang ldmrc.lang >> ldm.lang

mkdir -p %{buildroot}%{_sysconfdir}/xinetd.d/ %{buildroot}%{_sbindir}
install -m 0755 ldminfod/ldminfod %{buildroot}%{_sbindir}/ldminfod
install -m 0644 ldminfod/xinetd.d/ldminfod %{buildroot}%{_sysconfdir}/xinetd.d/ldminfod

rm -rf %{buildroot}%{_datadir}/ldm/themes/ltsp

mkdir -p %{buildroot}%{_sysconfdir}/ltsp
cat > %{buildroot}%{_sysconfdir}/ltsp/ldm-global-dmrc <<EOL
[Desktop]
#Session=gnome
#Session=kde
#Session=xfce4
#Session=sugar
#Language=ja_JP.utf8
#Language=en_US.utf8
EOL
chmod 644 %{buildroot}%{_sysconfdir}/ltsp/ldm-global-dmrc

install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%changelog

* Sat Sep 24 2016 alzim <alzim@bk.ru> 2.2.18-1
- (e703fac) Merge pull request #1 from import/ldm:rosa2016.1
- (e703fac) Updated to 2.2.18



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10613 |14cu|ldns-1.6.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

%define build_python 1

Summary:	Lowlevel DNS(SEC) library with API
Name:		ldns
Version:	1.6.17
Release:	1
License:	BSD
Group:		System/Libraries
URL:		http://www.nlnetlabs.nl/ldns/
Source0:	http://www.nlnetlabs.nl/downloads/ldns/ldns-%{version}.tar.gz
Patch0:		ldns-1.6.17-avoid-version.diff
Patch1:		ldns-1.6.17-build_only_once.diff
Patch2:		ldns-1.6.17-keygen.diff

BuildRequires:	automake 
BuildRequires:	autoconf 
BuildRequires:	libtool
BuildRequires:	pkgconfig(libcrypto)
BuildRequires:	doxygen
%if %{build_python}
BuildRequires:	swig
BuildRequires:	pkgconfig(python)
%endif

%description
ldns is a library with the aim to simplify DNS programing in C. All
lowlevel DNS/DNSSEC operations are supported. We also define a higher
level API which allows a programmer to (for instance) create or sign
packets.

#---------------------------------------------------

%package -n	%{name}-utils
Summary:	DNS(SEC) utility
Group:		Networking/Other
Requires:	%{libname} = %{EVRD}

%description -n	%{name}-utils
This package contains various utilities used to manage
and validate DNSSEC zones using ldns library. 

%files -n %{name}-utils
%doc README LICENSE
%{_bindir}/*
%exclude %{_bindir}/%{name}-config
%{_mandir}/man1/*

#---------------------------------------------------

%package -n	%{libname}
Summary:	Lowlevel DNS(SEC) library with API
Group:		System/Libraries

%description -n	%{libname}
ldns is a library with the aim to simplify DNS programing in C. All
lowlevel DNS/DNSSEC operations are supported. We also define a higher
level API which allows a programmer to (for instance) create or sign
packets.


%files -n %{libname}
%doc README LICENSE 
%{_libdir}/lib*so.%{major}*
#---------------------------------------------------

%package -n	%{develname}
Summary:	Development package that includes the ldns header files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{develname}
The devel package contains the ldns library and the include files

%files -n %{develname}
%doc docs/* Changelog README
%dir %{_includedir}/ldns
%{_includedir}/ldns/*
%{_libdir}/lib*.so
%{_mandir}/man3/*
%{_bindir}/%{name}-config
#---------------------------------------------------

%if %{build_python}
%define __noautoprov '_ldns.so'

%package -n 	python-%{name}
Summary:	Python extensions for ldns
Group:		Development/Python

%description -n python-%{name}
Python extensions for ldns

%files -n python-%{name}
%doc README LICENSE
%{py_platsitedir}/*
%endif
#---------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%configure2_5x \
	--disable-rpath \
%if %{build_python}
        --with-pyldns \
%endif
	--disable-static

( cd examples ; %configure2_5x --disable-rpath )
( cd drill ; %configure2_5x --disable-rpath )

%make
( cd examples ; %make )
( cd drill ; %make )

%install
%makeinstall_std
( cd examples ; %makeinstall_std )
( cd drill ; %makeinstall_std )

# cleanup and fix --short-circuit
rm -rf docs; mkdir -p docs
cp -rp doc docs/
rm -rf docs/doc/man
rm -f docs/doc/doxyparse.pl
rm -f docs/doc/ldns_manpages
rm -rf docs/doc/.svn

#we don't want these
find %{buildroot} -name "*.la" -exec rm -rf {} \;

%if %{build_python}
#remove executable bit
chmod a-x %{buildroot}%{py_platsitedir}/*py
%endif








%changelog

* Sun Aug 23 2015 abfonly <abfonly@gmail.com> 1.6.17-1
- (787771a) Log: Update to 1.6.17
- (787771a) -fixed build and linting
- (787771a) -spec clean.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10614 |14cu|leafpad-0.8.18.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	title	Leafpad

Summary:	Notepad clone
Name:		leafpad
Version:	0.8.18.1
Release:	7
License:	GPLv2+

Group:		Editors

URL:		http://tarot.freeshell.org/leafpad/
Source0:	http://download.savannah.gnu.org/releases/leafpad/%{name}-%{version}.tar.gz
Patch0:		leafpad-0.8.16-fix-str-fmt.patch
Patch1:		leafpad-0.8.17-fix-desktop.patch

BuildRequires:	gtk2-devel
BuildRequires:	intltool

%description
Leafpad is a simple GTK+ based text editor.
The user interface is similar to "notepad",
and it aims to be lighter than GEdit and
KWrite and to be as useful as them.

Following features are intended...

    * Minimum requirement
    * Minimal menu item
    * No toolbar
    * Single document interface (SDI)
    * Character coding auto detection

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
%configure2_5x
%make WARN_CFLAGS=""

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc COPYING README
%{_bindir}/*
%{_datadir}/pixmaps/*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/leafpad.*



%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 0.8.18.1-7
- (caa9ba5) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10615 |14cu|ledit-2.03-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Line editor
Name:		ledit
Version:	2.03
Release:	1
License:	BSD like
Group:		Editors
Url:		http://pauillac.inria.fr/~ddr/ledit/
Source0:	http://pauillac.inria.fr/~ddr/ledit/distrib/src/%{name}-%{version}.tgz
BuildRequires:	camlp5
BuildRequires:	ocaml
BuildRequires:	pkgconfig(ncurses)

%description
Ledit is a line editor, allowing to use control commands like in emacs
or in shells (bash, tcsh). To be used with interactive commands. It is
written in Ocaml and Camlp4 and uses the library unix.cma.

%files
%doc CHANGES LICENSE README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q
perl -pi -e 's|\+camlp5|+site-lib/camlp5|' Makefile

chmod 0644 CHANGES LICENSE README

%build
make

%install
make \
	BINDIR=%{buildroot}%{_bindir} \
	MANDIR=%{buildroot}%{_mandir}/man1 \
	install


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.03-1
- (9b11b97) New version 2.03
- (9b11b97) Disable debug package
- (9b11b97) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10616 |14cu|leechcraft-0.6.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Modular Internet Client
Name:		leechcraft
Version:	0.6.0
Release:	8
License:	GPLv3+
Group:		Networking/Other
Url:		http://leechcraft.org
Source0:	http://netcologne.dl.sourceforge.net/project/%{name}/LeechCraft/%{version}/%{name}-%{version}.tar.xz
Patch0:		leechcraft-0.5.97-linkage.patch
Patch1:		leechcraft-0.5.97-soname.patch
Patch2:		leechcraft-0.6.0-cpp11.patch
Patch3:		leechcraft-0.6.0-clang.patch
# From upstream
Patch4:		leechcraft-0.6.0-ffmpeg2.5-0.patch
Patch5:		leechcraft-0.6.0-ffmpeg2.5-1.patch
Patch6:		leechcraft-0.6.0-ffmpeg2.5-2.patch
Patch7:		leechcraft-0.6.0-ffmpeg2.5-3.patch
Patch8:		leechcraft-0.6.0-ffmpeg2.5-4.patch
Patch9:		leechcraft-0.6.0-ffmpeg2.5-5.patch
Patch10:	leechcraft-0.6.0-libtorrent-rasterbar-1.x.patch
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	liblastfm-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	magic-devel
BuildRequires:	qt4-devel
BuildRequires:	qwt-devel
BuildRequires:	qxmpp-devel >= 0.7.5
BuildRequires:	pkgconfig(ddjvuapi)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(libchromaprint)
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libspectre)
BuildRequires:	pkgconfig(libtorrent-rasterbar)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(poppler-cpp)
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xscrnsaver)
# Core modules:
Requires:	%{name}-cstp = %{EVRD}
Requires:	%{name}-sb2 = %{EVRD}
Requires:	%{name}-summary = %{EVRD}
Requires:	%{name}-tabsessmanager = %{EVRD}
Requires:	%{name}-tpi = %{EVRD}
Suggests:	%{name}-plugins-main = %{EVRD}

%description
LeechCraft is a free modular "Internet client" application.

LeechCraft allows to browse the web, read RSS/Atom feeds, download
files via BitTorrent, HTTP, FTP and DC, automatically stream,
download or play podcasts and other media files and much more.

Features can be easily added via plugins that can be integrated with
each other with no effect while staying abstract from the exact
implementation.

This package contains the main LeechCraft executable, which connects
all the plugins with each other, routes requests between them, tracks
dependencies and performs several other housekeeping tasks.

%files -f %{name}.lang
%{_bindir}/leechcraft
%{_bindir}/leechcraft-add-file
%{_bindir}/leechcraft-handle-file
%{_datadir}/applications/leechcraft.desktop
%{_iconsdir}/hicolor/*/apps/leechcraft_main.png
%{_datadir}/%{name}/global_icons/
%{_datadir}/%{name}/qml/common
%{_datadir}/%{name}/qml/org
%{_datadir}/%{name}/settings/coresettings.xml
%{_datadir}/%{name}/sounds/
%{_datadir}/%{name}/themes/
%{_mandir}/man1/leechcraft.1*
%{_mandir}/man1/leechcraft-add-file.1*
%{_mandir}/man1/leechcraft-handle-file.1*

#----------------------------------------------------------------------------

%package plugins-main
Summary:	LeechCraft main modules
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-advancednotifications = %{EVRD}
Requires:	%{name}-aggregator = %{EVRD}
Requires:	%{name}-azoth = %{EVRD}
Requires:	%{name}-bittorrent = %{EVRD}
Requires:	%{name}-lackman = %{EVRD}
Requires:	%{name}-lmp = %{EVRD}
Requires:	%{name}-monocle = %{EVRD}
Requires:	%{name}-poshuku = %{EVRD}

%description plugins-main
A meta-task to install LeechCraft key modules.

It selects following modules:
 * advancednotifications
 * aggregator
 * azoth
 * bittorrent
 * lackman
 * lmp
 * monocle
 * poshuku

Some other key modules are already selected by main LeechCraft package:
 * cstp
 * sb2
 * summary
 * tabsessmanager
 * tpi

%files plugins-main

#----------------------------------------------------------------------------

%package plugins-extra
Summary:	LeechCraft extra modules
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-anhero = %{EVRD}
Requires:	%{name}-auscrie = %{EVRD}
Requires:	%{name}-blogique = %{EVRD}
Requires:	%{name}-dbusmanager = %{EVRD}
Requires:	%{name}-deadlyrics = %{EVRD}
Requires:	%{name}-dolozhee = %{EVRD}
Requires:	%{name}-gacts = %{EVRD}
Requires:	%{name}-glance = %{EVRD}
Requires:	%{name}-gmailnotifier = %{EVRD}
Requires:	%{name}-historyholder = %{EVRD}
Requires:	%{name}-hotsensors = %{EVRD}
Requires:	%{name}-hotstreams = %{EVRD}
Requires:	%{name}-kbswitch = %{EVRD}
Requires:	%{name}-kinotify = %{EVRD}
Requires:	%{name}-knowhow = %{EVRD}
Requires:	%{name}-lastfmscrobble = %{EVRD}
Requires:	%{name}-launchy = %{EVRD}
Requires:	%{name}-lemon = %{EVRD}
Requires:	%{name}-lhtr = %{EVRD}
Requires:	%{name}-liznoo = %{EVRD}
Requires:	%{name}-musiczombie = %{EVRD}
Requires:	%{name}-nacheku = %{EVRD}
Requires:	%{name}-netstoremanager = %{EVRD}
Requires:	%{name}-networkmonitor = %{EVRD}
Requires:	%{name}-newlife = %{EVRD}
Requires:	%{name}-otlozhu = %{EVRD}
Requires:	%{name}-pintab = %{EVRD}
Requires:	%{name}-pogooglue = %{EVRD}
Requires:	%{name}-secman = %{EVRD}
Requires:	%{name}-seekthru = %{EVRD}
Requires:	%{name}-shaitan = %{EVRD}
Requires:	%{name}-syncer = %{EVRD}
Requires:	%{name}-tabslist = %{EVRD}
Requires:	%{name}-touchstreams = %{EVRD}
Requires:	%{name}-vgrabber = %{EVRD}
Requires:	%{name}-vrooby = %{EVRD}
Requires:	%{name}-xproxy = %{EVRD}

%description plugins-extra
A meta-task to install LeechCraft additional modules.

It selects following modules:
 * anhero
 * auscrie
 * blogique
 * dbusmanager
 * deadlyrics
 * dolozhee
 * gacts
 * glance
 * gmailnotifier
 * historyholder
 * hotsensors
 * hotstreams
 * kbswitch
 * kinotify
 * knowhow
 * lastfmscrobble
 * launchy
 * lemon
 * lhtr
 * liznoo
 * musiczombie
 * nacheku
 * netstoremanager
 * networkmonitor
 * newlife
 * otlozhu
 * pintab
 * pogooglue
 * secman
 * seekthru
 * shaitan
 * syncer
 * tabslist
 * touchstreams
 * vgrabber
 * vrooby
 * xproxy

%files plugins-extra

#----------------------------------------------------------------------------

%define lcutil_major 0
%define liblcutil %mklibname lcutil %{lcutil_major}

%package -n %{liblcutil}
Summary:	LeechCraft shared library
Group:		System/Libraries

%description -n %{liblcutil}
LeechCraft shared library.

%files -n %{liblcutil}
%{_libdir}/liblcutil.so.%{lcutil_major}*

#----------------------------------------------------------------------------

%define xmlsettingsdialog_major 0
%define libxmlsettingsdialog %mklibname xmlsettingsdialog %{xmlsettingsdialog_major}

%package -n %{libxmlsettingsdialog}
Summary:	LeechCraft shared library
Group:		System/Libraries

%description -n %{libxmlsettingsdialog}
LeechCraft shared library.

%files -n %{libxmlsettingsdialog}
%{_libdir}/libxmlsettingsdialog.so.%{xmlsettingsdialog_major}*

#----------------------------------------------------------------------------

%package devel
Summary:	LeechCraft development files
Group:		Development/Other
Requires:	%{liblcutil} = %{EVRD}
Requires:	%{libxmlsettingsdialog} = %{EVRD}

%description devel
LeechCraft development files. Install them if you want to develop plugins.

%files devel
%{_libdir}/liblcutil.so
%{_libdir}/libxmlsettingsdialog.so
%{_includedir}/%{name}
%{_datadir}/cmake/Modules/InitLCPlugin.cmake
%{_datadir}/%{name}/cmake/

#----------------------------------------------------------------------------

%package advancednotifications
Summary:	LeechCraft Notifications framework module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description advancednotifications
This package provides an advanced notifications module for Leechcraft.

It's used for more flexible notifications customization.

%files advancednotifications -f leechcraft_advancednotifications.lang
%{_libdir}/%{name}/plugins/libleechcraft_advancednotifications*
%{_datadir}/%{name}/qml/advancednotifications
%{_datadir}/%{name}/settings/advancednotificationssettings.xml

#----------------------------------------------------------------------------

%package aggregator
Summary:	LeechCraft RSS/Atom Aggregator module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-poshuku = %{EVRD}
Requires:	qt4-database-plugin-sqlite

%description aggregator
This package provides a RSS/Atom feed reader module for LeechCraft.

It features:
 * RSS 0.92/0.93/1.0/2.0, Atom 0.3/1.0;
 * extensions like GeoRSS, MediaRSS, Comment API etc;
 * OPML support;
 * broadcatching and fetching arbitrary data with regexps;
 * tape mode for news display;
 * individual options for each channel like update interval;
 * storage either in SQLite or PostgreSQL;
 * exporting feeds to FB2 for further reading on handheld devices.

%files aggregator -f leechcraft_aggregator.lang
%{_libdir}/%{name}/plugins/libleechcraft_aggregator*
%{_datadir}/%{name}/scripts/aggregator
%{_datadir}/%{name}/settings/aggregatorsettings.xml

#----------------------------------------------------------------------------

%package anhero
Summary:	LeechCraft Crash handler module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description anhero
This package provides a crash handler module for LeechCraft.

It uses KDE utils to handle crashes, show backtraces and aid
in sending bug reports.

KDE itself is not necessary to be running for AnHero to work.

%files anhero -f leechcraft_anhero.lang
%{_libdir}/%{name}/plugins/libleechcraft_anhero*

#----------------------------------------------------------------------------

%package auscrie
Summary:	LeechCraft screenshoter Module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description auscrie
This package provides a screenshooter module for LeechCraft.

It allows to make screenshots of LeechCraft and then either save them
locally or upload them to an imagebin.

%files auscrie -f leechcraft_auscrie.lang
%{_libdir}/%{name}/plugins/libleechcraft_auscrie*

#----------------------------------------------------------------------------

%package azoth
Summary:	Instant Messager client module for LeechCraft
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}

%description azoth
This package provides a modular IM client for LeechCraft.

Totally in the spirit of LeechCraft, Azoth is modular itself. For example,
protocols are provided by corresponding plugins, so Azoth is a multiprotocol
client as well. Modularity also allows Azoth to be flexible, extensible and
enables the modules to use each other and avoid code and functionality
duplication.

Unlike other multiprotocol clients which tend to implement only those
features that are present in all the protocols, Azoth is modelled after the
XMPP protocol, aiming to provide extensive and full support for XMPP while
remaining usable for other protocols.

%files azoth -f leechcraft_azoth.lang
%{_libdir}/%{name}/plugins/libleechcraft_azoth*
%{_datadir}/%{name}/azoth
%{_datadir}/applications/leechcraft-azoth-acetamide.desktop
%{_datadir}/applications/leechcraft-azoth-xoox.desktop
%{_datadir}/%{name}/settings/azoth*

#----------------------------------------------------------------------------

%package bittorrent
Summary:	LeechCraft BitTorrent client module
Group:		Networking/File transfer
Requires:	%{name} = %{EVRD}

%description bittorrent
This package provides a bittorrent client for LeechCraft.

It is feature-rich, fast and efficient.

Features
 * Support for DHT.
 * Magnet links support.
 * Sequential download mode where torrent is download sequentially.
 * Torrents queue, limiting number of seeding/leeching torrents.
 * Ability to rename files and directories in the torrent.
 * Selective download: possibility to select specific files from torrent.
 * Continue downloads left by any other client.
 * Support for sparse files.
 * Tags for torrents.
 * Global and per-torrent speed limits.
 * Connection number limits.
 * Fast resume support to avoid long startup times.
 * IP filter to block/unblock unwanted peers.
 * Support for extension protocol
etc.

%files bittorrent -f leechcraft_bittorrent.lang
%{_libdir}/%{name}/plugins/libleechcraft_bittorrent*
%{_datadir}/applications/leechcraft-bittorrent.desktop
%{_datadir}/%{name}/settings/torrentsettings.xml

#----------------------------------------------------------------------------

%package blogique
Summary:	LeechCraft blogging client module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-lhtr = %{EVRD}

%description blogique
It supports different blogging platforms via different submodules.

Current sublodules are:
 * hestia, a local blogging platform
 * metida, a LiveJournal client

%files blogique -f leechcraft_blogique.lang
%{_libdir}/%{name}/plugins/libleechcraft_blogique.so
%{_libdir}/%{name}/plugins/libleechcraft_blogique_hestia.so
%{_libdir}/%{name}/plugins/libleechcraft_blogique_metida.so
%{_datadir}/%{name}/qml/blogique
%{_datadir}/%{name}/settings/blogique*

#----------------------------------------------------------------------------

%package cstp
Summary:	LeechCraft HTTP module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description cstp
This package provides HTTP implementation plugin for LeechCraft.

It is a clean and simple HTTP implementation. Mainly used by many other
plugins, like Aggregator or SeekThru or vGrabber.

Features:
 * Support for redirects.
 * Automatic downloads from other plugins.
 * Support for continuing of interrupted downloads.

%files cstp -f leechcraft_cstp.lang
%{_libdir}/%{name}/plugins/libleechcraft_cstp*
%{_datadir}/%{name}/settings/cstpsettings.xml

#----------------------------------------------------------------------------

%package dbusmanager
Summary:	LeechCraft D-Bus module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description dbusmanager
This package provides a D-Bus implementation module for LeechCraft.

It allows to use D-Bus. Currently, this only means showing notifications
via implementations supporting FreeDesktop's notifications standard,
like KDE 4.4 (or higher), Gnome, XFCE and others.

%files dbusmanager -f leechcraft_dbusmanager.lang
%{_libdir}/%{name}/plugins/libleechcraft_dbusmanager*
%{_datadir}/%{name}/settings/dbusmanagersettings.xml

#----------------------------------------------------------------------------

%package deadlyrics
Summary:	LeechCraft lyrics finder module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description deadlyrics
This package provides a lyrics finder module for LeechCraft.

It is a simple client for searching song lyrics on various sites.
The search interface is available via LeechCraft Summary.

%files deadlyrics -f leechcraft_deadlyrics.lang
%{_libdir}/%{name}/plugins/libleechcraft_deadlyrics*

#----------------------------------------------------------------------------

%package dolozhee
Summary:	LeechCraft issue reporting module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description dolozhee
This package provides a Dolozhee module for LeechCraft.

It allows to quickly and easily submit bug reports and feature
requests to LeechCraft issues tracker.

%files dolozhee -f leechcraft_dolozhee.lang
%{_libdir}/%{name}/plugins/libleechcraft_dolozhee*

#----------------------------------------------------------------------------

%package gacts
Summary:	LeechCraft global actions module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description gacts
This package provides a global shortcut manager for LeechCraft.

It allows to set and use global hotkeys.

%files gacts
%{_libdir}/%{name}/plugins/libleechcraft_gacts*

#----------------------------------------------------------------------------

%package glance
Summary:	LeechCraft opened tabs overview module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description glance
This package provides a tabs overview module for Leechcraft.

It allows to show the thumbnailed grid overview of tabs.


%files glance -f leechcraft_glance.lang
%{_libdir}/%{name}/plugins/libleechcraft_glance*

#----------------------------------------------------------------------------

%package gmailnotifier
Summary:	LeechCraft GMail notifier module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description gmailnotifier
This package provides a GMail notifications module for Leechcraft.

It allows to get notifications about new mail in your GMail account.

It has configurable frequency of the updates and the number of last unread
messages shown.

%files gmailnotifier -f leechcraft_gmailnotifier.lang
%{_libdir}/%{name}/plugins/libleechcraft_gmailnotifier*
%{_datadir}/%{name}/qml/gmailnotifier
%{_datadir}/%{name}/settings/gmailnotifiersettings.xml

#----------------------------------------------------------------------------

%package historyholder
Summary:	LeechCraft history module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description historyholder
This package provides a history keeper module for LeechCraft.

It allows to store information about finished downloads and similar events
and allows to search it by text, wildcard, regular expressions or tags.

%files historyholder -f leechcraft_historyholder.lang
%{_libdir}/%{name}/plugins/libleechcraft_historyholder*

#----------------------------------------------------------------------------

%package hotsensors
Summary:	LeechCraft temperature sensors module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description hotsensors
This package provides a temperature sensors module for LeechCraft.

%files hotsensors
%{_libdir}/%{name}/plugins/libleechcraft_hotsensors*
%{_datadir}/%{name}/qml/hotsensors

#----------------------------------------------------------------------------

%package hotstreams
Summary:	LeechCraft Radio streams module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-lmp = %{EVRD}

%description hotstreams
This package provides a radio streams module for LeechCraft.

%files hotstreams
%{_libdir}/%{name}/plugins/libleechcraft_hotstreams*

#----------------------------------------------------------------------------

%package kbswitch
Summary:	LeechCraft keyboard switcher module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description kbswitch
This module allows to change keyboard layouts from LeechCraft.

%files kbswitch
%{_libdir}/%{name}/plugins/libleechcraft_kbswitch*
%{_datadir}/%{name}/settings/kbswitchsettings.xml

#----------------------------------------------------------------------------

%package kinotify
Summary:	LeechCraft kinetic notifications module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description kinotify
This package contains a fancy notifications module for LeechCraft.

It provides fancy kinetic notifications LeechCraft-wide instead of old-style
tray-based ones. It supports notifications with HTML markup, notification
actions (for example, "Open chat" action in a notification about incoming IM
message) and is fully themable.

Features:
 * Supports HTML markup.
 * Supports notification actions.
 * Themable.
 * Platform-independent.

%files kinotify -f leechcraft_kinotify.lang
%{_libdir}/%{name}/plugins/libleechcraft_kinotify*
%{_datadir}/%{name}/settings/kinotifysettings.xml
%{_datadir}/%{name}/kinotify/

#----------------------------------------------------------------------------

%package knowhow
Summary:	LeechCraft Tips of the day module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description knowhow
This package provides a tips module for LeechCraft.

It allows to display tips of the day window when LeechCraft starts.

%files knowhow
%{_libdir}/%{name}/plugins/libleechcraft_knowhow*
%{_datadir}/%{name}/settings/knowhowsettings.xml
%{_datadir}/%{name}/knowhow/

#----------------------------------------------------------------------------

%package lackman
Summary:	LeechCraft package manager module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description lackman
This package provides a package manager module for Leechcraft.

It allows to install script plugins, iconsets, translations, additional data
and other similar packages.

It also supports dependencies between packages as well as versioning and
automatic updates of the packages. LackMan works completely in userspace and
is crossplatform by its nature.

Features:
 * Allows installation of script plugins, icons and various other data.
 * Supports versioning and automatic updates of packages.
 * Supports dependencies between packages.
 * Works entirely in userspace, operating in user's home directory.
 * Is a crossplatform package manager.

%files lackman -f leechcraft_lackman.lang
%{_libdir}/%{name}/plugins/libleechcraft_lackman*
%{_datadir}/%{name}/settings/lackmansettings.xml

#----------------------------------------------------------------------------

%package lastfmscrobble
Summary:	LeechCraft Last.FM Scrobble module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-lmp = %{EVRD}

%description lastfmscrobble
This package contains a LastFMScrobble module for LeechCraft.

It provides support for the Last.FM service. For example, it scrobble tracks
from other players, requests similar artists (on demand by other players as
well), supports fetching album art, etc.

Features:
 * Scrobbling listened tracks from other players like LMP to Last.FM.
 * "Loving" listened tracks.
 * Support for requesting artists that are similar to a given artist.
 * Automatic fetching of album art.
 * Support for Last.FM radio.
 * Fetching personalized recommendations.
 * Fetching recent releases of artists that are in the user's collection.
 * Fetching artists biography.
 * Configurable language of the fetched information.

%files lastfmscrobble -f leechcraft_lastfmscrobble.lang
%{_libdir}/%{name}/plugins/libleechcraft_lastfmscrobble*
%{_datadir}/%{name}/settings/lastfmscrobblesettings.xml

#----------------------------------------------------------------------------

%package launchy
Summary:	LeechCraft launcher module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description launchy
This package provides a third-party applications launcher module
for LeechCraft.

Features:
 * Support for favorites.
 * Quark for quickly opening applications added to favorites.
 * Keyboard navigation.
 * Filtering by application name, description or executable name.

%files launchy -f leechcraft_launchy.lang
%{_libdir}/%{name}/plugins/libleechcraft_launchy*
%{_datadir}/%{name}/qml/launchy

#----------------------------------------------------------------------------

%package lemon
Summary:	LeechCraft network monitor module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description lemon
This package provides another network monitor module for Leechcraft.

It provides a quark for panels like SB2 and traffic graphs.

%files lemon
%{_libdir}/%{name}/plugins/libleechcraft_lemon*
%{_datadir}/%{name}/qml/lemon

#----------------------------------------------------------------------------

%package lhtr
Summary:	LeechCraft HTML WYSIWYG editor module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description lhtr
This package provides a HTML WYSIWYG editor module for Leechcraft.

It can be usable with mail and blog modules.

%files lhtr -f leechcraft_lhtr.lang
%{_libdir}/%{name}/plugins/libleechcraft_lhtr*
%{_datadir}/%{name}/settings/lhtrsettings.xml

#----------------------------------------------------------------------------

%package liznoo
Summary:	LeechCraft power managment module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	upower

%description liznoo
This package provides a power manager plugin for Leechcraft.

It uses UPower on Linux.

Features:
 * Displays battery status in LeechCraft tray.
 * Displays battery charge and power consumption history.
 * Notifies other plugins about sleep and resume events. This way plugins
   like Azoth can disconnect from servers gracefully on hibernation and
   reconnect properly on startup.
 * Allows user to easily sleep/hibernate the system.
 * Notifies user when device starts discharging or charging.
 * Notifies user on low power level.

%files liznoo -f leechcraft_liznoo.lang
%{_libdir}/%{name}/plugins/libleechcraft_liznoo*
%{_datadir}/%{name}/settings/liznoosettings.xml

#----------------------------------------------------------------------------

%package lmp
Summary:	LeechCraft Media player module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Suggests:	%{name}-deadlyrics = %{EVRD}
Suggests:	%{name}-hotstreams = %{EVRD}
Suggests:	%{name}-lastfmscrobble = %{EVRD}
Suggests:	%{name}-musiczombie = %{EVRD}
Suggests:	%{name}-touchstreams = %{EVRD}

%description lmp
This package provides a audio player module for LeechCraft.

It allows to play audio and stream audio.
It uses Phonon as a backend thus supporting major codecs.

Features:
 * Support for major audio formats.
 * Streaming media over Internet.
 * Play queue.
 * Support for automatic podcast playing (with a plugin like Aggregator).

%files lmp -f leechcraft_lmp.lang
%{_libdir}/%{name}/plugins/libleechcraft_lmp*
%{_datadir}/%{name}/settings/lmp*

#----------------------------------------------------------------------------

%package monocle
Summary:	LeechCraft document viewer module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description monocle
This package provides a modular document viewer module for LeechCraft.

It supports different document formats via different backends.

Currently it has backends for:
 * PDF
 * PostScript
 * Djvu
 * FB2

%files monocle -f leechcraft_monocle.lang
%{_libdir}/%{name}/plugins/libleechcraft_monocle*
%{_datadir}/%{name}/settings/monoclesettings.xml
%{_datadir}/applications/leechcraft-monocle-fxb.desktop
%{_datadir}/applications/leechcraft-monocle-pdf.desktop
%{_datadir}/applications/leechcraft-monocle-postrus.desktop
%{_datadir}/applications/leechcraft-monocle-seen.desktop

#----------------------------------------------------------------------------

%package musiczombie
Summary:	LeechCraft MusicBrainz.org client module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-lmp = %{EVRD}

%description musiczombie
This package provides a MusicBrainz.org client module for LeechCraft.

%files musiczombie
%{_libdir}/%{name}/plugins/libleechcraft_musiczombie*

#----------------------------------------------------------------------------

%package nacheku
Summary:	LeechCraft link watcher module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description nacheku
This package provides a Nacheku plugin for LeechCraft.

It allows to watch clipboard and directory in order to
get links and download files.

%files nacheku
%{_libdir}/%{name}/plugins/libleechcraft_nacheku*
%{_datadir}/%{name}/settings/nachekusettings.xml

#----------------------------------------------------------------------------

%package netstoremanager
Summary:	LeechCraft network file storages module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description netstoremanager
This package provides a network storage module for Leechcraft.

It allows to manage network storages like Google Drive.
It is modular, so different storages can be added to it
without modifying the plugin itself.

Features:
 * Upload files easily from LeechCraft.
 * Maintain the list of uploaded files.
 * Delete the uploaded files (if supported by service).
 * Support for prolongating uploaded files (if supported by service).

Supported services:
 * Google Drive
 * Yandex.Disk (currently disabled)

%files netstoremanager -f leechcraft_netstoremanager.lang
%{_libdir}/%{name}/plugins/libleechcraft_netstoremanager*
%{_datadir}/%{name}/settings/netstoremanagersettings.xml
%{_datadir}/%{name}/settings/nsmgoogledrivesettings.xml

#----------------------------------------------------------------------------

%package networkmonitor
Summary:	LeechCraft network monitor module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description networkmonitor
This package provides a network monitor module for LeechCraft.

It allows to watch for HTTP requests and allows to inspect them and search
through the list.

%files networkmonitor -f leechcraft_networkmonitor.lang
%{_libdir}/%{name}/plugins/libleechcraft_networkmonitor*

#----------------------------------------------------------------------------

%package newlife
Summary:	LeechCraft settings importer module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description newlife
This package provides a settings importer module for LeechCraft.

It allows to import settings, preferences etc. from various applications.

Currently it supports
 * Kopete: chat history.
 * Psi+: account settings, chat history.
 * Vacuum IM: account settings, chat history.
 * Akregator: feeds list, individual settings for each feed, like
   update interval and custom storage parameters, Akregator's settings.
 * Firefox: history, bookmarks, RSS feeds (aka Live bookmarks).
 * Liferea: feeds list.

%files newlife -f leechcraft_newlife.lang
%{_libdir}/%{name}/plugins/libleechcraft_newlife*

#----------------------------------------------------------------------------

%package otlozhu
Summary:	LeechCraft ToDo manager module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description otlozhu
This package provides a ToDo manager module for LeechCraft.

It is a GTD-inspired ToDo manager.

%files otlozhu -f leechcraft_otlozhu.lang
%{_libdir}/%{name}/plugins/libleechcraft_otlozhu*

#----------------------------------------------------------------------------

%package pintab
Summary:	LeechCraft pinning tabs module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description pintab
This package provides a pinning tabs module for LeechCraft.

It allows to pin important tabs so that they occupy less space.

%files pintab -f leechcraft_pintab.lang
%{_libdir}/%{name}/plugins/libleechcraft_pintab*

#----------------------------------------------------------------------------

%package pogooglue
Summary:	LeechCraft quick google search module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-poshuku = %{EVRD}

%description pogooglue
This package provides a quick search module for LeechCraft.

It allows to search instantly selected text in Google.

%files pogooglue -f leechcraft_pogooglue.lang
%{_libdir}/%{name}/plugins/libleechcraft_pogooglue*

#----------------------------------------------------------------------------

%package poshuku
Summary:	Web Browser module for LeechCraft
Group:		Networking/WWW
Requires:	%{name} = %{EVRD}

%description poshuku
This package provides a full-featured WebKit-based Web Browser for LeechCraft.

%files poshuku -f leechcraft_poshuku.lang
%{_libdir}/%{name}/plugins/libleechcraft_poshuku*
%{_datadir}/%{name}/installed/poshuku
%{_datadir}/%{name}/settings/poshuku*

#----------------------------------------------------------------------------

%package sb2
Summary:	LeechCraft SideBar2 module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description sb2
This package provides another side bar module for Leechcraft.

It is a next-gen fluid sidebar with quick launch, tabs and tray areas.

%files sb2
%{_libdir}/%{name}/plugins/libleechcraft_sb2*
%{_datadir}/%{name}/qml/sb2

#----------------------------------------------------------------------------

%package secman
Summary:	LeechCraft security manager module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description secman
This package provides a security manager module for LeechCraft.

%files secman
%{_libdir}/%{name}/plugins/libleechcraft_secman*

#----------------------------------------------------------------------------

%package seekthru
Summary:	LeechCraft OpenSearch module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description seekthru
This package contains an OpenSearch module for LeechCraft.

It provides a search client for OpenSearch-enabled web sites and engines.

Features:
 * Support for autodiscovery of OpenSearch-capable web sites.
 * Tagging of search engines.
 * Support for queries to several search engines at once.
 * Support search results in RSS/Atom format and subscribe to them
   with a suitable plugin like Aggregator.
 * Show results in HTML format with a suitable plugin like Poshuku.

%files seekthru -f leechcraft_seekthru.lang
%{_libdir}/%{name}/plugins/libleechcraft_seekthru*
%{_datadir}/%{name}/settings/seekthrusettings.xml

#----------------------------------------------------------------------------

%package shaitan
Summary:	LeechCraft terminal module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	xterm

%description shaitan
This package provides a terminal module for LeechCraft, a wrapper over xterm.

%files shaitan
%{_libdir}/%{name}/plugins/libleechcraft_shaitan*

#----------------------------------------------------------------------------

%package summary
Summary:	LeechCraft summary info module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description summary
This package provides a summary module for LeechCraft.

It allows to show a quick overview of LeechCraft's state. It shows current
tasks like leeching or seeding torrents and downloading files with context-
dependent actions and views. It also can collect status information from
other plugins like unread channels.

Summary also allows to perform searches via the installed plugins
like SeekThru, HistoryHolder or vGrabber.

Features:
 * List of current tasks and events with context-dependent actions
   and views for selected items.
 * Support for gathering status information from other plugins.
 * Category-based search query support via other plugins.

%files summary -f leechcraft_summary.lang
%{_libdir}/%{name}/plugins/libleechcraft_summary*

#----------------------------------------------------------------------------

%package syncer
Summary:	LeechCraft synchronization module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description syncer
This package provides a synchronization module for LeechCraft.

It allows to synchronize data and settings between LeechCraft instances
running on different machines.

%files syncer -f leechcraft_syncer.lang
%{_libdir}/%{name}/plugins/libleechcraft_syncer*
%{_datadir}/%{name}/settings/syncersettings.xml

#----------------------------------------------------------------------------

%package tabsessmanager
Summary:	LeechCraft tab session manager module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description tabsessmanager
This package provides a Tab Session Manager module for LeechCraft.

TabSessManager allows to restore automatically last session and
allows to create named sessions.

Features:
 * Automatically restores last session on LeechCraft startup.
 * Allows one to save named sessions for restoring them later.

%files tabsessmanager -f leechcraft_tabsessmanager.lang
%{_libdir}/%{name}/plugins/libleechcraft_tabsessmanager*

#----------------------------------------------------------------------------

%package tabslist
Summary:	LeechCraft tabs list module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description tabslist
This package provides a tabs list module for Leechcraft.

It allows to show the list of currently opened tabs and allows to quickly
navigate between them.

%files tabslist -f leechcraft_tabslist.lang
%{_libdir}/%{name}/plugins/libleechcraft_tabslist*

#----------------------------------------------------------------------------

%package touchstreams
Summary:	LeechCraft VK.com client module for audio streaming
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-lmp = %{EVRD}

%description touchstreams
This package provides a VK.com client module for LeechCraft.

TouchStreams is used for streaming audio from this social network.
It allows other plugins like LMP to query for available tracks given artist
name, track name or a free-form string and returns the tracks available for
streaming.

%files touchstreams -f leechcraft_touchstreams.lang
%{_libdir}/%{name}/plugins/libleechcraft_touchstreams*
%{_datadir}/%{name}/settings/touchstreamssettings.xml

#----------------------------------------------------------------------------

%package tpi
Summary:	LeechCraft task progress indicator module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description tpi
This package provides a task progress indicator quark module for LeechCraft.

%files tpi
%{_libdir}/%{name}/plugins/libleechcraft_tpi*
%{_datadir}/%{name}/qml/tpi

#----------------------------------------------------------------------------

%package vgrabber
Summary:	LeechCraft Vkontakte grabber module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description vgrabber
This package provides a Vkontakte.ru module for LeechCraft.

It allows to grab and play audio and video from the russian
social network Vkontakte.

Features:
 * Download or stream audios and videos from Vkontakte.
 * Search for audios and videos.

%files vgrabber -f leechcraft_vgrabber.lang
%{_libdir}/%{name}/plugins/libleechcraft_vgrabber*
%{_datadir}/%{name}/settings/vgrabbersettings.xml

#----------------------------------------------------------------------------

%package vrooby
Summary:	LeechCraft removable storage devices manager module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	udisks

%description vrooby
This package provides a removable storage devices manager module
for LeechCraft.

It allows to watch removable storage devices via d-bus and udisks.

%files vrooby -f leechcraft_vrooby.lang
%{_libdir}/%{name}/plugins/libleechcraft_vrooby*

#----------------------------------------------------------------------------

%package xproxy
Summary:	LeechCraft proxy manager module
Group:		Networking/Other
Requires:	%{name} = %{EVRD}

%description xproxy
This package provides an advanced proxy manager module for LeechCraft.

It allows to configure and use proxy servers.

%files xproxy -f leechcraft_xproxy.lang
%{_libdir}/%{name}/plugins/libleechcraft_xproxy*
%{_datadir}/%{name}/settings/xproxysettings.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1


%build
%global _fortify_cflags %{nil}
%global optflags %{optflags} -O0
pushd src
%cmake \
	-DENABLE_LADS:BOOL=OFF \
	-DENABLE_QROSP:BOOL=OFF
%make
popd

%install
pushd src
%makeinstall_std -C build
popd

%find_lang %{name} --with-qt
%find_lang leechcraft_advancednotifications --with-qt
%find_lang leechcraft_aggregator --with-qt
%find_lang leechcraft_anhero --with-qt
%find_lang leechcraft_auscrie --with-qt
%find_lang leechcraft_azoth \
		leechcraft_azoth_acetamide \
		leechcraft_azoth_autoidler \
		leechcraft_azoth_autopaste \
		leechcraft_azoth_birthdaynotifier \
		leechcraft_azoth_chathistory \
		leechcraft_azoth_depester \
		leechcraft_azoth_herbicide \
		leechcraft_azoth_hili  \
		leechcraft_azoth_isterique \
		leechcraft_azoth_lastseen \
		leechcraft_azoth_metacontacts \
		leechcraft_azoth_modnok \
		leechcraft_azoth_p100q \
		leechcraft_azoth_rosenthal \
		leechcraft_azoth_vader \
		leechcraft_azoth_xoox \
		leechcraft_azoth_xtazy \
		leechcraft_azoth.lang --with-qt
%find_lang leechcraft_bittorrent --with-qt
%find_lang leechcraft_blogique --with-qt
%find_lang leechcraft_cstp --with-qt
%find_lang leechcraft_dbusmanager --with-qt
%find_lang leechcraft_deadlyrics --with-qt
%find_lang leechcraft_dolozhee --with-qt
%find_lang leechcraft_glance --with-qt
%find_lang leechcraft_gmailnotifier --with-qt
%find_lang leechcraft_historyholder --with-qt
%find_lang leechcraft_kinotify --with-qt
%find_lang leechcraft_lackman --with-qt
%find_lang leechcraft_lastfmscrobble --with-qt
%find_lang leechcraft_launchy --with-qt
%find_lang leechcraft_lhtr --with-qt
%find_lang leechcraft_liznoo --with-qt
%find_lang leechcraft_lmp \
		leechcraft_lmp_dumbsync \
		leechcraft_lmp_graffiti \
		leechcraft_lmp.lang --with-qt
%find_lang leechcraft_monocle --with-qt
%find_lang leechcraft_netstoremanager \
		leechcraft_netstoremanager_googledrive \
		leechcraft_netstoremanager.lang --with-qt
%find_lang leechcraft_networkmonitor --with-qt
%find_lang leechcraft_newlife --with-qt
%find_lang leechcraft_otlozhu --with-qt
%find_lang leechcraft_pintab --with-qt
%find_lang leechcraft_pogooglue --with-qt
%find_lang leechcraft_poshuku \
		leechcraft_poshuku_cleanweb \
		leechcraft_poshuku_fatape \
		leechcraft_poshuku_filescheme \
		leechcraft_poshuku_fua \
		leechcraft_poshuku_onlinebookmarks \
		leechcraft_poshuku_onlinebookmarks_delicious \
		leechcraft_poshuku_onlinebookmarks_readitlater \
		leechcraft_poshuku.lang --with-qt
%find_lang leechcraft_seekthru --with-qt
%find_lang leechcraft_summary --with-qt
%find_lang leechcraft_syncer --with-qt
%find_lang leechcraft_tabsessmanager --with-qt
%find_lang leechcraft_tabslist --with-qt
%find_lang leechcraft_touchstreams --with-qt
%find_lang leechcraft_vgrabber --with-qt
%find_lang leechcraft_vrooby --with-qt
%find_lang leechcraft_xproxy --with-qt


%changelog

* Sat Jun 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.0-8
- (f33b752) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10617 |14cu|legesmotus-0.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Name:           legesmotus
Version:        0.4.0
Release:        1
Summary:        Leges Motus is a 2D networked, team-based shooter set in zero gravity
License:        GPLv3+
Group:          Games/Adventure
Url:            http://legesmotus.endrift.com/index.php/Main_Page
Source0:        https://github.com/endrift/%{name}/archive/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(osmesa)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(SDL_image)
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  pkgconfig(SDL_ttf)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xkbcommon-x11)
BuildRequires:  x11-server-common
BuildRequires:  desktop-file-utils
BuildRequires:  imagemagick

%description
Leges Motus is a networked, team-based, 
2D shooter set in zero-gravity. 
Using only the force from jumping off of walls 
and the recoil from their guns, 
players must travel across the 
arena to lower their opponent's gate.

Features:
    * Fun and strategic gameplay
    * Client/server architecture for networked play
    * Recoil when you fire your gun
    * Obstacles
    * Leader board
    * Radar
    * Chat
    * Multiple maps
    * Server browser
    * 4 official servers in California, Texas, and Rhode Island
    * Multi-platform-ness: runs on Linux/Unix, Windows, Mac OS X

%files
%doc README NEW_MAP_FORMAT COPYING COPYING-sprites Jura.ofl Jura.gpl3
%{_gamesbindir}/%{name}
%{_gamesbindir}/lmserver
%{_gamesbindir}/lmmetaserver
%{_gamesbindir}/lmscan
%{_gamesdatadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/%{name}.6*
%{_mandir}/man6/lmserver.6*    
%{_mandir}/man6/lmscan.6*
#---------------------------------------------------------------------
    
%prep
%setup -q

%build
./configure --prefix=%{_prefix} \
  --datadir=%{_gamesdatadir}/%{name} \
  --bindir=%{_gamesbindir} \
  --mandir=%{_mandir} \
  --enable-metaserver \
  --enable-serverscanner 
  
# rename duplicate 
mv data/sprites/COPYING COPYING-sprites
mv data/maps/COPYING COPYING-maps
mv data/fonts/{*.gpl3,*.ofl} .

%make

%install
%makeinstall_std

# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size data/sprites/blue_head256.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

# menu entry
desktop-file-edit --set-icon=%{name} \
  --set-key=Exec --set-value=%{name} \
  --remove-key=Version \
  %{buildroot}%{_datadir}/applications/%{name}.desktop


rm -f %{buildroot}%{_datadir}/applications/mimeinfo.cache \
  %{buildroot}%{_iconsdir}/hicolor/256x256/legesmotus.png


%changelog

* Sat Apr 22 2017 abfonly <abfonly@gmail.com> 0.4.0-1
- (5018e71) missed x11 br, fixed



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10618 |14cu|lemonpos-0.9.4-0.rc7.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		devversion	7

Name:		lemonpos
Version:	0.9.4
Release:	%mkrel -c rc%{devversion} 1
Summary:	Point of Sale software
License:	GPLv2+
Group:		Office
Url:		http://www.lemonpos.org
Source0:	http://sourceforge.net/projects/lemonpos/files/citronic/%{name}-%{version}-rc%{devversion}.tar.bz2
Source100:	lemonpos.rpmlintrc

BuildRequires:	kdelibs4-devel

Requires:	task-kde4-minimal
Requires:	mysql
Requires:	%{name}-squeeze = %{EVRD}

%description
Lemon Is an open source Point of Sale software for micro, 
small and medium businesses. 
Supports many POS terminals with a single database on a network, 
and has been tested with Star Micronics Thermal/Parallel 
printers and Datalogic bar code readers.

%files -f lemon.lang
%doc README.install.urpmi
%{_kde_bindir}/lemon
%{_kde_iconsdir}/hicolor/*/*/lemon*.png
%{_kde_datadir}/config.kcfg/lemon.kcfg
%{_kde_datadir}/config/lemonrc
%{_kde_appsdir}/lemon/*
%exclude %{_kde_appsdir}/lemon/lemon_mysql.sql
%{_kde_applicationsdir}/lemon.desktop
#----------------------------------------------

%package squeeze
Summary:	Administrative interface of %{name}
Requires:	task-kde4
Requires:	mysql

%description squeeze
Administrative interface of %{name}.
With squeeze you can manage your store and 
get valuable information in which base your 
decisions to improve your business.
You have to create the lemon database using 
this command as root:

%files -f squeezelemon.lang squeeze
%doc CHANGELOG COPYING NOTES README USING
%{_kde_bindir}/squeezelemon
%{_kde_iconsdir}/hicolor/*/*/squeeze*.png
%{_kde_appsdir}/squeezelemon/*
%{_kde_datadir}/config.kcfg/squeezelemon.kcfg
%{_kde_applicationsdir}/squeezelemon.desktop
%{_kde_appsdir}/lemon/lemon_mysql.sql
#----------------------------------------------

%prep
%setup -qn %{name}

# notification
cat > README.install.urpmi << EOF
You have to create the lemon database before running the application.
You can use this command as root:
cat %{_kde_appsdir}/lemon/lemon_mysql.sql | mysql -u root -p

EOF

# squeeze exe already exists (provided by squeeze package)
# patching source to substitute squeeze by squeezelemon
find . -type f -exec sed -i -e 's|squeeze|squeezelemon|g' {} \;
mv ./squeeze ./squeezelemon
find . -name "*squeeze*" -type f -print > _tmp_
for i in `cat _tmp_`;
do
	directory=`dirname $i`;
	filename=`basename $i`;
	nwfilename=${filename//squeeze/squeezelemon};
	mv $i "$directory/$nwfilename";
done

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build
desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications/kde4 \
	--add-category="Office" \
	%{buildroot}%{_datadir}/applications/kde4/lemon.desktop
desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications/kde4 \
	--add-category="Office" \
	%{buildroot}%{_datadir}/applications/kde4/squeezelemon.desktop

%find_lang lemon
%find_lang squeezelemon





%changelog

* Thu Aug 20 2015 abfonly <abfonly@gmail.com> 0.9.4-0.rc7.1
- (08bedda) Log: Update to 0.9.4-rc7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10619 |14cu|letterize-1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Generate pronounceable mnemonics from phone numbers
Name:		letterize
Version:	1.4
Release:	1
License:	GPLv2+
Group:		Text tools
URL:		http://www.catb.org/~esr/letterize/
Source0:	http://www.catb.org/~esr/letterize/%{name}-%{version}.tar.gz

%description
Generate all possible alphabetic mnemonics for a phone
number, then filter them for phonetic plausibility in
English.

%prep
%setup -q

%build
cc $RPM_OPT_FLAGS letterize.c -o letterize

%install
mkdir -p %buildroot/usr/bin
mkdir -p %buildroot/usr/share/man/man1/
cp %{name}  %buildroot/usr/bin
cp %{name}.1 %buildroot/usr/share/man/man1/

%files
%defattr(-,root,root)
%doc README COPYING
%{_mandir}/man1/%{name}.1*
%{_bindir}/%{name}

%changelog

* Sun Sep 25 2016 alzim <alzim@bk.ru> 1.4-1
- (5816227) Merge pull request #1 from import/letterize:rosa2016.1
- (5816227) Updated to 1.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10620 |14cu|leveldb-1.17.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Name:           leveldb
Version:        1.17.0
Release:        3
Summary:        A fast and lightweight key/value database library by Google
Group:          Databases
License:        BSD
URL:            http://code.google.com/p/leveldb/
# Repacked from git tag on URL
Source0:        %{name}-%{version}.tar.xz
# Sent upstream - https://code.google.com/p/leveldb/issues/detail?id=101
Patch1:         leveldb-0001-Initial-commit-of-the-autotools-stuff.patch
# Temporary workaround for secondary arches
Patch2:         leveldb-1.16.0-oma-Add-memory-barrier-on-PowerPC.patch
# https://groups.google.com/d/topic/leveldb/SbVPvl4j4vU/discussion
Patch3:         leveldb-0003-bloom_test-failure-on-big-endian-archs.patch
# available in https://github.com/fusesource/leveldbjni/blob/leveldbjni-[LEVELDBJNI VERSION]/leveldb.patch
Patch4:         leveldb-0004-Allow-leveldbjni-build.patch
# https://github.com/fusesource/leveldbjni/issues/34
# https://code.google.com/p/leveldb/issues/detail?id=184
# Add DB::SuspendCompactions() and DB::ResumeCompactions() methods
Patch5:         leveldb-0005-Added-a-DB-SuspendCompations-and-DB-ResumeCompaction.patch
# Cherry-picked from Basho's fork
Patch6:         leveldb-0006-allow-Get-calls-to-avoid-copies-into-std-string.patch

BuildRequires:  snappy-devel
BuildRequires:  libtool

%description
LevelDB is a fast key-value storage library written at Google that provides an
ordered mapping from string keys to string values.

#----------------------------------------------------------------------------

%package -n     %{libname}
Summary:        %{summary}
Group:          System/Libraries

%description -n %{libname}
LevelDB is a fast key-value storage library written at Google that provides an
ordered mapping from string keys to string values.

%files -n       %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n     %{devname}
Summary:        Development files for LevelDB
Group:          System/Libraries
Requires:       %{libname} = %{version}-%{release}

%description -n %{devname}
LevelDB is a fast key-value storage library written at Google that provides an
ordered mapping from string keys to string values.

This package contains additional header files for development with LevelDB.

%files -n       %{devname}
%doc doc/ AUTHORS LICENSE README
%{_includedir}/%{name}/
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -ivf
%configure2_5x --disable-static --with-pic
%make LIBS="-lstdc++ -lm" OPT="%{optflags}"

%install
%makeinstall_std

%check
make check


%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.17.0-3
+ Revision: 7894647
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10621 |14cu|levmar-2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define minor 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Name:		levmar
Version:	2.5
Release:	2
Summary:	Levenberg-Marquardt nonlinear least squares algorithm
URL:		http://www.ics.forth.gr/~lourakis/levmar/
Source0:	http://www.ics.forth.gr/~lourakis/levmar/levmar-%{version}.tgz
# Patch to fix compilation of the shared library and compile the demo program
# Sent to levmar author on 28-Jan-2010
Patch0:		levmar-shared.patch

License:	GPLv2+
Group:		Development/C

BuildRequires:	dos2unix
BuildRequires:	lapack-devel

%description
levmar is a native ANSI C implementation of the Levenberg-Marquardt
optimization algorithm.  Both unconstrained and constrained (under linear
equations, inequality and box constraints) Levenberg-Marquardt variants are
included.  The LM algorithm is an iterative technique that finds a local
minimum of a function that is expressed as the sum of squares of nonlinear
functions.  It has become a standard technique for nonlinear least-squares
problems and can be thought of as a combination of steepest descent and the
Gauss-Newton method.  When the current solution is far from the correct on,
the algorithm behaves like a steepest descent method: slow, but guaranteed
to converge.  When the current solution is close to the correct solution, it
becomes a Gauss-Newton method.

%package -n %{libname}
Summary:	Levenberg-Marquardt nonlinear least squares algorithm
Group:		Development/C

%description -n %{libname}
levmar is a native ANSI C implementation of the Levenberg-Marquardt
optimization algorithm.  Both unconstrained and constrained (under linear
equations, inequality and box constraints) Levenberg-Marquardt variants are
included.  The LM algorithm is an iterative technique that finds a local
minimum of a function that is expressed as the sum of squares of nonlinear
functions.  It has become a standard technique for nonlinear least-squares
problems and can be thought of as a combination of steepest descent and the
Gauss-Newton method.  When the current solution is far from the correct on,
the algorithm behaves like a steepest descent method: slow, but guaranteed
to converge.  When the current solution is close to the correct solution, it
becomes a Gauss-Newton method.

%package -n %{devname}
Summary:	Development files for levmar library, and demo program
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for the levmar library, and demo program.

%prep
%setup -q
%patch -P 0 -p1 -b .shared
dos2unix -k README.txt

%build
mkdir sobj
make CFLAGS="%{optflags} -funroll-loops -fPIC" %{?_smp_mflags} -f Makefile.so

%install
install -D -p -m 755 sobj/liblevmar.so.%{major}.%{minor} %{buildroot}%{_libdir}/liblevmar.so.%{major}.%{minor}
install -D -p -m 644 levmar.h %{buildroot}%{_includedir}/levmar.h
install -D -p -m 755 lmdemo %{buildroot}%{_bindir}/lmdemo
ln -s liblevmar.so.%{major}.%{minor} %{buildroot}%{_libdir}/liblevmar.so.%{major}
ln -s liblevmar.so.%{major}.%{minor} %{buildroot}%{_libdir}/liblevmar.so

%files -n %{libname}
%doc README.txt LICENSE
%{_libdir}/liblevmar.so.%{major}.%{minor}
%{_libdir}/liblevmar.so.%{major}

%files -n %{devname}
%{_includedir}/levmar.h
%{_libdir}/liblevmar.so
%{_bindir}/lmdemo

%changelog
* Thu Jan 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5-2
+ Revision: 00cd3e7
- Provide levmar-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10622 |14cu|lexter-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           lexter
Version:        1.0.3
Release:        1
Summary:        Real-time word puzzle for text terminals
License:        GPLv2
Group:          Games/Puzzles
Url:            http://www.kyne.com.au/~mark/software/lexter.php
Source0:        http://www.kyne.com.au/~mark/software/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  gettext

%description
%{summary}.

%files
%doc ABOUT-NLS AUTHORS COPYING NEWS README
%{_gamesbindir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_gamesdatadir}/%{name}
%{_localstatedir}/lib/games/lexter.scores
#----------------------------------------------

%prep
%setup -q

%build
%configure2_5x --prefix=%{_prefix} \
  --bindir=%{_gamesbindir} \
  --datadir=%{_gamesdatadir} \
  --localstatedir=%{_localstatedir}/lib/games
  
%setup_compile_flags
%make 

%install
%makeinstall_std

mkdir -p %{buildroot}%{_localstatedir}/lib/games
touch %{buildroot}%{_localstatedir}/lib/games/lexter.scores


%post
if [ ! -f /var/lib/games/lexter.scores ]
then
	touch /var/lib/games/lexter.scores
	chown games.games /var/lib/games/lexter.scores
	chmod 664 /var/lib/games/lexter.scores
fi




%changelog

* Wed Aug 31 2016 abfonly <abfonly@gmail.com> 1.0.3-1
- (24dafa6) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10623 |14cu|lgeneral-1.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Panzer General clone
Name:		lgeneral
Version:	1.3.1
Release:	2
License:	GPLv2+
Group:		Games/Strategy
Url:		http://lgames.sourceforge.net/index.php?project=LGeneral
Source0:	http://prdownloads.sourceforge.net/lgeneral/%{name}-%{version}.tar.gz
Source1:	http://prdownloads.sourceforge.net/lgeneral/pg-data.tar.gz
Patch0:		lgeneral-1.2-make-lgc-pg-buildroot-aware.patch
Patch1:		lgeneral-1.3.1-desktop.patch
BuildRequires:	x11-server-xvfb
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)

%description
LGeneral is a turn-based strategy engine heavily inspired by Panzer General.
You play single scenarios or whole campaigns turn by turn against a human
player or the AI. Entrenchment, rugged defense, defensive fire, surprise
contacts, surrender, unit supply, weather influence, reinforcements and other
implementations contribute to the tactical and strategic depth of the game.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README* TODO
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/apps/lgeneral.*
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man[16]/*
%{_gamesbindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -a1
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

mv %{buildroot}%{_gamesdatadir}/applications %{buildroot}%{_datadir}/
mv %{buildroot}%{_gamesdatadir}/icons %{buildroot}%{_datadir}/

%find_lang lgeneral pg %{name}.lang

# not created by make install with new automake but needed for lgc-pg
mkdir -p %{buildroot}%{_gamesdatadir}/lgeneral/gfx/flags
mkdir -p %{buildroot}%{_gamesdatadir}/lgeneral/gfx/terrain
mkdir -p %{buildroot}%{_gamesdatadir}/lgeneral/gfx/units
# install data files
xvfb-run lgc-pg/lgc-pg --separate-bridges -s pg-data -d %{buildroot}%{_gamesdatadir}/lgeneral


%changelog

* Tue Jan 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-2
- (5ad35bb) New version 1.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10624 |14cu|lhasa-0.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Free LZH archive tool
Name:		lhasa
Version:	0.3.1
Release:	2
License:	ISC license
Group:		Archiving/Compression
Url:		http://fragglet.github.io/lhasa/
Source0:	https://github.com/fragglet/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source1:	https://github.com/fragglet/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
Conflicts:	lha

%description
Lhasa is a library for parsing LHA (.lzh) archives and a free
replacement for the Unix LHA tool.

Currently it is only possible to read from (ie. decompress) archives;
generating (compressing) LHA archives may be an enhancement for future
versions. The aim is to be compatible with as many different variants
of the LHA file format as possible, including LArc (.lzs) and PMarc
(.pma).  A suite of archives generated from different tools is
included for regression testing. Type 'make check' to run the tests.

The command line tool aims to be interface-compatible with the
non-free Unix LHA tool (command line syntax and output), for backwards
compatibility with tools that expect particular output.

Lhasa is licensed under the ISC license, which is a simplified version
of the MIT/X11 license that is functionally identical.

%files
%{_bindir}/lha
%{_mandir}/man1/lha.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	%{name} shared library
Group:		System/Libraries

%description -n %{libname}
Shared library used by %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	%{name} development files
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{libname} library.

%files -n %{devname}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/liblhasa.pc
%{_includedir}/liblhasa-1.0/lha_decoder.h
%{_includedir}/liblhasa-1.0/lha_file_header.h
%{_includedir}/liblhasa-1.0/lha_input_stream.h
%{_includedir}/liblhasa-1.0/lha_reader.h
%{_includedir}/liblhasa-1.0/lhasa.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%changelog

* Mon Apr 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.1-2
- (f9fc291) Don't build static library
- (f9fc291) Adjust spec style a bit



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10625 |14cu|lhs2tex-1.19-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

#% define _cabal_setup Setup.lhs
%define _no_haddock 1
%define module lhs2tex

Summary:	Preprocessor for typesetting Haskell sources with LaTeX
Name:		%{module}
Version:	1.19
Release:	1
License:	GPLv2+
Group:		Development/Haskell
Url:		http://hackage.haskell.org/package/%{module}
Source0:	http://hackage.haskell.org/package/%{module}-%{version}/%{module}-%{version}.tar.gz
BuildRequires:	dblatex
BuildRequires:	ghc
BuildRequires:	ghc-devel
BuildRequires:	haddock
BuildRequires:	haskell-macros
BuildRequires:	haskell(regex-compat)
Requires(pre):	ghc
Requires(pre):	haskell(regex-compat)

%description
Preprocessor for typesetting Haskell sources with LaTeX.

%files
%{_docdir}/%{module}-%{version}
%_cabal_rpm_deps_dir
%{_datadir}/%{module}-%{version}
%{_mandir}/man1/*
%{_bindir}/lhs2TeX

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%_cabal_build

%install
%_cabal_install
%_cabal_rpm_gen_deps

%check
%_cabal_check

%changelog

* Sun Sep 25 2016 alzim <alzim@bk.ru> 1.19-1
- (84f887d) Merge pull request #1 from import/lhs2tex:rosa2016.1
- (84f887d) Updated to 1.19



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10626 |14cu|lib3ds-1.3.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1
%define major 3
%define libname %mklibname 3ds %{api} %{major}
%define devname %mklibname 3ds -d

Summary:	The 3D Studio file format library
Name:		lib3ds
Version:	1.3.0
Release:	8
License:	GPLv2+
Group:		System/Libraries
Url:		http://lib3ds.sourceforge.net/
Source0:	http://downloads.sourceforge.net/lib3ds/%{name}-%{version}.zip
BuildRequires:	pkgconfig(glut)

%description
Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for handling
3DS files It's main goal is to simplify the creation of 3DS import and
export filters.

This project is not related in any form to Autodesk. The library is
based on unofficial information about the 3DS format found on the web.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The 3D Studio file format library
Group:		System/Libraries
Conflicts:	%{_lib}3ds3 < 1.3.0-8
Obsoletes:	%{_lib}3ds3 < 1.3.0-8

%description -n %{libname}
Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for handling
3DS files It's main goal is to simplify the creation of 3DS import and
export filters.

This project is not related in any form to Autodesk. The library is
based on unofficial information about the 3DS format found on the web.

%files -n %{libname}
%doc AUTHORS ChangeLog README
%{_libdir}/lib3ds-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files and headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files and headers for %{name}.

%files -n %{devname}
%{_libdir}/%{name}.so
%{_includedir}/%{name}
%{_datadir}/aclocal/%{name}.m4
%{_mandir}/man1/*
%defattr(755,root,root,755)
%{_bindir}/3dsdump
%{_bindir}/lib3ds-config

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.0-8
- (8652d00) Fix library package name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10627 |14cu|libaacs-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		0
%define	libname		%mklibname aacs %{major}
%define	libname		%mklibname aacs %{major}
%define	devnamest	%mklibname aacs -d -s
%define	devname		%mklibname aacs -d

Summary:	Implementation of the libaacs standard
Name:		libaacs
Version:	0.8.0
Release:	1
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.videolan.org
Source0:	ftp://ftp.videolan.org/pub/videolan/libaacs/%{version}/%{name}-%{version}.tar.bz2
#Patch0:	bison_2.6.patch
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	bison
BuildRequires:	byacc
BuildRequires:	flex


%description
The doom9 researchers and the libaacs developers would like to present the 
first official release of their library of the implementation of the libaacs
standard.

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Implementation of the libaacs standard
Group:		System/Libraries

%description -n %{libname}
The doom9 researchers and the libaacs developers would like to present the 
first official release of their library of the implementation of the libaacs
standard.

%files -n %{libname}
%doc COPYING
%{_libdir}/%{name}.so.%{major}*
%{_bindir}/aacs_info

#-----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Provides:	aacs-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%doc ChangeLog COPYING KEYDB.cfg
%{_includedir}/%{name}
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#-----------------------------------------------------------------------------

%package -n %{devnamest}
Summary:	Development static lib for %{name}
Group:		Development/C
Provides:	%{name}-devel-static = %{EVRD}
Provides:	aacs-devel-static = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	aacs-devel = %{EVRD}

%description -n %{devnamest}
Development static lib for %{name}.

%files -n %{devnamest}
%doc COPYING
%{_libdir}/*.a

#-----------------------------------------------------------------------------

%prep
%setup -q
#patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std
rm %{buildroot}%{_libdir}/*.la

%changelog
* Mon Feb 09 2015 Giovanni Mariani <mc2374@mclink.it> 0.8.0-1
+ Revision: 11222eb
- Updated to release 0.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10628 |14cu|libaosd-0.2.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname aosd %{major}
%define libtext %mklibname aosd-text %{major}
%define devname %mklibname aosd -d

Summary:	Advanced on-screen display library
Name:		libaosd
Version:	0.2.7
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		https://github.com/atheme-legacy/libaosd
Source0:	https://github.com/atheme-legacy/libaosd/archive/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xrender)

%description
Libaosd is an advanced on screen display library. It supports many modern
features like anti-aliased text and composited rendering via XComposite,
as well as support for rendering Cairo and Pango layouts.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Advanced on-screen display library
Group:		System/Libraries

%description -n %{libname}
Libaosd is an advanced on screen display library. It supports many modern
features like anti-aliased text and composited rendering via XComposite,
as well as support for rendering Cairo and Pango layouts.

%files -n %{libname}
%{_libdir}/libaosd.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libtext}
Summary:	Advanced on-screen display library
Group:		System/Libraries

%description -n %{libtext}
Libaosd is an advanced on screen display library. It supports many modern
features like anti-aliased text and composited rendering via XComposite,
as well as support for rendering Cairo and Pango layouts.

%files -n %{libtext}
%{_libdir}/libaosd-text.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for advanced on-screen display library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libtext} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for advanced on-screen display library

%files -n %{devname}
%{_libdir}/libaosd.so
%{_libdir}/libaosd-text.so
%{_libdir}/pkgconfig/libaosd.pc
%{_libdir}/pkgconfig/libaosd-text.pc
%{_includedir}/libaosd/aosd.h
%{_includedir}/libaosd/aosd-text.h

#----------------------------------------------------------------------------

%package -n aosd_cat
Summary:	On-screen display tool
Group:		Graphical desktop/Other

%description -n aosd_cat
Aosd_cat is an advanced on-screen display tool based on libaosd. It can be
used for OSD-style notifications in shell scripts.

%files -n aosd_cat
%{_bindir}/aosd_cat
%{_mandir}/man1/aosd_cat.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./autogen.sh
%configure2_5x

%install
%makeinstall_std


%changelog

* Mon Feb 22 2016 Rosa <rosa@abf.rosalinux.ru> 0.2.7-1
- (8bb696f) Automatic import for version 0.2.7-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10629 |14cu|libaudclient-3.5-0.rc2.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta rc2

%define major 2
%define libname %mklibname audclient %{major}
%define devname %mklibname audclient -d

Summary:	Client library to control audacious with D-Bus
Name:		libaudclient
Version:	3.5
Release:	0.%{beta}.3
Epoch:		5
License:	BSD
Group:		System/Libraries
Url:		http://audacious-media-player.org/
Source0:	http://distfiles.audacious-media-player.org/%{name}-%{version}-%{beta}.tar.bz2
Patch0:		%{name}-3.5-rc2-remove-SILENT.patch
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.88
BuildRequires:	pkgconfig(glib-2.0)

%description
A library to communicate with Audacious and remote control it, using D-Bus.

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
Audacious D-Bus remote control library.

%files -n %{libname}
%doc AUTHORS COPYING
%{_libdir}/%{name}.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{libname}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
# Needed for the main include dir
Requires:	pkgconfig(audacious)

%description -n %{devname}
Development files for %{libname}.

%files -n %{devname}
%doc COPYING
%{_includedir}/audacious/audctrl.h
%{_includedir}/audacious/dbus.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/audclient.pc

#------------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{beta}
%patch0 -p1

%build
%configure
%make

%install
%makeinstall_std

%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:3.5-0.rc2.3
- (84de785) Add Epoch 5 to match audacious package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10630 |14cu|libccss-0.5.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ccss

%define api 1
%define major 5
%define libname %mklibname ccss %{api} %{major}
%define libcairo %mklibname ccss-cairo %{api} %{major}
%define libgtk %mklibname ccss-gtk %{api} %{major}
%define devname %mklibname ccss -d

Summary:	A simple api for CSS Stylesheets
Name:		libccss
Version:	0.5.0
Release:	6
License:	LGPLv2+
Group:		System/Libraries
Url:		http://people.freedesktop.org/~robsta/ccss/
Source0:	http://people.freedesktop.org/~robsta/%{oname}/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcroco-0.6)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libsoup-2.4)

%description
Libccss offers a simple API to

    * Parse CSS stylesheets.
    * Query for style configurations on a user-provided document
      representation.
    * Draw query results onto cairo surfaces.

%files
%doc AUTHORS COPYING NEWS TODO
%{_bindir}/ccss-stylesheet-to-gtkrc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}ccss5 < 0.5.0-6
Obsoletes:	%{_lib}ccss5 < 0.5.0-6

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libccss-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcairo}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}ccss5 < 0.5.0-6

%description -n %{libcairo}
Shared library for %{name}.

%files -n %{libcairo}
%{_libdir}/libccss-cairo-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgtk}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}ccss5 < 0.5.0-6

%description -n %{libgtk}
Shared library for %{name}.

%files -n %{libgtk}
%{_libdir}/libccss-gtk-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development package for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libcairo} = %{EVRD}
Requires:	%{libgtk} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	gtk-css-engine < 0.3.0

%description -n %{devname}
Files for development with %{name}.

%files -n %{devname}
%{_includedir}/ccss-1
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_datadir}/gtk-doc/html/ccss
%{_datadir}/gtk-doc/html/ccss-cairo
%{_datadir}/gtk-doc/html/ccss-gtk

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
export LIBS="-lgmodule-2.0"
%configure2_5x \
	--disable-examples

%make

%install
%makeinstall_std


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.0-6
- (e26e59e) Properly package libraries



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10631 |14cu|libchardet-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  debug_package %{nil}

%define major 1
%define libname %mklibname chardet %{major}
%define devname %mklibname -d chardet

Name:           libchardet
Version:        1.0.4
Release:        2
Summary:        Mozilla Universal Chardet library
License:        MPLv1.1
Group:          System/Libraries
Url:            http://mirror.oops.org/pub/oops/libchardet
Source:         http://mirror.oops.org/pub/oops/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:  autoconf
BuildRequires:  automake >= 1.12
BuildRequires:  gcc-c++
BuildRequires:  libtool
BuildRequires:  pkgconfig

%description
Mozilla's Universal Charset Detector C/C++ API.

%package -n %{libname}
Summary:        Mozilla Universal Chardet library
Group:          System/Libraries

%description -n %{libname}
Mozilla's Universal Charset Detector C/C++ API.

%package -n %{devname}
Summary:        Development files of libchardet
Group:          System/Libraries
Requires:       %{libname} = %{version}

%description -n %{devname}
The libchardet development package includes the header files,
libraries, development tools necessary for compiling and linking
application which will use libchardet.

%prep
%setup -q -n %{name}-%{version}
sed -i 's/^\(AM_MAINTAINER\)/m4_ifdef([AM_PROG_AR], [AM_PROG_AR])\n\1/' configure.ac
sed -i '/^dist_doc/d' Makefile.am

%build
autoreconf -fi
%configure --disable-static \
     --includedir=/usr/include/chardet \
make

%install
%makeinstall
find %{buildroot} -type f -name "*.la" -delete -print


%files -n %{libname}
%doc Changelog LICENSE README
%{_libdir}/%{name}.so.*

%files -n %{devname}
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/chardet.pc
%{_bindir}/chardet-config
%{_includedir}/*
%{_mandir}/ko/man3/*
%{_mandir}/man3/*

%changelog

* Fri Oct 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-2
- (fc2c0c6) Fix dev package requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10632 |14cu|libcommuni-3.4.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libcommuniqml %mklibname communi-qml
%define libirccore %mklibname irccore %{major}
%define libircmodel %mklibname ircmodel %{major}
%define libircutil %mklibname ircutil %{major}
%define devname %mklibname communi -d

Summary:	Cross-platform IRC client library written with Qt 4
Name:		libcommuni
Version:	3.4.0
Release:	5
License:	LGPLv2+
Group:		Networking/Instant messaging
Url:		http://communi.github.com
Source0:	https://github.com/communi/libcommuni/archive/v%{version}.tar.gz
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(icu-io)
BuildRequires:	pkgconfig(icu-le)
BuildRequires:	pkgconfig(icu-lx)
BuildRequires:	pkgconfig(icu-uc)

%description
Communi is a cross-platform IRC client library written with Qt 4.

#----------------------------------------------------------------------------

%package -n %{libcommuniqml}
Summary:	Cross-platform IRC client library written with Qt 4 (QML files)
Group:		System/Libraries
Provides:	communi-qml = %{EVRD}

%description -n %{libcommuniqml}
Libraries for Communi a cross-platform IRC client library written with Qt 4.

%files -n %{libcommuniqml}
%doc LICENSE AUTHORS README.md CHANGELOG
%{_qt_importdir}/Communi/*

#----------------------------------------------------------------------------

%package -n %{libirccore}
Summary:	Cross-platform IRC client library written with Qt 4
Group:		System/Libraries
Suggests:	%{libcommuniqml} = %{EVRD}
Conflicts:	%{_lib}communi3 < 3.4.0-5
Obsoletes:	%{_lib}communi3 < 3.4.0-5

%description -n %{libirccore}
Libraries for Communi a cross-platform IRC client library written with Qt 4.

%files -n %{libirccore}
%doc LICENSE AUTHORS README.md CHANGELOG
%{_libdir}/libIrcCore.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libircmodel}
Summary:	Cross-platform IRC client library written with Qt 4
Group:		System/Libraries
Conflicts:	%{_lib}communi3 < 3.4.0-5

%description -n %{libircmodel}
Libraries for Communi a cross-platform IRC client library written with Qt 4.

%files -n %{libircmodel}
%doc LICENSE AUTHORS README.md CHANGELOG
%{_libdir}/libIrcModel.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libircutil}
Summary:	Cross-platform IRC client library written with Qt 4
Group:		System/Libraries
Conflicts:	%{_lib}communi3 < 3.4.0-5

%description -n %{libircutil}
Libraries for Communi a cross-platform IRC client library written with Qt 4.

%files -n %{libircutil}
%doc LICENSE AUTHORS README.md CHANGELOG
%{_libdir}/libIrcUtil.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Cross-platform IRC client library written with Qt 4 (development files)
Group:		Development/KDE and Qt
Requires:	%{libcommuniqml} = %{EVRD}
Requires:	%{libirccore} = %{EVRD}
Requires:	%{libircmodel} = %{EVRD}
Requires:	%{libircutil} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	communi-devel = %{EVRD}

%description -n %{devname}
Communi is a cross-platform IRC client library written with Qt 4.

%files -n %{devname}
%doc doc/
%{_libdir}/libIrc*.so
%{_qt_includedir}/Communi/*
%{_qt_datadir}/mkspecs/features/communi-config.prf
%{_qt_datadir}/mkspecs/features/communi.prf

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure -libdir %{_libdir} --headerdir %{_qt_includedir}/Communi/
%qmake_qt4 \
	-config verbose \
	-config no_examples \
	-config no_rpath
%make

%install
%makeinstall_qt

%check
LD_LIBRARY_PATH=%{buildroot}%{_libdir} make check


%changelog

* Mon Jun 12 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.4.0-5
- (a31d3fb) Split shared library package to follow library packaging policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10633 |14cu|libconfuse-3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname confuse %{major}
%define devname %mklibname confuse -d

Summary:	A library for parsing configuration files in C
Name:		libconfuse
Version:	3.0
Release:	1
License:	ISC
Group:		System/Libraries
Url:		http://www.nongnu.org/confuse/
Source0:	https://github.com/martinh/libconfuse/releases/download/v%{version}/confuse-%{version}.tar.xz
Conflicts:	%{_lib}confuse0 < 2.7-4

%description
libConfuse is a configuration file parser library, licensed under the terms
of the ISC license, and written in C. It supports sections and (lists of)
values (strings, integers, floats, booleans or other sections), as well as
some other features (such as single/double-quoted strings, environment
variable expansion, functions and nested include statements). It makes it
very easy to add configuration file capability to a program using a simple
API.

The goal of libConfuse is not to be the configuration file parser library
with a gazillion of features. Instead, it aims to be easy to use and quick
to integrate with your code. libConfuse was called libcfg before, but was
changed to not confuse with other similar libraries. 

%files -f confuse.lang
%{_docdir}/confuse/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library of functions for parsing configuration files in C
Group:		System/Libraries
Suggests:	%{name}

%description -n %{libname}
libConfuse is a configuration file parser library, licensed under the terms
of the ISC license, and written in C. It supports sections and (lists of)
values (strings, integers, floats, booleans or other sections), as well as
some other features (such as single/double-quoted strings, environment
variable expansion, functions and nested include statements). It makes it
very easy to add configuration file capability to a program using a simple
API.

The goal of libConfuse is not to be the configuration file parser library
with a gazillion of features. Instead, it aims to be easy to use and quick
to integrate with your code. libConfuse was called libcfg before, but was
changed to not confuse with other similar libraries.

%files -n %{libname}
%{_libdir}/libconfuse.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the %{name} library
Group:		Development/C
Provides:	confuse-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{_lib}confuse-static-devel < 2.7-4
Conflicts:	%{_lib}confuse0 < 2.7-4

%description -n %{devname}
Development library and header files for the %{name} library

%files -n %{devname}
%doc doc/html/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q -n confuse-%{version}

%build
%configure2_5x \
	--enable-shared \
	--disable-static \
	--disable-rpath

%make

%install
%makeinstall_std

install -d %{buildroot}%{_mandir}/man3
install -m0644 doc/man/man3/*.3 %{buildroot}%{_mandir}/man3/

%find_lang confuse

%changelog

* Sun Sep 25 2016 alzim <alzim@bk.ru> 3.0-1
- (772cd38) Merge pull request #1 from import/libconfuse:rosa2016.1
- (772cd38) Updated to 3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10634 |14cu|libcpuid-0.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 11
%define libname %mklibname cpuid %{major}
%define devname %mklibname cpuid -d

Summary:	Small C library for x86 CPU detection and feature extraction 
Name:		libcpuid
# Version extracted from configure.ac file
Version:	0.2.2
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://libcpuid.sourceforge.net
Source0:	https://github.com/anrieff/libcpuid/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz

%description
Small C library for x86 CPU detection and feature extraction.

#----------------------------------------------------------------------------

%package tools
Summary:	Tools for x86 CPU detection and feature extraction
Group:		System/Configuration/Hardware

%description tools
Tools for x86 CPU detection and feature extraction.

%files tools
%{_bindir}/cpuid_tool

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Small C library for x86 CPU detection and feature extraction
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libcpuid.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%dir %{_includedir}/%{name}/
%{_includedir}/%{name}/*
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10635 |14cu|libdap-3.12.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 11
%define cmajor 3
%define smajor 7
%define libname %mklibname dap %{major}
%define libclient %mklibname dapclient %{cmajor}
%define libserver %mklibname dapserver %{smajor}
%define devname %mklibname dap -d

Summary:	C++ DAP2 library from OPeNDAP
Name:		libdap
Version:	3.12.1
Release:	4
# The deflate program is covered by the W3C licence
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.opendap.org/
Source0:	http://www.opendap.org/pub/source/libdap-%{version}.tar.gz
Patch0:		libdap-3.12.0-tirpc.patch
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	groff
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(uuid)

%description
The libdap++ library contains an implementation of DAP2. This package
contains the library, dap-config, getdap and deflate. The script dap-config
simplifies using the library in other projects. The getdap utility is a
simple command-line tool to read from DAP2 servers. It is built using the
library and demonstrates simple uses of it. The deflate utility is used by
the library when it returns compressed responses.

%files
%doc README NEWS COPYING COPYRIGHT_URI README.dodsrc COPYRIGHT_W3C
%{_bindir}/getdap
%{_mandir}/man1/getdap.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++ DAP2 library from OPeNDAP
Group:		System/Libraries

%description -n %{libname}
C++ DAP2 library from OPeNDAP.

%files -n %{libname}
%defattr(-, root, root)
%{_libdir}/libdap.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libclient}
Summary:	C++ DAP2 library from OPeNDAP
Group:		System/Libraries
Conflicts:	%{_lib}dap10 < 3.12.0

%description -n %{libclient}
C++ DAP2 library from OPeNDAP.

%files -n %{libclient}
%defattr(-, root, root)
%{_libdir}/libdapclient.so.%{cmajor}*

#----------------------------------------------------------------------------

%package -n %{libserver}
Summary:	C++ DAP2 library from OPeNDAP
Group:		System/Libraries
Conflicts:	%{_lib}dap10 < 3.12.0

%description -n %{libserver}
C++ DAP2 library from OPeNDAP.

%files -n %{libserver}
%defattr(-, root, root)
%{_libdir}/libdapserver.so.%{smajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development and header files from libdap
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libclient} = %{EVRD}
Requires:	%{libserver} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}dap-static-devel < 3.12.0

%description -n %{devname}
This package contains all the files needed to develop applications that
will use libdap.

%files -n %{devname}
%defattr(-, root, root)
%{_libdir}/libdap.so
%{_libdir}/libdapclient.so
%{_libdir}/libdapserver.so
%{_libdir}/pkgconfig/libdap*.pc
%{_bindir}/dap-config
%{_bindir}/dap-config-pkgconfig
%{_includedir}/libdap/
%{_datadir}/aclocal/*
%{_mandir}/man1/dap-config.1*

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation of the libdap library
Group:		Development/C
BuildArch:	noarch

%description doc
Documentation of the libdap library.

%files doc
%doc __mandriva_docs/html/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fiv
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%make docs

rm -rf __mandriva_docs
cp -a docs __mandriva_docs
# those .map and .md5 are of dubious use, remove them
rm -f __mandriva_docs/html/*.map __mandriva_docs/html/*.md5
# use the ChangeLog timestamp to have the same timestamps for the doc files
# for all archs
touch -r ChangeLog __mandriva_docs/html/*

rm -f %{buildroot}%{_libdir}/*.a


%changelog

* Thu Aug 20 2015 dsilakov <denis.silakov@rosalab.ru> 3.12.1-4
- (4fa523a) Merge pull request #1 from aabatrakov/libdap:rosa2014.1
- (4fa523a) Update (Alexey Batrakov)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10636 |14cu|libdesktop-agnostic-0.3.94-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname desktop-agnostic %{major}
%define devname %mklibname desktop-agnostic -d

Summary:	A desktop-agnostic library for GLib-based projects
Name:		libdesktop-agnostic
Version:	0.3.94
Release:	2
License:	GPLv2+
Group:		Development/Other
Url:		https://launchpad.net/libdesktop-agnostic
Source0:	%{name}-%{version}.tar.gz
Patch0:		libdesktop-agnostic-gladeui.patch
Patch1:		libdesktop-agnostic-0.3.94-vala0.28.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gladeui-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(vapigen)
Requires:	libdesktop-agnostic-cfg-gconf
Requires:	libdesktop-agnostic-fdo-glib
Requires:	libdesktop-agnostic-vfs-gio
Requires:	pygtk2
Conflicts:	%{_lib}desktop-agnostic0 < 0.3.92-3

%description
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.

%files -f %{name}.lang
%doc COPYING COPYING.GPL-2
%{_sysconfdir}/xdg/%{name}/desktop-agnostic.ini
%{_bindir}/lda-desktop-entry-editor
%{_bindir}/lda-schema-to-gconf
%dir %{_libdir}/desktop-agnostic
%dir %{_libdir}/desktop-agnostic/modules
%{_libdir}/desktop-agnostic/modules/libda-cfg-type-color.so
%{_libdir}/desktop-agnostic/modules/libda-module-guesser.so
%{_datadir}/glade/catalogs/desktop-agnostic.xml
%{python_sitearch}/desktopagnostic/*.py
%{python_sitearch}/desktopagnostic/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	%{name} library package
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{libname}
This library provides an extensible configuration API, a unified virtual file
system API, and a desktop item editor (all with pluggable backends) for
GLib-based projects. It is not tied to any one desktop environment, although
there are desktop-specific modules.

%files -n %{libname}
%{_libdir}/%{name}*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	%{name} development files
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains header files needed when building applications based on
%{name}.

%files -n %{devname}
%dir %{_includedir}/%{name}-1.0
%dir %{_includedir}/%{name}-1.0/%{name}
%{_includedir}/%{name}-1.0/%{name}/*.h
%{_libdir}/%{name}*.so
%{_libdir}/pkgconfig/desktop-agnostic.pc
%{_datadir}/pygtk/2.0/defs/*.defs
%{_datadir}/vala/vapi/*.vapi
%{_datadir}/vala/vapi/desktop-agnostic*.deps

#----------------------------------------------------------------------------

%package cfg-gconf
Summary:	GConf module for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Provides:	libdesktop-agnostic-cfg = %{EVRD}

%description cfg-gconf
This package contains the GConf mdoule for %{name}.

%files cfg-gconf
%{_libdir}/desktop-agnostic/modules/libda-cfg-gconf.so

#----------------------------------------------------------------------------

%package fdo-glib
Summary:	GLib desktop entry module for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Provides:	libdesktop-agnostic-fdo = %{EVRD}

%description fdo-glib
This package contains the GLib desktop entry module for %{name}.

%files fdo-glib
%{_libdir}/desktop-agnostic/modules/libda-fdo-glib.so

#----------------------------------------------------------------------------

%package vfs-gio
Summary:	GIO VFS module for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description vfs-gio
This package contains the GIO VFS module for %{name}.

%files vfs-gio
%{_libdir}/desktop-agnostic/modules/libda-vfs-gio.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%define Werror_cflags %{nil}
%setup_compile_flags
export LINKFLAGS="%{ldflags}"
export PYTHONDIR=%{python_sitearch}
./waf configure \
	--prefix=%{_prefix} \
	--sysconfdir=%{_sysconfdir} \
	--localstatedir=%{_localstatedir} \
	--libdir=%{_libdir} \
	--mandir=%{_mandir} \
	--enable-debug \
	--config-backends=gconf \
	--vfs-backends=gio \
	--desktop-entry-backends=glib \
	--with-glade

./waf build --nocache

%install
./waf  --nocache install --destdir=%{buildroot}

# fix .so permissions so that debuginfo can be extracted for the debug package
find %{buildroot}%{_libdir} -name *.so -exec chmod 755 {} \;

%find_lang %{name}

%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.94-2
- (0026454) Add patch to fix build with vala 0.28+



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10637 |14cu|libdigidoc-3.10.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname digidoc %{major}
%define devname %mklibname digidoc -d

Summary:	Library for handling digitally signed documents
Name:		libdigidoc
Version:	3.10.2
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://id.eesti.ee
Source0:	http://archive.esteid.org/latest/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(openssl)

%description
libDigiDoc is a library implementing a subset of the XAdES digital
signature standard on top of Estonian specific .ddoc container format.
It allows to create, sign, verify, and modify digidoc XML containers.

%files
%config(noreplace) %{_sysconfdir}/digidoc.conf
%doc README.md RELEASE-NOTES.txt AUTHORS CONTRIBUTING.md LICENSE.LGPL
%{_bindir}/cdigidoc
%{_mandir}/man1/cdigidoc.1.*
%{_datadir}/%{name}/*.crt

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for handling digitally signed documents
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
This package contains libraries and header files for
developing applications that use %{name}.

%files -n %{libname}
%doc README.md RELEASE-NOTES.txt AUTHORS CONTRIBUTING.md LICENSE.LGPL
%{_libdir}/libdigidoc.so.%{major}
%{_libdir}/libdigidoc.so.3.10.1

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(libxml-2.0)
Requires:	pkgconfig(openssl)
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for
developing applications that use %{libname}.

%files -n %{devname}
%doc doc/SK-CDD-PRG-GUIDE.pdf doc/SK-COM-PRG-GUIDE.pdf
%{_includedir}/libdigidoc/
%{_libdir}/pkgconfig/lib*.pc
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake \
	-DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir}
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.10.2-1
- (bed3ca4) New version 3.10.2
- (bed3ca4) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10638 |14cu|libdigidocpp-3.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname digidocpp %{major}
%define devname %mklibname digidocpp -d

Summary:	Library for creating and validating BDoc and DDoc containers
Name:		libdigidocpp
Version:	3.12.1
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://id.eesti.ee
Source0:	http://archive.esteid.org/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	esteidcerts
BuildRequires:	vim-common
BuildRequires:	xml-security-c-devel
BuildRequires:	xsd-devel
BuildRequires:	pkgconfig(libdigidoc)
Requires:	esteidcerts

%description
libdigidocpp is a C++ library for reading, validating, and creating BDoc and
DDoc containers. These file formats are widespread in Estonia where they are
used for storing legally binding digital signatures.

%files
%dir %{_sysconfdir}/digidocpp/
%config %{_sysconfdir}/digidocpp/digidocpp.conf
%{_sysconfdir}/digidocpp/878252.p12
%{_sysconfdir}/digidocpp/schema/
%{_bindir}/digidoc-*
%{_mandir}/man1/digidoc-tool.1.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for creating and validating bdoc and ddoc containers
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
libdigidocpp is a C++ library for reading, validating, and creating BDoc and
DDoc containers. These file formats are widespread in Estonia where they are
used for storing legally binding digital signatures.

%files -n %{libname}
%{_libdir}/libdigidocpp.so.%{major}
%{_libdir}/libdigidocpp.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(libdigidoc)
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%{_includedir}/digidocpp/
%{_libdir}/pkgconfig/lib*.pc
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%cmake \
	-DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir} \
	-DCERTS_LOCATION="%{_datadir}/esteid/certs" \
	../..
popd

%make -C %{_target_platform}/build

%install
%makeinstall_std -C %{_target_platform}/build

%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.12.1-1
- (a893dde) Build requires vim-common



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10639 |14cu|libdlna-0.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   0
%define libname %mklibname dlna %{major}
%define devname %mklibname dlna -d

Summary:	Implementation of DLNA (Digital Living Network Alliance)
Name:		libdlna
Version:	0.2.4
Release:	3
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://libdlna.geexbox.org/
Source0:	http://libdlna.geexbox.org/releases/%{name}-%{version}.tar.bz2
Patch0:		libdlna-0.2.4-mga-ffmpeg-2.4.patch
BuildRequires:	ffmpeg-devel

%description
libdlna aims at being the reference open-source implementation of DLNA
(Digital Living Network Alliance) standards.

Its primary goal is to provide DLNA support to uShare, an embedded DLNA & 
UPnP A/V Media Server, but it will be used to build both DLNA servers
and players in the long term.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog README 
%{_libdir}/libdlna.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%{_includedir}/dlna.h
%{_libdir}/libdlna.so
%{_libdir}/libdlna.a
%{_libdir}/pkgconfig/libdlna.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--enable-static \
	--enable-shared
make

%install
%makeinstall_std


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.4-3
+ Revision: 9be0387
- Add patch from Mageia to fix build with ffmpeg 2.4+



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10640 |14cu|libdsk-1.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3

%define libname %mklibname dsk %major
%define devname %mklibname -d dsk

Summary:	A library for accessing floppy drives and disk images transparently
Name:		libdsk
Version:	1.4.0
Release:	1
License:	GPL
Group:		System/Libraries
URL:		http://www.seasip.info/Unix/LibDsk/
Source:		http://www.seasip.info/Unix/LibDsk/%{name}-%{version}.tar.gz
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(zlib)

%description
LibDsk is a library intended to give transparent access to floppy drives and
to the "disc image files" used by emulators to represent floppy drives.

#---------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for accessing floppy drives and disk images transparently
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
LibDsk is a library intended to give transparent access to floppy drives and
to the "disc image files" used by emulators to represent floppy drives.

Install the libdsk package if you need to manipulate DSK files. You should
also install the libdsk-progs package.

%files -n %{libname}
%doc ChangeLog doc/COPYING doc/README doc/TODO
%{_libdir}/lib*.so.%{major}*

#---------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for programs which will use the libdsk library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and documentation necessary for
development of programs that will use the libdsk library to load and save
DSK format disc image files.

You should install this package if you need to develop programs which will
use the libdsk library functions for loading and saving DSK format disc
image files. You'll also need to install the libdsk package.

%files -n %{devname}
%doc doc/COPYING doc/cfi.html doc/libdsk.*
%{_libdir}/lib*.so
%{_includedir}/*.h

#---------------------------------------------------------------------------

%package progs
Summary:	Programs for manipulating DSK format disc image files
Group:		Emulators
Requires:	%{libname} = %{EVRD}

%description progs
The libdsk-progs package contains various programs for manipulating
DSK format disc image files.

Install this package if you need to manipulate DSK format disc image
files. You'll also need to install the libdsk package.

%files progs
%doc doc/COPYING
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man5/*

#---------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%changelog

* Mon Sep 26 2016 alzim <alzim@bk.ru> 1.4.0-1
- (834f7c0) Merge pull request #2 from import/libdsk:rosa2016.1
- (834f7c0) Updated to 1.4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10641 |14cu|libdxfrw-0.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname	%mklibname dxfrw %{major}
%define develname %mklibname dxfrw -d

Summary:	C++ library to read/write dxf files in binary and ascii form
Name:		libdxfrw
Version:	0.6.1
Release:	1
License:	GPLv2+
Group:		System/Libraries
URL:		http://sourceforge.net/projects/libdxfrw
Source0:	http://heanet.dl.sourceforge.net/project/%{name}/%{name}-%{version}.tar.bz2


%description
libdxfrw is a free C++ library to read and write DXF
files in both formats, ascii and binary form. It is licensed under
the terms of the GNU General Public License version 2
(or at you option any later version).
#-------------------------------------------------------

%package -n dwg2dxf
Summary:	Program to convert dwg/dxf to dxf (ascii and binary)
Group:		Graphics

%description -n dwg2dxf
This package contains the dwg2dxf tool to convert dwg/dxf files to
dxf (ascii and binary) file.

%files -n dwg2dxf
%doc AUTHORS NEWS README TODO
%{_bindir}/dwg2dxf

#-------------------------------------------------------
%package -n %{libname}
Summary:	A library of functions for manipulating DXF format files
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with libdxfrw.

%files -n %{libname}
%doc AUTHORS NEWS README TODO
%{_libdir}/%{name}.so.%{major}
%{_libdir}/%{name}.so.%{major}.*

#-------------------------------------------------------
%package -n %{develname}
Summary:	Development tools for programs to manipulate DXF files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{develname}
The libdxfrw-devel package contains the header files and libraries
necessary for developing programs using the libdxfrw library.

%files -n %{develname}
%doc AUTHORS NEWS README TODO
%{_includedir}/%{name}%{major}/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}%{major}.pc

#-------------------------------------------------------
%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std 



%changelog

* Tue Aug 25 2015 abfonly <abfonly@gmail.com> 0.6.1-1
- (e23042c) Log: Update to 0.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10642 |14cu|libe-devel-0.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname libe
%define debug_package %{nil}

Summary:	C library contains various functions which deal with data structures
Name:		libe-devel
Version:	0.3.1
Release:	1
License:	GPL
Group:		Development/Other	
URL:		http://www.theether.org/libe/
Source:		http://www.theether.org/libe/%{realname}-%{version}.tar.gz
Provides:	%{name}-%{version}
Provides:	libe-cluster
Conflicts:	libe0-devel

%description
libe is a C library which contains various functions which deal with 
data structures (hash tables, bitmasks, trees of IP addresses, etc.), 
networking, I/O, barriers, and other useful things. It is currently used 
in the implementation of authd (RSA authentication daemon), pcp (a 
parallel, pipelined file transfer system), and gexec (a fast, hierarchical 
cluster remote execution system).

%prep
%setup -qn %{realname}-%{version}

%build
%configure 
%make

%install
%makeinstall

%files 
%doc AUTHORS ChangeLog COPYING
%{_bindir}/test_*
%{_includedir}/e
%{_libdir}/libe.a

%changelog

* Mon Sep 26 2016 alzim <alzim@bk.ru> 0.3.1-1
- (d5b1974) Merge pull request #1 from import/libe-devel:rosa2016.1
- (d5b1974) Updated to 0.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10643 |14cu|libelf-0.8.13-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname elf %{major}
%define devname %mklibname elf -d

Summary:	An ELF object file access library
Name:		libelf
Version:	0.8.13
Release:	6
License:	LGPLv2+
Group:		Development/C
Url:		http://www.mr511.de/software/english.html
Source0:	http://www.mr511.de/software/%{name}-%{version}.tar.gz

%description
libelf provides routines to access and manipulate ELF object files. It
is still not complete, but is required for a number of programs, such as
Eli (a state of the art compiler generation system), and Elk (the
Extension Language Kit - an implementation of the Scheme programming
language.)

#----------------------------------------------------------------------------

%package locales
Summary:	An ELF object file access library: locales
BuildArch:	noarch

%description locales
libelf provides routines to access and manipulate ELF object files. It
is still not complete, but is required for a number of programs, such as
Eli (a state of the art compiler generation system), and Elk (the
Extension Language Kit - an implementation of the Scheme programming
language.)

This package contains locales-only data.

%files locales
%lang(de) %{_localedir}/de/

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	An ELF object file access library: development files
Group:		System/Libraries
Conflicts:	%{name} < 0.8.13-6
Obsoletes:	%{name} < 0.8.13-6
Suggests:	%{name}-locales

%description -n %{libname}
libelf provides routines to access and manipulate ELF object files. It
is still not complete, but is required for a number of programs, such as
Eli (a state of the art compiler generation system), and Elk (the
Extension Language Kit - an implementation of the Scheme programming
language.)

This shared library may be needed by pre-packaged programs. To compile
programs with this library, you will need to install the libelfg0-dev
package as well.

%files -n %{libname}
%{_libdir}/libelf.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	An ELF object file access library: development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.8.13-6
Obsoletes:	%{name}-devel < 0.8.13-6
Conflicts:	elfutils-devel

%description -n %{devname}
libelf provides routines to access and manipulate ELF object files. It
is still not complete, but is required for a number of programs, such as
Eli (a state of the art compiler generation system), and Elk (the
Extension Language Kit - an implementation of the Scheme programming
language.)

This development library is only needed if you intend to compile, or
write, your own programs with this library. It holds the static linking
library (.a), and the required .so link to libelf0.so.0. To run programs
linked with this library, install the libelfg0 package. 

%files -n %{devname}
%{_libdir}/%{name}.so
%{_libdir}/%{name}.a
%{_includedir}/%{name}/
%{_includedir}/*.h
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.13-6
- (344616e) Package library and development files according to policies
- (344616e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10644 |14cu|libetpan-1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 17
%define libname %mklibname etpan %{major}
%define develname %mklibname etpan -d
%define debug_package	%{nil}

Summary:	Mail purpose library
Name:		libetpan
Version:	1.6
Release:	1
Group:		System/Libraries
License:	BSD
URL:		http://www.etpan.org/libetpan.html
Source:		https://github.com/dinhviethoa/%{name}/archive/1.6.tar.gz
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	db-devel
BuildRequires:  pkgconfig(expat)
BuildRequires:  pkgconfig(gpg-error)
BuildRequires:	libgcrypt-devel

%description
The purpose of this mail library is to provide a portable, efficient 
framework for different kinds of mail access. When using the drivers 
interface, the interface is the same for all kinds of mail access, 
remote and local mailboxes.

Network protocols supported:
o IMAP/NNTP/POP3/SMTP over TCP/IP and SSL/TCP/IP, already implemented.
o Local storage (mbox/MH/maildir), message / MIME parser

%package -n %{libname}
Summary:	Mail purpose library
Group:		System/Libraries
Obsoletes:	%{_lib}etpan13 < 1.0

%description -n %{libname}
The purpose of this mail library is to provide a portable, efficient 
framework for different kinds of mail access. When using the drivers 
interface, the interface is the same for all kinds of mail access, 
remote and local mailboxes.

Network protocols supported:
o IMAP/NNTP/POP3/SMTP over TCP/IP and SSL/TCP/IP, already implemented.
o Local storage (mbox/MH/maildir), message / MIME parser

%files -n %{libname}
%doc README.md COPYRIGHT
%{_libdir}/lib*.so.%{major}*
#-------------------------------------------------------
%package -n %{develname}
Summary:	Libraries and include files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel  = %{EVRD}

%description -n %{develname}
This package contains the header files and static libraries for
developing with %{name}.


%files -n %{develname}
%doc ChangeLog NEWS
%doc doc/*
%{_bindir}/libetpan-config
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/*.a
#-----------------------------------------------------
%prep
%setup -q
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog

%build
./autogen.sh
%configure2_5x \
	--without-openssl \
	--with-gnutls \
	--enable-ipv6 \
	--enable-optim

%make

%check
make check

%install
%makeinstall_std



%changelog

* Tue Aug 25 2015 abfonly <abfonly@gmail.com> 1.6-1
- (4cccf04) Log: Update to 1.6
- (4cccf04) Update source and URL
- (4cccf04) fixed linting



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10645 |14cu|libfc14audiodecoder-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		1
%define	libname		%mklibname fc14audiodecoder %{major}
%define	develname	%mklibname -d fc14audiodecoder

Summary:	Future Composer audio decoding library
Name:		libfc14audiodecoder
Version:	1.0.3
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://xmms-fc.sourceforge.net
Source0:	http://sourceforge.net/projects/xmms-fc/files/%{name}/%{name}-%{version}.tar.bz2

%description
Decode music files written on a Commodore Amiga using Future Composer.
This library provides a C API for an old audio decoder that has been used in
several plug-ins for versatile audio players like XMMS, BMP, Audacious and
GStreamer. It is based on unmaintained/stable code which used to be a `Future
Composer Reference Player for Linux'. Because of how the source code has been
imported into a CVS repository long since its last major modification,
the timestamps of the files in CVS and in released tarballs do not reflect
that the core of the decoder has not been changed for years. Except for
cosmetical adjustments, indentation, dropping of unused pieces, and partial
reorganization for OOP.

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for decoding Future Composer music
Group:		System/Libraries

%description -n %{libname}
Decode music files written on a Commodore Amiga using Future Composer.
This library provides a C API for an old audio decoder that has been used in
several plug-ins for versatile audio players like XMMS, BMP, Audacious and
GStreamer. It is based on unmaintained/stable code which used to be a `Future
Composer Reference Player for Linux'. Because of how the source code has been
imported into a CVS repository long since its last major modification,
the timestamps of the files in CVS and in released tarballs do not reflect
that the core of the decoder has not been changed for years. Except for
cosmetical adjustments, indentation, dropping of unused pieces, and partial
reorganization for OOP.

%files -n %{libname}
%doc COPYING README
%{_libdir}/%{name}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
Decode music files written on a Commodore Amiga using Future Composer.
This library provides a C API for an old audio decoder that has been used in
several plug-ins for versatile audio players like XMMS, BMP, Audacious and
GStreamer. It is based on unmaintained/stable code which used to be a `Future
Composer Reference Player for Linux'. Because of how the source code has been
imported into a CVS repository long since its last major modification,
the timestamps of the files in CVS and in released tarballs do not reflect
that the core of the decoder has not been changed for years. Except for
cosmetical adjustments, indentation, dropping of unused pieces, and partial
reorganization for OOP.

%files -n %{develname}
%doc COPYING
%{_libdir}/%{name}.so
%{_includedir}/fc14audiodecoder.h

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std


%changelog

* Tue Apr 07 2015 Giovanni Mariani <mc2374@mclink.it> 1.0.3-1
- (00117b9) Updated to release 1.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10646 |14cu|libfm-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname fm %{major}
%define devname %mklibname fm -d
%define devel_rel 1.0

Summary:	GIO-based library for file manager-like programs
Name:		libfm
Version:	1.2.4
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://pcmanfm.sourceforge.net/
Source0:	http://dfn.dl.sourceforge.net/sourceforge/pcmanfm/%{name}-%{version}.tar.xz
Patch0:		libfm-0.1.5-set-cutomization.patch
Patch1:		%{name}-1.2.4-lxde-only.patch
Patch5:		%{name}-1.2.3-use-common-desktop-menu.patch
BuildRequires:	gettext
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	vala
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libmenu-cache)
Conflicts:	lxshortcut < 1.2.0
Provides:	lxshortcut = %{EVRD}

%description
LibFM is a GIO-based library used to develop file manager-like programs. It is
developed as the core of next generation PCManFM and takes care of all file-
related operations such as copy & paste, drag & drop, file associations or 
thumbnails support. By utilizing glib/gio and gvfs, libfm can access remote 
filesystems supported by gvfs.

%files -f %{name}.lang
%config(noreplace) %{_sysconfdir}/xdg/libfm/libfm.conf
%{_bindir}/libfm-pref-apps
%{_bindir}/lxshortcut
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/ui
%dir %{_datadir}/%{name}/images
%{_datadir}/applications/lxshortcut.desktop
%{_datadir}/%{name}/archivers.list
%{_datadir}/%{name}/terminals.list
%{_datadir}/%{name}/ui/*
%{_datadir}/applications/libfm-pref-apps.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/%{name}/images/*.png
%{_mandir}/man1/libfm-pref-apps.1.*
%{_mandir}/man1/lxshortcut.1.*
%{_libdir}/%{name}/modules/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
GIO-based library for file manager-like programs.

%files -n %{libname}
%{_libdir}/libfm-gtk.so.%{major}*
%{_libdir}/libfm.so.%{major}*
%{_libdir}/libfm-extra.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Developement files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains header files needed when building applications based on
%{name}.

%files -n %{devname}
%dir %{_includedir}/%{name}
%dir %{_includedir}/%{name}-%{devel_rel}
%{_includedir}/%{name}/*.h
%{_includedir}/%{name}-%{devel_rel}/*.h
%{_libdir}/libfm-gtk.so
%{_libdir}/libfm.so
%{_libdir}/libfm-gtk.a
%{_libdir}/libfm.a
%{_libdir}/libfm-extra.so
%{_libdir}/libfm-extra.a
%{_libdir}/pkgconfig/libfm-gtk.pc
%{_libdir}/pkgconfig/libfm-extra.pc
%{_libdir}/pkgconfig/libfm.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
sed -i "s:-Werror::" configure.ac || die
autoreconf -fi
%define Werror_cflags %nil
%configure2_5x \
	--enable-udisks \
	--with-gtk=2
# remove rpaths
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
%makeinstall_std

#some hack for avoid upgrade error
#copy all in libfm-1.0 in includedir to libfm instead symlink, rather early it is true
rm -f %{buildroot}%{_includedir}/%{name}
mkdir -p %{buildroot}%{_includedir}/%{name}
cp -f %{buildroot}%{_includedir}/%{name}-%{devel_rel}/* %{buildroot}%{_includedir}/%{name}/

%find_lang %{name}

%changelog

* Sat Aug 27 2016 Alzim <alzim@bk.ru> 1.2.4-1
- (f1ccd16) Updated to 1.2.4

* Mon Dec 07 2015 Denis Silakov <dsilakov@gmail.com> 1.2.3-2
- (5363ae4) Move to contrib

* Sat Dec 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-1
- (db4c078) Updated to 1.2.3

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-3
- (d3a8725) MassBuild#440: Increase release tag

* Wed May 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-2
- (83b06e1) Spec cleanup

* Thu Mar 20 2014 akdengi <kazancas@mandriva.ru> 1.2.0-1
- (12d88ea) SILENT try avoid ABF build error
- (akdengi: db9b24e) fix
- (akdengi: f18061e) SILENT fix spec error
- (akdengi: 795e7be) Add pkgconfig(libexif) to BR
- (akdengi: 935d1fe) update to 1.2.0

* Tue Nov 05 2013 akdengi <kazancas@mandriva.ru> 1.1.2.2-1
- (f13bcc7) update to 1.1.2.2

* Tue Nov 05 2013 akdengi <kazancas@mandriva.ru> 1.1.2-1
- (5247011) update to 1.1.2
- (akdengi: cefec8b) Update to 1.1.2

* Mon Jul 22 2013 akdengi <kazancas@mandriva.ru> 1.1.1-5
- (8f5e6df) drop p100
- (akdengi: a4d8338) libfm 1.1.1

* Wed Jan 16 2013 akdengi <kazancas@mandriva.ru> 1.1.0-5
- (e6d2f3d) revert to gtk2 build

* Wed Jan 16 2013 akdengi <kazancas@mandriva.ru> 1.1.0-4
- (e1ae33a) revert to gtk2 build

* Wed Dec 26 2012 Alexander Khryukin <alexander@mezon.ru> 1.1.0-3
- (b564551) repoclosure fix

* Thu Dec 13 2012 akdengi <kazancas@mandriva.ru> 1.1.0-2
- (0244ecf) fix error with devel package
- (akdengi: f966192) obsoletes libfm < 1.1.0

* Thu Dec 13 2012 akdengi <kazancas@mandriva.ru> 1.1.0-1
- (b832338) pkgconfig
- (akdengi: 67fd136) fix include dir
- (akdengi: 4a0be17) fix include
- (akdengi: 9668267) fix include dir
- (akdengi: 0ad029b) fix include dir
- (akdengi: 289ce7a) s/gtk/gtk3/
- (Alexander Kazancev: 5fd0eae) Drop gtk-doc
- (akdengi: 0972e81) LOG 1.1.0

* Thu Sep 27 2012 Alexander Kazancev <kazancas@gmail.com> 1.0.1-1
- (868bfed) Updated libfm.spec
- (Alexander Kazancev: cc11e34) Updated libfm.spec

* Thu Sep 27 2012 akdengi <kazancas@mandriva.ru> 
- (9265695) fix

* Mon Sep 24 2012 Alexander Khryukin <alexander@mezon.ru> 1.0.1-1
- (831c638) version update 1.0.1

* Thu Sep 06 2012 Alexander Kazancev <kazancas@mandriva.ru> 0.1.17-2
- (399afde) Updated libfm.spec

* Thu May 31 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1.17-1
- (6679c4d) Automatic import for version 0.1.17

* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1.16.git20111108-1
- (ca0614d) Automatic import for version 0.1.16.git20111108



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10647 |14cu|libftdi-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname ftdi %{major}
%define libcpp %mklibname ftdip %{major}
%define devname %mklibname ftdi -d

Summary:	Library to program and control the FTDI USB controller
Name:		libftdi
Version:	1.3
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.intra2net.com/en/developer/libftdi/
Source0:	http://www.intra2net.com/en/developer/libftdi/download/%{name}1-%{version}.tar.bz2

BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	swig
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(libconfuse)
Requires(pre):	shadow-utils
Conflicts:	%{_lib}ftdi1 < 0.20-2

%description
A library (using libusb) to talk to FTDI's FT2232C,
FT232BM and FT245BM type chips including the popular bitbang mode.

%files
%doc COPYING.LIB COPYING.GPL LICENSE
%config(noreplace) %{_sysconfdir}/udev/rules.d/99-libftdi.rules

%pre
getent group plugdev >/dev/null || groupadd -r plugdev
exit 0

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to program and control the FTDI USB controller
Group:		System/Libraries

%description -n %{libname}
A library (using libusb) to talk to FTDI's FT2232C,
FT232BM and FT245BM type chips including the popular bitbang mode.

%files -n %{libname}
%doc COPYING.LIB COPYING.GPL LICENSE
%{_libdir}/libftdi1.so.2*

#----------------------------------------------------------------------------

%package -n %{libcpp}
Summary:	Libftdi library C++ binding
Group:		Development/C++

%description -n %{libcpp}
Libftdi library C++ language binding.

%files -n %{libcpp}
%doc COPYING.LIB COPYING.GPL LICENSE
%{_libdir}/libftdipp1.so.2*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries for libftdi
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libcpp} = %{EVRD}

%description -n %{devname}
Header files and static libraries for libftdi

%files -n %{devname}
%doc build/doc/html
%{_mandir}/man3/*
%{_bindir}/libftdi1-config
%{_bindir}/ftdi_eeprom
%{_includedir}/libftdi1/*.h
%{_includedir}/libftdi1/ftdi.hpp
%{_libdir}/pkgconfig/*.pc
%{_libdir}/cmake/libftdi1/*
%{_libdir}/libftdi1.so
%{_libdir}/libftdipp1.so

#----------------------------------------------------------------------------
%define __noautoprov '_ftdi1.so'
%package -n	python-%{name}
Summary:	Libftdi library Python binding
Group:		Development/Python

%description -n	python-%{name}
Libftdi Python Language bindings.

%files -n python-%{name}
%doc COPYING.LIB COPYING.GPL LICENSE
%{py_platsitedir}/ftdi1.py
%{py_platsitedir}/_ftdi1.so
%{_datadir}/libftdi/examples/*.py
#----------------------------------------------------------------------------

%prep
%setup -qn %{name}1-%{version}
#kernel does not provide usb_device anymore
sed -e 's/usb_device/usb/g' -i packages/99-libftdi.rules
sed -e 's/GROUP="plugdev"/TAG+="uaccess"/g' -i packages/99-libftdi.rules


%build
export CFLAGS="%{optflags} -fno-stack-protector"
export CXXFLAGS="%{optflags} -fno-stack-protector"
%cmake -DSTATICLIBS=off 
doxygen -u
%make


%install
%makeinstall_std -C build
install -p -m644 packages/99-libftdi.rules -D %{buildroot}%{_sysconfdir}/udev/rules.d/99-libftdi.rules

#no man install
mkdir -p %{buildroot}%{_mandir}/man3
install -p -m 644 build/doc/man/man3/*.3 %{buildroot}%{_mandir}/man3

# clean
rm -f %{buildroot}%{_bindir}/{simple,bitbang,bitbang2,bitbang_ft2232,bitbang_cbus,find_all,find_all_pp,serial_test,aud_test}
find %{buildroot}%{_datadir}/libftdi/examples -name "*.pyc" -or -name "*.pyo" -exec rm -f \{\} \;

find %{buildroot} -type f -name "*.la" -delete
find %{buildroot} -type f -name "*.a" -delete
find %{buildroot} -type f -name "example.conf" -delete

%changelog

* Mon Sep 26 2016 alzim <alzim@bk.ru> 1.3-2
- (d26944e) Merge pull request #3 from import/libftdi:rosa2016.1
- (d26944e) delete example.conf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10648 |14cu|libgap-4.8.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname gap %{major}
%define devname %mklibname gap -d

Summary:	C library version of the GAP kernel
Name:		libgap
Version:	4.8.3
Release:	1
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		https://bitbucket.org/vbraun/libgap
Source0:	https://bitbucket.org/vbraun/libgap/downloads/%{name}-%{version}.tar.gz
Patch0:		libgap-nogmp.patch
BuildRequires:	libtool
BuildRequires:	gap-libs
BuildRequires:	gap-devel

%description
LibGAP -- a C library version of the GAP kernel (http://www.gap-system.org)

LibGAP is essentially a fork of the upstream GAP kernel. It is developed
in its own repository at https://bitbucket.org/vbraun/libgap. This is
also where the spkg metadata is tracked.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C library version of the GAP kernel
Group:		System/Libraries
Conflicts:	%{_lib}libgap < 4.8.3
Obsoletes:	%{_lib}libgap < 4.8.3

%description -n %{libname}
LibGAP -- a C library version of the GAP kernel (http://www.gap-system.org)

%files -n %{libname}
%doc AUTHORS COPYING README
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}libgap-devel < 4.8.3
Obsoletes:	%{_lib}libgap-devel < 4.8.3

%description -n %{devname}
This package contains the header files and development documentation
for %{name}.

%files -n %{devname}
%{_includedir}/gap
%{_libdir}/%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
# due to patching configure.ac in patch0
autoreconf -ifs

%build
export CFLAGS='%{optflags} -DSYS_DEFAULT_PATHS=\"%{_gap_dir}\"'
%configure \
	--enable-shared \
	--disable-static \
	--without-gmp
%make

%install
%makeinstall_std

%check
make check


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.8.3-1
- (786253f) New version 4.8.3
- (786253f) Properly package shared library and development package (follow policies)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10649 |14cu|libilbc-2.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname ilbc %{major}
%define libnamedev %mklibname ilbc -d

Summary:	Internet Low Bitrate Codec (iLBC) library
Name:		libilbc
Version:	2.0.2
Release:	1
License:	BSD-style
Group:		System/Libraries
URL:		https://github.com/TimothyGu/libilbc
Source0:	https://github.com/TimothyGu/libilbc/releases/download/v%{version}/libilbc-%{version}.tar.gz
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	pkgconfig

%description
iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robust
voice communication over IP. The codec is designed for narrow band speech and
results in a payload bit rate of 13.33 kbit/s with an encoding frame length of
30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec enables
graceful speech quality degradation in the case of lost frames, which occurs in
connection with lost or delayed IP packets.

%package -n	%{libname}
Summary:	Internet Low Bitrate Codec (iLBC) library
Group:          System/Libraries

%description -n	%{libname}
iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robust
voice communication over IP. The codec is designed for narrow band speech and
results in a payload bit rate of 13.33 kbit/s with an encoding frame length of
30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec enables
graceful speech quality degradation in the case of lost frames, which occurs in
connection with lost or delayed IP packets.

%package -n %{libnamedev}
Summary:	Development and header files for the iLBC library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{libnamedev}
iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robust
voice communication over IP. The codec is designed for narrow band speech and
results in a payload bit rate of 13.33 kbit/s with an encoding frame length of
30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec enables
graceful speech quality degradation in the case of lost frames, which occurs in
connection with lost or delayed IP packets.

%prep

%setup -q

%build
autoreconf -fi
%configure2_5x \
    --disable-static
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.*a
rm -rf %{buildroot}%{_datadir}/doc/libilbc

%files -n %{libname}
%doc COPYING README* NEWS*
%{_libdir}/libilbc.so.%{major}*

%files -n %{libnamedev}
%{_includedir}/ilbc.h
%{_libdir}/libilbc.so
%{_libdir}/pkgconfig/libilbc.pc



%changelog

* Sat Jan 30 2016 Denis Silakov <dsilakov@gmail.com> 2.0.2-1
- (03029c5) Updated to 2.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10650 |14cu|libinstpatch-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define libname %mklibname instpatch %{api} %{major}
%define devname %mklibname instpatch -d

Summary:	Library for processing Music Instrument patch files
Name:		libinstpatch
Version:	1.0.0
Release:	4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://swami.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/swami/%{name}-%{version}.tar.gz
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(sndfile)
Requires:	pygtk2.0

%description
Library for processing digital sample based MIDI instrument "patch" files.
The types of files libInstPatch supports are used for creating
instrument sounds for wavetable synthesis. libInstPatch provides
an object framework (based on GObject) to load patch files into,
which can then be edited, converted, compressed and saved.

#----------------------------------------------------------------------------

%package -n instpatch
Summary:	Utilities related to the libinstpatch library
Group:		System/Libraries

%description -n instpatch
Utilities related to the libinstpatch library. LibInstPatch contains
tools for processing digital sample based MIDI instrument "patch" files.
The types of files libInstPatch supports are used for creating
instrument sounds for wavetable synthesis. libInstPatch provides
an object framework (based on GObject) to load patch files into,
which can then be edited, converted, compressed and saved.

%files -n instpatch
%{_bindir}/riff_dump
%{python_sitelib}/ipatchmodule.*
%{_datadir}/pygtk/2.0/defs/ipatch*.defs

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for processing music instrument patch files
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Conflicts:	%{_lib}instpatch0 < 1.0.0-4
Obsoletes:	%{_lib}instpatch0 < 1.0.0-4

%description -n %{libname}
Library for processing digital sample based MIDI instrument "patch" files.
The types of files libInstPatch supports are used for creating
instrument sounds for wavetable synthesis. libInstPatch provides
an object framework (based on GObject) to load patch files into,
which can then be edited, converted, compressed and saved.

%files -n %{libname}
%doc AUTHORS README
%{_libdir}/%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libinstpatch development headers
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	instpatch-devel = %{EVRD}

%description -n %{devname}
Header files needed to build applications against libinstpatch.

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/%{name}
%dir %{_includedir}/%{name}-%{api}/%{name}
%{_includedir}/%{name}-%{api}/%{name}/*.h
%{_libdir}/%{name}-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
#add unlinked cmath lib, autoreconf doesn't work
LDFLAGS="-lm -lglib-2.0 -lgobject-2.0" %configure2_5x --enable-static=no
%make

%install
%makeinstall_std

%ifarch x86_64
install -d %{buildroot}%{python_sitelib}
mv %{buildroot}%{_prefix}/%{_lib}/python%{python_version}/site-packages/* %{buildroot}%{python_sitelib}/
%endif


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-4
- (49e6145) Properly name library package (add API)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10651 |14cu|libisoburn-1.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname isoburn %{major}
%define devname %mklibname isoburn -d

Summary:	Enables creation and expansion of ISO-9660 filesystems
Name:		libisoburn
Version:	1.4.2
Release:	1
Group:		System/Libraries
License:	GPLv2+
Url:		http://libburnia-project.org
Source0:	http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
Source1:	http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz.sig
BuildRequires:	doxygen
BuildRequires:	acl-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libburn-1) >= %{version}
BuildRequires:	pkgconfig(libisofs-1) >= %{version}
BuildRequires:	pkgconfig(zlib)

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	CD-ROM image access library - shared library
Group:		System/Libraries

%description -n %{libname}
Shared libraries of libisoburn for software using it.

%description
libisoburn is a frontend for libraries libburn and libisofs which
enables creation and expansion of ISO-9660 filesystems on all CD/DVD/BD
media supported by libburn.
This includes media like DVD+RW, which do not support multi-session management
on media level and even plain disk files or block devices.
The price for that is thorough specialization on data files
in ISO-9660 filesystem images. So libisoburn is not suitable for audio 
(CD-DA) or any other CD layout which does not entirely consist
of ISO-9660 sessions.

%files -n %{libname}
%{_libdir}/%{name}*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	CD-ROM image access library - development headers
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Provides:	libisoburn-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
The libisoburn-devel package contains libraries and header files for
developing applications that use libisoburn.

%files -n %{devname}
%doc AUTHORS COPYING COPYRIGHT README ChangeLog
%doc doc/html
%{_includedir}/%{name}
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}*.pc

#----------------------------------------------------------------------------

%package -n xorriso-isoburn
Summary:	ISO-9660 and Rock Ridge image manipulation tool
Group:		Archiving/Cd burning
URL:		http://scdbackup.sourceforge.net/xorriso_eng.html
Requires:	%{libname} = %{EVRD}

%description -n xorriso-isoburn
Xorriso is a program which copies file objects from POSIX compliant
filesystems into Rock Ridge enhanced ISO-9660 filesystems and allows
session-wise manipulation of such filesystems. It can load management
information of existing ISO images and it writes the session results
to optical media or to filesystem objects. Vice versa xorriso is able
to copy file objects out of ISO-9660 filesystems.

Filesystem manipulation capabilities surpass those of mkisofs. Xorriso
is especially suitable for backups, because of its high fidelity of
file attribute recording and its incremental update sessions. Optical
supported media: CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+R DL, DVD+RW,
DVD-RAM, BD-R and BD-RE.

%files -n xorriso-isoburn
%{_bindir}/osirrox
%{_bindir}/xorrecord
%{_bindir}/xorriso
%{_bindir}/xorrisofs
%{_bindir}/xorriso-tcltk
%{_mandir}/man1/xorriso.1*
%{_mandir}/man1/xorrisofs.1*
%{_mandir}/man1/xorrecord.1*
%{_infodir}/xorriso.info*
%{_infodir}/xorrecord.info*
%{_infodir}/xorrisofs.info*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
touch NEWS

autoreconf -fi

%configure --disable-static
%make LIBS='-lpthread -lreadline'
doxygen doc/doxygen.conf

%install
%makeinstall_std

%changelog

* Sun Apr 24 2016 dsilakov <denis.silakov@rosalab.ru> 1.4.2-1
- (7665af3) Merge pull request #1 from alzim/libisoburn:rosa2014.1
- (7665af3) Updated to 1.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10652 |14cu|libkkc-0.3.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global dataversion 0.2.7

%define major 2
%define gir_major 1.0
%define libname %mklibname kkc %{major}
%define devname %mklibname kkc -d
%define girname %mklibname kkc-gir %{gir_major}

Summary:	Japanese Kana Kanji conversion library
Name:		libkkc
Version:	0.3.5
Release:	1
License:	GPLv3+
Group:		System/Internationalization
Url:		https://bitbucket.org/libkkc
Source0:	https://bitbucket.org/libkkc/libkkc/downloads/%{name}-%{version}.tar.gz
Source1:	https://bitbucket.org/libkkc/libkkc-data/downloads/%{name}-data-%{dataversion}.tar.xz
BuildRequires:	intltool
BuildRequires:	marisa-python
BuildRequires:	vala
BuildRequires:	vala-tools
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(marisa)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(vapigen)
Requires:	skkdic

%description
libkkc provides a converter from Kana-string to Kana-Kanji-mixed-string.
It was named after kkc.el in GNU Emacs, a simple Kana Kanji converter,
while libkkc tries to convert sentences in a bit more complex way using
N-gram language models.

#----------------------------------------------------------------------------

%package common
Summary:	Common data files for %{name}
Group:		System/Internationalization
BuildArch:	noarch

%description common
The %{name}-common package contains the arch-independent data that
%{name} uses at run time.

%files common -f %{name}.lang
%{_datadir}/libkkc

#----------------------------------------------------------------------------

%package data
Summary:	Data files for %{name}
Group:		System/Internationalization

%description data
The %{name}-data package contains the language model data that %{name}
uses at run time.

%files data
%{_libdir}/libkkc

#----------------------------------------------------------------------------

%package tools
Summary:	Tools for %{name}
Group:		Development/Tools

%description tools
The %{name}-tools package contains tools for developing applications
that use %{name}.

%files tools
%{_bindir}/kkc*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Development files for %{name}
Requires:	%{name}-data
Requires:	%{name}-common

%description -n %{libname}
libkkc provides a converter from Kana-string to Kana-Kanji-mixed-string.
It was named after kkc.el in GNU Emacs, a simple Kana Kanji converter,
while libkkc tries to convert sentences in a bit more complex way using
N-gram language models.

%files -n %{libname}
%doc README data/rules/README.rules COPYING
%{_libdir}/libkkc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Kkc-%{gir_major}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/*.gir
%{_datadir}/vala/vapi/*

#----------------------------------------------------------------------------

%prep
%setup -q
tar xf %{SOURCE1}
rm libkkc/*vala.stamp

%build
%configure2_5x \
	--disable-static \
	--disable-silent-rules
%make LIBS="-lstdc++"

pushd %{name}-data-%{dataversion}
%configure2_5x
%make
popd

%install
%makeinstall_std

%makeinstall_std -C %{name}-data-%{dataversion}

%find_lang %{name}


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.5-1
- (e8125fd) New version 0.3.5
- (e8125fd) Switch to gee-0.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10653 |14cu|libkolab-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname kolab %major

%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php)
%define php_inidir %{_sysconfdir}/php.d/}

Name:           libkolab
Version:        1.0.2
Release:        1
Summary:        Kolab Object Handling Library
Group:          System/Servers
License:        LGPLv3+
URL:            http://cgit.kolab.org/libkolab
Source0:        http://cgit.kolab.org/%{name}/snapshot/%{name}-%{version}.tar.gz
Patch1:         Q_DECL_IMPORT.patch
BuildRequires:  curl-devel
BuildRequires:  libkolabxml-devel >= 1.0
BuildRequires:  php-devel
BuildRequires:  python-devel
BuildRequires:	php-cli
BuildRequires:	swig
BuildRequires:  pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(Qt5Test)
BuildRequires:  cmake
BuildRequires:	kf5akonadi-devel
BuildRequires:  kf5akonadinotes-devel
BuildRequires:  kf5auth-devel
BuildRequires:	kf5calendarcore-devel
BuildRequires:	kf5calendarutils-devel
BuildRequires:  kf5codecs-devel
BuildRequires:  kf5config-devel
BuildRequires:  kf5configwidgets-devel
BuildRequires:	kf5contacts-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:  kf5dbusaddons-devel
BuildRequires:	kf5jobwidgets-devel
BuildRequires:  kf5iconthemes-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:  kmime-devel

%description
The libkolab library is an advanced library to  handle Kolab objects.

%package -n %{libname}
Summary:	Kolab Object Handling Library
Group:		System/Libraries 

%description -n %{libname}
The libkolab library is an advanced library to handle Kolab objects.

%package devel
Summary:        Kolab library development headers
Group:          System/Libraries
Requires:       %{libname} = %{EVRD}
Requires:	libkolabxml-devel >= 1.1.0

%description devel
Development headers for the Kolab object libraries.

%package -n php-kolab
Summary:        PHP Bindings for libkolab
Group:          System/Libraries
Requires:       %{libname} = %{EVRD}
Requires:	php-kolabformat >= 1.0.0

%description -n php-kolab
PHP Bindings for libkolab

%package -n python-kolab
Summary:        Python bindings for libkolab
Group:          System/Libraries
Requires:       %{libname} = %{EVRD}
Requires:	python-kolabformat >= 1.0.0

%description -n python-kolab
Python bindings for libkolab

%prep
%setup -q
%patch0 -p1

%build
%cmake -DQT5_BUILD=ON \
    -DINCLUDE_INSTALL_DIR=%{_includedir} \
    -DUSE_LIBCALENDARING=OFF \
    -DPHP_BINDINGS=ON \
    -DPHP_INSTALL_DIR=%{php_extdir} \
    -DPYTHON_BINDINGS=ON \
    -DPYTHON_INSTALL_DIR=%{py_platsitedir}

make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}/%{_datadir}/php
mv %{buildroot}/%{php_extdir}/*.php %{buildroot}/%{_datadir}/php/.

mkdir -p %{buildroot}/%{php_inidir}
cat >%{buildroot}/%{php_inidir}/kolab.ini <<EOF
extension=kolabcalendaring.so
extension=kolabicalendar.so
extension=kolabobject.so
extension=kolabshared.so
EOF

touch %{buildroot}/%{py_platsitedir}/kolab/__init__.py


%check
pushd build/tests
./benchmarktest || :
./calendaringtest || :
./formattest || :
./freebusytest || :
./icalendartest || :
./kcalconversiontest || :
./upgradetest || :
popd

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

%files devel
%{_libdir}/%{name}.so
%{_libdir}/cmake/Libkolab
%{_includedir}/kolab

%files -n php-kolab
%config(noreplace) %{php_inidir}/kolab.ini
%{_datadir}/php/kolabcalendaring.php
%{php_extdir}/kolabcalendaring.so
%{_datadir}/php/kolabicalendar.php
%{php_extdir}/kolabicalendar.so
%{_datadir}/php/kolabobject.php
%{php_extdir}/kolabobject.so
%{_datadir}/php/kolabshared.php
%{php_extdir}/kolabshared.so
%{_datadir}/php/dummy.php
%{php_extdir}/dummy.so

%files -n python-kolab
%{py_platsitedir}/kolab/__init__.py*
%{py_platsitedir}/kolab/_calendaring.so
%{py_platsitedir}/kolab/calendaring.py*
%{py_platsitedir}/kolab/_icalendar.so
%{py_platsitedir}/kolab/icalendar.py*
%{py_platsitedir}/kolab/_shared.so*
%{py_platsitedir}/kolab/shared.py*
%{py_platsitedir}/kolab/_kolabobject.so
%{py_platsitedir}/kolab/kolabobject.py*



%changelog

* Tue Jul 19 2016 Denis Silakov <dsilakov@gmail.com> 1.0.2-1
- (055929c) Try non-parallel make



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10654 |14cu|libkolabxml-1.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname kolabxml %major

%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php)
%define php_inidir %{_sysconfdir}/php.d/}

%bcond_without java
%bcond_without php
%bcond_without python

Name:           libkolabxml
Version:        1.1.2
Release:        1
Summary:        Kolab XML format collection parser library

Group:          System/Libraries
License:        LGPLv3+
URL:            http://www.kolab.org
Source0:        http://git.kolab.org/libkolabxml/snapshot/%{name}-%{version}.tar.gz
Patch0:         libkolabxml-0.8.4-link.patch
BuildRequires:  boost-devel
BuildRequires:  cmake >= 2.6
BuildRequires:  curl-devel
BuildRequires:  swig
BuildRequires:  xerces-c-devel
BuildRequires:  xsd
BuildRequires:  pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(Qt5Test)
BuildRequires:  xsd-devel
BuildRequires:  extra-cmake-modules
BuildRequires:  kmime-devel

%description
The libkolabxml parsing library interprets Kolab XML formats (xCal, xCard)
with bindings for Python, PHP and other languages. The language bindings
are available through sub-packages.

%package -n %{libname}
Summary:	Kolab XML format collection parser library
Group:		System/Libraries
Obsoletes:	%{name} < 0.8.1-3

%description -n %{libname}
The libkolabxml parsing library interprets Kolab XML formats (xCal, xCard)
with bindings for Python, PHP and other languages. The language bindings
are available through sub-packages.

%package devel
Summary:        Kolab XML library development headers
Group:          System/Libraries
Requires:       %{libname} = %{EVRD}

%description devel
Development headers for the Kolab XML libraries.

%if %{with java}
%package -n java-kolabformat
Summary:        Java Bindings for libkolabxml
Group:          System/Libraries

%description -n java-kolabformat
Java bindings for libkolabxml
%endif

%if %{with php}
%package -n php-kolabformat
Summary:        PHP bindings for libkolabxml
Group:          System/Libraries
BuildRequires:  php-devel >= 5.4
BuildRequires:	php-cli

%description -n php-kolabformat
The PHP kolabformat package offers a comprehensible PHP library using the
bindings provided through libkolabxml.
%endif

%if %{with python}
%package -n python-kolabformat
Summary:        Python bindings for libkolabxml
Group:          System/Libraries
BuildRequires:  python-devel

%description -n python-kolabformat
The PyKolab format package offers a comprehensive Python library using the
bindings provided through libkolabxml.
%endif

%prep 
%setup -q
%patch0 -p1


%build
%cmake  -DQT5_BUILD=ON  \
%if %{with java}
    -DJAVA_BINDINGS=ON \
    -DJAVA_INSTALL_DIR=%{_datadir}/%{name}/java/ \
%endif
%if %{with php}
    -DPHP_BINDINGS=ON \
    -DPHP_INSTALL_DIR=%{php_extdir} \
%endif
%if %{with python}
    -DPYTHON_BINDINGS=ON \
    -DPYTHON_INCLUDE_DIRS=%{python_include} \
    -DPYTHON_INSTALL_DIR=%{py_platsitedir} \
%endif
    -DQT5_BUILD=ON
%make

%install
%makeinstall_std -C build

%if %{with php}
mkdir -p %{buildroot}/%{_datadir}/php
mv %{buildroot}/%{php_extdir}/kolabformat.php %{buildroot}/%{_datadir}/php/kolabformat.php

mkdir -p %{buildroot}/%{php_inidir}/
cat >%{buildroot}/%{php_inidir}/kolabformat.ini <<EOF
extension=kolabformat.so
EOF
%endif


%check
pushd build
# Make sure libkolabxml.so.* is found, otherwise the tests fail
export LD_LIBRARY_PATH=$( pwd )/src/
pushd tests
./bindingstest ||:
./conversiontest ||:
./parsingtest ||:
popd
%if %{with php}
php -d enable_dl=On -dextension=src/php/kolabformat.so src/php/test.php ||:
%endif
%if %{with python}
python src/python/test.py ||:
%endif
popd

%files -n %{libname}
%doc DEVELOPMENT NEWS README
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

%files devel
%{_includedir}/kolabxml
%{_libdir}/*.so
%{_libdir}/cmake/Libkolabxml

%if %{with java}
%files -n java-kolabformat
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/java
%endif

%if %{with php}
%files -n php-kolabformat
%config(noreplace) %{php_inidir}/kolabformat.ini
%{_datadir}/php/kolabformat.php
%{php_extdir}/kolabformat.so
%endif

%if %{with python}
%files -n python-kolabformat
%{py_platsitedir}/kolabformat.py*
%{py_platsitedir}/_kolabformat.so
%endif



%changelog

* Wed Jun 08 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-1
- (a847f38) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10655 |14cu|liblscp-0.5.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	6
%define	libname %mklibname %{oname} %{major}
%define	develname %mklibname %{oname} -d
%define	old_libname %mklibname %{name} %{major}
%define	oname lscp

Name:		liblscp
Summary:	LinuxSampler Control Protocol (LSCP) wrapper library
Version:	0.5.7
Release:	1
Group:		System/Libraries 
License:	GPLv2+
URL:		http://www.linuxsampler.org/
Source0:	http://download.linuxsampler.org/packages/%{name}-%{version}.tar.bz2
BuildRequires:	doxygen

%description
LinuxSampler Control Protocol (LSCP) wrapper library.

#--------------------------------------------------------------------

%package -n	%{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
%rename		%old_libname

%description -n %{libname} 
LinuxSampler Control Protocol (LSCP) wrapper library.

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING
%{_libdir}/liblscp.so.%{major}*

#--------------------------------------------------------------------

%package -n	%{develname}
Summary:	Development libraries for %{name}
Group: 		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
%rename		%old_libname-devel
%rename		%{_lib}%{oname}5-devel

%description -n	%{develname}
Development libraries from %{oname}. 

%files -n %{develname}
%doc AUTHORS ChangeLog COPYING
%doc doc/html/*
%dir %{_includedir}/lscp
%{_includedir}/lscp/*.h
%{_libdir}/liblscp.so
%{_libdir}/pkgconfig/lscp.pc

#--------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x --disable-static
%make


%install
%makeinstall_std

%changelog

* Wed Dec 23 2015 Giovanni Mariani <mc2374@mclink.it> 0.5.7-1
- (bed4483) Updated to release 0.5.7, enabled doxygen docs and cleaned specfile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10656 |14cu|liblxqt-0.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api_ver 5
%define libname %mklibname lxqt %{major}
%define devname %mklibname lxqt -d
%define oldlibname %mklibname lxqt-qt %{api_ver} %{major}
%define olddevname %mklibname lxqt-qt %{api_ver} -d

Summary:	Libraries for the LXQt desktop
Name:		liblxqt
Version:	0.10.0
Release:	3
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://lxqt.org/
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
Source1:    liblxqt-0.10.0-ru.tar.bz2
BuildRequires:	cmake
BuildRequires:	kwindowsystem-devel
BuildRequires:	pkgconfig(Qt5Xdg)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools
BuildRequires:	qmake5

%description
Libraries for the LXQt desktop.

%files
%{_datadir}/lxqt

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for the LXQt desktop
Group:		System/Libraries
Requires:	%{name}
%rename		%{oldlibname}

%description -n %{libname}
Libraries for the LXQt desktop

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
%rename		%{olddevname}

%description -n %{devname}
Development files (Headers etc.) for %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/liblxqt.so
%{_libdir}/pkgconfig/*
%{_datadir}/cmake/lxqt

#----------------------------------------------------------------------------

%prep
%setup -q

pushd translations
tar -xvjf %{SOURCE1}
popd

%build
%cmake -DUSE_QT5=ON -DLXQT_ETC_XDG_DIR="%{_sysconfdir}/xdg"
%make

%install
%makeinstall_std -C build

# Drop double slash from pc file
sed -i 's#//usr#/usr#' %{buildroot}%{_libdir}/pkgconfig/*pc

%changelog

* Sat Jun 04 2016 Victor Ryzhikh <victorr2007@yandex.ru> 0.10.0-3
- (183cdc7) Updated Russian translations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10657 |14cu|liblxqt-mount-0.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api_ver 5

%define libname %mklibname lxqtmount %{major}
%define devname %mklibname lxqtmount -d
%define oldlibname %mklibname lxqtmount-qt %{api_ver} %{major}
%define olddevname %mklibname lxqtmount-qt %{api_ver} -d

Summary:	Mounting related libraries for the LXQt desktop
Name:		liblxqt-mount
Version:	0.9.0
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://lxqt.org/
Source0:	http://lxqt.org/downloads/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	qt5-devel
BuildRequires:	qmake5
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(Qt5Xdg)
BuildRequires:  qt5-linguist-tools

%description
Mounting related libraries for the LXQt desktop.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Mounting related libraries for the LXQt desktop
Group:		System/Libraries
Conflicts:	%{_lib}lxqt-mount0 < 0.7.0-2
Obsoletes:	%{_lib}lxqt-mount0 < 0.7.0-2
%rename		%{oldlibname}

%description -n %{libname}
Mounting related libraries for the LXQt desktop.

%files -n %{libname}
%{_libdir}/liblxqtmount.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Conflicts:	%{_lib}lxqt-mount-devel < 0.7.0-2
Obsoletes:	%{_lib}lxqt-mount-devel < 0.7.0-2
%rename		%{olddevname}

%description -n %{devname}
Development files (headers etc.) for %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/liblxqtmount.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/cmake/lxqtmount/*.cmake

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DUSE_QT5=ON
%make

%install
%makeinstall_std -C build


%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-1
+ Revision: 8237fa0
- Updated to 0.9.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10658 |14cu|libm4ri-0.20120415-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot 20120415

%define major 0.0.20111203
%define libname %mklibname m4ri %{major}
%define devname %mklibname m4ri -d

Summary:	M4RI is a library for fast arithmetic with dense matrices over F2
Name:		libm4ri
Version:	0.%{snapshot}
Release:	8
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://m4ri.sagemath.org
Source0:	http://m4ri.sagemath.org/downloads/m4ri-%{snapshot}.tar.gz
# This patch will not be sent upstream, as it is Fedora-specific.
# Permanently disable SSE3 and SSSE3 detection.  Without this patch, the
# config file tends to be regenerated at inconvenient times.
Patch0:		m4ri-no-sse3.patch
BuildRequires:	doxygen
BuildRequires:	gomp-devel
BuildRequires:	pkgconfig(libpng)

%description
M4RI is a library for fast arithmetic with dense matrices over F2.
It was started by Gregory Bard, is maintained by Martin Albrecht.
Several people contributed to it (see below). The name M4RI comes
from the first implemented algorithm: The "Method of the Four Russians"
inversion algorithm published by Gregory Bard. This algorithm in turn
is named after the "Method of the Four Russians" multiplication algorithm
which is probably better referred to as Kronrod's method. M4RI is used by
the Sage mathematics software and the PolyBoRi library. M4RI is available
under the General Public License Version 2 or later (GPLv2+).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	M4RI runtime library
Group:		System/Libraries
Provides:	m4ri = %{EVRD}
Provides:	%{name} = %{EVRD}
Conflicts:	%{_lib}m4ri0 < 0.20120415-7
Obsoletes:	%{_lib}m4ri0 < 0.20120415-7

%description -n %{libname}
M4RI is a library for fast arithmetic with dense matrices over F2.
It was started by Gregory Bard, is maintained by Martin Albrecht.
Several people contributed to it (see below). The name M4RI comes
from the first implemented algorithm: The "Method of the Four Russians"
inversion algorithm published by Gregory Bard. This algorithm in turn
is named after the "Method of the Four Russians" multiplication algorithm
which is probably better referred to as Kronrod's method. M4RI is used by
the Sage mathematics software and the PolyBoRi library. M4RI is available
under the General Public License Version 2 or later (GPLv2+).

%files -n %{libname}
%doc COPYING README
%{_libdir}/libm4ri-%{major}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	M4RI development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	m4ri-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
M4RI is a library for fast arithmetic with dense matrices over F2.
M4RI is used by the Sage mathematics software and the PolyBoRi library.

%files -n %{devname}
%doc doc/html
%{_includedir}/m4ri
%{_libdir}/libm4ri.so
%{_libdir}/pkgconfig/m4ri.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n m4ri-%{snapshot}
%patch0 -p0

# Remove an unnecessary direct library dependency from the pkgconfig file
sed -i -e "s/ -lm//" m4ri.pc.in

# Fix library dependencies
sed -i -e "s/-lm \$(LIBPNG_LIBADD)/-lgomp \$(LIBPNG_LIBADD)/" Makefile.in

# Die, rpath, die!
sed -e "s|\(hardcode_libdir_flag_spec=\)'.*|\1|" \
    -e "s|\(runpath_var=\)LD_RUN_PATH|\1|" \
    -i configure 

# Fix a couple of broken doxygen commands
sed -i -e "s/\\\\output/\\\\return/" -e "s/\\\\seealso/\\\\see/" src/misc.h

%build
%configure \
	--disable-static \
	--enable-openmp \
	LDFLAGS="%{ldflags} -Wl,--as-needed"

%make

# Build documentation
cd src
doxygen

%install
%makeinstall_std

%check
make check LD_LIBRARY_PATH=`pwd`/.libs


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20120415-8
- (0e8f368) Drop texlive again



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10659 |14cu|libm4rie-0.20120415-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot 20120415
%define major 0
%define libname %mklibname m4rie %{major}
%define devname %mklibname m4rie -d

Summary:	Linear Algebra over F_2^e
Name:		libm4rie
Version:	0.%{snapshot}
Release:	5
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://m4ri.sagemath.org
Source0:	http://m4ri.sagemath.org/downloads/m4rie-%{snapshot}.tar.gz
# The doxygen control file was omitted from this release
Source1:	m4rie-doxyfile
Patch3:		m4rie-20120415-soname.patch
Patch4:		m4rie-givaro.patch
BuildRequires:	givaro-devel
BuildRequires:	gmpxx-devel
BuildRequires:	gomp-devel
BuildRequires:	pkgconfig(m4ri)

%description
M4RIE is a library for fast arithmetic with dense matrices over F_2^e.
It is an add-on to the M4RI library, which implements fast arithmetic
with dense matrices over F_2.  M4RIE is used by the Sage mathematics
software.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	M4RIE runtime library
Group:		System/Libraries

%description -n %{libname}
M4RIE is a library for fast arithmetic with dense matrices over F2 for
2 <= e <= 10. It was started and is currently maintained by Martin Albrecht.
The name stems from the fact that is relies heavily on M4RI. M4RI is will be
included in the Sage mathematics software in the near future. M4RIE is
available under the General Public License Version 2 or later (GPLv2+).

%files -n %{libname}
%doc COPYING
%{_libdir}/libm4rie.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	M4RIE development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	m4rie-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%{_includedir}/m4rie
%{_libdir}/libm4rie.so

#----------------------------------------------------------------------------

%prep
%setup -q -n m4rie-%{snapshot}
%patch3 -p1
%patch4 -p1
cp -p %{SOURCE1} m4rie/Doxyfile

%build
perl -pi -e 's|^(libm4rie_la_LIBADD = -lm4ri)|$1 -lm|;' Makefile.am
autoreconf -i
%configure2_5x --disable-static

# The configure step picks up -fopenmp from the m4ri CFLAGS.  However, m4rie
# does not contain any OpenMP-using code.  The end result is that libm4rie is
# unnecessarily linked with libgomp, leading to rpmlint complaints.
sed -i "s/M4RI_CFLAGS =.*/M4RI_CFLAGS =/" Makefile bench/Makefile

%make

%install
%makeinstall_std

%check
%make check


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20120415-5
- (815a743) Don't build docs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10660 |14cu|libmatekbd-1.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define major 4
%define libname	%mklibname matekbd  %{major}
%define develname %mklibname -d matekbd
%define girname %mklibname matekbd-gir %{gir_api}
%define gir_api 1.0

Summary:        MATE keyboard libraries
Name:           libmatekbd
Version:        1.12.1
Release:        1
License:        LGPLv2+
Group:          System/Libraries
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libxklavier)
BuildRequires: pkgconfig(ice)

%description
Files used by MATE keyboard library

%package -n %{libname}
Summary:        Dynamic libraries for MATE applications
Group:          %{group}
Requires:       %{name} >= %{version}

%description -n %{libname}
MATE keyboard library

%package -n %{develname}
Summary:        Static libraries, include files for MATE
Group:          Development/C
Provides:       %{name}-devel = %{version}-%{release}
Requires:       %{libname} = %{version}

%description -n %{develname}
Static library and headers file needed in order to develop
applications using the MATE keyboard library

%package -n %{girname}
Summary:        Typelib file for libmatekbd
Group:          Graphical desktop/Other
Requires:       %{libname} = %{EVRD}

%description -n %{girname}
A GObject based library for libmatekbd clients to use to interface with
Matekbd.


%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh

%build
%configure2_5x \
   --disable-static          \
   --with-gtk=2.0            \
   --disable-schemas-compile \
   --with-x
   
%make LIBS='-lm -lgmodule-2.0'

%install

%makeinstall_std

%find_lang %{name} --all-name

%files -f %name.lang
%doc AUTHORS COPYING README
%{_datadir}/glib-2.0/schemas/org.mate.peripherals-keyboard-xkb.gschema.xml
%{_datadir}/libmatekbd
%{_datadir}/MateConf/gsettings/matekbd.convert

%files -n %{libname}
%{_libdir}/libmatekbd*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/*.typelib

%files -n %{develname}
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/*.so
%{_datadir}/gir-1.0/*


%changelog

* Sun Mar 06 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-1
- (5c2c36a) Fix gir package name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10661 |14cu|libmatemixer-1.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname matemixer %{major}
%define develname %mklibname -d matemixer

Name:		libmatemixer
Summary:	Mixer library for MATE desktop
Version:	1.12.1
Release:	1
License:	GPLv2+
Url:		http://mate-desktop.org
Group:		System/Libraries
Source0:	http://pub.mate-desktop.org/releases/1.12/%{name}-%{version}.tar.xz

BuildRequires:	mate-common
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(alsa)


%description
libmatemixer is a mixer library for MATE desktop.
It provides an abstract API allowing access to mixer functionality
available in the PulseAudio, ALSA and OSS sound systems.

%package -n     %{libname}
Summary:        Mixer library for MATE desktop
Group:          System/Libraries

%description -n %{libname}
libmatemixer is a mixer library for MATE desktop.
It provides an abstract API allowing access to mixer functionality
available in the PulseAudio, ALSA and OSS sound systems.

%package -n     %{develname}
Summary:        Development libraries for libmatemixer
Group:          Development/C
Requires:       %{libname} = %{version}

%description -n         %{develname}
This package contains header files necessary for developing
programs based on libmatemixer.

%prep
%setup -q

# needed for git snapshots
#NOCONFIGURE=1 ./autogen.sh

%build
%configure \
        --disable-static \
        --enable-pulseaudio \
        --enable-alsa \
        --enable-gtk-doc

#drop unneeded direct library deps with --as-needed
# libtool doesn't make this easy, so we do it the hard way
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome --all-name

%files -n %{libname} -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%{_libdir}/libmatemixer.so.%{major}*
%{_libdir}/libmatemixer/

%files -n %{develname}
%{_includedir}/mate-mixer/
%{_libdir}/pkgconfig/*
%{_libdir}/*.so
%{_datadir}/gtk-doc/html/libmatemixer/

%changelog

* Sun Mar 06 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-1
- (60189b0) Updated to 1.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10662 |14cu|libmatenotify-1.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname matenotify %{major}
%define devname %mklibname -d matenotify

Summary:	Desktop notifications library
Name:		libmatenotify
Version:	1.5.0
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz

Buildrequires:	gtk-doc
Buildrequires:	mate-common
Buildrequires:	pkgconfig(dbus-glib-1)
Buildrequires:	pkgconfig(gtk+-2.0)

Requires:	virtual-notification-daemon

%description
A library that sends desktop notifications to a notification daemon, as
defined in the Desktop Notifications spec. These notifications can be
used to inform the user about an event or display some form of
information without getting in the user's way.

%package -n %{libname}
Group:		System/Libraries
Summary:	Desktop notifications library - shared library

%description -n %{libname}
This packages contains the shared library for %{name}.

%package -n %{devname}
Group:		Development/C
Summary:	Desktop notifications library - headers
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the development files for %{name}.

%prep
%setup -q

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%files
%{_bindir}/mate-notify-send

%files -n %{libname}
%{_libdir}/libmatenotify.so.%{major}*

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%doc %{_datadir}/gtk-doc/html/*




%changelog

* Thu Aug 20 2015 dsilakov <denis.silakov@rosalab.ru> 1.5.0-2
- (adf9449) Merge pull request #1 from aabatrakov/libmatenotify:rosa2014.1
- (adf9449) Update (Alexey Batrakov)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10663 |14cu|libmateweather-1.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major          1
%define oname          mateweather
%define libname        %mklibname mateweather %{major}
%define develname      %mklibname -d mateweather %{major}

Summary:        MATE Weather applet library
Name:           libmateweather
Version:        1.12.1
Release:        1
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
License:        GPLv2+
Group:          System/Libraries
Url:            http://www.mate.org
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libsoup-2.4)
BuildRequires:  pkgconfig(libxml-2.0) >= 2.6.0
BuildRequires:  python-gobject-devel
BuildRequires:  pkgconfig(pygtk-2.0)
BuildRequires:  pkgconfig(glib-2.0) >= 2.16.0
BuildRequires:  intltool >= 0.40.6
BuildRequires:  libxml2-utils
BuildRequires:  pkgconfig(python)
BuildRequires:  mate-common
BuildRequires:  gtk-doc
BuildRequires:  intltool


%description
This is a library to provide Weather data to the MATE panel applet.

%package -n %{libname}
Group:          System/Libraries
Summary:        MATE Weather applet library
Requires:       %{name} >= %{version}

%description -n %{libname}
This is a library to provide Weather data to the MATE panel applet.

%package -n python-%{oname}
Summary:        Python bindings for MATE Weather applet
Group:          System/Libraries
Provides:       python-%{name} >= %{version}-%{release}
Requires:       %{name} >= %{version}

%description -n python-%{oname}
This is a library to provide Weather data to the MATE panel applet.

%package -n %{develname}
Group:          Development/C
Summary:        MATE Weather applet library
Requires:       %{libname} = %{version}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
This is a library to provide Weather data to the MATE panel applet.

%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh

%build
%configure2_5x \
        --disable-static       \
        --with-gnu-ld          \
        --enable-python
%make 

%install
%makeinstall_std

%find_lang %{name}

for xmlfile in %{buildroot}%{_datadir}/%{name}/Locations.*.xml; do
echo "%lang($(basename $xmlfile|sed -e s/Locations.// -e s/.xml//)) $(echo $xmlfile | sed s!%{buildroot}!!)" >> %{name}.lang
done

%files -f %{name}.lang
%doc AUTHORS COPYING README
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/locations.dtd
%{_datadir}/%{name}/Locations.xml
%{_iconsdir}/mate/*/status/weather*
%{_datadir}/glib-2.0/schemas/org.mate.weather.gschema.xml


%files -n %{libname}
%{_libdir}/libmateweather.so.%{major}*

%files -n python-%{oname}
%{python_sitearch}/%{oname}

%files -n %{develname}
%{_libdir}/libmateweather.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*
%{_datadir}/gtk-doc/html/%{name}

%changelog

* Sun Mar 06 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-1
- (349842c) Updated to 1.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10664 |14cu|libmediainfo-0.7.89-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	mediainfo

%define major	0
%define libname	%mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Name:		libmediainfo
Version:	0.7.89
Release:	1
Summary:	Supplies technical and tag information about a video or audio file
Group:		System/Libraries
License:	BSD
Url:		http://mediaarea.net/
Source0:	http://mediaarea.net/download/source/%{name}/%{version}/%{name}_%{version}.tar.bz2
Patch0:		libmediainfo_0.7.70-pkgconfig.patch
BuildRequires:	dos2unix
BuildRequires:	doxygen
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmms)
BuildRequires:	pkgconfig(libzen) >= 0.4.33
BuildRequires:	pkgconfig(tinyxml2) >= 3.0.0
BuildRequires:	pkgconfig(zlib)

%description
MediaInfo supplies technical and tag information about a video or audio file.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Supplies technical and tag information about a video or audio file
Group:		System/Libraries
Provides:	libmediainfo = %{EVRD}

%description -n %{libname}
MediaInfo supplies technical and tag information about a video or audio file.
This package contains the shared library for MediaInfo.

%files -n %{libname}
%doc History.txt License.html ReadMe.txt
%{_libdir}/libmediainfo.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Include files and mandatory libraries for development
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	mediainfo-devel = %{EVRD}

%description -n %{devname}
Include files and mandatory libraries for development with MediaInfo.

%files -n %{devname}
%doc Changes.txt Doc Source/Example
%{_includedir}/MediaInfo
%{_includedir}/MediaInfoDLL
%{_libdir}/libmediainfo.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -qn MediaInfoLib
%patch0 -p1

# Rename files
cp Release/ReadMe_DLL_Linux.txt ReadMe.txt
mv History_DLL.txt History.txt

# EOLs and rights
dos2unix *.txt *.html Source/Doc/*.html
chmod 644 *.txt *.html Source/Doc/*.html

# Don't force -O2 by default
sed -i -e "s|-O2||" Project/GNU/Library/configure.ac


%build
pushd Project/GNU/Library
	autoreconf -vfi
	export CPPFLAGS="-DMEDIAINFO_LIBMMS_DESCRIBE_SUPPORT=0"
	%configure2_5x \
		--enable-shared \
		--disable-static \
		--with-libcurl \
		--with-libmms \
		--with-libaes=no \
		--with-libmd5=no \
		--with-libtinyxml2 \
		--enable-visibility
	%make
popd

# generate docs
pushd Source/Doc
    doxygen -u 2> /dev/null
    doxygen Doxyfile
popd


%install
pushd Project/GNU/Library/
	%makeinstall_std
popd

# MediaInfoDLL java and python stuff
install -m 644 Source/MediaInfoDLL/MediaInfoDLL.cs %{buildroot}%{_includedir}/MediaInfoDLL
install -m 644 Source/MediaInfoDLL/MediaInfoDLL.*.java %{buildroot}%{_includedir}/MediaInfoDLL
install -m 644 Source/MediaInfoDLL/MediaInfoDLL*.py %{buildroot}%{_includedir}/MediaInfoDLL

# Fix and install .pc file
sed -i -e 's|Version: |Version: %{version}|g' Project/GNU/Library/%{name}.pc
sed -i -e '/Libs_Static.*/d' Project/GNU/Library/%{name}.pc
sed -i -e '/la_name.*/d' Project/GNU/Library/%{name}.pc
install -Dm 644 Project/GNU/Library/%{name}.pc %{buildroot}%{_libdir}/pkgconfig/%{name}.pc

%changelog

* Fri Sep 30 2016 alzim <alzim@bk.ru> 0.7.89-1
- (4edf7c2) Merge pull request #3 from import/libmediainfo:rosa2016.1
- (4edf7c2) Updated to 0.7.89



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10665 |14cu|libmirage-3.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major 10
%define		api_version 3.0
%define		gir_major 3.0
%define		libname %mklibname mirage %{major}
%define		devname %mklibname mirage -d
%define		girname %mklibname mirage-gir %{gir_major}

Summary:	CD-ROM image access library
Name:		libmirage
Version:	3.0.4
Release:	1
License:	GPLv2+
Group:		System/Libraries
Source0:	http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
Url:		http://cdemu.sourceforge.net/
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	cmake
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(zlib)

%description
The aim of libMirage is to provide uniform access to the data stored in
different image formats, by creating a representation of disc stored in image
file, which is based on GObjects. There are various objects that represent
different parts of the disc; disc, session, track, sector, etc. In addition to
providing access to data provided by the image file, libMirage is also capable
of generating some of the data that might not be present in image file. For
instance, ISO image provides only user data from sector, without sync pattern,
header, ECC/EDC codes or subchannel. When this missing data is requested,
libMirage will transparently generate it.

#----------------------------------------------------------------------------

%package common
Summary:	CD-ROM image access library - common files
Group:		System/Libraries

%description common
Image access plugins for libMirage.

%files common
%{_datadir}/mime/packages/libmirage-*.xml

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	CD-ROM image access library - shared library
Group:		System/Libraries
Requires:	%{name}-common >= %{EVRD}

%description -n %{libname}
Shared libraries of libMirage for software using it.

%files -n %{libname}
%{_libdir}/%{name}-%{api_version}
%{_libdir}/libmirage.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	CD-ROM image access library - development headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description -n %{devname}
Development headers for developing software using libMirage.

The aim of libMirage is to provide uniform access to the data stored in
different image formats, by creating a representation of disc stored in image
file, which is based on GObjects. There are various objects that represent
different parts of the disc; disc, session, track, sector, etc. In addition to
providing access to data provided by the image file, libMirage is also capable
of generating some of the data that might not be present in image file. For
instance, ISO image provides only user data from sector, without sync pattern,
header, ECC/EDC codes or subchannel. When this missing data is requested,
libMirage will transparently generate it.

%files -n %{devname}
%doc README AUTHORS
%{_includedir}/libmirage-%{gir_major}
%{_libdir}/libmirage.so
%{_libdir}/pkgconfig/libmirage.pc
%{_datadir}/gir-1.0/Mirage-%{gir_major}.gir
%{_datadir}/gtk-doc/html/libmirage

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Mirage-%{gir_major}.typelib

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DPOST_INSTALL_HOOKS:BOOL=OFF
%make

%install
%makeinstall_std -C build

%changelog

* Fri Apr 15 2016 Denis Silakov <denis.silakov@rosalab.ru> 3.0.4-1
- (3d21fe5) Fix include files ownership



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10666 |14cu|libmp3splt-0.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	mp3splt
%define	major	0
%define	libname		%mklibname %{oname} %{major}
%define	develname	%mklibname -d %{oname}

%define	without_docs	1

Name:		libmp3splt
Version:	0.9.2
Release:	1
Summary:	Library to split MP3 and Ogg Files
URL:		http://mp3splt.sourceforge.net
Group:		System/Libraries
License:	GPLv2+
Source0:	http://prdownloads.sourceforge.net/%{oname}/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
#Patch0:	%%{name}-0.8.2-fix-format-string.patch
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(flac) >= 1.2.1
BuildRequires:	gettext >= 0.13.1
BuildRequires:	glibc-devel
BuildRequires:	libltdl-devel
BuildRequires:	pkgconfig(libpcre) >= 1.0
%if !%{without_docs}
BuildRequires:	graphviz
BuildRequires:	doxygen
%endif

%description
The mp3Splt project provides utilities to split mp3 and ogg files, by
selecting a begin and an end time position, without decoding. It is very
useful to split large mp3/ogg into smaller files, or to split entire albums to
obtain original tracks. To split an album, the split points and filenames can
be selected manually or automatically from CDDB (Internet or a local file), or
from .cue files.

It supports automatic silence detection, which can be used to adjust cddb/cue
split points. It is also possible to extract tracks from Mp3Wrap or AlbumWrap
files in a few seconds.

The mp3splt project is divided in 3 parts: libmp3splt, mp3splt and
mp3splt-gtk.

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to split MP3 and Ogg Files
Group:		System/Libraries

%description -n %{libname}
Library to split mp3 and ogg files selecting a begin and an end time position,
without decoding. It's very useful to split large mp3/ogg to make smaller
files or to split entire albums to obtain original tracks.

%files -n %{libname} -f libmp3splt0.lang
%doc AUTHORS ChangeLog README
%{_libdir}/%{name}.so.%{major}*
%dir %{_libdir}/libmp3splt0
%{_libdir}/libmp3splt0/libsplt_*.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains development files for the mp3splt project.

%files -n %{develname}
%doc AUTHORS ChangeLog README
%{_includedir}/%{name}
%{_libdir}/%{name}.so
%{_libdir}/libmp3splt0/libsplt_*.so
%{_libdir}/pkgconfig/%{name}.pc
#{_datadir}/aclocal/%%{oname}.m4

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
#patch0 -p1


%build
%configure2_5x \
%if %{without_docs}
	--disable-doxygen_doc \
%endif
	--disable-rpath --disable-static
%make


%install
%makeinstall_std

%find_lang libmp3splt0

%changelog
* Sun Feb 15 2015 Giovanni Mariani <mc2374@mclink.it> 0.9.2-1
+ Revision: 6770b43
- Updated to release 0.9.2 and dropped P0 (merged upstream)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10667 |14cu|libmpdclient-2.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	2
%define	libname		%mklibname mpdclient %{major}
%define	develname	%mklibname -d mpdclient

Name:		libmpdclient
Version:	2.10
Release:	2
Summary:	API library for interfacing MPD in the C, C++ & Objective C languages
Group:		System/Libraries
License:	BSD
Url:		http://www.musicpd.org
Source0:	http://www.musicpd.org/download/%{name}/2/%{name}-%{version}.tar.xz
BuildRequires:	doxygen

%description
A stable, documented, asynchronous API library for interfacing MPD in the C, 
C++ & Objective C languages.

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	API library for interfacing MPD in the C, C++ & Objective C languages
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Requires:	mpd >= 0.18

%description -n %{libname}
A stable, documented, asynchronous API library for interfacing MPD in the C, 
C++ & Objective C languages.

%files -n %{libname}
%doc COPYING
%{_libdir}/%{name}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{develname}
Summary:	Devel headers for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}

%description -n %{develname}
Devel headers for %{name}.

%files -n %{develname}
%doc COPYING NEWS README
%doc doc/api/html/*
%{_datadir}/doc/%{name}/*
%{_datadir}/vala/vapi/%{name}.vapi
%dir %{_includedir}/mpd/
%{_includedir}/mpd/*.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x --disable-static
%make


%install
%makeinstall_std



%changelog

* Thu Aug 20 2015 dsilakov <denis.silakov@rosalab.ru> 2.10-2
- (2ecea27) Merge pull request #1 from aabatrakov/libmpdclient:rosa2014.1
- (2ecea27) Update (Alexey Batrakov)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10668 |14cu|libmxp-0.2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname mxp %{major}
%define devname %mklibname mxp -d

Summary:	Library that parses MXP stream
Name:		libmxp
Version:	0.2.4
Release:	4
License:	LGPLv2+
Group:		Development/C++
Url:		http://www.kmuddy.com
Source0:	http://www.kmuddy.com/libmxp/files/%{name}-%{version}.tar.gz
Patch0:		libmxp-0.2.4-optflags.patch
BuildRequires:	cmake

%description
Library that parses MXP stream.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for MXP
Group:		System/Libraries

%description -n %{libname}
This package contains library files of libmxp.

%files -n %{libname}
%{_libdir}/libmxp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	MXP devellopment files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains files need to build applications using libmxp.

%files -n %{devname}
%doc ChangeLog README* NEWS
%{_libdir}/libmxp.so
%{_includedir}/libmxp/libmxp.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.4-4
- (6308b14) Build with system optflags to fix debug package
- (6308b14) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10669 |14cu|liboobs-3.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname oobs-1_ %{major}
%define devname %mklibname -d oobs-1

Summary:	System configuration backend library
Name:		liboobs
Version:	3.0.0
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/liboobs/%(echo %{version} |cut -d. -f1-2)/%{name}-%{version}.tar.bz2
Patch0:		liboobs-2.22.2-format-strings.patch

BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(system-tools-backends-2.0)

%description
Liboobs is a wrapping library to the System Tools Backends, it will
provide easy to access GObjects to system configuration details, like
users, groups and network interfaces, it will handle sessions with the
backend and data consistency too.

It is used by LXQt.

%package -n %{libname}
Group:		System/Libraries
Summary:	System configuration backend shared library

%description -n %{libname}
This package contains the shared library for %{name}.

%package -n %{devname}
Group:		Development/C
Summary:	Header files of the system configuration backend library
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the development files for %{name}.

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure \
	--disable-static \
	--enable-gtk-doc

%make LIBS='-lgobject-2.0 -lglib-2.0'

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/liboobs-1.so.%{major}*

%files -n %{devname}
%doc AUTHORS NEWS README ChangeLog
%{_datadir}/gtk-doc/html/liboobs
%{_includedir}/liboobs-1.0/
%{_libdir}/liboobs-1.so
%{_libdir}/pkgconfig/liboobs-1.pc

%changelog

* Mon Dec 14 2015 Denis Silakov <dsilakov@gmail.com> 3.0.0-1
- (1339ad9) Updated to 3.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10670 |14cu|libopenshot-0.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname	%mklibname openshot %{major}
%define devname	%mklibname openshot -d
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		libopenshot
Version:	0.1.3
Release:	2
Summary:	Library for creating and editing videos
License:	LGPLv3+
Group:		System/Libraries
Url:		http://www.openshot.org/
Source0:	https://launchpad.net/libopenshot/%{url_ver}/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	swig
BuildRequires:	gomp-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	openshot-audio-devel
BuildRequires:	pkgconfig(ImageMagick++)
BuildRequires:	pkgconfig(libzmq)
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
BuildRequires:	ruby-devel
BuildRequires:	pkgconfig(UnitTest++)
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5MultimediaWidgets)

%description
OpenShot Library (libopenshot) is an open-source project
dedicated to delivering high quality video editing, animation,
and playback solutions to the world. For more information
visit <http://www.openshot.org/>.

#----------------------------------------------------

%package -n	%{libname}
Summary:	OpenShot Library
Group:		System/Libraries

%description -n	%{libname}
OpenShot Library (libopenshot) is an open-source project
dedicated to delivering high quality video editing, animation,
and playback solutions to the world. For more information
visit <http://www.openshot.org/>.
This package contains library files for %{name}.

%files -n %{libname}
%doc AUTHORS COPYING README
%{_libdir}/libopenshot.so.%{version}
%{_libdir}/libopenshot.so.%{major}
#----------------------------------------------------

%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	openshot-devel = %{EVRD}

%description -n	%{devname}
The %{devname} package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%doc AUTHORS COPYING README
%{_includedir}/%{name}/
%{_libdir}/libopenshot.so
#----------------------------------------------------

%package 	python3
Summary:	Python 3 bindings for %{name}
Group:		Development/Python
Requires:	python3
Provides:	python3-openshot = %{EVRD}


%description 	python3
The python3-%{name} package contains python 3 bindings for
applications that use %{name}.

%files python3
%doc AUTHORS COPYING README
%{py3_platsitedir }/*
#----------------------------------------------------
%package 	ruby
Summary:	Ruby bindings for %{name}
Group:		Development/Ruby 
Requires:	ruby

%description  ruby
Ruby bindings for applications that use %{name}.
%files ruby
%doc AUTHORS COPYING README
%{ruby_vendorarchdir}/*
#----------------------------------------------------

%prep
%setup -qc

%build 
export CXXFLAGS="%{optflags} -fopenmp -fno-strict-aliasing -Wno-error=unused-variable -Wno-error=unused-result -Wno-dev"
export CFLAGS="%{optflags} -fopenmp -fno-strict-aliasing -Wno-error=unused-variable -Wno-error=unused-result -Wno-dev"
%cmake
%make

%install
%makeinstall_std -C build

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10671 |14cu|libopenshot-audio-0.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname openshot-audio %{major}
%define devname %mklibname openshot-audio -d

Summary:	OpenShot Audio Library
Name:		libopenshot-audio
Version:	0.1.2
Release:	1
License:	GPLv3
Group:		Video
Url:		http://www.openshot.org/
Source0:	https://launchpad.net/libopenshot/0.1/%{version}/+download/%{name}-%{version}.tar.gz
Patch0:		libopenshot-audio-0.1.2-linking.patch
BuildRequires:	doxygen
BuildRequires:	make
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	cmake

%description
OpenShot Audio Library.

%files
%doc AUTHORS COPYING README
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n     %{libname}
Summary:        OpenShot Audio Library
Group:          System/Libraries

%description -n %{libname}
OpenShot Audio Library

%files -n	%{libname}
%doc AUTHORS COPYING README
%{_libdir}/%{name}.so.%{major}
%{_libdir}/%{name}.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:        Development and header files for the OpenShot Audio Library
Group:          Development/C
Requires:       %{libname} = %{EVRD}
Provides:       %{name}-devel = %{EVRD}
Provides:	openshot-audio-devel = %{EVRD}

%description -n %{devname}
Development and header files for the OpenShot Audio Library

%files -n %{devname}
%doc AUTHORS COPYING README
%{_libdir}/%{name}.so
%{_includedir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -qc
%patch0 -p1

%build
export LDFLAGS="-ldl"
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Fri Oct 14 2016 abfonly <abfonly@gmail.com> 0.1.2-1
- (c7fb4c8) Log :Update to 0.1.2
- (c7fb4c8) underlinking patched
- (c7fb4c8) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10672 |14cu|libopensync-plugin-google-calendar-0.22.1-0.3218.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 3218

Summary:	OpenSync plugin for Google Calendar
Name:		libopensync-plugin-google-calendar
Version:	0.22.1
Epoch:		1
Release:	0.%{svn}.6
License:	GPLv2+
Group:		Office
Url:		http://www.opensync.org
# For SVN:
# svn co http://svn.opensync.org/branches/branch-0.2X/plugins/google-calendar libopensync-plugin-google-calendar
Source0:	http://www.opensync.org/download/releases/%{name}-%{svn}.tar.lzma
BuildRequires:	pkgconfig(opensync-1.0) < 0.30
BuildRequires:	python-httplib2
Requires:	python-httplib2
Requires:	python
Requires:	libopensync >= %{epoch}:0.22

%description
This plugin allows applications using OpenSync to synchronise with Google
Calendar.

%files
%doc README
%{_libdir}/opensync/plugins/*
%{_datadir}/opensync/defaults/*
%{_libdir}/opensync/google-cal-helper

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
autoreconf -i
# google-cal-helper is installed to libexecdir, we don't want it just
# in /usr/lib... - AdamW 2008/03
%configure2_5x --libexecdir=%{_libdir}/opensync
%make

%install
%makeinstall_std


%changelog

* Sun Apr 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.22.1-0.3218.6
- (75d4e72) Drop obsolete python-pyxml requierment



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10673 |14cu|libowfat-0.30-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname owfat %{major}
%define devname %mklibname owfat -d

Summary:	Reimplement libdjb under GPL
Name:		libowfat
Version:	0.30
Release:	1
License:	GPLv2+
Group:		Development/C
Url:		http://www.fefe.de/libowfat/
Source0:	http://www.fefe.de/%{name}/%{name}-%{version}.tar.xz
Patch0:		havescope.patch
Patch1:		libowfat-0.30-debug.patch
Patch2:		libowfat-0.30-shared.patch
BuildRequires:	dietlibc-devel >= 0.33

%description
libowfat is a library of general purpose APIs extracted from Dan
Bernstein's software, reimplemented and covered by the GNU General
Public License Version 2 (no later versions).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libowfat shared libraries
Group:		System/Servers

%description -n %{libname}
This package contains libowfat shared libraries.

%files -n %{libname}
%doc CHANGES README
%{_libdir}/libowfat.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and static lib for libowfat development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 0.29
Conflicts:	%{name}-devel < 0.29

%description -n %{devname}
Install this package if you want do compile applications using the
libowfat library.

%files -n %{devname}
%{_libdir}/libowfat.so
%{_includedir}/*.h
%{_libdir}/dietlibc/lib/libowfat.a
%{_libdir}/dietlibc/include/*.h
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .havescope
%patch1 -p1 -b .shared
%patch2 -p1 -b .debug

%build
make -f GNUmakefile \
	DIET=''

%install
make -f GNUmakefile \
	DIET='' \
	prefix=%{buildroot}%{_prefix} \
	MAN3DIR=%{buildroot}%{_mandir}/man3 \
	LIBDIR=%{buildroot}%{_libdir} \
	install

make -f GNUmakefile clean
rm -f Makefile
mv -f GNUmakefile.shared GNUmakefile
# ? patch GNUmakefile -R -p1 < %{PATCH2}

make -f GNUmakefile \
	prefix="%{_libdir}/dietlibc" \
	DIET="%{_bindir}/diet -Os"

install -d %{buildroot}%{_libdir}/dietlibc
make -f GNUmakefile \
	prefix="%{buildroot}%{_libdir}/dietlibc" \
	LIBDIR="%{buildroot}%{_libdir}/dietlibc/lib" \
	DIET="%{_bindir}/diet -Os" \
	MAN3DIR="%{buildroot}%{_mandir}/man3" \
	install

chmod 0755 %{buildroot}%{_libdir}/libowfat.so.%{version}
ln -s libowfat.so.%{version} %{buildroot}%{_libdir}/libowfat.so.%{major}
ln -s libowfat.so.%{version} %{buildroot}%{_libdir}/libowfat.so

# fix conflicting file (from openssl-devel)
mv %{buildroot}%{_mandir}/man3/buffer.3 \
	%{buildroot}%{_mandir}/man3/buffer-libowfat.3

%changelog

* Tue Dec 01 2015 Denis Silakov <dsilakov@gmail.com> 0.30-1
- (599b4fe) Updated to 0.30



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10674 |14cu|libpri-1.4.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define beta beta3
%define major 1
%define libname %mklibname pri %{major}
%define develname %mklibname pri -d

Summary:	An implementation of Primate and Basic Rate ISDN
Name:		libpri
Version:	1.4.15
Release:	%{?beta:0.0.%{beta}.}1
License:	GPL
Group:		System/Libraries
URL:		http://www.asterisk.org/
Source0:	http://downloads.asterisk.org/pub/telephony/libpri/%{name}-%{version}%{?beta:-%{beta}}.tar.gz
Patch0:		libpri-mdv_conf.diff
BuildRequires:	dahdi-devel
BuildRequires:	zapata-devel

%description
libpri is a C implementation of the Primary Rate ISDN specification. It was
based on the Bellcore specification SR-NWT-002343 for National ISDN. As of May
12, 2001, it has been tested work with NI-2, Nortel DMS-100, and Lucent 5E
Custom protocols on switches from Nortel and Lucent.

%package -n	%{libname}
Summary:	An implementation of Primate and Basic Rate ISDN
Group:          System/Libraries

%description -n	%{libname}
libpri is a C implementation of the Primary Rate ISDN specification. It was
based on the Bellcore specification SR-NWT-002343 for National ISDN. As of May
12, 2001, it has been tested work with NI-2, Nortel DMS-100, and Lucent 5E
Custom protocols on switches from Nortel and Lucent.

%package -n	%{develname}
Summary:	Development libraries and headers for %{name}
Group:		Development/C
Provides:	pri-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{develname}
libpri is an implementation of the Primary Rate ISDN specification (based on
the ITU and Bellcore specifications). It supports Lucent 4e and 5e, Nortel
DMS-100, and National ISDN switchtypes.

This package contains all of the development files that you will need in order
to compile %{name} applications.

%package	utils
Summary:	Various tools for %{name} diagnostics
Group:		System/Libraries

%description	utils
Various tools for %{name} diagnostics

%prep

%setup -q -n %{name}-%{version}%{?beta:-%{beta}}

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type d -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;
		
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p0

# lib64 fix
find -name "Makefile" | xargs perl -pi -e 's|\$\(INSTALL_BASE\)/lib|\$\(INSTALL_BASE\)/%{_lib}|g'

%build

%make RPM_OPT_FLAGS="%{optflags} -fPIC -DPIC -D_REENTRANT"
%make RPM_OPT_FLAGS="%{optflags} -fPIC -DPIC -D_REENTRANT" pridump pritest

%install
install -d %{buildroot}%{_sbindir}

make \
    INSTALL_PREFIX="%{buildroot}" \
    install

install -m0755 pridump %{buildroot}%{_sbindir}/
install -m0755 pritest %{buildroot}%{_sbindir}/

%files utils
%{_sbindir}/pridump
%{_sbindir}/pritest

%files -n %{libname}
%doc ChangeLog README TODO
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a

%changelog

* Tue Dec 01 2015 Denis Silakov <dsilakov@gmail.com> 1.4.15-1
- (1925d9e) Updated to 1.4.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10675 |14cu|libqtelegram-1.0.0-0.20150221.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot_date 20150221

%define major 1
%define libname %mklibname qtelegram %{major}
%define develname %mklibname qtelegram -d

Name:		libqtelegram
Version:	1.0.0
Release:	0.%{snapshot_date}.1
Summary:	This is a Qt asynchronous library to be used as Telegram client

Group:		Development/Other
License:	GPLv3
URL:		https://launchpad.net/libqtelegram
# bzr branch lp:libqtelegram
# tar cjf libqtelegram-%{snapshot_date}.tar.bz2 libqtelegram
Source:		libqtelegram-%{snapshot_date}.tar.bz2
Patch0:		libqtelegram-install_lib.patch
Patch1:		libqtelegram-secretchatmessage.patch

BuildRequires:	cmake
BuildRequires:	pkgconfig(libmediainfo)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(thumbnailer)
#BuildRequires:	qtmultimedia5

%description
This is a Qt asynchronous library to be used as Telegram client. It was
based originally on telegram-cli code (https://github.com/vysheng/tg),
but it's now completely different. Now works using signal-slot mechanism
and has an external easy to use API for client applications to interact to.

%package	-n %{libname}
Summary:	This is a Qt asynchronous library to be used as Telegram client
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{_lib}qtelegram1.0.0 < %{version}-%{release}

%description	-n %{libname}
This is a Qt asynchronous library to be used as Telegram client.

%package	-n %{develname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}

%description	-n %{develname}
Development files for %{name}.


%prep
%setup -qn %{name}
%apply_patches


%build
LDFLAGS="-lz"
export LDFLAGS
%cmake_qt5
%make

%install
%makeinstall_std -C build
sed -i 's|libdir=/usr/%{_libdir}|libdir=%{_libdir}|' %{buildroot}%{_libdir}/pkgconfig/qtelegram.pc

%files
%doc README
%{_libdir}/qt5/qml/Telegram

%files -n %{libname}
%doc README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc README
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/lib*.so

%changelog

* Mon Jun 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-0.20150221.1
- (bb998fc) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10676 |14cu|libqtelegram-ae-6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname qtelegram-ae %{major}
%define devname %mklibname qtelegram-ae -d

Summary:	This is a Qt asynchronous library to be used as Telegram client
Name:		libqtelegram-ae
Version:	6.1
Release:	1
License:	GPLv3+
Group:		Development/KDE and Qt
Url:		https://github.com/Aseman-Land/libqtelegram-aseman-edition
# https://github.com/Aseman-Land/libqtelegram-aseman-edition/archive/v5.0.tar.gz
Source0:	libqtelegram-aseman-edition-%{version}-stable.tar.gz
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)

%description
This is a Qt asynchronous library to be used as Telegram client. It was
based originally on telegram-cli code (https://github.com/vysheng/tg),
but it's now completely different. Now works using signal-slot mechanism
and has an external easy to use API for client applications to interact to.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	This is a Qt asynchronous library to be used as Telegram client
Group:		System/Libraries
Obsoletes:	%{_lib}qtelegram1 < 1.0.1

%description -n %{libname}
This is a Qt asynchronous library to be used as Telegram client.

%files -n %{libname}
%{_libdir}/libqtelegram-ae.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%doc README.md
%dir %{_includedir}/qt5/libqtelegram-ae/
%{_includedir}/qt5/libqtelegram-ae/*
%{_libdir}/libqtelegram-ae.so

#----------------------------------------------------------------------------

%prep
%setup -qn libqtelegram-aseman-edition-%{version}-stable

%build
%qmake_qt5 LIBDIR=%{_libdir}
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot} STRIP=true


%changelog

* Wed Jun 15 2016 abondrov <andrey.bondrov@rosalab.ru> 6.1-1
- (386e89e) Merge pull request #1 from tremod/libqtelegram-ae:rosa2014.1
- (386e89e) Update to 6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10677 |14cu|libqtxdg-1.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define beta %{nil}
%define scmrev %{nil}
%define libname %mklibname Qt5Xdg %{major}
%define devname %mklibname Qt5Xdg -d
%define oldlibname %mklibname qtxdg %{major}
%define olddevname %mklibname qtxdg -d

%define rel 3
#rm -rf libqtxdg && git clone https://github.com/lxde/libqtxdg.git && cd libqtxdg/ 
# git archive --prefix=libqtxdg-$(date +%Y%m%d)/ --format=tar HEAD | xz > ../libqtxdg-$(date +%Y%m%d).tar.xz

Name:		libqtxdg
Version:	1.3.0

%if "%{scmrev}" == ""
Release: %rel
Source: http://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz
%else
Release: -c %{scmrev} %rel
Source: %{name}-%{scmrev}.tar.xz
%endif
Patch100: libqtxdg-1.3.0-use-xvt.patch

Summary:	Library providing freedesktop.org specs implementations for Qt
URL:		https://github.com/lxde/libqtxdg
License:	GPL
Group:		System/Libraries
BuildRequires:	cmake
BuildRequires:	ninja
BuildRequires:	magic-devel
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools
Obsoletes:	%{name}-data <= %{EVRD}

%description
Library providing freedesktop.org specs implementations for Qt

%package -n %{libname}
Summary:	Library providing freedesktop.org specs implementations for Qt
Group:		System/Libraries
%rename		%{oldlibname}

%description -n %{libname}
Library providing freedesktop.org specs implementations for Qt

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
%rename		%{olddevname}

%description -n %{devname}
Development files (Headers etc.) for %{name}, a library providing
freedesktop.org specs implementations for Qt.

%prep
%if "%{scmrev}" == ""
%setup -q
%else
%setup -q -n %{name}
%endif
%apply_patches
%cmake -G Ninja -DCMAKE_MAKE_PROGRAM=ninja

%build
ninja -C build

%install
DESTDIR="%{buildroot}" ninja -C build install
# Fix up the pkgconfig file...
sed -i -e 's,\${prefix}/,,g' "%{buildroot}"%{_libdir}/pkgconfig/*.pc

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/cmake/qt5xdg

%changelog

* Wed Nov 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-3
- (4cb7a8e) Updated to 1.3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10678 |14cu|libqwt5-5.2.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname qwt
%define major 5

%define libname %mklibname qwt %{major}
%define libnamedev %mklibname qwt5 -d

Name:		libqwt5
Version:	5.2.2
Release:	10
Summary:	2D plotting widget extension to the Qt GUI
License:	Qwt License 1.0
Group:		System/Libraries
Url:		http://sourceforge.net/projects/qwt
Source:		http://freefr.dl.sourceforge.net/sourceforge/qwt/%realname-%{version}.tar.bz2
Patch0:		qwt-5.2.2-qwtconfig-installbase.patch
BuildRequires:	qt4-devel

%description
Qwt is an extension to the Qt GUI library from Troll Tech AS.
The Qwt library contains widgets and components which are
primarily useful for technical and scientifical purposes.
It includes a 2-D plotting widget, different kinds of sliders,
and much more.

#------------------------------------------------------------------------------

%if %{_lib} != lib
%package -n %{libname}
Summary: 2D plotting widget extension to the Qt GUI
Group: System/Libraries

%description -n %{libname}
Qwt is an extension to the Qt GUI library from Troll Tech AS.
The Qwt library contains widgets and components which are
primarily useful for technical and scientifical purposes.
It includes a 2-D plotting widget, different kinds of sliders,
and much more.

This package provides the runtime library.
%endif

%files -n %{libname}
%doc CHANGES COPYING README
%{_qt_libdir}/libqwt.so.%{major}*

#------------------------------------------------------------------------------


%package -n %{libnamedev}
Summary: Development tools for programs which uses Qwt Widget set
Group: System/Libraries
Requires: %{libname} = %{version}
Provides: libqwt5-devel = %{version}-%{release}
Provides: qwt5-devel =  %{version}-%{release}
Conflicts: libqwt-devel >= 6.0.1

%description -n %{libnamedev}
The libqwt-devel package contains the header files and static libraries
necessary for developing programs using the Qwt Widget set

If you want to develop programs which will use this set of widgets,
you should install this package. You need also to install the libqwt package.

%files -n %{libnamedev}
%doc COPYING 
%doc examples
%docdir %{_qt_docdir}/html/
%{_qt_docdir}/html/qwt/
%{_qt_includedir}/*
%{_qt_libdir}/*.so
%{_mandir}/man3/*

#------------------------------------------------------------------------------

%prep
%setup -q -n %{realname}-%{version}
%apply_patches


%build
%qmake_qt4 CONFIG+=QwtSVGItem CONFIG+=install-qt
%make

%install
make install INSTALL_ROOT=%{buildroot}
#libqwt_designer_plugin.so conflicts with libqwt6
rm %{buildroot}/%{_qt_plugindir}/designer/libqwt_designer_plugin.so

mkdir -p %{buildroot}%{_mandir}/man3/
install doc/man/man3/* %{buildroot}%{_mandir}/man3/

mv %{buildroot}/%{_qt_docdir}/html/html %{buildroot}/%{_qt_docdir}/html/qwt

%changelog

* Thu Apr 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.2.2-10
- (67cf6c1) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10679 |14cu|libqwt-qt5-6.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qwt
%define major 6
%define libname %mklibname %{oname}-qt5_ %{major}
%define devname %mklibname %{oname}-qt5 -d

Summary:	2D plotting widget extension to the Qt GUI
Name:		libqwt-qt5
Version:	6.1.3
Release:	1
License:	Qwt License 1.0
Group:		System/Libraries
Url:		http://sourceforge.net/projects/qwt
Source0:	http://freefr.dl.sourceforge.net/sourceforge/qwt/%{oname}-%{version}.tar.bz2
Patch0:		qwt-6.1.3-qwtconfig.patch
Patch1:		qwt-6.1.3-no-doc.patch
Patch2:		qwt-6.1.3-qt-version.patch
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5UiTools)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Qwt is an extension to the Qt GUI library from Troll Tech AS.
The Qwt library contains widgets and components which are
primarily useful for technical and scientifical purposes.
It includes a 2-D plotting widget, different kinds of sliders,
and much more.

#----------------------------------------------------------------------------

%package -n qt5-designer-plugin-libqwt
Summary:	Qt5 Designer plugin for 2D plotting widget extension
Group:		Development/KDE and Qt

%description -n qt5-designer-plugin-libqwt
Qt5 Designer plugin for 2D plotting widget extension.

%files -n qt5-designer-plugin-libqwt
%{_qt5_plugindir}/designer/libqwt_designer_plugin.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	2D plotting widget extension to the Qt GUI
Group:		System/Libraries

%description -n %{libname}
Qwt is an extension to the Qt GUI library from Troll Tech AS.
The Qwt library contains widgets and components which are
primarily useful for technical and scientifical purposes.
It includes a 2-D plotting widget, different kinds of sliders,
and much more.

%files -n %{libname}
%doc CHANGES-* COPYING README
%{_libdir}/libqwt-qt5.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs which uses Qwt Widget set
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	qwt-qt5-devel = %{EVRD}
Conflicts:	qwt-devel
Conflicts:	qwt5-devel

%description -n %{devname}
The libqwt-devel package contains the header files and static libraries
necessary for developing programs using the Qwt Widget set

If you want to develop programs which will use this set of widgets,
you should install this package. You need also to install the libqwt package.

%files -n %{devname}
%doc examples
%doc doc/html/
%{_includedir}/qwt*.h
%{_libdir}/libqwt-qt5.so
%{_qt5_prefix}/mkspecs/features/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1 -b .qwtconfig~
%patch1 -p1 -b .nodoc~
%patch2 -p1 -b .qtversion~

sed -i -e 's|{QWT_INSTALL_PREFIX}/lib|{QWT_INSTALL_PREFIX}/%{_lib}|' qwtconfig.pri
sed -i -e 's|{QWT_INSTALL_PREFIX}/plugins/designer|{QWT_INSTALL_PREFIX}/%{_lib}/qt5/plugins/designer|' qwtconfig.pri
sed -i -e 's|{QWT_INSTALL_PREFIX}/features|{QWT_INSTALL_PREFIX}/%{_lib}/qt5/mkspecs/features|' qwtconfig.pri

%build
%qmake_qt5 QT_INSTALL_PREFIX=%{_prefix}
%make

%install
%makeinstall_qt


%changelog

* Sat Dec 24 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.1.3-1
- (c60cd41) Build requires pkgconfig(Qt5Concurrent)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10680 |14cu|libqzeitgeist-0.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qzeitgeist

%define major 1
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Summary:	Qt interface for Zeitgeist
Name:		libqzeitgeist
Version:	0.8.0
Release:	3
License: 	GPLv2+
Group:		Development/C++
Url:		http://gitorious.org/kde-zeitgeist/libqzeitgeist
Source0:	http://gitorious.org/kde-zeitgeist/libqzeitgeist/%{name}-%{version}.tar.bz2
# import fedora patch
# fix linking (use QT_DECLARATIVE_LIBRARIES), consistently use QT_IMPORTS_DIR
Patch0:		libqzeitgeist-0.8.0-declarative.patch
Patch1:		libqzeitgeist-0.8.0-reduced_linking.patch
BuildRequires:	automoc4
BuildRequires:	cmake
BuildRequires:	zeitgeist
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtDBus)
BuildRequires:	pkgconfig(QtDeclarative)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(QtXml)

%description
Qt Zeitgeist Library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt Zeitgeist library
Group:		System/Libraries

%description -n %{libname}
Library for Qt Zeitgeist.

%files -n %{libname}
%{_libdir}/libqzeitgeist.so.%{major}
%{_libdir}/libqzeitgeist.so.%{version}

#----------------------------------------------------------------------------

%package -n libqzeitgeist-plugin
Summary:	Qt Zeitgeist Plugin
Group:		System/Libraries

%description -n libqzeitgeist-plugin
Qt Zeitgeist plugin.

%files -n libqzeitgeist-plugin
%{_qt_importdir}/org/gnome/zeitgeist/libQZeitgeistDeclarativePlugin.so
%{_qt_importdir}/org/gnome/zeitgeist/qmldir

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Qt Zeitgeist development files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for Qt Zeitgeist.

%files -n %{devname}
%{_includedir}/QZeitgeist
%{_libdir}/libqzeitgeist.so
%{_libdir}/cmake/QZeitgeist/QZeitgeist*.cmake
%{_libdir}/pkgconfig/QZeitgeist.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .declarative
%patch1 -p1 -b .linking

%build
%cmake_qt4 \
	-DQT_IMPORTS_DIR=%{_qt_importdir}
%make

%install
%makeinstall_std -C build


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.0-3
- (bfd5b1e) Define QT_IMPORTS_DIR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10681 |14cu|librdmacm-1.0.17-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname rdmacm %{major}
%define devname %mklibname -d rdmacm
%define static %mklibname -s rdmacm

Name:		librdmacm
Version:	1.0.17
Release:	8
Summary:	Userspace RDMA Connection Manager
Group:		Development/Other
License:	GPL/BSD
Url:		http://www.openfabrics.org/
Source0:	http://www.openfabrics.org/downloads/librdmacm/%{name}-%{version}.tar.gz
#Source100: librdmacm.rpmlintrc
BuildRequires:	libibverbs-devel >= 1.1
BuildRequires:	autoconf

%description 
librdmacm provides a userspace RDMA Communication Managment API.

%package -n	%{devname}
Summary:	Development files for the librdmacm library
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	rdmacm-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development files for the librdmacm library.

%package -n	%{libname}
Summary:	Userspace RDMA Connection Manager
Group:		System/Libraries

%description -n %{libname}
librdmacm provides a userspace RDMA Communication Managment API.

%package utils
Summary: Examples for the librdmacm library
Group: Development/Other

%description utils
Example test programs for the librdmacm library.

%package -n	%{static}
Summary:	Static version of the librdmacm library
Group:		Development/Other
Requires:	%{devname} = %{version}-%{release}
Provides:	%{name}-static = %{version}-%{release}
Provides:	rdmacm-static-devel = %{version}-%{release}

%description -n %{static}
Static version of the librdmacm library.

%prep
%setup -q 

%build
export LDFLAGS="-lpthread"
autoreconf -fiv
%configure --enable-static
%make

%install
%makeinstall
# remove unpackaged files from the buildroot

%files -n %{libname}
%{_libdir}/librdmacm*.so.*
%{_libdir}/rsocket/librspreload.so.*

%files -n %{devname}
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/lib*.so
%{_libdir}/rsocket/lib*.so
%{_includedir}/*
%{_mandir}/man3/*
%{_mandir}/man7/*

%files utils
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{static}
%{_libdir}/*.a
%{_libdir}/rsocket/*.a

%changelog
* Tue Feb 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.17-8
+ Revision: 951b6de
- Updated to 1.0.17 (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10682 |14cu|librecad-2.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		prjname	LibreCAD

Summary:	Computer-aided design (CAD) system
Name:		librecad
Version:	2.1.3
Release:	2
Epoch:		1
License:	GPLv2+
Group:		Graphics
Url:		http://www.librecad.org
Source0:	https://github.com/LibreCAD/LibreCAD/archive/%{prjname}-%{version}.tar.gz
Patch1:		librecad-2.1.1-install.patch
Patch2:		librecad-2.0.8-plugindir.patch
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	qt5-assistant
BuildRequires:	qt5-linguist
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(muparser)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5CLucene)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5XmlPatterns)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5ScriptTools)
BuildRequires:	muparser-devel
Requires:	%{name}-data
Suggests:	%{name}-plugins

%description
LibreCAD is an application for computer aided design (CAD) in two
dimensions (2D). With LibreCAD you can create technical drawings
such as plans for buildings, interiors, mechanical parts or schemas
and diagrams.

%files
%{_bindir}/%{name}
 %{_bindir}/ttf2lff
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/mime/packages/%{name}.xml
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%package data
Summary:	Platform-independant files for %{name}
Group:		Graphics
Requires:	%{name}
BuildArch:	noarch

%description data
Contains the platform-independent files for LibreCAD, including
fonts, patterns, translations.

%files data
%{_datadir}/%{name}/fonts/*
%{_datadir}/%{name}/library/*
%{_datadir}/%{name}/patterns/*
%{_datadir}/%{name}/qm/*

#----------------------------------------------------------------------------

%package plugins
Summary:	Plugins libraries files for %{name}
Group:		Graphics
Requires:	%{name}

%description plugins
Contains the plugins files for LibreCAD.

%files plugins
%{_libdir}/%{name}/plugins/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{prjname}-%{version}
%patch1 -p1
%patch2 -p1
find . -type f -executable -a \( -name '*.cpp' -o -name '*.h' \) | xargs -i{} chmod 644 {}

sed -i 's|##LIBDIR##|%{_libdir}|g' librecad/src/lib/engine/rs_system.cpp

%build
%qmake_qt5
%make

%install
export BUILDDIR="%{buildroot}%{_datadir}/%{name}"
sh scripts/postprocess-unix.sh

mkdir -p %{buildroot}%{_libdir}/%{name}/plugins
mv unix/resources/plugins/* %{buildroot}%{_libdir}/%{name}/plugins/
install -Dpm 755 unix/%{name} %{buildroot}%{_bindir}/%{name}
install -Dpm 755 unix/ttf2lff %{buildroot}%{_bindir}/ttf2lff
install -Dpm 644 desktop/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
install -Dpm 644 librecad/res/main/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -Dpm 644 desktop/%{name}.sharedmimeinfo %{buildroot}%{_datadir}/mime/packages/%{name}.xml
install -Dpm 644 desktop/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

%changelog

* Thu Oct 27 2016 tremod <negry.m@yandex.ru> 1:2.1.3-2
- (f61fa9c) Use lrelease-qt5 to generate translations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10683 |14cu|libredblack-1.3-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname redblack %{major}
%define devname %mklibname redblack -d

Summary:	Library for handling red-black tree searching algorithm
Name:		libredblack
Version:	1.3
Release:	13
License:	LGPLv2+
Group:		System/Libraries
Url:		http://libredblack.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		libredblack-typo.diff

%description
This implements the redblack balanced tree algorithm.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for handling red-black tree searching algorithm
Group:		System/Libraries

%description -n %{libname}
This implements the redblack balanced tree algorithm.

%files -n %{libname}
%doc AUTHORS ChangeLog README
%{_libdir}/libredblack.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
To develop programs based upon the libredblack library, the system needs to 
have these header and object files available for creating the executables.

%files -n %{devname}
%doc example*.c example*.rb
%{_bindir}/rbgen
%{_libdir}/*.so
%{_includedir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_datadir}/libredblack

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x \
	--disable-static
%make CFLAGS="%{optflags}"

%install
%makeinstall_std


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3-13
- (538ad9e) Build with system optflags to fix debug package
- (538ad9e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10684 |14cu|libretro-20170303-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug depends on system CFLAGS but various cores use their own
# It's quite a pain to patch every core for CFLAGS and maintain patches
# And debug is not really needed here anyway
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	An interface for emulator and game ports
Name:		libretro
Version:	20170303
Release:	1
# Actually, various for each core but mostly GPLv2
License:	GPL
Group:		Emulators
Url:		http://www.libretro.com
# fetched via libretro-fetch.sh from git and re-packed
Source0:	%{name}-%{version}.tar.bz2
# Disable inlining for VBA Next to fix build
Patch0:		libretro-20170303-vba-next-inline.patch
# Disable SSE2 Mupen64Plus to fix segfault
Patch1:		libretro-20170303-mupen64plus-segfault.patch
BuildRequires:	nasm
# /usr/bin/xxd is needed for libretro-fuse build
BuildRequires:	vim-common
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)
Suggests:	retroarch
Suggests:	%{name}-4do
Suggests:	%{name}-81
Suggests:	%{name}-bluemsx
Suggests:	%{name}-bnes
Suggests:	%{name}-bsnes-accuracy
Suggests:	%{name}-bsnes-balanced
Suggests:	%{name}-bsnes-performance
Suggests:	%{name}-bsnes-mercury-accuracy
Suggests:	%{name}-bsnes-mercury-balanced
Suggests:	%{name}-bsnes-mercury-performance
Suggests:	%{name}-desmume
Suggests:	%{name}-dosbox
Suggests:	%{name}-emux-chip8
Suggests:	%{name}-emux-gb
Suggests:	%{name}-emux-nes
Suggests:	%{name}-emux-sms
Suggests:	%{name}-fba
Suggests:	%{name}-fceumm
Suggests:	%{name}-fmsx
Suggests:	%{name}-fuse
Suggests:	%{name}-gambatte
Suggests:	%{name}-genesis-plus-gx
Suggests:	%{name}-gpsp
Suggests:	%{name}-handy
Suggests:	%{name}-hatari
Suggests:	%{name}-mame2014
Suggests:	%{name}-mednafen-gba
Suggests:	%{name}-mednafen-lynx
Suggests:	%{name}-mednafen-ngp
Suggests:	%{name}-mednafen-pcfx
Suggests:	%{name}-mednafen-psx
Suggests:	%{name}-mednafen-snes
Suggests:	%{name}-mednafen-supergrafx
Suggests:	%{name}-mednafen-vb
Suggests:	%{name}-mednafen-wswan
Suggests:	%{name}-meteor
Suggests:	%{name}-mgba
Suggests:	%{name}-mupen64plus
Suggests:	%{name}-nestopia
Suggests:	%{name}-nxengine
Suggests:	%{name}-o2em
Suggests:	%{name}-pcsx-rearmed
Suggests:	%{name}-picodrive
Suggests:	%{name}-ppsspp
Suggests:	%{name}-prboom
Suggests:	%{name}-prosystem
Suggests:	%{name}-quicknes
Suggests:	%{name}-scummvm
Suggests:	%{name}-snes9x
Suggests:	%{name}-snes9x2005
Suggests:	%{name}-snes9x2010
Suggests:	%{name}-stella
Suggests:	%{name}-tgbdual
Suggests:	%{name}-tyrquake
Suggests:	%{name}-vba-next
Suggests:	%{name}-vbam
Suggests:	%{name}-vecx
Suggests:	%{name}-virtualjaguar
Suggests:	%{name}-yabause

%description
For each emulator 'core', RetroArch makes use of a library API that we like
to call 'libretro'.

Think of libretro as an interface for emulator and game ports. You can make
a libretro port once and expect the same code to run on all the platforms
that RetroArch supports. It's designed with simplicity and ease of use in
mind so that the porter can worry about the port at hand instead of having
to wrestle with an obfuscatory API.

The purpose of the project is to help ease the work of the emulator/game
porter by giving him an API that allows him to target multiple platforms
at once without having to redo any code. He doesn't have to worry about
writing input/video/audio drivers - all of that is supplied to him by
RetroArch. All he has to do is to have the emulator port hook into the
libretro API and that's it - we take care of the rest.

%files

#----------------------------------------------------------------------------

%package 4do
Summary:	4DO core for libretro (3DO)
Provides:	libretro-core = %{EVRD}
Suggests:	bchunk

%description 4do
4DO core for libretro. It's used to run Panasonic 3DO games.

It requires 3DO BIOS (panafz10.bin) so place it in your RetroArch/libretro
"System Directory" folder.

It also needs images to be in .iso format so you may need bchunk to convert
bin/cue to .iso:

bchunk old_image.bin old_image.cue new_image.iso

%files 4do
%{_libdir}/%{name}/4do_libretro.info
%{_libdir}/%{name}/4do_libretro.so

#----------------------------------------------------------------------------

%package 81
Summary:	81 core for libretro (ZX81)
Provides:	libretro-core = %{EVRD}

%description 81
81 core for libretro. It only emulates the Sinclair ZX81 with 16Kb RAM for now.
Other machines will be added as time permits.

%files 81
%{_libdir}/%{name}/81_libretro.info
%{_libdir}/%{name}/81_libretro.so

#----------------------------------------------------------------------------

%package bluemsx
Summary:	blueMSX core for libretro (MSX)
Provides:	libretro-core = %{EVRD}

%description bluemsx
blueMSX core for libretro. It's used to run MSX games.

This core requires the two folders named Machines/ and Databases/ from
standalone blueMSX copied inside your frontend's system directory. You
can get these from the official Windows standalone version of blueMSX
( http://www.bluemsx.com/ ) or any other binary package.

%files bluemsx
%{_libdir}/%{name}/bluemsx_libretro.info
%{_libdir}/%{name}/bluemsx_libretro.so

#----------------------------------------------------------------------------

%package bnes
Summary:	bNES core for libretro (NES)
Provides:	libretro-core = %{EVRD}

%description bnes
bNES core for libretro. It's used to run Nintendo games.

%files bnes
%{_libdir}/%{name}/bnes_libretro.info
%{_libdir}/%{name}/bnes_libretro.so

#----------------------------------------------------------------------------

%package bsnes-accuracy
Summary:	bSNES core for libretro with accuracy optimization (SNES)
Provides:	libretro-core = %{EVRD}

%description bsnes-accuracy
bSNES core for libretro with accuracy optimization.
It's used to run Super Nintendo games.

%files bsnes-accuracy
%{_libdir}/%{name}/bsnes_accuracy_libretro.info
%{_libdir}/%{name}/bsnes_accuracy_libretro.so

#----------------------------------------------------------------------------

%package bsnes-balanced
Summary:	bSNES core for libretro with balanced optimization (SNES)
Provides:	libretro-core = %{EVRD}

%description bsnes-balanced
bSNES core for libretro with balanced optimization.
It's used to run Super Nintendo games.

%files bsnes-balanced
%{_libdir}/%{name}/bsnes_balanced_libretro.info
%{_libdir}/%{name}/bsnes_balanced_libretro.so

#----------------------------------------------------------------------------

%package bsnes-performance
Summary:	bSNES core for libretro with performance optimization (SNES)
Provides:	libretro-core = %{EVRD}

%description bsnes-performance
bSNES core for libretro with performance optimization.
It's used to run Super Nintendo games.

%files bsnes-performance
%{_libdir}/%{name}/bsnes_performance_libretro.info
%{_libdir}/%{name}/bsnes_performance_libretro.so

#----------------------------------------------------------------------------

%package bsnes-mercury-accuracy
Summary:	bSNES-Mercury core for libretro with accuracy optimization (SNES)
Provides:	libretro-core = %{EVRD}

%description bsnes-mercury-accuracy
bSNES-Mercury core for libretro with accuracy optimization.
It's used to run Super Nintendo games.

bSNES-Mercury is a fork of Higan, aiming to restore some useful features that
have been removed, as well as improving performance a bit. Maximum accuracy is
still uncompromisable; anything that affects accuracy is optional and off by
default.

Changes to upstream:
- The biggest change is getting the interface sane, which is accomplished
  through libretro.
- Another change is the restoration of HLE emulation of some special chips,
  to improve performance and reduce reliance on those chip ROMs (they're not
  really easy to find). Chips for which no HLE emulation was developed
  (ST-0011 and ST-0018) are still LLE.
- A seven-line function in sfc/memory/memory-inline.hpp was replaced, which
  speeds up ROM load by roughly a factor 6 (1.2s -> 0.2s).
- A section in sfc/memory/memory.cpp was specialized for the common, easy,
  case. This speeds up ROM load time by about a third.
- A fast path was added to various parts of the CPU bus, improving framerate
  by about 2.5%.
- 'inline' was added all across the PPU subclasses. Framerate went up by 20%
  from such a trivial change!

%files bsnes-mercury-accuracy
%{_libdir}/%{name}/bsnes_mercury_accuracy_libretro.info
%{_libdir}/%{name}/bsnes_mercury_accuracy_libretro.so

#----------------------------------------------------------------------------

%package bsnes-mercury-balanced
Summary:	bSNES-Mercury core for libretro with balanced optimization (SNES)
Provides:	libretro-core = %{EVRD}

%description bsnes-mercury-balanced
bSNES-Mercury core for libretro with balanced optimization.
It's used to run Super Nintendo games.

bSNES-Mercury is a fork of Higan, aiming to restore some useful features that
have been removed, as well as improving performance a bit. Maximum accuracy is
still uncompromisable; anything that affects accuracy is optional and off by
default.

Changes to upstream:
- The biggest change is getting the interface sane, which is accomplished
  through libretro.
- Another change is the restoration of HLE emulation of some special chips,
  to improve performance and reduce reliance on those chip ROMs (they're not
  really easy to find). Chips for which no HLE emulation was developed
  (ST-0011 and ST-0018) are still LLE.
- A seven-line function in sfc/memory/memory-inline.hpp was replaced, which
  speeds up ROM load by roughly a factor 6 (1.2s -> 0.2s).
- A section in sfc/memory/memory.cpp was specialized for the common, easy,
  case. This speeds up ROM load time by about a third.
- A fast path was added to various parts of the CPU bus, improving framerate
  by about 2.5%.
- 'inline' was added all across the PPU subclasses. Framerate went up by 20%
  from such a trivial change!

%files bsnes-mercury-balanced
%{_libdir}/%{name}/bsnes_mercury_balanced_libretro.info
%{_libdir}/%{name}/bsnes_mercury_balanced_libretro.so

#----------------------------------------------------------------------------

%package bsnes-mercury-performance
Summary:	bSNES-Mercury core for libretro with performance optimization (SNES)
Provides:	libretro-core = %{EVRD}

%description bsnes-mercury-performance
bSNES-Mercury core for libretro with performance optimization.
It's used to run Super Nintendo games.

bSNES-Mercury is a fork of Higan, aiming to restore some useful features that
have been removed, as well as improving performance a bit. Maximum accuracy is
still uncompromisable; anything that affects accuracy is optional and off by
default.

Changes to upstream:
- The biggest change is getting the interface sane, which is accomplished
  through libretro.
- Another change is the restoration of HLE emulation of some special chips,
  to improve performance and reduce reliance on those chip ROMs (they're not
  really easy to find). Chips for which no HLE emulation was developed
  (ST-0011 and ST-0018) are still LLE.
- A seven-line function in sfc/memory/memory-inline.hpp was replaced, which
  speeds up ROM load by roughly a factor 6 (1.2s -> 0.2s).
- A section in sfc/memory/memory.cpp was specialized for the common, easy,
  case. This speeds up ROM load time by about a third.
- A fast path was added to various parts of the CPU bus, improving framerate
  by about 2.5%.
- 'inline' was added all across the PPU subclasses. Framerate went up by 20%
  from such a trivial change!

%files bsnes-mercury-performance
%{_libdir}/%{name}/bsnes_mercury_performance_libretro.info
%{_libdir}/%{name}/bsnes_mercury_performance_libretro.so

#----------------------------------------------------------------------------

%package desmume
Summary:	Desmume core for libretro (NDS)
Provides:	libretro-core = %{EVRD}

%description desmume
Desmume core for libretro. It's used to run Nintendo DS games.

%files desmume
%{_libdir}/%{name}/desmume_libretro.info
%{_libdir}/%{name}/desmume_libretro.so

#----------------------------------------------------------------------------

%package dosbox
Summary:	DOSBox core for libretro (DOS)
Provides:	libretro-core = %{EVRD}

%description dosbox
DOSBox core for libretro. It's used to run DOS games.

%files dosbox
%{_libdir}/%{name}/dosbox_libretro.info
%{_libdir}/%{name}/dosbox_libretro.so

#----------------------------------------------------------------------------

%package emux-chip8
Summary:	Emux CHIP-8 core for libretro (CHIP-8)
Provides:	libretro-core = %{EVRD}

%description emux-chip8
Emux CHIP-8 core for libretro. It's used to run CHIP-8 games.

CHIP-8 is an interpreted programming language, developed by Joseph Weisbecker.
It was initially used on the COSMAC VIP and Telmac 1800 8-bit microcomputers
in the mid-1970s. CHIP-8 programs are run on a CHIP-8 virtual machine. It was
made to allow video games to be more easily programmed for said computers.

%files emux-chip8
%{_libdir}/%{name}/emux_chip8_libretro.info
%{_libdir}/%{name}/emux_chip8_libretro.so

#----------------------------------------------------------------------------

%package emux-gb
Summary:	Emux GB core for libretro (GBC)
Provides:	libretro-core = %{EVRD}

%description emux-gb
Emux GB core for libretro. It's used to run Game Boy and Game Boy Color games.

%files emux-gb
%{_libdir}/%{name}/emux_gb_libretro.info
%{_libdir}/%{name}/emux_gb_libretro.so

#----------------------------------------------------------------------------

%package emux-nes
Summary:	Emux NES core for libretro (NES)
Provides:	libretro-core = %{EVRD}

%description emux-nes
Emux NES core for libretro. It's used to run Nintendo games.

%files emux-nes
%{_libdir}/%{name}/emux_nes_libretro.info
%{_libdir}/%{name}/emux_nes_libretro.so

#----------------------------------------------------------------------------

%package emux-sms
Summary:	Emux SMS core for libretro (SMS)
Provides:	libretro-core = %{EVRD}

%description emux-sms
Emux SMS core for libretro. It's used to run Sega Master System games.

%files emux-sms
%{_libdir}/%{name}/emux_sms_libretro.info
%{_libdir}/%{name}/emux_sms_libretro.so

#----------------------------------------------------------------------------

%package fba
Summary:	Final Burn Alpha core for libretro (arcade)
Provides:	libretro-core = %{EVRD}

%description fba
Final Burn Alpha core for libretro. It's used to run arcade games.

It should be able to load:
- Capcom CPS-1 and CPS-2
- SNK Neo-Geo
- Toaplan
- Cave hardware
- and various games on miscellaneous hardware

%files fba
%{_libdir}/%{name}/fbalpha_libretro.info
%{_libdir}/%{name}/fbalpha_libretro.so

#----------------------------------------------------------------------------

%package fceumm
Summary:	FCE Ultra mappers modified core for libretro (NES)
Provides:	libretro-core = %{EVRD}

%description fceumm
FCE Ultra mappers modified core for libretro. It's used to run Nintendo games.

%files fceumm
%{_libdir}/%{name}/fceumm_libretro.info
%{_libdir}/%{name}/fceumm_libretro.so

#----------------------------------------------------------------------------

%package fmsx
Summary:	fMSX core for libretro (MSX)
Provides:	libretro-core = %{EVRD}

%description fmsx
fMSX core for libretro. It's used to run MSX games.

%files fmsx
%{_libdir}/%{name}/fmsx_libretro.info
%{_libdir}/%{name}/fmsx_libretro.so

#----------------------------------------------------------------------------

%package fuse
Summary:	Fuse core for libretro (ZX Spectrum)
Provides:	libretro-core = %{EVRD}

%description fuse
Fuse core for libretro. It's used to run ZX Spectrum games.

%files fuse
%{_libdir}/%{name}/fuse_libretro.info
%{_libdir}/%{name}/fuse_libretro.so

#----------------------------------------------------------------------------

%package gambatte
Summary:	Gambatte core for libretro (GBC)
Provides:	libretro-core = %{EVRD}

%description gambatte
Gambatte core for libretro. It's used to run Game Boy Color games.

%files gambatte
%{_libdir}/%{name}/gambatte_libretro.info
%{_libdir}/%{name}/gambatte_libretro.so

#----------------------------------------------------------------------------

%package genesis-plus-gx
Summary:	Genesis Plus GX core for libretro (SMD etc)
Provides:	libretro-core = %{EVRD}

%description genesis-plus-gx
Genesis Plus GX core for libretro. It should be able to load:
- Genesis/Mega Drive
- Sega/Mega CD
- Master System
- Game Gear & SG-1000

%files genesis-plus-gx
%{_libdir}/%{name}/genesis_plus_gx_libretro.info
%{_libdir}/%{name}/genesis_plus_gx_libretro.so

#----------------------------------------------------------------------------

%package gpsp
Summary:	gpSP core for libretro (GBA)
Provides:	libretro-core = %{EVRD}

%description gpsp
gpSP core for libretro. It's used to run Game Boy Advance games.

It requires GBA BIOS (gba_bios.bin) so place it in your RetroArch/libretro
"System Directory" folder.

%files gpsp
%{_libdir}/%{name}/gpsp_libretro.info
%{_libdir}/%{name}/gpsp_libretro.so

#----------------------------------------------------------------------------

%package handy
Summary:	Handy core for libretro (LNX)
Provides:	libretro-core = %{EVRD}

%description handy
Handy core for libretro. It's used to run Atari Lynx games.

%files handy
%{_libdir}/%{name}/handy_libretro.info
%{_libdir}/%{name}/handy_libretro.so

#----------------------------------------------------------------------------

%package hatari
Summary:	Hatari core for libretro (Atari ST)
Provides:	libretro-core = %{EVRD}

%description hatari
Hatari core for libretro. It's used to run Atari ST/STE/TT/Falcon games.

%files hatari
%{_libdir}/%{name}/hatari_libretro.info
%{_libdir}/%{name}/hatari_libretro.so

#----------------------------------------------------------------------------

%package mame2014
Summary:	MAME core for libretro (arcade)
Provides:	libretro-core = %{EVRD}

%description mame2014
MAME core for libretro. It's used to run arcade games.

MAME stands for Multiple Arcade Machine Emulator. Its purpose is to preserve
decades of video-game history. As gaming technology continues to rush forward,
MAME prevents these important "vintage" games from being lost and forgotten.

%files mame2014
%{_libdir}/%{name}/mame2014_libretro.info
%{_libdir}/%{name}/mame2014_libretro.so

#----------------------------------------------------------------------------

%package mednafen-gba
Summary:	Mednafen Game Boy Advance core for libretro (GBA)
Provides:	libretro-core = %{EVRD}

%description mednafen-gba
Mednafen GBA core for libretro. It's used to run Game Boy Advance games.

%files mednafen-gba
%{_libdir}/%{name}/mednafen_gba_libretro.info
%{_libdir}/%{name}/mednafen_gba_libretro.so

#----------------------------------------------------------------------------

%package mednafen-lynx
Summary:	Mednafen Lynx core for libretro (LNX)
Provides:	libretro-core = %{EVRD}

%description mednafen-lynx
Mednafen Lynx core for libretro. It's used to run Atari Lynx games.

%files mednafen-lynx
%{_libdir}/%{name}/mednafen_lynx_libretro.info
%{_libdir}/%{name}/mednafen_lynx_libretro.so

#----------------------------------------------------------------------------

%package mednafen-ngp
Summary:	Mednafen Neo Geo Pocket core for libretro (NGP)
Provides:	libretro-core = %{EVRD}

%description mednafen-ngp
Mednafen NGP core for libretro. It's used to run Neo Geo Pocket games.

%files mednafen-ngp
%{_libdir}/%{name}/mednafen_ngp_libretro.info
%{_libdir}/%{name}/mednafen_ngp_libretro.so

#----------------------------------------------------------------------------

%package mednafen-pce
Summary:	Mednafen PC Engine core for libretro (PCE)
Provides:	libretro-core = %{EVRD}

%description mednafen-pce
Mednafen PCE core for libretro. It's used to run PC Engine/TurboGrafx-16 games.

TG-CD emulation requires the CD BIOS image, named as syscard3.pce.
This BIOS image is to be placed into the Mednafen base directory ~/.mednafen/.
Then, you will have to indicate to Mednafen where the syscard3.pce file is
located. To do this, edit the ~/.mednafen/mednafen.cfg file:

;Path to the ROM BIOS

pce.cdbios /path/to/file/syscard3.pce

%files mednafen-pce
%{_libdir}/%{name}/mednafen_pce_fast_libretro.info
%{_libdir}/%{name}/mednafen_pce_fast_libretro.so

#----------------------------------------------------------------------------

%package mednafen-pcfx
Summary:	Mednafen PC-FX core for libretro (PC-FX)
Provides:	libretro-core = %{EVRD}

%description mednafen-pcfx
Mednafen PC-FX core for libretro. It's used to run PC-FX games.

%files mednafen-pcfx
%{_libdir}/%{name}/mednafen_pcfx_libretro.info
%{_libdir}/%{name}/mednafen_pcfx_libretro.so

#----------------------------------------------------------------------------

%package mednafen-psx
Summary:	Mednafen Sony Playstation 1 core for libretro (PSX)
Provides:	libretro-core = %{EVRD}

%description mednafen-psx
Mednafen PSX core for libretro. It's used to run Sony Playstation 1 games.

* Running

To run this core, the "system directory" must be defined if running in
RetroArch. Here, the PSX BIOSes must be placed, $sysdir/SCPH550{0,1,2}
for Japanese, NA and EU regions respectively. Memory cards will also be
saved to this system directory.

* Loading ISOs

Mednafen differs from other PS1 emulators in that it reads a .cue sheet
that points to an .iso/.bin whatever. If you have e.g. <tt>foo.iso</tt>,
you should create a foo.cue, and fill this in:

    FILE "foo.iso" BINARY
       TRACK 01 MODE1/2352
          INDEX 01 00:00:00

After that, you can load the <tt>foo.cue</tt> file as a ROM.
Note that this is a dirty hack and will not work on all games.
Ideally, make sure to use rips that have cue-sheets.

%files mednafen-psx
%{_libdir}/%{name}/mednafen_psx_libretro.info
%{_libdir}/%{name}/mednafen_psx_libretro.so

#----------------------------------------------------------------------------

%package mednafen-snes
Summary:	Mednafen Super Nintendo core for libretro (SNES)
Provides:	libretro-core = %{EVRD}

%description mednafen-snes
Mednafen SNES core for libretro. It's used to run Super Nintendo games.

%files mednafen-snes
%{_libdir}/%{name}/mednafen_snes_libretro.info
%{_libdir}/%{name}/mednafen_snes_libretro.so

#----------------------------------------------------------------------------

%package mednafen-supergrafx
Summary:	Mednafen SuperGrafx core for libretro (PCE)
Provides:	libretro-core = %{EVRD}

%description mednafen-supergrafx
Mednafen SuperGrafx core for libretro. It's used to run PC Engine SuperGrafx
games.

%files mednafen-supergrafx
%{_libdir}/%{name}/mednafen_supergrafx_libretro.info
%{_libdir}/%{name}/mednafen_supergrafx_libretro.so

#----------------------------------------------------------------------------

%package mednafen-vb
Summary:	Mednafen Virtual Boy core for libretro
Provides:	libretro-core = %{EVRD}

%description mednafen-vb
Mednafen VB core for libretro. It's used to run Nintendo Virtual Boy games.

%files mednafen-vb
%{_libdir}/%{name}/mednafen_vb_libretro.info
%{_libdir}/%{name}/mednafen_vb_libretro.so

#----------------------------------------------------------------------------

%package mednafen-wswan
Summary:	Mednafen WonderSwan core for libretro
Provides:	libretro-core = %{EVRD}

%description mednafen-wswan
Mednafen WSwan core for libretro. It's used to run Bandai WonderSwan games.

%files mednafen-wswan
%{_libdir}/%{name}/mednafen_wswan_libretro.info
%{_libdir}/%{name}/mednafen_wswan_libretro.so

#----------------------------------------------------------------------------

%package meteor
Summary:	Meteor core for libretro (GBA)
Provides:	libretro-core = %{EVRD}

%description meteor
Meteor core for libretro. It's used to run Game Boy Advance games.

%files meteor
%{_libdir}/%{name}/meteor_libretro.info
%{_libdir}/%{name}/meteor_libretro.so

#----------------------------------------------------------------------------

%package mgba
Summary:	mGBA core for libretro (GBA)
Provides:	libretro-core = %{EVRD}

%description mgba
mGBA core for libretro. It's used to run Game Boy Advance games.

%files mgba
%{_libdir}/%{name}/mgba_libretro.info
%{_libdir}/%{name}/mgba_libretro.so

#----------------------------------------------------------------------------

%package mupen64plus
Summary:	Mupen64 Plus core for libretro (N64)
Provides:	libretro-core = %{EVRD}

%description mupen64plus
Mupen64 Plus core for libretro. It's used to run Nintendo 64 games.

%files mupen64plus
%{_libdir}/%{name}/mupen64plus_libretro.info
%{_libdir}/%{name}/mupen64plus_libretro.so

#----------------------------------------------------------------------------

%package nestopia
Summary:	Nestopia core for libretro (NES)
Provides:	libretro-core = %{EVRD}

%description nestopia
Nestopia core for libretro. It's used to run Nintendo games.

%files nestopia
%{_libdir}/%{name}/nestopia_libretro.info
%{_libdir}/%{name}/nestopia_libretro.so

#----------------------------------------------------------------------------

%package nxengine
Summary:	NXEngine core for libretro (Cave Story)
Provides:	libretro-core = %{EVRD}

%description nxengine
NXEngine core for libretro. It's used to run Cave Story (Doukutsu Monogatari).

%files nxengine
%{_libdir}/%{name}/nxengine_libretro.info
%{_libdir}/%{name}/nxengine_libretro.so

#----------------------------------------------------------------------------

%package o2em
Summary:	O2EM core for libretro (Odyssey 2)
Provides:	libretro-core = %{EVRD}

%description o2em
O2EM core for libretro. It's used to run Magnavox Odyssey 2 & Videopac+ games.

Place "o2rom.bin" in your RetroArch/libretro "System Directory" folder.

%files o2em
%{_libdir}/%{name}/o2em_libretro.info
%{_libdir}/%{name}/o2em_libretro.so

#----------------------------------------------------------------------------

%package pcsx-rearmed
Summary:	PCSX-ReARMed core for libretro (PSX)
Provides:	libretro-core = %{EVRD}

%description pcsx-rearmed
PCSX-ReARMed core for libretro. It's used to run Sony Playstation 1 games.

%files pcsx-rearmed
%{_libdir}/%{name}/pcsx_rearmed_libretro.info
%{_libdir}/%{name}/pcsx_rearmed_libretro.so

#----------------------------------------------------------------------------

%package picodrive
Summary:	Picodrive core for libretro (SMD etc)
Provides:	libretro-core = %{EVRD}

%description picodrive
Picodrive core for libretro. It should be able to load:
- Genesis/Mega Drive
- Sega/Mega CD
- Master System
- 32X
- Pico

%files picodrive
%{_libdir}/%{name}/picodrive_libretro.info
%{_libdir}/%{name}/picodrive_libretro.so

#----------------------------------------------------------------------------

%package ppsspp
Summary:	PPSSPP core for libretro (PSP)
Provides:	libretro-core = %{EVRD}

%description ppsspp
PPSSPP core for libretro. It's used to run Sony Playstation Portable games.

%files ppsspp
%{_libdir}/%{name}/ppsspp_libretro.info
%{_libdir}/%{name}/ppsspp_libretro.so
%dir %attr(0777,root,root) %{_libdir}/%{name}/PPSSPP
%{_libdir}/%{name}/PPSSPP/*

#----------------------------------------------------------------------------

%package prboom
Summary:	PrBoom core for libretro (Doom)
Provides:	libretro-core = %{EVRD}

%description prboom
PrBoom core for libretro. It's used to run early Doom games.

PrBoom is a game engine - it provides a program to play Doom levels, but
it doesn't include any levels itself. More importantly, you need all the
sounds, sprites, and other graphics that make up the Doom environment.
So to play PrBoom, you need one of the main Doom date files from id
Software - either doom.wad, doom2.wad, tnt.wad or plutonia.wad from one
of the commercial Doom games, or the shareware doom1.wad. This file
is called the IWAD.

PrBoom also supports playing Doom add-on levels, called "PWADs", which
are small extra .wad files which just contain extra levels or other
resources. PWADs are ONLY ADD-ONS, you still need the original IWAD
that they are designed to work with. In practice, most PWADs on the
Internet require doom2.wad (although some work with doom.wad).

%files prboom
%{_libdir}/%{name}/prboom_libretro.info
%{_libdir}/%{name}/prboom_libretro.so

#----------------------------------------------------------------------------

%package prosystem
Summary:	ProSystem core for libretro (Atari 7800)
Provides:	libretro-core = %{EVRD}

%description prosystem
ProSystem core for libretro. It's used to run Atari 7800 ProSystem games.

Place "ProSystem.dat" (required) and "7800 BIOS (U).rom" (optional) in your
RetroArch/libretro "System Directory" folder.

Or just set "System Directory" to %{_libdir}/%{name}/prosystem/

%files prosystem
%{_libdir}/%{name}/prosystem_libretro.info
%{_libdir}/%{name}/prosystem_libretro.so
%dir %attr(0777,root,root) %{_libdir}/%{name}/prosystem

#----------------------------------------------------------------------------

%package quicknes
Summary:	QuickNES core for libretro (NES)
Provides:	libretro-core = %{EVRD}

%description quicknes
QuickNES core for libretro. It's used to run Nintendo games.

%files quicknes
%{_libdir}/%{name}/quicknes_libretro.info
%{_libdir}/%{name}/quicknes_libretro.so

#----------------------------------------------------------------------------

%package scummvm
Summary:	ScummVM core for libretro (DOS etc)
Provides:	libretro-core = %{EVRD}

%description scummvm
ScummVM core for libretro. It's used to run various games,
mostly classic DOS point-and-click adventures.

%files scummvm
%{_libdir}/%{name}/scummvm_libretro.info
%{_libdir}/%{name}/scummvm_libretro.so

#----------------------------------------------------------------------------

%package snes9x
Summary:	SNES9x core for libretro (SNES)
Provides:	libretro-core = %{EVRD}

%description snes9x
SNES9x core for libretro. It's used to run Super Nintendo games.

%files snes9x
%{_libdir}/%{name}/snes9x_libretro.info
%{_libdir}/%{name}/snes9x_libretro.so

#----------------------------------------------------------------------------

%package snes9x2005
Summary:	SNES9x 2005 (ex-CATSFC) core for libretro (SNES)
Provides:	libretro-core = %{EVRD}
Provides:	%{name}-catsfc = %{EVRD}
Obsoletes:	%{name}-catsfc < 20170303

%description snes9x2005
SNES9x 2005 core for libretro. It's used to run Super Nintendo games.

Based on:
* Snes9x 1.43, by the Snes9x team (with research by the ZSNES folks, anomie,
  zsKnight, etc.)
* NDSSFC 1.06, by the Supercard team (porting to the MIPS processor)
* BAGSFC, by BassAceGold (improving over NDSSFC)
* CATSFC, by ShadauxCat and Nebuleon (improving over BAGSFC)

%files snes9x2005
%{_libdir}/%{name}/snes9x2005_libretro.info
%{_libdir}/%{name}/snes9x2005_libretro.so

#----------------------------------------------------------------------------

%package snes9x2010
Summary:	SNES9x 2010 (ex-SNES9x Next) core for libretro (SNES)
Provides:	libretro-core = %{EVRD}
Provides:	%{name}-snes9x-next = %{EVRD}
Obsoletes:	%{name}-snes9x-next < 20170303

%description snes9x2010
SNES9x 2010 core for libretro. It's used to run Super Nintendo games.

SNES9x 2010 is an optimized port/rewrite of SNES9x 1.52+ to libretro.

%files snes9x2010
%{_libdir}/%{name}/snes9x2010_libretro.info
%{_libdir}/%{name}/snes9x2010_libretro.so

#----------------------------------------------------------------------------

%package stella
Summary:	Stella core for libretro (Atari 2600)
Provides:	libretro-core = %{EVRD}

%description stella
Stella core for libretro. It's used to run Atari 2600 games.

%files stella
%{_libdir}/%{name}/stella_libretro.info
%{_libdir}/%{name}/stella_libretro.so

#----------------------------------------------------------------------------

%package tgbdual
Summary:	TGB Dual core for libretro (GBC)
Provides:	libretro-core = %{EVRD}

%description tgbdual
TGB Dual core for libretro. It's used to run Game Boy and Game Boy Color games.

%files tgbdual
%{_libdir}/%{name}/tgbdual_libretro.info
%{_libdir}/%{name}/tgbdual_libretro.so

#----------------------------------------------------------------------------

%package tyrquake
Summary:	Tyr-Quake core for libretro (Quake)
Provides:	libretro-core = %{EVRD}

%description tyrquake
Tyr-Quake core for libretro. It's used to run Quake 1 and QuakeWorld.

%files tyrquake
%{_libdir}/%{name}/tyrquake_libretro.info
%{_libdir}/%{name}/tyrquake_libretro.so

#----------------------------------------------------------------------------

%package vba-next
Summary:	VBA Next core for libretro (GBA)
Provides:	libretro-core = %{EVRD}

%description vba-next
VBA Next core for libretro. It's used to run Game Boy Advance games.

VBA Next is an optimized port of VBA-M to libretro.

%files vba-next
%{_libdir}/%{name}/vba_next_libretro.info
%{_libdir}/%{name}/vba_next_libretro.so

#----------------------------------------------------------------------------

%package vbam
Summary:	VBA-M core for libretro (GBA)
Provides:	libretro-core = %{EVRD}

%description vbam
VBA-M core for libretro. It's used to run Game Boy Advance games.

%files vbam
%{_libdir}/%{name}/vbam_libretro.info
%{_libdir}/%{name}/vbam_libretro.so

#----------------------------------------------------------------------------

%package vecx
Summary:	VECX core for libretro (Vectrex)
Provides:	libretro-core = %{EVRD}

%description vecx
VECX core for libretro. It's used to run Vectrex games.

The original Vectrex games are freely available for non-commercial use.

%files vecx
%{_libdir}/%{name}/vecx_libretro.info
%{_libdir}/%{name}/vecx_libretro.so

#----------------------------------------------------------------------------

%package virtualjaguar
Summary:	Virtual Jaguar core for libretro (JAG)
Provides:	libretro-core = %{EVRD}

%description virtualjaguar
Virtual Jaguar core for libretro. It's used to run Atari Jaguar games.

%files virtualjaguar
%{_libdir}/%{name}/virtualjaguar_libretro.info
%{_libdir}/%{name}/virtualjaguar_libretro.so

#----------------------------------------------------------------------------

%package yabause
Summary:	Yabause core for libretro (Sega Saturn)
Provides:	libretro-core = %{EVRD}

%description yabause
Yabause core for libretro. It's used to run Sega Saturn games.

%files yabause
%{_libdir}/%{name}/yabause_libretro.info
%{_libdir}/%{name}/yabause_libretro.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
# Remove these after fetching to make tarball smaller
# Not ready yet
# rm -rf libretro-blastem
# rm -rf libretro-cap32
# rm -rf libretro-fsuae
# rm -rf libretro-mame
# rm -rf libretro-mame2000
# rm -rf libretro-mame2003
# rm -rf libretro-mame2010
# rm -rf libretro-mednafen_saturn
# rm -rf libretro-melonds
# rm -rf libretro-parallel_n64
# rm -rf libretro-pcem
# rm -rf libretro-puae
# rm -rf libretro-reicast
# rm -rf libretro-rustation
# rm -rf libretro-tempgba
# Just not needed
# rm -rf libretro-bsnes_cplusplus98
# rm -rf libretro-2048
# rm -rf libretro-3dengine
# rm -rf libretro-craft
# rm -rf libretro-dinothawr
# rm -rf libretro-easyrpg
# rm -rf libretro-fbalpha2012
# rm -rf libretro-fbalpha2012_cps1
# rm -rf libretro-fbalpha2012_cps2
# rm -rf libretro-fbalpha2012_neogeo
# rm -rf libretro-ffmpeg
# rm -rf libretro-gme
# rm -rf libretro-gw
# rm -rf libretro-lutro
# rm -rf libretro-pascal_pong
# rm -rf libretro-stonesoup
# rm -rf libretro-video_processor
# ARM version
# rm -rf libretro-pcsx1
# rm -rf libretro-psp1
# Then cleanup libretro-ppsspp from bundled libraries for Windows, Android etc

%ifarch %{ix86}
cp libretro-emux/libretro/Makefile.linux_x86 libretro-emux/libretro/Makefile
%else
cp libretro-emux/libretro/Makefile.linux_x86_64 libretro-emux/libretro/Makefile
%endif

%build
./libretro-build.sh

# Manually build stuff that fails due to build script errors
pushd libretro-emux/libretro/
%make MACHINE=chip8 SOEXT=.so
%make MACHINE=gb SOEXT=.so
%make MACHINE=nes SOEXT=.so
%make MACHINE=sms SOEXT=.so
cp emux_chip8_libretro.so ../../dist/unix/
cp emux_gb_libretro.so ../../dist/unix/
cp emux_nes_libretro.so ../../dist/unix/
cp emux_sms_libretro.so ../../dist/unix/
popd

%install
mkdir -p %{buildroot}%{_libdir}/%{name}
./libretro-install.sh %{buildroot}%{_libdir}/%{name}

# ProSystem system files path
mkdir -p %{buildroot}%{_libdir}/%{name}/prosystem/

# PPSSPP system files
mkdir -p %{buildroot}%{_libdir}/%{name}/PPSSPP/
cp -a libretro-ppsspp/lang %{buildroot}%{_libdir}/%{name}/PPSSPP/
cp -a libretro-ppsspp/flash0 %{buildroot}%{_libdir}/%{name}/PPSSPP/
cp -a libretro-ppsspp/assets/shaders %{buildroot}%{_libdir}/%{name}/PPSSPP/
cp -a libretro-ppsspp/assets/* %{buildroot}%{_libdir}/%{name}/PPSSPP/

# Remove installed info files that we don't use yet
rm -f %{buildroot}%{_libdir}/%{name}/00_example_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/2048_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/3dengine_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/advanced_tests_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/atari800_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/beetle_psx_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/blastem_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/bsnes_cplusplus98_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/cap32_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/craft_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/cruzes_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/dinothawr_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/dolphin_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/dolphin_launcher_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/easyrpg_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/fbalpha2012_cps1_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/fbalpha2012_cps2_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/fbalpha2012_cps3_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/fbalpha2012_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/fbalpha2012_neogeo_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/ffmpeg_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/fsuae_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/gme_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/gw_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/imageviewer_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/imame4all_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/lutro_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/mame_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/mame2000_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/mame2003_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/mame2003_midway_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/mame2010_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/mame2016_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/mednafen_psx_hw_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/mednafen_saturn_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/melonds_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/mess*_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/mrboom_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/mupen64plus_gles3_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/parallel_n64*_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/pascal_pong_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/pcem_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/pcsx_rearmed_interpreter_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/pcsx_rearmed_libretro_neon.info
rm -f %{buildroot}%{_libdir}/%{name}/pcsx1_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/pokemini_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/psp1_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/puae_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/reicast*_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/remotejoy_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/rustation_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/snes9x2002_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/snes9x2005_plus_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/stonesoup_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/tempgba_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/test*_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/ume_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/ume2014_libretro.info
rm -f %{buildroot}%{_libdir}/%{name}/uzem_libretro.info


%changelog

* Wed Mar 08 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 20170303-1
- (320591f) Build requires nasm



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10685 |14cu|libsexymm-0.1.9-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname sexymm %major

Summary: Collection of widgets for gtkmm
Name: libsexymm
Version: 0.1.9
Release: 7
Source0: http://releases.chipx86.com/libsexy/%{name}/%{name}-%{version}.tar.gz
License: LGPL
Group: System/Libraries
Url: http://www.chipx86.com/wiki/Libsexy
BuildRequires: pkgconfig(libsexy)
BuildRequires: pkgconfig(gdkmm-2.4)

%description
This is a collection of widgets for gtkmm.

%package -n %libname
Group:System/Libraries
Summary: Collection of widgets for gtkmm

%description -n %libname
This is a collection of widgets for gtkmm.

%package -n %libname-devel
Group:Development/C++
Summary: Collection of widgets for gtkmm
Requires: %libname = %{version}
Provides: libsexymm-devel = %{version}-%{release}
%description -n %libname-devel
This is a collection of widgets for gtkmm.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %libname
%{_libdir}/*.so.%{major}*

%files -n %libname-devel
%doc ChangeLog AUTHORS NEWS
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/%{name}
%{_libdir}/pkgconfig/*


%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.1.9-7
- (fe4d695) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10686 |14cu|libsmf-1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname -d %{name}

Name:		libsmf
Version:	1.3
Release:	1
Summary:	Library for handling SMF ("*.mid") files
Group:		System/Libraries
License:	BSD
Source:		libsmf-1.3.tar.xz
URL:		http://sourceforge.net/projects/libsmf/files/libsmf/
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: readline-devel

%description
LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
It transparently handles conversions between time and pulses, tempo
map handling etc. The only dependencies are C compiler and glib. Full
API documentation and examples are included.

%package -n %{libname}
Summary:	Library for handling SMF ("*.mid") files
Group:		System/Libraries

%description -n %{libname}
LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
It transparently handles conversions between time and pulses, tempo
map handling etc. The only dependencies are C compiler and glib. Full
API documentation and examples are included.


%package -n %{develname}
Summary:	Development headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{develname}
LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
It transparently handles conversions between time and pulses, tempo
map handling etc. The only dependencies are C compiler and glib. Full
API documentation and examples are included.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%{_bindir}/smfsh
%{_mandir}/man1/smfsh.1*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/smf.pc


%changelog

* Sun Jun 25 2017 Denis Silakov <denis.silakov@rosalab.ru> 1.3-1
- (aaf1dcc) Fix group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10687 |14cu|libsodium-1.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 17
%define libname %mklibname sodium %{major}
%define devname %mklibname sodium -d

Name:           libsodium
Version:        1.0.6
Release:        1
Group:          System/Libraries
Summary:        The Sodium crypto library
License:        ISC
URL:            http://libsodium.org/
Source0:        http://download.libsodium.org/libsodium/releases/%{name}-%{version}.tar.gz

%description
Sodium is a new, easy-to-use software library for encryption, decryption, 
signatures, password hashing and more. It is a portable, cross-compilable, 
installable, packageable fork of NaCl, with a compatible API, and an extended 
API to improve usability even further. Its goal is to provide all of the core 
operations needed to build higher-level cryptographic tools. The design 
choices emphasize security, and "magic constants" have clear rationales.

The same cannot be said of NIST curves, where the specific origins of certain 
constants are not described by the standards. And despite the emphasis on 
higher security, primitives are faster across-the-board than most 
implementations of the NIST standards.

%package -n     %{libname}
Summary:        The Sodium crypto library
Group:          System/Libraries

%description -n %{libname}
Sodium is a new, easy-to-use software library for encryption, decryption, 
signatures, password hashing and more. It is a portable, cross-compilable, 
installable, packageable fork of NaCl, with a compatible API, and an extended 
API to improve usability even further. Its goal is to provide all of the core 
operations needed to build higher-level cryptographic tools. The design 
choices emphasize security, and "magic constants" have clear rationales.

The same cannot be said of NIST curves, where the specific origins of certain 
constants are not described by the standards. And despite the emphasis on 
higher security, primitives are faster across-the-board than most 
implementations of the NIST standards.

%package -n     %{devname}
Summary:        Development related files of %{name}
Group:          Development/C
Provides:       %{name}-devel = %{version}-%{release}
Requires:       %{libname} = %{EVRD}

%description -n %{devname}
This package contains headers and other necessary files to develop.
or compile applications that use %{name}.


%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-silent-rules
%make

%install
%makeinstall_std

%check
make check

%files -n %{libname}
%doc LICENSE
%{_libdir}/libsodium.so.%{major}*

%files -n %{devname}
%doc AUTHORS ChangeLog README.markdown THANKS
%doc test/default/*.{c,h}
%{_includedir}/sodium.h
%{_includedir}/sodium/
%{_libdir}/libsodium.so
%{_libdir}/pkgconfig/libsodium.pc

%changelog

* Thu Nov 19 2015 Denis Silakov <dsilakov@gmail.com> 1.0.6-1
- (992269f) Updated to 1.0.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10688 |14cu|libspectrum-1.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 8
%define libname %mklibname spectrum %{major}
%define devname %mklibname spectrum -d

Summary:	Library to work with ZX Spectrum emulator files
Name:		libspectrum
Version:	1.3.3
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://fuse-emulator.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(zlib)

%description
libspectrum is a fairly simple library designed to make the handling
of various ZX Spectrum emulator-related file formats easy.  So far it
handles:

* Snapshots: .z80, .szx, .sna (all read/write), .zxs, .sp., .snp and
  +D snapshots (read only).
* Tape images: .tzx, .tap (read/write) and Warajevo .tap (read only).
* Input recordings: .rzx (read/write).
* Timex cartridges: .dck (read only).
* IDE hard disk images: .hdf (read/write).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to work with ZX Spectrum emulator files
Group:		System/Libraries

%description -n %{libname}
libspectrum is a library which is designed to make the input and
output of ZX Spectrum emulator files slightly easier than it would be
otherwise. It should hopefully compile and run on Unix-based systems,
Win32 and Mac OS X.

Currently supported are:

* Snapshots: .z80, .szx, .sna (all read/write), .zxs, .sp., .snp and
  +D snapshots (read only).
* Tape images: .tzx, .tap (read/write) and Warajevo .tap (read only).
* Input recordings: .rzx (read/write).
* Timex cartridges: .dck (read only).
* IDE hard disk images: .hdf (read/write).

This package provides the libraries to handle ZX Spectrum emulator files.

%files -n %{libname}
%{_libdir}/libspectrum.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for programs which will use the libspectrum library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides the necessary development libraries and include
files to allow you to develop with libspectrum.

%files -n %{devname}
%doc COPYING README doc/libspectrum.txt
%{_libdir}/libspectrum.so
%{_includedir}/%{name}.h
%{_mandir}/man3/%{name}.3*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%changelog

* Sat May 06 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.3-1
- (44afc37) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10689 |14cu|libspf2-1.2.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname	%mklibname spf %{major}

Summary:	Implementation of the SPF specification
Name:		libspf2
Version:	1.2.10
Release:	6
License:	BSD
Group:		System/Libraries
URL:		http://www.libspf2.org/
Source0:	http://www.libspf2.org/spf/%{name}-%{version}.tar.gz

%description
libspf2 is an implementation of the SPF (Sender Policy Framework)
specification as found at:
http://www.ietf.org/internet-drafts/draft-mengwong-spf-00.txt
SPF allows email systems to check SPF DNS records and make sure
that an email is authorized by the administrator of the domain
name that it is coming from. This prevents email forgery, commonly
used by spammers, scammers, and email viruses/worms.

A lot of effort has been put into making it secure by design, and
a great deal of effort has been put into the regression tests.

%if "%{_lib}" != "lib"
%package -n	%{libname}
Summary:	Implementation of the SPF specification
Group:		System/Libraries

%description -n	%{libname}
libspf2 is an implementation of the SPF (Sender Policy Framework)
specification as found at:
http://www.ietf.org/internet-drafts/draft-mengwong-spf-00.txt
SPF allows email systems to check SPF DNS records and make sure
that an email is authorized by the administrator of the domain
name that it is coming from. This prevents email forgery, commonly
used by spammers, scammers, and email viruses/worms.

A lot of effort has been put into making it secure by design, and
a great deal of effort has been put into the regression tests.
%endif

%package -n	%{libname}-devel
Summary:	Development tools needed to build programs that use libspf2
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{libname}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{libname}-devel
The libspf2-devel package contains the header files and static
libraries necessary for developing programs using the libspf2
(Sender Policy Framework) library.

If you want to develop programs that will look up and process SPF
records, you should install libspf2-devel. You also need to
install the libspf2 package.

%package -n	spf2-utils
Summary:	Programs for making SPF queries using libspf2
Group:		System/Servers

%description -n	spf2-utils
Programs for making SPF queries and checking their results using
libspf2.

%prep

%setup -q

%build

# The configure script checks for the existence of __ns_get16 and uses the
# system-supplied version if found, otherwise one from src/libreplace.
# However, this function is marked GLIBC_PRIVATE in recent versions of glibc
# and shouldn't be called even if the configure script finds it. So we make
# sure that the configure script always uses the version in src/libreplace.
# This prevents us getting an unresolvable dependency in the built RPM.
cat > config.cache << EOF
ac_cv_func___ns_get16=no
EOF

%configure2_5x \
    --cache-file=config.cache

%make

%install
rm -rf %{buildroot}

%makeinstall_std

# install all headers
install -m0644 src/include/*.h %{buildroot}%{_includedir}/spf2/

# these binaries are needed by the tests above
rm -f %{buildroot}%{_bindir}/*_static

# rename the binaries to prevent file conflicts
cd  %{buildroot}%{_bindir}
    for f in *; do mv ${f} ${f}2; done
cd -

%files -n %{libname}
%doc README INSTALL LICENSES TODO
%{_libdir}/lib*.so.%{major}*

%files -n %{libname}-devel
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/spf2

%files -n spf2-utils
%{_bindir}/spfd2
%{_bindir}/spfquery2
%{_bindir}/spftest2
%{_bindir}/spf_example2



%changelog

* Thu Aug 20 2015 dsilakov <denis.silakov@rosalab.ru> 1.2.10-6
- (250877d) Merge pull request #1 from aabatrakov/libspf2:rosa2014.1
- (250877d) Update (Alexey Batrakov)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10690 |14cu|libspnav-0.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname spnav

%define major 0
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Summary:	library to access 3D-input-devices
Name:		libspnav
Version:	0.2.3
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://spacenav.sourceforge.net/
Source0:	http://download.sourceforge.net/spacenav/%{name}-%{version}.tar.gz
Patch0:		libspnav-0.2.3-lib_links.patch
BuildRequires:	pkgconfig(x11)

%description
The libspnav library is provided as a replacement of the magellan library. It
provides a cleaner, and more orthogonal interface. libspnav supports both the
original X11 protocol for communicating with the driver, and the new
alternative non-X protocol. Programs that choose to use the X11 protocol, are
automatically compatible with either the free spacenavd driver or the official
3dxserv, as if they were using the magellan SDK.

Also, libspnav provides a magellan API wrapper on top of the new API. So, any
applications that were using the magellan library, can switch to libspnav
without any changes. And programmers that are familliar with the magellan API
can continue using it with a free library without the restrictions of the
official SDK.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to access 3D-input-devices
Group:		System/Libraries

%description -n %{libname}
The libspnav library is provided as a replacement of the magellan library. It
provides a cleaner, and more orthogonal interface. libspnav supports both the
original X11 protocol for communicating with the driver, and the new
alternative non-X protocol. Programs that choose to use the X11 protocol, are
automatically compatible with either the free spacenavd driver or the official
3dxserv, as if they were using the magellan SDK.

Also, libspnav provides a magellan API wrapper on top of the new API. So, any
applications that were using the magellan library, can switch to libspnav
without any changes. And programmers that are familliar with the magellan API
can continue using it with a free library without the restrictions of the
official SDK.

%files -n %{libname}
%{_libdir}/libspnav.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{oname}-devel = %{EVRD}

%description -n %{devname}
libspnav - library to access 3D-input-devices.

This package contains development files.

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
sed -i "s/libdir=lib/libdir=%{_lib}/g" configure
%configure2_5x \
	--disable-static
sed -i "s/CFLAGS =/CFLAGS +=/g" Makefile
%make

%install
%makeinstall_std

chmod 755 %{buildroot}%{_libdir}/*.so.*
chmod 644 %{buildroot}%{_includedir}/*.h

# Remove static library
rm -f %{buildroot}%{_libdir}/%{name}.a

%changelog

* Sun Apr 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.3-1
- (58b36e1) Minor spec style adjustment



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10691 |14cu|libsrtp-1.5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname srtp %{major}
%define develname %mklibname -d srtp
%define _disable_rebuild_configure 1

Summary:	Secure Real-time Transport Protocol (SRTP)
Name:		libsrtp
Version:	1.5.3
Release:	1
License:	GPL
Group:		System/Libraries
URL:		https://github.com/cisco/libsrtp/
Source0:	https://github.com/cisco/libsrtp/releases/v%{version}.tar.gz
BuildRequires:	autoconf automake libtool

%description
SRTP is a security profile for RTP that adds confidentiality, message
authentication, and replay protection to that protocol. It is specified
in RFC 3711.

%package -n	%{libname}
Summary:	Secure Real-time Transport Protocol (SRTP) library
Group:          System/Libraries

%description -n	%{libname}
SRTP is a security profile for RTP that adds confidentiality, message 
authentication, and replay protection to that protocol. It is specified 
in RFC 3711.

%package -n	%{develname}
Summary:	Development files for the SRTP library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	srtp-devel = %{version}-%{release}

%description -n	%{develname}
SRTP is a security profile for RTP that adds confidentiality, message
authentication, and replay protection to that protocol. It is specified 
in RFC 3711.

This package contains the development files for the Secure Real-time Transport
Protocol (SRTP) library

%prep

%setup -q
%apply_patches

%build

%configure \
	--enable-syslog \
	--enable-generic-aesicm

%make libsrtp.so.%{major}

%install
%makeinstall_std

%files -n %{libname}
%doc CHANGES README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc CHANGES README
%{_includedir}/srtp/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libsrtp.pc



%changelog

* Fri Jan 29 2016 Denis Silakov <dsilakov@gmail.com> 1.5.3-1
- (e01c8e2) Updated to 1.5.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10692 |14cu|libss7-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname %mklibname ss7 _%{major}
%define develname %mklibname ss7 -d

Summary:	Provides SS7 protocol services to applications
Name:		libss7
Version:	2.0.0
Release:	1
License:	GPL
Group:		System/Libraries
URL:		http://www.asterisk.org/
Source0:	http://ftp.digium.com/pub/libss7/%{name}-%{version}.tar.gz

%description
libss7 is a userspace library that is used for providing SS7 protocol services
to applications.  It has a working MTP2, MTP3, and ISUP for ITU and ANSI style
SS7, however it was written in a manner that will easily allow support for
other various national specific variants in the future.  For a working
reference implementation, see the various link test programs, as well as the
Asterisk Open Source PBX.

%package -n	%{libname}
Summary:	Provides SS7 protocol services to applications
Group:          System/Libraries

%description -n	%{libname}
libss7 is a userspace library that is used for providing SS7 protocol services
to applications.  It has a working MTP2, MTP3, and ISUP for ITU and ANSI style
SS7, however it was written in a manner that will easily allow support for
other various national specific variants in the future.  For a working
reference implementation, see the various link test programs, as well as the
Asterisk Open Source PBX.

%package -n	%{develname}
Summary:	Development libraries and headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	ss7-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
libss7 is a userspace library that is used for providing SS7 protocol services
to applications.  It has a working MTP2, MTP3, and ISUP for ITU and ANSI style
SS7, however it was written in a manner that will easily allow support for
other various national specific variants in the future.  For a working
reference implementation, see the various link test programs, as well as the
Asterisk Open Source PBX.

This package contains all of the development files that you will need in order
to compile %{name} applications.

%prep

%setup -q

# lib64 fix
find -name "Makefile" | xargs perl -pi -e 's|\$\(INSTALL_BASE\)/lib|\$\(INSTALL_BASE\)/%{_lib}|g'

%build

%make CFLAGS="%{optflags} -fPIC -DPIC -D_REENTRANT"

%install
make \
    INSTALL_PREFIX="%{buildroot}" \
    install

# cleanup
rm -f %{buildroot}%{_libdir}/*.a

%files -n %{libname}
%doc ChangeLog README NEWS*
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_includedir}/*.h
%{_libdir}/*.so





%changelog

* Sat Jan 30 2016 Denis Silakov <dsilakov@gmail.com> 2.0.0-1
- (04244d1) Updated to 2.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10693 |14cu|libsysstat-0.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define beta %{nil}
%define scmrev %{nil}
%define api_ver 5
%define libname %mklibname sysstat-qt %{api_ver} %{major}
%define devname %mklibname sysstat-qt %{api_ver} -d
%define oldlibname %mklibname sysstat-qt%{api_ver} %{major}
%define olddevname %mklibname sysstat-qt%{api_ver} -d
%define qt4libname %mklibname sysstat %{major}
%define qt4devname %mklibname sysstat -d

Name: libsysstat
Version: 0.3.2
%if "%{beta}" == ""
%if "%{scmrev}" == ""
Release: 1
Source0: https://downloads.lxqt.org/libsysstat/%{version}/%{name}-%{version}.tar.xz
%else
Release: 0.%{scmrev}.2
Source0: %{name}-%{scmrev}.tar.xz
%endif
%else
%if "%{scmrev}" == ""
Release: 0.%{beta}.2
Source0: %{name}-%{version}%{beta}.tar.xz
%else
Release: 0.%{beta}.%{scmrev}.2
Source0: %{name}-%{scmrev}.tar.xz
%endif
%endif
Summary: System status library for LXQt
URL: http://lxqt.org/
License: GPL
Group: System/Libraries
BuildRequires: cmake
BuildRequires: qmake5
BuildRequires: qt5-devel
BuildRequires: qt5-linguist-tools
BuildRequires: pkgconfig(Qt5X11Extras)

%description
System status library for LXQt

%package -n %{libname}
Summary: System status library for LXQt
Group: System/Libraries
%rename %{qt4libname}
%rename %{oldlibname}

%description -n %{libname}
System status library for LXQt

%package -n %{devname}
Summary: Development files for %{name}
Group: Development/C
Requires: %{libname} = %{EVRD}
%rename %{qt4devname}
%rename %{olddevname}

%description -n %{devname}
Development files (Headers etc.) for %{name}.

%prep
%if "%{scmrev}" == ""
%setup -q -n %{name}-%{version}%{beta}
%else
%setup -q -n %{name}-%{scmrev}
%endif
%cmake -DUSE_QT5:BOOL=ON

%build
%make -C build

%install
%makeinstall_std -C build

# Drop double slash from pc files
sed -i 's#//usr#/usr#' %{buildroot}%{_libdir}/pkgconfig/*pc


%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/cmake/sysstat-qt5

%changelog

* Tue Sep 27 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-1
- (f275e39) Updated to 0.3.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10694 |14cu|libtaginfo-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname taginfo %{major}
%define devname %mklibname taginfo -d

%define major_c 0
%define libname_c %mklibname taginfo_c %{major_c}

Summary:	A library for reading media metadata (tags)
Name:		libtaginfo
Version:	0.2.0
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		https://bitbucket.org/shuerhaaken/libtaginfo
Source0:	https://bitbucket.org/shuerhaaken/libtaginfo/downloads/libtaginfo-%{version}.tar.gz

BuildRequires:	pkgconfig(taglib_c)


%description
TagInfo is a convenience wrapper for taglib with C and vala bindings.

Features are reading/writing fields like: Artist, Album, Title, Genre,
AlbumArtist, Comments, Disk number, Compilation flag, User labels,
Embedded Images, Lyrics, Audio properties (length, bitrate,
samplerate, channels ...), ...

#------------------------------------------------------------------

%package -n     %{libname}
Summary:	Taginfo shared library
Group:		System/Libraries

%description -n %{libname}
Taginfo shared library.

%files -n %{libname}
%doc COPYING AUTHORS NEWS README TODO
%{_libdir}/libtaginfo.so.%{major}*

#------------------------------------------------------------------

%package -n     %{libname_c}
Summary:	Taginfo_c shared library
Group:		System/Libraries

%description -n %{libname_c}
%{libname_c} shared library.

%files -n %{libname_c}
%{_libdir}/libtaginfo_c.so.%{major_c}*

#------------------------------------------------------------------

%package -n     %{devname}
Summary:	Taginfo development files
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libname_c} = %{EVRD}

%description -n %{devname}
Taginfo development files.

%files -n %{devname}
%doc examples
%{_includedir}/*
%{_libdir}/*.so
%dir %{_libdir}/libtaginfo
%{_libdir}/libtaginfo/include
%{_libdir}/pkgconfig/libtaginfo*.pc
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/libtaginfo_c.vapi

#------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%check
make check



%changelog
* Thu Nov 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-1
+ Revision: a4c5682
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10695 |14cu|libtcod-1.6.0-40125c08ce3c.0.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   0
%define libname %mklibname tcod %{major}
%define devname %mklibname tcod -d
%define staticname %mklibname tcod -d -s
%define git 40125c08ce3c

Name:           libtcod
Version:        1.6.0
Release:        %{git}.0.1
Summary:        Color console, input management and other tools for roguelike games
Group:          System/Libraries
License:        BSD
Url:            http://roguecentral.org/doryen/libtcod/
# https://bitbucket.org/libtcod/libtcod/downloads?tab=tags
Source0:        https://bitbucket.org/libtcod/libtcod/get/1.6.0-pre1.tar.bz2
# debian patches
Patch0:         0001-Use-global-zlib.h.patch
Patch1:         0002-Fix-soname.patch
Patch2:         0003-Fix-spelling-errors.patch
Patch3:         0004-Fix-cppcheck.patch
Patch4:         0005-Fix-warnings.patch

BuildRequires:  pkgconfig(sdl2)
BuildRequires:  pkgconfig(zlib)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  upx
BuildRequires:  pkgconfig(python)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pythonegg(setuptools)


%description
libtcod, a.k.a. "The Doryen Library", is a free, fast, portable and
uncomplicated API for roguelike developpers providing an advanced
true color console, input, and lots of other utilities frequently
used in roguelikes.

#----------------------------------------------------------------------

%package -n     %{libname}
Summary:        Color console, input management and other tools for roguelike games
Group:          System/Libraries

%description -n %{libname}
libtcod, a.k.a. "The Doryen Library", is a free, fast, portable and
uncomplicated API for roguelike developpers providing an advanced
true color console, input, and lots of other utilities frequently
used in roguelikes.

%files -n       %{libname}
%doc *.txt *.md
%{_libdir}/%{name}*.so.%{major}
%{_libdir}/%{name}*.so.0.0.0
#----------------------------------------------------------------------

%package -n     %{devname}
Summary:        Development headers for %{name}
Group:          Development/C
Requires:       %{libname} = %{EVRD}
Provides:       %{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development headers and libraries for %{name}.

%files -n       %{devname}
%doc doc/
%{_includedir}/%{name}/
%{_libdir}/%{name}*.so
%{_libdir}/pkgconfig/%{name}.pc
#----------------------------------------------------------------------

%package -n %{staticname}

Summary:	Static development files for %{name}
Group:		Development/Other
Provides:	%{name}-devel-static = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}
Requires:	%{devname} = %{EVRD}

%description -n %{staticname}
This package contains the static development files for %{name}. 

%files -n %{staticname}
%doc build/README.txt
%{_libdir}/*.a
#----------------------------------------------------------------------
%package python

Summary:	Python bindings for %{name}
Group:		Development/Python
BuildArch:      noarch

%description  python
Python bindings for %{name}.

%files  python
%doc python/samples_py.py
%{py_puresitedir}/*
#----------------------------------------------------------------------

%prep
%setup -qn %{name}-%{name}-%{git}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
iconv -f iso8859-1 -t utf-8 LIBTCOD-CREDITS.txt > LIBTCOD-CREDITS.txt.conv && \
  mv -f LIBTCOD-CREDITS.txt.conv LIBTCOD-CREDITS.txt

%build
cd build/autotools
./run_autotools.sh
autoreconf -fiv
%configure2_5x
%make 

cd gui
%make 


%install
%makeinstall_std -C build/autotools 
%makeinstall_std -C build/autotools/gui
cd python
%{__python} setup.py install --root=%{buildroot} --skip-build


# pkg-config entry
install -d %{buildroot}%{_libdir}/pkgconfig
cat << EOF > %{buildroot}%{_libdir}/pkgconfig/%{name}.pc
prefix=%{_prefix}
exec_prefix=\${prefix}
includedir=\${exec_prefix}/include
libdir=\${exec_prefix}/%{_lib}

Name: %{name}
Description: Color console, input management and other tools for roguelike games
Version: %{version}
Libs: -L\${libdir} -ltcod
Libs.private: -lz -lSDL2
Cflags: -I\${includedir}/%{name}
EOF

%changelog

* Sun Aug 21 2016 abfonly <abfonly@gmail.com> 1.6.0-40125c08ce3c.0.1
- (a6e9b0b) Fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10696 |14cu|libticables2-1.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname ticables2 %{major}
%define develname %mklibname ticables2 -d

Name:		libticables2
Version:	1.3.4
Release:	1
Url:		http://sourceforge.net/projects/tilp
Source0:	http://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.17/%{name}-%{version}.tar.bz2
Group:		System/Libraries
License:	GPLv2+
BuildRequires:	libusb1-devel, pkgconfig(glib-2.0)
BuildRequires:	autoconf automake libtool gettext-devel pkgconfig(libusb)
Requires:	udev >= 154
Summary:	Library for handling TI link cables
%description
Library for handling TI link cables

%package  -n %{develname}
Summary: Development files for %{name}
Group: Development/C
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release} 

%description -n %{develname}
This package contains the files necessary to develop applications using the
%{name} library.

%package  -n %{libname}
Summary: Development files for %{name}
Group: System/Libraries

%description -n %{libname}
This package contains the files necessary to develop applications using the
%{name} library.

%prep
%setup -q
autoreconf -i -f

%build
%configure2_5x --enable-libusb10
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/lib/udev/rules.d
cat >%{buildroot}/lib/udev/rules.d/69-libticables.rules <<EOF
# This file was installed by the libticables2 Fedora package.

ACTION!="add", GOTO="libticables_end"

# serial device (assume TI calculator)
KERNEL=="ttyS[0-3]", TAG+="udev-acl"
# parallel device (assume TI calculator)
SUBSYSTEM=="ppdev", TAG+="udev-acl"
# SilverLink
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e001", TAG+="udev-acl"
# TI-84+ DirectLink
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e003", TAG+="udev-acl"
# TI-89 Titanium DirectLink
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e004", TAG+="udev-acl"
# TI-84+ SE DirectLink
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e008", TAG+="udev-acl"
# TI-Nspire DirectLink
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e012", TAG+="udev-acl"

LABEL="libticables_end"
EOF

%files -n %{libname}
%{_libdir}/libticables2.so.%{major}*
/lib/udev/rules.d/69-libticables.rules

%files -n %{develname}
%{_includedir}/tilp2
%{_libdir}/libticables2.so
%{_libdir}/pkgconfig/ticables2.pc
%{_datadir}/locale/fr/LC_MESSAGES/%{name}.mo

%changelog

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 1.3.4-1
- (22bae2d) Updated to 1.3.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10697 |14cu|libticalcs-1.1.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libticalcs2

%define api 2
%define major 11
%define libname %mklibname ticalcs %{api} %{major}
%define develname %mklibname -d ticalcs

Summary:	Library to handle the different TI calculators
Name:		libticalcs
Version:	1.1.8
Release:	1
Epoch:		1
License:	LGPLv2+
Group:		Communications
URL:		http://tilp.sourceforge.net/
Source:		http://prdownloads.sourceforge.net/tilp/%{oname}-%{version}.tar.bz2 
BuildRequires:	pkgconfig(ticables2)
BuildRequires:	pkgconfig(tifiles2)

%description
The TiCalcs library is a part of the TiLP project and constitutes with
the other libraries a complete framework for developping and/or linking
TI files oriented applications.

It is a library which brings about all the functions needed to communicate
with a Texas Instruments graphing calculator (or hand-held), without
worrying about packet oriented protocol, the file management and some
other stuffs. Currently, it does not support some education devices
(such as CBL/CBR and others).

It supports all currently available calculators and their associated file
formats:
- TI8x calculators: TI73, 82, 83, TI83+, 85 and 86 (with 2 sub-classes:
  TI73/83+ and 85/86).
- TI9x calculators: TI89, 92, 92+ and V200PLT.

%package	-n %{libname}
Summary:	Library to handle different TI calculators
Group:		System/Libraries


%description	-n %{libname}
The TiCalcs library is a part of the TiLP project and constitutes with
the other libraries a complete framework for developping and/or linking
TI files oriented applications.

It is a library which brings about all the functions needed to communicate
with a Texas Instruments graphing calculator (or hand-held), without
worrying about packet oriented protocol, the file management and some
other stuffs. Currently, it does not support some education devices
(such as CBL/CBR and others).

It supports all currently available calculators and their associated file
formats:
- TI8x calculators: TI73, 82, 83, TI83+, 85 and 86 (with 2 sub-classes:
  TI73/83+ and 85/86).
- TI9x calculators: TI89, 92, 92+ and V200PLT.


%package	-n %{develname}
Summary:	Development related files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{epoch}:%{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d ticalcs 4

%description	-n %{develname}
This package contains headers and other necessary files to develop 
or compile applications that use %{name}.

%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x --enable-static=yes
%make

%install
%makeinstall_std gnulocaledir=%{buildroot}%{_datadir}/locale

#fix conflicts with libticables-devel
rm -f %{buildroot}%{_includedir}/tilp/export.h

%find_lang %{oname}

%files -f %{oname}.lang

%files -n %{libname}
%doc COPYING
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc AUTHORS ChangeLog README
%{_includedir}/tilp2/*
%{_libdir}/*.a
# %{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc





%changelog

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 1:1.1.8-1
- (55dec7e) Updated to 1.1.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10698 |14cu|libticonv-1.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define libname %mklibname ticonv %{major}
%define develname %mklibname ticonv -d

Summary:	Communicate with TI calculators
Name:		libticonv
Version:	1.1.4
Release:	1
Group:		System/Libraries
License:	GPLv2+
URL:		http://lpg.ticalc.org/prj_tilp
Source0:	%{name}-%{version}.tar.bz2
Patch0:		libticonv-foreign_package.patch
BuildRequires:	dos2unix
BuildRequires:	glib2-devel

%description
Communicate with TI calculators.

%package -n %{libname}
Summary:	Communicate with TI calculators
Group:		System/Libraries

%description -n %{libname}
Communicate with TI calculators.

%package -n %{develname}
Summary:	Development package for libticalcs library
Group:		Development/C
Provides:	ticonv-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname ticonv 1 -d}

%description -n %{develname}
This package contains the header files and static libraries needed to
develop applications with libticalcs.

%prep
%setup -q 
for i in ChangeLog AUTHORS README LOGO; do
    dos2unix $i
    iconv -f iso-8859-1 -t UTF-8 -o xxx $i && mv xxx $i
done

%build
%configure2_5x 

%make

%install
%makeinstall_std

%files -n %{libname} 
%doc ChangeLog AUTHORS README LOGO
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_includedir}/tilp2
# %{_libdir}/*.*
%{_libdir}/*.so
%{_libdir}/pkgconfig/ticonv.pc

%changelog

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 1.1.4-1
- (22bfabe) Updated to 1.1.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10699 |14cu|libtifiles2-1.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 9
%define libname %mklibname tifiles2 %{major}
%define develname %mklibname tifiles2 -d

Name:		libtifiles2
Version:	1.1.6
Release:	2
Url:		http://sourceforge.net/projects/tilp
Source0:	http://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.17/%{name}-%{version}.tar.bz2
Group:		System/Libraries
License:	GPLv2+
BuildRequires:	libusb1-devel, pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(ticalcs2) pkgconfig(ticonv) 
BuildRequires:	autoconf automake libtool gettext-devel pkgconfig(libusb)
BuildRequires:	pkgconfig(libarchive)
Requires:	udev >= 154
Summary:	Library for handling TI link cables
Obsoletes:	%{_lib}tifiles8

%description
Library for handling TI link cables

%package  -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release} 

%description -n %{develname}
This package contains the files necessary to develop applications using the
%{name} library.

%package  -n %{libname}
Summary: Development files for %{name}
Group: System/Libraries

%description -n %{libname}
This package contains the files necessary to develop applications using the
%{name} library.

%prep
%setup -q
autoreconf -i -f

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %libname
%{_libdir}/libtifiles2.so.%{major}*

%files -n %develname
%{_includedir}/tilp2
%{_libdir}/libtifiles2.so
%{_libdir}/pkgconfig/tifiles2.pc
%{_datadir}/locale/fr/LC_MESSAGES/*.mo

%changelog

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 1.1.6-2
- (936f986) Added libarchive BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10700 |14cu|libtorrent-0.13.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 19
%define libname %mklibname torrent %major
%define libnamedev %mklibname -d torrent

Name:		libtorrent
Version:	0.13.6
Release:	1
Summary:	BitTorrent library written in C++ for *nix
License:	GPLv2+
Group:		Networking/File transfer
URL:		https://rakshasa.github.io/rtorrent/
Source0:	http://rtorrent.net/downloads/%{name}-%{version}.tar.gz
Patch0:		libtorrent-0.13.1-fix-linking.patch
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires: 	pkgconfig(openssl)
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	cppunit-devel

%description
LibTorrent is a BitTorrent library written in C++ for *nix. It is designed to
avoid redundant copying and storing of data that other clients and libraries
suffer from. Licensed under the GPL.

Basic features have been implemented and a ncurses client is included. Sloppy
and biased test runs have shown that transferring a 200 MB file with libTorrent
uses 1/4 of the CPU time that the official BitTorrent client requires.

The library and client are under heavy development. They are stable enough to
handle any torrents I throw at them these days. 

%package -n %{libname}
Summary:	BitTorrent library written in C++ for *nix
Group:		System/Libraries
Provides: %{name} = %{version}-%{release}

%description -n %libname
LibTorrent is a BitTorrent library written in C++ for *nix. It is designed to
avoid redundant copying and storing of data that other clients and libraries
suffer from. Licensed under the GPL.

Basic features have been implemented and a ncurses client is included. Sloppy
and biased test runs have shown that transferring a 200 MB file with libTorrent
uses 1/4 of the CPU time that the official BitTorrent client requires.

The library and client are under heavy development. They are stable enough to
handle any torrents I throw at them these days. 

Authors:
--------
    Jari Sundell <jaris@ifi.uio.no>

%package -n %{libnamedev}
Summary:	BitTorrent library written in C++ for *nix
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
# for some reason doesn't provide pkgconfig...
Provides:   pkgconfig(libtorrent) = %{version}-%{release}
Obsoletes:	%mklibname -d %name 10

%description -n %libnamedev
LibTorrent is a BitTorrent library written in C++ for *nix. It is designed to
avoid redundant copying and storing of data that other clients and libraries
suffer from. Licensed under the GPL.

Basic features have been implemented and a ncurses client is included. Sloppy
and biased test runs have shown that transferring a 200 MB file with libTorrent
uses 1/4 of the CPU time that the official BitTorrent client requires.

The library and client are under heavy development. They are stable enough to
handle any torrents I throw at them these days. 

Authors:
--------
    Jari Sundell <jaris@ifi.uio.no>

%prep
%setup -q
%apply_patches

autoreconf -fi

%build
export CFLAGS=$(echo %{optflags}|sed s/O2/O3/)
export CXXFLAGS=$(echo %{optflags}|sed s/O2/O3/)
%configure2_5x --with-posix-fallocate
%make

%install 
%makeinstall_std

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{libnamedev}
%{_libdir}/lib*.so
%{_includedir}/torrent/
%{_libdir}/pkgconfig/%{name}.pc



%changelog

* Thu Dec 31 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.13.6-1
- (8421938) Update to 0.13.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10701 |14cu|libtuxcap-1.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major 4.0
%define		libname		%mklibname tuxcap %{major}
%define		develname	%mklibname tuxcap -d
Name:		libtuxcap
Version:	1.4.0
Release:	4
License:	BSD
Summary:	Port of the PopCap Games Framework used for 2D game development
Group:		System/Libraries
Url:		http://sourceforge.net/projects/tuxcap/
Source:		%{name}-%{version}.tar.gz
Patch0:		libtuxcap-1.4.0-includes.patch
Patch1:		libtuxcap-1.4.0-libdir.patch
Patch2:		libtuxcap-1.4.0-imagemagick.patch

BuildRequires:	cmake
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:  imagemagick
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(python)

%description
The TuxCap Games Framework is a GNU/Linux and Mac OSX port of the PopCap
Games Framework used for 2D game development. It comes with PyCap Python
bindings, a fast 2D physics engine, a particle engine, widgets and many
documented examples.

%package -n %{libname}
Group:		System/Libraries
Summary:	Port of the PopCap Games Framework used for 2D game development

%description -n %{libname}
The TuxCap Games Framework is a GNU/Linux and Mac OSX port of the PopCap
Games Framework used for 2D game development. It comes with PyCap Python
bindings, a fast 2D physics engine, a particle engine, widgets and many
documented examples.

%package -n %{develname}
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Summary:	Development headers for %{name}

%description -n %{develname}
Development headers for TuxCap Games Framework

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%__sed -i '/pythondemo1/d' tuxcap/CMakeLists.txt

%build
%cmake
%make

%install

%makeinstall_std -C build

rm -fr %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc AUTHORS CHANGELOG COPYRIGHT README TODO doc/*
%{_includedir}/*
%{_libdir}/*.so


%changelog

* Thu Dec 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-4
- (d00a29e) Rebuild with new imagemagick



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10702 |14cu|libvisual-projectm-2.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname projectM_libvisual

Summary:	Visualization module for libvisual based on projectM
Name:		libvisual-projectm
Version:	2.0.1
Release:	5
License:	LGPLv2+
Group:		System/Libraries
Url:		http://xmms-projectm.sourceforge.net/
#new source file, from http://sourceforge.net/projects/projectm/files/2.1.0/
Source0:	http://downloads.sourceforge.net/project/projectm/2.1.0/%{oname}-%{version}-Source.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(libprojectM)
BuildRequires:	pkgconfig(libvisual-0.4)
BuildRequires:	pkgconfig(sdl)

%description
projectM is a reimplementation of Milkdrop under OpenGL.

%files
%doc AUTHORS ChangeLog
%{_libdir}/libvisual-0.4/actor/libprojectM_libvisual.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}-Source

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.1-5
- (d7747be) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10703 |14cu|libwbxml-0.11.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname wbxml2_ %{major}
%define devname %mklibname wbxml -d

Summary:	WBXML parser and compiler library
Name:		libwbxml
Version:	0.11.3
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://libwbxml.opensync.org
Source0:	http://downloads.sourceforge.net/project/libwbxml/libwbxml/%{version}/%{name}-%{version}.tar.bz2
Patch0:		libwbxml-0.11.3-AUTHORS-file-was-removed.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(zlib)
Requires:	expat

%description
The WBXML Library (libwbxml) contains a library and its associated tools to
parse, encode and handle WBXML documents. The WBXML format is a binary
representation of XML, defined by the Wap Forum, and used to reduce bandwidth
in mobile communications.

%files
%doc ChangeLog
%{_bindir}/wbxml2xml
%{_bindir}/xml2wbxml

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for parsing WAP Binary XML
Group:		System/Libraries
Conflicts:	%{_lib}wbxml1 < 0.11.3
Obsoletes:	%{_lib}wbxml1 < 0.11.3

%description -n %{libname}
The WBXML Library (libwbxml) contains a library and its associated tools to
parse, encode and handle WBXML documents. The WBXML format is a binary
representation of XML, defined by the Wap Forum, and used to reduce bandwidth
in mobile communications.

This package contains just the library for use by other applications.

%files -n %{libname}
%{_libdir}/libwbxml2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Library for developing applications that parse WAP Binary XML
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	wbxml-devel = %{EVRD}

%description -n %{devname}
The WBXML Library (libwbxml) contains a library and its associated tools to
parse, encode and handle WBXML documents. The WBXML format is a binary
representation of XML, defined by the Wap Forum, and used to reduce bandwidth
in mobile communications.

This package contains the headers and other development files required to
compile applications that need to parse WBXML.

%files -n %{devname}
%doc README References TODO
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libwbxml2.pc
%{_datadir}/cmake/Modules/FindLibWbxml2.cmake

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.11.3-1
- (fedb754) Build requires pkgconfig(check)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10704 |14cu|libwebcam-0.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A library for user-space configuration of the uvcvideo driver
Name:		libwebcam
Version:	0.2.4
Release:	2
Group:		System/Kernel and hardware
License:	GPLv3+
Url:		http://sourceforge.net/p/libwebcam/wiki/Home/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.gz
Patch0:		libwebcam-silence-uvcdynctrl.patch
Patch1:		libwebcam-src-0.2.3-v4l2-check.patch
BuildRequires:	cmake
BuildRequires:	gengetopt
BuildRequires:	pkgconfig(libxml-2.0)

%description
Libwebcam provides a user-space library for interaction with the uvcvideo
kernel driver. One could use this library to manipulate settings for one
or many UVC-type webcams found attached on a single computer.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for user-space configuration of the uvcvideo driver
Group:		System/Libraries

%description -n %{libname}
Libwebcam provides a user-space library for interaction with the uvcvideo
kernel driver. One could use this library to manipulate settings for one
or many UVC-type webcams found attached on a single computer.

%files -n %{libname}
%doc libwebcam/README libwebcam/COPYING.LESSER
%{_libdir}/libwebcam.so.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and headers for libwebcam
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development libraries and headers for libwebcam.

%files -n %{devname}
%{_includedir}/webcam.h
%{_libdir}/libwebcam.so
%{_libdir}/pkgconfig/libwebcam.pc

#----------------------------------------------------------------------------

%package -n uvcdynctrl
Summary:	Command line interface to libwebcam
Group:		System/Kernel and hardware
Requires:	uvcdynctrl-data = %{EVRD}

%description -n uvcdynctrl
Uvcdynctrl is a command line interface for manipulating settings in
UVC-type webcams. It uses the libwebcam library for webcam access.

%files -n uvcdynctrl
%doc uvcdynctrl/README uvcdynctrl/COPYING
%{_bindir}/uvcdynctrl*
/lib/udev/uvcdynctrl
/lib/udev/rules.d/80-uvcdynctrl.rules
%{_mandir}/man1/uvcdynctrl*.1*

#----------------------------------------------------------------------------

%package -n uvcdynctrl-data
Summary:	XML control file for the uvcdynctrl package
Group:		System/Kernel and hardware
Requires:	uvcdynctrl = %{EVRD}
BuildArch:	noarch

%description -n uvcdynctrl-data
XML control file for the uvcdynctrl package.

%files -n uvcdynctrl-data
%{_datadir}/uvcdynctrl

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-src-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build
rm %{buildroot}%{_libdir}/libwebcam.a


%changelog

* Thu Aug 20 2015 dsilakov <denis.silakov@rosalab.ru> 0.2.4-2
- (efb8f59) Merge pull request #1 from aabatrakov/libwebcam:rosa2014.1
- (efb8f59) Updated to version 0.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10705 |14cu|libwulf-1.0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname wulf %{major}
%define devname %mklibname wulf -d

Summary:	The core library of the wulfstat family of xmlsysd clients
Name:		libwulf
Version:	1.0.2
Release:	8
License:	GPLv2+
Group:		Monitoring
Url:		http://www.phy.duke.edu/~rgb/wulfware/
Source0:	http://www.phy.duke.edu/~rgb/wulfware/%{name}-%{version}.tgz
BuildRequires:	pkgconfig(libxml-2.0)

%description
libwulf is the core common library required by wulfstat and wulflogger,
two xmlsysd clients that poll and display various statistics from a
cluster in a user-controllable loop.  libwulf contains routines that
open and parse a wulfhosts (cluster/lan descriptor) file, establish
xmlsysd connections in a threaded subtask to all hosts in the wulfhosts
file, and in parallel with this initialize and update selected
statistics. libwulf functions form an API adequate to support many
kinds of toplevel log and gui applications reasonably efficiently.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library of functions for the wulfware applications
Group:		System/Libraries

%description -n %{libname}
This package contains shared libraries for wulfware applications.

%files -n %{libname}
%{_libdir}/libwulf.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs which will use the libwulf library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}wulf1-devel < 1.0.2-8
Obsoletes:	%{_lib}wulf1-devel < 1.0.2-8

%description -n %{devname}
This package contains the header files for developing programs
which uses the libwulf library.

%files -n %{devname}
%doc COPYING README CHANGELOG
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
make clean
make CC="%__cc %{optflags}"

%install
make PREFIX=%{buildroot}/usr install
%ifarch x86_64
mv  %{buildroot}/usr/lib  %{buildroot}%{_libdir}
%endif
ln -snf %{name}.so.%{version} %{buildroot}%{_libdir}/%{name}.so

rm -f %{buildroot}%{_libdir}/libwulf.a

%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2-8
- (e0d591e) Build with system optflags to fix debug package
- (e0d591e) Drop static library
- (e0d591e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10706 |14cu|libxfce4ui-4.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)

%define major 0
%define api 1
%define majorkbd 0

%define apikbd 2
%define libname %mklibname xfce4ui %{api} %{major}
%define libnamekbd %mklibname xfce4kbd-private %{apikbd} %{major}
%define develname %mklibname xfce4ui -d

%define api3 2
%define apikbd3 3
%define libname3 %mklibname xfce4ui %{api3} %{major}
%define libnamekbd3 %mklibname xfce4kbd-private %{apikbd3} %{major}
%define develname3 %mklibname xfce4ui %{api3} -d

Summary:	Various Xfce widgets for Xfce desktop environment
Name:		libxfce4ui
Version:	4.12.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/libxfce4ui/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	xfce4-dev-tools >= 4.12.0
BuildRequires:	pkgconfig(libxfconf-0) >= 4.12.0
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gladeui-1.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.12.0
BuildRequires:	pkgconfig(sm)

%description
Various Xfce widgets for Xfce desktop environment.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Gui libraries for Xfce
Group:		Graphical desktop/Xfce
Requires:	%{name}-common >= %{EVRD}

%description -n %{libname}
Gui libraries for Xfce desktop environment.

%files -n %{libname}
%{_libdir}/libxfce4ui-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamekbd}
Summary:	Gui libraries for Xfce
Group:		Graphical desktop/Xfce
Requires:	%{name}-common >= %{EVRD}

%description -n %{libnamekbd}
Gui libraries for Xfce desktop environment.

%files -n %{libnamekbd}
%{_libdir}/libxfce4kbd-private-%{apikbd}.so.%{majorkbd}*

#----------------------------------------------------------------------------

%package -n %{libname3}
Summary:        GTK3 GUI libraries for Xfce
Group:          Graphical desktop/Xfce
Requires:       %{name}-common = %{EVRD}

%description -n %{libname3}
GTK3 GUI libraries for Xfce desktop environment.

%files -n %{libname3}
%{_libdir}/libxfce4ui-%{api3}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamekbd3}
Summary:        GTK3 GUI libraries for Xfce
Group:          Graphical desktop/Xfce

%description -n %{libnamekbd3}
GTK3 GUI libraries for Xfce desktop environment.

%files -n %{libnamekbd3}
%{_libdir}/libxfce4kbd-private-%{apikbd3}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{develname3}
Summary:        Development files and headers for the %{name} library using GTK3
Group:          Development/Other
Requires:       %{libname3} = %{EVRD}
Requires:       %{libnamekbd3} = %{EVRD}
Provides:	xfce4ui2-devel = %{EVRD}
Conflicts:      %{_lib}xfce4ui-devel < 4.12.1-1

%description -n %{develname3}
Development files and headers for the %{name} library using GTK3.

%files -n %{develname3}
%{_libdir}/pkgconfig/libxfce4kbd-private-%{apikbd3}.pc
%{_libdir}/pkgconfig/libxfce4ui-%{api3}.pc
%{_libdir}/%{name}-%{api3}.so
%{_libdir}/libxfce4kbd-private-%{apikbd3}.so
%{_includedir}/xfce4/%{name}-%{api3}/
%{_includedir}/xfce4/libxfce4kbd-private-%{apikbd3}/

#----------------------------------------------------------------------------

%package -n %{develname}
Summary:	Libraries and header files for the %{name} library
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamekbd} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
Libraries and header files for the %{name} library.

%files -n %{develname}
%doc AUTHORS ChangeLog README NEWS
%doc %{_datadir}/gtk-doc/html/%{name}
%{_libdir}/%{name}-%{api}.so
%{_libdir}/pkgconfig/libxfce4kbd-private-%{apikbd}.pc
%{_libdir}/pkgconfig/libxfce4ui-%{api}.pc
%{_libdir}/*xfce4kbd-private-%{apikbd}.so
%{_includedir}/xfce4/%{name}-%{api}*
%{_includedir}/xfce4/*xfce4kbd-private-%{apikbd}

#----------------------------------------------------------------------------

%package common
Summary:	Common files for %{name}
Group:		Graphical desktop/Xfce

%description common
This package contains common files for %{name}.

%files common -f %{name}.lang
%{_bindir}/xfce4-about
%{_datadir}/applications/xfce4-about.desktop
%{_iconsdir}/hicolor/*/apps/xfce4-logo.png

#----------------------------------------------------------------------------

%package glade
Summary:	Glade modules for %{name}
Group:		Graphical desktop/Xfce
Requires:	glade3

%description glade
This package provides a catalog for Glade which allows the use of the
provided Xfce widgets in Glade.

%files glade
%{_libdir}/glade3/modules/%{name}*
%{_datadir}/glade3/catalogs/%{name}.*
%{_datadir}/glade3/pixmaps/hicolor/*/*/*%{name}*.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-startup-notification \
	--enable-gladeui \
	--enable-gtk3 \
	--with-vendor-info=%{vendor}

%make

%install
%makeinstall_std

# (tpg) this file is in mandriva-xfce-config package
rm -rf %{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml

%find_lang %{name}

%changelog

* Mon Mar 28 2016 dsilakov <denis.silakov@rosalab.ru> 4.12.1-1
- (a28a9dc) Merge pull request #1 from alzim/libxfce4ui:rosa2014.1
- (a28a9dc) Add Provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10707 |14cu|libxfce4util-4.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)
%define major 7
%define libname %mklibname xfce4util %{major}
%define devname %mklibname xfce4util -d

Summary:	Utility library for the Xfce desktop environment
Name:		libxfce4util
Version:	4.12.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	xfce4-dev-tools >= 4.11.0

%description
Basic utility non-GUI functions for Xfce desktop environment.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Utility library for the Xfce desktop environment
Group:		Graphical desktop/Xfce
Requires:	xdg-user-dirs
Requires:	%{name}-common

%description -n %{libname}
Utility library for the Xfce desktop environment.

%files -n %{libname}
%{_libdir}/libxfce4util.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for the %{name} library
Group:		Development/Other
Requires:	xfce4-dev-tools >= 4.9.0
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and header files for the %{name} library.

%files -n %{devname}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%dir %{_includedir}/xfce4
%{_includedir}/xfce4/%{name}
%{_datadir}/gtk-doc/html/*

#----------------------------------------------------------------------------

%package common
Summary:	Common files for Xfce utility library
Group:		Graphical desktop/Xfce
BuildArch:	noarch

%description common
Common files for %{name}.

%files common -f %{name}.lang
%doc AUTHORS ChangeLog TODO

#----------------------------------------------------------------------------

%package -n xfce-kiosk
Summary:	Kiosk support for the Xfce desktop environment
Group:		Graphical desktop/Xfce

%description -n xfce-kiosk
Kiosk support for the Xfce desktop environment.

%files -n xfce-kiosk
%{_sbindir}/xfce4-kiosk-query

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Sat Mar 26 2016 dsilakov <denis.silakov@rosalab.ru> 4.12.1-1
- (66193b7) Merge pull request #1 from alzim/libxfce4util:rosa2014.1
- (66193b7) Update to 4.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10708 |14cu|libxfcegui4-4.10.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)
%define major 4
%define libname %mklibname xfcegui4_ %{major}
%define devname %mklibname xfcegui4 -d

Summary:	Various GTK+ widgets for Xfce desktop environment
Name:		libxfcegui4
Version:	4.10.0
Release:	6
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/libxfcegui4/%{url_ver}/%{name}-%{version}.tar.bz2
#(tpg) http://bugzilla.xfce.org/show_bug.cgi?id=3614
Patch0:		%{name}-4.4.2-extension-strip.patch
Patch1:		libxfcegui4-4.10.0-no-xfce_setenv.patch
BuildRequires:	gtk-doc
BuildRequires:	xfce4-dev-tools >= 4.10.0
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(gladeui-1.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfconf-0) >= 4.10.0
Conflicts:	%{_lib}xfcegui4_4 < 4.10.0-5

%description
Various GTK+ widgets for Xfce desktop environment.

%files
%{_libdir}/libglade/2.0/libxfce4.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Gui libraries for Xfce
Group:		Graphical desktop/Xfce
Provides:	libxfcegui4-plugins = %{EVRD}
Requires:	librsvg2
Requires:	%{name} >= %{EVRD}
Requires:	%{name}-common >= %{EVRD}

%description -n %{libname}
Gui libraries for Xfce desktop environment.

%files -n %{libname}
%{_libdir}/libxfcegui4.so.%{major}*

#----------------------------------------------------------------------------

%package common
Summary:	Translations for %{name}
Group:		Graphical desktop/Xfce
BuildArch:	noarch

%description common
This package contains common files for %{name}.

%files common -f %{name}.lang
%{_iconsdir}/hicolor/*/apps/xfce*

#----------------------------------------------------------------------------

%package glade
Summary:	Glade modules for %{name}
Group:		Graphical desktop/Xfce
Requires:	glade3

%description glade
This package provides a catalog for Glade which allows the use of the
provided Xfce widgets in Glade.

%files glade
%{_libdir}/glade3/modules/libgladexfce4.so
%{_datadir}/glade3/catalogs/xfce4.xml
%{_datadir}/glade3/catalogs/xfce4.xml.in
%{_datadir}/glade3/pixmaps/hicolor/*/actions/*.png

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for the %{name} library
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	xfce4-dev-tools
Requires:	pkgconfig(gladeui-1.0)
Requires:	pkgconfig(libglade-2.0)
Provides:	%{name}-devel = %{EVRD}
Provides:	libxfce4gui-devel = %{EVRD}

%description -n %{devname}
Libraries and header files for the %{name} library.

%files -n %{devname}
%doc AUTHORS ChangeLog README NEWS
%doc %{_datadir}/gtk-doc/html/libxfcegui4/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/xfce4/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .icons
%patch1 -p0 -b .setenv

%build
%configure2_5x \
	--disable-static \
	--enable-startup-notification \
	--enable-gladeui

%make

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Sat Mar 26 2016 Denis Silakov <denis.silakov@rosalab.ru> 4.10.0-6
- (16c2536) Rebuild with new libxfce4util



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10709 |14cu|libxmlrow-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xmlrow %{major}
%define devname %mklibname xmlrow -d

Summary:	The libxmlrow C library
Name:		libxmlrow
Version:	0.2
Release:	6
License:	BSD
Group:		System/Libraries
Url:		http://tangent.org/
Source0:	http://download.tangent.org/%{name}-%{version}.tar.gz
BuildRequires:	libtool
BuildRequires:	autoconf2.5
BuildRequires:	pkgconfig(libxml-2.0)

%description
The libxmlrow C library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A memcached C library
Group:		System/Libraries

%description -n %{libname}
The libxmlrow C shared library.

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/libxmlrow.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static library and header files for the libxmlrow library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	xmlrow-devel = %{EVRD}

%description -n %{devname}
The libxmlrow C library.

This package contains the static libxmlrow library and its header files.

%files -n %{devname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make CFLAGS="%{optflags}"

%install
%makeinstall_std


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2-6
- (8881d01) Build with system optflags to fix debug package
- (8881d01) Disable static library
- (8881d01) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10710 |14cu|libzen-0.4.33-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zen

%define	major	0
%define	libname	%mklibname %{oname} %{major}
%define	devname	%mklibname %{oname} -d

Name:		libzen
Version:	0.4.33
Release:	1
Summary:	Shared library for mediainfo
Group:		System/Libraries
License:	BSD
URL:		http://zenlib.sourceforge.net/
Source0:	http://mediaarea.net/download/source/libzen/%{version}/%{name}_%{version}.tar.bz2
Patch0:		%{name}_0.4.20-fix-build.patch
BuildRequires:	dos2unix
BuildRequires:	doxygen

%description
Shared library for libmediainfo and mediainfo-gui.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for mediainfo
Group:		System/Libraries

%description -n %{libname}
Shared library for libmediainfo and mediainfo.

%files -n %{libname}
%doc *.txt
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Include files and libraries for development
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	zenlib-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Include files and mandatory libraries for development with %{name}.

%files -n %{devname}
%doc Source/Doc/Documentation.html
%doc Doc/*
%{_bindir}/%{name}-config
%{_includedir}/ZenLib
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -qn ZenLib
%patch0 -p0

# Fix EOLs and rights
dos2unix *.txt Source/Doc/*.html
chmod 644 *.txt Source/Doc/*.html
find . -name "*.c" -o -name "*.h" -o -name "*.cpp" |xargs chmod 0644
find . -name "*.c" -o -name "*.h" -o -name "*.cpp" -exec dos2unix {} \;


%build
pushd Project/GNU/Library
	autoreconf -vfi
	%configure2_5x \
		--enable-shared \
		--disable-static
	%make
popd

# Generate docs
pushd Source/Doc
	doxygen -u 2> /dev/null
	doxygen Doxyfile
popd


%install
pushd Project/GNU/Library
	%makeinstall_std
popd

# Fix pkgconfig file: no static libs
#sed -i -e 's|Version: 0.4.25|Version: %%{version}|g' Project/GNU/Library/libzen.pc
sed -i -e '/Libs_Static.*/d' %{buildroot}%{_libdir}/pkgconfig/libzen.pc

%changelog

* Mon May 30 2016 dsilakov <denis.silakov@rosalab.ru> 0.4.33-1
- (c64db80) Merge pull request #1 from alzim/libzen:rosa2014.1
- (c64db80) Updated to 0.4.33



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10711 |14cu|lifeograph-1.3.0-0.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _appdatadir %{_datadir}/appdata

Name:       lifeograph
Version:    1.3.0
Release:    0.1
Summary:    A diary program
Group:	    Office
License:    GPLv3+
URL:        http://%{name}.wikidot.com/start
Source0:    https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.rc1.tar.gz

BuildRequires:  pkgconfig(gdkmm-3.0)
BuildRequires:  pkgconfig(enchant)
BuildRequires:  pkgconfig(libgcrypt)
BuildRequires:  intltool
BuildRequires:  desktop-file-utils
BuildRequires:  cmake

Requires:       hicolor-icon-theme

%description
Lifeograph is a diary program to take personal notes on life. It has all
essential functionality expected in a diary program and strives to have
a clean and streamlined user interface.


%prep
%setup -qn %{name}-%{version}.rc1

%build
%cmake 
%make


%install
%makeinstall_std -C build

desktop-file-install build/%{name}.desktop \
  --dir=%{buildroot}%{_datadir}/applications 

mkdir -p %{buildroot}%{_mandir}/man1/
cp -p %{name}.1 %{buildroot}%{_mandir}/man1/


%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_datadir}/pixmaps/%{name}.png
%{_appdatadir}/%{name}.appdata.xml
%{_mandir}/man1/%{name}*





%changelog

* Tue Nov 10 2015 abfonly <abfonly@gmail.com> 1.3.0-0.1
- (b05b1ba) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10712 |14cu|liferea-1.10.19-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _appdatadir %{_datadir}/appdata

Summary:	A News Aggregator For RSS/RDF Feeds For GTK/GNOME
Name:		liferea
Version:	1.10.19
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Networking/News
URL:		http://liferea.sf.net/
Source:		https://github.com/lwindolf/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gio-2.0) >= 2.26.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gmodule-2.0) >= 2.0.0
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libnotify) >= 0.7
BuildRequires:	pkgconfig(libpeas-1.0) >= 1.0.0
BuildRequires:	pkgconfig(libpeas-gtk-1.0) >= 1.0.0
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.28.2
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6.27
BuildRequires:	pkgconfig(libxslt) >= 1.1.19
BuildRequires:	pkgconfig(pango) >= 1.4.0
BuildRequires:	pkgconfig(sqlite3) >= 3.7.0
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pkgconfig(indicate-0.6)
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	appstream-util
BuildRequires:	intltool >= 0.35.0
BuildRequires:	gettext-devel
# Without dconf, liferea can't save its settings
Requires:	dconf
Requires:	python-gi
Requires:	gsettings-desktop-schemas

%description
Liferea (abbreviation of Linux Feed Reader) is a news aggregator for
RSS/RDF feeds which also supports CDF channels, Atom/Echo/PIE feeds
and OCS or OPML directories. It is a simple FeedReader clone for Unix.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%_mandir/man1/*
%lang(pl) %_mandir/pl/man1/liferea.1*
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_libdir}/%{name}/girepository-1.0/Liferea-3.0.typelib
%{_libdir}/%{name}/plugins/*
%{_datadir}/glib-2.0/schemas/net.sf.liferea.gschema.xml
%{_appdatadir}/liferea.appdata.xml
%{_datadir}/GConf/gsettings/liferea.convert
#-----------------------------------------------------------------------------------------

%prep
%setup -q

# utf-8 convert
iconv -f iso8859-1 -t utf-8 man/pl/liferea.1 > man/pl/liferea.1.conv && \
mv -f man/pl/liferea.1.conv man/pl/liferea.1

# Add RosaLab feed
sed -i -e 's@^\(.*http://planet\.gnome\.org.*\)$@\1\n\t\t\t\t<outline text="RosaLab News" htmlUrl="http://rosalab.ru/blogs/" \
  xmlUrl="http://www.rosalab.ru/blogs.rss" />@' opml/*.opml

%build
%configure2_5x
%make

%install
%makeinstall_std
install -p -D -m 644 liferea.convert \
  %{buildroot}%{_datadir}/GConf/gsettings/liferea.convert


desktop-file-install \
  --add-category="GTK;GNOME" \
  --remove-category="Feed" \
  --set-key="Version" \
  --set-value="1.0" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name}

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml

%changelog

* Sun Jul 03 2016 abfonly <abfonly@gmail.com> 1:1.10.19-1
- (dbd42b2) Log: Update to 1.10.19
- (dbd42b2) fixed source and drop doubled icons, keep hicolor



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10713 |14cu|lightdm-1.16.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define libapi		1
%define libmajor	0
%define ver		1.8

Summary:	The Light Display Manager
Name:		lightdm
Version:	1.16.7
Release:	2
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		http://www.freedesktop.org/wiki/Software/LightDM
Source0:	https://launchpad.net/lightdm/%{url_ver}/%{version}/+download/%{name}-%{version}.tar.xz
Source1:	29lightdm.conf
Source2:	Xsession
Source3:	lightdm-autologin.pam
Source4:	lightdm.pam
Source5:	lightdm-greeter.pam
#Systemd related:
Source10:	lightdm-tmpfiles.conf
Source11:	lightdm.service
Source12:	lightdm.rules
Patch0:		lightdm-1.16.7-rosa_config.patch
#Fedora patches
# Patch10:	lightdm-1.8.3-lock-screen-before-switch.patch
Patch11:	lightdm-1.11.7-nodaemon_option.patch
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	systemd
BuildRequires:	yelp-tools
BuildRequires:	gettext-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libxklavier)
BuildRequires:	pkgconfig(QtCore) < 5.0.0
BuildRequires:	pkgconfig(QtDBus) < 5.0.0
BuildRequires:	pkgconfig(QtGui) < 5.0.0
%if 0
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
%endif
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xdmcp)
Requires:	accountsservice
Requires:	lightdm-greeter
Requires:	typelib(LightDM)
Requires(post,preun,postun):	systemd
Requires(post,postun):	update-alternatives
Provides:	dm
#Use for now only gtk-greeter
Suggests:	lightdm-gtk-greeter >= 1.6.1

%description
An X display manager that:
  * Has a lightweight codebase
  * Is standards compliant (PAM, etc)
  * Has a well defined interface between the server and user interface
  * Fully themeable (easiest with the webkit interface)
  * Cross-desktop (greeters can be written in any toolkit)

%files -f %{name}.lang
%dir %{_sysconfdir}/%{name}
%dir %{_localstatedir}/lib/%{name}
%dir %{_sysconfdir}/%{name}/lightdm.conf.d
%{_sysconfdir}/%{name}/Xsession
%config(noreplace) %{_sysconfdir}/%{name}/keys.conf
%config %{_sysconfdir}/%{name}/lightdm.conf
%config %{_sysconfdir}/%{name}/users.conf
%ghost %{_localstatedir}/log/%{name}/%{name}.log
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.DisplayManager.conf
%{_sysconfdir}/pam.d/lightdm*
%{_datadir}/X11/dm.d/29lightdm.conf
%{_datadir}/polkit-1/rules.d/lightdm.rules
%{_datadir}/%{name}/
%{_sbindir}/%{name}
%{_bindir}/dm-tool
# %{_libexecdir}/%{name}/*
%{_libexecdir}/lightdm-guest-session
%{_mandir}/man1/%{name}*.1*
%{_mandir}/man1/dm-tool.*
%{_datadir}/help/C/%{name}/
%{_datadir}/bash-completion/completions/*
%{_prefix}/lib/tmpfiles.d/lightdm.conf
%{_unitdir}/lightdm.service

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /sbin/nologin

%post
# avoiding conflict with gdm
if [ $1 -eq 1 ] ; then \
	update-alternatives --install %{_bindir}/gdmflexiserver gdmflexiserver %{_libexecdir}/%{name}/gdmflexiserver 30
fi

%create_ghostfile %{_localstatedir}/log/%{name}/%{name}.log %{name} %{name} 0644
%systemd_post %{name}.service

%preun
if [ $1 -ge 0 ] ; then \
	if [ ! -e %{_libexecdir}/%{name}/gdmflexiserver ]; then
		update-alternatives --remove gdmflexiserver %{_libexecdir}/%{name}/gdmflexiserver
	fi
fi
%systemd_preun %{name}.service

%postun
%_postun_userdel %{name}
%systemd_postun %{name}.service

#-------------------------------------------------------------------------

%define liblightdmgobject %mklibname lightdm-gobject %{libapi} %{libmajor}

%package -n %{liblightdmgobject}
Summary:	LightDM GObject client library
Group:		Graphical desktop/Other

%description -n %{liblightdmgobject}
A GObject based library for LightDM clients to use to interface with LightDM.

%files -n %{liblightdmgobject}
%{_libdir}/liblightdm-gobject-%{libapi}.so.%{libmajor}
%{_libdir}/liblightdm-gobject-%{libapi}.so.%{libmajor}.*

#-------------------------------------------------------------------------

%define liblightdmgir %mklibname lightdm-gir %{libapi}

%package -n %{liblightdmgir}
Summary:	Typelib file for liblightdm-1
Group:		Graphical desktop/Other
Requires:	%{liblightdmgobject} = %{EVRD}

%description -n %{liblightdmgir}
A GObject based library for LightDM clients to use to interface with LightDM.

%files -n %{liblightdmgir}
%{_libdir}/girepository-1.0/LightDM-%{libapi}.typelib

#-------------------------------------------------------------------------

%define liblightdmgobjectdevel %mklibname -d lightdm-gobject

%package -n %{liblightdmgobjectdevel}
Summary:	LightDM client library (development files)
Group:		Graphical desktop/Other
Requires:	%{liblightdmgobject} = %{EVRD}
Provides:	lightdm-gobject-devel = %{EVRD}

%description -n %{liblightdmgobjectdevel}
A GObject based library for LightDM clients to use to interface with LightDM.

This package contains header files and development information, which
is useful for building LightDM greeters and user switchers.

%files -n %{liblightdmgobjectdevel}
%doc %{_datadir}/gtk-doc/html/lightdm-gobject-%{libapi}
%{_includedir}/lightdm-gobject-%{libapi}/
%{_libdir}/liblightdm-gobject-%{libapi}.so
%{_libdir}/pkgconfig/liblightdm-gobject-%{libapi}.pc
%{_datadir}/gir-1.0/LightDM-%{libapi}.gir
#%{_datadir}/vala/vapi/liblightdm-gobject-%{libapi}.vapi

#-------------------------------------------------------------------------

%define libqtapi 3
%define liblightdmqt %mklibname lightdm-qt %{libqtapi} %{libmajor}

%package -n %{liblightdmqt}
Summary:	LightDM Qt client library
Group:		Graphical desktop/Other

%description -n %{liblightdmqt}
A Qt based library for LightDM clients to use to interface with LightDM.

%files -n %{liblightdmqt}
%{_libdir}/liblightdm-qt-%{libqtapi}.so.%{libmajor}
%{_libdir}/liblightdm-qt-%{libqtapi}.so.%{libmajor}.*

#-------------------------------------------------------------------------

%define liblightdmqtdevel %mklibname -d lightdm-qt

%package -n %{liblightdmqtdevel}
Summary:	LightDM client library (development files)
Group:		Graphical desktop/Other
Requires:	%{liblightdmqt} = %{EVRD}
Provides:	lightdm-qt-devel = %{EVRD}

%description -n %{liblightdmqtdevel}
A Qt based library for LightDM clients to use to interface with LightDM.

This package contains header files and development information, which
is useful for building LightDM greeters and user switchers.

%files -n %{liblightdmqtdevel}
%{_includedir}/lightdm-qt-%{libqtapi}
%{_libdir}/liblightdm-qt-%{libqtapi}.so
%{_libdir}/pkgconfig/liblightdm-qt-%{libqtapi}.pc

#-------------------------------------------------------------------------
%if 0
%define liblightdmqt5 %mklibname lightdm-qt5_ %{libqtapi} %{libmajor}

%package -n %{liblightdmqt5}
Summary:	LightDM Qt5 client library
Group:		Graphical desktop/Other
License:	LGPLv2+

%description -n %{liblightdmqt5}
A Qt5 based library for LightDM clients to use to interface with LightDM.

%files -n %{liblightdmqt5}
%{_libdir}/liblightdm-qt5-%{libqtapi}.so.%{libmajor}
%{_libdir}/liblightdm-qt5-%{libqtapi}.so.%{libmajor}.*

#-------------------------------------------------------------------------

%define liblightdmqt5devel %mklibname -d lightdm-qt5

%package -n %{liblightdmqt5devel}
Summary:	LightDM client library (development files)
Group:		Graphical desktop/Other
License:	LGPLv2+
Requires:	%{liblightdmqt5} = %{EVRD}
Provides:	lightdm-qt5-devel = %{EVRD}

%description -n %{liblightdmqt5devel}
A Qt5 based library for LightDM clients to use to interface with LightDM.

This package contains header files and development information, which
is useful for building LightDM greeters and user switchers.

%files -n %{liblightdmqt5devel}
%{_includedir}/lightdm-qt5-%{libqtapi}
%{_libdir}/liblightdm-qt5-%{libqtapi}.so
%{_libdir}/pkgconfig/liblightdm-qt5-%{libqtapi}.pc
%endif

#-------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -vfi
export PATH=$PATH:%{_qt4_bindir}
%configure2_5x \
	--disable-static \
	--disable-tests \
	--enable-introspection \
	--enable-liblightdm-gobject \
	--enable-liblightdm-qt \
	--with-greeter-session=lightdm-greeter
%make

%install
%makeinstall_std

## create/own these
mkdir -p %{buildroot}%{_sysconfdir}/lightdm/lightdm.conf.d
mkdir -p %{buildroot}%{_datadir}/lightdm/lightdm.conf.d

# install pam file
install -Dpm 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/pam.d/%{name}-autologin
install -Dpm 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -Dpm 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/pam.d/%{name}-greeter

# dm config
install -Dpm644 %{SOURCE1} %{buildroot}/%{_datadir}/X11/dm.d/29lightdm.conf

# session wrapper script to source /etc/profile and ~/.profile if they exists
install -Dpm755 %{SOURCE2} %{buildroot}/%{_sysconfdir}/%{name}/Xsession

# will be created when lightdm starts
install -d %{buildroot}%{_localstatedir}/log/%{name}
touch %{buildroot}%{_localstatedir}/log/%{name}/%{name}.log

# directory for chksession-generated sessions
mkdir -p %{buildroot}%{_datadir}/%{name}/sessions
# directory for remote sessions
mkdir -p %{buildroot}%{_datadir}/%{name}/remote-sessions

install -Dpm 644 %{SOURCE10} %{buildroot}%{_prefix}/lib/tmpfiles.d/lightdm.conf
install -Dpm 644 %{SOURCE11} %{buildroot}%{_unitdir}/lightdm.service
install -Dpm 644 %{SOURCE12} %{buildroot}%{_datadir}/polkit-1/rules.d/lightdm.rules

#we don't want these
rm -rf %{buildroot}%{_sysconfdir}/apparmor.d
# omit upstart support
rm -rfv %{buildroot}%{_sysconfdir}/init

#home dir for lightdm user
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}

%find_lang %{name}



%changelog

* Tue Mar 01 2016 Denis Silakov <dsilakov@gmail.com> 1.16.7-2
- (0be2fa4) Fix autologin

* Mon Feb 29 2016 Denis Silakov <dsilakov@gmail.com> 1.16.7-1
- (dfb51f0) Updated to 1.16.7

* Mon Dec 07 2015 Denis Silakov <dsilakov@gmail.com> 1.11.8-3
- (fac7216) Revert to 1.11.8 for now

* Mon Dec 07 2015 Denis Silakov <dsilakov@gmail.com> 1.16.6-1
- (a08d504) Added vala-tools BR
- (Denis Silakov: 26d9d65) Added vala-devel BR
- (Denis Silakov: bc24983) Updated to 1.16.6, enable Qt5

* Tue Oct 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.11.8-3
- (1634371) Fix display-setup-script

* Fri Oct 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.11.8-2
- (25e415c) Require typelib(LightDM)

* Thu Oct 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.11.8-1
- (e5ea208) Drop old patches
- (Denis Silakov: 1e98cc3) Updated to 1.11.8

* Sun Sep 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.5-8
- (f92ca1e) Generate chksession files to /usr/share/lightdm/sessions instead of /usr/share/xsessions
- (f92ca1e) Spec cleanup

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.5-7
- (4aa7cc7) MassBuild#464: Increase release tag

* Mon Apr 07 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.8.5-6
- (dc471aa) update pam rules

* Sat Dec 21 2013 akdengi <kazancas@mandriva.ru> 1.8.5-4
- (cddaf19) fix pam rules

* Thu Dec 19 2013 akdengi <kazancas@mandriva.ru> 1.8.5-3
- (8055001) up release

* Thu Dec 19 2013 akdengi <kazancas@mandriva.ru> 1.8.5-2
- (588b1c9) really add sourve
- (akdengi: 0cbc0d5) use fedora pam rules and create/own lightdm.conf.d

* Mon Dec 09 2013 akdengi <alexander.kazancev@rosalab.ru> 1.8.5-1
- (c84d7e4) Update to 1.8.5

* Mon Oct 14 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.18-2
- (1eb4593) fix config. Return x-server on 0:display and vt1

* Tue Oct 08 2013 akdengi <kazancas@mandriva.ru> 1.7.18-1
- (74837c9) rediff ROSA config patch
- (akdengi: f7bfeec) update to 1.7.18

* Wed Sep 18 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.15-7
- (fbf22de) fix config

* Wed Sep 18 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.15-6
- (ec9dbf2) fix post

* Wed Sep 18 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.15-5
- (ea7395a) fix config and clean spec
- (akdengi: 33911cb) fix triggers

* Sun Sep 15 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 1.7.15-4
- (6288227) Added alternatives to avoid conflict with gdm

* Sun Sep 15 2013 Alexander Kazancev <kazancas@gmail.com> 1.7.15-3
- (77bceac) Fix symlink

* Thu Sep 12 2013 akdengi <kazancas@mandriva.ru> 1.7.15-2
- (d4c2a3a) fix conflicts with gdm. Use 3.6.0 as initial

* Thu Sep 12 2013 akdengi <kazancas@mandriva.ru> 
- (445532b) fix user change

* Thu Sep 12 2013 akdengi <kazancas@mandriva.ru> 1.7.15-1
- (d161dfc) fix difference

* Tue Sep 03 2013 Alexander Kazancev <kazancas@gmail.com> 1.7.11-7
- (99b7d7b) Enable lock patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10714 |14cu|lightspark-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Summary:	An alternative Flash Player implementation
Name:		lightspark
Version:	0.8.0
Release:	1
License:	LGPLv3+
Group:		Networking/WWW
Url:		http://lightspark.github.io/
Source0:	https://github.com/lightspark/lightspark/archive/%{name}-%{version}.tar.gz?/%{name}-%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	nasm
BuildRequires:	boost-devel
BuildRequires:	llvm-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(ftgl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libxml++-2.6)
BuildRequires:	pkgconfig(libxul)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL2_mixer)
BuildRequires:	pkgconfig(librtmp)
Requires:	fonts-ttf-liberation


%description
Lightspark is a modern, free, open-source flash player implementation.
Lightspark features:

* JIT compilation of Actionscript to native x86 bytecode using LLVM
* Hardware accelerated rendering using OpenGL Shaders (GLSL)
* Very good and robust support for current-generation Actionscript 3
* A new, clean, codebase exploiting multithreading and optimized for 
modern hardware. Designed from scratch after the official Flash 
documentation was released.

%files -f %{name}.lang
%doc COPYING COPYING.LESSER ChangeLog
%config(noreplace) %{_sysconfdir}/xdg/lightspark.conf
%{_bindir}/%{name}
%{_bindir}/tightspark
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	%{name} libraries
Group:		System/Libraries

%description -n %{libname}
This is the libraries used by %{name}.

%files -n %{libname}
%config %{_sysconfdir}/ld.so.conf.d/lightspark.conf
%{_libdir}/%{name}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries for %{name}
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for the %{name} libraries.

%files -n %{devname}
%{_libdir}/%{name}/lib%{name}.so

#----------------------------------------------------------------------------

%package mozilla-plugin
Summary:	Mozilla compatible plugin for %{name}
Group:		Networking/WWW
Suggests:	gnash
Conflicts:	gnash-firefox-plugin

%description mozilla-plugin
This is the Mozilla compatible plugin for %{name}

%files mozilla-plugin
%{_libdir}/mozilla/plugins/lib%{name}plugin.so

#----------------------------------------------------------------------------

%package chromium-plugin
Summary:       Chromium compatible plugin for %{name}
Group:		Networking/WWW
Requires:      chromium-browser-stable
Requires:      %{name} = %{EVRD}

%description chromium-plugin
This is the Chromium compatible plugin for %{name}.

%files chromium-plugin
%doc COPYING COPYING.LESSER
%{_libdir}/chromium-browser/PepperFlash/libpepflashplayer.so
%{_libdir}/chromium-browser/PepperFlash/manifest.json

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{name}-%{version}
%apply_patches

%build
%define _disable_ld_no_undefined 1

# Without this, Cmake would fail to properly check for LLVM headers and that
# would make a mess.
export CXXFLAGS="$RPM_OPT_FLAGS -std=gnu++11"

%cmake \
	-DCOMPILE_PLUGIN=1 \
	-DPLUGIN_DIRECTORY="%{_libdir}/mozilla/plugins/" \
	-DPPAPI_PLUGIN_DIRECTORY="%{_libdir}/chromium-browser/PepperFlash/" \
	-DAUDIO_BACKEND=pulseaudio \
	-DGNASH_EXE_PATH="%{_bindir}/gnash"

%make

%install
%makeinstall_std -C build

#(eandry) tell lightspark where the libs are
install -d -m 0755  %{buildroot}%{_sysconfdir}/ld.so.conf.d
echo "%{_libdir}/lightspark" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/lightspark.conf

install -Dpm 644 media/%{name}-logo.svg %{buildroot}%{_datadir}/%{name}

%find_lang %{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10715 |14cu|lighttable-0.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The next generation code editor
Name:		lighttable
Version:	0.7.2
Release:	2
License:	See credits.html
Group:		Development/Other
Url:		http://lighttable.com/
Requires:	nodejs
BuildRequires:	udev-devel
BuildRequires:	tar
BuildRequires:	gzip
AutoReqProv:	no


# Though LightTable is Open Source, currently we just repack deb packages from upstream
Source0:	https://d35ac8ww5dfjyg.cloudfront.net/playground/bins/%{version}/LightTableLinux.tar.gz
Source1:	https://d35ac8ww5dfjyg.cloudfront.net/playground/bins/%{version}/LightTableLinux64.tar.gz
Source2:	%{name}.desktop
Source3:	lticon16.png
Source4:	lticon22.png
Source5:	lticon32.png
Source6:	lticon48.png
Source7:	lticon64.png
Source8:	lticon128.png
Source9:	lticon256.png

%description
The next generation code editor

%files
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/*

%post
[[ -e /%{_lib}/libudev.so.0 ]] || ln -s /%{_lib}/libudev.so.1 libudev.so.0

#----------------------------------------------------------------------------

%prep
%setup -qcT
%ifarch x86_64
tar xzf %{SOURCE1}
%endif

%ifarch %{ix86}
tar xzf %{SOURCE0}
%endif

%install
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -r * %{buildroot}%{_datadir}/%{name}/

for s in 16 22 32 48 64 128 256; do
  mkdir -p %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/
done

install -m 0644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 0644 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/22x22/apps/%{name}.png
install -m 0644 %{SOURCE5} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 0644 %{SOURCE7} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m 0644 %{SOURCE6} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -m 0644 %{SOURCE8} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
install -m 0644 %{SOURCE9} %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications/
install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop

mkdir -p %{buildroot}%{_bindir}

cat > %{buildroot}%{_bindir}/lighttable <<EOF
#!/bin/sh

pushd %{_datadir}/%{name}/LightTable
./LightTable
popd

EOF

chmod a+x %{buildroot}%{_bindir}/lighttable

%changelog

* Thu Jun 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7.2-2
- (55f30c2) Create udev symlink in postscript



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10716 |14cu|lighttpd-1.4.41-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Following modules bring no additionnal dependencies
# Other ones go into separate packages
%define base_modules	mod_access.so,mod_accesslog.so,mod_alias.so,mod_cgi.so,mod_dirlisting.so,mod_evhost.so,mod_expire.so,mod_extforward.so,mod_fastcgi.so,mod_flv_streaming.so,mod_indexfile.so,mod_proxy.so,mod_redirect.so,mod_rewrite.so,mod_rrdtool.so,mod_scgi.so,mod_secdownload.so,mod_setenv.so,mod_simple_vhost.so,mod_ssi.so,mod_staticfile.so,mod_status.so,mod_userdir.so,mod_usertrack.so,mod_evasive.so

Summary:	A fast webserver with minimal memory-footprint
Name:		lighttpd
Version:	1.4.41
Release:	1
License:	BSD
Group:		System/Servers
Url:		http://lighttpd.net/
Source0:	http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz
Source1:	http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz.asc
Source2:	lighttpd.service
Source3:	php.d-lighttpd.ini
Patch0:		lighttpd-defaultroot.patch
BuildRequires:	attr-devel
BuildRequires:	bzip2-devel
BuildRequires:	gdbm-devel
BuildRequires:	memcache-devel
BuildRequires:	mysql-devel
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(zlib)
Requires:	apache-base
Requires(pre):	apache-base
Requires(post,preun):	rpm-helper
Obsoletes:	%{name}-modules < %{EVRD}
Provides:	%{name}-modules = %{EVRD}
Provides:	webserver

%description
Security, speed, compliance, and flexibility--all of these describe LightTPD
which is rapidly redefining efficiency of a web server; as it is designed and
optimized for high performance environments. With a small memory
footprint compared to other web-servers, effective management of the
cpu-load, and advanced feature set (FastCGI, CGI, Auth,
Output-Compression, URL-Rewriting and many more) LightTPD is the
perfect solution for every server that is suffering load problems.

This packages contains the server and base modules :
%(for mod in $(echo %base_modules | tr ',' '\n'); do echo ${mod%%.so}; done)

%files -f base.list
%doc doc/config/lighttpd.conf README NEWS COPYING AUTHORS
%{_unitdir}/lighttpd.service
%config(noreplace) %{_sysconfdir}/sysconfig/lighttpd
%dir %{_sysconfdir}/lighttpd/
%dir %{_sysconfdir}/lighttpd/conf.d/
%config(noreplace) %{_sysconfdir}/lighttpd/*.conf
%config(noreplace) %{_sysconfdir}/lighttpd/conf.d/*.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/php.d/lighttpd.ini
%attr(0755,apache,apache) %{_logdir}/lighttpd
%{_mandir}/*/*
%{_sbindir}/*

%post
# Fix rights on logs after upgrade, else the server can not start
if [ $1 -gt 1 ]; then
	if grep '^server.username = "apache"' %{_sysconfdir}/lighttpd/lighttpd.conf >/dev/null; then
		if [ `stat -c %U /var/log/lighttpd/` != "apache" ]; then
			chown -R apache /var/log/lighttpd/
		fi
	fi
fi

%_post_unit %{name}

%postun
%_postun_unit %{name}

#----------------------------------------------------------------------------

%package mod_auth
Summary:	Authentification module for %{name}
Group:		System/Servers
Requires:	%{name}

%description mod_auth
lighttpd supportes both authentication method described by RFC 2617:

 - basic
 - digest

Depending on the method lighttpd provides various way to store the credentials
used for the authentication.

for basic auth:
 - plain
 - htpasswd
 - htdigest
 - ldap

for digest auth:
 - plain
 - htdigest

%files mod_auth -f mod_auth
%{_libdir}/%{name}/mod_auth.so

#----------------------------------------------------------------------------

%package mod_cml
Summary:	CML (Cache Meta Language) module for %{name}
Group:		System/Servers
Requires:	%{name}

%description mod_cml
CML (Cache Meta Language) is a Meta language to describe the dependencies
of a page at one side and building a page from its fragments on the other side
using LUA.

%files mod_cml -f mod_cml
%{_libdir}/%{name}/mod_cml.so

#----------------------------------------------------------------------------

%package mod_compress
Summary:	Output Compression module for %{name}
Group:		System/Servers
Requires:	%{name}

%description mod_compress
Output compression reduces the network load and can improve the
overall throughput of the webserver. All major http-clients support
compression by announcing it in the Accept-Encoding header. This
is used to negotiate the most suitable compression method.
We support deflate, gzip and bzip2.

%files mod_compress -f mod_compress
%{_libdir}/%{name}/mod_compress.so

#----------------------------------------------------------------------------

%package mod_mysql_vhost
Summary:	MySQL-based vhosting module for %{name}
Group:		System/Servers
Requires:	%{name}

%description mod_mysql_vhost
With MySQL-based vhosting you can store the path to a given
host's document root in a MySQL database.

%files mod_mysql_vhost -f mod_mysql_vhost
%{_libdir}/%{name}/mod_mysql_vhost.so

#----------------------------------------------------------------------------

%package mod_trigger_b4_dl
Summary:	Trigger before Download module for %{name}
Group:		System/Servers
Requires:	%{name}

%description mod_trigger_b4_dl
Anti Hotlinking:
 - if user requests ''download-url'' directly, the request is denied
   and he is redirected to ''deny-url'
 - if user visits ''trigger-url'' before requesting ''download-url'',
    access is granted
 - if user visits ''download-url'' again after ''trigger-timeout'' has
   elapsed, the request is denied and he is redirected to ''deny-url''

The trigger information is either stored locally in a gdbm file or
remotely in memcached.

%files mod_trigger_b4_dl -f mod_trigger_b4_dl
%{_libdir}/%{name}/mod_trigger_b4_dl.so

#----------------------------------------------------------------------------

%package mod_webdav
Summary:	WebDAV module for %{name}
Group:		System/Servers
Requires:	%{name}

%description mod_webdav
The WebDAV module for %{name} is a very minimalistic implementation of RFC
2518.

%files mod_webdav -f mod_webdav
%{_libdir}/%{name}/mod_webdav.so

#----------------------------------------------------------------------------

%package mod_magnet
Summary:	Module to control the request handling in %{name}
Group:		System/Servers
Requires:	%{name}

%description mod_magnet
mod_magnet can attract a request in several stages in the request-handling.

* either at the same level as mod_rewrite, before any parsing of the URL is
  done
* or at a later stage, when the doc-root is known and the physical-path is
  already setup

Keep in mind that the magnet is executed in the core of lighty. EVERY long-
running operation is blocking ALL connections in the server. You are warned.
For time-consuming or blocking scripts use mod_fastcgi and friends.

%files mod_magnet -f mod_magnet
%{_libdir}/%{name}/mod_magnet.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--libdir=%{_libdir}/%{name}/ \
	--with-mysql\
	--with-ldap\
	--with-attr\
	--with-openssl\
	--with-pcre\
	--with-bzip2\
	--with-fam\
	--with-webdav-props\
	--with-webdav-locks\
	--with-gdbm\
	--with-memcache\
	--with-lua

%make

%install
%makeinstall_std

install -Dm 644 doc/initscripts/sysconfig.lighttpd \
    %{buildroot}%{_sysconfdir}/sysconfig/lighttpd

install -Dm 644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service

install -Dm 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/php.d/lighttpd.ini

install -d -m 755 %{buildroot}%{_sysconfdir}/lighttpd
install -d -m 755 %{buildroot}%{_sysconfdir}/lighttpd/conf.d
install -m 644 doc/config/*.conf %{buildroot}%{_sysconfdir}/lighttpd
install -m 644 doc/config/conf.d/*.conf %{buildroot}%{_sysconfdir}/lighttpd/conf.d

install -d -m 755 %{buildroot}%{_logdir}/lighttpd

sed -i \
    -e 's!^server.username\s*=.*$!server.username = "apache"!;' \
    -e 's!^server.groupname\s*=.*$!server.groupname = "apache"!;' \
    -e 's!^var.server_root\s*=.*$!var.server_root = "%{_var}/www"!;' \
    -e 's!^server.document-root\s*=.*$!server.document-root = "%{_var}/www/html"!;' \
    -e 's!^server.errorlog\s*=.*$!server.errorlog = "%{_logdir}/lighttpd/error.log"!;' \
    %{buildroot}%{_sysconfdir}/lighttpd/lighttpd.conf

sed -i \
    -e 's!^accesslog.filename.*$!accesslog.filename = "%{_logdir}/lighttpd/access.log"!' \
    %{buildroot}%{_sysconfdir}/lighttpd/conf.d/access_log.conf


install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
%{_logdir}/%{name}/*.log {
    size=20M
    rotate 5
    weekly
    missingok
    notifempty
    postrotate
        service %{name} reload
    endscript
}
EOF

echo %{_libdir}/%{name}/{%{base_modules}} | tr ' ' '\n' > base.list
for i in doc/outdated/*.txt
do
	mod=`cat "$i" | tr -d '\\r' | sed -n "s/^Module:.*\\(mod_.*\\)$/\\1/p"`
	if [ -z "$mod" ]
	then
		echo  "%doc $i" >> base.list
	else
		if echo "%{base_modules}" | grep "$mod" > /dev/null
		then
			echo "%doc $i" >> base.list
		else
			echo "%doc $i" >> "$mod"
		fi
	fi
done

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10717 |14cu|lightyears-1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lightyears
Version:	1.4
Release:	1
Group:		Games/Puzzles
License:	GPLv2
Summary:	Manage a steam supply network
Url:		http://www.jwhitham.org/20kly
Source0:	http://www.jwhitham.org/20kly/%{name}-%{version}.tar.bz2
Patch0:		lightyears-rosa-game.patch
BuildRequires:	imagemagick
Requires:	pygame
BuildArch:	noarch

%description
20,000 Light Years Into Space is a steampunk-themed strategy game where
you have to manage a steam supply network. It is written in Python and
runs on Windows and Linux. It was first released in 2006, and won second
prize in the Pyweek game programming competition.

%files
%doc *.txt manual
%{_gamesdatadir}/%{name}
%{_gamesbindir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#----------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build


%install
# game data
mkdir -p %{buildroot}%{_gamesdatadir}
cp -rp . %{buildroot}%{_gamesdatadir}/%{name}

# game binary
install -D %{name} %{buildroot}%{_gamesbindir}/%{name}

# icons 
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size -background transparent -gravity Center data/city1.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Comment=%{summary}
Name=20,000 Light Years Into Space
GenericName=Simple strategy game
Type=Application
Exec=%{name}
Icon=%{name}
Terminal=false
Categories=Game;StrategyGame;
EOF

rm -fr  %{buildroot}%{_gamesdatadir}/%{name}/%{name}



%changelog

* Sun Apr 23 2017 abfonly <abfonly@gmail.com> 1.4-1
- (ee3e99a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10718 |14cu|lightzone-4.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lightzone
Version:	4.0.0
Release:	1
License:	BSD-3-Clause
Summary:	Open-source professional-level digital darkroom software
Url:		http://lightzoneproject.org/
Group:		Graphics
Source0:	%{name}-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
BuildRequires:	ant
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	nasm
BuildRequires:	gcc
BuildRequires:	gcc-c++
BuildRequires:	libtool
BuildRequires:	make
BuildRequires:	tidy
BuildRequires:	git
BuildRequires:	javahelp2
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	java-rpmbuild
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(liblzma)

Requires:	java >= 1.6.0
Requires:	%{_lib}lzma5

%description
LightZone is open-source professional-level digital darkroom software for
Windows, Mac OS X, and Linux. Rather than using layers as many other photo
editors do, LightZone lets the user build up a stack of tools which can be
rearranged, turned off and on, and removed from the stack.

It's a non-destructive editor, where any of the tools can be re-adjusted or
modified later — even in a different editing session. A tool stack can be
copied to a batch of photos at one time. LightZone operates in a 16-bit
linear color space with the wide gamut of ProPhoto RGB.

%prep
%setup -q

%build
%ant -f linux/build.xml jar

%install
%define instdir /opt/%{name}
install -dm 0755 "%{buildroot}/%{instdir}"
cp -rpH lightcrafts/products/dcraw "%{buildroot}/%{instdir}"
cp -rpH lightcrafts/products/LightZone-forkd "%{buildroot}/%{instdir}"
cp -rpH linux/products/*.so "%{buildroot}/%{instdir}"
cp -rpH linux/products/*.jar "%{buildroot}/%{instdir}"
cp -rpH linux/products/lightzone "%{buildroot}/%{instdir}"

# create icons and shortcuts
%define icondir %{_datadir}/icons/hicolor
install -dm 0755 "%{buildroot}/%{_datadir}/applications"
install -dm 0755 "%{buildroot}/%{icondir}/256x256/apps"
install -dm 0755 "%{buildroot}/%{icondir}/128x128/apps"
install -dm 0755 "%{buildroot}/%{icondir}/64x64/apps"
install -dm 0755 "%{buildroot}/%{icondir}/48x48/apps"
install -dm 0755 "%{buildroot}/%{icondir}/32x32/apps"
install -dm 0755 "%{buildroot}/%{icondir}/16x16/apps"

cp -rpH linux/products/lightzone.desktop "%{buildroot}/%{_datadir}/applications/"
cp -rpH linux/icons/LightZone_256x256.png "%{buildroot}/%{icondir}/256x256/apps/LightZone.png"
cp -rpH linux/icons/LightZone_128x128.png "%{buildroot}/%{icondir}/128x128/apps/LightZone.png"
cp -rpH linux/icons/LightZone_64x64.png "%{buildroot}/%{icondir}/64x64/apps/LightZone.png"
cp -rpH linux/icons/LightZone_48x48.png "%{buildroot}/%{icondir}/48x48/apps/LightZone.png"
cp -rpH linux/icons/LightZone_32x32.png "%{buildroot}/%{icondir}/32x32/apps/LightZone.png"
cp -rpH linux/icons/LightZone_16x16.png "%{buildroot}/%{icondir}/16x16/apps/LightZone.png"

install -d -m 755 %{buildroot}/%{_bindir}
install -m 755 linux/products/%{name} %{buildroot}/%{_bindir}

%files
%doc COPYING README.md linux/BUILD-Linux.md
%dir %{instdir}
%{instdir}/*
%{_bindir}/%{name}
%{_datadir}/applications/lightzone.desktop
%dir %{icondir}
%dir %{icondir}/256x256
%dir %{icondir}/256x256/apps
%dir %{icondir}/128x128
%dir %{icondir}/128x128/apps
%dir %{icondir}/64x64
%dir %{icondir}/64x64/apps
%dir %{icondir}/48x48
%dir %{icondir}/48x48/apps
%dir %{icondir}/32x32
%dir %{icondir}/32x32/apps
%dir %{icondir}/16x16
%dir %{icondir}/16x16/apps
%{icondir}/256x256/apps/LightZone.png
%{icondir}/128x128/apps/LightZone.png
%{icondir}/64x64/apps/LightZone.png
%{icondir}/48x48/apps/LightZone.png
%{icondir}/32x32/apps/LightZone.png
%{icondir}/16x16/apps/LightZone.png


%changelog
* Thu Dec 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.0-1
+ Revision: 8dc9a92
- Fix lzma requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10719 |14cu|lilo-24.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define _default_patch_fuzz 2

Summary:	The boot loader for Linux and other operating systems
Name:		lilo
Version:	24.0
Release:	3
Epoch:		1
License:	MIT
Group:		System/Kernel and hardware
Url:		http://lilo.alioth.debian.org/
Source0:	http://lilo.alioth.debian.org/ftp/sources/%{name}-%{version}.tar.gz
Source1:	rosa_256c.uu
Source2:	rosa_256c.dat
Patch0:		lilo-21.6-keytab-3mdk.patch
Patch1:		lilo-disks-without-partitions.patch
Patch2:		lilo-23.2.syslinux.patch
Patch9:		lilo-22.5.1-unsafe-and-default-table.patch
Patch26:	lilo-22.5.9-longer_image_names.patch
# [Pixel] the following patch was introduced in 2004 by Juan Quintela,
# it may be needed by longer_image_names patch above, but it seems unneeded
Patch27:	lilo-two_columns.patch
Patch28:	lilo-22.5.9-never-relocate-when-has-partititions.patch
Patch29:	lilo-22.5.9-initialize-Volume-IDs-with-no-fanfare.patch
Patch31:	lilo-exit_code_1_when_aborting.patch
Patch32:	lilo-22.6.1-turn-non-valid-boot-signature-into-a-warning.patch
Patch35:	lilo-22.6.1-large-memory-option-by-default.patch
Patch36:	lilo-23.2-no-debian.patch
Patch37:	lilo-24.0-Fix-make-install-when-lilo.static-is-not-built.patch
BuildRequires:	texlive
BuildRequires:	texlive-collection-langgerman
BuildRequires:	texlive-collection-latex
BuildRequires:	texlive-collection-latexrecommended
BuildRequires:	dev86
BuildRequires:	dev86-devel
BuildRequires:	nasm
BuildRequires:	device-mapper-devel
BuildRequires:	sharutils
Requires(post):	perl-base
Provides:	bootloader
ExclusiveArch:	%{ix86} x86_64

%description
LILO (LInux LOader) is a basic system program which boots your Linux
system. LILO loads the Linux kernel from a floppy or a hard drive, boots
the kernel and passes control of the system to the kernel. LILO can also
boot other operating systems.

%files
%doc README* COPYING
/sbin/*
%{_bindir}/*
%{_mandir}/*/*
/boot/rosa.bmp

%post
if [ -f /etc/lilo.conf ]; then

  if [ -L /boot/lilo ]; then

      # upgrading from old lilo boot.b based

      # before:
      # - message is a symlink to either lilo-text/message, lilo-menu/message or lilo-graphic/message
      # - lilo-text/message and lilo-menu/message are created by DrakX (and are usually the same file)
      # - lilo-graphic/message is in the RPM (will be removed by RPM after %post)
      # after:
      # - message-text is the text message
      # - message-graphic is the old lilo-graphic/message

      # transforming the /boot/message symlink in non-symlink
      if [ -e /boot/lilo-text/message ]; then
        mv -f /boot/lilo-text/message /boot/message-text
      fi
      if [ -e /boot/lilo-menu/message ]; then
        mv -f /boot/lilo-menu/message /boot/message-text
      fi

      if [ -e /boot/message-text ]; then
          ln -sf message-text /boot/message
      fi

      # ensuring the right choice is taken

      link=`perl -e 'print readlink("/boot/lilo")'`
      case $link in
        lilo-menu) ;; # chosen by default
        lilo-bmp) ;; # automatically chosen by lilo based on "bitmap=..."
        lilo-graphic) ;; # obsolete
        lilo-text)
          # need a special install=...
          perl -pi -e 's|^install=.*\n||; $_ = "install=text\n$_" if $. == 1' /etc/lilo.conf ;;
        *)
          echo "ERROR: unknown lilo scheme, it is DROPPED (please file a bug at http://bugs.rosalinux.ru/)"
          sleep 1 ;;
      esac

      rm -f /boot/lilo
  elif [ -e /boot/message-graphic ]; then
      if perl -e 'exit(-s "/boot/message" > 65_000 ? 0 : 1)'; then
         link=`perl -e 'print readlink("/boot/message")'`
         rm /boot/message
         if [ "$link" = "message-graphic" -a -e /boot/message-text ]; then
           ln -s message-text /boot/message
           if perl -e 'exit(-s "/boot/message" > 65_000 ? 0 : 1)'; then
             # weird message-text file... well someone had this on cooker, better be safe
             echo > /boot/message
           fi
         else
           echo > /boot/message
         fi
      fi
  fi

  chmod 600 /etc/lilo.conf
  if [ -x /usr/sbin/detectloader ]; then
    LOADER=$(/usr/sbin/detectloader -q)
    if [ "$LOADER" = "LILO" ]; then
      /sbin/lilo > /dev/null
    fi
  fi
fi

#----------------------------------------------------------------------------

%package doc
Summary:	More doc for %{name}
Group:		System/Kernel and hardware

%description doc
cf %{name} package.

%files doc
%doc doc/*.pdf QuickInst

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch9 -p1
%patch26 -p1 -b .images
%patch27 -p1 -b .two
%patch28 -p1
%patch29 -p1
%patch31 -p1 -b .exit_code
%patch32 -p1
%patch35 -p1
%patch36 -p1
%patch37 -p1

bzip2 -9 README*

cp -a %{SOURCE1} %{SOURCE2} images/

# disable diagnostic build (which would need beeing root)
perl -pi -e 's/^(diagnostic:).*/diagnostic:/' Makefile

%build
perl -p -i -e "s/-Wall -g/%{optflags}/" Makefile
make all
(cd doc
make -f Makefile.old CFLAGS="%{optflags} -DDEBUG"
dvipdfm -o User_Guide.pdf user.dvi
dvipdfm -o Technical_Guide.pdf tech.dvi
rm -f *.aux *.log *.toc)

%install
%makeinstall_std

install -d %{buildroot}%{_bindir}
mv %{buildroot}%{_sbindir}/* %{buildroot}%{_bindir}

rm -rf %{buildroot}%{_sysconfdir}/initramfs %{buildroot}%{_sysconfdir}/kernel %{buildroot}%{_sysconfdir}/lilo.conf_example


%changelog

* Mon May 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:24.0-3
- (dc20e32) Build requires texlive-collection-latexrecommended



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10720 |14cu|lilv-0.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	LV2 plugin library for applications and hosts
Name:		lilv
Version:	0.24.0
Release:	1
License:	ISC
Group:		System/Libraries
URL:		http://drobilla.net/software/%{name}/
Source0:	http://download.drobilla.net/%{name}-%{version}.tar.bz2
Patch0:		lilv-0.5.0-fix-decl.patch
BuildRequires:	python
BuildRequires:	waf
BuildRequires:	sord-devel
BuildRequires:	pkgconfig(lv2)
BuildRequires:	sratom-devel
BuildRequires:	pkgconfig(sndfile)

%description
LV2 plugin library for applications and hosts

%files -n %{name}
%doc COPYING README
%doc %{_mandir}/man1/*
%{_bindir}/lilv-bench
%{_bindir}/lv2apply
%{_bindir}/lv2info
%{_bindir}/lv2ls
%{_bindir}/lv2bench
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/bash_completion.d/lilv

#-----------------------------------
%package -n %{libname}

Summary:	LV2 plugin library for applications and hosts
Group:		System/Libraries

%description -n %{libname}
Lilv is a library to make the use of LV2 plugins as simple as possible
for applications. Lilv is the successor to SLV2, rewritten to be
significantly faster and have minimal dependencies.

%files -n %{libname}
%{_libdir}/lib%{name}-%{major}.so.*

#-----------------------------------
%package -n %{devname}
Summary:	Headers for the lilv LV2 library
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files needed to build applications against lilv.

%files -n %{devname}
%{_libdir}/lib%{name}-%{major}.so
%dir %{_includedir}/%{name}-%{major}/%{name}
%{_includedir}/%{name}-%{major}/%{name}/*.h
%{_includedir}/%{name}-%{major}/%{name}/*.hpp
%{_libdir}/pkgconfig/%{name}-%{major}.pc

#-----------------------------------

%prep
%setup -q

%build
./waf configure --prefix=%{_prefix} \
                --mandir=%{_mandir} \
                --libdir=%{_libdir} \
                --configdir=%{_sysconfdir}
./waf

%install

./waf install --destdir=%{buildroot}

%changelog

* Mon Sep 26 2016 alzim <alzim@bk.ru> 0.24.0-1
- (aa89de7) Merge pull request #3 from import/lilv:rosa2016.1
- (aa89de7) Add lv2apply



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10721 |14cu|linalg-linbox-1.3.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Avoid find requires problem with atlas*-devel packages
%define __noautoreq 'devel\\(|libcblas\\.so\\.(.*)|libclapack\\.so\\.(.*)'

%define major 0
%define libname %mklibname linbox %{major}
%define libusage %mklibname linboxsage %{major}
%define devname %mklibname linbox -d

Summary:	C++ library for High-Performance Exact Linear Algebra
Name:		linalg-linbox
Version:	1.3.2
Release:	6
License:	LGPLv2+
Group:		Sciences/Mathematics
Url:		http://www.linalg.org/
Source0:	http://www.linalg.org/linbox-%{version}.tar.gz
# Sent upstream 2 Nov 2011.  Fix double frees that crash all tests.
Patch0:		linbox-destructor.patch
Patch1:		linbox-gcc47.patch
# Correct missing semicollon
Patch2:		linbox-int64.patch
# Force linkage to mpfr and iml to avoid unresolved symbols
Patch3:		linbox-underlink.patch
BuildRequires:	fflas-ffpack-devel
BuildRequires:	givaro-devel
BuildRequires:	iml-devel
BuildRequires:	libatlas-devel
BuildRequires:	libm4rie-devel
BuildRequires:	mpfr-devel
BuildRequires:	ntl-devel
BuildRequires:	pkgconfig(m4ri)

%description
LinBox is a C++ template library for exact, high-performance linear
algebra computation with dense, sparse, and structured matrices over
the integers and over finite fields.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++ library for High-Performance Exact Linear Algebra
Group:		System/Libraries
Conflicts:	%{name} < 1.3.2-6
Obsoletes:	%{name} < 1.3.2-6
Requires:	atlas

%description -n %{libname}
LinBox is a C++ template library for exact, high-performance linear
algebra computation with dense, sparse, and structured matrices over
the integers and over finite fields.

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_libdir}/liblinbox.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libusage}
Summary:	C++ library for High-Performance Exact Linear Algebra
Group:		System/Libraries
Conflicts:	%{name} < 1.3.2-6
Requires:	atlas

%description -n %{libusage}
LinBox is a C++ template library for exact, high-performance linear
algebra computation with dense, sparse, and structured matrices over
the integers and over finite fields.

%files -n %{libusage}
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_libdir}/liblinboxsage.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries/headers for linbox
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libusage} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 1.3.2-6
Obsoletes:	%{name}-devel < 1.3.2-6
Requires:	fflas-ffpack-devel

%description -n %{devname}
Headers and libraries for development with linbox.

%files -n %{devname}
%{_includedir}/linbox
%{_libdir}/*.so
%{_bindir}/linbox-config
%{_mandir}/man1/linbox-config.1*

#----------------------------------------------------------------------------

%prep
%setup -qn linbox-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

# Fix up missing and extraneous library linkage
sed -e "s|\$(GMP_LIBS) \$(NTL_LIBS) \$(BLAS_LIBS)|-L%{_libdir}/atlas \$(NTL_LIBS) -lcblas|" \
    -i interfaces/driver/Makefile.in
sed -e "s|\$(GIVARO_LIBS) \$(GMP_LIBS) \$(NTL_LIBS) \$(BLAS_LIBS)|-L%{_libdir}/atlas ../../linbox/liblinbox.la \$(GIVARO_LIBS) \$(NTL_LIBS) -lcblas|" \
    -i interfaces/sage/Makefile.in

# Fix libtool
sed -i "s/func_apped/func_append/g" build-aux/ltmain.sh

%build
CFLAGS="%{optflags}"
%ifarch x86_64 ppc64
    CFLAGS="$CFLAGS -D__LINBOX_HAVE_INT64=1"
%endif
export CFLAGS
CXXFLAGS=$CFLAGS
export CXXFLAGS
CPPFLAGS="$CPPFLAGS -I%{_includedir}/m4rie"
export CPPFLAGS

%configure2_5x \
	--enable-shared \
	--disable-static \
	--enable-sage \
	--disable-doc \
	--with-ntl

# Remove hardcoded rpaths
sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
    -i libtool

# Don't try to optimize the tests; the build takes gargantuan amounts of memory
sed -i 's|-O2||g' tests/Makefile

make

# Don't want these files in with the HTML files
rm -f doc/linbox-html/{AUTHORS,COPYING,INSTALL}

%install
%makeinstall_std

# Remove docs that are installed in the wrong place
rm -rf %{buildroot}%{_prefix}/doc

%check
LD_LIBRARY_PATH=`pwd`/linbox/.libs %make check


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.2-6
- (10da1dc) Rework package according to packaging policies
- (10da1dc) Don't build docs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10722 |14cu|linkchecker-9.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov '_network.so|htmlsax.so'

Summary:	Check HTML documents for broken links
Name:		linkchecker
Version:	9.3
Release:	1
License:	GPLv2+
Group:		Networking/WWW
Url:		http://linkchecker.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/linkchecker/%{version}/LinkChecker-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	qt4-assistant
BuildRequires:	pkgconfig(python)
Requires:	python-qt4
Requires:	python-qt4-qscintilla

%description
 Features:
  o recursive checking
  o multithreaded
  o output can be colored or normal text, HTML, SQL, CSV or a sitemap
    graph in GML or XML
  o HTTP/1.1, FTP, mailto:, nntp:, news:, Gopher, Telnet and local 
    file links are supported
  o restrict link checking with regular expression filters for URLs
  o proxy support
  o give username/password for HTTP and FTP authorization
  o robots.txt exclusion protocol support 
  o i18n support
  o command line interface
  o (Fast)CGI web interface (requires HTTP server)

%files -f %{name}.lang
%config(noreplace) %{_sysconfdir}/*
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_mandir}/*/*
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn LinkChecker-%{version}

%build
export PATH=$PATH:/usr/lib/qt4/bin/

pushd doc/html
 make
popd

python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}

install -d %{buildroot}%{_sysconfdir}
mv %{buildroot}%{_datadir}/linkchecker/linkcheckerrc %{buildroot}%{_sysconfdir}

%find_lang %{name}


%changelog

* Mon Apr 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 9.3-1
- (5d76937) New version 9.3
- (5d76937) Add python-qt4-qscintilla to Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10723 |14cu|links-2.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lynx-like text WWW browser
Name:		links
Version:	2.13
Release:	1
License:	GPLv2+
Group:		Networking/WWW
Url:		http://links.twibright.com/
Source0:	http://links.twibright.com/download/links-%{version}.tar.bz2
Source4:	links.cfg
Patch3:		links-0.96-no-weird-unhx-ing-of-command-line-args.patch
Patch6:		links-2.8-cookies-save.patch
Patch8:		links-current-color-by-default--and-vt100-frames.patch
Patch14:	links-2.8-automake.patch
Patch21:	links-2.1pre17-fix-segfault-on-loading-cookies.patch
Patch22:	links-2.8-64bit-fixes.patch
Patch23:	links-2.8-dont-have-two-assocations-with-same-label--otherwise-one-cant-override-shared-config.patch
Patch24:	links-2.8-CVE-2006-5925--disable-SMB.patch
Patch25:	links2_better_verification.diff

BuildRequires:	bzip2-devel
BuildRequires:	gpm-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(directfb)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
Provides:	webclient
Requires:	links-common = %{EVRD}

%description
Links is a text based WWW browser, at first look similar to Lynx, but
somehow different:

- renders tables and frames
- displays colors as specified in current HTML page
- uses drop-down menu (like in Midnight Commander)
- can download files in background
- partially handle Javascript

%files
%doc AUTHORS ChangeLog README SITES
%{_bindir}/links-text

%post
update-alternatives --install /usr/bin/links links /usr/bin/links-text 10

%postun
if [ "$1" = "0" ]; then
  update-alternatives --remove links /usr/bin/links-text
fi

%triggerpostun -- links
if [ ! -e /usr/bin/links ]; then
  update-alternatives --auto links
fi

#----------------------------------------------------------------------------

%package graphic
Summary:	Lynx-like text/X11 WWW browser
Group:		Networking/WWW
Requires:	links-common = %{EVRD}
Provides:	webclient
Requires:	indexhtml

%description graphic
Links is a text/X11 based WWW browser, at first look similar to Lynx, but
somehow different:

- renders tables and frames
- displays colors as specified in current HTML page
- uses drop-down menu (like in Midnight Commander)
- can download files in background
- partially handle Javascript

%files graphic
%doc AUTHORS ChangeLog README SITES
%{_bindir}/links-graphic
%{_datadir}/applications/*

%post graphic
update-alternatives --install /usr/bin/links links /usr/bin/links-graphic 20

%postun graphic
if [ "$1" = "0" ]; then
  update-alternatives --remove links /usr/bin/links-graphic
fi

%triggerpostun graphic -- links
if [ ! -e /usr/bin/links ]; then
  update-alternatives --auto links
fi

#----------------------------------------------------------------------------

%package common
Summary:	Lynx-like text/X11 WWW browser
Group:		Networking/WWW
Requires:	links-common = %{EVRD}

%description common
Common files for links and links-graphic.

%files common
%doc AUTHORS ChangeLog README SITES
%config(noreplace) /etc/links.cfg
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch3 -p1
%patch6 -p1
%patch8 -p1
%patch14 -p1
%patch21 -p1
%patch22 -p1 -b .64bit-fixes
%patch23 -p1
%patch24 -p1
%patch25 -p1

# Convert to utf-8
for file in AUTHORS ChangeLog; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
autoreconf -fiv
%configure2_5x
%make

cp -f links links-text

make clean
%configure2_5x --enable-graphics
%make

cp -f links links-graphic

%install
%makeinstall_std

rm -f %{buildroot}%{_bindir}/links
install links-graphic links-text %{buildroot}%{_bindir}

install -D -m 644 %{SOURCE4} %{buildroot}/etc/links.cfg

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Links
Comment=Lynx-like text/graphic Web browser
Exec=/usr/bin/links-graphic /usr/share/branding-configs/fresh/index.html
Icon=web_browser_section
Terminal=false
Type=Application
Categories=Network;WebBrowser;
EOF


%changelog

* Sun Jul 03 2016 abfonly <abfonly@gmail.com> 2.13-1
- (cbec4dd) Log: Update to 2.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10724 |14cu|linssid-2.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical wireless scanner
Name:		linssid
Version:	2.7
Release:	4
License:	GPLv3+
Group:		System/Kernel and hardware
Url:		http://sourceforge.net/projects/linssid/
Source0:	http://sourceforge.net/projects/linssid/files/LinSSID_%{version}/%{name}_%{version}.orig.tar.gz
Source1:        linssid_ru.qm
Patch0:		linssid-2.7-qwt6.patch
Patch1:		linssid-2.7-shared-boost.patch
Patch2:         linssid_translaate.patch
# For rsvg-convert
BuildRequires:	librsvg
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	usermode-consoleonly

%description
LinSSID is a graphical program that displays locally receivable 802.11
wireless attach points and ad hoc networks.

A table is displayed with various parameters such as MAC address, channel,
and signal strength. Graphs are also displayed with signal strength by
channel and signal strength over time.

LinSSID is graphically and functionally similar to inSSIDer (for Microsoft
Windows) and Wifi Analyzer (for Android).

LinSSID can be used to measure the local perfomance or to search for an
interference free channel to be set in a wireless router (access point).
The wireless established link won't be affected by these operations because
LinSSID needn't set the monitor mode in network interface.

%files
%{_bindir}/%{name}
%{_sbindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*.png
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_sysconfdir}/pam.d/%{name}
%{_sysconfdir}/security/console.apps/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%qmake_qt5
%make

%install
make install INSTALL_ROOT=%{buildroot} STRIP=true

# Run LinSSID with consolehelper, it requires root
mkdir -p %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}

cat > %{name}.pam <<EOF
#%PAM-1.0
auth            include         config-util
account         include         config-util
session         include         config-util
EOF

cat > %{name}.console <<EOF
USER=root
PROGRAM=%{_sbindir}/%{name}
SESSION=true
EOF

# consolehelper and userhelper
ln -s consolehelper %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -m 644 %{name}.pam %{buildroot}%{_sysconfdir}/pam.d/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
install -m 644 %{name}.console %{buildroot}%{_sysconfdir}/security/console.apps/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}/lang
cp %{SOURCE1} %{buildroot}%{_datadir}/%{name}/lang

# Install menu entry, overwrite the one that comes with sources (incomplete)
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=LinSSID
Comment=Graphical wireless scanner
Name[ru]=LinSSID
Comment[ru]=Графический сканер беспроводных сетей
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=System;Monitor;
EOF

# Install menu icons
for N in 16 32 48 64 128;
do
    rsvg-convert linssid-app/%{name}.svg -o ${N}.png -w ${N} -h ${N};
    install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done
install -D -m 0644 linssid-app/%{name}.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

%changelog

* Sun Jan 24 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.7-4
- (09c4cb5) Updated Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10725 |14cu|linthesia-0.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Linthesia is a fork of the Windows/Mac game called Synthesia
Name:		linthesia
Version:	0.4.2
Release:	1
License:	GPLv2+
Group:		Sound
Url:		https://github.com/linthesia/linthesia
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gdkglextmm-x11-1.2)
BuildRequires:	pkgconfig(gconfmm-2.6)

%description
Linthesia is a fork of the Windows/Mac game called Synthesia.
It is a game of playing music using a MIDI keyboard (or your PC keyboard),
following a .mid file.

%files
%{_bindir}/*
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.xpm

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -ivf
%configure2_5x

%make

%install
%makeinstall_std

desktop-file-install \
  --dir %{buildroot}%{_datadir}/applications \
  %{SOURCE1}

install -d %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -m 644 -p extra/%{name}.xpm %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.xpm


%changelog

* Sat Sep 16 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.2-1
- (bef67b8) Minor cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10726 |14cu|linux_pcnfsd2-1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	RPC Server That Supports ONC Clients
Name:		linux_pcnfsd2
Version:	1.6
Release:	1
License:	zlib
Group:		System/Servers
Url:		https://build.opensuse.org/package/show/openSUSE:Leap:42.1/linux_pcnfsd2
Source0:	linux_pcnfsd2.tar.gz
Source1:	pcnfsd.service
Patch0:		linux_pcnfsd2.patch
Patch1:		linux_pcnfsd2-format-security.patch
Patch2:		linux_pcnfsd2-tirpc.patch
Patch3:		linux_pcnfsd2-spooldir.patch
BuildRequires:	pkgconfig(libtirpc)
Requires:	net-tools
Requires(post,preun):	systemd

%description
RPC server that supports ONC clients on PC (DOS, OS/2, Macintosh, and
other) systems.

%files
%doc README
%{_sbindir}/clnt.pcnfsd
%{_sbindir}/rpc.pcnfsd
%{_mandir}/man8/pcnfsd.8*
%{_unitdir}/pcnfsd.service

%post
%systemd_post pcnfsd.service

%preun
%systemd_preun pcnfsd.service

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p0
%patch1 -p1 -b .FMT
%patch2 -p1
%patch3 -p1

%build
%setup_compile_flags
%make \
	-f Makefile.linux

%install
mkdir -p %{buildroot}%{_sbindir}
install -m 755 linux/clnt.pcnfsd %{buildroot}%{_sbindir}/
install -m 755 linux/rpc.pcnfsd %{buildroot}%{_sbindir}/

mkdir -p %{buildroot}%{_mandir}/man8
install -m 644 pcnfsd.8c %{buildroot}%{_mandir}/man8/pcnfsd.8

mkdir -p %{buildroot}%{_unitdir}
install -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/pcnfsd.service


%changelog

* Wed Jun 22 2016 Rosa <rosa@abf.rosalinux.ru> 1.6-1
- (c48fc52) Automatic import for version 1.6-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10727 |14cu|linuxsampler-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	4
%define	libname	%mklibname %{name} %{major}
%define	develname %mklibname %{name} -d

Name:		linuxsampler
Summary:	Professional grade software audio sampler
Version:	2.0.0
Release:	1
License:	GPLv2+
Group:		Sound
URL:		http://www.linuxsampler.org/
Source0:	http://download.linuxsampler.org/packages/%{name}-%{version}.tar.bz2
BuildRequires:	bison
BuildRequires:	pkgconfig(gig) >= 4.0.0
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(dssi)
BuildRequires:	pkgconfig(sqlite3)
#BuildRequires:	pkgconfig(lv2core)
BuildRequires:	lv2-devel

%description
LinuxSampler is a professional grade software audio sampler that aims to
deliver performance and features at par with hardware sampler devices.

%files
%doc ChangeLog COPYING NEWS README
%{_bindir}/%{name}
%{_bindir}/ls_instr_script
%{_bindir}/lscp
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man1/lscp.1.*
%{_prefix}/README.urpmi
%{_localstatedir}/lib/%{name}/instruments.db


#--------------------------------------------------------------------

%package -n	%{libname}
Group:		System/Libraries
Summary:	Libraries for %{name}
Provides:	lib%{name} = %{EVRD}

%description -n %{libname}
Libraries from %{name}.

%files -n %{libname}
%doc ChangeLog COPYING NEWS README
%dir %{_libdir}/%{name}
#/plugins
%{_libdir}/%{name}/lib%{name}.so.%{major}*

#--------------------------------------------------------------------

%package -n	%{develname}
Group:		Development/Other
Summary:	Libraries for %{name}
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
%rename		%{_lib}%{name}3-devel

%description -n	%{develname}
Development libraries from %{name}.

%files -n %{develname}
%doc ChangeLog COPYING NEWS README
%dir %{_includedir}/%{name}
%dir %{_includedir}/%{name}/common
%dir %{_includedir}/%{name}/drivers
%dir %{_includedir}/%{name}/drivers/audio
%dir %{_includedir}/%{name}/drivers/midi
%dir %{_includedir}/%{name}/effects
%dir %{_includedir}/%{name}/engines
%dir %{_includedir}/%{name}/plugins
%{_includedir}/%{name}/*.h
%{_includedir}/%{name}/common/*.h
%{_includedir}/%{name}/drivers/*.h
%{_includedir}/%{name}/drivers/audio/*.h
%{_includedir}/%{name}/drivers/midi/*.h
%{_includedir}/%{name}/effects/*.h
%{_includedir}/%{name}/engines/*.h
%{_includedir}/%{name}/plugins/*.h
%{_libdir}/pkgconfig/%{name}.pc
#{_libdir}/dssi/*.a
%{_libdir}/dssi/*.so
#{_libdir}/lv2/%%{name}.lv2/*.a
%{_libdir}/lv2/%{name}.lv2/*.so
%{_libdir}/lv2/%{name}.lv2/*.ttl
#{_libdir}/%%{name}/liblinuxsampler.a
%{_libdir}/%{name}/liblinuxsampler.so

#--------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
# Merged upstream
#perl -pi -e "s/append\(element\)/this->append\(element\)/g" src/common/Pool.h


%build
%configure2_5x	--disable-static \
		--disable-arts-driver \
		--disable-artstest \
		--disable-midishare-driver
%make


%install
%makeinstall_std


cat > %{buildroot}/%{_prefix}/README.urpmi <<EOF

WARNING
-------
LinuxSampler is licensed under the GNU GPL with the exception that 
USAGE of the source code, libraries and applications FOR COMMERCIAL 
HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED  without prior written 
permission by the LinuxSampler authors. If you have questions on the 
subject, that are not yet covered by the FAQ, please contact us.

EOF

%changelog

* Wed Dec 23 2015 gvm <mc2374@mclink.it> 2.0.0-1
- (8c45b78) Updated linuxsampler.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10728 |14cu|lipsofsuna-0.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lips of Suna is a tongue-in-cheek dungeon crawl game
Name:		lipsofsuna
Version:	0.8.0
Release:	4
License:	LGPLv3+
Group:		Games/Arcade
Url:		http://sourceforge.net/projects/lipsofsuna/
Source0:	http://sourceforge.net/projects/%{name}/files/%name}/%{version}/%{name}-%{version}.tar.gz
Patch0:		lipsofsuna-0.8.0-linkage.patch
Patch1:		lipsofsuna-0.8.0-ogre1.9.patch
BuildRequires:	boost-devel
BuildRequires:	inotify-tools-devel
BuildRequires:	pkgconfig(bullet)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libenet)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(OGRE)
BuildRequires:	pkgconfig(OIS)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)
Requires:	ogre

%description
Lips of Suna is a tongue-in-cheek dungeon crawl game that takes place in the
chaotic dungeons of Suna. The five intelligent races of the world descend to
the dungeons with their goal to save the world from a conclusive disaster.

In your journey to the depths of the dungeons, you will, among other things,
have to fight creatures of different varieties, solve quests, explore new
places, and craft custom items. Luckily you don't need to do all this alone
since you can crawl the dungeons with your friends.

%files
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
export LDFLAGS="$LDFLAGS -lstdc++"
./waf configure --prefix=%{_prefix} \
		--libdir=%{_libdir} \
		--bindir=%{_bindir} \
		--disable-relpath

%install
./waf install --destdir=%{buildroot}

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Lips of Suna
Comment=Lips of Suna is a tongue-in-cheek dungeon crawl game
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF


%changelog
* Wed Oct 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.0-4
+ Revision: 697a273
- Fix build with ogre 1.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10729 |14cu|liri-browser-0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Liri browser
Name:		liri-browser
Version:	0.3
Release:	1
License:	GPLv3
Group:		Networking/WWW
Url:		http://liriproject.me/browser/
Source0:	https://github.com/liri-project/liri-browser/archive/v%{version}.zip
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5WebEngine)
Requires:	qml-material

%description
Material-design web browser.

%files
%{_bindir}/*


#----------------------------------------------------------------------------

%prep
%setup -q

%build
%qmake_qt5
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m755 liri-browser %{buildroot}%{_bindir}

%changelog

* Thu Jul 21 2016 Denis Silakov <dsilakov@gmail.com> 0.3-1
- (43e37ca) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10730 |14cu|listener-2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		listener
Version:	2.2
Release:	1
Summary:	A sounds detection program
Group:		Sound
License:	GPL
URL:		http://www.vanheusden.com/%{name}/
Source:		http://www.vanheusden.com/%{name}/%{name}-%{version}.tgz
Patch0:		%{name}-2.2-fix-makefile.patch
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sndfile)

%description
This program listens for sound. If it detects any, it starts recording
automatically and also automatically stops when things become silent again.

%files
%doc manual.html
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/*

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make

%install
%makeinstall_std

%changelog

* Tue Apr 07 2015 Giovanni Mariani <mc2374@mclink.it> 2.2-1
- (d243e76) Updated to release 2.2 and rediffed P0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10731 |14cu|lite-0.9.1_svn-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname LiTE
%define oversion 0.9.1

%define api 0.9
%define major 1
%define libname %mklibname %{name} %{api} %{major}
%define libleck %mklibname leck %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Toolkit Engine
Name:		lite
Version:	0.9.1_svn
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.directfb.org/
Source0:	http://www.directfb.org/downloads/Libs/%{oname}-%{oversion}.tar.gz
BuildRequires:	libtool
BuildRequires:	pkgconfig(directfb)

%description
LiTE is a Toolkit Engine for DirectFB.

#----------------------------------------------------------------------------

%package common
Summary:	Images and fonts for LiTE
Requires:	fonts-ttf-vera
Group:		Graphical desktop/Other

%description common
LiTE is a Toolkit Engine for DirectFB.
This package contains the images and fonts needed by LiTE.

%files common
%doc AUTHORS NEWS README TODO COPYING ChangeLog
%{_datadir}/LiTE

#----------------------------------------------------------------------------

%package tools
Summary:	LiTE tools and examples
Group:		Graphical desktop/Other

%description tools
LiTE is a Toolkit Engine for DirectFB.
This package contains example tools for LiTE.

%files tools
%doc AUTHORS NEWS README TODO COPYING ChangeLog
%{_bindir}/lite_*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for LiTE
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Requires:	%{name}-common >= %{version}
Obsoletes:	%{_lib}lite1 < 0.9.1_svn-3

%description -n %{libname}
LiTE is a Toolkit Engine for DirectFB.
This package contains the library needed to run programs dynamically
linked with LiTE.

%files -n %{libname}
%doc AUTHORS NEWS README TODO COPYING ChangeLog
%{_libdir}/liblite-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libleck}
Summary:	LiTE's extended Component Kit
Group:		System/Libraries
Obsoletes:	%{_lib}leck1 < 0.9.1_svn-3

%description -n %{libleck}
LiTE is a Toolkit Engine for DirectFB. This package contains
LiTE's extended Component Kit.

%files -n %{libleck}
%doc AUTHORS NEWS README TODO COPYING ChangeLog
%{_libdir}/libleck-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use LiTE
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libleck} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	leck-devel = %{EVRD}

%description -n %{devname}
LiTE is a Toolkit Engine for DirectFB.
This package contains the headers that programmers will need to develop
applications which will use LiTE.

%files -n %{devname}
%doc AUTHORS NEWS README TODO COPYING ChangeLog
%{_libdir}/liblite.so
%{_libdir}/libleck.so
%{_libdir}/pkgconfig/lite.pc
%{_libdir}/pkgconfig/leck.pc
%{_includedir}/lite
%{_includedir}/leck

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{oversion}

%build
./autogen.sh
%configure2_5x \
	--with-fontdir=%{_datadir}/%{oname}/fonts
%make

%install
%makeinstall_std

rm %{buildroot}%{_datadir}/%{oname}/fonts/vera{,bd,bi,i}.ttf
ln -s %{_datadir}/fonts/TTF/Vera.ttf %{buildroot}%{_datadir}/%{oname}/fonts/vera.ttf
ln -s %{_datadir}/fonts/TTF/VeraBd.ttf %{buildroot}%{_datadir}/%{oname}/fonts/verabd.ttf
ln -s %{_datadir}/fonts/TTF/VeraBI.ttf %{buildroot}%{_datadir}/%{oname}/fonts/verabi.ttf
ln -s %{_datadir}/fonts/TTF/VeraIt.ttf %{buildroot}%{_datadir}/%{oname}/fonts/verai.ttf


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.1_svn-3
- (7b3c679) Fix another typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10732 |14cu|lives-2.8.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define	libname %mklibname weed %{major}
%define	devname %mklibname -d weed

%define	libOSC %mklibname OSC %{major}
%define	devOSC %mklibname  -d OSC

%define	_disable_ld_no_undefined 1
%define	_appdatadir %{_datadir}/appdata

Summary:	Linux Video Editing System
Name:		lives
Version:	2.8.7
Release:	1
License:	GPLv3+
Group:		Video
Url:		http://lives-video.com
Source0:	http://lives-video.com/releases/LiVES-%{version}.tar.bz2
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
Source100:	%{name}.rpmlintrc

BuildRequires:	bison
BuildRequires:	imagemagick
BuildRequires:	gpm-devel
BuildRequires:	pth-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(celt)
BuildRequires:	pkgconfig(gdk-3.0) 
BuildRequires:	pkgconfig(jack)
BuildRequires:	ffmpeg-devel >= 3.2.2
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(libvisual-0.4) >= 0.1.7
BuildRequires:	pkgconfig(mjpegtools)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(theora)
BuildRequires:	tirpc-devel
BuildRequires:	doxygen
BuildRequires:	ladspa-devel
BuildRequires:	frei0r-plugins-devel
BuildRequires:	pkgconfig(glee)
BuildRequires:	pkgconfig(libunicap)
BuildRequires:	pkgconfig(liboil-0.3)
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(libprojectM)
BuildRequires:	help2man
BuildRequires:	gettext
BuildRequires:	appstream-util
BuildRequires:	desktop-file-utils

Requires:	cdrecord-cdda2wav
Requires:	dvgrab
Requires:	frei0r-plugins
Requires:	imagemagick
Requires:	libvisual-plugins
Requires:	mencoder
Requires:	mkvtoolnix
Requires:	mplayer
Requires:	ogmtools
Requires:	sox
Requires:	vorbis-tools
Requires:	xset
Requires:	youtube-dl
Requires:	%{libname} = %{EVRD}
Requires:	%{libOSC} = %{EVRD}

%description
The Linux Video Editing System (LiVES) is intended to be a simple yet powerful
video effects and editing system.  It uses common tools for most of its work
(mplayer, ImageMagick, GTK+, sox).

%files -f lives.lang
%doc %{_docdir}/%{name}-%{version}
%{_bindir}/*
%{_datadir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/LiVES.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_appdatadir}/%{name}.appdata.xml
#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Linux Video Editing System - shared libs
Group:		Video

%description -n %{libname}
This package contains shared libs for LiVES.

%files -n %{libname}
%doc COPYING FEATURES NEWS README GETTING.STARTED 
%{_libdir}/libweed.so.%{major}
%{_libdir}/libweed.so.%{major}.*
%{_libdir}/libweed-utils.so.%{major}
%{_libdir}/libweed-utils.so.%{major}.*
%{_libdir}/libweed_slice.so.%{major}
%{_libdir}/libweed_slice.so.%{major}.*
%{_libdir}/libweed-utils_scripting.so.%{major}
%{_libdir}/libweed-utils_scripting.so.%{major}.*
%{_libdir}/libweed_slice_scripting.so.%{major}
%{_libdir}/libweed_slice_scripting.so.%{major}.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Linux Video Editing System - Development files
Group:		Video
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files needed to build LiVES plug-ins.

%files -n %{devname}
%doc BUGS ABOUT-NLS AUTHORS
%{_includedir}/weed
%{_libdir}/libweed.so
%{_libdir}/libweed-utils.so
%{_libdir}/libweed_slice.so
%{_libdir}/libweed-utils_scripting.so
%{_libdir}/libweed_slice_scripting.so
%{_libdir}/pkgconfig/libweed.pc
%{_libdir}/pkgconfig/libweed_slice.pc
%{_libdir}/pkgconfig/libweed-plugin.pc
%{_libdir}/pkgconfig/libweed-utils.pc
%{_libdir}/pkgconfig/libweed-compat.pc

#----------------------------------------------------------------------------
%package -n %{libOSC} 

Summary:	Linux Video Editing System - shared libs
Group:		Video

%description -n  %{libOSC}
This is NOT the full libOSC SDK, it is a highly hacked version for testing 
with LiVES.

%files -n  %{libOSC}
%doc libOSC/{AUTHORS,README}
%{_libdir}/libOSC.so.%{major}
%{_libdir}/libOSC.so.%{major}.*
%{_libdir}/libOSC_client.so.%{major}
%{_libdir}/libOSC_client.so.%{major}.*

#----------------------------------------------------------------------------
%package -n %{devOSC}
Summary:	Linux Video Editing System - Development files
Group:		Video
Requires:	%{libOSC} = %{EVRD}
Provides:	libOSC-devel = %{EVRD}

%description -n %{devOSC}
This package contains header files and libraries needed to develop
application that use libOSC.

%files -n  %{devOSC} 
%doc libOSC/{AUTHORS,README}
%{_libdir}/libOSC.so
%{_libdir}/libOSC_client.so
#----------------------------------------------------------------------------


%prep
%setup -q
find . -name "*.c" -o -name "*.h" -o -name "*.cpp" |xargs chmod 0644


%build
%configure2_5x 
%make


%install
mkdir -p %{buildroot}%{_bindir}
%makeinstall_std
%find_lang %{name}

rm %{buildroot}%{_bindir}/%{name}
cd %{buildroot}/%{_bindir}/
ln -s %{name}-exe %{name}

find %{buildroot} -name "*" -exec chrpath --delete {} \; 2>/dev/null

find %{buildroot} -name "*.pc" \
    | while read f ;
    do
	sed -i -e "s!libdir=\${exec_prefix}/lib!libdir=\${exec_prefix}/%{_lib}!" "$f" ;
    done

%ifarch x86_64
mv %{buildroot}/%{_bindir}/lives %{buildroot}/%{_bindir}/lives0
echo -e "#!/bin/bash\n" > %{buildroot}/%{_bindir}/lives
echo "export FREI0R_PATH=/usr/lib64/frei0r-1" >> %{buildroot}/%{_bindir}/lives
echo -e "lives0\n" >> %{buildroot}/%{_bindir}/lives
chmod +x %{buildroot}/%{_bindir}/lives
%endif

# clean 
rm -f %{buildroot}%{_datadir}/pixmaps/lives.xpm
rm -rf %{buildroot}%{_datadir}/app-install
find %{buildroot} -name '*.la' -exec rm -f {} ';'
find %{buildroot} -name '*.a' -exec rm -f {} ';'

#fix linting
chmod a-x %{buildroot}%{_libdir}/lives/plugins/effects/realtime/weed/data/fourKlives/songs/{examples,newlives,regrlives,roselives,modulations}.txt


# icons
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 %{SOURCE1} \
	%{buildroot}/%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 644 %{SOURCE2} \
	%{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 644 %{SOURCE3} \
	%{buildroot}/%{_iconsdir}/hicolor/48x48/apps/%{name}.png
	
	
# appdata
mkdir -p %{buildroot}%{_appdatadir}
cat > %{buildroot}%{_appdatadir}/%{name}.appdata.xml << EOF
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
<component type="desktop">
  <id type="desktop">LiVES.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <summary>Video editor and VJ tool</summary>
  <name>LiVES</name>
  <project_license>GPL-3.0+ and LGPL-3.0+</project_license>
  <releases>
    <release version="%{version}-%{release}" timestamp="1453075707"/>
  </releases>
  <categories>
   <category>Multimedia</category>
  </categories>
  <description>
    <p>
      LiVES began in 2002 as the Linux Video Editing System.
      Since it now runs on more operating systems: LiVES is a Video Editing System.
      It is designed to be simple to use, yet powerful.
      It is small in size, yet it has many advanced features.
    </p>
    <p>
      LiVES mixes realtime video performance and non-linear editing in one professional
      quality application. It will let you start editing and making video right away,
      without having to worry   about formats, frame sizes, or framerates.
      It is a very flexible tool which is used by both professional VJ's and video editors
      - mix and switch clips from the keyboard, use dozens of realtime effects, trim and
      edit your clips in the clip editor, and bring them together using the multitrack timeline.
      You can even record your performance in real time, and then edit it further
      or render it straight away. 
    </p>
    <p>
      For the more technically minded, the application is frame and sample accurate,
      and it can be controlled remotely or scripted for use as a video server.
      And it supports all of the latest free standards.
    </p>
  </description>
  <url type="homepage">http://lives-video.com/</url>
  <screenshots>
    <screenshot type="default">http://lives-video.com/images/livescess.png</screenshot>
    <screenshot>http://lives-video.com/images/livesmtss.png</screenshot>
  </screenshots>
  <updatecontact>salsaman_at_gmail.com</updatecontact>
</component>
EOF


%check
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.xml    
desktop-file-validate %{buildroot}/%{_datadir}/applications/LiVES.desktop

%changelog

* Sat Jul 15 2017 abfonly <abfonly@gmail.com> 2.8.7-1
- (143e203) Log: Update to 2.8.7

* Sun May 21 2017 abfonly <abfonly@gmail.com> 2.8.5-1
- (756ef73) Log: Update to 2.8.5
- (756ef73) Fix audio loss when inserting without audio in clip editor (regression).
- (756ef73) Fix compiler error and warnings for gcc 7 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853520)
- (756ef73) Fix regression in mkv_decoder.
- (756ef73) Fix compiler warnings for openGL plugin.
- (756ef73) Change max seek allowed from 1 second to 2 seconds in avformat decoder.
- (756ef73) Update css state selectors for gtk 3.18+
- (756ef73) Experimental support for Wayland.
- (756ef73) Updated translation to Ukranian (thaks Yuri).

* Sun Mar 12 2017 abfonly <abfonly@gmail.com> 2.8.4-1
- (87ae352) Log: Update to 2.8.4
- (87ae352) Fix error in Insert Silence (regression).
- (87ae352) Fix minor issue with Undo Insert Silence.
- (87ae352) Minor GUI updates for Insert Silence dialog.

* Thu Oct 27 2016 tremod <negry.m@yandex.ru> 2.8.1-1
- (16bc6d3) Update to 2.8.1

* Mon Sep 26 2016 Alzim <alzim@bk.ru> 2.8.0-1
- (e18c8a3) Updated to 2.8.0

* Sun Jul 03 2016 abfonly <abfonly@gmail.com> 2.6.3-1
- (176d823) Log Update to 2.6.3
- (176d823) Version 2.6.3
- (176d823) -------------
- (176d823) Fix bug which caused error moving sets with no layouts
- (176d823) Optimise recording of generated frames.
- (176d823) Fixes for recording audio from external pulse audio.
- (176d823) Fix incorrect recognition of single jpeg/png as video
- (176d823) Fix -Open Location-
- (176d823) Use png rather than jpeg internally whenever possible.
- (176d823) Improved support for mpv instead of mplayer.
- (176d823) Add a few new effects ported from Toonz.

* Tue Apr 12 2016 abfonly <abfonly@gmail.com> 2.6.2-1
- (f675caa) Log: Update to 2.6.2
- (f675caa) Version 2.6.2
- (f675caa) -----------------------------
- (f675caa) Fix flickering in multi threaded palette conversion.
- (f675caa) Improved YUV / RGB palette conversions.
- (f675caa) Play selections should function even after switching clips, restarting playback.
- (f675caa) Add encoded files to global -recently used files-.
- (f675caa) Implement new theming engine, allow custom themes / colours in Preferences.
- (f675caa) Fix bug with layout reloading after crash.
- (f675caa) Fix bugs in setting in/out points in multitrack.
- (f675caa) Fix showing of textbuffer parameters in effect windows (regression).
- (f675caa) Fix possible minor memory leak when applying inplace effects (regression).
- (f675caa) Fix crash / bug in MIDI / joystick learner.
- (f675caa) Fix bug which prevented OSC clip changes during recording.
- (f675caa) Rewrite keyboard handler, fixing keyboard repeat for ctrl-arrow keys.
- (f675caa) Allow for slightly longer strings in LiVES libOSC.
- (f675caa) Improvements to edge detect and onedTV filters.
- (f675caa) Compatibility updates for ffmpeg 2.9+
- (f675caa) Add qtrle format and quality settings to ffmpeg_encoder.
- (f675caa) Add new VJ keys: ctrl-alt-space (change direction of background clip), ctrl-alt-page-up/down (adjust speed of background clip)
- (f675caa) Major code cleanup and optimisations.
- (f675caa) Minor compilation fixes for gtk+ 2.x
- (f675caa) Fix bug in finding of -Next filter map- in multitrack.
- (f675caa) Updated translation to Ukranian (thanks Yuri Churnoivan).
- (f675caa) Updated translation to Brazilian Portuguese.

* Fri Mar 18 2016 abfonly <abfonly@gmail.com> 2.6.0-1
- (376e785) Log: Update to 2.6.0
- (376e785) Version 2.6.0 (1 Feb 2016)
- (376e785) --------------------------------------
- (376e785) -Fix crash when applying rendered effects to virtual clips.
- (376e785) -Add h264/aac, wmv2, ffv1 and mjpeg encodings to ffmpeg_encoder.
- (376e785) -Fix memory leak in new style gdkpixbuf converter.
- (376e785) -Fix frame seek bug in avformat decoder with non-zero start time.
- (376e785) -Autoscroll -Show details- when encoding.
- (376e785) -Work around a gtk+ crash bug in GtkTextView with lots of text.
- (376e785) -Show missing libraries in ffmpeg_encoder.
- (376e785) -Show time remaining estimate for encoding for most encoder formats.
- (376e785) -OK / Cancel in the file chooser should immediately cancel any preview (regression).
- (376e785) -Add -Use current clip values- button when entering multitrack.
- (376e785) -Fix memory leak in pulseaudio input analysis.
- (376e785) -Minor GUI improvements.
- (376e785) Packaging
- (376e785) -----------------
- (376e785) -Update appdata.xml
- (376e785) -Fix some more linting
- (376e785) -Fixed BR
- (376e785) -Fixed lang
- (376e785) -Spec clean
- (abfonly: 191dc03) Log: Update to 2.6.0
- (abfonly: 191dc03) Version 2.6.0 (1 Feb 2016)
- (abfonly: 191dc03) -------------------------------------
- (abfonly: 191dc03) -Fix crash when applying rendered effects to virtual clips.
- (abfonly: 191dc03) -Add h264/aac, wmv2, ffv1 and mjpeg encodings to ffmpeg_encoder.
- (abfonly: 191dc03) -Fix memory leak in new style gdkpixbuf converter.
- (abfonly: 191dc03) -Fix frame seek bug in avformat decoder with non-zero start time.
- (abfonly: 191dc03) -Autoscroll -Show details- when encoding.
- (abfonly: 191dc03) -Work around a gtk+ crash bug in GtkTextView with lots of text.
- (abfonly: 191dc03) -Show missing libraries in ffmpeg_encoder.
- (abfonly: 191dc03) -Show time remaining estimate for encoding for most encoder formats.
- (abfonly: 191dc03) -OK / Cancel in the file chooser should immediately cancel any preview (regression).
- (abfonly: 191dc03) -Add -Use current clip values- button when entering multitrack.
- (abfonly: 191dc03) -Fix memory leak in pulseaudio input analysis.
- (abfonly: 191dc03) -Minor GUI improvements.
- (abfonly: 191dc03) Packaging
- (abfonly: 191dc03) ------------------------
- (abfonly: 191dc03) -Update appdata.xml
- (abfonly: 191dc03) -Fix some more linting
- (abfonly: 191dc03) -Fixed BR
- (abfonly: 191dc03) -Spec clean
- (abfonly: 91bfba0) Log: Update to 2.6.0
- (abfonly: 91bfba0) Version 2.6.0 (1 Feb 2016)
- (abfonly: 91bfba0) =========================
- (abfonly: 91bfba0) -Fix crash when applying rendered effects to virtual clips.
- (abfonly: 91bfba0) -Add h264/aac, wmv2, ffv1 and mjpeg encodings to ffmpeg_encoder.
- (abfonly: 91bfba0) -Fix memory leak in new style gdkpixbuf converter.
- (abfonly: 91bfba0) -Fix frame seek bug in avformat decoder with non-zero start time.
- (abfonly: 91bfba0) -Autoscroll -Show details- when encoding.
- (abfonly: 91bfba0) -Work around a gtk+ crash bug in GtkTextView with lots of text.
- (abfonly: 91bfba0) -Show missing libraries in ffmpeg_encoder.
- (abfonly: 91bfba0) -Show time remaining estimate for encoding for most encoder formats.
- (abfonly: 91bfba0) -OK / Cancel in the file chooser should immediately cancel any preview (regression).
- (abfonly: 91bfba0) -Add -Use current clip values- button when entering multitrack.
- (abfonly: 91bfba0) -Fix memory leak in pulseaudio input analysis.
- (abfonly: 91bfba0) -Minor GUI improvements.
- (abfonly: 91bfba0) Packaging
- (abfonly: 91bfba0) ==============
- (abfonly: 91bfba0) -Update appdata.xml
- (abfonly: 91bfba0) -Fix some more linting
- (abfonly: 91bfba0) -Fixed BR
- (abfonly: 91bfba0) -Spec clean
- (abfonly: a38221c) Log: Update to 2.6.0
- (abfonly: a38221c) Version 2.6.0 (1 Feb 2016)
- (abfonly: a38221c) --------------------------
- (abfonly: a38221c) -Fix crash when applying rendered effects to virtual clips.
- (abfonly: a38221c) -Add h264/aac, wmv2, ffv1 and mjpeg encodings to ffmpeg_encoder.
- (abfonly: a38221c) -Fix memory leak in new style gdkpixbuf converter.
- (abfonly: a38221c) -Fix frame seek bug in avformat decoder with non-zero start time.
- (abfonly: a38221c) -Autoscroll -Show details- when encoding.
- (abfonly: a38221c) -Work around a gtk+ crash bug in GtkTextView with lots of text.
- (abfonly: a38221c) -Show missing libraries in ffmpeg_encoder.
- (abfonly: a38221c) -Show time remaining estimate for encoding for most encoder formats.
- (abfonly: a38221c) -OK / Cancel in the file chooser should immediately cancel any preview (regression).
- (abfonly: a38221c) -Add -Use current clip values- button when entering multitrack.
- (abfonly: a38221c) -Fix memory leak in pulseaudio input analysis.
- (abfonly: a38221c) -Minor GUI improvements.
- (abfonly: a38221c) Packaging
- (abfonly: a38221c) =========
- (abfonly: a38221c) -Update appdata.xml
- (abfonly: a38221c) -Fix some more linting
- (abfonly: a38221c) -Spec clean

* Mon Dec 21 2015 Giovanni Mariani <mc2374@mclink.it> 2.4.6-1
- (6f53a22) Updated to release 2.4.6

* Sun Dec 06 2015 Denis Silakov <dsilakov@gmail.com> 2.4.5-1
- (8658973) Updated to 2.4.5

* Thu Oct 22 2015 abfonly <abfonly@gmail.com> 2.4.2-1
- (46bbbbe) Updated lives.spec
- (abfonly: 2972045) Log: Update to 2.4.2
- (abfonly: 2972045) Upstream
- (abfonly: 2972045) =======
- (abfonly: 2972045) Fix crash after recording with pulseaudio external audio.
- (abfonly: 2972045) Fix possible crash when converting from YUV420 to UYVY / YUYV.
- (abfonly: 2972045) Fix memory issue in audio triggered video generators.
- (abfonly: 2972045) Fix buttons issue in the progress dialog (regression).
- (abfonly: 2972045) Fix occasional hang in shutdown via OSC.
- (abfonly: 2972045) Minor fixes for headless (nogui, noplaywin) modes.
- (abfonly: 2972045) Increase size of debug output window when encoding (Regression).
- (abfonly: 2972045) Fix for compiling without jack.
- (abfonly: 2972045) Fix crash in mask_overlay effect.
- (abfonly: 2972045) Fix some threading problems when running audio and video effects together.
- (abfonly: 2972045) Improve OSC responsiveness during playback.
- (abfonly: 2972045) Fixes for beat_detector, edge, vector_visualiser, and kaleidoscope plugins.
- (abfonly: 2972045) Fix latency issue with pulseaudio external input.
- (abfonly: 2972045) Fix for opening unicap device during playback.
- (abfonly: 2972045) Work around gtk+ bug for clips menu.
- (abfonly: 2972045) Implement OSC commands /audio/mute/set, /audio/mute/get, /audio/volume/set, /audio/volume/get and /clip/open/unicap.
- (abfonly: 2972045) Fixes / refactoring for firewire grabbing.
- (abfonly: 2972045) Re-enable button icons (via preference) and clean up stock button code.
- (abfonly: 2972045) Packaging
- (abfonly: 2972045) =========
- (abfonly: 2972045) Split libOSC and its headers as separate packages
- (abfonly: 2972045) according to rosa packaging policy
- (abfonly: 2972045) Fixed %files and linting.

* Wed Aug 26 2015 abfonly <abfonly@gmail.com> 2.4.1-1
- (2e3a73d) Log: Update to 2.4.1
- (2e3a73d) clean the yml file
- (2e3a73d) added appdata.xml
- (2e3a73d) Compilation fixes for libav
- (2e3a73d) fix for initialisation of alien_overlay effect
- (2e3a73d) Fix image file previews within File Open dialog (regression)

* Sat Jun 13 2015 abfonly <John@smith.org> 2.4.0-1
- (0fcb086) Log:Version 2.4.0 (3 May 2015)
- (0fcb086) -------------------------
- (0fcb086) Implement workaround for expose event problems in gtk+ 3.10.
- (0fcb086) Fix threading crash in multitrack.
- (0fcb086) Fix invalid saving of layouts in multitrack.
- (0fcb086) Fix sizes of scrolled windows inside dialog boxes (regression).
- (0fcb086) Fix timeline start position for gtkgrid widget in multitrack.
- (0fcb086) Fix -fade background mode- (b) so it looks nice again.
- (0fcb086) Stability fix for expose event during startup.
- (0fcb086) Stability fix for mkv_decoder with broken end frames.
- (0fcb086) Implement C++ language bindings (liblives).
- (0fcb086) Fixes for several smaller issues (Thomas Berger).
- (0fcb086) Code cleanup / reformat.
- (0fcb086) Updated translations to UK English, French, Galician, German, Russian and Simplified Chinese.

* Fri Apr 17 2015 abfonly <abfonly@gmail.com> 2.2.8-1
- (ed00c82) Log: Update to 2.2.8, drop patch, filter bogus linting errors
- (ed00c82) TODO: Test build against projectm libs.Symbianflo
- (abfonly: 7d0156b) Log: Update to 2.2.8, drop patch, filter bogus linting errors

* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.7-2
- (6db24b7) Bump release

* Tue Jan 20 2015 abfonly <abfonly@gmail.com> 2.2.7-1
- (c64499c) Log:Version 2.2.7 (21 Dec 2014)
- (c64499c) ---------------------------
- (c64499c) Add support for audio triggered generators.
- (c64499c) Add support for projectM (milkdrop) generators.
- (c64499c) Improvements to openGL playback plugin.
- (c64499c) Add permanent inputs in jack and pulse audio when handling external audio.
- (c64499c) Fix bug in chroma_blend transition.
- (c64499c) Further code cleanup.
- (c64499c) Fix text width for -show VJ keys- window.
- (c64499c) Remove unnecessary deinterlacing from threaded player.
- (c64499c) Added OSC commands /clip/selection/rte_apply, /clip/undo and /clip/redo.
- (c64499c) Add libvisual plugins to correct submenu (regression).
- (c64499c) Minor fixes for the rfx builder window.
- (c64499c) Minor fixes for merge in clip editor.

* Sun Sep 07 2014 symbianflo <symbianflo@symbianflo> 2.2.6-1
- (7422e17) Log:Version 2.2.6 (16 Aug 2014)
- (7422e17) ---------------------------
- (7422e17) Fix startup bug (regression) creating config file incorrectly.
- (7422e17) Libav compatibility fixes.
- (7422e17) Updates for gtk+ >= 3.10.0
- (7422e17) Show warning when configured with gtk+ 3.10.x
- (7422e17) Add support for freenect camera.
- (7422e17) Minor code cleanups.
- (7422e17) Git clean
- (abfonly: 34362f2) Updated lives.spec
- (symbianflo: a0a900d) Log: Cangelog 2.2.6:
- (symbianflo: a0a900d) Fix startup bug (regression) creating config file incorrectly.
- (symbianflo: a0a900d) Libav compatibility fixes.
- (symbianflo: a0a900d) Updates for gtk+ >= 3.10.0
- (symbianflo: a0a900d) Show warning when configured with gtk+ 3.10.x
- (symbianflo: a0a900d) Add support for freenect camera.
- (symbianflo: a0a900d) Minor code cleanups.
- (symbianflo: a0a900d) Git clean

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.5-2
- (24fa3b8) MassBuild#464: Increase release tag

* Tue Jul 15 2014 abfonly <abfonly@gmail.com> 2.2.5-1
- (9d0aa3c) Updated lives.spec
- (symbianflo: b29a0b5) Log: update to 2.2.5, merge with fresh

* Wed Jun 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.4-2
- (7865257) Upload tarball to file-store
- (Denis Silakov: cef1c3d) Build with tirpc
- (Andrey Bondrov: 19dcb31) MassBuild#430: Increase release tag

* Thu Apr 24 2014 SymbianFlo <symbianflo@mandrivausers.ro> 2.2.4-1
- (7bc0432) drop patch 1, fixed upstream.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10733 |14cu|lix-2016.01.09-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define oname Lix
%define oversion 2016-01-09 
Name:           lix
Version:        2016.01.09
Release:        1
Summary:        Action-puzzle game, single- and networked multiplayer, inspired by Lemmings
License:        CC0
Group:          Games/Puzzles
Url:            http://asdfasdf.ethz.ch/~simon/
Source0:        https://github.com/SimonN/%{oname}/archive/v%{oversion}.tar.gz
BuildRequires:  dos2unix
BuildRequires:  pkgconfig(allegro)
BuildRequires:  pkgconfig(libenet)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  libtool
BuildRequires:  libtool-base
BuildRequires:  imagemagick

%description
Lix is a multiplayer action puzzle game. 
It comes with a level editor
and also a singleplayer puzzle mode.

%files
%doc doc/*.txt README.TXT
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}d
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
#-------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{oversion}
dos2unix doc/*txt README.TXT
find levels/network/ -type f -exec dos2unix {} \;
find levels/network/*p/amanda/* -type f -exec chmod -x {} \;

%build
%setup_compile_flags
%make V=1

%install
# wrappers
mkdir -p %{buildroot}%{_gamesbindir}

cat >> %{buildroot}%{_gamesbindir}/%{name}d <<EOF
#!/bin/sh
cd %{_gamesdatadir}/%{name}/
exec ./bin/%{name}d "$@"
EOF
chmod +x %{buildroot}%{_gamesbindir}/%{name}d

cat >> %{buildroot}%{_gamesbindir}/%{name} <<EOF
#!/bin/sh
cd %{_gamesdatadir}/%{name}/
exec ./bin/%{name} "$@"
EOF
chmod +x %{buildroot}%{_gamesbindir}/%{name}

# binaries
install -Dm755 bin/%{name} %{buildroot}%{_gamesdatadir}/%{name}/bin/%{name}
install -Dm755 bin/%{name}d %{buildroot}%{_gamesdatadir}/%{name}/bin/%{name}d

# data
cp -R data/ levels/ images/ %{buildroot}%{_gamesdatadir}/%{name}/

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Comment=%{summary}
Name=%{oname} puzzle game inspired by Lemmings
GenericName=Puzzle strategy game
Type=Application
Exec=%{name}
Icon=%{name}
Terminal=false
Categories=Game;StrategyGame;
EOF

# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size images/proxima/tile/goal.G.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

# linting
rm %{buildroot}%{_gamesdatadir}/%{name}/data/user/.gitignore



%changelog

* Sun Apr 23 2017 abfonly <abfonly@gmail.com> 2016.01.09-1
- (30c4050) Merge pull request #1 from import/lix:rosa2016.1
- (30c4050) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10734 |14cu|lldpd-0.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with snmp

%define user _lldpd
%define chroot %{_var}/run/%{name}

%define major 4
%define libname %mklibname lldpctl %{major}
%define devname %mklibname lldpctl -d

Summary:	implementation of IEEE 802.1ab (LLDP)
Name:		lldpd
Version:	0.9.4
Release:	1
License:	MIT
Group:		System/Servers
Url:		https://vincentbernat.github.io/lldpd/
Source0:	http://media.luffy.cx/files/lldpd/%{name}-%{version}.tar.gz
Source1:	lldpd-tmpfiles.conf
Source2:	lldpd.sysconfig
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(jansson)
BuildRequires:	pkgconfig(libbsd)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(systemd)
%if %{with snmp}
BuildRequires:	net-snmp-devel
Requires:	net-snmp
%endif
Requires(pre,post,preun,postun):	rpm-helper

%description
This implementation provides LLDP sending and reception, supports VLAN
and includes an SNMP subagent that can interface to an SNMP agent
through AgentX protocol.

LLDP is an industry standard protocol designed to supplant proprietary
Link-Layer protocols such as Extreme EDP (Extreme Discovery Protocol)
and CDP (Cisco Discovery Protocol). The goal of LLDP is to provide an
inter-vendor compatible mechanism to deliver Link-Layer notifications
to adjacent network devices.

This daemon is also able to deal with CDP, FDP, SONMP and EDP
protocol. It also handles LLDP-MED extension.

%files
%doc ChangeLog NEWS README.md
%{_prefix}/lib/sysusers.d/lldpd.sysusers.conf
%{_datadir}/bash-completion/completions/lldpcli
%{_datadir}/zsh/vendor-completions/_lldpcli
%{_sbindir}/lldpcli
%{_sbindir}/lldpctl
%{_sbindir}/lldpd
%doc %{_mandir}/man8/lldp*
%{_sysconfdir}/lldpd.d/README.conf
%config(noreplace) %{_sysconfdir}/sysconfig/lldpd
# systemd files
%ghost %attr(0755,root,root) %{_localstatedir}/run/%{name}
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/%{name}.service

%pre
%_pre_useradd %{user} %{chroot} /bin/false

%post
%_post_service %{name}
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{user}
%_postun_groupdel %{user}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/liblldpctl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/lldp-const.h
%{_includedir}/lldpctl.h
%{_libdir}/liblldpctl.so
%{_libdir}/pkgconfig/lldpctl.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi

%configure \
	--with-xml \
%if %{with snmp}
	--with-snmp \
%else
	--without-snmp \
%endif
	--enable-cdp \
	--enable-edp \
	--enable-sonmp \
	--enable-fdp \
	--enable-lldpmed \
	--enable-dot1 \
	--enable-dot3 \
	--with-privsep-user=%{user} \
	--with-privsep-group=%{user} \
	--with-privsep-chroot=%{chroot} \
	--localstatedir=%{chroot} \
	--disable-static

[ -f /usr/include/net-snmp/agent/struct.h ] || touch src/struct.h
%make

%install
%makeinstall_std

#install tmpfiles conf
install -m644 -D %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf

install -m644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/lldpd

mkdir -p %{buildroot}%{_localstatedir}/run/%{name}
mkdir -p %{buildroot}%{_localstatedir}/run/%{name}/run

%changelog

* Mon Sep 26 2016 alzim <alzim@bk.ru> 0.9.4-1
- (e63818a) Merge pull request #2 from import/lldpd:rosa2016.1
- (e63818a) Updated to 0.9.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10735 |14cu|ll-plugins-0.2.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A collection of LV2 plugins
Name:		ll-plugins
Version:	0.2.8
Release:	5
License:	GPLv3+
Group:		Sound
Url:		http://ll-plugins.nongnu.org/index.html
Source0:	http://download.savannah.nongnu.org/releases/ll-plugins/%{name}-%{version}.tar.bz2
BuildRequires:	jack
BuildRequires:	lv2-c++-tools
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairomm-1.0) >= 1.2.4
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(gtkmm-2.4) >= 2.8.8
BuildRequires:	pkgconfig(lash-1.0) >= 0.5.1
BuildRequires:	pkgconfig(jack) >= 0.109
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(lv2-plugin)
BuildRequires:	pkgconfig(samplerate) >= 0.1.2
BuildRequires:	pkgconfig(sndfile) >= 1.0.18
BuildRequires:	pkgconfig(sigc++-2.0)
Requires:	jack >= 0.109

%description
THE PLUGINS
===========
All plugins are installed in separate LV2 bundles (except the ones that are
closely related, like the math-constant plugins or the mono and stereo versions
of the peak meter). The GUIs, for the plugins that have GUIs, are installed in
bundles of their own to make it easier for packagers to put them in separate
binary packages to avoid Gtk dependencies for the plugins themselves.

The plugins are reasonably simple and could be used as examples or starting
points for hackers who want to write LV2 plugins based on the frameworks in
the lv2-c++-tools package. There are synths, event processors, simple audio
and control manipulators and GUI-based plugins.

BASIC ARPEGGIATOR
=================
This plugin is just what it says. It takes MIDI event input and writes
MIDI event output in the form of an arpeggio over the held keys in the input.
You can control the speed of the arpeggio and the direction (up or down).

CONTROL2MIDI
============
A plugin that converts a LV2 control port value to MIDI CC events. You can
set the CC number and the expected range of the input value.

KLAVIATUR
=========
A MIDI keyboard. You can use it to send pitchbend events, CC events and of
course notes, using mouse or keyboard. Handy when you want to test a synth
patch but don't have a real keyboard nearby. Klaviatur has a Gtk GUI that you
use to control it.

MATH-CONSTANTS
==============
A set of plugins that output constant control parameters for mathematical
constants defined in the C header <math.h>.

MATH-FUNCTIONS
==============
A set of plugins wrapping most of the functions in the C header <math.h>
(sin(), cos(), exp(), modf() etc). All are available as both audio rate
and control rate functions.

PEAK METER
==========
A decaying peak meter that shows the peak level of the input signal.
There is a mono and a stereo version. Both have Gtk GUIs.

RUDOLF 556
==========
A simple drum machine with six separate drum voices - two bass drums, two
snares and two hihats. The different voices are mapped to C, D, E, F, G and A
in all octaves, and every voice has three control parameters (length,
hardness and volume). This plugin has a Gtk GUI that you can use to control the
parameters.

SINESHAPER
==========
An LV2 version of the Sineshaper synth - two sine oscillators fed through
two sine waveshapers in series, with a bunch of parameters to control them.
This plugin has a Gtk GUI too.

%files
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/lv2/arpeggiator.lv2/*
%{_libdir}/lv2/control2midi.lv2/*
%{_libdir}/lv2/klaviatur.lv2/*
%{_libdir}/lv2/math-constants.lv2/*
%{_libdir}/lv2/math-functions.lv2/*
%{_libdir}/lv2/peakmeter.lv2/*
%{_libdir}/lv2/rudolf556.lv2/*
%{_libdir}/lv2/sineshaper.lv2/*

#-----------------------------------------------------------------------------

%package    gui
Summary:    GUIs for the ll-plugins package
Group:      Sound

%description    gui
This package contains the GUIs for the ll-plugins.

%files gui
%doc COPYING
%{_libdir}/lv2/klaviatur_gtk.lv2/*
%{_libdir}/lv2/peakmeter_gtk.lv2/*
%{_libdir}/lv2/rudolf556_gtk.lv2/*
%{_libdir}/lv2/sineshaper_gtk.lv2/*

#-----------------------------------------------------------------------------

%package -n elven
Summary:    The LV2 host Elven
Group:      Sound
Requires:   jack >= 0.109

%description -n elven
THE HOST
========
The host that comes with this package is called Elven (Experimental LV2
Execution ENvironment). It is pretty slow and I don't really recommend it.
If you can use another host, do that.

%files -n elven
%doc COPYING
%{_bindir}/elven

#-----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}


%build
./configure \
    --prefix=%{_prefix} \
    --libdir=%{_libdir} \
    --CFLAGS="%{optflags} -Dclear_path=begin_new_path" \
    --LDFLAGS=-ldl
%make


%install
%makeinstall_std \
    build_experimental=yes \
    install-lv2-plugins \
    prefix=%{_prefix} \
    libdir=%{_libdir} \
    docdir=%{_docdir}/%{name}

%changelog

* Wed Jan 13 2016 Giovanni Mariani <mc2374@mclink.it> 0.2.8-5
- (8c36863) Rebuilt for new jack (changed BReq and Req) and cleaned specfile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10736 |14cu|lmbench-3.0-0.a9.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Based on Fedora's package

%define tar_release a9

Summary:	Tools for Kernel Performance Analysis
Name:		lmbench
Version:	3.0
Release:	0.%{tar_release}.5
License:	GPLv2+
Group:		Development/Kernel
Url:		http://sourceforge.net/projects/lmbench
Source0:	http://dl.sf.net/lmbench/lmbench-%{version}-%{tar_release}.tgz
Source1:	%{name}-%{version}-%{tar_release}-run.sh
Patch0:		lmbench-3.0-a9-tirpc.patch
Patch1:		lmbench-3.0-a9-sfmt.patch
BuildRequires:	pkgconfig(libtirpc)

%description
Bandwidth benchmarks: cached file read, memory copy (bcopy), memory read,
memory write, pipe, TCP; Latency benchmarks: context switching, connection
establishment, pipe, TCP, UDP, RPC hot potato, file system creates and
deletes, process creation, signal handling, system call overhead,  memory
read latency; Miscellanious Processor clock rate calculation.

%files
%doc ACKNOWLEDGEMENTS CHANGES COPYING COPYING-2 hbench-REBUTTAL README.* TODO.* doc/
%{_bindir}/lmbench
%{_prefix}/lib/lmbench/

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{tar_release}
%patch0 -p1
%patch1 -p1

mv -f src/TODO TODO.lmbench
mv -f scripts/README README.scripts
mv -f scripts/SHIT SHIT.scripts
mv -f scripts/TODO TODO.scripts

%build
#make LDLIBS="-ltirpc"
%make CC="%__cc %{optflags}"
find . -name 'SCCS' -type d -exec rm -rf {} \;

%install
install -Dp -m0755 %{SOURCE1} %{buildroot}%{_bindir}/lmbench
install -Dp -m0644 results/Makefile %{buildroot}%{_prefix}/lib/lmbench/results/Makefile
install -Dp -m0644 src/webpage-lm.tar %{buildroot}%{_prefix}/lib/lmbench/src/webpage-lm.tar

cp -avx bin/ scripts/ %{buildroot}%{_prefix}/lib/lmbench/
find %{buildroot}%{_prefix}/lib/lmbench/ -name 'Makefile*' -or -name '*.[ao]' -exec rm -f {} \;

chmod a-x %{buildroot}%{_prefix}/lib/lmbench/scripts/info-template


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0-0.a9.5
- (9a484eb) Build with system optflags to fix debug package
- (9a484eb) Fix string format errors



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10737 |14cu|lmms-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}
# RemoteZynAddSubFx doesn't work without rpath
%global _cmake_skip_rpath %{nil}

%define devname %mklibname %{name} -d

Summary:	Linux MultiMedia Studio
Name:		lmms
Version:	1.1.3
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://lmms.sourceforge.net/
Source0:	https://github.com/LMMS/%{name}/archive/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-1.1.3-no-Werror.patch
Patch1:		%{name}-1.1.3-dirs.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	fltk-devel
BuildRequires:	ladspa-devel
BuildRequires:	qt4-devel
BuildRequires:	SDL_sound-devel
# Synthesis ToolKit
BuildRequires:	stk-devel >= 4.4.4
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fftw3) >= 3.0.0
BuildRequires:	pkgconfig(fluidsynth) >= 1.0.7
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(samplerate) >= 0.1.8
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sndfile) >= 1.0.11
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
%ifarch %{ix86}
# For full VST support (only on 32bit)
BuildRequires:	wine-devel
%endif
Requires:	calf
Requires:	caps
Requires:	cmt
Requires:	fltk
Requires:	swh-plugins
%rename		lmms-mt

%description
LMMS combines the features of a tracker-sequencer program and those of
powerful synthesizers, samplers, effects etc. in a modern, user-friendly and
easy to use graphical user-interface.

%files
%doc COPYING README AUTHORS TODO
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_libdir}/%{name}/*
%{_mandir}/man?/*
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/%{name}.png
%{_sysconfdir}/modules-load.d/%{name}.conf

%post
modprobe snd_seq

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	LMMS development files
Group:		Development/Other

%description -n %{devname}
Development headers for LMMS.

%files -n %{devname}
%doc COPYING
%{_includedir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1


%build
%cmake \
%ifarch x86_64
      -DWANT_VST_NOWINE=ON -DWANT_VST=OFF
%else
      -DWANT_VST_NOWINE=OFF -DWANT_VST=ON
%endif
%make


%install
%makeinstall_std -C build

rm -rf %{buildroot}%{_datadir}/menu/lmms

# To enable MIDI support
mkdir -p %{buildroot}%{_sysconfdir}/modules-load.d
echo "snd_seq" > %{buildroot}%{_sysconfdir}/modules-load.d/%{name}.conf

%changelog

* Wed Apr 15 2015 gvm <mc2374@mclink.it> 1.1.3-2
- (c3b3e91) Fixed copy-and-paste error.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10738 |14cu|lnav-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A curses-based tool for viewing and analyzing log files
Name:		lnav
Version:	0.8.1
Release:	1
License:	BSD
Group:		File tools
Url:		http://lnav.org
Source0:	https://github.com/tstack/lnav/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires:	bzip2-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)

%description
The log file navigator is an enhanced log file viewer that takes
advantage of any semantic information that can be gleaned from
the files being viewed, such as timestamps and log levels. Using this
extra semantic information, it can do things like interleaving
messages from different files, generate histograms of messages over
time, and providing hotkeys for navigating through the file. It is
hoped that these features will allow the user to quickly and
efficiently zero in on problems.

%prep
%setup -q

%build
autoreconf -fiv
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc LICENSE NEWS README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*

%changelog

* Mon Sep 26 2016 alzim <alzim@bk.ru> 0.8.1-1
- (de0c068) Merge pull request #2 from import/lnav:rosa2016.1
- (de0c068) Updated to 0.8.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10739 |14cu|log4cxx-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	10
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname %{name} -d

Name:	       log4cxx
Version:       0.10.0
Release:       1
Summary:       A port to C++ of the Apache Log4j project
Group:         System/Libraries
License:       ASL 2.0
Url:           http://logging.apache.org/log4cxx/
Source0:       ftp://apache.mirrors.tds.net/pub/apache.org/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz
Patch0:        log4cxx-0.10.0-cstring.patch
BuildRequires: doxygen
BuildRequires: glibc-devel
BuildRequires: apr-devel
BuildRequires: apr-util-devel
BuildRequires: db5.2-devel
BuildRequires: libesmtp-devel
BuildRequires: libexpat-devel
BuildRequires: ext2fs-devel
BuildRequires: libgdbm-devel
BuildRequires: openldap2-devel
BuildRequires: libsasl2-devel
BuildRequires: libstdc++-devel
BuildRequires: libuuid-devel
#BuildRequires: libunixODBC-devel see https://issues.apache.org/jira/browse/LOGCXX-299

%description
Apache Log4cxx is a popular logging package written in C++. 
One of its distinctivefeatures is the notion of inheritance 
in loggers. Using a logger hierarchy it
is possible to control which log statements are output at 
arbitrary granularity. This helps reduce the volume of 
logged output and minimize the
cost of logging.

%package -n %{libname}
Summary:       A port to C++ of the Apache Log4j project
Group:         System/Libraries

%description -n %{libname}
Apache Log4cxx is a popular logging package written in C++. 
One of its distinctive
features is the notion of inheritance in loggers. 
Using a logger hierarchy it
is possible to control which log statements are 
output at arbitrary
granularity. This helps reduce the volume 
of logged output and minimize the cost of logging.

%package -n %{devname}
Group:         Development/C++
Summary:       Libraries and headers for %{name}
Requires:      %{libname} = %{EVRD}
Provides:      %{name}-devel = %{EVRD}

%description -n %{devname}
A port to C++ of the Apache Log4j project.

This package contains libraries and header 
xfiles need for development.

%prep
%setup -q -n apache-log4cxx-%{version}
%patch0 -p1

%build

sed -i.libdir_syssearch -e '/sys_lib_dlsearch_path_spec/s|/usr/lib |%{_libdir} /%{_lib}|' configure
%configure2_5x \
  --disable-static \
  --with-SMTP=libesmtp
%make

%install
%makeinstall_std

# we don't want these
find %{buildroot} -name "*.la" -delete

mv %{buildroot}%{_datadir}/log4cxx/html .

%files -n %{libname}
%doc KEYS LICENSE NOTICE
%{_libdir}/liblog4cxx.so.%{major}
%{_libdir}/liblog4cxx.so.%{major}.*

%files -n %{devname}
%doc html/
%dir %{_includedir}/log4cxx/
%{_includedir}/log4cxx/*.h
%{_includedir}/log4cxx/config
%{_includedir}/log4cxx/db
%{_includedir}/log4cxx/filter
%{_includedir}/log4cxx/helpers
%{_includedir}/log4cxx/net
%{_includedir}/log4cxx/nt
%{_includedir}/log4cxx/pattern
%{_includedir}/log4cxx/private
%{_includedir}/log4cxx/rolling
%{_includedir}/log4cxx/spi
%{_includedir}/log4cxx/varia
%{_includedir}/log4cxx/xml
%{_libdir}/liblog4cxx.so
%{_libdir}/pkgconfig/liblog4cxx.pc

%changelog

* Fri Nov 11 2016 Denis Silakov <dsilakov@gmail.com> 0.10.0-1
- (0895d8e) Upload tarball, clean spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10740 |14cu|logcheck-1.3.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		logcheck
Summary:	Psionic LogCheck
Version:	1.3.17
Release:	3
License:	GPLv2
Group:		Monitoring
URL:		http://logcheck.org/
Source:		http://ftp.de.debian.org/debian/pool/main/l/logcheck/logcheck_1.3.17.tar.xz
BuildRequires:	docbook-to-man
Requires:	lockfile-progs
Requires:	nail
Requires:	sendmail-command
Requires:	mime-construct

%description
Logcheck is a software package that is designed to automatically run and check 
system log files for security violations and unusual activity.  Logcheck 
utilizes a program called logtail that remembers the last position it read 
from in a log file and uses this position on subsequent runs to process new 
information.  All source code is available for review and the implementation 
was kept simple to avoid problems.  This package is a clone of the 
frequentcheck.sh script from the Trusted Information Systems Gauntlet(tm) 
firewall package.  TIS has granted permission for me to clone this package.

%prep
%setup -q
echo "d /var/lock/logcheck 1700 logcheck logcheck 1d" > etc/tmpfiles.d-logcheck

%build
cd docs
docbook-to-man logcheck.sgml > logcheck.8

%install
%makeinstall_std

install -d %{buildroot}%{_mandir}/man8
install -m 644 docs/*.8 %{buildroot}%{_mandir}/man8

install -d %{buildroot}/%{_sysconfdir}/cron.d
cat > %{buildroot}/%{_sysconfdir}/cron.d/logcheck <<EOF
2 * * * * logcheck %{_sbindir}/logcheck
EOF

mkdir -pm 755 %{buildroot}%{_sysconfdir}/tmpfiles.d
install -pm 644 etc/tmpfiles.d-logcheck %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf

cat > README.urpmi <<EOF
Package notes
----------------------
In order to finish installation, you have to ensure the logcheck user has read
access to all log files listed in %{_sysconfdir}/logcheck/logcheck.logfiles
EOF

%clean

%pre
%_pre_useradd logcheck /var/lib/logcheck /bin/false

%post
systemd-tmpfiles --create %{name}.conf

%postun
%_postun_userdel logcheck

%files
%doc AUTHORS CHANGES CREDITS INSTALL LICENSE TODO docs/README.* README.urpmi
%config(noreplace) %{_sysconfdir}/cron.d/logcheck
%config(noreplace) %attr(-,root,logcheck) %{_sysconfdir}/logcheck
%{_sbindir}/logcheck
%{_sbindir}/logtail
%{_bindir}/logcheck-test
%{_sbindir}/logtail2
%{_datadir}/logtail
%{_mandir}/man8/logcheck.8*
%{_mandir}/man8/logtail.8*
%{_mandir}/man8/logtail2.8*
%config(noreplace) %{_sysconfdir}/tmpfiles.d/%{name}.conf
%attr(0700,logcheck,logcheck) %dir %{_localstatedir}/lib/%{name}

%changelog

* Thu Aug 20 2015 dsilakov <denis.silakov@rosalab.ru> 1.3.17-3
- (fc96caf) Merge pull request #1 from aabatrakov/logcheck:rosa2014.1
- (fc96caf) Update (Alexey Batrakov)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10741 |14cu|loggedfs-0.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fuse-based filesystem which can log every operations that happens in it
Name:		loggedfs
Version:	0.5
Release:	7
License:	GPLv2+
Group:		File tools
Url:		http://loggedfs.sourceforge.net/
Source0:	http://downloads.sourceforge.net/loggedfs/loggedfs-%{version}.tar.bz2
Patch0:		loggedfs_makefile.patch
Patch1:		loggedfs-0.5-fopen.patch
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(librlog)
BuildRequires:	pkgconfig(libxml-2.0)
Requires:	fuse

%description
LoggedFS is a fuse-based filesystem which can log every operations that happens
in it.

How it works: Fuse does almost everything. LoggedFS only sends a message
to syslog when called by fuse and then let the real filesystem do the
rest of the job.

%files
%doc LICENSE
%{_sysconfdir}/loggedfs.xml
%{_bindir}/loggedfs
%{_mandir}/man1/loggedfs.*

#----------------------------------------------------------------------------

%prep
%setup -q -c
%patch0 -p1
%patch1 -p1

%build
%make CC="g++ %{optflags}"

%install
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sysconfdir}

%makeinstall


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5-7
- (34204f8) Build with system optflags to fix debug package
- (34204f8) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10742 |14cu|logwatch-7.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Analyzes and Reports on system logs
Name:		logwatch
Version:	7.4.3
Release:	1
License:	MIT
Group:		Monitoring
Url:		http://www.logwatch.org
Source0:	http://downloads.sourceforge.net/project/logwatch/%{name}-%{version}/%{name}-%{version}.tar.gz
Patch0:		logwatch-fixpath.patch
Requires:	coreutils
Requires:	grep
Requires:	mailx
Requires:	perl
BuildArch:	noarch

%description
Logwatch is a customizable, pluggable log-monitoring system.  It will go
through your logs for a given period of time and make a report in the areas
that you wish with the detail that you wish.  Easy to use - works right out
of the package on many systems.

%files
%doc README
%dir %{_sysconfdir}/log.d
%dir %{_sysconfdir}/log.d/conf
%dir %{_sysconfdir}/log.d/scripts
%dir %{_sysconfdir}/log.d/conf/logfiles
%dir %{_sysconfdir}/log.d/conf/services
%dir %{_sysconfdir}/log.d/scripts/logfiles
%dir %{_sysconfdir}/log.d/scripts/services
%dir %{_sysconfdir}/log.d/scripts/shared
%dir %{_sysconfdir}/log.d/scripts/logfiles/*
%dir %{_sysconfdir}/log.d/lib
%dir %{_var}/cache/%{name}
%config(noreplace) %{_sysconfdir}/log.d/conf/*.conf
%config(noreplace) %{_sysconfdir}/log.d/conf/services/*
%config(noreplace) %{_sysconfdir}/log.d/conf/logfiles/*
%{_sysconfdir}/log.d/scripts/%{name}.pl
%{_sbindir}/%{name}
%{_sysconfdir}/log.d/scripts/shared/*
%{_sysconfdir}/log.d/scripts/services/*
%{_sysconfdir}/log.d/scripts/logfiles/*/*
%{_sysconfdir}/log.d/%{name}
%{_sysconfdir}/log.d/lib/Logwatch.pm
%{_sysconfdir}/log.d/%{name}.conf
%{_sysconfdir}/cron.daily/0%{name}
%doc %{_mandir}/man8/%{name}.8*

#----------------------------------------------------------------------------

%prep
%setup
%patch0 -p0

%build

%install
install -m 0755 -d %{buildroot}%{_sysconfdir}/log.d/conf/logfiles
install -m 0755 -d %{buildroot}%{_sysconfdir}/log.d/conf/services
install -m 0755 -d %{buildroot}%{_sysconfdir}/log.d/scripts/services
install -m 0755 -d %{buildroot}%{_sysconfdir}/log.d/scripts/shared
install -m 0755 -d %{buildroot}%{_sysconfdir}/log.d/lib

mkdir -p %{buildroot}%{_var}/cache/%{name}

install -m 0755 scripts/logwatch.pl %{buildroot}%{_sysconfdir}/log.d/scripts/%{name}.pl
for i in scripts/logfiles/* ; do
   if [ $(ls $i | wc -l) -ne 0 ] ; then
      install -m 0755 -d %{buildroot}%{_sysconfdir}/log.d/$i
      install -m 0755 $i/* %{buildroot}%{_sysconfdir}/log.d/$i
   fi
done
install -m 0755 scripts/services/* %{buildroot}%{_sysconfdir}/log.d/scripts/services
install -m 0755 scripts/shared/* %{buildroot}%{_sysconfdir}/log.d/scripts/shared
install -m 0755 lib/* %{buildroot}%{_sysconfdir}/log.d/lib

install -m 0644 conf/*.conf %{buildroot}%{_sysconfdir}/log.d/conf
install -m 0644 conf/logfiles/* %{buildroot}%{_sysconfdir}/log.d/conf/logfiles
install -m 0644 conf/services/* %{buildroot}%{_sysconfdir}/log.d/conf/services

install -m 0755 -d %{buildroot}%{_mandir}/man8
install -m 0644 logwatch.8 %{buildroot}%{_mandir}/man8

rm -f %{buildroot}%{_sysconfdir}/log.d/%{name} \
   %{buildroot}%{_sysconfdir}/log.d/%{name}.conf \
   %{buildroot}%{_sysconfdir}/cron.daily/%{name} \
   %{buildroot}%{_sbindir}/%{name}

ln -s scripts/logwatch.pl %{buildroot}%{_sysconfdir}/log.d/%{name}
ln -s conf/logwatch.conf %{buildroot}%{_sysconfdir}/log.d/%{name}.conf
install -m 0755 -d %{buildroot}%{_sysconfdir}/cron.daily
ln -s ../log.d/scripts/logwatch.pl %{buildroot}%{_sysconfdir}/cron.daily/0%{name}
install -m 0755 -d %{buildroot}%{_sbindir}
ln -s ../..%{_sysconfdir}/log.d/scripts/logwatch.pl %{buildroot}%{_sbindir}/%{name}

%changelog

* Mon Sep 26 2016 alzim <alzim@bk.ru> 7.4.3-1
- (18d66d1) Merge pull request #2 from import/logwatch:rosa2016.1
- (18d66d1) Updated to 7.4.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10743 |14cu|lollypop-0.9.230-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A music player for GNOME
Name:		lollypop
Version:	0.9.230
Release:	1
License:	GPLv3+
Group:		Sound
Url:		https://github.com/gnumdk/lollypop
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	git
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(python3)
Requires:       python3-dbus
Requires:       python3-gi-cairo
Requires:       gstreamer1.0-plugins-base
Requires:       gstreamer1.0-plugins-good
Requires:       gstreamer1.0-plugins-ugly
Requires:       typelib(TotemPlParser)
Requires:       typelib(Gst)
Suggests:       python-pylast

BuildArch:      noarch

%description
Lollypop is a new GNOME music playing application.

%files -f %{name}.lang
%doc AUTHORS COPYING
%{_bindir}/%{name}
%{_bindir}/%{name}-cli
%{_bindir}/rhythmbox2%{name}
%{_datadir}/%{name}
%{_datadir}/appdata/org.gnome.Lollypop.appdata.xml
%{_datadir}/applications/org.gnome.Lollypop.desktop
%{_datadir}/glib-2.0/schemas/*.gschema.xml
%{_datadir}/dbus-1/services/org.gnome.Lollypop.SearchProvider.service
%{_datadir}/gnome-shell/search-providers/lollypop-search-provider.ini
%{_iconsdir}/hicolor/*/apps/org.gnome.Lollypop.png
%{_iconsdir}/hicolor/*/apps/org.gnome.Lollypop-symbolic.svg
%{_iconsdir}/hicolor/scalable/places/lollypop-spotify-symbolic.svg
%{_iconsdir}/hicolor/scalable/places/lollypop-lastfm-symbolic.svg
%{_iconsdir}/hicolor/scalable/places/lollypop-itunes-symbolic.svg
%{py3_puresitedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Fri Feb 24 2017 tremod <negry.m@yandex.ru> 0.9.230-1
- (990a08f) Update to 0.9.230



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10744 |14cu|lottanzb-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LottaNZB - Automated Usenet Client
Name:		lottanzb
Version:	0.6
Release:	2
License:	GPL
Group:		Networking/News
Url:		http://www.lottanzb.org/
Source0:	http://launchpad.net/lottanzb/0.6/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildRequires:	pygtk2.0-devel
BuildRequires:	python-kiwi
BuildRequires:	intltool
Requires:	python-kiwi
Requires:	python
Requires:	hellanzb
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Requires:	python-configobj
BuildArch:	noarch

%description
LottaNZB is a Usenet client that automates the download of 
Usenet files with the help of NZB files. It uses HellaNZB as
its backend and PyGTK for its user interface.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --packaging-mode --root=%{buildroot}

%find_lang %{name} --with-gnome

rm -fr %{buildroot}%{_datadir}/doc

%files -f %{name}.lang
#%{_sysconfdir}/apport/crashdb.conf.d/lottanzb-crashdb.conf
#%{_datadir}/apport
%{_bindir}/*
%{py_puresitedir}/%{name}/*
%{_datadir}/%{name}/*
%{_datadir}/icons/*
%{py_puresitedir}/%{name}-%{version}-*.egg-info
%{_mandir}/man1/*
%{_datadir}/application-registry/lottanzb.applications
%{_datadir}/applications/lottanzb.desktop
%{_datadir}/mime-info/%{name}.*
%{_datadir}/mime/packages/*


%changelog

* Sun May 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-2
- (2517ef6) Require python-configobj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10745 |14cu|love-0.10.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   0
%define libname %mklibname %{name} %{major}

Name:           love
Version:        0.10.2
Release:        1
Summary:        A free 2D game engine which enables easy game creation in Lua
Group:          Games/Arcade
License:        zlib
Url:            http://love2d.org
Source0:        https://bitbucket.org/rude/love/downloads/%{name}-%{version}-linux-src.tar.gz

BuildRequires:  physfs-devel
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(libgme)
BuildRequires:  pkgconfig(libmodplug)
BuildRequires:  pkgconfig(libmpg123)
BuildRequires:  pkgconfig(luajit)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(sdl2)
BuildRequires:  pkgconfig(theora)
BuildRequires:  pkgconfig(vorbisfile)
BuildRequires:  pkgconfig(zlib)
BuildRequires:  desktop-file-utils
BuildRequires:  imagemagick
Requires:       %{libname} = %{EVRD}

%description
LÖVE is an open source, cross platform 2D game engine which uses the
Lua scripting language. LÖVE can be used to make games of any license
allowing it to be used for both free and non-free projects.

%files
%doc *.txt *.md
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/scalable/mimetypes/
%{_mandir}/man1/%{name}.1.xz

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:        Shared library for LÖVE
Group:          System/Libraries

%description -n %{libname}
LÖVE is an open source, cross platform 2D game engine which uses the
Lua scripting language. LÖVE can be used to make games of any license
allowing it to be used for both free and non-free projects.


%files -n %{libname}
%doc *.txt *.md
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q
pushd src
find . -type f -exec chmod -x {} \;
popd

%build
%configure2_5x --bindir=%{_gamesbindir} \
               --enable-gme \
               --disable-static
%make

%install
%makeinstall_std


for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size platform/unix/love.svg \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

desktop-file-edit --remove-category=Development \
    --add-category=ArcadeGame \
    %{buildroot}%{_datadir}/applications/%{name}.desktop

find %{buildroot} -name '*.la' -delete
rm -f %{buildroot}%{_libdir}/lib%{name}.so
rm -fr %{buildroot}%{_datadir}/pixmaps
%changelog

* Mon Apr 24 2017 abfonly <abfonly@gmail.com> 0.10.2-1
- (f5ce189) Merge pull request #1 from import/love:rosa2016.1
- (f5ce189) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10746 |14cu|love0.8-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define uname   love

Name:           love0.8
Version:        0.8.0
Release:        1
Summary:        A free 2D game engine which enables easy game creation in Lua
Group:          Development/Other
License:        zlib
Url:            http://love2d.org/
Source0:        https://bitbucket.org/rude/love/downloads/%{uname}-%{version}-linux-src.tar.gz
Source1:        https://bitbucket.org/rude/love/raw/7b520c437317626da2102de1aafdad0e67b54bf5/license.txt
Source2:        https://bitbucket.org/rude/love/raw/7b520c437317626da2102de1aafdad0e67b54bf5/readme.md
Patch0:         love0.8-0.8.0-mga-freetype2.patch

BuildRequires:  libtool
BuildRequires:  physfs-devel
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(IL)
BuildRequires:  pkgconfig(libmodplug)
BuildRequires:  pkgconfig(libmpg123)
BuildRequires:  pkgconfig(lua) < 5.2
BuildRequires:  pkgconfig(luajit)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(vorbisfile)
BuildRequires:  dos2unix

%description
LÖVE is an open source, cross platform 2D game engine which uses the
Lua scripting language. LÖVE can be used to make games of any license
allowing it to be used for both free and non-free projects.

%files
%doc license.txt readme.md
%{_gamesbindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{uname}-%{version}
%apply_patches
pushd src
find -name "*.cpp" -print0 -or -name "*.h" -print0 | xargs -0 dos2unix
find . -type f -exec chmod -x {} \;
popd
cp -p %{SOURCE1} . 
cp -p %{SOURCE2} . 

%build
%configure2_5x --bindir=%{_gamesbindir}
%make

%install
%makeinstall_std
mv %{buildroot}%{_gamesbindir}/%{uname} %{buildroot}%{_gamesbindir}/%{name}


%changelog

* Mon Apr 24 2017 abfonly <abfonly@gmail.com> 0.8.0-1
- (48aef98) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10747 |14cu|lrzip-0.630-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname lrzip %{major}
%define devname %mklibname lrzip -d

Summary:	Long Range ZIP or Lzma RZIP
Name:		lrzip
Version:	0.630
Release:	1
License:	GPLv2+
Group:		Archiving/Compression
Url:		http://ck.kolivas.org/apps/lrzip/
Source0:	http://ck.kolivas.org/apps/lrzip/%{name}-%{version}.tar.bz2
BuildRequires:	bzip2-devel
BuildRequires:	liblzo2-devel
BuildRequires:	pkgconfig(zlib)
Requires:	tar

%description
This is a compression program optimized for large files. The larger the file
and the more memory you have, the better the compression advantage this will
provide, especially once the files are larger than 100MB. The advantage can
be chosen to be either size (much smaller than bzip2) or speed (much faster
than bzip2).

%files
%{_bindir}/lr*
%doc %{_docdir}/%{name}
%{_mandir}/man?/*.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	lrzip shared library
Group:		System/Libraries

%description -n %{libname}
This package contains lrzip shared library.

%files -n %{libname}
%{_libdir}/liblrzip.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	lrzip shared library
Group:		Development/C

%description -n %{devname}
This package contains dfevelopment files for lrzip library.

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/liblrzip.so
%{_libdir}/pkgconfig/lrzip.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%check
make check

%changelog

* Mon Sep 26 2016 alzim <alzim@bk.ru> 0.630-1
- (74ed356) Merge pull request #2 from import/lrzip:rosa2016.1
- (74ed356) Updated to 0.630



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10748 |14cu|lsdvd-0.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lsdvd
Summary:	Reads and prints the contents of a dvd in plain English
Version:	0.17
Release:	1
Group:		Video
License:	GPLv2
URL:		http://untrepid.com/lsdvd/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch2:		%{name}-0.16-ocode.patch
BuildRequires:	pkgconfig(dvdread) >= 4.1.3

%description
Lsdvd reads and prints the contents of a dvd to your terminal in plain, but
very parsable, English. Lsdvd in turn uses libdvdread, the most popular dvd
reading library for *nix.

%files
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch2 -p0


%build
%configure2_5x
%make


%install
%makeinstall_std


%changelog

* Mon Sep 07 2015 Giovanni Mariani <mc2374@mclink.it> 0.17-1
- (7d1b214) Updated to release 0.17, updated BReq and cleaned specfile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10749 |14cu|lsscsi-0.28-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	List SCSI devices (or hosts) and associated information
Name:		lsscsi
Version:	0.28
Release:	1
License:	GPLv2
Group:		System/Kernel and hardware
Url:		http://sg.danny.cz/scsi/lsscsi.html
Source0:	http://sg.danny.cz/scsi/%{name}-%{version}.tgz

%description
Uses information provided by the sysfs pseudo file system in Linux kernel
2.6 series to list SCSI devices or all SCSI hosts. Includes a "classic"
option to mimic the output of "cat /proc/scsi/scsi" that has been widely
used prior to the lk 2.6 series.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

%files
%defattr(-,root,root)
%doc ChangeLog INSTALL README CREDITS AUTHORS COPYING
%attr(0755,root,root) %{_bindir}/*
%{_mandir}/man8/*

%changelog

* Tue Sep 27 2016 alzim <alzim@bk.ru> 0.28-1
- (967205b) Merge pull request #2 from import/lsscsi:rosa2016.1
- (967205b) Updated to 0.28



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10750 |14cu|ltspfs-1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Tool used to mount local media on an Xterminal from the terminals serveur
Name:		ltspfs
Version:	1.4
Release:	1
License:	GPLv2+
Group:		System/Servers
Url:		http://wiki.ltsp.org/twiki/bin/view/Ltsp/LtspFS
Source0:	http://ftp.fr.debian.org/debian/pool/main/l/ltspfs/%{name}_%{version}.orig.tar.gz
Source10:	%{name}.tmpfiles.d
BuildRequires:	fuse
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(x11)
Requires:	fuse

%description
ltspfs is a remote filesystem consisting of two parts:
  1) A network server daemon that runs on the LTSP terminal.
  2) A FUSE module that runs in user-space on the server, that connects with
     the daemon on the client.

The goals of ltspfs are:

   1. Provide a lightweight file access mechanism that will be feasable on
      lower end hardware.
   2. Provide a stateless file access method that will feature "atomic" reads
      and writes to minimize impact from client network disruptions.
   3. Provide a network filesystem that handles client reboots and
      disconnections in a manner that doesn't leave inaccesible, unmountable
      filesystems on the LTSP server.
   4. Provide a network filesystem that can easily handle the oddities of
      dealing with removable media, and integrate well with udev (LTSP's
      preferred device handling support).

%files
%doc COPYING ChangeLog
%{_bindir}/ltspfs
%attr(4755,root,root) %{_bindir}/lbmount
%{_sbindir}/ltspfsmounter
%{_mandir}/man1/ltspfs.1*
%{_mandir}/man1/lbmount.1*
%{_mandir}/man1/ltspfsmounter.1*

#----------------------------------------------------------------------------

%package -n ltspfsd
Summary:	LTSP file system, userspace FUSE module that runs on a server
Group:		System/Servers
Requires:	x11-tools
Requires:	x11-util-cf-files
Requires:	x11-util-macros
Requires:	x11-util-modular

%description -n ltspfsd
Fuse based remote filesystem daemon for LTSP thin clients
 LtspFS is a remote filesystem consisting of two parts:
 1) A network server daemon that runs on the LTSP terminal.
 2) A FUSE module that runs in userspace on the server, that connects with
 the daemon on the client.
 This package contains the daemon to be run on the LTSP thin client.

%files -n ltspfsd
%{_bindir}/ltspfsd
%{_sbindir}/ltspfs_mount
%{_sbindir}/ltspfs_umount
/lib/udev/rules.d/88-ltsp.rules
/lib/udev/ltspfs_entry
%{_datadir}/ldm/
%{_datadir}/ltsp/xinitrc.d/I05-set-ltspfs_token
%{_mandir}/man1/ltspfsd.1*
%{_mandir}/man1/ltspfs_mount.1*
%{_mandir}/man1/ltspfs_umount.1*
%{_tmpfilesdir}/%{name}.conf

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make LIBS="-ltirpc"

%install
%makeinstall_std

mkdir -p %{buildroot}/lib/udev/rules.d/
mv %{buildroot}%{_datadir}/ltspfs/udev/ltspfsd.rules %{buildroot}/lib/udev/rules.d/88-ltsp.rules

# Install tmpfiles.d config
install -m 0644 %{SOURCE10} -D %{buildroot}%{_tmpfilesdir}/%{name}.conf


%changelog

* Fri Nov 27 2015 Denis Silakov <dsilakov@gmail.com> 1.4-1
- (b758dea) Updated to 1.4, switch to tmpfiles



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10751 |14cu|lua5.1-luasec-0.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           lua5.1-luasec
Version:        0.5.1
Release:        1
Summary:        A Lua binding for OpenSSL
License:        MIT
Group:          Development/Other
Url:            https://github.com/brunoos/luasec
Source:         https://github.com/brunoos/luasec/archive/luasec-%{version}.tar.gz
BuildRequires:  openssl-devel
BuildRequires:  lua5.1-devel

%description
It is a binding for OpenSSL library to provide TLS/SSL communication.
It takes an already established TCP connection and creates a secure
session between the peers.

%prep
%setup -qn luasec-luasec-%{version}

%build
#export CFLAGS="%{optflags}"
%make linux

%install
%make_install LUAPATH=%{_datadir}/lua5.1 LUACPATH=%{_libdir}/lua5.1

%files
%{_libdir}/lua5.1/ssl.so
%{_datadir}/lua5.1/*

%changelog

* Wed Feb 15 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.5.1-1
- (46fdd12) Try different flags - optflags fail on 32bit



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10752 |14cu|luadoc-3.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define luaver 5.2
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}

Name:           luadoc
Version:        3.0.1
Release:        6
Summary:        Documentation Generator Tool for the Lua language

Group:          Development/Other
License:        MIT
URL:            http://luadoc.luaforge.net/
Source0:        http://luaforge.net/frs/download.php/3185/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:      noarch

Requires:       lua
Requires:       lua-filesystem
Requires:       lua-logging

%description
LuaDoc is a documentation generator tool for Lua source code. It parses the
declarations and documentation comments in a set of Lua source files and
produces a set of XHTML pages describing the commented declarations and
functions.

The output is not limited to XHTML. Other formats can be generated by
implementing new doclets. The format of the documentation comments is also
flexible and can be customized by implementing new taglets.

%prep
%setup -q


%build


%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=$RPM_BUILD_ROOT/%{_prefix} LUA_LIBDIR=$RPM_BUILD_ROOT/%{lualibdir} LUA_DIR=$RPM_BUILD_ROOT/%{luapkgdir} SYS_BINDIR=$RPM_BUILD_ROOT/%{_bindir} LUA_INTERPRETER=%{_bindir}/lua


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc doc/us/*
%doc README
%{luapkgdir}/*
%{_bindir}/luadoc



%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10753 |14cu|lua-expat-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define luaver 5.1
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}
%define oname luaexpat

Summary:	SAX XML parser based on expat, for lua
Name:		lua-expat
Version:	1.2.0
Release:	4
License:	MIT
Group:		Development/Other
Url:		http://www.keplerproject.org/luaexpat/
Source0:	http://luaforge.net/frs/download.php/2469/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(lua) < 5.2

%description
SAX XML parser based on expat, for lua.

%files
%doc README  doc/us/*
%{lualibdir}/*
%{luapkgdir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
perl -pi -e 's/(CFLAGS =)/$1 -fPIC/' config
echo 'LUA_VERSION_NUM=501' >> config
%make

%install
make install \
	LUA_LIBDIR=%{buildroot}%{lualibdir} \
	LUA_DIR=%{buildroot}%{luapkgdir}



%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-4
- (247e8f8) Disable debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10754 |14cu|luajit-2.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		2
%define api		5.1
%define libname		%mklibname %{name}-%{api} _%{major}
%define libcommon	%mklibname %{name}-%{api}-common
%define devname		%mklibname %{name}-%{api} -d

%define tarname		LuaJIT

Name:		luajit
Version:	2.0.4
Release:	1
Summary:	Just-In-Time Compiler for the Lua programming language
Group:		Development/Other
License:	MIT
Url:		http://luajit.org/luajit.html
# http://luajit.org/download/LuaJIT-2.0.0-beta10.tar.gz
Source0:	http://luajit.org/download/LuaJIT-%{version}.tar.gz
Requires:	%{libcommon} = %{version}-%{release}

%description
LuaJIT has been successfully used as a scripting middle-ware in games,
3D modelers, numerical simulations, trading platforms and many other
specialty applications.
It combines high flexibility with high performance and an unmatched low
memory footprint: less than 125K for the VM plus less than 85K for the
JIT compiler (on x86).
LuaJIT has been in continuous development since 2005. It is widely considered
to be one of the fastest dynamic language implementations.

%prep
%setup -q -n %{tarname}-%{version}

%build
%make amalg PREFIX=%{_usr} \
	CCDEBUG=" -g " \
	TARGET_LDFLAGS="%{ldflags}" \
%ifarch x86_64
	TARGET_CFLAGS="%{optflags} -DMULTIARCH_PATH='\"%{_libdir}/\"'"
%else
	TARGET_CFLAGS="%{optflags}" INSTALL_LIB="%{buildroot}%{_libdir}"
%endif

%install
%makeinstall_std PREFIX=%{_usr} INSTALL_LIB=%{buildroot}%{_libdir}

ln -sf %{_bindir}/%{name}-%{version} %{buildroot}%{_bindir}/%{name}
ln -sf %{_libdir}/libluajit-%{api}.so.%{version} %{buildroot}%{_libdir}/libluajit-%{api}.so

%files
%doc COPYRIGHT README
%{_bindir}/%{name}-%{version}
%{_bindir}/%{name}
%{_mandir}/man1/luajit.1.xz

%package -n %{libcommon}
Summary:	Just-In-Time Compiler for the Lua programming language
Group:		System/Libraries

%description -n %{libcommon}
LuaJIT has been successfully used as a scripting middle-ware in games,
3D modelers, numerical simulations, trading platforms and many other
specialty applications.
It combines high flexibility with high performance and an unmatched low
memory footprint: less than 125K for the VM plus less than 85K for the
JIT compiler (on x86).
LuaJIT has been in continuous development since 2005. It is widely considered
to be one of the fastest dynamic language implementations.

%files -n %{libcommon}
%{_datadir}/%{name}-%{version}/jit/*.lua

%package -n %{libname}
Summary:	Just-In-Time Compiler for the Lua programming language
Group:		System/Libraries
Requires:	%{libcommon} = %{version}-%{release}

%description -n %{libname}
LuaJIT has been successfully used as a scripting middle-ware in games,
3D modelers, numerical simulations, trading platforms and many other
specialty applications.
It combines high flexibility with high performance and an unmatched low
memory footprint: less than 125K for the VM plus less than 85K for the
JIT compiler (on x86).
LuaJIT has been in continuous development since 2005. It is widely considered
to be one of the fastest dynamic language implementations.

%files -n %{libname}
%{_libdir}/lib%{name}*.so.%{major}
%{_libdir}/lib%{name}*.so.%{version}

%package -n %{devname}
Summary:	Just-In-Time Compiler for the Lua programming language
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{tarname}-devel = %{version}-%{release}

%description -n %{devname}
This package contains header files needed by developers.

%files -n %{devname}
%{_includedir}/luajit*/*.h*
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/libluajit*.a
%{_libdir}/libluajit-%{api}.so

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-1
- (93f99c8) Updated to 2.0.4 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10755 |14cu|lua-logging-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define luaver 5.2
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}
%define oname lualogging

Name:           lua-logging
Version:        1.3.0
Release:        1
Summary:        A simple API to use logging features in Lua

Group:          Development/Other
License:        MIT
URL:            http://www.keplerproject.org/lualogging/
Source0:        https://github.com/Neopallium/lualogging/archive/v%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:       lua >= %{luaver}
Requires:       lua-socket
Requires:       lua-sql
BuildArch:      noarch

%description
LuaLogging provides a simple API to use logging features
in Lua. Its design was based on log4j. LuaLogging currently
supports, through the use of appenders, console, file, email,
socket and sql outputs.

%prep
%setup -q -n %{oname}-%{version}

%build
%make

%install
rm -rf %{buildroot}
make install PREFIX=$RPM_BUILD_ROOT/%{_prefix} LUA_LIBDIR=$RPM_BUILD_ROOT/%{lualibdir} LUA_DIR=$RPM_BUILD_ROOT/%{luapkgdir} SYS_BINDIR=$RPM_BUILD_ROOT/%{_bindir} LUA_INTERPRETER=%{_bindir}/lua


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc doc/us/*
%doc README
%{luapkgdir}/*



%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10756 |14cu|lua-lposix-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define soname posix
%define lua_version 5.1

Summary:	A POSIX library for the Lua programming language
Name:		lua-lposix
Version:	1.0
Release:	6
License:	Public Domain
Group:		Development/Other
Url:		http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/
Source0:	lposix.tar.bz2
Patch0:		luaposix.patch
# From upstream reference (by Funda)
Patch1:		lposix-build-5.1.patch
# Corrects use of obsolete CLK_TCK constant to CLOCKS_PER_SEC - AdamW
# 2008/07 (see http://www.mail-archive.com/debian-glibc@lists.debian.org/msg34448.html )
Patch2:		lposix-clktck.patch
BuildRequires:	pkgconfig(lua) < 5.2

%description
A POSIX module for the Lua programming language.

%files
%doc README
%{_libdir}/lua/%{lua_version}/*.so
%{_datadir}/lua/%{lua_version}/*.lua

#----------------------------------------------------------------------------

%package devel
Summary:	Development header for the lposix LUA module
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
Development header for the lposix LUA module.

%files devel
%{_libdir}/lua/%{lua_version}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q -n %{soname}
%patch0 -p1
%patch1 -p0
%patch2 -p1 -b .clktck

%build
export CFLAGS="%{optflags} -fPIC"
%make

%install
install -d %{buildroot}/%{_datadir}/lua/%{lua_version}
install -d %{buildroot}/%{_libdir}/lua/%{lua_version}
install -m0755 %{soname}.so %{buildroot}%{_libdir}/lua/%{lua_version}
install -m0644 %{soname}.a %{buildroot}/%{_libdir}/lua/%{lua_version}
install -m0644 %{soname}.lua %{buildroot}/%{_datadir}/lua/%{lua_version}
install -m0644 test.lua %{buildroot}/%{_datadir}/lua/%{lua_version}
install -m0644 tree.lua %{buildroot}/%{_datadir}/lua/%{lua_version}


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-6
- (64ef694) Disable debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10757 |14cu|lua-luafilesystem-1.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define luaver 5.1
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}
%define oname luafilesystem

Summary:	FileSystem Tool for the Lua language
Name:		lua-luafilesystem
Version:	1.4.1
Release:	4
License:	MIT
Group:		Development/Other
Url:		http://www.keplerproject.org/luafilesystem/
Source0:	http://luaforge.net/frs/download.php/3345/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(lua) < 5.2

%description
LuaFileSystem offers a portable way to access the underlying directory
structure and file attributes.

%files
%doc doc/us/*
%doc README
%{lualibdir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
%make

%install
make install \
	PREFIX=%{buildroot}%{_prefix} \
	LUA_LIBDIR=%{buildroot}%{lualibdir} \
	LUA_DIR=%{buildroot}%{luapkgdir} \
	SYS_BINDIR=%{buildroot}%{_bindir} \
	LUA_INTERPRETER=%{_bindir}/lua%{luaver}


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.1-4
- (90779a8) Disable debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10758 |14cu|lua-sec-0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define luaver 5.2
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}
%define oname luasec

Summary:	OpenSSL binding for Lua
Name:		lua-sec
Version:	0.4
Release:	5
License:	MIT
Group:		Development/Other
Url:		http://www.inf.puc-rio.br/~brunoos/luasec/
Source0:	http://luaforge.net/frs/download.php/4255/%{oname}-%{version}.tar.gz
Patch0:		luasec-0.4-fix-link.patch
BuildRequires:	lua >= %{luaver}
BuildRequires:	pkgconfig(lua) >= %{luaver}
BuildRequires:	pkgconfig(openssl)
Requires:	lua >= %{luaver}
Requires:	lua-socket

%description
LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. 
This version delegates to LuaSocket the TCP connection establishment 
between the client and server. Then LuaSec uses this connection to start 
a secure TLS/SSL session.

%files
%doc CHANGELOG samples/*
%{lualibdir}/*
%{luapkgdir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p0

%build
#perl -pi -e 's/(CFLAGS =)/$1 -fPIC/' config
#echo 'LUA_VERSION_NUM=501' >> config 
%make linux DEFS="%{optflags}"

%install
mkdir -p %{buildroot}%{lualibdir}
mkdir -p %{buildroot}%{luapkgdir}
make install LUACPATH=%{buildroot}%{lualibdir} LUAPATH=%{buildroot}%{luapkgdir}


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4-5
- (ffea279) Build for lua 5.2
- (ffea279) Build with system optflags to fix debug package
- (ffea279) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10759 |14cu|lua-sql-2.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define luaver 5.2
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}
%define oname luasql

Summary:	Database connectivity for the Lua programming language
Name:		lua-sql
Version:	2.3.3
Release:	1
License:	MIT
Group:		Development/Other
Url:		http://www.keplerproject.org/luasql/
Source0:        https://github.com/keplerproject/luasql/archive/v%{version}.tar.gz
BuildRequires:	pkgconfig(lua)
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(sqlite3)
Requires:	lua-sql-sqlite
Requires:	lua-sql-mysql
Requires:	lua-sql-postgresql
Requires:	lua-sql-doc

%description
LuaSQL is a simple interface from Lua to a DBMS. This package of LuaSQL
supports MySQL, SQLite and PostgreSQL databases. You can execute arbitrary SQL
statements and it allows for retrieving results in a row-by-row cursor fashion.

%files

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for LuaSQL
Group:		Documentation

%description doc
LuaSQL is a simple interface from Lua to a DBMS. This package contains the
documentation for LuaSQL.

%files doc
%doc README
%doc doc/us/*

#----------------------------------------------------------------------------

%package sqlite
Summary:	SQLite database connectivity for the Lua programming language
Group:		Development/Other

%description sqlite
LuaSQL is a simple interface from Lua to a DBMS. This package provides access
to SQLite databases.

%files sqlite
%dir %{lualibdir}/luasql
%{lualibdir}/luasql/sqlite3.so

#----------------------------------------------------------------------------

%package mysql
Summary:	MySQL database connectivity for the Lua programming language
Group:		Development/Other

%description mysql
LuaSQL is a simple interface from Lua to a DBMS. This package provides access
to MySQL databases.

%files mysql
%dir %{lualibdir}/luasql
%{lualibdir}/luasql/mysql.so

#----------------------------------------------------------------------------

%package postgresql
Summary:	PostgreSQL database connectivity for the Lua programming language
Group:		Development/Other

%description postgresql
LuaSQL is a simple interface from Lua to a DBMS. This package provides access
to PostgreSQL databases.

%files postgresql
%dir %{lualibdir}/luasql
%{lualibdir}/luasql/postgres.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
make DRIVER_INCS="`pkg-config --cflags sqlite3`" DRIVER_LIBS="`pkg-config --libs sqlite3`" sqlite3 DEFS="%{optflags} -fPIC"
make DRIVER_INCS="" DRIVER_LIBS="-lpq" postgres DEFS="%{optflags} -fPIC" WARN=
make DRIVER_INCS="-I%{_prefix}/include/mysql" DRIVER_LIBS="-L%{_libdir}/mysql -lmysqlclient" mysql DEFS="%{optflags} -fPIC"


%install
make install PREFIX=%{buildroot}%{_prefix} LUA_LIBDIR=%{buildroot}%{lualibdir} LUA_DIR=%{buildroot}%{luapkgdir} sqlite3
make install PREFIX=%{buildroot}%{_prefix} LUA_LIBDIR=%{buildroot}%{lualibdir} LUA_DIR=%{buildroot}%{luapkgdir} postgres
make install PREFIX=%{buildroot}%{_prefix} LUA_LIBDIR=%{buildroot}%{lualibdir} LUA_DIR=%{buildroot}%{luapkgdir} mysql


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10760 |14cu|lucene-2.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define nversion        2.3

Name:           lucene
Version:        2.4.0
Release:        2
Epoch:          0
Summary:        High-performance, full-featured text search engine
License:        Apache License
URL:            http://lucene.apache.org/
Group:          Development/Java
Source0:        http://www.apache.org/dist/lucene/java/%{name}-%{version}-src.tar.gz
Source1:	lucene-1.9-OSGi-MANIFEST.MF
Source2:	lucene-1.9-analysis-OSGi-MANIFEST.MF
Patch4:         lucene-2.3.0-db-javadoc.patch
BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  javacc
BuildRequires:  java-javadoc
BuildRequires:  java-rpmbuild
BuildRequires:  junit
BuildRequires:  jtidy
BuildRequires:  jakarta-commons-digester
BuildRequires:  jline
BuildRequires:  regexp
BuildRequires:  zip
Provides:       lucene-core = %{epoch}:%{version}-%{release}
# previously used by eclipse but no longer needed
Obsoletes:      lucene-devel < %{version}
BuildRequires:  java-devel
BuildArch:      noarch

%description
Jakarta Lucene is a high-performance, full-featured text search engine
written entirely in Java. It is a technology suitable for nearly any
application that requires full-text search, especially cross-platform.

%package javadoc
Summary:        Javadoc for Lucene
Group:          Development/Java

%description javadoc
Javadoc for Lucene.

%package demo
Summary:        Lucene demonstrations and samples
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description demo
%{summary}.

%package contrib
Summary:        Lucene contributed extensions
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description contrib
%{summary}.

#%package contrib-db
#Summary:        Lucene contributed bdb extensions
#Group:          Internet/WWW/Indexing/Search
#Requires:       %{name} = %{epoch}:%{version}-%{release}
#Requires:  berkeleydb
#Requires:  berkeleydb-native >= 0:4.3.29

#%description contrib-db
#%{summary}.

%prep
%setup -q -n %{name}-%{version}
%remove_java_binaries

%patch4 -p0 -b .db-javadoc

%build
mkdir -p docs
mkdir -p lib
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=$(build-classpath jline jtidy regexp commons-digester)
#pushd contrib/db/bdb/lib
#ln -sf $(build-classpath berkeleydb-native) .
#popd
#pushd contrib/db/bdb-je/lib
#ln -sf $(build-classpath berkeleydb) .
#popd
rm -r contrib/db

#FIXME: Tests freeze randomly. Turning on debug messages shows warnings like:

# [junit] GC Warning: Repeated allocation of very large block (appr. size 512000):
# [junit] 	May lead to memory leak and poor performance.

# See: http://koji.fedoraproject.org/koji/getfile?taskID=169839&name=build.log
# for an example

%ant -Dbuild.sysclasspath=first \
  -Djavacc.home=%{_bindir}/javacc \
  -Djavacc.jar=%{_javadir}/javacc.jar \
  -Djavacc.jar.dir=%{_javadir} \
  -Djavadoc.link=%{_javadocdir}/java \
  -Dversion=%{version} \
  package
#  package test generate-test-reports

mkdir META-INF
cp %{SOURCE1} META-INF/MANIFEST.MF
zip -u build/lucene-core-%{version}.jar META-INF/MANIFEST.MF
cp %{SOURCE2} META-INF/MANIFEST.MF
zip -u build/contrib/analyzers/lucene-analyzers-%{version}.jar META-INF/MANIFEST.MF

%install

install -d -m 0755 %{buildroot}%{_javadir}
install -m 0644 build/%{name}-core-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 0644 build/%{name}-demos-%{version}.jar %{buildroot}%{_javadir}/%{name}-demos-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# contrib jars
install -d -m 0755 %{buildroot}%{_javadir}/%{name}-contrib
for c in analyzers ant highlighter lucli memory misc queries similarity snowball spellchecker surround swing wordnet xml-query-parser; do
    install -m 0644 build/contrib/$c/%{name}-${c}-%{version}.jar \
		%{buildroot}%{_javadir}/%{name}-contrib
done
(cd %{buildroot}%{_javadir}/%{name}-contrib && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# bdb contrib jars
#install -d -m 0755 $RPM_BUILD_ROOT%{_javadir}/%{name}-contrib-db
#install -m 0644 build/contrib/db/bdb/%{name}-bdb-%{version}.jar \
#		$RPM_BUILD_ROOT%{_javadir}/%{name}-contrib-db
#install -m 0644 build/contrib/db/bdb-je/%{name}-bdb-je-%{version}.jar \
#		$RPM_BUILD_ROOT%{_javadir}/%{name}-contrib-db
#(cd $RPM_BUILD_ROOT%{_javadir}/%{name}-contrib-db && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/docs/api/* \
  %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# webapp
install -d -m 0755 %{buildroot}%{_datadir}/%{name}-%{version}
install -m 0644 build/%{name}web.war \
  %{buildroot}%{_datadir}/%{name}-%{version}

%files
%defattr(0644,root,root,0755)
%doc CHANGES.txt LICENSE.txt README.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%{_datadir}/%{name}-%{version}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%ghost %{_javadocdir}/%{name}

%files contrib
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-contrib

#%files contrib-db
#%defattr(0644,root,root,0755)
#%{_javadir}/%{name}-contrib-db

%files demo
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-demos-%{version}.jar
%{_javadir}/%{name}-demos.jar

%changelog
* Thu Dec 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.4.0-2
+ Revision: de25bf0
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10761 |14cu|luciole-0.9.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A stop motion software for animation movie realization
Name:		luciole
Version:	0.9.3
Release:	4
License:	GPLv3
Group:		Video
Source0:	http://launchpad.net/luciole/0.9/0.9.3/+download/%{name}-%{version}.tar.gz
Source100:	luciole.rpmlintrc
Patch0:		luciole-0.8.2-use-system-default-theme.patch
Patch1:		luciole-0.9.3-pillow.patch
Url:		http://festival.inattendu.org/Luciole
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	desktop-file-utils
Requires:	pygtk2.0
Requires:	python-imaging
Requires:	python-dbus
Requires:	python-pygoocanvas
Requires:	gstreamer0.10-python
Requires:	pygtk2.0-libglade
Requires:	imagemagick
Requires:	mencoder
Requires:	ffmpeg
Requires:	mjpegtools
Requires:	gstreamer0.10-plugins-base
Requires:	gstreamer0.10-plugins-good
Suggests:	gtk-theme-clearlooks
Suggests:	murrine

%description
Luciole is a stop motion software for animation movie realization. It can make
live capture of images from external devices as webcam or DV cam.

%prep
%setup -q 
%patch0 -p0 -b .default-theme
%patch1 -p1 -b .pillow

%install
python setup.py install --root %{buildroot}

%files
%doc COPYING RELEASE
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*
%{py_puresitedir}/pitivi
%{py_puresitedir}/luciole
%{py_puresitedir}/*egg-info
%{_mandir}/man1/*


%changelog

* Sun Apr 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-4
- (cd730d2) Fix typo in pillow patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10762 |14cu|luckybackup-0.4.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A powerful, fast and reliable backup & sync tool
Name:		luckybackup
Version:	0.4.8
Release:	1
License:	GPLv3+
Group:		Archiving/Backup
Url:		http://luckybackup.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/sourceforge/luckybackup/%{name}-%{version}.tar.gz
Patch0:		remove_old_menu_file.patch
BuildRequires:	qt4-devel
Requires:	rsync

%description
luckyBackup is an application that backs-up and/or synchronizes any directories
with the power of rsync.

It's simple to use, fast (transfers over only changes made and not all data),
safe (keeps your data safe by checking all declared directories before
proceeding in any data manipulation ), reliable and fully customizable.

%files
%{_bindir}/%{name}
%{_datadir}/applications/*
%{_datadir}/%{name}/translations/*
%{_datadir}/pixmaps/%{name}.*
%{_mandir}/man8/*
%{_defaultdocdir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%qmake_qt4
%make

%install
%makeinstall INSTALL_ROOT=%{buildroot} install


%changelog
* Sun Oct 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.8-1
+ Revision: f7b8e8b
- New version 0.4.8, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10763 |14cu|lugaru-1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           lugaru
Version:        1.1
Release:        1
Summary:        Ninja rabbit fighting game
License:        GPLv2+
Group:          Games/Other
Url:            https://osslugaru.gitlab.io/
Source0:        https://bitbucket.org/osslugaru/lugaru/downloads/%{name}-%{version}.tar.xz
BuildRequires:  cmake
BuildRequires:  jpeg-devel
BuildRequires:  desktop-file-utils
BuildRequires:  appstream-util
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(ogg)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(sdl2)
BuildRequires:  pkgconfig(vorbis)
BuildRequires:  pkgconfig(vorbisfile)
BuildRequires:  pkgconfig(zlib)
BuildRequires:  imagemagick

Requires:       %{name}-data = %{EVRD}

%description
Lugaru is the predecessor to Overgrowth 
(http://www.wolfire.com/overgrowth).
It is a third-person action game. The main character,
Turner, is an anthropomorphic rebel bunny rabbit with
impressive combat skills. In his quest to find
those responsible for slaughtering his village,
he uncovers a far-reaching conspiracy involving the
corrupt leaders of the rabbit republic and the 
starving wolves from a nearby den. Turner takes it
upon himself to fight against their plot and save 
his fellow rabbits from slavery.

%files
%{_defaultdocdir}/%{name}
%{_gamesbindir}/%{name}
%{_appdatadir}/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/%{name}.6*

#--------------------------------------------
%package data

Summary:        Data files for the Lugaru game
License:        CC-BY-SA
Group:          Games/Other
Requires:       %{name} = %{EVRD}
BuildArch:      noarch

%description data
This package contains arch-independent data files for the game Lugaru.

%files data
%doc CONTENT-LICENSE.txt
%{_gamesdatadir}/%{name}
#--------------------------------------------

%prep
%setup -q

%build
%cmake -DSYSTEM_INSTALL=ON \
      -DCMAKE_INSTALL_BINDIR=games \
      -DCMAKE_INSTALL_DATADIR=share/games 

%make

%install
%makeinstall_std -C build

%if %{mdvver} >= 201610
mkdir -p %{buildroot}%{_appdatadir}
cp %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml %{buildroot}%{_appdatadir}/%{name}.appdata.xml
rm -fr %{buildroot}%{_datadir}/appdata
%endif

for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size Dist/lugaru.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done



%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml 



%changelog

* Sun Apr 23 2017 abfonly <abfonly@gmail.com> 1.1-1
- (6c14314) Log:Log: Merge with mrb



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10764 |14cu|luma-3.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		luma
Summary:	LDAP browser, utility and more
Version:	3.0.7
Release:	5
Epoch:		1
Source0:	%{name}-%{version}.tar.gz
Patch1:		luma-3.0.7-desktop.patch
URL:		http://luma.sourceforge.net/
License:	GPL
Group:		System/Configuration/Other
Requires:	python-qt4 >= 4.8
Requires:	python-ldap >= 2.3
Requires:	sip-api(%{sip_api_major}) = %{sip_api}
Requires:	py-smbpasswd
BuildRequires:  python-devel
BuildRequires:  python-sip
BuildArch:	noarch

%description
Luma is a graphical utility for accessing and managing data
stored on LDAP servers. It is written in Python, using PyQt
and python-ldap. Plugin-support is included and useful
widgets with LDAP-functionality for easy creation of plugins
are delivered.

%prep
%setup -q
%apply_patches

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

install -d %{buildroot}%{py_puresitedir}/luma/plugins/browser/templates
cp -R luma/plugins/browser/templates/* \
   %{buildroot}%{py_puresitedir}/luma/plugins/browser/templates

%files
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/%{name}
%{py_puresitedir}/%{name}
%{py_puresitedir}/%{name}-%{version}-py*.egg-info
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*

%changelog

* Mon Jun 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:3.0.7-5
- (244e8b5) Patch desktop file l10n, add templates



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10765 |14cu|luminance-hdr-2.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A graphical tool for creating and tone-mapping HDR images
Name:		luminance-hdr
Version:	2.4.0
Release:	3
License:	GPLv2+
Group:		Graphics
Url:		http://qtpfsgui.sourceforge.net/
Source0:	http://downloads.sourceforge.net/qtpfsgui/%{name}-%{version}%{?pre:-%pre}.tar.bz2
Patch0:		luminance-hdr-2.4.0-desktop_file_fix.patch
Patch1:		luminance-hdr-2.4.0-qt5_printsupport.patch
#Originally from Gentoo:
Patch2:		luminance-hdr-2.4.0-qtquick.patch
BuildRequires:	cmake
BuildRequires:	qt5-linguist-tools
BuildRequires:	boost-devel
BuildRequires:	gomp-devel
BuildRequires:	jpeg-devel
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libraw)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(zlib)
Requires:	qt5-database-plugin-sqlite

%description
Luminance is a graphical program for assembling bracketed photos into High
Dynamic Range (HDR) images. It also provides a number of tone-mapping
operators for creating low dynamic range versions of HDR images.

%files
%doc AUTHORS Changelog LICENSE README TODO
%{_bindir}/%{name}
%{_bindir}/%{name}-cli
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .desktop-fix
%patch1 -p1
%patch2 -p1

# convert to UTF-8
mv Changelog Changelog.old
iconv --from-code=ISO-8859-1 --to-code=UTF-8 --output Changelog Changelog.old

%build
%cmake_qt5 \
        -DBUILD_SHARED_LIBS:BOOL=OFF
%make

%install
%makeinstall_std -C build

%changelog

* Sat Feb 06 2016 Denis Silakov <dsilakov@gmail.com> 2.4.0-3
- (8d15072) Rebuilt with new libraw, fix Qt5 requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10766 |14cu|lunchbox-1.14.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Lunchbox
%define major 1.14.0
%define api 7
%define	libname %mklibname %{oname} %{major}
%define	devname %mklibname -d %{oname}

Name:           lunchbox
Version:        1.14.0
Release:        4
Summary:        C++ library for multi-threaded programming
License:        LGPLv2+
Group:          System/Libraries
Url:            http://equalizergraphics.com/
Source0:        https://github.com/Eyescale/Lunchbox/archive/%{oname}-%{version}.tar.gz
# https://github.com/Eyescale/CMake.git
Source1:        common.tar.gz
#https://github.com/HBPVIS/Servus.git
Source2:        Servus.tar.gz
Source100:      lunchbox.rpmlintrc
Patch0:		lunchbox-lib.patch
Patch1:		lunchbox.doxyrules.patch
BuildRequires:  boost-devel
BuildRequires:  cmake
BuildRequires:  doxygen
BuildRequires:  graphviz
BuildRequires:  pkgconfig(python)
BuildRequires:  avahi
BuildRequires:  pkgconfig(avahi-client)
BuildRequires:  pkgconfig(avahi-compat-libdns_sd)
BuildRequires:  jpeg-devel
BuildRequires:  gomp-devel
BuildRequires:  pkgconfig(leveldb)
BuildRequires:  pkgconfig(hwloc)
BuildRequires:  pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  git


%description
Lunchbox is C++ library for multi-threaded programming, providing OS
abstraction, utility classes and high-performance primitives, such as
atomic variables, spin locks and lock-free containers.

#---------------------------------------------------------------------


%package -n     %{libname}
Summary:        C++ library for multi-threaded programming
Group:          System/Libraries

%description -n     %{libname}
Lunchbox is C++ library for multi-threaded programming, providing OS
abstraction, utility classes and high-performance primitives, such as
atomic variables, spin locks and lock-free containers.

%files -n     %{libname}
%doc README.md
%{_libdir}/lib%{oname}.so.%{major}
%{_libdir}/lib%{oname}.so.%{api}
%{_libdir}/libServus.so.*
%{_libdir}/libServusQt.so.*
#---------------------------------------------------------------------

%package  -n %{devname}

Summary:        Development files for %{name}
Group:          Development/C++ 
Requires:       %{libname} = %{EVRD}
Requires:       boost-devel
Requires:       jpeg-devel
Requires:       pkgconfig(avahi-client)
Requires:       pkgconfig(avahi-compat-libdns_sd)
Provides:	%{name}-devel = %{EVRD}

%description  -n %{devname}
C++ library for multi-threaded programming.
...
This package contains header files and libraries needed to develop
application that use %{name}.


%files  -n %{devname}
%{_docdir}/lib%{oname}
%{_docdir}/Servus
%{_bindir}/servusBrowser
%{_includedir}/lunchbox
%{_includedir}/servus
%{_libdir}/lib%{oname}.so
%{_libdir}/libServus.so
%{_libdir}/libServusQt.so
%{_datadir}/%{oname}
%{_datadir}/Servus
#---------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version} -a1 -a2
mv common CMake/common
%patch0 -p0 
%patch1 -p0

%build
%cmake \
	-DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_SKIP_RPATH:BOOL=OFF

%make
%make doxygen

%install
%makeinstall_std -C build

# api doc
mkdir -p %{buildroot}%{_docdir}
mv %{buildroot}%{_datadir}/%{oname}/doc %{buildroot}%{_docdir}/lib%{oname}
mv %{buildroot}%{_datadir}/Servus/doc %{buildroot}%{_docdir}/Servus




%changelog

* Fri Aug 05 2016 abfonly <abfonly@gmail.com> 1.14.0-4
- (d10dd3c) Log: Update to 1.14.0
- (d10dd3c) merge with MRB



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10767 |14cu|lunzip-1.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Name:		lunzip
Summary:	Decompressor for lzip files
Version:	1.8
Release:	1
License:	GPLv3+
Group:		Archiving/Compression
URL:		http://www.nongnu.org/lzip/lunzip.html
Source0:	http://download.savannah.gnu.org/releases/lzip/%{name}/%{name}-%{version}.tar.gz
Source1:	http://download.savannah.gnu.org/releases/lzip/%{name}/%{name}-%{version}.tar.gz.sig
BuildRequires:	lzip

%description
Lunzip is a decompressor for lzip files. It is written in C and its small size
makes it well suited for embedded devices or software installers that need
to decompress files but do not need compression capabilities.

Lunzip replaces every file given in the command line with a decompressed
version of itself. Each decompressed file has the same modification date,
permissions, and, when possible, ownership as the corresponding compressed
file. Lunzip is able to read from some types of non regular files
if the "--stdout" option is specified.

If no file names are specified, lunzip decompresses from standard input
to standard output. In this case, lunzip will decline to read compressed input
from a terminal.

Lunzip will correctly decompress a file which is the concatenation of two
or more compressed files. The result is the concatenation of the corresponding
uncompressed files. Integrity testing of concatenated compressed files is also
supported.

The amount of memory required by lunzip to decompress a file is only a few tens
of KiB larger than the dictionary size used to compress that file. 

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

%files
%{_bindir}/lunzip
%{_mandir}/man1/lunzip.1*
%doc AUTHORS ChangeLog NEWS README

%changelog

* Sat Aug 27 2016 alzim <alzim@bk.ru> 1.8-1
- (abe5918) Merge pull request #2 from import/lunzip:rosa2016.1
- (abe5918) Updated to 1.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10768 |14cu|lutris-0.3.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           lutris
Version:        0.3.8
Release:        1
Summary:        Install and play any video game easily
Group:          Games/Other
License:        GPLv3+
URL:            http://lutris.net
Source0:        http://lutris.net/releases/%{name}_%{version}.tar.xz

BuildArch:      noarch
BuildRequires:  librsvg
BuildRequires:  python
BuildRequires:  python-pyxdg
BuildRequires:	python-gi
BuildRequires:	python-gobject
Requires:       glib-networking
Requires:       gvfs
Requires:       python-gi
Requires:       python-pyxdg
Requires:       python-yaml
Requires:       xrandr

%description
Lutris is a gaming platform for GNU/Linux. Its goal is to make
gaming on Linux as easy as possible by taking care of installing
and setting up the game for the user. The only thing you have to
do is play the game. It aims to support every game that is playable
on Linux.

%prep
%setup -qn %{name}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --skip-build

# SVG icon is broken in Qt applications, we use PNGs for now
pushd %{buildroot}%{_iconsdir}/hicolor
  for size in 16 32 48 64 128 256; do
    mkdir -p ${size}x${size}/apps
    rsvg-convert scalable/apps/%{name}.svg -w ${size} -o ${size}x${size}/apps/%{name}.png
  done
  rm -f scalable/apps/%{name}.svg
popd

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/apps.%{name}.gschema.xml
%{_datadir}/%{name}/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/polkit-1/actions/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{py_puresitedir}/%{name}-%{version}-py2.7.egg-info
%{py_puresitedir}/%{name}/

%changelog

* Sat Aug 27 2016 alzim <alzim@bk.ru> 0.3.8-1
- (d4a1e15) Merge pull request #1 from import/lutris:rosa2016.1
- (d4a1e15) Updated to 0.3.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10769 |14cu|lv2-1.14.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:       lv2
Version:    1.14.0
Release:    1
Summary:    Audio Plugin Standard
Group:      System/Libraries

# lv2specgen template.html is CC-AT-SA
License:    ISC
URL:        http://lv2plug.in
Source0:    http://lv2plug.in/spec/lv2-%{version}.tar.bz2
Source1:    lv2.sh.bz2
Source2:    lv2.csh.bz2
BuildRequires:	pkgconfig(sndfile) >= 1.0.0

# this package replaces lv2core
Provides:   lv2core = 6.0-4
Obsoletes:  lv2core < 6.0-4
Provides:   lv2-ui = 2.4-5
Obsoletes:  lv2-ui < 2.4-5

%description
LV2 is a standard for plugins and matching host applications, mainly
targeted at audio processing and generation.

There are a large number of open source and free software synthesis
packages in use or development at this time. This API ('LV2') attempts
to give programmers the ability to write simple 'plugin' audio
processors in C/C++ and link them dynamically ('plug') into a range of
these packages ('hosts').  It should be possible for any host and any
plugin to communicate completely through this interface.

LV2 is a successor to LADSPA, created to address the limitations of
LADSPA which many hosts have outgrown.

%files
%doc COPYING NEWS
%{_libdir}/%{name}/*/*.[ch]
%{_libdir}/%{name}/*/*.ttl
%{_bindir}/lv2specgen.py
%{_datadir}/lv2specgen/*
%attr(644,root,root) %_sysconfdir/profile.d/lv2*sh

#----------------------------------------------------------------------

%package devel
Summary:    API for the LV2 Audio Plugin Standard
Group:      Development/C

Requires:   %{name}%{?_isa} = %{version}-%{release}
Provides:   lv2core-devel = 6.0-4
Obsoletes:  lv2core-devel < 6.0-4
Provides:   lv2-ui-devel = 2.4-5
Obsoletes:  lv2-ui-devel < 2.4-5

BuildRequires:  pkgconfig(sndfile) >= 1.0.0

%description devel
lv2-devel contains the lv2.h header file and headers for all of the
LV@ specification extensions and bundles.

Definitive technical documentation on LV2 plug-ins for both the host
and plug-in is contained within copious comments within the lv2.h
header file.

%files devel
%{_includedir}/%{name}.h
%{_includedir}/%{name}/
%{_libdir}/pkgconfig/lv2core.pc
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------

%prep
%setup -q

%build
./waf configure -vv --prefix=%{_prefix} --libdir=%{_libdir} --debug --no-plugins
./waf -vv %{?_smp_mflags}

%install
DESTDIR=%{buildroot} ./waf -vv install
install -d -m 755 %buildroot%_sysconfdir/profile.d
bzcat %SOURCE1 > %buildroot%_sysconfdir/profile.d/lv2.sh
bzcat %SOURCE2 > %buildroot%_sysconfdir/profile.d/lv2.csh

%changelog

* Mon Sep 26 2016 alzim <alzim@bk.ru> 1.14.0-1
- (2302b2f) Merge pull request #1 from import/lv2:rosa2016.1
- (2302b2f) Updated to 1.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10770 |14cu|lv2-c++-tools-1.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		0
%define	libname		%mklibname %{name} %{major}
%define	develname	%mklibname %{name} -d

Summary:	A LV2 Development SDK
Name:		lv2-c++-tools
Version:	1.0.5
Release:	1
License:	GPLv3+
Group:		Sound
URL:		http://ll-plugins.nongnu.org/hacking.html
Source0:	http://download.savannah.nongnu.org/releases/ll-plugins/%{name}-%{version}.tar.bz2
#Patch0:	lv2-c++-tools-boost.patch
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(gtkmm-2.4) >= 2.8.8
BuildRequires:	doxygen

%description
This software package contains libraries and programs that should make it
easier to write LV2 plugins.

%files
%doc %{_docdir}/%{name}
%{_bindir}/lv2peg
%{_bindir}/lv2soname

#-----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	LV2 Development SDK library
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with the %{name} library.

%files -n %{libname}
%doc COPYING
%{_libdir}/lib*.so.%{major}*

#-----------------------------------------------------------------------------

%package -n	%{develname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{develname}
This package contains the header files and libraries needed for
developing programs using the %{name} library.

%files -n %{develname}
%doc COPYING html/*
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#-----------------------------------------------------------------------------

%prep
%setup -q
#patch0 -p1

# don't invoke ldconfig
perl -pi -e "s|/sbin/ldconfig -n |/bin/true |g" Makefile.template
# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" Makefile.template


%build
./configure \
    --prefix=%{_prefix} \
    --libdir=%{_libdir}

%make CFLAGS="%{optflags}" \
    prefix=%{_prefix} \
    libdir=%{_libdir}

# Build the docs
doxygen Doxyfile


%install
%makeinstall_std \
    prefix=%{_prefix} \
    libdir=%{_libdir} \
    pkgdocdir=%{_docdir}/%{name}

%changelog

* Sat May 02 2015 Giovanni Mariani <mc2374@mclink.it> 1.0.5-1
- (ffff602) Updated to release 1.0.5, dropped P0 (now merged), built and installed doxygen docs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10771 |14cu|lxappearance-0.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A new feature-rich GTK+ theme switcher
Name:		lxappearance
Version:	0.6.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://lxde.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/lxde/%{name}-%{version}.tar.xz
Patch0:		lxappearance-0.6.1-rosa-settings.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-2.0)
Suggests:	lxappearance-obconf

%description
LXAppearance is a new GTK+ theme switcher developed for project LXDE.

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_mandir}/man1/lxappearance.*

#----------------------------------------------------------------------------

%package devel
Summary:	Developement files for %{name}
Group:		Development/Other

%description devel
This package contains header files needed when building applications based on
%{name}.

%files devel
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/lxappearance.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

desktop-file-install --vendor="" \
	--remove-key="NotShowIn" \
	--add-only-show-in="LXDE" \
	--dir=%{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*.desktop

%changelog

* Tue Sep 27 2016 alzim <alzim@bk.ru> 0.6.2-1
- (bfe96ea) Merge pull request #1 from import/lxappearance:rosa2016.1
- (bfe96ea) Updated to 0.6.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10772 |14cu|lxappearance-obconf-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Plugin to configure OpenBox inside LXAppearance
Name:           lxappearance-obconf
Version:        0.2.1
Release:        4
Epoch:		1
Group:          Graphical desktop/Other
License:        GPLv2+
URL:            http://lxde.org/
Source0:        %{name}-%{version}.tar.gz

BuildRequires:  openbox-devel >= 3.5.2
BuildRequires:  lxappearance-devel
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(sm)
BuildRequires:  gettext
BuildRequires:  intltool
BuildRequires:  libtool
BuildRequires:	openbox
Requires:       lxappearance >= 0.5.1
Requires:       openbox

%description
This plugin adds an addtional tab called "Window Border" to LXAppearance. 
It is only visible when the plugin is installed and Openbox is in use.

%prep
%setup -q

# dirty hack for outdated/changing LINGUAS file
cd po
ls *.po > LINGUAS
sed -i 's/.po//g' LINGUAS

%build
%configure --disable-static
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
# FIXME add NEWS and TODO
%doc AUTHORS CHANGELOG COPYING README
%{_libdir}/lxappearance/plugins/obconf.so
%{_datadir}/lxappearance/obconf/

%changelog

* Wed Mar 30 2016 Denis Silakov <dsilakov@gmail.com> 1:0.2.1-4
- (d9d93cd) Rebuild with new openbox



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10773 |14cu|lxde-common-0.5.5-0.git20110808.26
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git git20110808
# define Epoch only to revert from 0.5.5.1 to 0.5.5 git
Epoch: 1

Summary:	A set of default configuration for LXDE
Name:	  	lxde-common
Version:	0.5.5
Release:	%mkrel -c %git 26
License:	GPLv2+
Group:		Graphical desktop/Other
Source0: 	http://dfn.dl.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
Source1:	rosa-button-lxde.png
# Mandriva customization patch
Patch101:	lxde-common-0.5.5-pcmanfm.conf.patch
Patch102:	lxde-common-0.5.5-add-mcc-to-panel.patch
Patch103:	lxde-common-0.5.5-lxpanel-customization.patch
Patch106:	lxde-common-0.5.5-autostart.patch
Patch109:	lxde-common-0.5.5-config.patch
Patch110:	lxde-common-0.5.5-lxpanel-add-power-manager.patch

URL:		http://lxde.sourceforge.net/
BuildRequires:	xsltproc docbook-style-xsl
BuildArch:	noarch
#Requires:	smproxy
Suggests:	xscreensaver
Requires:	openbox
Requires:	lxpanel >= 0.5.9
Requires:	lxsession >= 0.4.1
Requires:	pcmanfm >= 0.9.10
Requires:	lxterminal
Requires:	lxde-icon-theme
Requires:	mandriva-lxde-config >= 0.5
Requires(post):	mandriva-theme

%description
This package provides a set of default configuration for LXDE.

%prep
%setup -q
%patch101 -p0 -b .pcmanfm_conf
%patch102 -p0 -b .mdv-mcc
%patch103 -p1 -b .mdv-panel
%patch106 -p1 -b .autostart
%patch109 -p0 -b .config
%patch110 -p1 -b .power_mng

%build
#./autogen.sh
%configure2_5x --enable-man
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/icons
cp -f %SOURCE1 %{buildroot}%{_datadir}/icons/

#{find_lang} %{name}

# we'll ship these files via mandriva-lxde-config
rm -f %{buildroot}%{_sysconfdir}/xdg/lxsession/LXDE/desktop.conf %{buildroot}%{_datadir}/lxde/openbox/rc.xml

# we do not need this file
rm -f %{buildroot}%{_datadir}/xsessions/LXDE.desktop

# instead, we use wmsession.d
install -d %{buildroot}%{_sysconfdir}/X11/wmsession.d/
cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/04LXDE << EOF
NAME=LXDE
DESC=Lightweight X11 Desktops Environment
EXEC=/usr/bin/startlxde
SCRIPT:
exec /usr/bin/startlxde
EOF

# install this one manually, this provides the logout button on lxpanel:
install -m644 -D lxde-logout.desktop.in %{buildroot}%{_datadir}/applications/lxde-logout.desktop

%files
%config %{_sysconfdir}/xdg/lxsession/LXDE/autostart
%config %{_sysconfdir}/xdg/pcmanfm/LXDE/pcmanfm.conf
%{_sysconfdir}/X11/wmsession.d/04LXDE
%{_bindir}/*
%{_datadir}/applications/lxde-logout.desktop
%{_datadir}/lxde
%{_datadir}/lxpanel
%{_mandir}/man1/*
%{_datadir}/icons/rosa-button-lxde.png

%changelog
* Tue Jan 20 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.5.5-0.git20110808.26
+ Revision: 6b09abe
- Fix autostart patch

* Tue Jan 20 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.5.5-0.git20110808.26
+ Revision: 9068431
- Enable xscrensaver by default

* Tue Jan 20 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.5.5-0.git20110808.25
+ Revision: 3ae70f1
- Add lxde power manager to a panel in LXDE profile

* Wed Nov 12 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.5.5-0.git20110808.23
+ Revision: bbdbdda
- Move to contrib repository

* Wed Oct 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.5.5-0.git20110808.22
+ Revision: c165fed
- Realign autostart patch

* Wed Oct 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.5.5-0.git20110808.22
+ Revision: 8e3db2a
- Drop folders

* Wed Oct 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.5.5-0.git20110808.22
+ Revision: 2738fc3
- Disable screensaver by default - fails for now

* Wed Oct 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.5.5-0.git20110808.21
+ Revision: ac377b4
- Drop empty post scritps

* Wed Oct 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.5.5-0.git20110808.21
+ Revision: 77f3d56
- Drop parcelite from autostart

* Fri Nov 15 2013 Alexander Kazancev <kazancas@gmail.com> 1:0.5.5-0.git20110808.20
+ Revision: b27e0b4
- SILENT up version

* Fri Nov 15 2013 akdengi <alexander.kazancev@rosalab.ru> 1:0.5.5-0.git20110808.19
+ Revision: dcbff66
- fix add compton to autostart

* Thu Nov 14 2013 akdengi <kazancas@mandriva.ru> 1:0.5.5-0.git20110808.19
+ Revision: c86eaa1
- drop compton. It suggests from task-lxde

* Thu Nov 14 2013 akdengi <kazancas@mandriva.ru> 1:0.5.5-0.git20110808.19
+ Revision: 260b62d
- fix theme

* Thu Aug 29 2013 Alexander Kazancev <kazancas@gmail.com> 1:0.5.5-0.git20110808.18
+ Revision: aae3eb0
- Replace mate-power-manager to xfce4-power-manager

* Thu Aug 29 2013 Alexander Kazancev <kazancas@gmail.com> 1:0.5.5-0.git20110808.17
+ Revision: 62c60a3
- Updated lxde-common-0.5.5-autostart.patch

* Mon Jun 17 2013 akdengi <kazancas@gmail.com> 1:0.5.5-0.git20110808.17
+ Revision: 328f974
- fix pcmanfm root call

* Fri Jan 18 2013 akdengi <kazancas@gmail.com> 1:0.5.5-0.git20110808.16
+ Revision: a8f6aed
- fix autostart patch

* Thu Jan 17 2013 akdengi <kazancas@gmail.com> 1:0.5.5-0.git20110808.15
+ Revision: 1e6d753
- fix rosa button

* Thu Jan 17 2013 akdengi <kazancas@gmail.com> 1:0.5.5-0.git20110808.14
+ Revision: 20e28d1
- LOG -new customisation

* Mon Dec 17 2012 Alexander Kazancev <kazancas@gmail.com> 1:0.5.5-0.git20110808.13
+ Revision: 39aef8a
- Updated .abf.yml

* Mon Dec 17 2012 Alexander Kazancev <kazancas@gmail.com> 1:0.5.5-0.git20110808.13
+ Revision: 20e5376
- Updated lxde-common.spec

* Mon Dec 17 2012 Alexander Kazancev <kazancas@gmail.com> 1:0.5.5-0.git20110808.12
+ Revision: 6d9c25a
- replace catfish to vlc

* Sun Oct 21 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 1:0.5.5-0.git20110808.12
+ Revision: 710e52c
- no l10ns

* Sun Oct 21 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 1:0.5.5-0.git20110808.12
+ Revision: 2e6738f
- remove binaries from git tree

* Sun Oct 21 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 1:0.5.5-0.git20110808.12
+ Revision: 5c05e81
- fix applying patches, cleanup

* Mon Jun 04 2012 akdengi <kazancas@mandriva.ru> 1:0.5.5-0.git20110808.12
+ Revision: 44d52a5
- change name for menu icon and add new lxpanel stuff

* Mon Jun 04 2012 akdengi <kazancas@mandriva.ru> 1:0.5.5-0.git20110808.12
+ Revision: 31bcbaa
- change name for menu icon and add new lxpanel stuff

* Fri Apr 06 2012 akdengi <kazancas@mandriva.ru> 1:0.5.5-0.git20110808.11
+ Revision: ae3ff20
- fix autostart patch

* Fri Apr 06 2012 akdengi <kazancas@mandriva.ru> 1:0.5.5-0.git20110808.11
+ Revision: 68d2ad5
- up version

* Fri Apr 06 2012 akdengi <kazancas@mandriva.ru> 1:0.5.5-0.git20110808.10
+ Revision: 44ea693
- change menu button to color variant and remove nm from autostart



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10774 |14cu|lxde-control-center-0.0.12-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: lxde-control-center     
Version: 0.0.12
Release: 5
Summary:  LXDE Control Center for ROSA/Mandriva      

Group: Graphical desktop/Other
License: GPLv2+            
Source0: %{name}-%{version}.tar.xz
Patch0:	lxde-control-center-0.0.12-drop-nfs.patch
URL:	https://abf.rosalinux.ru/soft/lxde-control-center
BuildRequires:	gettext
Requires: python, pygtk2.0, python-webkitgtk, python-simplejson
Suggests: obconf
Suggests: mdvinput
Suggests: lxappearance
Suggests: lxrandr
Suggests: drakxtools
Suggests: grub-customizer
#Obsoletes: drakconf
#Obsoletes: drakconf-legacy
BuildArch: noarch

%description

LXDE Control Center is common setup tool for Drakx and LXDE configuration
programs.

%prep
%setup -q
%patch0 -p1

%build
./compile_translations.py lxde-control-center po/

%install
mkdir -p %{buildroot}/usr
mkdir -p %{buildroot}%{_localedir}

cp -rf ./bin %{buildroot}/usr/
cp -rf ./share %{buildroot}/usr/
cp -rf ./lib %{buildroot}/usr/

ln -sf ./bin/%{name} %{buildroot}/usr/bin/drakconf

%files
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/locale/*
%{_datadir}/javascript/*
/usr/lib/lxde/%{name}

%changelog
* Tue Jan 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.12-5
+ Revision: c9eac81
- Do not obsolete drakconf, this confuses "urpmi --auto-update"



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10775 |14cu|lxde-ctrl-center-0.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LXDE Control Center
Name:		lxde-ctrl-center
Version:	0.1.3
Release:	1
Group:		System/Configuration/Other
License:	GPLv3+
Url:		http://code.google.com/p/lxde-ctrl-center/
Source0:	http://code.google.com/p/lxde-ctrl-center/files/%{name}-%{version}.tar.gz
Source1:	clouds.png
Source2:	bg.png
BuildRequires:	gettext
BuildRequires:	python
Requires:	pygtk2.0
Requires:	python-webkitgtk
Requires:	python-simplejson
Requires:	beesu
Requires:	lxde-common
BuildArch:	noarch

#drakuser
Suggests:	userdrake
#drakauth, drakkeyboard, /usr/sbin/drakscanner, /usr/sbin/diskdrake, /usr/sbin/draksound, drakups, /usr/sbin/drakxservices, draklocale, drakboot, draklog, /usr/sbin/drakedm
Suggests:	drakxtools-curses
#/usr/sbin/drakguard
Suggests:	drakguard
#obconf
Suggests:	obconf
#lxappearance
Suggests:	lxappearance
#pcmanfm --desktop-pref
Suggests:	pcmanfm
#lxrandr
Suggests:	lxrandr
#xscreensaver-demo
Suggests:	xscreensaver
#drakfont, drakclock, /usr/sbin/draksec
Suggests:	drakxtools
#/usr/sbin/harddrake2
Suggests:	harddrake-ui
#XFdrake, /usr/sbin/mousedrake
Suggests:	drakx-kbd-mouse-x11
#system-config-printer
Suggests:	system-config-printer
#mdvinput
Suggests:	mdvinput
#pavucontrol
Suggests:	pavucontrol
#drakproxy, /usr/sbin/drakfirewall, drakgw
Suggests:	drakx-net-text
#vpnpptp
Suggests:	vpnpptp-allde
#system-config-nfs
Suggests:	system-config-nfs
#system-config-samba
Suggests:	system-config-samba
#gigolo
Suggests:	gigolo
#drakhosts
Suggests:	drakx-net
#drakrpm, drakrpm-edit-media, drakrpm-update
Suggests:	rpmdrake
#libfm-pref-apps
Suggests:	libfm
#fskbsetting
Suggests:	fskbsetting
#/usr/sbin/msecgui
Suggests:	msec-gui
#nm-connection-editor
Suggests:	networkmanager-applet
#add2sudoers, rmfromsudoers
Suggests:	xsudo-sudoers

%description
LXDE Control Center is united launch tools for DrakX
and LXDE configuration programs.

%prep
%setup -q -n %{name}
cp -f %{SOURCE1} ./share/%{name}/frontend/images/
cp -f %{SOURCE2} ./share/%{name}/frontend/images/
sed -i -e 's/"beesu drakconnect"/"nm-connection-editor"/g' ./share/%{name}/items/x0002x
sed -i -e '/"beesu drakgw"/d' ./share/%{name}/items/x0002x

%build
./make build_pkg

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}

cp -rf ./bin/* %{buildroot}%{_bindir}/
cp -rf ./share/* %{buildroot}%{_datadir}/

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}


%changelog

* Thu Aug 20 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-1
- (3b6a98b) Updated to 0.1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10776 |14cu|lxde-icon-theme-0.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: LXDE icon theme
Name: lxde-icon-theme
Version: 0.0.1
Release: 5
License: LGPLv2+
Group: Graphical desktop/Other
URL: http://www.lxde.org
Source: http://freefr.dl.sourceforge.net/project/lxde/LXDE%20Icon%20Theme/%{name}-%{version}/%{name}-%{version}.tar.bz2
BuildArch: noarch
Provides: nuoveXT2-icon-theme = %{version}-%{release}
Obsoletes: nuoveXT2-icon-theme < 0.5.0

%description
This package contains nuoveXT2 icon theme for LXDE.

%prep
%setup -q

%build
%configure2_5x

%install
%makeinstall_std

touch %{buildroot}%{_iconsdir}/nuoveXT2/icon-theme.cache

%clean

%post
%update_icon_cache nuoveXT2

%postun
%clean_icon_cache nuoveXT2

%files
%defattr(-,root,root,-)
%dir %{_iconsdir}/nuoveXT2
%{_iconsdir}/nuoveXT2/*/*/*
%{_iconsdir}/nuoveXT2/extra/*
%{_iconsdir}/nuoveXT2/index.theme
%ghost %{_iconsdir}/nuoveXT2/icon-theme.cache

%changelog
* Wed Nov 12 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-5
+ Revision: 48f1092
- Move to contrib repository



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10777 |14cu|lximage-qt-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		lximage-qt
Version:	0.4.0
Release:	2
Source0:	http://lxqt.org/downloads/%{name}/%{version}/%{name}-%{version}.tar.xz
Source1:    lximage-ru_translations.tar.gz
Summary:	Image viewer and screenshot tool for the LXQt desktop
Url:		http://lxqt.org/
License:	GPLv2+
Group:		Graphical desktop/Other
BuildRequires:	cmake
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(libfm-qt5)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(xfixes)

%description
Image viewer and screenshot tool for the LXQt desktop

%prep
%setup -q

pushd src
tar -xvzf %{SOURCE1}
popd

%cmake -DUSE_QT5=ON

%build
%make -C build

%install
%makeinstall_std -C build

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-screenshot.desktop
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_datadir}/%{name}/translations/%{name}*.qm

%changelog

* Sun Sep 27 2015 Victor Ryzhikh <victorr2007@yandex.ru> 0.4.0-2
- (92ec179) Added Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10778 |14cu|lxmusic-0.4.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           lxmusic
Version:        0.4.6
Release:        1
Summary:        Lightweight XMMS2 client with simple user interface

Group:          Sound
License:        GPLv2+
URL:            http://lxde.org
Source0:        http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz
# As long as there are no plugins, disable the Tools menu
Patch0:         lxmusic-0.3.0-no-tools-menu.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1250738
# https://sourceforge.net/p/lxde/bugs/774/
Patch10:		lxmusic-0.4.6-saver_quit_from_taskber_on_play.patch

BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(gmodule-export-2.0)
BuildRequires:  pkgconfig(xmms2-client)
BuildRequires:  pkgconfig(xmms2-client-glib)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  gettext
BuildRequires:  intltool
BuildRequires:  desktop-file-utils
Requires:       xmms2 >= 0.7

%description
LXMusic is a very simple gtk+ XMMS2 client written in pure C. It has very few 
functionality, and can do nothing more than play the music. The UI is very 
clean and simple. This is currently aimed to be used as the default music 
player of LXDE (Lightweight X11 Desktop Environment) project.

%prep
%setup -q
%patch0 -p1 -b .no-tools
%patch10 -p1 -b .saverquit

%build
%configure
%make


%install
%makeinstall_std
desktop-file-install                                       \
  --delete-original                                        \
  --dir=%{buildroot}%{_datadir}/applications          \
  %{buildroot}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}

# Register as an application to be visible in the software center
#
# NOTE: It would be *awesome* if this file was maintained by the upstream
# project, translated and installed into the right place during `make install`.
#
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
#
mkdir -p %{buildroot}%{_datadir}/appdata
cat > %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
<application>
<id type="desktop">lxmusic.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<name>LXMusic</name>
<summary>A minimalist music player for LXDE</summary>
</application>
EOF

%files -f %{name}.lang
%doc AUTHORS README COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/lxmusic.desktop
%{_datadir}/lxmusic
%{_datadir}/pixmaps/lxmusic.png



%changelog

* Mon Dec 21 2015 Denis Silakov <dsilakov@gmail.com> 0.4.6-1
- (95ba3f3) Fix group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10779 |14cu|lxpanel-0.6.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 0
%define prerel 63ffd68
%define ver 0.6.1
%define gitday 20121312

Summary:	Lightweight X11 desktop panel based on fbpanel
Name:	  	lxpanel
Release:	5
Epoch:		1
%if %git
Version:	%{ver}.git%{gitday}
Source0:	%{name}-%{prerel}.tar.gz
%else
Version:	%{ver}
Source0: 	http://dfn.dl.sourceforge.net/sourceforge/lxde/%{version}/%{name}-%{version}.tar.gz
%endif
License:	GPLv2+
Group:		Graphical desktop/Other
URL:		http://lxde.sourceforge.net/
#Source1:	volume_icon.tar.gz
Patch1:		configure_desktop_number.patch
#Patch2:		automake-1.13.patch
Patch3:		lxpanel-0.5.10-iconsize.patch
Patch4:		lxpanel-0.6.1-power-manager-plugin.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
#BuildRequires:	pkgconfig(keybinder)
#BuildRequires:	pkgconfig(libfm-gtk)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	intltool
BuildRequires:	menu-cache-devel >= 0.5.0
BuildRequires:	xsltproc
BuildRequires:	docbook-to-man
BuildRequires:	docbook-dtd412-xml
BuildRequires:	docbook-style-xsl
Requires:	desktop-common-data
Requires:	obconf
Suggests:	pcmanfm
Conflicts:	lxpanelx

%description
LXPanel is a lightweight X11 desktop panel contains:
1. User-friendly application menu automatically generated from *.desktop
   files on the system.
2. Launcher bar (Small icons clicked to launch apps)
3. Task bar supporting urgency hint (Can flash when gaim gets new
   incoming messages)
4. Notification area (System tray)
5. Digital clock
6. Run dialog (A dialog let you type a command and run, can be called in
   external programs)
7. Volume control plug-in (optional, written by jserv)
8. lxpanelctl, an external controller let you control lxpanel in other
   programs.

%package devel
Summary:	Development files for lxpanel
Group:		Graphical desktop/Other

%description devel
This package contains development files needed for building lxde plugins.

%prep
%if %git
%setup -q -n %{name}-%{prerel} -a1
%else
%setup -q
%endif
%apply_patches

%build
./autogen.sh
%configure2_5x \
  --enable-man \
  --with-plugins="cpu batt kbled xkb thermal deskno volumealsa" \
  --disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_bindir}/lxpanelctl
# %{_sysconfdir}/xdg/%{name}
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
# %{_libdir}/%{name}/lib%{name}.so.*
%{_libdir}/%{name}/plugins/batt.so
%{_libdir}/%{name}/plugins/cpu.so
%{_libdir}/%{name}/plugins/deskno.so
%{_libdir}/%{name}/plugins/kbled.so
%{_libdir}/%{name}/plugins/volumealsa.so
%{_libdir}/%{name}/plugins/xkb.so
%{_libdir}/%{name}/plugins/thermal.so
%{_datadir}/%{name}
%{_mandir}/man1/*

%files devel
%{_includedir}/lxpanel
%{_libdir}/pkgconfig/lxpanel.pc
# %{_libdir}/%{name}/lib%{name}.so

%changelog
* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.6.1-5
+ Revision: f02751e
- Enable lxde_power_manager plugin by default

* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.6.1-4
+ Revision: ff4035c
- Drop wrong patch

* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.6.1-4
+ Revision: 50c6130
- Turn back 0.6.1 for now

* Tue Dec 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-4
+ Revision: 261712b
- Updated to 0.8.0

* Wed Nov 12 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-4
+ Revision: b3f2d73
- Move to contrib repository

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.1-3
+ Revision: f75cf1e
- MassBuild#440: Increase release tag

* Tue May 06 2014 Tigro <ashejn@gmail.com> 0.6.1-2
+ Revision: c0acee1
- fix parameters

* Fri Feb 07 2014 Alexander Kazancev <kazancas@gmail.com> 0.6.1-2
+ Revision: 183e477
- Rebuild and disable static

* Tue Nov 05 2013 akdengi <kazancas@mandriva.ru> 0.6.1-1
+ Revision: b073187
- disable automake patch

* Tue Nov 05 2013 akdengi <kazancas@mandriva.ru> 0.6.1-1
+ Revision: d30411e
- update to 0.6.1

* Sat Aug 10 2013 akdengi <kazancas@mandriva.ru> 0.5.12-3
+ Revision: d43d891
- build with automake 1.13

* Thu Jun 13 2013 akdengi <kazancas@gmail.com> 0.5.12-2
+ Revision: 8896a2f
- drop patch4

* Thu Jun 13 2013 akdengi <kazancas@gmail.com> 0.5.12-2
+ Revision: 29d5738
- remove patch2

* Thu Jun 13 2013 akdengi <kazancas@gmail.com> 0.5.12-2
+ Revision: b7d2a73
- add source patches

* Thu Jun 13 2013 akdengi <kazancas@gmail.com> 0.5.12-2
+ Revision: cab3bb4
- try add some patches, like cairo use, bigger icons and some UI fixes

* Tue Jan 15 2013 akdengi <kazancas@gmail.com> 0.5.12-1
+ Revision: 19e2723
- fix build

* Tue Jan 15 2013 akdengi <kazancas@gmail.com> 0.5.12-1
+ Revision: cbfecce
- 0.5.12

* Thu Dec 27 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.10.git20121312-2
+ Revision: 044b386
- release up

* Thu Dec 13 2012 akdengi <kazancas@mandriva.ru> 0.5.10.git20121312-1
+ Revision: 52e95d6
- LOG lxpanel git 20121312

* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.9-9
+ Revision: 22770b9
- LOG Update BuildRequires

* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.9-9
+ Revision: 06fb719
- Re-create yml file

* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.9-9
+ Revision: 9b33bf3
- LOG Update BuildRequires, re-diff patches, update configure flags, fix files

* Tue Oct 23 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.9-9
+ Revision: 1d017ad
- LOG Add patches to fix build, minor cleanups

* Sun Oct 21 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 0.5.9-8
+ Revision: 1011eb5
- fix BR

* Sun Oct 21 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 0.5.9-8
+ Revision: df627e0
- fix BR

* Sun Oct 21 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 0.5.9-8
+ Revision: 30c32fa
- remove binaries from git tree

* Sun Oct 21 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 0.5.9-8
+ Revision: ebe6508
- cleanup

* Mon Jun 04 2012 akdengi <kazancas@mandriva.ru> 0.5.9-8
+ Revision: 7180fcc
- working tarball

* Mon Jun 04 2012 akdengi <kazancas@mandriva.ru> 0.5.9-8
+ Revision: 2338978
- add userface icon to logout button

* Tue May 29 2012 akdengi <kazancas@mandriva.ru> 0.5.9-7
+ Revision: 36d9893
- update URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10780 |14cu|lxqt-about-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	About application for the LXQt desktop
Name:		lxqt-about
Version:	0.10.0
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org/
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	qmake5
BuildRequires:	qt5-devel
BuildRequires:  qt5-linguist-tools

%description
About application for the LXQt desktop.

%files -f %{name}.lang
%{_bindir}/lxqt-about
%{_datadir}/applications/lxqt-about.desktop
#%{_datadir}/lxqt/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DUSE_QT5=ON
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-qt --all-name

%changelog

* Wed Nov 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-1
- (7f4c5cd) Updated to 0.10.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10781 |14cu|lxqt-admin-0.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lxqt-admin
Version:	0.10.0
Release:	3
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
Patch0:		lxqt-admin-0.9.0-use-userdrake.patch
Patch1:		lxqt-admin-0.10.0-rosa-icons.patch
Patch2:		lxqt-admin-0.10.0-use-drakclock.patch
Summary:	Admin tools for the LXQt desktop
Url:		http://lxqt.org/
License:	GPL
Group:		Graphical desktop/Other
BuildRequires:	cmake
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(liboobs-1)
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools
Requires:	system-tools-backends2

%description
Admin tools for the LXQt desktop

%files -f %{name}.lang
%{_bindir}/lxqt-admin-time
%{_bindir}/lxqt-admin-user
%{_datadir}/applications/lxqt-admin-time.desktop
%{_datadir}/applications/lxqt-admin-user.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%cmake -DUSE_QT5:BOOL=ON

%build
%make -C build

%install
%makeinstall_std -C build

%find_lang %{name}-time %{name}-user %{name}.lang --with-qt

%changelog

* Mon Dec 14 2015 Denis Silakov <dsilakov@gmail.com> 0.10.0-3
- (448469c) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10782 |14cu|lxqt-bluemoon-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LXQt bluetooth manager
Name:		lxqt-bluemoon
Version:	2.0
Release:	2
License:	GPLv2
Group:		Communications
Url:		https://github.com/sklins/BlueMoon
Source0:	BlueMoon-%{version}.tar.gz
Patch0:		BlueMoon-2.0-icon-location.patch
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(Qt5Bluetooth)


%description
LXQt bluetooth manager.

%files
%{_bindir}/*
%{_datadir}/bluemoon

#----------------------------------------------------------------------------

%prep
%setup -qn BlueMoon-%{version}
%patch0 -p1

%build
pushd BlueMoon
%qmake_qt5
%make
popd

%install
mkdir -p %{buildroot}%{_bindir}
install -m755 BlueMoon/blue_moon %{buildroot}%{_bindir}/

mkdir -p %{buildroot}%{_datadir}/bluemoon/icons
install -m644 icons/scalable_bluemoon.svg %{buildroot}%{_datadir}/bluemoon/icons/

%changelog

* Sun Jun 05 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.0-2
- (3942879) Added bluetooth BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10783 |14cu|lxqt-common-0.10.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Common files for the LXQt desktop
Name:		lxqt-common
Version:	0.10.0
Release:	6
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org/
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
Source1:	rosa.svg
Source2:        lxqt-applications_ru.menu.tar.gz
Patch0:		lxqt-common-0.10.0-rosa-settings.patch
Patch2:		lxqt-common-0.10.0-startlxqt-rosa-user-settings.patch
Patch3:         lxqt-common-0.10.0-cmakelists.patch
Patch4:         lxqt-common-0.10.0-l10n-ru.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	qmake5
BuildRequires:	qt5-devel
BuildRequires:  qt5-linguist-tools
BuildArch:	noarch

%description
Common files for the LXQt desktop.

%files
%{_bindir}/startlxqt
%{_datadir}/desktop-directories/lxqt-*.directory
%{_datadir}/kdm/sessions/*
%{_datadir}/lxqt/themes
%{_datadir}/lxqt/graphics
%{_datadir}/lxqt/openbox
%{_datadir}/xsessions/lxqt.desktop
%{_iconsdir}/hicolor/scalable/places/start-here-lxqt.svg
%{_sysconfdir}/xdg/lxqt
%{_sysconfdir}/xdg/menus/*
%{_sysconfdir}/xdg/pcmanfm-qt
%{_sysconfdir}/xdg/autostart/lxqt*
%{_iconsdir}/rosa.svg

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

pushd menu
tar -xvzf %{SOURCE2}
popd

%build
%cmake -DUSE_QT5=ON
%make

%install
%makeinstall_std -C build

# Don't duplicate it there because KDM now reads %{_datadir}/xsessions/ by default
rm -f %{buildroot}%{_datadir}/apps/kdm/sessions/lxqt.desktop

install -m644 -p %{SOURCE1} %{buildroot}%{_iconsdir}/rosa.svg

# ROSA icons
for i in `ls -1 %{buildroot}/usr/share/lxqt/themes`; do
    ln -sf %{_iconsdir}/rosa.svg %{buildroot}%{_datadir}/lxqt/themes/$i/rosa.svg
    sed -i -e "s/mainmenu.svg/rosa.svg/g" %{buildroot}%{_datadir}/lxqt/themes/$i/lxqt-panel.qss
    sed -i 's|file=.*$|file=default.png|' %{buildroot}%{_datadir}/lxqt/themes/$i/wallpaper.cfg
    ln -sf %{_datadir}/mdk/backgrounds/default.png %{buildroot}%{_datadir}/lxqt/themes/$i/default.png
done



%changelog

* Mon Dec 07 2015 Denis Silakov <dsilakov@gmail.com> 0.10.0-6
- (ffbcf87) Use GTK+ widget style by default



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10784 |14cu|lxqt-config-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Config panel for the LXQt desktop
Name:		lxqt-config
Version:	0.10.0
Release:	4
License:	LGPLv2.1+
Group:		Graphical desktop/LXQt
Url:		http://lxqt.org/
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
Patch0:		lxqt-config-0.9.0-pkg-menu.patch
Patch2:		lxqt-config-0.10.0-l10n-ru.patch
BuildRequires:	cmake
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(kscreen2)
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(Qt5Xdg)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(zlib)

%description
Config panel for the LXQt desktop.

%files -f %{name}.lang
%{_bindir}/*
%{_libdir}/lib*.so
%{_datadir}/applications/lxqt-config*.desktop
%{_sysconfdir}/xdg/menus/lxqt-config.menu

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export LC_ALL=en_US.UTF8
%cmake -DUSE_QT5=ON
%make

%install
%makeinstall_std -C build
# cursor library is installed in lxqt-config subfolder
mv %{buildroot}%{_libdir}/%{name}/* %{buildroot}%{_libdir}/
rm -rf %{buildroot}%{_libdir}/%{name}
%find_lang %{name} --with-qt --all-name

%changelog

* Thu Apr 14 2016 Denis Silakov <dsilakov@gmail.com> 0.10.0-4
- (b7b4353) Build with non-C locale



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10785 |14cu|lxqt-config-randr-0.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	RandR config module for LXQt
Name:		lxqt-config-randr
Version:	0.7.0
Release:	4
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	https://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
Patch1:		lxqt-config-randr-0.7.0-desktop-l10n.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)

%description
RandR config module for LXQt.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}
%patch1 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Thu Nov 19 2015 Denis Silakov <dsilakov@gmail.com> 0.7.0-4
- (0fe46c7) Added l10n for desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10786 |14cu|lxqt-globalkeys-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api_ver 5

%define oldlibname %mklibname lxqt-globalkeys-qt %{api_ver} %{major}
%define olddevname %mklibname lxqt-globalkeys-qt %{api_ver} -d
%define olduiname %mklibname lxqt-globalkeys-ui-qt %{api_ver} %{major}
%define olduidevname %mklibname lxqt-globalkeys-ui-qt %{api_ver} -d
%define libname %mklibname lxqt-globalkeys %{major}
%define devname %mklibname lxqt-globalkeys -d
%define uiname %mklibname lxqt-globalkeys-ui %{major}
%define uidevname %mklibname lxqt-globalkeys-ui -d

Summary:	Global keys config module for LXQt
Name:		lxqt-globalkeys
Version:	0.10.0
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	qmake5
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools

%description
Global keys config module for LXQt.

%files -f %{name}.lang
%{_bindir}/*
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The LXQt globalkeys library
Group:		System/Libraries
%rename		%{oldlibname}
Obsoletes:	%{_lib}lxqt-globalkeys-qt0

%description -n %{libname}
The LXQt globalkeys library.

%files -n %{libname}
%{_libdir}/liblxqt-globalkeys.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{uiname}
Summary:	The LXQt globalkeys UI library
Group:		System/Libraries
%rename		%{olduiname}
Obsoletes:	%{_lib}lxqt-globalkeys-ui-qt0

%description -n %{uiname}
The LXQt globalkeys UI library.

%files -n %{uiname}
%{_libdir}/liblxqt-globalkeys-ui.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the LXQt globalkeys library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
%rename		%{olddevname}

%description -n %{devname}
Development files for the LXQt globalkeys library.

%files -n %{devname}
%{_libdir}/liblxqt-globalkeys.so
%{_includedir}/lxqt-globalkeys
%{_libdir}/pkgconfig/lxqt-globalkeys.pc
%{_datadir}/cmake/lxqt-globalkeys

#----------------------------------------------------------------------------

%package -n %{uidevname}
Summary:	Development files for the LXQt globalkeys UI library
Group:		Development/C++
Requires:	%{uiname} = %{EVRD}
%rename		%{olduidevname}

%description -n %{uidevname}
Development files for the LXQt globalkeys UI library.

%files -n %{uidevname}
%{_includedir}/lxqt-globalkeys-ui
%{_libdir}/liblxqt-globalkeys-ui.so
%{_libdir}/pkgconfig/lxqt-globalkeys-ui.pc
%{_datadir}/cmake/lxqt-globalkeys-ui

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DUSE_QT5=ON
%make

%install
%makeinstall_std -C build

# Drop double slash from pc files
sed -i 's#//usr#/usr#' %{buildroot}%{_libdir}/pkgconfig/*pc

%find_lang %{name} --with-qt --all-name

%changelog

* Wed Nov 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-1
- (a1aaaa1) Updated to 0.10.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10787 |14cu|lxqt-notificationd-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Notification daemon for the LXQt desktop
Name:		lxqt-notificationd
Version:	0.10.0
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	qmake5
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools

%description
Notification daemon for the LXQt desktop.

%files -f %{name}.lang
%{_bindir}/lxqt-notificationd
%{_bindir}/lxqt-config-notificationd
%{_datadir}/applications/lxqt-config-notificationd.desktop

#----------------------------------------------------------------------------

%prep
%setup -q %{name}-%{version}

%build
%cmake -DUSE_QT5=ON
%make

%install
%makeinstall_std -C build

%find_lang %{name} lxqt-config-notificationd %{name}.lang --with-qt



%changelog

* Wed Nov 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-1
- (7e1480b) Updated to 0.10.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10788 |14cu|lxqt-openssh-askpass-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OpenSSH askpass application for the LXQt desktop
Name:		lxqt-openssh-askpass
Version:	0.10.0
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	qmake5
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools

%description
OpenSSH askpass application for the LXQt desktop.

%files -f %{name}.lang
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DUSE_QT5=ON
%make

%install
%makeinstall_std -C build

%find_lang %{name} %{name}.lang --with-qt



%changelog

* Wed Nov 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-1
- (549ecc9) Updated to 0.10.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10789 |14cu|lxqt-panel-0.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Launcher panel for the LXQt desktop
Name:		lxqt-panel
Version:	0.10.0
Release:	5
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
#Source1:        lxqt-panel_translations.tar.gz
Patch0:         lxqt-panel-0.10.0-rosa-settings.patch
Patch1:		lxqt-panel-0.10.0-l10n-ru.patch
# https://github.com/lxde/lxqt-panel/pull/102
# Unfortunately, lead to panel segfaults in recent builds, so we disable kbd indicator plugin in default settings
#Patch1:		lxqt-panel-0.9.0-kbd-layout-indicator.patch
BuildRequires:	cmake
BuildRequires:	icu-devel
BuildRequires:	kf5solid-devel
BuildRequires:	kguiaddons-devel
BuildRequires:  kwindowsystem-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbusmenu-qt5)
BuildRequires:	pkgconfig(libmenu-cache)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libstatgrab)
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(lxqt-globalkeys)
BuildRequires:	pkgconfig(lxqt-globalkeys-ui)
BuildRequires:	pkgconfig(Qt5Xdg)
BuildRequires:	pkgconfig(sysstat-qt5)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb-event)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xkbcommon-x11)
BuildRequires:	pkgconfig(xrender)
BuildRequires:  qmake5
BuildRequires:  qt5-devel
BuildRequires:  qt5-linguist-tools

%description
Launcher panel for the LXQt desktop.

%files -f %{name}.lang
%{_bindir}/lxqt-panel
%{_datadir}/lxqt/lxqt-panel
%{_libdir}/lxqt-panel/*.so
%{_sysconfdir}/xdg/lxqt/panel.conf

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for the LXQt panel
Group:		Development/C

%description devel
Development files for the LXQt panel.

%files devel
%{_includedir}/lxqt

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

#pushd panel
#tar -xvzf %{SOURCE1}
#popd

%build
export CXXFLAGS="%{optflags} -I/usr/include/dbusmenu-qt5"
%cmake -DUSE_QT5=ON
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-qt --all-name

%changelog

* Sat Dec 05 2015 Denis Silakov <dsilakov@gmail.com> 0.10.0-5
- (33310d3) Make panel layout closer to ROSA KDE



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10790 |14cu|lxqt-policykit-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LXQt PolicyKit agent
Name:		lxqt-policykit
Version:	0.10.0
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
Patch0:		lxqt-policykit-0.10.0-compile.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(polkit-qt5-1)
BuildRequires:  qmake5
BuildRequires:  qt5-devel
BuildRequires:  qt5-linguist-tools

%description
LXQt PolicyKit agent.

%files -f %{name}.lang
%{_bindir}/lxqt-policykit-agent

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export CMAKE_PREFIX_PATH=%{_libdir}/cmake/PolkitQt-1
%cmake -DUSE_QT5:BOOL=ON
%make

%install
%makeinstall_std -C build

%find_lang %{name}-agent %{name}.lang --with-qt



%changelog

* Wed Nov 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-1
- (8cd5f14) Updated to 0.10.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10791 |14cu|lxqt-powermanagement-0.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Power management module for LXQt
Name:		lxqt-powermanagement
Version:	0.10.0
Release:	3
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
Patch0:         lxqt-powermanagement-0.10.0-l10n-ru.patch
BuildRequires:	cmake
BuildRequires:	kf5solid-devel
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(x11-xcb)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-dpms)
BuildRequires:	pkgconfig(xcb-screensaver)
BuildRequires:  qmake5
BuildRequires:  qt5-devel
BuildRequires:  qt5-linguist-tools

%description
Power management module for LXQt.

%files -f %{name}.lang
%{_bindir}/lxqt-config-powermanagement
%{_bindir}/lxqt-powermanagement
%{_datadir}/applications/lxqt-config-powermanagement.desktop
%{_iconsdir}/*/*/*/laptop-lid.*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake -DUSE_QT5=ON
%make

%install
%makeinstall_std -C build

%find_lang %{name} lxqt-config-powermanagement %{name}.lang --with-qt




%changelog

* Mon May 30 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-3
- (f3920e4) Added Qt5Svg BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10792 |14cu|lxqt-qtplugin-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qt plugin for the LXQt desktop
Name:		lxqt-qtplugin
Version:	0.10.0
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	kf5solid-devel
BuildRequires:  pkgconfig(dbusmenu-qt5)
BuildRequires:	pkgconfig(lxqt)
BuildRequires:  qmake5
BuildRequires:  qt5-devel
BuildRequires:  qt5-linguist-tools

%description
LXQt system integration plugin for Qt. With this plugin, all Qt-based programs
can adopt settings of LXQt, such as the icon theme.

%package -n qt5-platformtheme-lxqt
Summary:	Qt5 plugin for the LXQt desktop
Group:          Graphical desktop/Other
Conflicts:  lxqt-qtplugin < 0.9.0-3
Obsoletes:  lxqt-qtplugin < 0.9.0-3

%description
LXQt system integration plugin for Qt5. With this plugin, all Qt-based programs
can adopt settings of LXQt, such as the icon theme.

%files -n qt5-platformtheme-lxqt
%{_libdir}/qt5/plugins/platformthemes/libqtlxqt.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CXXFLAGS="%{optflags} -I/usr/include/dbusmenu-qt5"
%cmake -DUSE_QT5=ON
%make

%install
%makeinstall_std -C build



%changelog

* Fri Nov 13 2015 Denis Silakov <dsilakov@gmail.com> 0.10.0-1
- (bf75031) Added dbusmenu-qt BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10793 |14cu|lxqt-runner-0.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Launcher runner for the LXQt desktop
Name:		lxqt-runner
Version:	0.10.0
Release:	2
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(libmenu-cache)
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(lxqt-globalkeys)
BuildRequires:	pkgconfig(lxqt-globalkeys-ui)
BuildRequires:	pkgconfig(x11)
BuildRequires:  qmake5
BuildRequires:  qt5-devel
BuildRequires:  qt5-linguist-tools

%description
Launcher runner for the LXQt desktop.

%files -f %{name}.lang
%{_bindir}/lxqt-runner
#%{_datadir}/lxqt/lxqt-runner

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DUSE_QT5=ON
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-qt --all-name


%changelog

* Mon May 30 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-2
- (824c5c4) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10794 |14cu|lxqt-session-0.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Session manager for the LXQt desktop
Name:		lxqt-session
Version:	0.10.0
Release:	3
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org/
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
Patch0:		lxqt-session-0.10.0-l10n-ru.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(x11)
BuildRequires:  qmake5
BuildRequires:  qt5-devel
BuildRequires:  qt5-linguist-tools
Requires:	xdg-utils

%description
Session manager for the LXQt desktop.

%files -f %{name}.lang
%{_bindir}/lxqt-session
%{_bindir}/lxqt-config-session
%{_bindir}/lxqt-leave
# %{_datadir}/lxqt/lxqt-session
# %{_datadir}/lxqt/lxqt-config-session
%{_datadir}/applications/*.desktop
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake -DBUNDLE_XDG_UTILS=No -DUSE_QT5=ON
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-qt --all-name


%changelog

* Thu Nov 19 2015 Denis Silakov <dsilakov@gmail.com> 0.10.0-3
- (1e2b788) Improve Russian l10n



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10795 |14cu|lxqt-sudo-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lxqt-sudo
Version:	0.10.0
Release:	1
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
Source1:	https://raw.githubusercontent.com/lxde/lxqt-sudo/master/translations/lxqt-sudo_ru.ts
Summary:	Sudo for the LXQt desktop
Url:		http://lxqt.org/
License:	GPL
Group:		Graphical desktop/Other
BuildRequires:	cmake
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools

%description
Execute a command as privileged user in LXQt

%files -f %{name}.lang
%{_bindir}/*
%{_mandir}/*man?/*

#----------------------------------------------------------------------------

%prep
%setup -q
cp %{SOURCE1} translations
%cmake -DUSE_QT5:BOOL=ON

%build
%make -C build

%install
%makeinstall_std -C build

%find_lang %{name} %{name}.lang --with-qt

%changelog

* Thu Nov 12 2015 Denis Silakov <dsilakov@gmail.com> 0.10.0-1
- (4f09a33) Added Russian localization



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10796 |14cu|lxrandr-0.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 0
Summary:	Simple monitor config tool for LXDE
Name:     	lxrandr
Version:	0.1.2
Release:	3
License:	GPLv2+
Group:		Graphical desktop/Other
Source0: 	http://dfn.dl.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
URL:		http://lxde.sourceforge.net/
BuildRequires:	gtk+2-devel intltool
Requires:	xrandr

%description
This is a very basic monitor config tool utilizing XRandR. It can let you
change the screen resolution on the fly. Besides, when you run lxrandr
with external monitor connected, its GUI will change, and show you some 
quick options to get your projector working correctly.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%{find_lang} %{name}

%clean

%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/%{name}
%{_mandir}/man1/*.1.*
%{_datadir}/applications/*.desktop

%changelog
* Wed Nov 12 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-3
+ Revision: 735b483
- Move to contrib repository



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10797 |14cu|lxsession-0.4.6.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The default X11 session manager of LXDE
Name:     	lxsession
Version:	0.4.6.1
Release:	7
License:	GPLv2+
Group:		Graphical desktop/Other
Source0: 	http://dfn.dl.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
Patch0:		lxsession-0.4.6.1-systemd-logind.patch
Patch1:		lxsession-0.4.6.1-gdm3.patch
Patch2:		lxsession-0.4.6.1-ru-l10n.patch
URL:		http://www.lxde.org
BuildRequires:	gtk+2-devel
BuildRequires:	dbus-glib-devel
BuildRequires:	docbook-to-man
BuildRequires:	intltool
Requires:	desktop-common-data
Obsoletes:	lxsession-lite < %{version}
Provides:	lxsession-lite = %{version}
Provides:	lxde-session-manager
Obsoletes:      lxde-settings-daemon

%description
LXSession is lightweiht session manager, and it's not tighted to "any" desktop
environment. It's desktop-independent and can be used with any window manager.
With proper configuration, you can make your own desktop environment with
LXSession. This is very useful to the users and developers of non-mainstream
window managers and desktop environemts.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

%{find_lang} %{name}

%clean

%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/lxsession
%{_bindir}/lxlock
%{_bindir}/lxsession-logout
%{_datadir}/lxsession
%{_mandir}/man1/*

%changelog
* Tue Jan 20 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4.6.1-7
+ Revision: 2a51807
- Add Russian l10n for 'Lock screen'



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10798 |14cu|lxtask-0.1.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight and desktop independent task manager
Name:		lxtask
Version:	0.1.4
Release:	6
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://lxde.sourceforge.net/
Source0:	http://dfn.dl.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-x11-2.0)

%description
Lightweight and desktop independent task manager.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop

%changelog
* Wed Nov 12 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.4-6
+ Revision: 86e33bb
- Move to contrib repository



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10799 |14cu|lxterminal-0.1.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 0
%define prerel 31813de
%define gitday 20110613
%define ver 0.1.11

Summary:	Lightweight VTE-based terminal emulator
Name:     	lxterminal
%if %git
Version:	%{ver}.git%{gitday}
Source0:	%{name}-%{prerel}.tar.gz
%else
Version:	%{ver}
Source0:	http://dfn.dl.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
%endif
Release:	6
License:	GPLv2+
Group:		Graphical desktop/Other
#Patch0:		lxterminal-0.1.9-fix-build-with-new-vte.patch
#Patch1:		lxterminal-deprecate-revert.patch
Patch2:		mdk-lxterminal-conf.patch
URL:		http://lxde.sourceforge.net/
%if %git
BuildRequires:	docbook-to-man docbook-dtd412-xml docbook-style-xsl
%endif
BuildRequires:	gtk+2-devel vte-devel
BuildRequires:	intltool

%description
Desktop-independent VTE-based terminal emulator without any unnecessary
dependencies.
 
Feature:
* Support Multi-tab.
* It doesn't have any unnecessary dependencies.
* All instances share the same process to reduce memory usage.
* It has correct behavior with nice performance when resizing window,
  tab and VTE stuff.
* Using unix-socket instead of D-bus to accomplish all instances share
  the same process.

%prep
%if %git
%setup -q -n %{name}-%{prerel}
#patch1 -p0 -b.deprecate_revert
%else
%setup -q -n %{name}-%{version}
#patch0 -p1 -b .vte
%endif
#patch1 -p1 -b .dragndrop
%patch2 -p0 -b.conf

%build
%if %git
./autogen.sh
%configure2_5x --enable-man
%else
%configure2_5x
%endif
%make

%install
%makeinstall_std

%{find_lang} %{name}

%clean

%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.png
%{_mandir}/man1/*

%changelog
* Wed Nov 12 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.11-6
+ Revision: 2e51ae3
- Move to contrib repository



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10800 |14cu|lynis-2.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bashcompdir %{_datadir}/bash-completion/completions

Summary:	Security and system auditing tool
Name:		lynis
Version:	2.3.4
Release:	1
License:	GPL
Group:		System/Configuration/Other
URL:		https://cisofy.com/lynis/
Source0:	https://cisofy.com/files/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		languages-ru.patch
BuildArch:	noarch
Requires:	audit
Requires:	e2fsprogs

%description
Lynis is an auditing and hardening tool for Unix/Linux and you might even call
it a compliance tool. It scans the system and installed software. Then it.
performs many individual security control checks. It determines the hardening.
state of the machine, detects security issues and provides suggestions to.
improve the security defense of the system.

%files
%doc CONTRIBUTORS FAQ README LICENSE
%doc extras/systemd/
%{_bindir}/lynis
%{bashcompdir}/*
%{_datadir}/lynis/
%{_mandir}/man8/lynis.8*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/default.prf
%ghost %{_localstatedir}/log/lynis.log
%ghost %{_localstatedir}/log/lynis-report.dat

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p1

%build

%install
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
install -pm644 default.prf %{buildroot}%{_sysconfdir}/%{name}

mkdir -p %{buildroot}%{_bindir}
install -pm755 lynis %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_mandir}/man8
install -pm644 lynis.8 %{buildroot}%{_mandir}/man8

mkdir -p  %{buildroot}%{_datadir}/%{name}/include/
# Forced by upstream. Otherwise these scripts can't be executed.
install -pm600 include/* %{buildroot}%{_datadir}/%{name}/include/

mkdir -p  %{buildroot}%{_datadir}/%{name}/plugins/
install -pm644 plugins/* %{buildroot}%{_datadir}/%{name}/plugins/

mkdir -p %{buildroot}%{_datadir}/%{name}/db/
install -pm644 db/*.db %{buildroot}%{_datadir}/%{name}/db/

mkdir -p %{buildroot}%{_datadir}/%{name}/db/languages/
install -pm644 db/languages/* %{buildroot}%{_datadir}/%{name}/db/languages

mkdir -p %{buildroot}%{bashcompdir}
install -pm644 extras/bash_completion.d/lynis %{buildroot}%{bashcompdir}/

mkdir -p %{buildroot}%{_localstatedir}/log/
touch %{buildroot}%{_localstatedir}/log/lynis.log
touch %{buildroot}%{_localstatedir}/log/lynis-report.dat

%changelog

* Tue Sep 27 2016 alzim <alzim@bk.ru> 2.3.4-1
- (40b79d1) Merge pull request #1 from import/lynis:rosa2016.1
- (40b79d1) Updated to 2.3.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10801 |14cu|lyx2html-0.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple lyx to html converter
Name:		lyx2html
Version:	0.2
Release:	12
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-makefile.patch
License:	GPL
URL:		http://www.netmeister.org/apps/lyx2html/index.html
Group:		Text tools

%description
"lyx2html" is a very simple Lyx to HTML converter. As the name 
suggests, it takes a ".lyx" document as input and generates an 
HTML-file following a few simple rules. "lyx2html" can be very 
useful for generation documentation. This is a beta-release, 
meaning there are probably still a lot of bugs in the program,
and that it might not generate the expected output or that it 
might even segfault on you.

%prep
%setup
chmod a+r *.c *.h
%patch0 -p1

%build
%make

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1
make DESTDIR=%{buildroot} install

%clean

%files
%{_bindir}/lyx2html
%defattr(644,root,root,755)
%doc README COPYING
%{_mandir}/man1/*





%changelog

* Mon May 30 2016 Denis Silakov <dsilakov@gmail.com> 0.2-12
- (4489276) Fixed debuginfo package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10802 |14cu|lziprecover-1.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		lziprecover
Summary:	Data recovery tool and decompressor for lzipped files
Version:	1.18
Release:	1
License:	GPLv3+
Group:		Archiving/Compression
URL:		http://www.nongnu.org/lzip/lziprecover.html
Source0:	http://download.savannah.gnu.org/releases/lzip/%{name}/%{name}-%{version}.tar.lz
Source1:	http://download.savannah.gnu.org/releases/lzip/%{name}/%{name}-%{version}.tar.lz.sig
BuildRequires:	lzip

%description
Lziprecover is a data recovery tool and decompressor for files in the lzip
compressed data format (.lz) able to repair slightly damaged files, recover
badly damaged files from two or more copies, extract undamaged members
from multi-member files, decompress files and test integrity of files.

Lziprecover is able to recover or decompress files produced by any
of the compressors in the lzip family; lzip, plzip, minilzip/lzlib, clzip
and pdlzip. This recovery capability contributes to make the lzip format one
of the best options for long-term data archiving.

Lziprecover is able to efficiently extract a range of bytes
from a multi-member file, because it only decompresses the members containing
the desired data.

Lziprecover can print correct total file sizes and ratios even for multi-member
files.

When recovering data, lziprecover takes as arguments the names of the damaged
files and writes zero or more recovered files depending on the operation
selected and whether the recovery succeeded or not. The damaged files
themselves are never modified.

When decompressing or testing file integrity, lziprecover behaves like lzip
or lunzip.

If the files are too damaged for lziprecover to repair them, data from damaged
members can be partially recovered writing it to stdout.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

%files
%{_bindir}/lziprecover
%{_mandir}/man1/lziprecover.1*
%{_infodir}/lziprecover.info*

%changelog

* Tue Sep 27 2016 alzim <alzim@bk.ru> 1.18-1
- (77a357c) Merge pull request #2 from import/lziprecover:rosa2016.1
- (77a357c) Updated to 1.18



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10803 |14cu|lzlib-1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define dont_remove_libtool_files 1
%define major 1
%define libname %mklibname lz %major
%define devname %mklibname lz -d
%define staticname %mklibname lz -d -s

Name:		lzlib
Summary:	A compression library for lzip files
Version:	1.7
Release:	1
License:	GPLv3+
Group:		System/Libraries
URL:		http://www.nongnu.org/lzip/lzlib.html
Source0:	http://download.savannah.gnu.org/releases/lzip/%{name}/%{name}-%{version}.tar.gz
Source1:	http://download.savannah.gnu.org/releases/lzip/%{name}/%{name}-%{version}.tar.gz.sig
BuildRequires:	lzip

%description
The lzlib compression library provides in-memory LZMA compression
and decompression functions, including integrity checking
of the decompressed data. The compressed data format used by the library
is the lzip format.

Lzlib implements a simplified version of the LZMA (Lempel-Ziv-Markov
chain-Algorithm) algorithm. The original LZMA algorithm was designed by Igor
Pavlov. For a description of the LZMA algorithm, see the lzip manual. 

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:        A compression library for lzip files
Group:          System/Libraries

%description -n %{libname}
The lzlib compression library provides in-memory LZMA compression
and decompression functions, including integrity checking
of the decompressed data. The compressed data format used by the library
is the lzip format.

Lzlib implements a simplified version of the LZMA (Lempel-Ziv-Markov
chain-Algorithm) algorithm. The original LZMA algorithm was designed by Igor
Pavlov. For a description of the LZMA algorithm, see the lzip manual.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{devname}
Summary:        A compression library for lzip files
Group:          Development/C
Requires:       %{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The lzlib compression library provides in-memory LZMA compression
and decompression functions, including integrity checking
of the decompressed data. The compressed data format used by the library
is the lzip format.

Lzlib implements a simplified version of the LZMA (Lempel-Ziv-Markov
chain-Algorithm) algorithm. The original LZMA algorithm was designed by Igor
Pavlov. For a description of the LZMA algorithm, see the lzip manual.

%files -n %{devname}
%{_libdir}/*.so
%{_infodir}/*
%{_includedir}/*
%doc AUTHORS ChangeLog NEWS README

%if %{mdvver} < 201200
%post -n %{devname}
%_install_info

%postun -n %{devname}
%_remove_install_info
%endif

#------------------------------------------------------------------------------

%package -n %{staticname}
Summary:	A compression library for lzip files
Group:		Development/C

%description -n %{staticname}
The lzlib compression library provides in-memory LZMA compression
and decompression functions, including integrity checking
of the decompressed data. The compressed data format used by the library
is the lzip format.

Lzlib implements a simplified version of the LZMA (Lempel-Ziv-Markov
chain-Algorithm) algorithm. The original LZMA algorithm was designed by Igor
Pavlov. For a description of the LZMA algorithm, see the lzip manual.

%files -n %{staticname}
%{_libdir}/*.a

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%configure --enable-shared
%make

%install
%makeinstall_std
pushd %{buildroot}%{_libdir}/
popd

%check
make check

%changelog

* Sat Apr 09 2016 dsilakov <denis.silakov@rosalab.ru> 1.7-1
- (4ac94f7) Merge pull request #1 from alzim/lzlib:rosa2014.1
- (4ac94f7) Updated to 1.17



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10804 |14cu|m17n-contrib-1.1.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define m17n_db_version 1.5.0

Name:      m17n-contrib
Summary:   Contributed input methods for m17n library
Version:   1.1.14
Release:   1
Group:     System/Internationalization
License:   LGPLv2+
URL:       http://www.m17n.org/m17n-lib-en/
Source0:   http://www.m17n.org/m17n-lib-download/%{name}-%{version}.tar.gz
Requires:        m17n-db >= %{m17n_db_version}
BuildRequires:   m17n-db-devel >= %{m17n_db_version}
BuildArch:	noarch
BuildRoot:	%{tmpdir}/%{name}-%{version}-%{release}-buildroot

%description
Contributed input methods for m17n library.

%prep
%setup -qn %{name}-%{version}

%build
[[ ! -x configure ]] && ./bootstrap.sh
%configure2_5x --build=%{_host}
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

# The file conflicts with m17n-data
rm -f $RPM_BUILD_ROOT%{_datadir}/m17n/bn-itrans.mim

%{find_lang} %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%{_datadir}/m17n/*.mim
%{_datadir}/m17n/icons/*
%{_datadir}/m17n/scripts/*

%changelog

* Tue Sep 15 2015 dsilakov <denis.silakov@rosalab.ru> 1.1.14-1
- (721d98d) Merge pull request #1 from anek254/m17n-contrib:rosa2014.1
- (721d98d) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10805 |14cu|macchanger-1.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	lib_name_orig	lib%{name}
%define	lib_major	0
%define	lib_name	%mklibname %{name} %{lib_major}

Name:           macchanger
Summary: 	Uility for viewing/manipulating the MAC address of network interfaces
Group:		System/Configuration/Networking
Version:        1.7.0
Release:        1
License:	GPL 
URL:		http://www.alobbs.com/macchanger/
Source:         %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-buildroot


%description
A GNU/Linux utility for viewing/manipulating the MAC address of network 
interfaces.
Features
* Set specific MAC address of a network interface
* Set the MAC randomly
* Set a MAC of another vendor
* Set another MAC of the same vendor
* Set a MAC of the same kind (eg: wireless card)
* Display a vendor MAC list (today, 6200 items) to choose from

Possible usages
* You're in a DHCP network with some kind of IP-based restriction
* You've a cluster that boot with BOOTP and you want to have a
* clean set of MACs
* Debug MAC based routes
	    
%prep
%setup -q

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall



%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_mandir}/man1/*
%{_infodir}/%{name}.info*
%defattr(755,root,root,755)
%{_bindir}/*
%changelog

* Thu Aug 20 2015 dsilakov <denis.silakov@rosalab.ru> 1.7.0-1
- (85c0622) Merge pull request #1 from anek254/macchanger:rosa2014.1
- (85c0622) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10806 |14cu|mac-robber-1.02-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           mac-robber
Version:        1.02
Release:        1
Summary:        Tool to create a timeline of file activity for mounted file systems
Group:          File tools
License:        GPLv2+
URL:            http://sourceforge.net/projects/mac-robber/
Source0:        http://downloads.sourceforge.net/mac-robber/mac-robber-%{version}.tar.gz

%description
mac-robber is a digital forensics and incident response tool that can be used
with The Sleuth Kit to create a timeline of file activity for mounted
file systems.


%prep
%setup -q

%build
%make GCC_OPT="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
install -pm 0755 mac-robber %{buildroot}%{_bindir}

%files
%doc CHANGES COPYING README
%{_bindir}/mac-robber



%changelog

* Wed Jul 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.02-1
- (32389de) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10807 |14cu|macrofusion-0.7.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		macrofusion
Version:	0.7.4
Release:	3
Group:		Graphics
Summary:	GUI for HDR tool Enfuse
License:	GPLv3
URL:		http://sourceforge.net/projects/macrofusion
Source0:	http://sourceforge.net/projects/macrofusion/files/%{name}-%{version}/%{name}_%{version}.orig.tar.gz
BuildArch:	noarch
Requires:	python3
Requires:	python3-cairo
Requires:	python3-gi
Requires:	python3-pillow
Requires:	gexiv2-python3
Requires:	Image-ExifTool
Requires:	hugin
Requires:	enfuse
Requires:	typelib(GExiv2)

%description
MacroFusion is a neat little GUI for great tool Enfuse (command line). It makes
easy fusion few photos to one with great DOF (Deep of Field) or DR (Dynamic
Range). It can be useful for every macro lovers or landscapers.

%prep
%setup -q

%build

%install
install -m 755 -D macrofusion.py %{buildroot}%{_bindir}/macrofusion
install -m 644 -D macrofusion.desktop %{buildroot}%{_datadir}/applications/macrofusion.desktop
install -d -m 755 %{buildroot}%{_datadir}/mfusion/ui
install -m 644 ui/* %{buildroot}%{_datadir}/mfusion/ui/
install -D -m 644 images/macrofusion.png %{buildroot}%{_datadir}/pixmaps/macrofusion.png
install -D -m 644 images/logoSplash.png %{buildroot}%{_datadir}/mfusion/images/logoSplash.png
for file in locale/*/LC_MESSAGES/*.mo
do
install -D -m 644 $file %{buildroot}%{_datadir}/$file
done

%find_lang MacroFusion

%files -f MacroFusion.lang
%{_bindir}/macrofusion
%{_datadir}/mfusion/
%{_datadir}/pixmaps/macrofusion.png
%{_datadir}/applications/macrofusion.desktop
%doc README CHANGELOG TODO



%changelog
* Tue Feb 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7.4-3
+ Revision: 12cbfe7
- Fix gexiv requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10808 |14cu|maildrop-2.8.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Maildrop mail filter/mail delivery agent
Name:		maildrop
Version:	2.8.4
Release:	1
License:	GPLv3
Group:		System/Servers
URL:		http://www.courier-mta.org/maildrop/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		maildrop-1.7.0-format_not_a_string_literal_and_no_format_arguments.diff
#BuildConflicts:	libreoffice-common
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	db-devel
BuildRequires:	fam-devel
BuildRequires:	pkgconfig(libidn)
BuildRequires:	libstdc++-devel
BuildRequires:	libtool
BuildRequires:	pcre-devel
BuildRequires:  courier-authlib-devel
BuildRequires:  courier-unicode-devel
Requires:	sendmail-command

%description
Maildrop is a combination mail filter/mail delivery agent. Maildrop reads the
message to be delivered to your mailbox, optionally reads instructions from a
file how filter incoming mail, then based on these instructions may deliver
mail to an alternate mailbox, or forward it, instead of dropping the message
into your mailbox.

Maildrop uses a structured, real, meta-programming language in order to define
filtering instructions. Its basic features are fast and efficient. At sites
which carry a light load, the more advanced, CPU-demanding, features can be
used to build very sophisticated mail filters.  Maildrop deployments have
been reported at sites that support as many as 30,000 mailboxes.

Maildrop mailing list:
http://lists.sourceforge.net/lists/listinfo/courier-maildrop

This version is compiled with support for GDBM database files, maildir
enhancements (folders+quotas), and userdb.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0

%build
export DEFAULT_DEF="./Maildir"
export MAILBOT="%{_bindir}/mailbot"

%configure2_5x \
    --disable-authlib \
    --enable-crlf-term=1 \
    --enable-global-timeout=300 \
    --enable-keep-fromline=1 \
    --enable-lockext-def=.lock \
    --enable-lockrefresh-def=15 \
    --enable-locksleep-def=5 \
    --enable-locktimeout-def=60 \
    --enable-maildirquota \
    --enable-maildrop-gid=mail \
    --enable-maildrop-uid=root \
    --enable-mimecharset=iso-8859-1 \
    --enable-restrict-trusted=0 \
    --enable-sendmail=%{_sbindir}/sendmail \
    --enable-smallmsg=8192 \
    --enable-syslog=1 \
    --enable-tempdir=.tmp \
    --enable-trusted-users="root mail daemon postfix postmaster uucp qmaild sendmail mmdf vpopmaill" \
    --enable-use-flock=1 \
    --with-db=db \
    --with-dirsync \
    --with-etcdir=%{_sysconfdir}/maildrop \
    --with-libidn=%{_prefix} \
    --without-devel \
    --with-trashquota

%make

%install

%makeinstall_std MAILDROPUID='' MAILDROPGID=''

install -d %{buildroot}%{_sysconfdir}/maildrop/maildroprcs

install -m644 libs/maildir/quotawarnmsg %{buildroot}%{_sysconfdir}/maildrop/quotawarnmsg

cat > %{buildroot}%{_sysconfdir}/maildrop/autoresponsesquota <<EOF
#100000000S,10000C
EOF

cat > %{buildroot}%{_sysconfdir}/maildrop/maildirfilterconfig <<EOF
MAILDIRFILTER=../.mailfilter
MAILDIR=./Maildir
EOF

cat > %{buildroot}%{_sysconfdir}/maildrop/maildirshared <<EOF
#
EOF

cat > %{buildroot}%{_sysconfdir}/maildrop/maildroprc <<EOF
#logfile "/var/log/maildrop.log"
EOF

# fix html docs for proper docs inclusion
rm -rf html
mv %{buildroot}%{_datadir}/doc/maildrop/html html

# fix so that these won't conflict with the courier-imap package
mv %{buildroot}%{_bindir}/deliverquota %{buildroot}%{_bindir}/deliverquota-maildrop
mv %{buildroot}%{_bindir}/maildirmake %{buildroot}%{_bindir}/maildirmake-maildrop

mv %{buildroot}%{_mandir}/man1/maildirmake.1 %{buildroot}%{_mandir}/man1/maildirmake-maildrop.1
mv %{buildroot}%{_mandir}/man8/deliverquota.8 %{buildroot}%{_mandir}/man8/maildirmake-deliverquota.8

%files
%doc INSTALL NEWS UPGRADE ChangeLog libs/maildir/README* html
%doc INSTALL.html maildroptips.txt
%doc README.html UPGRADE.html
#%doc libs/maildir/README.maildirfilter.html
#%doc libs/maildir/README.maildirquota.html
#%doc libs/maildir/README.maildirquota.txt
#%doc libs/maildir/README.sharedfolders.html
#%doc libs/maildir/README.sharedfolders.txt

%attr(0755,root,mail) %dir %{_sysconfdir}/maildrop
%attr(0700,root,mail) %dir %{_sysconfdir}/maildrop/maildroprcs

%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/maildrop/autoresponsesquota
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/maildrop/maildirfilterconfig
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/maildrop/maildirshared
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/maildrop/maildroprc
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/maildrop/quotawarnmsg

%attr(0755,root,mail) %{_bindir}/lockmail
%attr(0755,root,mail) %{_bindir}/maildrop
%attr(0755,root,root) %{_bindir}/deliverquota-maildrop
%attr(0755,root,root) %{_bindir}/mailbot
%attr(0755,root,root) %{_bindir}/maildirmake-maildrop
%attr(0755,root,root) %{_bindir}/makedatprog
%attr(0755,root,root) %{_bindir}/makemime
%attr(0755,root,root) %{_bindir}/reformime
%attr(0755,root,root) %{_bindir}/makedat
%attr(0755,root,root) %{_bindir}/reformail

%attr(0644,root,root) %{_mandir}/man[1578]/*

%changelog

* Tue Sep 27 2016 alzim <alzim@bk.ru> 2.8.4-1
- (6d5a864) Merge pull request #1 from import/maildrop:rosa2016.1
- (6d5a864) Updated to 2.8.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10809 |14cu|mailman-2.1.23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define uid mail
%define gid mail
%define email_version 2.5.8

Summary:	The GNU Mailing List Management System
Name:		mailman
Version:	2.1.23
Release:	1
Group:		System/Servers
License:	GPLv2
Url:		http://www.list.org/
Source0:	ftp://ftp.gnu.org/gnu/mailman/%{name}-%{version}.tgz
Source1:	ftp://ftp.gnu.org/gnu/mailman/%{name}-%{version}.tgz.sig
Source2:	mailman-tmpfiles.conf
Source3:	mailman.service
Patch0:		%{name}-buildroot-check.patch
Patch1:		%{name}-2.1.21-rename-arch.patch
Patch6:		%{name}-2.1.2-postfix-aliases.patch
Patch9:		%{name}-2.1.11-change-default-icons-url.patch
BuildRequires:	python-devel
BuildRequires:	pythonegg(dnspython)
Requires:	mail-server
Requires:	apache
Requires:	apache-mod_socache_shmcb
Requires:	python-GnuPG-Interface
Requires:	gnupg
Requires:	openssl

%description
Mailman -- The GNU Mailing List Management System --
is a mailing list management system written mostly in
Python. Features:

  o Most standard mailing list features, including:
     moderation, mail based commands, digests, etc...
  o An extensive Web interface, customizable on a per-list basis.
  o Web based list administration interface for *all* admin-type tasks
  o Automatic Web based hypermail-style archives (using pipermail or
    other external archiver), including provisions for private archives
  o Integrated mail list to newsgroup gatewaying
  o Integrated newsgroup to mail list gatewaying (polling-based... if you
     have access to the nntp server, you should be able to easily do
     non-polling based news->mail list gatewaying; email viega@list.org,
     I'd like to help get that going and come up
     with instructions)
  o Smart bounce detection and correction
  o Integrated fast bulk mailing
  o Smart spam protection
  o Extensible logging
  o Multiple list owners and moderators are possible
  o Optional MIME-compliant digests
  o Nice about which machine you subscribed from if you're from the
        right domain

Conditional build options:
    mailman uid --with uid %{uid}
    mailman gid --with gid %{gid}

%prep
%setup -q
%apply_patches

%build
%serverbuild
# As a normal user, we don't have permissions to do this.  %patch0 changes
#   configure so that the directory check will never fail.
autoreconf
./configure \
    --prefix=%{_libdir}/%{name} \
    --with-var-prefix=%{_var}/lib/%{name} \
    --with-mail-gid=%{gid} \
    --with-cgi-gid=apache \
    --with-username=%{uid} \
    --with-groupname=%{gid} \
    --without-permcheck \
    --with-cgi-ext=.cgi \
    --libdir=%{_libdir}

make
# fix encoding typo
perl -pi -e 's/gb2132/gb2312/' misc/email-2.5.6/email/Charset.py

%install
%makeinstall_std

# apache conf
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# Mailman Apache configuration file
Alias /%{name}/icons %{_libdir}/%{name}/icons
Alias /%{name}       %{_libdir}/%{name}/cgi-bin
Alias /pipermail     %{_var}/lib/%{name}/archives/public


<Directory %{_libdir}/%{name}/cgi-bin>
    Require all granted
    Options ExecCgi
    DirectoryIndex listinfo.cgi
</Directory>

<Directory %{_libdir}/%{name}/icons>
    Require all granted
</Directory>

<Directory %{_var}/lib/mailman/archives/public>
    Require all granted
    Options FollowSymlinks
</Directory>
EOF

install -p -D -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/tmpfiles.d/mailman.conf

mkdir -p %{buildroot}%{_docdir}/%{name}

# Systemd service file
mkdir -p %{buildroot}%{_unitdir}
install -m644 %{SOURCE3} %{buildroot}%{_unitdir}

# move logs directory into /var/log
install -d -m 755 %{buildroot}%{_var}/log
mv %{buildroot}%{_var}/lib/%{name}/logs %{buildroot}%{_var}/log/%{name}
(cd %{buildroot}%{_var}/lib/%{name} && ln -s ../../log/%{name} logs)

# move config file into /etc
install -d -m 755 %{buildroot}%{_sysconfdir}
mv %{buildroot}%{_libdir}/%{name}/Mailman/mm_cfg.py %{buildroot}%{_sysconfdir}/%{name}
(cd %{buildroot}%{_libdir}/%{name}/Mailman && ln -s ../../../..%{_sysconfdir}/%{name} mm_cfg.py)
rm -f %{buildroot}%{_libdir}/%{name}/Mailman/mm_cfg.py.dist

# fix permissions mess
chmod -R go=u-ws %{buildroot}%{_libdir}/%{name}
chmod 750 %{buildroot}%{_var}/lib/%{name}/archives/private

# logrotate
install -d m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
# daily rotated log files
%{_var}/log/mailman/smtp-failure %{_var}/log/mailman/smtp %{_var}/log/mailman/locks %{_var}/log/mailman/fromusenet %{_var}/log/mailman/qrunner {
    daily
    missingok
    rotate 7
    sharedscripts
    postrotate
    [ -f '/var/run/mailman/mailman.pid' ] && %{_libdir}/mailman/bin/mailmanctl -q reopen || exit 0
    endscript
}

# weekly rotated log files
%{_var}/log/mailman/bounce %{_var}/log/mailman/error %{_var}/log/mailman/vette %{_var}/log/mailman/mischief {
    weekly
    missingok
    rotate 4
    sharedscripts
    postrotate
    [ -f '/var/run/mailman/mailman.pid' ] && %{_libdir}/mailman/bin/mailmanctl -q reopen || exit 0
    endscript
}

# monthly rotated log files
%{_var}/log/mailman/digest %{_var}/log/mailman/subscribe %{_var}/log/mailman/post {
    monthly
    missingok
    rotate 12
    sharedscripts
    postrotate
    [ -f '/var/run/mailman/mailman.pid' ] && %{_libdir}/mailman/bin/mailmanctl -q reopen || exit 0
    endscript
}
EOF


# binaries symlinks from /usr/sbin
install -d -m 755 %{buildroot}%{_sbindir}
pushd %{buildroot}%{_sbindir}
for bin in ../..%{_libdir}/%{name}/bin/*; do
    ln -s $bin .
done
popd

cat > README.mdv <<EOF
ROSA RPM specific notes

setup
-----
The setup used here differs from default one, to achieve better FHS compliance.
- the configuration file is /etc/mailman
- the log files are in /var/log/mailman
- the constant files are in /usr/lib/mailman
- the variable files are in /var/lib/mailman
Moreover, the perms used are most standard and secures. check_perms will
scream, but mailman runs fine.

post-installation
-----------------
Post-installation script attempts first to integrate mailman aliases file with
existing mail aliases. Then the server-wide 'mailman' list is automatically
created, with root@hostname as admin, and a randomly generated password. This
list is configured with generic default values, but its configuration should be
reviewed before usage.
The password is available in the notification message sent by mailman upon list
creation, and is also used as the site password. The mailman service has to be
started, and the SMTP server has to be running for the message to be correctly
delivered.

upgrade
-------
The alias db (/var/lib/mailman/data/aliases.db) should be owned by the same uid
and gid as the one used by mailman, mail.mail here. You may experience toubles
when upgrading from old releases of the packages.

EOF


%pre
if [ $1 = "2" ]; then
  if [ ! -L %{_libdir}/%{name}/Mailman/mm_cfg.py ]; then
    mv %{_libdir}/%{name}/Mailman/mm_cfg.py %{_sysconfdir}/%{name}.tmp
  fi
  if [ ! -L %{_var}/lib/%{name}/logs ]; then
    mv %{_var}/lib/%{name}/logs %{_var}/log/%{name}
  fi
fi

%post
%systemd_post mailman.service

cd %{_libdir}/%{name}

if [ $1 = 1 ]; then
    # installation

    # generic tasks
    hostname=`hostname`
    domainname=`dnsdomainname`

    if [ -z "$domainname" ]; then
	domainname=localdomain
    fi

    # mailman basic configuration
    cat >>Mailman/mm_cfg.py <<EOF
DEFAULT_EMAIL_HOST = '$domainname'
DEFAULT_URL_HOST = '$hostname'
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
EOF

    # make sure mail user is allowed to use cron
    if [ -f %{_sysconfdir}/cron.allow ]; then
        if ! grep -q %{uid} %{_sysconfdir}/cron.allow; then
            echo "%{uid}" >> %{_sysconfdir}/cron.allow
        fi
    fi

    # add cron task
    crontab -u %{uid} %{_libdir}/%{name}/cron/crontab.in

    # add aliases
    %create_ghostfile %{_var}/lib/%{name}/data/aliases %{uid} %{gid} 660
    mta="`readlink /etc/alternatives/sendmail-command 2>/dev/null | cut -d . -f 2`"
    if [ "$mta" == "postfix" ]; then
        cat >>Mailman/mm_cfg.py <<EOF
MTA = 'Postfix'
EOF
        maps=`/usr/sbin/postconf -h alias_maps`
        postconf -e \
            "recipient_delimiter = +" \
            "unknown_local_recipient_reject_code = 550" \
            "alias_maps = $maps, hash:%{_var}/lib/%{name}/data/aliases"
        /usr/sbin/postalias %{_var}/lib/%{name}/data/aliases
    else
        cat >> %{_sysconfdir}/aliases <<EOF
:include:	%{_var}/lib/%{name}/data/aliases
EOF
        /usr/bin/newaliases
    fi

    # generate random password
    passwd=%_get_password 8

    # site password
    %{_sbindir}/mmsitepass $passwd > /dev/null

    if [ ! -f /var/lib/mailman/lists/mailman/config.pck ]; then
        # initial list creation and configuration
        su %{uid} \
            -c "%{_sbindir}/newlist mailman root@$hostname $passwd" > /dev/null
        su %{uid} \
            -c "%{_sbindir}/config_list -i /var/lib/mailman/data/sitelist.cfg mailman"
    fi

else
    # upgrade
    if [ -f %{_sysconfdir}/%{name}.tmp ]; then
        mv -f %{_sysconfdir}/%{name}.tmp %{_sysconfdir}/%{name}
    fi
fi

%preun
%systemd_preun mailman.service
# rpm should not abort if last command run had non-zero exit status, exit cleanly
exit 0

%postun
if [ $1 = 0 ]; then
    # generic tasks

    # remove cron task
    crontab -u %{uid} -r

    # remove aliases
    mta="`readlink /etc/alternatives/sendmail-command 2>/dev/null | cut -d . -f 2`"
    if [ "$mta" == "postfix" ]; then
        database=`/usr/sbin/postconf -h alias_database | \
            sed -e 's|, hash:%{_var}/lib/%{name}/data/aliases||'`
        maps=`/usr/sbin/postconf -h alias_maps | \
            sed -e 's|, hash:%{_var}/lib/%{name}/data/aliases||'`
        postconf -e \
            "alias_database = $database" \
            "alias_maps = $maps"
    else
        sed -i -e '/:include:	%{_var}/lib/%{name}/data/aliases/d' \
            %{_sysconfdir}/aliases
    fi
    /usr/bin/newaliases
fi

%systemd_postun_with_restart mailman.service

# rpm should not abort if last command run had non-zero exit status, exit cleanly
exit 0

%files
%doc ACKNOWLEDGMENTS BUGS FAQ INSTALL NEWS* README* TODO* UPGRADING
%doc gnu-COPYING-GPL contrib/README.check_perms_grsecurity
%doc doc/*
# constant files
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/cron
%{_libdir}/%{name}/pythonlib
%{_libdir}/%{name}/scripts
%{_libdir}/%{name}/tests
%{_libdir}/%{name}/messages
%{_libdir}/%{name}/templates
%{_libdir}/%{name}/bin
%{_libdir}/%{name}/Mailman
%{_libdir}/%{name}/icons
%dir %{_libdir}/%{name}/mail
%attr(2755,root,%{gid}) %{_libdir}/%{name}/mail/*
%dir %{_libdir}/%{name}/cgi-bin
%attr(2755,root,%{gid}) %{_libdir}/%{name}/cgi-bin/*
# variable files
%attr(-,%{uid},%{gid}) %{_var}/lib/%{name}/data
%attr(-,%{uid},%{gid}) %{_var}/lib/%{name}/lists
%attr(-,%{uid},%{gid}) %{_var}/lib/%{name}/locks
%attr(-,%{uid},%{gid}) %{_var}/lib/%{name}/qfiles
%attr(-,%{uid},%{gid}) %{_var}/lib/%{name}/spam
%attr(-,%{uid},%{gid}) %{_var}/lib/%{name}/logs
%attr(-,%{uid},%{gid}) %{_var}/lib/%{name}/archives/public
%attr(-,%{uid},apache) %{_var}/lib/%{name}/archives/private
%attr(-,%{uid},%{gid}) %{_var}/log/%{name}
# configuration files
%{_unitdir}/mailman.service
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/tmpfiles.d/mailman.conf
%{_sbindir}/*

%changelog

* Tue Sep 27 2016 alzim <alzim@bk.ru> 2.1.23-1
- (0135c9e) Merge pull request #3 from import/mailman:rosa2016.1
- (0135c9e) Updated to 2.1.23



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10810 |14cu|maitreya-7.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Vedic and western astrology
Name:		maitreya
Version:	7.1.1
Release:	1
License:	GPLv2+
Group:		Sciences/Astronomy
Url:		http://www.saravali.de/index.html
Source0:	http://www.saravali.de/downloads/%{version}/maitreya-%{version}.tar.bz2
Patch0:		maitreya-7.0.7-lpthread.patch
BuildRequires:	wxGTK-devel

%description
Mature Open Source platform for Vedic and western astrology.

%files -f %{name}.lang
%{_bindir}/*
%{_datadir}/%{name}7
%{_datadir}/applications/*desktop
%{_datadir}/pixmaps/*
%{_datadir}/fonts/truetype/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}7 %{name}.lang

%changelog

* Tue Jun 28 2016 abondrov <andrey.bondrov@rosalab.ru> 7.1.1-1
- (8d62a80) Merge pull request #1 from tremod/maitreya:rosa2014.1
- (8d62a80) Update to 7.1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10811 |14cu|makehuman-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           makehuman
Version:        1.0.2
Release:        3
Summary:        Modeling of three-dimensional humanoid characters
Group:          Graphics
License:        GPLv3+
URL:            http://www.makehuman.org/
Source0:        https://bitbucket.org/MakeHuman/makehuman/get/%{version}.zip
Source1:	MakeHuman.desktop
Source2:	makehuman
BuildArch:	noarch

BuildRequires:	python
Requires:	python-opengl
Requires:	python-numpy
Requires:	python-qt4

%description
MakeHuman(C) is an open-source, open graphics library, stand-alone,
multi-platform, software program, which is completely written in 
C++ language. Its purpose is to provide a versatile, professional
and extremely specialized application for parametrical modeling of
three-dimensional humanoid characters.


%prep
%setup -qn MakeHuman-makehuman-47eda58327ee

%build

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_datadir}/applications

mv %{SOURCE1} %{buildroot}%{_datadir}/applications/MakeHuman.desktop
mv %{SOURCE2} %{buildroot}%{_bindir}/makehuman
chmod a+x %{buildroot}%{_bindir}/makehuman

mv makehuman %{buildroot}%{_datadir}

%files
%{_datadir}/%{name}
%{_datadir}/applications/*
%{_bindir}/*
%changelog
* Sun Mar 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: 7fe8005
- SILENT Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10812 |14cu|makepasswd-0.5.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		makepasswd
Version: 	0.5.4
Release: 	1
Summary: 	Generate random passwords
License: 	GPL
Group: 		System/Configuration/Other
URL: 		http://www.defora.org/index.php?page=projects&project=makepasswd
Source0: 	https://github.com/khorben/%{name}/archive/%{name}_0-5-4.tar.gz
BuildRequires:	pkgconfig(openssl)
BuildRequires:	xsltproc
BuildRequires:	libxml2-utils
BuildRequires:	docbook-dtds

%description
Makepasswd generates pseudo-random passwords of a desired length. It is able
to generate its crypted equivalent.

%prep
%setup -qn %{name}-%{name}_0-5-4

%build
%make CFLAGS="%{optflags}"

%install
%makeinstall PREFIX=%{buildroot}%{_prefix}

%files
%{_bindir}/makepasswd
%{_mandir}/man1/makepasswd.1.*
%{_mandir}/html1/makepasswd.*

%changelog

* Wed May 04 2016 Denis Silakov <dsilakov@gmail.com> 0.5.4-1
- (c2ca0d3) Added docbook-dtds BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10813 |14cu|makethumbs-1.239-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Web gallery generator
Name:		makethumbs
Version:	1.239
Release:	6
License:	Public Domain
Group:		Graphics
Url:		http://www.molenda.com/makethumbs/
Source1:	http://www.molenda.com/makethumbs/makethumbs.sh
Source2:	http://www.molenda.com/makethumbs/rotate.sh
Requires:	imagemagick
Suggests:	jhead
Suggests:	metacam
BuildArch:	noarch

%description
makethumbs.sh and rotate.sh are scripts to create polished, static image
galleries suitable for the web or for a CD-ROM, given a bunch of JPEGs
in a directory. makethumbs is most commonly used in conjunction a digital
camera. Do you want to put a batch of pictures on the web for people to
browse? Once the images are on your system, makethumbs will give you
usable web pages with zero extra work. If you have more than five seconds
to spend on your pictures, makethumbs allows for lots of customization,
labeling, and image descriptions.

%files
%{_bindir}/makethumbs.sh
%{_bindir}/rotate.sh

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_bindir}

install -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/makethumbs.sh
install -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/rotate.sh


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.239-6
- (10fc5d5) Don't build docs
- (10fc5d5) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10814 |14cu|maldetect-1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define maldetdir /var/lib/%{name}

Name:		maldetect
Version:	1.5
Release:	1
Summary:	Linux Malware Detect (LMD) is a malware scanner for Linux 
License:	GPLv2
Group:		System/Configuration/Other
Url:		https://www.rfxn.com/projects/linux-malware-detect/
Source:		https://www.rfxn.com/downloads/%{name}-%{version}.tar.gz
BuildArch:	noarch
Provides:	maldet = %{version}-%{release}
#BuildRequires:	mailx

%description
Linux Malware Detect (LMD) is a malware scanner for Linux released under the
GNU GPLv2 license, that is designed around the threats faced in shared hosted
environments.
It uses threat data from network edge intrusion detection systems
to extract malware that is actively being used in attacks
and generates signatures for detection.
In addition, threat data is also derived from user submissions
with the LMD checkout feature and from malware community resources.
The signatures that LMD uses are MD5 file hashes and HEX pattern matches,
they are also easily exported to any number of detection tools such as ClamAV.

See also http://habrahabr.ru/post/194346/

%prep
%setup
sed -i "s|/usr/local/maldetect|%{maldetdir}|g" files/{maldet,ignore_paths,conf.maldet}
sed -i "s|/usr/local/maldetect/maldet|maldet|g" files/modsec.sh
sed -i "s|/usr/local/lmd_update|/tmp/lmd_update|g" files/maldet
sed -i "s|/scripts/suspendacct|$disabled_scripts_suspendacct|g" files/maldet

%install
mkdir -p %{buildroot}%{_sbindir}/
mkdir -p %{buildroot}%{maldetdir}/
cp -pR files/* %{buildroot}%{maldetdir}/
mv %{buildroot}%{maldetdir}/maldet %{buildroot}%{_sbindir}/
ln -s maldet %{buildroot}%{_sbindir}/lmd
rm -rf %{buildroot}%{maldetdir}/inotify/*inotify*

mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/
mv %{buildroot}%{maldetdir}/conf.maldet %{buildroot}/%{_sysconfdir}/%{name}/
ln -s %{_sysconfdir}/%{name}/conf.maldet %{buildroot}%{maldetdir}/conf.maldet

#cp $inspath/inotify/libinotifytools.so.0 /usr/lib/

mkdir -p %{buildroot}/etc/cron.daily/
cat <<EOF >%{buildroot}/etc/cron.daily/maldet
#!/bin/sh

MALDIR=%{maldetdir}

# clear quarantine/session/tmp data every 14 days
/usr/sbin/tmpwatch 336 \$MALDIR/tmp >> /dev/null 2>&1
/usr/sbin/tmpwatch 336 \$MALDIR/sess >> /dev/null 2>&1
/usr/sbin/tmpwatch 336 \$MALDIR/quarantine >> /dev/null 2>&1
/usr/sbin/tmpwatch 336 \$MALDIR/pub/*/ >> /dev/null 2>&1

# check for new definition set
#%_sbindir/maldet -u >> /dev/null 2>&1

# scan the last 2 days of file changes
# note! use ? instead *
#%_sbindir/maldet -r /home/?/www 2 >> /dev/null 2>&1
EOF

%files
%doc CHANGELOG README
%config(noreplace) %attr (0755, root, root) %{_sysconfdir}/%{name}/conf.maldet
%config(noreplace) %attr (0755, root, root) %{_sysconfdir}/cron.daily/maldet
%{_sbindir}/maldet
%{_sbindir}/lmd
%{maldetdir}/

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10815 |14cu|man2html-1.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define posttag g
%define debian_release 6

Name:       man2html
Version:    1.6
Release:    9
Summary:    Convert man pages to HTML - CGI scripts
Group:      System/Base

# man2html.c and debian/sources/man2html.cgi.c are Copyright Only
# utils.c is GPL+
# everything else is GPLv2
License:    GPLv2+ and GPL+ and Copyright only

URL:        http://www.kapiti.co.nz/michael/vhman2html.html
Source0:    http://primates.ximian.com/~flucifredi/man/man-%{version}%{posttag}.tar.gz

# Debian CGI scripts
Source1:    http://ftp.de.debian.org/debian/pool/main/m/man2html/man2html_%{version}%{posttag}-%{debian_release}.debian.tar.gz

# Apache configuration file
Source2:    man2html.conf

# Patch1XXX are from Debian, XXX matches their patch number
# Copyright (C) Christoph Lameter <clameter@debian.org>, Nicolás Lichtmaier
# <nick@feedback.net.ar>, and Robert Luberda <robert@debian.org>.  GPLv2+

# fix a bashism in %%{_bindir}/hman, allows it to work on other shells
Patch1001:  man2html-hman-bashism.patch

# use relative links instead of http://localhost/
Patch1002:  man2html-relative-links.patch

# use file:/// links instead of file:/ (per RFC 1738)
Patch1013:  man2html-file-link.patch

# show hman(1) in man2html(1) see also section
Patch1017:  man2html-see-also-hman.patch

# *roff parser fix:  add support for \(lq and \(rq escape sequences
Patch1018:  man2html-quotes.patch

# fix SEGFAULT on manpages with no sections
Patch1019:  man2html-noindex-segfault.patch

# *roff parser fix: convert \N'123' to &#123
Patch1020:  man2html-escape-N.patch

# support Perl manpages (1p/3p/etc.)
Patch1021:  man2html-perl.patch

# fix typo in Italian man page
Patch1022:  man2html-it-typo.patch

# *roff parser: properly decode quotes inside quoted text
Patch1023:  man2html-double-quotes.patch

# *roff parser: handle \$* and \$@ escapes.
Patch1025:  man2html-all-args.patch

# *roff parser: support macro names longer than two characters
Patch1026:  man2html-macro-longnames.patch

# *roff parser: parse user defined macros before define ones
Patch1027:  man2html-macro-priority.patch

# fix a segfault that only happens on groff(1) [lol]
Patch1028:  man2html-groff-segfault.patch

# *roff parser:  support "\[xx]"
Patch1029:  man2html-new-macros.patch

# ignore font change requests that aren't followed by any words
Patch1031:  man2html-BR-empty-line.patch

# fix some GCC warnings
Patch1033:  man2html-gcc-warnings.patch

# Fedora patches

# use /usr/lib/man2html for CGI
# originally based on Debian patches 000 and 005
Patch1:  man2html-paths.patch

# support gunzipping manpages
# modified version of Debian patch 024
Patch2:  man2html-ungzip.patch
Patch3:  man2html-ungzip-makefile.patch

# fix up CGI scripts/Makefile with Fedora paths
Patch4:  man2html-cgi.patch

# hman cleanup: use xdg-open instead of lynxcgi by default and use correct path
#               for lynxcgi when manually requested
Patch5:  man2html-hman.patch

# manpage cleanup:  mention Fedora paths as default, use modern browser examples,
#                   and describe LYNXCGI issues as runtime, not compile-time
Patch6:  man2html-doc.patch

# fix format string warnings
# will send back to Debian as soon as I locate the part of my brain that
# remembers how to use their bugtracker
Patch7:  man2html-format.patch

# fix a bug in hman that linked to the wrong URL for mansec and manwhatis
# (e.g. when just invoking `hman 1`)
Patch8:  man2html-hman-section.patch

# fix the paths in localized manpages
Patch9:  man2html-localized-manpage-paths.patch

BuildRequires:  recode

Requires:   %{name}-core = %{version}-%{release}

%description
man2html is a man page to HTML converter.

This package contains CGI scripts that allow you to view, browse, and search
man pages using a web server.


%package core
Summary:  Convert man pages to HTML

%description core
man2html is a man page to HTML converter.

This package contains the man2html executable.


%prep
%setup -q -n man-%{version}%{posttag} -a1

for p in %{patches}; do
    patch -p1 -i $p
done


%build
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ;

# Configure and make man2html binary
#  (not autoconf so don't use %%configure)
./configure -d +fhs
%make

# make cgi scripts from debian
cd debian/sources
%make

%install
#install man2html binary
make -C man2html DESTDIR=%{buildroot} install install-hman

#install CGI scripts
make -C debian/sources PREFIX=%{buildroot} install

#install localized manpages
install -Dpm0644 man2html/locales/fr/man2html.1 %{buildroot}%{_mandir}/fr/man1/man2html.1
install -Dpm0644 man2html/locales/it/man2html.1 %{buildroot}%{_mandir}/it/man1/man2html.1
install -Dpm0644 man2html/locales/it/hman.1 %{buildroot}%{_mandir}/it/man1/hman.1

#convert localized manpages to UTF-8
recode latin1..utf8 \
    %{buildroot}%{_mandir}/fr/man1/man2html.1 \
    %{buildroot}%{_mandir}/it/man1/man2html.1 \
    %{buildroot}%{_mandir}/it/man1/hman.1 

#install httpd configuration
install -Dpm0644 %SOURCE2 %{buildroot}%{_sysconfdir}/httpd/conf.d/man2html.conf

#create cache directory for cgi scripts
mkdir -p %{buildroot}%{_localstatedir}/cache/man2html


%post
#clear out the cache directory so all future pages are regenerated with the new build
rm -f %{_localstatedir}/cache/man2html/* || :

%files
%attr(0755,-,-) %{_bindir}/hman
%{_prefix}/lib/man2html/
%attr(0775,root,apache) %{_localstatedir}/cache/man2html
%config(noreplace) %{_sysconfdir}/httpd/conf.d/man2html.conf
%{_mandir}/man1/hman.1.*


%files core
%{_bindir}/man2html
%{_mandir}/man1/man2html.1.*
%{_mandir}/*/man1/*.1.*
%doc COPYING HISTORY man2html/README man2html/TODO

%changelog

* Sun Jul 19 2015 Bernhard Rosenkraenzer <bero@bero.eu> 1.6-9
- (b5017c1) MassBuild#774: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10816 |14cu|manaplus-1.7.4.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		manaplus
Version:	1.7.4.15
Release:	1
Summary:	A client for Evol Online and The Mana World: 2D MMORPG
Group:		Games/Other
License:	GPLv2+
Url:		http://manaplus.org
Source0:	http://download.evolonline.org/manaplus/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	physfs-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	gettext-devel
BuildRequires:	doxygen
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	appstream-util

Provides:	manaworld-client = %{EVRD}

Suggests:	evol-client = %{EVRD}
Suggests:	mumble
Suggests:	xsel

%description
ManaPlus is extended client for Evol Online, The Mana World and similar
servers based on eAthena fork.
As a 2D style game, Evol Online aims to create a friendly environment where
people can escape reality and interact with others while enjoying themselves
through a fantasy style game.
The Mana World (TMW) is a serious effort to create an innovative free and
open source MMORPG. TMW uses 2D graphics and aims to create a large and
diverse interactive world.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING docs/*.txt README
%{_gamesbindir}/%{name}
%{_gamesbindir}/dyecmd
%exclude %{_gamesdatadir}/%{name}/data/evol
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}test.desktop
%{_mandir}/man6/%{name}*
%{_appdatadir}/%{name}.appdata.xml

#--------------------------------------------------
%package -n evol-client

Summary:	Evol Online branding and theme in manaplus
BuildArch:	noarch

Provides:	evolonline-client = %{EVRD}
Requires:	manaplus = %{EVRD}

%description -n evol-client
This package is part of manaplus and gives branding information inside
ManaPlus for Evol Online server.

%files -n evol-client
%doc AUTHORS ChangeLog
%{_datadir}/applications/evol.desktop
%{_iconsdir}/hicolor/*/apps/evol-client.png
%{_gamesdatadir}/%{name}/data/evol

#--------------------------------------------------

%prep
%setup -q
autoreconf -vif

%build
%configure2_5x --bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir} \
		--disable-rpath
%make

%install
%makeinstall_std
%make DESTDIR=%{buildroot} -C data/evol branding

# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size data/icons/manaplus.svg \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png && \
    convert -strip -resize $size data/evol/icons/evol-client.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/evol-client.png
done

# clean
rm -fr %{buildroot}%{_datadir}/pixmaps/%{name}.png
rm -fr %{buildroot}%{_iconsdir}/evol-client.png

# appdata
%if %{mdvver} >= 201610
mkdir -p %{buildroot}%{_appdatadir}
cp %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml %{buildroot}%{_appdatadir}/%{name}.appdata.xml
rm -fr %{buildroot}%{_datadir}/appdata
%endif


%find_lang %{name}

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml 


%changelog

* Mon Apr 24 2017 abfonly <abfonly@gmail.com> 1.7.4.15-1
- (5aa55d7) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10817 |14cu|mandriva-lxde-config-0.5.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Mandriva LXDE configuration files
Name:    	mandriva-lxde-config
Version: 	0.5.5
Release: 	3
Group:   	Graphical desktop/Other
License: 	GPLv2+
URL:		http://www.lxde.org
# (fwang) http://svn.mandriva.com/svn/soft/mandriva-lxde-config/
Source0: 	%{name}-%{version}.tar.xz
BuildArch: 	noarch
Conflicts:	lxde-common < 0.5.5-0.git20110721.3
Requires:	mandriva-theme
Requires:	rosa-flat-icons
Requires:	rosa-lxde-flat
Requires:	fonts-ttf-opensans

%description
Configuration files for ROSA LXDE desktop environment.

%prep
%setup -qn %{name}-%{version}

%install

install -D desktop.conf -m644 %{buildroot}%{_sysconfdir}/xdg/lxsession/LXDE/desktop.conf
install -D openbox-rc.xml -m644 %{buildroot}%{_datadir}/lxde/openbox/rc.xml

%files
%{_sysconfdir}/xdg/lxsession/LXDE/desktop.conf
%{_datadir}/lxde/openbox/rc.xml

%changelog
* Wed Nov 12 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.5-3
+ Revision: 2648e19
- Move to contrib repository



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10818 |14cu|mangler-1.2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname ventrilo3_ %{major}
%define devname %mklibname ventrilo3 -d

Summary:	Open Source VOIP client for gaming
Name:		mangler
Version:	1.2.5
Release:	1
License:	GPLv3+
Group:		Networking/Chat
Url:		http://www.mangler.org/
Source0:	http://www.mangler.org/%{name}-%{version}.tar.gz
Source1:	%{name}.png
Patch0:		mangler-1.2.5-gcc5.patch
BuildRequires:	desktop-file-utils
BuildRequires:	libtool
# Can be enabled later
#BuildRequires:	g15daemon_client-devel
#BuildRequires:	g15render-devel
BuildRequires:	gsm-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(pangomm-1.4)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(speex)

%description
Mangler is an Open source VOIP client capable of connecting to Ventrilo 3.x
servers. It is capable of performing almost all standard user functionality
found in a Windows Ventrilo client.

%files
%doc COPYING AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/%{name}*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries from %{name} project
Group:		System/Libraries
Conflicts:	%{name} < 1.2.5

%description -n %{libname}
This package contains the shared libraries from %{name} project.

%files -n %{libname}
%{_libdir}/libventrilo3.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files and headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	ventrilo3-devel = %{EVRD}
Conflicts:	%{name}-devel < 1.2.5
Obsoletes:	%{name}-devel < 1.2.5

%description -n %{devname}
This package contains the development files and headers for %{name}.

%files -n %{devname}
%{_libdir}/libventrilo3.so
%{_includedir}/ventrilo3.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
CXXFLAGS="%{optflags} -std=gnu++11" \
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Mangler
GenericName=VOIP Client
Comment=Voice chat on Ventrilo 3.x servers
Exec=%{name}
Icon=%{name}
StartupNotify=true
Terminal=false
Type=Application
Categories=GTK;Network;
EOF

#remove
rm -f %{buildroot}%{_datadir}/pixmaps/*.svg

#icon
install -dm 755 %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.5-1
- (4a74691) New version 1.2.5
- (4a74691) Split shared library from main package
- (4a74691) Properly name development package
- (4a74691) Update BuildRequires
- (4a74691) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10819 |14cu|maniadrive-1.2-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname ManiaDrive
%define engine_name raydium

%define major 0
%define libname %mklibname %{engine_name} %{major}

Summary:	Arcade car game on acrobatic tracks
Name:		maniadrive
Version:	1.2
Release:	21
License:	GPLv2+
Group:		Games/Arcade
Url:		http://raydium.org/
# svn export svn://raydium.org/raydium/trunk raydium-svn`date +%Y%m%d`
Source0:	%{rname}-%{version}-src.tar.bz2
Source1:	%{name}.png
Source2:	maniadrive.rpmlintrc
Patch0:		raydium-1.01-svn20060728-build.patch
Patch1:		ManiaDrive-1.1-src.dirs.patch
Patch3:		ManiaDrive-1.1-src.safemode.patch
Patch4:		ManiaDrive-1.1-src.home.patch
Patch5:		ManiaDrive-1.2-src.fPIC.patch
Patch6:		ManiaDrive-1.2-ode.patch
Patch7:		ManiaDrive-1.2-key.patch
Patch8:		maniadrive-1.2-fix-modifying-php-strings-inline.patch
Patch9:		maniadrive-1.2-php-5.2.8-fix.patch
Patch10:	ManiaDrive-1.2-unsigned-eof-bug.patch
Patch11:	maniadrive-1.2-fix-ode-assert.h
Patch12:	maniadrive-1.2-ode-0.12.patch
BuildRequires:	jpeg-devel
BuildRequires:	php-devel
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(ode)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xinerama)
Requires:	maniadrive-data
Requires:	glxinfo
Requires:	php-curl
Requires:	php-ini
Requires:	php-soap
Requires:	php-zlib

%description
ManiaDrive is a free clone of Trackmania, the great game from Nado
studio, and is an arcade car game on acrobatic tracks, with a quick
and nervous gameplay (tracks almost never exceed one minute), and
features a network mode, as the original.

Raydium is a game engine. It provides a set of functions which allow
quick and flexible games creation.
Functions covers things like player inputs (keyboard, mouse, joystick,
joypad, force feedback), rendering (3D objets, OSD (On Screen
Display)), time (a game must run at the exact same speed on every
computer), sound, ...

%files
%{_gamesbindir}/%{name}
%{_gamesbindir}/mania*.static
%dir %{_gamesdatadir}/%{name}/rayphp
%{_gamesdatadir}/%{name}/php.ini
%{_gamesdatadir}/%{name}/mania_*.php
%{_gamesdatadir}/%{name}/rayphp/*
%{_datadir}/icons/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 1.2-15

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{engine_name}.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{rname}-%{version}-src
%patch0 -p0 -b .build
%patch1 -p1 -b .dirs
%patch3 -p1 -b .safemode
#patch4 -p1 -b .home
%patch5 -p1 -b .fPIC
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p0

# php weird stuff, borrowed from thttpd-php.spec
cp /usr/src/php-devel/internal_functions.c .
cp %{_includedir}/php/ext/date/lib/timelib_config.h .
ln -s /usr/src/php-devel/ext .

%build
%make

for f in mania2 mania_drive mania_server; do
  # from odyncomp.sh
  gcc $f.c -g -Wall -DFORCE_LIBRAYDIUM %{optflags} -DBINDIR='"%{_gamesbindir}"' -DGAMEDIR='"%{_gamesdatadir}/%{name}"' -o $f.static libraydium.so -lphp5_common -lGL -lm `php-config --includes`
done

%install
install -d %{buildroot}%{_libdir}
cp -a lib%{engine_name}.so.* %{buildroot}%{_libdir}
install -d %{buildroot}%{_gamesbindir}
install -m755 mania*.static %{buildroot}%{_gamesbindir}

# This may not be required on future versions of the intel dri driver
# Previously, %{_gamesbindir}/%{name} was a symlink to %{_gamesbindir}/mania_drive.static
# https://bugs.freedesktop.org/show_bug.cgi?id=28002
# https://bugs.freedesktop.org/show_bug.cgi?id=28069
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
\`glxinfo | grep -q 'OpenGL renderer string: Mesa'\` && export LIBGL_ALWAYS_INDIRECT=true
exec %{_gamesbindir}/mania_drive.static "\$@"
EOF
chmod +x %{buildroot}%{_gamesbindir}/%{name}

install -d %{buildroot}%{_gamesdatadir}/%{name}
install -m644 *.php %{buildroot}%{_gamesdatadir}/%{name}

cp -a rayphp %{buildroot}%{_gamesdatadir}/%{name}

install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/icons/%{name}.png

# https://qa.mandriva.com/show_bug.cgi?id=37748
rm -f %{buildroot}%{_gamesdatadir}/%{name}/php.ini
install -m 644 php.ini %{buildroot}%{_gamesdatadir}/%{name}/php.ini

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=ManiaDrive
Comment=Arcade car game on acrobatic tracks
Exec=soundwrapper %{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


%changelog

* Thu Jun 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2-21
- (592f9e4) Link with php embedded
- (592f9e4) Don't use system php.ini



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10820 |14cu|mapnik-3.0.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define major 3.0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Free Toolkit for developing mapping applications
Name:		mapnik
Version:	3.0.10
Release:	2
License:	LGPLv2+
Group:		Geography
Url:		http://mapnik.org/
Source0:	http://mapnik.s3.amazonaws.com/dist/v%{version}/%{name}-v%{version}.tar.bz2
Patch0:		mapnik-v3.0.10-linking.patch
BuildRequires:	desktop-file-utils
BuildRequires:	doxygen
BuildRequires:	postgis
BuildRequires:	scons
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	libtool-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gdal)
BuildRequires:	pkgconfig(harfbuzz)
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libagg)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(proj)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(pycairo)
BuildRequires:	pythonegg(lxml)
BuildRequires:	pythonegg(xmldiff)
Requires:	fonts-ttf-dejavu
Requires:	%{libname} = %{EVRD}

%description
Mapnik is a Free Toolkit for developing mapping applications.
It's written in C++ and there are Python bindings to
facilitate fast-paced agile development. It can comfortably
be used for both desktop and web development, which was something
I wanted from the beginning.

Mapnik is about making beautiful maps. It uses the AGG library
and offers world class anti-aliasing rendering with subpixel
accuracy for geographic data. It is written from scratch in
modern C++ and doesn't suffer from design decisions made a decade
ago. When it comes to handling common software tasks such as memory
management, filesystem access, regular expressions, parsing and so
on, Mapnik doesn't re-invent the wheel, but utilises best of breed
industry standard libraries from boost.org 

%files
%doc AUTHORS.md COPYING CHANGELOG.md
%{_libdir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Mapnik is a Free toolkit for developing mapping applications
Group:		System/Libraries
Conflicts:	%{_lib}mapnik3.0_3 < 3.0.10-2
Obsoletes:	%{_lib}mapnik3.0_3 < 3.0.10-2

%description -n %{libname}
Mapnik is a Free Toolkit for developing mapping applications.
It's written in C++ and there are Python bindings to
facilitate fast-paced agile development. It can comfortably
be used for both desktop and web development, which was something
I wanted from the beginning.

Mapnik is about making beautiful maps. It uses the AGG library
and offers world class anti-aliasing rendering with subpixel
accuracy for geographic data. It is written from scratch in
modern C++ and doesn't suffer from design decisions made a decade
ago. When it comes to handling common software tasks such as memory
management, filesystem access, regular expressions, parsing and so
on, Mapnik doesn't re-invent the wheel, but utilises best of breed
industry standard libraries from boost.org

%files -n %{libname}
%doc AUTHORS.md COPYING CHANGELOG.md
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Mapnik is a Free toolkit for developing mapping applications
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < %{EVRD}

%description -n %{devname}
Mapnik is a Free Toolkit for developing mapping applications.
It's written in C++ and there are Python bindings to
facilitate fast-paced agile development. It can comfortably
be used for both desktop and web development, which was something
I wanted from the beginning.

Mapnik is about making beautiful maps. It uses the AGG library
and offers world class anti-aliasing rendering with subpixel
accuracy for geographic data. It is written from scratch in
modern C++ and doesn't suffer from design decisions made a decade
ago. When it comes to handling common software tasks such as memory
management, filesystem access, regular expressions, parsing and so
on, Mapnik doesn't re-invent the wheel, but utilises best of breed
industry standard libraries from boost.org

%files -n %{devname}
%doc AUTHORS.md COPYING CHANGELOG.md
%{_bindir}/mapnik-config
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_datadir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package utils
Summary:	Utilities distributed with the Mapnik spatial visualization library
Group:		Geography
Requires:	%{name} = %{EVRD}

%description utils
Miscellaneous utilities distributed with the Mapnik spatial visualization
library

%files utils
%doc AUTHORS.md COPYING CHANGELOG.md
%{_bindir}/shapeindex
%{_bindir}/mapnik-render
%{_bindir}/mapnik-index
%{_bindir}/svg2png
%{_libdir}/libmapnik-json.a
%{_libdir}/libmapnik-wkt.a

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-v%{version}
%patch0 -p1

%build
export CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" \
%ifarch x86_64
%define lds lib64
%else
%define lds lib
%endif

%configure \
	DESTDIR=%{buildroot} \
	PREFIX=%{_prefix} \
	THREADING=multi \
	XMLPARSER=libxml2 \
	GDAL_INCLUDES=%{_includedir}/gdal \
	PGSQL_INCLUDES=/usr/include/pgsql \
	LIBDIR_SCHEMA=%{lds} \
	SVG2PNG=true \
	CUSTOM_LDFLAGS="%{ldflags}" \
	INTERNAL_LIBAGG=False \
	SYSTEM_FONTS=%{_datadir}/fonts \
	DEMO=False

%make

%install
%make_install

# get rid of fonts use external instead
rm -rf %{buildroot}%{_libdir}/%{name}/fonts


# install pkgconfig file
cat > %{name}.pc <<EOF
prefix=%{_prefix}
exec_prefix=%{_prefix}
includedir=%{_includedir}

Name: %{name}
Description: Free Toolkit for developing mapping applications
Version: %{version}
Libs: -lmapnik
Cflags: -I${includedir}/%{name} -I${includedir}/agg
EOF

mkdir -p %{buildroot}%{_datadir}/pkgconfig/
install -p -m 644 %{name}.pc %{buildroot}%{_datadir}/pkgconfig/

chmod -x %{buildroot}%{_includedir}/%{name}/agg/*.h

%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.10-2
- (a383269) Fix library package name
- (a383269) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10821 |14cu|mapserver-7.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Web-based Map Server
Name:		mapserver
Version:	7.0.4
Release:	1
License:	MIT
Group:		Sciences/Geosciences
Url:		http://mapserver.org/
Source0:	http://download.osgeo.org/mapserver/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	fcgi-devel
BuildRequires:	gd-devel
BuildRequires:	geos-devel
BuildRequires:	jpeg-devel
BuildRequires:	php-devel
BuildRequires:	postgresql-devel
BuildRequires:	readline-devel
BuildRequires:	shapelib-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(ftgl)
BuildRequires:	pkgconfig(gdal)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(harfbuzz)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libming)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libsvg-cairo)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(proj)
Requires:	webserver

%description
MapServer is an OpenSource development environment for building spatially
enabled Internet applications. The software builds upon other popular
OpenSource or freeware systems like Shapelib, FreeType, Proj.4, libTIFF,
Perl and others.

The MapServer CGI application provides a significant number of
"out-of-the-box" features. Here's a sampling:

* vector formats supported: ESRI shapefiles, simple embedded features,
  ESRI ArcSDE (alpha release)
* raster formats supported (8-bit only): TIFF/GeoTIFF, GIF, PNG, ERDAS,
  JPEG and EPPL7
* quadtree spatial indexing for shapefiles
* fully customizable, template driven output
* feature selection by item/value, point, area or another feature
* TrueType font support
* support for tiled raster and vector data (display only)
* automatic legend and scalebar building
* scale dependent feature drawing and application execution
* thematic map building using logical or regular expression based classes
* feature labeling including label collision mediation
* on-the-fly configuration via URLs
* on-the-fly projection

MapServer is not a full-featured GIS system, nor does it aspire to be.
It does, however, provide enough core functionality to support a wide
variety of web applications. Beyond browsing GIS data, MapServer allows
you create "geographic image maps", that is, maps that can direct users
to content.

%files
%dir %{_var}/www/html/mapserver
%attr(755,apache,apache) %{_var}/www/html/mapserver/tmp
%doc README HISTORY.TXT
%{_bindir}/legend
%{_bindir}/mapserv
%{_bindir}/msencrypt
%{_bindir}/scalebar
%{_bindir}/shp2img
%{_bindir}/shptree
%{_bindir}/shptreetst
%{_bindir}/shptreevis
%{_bindir}/sortshp
%{_bindir}/tile4ms

#----------------------------------------------------------------------------

%package -n php-mapscript
Summary:	Mapserver php-mapscript
Group:		Sciences/Geosciences
Provides:	mapscript = %{EVRD}
Provides:	mapserver-php = %{EVRD}
Requires:	php
Requires:	curl
Requires:	php(zend-abi) = %{php_zend_api}

%description -n php-mapscript
php-mapscript allows you to have mapserver functions from within php,
creating maps with php commands.

%files -n php-mapscript
%{_sysconfdir}/php.d/40_mapscript.ini
%{_libdir}/php/extensions/*

%post -n php-mapscript
%{_post_webapp}

%postun -n php-mapscript
%{_postun_webapp}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Mapserver shared library
Group:		System/Libraries

%description -n %{libname}
Mapserver shared library.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Mapserver development files
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 6.2.1
Obsoletes:	%{name}-devel < 6.2.1

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%dir %{_datadir}/mapserver/cmake/
%{_datadir}/mapserver/cmake/*.cmake
%dir %{_includedir}/mapserver/
%{_includedir}/mapserver/*
%{_libdir}/lib%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake \
	-DINSTALL_LIB_DIR=%{_libdir} \
	-DWITH_CURL:BOOL=ON \
	-DWITH_PHP:BOOL=ON \
	-DWITH_SVGCAIRO:BOOL=ON
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_libdir}/php/extensions
mkdir -p %{buildroot}%{_sysconfdir}/php.d/

cat > %{buildroot}/%{_sysconfdir}/php.d/40_mapscript.ini <<EOF
extension = php_mapscript.so
EOF

install -d %{buildroot}/%{_var}/www/html/mapserver/tmp

%changelog

* Sun Jan 22 2017 alzim <alzim@bk.ru> 7.0.4-1
- (106b30a) Merge pull request #2 from import/mapserver:rosa2016.1
- (106b30a) Updated to 7.0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10822 |14cu|marco-1.12.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mate-window-manager
%define major 0
%define libname %mklibname marco-private %{major}
%define develname %mklibname -d marco-private
%define startup_notification_version 0.4

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:       Mate window manager
Name:          marco
Version:       1.12.1
Release:       3
URL:           http://www.mate-desktop.org/
Source0:       http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
# use oxygen as our default theme
Source1:       http://gnome-look.org/CONTENT/content-files/76582-Oxygen_Accurate_Installation_Files.tar.bz2
Patch0:		marco-1.12.1-rosa-theme.patch
License:       GPLv2+
Group:         Graphical desktop/Other

BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	mate-common
#BuildRequires:	mate-dialogs
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
#BuildRequires:	pkgconfig(mate-doc-utils)
BuildRequires:	pkgconfig(pangoxft)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glu)
BuildRequires:	yelp-tools
BuildRequires:	zenity

Requires:	mate-dialogs
Requires:	mate-desktop

%rename		%{oname}

%description
The Mate window manager integrates nicely with MATE.

%package -n %{libname}
Summary:        Libraries for Mate window manager
Group:          System/Libraries

%description -n %{libname}
This package contains libraries used by Mate window manager.

%package -n %{develname}
Summary:        Libraries and include files with Mate window manager
Group:          Development/C
Requires:	%{libname} = %{version}
Provides:	%{oname}-devel = %{version}-%{release}

%description -n %{develname}
This package provides the necessary development libraries and include 
files to allow you to develop with Mate window manager.


%prep
%setup -q -n %{name}-%{version} -b1
%apply_patches

pushd "../Oxygen Accurate Installation Files"
tar xf OxygenAccurate.tar.gz
popd

%build
%configure2_5x \
        --disable-static \
        --disable-scrollkeeper

%make

%install
%makeinstall_std

%find_lang %{name}

pushd "../Oxygen Accurate Installation Files/Oxygen Accurate"
mkdir -p %{buildroot}%{_datadir}/themes/oxygnome
cp -fr metacity-1 %{buildroot}%{_datadir}/themes/oxygnome/metacity-1
popd

rm -fr %{buildroot}%{_datadir}/MateConf

%files -f %{name}.lang
%doc README NEWS HACKING
%{_bindir}/marco
%{_bindir}/marco-message
%{_datadir}/applications/marco.desktop
%{_datadir}/themes/ClearlooksRe
%{_datadir}/themes/Dopple-Left
%{_datadir}/themes/Dopple
%{_datadir}/themes/DustBlue
%{_datadir}/themes/Spidey-Left
%{_datadir}/themes/Spidey
%{_datadir}/themes/Splint-Left
%{_datadir}/themes/Splint
%{_datadir}/themes/WinMe
%{_datadir}/themes/eOS
%{_datadir}/marco
%{_datadir}/mate-control-center/keybindings/50-marco*.xml
%{_datadir}/help/C/creating-marco-themes
%{_datadir}/mate/wm-properties
%{_datadir}/glib-2.0/schemas/org.mate.marco.gschema.xml
%{_datadir}/themes/oxygnome/
%{_mandir}/man1/marco.1.*
%{_mandir}/man1/marco-message.1.*

%files -n %{libname}
%{_libdir}/libmarco-private.so.%{major}*

%files -n %{develname}
%doc ChangeLog
%{_bindir}/marco-theme-viewer
%{_bindir}/marco-window-demo
%{_includedir}/marco-1
%{_libdir}/libmarco-private.so
%{_libdir}/pkgconfig/libmarco-private.pc
%{_mandir}/man1/marco-theme-viewer.1.*
%{_mandir}/man1/marco-window-demo.1.*


%changelog

* Thu Jun 09 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-3
- (e2176c6) Fix fonts



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10823 |14cu|mari0-1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           mari0
Version:        1.6
Release:        1
Summary:        Puzzle platformer with a Portal gun
Group:          Games/Arcade
License:        CC-BY-NC-SA
Url:            http://stabyourself.net/mari0/
Source0:        http://stabyourself.net/dl.php?file=mari0-1006/%{name}-source.zip
BuildArch:      noarch
BuildRequires:  dos2unix
BuildRequires:  imagemagick
Requires:       love0.8

%description
Two genre defining games from completely different eras: Nintendo's Super
Mario Bros. and Valve's Portal. These two games managed to give Platformers
and First-Person Puzzle Games a solid place in the video game world. But what
if Nintendo teamed up with Valve and recreated the famous Mario game with
Portal gun mechanics?

%files
%doc readme.txt
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/%{name}.love
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -c
# Fix encoding and line-endings
dos2unix readme.txt
iconv -f CP1250 -t UTF-8 readme.txt > readme.txt.utf8
mv readme.txt.utf8 readme.txt

# Extract icon from .love file
unzip -p %{name}_%{version}.love graphics/icon.gif > icon.gif

%build
# Launcher script
cat > %{name}.sh << EOF
#!/bin/sh
love0.8 %{_gamesdatadir}/%{name}/%{name}.love
EOF

# Desktop entry
cat > %{name}.desktop << EOF
[Desktop Entry]
Name=Mari0
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%install
install -D -m 644 %{name}_%{version}.love %{buildroot}%{_gamesdatadir}/%{name}/%{name}.love
install -D -m 755 %{name}.sh %{buildroot}%{_gamesbindir}/%{name}
install -D -m 755 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

# Icon
for size in 16 32 64 128 256; do
    mkdir -p %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/
    convert icon.gif -resize ${size}x${size} \
    %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/%{name}.png
done



%changelog

* Mon Apr 24 2017 abfonly <abfonly@gmail.com> 1.6-1
- (d973a08) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10824 |14cu|marisa-0.2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Static and spece-efficient trie data structure library
Name:		marisa
Version:	0.2.4
Release:	4
License:	BSD or LGPL
Group:		System/Internationalization
Url:		https://code.google.com/p/marisa-trie/
Source0:	https://marisa-trie.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	swig
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(ruby)

%description
Matching Algorithm with Recursively Implemented StorAge (MARISA) is a
static and space-efficient trie data structure. And libmarisa is a C++
library to provide an implementation of MARISA. Also, the package of
libmarisa contains a set of command line tools for building and
operating a MARISA-based dictionary.

A MARISA-based dictionary supports not only lookup but also reverse
lookup, common prefix search and predictive search.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Static and spece-efficient trie data structure library
Group:		System/Libraries
Conflicts:	%{name} < 0.2.4-4
Obsoletes:	%{name} < 0.2.4-4

%description -n %{libname}
Matching Algorithm with Recursively Implemented StorAge (MARISA) is a
static and space-efficient trie data structure. And libmarisa is a C++
library to provide an implementation of MARISA. Also, the package of
libmarisa contains a set of command line tools for building and
operating a MARISA-based dictionary.

A MARISA-based dictionary supports not only lookup but also reverse
lookup, common prefix search and predictive search.

%files -n %{libname}
%doc docs/* AUTHORS COPYING README
%{_libdir}/libmarisa.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.2.4-4
Obsoletes:	%{name}-devel < 0.2.4-4

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package tools
Summary:	Tools for %{name}
Group:		System/Internationalization

%description tools
This package contains tools for developing applications that use %{name}.

%files tools
%{_bindir}/marisa*

#----------------------------------------------------------------------------

%package perl
Summary:	Perl language binding for marisa
Group:		Development/Perl
Requires:	%{libname} = %{EVRD}

%description perl
Perl language binding for marisa.

%files perl
%{perl_vendorarch}/*
#exclude %dir %{perl_vendorarch}/auto/

#----------------------------------------------------------------------------

%package python
Summary:	Python language binding for marisa
Group:		Development/Python
Requires:	%{libname} = %{EVRD}

%description python
Python language binding for marisa.

%files python
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%package ruby
Summary:	Ruby language binding for marisa
Group:		Development/Ruby
Requires:	%{libname} = %{EVRD}
Requires:	ruby

%description ruby
Ruby language binding for marisa.

%files ruby
%{ruby_vendorarchdir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

# build Perl bindings
pushd bindings/perl
export CFLAGS="-g -O2 -lstdc++"
export LDFLAGS="-lstdc++"
export CXXFLAGS="-g -O2 -lstdc++"
%{__perl} Makefile.PL INC="-I%{_builddir}/%{name}-%{version}/lib" LIBS="-L%{_builddir}/%{name}-%{version}/lib/.libs" INSTALLDIRS=vendor
CFLAGS="-g -O2 -lstdc++" LDFLAGS="-lstdc++" make
popd

# build Python bindings
pushd bindings/python
python setup.py build_ext --include-dirs="%{_builddir}/%{name}-%{version}/lib" --library-dirs="%{_builddir}/%{name}-%{version}/lib/.libs"
python setup.py build
popd

# build Ruby bindings
# Regenerate ruby bindings
pushd bindings
export CFLAGS="-g -O2 -lstdc++"
export LDFLAGS="-lstdc++"
export CXXFLAGS="-g -O2 -lstdc++"
CFLAGS="-g -O2 -lstdc++" LDFLAGS="-lstdc++" %make swig-ruby
popd

pushd bindings/ruby
export CFLAGS="-g -O2 -lstdc++"
export LDFLAGS="-lstdc++"
export CXXFLAGS="-g -O2 -lstdc++"
ruby extconf.rb --with-opt-include="%{_builddir}/%{name}-%{version}/lib" --with-opt-lib="%{_builddir}/%{name}-%{version}/lib/.libs" --vendor
CFLAGS="-g -O2 -lstdc++" LDFLAGS="-lstdc++" %make
popd

%install
%make_install INSTALL="install -p"

# install Perl bindings
pushd bindings/perl
%make_install INSTALL="install -p"
popd

# install Python bindings
pushd bindings/python
python setup.py install --root="%{buildroot}"
popd

# install Ruby bindings
pushd bindings/ruby
make install DESTDIR=%{buildroot} hdrdir=%{_includedir}/ruby-%{ruby_version} rubyhdrdir=%{_includedir}/ruby-%{ruby_version}
popd
rm -rf %{buildroot}%{_libdir}/libmarisa.{la,a}

find %{buildroot} -name 'perllocal.pod' -exec rm -f {} ';'


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.4-4
- (0df3063) Properly package library and development files
- (0df3063) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10825 |14cu|marked-0.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

%global enable_tests 0

Name:       marked
Version:    0.3.2
Release:    4
Summary:    A markdown parser for Node.js built for speed
License:    MIT
Group:      Development/Other
URL:        https://github.com/chjj/marked
Source0:    http://registry.npmjs.org/marked/-/marked-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:	noarch

BuildRequires:  nodejs-packaging
BuildRequires:  web-assets-devel
BuildRequires:  uglify-js

%if 0%{?enable_tests}
BuildRequires:  npm(express)
BuildRequires:  npm(markdown)
BuildRequires:  npm(showdown)
# Not yet packaged for Fedora.
# BuildRequires:  npm(robotskirt)
%endif

Requires:       js-marked = %{version}-%{release}

%description
marked is a full-featured markdown compiler that can parse huge chunks of
markdown without having to worry about caching the compiled output or
blocking for an unnecessarily long time.

marked is extremely fast and frequently outperforms similar markdown parsers.
marked is very concise and still implements all markdown features, as well
as GitHub Flavored Markdown features.

marked more or less passes the official markdown test suite in its entirety.
This is important because a surprising number of markdown compilers cannot
pass more than a few tests.


%package -n js-marked
Summary:    A markdown parser for JavaScript built for speed
Group:      Development/Other
Requires:   web-assets-filesystem

%description -n js-marked
marked is a full-featured markdown compiler that can parse huge chunks of
markdown without having to worry about caching the compiled output or
blocking for an unnecessarily long time.

marked is extremely fast and frequently outperforms similar markdown parsers.
marked is very concise and still implements all markdown features, as well
as GitHub Flavored Markdown features.

marked more or less passes the official markdown test suite in its entirety.
This is important because a surprising number of markdown compilers cannot
pass more than a few tests.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package

# remove the bundled minified marked
rm -f marked.min.js


%build
uglifyjs --comments '/Copyright/' lib/marked.js -o marked.min.js


%install
mkdir -p %{buildroot}%{_jsdir}/marked
cp -pr lib/marked.js marked.min.js %{buildroot}%{_jsdir}/marked

mkdir -p %{buildroot}%{nodejs_sitelib}/marked
cp -pr package.json component.json \
    %{buildroot}%{nodejs_sitelib}/marked
mkdir -p %{buildroot}%{nodejs_sitelib}/marked/lib
ln -sf %{_jsdir}/marked/marked.js \
    %{buildroot}%{nodejs_sitelib}/marked/lib/marked.js
mkdir -p %{buildroot}%{nodejs_sitelib}/marked/bin
install -p -D -m0755 bin/marked \
    %{buildroot}%{nodejs_sitelib}/marked/bin/marked
mkdir -p %{buildroot}/%{_bindir}
ln -sf %{nodejs_sitelib}/marked/bin/marked \
    %{buildroot}%{_bindir}/marked

mkdir -p %{buildroot}%{_mandir}/man1
install -p -D -m0644 man/marked.1 \
    %{buildroot}%{_mandir}/man1/marked.1

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
# gfm_code_hr_list test is known to fail but the author has not yet arrived
# at a satisfactory solution: https://github.com/chjj/marked/pull/118

# def_blocks and double_link are also known to fail:
# https://github.com/chjj/marked/issues/136#issuecomment-15016714

%nodejs_symlink_deps --check
# /usr/bin/npm install robotskirt
%__nodejs ./test/
%endif


%files
%{nodejs_sitelib}/marked
%{_bindir}/marked
%{_mandir}/man1/marked.1*


%files -n js-marked
%doc LICENSE README.md doc/
%{_jsdir}/marked

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.2-4
- (cbe6709) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10826 |14cu|mars_nwe-0.99.pl22-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NetWare file and print servers which run on Linux systems
Name:		mars_nwe
Version:	0.99.pl22
Release:	5
License:	GPLv2+
Group:		Graphics
Url:		http://www.compu-art.de/mars_nwe/
Source0:	http://ftp.disconnected-by-peer.at/ncpfs/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	gdbm-devel

%description
The mars_nwe (MARtin Stover's NetWare Emulator) package enables Linux
to provide both file and print services for NetWare clients (i.e.,
providing the services of a Novell NetWare file server). mars_nwe
allows the sharing of files between Linux machines and Novell NetWare
clients, using NetWare's native IPX protocol suite.

%files
%{_sysconfdir}/skel/.nwopt
%{_sysconfdir}/%{name}
%{_libdir}/%{name}
%{_sbindir}/*
/var/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%global optflags %{optflags} -Wp,-D_FORTIFY_SOURCE=0
%cmake
%make

%install
%makeinstall_std -C build
mv %{buildroot}/usr/etc/* %{buildroot}%{_sysconfdir}/


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.99.pl22-5
- (ee5e3a1) Move files properly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10827 |14cu|marsshooter-0.7.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _appdatadir %{_datadir}/appdata


Summary:	M.A.R.S. - A Ridiculous Shooter
Name:		marsshooter
Version:	0.7.6
Release:	1
License:	GPLv3+
Group:		Games/Arcade
Url:		http://mars-game.sourceforge.net/
Source0:        https://github.com/jwrdegoede/M.A.R.S./archive/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	dos2unix
BuildRequires:	pkgconfig(sfml-all) >= 2.2
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	desktop-file-utils
BuildRequires:	appstream-util

%description
It is a game for two players, flying with ships in a
two-dimensional space setting, governed by the laws of gravity.
It features:
    * awesome 2D-graphics with an unique style
    * a stunning amount of particles
    * single- and multiplayer-support
    * an artificial intelligence using an aggro-system, which
      reacts differentlyupon varying situations
    * many impressive weapons
    * customizable ships
    * a very sexy GUI
    * several game modes: Sacceball, TeamDeathmatch, Cannonkeep,
      Deathmatch, Grave-Itation Pit

%files
%doc credits.txt license.txt README.md NEWS 
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_appdatadir}/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_mandir}/man6/%{name}.6.*

#----------------------------------------------------------------------------

%prep
%setup -qn M.A.R.S.-%{name}-%{version}
rm -fr cmake data_src ext_libs_for_windows
# Fix attr for polish
for i in data/locales/Polish.txt \
         include/Interface/ComboBox.hpp src/Interface/ComboBox.cpp \
         include/Interface/DropDownWindow.hpp src/Interface/DropDownWindow.cpp \
         include/Items/PUSleep.hpp src/Items/PUSleep.cpp; do
  chmod -x $i;
done
dos2unix credits.txt license.txt

%build
%cmake -Dmars_DATA_DEST_DIR=%{_gamesdatadir}/%{name} -Dmars_EXE_DEST_DIR=%{_gamesbindir}
%make VERBOSE=1

%install
%makeinstall_std -C build
# We handle this in %%doc
rm -r %{buildroot}%{_docdir}
# Remove obsolete pixmap
rm %{buildroot}%{_datadir}/pixmaps/%{name}.xpm

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet \
  %{buildroot}%{_appdatadir}/%{name}.appdata.xml

%changelog

* Sat Jul 02 2016 abfonly <abfonly@gmail.com> 0.7.6-1
- (e37261b) Merge pull request #1 from rosalinuxro/marsshooter:rosa2014.1
- (e37261b) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10828 |14cu|mate-applets-1.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           mate-applets
Version:        1.12.1
Release:        1
Summary:        MATE Desktop panel applets
Group:          Graphical desktop/Other
License:        GPLv2+ and LGPLv2+
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
# (Fedora) Patch to fix cpufreq compilation
Patch0:		mate-applets-1.12.0-fdo-cpufreq.patch

BuildRequires:  pkgconfig(libgtop-2.0)
BuildRequires:  pkgconfig(gtksourceview-2.0)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(mate-settings-daemon)
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(gio-unix-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
BuildRequires:  pkgconfig(libwnck-1.0)
BuildRequires:  pkgconfig(mate-desktop-2.0)
#BuildRequires:  pkgconfig(mate-icon-theme)
BuildRequires:  pkgconfig(mateweather)
BuildRequires:  pkgconfig(polkit-agent-1)
#BuildRequires:  pkgconfig(gucharmap-2.90)
BuildRequires:  pkgconfig(upower-glib)
BuildRequires:  mate-common
BuildRequires:  pygtk2.0-devel
BuildRequires:  python3-gobject3-devel
BuildRequires:  cpupower-devel
BuildRequires:  libxklavier-devel >= 1.13
BuildRequires:  itstool
BuildRequires:  NetworkManager-devel

Requires:       polkit-agent
Requires:       usermode-consoleonly
Requires:       python-gi
## mate-character-map obsoleted by upstream. Use gucharmap...
#Requires:		gucharmap

%description
MATE Desktop panel applets

%prep
%setup -q
%apply_patches

%build
# autoreconf -fi
%configure2_5x   \
    --disable-schemas-compile                \
    --disable-cpufreq                        \
    --with-gtk=2.0                           \
    --disable-static                         \
    --with-x                                 \
    --enable-polkit                          \
    --enable-networkmanager                  \
    --enable-ipv6                            \
    --libexecdir=%{_libexecdir}/mate-applets

%make

%install
%makeinstall_std

#make python script executable
#http://forums.fedoraforum.org/showthread.php?t=284962
chmod a+x %{buildroot}%{python_sitelib}/mate_invest/chart.py

# remove needless MateConf stuff
rm -fr %{buildroot}%{_datadir}/MateConf

%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc AUTHORS COPYING README
%config(noreplace) %{_sysconfdir}/sound/events/mate-battstat_applet.soundlist
# %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.mate.CPUFreqSelector.conf
%{_bindir}/mate-invest-chart
# %{_bindir}/mate-cpufreq-selector
%{python_sitelib}/mate_invest
%{_libexecdir}/mate-applets
%{_datadir}/mate-applets
%{_datadir}/mate-panel/applets
%{_datadir}/dbus-1/services/org.mate.panel.applet.CommandAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.TimerAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.AccessxStatusAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.BattstatAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.CharpickerAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.DriveMountAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.GeyesAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.StickyNotesAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.TrashAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.InvestAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.MateWeatherAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.MultiLoadAppletFactory.service
# %{_datadir}/dbus-1/services/org.mate.panel.applet.CPUFreqAppletFactory.service
# %{_datadir}/dbus-1/system-services/org.mate.CPUFreqSelector.service
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.battstat.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.charpick.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.geyes.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.multiload.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.stickynotes.gschema.xml
# %{_datadir}/glib-2.0/schemas/org.mate.panel.applet.cpufreq.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.command.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.timer.gschema.xml
# %{_datadir}/polkit-1/actions/org.mate.cpufreqselector.policy
%{_datadir}/icons/hicolor/*x*/apps/*.png
%{_datadir}/icons/hicolor/scalable/apps/mate-eyes-applet.svg
%{_datadir}/icons/hicolor/scalable/apps/mate-sticky-notes-applet.svg
%{_datadir}/icons/hicolor/scalable/apps/mate-invest-applet.svg
# %{_datadir}/icons/hicolor/scalable/apps/mate-cpu-frequency-applet.svg
#%{_datadir}/icons/mate/48x48/apps/ax-applet.png
%{_datadir}/mate/ui/*
# %{_datadir}/mate-2.0/ui/cpufreq-applet-menu.xml
%{_datadir}/pixmaps/mate-accessx-status-applet
%{_datadir}/pixmaps/mate-stickynotes
# %{_datadir}/pixmaps/mate-cpufreq-applet
# %{_datadir}/help/*/mate-accessx-status
# %{_datadir}/help/*/mate-battstat
# %{_datadir}/help/*/mate-char-palette
# %{_datadir}/help/*/mate-cpufreq-applet
# %{_datadir}/help/*/mate-drivemount
# %{_datadir}/help/*/mate-geyes
# %{_datadir}/help/*/mate-invest-applet
# %{_datadir}/help/*/mate-multiload
# %{_datadir}/help/*/mate-stickynotes_applet
# %{_datadir}/help/*/mate-trashapplet
# %{_datadir}/help/*/mateweather
%{_mandir}/man1/*.xz

%changelog

* Sun Mar 06 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-1
- (b424c52) Updated to 1.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10829 |14cu|mate-applet-streamer-0.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           mate-applet-streamer
Version:        0.1.2
Release:        1
Summary:        MATE online radio streamer applet
Group:          Graphical desktop/Other
License:        GPLv2+
URL:            http://www.zavedil.com/online-radio-applet
Source:         http://www.zavedil.com/wp-content/uploads/2014/11/%{name}-%{version}.tar.gz

BuildRequires:  pkgconfig(libnotify)
BuildRequires:  gstreamer1.0-devel
BuildRequires:  gstreamer1.0-plugins-base-devel
BuildRequires:  gtk2-devel
BuildRequires:  sqlite-devel
BuildRequires:  mate-panel-devel

# for GStreamer with nonfree codecs
Requires:       gstreamer1.0-plugins-ugly

%description
This is a MATE panel applet to let you play your favorite online radio station
from your system tray or panel with a single click.
Icecast directory listing in included.

%prep
%setup -q

%build
%configure

%make V=1

%install
%{make_install}

# Do not install doc files: they are handled as rpm doc files.
rm -rf ${RPM_BUILD_ROOT}%{_docdir}

%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS BUGS COPYING ChangeLog README TODO
%{_libexecdir}/streamer_applet
%{_libdir}/bonobo/servers/StreamerAppletFactory.server
%{_datadir}/mate-panel/applets/org.mate.applets.StreamerApplet.mate-panel-applet
%{_datadir}/dbus-1/services/org.mate.panel.applet.StreamerApplet.service
%dir %{_datadir}/streamer_applet
%{_datadir}/streamer_applet/streamer.sqlite
%{_datadir}/pixmaps/applet_streamer*.png
%{_datadir}/icons/hicolor/*/apps/applet_streamer.png

%changelog

* Wed Apr 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-1
- (b11c417) Fix requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10830 |14cu|mate-backgrounds-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:           mate-backgrounds
Version:        1.12.0
Release:        1
Summary:        MATE Desktop backgrounds
Group:          Graphical desktop/Other
License:        GPLv2+
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildArch:      noarch
BuildRequires:  mate-common
BuildRequires:  intltool

%description
This module contains a set of backgrounds packaged with the MATE desktop.

%prep
%setup -q
NOCONFIGURE=1 ./autogen.sh


%build
%configure2_5x
%make


%install
%makeinstall_std
%find_lang %{name} --all-name

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_datadir}/mate-background-properties/
%{_datadir}/backgrounds/mate/*



%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.12.0-1
- (97402c3) Updated to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10831 |14cu|mate-common-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Common files for MATE desktop environment
Name:		mate-common
Version:	1.12.0
Release:	1
License:	GPLv3+
Group:		Graphical desktop/Other
URL:		http://www.mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/1.12/%{name}-%{version}.tar.xz
BuildArch:	noarch
BuildRequires:  gettext-devel
Requires:	automake
Requires:	autoconf
Requires:	m4
Requires:	intltool
Requires: 	gtk-doc

%description
Binaries for building all MATE desktop sub components.

%prep
%setup -q

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/*
%{_datadir}/aclocal/*.m4
%{_datadir}/mate-common
%{_mandir}/man1/*


%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.12.0-1
- (60729e6) Updated to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10832 |14cu|mate-control-center-1.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver      %(echo %{version}|cut -d. -f1,2)
%define major        1
%define slab_major   0
%define libname      %mklibname mate-window-settings %{major}
%define libslabname  %mklibname mate-slab %{slab_major}
%define develname    %mklibname -d mate-window-settings

Summary:         MATE control center
Name:            mate-control-center
Version:         1.12.1
Release:         2
License:         GPLv2+
Group:           Graphical desktop/Other
URL:             http://mate-desktop.org
Source0:         http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
# (fc) display icons when control-center is not started from MATE (Mdk bug #16767)
Patch0:          gnome-control-center-2.27.90-menulocation.patch
# (fc) force default dpi to 96, don't use X server value
Patch1:          gnome-control-center-2.23.6-forcedpi.patch
# (fc) fix markup (GNOME bug #597006) (Fedora)
Patch2:          gnome-control-center-2.31.91-fix-markup.patch

BuildRequires:  itstool
BuildRequires:  mate-common
BuildRequires:  xsltproc
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gstreamer-0.10)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libcanberra-gtk)
BuildRequires:  pkgconfig(libmarco-private)
BuildRequires:  pkgconfig(libmate-menu)
BuildRequires:  pkgconfig(libmatekbd)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(mate-desktop-2.0)
BuildRequires:  pkgconfig(mate-settings-daemon)
BuildRequires:  pkgconfig(librsvg-2.0)
BuildRequires:  pkgconfig(pango)
BuildRequires:  pkgconfig(sm)
BuildRequires:  pkgconfig(unique-1.0)
BuildRequires:  pkgconfig(xxf86misc)
BuildRequires:  pkgconfig(xscrnsaver)
BuildRequires:  pkgconfig(dconf) >= 0.10
BuildRequires:  gsettings-desktop-schemas-devel
BuildRequires:  desktop-file-utils
BuildRequires:  shared-mime-info
BuildRequires:  xml2po
BuildRequires:  itstool
BuildRequires:  yelp-tools
BuildRequires:  pkgconfig(ice)
BuildRequires:  pkgconfig(iso-codes)
BuildRequires:  pkgconfig(libebook-1.2)
BuildRequires:  pkgconfig(libmatekbdui)
#BuildRequires:  pkgconfig(mate-doc-utils)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xi)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xft)
BuildRequires:  pkgconfig(libcaja-extension) >= 1.1.0

Requires:	mate-desktop
Requires:	mate-settings-daemon >= 1.7.0
Requires:	gnome-keyring
Requires:	%{libname} = %{version}-%{release}

Requires(post):   desktop-file-utils
Requires(postun): desktop-file-utils

%description
MATE Control-center is a configuration tool for easily
setting up your MATE environment.

%package -n %{libname}
Summary:    %{summary}
Group:      System/Libraries
Provides:   libmate-window-settings = %{version}-%{release}

%description -n %{libname}
Dynamic libraries used by MATE Control Center

%package -n %{libslabname}
Summary:    %{summary}
Group:      System/Libraries
# Override libslab from gnome2
Epoch:      1

%description -n %{libslabname}
Dynamic libraries used by MATE Control Center

%package -n %{develname}
Summary:    Static libraries, include files for MATE control center
Group:      Development/C
Provides:   %{name}-devel = %{version}-%{release}
Requires:   %{libname} >= %{version}
Requires:   %{libslabname} = %{EVRD}

%description -n %{develname}
Static libraries, include files for MATE Control Center

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
           --disable-static          \
           --disable-schemas-compile \
           --disable-update-mimedb   \
           --disable-scrollkeeper

%make LIBS='-lm -lgmodule-2.0'

%install
%makeinstall_std

for desktopfile in %{buildroot}%{_datadir}/applications/*.desktop
do
  desktop-file-edit --remove-category=MATE --add-category=X-MATE $desktopfile
done

rm -f %{buildroot}%{_datadir}/applications/mimeinfo.cache

%find_lang %{name} --with-gnome --all-name

mkdir -p %{buildroot}%{_datadir}/mate-background-properties

#remove unneeded mateconf file
rm -fr %{buildroot}%{_datadir}/MateConf

%files -f %{name}.lang
%doc AUTHORS NEWS README
%config(noreplace) %{_sysconfdir}/xdg/menus/matecc.menu
%{_bindir}/mate-control-center
%{_bindir}/mate-font-viewer
%{_bindir}/mate-thumbnail-font
%{_bindir}/mate-about-me
%{_bindir}/mate-window-properties
%{_bindir}/mate-network-properties
%{_bindir}/mate-mouse-properties
%{_bindir}/mate-keybinding-properties
%{_bindir}/mate-keyboard-properties
%{_bindir}/mate-display-properties
%{_bindir}/mate-default-applications-properties
%{_bindir}/mate-appearance-properties
%{_bindir}/mate-at-properties
%{_bindir}/mate-typing-monitor
%{_sbindir}/mate-display-properties-install-systemwide
%{_datadir}/polkit-1/actions/org.mate.randr.policy
%{_iconsdir}/hicolor/*/*/*
%{_datadir}/mate-background-properties
%{_datadir}/applications/*.desktop
%{_datadir}/desktop-directories/*
%{_datadir}/mate-control-center/
%{_datadir}/glib-2.0/schemas/org.mate.control-center.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.control-center.keybinding.gschema.xml
%dir %{_datadir}/mate/cursor-fonts/
%{_datadir}/mate/cursor-fonts/*
%{_datadir}/mime/packages/mate-theme-package.xml
%{_datadir}/thumbnailers/mate-font-viewer.thumbnailer
%{_datadir}/man/man1/*
/etc/xdg/menus/mate-preferences-categories.menu

%files -n %{libname}
%{_libdir}/libmate-window-settings.so.%{major}*
%{_libdir}/window-manager-settings/libmarco.so

%files -n %{libslabname}
%{_libdir}/libmate-slab.so.%{slab_major}
%{_libdir}/libmate-slab.so.%{slab_major}.*

%files -n %{develname}
%doc ChangeLog
%{_libdir}/libmate-window-settings.so
%{_libdir}/libmate-slab.so
%{_libdir}/pkgconfig/*
%dir %{_includedir}/mate-window-settings-2.0
%{_includedir}/mate-window-settings-2.0/*
%{_includedir}/libmate-slab

%changelog

* Mon Jun 27 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-2
- (21eb9aa) Drop drakkeyboard



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10833 |14cu|mate-desktop-1.12.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 2
%define gir_api 2.0
%define major 17
%define libname %mklibname %{name} %{api} %{major}
%define develname %mklibname %{name} -d
%define girname %mklibname matedesktop-gir %{gir_api}


Name:           mate-desktop
Version:        1.12.1
Release:        4
Epoch:		1
License:        GPLv2+ and LGPLv2+ and MIT
Summary:        Library with common API for various MATE modules
Url:            http://mate-desktop.org/
Group:          Graphical desktop/Other
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Source1:        user-dirs-update-mate.desktop
Patch0:		mate-desktop-1.12.0-default-background.patch
Patch1:		mate-desktop-1.12.1-rosa-theme.patch
BuildRequires:  pkgconfig(gsettings-desktop-schemas)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libstartup-notification-1.0)
BuildRequires:  pkgconfig(unique-1.0)
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	docbook-dtd412-xml
BuildRequires:  gobject-introspection
BuildRequires:  gtk-doc
BuildRequires:  intltool
BuildRequires:  ldetect-lst
BuildRequires:  mate-common
BuildRequires:  gettext
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  desktop-file-utils
BuildRequires:	which
BuildRequires:	xml2po
BuildRequires:	itstool
BuildRequires:	pkgconfig(dconf)
BuildRequires:	yelp-tools
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xrandr)

Requires:       pygtk2
Requires:       xdg-user-dirs-gtk
Requires:       mate-panel

%description
This package contains some data files and other shared components of the
MATE user environment.

%package -n %{libname}
Summary:        %{summary}
Group:          System/Libraries 

%description -n %{libname}
Internal library (libmatedesktop) used to implement some portions of the 
GNOME desktop.

%package -n %{develname}
Summary:        MATE module API library development files
Group:          Development/C 
Requires:       %{libname} = %{epoch}:%{version}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
Development library with common API for various MATE modules.

%package -n %{girname}
Summary:        Typelib file for MateDesktop
Group:          Graphical desktop/Other
Requires:       %{libname} = %{EVRD}

%description -n %{girname}
A GObject based library for MateDesktop clients to use to interface with
MateDesktop.

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
     --disable-scrollkeeper                                \
     --disable-schemas-compile                             \
     --with-gtk=2.0                                        \
     --with-x                                              \
     --disable-static                                      \
     --enable-unique                                       \
     --enable-gtk-doc                                      \
     --with-pnp-ids-path=%{_datadir}/misc/pnp.ids          \
     --with-omf-dir=%{_datadir}/omf/mate-desktop
%make

%install
%makeinstall_std
%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS COPYING COPYING.LIB NEWS README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/mate-about/
%{_datadir}/glib-2.0/schemas/org.mate.*.gschema.xml
%{_datadir}/MateConf/gsettings/mate-desktop.convert
#%{_datadir}/help/*
%{_mandir}/man1/*
%{_iconsdir}/hicolor/*/apps/*

%files -n %{libname}
%{_libdir}/libmate-desktop-%{api}.so.%{major}*

%files -n %{develname}
%{_datadir}/gtk-doc/html/mate-desktop
%{_libdir}/libmate-desktop-2.so
%{_libdir}/pkgconfig/mate-desktop-2.0.pc
%{_includedir}/mate-desktop-2.0
%{_datadir}/gir-1.0/MateDesktop-2.0.gir

%files -n %{girname}
%{_libdir}/girepository-1.0/MateDesktop-2.0.typelib


%changelog

* Thu Jun 09 2016 Denis Silakov <dsilakov@gmail.com> 1:1.12.1-4
- (55031b8) Merge fonts and theme patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10834 |14cu|mate-doc-utils-1.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 %define url_ver %(echo %{version}|cut -d. -f1,2)
 
Summary:   MATE XML documentation utilities
Name:      mate-doc-utils
Version:   1.6.2
Release:   1
License:   GPLv3+
Group:     Graphical desktop/Other
URL:       http://mate-desktop.org
Source0:   http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
BuildArch: noarch

BuildRequires: docbook-dtd44-xml
BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: libxml2-utils
BuildRequires: xsltproc
BuildRequires: python-libxml2
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libxslt)
BuildRequires: pkgconfig(rarian)
Requires:      xsltproc

%description
mate-doc-utils is a collection of documentation utilities for the MATE
project. Notably, it contains utilities for building documentation and all
auxiliary files in your source tree, and it contains the DocBook XSLT.

%package devel
Summary:  A Collection of Documentation Utilities for MATE
Group:    Development/Other
Provides: %{name}-devel = %{version}-%{release}
Requires: %{name} = %{version}
Requires: docbook-dtd412-xml
Requires: docbook-dtd44-xml
Requires: libxml2-utils
Requires: mate-common
Requires: gnome-doc-utils

%description devel
This package contains the development files for %{name}.

%prep
%setup -q

%build
%configure2_5x \
--build=%{_build} \
--disable-scrollkeeper

%make

%install
%makeinstall_std

%find_lang %{name}
#Remove unnecessary python sitepackages provided by gnome-doc-utils
rm -rf %{buildroot}/%{python_sitelib}/*
rm -rf %{buildroot}/%{python_sitelib}/xml2po/
rm -rf %{buildroot}/%{_mandir}/man1/*
rm -rf %{buildroot}/%{_datadir}/xml/mallard
rm -rf %{buildroot}/%{_bindir}/xml2po
rm -rf %{buildroot}/%{_datadir}/pkgconfig/xml2po.pc
#Debian script not needed
rm -rf %{buildroot}/%{_datadir}/mate-doc-utils/mate-debian.sh

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_bindir}/mate-doc-tool
%dir %{_datadir}/mate-doc-utils
%{_datadir}/mate-doc-utils/icons
%{_datadir}/mate-doc-utils/watermarks
%dir %{_datadir}/xml/
%{_datadir}/xml/mate
%{_datadir}/mate/help/


%files devel
%{_bindir}/mate-doc-prepare
%{_datadir}/pkgconfig/*.pc
%{_datadir}/aclocal/*.m4
%{_datadir}/mate-doc-utils/mate-doc-utils.make
%{_datadir}/mate-doc-utils/templates
%{_datadir}/mate-doc-utils/template*.*
%{_datadir}/omf/mate-doc-make/
%{_datadir}/omf/mate-doc-xslt/

%changelog

* Tue Sep 29 2015 dsilakov <denis.silakov@rosalab.ru> 1.6.2-1
- (d753851) Merge pull request #1 from anek254/mate-doc-utils:rosa2014.1
- (d753851) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10835 |14cu|mate-icon-theme-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:         MATE desktop default icons
Name:            mate-icon-theme
Version:         1.12.0
Release:         1
License:         LGPLv3
Group:           Graphical desktop/Other
URL:             http://www.mate-desktop.org/
Source0:         http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:   icon-naming-utils >= 0.8.7
BuildRequires:   mate-common
BuildRequires:   intltool
BuildArch:       noarch

Requires: hicolor-icon-theme

%description
A collection of icons used as the basis for MATE themes

%package menta
Summary:	Menta Icon theme for MATE Desktop
Group:		Graphical desktop/Other
Requires:	%{name} = %{version}-%{release}

%description menta
Menta Icon theme for MATE Desktop.

%package devel
Summary:	Development files for mate-icon-theme
Group:		Development/C

%description devel
Development files for mate-icon-theme.

%prep
%setup -q

%build
%configure \
	--disable-silent-rules \
	--enable-icon-mapping
%make

%install
%make install \
	install_sh="install -p" \
	DESTDIR=%{buildroot}

install -d %{buildroot}%{_datadir}/icons/mate/scalable/{actions,apps,status}
> %{buildroot}%{_iconsdir}/mate/icon-theme.cache
> %{buildroot}%{_iconsdir}/menta/icon-theme.cache

%post
%update_icon_cache mate

%postun
%update_icon_cache mate

%post menta
%update_icon_cache menta

%postun menta
%update_icon_cache menta

%files
%defattr(644,root,root,755)
%doc AUTHORS README
%dir %{_iconsdir}/mate
%{_iconsdir}/mate/index.theme
%{_iconsdir}/mate/[0-9]*x*
%{_iconsdir}/mate/scalable
%ghost %{_iconsdir}/mate/icon-theme.cache

%files menta
%defattr(644,root,root,755)
%dir %{_iconsdir}/menta
%{_iconsdir}/menta/[0-9]*x*
%{_iconsdir}/menta/index.theme
%ghost %{_iconsdir}/menta/icon-theme.cache

%files devel
%defattr(644,root,root,755)
#%{_datadir}/pkgconfig/%{name}.pc
%{_datadir}/icons/mate/scalable-up-to-32/status/process-working-symbolic.svg


%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.12.0-1
- (27cfb7f) Updated to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10836 |14cu|mate-indicator-applet-1.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary: MATE Panel applet indicator
Name:    mate-indicator-applet
Version: 1.12.1
Release: 1
License: LGPLv2+ and GPLv3
Group:   Graphical desktop/Other
URL:     http://mate-desktop.org
Source0: http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
# This patch fixes 'AM_CONFIG_HEADER' macro is deprecated error 
Patch0: mate-indicator-applet-1.8.0-rosa-fix-configure_ac-script.patch

BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(indicator-0.4)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: mate-settings-daemon-devel
BuildRequires: pkgconfig(libmatepanelapplet-4.0)

Requires:      mate-panel

%description
A small applet to display information from various applications consistently
in the panel. The indicator applet exposes Ayatana Indicators in the MATE
Panel. Ayatana Indicators are an initiative by Canonical to provide crisp and
clean system and application status indication. They take the form of an icon
and associated menu, displayed (usually) in the desktop panel. Existing
indicators include the Message Menu, Battery Menu and Sound menu.

%prep
%setup -q
# %apply_patches

%build
# NOCONFIGURE=1 ./autogen.sh 
%configure2_5x \
    --disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog COPYING
%{_libexecdir}/mate-indicator-applet*
%{_datadir}/dbus-1/services/*.service
%{_datadir}/mate-panel/applets/*.mate-panel-applet
%{_iconsdir}/hicolor/*/*/*


%changelog

* Sun Mar 06 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-1
- (c291496) Updated to 1.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10837 |14cu|mate-keyring-1.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:        Framework for managing passwords and other secrets
Name:           mate-keyring
Version:        1.6.1
Release:        1
License:        GPLv2+ and LGPLv2+
Group:          Networking/Remote access
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires: gtk-doc
BuildRequires: libcap-devel
BuildRequires: libgcrypt-devel
BuildRequires: pkgconfig(dbus-1) >= 1.0
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libtasn1)
BuildRequires: libtasn1-tools
BuildRequires: mate-common
BuildRequires: pam-devel
BuildRequires: intltool

%description
The mate-keyring session daemon manages passwords and other types of
secrets for the user, storing them encrypted with a main password.
Applications can use the mate-keyring library to integrate with the keyring.

%package -n %{libname}
Summary: Library files for mate-keyring
License: LGPLv2+
Group:   System/Libraries 

%description -n %{libname}
This package contain the library files for %{name}

%package -n %{develname}
Summary:        Development files for %{name}
Group:          Development/C 
Requires:       %{libname} = %{version}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the libraries and
header files needed to develop applications that use mate-keyring.

%prep
%setup -q

%build
%configure \
   --disable-static                    \
   --with-gtk=2.0                      \
   --disable-schemas-compile           \
   --with-pam-dir=/%{_lib}/security/   \
   --with-root-certs=%{_sysconfdir}/pki/tls/certs

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS NEWS README COPYING COPYING.LIB
%{_bindir}/mate-keyring
%attr(755,root,root) %{_bindir}/mate-keyring-daemon
%{_sysconfdir}/xdg/autostart/mate-keyring-pkcs11.desktop
%{_sysconfdir}/xdg/autostart/mate-keyring-secrets.desktop
%{_sysconfdir}/xdg/autostart/mate-keyring-ssh.desktop
%{_sysconfdir}/xdg/autostart/mate-keyring-gpg.desktop
%{_libexecdir}/mate-keyring-prompt
%{_datadir}/dbus-1/services/*.service
%{_datadir}/mategcr/
%{_datadir}/mate-keyring/
%{_datadir}/MateConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/*.gschema.xml
%{_datadir}/gtk-doc/html/gck/*
%{_datadir}/gtk-doc/html/gcr-0/*
%{_mandir}/man1/mate-keyring-daemon.1.xz
%{_mandir}/man1/mate-keyring.1.xz

%files -n %{libname}
%{_libdir}/libmategck.so.%{major}*
%{_libdir}/libmategcr.so.%{major}*
%{_libdir}/mate-keyring/
%{_libdir}/pkcs11/mate-keyring-pkcs11.so
/%{_lib}/security/pam_mate_keyring.so

%files -n %{develname}
%{_includedir}/mategcr/
%{_includedir}/mate-gck/
%{_includedir}/gck/
%{_libdir}/libmategck.so
%{_libdir}/libmategcr.so
%{_libdir}/pkgconfig/mate-gck-0.pc
%{_libdir}/pkgconfig/mate-gcr-0.pc



%changelog

* Tue Sep 29 2015 dsilakov <denis.silakov@rosalab.ru> 1.6.1-1
- (d106b83) Merge pull request #1 from anek254/mate-keyring:rosa2014.1
- (d106b83) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10838 |14cu|mate-media-1.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver      %(echo %{version}|cut -d. -f1,2)
%define source_name  mate-media
%define pulse   1
%define gst     1


Summary:        MATE media programs
Name:           mate-media
Version:        1.12.1
Release:        1
License:        GPLv2+ and LGPLv2+
Group:          Graphical desktop/Other
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	itstool
BuildRequires:	mate-common
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(mate-desktop-2.0)
#BuildRequires:	pkgconfig(mate-window-settings-2.0)
BuildRequires:	pkgconfig(libmatepanelapplet-4.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(unique-1.0)
BuildRequires:	pkgconfig(libmatemixer)

%if pulse
BuildRequires:  pkgconfig(libcanberra-gtk)
BuildRequires:  pkgconfig(libpulse)
%endif

%if gst
BuildRequires:  pkgconfig(gstreamer-0.10)
BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
%endif

Obsoletes:      %{name}-pulse < 1.7.0
Obsoletes:      %{name}-gstreamer < 1.7.0
Conflicts:      %{name}-pulse < 1.7.0
Conflicts:      %{name}-gstreamer < 1.7.0
Requires:	marco

%description
Media utilities for the MATE desktop, including an audio mixer.

%package -n %{name}-common
Summary:         Common files for mate-media
Group:           Graphical desktop/Other
Requires:        mate-desktop
Requires:        mate-settings-daemon-common
Requires:        %{name}-pulse = %{EVRD}
Suggests:        %{name}-gstreamer = %{EVRD}
Provides:        %{name} = %{version}-%{release}

%description -n %{name}-common
Media utilities for the MATE desktop, including an audio mixer.

This package includes common files for MATE media.

%if %pulse
%package -n %{name}-pulse
Summary:	MATE media programs with pulseaudio backend
Group:		Graphical desktop/Other
Requires:	pulseaudio
Requires:	%{name}-common = %{EVRD}
Obsoletes:  %{name}-pulse < 1.7.0
Conflicts:  %{name}-pulse < 1.7.0

%description -n %{name}-pulse
Media utilities for the MATE desktop, including an audio mixer.

This package uses pulseaudio backend. If you want to use
gstreamer backend you should install mate-media-gstreamer
package instead of this.
%endif

%if gst
%package -n %{name}-gstreamer
Summary:	MATE media programs with gstreamer backend
Group:		Graphical desktop/Other
Requires:	%{name}-common = %{EVRD}
Obsoletes:  %{name}-gstreamer < 1.7.0
Conflicts:  %{name}-gstreamer < 1.7.0

%description -n %{name}-gstreamer
Media utilities for the MATE desktop, including an audio mixer.

This package uses gstreamer backend. If you want to use
pulseaudio backend you should install mate-media-pulse
package instead of this.
%endif

%prep
%setup -q -n %{name} -c
cp -a %{name}-%{version} %{name}-pulse
mv -f %{name}-%{version} %{name}-gst

%build
%if gst
pushd %{name}-gst
%configure2_5x  \
        --disable-static \
        --enable-gstmix \
        --disable-schemas-compile \
        --disable-scrollkeeper \
        --enable-gst-mixer-applet \
        --disable-pulseaudio \
        --enable-gstreamer

%make
popd
%endif

%if pulse
pushd %{name}-pulse
%configure2_5x  \
        --disable-static \
        --disable-gstmix \
        --disable-schemas-compile \
        --disable-scrollkeeper \
        --disable-gst-mixer-applet \
        --enable-pulseaudio
%make
popd
%endif


%install
%if %pulse
pushd %{name}-pulse
%makeinstall_std
mv -f %{buildroot}%{_bindir}/mate-volume-control %{buildroot}%{_bindir}/mate-volume-control-pulse
mkdir -p %{buildroot}%{_sysconfdir}/sound/profiles/pulse/mate/bin
ln -s %{_bindir}/mate-volume-control-pulse %{buildroot}%{_sysconfdir}/sound/profiles/pulse/mate/bin/mate-volume-control
popd
%endif

%if %gst
pushd %{name}-gst
%makeinstall_std
mv -f %{buildroot}%{_bindir}/mate-volume-control %{buildroot}%{_bindir}/mate-volume-control-gst
mkdir -p %{buildroot}%{_sysconfdir}/sound/profiles/alsa/mate/bin
ln -s %{_bindir}/mate-volume-control-gst %{buildroot}%{_sysconfdir}/sound/profiles/alsa/mate/bin/mate-volume-control
popd
%endif

%if %pulse || %gst
ln -s %{_sysconfdir}/sound/profiles/current/mate/bin/mate-volume-control %{buildroot}%{_bindir}/mate-volume-control
%endif

# We don't need MateConf stuff in Mageia
rm -fr %{buildroot}%{_datadir}/MateConf

%find_lang %{name} --all-name

%files -n %{name}-common -f %{name}.lang
%doc %{name}-pulse/AUTHORS %{name}-pulse/README %{name}-pulse/ChangeLog
%{_bindir}/mate-volume-control
%{_datadir}/mate-media/
%{_datadir}/applications/mate-volume-control.desktop
%{_datadir}/sounds/mate/
%{_mandir}/man1/mate-volume-control.1.*

%if %pulse
%files -n %{name}-pulse
%config(noreplace) %{_sysconfdir}/xdg/autostart/mate-volume-control-applet.desktop
%{_bindir}/mate-volume-control-pulse
%{_bindir}/mate-volume-control-applet
%{_sysconfdir}/sound/profiles/pulse/mate/bin/mate-volume-control
%{_mandir}/man1/mate-volume-control-applet.1.*
%endif

%if %gst
%files -n %{name}-gstreamer
%{_bindir}/mate-volume-control-gst
%{_sysconfdir}/sound/profiles/alsa/mate/bin/mate-volume-control
%endif

%changelog

* Sun Mar 06 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-1
- (2bf170f) Updated to 1.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10839 |14cu|mate-menus-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)
%define major 2
%define libname %mklibname mate-menu %{major}
%define develname %mklibname -d mate-menu
%define api 2.0
%define gi_major 2.0
%define girname %mklibname mate-menu-gir %{gi_major}

Summary:        MATE menu library
Name:           mate-menus
Version:        1.12.0
Release:        1
License:        GPLv2+ and LGPLv2+
URL:            http://mate-desktop.org
Group:          System/Libraries
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
# (fc) 2.16.0-2mdv unclutter preferences/settings menu
Patch0:         mate-menus-1.10.0-uncluttermenu.patch
Patch1:         mate-menus-1.10.0-l10n.patch

BuildRequires:  intltool
BuildRequires:  mate-common
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(python)

Suggests:       python-%{name}

%description
The package contains an implementation of the draft "Desktop Menu
Specification" from freedesktop.org:
http://www.freedesktop.org/Standards/menu-spec

Also contained here are the MATE menu layout configuration files,
.directory files and assorted menu related utility programs.

%package -n python-%{name}
Group:      Development/Python
Summary:    Module to access XDG menu

%description -n python-%{name}
Python module to access XDG menu.

%package -n %libname
Group:      System/Libraries
Summary:    MATE menu library
Conflicts:  gir-repository < 0.6.5-8

%description -n %libname
The package contains an implementation of the draft "Desktop Menu
Specification" from freedesktop.org:
http://www.freedesktop.org/Standards/menu-spec

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{version}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %develname
Group:      Development/C
Summary:    MATE menu library development files
Requires: %{libname} = %{version}-%{release}
Requires: %{girname} = %{version}-%{release}
Provides:   %{name}-devel = %{version}-%{release}

%description -n %develname
The package contains an implementation of the draft "Desktop Menu
Specification" from freedesktop.org:
http://www.freedesktop.org/Standards/menu-spec

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
      --disable-static \
      --enable-python \
      --enable-introspection=yes
%make

%install
%makeinstall_std

%find_lang %{name}

mkdir -p %{buildroot}%{_sysconfdir}/xdg/mate
mv %{buildroot}%{_sysconfdir}/xdg/menus %{buildroot}%{_sysconfdir}/xdg/mate

%files -f %{name}.lang
%doc AUTHORS COPYING README
%dir %{_sysconfdir}/xdg/mate
%dir %{_sysconfdir}/xdg/mate/menus
%config(noreplace) %{_sysconfdir}/xdg/mate/menus/*
%{_datadir}/%{name}
%{_datadir}/mate/desktop-directories/*

%files -n python-%{name}
%{py_platsitedir}/*

%files -n %libname
%{_libdir}/libmate-menu.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/MateMenu-%{gi_major}.typelib

%files -n %develname
%{_libdir}/lib*.so
%{_includedir}/mate-menus/
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/MateMenu-%{api}.gir

%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.12.0-1
- (e39e032) Updated to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10840 |14cu|mate-netbook-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	    MATE Desktop window management tool
Name:               mate-netbook
Version:	    1.12.0
Release:	    1
License:	    GPLv3
Group:		    Graphical desktop/Other
URL:		    http://mate-desktop.org
Source0:	    http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	mate-common
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libfakekey)
#BuildRequires:	pkgconfig(libmatewnck)
BuildRequires:	pkgconfig(libmatepanelapplet-4.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:  pkgconfig(mate-desktop-2.0)
#BuildRequires:	pkgconfig(mate-doc-utils)
BuildRequires:	pkgconfig(unique-1.0)
BuildRequires:	pkgconfig(xtst)

Requires:	    mate-panel >= 1.6.0

%description
This package provides a simple window management tool which provides the
following functionality:
 * Allow to set basic rules for window types;
 * Allow exceptions to the rules based on string matching for window
   name and window class;
 * Allows reversing of rules when the user manually changes something;
 * Re-decorates windows on un-maximize

%prep
%setup -q

%build
# NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
	--libexecdir=%{_libexecdir}/%{name}

%make LIBS='-lm'

%install
%makeinstall_std
%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc ChangeLog README COPYING
%config %{_sysconfdir}/xdg/autostart/mate-maximus-autostart.desktop
%dir %{_libexecdir}/%{name}
%{_bindir}/mate-maximus
%{_libexecdir}/%{name}/mate-window-picker-applet
%{_datadir}/dbus-1/services/*.service
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/mate-panel/
%{_datadir}/MateConf/gsettings/mate-maximus.convert
%{_mandir}/man1/mate-maximus.1.xz


%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.12.0-1
- (c57b5c2) Updated to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10841 |14cu|mate-netspeed-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname   mate-netspeed

Summary:	MATE applet that shows traffic on a network device
Name:		mate-netspeed
Version:	1.12.0
Release:	1
Group:		Graphical desktop/GNOME
License:	GPLv2+
URL:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/%{url_ver}/%{oname}-%{version}.tar.xz

BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  mate-common
BuildRequires:  which
BuildRequires:  xml2po
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libgtop-2.0)
#BuildRequires:  pkgconfig(libmatewnck)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
BuildRequires:  pkgconfig(mate-desktop-2.0)


%description
netspeed is a little MATE applet that shows the traffic on a
specified network device (for example eth0) in kbytes/s.

%prep
%setup -q

%build
#aclocal
#libtoolize --force --automake --copy
#autoheader
#automake --add-missing --copy
#autoconf
#cp configure.ac configure.in
# NOCONFIGURE=1 sh ./autogen.sh
#intltoolize --copy --force

%configure2_5x \
	--disable-scrollkeeper

%make LIBS='-lm'

%install
%makeinstall_std

%find_lang %{name} --all-name

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_libexecdir}/mate-netspeed-applet
%{_datadir}/dbus-1/services/org.mate.panel.applet.NetspeedAppletFactory.service
%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.netspeed.gschema.xml
%{_datadir}/help/*/mate-netspeed-applet
%{_datadir}/mate-panel/applets/org.mate.panel.NetspeedApplet.mate-panel-applet
%{_datadir}/mate-panel/ui/netspeed-menu.xml
%{_iconsdir}/hicolor/*/*/*

%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.12.0-1
- (3bc9b6e) Updated to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10842 |14cu|mate-notification-daemon-1.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir %{_prefix}/libexec
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:       Mate Notification Daemon
Name:          mate-notification-daemon
Version:       1.12.1
Release:       1
License:       GPLv2+
Group:         System/Servers
URL:           http://mate-desktop.org/
Source0:       http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

# BuildRequires: pkgconfig(gio-2.0) >= 2.27.0
BuildRequires: mate-common
BuildRequires: dbus-devel
BuildRequires: dbus-glib-devel
BuildRequires: glib-devel
BuildRequires: xml2po
BuildRequires: gettext
BuildRequires: glib-gettextize
BuildRequires: icon-naming-utils
BuildRequires: desktop-file-utils
BuildRequires: mate-desktop-devel
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libcanberra-gtk)
#BuildRequires: pkgconfig(libmatewnck)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(gdk-2.0)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libwnck-1.0)

Provides:      virtual-notification-daemon
Conflicts:     xfce4-notifyd
Suggests:      notification-daemon-engine-nodoka
%description
Notification daemon for MATE Desktop

%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure --disable-schemas-compile   \
           --with-gtk=2.0

%make V=1

%install
#Keeping this just in case, not needed anymore
#LIBTOOL="/usr/bin/libtool" 
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_bindir}/mate-notification-properties
%{_datadir}/applications/mate-notification-properties.desktop
%{_datadir}/dbus-1/services/org.freedesktop.mate.Notifications.service
%{_datadir}/mate-notification-daemon/mate-notification-properties.ui
%{_libexecdir}/mate-notification-daemon
%{_datadir}/icons/hicolor/*/apps/mate-notification-properties.*
%{_datadir}/glib-2.0/schemas/org.mate.NotificationDaemon.gschema.xml
%{_datadir}/MateConf/gsettings/mate-notification-daemon.convert
%{_libdir}/mate-notification-daemon
%{_mandir}/man1/*


%changelog

* Sun Mar 06 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-1
- (b4ccb93) Updated to 1.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10843 |14cu|mate-panel-1.12.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 4
%define major 1
%define girmajor 4.0
%define libname %mklibname mate-panel-applet %{api} %{major}
%define girname %mklibname matepanelapplet-gir %{girmajor}
%define devname %mklibname mate-panel-applet -d

Summary:	The core programs for the MATE GUI desktop environment
Name:		mate-panel
Version:	1.12.2
Release:	4
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/Other
Url:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/%{lua: print (string.match(rpm.expand("%{version}"),"%d+.%d+"))}/%{name}-%{version}.tar.xz
Source1:	rosa-panel.png

# use xlock instead of xscreensaver to lock root desktop
Patch0:		mate-panel-1.10.0-rootlock.patch
# ensure net_applet role is network
Patch1:		mate-panel-1.10.0-netapplet.patch

#Patch2:	mate-panel_fix-gtk-style-context.patch
Patch3:		mate-panel-1.12.2-rosa-layout.patch

BuildRequires:	docbook-dtd412-xml
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	mate-common
BuildRequires:	which
BuildRequires:	xml2po
BuildRequires:	xsltproc
BuildRequires:	yelp-tools
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(dconf)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libcanberra-gtk)
#BuildRequires:	pkgconfig(libmatewnck)
BuildRequires:	pkgconfig(libmate-menu)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(mate-desktop-2.0)
BuildRequires:	pkgconfig(mateweather)
BuildRequires:	pkgconfig(NetworkManager)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xrandr)
Requires:	desktop-common-data
Requires:	mate-desktop
Requires:	mate-menus
Requires:	mate-polkit
Requires:	mate-screensaver
Requires:	mate-session-manager
#(patch0)
Requires:	xlockmore
Suggests:	mate-applets

%description
The MATE panel packages provides the mate panel, menus and some
basic applets for the panel.

%files -f %{name}-3.0.lang
%doc AUTHORS COPYING README
%{_datadir}/glib-2.0/schemas/org.mate.panel.*.xml
%{_bindir}/*
%{_libexecdir}/mate-applets/clock-applet
%{_libexecdir}/mate-applets/fish-applet
%{_libexecdir}/mate-applets/notification-area-applet
%{_libexecdir}/mate-applets/wnck-applet
%{_datadir}/applications/*.desktop
%{_datadir}/MateConf/gsettings/mate-panel.convert
%{_datadir}/dbus-1/services/org.mate.panel.applet.ClockAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.FishAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.NotificationAreaAppletFactory.service
%{_datadir}/dbus-1/services/org.mate.panel.applet.WnckletFactory.service
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Panel libraries for running MATE panels
Group:		System/Libraries

%description -n %{libname}
Panel libraries for running MATE panels.

%files -n %{libname}
%{_libdir}/libmate-panel-applet-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/MatePanelApplet-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries, include files for MATE panel
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Panel libraries and header files for creating MATE panels.

%files -n %{devname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/libmate-panel*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/MatePanelApplet-%{girmajor}.gir

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
# NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-static \
	--libexecdir=%{_libexecdir}/mate-applets \
	--enable-introspection  \
	--enable-matecomponent  \
	--disable-scrollkeeper \
	--disable-schemas-install

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{name}-3.0 --with-gnome --all-name

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
cp -a %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps


%changelog

* Tue Jul 05 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.12.2-4
- (dc25dc9) Replace Firefox with New Moon
- (dc25dc9) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10844 |14cu|mate-polkit-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major         0
%define api           1
%define libname       %mklibname %name %api %{major}
%define develname     %mklibname -d %name %api

%define gi_major      1.0
%define girname       %mklibname %{name}-gir %{gi_major}

Summary:        PolicyKit integration for the MATE desktop
Name:           mate-polkit
Version:        1.12.0
Release:        1
License:        LGPLv2+
Group:          System/Libraries
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Source1:        polkit-gnome-authentication-agent-1.desktop.in

BuildRequires:  gtk-doc
BuildRequires:  intltool
BuildRequires:  mate-common
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(polkit-agent-1)
BuildRequires:  pkgconfig(gobject-introspection-1.0)

Provides: polkit-agent
Provides: polkit-mate = %{version}

%description
mate-polkit provides an authentication agent for PolicyKit
that matches the look and feel of the MATE desktop.

%package -n %{libname}
Summary:       Development files for mate-polkit
Group:         System/Libraries
Provides:      %mklibname polkit-gtk %{api} %{major} = %{version}-%{release} 
Provides:      libpolkit-gtk-mate-1 = %{version}-%{release}
Provides:      libpolkit-gtk-mate = %{version}-%{release}

%define oldlib %mklibname polkit-gtk-mate %{api} %{major}
%rename %{oldlib}

%description -n %{libname}
Development files for mate-polkit.

%package -n %{girname}
Summary:       GObject Introspection interface description for %{name}
Group:         System/Libraries
Requires:      %{libname} = %{version}

%description -n %{girname}
GObject Introspection interface description for %{name}

%package -n %{develname}
Summary:      Development files for mate-polkit
Group:        Development/C
Requires:     %{libname} = %{version}
Requires:     %{girname} = %{version}
Provides:     %{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for mate-polkit.

%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
     --disable-static
%make

%install
%makeinstall_std
install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/autostart/polkit-mate-authentication-agent-1.desktop

sed -i 's,@FULL_LIBEXECDIR@,%{_libdir},' %{buildroot}%{_sysconfdir}/xdg/autostart/polkit-mate-authentication-agent-1.desktop
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/polkit-mate-authentication-agent-1.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING AUTHORS README
%config(noreplace) %_sysconfdir/xdg/autostart/polkit-mate-authentication-agent-1.desktop
%{_libexecdir}/polkit-mate-authentication-agent-1

%files -n %{libname}
%{_libdir}/libpolkit-gtk-mate-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/PolkitGtkMate-%{gi_major}.typelib

%files -n %{develname}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/polkit-gtk-mate-%{api}.pc
%dir %{_includedir}/polkit-gtk-mate-1
%dir %{_includedir}/polkit-gtk-mate-1/polkitgtkmate
%{_includedir}/polkit-gtk-mate-1/polkitgtkmate/*
%_datadir/gir-1.0/PolkitGtkMate-%{gi_major}.gir




%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.12.0-1
- (b241fd6) Updated to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10845 |14cu|mate-power-manager-1.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver      %(echo %{version}|cut -d. -f1,2)
Name:           mate-power-manager
Version:        1.12.1
Release:        2
Summary:        MATE Power Manager
License:        GPLv2+
Group:          Graphical desktop/Other
URL:            http://pub.mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		mate-power-manager-1.12.1-rosa-power.patch

BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: rarian
BuildRequires: xmlto
BuildRequires: which
BuildRequires: xml2po
BuildRequires: docbook-utils
BuildRequires: docbook-dtd41-sgml
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libcanberra-gtk)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libmatepanelapplet-4.0)
BuildRequires: pkgconfig(libwnck-1.0)
BuildRequires: pkgconfig(mate-desktop-2.0)
#BuildRequires: pkgconfig(mate-doc-utils)
#BuildRequires: pkgconfig(mate-keyring-1)
BuildRequires: pkgconfig(unique-1.0)
BuildRequires: pkgconfig(upower-glib)
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: yelp-tools
BuildRequires: itstool

Requires:      mate-icon-theme
Requires:      upower


%description
MATE Power Manager uses the information and facilities provided by UPower
displaying icons and handling user callbacks in an interactive MATE session.

%prep
%setup -q
%patch0 -p1

%build
# Not needed >= 1.6.1 version
# NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
        --enable-unique \
        --with-systemdinhibit \
        --with-gtk=2.0 \
        --disable-scrollkeeper \
        --enable-docbook-docs \
        --enable-applets \
        --with-doc-dir=%{buildroot}%{_datadir}/doc

%make

%install
%makeinstall_std

rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache

%find_lang %name --with-gnome --all-name

%files  -f %{name}.lang
%doc AUTHORS COPYING README
%{_mandir}/man1/*
%{_bindir}/mate-power-manager
%{_bindir}/mate-power-preferences
%{_bindir}/mate-power-statistics
%{_sbindir}/mate-power-backlight-helper
%{_datadir}/applications/mate-*.desktop
%dir %{_datadir}/dbus-1/services
%{_datadir}/dbus-1/services/*.service
%{_datadir}/mate-power-manager/
%{_datadir}/icons/hicolor/*/apps/mate-*.*
%{_datadir}/polkit-1/actions/org.mate.power.policy
%{_datadir}/mate-panel/applets/org.mate.BrightnessApplet.mate-panel-applet
%{_datadir}/mate-panel/applets/org.mate.InhibitApplet.mate-panel-applet
%{_datadir}/glib-2.0/schemas/org.mate.power-manager.gschema.xml
%{_sysconfdir}/xdg/autostart/mate-power-manager.desktop
%{_libexecdir}/mate-brightness-applet
%{_libexecdir}/mate-inhibit-applet
%{_datadir}/MateConf/gsettings/mate-power-manager.convert



%changelog

* Mon Jun 27 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-2
- (109391e) Adjust power settings



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10846 |14cu|mate-screensaver-1.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver      %(echo %{version}|cut -d. -f1,2)

Name:           mate-screensaver
Version:        1.12.0
Release:        2
Summary:        MATE Screensaver
License:        GPLv2+ and LGPLv2+
Group:          Graphical desktop/Other
URL:            http://pub.mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		mate-screensaver-1.12.0-rosa.patch

BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: pam-devel
BuildRequires: xml2po
BuildRequires: pkgconfig(xscrnsaver)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libmate-menu)
BuildRequires: pkgconfig(libmatekbdui)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(mate-desktop-2.0)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xxf86misc)
BuildRequires: pkgconfig(xxf86vm)
BuildRequires: pkgconfig(xtst)
BuildRequires: pkgconfig(systemd)
BuildRequires: libsystemd-login-devel
BuildRequires: pkgconfig(libsystemd-login)
BuildRequires: pkgconfig(libsystemd-daemon) 
BuildRequires: pkgconfig(gthread-2.0) 

Requires:       mate-keyring >= 1.1.0
Requires:       mate-backgrounds
Requires:       mate-desktop
Requires:       mate-power-manager
Requires:       dbus-x11
Requires: 	pkgconfig(xscrnsaver)

%description
mate-screensaver is a screen saver and locker that aims to have
simple, sane, secure defaults and be well integrated with the desktop.


%package devel
Summary: Development files for mate-screensaver
Group:   Development/C
Requires: %{name} = %{version}

%description devel
Development files for mate-screensaver


%prep
%setup -q
%patch0 -p1

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x --disable-more-warnings \
            --with-xscreensaverdir=%{_datadir}/xscreensaver/config \
            --with-xscreensaverhackdir=%{_libdir}/xscreensaver

%make


%install
%makeinstall_std

sed -ie 's@XSL=${DIST_BIN}/xscreensaver-config.xsl@XSL=%{_datadir}/mate-screensaver/xscreensaver-config.xsl@' \
        data/migrate-xscreensaver-config.sh
sed -ie 's@b=`basename ${FILE} .xml`@b=xscreensaver-`basename ${FILE} .xml`@' \
        data/migrate-xscreensaver-config.sh

install -m755 data/migrate-xscreensaver-config.sh %{buildroot}%{_datadir}/mate-screensaver
install -m644 data/xscreensaver-config.xsl %{buildroot}%{_datadir}/mate-screensaver

# Do we need this doc?
rm -fr %{buildroot}%{_docdir}/mate-screensaver-1.6.0

%find_lang %{name} --with-gnome

%triggerin -- xscreensaver-base xscreensaver-gl xscreensaver-extrusion xscreensaver-matrix
(  cd %{_datadir}/applications/screensavers ; \
  for f in %{_datadir}/xscreensaver/config/*.xml; do
    %{_datadir}/mate-screensaver/migrate-xscreensaver-config.sh $f > /dev/null 2>&1
  done)

%triggerun -- xscreensaver-base
[ "$2" = 0 ] || exit 0
(cd %{_datadir}/applications/screensavers; \
for f in $(rpm -ql xscreensaver-base | grep '%{_datadir}/xscreensaver/config/'); do
  rm -f xscreensaver-$(basename $f .xml).desktop
done)

%triggerun -- xscreensaver-gl
[ "$2" = 0 ] || exit 0
(cd %{_datadir}/applications/screensavers; \
for f in $(rpm -ql xscreensaver-gl | grep '%{_datadir}/xscreensaver/config/'); do
  rm -f xscreensaver-$(basename $f .xml).desktop
done)

%triggerun -- xscreensaver-extrusion
[ "$2" = 0 ] || exit 0
(cd %{_datadir}/applications/screensavers; \
for f in $(rpm -ql xscreensaver-extrusion | grep '%{_datadir}/xscreensaver/config/'); do
  rm -f xscreensaver-$(basename $f .xml).desktop
done)

%triggerun -- xscreensaver-matrix
[ "$2" = 0 ] || exit 0
(cd %{_datadir}/applications/screensavers; \
for f in $(rpm -ql xscreensaver-matrix | grep '%{_datadir}/xscreensaver/config/'); do
  rm -f xscreensaver-$(basename $f .xml).desktop
done)

%files -f %{name}.lang
%doc AUTHORS NEWS README COPYING
%{_bindir}/mate-screensaver*
%config(noreplace) %{_sysconfdir}/pam.d/mate-screensaver
%config(noreplace) %{_sysconfdir}/xdg/menus/mate-screensavers.menu
%{_sysconfdir}/xdg/autostart/mate-screensaver.desktop
%{_libexecdir}/mate-screensaver-*
%{_libexecdir}/mate-screensaver
%{_datadir}/applications/mate-screensaver-preferences.desktop
%{_datadir}/applications/screensavers/*.desktop
%{_datadir}/mate-screensaver
%{_datadir}/backgrounds/cosmos/
%{_datadir}/pixmaps/*.svg
%{_datadir}/desktop-directories/mate-screensaver.directory
%{_datadir}/MateConf/gsettings/org.mate.screensaver.gschema.migrate
%{_datadir}/glib-2.0/schemas/org.mate.screensaver.gschema.xml
%{_datadir}/mate-background-properties/cosmos.xml
%{_datadir}/dbus-1/services/org.mate.ScreenSaver.service
%{_mandir}/man1/*

%files devel
%{_libdir}/pkgconfig/*


%changelog

* Mon Jun 27 2016 Denis Silakov <dsilakov@gmail.com> 1.12.0-2
- (65b3af5) Adjusted for ROSa



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10847 |14cu|mate-sensors-applet-1.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir %{_exec_prefix}/libexec
%define url_ver   %(echo %{version}|cut -d. -f1,2)
%define major     0
%define libname   %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:        Detailed hardware monitoring applet for MATE
Name:           mate-sensors-applet
Version:        1.12.1
Release:        1
License:        GPLv2+
Group:          Graphical desktop/Other
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:         sensors-applet-2.2.3-fix-linkage.patch

BuildRequires:  itstool
BuildRequires:  mate-common
BuildRequires:  xsltproc
BuildRequires:  yelp-tools
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libatasmart)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  lm_sensors-devel

%description
MATE Sensors Applet is an applet for the MATE Panel to display readings
from hardware sensors, including CPU and system temperatures, fan speeds and
voltage readings under Linux.

Interfaces via the Linux kernel i2c modules.

%package -n %{libname}
Summary:    mate-sensors-applet libraries
Group:      System/Libraries

%description -n %{libname}
This is the shared library parts of %{name}.

%package -n %{develname}
Summary:    Development files for mate-sensors-applet
Group:      Development/C
Requires:   %{libname} = %{version}
Provides:   %{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains development files for mate-sensors-applet.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
    --disable-static \
    --disable-scrollkeeper \
    --enable-libnotify \
    --with-nvidia

%make 

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS NEWS README TODO
%{_libexecdir}/mate-sensors-applet
%{_libdir}/mate-sensors-applet/
%{_datadir}/mate-sensors-applet/ui/
%{_datadir}/help/*/mate-sensors-applet/*
%{_datadir}/pixmaps/mate-sensors-applet/
%{_datadir}/icons/hicolor/*/*/*.png
%{_datadir}/dbus-1/services/org.mate.panel.applet.SensorsAppletFactory.service
%dir %{_datadir}/glib-2.0/schemas
%{_datadir}/glib-2.0/schemas/*.xml
%dir %{_datadir}/mate-panel/applets
%{_datadir}/mate-panel/applets/org.mate.applets.sensors-applet.mate-panel-applet

%files -n %{libname}
%{_libdir}/libmate-sensors-applet-plugin.so.%{major}*

%files -n %{develname}
%doc ChangeLog
%{_includedir}/mate-sensors-applet/*
%{_libdir}/*.so


%changelog

* Sun Mar 06 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-1
- (c602989) Updated to 1.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10848 |14cu|mate-session-manager-1.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The mate desktop programs for the MATE GUI desktop environment
Name:		mate-session-manager
Version:	1.12.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/MATE
Url:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/%{lua: print (string.match(rpm.expand("%{version}"),"%d+.%d+"))}/%{name}-%{version}.tar.xz
Source1:	startmate
Source2:	materc
Patch0:		mate-session-manager-1.10.2-session.patch
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	mate-common
BuildRequires:	xmlto
BuildRequires:	docbook-dtds
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(xtrans)
BuildRequires:	pkgconfig(mate-desktop-2.0)
BuildRequires:	pkgconfig(libsystemd-login)

Requires:	desktop-common-data
Requires:	mate-settings-daemon
Requires:	%{name}-bin >= %{EVRD}

%description
MATE (GNU Network Object Model Environment) is a user-friendly
set of applications and desktop tools to be used in conjunction with a
window manager for the X Window System.

The MATE Session Manager restores a set session (group of applications)
when you log into MATE.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/mate-session-inhibit
%{_bindir}/mate-session-properties
%{_bindir}/mate-session-save
%{_bindir}/mate-wm
%{_datadir}/applications/*
%{_datadir}/xsessions/mate.desktop
%{_mandir}/man1/mate-session-inhibit.*
%{_mandir}/man1/mate-session-properties.*
%{_mandir}/man1/mate-session-save.*
%{_mandir}/man1/mate-wm.1.xz
%{_datadir}/MateConf/gsettings/mate-session.convert

#----------------------------------------------------------------------------

%package bin
Summary:	The mate desktop programs for the MATE GUI desktop environment
Group:		Graphical desktop/MATE

%description bin
This package contains the binaries for the MATE Session Manager, but 
no startup scripts. It is meant for applications such as GDM that use 
mate-session internally.

%files bin
%{_datadir}/glib-2.0/schemas/org.mate.session.gschema.xml
%{_sysconfdir}/materc
%{_bindir}/mate-session
%{_bindir}/startmate
%{_datadir}/mate-session-manager
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/mate-session.*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-upower \
	--with-systemd

%make

%install
%makeinstall_std
rm -f %{buildroot}%{_datadir}/doc/mate-session/dbus/mate-session.html

install -D -m 755 %{SOURCE1} %{buildroot}%{_bindir}/startmate
install -D -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/materc

%find_lang %{name}


%changelog

* Sun Mar 06 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-1
- (12124e9) Added docbook-dtds BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10849 |14cu|mate-settings-daemon-1.12.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprovfiles %{_sysconfdir}/sound/profiles/
%define __noautoreqfiles %{_sysconfdir}/sound/profiles/

%define _libexecdir %{_exec_prefix}/libexec

%define url_ver %(echo %{version}|cut -d. -f1,2)

%bcond_without pulse
%bcond_without gstreamer

Summary:	MATE Desktop settings daemon
Name:		mate-settings-daemon
Version:	1.12.1
Release:	5
License:	GPLv2+
Group:		Graphical desktop/MATE
Url:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		mate-settings-daemon-1.12.1-rosa-fonts.patch
Patch1:		mate-settings-daemon-1.12.1-touchpad.patch
BuildRequires:	itstool
BuildRequires:	mate-common
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(dconf)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libmatekbd)
BuildRequires:	pkgconfig(libmatemixer)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libxklavier)
BuildRequires:	pkgconfig(mate-desktop-2.0) >= 1.7.3
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(polkit-gtk-mate-1)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
%if %{with pulse}
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libpulse)
%endif
%if %{with gstreamer}
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
%endif

%description
MATE settings daemon manages the configuration of the desktop in the
background.

#----------------------------------------------------------------------------

%package common
Summary:	Common files for mate-settings-daemon
Group:		Graphical desktop/MATE
Requires:	mate-icon-theme
Provides:	%{name} = %{EVRD}
Requires:	%{name}-pulse = %{EVRD}
Suggests:	%{name}-gstreamer = %{EVRD}
Conflicts:	%{name}-pulse < 1.7.0
Conflicts:	%{name}-gstreamer < 1.7.0

%description common
MATE settings daemon manages the configuration of the desktop in the
background.

This package includes common files for MATE settings daemon.

%files -n %{name}-common -f %{name}.lang
%doc %{name}-pulse/AUTHORS %{name}-pulse/README
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf
%config(noreplace) %{_sysconfdir}/xdg/autostart/mate-settings-daemon.desktop
%{_libdir}/%{name}/liba11y-keyboard.so
%{_libdir}/%{name}/liba11y-settings.so
%{_libdir}/%{name}/libkeybindings.so
%{_libdir}/%{name}/libmpris.so
%{_libdir}/%{name}/libxrandr.so
%{_libdir}/%{name}/libbackground.so
%{_libdir}/%{name}/libkeyboard.so
%{_libdir}/%{name}/libsmartcard.so
%{_libdir}/%{name}/libxrdb.so
%{_libdir}/%{name}/libclipboard.so
%{_libdir}/%{name}/libxsettings.so
%{_libdir}/%{name}/libhousekeeping.so
%{_libdir}/%{name}/libmouse.so
%{_libdir}/%{name}/libtyping-break.so
%{_libdir}/%{name}/libmedia-keys.so
%{_libdir}/%{name}/libsound.so
%{_libdir}/%{name}/*.mate-settings-plugin
%{_libexecdir}/*
%{_datadir}/dbus-1/services/org.mate.SettingsDaemon.service
%{_datadir}/dbus-1/system-services/org.mate.SettingsDaemon.DateTimeMechanism.service
%{_iconsdir}/mate/*/*/*
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/%{name}
%{_datadir}/mate-control-center/keybindings/*
%{_datadir}/glib-2.0/schemas/org.mate.*.xml
%{_datadir}/polkit-1/actions/org.mate.settingsdaemon.datetimemechanism.policy
%{_mandir}/man1/mate-settings-daemon.1*
%{_mandir}/man1/msd-datetime-mechanism.1.xz
%{_mandir}/man1/msd-locate-pointer.1.xz
%{_sysconfdir}/xrdb/*

#----------------------------------------------------------------------------

%if %{with gstreamer}
%package gstreamer
Summary:	MATE settings daemon GStreamer backend
Group:		Graphical desktop/MATE
Requires:	%{name}-common = %{EVRD}
Requires:	gstreamer0.10-plugins-good
Requires:	gstreamer0.10-plugins-base

%description gstreamer
MATE settings daemon manages the configuration of the desktop in the
background.

This package is built with GStreamer support. If you
want to use GStreamer backend then install mate-settings-daemon-gstreamer
package.

%files gstreamer
%{_sysconfdir}/sound/profiles/alsa/mate/%{_lib}/libsound.so
%{_sysconfdir}/sound/profiles/alsa/mate/%{_lib}/libmedia-keys.so
%{_libdir}/%{name}/libmedia-keys-gstreamer.so
%{_libdir}/%{name}/libsound-gstreamer.so
%endif

#----------------------------------------------------------------------------

%if %{with pulse}
%package pulse
Summary:	MATE settings daemon PulseAudio backend
Group:		Graphical desktop/MATE
Requires:	%{name}-common = %{EVRD}

%description pulse
MATE settings daemon manages the configuration of the desktop in the
background.

This package is built with PulseAudio support. If you
want to use GStreamer backend then install mate-settings-daemon-gstreamer
package.

%files pulse
%{_libdir}/%{name}/libmedia-keys-pulse.so
%{_libdir}/%{name}/libsound-pulse.so
%{_sysconfdir}/sound/profiles/pulse/mate/%{_lib}/libmedia-keys.so
%{_sysconfdir}/sound/profiles/pulse/mate/%{_lib}/libsound.so
%endif

#----------------------------------------------------------------------------

%package devel
Summary:	Include files for the MATE settings daemon
Group:		Development/GNOME and GTK+
Requires:	%{name}-common = %{EVRD}

%description devel
Include files for the MATE settings daemon.

%files devel
%doc %{name}-pulse/ChangeLog
%{_includedir}/*
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name} -c
pushd %{name}-%{version}
%apply_patches
popd

%if %{with pulse}
cp -a %{name}-%{version} %{name}-pulse
%endif

%if %{with gstreamer}
mv -f %{name}-%{version} %{name}-gstreamer
%endif

%build
%if %{with gstreamer}
pushd %{name}-gstreamer
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-polkit \
	--disable-pulse \
	--enable-gstreamer \
	--enable-profiling   \
	--with-nssdb
%make
popd
%endif

%if %{with pulse}
pushd %{name}-pulse
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-polkit \
	--enable-pulse \
	--disable-gstreamer \
	--enable-profiling \
	--with-nssdb
%make
popd
%endif

%install
%if %{with pulse}
pushd %{name}-pulse
%makeinstall_std
mv -f %{buildroot}%{_libdir}/%{name}/libmedia-keys.so %{buildroot}%{_libdir}/libmedia-keys-pulse.so
mv -f %{buildroot}%{_libdir}/%{name}/libsound.so %{buildroot}%{_libdir}/libsound-pulse.so
# remove all installations except libsound-pulse.so and libmedia-keys-pulse.so;
# they will created by gstreamer installation
rm -fr %{buildroot}%{_libdir}/{mate-settings-daemon/*,pkgconfig}
rm -fr %{buildroot}%{_datadir}
rm -fr %{buildroot}%{_libexecdir}
rm -fr %{buildroot}%{_sysconfdir}/{xdg,dbus-1}
rm -fr %{buildroot}%{_includedir}
# move libsound-pulse.so and libmedia-keys-pulse.so into its own place
mv -f %{buildroot}%{_libdir}/*.so %{buildroot}%{_libdir}/%{name}/
# create /etc/sound stuff
mkdir -p %{buildroot}%{_sysconfdir}/sound/profiles/pulse/mate/%{_lib}
ln -s %{_libdir}/%{name}/libmedia-keys-pulse.so %{buildroot}%{_sysconfdir}/sound/profiles/pulse/mate/%{_lib}/libmedia-keys.so
ln -s %{_libdir}/%{name}/libsound-pulse.so %{buildroot}%{_sysconfdir}/sound/profiles/pulse/mate/%{_lib}/libsound.so
popd
%endif

%if %{with gstreamer}
pushd %{name}-gstreamer
%makeinstall_std
mv -f %{buildroot}%{_libdir}/%{name}/libmedia-keys.so %{buildroot}%{_libdir}/%{name}/libmedia-keys-gstreamer.so
mv -f %{buildroot}%{_libdir}/%{name}/libsound.so %{buildroot}%{_libdir}/%{name}/libsound-gstreamer.so
mkdir -p %{buildroot}%{_sysconfdir}/sound/profiles/alsa/mate/%{_lib}
ln -s %{_libdir}/%{name}/libmedia-keys-gstreamer.so %{buildroot}%{_sysconfdir}/sound/profiles/alsa/mate/%{_lib}/libmedia-keys.so
ln -s %{_libdir}/%{name}/libsound-gstreamer.so %{buildroot}%{_sysconfdir}/sound/profiles/alsa/mate/%{_lib}/libsound.so
popd
%endif

%if %{with pulse} || %{with gstreamer}
ln -s %{_sysconfdir}/sound/profiles/current/mate/%{_lib}/libmedia-keys.so %{buildroot}%{_libdir}/%{name}/libmedia-keys.so
ln -s %{_sysconfdir}/sound/profiles/current/mate/%{_lib}/libsound.so %{buildroot}%{_libdir}/%{name}/libsound.so
%endif

find %{buildroot}%{_libdir} -type f -name "*.a" -delete

# We don't need MateConf convert files:
rm -fr %{buildroot}%{_datadir}/MateConf

%find_lang %{name}


%changelog

* Thu Jul 21 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-5
- (523d500) Enable mouse clicks with touchpad



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10850 |14cu|mate-system-monitor-1.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver      %(echo %{version}|cut -d. -f1,2)

Summary:        Simple process monitor for MATE
Name:           mate-system-monitor
Version:        1.12.1
Release:        1
License:        GPLv2+
Group:          Graphical desktop/Other
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  libxml2-python
BuildRequires:  xml2po
BuildRequires:  mate-common
BuildRequires:  libgksu-devel
BuildRequires:	dbus-glib-devel
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd412-xml
BuildRequires:	startup-notification-devel
BuildRequires:  pkgconfig(dconf)
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(libgtop-2.0)
#BuildRequires:  pkgconfig(libmatewnck)
BuildRequires:  pkgconfig(librsvg-2.0)
BuildRequires:  pkgconfig(libwnck-1.0)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(glibmm-2.4)
BuildRequires:  pkgconfig(giomm-2.4)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(gtkmm-2.4)
#BuildRequires:  pkgconfig(mate-icon-theme)
BuildRequires:  pkgconfig(gtkmm-2.4)
BuildRequires:  desktop-file-utils
BuildRequires:  mate-polkit-devel >= 1.1.0
BuildRequires:	pcre-devel
BuildRequires:	yelp-tools
BuildRequires:	itstool

Requires:       polkit-agent

%description
mate-system-monitor allows to graphically view and manipulate the
running processes on your system. It also provides an overview of
available resources such as CPU and memory.

%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure \
	--disable-static \
	--disable-scrollkeeper \
	--enable-compile-warnings=minimum

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS NEWS README
%attr(755,root,root) %{_bindir}/%{name}
%{_datadir}/applications/mate-system-monitor.desktop
%{_datadir}/pixmaps/mate-system-monitor/*
%{_datadir}/appdata/*
%{_datadir}/glib-2.0/schemas/*
%{_datadir}/MateConf/*
%{_mandir}/man1/*


%changelog

* Sun Mar 06 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-1
- (7f04b0b) Updated to 1.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10851 |14cu|mate-system-tools-1.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MATE System Tools
Name:		mate-system-tools 
Version:	1.8.1
Release:	1
License:	GPLv2+
Group:		System/Configuration/Other
URL:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/%{lua: print (string.match(rpm.expand("%{version}"),"%d+.%d+"))}/%{name}-%{version}.tar.xz

BuildRequires:	docbook-dtd412-xml
BuildRequires:	intltool
BuildRequires:	mate-common
BuildRequires:	rarian
BuildRequires:	itstool
BuildRequires:	yelp-tools
BuildRequires:	xsltproc
BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(liboobs-1)
BuildRequires:	pkgconfig(libcaja-extension)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(polkit-gtk-mate-1)
BuildRequires:	pkgconfig(system-tools-backends-2.0)

Requires:	system-tools-backends2
Requires:	usermode

%description
Day-to-day system management on Unix systems is a chore. Even when 
you're using a friendly graphical desktop, seemingly basic tasks 
like setting the system time, changing the network setup, importing 
and exporting network shared filesystems and configuring swap partitions 
requires editing configuration files by hand, and the exact procedure 
varies between different operating systems and distributions.

The MATE System Tools solve all these problems, giving you a simple
graphical interface for each task, which uses an advanced backend to 
edit all the relevant files and apply your changes. The interface 
looks and acts in exactly the same way regardless of what platform 
you're using.

%package devel
Summary:	Pkgconfig file for %{name}
Group:		Development/Other

%description devel
This package contains the pkgconfig file for %{name}.

%prep
%setup -q
%apply_patches

%build
# NOCONFIGURE=yes ./autogen.sh
%configure2_5x \
	--disable-static \
	--disable-scrollkeeper \
	--enable-services

%make LIBS='-lm'

%install
%makeinstall_std
rm -rf %buildroot/var/lib/scrollkeeper

%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc README AUTHORS COPYING HACKING NEWS ChangeLog 
%dir %_sysconfdir/%{name}
%config(noreplace) %_sysconfdir/%{name}/*.conf
%{_bindir}/mate-network-admin
%{_bindir}/mate-services-admin
%{_bindir}/mate-shares-admin
%{_bindir}/mate-time-admin
%{_bindir}/mate-users-admin
%{_libdir}/caja/extensions-2.0/libcaja-gst-shares.so
%{_datadir}/applications/mate-network.desktop
%{_datadir}/applications/mate-services.desktop
%{_datadir}/applications/mate-shares.desktop
%{_datadir}/applications/mate-time.desktop
%{_datadir}/applications/mate-users.desktop
%{_datadir}/glib-2.0/schemas/org.mate.system-tools.gschema.xml
%{_datadir}/%{name}
%{_iconsdir}/mate/*/*/*

%files devel
%_libdir/pkgconfig/mate-system-tools.pc

%changelog

* Tue Sep 15 2015 dsilakov <denis.silakov@rosalab.ru> 1.8.1-1
- (cb05be1) Merge pull request #1 from anek254/mate-system-tools:rosa2014.1
- (cb05be1) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10852 |14cu|mate-terminal-1.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver    %(echo %{version}|cut -d. -f1,2)

Name:           mate-terminal
Summary:        MATE terminal emulator
Version:        1.12.1
Release:        2
URL:            http://mate-desktop.org
License:        GPLv2+
Group:          Graphical desktop/Other
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
# (fc) add -geometry support
Patch0:         gnome-terminal-2.25.3-geometry.patch
# (fc) change default background (grey on black)
Patch2:         gnome-terminal-2.10.0-background.patch
Patch3:		mate-terminal-1.12.1-rosa-scheme.patch

BuildRequires:	docbook-dtd412-xml
BuildRequires:	intltool
BuildRequires:	mate-common
BuildRequires:	rarian
BuildRequires:	xml2po
BuildRequires:	xsltproc
BuildRequires:	itstool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
#BuildRequires:	pkgconfig(mate-doc-utils)
BuildRequires:	pkgconfig(mate-desktop-2.0)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(vte)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(dconf)
Requires:	mate-desktop

%description
Mate-terminal is a terminal emulator for MATE. It supports translucent
backgrounds, opening multiple terminals in a single window (tabs) and
clickable URLs.

%prep
%setup -q
%apply_patches

%build
# NOCONFIGURE=1 ./autogen.sh
%configure2_5x 
%make

%install
%makeinstall_std
rm -rf %{buildroot}/var

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-only-show-in="MATE" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


%find_lang %{name}
#for omf in %{buildroot}%{_datadir}/omf/%{name}/%{name}-??*.omf;do 
#echo "%lang($(basename $omf|sed -e s/%{name}-// -e s/.omf//)) $(echo $omf|sed -e s!%{buildroot}!!)" >> %{name}.lang
#done

%post
if [ "$1" = "2" ]; then
		update-alternatives --remove xvt %{_bindir}/mate-terminal
fi

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README ChangeLog
%{_mandir}/man1/*
%{_bindir}/mate-terminal
%{_bindir}/mate-terminal.wrapper
%{_datadir}/mate-terminal
%{_datadir}/appdata/*xml
%{_datadir}/applications/mate-terminal.desktop
%{_datadir}/glib-2.0/schemas/org.mate.terminal.gschema.xml
%{_datadir}/help/*/mate-terminal/legal.xml
%{_datadir}/help/*/mate-terminal/index.docbook
%{_datadir}/help/*/mate-terminal/figures/*.png


%changelog

* Tue Jun 28 2016 Denis Silakov <dsilakov@gmail.com> 1.12.1-2
- (54c25ed) Adjust settings for ROSa



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10853 |14cu|mate-user-share-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           mate-user-share
Version:        1.12.0
Release:        1
License:        GPLv2+
Summary:        MATE  user file sharing
URL:            http://mate-desktop.org
Group:          System/Servers
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  apache-devel
BuildRequires:  itstool
BuildRequires:  libxml2-utils
BuildRequires:  itstool
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  hicolor-icon-theme
BuildRequires:  mate-common
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(libcaja-extension)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(libcanberra-gtk)
BuildRequires:  pkgconfig(gdk-x11-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  perl(XML::Parser)
BuildRequires:  pkgconfig(unique-1.0)
BuildRequires:  pkgconfig(ice)
BuildRequires:  pkgconfig(sm)
BuildRequires:  yelp-tools

Suggests:       apache

# already not working bluetooth support dropped by upstream:
Obsoletes:		mate-bluetooth
Obsoletes:		mate-file-manager-sendto-bluetooth
Obsoletes:		libmate-bluetooth-devel
Obsoletes:		libmate-bluetooth-gir1.0
Obsoletes:		libmate-bluetooth8
Conflicts:		mate-bluetooth
Conflicts:		mate-file-manager-sendto-bluetooth
Conflicts:		libmate-bluetooth-devel
Conflicts:		libmate-bluetooth-gir1.0
Conflicts:		libmate-bluetooth8

%description
This program enables user to share directories through Webdav.

This package does not provide bluetooth support. Use a generic
tool to get bluetooth support.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
   --disable-scrollkeeper \
   --disable-static \
   --disable-bluetooth \
   --disable-schemas-compile
%make

%install
%makeinstall_std

# remove needless gsettings convert file to avoid slow session start
rm -fr  %{buildroot}%{_datadir}/MateConf

# remove obsolete bluetooth stuff
rm -fr  %{buildroot}%{_sysconfdir}/xdg/autostart/mate-user-share-obex*

%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc ChangeLog README
%config(noreplace) %{_sysconfdir}/xdg/autostart/mate-user-share-webdav.desktop
%{_bindir}/mate-file-share-properties
%{_libexecdir}/%{name}
%{_libdir}/caja/
%{_datadir}/%{name}/
%{_datadir}/applications/mate-user-share-properties.desktop
%{_datadir}/icons/hicolor/
%{_datadir}/glib-2.0/schemas/org.mate.FileSharing.gschema.xml
#%{_datadir}/help/*/mate-user-share
%{_mandir}/man1/mate-file-share-properties.1*
%{_datadir}/caja/extensions/libcaja-user-share.caja-extension


%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.12.0-1
- (23c853e) Updated to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10854 |14cu|mate-utils-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver      %(echo %{version}|cut -d. -f1,2)
%define major 6
%define libname %mklibname matedict1.0_ %{major}
%define develname %mklibname -d matedict1.0

%define subrel 1

Summary:        MATE utility programs such as file search and calculator
Name:           mate-utils
Version:        1.12.0
Release:        1
Group:          Graphical desktop/Other
License:        GPLv2+ and LGPLv2+
URL:            http://mate-desktop.org
Source0:        http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:         mate-utils_glib-compile-schema-fix.patch

BuildRequires:	docbook-dtd412-xml
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	mate-common
BuildRequires:	xml2po
BuildRequires:	itstool
BuildRequires:	yelp-tools
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(libmatepanelapplet-4.0)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
Requires:	mate-desktop

%description
MATE Utilities is a collection of small applications all there to make
your day just that little bit brighter - System Log Viewer, 
Search Tool, Dictionary.

%package -n %{libname}
Group:   System/Libraries
Summary: MATE dictionary shared library

%description -n %{libname}
This is the shared library required by the MATE Dictionary.

%package -n %{develname}
Group:     Development/C
Summary:   MATE dictionary library development files
Requires:  %{libname} = %{version}
Provides:  libmatedict1.0-devel = %{version}-%{release}
Provides:  %{name}-devel = %{version}-%{release}

%description -n %{develname}
This is the shared library required by the MATE Dictionary.

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
    --disable-static            \
    --disable-scrollkeeper      \
    --disable-schemas-compile   \
    --enable-gdict-applet       \
    --enable-gtk-doc-html       \
    --enable-ipv6=yes           \
    --disable-schemas-compile   \
    --with-x

%make

%install
%makeinstall_std
rm -rf %{buildroot}/var

# make mate-system-log use consolehelper until it starts using polkit
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
/bin/cat <<EOF >%{buildroot}%{_sysconfdir}/pam.d/mate-system-log
#%%PAM-1.0
auth		include		system-auth
account		include		system-auth
session		include		system-auth
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
/bin/cat <<EOF >%{buildroot}%{_sysconfdir}/security/console.apps/mate-system-log
USER=root
PROGRAM=/usr/sbin/mate-system-log
SESSION=true
FALLBACK=true
EOF

mkdir -p %{buildroot}%{_sbindir}
/bin/mv %{buildroot}%{_bindir}/mate-system-log %{buildroot}%{_sbindir}
/bin/ln -s /usr/bin/consolehelper %{buildroot}%{_bindir}/mate-system-log

%{find_lang} %{name}-2.0 --with-gnome --all-name

desktop-file-install                          \
  --remove-category="MATE"                    \
  --add-category="X-Mate"                     \
  --delete-original                           \
  --dir %{buildroot}%{_datadir}/applications  \
%{buildroot}%{_datadir}/applications/*

for i in %{buildroot}%{_datadir}/applications/* ; do
 desktop-file-validate $i
done

rm -fv %{buildroot}%{_bindir}/test-reader

%files -f %{name}-2.0.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%doc mate-dictionary/AUTHORS
%doc mate-dictionary/README
%doc baobab/AUTHORS
%doc baobab/README
%config(noreplace) %{_datadir}/dbus-1/services/*.service
%{_sysconfdir}/security/console.apps/mate-system-log
%{_sysconfdir}/pam.d/mate-system-log
%{_bindir}/*
%{_sbindir}/mate-system-log
%{_libexecdir}/mate-dictionary-applet
%{_mandir}/*/*
%{_datadir}/appdata/*
%{_datadir}/applications/mate-*.desktop
%{_datadir}/mate-dict/
%{_datadir}/mate-dictionary/
%{_datadir}/mate-screenshot/
%{_datadir}/mate-disk-usage-analyzer/
%{_datadir}/mate-utils/
%{_datadir}/pixmaps/*
%{_datadir}/MateConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/*gschema.xml
%{_datadir}/gtk-doc/html/mate-dict
%{_datadir}/mate-panel/applets/org.mate.DictionaryApplet.mate-panel-applet
%{_iconsdir}/hicolor/*/apps/*

%files -n %{libname}
%_libdir/libmatedict.so.%{major}*

%files -n %{develname}
%{_libdir}/libmatedict*.so
%{_libdir}/pkgconfig/mate-dict*.pc
%{_includedir}/mate-dict



%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.12.0-1
- (0dec25b) Updated to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10855 |14cu|mathgl-2.2.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7.2.0
%define libname %mklibname mgl %{major}
%define fltkmajor 7.2.0
%define fltklibname %mklibname mgl-fltk %{fltkmajor}
%define glutmajor 7.2.0
%define glutlibname %mklibname mgl-glut %{glutmajor}
%define qtmajor 7.2.0
%define qtlibname %mklibname mgl-qt %{qtmajor}
%define qt4major 7.2.0
%define qt4libname %mklibname mgl-qt4_ %{qt4major}
%define wndmajor 7.2.0
%define wndlibname %mklibname mgl-wnd %{wndmajor}
%define wxmajor 7.2.0
%define wxlibname %mklibname mgl-wx %{wxmajor}
%define devname %mklibname mgl -d
%define sdevname %mklibname mgl -d -s

# Broken for now due to swig issues (doesn't build)
%bcond_with octave

Summary:	Library for scientific graphics
Name:		mathgl
Version:	2.2.2.1
Release:	4
License:	GPLv2+
Group:		System/Libraries
Url:		http://mathgl.sourceforge.net/
Source0:	http://downloads.sourceforge.net/mathgl/%{name}-%{version}.tar.gz
Patch0:		mathgl-2.2.2.1-mathgl-fltk.patch
Patch1:		mathgl-2.2.2.1-udav-help-path.patch
Patch2:		mathgl-2.2-no_octave.patch
Patch3:		mathgl-2.2.2.1-giflib51.patch
Patch4:		mathgl-2.2.2.1-x11.patch
BuildRequires:	chrpath
BuildRequires:	cmake
BuildRequires:	swig
BuildRequires:	texi2html
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	texlive-collection-fontsrecommended
BuildRequires:	texlive-collection-genericrecommended
BuildRequires:	texlive-collection-langgerman
BuildRequires:	texlive-texinfo
BuildRequires:	fltk-devel
BuildRequires:	giflib-devel
BuildRequires:	hdf5-devel
BuildRequires:	jpeg-devel
BuildRequires:	libharu-devel
%if %{with octave}
BuildRequires:	octave-devel
%endif
BuildRequires:	qt4-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(xmu)
%if !%{with octave}
Obsoletes:	%{name}-octave < %{EVRD}
%endif

%description
MathGL is a library for making high-quality scientific graphics. It
provides fast data plotting and handling of large data arrays.
MathGL has Qt, FLTK, OpenGL interfaces and can be used even from
console programs.

#----------------------------------------------------------------------------

%package tools
Summary:	Tools for MathGL
Group:		Sciences/Mathematics

%description tools
This package contains the MathGL tools.

%files tools
%{_bindir}/mglconv
%{_bindir}/mglview
%{_bindir}/mgl.cgi
%{_mandir}/man1/mglconv.1*
%{_mandir}/man1/mglview.1*
%{_mandir}/man1/mgl.cgi.1*

#----------------------------------------------------------------------------

%package examples
Summary:	Examples for MathGL
Group:		Sciences/Mathematics

%description examples
This package contains the MathGL examples.

%files examples
%{_bindir}/mgl*_example

#----------------------------------------------------------------------------

%package data
Summary:	Data files for MathGL
Group:		Sciences/Mathematics

%description data
This package contains the MathGL data files.

%files data
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%if %{with octave}
%package octave
Summary:	MathGL bindings for octave
Group:		Sciences/Mathematics
Requires(post):	octave(api) = %{octave_api}
Requires(postun): octave(api) = %{octave_api}
Requires:	octave(api) = %{octave_api}

%description octave
This package contains the MathGL bindings for octave.

%files octave
%{_datadir}/octave/packages/*
%{_libexecdir}/octave/packages/*

%post octave
%{_bindir}/test -x %{_bindir}/octave && %{_bindir}/octave -q -H --no-site-file --eval "pkg('rebuild');" || :

%postun octave
%{_bindir}/test -x %{_bindir}/octave && %{_bindir}/octave -q -H --no-site-file --eval "pkg('rebuild');" || :
%endif

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for MathGL
Group:		Sciences/Mathematics

%description doc
This package contains the MathGL documentation.

%files doc
%{_docdir}/%{name}
%{_infodir}/*
%{_mandir}/man5/mgl.5*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main runtime library for MathGL
Group:		System/Libraries
Requires:	%{name}-data

%description -n %{libname}
MathGL is a library for making high-quality scientific graphics. It
provides fast data plotting and handling of large data arrays.
MathGL has Qt, FLTK, OpenGL interfaces and can be used even from
console programs.

This package contains the MathGL main runtime library.

%files -n %{libname}
%doc AUTHORS COPYING COPYING_LGPL ChangeLog.txt README README_V2
%{_libdir}/libmgl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{fltklibname}
Summary:	Fltk runtime library for MathGL
Group:		System/Libraries

%description -n %{fltklibname}
This package contains the MathGL fltk runtime library.

%files -n %{fltklibname}
%{_libdir}/libmgl-fltk.so.%{fltkmajor}*

#----------------------------------------------------------------------------

%package -n %{glutlibname}
Summary:	Glut runtime library for MathGL
Group:		System/Libraries

%description -n %{glutlibname}
This package contains the MathGL glut runtime library.

%files -n %{glutlibname}
%{_libdir}/libmgl-glut.so.%{glutmajor}*

#----------------------------------------------------------------------------

%package -n %{qtlibname}
Summary:	Qt runtime library for MathGL
Group:		System/Libraries

%description -n %{qtlibname}
This package contains the MathGL Qt runtime library.

%files -n %{qtlibname}
%{_libdir}/libmgl-qt.so.%{qtmajor}*

#----------------------------------------------------------------------------

%package -n %{qt4libname}
Summary:	Qt4 runtime library for MathGL
Group:		System/Libraries

%description -n %{qt4libname}
This package contains the MathGL Qt runtime library.

%files -n %{qt4libname}
%{_libdir}/libmgl-qt4.so.%{qt4major}*

#----------------------------------------------------------------------------

%package -n %{wndlibname}
Summary:	WND runtime library for MathGL
Group:		System/Libraries

%description -n %{wndlibname}
This package contains the MathGL WND runtime library.

%files -n %{wndlibname}
%{_libdir}/libmgl-wnd.so.%{wndmajor}*

#----------------------------------------------------------------------------

%package -n %{wxlibname}
Summary:	WxWidgets runtime library for MathGL
Group:		System/Libraries

%description -n %{wxlibname}
This package contains the MathGL wxWidgets runtime library.

%files -n %{wxlibname}
%{_libdir}/libmgl-wx.so.%{wxmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for MathGL
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{fltklibname} = %{EVRD}
Requires:	%{glutlibname} = %{EVRD}
Requires:	%{qtlibname} = %{EVRD}
Requires:	%{qt4libname} = %{EVRD}
Requires:	%{wndlibname} = %{EVRD}
Requires:	%{wxlibname} = %{EVRD}

%description -n %{devname}
This package contains the MathGL development files.

%files -n %{devname}
%{_libdir}/libmgl*.so
%{_includedir}/mgl2

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static development files for MathGL
Group:		Development/Other
Requires:	%{devname} = %{EVRD}

%description -n %{sdevname}
This package contains the MathGL static development files.

%files -n %{sdevname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%package -n udav
Summary:	Fast and interactive data plotting based on MathGL
Group:		Sciences/Mathematics

%description -n udav
UDAV is cross-platform program for data arrays visualization based on
MathGL library. It support wide spectrum of graphics, simple script
language and visual data handling and editing. It has window
interface for data viewing, changing and plotting. Also it can
execute MGL scripts, setup and rotate graphics and so on.

%files -n udav
%{_bindir}/udav
%{_datadir}/applications/udav.desktop
%{_datadir}/pixmaps/udav.png
%dir %{_datadir}/udav/
%{_datadir}/udav/*
%{_mandir}/man1/udav.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%if !%{with octave}
%patch2 -p0
%endif
%patch3 -p1
%patch4 -p1

%build
%cmake \
	-DCMAKE_SKIP_RPATH:BOOL=OFF \
	-Denable-double=on \
	-Denable-mpi=off \
	-Denable-pthread=off \
	-Denable-openmp=off \
	-Denable-gsl=on \
	-Denable-jpeg=on \
	-Denable-png=on \
	-Denable-zlib=on \
	-Denable-pdf=on \
	-Denable-gif=on \
	-Denable-hdf5=on \
	-Denable-opengl=on \
	-Denable-glut=on \
	-Denable-fltk=on \
	-Denable-wx=on \
	-Denable-qt4=on \
	-Denable-qt5=off \
	-Denable-python=off \
	-Denable-lua=off \
%if %{with octave}
	-Denable-octave=on \
	-Denable-octave-install=on \
%else
	-Denable-octave=off \
	-Denable-octave-install=off \
%endif
	-Denable-all-docs=on \
	-Denable-texi2html=on \
	-DMGL_LIB_INSTALL_DIR=%{_lib}

%make

%install
%makeinstall_std -C build

cp build/examples/mgl*_example %{buildroot}%{_bindir}/
mv %{buildroot}%{_datadir}/mathgl/mgl.cgi %{buildroot}%{_bindir}/

# rpath is required at build time but not in package
chrpath -d %{buildroot}%{_bindir}/*


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.2.1-4
- (9fe12d9) Build requires texlive-collection-genericrecommended



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10856 |14cu|maven2-common-poms-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define parent maven2
%define subname common-poms

Name:              %{parent}-%{subname}
Version:           1.0
Release:           6
Epoch:             0
Summary:           Common poms for maven2
License:           Apache License
Group:             Development/Java
URL:               http://jpackage.org/

# No source location for these. They are ascii files generated from maven
# repositories, and are not in cvs/svn.
Source0:           %{name}-src.tar.gz
Source1:           %{name}-jpp-depmap.xml
Source2:           %{name}-docs.tar.gz


BuildArch:         noarch
BuildRequires:     java-rpmbuild >= 0:1.7.2
Requires:          jpackage-utils >= 0:1.7.2

%description
This package is a collection of poms required by various maven2-dependent 
packages.

%prep
%setup -q -n %{name}

tar xzf %{SOURCE2}

%build

%install

# Map
install -dm 755 %{buildroot}%{_mavendepmapdir}
cp %{SOURCE1} %{buildroot}%{_mavendepmapdir}/maven2-versionless-depmap.xml

install -d -m 755 %{buildroot}%{_javadir}/maven2
install -d -m 755 %{buildroot}%{_datadir}/maven2/default_poms
install -pm 644 *.pom %{buildroot}%{_datadir}/maven2/default_poms

install -d -m 755 %{buildroot}%{_javadir}/maven2
ln -s %{_datadir}/maven2/default_poms %{buildroot}%{_javadir}/maven2

%clean

%files
%defattr(-,root,root,-)
%doc APACHE_LICENSE.TXT JSCH_LICENSE.TXT FEDORA.README
%config(noreplace) %{_mavendepmapdir}/maven2-versionless-depmap.xml
%{_javadir}/maven2
%{_datadir}/maven2



%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0-6
+ Revision: 4ce874a
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10857 |14cu|maven-3.3.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		maven
Version:	3.3.9
Release:	1
License:	ASL 2.0
Group:		Development/Java
Summary:	Maven is a software project management and comprehension tool
URL:		https://github.com/apache/maven/tree/%{name}-%{version}
Source:		%{name}-%{version}.tar.gz
Requires:	java
BuildRequires:	ant
BuildRequires:	java >= 1.7.0
BuildArch:	noarch
Conflicts:	maven2

%description
A software project management and comprehension tool. 
Based on the concept of a project object model (POM), Maven can 
manage a project's build, reporting and documentation from a 
central piece of information

%prep
%setup -q -n %{name}-%{name}-%{version}

%build
ant -Dmaven.home="./build"

%install
install -d %{buildroot}/usr/share/java/maven/bin
install -p build/bin/m2.conf %{buildroot}/usr/share/java/maven/bin
install -p build/bin/mvn %{buildroot}/usr/share/java/maven/bin
install -p build/bin/mvnDebug %{buildroot}/usr/share/java/maven/bin
install -p build/bin/mvnyjp %{buildroot}/usr/share/java/maven/bin

install -d %{buildroot}/usr/share/java/maven/lib
cp -R build/lib/* %{buildroot}/usr/share/java/maven/lib

install -d %{buildroot}/usr/share/java/maven/conf
cp -R build/conf/* %{buildroot}/usr/share/java/maven/conf

install -d %{buildroot}/usr/share/java/maven/boot
install -p build/boot/* %{buildroot}/usr/share/java/maven/boot

#ls -al $RPM_BUILD_ROOT/usr/share/java/maven/bin/
install -d %{buildroot}/usr/bin
for binary in mvn mvnDebug mvnyjp; do 
	ln -s /usr/share/java/maven/bin/$binary %{buildroot}/usr/bin/
done

%clean
rm -rf "%{buildroot}"

%files
%doc LICENSE README.md NOTICE
%{_datadir}/java/maven/
%{_bindir}/mvn
%{_bindir}/mvnDebug
%{_bindir}/mvnyjp

%changelog

* Thu Apr 21 2016 Denis Silakov <dsilakov@gmail.com> 3.3.9-1
- (6d78211) Updated to 3.3.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10858 |14cu|maven-archiver-2.4.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-archiver
Version:        2.4.1
Release:        11
Summary:        Maven Archiver
License:        ASL 2.0
Group:          Development/Java
URL:            http://maven.apache.org/

# svn export https://svn.apache.org/repos/asf/maven/shared/tags/maven-archiver-2.4.1 maven-archiver
# tar caf maven-archiver-2.4.1-src.tar.xz maven-archiver/
Source0:        %{name}-%{version}-src.tar.xz
Source1:        %{name}-depmap.xml

BuildArch:      noarch

BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  maven2 >= 0:2.0.8
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-surefire-plugin
BuildRequires:  maven-surefire-provider-junit
BuildRequires:  maven-doxia-sitetools
#BuildRequires:  maven-shared-jar
BuildRequires:  plexus-interpolation
BuildRequires:  plexus-archiver >= 1.0-0.1.a7
BuildRequires:  plexus-utils
#BuildRequires:  apache-commons-parent

Requires:       maven2 >= 0:2.0.4-9
Requires:       plexus-archiver >= 1.0-0.1.a7
Requires:       plexus-interpolation
Requires:       plexus-utils

Requires(post):   jpackage-utils >= 0:1.7.2
Requires(postun): jpackage-utils >= 0:1.7.2
%rename maven-shared-archiver

%description
The Maven Archiver is used by other Maven plugins
to handle packaging

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}

#tests don't compile with maven 2.2.1
rm -fr src/test/java/org/apache/maven/archiver/*.java

%build
mvn \
    -Dmaven.test.failure.ignore=true \
    -Dmaven2.jpp.depmap.file=%{SOURCE1} \
    install javadoc:javadoc

%install
# jars/poms
install -d -m 755 %{buildroot}%{_javadir}
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms

# Copy file and create unversioned symlink
install -pm 644 target/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# Copy pom
install -pm 644 pom.xml \
  %{buildroot}/%{_datadir}/maven2/poms/JPP-maven-archiver.pom
%add_to_maven_depmap org.apache.maven maven-archiver %{version} JPP maven-archiver

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-11
+ Revision: c4296cf
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10859 |14cu|maven-assembly-plugin-2.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-assembly-plugin
Version:        2.2
Release:        8
Summary:        Maven Assembly Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-assembly-plugin/
Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
Source1:        %{name}-jpp-depmap.xml

BuildArch: noarch

Obsoletes: maven2-plugin-assembly <= 0:2.0.8
Provides:  maven2-plugin-assembly = 1:%{version}-%{release}

BuildRequires: java >= 0:1.6.0
BuildRequires: jpackage-utils >= 0:1.7.2
BuildRequires:  ant, ant-nodeps
BuildRequires:  maven2 >= 0:2.0.4-9
#BuildRequires:  maven-assembly-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-surefire-maven-plugin
BuildRequires:  maven-surefire-provider-junit
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-shared-filtering
BuildRequires:  maven-doxia
BuildRequires:  maven-doxia-sitetools

BuildRequires: plexus-container-default
BuildRequires: plexus-utils
#BuildRequires: plexus-active-collections
BuildRequires: plexus-maven-plugin
#BuildRequires: plexus-io
BuildRequires: plexus-interpolation
BuildRequires: plexus-archiver

BuildRequires: maven-shared-file-management
BuildRequires: maven-shared-repository-builder
BuildRequires: maven-shared-filtering

BuildRequires: easymock2
BuildRequires: jdom
BuildRequires: jaxen
BuildRequires: saxpath
BuildRequires: junit

Requires: java >= 0:1.6.0
Requires: easymock2
Requires: jdom
Requires: jaxen
Requires: saxpath
Requires: plexus-container-default
Requires: plexus-utils
#Requires: plexus-active-collections
Requires: plexus-maven-plugin
#Requires: plexus-io
Requires: plexus-interpolation
Requires: plexus-archiver
Requires: maven-shared-repository-builder
Requires: maven-shared-filtering

Requires:          jpackage-utils >= 0:1.7.2
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
A Maven 2 plugin to create archives of your project's sources, classes, 
dependencies etc. from flexible assembly descriptors.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:          jpackage-utils >= 0:1.7.2

%description javadoc
API documentation for %{name}.


%prep
%setup -q -n %{name}-%{version}
mkdir -p target/classes/
cp -pr src/main/resources/META-INF/ target/classes/

%build
# seems koji don't have easymockclassextension
mvn \
        -Dmaven2.jpp.depmap.file=%{SOURCE1} \
        -Dmaven.test.skip=true \
        install javadoc:javadoc

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}.jar

%add_to_maven_depmap org.apache.maven.plugins maven-assembly-plugin %{version} JPP maven-assembly-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}

%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-8
+ Revision: d529a29
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10860 |14cu|maven-clean-plugin-2.4.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-clean-plugin
Version:        2.4.1
Release:        7
Summary:        Maven Clean Plugin
Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-clean-plugin/
#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-clean-plugin-2.4.1 maven-clean-plugin-2.4.1
#tar caf maven-clean-plugin-2.4.1.tar.xz maven-clean-plugin-2.4.1/
Source0:        %{name}-%{version}.tar.xz
BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: maven2
BuildRequires: maven-plugin-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-maven-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-doxia-sitetools
#BuildRequires: maven-shared-plugin-testing-harness
Requires:	maven2
Requires:	jpackage-utils
Requires:	java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

Provides:       maven2-plugin-clean = 1:%{version}-%{release}
Obsoletes:      maven2-plugin-clean <= 0:2.0.8

%description
The Maven Clean Plugin is a plugin that removes files generated 
at build-time in a project's directory.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q 

%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn -Dmaven.test.skip=true \
        install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.apache.maven.plugins maven-clean-plugin %{version} JPP maven-clean-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.1-7
+ Revision: e2f6cfe
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10861 |14cu|maven-compiler-plugin-2.3.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-compiler-plugin
Version:        2.3.2
Release:        5
Summary:        Maven Compiler Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-compiler-plugin
#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-2.3.2 maven-compiler-plugin-2.3.2
#tar caf maven-compiler-plugin-2.3.2.tar.xz maven-compiler-plugin-2.3.2/
Source0:        %{name}-%{version}.tar.xz

BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: maven2
BuildRequires: maven-plugin-plugin
#BuildRequires: maven-compiler-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
#BuildRequires: maven-doxia-sitetools
BuildRequires: maven-plugin-testing-harness

Requires:      maven2
Requires:      jpackage-utils
Requires:      java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

Provides:       maven2-plugin-compiler = %{version}-%{release}
Obsoletes:      maven2-plugin-compiler <= 0:2.0.8

%description
The Compiler Plugin is used to compile the sources of your project.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q #You may need to update this according to your Source0

%build
mvn	-Dmaven.test.failure.ignore=true \
		install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}.jar

%add_to_maven_depmap org.apache.maven.plugins maven-compiler-plugin %{version} JPP maven-compiler-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.2-5
+ Revision: d00f995
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10862 |14cu|maven-compiler-plugin-2.3.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-compiler-plugin
Version:        2.3.2
Release:        6
Summary:        Maven Compiler Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-compiler-plugin
#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-2.3.2 maven-compiler-plugin-2.3.2
#tar caf maven-compiler-plugin-2.3.2.tar.xz maven-compiler-plugin-2.3.2/
Source0:        %{name}-%{version}.tar.xz

BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: maven2
BuildRequires: maven-plugin-plugin
#BuildRequires: maven-compiler-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
#BuildRequires: maven-doxia-sitetools
BuildRequires: maven-plugin-testing-harness

Requires:      maven2
Requires:      jpackage-utils
Requires:      java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

Provides:       maven2-plugin-compiler = %{version}-%{release}
Obsoletes:      maven2-plugin-compiler <= 0:2.0.8

%description
The Compiler Plugin is used to compile the sources of your project.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q #You may need to update this according to your Source0

%build
mvn	-Dmaven.test.failure.ignore=true \
		install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}.jar

%add_to_maven_depmap org.apache.maven.plugins maven-compiler-plugin %{version} JPP maven-compiler-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.2-6
+ Revision: e0e9e36
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10863 |14cu|maven-doxia-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with maven

%define namedversion 1.0-alpha-7

Name:           maven-doxia
Version:        1.0
Release:        2
Epoch:          0
Summary:        Content generation framework
License:        Apache Software License
Group:          Development/Java
URL:            http://maven.apache.org/doxia/

# svn export http://svn.apache.org/repos/asf/maven/doxia/tags/doxia-1.0-alpha-7/
#       maven-doxia/
# tar czf maven-doxia-1.0.a7-src.tar.gz maven-doxia/
Source0:        %{name}-%{version}a7.tar.gz

Source1:        %{name}-decoration-model-build.xml
Source2:        %{name}-core-build.xml
Source3:        %{name}-sink-api-build.xml
Source4:        %{name}-site-renderer-build.xml

# These files are taken from the doxia build itself, done with maven2
# To regenerate, build above tarball with upstream maven
Source5:        %{name}-autogenerated-files.tar.gz

Patch0:         %{name}-1.4compile.patch


BuildArch:      noarch

BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  locales-en
%if %with maven
BuildRequires:  maven2 >= 0:2.0.4-9
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-javadoc
BuildRequires:  maven2-plugin-resources
BuildRequires:  maven2-plugin-site
BuildRequires:  maven2-plugin-surefire
BuildRequires:  plexus-maven-plugin >= 0:1.2-2
BuildRequires:  modello-maven-plugin >= 0:1.0-0.a8.3
BuildRequires:  plexus-xmlrpc >= 0:1.0-0.b4.3
%endif
BuildRequires:  classworlds
BuildRequires:  jakarta-commons-collections
BuildRequires:  jakarta-commons-logging
BuildRequires:  jakarta-commons-validator
BuildRequires:  junit
BuildRequires:  oro
BuildRequires:  plexus-container-default
BuildRequires:  plexus-i18n
BuildRequires:  plexus-utils
BuildRequires:  plexus-velocity
BuildRequires:  velocity

Requires:       classworlds
Requires:       jakarta-commons-collections
Requires:       jakarta-commons-logging
Requires:       jakarta-commons-validator
Requires:       junit
Requires:       oro
Requires:       plexus-container-default
Requires:       plexus-i18n
Requires:       plexus-utils
Requires:       plexus-velocity
Requires:       velocity

Requires(post):   jpackage-utils >= 0:1.7.2
Requires(postun): jpackage-utils >= 0:1.7.2

%description
Doxia is a content generation framework which aims to provide its
users with powerful techniques for generating static and dynamic
content. Doxia can be used to generate static sites in addition to
being incorporated into dynamic content generation systems like blogs,
wikis and content management systems.

%if %with maven
%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Documentation

%description javadoc
Javadoc for %{name}.
%endif

%prep
%setup -q -n %{name}
cp -p %{SOURCE1} doxia-decoration-model/build.xml
cp -p %{SOURCE2} doxia-core/build.xml
cp -p %{SOURCE3} doxia-sink-api/build.xml
cp -p %{SOURCE4} doxia-site-renderer/build.xml

%patch0 -p0 -b .sav

%build
export LC_ALL=en_US.ISO-8859-1

export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

%if %with maven

    mvn-jpp \
        -e \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        -Dmaven.test.failure.ignore=true \
        install javadoc:javadoc

%else

mkdir lib
build-jar-repository -s -p lib/ \
                        commons-collections \
                        commons-logging-api \
                        classworlds \
                        junit \
                        oro \
                        plexus/container-default \
                        plexus/i18n \
                        plexus/utils \
                        plexus/velocity \
                        velocity

# Extract autogenerated (by maven) files
tar xzf %{SOURCE5}

for project in doxia-decoration-model \
           doxia-sink-api \
           doxia-core \
           doxia-site-renderer; do

       pushd $project

           ant -Dmaven.mode.offline=true -Dmaven.repo.local=$MAVEN_REPO_LOCAL

           # Copy over the jar
           cp -p target/*jar ../lib/$project.jar
       popd
done

%endif

%install
# jars/poms
install -d -m 755 %{buildroot}%{_javadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms

for project in decoration-model \
                sink-api \
                core \
                site-renderer \
                module-twiki; do

        if [ -f doxia-$project/target/doxia-$project-%{namedversion}.jar ]; then                  install -pm 644 \
                  doxia-$project/target/doxia-$project-%{namedversion}.jar \
                  %{buildroot}%{_javadir}/%{name}/$project-%{namedversion}.jar
                  %add_to_maven_depmap org.apache.maven.doxia doxia-$project %{namedversion} JPP/maven-doxia $project

        fi

        # Install pom to groupid-artifactid
        install -pm 644 doxia-$project/pom.xml \
          %{buildroot}/%{_datadir}/maven2/poms/JPP.maven-doxia-$project.pom
done

install -pm 644 pom.xml \
  %{buildroot}/%{_datadir}/maven2/poms/JPP.maven-doxia-doxia.pom
%add_to_maven_depmap org.apache.maven.doxia doxia %{namedversion} JPP/maven-doxia doxia

(cd %{buildroot}%{_javadir}/%{name} && for jar in *-%{namedversion}*; \
  do ln -sf ${jar} `echo $jar| sed  "s|-%{namedversion}||g"`; done)

%if %with maven
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}

for p in doxia-decoration-model \
                doxia-sink-api \
                doxia-core \
                doxia-site-renderer; do

        project=`basename $p`
        install -d -m 755 \
          %{buildroot}%{_javadocdir}/%{name}-%{version}/$project
        cp -pr $project/target/site/apidocs/* \
          %{buildroot}%{_javadocdir}/%{name}-%{version}/$project

done
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
%endif

%files
%{_javadir}/%{name}
%{_datadir}/maven2
%config(noreplace) %{_mavendepmapfragdir}/*

%if %with maven
%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/*
%endif



%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0-2
+ Revision: 86147aa
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10864 |14cu|maven-doxia-sitetools-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global parent maven-doxia
%global subproj sitetools

Name:           %{parent}-%{subproj}
Version:        1.2
Release:        7
Summary:        Doxia content generation framework
License:        ASL 2.0
Group:          Development/Java
URL:            http://maven.apache.org/doxia/

Source0:        http://repo2.maven.org/maven2/org/apache/maven/doxia/doxia-sitetools/%{version}/doxia-%{subproj}-%{version}-source-release.zip

# Point it at the correct plexus-container-default
Source1:        maven-doxia-depmap.xml

Patch0:         0001-Remove-clirr-dependency.patch
Patch1:         0002-Remove-htmlunit-dependency.patch
Patch2:         0003-Migration-to-component-metadata.patch

BuildRequires:  java-devel >= 1.6.0
BuildRequires:  itext
BuildRequires:  jpackage-utils
BuildRequires:  maven2
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-surefire-plugin
#BuildRequires:  maven-shared-reporting-impl
BuildRequires:  maven-surefire-provider-junit
BuildRequires:  maven-doxia
#BuildRequires:  modello-maven-plugin
BuildRequires:  classworlds
#BuildRequires:  apache-commons-collections
#BuildRequires:  apache-commons-configuration
#BuildRequires:  apache-commons-logging
#BuildRequires:  apache-commons-validator
BuildRequires:  junit
BuildRequires:  jakarta-oro
BuildRequires:  plexus-container-default
#BuildRequires:  plexus-containers-container-default
#BuildRequires:  plexus-containers-component-javadoc
#BuildRequires:  plexus-containers-component-metadata
BuildRequires:  plexus-i18n
BuildRequires:  plexus-utils
BuildRequires:  plexus-velocity
BuildRequires:  velocity
BuildRequires:  javamail

Requires:       classworlds
#Requires:       apache-commons-collections
#Requires:       apache-commons-configuration
#Requires:       apache-commons-logging
#Requires:       apache-commons-validator
Requires:       junit
Requires:       maven-doxia
Requires:       jakarta-oro
Requires:       plexus-container-default
#Requires:       plexus-containers-container-default
Requires:       plexus-i18n
Requires:       plexus-utils
Requires:       plexus-velocity
Requires:       velocity
Requires:       javamail

Requires:       java >= 1.6.0
Requires:       jpackage-utils

BuildArch:      noarch

%description
Doxia is a content generation framework which aims to provide its
users with powerful techniques for generating static and dynamic
content. Doxia can be used to generate static sites in addition to
being incorporated into dynamic content generation systems like blogs,
wikis and content management systems.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q -n doxia-%{subproj}-%{version}

%patch0 -p1

# Disable tests that need htmlunit, until we get it in Fedora
%patch1 -p1

%patch2 -p1


%build

# tests can't run because of missing deps
mvn \
      -Dmaven.local.depmap.file=%{SOURCE1} \
      -Dmaven.test.skip=true \
      install javadoc:aggregate

%install

# jars/poms
install -d -m 755 %{buildroot}%{_mavenpomdir}

install -m 644 -p pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{parent}-sitetools.pom
#install -m 644 -p doxia-decoration-model/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{parent}-decoration-model.pom
#install -m 644 -p doxia-site-renderer/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{parent}-site-renderer.pom
install -m 644 -p doxia-doc-renderer/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{parent}-doc-renderer.pom

install -dm 755 %{buildroot}%{_javadir}/%{parent}

#install -m 644 -p doxia-decoration-model/target/doxia-decoration-model-%{version}.jar \
#	%{buildroot}%{_javadir}/%{parent}/decoration-model.jar
#install -m 644 -p doxia-site-renderer/target/doxia-site-renderer-%{version}.jar \
#	%{buildroot}%{_javadir}/%{parent}/site-renderer.jar
install -m 644 -p doxia-doc-renderer/target/doxia-doc-renderer-%{version}.jar \
	%{buildroot}%{_javadir}/%{parent}/doc-renderer.jar

install -dm 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}

%add_to_maven_depmap org.apache.maven.doxia doxia-sitetools %{namedversion} JPP/maven-doxia-sitetools doxia-sitetools
#%add_to_maven_depmap org.apache.maven.doxia doxia-decoration-model %{namedversion} JPP/maven-doxia-decoration-model doxia-decoration-model
#%add_to_maven_depmap org.apache.maven.doxia doxia-site-renderer %{namedversion} JPP/maven-doxia-site-renderer doxia-site-rendeder
%add_to_maven_depmap org.apache.maven.doxia doxia-doc-renderer %{namedversion} JPP/maven-doxia-doc-renderer doxia-doc-renderer

%files
%{_javadir}/%{parent}/*.jar
%{_mavenpomdir}/JPP-*.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%doc %{_javadocdir}/%{name}

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-7
+ Revision: 357d2e6
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10865 |14cu|maven-doxia-tools-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		maven-doxia-tools
Version:	1.4
Release:	3
Summary:	Maven Doxia Integration Tools

Group:		Development/Java
License:	ASL 2.0
URL:		http://maven.apache.org/shared/maven-doxia-tools/
Source0:	http://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip
Patch0:		%{name}-migration-to-component-metadata.patch

#BuildRequires:	apache-commons-io >= 1.4
BuildRequires:	apache-commons-logging
BuildRequires:	plexus-utils
BuildRequires:	plexus-interpolation
BuildRequires:	plexus-container-default
BuildRequires:	plexus-i18n
BuildRequires:	maven2
#BuildRequires:	maven-shared
BuildRequires:	maven-doxia
BuildRequires:	maven-doxia-sitetools
BuildRequires:	maven-compiler-plugin
BuildRequires:	maven-install-plugin
BuildRequires:	maven-jar-plugin
BuildRequires:	maven-javadoc-plugin
BuildRequires:	maven-resources-plugin
BuildRequires:	maven-surefire-plugin
BuildRequires:	maven-plugin-testing-harness
#BuildRequires:	maven-shared-reporting-impl
#BuildRequires:	plexus-containers-component-metadata
BuildRequires:	java-devel >= 1.6.0

BuildArch:	noarch

#Requires:	apache-commons-io >= 1.4
Requires:	plexus-utils
Requires:	plexus-interpolation
Requires:	plexus-container-default
Requires:	plexus-i18n
#Requires:	maven-shared
Requires:	maven-doxia
Requires:	maven-doxia-sitetools

Requires:	jpackage-utils

%description
A collection of tools to help the integration of Doxia in Maven plugins.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q
%patch0 -b .sav


%build
mvn \
	-Dmaven.test.skip=true \
	install javadoc:aggregate

%install
# jars
install -Dm 644 target/%{name}-%{version}.jar %{buildroot}/%{_javadir}/%{name}.jar

# javadoc
install -d -m 755 %{buildroot}/%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}/%{_javadocdir}/%{name}

# poms
install -Dpm 644 pom.xml %{buildroot}/%{_mavenpomdir}/JPP-%{name}.pom

#%add_maven_depmap JPP-%{name}.pom %{name}.jar
%add_to_maven_depmap org.apache.maven.doxia doxia-tools %{namedversion} JPP/maven-doxia-tools doxia-tools

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/%{name}
%doc LICENSE NOTICE DEPENDENCIES

%files javadoc
%doc %{_javadocdir}/*
%doc LICENSE


%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: c966846
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10866 |14cu|maven-enforcer-1.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-enforcer
Version:        1.3.1
Release:        4
Summary:        Maven Enforcer

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/enforcer
#svn export http://svn.apache.org/repos/asf/maven/enforcer/tags/enforcer-1.3 enforcer-1.3
#tar caf enforcer-1.3.tar.xz enforcer-1.3
Source0:        enforcer-1.3.1-source-release.zip
Source1:        %{name}-depmap.xml
Patch0:		fix-site.patch
BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0

BuildRequires: maven2
BuildRequires: maven-plugin-plugin
BuildRequires: maven-assembly-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-doxia
#BuildRequires: maven-doxia-sitetools
BuildRequires: maven-doxia-tools
BuildRequires: maven-install-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-plugin-testing-harness
BuildRequires: maven-plugin-cobertura
BuildRequires: maven-resources-plugin
BuildRequires: maven-site-plugin
BuildRequires: maven-shared-reporting-impl
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: tomcat
BuildRequires: plexus-maven-plugin
#BuildRequires: plexus-containers-component-javadoc
Requires:      maven2
Requires:       jpackage-utils
Requires:       java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

%description
Enforcer is a build rule execution framework.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%package api
Summary: Enforcer API
Group: Development/Java
Requires: %{name} = %{version}-%{release}

%description api
This component provides the generic interfaces needed to
implement custom rules for the maven-enforcer-plugin.

%package rules
Summary: Enforcer Rules
Group: Development/Java
Requires: %{name} = %{version}-%{release}
Requires: %{name}-api

%description rules
This component contains the standard Enforcer Rules.

%package -n maven-enforcer-plugin
Summary: Enforcer Rules
Group: Development/Java
Requires: %{name} = %{version}-%{release}
Requires: %{name}-rules
Obsoletes: maven2-plugin-enforcer <= 0:2.0.8
Provides: maven2-plugin-enforcer = 1:%{version}-%{release}

%description -n maven-enforcer-plugin
This component contains the standard Enforcer Rules.

%prep
%setup -q -n enforcer-%{version}
%patch0 -p1

# fix old dep on javadoc taglet
sed -i 's:<artifactId>plexus-javadoc</artifactId>:<artifactId>plexus-component-javadoc</artifactId>:' pom.xml

%build
mvn \
        -Dmaven.local.depmap.file=%{SOURCE1} \
        -Dmaven.test.failure.ignore=true \
        install javadoc:aggregate

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}/%{name}
install -m 644 enforcer-api/target/enforcer-api-%{version}.jar  \
 %{buildroot}%{_javadir}/%{name}/enforcer-api.jar
install -m 644 enforcer-rules/target/enforcer-rules-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/enforcer-rules.jar
install -m 644 maven-enforcer-plugin/target/maven-enforcer-plugin-%{version}.jar  \
 %{buildroot}%{_javadir}/%{name}/plugin.jar

# poms
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}

install -pm 644 pom.xml \
                $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap org.apache.maven.enforcer enforcer %{version} JPP %{name}

install -pm 644 enforcer-api/pom.xml \
                $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-enforcer-api.pom
%add_to_maven_depmap org.apache.maven.enforcer enforcer-api %{version} JPP/%{name} enforcer-api

install -pm 644 enforcer-rules/pom.xml \
                $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-enforcer-rules.pom
%add_to_maven_depmap org.apache.maven.enforcer enforcer-rules %{version} JPP/%{name} enforcer-rules

install -pm 644 maven-enforcer-plugin/pom.xml \
                $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-plugin.pom
%add_to_maven_depmap org.apache.maven.plugins maven-enforcer-plugin %{version} JPP/%{name} plugin

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}


%post
%update_maven_depmap

%postun
%update_maven_depmap

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :


%files
%dir %{_javadir}/%{name}
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}

%files api
%{_javadir}/%{name}/enforcer-api*

%files rules
%{_javadir}/%{name}/enforcer-rules*

%files -n maven-enforcer-plugin
%{_javadir}/%{name}/plugin*


%changelog

* Fri Mar 25 2016 Denis Silakov <dsilakov@gmail.com> 1.3.1-4
- (12dd71c) Switch to newer servlet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10867 |14cu|maven-idea-plugin-2.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-idea-plugin
Version:        2.2
Release:        6
Summary:        Maven IDEA Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/%{name}
# svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-idea-plugin-2.2
# tar caf maven-idea-plugin-2.2.tar.xz maven-idea-plugin-2.2
Source0:        %{name}-%{version}.tar.xz

BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: plexus-utils
BuildRequires: ant
BuildRequires: maven2
BuildRequires: maven-wagon
BuildRequires: plexus-container-default
BuildRequires: maven-install-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-plugin-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-surefire-maven-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-jar-plugin
BuildRequires: maven-javadoc-plugin
#BuildRequires: maven-shared-plugin-testing-harness
#BuildRequires: dom4j
Requires: ant
Requires: maven2
Requires: jpackage-utils
Requires: java
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

Obsoletes: maven2-plugin-idea <= 0:2.0.8
Provides: maven2-plugin-idea = 1:%{version}-%{release}

%description
The IDEA Plugin is used to generate files (ipr, iml, and iws) for a
project so you can work on it using the IDE, IntelliJ IDEA.


%package javadoc
Group:          Development/Java
Summary:        API documentation for %{name}
Requires:       jpackage-utils

%description javadoc
%{summary}.

%prep
%setup -q #You may need to update this according to your Source0

%build
mvn \
	-Dmaven.test.failure.ignore=true \
	install javadoc:javadoc

%install
# jars
install -Dpm 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# poms
install -Dpm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%add_to_maven_depmap org.apache.maven.plugins %{name} %{version} JPP %{name}

# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog

* Wed Jun 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-6
- (26f2890) Fix ant BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10868 |14cu|maven-jar-plugin-2.3.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-jar-plugin
Version:        2.3.1
Release:        8
Summary:        Maven JAR Plugin
Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-jar-plugin/
Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1-source-release.zip
BuildArch: noarch

BuildRequires: java-rpmbuild >= 0:1.6
BuildRequires: maven2
BuildRequires: maven-plugin-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-doxia-sitetools
BuildRequires: maven-plugin-testing-harness
BuildRequires: maven-archiver
BuildRequires: plexus-archiver
BuildRequires: plexus-container-default
BuildRequires: apache-commons-lang
BuildRequires: plexus-utils
BuildRequires: junit
Requires:	maven2
Requires:	maven-archiver
Requires:	plexus-archiver
Requires:	apache-commons-lang
Requires:	plexus-utils
Requires:	maven-plugin-testing-harness
Requires:	junit
Requires:	jpackage-utils
Requires:	java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

%rename maven2-plugin-jar

%description
Builds a Java Archive (JAR) file from the compiled 
project classes and resources.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q 

%build
mvn -Dmaven.test.skip=true \
        install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.apache.maven.plugins maven-jar-plugin %{version} JPP maven-jar-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-8
+ Revision: a752b20
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10869 |14cu|maven-javadoc-plugin-2.7-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global bootstrap 1

Name:           maven-javadoc-plugin
Version:        2.7
Release:        10
Summary:        Maven Javadoc Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-javadoc-plugin
# svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-javadoc-plugin-2.7
# tar caf maven-javadoc-plugin-2.7.tar.xz maven-javadoc-plugin-2.7/
Source0:        %{name}-%{version}.tar.xz
Patch0:         remove-test-deps.patch
#Patch1:         pom.patch

BuildRequires:  maven2
BuildRequires:  maven-clean-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-resources-plugin

#BuildRequires:  maven-surefire-maven-plugin
#BuildRequires:  maven-doxia-sitetools
#BuildRequires:  maven-shared-plugin-testing-harness
#BuildRequires:  maven-shade-plugin
#BuildRequires:  plexus-interactivity
#BuildRequires:  maven-shared-invoker
%if ! %{bootstrap}
BuildRequires:  maven-javadoc-plugin
%endif        

BuildRequires: java-devel >= 0:1.6.0.

Requires:       jpackage-utils
Requires:       maven2
#Requires:       maven-shared-invoker
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

BuildArch: noarch

Obsoletes: maven2-plugin-javadoc <= 2.0.8
Provides:  maven2-plugin-javadoc = %{version}-%{release}

%description
The Maven Javadoc Plugin is a plugin that uses the javadoc tool for
generating javadocs for the specified project.
 
%if ! %{bootstrap}
%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.
%endif

%prep
%setup -q 
%patch0
# Update source for use with newer doxia
#%patch1

#sed -i -e "s|org.apache.maven.doxia.module.xhtml.decoration.render|org.apache.maven.doxia.sink.render|g" src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java

sed -i -e "s|model>|models>|g" pom.xml

%build
mvn -Dmaven.test.skip=true \
        install
%if ! %{bootstrap}
mvn-jpp -Dmaven.test.skip=true \
       javadoc:javadoc
%endif        

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.apache.maven.plugins maven-javadoc-plugin %{version} JPP maven-javadoc-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%if ! %{bootstrap}
# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*
%endif

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%if ! %{bootstrap}
%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}
%endif


%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7-10
+ Revision: 456ce0a
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10870 |14cu|maven-plugin-cobertura-2.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       maven-plugin-cobertura
Version:    2.4
Release:    6
Summary:    Plugin providing the features of Cobertura within Maven

Group:      Development/Java
License:    ASL 2.0 and GPLv2 and GPLv2+
URL:        http://mojo.codehaus.org/cobertura-maven-plugin/
Source0:    http://repo2.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.4/cobertura-maven-plugin-%{version}-source-release.zip
BuildArch:  noarch

BuildRequires:  maven2
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-install-plugin
#BuildRequires:  maven-invoker-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-surefire-maven-plugin
BuildRequires:  maven-doxia-sitetools
BuildRequires:  maven-plugin-testing-harness
BuildRequires:  gnu.getopt 
BuildRequires:  java-1.7.0-openjdk-devel
#BuildRequires:  cobertura
#BuildRequires:  mojo-parent

Requires:       maven2
#Requires:       cobertura
#Requires:       mojo-parent
Requires(post): jpackage-utils
Requires(postun):  jpackage-utils

%description
This plugin provides the features of Cobertura within the Maven 2 environment.
The report generated by this plugin is the result of executing the Cobertura
tool against your compiled classes to help you determine how well the unit
testing efforts have been, and can then be used to identify which parts
of your Java program are lacking test coverage.

%package	javadoc
Summary:    Javadoc for %{name}
Group:      Development/Java
Requires:   %{name} = %{version}-%{release}
Requires:   jpackage-utils

%description	javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n cobertura-maven-plugin-%{version}

%build
mvn \
	-Dmaven.test.skip=true \
	 package javadoc:javadoc

%install
# jar
ln -sf $(build-classpath gnu.getopt)
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -p -m 644 target/cobertura-maven-plugin-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/maven-plugin-cobertura.jar

# pom
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -p -m 644 pom.xml \
  $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-maven-plugin-cobertura.pom
%add_to_maven_depmap org.codehaus.mojo cobertura-maven-plugin %{version} JPP maven-plugin-cobertura

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -rp target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_mavenpomdir}/JPP-%{name}*.pom
%config(noreplace) %{_mavendepmapfragdir}
%{_javadir}/*

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-6
+ Revision: 6f21cb4
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10871 |14cu|maven-plugin-plugin-3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-plugin-plugin
Version:        3.2
Release:        3
Summary:        Maven Plugin Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-plugin-plugin
#svn checkout http://svn.apache.org/repos/asf/maven/plugin-tools/tags/maven-plugin-tools-3.2/maven-plugin-plugin maven-plugin-plugin
#tar caf maven-plugin-plugin-3.2.tar.xz maven-plugin-plugin-3.2/
Source0:        %{name}-%{version}.tar.xz

BuildArch: noarch

BuildRequires: java-rpmbuild >= 0:1.6
BuildRequires: maven2
BuildRequires: maven-compiler-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
#BuildRequires: maven-doxia-sitetools
BuildRequires: maven-plugin-testing-harness
#BuildRequires:	maven-modello-plugin

Requires:      maven2
Requires:      jpackage-utils
Requires:      java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

%description
The Maven Plugin Plugin is used to create a Maven plugin descriptor for any
Mojo's found in the source tree, to include in the JAR. It is also used to
generate report files for the Mojos as well as for updating the plugin
registry, the artifact metadata and generating a generic help goal.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q 

%build
mvn install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}.jar

%add_to_maven_depmap org.apache.maven.plugins maven-plugin-plugin %{version} JPP maven-plugin-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2-3
+ Revision: a51975f
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10872 |14cu|maven-plugins-pom-23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name maven-plugins

Name:           %{short_name}-pom
Version:        23
Release:        2
Summary:        Maven Plugins POM
BuildArch:      noarch
Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/
Source0:        http://repo.maven.apache.org/maven2/org/apache/maven/plugins/%{short_name}/%{version}/%{short_name}-%{version}-source-release.zip

BuildRequires:  maven2
BuildRequires:  jpackage-utils

Requires:       jpackage-utils

%description
This package provides Maven Plugins parent POM used by different
Apache Maven plugins.

%prep
%setup -q -n %{short_name}-%{version}

%build
# nothing

%install
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%add_to_maven_depmap org.apache.maven maven-plugins %{version} JPP maven-plugins

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE NOTICE
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 23-2
+ Revision: d617aff
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10873 |14cu|maven-plugin-testing-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-plugin-testing
Version:        1.3
Release:        5
Summary:        Maven Plugin Testing

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugin-testing/
#svn export http://svn.apache.org/repos/asf/maven/plugin-testing/tags/maven-plugin-testing-1.3 maven-plugin-testing-1.3
#tar caf maven-plugin-testing-1.3.tar.gz maven-plugin-testing-1.3/
Source0:        %{name}-%{version}.tar.gz

BuildArch: noarch

BuildRequires: junit
BuildRequires: java-rpmbuild >= 0:1.6
BuildRequires: maven2
BuildRequires: maven-install-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-source-plugin
BuildRequires: maven-site-plugin
BuildRequires: plexus-maven-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-doxia-sitetools
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
#BuildRequires: maven-shared-reporting-impl
BuildRequires: maven-test-tools

Requires:		maven2
Requires:       jpackage-utils
Requires:       java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

%description
The Maven Plugin Testing contains the necessary modules
to be able to test Maven Plugins.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%package harness
Summary: Maven Plugin Testing Mechanism
Group: Development/Java
Requires: maven-plugin-testing = %{version}-%{release}
%rename maven-shared-plugin-testing-harness

%description harness
The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojo.

%package tools
Summary: Maven Plugin Testing Tools
Group: Development/Java
Requires: maven-plugin-testing = %{version}-%{release}
%rename maven-shared-plugin-testing-tools

%description tools
A set of useful tools to help the Maven Plugin testing.

%package -n maven-test-tools
Summary: Maven Testing Tool
Group: Development/Java
Requires: maven-plugin-testing = %{version}-%{release}
%rename maven-shared-test-tools

%description -n maven-test-tools
Framework to test Maven Plugins with Easymock objects.

%prep
%setup -q 

%build
mvn install javadoc:aggregate

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}/%{name}
install -m 644 maven-plugin-testing-harness/target/%{name}-harness-%{version}.jar  \
 %{buildroot}%{_javadir}/%{name}/%{name}-harness.jar
install -m 644 maven-plugin-testing-tools/target/%{name}-tools-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/%{name}-tools.jar
install -m 644 maven-test-tools/target/maven-test-tools-%{version}.jar  \
 %{buildroot}%{_javadir}/%{name}/maven-test-tools.jar

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-%{name}.pom
%add_to_maven_depmap org.apache.maven.plugin-testing %{name} %{version} JPP/%{name} %{name}
%add_to_maven_depmap org.apache.maven.shared %{name}-harness %{version} JPP/%{name} %{name}
install -pm 644 maven-plugin-testing-harness/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-%{name}-harness.pom
%add_to_maven_depmap org.apache.maven.plugin-testing %{name}-harness %{version} JPP/%{name} %{name}-harness
%add_to_maven_depmap org.apache.maven.shared %{name}-harness %{version} JPP/%{name} %{name}-harness
install -pm 644 maven-plugin-testing-tools/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-%{name}-tools.pom
%add_to_maven_depmap org.apache.maven.plugin-testing %{name}-tools %{version} JPP/%{name} %{name}-tools
%add_to_maven_depmap org.apache.maven.shared %{name}-tools %{version} JPP/%{name} %{name}-tools
install -pm 644 maven-test-tools/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-maven-test-tools.pom
%add_to_maven_depmap org.apache.maven.plugin-testing maven-test-tools %{version} JPP/%{name} maven-test-tools
%add_to_maven_depmap org.apache.maven.shared maven-test-tools %{version} JPP/%{name} maven-test-tools

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/*

%files harness
%{_javadir}/%{name}/%{name}-harness*

%files tools
%{_javadir}/%{name}/%{name}-tools*

%files -n maven-test-tools
%{_javadir}/%{name}/maven-test-tools*


%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-5
+ Revision: bb9ac02
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10874 |14cu|maven-plugin-testing-harness-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-plugin-testing-harness
Version:        2.0
Release:        3
Summary:        The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojos

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/
Source0:        %{name}-%{version}.tar.xz

BuildRequires:  maven2
BuildRequires:  maven-clean-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:	maven-plugin-testing
BuildRequires:	java-1.7.0-openjdk-devel

Requires:       jpackage-utils
Requires:       maven2
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

BuildArch: noarch

%description
The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojos, 
i.e. by pre-constructing the Plexus components, providing stub objects for
Maven functionality such as projects, and populating fields from an XML file
that resembles the plugin configuration in the POM.
 
%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q

%build
mvn -Dmaven.test.skip=true \
        install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.apache.maven.plugins maven-plugin-testing-harness %{version} JPP maven-plugin-testing-harness

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-3
+ Revision: 6fb0afb
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10875 |14cu|maven-release-2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# maven-release parent pom version
%global pversion 16
# maven-release-manager jar version
%global mjarver 2.0
# maven-release-plugin jar version
%global pjarver 2.0

Name:           maven-release
Version:        2.0
Release:        6
Summary:        Release a project updating the POM and tagging in the SCM

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-release-plugin/
# tar creation instructions
# svn export http://svn.apache.org/repos/asf//maven/release/tags/maven-release-2.0 maven-release-2.0
# tar cfJ maven-release-2.0.tar.xz maven-release-2.0 
Source0:        maven-release-2.0.tar.xz
Source1:        maven-release-jpp-depmap.xml
# Remove jmock needed for tests and set source to 1.4 to support assert stmt
Patch0:         001_mavenreleasemanager_fixbuild.patch
# Remove deps needed for tests, till jmock gets packaged
Patch1:         002_mavenreleaseplugin_skiptests.patch
BuildArch:      noarch

BuildRequires:  java-devel
BuildRequires:  jpackage-utils
#BuildRequires:  maven-scm >= 1.4-1
#BuildRequires:  maven-scm-test >= 1.4-1
BuildRequires:  maven2
BuildRequires:  maven2-common-poms
#BuildRequires:  maven-antrun-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-source-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-plugin-testing-harness
BuildRequires:  plexus-maven-plugin
BuildRequires:  plexus-utils
BuildRequires:  maven-surefire-maven-plugin
BuildRequires:  jaxen

Requires:       java 
Requires:       jpackage-utils

Requires(post):   jpackage-utils
Requires(postun): jpackage-utils


%description
This plugin is used to release a project with Maven, saving a lot of 
repetitive, manual work. Releasing a project is made in two steps: 
prepare and perform.


%package manager
Summary:        Release a project updating the POM and tagging in the SCM
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils
BuildArch:      noarch

%description manager
This package contains %{name}-manager needed by %{name}-plugin.


%package plugin
Summary:        Release a project updating the POM and tagging in the SCM
Group:          Development/Java
Requires:       %{name}-manager = %{version}-%{release}
Requires:       jpackage-utils
BuildArch:      noarch

%description plugin
This plugin is used to release a project with Maven, saving a lot of
repetitive, manual work. Releasing a project is made in two steps:
prepare and perform.


%package javadoc
Summary:        Javadocs for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils
Obsoletes:      %{name}-manager-javadoc <= 2.0-1
Obsoletes:      %{name}-plugin-javadoc <= 2.0-1
BuildArch:      noarch

%description javadoc
This package contains the API documentation for %{name}.


%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
cat > README << EOT
%{name}-%{version}

This plugin is used to release a project with Maven, saving a lot of
repetitive, manual work. Releasing a project is made in two steps:
prepare and perform.
EOT


%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

mvn \
  -e  \
  -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
  -Dmaven2.jpp.depmap.file=%{SOURCE1} \
  -Dmaven.test.skip=true \
  install javadoc:aggregate


%install
mkdir -p %{buildroot}%{_javadir}

# jars
install -Dp -m 644 %{name}-manager/target/%{name}-manager-%{mjarver}.jar \
  %{buildroot}%{_javadir}//%{name}-manager.jar

install -Dp -m 644 %{name}-plugin/target/%{name}-plugin-%{pjarver}.jar \
  %{buildroot}%{_javadir}/%{name}-plugin.jar

# javadocs
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -rp target/site/apidocs/  \
  %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -sf %{name}-%{version} %{name})

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml  \
  %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom
install -pm 644 %{name}-manager/pom.xml  \
  %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}-manager.pom
install -pm 644 %{name}-plugin/pom.xml  \
  %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}-plugin.pom

%add_to_maven_depmap org.apache.maven.release %{name} %{pversion} JPP %{name}
%add_to_maven_depmap org.apache.maven.release %{name}-manager %{mjarver} JPP %{name}-manager
%add_to_maven_depmap org.apache.maven.plugins %{name}-plugin %{pjarver} JPP %{name}-plugin

%files
%defattr(-,root,root,-)
%doc README
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/*


%files manager
%defattr(-,root,root,-)
%{_javadir}/*manager*
%{_mavenpomdir}/JPP-%{name}-manager.pom


%files plugin
%defattr(-,root,root,-)
%{_javadir}/*plugin*
%{_mavenpomdir}/JPP-%{name}-plugin.pom


%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}
%{_javadocdir}/%{name}-%{version}


%post
%update_maven_depmap


%postun
%update_maven_depmap

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-6
+ Revision: 68a9ff6
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10876 |14cu|maven-remote-resources-plugin-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-remote-resources-plugin
Version:        1.5
Release:        3
Summary:        Maven Remote Resources Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-remote-resources-plugin/
#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-remote-resources-plugin-1.5/
#tar jcf maven-remote-resources-plugin-1.5.tar.bz2 maven-remote-resources-plugin-1.5/
Source0:        %{name}-%{version}.tar.bz2

BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: maven2
BuildRequires: maven-plugin-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-surefire-maven-plugin
BuildRequires: maven-shared-filtering
BuildRequires: plexus-container-default
BuildRequires: velocity
BuildRequires: maven-shared-artifact-resolver
BuildRequires: maven-shared-common-artifact-filters
BuildRequires: maven-shared-downloader
BuildRequires: plexus-interpolation
BuildRequires: plexus-utils
BuildRequires: plexus-velocity
#BuildRequires: plexus-resources
BuildRequires: junit
BuildRequires: maven-plugin-testing-harness
#BuildRequires: maven-wagon
BuildRequires: maven-shared-verifier
BuildRequires: maven-surefire-provider-junit

Requires:       maven2
Requires:       java
Requires:       jpackage-utils
#Requires:       maven-wagon
Requires:       maven-shared-artifact-resolver

Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

Obsoletes:      maven2-plugin-remote-resources <= 0:2.0.8
Provides:       maven2-plugin-remote-resources = 1:%{version}-%{release}

%description
Process resources packaged in JARs that have been deployed to
a remote repository. The primary use case being satisfied is
the consistent inclusion of common resources in a large set of
projects. Maven projects at Apache use this plug-in to satisfy
licensing requirements at Apache where each project much include
license and notice files for each release.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q

%build
mvn install javadoc:javadoc

%install
# jars
install -Dpm 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.apache.maven.plugins %{name} %{version} JPP %{name}

# poms
install -Dpm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-3
+ Revision: 187abd8
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10877 |14cu|maven-resources-plugin-2.4.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-resources-plugin
Version:        2.4.3
Release:        7
Summary:        Maven Resources Plugin
Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-resources-plugin
#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-2.4.3 maven-resources-plugin-2.4.3
#tar zcf maven-resources-plugin-2.4.3.tar.gz maven-resources-plugin-2.4.3/
Source0:        %{name}-%{version}.tar.gz
BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: maven2
BuildRequires: maven-plugin-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-maven-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-doxia-sitetools
BuildRequires: maven-plugin-testing-harness
#BuildRequires: maven-shared-reporting-impl
BuildRequires: plexus-digest

Requires:	maven-plugin-testing-harness
Requires:	maven2
Requires:	jpackage-utils
Requires:	java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

Provides:       maven2-plugin-resources = %{version}-%{release}
Obsoletes:      maven2-plugin-resources <= 0:2.0.8

%description
The Resources Plugin handles the copying of project resources 
to the output directory.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q -n %{name}-%{version}

%build
mvn -Dmaven.test.failure.ignore=true \
        install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.apache.maven.plugins maven-resources-plugin %{version} JPP maven-resources-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.3-7
+ Revision: 866be36
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10878 |14cu|maven-shared-15-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global shared_components_version 15
%global file_management_version 1.2.2
%global ant_version 1.0

%global artifact_resolver_version 1.1

%global common_artifact_filters_version 1.3
%global dependency_analyzer_version 1.2
%global dependency_tree_version 1.3
%global downloader_version 1.2

# missing?
%global plugin_testing_harness_version 1.2

%global filtering_version 1.0

%global invoker_version 2.0.12
%global model_converter_version 2.3
%global osgi_version 0.3.0

#this model is not included in parent pom
%global reporting_api_version 3.0

%global reporting_impl_version 2.1
%global repository_builder_version 1.0

%global runtime_version 1.0

%global io_version 1.2
%global jar_version 1.1
%global monitor_version 1.0
### disabled by pom.xml default
#%global script_ant_version 2.1
#%global script_beanshell_version 2.1
#%global test_tools_version 1.0
#%global toolchain_version 1.0
%global verifier_version 1.3

Summary:        Maven Shared Components
URL:            http://maven.apache.org/shared/
Name:           maven-shared
Version:        15
Release:        22
License:        ASL 2.0
Group:          Development/Java

# svn export \
# http://svn.apache.org/repos/asf/maven/shared/tags/maven-shared-components-15/
# tar czf maven-shared-components-14.tar.gz maven-shared-components-15
Source0:        maven-shared-components-%{version}.tar.gz
Source1:        %{name}-jpp-depmap.xml

Patch0:        %{name}-pom.patch
Patch2:        maven-dependency-tree-pom.patch
Patch3:        maven-osgi-pom.patch
Patch5:        maven-runtime-pom.patch
Patch6:        maven-runtime-XMLMavenRuntimeVisitor.patch
Patch7:        maven-artifact-resolver-pom.patch

BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  ant
BuildRequires:  maven2
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-source-plugin
BuildRequires:  maven-surefire-plugin
BuildRequires:  maven-surefire-report-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-doxia
BuildRequires:  maven-doxia-sitetools
BuildRequires:  maven-doxia-tools
BuildRequires:  maven-shared-reporting-impl
BuildRequires:  maven-plugin-testing-tools
BuildRequires:  maven-test-tools
BuildRequires:  plexus-maven-plugin
#BuildRequires:  plexus-component-api
BuildRequires:  maven-plugin-cobertura
BuildRequires:  junit
#BuildRequires:  saxon
#BuildRequires:  saxon-scripts
BuildRequires:  plexus-utils
BuildRequires:  plexus-digest
#BuildRequires:  modello
BuildRequires:  easymock2
BuildRequires:  objectweb-asm
#BuildRequires:  dom4j
BuildRequires: aqute-bndlib
BuildRequires:  maven-wagon

Requires:       ant
Requires:       maven2 >= 0:2.0.4
Requires:       plexus-utils
#Requires:       saxon
#Requires:       saxon-scripts
Requires:       plexus-utils
Requires:       plexus-digest
Requires:       objectweb-asm
#Requires:       dom4j
Requires:       aqute-bndlib
Requires:       maven-wagon

BuildArch:      noarch

Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
Maven Shared Components

%package file-management
Summary:        Maven Shared File Management API
Group:          Development/Java
Version:        %{file_management_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  %{name}-io >= 0:%{io_version}
Requires:  maven2
Requires:  plexus-container-default
Requires:  plexus-utils

%description file-management
API to collect files from a given directory using
several include/exclude rules.

%package osgi
Summary:        Maven OSGi
Group:          Development/Java
Version:        %{osgi_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  aqute-bndlib
Requires:  maven2

%description osgi
Library for Maven-OSGi integration

%package ant
Summary:        Maven Ant
Group:          Development/Java
Version:        %{ant_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  ant
Requires:  maven2
Requires:  plexus-container-default

%description ant
Runs ant scripts embedded in the POM.

%package common-artifact-filters
Summary:        Maven Common Artifact Filters
Group:          Development/Java
Version:        %{common_artifact_filters_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  %{name}-test-tools >= 0:%{test_tools_version}-%{release}
Requires:  junit
Requires:  maven2
Requires:  plexus-container-default

%description common-artifact-filters
%{summary}.

%package dependency-tree
Summary:        Maven Dependency Tree
Group:          Development/Java
Version:        %{dependency_tree_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
#Requires:  %{name}-plugin-testing-harness >= 0:%{plugin_testing_harness_version}-%{release}
Requires:  maven2

%description dependency-tree
%{summary}.

%package downloader
Summary:        Maven Downloader
Group:          Development/Java
Version:        %{downloader_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  maven2

%description downloader
Provide a super simple interface for downloading a
single artifact.

%package dependency-analyzer
Summary:        Maven Dependency Analyzer
Group:          Development/Java
Version:        %{dependency_analyzer_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  maven2
Requires:  objectweb-asm

%description dependency-analyzer
%{summary}.

%package invoker
Summary:        Maven Process Invoker
Group:          Development/Java
Version:        %{invoker_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  %{name}-monitor >= 0:%{monitor_version}-%{release}
Requires:  maven2
Requires:  plexus-utils

%description invoker
%{summary}.

%package model-converter
Summary:        Maven Model Converter
Group:          Development/Java
Version:        %{model_converter_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
#Requires:  dom4j
Requires:  maven2
Requires:  plexus-container-default
Requires:  plexus-utils

%description model-converter
Converts between version 3.0.0 and version 4.0.0 models.

%package reporting-impl
Summary:        Maven Reporting Implementation
Group:          Development/Java
Version:        %{reporting_impl_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  jakarta-commons-validator
Requires:  jakarta-oro
Requires:  maven2
Requires:  maven-doxia

%description reporting-impl
%{summary}.

%package repository-builder
Summary:        Maven Repository Builder
Group:          Development/Java
Version:        %{repository_builder_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  %{name}-common-artifact-filters = 0:%{common_artifact_filters_version}-%{release}
Requires:  maven2

%description repository-builder
%{summary}.

%package io
Summary:        Maven Shared I/O API
Group:          Development/Java
Version:        %{io_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  maven2
Requires:  maven-wagon
Requires:  plexus-utils
Requires:  plexus-container-default

%description io
%{summary}.

%package jar
Summary:        Maven Shared Jar
Group:          Development/Java
Version:        %{jar_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  maven2

%description jar
Utilities that help identify the contents of a JAR,
including Java class analysis and Maven metadata
analysis.

%package monitor
Summary:        Maven Shared Monitor API
Group:          Development/Java
Version:        %{monitor_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  maven2
Requires:  plexus-container-default

%description monitor
%{summary}.

%package verifier
Summary:        Maven Verifier Component
Group:          Development/Java
Version:        %{verifier_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  junit

%description verifier
%{summary}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java 
Provides:       %{name}-file-management-javadoc = %{file_management_version}-%{release}
Obsoletes:      %{name}-file-management-javadoc < %{file_management_version}-%{release}
Provides:       %{name}-plugin-testing-harness-javadoc = %{plugin_testing_harness_version}-%{release}
Obsoletes:      %{name}-plugin-testing-harness-javadoc < %{plugin_testing_harness_version}-%{release}

%description javadoc
%{summary}.

%package artifact-resolver
Summary:        Maven Artifact Resolution API
Group:          Development/Java
Version:        %{artifact_resolver_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  ant
Requires:  maven2

%description artifact-resolver
Provides a component for plugins to easily resolve project dependencies.

%package filtering
Summary:        Maven Filtering
Group:          Development/Java
Version:        %{filtering_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  ant
Requires:  maven2

%description filtering
A component to assist in filtering of resource files with properties
from a Maven project.

%package reporting-api
Summary:        Maven Reporting API
Group:          Development/Java
Version:        %{reporting_api_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  ant
Requires:  maven2

%description reporting-api
Maven Reporting API.

%package runtime
Summary:        Maven Runtime
Group:          Development/Java
Version:        %{runtime_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  ant
Requires:  maven2

%description runtime
Maven Runtime allows introspection of Maven project metadata at runtime.
Basic artifact information or full Maven project metadata can be obtained
for all projects within a given class loader, optionally sorted into dependency
order, and also for a given class within a project.

%prep
%setup -q -n %{name}-components-%{shared_components_version}
chmod -R go=u-w *
#%patch0 -p0 -b .sav0
%patch1 -p0 -b .sav1
%patch2 -p0 -b .sav2
%patch3 -p0 -b .sav3
#%patch4 -p0 -b .sav4
%patch5 -p0 -b .sav5
%patch6 -p0 -b .sav6
%patch7 -p0 -b .sav7

# need namespace for new version modello
sed -i "s|<model>|<model xmlns=\"http://modello.codehaus.org/MODELLO/1.3.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://modello.codehaus.org/MODELLO/1.3.0 http://modello.codehaus.org/xsd/modello-1.3.0.xsd\" xml.namespace=\"..\" xml.schemaLocation=\"..\" xsd.namespace=\"..\" xsd.targetNamespace=\"..\">|" file-management/src/main/mdo/fileset.mdo
#sed -i "s|<groupId>ant|<groupId>org.apache.ant|g" maven-ant/pom.xml

# Remove test that needs junit-addons until that makes it into Fedora
rm -f maven-reporting-impl/src/test/java/org/apache/maven/reporting/AbstractMavenReportRendererTest.java

# Remove tests that need jmock (for now)
rm -f maven-dependency-analyzer/src/test/java/org/apache/maven/shared/dependency/analyzer/InputStreamConstraint.java
rm -f maven-dependency-analyzer/src/test/java/org/apache/maven/shared/dependency/analyzer/ClassFileVisitorUtilsTest.java
rm -f maven-dependency-analyzer/src/test/java/org/apache/maven/shared/dependency/analyzer/AbstractFileTest.java

%build
mvn \
        -Dmaven.local.depmap.file=%{SOURCE1} \
        -Dmaven.test.skip=true \
        -Dmaven.test.failure.ignore=true \
        install javadoc:aggregate

%install
# main package infrastructure
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/maven-shared
install -d -m 755 $RPM_BUILD_ROOT/%{_mavenpomdir}

# poms and jars
install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-components-parent.pom
%add_to_maven_depmap org.apache.maven.shared maven-shared-components %{shared_components_version} JPP/maven-shared components-parent

install -pm 644 maven-downloader/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-downloader.pom
%add_to_maven_depmap org.apache.maven.shared maven-downloader %{downloader_version} JPP/maven-shared downloader
install -p -m 0644 maven-downloader/target/maven-downloader-%{downloader_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/downloader.jar

install -pm 644 maven-dependency-analyzer/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-dependency-analyzer.pom
%add_to_maven_depmap org.apache.maven.shared maven-dependency-analyzer %{dependency_analyzer_version} JPP/maven-shared dependency-analyzer
install -p -m 0644 maven-dependency-analyzer/target/maven-dependency-analyzer-%{dependency_analyzer_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/dependency-analyzer.jar

install -pm 644 maven-dependency-tree/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-dependency-tree.pom
%add_to_maven_depmap org.apache.maven.shared maven-dependency-tree %{dependency_tree_version} JPP/maven-shared dependency-tree
install -p -m 0644 maven-dependency-tree/target/maven-dependency-tree-%{dependency_tree_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/dependency-tree.jar

install -pm 644 maven-verifier/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-verifier.pom
%add_to_maven_depmap org.apache.maven.shared maven-verifier %{verifier_version} JPP/maven-shared verifier
install -p -m 0644 maven-verifier/target/maven-verifier-%{verifier_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/verifier.jar

install -pm 644 maven-shared-monitor/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-monitor.pom
%add_to_maven_depmap org.apache.maven.shared maven-shared-monitor %{monitor_version} JPP/maven-shared monitor
install -p -m 0644 maven-shared-monitor/target/maven-shared-monitor-%{monitor_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/monitor.jar

install -pm 644 maven-shared-io/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-io.pom
%add_to_maven_depmap org.apache.maven.shared maven-shared-io %{io_version} JPP/maven-shared io
install -p -m 0644 maven-shared-io/target/maven-shared-io-%{io_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/io.jar

install -pm 644 maven-shared-jar/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-jar.pom
%add_to_maven_depmap org.apache.maven.shared maven-shared-jar %{jar_version} JPP/maven-shared jar
install -p -m 0644 maven-shared-jar/target/maven-shared-jar-%{jar_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/jar.jar

install -pm 644 maven-repository-builder/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-repository-builder.pom
%add_to_maven_depmap org.apache.maven.shared maven-repository-builder %{repository_builder_version} JPP/maven-shared repository-builder
install -p -m 0644 maven-repository-builder/target/maven-repository-builder-%{repository_builder_version}-alpha-3-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/repository-builder.jar

install -pm 644 maven-reporting-impl/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-reporting-impl.pom
%add_to_maven_depmap org.apache.maven.reporting maven-reporting-impl %{reporting_impl_version} JPP/maven-shared reporting-impl
install -p -m 0644 maven-reporting-impl/target/maven-reporting-impl-%{reporting_impl_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/reporting-impl.jar

install -pm 644 maven-model-converter/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-model-converter.pom
%add_to_maven_depmap org.apache.maven.shared maven-model-converter %{model_converter_version} JPP/maven-shared model-converter
install -p -m 0644 maven-model-converter/target/maven-model-converter-%{model_converter_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/model-converter.jar

install -pm 644 maven-invoker/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-invoker.pom
%add_to_maven_depmap org.apache.maven.shared maven-invoker %{invoker_version} JPP/maven-shared invoker
install -p -m 0644 maven-invoker/target/maven-invoker-%{invoker_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/invoker.jar

install -pm 644 maven-common-artifact-filters/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-common-artifact-filters.pom
%add_to_maven_depmap org.apache.maven.shared maven-common-artifact-filters %{common_artifact_filters_version} JPP/maven-shared common-artifact-filters
install -p -m 0644 maven-common-artifact-filters/target/maven-common-artifact-filters-%{common_artifact_filters_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/common-artifact-filters.jar

install -pm 644 maven-ant/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-ant.pom
%add_to_maven_depmap org.apache.maven.shared maven-ant %{ant_version} JPP/maven-shared ant
install -p -m 0644 maven-ant/target/maven-ant-%{ant_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/ant.jar

install -pm 644 maven-osgi/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-osgi.pom
%add_to_maven_depmap org.apache.maven.shared maven-osgi %{osgi_version} JPP/maven-shared osgi
install -p -m 0644 maven-osgi/target/maven-osgi-%{osgi_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/osgi.jar

install -pm 644 file-management/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-file-management.pom
%add_to_maven_depmap org.apache.maven.shared file-management %{file_management_version} JPP/maven-shared file-management
install -p -m 0644 file-management/target/file-management-%{file_management_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/file-management.jar

install -pm 644 maven-artifact-resolver/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-artifact-resolver.pom
%add_to_maven_depmap org.apache.maven.shared maven-artifact-resolver %{artifact_resolver_version} JPP/maven-shared artifact-resolver
install -p -m 0644 maven-artifact-resolver/target/maven-artifact-resolver-%{artifact_resolver_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/artifact-resolver.jar

install -pm 644 maven-filtering/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-filtering.pom
%add_to_maven_depmap org.apache.maven.shared maven-filtering %{filtering_version} JPP/maven-shared filtering
install -p -m 0644 maven-filtering/target/maven-filtering-%{filtering_version}-beta-4-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/filtering.jar

#install -pm 644 maven-reporting-api/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-reporting-api.pom
#%add_to_maven_depmap org.apache.maven.shared maven-reporting-api %{reporting_api_version} JPP/maven-shared reporting-api
#install -p -m 0644 maven-reporting-api/target/maven-reporting-api-%{reporting_api_version}-SNAPSHOT.jar \
#        $RPM_BUILD_ROOT%{_javadir}/maven-shared/reporting-api.jar

install -pm 644 maven-runtime/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-runtime.pom
%add_to_maven_depmap org.apache.maven.shared maven-runtime %{runtime_version} JPP/maven-shared runtime
install -p -m 0644 maven-runtime/target/maven-runtime-%{runtime_version}-alpha-3-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/runtime.jar

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{shared_components_version}
cp -pr target/site/apidocs/* \
         $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{shared_components_version}/

ln -s %{name}-%{shared_components_version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%dir %{_javadir}/maven-shared
%dir %{_mavenpomdir}
%{_mavenpomdir}/JPP.maven-shared-components-parent.pom
%{_mavendepmapfragdir}

%files file-management
%{_javadir}/maven-shared/file-management*.jar
%{_mavenpomdir}/JPP.maven-shared-file-management.pom

%files osgi
%{_javadir}/maven-shared/osgi*.jar
%{_mavenpomdir}/JPP.maven-shared-osgi.pom

%files ant
%{_javadir}/maven-shared/ant*.jar
%{_mavenpomdir}/JPP.maven-shared-ant.pom

%files common-artifact-filters
%{_javadir}/maven-shared/common-artifact-filters*.jar
%{_mavenpomdir}/JPP.maven-shared-common-artifact-filters.pom

%files dependency-analyzer
%{_javadir}/maven-shared/dependency-analyzer*.jar
%{_mavenpomdir}/JPP.maven-shared-dependency-analyzer.pom

%files dependency-tree
%{_javadir}/maven-shared/dependency-tree*.jar
%{_mavenpomdir}/JPP.maven-shared-dependency-tree.pom

%files downloader
%{_javadir}/maven-shared/downloader*.jar
%{_mavenpomdir}/JPP.maven-shared-downloader.pom

%files invoker
%{_javadir}/maven-shared/invoker*.jar
%{_mavenpomdir}/JPP.maven-shared-invoker.pom

%files model-converter
%{_javadir}/maven-shared/model-converter*.jar
%{_mavenpomdir}/JPP.maven-shared-model-converter.pom


%files reporting-impl
%{_javadir}/maven-shared/reporting-impl*.jar
%{_mavenpomdir}/JPP.maven-shared-reporting-impl.pom

%files repository-builder
%{_javadir}/maven-shared/repository-builder*.jar
%{_mavenpomdir}/JPP.maven-shared-repository-builder.pom

%files io
%{_javadir}/maven-shared/io*.jar
%{_mavenpomdir}/JPP.maven-shared-io.pom

%files jar
%{_javadir}/maven-shared/jar*.jar
%{_mavenpomdir}/JPP.maven-shared-jar.pom

%files monitor
%{_javadir}/maven-shared/monitor*.jar
%{_mavenpomdir}/JPP.maven-shared-monitor.pom

%files verifier
%{_javadir}/maven-shared/verifier*.jar
%{_mavenpomdir}/JPP.maven-shared-verifier.pom

%files artifact-resolver
%{_javadir}/maven-shared/artifact-resolver*.jar
%{_mavenpomdir}/JPP.maven-shared-artifact-resolver.pom

%files filtering
%{_javadir}/maven-shared/filtering*.jar
%{_mavenpomdir}/JPP.maven-shared-filtering.pom

#%files reporting-api
#%{_javadir}/maven-shared/reporting-api*.jar
#%{_mavenpomdir}/JPP.maven-shared-reporting-api.pom

%files runtime
%{_javadir}/maven-shared/runtime*.jar
%{_mavenpomdir}/JPP.maven-shared-runtime.pom

%files javadoc
%{_javadocdir}/%{name}-%{shared_components_version}
%doc %{_javadocdir}/%{name}


%changelog

* Wed Jun 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 15-22
- (b70e1c0) Fix ant BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10879 |14cu|maven-site-plugin-2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-site-plugin
Version:        2.2
Release:        5
Summary:        Maven Site Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-site-plugin/
Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
Patch0:         add-servlet-dep.patch

BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: maven2
BuildRequires: maven-plugin-plugin
#BuildRequires: maven-assembly-plugin
#BuildRequires: plexus-maven-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-doxia
#BuildRequires: maven-doxia-sitetools
#BuildRequires: maven-doxia-tools
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-plugin-testing-harness
BuildRequires: maven-plugin-cobertura
#BuildRequires:	jetty
Requires: maven2
Requires: java
Requires: jpackage-utils
#Requires: maven-doxia-tools
#Requires:		jetty
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

Provides:       maven2-plugin-site = %{version}-%{release}
Obsoletes:      maven2-plugin-site <= 0:2.0.8

%description
The Maven Site Plugin generates a site for the current project.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q 
%patch0

%build
mvn install javadoc:javadoc

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}.jar

%add_to_maven_depmap org.apache.maven.plugins maven-site-plugin %{version} JPP maven-site-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-5
+ Revision: aef382d
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10880 |14cu|maven-source-plugin-2.1.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-source-plugin
Version:        2.1.2
Release:        12
Summary:        Plugin creating source jar

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-source-plugin/
Source0:        http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip

BuildArch: noarch

BuildRequires: java-devel >= 1.6.0
BuildRequires: plexus-utils
BuildRequires: maven2
BuildRequires: maven-install-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-plugin-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-jar-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: jpackage-utils
Requires: ant
Requires: maven2
Requires: jpackage-utils
Requires: java
Requires(post): jpackage-utils
Requires(postun): jpackage-utils 

Obsoletes: maven2-plugin-source < 0:%{version}-%{release}
Provides: maven2-plugin-source = 0:%{version}-%{release}

%description
The Maven 2 Source Plugin creates a JAR archive of the 
source files of the current project.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires: jpackage-utils

%description javadoc
API documentation for %{name}.


%prep
%setup -q 
sed -i -e "s|plexus-container-default|plexus-container|g" pom.xml

%build
mvn \
    -Dmaven.test.failure.ignore=true \
    install javadoc:aggregate

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}.jar

%add_to_maven_depmap org.apache.maven.plugins maven-source-plugin %{version} JPP maven-source-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}

%changelog

* Wed Jun 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-12
- (9889589) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10881 |14cu|maven-surefire-2.7.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-surefire
Version:        2.7.2
Release:        5
Summary:        Test framework project
License:        ASL 2.0
Group:          Development/Java
URL:            http://maven.apache.org/surefire/

Source0:        http://repo2.maven.org/maven2/org/apache/maven/surefire/surefire/%{version}/surefire-%{version}-source-release.zip
Source1:        %{name}-jpp-depmap.xml

# mockito is not available in Fedora yet
Patch1:         0001-Remove-mockito-dependency.patch

# use current version of maven-failsafe-plugin present in maven-surefire
Patch2:         0002-Fix-failsafe-plugin-dependency-version.patch

# remove test dep on htmlunit
Patch3:         0003-Remove-htmlunit-dependency.patch

BuildArch:      noarch
BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  classworlds
BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  junit >= 3.8.2
BuildRequires:  plexus-utils
BuildRequires:  junit4
BuildRequires:  testng

BuildRequires:  maven2
BuildRequires:  maven-compiler-plugin
#BuildRequires:  maven-help-plugin
BuildRequires:  maven-install-plugin
#BuildRequires:  maven-invoker-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
#BuildRequires:  maven-shade-plugin
#BuildRequires:  maven-shared-verifier
BuildRequires:  maven-surefire-maven-plugin

#BuildRequires:  plexus-containers-component-api >= 1.0-0.a34
BuildRequires:  tomcat
BuildRequires:  servlet6
BuildRequires:  maven-plugin-testing-harness
BuildRequires:  bsf

Requires:       classworlds
Requires:       maven2
Requires:       junit
Requires:       plexus-utils

Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

Obsoletes:      maven-surefire-booter <= 0:1.5.3
Provides:       maven-surefire-booter = %{version}-%{release}

%description
Surefire is a test framework project.

%package plugin
Summary:                Surefire plugin for maven
Group:                  Development/Java
Requires:               maven-surefire = %{version}-%{release}
Obsoletes:              maven2-plugin-surefire <= 0:2.0.4
Provides :              maven2-plugin-surefire = %{version}-%{release}
Obsoletes:              maven-surefire-maven-plugin < 0:2.6
Provides :              maven-surefire-maven-plugin = %{version}-%{release}

%description plugin
Maven surefire plugin for running tests via the surefire framework.

%package report-plugin
Summary:                Surefire reports plugin for maven
Group:                  Development/Java
Requires:               maven-surefire = %{version}-%{release}
Obsoletes:              maven2-plugin-surefire-report <= 0:2.0.4
Provides :              maven2-plugin-surefire-report = %{version}-%{release}
Obsoletes:              maven-surefire-report-maven-plugin < 0:2.6
Provides :              maven-surefire-report-maven-plugin = %{version}-%{release}

%description report-plugin
Plugin for generating reports from surefire test runs.

%package provider-junit
Summary:                JUnit3 provider for Maven Surefire
Group:                  Development/Java
Requires:               junit
Requires:               maven-surefire = %{version}-%{release}
Obsoletes:              maven2-plugin-surefire-report <= 0:2.0.4O
#Obsoletes:              maven-surefire-junit = 2.3.1
Provides:              maven2-plugin-surefire-report = %{version}-%{release}
#Provides:              maven-surefire-junit = 2.3.1

%description provider-junit
JUnit3 provider for Maven Surefire.

%package provider-junit4
Summary:                JUnit4 provider for Maven Surefire
Group:                  Development/Java
Requires:               maven-surefire = %{version}-%{release}
Requires:               junit4

%description provider-junit4
JUnit4 provider for Maven Surefire.

%package provider-testng
Summary:                TestNG provider for Maven Surefire
Group:                  Development/Java
Requires:               maven-surefire = %{version}-%{release}
Requires:               testng

%description provider-testng
TestNG provider for Maven Surefire.

%package -n maven-failsafe-plugin
Summary:                Maven plugin for running integration tests
Group:                  Development/Java
Requires:               maven-surefire = %{version}-%{release}

%description -n maven-failsafe-plugin
The Failsafe Plugin is designed to run integration tests while the
Surefire Plugins is designed to run unit. The name (failsafe) was
chosen both because it is a synonym of surefire and because it implies
that when it fails, it does so in a safe way.

If you use the Surefire Plugin for running tests, then when you have a
test failure, the build will stop at the integration-test phase and
your integration test environment will not have been torn down
correctly.

The Failsafe Plugin is used during the integration-test and verify
phases of the build lifecycle to execute the integration tests of an
application. The Failsafe Plugin will not fail the build during the
integration-test phase thus enabling the post-integration-test phase
to execute.

%package javadoc
Summary:          Javadoc for %{name}
Group:            Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n surefire-%{version}

%patch1 -p1 -b .sav
%patch2 -p1 -b .sav
%patch3 -p1 -b .sav

%build
# tests turned off because they need jmock
mvn \
        -Dmaven.local.depmap.file=%{SOURCE1} \
        -Dmaven.test.skip=true \
        install javadoc:aggregate

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}/maven-surefire
install -d -m 755 %{buildroot}%{_mavenpomdir}

install -pm 644 maven-surefire-plugin/target/maven-surefire-plugin-*.jar %{buildroot}%{_javadir}/maven-surefire/maven-plugin.jar
%add_to_maven_depmap org.apache.maven.surefire maven-surefire-plugin %{version} JPP/maven-surefire maven-plugin
install -pm 644 maven-surefire-plugin/pom.xml %{buildroot}%{_mavenpomdir}/JPP.maven-surefire-maven-plugin.pom
install -pm 644 maven-surefire-plugin/pom.xml %{buildroot}%{_mavenpomdir}/JPP.maven2.plugins-surefire-plugin.pom

install -pm 644 maven-surefire-common/target/maven-surefire-common-*.jar %{buildroot}%{_javadir}/maven-surefire/common.jar
%add_to_maven_depmap org.apache.maven.surefire maven-surefire-common %{version} JPP/maven-surefire common
install -pm 644 maven-surefire-common/pom.xml %{buildroot}%{_mavenpomdir}/JPP.maven-surefire-common.pom

install -pm 644 maven-surefire-report-plugin/target/maven-surefire-report-plugin-*.jar %{buildroot}%{_javadir}/maven-surefire/report-maven-plugin.jar
%add_to_maven_depmap org.apache.maven.surefire maven-surefire-report-plugin %{version} JPP/maven-surefire report-maven-plugin
install -pm 644 maven-surefire-report-plugin/pom.xml %{buildroot}%{_mavenpomdir}/JPP.maven-surefire-report-maven-plugin.pom

install -pm 644 surefire-api/target/original-surefire-api-*.jar %{buildroot}%{_javadir}/maven-surefire/api.jar
%add_to_maven_depmap org.apache.maven.surefire surefire-api %{version} JPP/maven-surefire api
install -pm 644 surefire-api/pom.xml %{buildroot}%{_mavenpomdir}/JPP.maven-surefire-api.pom

install -pm 644 surefire-booter/target/surefire-booter-*.jar %{buildroot}%{_javadir}/maven-surefire/booter.jar
%add_to_maven_depmap org.apache.maven.surefire surefire-booter %{version} JPP/maven-surefire booter
install -pm 644 surefire-booter/pom.xml %{buildroot}%{_mavenpomdir}/JPP.maven-surefire-booter.pom

install -pm 644 surefire-providers/common-junit3/target/common-junit3-*.jar %{buildroot}%{_javadir}/maven-surefire/common-junit.jar
%add_to_maven_depmap org.apache.maven.surefire common-junit3 %{version} JPP/maven-surefire common-junit
install -pm 644 surefire-providers/common-junit3/pom.xml %{buildroot}%{_mavenpomdir}/JPP.maven-surefire-common-junit.pom

install -pm 644 surefire-providers/surefire-junit3/target/original-surefire-junit3-*.jar %{buildroot}%{_javadir}/maven-surefire/junit.jar
%add_to_maven_depmap org.apache.maven.surefire surefire-junit3 %{version} JPP/maven-surefire junit
%add_to_maven_depmap org.apache.maven.surefire surefire-junit %{version} JPP/maven-surefire junit
install -pm 644 surefire-providers/surefire-junit3/pom.xml %{buildroot}%{_mavenpomdir}/JPP.maven-surefire-junit.pom

install -pm 644 surefire-providers/common-junit4/target/common-junit4-*.jar %{buildroot}%{_javadir}/maven-surefire/common-junit4.jar
%add_to_maven_depmap org.apache.maven.surefire common-junit4 %{version} JPP/maven-surefire common-junit4
install -pm 644 surefire-providers/common-junit4/pom.xml %{buildroot}%{_mavenpomdir}/JPP.maven-surefire-common-junit4.pom

install -pm 644 surefire-providers/surefire-junit4/target/original-surefire-junit4-*.jar %{buildroot}%{_javadir}/maven-surefire/junit4.jar
%add_to_maven_depmap org.apache.maven.surefire surefire-junit4 %{version} JPP/maven-surefire junit4
install -pm 644 surefire-providers/surefire-junit4/pom.xml %{buildroot}%{_mavenpomdir}/JPP.maven-surefire-junit4.pom

install -pm 644 surefire-providers/surefire-junit47/target/original-surefire-junit47-*.jar %{buildroot}%{_javadir}/maven-surefire/junit47.jar
%add_to_maven_depmap org.apache.maven.surefire surefire-junit47 %{version} JPP/maven-surefire junit47
install -pm 644 surefire-providers/surefire-junit47/pom.xml %{buildroot}%{_mavenpomdir}/JPP.maven-surefire-junit47.pom

install -pm 644 surefire-providers/surefire-testng/target/surefire-testng-*.jar %{buildroot}%{_javadir}/maven-surefire/testng.jar
%add_to_maven_depmap org.apache.maven.surefire surefire-testng %{version} JPP/maven-surefire testng
install -pm 644 surefire-providers/surefire-testng/pom.xml %{buildroot}%{_mavenpomdir}/JPP.maven-surefire-testng.pom

%add_to_maven_depmap org.apache.maven.surefire providers %{version} JPP/maven-surefire providers
install -pm 644 surefire-providers/pom.xml %{buildroot}%{_mavenpomdir}/JPP.maven-surefire-providers.pom

install -pm 644 maven-failsafe-plugin/target/maven-failsafe-plugin*.jar %{buildroot}%{_javadir}/maven-failsafe-plugin.jar
%add_to_maven_depmap org.apache.maven.plugins maven-failsafe-plugin %{version} JPP maven-failsafe-plugin
install -pm 644 maven-failsafe-plugin/pom.xml %{buildroot}%{_mavenpomdir}/JPP-maven-failsafe-plugin.pom

install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.maven-surefire-main.pom
%add_to_maven_depmap org.apache.maven.surefire surefire %{version} JPP/maven-surefire main

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

# Create compatibility links
ln -s %{_javadir}/maven-surefire/api.jar \
      %{buildroot}%{_javadir}/maven-surefire/surefire.jar

install -dm 755 %{buildroot}%{_datadir}/maven2/plugins
ln -s %{_javadir}/maven-surefire/maven-plugin.jar \
      %{buildroot}%{_datadir}/maven2/plugins/surefire-plugin.jar

ln -s %{_javadir}/maven-surefire/report-maven-plugin.jar \
      %{buildroot}%{_datadir}/maven2/plugins/surefire-report-plugin.jar

%pre javadoc
# workaround for rpm bug, can be removed in F-18
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :


%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%dir %{_javadir}/maven-surefire
%{_javadir}/maven-surefire/api.jar
%{_javadir}/maven-surefire/booter.jar
%{_javadir}/maven-surefire/surefire.jar
%{_javadir}/maven-surefire/common.jar
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files plugin
%defattr(-,root,root,-)
%{_javadir}/maven-surefire/maven-plugin.jar
%dir %{_datadir}/maven2/plugins
%{_datadir}/maven2/plugins/surefire-plugin.jar

%files report-plugin
%defattr(-,root,root,-)
%{_javadir}/maven-surefire/report-maven-plugin.jar
%dir %{_datadir}/maven2/plugins
%{_datadir}/maven2/plugins/surefire-report-plugin.jar

%files provider-junit
%defattr(-,root,root,-)
%{_javadir}/maven-surefire/junit.jar
%{_javadir}/maven-surefire/common-junit.jar

%files provider-junit4
%defattr(-,root,root,-)
%{_javadir}/maven-surefire/junit4.jar
%{_javadir}/maven-surefire/junit47.jar
%{_javadir}/maven-surefire/common-junit4.jar

%files provider-testng
%defattr(-,root,root,-)
%{_javadir}/maven-surefire/testng.jar

%files -n maven-failsafe-plugin
%defattr(-,root,root,-)
%{_javadir}/maven-failsafe-plugin.jar

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/*


%changelog

* Fri Mar 25 2016 Denis Silakov <dsilakov@gmail.com> 2.7.2-5
- (e9a8c13) Switch to newer servlet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10882 |14cu|maven-timestamp-plugin-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-timestamp-plugin
Version:        1.0
Release:        7
Summary:        Provides formatted timestamps for maven builds

Group:          Development/Java
License:        ASL 2.0
URL:            http://code.google.com/p/maven-timestamp-plugin
### upstream only provides binaries or source without build scripts
# tar creation instructions
# svn export http://maven-timestamp-plugin.googlecode.com/svn/tags/maven-timestamp-plugin-1.0 maven-timestamp-plugin
# tar cf maven-timestamp-plugin-1.0.tar maven-timestamp-plugin 
# xz maven-timestamp-plugin-1.0.tar
Source0:        maven-timestamp-plugin-1.0.tar.xz
# remove previous timestamp plugin version from build
Patch0:         001_build_without_timestamps.patch
BuildArch:      noarch

BuildRequires:  java-devel
BuildRequires:  jpackage-utils
BuildRequires:  maven2
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-source-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-release-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-surefire-plugin
BuildRequires:  maven-surefire-provider-junit4

Requires:       java 
Requires:       jpackage-utils

Requires(post):   jpackage-utils
Requires(postun): jpackage-utils

%description
There are a few ways to get a timestamp in your maven build. Unfortunately 
most of them make you jump through giant hoops. This maven plugin makes it 
as simple as 1-2-3 to create a timestamp at your disposal.
Also, it enables you to use the syntax of SimpleDateFormat to form custom 
formatted dates. 


%package javadoc
Summary:        Javadocs for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils

%description javadoc
This package contains the API documentation for %{name}.


%prep
%setup -q -n %{name}
%patch0 -p 1
cat > README << EOT
%{name}-%{version}

%{description}
EOT


%build
mvn install javadoc:javadoc


%install
mkdir -p %{buildroot}%{_javadir}

# jar
install -Dp -m 644 target/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}.jar

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp target/site/apidocs/  %{buildroot}%{_javadocdir}/%{name}

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml  \
  %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom

%add_to_maven_depmap com.keyboardsamurais.maven %{name} %{version} JPP %{name}


%files
%defattr(-,root,root,-)
%doc README
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*
%{_javadir}/*

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 9bd987c
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10883 |14cu|maven-wagon-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global bname     wagon

# FIXME1: wagon-scm has been disabled for now due to maven-scm dependency
# FIXME2: haltOnFailure/Error has been set to false for
# wagon-http/wagon-ssh-external tests due to failures.

Name:           maven-%{bname}
Version:        1.0
Release:        4
Summary:        Tools to manage artifacts and deployment
License:        ASL 2.0
Group:          Development/Java
URL:            http://maven.apache.org/wagon
# svn export http://svn.apache.org/repos/asf/maven/wagon/tags/wagon-1.0/ && tar czf wagon-1.0.tgz wagon-1.0 
Source0:        wagon-1.0.tar.gz
Source1:        wagon-1.0-jpp-depmap.xml
Patch1:         disable-tck.patch

BuildArch:      noarch
BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  ant >= 0:1.6
BuildRequires:  junit
BuildRequires:  maven2 >= 0:2.0.8
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
#BuildRequires:  maven-project-info-reports-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-surefire-plugin
BuildRequires:  maven-surefire-provider-junit
#BuildRequires:  maven-enforcer-plugin
#BuildRequires:  maven2-default-skin
BuildRequires:  plexus-maven-plugin
#BuildRequires:  maven-scm-test
BuildRequires:  xerces-j2
BuildRequires:  classworlds
BuildRequires:  nekohtml
BuildRequires:  concurrent
BuildRequires:  ganymed-ssh2
BuildRequires:  apache-commons-codec
BuildRequires:  jakarta-commons-collections
BuildRequires:  apache-commons-net
BuildRequires:  jakarta-commons-httpclient
#BuildRequires:  apache-commons-logging
#BuildRequires:  jakarta-slide-webdavclient
BuildRequires:  jsch
BuildRequires:  jtidy
BuildRequires:  plexus-container-default
BuildRequires:  plexus-interactivity
BuildRequires:  plexus-utils
BuildRequires:  servlet6
BuildRequires:  xml-commons-apis
BuildRequires:  easymock

Requires:       ganymed-ssh2
Requires:       jakarta-commons-httpclient
Requires:       apache-commons-net
#Requires:       jakarta-slide-webdavclient
Requires:       jsch
Requires:       jtidy
Requires:       plexus-interactivity
Requires:       plexus-utils
Requires:       xml-commons-apis
Requires:       nekohtml
Requires:       xerces-j2

%description
Maven Wagon is a transport abstraction that is used in Maven's
artifact and repository handling code. Currently wagon has the
following providers:
* File
* HTTP
* FTP
* SSH/SCP
* WebDAV (in progress)

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package manual
Summary:        Documents for %{name}
Group:          Development/Java

%description manual
Documents for %{name}.

%prep
%setup -q -n %{bname}-%{version}

#FIXME: have to drop wagon-webdav-jackrabbit until jackrabbit is available
sed -i "s|<module>wagon-webdav-jackrabbit</module>|<!-- <module>wagon-webdav-jackrabbit</module> -->|" wagon-providers/pom.xml

%patch1 -p0

# To wire out jetty, plexus-avalon-personality and plexus-ftpd requirement
rm -f wagon-providers/wagon-ftp/src/test/java/org/apache/maven/wagon/providers/ftp/FtpWagonTest.java
rm -f wagon-providers/wagon-http-lightweight/src/test/java/org/apache/maven/wagon/providers/http/LightweightHttpWagonTest.java
rm -f wagon-providers/wagon-http-lightweight/src/test/java/org/apache/maven/wagon/providers/http/LightweightHttpWagonGzipTest.java
rm -f wagon-providers/wagon-http/src/test/java/org/apache/maven/wagon/providers/http/HttpWagonTest.java
rm -f wagon-providers/wagon-http/src/test/java/org/apache/maven/wagon/providers/http/HttpWagonGzipTest.java
#rm -f wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java
rm -f wagon-provider-test/src/main/java/org/apache/maven/wagon/http/HttpWagonTestCase.java

%build
mvn \
        -Dmaven2.jpp.depmap.file=%{SOURCE1} \
        -Dmaven.test.failure.ignore=true \
        -Dmaven.test.skip=true \
        install javadoc:aggregate

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}/%{name}

install -m 644 \
  wagon-provider-api/target/wagon-provider-api-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/provider-api.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-provider-api %{version} JPP/%{name} provider-api

install -m 644 \
  wagon-providers/wagon-file/target/wagon-file-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/file.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-file %{version} JPP/%{name} file

install -m 644 \
  wagon-providers/wagon-ftp/target/wagon-ftp-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/ftp.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-ftp %{version} JPP/%{name} ftp

install -m 644 \
  wagon-providers/wagon-http/target/wagon-http-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/http.jar

%add_to_maven_depmap org.apache.maven.wagon wagon-http %{version} JPP/%{name} http

install -m 644 \
  wagon-providers/wagon-http-lightweight/target/wagon-http-lightweight-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/http-lightweight.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-http-lightweight %{version} JPP/%{name} http-lightweight

install -m 644 \
  wagon-providers/wagon-http-shared/target/wagon-http-shared-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/http-shared.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-http-shared %{version} JPP/%{name} http-shared

install -m 644 \
  wagon-providers/wagon-scm/target/wagon-scm-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/scm.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-scm %{version} JPP/%{name} scm

install -m 644 \
  wagon-providers/wagon-ssh/target/wagon-ssh-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/ssh.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-ssh %{version} JPP/%{name} ssh

install -m 644 \
  wagon-providers/wagon-ssh-common/target/wagon-ssh-common-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/ssh-common.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-ssh-common %{version} JPP/%{name} ssh-common

install -m 644 \
  wagon-providers/wagon-ssh-common-test/target/wagon-ssh-common-test-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/ssh-common-test.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-ssh-common-test %{version} JPP/%{name} ssh-common-test

install -m 644 \
  wagon-providers/wagon-ssh-external/target/wagon-ssh-external-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/ssh-external.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-ssh-external %{version} JPP/%{name} ssh-external

#Until webdav is available, map it to an empty dep
#install -m 644 \
#  wagon-providers/wagon-webdav-jackrabbit/target/wagon-webdav-jackrabbit-%{version}.jar \
#  $RPM_BUILD_ROOT%{_javadir}/%{name}/web-jackrabbit-%{version}.jar
#%%add_to_maven_depmap org.apache.maven.wagon wagon-webdav-jackrabbit %{version} JPP/%{name} webdav-jackrabbit

#install -m 644 \
#  wagon-providers/wagon-webdav/target/wagon-webdav-%{version}.jar \
#  $RPM_BUILD_ROOT%{_javadir}/%{name}/webdav-%{version}.jar
#%%add_to_maven_depmap org.apache.maven.wagon wagon-webdav %{version} JPP/%{name} webdav

install -m 644 \
  wagon-provider-test/target/wagon-provider-test-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/provider-test.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-provider-test %{version} JPP/%{name} provider-test

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -m 644 pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.maven-wagon-wagon.pom
install -m 644 wagon-provider-api/pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.maven-wagon-provider-api.pom
install -m 644 wagon-provider-test/pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.maven-wagon-provider-test.pom
install -m 644 wagon-providers/pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.maven-wagon-providers.pom
install -m 644 wagon-providers/wagon-file/pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.maven-wagon-file.pom
install -m 644 wagon-providers/wagon-ftp/pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.maven-wagon-ftp.pom
install -m 644 wagon-providers/wagon-http-shared/pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.maven-wagon-http-shared.pom
install -m 644 wagon-providers/wagon-http-lightweight/pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.maven-wagon-http-lightweight.pom
install -m 644 wagon-providers/wagon-http/pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.maven-wagon-http.pom
install -m 644 wagon-providers/wagon-scm/pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.maven-wagon-scm.pom
install -m 644 wagon-providers/wagon-ssh-common/pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.maven-wagon-ssh-common.pom
install -m 644 wagon-providers/wagon-ssh-common-test/pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.maven-wagon-ssh-common-test.pom
install -m 644 wagon-providers/wagon-ssh-external/pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.maven-wagon-ssh-external.pom
install -m 644 wagon-providers/wagon-ssh/pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.maven-wagon-ssh.pom
#install -m 644 wagon-providers/wagon-webdav/pom.xml \
#    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-webdav.pom

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

# manual
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
#install -m 644 wagon-provider-api/LICENSE.txt \
#                $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}

#%if %{with_maven}
#cp -pr wagon-site/target/site/* \
#                $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
#%endif


%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_datadir}/maven2/poms/*.pom
%{_mavendepmapfragdir}

%files javadoc
%doc %{_javadocdir}/%{name}

%files manual
%doc %{_docdir}/%{name}-%{version}


%changelog

* Thu Mar 17 2016 Denis Silakov <dsilakov@gmail.com> 1.0-4
- (c314d13) Switch to newer servlet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10884 |14cu|maxima-5.36.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package	%{nil}

%define enable_clisp	1
%define enable_gcl	0
%define enable_sbcl	1
%define enable_ecl	1
%define defaultlisp	sbcl

%if %enable_clisp
%define clisp_flags	--enable-clisp
%else
%define clisp_flags	--disable-clisp
%endif

%if %enable_gcl
%define gcl_flags	--enable-gcl
%else
%define gcl_flags	--disable-gcl
%endif

%if %enable_sbcl
%define sbcl_flags	--enable-sbcl
%define sbcl_version	1.1.14
%else
%define sbcl_flags	--disable-sbcl
%endif

%if %enable_ecl
%define ecl_flags	--enable-ecl
# build module required by sagemath runtime?
%define sagemath	1
%define ecllib		%(ecl -eval "(princ (SI:GET-LIBRARY-PATHNAME))" -eval "(quit)")
%else
%define sagemath	0
%define ecl_flags	--disable-ecl
%endif

%define emacs_sitelisp	%{_datadir}/emacs/site-lisp/
%define xemacs_sitelisp	%{_datadir}/xemacs/site-packages/lisp/
%define texmf		%{_datadir}/texmf

Summary:	Maxima Symbolic Computation Program
Name:		maxima
Version:	5.36.1
Release:	1
License:	GPLv2
Group:		Sciences/Mathematics
URL:		http://maxima.sourceforge.net
Source0:	http://downloads.sourceforge.net/sourceforge/maxima/maxima-%{version}.tar.gz
Source1:	maxima.png
Source2:	xmaxima.desktop
Source6:	maxima-modes.el

## Other maxima reference docs
Source10:	http://starship.python.net/crew/mike/TixMaxima/macref.pdf
Source11:	http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf

## upstreamable patches
# https://bugzilla.redhat.com/show_bug.cgi?id=837142
# https://sourceforge.net/tracker/?func=detail&aid=3539587&group_id=4933&atid=104933
Patch50: maxima-5.28.0-clisp-noreadline.patch

# Build the fasl while building the executable to avoid double initialization
Patch51: maxima-5.30.0-build-fasl.patch

BuildRequires:	desktop-file-utils
BuildRequires:	texinfo
BuildRequires:	texlive-epsf
BuildRequires:	texlive-ec
BuildRequires:	texlive-cm-super
BuildRequires:	texlive-collection-latex
#BuildRequires:	texlive
BuildRequires:	python
BuildRequires:	time
%if %{enable_clisp}
BuildRequires:	clisp
%endif
%if %{enable_gcl}
BuildRequires:	gcl > 2.5.3
%endif
%if %{enable_sbcl}
BuildRequires:	sbcl = %{sbcl_version}
%endif
%if %{enable_ecl}
BuildRequires:	ecl
BuildRequires:	pkgconfig(libffi)
%endif
Requires:	gnuplot
Requires:	maxima-runtime
Suggests:	tcl
Suggests:	tk

%description
Maxima is a full symbolic computation program.  It is full featured
doing symbolic manipulation of polynomials, matrices, rational
functions, integration, Todd-coxeter, graphing, bigfloats.  It has a
symbolic debugger source level debugger for maxima code.  Maxima is
based on the original Macsyma developed at MIT in the 1970's.  It is
quite reliable, and has good garbage collection, and no memory leaks.
It comes with hundreds of self tests.

#--------------------------------------------------------------------

%package gui
Summary: Tcl/Tk GUI interface to Maxima
Group:		Sciences/Mathematics
Requires:	maxima
Requires:	tk
Provides:	xmaxima = %{version}-%{release}
%description gui
Tcl/Tk GUI interface to Maxima.

%files gui
%{_bindir}/xmaxima
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png

#--------------------------------------------------------------------

%if %{enable_clisp}
%package runtime-clisp
Summary: Maxima compiled with clisp
Group: Sciences/Mathematics
Requires:	clisp
Requires:	maxima = %{version}-%{release}
Provides:	maxima-runtime = %{version}-%{release}
%description runtime-clisp
Maxima compiled with clisp.

%files runtime-clisp
%dir %{_libdir}/maxima/%{version}/binary-clisp
%{_libdir}/maxima/%{version}/binary-clisp/*
%endif

#--------------------------------------------------------------------

%if %{enable_gcl}
%package runtime-gcl
Summary: Maxima compiled with GCL
Group:		Sciences/Mathematics
Requires:	maxima = %{version}-%{release}
Suggests:	rlwrap
Provides:	maxima-runtime = %{version}-%{release}
%description runtime-gcl
Maxima compiled with Gnu Common Lisp.

%files runtime-gcl
%dir %{_libdir}/maxima/%{version}/binary-gcl
%{_libdir}/maxima/%{version}/binary-gcl/*
%endif

#--------------------------------------------------------------------
%if %{enable_sbcl}
%package runtime-sbcl
Summary: Maxima compiled with SBCL
Group: Sciences/Mathematics
Requires:	sbcl = %{sbcl_version}
Requires:	maxima = %{version}-%{release}
Provides:	maxima-runtime = %{version}-%{release}

%description runtime-sbcl
Maxima compiled with SBCL.

%files runtime-sbcl
%dir %{_libdir}/maxima/%{version}/binary-sbcl
%{_libdir}/maxima/%{version}/binary-sbcl/*
%endif

#--------------------------------------------------------------------
%if %{enable_ecl}
%package runtime-ecl
Summary: Maxima compiled with ECL
Group: Sciences/Mathematics
Requires:	maxima = %{version}-%{release}
Provides:	maxima-runtime = %{version}-%{release}

%description runtime-ecl
Maxima compiled with ECL.

%files runtime-ecl
%dir %{_libdir}/maxima/%{version}/binary-ecl
%{_libdir}/maxima/%{version}/binary-ecl/*
%{ecllib}/maxima.fas
%endif

#--------------------------------------------------------------------
%package lang-de-utf8
Summary:	Maxima German UTF-8 language pack
Group:		Sciences/Mathematics
Requires:	maxima = %{version}

%description lang-de-utf8
Maxima German language support (UTF-8).

%files lang-de-utf8
%doc %{_datadir}/maxima/%{version}/doc/html/de.utf8
%{_infodir}/de.utf8

#--------------------------------------------------------------------
%package lang-es-utf8
Summary:	Maxima Spanish UTF-8 language pack
Group:		Sciences/Mathematics
Requires:	maxima = %{version}

%description lang-es-utf8
Maxima Spanish language support (UTF-8).

%files lang-es-utf8
%doc %{_datadir}/maxima/%{version}/doc/html/es.utf8
%{_infodir}/es.utf8

#--------------------------------------------------------------------
%package lang-pt-utf8
Summary:	Maxima Portuguese UTF-8 language pack
Group:		Sciences/Mathematics
Requires:	maxima = %{version}

%description lang-pt-utf8
Maxima Portuguese language support (UTF-8).

%files lang-pt-utf8
%doc %{_datadir}/maxima/%{version}/doc/html/pt.utf8
%{_infodir}/pt.utf8

#--------------------------------------------------------------------
%package lang-pt_BR-utf8
Summary:	Maxima Brazilian Portuguese UTF-8 language pack
Group:		Sciences/Mathematics
Requires:	maxima = %{version}

%description lang-pt_BR-utf8
Maxima Brazilian Portuguese language support (UTF-8).

%files lang-pt_BR-utf8
%doc %{_datadir}/maxima/%{version}/doc/html/pt_BR.utf8
%{_infodir}/pt_BR.utf8

#--------------------------------------------------------------------

%prep
%setup -q

%patch50 -p1 -b .clisp-noreadline
%patch51 -p1 -b .build-fasl

# Extra docs
install -p -m644 %{SOURCE10} .
install -D -p -m644 %{SOURCE11} doc/maximabook/maxima.pdf

sed -i -e 's|@ARCH@|%{_target_cpu}|' src/maxima.in

sed -i -e 's:/usr/local/info:/usr/share/info:' \
  interfaces/emacs/emaxima/maxima.el
sed -i -e \
  's/(defcustom\s+maxima-info-index-file\s+)(\S+)/$1\"maxima.info-16\"/' \
  interfaces/emacs/emaxima/maxima.el

# remove CVS crud
find -name CVS -type d | xargs --no-run-if-empty rm -rv

%build
autoreconf -fi

%if %{enable_gcl}
export GCL_ANSI=y
%endif
%if %{enable_sbcl}
export SBCL_HOME=%{_libdir}/sbcl
%endif
export CFLAGS="%{optflags} -fno-fast-math"
export CXXFLAGS="%{optflags} -fno-fast-math"
%configure2_5x \
	%{clisp_flags} \
	%{gcl_flags} \
	%{sbcl_flags} \
	%{ecl_flags} \
	--with-default-lisp=%{defaultlisp} \
  	--enable-lang-de-utf8 \
  	--enable-lang-es-utf8 \
	--enable-lang-pt-utf8 \
	--enable-lang-pt_BR-utf8 LDFLAGS=

# help avoid (re)running makeinfo/tex
touch doc/info/maxima.info

make

%install
%makeinstall_std

%if %{?enable_ecl}
install -D -m755 src/binary-ecl/maxima.fas %{buildroot}%{ecllib}/maxima.fas
%endif

# app icon
install -p -D -m644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/maxima.png

desktop-file-install \
  --dir="%{buildroot}%{_datadir}/applications" \
  %{SOURCE2} 

# (x)emacs
install -D -m644 -p %{SOURCE6} %{buildroot}%{_datadir}/maxima/%{version}/emacs/site_start.d/maxima-modes.el

for dir in %{emacs_sitelisp} %{xemacs_sitelisp} ; do
  install -d -m755 %{buildroot}$dir/{,site-start.d}
  ln -s %{_datadir}/maxima/%{version}/emacs %{buildroot}$dir/maxima
  for file in %{buildroot}%{_datadir}/maxima/%{version}/emacs/*.el ; do
    touch `dirname $file`/`basename $file .el`.elc
  done
  ln -s %{_datadir}/maxima/%{version}/emacs/site_start.d/maxima-modes.el %{buildroot}$dir/site-start.d/
  touch %{buildroot}$dir/site-start.d/maxima-modes.elc
done

# emaxima LaTeX style (%ghost)
install -d %{buildroot}%{texmf}/tex/latex/
ln -sf  %{_datadir}/maxima/%{version}/emacs \
        %{buildroot}%{texmf}/tex/latex/emaxima

## unwanted/unpackaged files
rm -f %{buildroot}%{_infodir}/dir
# docs
rm -rf %{buildroot}%{_datadir}/maxima/%{version}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps}

%check
make -k check

# A little hack - maxima wants this file to be uncompressed, but it is compressed
# automatiaclly by rpmbuild
# Maybe a better solution would be to palce this file to another location...
%postun
rm -f %{_infodir}/maxima-index.lisp

%posttrans
xz -d %{_infodir}/maxima-index.lisp.xz

%files
%doc AUTHORS COPYING README README.lisps
%{_bindir}/maxima
%{_bindir}/rmaxima
%{_libdir}/maxima/%{version}/mgnuplot
%{_datadir}/maxima/%{version}/*
%{_infodir}/*.info*
%{_infodir}/maxima-index.lisp*
%{_mandir}/man1/maxima.*
%exclude %doc %{_datadir}/maxima/%{version}/doc/html/es.utf8
%exclude %{_infodir}/es.utf8
%exclude %doc %{_datadir}/maxima/%{version}/doc/html/de.utf8
%exclude %{_infodir}/de.utf8
%exclude %doc %{_datadir}/maxima/%{version}/doc/html/pt.utf8
%exclude %{_infodir}/pt.utf8
%exclude %doc %{_datadir}/maxima/%{version}/doc/html/pt_BR.utf8
%exclude %{_infodir}/pt_BR.utf8
%{texmf}/tex/latex/emaxima
%{emacs_sitelisp}/maxima
%{emacs_sitelisp}/site-start.d/*
%{xemacs_sitelisp}/maxima
%{xemacs_sitelisp}/site-start.d/*

%changelog

* Tue Jun 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.36.1-1
- (5b3da6b) Updated to 5.36.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10885 |14cu|mbootpack-0.6a-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Turns a multiboot kernel and modules (eg Xen) into a single file
Name:		mbootpack
Version:	0.6a
Release:	1
License:	BSD 
Group:		System/Kernel and hardware
URL:		http://www.tjd.phlegethon.org/software/#mbootpack
Source:		http://www.tjd.phlegethon.org/software/%{name}-%{version}.tar.gz
Patch0:		mbootpack-0.4a-fix-build-new-kernel-headers.patch

%description
This is a tool that takes a multiboot kernel and modules (e.g. a Xen VMM, linux
kernel and initrd), and packages them up as a single file that looks like a
bzImage linux kernel. The aim is to allow you to boot multiboot kernels (in
particular, Xen) using bootloaders that don't support multiboot (i.e. pretty
much anything except GRUB and SYSLINUX).

%prep
%setup -q
%patch0 -p1 -b .fix-build-new-kernel-headers

%build
CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
%make

%install
mkdir -p %{buildroot}/%{_bindir}
install -m 755 mbootpack %{buildroot}/%{_bindir}/

%clean

%files
%doc README Changes
%{_bindir}/*






%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.6a-1
- (65149b9) Updated to 0.6a



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10886 |14cu|mc-contrib-4.8.19-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Fell free to add your commits to the git but,
# Do not disable any feature , unless buggy.
# Thank you. Symbianflo

%bcond_without mrb
%bcond_with mc46_style
%define oname mc


Summary:	A user-friendly file manager and visual shell
Name:		%{oname}-contrib
Version:	4.8.19
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://www.midnight-commander.org/
Source0:	http://ftp.midnight-commander.org/%{oname}-%{version}.tar.xz
# http://xfce-look.cp1.hive01.com/CONTENT/content-files/163325-Midnight%20Commander.svg
Source1:	MidnightCommander.svg
Source2:	mc.desktop
Source100:	mc-contrib.rpmlintrc
Patch0:		mc-4.8.12-old-style-defaults.patch
Patch1:		mc-4.8.19-do-not-mark-tabs.patch
Patch2:		mc-4.7.2-bash_history.patch
Patch3:		mc-4.8.16-bash_history2.patch
# https://www.midnight-commander.org/ticket/3406
Patch4:		mc-3406-sftp-extend-sftp-protocol-error-msg.patch
Patch5:		mc-3406-sftp-handle-stat-error-EACCESS.patch
BuildRequires:	bison
BuildRequires:	gettext-devel
BuildRequires:	gpm-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(glib-2.0) >= 2.14.0
BuildRequires:	pkgconfig(libpcre)
# we use ncurses for tty  because is build with X11 support.
BuildRequires:	pkgconfig(ncurses)
# let's build documentation too. Sflo
BuildRequires:	doxygen
BuildRequires:	gettext-devel
%if %{with mrb}
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(xt)
BuildRequires:	bison
BuildRequires:	pkgconfig(slang)
BuildRequires:	groff
BuildRequires:	aspell-devel
BuildRequires:	pkgconfig(libssh2) >= 1.2.5
BuildRequires:	pkgconfig(x11)
Requires:	aspell-en
Requires:	e2fsprogs
# keep suggested for full featred mc.Sflo
# might include restricted packages.
# ucab extfs
Suggests:	cabextract
# audio extfs
Suggests:	cdparanoia
# iso9660 extfs
Suggests:	cdrkit
# hp48+ extfs
Suggests:	gawk
# spelling corrections
Suggests:	aspell
# CVS support
Suggests:	config(cvs)
# a+ extfs
Suggests:	config(mtools)
# needed by several extfs scripts
Suggests:	perl
# s3+ extfs
Suggests:	pythonegg(boto)
Suggests:	pythonegg(pytz)
# uace extfs
Suggests:	unace
# uarj extfs
Suggests:	unarj
# urar extfs
Suggests:	unrar
# uzip extfs
Suggests:	zip
# support for 7zip archives
Suggests:	p7zip
%endif
#########################################
# see http://www.midnight-commander.org/wiki/NEWS-4.8.14
Requires:	groff
Requires:	glibc  >= 2.14.0

Conflicts:	%{oname}

%description
Midnight Commander is a visual shell much like a file manager, only with way
more features.  It is text mode, but also includes mouse support if you are
running GPM.  Its coolest feature is the ability to ftp, view tar, zip
files, and poke into RPMs for specific files.
This is contrib version  
- Menu entry provided
- Default systemwide skin darkfar
- Fixed uzip extfs info
- Enabled features at build time:
  File system:                Midnight Commander Virtual Filesystem
                              cpio, extfs, fish, ftp, sfs, sftp, smb, tar
  Screen library:             S-Lang
  Mouse support:              gpm and xterm
  X11 events support:         yes
  With subshell support:      yes
  With background operations: yes
  Internal editor:            yes with aspell support
  Diff viewer:                yes
  Support for charset:        yes.



%files -f %{oname}.lang
%doc doc/FAQ doc/COPYING doc/NEWS doc/README doc/keybind-migration.txt
%{_bindir}/mc
%{_bindir}/mcdiff
%{_bindir}/mcedit
%{_bindir}/mcview
%{_mandir}/man1/*
%{_libdir}/mc
%{_datadir}/mc
%{_sysconfdir}/profile.d/*
%config(noreplace) %{_sysconfdir}/mc/mc.ext
%config(noreplace) %{_sysconfdir}/mc/*edit*
%config(noreplace) %{_sysconfdir}/mc/mc*.keymap
%config(noreplace) %{_sysconfdir}/mc/mc.menu*
%config(noreplace) %{_sysconfdir}/mc/*.ini
# Menu entry
%{_datadir}/applications/mc.desktop
%{_iconsdir}/hicolor/*/*/%{oname}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%if %{with mc46_style}
%patch0 -p1 -b .mc46-style~
%else
%patch1 -p1 -b .tabs~
%endif
%patch2 -p1 -b .bash_history~
%patch3 -p1 -b .bash_history2~
%patch4 -p1 -b .sftp1~
%patch5 -p1 -b .sftp2~

sed -i 's:|hxx|:|hh|hpp|hxx|:' misc/syntax/Syntax.in

%build
export X11_WWW="www-browser"
export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE %{optflags} -Wno-strict-aliasing"
%configure2_5x \
	--with-debug \
	--enable-dependency-tracking \
	--without-included-gettext \
	--without-included-slang \
	--with-screen=slang \
	--with-search-engine=glib \
	--enable-nls \
	--enable-charset \
	--enable-largefile \
	--disable-rpath \
	--with-mmap \
	--with-mcfs \
	--enable-extcharset \
	--with-ext2undel \
%if %{with mrb}
	--enable-vfs-smb \
	--enable-background \
	--with-subshell \
	--enable-vfs-sftp \
	--with-gpm-mouse \
	--enable-aspell \
	--with-x \
%endif
	--libexecdir=%{_libexecdir}

%make


%install
%makeinstall_std
install -d -m 755 %{buildroot}%{_sysconfdir}/profile.d
install contrib/{mc.sh,mc.csh} %{buildroot}%{_sysconfdir}/profile.d

# Menu entry:
desktop-file-install %{SOURCE2} \
  --dir=%{buildroot}%{_datadir}/applications
# icons
install -d 755 %{buildroot}%{_iconsdir}/hicolor/scalable
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size %{SOURCE1} \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{oname}.png
done
# using darkfar skin system wide
pushd %{buildroot}%{_datadir}/mc/skins
mv default.ini 1default.ini
ln -s darkfar.ini default.ini
popd

# end entry here. Sflo

install -d -m 755 %{buildroot}%{_sysconfdir}/profile.d
install contrib/{mc.sh,mc.csh} %{buildroot}%{_sysconfdir}/profile.d
        
%find_lang %{oname} --with-man



%changelog

* Fri Mar 17 2017 abfonly <abfonly@gmail.com> 4.8.19-1
- (85020e7) Log: Update to 4.8.19
- (85020e7) spec update

* Fri Jul 01 2016 abfonly <abfonly@gmail.com> None
- (3fb8578) Log: Update to 4.8.17
- (abfonly: d62ea7e) 4.8.16, I will skip this release ( too many regressions)
- (abfonly: d62ea7e) Symbianflo
- (abfonly: 7f498ab) Log: Update to 4.8.15
- (abfonly: 02f763f) Updated mc.spec
- (abfonly: 29a8bc9) Log: First contrib version  4.8.14
- (abfonly: 29a8bc9) - Menu entry provided
- (abfonly: 29a8bc9) - Default systemwide skin darkfar
- (abfonly: 29a8bc9) - Fixed uzip extfs info
- (abfonly: 29a8bc9) - Enabled features at build time:
- (abfonly: 29a8bc9) -File system:                Midnight Commander Virtual Filesystem
- (abfonly: 29a8bc9) cpio, tar, sfs, extfs, ftp, sftp, fish, smb
- (abfonly: 29a8bc9) -Screen library:             Ncurses library (buggy in xterm but awesome in tty)
- (abfonly: 29a8bc9) -Mouse support:              gpm and xterm
- (abfonly: 29a8bc9) -X11 events support:         yes
- (abfonly: 29a8bc9) -With subshell support:      yes
- (abfonly: 29a8bc9) -With background operations: yes
- (abfonly: 29a8bc9) -Internal editor:            yes with aspell support
- (abfonly: 29a8bc9) -Diff viewer:                yes
- (abfonly: 29a8bc9) -Support for charset:        yes
- (abfonly: 29a8bc9) -Search type:                glib-regexp
- (abfonly: a2cb302) Log: First contrib version  4.8.14
- (abfonly: a2cb302) - Menu entry provided
- (abfonly: a2cb302) - Default systemwide skin darkfar
- (abfonly: a2cb302) - Fixed uzip extfs info
- (abfonly: a2cb302) - Enabled features at build time:
- (abfonly: a2cb302) -File system:                Midnight Commander Virtual Filesystem
- (abfonly: a2cb302) cpio, tar, sfs, extfs, ftp, sftp, fish, smb
- (abfonly: a2cb302) -Screen library:             Ncurses library (buggy in xterm but awesome in tty)
- (abfonly: a2cb302) -Mouse support:              gpm and xterm
- (abfonly: a2cb302) -X11 events support:         yes
- (abfonly: a2cb302) -With subshell support:      yes
- (abfonly: a2cb302) -With background operations: yes
- (abfonly: a2cb302) -Internal editor:            yes with aspell support
- (abfonly: a2cb302) -Diff viewer:                yes
- (abfonly: a2cb302) -Support for charset:        yes
- (abfonly: a2cb302) -Search type:                glib-regexp
- (abfonly: 2e4083e) Log: set darkfar as default skin systemwide
- (abfonly: 465bb44) Updated mc.spec
- (abfonly: 450ff28) Log: Update to 4.8.14,
- (abfonly: 450ff28) - first full optional build
- (abfonly: 450ff28) - http://www.midnight-commander.org/wiki/NEWS-4.8.14 for all fix
- (abfonly: 450ff28) - new minimal glibc ( 2014.1 not affected)
- (abfonly: 450ff28) - Config enabled options:
- (abfonly: 450ff28) File system: Midnight Commander Virtual Filesystem
- (abfonly: 450ff28) cpio, tar, sfs, extfs, ftp, sftp, fish
- (abfonly: 450ff28) Screen library:
- (abfonly: 450ff28) Mouse support: gpm and xterm
- (abfonly: 450ff28) X11 events support: yes
- (abfonly: 450ff28) With subshell support: yes
- (abfonly: 450ff28) With background operations: yes
- (abfonly: 450ff28) Internal editor: yes with aspell support
- (abfonly: 450ff28) Diff viewer: yes
- (abfonly: 450ff28) Support for charset: yes
- (abfonly: 450ff28) Search type: glib-regexp
- (abfonly: 9ee3d25) Log: Update to 4.8.13,
- (abfonly: 9ee3d25) - first full optional build
- (abfonly: 9ee3d25) - http://www.midnight-commander.org/wiki/NEWS-4.8.14 for all fix
- (abfonly: 9ee3d25) - new minimal glibc ( 2014.1 not affected)
- (abfonly: 9ee3d25) - Config enabled options:
- (abfonly: 9ee3d25) File system:                Midnight Commander Virtual Filesystem
- (abfonly: 9ee3d25) cpio, tar, sfs, extfs, ftp, sftp, fish
- (abfonly: 9ee3d25) Screen library:
- (abfonly: 9ee3d25) Mouse support:              gpm and xterm
- (abfonly: 9ee3d25) X11 events support:         yes
- (abfonly: 9ee3d25) With subshell support:      yes
- (abfonly: 9ee3d25) With background operations: yes
- (abfonly: 9ee3d25) Internal editor:            yes with aspell support
- (abfonly: 9ee3d25) Diff viewer:                yes
- (abfonly: 9ee3d25) Support for charset:        yes
- (abfonly: 9ee3d25) Search type:                glib-regexp
- (abfonly: a30a155) set darkfar.ini as default in menu entry.
- (abfonly: d44b5f0) update russian comment
- (abfonly: de2ba81) Log: add menu entry , build for mrb
- (Andrey Bondrov: 8844bee) New version 4.8.13
- (Andrey Bondrov: 66b2726) Re-diff old-style-defaults patch, minor spec cleanups
- (Andrey Bondrov: dcbbe11) Require aspell-en when building with aspell support
- (symbianflo: 8702744) Version 4.8.12- Core
- (symbianflo: 8702744) * Speed up of file find (#2290)
- (symbianflo: 8702744) * If cwd is a symlink it is kept at startup (#3093)
- (symbianflo: 8702744) * Improve support of Zsh (#3121, #3124, #3125, #3177)
- (symbianflo: 8702744) * Launch external editor/viewer without passing line number (#3117)
- (symbianflo: 8702744) * Exit without confirmation by default (#3132)
- (symbianflo: 8702744) * Simple user-friendly skin selector (#2165, #3178)
- (symbianflo: 8702744) * Use Joliet and RockRidge in ISO9660 image view action (#3187)
- (symbianflo: 8702744) - VFS
- (symbianflo: 8702744) * Use .zip extension as preferred way to recognize ZIP archives (#2857)
- (symbianflo: 8702744) - Editor
- (symbianflo: 8702744) * Configurable selection reset on CK_Store (#3111)
- (symbianflo: 8702744) - Misc
- (symbianflo: 8702744) * Code cleanup (#3113, #3151)
- (symbianflo: 8702744) * Adjust script permissions to installed ones (#2274)
- (symbianflo: 8702744) * Fix name of FSF in add source files (#3167)
- (symbianflo: 8702744) * Skin cleanups (#3180, #3184)
- (symbianflo: 8702744) * Do not consider 'String not found' message as error (#3179)
- (symbianflo: 8702744) - Fixes
- (symbianflo: 8702744) * Broken build with NCurses (#3114)
- (symbianflo: 8702744) * Incorrect tilde expansion in copy/rename/move dialog (#3131)
- (symbianflo: 8702744) * Advanced chown: Escape on user list accepts value (#3150)
- (symbianflo: 8702744) * Toggling hidden files using mouse doesn't update the other panel (#3156)
- (symbianflo: 8702744) * Question mark in delete confirmation is on its own line (#3123)
- (symbianflo: 8702744) * Popup dialogs wander upwards upon resize (#3173)
- (symbianflo: 8702744) * Keypad '*' doesn't work with numlock off (#3133)
- (symbianflo: 8702744) * Some inconsistencies in 'Learn keys' UI (#3134)
- (symbianflo: 8702744) * Unconventional behavior of 'Display bits' dialog (#3152)
- (symbianflo: 8702744) * Shift-Fn keys don't work in 256-color mode of tmux (#2978)
- (symbianflo: 8702744) * mcedit: format paragraph produces inconsistent wrapping (#3119)
- (symbianflo: 8702744) * mcedit: file out-of-date check on saving is botched (#3142)
- (symbianflo: 8702744) * mcedit: 1st line is shifted after paragraph format (#1666)
- (symbianflo: 8702744) * mcedit: trailing newline check applied too early when exiting (#3140)
- (symbianflo: 8702744) * Inconsistency of the arrow's direction in the panel header line across skins (#3157)
- (symbianflo: 8702744) * Possible segfault while passing messages to widgets (#3116)
- (symbianflo: 8702744) * Possible segfault when freeing a VFS (#3116)
- (symbianflo: 8702744) * Segfault in cpio VFS while reading corrupted RPM (#3116)
- (symbianflo: 8702744) * Segfault in sftpfs VFS when trying to view a file (#3176)
- (symbianflo: 8702744) * Incorrect handling of filenames with unrar v5 (#3073)
- (symbianflo: 8702744) * FISH VFS: remote panel confused by filenames with '%' (#2983)
- (symbianflo: 8702744) * iso9660: xorriso shows only one depth (#3122)
- (symbianflo: 8702744) * Nicedark skin looks bad on black-on-white terminals (#3154)
- (symbianflo: 8702744) * Incorrect definition of -topmiddle- and -bottommiddle- characters (#3183)
- (symbianflo: 1f72a31) Version 4.8.12- Core
- (symbianflo: 1f72a31) * Speed up of file find (#2290)
- (symbianflo: 1f72a31) * If cwd is a symlink it is kept at startup (#3093)
- (symbianflo: 1f72a31) * Improve support of Zsh (#3121, #3124, #3125, #3177)
- (symbianflo: 1f72a31) * Launch external editor/viewer without passing line number (#3117)
- (symbianflo: 1f72a31) * Exit without confirmation by default (#3132)
- (symbianflo: 1f72a31) * Simple user-friendly skin selector (#2165, #3178)
- (symbianflo: 1f72a31) * Use Joliet and RockRidge in ISO9660 image view action (#3187)
- (symbianflo: 1f72a31) - VFS
- (symbianflo: 1f72a31) * Use .zip extension as preferred way to recognize ZIP archives (#2857)
- (symbianflo: 1f72a31) - Editor
- (symbianflo: 1f72a31) * Configurable selection reset on CK_Store (#3111)
- (symbianflo: 1f72a31) - Misc
- (symbianflo: 1f72a31) * Code cleanup (#3113, #3151)
- (symbianflo: 1f72a31) * Adjust script permissions to installed ones (#2274)
- (symbianflo: 1f72a31) * Fix name of FSF in add source files (#3167)
- (symbianflo: 1f72a31) * Skin cleanups (#3180, #3184)
- (symbianflo: 1f72a31) * Do not consider 'String not found' message as error (#3179)
- (symbianflo: 1f72a31) - Fixes
- (symbianflo: 1f72a31) * Broken build with NCurses (#3114)
- (symbianflo: 1f72a31) * Incorrect tilde expansion in copy/rename/move dialog (#3131)
- (symbianflo: 1f72a31) * Advanced chown: Escape on user list accepts value (#3150)
- (symbianflo: 1f72a31) * Toggling hidden files using mouse doesn't update the other panel (#3156)
- (symbianflo: 1f72a31) * Question mark in delete confirmation is on its own line (#3123)
- (symbianflo: 1f72a31) * Popup dialogs wander upwards upon resize (#3173)
- (symbianflo: 1f72a31) * Keypad '*' doesn't work with numlock off (#3133)
- (symbianflo: 1f72a31) * Some inconsistencies in 'Learn keys' UI (#3134)
- (symbianflo: 1f72a31) * Unconventional behavior of 'Display bits' dialog (#3152)
- (symbianflo: 1f72a31) * Shift-Fn keys don't work in 256-color mode of tmux (#2978)
- (symbianflo: 1f72a31) * mcedit: format paragraph produces inconsistent wrapping (#3119)
- (symbianflo: 1f72a31) * mcedit: file out-of-date check on saving is botched (#3142)
- (symbianflo: 1f72a31) * mcedit: 1st line is shifted after paragraph format (#1666)
- (symbianflo: 1f72a31) * mcedit: trailing newline check applied too early when exiting (#3140)
- (symbianflo: 1f72a31) * Inconsistency of the arrow's direction in the panel header line across skins (#3157)
- (symbianflo: 1f72a31) * Possible segfault while passing messages to widgets (#3116)
- (symbianflo: 1f72a31) * Possible segfault when freeing a VFS (#3116)
- (symbianflo: 1f72a31) * Segfault in cpio VFS while reading corrupted RPM (#3116)
- (symbianflo: 1f72a31) * Segfault in sftpfs VFS when trying to view a file (#3176)
- (symbianflo: 1f72a31) * Incorrect handling of filenames with unrar v5 (#3073)
- (symbianflo: 1f72a31) * FISH VFS: remote panel confused by filenames with '%' (#2983)
- (symbianflo: 1f72a31) * iso9660: xorriso shows only one depth (#3122)
- (symbianflo: 1f72a31) * Nicedark skin looks bad on black-on-white terminals (#3154)
- (symbianflo: 1f72a31) * Incorrect definition of -topmiddle- and -bottommiddle- characters (#3183)
- (symbianflo: 297f8bc) Version 4.8.12- Core
- (symbianflo: 297f8bc) * Speed up of file find (#2290)
- (symbianflo: 297f8bc) * If cwd is a symlink it is kept at startup (#3093)
- (symbianflo: 297f8bc) * Improve support of Zsh (#3121, #3124, #3125, #3177)
- (symbianflo: 297f8bc) * Launch external editor/viewer without passing line number (#3117)
- (symbianflo: 297f8bc) * Exit without confirmation by default (#3132)
- (symbianflo: 297f8bc) * Simple user-friendly skin selector (#2165, #3178)
- (symbianflo: 297f8bc) * Use Joliet and RockRidge in ISO9660 image view action (#3187)
- (symbianflo: 297f8bc) - VFS
- (symbianflo: 297f8bc) * Use .zip extension as preferred way to recognize ZIP archives (#2857)
- (symbianflo: 297f8bc) - Editor
- (symbianflo: 297f8bc) * Configurable selection reset on CK_Store (#3111)
- (symbianflo: 297f8bc) - Misc
- (symbianflo: 297f8bc) * Code cleanup (#3113, #3151)
- (symbianflo: 297f8bc) * Adjust script permissions to installed ones (#2274)
- (symbianflo: 297f8bc) * Fix name of FSF in add source files (#3167)
- (symbianflo: 297f8bc) * Skin cleanups (#3180, #3184)
- (symbianflo: 297f8bc) * Do not consider 'String not found' message as error (#3179)
- (symbianflo: 297f8bc) - Fixes
- (symbianflo: 297f8bc) * Broken build with NCurses (#3114)
- (symbianflo: 297f8bc) * Incorrect tilde expansion in copy/rename/move dialog (#3131)
- (symbianflo: 297f8bc) * Advanced chown: Escape on user list accepts value (#3150)
- (symbianflo: 297f8bc) * Toggling hidden files using mouse doesn't update the other panel (#3156)
- (symbianflo: 297f8bc) * Question mark in delete confirmation is on its own line (#3123)
- (symbianflo: 297f8bc) * Popup dialogs wander upwards upon resize (#3173)
- (symbianflo: 297f8bc) * Keypad '*' doesn't work with numlock off (#3133)
- (symbianflo: 297f8bc) * Some inconsistencies in 'Learn keys' UI (#3134)
- (symbianflo: 297f8bc) * Unconventional behavior of 'Display bits' dialog (#3152)
- (symbianflo: 297f8bc) * Shift-Fn keys don't work in 256-color mode of tmux (#2978)
- (symbianflo: 297f8bc) * mcedit: format paragraph produces inconsistent wrapping (#3119)
- (symbianflo: 297f8bc) * mcedit: file out-of-date check on saving is botched (#3142)
- (symbianflo: 297f8bc) * mcedit: 1st line is shifted after paragraph format (#1666)
- (symbianflo: 297f8bc) * mcedit: trailing newline check applied too early when exiting (#3140)
- (symbianflo: 297f8bc) * Inconsistency of the arrow's direction in the panel header line across skins (#3157)
- (symbianflo: 297f8bc) * Possible segfault while passing messages to widgets (#3116)
- (symbianflo: 297f8bc) * Possible segfault when freeing a VFS (#3116)
- (symbianflo: 297f8bc) * Segfault in cpio VFS while reading corrupted RPM (#3116)
- (symbianflo: 297f8bc) * Segfault in sftpfs VFS when trying to view a file (#3176)
- (symbianflo: 297f8bc) * Incorrect handling of filenames with unrar v5 (#3073)
- (symbianflo: 297f8bc) * FISH VFS: remote panel confused by filenames with '%' (#2983)
- (symbianflo: 297f8bc) * iso9660: xorriso shows only one depth (#3122)
- (symbianflo: 297f8bc) * Nicedark skin looks bad on black-on-white terminals (#3154)
- (symbianflo: 297f8bc) * Incorrect definition of -topmiddle- and -bottommiddle- characters (#3183)
- (symbianflo: 229441a) Version 4.8.12- Core
- (symbianflo: 229441a) * Speed up of file find (#2290)
- (symbianflo: 229441a) * If cwd is a symlink it is kept at startup (#3093)
- (symbianflo: 229441a) * Improve support of Zsh (#3121, #3124, #3125, #3177)
- (symbianflo: 229441a) * Launch external editor/viewer without passing line number (#3117)
- (symbianflo: 229441a) * Exit without confirmation by default (#3132)
- (symbianflo: 229441a) * Simple user-friendly skin selector (#2165, #3178)
- (symbianflo: 229441a) * Use Joliet and RockRidge in ISO9660 image view action (#3187)
- (symbianflo: 229441a) - VFS
- (symbianflo: 229441a) * Use .zip extension as preferred way to recognize ZIP archives (#2857)
- (symbianflo: 229441a) - Editor
- (symbianflo: 229441a) * Configurable selection reset on CK_Store (#3111)
- (symbianflo: 229441a) - Misc
- (symbianflo: 229441a) * Code cleanup (#3113, #3151)
- (symbianflo: 229441a) * Adjust script permissions to installed ones (#2274)
- (symbianflo: 229441a) * Fix name of FSF in add source files (#3167)
- (symbianflo: 229441a) * Skin cleanups (#3180, #3184)
- (symbianflo: 229441a) * Do not consider 'String not found' message as error (#3179)
- (symbianflo: 229441a) - Fixes
- (symbianflo: 229441a) * Broken build with NCurses (#3114)
- (symbianflo: 229441a) * Incorrect tilde expansion in copy/rename/move dialog (#3131)
- (symbianflo: 229441a) * Advanced chown: Escape on user list accepts value (#3150)
- (symbianflo: 229441a) * Toggling hidden files using mouse doesn't update the other panel (#3156)
- (symbianflo: 229441a) * Question mark in delete confirmation is on its own line (#3123)
- (symbianflo: 229441a) * Popup dialogs wander upwards upon resize (#3173)
- (symbianflo: 229441a) * Keypad '*' doesn't work with numlock off (#3133)
- (symbianflo: 229441a) * Some inconsistencies in 'Learn keys' UI (#3134)
- (symbianflo: 229441a) * Unconventional behavior of 'Display bits' dialog (#3152)
- (symbianflo: 229441a) * Shift-Fn keys don't work in 256-color mode of tmux (#2978)
- (symbianflo: 229441a) * mcedit: format paragraph produces inconsistent wrapping (#3119)
- (symbianflo: 229441a) * mcedit: file out-of-date check on saving is botched (#3142)
- (symbianflo: 229441a) * mcedit: 1st line is shifted after paragraph format (#1666)
- (symbianflo: 229441a) * mcedit: trailing newline check applied too early when exiting (#3140)
- (symbianflo: 229441a) * Inconsistency of the arrow's direction in the panel header line across skins (#3157)
- (symbianflo: 229441a) * Possible segfault while passing messages to widgets (#3116)
- (symbianflo: 229441a) * Possible segfault when freeing a VFS (#3116)
- (symbianflo: 229441a) * Segfault in cpio VFS while reading corrupted RPM (#3116)
- (symbianflo: 229441a) * Segfault in sftpfs VFS when trying to view a file (#3176)
- (symbianflo: 229441a) * Incorrect handling of filenames with unrar v5 (#3073)
- (symbianflo: 229441a) * FISH VFS: remote panel confused by filenames with '%' (#2983)
- (symbianflo: 229441a) * iso9660: xorriso shows only one depth (#3122)
- (symbianflo: 229441a) * Nicedark skin looks bad on black-on-white terminals (#3154)
- (symbianflo: 229441a) * Incorrect definition of -topmiddle- and -bottommiddle- characters (#3183)
- (symbianflo: f57a7e3) Version 4.8.12- Core
- (symbianflo: f57a7e3) * Speed up of file find (#2290)
- (symbianflo: f57a7e3) * If cwd is a symlink it is kept at startup (#3093)
- (symbianflo: f57a7e3) * Improve support of Zsh (#3121, #3124, #3125, #3177)
- (symbianflo: f57a7e3) * Launch external editor/viewer without passing line number (#3117)
- (symbianflo: f57a7e3) * Exit without confirmation by default (#3132)
- (symbianflo: f57a7e3) * Simple user-friendly skin selector (#2165, #3178)
- (symbianflo: f57a7e3) * Use Joliet and RockRidge in ISO9660 image view action (#3187)
- (symbianflo: f57a7e3) - VFS
- (symbianflo: f57a7e3) * Use .zip extension as preferred way to recognize ZIP archives (#2857)
- (symbianflo: f57a7e3) - Editor
- (symbianflo: f57a7e3) * Configurable selection reset on CK_Store (#3111)
- (symbianflo: f57a7e3) - Misc
- (symbianflo: f57a7e3) * Code cleanup (#3113, #3151)
- (symbianflo: f57a7e3) * Adjust script permissions to installed ones (#2274)
- (symbianflo: f57a7e3) * Fix name of FSF in add source files (#3167)
- (symbianflo: f57a7e3) * Skin cleanups (#3180, #3184)
- (symbianflo: f57a7e3) * Do not consider 'String not found' message as error (#3179)
- (symbianflo: f57a7e3) - Fixes
- (symbianflo: f57a7e3) * Broken build with NCurses (#3114)
- (symbianflo: f57a7e3) * Incorrect tilde expansion in copy/rename/move dialog (#3131)
- (symbianflo: f57a7e3) * Advanced chown: Escape on user list accepts value (#3150)
- (symbianflo: f57a7e3) * Toggling hidden files using mouse doesn't update the other panel (#3156)
- (symbianflo: f57a7e3) * Question mark in delete confirmation is on its own line (#3123)
- (symbianflo: f57a7e3) * Popup dialogs wander upwards upon resize (#3173)
- (symbianflo: f57a7e3) * Keypad '*' doesn't work with numlock off (#3133)
- (symbianflo: f57a7e3) * Some inconsistencies in 'Learn keys' UI (#3134)
- (symbianflo: f57a7e3) * Unconventional behavior of 'Display bits' dialog (#3152)
- (symbianflo: f57a7e3) * Shift-Fn keys don't work in 256-color mode of tmux (#2978)
- (symbianflo: f57a7e3) * mcedit: format paragraph produces inconsistent wrapping (#3119)
- (symbianflo: f57a7e3) * mcedit: file out-of-date check on saving is botched (#3142)
- (symbianflo: f57a7e3) * mcedit: 1st line is shifted after paragraph format (#1666)
- (symbianflo: f57a7e3) * mcedit: trailing newline check applied too early when exiting (#3140)
- (symbianflo: f57a7e3) * Inconsistency of the arrow's direction in the panel header line across skins (#3157)
- (symbianflo: f57a7e3) * Possible segfault while passing messages to widgets (#3116)
- (symbianflo: f57a7e3) * Possible segfault when freeing a VFS (#3116)
- (symbianflo: f57a7e3) * Segfault in cpio VFS while reading corrupted RPM (#3116)
- (symbianflo: f57a7e3) * Segfault in sftpfs VFS when trying to view a file (#3176)
- (symbianflo: f57a7e3) * Incorrect handling of filenames with unrar v5 (#3073)
- (symbianflo: f57a7e3) * FISH VFS: remote panel confused by filenames with '%' (#2983)
- (symbianflo: f57a7e3) * iso9660: xorriso shows only one depth (#3122)
- (symbianflo: f57a7e3) * Nicedark skin looks bad on black-on-white terminals (#3154)
- (symbianflo: f57a7e3) * Incorrect definition of -topmiddle- and -bottommiddle- characters (#3183)
- (SymbianFlo: ee32f7a) Huge bug fix , check this out: http://www.midnight-commander.org/query?status=closed&group=resolution&order=priority&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&col=severity&milestone=4.8.12
- (SymbianFlo: ee32f7a) Version 4.8.12
- (SymbianFlo: ee32f7a) - Core
- (SymbianFlo: ee32f7a) * Speed up of file find (#2290)
- (SymbianFlo: ee32f7a) * If cwd is a symlink it is kept at startup (#3093)
- (SymbianFlo: ee32f7a) * Improve support of Zsh (#3121, #3124, #3125, #3177)
- (SymbianFlo: ee32f7a) * Launch external editor/viewer without passing line number (#3117)
- (SymbianFlo: ee32f7a) * Exit without confirmation by default (#3132)
- (SymbianFlo: ee32f7a) * Simple user-friendly skin selector (#2165, #3178)
- (SymbianFlo: ee32f7a) * Use Joliet and RockRidge in ISO9660 image view action (#3187)
- (SymbianFlo: ee32f7a) - VFS
- (SymbianFlo: ee32f7a) * Use .zip extension as preferred way to recognize ZIP archives (#2857)
- (SymbianFlo: ee32f7a) - Editor
- (SymbianFlo: ee32f7a) * Configurable selection reset on CK_Store (#3111)
- (SymbianFlo: ee32f7a) - Misc
- (SymbianFlo: ee32f7a) * Code cleanup (#3113, #3151)
- (SymbianFlo: ee32f7a) * Adjust script permissions to installed ones (#2274)
- (SymbianFlo: ee32f7a) * Fix name of FSF in add source files (#3167)
- (SymbianFlo: ee32f7a) * Skin cleanups (#3180, #3184)
- (SymbianFlo: ee32f7a) * Do not consider "String not found" message as error (#3179)
- (SymbianFlo: ee32f7a) - Fixes
- (SymbianFlo: ee32f7a) * Broken build with NCurses (#3114)
- (SymbianFlo: ee32f7a) * Incorrect tilde expansion in copy/rename/move dialog (#3131)
- (SymbianFlo: ee32f7a) * Advanced chown: Escape on user list accepts value (#3150)
- (SymbianFlo: ee32f7a) * Toggling hidden files using mouse doesn't update the other panel (#3156)
- (SymbianFlo: ee32f7a) * Question mark in delete confirmation is on its own line (#3123)
- (SymbianFlo: ee32f7a) * Popup dialogs wander upwards upon resize (#3173)
- (SymbianFlo: ee32f7a) * Keypad '*' doesn't work with numlock off (#3133)
- (SymbianFlo: ee32f7a) * Some inconsistencies in "Learn keys" UI (#3134)
- (SymbianFlo: ee32f7a) * Unconventional behavior of "Display bits" dialog (#3152)
- (SymbianFlo: ee32f7a) * Shift-Fn keys don't work in 256-color mode of tmux (#2978)
- (SymbianFlo: ee32f7a) * mcedit: format paragraph produces inconsistent wrapping (#3119)
- (SymbianFlo: ee32f7a) * mcedit: file out-of-date check on saving is botched (#3142)
- (SymbianFlo: ee32f7a) * mcedit: 1st line is shifted after paragraph format (#1666)
- (SymbianFlo: ee32f7a) * mcedit: trailing newline check applied too early when exiting (#3140)
- (SymbianFlo: ee32f7a) * Inconsistency of the arrow's direction in the panel header line across skins (#3157)
- (SymbianFlo: ee32f7a) * Possible segfault while passing messages to widgets (#3116)
- (SymbianFlo: ee32f7a) * Possible segfault when freeing a VFS (#3116)
- (SymbianFlo: ee32f7a) * Segfault in cpio VFS while reading corrupted RPM (#3116)
- (SymbianFlo: ee32f7a) * Segfault in sftpfs VFS when trying to view a file (#3176)
- (SymbianFlo: ee32f7a) * Incorrect handling of filenames with unrar v5 (#3073)
- (SymbianFlo: ee32f7a) * FISH VFS: remote panel confused by filenames with '%' (#2983)
- (SymbianFlo: ee32f7a) * iso9660: xorriso shows only one depth (#3122)
- (SymbianFlo: ee32f7a) * Nicedark skin looks bad on black-on-white terminals (#3154)
- (SymbianFlo: ee32f7a) * Incorrect definition of "topmiddle" and "bottommiddle" characters (#3183)
- (Andrey Bondrov: 19898bd) LOG Re-diff old-style-defaults patch
- (Denis Silakov: f658e0d) Updated to 4.8.11
- (Denis Silakov: e3db80f) LOG Added support for rpms with ustar payload
- (Andrey Bondrov: e8a7853) LOG New version 4.8.10, enable smb vfs
- (Andrey Bondrov: 6566749) LOG New version 4.8.9
- (Andrey Bondrov: fd9a61a) LOG Add optional (disabled by default) patch for old style highlighting defaults
- (Denis Silakov: e8d9984) LOG Updated to 4.8.8
- (Andrey Bondrov: b0a95e3) LOG New version 4.8.7
- (Konstantin Vlasov: c6a34e6) Merge forward 2012lts
- (Alexander Khryukin: ec8de17) version update 4.8.6
- (Alexander Khryukin: bcd2a36) version update 4.8.5
- (root: a611e8d) possible 4.8.4 update
- (Rosa: 0742107) Automatic import for version 4.8.4
- (Rosa: e5f7f6f) Automatic import for version 4.8.3
- (akdengi: b5ce4cb) up release
- (akdengi: c0fa0b1) fix tar arch open error
- (Rosa: 88c55e4) Automatic import for version 4.8.2
- (Rosa: d8ba5ed) Automatic import for version 4.8.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10887 |14cu|mcelog-141-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mcelog
Version:	141
Release:	1
Summary:	The kernel machine check logger
License:	GPLv2
Group:		System/Kernel and hardware
Url:		http://www.mcelog.org
Source:		https://github.com/andikleen/mcelog/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz

%description
mcelog is the user space interface to the in kernel machine check logger
on x86-64. It decodes the binary machine check records into a human
readable format.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}/%{_sbindir}
mkdir -p %{buildroot}/%{_mandir}/man8
mkdir -p %{buildroot}/%{_sysconfdir}/logrotate.d/
mkdir -p %{buildroot}/%{_sysconfdir}/cron.hourly/

%makeinstall etcprefix=%{buildroot}
cp mcelog.logrotate %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
cp mcelog.cron %{buildroot}/%{_sysconfdir}/cron.hourly/%{name}

%files
%{_sbindir}/mcelog
%{_mandir}/man5/*
%{_mandir}/man8/*
%{_sysconfdir}/cron.hourly/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/mcelog/mcelog.conf
/etc/mcelog/cache-error-trigger
/etc/mcelog/dimm-error-trigger
/etc/mcelog/page-error-trigger
/etc/mcelog/socket-memory-error-trigger
/etc/mcelog/bus-error-trigger
/etc/mcelog/iomca-error-trigger
/etc/mcelog/unknown-error-trigger

%changelog

* Fri Sep 30 2016 alzim <alzim@bk.ru> 141-1
- (e902d7e) Merge pull request #3 from import/mcelog:rosa2016.1
- (e902d7e) Updated to 141



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10888 |14cu|mcomix-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Comic book viewer
Name:		mcomix
Version:	1.2.1
Release:	1
License:	GPLv2+
Group:		Office
Url:		http://mcomix.sourceforge.net/
Source0:	http://downloads.sourceforge.net/mcomix/%{name}-%{version}.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	jpeg-progs
BuildRequires:	pygtk2.0
BuildRequires:	python-pillow
BuildRequires:	python-setuptools
Requires:	jpeg-progs
Requires:	pygtk2.0
Requires:	python-pillow
Buildarch:	noarch

%description
MComix is a comic book viewer. It reads zip, rar, tar, tar.gz, and tar.bz2
archives (often called .cbz, .cbr and .cbt) as well as normal image files.

%files
%doc ChangeLog COPYING README
%{_bindir}/mcomix
%{_mandir}/man1/*
%{_datadir}/appdata/mcomix.appdata.xml
%{_datadir}/applications/*comix.desktop
%{_datadir}/mime/packages/mcomix.xml
%{_iconsdir}/hicolor/*/*/*
%{py_puresitedir}/%{name}
%{py_puresitedir}/*egg-info

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%{__python} setup.py build

%install
%{__python} setup.py install --root=%{buildroot} --skip-build

desktop-file-install --vendor='' \
	--dir %{buildroot}%{_datadir}/applications \
	--remove-category='Application' \
	--add-category='GNOME;GTK' \
	%{buildroot}%{_datadir}/applications/*.desktop

%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.1-1
- (1e7a367) New version 1.2.1
- (1e7a367) Update BuildRequires and Requires
- (1e7a367) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10889 |14cu|mcp-plugins-0.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A set of audio plugins for LADSPA
Name:		mcp-plugins
Version:	0.4.0
Release:	3
License:	GPLv2+
Group:		Sound
Url:		http://kokkinizita.linuxaudio.org/linuxaudio
Source0:	http://kokkinizita.linuxaudio.org/linuxaudio/downloads/MCP-plugins-%{version}.tar.bz2
Patch0:		MCP-plugins-0.4.0-optflags.patch
Requires:	ladspa

%description
A set of audio plugins for LADSPA by Fons Adriaensen.
Currently contains a phaser, a chorus and a moog vcf.

%files
%doc AUTHORS COPYING README
%{_libdir}/ladspa/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n MCP-plugins-%{version}
%patch0 -p1
perl -pi -e 's/\/usr\/lib\/ladspa/\$(DESTDIR)/g' Makefile

%build
%setup_compile_flags
%make

%install
mkdir -p %{buildroot}%{_libdir}/ladspa
make DESTDIR=%{buildroot}%{_libdir}/ladspa install



%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.0-3
- (62ea013) Build with system optflags to fix debug package
- (62ea013) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10890 |14cu|mdbtools-0.7.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname mdb %{major}
%define libsql %mklibname mdbsql %{major}
%define devname %mklibname mdb -d

Summary:	Access data stored in Microsoft Access databases
Name:		mdbtools
Version:	0.7.1
Release:	4
License:	GPLv2+
Group:		Development/Databases
Url:		https://github.com/brianb/mdbtools/wiki
Source0:	https://github.com/brianb/mdbtools/archive/%{version}.tar.gz
Source1:	gmdb2.desktop
# From upstream
Patch0:		0001-Fix-parallel-builds-make-jN-in-SQL-lexer-parser.patch
Patch1:		0002-Fixes-build-error-introduced-by-previous-commit.patch
BuildRequires:	bison
BuildRequires:	desktop-file-utils
BuildRequires:	flex
BuildRequires:	gnome-common
BuildRequires:	gnome-doc-utils
BuildRequires:	libtool
BuildRequires:	rarian
BuildRequires:	txt2man
BuildRequires:	readline-devel
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
Conflicts:	%{name}-devel < 0.7.1-4

%description
MDB Tools is a suite of programs for accessing data stored in Microsoft
Access databases.

%files
%doc COPYING
%{_bindir}/mdb-*
%{_mandir}/man1/mdb-*
%{_libdir}/libmdbodbc.so
%{_libdir}/libmdbodbcW.so

#----------------------------------------------------------------------------

%package gui
Summary:	Graphical interface for MDB Tools
Group:		Development/Databases
Requires:	%{name}

%description gui
The mdbtools-gui package contains the gmdb2 graphical user interface
for MDB Tools

%files gui
%{_bindir}/gmdb2
%{_datadir}/gmdb
%{_datadir}/gnome/help/gmdb
%{_datadir}/applications/*gmdb2.desktop
%{_datadir}/omf/mdbtools/gmdb-C.omf
%{_mandir}/man1/gmdb2*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for accessing data stored in Microsoft Access databases
Group:		System/Libraries
Conflicts:	mdbtools-libs < 0.7.1-4
Obsoletes:	mdbtools-libs < 0.7.1-4

%description -n %{libname}
This package contains the MDB Tools library, which can be used by applications
to access data stored in Microsoft Access databases.

%files -n %{libname}
%doc AUTHORS COPYING.LIB NEWS README
%{_libdir}/libmdb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libsql}
Summary:	Library for accessing data stored in Microsoft Access databases
Group:		System/Libraries
Conflicts:	mdbtools-libs < 0.7.1-4

%description -n %{libsql}
This package contains the MDB Tools library, which can be used by applications
to access data stored in Microsoft Access databases.

%files -n %{libsql}
%doc AUTHORS COPYING.LIB NEWS README
%{_libdir}/libmdbsql.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Databases
Requires:	%{libname} = %{EVRD}
Requires:	%{libsql} = %{EVRD}
Requires:	pkgconfig(glib-2.0)
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.7.1-4
Obsoletes:	%{name}-devel < 0.7.1-4

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc HACKING ChangeLog TODO doc/faq.html
%{_libdir}/libmdb.so
%{_libdir}/libmdbsql.so
%{_libdir}/pkgconfig/libmdb*.pc
%{_includedir}/mdb*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoreconf -vif
%configure \
	--disable-static \
	--with-unixodbc="%{_prefix}"\
	--enable-gtk-doc
%make V=1

%install
%makeinstall_std

# remove some headers which should not be installed / exported
rm -f %{buildroot}%{_includedir}/gmdb.h
rm -f %{buildroot}%{_includedir}/mdbver.h

mkdir -p %{buildroot}%{_datadir}/applications

desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.1-4
- (67d8f43) Move odbc plugin files from development to main package
- (67d8f43) Properly package libraries (move from mdbtools-libs to individual packages)
- (67d8f43) Properly name development package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10891 |14cu|mdp-1.0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Command-line based markdown presentation tool
Name:		mdp
Version:	1.0.8
Release:	1
License:	GPLv3
Group:		Office
Url:		https://github.com/visit1985/mdp
Source0:	https://github.com/visit1985/mdp/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)

%description
A command-line based markdown presentation tool.

%files
%{_bindir}/*
%{_mandir}/man1/mdp.1.xz

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make

%install
%makeinstall_std PREFIX=/usr

%changelog

* Fri Sep 30 2016 alzim <alzim@bk.ru> 1.0.8-1
- (7f205a3) Merge pull request #1 from import/mdp:rosa2016.1
- (7f205a3) Updated to 1.0.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10892 |14cu|mdvinput-1.6.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: mdvinput
Version: 1.6.2
Release: 5
Summary:  Small programm for set keyboard, mouse and touchpad      

Group: Graphical desktop/Other          
License: GPLv2+            
Source0: http://mandriva-lxde.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:  mdvinput-1.6.2-missing-locale.patch
Patch1:	 mdvinput-1.6.2-fix-config.patch
URL:	http://mandriva-lxde.googlecode.com
Requires: python, pygtk2.0, python-configobj
Suggests: x11-driver-input-synaptics
Obsoletes: lxinput
BuildArch: noarch

%description

Small utilite for setup keyboard, mouse and touchpad.

%prep
%setup -q
%apply_patches

%install

mkdir -p %{buildroot}/usr
mkdir -p %{buildroot}/usr/lib
mkdir -p %{buildroot}%{_datadir}/applications

cp -rf ./bin %{buildroot}/usr/
cp -rf ./share %{buildroot}/usr/
cp -rf ./mdvinput %{buildroot}/usr/lib/

%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/locale/*
%{_datadir}/%{name}
/usr/lib/%{name}

%changelog
* Wed Jan 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6.2-5
+ Revision: 423670d
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10893 |14cu|meandmyshadow-0.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Me and My Shadow is a puzzle/platform game
Name:		meandmyshadow
Version:	0.4.1
Release:	3
License:	GPLv3+
Group:		Games/Arcade
Url:		http://meandmyshadow.sourceforge.net
Source0:	https://sourceforge.net/projects/%{name}/files/%{version}/%{name}-%{version}-src.tar.gz
Patch0:		meandmyshadow-0.4.1-mga-link-x11.patch
Patch1:		meandmyshadow-0.4.1-mga-sf-url.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(x11)

%description
Me and My Shadow is a puzzle/platform game written by Luka Horvat.
The author has given us permission to GPL the game, and develop it further.
It has an interesting concept and rather unique gameplay.

%files
%doc README COPYING ChangeLog AUTHORS
%{_bindir}/meandmyshadow
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
find . -type f -exec chmod 0644 '{}' \;

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.1-3
- (27ac1ee) Add patches from Mageia to fix linkage and addons download URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10894 |14cu|meataxe-2.4.24-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname mtx %{major}
%define devname %mklibname mtx -d

Summary:	Matrix representations over finite fields
Name:		meataxe
Version:	2.4.24
Release:	6
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://www.math.rwth-aachen.de/~MTX/
Source0:	http://www.math.rwth-aachen.de/~MTX/%{name}-%{version}.tar.gz
# These man pages were written by Jerry James <loganjerry@gmail.com> using
# text taken from the sources.  Therefore, these pages have the same copyright
# and license as the source files.
Source1:	%{name}-man.tar.xz
# This patch causes a shared library to be built instead of a static library,
# and to link all of the binaries against the shared library.  Upstream is
# not interested in building a shared library.
Patch0:		%{name}-shared.patch
BuildRequires:	doxygen

%description
The MeatAxe is a set of programs for working with matrix representations
over finite fields. Permutation representations are supported to some
extent, too.

%files
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library of matrix representations over finite fields
Group:		System/Libraries
Conflicts:	%{name}-libs < 2.4.24-6
Obsoletes:	%{name}-libs < 2.4.24-6

%description -n %{libname}
This package contains the MeatAxe library, which provides functions for
working with matrix representations over finite fields. Permutation
representations are supported to some extent, too.

%files -n %{libname}
%doc COPYING README
%{_libdir}/libmtx.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries for MeatAxe development
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 2.4.24-6
Obsoletes:	%{name}-devel < 2.4.24-6

%description -n %{devname}
This package contains the header files and library links for building
applications that use the MeatAxe library.

%files -n %{devname}
%doc doc
%{_includedir}/meataxe.h
%{_libdir}/libmtx.so

#----------------------------------------------------------------------------

%prep
%setup -q -c
%setup -q -T -D -a 1
%patch0

# Set up the configuration
sed -e "s|^MTXLIB=.*|MTXLIB=%{_libdir}|" \
    -e "s|^MTXBIN=.*|MTXBIN=%{_bindir}|" \
    -e "s|^CFLAGS1=.*|CFLAGS1=-std=gnu99 %{optflags}|" \
    Makefile.conf.dist > Makefile.conf

# Let Doxygen find standard header files
sed -ri \
    "s|^(INCLUDE_PATH.*=)|\1 %{_includedir} `echo %{_libdir}/gcc/*/*/include`|" \
    etc/Doxyfile

# Let us see compiler warnings
sed -i 's|@\$(CC)|\$(CC)|' Makefile

%build
%make VERSION=%{version} LFLAGS1="%{ldflags}"
%make rebuild-doc

%install
# Install the binaries
mkdir -p %{buildroot}%{_bindir}
install -m 0755 bin/* -p %{buildroot}%{_bindir}
rm -f %{buildroot}%{_bindir}/mk.dir

# Install the libraries
mkdir -p %{buildroot}%{_libdir}
cp -dp tmp/libmtx.so* %{buildroot}%{_libdir}
chmod 0755 %{buildroot}%{_libdir}/libmtx.so.%{version}

# Install the header
mkdir -p %{buildroot}%{_includedir}
cp -p src/meataxe.h %{buildroot}%{_includedir}

# Install the man pages
mkdir -p %{buildroot}%{_mandir}/man1
cd man
for m in *.1; do
  sed "s/@VERSION@/%{version}/" $m > %{buildroot}%{_mandir}/man1/$m
  touch -r $m %{buildroot}%{_mandir}/man1/$m
done

%check
make check


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.24-6
- (28100c2) Propely name shared library and development packages (follow packaging policies)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10895 |14cu|mediadownloader-1.5.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qt4 based viewer and downloader for Google Image and YouTube
Name:		mediadownloader
Version:	1.5.2
Release:	4
License:	GPLv3+
Group:		Networking/WWW
Url:		http://mediadownloader.cz.cc/
Source0:	http://download.sourceforge.net/googleimagedown/project/%{name}_%{version}-src.tar.gz
Patch0:		%{name}-1.5.1-fix_appdata_path.patch
BuildRequires:	desktop-file-utils
BuildRequires:	qt4-devel
BuildRequires:	phonon-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	imagemagick
Requires:	ffmpeg
Suggests:	lame-mp3x
Requires:	mplayer

%description
Mediadownloader is a Qt4 based software that let you search, watch and
download items with Google Image and YouTube. Search results are displayed as
thumbnails within a nice mouse scrollable view. It can also make a slide show
of searched videos and images, set images as wallpaper, save and restore
searches, make multiple searches by a given text file, and convert local
videos or videos while downloading with a dedicated ffmpeg GUI front-end.
It will also look at the Firefox cache to catch video streaming contents while
browsing.

%files
%doc COPYING README.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/css/*.css
%{_datadir}/%{name}/ffmpeg-presets/*.ffpreset
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%qmake_qt4
%make

%install
%makeinstall_qt

# This is still required to modify the .desktop file
rm -f %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install -m 644 --copy-name-to-generic-name --dir %{buildroot}%{_datadir}/applications %{name}.desktop

# Manually move the other required files
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}/css
mkdir -p %{buildroot}%{_datadir}/%{name}/ffmpeg-presets
install -p -m 644 ./css/*.css %{buildroot}%{_datadir}/%{name}/css
install -p -m 644 ./ffmpeg-presets/*.ffpreset %{buildroot}%{_datadir}/%{name}/ffmpeg-presets

# For the icons first install the provided one
install -Dm 644 icons/%{name}.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
# then resize it to the needed sizes and place the result in the right dirs
for size in 96x96 64x64 48x48 32x32 22x22 16x16
do
    install -p -dm 0755 %{buildroot}%{_iconsdir}/hicolor/${size}/apps
    convert -resize ${size} icons/%{name}.png %{buildroot}%{_iconsdir}/hicolor/${size}/apps/%{name}.png
done


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.2-4
- (4af3d19) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10896 |14cu|mediainfo-0.7.89-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Supplies technical and tag information about a video or audio file
Name:		mediainfo
Version:	0.7.89
Release:	1
License:	BSD
Group:		Sound
Url:		http://mediaarea.net/en/MediaInfo
Source0:	http://mediaarea.net/download/source/%{name}/%{version}/%{name}_%{version}.tar.bz2
Patch0:		mediainfo_0.7.63-fix-qtgui-build.patch
BuildRequires:	dos2unix
BuildRequires:	imagemagick
BuildRequires:	qt4-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(libmediainfo) >= %{version}
BuildRequires:	pkgconfig(libzen) >= 0.4.33
BuildRequires:	pkgconfig(zlib)

%description
MediaInfo supplies technical and tag information about a video or audio file.
What information can I get from MediaInfo?
* General: title, author, director, album, track number, date, duration...
* Video: codec, aspect, fps, bitrate...
* Audio: codec, sample rate, channels, language, bitrate...
* Text: language of subtitle
* Chapters: number of chapters, list of chapters.

DivX, XviD, H263, H.263, H264, x264, ASP, AVC, iTunes, MPEG-1,
MPEG1, MPEG-2, MPEG2, MPEG-4, MPEG4, MP4, M4A, M4V, QuickTime,
RealVideo, RealAudio, RA, RM, MSMPEG4v1, MSMPEG4v2, MSMPEG4v3,
VOB, DVD, WMA, VMW, ASF, 3GP, 3GPP, 3GP2.

What format (container) does MediaInfo support?
* Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1,
  MPEG-2, MPEG-4, DVD (VOB) (Codecs: DivX, XviD, MSMPEG4, ASP,
  H.264, AVC...)
* Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF
* Subtitles: SRT, SSA, ASS, SAMI.

%files
%doc Release/ReadMe_CLI_Linux.txt Contrib/CLI_Help.doc
%doc License.html History_CLI.txt
%{_bindir}/mediainfo

#----------------------------------------------------------------------------

%package gui-wx
Summary:	GUI for %{name}
Group:		Sound
Requires:	%{name}-gui-common = %{EVRD}
Provides:	%{name}-gui = %{EVRD}

%description gui-wx
Graphical user interface for %{name}.

%files gui-wx
%doc Release/ReadMe_GUI_Linux.txt
%doc License.html History_GUI.txt
%{_bindir}/%{name}-wx
%{_datadir}/applications/%{vendor}-%{name}-wx.desktop

#----------------------------------------------------------------------------

%package gui-qt
Summary:	GUI for %{name}
Group:		Sound
Requires:	%{name}-gui-common = %{EVRD}
Provides:	%{name}-gui = %{EVRD}

%description gui-qt
Qt-based graphical user interface for %{name}.

%files gui-qt
%doc License.html
%{_bindir}/%{name}-qt
%{_datadir}/applications/%{vendor}-%{name}-qt.desktop

#----------------------------------------------------------------------------

%package gui-common
Summary:	Common files for %{name} GUIs
Group:		Sound
BuildArch:	noarch

%description gui-common
Common files for %{name} GUI packages.

%files gui-common
%doc License.html
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/appdata/%{name}-gui.appdata.xml

#----------------------------------------------------------------------------

%prep
%setup -qn MediaInfo
%patch0 -p0 -b .buildfix

# fix EOLs and rights
dos2unix License.html History_*.txt 
chmod 644 *.html *.txt Release/*.txt


%build
# build CLI
pushd Project/GNU/CLI
	autoreconf -vfi
	%configure2_5x --disable-static
	%make
popd

# build GUI
pushd Project/GNU/GUI
	autoreconf -vfi
	%configure2_5x --disable-static
	%make
popd

# build Qt based GUI
pushd Project/QMake/GUI
	%qmake_qt4
	%make
popd


%install
pushd Project/GNU/CLI
	%makeinstall_std
popd

pushd Project/GNU/GUI
	%makeinstall_std
popd

pushd Project/QMake/GUI
	%makeinstall_std INSTALL_ROOT=%{buildroot}
popd

# icon
install -Dm 644 Source/Resource/Image/MediaInfo.png \
	%{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png

for i in 16 32 48 64 128; do
	mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/
	convert -scale ${i} Source/Resource/Image/MediaInfo.png %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
done

# menu-entry
mkdir -p %{buildroot}/%{_datadir}/applications/
cat > %{buildroot}/%{_datadir}/applications/%{vendor}-%{name}-wx.desktop << EOF
[Desktop Entry]
Type=Application
Name=MediaInfo
Comment=Supplies technical and tag information about a video or audio file
Icon=%{name}
Exec=%{name}-wx %f
Terminal=false
Categories=AudioVideo;AudioVideoEditing;
EOF

mkdir -p %{buildroot}/%{_datadir}/applications/
cat > %{buildroot}/%{_datadir}/applications/%{vendor}-%{name}-qt.desktop << EOF
[Desktop Entry]
Type=Application
Name=MediaInfo
Comment=Supplies technical and tag information about a video or audio file
Icon=%{name}
Exec=%{name}-qt %f
Terminal=false
Categories=AudioVideo;AudioVideoEditing;
EOF

#fix binary name
mv %{buildroot}%{_bindir}/%{name}-gui %{buildroot}%{_bindir}/%{name}-wx

%changelog

* Fri Sep 30 2016 alzim <alzim@bk.ru> 0.7.89-1
- (7bdad99) Merge pull request #2 from import/mediainfo:rosa2016.1
- (7bdad99) Updated to 0.7.89



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10897 |14cu|mediatomb-0.12.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	UPnP AV MediaServer
Name:		mediatomb
Version:	0.12.1
Release:	9
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://mediatomb.cc
Source0:	http://downloads.sourceforge.net/mediatomb/%{name}-%{version}.tar.gz
Source1:	mediatomb.logrotate
Source2:	80-mediatomb.preset
Source3:	mediatomb.service
# Adds parallel init info to init.d script - AdamW 2007/06
Patch0:		mediatomb-0.11.0-initinfo.patch
Patch1:		mediatomb-0.12.1-gcc46.patch
Patch2:		mediatomb-0.12.1-gcc47.patch
Patch3:		mediatomb-0.12.1-mozjs185.patch
Patch4:		mediatomb-0.12.1.tonewjs.patch
Patch5:		mediatomb-0.12.1-jsparse.patch
Patch6:		mediatomb-0.12.1-libmp4v2.patch
# Diff from upstream
Patch7:		mediatomb-0.12.1-ffmpeg2.5.patch
BuildRequires:	file
# For systemd macros
BuildRequires:	systemd-units
BuildRequires:	ffmpeg-devel
BuildRequires:	libmp4v2-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(mozjs185)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(taglib)
Requires(pre,post,postun):	rpm-helper
Requires(post,preun):	systemd

%description
MediaTomb - UPnP AV Mediaserver for Linux.

%files
%doc README README.UTF_8 AUTHORS ChangeLog INSTALL doc/doxygen.conf
%doc doc/scripting.txt doc/scripting_utf8.txt
%{_sysconfdir}/logrotate.d/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_presetdir}/80-%{name}.preset
%{_unitdir}/%{name}.service
%defattr(-,%{name},%{name})
%config(noreplace) %{_sysconfdir}/%{name}.conf
%ghost %{_logdir}/%{name}

%pre
# Create a user
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false

%post
%systemd_post %{name}.service

# Create initial log file so that logrotate doesn't complain
if [ $1 = 1 ]; then
   %create_ghostfile %{_logdir}/%{name} root root 644
fi

%preun
%systemd_preun %{name}.service

%postun
%_postun_userdel %{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1

%build
autoreconf -fi
%configure2_5x \
	--enable-taglib \
	--enable-libjs \
	--with-js-h=%{_includedir}/js \
	--enable-external-transcoding \
	--enable-protocolinfo-extension

%make

%install
install -D -m 0644 %{SOURCE2} %{buildroot}%{_presetdir}/80-%{name}.preset
install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service
install -D -m 0755 config/mediatomb-conf-fedora %{buildroot}%{_sysconfdir}/%{name}.conf

%makeinstall_std

mkdir -p %{buildroot}%{_logdir}
touch %{buildroot}%{_logdir}/%{name}
install -D -m 644 %{SOURCE1} %{buildroot}/etc/logrotate.d/%{name}


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.12.1-9
+ Revision: 83e0ba6
- Add patch to fix build with ffmpeg 2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10898 |14cu|medit-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		medit
Version:	1.2.0
Release:	1
Summary:	Multiplatform GTK+2 text editor
Group:		Editors
License:	GPLv2+
URL:		http://mooedit.sourceforge.net/
Source0:	https://sourceforge.net/projects/mooedit/files/medit/%{version}/%{name}-%{version}.tar.bz2
Patch0:		medit-1.1.0-dso.patch
BuildRequires:	gtk2-devel
BuildRequires:	libxml2-devel
BuildRequires:	intltool
BuildRequires:	python-devel
BuildRequires:	pygtk2.0-devel
BuildRequires:	pkgconfig(sm)
BuildRequires:	imagemagick

%description
Medit is a multiplatform GTK+2 text editor.
Features:
o Configurable syntax highlighting
o Configurable keyboard accelerators
o Multiplatform - works both on unix and windows

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --disable-install-hooks
%make

%install
%makeinstall_std

# more icon sizes, 48x48 is already installed by make install
for size in 32x32 16x16; do
%__mkdir_p %{buildroot}%{_iconsdir}/hicolor/$size/apps;
convert moo/mooutils/pixmaps/medit.png -scale $size %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png;
done

%if %{mdvver} >= 2012
%find_lang medit-1 medit-1-gsv medit-1.lang
%else
%find_lang medit-1 medit-1-gsv
%endif

%files -f medit-1.lang
%doc README
%doc %{_defaultdocdir}/medit-1
%{_bindir}/medit
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/medit.1.*
%{_datadir}/medit-1/

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10899 |14cu|mednafen-0.9.47-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Multi-consoles Emulator
Name:		mednafen
Version:	0.9.47
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://mednafen.sourceforge.net/
Source0:	https://mednafen.github.io/releases/files/%{name}-%{version}.tar.xz
# Fix issue with old gcc
Patch0:		mednafen-tests.patch
BuildRequires:	bison
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
Mednafen emulates several consoles:
-Atari Lynx
-GameBoy (Color)
-GameBoy Advance
-Neo Geo Pocket (Color)
-NES
-SNES
-PC Engine (TurboGrafx 16)
-PC-FX
-Sega Master System & Game Gear
-SuperGrafx
-Virtual Boy
-WonderSwan (Color)

Warning: No GUI.

%files -f %{name}.lang
%doc ABOUT-NLS AUTHORS COPYING ChangeLog TODO Documentation/*
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%if %{mdvver} < 201410
%patch0 -p0
%endif
find ./src -type f -exec chmod 644 '{}' +
find ./src -type d -exec chmod 755 '{}' +

%build
autoreconf -i
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Fri Sep 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.47-1
- (9dc377a) New version 0.9.47

* Mon Aug 14 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.46-1
- (148dc8c) New version 0.9.46

* Mon Jun 12 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.45.1-1
- (3799731) New version 0.9.45.1

* Wed Jun 07 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.45-1
- (117010b) New version 0.9.45

* Mon Apr 24 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.44.1-1
- (115f3cd) New version 0.9.44.1

* Sat Apr 22 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.44-1
- (9ce39b0) New version 0.9.44

* Mon Feb 27 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.43-1
- (f8dc4bb) New version 0.9.43

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.41-2
- (944914b) MassBuild#1257: Increase release tag

* Sun Jan 29 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.41-1
- (d690a4f) New version 0.9.41

* Fri Dec 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.39.2-2
- (c911ed3) MassBuild#1190: Increase release tag

* Fri Sep 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.39.2-1
- (352a852) New version 0.9.39.2

* Wed Sep 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.39.1-1
- (1de1659) New version 0.9.39.1
- (1de1659) File c68k_op0.inc is no longer installed

* Mon Oct 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.38.7-1
- (8926aef) New version 0.9.38.7

* Thu Aug 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.38.6-1
- (de49552) New version 0.9.38.6

* Mon Jul 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.38.5-1
- (72a6dfb) New version 0.9.38.5

* Sun Mar 22 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.38.3-1
- (e60fb97) New version 0.9.38.3

* Thu Jan 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.37.1-1
- (a6440ea) New version 0.9.37.1

* Mon Jan 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.36.5-1
- (20eeb3a) New version 0.9.36.5

* Sat Oct 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.36.4-3
- (950d206) New version 0.9.36.4

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.33.3-3
- (4aa3140) MassBuild#464: Increase release tag

* Wed Jul 02 2014 abfonly <abfonly@gmail.com> 0.9.33.3-2
- (f92dd19) rebuild against new libcdio, bump rel

* Sun Apr 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.33.3-1
- (f8e3472) New version 0.9.33.3

* Mon Nov 25 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.32.1-1
- (04ab4f8) LOG New version 0.9.32.1

* Sat Sep 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.32-1
- (85535cb) LOG New version 0.9.32

* Mon Sep 09 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.31-1
- (239cbaf) LOG New version 0.9.31

* Mon Jul 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.29-1
- (3b82c83) LOG New version 0.9.29

* Tue Jan 15 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.28-1
- (e725ba2) LOG New version 0.9.28

* Mon Dec 24 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.27-1
- (2f28f29) LOG New version 0.9.27

* Wed Dec 19 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.26-1
- (6f9a23d) LOG New version 0.9.26

* Thu Oct 11 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.25-1
- (69b7dd4) LOG Drop no longer needed patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10900 |14cu|mednafen-server-0.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mednafen Network Play Server
Name:		mednafen-server
Version:	0.5.2
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://mednafen.sourceforge.net/
Source0:	http://downloads.sourceforge.net/mednafen/%{name}-%{version}.tar.gz

%description
This CLI-driven server aims at providing multiplayer gaming over a LAN
for mednafen emulator.

Look at the provided documentation for an example config file and usage.

%files
%doc ChangeLog README TODO run.sh standard.conf
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Thu Jan 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.2-1
+ Revision: 3956c22
- New version 0.5.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10901 |14cu|mednaffe-0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Seems to have issues when built with optflags, so we don't use them here
%global optflags %{nil}
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A front-end (GUI) for Mednafen emulator
Name:		mednaffe
Version:	0.8
Release:	1
License:	GPLv3+
Group:		Emulators
Url:		https://code.google.com/p/mednaffe/
# https://github.com/AmatCoder/mednaffe/archive/v%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
Patch0:		mednaffe-0.8-error-message.patch
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	mednafen

%description
Mednaffe is a front-end (GUI) for Mednafen emulator.

For now Mednaffe only works with 0.9.3x-WIP versions of mednafen emulator.

%files
%doc COPYING ChangeLog README AUTHORS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Fri Jul 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8-1
- (f1aec6c) New version 0.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10902 |14cu|megaglest-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# no matter what, ignores -lssl -lcrypto dependency of -lcurl
%define _disable_ld_as_needed 1

Summary:	Open Source 3d real time strategy game
Name:		megaglest
Version:	3.12.0
Release:	2
License:	GPLv3+
Group:		Games/Strategy
Url:		http://megaglest.org/
Source0:	https://github.com/MegaGlest/megaglest-source/releases/download/3.12.0/megaglest-source-%{version}.tar.xz
# Correct usage of xvfb-run when generating manpages
Patch0:		megaglest-3.12.0-help2man.patch
# Do not fail with cryptic message if there are missing translations
# just use english text
Patch1:		megaglest-3.9.1-translation-missing.patch
# Don not overwrite system compiler flags
Patch4:		megaglest-3.12.0-flags.patch
BuildRequires:	cmake
BuildRequires:	help2man
BuildRequires:	subversion
BuildRequires:	x11-server-xvfb
BuildRequires:	jpeg-devel
BuildRequires:	libircclient-static-devel
BuildRequires:	miniupnpc-devel
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ftgl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libvlc)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xerces-c)
BuildRequires:	pkgconfig(zlib)
Requires:	glxinfo
Requires:	megaglest-data = %{version}
Requires:	p7zip

%description
MegaGlest is an open source 3D-real-time strategy game, where you control
the armies of one of seven different factions: Tech, Magic, Egyptians,
Indians, Norsemen, Persian or Romans. The game is setup in one of 16
naturally looking settings, which -like the unit models- are crafted with
great appreciation for detail. Additional game data can be downloaded from
within the game at no cost.

%files
%doc docs/AUTHORS.source_code.txt
%doc docs/CHANGELOG.txt
%doc docs/COPYRIGHT.source_code.txt
%doc docs/gnu_gpl_3.0.txt
%doc docs/README.txt
%{_mandir}/man6/*.6*
%{_gamesbindir}/*
%{_gamesdatadir}/megaglest/*

#-----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch4 -p1

%build
%cmake -DMEGAGLEST_BIN_INSTALL_PATH=games/ \
       -DMEGAGLEST_DATA_INSTALL_PATH=share/games/%{name}/ \
       -DMEGAGLEST_ICON_INSTALL_PATH=share/icons/hicolor/48x48/apps/ \
       -DCMAKE_BUILD_TYPE=RELWITHDEBINFO

%make

%install
%makeinstall_std -C build

%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.12.0-2
- (b94d288) Drop no longer used SDL1 libraries from build requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10903 |14cu|megaglest-data-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rel b1

Summary:	Mega Glest data files
Name:		megaglest-data
Version:	3.12.0
Release:	2
License:	Creative Commons Attribution
Group:		Games/Strategy
Url:		http://megaglest.org/
Source0:	https://github.com/MegaGlest/megaglest-data/releases/download/%{version}/%{name}-%{version}.%{rel}.tar.xz
BuildRequires:	cmake
# Some files moved from main package here
Conflicts:	megaglest < 3.12.0
BuildArch:	noarch

%description
MegaGlest is an open source 3D-real-time strategy game, where you control
the armies of one of seven different factions: Tech, Magic, Egyptians,
Indians, Norsemen, Persian or Romans. The game is setup in one of 16
naturally looking settings, which -like the unit models- are crafted with
great appreciation for detail. Additional game data can be downloaded from
within the game at no cost.

%files
%doc docs/*
%{_gamesdatadir}/megaglest
%{_datadir}/appdata/megaglest.appdata.xml
%{_datadir}/appdata/megaglest_editor.appdata.xml
%{_datadir}/applications/megaglest.desktop
%{_datadir}/applications/megaglest_editor.desktop
%{_datadir}/applications/megaglest_g3dviewer.desktop
%{_iconsdir}/*
%{_datadir}/menu/megaglest

#----------------------------------------------------------------------------

%prep
%setup -qn megaglest-%{version}

%build
%cmake \
	-DMEGAGLEST_BIN_INSTALL_PATH=%{_gamesbindir} \
	-DMEGAGLEST_ICON_INSTALL_PATH=%{_iconsdir} \
	-DMEGAGLEST_DATA_INSTALL_PATH=%{_gamesdatadir}/megaglest
%make

%install
%makeinstall_std -C build
rm -fr %{buildroot}%{_gamesdatadir}/megaglest/docs

%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.12.0-2
- (6325102) Some files moved from megaglest package here, add Conflicts



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10904 |14cu|megasync-1.0.29-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Easy automated syncing between your computers and your MEGA cloud drive
Name:		megasync
Version:	1.0.29
Release:	2
License:	Freeware
Group:		Networking/File transfer
Url:		https://mega.co.nz
Source0:	megasync_%{version}.tar.gz
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(cryptopp)
BuildRequires:	pkgconfig(libcares)
BuildRequires:	pkgconfig(libcrypto)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)
Requires:	qt4-common

%description
Secure:
Your data is encrypted end to end. Nobody can intercept it while in storage
or in transit.

Flexible:
Sync any folder from your PC to any folder in the cloud. Sync any number of
folders in parallel.

Fast:
Take advantage of MEGA's high-powered infrastructure and multi-connection
transfers.

Generous:
Store up to 50 GB for free!

%files
%{_bindir}/%{name}
%{_datadir}/applications/megasync.desktop
%{_datadir}/icons/hicolor/*/*/mega.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure
export DESKTOP_DESTDIR=%{buildroot}%{_prefix}

%qmake_qt4 DESTDIR=%{buildroot}%{_bindir}
lrelease  MEGASync/MEGASync.pro
%make

%install
%makeinstall DESTDIR=%{buildroot}%{_bindir}

desktop-file-install \
	--add-category="Network" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog

* Tue Mar 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.29-2
- (de15f08) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10905 |14cu|megatunix-0.9.23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MegaTunix Tuning Software
Name:		megatunix
Version:	0.9.23
Release:	2
License:	GPLv2+
Group:		Networking/Other
Url:		http://sourceforge.net/projects/megatunix
Source0:	http://sourceforge.net/projects/megatunix/files/MegaTunix/%{version}/%{name}-%{version}.tar.gz
Patch0:		megatunix-0.9.23-glib_fix.diff
Patch1:		megatunix-0.9.23-menu_fixes.diff
Patch2:		megatunix-0.9.23-optflags.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(gdkglext-1.0)
BuildRequires:	pkgconfig(gdkglext-x11-1.0)
BuildRequires:	pkgconfig(gdk-x11-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(gtkglext-x11-1.0)
BuildRequires:	pkgconfig(gtk+-unix-print-2.0)
BuildRequires:	pkgconfig(gtk+-x11-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%description
MegaTunix is a cross-platform tuning application for some of the available DIY
Fuel Injection controllers, including the MegaSquirt (MS1, MS1-Extra, MS2 and
MS2-Extra) as well as the FreeEMS EFI system and the JimStim ECU
stimulator/development tool.

%files
%doc AUTHORS CREDITS LICENSE README TODO
%{_sysconfdir}/xdg/menus/applications-merged/automotive.menu
%{_bindir}/dashdesigner
%{_bindir}/gaugedesigner
%{_bindir}/megatunix
%{_bindir}/msloader
%{_bindir}/mtxloader
%{_datadir}/MegaTunix
%{_datadir}/desktop-directories/Automotive.directory
%{_datadir}/applications/*.desktop
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
autoreconf -fi

%configure2_5x \
	--disable-rpath \
	--disable-static

%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_datadir}/icons

install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}

for i in automotive dashdesigner gaugedesigner megatunix mtxloader; do
    convert icons/${i}.xpm -resize 16x16 %{buildroot}%{_miconsdir}/${i}.png
    convert icons/${i}.xpm -resize 32x32 %{buildroot}%{_iconsdir}/${i}.png
    convert icons/${i}.xpm -resize 48x48 %{buildroot}%{_liconsdir}/${i}.png
done


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.23-2
- (56cce11) Build with system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10906 |14cu|meld-3.16.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Visual diff and merge tool
Name:		meld
Version:	3.16.3
Release:	3
License:	GPLv2+
Group:		File tools
Url:		http://meldmerge.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.16/%{name}-%{version}.tar.xz
# Revert 3.16.3 change because
# AttributeError: gi.repository.GLib object has no attribute log_set_handler
Patch0:		meld-3.16.3-logging.patch
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	rarian
Requires:	dbus-x11
Requires:	patch
Requires:	python-gi
Requires:	python-gi-cairo
Requires:	python-dbus
Requires:	typelib(Atk) = 1.0
Requires:	typelib(GdkPixbuf) = 2.0
Requires:	typelib(Gtk) = 3.0
Requires:	typelib(GtkSource) = 3.0
Requires:	typelib(Pango) = 1.0
BuildArch:	noarch

%description
Meld is a visual diff and merge tool targeted at developers. It helps you
compare files, directories, and version controlled projects. It provides
two-and three-way comparison of both files and directories, and the tabbed
interface allows you to open many diffs at once. Meld has has support for many
popular version control systems including Git, Mercurial, Bazaar, SVN and CVS.
The diff viewer lets you edit files in place (diffs update dynamically), and
a middle column shows detailed changes and allows merges. The margins show
location of changes for easy navigation.

%files -f %{name}.lang
%doc COPYING NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*
%{_iconsdir}/*/*/*/
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/appdata/%{name}.appdata.xml
%{python_sitelib}/%{name}/*
%{python_sitelib}/%{name}-*-info
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
%{_mandir}/man?/meld.?.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -R

sed -i "s|#! /usr/bin/env python|#\!/usr/bin/python|" ./bin/meld

%build
python setup.py build

%install
python setup.py --no-update-icon-cache --no-compile-schemas install --root %{buildroot}

desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	--delete-original \
	--add-category="GTK" \
	--remove-category="Application" \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

rm -rf %{buildroot}%{_defaultdocdir}/%{name}-%{version}

%find_lang %{name} --with-gnome

%changelog

* Thu Oct 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.16.3-3
- (8f1783b) Revert 3.16.3 change because gi.repository.GLib object has no attribute log_set_handler



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10907 |14cu|menhir-20140422-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Menhir is a LR(1) parser generator for OCaml
Name:		menhir
Version:	20140422
Release:	1
License:	LGPLv2.1+ and QPL with static compilation exception
Group:		Development/OCaml
Url:		http://pauillac.inria.fr/~fpottier/menhir/
Source0:	http://pauillac.inria.fr/~fpottier/menhir/menhir-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
Menhir is a LR(1) parser generator for OCaml. It is mostly compatible
with the standard ocamlyacc and has the following enhancements:

- it accepts LR(1) grammars,
- it offers parameterized nonterminal symbols as well as a library of
  standard definitions,
- it explains conflicts in terms of the grammar,
- it allows grammar specifications to be split over multiple files and
  parametrized by OCaml modules,
- it produces reentrant parsers.

%files
%doc manual.pdf
%{_bindir}/menhir
%{_mandir}/man1/menhir.1*
%{_datadir}/menhir/standard.mly
%dir %{_libdir}/ocaml/menhirLib
%{_libdir}/ocaml/menhirLib/*.cmi
%{_libdir}/ocaml/menhirLib/*.cmo
%{_libdir}/ocaml/menhirLib/*.o
%{_libdir}/ocaml/menhirLib/META

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc demos/
%{_libdir}/ocaml/menhirLib/*.cmx

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# PREFIX is there without %{buildroot} because it is used to write the
# lib path in the source
make PREFIX=/usr

%install
# Prevent recompilation when doing make install
sed -i 's/install: all/install:/' Makefile
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR/menhirLib
mkdir -p $OCAMLFIND_DESTDIR/stublibs
make install PREFIX=%{buildroot}/usr


%changelog

* Fri Sep 18 2015 dsilakov <denis.silakov@rosalab.ru> 20140422-1
- (9a91714) Merge pull request #1 from anek254/menhir:rosa2014.1
- (9a91714) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10908 |14cu|menulibre-2.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global __noautoreq 'typelib\\(LaunchpadIntegration\\)'

%define url_ver %(echo %{version} | cut -d. -f1,2)

Name:		menulibre
Version:	2.1.3
Release:	1
Summary:	Advanced menu editor
License:	GPLv3
Group:		Graphical desktop/Other
Url:		https://launchpad.net/menulibre
Source0:	https://launchpad.net/menulibre/%{url_ver}/%{version}/+download/menulibre-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	intltool
BuildRequires:	locales
BuildRequires:	python3
BuildRequires:	python3-distutils-extra
BuildRequires:	python3-psutil
BuildRequires:	python3-gobject3
Requires:	python3-gobject3
Requires:	python3-psutil

%description
An advanced menu editor that provides modern features in a clean, easy-to-use
interface.

%prep
%setup -q

%build
#nothing

%install
python3 setup.py install --root=%{buildroot}

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.svg
%{_mandir}/man?/%{name}.*
%{py3_puresitedir}/%{name}*/

%changelog

* Fri Sep 30 2016 alzim <alzim@bk.ru> 2.1.3-1
- (5190452) Merge pull request #1 from import/menulibre:rosa2016.1
- (5190452) Updated to 2.1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10909 |14cu|mercurial-server-1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mercurial authentication and authorization tools
Name:		mercurial-server
Version:	1.3
Release:	1
Source0:	http://dev.lshift.net/paul/%{name}/%{name}_%{version}.tar.gz
License:	GPLv2
Group:		Development/Other
Url:		http://www.lshift.net/mercurial-server.html
BuildArch:	noarch
Requires:	mercurial, openssh-server
BuildRequires:	xsltproc, docbook-style-xsl

%description
mercurial-server gives your developers remote read/write access to centralized
Mercurial repositories using SSH public key authentication; it provides
convenient and fine-grained key management and access control. 

%prep
%setup -q

%install
%__install -d -m 755 %{buildroot}%{_sysconfdir}/mercurial-server/keys/root
%__install -d -m 755 %{buildroot}%{_sysconfdir}/mercurial-server/keys/users
%__install -m 644 src/init/conf/access.conf %{buildroot}%{_sysconfdir}/mercurial-server/

%__install -d -m 755 %{buildroot}%{_sysconfdir}/remote-hgrc.d
%__install -m 644 src/init/conf/remote-hgrc.d/* %{buildroot}%{_sysconfdir}/remote-hgrc.d

PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --install-scripts=%{_datadir}/%{name} --install-data=%{_datadir}/%{name} --record=FILE_LIST

%__install -m 755 -d %{buildroot}/var/hg

pushd doc
xsltproc --nonet -o ../manual.html /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl manual.docbook

%pre
# Need to run usermod -U twice to unlock created account:
if ! getent passwd hg 2>&1 > /dev/null; then \
   /usr/sbin/useradd -r -m -d /var/hg -s /bin/bash -c "Mercurial repository server user" hg && \
   /usr/sbin/usermod -U hg && /usr/sbin/usermod -U hg
fi

# .mercurial-server needs to be in the hg user directory:
[ ! -e ~hg/.mercurial-server ] && /bin/su hg -c "install -m 600 /etc/mercurial-server/init/dot-mercurial-server ~hg/.mercurial-server" 

%post
[ -d /var/hg ] && [ ! -d /var/hg/repos ] && \
chown -R hg:hg /var/hg && \
/bin/su hg -c "/usr/share/mercurial-server/init/hginit /usr/share/mercurial-server" 

cat <<EOF
-------------------------------------------------------------------------------
Place the SSH public key(s) of the user(s) who require access to the repository
in the directory /etc/mercurial-server/keys/root and run 
/usr/share/mercurial-server/refresh-auth while logged in as the user hg.
-------------------------------------------------------------------------------
EOF

%postun
/usr/sbin/userdel -r hg

%files -f FILE_LIST
%doc CREDITS LICENSE NEWS README manual.html
%config(noreplace) %{_sysconfdir}/mercurial-server/
%{_sysconfdir}/remote-hgrc.d/access.rc
%{_sysconfdir}/remote-hgrc.d/logging.rc
/var/hg

%changelog

* Thu Oct 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-1
- (cba8873) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10910 |14cu|merkaartor-0.18.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Openstreetmap mapping program
Name:		merkaartor
Version:	0.18.3
Release:	1
License:	GPLv2+
Group:		Sciences/Other
Url:		http://merkaartor.be
Source0:	https://github.com/openstreetmap/merkaartor/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires:	gdb
BuildRequires:	qt4-linguist
BuildRequires:	boost-devel
BuildRequires:	gdal-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(QtWebKit)

%description
Merkaartor is an openstreetmap (http://www.openstreetmap.org) mapping
program. Merkaartor focuses on providing a visually pleasing but
performant editing environment for free geographical data.

%files -f %{name}.lang
%doc AUTHORS CHANGELOG CREDITS
%{_bindir}/*
%{_datadir}/%{name}/*.xml
%{_datadir}/applications/*.desktop
%{_libdir}/%{name}/plugins/background/*.so
%{_datadir}/icons/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
lrelease translations/merkaartor*.ts
%qmake_qt4 \
	PREFIX=%{_prefix} \
	LIBDIR=%{_libdir} \
	TRANSDIR_MERKAARTOR=%{_datadir}/%{name}/translations \
	TRANSDIR_SYSTEM=%{qt4dir}/translations \
	GDAL=1
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}

%find_lang %{name} --with-qt

rm -f %{buildroot}/merkaartor.gdb-index

%changelog

* Fri Sep 30 2016 alzim <alzim@bk.ru> 0.18.3-1
- (e7c90bc) Merge pull request #2 from import/merkaartor:rosa2016.1
- (e7c90bc) Updated to 0.18.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10911 |14cu|meshlab-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A system for processing and editing unstructured 3D triangular meshes
Name:		meshlab
Version:	1.3.1
Release:	1
URL:		http://meshlab.sourceforge.net/

Source0:	http://downloads.sourceforge.net/%{name}/MeshLabSrc_AllInc_v131.tgz
Source1:	meshlab-48x48.xpm

# Meshlab v131 tarball is missing the docs directory. Reported upstream,
# but for now we'll extract them from the v122 tarball.
Source2:	http://downloads.sourceforge.net/%{name}/MeshLabSrc_v122.tar.gz

# Fedora-specific patches to use shared libraries, and to put plugins and
# shaders in appropriate directories
Patch0:		meshlab-1.3.1-sharedlib.patch
Patch1:		meshlab-1.2.3a-plugin-path.patch
Patch2:		meshlab-1.3.1-shader-path.patch

# Patch to fix FTBFS due to missing include
# from Teemu Ikonen <tpikonen@gmail.com>
Patch3:		meshlab-1.3.1-cstddef.patch

# Patch to fix reading of .ply files in comma separator locales
# from Teemu Ikonen <tpikonen@gmail.com>
Patch4:		meshlab-1.3.1-ply-numeric.patch

# Add #include <GL/glu.h> to various files
Patch5:		meshlab-1.3.1-glu.patch

# Disable io_ctm until openctm is packaged
Patch6:		meshlab-1.3.1-noctm.patch

# Fix crash in XSetCommand() in XSetWMProperties() due to bad argc,
# because mlapplication subclass of QApplication doesn't declare argc
# as a reference.
Patch7:		meshlab-1.3.1-argcref.patch

Patch8:		meshlab-1.3.1-gcc47.patch
Patch9:		meshlab-1.3.1-fix-str-fmt.patch
Patch10:	meshlab-1.3.1-include-path-double-slash.patch

License:	GPLv2+ and BSD
Group:		Graphics
BuildRequires:	bzip2-devel
BuildRequires:	glew-devel
BuildRequires:	levmar-devel
BuildRequires:	lib3ds-devel
BuildRequires:	muparser-devel
BuildRequires:	qhull-devel
BuildRequires:	gmp-devel
BuildRequires:	gmpxx-devel
BuildRequires:	qt4-devel
BuildRequires:	qtsoap-devel
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick

%description
MeshLab is an open source, portable, and extensible system for the
processing and editing of unstructured 3D triangular meshes.  The
system is aimed to help the processing of the typical not-so-small
unstructured models arising in 3D scanning, providing a set of tools
for editing, cleaning, healing, inspecting, rendering and converting
these kinds of meshes.

%prep
%setup -q -c %{name}-%{version}

# get the missing docs directory from the old tarball
%setup -q -T -D -a 2
mv meshlab-snapshot-svn3524/meshlab/docs meshlab/docs
rm -rf meshlab-snapshot-svn3524

%patch -P 0 -p1 -b .sharedlib
%patch -P 1 -p1 -b .plugin-path
%patch -P 2 -p1 -b .shader-path
%patch -P 3 -p1 -b .cstddef
%patch -P 4 -p1 -b .ply-numeric
%patch -P 5 -p1 -b .glu
%patch -P 6 -p1 -b .noctm
%patch -P 7 -p1 -b .argcref
%patch -P 8 -p1 -b .gcc
%patch -P 9 -p1 -b .str
%patch -P 10 -p1 -b .slash

# Turn of execute permissions on source files to avoid rpmlint
# errors and warnings for the debuginfo package
find . \( -name *.h -o -name *.cpp -o -name *.inl \) -a -executable \
	-exec chmod -x {} \;

# Remove bundled library sources, since we use the Fedora packaged
# libraries
rm -rf vcglib/wrap/system
rm -rf meshlab/src/external/{ann*,bzip2*,glew*,levmar*,lib3ds*,muparser*,ode*,qhull*,qtsoap*}

%build
# Build instructions from the wiki:
#   http://meshlab.sourceforge.net/wiki/index.php/Compiling_V122
# Note that the build instructions in README.linux are out of date.

cd meshlab/src/external
%qmake_qt4 -recursive external.pro
%make CFLAGS="%{optflags}"
cd ..
%qmake_qt4 -recursive meshlab_full.pro
%make CFLAGS="%{optflags} -D__DISABLE_AUTO_STATS__ -DPLUGIN_DIR=\\\"%{_libdir}/%{name}\\\"" \
	CXXFLAGS="%{optflags} -fpermissive -D__DISABLE_AUTO_STATS__ -DPLUGIN_DIR=\\\"%{_libdir}/%{name}\\\""

# process icon
convert %{SOURCE1} meshlab.png

# create desktop file
cat <<EOF >meshlab.desktop
[Desktop Entry]
Name=meshlab
GenericName=MeshLab 3D triangular mesh processing and editing
Exec=meshlab
Icon=meshlab
Terminal=false
Type=Application
Categories=Graphics;
EOF

# convert doc files from ISO-8859-1 to UTF-8 encoding:
cd ../docs
for f in contrib_Gangemi_Vannini.txt contrib_Buzzelli_Mazzanti.txt
do
  iconv -fiso88591 -tutf8 $f >$f.new
  touch -r $f $f.new
  mv $f.new $f
done

%install
# The QMAKE_RPATHDIR stuff puts in the path to the compile-time location
# of libcommon, which won't work at runtime, so we change the rpath here.
# The use of rpath will cause an rpmlint error, but the Fedora Packaging
# Guidelines specifically allow use of an rpath for internal libraries:
# http://fedoraproject.org/wiki/Packaging:Guidelines#Rpath_for_Internal_Libraries
# Ideally upstream would rename the library to libmeshlab, libmeshlabcommon,
# or the like, so that we could put it in the system library directory
# and avoid rpath entirely.
chrpath -r %{_libdir}/meshlab meshlab/src/distrib/{meshlab,meshlabserver}

install -d -m 755 %{buildroot}%{_bindir}
install -p -m 755 meshlab/src/distrib/meshlab \
		  meshlab/src/distrib/meshlabserver \
		  %{buildroot}%{_bindir}

install -d -m 755 %{buildroot}%{_mandir}/man1
install -p -m 644 meshlab/docs/meshlab.1 \
		  meshlab/docs/meshlabserver.1 \
		  %{buildroot}%{_mandir}/man1

install -d -m 755 %{buildroot}%{_libdir}/meshlab
install -p -m 755 meshlab/src/distrib/libcommon.so.1.0.0 \
		  %{buildroot}%{_libdir}/meshlab
ln -s libcommon.so.1.0.0 %{buildroot}%{_libdir}/meshlab/libcommon.so.1.0
ln -s libcommon.so.1.0.0 %{buildroot}%{_libdir}/meshlab/libcommon.so.1
ln -s libcommon.so.1.0.0 %{buildroot}%{_libdir}/meshlab/libcommon.so

install -d -m 755 %{buildroot}%{_libdir}/meshlab/plugins
install -p -m 755 meshlab/src/distrib/plugins/*.so \
		  %{buildroot}%{_libdir}/meshlab/plugins

install -d -m 755 %{buildroot}%{_datadir}/meshlab/shaders
install -p -m 644 meshlab/src/distrib/shaders/*.{frag,gdp,vert} \
		  %{buildroot}%{_datadir}/meshlab/shaders

install -d -m 755 %{buildroot}%{_datadir}/meshlab/shaders/shadersrm
install -p -m 644 meshlab/src/distrib/shaders/shadersrm/*.rfx \
		  %{buildroot}%{_datadir}/meshlab/shaders/shadersrm

install -d -m 755 %{buildroot}%{_datadir}/meshlab/textures

install -d -m 755 %{buildroot}%{_datadir}/pixmaps
install -p -m 644 meshlab/src/meshlab.png \
		  %{buildroot}%{_datadir}/pixmaps

install -d -m 755 %{buildroot}%{_datadir}/applications
install -p -m 644 meshlab/src/meshlab.desktop \
		  %{buildroot}%{_datadir}/applications

%files
%{_bindir}/meshlab
%{_bindir}/meshlabserver
%{_libdir}/meshlab/
%{_datadir}/meshlab/
%{_mandir}/man1/*.1.*
%doc meshlab/docs/contrib_Buzzelli_Mazzanti.txt
%doc meshlab/docs/contrib_Gangemi_Vannini.txt
%doc meshlab/docs/contrib_Latronico_Venturi.txt
%doc meshlab/docs/contrib_Mochi_Portelli_Vacca.txt
%doc meshlab/docs/gpl.txt
%doc meshlab/docs/history.txt
%doc meshlab/docs/privacy.txt
%doc meshlab/docs/README.linux
%doc meshlab/docs/readme.txt
%doc meshlab/docs/ToDo.txt
%doc meshlab/src/distrib/shaders/3Dlabs-license.txt
%doc meshlab/src/distrib/shaders/LightworkDesign-license.txt
%doc meshlab/src/meshlabplugins/filter_poisson/license.txt
%{_datadir}/applications/meshlab.desktop
%{_datadir}/pixmaps/meshlab.png



%changelog
* Thu Jan 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-1
+ Revision: e8b806d
- Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10912 |14cu|metadata-extractor-2.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This spec is based on Toni Graffy's from OpenSUSE and
# Alberto Altieri's from MIB work

Name:		metadata-extractor
Summary:	A project to extract Exif and Iptc image meta-data from media files
Version:	2.9.1
Release:	1
License:	ASL 2.0 and BSD
Group:		Graphics
URL:		http://www.drewnoakes.com/code/exif/
Source0:	https://github.com/drewnoakes/metadata-extractor/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
Patch0:		%{name}-2.9.1-fix-build.xml.patch
BuildRequires:	ant
BuildRequires:	ant-junit
BuildRequires:	java-devel-openjdk
BuildRequires:	junit4 >= 4.11
BuildRequires:	update-alternatives
BuildRequires:	xerces-j2
BuildRequires:	xml-commons-apis
BuildRequires:	java-rpmbuild
Requires:	java >= 1.8
Requires:	jpackage-utils
BuildArch:	noarch

%description
A project to extract Exif and Iptc image meta-data from media such as JPEG
files. 
What began as a simple utility to extract the date-taken from a digital still
camera (DSC) Jpeg file is now a general metadata extraction framework. Support
currently exists for Exif and Iptc metadata segments. Extraction of these
segments is provided for Jpeg files. It is hoped that individuals with
specific needs will extend the framework by adding their own classes.
Information extracted by this library might be of use to you if you're writing
an image browser, image categoriser, photo album, etc...
I started coding this library for use in my own photo gallery.
This metadata library is available with Java source code for usage in the
public domain.

%files
%doc LICENSE-2.0.txt README.md
%{_javadir}/*.jar
%{_javadir}/%{name}
%{_javadir}/xmpcore

#-----------------------------------------------------------------------------

%package javadoc
Summary:	User documentation for %{name}
Group:		Development/Java
Requires:	jpackage-utils

%description javadoc
User documentation for %{name}.

%files javadoc
%doc LICENSE-2.0.txt README.md
%doc %{_javadocdir}/%{name}-%{version}
%ghost %doc %{_javadocdir}/%{name}


%post javadoc
%__rm -f %{_javadocdir}/%{name}
%__ln_s %{name}-%{version} %{_javadocdir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

# (gvm) Don't kill the libraries:
# we don't provide xpmcore yet and we neeed it
#__rm -rf Libraries


%build
%ant dist-binaries javadoc


%install
export NO_BRP_CHECK_BYTECODE_VERSION=true

# (gvm) Process jar files:
# we have to take also the one for xmpcore-5.1.2, because
# we don't provide it yet in Rosa
%__install -dm 755 %{buildroot}%{_javadir}
%__install -m 644 Releases/%{name}-%{version}.jar %{buildroot}%{_javadir}
%__install -m 644 Libraries/xmpcore-5.1.2.jar %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
ln -sf %{name}-%{version}.jar %{name}
ln -sf xmpcore-5.1.2.jar xmpcore
popd
# Old way
# for jar in *-%%{version}*; do
# ln -sf ${jar} `echo $jar| sed "s|-%%{version}||g"`
# done


# Process javadoc
%__install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%__ln_s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # ghost symlink

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10913 |14cu|metakit-2.4.9.7-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname mk4_ %{major}
%define devname %mklibname %{name} -d
%define soname libmk4.so.%{major}

Summary:	Embeddable database
Name:		metakit
Version:	2.4.9.7
Release:	10
License:	MIT
Group:		System/Libraries
Url:		http://www.equi4.com/metakit/
Source0:	http://www.equi4.com/pub/mk/%{name}-%{version}.tar.gz
Patch0:		metakit-2.4.9.7-flags.patch
Patch1:		metakit-2.4.9.6-alt-soname.patch
Patch2:		metakit-2.4.9.7-tcl8.6.patch
Patch3:		metakit-2.4.9.7-linkage.patch
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(tcl)

%description
MetaKit is an embeddable database which runs on Unix, Windows, Macintosh,
and other platforms. It lets you build applications which store their data
efficiently, in a portable way, and which will not need a complex runtime
installation. In terms of the data model, MetaKit takes the middle ground
between RDBMS, OODBMS, and flat-file databases - yet it is quite different
from each of them.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}, a embeddable database
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Conflicts:	%{_lib}metakit1 < 2.4.9.7-10
Obsoletes:	%{_lib}metakit1 < 2.4.9.7-10

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

MetaKit is an embeddable database which runs on Unix, Windows, Macintosh,
and other platforms. It lets you build applications which store their data
efficiently, in a portable way, and which will not need a complex runtime
installation. In terms of the data model, MetaKit takes the middle ground
between RDBMS, OODBMS, and flat-file databases - yet it is quite different
from each of them.

%files -n %{libname}
%doc README
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files to compile programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

MetaKit is an embeddable database which runs on Unix, Windows, Macintosh,
and other platforms. It lets you build applications which store their data
efficiently, in a portable way, and which will not need a complex runtime
installation. In terms of the data model, MetaKit takes the middle ground
between RDBMS, OODBMS, and flat-file databases - yet it is quite different
from each of them.

%files -n %{devname}
%doc README CHANGES doc demos examples 
%{_libdir}/*.so
%{_includedir}/*

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python bindings for %{name}, a embeddable database
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	Mk4py = %{EVRD}
Provides:	mk4py = %{EVRD}
Provides:	%{name}-python = %{EVRD}

%description -n python-%{name}
Python bindings for %{name}.

MetaKit is an embeddable database which runs on Unix, Windows, Macintosh,
and other platforms. It lets you build applications which store their data
efficiently, in a portable way, and which will not need a complex runtime
installation. In terms of the data model, MetaKit takes the middle ground
between RDBMS, OODBMS, and flat-file databases - yet it is quite different
from each of them.

%files -n python-%{name}
%doc README
%{py_platsitedir}/Mk4py.so
%{py_platsitedir}/metakit.py

#----------------------------------------------------------------------------

%package tcl
Summary:	Tcl bindings for %{name}, a embeddable database
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	Mk4tcl = %{EVRD}
Provides:	mk4tcl = %{EVRD}

%description tcl
Tcl bindings for %{name}.

MetaKit is an embeddable database which runs on Unix, Windows, Macintosh,
and other platforms. It lets you build applications which store their data
efficiently, in a portable way, and which will not need a complex runtime
installation. In terms of the data model, MetaKit takes the middle ground
between RDBMS, OODBMS, and flat-file databases - yet it is quite different
from each of them.

%files tcl
%doc doc/tcl.html doc/tcl.gif doc/e4s.gif
%{tcl_sitearch}/Mk4tcl

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p0
rm -rf builds/tests/CVS

%build
cd unix
sed -i -e "s/^CXXFLAGS.*/CXXFLAGS = %{optflags} -fPIC/" Makefile.in
cd ../builds
CONFIGURE_TOP="../unix" \
	%configure2_5x \
	--enable-python \
	--with-python="%{_includedir}/python%{python_version},%{py_platsitedir}" \
	--with-tcl=%{_includedir},%{tcl_sitearch}

%make MK4_SONAME=%{soname} TCL_LIB=-ltcl PYTHON_LIB=-lpython%{py_ver}

%check
cd builds
export LD_LIBRARY_PATH=`pwd`
make test

%install
mkdir -p %{buildroot}/%{py_platsitedir}
%makeinstall_std -C builds MK4_SONAME=%{soname}


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.9.7-10
- (34bdcf4) Fix library package name
- (34bdcf4) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10914 |14cu|metasploit-4.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# rpmlint check is really useless here
%define _build_pkgcheck_set %{nil}

# prevent rpm to create debug files for binary content
%define debug_package     %{nil}

Name:		metasploit
Version:	4.5
Release:	1
Summary:	Penetration Testing Resources
License:	GPLv2
Group:		Monitoring
URL:		http://www.metasploit.com/
Source0:	http://www.metasploit.com/releases/framework-%{version}.tar.bz2
# To avoid automatic dependency on file
Patch0:		rdoc-cve-2013-0256.patch
Requires:	rubygems
Requires:	rubygem(msgpack)
AutoReqProv:	no
BuildRequires:	ruby
BuildArch:	noarch

%description
Metasploit provides useful information and tools for penetration
testers, security researchers, and IDS signature developers. This
project was created to provide information on exploit techniques
and to create a functional knowledgebase for exploit developers and
security professionals. The tools and information on this site are
provided for legal security research and testing purposes only.
Metasploit is an open source project managed by Rapid7.

%package gui
Summary:	GUI for %{name}
Group:		Monitoring
Requires:	%{name} = %{version}-%{release}
Requires:	rubygem(gtk2)

%description gui
This package contains a GUI for %{name}.

%prep
%setup -q -n msf3
%patch0 -p0
find . -name .svn | xargs rm -rf
find . -type f | \
    xargs perl -pi -e "s|msfbase = __FILE__|msfbase = '%{_datadir}/%{name}/.'|"

%build

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 msf* %{buildroot}%{_bindir}

install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -r data %{buildroot}%{_datadir}/%{name}
cp -r external %{buildroot}%{_datadir}/%{name}
cp -r lib %{buildroot}%{_datadir}/%{name}
cp -r modules %{buildroot}%{_datadir}/%{name}
cp -r plugins %{buildroot}%{_datadir}/%{name}
cp -r scripts %{buildroot}%{_datadir}/%{name}
cp -r tools %{buildroot}%{_datadir}/%{name}

rm -rf %{buildroot}%{_datadir}/%{name}/external/source

%files
%doc HACKING documentation/*
%{_bindir}/*
%{_datadir}/metasploit
%exclude %{_bindir}/msfgui

%files gui
%{_bindir}/msfgui



%changelog
* Sun Mar 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.5-1
+ Revision: 4d75a1a
- Updated to 4.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10915 |14cu|meteor-1.4.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GameBoy Advance emulator
Name:		meteor
Version:	1.4.0
Release:	6
License:	GPLv3+
Group:		Emulators
Url:		http://sourceforge.net/projects/meteorgba/
Source0:	http://sourceforge.net/projects/meteorgba/files/%{name}-%{version}.tar.bz2
Patch0:		meteor-1.4.0-gcc4.7.patch
Patch1:		meteor-1.4.0-sfml2.patch
Patch2:		meteor-1.4.0-fpic.patch
Patch3:		meteor-1.4.0-static.patch
BuildRequires:	cmake
BuildRequires:	nasm
BuildRequires:	pkgconfig(sfml-all) >= 2.2
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(x11)

%description
Meteor is a GameBoy Advance emulator with GTK2 frontend.

%files
%doc README COPYING AUTHORS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%cmake \
	-DCXXFLAGS="%{optflags}" \
	-DLDFLAGS="%{ldflags}"
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Meteor
Comment=GameBoy Advance emulator
Exec=%{_bindir}/%{name}
Icon=emulators_section
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Game;Emulator;
EOF

%changelog

* Sat Jul 02 2016 abfonly <abfonly@gmail.com> 1.4.0-6
- (6f790d6) Merge pull request #1 from rosalinuxro/meteor:rosa2014.1
- (6f790d6) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10916 |14cu|mftrace-1.2.18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Generates scalable fonts for TeX
Name:		mftrace
Version:	1.2.18
Release:	3
Epoch:		2
License:	GPLv2+
Group:		Publishing
Url:		http://lilypond.org/mftrace/
Source0:	http://lilypond.org/download/sources/mftrace/mftrace-%{version}.tar.gz
Patch0:		mftrace-1.2.18-fontforge-fix.patch
BuildRequires:	autotrace
BuildRequires:	potrace
Requires:	autotrace
Requires:	fontforge
Requires:	potrace
Requires:	python
Requires:	t1utils
Requires:	texlive

%description
mftrace is a small Python program that lets you trace a TeX bitmap
font into a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF
(TrueType) font. It is licensed under the GNU GPL.

Scalable fonts offer many advantages over bitmaps, as they allow
documents to render correctly at many printer resolutions. Moreover,
Ghostscript can generate much better PDF, if given scalable PostScript
fonts.

%files
%attr(0755,root,root) %{_bindir}/gf2pbm
%attr(0755,root,root) %{_bindir}/mftrace
%{_mandir}/man1/mftrace.1*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make \
	CC="%{__cc}" \
	CFLAGS="%{optflags}"

%install
%makeinstall_std


%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.2.18-3
- (ea6d12b) Add patch to fix fontforge detection
- (ea6d12b) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10917 |14cu|mgba-0.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Game Boy Advance (GBA) emulator
Name:		mgba
Version:	0.5.2
Release:	1
License:	MPL
Group:		Emulators
Url:		http://mgba.io
Source0:	https://github.com/mgba-emu/mgba/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
Patch0:		mgba-0.5.0-linkage.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(epoxy)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
Game Boy Advance (GBA) emulator with the goal of being fast enough to run on
lower end hardware than other emulators support, without sacrificing accuracy
or portability. Other goals include accurate enough emulation to provide a
development environment for homebrew software, a good workflow for tool-assist
runners, and a modern feature set for emulators that older emulators may not
support.

%files
%doc CHANGES LICENSE README.md
%{_bindir}/%{name}-qt
%{_datadir}/applications/%{name}-qt.desktop
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/mgba-qt.6*

#----------------------------------------------------------------------------

%package sdl
Summary:	Game Boy Advance (GBA) emulator (SDL2-based CLI version)
Group:		Emulators

%description sdl
Game Boy Advance (GBA) emulator with the goal of being fast enough to run on
lower end hardware than other emulators support, without sacrificing accuracy
or portability. Other goals include accurate enough emulation to provide a
development environment for homebrew software, a good workflow for tool-assist
runners, and a modern feature set for emulators that older emulators may not
support.

This package provides SDL2-based CLI version of mGBA.

%files sdl
%{_bindir}/%{name}
%{_mandir}/man6/mgba.6*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%global optflags %{optflags} -fPIC

%cmake \
	-DLIBDIR=%{_lib} \
	-DBUILD_LTO:BOOL=OFF \
	-DBUILD_SDL:BOOL=ON \
	-DBUILD_SHARED:BOOL=OFF \
	-DBUILD_STATIC:BOOL=ON \
	-DUSE_CLI_DEBUGGER:BOOL=OFF \
	-DUSE_FFMPEG:BOOL=OFF \
	-DUSE_MAGICK:BOOL=OFF
%make

%install
%makeinstall_std -C build

# rather use %%doc
rm -rf %{buildroot}%{_defaultdocdir}/mGBA

# not needed
find %{buildroot} -name libmgba.a | xargs rm


%changelog

* Thu Apr 20 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.2-1
- (bec3786) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10918 |14cu|mhwaveedit-1.4.23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	WAV Editing Package
Name: 		mhwaveedit
Version: 	1.4.23
Release: 	1
License: 	GPLv2+
Group: 		Sound
URL: 		https://gna.org/projects/%{name}/
Source0: 	http://download.gna.org/%{name}/%{name}-%{version}.tar.bz2
BuildRequires: 	pkgconfig(gtk+-2.0)
BuildRequires: 	pkgconfig(gthread-2.0)
BuildRequires: 	pkgconfig(sdl)
BuildRequires: 	pkgconfig(sndfile)
BuildRequires: 	pkgconfig(alsa)
BuildRequires: 	pkgconfig(libpulse) >= 0.9.10
BuildRequires:	pkgconfig(jack) >= 0.98.0
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires: 	pkgconfig(samplerate)
BuildRequires: 	ladspa-devel
# For OGG support
BuildRequires:	pkgconfig(ogg)
# For default mixer (alsamixer)
Requires:	alsa-utils


%description
mhWaveEdit is a graphical program for editing sound files. It is completely
free (GPL) and it's written by Magnus Hjorth. It is intended to be
user-friendly and robust. OGG and LAME support are available if installed.

%files -f %{name}.lang
%doc AUTHORS BUGS ChangeLog NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/applications/*
%{_datadir}/pixmaps/%{name}.xpm
%{_mandir}/man1/%{name}.1*

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x	--with-default-mixerapp="alsamixer" \
		--without-esound \
		--without-sun \
		--without-arts \
		--with-double-samples
%make


%install
%makeinstall_std

%find_lang %{name}


%changelog

* Tue Apr 07 2015 Giovanni Mariani <mc2374@mclink.it> 1.4.23-1
- (818dc9d) Updated to release 1.4.23, cleaned specfile, adjusted BReqs and changed default mixer app



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10919 |14cu|miam-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1.0.0
%define libname		%mklibname %{name} %{major}
%define devname		%mklibname %{name} -d

%define _appdatadir %{_datadir}/appdata
%define oname   Miam-Player

Name:           miam
Version:        0.8.0
Release:        1
Summary:        A nice music player
Group:          Sound
License:        GPLv3+
URL:            http://www.miam-player.org/
#Source0:        https://github.com/MBach/%{oname}/archive/v%{version}/%{name}-%{version}.tar.gz
# Repacked to remove windows packaging and dlls
Source0:        %{oname}-%{version}.tar.xz
Patch0:         miam-player-0.8.0-mga-qxt-x11-linking.patch
Patch1:         miam-player-0.8.0-mga-desktop.patch
BuildRequires:  imagemagick
BuildRequires:  qt5-devel
BuildRequires:  pkgconfig(Qt5X11Extras)
BuildRequires:  pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(Qt5Multimedia)
BuildRequires:  pkgconfig(Qt5Sql)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  pkgconfig(taglib)
BuildRequires:  QtAV-devel
BuildRequires:	appstream-util
BuildRequires:	desktop-file-utils
BuildRequires:	hicolor-icon-theme
Requires:       qt5-database-plugin-sqlite
Requires:       %{libname} = %{EVRD}
    

%description
Miam Player is a cross-platform open source music player based on Qt5:

 - Read .mp3, .m4a (MP4), .flac, .ogg, .oga (OGG Vorbis), .asf, .ape
   (Monkey Audio) and more
 - Read and edit lots of tags using Taglib
 - Customize everything: user interface, covers, shortcuts, buttons, themes
 - Fast and reliable (audio player is provided by VLC Media Player)

A plugin system makes it possible to extend the possibilites of the player.

%files
%doc README.* LICENSE
%{_bindir}/%{name}-player
%{_datadir}/applications/%{name}-player.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_appdatadir}/*.appdata.xml
#--------------------------------------------------------
%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libname}
Runtime libs for %{name}

%files -n %{libname}
%doc README.* LICENSE
%{_libdir}/libmiam-*.so.*

#--------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Devel files for %{name}

%files -n %{devname}
%doc README.* LICENSE
%{_libdir}/libmiam-*.so
#--------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%ifarch x86_64
    %qmake_qt5 LIB_SUFFIX=64 QMAKE_CXXFLAGS="%optflags"
%else
    %qmake_qt5 QMAKE_CXXFLAGS="%optflags"
%endif

%make

%install
%makeinstall_qt 

install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}-player.desktop
[Desktop Entry]
Name=Miam-Player
GenericName=Music player
Comment=%{summary}
Exec=%{name}-player %U
Icon=%{name}
Type=Application
Categories=AudioVideo;Player;Qt;
EOF

for size in 256 64 48 32 16; do
  install -d %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps
  convert doc/mp.png -resize ${size} %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/%{name}.png
done

mkdir -p %{buildroot}%{_appdatadir}
cp -pr fedora/%{name}-player.appdata.xml \
  %{buildroot}%{_appdatadir}/%{name}.appdata.xml

rm -fr   %{buildroot}%{_iconsdir}/hicolor/64x64/apps/application-x-miamplayer.png
  
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-player.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml




%changelog

* Wed Jun 29 2016 abfonly <abfonly@gmail.com> 0.8.0-1
- (6acb27e) Updated miam.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10920 |14cu|mib-report-0.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool to generate packages reports for Rosa, OMDV and MGA repos
Name:		mib-report
Version:	0.15
Release:	1
License:	GPLv2+
Group:		System/Configuration/Packaging
Url:		http://mib.pianetalinux.org/mib-report/
Source0:	http://mib.pianetalinux.org/mib-report/%{name}-%{version}.tar.bz2
# bash-completion
Source1:	%{name}
Patch0:		mib-report-0.9-rpm4.patch
# Qt5 is also supported
BuildRequires:	qt4-devel
BuildRequires:	rpm-devel
Requires:	lynx
Requires:	curl

%description
A tool to generate packages reports and check package versions.

Since 0.9 it supports 6 report modes:
1) mga-mdv - report for packages in Mageia repositories that may be interesting
for OpenMandriva packagers
2) mdv-mga - like mga-mdv but for Mageia packagers (by request)
3) mdv-rosa
4) rosa-mdv
5) mga-rosa
6) rosa-mga

It produces a table with packages and shows if there are newer versions of
these packages in other distros. It also gives quick links for source packages
and programs' homepages.

Since 0.4 new mode "--search package" was added. It searches for package in all
reference repositories and displays results in Repository, Version, URL format.

Version %{version} supports reference repositories:
-Rosa 2016.1
-OMDV Cooker
-Mageia Cauldron
-Fedora Rawhide (+RpmFusion)
-PCLinuxOS
-Alt Linux Sisyphus
-OpenSUSE Factory
-PLD Linux 3.0
-Gentoo
-Debian
-Ubuntu
-Upstream Tracker

%files
%doc COPYING AUTHORS ChangeLog
%{_bindir}/%{name}
%{_bindir}/urls-fetcher
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/urls.txt
%{_datadir}/%{name}/blacklist.txt
%{_datadir}/bash-completion/completions/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%if %{mdvver} < 201100
%patch0 -p1
%endif

%build
# Can be built with Qt5 if needed
%qmake_qt4
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -D -m 755 %{name} %{buildroot}%{_bindir}/%{name}
install -D -m 755 urls-fetcher %{buildroot}%{_bindir}/urls-fetcher
mkdir -p %{buildroot}%{_datadir}/%{name}
install -D -m 644 urls.txt %{buildroot}%{_datadir}/%{name}/urls.txt
install -D -m 644 blacklist.txt %{buildroot}%{_datadir}/%{name}/blacklist.txt

mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/bash-completion/completions/%{name}


%changelog

* Tue Jun 19 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.15-1
- (e291f97) New version 0.15 (fix OpenSUSE packages list fetching)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10921 |14cu|midori-0.5.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov '.so$'

%define major 1
%define libname %mklibname midori-core %{major}

Summary:	Web browser based on WebKitGtk
Name:		midori
Version:	0.5.11
Release:	2
License:	LGPLv2+
Group:		Networking/WWW
Url:		http://www.midori-browser.org
# For git: git clone http://software.twotoasts.de/media/midori.git
Source0:	http://www.midori-browser.org/download/source/%{name}_%{version}_all_.tar.bz2
Patch0:		midori-0.5.9-rosa-default-homepage.patch
Source100:	%{name}.rpmlintrc
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	librsvg
BuildRequires:	granite-vala
BuildRequires:	vala >= 0.16.0
BuildRequires:	pkgconfig(gcr-3) >= 2.32
BuildRequires:	pkgconfig(gio-2.0) >= 2.16.0
BuildRequires:	pkgconfig(gmodule-2.0) >= 2.32.3
BuildRequires:	pkgconfig(granite)
BuildRequires:	pkgconfig(gthread-2.0) >= 2.8.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(libidn) >= 1.0
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.27.90
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6
BuildRequires:	pkgconfig(sqlite3) >= 3.6.19
BuildRequires:	pkgconfig(unique-3.0) >= 0.9
BuildRequires:	pkgconfig(webkitgtk-3.0) >= 1.8.1
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(zeitgeist-2.0)
Requires:	dbus-x11
Requires:	glib-networking
Requires:	gnome-keyring
Requires:	indexhtml
Requires:	xdg-utils
Provides:	webclient = %{version}-%{release}
Conflicts:	%{_lib}midori1 < 0.5.8
%rename		%{name}-vala
%rename		%{name}-devel

%description
Midori is a lightweight GTK+ 2 web browser based on WebKitGtk. It features
tabs, windows and session management, bookmarks stored with XBEL, searchbox
based on OpenSearch, and user scripts support.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_bindir}/%{name}*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}*.desktop
%{_datadir}/%{name}
%{_datadir}/gtk-doc/html/*
%{_iconsdir}/hicolor/*/*/*
%{_libdir}/%{name}
%{_sysconfdir}/xdg/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared librariy for Midori
Group:		System/Libraries
Conflicts:	%{_lib}midori1 < 0.5.8
Obsoletes:	%{_lib}midori1 < 0.5.8

%description -n %{libname}
This package contains the shared libraries needed by %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}-core.so.%{major}*
%{_libdir}/lib%{name}-core.so.0*

#-----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake \
	-DUSE_APIDOCS=ON \
	-DUSE_GRANITE=ON \
	-DUSE_GTK3=ON \
	-DUSE_ZEITGEIST=ON
%make


%install
%makeinstall_std -C build

mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}.bin

cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh

gnome-keyring-daemon -s
%{_bindir}/%{name}.bin "\$@"
EOF

chmod a+x %{buildroot}%{_bindir}/%{name}

#fix desktop file
desktop-file-install \
	--remove-not-show-in="Pantheon" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}-private.desktop

# We have no more devel package
rm -rf %{buildroot}%{_libdir}/lib%{name}-core.so

%find_lang %{name}


%changelog

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.11-2
- (0a0d245) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10922 |14cu|mikmod-3.2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define	prerel	beta1
#define	release	%%mkrel 1.%%prerel.6

Name:		mikmod
Summary:	A MOD music file player
Version:	3.2.7
Release:	2
License:	GPLv2+
Group:		Sound 
Url:		http://mikmod.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
#Patch0:	mikmod-3.2.2-beta1-missing-protos.patch
#Patch1:	mikmod-3.2.2-fix-str-fmt.patch
BuildRequires:	pkgconfig(libmikmod) >= 3.2.1
BuildRequires:	pkgconfig(ncurses)

%description
MikMod is one of the best and most well known MOD music file players for
UNIX-like systems. This particular distribution is intended to compile fairly
painlessly in a Linux environment. MikMod uses the OSS /dev/dsp driver
including all recent kernels for output, and will also write .wav files.
Supported file formats include MOD, STM, S3M, MTM, XM, ULT, and IT.
The player uses ncurses for console output and supports transparent loading
from gzip/pkzip/zoo archives and the loading/saving of playlists.
Install the mikmod package if you need a MOD music file player.

%files
%doc AUTHORS NEWS README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/%name

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}


%build
%configure2_5x
%make


%install
%makeinstall_std

%changelog

* Thu Feb 11 2016 Denis Silakov <dsilakov@gmail.com> 3.2.7-2
- (7a60573) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10923 |14cu|milkytracker-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname MilkyTracker

Summary:	Fasttracker II compatible music tracker
Name:		milkytracker
Version:	1.0.0
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://milkytracker.titandemo.org/
# From git by tag https://github.com/milkytracker/MilkyTracker/archive/
Source0:	%{oname}-%{version}.tar.gz
Patch0:		MilkyTracker-1.0.0-cmake-sdl2.patch
Patch1:		MilkyTracker-1.0.0-static.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(zziplib)

%description
MilkyTracker is an open source, multi-platform music application for creating
.MOD and .XM module files. It attempts to recreate the module replay and user
experience of the popular DOS program Fasttracker II, with special playback
modes available for improved Amiga ProTracker 2/3 compatibility.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}
%{_datadir}/doc/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
install -m 0644 resources/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

# install menu icons
for N in 16 32 48 64 128;
do
convert resources/pictures/carton.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog

* Mon Mar 13 2017 Rosa <rosa@abf.rosalinux.ru> 1.0.0-1
- (8795fed) Automatic import for version 1.0.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10924 |14cu|mille-xterm-nbd-3.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network Block Device support for MILLE-XTERM
Name:		mille-xterm-nbd
Version:	3.7
Release:	1
License:	GPL
Group:		System/Servers
URL:		http://sourceforge.net/projects/nbd
Source0:	http://prdownloads.sourceforge.net/nbd/nbd-%{version}.tar.gz
Source1:	nbd-server.wrapper
Source2:	nbd-server.xinetd
Source3:	README.fr
Source4:	INSTALL.fr
BuildRequires:	pkgconfig
BuildRequires:	glib2-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Network Block Device support for MILLE-XTERM. 

%package -n	%{name}-server
Summary:	NBD server 
Group:		System/Servers
Requires:	xinetd
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper

%description -n	%{name}-server
NBD server for the MILLE-XTERM project.

%package -n	%{name}-client
Summary:	NBD client 
Group:		System/Servers

%description -n	%{name}-client
NBD client for the MILLE-XTERM project.

%prep 

%setup -q -n nbd-%{version}
cp %{SOURCE1} nbd-server.wrapper
cp %{SOURCE2} nbd-server.xinetd
cp %{SOURCE3} README.fr
cp %{SOURCE4} INSTALL.fr


chmod 644 README.fr INSTALL.fr

%build

%configure2_5x

%make

%install
rm -rf %{buildroot}

#It seems they have inverted sbin and bin!
%makeinstall sbindir=%{buildroot}%{_bindir} bindir=%{buildroot}%{_sbindir}

install -d %{buildroot}%{_sysconfdir}/xinetd.d

install -m0755 nbd-server.wrapper %{buildroot}%{_sbindir}/nbd-server.wrapper
install -m0644 nbd-server.xinetd %{buildroot}%{_sysconfdir}/xinetd.d/nbd-server

%pre -n %{name}-server
%{_datadir}/rpm-helper/add-user %{name}-server $1 nbd /var/lib/rpm /bin/false

%postun -n %{name}-server
%{_datadir}/rpm-helper/del-user %{name}-server $1 nbd
%{_initrddir}/xinetd restart

%post -n %{name}-server
if [ ! -d /swapfiles ]; then
    mkdir /swapfiles
    dd if=/dev/zero of=/swapfiles/default.swap bs=1024 count=32000
    mkswap /swapfiles/default.swap
    chown nbd:nbd -R /swapfiles
fi

if ! grep nbd-server %{_sysconfdir}/services; then
    echo -e "# nbd-server added by the %{name}-server-%{version}-%{release} package at `LC_ALL=C date`\nnbd-server\t3000/tcp\t\t\t# Network Block Device" >> %{_sysconfdir}/services
fi

%{_initrddir}/xinetd restart

%clean
rm -rf %{buildroot}

%files -n %{name}-server
%defattr(-,root,root)
%doc README* INSTALL*
%config(noreplace) %{_sysconfdir}/xinetd.d/nbd-server
%{_sbindir}/nbd-server
%{_sbindir}/nbd-server.wrapper
%{_mandir}/man1/nbd-server.1*
%{_mandir}/man5/nbd-server.5*

%files -n %{name}-client
%defattr(-,root,root)
%{_bindir}/nbd-client
%{_mandir}/man8/nbd-client.8*
%{_mandir}/man1/nbd-trdump.1.xz
%{_sbindir}/nbd-trdump



%changelog

* Thu Sep 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.7-1
- (a221ae7) Updated tarball name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10925 |14cu|mille-xterm-pam-storepw-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pluggable Authentication Module for storing user password
Name:		mille-xterm-pam-storepw
Version:	1.0
Release:	9
License:	GPLv2+
Group:		Networking/Other
Url:		http://silicon-verl.de/home/flo/software/pamcifs.html
Source0:	%{name}-%{version}.tar.bz2
Source1:	mille-xterm-pam-storepw-tmpfiles.conf
BuildRequires:	pam-devel
Requires(post):	systemd

%description
pam_storepw is a PAM module to store the user's password. It is used to
mount drives, use remote printers and generally connect to services where
the user would usually need to re-authenticate. The module stores the user
password in /var/run/pw/<USER>.

%files
%defattr(0644,root,root,0755)
%doc README AUTHORS Changelog COPYING INSTALL
/%{_lib}/security/pam_storepw*.so
%ghost %dir %{_var}/run/pw
%{_tmpfilesdir}/%{name}.conf

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf

#----------------------------------------------------------------------------

%prep
%setup -q
perl -pi -e "s/-lpam_misc/-lpam_misc -lc/;" libpam-storepw-*/Makefile

%build
cd libpam-storepw-*/

%make CFLAGS="%{optflags} -fPIC"

%install
install -d %{buildroot}/%{_lib}/security
install -d %{buildroot}%{_var}/run/pw
install -d %{buildroot}%{_tmpfilesdir}

install -m0755 libpam-storepw-*/pam_storepw.so %{buildroot}/%{_lib}/security

install -m0644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-9
- (d74dc7d) Properly handle /var/run/pw



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10926 |14cu|million-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Who Wants To Be A Millionaire game (Russian version)
Name:		million
Version:	1.0.2
Release:	3
License:	GPLv3+
Group:		Games/Puzzles
Url:		http://dansoft.krasnokamensk.ru/more.html?id=1012
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
Requires:	qt5-database-plugin-sqlite

%description
Who Wants To Be A Millionaire? is a game after quiz TV show.
This is Russian version of the game. No other languages are supported.

%files
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%qmake_qt5 %{name}.pro
%make

%install
# install binary
mkdir -p %{buildroot}%{_bindir}
cp Bin/%{name} %{buildroot}%{_bindir}/

# install game data
mkdir -p %{buildroot}%{_datadir}/%{name}
cp Bin/%{name}.db %{buildroot}%{_datadir}/%{name}/
cp -r Bin/sounds %{buildroot}%{_datadir}/%{name}/

# create and install icons
for N in 16 32 48 64 128; do convert images/logo.png -scale ${N}x${N}! $N.png; done
install -D 16.png -m 644 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D 32.png -m 644 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D 48.png -m 644 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -D 64.png -m 644 %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png -m 644 %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# XDG menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=Who Wants To Be A Millionaire?
Name[ru]=Кто хочет стать миллионером?
Comment=Quiz game after TV show
Comment[ru]=Аналог знаменитой телеигры
Icon=%{name}
Exec=%{name}
Terminal=false
Categories=Game;LogicGame;
EOF


%changelog
* Fri Feb 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2-3
+ Revision: c0a84bd
- Adjust Requires and BuildRequires, stylistic spec changes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10927 |14cu|mime-construct-1.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Construct and optionally mail MIME messages
Name:		mime-construct
Version:	1.11
Release:	1
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/~rosch/mime-construct/
Source0:	http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/%{name}-%{version}.tar.gz
BuildRequires:	perl-devel
BuildArch:	noarch

%description
mime-construct constructs and (by default) mails MIME messages. It
is entirely driven from the command line, it is designed to be
used by other programs, or people who act like programs.

%prep

%setup -q -n %{name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make
make test

%install
%makeinstall_std

%files
%doc README
%{_bindir}/mime-construct
%{_mandir}/*/*


%changelog

* Fri Oct 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.11-1
- (2d3267d) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10928 |14cu|minetest-0.4.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An InfiniMiner/Minecraft inspired game
Name:		minetest
Version:	0.4.15
Release:	1
License:	GPLv2+
Group:		Games/Other
Url:		http://minetest.net
# From github by tag
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}_game-%{version}.tar.gz
Patch0:		minetest-0.4.14-static.patch
Patch2:		minetest-0.4.13-optflags.patch
BuildRequires:	cmake
BuildRequires:	bzip2-devel
BuildRequires:	gettext-devel
BuildRequires:	irrlicht-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(luajit)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(zlib)

%description
One of the first InfiniMiner/Minecraft(/whatever) inspired games (started
October 2010), with a goal of taking the survival multiplayer gameplay
to a slightly different direction.

This game is under development, and as of now, the game does not really
differ from Minecraft except for having a lot less features. Still, playing
is quite fun already, especially for people who have not been able to
experience Minecraft.

%files
%doc doc/*.txt
%{_bindir}/%{name}
%{_bindir}/%{name}server
%{_datadir}/%{name}
%{_datadir}/appdata/minetest.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
%{_iconsdir}/hicolor/*/apps/minetest.png
%{_mandir}/man6/%{name}.6*
%{_mandir}/man6/%{name}server.6*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch2 -p1

%build
# With default LDFLAGS OpenGL is not properly detected for some reasons
%global ldflags %{nil}

%cmake \
	-DENABLE_GETTEXT:BOOL=ON \
	-DCMAKE_CXX_FLAGS_RELEASE=  \
	-DCMAKE_MODULE_LINKER_FLAGS=  \
	-DBUILD_SERVER:BOOL=ON

%make

%install
%makeinstall_std -C build

pushd %{buildroot}%{_datadir}/%{name}/games/
tar -xf %{SOURCE1}
mv %{name}_game-%{version} %{name}_game
popd


%changelog

* Thu Jan 12 2017 tremod <negry.m@yandex.ru> 0.4.15-1
- (cb915f6) Update to 0.4.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10929 |14cu|minidjvu-0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Name:           minidjvu
Version:        0.8
Release:        1
License:        GPLv2
Summary:        Bitonal DjVu Encoder/Decoder
URL:            http://minidjvu.sourceforge.net/
Group:          Graphics
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE minidjvu-0.8-gzip.patch lazy.kent@opensuse.org -- gzip manpages in buildroot
Patch0:         minidjvu-0.8-gzip.patch
# PATCH-FIX-OPENSUSE minidjvu-0.8-install.patch lazy.kent@opensuse.org -- fix install options
Patch1:         minidjvu-0.8-install.patch
BuildRequires:  gcc-c++
BuildRequires:  tiff-devel

%description
minidjvu is a command line utility which encodes and decodes single page
black-and-white DjVu files, and can compress multiple pages, taking
advantage from similarities between pages.

%package -n %{libname}
Summary:        Bitonal DjVu Encoder/Decoder Library
Group:          System/Libraries

%description -n %{libname}
Library for DjVu encoding/decoding black-and-white images.

%package -n %{devname}
Summary:        Minidjvu Development Files
Group:          Development/C
Requires:       %{libname} = %{version}

%description -n %{devname}
Development files for the package minidjvu.

%prep
%setup -q
%patch0
%patch1

%build
autoreconf -fiv
%configure --disable-static
# Don't run parallel make because of error!
make

%install
%makeinstall
chmod 755 %{buildroot}%{_libdir}/*
install -Dm 0644 %{name}.h %{buildroot}%{_includedir}/%{name}.h
for x in $(find ./minidjvu -type f -name "*.h") ; do
    install -Dm 0644 ${x} %{buildroot}%{_includedir}/${x}
done
%find_lang %{name}

%files -f %{name}.lang
%doc COPYING NEWS README
%{_bindir}/%{name}
%doc %{_mandir}/man1/*
%doc %{_mandir}/ru

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{devname}
%doc doc/{decode.html,encode.html}
%{_libdir}/*.so
%{_includedir}/%{name}
%{_includedir}/%{name}.h


%changelog

* Sun Jun 05 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.8-1
- (cf7cf74) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10930 |14cu|minidlna-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A DLNA/UPnP-AV compliant media server
Name:		minidlna
Version:	1.2.1
Release:	1
License:	GPLv2+
Group:		Networking/Other
Url:		http://sourceforge.net/projects/minidlna/
Source0:	http://downloads.sourceforge.net/project/minidlna/minidlna/%{version}/minidlna-%{version}.tar.gz
Source2:	minidlna-tmpfiles.conf
Source3:	minidlna.1
Source4:	minidlna.conf.5
Source5:	%{name}.service
Patch0:     minidlna-1.1.6.l10n.patch
BuildRequires:	pkgconfig(flac)
BuildRequires:	libid3tag-devel
BuildRequires:	libexif-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	ffmpeg-devel >= 1.1
BuildRequires:	pkgconfig(vorbis)
BuildRequires:  pkgconfig(libavcodec)
BuildRequires:  pkgconfig(libavformat)
BuildRequires:  pkgconfig(libavutil)
BuildRequires:	systemd
BuildRequires:	pkgconfig
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  libtool
BuildRequires:  gettext-devel
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires(postun):	rpm-helper

%description
MiniDLNA (aka ReadyDLNA) is server software with the aim of being fully
compliant with DLNA/UPnP-AV clients. MiniDLNA serves multimedia content
such as music, video and pictures to compatible clients on the network.

See http://www.upnp.org/ for more details on UPnP
and http://www.dlna.org/ for mode details on DLNA.

%prep
%setup -q
%patch0 -p1

%build
%serverbuild

CPPFLAGS="`pkg-config --cflags libavcodec libavformat libavutil`"
export CPPFLAGS
./autogen.sh
%configure2_5x \
	--with-log-path=%{_logdir} \
	--with-db-path=%{_localstatedir}/cache \
	--with-os-name="%{distribution}"\
	--with-os-version="%{distro_release}" \
	--with-os-url="%{disturl}"

%make

%install
%makeinstall_std

install -D -p -m 0644 %{SOURCE5} %{buildroot}%{_unitdir}/%{name}.service
install -m 644 -D minidlna.conf %{buildroot}%{_sysconfdir}/minidlna.conf
install -m 644 -D %{SOURCE3} %{buildroot}%{_mandir}/man1/minidlna.1
install -m 644 -D %{SOURCE4} %{buildroot}%{_mandir}/man5/minidlna.conf.5

sed 's|#friendly_name=My DLNA Server|friendly_name=Rosa|' -i %{buildroot}%{_sysconfdir}/minidlna.conf
sed 's|#db_dir=/var/cache/minidlna|db_dir=/var/cache/minidlna|' -i %{buildroot}%{_sysconfdir}/minidlna.conf
sed 's|#log_dir=/var/log|log_dir=/var/log|' -i %{buildroot}%{_sysconfdir}/minidlna.conf
sed 's|#wide_links=no|wide_links=yes|' -i %{buildroot}%{_sysconfdir}/minidlna.conf

mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d
install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf

install -d -m 0755 %{buildroot}%{_localstatedir}/cache/%{name}/
touch %{buildroot}%{_localstatedir}/cache/%{name}/files.db

%find_lang %{name}

%pre
%_pre_useradd %{name} /run/%{name} /sbin/nologin
%_pre_groupadd minidlna minidlna

%post
%create_ghostfile %{_localstatedir}/cache/%{name}/files.db %{name} %{name} 0644
%_post_service minidlna
%tmpfiles_create %{name}.conf

%preun
%_preun_service minidlna

%postun
%_postun_userdel minidlna
%_postun_groupdel minidlna minidlna

%files -f %{name}.lang
%doc README
%dir %attr(-,minidlna,minidlna) %{_localstatedir}/cache/%{name}/
%ghost %attr(-,minidlna,minidlna) %{_localstatedir}/cache/%{name}/files.db
%attr(755,-,-) %{_sbindir}/minidlna*
%{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/minidlna.conf
%{_sysconfdir}/tmpfiles.d/%{name}.conf
%{_mandir}/man1/minidlna.1*
%{_mandir}/man5/minidlna.conf.5*

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10931 |14cu|mininim-0.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced Prince of Persia Engine
Name:		mininim
Version:	0.10
Release:	1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://oitofelix.github.io/mininim/
Source0:	https://github.com/oitofelix/mininim/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source1:	mininim.png
BuildRequires:	help2man
BuildRequires:	imagemagick
BuildRequires:	texinfo
BuildRequires:	pkgconfig(allegro-5)
BuildRequires:	pkgconfig(allegro_acodec-5)
BuildRequires:	pkgconfig(allegro_audio-5)
BuildRequires:	pkgconfig(allegro_dialog-5)
BuildRequires:	pkgconfig(allegro_font-5)
BuildRequires:	pkgconfig(allegro_image-5)
BuildRequires:	pkgconfig(allegro_primitives-5)

%description
Advanced Prince of Persia Engine.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/*
%{_mandir}/man1/%{name}.1*
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=MININIM
Comment=Advanced Prince of Persia Engine
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

# install menu icons
for N in 16 22 32 48 64 128;
do
convert %{SOURCE1} -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

%changelog

* Sat Oct 01 2016 alzim <alzim@bk.ru> 0.10-1
- (991b82f) Merge pull request #1 from import/mininim:rosa2016.1
- (991b82f) Updated to 0.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10932 |14cu|mini_sendmail-1.3.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Accept email on behalf of real sendmail
Name:		mini_sendmail
Version:	1.3.9
Release:	1
License:	BSD
Group:		Networking/Mail
Url:		http://www.acme.com/software/mini_sendmail
Source0:	http://www.acme.com/software/mini_sendmail/%{name}-%{version}.tar.gz
Provides:	sendmail-command
Requires(post,preun):	update-alternatives

%description
mini_sendmail reads its standard input up to an end-of-file and sends a copy
of the message found there to all of the addresses listed. The message is sent
by connecting to a local SMTP server. This means mini_sendmail can be used to
send email from inside a chroot(2) area.

%files
%doc README
%{_sbindir}/mini_sendmail
%{_mandir}/man8/mini_sendmail.8*

%post
update-alternatives --install %{_sbindir}/sendmail sendmail-command %{_sbindir}/mini_sendmail 5

%preun
if [ $1 = 0 ]; then
	update-alternatives --remove sendmail-command %{_sbindir}/mini_sendmail
fi

#----------------------------------------------------------------------------

%prep
%setup -q
#patch0 -p1 -b .makefile

%build
make mini_sendmail \
	CFLAGS="%{optflags}" \
	LDFLAGS="%{ldflags}"

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_mandir}/man8

install mini_sendmail %{buildroot}%{_sbindir}/mini_sendmail
install mini_sendmail.8 %{buildroot}%{_mandir}/man8/mini_sendmail.8


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.9-1
- (b693e74) Build with system optflags to fix debug package
- (b693e74) New version 1.3.9
- (b693e74) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10933 |14cu|minitube-2.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys
# Note: these are for ROSA use ONLY.
# For your own builds, please get your own set of keys.
%define google_api_key AIzaSyATtfdjLrUXVLODfLrXXwkW_XRSvt2PB5g

%define debug_package %{nil}

Summary:	A native YouTube client
Name:		minitube
Version:	2.7
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://flavio.tordini.org/minitube
Source0:	https://github.com/flaviotordini/minitube/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	phonon4qt5-backend

%description
Minitube is a native YouTube client. With it you can watch YouTube videos in
a new way: you type a keyword, Minitube gives you an endless video stream.
Minitube does not require the Flash Player.
Minitube is not about cloning the original Youtube web interface, it strives
to create a new TV-like experience.
If you have problems with video playback, try to switch to vlc Phonon back-end
in KDE settings.

%files
%doc TODO CHANGES AUTHORS
%{_bindir}/%{name}
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%qmake_qt5 \
	PREFIX=%{_prefix} \
	DEFINES+=APP_GOOGLE_API_KEY=%{google_api_key}
%make

%install
%makeinstall_qt

%changelog

* Fri Jun 16 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.7-1
- (fddc866) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10934 |14cu|miniupnpd-1.8.20140523-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The UPNP & NAT-PMP implementation
Name:		miniupnpd
Version:	1.8.20140523
Release:	4
License:	GPLv2+
Group:		System/Servers
Url:		http://miniupnp.free.fr
Source0:	http://miniupnp.free.fr/files/download.php?file=/%{name}-%{version}.tar.gz
Source1:	miniupnpd.service
Patch0:		miniupnpd-1.8.20140523-makefile.patch
BuildRequires:	iptables-devel
BuildRequires:	iptables-ip4tc-devel
BuildRequires:	pkgconfig(libiptc)
BuildRequires:	pkgconfig(libnetfilter_conntrack)
Requires:	iptables
Requires(post,preun,postun):	systemd

%description
The miniUPnP daemon is an UPnP IGD (internet gateway device)
which provide NAT traversal services to any UPnP enabled client on
the network.

See http://www.upnp.org/ for more details on UPnP.

%files
%doc README Changelog.txt
%config(noreplace) %{_sysconfdir}/miniupnpd/*
%{_sbindir}/miniupnpd
%{_unitdir}/miniupnpd*
%{_mandir}/man*/*

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q
mv Makefile.linux Makefile
%patch0 -p1

%build
make config.h
sed -i \
    -e 's/\/\*#define ENABLE_LEASEFILE\*\//#define ENABLE_LEASEFILE/g' \
    config.h || die

%make CC=gcc CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_mandir}/man8/

make install PREFIX="%{buildroot}" STRIP="true"
rm -f %{buildroot}%{_sysconfdir}/init.d/miniupnpd
rm -f %{buildroot}%{_sysconfdir}/miniupnpd/miniupnpd.conf~
install -D -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.20140523-4
- (a59ff5d) Build with system optflags to fix debug package
- (a59ff5d) Move some in-spec seds to patch
- (a59ff5d) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10935 |14cu|mirage-0.9.5.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A fast and simple image viewer
Name:		mirage
Version:	0.9.5.2
Release:	7
Group:		Graphics
License:	GPLv2+
URL:		http://mirageiv.berlios.de/
Source0:	http://download.berlios.de/mirageiv/%{name}-%{version}.tar.bz2
Source1:    mirage_ru.tar.gz
Patch0:     mirage-0.9.5.2-fix_locale.patch
BuildRequires:	python-devel
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(x11)
Requires:	pygtk2.0
Requires:	gnome-python-gconf

%description
Mirage is a fast and simple GTK+ image viewer. Because it 
depends only on PyGTK, Mirage is ideal for users who wish to 
keep their computers lean while still having a clean image viewer.

%prep
%setup -q
%patch0 -p1

pushd po
tar -xvzf %{SOURCE1}
popd

sed -i -e 's/^Icon=%{name}.png$/Icon=%{name}/g' %{name}.desktop

%build
env CFLAGS="%{optflags}" python setup.py build

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}
python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

# remove document files
rm -f %{buildroot}%{_datadir}/%{name}/[A-Z]*

desktop-file-install \
	--remove-category="Application" \
	--add-category="Viewer" \
	--remove-key="Version" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name}

%if %mdkversion < 200900
%post
%{update_menus}
%{update_desktop_database}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_desktop_database}
%endif

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc CHANGELOG README TODO TRANSLATORS
%{_bindir}/%{name}
%{python_sitearch}/%{name}.py*
%{python_sitearch}/*.egg-info
%{python_sitearch}/*.so
%{_datadir}/%{name}/
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/*%{name}.desktop


%changelog

* Thu Jan 19 2017 Victor Ryzhikh <victorr2007@yandex.ru> 0.9.5.2-7
- (d5ba67e) Revert patch mirage-0.9.5.2-fix_locale.patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10936 |14cu|miro-6.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Miro Player
Name:		miro
Version:	6.0
Release:	6
License:	GPLv2+
Group:		Video
Url:		http://www.getmiro.com/
Source0:	ftp://ftp.osuosl.org/pub/pculture.org/miro/src/%{name}-%{version}.tar.gz
Patch0:		miro-6.0-charrefs.patch
Patch1:		miro-6.0-sqlite-fixes.patch
Patch2:		miro-6.0-video-controls.patch
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	python-pyrex
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	pkgconfig(x11)
Requires:	gnome-python-gconf
Requires:	dbus-python
Requires:	ffmpeg
Requires:	ffmpeg2theora
Requires:	gstreamer0.10-python
Requires:	gstreamer0.10-plugins-good
Requires:	mutagen
Requires:	pygtk2.0
Requires:	python-curl
Requires:	python-libtorrent-rasterbar
Requires:	python-webkitgtk

%description
Internet TV player with integrated RSS and BitTorrent functionality.

%files -f miro.lang
%doc README CREDITS
%attr(755,root,root) %{_bindir}/*
%{_datadir}/miro
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/pixmaps/*.xpm
%{_mandir}/man1/*
%{_datadir}/mime/packages/*.xml
%{py_platsitedir}/miro*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p2
%patch1 -p2
%patch2 -p2

%build
pushd linux
CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" python setup.py build
popd

%install
pushd linux
python setup.py install -O1 --skip-build --root %{buildroot}
popd

%find_lang miro
sed -i '/.*testdata.*/d' miro.lang

desktop-file-install --vendor="" \
	--remove-key="Encoding" \
	--remove-category="Application" \
	--add-category="Video" \
	--add-category="Network" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# Some binaries that we don't seem to need
rm -rf %{buildroot}%{_bindir}/codegen*


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.0-6
+ Revision: 49910a3
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10937 |14cu|mirovideoconverter-3.0.2-2.2015_05_08
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	mvc
%define oversion 2015-05-08
%define pversion 2015_05_08

Summary:	Convert almost any video 
Name:		mirovideoconverter
Version:	3.0.2
Release:	2.%{pversion}
URL:		http://www.mirovideoconverter.com/
Source0:	http://nightlies.pculture.org/data_volume/%{oname}-%{oversion}-.tar.gz
Patch0:		linux-build.patch
License:	GPLv3
Group:		Video
BuildRequires:	pkgconfig(python)
BuildRequires:  python-setuptools
BuildRequires:	desktop-file-utils
Requires:	python(abi)
Requires:	ffmpeg
BuildArch:	noarch

%description
Miro Video Converter is super simple way to
convert almost any video to MP4, WebM (vp8), 
Ogg Theora, or for Android, iPhone, and more.

%prep
%setup -q
rm -fr setup-files/osx
rm -fr setup-files/windows
%patch0 -p0

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} 

%files 
%doc LICENSE 
%{_bindir}/*
%{py_puresitedir}/mirovideoconverter-3.0.2-py*.egg-info/*
%{py_puresitedir}/mvc/*.py
%{py_puresitedir}/mvc/qtfaststart/*.py
%{py_puresitedir}/mvc/resources/*
%{py_puresitedir}/mvc/ui/*.py
%{py_puresitedir}/mvc/widgets/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png




%changelog

* Sun Nov 15 2015 Denis Silakov <dsilakov@gmail.com> 3.0.2-2.2015_05_08
- (e7a69d3) Updated to 2015-05-08 snapshot



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10938 |14cu|mixxx-2.0.0-0
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Music DJing software
Name:		mixxx
Version:	2.0.0
Release:	0
Group:		Sound
License:	GPLv2+
URL:		http://mixxx.sourceforge.net/
Source0:	http://downloads.mixxx.org/%{name}-%{version}/%{name}-%{version}-src.tar.gz
Patch0:		%{name}-2.0.0-fix-libpath-on-x86_64.patch
#Patch2:	mixxx-1.9.0-remove-track-include.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libchromaprint)
BuildRequires:	pkgconfig(libdjconsole)
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(opusfile)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(protobuf)
BuildRequires:	pkgconfig(rubberband)
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(x11)
BuildRequires:	ffmpeg-devel
BuildRequires:	ladspa-devel
# Enable only when building for Restricted
#BuildRequires:	libfaad2-devel
#BuildRequires:	libmp4v2-devel
BuildRequires:	portmidi-devel
BuildRequires:	qt4-devel >= 4.6.0
BuildRequires:	imagemagick
BuildRequires:	python
BuildRequires:	scons
Requires:	qt4-database-plugin-sqlite

%description
Mixxx allows DJs to mix music live with a clean, simple interface.
Futhermore, Mixxx has a number of key features to help DJs in the mix: beat
estimation, parallel visual displays, and support for various DJ hardware
controllers.

It can be controlled through the GUI using the mouse, or by connecting MIDI
devices to the computer. Commercial and custom build MIDI controllers can be
used. The mapping between functions and MIDI controller values are done in
text files. 

%files
%doc COPYING README LICENSE README.md
%doc Mixxx-Manual.pdf
%{_bindir}/%{name}
%{_libdir}/%{name}/plugins/vamp/*.so
%{_libdir}/%{name}/plugins/soundsource/*.so
%{_iconsdir}/hicolor/*/apps/%{name}-icon.png
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml

#-----------------------------------------------------------------------------

%prep
%setup -q
# The sed machinery below only works for Qt path
%ifarch x86_64
%patch0 -p1
%endif
#patch2 -p0

# Fix search path for Qt
#sed -i -e "s|QTDIR\/lib|QTDIR\/%%{_lib}|g" src/SConscript
# Fix vamp plugins installation dir
#sed -i -e "s|env.get('LIBDIR', 'lib')|env.get('LIBDIR', '%%{_lib}')|g" src/SConscript


%build
# No support in Rosa: hss1394
# No more present in SConscript: hifieq, tonal, tuned, djconsole
# Build fail when enabled: ipod, ladspa
# This works but needs a package in Restricted (libmp4v2): faad
%scons	\
      prefix=%{_prefix} \
      install_root=%{buildroot}%{_prefix} \
      qtdir=%{qt4dir} \
      qdebug=0 \
      autodjcrates=1 \
      mad=1 \
      modplug=1 \
      shoutcast=1 \
      wv=1 \
      opus=1 \
      promotracks=1 \
      ladspa=0 \
      ipod=0 \
      ffmpeg=1 \
      vamp=1 \
      vinylcontrol=1 \
      portmidi=1 \
      faad=0


%install
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:%{qt4lib}/pkgconfig
mkdir -p %{buildroot}%{_prefix}
%scons_install \
    prefix=%{_prefix} \
    install_root=%{buildroot}%{_prefix}

# Fix icon placement
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,128x128}/apps

install -m644 res/images/%{name}-icon.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}-icon.png
convert -resize 128x128 res/images/%{name}-icon.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}-icon.png
convert -resize 32x32 res/images/%{name}-icon.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}-icon.png
convert -resize 16x16 res/images/%{name}-icon.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}-icon.png
# This one is not needed
rm -rf %{buildroot}%{_datadir}/pixmaps

# Fix rpmlint warnings
chmod +x %{buildroot}%{_datadir}/%{name}/controllers/convertToXMLSchemaV1.php
chmod +x %{buildroot}%{_datadir}/%{name}/controllers/Vestax-VCI-300-scripts.js


%changelog

* Tue Jan 05 2016 Giovanni Mariani <mc2374@mclink.it> 2.0.0-0
- (8208121) Updated to release 2.0.0, added P0 to workaround brain-damaged build-system, updated S100 and file list



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10939 |14cu|mjpg-streamer-r137-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:	Stream webcam video to HTTP
Name:		mjpg-streamer
Version:	r137
Release:	1
License:	GPLv2
Group:		Video
URL: http://mjpg-streamer.sourceforge.net/

Source0:	%{name}.tar.bz2
Source1:	%{name}.desktop
Source2:	%{name}.png
Source3:	%{name}-udp-client.desktop
Source4:	mjpg_streamer.1
Source5:	mjpg_streamer_udp_client.1
Source6:	mstreamer.1
Source7:	mjpg_streamer.sysconfig
Source8:	videodev.h
Source44:	import.info

Patch0:		%{name}.Makefile.patch
Patch1:		%{name}.start.sh.patch
Patch2:		%{name}.uvc.patch
Patch3:		%{name}.control.patch
Patch4:		%{name}.outputhttp.patch

BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	jpeg-devel 
BuildRequires:	pkgconfig(sdl)
BuildRequires:	unzip
BuildRequires:	qt4-devel
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils

# don't cancel libSDL.Sflo
%ifarch x86_64
Requires: lib64SDL1.2_0
%else
Requires: libSDL1.2_0
%endif
Requires: procps
Requires: kdialog





%description
MJPG-streamer takes JPGs from Linux-UVC compatible webcams, 
from local files or other input plugins and streams 
them as M-JPEG via HTTP to webbrowsers, VLC and other software. 
It is the successor of uvc-streamer, a Linux-UVC 
streaming application with Pan/Tilt.
Control the application with mstreamer <start|stop|status> 
from the command line or use the desktop menu in KDE.

%prep
%setup -qn %{name}
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0

cp -a %{S:2} .
cp -a %{S:4} .
cp -a %{S:5} .
cp -a %{S:6} .
cp -a %{S:8} .

rm www/LICENSE.txt

find plugins/ -name '*.c' -or -name '*.h' -print , -exec sed -i -e 's:<linux/videodev.h>:"../../videodev.h":' '{}' ';' 2>/dev/null
find ./ -name mjpg_streamer.c -print , -exec sed -i -e 's:<linux/videodev.h>:"videodev.h":' '{}' ';' 2>/dev/null


%build
%make USE_LIBV4L2=true 
gzip -9 mjpg_streamer.1
gzip -9 mjpg_streamer_udp_client.1
gzip -9 mstreamer.1
cd ../udp_client
%qmake_qt4 -unix -o Makefile udp_client.pro
make
strip udp_client

%install
mkdir -p %{buildroot}%{_datadir}/%{name}/www
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/actions
make DESTDIR="%{buildroot}" LIBDIR="%{_libdir}" install
install -d -m 755 %{buildroot}%{_datadir}/pixmaps
install -m 644 %{name}.png %{buildroot}%{_datadir}/pixmaps/
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 644 mjpg_streamer.1.gz %{buildroot}%{_mandir}/man1/
install -m 644 mjpg_streamer_udp_client.1.gz %{buildroot}%{_mandir}/man1/
install -m 644 mstreamer.1.gz %{buildroot}%{_mandir}/man1/

# Source7: mjpg_streamer.sysconfig
install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/mjpg-streamer

cd ../udp_client
install -m 755 udp_client %{buildroot}%{_bindir}/mjpg_streamer_udp_client


desktop-file-install %{SOURCE1} --dir=%{buildroot}%{_datadir}/applications
desktop-file-install %{SOURCE3} --dir=%{buildroot}%{_datadir}/applications



%files
%doc README CHANGELOG LICENSE start.sh
%doc %{_mandir}/man1/mjpg_streamer.1.*
%doc %{_mandir}/man1/mjpg_streamer_udp_client.1.*
%doc %{_mandir}/man1/mstreamer.1.*
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/www
%dir %{_libdir}/%{name}
%{_bindir}/mjpg_streamer
%{_bindir}/mjpg_streamer_udp_client
%{_bindir}/mstreamer
%{_libdir}/%{name}/*.so
%{_datadir}/%{name}/www/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-udp-client.desktop
%{_datadir}/pixmaps/%name.png
%config(noreplace) %{_sysconfdir}/mjpg-streamer



%changelog
* Wed Dec 03 2014 abfonly <abfonly@gmail.com> r137-1
+ Revision: cc7c144
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10940 |14cu|mkbootdisk-1.5.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Creates an initial ramdisk image for preloading modules
Name:		mkbootdisk
Version:	1.5.5
Release:	1
License:	GPL
Group:		System/Kernel and hardware
Source:		%{name}-%{version}.tar.xz
URL:		http://www.redhat.com/swr/src/mkbootdisk-1.4.2-1.src.html
Patch0:		mkbootdisk-1.5.5-fix-long-volid.patch
Patch1:		mkbootdisk-1.5.5-man-dracut.patch
Patch2:		mkbootdisk-1.5.5-syslinux-5-fix.patch
Requires:	syslinux
Requires:	genisoimage

%description
The mkbootdisk program creates a standalone boot floppy disk for booting
the running system.  The created boot disk will look for the root
filesystem on the device mentioned in /etc/fstab and includes an
initial ramdisk image which will load any necessary SCSI modules for
the system.

%prep
%setup -q
%patch0 -p1 -b .mdk
%patch1 -p1 -b .devfs

%install
%make BUILDROOT=%{buildroot} mandir=%{_mandir} install

%clean

%files
%attr(755,root,root) /sbin/mkbootdisk
%attr(644,root,root) %{_mandir}/man8/mkbootdisk.8*

%changelog

* Sun May 08 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.5.5-1
- (6432147) Updated to 1.5.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10941 |14cu|mkgmap-r3695-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mkgmap
Version:	r3695
Release:	1
Summary:	Open Street Map to Garmin converter
License:	MIT
Group:		Communications
URL:		http://www.mkgmap.org.uk/
Source0:	http://www.mkgmap.org.uk/download/%{name}-%{version}.tar.gz
BuildArch:	noarch
Requires:	java-1.8.0-openjdk

%description
Open Street Map to Garmin converter.

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -r lib %{buildroot}%{_datadir}/%{name}
cp mkgmap.jar %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_bindir}
cat >%{buildroot}%{_bindir}/mkgmap <<EOF
#!/bin/sh
java -cp %{_datadir}/%{name}/fastutil-6.5.15-mkg.1b.jar:%{_datadir}/%{name}/osmpbf-1.3.3.jar:%{_datadir}/%{name}/protobuf-java-2.5.0.jar  -jar %{_datadir}/%{name}/mkgmap.jar \$@
EOF
chmod 755 %{buildroot}%{_bindir}/mkgmap

%files
%doc doc examples
%{_bindir}/*
%{_datadir}/%{name}

%changelog

* Mon Oct 03 2016 alzim <alzim@bk.ru> r3695-1
- (e333abb) Merge pull request #1 from import/mkgmap:rosa2016.1
- (e333abb) Updated to r3695



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10942 |14cu|mm3d-1.3.8a-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Misfit Model 3D - OpenGL-based 3D model editor
Name:		mm3d
Version:	1.3.8a
Release:	5
License:	GPLv2+
Group:		Graphics
Url:		http://www.misfitcode.com/misfitmodel3d/
Source0:	http://downloads.sourceforge.net/misfitmodel3d/%{name}-%{version}.tar.gz
Patch0:		mm3d-1.3.8a-gcc47.patch
BuildRequires:	desktop-file-utils
BuildRequires:	qt4-assistant
BuildRequires:	qt4-linguist
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(Qt3Support)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtNetwork)
BuildRequires:	pkgconfig(QtOpenGL)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xmu)

%description
Misfit Model 3D is an OpenGL-based 3D model editor that works with
triangle-based models. It supports multi-level undo, skeletal
animations, simple texturing, scripting, command-line batch
processing, and a plugin system for adding new model and image
filters. Complete online help is included. It is designed to be easy
to use and easy to extend with plugins and scripts.

%files
%doc %{_datadir}/doc/%{name}/html
%{_bindir}/%{name}
%dir %{_datadir}/%{name}/plugins/1.3
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mimelnk/application/*.desktop
%{_datadir}/%{name}/i18n/mm3d_bork.qm
%{_datadir}/%{name}/i18n/mm3d_ref.qm
%{_datadir}/%{name}/i18n/mm3d_sk.qm
%{_datadir}/%{name}/i18n/mm3d_de.qm
%{_datadir}/%{name}/i18n/mm3d_fr.qm
%lang(ar) %{_datadir}/%{name}/i18n/qt_ar.qm
%lang(cs) %{_datadir}/%{name}/i18n/qt_cs.qm
%lang(de) %{_datadir}/%{name}/i18n/qt_de.qm
%lang(fr) %{_datadir}/%{name}/i18n/qt_fr.qm
%lang(iw) %{_datadir}/%{name}/i18n/qt_iw.qm
%lang(ru) %{_datadir}/%{name}/i18n/qt_ru.qm
%lang(sk) %{_datadir}/%{name}/i18n/qt_sk.qm
%lang(zh_CN) %{_datadir}/%{name}/i18n/qt_zh_CN.qm
%{_mandir}/man1/mm3d.1.*
%{_datadir}/pixmaps/*.xpm

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install \
	--add-category="3DGraphics" \
	--remove-category="Application" \
	--remove-key="Encoding" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.8a-5
- (86cdbfa) Update BuildRequires (add more Qt4 libraries and glu)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10943 |14cu|mma-16.06-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mma
Summary:	Musical MIDI Accompaniment
Version:	16.06
Release:	1
License:	GPLv2+
Group:		Sound
URL:		http://www.mellowood.ca/mma/
Source0:	http://www.mellowood.ca/mma/%{name}-bin-%{version}.tar.gz
Requires:	python >= 2.7
BuildArch:	noarch

%description
"Musical MIDI Accompaniment" is an accompaniment generator: it creates midi
tracks for a soloist to perform over from a user supplied file containing
chords and MMA directives. It is very versatile and generates excellent
tracks. It comes with an extensive user-extendable library with a variety of
patterns for various popular rhythms, an extensive user manual, and several
demo songs. It is a command line driven program. It creates MIDI files which
need a sequencer or MIDI file play program.

%files
%doc text/* egs util/README.*
%{_bindir}/*
%{py_sitedir}/MMA
%{py_sitedir}/plugins
%{py_sitedir}/util
%{_datadir}/%{name}
%{_mandir}/man?/*

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-bin-%{version}


%build
# Nothing to do


%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{py_sitedir}
install -d -m 755 %{buildroot}%{_docdir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -d -m 755 %{buildroot}%{_mandir}/man8
install -D %{name}.py %{buildroot}%{_bindir}/%{name}
cp -a lib %{buildroot}%{_datadir}/%{name}/lib
cp -a includes %{buildroot}%{_datadir}/%{name}/includes
cp -a MMA %{buildroot}%{py_sitedir}/MMA
cp -a plugins %{buildroot}%{py_sitedir}/plugins
cp -a util %{buildroot}%{py_sitedir}/util
cp -a docs/html %{buildroot}%{_docdir}/%{name}
install -m 644 docs/man/*.1 %{buildroot}%{_mandir}/man1/
install -m 644 docs/man/*.8 %{buildroot}%{_mandir}/man8/

for file in util/*.py
do
	prog=`echo "$file" | sed 's|^util/||' | sed 's|.py$||'`
	install -D -m 755 "$file" "%{buildroot}%{_bindir}/$prog"
done

# Fix perms
chmod +x %{buildroot}%{py_sitedir}/MMA/*.py

# Fix various rpmlint warnings
rm -f %{buildroot}%{_docdir}/mma/INSTALL



%post
mma -G

%changelog

* Tue Aug 09 2016 Giovanni Mariani <mc2374@mclink.it> 16.06-1
- (dc74bd8) Updated to release 16.06, fixed file list and cleaned specfile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10944 |14cu|mnemosyne-2.3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   Mnemosyne

Name:		mnemosyne
Summary:	Flash-card learning tool
Version:	2.3.6
Release:	1
URL:		http://www.mnemosyne-proj.org/
Source0:	http://downloads.sourceforge.net/mnemosyne-proj/%{oname}-%{version}.tar.gz
Patch0:		%{name}-desktop.patch
License:	GPLv2+
Group:		Education
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
BuildArch:	noarch
Requires:	hicolor-icon-theme
Requires:	pythonegg(pygame)
Requires:	python-qt4
Requires:	pythonegg(pillow)
Requires:	python-matplotlib-qt4
Requires:	pythonegg(cherrypy)
Requires:	pythonegg(webob)


%description
Mnemosyne resembles a traditional flash-card program but with an
important twist: it uses a sophisticated algorithm to schedule the best
time for a card to come up for review.

Optional dependencies:
* latex: enables entering formulas using latex syntax.

%files -f %{name}.lang
%doc ChangeLog README
%{_bindir}/%{name}
%{python_sitelib}/%{name}
%{python_sitelib}/Mnemosyne-%{version}-*.egg-info
%{python_sitelib}/openSM2sync
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#----------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1 -b .d

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root %{buildroot}

install -d %{buildroot}%{_datadir}/applications
desktop-file-install --vendor="" \
	--dir=%{buildroot}%{_datadir}/applications \
	%{name}.desktop

install -d %{buildroot}%{_iconsdir}/hicolor/128x128/apps
pushd %{buildroot}%{_iconsdir}
mv %{name}.png hicolor/128x128/apps/%{name}.png
popd

%find_lang %{name}


%changelog

* Tue May 10 2016 abfonly <abfonly@gmail.com> 2.3.6-1
- (5fd6dc4) log: Update to 2.3.6
- (5fd6dc4) Mnemosyne 2.3.6 : 2016-05-02
- (5fd6dc4) http://mnemosyne-proj.org/whats-new
- (5fd6dc4) Cards sets : http://mnemosyne-proj.org/card-sets



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10945 |14cu|modello-1.8.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Modello Data Model toolkit
Name:		modello
Version:	1.8.3
Release:	1
License:	MIT
Group:		Development/Java
URL:		http://modello.codehaus.org/
Source0:	http://repo2.maven.org/maven2/org/codehaus/%{name}/%{name}/%{version}/%{name}-%{version}-source-release.zip
Source2:	%{name}-jpp-depmap.xml
BuildRequires:	ant >= 0:1.6
BuildRequires:	jpackage-utils >= 0:1.7.2
BuildRequires:	maven2 >= 2.0.4-9
BuildRequires:	maven-assembly-plugin
BuildRequires:	maven-compiler-plugin
BuildRequires:	maven-install-plugin
BuildRequires:	maven-jar-plugin
BuildRequires:	maven-javadoc-plugin
BuildRequires:	maven-resources-plugin
BuildRequires:	maven-surefire-plugin
BuildRequires:	maven-site-plugin
BuildRequires:	maven-surefire-provider-junit
BuildRequires:	maven-plugin-plugin
BuildRequires:	maven-shared-reporting-impl
BuildRequires:	classworlds >= 0:1.1
BuildRequires:	plexus-container-default
BuildRequires:	plexus-utils
BuildRequires:	plexus-velocity
BuildRequires:	velocity
BuildRequires:	maven-doxia
BuildRequires:	maven-doxia-sitetools
BuildRequires:	maven-doxia-tools
BuildRequires:	ws-jaxme
BuildRequires:	xmlunit
BuildRequires:	jpa_api = 3.0
BuildRequires:	geronimo-parent-poms
Requires:	classworlds >= 0:1.1
#Requires:	plexus-containers-container-default
#Requires:	plexus-build-api
Requires:	plexus-utils
Requires:	plexus-velocity
Requires:	velocity
#Requires:	guava
#Requires:	xbean
Requires:	jpackage-utils
Requires(post):	jpackage-utils
Requires(postun):	jpackage-utils

Provides:	modello-maven-plugin = %{version}-%{release}
Obsoletes:	modello-maven-plugin < 0:1.0-0.a8.3jpp

BuildArch:	noarch

%description
Modello is a Data Model toolkit in use by the
http://maven.apache.org/maven2.
It all starts with the Data Model. Once a data model is defined,
the toolkit can be used to generate any of the following at compile
time.
Java POJOs of the model.
Java POJOs to XML Writer (provided via xpp3 or dom4j).
XML to Java Pojos Reader (provided via xpp3 or dom4j).
XDoc documentation of the data model.
Java model to [Prevayler|http://www.prevayler.org/] Store.
Java model to [JPOX|http://www.jpox.org/] Store.
Java model to [JPOX|http://www.jpox.org/] Mapping.

%files
%defattr(-,root,root,-)
%{_mavenpomdir}/*
%{_javadir}/%{name}
%{_bindir}/*
%config(noreplace) %{_mavendepmapfragdir}/*

#-----------------------------------------------------------------

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	jpackage-utils

%description javadoc
API documentation for %{name}.

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

#-----------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

# skip tests because we have too old xmlunit in Fedora now (1.0.8)
mvn \
        -e \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        -Dmaven2.jpp.depmap.file=%{SOURCE2} \
        -Dmaven.test.skip=true \
        install javadoc:aggregate

%install
# poms and depmap fragments
install -d -m 755 %{buildroot}%{_mavenpomdir}
for i in `find . -name pom.xml -not -path ./pom.xml -not -path "*src/it/*"`; do
    # i is in format ..../artifactid/pom.xml
    cp -p $i %{buildroot}%{_mavenpomdir}/JPP.`basename \`dirname $i\``.pom

    artifactname=`basename \`dirname $i\` | sed -e s:^modello-::g`
    %add_to_maven_depmap org.codehaus.modello modello-$artifactname %{version} JPP/%{name} $artifactname
done

cp -p pom.xml %{buildroot}%{_mavenpomdir}/JPP.modello-modello.pom
%add_to_maven_depmap org.codehaus.modello modello %{version} JPP/%{name} modello

# script
install -d -m 755 %{buildroot}%{_bindir}
%jpackage_script org.codehaus.modello.ModelloCli "" ""  "modello/core:modello/plugin-xpp3:modello/plugin-xml:guava:xbean:plexus/containers-container-default:plexus/utils:plexus/classworlds)" %{name} true

# jars
install -d -m 755 %{buildroot}%{_javadir}/%{name}
for jar in $(find -type f -name "*-%{version}.jar" | grep -E target/.*.jar); do
        install -m 644 $jar %{buildroot}%{_javadir}/%{name}/`basename $jar |sed -e s:modello-::g|sed -e s:-%{version}::g`
done

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -sf %{name}-%{version} %{name})

%post
%update_maven_depmap

%postun
%update_maven_depmap

%changelog

* Mon Oct 03 2016 alzim <alzim@bk.ru> 1.8.3-1
- (7c0d030) Merge pull request #2 from import/modello:rosa2016.1
- (7c0d030) Updated to 1.8.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10946 |14cu|modem-manager-gui-0.0.19.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Modem Manager GUI
Name: modem-manager-gui
Version: 0.0.19.1
Release: 1
License: GPLv3
Group: System/Configuration/Networking
URL: http://linuxonly.ru
Source0:	%{name}-%{version}.tar.gz
Vendor:	Alex <alex@linuxonly.ru>

BuildRequires: pkgconfig
BuildRequires: po4a
BuildRequires: itstool
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.32.1
BuildRequires: gdbm-devel >= 1.10
BuildRequires: pkgconfig(libnotify) >= 0.7.5
BuildRequires: pkgconfig(libnotify) >= 0.7.5
BuildRequires: appindicator-gtk3-devel
Requires: gtk+3.0 >= 3.4.0
Requires: glib2 >= 2.32.1
Requires: gdbm >= 1.10
Requires: libnotify >= 0.7.5
Requires: modemmanager >= 0.6.0.0
Suggests: networkmanager

%description
This program is simple graphical interface for Modem Manager 
daemon dbus interface.
Current features:
- View device information: Operator name, Mode, IMEI, IMSI,
  Signal level.
- Send and receive SMS messages with long massages 
  concatenation and store messages in database.
- Send USSD requests and read answers in GSM7 and UCS2 formats
  converted to system UTF8 charset.
- Scan available mobile networks.

%prep
%setup -q

%build
%configure
%make

%install
rm -rf %{buildroot}
make install INSTALLPREFIX=%{buildroot}
%find_lang %{name}


%files -f %{name}.lang
%doc LICENSE
%doc AUTHORS
%doc Changelog
%{_bindir}/modem-manager-gui
%{_libdir}/modem-manager-gui/modules/*
%{_iconsdir}/hicolor/128x128/apps/%{name}.png
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
%{_iconsdir}/hicolor/symbolic/apps/%{name}-symbolic.svg
%{_datadir}/metainfo/modem-manager-gui.appdata.xml
%{_datadir}/modem-manager-gui/pixmaps/*
%{_datadir}/modem-manager-gui/sounds/message.ogg
%{_datadir}/modem-manager-gui/ui/modem-manager-gui.ui
%{_datadir}/applications/modem-manager-gui.desktop
%{_datadir}/help/*/modem-manager-gui/*.page
%{_datadir}/help/*/modem-manager-gui/figures/*.png
%{_datadir}/polkit-1/actions/*
%{_sysconfdir}/NetworkManager/dispatcher.d/95-mmgui-timestamp-notifier
%{_mandir}/man1/modem-manager-gui.1.xz
%{_mandir}/*/man1/modem-manager-gui.1.xz


%changelog

* Fri Jan 25 2019 Victor Ryzhikh <victorr2007@yandex.ru> 0.0.19.1-1
- (f54db33) Updated to 0.0.19.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10947 |14cu|moin-1.9.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python clone of WikiWiki
Name:		moin
Version:	1.9.9
Release:	1
License:	GPLv2
Group:		Networking/WWW
URL:		http://moinmo.in/
Source0:	http://static.moinmo.in/files/%{name}-%{version}.tar.gz
Source1:	README.RPM
Patch0:		moin-1.9.9-fix-wrong-digestmod.patch
Requires:	apache-conf
Requires:	python
BuildRequires:	python-devel
BuildArch:	noarch

%description
A WikiWikiWeb is a collaborative hypertext environment, with an emphasis on
easy access to and modification of information. MoinMoin is a Python
WikiClone that allows you to easily set up your own wiki, only requiring a
Web server and a Python installation.

%prep
%setup -q
%apply_patches
# Change the encoding to UTF-8, users are likely to edit this file
sed -i -e 's|coding: iso-8859-1|coding: utf-8|' wiki/config/wikiconfig.py
# Remove the leading comment from url_prefix_static. The Moin default assumes
# the wiki is served from the root of the site, change it to better suit the
# example in README-rpm, in which the wiki is served from
# example.tld/mywiki
sed -i -e 's|\(#\)\(url_prefix_static.*\)|\2|' wiki/config/wikiconfig.py
# Add the directory containing moin.wsgi to the Python search path, as
# in the README-rpm example these files will be in the same directory.
sed -i -e "s|#sys.path.insert(0, '/path/to/wikiconfigdir')|sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)))|" wiki/server/moin.wsgi

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

cp %{SOURCE1} README.update.urpmi

# ensure "templates" are readable
chmod a+r -R %{buildroot}%{_datadir}

%files
%doc README README.update.urpmi docs/CHANGES* docs/INSTALL.html docs/README.migration
%doc docs/licenses/
%{_bindir}/moin
%{_datadir}/%{name}/
%{py_puresitedir}/jabberbot
%{py_puresitedir}/MoinMoin
%{py_puresitedir}/*.egg-info

%changelog

* Sun Nov 20 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.9.9-1
- (d8300fb) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10948 |14cu|moneymanagerex-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mmex

Summary:	Easy-to-use personal finance software
Name:		moneymanagerex
Version:	1.3.0
Release:	1
License:	GPLv2+
Group:		Office
Url:		http://www.moneymanagerex.org
# Re-pack from https://github.com/moneymanagerex/moneymanagerex
# git clone https://github.com/moneymanagerex/moneymanagerex.git
# git checkout v%{version}
# git submodule update --init --recursive
# mv moneymanagerex moneymanagerex-%{version}
# tar -jcvf moneymanagerex-%{version}.tar.bz2 moneymanagerex-%{version}
Source0:	%{name}-%{version}.tar.bz2
Patch0:		moneymanagerex-1.1.0-flags.patch
BuildRequires:	wxgtku3.0-devel
%description
Money Manager Ex is a free, open-source, cross-platform, easy-to-use personal
finance software. It primarily helps organize one's finances and keeps track
of where, when and how the money goes. It is also a great tool to get a bird's
eye view of your financial worth.

Money Manager includes all the basic features that 90% of users would want to
see in a personal finance application. The design goals are to concentrate on
simplicity and user-friendliness - something one can use everyday.

%files
%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%dir %{_datadir}/%{oname}
%{_datadir}/%{oname}/*
%dir %{_defaultdocdir}/%{oname}
%{_defaultdocdir}/%{oname}/*
%{_iconsdir}/hicolor/*/apps/%{oname}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Jan 04 2017 tremod <negry.m@yandex.ru> 1.3.0-1
- (842c672) Update to 1.3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10949 |14cu|mongo-2004.08.17-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Filesystem load tester
Name:		mongo
Version:	2004.08.17
Release:	8
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://thebsh.namesys.com/benchmarks/dist
Source0:	%{name}-%{version}.tar.gz

%description
Mongo is a program to test linux filesystems for performance and
functionality.

The way to run a Mongo test is runing the mongo.pl script. The mongo.pl
creates output files can be parsed by mongo_parse.pl script.

%files
%doc README mongo.cmds.example
%{_bindir}/mongo_append
%{_bindir}/mongo_copy
%{_bindir}/mongo_delete
%{_bindir}/mongo_parser.pl
%{_bindir}/summ
%{_bindir}/map5
%{_bindir}/mongo_modify
%{_bindir}/mongo.pl
%{_bindir}/mongo_slinks
%{_bindir}/reiser_fract_tree
%{_bindir}/mongo_dd
%{_bindir}/mongo_holes
%{_bindir}/mongo_read
%{_bindir}/update-flist.pl

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
%make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 mongo.pl %{buildroot}%{_bindir}/
install -m 755 mongo_append %{buildroot}%{_bindir}/
install -m 755 mongo_copy %{buildroot}%{_bindir}/
install -m 755 mongo_dd %{buildroot}%{_bindir}/
install -m 755 mongo_delete %{buildroot}%{_bindir}/
install -m 755 mongo_holes %{buildroot}%{_bindir}/
install -m 755 mongo_modify %{buildroot}%{_bindir}/
install -m 755 mongo_parser.pl %{buildroot}%{_bindir}/
install -m 755 mongo_read %{buildroot}%{_bindir}/
install -m 755 mongo_slinks %{buildroot}%{_bindir}/
install -m 755 map5 %{buildroot}%{_bindir}/
install -m 755 reiser_fract_tree %{buildroot}%{_bindir}/
install -m 755 summ %{buildroot}%{_bindir}/
install -m 755 update-flist.pl %{buildroot}%{_bindir}/


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2004.08.17-8
- (9815870) Build with system optflags to fix debug package
- (9815870) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10950 |14cu|mongodb-2.4.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MongoDB client shell and tools
Name:		mongodb
Version:	2.4.13
Release:	1
License:	AGPL 3.0
Group:		Databases
Url:		http://www.mongodb.org
Source0:	http://downloads.mongodb.org/src/%{name}-src-r%{version}.tar.gz
Source1:	mongod.service
Patch0:		mongo-2.4.4-werror.patch
Patch1:		mongo-2.4.4-gcc4.8.patch
Patch2:		mongo-2.4.13-unused-local-typedefs.patch
Patch3:		mongo-2.4.10-no-unused-function.patch
BuildRequires:	scons
BuildRequires:	boost-devel
BuildRequires:	js-devel
BuildRequires:	pcap-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(libpcre)
Obsoletes:	%{name}-devel < 2.4.9

%description
Mongo (from "huMONGOus") is a schema-free document-oriented database.
It features dynamic profileable queries, full indexing, replication
and fail-over support, efficient storage of large binary data objects,
and auto-sharding.

This package provides the mongo shell, import/export tools, and other
client utilities.

%files
%doc README GNU-AGPL-3.0.txt
%{_bindir}/mongo
%{_bindir}/mongodump
%{_bindir}/mongooplog
%{_bindir}/mongoperf
%{_bindir}/mongoexport
%{_bindir}/mongofiles
%{_bindir}/mongoimport
%{_bindir}/mongorestore
%{_bindir}/mongostat
%{_bindir}/mongosniff
%{_bindir}/mongotop
%{_bindir}/bsondump
%{_mandir}/man1/mongo.1*
%{_mandir}/man1/mongodump.1*
%{_mandir}/man1/mongoexport.1*
%{_mandir}/man1/mongofiles.1*
%{_mandir}/man1/mongoimport.1*
%{_mandir}/man1/mongosniff.1*
%{_mandir}/man1/mongostat.1*
%{_mandir}/man1/mongorestore.1*
%{_mandir}/man1/bsondump.1*
%{_mandir}/man1/mongooplog.1.*
%{_mandir}/man1/mongoperf.1.*
%{_mandir}/man1/mongotop.1.*

#----------------------------------------------------------------------------

%package server
Summary:	MongoDB server, sharding server, and support scripts
Group:		Databases
Requires:	%{name}
Requires(post,preun):	rpm-helper

%description server
Mongo (from "huMONGOus") is a schema-free document-oriented database.

This package provides the mongo server software, mongo sharding server
softwware, default configuration files, and init.d scripts.

%files server
%config(noreplace) %{_sysconfdir}/mongod.conf
%{_bindir}/mongod
%{_bindir}/mongos
%{_mandir}/man1/mongod.1*
%{_mandir}/man1/mongos.1*
%{_prefix}/lib/tmpfiles.d/%{name}-server.conf
%{_unitdir}/mongod.service
%{_sysconfdir}/rc.d/init.d/mongod
%{_sysconfdir}/sysconfig/mongod
%attr(0755,mongod,mongod) %dir %{_var}/lib/mongo
%attr(0755,mongod,mongod) %dir %{_var}/log/mongo
%attr(0640,mongod,mongod) %config(noreplace) %verify(not md5 size mtime) %{_var}/log/mongo/mongod.log

%pre server
%_pre_useradd mongod /var/lib/mongo /bin/false

%post server
# (cg) Make sure the pid folder exists on install
mkdir -p %{_var}/run/mongo
chown mongod.mongod %{_var}/run/mongo
%_post_service mongod

%preun server
%_preun_service mongod

%postun server
%_postun_userdel mongod

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-src-r%{version}
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%serverbuild
export CXXFLAGS="%{optflags}"
export LINKFLAGS='%{ldflags}'
%scons \
	--prefix=%{_prefix} \
	--use-system-pcre=True \
	--use-system-boost=True \
	--nostrip=True

%install
%serverbuild
export CXXFLAGS="%{optflags}"
export LINKFLAGS='%{ldflags}'

%scons \
	--prefix=%{buildroot}%{_prefix} \
	--nostrip=True \
	install

mkdir -p %{buildroot}%{_mandir}/man1
cp debian/*.1 %{buildroot}%{_mandir}/man1/
mkdir -p %{buildroot}%{_unitdir}
cp %{SOURCE1} %{buildroot}%{_unitdir}/mongod.service
mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
cp rpm/init.d-mongod %{buildroot}%{_sysconfdir}/rc.d/init.d/mongod
chmod a+x %{buildroot}%{_sysconfdir}/rc.d/init.d/mongod
mkdir -p %{buildroot}%{_sysconfdir}
cp rpm/mongod.conf %{buildroot}%{_sysconfdir}/mongod.conf
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
cp rpm/mongod.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/mongod
mkdir -p %{buildroot}%{_var}/lib/mongo
mkdir -p %{buildroot}%{_var}/log/mongo
touch %{buildroot}%{_var}/log/mongo/mongod.log

cat >> %{buildroot}%{_sysconfdir}/sysconfig/mongod << EOF
OPTIONS="-f /etc/mongod.conf"
EOF

# (cg) Ensure the pid file folder exists (this is more important under mga3
# when /var/run will be on tmpfs)
mkdir -p %{buildroot}%{_prefix}/lib/tmpfiles.d
cat > %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}-server.conf << EOF
d %{_var}/run/mongo 0755 mongod mongod -
EOF

rm -f %{buildroot}/usr/lib/libmongoclient.a


%changelog

* Sat Apr 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4.13-1
- (f8d69d3) Updated to 2.4.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10951 |14cu|monit-5.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Process monitor and restart utility
Name:		monit
Version:	5.20.0
Release:	1
License:	GPLv3+
Group:		Monitoring
Url:		https://mmonit.com/monit/
Source0:	https://mmonit.com/monit/dist/%{name}-%{version}.tar.gz
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(openssl)
Requires(post,preun):	rpm-helper

%description
Monit is a utility for managing and monitoring processes, files, directories
and devices on a Unix system. Monit conducts automatic maintenance and repair
and can execute meaningful causal actions in error situations.

%files
%doc COPYING README
%config(noreplace) %{_sysconfdir}/monitrc
%dir %{_sysconfdir}/%{name}.d
%{_unitdir}/%{name}.service
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make
# enable logging
sed -i 's|^# set logfile|set logfile|' monitrc

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}.d
install -m 600 monitrc %{buildroot}%{_sysconfdir}/monitrc

install -d -m 755 %{buildroot}%{_unitdir}
install -m 755 system/startup/monit.service %{buildroot}%{_unitdir}/%{name}.service

%changelog

* Mon Nov 14 2016 Denis Silakov <dsilakov@gmail.com> 5.20.0-1
- (0356853) :Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10952 |14cu|mono-basic-4.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Visual Basic .NET support for Mono
Name:		mono-basic
Version:	4.6
Release:	1
License:	BSD
Group:		Development/Other
Url:		http://www.mono-project.com/
Source0:	http://download.mono-project.com/sources/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	locales
BuildRequires:	pkgconfig(mono) >= 3.0
Obsoletes:	%{name}-2.0 < 2.10
BuildArch:	noarch

%description
This package contains the Visual Basic .NET compiler and language
runtime. This allows you to compile and run VB.NET application and
assemblies.

%files
%doc README
%{_bindir}/*
%{_prefix}/lib/mono/4.5/*
%{_prefix}/lib/mono/gac/Microsoft.VisualBasic/10.0.0.0*
%{_prefix}/lib/mono/gac/Mono.Cecil.VB.Mdb/0.9.5.0*
%{_prefix}/lib/mono/gac/Mono.Cecil.VB.Pdb/0.9.5.0*
%{_prefix}/lib/mono/gac/Mono.Cecil.VB/0.9.5.0*
%{_mandir}/man1/vbnc.1*

#--------------------------------------------------------------------

%prep
%setup -q

%build
export LC_ALL=UTF-8
./configure --prefix=%{_prefix}
make

%install
%makeinstall_std

%changelog

* Mon Oct 03 2016 alzim <alzim@bk.ru> 4.6-1
- (09dc42d) Merge pull request #1 from import/mono-basic:rosa2016.1
- (09dc42d) Updated to 4.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10953 |14cu|mono-debugger-2.10-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname monodebuggerserver %{major}
%define devname %mklibname %{name} -d

%define monodir %{_prefix}/lib/mono

Summary:	Mono Debugger
Name:		mono-debugger
Version:	2.10
Release:	5
License:	GPLv2+ and MIT
Group:		Development/Other
Url:		http://www.go-mono.com/
Source0:	http://go-mono.com/sources/mono-debugger/%{name}-%{version}.tar.bz2
Patch0:		mono-debugger-2.10-glib-includes.patch
Patch1:		mono-debugger-2.2-dllmap.patch
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(mono)
BuildRequires:	pkgconfig(ncurses)
Requires:	mono
Requires:	%{libname} = %{EVRD}

%description
The Mono Debugger.

%files
%doc AUTHORS README NEWS ChangeLog
%{_bindir}/*
%{monodir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries of the Mono Debugger
Group:		System/Libraries
Obsoletes:	%{_lib}mono-debugger0 < 2.10-3
Conflicts:	%{_lib}mono-debugger0 < 2.10-3

%description -n %{libname}
This contains shared libraries used by the Mono Debugger.

%files -n %{libname}
%{_libdir}/libmonodebuggerserver.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers of the Mono Debugger
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{_lib}mono-debugger0-devel < 2.10-3
Conflicts:	%{_lib}mono-debugger0-devel < 2.10-3

%description -n %{devname}
This contains headers and libraries of the Mono Debugger.

%files -n %{devname}
%{_libdir}/libmonodebuggerserver.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%define _disable_ld_no_undefined 1
%configure2_5x
#gw parallel build broken in 2.4.3
make

%install
%makeinstall_std
install -m 644 wrapper/mdb.exe.config %{buildroot}%{monodir}/2.0/


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.10-5
- (d1cde3e) Build requires pkgconfig(ncurses) instead of termcap-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10954 |14cu|monodevelop-5.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define internal 0
%define gtksharp 2.12.21
%define monodoc  1.0
%define pkgconfigdir %{_datadir}/pkgconfig

Summary:	Full-featured IDE for mono and Gtk#
Name:		monodevelop
Version:	5.0.1
Release:	3
Source:		http://download.mono-project.com/sources/monodevelop/%{name}-%{version}-%{internal}.tar.bz2
Patch:		monodevelop-1.9.2-libxul.patch
Patch1:		link_system_nunit.patch
Patch2:		%{name}-3.0.3.2-md-gettext.patch
URL:		http://www.monodevelop.com/
License:	LGPLv2
Group:		Development/Other
#Requires: gtksourceview-sharp >= %gtksourceview
Requires:	gnome-sharp2 >= %{gtksharp}
Requires:	glade-sharp2 >= %{gtksharp}
Requires:	monodoc >= %{monodoc}
#Requires:	mono-tools
Requires:	mono-basic
Requires:	libmono-devel
Requires:	shared-mime-info
Requires:	xterm
Requires:	subversion
Requires:	git
Requires:	xsp
BuildRequires:	pkgconfig(gconf-sharp-2.0) >= 2.12.8
BuildRequires:	pkgconfig(glade-sharp-2.0) >= 2.12.8
BuildRequires:	pkgconfig(glib-sharp-2.0) >= 2.12.8
BuildRequires:	pkgconfig(gnome-sharp-2.0) >= 2.12.8
BuildRequires:	pkgconfig(gnome-vfs-sharp-2.0) >= 2.12.8
BuildRequires:	pkgconfig(gtk-sharp-2.0) >= 2.12.8
BuildRequires:	pkgconfig(wcf)
BuildRequires:	pkgconfig(mono-addins) >= 0.6
BuildRequires:	pkgconfig(mono-addins-gui) >= 0.6
BuildRequires:	pkgconfig(mono-addins-setup) >= 0.6
BuildRequires:	pkgconfig(mono-nunit)
BuildRequires:	pkgconfig(monodoc) >= 1.0
BuildRequires:	pkgconfig(mono) >= 2.8
BuildRequires:	rsync
BuildRequires:	intltool
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
# Obsolete deprecated plugins which are not compatible with MD 2.6
Obsoletes:	monodevelop-boo
Obsoletes:	monodevelop-debugger-mdb

Conflicts:	%{name} <= 3.0.3.2-2
Obsoletes:	%{name} <= 3.0.3.2-2

BuildArch:     noarch

%description 
This is MonoDevelop which is intended to be a full-featured
integrated development environment (IDE) for mono and Gtk#.
It was originally a port of SharpDevelop 0.98.

%prep
%setup -q

%build
./configure --prefix=%{_prefix} --libdir=%{_prefix}/lib --enable-subversion --enable-git --enable-monoextensions --disable-update-mimedb --disable-update-desktopdb 
#--enable-gtksourceview2
make

%install
mkdir -p %{buildroot}/`monodoc --get-sourcesdir`
%makeinstall_std pkgconfigdir=%{pkgconfigdir} packagedir=%{buildroot}%{_prefix}/lib/monodevelop/AddIns/AspNetEdit MOZILLA_HOME=%{buildroot}%{_prefix}/lib/firefox-%{mozver}/

desktop-file-install --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_bindir}/mdtool
%{_bindir}/monodevelop
%{_prefix}/lib/monodevelop/bin
%{_prefix}/lib/monodevelop/data
%{_prefix}/lib/monodevelop/AddIns
%{_mandir}/man1/mdtool.1*
%{_mandir}/man1/monodevelop.1*
%{_datadir}/applications/monodevelop.desktop
%{_datadir}/mime/packages/monodevelop.xml
%{_datadir}/icons/hicolor/*/apps/monodevelop.*
%{pkgconfigdir}/monodevelop.pc
%{pkgconfigdir}/monodevelop-core-addins.pc



%changelog
* Wed Jan 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.0.1-3
+ Revision: ea9d30e
- Updated to 5.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10955 |14cu|monodevelop-debugger-gdb-5.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define         internal 0
Name:     	monodevelop-debugger-gdb
Version:	5.0.1
Release:	1
License:	MIT
BuildArch:      noarch
URL:		http://www.go-mono.com
Source0:	http://download.mono-project.com/sources/monodevelop-debugger-gdb/%{name}-%{version}-%{internal}.tar.bz2
BuildRequires:  monodevelop >= %version
BuildRequires:  mono-devel
Requires: gdb
Summary:	Monodevelop GDB Addin
Group:		Development/Other

%description
Monodevelop Addin to integrate the GNU debugger.


%prep
%setup -q

%build
./configure --prefix=%{_prefix}
%make

%install
%makeinstall_std


%files
%{_prefix}/lib/monodevelop/AddIns/MonoDevelop.Debugger/

%changelog

* Wed Sep 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.0.1-1
- (3d3e3f7) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10956 |14cu|monotone-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A distributed version control tool
Name:		monotone
Version:	1.1
Release:	2
License:	GPLv2+
Group:		Development/Other
Url:		http://monotone.ca
Source0:	http://monotone.ca/downloads/%{version}/%{name}-%{version}.tar.bz2
Patch0:		monotone-1.0-pot-segfault.patch
BuildRequires:	texinfo
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(botan-1.10)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)

%description
monotone is a free, distributed version control system. it provides
fully disconnected operation, manages complete tree versions, keeps
its state in a local transactional database, supports overlapping
branches and extensible metadata, exchanges work over plain network
protocols, performs history-sensitive merging, and delegates trust
functions to client-side RSA certificates.

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README UPGRADE doc/monotone.html contrib
%{_bindir}/mtn*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/hooks
%{_datadir}/%{name}/scripts
%{_sysconfdir}/bash_completion.d/*
%{_infodir}/%{name}*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make
make html

%check
# Remove a test which fails (to investigate with upstream) syntax_errors_in_.mtn-ignore
rm -rf test/func/syntax_errors_in_.mtn-ignore
make check

%install
%makeinstall_std
rm -fr %{buildroot}%{_docdir}/%{name}

%find_lang %{name}


%changelog

* Fri Mar 11 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.1-2
- (58707e4) Rebuild with new botan



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10957 |14cu|mono-zeroconf-0.9.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Cross platform Zero Configuration Networking library 
Name:		mono-zeroconf
Version:	0.9.0
Release:	10
Source0:	http://download.banshee-project.org/mono-zeroconf/%{name}-%{version}.zip
License:	BSD
Group:		System/Libraries
Url:		http://mono-project.com/Mono_Zeroconf
BuildArch:	noarch
BuildRequires:	mono-devel
BuildRequires:	monodoc
BuildRequires:	avahi-sharp

%description
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.

This package was built with support vor Avahi only.

%package 1.0
Summary: Cross platform Zero Configuration Networking library 
Group: Development/Other
Conflicts: %{name} < 0.9.0-5
Requires: %{name} = %{version}

%description 1.0
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.

This package was built with support vor Avahi only.

This package contains a compatibility API for older applications.

%package 2.0
Summary: Cross platform Zero Configuration Networking library 
Group: Development/Other
Conflicts: %{name} < 0.9.0-5
Requires: %{name} = %{version}

%description 2.0
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.

This package was built with support vor Avahi only.

This package contains a compatibility API for older applications.

%package 3.0
Summary: Cross platform Zero Configuration Networking library 
Group: Development/Other
Conflicts: %{name} < 0.9.0-5
Requires: %{name} = %{version}

%description 3.0
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.

This package was built with support vor Avahi only.

This package contains a compatibility API for older applications.

%package 4.0
Summary: Cross platform Zero Configuration Networking library 
Group: Development/Other
Conflicts: %{name} < 0.9.0-5
Requires: %{name} = %{version}

%description 4.0
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.

This package was built with support vor Avahi only.

This package contains a compatibility API for older applications.

%package devel
Summary: Development files for %name
Group: Development/Other
Requires: %{name} = %{version}-%{release}

%description devel
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.

This package was built with support vor Avahi only.

%package doc
Summary: Development documentation for %name
Group: Development/Other
Requires(post): mono-tools >= 1.1.9
Requires(postun): mono-tools >= 1.1.9

%description doc
This package contains the API documentation for %{name} in
Monodoc format.

%prep
%setup -q

%build
./configure --prefix=%{_prefix} --disable-mdnsresponder
make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig

%clean

%post doc
%{_bindir}/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
fi


%files
%doc README COPYING
%{_bindir}/mzclient
%{_prefix}/lib/%{name}
%{_prefix}/lib/mono/gac/Mono.Zeroconf
%{_prefix}/lib/mono/%{name}

%files 1.0
%{_prefix}/lib/mono/gac/policy.1.0.Mono.Zeroconf

%files 2.0
%{_prefix}/lib/mono/gac/policy.2.0.Mono.Zeroconf

%files 3.0
%{_prefix}/lib/mono/gac/policy.3.0.Mono.Zeroconf

%files 4.0
%{_prefix}/lib/mono/gac/policy.4.0.Mono.Zeroconf

%files devel
%{_datadir}/pkgconfig/mono-zeroconf.pc

%files doc
%{_prefix}/lib/monodoc/sources/*


%changelog

* Fri Nov 20 2015 Denis Silakov <dsilakov@gmail.com> 0.9.0-10
- (03e9a19) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10958 |14cu|monsterz-0.7.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		monsterz
Version:	0.7.1
Release:	9
# in reality, this is the DWYF license.
License:	Freeware
Group:		Games/Puzzles
Summary:	A little addictive puzzle game
Source:		http://sam.zoy.org/projects/monsterz/%{name}-%{version}.zip
#gw Debian man page
Source1:	monsterz.1
Patch:		monsterz-fix-crash-x86_64.patch
#gw from Debian, fix crash on start (bug #49431)
Patch1:		020_fix_blit_crash.diff
Url:		http://sam.zoy.org/projects/monsterz
Requires:	pygame
BuildArch:	noarch
BuildRequires:	imagemagick

%description
Monsterz is a little puzzle game, similar to the famous Bejeweled or Zookeeper.

The goal of the game is to create rows of similar monsters, either horizontally
or vertically. The only allowed move is the swap of two adjacent monsters, on
the condition that it creates a row of three or more. When alignments are
cleared, pieces fall from the top of the screen to fill the board again. Chain
reactions earn you even more points.

This game is mostly about luck, but it remains highly addictive. You have been
warned.

%prep
%setup -q
%patch -p0
%patch1 -p1

%build

%install
mkdir -p %{buildroot}/%{_gamesdatadir}/%{name}
cp -R monsterz.py graphics/ sound/ %{buildroot}/%{_gamesdatadir}/%{name}

mkdir -p %{buildroot}/%{_gamesbindir}/

cat > %{buildroot}/%{_gamesbindir}/%{name} <<EOF
#!/bin/bash
exec python %{_gamesdatadir}/%{name}/monsterz.py
EOF

chmod 755 %{buildroot}/%{_gamesbindir}/%{name}


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Monsterz
Comment=Addictive puzzle game
Comment[ru]=Затягивающая игра-головоломка
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;BlocksGame;
EOF

mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}/
convert -geometry 16x16 graphics/icon.png %{buildroot}%{_miconsdir}/%{name}.png
convert -geometry 32x32 graphics/icon.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 48x48 graphics/icon.png %{buildroot}%{_liconsdir}/%{name}.png

install -D %{SOURCE1} %{buildroot}%{_mandir}/man6/%{name}.6

%clean

%files
%doc AUTHORS COPYING INSTALL README TODO
%{_gamesdatadir}/%{name}/
%{_gamesbindir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_datadir}/applications/mandriva*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.7.1-9
- (c684590) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10959 |14cu|moodle-2.8.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine __find_provides
%define __noautoreqfiles '\\.php$'

Summary:    A course management system for distance education
Name:       moodle
Version:    2.8.12
Release:    1
License:    GPLv2
Group:      System/Servers
URL:        http://moodle.org/
Source0:    http://download.moodle.org/stable28/%{name}-%{version}.tgz
Source1:    http://oasychev-moodle-plugins.googlecode.com/files/preg_27.zip

Source2:    http://download.moodle.org/langpack/2.8/af.zip
Source3:    http://download.moodle.org/langpack/2.8/sq.zip
Source4:    http://download.moodle.org/langpack/2.8/ar.zip
Source5:    http://download.moodle.org/langpack/2.8/eu.zip
Source6:    http://download.moodle.org/langpack/2.8/be.zip
Source7:    http://download.moodle.org/langpack/2.8/bs.zip
Source8:    http://download.moodle.org/langpack/2.8/bg.zip
Source9:    http://download.moodle.org/langpack/2.8/ca.zip
Source10:   http://download.moodle.org/langpack/2.8/hr.zip
Source11:   http://download.moodle.org/langpack/2.8/zh_cn.zip
Source12:   http://download.moodle.org/langpack/2.8/zh_tw.zip
Source13:   http://download.moodle.org/langpack/2.8/cs.zip
Source14:   http://download.moodle.org/langpack/2.8/da.zip
Source15:   http://download.moodle.org/langpack/2.8/nl.zip
Source16:   http://download.moodle.org/langpack/2.8/en_us.zip
Source17:   http://download.moodle.org/langpack/2.8/et.zip
Source18:   http://download.moodle.org/langpack/2.8/fa.zip
Source19:   http://download.moodle.org/langpack/2.8/fil.zip
Source20:   http://download.moodle.org/langpack/2.8/fi.zip
Source21:   http://download.moodle.org/langpack/2.8/fr.zip
Source22:   http://download.moodle.org/langpack/2.8/fr_ca.zip
Source23:   http://download.moodle.org/langpack/2.8/ga.zip
Source24:   http://download.moodle.org/langpack/2.8/gl.zip
Source25:   http://download.moodle.org/langpack/2.8/ka.zip
Source26:   http://download.moodle.org/langpack/2.8/de.zip
Source27:   http://download.moodle.org/langpack/2.8/de_du.zip
Source28:   http://download.moodle.org/langpack/2.8/el.zip
Source29:   http://download.moodle.org/langpack/2.8/gu.zip
Source30:   http://download.moodle.org/langpack/2.8/he.zip
Source31:   http://download.moodle.org/langpack/2.8/hi.zip
Source32:   http://download.moodle.org/langpack/2.8/hu.zip
Source33:   http://download.moodle.org/langpack/2.8/is.zip
Source34:   http://download.moodle.org/langpack/2.8/id.zip
Source35:   http://download.moodle.org/langpack/2.8/it.zip
Source36:   http://download.moodle.org/langpack/2.8/ja.zip
Source37:   http://download.moodle.org/langpack/2.8/kn.zip
Source38:   http://download.moodle.org/langpack/2.8/km.zip
Source39:   http://download.moodle.org/langpack/2.8/ko.zip
Source40:   http://download.moodle.org/langpack/2.8/lt.zip
Source41:   http://download.moodle.org/langpack/2.8/lo.zip
Source42:   http://download.moodle.org/langpack/2.8/lv.zip
Source43:   http://download.moodle.org/langpack/2.8/ml.zip
Source44:   http://download.moodle.org/langpack/2.8/ms.zip
Source45:   http://download.moodle.org/langpack/2.8/mi_tn.zip
Source46:   http://download.moodle.org/langpack/2.8/mi_wwow.zip
Source47:   http://download.moodle.org/langpack/2.8/mn.zip
Source48:   http://download.moodle.org/langpack/2.8/no.zip
Source49:   http://download.moodle.org/langpack/2.8/no_gr.zip
Source50:   http://download.moodle.org/langpack/2.8/nn.zip
Source51:   http://download.moodle.org/langpack/2.8/pl.zip
Source52:   http://download.moodle.org/langpack/2.8/pt.zip
Source53:   http://download.moodle.org/langpack/2.8/pt_br.zip
Source54:   http://download.moodle.org/langpack/2.8/ro.zip
Source55:   http://download.moodle.org/langpack/2.8/ru.zip
Source56:   http://download.moodle.org/langpack/2.8/sm.zip
Source57:   http://download.moodle.org/langpack/2.8/si.zip
Source58:   http://download.moodle.org/langpack/2.8/sr_cr_bo.zip
Source59:   http://download.moodle.org/langpack/2.8/sr_cr.zip
Source60:   http://download.moodle.org/langpack/2.8/sr_lt.zip
Source61:   http://download.moodle.org/langpack/2.8/sk.zip
Source62:   http://download.moodle.org/langpack/2.8/sl.zip
Source63:   http://download.moodle.org/langpack/2.8/so.zip
Source64:   http://download.moodle.org/langpack/2.8/es.zip
Source65:   http://download.moodle.org/langpack/2.8/sv.zip
Source66:   http://download.moodle.org/langpack/2.8/tl.zip
Source67:   http://download.moodle.org/langpack/2.8/ta.zip
Source68:   http://download.moodle.org/langpack/2.8/th.zip
Source69:   http://download.moodle.org/langpack/2.8/to.zip
Source70:   http://download.moodle.org/langpack/2.8/tr.zip
Source71:   http://download.moodle.org/langpack/2.8/uk.zip
Source72:   http://download.moodle.org/langpack/2.8/vi.zip
Source73:   http://download.moodle.org/langpack/2.8/dv.zip
Source74:   http://download.moodle.org/langpack/2.8/cy.zip
Source75:   http://download.moodle.org/langpack/2.8/mr.zip
Source76:   http://download.moodle.org/langpack/2.8/ur.zip
Source77:   http://download.moodle.org/langpack/2.8/ast.zip
Source78:   http://download.moodle.org/langpack/2.8/la.zip
Source79:   http://download.moodle.org/langpack/2.8/uz.zip
Source80:   http://download.moodle.org/langpack/2.8/kk.zip
Source81:   http://download.moodle.org/langpack/2.8/mk.zip
Source82:   http://download.moodle.org/langpack/2.8/hy.zip
Source83:   http://download.moodle.org/langpack/2.8/ta_lk.zip
Source84:   http://download.moodle.org/langpack/2.8/zu.zip
Source85:   http://download.moodle.org/langpack/2.8/bn.zip

Source100:  moodle.rpmlintrc
Source101:  moodle-config.php

Requires:       php-cli
Requires:       php-curl
Requires:       php-gd
Requires:       php-iconv
Requires:       php-intl
Requires:       php-ldap
Requires:       php-mbstring
Requires:       php-mysql
Requires:       php-mysqli
Requires:       php-openssl
Requires:       php-pgsql
Requires:       php-soap
Requires:       php-sockets
Requires:       php-tidy
Requires:       php-tokenizer
Requires:       php-xml
Requires:       php-xmlrpc
Requires:       php-zip
Requires:       php-zlib

# local copies of the following removed from moodle's lib directory

Requires:       php-adodb
# we don't have php-markdown packaged
#Requires:      php-markdown
Requires:       php-pear
Requires:       php-pear-Auth_RADIUS
Requires:       php-pear-CAS
Requires:       php-pear-Crypt_CHAP
Requires:       php-pear-HTML_Common
Requires:       php-pear-HTML_QuickForm
Requires:       php-pear-HTML_QuickForm_DHTMLRulesTableless
Requires:       php-pear-Net_GeoIP
Requires:       php-pear-OLE
Requires:       php-pear-HTTP_WebDAV_Server
Requires:       php-pear-Spreadsheet_Excel_Writer

Requires:	imagemagick
Requires:	mimetex
Requires:	tetex-dvips
Requires:	tetex-latex

BuildArch:	noarch

%description
Moodle is a learning management system for producing Internet-based course Web
sites. It is written in PHP and is easy to install and use on Linux, Windows,
Mac OS X, SunOS, BSD, and Netware 6. It has been designed to support modern
pedagogies based on social constructionist theory, and includes activity
modules such as forums, chats, resources, journals, quizzes, surveys, choices,
workshops, glossaries, lessons, and assignments. It has been translated into
over 70 languages, with more on the way, and supports the popular SCORM
standard for content packaging. Moodle offers a free alternative to commercial
software such as WebCT or Blackboard, and is being used by a growing number of
universities, schools, and independent teachers for distance education or to
supplement face-to-face teaching.

%prep

%setup -q -n %{name}

unzip -q %{SOURCE1}

# magic by anssi
pushd lang; %{expand:%(for i in {2..85}; do echo "unzip -q %%SOURCE$i"; done)}; popd

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# fix dir perms
find . -type d -print0 | xargs --null chmod 755

# fix file perms
find . -type f -print0 | xargs --null chmod 644

# nuke bundled stuff
rm -rf lib/pear
rm -f filter/tex/mimetex.* filter/tex/README.mimetex

# nuke more stuff (from fedora)
rm -f config-dist.php install.php

# also from fedora:
# Get rid of lang files in subpackages for langs not supported by moodle
rm -f lib/phpmailer/language/phpmailer.lang-[bcdfhijnprst]*
rm -f lib/phpmailer/language/phpmailer.lang-es.php

# Drop precompiled flash
find . -type f -name '*.swf' -delete

# remove some carriage returns
sed -i 's/\r//g' lib/*/*.txt

# set some exec bits
chmod 755 filter/algebra/algebra2tex.pl

# more exec bits (from fedora)
#find . -name \*.cgi -exec chmod 755 {} +
chmod 755 admin/process_email.php
chmod 755 mod/chat/chatd.php

%build

%install
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_sysconfdir}/cron.d
install -d %{buildroot}/var/www/%{name}
install -d %{buildroot}/var/moodledata

cp -aRf * %{buildroot}/var/www/%{name}/

install -p -D -m 0644 %{SOURCE101} %{buildroot}%{_var}/www/%{name}/config.php

# apache config
cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf << EOF

Alias /%{name} /var/www/%{name}

<Directory /var/www/%{name}>
    Require all granted

    # On some PHP servers it may help if this file is copied
    # to the main moodle directory and renamed .htaccess
    #
    # As soon as you do this, check your web site.  Is it 
    # still working OK?  If you are getting a "configuration
    # error" then you may need to enable overrides by editing
    # the main httpd.conf for Apache and in the main server
    # or virtual server area, adding something like:
    #
    # <Directory /web/moodle>
    #     AllowOverride All 
    # </Directory>
    #

    ### Firstly, if you are using Apache 2, you need the following
    ### line to allow Apache to pass a PATH_INFO variable 
    ### correctly for URLs like http://server/file.php/arg1/arg2
    AcceptPathInfo on

    ### Secondly, you can define the default files in the Moodle
    ### directories as follows:

    DirectoryIndex index.php index.html index.htm

    ### Thirdly, set up some PHP variables that Moodle needs
    php_admin_value magic_quotes_gpc		1
    php_admin_value magic_quotes_runtime	0
    php_admin_value register_globals		0
    php_admin_value file_uploads		1
    php_admin_value short_open_tag		1
    php_admin_value session.auto_start		0
    php_admin_value session.bug_compat_warn	0

    php_admin_value safe_mode			0
    php_admin_value memory_limit		64M
    php_admin_value session.save_handler	files

    ### Fourthly, sometimes Apache limits the size of uploaded files
    ### (this is a separate limit to the one in PHP, see below).
    ### The setting here turns off this limitation
    LimitRequestBody 0

    ### These are optional - you may not want to override php.ini 
    ### To enable them, remove the leading hash (#)
    php_admin_value upload_max_filesize		2M
    php_admin_value post_max_size		2M
    php_admin_value session.gc_maxlifetime	7200

    ### You can change the following line to point to the 
    ### error/index.php file in your Moodle distribution.  
    ### It provides a form which emails you (the admin) 
    ### about 404 errors (URL not found).
    #ErrorDocument 404 http://example.org/moodle/error/index.php

    ### People have reported that these can help in some cases
    ### (unusual) when you see errors about undefined functions
    #php_admin_value auto_prepend_file		none
    #php_admin_value include_path		.

</Directory>

<Directory /var/www/%{name}/install>
    Require local
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf"
 </Directory>

<FilesMatch install.php>
    Require local
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf"
</FilesMatch>

EOF

cat > %{buildroot}%{_sysconfdir}/cron.d/%{name} << EOF
* * * * * apache /usr/bin/php -d memory_limit=512M %{_var}/www/%{name}/admin/cli/cron.php > /dev/null
EOF

# from fedora, use some system php libs

# also markdown, which we don't have packaged
# also smarty, which does not appear to be shipped by moodle anymore
for phplib in adodb; do
  rm -rf %{buildroot}%{_var}/www/%{name}/lib/$phplib
  ln -s %{_datadir}/php/$phplib %{buildroot}%{_var}/www/moodle/lib/$phplib
done

rm -f %{buildroot}%{_var}/www/moodle/lib/default.ttf
ln -s %{_datadir}/fonts/gnu-free/FreeSans.ttf %{buildroot}%{_var}/www/moodle/lib/default.ttf

# also php-pear-CAS
rm -rf %{buildroot}%{_var}/www/moodle/auth/cas/CAS
ln -s %{_datadir}/pear %{buildroot}%{_var}/www/moodle/auth/cas/CAS

%clean


%files
%defattr(-,apache,apache,-)
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/%{name}
%{_var}/www/%{name}
%attr(2770,apache,apache) %dir %{_var}/moodledata
%config(noreplace) %{_webappconfdir}/%{name}.conf

%changelog

* Fri May 27 2016 Denis Silakov <dsilakov@gmail.com> 2.8.12-1
- (556b2f5) Updated to 2.8.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10960 |14cu|morituri-0.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		morituri
Version:	0.2.3
Release:	1
Summary:	CD ripper aiming for accuracy over speed
License:	GPLv3
Group:		Sound
URL:		http://thomas.apestaart.org/%{name}/trac
Source0:	http://thomas.apestaart.org/download/%{name}/%{name}-%{version}.tar.bz2
BuildArch:	noarch
BuildRequires:	python-gobject
BuildRequires:	python-setuptools
BuildRequires:	gstreamer0.10-python
Requires:	cdparanoia
Requires:	cdrdao >= 1.2.3
Requires:	gstreamer0.10-plugins-base
Requires:	gstreamer0.10-plugins-good >= 0.10.16
Requires:	gstreamer0.10-python
Requires:	python-musicbrainz2
Requires:	python-pycdio
Requires:	python-pyxdg
Requires:	python-CDDB
Requires:	python-pkg-resources
Requires:	python-setuptools

%description
Morituri is a CD ripper that aims for accuracy over speed. Its features are
modeled to compare with Exact Audio Copy on Windows.
It features support for:
* MusicBrainz for metadata lookup,
* AccurateRip verification,
* detection of sample read offset of drives,
* test and copy of a rip,
* the ability to detect and rip Hidden Track One Audio,
* templates for file and directory naming,
* lossless enconding and lossy enconding or re-encoding of rip images,
* tagging using GStreamer (including embedding MusicBrainz id's),
* retagging of rip images,
* plugins for logging.
Currently, only has a command line client.

%files
%doc README COPYING morituri.doap NEWS RELEASE ChangeLog
%{_bindir}/rip
%{_libdir}/morituri/plugins
%{_mandir}/man1/rip.1*
%{py_puresitedir}/morituri
%{_sysconfdir}/bash_completion.d/rip

#-----------------------------------------------------------------------------

%prep
%setup -q
%configure2_5x --sysconfdir=%{_sysconfdir}


%build
# Nothing to do


%install
%makeinstall_std

mkdir -p %{buildroot}%{_libdir}/morituri/plugins

%changelog

* Tue Apr 07 2015 Giovanni Mariani <mc2374@mclink.it> 0.2.3-1
- (93f9944) Updated to release 0.2.3, cleaned specfile. updated BReqs and Reqs, updated feature list and file list



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10961 |14cu|moserial-3.0.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d "." -f -2)

Summary:	Serial terminal for the Gnome desktop
Name:		moserial
Version:	3.0.10
Release:	1
Group:		Communications
License:	GPLv3+
URL:		http://live.gnome.org/moserial/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	rarian
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
Requires:	hicolor-icon-theme
Requires:	yelp

%description
Moserial is a clean, friendly gtk-based serial terminal for the Gnome
desktop. It is written in Vala for extra goodness.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS ChangeLog ChangeLog.pre-git MAINTAINERS NEWS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_mandir}/man1/%{name}*
%{_datadir}/appdata/moserial.appdata.xml

%changelog

* Mon Oct 03 2016 alzim <alzim@bk.ru> 3.0.10-1
- (1051d9d) Merge pull request #2 from import/moserial:rosa2016.1
- (1051d9d) Updated to 3.0.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10962 |14cu|mosh-1.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Remote terminal application
Name:		mosh
Version:	1.2.6
Release:	1
License:	GPLv3+
Group:		Networking/Remote access
URL:		https://mosh.org
Source0:	https://github.com/mobile-shell/mosh/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires:	protobuf-compiler
BuildRequires:	protobuf-devel
BuildRequires:	libutempter-devel
BuildRequires:	zlib-devel
BuildRequires:	ncurses-devel
BuildRequires:	pkgconfig(openssl)
Requires:	openssh
Requires:	perl(IO::Pty::Easy)

%description
Mosh (mobile shell)

%prep
%setup -q

%build
export CFLAGS="-g -O2" CXXFLAGS="-g -O2"
%configure --enable-compile-warnings=error
%make

%install
%makeinstall_std

%files
%doc README.md COPYING ChangeLog
%{_bindir}/mosh
%{_bindir}/mosh-client
%{_bindir}/mosh-server
%{_mandir}/man1/mosh.1.xz
%{_mandir}/man1/mosh-client.1.xz
%{_mandir}/man1/mosh-server.1.xz

%changelog

* Mon Oct 03 2016 alzim <alzim@bk.ru> 1.2.6-1
- (bc692ca) Merge pull request #2 from import/mosh:rosa2016.1
- (bc692ca) Updated to 1.2.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10963 |14cu|motion-3.4.1-0.rc01
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		git		rc01

Summary:	A highly customizable software motion detector
Name:		motion
Version:	3.4.1
Release:	0.%{git}
License:	GPLv2+
Group:		Video
Url:		http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
Source0:	http://heanet.dl.sourceforge.net/motion/%{name}_%{version}%{git}.tar.gz
Source1:	%{name}-tmpfiles.conf
Source100:	%{name}.rpmlintrc
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
BuildRequires:	linux-userspace-headers
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	postgresql-devel
Requires(post):	systemd

%description
This is a software motion detector. It grabs images from video4linux devices
and/or from web cams (such as the axis network cameras). It is the perfect
tool for keeping an eye on your property keeping only those images that are
interesting.

%files
%doc CHANGELOG COPYING CREDITS FAQ README README.axis_2100 %{name}_guide.html
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/%{name}
%{_tmpfilesdir}/%{name}.conf

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}_%{version}%{git}


%build
autoreconf -vfi
%configure2_5x
%make


%install
%makeinstall_std

# Use standard names
mv %{buildroot}%{_sysconfdir}/%{name}/%{name}-dist.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
# and remove other sample config files (they are already in %%{_datadir}/%%{name}/examples
rm -rf %{buildroot}%{_sysconfdir}/%{name}/thread*-dist.conf

# Needed no more
#chmod 644 %%{buildroot}%%{_sysconfdir}/%%{name}.conf

rm -rf %{buildroot}%{_datadir}/doc/

#systemd compat
install -D -m 644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf


%post
systemd-tmpfiles --create %{name}.conf ||: 

%changelog

* Sat Dec 26 2015 Giovanni Mariani <mc2374@mclink.it> 3.4.1-0.rc01
- (07ed68b) Updated to release 3.4.1rc01, updated file list, cleaned specfile and added S100 to avoid useless rpmlint warnings



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10964 |14cu|Mowitz-0.3.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define libnamedev %mklibname %{name} -d

Summary:	Collection of widgets for X applications
Name:		Mowitz
Version:	0.3.0
Release:	14
License:	GPL
Group:		System/Libraries
URL:		http://siag.nu/mowitz/
Source:		http://siag.nu/pub/mowitz/%{name}-%{version}.tar.gz
Patch0:		Mowitz-0.3.0-overflow.patch
Patch1:		Mowitz-0.3.0-overflow2.patch
Patch2:		Mowitz-0.3.0-overflow3.patch
Patch3:		Mowitz-0.3.0-overflow4.patch
Patch4:		Mowitz-0.3.0-overflow5.patch
Patch5:		Mowitz-0.3.0-overflow6.patch
Patch6:		Mowitz-0.3.0-overflow7.patch
Patch7:		Mowitz-0.3.0-overflow8.patch
Patch8:		Mowitz-0.3.0-link.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	libneXtaw-devel

%description
The Mowitz library contains a large collection of widgets for X applications 
to use. It complements a widget set such as Xaw3d or neXtaw.

%package -n %{libname}
Summary:	Collection of widgets for X applications
Group:		System/Libraries

%description -n %{libname}
The Mowitz library contains a large collection of widgets for X applications 
to use. It complements a widget set such as Xaw3d or neXtaw.

%package -n %{libnamedev}
Summary:	Collection of widgets for X applications
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libMowitz-devel = %{version}-%{release}

%description -n %{libnamedev}
The Mowitz library contains a large collection of widgets for X applications
to use. It complements a widget set such as Xaw3d or neXtaw.

%prep
%setup -q
%patch0 -p0 -b .overflow
%patch1 -p0 -b .overflow2
%patch2 -p0 -b .overflow3
%patch3 -p0 -b .overflow4
%patch4 -p0 -b .overflow5
%patch5 -p0 -b .overflow6
%patch6 -p0 -b .overflow7
%patch7 -p0 -b .overflow8
%patch8 -p0 -b .link

%build
%configure2_5x
%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/mowitz-config

rm -rf %{buildroot}/usr/doc/

%files -n %{libname}
%{_libdir}/lib*.so.*
%{_datadir}/%{name}

%files -n %{libnamedev}
%{_bindir}/mowitz-config
%{multiarch_bindir}/mowitz-config
%{_includedir}/%{name}/
%{_libdir}/lib*.a
%{_libdir}/lib*.so


%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.3.0-14
- (ff26260) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10965 |14cu|mozldap-6.0.7-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define nspr_name       nspr
%define nspr_version    4.6
%define nss_name        nss
%define nss_version     3.11
%define svrcore_name    svrcore
%define svrcore_version 4.0.4

%define major           6
%define minor           0
%define submin          7
%define libsuffix       %{major}0

Summary:          Mozilla LDAP C SDK
Name:             mozldap
Version:          %{major}.%{minor}.%{submin}
Release:          10
License:          MPLv1.1 or GPLv2+ or LGPLv2+
URL:              http://www.mozilla.org/directory/csdk.html
Group:            System/Libraries
BuildRequires:    %{nspr_name}-devel >= %{nspr_version}
BuildRequires:    %{nss_name}-devel >= %{nss_version}
BuildRequires:    %{svrcore_name}-devel >= %{svrcore_version}
BuildRequires:    gcc-c++
BuildRequires:    libsasl-devel

Source0:          ftp://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/releases/v%{version}/src/%{name}-%{version}.tar.gz
Source100:		%{name}.rpmlintrc

%description
The Mozilla LDAP C SDK is a set of libraries that
allow applications to communicate with LDAP directory
servers.  These libraries are derived from the University
of Michigan and Netscape LDAP libraries.  They use Mozilla
NSPR and NSS for crypto.


%package tools
Summary:          Tools for the Mozilla LDAP C SDK
Group:            System/Libraries 
Requires:         %{name} = %{version}-%{release}
BuildRequires:    %{nspr_name}-devel >= %{nspr_version}
BuildRequires:    %{nss_name}-devel >= %{nss_version}
BuildRequires:    %{svrcore_name}-devel >= %{svrcore_version}

%description tools
The mozldap-tools package provides the ldapsearch,
ldapmodify, and ldapdelete tools that use the
Mozilla LDAP C SDK libraries.


%package devel
Summary:          Development libraries and examples for Mozilla LDAP C SDK
Group:            Development/C
Requires:         %{name} = %{version}-%{release}

%description devel
Header and Library files for doing development with the Mozilla LDAP C SDK

%prep
%setup -q

%build
%setup_compile_flags

cd c-sdk

./configure \
%ifarch x86_64
    --enable-64bit \
%endif
    --with-sasl \
    --with-system-nss \
    --with-system-nspr \
    --with-system-svrcore \
    --enable-clu \
    --enable-optimize \
    --disable-debug

# Enable compiler optimizations and disable debugging code
BUILD_OPT=1
export BUILD_OPT

# Generate symbolic info for debuggers
XCFLAGS="%{optflags}"
export XCFLAGS

PKG_CONFIG_ALLOW_SYSTEM_LIBS=1
PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1

export PKG_CONFIG_ALLOW_SYSTEM_LIBS
export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS

make \
%ifarch x86_64
    USE_64=1
%endif

%install
# Set up our package file
mkdir -p %{buildroot}%{_libdir}/pkgconfig
cat c-sdk/mozldap.pc.in \
    | sed -e "s,%%libdir%%,%{_libdir},g" \
          -e "s,%%prefix%%,%{_prefix},g" \
          -e "s,%%major%%,%{major},g" \
          -e "s,%%minor%%,%{minor},g" \
          -e "s,%%submin%%,%{submin},g" \
          -e "s,%%libsuffix%%,%{libsuffix},g" \
          -e "s,%%bindir%%,%{_libdir}/%{name},g" \
          -e "s,%%exec_prefix%%,%{_prefix},g" \
          -e "s,%%includedir%%,%{_includedir}/%{name},g" \
          -e "s,%%NSPR_VERSION%%,%{nspr_version},g" \
          -e "s,%%NSS_VERSION%%,%{nss_version},g" \
          -e "s,%%SVRCORE_VERSION%%,%{svrcore_version},g" \
          -e "s,%%MOZLDAP_VERSION%%,%{version},g" \
    > %{buildroot}%{_libdir}/pkgconfig/%{name}.pc

# There is no make install target so we'll do it ourselves.

mkdir -p %{buildroot}%{_includedir}/%{name}
mkdir -p %{buildroot}%{_libdir}/%{name}
echo $(pwd)

# Copy the binary libraries we want
for file in libssldap%{libsuffix}.so libprldap%{libsuffix}.so libldap%{libsuffix}.so libldif%{libsuffix}.so
do
  install -m 755 ../dist/lib/$file %{buildroot}%{_libdir}
done

# Copy the binaries we want
for file in ldapsearch ldapmodify ldapdelete ldapcmp ldapcompare ldappasswd
do
  install -m 755 ../dist/bin/$file %{buildroot}%{_libdir}/%{name}
done

# Copy the include files
for file in ../dist/public/ldap/*.h
do
  install -p -m 644 $file %{buildroot}%{_includedir}/%{name}
done

# Copy the developer files
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -r c-sdk/ldap/examples %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}/etc
install -m 644 c-sdk/ldap/examples/xmplflt.conf %{buildroot}%{_datadir}/%{name}/etc
install -m 644 c-sdk/ldap/libraries/libldap/ldaptemplates.conf %{buildroot}%{_datadir}/%{name}/etc
install -m 644 c-sdk/ldap/libraries/libldap/ldapfilter.conf %{buildroot}%{_datadir}/%{name}/etc
install -m 644 c-sdk/ldap/libraries/libldap/ldapsearchprefs.conf %{buildroot}%{_datadir}/%{name}/etc

%files
%doc c-sdk/README.rpm
%{_libdir}/libssldap*.so
%{_libdir}/libprldap*.so
%{_libdir}/libldap*.so
%{_libdir}/libldif*.so

%files tools
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/ldapsearch
%{_libdir}/%{name}/ldapmodify
%{_libdir}/%{name}/ldapdelete
%{_libdir}/%{name}/ldapcmp
%{_libdir}/%{name}/ldapcompare
%{_libdir}/%{name}/ldappasswd

%files devel
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}
%{_datadir}/%{name}

%changelog

* Tue Jul 19 2016 Denis Silakov <dsilakov@gmail.com> 6.0.7-10
- (1a52646) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10966 |14cu|mozo-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname   mate-menu-editor

Summary:       Simple menu editor for MATE
Name:          mozo
Version:       1.12.0
Release:       1
Group:         System/Configuration/Other
License:       LGPLv2+
Url:           http://mate-desktop.org
Source0:       http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
BuildArch:     noarch

#BuildRequires: pkgconfig(mate-doc-utils) >= 1.6.0
BuildRequires: intltool
BuildRequires: mate-common
BuildRequires: pkgconfig(libmate-menu)
BuildRequires: pkgconfig(pygtk-2.0)

Requires:	pygtk2.0 >= 2.8.0
Requires:	python-mate-menus >= 1.6.0

%rename %{oname}

%description
Mozo is a menu editor for MATE that lets you get things done,
simply and quickly.

Just click and type to edit, add, and delete any menu entry.

%prep
%setup -q

%build
# NOCONFIGURE=1 ./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --all-name

%files -f %{name}.lang
%doc README AUTHORS COPYING
%{py_puresitedir}/*
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/mozo
%{_iconsdir}/hicolor/*/*/*
%{_mandir}/man1/mozo.1.*

%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.12.0-1
- (eacae2d) Updated to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10967 |14cu|mozplugger-2.1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_mozillapath	%{_libdir}/mozilla/plugins

Summary:	Generic mozilla plug-in
Name:		mozplugger
Version:	2.1.6
Release:	1
License:	GPLv2+
Group:		Networking/WWW
Url:		http://mozplugger.mozdev.org/
Source0:	http://mozplugger.mozdev.org/files/mozplugger-%{version}.tar.gz
Source1:	http://umn.dl.sourceforge.net/sourceforge/mplayerplug-in/mini.tar.bz2
Source2:	mozmimetypes-1.4.1.tar.bz2
Patch1:		mozplugger-2.1.4-pulseaudio.patch
Patch2:		mozplugger-2.1.4-gqview.patch
BuildRequires:	pkgconfig(x11)
Requires:	geeqie
Requires:	gv
Requires:	imagemagick
Requires:	mikmod
Requires:	mpg123
Requires:	mplayer
Requires:	sox
Requires:	TiMidity++
Requires:	xpdf
%rename		plugger

%description
MozPlugger is a generic Mozilla plug-in that allows the use of standard Linux
programs as plug-ins for media types on the Internet.

%files
%doc README COPYING
%{_bindir}/enable_mozmimetypes
%{_bindir}/disable_mozmimetypes
%{_bindir}/mozpluggerrc-sanitize
%{_bindir}/mozplugger-helper
%{_bindir}/mozplugger-linker
%{_bindir}/mozplugger-controller
%{_datadir}/mplayer/Skin/mini
%{_libdir}/netscape/plugins/mozplugger.so
%{_mozillapath}/mozplugger.so
%{_mandir}/man7/mozplugger.7*
%config(noreplace) %{_sysconfdir}/mozpluggerrc
%config(noreplace) %{_sysconfdir}/mozpluggerrc.default

#----------------------------------------------------------------------------

%prep
%setup -q -a 1 -a 2
%patch1 -p1 -b .pulse
%patch2 -p1 -b .gqview

%build
%configure
%make XCFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_mozillapath}/plugins \
        %{buildroot}%{_libdir}/netscape/plugins \
        %{buildroot}%{_bindir} \
        %{buildroot}%{_sysconfdir} \
        %{buildroot}%{_mandir}/man7 \
        %{buildroot}%{_datadir}/mplayer/Skin/mini

install -p -m 755 mozplugger-helper %{buildroot}%{_bindir}
install -p -m 755 mozplugger-controller %{buildroot}%{_bindir}
install -p -m 755 mozplugger-linker %{buildroot}%{_bindir}
install -p -m 755 mozplugger.so %{buildroot}%{_mozillapath}
install -p -m 644 mozpluggerrc %{buildroot}%{_sysconfdir}/mozpluggerrc
install -p -m 644 mozpluggerrc %{buildroot}%{_sysconfdir}/mozpluggerrc.default
install -p -m 644 mozplugger.7 %{buildroot}%{_mandir}/man7

mkdir -p %{buildroot}%{_mozillapath}
ln -s %{_mozillapath}/mozplugger.so \
         %{buildroot}%{_libdir}/netscape/plugins/mozplugger.so
install -p -m 644 mini/*.png mini/skin mini/VERSION mini/README \
        %{buildroot}%{_datadir}/mplayer/Skin/mini/

install -p -m 755 enable_mozmimetypes %{buildroot}%{_bindir}
ln -s ./enable_mozmimetypes %{buildroot}%{_bindir}/disable_mozmimetypes

install -p -m 755 mozpluggerrc-sanitize %{buildroot}%{_bindir}
perl -pi -e \
        "s|\@LIBDIR\@|%{_libdir}|g;\
         s|\@SYSCONFDIR\@|%{_sysconfdir}|g;\
         s|\@PLUGINDIR\@|%{_mozillapath}|g;\
         s|\@BINDIR\@|%{_bindir}|g;" \
                %{buildroot}%{_bindir}/mozpluggerrc-sanitize

%triggerin -- mplayerplugin
[ "$2" -ge 1 ] || exit 0
if [ -r %{_sysconfdir}/mozpluggerrc ]; then
        if [ -x %{_bindir}/disable_mozmimetypes ]; then
                %{_bindir}/disable_mozmimetypes %{_sysconfdir}/mozpluggerrc \
                        application/x-drm-v2 \
                        application/x-mplayer2 \
                        application/x-ogg \
                        application/x-quicktimeplayer \
                        application/x-ms-wmw \
                        application/x-nsv-vp3-mp3 \
                        audio/ogg \
                        audio/wav \
                        audio/x-ms-wax \
                        audio/x-ms-wma \
                        audio/x-wav \
                        video/anim \
                        video/dl \
                        video/fli \
                        video/mp4 \
                        video/mpeg \
                        video/msvideo \
                        video/quicktime \
                        video/sgi-movie \
                        video/x-anim \
                        video/x-dl \
                        video/x-fli \
                        video/x-mpeg \
                        video/x-mpeg2 \
                        video/x-ms-asf \
                        video/x-ms-asf-plugin \
                        video/x-msvideo \
                        video/x-ms-wm \
                        video/x-ms-wmv \
                        video/x-ms-wvx \
                        image/x-macpaint \
                        video/x-quicktime \
                        video/x-sgi-movie
                touch %{_mozillapath}/mozplugger.so
        fi
fi

%triggerun -- mplayerplugin
[ "$2" = "0" ] || exit 0
if [ -r %{_sysconfdir}/mozpluggerrc ]; then
        if [ -x %{_bindir}/enable_mozmimetypes ]; then
                %{_bindir}/enable_mozmimetypes %{_sysconfdir}/mozpluggerrc \
                        application/x-drm-v2 \
                        application/x-mplayer2 \
                        application/x-ogg \
                        application/x-quicktimeplayer \
                        application/x-ms-wmv \
                        application/x-nsv-vp3-mp3 \
                        audio/ogg \
                        audio/wav \
                        audio/x-ms-wax \
                        audio/x-ms-wma \
                        audio/x-wav \
                        video/anim \
                        video/dl \
                        video/fli \
                        video/mp4 \
                        video/mpeg \
                        video/msvideo \
                        video/quicktime \
                        video/sgi-movie \
                        video/x-anim \
                        video/x-dl \
                        video/x-fli \
                        video/x-mpeg \
                        video/x-mpeg2 \
                        video/x-ms-asf \
                        video/x-ms-asf-plugin \
                        video/x-msvideo \
                        video/x-ms-wm \
                        video/x-ms-wmv \
                        video/x-ms-wvx \
                        image/x-macpaint \
                        video/x-quicktime \
                        video/x-sgi-movie
                touch %{_mozillapath}/mozplugger.so
        fi
fi

%triggerpostun -- mplayerplugin
[ "$2" = "0" ] || exit 0
if [ -r %{_sysconfdir}/mozpluggerrc ]; then
        if [ -x %{_bindir}/enable_mozmimetypes ]; then
                %{_bindir}/enable_mozmimetypes %{_sysconfdir}/mozpluggerrc \
                        application/x-drm-v2 \
                        application/x-mplayer2 \
                        application/x-ogg \
                        application/x-quicktimeplayer \
                        application/x-ms-wmv \
                        application/x-nsv-vmp3-mp3 \
                        audio/ogg \
                        audio/wav \
                        audio/x-ms-wax \
                        audio/x-ms-wma \
                        audio/x-wav \
                        video/anim \
                        video/dl \
                        video/fli \
                        video/mp4 \
                        video/mpeg \
                        video/msvideo \
                        video/quicktime \
                        video/sgi-movie \
                        video/x-anim \
                        video/x-dl \
                        video/x-fli \
                        video/x-mpeg \
                        video/x-mpeg2 \
                        video/x-ms-asf \
                        video/x-ms-asf-plugin \
                        video/x-msvideo \
                        video/x-ms-wm \
                        video/x-ms-wmv \
                        video/x-ms-wvx \
                        image/x-macpaint \
                        video/x-quicktime \
                        video/x-sgi-movie
                touch %{_mozillapath}/mozplugger.so
        fi
fi


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.6-1
- (5520c0a) New version 2.1.6
- (5520c0a) Build with system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10968 |14cu|mp3diags-1.3.04-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	MP3Diags
#debuginfo-without-sources
%define debug_package	%{nil}

Name:		mp3diags
Version:	1.3.04
Release:	1
Summary:	Tool for finding and fixing problems in MP3 files
License:	GPLv2+
Group:		Sound
URL:		http://mp3diags.sourceforge.net/
# Switching to unstable to fix upgrade from older package (1.2.276
# while the real current stable is 1.2.03)
Source0:	https://sourceforge.net/projects/mp3diags/files/unstable/mp3diags-src/%{oname}-unstable-%{version}.tar.gz
Source1:	https://sourceforge.net/projects/mp3diags/files/unstable/mp3diags-doc/%{oname}Doc-unstable-%{version}.tar.gz
Patch0:		%{name}-1.3.04-fix-string_not_literal-error.patch
#BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel >= 4.4.0
BuildRequires:	boost-devel >= 1.37
BuildRequires:	boost-static-devel >= 1.37
BuildRequires:	zlib-devel
BuildRequires:	coreutils
BuildRequires:	desktop-file-utils
Suggests:	%{name}-doc

%description
It finds problems in MP3 files and helps the user to fix many of them. Looks
at both the audio part (VBR info, quality, normalization) and the tags
containing track information (ID3). It includes also a tag editor, which can
download album information (including cover art) from MusicBrainz and Discogs,
as well as paste data from the clipboard. Track information can also be
extracted from the file name. Another component is the file renamer, which can
rename files based on the fields in their ID3V2 tags (artist, track number,
album, genre, ...).

%files -f %{name}.lang 
%doc changelog.txt COPYING README.TXT
%exclude %{_docdir}/%{name}/html
%{_iconsdir}/hicolor/*/apps/MP3Diags.png
%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop

##############################################################################

%package -n %{name}-doc

Summary:	HTML documentation for %{name}
Group:		Books/Howtos
Requires:	%{name}

%description
Html documentation for %{name}.

%files -n %{name}-doc
%{_docdir}/%{name}/html

#############################################################################

%prep
%setup -qn %{oname}-unstable-%{version} -a1
%patch0 -p1

# Needed? It seems unused...
perl -pi -e "s|/usr/local/bin|/usr/bin|" Install.sh

# M$ stuff not needed, package neither, that's we are here for, or most of us...
rm -rf Windows package

./AdjustMt.sh
./MakeTranslations.sh


%build
%qmake_qt4
%make


%install
# Creating directory tree
mkdir -p "%{buildroot}%{_bindir}" \
  "%{buildroot}%{_datadir}/applications" \
  "%{buildroot}%{_datadir}/%{name}/translations" \
  "%{buildroot}%{_docdir}/%{name}/html"

# 1. Menu entry
desktop-file-install	--dir=%{buildroot}%{_datadir}/applications -m 0644 \
			--set-icon="%{oname}" --set-name="MP3 Diags" \
			--set-key="Exec" --set-value="%{oname}" \
			desktop/%{oname}-unstable.desktop
mv %{buildroot}%{_datadir}/applications/%{oname}-unstable.desktop %{buildroot}%{_datadir}/applications/%{oname}.desktop

# 2. main executable
install -p -m755 bin/%{oname}-unstable %{buildroot}%{_bindir}/%{oname}

# 3. icons
for i in "16" "22" "24" "32" "36" "40" "48"; do
	mkdir -p "%{buildroot}/usr/share/icons/hicolor/${i}x${i}/apps"
	install -p -m644 "desktop/MP3Diags-unstable${i}.png" "%{buildroot}/usr/share/icons/hicolor/${i}x${i}/apps/MP3Diags.png"
done

# 4. localize
install -p -m644 src/translations/%{name}*.qm %{buildroot}%{_datadir}/%{name}/translations/

# 5. html documentation
install -p -m644 %{oname}Doc-unstable-%{version}/{*.css,*.html,*.png,*.jpg,*.ico} -t %{buildroot}%{_docdir}/%{name}/html

# Get the SVN noise out of the main tree
find %{buildroot}%{_datadir}/%{name}/ -type d -name .svn -exec rm -rf {} 2>/dev/null ';' || :

%find_lang %{name} --with-qt


%changelog

* Tue Aug 09 2016 Giovanni Mariani <mc2374@mclink.it> 1.3.04-1
- (abfaff9) Drop kde4 dependency



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10969 |14cu|mp3packer-2.04-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_lib} == lib
%define binary mp3packer
%else
%define binary mp3packer64
%endif

Summary:	MP3 reorganizer and repacker
Name:		mp3packer
Version:	2.04
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://www.hydrogenaud.io/forums/index.php?showtopic=32379
Source0:	http://dl.dropbox.com/u/5833814/%{name}/%{name}-%{version}_src.zip
Patch0:		mp3packer-2.04-fix-build.patch
BuildRequires:	ocaml
# The source file does not unpack with unzip
BuildRequires:	p7zip

%description
MP3packer is a program which can rearrange the data within an MP3 to fulfill
specific goals. By default, the program generates the smallest MP3 possible
(with the least padding). However, many people also use it to turn VBR files
into CBR for use with players which don't support VBR.

%files
%doc *.html
%{_bindir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -T -c
7z e %{SOURCE0}
%apply_patches
touch .depend


%build
make depend
#make
%make %{binary}

%install
mkdir -p %{buildroot}%{_bindir}/
#cp %%{name} %%{buildroot}%%{_bindir}/%%{name}
cp %{binary} %{buildroot}%{_bindir}/%{name}

%changelog
* Mon Feb 16 2015 Giovanni Mariani <mc2374@mclink.it> 2.04-1
+ Revision: fcf385a
- Updated to release 2.04, taken P0 from Mageia, updated URLs and worked around stupid makefile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10970 |14cu|mp3splt-2.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mp3splt
Summary:	Command line utility to split mp3 and ogg files
Version:	2.6.2
Release:	1
License:	GPLv2+
Group:		Sound
URL:		http://mp3splt.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	gettext >= 0.13.1
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(libmp3splt) >= 0.9.2


%description
Mp3Splt is a command line utility to split MP3 (VBR supported) and Ogg Vorbis
files between a beginning and an end time position, without decoding.

It's very useful to split large mp3/ogg to make smaller files or to split
entire albums to obtain original tracks. If you want to split an album, you
can select split points and filenames manually or you can get them
automatically from CDDB (internet or a local file) or from .cue files. 
It supports also automatic silence split, that can be used also to adjust
cddb/cue splitpoints. Otherwise if you have a file created either with
Mp3Wrap or AlbumWrap you can extract tracks just in few seconds.


%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_mandir}/man1/flacsplt.*
%{_mandir}/man1/mp3splt.*
%{_mandir}/man1/oggsplt.*

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x \
	--enable-oggsplt_symlink \
	--enable-flacsplt_symlink \
	--disable-rpath
%make


%install
%makeinstall_std

%find_lang %{name}


%changelog
* Mon Feb 16 2015 Giovanni Mariani <mc2374@mclink.it> 2.6.2-1
+ Revision: 126778f
- Updated to release 2.6.2, fixed file list



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10971 |14cu|mp3splt-gtk-0.9.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with docs

Summary:	GTK3 utility to split MP3 and Ogg Files without decoding
Name:		mp3splt-gtk
Version:	0.9.2
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://mp3splt.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/mp3splt/%{name}-%{version}.tar.gz
Patch0:		%{name}-0.8.2-fix-format-string-error.patch
BuildRequires:	desktop-file-utils
%if %{with docs}
BuildRequires:	doxygen
BuildRequires:	graphviz
%endif
BuildRequires:	rarian
BuildRequires:	pkgconfig(audclient)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.2
BuildRequires:	pkgconfig(libmp3splt) >= 0.9.2
BuildRequires:	pkgconfig(libpng)

%description
This package contains a GTK3 utility to split mp3 and ogg files selecting a
begin and an end time position, without decoding. It is very useful to split
large mp3/ogg to make smaller files or to split entire albums to obtain
original tracks.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}*.*
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.*

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
%if %{with docs}
	--enable-doxygen_doc \
%else
	--disable-doxygen_doc \
%endif
	--disable-rpath
%make


%install
%makeinstall_std

# desktop file
mkdir -p %{buildroot}%{_datadir}/applications/
desktop-file-install \
	%{name}.desktop \
	--dir %{buildroot}%{_datadir}/applications/ \
	--remove-category=Application

%find_lang %{name} --with-gnome

%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.2-2
- (160dbc9) Build requires pkgconfig(audclient) instead of pkgconfig(audacious) now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10972 |14cu|mp-5.2.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without	kde4
%define		basever	5

Name:		mp
Version:	5.2.10
Release:	1
Summary:	Minimum Profit - Programmer Text Editor	
Group:		Editors 
License:	GPL
URL:		http://triptico.com
Source0:	http://triptico.com/download/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	qt4-devel
%if %with kde4
BuildRequires:	kdelibs4-devel
%endif
Provides:	minimum-profit = %{EVRD}
Patch0:		mp-5.2.1-prll.patch


%description

Minimum Profit (mp) is a text editor for programmers. Among its features
are the following:

 - Fully scriptable using a C-like scripting language.
 - Unlimited undo levels.
 - Complete Unicode support.
 - Multiple files can be edited at the same time and blocks copied
   and pasted among them.
 - Syntax highlighting for many popular languages / file formats: C, C++,
   Perl, Shell Scripts, Ruby, Php, Python, HTML...
 - Creative use of tags: tags created by the external utility _ctags_
   are used to move instantaneously to functions or variables inside
   your current source tree. Tags are visually highlighted (underlined),
   and symbol completion can be triggered to avoid typing your own function
   names over and over.


%prep
%setup -q
%patch0 -p1

%build
./config.sh --prefix="%{_prefix}" --without-win32 \
%if %with kde4
	--with-kde4 \
%endif
	%{nil}

make MOC=%{qt4bin}/moc

%install
mkdir -p %{buildroot}/%{_bindir}
%makeinstall_std

%files
%doc COPYING README
%{_bindir}/%{name}-%{basever}
%{_bindir}/mpsl
%{_mandir}/man1/%{name}-%{basever}.*
%{_docdir}/%{name}-%{basever}
%{_datadir}/%{name}-%{basever}
%{_datadir}/locale/

%changelog

* Wed Oct 07 2015 Denis Silakov <dsilakov@gmail.com> 5.2.10-1
- (0628d69) Updated to 5.2.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10973 |14cu|mpc-0.27-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A command-line client for MPD
Name:		mpc
Version:	0.27
Release:	1
License:	GPLv2+
Group:		Sound
URL:		http://www.musicpd.org/
Source0:	http://www.musicpd.org/download/mpc/0/%{name}-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
# Requires:	mpd
BuildRequires:	pkgconfig(libmpdclient) >= 2.3

%description
A command line tool to interface MPD. Scriptable.
Features:
* Bash tab completion
* Can pipe output of other commands into mpc.

%files
%doc README AUTHORS COPYING doc/*.sh
%{_sysconfdir}/bash_completion.d/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

# Fix perms
chmod 0755 doc/mpd-{m3u,pls}-handler.sh


%build
%configure2_5x
%make


%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
cp doc/%{name}-completion.bash %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}

rm -rf %{buildroot}%{_docdir}/%{name}/

%changelog

* Tue Aug 09 2016 Giovanni Mariani <mc2374@mclink.it> 0.27-1
- (a66d347) Updated to release 0.27, added S100 to fix wrong rpmlint warning



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10974 |14cu|mpd-0.19.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#####################
# Hardcode PLF build
%define build_plf 0
#####################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	MPD, the Music Player Daemon
Name:		mpd
Version:	0.19.14
Release:	1%{?extrarelsuffix}
License:	GPLv2+
Group:		Sound
Url:		http://www.musicpd.org/
Source0:	http://www.musicpd.org/download/mpd/0.19/%{name}-%{version}.tar.xz
Source1:	%{name}.conf
Source2:	%{name}.tmpfiles.d
Source3:	%{name}.logrotate
Source100:	%{name}.rpmlintrc
BuildRequires:	avahi-common-devel
BuildRequires:	boost-devel >= 1.54
BuildRequires:	ffmpeg-devel
%if %{build_plf}
BuildRequires:	lame-devel
BuildRequires:	libfaad2-devel
%endif
BuildRequires:	libgme-devel
BuildRequires:	libmp4v2-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	wildmidi-devel
BuildRequires:	wrap-devel
BuildRequires:	pkgconfig(adplug)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(atomic_ops)
BuildRequires:	pkgconfig(audiofile) >= 0.3
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(flac) >= 1.2
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(fluidsynth) >= 1.1
BuildRequires:	pkgconfig(glib-2.0) >=, 2.28
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(libcurl) >= 7.18
BuildRequires:	pkgconfig(libffado)
BuildRequires:	pkgconfig(libiso9660)
BuildRequires:	pkgconfig(libmikmod)
BuildRequires:	pkgconfig(libmms) >= 0.4
BuildRequires:	pkgconfig(libmodplug)
# This one is in Contrib
#BuildRequires:	pkgconfig(libmpdclient) >= 2.2
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libnfs)
BuildRequires:	pkgconfig(libpulse) >= 0.9.16
BuildRequires:	pkgconfig(libsidplay2)
BuildRequires:	pkgconfig(libsidutils)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libupnp)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(samplerate) >= 0.1.3
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(smbclient) >= 0.2
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(soxr)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(twolame)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(yajl) >= 2.0
BuildRequires:	pkgconfig(zziplib) >= 0.13
Requires(pre,post,preun,postun):	rpm-helper
Requires(post):		systemd

%description
Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg
Vorbis, FLAC, Mod, and wave files) and managing play-lists. MPD is designed
for integrating a computer into a stereo system that provides control for music
playback over a local network. It is also makes a great desktop music player,
especially if you are a console junkie, like front-end options, or restart X
often.

%if %{build_plf}
This package is in Restricted repository because it is built with AAC support
of libfaad2, which is patent-protected.
%endif

%files
%doc AUTHORS COPYING README NEWS doc/mpdconf.example
%{_bindir}/%{name}
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_tmpfilesdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(-,mpd,root) %config(noreplace) %{_sysconfdir}/%{name}.conf
%defattr(644,mpd,audio)
%attr(755,mpd,audio) %dir %{_localstatedir}/lib/%{name}
%attr(755,mpd,audio) %dir %{_localstatedir}/lib/%{name}/music
%attr(755,mpd,audio) %dir %{_localstatedir}/lib/%{name}/playlists
%ghost %{_localstatedir}/lib/%{name}/%{name}.db
%ghost %{_localstatedir}/lib/%{name}/mpdstate
%ghost %attr(755,mpd,audio) %dir /var/log/%{name}
%ghost %attr(755,mpd,audio) %dir /var/run/%{name}
%ghost /var/log/%{name}/%{name}.log
%ghost /var/log/%{name}/%{name}.error
%attr(644,root,root) /lib/systemd/system/%{name}.service
%attr(644,root,root) /lib/systemd/system/%{name}.socket

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false
usermod -g audio %{name}

%post
if [ $1 -eq 1 ]
then
%create_ghostfile %{_localstatedir}/lib/%{name}/%{name}.db mpd audio 644
%create_ghostfile %{_localstatedir}/lib/%{name}/mpdstate mpd audio 644
%create_ghostfile %{_localstatedir}/log/%{name}/%{name}.log mpd audio 644
%create_ghostfile %{_localstatedir}/log/%{name}/%{name}.error mpd audio 644
fi
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -vfi
# 0.19.12: sidplay option makes the build fail:
# because it does not find libresid-builder library
# (provided by %%libsidplay2-devel package) even if installed;
# It also does not find libmpcdec even if installed (%%libmpcdec):
# it lacks mpc_demux_init (too old?)

# See http://bugs.musicpd.org/view.php?id=4484:
# the %%{_libidir}/mad.h file from libmad conflicts with the file
# %%{_libdir}/adplug/mad.h from libadplug.
# Override pkgconfig file to force the use of the right one and enable mad option.
export MAD_LIBS="-L%{_libdir} -lmad -lm" MAD_CFLAGS="-include %{_includedir}/mad.h"
%configure2_5x \
	--with-systemdsystemunitdir=%{_unitdir} \
	--with-zeroconf=auto \
	--enable-adplug \
	--enable-alsa \
	--enable-ao \
	--enable-audiofile \
	--enable-cdio-paranoia \
	--enable-curl \
	--enable-expat \
	--enable-flac \
	--enable-ffmpeg \
	--enable-fluidsynth \
	--enable-gme \
	--enable-icu \
	--enable-id3 \
	--enable-iso9660 \
	--enable-jack \
	--enable-soundcloud \
	--enable-lsr \
	--enable-mad \
	--enable-mikmod \
	--enable-mms \
	--enable-modplug \
	--enable-mpg123 \
	--enable-nfs \
	--enable-openal \
	--enable-opus \
	--enable-pulse \
	--enable-recorder-output \
	--disable-roar \
	--enable-shout \
	--disable-sidplay \
	--enable-smbclient \
	--enable-sndfile \
	--enable-soxr \
	--enable-twolame-encoder \
	--enable-upnp \
	--enable-vorbis \
	--enable-vorbis-encoder \
	--enable-wave-encoder \
	--enable-wavpack \
	--enable-wildmidi \
	--enable-zzip \
%if !%{build_plf}
	--disable-aac \
	--disable-lame-encoder \
%endif
	--enable-sqlite
%make


%install
%makeinstall_std

mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}
touch %{buildroot}%{_localstatedir}/lib/%{name}/%{name}.db
touch %{buildroot}%{_localstatedir}/lib/%{name}/mpdstate
mkdir -p %{buildroot}%{_localstatedir}/log/%{name}
touch %{buildroot}%{_localstatedir}/log/%{name}/%{name}.log
touch %{buildroot}%{_localstatedir}/log/%{name}/%{name}.error
mkdir -p %{buildroot}%{_localstatedir}/run/%{name}
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/playlists
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/music
mkdir -p %{buildroot}/lib/systemd/system

install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}.conf
install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
rm -rf %{buildroot}%{_docdir}/mpd

install -p -D -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%changelog

* Tue Jun 07 2016 dsilakov <denis.silakov@rosalab.ru> 0.19.14-1
- (7d7a697) Merge pull request #1 from alzim/mpd:rosa2014.1
- (7d7a697) Updated to 0.19.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10975 |14cu|mpeg-stat-2.2b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MPEG-1 video analyser
Name:		mpeg-stat
Version:	2.2b
Release:	4
License:	BSD
Group:		Video
Url:		http://bmrc.berkeley.edu/research/mpeg/
Source0:	mpeg_stat-%{version}-src.tar.gz
#http://bmrc.berkeley.edu/ftp/pub/multimedia/mpeg/stat/mpeg_stat-2.2b-src.tar.gz

%description
MPEG_STAT gathers all lot of statistics (e.g., bitrate, real Q-scale
information, detailed motion vector/cbp information, constrained parameter
checking, etc.).

%files
%doc BUGS CHANGES COPYRIGHT README
%{_bindir}/mpeg_stat
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -qn mpeg_stat

%build
%make mpeg_stat \
	DEBUGFLAG="%{optflags}"

%install
install -D -m 755 mpeg_stat %{buildroot}%{_bindir}/mpeg_stat
install -D -m 644 mpeg_stat.1 %{buildroot}%{_mandir}/man1/mpeg_stat.1


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2b-4
- (7830b65) Build with system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10976 |14cu|mpqc-2.3.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		7
%define	libname		%mklibname SC %{major}
%define develname	%mklibname SC -d

Summary:	Ab-inito chemistry program
Name:		mpqc
Version:	2.3.1
Release:	16
License:	GPLv2+
Group:		Sciences/Chemistry
Source0:	http://prdownloads.sourceforge.net/mpqc/%name-%version.tar.bz2
Patch0:		mpqc-2.3.1-fix-sc-config.patch
URL:		http://mpqc.org/
BuildRequires:	flex bison lapack-devel
BuildRequires:	gcc-gfortran tk blas-devel mpich2-devel doxygen
BuildRequires:	autoconf
BuildConflicts:	gcc3.3-g77

%description
MPQC is the Massively Parallel Quantum Chemistry Program. It computes 
properties of atoms and molecules from first principles using the time 
independent SchrÃ¶dinger equation. It runs on a wide range of architectures 
ranging from individual workstations to symmetric multiprocessors to 
massively parallel computers. Its design is object oriented, using the C++ 
programming language.

If you want to use this program on a distributed (parallel) network, you'll 
also have to install the libmpich package.

%package data
Summary:	Atom info and basis sets from MPQC
Group:		Sciences/Chemistry

%description data
Atom info and basis sets from MPQC.

%package html
Summary:	HTML documentation for MPQC
Group:		Sciences/Chemistry

%description html
This package contains the full documentation for MPQC that can be viewed
with a graphical browser like Mozilla.
 
%package -n molrender
Summary:	Graphical molecular rendering program
Group:		Sciences/Chemistry

%description -n molrender
This package graphically renders 3D molecules based on the output of 
computational chemistry packages like mpqc.

%package -n %{libname}
Summary:	Main libraries for %{name}
Group:		System/Libraries
Requires:	%{name}-data

%description -n %{libname}
This package contains the library needed to run programs dynamically linked 
with %libname, the scientific computing toolkit, based on mpqc computational 
chemistry package from Sandia Labs.

%package -n %{develname}
Summary:	Main libraries for %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	libSC-devel
Provides:	SC-devel

%description -n %{develname}
This package contains the library needed to run programs dynamically linked
with %libname, the scientific computing toolkit, based on mpqc computational
chemistry package from Sandia Labs.

%prep
%setup -q
%apply_patches

%build
sed -i -e 's,prefix\/lib,prefix\/%{_lib},g' configure.in
autoconf
%configure2_5x \
	--enable-shared \
	--disable-static \
	--enable-threads
make
cd doc
%make
make man1
make man3

%install
echo hello
make install installroot=%{buildroot}
make install_devel installroot=%{buildroot}
cp -r doc/man %{buildroot}%{_datadir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Molrender
Comment=Ab-inito chemistry program
Exec=%{_bindir}/tkmolrender
Icon=sciences_section
Terminal=false
Type=Application
Categories=Science;Chemistry;
EOF

# inelegant workaround to fix sc-config
sed -i -e 's:libSCdft.la libSCscf.la libSCwfn.la:libSCwfn.la libSCdft.la libSCscf.la:' %{buildroot}%{_bindir}/sc-config

%multiarch_binaries %{buildroot}%{_bindir}/sc-config

# To fix unstripped-binary-or-object error
chmod 0755 %{buildroot}%{_libdir}/lib*.so.%{major}*

%files
%doc CHANGES CITATION LICENSE README
%{_bindir}/mpqc
%{_bindir}/chkmpqcout
%{_bindir}/scls
%{_bindir}/scpr
%{_bindir}/*run
%{_mandir}/man1/mpqc*
%{_mandir}/man1/scls*
%{_mandir}/man1/scpr*

%files data
%{_datadir}/%{name}

%files html
%doc doc/html

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_bindir}/sc-*
%{multiarch_bindir}/sc-config
%{_libdir}/lib*.so
%{_includedir}/*
%{_mandir}/man1/sc-*
%{_mandir}/man3/*

%files -n molrender
%{_bindir}/molrender
%{_bindir}/tkmolrender
%{_datadir}/applications/mandriva-%{name}.desktop
%{_mandir}/man1/molrender*


%changelog
* Thu Oct 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-16
+ Revision: f2346bb
- Fix sc-config after removal of static libs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10977 |14cu|mpv-0.25.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# enable git here
%bcond_with git

%if %{with git}
%define git 20150901
%define release 0.%{git}.69
%else
%define release 3
%endif

%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define wafver 1.9.10

Summary:	Movie player playing most video formats and DVDs
Name:		mpv
Version:	0.25.0
Release:	%{release}
License:	GPLv2+
Group:		Video
Url:		http://%{name}.io/
%if %{with git}
Source0:	%{name}-%{git}.tar.gz
%else
Source0:	https://github.com/%{name}-player/%{name}/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
%endif
Source1:	https://waf.io/waf-%{wafver}
Source2:	https://raw.githubusercontent.com/sanjayankur31/rpmfusion-appdata/master/appdata-extra-free/desktop/mpv.appdata.xml
BuildRequires:	desktop-file-utils
BuildRequires:	appstream-util
BuildRequires:	hicolor-icon-theme
BuildRequires:	imagemagick
BuildRequires:	linux-userspace-headers
BuildRequires:	python-docutils
BuildRequires:	python-rst2pdf
BuildRequires:	texlive-caption
BuildRequires:	texlive-latex
BuildRequires:	texlive-cmap
BuildRequires:	texlive-preprint
BuildRequires:	yasm
BuildRequires:	ladspa-devel
BuildRequires:	ffmpeg-devel >= 3.2.2
BuildRequires:	jpeg-devel
BuildRequires:	krb5-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(caca)
BuildRequires:	pkgconfig(dri)
BuildRequires:	pkgconfig(dvdnav)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(egl) >= 10.5.3
BuildRequires:	pkgconfig(enca)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libass) >= 0.12.1
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libbs2b)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcdio_cdda)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(libguess)
BuildRequires:	pkgconfig(libiso9660)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libmng)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	quvi-devel
BuildRequires:	pkgconfig(libudf)
BuildRequires:	pkgconfig(libv4lconvert)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libva-x11)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(luajit)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(ptlib)
BuildRequires:	pkgconfig(rubberband) >= 1.8.0
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(uchardet)
BuildRequires:	pkgconfig(vapoursynth) >= 26
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(wayland-egl) >= 10.5.3
BuildRequires:	pkgconfig(wayland-client) >= 1.7.0
BuildRequires:	pkgconfig(wayland-cursor) >= 1.7.0
BuildRequires:	pkgconfig(wayland-scanner) >= 1.7.0
BuildRequires:	pkgconfig(wayland-server) >= 1.7.0
BuildRequires:	wayland-tools >= 1.7.0
#
#those are in plf,enabled in rosalinuxro build
#BuildRequires:	pkgconfig(x265)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xkbcommon)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libarchive)

Requires:	hicolor-icon-theme
Requires:	%{libname} = %{EVRD}
Suggests:	youtube-dl

%description
Mpv is a movie player based on MPlayer and mplayer2. It supports a wide variety
of video file formats, audio and video codecs, and subtitle types. Special
input URL types are available to read input from a variety of sources other
than disk files. Depending on platform, a variety of different video and audio
output methods are supported.

%files
%doc LICENSE README.md Copyright etc/mpv.conf etc/input.conf
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.*
%dir %{_datadir}/zsh/site-functions
%{_datadir}/zsh/site-functions/_mpv
%{_mandir}/man1/%{name}.*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/encoding-profiles.conf
%{_iconsdir}/hicolor/symbolic/apps/mpv-symbolic.svg
%{_appdatadir}/%{name}.appdata.xml

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Mpv is a movie player based on MPlayer and mplayer2. It supports a wide variety
of video file formats, audio and video codecs, and subtitle types. Special
input URL types are available to read input from a variety of sources other
than disk files. Depending on platform, a variety of different video and audio
output methods are supported.

%files -n %{libname}
%doc LICENSE README.md Copyright
%{_libdir}/libmpv.so.%{major}*
%{_libdir}/mpv/*.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(vapoursynth)
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Mpv is a movie player based on MPlayer and mplayer2. It supports a wide variety
of video file formats, audio and video codecs, and subtitle types. Special
input URL types are available to read input from a variety of sources other
than disk files. Depending on platform, a variety of different video and audio
output methods are supported.

%files -n %{devname}
%doc LICENSE README.md Copyright
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_includedir}/%{name}/*.hpp
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%if %{with git}
%setup -qn %{name}-%{git}
%else
%setup -q
%endif
cp -R %{SOURCE1} waf && chmod +x waf

%build
LDFLAGS="%{ldflags} -lSDL" \
  CCFLAGS="%{optflags}" \
  ./waf configure \
	--prefix="%{_prefix}" \
	--bindir="%{_bindir}" \
	--mandir="%{_mandir}" \
	--libdir="%{_libdir}" \
	--docdir="%{_docdir}/%{name}" \
	--confdir="%{_sysconfdir}/%{name}" \
	--disable-build-date \
	--enable-openal \
	--enable-cdda \
	--enable-libmpv-shared \
	--enable-sdl2 \
	--enable-pdf-build \
	--enable-zsh-comp \
	--enable-vf-dlopen-filters \
	--enable-encoding \
	--enable-libarchive \
	--enable-wayland


./waf build --verbose

%install
./waf --destdir=%{buildroot} install

# appdata
mkdir -p %{buildroot}%{_appdatadir}
install -m 0644 %{SOURCE2} %{buildroot}%{_appdatadir}/

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10978 |14cu|mrrescue-1.02e-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           mrrescue
Version:        1.02e
Release:        1
Summary:        Action game where you evacuate civilians from burning buildings
Group:          Games/Arcade
License:        zlib
Url:            http://tangramgames.dk/games/mrrescue/
Source0:        https://github.com/SimonLarsen/mrrescue/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires:  zip
BuildRequires:  imagemagick
Requires:       love >= 0.10
BuildArch:      noarch

%description
Mr. Rescue is an arcade styled 2d action game centered around
evacuating civilians from burning buildings.

The game features fast paced fire extinguishing action,
intense boss battles, a catchy soundtrack and lots of throwing people
around in pseudo-randomly generated buildings.

%files
%doc LICENSE README.md
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/%{name}.love
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
# Create data
zip -9 -q -r %{name}.love .
install -D -m 644 %{name}.love %{buildroot}%{_gamesdatadir}/%{name}/%{name}.love

# wrapper
mkdir -p %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name}<< EOF
#!/bin/sh
love %{_gamesdatadir}/%{name}/%{name}.love
EOF
chmod 0755 %{buildroot}%{_gamesbindir}/%{name}

# Desktop entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Mr. Rescue
Comment=Evacuate civilians from burning buildings
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size data/splash.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done



%changelog

* Mon Apr 24 2017 abfonly <abfonly@gmail.com> 1.02e-1
- (c5749eb) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10979 |14cu|ms-sys-2.5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Create DOS/MS-compatible boot records
Name:		ms-sys
Version:	2.5.3
Release:	1
License:	GPLv2
Group:		System/Configuration/Boot and Init 
URL:		http://ms-sys.sourceforge.net/
Source0:	http://dl.sf.net/ms-sys/ms-sys-%{version}.tar.gz
Patch0:		ms-sys-2.3.0_mandir.patch
BuildRequires:	gettext

%description
This program is used to create DOS/MS-compatible boot records. It is
able to do the same as Microsoft "fdisk /mbr" to a hard disk. It is
also able to do the same as DOS "sys" to a floppy or FAT32 partition
except that it does not copy any system files, only the boot record is
written.

%prep
%setup -q
%apply_patches

%build
%make debug \
	CC="${CC:-%{__cc}}" \
	EXTRA_CFLAGS="%{optflags} -fasm" \
	EXTRA_LDFLAGS="%{optflags}"

%install
make install \
	DESTDIR=%{buildroot} \
	PREFIX="%{_prefix}" \

%find_lang %{name}

%files -f %{name}.lang
%doc CHANGELOG CONTRIBUTORS COPYING README TODO
%{_bindir}/ms-sys
%{_mandir}/man1/ms-sys.1*
%{_mandir}/de/man1/ms-sys.1.*
%{_mandir}/fr/man1/ms-sys.1.*
%{_mandir}/sv/man1/ms-sys.1.*
%changelog

* Wed May 04 2016 dsilakov <denis.silakov@rosalab.ru> 2.5.3-1
- (45c6b65) Merge pull request #1 from tremod/ms-sys:rosa2014.1
- (45c6b65) Update to 2.5.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10980 |14cu|mt7601u-20150729-1.gitae46ece5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Project on GitHub
%define pname mt7601u

# Revision from the upstream git repository and the date of that revision.
%define git_rev		ae46ece5
%define git_date	20150729

# The firmware
%define fw_name_raw MT7601.bin

%define _enable_debug_packages	%{nil}
%define debug_package	%{nil}


Summary:	Driver for Mediatek/Ralink MT7601 USB WiFi devices
Name:		mt7601u
Version:	%{git_date}
Release:	1.git%{git_rev}
Source0:	%{pname}-%{git_rev}.tar.xz
Source1:	https://github.com/porjo/mt7601/blob/master/src/mcu/bin/%{fw_name_raw}
License:	GPLv2
Group:		System/Kernel and hardware
URL:		https://github.com/kuba-moo/mt7601u


%description
This package contains the mac80211-based driver for Mediatek MT7601U USB bgn
WiFi dongle. Kernels from 3.19 to 4.1 inclusive are supported. The driver is
included into kernel 4.2.


%package -n dkms-%{name}
Summary:	Driver for Mediatek/Ralink MT7601 USB WiFi devices
Group:		System/Kernel and hardware
Requires(post,preun):	dkms
Requires:	dkms

%description -n dkms-%{name}
This package contains the mac80211-based driver for Mediatek MT7601U USB bgn
WiFi dongle. Kernels from 3.19 to 4.1 inclusive are supported. The driver is
included into kernel 4.2.


%prep
%setup -q -n %{pname}-%{git_rev}

%build

%install

# Sources to be used by DKMS
mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
cp -R *.c *.h Kbuild README.md \
  %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/

mkdir -p %{buildroot}/lib/firmware/
install -m 644 %{SOURCE1} %{buildroot}/lib/firmware/mt7601u.bin

cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/dkms.conf << EOF
MAKE="make -C \$kernel_source_dir M=\\\$(pwd)"
PACKAGE_NAME=%{name}
PACKAGE_VERSION=%{version}-%{release}
DEST_MODULE_LOCATION=/kernel/3rdparty/%{name}
BUILT_MODULE_NAME=%{name}
AUTOINSTALL=yes
EOF

%post -n dkms-%{name}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{release}
/usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{release}
/usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{release}


%preun -n dkms-%{name}
# rmmod can fail
/sbin/rmmod %{name} >/dev/null 2>&1
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{release} --all || :


%files -n dkms-%{name}
%doc README.md
%dir %{_usr}/src/%{name}-%{version}-%{release}
%{_usr}/src/%{name}-%{version}-%{release}/*
/lib/firmware/mt7601u.bin

%changelog

* Fri Aug 21 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 20150729-1.gitae46ece5
- (d024a17) Fixed the file in .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10981 |14cu|mt7630e-2.3.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrev dfef2af
%define gitdate 20161020

# How to prepare the source archive from the git tree:
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix mt7630e-${date}-git${hash}/ ${hash} \
#	| xz -7e > ../mt7630e-${date}-git${hash}.tar.xz

%define firmware_dir /lib/firmware/

%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	Driver for Mediatek MT7630E Wireless LAN
Name:		mt7630e
Version:	2.3.9
Release:	1
License:	GPLv2
Group:		System/Kernel and hardware
URL:		https://github.com/benjarobin/MT7630E
Source0:	%{name}-%{gitdate}-git%{gitrev}.tar.xz
Source1:	%{name}.rpmlintrc
Source2:	Makefile
Patch0:		Fix-bug-for-kernel-4.10-which-is-due-to-the-WDS-bein.patch

%description
This package contains the driver for MT7630E wireless LAN adapter
by Mediatek.


%package -n dkms-%{name}
Summary:	Driver for Mediatek MT7630E Wireless LAN
Group:		System/Kernel and hardware
Requires(post):		dkms
Requires(preun):	dkms
Requires:	%{name}-firmware


%description -n dkms-%{name}
This package contains the driver for MT7630E wireless LAN adapter
by Mediatek.

%files -n dkms-%{name}
%doc LICENSE README.md
%dir %{_usr}/src/%{name}-%{version}-%{release}
%{_usr}/src/%{name}-%{version}-%{release}/*

#---------------------------------------------------------------------------

%package -n %{name}-firmware
Summary:	Firmware for Mediatek MT7630E Wireless LAN driver
Group:		System/Kernel and hardware

%description -n %{name}-firmware
Firmware for Mediatek MT7630E Wireless LAN driver.

%files -n %{name}-firmware
%{firmware_dir}/MT7650E234.bin
%{firmware_dir}/mt76x0.bin

#---------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{gitdate}-git%{gitrev}
%apply_patches


%build


%install

# install dkms sources
mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
cp -R btloader rt2x00 %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/
cp %{SOURCE2} %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/

cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/dkms.conf << EOF
MAKE="make"
PACKAGE_NAME=%{name}
PACKAGE_VERSION=%{version}-%{release}
BUILT_MODULE_NAME[0]=%{name}
BUILT_MODULE_LOCATION[0]="rt2x00/"
BUILT_MODULE_NAME[1]=mt76xx
BUILT_MODULE_LOCATION[1]="btloader/"
DEST_MODULE_LOCATION[0]=/kernel/3rdparty/%{name}
DEST_MODULE_LOCATION[1]=/kernel/3rdparty/%{name}
AUTOINSTALL="yes"
EOF

# install the firmware
mkdir -p %{buildroot}%{firmware_dir}
install -m 644 firmware/BT/mt76x0.bin %{buildroot}%{firmware_dir}
install -m 644 firmware/Wi-FI/MT7650E234.bin %{buildroot}%{firmware_dir}


%post -n dkms-%{name}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{release}


# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
	kk=$(echo $kk | sed 's/^\/lib\/modules\///');
	if test -d "/lib/modules/$kk/build"; then
		/usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{release} -k $kk &&
		/usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{release} -k $kk || true
	else
		echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
	fi;
done


%preun -n dkms-%{name}
# rmmod can fail (e.g. if the module is not loaded), but it should not stop
# deinstallation.
/sbin/rmmod %{name} >/dev/null 2>&1 || true
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{release} --all || true

%changelog

* Sun Jul 02 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.3.9-1
- (231bc1d) Added an upstream patch to fix some issues with kernel 4.10+
- (231bc1d) The patch also bumps driver version to 2.3.9.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10982 |14cu|mtd-utils-1.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities for dealing with MTD (flash) devices
Name:		mtd-utils
Version:	1.5.2
Release:	1
License:	GPLv2+
Group:		Development/Other
URL:		http://www.linux-mtd.infradead.org
Source0:	ftp://ftp.infradead.org/pub/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	zlib-devel
BuildRequires:	libuuid-devel
BuildRequires:	liblzo-devel
BuildRequires:	acl-devel

%description
The mtd-utils package contains utilities related to handling MTD devices,
and for dealing with FTL, NFTL JFFS2 etc.

%files
%doc COPYING device_table.txt
%{_sbindir}/doc*
%{_sbindir}/flash*
%{_sbindir}/mtdinfo
%{_sbindir}/mtdpart
%{_sbindir}/ftl*
%{_sbindir}/jffs2dump
%{_sbindir}/jffs2reader
%{_sbindir}/mkfs.jffs2
%{_sbindir}/mtd_debug
%{_sbindir}/nand*
%{_sbindir}/nftl*
%{_sbindir}/recv_image
%{_sbindir}/rfd*
%{_sbindir}/serve_image
%{_sbindir}/sumtool
%{_mandir}/*/*

#--------------------------------------------------------------------------

%package ubi
Summary:	Utilities for dealing with UBI
Group:		Development/Other

%description ubi
The mtd-utils-ubi package contains utilities for manipulating UBI on 
MTD (flash) devices.

%files ubi
%{_sbindir}/mkfs.ubifs
%{_sbindir}/ubiattach
%{_sbindir}/ubicrc32
%{_sbindir}/ubidetach
%{_sbindir}/ubiformat
%{_sbindir}/ubiupdatevol
%{_sbindir}/ubirsvol
%{_sbindir}/ubirmvol
%{_sbindir}/ubirename
%{_sbindir}/ubinize
%{_sbindir}/ubinfo
%{_sbindir}/ubimkvol
%{_sbindir}/ubiblock
 
#--------------------------------------------------------------------------

%prep
%setup -q

%build
%make

%install
%makeinstall_std

%changelog

* Mon Oct 03 2016 alzim <alzim@bk.ru> 1.5.2-1
- (f1526b1) Merge pull request #2 from import/mtd-utils:rosa2016.1
- (f1526b1) Updated to 1.5.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10983 |14cu|mtpaint-3.40-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple painting program
Name:		mtpaint
Version:	3.40
Release:	6
License:	GPLv3+
Group:		Graphics
Url:		http://mtpaint.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
# Fedora patches
Patch0:		mtpaint-3.40-xdg-open.patch
Patch1:		mtpaint-3.40-strip.patch
Patch2:		mtpaint-3.40-png.patch
# Giflib 5.1 support
Patch3:		mtpaint-3.40-giflib5.1.patch
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libtiff-4)
Requires:	ungifsicle

%description
A simple painting program to easily create pixel art and manipulate digital 
photos.

%files -f %{name}.lang
%doc COPYING README NEWS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-screenshot.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1
%patch3 -p1

%build
%ifarch x86_64
%define	arch	x86-64
%endif

%ifarch %{ix86}
%define	arch	i586
%endif

%configure2_5x \
	--cpu=%{arch} \
	intl \
	man \
	gtkfilesel \
	nojp2 \
	cflags \
	CFLAGS="%{optflags}"

%make

%install
%makeinstall_std

#screenshot menu entry
cat > %{buildroot}%{_datadir}/applications/%{name}-screenshot.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Get Screenshot
Comment=%{summary}
Exec=%{_bindir}/%{name} -s
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Graphics;X-MandrivaLinux-Multimedia-Graphics;
EOF

%find_lang %{name}


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.40-6
- (261bcc6) Build with system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10984 |14cu|mtpfs-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	FUSE filesystem that supports MTP devices
Name:		mtpfs
Version:	1.1
Release:	3
License:	GPLv2+
Group:		File tools
URL:		http://www.adebenham.com/mtpfs
Source0:	http://www.adebenham.com/files/mtp/%{name}-%{version}.tar.gz
BuildRequires:	libmtp-devel >= 0.3.0
BuildRequires:	fuse-devel
BuildRequires:	libmad-devel
BuildRequires:	id3tag-devel
BuildRequires:	glib2-devel
Requires:	fuse

%description
MTPfs is a FUSE filesystem that supports reading and writing from any
MTP device supported by libmtp.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS NEWS README
%{_bindir}/%{name}



%changelog

* Mon Nov 09 2015 Denis Silakov <dsilakov@gmail.com> 1.1-3
- (59368d2) Updated upstream URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10985 |14cu|mtr-0.87-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ping/Traceroute network diagnostic tool
Name:		mtr
Version:	0.87
Release:	1
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.bitwizard.nl/mtr
Source0:	ftp://ftp.bitwizard.nl/mtr/%{name}-%{version}.tar.gz
Patch0:		mtr-0.71-underflow.patch
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ncurses)

%description
Mtr is a network diagnostic tool which combines Ping and Traceroute into one
program. Mtr also has two interfaces: An ncurses interface, useful for using
Mtr from a telnet session and a Gtk interface if you are using X.

%files
%doc AUTHORS COPYING FORMATS NEWS README SECURITY TODO
%attr(4755,root,ntools) %{_bindir}/mtr
%attr(4755,root,ntools) %{_sbindir}/mtr
%{_mandir}/*/*

#----------------------------------------------------------------------------

%package gtk
Summary:	Ping/Traceroute network diagnostic tool - GTK Interface
Group:		Networking/Other
Requires:	mtr

%description gtk
This is the Gtk interface for the mtr network diagnostic tool.

%files gtk
%doc AUTHORS COPYING FORMATS NEWS README SECURITY TODO
%attr(4755,root,ntools) %{_bindir}/xmtr
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .underflow
touch ChangeLog

%build
autoreconf -fi
%configure2_5x \
	--with-gtk2

%make && mv mtr xmtr && make clean

# mmm, broken configure script
#export GTK_CONFIG=/dev/null 
%configure2_5x \
	--without-gtk

%make

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}
install -d %{buildroot}%{_menudir}

%makeinstall_std

# convert the icon
convert img/mtr_icon.xpm -size 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert img/mtr_icon.xpm -size 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert img/mtr_icon.xpm -size 48x48 %{buildroot}%{_liconsdir}/%{name}.png

install -m755 xmtr %{buildroot}%{_bindir}/

ln -s ../sbin/mtr %{buildroot}%{_bindir}/mtr

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Xmtr
Comment=Ping/Traceroute network diagnostic tool
Exec=%{_bindir}/xmtr
Icon=%{name}
Terminal=false
Type=Application
Categories=GTK;System;Monitor;
EOF

%changelog

* Mon Oct 03 2016 alzim <alzim@bk.ru> 0.87-1
- (5fb7876) Merge pull request #1 from import/mtr:rosa2016.1
- (5fb7876) Updated to 0.87



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10986 |14cu|multi-aterm-0.2.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Light tabbed terminal emulator
Name:		multi-aterm
Version:	0.2.1
Release:	7
License:	GPLv2+
Group:		Terminals
Url:		http://www.nongnu.org/materm/materm.html
Source0:	http://www.nongnu.org/materm/%{name}-%{version}.tar.bz2
Source1:	multi-aterm.png
Patch0:		multi-aterm-0.2.1-optflags.patch
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xt)

%description
Multi-aterm is a terminal emulator like rxvt, xterm, eterm, aterm
- It's a terminal emulator which is small and fast with efficent
  pseudo-transparency, like aterm.
- It's also a tabbed terminal emulator.
- It's a terminal emulator not requiring GNOME or KDE libs, just
  written in X-lib (for people not using GNOME nor KDE).

%files
%doc doc/TODO AUTHORS ChangeLog
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-*.desktop
%{_bindir}/multi-aterm
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--enable-keepscrolling \
	--enable-mousewheel \
	--enable-transparency \
	--enable-xterm-scroll \
	--enable-fading \
	--enable-half-shadow \
	--enable-swapscreen \
	--with-xpm=%{_prefix}
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32x32 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16x16 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name}
Icon=%{name}
Categories=System;TerminalEmulator;
Name=Multi-aterm
Name[ru]=Multi-aterm
Comment=Light tabbed terminal emulator
Comment[ru]=Легковесный эмулятор терминала со вкладками
EOF


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.1-7
- (3992f03) Build with system optflags to fix debug package
- (3992f03) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10987 |14cu|multibootusb-8.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:       Create multiboot live Linux on a USB disk
Name:          multibootusb
Version:       8.5.0
Release:       1
Group:         Graphics
License:       GPLv2+
URL:           https://github.com/mbusb/multibootusb
Source0:       https://github.com/mbusb/multibootusb/archive/%{name}-%{version}.tar.gz
BuildRequires: python3-setuptools
BuildRequires: pkgconfig(python3)
Requires:      mtools
Requires:      util-linux
Requires:      parted
Requires:      python3-qt5
Requires:      python3-dbus
Requires:      python3-six
Requires:      polkit
Requires:      p7zip
Suggests:      qemu
BuildArch:     noarch

%description
MultiBootUSB is a cross platform* software/utility to create multi boot live 
Linux on a removable media i.e USB disk. 
It is similar to unetbootin but many distros can be installed, 
provided you have enough space on the disk. 
MultiBootUSB also provides an option to uninstall distro(s) at any time, 
if you wish.


%files
%{py3_puresitedir}/scripts
%{py3_puresitedir}/multibootusb-%{version}-py3.4.egg-info
%{_bindir}/multibootusb
%{_bindir}/multibootusb-pkexec
%{_datadir}/applications/multibootusb.desktop
%{_datadir}/pixmaps/multibootusb.png
%{_datadir}/polkit-1/actions/org.debian.pkexec.run-multibootusb.policy
%dir %{_datadir}/multibootusb
%{_datadir}/multibootusb/*
#------------------------------------------------------------------------------

%prep
%setup -q

%build


%install
%__python3 setup.py install --root=%{buildroot}


%changelog

* Mon Feb 13 2017 tremod <negry.m@yandex.ru> 8.5.0-1
- (867ec65) Update to 8.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10988 |14cu|multiplicationstation-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:       Teach your child to add, subtract and multiply
Name:           multiplicationstation
Version:        0.8.1
Release:        1
License:        GPLv3
Group:          Games/Boards
Url:            http://www.asymptopia.org/multiplicationstation/
Source0:        https://github.com/asymptopia/multiplicationstation/archive/%{version}.tar.gz
BuildRequires:  imagemagick
BuildRequires:  desktop-file-utils
Requires:       pythonegg(pygame)
Requires:       pythonegg(wxpython)
BuildArch:      noarch
 
%description
Math game, Multiplication Station will 
teach your child to add, subtract and multiply

%files
%doc LICENSE README CHANGES
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-admin.desktop 
#-----------------------------------------------------------
%prep
%setup -q

%build

%install
# fonts
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
cp -pr Font %{buildroot}%{_gamesdatadir}/%{name}
# config
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}/lib
cp -pr MultiplicationStation %{buildroot}%{_gamesdatadir}/%{name}/lib
cp .mstation_config_master  %{buildroot}%{_gamesdatadir}/%{name}
# binary
mkdir -p %{buildroot}%{_gamesbindir}
install -m 755 mstation.py %{buildroot}%{_gamesbindir}/%{name}
# icons
for size in 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size mstation.ico \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done
# menu entry
desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
  %{name}.desktop  
desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
  %{name}-admin.desktop 

  
# linting
chmod +x %{buildroot}%{_gamesdatadir}/%{name}/lib/MultiplicationStation/{mstation_wx,mstation,projectile}.py

%changelog

* Sat Jul 01 2017 abfonly <abfonly@gmail.com> 0.8.1-1
- (0b0fbae) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10989 |14cu|multitail-6.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Multitail lets you view one or multiple files like the original tail program
Name:		multitail
Version:	6.4.2
Release:	1
License:	GPL
Group:		Text tools
Url:		http://www.vanheusden.com/multitail/
Source:		http://www.vanheusden.com/multitail/%{name}-%{version}.tgz
BuildRequires:	ncurses-devel

%description
multitail lets you view one or multiple files like the original tail program.
The difference is that it creates multiple windows on your console (with 
ncurses). It can also use colors while displaying the logfiles, for faster
recognition of which lines are important and which are not. It supports regular
expressions. It has interactive menus for editing given regular expressions and
deleting and adding windows.

%prep
%setup -q 

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m 755 %{name} %{buildroot}%{_bindir}/
install -m 644 %{name}.1 %{buildroot}%{_mandir}/man1/

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/*

%changelog

* Tue Oct 04 2016 alzim <alzim@bk.ru> 6.4.2-1
- (288d5bf) Merge pull request #2 from import/multitail:rosa2016.1
- (288d5bf) Updated to 6.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10990 |14cu|mumble-1.2.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# configuration options for the server (murmur)
%bcond_without server
%bcond_with ice
# configuration options for the client
%bcond_without client
%bcond_without speechd
%bcond_with g15

Summary:	Low-latency, high-quality voice communication for gamers
Name:		mumble
Version:	1.2.15
Release:	1
License:	BSD
Group:		Sound
Url:		http://mumble.sourceforge.net/
Source0:	http://downloads.sourceforge.net/mumble/%{name}-%{version}.tar.gz
# conf files courtesy of debian package
Source1:	%{name}-server.ini
Source2:	%{name}-server-web.conf
Source3:	MurmurPHP.ini
Source4:	README.install.urpmi.mumble-server-web
Source5:	%{name}-server-init.mdv
Source6:	%{name}-server.logrotate
Source7:	%{name}-tmpfiles.conf
Source100:	mumble.rpmlintrc
Patch0:		mumble-1.2.4-celt-0.11.1.patch
Patch1:		0001-use-std-max-instead-of-MAX.patch
#Patch2:	mumble-1.2.5-fdr-compile-fix.patch
BuildRequires:	kde4-macros
BuildRequires:	protobuf-compiler
BuildRequires:	qt4-linguist
BuildRequires:	boost-devel
BuildRequires:	cap-devel
%if %{with g15}
BuildRequires:	g15daemon_client-devel
%endif
BuildRequires:	qt4-devel
%if %{with speechd}
BuildRequires:	speech-dispatcher-devel
%endif
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(avahi-compat-libdns_sd)
BuildRequires:	pkgconfig(celt) >= 0.11.1
# Sources no longer include opus src: use our package
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libssl)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(protobuf)
BuildRequires:	pkgconfig(speex) >= 1.2
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(xevie)
BuildRequires:	pkgconfig(xi)
Requires:	qt4-database-plugin-sqlite
Requires:	%{name}-plugins = %{EVRD}
Suggests:	%{name}-protocol
%if %{with speechd}
Suggests:	speech-dispatcher
%endif
%if %{with g15}
Suggests:	g15daemon
%endif
# Strange, but true: We actually do require several different
# versions of the same library (celt) installed at the same time.
# The reason is that they're API/ABI compatible, but bitstream
# incompatible, releases - mumble dlopens any celt library it can
# find to support their bitstream versions.
# Since a lot of Mumble users are on legacy celt (0.7.x) [that's
# what Ubuntu ships], it is necessary to have that version
# installed to talk to those users.
Requires:	%mklibname celt0_ 0
Requires:	%mklibname celt0_ 2

%description
Low-latency, high-quality voice communication for gamers.
Includes game linking, so voice from other players comes from the direction of
their characters, and has echo cancellation so the sound from your
loudspeakers won't be audible to other players.

%if %{with client}
%files
%doc README README.Linux CHANGES LICENSE
%{_bindir}/%{name}
%{_bindir}/%{name}-overlay
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.svg
%{_mandir}/man1/%{name}.*
%{_mandir}/man1/%{name}-overlay.*
%endif

#----------------------------------------------------------------------------

%if %{with client}
%package protocol-kde4
Summary:	The mumble protocol for KDE4
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
Provides:	%{name}-protocol = %{EVRD}

%description protocol-kde4
The mumble protocol for KDE4.

%files protocol-kde4
%doc LICENSE
%{_kde_datadir}/kde4/services/%{name}.protocol
%endif

#----------------------------------------------------------------------------

%if %{with client}
%package plugins
Summary:	Mumble plugins
Group:		Sound
Requires:	%{name} = %{EVRD}

%description plugins
This packages provides the Mumble plugins.

%files plugins
%doc LICENSE
%{_libdir}/%{name}
%endif

#----------------------------------------------------------------------------

%if %{with server}
%package server
Summary:	Murmur, the VOIP server for Mumble
Group:		Sound
%if %{with ice}
BuildRequires:	slice2cpp
%endif
Requires:	dbus
Requires:	qt4-database-plugin-sqlite
Requires(post,preun):	rpm-helper

%description server
This package provides Murmur, the VOIP server for Mumble.

%files server
%if %{without client}
%doc README README.Linux CHANGES LICENSE
%endif
%doc scripts/murmur.ini
%{_bindir}/murmur-user-wrapper
%{_sbindir}/murmurd
%{_initrddir}/%{name}-server
%{_tmpfilesdir}/%{name}-server.conf
%config(noreplace) %{_sysconfdir}/%{name}-server.ini
%{_sysconfdir}/logrotate.d/%{name}-server
%{_sysconfdir}/dbus-1/system.d/%{name}-server.conf
%attr(-,mumble-server,mumble-server) %dir %{_var}/lib/%{name}-server
%attr(-,mumble-server,root) %ghost %dir %{_var}/log/%{name}-server
%attr(-,mumble-server,mumble-server) %ghost %dir %{_var}/run/%{name}-server
%if %{with ice}
%{_datadir}/slice/Murmur.ice
%endif
%{_mandir}/man1/murmur-user-wrapper.*
%{_mandir}/man1/murmurd.*

%pre server
%_pre_useradd %{name}-server %{_var}/lib/%{name}-server /bin/sh

%post server
%_post_service %{name}-server
%tmpfiles_create %{_tmpfilesdir}/%{name}-server
%__service messagebus reload

%preun server
if [ $1 = 0 ]; then
	%_preun_service %{name}-server
fi

%postun server
%_postun_userdel %{name}-server

%endif

#----------------------------------------------------------------------------

%if %{with server}
%package server-web
Summary:	Web scripts for mumble-server
Group:		Sound
Requires:	%{name}-server = %{EVRD}
Requires:	apache
Requires:	mail-server
Requires:	perl-CGI
%if %{with ice}
Requires:	zeroc-ice-php
%endif

%description server-web
This package contains the web scripts for mumble-server.

%files server-web
%doc README.install.urpmi
%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}-server-web.conf
%config(noreplace) %{_sysconfdir}/php.d/MurmurPHP.ini
%{_datadir}/%{name}-server-web
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .celt11~
%patch1 -p1 -b .max~
#patch2 -p1 -b .compile~
cp -p %{SOURCE4} README.install.urpmi

%build
%qmake_qt4 main.pro \
%if %{without server}
	CONFIG+=no-server \
%endif
%if %{without ice}
	CONFIG+=no-ice \
%endif
%if %{without client}
	CONFIG+=no-client \
%endif
%if %{without speechd}
	CONFIG+=no-speechd \
%endif
%if %{without g15}
	CONFIG+=no-g15 \
%endif
	CONFIG+=no-bundled-speex \
	CONFIG+=no-bundled-celt \
	CONFIG+=no-bundled-opus \
	CONFIG+=no-embed-qt-translations \
	CONFIG+=no-update \
	DEFINES+=PLUGIN_PATH=%{_libdir}/%{name} \
	DEFINES+=DEFAULT_SOUNDSYSTEM=PulseAudio

%make


%install
%if %{with client}
# --- Mumble install ---

install -D -m 0755 release/%{name} %{buildroot}%{_bindir}/%{name}
install -m 0755 scripts/%{name}-overlay %{buildroot}%{_bindir}/%{name}-overlay
install -D -m 0644 scripts/%{name}.protocol %{buildroot}%{_kde_datadir}/kde4/services/%{name}.protocol
install -d -m 0755 %{buildroot}%{_libdir}/%{name}/plugins
cp -Pp release/libmumble* %{buildroot}%{_libdir}/%{name}/
cp -p release/plugins/liblink.so %{buildroot}%{_libdir}/%{name}/

# Mumble icons
install -D -m 0644 icons/%{name}.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

# Mumble desktop file
install -d -m 0755 %{buildroot}%{_datadir}/applications
install -m 0644 scripts/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install \
	--remove-category="Qt" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*
%endif

%if %{with server}
# --- Mumble-server/Murmur install ---

install -D -m0755 release/murmurd "%{buildroot}%{_sbindir}/murmurd"
install -D -m0755 scripts/murmur-user-wrapper %{buildroot}%{_bindir}/murmur-user-wrapper
mkdir -p %{buildroot}%{_sysconfdir}/{dbus-1/system.d,logrotate.d}
install -m0644 scripts/murmur.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/%{name}-server.conf
install -m0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}-server
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}-server.ini

%if %{with ice}
# install Mumur.ice  in /usr/share/slice
install -D -m0755 src/murmur/Murmur.ice %{buildroot}%{_datadir}/slice/Murmur.ice
%endif

# install initscript
mkdir -p %{buildroot}%{_initrddir}
# Why 0744?
#install -m0744 %%{SOURCE5} %%{buildroot}%%{_initrddir}/%%{name}-server
install -m0755 %{SOURCE5} %{buildroot}%{_initrddir}/%{name}-server

# create database directory
install -d -m0755 %{buildroot}%{_var}/lib/%{name}-server

# create log directory
install -d -m0755 %{buildroot}%{_var}/log/%{name}-server

# create tmpfiles directory
install -D -p -m 0644 %{SOURCE7} %{buildroot}%{_tmpfilesdir}/%{name}-server.conf

# create pidfile directory
install -d -m0755 %{buildroot}%{_var}/run/%{name}-server

# install example
mkdir -p %{buildroot}%{_var}/%{name}-server/examples

# --- Mumble-server-web files ---
install -D -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}-server-web.conf
install -D -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/php.d/MurmurPHP.ini
install -D -m0644 scripts/weblist.php %{buildroot}%{_datadir}/%{name}-server-web/www/weblist.php
install -D -m0755 scripts/weblist.pl %{buildroot}%{_datadir}/%{name}-server-web/www/weblist.cgi
install -D -m0755 scripts/murmur.pl %{buildroot}%{_datadir}/%{name}-server-web/www/register.cgi
pushd %{buildroot}%{_datadir}/%{name}-server-web/www
ln -s weblist.php index.php
popd
%endif

# --- Manpages ---
install -d -m 0755 %{buildroot}%{_mandir}/man1
%if %{with server}
install -m 0644 man/murmur* %{buildroot}%{_mandir}/man1
%endif
%if %{with client}
install -m 0644 man/mumble* %{buildroot}%{_mandir}/man1
%endif


%changelog

* Mon Mar 07 2016 Giovanni Mariani <mc2374@mclink.it> 1.2.15-1
- (d16ac40) Updated to release 1.2.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10991 |14cu|munge-0.5.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2

%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Name:           munge
Version:        0.5.11
Release:       	1
Summary:        Enables uid & gid authentication across a host cluster

Group:          System/Servers
License:        GPLv2+
URL:            http://munge.googlecode.com/
Source0:        http://munge.googlecode.com/files/munge-%{version}.tar.bz2
Source1:        create-munge-key
Source2:        munge.logrotate
Patch3:         munge_configure.ac_disable-AM_PATH_LIBGCRYPT.patch

BuildRequires:	zlib-devel
BuildRequires:	bzip2-devel
BuildRequires:	openssl-devel
Requires:       %{libname} = %{EVRD}

Requires(post):   systemd
Requires(pre):    shadow-utils
Requires(preun):  systemd
Requires(postun): systemd


%description
MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating 
and validating credentials. It is designed to be highly scalable for use 
in an HPC cluster environment. 
It allows a process to authenticate the UID and GID of another local or 
remote process within a group of hosts having common users and groups. 
These hosts form a security realm that is defined by a shared cryptographic 
key. Clients within this security realm can create and validate credentials 
without the use of root privileges, reserved ports, or platform-specific 
methods.

%package -n %{develname}
Summary:        Development files for uid * gid authentication acrosss a host cluster
Group:          Development/Other
Requires:       %{libname} = %{version}-%{release}
Provides:       munge-devel = %{version}-%{release}
Provides:       %{libname}-devel = %{version}-%{release}


%description -n %{develname}
Header files for developing using MUNGE.

%package -n     %{libname}
Summary:        Runtime libs for uid * gid authentication acrosss a host cluster
Group:          System/Libraries

%description -n %{libname}
This package contains the shared libraries (*.so*) which certain languages and
applications need to dynamically load and use Munge.


%prep
%setup -q
%patch3 -p0

%build
./bootstrap
%configure  --disable-static
# Get rid of some rpaths for /usr/sbin
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make


%install
%makeinstall_std

chmod 644 %{buildroot}/%{_sysconfdir}/sysconfig/munge

rm -rf %{buildroot}%{_initddir}

install -p -m 755 %{SOURCE1} %{buildroot}/%{_sbindir}/create-munge-key
install -p -D -m 644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/logrotate.d/munge

# Fix a few permissions
chmod 700 %{buildroot}%{_var}/lib/munge %{buildroot}%{_var}/log/munge
chmod 700 %{buildroot}%{_sysconfdir}/munge

# Create and empty key file 
touch %{buildroot}%{_sysconfdir}/%{name}/%{name}.key
chmod 400 %{buildroot}%{_sysconfdir}/%{name}/%{name}.key

%postun
%systemd_postun_with_restart munge.service

%preun
%systemd_preun munge.service

%pre
getent group munge >/dev/null || groupadd -r munge
getent passwd munge >/dev/null || \
useradd -r -g munge -d %{_var}/run/munge -s /sbin/nologin \
  -c "Runs Uid 'N' Gid Emporium" munge
exit 0


%post
%tmpfiles_create munge.conf
%systemd_post munge.service

%files
%{_unitdir}/munge.service
%{_tmpfilesdir}/*
%{_bindir}/munge
%{_bindir}/remunge
%{_bindir}/unmunge
%{_sbindir}/munged
%{_sbindir}/create-munge-key
%{_mandir}/man1/munge.1.*
%{_mandir}/man1/remunge.1.*
%{_mandir}/man1/unmunge.1.*
%{_mandir}/man7/munge.7.*
%{_mandir}/man8/munged.8.*
%attr(-,munge,munge) %ghost %dir  %{_var}/run/munge
%attr(0700,munge,munge) %dir  %{_var}/log/munge
%attr(0700,munge,munge) %dir %{_sysconfdir}/munge
%attr(0400,munge,munge) %ghost %{_sysconfdir}/%{name}/%{name}.key
%attr(0700,munge,munge) %dir  %{_var}/lib/munge
%config(noreplace) %{_sysconfdir}/sysconfig/munge
%config(noreplace) %{_sysconfdir}/logrotate.d/munge
%doc AUTHORS JARGON META NEWS QUICKSTART README
%doc doc

%files -n %{libname}
%{_libdir}/libmunge.so.%{major}*
%doc COPYING

%files -n %{develname}
%{_includedir}/munge.h
%{_libdir}/libmunge.so
%{_libdir}/pkgconfig/*
%{_mandir}/man3/munge.3.*
%{_mandir}/man3/munge_ctx.3.*
%{_mandir}/man3/munge_ctx_copy.3.*
%{_mandir}/man3/munge_ctx_create.3.*
%{_mandir}/man3/munge_ctx_destroy.3.*
%{_mandir}/man3/munge_ctx_get.3.*
%{_mandir}/man3/munge_ctx_set.3.*
%{_mandir}/man3/munge_ctx_strerror.3.*
%{_mandir}/man3/munge_decode.3.*
%{_mandir}/man3/munge_encode.3.*
%{_mandir}/man3/munge_enum.3.*
%{_mandir}/man3/munge_enum_int_to_str.3.*
%{_mandir}/man3/munge_enum_is_valid.3.*
%{_mandir}/man3/munge_enum_str_to_int.3.*
%{_mandir}/man3/munge_strerror.3.*

%changelog

* Thu Jun 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.11-1
- (318fb66) Follow library policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10992 |14cu|munin-2.0.25-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:      munin
Version:   2.0.25
Release:   4
Summary:   Network-wide graphing framework (grapher/gatherer)
License:   GPLv2
Group:     Monitoring
URL:       http://munin.projects.linpro.no/
Source0:   http://download.sourceforge.net/sourceforge/munin/%{name}-%{version}.tar.gz
Source1:    munin-node.service
Source2:    munin-asyncd.service
Source3:    munin-fcgi-html.service
Source4:    munin-fcgi-graph.service
Source5:    munin.tmpfiles
Patch0:     munin-2.0.18-use-system-fonts.patch
Patch1:     munin-2.0.25-CVE-2017-6188.patch
Requires(post):  rpm-helper
Requires(preun): rpm-helper
Requires:	apache-base
BuildRequires: html2text
BuildRequires: htmldoc
BuildRequires: java-devel
BuildRequires: perl(Module::Build)
BuildRequires: perl(JSON::PP)
BuildArch: noarch

%description
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.

%package master
Group: Monitoring
Summary: Network-wide graphing framework (master)
Requires: rrdtool
Requires: %{name} = %{version}-%{release}
Suggests:   perl(CGI::Fast)
Requires:   perl(FCGI)
Requires:   spawn-fcgi
Requires(post): rpm-helper
Requires(postun): rpm-helper

%description master
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.

This package contains the grapher/gatherer. You will only need one instance of
it in your network. It will periodically poll all the nodes in your network
it's aware of for data, which it in turn will use to create graphs and HTML
pages, suitable for viewing with your graphical web browser of choice.

%package node
Group: Monitoring
Summary: Network-wide graphing framework (node)
Requires: procps >= 2.0.7
Requires: sysstat
Requires: %{name} = %{version}-%{release}
Requires(post):  rpm-helper
Requires(preun): rpm-helper

%description node
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.

This package contains node software. You should install it on all the nodes
in your network. It will know how to extract all sorts of data from the
node it runs on, and will wait for the gatherer to request this data for
further processing.

It includes a range of plugins capable of extracting common values such as
cpu usage, network usage, load average, and so on. Creating your own plugins
which are capable of extracting other system-specific values is very easy,
and is often done in a matter of minutes. You can also create plugins which
relay information from other devices in your network that can't run Munin,
such as a switch or a server running another operating system, by using
SNMP or similar technology.

%package java-plugins
Group:      Monitoring
Summary:    Java-plugins for munin
Requires:   %{name}-node = %{version}-%{release}
Requires:   jpackage-utils

%description java-plugins
java-plugins for munin-node.

%package async
Group:      Monitoring
Summary:    Asynchronous client tools for munin
Requires:   %{name}-node = %{version}-%{release}

%description async
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
This package contains the tools necessary for setting up an asynchronous
client / spooling system

%prep
%setup -q
%patch0 -p 1

%build
make \
    CONFIG=Makefile.config \
    PREFIX=%{_prefix} \
    DOCDIR=%{_docdir}/%{name} \
    MANDIR=%{_mandir} \
    HTMLDIR=%{_localstatedir}/lib/munin/html \
    DBDIR=%{_localstatedir}/lib/munin/data \
    PLUGSTATE=%{_localstatedir}/lib/munin/plugin-state \
    LOGDIR=%{_localstatedir}/log/munin \
    STATEDIR=/run/munin \
    CGIDIR=%{_datadir}/%{name}/cgi \
    CONFDIR=%{_sysconfdir}/munin \
    LIBDIR=%{_datadir}/munin \
    PERLLIB=%{perl_vendorlib} \
    HOSTNAME=localhost \
    build

%install

# ugly hack
cp common/blib/lib/Munin/Common/Defaults.pm Defaults.pm

make \
    CONFIG=Makefile.config \
    PREFIX=%{buildroot}%{_prefix} \
    DOCDIR=%{buildroot}%{_docdir}/%{name} \
    MANDIR=%{buildroot}%{_mandir} \
    HTMLDIR=%{buildroot}%{_localstatedir}/lib/munin/html \
    DBDIR=%{buildroot}%{_localstatedir}/lib/munin/data \
    PLUGSTATE=%{buildroot}%{_localstatedir}/lib/munin/plugin-state \
    CGIDIR=%{buildroot}%{_datadir}/%{name}/cgi \
    LOGDIR=%{buildroot}%{_localstatedir}/log/munin \
    STATEDIR=%{buildroot}/run/munin \
    LIBDIR=%{buildroot}%{_datadir}/munin \
    CONFDIR=%{buildroot}%{_sysconfdir}/munin \
    PERLLIB=%{buildroot}%{perl_vendorlib} \
    DESTDIR=%{buildroot} \
    HOSTNAME=localhost \
    CHOWN=/bin/true \
    CHGRP=/bin/true \
    CHMOD=/bin/true \
    CHECKUSER=true \
    CHECKGROUP=true \
    install install-doc

cp -f Defaults.pm %{buildroot}%{perl_vendorlib}/Munin/Common/Defaults.pm

# move template and static files in data
mv %{buildroot}%{_sysconfdir}/munin/templates %{buildroot}%{_datadir}/%{name}
mv %{buildroot}%{_sysconfdir}/munin/static %{buildroot}%{_datadir}/%{name}

# configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/munin/munin-conf.d
perl -pi \
    -e 's|^# ?tmpldir.*|tmpldir %{_datadir}/%{name}/templates|;' \
    -e 's|^# ?staticdir.*|staticdir %{_datadir}/%{name}/static|;' \
    -e 's|^# ?cgiurl_graph.*|cgiurl_graph /munin/cgi/munin-cgi-graph|;' \
   %{buildroot}%{_sysconfdir}/munin/munin.conf

# systemd service
install -d -m 755 %{buildroot}%{_unitdir}
install -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/munin-node.service
install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/munin-asyncd.service
install -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/munin-fcgi-html.service
install -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/munin-fcgi-graph.service

install -D -m 644 %{SOURCE5} %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf

# plugins configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/munin/plugin-conf.d
cat > %{buildroot}%{_sysconfdir}/munin/plugin-conf.d/munin-node <<EOF
[diskstats]
user munin

[iostat_ios]
user munin
EOF

cat >%{buildroot}%{_sysconfdir}/munin/plugin-conf.d/hddtemp_smartctl <<EOF
[hddtemp_smartctl]
user root
EOF

cat >%{buildroot}%{_sysconfdir}/munin/plugin-conf.d/sendmail <<EOF
[sendmail*]
user root
env.mspqueue %{_localstatedir}/spool/clientmqueue
EOF

cat >%{buildroot}%{_sysconfdir}/munin/plugin-conf.d/postfix <<EOF
[postfix*]
user root
env.logfile info.log
env.logdir /var/log/mail
EOF

cat >%{buildroot}%{_sysconfdir}/munin/plugin-conf.d/df <<EOF
[df*]
env.exclude none unknown iso9660 squashfs udf romfs ramfs debugfs binfmt_misc rpc_pipefs fuse.gvfs-fuse-daemon
EOF

# remove the Sybase plugin for now, as it requires unavailable perl modules
rm -f %{buildroot}/usr/share/munin/plugins/sybase_space

# move munin-asyncd to /usr/sbin/ (FHS)
mv %{buildroot}/%{_datadir}/munin/munin-asyncd \
    %{buildroot}/%{_sbindir}/munin-asyncd

# remove duplicated fonts
rm %{buildroot}/usr/share/munin/DejaVuSans*.ttf

# additional configuration directory
install -d -m 755 %{buildroot}%{_sysconfdir}/munin/munin-conf.d

# state and log directories
install -d -m 755 %{buildroot}%{_localstatedir}/lib/munin
install -d -m 775 %{buildroot}%{_localstatedir}/lib/munin/data/cgi-tmp
install -d -m 775 %{buildroot}%{_localstatedir}/log/munin

# apache configuration
rm -f %{buildroot}%{_localstatedir}/lib/munin/html/.htaccess

install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
ScriptAlias /munin/cgi    %{_datadir}/munin/cgi
Alias       /munin/static %{_datadir}/munin/static
Alias       /munin        %{_localstatedir}/lib/munin/html

<Directory %{_datadir}/munin/cgi>
    Options ExecCGI
    Require all granted
</Directory>

<Directory %{_datadir}/munin/static>
    Require all granted
</Directory>

<Directory %{_localstatedir}/lib/munin/html>
    Require all granted
</Directory>
EOF

# cron task
install -d -m 755 %{buildroot}%{_sysconfdir}/cron.d
cat > %{buildroot}%{_sysconfdir}/cron.d/munin <<EOF
*/5 * * * *     munin /usr/bin/munin-cron
EOF

# logrotate
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/munin-node <<EOF
/var/log/munin/munin-node.log {
    postrotate
        service munin-node reload
    endscript

}
EOF
cat > %{buildroot}%{_sysconfdir}/logrotate.d/munin <<EOF
/var/log/munin/munin-update.log /var/log/munin/munin-graph.log /var/log/munin/munin-html.log /var/log/munin/munin-limits.log {
}
EOF

# add changelog to installed documentation files
install -m 644 ChangeLog %{buildroot}%{_docdir}/%{name}/ChangeLog

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false

%post
systemd-tmpfiles --create %{name}.conf

%postun
%_postun_userdel %{name}

%post node
if [ $1 = 1 ]; then
    /usr/sbin/munin-node-configure --shell | sh
fi
%_post_service munin-node

%preun node
%_preun_service munin-node

%files
%doc %{_docdir}/%{name}
%dir %{_datadir}/munin
%dir %{_sysconfdir}/munin
%dir %{_localstatedir}/lib/munin
%attr(-,munin,apache) %{_localstatedir}/log/munin
%{_prefix}/lib/tmpfiles.d/munin.conf
%{perl_vendorlib}/Munin
%exclude %{perl_vendorlib}/Munin/Master
%exclude %{perl_vendorlib}/Munin/Node
%exclude %{perl_vendorlib}/Munin/Plugin
%exclude %{perl_vendorlib}/Munin/Plugin.pm

%files master
%{_bindir}/munin-cron
%{_bindir}/munin-check
%{_datadir}/munin/munin-html
%{_datadir}/munin/munin-limits
%{_datadir}/munin/munin-update
%{_datadir}/munin/munin-datafile2storable
%{_datadir}/munin/munin-storable2datafile
%{_datadir}/munin/cgi
%{perl_vendorlib}/Munin/Master
%{_datadir}/munin/static
%{_datadir}/munin/templates
%{_datadir}/munin/munin-graph
%{_unitdir}/munin-fcgi-graph.service
%{_unitdir}/munin-fcgi-html.service
%dir %{_sysconfdir}/munin/munin-conf.d
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/munin/munin.conf
%config(noreplace) %{_sysconfdir}/cron.d/munin
%config(noreplace) %{_sysconfdir}/logrotate.d/munin
%attr(-,munin,munin) %{_localstatedir}/lib/munin/data
%attr(-,munin,munin) %{_localstatedir}/lib/munin/html
%{_mandir}/man8/munin.8*
%{_mandir}/man8/munin-update.8*
%{_mandir}/man8/munin-limits.8*
%{_mandir}/man8/munin-html.8*
%{_mandir}/man8/munin-cron.8*
%{_mandir}/man8/munin-check.8*
%{_mandir}/man8/munin-graph.8*
%{_mandir}/man5/munin.conf.5*
%{_mandir}/man3/Munin::*

%files node
#% doc %{_docdir}/%{name}
%dir %{_sysconfdir}/munin/plugins
%dir %{_sysconfdir}/munin/plugin-conf.d
%config(noreplace) %{_sysconfdir}/munin/munin-node.conf
%config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
%config(noreplace) %{_sysconfdir}/logrotate.d/munin-node
%{_unitdir}/munin-node.service
%{_bindir}/munindoc
%{_sbindir}/munin-run
%{_sbindir}/munin-node
%{_sbindir}/munin-node-configure
%{_sbindir}/munin-sched
%attr(-,munin,munin) %{_localstatedir}/lib/munin/plugin-state
%{_datadir}/munin/plugins
%exclude %{_datadir}/munin/plugins/jmx_
%{perl_vendorlib}/Munin/Node
%{perl_vendorlib}/Munin/Plugin
%{perl_vendorlib}/Munin/Plugin.pm
%{_mandir}/man1/munindoc.1*
%{_mandir}/man1/munin-run.1*
%{_mandir}/man1/munin-node.1*
%{_mandir}/man1/munin-node-configure.1*
%{_mandir}/man1/munin-sched.1*
%{_mandir}/man5/munin-node.conf.5*

%files java-plugins
%{_datadir}/munin/munin-jmx-plugins.jar
%{_datadir}/munin/plugins/jmx_

%files async
%{_unitdir}/munin-asyncd.service
%{_datadir}/munin/munin-async
%{_sbindir}/munin-asyncd

%changelog

* Tue Apr 11 2017 Denis Silakov <dsilakov@virtuozzo.com> 2.0.25-4
- (920ff45) Fix CVE-2017-6188



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10993 |14cu|mupdf-1.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define devname %mklibname %{name} -d

Summary:	MuPDF is a lightweight PDF viewer and toolkit written in portable C
Name:		mupdf
Version:	1.11
Release:	2
License:	GPLv3
Group:		Office
Url:		http://mupdf.com/
Source0:	http://mupdf.googlecode.com/files/%{name}-%{version}-source.tar.gz
Source1:	mupdf.desktop
Source2:	mupdf16.png
Source3:	mupdf32.png
Source4:	mupdf48.png
Patch1:		mupdf-1.11-fix_opj_static.patch
BuildRequires:	jbig2dec-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libopenjp2)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(zlib)

%description
MuPDF is a lightweight PDF viewer and toolkit written in portable C.

The renderer in MuPDF is tailored for high quality anti-aliased
graphics.  MuPDF renders text with metrics and spacing accurate to
within fractions of a pixel for the highest fidelity in reproducing
the look of a printed page on screen.

MuPDF has a small footprint.  A binary that includes the standard
Roman fonts is only one megabyte.  A build with full CJK support
(including an Asian font) is approximately five megabytes.

MuPDF has support for all non-interactive PDF 1.7 features, and the
toolkit provides a simple API for accessing the internal structures of
the PDF document.  Example code for navigating interactive links and
bookmarks, encrypting PDF files, extracting fonts, images, and
searchable text, and rendering pages to image files is provided.

%files
%doc CHANGES CONTRIBUTORS README COPYING
%doc docs/*.txt
%{_bindir}/mujstest
%{_bindir}/mupdf-x11
%{_bindir}/mupdf-x11-curl
%{_bindir}/muraster
%{_bindir}/mutool
%{_mandir}/man1/mupdf.1*
%{_mandir}/man1/mutool.1*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The %{devname} package contains header files for developing
applications that use MuPDF toolkit.

%files -n %{devname}
%doc docs/*.txt docs/*.c
%{_libdir}/*.a
%{_includedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-source
rm -rf thirdparty
%apply_patches

%build
%setup_compile_flags
#export XCFLAGS="%{optflags} -fPIC -DJBIG_NO_MEMENTO -DTOFU -DTOFU_CJK"
%make

%install
%makeinstall

## fix strange permissons (Fedora)
chmod 0644 %{buildroot}%{_libdir}/*.a
find %{buildroot}%{_mandir} -type f -exec chmod 0644 {} \;
find %{buildroot}%{_docdir} -type f -exec chmod 0644 {} \;
find %{buildroot}%{_includedir} -type f -exec chmod 0644 {} \;

desktop-file-install \
    --dir=%{buildroot}%{_datadir}/applications/ %{SOURCE1}

# install menu icons
install -D -m 0644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m 0644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m 0644 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%changelog

* Mon Oct 23 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.11-2
- (aae910b) Add icons
- (aae910b) Fix executable name in desktop file
- (aae910b) Enable curl support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10994 |14cu|mupen64plus-2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Plugin-Based Nintendo 64 Emulator
Name:		mupen64plus
Version:	2.5
Release:	2
License:	GPLv2+
Group:		Emulators
Url:		http://code.google.com/p/mupen64plus/
Source0:	https://github.com/mupen64plus/mupen64plus-core/releases/download/%{version}/%{name}-bundle-src-%{version}.tar.gz
Patch0:		mupen64plus-bundle-src-2.5-segfault.patch
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(zlib)
Requires:	%{libname} = %{EVRD}
Requires:	fonts-ttf-dejavu
Suggests:	%{name}-ui-console
Suggests:	%{name}-ui-m64py

%description
Mupen64Plus is a plugin-based N64 emulator which is capable of accurately
playing many games. It includes four MIPS R4300 CPU emulators, with dynamic
recompilers for 32-bit x86 and 64-bit amd64 systems.  It supports plugins for
audio, graphical rendering (RDP), the signal co-processor (RSP), and input.

This package contains only common files for Mupen64Plus. You need to install
a frontend application to run games. For example, mupen64plus-ui-console or
mupen64plus-ui-m64py.

%files
%dir %{_datadir}/mupen64plus2
%dir %{_libdir}/mupen64plus2
%{_datadir}/mupen64plus2/mupencheat.txt
%{_datadir}/mupen64plus2/mupen64plus.ini
%{_datadir}/mupen64plus2/font.ttf

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared Library Interface to Mupen64plus
Group:		System/Libraries

%description -n %{libname}
Mupen64Plus is a plugin-based N64 emulator which is capable of accurately
playing many games. It includes four MIPS R4300 CPU emulators, with dynamic
recompilers for 32-bit x86 and 64-bit amd64 systems.  It supports plugins for
audio, graphical rendering (RDP), the signal co-processor (RSP), and input.

This package contains the shared library interface for frontends.

%files -n %{libname}
%{_libdir}/libmupen64plus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Include Files for Mupen64plus Development
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains all necessary include files to develop frontends against
the Mupen64plus shared library interface.

%files -n %{devname}
%doc source/mupen64plus-core/INSTALL
%doc source/mupen64plus-core/LICENSES
%doc source/mupen64plus-core/README
%doc source/mupen64plus-core/RELEASE
%dir %{_includedir}/mupen64plus
%{_includedir}/mupen64plus/*
%{_libdir}/libmupen64plus.so

#----------------------------------------------------------------------------

%package ui-console
Summary:	Command Line Frontend for the Mupen64plus Nintendo 64 Emulator
Group:		Emulators
Requires:	%{libname} = %{EVRD}
Requires:	mupen64plus-plugin-audio
Requires:	mupen64plus-plugin-video
Requires:	mupen64plus-plugin-input
Requires:	mupen64plus-plugin-rsp-hle

%description ui-console
Mupen64Plus is a plugin-based N64 emulator which is capable of accurately
playing many games.

This package contains a command line frontend.

%files ui-console
%doc source/mupen64plus-ui-console/INSTALL
%doc source/mupen64plus-ui-console/LICENSES
%doc source/mupen64plus-ui-console/README
%doc source/mupen64plus-ui-console/RELEASE
%doc %{_mandir}/man6/mupen64plus.6*
%{_bindir}/mupen64plus
%{_datadir}/applications/mupen64plus.desktop
%{_iconsdir}/hicolor/*/apps/mupen64plus.*

#----------------------------------------------------------------------------

%package plugin-audio-sdl
Summary:	SDL Audio Plugin for the Mupen64plus Nintendo 64 Emulator
Group:		Emulators
Provides:	mupen64plus-plugin-audio

%description plugin-audio-sdl
This package contains the SDL audio plugin for the Mupen64plus Nintendo 64
Emulator.

%files plugin-audio-sdl
%doc source/mupen64plus-audio-sdl/INSTALL
%doc source/mupen64plus-audio-sdl/LICENSES
%doc source/mupen64plus-audio-sdl/RELEASE
%{_libdir}/mupen64plus2/mupen64plus-audio-sdl.so

#----------------------------------------------------------------------------

%package plugin-input-sdl
Summary:	SDL Input Plugin for the Mupen64plus Nintendo 64 Emulator
Group:		Emulators
Provides:	mupen64plus-plugin-input

%description plugin-input-sdl
This package contains the SDL input plugin for the Mupen64plus Nintendo 64
Emulator. It has LIRC Infrared remote control interface and Rumble Pak support.

%files plugin-input-sdl
%doc source/mupen64plus-input-sdl/AUTHORS
%doc source/mupen64plus-input-sdl/COPYING
%doc source/mupen64plus-input-sdl/INSTALL
%doc source/mupen64plus-input-sdl/LICENSES
%doc source/mupen64plus-input-sdl/README
%doc source/mupen64plus-input-sdl/RELEASE
%{_datadir}/mupen64plus2/InputAutoCfg.ini
%{_libdir}/mupen64plus2/mupen64plus-input-sdl.so

#----------------------------------------------------------------------------

%package plugin-rsp-hle
Summary:	RSP High-Level Emulation Plugin For the Mupen64plus
Group:		Emulators
Provides:	mupen64plus-plugin-rsp-hle

%description plugin-rsp-hle
This package contains the RSP High-Level emulation plugin for the Mupen64plus
Nintendo 64 Emulator.

%files plugin-rsp-hle
%doc source/mupen64plus-rsp-hle/INSTALL
%doc source/mupen64plus-rsp-hle/LICENSES
%doc source/mupen64plus-rsp-hle/RELEASE
%{_libdir}/mupen64plus2/mupen64plus-rsp-hle.so

#----------------------------------------------------------------------------

%package plugin-video-rice
Summary:	Rice Video Plugin for the Mupen64plus Nintendo 64 Emulator
Group:		Emulators
Provides:	mupen64plus-plugin-video

%description plugin-video-rice
This package contains the Rice Video Plugin for the Mupen64plus Nintendo 64
Emulator. It provides Hi-resolution texture support.

%files plugin-video-rice
%doc source/mupen64plus-video-rice/INSTALL
%doc source/mupen64plus-video-rice/LICENSES
%doc source/mupen64plus-video-rice/README
%doc source/mupen64plus-video-rice/RELEASE
%{_datadir}/mupen64plus2/RiceVideoLinux.ini
%{_libdir}/mupen64plus2/mupen64plus-video-rice.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-bundle-src-%{version}
%patch0 -p1

%build
%make -C source/mupen64plus-core/projects/unix all \
	OPTFLAGS="%{optflags}" \
	SHAREDIR=%{_datadir}/mupen64plus2/ \
	LIRC=1 \
	V=1

%make -C source/mupen64plus-ui-console/projects/unix all \
	OPTFLAGS="%{optflags}" \
	COREDIR=%{_libdir}/ \
	SHAREDIR=%{_datadir}/mupen64plus2/ \
	PLUGINDIR=%{_libdir}/mupen64plus2/ \
	V=1

%make -C source/mupen64plus-audio-sdl/projects/unix all \
	OPTFLAGS="%{optflags}" \
	V=1

%make -C source/mupen64plus-input-sdl/projects/unix all \
	OPTFLAGS="%{optflags}" \
	V=1

%make -C source/mupen64plus-rsp-hle/projects/unix all \
	OPTFLAGS="%{optflags}" \
	V=1

%make -C source/mupen64plus-video-rice/projects/unix all \
	OPTFLAGS="%{optflags}" \
	V=1

%install
%makeinstall_std -C source/mupen64plus-core/projects/unix \
	PREFIX="%{_prefix}" \
	SHAREDIR=%{_datadir}/mupen64plus2/ \
	LIBDIR=%{_libdir}/ \
	INCDIR=%{_includedir}/mupen64plus/ \
	LIRC=1 \
	INSTALL_STRIP_FLAG=

pushd %{buildroot}%{_libdir}
ln -sf libmupen64plus.so.%{major} libmupen64plus.so
popd

%makeinstall_std -C source/mupen64plus-ui-console/projects/unix \
	PREFIX="%{_prefix}" \
	BINDIR=%{_bindir} \
	MANDIR=%{_mandir}/ \
	NO_ASM=1 \
	INSTALL_STRIP_FLAG=

%makeinstall_std -C source/mupen64plus-audio-sdl/projects/unix \
	PREFIX="%{_prefix}" \
	LIBDIR=%{_libdir}/mupen64plus2/ \
	INSTALL_STRIP_FLAG=

%makeinstall_std -C source/mupen64plus-input-sdl/projects/unix \
	PREFIX="%{_prefix}" \
	SHAREDIR=%{_datadir}/mupen64plus2/ \
	LIBDIR=%{_libdir}/mupen64plus2/ \
	INSTALL_STRIP_FLAG=

%makeinstall_std -C source/mupen64plus-rsp-hle/projects/unix \
	PREFIX="%{_prefix}" \
	LIBDIR=%{_libdir}/mupen64plus2/ \
	INSTALL_STRIP_FLAG=

%makeinstall_std -C source/mupen64plus-video-rice/projects/unix \
	PREFIX="%{_prefix}" \
	SHAREDIR=%{_datadir}/mupen64plus2/ \
	LIBDIR=%{_libdir}/mupen64plus2/ \
	INSTALL_STRIP_FLAG=

chmod -R 0755 %{buildroot}%{_libdir}

mv %{buildroot}%{_libdir}/mupen64plus2/%{name}/mupen64plus*.so %{buildroot}%{_libdir}/mupen64plus2/
rmdir %{buildroot}%{_libdir}/mupen64plus2/%{name}


%changelog

* Thu Feb 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5-2
- (1e2f6ab) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10995 |14cu|mupen64plus-ui-m64py-0.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Could be noarch package but depends on arch library path
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define oname m64py

Summary:	M64Py - A frontend for Mupen64Plus
Name:		mupen64plus-ui-%{oname}
Version:	0.2.3
Release:	3
License:	GPLv3+
Group:		Emulators
Url:		http://m64py.sourceforge.net
Source0:	http://sourceforge.net/projects/m64py/files/%{oname}-%{version}/%{oname}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	python-qt5-devel
Requires:	PyQt5
Requires:	mupen64plus >= 2.5
Requires:	python-opengl

%description
M64Py is a Qt5 front-end (GUI) for Mupen64Plus 2.0, a cross-platform
plugin-based Nintendo 64 emulator. Front-end is written in Python and
it provides a user-friendly interface over Mupen64Plus shared library.

%files
%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/pixmaps/%{oname}.png
%{py_puresitedir}/%{oname}
%{py_puresitedir}/%{oname}-*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
sed s,"/usr/lib/mupen64plus","%{_libdir}/mupen64plus2",g -i src/m64py/platform.py

%build
python setup.py build

%install
python setup.py install --root %{buildroot}


%changelog

* Mon Sep 28 2015 Denis Silakov <dsilakov@gmail.com> 0.2.3-3
- (94481ab) Fix description - now weuse Qt5, not Qt4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10996 |14cu|muse-2.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# lv2 gtk2 helper target
%ifarch x86_64
%global LV2_GTK_HELPER lv2Gtk2Helper64.so
%else
%global LV2_GTK_HELPER lv2Gtk2Helper32.so
%endif

Summary:	Midi/Audio Music Sequencer
Name:		muse
Version:	2.2.1
Release:	1
License: 	Public Domain and GPLv2 and GPLv2+ and LGPLv2+
Group:		Sound
Url:		http://www.muse-sequencer.org/
Source0:	https://downloads.sourceforge.net/project/lmuse/%{name}-%{version}/%{name}-%{version}.tar.gz
Patch0:		muse-gcc6.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	ladspa-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dssi)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(lilv-0)
BuildRequires:	pkgconfig(lv2)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(uuid)

%description
MusE is a MIDI/Audio sequencer with recording and editing capabilities. It can
perform audio effects like chorus/flanger in real-time via LASH and it supports
Jack and ALSA interfaces. MusE aims to be a complete multitrack virtual studio
for Linux.

%files
%{_docdir}/%{name}-*/
%{_bindir}/%{name}*
%{_bindir}/grepmidi
%{_libdir}/%{name}-*/
%{_datadir}/%{name}-*/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/64x64/apps/%{name}_icon.png
%{_mandir}/man1/grepmidi*
%{_mandir}/man1/%{name}*
%{_datadir}/mime/packages/muse.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

# remove precompiled binaries
find . -name "*.so" -exec rm {} \;

# install only the helper with the appropriate bitness
sed -i "s|\(install(FILES\).*|\1 %{LV2_GTK_HELPER}|" muse/lv2Gtk2Helper/CMakeLists.txt

# Module dependency fix. This is fixed in upstream trunk
sed -i 's|awl|awl widgets|' muse/liste/CMakeLists.txt synti/deicsonze/CMakeLists.txt muse/instruments/CMakeLists.txt

%build
make \
	-C muse/lv2Gtk2Helper/ \
	%{LV2_GTK_HELPER} \
	DEBUGFLAGS="%{optflags} -std=gnu++14" \
	FLAGS32= \
	FLAGS64=

%cmake \
	-DMusE_DOC_DIR=%{_docdir}/%{name}-%{version}/ \
	-DENABLE_PYTHON=0 \
	-DENABLE_LASH=0 \
	-DENABLE_FLUID=0 \
	-DCMAKE_EXE_LINKER_FLAGS="-lX11" \
	-DCMAKE_SHARED_LINKER_FLAGS="-lX11"
%make

%install
%makeinstall_std -C build


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.1-1
- (180da13) Build requires pkgconfig(gtkmm-2.4)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10997 |14cu|musescore-2.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	srcname		MuseScore
%define	shortname	mscore

# Musical OCR, based on tesseract
# ATM fails to build (gvm 05/15)
%define	with_omr	0
# Pipe organ synthetizer
# Also broken ATM
%define	with_aeolus	0

Summary:	Linux MusE Score Typesetter
Name:		musescore
Version:	2.0.3
Release:	1
# (Fedora) rtf2html is LGPLv2+
# paper4.png paper5.png are LGPLv3
# the rest is GPLv2
# Soundfont is MIT
# Bravura and gootville are OFL
License:	GPLv2 and LGPLv2+ and LGPLv3 and CC-BY and MIT and OFL
Group:		Sound
Url:		http://musescore.org
Source0:	https://sourceforge.net/projects/mscore/files/mscore/%{srcname}-%{version}/%{srcname}-%{version}.zip
# (Fedora) For mime types
Source2:	%{shortname}.xml
# Add metainfo file for font to show in gnome-software
Source3:	%{shortname}.metainfo.xml
# (Fedora) use the system default soundfont instead of the deleted, non-free, one
Patch1:		musescore-2.0.3-use-default-soundfont.patch
# (Fedora) don't build the common files (font files, wallpapers, demo song,
# instrument list) into the binary executable to reduce its size. This is also
# useful to inform the users about the existence of different choices for common
# files. The font files need to be separated due to the font packaging guidelines.
Patch2:		musescore-2.0.3-separate-commonfiles.patch
# Use CXXFLAGS for precompiled header
Patch4:		%{name}-2.0.1-fix-flags-for-precompiled-header.patch
# Drop mp3 support due to no lame in main: http://musescore.org/en/node/57736
Patch5:		museScore-2.0.3-remove-lame-support.patch
# For big docs
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	texlive-latex
BuildRequires:	texlive-dvips
BuildRequires:	cmake >= 2.8.7
BuildRequires:	desktop-file-utils
BuildRequires:	qt5-linguist
BuildRequires:	qt5-tools
BuildRequires:	qtsingleapplication-devel
BuildRequires:	pkgconfig(Qt5Core) >= 5.3.0
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Declarative)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5ScriptTools)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5XmlPatterns)
BuildRequires:	pkgconfig(alsa) >= 1.0.0
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(jack) >= 0.98
BuildRequires:	pkgconfig(portaudio-2.0) >= 19
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	perl(Pod::Usage)
%if %{with_omr}
BuildRequires:	pkgconfig(tesseract) >= 3.0
Requires:	tesseract > 3.0
%endif
Requires:	qtscriptbindings
Requires:	%{name}-fonts = %{EVRD}
Requires:	soundfont2-default
%rename		mscore

%description
MuseScore stands for Linux MusE Score Typesetter.
It features:
  - WYSIWYG design, notes are entered on a "virtual note sheet"
  - TrueType font(s) for printing & display allows for high quality scaling to
    all sizes
  - Unlimited number of staves
  - Up to four voices per staff
  - Easy & fast note entry with mouse, keyboard or MIDI
  - Many editing functions
  - MusicXML and Midi (SMF) import/export
  - MuseData import
  - Integrated sequencer and FluidSynth software synthesizer to play scores
  - Print or create pdf files
  - Translated in 26 languages.

%files
%doc ChangeLog* README* COPYING*
%{_bindir}/%{shortname}
%{_bindir}/musescore
%{_datadir}/%{shortname}*
%{_datadir}/applications/%{shortname}.desktop
%{_datadir}/mime/packages/%{shortname}.xml
%{_datadir}/mime/packages/musescore.xml
%{_datadir}/soundfonts/FluidR3Mono_GM.sf3
%{_datadir}/soundfonts/FluidR3Mono_License.md
%{_iconsdir}/hicolor/*/*/*
%{_mandir}/man1/*.1*
%exclude %{_datadir}/%{shortname}-2.0/manual/*

#----------------------------------------------------------------------------

%package doc
Summary:	MuseScore documentation
License:	CC-BY
Group:		Development/Other
Requires:	%{name} = %{EVRD}
BuildArch:	noarch
%rename		mscore-doc

%description doc
MuseScore is a free cross platform WYSIWYG music notation program.
This package contains the user manual of MuseScore in different languages.

%files doc
%doc %{_datadir}/%{shortname}-2.0/manual/*

#----------------------------------------------------------------------------

%package fonts
Summary:	MuseScore fonts
License:	GPL+ with exceptions and OFL
Group:		Publishing
BuildRequires:	fontforge
BuildRequires:	tetex
BuildRequires:	t1utils
BuildRequires:	texlive-mf2pt1
BuildRequires:	texlive-metapost.bin
BuildRequires:	texlive-cm-lgc
BuildArch:	noarch
%rename		mscore-fonts

%description fonts
MuseScore is a free cross platform WYSIWYG music notation program.
This package contains the musical notation fonts for use of MuseScore.

%files fonts
%doc COPYING*
%{_datadir}/fonts/%{shortname}/bravura/*
%{_datadir}/fonts/%{shortname}/gootville/*
%{_datadir}/fonts/%{shortname}/*.ttf
%{_datadir}/fonts/%{shortname}/*.otf
%{_datadir}/fonts/%{shortname}/*.json
%{_datadir}/fonts/%{shortname}/*.xml
%{_datadir}/appdata/%{shortname}.metainfo.xml

#----------------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}
%patch1 -p1 -b .default-soundfont
%patch2 -p1 -b .separate-commonfiles
%patch4 -p1
%patch5 -p1

# (Fedora) Remove the precompiled binary
rm thirdparty/rtf2html/rtf2html
# (Fedora) Fix EOL encoding
sed 's|\r||' thirdparty/rtf2html/README > tmpfile
touch -r thirdparty/rtf2html/README tmpfile
mv -f tmpfile thirdparty/rtf2html/README

# Why would we have to do this? Go as in Mageia and keep them
# (Fedora) Remove preshipped fonts. We will build them from source

# (Fedora) Force specific compile flags:
find . -name CMakeLists.txt -exec sed -i -e 's|-m32|%{optflags}|' -e 's|-O3|%{optflags}|' {} \;
find . -name CMakeLists.txt -exec sed -i 's|-O3|%{optflags}|' {} \;


%build
mkdir -p build.release
pushd build.release
%cmake_qt5 ../.. -DCMAKE_BUILD_TYPE=RELEASE \
           -DCMAKE_CXX_FLAGS="%{optflags} -fsigned-char"    \
           -DCMAKE_CXX_FLAGS_RELEASE="%{optflags} -std=c++11 -fPIC -O2 -DNDEBUG -DQT_NO_DEBUG -fsigned-char" \
	   -DCMAKE_BUILD_WITH_INSTALL_RPATH="OFF" \
%if %{with_aeolus}
	   -DAEOLUS="ON" \
%else
	   -DAEOLUS="OFF" \
%endif
%if %{with_omr}
	   -DOMR="ON" -DOCR="ON"
%else
	   -DOMR="OFF" -DOCR="OFF"
%endif
# This one hangs forever
#make lupdate
%make lrelease
%make
 pushd rdoc
   %make
 popd
popd


%install
pushd build.release
  %makeinstall_std -C build
popd

pushd build.release/build/rdoc
  %makeinstall_std
popd

# Install fonts
mkdir -p %{buildroot}%{_datadir}/fonts/%{shortname}
mkdir -p %{buildroot}%{_datadir}/fonts/%{shortname}/bravura
mkdir -p %{buildroot}%{_datadir}/fonts/%{shortname}/gootville
install -pm 644 fonts/*.ttf %{buildroot}%{_datadir}/fonts/%{shortname}
install -pm 644 fonts/%{shortname}/*.ttf %{buildroot}%{_datadir}/fonts/%{shortname}
install -pm 644 fonts/%{shortname}/*.otf %{buildroot}%{_datadir}/fonts/%{shortname}
install -pm 644 fonts/%{shortname}/*.json %{buildroot}%{_datadir}/fonts/%{shortname}
install -pm 644 fonts/bravura/*.otf %{buildroot}%{_datadir}/fonts/%{shortname}
install -pm 644 fonts/bravura/*.json %{buildroot}%{_datadir}/fonts/%{shortname}/bravura
install -pm 644 fonts/gootville/*.otf %{buildroot}%{_datadir}/fonts/%{shortname}
install -pm 644 fonts/gootville/*.json %{buildroot}%{_datadir}/fonts/%{shortname}/gootville
install -pm 644 fonts/*.xml %{buildroot}%{_datadir}/fonts/%{shortname}

pushd  %{buildroot}%{_datadir}/fonts/%{shortname}
cd bravura
ln -s ../Bravura.otf .
ln -s ../BravuraText.otf .
cd ../gootville
ln -s ../Gootville.otf .
ln -s ../GootvilleText.otf .
cd ..
popd

# Install .mscz files
mkdir -p %{buildroot}%{_datadir}/%{shortname}-2.0/demos/
install -p share/templates/*.mscz %{buildroot}%{_datadir}/%{shortname}-2.0/demos/
# symlinks to be safe
pushd %{buildroot}%{_datadir}/%{shortname}-2.0/demos/
for i in *.mcsz; do
  ln -s $i ../templates/$i
done
popd

# Install mimetype file
install -D -pm 644 %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/%{shortname}.xml

# Add AppStream metadata
install -Dm 0644 -p %{SOURCE3} %{buildroot}%{_datadir}/appdata/%{shortname}.metainfo.xml

# (Fedora) gather the doc files in one location
cp -p thirdparty/rtf2html/ChangeLog        ChangeLog.rtf2html
cp -p thirdparty/rtf2html/COPYING.LESSER   COPYING.LESSER.rtf2html
cp -p thirdparty/rtf2html/README           README.rtf2html
cp -p thirdparty/rtf2html/README.mscore    README.mscore.rtf2html
cp -p thirdparty/rtf2html/README.ru        README.ru.rtf2html
cp -p share/wallpaper/COPYRIGHT COPYING.wallpaper
cp -p %{buildroot}%{_datadir}/soundfonts/FluidR3Mono_License.md COPYING.FluidR3Mono
cp -p fonts/bravura/OFL.txt                COPYING.OFL

# Fix Desktop file
desktop-file-install	--dir=%{buildroot}/%{_datadir}/applications \
			--remove-key="Version" \
			--add-category="X-Notation" \
			--remove-category="Sequencer" --remove-category="AudioVideoEditing" \
			--add-mime-type="audio/midi" --add-mime-type="text/x-lilypond" --add-mime-type="application/xml" \
			%{buildroot}/%{_datadir}/applications/%{shortname}.desktop

# Move images to the standard freedesktop location
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{32x32,64x64}/apps/
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{32x32,64x64}/mimetypes/
cp -a %{shortname}/data/%{shortname}.xpm %{buildroot}/%{_iconsdir}/hicolor/32x32/mimetypes/application-x-%{shortname}.xpm
cp -a %{shortname}/data/%{shortname}.xpm %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/
cp -a %{shortname}/data/%{shortname}.png %{buildroot}/%{_iconsdir}/hicolor/64x64/mimetypes/application-x-%{shortname}.png
cp -a %{shortname}/data/%{shortname}.png %{buildroot}/%{_iconsdir}/hicolor/64x64/apps/

%changelog

* Thu Apr 28 2016 abondrov <andrey.bondrov@rosalab.ru> 2.0.3-1
- (1b6d266) Merge pull request #2 from alzim/musescore:rosa2014.1
- (1b6d266) Updated to 2.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10998 |14cu|musique-1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		musique
Version:	1.4
Release:	1
Summary:	Lightweight music player
Group:		Sound
License:	GPLv3
URL:		http://flavio.tordini.org/musique
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	qt4-devel
Requires:	phonon-backend
Requires:	qt4-database-plugin-sqlite

%description
Musique is a lightweight and versatile music player for QT4.


%prep
%setup -qn %{name}


%build
%qmake_qt4 PREFIX=%{_prefix}
%make


%install
%makeinstall_std INSTALL_ROOT=%{buildroot}


%files
%doc CHANGES COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*
%{_datadir}/%{name}/locale/*
%changelog

* Wed Apr 08 2015 Giovanni Mariani <mc2374@mclink.it> 1.4-1
- (860d293) Updated to release 1.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 10999 |14cu|mutt-1.5.23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _default_patch_fuzz 2

# compile against kerberos
%bcond_with krb5

# enable sasl2
# note that sasl2 includes kerberos support via sasl
%bcond_without sasl2

Summary:	Text mode mail user agent
Name:		mutt
Version:	1.5.23
Release:	2
Epoch:		1
License:	GPLv2+
Group:		Networking/Mail
Url:		http://www.mutt.org/
Source0:	ftp://ftp.mutt.org/pub/mutt/%{name}-%{version}.tar.gz
# To make use of bzip2/gzip files
Source10:	%{name}-Muttrc_compressed_folders.foot.bz2

# NOTE: For any patch that modifies Muttrc, please modify Muttrc.head.in
# instead, because Muttrc is automatically generated, so any change will
# be lost
#
# Patch 0-99: Mandriva patches
Patch0:		mutt-1.5.23-dotlock.patch
# Set tmpdir to ~/tmp in sample config
Patch1:		%{name}-1.3.15-tmpdef.patch
# Tell user to install urlview instead of just barf at user
Patch2:		%{name}-1.5.18-urlview.patch
# Don't include /usr/include/ncurses if not building against normal ncurses
Patch4:		%{name}-1.5.5.1-ncurses-include.patch
# fixes the viewing of MIME attached files when the mailcap
# entry already uses quotes (eg: "%s")
Patch5:		mutt-1.5.11-mailcap.patch
# defines gpg paths, aspell, and fallback charsets
Patch6:		mutt-1.5.20-gpg.patch
# stack is not defined under openssl 1.0.0 (http://dev.mutt.org/hg/mutt/rev/1cf34ea1f128)
#Patch7:	mutt-1.5.20-stack.patch

# Patch 100- : external patches
# Compressed folder support, http://www.spinnaker.de/mutt/compressed/
# http://www.mutt.org.ua/download/mutt-%{version}/patch-%{version}.rr.compressed.gz
Patch100:	patch-1.5.23.rr.compressed
# NNTP support
# http://www.mutt.org.ua/download/mutt-%{version}/patch-%{version}.vvv.nntp.gz
Patch101:	patch-1.5.23.vvv.nntp
# Merged upstream
#Patch107:	mutt-1.5.19-nulcert.diff
# Now maintained at http://www.lunar-linux.org/index.php?option=com_content&task=view&id=44
# Patch adapted from: http://lunar-linux.org/~tchan/mutt/patch-1.5.23.sidebar.20140412.txt
Patch108:	mutt-1.5.23-sidebar.patch

# Fix segmentation fault on corrupt headers
# http://dev.mutt.org/trac/ticket/3716
Patch110:       mutt-1.5.23-CVE-2014-9116.patch

BuildRequires:	linuxdoc-tools
#BuildRequires:	sendmail-command
BuildRequires:	bzip2-devel
# required by the header cache patch
BuildRequires:	db-devel >= 5.2
%if %{with krb5}
BuildRequires:	krb5-devel
%endif
%if %{with sasl2}
BuildRequires:	libsasl-devel >= 2.1
%endif
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)

# without it we have problems with attachments (e.g. .pdfs)
Suggests:	mailcap
Suggests:	mutt-utf8

%description
Mutt is a text mode mail user agent. Mutt supports color, threading,
arbitrary key remapping, and a lot of customization.

You should install mutt if you've used mutt in the past and you prefer
it, or if you're new to mail programs and you haven't decided which
one you're going to use.

%files -f %{name}.lang
%doc BEWARE COPYRIGHT NEWS OPS* PATCHES*
%doc README* TODO UPDATING VERSION
%doc mime.types.dist Muttrc.dist
%config(noreplace) %{_sysconfdir}/Muttrc
%{_mandir}/man?/*
%{_bindir}/flea
%{_bindir}/mutt-normal
%{_bindir}/muttbug
%{_bindir}/pgpewrap
%{_bindir}/pgpring
%{_bindir}/smime_keys
%attr(2755, root, mail) %{_bindir}/mutt_dotlock

%post
update-alternatives --install %{_bindir}/mutt mutt %{_bindir}/mutt-normal 10

%preun
if [ $1 -eq 0 ]; then
  update-alternatives --remove mutt %{_bindir}/mutt-normal
fi

#----------------------------------------------------------------------------

%package utf8
Summary:	Text mode mail user agent supporting wide character
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description utf8
Mutt is a text mode mail user agent. Mutt supports color, threading,
arbitrary key remapping, and a lot of customization.

You should install mutt if you've used mutt in the past and you prefer
it, or if you're new to mail programs and you haven't decided which
one you're going to use.

NOTE: This version of mutt is linked against ncurses with wide char
      support, and is useful for, say, people using UTF-8 locales.

%files utf8
%{_bindir}/mutt-utf8

%post utf8
update-alternatives --install %{_bindir}/mutt mutt %{_bindir}/mutt-utf8 20

%preun utf8
if [ $1 -eq 0 ]; then
  update-alternatives --remove mutt %{_bindir}/mutt-utf8
fi

#----------------------------------------------------------------------------

%package doc
Summary:	Manual for Mutt, a text mode mail user agent
Group:		Networking/Mail

%description doc
This is the complete manual for Mutt, in text and HTML formats.

Mutt is a text mode mail user agent. Mutt supports color, threading,
arbitrary key remapping, and a lot of customization.

You should install mutt if you've used mutt in the past and you prefer
it, or if you're new to mail programs and you haven't decided which
one you're going to use.

%files doc
%doc doc/manual.txt
%doc doc/advancedusage.html doc/gettingstarted.html doc/tuning.html
%doc doc/intro.html doc/mimesupport.html doc/reference.html
%doc doc/configuration.html doc/index.html doc/miscellany.html

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .dotlock
%patch1 -p1 -b .tmpdef
%patch2 -p1 -b .urlview
%patch5 -p1 -b .mailcap
%patch6 -p0 -b .gpg
%patch100 -p1 -b .cfp
%patch101 -p1 -b .nntp
%patch108 -p1 -b .sidebar
%patch110 -p1 -b .CVE-2014-9116

sed -i 's/AM_C_PROTOTYPES//g' configure.ac
autoreconf -fi

# Append changes to Muttrc to make use of bzip2/gzip mbox
bzip2 -cd %{SOURCE10} >> Muttrc.head.in

# Fix some bad references in the man pages
# Reference to imapd is not fixed, since uw-imap/courier/cyrus all have
# different paths
perl -pi -e 's|/usr/local/bin|%{_bindir}|g; s|/usr/local/doc/mutt|%{_docdir}/%{name}|g;' doc/*.man init.h

%build
build()
{
	CONFIGURE_TOP=.. %configure2_5x \
	--with-docdir=%{_docdir}/%{name} \
	--enable-smtp \
	--enable-pop \
	--enable-imap \
	--enable-nfs-fix \
	--with-ssl \
	--enable-compressed \
	--enable-hcache \
	--without-gdbm \
	--with-bdb \
	--enable-pgp \
	--enable-smime \
	--with-gpgme-prefix=%{_prefix} \
%if %{with krb5}
	--with-gss \
%else
	--without-gss \
%endif
%if %{with sasl2}
	--with-sasl \
%else
	--without-sasl \
%endif
	$@ \
	--enable-nntp

	# no parallel make
	make
}

# build normal version
### ugly. ugly.
perl -pi -e 's/ncurses ncursesw/ncurses # ncursesw/' configure
mkdir mutt-normal
pushd mutt-normal
build
popd

# build another version enabling wide char support
### ugly. ugly.
perl -pi -e 's/ncurses # ncursesw/ncurses ncursesw/' configure
mkdir mutt-utf-8
pushd mutt-utf-8
build

# "make install" installs $builddir/Muttrc into $buildroot
make update-doc
#mv -f Muttrc ../Muttrc

popd

%install
pushd mutt-utf-8
%makeinstall_std
mv %{buildroot}%{_bindir}/mutt %{buildroot}%{_bindir}/mutt-utf8
popd

pushd mutt-normal
install -m 755 mutt %{buildroot}%{_bindir}/mutt-normal
popd

# get rid of unpackaged files
rm -f %{buildroot}%{_sysconfdir}/mime.types
mv -f %{buildroot}%{_sysconfdir}/mime.types.dist .
mv -f %{buildroot}%{_sysconfdir}/Muttrc.dist .

%find_lang %{name}


%changelog
* Wed Jan 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.5.23-2
+ Revision: f109e93
- Fix CVE-2014-9116



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11000 |14cu|mx4j-3.0.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Don't enable tests! Missing burlap, hessian, caucho-services packages
%define with_tests 0

%define jmx_version 1.2.1

%define section free

%define bootstrap 0

Summary:	Open source implementation of JMX Java API
Name:		mx4j
Version:	3.0.2
Release:	10
License:	Apache License
Group:		Development/Java
Url:		http://mx4j.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/mx4j/MX4J%20Source/3.0.2/mx4j-3.0.2-src.tar.gz
Source1:	%{name}-build.policy
Source2:	CatalogManager.properties
Source3:	http://mirrors.ibiblio.org/pub/mirrors/maven2/mx4j/mx4j/3.0.2/mx4j-3.0.2.pom
Source4:	http://mirrors.ibiblio.org/pub/mirrors/maven2/mx4j/mx4j-remote/3.0.2/mx4j-remote-3.0.2.pom
Patch0:		mx4j-javaxssl.patch
Patch2:		mx4j-build.patch
Patch3:		mx4j-docbook.patch
Patch5:		mx4j-caucho-build.patch
Patch7:		mx4j-split-tools.patch
BuildArch:      noarch
BuildRequires:	jpackage-utils > 0:1.6
BuildRequires:	ant >= 0:1.6
BuildRequires:	java-rpmbuild > 0:1.5
%if ! %{bootstrap}
BuildRequires:	ant-apache-resolver
BuildRequires:	jaf
BuildRequires:	javamail >= 0:1.2
BuildRequires:	servlet6
BuildRequires:	wsdl4j
BuildRequires:	jakarta-commons-discovery
%endif
BuildRequires:	bcel >= 0:5.0
BuildRequires:	log4j >= 0:1.2.7
BuildRequires:	jakarta-commons-logging >= 0:1.0.1
BuildRequires:	jsse >= 0:1.0.2
BuildRequires:	jce >= 0:1.2.2
BuildRequires:	coreutils
BuildRequires:	docbook-style-xsl >= 0:1.61
BuildRequires:	xml-commons-resolver
BuildRequires:	xml-commons-jaxp-1.3-apis
BuildRequires:	xerces-j2
BuildRequires:	libxml2-utils
%if %{with_tests}
BuildRequires:	ant-junit
BuildRequires:	junit >= 0:3.7.1
BuildRequires:	xmlunit
%endif
%if ! %{bootstrap}
Requires:	jaf
Requires:	javamail >= 0:1.2
%endif
Requires:	log4j >= 0:1.2.7
Requires:	jakarta-commons-logging >= 0:1.0.1
Requires:	bcel >= 0:5.0
Requires:	jsse >= 0:1.0.2
Requires:	jce >= 0:1.2.2
Requires:	xml-commons-resolver
Requires:	xml-commons-jaxp-1.3-apis
Requires(post,postun):	jpackage-utils
Requires:	jpackage-utils
Requires(pre):	coreutils
Requires(post,postun):	%{_sbindir}/update-alternatives
Provides:	jmxri = %{version}-%{release}

%description
OpenJMX is an open source implementation of the
Java(TM) Management Extensions (JMX).

%if ! %{bootstrap}
%package tools-extra
Group:		Development/Java
Summary:	Additional protocols and scripting for %{name}
BuildRequires:	jython >= 0:2.1
BuildRequires:	axis >= 0:1.1
# BuildRequires:	burlap >= 0:3.0.8
# BuildRequires:	caucho-services
# BuildRequires:	hessian >= 0:3.0.8
Requires:	jython >= 0:2.1
Requires:	axis >= 0:1.1
# Requires:	burlap >= 0:3.0.8
# Requires:	caucho-services
# Requires:	hessian >= 0:3.0.8

%description tools-extra
%{summary}.
%endif

%if ! %{bootstrap}
%package manual
Group:		Development/Java
Summary:	Documentation for %{name}

%description    manual
%{summary}.
%endif

%prep
%setup -q

%patch0 -p1 -b .sav0
%patch2 -p0 -b .sav2
%patch3 -p1 -b .sav3
%patch5 -p1 -b .sav5
%patch7 -p0 -b .sav7

cp -p %{SOURCE1} build
cp -p %{SOURCE2} %{_builddir}/%{name}-%{version}/build/
# use the one from docbook-dtds instead of getting it from the net
catalogfile=`%{_bindir}/xmlcatalog /usr/share/sgml/docbook/xmlcatalog "-//OASIS//DTD DocBook XML V4.1.2//EN"`
sed -i -e 's|http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd|'$catalogfile'|' src/docs/index.xml
catalogfile=`%{_bindir}/xmlcatalog /etc/xml/catalog "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl" | sed -e 's|file://||'`
sed -i -e 's|http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl|'$catalogfile'|' src/docs/xsl/mx4j-chunk.xsl

pushd lib
%if %{with_tests}
   ln -sf $(build-classpath junit) .
   ln -sf $(build-classpath xmlunit) .
%endif
   ln -sf $(build-classpath xml-commons-jaxp-1.3-apis) xml-apis.jar
   ln -sf $(build-classpath xerces-j2) xercesImpl.jar
   ln -sf $(build-classpath xalan-j2) xalan.jar
   ln -sf $(build-classpath commons-logging) .
   ln -sf $(build-classpath log4j) .
%if ! %{bootstrap}
#   ln -sf $(build-classpath burlap) .
#   ln -sf $(build-classpath caucho-services) .
#   ln -sf $(build-classpath hessian) .
   ln -sf $(build-classpath axis/axis) .
   ln -sf $(build-classpath axis/jaxrpc) .
   ln -sf $(build-classpath axis/saaj) .
   ln -sf $(build-classpath wsdl4j) .
   ln -sf $(build-classpath jython) .
   ln -sf $(build-classpath javamail/mailapi) .
   ln -sf $(build-classpath javamail/smtp) .
   ln -sf $(build-classpath jaf) .
   ln -sf $(build-classpath commons-discovery) .
%endif
   ln -sf $(build-classpath bcel) .
   ln -sf $(build-classpath tomcat-servlet-api) servlet.jar
   ln -sf $(build-classpath jsse) .
   ln -sf $(build-classpath jsse/jcert) jcert.jar
   ln -sf $(build-classpath jsse/jnet) jnet.jar
   ln -sf $(build-classpath jaas) .
   ln -sf $(build-classpath xml-commons-resolver) .
popd

%build
export OPT_JAR_LIST="ant/ant-junit junit xmlunit ant/ant-trax jaxp_transform_impl xalan-j2-serializer ant/ant-apache-resolver xml-commons-resolver12"

cd build
%if ! %{bootstrap}
%if %{with_tests}
%{ant} -Dbuild.sysclasspath=first compile.jmx compile.rjmx compile.tools tests-report docs
%else
%{ant} -Dbuild.sysclasspath=first compile.jmx compile.rjmx compile.tools docs
%endif
%else
%{ant} -Dbuild.sysclasspath=first compile.jmx compile.rjmx
%endif

%install
install -d -m 755 %{buildroot}%{_javadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 644 dist/lib/%{name}-impl.jar %{buildroot}%{_javadir}/%{name}/mx4j-impl-%{version}.jar
install -m 644 dist/lib/%{name}-jmx.jar %{buildroot}%{_javadir}/%{name}/mx4j-jmx-%{version}.jar
install -m 644 dist/lib/%{name}.jar %{buildroot}%{_javadir}/%{name}/mx4j-%{version}.jar
%if ! %{bootstrap}
install -m 644 dist/lib/%{name}-tools.jar %{buildroot}%{_javadir}/%{name}/mx4j-tools-%{version}.jar
install -m 644 dist/lib/%{name}-tools-extra.jar %{buildroot}%{_javadir}/%{name}/mx4j-tools-extra-%{version}.jar
%endif
install -m 644 dist/lib/%{name}-rjmx.jar %{buildroot}%{_javadir}/%{name}/mx4j-rjmx-%{version}.jar
install -m 644 dist/lib/%{name}-rimpl.jar %{buildroot}%{_javadir}/%{name}/mx4j-rimpl-%{version}.jar
install -m 644 dist/lib/%{name}-remote.jar %{buildroot}%{_javadir}/%{name}/mx4j-remote-%{version}.jar
install -d -m 755 %{buildroot}%{_javadir}/%{name}/boa
install -m 644 dist/lib/boa/%{name}-rjmx-boa.jar %{buildroot}%{_javadir}/%{name}/boa/%{name}-rjmx-boa-%{version}.jar
install -m 644 dist/lib/boa/%{name}-rimpl-boa.jar %{buildroot}%{_javadir}/%{name}/boa/%{name}-rimpl-boa-%{version}.jar
install -m 644 dist/lib/boa/%{name}-remote-boa.jar %{buildroot}%{_javadir}/%{name}/boa/%{name}-remote-boa-%{version}.jar

pushd %{buildroot}%{_javadir}/%{name}
   for jar in *-%{version}.jar ; do
      ln -fs ${jar} $(echo $jar | sed "s|-%{version}.jar|.jar|g")
   done
popd

pushd %{buildroot}%{_javadir}/%{name}/boa
   for jar in *-%{version}.jar ; do
      ln -fs ${jar} $(echo $jar | sed "s|-%{version}.jar|.jar|g")
   done
popd

# poms

mkdir -p %{buildroot}%{_mavenpomdir}
cp -p %{SOURCE3} %{buildroot}%{_mavenpomdir}/JPP.%{name}-mx4j.pom
cp -p %{SOURCE4} %{buildroot}%{_mavenpomdir}/JPP.%{name}-mx4j-remote.pom
%add_to_maven_depmap mx4j mx4j %{version} JPP/%{name} mx4j
%add_to_maven_depmap mx4j mx4j-remote %{version} JPP/%{name} mx4j-remote

%pre
%{__rm} -f %{_javadir}/%{name}.jar

%post
%{_sbindir}/update-alternatives --install %{_javadir}/jmxri.jar jmxri %{_javadir}/%{name}/mx4j-jmx.jar 0

%update_maven_depmap

%postun
%update_maven_depmap

if [ "$1" = "0" ]; then
      %{_sbindir}/update-alternatives --remove jmxri %{_javadir}/%{name}/mx4j-jmx.jar
fi

%files
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/mx4j-%{version}.jar
%{_javadir}/%{name}/mx4j.jar
%{_javadir}/%{name}/mx4j-impl-%{version}.jar
%{_javadir}/%{name}/mx4j-impl.jar
%{_javadir}/%{name}/mx4j-jmx-%{version}.jar
%{_javadir}/%{name}/mx4j-jmx.jar
%{_javadir}/%{name}/mx4j-remote-%{version}.jar
%{_javadir}/%{name}/mx4j-remote.jar
%{_javadir}/%{name}/mx4j-rimpl-%{version}.jar
%{_javadir}/%{name}/mx4j-rimpl.jar
%{_javadir}/%{name}/mx4j-rjmx-%{version}.jar
%{_javadir}/%{name}/mx4j-rjmx.jar
%if ! %{bootstrap}
%{_javadir}/%{name}/mx4j-tools-%{version}.jar
%{_javadir}/%{name}/mx4j-tools.jar
%endif
%dir %{_javadir}/%{name}/boa
%{_javadir}/%{name}/boa/mx4j-remote-boa-%{version}.jar
%{_javadir}/%{name}/boa/mx4j-remote-boa.jar
%{_javadir}/%{name}/boa/mx4j-rimpl-boa-%{version}.jar
%{_javadir}/%{name}/boa/mx4j-rimpl-boa.jar
%{_javadir}/%{name}/boa/mx4j-rjmx-boa-%{version}.jar
%{_javadir}/%{name}/boa/mx4j-rjmx-boa.jar
%{_mavenpomdir}/JPP.%{name}-mx4j.pom
%{_mavenpomdir}/JPP.%{name}-mx4j-remote.pom
%config %{_mavendepmapfragdir}/%{name}

%if ! %{bootstrap}
%files tools-extra
%defattr(0644,root,root,0755)
%{_javadir}/%{name}/mx4j-tools-extra-%{version}.jar
%{_javadir}/%{name}/mx4j-tools-extra.jar
%endif

%if ! %{bootstrap}
%files manual
%defattr(0644,root,root,0755)
%doc dist/docs/*
%endif


%changelog

* Tue Mar 15 2016 Denis Silakov <dsilakov@gmail.com> 3.0.2-10
- (e0739eb) Switch to modern servlet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11001 |14cu|mxml-2.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname mxml %{major}
%define devname %mklibname mxml -d

Summary:	Miniature XML development library
Name:		mxml
Version:	2.10
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.minixml.org/
Source0:	http://ftp.easysw.com/pub/mxml/%version/mxml-%{version}.tar.gz
BuildRequires:	chrpath

%description
Mini-XML is a small XML parsing library that you can use to read XML and
XML-like data files in your application without requiring large non-standard
libraries.  Mini-XML provides the following functionality:

- Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded  XML files and
  strings.
- Data is stored in a linked-list tree structure, preserving  the XML data
  hierarchy.
- Supports arbitrary element names, attributes, and attribute values with no
  preset limits, just available memory.
- Supports integer, real, opaque ("cdata"), and text data types in "leaf"
  nodes.
- Functions for creating and managing trees of data.
- "Find" and "walk" functions for easily locating and navigating trees of data.

Mini-XML doesn't do validation or other types of processing on the data based
upon schema files or other sources of definition information, nor does it
support character entities other than those required by the XML specification.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Miniature XML development library
Group:		System/Libraries

%description -n %{libname}
Mini-XML is a small XML parsing library that you can use to read XML and
XML-like data files in your application without requiring large non-standard
libraries.  Mini-XML provides the following functionality:

- Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded  XML files and
  strings.
- Data is stored in a linked-list tree structure, preserving  the XML data
  hierarchy.
- Supports arbitrary element names, attributes, and attribute values with no
  preset limits, just available memory.
- Supports integer, real, opaque ("cdata"), and text data types in "leaf"
  nodes.
- Functions for creating and managing trees of data.
- "Find" and "walk" functions for easily locating and navigating trees of data.

Mini-XML doesn't do validation or other types of processing on the data based
upon schema files or other sources of definition information, nor does it
support character entities other than those required by the XML specification.

%files -n %{libname}
%{_libdir}/libmxml.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static library and header files for the Miniature XML development library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the static mxml library and its header files.

%files -n %{devname}
%defattr(644,root,root,755)
%doc installed-docs/*
%attr(755,root,root) %{_bindir}/*
%{_includedir}/*
%{_libdir}/libmxml.so
%{_libdir}/libmxml.a
%{_libdir}/pkgconfig/mxml.pc
%{_mandir}/man1/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-shared

%make

%install
%makeinstall_std BUILDROOT=%{buildroot}

mv %{buildroot}%{_datadir}/doc/mxml installed-docs

rm -rf %{buildroot}%{_mandir}/cat*

chrpath -d %{buildroot}%{_libdir}/*.so.%{major}*
chrpath -d %{buildroot}%{_bindir}/mxmldoc


%changelog

* Tue Apr 11 2017 Denis Silakov <dsilakov@virtuozzo.com> 2.10-1
- (a42c5d5) Updated to 2.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11002 |14cu|mybashburn-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: MyBashBurn burn data and create songs with interactive dialog box
Name: mybashburn
Version: 1.0.2
Release: 3
Group: Archiving/Cd burning
License: GPL
URL: http://mybashburn.sf.net
Source0: http://ufpr.dl.sourceforge.net/sourceforge/mybashburn/%{name}-%{version}.tar.bz2
Requires: config(bash)
Requires: cdrdao 
Requires: cdrecord
Requires: mkisofs
Requires: dvd+rw-tools
Requires: cdrkit-icedax
Requires: vorbis-tools
Requires: flac
Requires: coreutils
Requires: eject
Requires: dialog >= 1.0
BuildArch: noarch

%description
MyBashBurn is a fork based on ncurses of the CD burning shell script
called BashBurn for Linux. It can burn bin/cue files, create ogg and
flac files, data, music and multisession CDs, as well as burn and create
ISO files, DVD-images, data DVDs and some other funny options.
MyBashBurn makes use of cdrecord and other back-end applications, so basically
if your writing device works with them, MyBashBurn will work flawlessly.

%prep
%setup -q
%{__sed} -i 's/\r//' {lang/Polish/burning.lang,lang/Polish/multi.lang}
iconv -f ISO-8859-1 -t UTF8 < FILES > FILES.tmp
rm -f FILES && mv FILES.tmp FILES

%build 

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/%{name}
install -d %{buildroot}%{_datadir}/%{name}/config
install -d %{buildroot}%{_datadir}/%{name}/burning
install -d %{buildroot}%{_datadir}/%{name}/lang
install -d %{buildroot}%{_datadir}/%{name}/lang/English
install -d %{buildroot}%{_datadir}/%{name}/lang/Polish
install -d %{buildroot}%{_datadir}/%{name}/lang/Swedish
install -d %{buildroot}%{_datadir}/%{name}/lang/German
install -d %{buildroot}%{_datadir}/%{name}/lang/Czech
install -d %{buildroot}%{_datadir}/%{name}/lang/Spanish
install -d %{buildroot}%{_datadir}/%{name}/lang/Norwegian
install -d %{buildroot}%{_datadir}/%{name}/convert
install -d %{buildroot}%{_datadir}/%{name}/misc
install -d %{buildroot}%{_datadir}/%{name}/menus
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_sysconfdir}

# and now, install everything
install -pc -m755 MyBashBurn.sh %{buildroot}%{_datadir}/%{name}/MyBashBurn.sh
install -p man/mybashburn.1.gz %{buildroot}%{_mandir}/man1/

cp -pR {etc/,CREDITS,HOWTO} %{buildroot}%{_datadir}/%{name}
cp -pR {lang/,config/,burning/,convert/,misc/,menus/} %{buildroot}%{_datadir}/%{name}
ln -sf ../../usr/share/mybashburn/MyBashBurn.sh %{buildroot}%{_bindir}/mybashburn

%files
%{_datadir}/%{name}/
%{_bindir}/mybashburn
%doc COPYING CREDITS ChangeLog FAQ FILES HOWTO README TODO
%{_mandir}/man1/*


%changelog
* Mon Oct 27 2014 abfonly <abfonly@gmail.com> 1.0.2-3
+ Revision: 81eb944
- Updated mybashburn.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11003 |14cu|mygui-3.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Fast, simple and flexible GUI library for Ogre
Name:		mygui
Version:	3.2.1
Release:	1
# UnitTests include agg-2.4, which is under a BSD variant (not built or installed here)
License:	LGPLv3+
Group:		System/Libraries
Url:		http://mygui.info/
Source0:	http://downloads.sourceforge.net/my-gui/MyGUI%{version}.tar.gz
Patch0:		MyGUI3.2-linkage.patch
Patch1:		mygui-3.2.1-libCommon-fixup.patch
# Get find poco from ogre
Patch3:		mygui-add-findpoco.patch
Patch5:		MyGUI-3.2.0-cmake-svn.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(OIS)
BuildRequires:	pkgconfig(OGRE)
BuildRequires:	pkgconfig(uuid)

%description
MyGUI is a GUI library for Ogre Rendering Engine which aims to be fast,
flexible and simple in using.

%files
%dir %{_libdir}/MYGUI/
%{_libdir}/MYGUI/*
%dir %{_datadir}/MYGUI/Media
%{_datadir}/MYGUI/Media/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Fast, simple and flexible GUI library for Ogre
Group:		System/Libraries

%description -n %{libname}
MyGUI is a GUI library for Ogre Rendering Engine which aims to be fast,
flexible and simple in using.

%files -n %{libname}
%{_libdir}/libMyGUIEngine.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for MyGUI
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(OIS)
Requires:	pkgconfig(OGRE)
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The %{devname} package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libMyGUI.OgrePlatform.a
%{_libdir}/libMyGUIEngine.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package doc
Summary:	Development documentation for MyGUI
Group:		Development/C++
BuildArch:	noarch

%description doc
The %{name}-doc package contains reference documentation for
developing applications that use %{name}.

%files doc
%doc Docs/html

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-MyGUI%{version}
%patch0 -p1
%patch1 -p1
%patch3 -p0
%patch5 -p1 -b .svn

%build
# Plugins are windows only atm
cmake \
    -DCMAKE_INSTALL_PREFIX:PATH=/usr \
    -DMYGUI_INSTALL_PDB:INTERNAL=FALSE \
    -DCMAKE_BUILD_TYPE:STRING=Release \
    -DMYGUI_BUILD_PLUGINS:BOOL=OFF \
    -DMYGUI_BUILD_TOOLS:BOOL=OFF \
    -DCMAKE_CXX_FLAGS_RELEASE="%{optflags}" \
    -DCMAKE_SKIP_RPATH:BOOL=ON
%make
# Generate doxygen documentation
pushd Docs
doxygen
rm -f html/installdox
popd

%install
%makeinstall_std

%ifarch x86_64
    mv %{buildroot}/usr/lib %{buildroot}%{_libdir}
    sed -i s,/lib,/lib64, %{buildroot}%{_libdir}/pkgconfig/MYGUI.pc
%endif

# Remove sample showing plugin usage
for file in bin/Demo_* ; do
  install -Dp -m 755 $file %{buildroot}%{_libdir}/MYGUI/Demos/`basename $file`
done

# Copy Media files
mkdir -p %{buildroot}%{_datadir}/MYGUI/
cp -a Media %{buildroot}%{_datadir}/MYGUI/

# Strip away unittests Media
rm -rf %{buildroot}%{_datadir}/MYGUI/Media/UnitTests

# Remove CMake stuff from Media
rm -f %{buildroot}%{_datadir}/MYGUI/Media/CMakeLists.txt


%changelog
* Wed Oct 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.2.1-1
+ Revision: d27c069
- New version 3.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11004 |14cu|myman-0.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarver 2009-10-30


Summary:	The board puzzle game of Greed
Name:		myman
Version:	0.7.1
Release:	1
License:	BSD
Group:		Games/Puzzles
Url:		http://%{name}.sourceforge.net/
Source:		http://downloads.sourceforge.net/project/%{name}/%{name}-cvs/%{name}-cvs-%{tarver}/%{name}-wip-%{tarver}.tar.gz
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	groff

%description
MyMan is a text-mode videogame inspired by Namco's Pac-Man.


%files
%{_bindir}/%{name}
%{_bindir}/%{name}-%{version}
%{_bindir}/%{name}.*
%{_defaultdocdir}/%{name}-%{version}
%{_mandir}/man6/*.xz
%{_datadir}/%{name}-%{version}


#-----------------------------------------------------------
%prep
%setup -qn %{name}-wip-%{tarver}

%build
%configure2_5x
%setup_compile_flags
%make

%install
%makeinstall_std
rm -fr %{buildroot}%{_mandir}/{cat6,CACHEDIR.TAG,index.db}
rm -fr %{buildroot}%{_defaultdocdir}/INSTALL

%changelog

* Sat Aug 13 2016 abfonly <abfonly@gmail.com> 0.7.1-1
- (9ccd509) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11005 |14cu|mysqlard-1.0.0-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MySQL performance logging daemon
Name:		mysqlard
Version:	1.0.0
Release:	23
License:	GPLv2+
Group:		System/Servers
Url:		http://gert.sos.be/en/
Source0:	http://www.sos.be/projects/%{name}/dist/%{name}-%{version}.tar.bz2
Source1:	mysqlard-tmpfiles.conf
Patch0:		mysqlard-1.0.0-mdv_conf.diff
Patch1:		mysqlard-1.0.0-mariadb10.patch
BuildRequires:	rrdtool
BuildRequires:	mysql-devel
BuildRequires:	rrdtool-devel
Requires:	apache-mod_php
Requires:	mysql
Requires:	php-mysql
Requires:	rrdtool
Requires(post,preun):	rpm-helper

%description
mysqlard daemon collects MySQL(TM) performance data in a Round Robin Database.
The package also contains example graphing and php scripts.

%files
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/*.cnf
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%attr(0755,root,root) %{_initrddir}/mysqlard
%attr(0755,root,root) %{_sysconfdir}/cron.d/%{name}
%attr(0755,root,root) %{_sysconfdir}/cron.daily/%{name}
%attr(0755,root,root) %{_sysconfdir}/cron.weekly/%{name}
%attr(0755,root,root) %{_sysconfdir}/cron.monthly/%{name}
%{_bindir}/*
%{_sbindir}/*
%{_var}/lib/%{name}
%ghost %dir %{_var}/run/%{name}
%{_mandir}/man1/*
%{_mandir}/man8/*
%{_tmpfilesdir}/%{name}.conf

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

chmod 644 AUTHORS ChangeLog COPYING INSTALL NEWS README TODO

%build
autoreconf -fi -Iconfig

%serverbuild

%configure2_5x \
	--sysconfdir=%{_sysconfdir}/%{name} \
	--localstatedir=%{_var}/run/%{name} \
	--datadir=%{_var}/lib

%make

%install
%makeinstall_std

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_sysconfdir}/cron.d
install -d %{buildroot}%{_sysconfdir}/cron.daily
install -d %{buildroot}%{_sysconfdir}/cron.weekly
install -d %{buildroot}%{_sysconfdir}/cron.monthly
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_var}/lib/%{name}/archive
install -d %{buildroot}%{_var}/run/%{name}
install -d %{buildroot}%{_tmpfilesdir}

install -m0644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf

mv %{buildroot}%{_var}/lib/%{name}/*.cnf %{buildroot}%{_sysconfdir}/%{name}/
mv %{buildroot}%{_var}/lib/%{name}/*.server %{buildroot}%{_initrddir}/%{name}

mv %{buildroot}%{_var}/lib/%{name}/mysqlar.daily %{buildroot}%{_sysconfdir}/cron.daily/%{name}

mv %{buildroot}%{_var}/lib/%{name}/mysqlar.weekly %{buildroot}%{_sysconfdir}/cron.weekly/%{name}

mv %{buildroot}%{_var}/lib/%{name}/mysqlar.monthly %{buildroot}%{_sysconfdir}/cron.monthly/%{name}

mv %{buildroot}%{_var}/lib/%{name}/mysqlar.php %{buildroot}%{_var}/lib/%{name}/index.php

cat > %{name}.crond << EOF
*/5 * * * * root hourly=1 daily=1 weekly=1 monthly=1 %{_bindir}/mysqlar_graph > /dev/null
EOF

install -m0755 %{name}.crond %{buildroot}%{_sysconfdir}/cron.d/%{name}

cat > %{buildroot}/%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf << EOF

Alias /%{name} %{_var}/lib/%{name}

<Directory %{_var}/lib/%{name}>
    Require all granted
</Directory>
EOF


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-23
- (73bf432) Properly handle /var/run/mysqlard



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11006 |14cu|mysql_performance_tuning_primer-1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package          %{nil}

Summary:	MySQL Performance Tuning Primer Script
Name:		mysql_performance_tuning_primer
Version:	1.6
Release:	1
Group:		System/Servers
License:	GPL
URL:		http://www.day32.com/MySQL/
Source0:	http://www.day32.com/MySQL/tuning-primer.sh
Source1:	http://www.day32.com/MySQL/time_behind_master.sh
Source2:	http://www.day32.com/MySQL/slave_status.sh
Source3:	http://www.day32.com/MySQL/MYSQL_BACKUP.sh
Requires:	mysql
BuildArch:	noarch

%description
This script takes information from "SHOW STATUS LIKE..." and "SHOW VARIABLES
LIKE..." to produce sane recomendations for tuning server variables. It is
compatibly with all versions of MySQL 3.23 and higher (including 5.1).
   
 o Currently it handles recomendations for the following:  
 o Slow Query Log 
 o Max Connections 
 o Worker Threads 
 o Key Buffer 
 o Query Cache 
 o Sort Buffer 
 o Joins 
 o Temp Tables 
 o Table (Open & Definition) Cache 
 o Table Locking 
 o Table Scans (read_buffer) 
 o Innodb Status 

%prep

%setup -q -c -T

cp %{SOURCE0} mysql_performance_tuning_primer
cp %{SOURCE1} mysql_performance_time_behind_master
cp %{SOURCE2} mysql_performance_slave_status
cp %{SOURCE2} mysql_performance_backup
perl -pi -e "s|^#\!/.*|#!/bin/bash|g" mysql_performance_tuning_primer
perl -pi -e "s|^#\!/.*|#!/bin/bash|g" mysql_performance_time_behind_master
perl -pi -e "s|^#\!/.*|#!/bin/bash|g" mysql_performance_slave_status
perl -pi -e "s|^#\!/.*|#!/bin/bash|g" mysql_performance_backup

%build

%install
install -d %{buildroot}%{_sbindir}
install -m0755 mysql_performance_tuning_primer %{buildroot}%{_sbindir}/

%files
%defattr(0755,root,root)
%attr(0755,root,root) %{_sbindir}/mysql_performance_tuning_primer

%changelog

* Tue Sep 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-1
- (c60b945) Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11007 |14cu|mysql-proxy-0.8.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname mysql-proxy %{major}
%define libchassis %mklibname mysql-chassis %{major}
%define libchassis_glibext %mklibname mysql-chassis-glibext %{major}
%define libchassis_timing %mklibname mysql-chassis-timing %{major}
%define devname %mklibname mysql-proxy -d

Summary:	A Proxy for the MySQL Client/Server protocol
Name:		mysql-proxy
Version:	0.8.5
Release:	1
License:	GPLv2+
Group:		System/Servers
Url:		http://forge.mysql.com/wiki/MySQL_Proxy
Source0:	http://mysql.dataphone.se/Downloads/MySQL-Proxy/mysql-proxy-%{version}.tar.gz
Source2:	mysql-proxy.init
Source3:	mysql-proxy-tmpfiles.conf
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(lua) < 5.2
Requires(preun,post):	rpm-helper

%description
MySQL Proxy is a simple program that sits between your client and MySQL
server(s) that can monitor, analyze or transform their communication. Its
flexibility allows for unlimited uses; common ones include: load balancing;
failover; query analysis; query filtering and modification; and many more.

%files
%doc AUTHORS NEWS README README.TESTS
%attr(0755,root,root) %{_initrddir}/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_sbindir}/mysql-proxy
%{_bindir}/mysql-binlog-dump
%{_bindir}/mysql-myisam-dump
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.lua
%ghost %dir %{_var}/run/%{name}
%dir %{_libdir}/mysql-proxy
%dir %{_libdir}/mysql-proxy/plugins
%dir %{_libdir}/mysql-proxy/lua
%dir %{_libdir}/mysql-proxy/lua/proxy
%{_libdir}/mysql-proxy/plugins/*.so
%{_libdir}/mysql-proxy/lua/*.so
%{_libdir}/mysql-proxy/lua/proxy/*.lua
%{_libdir}/mysql-proxy/lua/*.lua
%{_tmpfilesdir}/%{name}.conf

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains shared library for %{name}.

%files -n %{libname}
%{_libdir}/libmysql-proxy.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libchassis}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}mysql-proxy0 < 0.8.4

%description -n %{libchassis}
This package contains shared library for %{name}.

%files -n %{libchassis}
%{_libdir}/libmysql-chassis.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libchassis_glibext}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}mysql-proxy0 < 0.8.4

%description -n %{libchassis_glibext}
This package contains shared library for %{name}.

%files -n %{libchassis_glibext}
%{_libdir}/libmysql-chassis-glibext.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libchassis_timing}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}mysql-proxy0 < 0.8.4

%description -n %{libchassis_timing}
This package contains shared library for %{name}.

%files -n %{libchassis_timing}
%{_libdir}/libmysql-chassis-timing.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libchassis} = %{EVRD}
Requires:	%{libchassis_glibext} = %{EVRD}
Requires:	%{libchassis_timing} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%doc COPYING
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/mysql-chassis.pc
%{_libdir}/pkgconfig/mysql-proxy.pc

#----------------------------------------------------------------------------

%prep
%setup -q

cp %{SOURCE2} mysql-proxy.init

%build
%serverbuild

%configure2_5x \
	--with-lua

%make LIBS='-llua'

%install
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_datadir}/%{name}
install -d %{buildroot}%{_var}/run/%{name}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_includedir}/%{name}
install -d %{buildroot}%{_tmpfilesdir}

%makeinstall
# bork
mv %{buildroot}%{_bindir}/mysql-proxy %{buildroot}%{_sbindir}/
mv %{buildroot}%{_includedir}/*.h %{buildroot}%{_includedir}/%{name}/

install -m0755 mysql-proxy.init %{buildroot}%{_initrddir}/%{name}
install -m0644 examples/*.lua %{buildroot}%{_datadir}/%{name}/

cat > mysql-proxy.sysconfig << EOF
MYSQL_PROXY_OPTIONS="--daemon --proxy-lua-script %{_datadir}/%{name}/tutorial-basic.lua --plugin-dir=%{_libdir}/mysql-proxy/plugins"
EOF

install -m0644 mysql-proxy.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name}

install -m0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.5-1
- (7cb37ad) New version 0.8.5
- (7cb37ad) Properly handle /var/run/mysql-proxy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11008 |14cu|mysql-workbench-oss-6.1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags -Wformat -fpermissive -Wextra -Wall -Wno-unused -Wno-deprecated
%define _disable_ld_no_undefined 1

%define build_java 0

# Keep internal libraries private
%define __noautoprov 'devel(.*)|_cairo\\.so(.*)|_mforms\\.so(.*)|db(.*)\\.so(.*)|forms\\.grt\\.so(.*)|libantlr3c_wb(.*)|libcdbc\\.so(.*)|libgrt\\.so(.*)|liblinux_utilities\\.so(.*)|libmdcanvas\\.so(.*)|libmdcanvasgtk\\.so(.*)|libmforms\\.so(.*)|libmysqlparser\\.so(.*)|libsqlide\\.so(.*)|libsqlparser\\.so(.*)|libwb(.*)\\.so(.*)|wb(.*)\\.so(.*)'
%define __noautoreq '_cairo\\.so(.*)|_mforms\\.so(.*)|db(.*)\\.so(.*)|forms\\.grt\\.so(.*)|libantlr3c_wb(.*)|libcdbc\\.so(.*)|libgrt\\.so(.*)|liblinux_utilities\\.so(.*)|libmdcanvas\\.so(.*)|libmdcanvasgtk\\.so(.*)|libmforms\\.so(.*)|libmysqlparser\\.so(.*)|libsqlide\\.so(.*)|libsqlparser\\.so(.*)|libwb(.*)\\.so(.*)|wb(.*)\\.so(.*)'

Summary:	Extensible modeling tool for MySQL 5.x
Name:		mysql-workbench-oss
Version:	6.1.7
Release:	4
License:	GPLv2+ and LGPLv2+
Group:		Databases
Url:		http://dev.mysql.com/downloads/workbench/
Source0:	http://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-%{version}-src.tar.gz
Patch0:		mysql-workbench-ctemplate.patch  
Patch1:		mysql-workbench-mariadb-10.patch  
Patch2:		mysql-workbench-no-check-for-updates.patch

Obsoletes:	mysql-workbench < 6.1.7
Provides:	mysql-workbench = %{EVRD}
BuildRequires:	ant
BuildRequires:	cmake
BuildRequires:	gettext
BuildRequires:	imagemagick
BuildRequires:	swig
BuildRequires:	config(ant-antlr3)
BuildRequires:	boost-devel
BuildRequires:	fcgi-devel
BuildRequires:	gettext-devel
BuildRequires:	mysql-devel
BuildRequires:	mysql-connector-c++-devel
BuildRequires:	readline-devel
BuildRequires:	tinyxml-devel
BuildRequires:	vsqlite++-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(glitz)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libctemplate)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnome-2.0)
BuildRequires:	pkgconfig(libgnomeprint-2.2)
BuildRequires:	pkgconfig(libgtkhtml-3.14)
BuildRequires:	pkgconfig(libiodbc)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(slang)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrender)
%if %{build_java}
BuildRequires:	junit
BuildRequires:	eclipse-ecj
BuildRequires:	gcj-tools
BuildRequires:	jpackage-utils
%endif
Requires:	python-paramiko
Requires:	python-pexpect

%description
MySQL Workbench is modeling tool that allows you to design and generate MySQL
databases graphically.

MySQL Workbench requires OpenGL and a 3D accelerated graphics card with at
least 16MB of memory.

%files
%doc COPYING ChangeLog README
%{_bindir}/*
%{_libdir}/mysql-workbench
%{_libdir}/mysql-workbench-oss/mysql-workbench-bin
%{_datadir}/mysql-workbench
%{_datadir}/applications/mysql-workbench-oss.desktop
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/mime/packages/mysql-workbench.xml
%{_datadir}/mime-info/mysql-workbench.mime

#----------------------------------------------------------------------------

%prep
%setup -qn mysql-workbench-community-6.1.7-src
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
export PATH=$PWD/bin:$PATH
export CFLAGS="%{optflags} -fPIE -pie"
export CXXFLAGS="%{optflags} -fPIE -pie"
%cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
   -DMYSQL_CONFIG_PATH=%{_bindir}/mysql_config \
   -DLIB_INSTALL_DIR=%{_libdir} \
   -DCMAKE_BUILD_TYPE=%{edition} \
   -DREAL_EXECUTABLE_DIR=%{_libdir}/%{name} \
   -DUSE_UNIXODBC=FALSE \
   ..

# paralel build broken
make -j2

%install
%makeinstall_std -C build

# construct a clean and correct wrapper
cat > %{buildroot}%{_bindir}/mysql-workbench << EOF
#!/bin/bash
export LD_LIBRARY_PATH="%{_libdir}/mysql-workbench:\$LD_LIBRARY_PATH"
export MWB_DATA_DIR="%{_datadir}/mysql-workbench"
export MWB_LIBRARY_DIR="%{_datadir}/mysql-workbench/libraries"
export MWB_MODULE_DIR="%{_libdir}/mysql-workbench/modules"
export MWB_PLUGIN_DIR="%{_libdir}/mysql-workbench/plugins"
export DBC_DRIVER_PATH="%{_libdir}/mysql-workbench"
%{_libdir}/mysql-workbench-oss/mysql-workbench-bin \$*
EOF

install -d %{buildroot}%{_datadir}/applications
rm -f %{buildroot}%{_datadir}/applications/MySQLWorkbench.desktop
rm -f %{buildroot}%{_datadir}/applications/mysql-workbench.desktop
cat > %{buildroot}%{_datadir}/applications/mysql-workbench-oss.desktop << EOF
[Desktop Entry]
Name=MySQL Workbench
Comment=MySQL Database Design Tool
Exec=%{_bindir}/mysql-workbench
Terminal=false
Type=Application
Icon=mysql-workbench
Categories=Database;Office;
EOF

# More reliable icons
rm -rf %{buildroot}%{_datadir}/icons/hicolor/*/*/mysql-workbench.png
for N in 16 32 48 64 128;
do
convert images/icons/linux/128x128/apps/mysql-workbench.png -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/mysql-workbench.png
done

chmod a+x %{buildroot}%{_datadir}/mysql-workbench/sshtunnel.py

# cleanup
rm -f %{buildroot}%{_libdir}/mysql-workbench/*.*a
rm -f %{buildroot}%{_libdir}/mysql-workbench/modules/*.*a
rm -f %{buildroot}%{_libdir}/mysql-workbench/plugins/*.*a
rm -rf %{buildroot}%{_docdir}/mysql-workbench


%changelog

* Mon Nov 23 2015 Denis Silakov <dsilakov@gmail.com> 6.1.7-4
- (8b1ca8e) Rebuild with new libzip



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11009 |14cu|mytop-1.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A clone of top for MySQL 3.22.x to 4.x
Name: mytop
Version: 1.6
Release: 8
Source0: http://jeremy.zawodny.com/mysql/mytop/%{name}-%{version}.tar.gz
Patch0:  mytop-1.6.long_nums.patch
URL: http://jeremy.zawodny.com/mysql/mytop/
License: GPL
Group: Databases
BuildArch:  noarch
BuildRequires: perl-Term-ReadKey
BuildRequires: perl-devel
Requires: perl-Term-ReadKey
Requires: perl-Mysql
Obsoletes: perl-mytop

%description
Mytop is a console-based (non-gui) tool for monitoring the threads and overall
performance of a MySQL 3.22.x, 3.23.x, and 4.x server.

%prep
%setup -q
%patch0 -p1

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%{_bindir}/mytop
%{_mandir}/man1/%{name}.*
%doc README


%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.6-8
- (e83ec13) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11010 |14cu|nacl-20110221-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define staticname %mklibname nacl -d -s

Summary:	Networking and Cryptography library
Name:		nacl
Version:	20110221
Release:	3
License:	Public Domain
Group:		System/Libraries
Url:		http://nacl.cr.yp.to/
Source0:	http://hyperelliptic.org/nacl/%{name}-%{version}.tar.bz2

%description
NaCl (pronounced "salt") is a new easy-to-use high-speed software library
for network communication, encryption, decryption, signatures, etc. NaCl's goal
is to provide all of the core operations needed to build higher-level
cryptographic tools.

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{staticname}
Summary:	NaCl library for static linking
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{staticname}
NaCl (pronounced "salt") is a new easy-to-use high-speed software library
for network communication, encryption, decryption, signatures, etc. NaCl's goal
is to provide all of the core operations needed to build higher-level
cryptographic tools.

%files -n %{staticname}
%{_includedir}/nacl/
%{_libdir}/libnacl.a

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
./do

%install
SHORTHOSTNAME=$(echo $HOSTNAME | cut -d. -f1 | sed 's/-//g')
%ifarch x86_64
mv build/${SHORTHOSTNAME}/include/amd64/* build/${SHORTHOSTNAME}/include/
%else
%ifarch %{ix86}
mv build/${SHORTHOSTNAME}/include/x86/* build/${SHORTHOSTNAME}/include/
%endif
%endif
mkdir build/${SHORTHOSTNAME}/include/nacl
mv build/${SHORTHOSTNAME}/include/*.h build/${SHORTHOSTNAME}/include/nacl/
%ifarch x86_64
mv build/${SHORTHOSTNAME}/lib/amd64/* build/${SHORTHOSTNAME}/lib/
%else
%ifarch %{ix86}
mv build/${SHORTHOSTNAME}/lib/x86/* build/${SHORTHOSTNAME}/lib/
%endif
%endif
rm -rf build/${SHORTHOSTNAME}/log
rm -rf build/${SHORTHOSTNAME}/work
rm -rf build/${SHORTHOSTNAME}/data
rm -rf build/${SHORTHOSTNAME}/include/x86
rm -rf build/${SHORTHOSTNAME}/include/amd64
rm -rf build/${SHORTHOSTNAME}/include/lpia
rm -rf build/${SHORTHOSTNAME}/lib/x86
rm -rf build/${SHORTHOSTNAME}/lib/amd64
rm -rf build/${SHORTHOSTNAME}/lib/lpia
rm -f build/${SHORTHOSTNAME}/bin/ok*
rm -f build/${SHORTHOSTNAME}/lib/*.o
rm build/${SHORTHOSTNAME}/include/nacl/cpuid.h

mkdir -p %{buildroot}%{_prefix}
mv build/$SHORTHOSTNAME/include %{buildroot}%{_includedir}
mv build/$SHORTHOSTNAME/bin %{buildroot}%{_bindir}
mv build/$SHORTHOSTNAME/lib %{buildroot}%{_libdir}


%changelog

* Thu Jun 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 20110221-3
- (807eb06) Disable debug package
- (807eb06) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11011 |14cu|naev-0.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _appdatadir %{_datadir}/appdata

Name:		naev
Version:	0.6.1
Release:	1
Summary:	2D space trading and combat game
Group:		Games/Arcade
License: 	GPLv3+
Url:		http://naev.org/
Source0:	https://sourceforge.net/projects/naev/files/naev-0.6.1/naev-%{version}.tar.bz2
Source1:	http://sourceforge.net/projects/naev/files/naev-%{version}/ndata-%{version}.zip
BuildRequires:	binutils-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	readline-devel
BuildRequires:	imagemagick
BuildRequires:	appstream-util
BuildRequires:	desktop-file-utils
Requires:	%{name}-data = %{EVRD}

%description
NAEV is a 2D space trading and combat game, taking inspiration from the
Escape Velocity series.

You pilot a space ship from a top-down perspective, and are more or less
free to do what you want. As the genre name implies, you’re able to trade
and engage in combat at will. Beyond that, there’s an ever-growing number
of storyline missions, equipment, and ships; Even the galaxy itself grows
larger with each release. For the literarily-inclined, there are large
amounts of lore accompanying everything from planets to equipment.

%files
%doc README LICENSE AUTHORS TODO
%attr(755,root,root) %{_gamesbindir}/%{name}
%{_mandir}/man6/%{name}.6.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/naev-confupdate.sh
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.png
%{_appdatadir}/%{name}.appdata.xml
#--------------------------------------------------------------------------

%package	data
Group:		Games/Arcade
License:	GPLv3+ AND GPLv3 AND GPLv2+ AND Public Domain AND CC-by 3.0 AND CC-by-sa 3.0
Summary:	Data files for %{name}
Suggests:	naev
BuildArch:	noarch

%description	data
NAEV is a 2D space trading and combat game, taking inspiration from the
Escape Velocity series.

This is the data file.

%files data
%doc AUTHORS VERSION
%{_gamesdatadir}/%{name}/*
#------------------------------------------------------------------
%prep
%setup -q
chmod 755 naev-confupdate.sh

%build
### NOTE: ndata-path needs to point directly to the zip file ###
%configure2_5x --with-ndata-path=%{_gamesdatadir}/%{name}/ndata-%{version}.zip --bindir=%{_gamesbindir}
%make LIBS="-lvorbis -lm"

%install
%makeinstall_std

install -m644 %{SOURCE1} -D %{buildroot}%{_gamesdatadir}/%{name}/ndata-%{version}.zip

for size in 256 64 48 32 16; do
  install -d %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps
  convert extras/logos/%{name}.png -resize ${size} %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/%{name}.png
done

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=Naev
GenericName=Naev
Comment=2D space trading and combat game
Icon=%{name}
Exec=%{_gamesbindir}/%{name}
Type=Application
Categories=Game;StrategyGame;
StartupNotify=true
EOF

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml

%changelog

* Sun Jul 03 2016 abfonly <abfonly@gmail.com> 0.6.1-1
- (e379e2f) Log: Update to 0.6.1
- (e379e2f) clean spec and git



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11012 |14cu|nagios-4.0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define nsusr nagios
%define nsgrp nagios
%define cmdusr apache
%define cmdgrp apache
%define _disable_ld_no_undefined 1

Summary:    Host/service/network monitoring program
Name:       nagios
Version:    4.0.8
Release:    1
License:    GPLv2
Group:      Networking/Other
URL:        http://www.nagios.org/
Source0:    http://prdownloads.sourceforge.net/nagios/%{name}-%{version}.tar.gz
Source1:    %{name}.service
Source2:    %{name}.tmpfiles
Source5:    favicon.ico
Patch1:     nagios-4.0.0-conf.d.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires:   nagios-plugins
BuildRequires:  gd-devel
BuildRequires:  imagemagick
BuildRequires:  jpeg-devel
BuildRequires:  libtool-devel
BuildRequires:  multiarch-utils >= 1.0.3
BuildRequires:  perl-devel
Epoch:      1

%description
Nagios is a program that will monitor hosts and services on your
network. It has the ability to email or page you when a problem
arises and when a problem is resolved. Nagios is written in C and
is designed to run under Linux (and some other *NIX variants) as a
background process, intermittently running checks on various
services that you specify.

The actual service checks are performed by separate "plugin"
programs which return the status of the checks to Nagios.

This package provide core programs for nagios. The web interface,
documentation, and development files are built as separate
packages

%package    www
Summary:    Provides the HTML and CGI files for the Nagios web interface
Group:      Networking/WWW
Requires:   %{name} = %{epoch}:%{version}-%{release}
Requires:   freetype
Requires:   nail
Requires:   traceroute
Requires:   apache-mod_php
Epoch:      %{epoch}

%description    www
Nagios is a program that will monitor hosts and services on your network. It
has the ability to email or page you when a problem arises and when a problem
is resolved. Nagios is written in C and is designed to run under Linux (and
some other *NIX variants) as a background process, intermittently running
checks on various services that you specify.

Several CGI programs are included with Nagios in order to allow you to view the
current service status, problem history, notification history, and log file via
the web. This package provides the HTML and CGI files for the Nagios web
interface. In addition, HTML documentation is included in this package

%package    devel
Group:      Development/C
Summary:    Provides include files that Nagios-related applications may compile against
Epoch:      %{epoch}

%description    devel
Nagios is a program that will monitor hosts and services on your network. It
has the ability to email or page you when a problem arises and when a problem
is resolved. Nagios is written in C and is designed to run under Linux (and
some other *NIX variants) as a background process, intermittently running
checks on various services that you specify.

This package provides include files that Nagios-related applications may
compile against.

%prep
%setup -q 
%apply_patches

%build
%serverbuild

export CFLAGS="$CFLAGS -fPIC"
export CXXFLAGS="$CXXFLAGS -fPIC"
export FFLAGS="$FFLAGS -fPIC"
%configure \
    --with-httpd-conf=%{_webappconfdir} \
    --with-checkresult-dir=/var/spool/nagios/checkresults \
    --with-temp-dir=/tmp \
    --exec-prefix=%{_sbindir} \
    --bindir=%{_sbindir} \
    --sbindir=%{_libdir}/nagios/cgi \
    --libexecdir=%{_libdir}/nagios/plugins \
    --datadir=%{_datadir}/nagios \
    --sysconfdir=%{_sysconfdir}/nagios \
    --localstatedir=/var/log/nagios \
    --with-lockfile=/var/run/nagios/nagios.pid \
    --with-mail=/bin/mail \
    --with-nagios-user=%{nsusr} \
    --with-nagios-group=%{nsgrp} \
    --with-command-user=%{cmdusr} \
    --with-command-grp=%{cmdgrp} \
    --with-cgiurl=/nagios/cgi-bin \
    --with-htmurl=/nagios \
    --with-gd-lib=%{_libdir} \
    --with-gd-inc=%{_includedir}

# bug
perl -pi -e "s|/var/log/nagios/spool/checkresults|/var/spool/nagios/checkresults|g" include/locations.h

# the helloworld one doesn't like -fPIE
perl -pi -e "s|-fPIE||g" module/Makefile

%make all

pushd contrib
    make convertcfg
    make daemonchk.cgi
popd

%install
rm -rf %{buildroot}

install -d -m0755 %{buildroot}%{_webappconfdir}
install -d -m0755 %{buildroot}/var/spool/nagios/checkresults
install -d -m0755 %{buildroot}/var/run/nagios
install -d -m0755 %{buildroot}%{_includedir}/nagios

install -d -m0755 %{buildroot}%{_sysconfdir}/nagios/{servers,printers,switches,routers,conf.d,plugins.d}
install -d -m0755 %{buildroot}%{_libdir}/nagios/plugins/eventhandlers

make \
    DESTDIR=%{buildroot} \
    BINDIR=%{_sbindir} \
    CFGDIR=%{_sysconfdir}/nagios \
    CGIDIR=%{_libdir}/nagios/cgi \
    COMMAND_OPTS="" \
    HTMLDIR=%{_datadir}/nagios/www \
    INIT_OPTS="" \
    INSTALL=install \
    INSTALL_OPTS="" \
    LOGDIR=/var/log/nagios \
    STRIP=/bin/true \
    install \
    install-devel \
    install-config

# fix docs
cp sample-config/README README.sample-config
cp sample-config/template-object/README README.template-object

# install headers
install -m0644 include/locations.h %{buildroot}%{_includedir}/nagios/

pushd contrib
    make \
    DESTDIR=%{buildroot} \
    BINDIR=%{_sbindir} \
    CFGDIR=%{_sysconfdir}/nagios \
    CGIDIR=%{_libdir}/nagios/cgi \
    COMMAND_OPTS="" \
    HTMLDIR=%{_datadir}/nagios/www \
    INIT_OPTS="" \
    INSTALL=install \
    INSTALL_OPTS="" \
    LOGDIR=/var/log/nagios \
    install
popd

# fix strange perms
find %{buildroot}%{_datadir}/nagios -type d | xargs chmod 755
find %{buildroot}%{_datadir}/nagios/www -type f | xargs chmod 644
chmod 755 \
    %{buildroot}%{_libdir}/nagios/cgi/* \
    %{buildroot}%{_sbindir}/*

# fix default config
perl -pi \
    -e 's|^check_for_updates=1|check_for_updates=0|;' \
    -e 's|^#query_socket=|query_socket=|;' \
    -e "s|=/var/log/nagios/rw/|=/var/spool/nagios/|;" \
    %{buildroot}%{_sysconfdir}/nagios/nagios.cfg
perl -pi \
    -e "s|^physical_html_path=.*|physical_html_path=%{_datadir}/nagios/www|;" \
    %{buildroot}%{_sysconfdir}/nagios/cgi.cfg


# systemd
install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/nagios.service
install -D -m 644 %{SOURCE2} %{buildroot}%{_prefix}/lib/tmpfiles.d/nagios.conf
rm -f %{buildroot}%{_initrddir}/nagios

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# Nagios Apache configuration

ScriptAlias /%{name}/cgi-bin %{_libdir}/%{name}/cgi

<Directory %{_libdir}/%{name}/cgi>
    Options ExecCGI
    Require all granted
</Directory>

Alias /%{name} %{_datadir}/%{name}/www

<Directory %{_datadir}/%{name}/www>
    Require all granted
</Directory>
EOF

# install and fix event handlers
install -m0755 contrib/eventhandlers/disable_active_service_checks %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/disable_notifications %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/enable_active_service_checks %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/enable_notifications %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/submit_check_result %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/redundancy-scenario1/handle-master-host-event %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/
install -m0755 contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event %{buildroot}%{_libdir}/nagios/plugins/eventhandlers/

find %{buildroot}%{_libdir}/nagios/plugins/eventhandlers -type f | \
    xargs perl -pi \
    -e 's|/usr/local/nagios/var/rw/|/var/spool/nagios/|;' \
    -e 's|/usr/local/nagios/libexec/eventhandlers|%{_libdir}/nagios/plugins/eventhandlers|g;' \
    -e 's|/usr/local/nagios/libexec/send_nsca|%{_libdir}/nagios/plugins/send_nsca|g;' \
    -e 's|/usr/local/nagios/test/var|/var/log/nagios|g;' \
    -e 's|/usr/local/nagios/etc/send_nsca.cfg|%{_sysconfdir}/nagios/send_nsca.cfg|g;' \
    -e 's|printfcmd="/bin/printf"|printfcmd="/usr/bin/printf"|;'

%multiarch_includes %{buildroot}%{_includedir}/nagios/locations.h

# install the favicon.ico
install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/nagios/www

# automatic reloading for new plugins
install -d %buildroot%{_var}/lib/rpm/filetriggers
cat > %buildroot%{_var}/lib/rpm/filetriggers/nagios.filter << EOF
^.%{_sysconfdir}/nagios/plugins.d/.*\.cfg$
EOF
cat > %buildroot%{_var}/lib/rpm/filetriggers/nagios.script << EOF
#!/bin/sh
systemctl try-restart nagios.service
EOF
chmod 755 %buildroot%{_var}/lib/rpm/filetriggers/nagios.script

%pretrans
# prevent symlink creation failure on update
if [ -d /etc/nagios/plugins.d -a ! -L /etc/nagios/plugins.d ]; then
    if [ ! -d /etc/nagios/conf.d ]; then
        mkdir -p /etc/nagios/conf.d
    fi
    mv -f /etc/nagios/plugins.d/* /etc/nagios/conf.d 2>/dev/null
    rmdir /etc/nagios/plugins.d
fi

%pre
%_pre_useradd %{nsusr} /var/log/nagios /bin/sh
%{_bindir}/gpasswd -a %{cmdusr} %{nsgrp} >/dev/null 2>&1 || :

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{nsusr}

%files
%doc Changelog INSTALLING LEGAL README UPGRADING
%doc sample-config/mrtg.cfg
%{_unitdir}/nagios.service
%{_prefix}/lib/tmpfiles.d/nagios.conf
%{_sbindir}/*
%dir %{_sysconfdir}/nagios
%dir %{_sysconfdir}/nagios/conf.d
%dir %{_sysconfdir}/nagios/plugins.d
%dir %{_sysconfdir}/nagios/objects
%config(noreplace) %{_sysconfdir}/nagios/*.cfg
%config(noreplace) %{_sysconfdir}/nagios/objects/*.cfg
%attr(-,%{nsusr},%{nsgrp}) %dir /var/log/nagios
%attr(-,%{nsusr},%{nsgrp}) %dir /var/log/nagios/archives
%attr(2775,%{nsusr},%{cmdgrp}) %dir /var/spool/nagios
%attr(-,%{nsusr},%{nsgrp}) %dir /var/spool/nagios/checkresults
%dir %{_libdir}/nagios/plugins/eventhandlers
%{_libdir}/nagios/plugins/eventhandlers/*
%{_var}/lib/rpm/filetriggers/nagios.*

%files www
%config(noreplace) %{_webappconfdir}/nagios.conf
%{_libdir}/nagios/cgi
%{_datadir}/nagios/www

%files devel
%{multiarch_includedir}/nagios/locations.h
%{_includedir}/nagios
%{_libdir}/libnagios.a


%changelog
* Mon Feb 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:4.0.8-1
+ Revision: 9063672
- Fix pid files handling



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11013 |14cu|nagios-check_logfiles-3.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This package is de-facto noarch, but we need to install files to arch-specific places
%define debug_package %{nil}

Name:		nagios-check_logfiles
Version:	3.5.1
Release:	1
Summary:	Check log files for specific patterns
Group:		Networking/Other
License:	BSD
URL:		http://www.consol.com/opensource/nagios/check-logfiles
Source:     http://www.consol.com/fileadmin/opensource/Nagios/check_logfiles-%{version}.tar.gz

%description
check_logfiles is a Plugin for Nagios which scans log files for specific
patterns.

%prep
%setup -q -n check_logfiles-%{version}

%build
%configure2_5x --build=i586-mandriva-linux-gnu --libexec=%{_libdir}/nagios/plugins
%make


%install
%makeinstall_std

%files
%{_libdir}/nagios/plugins/check_logfiles


%changelog

* Sun Aug 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.5.1-1
- (59deed2) Updated to 3.5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11014 |14cu|nagios-check_mk-1.2.4b7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nagios-check_mk
Version:	1.2.4b7
Release:	1
Summary:	A new general purpose Nagios-plugin for retrieving data
Group:		Networking/Other
License:	BSD
URL:		http://mathias-kettner.de/check_mk
Source:     http://mathias-kettner.de/download/check_mk-%{version}.tar.gz
BuildArch:  noarch

%description
check_mk is a general purpose Nagios-plugin for retrieving data. It adopts a
new approach for collecting data from operating systems and network components.
It obsoletes NRPE, check_by_ssh, NSClient, and check_snmp and it has many
benefits, the most important of which are significant reduction of CPU usage on
the Nagios host and automatic inventory of items to be checked on hosts. The
larger your Nagios installation is, the more helpful these improvements.

%package agent
Summary:    Agent for check_mk
Requires:   xinetd
Group:      Networking/Other

%description agent
This package contains the agent for check_mk. Install this on
all Linux machines you want to monitor via check_mk.

%prep
%setup -q -n check_mk-%{version}
tar xf agents.tar.gz

%build

%install
install -d -m 755 %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/check_mk <<'EOF'
#!/bin/sh
exec python %{_datadir}/check_mk/modules/check_mk.py "$@"
EOF
chmod +x %{buildroot}%{_bindir}/check_mk

install -d -m 755 %{buildroot}%{_sysconfdir}/check_mk
cat > %{buildroot}%{_sysconfdir}/check_mk/main.mk <<'EOF'
all_hosts = [ "localhost" ]
EOF

install -d -m 755 %{buildroot}%{_datadir}/check_mk
install -d -m 755 %{buildroot}%{_datadir}/check_mk/modules
tar xf modules.tar.gz -C %{buildroot}%{_datadir}/check_mk/modules
install -d -m 755 %{buildroot}%{_datadir}/check_mk/checks
tar xf checks.tar.gz -C %{buildroot}%{_datadir}/check_mk/checks
install -d -m 755 %{buildroot}%{_datadir}/check_mk/web
tar xf web.tar.gz -C %{buildroot}%{_datadir}/check_mk/web
install -d -m 755 %{buildroot}%{_datadir}/check_mk/pnp-templates
tar xf pnp-templates.tar.gz -C %{buildroot}%{_datadir}/check_mk/pnp-templates

cat > %{buildroot}%{_datadir}/check_mk/modules/defaults <<'EOF'
# created during package creation

check_mk_version            = '%{version}'
default_config_dir          = '%{_sysconfdir}/check_mk'
check_mk_configdir          = '%{_sysconfdir}/check_mk/conf.d'
checks_dir                  = '%{_datadir}/check_mk/checks'
check_manpages_dir          = '%{_datadir}/check_mk/doc/checks'
modules_dir                 = '%{_datadir}/check_mk/modules'
agents_dir                  = '%{_datadir}/check_mk/agents'
var_dir                     = '%{_localstatedir}/lib/check_mk'
lib_dir                     = ''
autochecksdir               = '%{_localstatedir}/lib/check_mk/autochecks'
precompiled_hostchecks_dir  = '%{_localstatedir}/lib/check_mk/precompiled'
counters_directory          = '%{_localstatedir}/lib/check_mk/counters'
tcp_cache_dir               = '%{_localstatedir}/lib/check_mk/cache'
logwatch_dir                = '%{_localstatedir}/lib/check_mk/logwatch'
nagios_objects_file         = '%{_sysconfdir}/nagios/objects/check_mk_objects.cfg'
rrd_path                    = '%{_localstatedir}/lib/check_mk/rrd'
nagios_command_pipe_path    = '/var/log/nagios/rw/nagios.cmd'
nagios_status_file          = '/var/log/nagios/status.dat'
nagios_conf_dir             = '/etc/nagios/objects'
nagios_user                 = 'nagios'
nagios_url                  = '/nagios'
nagios_cgi_url              = '/nagios/cgi-bin'
logwatch_notes_url          = '/check_mk/logwatch.py?host=%s&file=%s'
www_group                   = 'apache'
nagios_config_file          = '%{_sysconfdir}/nagios/nagios.cfg'
nagios_startscript          = '%{_initrddir}/nagios'
nagios_binary               = '%{_sbindir}/nagios'
apache_config_dir           = '%{_sysconfdir}/httpd/conf/webapps.d'
htpasswd_file               = '%{_sysconfdir}/check_mk/htpasswd.users'
nagios_auth_name            = 'Nagios Access'
web_dir                     = '%{_datadir}/check_mk/web'
checkmk_web_uri             = '/check_mk'
livestatus_unix_socket      = '/'
livebackendsdir             = ''
pnp_url                     = '/pnp4nagios/'
pnp_templates_dir           = '%{_datadir}/check_mk/pnp-templates'
doc_dir                     = '%{_datadir}/doc/check_mk'
EOF
cp %{buildroot}%{_datadir}/check_mk/modules/defaults \
    %{buildroot}%{_datadir}/check_mk/web/htdocs/defaults.py

install -d -m 755 %{buildroot}%{_localstatedir}/lib/check_mk
install -d -m 755 %{buildroot}%{_localstatedir}/lib/check_mk/autochecks
install -d -m 755 %{buildroot}%{_localstatedir}/lib/check_mk/cache
install -d -m 755 %{buildroot}%{_localstatedir}/lib/check_mk/counters
install -d -m 755 %{buildroot}%{_localstatedir}/lib/check_mk/precompiled
install -d -m 755 %{buildroot}%{_localstatedir}/lib/check_mk/logwatch
install -d -m 755 %{buildroot}%{_localstatedir}/lib/check_mk/rrd

install -d -m 755 %{buildroot}%{_docdir}/%{name}
tar xf doc.tar.gz -C %{buildroot}%{_docdir}/%{name} --exclude livestatus

install -d -m 755 %{buildroot}%{_sysconfdir}/xinetd.d
install -m 644 xinetd.conf %{buildroot}%{_sysconfdir}/xinetd.d/check_mk_agent

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 check_mk_agent.linux %{buildroot}%{_bindir}/check_mk_agent

install -d -m 755 %{buildroot}%{_datadir}/check_mk_agent
install -d -m 755 %{buildroot}%{_datadir}/check_mk_agent/plugins
install -d -m 755 %{buildroot}%{_datadir}/check_mk_agent/local
install -m 644 plugins/mk_logwatch %{buildroot}%{_datadir}/check_mk_agent/plugins
install -m 644 plugins/j4p_performance %{buildroot}%{_datadir}/check_mk_agent/plugins
install -m 644 plugins/mk_oracle %{buildroot}%{_datadir}/check_mk_agent/plugins
install -m 644 plugins/sylo %{buildroot}%{_datadir}/check_mk_agent/plugins

install -d -m 755 %{buildroot}%{_sysconfdir}/check_mk_agent
install -m 644 logwatch.cfg %{buildroot}%{_sysconfdir}/check_mk_agent

perl -pi \
    -e 's|LIBDIR="/to/be/changed"|LIBDIR="%{_datadir}/check_mk_agent"|;' \
    -e 's|CONFDIR="/to/be/changed"|CONFDIR="%{_sysconfdir}/check_mk_agent"|;' \
    %{buildroot}%{_bindir}/check_mk_agent

# Drop compiled example - it won't launch in our systems
rm -f %{buildroot}%{_datadir}/doc/nagios-check_mk/treasures/modbus/agent_modbus

%files
%doc %{_docdir}/%{name}
%{_bindir}/check_mk
%config(noreplace) %{_sysconfdir}/check_mk
%{_datadir}/check_mk
%{_localstatedir}/lib/check_mk

%files agent
%{_bindir}/check_mk_agent
%{_datadir}/check_mk_agent
%config(noreplace) %{_sysconfdir}/xinetd.d/check_mk_agent
%config(noreplace) %{_sysconfdir}/check_mk_agent
%changelog

* Thu Sep 10 2015 Denis Silakov <dsilakov@gmail.com> 1.2.4b7-1
- (8e9f63b) Drop compiled example - it won't launch in our systems



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11015 |14cu|nagios-check_mysql_health-2.1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name	check_mysql_health

Name:		nagios-%{up_name}
Version:	2.1.7
Release:	1
Summary:	Check MySQL
Group:		Networking/Other
License:	GPL
URL:		http://www.consol.de/opensource/nagios/check-mysql-health/
Source0:	http://labs.consol.de/wp-content/uploads/2010/03/%{up_name}-%{version}.tar.gz
BuildArch:	noarch

%description
This plugin is used to monitor a variety of mysql database metrics.

%prep
%setup -q -n %{up_name}-%{version}

%build
%configure2_5x \
    --libexecdir=%{_datadir}/nagios/plugins \
    --with-statefiles-dir=%{_localstatedir}/lib/nagios
%make

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_mysql_health.cfg <<'EOF'
define command{
	command_name	check_mysql_health
	command_line	%{_datadir}/nagios/plugins/check_mysql_health
}
EOF

%files
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_mysql_health.cfg
%{_datadir}/nagios/plugins/check_mysql_health

%changelog

* Mon Aug 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.7-1
- (f30e0d3) Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11016 |14cu|nagios-check_spamd-0.01-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	Spamd monitoring script for use with Nagios
Name:		nagios-check_spamd
Version:	0.01
Release:	8
License:	Apache License
Group:		Networking/Other
URL:		http://www.apache.org/
# Originally taken from here, but URL doesnt' work anymore: http://svn.apache.org/repos/asf/spamassassin/trunk/contrib/check_spamd
Source0:	check_spamd
Requires:	nagios-plugins
Requires:	perl(Time::HiRes)
Requires:	perl(Mail::SpamAssassin::Client)
Requires:	perl(Mail::SpamAssassin::Timeout)
BuildArch:  noarch

%description
The purpose of this program is to provide a tool to monitor the status of
"spamd" server processes. spamd is the daemonized version of the spamassassin
executable, both provided in the SpamAssassin distribution.

This program is designed for use, as a plugin, with the Nagios service
monitoring software available from http://nagios.org. It might be compatible
with other service monitoring packages. It is also useful as a command line
utility or as a component of a custom shell script.

%prep
%setup -q -c -T

%build

%install

install -d %{buildroot}%{_datadir}/nagios/plugins
install -m 755 %{SOURCE0} %{buildroot}%{_datadir}/nagios/plugins

install -d %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_spamd.cfg <<'EOF'
define command {
	command_name    check_spamd
	command_line    %{_datadir}/nagios/plugins/check_spamd -H $HOSTADDRESS$ -c $ARG1$ -p $ARG2$ -t $ARG3$ -w $ARG4$
}
EOF

%clean

%files
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_spamd.cfg
%{_datadir}/nagios/plugins/check_spamd



%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 0.01-8
- (3f116fe) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11017 |14cu|nagios-check_whitelist-0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	Examine and manipulate SpamAssassin's auto-whitelist db
Name:		nagios-check_whitelist
Version:	0
Release:	9
License:	Apache License
Group:		Networking/Other
URL:		http://www.apache.org/
# Originally taken from here, but URL doesnt' work anymore: http://svn.apache.org/repos/asf/spamassassin/trunk/tools/check_whitelist
Source0:	check_whitelist
Source1:	check_whitelist.cfg
Requires:	nagios-plugins
BuildArch:  noarch

%description
Check or clean a SpamAssassin auto-whitelist (AWL) database file.

%prep
%setup -q -c -T

%build

%install

install -d %{buildroot}%{_datadir}/nagios/plugins
install -m 755 %{SOURCE0} %{buildroot}%{_datadir}/nagios/plugins/

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
cat > %{buildroot}%{_sysconfdir}/nagios/plugins.d/check_whitelist.cfg <<'EOF'
define command {
	command_name    check_whitelist
	command_line    %{_datadir}/nagios/plugins/check_whitelist --clean --min $ARG1$ $ARG2$
}
EOF

%clean

%files
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_whitelist.cfg
%{_datadir}/nagios/plugins/check_whitelist



%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 0-9
- (311a955) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11018 |14cu|nagiosgraph-1.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nagiosgraph
Version:	1.4.4
Release:	1
Summary:	Visualization addon for nagios
License:	GPL
Group:		Networking/WWW
URL:		http://nagiosgraph.sourceforge.net
Source:     http://downloads.sourceforge.net/nagiosgraph/%{name}-%{version}.tar.gz
Requires:   nagios
BuildArch:	noarch

%description
Nagiosgraph is an add-on of Nagios. It collects service performance data into
rrd format, and displays the resulting graphs via cgi.

%prep
%setup -q -n %{name}-%{version}

%build

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 etc/* %{buildroot}%{_sysconfdir}/%{name}
rm -f %{buildroot}%{_sysconfdir}/%{name}/*.pm

install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/%{name}/lib
install -m 644 etc/ngshared.pm %{buildroot}%{_datadir}/%{name}/lib

install -d -m 755 %{buildroot}%{_datadir}/%{name}/www
install -m 755 cgi/* %{buildroot}%{_datadir}/%{name}/www
install -m 644 share/*.css %{buildroot}%{_datadir}/%{name}/www

install -d -m 755 %{buildroot}%{_datadir}/%{name}/bin
install -m 755 lib/* %{buildroot}%{_datadir}/%{name}/bin

install -d -m 755 %{buildroot}%{_var}/lib/nagiosgraph

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration
Alias /%{name} %{_datadir}/%{name}/www

<Directory %{_datadir}/%{name}/www>
    DirectoryIndex show.cgi
    Options ExecCGI

    Require all granted
</Directory>
EOF

cat > README.urpmi <<EOF
Mandriva RPM specific notes

setup
-----
This software has been modified to comply with FHS:
- all configurations files are located in %{_sysconfdir}/nagiosgraph
EOF

%clean
rm -rf %{buildroot}

%post
%if %mdkversion < 201010
%_post_webapp
%endif
%create_ghostfile /var/log/nagiosgraph.log nagios apache 664


%files
%defattr(-,root,root)
%doc AUTHORS CHANGELOG INSTALL README README.urpmi TODO
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/nagiosgraph
%{_datadir}/%{name}
%attr(-,nagios,nagios) %{_var}/lib/%{name}




%changelog

* Tue Aug 25 2015 dsilakov <denis.silakov@rosalab.ru> 1.4.4-1
- (9e88f87) Merge pull request #2 from dalyadov/nagiosgraph:rosa2014.1
- (9e88f87) nagiosgraph



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11019 |14cu|nagios-plugins-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define nsusr nagios
%define nsgrp nagios
%define cmdusr apache
%define cmdgrp apache

Summary:	Host/service/network monitoring program plugins for Nagios
Name:		nagios-plugins
Version:	1.5
Release:	3
Epoch:		1
License:	GPLv2+
Group:		Monitoring
Url:		http://nagiosplug.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/nagiosplug/%{name}-%{version}.tar.gz
Source101:	check_breeze.cfg
Source102:	check_by_ssh.cfg
Source103:	check_cluster.cfg
Source104:	check_dhcp.cfg
Source105:	check_dig.cfg
Source106:	check_disk.cfg
Source107:	check_disk_smb.cfg
Source108:	check_dns.cfg
Source109:	check_dummy.cfg
Source110:	check_file_age.cfg
Source111:	check_flexlm.cfg
Source112:	check_fping.cfg
Source113:	check_game.cfg
Source114:	check_hpjd.cfg
Source115:	check_http.cfg
Source116:	check_icmp.cfg
Source117:	check_ide_smart.cfg
Source118:	check_ifoperstatus.cfg
Source119:	check_ifstatus.cfg
Source120:	check_ircd.cfg
Source121:	check_ldap.cfg
Source122:	check_load.cfg
Source123:	check_log.cfg
Source124:	check_mailq.cfg
Source127:	check_mysql.cfg
Source128:	check_mysql_query.cfg
Source129:	check_nagios.cfg
Source130:	check_nt.cfg
Source131:	check_ntp.cfg
Source132:	check_ntp_peer.cfg
Source133:	check_ntp_time.cfg
Source134:	check_nwstat.cfg
Source135:	check_oracle.cfg
Source136:	check_overcr.cfg
Source137:	check_pgsql.cfg
Source138:	check_ping.cfg
Source139:	check_procs.cfg
Source140:	check_radius.cfg
Source141:	check_real.cfg
Source142:	check_rpc.cfg
Source143:	check_sensors.cfg
Source144:	check_smtp.cfg
Source145:	check_snmp.cfg
Source146:	check_ssh.cfg
Source147:	check_swap.cfg
Source148:	check_tcp.cfg
Source149:	check_time.cfg
Source150:	check_ups.cfg
Source151:	check_users.cfg
Source152:	check_wave.cfg

Patch6:		nagios-plugins-check_ping-socket-filter-warning.diff
# http://sourceforge.net/tracker/index.php?func=detail&aid=1854415&group_id=29880&atid=397599
Patch21:	nagios-plugins-1.4.15-check_dhcp-roguedhcpservercheck.patch
# http://sourceforge.net/tracker/?func=detail&atid=397599&aid=2430999&group_id=29880
Patch22:	nagios-plugins-1.5-check_ldap_certificate.patch
Patch23:	nagios-plugins-1.5-automake-1.14.patch
BuildRequires:	bind-utils
BuildRequires:	cvs
BuildRequires:	fping
BuildRequires:	net-snmp-utils
BuildRequires:	ntp
BuildRequires:	nut
BuildRequires:	openssh-clients
BuildRequires:	samba-client
BuildRequires:	shadow-utils
BuildRequires:	traceroute
BuildRequires:	gettext-devel
BuildRequires:	libsasl-devel
BuildRequires:	mysql-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	radiusclient-ng-devel
BuildRequires:	pkgconfig(dbi)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires(post,preun):	rpm-helper

%description
Nagios is a program that will monitor hosts and services on your network, and
to email or page you when a problem arises or is resolved. Nagios runs on a
Unix server as a background or daemon process, intermittently running checks on
various services that you specify. The actual service checks are performed by
separate "plugin" programs which return the status of the checks to Nagios.

This package contains the basic plugins necessary for use with the Nagios
package. This package should install cleanly on almost any RPM-based system.

%files -f %{name}.lang
%doc AUTHORS CODING ChangeLog FAQ LEGAL NEWS README* REQUIREMENTS SUPPORT
%dir %{_libdir}/nagios
%dir %{_libdir}/nagios/plugins
%{_libdir}/nagios/plugins/negate
%{_libdir}/nagios/plugins/urlize
%{_libdir}/nagios/plugins/utils.pm
%{_libdir}/nagios/plugins/utils.sh
%{_datadir}/nagios/plugins

%pre
%{_sbindir}/useradd -r -M -s /bin/sh -d /var/log/nagios -c "system user for %{nsusr}" %{nsusr} >/dev/null 2>&1 || :
%{_bindir}/gpasswd -a %{cmdusr} %{nsgrp} >/dev/null 2>&1 || :

%postun
%_postun_userdel %{nsusr}

#----------------------------------------------------------------------------

%package -n nagios-check_breeze
Summary:	The check_breeze plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_breeze
This plugin reports the signal strength of a Breezecom wireless equipment

%files -n nagios-check_breeze
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_breeze.cfg
%{_libdir}/nagios/plugins/check_breeze

#----------------------------------------------------------------------------

%package -n nagios-check_by_ssh
Summary:	The check_by_ssh plugin for nagios
Group:		Networking/Other
Requires:	nagios-check_disk
Requires:	nagios-plugins

%description -n nagios-check_by_ssh
This plugin uses SSH to execute commands on a remote host.

%files -n nagios-check_by_ssh
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_by_ssh.cfg
%{_libdir}/nagios/plugins/check_by_ssh

#----------------------------------------------------------------------------

%package -n nagios-check_cluster
Summary:	The check_cluster plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_cluster
This package contains the check_cluster plugin for nagios.

%files -n nagios-check_cluster
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_cluster.cfg
%{_libdir}/nagios/plugins/check_cluster

#----------------------------------------------------------------------------

%package -n nagios-check_dbi
Summary:	The check_dbi plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_dbi
This package contains the check_dbi plugin for nagios.

%files -n nagios-check_dbi
%{_libdir}/nagios/plugins/check_dbi

#----------------------------------------------------------------------------

%package -n nagios-check_dhcp
Summary:	The check_dhcp plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_dhcp
This plugin tests the availability of DHCP servers on a network.

%files -n nagios-check_dhcp
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_dhcp.cfg
%attr(4550,root,nagios) %{_libdir}/nagios/plugins/check_dhcp

#----------------------------------------------------------------------------

%package -n nagios-check_dig
Summary:	The check_dig plugin for nagios
Group:		Networking/Other
Requires:	bind-utils
Requires:	nagios-plugins

%description -n nagios-check_dig
This plugin test the DNS service on the specified host using dig.

%files -n nagios-check_dig
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_dig.cfg
%{_libdir}/nagios/plugins/check_dig

#----------------------------------------------------------------------------

%package -n nagios-check_disk
Summary:	The check_disk plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_disk
This plugin checks the amount of used disk space on a mounted file system and
generates an alert if free space is less than one of the threshold values

%files -n nagios-check_disk
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_disk.cfg
%{_libdir}/nagios/plugins/check_disk

#----------------------------------------------------------------------------

%package -n nagios-check_disk_smb
Summary:	The check_disk_smb plugin for nagios
Group:		Networking/Other
Requires:	samba-client
Requires:	nagios-plugins

%description -n nagios-check_disk_smb
Perl Check SMB Disk plugin for Nagios.

%files -n nagios-check_disk_smb
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_disk_smb.cfg
%{_libdir}/nagios/plugins/check_disk_smb

#----------------------------------------------------------------------------

%package -n nagios-check_dns
Summary:	The check_dns plugin for nagios
Group:		Networking/Other
Requires:	bind-utils
Requires:	nagios-plugins

%description -n nagios-check_dns
This plugin uses the nslookup program to obtain the IP address for the given
host/domain query. An optional DNS server to use may be specified. If no DNS
server is specified, the default server(s) specified in /etc/resolv.conf will
be used.

%files -n nagios-check_dns
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_dns.cfg
%{_libdir}/nagios/plugins/check_dns

#----------------------------------------------------------------------------

%package -n nagios-check_dummy
Summary:	The check_dummy plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_dummy
This plugin will simply return the state corresponding to the numeric value
of the <state> argument with optional text

%files -n nagios-check_dummy
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_dummy.cfg
%{_libdir}/nagios/plugins/check_dummy

#----------------------------------------------------------------------------

%package -n nagios-check_file_age
Summary:	The check_file_age plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_file_age
This package contains the check_file_age plugin for nagios.

%files -n nagios-check_file_age
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_file_age.cfg
%{_libdir}/nagios/plugins/check_file_age

#----------------------------------------------------------------------------

%package -n nagios-check_flexlm
Summary:	The check_flexlm plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_flexlm
Check available flexlm license managers.

%files -n nagios-check_flexlm
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_flexlm.cfg
%{_libdir}/nagios/plugins/check_flexlm

#----------------------------------------------------------------------------

%package -n nagios-check_fping
Summary:	The check_fping plugin for nagios
Group:		Networking/Other
Requires:	fping
Requires:	nagios-plugins

%description -n nagios-check_fping
This plugin will use the fping command to ping the specified host for a fast
check Note that it is necessary to set the suid flag on fping.

%files -n nagios-check_fping
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_fping.cfg
%{_libdir}/nagios/plugins/check_fping

#----------------------------------------------------------------------------

%package -n nagios-check_game
Summary:	The check_game plugin for nagios
Group:		Networking/Other
Requires:	qstat
Requires:	nagios-plugins

%description -n nagios-check_game
This plugin tests game server connections with the specified host.

%files -n nagios-check_game
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_game.cfg
%{_libdir}/nagios/plugins/check_game

#----------------------------------------------------------------------------

%package -n nagios-check_hpjd
Summary:	The check_hpjd plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Requires:	nagios-plugins

%description -n nagios-check_hpjd
This plugin tests the STATUS of an HP printer with a JetDirect card. Net-snmp
must be installed on the computer running the plugin.

%files -n nagios-check_hpjd
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_hpjd.cfg
%{_libdir}/nagios/plugins/check_hpjd

#----------------------------------------------------------------------------

%package -n nagios-check_http
Summary:	The check_http plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_http
This plugin tests the HTTP service on the specified host. It can test normal
(http) and secure (https) servers, follow redirects, search for strings and
regular expressions, check connection times, and report on certificate
expiration times.

%files -n nagios-check_http
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_http.cfg
%{_libdir}/nagios/plugins/check_http

#----------------------------------------------------------------------------

%package -n nagios-check_icmp
Summary:	The check_icmp plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_icmp
This package contains the check_icmp plugin for nagios.

%files -n nagios-check_icmp
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_icmp.cfg
%attr(4550,root,nagios) %{_libdir}/nagios/plugins/check_icmp

#----------------------------------------------------------------------------

%package -n nagios-check_ide_smart
Summary:	The check_ide_smart plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_ide_smart
This plugin checks a local hard drive with the (Linux specific) SMART interface
[http://smartlinux.sourceforge.net/smart/index.php].

%files -n nagios-check_ide_smart
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ide_smart.cfg
%{_libdir}/nagios/plugins/check_ide_smart

#----------------------------------------------------------------------------

%package -n nagios-check_ifoperstatus
Summary:	The check_ifoperstatus plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_ifoperstatus
check_ifoperstatus plugin for Nagios monitors operational status of a
particular network interface on the target host.

%files -n nagios-check_ifoperstatus
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ifoperstatus.cfg
%{_libdir}/nagios/plugins/check_ifoperstatus

#----------------------------------------------------------------------------

%package -n nagios-check_ifstatus
Summary:	The check_ifstatus plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_ifstatus
check_ifstatus plugin for Nagios monitors operational status of each network
interface on the target host.

%files -n nagios-check_ifstatus
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ifstatus.cfg
%{_libdir}/nagios/plugins/check_ifstatus

#----------------------------------------------------------------------------

%package -n nagios-check_ircd
Summary:	The check_ircd plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_ircd
Perl Check IRCD plugin for Nagios.

%files -n nagios-check_ircd
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ircd.cfg
%{_libdir}/nagios/plugins/check_ircd

#----------------------------------------------------------------------------

%package -n nagios-check_ldap
Summary:	The check_ldap plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_ldap
This package contains the check_ldap plugin for nagios.

%files -n nagios-check_ldap
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ldap.cfg
%{_libdir}/nagios/plugins/check_ldap
%{_libdir}/nagios/plugins/check_ldaps

#----------------------------------------------------------------------------

%package -n nagios-check_load
Summary:	The check_load plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_load
This plugin tests the current system load average.

%files -n nagios-check_load
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_load.cfg
%{_libdir}/nagios/plugins/check_load

#----------------------------------------------------------------------------

%package -n nagios-check_log
Summary:	The check_log plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_log
Log file pattern detector plugin for Nagios.

%files -n nagios-check_log
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_log.cfg
%{_libdir}/nagios/plugins/check_log

#----------------------------------------------------------------------------

%package -n nagios-check_mailq
Summary:	The check_mailq plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_mailq
Checks the number of messages in the mail queue (supports multiple sendmail
queues, qmail).

%files -n nagios-check_mailq
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_mailq.cfg
%{_libdir}/nagios/plugins/check_mailq

#----------------------------------------------------------------------------

%package -n nagios-check_mysql
Summary:	The check_mysql plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_mysql
This program tests connections to a mysql server.

%files -n nagios-check_mysql
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_mysql.cfg
%{_libdir}/nagios/plugins/check_mysql

#----------------------------------------------------------------------------

%package -n nagios-check_mysql_query
Summary:	The check_mysql_query plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_mysql_query
This program checks a query result against threshold levels.

%files -n nagios-check_mysql_query
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_mysql_query.cfg
%{_libdir}/nagios/plugins/check_mysql_query

#----------------------------------------------------------------------------

%package -n nagios-check_nagios
Summary:	The check_nagios plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_nagios
This plugin checks the status of the Nagios process on the local machine. The
plugin will check to make sure the Nagios status log is no older than the
number of minutes specified by the expires option. It also checks the process
table for a process matching the command argument.

%files -n nagios-check_nagios
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_nagios.cfg
%{_libdir}/nagios/plugins/check_nagios

#----------------------------------------------------------------------------

%package -n nagios-check_nt
Summary:	The check_nt plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_nt
This plugin collects data from the NSClient service running on a Windows(tm)
NT/2000/XP/2003 server.

%files -n nagios-check_nt
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_nt.cfg
%{_libdir}/nagios/plugins/check_nt

#----------------------------------------------------------------------------

%package -n nagios-check_ntp
Summary:	The check_ntp plugin for nagios
Group:		Networking/Other
Requires:	ntp
Requires:	nagios-plugins

%description -n nagios-check_ntp
This plugin checks the selected ntp server.

%files -n nagios-check_ntp
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ntp.cfg
%{_libdir}/nagios/plugins/check_ntp

#----------------------------------------------------------------------------

%package -n nagios-check_ntp_peer
Summary:	The check_ntp_peer plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_ntp_peer
This plugin checks the selected ntp server.

%files -n nagios-check_ntp_peer
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ntp_peer.cfg
%{_libdir}/nagios/plugins/check_ntp_peer

#----------------------------------------------------------------------------

%package -n nagios-check_ntp_time
Summary:	The check_ntp_time plugin for nagios
Group:		Networking/Other
Requires:	ntp
Requires:	nagios-plugins

%description -n nagios-check_ntp_time
This plugin checks the clock offset with the ntp server.

%files -n nagios-check_ntp_time
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ntp_time.cfg
%{_libdir}/nagios/plugins/check_ntp_time

#----------------------------------------------------------------------------

%package -n nagios-check_nwstat
Summary:	The check_nwstat plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_nwstat
This plugin attempts to contact the MRTGEXT NLM running on a Novell server
to gather the requested system information.

%files -n nagios-check_nwstat
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_nwstat.cfg
%{_libdir}/nagios/plugins/check_nwstat

#----------------------------------------------------------------------------

%package -n nagios-check_oracle
Summary:	The check_oracle plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_oracle
Check Oracle status.

%files -n nagios-check_oracle
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_oracle.cfg
%{_libdir}/nagios/plugins/check_oracle

#----------------------------------------------------------------------------

%package -n nagios-check_overcr
Summary:	The check_overcr plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_overcr
This plugin attempts to contact the Over-CR collector daemon running on the
remote UNIX server in order to gather the requested system information.

%files -n nagios-check_overcr
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_overcr.cfg
%{_libdir}/nagios/plugins/check_overcr

#----------------------------------------------------------------------------

%package -n nagios-check_pgsql
Summary:	The check_pgsql plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_pgsql
Test whether a PostgreSQL Database is accepting connections.

%files -n nagios-check_pgsql
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_pgsql.cfg
%{_libdir}/nagios/plugins/check_pgsql

#----------------------------------------------------------------------------

%package -n nagios-check_ping
Summary:	The check_ping plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_ping
Use ping to check connection statistics for a remote host.

%files -n nagios-check_ping
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ping.cfg
%{_libdir}/nagios/plugins/check_ping

#----------------------------------------------------------------------------

%package -n nagios-check_procs
Summary:	The check_procs plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_procs
Checks all processes and generates WARNING or CRITICAL states if the specified
metric is outside the required threshold ranges. The metric defaults to number
of processes. Search filters can be applied to limit the processes to check.

%files -n nagios-check_procs
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_procs.cfg
%{_libdir}/nagios/plugins/check_procs

#----------------------------------------------------------------------------

%package -n nagios-check_radius
Summary:	The check_radius plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_radius
Tests to see if a radius server is accepting connections.

%files -n nagios-check_radius
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_radius.cfg
%{_libdir}/nagios/plugins/check_radius

#----------------------------------------------------------------------------

%package -n nagios-check_real
Summary:	The check_real plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_real
This plugin tests the REAL service on the specified host.

%files -n nagios-check_real
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_real.cfg
%{_libdir}/nagios/plugins/check_real

#----------------------------------------------------------------------------

%package -n nagios-check_rpc
Summary:	The check_rpc plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_rpc
Check if a rpc service is registered and running using:
rpcinfo -H host -C rpc_command.

%files -n nagios-check_rpc
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_rpc.cfg
%{_libdir}/nagios/plugins/check_rpc

#----------------------------------------------------------------------------

%package -n nagios-check_sensors
Summary:	The check_sensors plugin for nagios
Group:		Networking/Other
Requires:	lm_sensors
Requires:	nagios-plugins

%description -n nagios-check_sensors
This plugin checks hardware status using the lm_sensors package.

%files -n nagios-check_sensors
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_sensors.cfg
%{_libdir}/nagios/plugins/check_sensors

#----------------------------------------------------------------------------

%package -n nagios-check_smtp
Summary:	The check_smtp plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_smtp
This plugin will attempt to open an SMTP connection with the host.

%files -n nagios-check_smtp
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_smtp.cfg
%{_libdir}/nagios/plugins/check_smtp

#----------------------------------------------------------------------------

%package -n nagios-check_snmp
Summary:	The check_snmp plugin for nagios
Group:		Networking/Other
Requires:	net-snmp-utils
Requires:	nagios-plugins

%description -n nagios-check_snmp
Check status of remote machines and obtain sustem information via SNMP.

%files -n nagios-check_snmp
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_snmp.cfg
%{_libdir}/nagios/plugins/check_snmp

#----------------------------------------------------------------------------

%package -n nagios-check_ssh
Summary:	The check_ssh plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_ssh
Try to connect to an SSH server at specified server and port.

%files -n nagios-check_ssh
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ssh.cfg
%{_libdir}/nagios/plugins/check_ssh

#----------------------------------------------------------------------------

%package -n nagios-check_swap
Summary:	The check_swap plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_swap
Check swap space on local machine.

%files -n nagios-check_swap
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_swap.cfg
%{_libdir}/nagios/plugins/check_swap

#----------------------------------------------------------------------------

%package -n nagios-check_tcp
Summary:	The check_tcp plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_tcp
This plugin tests TCP connections with the specified host (or unix socket).

%files -n nagios-check_tcp
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_tcp.cfg
%{_libdir}/nagios/plugins/check_tcp
%{_libdir}/nagios/plugins/check_imap
%{_libdir}/nagios/plugins/check_spop
%{_libdir}/nagios/plugins/check_simap
%{_libdir}/nagios/plugins/check_udp
%{_libdir}/nagios/plugins/check_pop
%{_libdir}/nagios/plugins/check_nntp
%{_libdir}/nagios/plugins/check_jabber
%{_libdir}/nagios/plugins/check_clamd
%{_libdir}/nagios/plugins/check_ftp
%{_libdir}/nagios/plugins/check_ssmtp
%{_libdir}/nagios/plugins/check_nntps

#----------------------------------------------------------------------------

%package -n nagios-check_time
Summary:	The check_time plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_time
This plugin will check the time on the specified host.

%files -n nagios-check_time
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_time.cfg
%{_libdir}/nagios/plugins/check_time

#----------------------------------------------------------------------------

%package -n nagios-check_ups
Summary:	The check_ups plugin for nagios
Group:		Networking/Other
Requires:	nut
Requires:	nagios-plugins

%description -n nagios-check_ups
This plugin tests the UPS service on the specified host.Network UPS Tools 
from www.networkupstools.org must be running for thisplugin to work.

%files -n nagios-check_ups
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_ups.cfg
%{_libdir}/nagios/plugins/check_ups

#----------------------------------------------------------------------------

%package -n nagios-check_users
Summary:	The check_users plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_users
This plugin checks the number of users currently logged in on the local
system and generates an error if the number exceeds the thresholds specified.

%files -n nagios-check_users
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_users.cfg
%{_libdir}/nagios/plugins/check_users

#----------------------------------------------------------------------------

%package -n nagios-check_wave
Summary:	The check_wave plugin for nagios
Group:		Networking/Other
Requires:	nagios-plugins

%description -n nagios-check_wave
This package contains the check_wave plugin for nagios.

%files -n nagios-check_wave
%config(noreplace) %{_sysconfdir}/nagios/plugins.d/check_wave.cfg
%{_libdir}/nagios/plugins/check_wave

#----------------------------------------------------------------------------

%prep
%setup -q
%patch6 -p0
%patch21 -p1
%patch22 -p1
%patch23 -p1

%build
autoreconf -fi

export PATH_TO_DIG=/usr/bin/dig
export PATH_TO_FPING=/bin/fping
export PATH_TO_HOST=/usr/bin/host
export PATH_TO_LMSTAT=
export PATH_TO_LSPS=
export PATH_TO_MAILQ=/usr/bin/mailq
export PATH_TO_NSLOOKUP=/usr/bin/nslookup
export PATH_TO_PING=/bin/ping
export PATH_TO_PING6=/usr/bin/ping6
export PATH_TO_PS=/bin/ps
export PATH_TO_QMAIL_QSTAT=/var/qmail/bin/qmail-qstat
export PATH_TO_QSTAT=/usr/bin/qstat-quake
export PATH_TO_QUAKESTAT=
export PATH_TO_RPCINFO=/usr/sbin/rpcinfo
export PATH_TO_SMBCLIENT=/usr/bin/smbclient
export PATH_TO_SNMPGET=/usr/bin/snmpget
export PATH_TO_SNMPGETNEXT=/usr/bin/snmpgetnext
export PATH_TO_SSH=/usr/bin/ssh
export PATH_TO_SWAP=
export PATH_TO_SWAPINFO=
export PATH_TO_UPTIME=/usr/bin/uptime
export PATH_TO_WHO=/usr/bin/who

%serverbuild

%configure2_5x \
    --libexecdir=%{_libdir}/nagios/plugins \
    --disable-rpath \
    --with-cgiurl=/nagios/cgi-bin \
    --with-trusted-path="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" \
    --with-openssl=%{_prefix} \
    --with-pgsql=%{_prefix} \
    --with-mysql=%{_prefix} \
    --with-ping-command="/bin/ping -n -U -w %d -c %d %s" \
    --with-ping6-command="%{_bindir}/ping6 -n -U -w %d -c %d %s" \
    --with-ps-command="/bin/ps axwo 'stat uid pid ppid vsz rss pcpu etime comm args'" \
    --with-ps-format="%s %d %d %d %d %d %f %s %s %n" \
    --with-ps-varlist='procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,&procetime,procprog,&pos' \
    --with-ps-cols=10 \
    --with-ipv6

find . -type f -name "Makefile" -exec /usr/bin/perl -pi -e "s|-L/usr/lib|-L%{_libdir}|g" \{\} \;

# anti recheck hack
touch *

export CPPFLAGS="-I%{_includedir}/ldap -I%{_includedir}/mysql -I%{_includedir}/pgsql -I%{_includedir}/openssl"

make

make -C plugins \
    check_ide_smart check_ldap check_pgsql check_radius

%install
install -d -m0755 %{buildroot}%{_sysconfdir}/nagios/plugins.d
%makeinstall_std MKDIR_P="/bin/mkdir -p"

install -m0755 plugins/check_pgsql %{buildroot}%{_libdir}/nagios/plugins/
install -m0755 plugins/check_radius %{buildroot}%{_libdir}/nagios/plugins/
install -m0755 plugins/check_ide_smart %{buildroot}%{_libdir}/nagios/plugins/
install -m0755 plugins-root/check_dhcp %{buildroot}%{_libdir}/nagios/plugins/
install -m0755 plugins-root/check_icmp %{buildroot}%{_libdir}/nagios/plugins/

# magic by anssi
pushd %{buildroot}%{_sysconfdir}/nagios/plugins.d
%{expand:%(for i in {101..124}; do echo "install -m 644 %%SOURCE$i ."; done)}
%{expand:%(for i in {127..152}; do echo "install -m 644 %%SOURCE$i ."; done)}
popd

perl -pi -e 's|\@libexecdir\@|%{_libdir}/nagios/plugins|g' \
    %{buildroot}%{_sysconfdir}/nagios/plugins.d/*

# fix bad paths (again!)
for i in check_breeze check_disk_smb check_file_age check_flexlm check_ifoperstatus \
    check_ifstatus check_ircd check_mailq check_ntp check_rpc check_wave; do
    perl -pi -e "s|\"nagios/plugins\"|\"%{_libdir}/nagios/plugins\"|g" \
    %{buildroot}%{_libdir}/nagios/plugins/$i
done

%find_lang %{name}

# make noarch pluginds installable under %{_datadir} also
install -d -m 755 %{buildroot}%{_datadir}/nagios/plugins
pushd %{buildroot}%{_datadir}/nagios/plugins
ln -sf ../../../%{_lib}/nagios/plugins/utils.pm .
ln -sf ../../../%{_lib}/nagios/plugins/utils.sh .
popd

# delete unusable plugins
rm -f %{buildroot}%{_libdir}/nagios/plugins/check_apt
rm -f %{buildroot}%{_libdir}/nagios/plugins/check_mrtg
rm -f %{buildroot}%{_libdir}/nagios/plugins/check_mrtgtraf


%changelog

* Fri Mar 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.5-3
- (fecd2ea) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11020 |14cu|nagvis-1.8.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nagvis
Version:	1.8.5
Release:	1
Summary:	Visualization addon for nagios
License:	GPL
Group:		Networking/WWW
URL:		http://nagvis.org
Source:     http://downloads.sourceforge.net/nagvis/%{name}-%{version}.tar.gz
Requires:   mod_php
Requires:   php-xml
Requires:   php-gd
Requires:   php-mbstring
Requires:   php-sockets
Requires:   php-gettext
Requires:   php-session
Requires:   php-pdo_sqlite
Requires:   php-ZendFramework
Requires:   graphviz
BuildArch:	noarch

%description
NagVis is a visualization addon for the well known network managment system
Nagios. NagVis can be used to visualize Nagios Data, e.g. to display IT
processes like a mail system or a network infrastructure.

%prep
%setup -q -n %{name}-%{version}

%build

%install

install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -r share %{buildroot}%{_datadir}/%{name}
cp -r docs %{buildroot}%{_datadir}/%{name}/share

cmp() {
	cat $1 | sed 's#\(var\)\s*\(\S*\)\s*=\s*#\1 \2=#;s#^\s*##;s#\s*$##;s#\t+# #g' | awk '
	BEGIN { OK=1; braces=0 }
	{
		# Remove /* */ one line comments
		sub(/\/\*[^@]*\*\//,"");
		# Remove // comments (line beginning)
		sub(/^\/\/.*/,"");
		
		# Count braces
		anz1 = gsub(/\{/,"{");
		anz2 = gsub(/}/,"}");
		
		if (OK == 1) {
			braces += anz1;
			braces -= anz2;
		}
	}
	/\/\*/ {
		c = gsub(/\/\*[^@]*$/,"");
		if(c > 0) {
			OK=0;
		}
	}
	/\*\/$/ {
		c = gsub(/^[^@]*\*\//,"");
		if(c > 0) {
			OK=1;
		}
	}
	{
		line = $0;
		#anz = gsub(/function/," function");
		#ch = substr(line,length(line));
		if (OK == 1) {
			if (length(line) > 0) {
				#if (ch == "}") {
				#	if (braces == 0) {
				#		if (length(line) > 0) {
				#			print line
				#		}
				#		line = ""
				#	}
				#}
				#line = line $0;
				
				print line;
			}
		}
	}
	' >> $OUT
}




pushd %{buildroot}%{_datadir}/%{name}/share/frontend/nagvis-js/js/
	OUT=NagVisCompressed.js
	>$OUT
	cmp ExtStacktrace.js
	cmp nagvis.js
	cmp popupWindow.js
	cmp ExtBase.js
	cmp frontendMessage.js
	cmp frontendEventlog.js
	cmp frontendHover.js
	cmp hover.js
	cmp frontendContext.js
	cmp ajax.js
	cmp dynfavicon.js
	cmp frontend.js
	cmp lines.js
	cmp NagVisObject.js
	cmp NagVisStatefulObject.js
	cmp NagVisStatelessObject.js
	cmp NagVisHost.js
	cmp NagVisService.js
	cmp NagVisHostgroup.js
	cmp NagVisServicegroup.js
	cmp NagVisMap.js
	cmp NagVisShape.js
	cmp NagVisLine.js
	cmp NagVisTextbox.js
	cmp NagVisRotation.js
	cmp wz_jsgraphics.js
popd

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
cp -r etc/maps %{buildroot}%{_sysconfdir}/%{name}
cp -r etc/conf.d %{buildroot}%{_sysconfdir}/%{name}
cp -r etc/geomap %{buildroot}%{_sysconfdir}/%{name}
install -m 644 etc/nagvis.ini.php-sample \
    %{buildroot}%{_sysconfdir}/%{name}/nagvis.ini.php
pushd %{buildroot}%{_datadir}/%{name}
ln -s ../../..%{_sysconfdir}/%{name} etc
popd

install -d -m 755 %{buildroot}%{_var}/lib/%{name}
install -d -m 755 %{buildroot}%{_var}/lib/%{name}/tmpl
install -d -m 755 %{buildroot}%{_var}/lib/%{name}/tmpl/cache
install -d -m 755 %{buildroot}%{_var}/lib/%{name}/tmpl/compile
pushd %{buildroot}%{_datadir}/%{name}
ln -s ../../..%{_var}/lib/%{name} var
popd

# apache configuration
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} Apache configuration
Alias /%{name} %{_datadir}/%{name}/share

<Directory %{_datadir}/%{name}/share>
    Require all granted

    Options FollowSymLinks
</Directory>
EOF

# nagvis configuration
perl -pi \
    -e 's|;base=.*|base="%{_datadir}/nagvis/"|;' \
    -e 's|;htmlbase=.*|htmlbase="/nagvis"|;' \
    %{buildroot}%{_sysconfdir}/%{name}/nagvis.ini.php 

# make configuration apache-writable
chmod -R g=u %{buildroot}%{_sysconfdir}/%{name}
chmod 660 %{buildroot}%{_sysconfdir}/%{name}/nagvis.ini.php

%clean



%files
%doc INSTALL LICENCE README
%config(noreplace) %{_webappconfdir}/%{name}.conf
%attr(-,root,apache) %dir %{_sysconfdir}/nagvis
%attr(-,root,apache) %dir %{_sysconfdir}/nagvis/maps
%attr(-,root,apache) %dir %{_sysconfdir}/nagvis/conf.d
%attr(-,root,apache) %dir %{_sysconfdir}/nagvis/geomap
%attr(-,root,apache) %config(noreplace) %{_sysconfdir}/nagvis/nagvis.ini.php
%attr(-,root,apache) %config(noreplace) %{_sysconfdir}/nagvis/maps/*.cfg
%attr(-,root,apache) %config(noreplace) %{_sysconfdir}/nagvis/conf.d/*
%attr(-,root,apache) %config(noreplace) %{_sysconfdir}/nagvis/geomap/*
%attr(-,apache,apache) %{_var}/lib/%{name}
%{_datadir}/%{name}



%changelog

* Tue Aug 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.8.5-1
- (dadfe25) Updated to 1.8.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11021 |14cu|namazu-2.0.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# XXX is this right - it was /var/lib before FHS macros
%define _localstatedir	/var/lib
%define _libexecdir	/var/www/cgi-bin

%define major 7
%define libname %mklibname nmz %{major}
%define devname %mklibname nmz -d

Summary:	Full-text search engine
Name:		namazu
Version:	2.0.21
Release:	2
License:	GPLv2+
Group:		File tools
Url:		http://www.namazu.org/
Source0:	http://www.namazu.org/stable/%{name}-%{version}.tar.gz
BuildRequires:	perl-File-MMagic >= 1.12
BuildRequires:	perl-NKF >= 1.70
BuildRequires:	perl-Text-Kakasi >= 1.00
Requires:	perl-File-MMagic >= 1.12
Requires:	perl-NKF >= 1.70
Requires:	perl-Text-Kakasi >= 1.00
Requires:	kakasi >= 2.3.0

%description
Namazu is a full-text search engine software intended for easy use.
Not only it works as CGI program for small or medium scale WWW
search engine, but also works as personal use such as search system
for local HDD.

%files -f %{name}.lang
%doc AUTHORS ChangeLog ChangeLog.1 CREDITS COPYING HACKING HACKING-ja
%doc INSTALL INSTALL-ja README README-es README-ja NEWS THANKS TODO
%doc etc/namazu.png
%config(noreplace) %{_sysconfdir}/namazu/*
%{_bindir}/namazu
%{_bindir}/bnamazu
%{_bindir}/*nmz
%{_bindir}/mailutime
%{_bindir}/nmzgrep
%{_bindir}/nmzegrep
%{_bindir}/nmzmerge
%{_bindir}/nmzcat
%{_mandir}/man1/namazu.*
%{_mandir}/man1/mknmz.*
%{_datadir}/namazu/doc/*
%{_datadir}/namazu/filter/*
%{_datadir}/namazu/pl/*
%{_datadir}/namazu/template/*
%{_datadir}/namazu/etc/
%dir %{_localstatedir}/namazu
%dir %{_localstatedir}/namazu/index

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries of Namazu
Group:		System/Libraries

%description -n %{libname}
Libraries used by Namazu.

%files -n %{libname}
%{_libdir}/libnmz.so.%{major}*

#----------------------------------------------------------------------------

%package  -n %{devname}
Summary:	Libraries and include files of Namazu
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Conflicts:	%{_lib}nmz3-devel < 2.0.21-2
Obsoletes:	%{_lib}nmz3-devel < 2.0.21-2
Conflicts:	%{_lib}nmz7-devel < 2.0.21-2
Obsoletes:	%{_lib}nmz7-devel < 2.0.21-2

%description -n %{devname}
Libraries and include files of Namazu.

%files -n %{devname}
%{_bindir}/nmz-config
%{_includedir}/namazu/*.h
%{_libdir}/libnmz.so
%{_libdir}/libnmz.a

#----------------------------------------------------------------------------

%package cgi
Summary:	CGI interface for Namazu
Group:		Networking/WWW
Requires:	%{name} = %{EVRD}
Requires:	webserver

%description cgi
A CGI interface for Namazu.

%files cgi
%{_libexecdir}/namazu.cgi

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -f -i
%configure

%make

%install
%makeinstall

mv %{buildroot}%{_sysconfdir}/namazu/namazurc-sample \
	%{buildroot}%{_sysconfdir}/namazu/namazurc
mv %{buildroot}%{_sysconfdir}/namazu/mknmzrc-sample \
	%{buildroot}%{_sysconfdir}/namazu/mknmzrc
chmod a+rw -R %{buildroot}%{_localstatedir}/namazu
chmod a+rw -R %{buildroot}%{_localstatedir}/namazu/index

rm -f  %{buildroot}/%{_datadir}/locale/ja_JP.SJIS/LC_MESSAGES/namazu.mo

%find_lang %{name}

%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.21-2
- (9eecdc9) Properly name development package
- (9eecdc9) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11022 |14cu|nano-2.7.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tiny console text editor that aims to emulate Pico
Name:		nano
Version:	2.7.5
Release:	1
License:	GPLv3+
Group:		Editors
Url:		http://www.nano-editor.org/
Source0:	http://www.nano-editor.org/dist/v2.7/%{name}-%{version}.tar.xz
Source1:	http://www.nano-editor.org/dist/v2.7/%{name}-%{version}.tar.xz.asc
BuildRequires:	texinfo
BuildRequires:	pkgconfig(ncurses)

%description
nano (Nano's ANOther editor) is the editor formerly known as
TIP (TIP Isn't Pico). It aims to emulate Pico as closely as
possible while also offering a few enhancements.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%doc doc/faq.html doc/sample.nanorc
%{_bindir}/nano
%{_bindir}/rnano
%{_datadir}/nano
%{_infodir}/nano.info*
%{_mandir}/man1/nano.1*
%{_mandir}/man1/rnano.1*
%{_mandir}/man5/nanorc.5*
%config(noreplace) %{_sysconfdir}/nanorc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# do not run autotools, we have already reflected the configure.ac
# changes in configure and config.h.in
touch -c aclocal.m4 config.h.in configure Makefile.in

%configure
%make

%install
%makeinstall_std

#config file
install -Dpm644 doc/sample.nanorc %{buildroot}%{_sysconfdir}/nanorc

#disable line wrapping by default
sed -i -e 's/# set nowrap/set nowrap/' %{buildroot}%{_sysconfdir}/nanorc

#enable some syntax highlighting by default
for i in nanorc c makefile patch perl python ruby sh; do
	sed -i -e "/\/$i\.nanorc/ s/^#\s//" %{buildroot}%{_sysconfdir}/nanorc
done

#add and enable .spec syntax highlighting
cat >> %{buildroot}%{_sysconfdir}/nanorc << EOF

## RPM .spec files
include "%{_datadir}/nano/spec.nanorc"
EOF

%find_lang %{name} --with-man --all-name

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11023 |14cu|nanoxml-2.2.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nanoxml
Version:        2.2.3
Release:        5
Epoch:          0
Summary:        Small XML parser for Java
License:        BSD-style
URL:            http://nanoxml.cyberelf.be/
Source0:        http://nanoxml.cyberelf.be/downloads/NanoXML-2.2.3.tar.bz2
Source1:        %{name}-java-1.4.2-package-list
Patch0:         %{name}-build.patch
BuildRequires:  java-rpmbuild >= 0:1.6
#BuildRequires:  java-javadoc
Group:          Development/Java
BuildRequires: java-devel >= 0:1.4.2
BuildArch:      noarch

%description
The intent of NanoXML is to be a small parser which is easy to use.
Although many features were added to NanoXML, it is very small.
The full parser with builder fits in a JAR file of about 32K.

%package        lite
Summary:        Lite version of %{name}
Group:          Development/Java

%description    lite
Lite version of %{name}.

%package        manual
Summary:        Manual for %{name}
Group:          Development/Java

%description    manual
Documentation for %{name}.

%package        manual-lite
Summary:        Manual for the lite version of %{name}
Group:          Development/Java

%description    manual-lite
Documentation for the lite version of %{name}.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.


%prep
%setup -q -n NanoXML-%{version}
%patch0
cp %{SOURCE1} package-list
find . -name "*.jar" | xargs -t rm
perl -pi -e 's|javac |%{javac} -source 1.3 |;' -e 's|jar |%{jar} |g;' -e 's|javadoc |%{javadoc} -source 1.3 |;' ./build.sh

%build
sh ./build.sh


%install

# jars
install -dm 755 %{buildroot}%{_javadir}
install -pm 644 Output/%{name}-lite.jar \
  %{buildroot}%{_javadir}/%{name}-lite-%{version}.jar
install -pm 644 Output/%{name}-sax.jar \
  %{buildroot}%{_javadir}/%{name}-sax-%{version}.jar
install -pm 644 Output/%{name}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr Documentation/JavaDoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-sax-%{version}.jar
%{_javadir}/%{name}-sax.jar

%files lite
%defattr(-,root,root,-)
%{_javadir}/%{name}-lite-%{version}.jar
%{_javadir}/%{name}-lite.jar

%files manual
%defattr(0644,root,root,0755)
%doc Documentation/NanoXML-Java/*

%files manual-lite
%defattr(0644,root,root,0755)
%doc Documentation/NanoXML-Lite/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0:2.2.3-5
- (4d4518f) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11024 |14cu|natmonitor-2.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	This little utility monitor hosts bandwidth usage in your home lan
Name:		natmonitor
Version:	2.4
Release:	9
License:	GPLv2+
Group:		Monitoring
Url:		http://natmonitor.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/natmonitor/%{name}-%{version}.tar.bz2
Source1:	natmonitord.service
Patch0:		natmonitor-datadir.patch.bz2
Patch1:		natmonitord-conf.patch.bz2
Patch2:		natmonitor-2.4-makefile.patch
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(gtk+-2.0)

%description
NAT Monitor is a tool to monitor hosts' bandwidth usage in a
Linux-NAT network. A daemon collects data and clients display them
(currently a GTK app with graph and a text version). It detects
new hosts, saves up to 12 hours of data, and has a nice summary
statistic.

%files
%doc API BUGS CHANGELOG README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/natmonitor.conf
%attr(0755,root,root) %{_bindir}/natmonitor
%attr(0755,root,root) %{_bindir}/natmonitorconsole
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%package -n natmonitord
Summary:	The NAT Monitor daemon
Group:		System/Servers
Requires(pre,postun):	rpm-helper
Requires(post,preun,postun):	systemd

%description -n natmonitord
The NAT Monitor daemon collects data for the natmonitor clients.

%files -n natmonitord
%attr(0755,root,root) %{_unitdir}/natmonitord.service
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/natmonitord.conf
%attr(0755,root,root) %{_sbindir}/natmonitord
%attr(0755,natmonitor,natmonitor) %dir %{_localstatedir}/lib/natmonitor

%pre -n natmonitord
%_pre_useradd natmonitor %{_localstatedir}/lib/natmonitor /bin/false

%post -n natmonitord
%systemd_post natmonitord.service

%preun -n natmonitord
%systemd_preun natmonitord.service

%postun -n natmonitord
%systemd_postun_with_restart natmonitord.service
%_postun_userdel natmonitor

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .datadir
%patch1 -p0 -b .natmonitord-conf
%patch2 -p1

# fix dir perms
find . -type d | xargs chmod 755

# fix file perms
find . -type f | xargs chmod 644

%build
%make CC="%__cc %{optflags}"

%install
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_localstatedir}/lib/natmonitor

install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}

install -m644 icons/%{name}16x16.png %{buildroot}%{_miconsdir}/%{name}.png
install -m644 icons/%{name}32x32.png %{buildroot}%{_iconsdir}/%{name}.png
install -m644 icons/%{name}48x48.png %{buildroot}%{_liconsdir}/%{name}.png

install -m755 natmonitor %{buildroot}%{_bindir}/
install -m755 natmonitorconsole %{buildroot}%{_bindir}/
install -m755 natmonitord %{buildroot}%{_sbindir}/
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/natmonitord.service

install -m644 natmonitor.conf %{buildroot}%{_sysconfdir}
install -m644 natmonitord.conf %{buildroot}%{_sysconfdir}

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Name=Natmonitor
Comment=Utility to monitor hosts bandwidth usage in your home lan
Icon=%{name}
Categories=System;Monitor;
EOF


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4-9
- (7d2a55f) Build with system optflags to fix debug package
- (7d2a55f) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11025 |14cu|natron-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Natron

Summary:	Nodal video compositing software
Name:		natron
Version:	2.0.1
Release:	1
License:	MPLv2+
Group:		Video
Url:		http://natron.fr
# Obtaining the source:
# git clone https://github.com/MrKepzie/Natron.git --branch %{version} --single-branch
# tar -zcvf %{oname}-%{version}.tar.gz Natron
Source0:	%{oname}-%{version}.tar.gz
#Source0:	https://github.com/MrKepzie/Natron/archive/%{version}.zip
Patch0:		Natron-pyside.patch
Patch1:		Natron-cairo.patch
Patch2:		Natron-pyside2.patch

BuildRequires:	imagemagick
BuildRequires:	boost-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	git
BuildRequires:	pyside-devel
BuildRequires:	shiboken-devel
# Natron is useless without nodes
Requires:	openfx-io
Requires:	openfx-misc

%description
Natron is a free open-source video compositing software, similar in
functionality to Adobe After Effects or Nuke by The Foundry.

Features:
- 32 bits floating point linear colour processing pipeline.
- Colorspace management handled by the famous open-source OpenColorIO library.
- Dozens of file formats supported: EXR, DPX, TIFF, JPG, PNG etc.
- Support for many free and open-source OpenFX plugins.

%files
%doc BUGS.md CHANGELOG.md CONTRIBUTORS.txt LICENSE.txt README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}
%patch0 -p1
%patch1 -p1
%patch2 -p1
# update the submodules
git submodule update -i --recursive
# create pri file for boost and expat libs .See README.md
cat > config.pri << EOF
boost: LIBS += -lboost_serialization
expat: LIBS += -lexpat
expat: PKGCONFIG -= expat
cairo: LIBS += -lcairo
cairo: PKGCONFIG += cairo
cairo: LIBS -=  $$system(pkg-config --variable=libdir cairo)/libcairo.a
cairo: LIBS += -lcairo

EOF
# fix linting in debug
find . -name "*.c" -o -name "*.h" -o -name "*.cpp" |xargs chmod 0644
# upstream lack in revision
perl -pi -e "s|#define NATRON_VERSION_REVISION 0|#define NATRON_VERSION_REVISION 1|" Global/Macros.h

%build
%qmake_qt4
%make

%install
# install binary
mkdir -p %{buildroot}%{_bindir}
install -m 0755 App/%{oname} %{buildroot}%{_bindir}/%{name}

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Natron
Comment=Nodal video compositing software
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=AudioVideo;AudioVideoEditing;
EOF

# install menu icons
for N in 16 32 48 64 128 256;
do
convert Gui/Resources/Images/natronIcon256_linux.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog

* Fri Jun 03 2016 Denis Silakov <dsilakov@gmail.com> 2.0.1-1
- (49c85dc) Updated to 2.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11026 |14cu|navit-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Car navigation system with routing engine
Name:		navit
Version:	0.2.0
Release:	4
License:	GPLv2+
Group:		Sciences/Other
Url:		http://www.navit-project.org/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	http://www.navit-project.org/maps/osm_bbox_11.3,47.9,11.7,48.2.osm.bz2
Patch0:		navit-0.2.0-freetype2.patch
Patch1:		navit-0.2.0-gpsd3.patch
BuildRequires:	gd-devel
BuildRequires:	gettext-devel
BuildRequires:	nas-devel
BuildRequires:	speech-dispatcher-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(libgpsd)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(quesoglc)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(zlib)
Requires:	fonts-ttf-dejavu
Suggests:	gpsd

%description
Navit is a car navigation system with routing engine. Its modular
design is capable of using vector maps of various formats for routing
and rendering of the displayed map. It's even possible to use multiple
maps at a time.

The GTK+ or SDL user interfaces are designed to work well with touch
screen displays. Points of Interest of various formats are displayed
on the map.

The current vehicle position is either read from gpsd or directly from
NMEA GPS sensors.

The routing engine not only calculates an optimal route to your
destination, but also generates directions and even speaks to you.

%files -f %{name}.lang
%doc AUTHORS README README.urpmi
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/dbus-1/services/org.navit_project.navit.service
%exclude %{_libdir}/%{name}/graphics/libgraphics_sdl*
%exclude %{_libdir}/%{name}/gui/libgui_gtk*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.xml

#----------------------------------------------------------------------------

%package graphics-sdl
Summary:	SDL graphics renderer for Navit navigation system
Group:		Sciences/Other
Requires:	%{name} = %{EVRD}

%description graphics-sdl
Navit is a car navigation system with routing engine. This package
contains the SDL graphics renderer for Navit. You need to enable
this renderer in /etc/navit/navit.xml or ~/.navit/navit.xml to use it.

%files graphics-sdl
%{_libdir}/%{name}/graphics/libgraphics_sdl*

#----------------------------------------------------------------------------

%package gtk-gui
Summary:	GTK GUI for Navit navigation system
Group:		Sciences/Other
Requires:	%{name} = %{EVRD}

%description gtk-gui
Navit is a car navigation system with routing engine. This package
contains the GTK GUI for Navit. You need to enable this GUI in
/etc/navit/navit.xml or ~/.navit/navit.xml to use it.

%files gtk-gui
%{_libdir}/%{name}/gui/libgui_gtk*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
install -m 0644 %{SOURCE1} navit/maps

%build
%configure2_5x \
	--enable-graphics-gd \
	--disable-graphics-qt-qpainter
%make

%install
%makeinstall_std

# Don't need the README here
rm -f %{buildroot}%{_datadir}/%{name}/README

# Put the config file in /etc: upstream likes it in /usr to be
# relocatable, but that doesn't concern us. The code does check
# in /etc, so we don't need a patch - AdamW 2009/01
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mv %{buildroot}%{_datadir}/%{name}/%{name}.xml %{buildroot}%{_sysconfdir}/%{name}/%{name}.xml

# Create a README.urpmi - AdamW 2009/01
cat > README.urpmi << EOF 
Navit comes with a sample map of Munich, but if you live (or drive!)
anywhere else, you'll need to add another map set. These are not
available as packages because they're rather large and the data changes
on a daily basis, so the packages would have to be refreshed very
often. For instructions on downloading or generating, and installing,
different types of map sets, see these Navit Wiki pages:

http://wiki.navit-project.org/index.php/OpenStreetMaps

http://wiki.navit-project.org/index.php/European_maps

http://wiki.navit-project.org/index.php/Garmin_maps

You should either add the appropriate configuration elements to
/etc/navit/navit.xml, or copy /etc/navit/navit.xml to
~/.navit/navit.xml and edit it there. You may have to remove or comment
out the section for the sample map set, also. Also note that the
default configuration assumes you have a GPS device active, and gpsd
running.
EOF

%find_lang %{name}

%changelog

* Thu Dec 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.0-4
- (fe2f73d) Add patch to fix build with gpsd 3.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11027 |14cu|ncdu-1.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Text-based disk usage viewer
Name:		ncdu
Version:	1.12
Release:	1
License:	MIT
Group:		Monitoring
URL:		http://dev.yorhel.nl/ncdu/
Source0:	http://dev.yorhel.nl/download/%{name}-%{version}.tar.gz
BuildRequires:	ncurses-devel

%description
ncdu (NCurses Disk Usage) is a curses-based version of the well-known 'du',
and provides a fast way to see what directories are using your disk space.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

%files
%{_mandir}/man1/ncdu.1*
%doc COPYING ChangeLog
%{_bindir}/ncdu

%changelog

* Tue Oct 04 2016 alzim <alzim@bk.ru> 1.12-1
- (c564a1d) Merge pull request #1 from import/ncdu:rosa2016.1
- (c564a1d) Updated to 1.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11028 |14cu|ncmpc-0.27-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ncurses client for MPD
Name:		ncmpc
Version:	0.27
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://www.musicpd.org/
Source0:	http://www.musicpd.org/download/ncmpc/0/ncmpc-%{version}.tar.xz
BuildRequires:	gettext
BuildRequires:	pkgconfig(glib-2.0) >= 2.14
BuildRequires:	pkgconfig(libmpdclient) >= 2.5
BuildRequires:	pkgconfig(ncursesw)

%description
ncmpc is a curses client for the Music Player Daemon (MPD). ncmpc connects to a
MPD running on a machine on the local network, and controls this with an
interface inspired by cplay. If ncmpc is used with lirc and irpty it can be
used to manage playlists and control MPD with a remote control.

%files -f %{name}.lang
%doc README AUTHORS NEWS COPYING doc/config.sample doc/keys.sample doc/ncmpc.lirc
%{_bindir}/%{name}
%{_mandir}/man1/*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/config
%config(noreplace) %{_sysconfdir}/%{name}/keys
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/lyrics
%{_datadir}/%{name}/lyrics/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-colors \
	--enable-lyrics-screen \
	--with-lyrics-plugin-dir=%{_datadir}/%{name}/lyrics
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/%{name}
install -p -m644 doc/config.sample %{buildroot}%{_sysconfdir}/%{name}/config
install -p -m644 doc/keys.sample %{buildroot}%{_sysconfdir}/%{name}/keys

%find_lang %{name}


%changelog

* Thu Aug 17 2017 dsilakov <denis.silakov@rosalab.ru> 0.27-1
- (82c1a46) Merge pull request #2 from vladimir71/ncmpc:rosa2014.1
- (82c1a46) ncmpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11029 |14cu|ncmpcpp-0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An ncurses mpd client inspired by ncmpc
Name:		ncmpcpp
Version:	0.7
Release:	1
License:	GPLv2+
Group:		Sound
URL:		http://unkart.ovh.org/ncmpcpp
Source:		http://unkart.ovh.org/ncmpcpp/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libmpdclient) >= 2.8
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(fftw3)

%description
Ncmpcpp has UI very similar to ncmpc's one, but it provides new useful
features such as support for regular expressions in search engine, extended
song format, items filtering, last.fm support, ability to sort playlist, local
filesystem browser and other minor functions.

%files
%doc AUTHORS NEWS COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*


#-----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall


%changelog

* Mon Dec 21 2015 Giovanni Mariani <mc2374@mclink.it> 0.7-1
- (800a6b4) Updated to release 0.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11030 |14cu|nco-4.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_as_needed 0

%bcond_without ncocpp

%define major %{version}
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Arithmetic and metadata operators for netCDF and HDF4 files
Name:		nco
Version:	4.6.0
Release:	1
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://nco.sourceforge.net
Source0:	http://nco.sourceforge.net/src/%{name}-%{version}.tar.gz
Patch0:		nco-undefined-functions.patch
Patch1:		nco-version.patch
Patch2:		nco-4.0.3-install_C_headers.patch
BuildRequires:	texinfo
BuildRequires:	udunits-devel
BuildRequires:	pkgconfig(netcdf)
# we needs c++ in order to build ncap:
%if %{with ncocpp}
BuildRequires:	antlr-C++
%endif

%description
The netCDF Operators, or NCO, are a suite of programs known as
operators. The operators facilitate manipulation and analysis of
self-describing data stored in the netCDF or HDF4 formats, which are
freely available (http://www.unidata.ucar.edu/packages/netcdf and
http://hdf.ncsa.uiuc.edu, respectively). Each NCO operator (e.g., 
ncks) takes netCDF or HDF4 input file(s), performs an operation (e.g.,
averaging, hyperslabbing, or renaming), and outputs a processed netCDF
file. Although most users of netCDF and HDF data are involved in
scientific research, these data formats, and thus NCO, are generic and
are equally useful in fields like finance. The NCO User's Guide
illustrates NCO use with examples from the field of climate modeling
and analysis. The NCO homepage is http://nco.sourceforge.net.

%files
%doc doc/*
%{_bindir}/*
%{_mandir}/*/*
%{_infodir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	NCO shared libraries
Group:		System/Libraries

%description -n %{libname}
This package contains shared libraries from NCO.

%files -n %{libname}
%{_libdir}/libnco-%{version}.so
%if %{with ncocpp}
%{_libdir}/libnco_c++-%{version}.so
%endif

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files from NCO
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains files need to build application using NCO library.

%files -n %{devname}
%if %{with ncocpp}
%{_includedir}/*.hh
%{_libdir}/libnco_c++.so
%endif
%{_libdir}/libnco.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%configure2_5x \
	--disable-static \
%if %{with ncocpp}
	--enable-nco_cplusplus \
	--enable-ncoxx
%else
	--disable-nco_cplusplus \
	--disable-ncoxx \
	--disable-ncap2
%endif

%make \
	CPPFLAGS="%{optflags} -fPIC -I %{_includedir}/netcdf-3" \
	CCFLAGS="%{optflags} -fPIC -I %{_includedir}/netcdf-3"

%install
%makeinstall_std

%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.6.0-1
- (203017d) Build requires texinfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11031 |14cu|ncview-2.1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Graphic for netCDF data file
Name:		ncview
Version:	2.1.7
Release:	1
License:	GPLv3+
Group:		Sciences/Other
Url:		http://meteora.ucsd.edu/~pierce/ncview_home_page.html
Source0:	ftp://cirrus.ucsd.edu/pub/ncview/ncview-%{version}.tar.gz
Patch0:		%{name}-2.1.2-fix-ldflag-linking.patch
BuildRequires:	netpbm-devel
BuildRequires:	udunits2-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xt)

%description
Ncview is a visual browser for netCDF format files.  Typically you
would use ncview to get a quick and easy, push-button look at your
netCDF files.  You can view simple movies of the data, view along
various dimensions, take a look at the actual data values, change
color maps, invert the data, etc.

%files
%doc COPYING INSTALL README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .link

%build
autoreconf -fi -Im4macros
%configure2_5x \
	--with-ppm_libdir=%{_libdir} \
	--with-udunits2_libdir=%{_libdir} \
	--with-udunits2_incdir=%{_includedir}/udunits2 \
	--with-ppm_libdir=%{_libdir} \
	--with-ppm_incdir=%{_includedir}/netpbm
%make

%install
%makeinstall_std

# Menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=%{name}
Comment=Graphic for netCDF data file
Exec=%{_bindir}/%{name}
Icon=%{name}
Categories=Science;Education;
EOF

%changelog

* Tue Oct 04 2016 alzim <alzim@bk.ru> 2.1.7-1
- (7613316) Merge pull request #2 from import/ncview:rosa2016.1
- (7613316) Updated to 2.1.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11032 |14cu|ndisc6-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	IPv6 diagnostic tools
Name:		ndisc6
Version:	1.0.3
Release:	1
License:	GPLv2+ or GPLv3+
Group:		Networking/Other
Url:		http://www.remlab.net/ndisc6/
Source0:	http://www.remlab.net/files/ndisc6/%{name}-%{version}.tar.bz2
Source1:	rdnssd.rc
Source2:	ndisc6-tmpfiles.conf
Patch1:		ndisc6-var_run.patch

%description
This package gathers a few diagnostic tools for IPv6 networks:
- ndisc6, which performs ICMPv6 Neighbor Discovery in userland,
- rdisc6, which performs ICMPv6 Router Discovery in userland,
- rltraceroute6, yet another IPv6 implementation of traceroute,
- tcptraceroute6, a TCP/IPv6-based traceroute implementation,
- tracert6, a ICMPv6 Echo Request based traceroute,
- tcpspray6, a TCP/IP Discard/Echo bandwidth metter.

%files -f %{name}.lang
%doc COPYING README
%{_bindir}/addr2name
%{_bindir}/dnssort
%{_bindir}/name2addr
%{_sbindir}/rdisc6
%{_sbindir}/ndisc6
%{_sbindir}/rltraceroute6
%{_bindir}/tcpspray
%{_bindir}/tcpspray6
%{_sbindir}/tcptraceroute6
%{_sbindir}/tracert6
%{_mandir}/man1/addr2name.1.*
%{_mandir}/man1/dnssort.1.*
%{_mandir}/man1/name2addr.1.*
%{_mandir}/man1/tcpspray.1.*
%{_mandir}/man1/tcpspray6.1.*
%{_mandir}/man8/ndisc6.8.*
%{_mandir}/man8/rdisc6.8.*
%{_mandir}/man8/rltraceroute6.8.*
%{_mandir}/man8/tcptraceroute6.8.*
%{_mandir}/man8/tracert6.8.*

#----------------------------------------------------------------------------

%package -n rdnssd
Summary:	IPv6 recursive DNS server discovery daemon
Group:		Networking/Other
Requires(pre,post,preun,postun):	rpm-helper

%description -n rdnssd
rdnssd autoconfigures recursive DNS servers on IPv6 networks
using ICMPv6 Neighbor Discovery (RFC 5006), and can update
the DNS resolvers configuration (/etc/resolv.conf) accordingly.

%files -n rdnssd
%doc COPYING README
%doc %{_mandir}/man8/rdnssd.8.*
%{_sbindir}/rdnssd
%dir %{_sysconfdir}/rdnssd
%{_initrddir}/rdnssd
%attr(755,root,root) %{_sysconfdir}/rdnssd/merge-hook
%ghost %dir %attr(0755,rdnssd,nogroup) %{_var}/run/rdnssd
%{_tmpfilesdir}/%{name}.conf

%pre -n rdnssd
%_pre_useradd rdnssd %{_var}/run/rdnssd /bin/false

%postun -n rdnssd
%_postun_userdel rdnssd

%post -n rdnssd
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service rdnssd

%preun -n rdnssd
%_preun_service rdnssd

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p0

%build
%configure2_5x \
	--disable-suid-install
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_initrddir}
install -m755 %{SOURCE1} %{buildroot}%{_initrddir}/rdnssd

mkdir -p %{buildroot}%{_tmpfilesdir}
install -m0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%find_lang %{name}


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.3-1
- (a45b642) Properly handle /var/run/rdnssd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11033 |14cu|ne-3.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Nice Editor
Name:		ne
Version:	3.0.1
Release:	1
License:	GPLv2+
Group:		Editors
Url:		https://github.com/vigna/ne
Source0:	https://github.com/vigna/ne/archive/%{name}-%{version}.tar.gz
Patch0:		ne-3.0.1-makefiles.patch
BuildRequires:	texinfo
BuildRequires:	pkgconfig(ncursesw)

%description
ne is a text editor based on the POSIX standard that runs
on almost any UN*X machine.
Some of the features of ne are:
* is fast, small (~250K), powerful and simple to use;
* syntax highlighting;
* full support for UTF-8;
* unlimited undo/redo capability;
* simple scripting language;
* extended regular expression search and replace;
* editing of binary files.

%files
%doc doc/default.keys doc/default.menus
%{_bindir}/%{name}
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/*
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
make \
	CC=gcc \
	OPTS="%{optflags}" \
	NE_GLOBAL_DIR=%{_datadir}/%{name}

%install
%makeinstall_std \
	PREFIX=%{_prefix}


%changelog

* Mon Feb 22 2016 Rosa <rosa@abf.rosalinux.ru> 3.0.1-1
- (fff8e96) Automatic import for version 3.0.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11034 |14cu|nekohtml-1.9.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nekohtml
Version:        1.9.6.1
Release:        1
Epoch:          0
Summary:        HTML scanner and tag balancer
License:        Apache License
URL:            http://nekohtml.sourceforge.net/
Source0:        http://downloads.sourceforge.net/nekohtml/nekohtml-%{version}.tar.gz
# Source 1      http://www.jpackage.org/cgi-bin/viewvc.cgi/*checkout*/rpms/devel/nekohtml/nekohtml-filter.sh?root=jpackage&content-type=text%2Fplain
Source1:        %{name}-filter.sh
Patch0:         %{name}-crosslink.patch
Patch1:         %{name}-1.9.6-jars.patch
Group:          Development/Java
BuildArch:      noarch
BuildRequires:  java-devel
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant
BuildRequires:  java-javadoc
BuildRequires:  bcel-javadoc
BuildRequires:  xerces-j2 >= 0:2.7.1
BuildRequires:  xerces-j2-javadoc-xni
BuildRequires:  xerces-j2-javadoc-impl
Requires:       bcel
Requires:       jpackage-utils >= 0:1.6
Requires:       xerces-j2 >= 0:2.7.1

%description
NekoHTML is a simple HTML scanner and tag balancer that enables
application programmers to parse HTML documents and access the
information using standard XML interfaces. The parser can scan HTML
files and "fix up" many common mistakes that human (and computer)
authors make in writing HTML documents.  NekoHTML adds missing parent
elements; automatically closes elements with optional end tags; and
can handle mismatched inline element tags.
NekoHTML is written using the Xerces Native Interface (XNI) that is
the foundation of the Xerces2 implementation. This enables you to use
the NekoHTML parser with existing XNI tools without modification or
rewriting code.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:               jpackage-utils >= 0:1.6
Requires(postun):       jpackage-utils >= 0:1.6

%description    javadoc
Javadoc for %{name}.

%package        demo
Summary:        Demo for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:               jpackage-utils >= 0:1.6
Requires(postun):       jpackage-utils >= 0:1.6

%description    demo
Demonstrations and samples for %{name}.


%prep
%setup -q
%patch0 -p1
%patch1 -p1
%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t rm
perl -pi -e 's/\r$//g' *.txt doc/*.html
rm -r doc/javadoc

%build
export CLASSPATH=$(build-classpath bcel xerces-j2)
export OPT_JAR_LIST=:
%{ant} \
    -Dbuild.sysclasspath=first \
    -Djava.dir=%{_javadir} \
    -Djar.file=%{name}-%{version}.jar \
    -Djar.xni.file=%{name}-xni-%{version}.jar \
    -Djar.samples.file=%{name}-samples-%{version}.jar \
    -Dbcel.javadoc=%{_javadocdir}/bcel \
    -Dj2se.javadoc=%{_javadocdir}/java \
    -Dxni.javadoc=%{_javadocdir}/xerces-j2-xni \
    -Dxerces.javadoc=%{_javadocdir}/xerces-j2-impl \
    clean jar jar-xni doc #test

%install

# Jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 %{name}{,-xni}-%{version}.jar %{buildroot}%{_javadir}/
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
ln -s %{name}-xni-%{version}.jar %{buildroot}%{_javadir}/%{name}-xni.jar

# Scripts
install -Dpm 755 %{SOURCE1} %{buildroot}%{_bindir}/%{name}-filter

# Samples
install -d -m 755 %{buildroot}%{_datadir}/%{name}-%{version}
install -p -m 644 %{name}-samples-%{version}.jar \
  %{buildroot}%{_datadir}/%{name}-%{version}/

# Javadocs
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a build/doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt README.txt doc/*.html
%attr(755,root,root) %{_bindir}/%{name}-filter
%{_javadir}/%{name}*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}-%{version}



%changelog

* Mon Jun 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.9.6.1-1
- (3443788) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11035 |14cu|neofetch-3.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package		%{nil}

Summary: 	Neofetch is a CLI system information tool written in BASH
Name:           neofetch
Version:        3.0.1
Release:        1
License: 	MIT
Group: 		Shells
Url:		https://github.com/dylanaraps/neofetch
Source0:	%{name}-%{version}.tar.gz
BuildArch: 	noarch

%description
Neofetch is a CLI system information tool written in BASH. 
Neofetch displays information about your system next to an image, your OS logo,
or any ascii file of your choice. 

%prep
%setup -q

%build
%make

%install
%makeinstall_std

%files
%{_bindir}/neofetch
%{_mandir}/man1/neofetch.1.*
%dir %{_datadir}/neofetch
%{_datadir}/neofetch/*
%dir %{_sysconfdir}/neofetch
%config(noreplace) %{_sysconfdir}/neofetch/config

%changelog

* Tue Feb 14 2017 tremod <negry.m@yandex.ru> 3.0.1-1
- (6c645f8) Update to 3.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11036 |14cu|neonview-0.8.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple, minimalist and lightweight image viewer for the Linux platform
Name:		neonview
Version:	0.8.2
Release:	3
License:	GPLv2+
Group:		Graphics
Url:		http://www.tuxarena.com/intro/neonview.php
Source0:	http://www.tuxarena.com/intro/files/%{name}-%{version}-src.tar.gz
Patch0:		neonview-0.8.2-makefile.patch
BuildRequires:	pkgconfig(gtk+-x11-3.0)

%description
NeonView is a simple, minimalist and lightweight image viewer for the Linux
platform, written in C and GTK, completely free and open-source. The goal
of NeonView is to stay lightweight while also providing ease of use and only
the necessary features a basic image viewer should have. NeonView supports
a bunch of image formats, and it will remember settings like fit to window
images between sessions or lock fit to window for the current session. Basic
manipulation functions like zooming or rotating are also available.

%files
%{_bindir}/neonview

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src
%patch0 -p1

%build
%setup_compile_flags
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 %{name} %{buildroot}%{_bindir}/


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.2-3
- (cbda70a) Build with system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11037 |14cu|nessus-libraries-2.2.10-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname nessus %{major}
%define libhosts_gatherer %mklibname hosts_gatherer %{major}
%define libpcap_nessus %mklibname pcap-nessus %{major}
%define devname %mklibname nessus -d

Summary:	Libraries needed by the Nessus security scanner
Name:		nessus-libraries
Version:	2.2.10
Release:	10
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.nessus.org
# http://cgi.tenablesecurity.com/nessus3dl.php?file=nessus-libraries-2.2.10.tar.gz&licence_accept=yes&t=5a144975306462c6d49d299ba1d6c0b2
Source0:	%{name}-%{version}.tar.gz
Patch0:		nessus-libraries-2.2.7-nessus-config.diff
Patch1:		nessus-libraries-2.2.10-link.patch
Patch2:		nessus-libraries-2.2.10-sslv2.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	%{name}-devel
BuildRequires:	pkgconfig(openssl)

%description
Nessus 2.2 is a free, up-to-date, and full featured remote security scanner for
Linux. It is multithreaded, plugin-based, has a nice GTK interface, and
currently performs 410 remote security checks. It has powerful reporting
capabilities (HTML, LaTeX, ASCII text) and not only points out problems,
but suggests a solution for each of them.

This package provides libraries needed by nessus.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for Nessus
Group:		System/Libraries

%description -n %{libname}
Shared library for Nessus.

%files -n %{libname}
%{_libdir}/libnessus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libhosts_gatherer}
Summary:	Shared library for Nessus
Group:		System/Libraries
Conflicts:	%{_lib}nessus2 < 2.2.10-10

%description -n %{libhosts_gatherer}
Shared library for Nessus.

%files -n %{libhosts_gatherer}
%{_libdir}/libhosts_gatherer.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libpcap_nessus}
Summary:	Shared library for Nessus
Group:		System/Libraries
Conflicts:	%{_lib}nessus2 < 2.2.10-10

%description -n %{libpcap_nessus}
Shared library for Nessus.

%files -n %{libpcap_nessus}
%{_libdir}/libpcap-nessus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and headers for Nessus
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Requires:	%{libhosts_gatherer} = %{EVRD}
Requires:	%{libpcap_nessus} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	libnessus-devel = %{EVRD}

%description -n %{devname}
Development libraries and headers for Nessus.

%files -n %{devname}
%dir %{_includedir}/nessus
%{_includedir}/nessus/*
%{_libdir}/*.so
%{_bindir}/nessus-config
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p0
%patch1 -p0
%patch2 -p1

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" configure*

%build
CFLAGS="%{optflags}" ac_cv_prog_cc_g=no ac_cv_prog_cxx_g=no \
%configure2_5x \
	--prefix=%{_prefix} \
	--disable-static \
	--enable-cipher \
	--enable-zlib

perl -pi -e 's/-o root / /g; s/-o \$\(installuser\) / /g; y/{}/()/' Makefile
%make LDFLAGS="%{ldflags}"

%install
%makeinstall_std

# remove unwanted files
rm -rf %{buildroot}%{_sbindir}/uninstall-nessus
rm -rf %{buildroot}%{_datadir}/doc


%changelog

* Fri Mar 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.10-10
- (85c3673) Apply patch properly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11038 |14cu|nestopia-1.47-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A portable Nintendo Entertainment System emulator
Name:		nestopia
Version:	1.47
Release:	2
License:	GPLv2+
Group:		Emulators
Url:		http://0ldsk00l.ca/nestopia.html
Source0:	https://github.com/downloads/rdanbrook/nestopia/%{name}-%{version}.tgz
Patch0:		nestopia-1.46.1-sfmt.patch
Patch1:		nestopia-1.47-gdkwayland.patch
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(x11)

%description
NEStopia is a portable Nintendo Entertainment System emulator written in C++ 
by Martin Freij and ported to Linux by R. Belmont.

NEStopia strives for the most accurate emulation possible at the 
pixel-by-pixel and sample-by-sample level, and it has excellent mapper 
and UNIF board support as well.

A few features:
- Supports .nes, .unf/.unif, and XML format ROMs, including Vs. and 
 Playchoice 10 games
- Supports .fds discs (a file named diskrom.sys is needed for this feature)
- Supports .nsf music rips
- All supported files can be extracted from zip or 7zip containers (an 
 archive browser is not yet included - this assumes the common GoodSet case 
 of one zip or 7zip per game)
- Supports save states
- Supports movie recordings
- Supports the “rewinder” - if you make a bad jump and screw up your 
 game, press Backspace and the game will run in reverse. Press \ to take over 
 again and try to fix your mistake.
- Friendly GUI configuration
- Autodetection of PAL and NTSC format games
- Supports drag and drop of compatible games and music rips from modern Linux 
 file managers, including KDE’s Konqueror and GNOME’s Nautilus.

%files
%doc README.unix
%{_bindir}/nestopia
%{_datadir}/nestopia
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/mandriva-nestopia.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%make \
	PREFIX=%{_prefix} \
	CXXFLAGS="%{optflags}"

%install
# binary
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 nestopia %{buildroot}%{_bindir}/

# data files
install -d -m 755 %{buildroot}%{_datadir}/nestopia
install -m 644 NstDatabase.xml %{buildroot}%{_datadir}/nestopia/
install -d -m 755 %{buildroot}%{_datadir}/nestopia/icons
install -m 644 source/unix/icons/nespad.svg %{buildroot}%{_datadir}/nestopia/icons/

# icons
for N in 32 48 64 96 128;
do
install -D source/unix/icons/%{name}${N}.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

# xdg menu
install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-nestopia.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=NEStopia
Comment=%{summary}
Exec=nestopia -e
Icon=nestopia
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF


%changelog

* Thu Feb 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.47-2
- (5f7e09c) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11039 |14cu|netcat-openbsd-1.89-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Reads and writes data across network connections using TCP or UDP
Name:		netcat-openbsd
Version:	1.89
Release:	5
License:	BSD
Group:		Networking/Other
Url:		http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
# source is CVS checkout
Source0:	netcat-openbsd-%{version}.tar.gz
Patch0:		openbsd-compat.patch
Patch1:		socks-b64-prototype.patch
Patch2:		silence-z.patch
Patch3:		glib-strlcpy.patch
Patch4:		no-strtonum.patch
Patch5:		pollhup.patch
Patch6:		reuseaddr.patch
Patch7:		connect-timeout.patch
Patch8:		udp-scan-timeout.patch
Patch9:		verbose-numeric-port.patch
Patch10:	send-crlf.patch
Patch11:	help-version-exit.patch
Patch12:	quit-timer.patch
Patch13:	getservbyname.patch
Patch14:	gcc-warnings.patch
Patch20:	netcat-openbsd-1.89-makefile.patch
Patch21:	netcat-openbsd-1.89-openbsd-compat.patch
BuildRequires:	pkgconfig(glib-2.0)
Requires:	glib2
Provides:	netcat = 1.0
Conflicts:	netcat < 1.0
Conflicts:	netcat-traditional
Conflicts:	netcat-gnu

%description
The nc package contains Netcat (the program is actually nc), a simple
utility for reading and writing data across network connections, using
the TCP or UDP protocols. Netcat is intended to be a reliable back-end
tool which can be used directly or easily driven by other programs and
scripts.  Netcat is also a feature-rich network debugging and
exploration tool, since it can create many different connections and
has many built-in capabilities.

You may want to install the netcat package if you are administering a
network and you'd like to use its debugging and network exploration
capabilities.

%files
%{_bindir}/nc
%{_bindir}/netcat
%{_mandir}/man1/nc.1*
%{_mandir}/man1/netcat.1*

#----------------------------------------------------------------------------

%prep
%setup -q -n netcat-openbsd-%{version}.orig

%patch20 -p1
%patch21 -p1

%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1

%build
%setup_compile_flags
%make

%install
install -d %{buildroot}%{_bindir}
install -m 755 nc %{buildroot}%{_bindir}
(cd %{buildroot}%{_bindir} && ln -s nc netcat)
install -d %{buildroot}%{_mandir}/man1
install -m 644 nc.1 %{buildroot}%{_mandir}/man1
(cd %{buildroot}%{_mandir}/man1 && ln -s nc.1 netcat.1)


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.89-5
- (185c707) Build with system optflags to fix debug package
- (185c707) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11040 |14cu|netdiscover-0.3-0.beta7.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta beta7
%define rev r118

Summary:	A network address discovering tool
Name:		netdiscover
Version:	0.3
Release:	0.%{beta}.6
License:	GPLv3+
Group:		Networking/Other
Url:		http://nixgeneration.com/~jaime/netdiscover/
# http://www.pc-workshop.da.ru/cvs/netdiscover.tar.gz?view=tar
Source0:	%{name}-%{version}-%{beta}-%{rev}.tar.gz
BuildRequires:	dos2unix
BuildRequires:	libtool
BuildRequires:	wget
BuildRequires:	libnet-devel >= 1.1.3
BuildRequires:	pcap-devel

%description
Netdiscover is a network address discovering tool, developed mainly for those
wireless networks without dhcp server, but it also works on hub/switched
networks. Its based on arp requests, it will send arp requests and sniff for
replies.

%files
%doc AUTHORS ChangeLog README TODO
%{_sbindir}/*
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{beta}-%{rev}

%build
LC_ALL=C sh update-oui-database.sh
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

# cleanup
rm -rf %{buildroot}%{_prefix}/doc


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3-0.beta7.6
- (43ec402) Update to revision 118



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11041 |14cu|netgen-4.9.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		netgen
Group:		Sciences/Physics
Version:	4.9.13
Release:	4
Summary:	Automatic 3d tetrahedral mesh generator
License:	GPL
URL:		http://www.hpfem.jku.at/netgen/
Source0:	%{name}-%{version}.tar.gz
Patch0:		netgen-4.9.13-togl.patch
Patch1:		netgen-4.9.13-opencascade.patch

BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	opencascade
BuildRequires:	opencascade-devel
BuildRequires:	openmpi-devel
BuildRequires:	tcl-devel
BuildRequires:	tk-devel
BuildRequires:	togl
Requires:	tix

%description
NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from
constructive solid geometry (CSG) or boundary representation (BRep) from STL
file format. The connection to a geometry kernel allows the handling of IGES
and STEP files. NETGEN contains modules for mesh optimization and hierarchical
mesh refinement. Netgen is open source based on the LGPL license. It is
available for Unix/Linux and Windows.

NETGEN was developed mainly by Joachim Schöberl within project grants from
the Austrian Science Fund FWF ( Special Research Project "Numerical and
Symbolic Scientific Computing", Start Project "hp-FEM) at the Johannes
Kepler University Linz. Significant contributions were made by Johannes
Gerstmayr (STL geometry) Robert Gaisbauer (OpenCascade interface).

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x 
# Integration with modern opencascade is broken
# --with-occ=%{_datadir}/opencascade
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/%{name}/tutorials
mv -f %{buildroot}%{_datadir}/%{name}/*.{geo,in2d,step,stl,surf} %{buildroot}%{_datadir}/%{name}/tutorials
mv -f %{buildroot}%{_bindir}/* %{buildroot}%{_datadir}/%{name}
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh

export NETGENDIR=%{_datadir}/%{name}
export PATH=\$NETGENDIR:\$PATH
[ -z "\$NETGEN_USER_DIR" ] && export NETGEN_USER_DIR=\$HOME
\$NETGENDIR/%{name} "\$@"
EOF
chmod +x %{buildroot}%{_bindir}/%{name}

%files
%{_bindir}/*
%{_includedir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%dir %{_docdir}/%{name}/
%{_docdir}/%{name}/*
%{_libdir}/*.so


%changelog

* Tue Jul 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.9.13-4
- (766ed67) Added xmu BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11042 |14cu|nethogs-0.8.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Top-like monitor for network traffic
Name:		nethogs
Version:	0.8.5
Release:	1
Group:		Monitoring
License:	GPL+
URL:		http://raboof.github.io/nethogs/
Source0:	https://github.com/raboof/nethogs/archive/v%{version}/%{name}-%{version}.tar.gz 
BuildRequires:	ncurses-devel
BuildRequires:	pcap-devel
BuildRequires:	gcc-c++


%description
NetHogs is a small "net top" tool.

Instead of breaking the traffic down per protocol or per subnet, like
most such tools do, it groups bandwidth by process and does not rely
on a special kernel module to be loaded.

So if there's suddenly a lot of network traffic, you can fire up
NetHogs and immediately see which PID is causing this, and if it's
some kind of spinning process, kill it.

Features:
- shows TCP download- and upload-speed per process
- supports both IPv4 and IPv6
- supports both Ethernet and PPP

%prep

%setup -q

%build
%make CFLAGS="%{optflags}"

%install
%makeinstall_std PREFIX=%{_prefix}

%files
%doc Changelog DESIGN README*
%{_sbindir}/nethogs
%{_mandir}/man*/*

%changelog

* Wed Oct 19 2016 Denis Silakov <dsilakov@gmail.com> 0.8.5-1
- (960140b) Updated to 0.8.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11043 |14cu|netsniff-ng-0.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		netsniff-ng
Version:	0.6.1
Release:	1
Summary:	A high performance network sniffer for packet inspection
License:	GPLv2
Group:		Networking/Other
URL:		http://netsniff-ng.org/
Source0:	http://www.netsniff-ng.org/pub/netsniff-ng/%{name}-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:  cmake
BuildRequires:  ncurses-devel
BuildRequires:  pkgconfig(libnl-3.0)
BuildRequires:  pkgconfig(zlib)
BuildRequires:	pcap-devel
BuildRequires:  flex
BuildRequires:  bison
BuildRequires:  geoip-devel
BuildRequires:  netfilter_conntrack-devel

%description
netsniff-ng is a high performance linux network sniffer for packet inspection.
Basically, it is similar to tcpdump, but it doesn't need one syscall per
packet. Instead, it uses an memory mapped area within kernelspace for accessing
packets without copying them to userspace (zero-copy mechanism).

This tool is useful for debugging your network, measuring performance
throughput or creating network statistics of incoming packets on central
network nodes like routers or firewalls. 

%prep
%setup -q 

%build
%setup_compile_flags
./configure
%make \
	PREFIX=%{_prefix} \
	CFLAGS="$CFLAGS" \
	LDFLAGS="$LDFLAGS" \
	DISTRO=1 \
	ETCDIR=%{_sysconfdir}

%install
%makeinstall_std \
	PREFIX=%{_prefix} \
	ETCDIR=%{_sysconfdir}

%files
%doc AUTHORS COPYING README REPORTING-BUGS
%{_sbindir}/netsniff-ng
%{_sbindir}/bpfc
%{_sbindir}/ifpps
%{_sbindir}/astraceroute
%{_sbindir}/trafgen
%{_mandir}/man8/*.8*
%dir %{_sysconfdir}/netsniff-ng
%config(noreplace) %{_sysconfdir}/netsniff-ng/*

%changelog

* Tue Oct 04 2016 alzim <alzim@bk.ru> 0.6.1-1
- (5b2563f) Merge pull request #2 from import/netsniff-ng:rosa2016.1
- (5b2563f) Updated to 0.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11044 |14cu|nettee-0.1.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Network "tee" program
Name: nettee
Version: 0.1.9.1
Release: 1
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: Networking/Other
Url: http://saf.bio.caltech.edu/nettee.html


%description
nettee is a network "tee" program.  It can typically transfer
data between N nodes at (nearly) the full bandwidth provided by the 
switch which connects them.  It is handy for cloning nodes or moving 
large database files.

%prep
%setup -q -n %{name}-%{version}

%build
gcc -O2 -g -pipe -Wformat -Werror=format-security -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -fasynchronous-unwind-tables -D_LARGEFILE64_SOURCE -o nettee nettee.c

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m755 $RPM_BUILD_DIR/%{name}-%{version}/%{name} %{buildroot}%{_bindir}/%{name}
install -m644 $RPM_BUILD_DIR/%{name}-%{version}/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

%clean

%files
%doc LICENSE *.TXT *.html *.sh
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*



%changelog

* Mon Aug 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.9.1-1
- (de5d3e2) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11045 |14cu|nettoe-1.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nettoe
Version:        1.5.1
Release:        1
Summary:        Tic Tac Toe-like game for the Unix consoles written in C 
License:        GPLv2
Group:          Games/Puzzles
Url:            http://nettoe.sourceforge.net/index.php
Source0:        http://prdownloads.sourceforge.net/nettoe/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(ncurses)

%description
%{summary}.

%files
%doc BUGS COPYING README AUTHORS NEWS ChangeLog
%{_bindir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#----------------------------------------------

%prep
%setup -q

%build
%configure2_5x --prefix=%{_prefix} \
  --bindir=%{_bindir} \
  --datadir=%{_datadir} \
  --enable-desktop
  
%setup_compile_flags
%make 

%install
%makeinstall_std

rm -fr %{buildroot}%{_datadir}/pixmaps


%check
%make test


%changelog

* Sat Sep 03 2016 abfonly <abfonly@gmail.com> 1.5.1-1
- (cc81b91) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11046 |14cu|neverball-1.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Arcade game
Name:		neverball
Version:	1.6.0
Release:	3
Epoch:		1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://icculus.org/neverball/
Source0:	http://icculus.org/neverball/%{name}-%{version}.tar.gz
BuildRequires:	jpeg-devel
BuildRequires:	libphysfs-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_ttf)
BuildRequires:	pkgconfig(vorbisfile)

%description
Tilt the floor to roll the ball through the obstacle course before time
runs out.

This package inclutes neverputt, a golf game based on neverball.

Hardware accellerated OpenGL support with multitexture (OpenGL 1.2.1
or greater) is required.

%files -f %{name}.lang
%doc LICENSE.md README.md
%doc doc/*
%{_gamesbindir}/%{name}
%{_gamesbindir}/neverputt
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/neverputt.desktop
%{_datadir}/icons/hicolor/*/apps/never*png
%{_mandir}/man6/neverball.6*
%{_mandir}/man6/neverputt.6*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make \
	CFLAGS="%{optflags}" \
	CXXFLAGS="%{optflags}" \
	ENABLE_NLS=1 \
	DATADIR=%{_gamesdatadir}/%{name}/data \
	LOCALEDIR=%{_datadir}/locale

%install
install -m 755 -D %{name} %{buildroot}%{_gamesbindir}/%{name}
install -m 755 neverputt %{buildroot}%{_gamesbindir}/

mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
rm -fr data/map-*/*.map
find data -perm 0600 | xargs chmod 0644
cp -a data %{buildroot}%{_gamesdatadir}/%{name}/

mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 dist/*.desktop %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_mandir}/man6
install -m 644 dist/*.6 %{buildroot}%{_mandir}/man6

for res in 16 24 32 48 64 128 256; do
	mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${res}x${res}/apps
	install -m 644 dist/neverball_${res}.png %{buildroot}%{_datadir}/icons/hicolor/${res}x${res}/apps/neverball.png
	install -m 644 dist/neverputt_${res}.png %{buildroot}%{_datadir}/icons/hicolor/${res}x${res}/apps/neverputt.png
done

cp -r locale %{buildroot}%{_datadir}/

%find_lang %{name}


%changelog

* Thu Feb 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.6.0-3
- (f582333) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11047 |14cu|newsupaplex-0.803-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta 803

Summary:	Supaplex clone
Name:		newsupaplex
Version:	0.%{beta}
Release:	1
License:	BSD-like with copyright notice
Group:		Games/Arcade
Url:		http://www.newsupaplex.pp.ru/
BuildRequires:	tar
BuildRequires:	gzip
# Even with __noautoreqfiles, the process of dependency detection is rather slow ...
#AutoReqProv:	no
AutoProv:	no
# % define __noautoreqfiles (/opt/brackets/locales|/opt/brackets/www|/opt/brackets/samples|/opt/brackets/node-core)
%define __noautoreq 'libclan.*|libbass.*|libjpeg.*|libpng.*'

# Though brackets is Open Source, currently we just repack deb packages from upstream
Source0:	http://www.newsupaplex.pp.ru/files/newsupaplex%{beta}_linux_i386.tar.gz
Source1:	http://www.newsupaplex.pp.ru/files/newsupaplex%{beta}_linux_amd64.tar.gz
Source2:	%{name}.desktop
Source3:	newsupaplex.sh
Source4:	%{name}.png
Source100:	%{name}.rpmlintrc

%description
Supaplex clone.

%files
/opt/NewSupaplex
%{_bindir}/*
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*/apps/*

#----------------------------------------------------------------------------

%prep
%setup -qcT
%ifarch x86_64
tar xzf %{SOURCE1}
%endif

%ifarch %{ix86}
tar xzf %{SOURCE0}
%endif

%install
mkdir -p %{buildroot}/opt
cp -r NewSupaplex %{buildroot}/opt
mkdir -p %{buildroot}/%{_bindir}
install -m755 %{SOURCE3} %{buildroot}/%{_bindir}/newsupaplex
pushd %{buildroot}/%{_bindir}
ln -s newsupaplex supaplex
popd


#for s in 32 48 128 256; do
#  mkdir -p %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/
#done
mkdir -p %{buildroot}%{_iconsdir}/hicolor/32x32/apps/
install -m 0644 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png

#install -m 0644 opt/brackets/appshell32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
#install -m 0644 opt/brackets/appshell48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
#install -m 0644 opt/brackets/appshell128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
#install -m 0644 opt/brackets/appshell256.png %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications/
install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Sun Feb 14 2016 Denis Silakov <dsilakov@gmail.com> 0.803-1
- (cd36b9d) Reupload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11048 |14cu|nextcloud-10.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open personal cloud
Name:		nextcloud
Version:	10.0.1
Release:	1
License:	AGPLv3
Group:		System/Servers
Url:		https://nextcloud.com
Source0:	https://download.nextcloud.com/server/releases/%{name}-%{version}.tar.bz2
Source1:	https://download.nextcloud.com/server/releases/%{name}-%{version}.tar.bz2.asc
Source2:	apache.example.conf
Source100:	%{name}.rpmlintrc

# apache
Requires:	config(apache-base)
Requires:	config(apache-mod_php)
# perl
Requires:	perl(Locale::PO)
Requires:	perl(Cwd)
Requires:	perl(Data::Dumper)
Requires:	perl(File::Basename)
Requires:	perl(File::Path)
Requires:	perl(Locale::PO)
#php
Requires:	php-apcu
Requires:	php-cli
Requires:	config(php-apacheaccessor)
Requires:	config(php-curl)
Requires:	config(php-gd)
Requires:	config(php-iconv)
Requires:	config(php-intl)
Requires:	config(php-ldap)
Requires:	config(php-mbstring)
Requires:	config(php-mcrypt)
Requires:	config(php-pdo_sqlite)
Requires:	config(php-pgsql)
Requires:	config(php-sqlite3)
Requires:	config(php-zip)
# Drop cacheing because of conflicts,Sflo
#Suggests:	config(php-xcache)
Requires:	mariadb
Requires:	samba-client
# Files preview
Requires:	ffmpeg
Suggests:	libreoffice
# For apache user and group
Requires(pre):	apache-base
Conflicts:	owncloud
# It takes too long to detect empty Requires and Provides, just disable it
AutoReqProv:	0
BuildArch:	noarch

%description
Nextcloud is an open source, self-hosted file sync and share and communication
app platform. Access & sync your files, contacts, calendars & communicate and
collaborate across your devices.

%files
%doc COPYING-AGPL AUTHORS
%attr(-,apache,apache) %{_datadir}/%{name}
# Not sure if this is useful...
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/.htaccess
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/apache.conf.example
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/config.sample.php
%{_sysconfdir}/pki/%{name}/*.pem

%post
ln -s %{_sysconfdir}/httpd/conf/webapps.d %{_datadir}/%{name}/config

%postun
rm -Rf %{_datadir}/%{name}/config

#--------------------------------------------------------------------

%prep
%setup -qn %{name}
sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" config/config.sample.php

%build

%install
mkdir -p %{buildroot}%{_datadir}/nextcloud
(
cd %{buildroot}%{_datadir}
tar xjf %{SOURCE0}
)

# clean zero lenght
find %{buildroot} -size 0 -delete

# move config to /etc
mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
mv %{buildroot}%{_datadir}/%{name}/config/config.sample.php %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
# Not sure if this is useful...
mv %{buildroot}%{_datadir}/%{name}/config/.htaccess %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d

# install apache config file
install -m 644 %{SOURCE2}  %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/apache.conf.example

# fix some attr
find %{buildroot}%{_datadir}/nextcloud -type f -exec chmod 0644 {} \;
find %{buildroot}%{_datadir}/nextcloud -type d -exec chmod 0755 {} \;

# pem cert.
mkdir -p %{buildroot}%{_sysconfdir}/pki/%{name}
find . %{buildroot} -name "*.pem" -exec mv --target-directory=%{buildroot}%{_sysconfdir}/pki/%{name} {} \;

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11049 |14cu|nfoview-1.20-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple viewer for NFO files
Name:		nfoview
Version:	1.20
Release:	1
License:	GPLv3+
Group:		File tools
URL:		http://otsaloma.io/nfoview/
Source0:	https://github.com/otsaloma/nfoview/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Requires:	python3-gobject3
Suggests:	terminus-font
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	python3-devel
BuildRequires:	pygtk2.0
BuildRequires:	pygtk2.0-libglade
Requires(post):	desktop-common-data
Requires(postun): desktop-common-data
Requires(post):	desktop-file-utils
Requires(postun): desktop-file-utils
BuildArch:		noarch

%description
NFO Viewer is a simple viewer for NFO files, which are "ASCII" art in
the CP437 codepage. The advantages of using NFO Viewer instead of a
text editor are preset font and encoding settings, automatic window
size and clickable hyperlinks.

%prep
%setup -q

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}
%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS.md NEWS.md README.md TODO.md
%{_bindir}/nfoview
%{py3_puresitedir}/nfoview*
%{_datadir}/applications/nfoview.desktop
%{_mandir}/man1/nfoview.1*
%{_datadir}/nfoview
%{_datadir}/icons/hicolor/*/apps/nfoview.*
%{_datadir}/appdata/nfoview.appdata.xml

%changelog

* Tue Oct 04 2016 alzim <alzim@bk.ru> 1.20-1
- (5504c3e) Merge pull request #2 from import/nfoview:rosa2016.1
- (5504c3e) Updated to 1.20



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11050 |14cu|nilfs-utils-2.2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
#define libname %mklibname %{name} %{api} %{major}
%define libname %mklibname %{name}
%define devname %mklibname %{name} -d

%define libnilfs %mklibname nilfs %{major}
%define libnilfscleaner %mklibname nilfscleaner %{major}
%define libnilfsgc %mklibname nilfsgc %{major}

%define _root_sbindir /sbin

%bcond_with uclibc

Summary:	Tools for nilfs filesystem
Name:		nilfs-utils
Version:	2.2.5
Release:	1
License:	GPLv2+
Group:		System/Base
Source0:	https://github.com/nilfs-dev/nilfs-utils/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
Url:		http://www.nilfs.org/en/index.html
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(mount)
%if %{with uclibc}
BuildRequires:	uClibc-devel
BuildRequires:	uclibc-ext2fs-devel
BuildRequires:	uclibc-libuuid-devel
BuildRequires:	uclibc-libmount-devel
%endif

%description
NILFS is a log-structured file system supporting versioning of the entire 
file system and continuous snapshotting which allows users to even restore 
files mistakenly overwritten or destroyed just a few seconds ago. 

%files
%doc AUTHORS ChangeLog README
%config(noreplace) %{_sysconfdir}/nilfs_cleanerd.conf
%{_bindir}/*
%{_root_sbindir}/*
%{_sbindir}/*
%{_mandir}/man?/*.xz

#------------------------------------------------------------------------

%if %{with uclibc}
%package -n uclibc-%{name}
Summary:	Tools for nilfs filesystem (uClibc build)
Group:		System/Base

%description -n	uclibc-%{name}
NILFS is a log-structured file system supporting versioning of the entire 
file system and continuous snapshotting which allows users to even restore 
files mistakenly overwritten or destroyed just a few seconds ago. 

%files -n uclibc-%{name}
%{uclibc_root}%{_bindir}/*
%{uclibc_root}%{_root_sbindir}/*
%endif

#------------------------------------------------------------------------

%package -n %{libnilfs}
Summary:	The libnilfs library for %{name}
Group:		System/Base
License:	LGPLv2.1+
%rename		%{libname}
%rename		%{libname}0

%description -n %{libnilfs}
This package contains the libnilfs library needed to run programs dynamically
linked with %{name}.

%files -n %{libnilfs}
%{_libdir}/libnilfs.so.%{major}*

#------------------------------------------------------------------------

%if %{with uclibc}
%package -n uclibc-%{libnilfs}
Summary:	The libnilfs library for %{name} (uClibc build)
Group:		System/Base
License:	LGPLv2.1+

%description -n uclibc-%{libnilfs}
This package contains the libnilfs library needed to run programs dynamically
linked with %{name}.

%files -n uclibc-%{libnilfs}
%{uclibc_root}%{_libdir}/libnilfs.so.%{major}*
%endif

#------------------------------------------------------------------------

%package -n %{libnilfscleaner}
Summary:	The libnilfscleaner library for %{name}
Group:		System/Base
License:	LGPLv2.1+
%rename		%{libname}
%rename		%{libname}0

%description -n %{libnilfscleaner}
This package contains the libnilfscleaner library needed to run programs
dynamically linked with %{name}.

%files -n %{libnilfscleaner}
%{_libdir}/libnilfscleaner.so.%{major}*

#------------------------------------------------------------------------

%if %{with uclibc}
%package -n uclibc-%{libnilfscleaner}
Summary:	The libnilfscleaner library for %{name} (uClibc build)
Group:		System/Base
License:	LGPLv2.1+

%description -n uclibc-%{libnilfscleaner}
This package contains the libnilfscleaner library needed to run programs
dynamically linked with %{name}.

%files -n uclibc-%{libnilfscleaner}
%{uclibc_root}%{_libdir}/libnilfscleaner.so.%{major}*
%endif

#------------------------------------------------------------------------

%package -n %{libnilfsgc}
Summary:	The libnilfsgc library for %{name}
Group:		System/Base
License:	LGPLv2.1+
%rename		%{libname}
%rename		%{libname}0

%description -n %{libnilfsgc}
This package contains the libnilfsgc library needed to run programs dynamically
linked with %{name}.

%files -n %{libnilfsgc}
%{_libdir}/libnilfsgc.so.%{major}*

#------------------------------------------------------------------------

%if %{with uclibc}
%package -n uclibc-%{libnilfsgc}
Summary:	The libnilfsgc library for %{name} (uClibc build)
Group:		System/Base
License:	LGPLv2.1+

%description -n uclibc-%{libnilfsgc}
This package contains the libnilfsgc library needed to run programs dynamically
linked with %{name}.

%files -n uclibc-%{libnilfsgc}
%{uclibc_root}%{_libdir}/libnilfsgc.so.%{major}*
%endif

#------------------------------------------------------------------------

%if %{with uclibc}
%package -n uclibc-%{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		System/Base
Requires:	uclibc-%{devname} = %{EVRD}
Requires:	uclibc-%{libnilfs} = %{EVRD}
Requires:	uclibc-%{libnilfsgc} = %{EVRD}
Requires:	uclibc-%{libnilfscleaner} = %{EVRD}
Provides:	uclibc-%{name}-devel = %{EVRD}

%description -n uclibc-%{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n uclibc-%{devname}
%{uclibc_root}%{_libdir}/libnilfs*.so
%endif

#------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		System/Base
Requires:	%{name} = %{EVRD}
Requires:	%{libnilfs} = %{EVRD}
Requires:	%{libnilfsgc} = %{EVRD}
Requires:	%{libnilfscleaner} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%{_libdir}/libnilfs*.so
%{_includedir}/*.h

#------------------------------------------------------------------------

%prep
%setup -q
%before_configure

%build
autoreconf -fiv
CONFIGURE_TOP="$PWD"

mkdir -p glibc
pushd glibc
%configure --disable-static
%make CC=%{__cc}
popd

%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%uclibc_configure \
	--disable-static
%make
popd
%endif

%install
%if %{with uclibc}
%makeinstall_std -C uclibc LDCONFIG=/bin/true sbindir=%{uclibc_root}/%{_root_sbindir}
%endif

%makeinstall_std -C glibc LDCONFIG=/bin/true

%changelog

* Tue Oct 04 2016 alzim <alzim@bk.ru> 2.2.5-1
- (b2b6037) Merge pull request #2 from import/nilfs-utils:rosa2016.1
- (b2b6037) Updated to 2.2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11051 |14cu|ninja-ide-2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python Development Environment
Name:		ninja-ide
Version:	2.3
Release:	2
License:	GPLv3+
Group:		Development/Python
Url:		http://www.ninja-ide.org
Source0:	%{name}-%{version}.zip
Source1:	%{name}.desktop
BuildRequires:	imagemagick
BuildRequires:	python-pyinotify
BuildRequires:	python-qt4
BuildRequires:	python-setuptools
Requires:	python-qt4
Requires:	python-pyinotify
BuildArch:	noarch

%description
NINJA-IDE (from the recursive acronym: "Ninja-IDE Is Not Just Another IDE"),
is a cross-platform integrated development environment (IDE).

NINJA-IDE runs on Linux/X11, Mac OS X and Windows desktop operating systems,
and allows developers to create applications for several purposes using all
the tools and utilities of NINJA-IDE, making the task of writing software
easier and more enjoyable.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{py_puresitedir}/ninja_ide/
%{py_puresitedir}/ninja_tests/
%{py_puresitedir}/NINJA_IDE-%{version}-py%{python2_version}.egg-info

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}

%build

%install
python setup.py install --root %{buildroot} --install-purelib=%{py_puresitedir}

mogrify %{buildroot}%{py_puresitedir}/ninja_ide/img/*.png

mkdir -p %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications/

# install menu icons
for N in 16 32 48 64 128;
do
convert %{buildroot}%{py_puresitedir}/ninja_ide/img/icon.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

%changelog

* Wed Jan 24 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3-2
- (c0e8d14) Final cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11052 |14cu|nip2-7.42.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Interface for vips image manipulation tool
Name:		nip2
Version:	7.42.1
Release:	1
License:	LGPLv2+
Group:		Video
Url:		http://www.vips.ecs.soton.ac.uk/index.php
Source0:	http://www.vips.ecs.soton.ac.uk/supported/7.42/%{name}-%{version}.tar.gz
BuildRequires:	bison
BuildRequires:	flex >= 2.5.36
BuildRequires:	gettext
BuildRequires:	imagemagick
# It tests for xdg-open - AdamW
BuildRequires:	xdg-utils
# It tests for update-{mime,desktop}-database,
# but we don't use them at build time
#BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	graphviz
BuildRequires:	pkgconfig(libgoffice-0.8)
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.24
BuildRequires:	pkgconfig(glib-2.0) >= 2.14
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(vips) >= %{version}
BuildRequires:	perl(XML::Parser)
Requires:	xdg-utils

%description
This program aims to be about halfway between Excel and Photoshop. You don't
directly edit images - instead, like a spreadsheet, you build relationships
between objects. When you make a change somewhere, nip2 will recalculate the
objects affected by that change. Since it is demand-driven this update is
usually (almost) instant, even for very, very large images.

%files -f %{name}.lang
%doc %{_defaultdocdir}/%{name}
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/mime/packages/%{name}.xml

#----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x --disable-update-desktop
%make


%install
%makeinstall_std

rm -fr %{buildroot}%{_datadir}/locale/malkovich

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -scale 16x16 proj/src/nip.ico %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -scale 32x32 proj/src/nip.ico %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 48x48 proj/src/nip.ico %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%find_lang %{name}


%changelog

* Mon Apr 13 2015 Giovanni Mariani <mc2374@mclink.it> 7.42.1-1
- (3af73b8) Updated to release 7.42.1, updated BReqs and fixed file list



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11053 |14cu|nitroshare-0.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define urlver %(echo %{version}|cut -d. -f1,2)

Summary:	A simple tool for sending files to other machines on a local network
Name:		nitroshare
Version:	0.3.4
Release:	2
License:	MIT
Group:		Networking/File transfer
Url:		https://nitroshare.net
# https://github.com/nitroshare/nitroshare-desktop
Source0:	https://launchpad.net/nitroshare/%{urlver}/%{version}/+download/%{name}-%{version}.tar.gz
Source1:	https://launchpad.net/nitroshare/%{urlver}/%{version}/+download/%{name}-%{version}.tar.gz.asc
Source2:	nitroshare-0.3.4_ru.tar.gz
BuildRequires:	cmake
BuildRequires:	kde5-macros
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5DBus)
# extra BRs needed for Mate, Gnome and Cinnamon DEs
BuildRequires:	pkgconfig(appindicator-0.1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libnotify)

%description
A cross-platform network file transfer application designed to make
transferring any file to any device as painless as possible.

Features:
  * Automatic discovery of devices on the local network.
  * Simple and intuitive user interface.
  * Transfer entire directories.

%files
%doc README.md
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_kde5_services}/nitroshare_addtoservicemenu.desktop
%{_iconsdir}/hicolor/*/*/%{name}*.svg
%{_iconsdir}/breeze*/*/*/%{name}*.svg
%{_mandir}/man1/%{name}.1*
%{_iconsdir}/gnome/24x24/apps/nitroshare-indicator.png
%{_iconsdir}/ubuntu-mono-dark/apps/22/nitroshare-indicator.png
%{_iconsdir}/ubuntu-mono-dark/apps/24/nitroshare-indicator.svg
%{_iconsdir}/ubuntu-mono-light/apps/22/nitroshare-indicator.png
%{_iconsdir}/ubuntu-mono-light/apps/24/nitroshare-indicator.svg

#----------------------------------------------------

%package nautilus
Summary:	Nautilus extension for Nitroshare
Group:		Graphical desktop/GNOME
Requires:	%{name} = %{EVRD}
Requires:	nautilus-python
BuildArch:	noarch

%description nautilus
The %{name}-nautilus package contains the %{name} extension for the
nautilus file manager.

%files nautilus
%doc README.md
%{_datadir}/nautilus-python/extensions/*.py*

#----------------------------------------------------

%package caja
Summary:	Caja extension for Nitroshare
Group:		Graphical desktop/MATE
Requires:	%{name} = %{EVRD}
Requires:	python-caja
BuildArch:	noarch

%description caja
The %{name}-caja package contains the %{name} extension for the
caja file manager.

%files caja
%doc README.md
%{_datadir}/caja-python/extensions/*.py*

#----------------------------------------------------

%prep
%setup -q

pushd src/data/ts
tar -xvzf %{SOURCE2}
popd

%build
%cmake_qt5

%make

# Caja is GTK2 so fix version of typelib(Gtk;Caja)
sed -i -e "s|'3.0'|'2.0'|g" src/dist/nitroshare_caja.py

%install
%makeinstall_std -C build

rm -rf %{buildroot}%{_datadir}/nemo-python/extensions/*.py*

%changelog

* Mon Nov 06 2017 Victor Ryzhikh <victorr2007@yandex.ru> 0.3.4-2
- (8888bb0) Updated Russian translations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11054 |14cu|nixnote-2.0-0.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nixnote2
%define __noautoreq 'libcurl\\.so(.*)'

Name:		nixnote
Version:	2.0
Release:	0.1
Group:		Networking/Other
Summary:	Evernote-clone. Use with Evernote to remember everything
License:	GPLv2
URL:		http://nevernote.sourceforge.net/
Source0:	%{oname}-%{version}-beta8_i386.tar.gz
Source1:	%{oname}-%{version}-beta8_amd64.tar.gz
Source2:    nixnote2_ru.tar.gz
Requires:   java-openjdk
%ifarch %ix86
Requires:   libpng0
%else
Requires:   lib64png0
%endif
Obsoletes:	nevernote

%description
Evernote-clone. Use with Evernote to remember everything

%prep
%ifarch %ix86
%setup -q -b 0 -n %{oname}
%else
%setup -q -b 1 -n %{oname}
%endif

pushd usr/share/nixnote2/translations
tar -xvzf %{SOURCE2}
popd

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 usr/bin/%{oname} %{buildroot}%{_bindir}/%{oname}

install -d -m 755 %{buildroot}%{_datadir}/applications
install -m 644 usr/share/applications/%{oname}.desktop %{buildroot}%{_datadir}/applications/%{oname}.desktop

install -d -m 755 %{buildroot}%{_datadir}/%{oname}
cp -a usr/share/%{oname}/* %{buildroot}%{_datadir}/%{oname}

%files
%defattr(-,root,root)
%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/%{oname}

%changelog

* Thu Sep 22 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.0-0.1
- (3a9c134) Updated to 2.0, updated Russian translations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11055 |14cu|nkf-2.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network Kanji code conversion Filter
Name:		nkf
Version:	2.1.4
Release:	2
License:	BSD
Group:		System/Internationalization
Url:		http://sourceforge.jp/projects/nkf/
Source0:	http://prdownloads.sourceforge.jp/nkf/20055/%{name}-%{version}.tar.gz
BuildRequires:	perl-devel

%description
Nkf is a yet another kanji code converter among networks, hosts and
terminals.  It converts input kanji code to designated kanji code such
as 7-bit JIS, MS-kanji (shifted-JIS) or EUC.

%files
%doc nkf.doc
%{_bindir}/nkf
%{_mandir}/man1/nkf.1*
%{_mandir}/ja/man1/nkf.1*

#----------------------------------------------------------------------------

%package -n perl-nkf
Summary:	Perl extension for Network Kanji Filter
Obsoletes:	perl-NKF

%description -n perl-nkf
This is a Perl Extension version of nkf (Netowrk Kanji Filter).
It converts the last argument and return converted result. Conversion
details are specified by flags before the last argument.

%files -n perl-nkf
%{perl_vendorarch}/NKF.pm
%{perl_vendorarch}/auto/NKF
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make CFLAGS="%{optflags}" nkf

pushd NKF.mod
perl Makefile.PL INSTALLDIRS=vendor
%make  CFLAGS='%{optflags}'
popd

%install
install -d %{buildroot}%{_bindir}
install -m 755 nkf %{buildroot}%{_bindir}

install -d %{buildroot}%{_mandir}/man1
install -m 644 nkf.1 %{buildroot}%{_mandir}/man1

install -d %{buildroot}%{_mandir}/ja/man1
install -m 644 nkf.1j %{buildroot}%{_mandir}/ja/man1/nkf.1

pushd NKF.mod
%makeinstall_std
popd

%changelog

* Fri Mar 04 2016 Denis Silakov <dsilakov@gmail.com> 2.1.4-2
- (663f7a8) Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11056 |14cu|nmapsi4-0.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qt4-based GUI to provide a complete nmap interface
Name:		nmapsi4
Version:	0.4.1
Release:	1
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.nmapsi4.org/
Source0:	http://nmapsi4.googlecode.com/files/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	nmap
BuildRequires:	kdelibs4-devel
Requires:	nmap

%description
NmapSI4 is a Qt4-based GUI with the design goals to provide a complete
nmap interface for users, in order to management all option of this power
security net scanner.

%files
%doc AUTHORS README NEWS TODO NEWS
%{_bindir}/nmapsi4
%{_kde_applicationsdir}/nmapsi4*.desktop
%{_kde_iconsdir}/hicolor/*/apps/nmapsi4.png
%{_datadir}/dbus-1/interfaces/org.nmapsi4.Nmapsi4.xml
%{_datadir}/nmapsi4/locale/nmapsi4_*.qm

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build



%changelog
* Mon Oct 06 2014 Rosa <rosa@abf.rosalinux.ru> 0.4.1-1
+ Revision: 3a18a5a
- Automatic import for version 0.4.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11057 |14cu|nml-0.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Dropped noarch qualify to really fix build on i586
%define	debug_package %{nil}

Summary:	A tool to compile nml files to grf or nfo files
Name:		nml
Version:	0.4.4
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://dev.openttdcoop.org/projects/nml
Source0:	http://bundles.openttdcoop.org/nml/releases/LATEST/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-setuptools
BuildRequires:	python3-pillow
BuildRequires:	python3-ply
Requires:	python3 >= 3.2
Requires:	python3-ply
Requires:	python3-pillow
Requires:	python3-pkg-resources
# Drop this because otherwise there is no way to handle
# the files being put in %%{py3_platsitedir} on x86_64
#BuildArch:	noarch
Conflicts:	%{name} < %{EVRD}

%description
A python3-based tool to compile nml files to grf and/or nfo files. NML is a
meta-language that aims to be a lot simpler to learn and use than nfo.

%files
%doc docs/* examples/
%{_bindir}/nmlc
%{_mandir}/man1/nmlc.1.*
%{py3_platsitedir}/%{name}-%{version}-py*.egg-info/*
%{py3_platsitedir}/%{name}/*
%{py3_platsitedir}/%{name}*.so

#----------------------------------------------------------------------------

%prep
%setup -q

# fix build with new python3-pillow
sed -i -e 's,tostring(),tobytes(),g' \
        nml/spriteencoder.py \
        nml/lz77.py

%build
PYTHONDONTWRITEBYTECODE=  python3 setup.py build


%install
export PYTHONPATH=%{buildroot}%{py3_platsitedir}
PYTHONDONTWRITEBYTECODE= python3 setup.py install --root %{buildroot}

#handle docs in files section
rm -rf %{buildroot}%{_defaultdocdir}

#man pages
install -Dpm655 docs/nmlc.1 %{buildroot}%{_mandir}/man1/nmlc.1

%changelog

* Wed Oct 05 2016 alzim <alzim@bk.ru> 0.4.4-1
- (547a18a) Merge pull request #1 from import/nml:rosa2016.1
- (547a18a) Updated to 0.4.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11058 |14cu|nmon-14i-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Performance analysis tool
Name:		nmon
Version:	14i
Release:	1
License:	GPLv3
Group:		Monitoring
URL:		http://nmon.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/lmon14i.c
Source1:	http://downloads.sourceforge.net/%{name}/Documentation.txt
# Manpage available from the patch archive:
# http://sourceforge.net/tracker/?func=detail&aid=2833213&group_id=271307&atid=1153693
Source2:	%{name}.1
BuildRequires: ncurses-devel

%description
nmon is designed for performance specialists to use for monitoring and
analyzing performance data.

%prep
%setup -T -c -n %{name}
sed -e "s/\r//" %{SOURCE1} > Documentation.txt
touch -c -r %{SOURCE1} Documentation.txt
cp %{SOURCE0} .

%{__cat} <<EOF >nmon-script.sysconfig
### The directory to store the nmon data files
NMONDIR="/var/log/nmon"

### Default options for nmon
OPTIONS="-f -t"

### Number of days to keep nmon data files
KEEPDAYS="31"
EOF

%{__cat} <<'EOF' >nmon-script.sh
#!/bin/bash

### Please make modifications to the options and path in /etc/sysconfig/nmon-script

### Default variables
SYSCONFIG="/etc/sysconfig/nmon-script"
NMONDIR="/var/log/nmon"
OPTIONS="-f -t"
KEEPDAYS="31"

### Read configuration
[ -r "$SYSCONFIG" ] && source "$SYSCONFIG"

### Kill the old process(es)
/usr/bin/pkill -x -f "/usr/bin/nmon $OPTIONS -m $NMONDIR"

### Remove old log files
/usr/bin/find $NMONDIR -ctime +$KEEPDAYS -daystart -type f | xargs rm -f

### Start the new process
exec /usr/bin/nmon $OPTIONS -m $NMONDIR
EOF

%{__cat} <<EOF >nmon-script.cron
0 0 * * * nobody /usr/bin/nmon-script
EOF

%build
%{__cc} %{optflags} -D JFS -D GETUSER -D LARGEMEM -D X86 -lncurses lmon%{version}.c -o %{name}

%install
install -Dp -m0755 nmon %{buildroot}%{_bindir}/nmon

install -d -m0755 %{buildroot}%{_localstatedir}/log/nmon/
install -Dp -m0755 nmon-script.sh %{buildroot}%{_bindir}/nmon-script
install -Dp -m0644 nmon-script.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/nmon-script
install -Dp -m0644 nmon-script.cron %{buildroot}%{_sysconfdir}/cron.d/nmon-script
install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/%{name}.1

%files
%doc Documentation.txt
%config(noreplace) %{_sysconfdir}/sysconfig/nmon-script
%config %{_sysconfdir}/cron.d/nmon-script
%{_bindir}/nmon
%{_bindir}/nmon-script
%{_mandir}/man1/*

%defattr(-, nobody, nobody, 0755)
%{_localstatedir}/log/nmon/

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 14i-1
- (5958554) Updated to 14i



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11059 |14cu|nodejs-abbrev-1.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname abbrev

Name:       nodejs-%{oname}
Version:    1.0.7
Release:    4
Group:      Development/Other
Summary:    Abbreviation calculator for Node.js
License:    ISC
URL:        https://github.com/isaacs/%{oname}-js
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging

BuildArch:  noarch

%description
Calculate the set of unique abbreviations for a given set of strings.

%files
%doc README.md LICENSE CONTRIBUTING.md
%{nodejs_sitelib}/%{oname}

#-----------------------------------------------------------------------


%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json abbrev.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
node test.js





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.7-4
- (efb1754) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11060 |14cu|nodejs-accepts-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname accepts 

Summary:        Higher-level content negotiation
Name:           nodejs-%{oname}
Version:        1.3.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/accepts
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jshttp/accepts/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(negotiator) >= 0.6.0
BuildRequires:  npm(mime-types)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep negotiator
%nodejs_fixdep mime-types

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --check-leaks --bail test/   



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (9edfc64) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11061 |14cu|nodejs-acorn-2.6.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname acorn

Summary:        ECMAScript parser
Name:           nodejs-%{oname}
Version:        2.6.4 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ternjs/acorn
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md AUTHORS 
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json bin/ dist/ src/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod +x %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/%{oname} \
  %{buildroot}%{_bindir}/%{oname}

find %{buildroot} -size 0 -delete
chmod +x %{buildroot}%{nodejs_sitelib}/%{oname}/src/bin/acorn.js
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.6.4-4
- (6593ab7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11062 |14cu|nodejs-acorn-globals-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname acorn-globals

Summary:        Detect global variables in JavaScript using acorn
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ForbesLindesay/acorn-globals
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(acorn)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (bd28e3f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11063 |14cu|nodejs-acorn-to-esprima-2.0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname acorn-to-esprima

Summary:        Convert acorn tokens to esprima
Name:           nodejs-%{oname}
Version:        2.0.8
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/babel/acorn-to-esprima
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json src/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.8-4
- (f2c7aa4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11064 |14cu|nodejs-adm-zip-0.4.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname adm-zip

Summary:        A Javascript implementation of zip for nodejs
Name:           nodejs-%{oname}
Version:        0.4.7
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/cthackers/adm-zip
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/cthackers/adm-zip/master/MIT-LICENSE.txt
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.txt *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js headers/ methods/ util/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.7-4
- (e227918) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11065 |14cu|nodejs-after-0.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname after

Summary:        After - tiny flow control
Name:           nodejs-%{oname}
Version:        0.8.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Raynos/after
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/Raynos/after/archive/v%{version}.tar.gz
Source1:        https://raw.githubusercontent.com/Raynos/after/master/LICENCE
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules
cp -p %{SOURCE1} LICENSE
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --ui tdd --reporter spec test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.8.1-4
- (e4d4c26) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11066 |14cu|nodejs-agentkeepalive-2.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname agentkeepalive

Summary:        Missing keep-alive http.Agent
Name:           nodejs-%{oname}
Version:        2.0.3
Release:        4
Group:		Development/Other
License:        MIT
URL:            https://github.com/TBEDP/%{oname}
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/node-modules/%{oname}/archive/%{version}.tar.gz
Source20:       nodejs-%{oname}-ssl.conf
BuildRequires:  nodejs-packaging
BuildRequires:  openssl
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(should-http)
BuildRequires:  npm(pedding) >= 1.0.0
BuildRequires:  npm(istanbul)
BuildArch:      noarch


%description
The nodejs's missing keep alive http.Agent. Support HTTP and HTTPS.



%files
%doc README.md History.md AUTHORS example
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------
%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

# tests faild on 32 bit jail
%ifarch x86_64
%nodejs_symlink_deps --check
pushd test/fixtures
OPENSSL_CONF=%{SOURCE20} sh genkey.sh
popd
NODE_TLS_REJECT_UNAUTHORIZED=0 mocha -R spec -t 5000 -r should-http test/*.test.js      
%endif

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.3-4
- (2fa885b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11067 |14cu|nodejs-ain2-1.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ain2

Summary:    A Node.js module for syslog logging (and a continuation of ain)
Name:       nodejs-%{oname}
Version:    1.5.3
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/phuesler/ain
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(unix-dgram)
BuildRequires:  npm(chai)
BuildRequires:  npm(mocha)
BuildArch:  noarch

%description
This module provides syslog logging for Node.js.

Ain2 is written with full compatibility with the Node.js console module.
It implements all console functions and formatting. Ain2 also supports UTF-8.

Ain2 can send messages by UDP to 127.0.0.1:514 or to the a Unix socket such
as /dev/log.

%files
%doc CHANGELOG.md LICENSE readme.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------------
%prep
%setup -q -n package
for i in CHANGELOG.md LICENSE readme.md; do
    sed 's/\r//' "${i}" > "${i}.new"
    touch -r "${i}" "${i}.new"
    mv "${i}.new" "${i}"
done
%nodejs_fixdep unix-dgram

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps unix-dgram


%check
%nodejs_symlink_deps --check
mocha test/**/*.spec.js || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.5.3-4
- (6f118b5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11068 |14cu|nodejs-airplay-js-0.2.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname airplay-js

Summary:        JS Native Apple AirPlay client library for AppleTV
Name:           nodejs-%{oname}
Version:        0.2.16
Release:        4
License:        NONE
Group:          Development/Other
Url:            https://github.com/zfkun/node-airplay
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/zfkun/node-airplay/master/LICENSE.txt
BuildRequires:  nodejs-packaging
BuildRequires:  npm(plist)
BuildRequires:  npm(mdns-js)
#BuildRequires:  npm(readable-stream)
#BuildRequires:  ffmpeg
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules_prev
cp -p %{SOURCE1} .


%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js airplay/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
# test video file deleted upstream
# %%nodejs_symlink_deps --check
# %%__nodejs test/*.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.16-4
- (ee660e5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11069 |14cu|nodejs-ambi-2.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ambi

Summary:        Execute a function ambidextrously 
Name:           nodejs-%{oname}
Version:        2.4.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/ambi
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(typechecker)
BuildRequires:  npm(esnextguardian)
BuildArch:      noarch

%description
Execute a function ambidextrously 
(normalizes the differences between 
synchronous and asynchronous functions). 
Useful for treating synchronous functions 
as asynchronous functions (like supporting 
both synchronous and 
asynchronous event definitions automat.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js es5/ esnext/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.4.0-4
- (4ee434d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11070 |14cu|nodejs-amdefine-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname amdefine

Summary:        Provide AMD's define() API for declaring modules in the AMD format
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
Group:          Development/Other
License:        BSD or MIT
Url:            https://github.com/jrburke/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
A module that can be used to implement the Asynchronous Module Definition's
define() in Node. This allows you to code to the AMD API and have the module
work in node programs without requiring those other programs to use AMD.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (6f93964) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11071 |14cu|nodejs-ansi-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ansi

Summary:    ANSI escape codes for Node.js
Name:       nodejs-%{oname}
Version:    0.3.1
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/TooTallNate/ansi.js
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
ansi.js is a module for Node.js that provides an easy-to-use API for writing
ANSI escape codes to Stream instances. ANSI escape codes are used to do fancy
things in a terminal window, like render text in colors, delete characters,
lines, the entire window, or hide and show the cursor, and lots more!

%files
%doc LICENSE *.md examples/
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------

%prep
%setup -qn package

#fix perms in stuff that goes in %%doc
chmod 0644 examples/*.js examples/*/*

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr lib/ package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-4
- (f946b85) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11072 |14cu|nodejs-ansicolors-0.3.2-3.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ansicolors

Summary:        Functions that surround a string with ansi color codes so it prints in color
Name:           nodejs-%{oname}
Version:        0.3.2
Release:        3.4
Group:		Development/Other
License:        MIT
Url:            https://github.com/thlorenz/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:	noarch


%description
Functions that surround a string with ansi color codes so it prints in color.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr %{oname}.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check 
%__nodejs test/%{oname}.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.2-3.4
- (e23a8c3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11073 |14cu|nodejs-ansi-escapes-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ansi-escapes

Summary:        ANSI escape codes for manipulating the terminal
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/ansi-escapes
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (06ae744) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11074 |14cu|nodejs-ansi-font-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ansi-font

Summary:        ANSI font styling utils
Name:           nodejs-%{oname}
Version:        0.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Gozala/ansi-font
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.2-4
- (f6200af) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11075 |14cu|nodejs-ansi-regex-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ansi-regex

Summary:        Regular expression for matching ANSI escape codes
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/ansi-regex
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (c88bb28) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11076 |14cu|nodejs-ansistyles-0.1.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-ansistyles
Version:        0.1.3
Release:        8
Summary:        Functions that surround a string with ansistyle codes so it prints in style
Group:		Development/Other
License:        MIT
Url:            https://github.com/sindresorhus/ansi-styles
Source0:        http://registry.npmjs.org/ansistyles/-/ansistyles-0.1.3.tgz
BuildArch:	noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs
BuildRequires:  nodejs-tap

%description
Functions that surround a string with ansistyle codes so it prints in style.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/ansistyles
cp -pr ansistyles.js package.json %{buildroot}%{nodejs_sitelib}/ansistyles

%nodejs_symlink_deps

%check
tap test/

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/ansistyles

%doc LICENSE README.md


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.3-8
- (fe9bc3d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11077 |14cu|nodejs-ansi-styles-2.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ansi-styles

Summary:        ANSI escape codes for styling strings in the terminal
Name:           nodejs-%{oname}
Version:        2.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/chalk/ansi-styles
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.0-4
- (43569c2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11078 |14cu|nodejs-any-promise-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname any-promise

Summary:        Resolve any installed ES6 compatible promise
Name:           nodejs-%{oname}
Version:        1.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevinbeaty/any-promise
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js *.ts register/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (7d51c32) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11079 |14cu|nodejs-ap-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ap

Summary:        Currying in javascript. Like .bind() without also setting this
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-ap
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.* examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (0b2508e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11080 |14cu|nodejs-archiver-0.21.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname archiver

Summary:        A streaming interface for archive generation
Name:           nodejs-%{oname}
Version:        0.21.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/archiverjs/node-archiver
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/archiverjs/node-archiver/archive/%{version}.tar.gz
Source100:      %{name}.rpmlintrc 
BuildRequires:  nodejs-packaging
BuildRequires:  npm(zip-stream)
BuildRequires:  npm(tar-stream)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(lodash)
BuildRequires:  npm(glob)
BuildRequires:  npm(buffer-crc32)
BuildRequires:  npm(async)
BuildRequires:  npm(archiver-utils)
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(tar)
BuildRequires:  npm(yauzl)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n node-%{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep zip-stream
%nodejs_fixdep tar-stream
%nodejs_fixdep readable-stream
%nodejs_fixdep lodash
%nodejs_fixdep glob
%nodejs_fixdep buffer-crc32
%nodejs_fixdep async
%nodejs_fixdep archiver-utils

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter dot || :    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.21.0-4
- (9667539) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11081 |14cu|nodejs-archiver-utils-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname archiver-utils

Summary:        Utility functions for archiver
Name:           nodejs-%{oname}
Version:        0.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/archiverjs/archiver-utils
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/archiverjs/archiver-utils/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(normalize-path)
BuildRequires:  npm(lodash)
BuildRequires:  npm(lazystream)
BuildRequires:  npm(glob)
#
BuildRequires:  npm(chai)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(mocha)
BuildRequires:  npm(rimraf)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep readable-stream
%nodejs_fixdep normalize-path
%nodejs_fixdep lodash
%nodejs_fixdep lazystream
%nodejs_fixdep glob

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter dot   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-4
- (d220e34) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11082 |14cu|nodejs-archive-type-3.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname archive-type

Summary:        Detect the archive type of a Buffer/Uint8Array
Name:           nodejs-%{oname}
Version:        3.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/archive-type
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(file-type)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.2.0-4
- (1c5cdd8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11083 |14cu|nodejs-archy-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname archy

Summary:    Renders nested hierarchies with unicode pipes
Name:       nodejs-%{oname}
Version:    1.0.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/substack/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
# for testing
BuildRequires:  npm(tap) >= 2.3.1
BuildRequires:  npm(tape) >= 4.2.2
BuildArch:  noarch

%description
Render nested hierarchies with unicode pipes, `npm ls` style.

%files
%doc LICENSE readme.markdown examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------
%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -p index.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (f3865cb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11084 |14cu|nodejs-are-we-there-yet-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname are-we-there-yet

Summary:        Keep track of the overall completion of many dispirate processes
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/iarna/are-we-there-yet
Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(delegates)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (1def9d3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11085 |14cu|nodejs-argparse-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname argparse

Summary:        CLI arguments parser
Name:           nodejs-%{oname}
Version:        1.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/nodeca/argparse
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(sprintf-js) >= 1.0.2
BuildRequires:  npm(lodash) >= 3.2.0

BuildArch:      noarch

%description
Very powerful CLI arguments parser. Native port of 
argparse - python's options parsing library.
CLI arguments parser for node.js. Javascript port of python's 
argparse module (original version 3.2). 
That's a full port, except some very rare options, 
recorded in issue tracker.

%files
%doc LICENSE *.md examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (d4d3cae) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11086 |14cu|nodejs-args-2.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname args 

Summary:        Minimal toolkit for building CLIs
Name:           nodejs-%{oname}
Version:        2.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/leo/args
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(pkginfo)
BuildRequires:  npm(minimist)
BuildRequires:  npm(loud-rejection)
BuildRequires:  npm(chalk)
BuildRequires:  npm(camelcase)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
perl -pi -e "s|>= 6.0.0||"  package.json

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json dist/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.1-4
- (44c7388) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11087 |14cu|nodejs-array-differ-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname array-differ

Summary:        Create an array with values in the first input
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/array-differ
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/sindresorhus/array-differ/archive/v1.0.0.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (10e80c3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11088 |14cu|nodejs-array-filter-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname array-filter

Summary:        Array#filter for older browsers
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/juliangruber/array-filter
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


# dunno why on 586 all tape tests fail...
%ifarch x86_64
%check
%nodejs_symlink_deps --check
tape test/*.js

%endif
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (0765db3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11089 |14cu|nodejs-array-flatten-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname array-flatten

Summary:        Flatten nested arrays
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/blakeembrey/array-flatten
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json array-flatten.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (389657f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11090 |14cu|nodejs-array-index-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname array-index

Summary:        Invoke getter/setter functions on array-like objects
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/TooTallNate/array-index
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(es6-symbol)
BuildRequires:  npm(debug)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (6bdc8df) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11091 |14cu|nodejs-array-map-0.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname array-map 

Summary:        [].map(f) for older browsers
Name:           nodejs-%{oname}
Version:        0.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/array-map
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
tape test/*.js        




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.0-4
- (c61c1b9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11092 |14cu|nodejs-array-reduce-0.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname array-reduce 

Summary:        [].reduce() for old browsers
Name:           nodejs-%{oname}
Version:        0.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/array-reduce
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
tape test/*.js   



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.0-4
- (8b1e603) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11093 |14cu|nodejs-array-union-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname array-union

Summary:        Create an array of unique values, in order, from the input arrays
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/array-union
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/array-union/master/license
BuildRequires:  nodejs-packaging
BuildRequires:  npm(array-uniq)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (38b485a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11094 |14cu|nodejs-array-uniq-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname array-uniq

Summary:        Create an array without duplicates
Name:           nodejs-%{oname}
Version:        1.0.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/array-uniq
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/array-uniq/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (50132b3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11095 |14cu|nodejs-array-unique-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname array-unique

Summary:        Return an array free of duplicate values. Fastest ES5 implementation
Name:           nodejs-%{oname}
Version:        0.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/array-unique
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/array-unique/master/test.js
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
find . -type f -exec chmod 644 {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.1-4
- (cbc0e91) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11096 |14cu|nodejs-arr-diff-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname arr-diff

Summary:        Returns an array with only the unique values from the first array
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/arr-diff
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(arr-flatten)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod 644 LICENSE

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (96218b8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11097 |14cu|nodejs-arr-flatten-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname arr-flatten

Summary:        Recursively flatten an array or arrays
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/arr-flatten
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod 644 {} \;
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (544899b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11098 |14cu|nodejs-arrify-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname arrify

Summary:        Convert a value to an array
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/arrify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (2071765) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11099 |14cu|nodejs-asap-2.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname asap

Summary:    High-priority task queue for Node.js and browser
Name:       nodejs-%{oname}
Version:    2.0.3
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/kriskowal/asap
Source0:    http://registry.npmjs.org/asap/-/asap-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md CHANGES.md 
%{nodejs_sitelib}/asap
#--------------------------------------------------------

%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/asap
cp -pr package.json *.js \
    %{buildroot}%{nodejs_sitelib}/asap

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.3-4
- (67a6a5b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11100 |14cu|nodejs-ascli-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ascli

Summary:        A uniform foundation for unobtrusive (ASCII art in) cli apps
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/dcodeIO/ascli
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(optjs)
BuildRequires:  npm(colour)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js alphabet/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs tests/test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (5480747) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11101 |14cu|nodejs-asn1-0.2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname asn1

Summary:        Contains parsers and serializers for ASN.1 (currently BER only)
Name:           nodejs-%{oname}
Version:        0.2.3
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/mcavage/node-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildArch:      noarch


%description
nodejs-%{oname} is a library for encoding and decoding Abstract Syntax Notation
One (ASN.1) datatypes in pure JavaScript. ASN.1 is  is a standard and notation
that describes rules and structures for representing, encoding, transmitting,
and decoding data in telecommunications and computer networking.

Currently Basic Encoding Rules (BER) encoding is supported; at some point 
Distinguished Encoding Rules (DER) will likely also be supported.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------
%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.3-4
- (fbda53f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11102 |14cu|nodejs-asn1.js-4.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname asn1.js

Summary:        ASN.1 encoder and decoder
Name:           nodejs-%{oname}
Version:        4.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/indutny/asn1.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(minimalistic-assert)
BuildRequires:  npm(inherits)
BuildRequires:  npm(bn.js)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib rfc %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps    

%check
%nodejs_symlink_deps --check
mocha --reporter spec test/*-test.js rfc/2560/test/*-test.js rfc/3280/test/*-test.js   



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.2.1-4
- (d98d420) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11103 |14cu|nodejs-assert-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname assert

Summary:        Commonjs assert - node.js api compatible
Name:           nodejs-%{oname}
Version:        1.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/defunctzombie/commonjs-assert
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(util)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   


%check
%nodejs_symlink_deps --check
mocha --ui qunit test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (7e81770) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11104 |14cu|nodejs-assertion-error-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname assertion-error

Summary:        Error constructor for test and validation frameworks
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
Group:		    Development/Other
License:        MIT
Url:            https://github.com/chaijs/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        %{oname}-tests-%{version}.tar.bz2
Source10:       %{oname}-dl-tests.sh
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Error constructor for test and validation frameworks that implements
standardized AssertionError specification.


%files
%doc *.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------------
%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package
rm -rf node_modules

%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js \
	%{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%{__nodejs} test/index.js  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (7021b3d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11105 |14cu|nodejs-assert-plus-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname assert-plus


Summary:        Extra assertions on top of node's assert module
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/mcavage/node-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch


%description
This library is a super small wrapper over node's assert module that has two 
things: (1) the ability to disable assertions with the environment variable 
NODE_NDEBUG, and (2) some API wrappers for argument testing.

%files
%doc README.md AUTHORS CHANGES.md
%{nodejs_sitelib}/%{oname}

#---------------------------------------------------------

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json assert.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (4d150a0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11106 |14cu|nodejs-assume-1.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname assume

Summary:        Expect-like assertions that works seamlessly in node and browsers
Name:           nodejs-%{oname}
Version:        1.4.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bigpipe/assume
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(pruddy-error)
BuildRequires:  npm(pathval)
BuildRequires:  npm(object-inspect)
BuildRequires:  npm(fn.name)
BuildRequires:  npm(deep-eql)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js dist/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.1-4
- (88f2b51) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11107 |14cu|nodejs-astw-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname astw

Summary:        Walk the ast with references to parent nodes
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/astw
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(acorn)
BuildRequires:  npm(escodegen)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 
  
%check
%nodejs_symlink_deps --check  
tape test/*.js     

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (3863886) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11108 |14cu|nodejs-async-1.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname async

Summary:        Higher-order functions and common patterns for asynchronous code
Name:           nodejs-%{oname}
Version:        1.5.0 
Release:        4
Group:          Development/Other
License:        MIT
URL:            http://github.com/caolan/%{oname}/
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

BuildArch:	noarch

%description
Async is a utility module which provides straight-forward, powerful functions
for working with asynchronous JavaScript. Although originally designed for
use with Node.js, it can also be used directly in the browser.

Async provides around 20 functions that include the usual 'functional'
suspects (map, reduce, filter, forEach…) as well as some common patterns
for asynchronous control flow (parallel, series, waterfall…). All these
functions assume you follow the Node.js convention of providing a single
callback as the last argument of your async function.

%files
%doc README.md LICENSE CHANGELOG.md
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------
%prep
%setup -q -n package


%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json dist lib %{buildroot}%{nodejs_sitelib}/%{oname}


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.5.0-4
- (331fcda) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11109 |14cu|nodejs-async-to-gen-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname async-to-gen

Summary:        Transform async functions to generator functions with speed and simplicity
Name:           nodejs-%{oname}
Version:        1.3.0
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/leebyron/async-to-gen
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(magic-string)
BuildRequires:  npm(babylon)

BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js async-node async-to-gen \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (b0aae54) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11110 |14cu|nodejs-atob-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname atob

Summary:        Atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)
Name:           nodejs-%{oname}
Version:        1.1.2
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/coolaj86/node-browser-compat
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{_bindir}/%{oname}.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/%{oname}.js \
  %{buildroot}%{_bindir}/%{oname}.js
  
chmod +x %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}.js

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs test.js     



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.2-4
- (b9fb295) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11111 |14cu|nodejs-aws-sign-0.3.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-aws-sign
Version:    0.3.0
Release:    6
Summary:    AWS signing for Node.js
# Apache 2.0 License added upstream, will appear in next release
# https://github.com/mikeal/aws-sign/blob/master/LICENSE
License:    ASL 2.0
Group:      Development/Other
URL:        https://github.com/mikeal/aws-sign
Source0:    http://registry.npmjs.org/aws-sign/-/aws-sign-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Simple module to calculate Authorization header for Amazon AWS REST requests.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/aws-sign
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/aws-sign

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/aws-sign


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-6
- (7ee44a0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11112 |14cu|nodejs-aws-sign2-0.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname aws-sign2

Summary:        AWS signing module for npm
Name:           nodejs-%{oname}
Version:        0.6.0
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/mikeal/aws-sign
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
AWS signing. Originally pulled from 
LearnBoost/knox, maintained as vendor in 
request, now a standalone module..

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.0-4
- (b8563ed) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11113 |14cu|nodejs-axios-0.13.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname axios

Summary:        Promise based HTTP client for the browser and node.js
Name:           nodejs-%{oname}
Version:        0.13.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mzabriskie/axios
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(follow-redirects)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules
%nodejs_fixdep follow-redirects

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js dist/ lib/ *.txt *.ts \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.13.1-4
- (8480b1e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11114 |14cu|nodejs-babel-code-frame-6.3.13-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname babel-code-frame

Summary:        Generate errors that contain a code frame that point to source locations
Name:           nodejs-%{oname}
Version:        6.3.13
Release:        6
License:        MIT
Group:          Development/Other
Url:            https://github.com/babel/babel/tree/master/packages
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(repeating)
BuildRequires:  npm(line-numbers)
BuildRequires:  npm(js-tokens)
BuildRequires:  npm(esutils)
BuildRequires:  npm(chalk)
BuildRequires:  nodejs-babel-runtime5
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep babel-runtime ~5.8.35

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.3.13-6
- (2301f3e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11115 |14cu|nodejs-babel-core-6.4.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname babel-core

Summary:        Babel compiler core
Name:           nodejs-%{oname}
Version:        6.4.5
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/babel/babel/tree/master/packages
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(source-map)
BuildRequires:  npm(slash)
BuildRequires:  npm(shebang-regex)
BuildRequires:  npm(private)
BuildRequires:  npm(path-is-absolute)
BuildRequires:  npm(path-exists)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(lodash)
BuildRequires:  npm(json5)
BuildRequires:  npm(debug)
BuildRequires:  npm(convert-source-map)
BuildRequires:  npm(babylon)
BuildRequires:  npm(babel-types)
BuildRequires:  npm(babel-traverse)
BuildRequires:  npm(babel-register)
BuildRequires:  nodejs-babel-runtime5 = 5.8.35
BuildRequires:  npm(babel-template)
BuildRequires:  npm(babel-messages)
BuildRequires:  npm(babel-helpers)
BuildRequires:  npm(babel-generator)
BuildRequires:  npm(babel-code-frame)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep babel-runtime 5.8.35

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.4.5-4
- (fda13e1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11116 |14cu|nodejs-babel-generator-6.4.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname babel-generator

Summary:        Turns an AST into code
Name:           nodejs-%{oname}
Version:        6.4.5
Release:        6
License:        MIT
Group:          Development/Other
Url:            https://github.com/babel/babel/tree/master/packages
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(trim-right)
BuildRequires:  npm(source-map)
BuildRequires:  npm(repeating)
BuildRequires:  npm(lodash)
BuildRequires:  npm(is-integer)
BuildRequires:  npm(detect-indent)
BuildRequires:  npm(babel-types)
BuildRequires:  nodejs-babel-runtime5
BuildRequires:  npm(babel-messages)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep babel-runtime ~5.8.35

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.4.5-6
- (e1dbf82) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11117 |14cu|nodejs-babel-helpers-6.4.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname babel-helpers

Summary:        Collection of helper functions used by Babel transforms
Name:           nodejs-%{oname}
Version:        6.4.5
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/babel/babel/tree/master/packages
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(babel-template) >= 6.3.13
BuildRequires:  npm(babel-runtime)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep babel-runtime 5.8.35
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.4.5-4
- (ce915d4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11118 |14cu|nodejs-babel-jscs-3.0.0-0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname babel-jscs

Summary:        Allows linting ALL valid Babel code with JSCS
Name:           nodejs-%{oname}
Version:        3.0.0
Release:        0.4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jscs-dev/babel-jscs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}-beta1.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.assign)
BuildRequires:  npm(babylon)
BuildRequires:  npm(babel-types)
BuildRequires:  npm(babel-traverse)
BuildRequires:  npm(acorn-to-esprima)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod 644 LICENSE *.md index.js

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-0.4
- (c7c8a40) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11119 |14cu|nodejs-babel-messages-6.3.18-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname babel-messages

Summary:        Collection of debug messages used by Babel
Name:           nodejs-%{oname}
Version:        6.3.18
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/babel/babel/tree/master/packages
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs-babel-runtime5
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep babel-runtime ~5.8.35

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.3.18-5
- (e919de6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11120 |14cu|nodejs-babel-register-6.4.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#bootstrap babel-core is circular
#%%define __noautoreq 'npm\\(babel-core\\)'

%define oname babel-register

Summary:        Babel require hook
Name:           nodejs-%{oname}
Version:        6.4.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/babel/babel/tree/master/packages
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(source-map-support)
BuildRequires:  npm(path-exists)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(lodash)
BuildRequires:  npm(home-or-tmp)
BuildRequires:  npm(core-js)
BuildRequires:  npm(babel-runtime)
BuildRequires:  npm(babel-core)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ src/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.4.3-4
- (af25e45) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11121 |14cu|nodejs-babel-runtime5-5.8.35-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname babel-runtime

Summary:        Legacy babel-runtime5
Name:           nodejs-%{oname}5
Version:        5.8.35
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/babel/babel/tree/master/packages
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(core-js)
Conflicts:      nodejs-babel-runtime > %{EVRD}
BuildArch:      noarch

%description
%{summary}.
This is 5.x.x (legacy) version 

%files
%doc  *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r core-js/ core-js.js helpers/ package.json regenerator/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.8.35-5
- (efc37d6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11122 |14cu|nodejs-babel-runtime-6.3.19-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname babel-runtime
%define  __noautoprov 'npm\\(babel-runtime\\)'

Summary:        The babel selfContained runtime
Name:           nodejs-%{oname}
Version:        6.3.19 
Release:        8
License:        MIT
Group:          Development/Other
Url:            https://github.com/babel/babel/tree/master/packages
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(core-js)
Provides:       npm(babel-runtime6)

BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r core-js/ core-js.js helpers/ package.json regenerator/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.3.19-8
- (a9ae5de) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11123 |14cu|nodejs-babel-template-6.3.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname babel-template

Summary:        Generate an AST from a string template
Name:           nodejs-%{oname}
Version:        6.3.13
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/babel/babel/tree/master/packages
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs-babel-runtime5
BuildRequires:  npm(lodash)
BuildRequires:  npm(babel-types)
BuildRequires:  npm(babel-traverse)
BuildRequires:  npm(babylon)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep babel-runtime 5.8.35

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.3.13-4
- (f872917) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11124 |14cu|nodejs-babel-traverse-6.4.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# bootstrap
### %define __noautoreq 'npm\\(babel-types\\)' ###

%define oname babel-traverse

Summary:        Babel traverse
Name:           nodejs-%{oname}
Version:        6.4.5
Release:        7
License:        MIT
Group:          Development/Other
Url:            https://github.com/babel/babel/tree/master/packages
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(repeating)
BuildRequires:  npm(lodash)
BuildRequires:  npm(invariant)
BuildRequires:  npm(globals)
BuildRequires:  npm(debug)
BuildRequires:  npm(babylon)
BuildRequires:  nodejs-babel-runtime5
BuildRequires:  npm(babel-messages)
BuildRequires:  npm(babel-code-frame)
#babel-types is circular , needs a bootstrap build
BuildRequires:  npm(babel-types)
#
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep babel-runtime ~5.8.35

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.4.5-7
- (0bc5b2a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11125 |14cu|nodejs-babel-types-6.4.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname babel-types

Summary:        Build and check types of AST nodes
Name:           nodejs-%{oname}
Version:        6.4.5
Release:        6
License:        MIT
Group:          Development/Other
Url:            https://github.com/babel/babel/tree/master/packages
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(to-fast-properties)
BuildRequires:  npm(lodash)
BuildRequires:  npm(esutils)
BuildRequires:  npm(babel-traverse)
BuildRequires:  nodejs-babel-runtime5
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep babel-runtime ~5.8.35

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.4.5-6
- (b40b926) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11126 |14cu|nodejs-babylon-6.4.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname babylon

Summary:        A JavaScript parser
Name:           nodejs-%{oname}
Version:        6.4.5
Release:        6
License:        MIT
Group:          Development/Other
Url:            https://github.com/babel/babel/tree/master/packages
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs-babel-runtime5
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE AUTHORS *.md
%{_bindir}/%{oname}.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep babel-runtime ~5.8.35

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname}.js %{buildroot}%{_bindir}/%{oname}.js

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.4.5-6
- (53e45b4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11127 |14cu|nodejs-backbone-1.2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname backbone

Summary:        Give your JS App some Backbone with Models,Views,Collections,and Events
Name:           nodejs-%{oname}
Version:        1.2.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jashkenas/backbone
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jashkenas/backbone/master/LICENSE
BuildRequires:  nodejs-packaging
BuildRequires:  npm(underscore)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js *.map %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.3-4
- (8805748) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11128 |14cu|nodejs-balanced-match-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname balanced-match

Summary:        Match balanced character pairs, like "{" and "}"
Name:           nodejs-%{oname}
Version:        0.3.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/juliangruber/balanced-match
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md example.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-4
- (369fa29) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11129 |14cu|nodejs-bar-0.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bar

Summary:        Node.js framework for building large modular web applications
Name:           nodejs-%{oname}
Version:        0.1.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/indutny/bar
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(optimist)
BuildRequires:  npm(watch)
BuildRequires:  npm(vows)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep optimist 0.6.x
%nodejs_fixdep watch 0.17.x
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json bin lib vendor bar.jpg \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod +x %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
%nodejs_symlink_deps     

%check
# the test will leave bar.() instance open .
#%nodejs_symlink_deps --check
#vows --spec tests/*-test.js     

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.2-4
- (513114b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11130 |14cu|nodejs-Base64-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Base64

Summary:        Base64 encoding and decoding
Name:           nodejs-%{oname}
Version:        0.3.0
Release:        4
License:        WTFPL
Group:          Development/Other
Url:            https://github.com/davidchambers/Base64.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(istanbul)
BuildRequires:  npm(mocha)
BuildRequires:  npm(uglify-js)
BuildRequires:  npm(xyz)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js scripts/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
istanbul-js cover node_modules/mocha/bin/_mocha -- --compilers coffee:coffee-script/register

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-4
- (8800d12) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11131 |14cu|nodejs-base64-js-0.0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname base64-js

Summary:        Base64 encoding/decoding in pure JS
Name:           nodejs-%{oname}
Version:        0.0.8 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/beatgammit/base64-js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.MIT README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json bench lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   


%check
%nodejs_symlink_deps --check  
tape test/*.js      

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.8-4
- (ef173a0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11132 |14cu|nodejs-base64url-1.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname base64url

Summary:        For encoding to/from base64urls
Name:           nodejs-%{oname}
Version:        1.0.6
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/brianloveswords/base64url
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(meow)
BuildRequires:  npm(concat-stream)
#
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep meow
%nodejs_fixdep concat-stream

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/*.test.js  
  
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.6-4
- (f0708fc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11133 |14cu|nodejs-base64-url-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname base64-url

Summary:        Base64 encode, decode, escape and unescape for URL applications
Name:           nodejs-%{oname}
Version:        1.2.1
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/joaquimserafim/base64-url
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/joaquimserafim/base64-url/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
tape test.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-4
- (52623fd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11134 |14cu|nodejs-basic-auth-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname basic-auth

Summary:        Node.js basic auth parser
Name:           nodejs-%{oname}
Version:        1.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/basic-auth
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jshttp/basic-auth/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --check-leaks --reporter spec --bail  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (bbaaec0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11135 |14cu|nodejs-basic-auth-connect-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-basic-auth-connect
Version:    1.0.0
Release:    6
Summary:    Basic authentication middleware for Node.js and Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/basic-auth-connect
Source0:    http://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-%{version}.tgz
# This test file is not included in the NPM tarball.
Source1:    https://raw.github.com/expressjs/basic-auth-connect/7a0b814741446933cf78a303fd269b4f54d74f12/test.js

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(connect)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE1} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/basic-auth-connect
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/basic-auth-connect

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test /usr/bin/mocha --require should --reporter spec
%endif


%files
%doc README.md
%{nodejs_sitelib}/basic-auth-connect



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-6
- (a36efa9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11136 |14cu|nodejs-batch-0.5.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-batch
Version:    0.5.0
Release:    7
Summary:    Asynchronous batch module with concurrency control and progress reporting
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/batch
Source0:    http://registry.npmjs.org/batch/-/batch-%{version}.tgz
# The test/ and examples/ folders are not included in the npm tarball.
# Source1 and Source2 are generated by running Source10, which pulls from the
# upstream version control repository.
Source1:    tests-%{version}.tar.bz2
Source2:    examples-%{version}.tar.bz2
Source10:   dl-tests.sh

# Fix missing semicolon.
# https://github.com/visionmedia/batch/commit/8a12ad8d352336cd1ab58785e490c3d8ae129a47
Patch0:     %{name}-0.5.0-Fix-missing-semicolon.patch
# Fix test .should.be.a.('number') isn't valid.
# https://github.com/visionmedia/batch/commit/d4c9ef6f157a765c0bc5e63486be44f9cd95c67e
Patch1:     %{name}-0.5.0-Fix-test-should.be.a-number.patch

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%setup -q -T -D -a 2 -n package
%patch0 -p1
%patch1 -p1


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/batch
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/batch

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should
%endif


%files
%doc History.md Readme.md examples/
%{nodejs_sitelib}/batch

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.0-7
- (0974a1e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11137 |14cu|nodejs-beeper-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname beeper

Summary:        Make your terminal beep
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/beeper
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/sindresorhus/beeper/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(hooker)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test.js || :   


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (b559a6b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11138 |14cu|nodejs-benchmark-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname benchmark 

Summary:        A benchmarking library for Nodejs
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bestiejs/benchmark.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(platform)
BuildRequires:  npm(lodash)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep platform
%nodejs_fixdep lodash

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (f0d87b7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11139 |14cu|nodejs-bencode-0.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bencode

Summary:        Bencode de/encoder
Name:           nodejs-%{oname}
Version:        0.8.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/themasch/node-bencode
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc AUTHORS *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.test.js | tap-spec  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.8.0-4
- (1894e40) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11140 |14cu|nodejs-better-assert-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname better-assert

Summary:        C-style assert() for Node.js
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/visionmedia/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(callsite)
BuildArch:      noarch

%description
C-style assert() for Node.js, reporting the expression string as the error 
message.

%files
%{nodejs_sitelib}/%{oname}
%doc Readme.md History.md 
#------------------------------------------------------------------------

%prep
%setup -qn package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
make test   



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (3b3d3c2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11141 |14cu|nodejs-better-curry-1.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname better-curry

Summary:        Forget Function.bind and func.apply(context,arguments),performance matters
Name:           nodejs-%{oname}
Version:        1.6.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/pocesar/js-bettercurry
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(expect.js)
BuildRequires:  npm(benchmark)
BuildRequires:  npm(delegates)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.6.0-4
- (ba038a8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11142 |14cu|nodejs-bignumber-js-1.2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name bignumber.js
%global enable_tests 1

Summary:       Library for arbitrary-precision decimal and non-decimal arithmetic 
Name:          nodejs-bignumber-js
Version:       1.2.0
Release:       7
Group:         Development/Other
License:       MIT
URL:           http://github.com/MikeMcl/bignumber.js
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: nodejs-packaging
BuildRequires:  nodejs
BuildArch:     noarch

%description
A JavaScript library for arbitrary-precision decimal and non-decimal
arithmetic.

%prep
%setup -q -n package

# wrong end-of-file encoding
sed -i 's/\r//' README.md LICENCE

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr bignumber.js bignumber.min.js bn_test.html doc package.json perf pi.html test %{buildroot}%{nodejs_sitelib}/%{npm_name}

%if 0%{?enable_tests}
%check
node ./test/every-test.js
%endif

%files
%doc LICENCE README.md
%{nodejs_sitelib}/%{npm_name}


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-7
- (2260a54) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11143 |14cu|nodejs-binary-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname binary 

Summary:        Unpack multibyte binary values from buffers
Name:           nodejs-%{oname}
Version:        0.3.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-binary
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chainsaw)
BuildRequires:  npm(buffers)
BuildRequires:  npm(seq)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc example/ README.markdown
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf test/{pipe,loop}.js

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ perf/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test    


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-4
- (68296eb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11144 |14cu|nodejs-binaryextensions-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname binaryextensions

Summary:        Array of every single file extension there is for binary files
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/binaryextensions
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md HISTORY.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (fe80e0d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11145 |14cu|nodejs-binary-search-tree-0.2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname binary-search-tree

Summary:        Different binary search tree implementations,including a self-balancing one
Name:           nodejs-%{oname}
Version:        0.2.5
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/louischatriot/node-binary-search-tree
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(underscore)
#
BuildRequires:  npm(chai)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep underscore

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --timeout 10000 --reporter spec  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.5-4
- (c9a4e03) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11146 |14cu|nodejs-bindings-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bindings

Summary:    Helper module for loading your native module's .node file
Name:       nodejs-%{oname}
Version:    1.2.1
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/TooTallNate/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
This is a helper module for authors of Node.js native addon modules.
It is basically the "swiss army knife" of require()ing your native module's
.node file.

Throughout the course of Node's native addon history, addons have ended up
being compiled in a variety of different places, depending on which build tool
and which version of node was used. To make matters worse, now the gyp build
tool can produce either a Release or Debug build, each being built into
different locations.

This module checks all the possible locations that a native addon would be
built at, and returns the first one that loads successfully.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------------------

%prep
%setup -qn package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json %{oname}.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps






%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-4
- (1cced0e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11147 |14cu|nodejs-bl-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bl

Summary:        Collect buffers and access with a standard readable Buffer interface
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/rvagg/bl
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream) >= 2.0.0
BuildArch:      noarch

%description
Buffer List: collect buffers and access with a 
standard readable Buffer interface, streamable too.

%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json bl.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (7638a4f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11148 |14cu|nodejs-blob-to-buffer-1.2.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname blob-to-buffer

Summary:        Convert a Blob to a Buffer
Name:           nodejs-%{oname}
Version:        1.2.6
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/feross/blob-to-buffer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.6-4
- (22c34bc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11149 |14cu|nodejs-block-stream-0.0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-block-stream
Version:    0.0.8
Release:    4
Summary:    A stream of blocks
License:    ISC
Group:      Development/Other
URL:        https://github.com/isaacs/block-stream
Source0:    http://registry.npmjs.org/block-stream/-/block-stream-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs-tap
BuildRequires:  nodejs-inherits
BuildRequires:  nodejs

%description
Write data into it, and it'll output data in buffer blocks the size you
specify, padding with zeroes if necessary.

%files
%{nodejs_sitelib}/block-stream
%doc README.md LICENCE
#-------------------------------------------------------

%prep
%setup -q -n package
%nodejs_fixdep inherits

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/block-stream
cp -pr block-stream.js package.json %{buildroot}%{nodejs_sitelib}/block-stream

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
ln -sf %{nodejs_sitelib}/inherits node_modules
tap test/




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.8-4
- (5df4a93) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11150 |14cu|nodejs-bluebird-3.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bluebird

Summary:        Full featured Promises/A+ implementation with exceptionally good performance
Name:           nodejs-%{oname}
Version:        3.0.5
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/petkaantonov/bluebird
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc changelog.md LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json js \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.5-4
- (1ef6532) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11151 |14cu|nodejs-bn.js-4.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bn.js

Summary:        Big number implementation in pure javascript
Name:           nodejs-%{oname}
Version:        4.6.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/indutny/bn.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter=spec test/*-test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.6.1-4
- (daf85f9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11152 |14cu|nodejs-body-parser-1.14.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname body-parser

Summary:        Node.js body parsing middleware
Name:           nodejs-%{oname}
Version:        1.14.2 
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/expressjs/body-parser
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/expressjs/body-parser/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(bytes) >= 2.2.0
BuildRequires:  npm(content-type)
BuildRequires:  npm(debug)
BuildRequires:  npm(depd)
BuildRequires:  npm(http-errors)
BuildRequires:  npm(iconv-lite)
BuildRequires:  npm(on-finished)
BuildRequires:  npm(qs)
BuildRequires:  npm(raw-body)
BuildRequires:  npm(type-is)
#circular
#BuildRequires:  npm(methods)
#BuildRequires:  npm(mocha)
#BuildRequires:  npm(supertest)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep bytes
%nodejs_fixdep content-type
%nodejs_fixdep debug
%nodejs_fixdep depd
%nodejs_fixdep http-errors
%nodejs_fixdep iconv-lite
%nodejs_fixdep on-finished
%nodejs_fixdep qs
%nodejs_fixdep raw-body
%nodejs_fixdep type-is

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
### TODO: Enable tests after supertest is backported ###
%nodejs_symlink_deps --check
mocha --require test/support/env --reporter spec --check-leaks --bail test/ || :  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.14.2-5
- (4734cbc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11153 |14cu|nodejs-boolbase-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname boolbase

Summary:        Two functions: One that returns true, one that returns false
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/fb55/boolbase
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/fb55/boolbase/archive/master.zip
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-master
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs tests.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (dd0a801) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11154 |14cu|nodejs-boom-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname boom


Name:       nodejs-%{oname}
Version:    3.0.0
Release:    4
Summary:    HTTP friendly error objects
License:    BSD
Group:      Development/Other
URL:        https://github.com/spumko/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(hoek)
BuildArch:  noarch

%description
This library provides friendly JavaScript objects that represent HTTP errors.

%files
%doc README.md LICENSE CONTRIBUTING.md images
%{nodejs_sitelib}/%{oname}
#----------------------------------------------

%prep
%setup -q -n package

#fix perms
chmod 0644 *.md LICENSE images/* lib/* package.json

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (07320e1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11155 |14cu|nodejs-bower-1.7.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bower

Name:		nodejs-%{oname}
Version:	1.7.7
Release:	4
Summary:	A package manager for the web
Group:		Development/Other
License:	MIT
Url:		http://bower.io/
#Source0:	http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:	https://github.com/bower/bower/archive/master.zip
Source100:	%{name}.rpmlintrc
BuildRequires:	nodejs-packaging
BuildRequires:	npm(abbrev)
BuildRequires:	npm(archy)
BuildRequires:	npm(bower-config)
BuildRequires:	npm(bower-endpoint-parser)
BuildRequires:	npm(bower-json)
BuildRequires:	npm(bower-logger)
BuildRequires:	npm(bower-registry-client)
BuildRequires:	npm(cardinal)
BuildRequires:	npm(chalk)
BuildRequires:	npm(chmodr)
BuildRequires:	npm(configstore)
BuildRequires:	npm(decompress-zip)
BuildRequires:	npm(destroy)
BuildRequires:	npm(findup-sync)
BuildRequires:	npm(fs-write-stream-atomic)
BuildRequires:	npm(fstream)
BuildRequires:	npm(fstream-ignore)
BuildRequires:	npm(github)
BuildRequires:	npm(glob)
BuildRequires:	npm(graceful-fs)
BuildRequires:	npm(handlebars)
BuildRequires:	npm(inquirer)
BuildRequires:	npm(is-root)
BuildRequires:	npm(junk)
BuildRequires:	npm(lockfile)
BuildRequires:	npm(lru-cache)
BuildRequires:	npm(md5-hex)
BuildRequires:	npm(mkdirp)
BuildRequires:	npm(mout)
BuildRequires:	npm(nopt)
BuildRequires:	npm(opn)
BuildRequires:	npm(p-throttler)
BuildRequires:	npm(promptly)
BuildRequires:	npm(q)
BuildRequires:	npm(request)
BuildRequires:	npm(request-progress)
BuildRequires:	npm(retry)
BuildRequires:	npm(rimraf)
BuildRequires:	npm(semver)
BuildRequires:	npm(semver-utils)
BuildRequires:	npm(shell-quote)
BuildRequires:	npm(stringify-object)
BuildRequires:	npm(tar-fs)
BuildRequires:	npm(tmp)
BuildRequires:	npm(update-notifier)
BuildRequires:	npm(user-home)
BuildRequires:	npm(which)
#
BuildRequires:	npm(arr-diff)
BuildRequires:	npm(chai)
BuildRequires:	npm(coveralls)
BuildRequires:	npm(expect.js)
BuildRequires:	npm(grunt)
BuildRequires:	npm(grunt-cli)
BuildRequires:	npm(grunt-contrib-jshint)
BuildRequires:	npm(grunt-contrib-watch)
BuildRequires:	npm(grunt-exec)
BuildRequires:	npm(grunt-jscs)
BuildRequires:	npm(grunt-simple-mocha)
BuildRequires:	npm(in-publish)
BuildRequires:	npm(istanbul)
BuildRequires:	npm(load-grunt-tasks)
BuildRequires:	npm(mocha)
BuildRequires:	npm(multiline)
BuildRequires:	npm(nock)
BuildRequires:	npm(node-uuid)
BuildRequires:	npm(proxyquire)
BuildRequires:	npm(spawn-sync)
BuildRequires:	npm(wrench)
BuildArch:	noarch
AutoReqProv:	yes

%description
Bower offers a generic, unopinionated solution 
to the problem of front-end package management, 
while exposing the package dependency model 
via an API that can be consumed by a more 
opinionated build stack. 
There are no system wide dependencies, 
no dependencies are shared between different apps, 
and the dependency tree is flat.
Bower runs over Git, and is package-agnostic. 
A packaged component can be made up of any 
type of asset, and use any type of 
transport (e.g., AMD, CommonJS, etc.).

%files
%doc LICENSE *.md
%{_bindir}/%{oname}
%{nodejs_sitelib}/bower
#------------------------------------

%prep
%setup -qn %{oname}-master
rm -rf node_modules
%nodejs_fixdep request-progress
%nodejs_fixdep inquirer
%nodejs_fixdep promptly
%nodejs_fixdep cardinal
%nodejs_fixdep retry
%nodejs_fixdep mkdirp



%build
#nothing to build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ bin/ *.yml \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/bower/bin/bower %{buildroot}%{_bindir}/bower
%nodejs_symlink_deps

# fail ATM
%check
%nodejs_symlink_deps --check  
grunt test || : 


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.7.7-4
- (33c2403) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11156 |14cu|nodejs-bower-config-1.2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bower-config

Summary:        The Bower config reader and writer
Name:           nodejs-%{oname}
Version:        1.2.3
Release:        4
License:        foo
Group:          Development/Other
Url:            https://github.com/bower/config
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(osenv)
BuildRequires:  npm(optimist)
BuildRequires:  npm(mout)
BuildRequires:  npm(graceful-fs)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.3-4
- (8fc0c62) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11157 |14cu|nodejs-bower-endpoint-parser-0.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bower-endpoint-parser

Summary:        Little module that helps with endpoints parsing
Name:           nodejs-%{oname}
Version:        0.2.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bower/endpoint-parser
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.2-4
- (9d648fc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11158 |14cu|nodejs-bower-json-0.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bower-json

Summary:        Read bower.json , with features
Name:           nodejs-%{oname}
Version:        0.6.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bower/json
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:	%{name}.rpmlintrc

BuildRequires:  nodejs-packaging
BuildRequires:  npm(intersect)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(ext-name)
BuildRequires:  npm(deep-extend)

BuildArch:      noarch

%description
Read bower.json files with semantics, 
normalisation, defaults and validation.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.0-4
- (d963264) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11159 |14cu|nodejs-bower-logger-0.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bower-logger 

Summary:        The logger used in the various architecture components of Bower
Name:           nodejs-%{oname}
Version:        0.2.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bower/logger
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(expect.js)
BuildRequires:  npm(mocha)
BuildRequires:  npm(event-emitter)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep event-emitter

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha -R spec      

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.2-4
- (641f580) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11160 |14cu|nodejs-bower-registry-client-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bower-registry-client

Summary:        Provides easy interaction with the Bower registry
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bower/registry-client
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(request-replay)
BuildRequires:  npm(request)
BuildRequires:  npm(lru-cache)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(async)
# not all backported
#BuildRequires:  npm(bower-config)
#BuildRequires:  npm(expect.js)
#BuildRequires:  npm(grunt)
#BuildRequires:  npm(grunt-cli)
#BuildRequires:  npm(grunt-contrib-jshint)
#BuildRequires:  npm(grunt-contrib-watch)
#BuildRequires:  npm(grunt-simple-mocha)
#BuildRequires:  npm(mocha)
### TODO ###
#BuildRequires:  npm(nock)
#
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep mkdirp
%nodejs_fixdep rimraf
%nodejs_fixdep request-replay
%nodejs_fixdep request
%nodejs_fixdep lru-cache
%nodejs_fixdep graceful-fs
%nodejs_fixdep async

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
grunt test || :   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (16b66aa) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11161 |14cu|nodejs-brace-expansion-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname brace-expansion

Summary:        Brace expansion as known from sh/bash
Name:           nodejs-%{oname}
Version:        1.1.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/juliangruber/brace-expansion
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(concat-map)
BuildRequires:  npm(balanced-match)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md example.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep concat-map
%nodejs_fixdep balanced-match

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.2-4
- (3154230) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11162 |14cu|nodejs-braces-1.8.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname braces

Summary:        Fastest brace expansion for node.js
Name:           nodejs-%{oname}
Version:        1.8.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/braces
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jonschlinkert/braces/archive/master.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(repeat-element)
BuildRequires:  npm(preserve)
BuildRequires:  npm(expand-range)
#
BuildRequires:  npm(brace-expansion)
BuildRequires:  npm(chalk)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(minimist)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md example.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-master
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.8.3-4
- (5fd864e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11163 |14cu|nodejs-brfs-1.4.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname brfs

Summary:        Browserify fs.readFileSync() static asset inliner
Name:           nodejs-%{oname}
Version:        1.4.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/brfs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(through2)
BuildRequires:  npm(static-module)
BuildRequires:  npm(resolve)
BuildRequires:  npm(quote-stream)
#
BuildRequires:  npm(browserify)
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(tap)
BuildRequires:  npm(through)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE package.json example/ 
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}
#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/cmd.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/cmd.js %{buildroot}%{_bindir}/%{oname}
%nodejs_symlink_deps

%check
# drop for now
#  23 passing (6s)
#  6 failing
# https://github.com/substack/brfs/issues
%nodejs_symlink_deps --check
%tap test/*.js || :    
  
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.3-4
- (dda563d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11164 |14cu|nodejs-brorand-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname brorand

Summary:        Random number generator for browsers and node.js
Name:           nodejs-%{oname}
Version:        1.0.5 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/indutny/brorand
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -r README.md LICENSE

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps    

%check
%nodejs_symlink_deps --check     
mocha --reporter=spec test/**/*-test.js       

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.5-4
- (5c4b3c1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11165 |14cu|nodejs-browserify-12.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname browserify

Summary:        Browser-side require() the node way
Name:           nodejs-%{oname}
Version:        12.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-browserify
# Using git, npm tgz lacks in files.
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/substack/node-%{oname}/archive/%{version}.tar.gz
Source100:      %{name}.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xtend)
BuildRequires:  npm(vm-browserify)
BuildRequires:  npm(util)
BuildRequires:  npm(url)
BuildRequires:  npm(tty-browserify)
BuildRequires:  npm(timers-browserify)
BuildRequires:  npm(through2)
BuildRequires:  npm(syntax-error)
BuildRequires:  npm(subarg)
BuildRequires:  npm(string_decoder)
BuildRequires:  npm(stream-browserify)
BuildRequires:  npm(shell-quote)
BuildRequires:  npm(shasum)
BuildRequires:  npm(resolve)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(read-only-stream)
BuildRequires:  npm(querystring-es3)
BuildRequires:  npm(punycode)
BuildRequires:  npm(process)
BuildRequires:  npm(path-browserify)
BuildRequires:  npm(parents)
BuildRequires:  npm(os-browserify)
BuildRequires:  npm(module-deps)
BuildRequires:  npm(labeled-stream-splicer)
BuildRequires:  npm(isarray)
BuildRequires:  npm(insert-module-globals)
BuildRequires:  npm(inherits)
BuildRequires:  npm(https-browserify)
BuildRequires:  npm(stream-http)
BuildRequires:  npm(htmlescape)
BuildRequires:  npm(has)
BuildRequires:  npm(glob)
BuildRequires:  npm(events)
BuildRequires:  npm(duplexer2)
BuildRequires:  npm(domain-browser)
BuildRequires:  npm(deps-sort)
BuildRequires:  npm(defined)
BuildRequires:  npm(crypto-browserify)
BuildRequires:  npm(constants-browserify)
BuildRequires:  npm(console-browserify)
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(buffer)
BuildRequires:  npm(browserify-zlib)
BuildRequires:  npm(browser-resolve)
BuildRequires:  npm(browser-pack)
BuildRequires:  npm(assert)
BuildRequires:  npm(JSONStream)
BuildRequires:  npm(tap)
BuildRequires:  npm(backbone)
BuildRequires:  npm(browser-unpack)
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(coffeeify)
BuildRequires:  npm(es6ify)
BuildRequires:  npm(isstream)
BuildRequires:  npm(seq)
BuildRequires:  npm(temp)
BuildRequires:  npm(through)
BuildRequires:  npm(is-buffer)
BuildRequires:  npm(labeled-stream-splicer)
BuildRequires:  npm(form-data)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE changelog.markdown readme.markdown
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn node-%{oname}-%{version}
%nodejs_fixdep is-buffer
%nodejs_fixdep labeled-stream-splicer
%nodejs_fixdep form-data 
%nodejs_fixdep os-browserify
# those will fail due the massive amount of data to download
rm -fr test/{backbone,crypto,yield}.js
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin example lib \
  %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/cmd.js %{buildroot}%{_bindir}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%tap test/*.js || :   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 12.0.1-4
- (fc41329) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11166 |14cu|nodejs-browserify-aes-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname browserify-aes 

Summary:        Aes, for browserify
Name:           nodejs-%{oname}
Version:        1.0.5
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/browserify-aes
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/crypto-browserify/browserify-aes/master/LICENSE
# mugged from master branch
Source2:        test.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits)
BuildRequires:  npm(evp_bytestokey)
BuildRequires:  npm(create-hash)
BuildRequires:  npm(cipher-base)
BuildRequires:  npm(buffer-xor)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md LICENSE
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package -a 2 
rm -rf node_modules
cp -p %{SOURCE1} .
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js modes \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check  
%__nodejs test/index.js|tap-spec   


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.5-4
- (ac707e7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11167 |14cu|nodejs-browserify-cipher-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname browserify-cipher 

Summary:        Ciphers for the browser
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/browserify-cipher
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(evp_bytestokey)
BuildRequires:  npm(browserify-des)
BuildRequires:  npm(browserify-aes)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   


%check
%nodejs_symlink_deps --check
%__nodejs test.js | tap-spec   



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (1f49895) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11168 |14cu|nodejs-browserify-des-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname browserify-des

Summary:        DES for browserify
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/browserify-des
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits)
BuildRequires:  npm(des.js)
BuildRequires:  npm(cipher-base)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)

BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   


%check
%nodejs_symlink_deps --check
%__nodejs test.js | tap-spec

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (4f380f5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11169 |14cu|nodejs-browserify-rsa-4.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname browserify-rsa

Summary:        RSA for browserify
Name:           nodejs-%{oname}
Version:        4.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/calvinmetcalf/browserify-rsa
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(randombytes)
BuildRequires:  npm(bn.js)
BuildRequires:  npm(parse-asn1)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check   
%__nodejs test.js | tap-spec       

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.0-4
- (10bd720) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11170 |14cu|nodejs-browserify-sign-4.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname browserify-sign

Summary:        Adds node crypto signing for browsers
Name:           nodejs-%{oname}
Version:        4.0.0 
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/crypto-browserify/browserify-sign
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# mugged from master branch
Source1:        test.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(parse-asn1)
BuildRequires:  npm(inherits)
BuildRequires:  npm(elliptic)
BuildRequires:  npm(create-hmac)
BuildRequires:  npm(create-hash)
BuildRequires:  npm(browserify-rsa)
BuildRequires:  npm(bn.js)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package -a 1
rm -rf node_modules
%nodejs_fixdep inherits
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js ec.param %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
%__nodejs test/index.js | tap-spec       

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.0-4
- (558345d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11171 |14cu|nodejs-browserify-zlib-0.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname browserify-zlib

Summary:        Full zlib module for browserify
Name:           nodejs-%{oname}
Version:        0.1.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/devongovett/browserify-zlib
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/devongovett/browserify-zlib/master/LICENSE
BuildRequires:  nodejs-packaging
BuildRequires:  npm(pako)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json src %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
#npm i brfs
%nodejs_symlink_deps --check
tape test/*.js  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.4-4
- (7eac124) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11172 |14cu|nodejs-browser-pack-6.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname browser-pack

Summary:        Pack node-style source files from a json stream into a browser bundle
Name:           nodejs-%{oname}
Version:        6.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/browser-pack
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc 
BuildRequires:  nodejs-packaging
BuildRequires:  npm(umd)
BuildRequires:  npm(through2)
BuildRequires:  npm(defined)
BuildRequires:  npm(combine-source-map)
BuildRequires:  npm(JSONStream)
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(convert-source-map)
BuildRequires:  npm(parse-base64vlq-mappings)
BuildRequires:  npm(tap)
BuildRequires:  npm(uglify-js)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod 644 example/*.js example/*.json \
  LICENSE readme.markdown *.js *.json \
  example/sourcemap/*.json example/sourcemap/*.js

%build
echo "worse code ever seen"
# give tap a chance to find all arrays, hopefully ...
sleep 10s

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js bin \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755   %{buildroot}%{nodejs_sitelib}/%{oname}/bin/cmd.js
  
  
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
%tap test    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.0.1-4
- (a336b4e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11173 |14cu|nodejs-browser-resolve-1.11.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname browser-resolve 

Summary:        Resolve which handles browser field support in package.json
Name:           nodejs-%{oname}
Version:        1.11.0 
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/shtylman/node-browser-resolve
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(resolve)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.11.0-5
- (7ff38c1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11174 |14cu|nodejs-browser-stdout-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname browser-stdout

Summary:        process.stdout in your browser
Name:           nodejs-%{oname}
Version:        1.3.0
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/kumavis/browser-stdout
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (6cb3eb0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11175 |14cu|nodejs-browser-unpack-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname browser-unpack

Summary:        Parse a bundle generated by browser-pack
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/browser-unpack
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(minimist)
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(browser-pack)
BuildRequires:  npm(acorn)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin %{buildroot}%{nodejs_sitelib}/%{oname}
chmod +x %{buildroot}%{nodejs_sitelib}/%{oname}/bin/*.js
%nodejs_symlink_deps  


%check
%nodejs_symlink_deps --check
tape test/*.js   


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (07f62a2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11176 |14cu|nodejs-bson-0.4.23-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bson

Summary:       A bson parser for node.js and the browser
Name:          nodejs-%{oname}
Version:       0.4.23
Release:       4
Group:         Development/Other
License:       ASL 2.0
URL:           https://github.com/mongodb/js-bson
#Source0:       http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:       https://github.com/mongodb/js-bson/archive/V0.4.23.tar.gz
BuildRequires: nodejs-packaging
BuildRequires: npm(nodeunit)
BuildRequires: npm(gleak)
BuildRequires: npm(benchmark)
BuildRequires: npm(colors)
BuildArch: noarch

%description
A JS/C++ Bson parser for node, used in the MongoDB Native driver.

%files
%doc LICENSE HISTORY README.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------

%prep
%setup -qn js-%{oname}-%{version}

%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr alternate_parsers/ \
  browser_build/ lib/ tools/ \
  benchmarks/ *.json %{buildroot}%{nodejs_sitelib}/%{oname}

%check
%nodejs_symlink_deps --check
nodeunit ./test/node

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.23-4
- (0b12e5f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11177 |14cu|nodejs-btoa-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname btoa

Summary:        A port of the browser's btoa function
Name:           nodejs-%{oname}
Version:        1.1.2
Release:        4
License:        ASL 2.0
Group:          Development/Other
Url:            https://github.com/coolaj86/node-browser-compat
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md LICENSE.*
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js bin/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.2-4
- (913a45b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11178 |14cu|nodejs-buffer-3.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname buffer

Summary:        Node.js Buffer API, for the browser
Name:           nodejs-%{oname}
Version:        3.6.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/feross/buffer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(isarray)
BuildRequires:  npm(ieee754)
BuildRequires:  npm(base64-js)
BuildRequires:  npm(tape)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check   
npm install is-nan
tape test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.6.0-4
- (b0c3cd7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11179 |14cu|nodejs-buffer-crc32-0.2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname buffer-crc32

Summary:    A pure JavaScript CRC32 algorithm that plays nice with binary data
Name:       nodejs-%{oname}
Version:    0.2.5
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/brianloveswords/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildArch:  noarch

%description
This Node.js module provides a pure JavaScript CRC32 algorithm that works
with binary data and fancy character sets, output buffers, signed or unsigned
data and also has tests.

It is derived from the sample CRC implementation in the PNG specification:
http://www.w3.org/TR/PNG/#D-CRCAppendix

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------
%prep
%setup -q -n package



%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap tests/*.test.js




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.5-4
- (7ca6846) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11180 |14cu|nodejs-buffer-equal-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname buffer-equal

Summary:        Returns whether two buffers are equal
Name:           nodejs-%{oname}
Version:        0.0.1
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/substack/node-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Returns whether two buffers are equal.

%files
%doc README.markdown example
%{nodejs_sitelib}/%{oname}

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.1-4
- (095c9f9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11181 |14cu|nodejs-buffer-equal-constant-time-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname buffer-equal-constant-time

Summary:        Constant-time comparison of Buffers
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/goinstant/buffer-equal-constant-time
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (cf68dbd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11182 |14cu|nodejs-buffers-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname buffers 

Summary:        Treat a collection of Buffers as a single contiguous partially mutable Buffer
Name:           nodejs-%{oname}
Version:        0.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-buffers
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/substack/node-buffers/master/test/buffers.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.markdown examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules test/*.js
pushd test 
cp -p %{SOURCE1} .
popd
%nodejs_fixdep tap

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

%check
%nodejs_symlink_deps --check
%tap test || :   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-4
- (d9b08e1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11183 |14cu|nodejs-buffer-to-vinyl-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname buffer-to-vinyl

Summary:        Create a vinyl file or stream from a buffer
Name:           nodejs-%{oname}
Version:        1.1.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/buffer-to-vinyl
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vinyl)
BuildRequires:  npm(uuid)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(file-type)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (19b5c32) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11184 |14cu|nodejs-bufferutil-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bufferutil

Summary:        WebSocket buffer utils
Name:           nodejs-%{oname}
Version:        1.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/websockets/bufferutil
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nan)
BuildRequires:  npm(bindings)
BuildRequires:  npm(node-gyp)

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitearch}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build
%nodejs_symlink_deps --check
export CXXFLAGS="%{optflags} -Wstrict-aliasing=0"
node-gyp rebuild


%install
mkdir -p %{buildroot}%{nodejs_sitearch}/%{oname}
cp -r package.json *.js build/ src/ \
  %{buildroot}%{nodejs_sitearch}/%{oname}
%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-4
- (8ecd59b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11185 |14cu|nodejs-buffer-writer-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname buffer-writer

Summary:        A fast, efficient buffer writer
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/brianc/node-buffer-writer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (1b89618) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11186 |14cu|nodejs-buffer-xor-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname buffer-xor

Summary:        A simple module for bitwise-xor on buffers
Name:           nodejs-%{oname}
Version:        1.0.3 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/buffer-xor
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   

%check
%nodejs_symlink_deps --check   
npm run-script unit    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (e69308d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11187 |14cu|nodejs-builtin-modules-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname builtin-modules

Summary:        List of the Node.js builtin modules
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/builtin-modules
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (6e57c47) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11188 |14cu|nodejs-builtins-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname builtins

Summary:        List of node.js builtin modules
Name:           nodejs-%{oname}
Version:        1.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/juliangruber/builtins
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc License *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (98b9b04) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11189 |14cu|nodejs-builtin-status-codes-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname builtin-status-codes

Summary:        The map of HTTP status codes from the builtin http module
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bendrucker/builtin-status-codes
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (1caecad) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11190 |14cu|nodejs-bunker-0.1.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-bunker
Version:        0.1.2
Release:        10
Summary:        Code coverage in native JavaScript
BuildArch:      noarch
Group:          System/Libraries
#no license file included, "MIT/X11" indicated in package.json
License:        MIT
URL:            https://github.com/substack/node-bunker
Source0:        http://registry.npmjs.org/bunker/-/bunker-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs-tap

%description
Bunker is a module to calculate code coverage written in native JavaScript.
It uses AST trickery with the help of the nodejs-burrito package.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/bunker
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/bunker

%nodejs_symlink_deps

# %check
# tap test/*.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/bunker
%doc README.markdown example


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.2-10
- (3f8344d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11191 |14cu|nodejs-burrito-0.2.12-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-burrito
Version:        0.2.12
Release:        12
Summary:        Wrap up expressions with a trace function while walking the AST
BuildArch:      noarch
Group:          System/Libraries
#no license file included, "BSD" indicated in package.json
License:        BSD
URL:            https://github.com/substack/node-burrito
Source0:        http://registry.npmjs.org/burrito/-/burrito-%{version}.tgz
#to satisfy the BSD requirement that the text of the license be included, we
#include this copy of the 3-clause BSD as used in one of the author's projects.
Source1:        https://raw.github.com/substack/lambdascape/master/LICENSE

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs-tap

%description
Burrito makes it easy to do crazy stuff with the JavaScript AST.

This is useful if you want to roll your own stack traces or build a code
coverage tool.

%prep
%setup -q -n package

%nodejs_fixdep uglify-js '~1.3.4'
%nodejs_fixdep traverse '~0.6.3'

cp -p %{SOURCE1} LICENSE

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/burrito/node_modules/
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/burrito

%nodejs_symlink_deps

#%check
#tap test/*.js

%clean

%files
%{nodejs_sitelib}/burrito
%doc README.markdown example LICENSE


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.12-12
- (43a91fb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11192 |14cu|nodejs-butter-provider-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname butter-provider

Summary:        A base class for Butter providers
Name:           nodejs-%{oname}
Version:        0.3.1
Release:        4
License:        GPLv3
Group:          Development/Other
Url:            https://github.com/butterproviders/butter-provider
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(memoizee)
BuildRequires:  npm(lodash)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.org
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-4
- (35d5a89) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11193 |14cu|nodejs-butter-provider-archive-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname butter-provider-archive

Summary:        A Butter provider for Archive.org
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        4
License:        GPLv3
Group:          Development/Other
Url:            https://github.com/butterproviders/butter-provider-archive
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(q)
BuildRequires:  npm(moment)
BuildRequires:  npm(lodash)
BuildRequires:  npm(defer-request)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.org
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (cf1b848) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11194 |14cu|nodejs-butter-provider-vodo-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname butter-provider-vodo

Summary:        A Butter provider for VODO.net
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        4
License:        GPLv3
Group:          Development/Other
Url:            https://github.com/butterproviders/butter-provider-vodo
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(q)
BuildRequires:  npm(moment)
BuildRequires:  npm(lodash)
BuildRequires:  npm(defer-request)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.org
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (10b119f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11195 |14cu|nodejs-butter-provider-youtube-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname butter-provider-youtube

Summary:        A Butter provider for youtube media servers
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        4
License:        GPLv3
Group:          Development/Other
Url:            https://github.com/butterproviders/butter-provider-youtube
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(q)
BuildRequires:  npm(node-youtubeapi-simplifier)
BuildRequires:  npm(moment)
BuildRequires:  npm(lodash)
BuildRequires:  npm(defer-request)
BuildRequires:  npm(butter-provider)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.org
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (df9de6f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11196 |14cu|nodejs-bytebuffer-5.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bytebuffer

Summary:        A fast and complete ByteBuffer implementation
Name:           nodejs-%{oname}
Version:        5.0.1
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/dcodeIO/bytebuffer.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(long)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js *.png dist/ externs/ scripts/ src/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.0.1-4
- (df770ac) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11197 |14cu|nodejs-bytes-2.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bytes

Summary:    Byte size string parser/serializer for Node.js
Name:       nodejs-%{oname}
Version:    2.2.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/%{oname}.js
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/visionmedia/%{oname}.js/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:  noarch

%description
%summary


%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------
%prep
%setup -qn %{oname}.js-%{version}

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --check-leaks --reporter spec  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.0-4
- (00cd115) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11198 |14cu|nodejs-caller-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname caller

Summary:        Figure out your caller (thanks to @substack)
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/totherik/caller
#Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/totherik/caller/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (623c2fa) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11199 |14cu|nodejs-callsite-1.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define commit 8d3927995821596148e77f4af049ab38b03d1b99
%define shortcommit %(c=%{commit}; echo ${c:0:7})
%define oname callsite

Summary:        Provides access to V8's "raw" CallSites from Node.js
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        7
Group:          Development/Other
License:        MIT
URL:            https://github.com/visionmedia/%{oname}
Source0:        https://github.com/visionmedia/%{oname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
Source1:        https://raw.github.com/tchollingsworth/%{oname}/8d7615a28a6507c3ef0731f072d3f1a100b3fe27/LICENSE
BuildRequires:  nodejs-packaging
BuildArch:      noarch


%description
%{summary}.

This is useful for custom traces, C-style assertions, getting the line number
in execution, and more.

%files
%{nodejs_sitelib}/%{oname}
%doc Readme.md LICENSE examples History.md  
#----------------------------------------------------------

%prep
%setup -qn %{oname}-%{commit}
cp %{SOURCE1} LICENSE

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-7
- (ecee1bd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11200 |14cu|nodejs-callsites-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname callsites

Summary:        Get callsites from the V8 stack trace API
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/callsites
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/sindresorhus/callsites/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (2d30b5a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11201 |14cu|nodejs-camelcase-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname camelcase

Summary:        Convert separated string to camelCase
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/camelcase
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
Convert a dash/dot/underscore/space separated 
string to camelCase: foo-bar → fooBar.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-4
- (410c850) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11202 |14cu|nodejs-camelcase-keys-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname camelcase-keys

Summary:        Convert object keys to camelCase
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/camelcase-keys
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(map-obj)
BuildRequires:  npm(camelcase)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (865b0f2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11203 |14cu|nodejs-capture-stack-trace-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname capture-stack-trace

Summary:        Ponyfill for Error.captureStackTrace
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/floatdrop/capture-stack-trace
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:	https://github.com/floatdrop/capture-stack-trace/blob/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -r %{SOURCE1} license

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (5f09fb0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11204 |14cu|nodejs-cardinal-0.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cardinal 

Summary:        JavaScript code with ANSI colors print to the terminal
Name:           nodejs-%{oname}
Version:        0.6.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thlorenz/cardinal
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(redeyed)
BuildRequires:  npm(ansicolors)
BuildRequires:  npm(readdirp)
BuildRequires:  npm(tap)
BuildRequires:  npm(lodash)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md examples/
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep redeyed
%nodejs_fixdep ansicolors
%nodejs_fixdep lodash

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ bin/ themes/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
chmod 755 %{buildroot}/%{nodejs_sitelib}/%{oname}/bin/cdl.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/cdl.js %{buildroot}%{_bindir}/%{oname}

%check
rm -fr test/cardinal-smoke.js
%nodejs_symlink_deps --check
%tap ./test/*.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.0-4
- (fea95c9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11205 |14cu|nodejs-caseless-0.11.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname caseless

Summary:        Caseless object set/get/has, very useful when working with HTTP headers
Name:           nodejs-%{oname}
Version:        0.11.0
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/mikeal/caseless
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.11.0-4
- (64ef74f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11206 |14cu|nodejs-castv2-0.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname castv2

Summary:        An implementation of the Chromecast CASTV2 protocol
Name:           nodejs-%{oname}
Version:        0.1.6 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thibauts/node-castv2
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(protobufjs)
BuildRequires:  npm(debug)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep debug
%nodejs_fixdep protobufjs

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}

pushd %{buildroot}%{nodejs_sitelib}/%{oname}/bin
chmod 755 dump-*
chmod 755 inspect-cert
popd

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.6-4
- (f4ac947) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11207 |14cu|nodejs-castv2-client-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname castv2-client

Summary:        A Chromecast client based on the new (CASTV2) protocol
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thibauts/node-castv2-client
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(castv2)
BuildRequires:  npm(debug)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep debug

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (3b7795a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11208 |14cu|nodejs-caw-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname caw

Summary:        Construct HTTP/HTTPS agents for tunneling proxies
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/caw
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tunnel-agent)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(is-obj)
BuildRequires:  npm(get-proxy)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (fd6b21d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11209 |14cu|nodejs-chai-3.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname chai

Summary:        BDD/TDD assertion library for Node.js and the browser
Name:           nodejs-%{oname}
Version:        3.4.2
Release:        4
Group:		Development/Other
License:        MIT
URL:            http://chaijs.com
Source0:        https://github.com/%{oname}js/%{oname}/archive/%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(assertion-error)
BuildRequires:  npm(deep-eql)

%description
Chai is a BDD / TDD assertion library for node and the browser that
can be delightfully paired with any JavaScript testing framework.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep type-detect
%nodejs_fixdep deep-eql
%nodejs_fixdep assertion-error

%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json index.js *.js lib/ support/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --require ./test/bootstrap --reporter dot --ui tdd test/*.js || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.4.2-4
- (9853497) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11210 |14cu|nodejs-chai-connect-middleware-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname chai-connect-middleware

Summary:        Helpers for testing Connect middleware with the Chai assertion library
Name:           nodejs-%{oname}
Version:        0.3.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jaredhanson/chai-connect-middleware
Source0:        https://github.com/jaredhanson/chai-connect-middleware/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chai)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --reporter spec --require test/bootstrap/node test/*.test.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-4
- (6e4315b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11211 |14cu|nodejs-chainsaw-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname chainsaw 

Summary:        Build chainable fluent interfaces the easy way, with a freakin' chainsaw
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-chainsaw
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/substack/node-chainsaw/master/LICENSE
BuildRequires:  nodejs-packaging
BuildRequires:  npm(traverse)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.markdown examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep traverse 0.6.x
cp -p %{SOURCE1} .
chmod 644 index.js

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs test/chainsaw.js   
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (4dbb5e8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11212 |14cu|nodejs-chai-passport-strategy-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname chai-passport-strategy


Summary:        Helpers for testing Passport strategies with Chai
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
Group:		Development/Other
License:        MIT
URL:            https://github.com/jaredhanson/%{oname}
Source0:        https://github.com/jaredhanson/%{oname}/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
BuildArch:      noarch

%description
Helpers for testing Passport strategies with the Chai assertion library.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha --reporter spec \
  --require test/bootstrap/node test/*.test.js  
  
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (918c841) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11213 |14cu|nodejs-chai-subset-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname chai-subset

Summary:        Object properties matcher for Chai
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/debitoor/chai-subset
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ coverage/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (ccad11c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11214 |14cu|nodejs-chalk-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname chalk

Name:       nodejs-%{oname}
Version:    1.1.1
Release:    4
Summary:    Terminal string styling done right
License:    MIT
Group:      Development/Other
URL:        https://github.com/sindresorhus/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  npm(supports-color)
BuildRequires:  npm(strip-ansi)
BuildRequires:  npm(has-ansi)
BuildRequires:  npm(escape-string-regexp)
BuildRequires:  npm(ansi-styles)

BuildArch:  noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------

%prep
%setup -qn package

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps






%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (4fbc68c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11215 |14cu|nodejs-character-parser-2.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname character-parser

Summary:    Parse JavaScript one character at a time to look for snippets in templates
Name:       nodejs-%{oname}
Version:    2.1.1
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/ForbesLindesay/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
Parse JavaScript one character at a time to look for snippets in templates.
This is not a validator, it's just designed to allow you to have sections
of JavaScript delimited by brackets robustly.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------------------

%prep
%setup -q -n package
for i in LICENSE README.md; do
    sed -i -e 's/\r$//' "${i}"
done

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.1-4
- (0cbb05b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11216 |14cu|nodejs-charm-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	charm

Summary:        ANSI control sequences for terminal cursor hopping and colors
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/substack/node-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Uses ANSI control sequences to write colors 
and cursor positions to terminals.

%files
%doc README.markdown example
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------------

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (8dcaa25) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11217 |14cu|nodejs-cheerio-0.19.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cheerio 

Summary:        Implementation of core jQuery designed for the server
Name:           nodejs-%{oname}
Version:        0.19.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/cheeriojs/cheerio
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:       %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash)
BuildRequires:  npm(dom-serializer)
BuildRequires:  npm(htmlparser2)
BuildRequires:  npm(entities)
BuildRequires:  npm(css-select)

BuildRequires:  npm(coveralls)
BuildRequires:  npm(expect.js)
BuildRequires:  npm(istanbul)
BuildRequires:  npm(jshint)
BuildRequires:  npm(mocha)
BuildRequires:  npm(xyz)

BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod 644 History.md
%nodejs_fixdep css-select
%nodejs_fixdep htmlparser2


%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ scripts/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
# using system %_bindir as exec path
perl -pi -e "s|@./node_modules/.bin/||" Makefile
%nodejs_symlink_deps --check   
make test






%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.19.0-4
- (21d0dd0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11218 |14cu|nodejs-childprocess-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname childprocess

Summary:        Wrap child_process module to support Multiple Process Code Coverage 
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/node-modules/childprocess
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md History.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (5db6cd7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11219 |14cu|nodejs-child-process-close-0.1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-child-process-close
Version:        0.1.1
Release:        7
Summary:        Make child_process objects emit 'close' events
BuildArch:      noarch
Group:          Development/Other
#MIT license included in README file
License:        MIT
URL:            https://github.com/piscisaureus/child-process-close
Source0:        http://registry.npmjs.org/child-process-close/-/child-process-close-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
This module makes child process objects, (created with spawn, fork, exec or 
execFile) emit the close event in node v0.6 like they do in node v0.8. This 
makes it easier to write code that works correctly on both versions of node.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/child-process-close
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/child-process-close

%nodejs_symlink_deps

%check
%{__nodejs} test/test.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/child-process-close
%doc README.md


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-7
- (2c61f9a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11220 |14cu|nodejs-chmodr-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname chmodr

Summary:    Recursively change UNIX file permissions
Name:       nodejs-%{oname}
Version:    1.0.2
Release:    4
License:    ISC
Group:      Development/Other
URL:        https://github.com/isaacs/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/isaacs/chmodr/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(rimraf)
BuildArch:  noarch

%description
%{summary}, like `chmod -R`.

%files
%{nodejs_sitelib}/%{oname}
%doc README.md LICENSE
#-------------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr %{oname}.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/*  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (fc592cb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11221 |14cu|nodejs-chownr-0.0.1-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-chownr
Version:    0.0.1
Release:    15
Summary:    Changes file permissions recursively
License:    BSD
Group:      System/Libraries
URL:        https://github.com/isaacs/chownr
Source0:    http://registry.npmjs.org/chownr/-/chownr-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs-tap
BuildRequires:  nodejs

%description
Changes file permissions recursively, like `chown -R`.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/chownr
cp -p chownr.js package.json %{buildroot}%{nodejs_sitelib}/chownr

%nodejs_symlink_deps

# %check
# tap test/*.js

%clean

%files
%{nodejs_sitelib}/chownr
%doc README.md LICENCE


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.1-15
- (e2327f2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11222 |14cu|nodejs-cipher-base-1.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cipher-base

Summary:        Abstract base class for crypto-streams
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/cipher-base
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check 
ln -sf %{nodejs_sitelib}/inherits node_modules/
%__nodejs test.js | tap-spec  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-5
- (bf6ce3b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11223 |14cu|nodejs-cjson-0.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cjson

Summary:        Commented JavaScript Object Notation
Name:           nodejs-%{oname}
Version:        0.3.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kof/node-cjson
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/kof/node-cjson/master/LICENSE
BuildRequires:  nodejs-packaging
BuildRequires:  npm(json-parse-helpfulerror)

BuildArch:      noarch

%description
Commented JavaScript Object Notation. 
It is a json loader, which parses only 
valid json files, but with comments enabled. 
Useful for loading configs.

%files
%doc LICENSE readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  


%check
%nodejs_symlink_deps --check
%__nodejs test/test.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.2-4
- (a6dee5d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11224 |14cu|nodejs-clap-1.0.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname clap

Summary:        Command line argument parser
Name:           nodejs-%{oname}
Version:        1.0.10
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lahmatiy/clap
Source0:        https://github.com/lahmatiy/clap/archive/master.zip
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chalk)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-master
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha test -R spec  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.10-4
- (07c6baa) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11225 |14cu|nodejs-clean-css-3.4.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname clean-css

Summary:        A well-tested CSS minifier
Name:           nodejs-%{oname}
Version:        3.4.8
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jakubpawlowicz/clean-css
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(source-map)
BuildRequires:  npm(commander)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md History.md
%{_bindir}/cleancss.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep commander 2.9.x
%nodejs_fixdep source-map 0.5.x

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/cleancss \
  %{buildroot}%{_bindir}/cleancss.js

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.4.8-4
- (86c4644) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11226 |14cu|nodejs-cli-0.11.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cli


Summary:    Node.js module for rapidly building command line apps
Name:       nodejs-%{oname}
Version:    0.11.1
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/chriso/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(exit)
BuildRequires:  npm(glob)


BuildArch:  noarch

%description
%{oname} is a toolkit for rapidly building command line apps. It includes:

 - Full featured options/arguments parser
 - Plugin support for adding common options and switches
 - Helper methods for working with input/output and spawning child processes
 - Output colored/styled messages, progress bars or spinners
 - Command auto-completion and glob support

%files
%doc README.md examples/
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------

%prep
%setup -q -n package
find . -type f -exec chmod 0644 '{}' \;


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json %{oname}.js index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.11.1-4
- (2faf4de) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11227 |14cu|nodejs-cli-color-1.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cli-color

Summary:        Colors, formatting and other tools for the console
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/medikoo/cli-color
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(timers-ext)
BuildRequires:  npm(memoizee)
BuildRequires:  npm(es6-iterator)
BuildRequires:  npm(es5-ext)
BuildRequires:  npm(d)
BuildRequires:  npm(ansi-regex)
# circular
BuildRequires:  npm(tad)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md CHANGES examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ bin/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/generate-color-images
%nodejs_symlink_deps

%check
# boostrap
%nodejs_symlink_deps --check
%__nodejs %{_bindir}/tad || :
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-5
- (c7f70bb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11228 |14cu|nodejs-cli-cursor-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cli-cursor

Summary:        Toggle the CLI cursor
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/cli-cursor
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(restore-cursor)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (499b751) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11229 |14cu|nodejs-clima-1.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 %define oname clima

Summary:        Get city weather from wttr.in
Name:           nodejs-%{oname}
Version:        1.1.4 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/fdaciuk/clima
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}
#------------------------------------------------------------------

%prep
%setup -qn package

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname} %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/%{oname} %{buildroot}%{_bindir}/%{oname}


%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.4-4
- (7cc6a96) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11230 |14cu|nodejs-cli-table-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cli-table

Summary:        Pretty unicode tables for the CLI
Name:           nodejs-%{oname}
Version:        0.3.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Automattic/cli-table
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(colors)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep colors
%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-4
- (d2f179d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11231 |14cu|nodejs-cliui-3.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cliui

Summary:        Easily create complex multi-column CLIs
Name:           nodejs-%{oname}
Version:        3.0.3
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/bcoe/cliui
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(wrap-ansi)
BuildRequires:  npm(strip-ansi)
BuildRequires:  npm(string-width)


BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.3-4
- (8b66f6c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11232 |14cu|nodejs-cli-width-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cli-width

Summary:        Get stdout window width, with two fallbacks, tty and then a default
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/knownasilya/cli-width
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs test | tap-spec    







%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (2d5ad89) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11233 |14cu|nodejs-clone-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname clone 

Summary:        Deep cloning of objects and arrays
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/pvorb/node-clone
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json clone.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (f74feb3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11234 |14cu|nodejs-clone-stats-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname clone-stats

Summary:        Safely clone node's fs.Stats instances without losing their class methods
Name:           nodejs-%{oname}
Version:        0.0.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/hughsk/clone-stats
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs test   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.1-4
- (a38fb32) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11235 |14cu|nodejs-closure-compiler-0.2.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-closure-compiler
Version:        0.2.6
Release:        6
Summary:        Bindings to Google's Closure Compiler for Node.js
Group:		Development/Other
License:        MIT
URL:            https://github.com/tim-smart/node-closure
Source0:        http://registry.npmjs.org/closure-compiler/-/closure-compiler-%{version}.tgz
# Use the wrapper script to invoke the compiler
Patch0:         nodejs-closure-compiler-invoke.patch
BuildArch:      noarch

Requires:       closure-compiler

BuildRequires:  nodejs-packaging
BuildRequires:  coffee-script

%description
A wrapper to the Google Closure compiler tool. It runs the jar file
in a child process and returns the results in a callback.


%prep
%setup -q -n package
%patch0 -p1
rm -rf node_modules lib/*


%build
cake build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/closure-compiler
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/closure-compiler
%nodejs_symlink_deps


%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/closure-compiler



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.6-6
- (35b05db) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11236 |14cu|nodejs-cmd-shim-2.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cmd-shim

Name:           nodejs-%{oname}
Version:        2.0.2
Release:        4
Summary:        Used to create executable scripts on Windows and Unix
Group:          Development/Other
License:        BSD
URL:            https://github.com/ForbesLindesay/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(rimraf)

BuildArch:      noarch

%description
The cmd-shim used in npm to create executable scripts on Windows, since
symlinks are not suitable for this purpose there.

On Unix systems, you should use a symbolic link instead, but this module
supports creating shell script shims also.

%files
%doc README.md LICENSE
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------
%prep
%setup -qn package

# CRLF -> LF
sed -i 's/\r//g' README.md LICENSE

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/*.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.2-4
- (3f4ccb6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11237 |14cu|nodejs-co-4.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname co

Summary:        Low-level wrapper to support sync, async, promises, and generator functions
Name:           nodejs-%{oname}
Version:        4.6.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            github.com/tj/co
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/tj/co/master/LICENSE
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md LICENSE
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.6.0-4
- (268b41f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11238 |14cu|nodejs-coa-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname coa

Summary:        Command-Option-Argument
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/veged/coa
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(q)
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
BuildRequires:  npm(istanbul)
BuildRequires:  npm(coffee-script)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md  README.ru.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ src/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755   %{buildroot}%{nodejs_sitelib}/%{oname}/lib/completion.sh
%nodejs_symlink_deps

%check
rm -rf test/coa.js 
%nodejs_symlink_deps --check
mocha test 


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (1dfbc8f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11239 |14cu|nodejs-codecov.io-0.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname codecov.io

Summary:        Lcov posting to codecov.io
Name:           nodejs-%{oname}
Version:        0.1.6
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/cainus/codecov.io
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(urlgrey)
BuildRequires:  npm(request)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{_bindir}/%{oname}.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep request 2.67.x
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin lib \
  %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/%{oname}.js %{buildroot}%{_bindir}/%{oname}.js



%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.6-4
- (dadd453) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11240 |14cu|nodejs-code-point-at-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname code-point-at

Summary:        ES2015 String#codePointAt() ponyfill
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/code-point-at
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(number-is-nan)

BuildArch:      noarch

%description
ES2015 String#codePointAt() ponyfill
Ponyfill: A polyfill that doesn't overwrite the native method.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (87a23b1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11241 |14cu|nodejs-coffee-coverage-0.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname coffee-coverage
%define execname coffeecoverage

Summary:        Istanbul and JSCoverage-style instrumentation for CoffeeScript files
Name:           nodejs-%{oname}
Version:        0.7.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/benbria/coffee-coverage
#Source0:        https://github.com/benbria/coffee-coverage/archive/v%{version}.tar.gz
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(pkginfo)
BuildRequires:  npm(lodash)
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(argparse)
#BuildRequires:  npm(chai)
#BuildRequires:  npm(coveralls)
#BuildRequires:  npm(istanbul)
#BuildRequires:  npm(mocha)
#BuildRequires:  npm(sinon)
# not yet backported
#BuildRequires:  npm(streamline)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md docs/
%{_bindir}/%{execname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep pkginfo
%nodejs_fixdep lodash
%nodejs_fixdep coffee-script
%nodejs_fixdep argparse

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ bin/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
mkdir -p %{buildroot}%{_bindir}
chmod 755 %{buildroot}/%{nodejs_sitelib}/%{oname}/bin/%{execname}
chmod 755 %{buildroot}/%{nodejs_sitelib}/%{oname}/bin/citest.sh
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{execname} %{buildroot}%{_bindir}/%{execname}

%nodejs_symlink_deps


#%check
#%nodejs_symlink_deps --check
#npm run build && mocha && istanbul report  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.7.0-4
- (4a0b63c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11242 |14cu|nodejs-coffeeify-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname coffeeify

Summary:        Browserify plugin for coffee-script with support .js and .coffee files
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jnordberg/coffeeify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(through2)
BuildRequires:  npm(convert-source-map)
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(through)
BuildRequires:  npm(tap)
# not yet available, is a circular dev dep
# BuildRequires:  npm(browserify)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
# delete this when browserify is available
%tap test/transform.js 
# enable this when browserify is available
### %tap test/*.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-4
- (aa3886f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11243 |14cu|nodejs-coffee-script-1.10.0-1.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname coffee-script
%define sname coffeescript

Name:       nodejs-%{oname}
Version:    1.10.0
Release:    1.4
Summary:    A programming language that transcompiles to JavaScript
License:    MIT
Group:      Development/Other
URL:        http://coffeescript.org/
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/jashkenas/coffeescript/archive/1.10.0.tar.gz
BuildRequires: nodejs-packaging
BuildRequires: npm(uglify-js) > 2
BuildRequires: npm(jison)
BuildRequires: npm(highlight.js)
BuildRequires: npm(underscore)
BuildRequires: npm(docco)

Provides:      %{oname} = %{EVRD}
# create a new package just for the html is lame....
Obsoletes:     %{oname}-common < %{EVRD}
BuildArch:  noarch

%description
CoffeeScript is a little language that compiles into JavaScript. Underneath all
of those embarrassing braces and semicolons, JavaScript has always had a
gorgeous object model at its heart. CoffeeScript is an attempt to expose the
good parts of JavaScript in a simple way.

The golden rule of CoffeeScript is: "It's just JavaScript". The code compiles
one-to-one into the equivalent JS, and there is no interpretation at runtime.
You can use any existing JavaScript library seamlessly (and vice-versa). The
compiled output is readable and pretty-printed, passes through JavaScript Lint
without warnings, will work in every JavaScript implementation, and tends to
run as fast or faster than the equivalent handwritten JavaScript.


%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/coffee
%{_bindir}/cake
#---------------------------------------------------------------------------------
%prep
%setup -qn %{sname}-%{version}

%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr bin lib *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}


mkdir -p %{buildroot}%{_bindir}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/{coffee,cake}
ln -sf ../lib/node_modules/%{oname}/bin/coffee %{buildroot}%{_bindir}/coffee
ln -sf ../lib/node_modules/%{oname}/bin/cake %{buildroot}%{_bindir}/cake

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
bin/cake test 




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.10.0-1.4
- (17faff9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11244 |14cu|nodejs-collections-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname collections

Summary:    Data structures with idiomatic JavaScript collection interfaces
Name:       nodejs-%{oname}
Version:    3.0.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/montagejs/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(weak-map)
#not yet backported
#BuildRequires:  npm(jasmine-node)
BuildArch:  noarch

%description
This package contains JavaScript implementations of common data structures
with idiomatic interfaces, including extensions for Array and Object.


%files
%doc *.md 
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------
%prep
%setup -q -n package

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json *.js listen/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


#%check
#%nodejs_symlink_deps --check
#%{nodejs_sitelib}/jasmine-node/bin/jasmine-node spec

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (9a49bc4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11245 |14cu|nodejs-colors-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname colors

Name:       nodejs-%{oname}
Version:    1.1.2
Release:    4
Summary:    Get colors in your Node.js console
License:    MIT
Group:      Development/Other
URL:        https://github.com/Marak/%{oname}.js
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/Marak/%{oname}.js/archive/v%{version}.tar.gz

BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE examples/ ReadMe.md 
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------
%prep
%setup -qn %{oname}.js-%{version}

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json safe.js lib/ themes/ screenshots/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

# tests fail on abf
#%check
#%__nodejs tests/basic-test.js    
#%__nodejs tests/safe-test.js     

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.2-4
- (463bce4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11246 |14cu|nodejs-colour-0.7.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname colour

Summary:        A cored,fixed,documented and optimized version of colors.js
Name:           nodejs-%{oname}
Version:        0.7.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dcodeIO/colour.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js *.png externs/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
node tests/test.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.7.1-4
- (6060b4c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11247 |14cu|nodejs-combined-stream-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname combined-stream

Summary:        A stream that emits multiple other streams one after another
Name:           nodejs-%{oname}
Version:        1.0.5
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/felixge/node-combined-stream
Source0:        http://registry.npmjs.org/combined-stream/-/combined-stream-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  npm(delayed-stream)
BuildArch:      noarch


%description
A stream that emits multiple other streams one after another.

%files
%doc License Readme.md
%{nodejs_sitelib}/combined-stream

#--------------------------------------------------------------

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/combined-stream
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/combined-stream

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.5-4
- (154145b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11248 |14cu|nodejs-combine-source-map-0.7.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname combine-source-map

Summary:        Add source maps of multiple files
Name:           nodejs-%{oname}
Version:        0.7.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thlorenz/combine-source-map
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(source-map)
BuildRequires:  npm(lodash.memoize)
BuildRequires:  npm(inline-source-map)
BuildRequires:  npm(convert-source-map)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep source-map 0.5.x

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps    
 
%check
%nodejs_symlink_deps --check
%tap test       

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.7.1-4
- (a76d50b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11249 |14cu|nodejs-commander-2.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname commander

Summary:    Node.js command-line interfaces made easy
Name:       nodejs-%{oname}
Version:    2.9.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/tj/%{oname}.js
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(graceful-readlink)

BuildArch:  noarch

%files
%doc LICENSE Readme.md History.md 
%{nodejs_sitelib}/%{oname}

%description
The complete solution for Node.js command-line interfaces,
inspired by Ruby's %{oname}.


%prep
%setup -q -n package
%nodejs_fixdep graceful-readlink 1.0.x

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.9.0-4
- (3ad60bc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11250 |14cu|nodejs-comment-parser-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname comment-parser

Summary:        Generic JSDoc-like comment parser
Name:           nodejs-%{oname}
Version:        0.3.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/yavorskiy/comment-parser
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(chai)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha tests/*  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-4
- (da7ae11) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11251 |14cu|nodejs-component-emitter-1.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-component-emitter
Version:    1.1.2
Release:    5
Summary:    An event emitter component for Node.js

License:    MIT
Group:      Development/Other
URL:        https://github.com/component/emitter
Source0:    http://registry.npmjs.org/component-emitter/-/component-emitter-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh
# Include a copy of the license text to comply with license requirements.
Source20:   https://raw.github.com/component/emitter/2999c522a07ba3a95106530e1c1e194d2c7a266c/LICENSE

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
cp -p %{SOURCE20} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/component-emitter
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/component-emitter

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should --reporter spec
%endif


%files
%doc History.md LICENSE Readme.md
%{nodejs_sitelib}/component-emitter

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.2-5
- (8824eec) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11252 |14cu|nodejs-compress-commons-0.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname compress-commons

Summary:        Defines a common interface for working with archive formats within node
Name:           nodejs-%{oname}
Version:        0.4.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/archiverjs/node-%{oname}
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/archiverjs/node-%{oname}/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(normalize-path)
BuildRequires:  npm(node-int64)
BuildRequires:  npm(crc32-stream)
BuildRequires:  npm(buffer-crc32)
#
BuildRequires:  npm(chai)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(mocha)
BuildRequires:  npm(rimraf)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n node-%{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep readable-stream
%nodejs_fixdep normalize-path
%nodejs_fixdep node-int64
%nodejs_fixdep crc32-stream
%nodejs_fixdep buffer-crc32

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter dot

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.2-4
- (f6002fc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11253 |14cu|nodejs-compressible-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-compressible
Version:    1.0.1
Release:    6
Summary:    Compressible Content-Type/MIME checking for Node.js

License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/compressible
Source0:    http://registry.npmjs.org/compressible/-/compressible-%{version}.tgz
Source1:    https://raw.githubusercontent.com/expressjs/compressible/1fa49dfbff3dac20a170d8146b7e7dae555f5604/test/compressible.js
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
%endif

%description
%{summary}.


%prep
%setup -q -n package
mkdir -p test/
cp -p %{SOURCE1} test/


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/compressible
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/compressible

mkdir -p %{buildroot}%{_datadir}/%{name}
cp -p specifications.json %{buildroot}%{_datadir}/%{name}
ln -sf %{_datadir}/%{name}/specifications.json \
    %{buildroot}%{nodejs_sitelib}/compressible/specifications.json

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --reporter spec
%endif


%files
%doc README.md
%{nodejs_sitelib}/compressible
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/specifications.json



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-6
- (1439b23) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11254 |14cu|nodejs-compression-1.6.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname compression

Name:       nodejs-%{oname}
Version:    1.6.2
Release:    4
Summary:    Compression middleware for Node.js and Connect
License:    MIT
Group:      Development/Other
URL:        https://github.com/expressjs/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/expressjs/compression/archive/1.6.2.tar.gz  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vary)
BuildRequires:  npm(on-headers)
BuildRequires:  npm(debug)
BuildRequires:  npm(compressible)
BuildRequires:  npm(bytes)
BuildRequires:  npm(accepts)
BuildRequires:  npm(mocha)
BuildRequires:  npm(supertest)

BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE HISTORY.md README.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%nodejs_fixdep bytes
%nodejs_fixdep compressible
%nodejs_fixdep accepts

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --check-leaks --reporter spec --bail  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.6.2-4
- (72edfeb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11255 |14cu|nodejs-concat-map-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname concat-map

Summary:        Concatenative mapdashery
Name:           nodejs-%{oname}
Version:        0.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-concat-map
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.markdown
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.1-4
- (238f842) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11256 |14cu|nodejs-concat-stream-1.5.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname concat-stream

Summary:    Writable stream that concatenates data and calls a callback with the result
Name:       nodejs-%{oname}
Version:    1.5.1 
Release:    5
License:    MIT
Group:      Development/Other
URL:        https://github.com/maxogden/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits)
BuildRequires:  npm(tape)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(typedarray)
BuildRequires:  npm(inherits)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE readme.md
%{nodejs_sitelib}/%{oname}
#----------------------------------------------

%prep
%setup -q -n package
%nodejs_fixdep inherits

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js test/server/*.js





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.5.1-5
- (f85e685) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11257 |14cu|nodejs-config-chain-1.1.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname config-chain

Summary:        Handle configuration once and for all
Name:           nodejs-%{oname}
Version:        1.1.10
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/dominictarr/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ini)
BuildRequires:  npm(proto-list)
#
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
Use this module to load all your configurations.

%files
%{nodejs_sitelib}/%{oname}
%doc LICENCE readme.markdown
#------------------------------------------------------------------

%prep
%setup -q -n package
find . -type f -exec chmod -x {} \;

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}

%check
%nodejs_symlink_deps --check
%tap test/{chain-class,save}.js 
%__nodejs test/{find-file,ini,env}.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.10-4
- (f4c6baf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11258 |14cu|nodejs-configstore-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname configstore

Summary:        Easily load and save config
Name:           nodejs-%{oname}
Version:        1.3.0
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/yeoman/configstore
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xdg-basedir)
BuildRequires:  npm(write-file-atomic)
BuildRequires:  npm(uuid)
BuildRequires:  npm(osenv)
BuildRequires:  npm(os-tmpdir)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(graceful-fs)
BuildArch:      noarch

%description
Easily load and save config without having 
to think about where and how
Config is stored in a JSON file located in 
$XDG_CONFIG_HOME or ~/.config.
Example: ~/.config/configstore/some-id.json.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (8d089c7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11259 |14cu|nodejs-connect-3.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname connect

Summary:    High performance middleware framework for Node.js
Name:       nodejs-%{oname}
Version:    3.4.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/senchalabs/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/senchalabs/connect/archive/%{version}.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(utils-merge)
BuildRequires:  npm(parseurl)
BuildRequires:  npm(finalhandler)
BuildRequires:  npm(debug)
#

BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)



BuildArch:  noarch

%description
Connect is an extensible HTTP server framework for node, providing high
performance "plugins" known as middleware.

Connect is bundled with over 20 commonly used middleware, including a logger,
session support, cookie parser, and more.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#----------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%nodejs_fixdep utils-merge 
%nodejs_fixdep parseurl
%nodejs_fixdep finalhandler
%nodejs_fixdep debug

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}

cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --require test/support/env \
  --reporter spec --bail --check-leaks test/  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.4.0-4
- (1a89cf9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11260 |14cu|nodejs-connect-multiparty-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname connect-multiparty

Summary:        Multipart parsing middleware for connect using multiparty
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            github.com/andrewrk/connect-multiparty
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(type-is)
BuildRequires:  npm(qs)
BuildRequires:  npm(on-finished)
BuildRequires:  npm(multiparty)
BuildRequires:  npm(connect)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md CHANGELOG.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep qs

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec test/*.js || :


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (b0e524c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11261 |14cu|nodejs-connect-redis-3.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname connect-redis

Summary:        Redis session store for Connect
Name:           nodejs-%{oname}
Version:        3.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/visionmedia/connect-redis
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(redis)
BuildRequires:  npm(debug)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep redis
%nodejs_fixdep debug
chmod 644 History.md

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
tape \"test/*-test.js\"   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.2-4
- (8835c86) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11262 |14cu|nodejs-connect-timeout-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-connect-timeout
Version:    1.0.0
Release:    6
Summary:    Timeout middleware for Node.js and Connect

License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/timeout
Source0:    http://registry.npmjs.org/connect-timeout/-/connect-timeout-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(connect)
BuildRequires:  npm(debug)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/connect-timeout
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/connect-timeout

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test /usr/bin/mocha --require should -R spec
%endif


%files
%doc README.md
%{nodejs_sitelib}/connect-timeout



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-6
- (1a1f198) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11263 |14cu|nodejs-console-browserify-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname console-browserify

Summary:        Emulate console for all the browsers
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Raynos/console-browserify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(date-now)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildRequires:  npm(jsonify)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENCE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
%__nodejs ./test/index.js | tap-spec     


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (89d1297) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11264 |14cu|nodejs-console-dot-log-0.1.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-console-dot-log
Version:    0.1.3
Release:    9
Summary:    A console.log implementation that plays nice with large amounts of data

# License is specified in console.log.js.
# Upstream have been informed about missing LICENSE file:
# https://gist.github.com/tmpvar/1077544#comment-770148
License:    MIT
Group:      System/Libraries
URL:        https://gist.github.com/1077544
Source0:    http://registry.npmjs.org/console.log/-/console.log-%{version}.tgz
# Include a copy of the MIT license to comply with license requirements.
Source20:   LICENSE

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
A console.log implementation that plays nice with large amounts of data.
It keeps the node alive until the output has flushed to the screen.


%prep
%setup -q -n package
cp -a %{SOURCE20} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/console.log
cp -pr package.json console.log.js \
    %{buildroot}%{nodejs_sitelib}/console.log

%nodejs_symlink_deps


%files
%doc LICENSE README.md
%{nodejs_sitelib}/console.log



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.3-9
- (d27175a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11265 |14cu|nodejs-constantinople-3.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname constantinople


Summary:    Determine whether a JavaScript expression evaluates to a constant
Name:       nodejs-%{oname}
Version:    3.0.2
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/ForbesLindesay/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(acorn)
BuildArch:  noarch

%description
%{summary}.


%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------------------

%prep
%setup -q -n package
find . -type f -exec chmod -x '{}' \;
for i in LICENSE README.md; do
    sed -i -e 's/\r$//' "${i}"
done


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.2-4
- (af6703d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11266 |14cu|nodejs-constants-browserify-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname constants-browserify

Summary:        Node's constants module for the browser
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/juliangruber/constants-browserify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build
sh build.sh

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js build.sh %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs test.js   



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (ca372f1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11267 |14cu|nodejs-content-disposition-0.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname content-disposition

Summary:        Create and parse Content-Disposition header
Name:           nodejs-%{oname}
Version:        0.5.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/content-disposition
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jshttp/content-disposition/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --bail --check-leaks test/  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.0-4
- (15be010) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11268 |14cu|nodejs-content-type-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname content-type

Summary:        Create and parse HTTP Content-Type header
Name:           nodejs-%{oname}
Version:        1.0.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/content-type
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jshttp/content-type/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --check-leaks --bail test/  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (d8d1b6b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11269 |14cu|nodejs-convert-source-map-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname convert-source-map

Summary:        Converts a source-map from/to different formats
Name:           nodejs-%{oname}
Version:        1.1.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thlorenz/convert-source-map
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inline-source-map)
BuildRequires:  npm(tap)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  


%check
rm -fr test/convert-source-map.js
%nodejs_symlink_deps --check
%tap test    



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.2-4
- (d0077bb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11270 |14cu|nodejs-cookie-0.1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-cookie
Version:    0.1.2
Release:    6
Summary:    Cookie parsing and serialization for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/shtylman/node-cookie
Source0:    http://registry.npmjs.org/cookie/-/cookie-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
%endif

%description
This Node.js module is a basic cookie parser and serializer. It doesn't
make assumptions about how you are going to deal with your cookies. It
basically just provides a way to read and write the HTTP cookie headers.

See RFC6265 for details about the HTTP header for cookies.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/cookie
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/cookie

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/mocha/bin/mocha
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/cookie

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.2-6
- (2bb0f28) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11271 |14cu|nodejs-cookie-jar-0.3.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-cookie-jar
Epoch:          1
Version:        0.3.0
Release:        6
Summary:        A cookie handling and cookie jar library for Node.js
BuildArch:      noarch
Group:          System/Libraries
#ASL 2.0 added upstream
#https://github.com/mikeal/cookie-jar/blob/master/LICENSE
License:        ASL 2.0
URL:            https://github.com/mikeal/cookie-jar
Source0:        http://registry.npmjs.org/cookie-jar/-/cookie-jar-%{version}.tgz

#this needs to get renamed to nodejs-cookie-jar soon
Provides:       nodejs-tobi-cookie = %{epoch}:%{version}
Obsoletes:      nodejs-tobi-cookie < 1:0.2.0-3

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%summary.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/cookie-jar
cp -p index.js jar.js package.json %{buildroot}%{nodejs_sitelib}/cookie-jar

%nodejs_symlink_deps

%check
%{__nodejs} tests/run.js

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/cookie-jar


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1:0.3.0-6
- (6ff231f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11272 |14cu|nodejs-cookiejar-2.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cookiejar

Name:       nodejs-%{oname}
Version:    2.0.6
Release:    4
Summary:    A simple, persistent cookie jar system for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/bmeck/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(jshint)
BuildArch:  noarch


%description
%{summary}.

%files
%doc LICENSE readme.md
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------
%prep
%setup -q -n package
chmod 644 package.json

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json %{oname}.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs tests/*.js






%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.6-4
- (9940b6c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11273 |14cu|nodejs-cookie-parser-1.4.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cookie-parser

Name:       nodejs-%{oname}
Version:    1.4.3 
Release:    4
Summary:    A Node.js module for cookie parsing with signatures
License:    MIT
Group:      Development/Other
URL:        https://github.com/expressjs/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/expressjs/%{oname}/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(cookie-signature)
BuildRequires:  npm(cookie)
BuildRequires:  npm(mocha)
BuildRequires:  npm(supertest)

BuildArch:  noarch

%description
Parse Cookie header and populate req.cookies with an object keyed by the
cookie names. Optionally you may enabled signed cookie support by passing a
secret string, which assigns req.secret so it may be used by other middleware.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}
%nodejs_fixdep cookie
%nodejs_fixdep cookie-signature

%build
#nothing to do
%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --bail --check-leaks test/  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.3-4
- (48c70fb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11274 |14cu|nodejs-cookies-0.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cookies

Summary:        Cookies, optionally signed using Keygrip
Name:           nodejs-%{oname}
Version:        0.5.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/pillarjs/cookies
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(keygrip)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.1-4
- (5105f43) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11275 |14cu|nodejs-cookie-session-2.0.0-0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cookie-session

Summary:        Cookie session middleware
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        0.4
License:        MIT
Group:          Development/Other
Url:            https://github.com/expressjs/cookie-session
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}-alpha.1.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(on-headers)
BuildRequires:  npm(debug)
BuildRequires:  npm(cookies)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep on-headers
%nodejs_fixdep debug
%nodejs_fixdep cookies

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-0.4
- (0af1467) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11276 |14cu|nodejs-cookie-signature-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-cookie-signature
Version:    1.0.3
Release:    6
Summary:    Node.js module to sign and unsign cookies
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/node-cookie-signature
Source0:    http://registry.npmjs.org/cookie-signature/-/cookie-signature-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/cookie-signature
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/cookie-signature

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/mocha/bin/mocha --require should --reporter spec
%endif


%files
%doc History.md Readme.md
%{nodejs_sitelib}/cookie-signature

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-6
- (4c01647) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11277 |14cu|nodejs-core-js-2.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname core-js

Summary:        Modular standard library for JavaScript
Name:           nodejs-%{oname}
Version:        2.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/zloirock/core-js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js core/ es6/ fn/ web/ build/ client/ es5/ es7/ library/ modules/ stage/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.3-4
- (460e2fc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11278 |14cu|nodejs-core-util-is-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname core-util-is

Summary:        The util.is* functions introduced in Node v0.12
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/isaacs/core-util-is
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-buffer)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md LICENSE
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------
%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep is-buffer

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -pr lib float.patch package.json %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%tap test.js   


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (4f4d6b2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11279 |14cu|nodejs-couch-login-0.1.18-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-couch-login
Version:        0.1.18
Release:        5
Summary:        A module for doing logged-in requests to a couchdb server
Group:          System/Libraries
License:        BSD
URL:            https://github.com/isaacs/couch-login
Source0:        http://registry.npmjs.org/couch-login/-/couch-login-%{version}.tgz

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
A module for doing logged-in requests to a couchdb server.

%prep
%setup -q -n package

%nodejs_fixdep request

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/couch-login
cp -pr package.json couch-login.js %{buildroot}%{nodejs_sitelib}/couch-login

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/couch-login
%doc README.md LICENSE


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.18-5
- (5e772f1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11280 |14cu|nodejs-coveralls-2.11.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname coveralls

Summary:        Takes json-cov output into stdin and POSTs to coveralls.io
Name:           nodejs-%{oname}
Version:        2.11.4
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/nickmerwin/node-coveralls
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc 
BuildRequires:  nodejs-packaging
BuildRequires:  npm(request)
BuildRequires:  npm(log-driver)
BuildRequires:  npm(lcov-parse)
BuildRequires:  npm(js-yaml)

BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{_bindir}/%{oname}.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep request 2.67.x
%nodejs_fixdep js-yaml 3.4.x
%nodejs_fixdep lcov-parse 0.0.10
%nodejs_fixdep log-driver 1.2.x

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib bin %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/%{oname}.js %{buildroot}%{_bindir}/%{oname}.js

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.11.4-4
- (424a7ad) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11281 |14cu|nodejs-crc32-stream-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname crc32-stream

Summary:        A streaming CRC32 checksumer
Name:           nodejs-%{oname}
Version:        0.4.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/archiverjs/node-crc32-stream
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/archiverjs/node-crc32-stream/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(buffer-crc32)
BuildRequires:  npm(readable-stream)
#
BuildRequires:  npm(chai)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn node-%{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep buffer-crc32
%nodejs_fixdep readable-stream

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ *.yml %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter dot  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.0-4
- (13f1a28) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11282 |14cu|nodejs-crc-3.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname crc

Summary:        Module for calculating Cyclic Redundancy Check (CRC) for Node.js
Name:           nodejs-%{oname}
Version:        3.4.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/alexgorbatchev/node-crc
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.4.0-4
- (7be2ec2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11283 |14cu|nodejs-create-ecdh-4.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname create-ecdh

Summary:        CreateECDH but browserifiable
Name:           nodejs-%{oname}
Version:        4.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/createECDH
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/crypto-browserify/createECDH/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(elliptic)
BuildRequires:  npm(bn.js)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test.js | tap-spec || :   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.0-4
- (8bf7770) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11284 |14cu|nodejs-create-error-class-2.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname create-error-class

Summary:        Create Error classes
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/floatdrop/create-error-class
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/floatdrop/create-error-class/master/license
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits)
BuildRequires:  npm(capture-stack-trace)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -r %{SOURCE1} license
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-5
- (ee809a9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11285 |14cu|nodejs-create-hash-1.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname create-hash

Summary:        Create hashes for browserify
Name:           nodejs-%{oname}
Version:        1.1.2 
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/createHash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(sha.js)
BuildRequires:  npm(ripemd160)
BuildRequires:  npm(inherits)
BuildRequires:  npm(cipher-base)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildRequires:  npm(hash-test-vectors)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   

%check
%nodejs_symlink_deps --check  
%__nodejs test.js | tap-spec  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.2-5
- (7c49ef3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11286 |14cu|nodejs-create-hmac-1.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname create-hmac

Summary:        Node style hmacs in the browser
Name:           nodejs-%{oname}
Version:        1.1.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/createHmac
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits)
BuildRequires:  npm(create-hash)
BuildRequires:  npm(hash-test-vectors)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check 
%__nodejs test.js | tap-spec    


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.4-4
- (5eb3ae1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11287 |14cu|nodejs-cross-spawn-async-2.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cross-spawn-async 

Summary:        Cross platform child_process#spawn
Name:           nodejs-%{oname}
Version:        2.1.6
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/IndigoUnited/node-cross-spawn-async
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/IndigoUnited/node-%{oname}/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(which)
BuildRequires:  npm(lru-cache)
BuildRequires:  npm(expect.js)
BuildRequires:  npm(glob)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(mocha)
BuildRequires:  npm(rimraf)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n node-%{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js appveyor.yml lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs test/prepare && mocha --bail -R spec test/test  



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.6-4
- (414024b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11288 |14cu|nodejs-cryptiles-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cryptiles

Summary:    General purpose cryptography utilities for Node.js
Name:       nodejs-%{oname}
Version:    3.0.0
Release:    4
License:    BSD
Group:      Development/Other
URL:        https://github.com/hueniverse/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(boom)
BuildArch:  noarch

%description
%{summary}.

%files
%doc README.md LICENSE
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------------------------

%prep
%setup -q -n package

#fix perms
chmod 0644 README.md LICENSE lib/* package.json

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (b1e60e5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11289 |14cu|nodejs-crypto-browserify-3.11.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname crypto-browserify

Summary:        Implementation of crypto for the browser
Name:           nodejs-%{oname}
Version:        3.11.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/crypto-browserify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(randombytes)
BuildRequires:  npm(public-encrypt)
BuildRequires:  npm(pbkdf2)
BuildRequires:  npm(inherits)
BuildRequires:  npm(diffie-hellman)
BuildRequires:  npm(create-hmac)
BuildRequires:  npm(create-hash)
BuildRequires:  npm(create-ecdh)
BuildRequires:  npm(browserify-sign)
BuildRequires:  npm(browserify-cipher)
BuildRequires:  npm(tape)
BuildRequires:  npm(hash-test-vectors)
BuildRequires:  npm(pseudorandombytes)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits
%nodejs_fixdep browserify-des
%nodejs_fixdep pseudorandombytes

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps     


%check
%nodejs_symlink_deps --check  
npm run unit       

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.11.0-4
- (914134f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11290 |14cu|nodejs-csextends-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname csextends


Summary:        Use the Coffee-Script extends keyword outside of Coffee-Script
Name:           nodejs-%{oname}
Version:        1.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/csextends
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json out/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (e8b2521) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11291 |14cu|nodejs-css-2.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname css

Summary:    A CSS parser/stringifier for Node.js using css-parse and css-stringify
Name:       nodejs-%{oname}
Version:    2.2.1
Release:    6
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits)
BuildRequires:  npm(urix)
BuildRequires:  npm(source-map-resolve)
BuildRequires:  npm(source-map)
BuildArch:  noarch

%description
%{summary}.

%files
%doc History.md LICENSE Readme.md
%{nodejs_sitelib}/%{oname}
#----------------------------------------

%prep
%setup -q -n package
%nodejs_fixdep inherits

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.1-6
- (f200744) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11292 |14cu|nodejs-csso-1.4.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname csso

Summary:        CSS optimizer
Name:           nodejs-%{oname}
Version:        1.4.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/css/csso
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/css/csso/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(clap)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE HISTORY.md README.md
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules
rm -fr dist/.gitignore
%nodejs_fixdep clap
%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json bin/ dist/ lib/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}/%{nodejs_sitelib}/%{oname}/bin/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --reporter dot   


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.4-4
- (05de22e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11293 |14cu|nodejs-cssom-0.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-cssom
Version:    0.3.0
Release:    5
Summary:    CSS Object Model implementation and CSS parser for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/NV/CSSOM
Source0:    http://registry.npmjs.org/cssom/-/cssom-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/cssom
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/cssom

%nodejs_symlink_deps


%files
%doc README.mdown MIT-LICENSE.txt
%{nodejs_sitelib}/cssom



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-5
- (8b40fd8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11294 |14cu|nodejs-css-parse-1.7.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global commit 212d7d4b5f049e31d30907ee73ac767329db92e1

%global enable_tests 1

Name:       nodejs-css-parse
Version:    1.7.0
Release:    7
Summary:    A JavaScript CSS parser for Node.js and the browser
License:    MIT
Group:      Development/Other
URL:        https://github.com/reworkcss/css-parse
# Use GitHub as the NPM tarball is missing test/, examples/, History.md.
Source0:    https://github.com/reworkcss/css-parse/archive/%{commit}/%{name}-%{version}.tar.gz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n css-parse-%{commit}


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/css-parse
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/css-parse

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should --reporter spec --bail
%endif


%files
%doc examples/ History.md LICENSE Readme.md
%{nodejs_sitelib}/css-parse


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.7.0-7
- (2397f81) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11295 |14cu|nodejs-css-select-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname css-select

Summary:        CSS selector compiler/engine
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/fb55/css-select
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/fb55/%{oname}/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nth-check)
BuildRequires:  npm(boolbase)
BuildRequires:  npm(domutils)
BuildRequires:  npm(css-what)
BuildRequires:  npm(coveralls)
BuildRequires:  npm(expect.js)
BuildRequires:  npm(htmlparser2)
BuildRequires:  npm(istanbul)
BuildRequires:  npm(jshint)
BuildRequires:  npm(mocha)
BuildRequires:  npm(mocha-lcov-reporter)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  


%check
%nodejs_symlink_deps --check
mocha && node_modules/jshint/bin/jshint index.js lib/*.js test/*.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (b259e67) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11296 |14cu|nodejs-css-stringify-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname css-stringify

Name:       nodejs-%{oname}
Version:    2.0.0
Release:    4
Summary:    A CSS compiler for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/reworkcss/css-stringify
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/reworkcss/%{oname}/archive/2.0.0.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(css)

BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------
%prep
%setup -qn %{oname}-%{version}

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (9e43ff1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11297 |14cu|nodejs-css-what-2.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname css-what

Summary:        CSS selector parser
Name:           nodejs-%{oname}
Version:        2.1.0
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/fb55/css-what
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/fb55/%{oname}/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(jshint)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js stringify.js \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs tests/test.js && node_modules/jshint/bin/jshint *.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.0-4
- (a3af344) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11298 |14cu|nodejs-csurf-1.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-csurf
Version:    1.1.0
Release:    6
Summary:    CSRF token middleware for Node.js and Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/csurf
Source0:    http://registry.npmjs.org/csurf/-/csurf-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(connect)
BuildRequires:  npm(scmp)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
BuildRequires:  npm(uid2)
# Not yet packaged.
# BuildRequires:  npm(body-parser)
# BuildRequires:  npm(cookie-session)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/csurf
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/csurf

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
# /usr/bin/npm install body-parser
# /usr/bin/npm install cookie-session
NODE_ENV=test /usr/bin/mocha --require should --reporter spec
%endif


%files
%doc HISTORY.md LICENSE README.md
%{nodejs_sitelib}/csurf



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-6
- (ae170cd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11299 |14cu|nodejs-ctype-0.5.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global commit 3aae5f7aa45906cfcb283817cfb6fcb15360391d
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Name:           nodejs-ctype
Version:        0.5.3
Release:        8
Summary:        Read and write binary structures and data types with Node.js
BuildArch:      noarch
Group:          System/Libraries
License:        MIT
URL:            https://github.com/rmustacc/node-ctype
Source0:        http://registry.npmjs.org/ctype/-/ctype-%{version}.tgz
#grab the tests from github
Source1:        https://github.com/rmustacc/node-ctype/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz

# fedora-specific patch to have README indicate proper directions for reading
# the man page from the system path
Patch1:         nodejs-ctype-README.patch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Node-CType is a way to read and write binary data in a structured and easy to 
use format. Its name comes from the C header file.

There are two APIs that you can use, depending on what abstraction you'd like.
The low level API lets you read and write individual integers and floats from
buffers. The higher level API lets you read and write structures of these.

%prep
%setup -q -n package -a1
%patch1 -p1

#move tests into regular directory
mv node-ctype-%{commit}/tst .
rm -rf node-ctype-%{commit}

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/ctype
cp -pr package.json ctf.js ctio.js ctype.js %{buildroot}%{nodejs_sitelib}/ctype

mkdir -p %{buildroot}%{_mandir}/man3
cp -pr man/man3ctype/ctio.3ctype %{buildroot}%{_mandir}/man3/ctio.3

%nodejs_symlink_deps

%check
pushd tst
for dir in ctf ctio/* ctype; do
    pushd $dir
    for f in *.js; do
        %{__nodejs} $f
    done
    popd
done
popd

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/ctype
%{_mandir}/man3/ctio.3.*
%doc CHANGELOG LICENSE README README.old


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.3-8
- (5276f23) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11300 |14cu|nodejs-cycle-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname cycle

Summary:    A Node.js module implementing JSON encoders/decoders in JavaScript
Name:       nodejs-%{oname}
Version:    1.0.3
Release:    6
License:    Public Domain
Group:      System/Libraries
URL:        https://github.com/douglascrockford/JSON-js
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch


%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------
%prep
%setup -q -n package


%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json cycle.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-6
- (8868afb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11301 |14cu|nodejs-d3-queue-2.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname d3-queue

Summary:        Evaluate asynchronous tasks with configurable concurrency
Name:           nodejs-%{oname}
Version:        2.0.3
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/d3/d3-queue
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js build/ src/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.3-4
- (9fdcf68) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11302 |14cu|nodejs-dashdash-1.10.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname dashdash

Summary:        A light, featureful and explicit option parsing library
Name:           nodejs-%{oname}
Version:        1.10.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/trentm/node-dashdash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/trentm/node-dashdash/master/LICENSE.txt

BuildRequires:  nodejs-packaging
BuildRequires:  npm(assert-plus)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
%nodejs_fixdep assert-plus 0.2.x

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.10.1-4
- (cbde560) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11303 |14cu|nodejs-data-uri-to-buffer-0.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname data-uri-to-buffer

Summary:        Generate a Buffer instance from a Data URI string
Name:           nodejs-%{oname}
Version:        0.0.4 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/TooTallNate/node-data-uri-to-buffer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.4-4
- (1305a9e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11304 |14cu|nodejs-dateformat-1.0.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname dateformat

Summary:    Steven Levithan's excellent dateFormat() function for Node.js
Name:       nodejs-%{oname}
Version:    1.0.12
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/felixge/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(get-stdin)
BuildRequires:  npm(meow)
BuildRequires:  npm(mocha)
BuildRequires:  npm(underscore)
BuildArch:  noarch


%description
This is a JavaScript port of Steven Levithan's excellent dateFormat()
function, which provides a simple way to format dates and times
according to a user-specified mask.


%files
%doc LICENSE Readme.md
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------
%prep
%setup -q -n package

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ bin/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/*.js

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha       

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.12-4
- (17e46b5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11305 |14cu|nodejs-date-now-1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname date-now

Summary:        A requirable version of Date.now()
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/Raynos/date-now
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
#BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENCE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
%__nodejs ./test || :      


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-5
- (cdaa2b8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11306 |14cu|nodejs-date-time-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname date-time

Summary:        Pretty UTC datetime
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/date-time
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/sindresorhus/date-time/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (8c43ad9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11307 |14cu|nodejs-debug-2.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname debug

Summary:        A small debugging utility for Node.js
Name:           nodejs-%{oname}
Version:        2.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/visionmedia/debug
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/visionmedia/debug/master/LICENSE
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ms)

BuildArch:      noarch

%description
This module is a tiny Node.js debugging utility modeled after node core's
debugging technique.

%files
%doc LICENSE Readme.md History.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -r %{SOURCE1} LICENSE

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.0-4
- (7d16779) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11308 |14cu|nodejs-debuglog-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname debuglog

Summary:        Backport of util.debuglog from node v0.11
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sam-github/node-debuglog
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (9599d9b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11309 |14cu|nodejs-decamelize-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname decamelize 

Summary:        Convert a camelized string
Name:           nodejs-%{oname}
Version:        1.1.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/decamelize
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Convert a camelized string into a lowercased 
one with a custom separator: unicornRainbow → unicorn_rainbow.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (b697b33) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11310 |14cu|nodejs-decompress-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname decompress

Summary:        Extracting archives made easy
Name:           nodejs-%{oname}
Version:        3.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/decompress
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vinyl-fs)
BuildRequires:  npm(vinyl-assign)
BuildRequires:  npm(stream-combiner2)
BuildRequires:  npm(decompress-unzip)
BuildRequires:  npm(decompress-targz)
BuildRequires:  npm(decompress-tarbz2)
BuildRequires:  npm(decompress-tar)
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(buffer-to-vinyl)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (398b186) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11311 |14cu|nodejs-decompress-tar-3.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname decompress-tar

Summary:        Decompress tar plugin
Name:           nodejs-%{oname}
Version:        3.1.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/decompress-tar
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vinyl)
BuildRequires:  npm(through2)
BuildRequires:  npm(tar-stream)
BuildRequires:  npm(strip-dirs)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(is-tar)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.0-4
- (f1e4d55) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11312 |14cu|nodejs-decompress-tarbz2-3.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname decompress-tarbz2

Summary:        Decompress tar.bz2 plugin
Name:           nodejs-%{oname}
Version:        3.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/decompress-tarbz2
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vinyl)
BuildRequires:  npm(through2)
BuildRequires:  npm(tar-stream)
BuildRequires:  npm(strip-dirs)
BuildRequires:  npm(seek-bzip)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(is-bzip2)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.0-4
- (4bf5c56) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11313 |14cu|nodejs-decompress-targz-3.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname decompress-targz

Summary:        Decompress tar.gz plugin
Name:           nodejs-%{oname}
Version:        3.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/decompress-targz
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vinyl)
BuildRequires:  npm(through2)
BuildRequires:  npm(tar-stream)
BuildRequires:  npm(strip-dirs)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(is-gzip)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.0-4
- (cbf9d45) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11314 |14cu|nodejs-decompress-unzip-3.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname decompress-unzip

Summary:        Decompress zip plugin
Name:           nodejs-%{oname}
Version:        3.4.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/decompress-unzip
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(yauzl)
BuildRequires:  npm(vinyl)
BuildRequires:  npm(through2)
BuildRequires:  npm(strip-dirs)
BuildRequires:  npm(stat-mode)
BuildRequires:  npm(read-all-stream)
BuildRequires:  npm(is-zip)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.4.0-4
- (177207b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11315 |14cu|nodejs-decompress-zip-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname decompress-zip

Summary:        Extract files from a ZIP archive
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bower/decompress-zip
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(touch)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(q)
BuildRequires:  npm(nopt)
BuildRequires:  npm(mkpath)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(binary)

BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep touch 1.0.0

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ bin/ %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (b36b1fa) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11316 |14cu|nodejs-deep-eql-0.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname deep-eql


Summary:        Improved deep equality testing for Node.js and the browser
Name:           nodejs-%{oname}
Version:        0.1.3
Release:        4
Group:		Development/Other
License:        MIT
URL:            https://github.com/chaijs/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        %{oname}-tests-%{version}.tar.bz2
Source10:       %{oname}-dl-tests.sh
BuildRequires:  nodejs-packaging
BuildRequires:  npm(type-detect)
BuildRequires:  npm(mocha)
BuildRequires:  npm(simple-assert)
BuildArch:      noarch


%description
Improved deep equality testing for Node.js and the browser.



%files
%doc README.md History.md 
%{nodejs_sitelib}/%{oname}
#------------------------------------------------

%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package
rm -rf node_modules
%nodejs_fixdep type-detect

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --require test/bootstrap --reporter list test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.3-4
- (c513793) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11317 |14cu|nodejs-deep-equal-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname deep-equal

Summary:        Node's assert.deepEqual algorithm
Name:           nodejs-%{oname}
Epoch:		1
Version:        1.0.1
Release:        6
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-deep-equal
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap) >= 2.3.1
BuildRequires:  npm(tape) >= 4.2.2
BuildArch:      noarch

%description
Node's assert.deepEqual() algorithm as a standalone module.
This module is around 5 times faster than wrapping 
assert.deepEqual() in a try/catch.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js */ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1:1.0.1-6
- (fc0231d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11318 |14cu|nodejs-deeper-2.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname deeper

Summary:        JavaScript "deep equality"/structural equality tester with Node.js flavor
Name:           nodejs-%{oname}
Version:        2.1.0 
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/othiym23/node-deeper
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.0-4
- (0e2575c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11319 |14cu|nodejs-deep-extend-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname deep-extend

Summary:        Recursive object extending
Name:           nodejs-%{oname}
Version:        0.4.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/unclechu/node-deep-extend
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.0-4
- (7eba976) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11320 |14cu|nodejs-deep-is-0.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname deep-is

Summary:        Node's assert.deepEqual algorithm
Name:           nodejs-%{oname}
Version:        0.1.3 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thlorenz/deep-is
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Node's assert.deepEqual algorithm except
for NaN being equal to NaN.

%files
%doc LICENSE README.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.3-4
- (fdcb3ad) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11321 |14cu|nodejs-deferred-0.7.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname deferred

Summary:        Modular and fast Promises implementation
Name:           nodejs-%{oname}
Version:        0.7.5
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/medikoo/deferred
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(timers-ext)
BuildRequires:  npm(next-tick)
BuildRequires:  npm(event-emitter)
BuildRequires:  npm(es5-ext)
BuildRequires:  npm(d)
# circular
BuildRequires:  npm(tad)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md CHANGES examples/ 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js benchmark/ lib/ ext/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
# boostrap
%nodejs_symlink_deps --check
%__nodejs %{_bindir}/tad 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.7.5-5
- (d17fd1d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11322 |14cu|nodejs-defer-request-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname defer-request

Summary:        Wrap request calls in a Q.defer
Name:           nodejs-%{oname}
Version:        0.0.2 
Release:        4
License:        GPL
Group:          Development/Other
Url:            https://github.com/xaiki/defer-request
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.2-4
- (a63d629) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11323 |14cu|nodejs-defined-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname defined

Summary:    Return the first argument that is '!== undefined'
Name:       nodejs-%{oname}
Version:    1.0.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/substack/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example/
%{nodejs_sitelib}/%{oname}

#---------------------------------------------------------------
%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (9fc2cef) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11324 |14cu|nodejs-define-properties-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname define-properties

Summary:        Define multiple non-enumerable properties at once
Name:           nodejs-%{oname}
Version:        1.1.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ljharb/define-properties
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(object-keys)
BuildRequires:  npm(foreach)

BuildArch:      noarch

%description
Define multiple non-enumerable properties at once. 
Uses Object.defineProperty when available; 
falls back to standard assignment in older engines.

%files
%doc LICENSE CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.2-4
- (3041b0f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11325 |14cu|nodejs-del-2.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname del 

Summary:        Delete files/folders using globs
Name:           nodejs-%{oname}
Version:        2.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/del
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc 
BuildRequires:  nodejs-packaging
BuildRequires:  npm(rimraf)
BuildRequires:  npm(pinkie-promise)
BuildRequires:  npm(pify)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(is-path-in-cwd)
BuildRequires:  npm(is-path-cwd)
BuildRequires:  npm(globby)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.0-4
- (6dd1948) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11326 |14cu|nodejs-delayed-stream-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname delayed-stream

Summary:        Buffers events from a stream until you are ready to handle them
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/felixge/node-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Buffers events from a stream until you are ready to handle them.

%files
%doc License Readme.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------
%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/%{oname}




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (1955551) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11327 |14cu|nodejs-delegates-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname delegates

Summary:        Delegate methods and accessors to another property
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/visionmedia/node-delegates
Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc License *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --require should \
  --reporter spec \
  --bail

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (5381072) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11328 |14cu|nodejs-depd-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname depd

Summary:        Deprecate all the things
Name:           nodejs-%{oname}
Version:        1.1.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dougwilson/nodejs-depd
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/dougwilson/nodejs-depd/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --bail test/   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (ebe4ba3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11329 |14cu|nodejs-dep-graph-1.1.0-7.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname dep-graph

Summary:    Simple dependency graph management in JavaScript
Name:       nodejs-%{oname}
Version:    1.1.0
Release:    7.5
License:    MIT
Group:      Development/Other
URL:        https://github.com/TrevorBurnham/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# util.print is deprecated and callback in test is useless
Patch0:     nodejs-dep-graph-node.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(watchit)
BuildRequires:  npm(nodeunit)
BuildRequires:  npm(underscore)
BuildRequires:  npm(docco) >= 0.7.0
BuildArch:  noarch

%description
This is a Node.js module for simple dependency graph management in JavaScript.

Say you have a set of resources that depend on each other in some way. These
resources can be anything (eg, files, chains of command etc.).
All that matters is that each one has a unique string identifier, and a list
of direct dependencies.

dep-graph makes it easy to compute "chains" of dependencies, with guaranteed
logical ordering and no duplicates. That's trivial in most cases, but if A
depends on B and B depends on A, a naïve dependency graph would get trapped
in an infinite loop. dep-graph throws an error if any such "cycles" are
detected.


%files
%doc README.mdown docs/
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------------------
%prep
%setup -q -n package
%nodejs_fixdep underscore
%patch0 -p0 -b util.print is deprecated
# Build these from source instead.
rm -rf lib/

%build
%nodejs_symlink_deps --check
cake build
cake docs

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
cake test 


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-7.5
- (b1b4e83) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11330 |14cu|nodejs-deprecate-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname deprecate

Summary:        Mark methods as deprecated and warn the user when they're called
Name:           nodejs-%{oname}
Version:        0.1.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/brianc/node-deprecate
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (44fd950) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11331 |14cu|nodejs-deps-sort-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname deps-sort

Summary:        Sort module-deps output for deterministic browserify bundles
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/deps-sort
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(through2)
BuildRequires:  npm(subarg)
BuildRequires:  npm(shasum)
BuildRequires:  npm(JSONStream)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod 644 example/*.js readme.markdown LICENSE
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/*.js
%nodejs_symlink_deps   

%check
%nodejs_symlink_deps --check
%tap test    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (6644b85) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11332 |14cu|nodejs-des.js-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname des.js 

Summary:        DES implementation
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/indutny/des.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(minimalistic-assert)
BuildRequires:  npm(inherits)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -r README.md LICENSE
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (28239f7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11333 |14cu|nodejs-destroy-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname destroy 

Summary:        Destroy a stream if possible
Name:           nodejs-%{oname}
Version:        1.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/stream-utils/destroy
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# Using github for the tests
Source0:        https://github.com/stream-utils/%{oname}/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   

%check
%nodejs_symlink_deps --check
mocha --reporter spec  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (a61b2c4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11334 |14cu|nodejs-detect-indent-4.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname detect-indent

Summary:        Detect the indentation of code
Name:           nodejs-%{oname}
Version:        4.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/detect-indent
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(repeating)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.0-4
- (8ed9625) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11335 |14cu|nodejs-detective-4.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname detective

Summary:    Node.js module to find all calls to require()
Name:       nodejs-%{oname}
Version:    4.3.1
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/substack/node-detective
Source0:    http://registry.npmjs.org/detective/-/detective-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(defined)
BuildRequires:  npm(acorn)
BuildRequires:  npm(tap)
BuildArch:  noarch

%description
Node.js module to find all calls to require(), no matter how crazily nested,
using a proper walk of the AST.

%files
%doc LICENSE readme.markdown example/
%{nodejs_sitelib}/detective
#-------------------------------------------------------------
%prep
%setup -q -n package

chmod 644 example/*.js LICENSE bench/*.txt
  
%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/detective
cp -pr package.json index.js bench \
    %{buildroot}%{nodejs_sitelib}/detective

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check    
%tap test/*.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.3.1-4
- (a194e20) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11336 |14cu|nodejs-dezalgo-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname dezalgo

Summary:        Contain async insanity so that the dark pony lord doesn't eat souls
Name:           nodejs-%{oname}
Version:        1.0.3
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/npm/dezalgo
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(wrappy)
BuildRequires:  npm(asap)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
rm -fr package.json
cp -r %{buildroot}%{nodejs_sitelib}/%{oname}/package.json .
%nodejs_symlink_deps --check
%tap test/*.js    


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (07e3fc1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11337 |14cu|nodejs-diff-2.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname diff

Summary:        A JavaScript text %{oname} implementation for Node.js
Name:           nodejs-%{oname}
Version:        2.2.1
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/kpdecker/js%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
%{summary}

%files
%doc README.md release-notes.md LICENSE images examples
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib dist \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.1-4
- (6e8d032) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11338 |14cu|nodejs-diffie-hellman-5.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname diffie-hellman

Summary:        Pure js diffie-hellman
Name:           nodejs-%{oname}
Version:        5.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/diffie-hellman
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/crypto-browserify/diffie-hellman/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(randombytes)
BuildRequires:  npm(miller-rabin)
BuildRequires:  npm(bn.js)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   


%check
%nodejs_symlink_deps --check
%__nodejs test.js | tap-spec || :


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.0.0-4
- (9d684bf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11339 |14cu|nodejs-difflet-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname difflet

Summary:        Colorful diffs for JavaScript objects
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        6
Group:          System/Libraries
License:        MIT
URL:            https://github.com/substack/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildRequires:  npm(deep-is)
BuildRequires:  npm(charm)
BuildRequires:  npm(traverse)
BuildRequires:  npm(ent)
BuildArch:      noarch

%description
Creates colorful diffs for JavaScript objects.


%files
%doc LICENSE README.markdown example
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------

%prep
%setup -q -n package
# will download stuff in %BUILDDIR
rm -fr test/html.js
%nodejs_fixdep charm
%nodejs_fixdep traverse
%nodejs_fixdep deep-is

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-6
- (19036c8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11340 |14cu|nodejs-docopt-mult-args-0.6.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname docopt-mult-args

Summary:        CLI option parser that will make you smile
Name:           nodejs-%{oname}
Version:        0.6.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/scarnie/docopt.coffee
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# Using git master branch  to build against our newer coffe
Source0:        https://github.com/stuartcarnie/docopt.coffee/archive/master.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chai)
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(mocha)
Provides:       npm(%{oname}) == %{EVRD}
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-* *.md examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n docopt.coffee-master
rm -rf node_modules

%build
# build against our coffe
coffee -c docopt.coffee

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

# please do not disable tests.
%check
%nodejs_symlink_deps --check
mocha --compilers coffee:coffee-script/register   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.2-4
- (96be151) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11341 |14cu|nodejs-doctrine-0.7.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname doctrine

Summary:        JSDoc parser
Name:           nodejs-%{oname}
Version:        0.7.2
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/eslint/doctrine
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(isarray)
BuildRequires:  npm(esutils)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.BSD LICENSE.closure-compiler LICENSE.esprima README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json lib %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.7.2-4
- (2d05938) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11342 |14cu|nodejs-domain-browser-1.1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname domain-browser

Summary:        Node's domain module for the web browser
Name:           nodejs-%{oname}
Version:        1.1.7 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/domain-browser
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md HISTORY.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.7-4
- (f0b724e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11343 |14cu|nodejs-domelementtype-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname domelementtype

Summary:        All the types of nodes in htmlparser2's dom
Name:           nodejs-%{oname}
Version:        1.3.0
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/FB55/domelementtype
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (403c065) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11344 |14cu|nodejs-domhandler-2.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname domhandler

Summary:        Handler for htmlparser2 that turns pages into a dom
Name:           nodejs-%{oname}
Version:        2.3.0
Release:        5
License:        BSD
Group:          Development/Other
Url:            https://github.com/fb55/DomHandler
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(domelementtype)
BuildRequires:  npm(mocha)
BuildRequires:  npm(htmlparser2)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
mocha -R list   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.3.0-5
- (17d592f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11345 |14cu|nodejs-dom-serializer-0.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname dom-serializer

Summary:        Render dom nodes to string
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/cheeriojs/dom-renderer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/cheeriojs/dom-serializer/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(domelementtype)
BuildRequires:  npm(entities)
BuildRequires:  npm(mocha)
BuildRequires:  npm(expect.js)
BuildRequires:  npm(lodash)
BuildRequires:  npm(xyz)
BuildRequires:  npm(cheerio)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
%nodejs_fixdep domelementtype 1.3.x
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js     

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-5
- (732ec59) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11346 |14cu|nodejs-domutils-1.5.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname domutils

Summary:        Utilities for working with htmlparser2's dom
Name:           nodejs-%{oname}
Version:        1.5.1
Release:        5
License:        BSD
Group:          Development/Other
Url:            https://github.com/FB55/domutils
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(domelementtype)
BuildRequires:  npm(dom-serializer)
BuildRequires:  npm(mocha)
BuildRequires:  npm(htmlparser2)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha test/tests/**.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.5.1-5
- (ce593f2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11347 |14cu|nodejs-double-ended-queue-2.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname double-ended-queue
%define oversion 2.1.0-0


Summary:        Extremely fast double-ended queue implementation
Name:           nodejs-%{oname}
Version:        2.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/petkaantonov/deque
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{oversion}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js js/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.0-4
- (308cacc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11348 |14cu|nodejs-download-4.4.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname download

Summary:        Download and extract files
Name:           nodejs-%{oname}
Version:        4.4.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/download
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:     %{name}.rpmlintrc   
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ware)
BuildRequires:  npm(vinyl-fs)
BuildRequires:  npm(vinyl)
BuildRequires:  npm(stream-combiner2)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(read-all-stream)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(is-url)
BuildRequires:  npm(gulp-rename)
BuildRequires:  npm(gulp-decompress)
BuildRequires:  npm(got)
BuildRequires:  npm(filenamify)
BuildRequires:  npm(each-async)
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(caw)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.4.3-4
- (2233663) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11349 |14cu|nodejs-dryice-0.4.10-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-dryice
Version:        0.4.10
Release:        7
Summary:        A CommonJS/RequireJS packaging tool for browser scripts

BuildArch:      noarch

Group:          System/Libraries
License:        ASL 2.0
URL:            https://github.com/mozilla/dryice
Source0:        http://registry.npmjs.org/dryice/-/dryice-%{version}.tgz

BuildRequires:  nodejs-packaging

%description
A CommonJS/RequireJS packaging tool for browser scripts.

It is basically just a copy function. It takes input from a set of input files,
which can be specified in various ways, optionally filters them and outputs
them to something else.

%prep
%setup -q -n package

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/dryice
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/dryice

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/dryice
%doc README.md LICENSE


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.10-7
- (f65c160) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11350 |14cu|nodejs-duplexer-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname duplexer

Summary:        Creates a duplex stream
Name:           nodejs-%{oname}
Version:        0.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Raynos/duplexer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildRequires:  npm(through)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENCE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
# use our newer modules.
perl -pi -e "s|0.3.3|4.2.2|"  package.json
perl -pi -e "s|~0.1.4|2.3.8|"  package.json

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test   



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-4
- (e5faba0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11351 |14cu|nodejs-duplexer2-0.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname duplexer2

Summary:        Like duplexer but using streams3
Name:           nodejs-%{oname}
Version:        0.1.4
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/deoxxa/duplexer2
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.4-4
- (784b4d8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11352 |14cu|nodejs-duplexify-3.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname duplexify

Summary:        Turn a writeable and readable stream into a streams2
Name:           nodejs-%{oname}
Version:        3.4.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mafintosh/duplexify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(end-of-stream)

BuildArch:      noarch

%description
Turn a writeable and readable stream into a 
streams2 duplex stream with support for 
async initialization and streams1/streams2 input.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
# use newer readable-stream
perl -pi -e "s|1.0.0|^1.0.0|" package.json

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.4.2-4
- (b0be462) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11353 |14cu|nodejs-duration-0.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname duration

Summary:        Time duration utilities
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/medikoo/duration
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(es5-ext)
BuildRequires:  npm(d)
# circular
BuildRequires:  npm(tad)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENCE README.md CHANGES
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
# boostrap
%nodejs_symlink_deps --check
%__node %{_bindir}/tad

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-5
- (4fb88ce) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11354 |14cu|nodejs-each-async-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname each-async

Summary:        Async concurrent iterator (async forEach)
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/each-async
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/sindresorhus/each-async/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(set-immediate-shim)
BuildRequires:  npm(onetime)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --timeout 20000  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (ef4e081) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11355 |14cu|nodejs-eachr-3.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname eachr

Summary:        Give eachr an item to iterate (array, object or map) and an iterator
Name:           nodejs-%{oname}
Version:        3.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/eachr
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(typechecker)
BuildRequires:  npm(esnextguardian)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md example.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json esnextguardian.js es5/ esnext/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.1-4
- (1e7e357) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11356 |14cu|nodejs-ebnf-parser-0.1.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ebnf-parser

Summary:        A parser for BNF and EBNF grammars used by jison
Name:           nodejs-%{oname}
Version:        0.1.10
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/zaach/ebnf-parser
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
# circular BR
#BuildRequires:  npm(jison)
#BuildRequires:  npm(lex-parser)
#BuildRequires:  npm(test)

BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js bnf.* ebnf.y \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

#%check
#%nodejs_symlink_deps --check
#make test  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.10-4
- (5d1abe9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11357 |14cu|nodejs-ecc-jsbn-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ecc-jsbn

Summary:        ECC JS code based on JSBN
Name:           nodejs-%{oname}
Version:        0.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/quartzjer/ecc-jsbn
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(jsbn)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.1-4
- (ab98c4c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11358 |14cu|nodejs-ecdsa-sig-formatter-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ecdsa-sig-formatter

Summary:        Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenation
Name:           nodejs-%{oname}
Version:        1.0.5 
Release:        4
License:        ASL 2.0
Group:          Development/Other
Url:            https://github.com/Brightspace/node-ecdsa-sig-formatter
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(base64-url)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json src/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.5-4
- (10e0c06) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11359 |14cu|nodejs-editions-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname editions

Summary:        Publish multiple editions for your JavaScript packages consistently and easily 
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/editions
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md docs/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json es2015/ source/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (6e151f7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11360 |14cu|nodejs-editor-0.0.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-editor
Version:        0.0.4
Release:        7
Summary:        Launch the default text editor from Node.js programs
BuildArch:      noarch
Group:          Development/Other
#package.json indicates MIT, but no license file included
#upstream notified in https://github.com/substack/node-editor/pull/5
#we're including a copy of the MIT license based off a copy from another
#project by the same author indicating the same license in order to comply
#with the terms of the MIT license
License:        MIT
URL:            https://github.com/substack/node-editor
Source0:        http://registry.npmjs.org/editor/-/editor-%{version}.tgz
Source1:        https://raw.github.com/tchollingsworth/node-editor/05d7fbfcf22329db9aae5c676b0721045e7974d5/LICENSE

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
%{summary}.

%prep
%setup -q -n package

#copy LICENSE file to %%{_builddir} so it works with %%doc
cp %{SOURCE1} .

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/editor
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/editor

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/editor
%doc README.markdown LICENSE example


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.4-7
- (7284d44) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11361 |14cu|nodejs-ee-first-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ee-first

Summary:        Return the first event in a set of ee/event pairs
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonathanong/ee-first
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jonathanong/ee-first/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --bail --check-leaks test/ 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (1da8246) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11362 |14cu|nodejs-ejs-2.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ejs

Name:       nodejs-%{oname}
Version:    2.4.2 
Release:    4
Summary:    Embedded JavaScript templates for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/mde/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/mde/ejs/archive/v2.4.2.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(lru-cache)
BuildRequires:  npm(uglify-js)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE *.md examples/ sample/
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------

%prep
%setup -qn %{oname}-%{version}


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json Jakefile lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.4.2-4
- (e01ebe4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11363 |14cu|nodejs-elementtree-0.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname elementtree

Summary:        XML Serialization and Parsing based on Python's ElementTree
Name:           nodejs-%{oname}
Version:        0.1.6
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/racker/node-elementtree
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(sax)
# not yet packed
# BuildRequires:  npm(whiskey)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt *.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep sax

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
make test || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.6-4
- (407fae9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11364 |14cu|nodejs-elliptic-6.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname elliptic

Summary:        Fast elliptic-curve cryptography in a plain javascript implementation
Name:           nodejs-%{oname}
Version:        6.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/indutny/elliptic
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits)
BuildRequires:  npm(hash.js)
BuildRequires:  npm(brorand)
BuildRequires:  npm(bn.js)


BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.0.2-4
- (acf8dd2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11365 |14cu|nodejs-enb-source-map-1.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname enb-source-map

Summary:        ENB Source Maps Helper
Name:           nodejs-%{oname}
Version:        1.9.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/enb-make/enb-source-map
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(source-map)
BuildRequires:  npm(btoa)
BuildRequires:  npm(atob)
# disable ATM,jscs circular dev dep
# BuildRequires:  npm(chai)
# BuildRequires:  npm(jscs)
# BuildRequires:  npm(jshint)
# BuildRequires:  npm(mocha)
# BuildRequires:  npm(sinon)
# BuildRequires:  npm(sinon-chai)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep source-map
%nodejs_fixdep btoa
%nodejs_fixdep atob

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

# disable ATM,jscs circular dev dep
%check
%nodejs_symlink_deps --check
mocha test || : 
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.9.0-4
- (fdb17e6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11366 |14cu|nodejs-end-of-stream-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname end-of-stream

Summary:        Call a callback duplex stream
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mafintosh/end-of-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(once)

BuildArch:      noarch

%description
Call a callback when a readable/writable/duplex 
stream has completed or failed.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (eb6689b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11367 |14cu|nodejs-ends-with-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ends-with 

Summary:        Return `true` if a string ends with the given characters
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/ends-with
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Returns true if the given string or array 
ends with suffix using strict equality for comparisons.

%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (c5eca42) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11368 |14cu|nodejs-ent-2.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ent 

Summary:        Encode and decode HTML entities
Name:           nodejs-%{oname}
Version:        2.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-ent
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
tape test/*.js       

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.0-4
- (862e5c0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11369 |14cu|nodejs-entities-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname entities 

Summary:        Encode & decode XML/HTML entities with ease
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/fb55/node-entities
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(mocha-lcov-reporter)
BuildRequires:  npm(coveralls)
BuildRequires:  npm(istanbul)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ maps/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha         

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (bab1d42) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11370 |14cu|nodejs-error-ex-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname error-ex

Summary:        Easy error subclassing and stack customization
Name:           nodejs-%{oname}
Version:        1.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/qix-/node-error-ex
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-arrayish)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (0cafd98) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11371 |14cu|nodejs-errorhandler-1.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-errorhandler
Version:    1.0.0
Release:    7
Summary:    The default error handler page for Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/errorhandler
Source0:    http://registry.npmjs.org/errorhandler/-/errorhandler-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(connect)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/errorhandler
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/errorhandler

mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr public/ \
    %{buildroot}%{_datadir}/%{name}
ln -sf %{_datadir}/%{name}/public \
    %{buildroot}%{nodejs_sitelib}/errorhandler/public

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test /usr/bin/mocha --require should --reporter spec
%endif


%files
%doc README.md
%{nodejs_sitelib}/errorhandler
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/public
%{_datadir}/%{name}/public/error.html
%{_datadir}/%{name}/public/style.css

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-7
- (b3d2f80) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11372 |14cu|nodejs-errs-0.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname errs 

Summary:        Simple error creation and passing utilities
Name:           nodejs-%{oname}
Version:        0.3.2
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/indexzero/errs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vows)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
vows test/*-test.js --spec  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.2-4
- (1566873) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11373 |14cu|nodejs-errto-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname errto

Summary:        Simple error handling helper
Name:           nodejs-%{oname}
Version:        0.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ashtuchkin/errTo
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vows)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
vows --spec

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.1-4
- (4e24c8d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11374 |14cu|nodejs-es5class-2.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname es5class

Summary:        Prototypal inheritance based on ES5 Object.create and Object.defineProperty 
Name:           nodejs-%{oname}
Version:        2.3.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/pocesar/ES5-Class
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Patch0:         nodejs-es5class-test.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(better-curry)
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(expect.js)
BuildRequires:  npm(benchmark)
BuildRequires:  npm(jshint)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md doc/ examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%patch0 -p0
rm -fr test/mocha.opts

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test || :   
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.3.1-4
- (7b3eba9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11375 |14cu|nodejs-es6ify-1.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname es6ify 

Summary:        Browserify transform to compile ES6 to ES5 on the fly
Name:           nodejs-%{oname}
Version:        1.6.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thlorenz/es6ify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xtend)
BuildRequires:  npm(traceur)
BuildRequires:  npm(through)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep through 2.3.x
%nodejs_fixdep traceur 0.0.95
%nodejs_fixdep xtend 4.0.x


%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.6.0-4
- (b836114) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11376 |14cu|nodejs-es6-promise-3.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname es6-promise

Summary:        A lightweight library that provides tools for organizing asynchronous code
Name:           nodejs-%{oname}
Version:        3.1.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jakearchibald/ES6-Promises
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json dist/ lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.2-4
- (0e2b6bd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11377 |14cu|nodejs-es-abstract-1.4.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname es-abstract

Summary:        ECMAScript spec abstract operations
Name:           nodejs-%{oname}
Version:        1.4.3
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/ljharb/es-abstract
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-regex)
BuildRequires:  npm(es-to-primitive)
BuildRequires:  npm(is-callable)
BuildRequires:  npm(function-bind)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js */ \
	%{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.3-5
- (9658ebf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11378 |14cu|nodejs-escape-html-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname escape-html 

Summary:        Escape string for use in HTML
Name:           nodejs-%{oname}
Version:        1.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/component/escape-html
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (6d333ab) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11379 |14cu|nodejs-escape-string-regexp-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname escape-string-regexp

Summary:        Escape RegExp special characters
Name:           nodejs-%{oname}
Version:        1.0.3 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/escape-string-regexp
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (8d57c23) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11380 |14cu|nodejs-escodegen-1.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname escodegen

Summary:    ECMAScript code generator
Name:       nodejs-%{oname}
Version:    1.7.0
Release:    4
License:    BSD
Group:      Development/Other
URL:        https://github.com/estools/escodegen
Source0:    http://registry.npmjs.org/escodegen/-/escodegen-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(source-map)
BuildRequires:  npm(optionator)
BuildRequires:  npm(estraverse)
BuildRequires:  npm(esutils)
BuildRequires:  npm(esprima)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE.BSD LICENSE.source-map README.md
%{_bindir}/escodegen.js
%{_bindir}/esgenerate.js
%{nodejs_sitelib}/escodegen

#------------------------------------------------------------------------
%prep
%setup -q -n package
rm -rf node_modules

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/escodegen
cp -pr package.json escodegen.js bin/ \
    %{buildroot}%{nodejs_sitelib}/escodegen

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/which/bin/escodegen.js \
    %{buildroot}%{_bindir}/escodegen.js
ln -sf ../lib/node_modules/which/bin/esgenerate.js \
    %{buildroot}%{_bindir}/esgenerate.js

%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.7.0-4
- (0063751) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11381 |14cu|nodejs-escope-3.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname escope

Summary:        ECMAScript scope analyzer
Name:           nodejs-%{oname}
Version:        3.3.0
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/estools/escope
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(estraverse)
BuildRequires:  npm(esrecurse)
BuildRequires:  npm(es6-weak-map)
BuildRequires:  npm(es6-map)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.BSD CONTRIBUTING.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json gulpfile.js lib src third_party \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.3.0-4
- (3f08bfd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11382 |14cu|nodejs-esfuzz-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname esfuzz

Summary:        Fuzzer for generative testing of parsers that implement the SpiderMonkey 
Name:           nodejs-%{oname}
Version:        0.3.1
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/michaelficarra/esfuzz
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Patch0:         nodejs-esfuzz-node5.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(escodegen)
BuildRequires:  npm(nopt)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%dir %{nodejs_sitelib}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%patch0 -p1

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ bin/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-4
- (b182511) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11383 |14cu|nodejs-eslint-1.10.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname eslint 

Summary:        An AST-based pattern checker for JavaScript
Name:           nodejs-%{oname}
Version:        1.10.3
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/eslint/eslint
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xml-escape)
BuildRequires:  npm(user-home)
BuildRequires:  npm(text-table)
BuildRequires:  npm(strip-json-comments)
BuildRequires:  npm(shelljs)
BuildRequires:  npm(path-is-inside)
BuildRequires:  npm(path-is-absolute)
BuildRequires:  npm(optionator)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(lodash.omit)
BuildRequires:  npm(lodash.merge)
BuildRequires:  npm(lodash.clonedeep)
BuildRequires:  npm(json-stable-stringify)
BuildRequires:  npm(js-yaml)
BuildRequires:  npm(is-resolvable)
BuildRequires:  npm(is-my-json-valid)
BuildRequires:  npm(inquirer)
BuildRequires:  npm(handlebars)
BuildRequires:  npm(globals)
BuildRequires:  npm(glob)
BuildRequires:  npm(file-entry-cache)
BuildRequires:  npm(esutils)
BuildRequires:  npm(estraverse-fb)
BuildRequires:  npm(estraverse)
BuildRequires:  npm(espree)
BuildRequires:  npm(escope)
BuildRequires:  npm(escape-string-regexp)
BuildRequires:  npm(doctrine)
BuildRequires:  npm(debug)
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(chalk)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep strip-json-comments 2.x
%nodejs_fixdep js-yaml 3.4.x


%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json  bin lib conf %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname}.js %{buildroot}%{_bindir}/%{oname}



%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.10.3-5
- (037cba4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11384 |14cu|nodejs-esnextguardian-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname esnextguardian

Summary:        Load your ES6+ files if the user's environment supports it
Name:           nodejs-%{oname}
Version:        1.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/esnextguardian
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-4
- (e91a530) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11385 |14cu|nodejs-espree-2.2.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname espree

Summary:        ECMAScript parsing infrastructure,Esprima fork
Name:           nodejs-%{oname}
Version:        2.2.5
Release:        5
License:        BSD
Group:          Development/Other
Url:            https://github.com/eslint/espree
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/eslint/espree/master/LICENSE
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Espree is an actively-maintained fork Esprima, 
a high performance, standard-compliant ECMAScript 
parser written in ECMAScript 
(also popularly known as JavaScript).

%files
%doc LICENSE README.md
%{_bindir}/es*
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js bin lib \
  %{buildroot}%{nodejs_sitelib}/%{oname}

chmod +x %{buildroot}%{nodejs_sitelib}/%{oname}/bin/*.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/esparse.js \
  %{buildroot}%{_bindir}/esparse
ln -sf %{nodejs_sitelib}/%{oname}/bin/esvalidate.js \
  %{buildroot}%{_bindir}/esvalidate

%nodejs_symlink_deps
 


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.5-5
- (16000e7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11386 |14cu|nodejs-esprima-2.7.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname esprima

Summary:        ECMAScript parsing infrastructure for multipurpose analysis
Name:           nodejs-%{oname}
Version:        2.7.0
Release:        5
License:        BSD
Group:          Development/Other
Url:            https://github.com/jquery/esprima
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.BSD *.md ChangeLog
%{_bindir}/*.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js bin/  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/esprima/bin/*.js
mkdir -p %{buildroot}%{_bindir}
for i in esparse.js esvalidate.js; do
    install -p -D -m0755 bin/${i} %{buildroot}%{nodejs_sitelib}/esprima/bin/${i}
    ln -s %{nodejs_sitelib}/esprima/bin/${i} %{buildroot}%{_bindir}/${i}
done

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.7.0-5
- (d359c3a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11387 |14cu|nodejs-esrecurse-3.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname esrecurse

Summary:        ECMAScript scope analyzer
Name:           nodejs-%{oname}
Version:        3.1.1
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/estools/esrecurse
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(estraverse)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep estraverse 4.1.x

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js gulpfile.coffee \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.1-4
- (8605add) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11388 |14cu|nodejs-es-to-primitive-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname es-to-primitive

Summary:        ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES6 versions
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/ljharb/es-to-primitive
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-symbol)
BuildRequires:  npm(is-date-object)
BuildRequires:  npm(is-callable)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js */ \
	%{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-5
- (7bc8b80) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11389 |14cu|nodejs-estraverse-4.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname estraverse

Summary:    ECMAScript JS AST traversal functions
Name:       nodejs-%{oname}
Version:    4.1.1
Release:    4
License:    BSD
Group:      Development/Other
URL:        https://github.com/Constellation/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
%{summary}.


%files
%doc LICENSE.BSD README.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json *.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.1.1-4
- (858ab4f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11390 |14cu|nodejs-estraverse-fb-1.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname estraverse-fb

Summary:        Drop-in for estraverse that enables traversal over React's JSX nodes
Name:           nodejs-%{oname}
Version:        1.3.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/RReverser/estraverse-fb
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.1-4
- (0a02f2f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11391 |14cu|nodejs-esutils-2.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname esutils

Summary:    Utility box for ECMAScript language tools
Name:       nodejs-%{oname}
Version:    2.0.2
Release:    4
License:    BSD
Group:      Development/Other
URL:        https://github.com/Constellation/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE.BSD README.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.2-4
- (ec42e64) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11392 |14cu|nodejs-etag-1.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname etag

Summary:        Create simple ETags
Name:           nodejs-%{oname}
Version:        1.7.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/etag
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jshttp/etag/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(seedrandom)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --reporter spec --bail --check-leaks test/ 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.7.0-4
- (c30f844) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11393 |14cu|nodejs-eventemitter2-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname eventemitter2

Name:       nodejs-%{oname}
Version:    1.0.3
Release:    4
Summary:    A Node.js event emitter implementation with namespaces, wildcards and TTL
License:    MIT
Group:      Development/Other
URL:        https://github.com/hij1nx/EventEmitter2
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# 1.0.3 is not build as tarball, we must pick it from master branch
Source0:    https://github.com/asyncly/EventEmitter2/archive/master.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nodeunit)

BuildArch:  noarch


%description
A Node.js event emitter implementation with namespaces, wildcards,
time to live (TTL) and browser support.

%files
%doc *.txt *.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------------------

%prep
%setup -qn EventEmitter2-master

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
nodeunit test/simple/  
nodeunit test/wildcardEvents/ || :   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (1e214bf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11394 |14cu|nodejs-eventemitter3-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname eventemitter3

Summary:        EventEmitter3 focuses on performance while maintaining a Node.js
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/primus/eventemitter3
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/primus/%{oname}/%{version}/test.js
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(assume)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (ea124c6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11395 |14cu|nodejs-events-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname events

Summary:        Node's event emitter for all engines
Name:           nodejs-%{oname}
Version:        1.1.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Gozala/events
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE History.md Readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   

%check
%nodejs_symlink_deps --check
mocha --ui qunit -- tests/index.js    


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (acfcb14) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11396 |14cu|nodejs-events-to-array-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname events-to-array

Summary:        Put a bunch of emitted events in an array, for testing
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/isaacs/events-to-array
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
If any of the emitted arguments are event emitters, 
then they'll also be tracked, and replaced in the array 
with their tracking array. (This is less confusing 
in practice than it sounds in text, see below.) 
The only caveat is that the events in the child event 
emitter and in the parent are not preserved in order, 
so this lib doesn't tell you whether the child events 
happened before or after any subsequent parent events.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (53361c8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11397 |14cu|nodejs-event-stream-3.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname event-stream

Summary:        Construct pipes of streams of events
Name:           nodejs-%{oname}
Version:        3.3.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dominictarr/event-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc 
BuildRequires:  nodejs-packaging
BuildRequires:  npm(stream-combiner)
BuildRequires:  npm(split)
BuildRequires:  npm(pause-stream)
BuildRequires:  npm(map-stream)
BuildRequires:  npm(from)
BuildRequires:  npm(duplexer)
BuildRequires:  npm(through)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENCE readme.markdown examples 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep split 1.0.x
%nodejs_fixdep stream-combiner 0.2.x


%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.3.2-4
- (595610c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11398 |14cu|nodejs-evp_bytestokey-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname evp_bytestokey

Summary:        Super secure key derivation algorithm from openssl
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/EVP_BytesToKey
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(create-hash)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test.js | tap-spec || :   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (8ac8df3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11399 |14cu|nodejs-exec-sh-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname exec-sh

Summary:        Execute shell command forwarding all stdio
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/tsertkov/exec-sh
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(merge)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (5b4415d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11400 |14cu|nodejs-exec-time-0.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname exec-time

Summary:        See how much time every step of a script takes to execute
Name:           nodejs-%{oname}
Version:        0.0.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/louischatriot/exec-time
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.4-4
- (3b6cdac) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11401 |14cu|nodejs-exit-0.1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname exit

Summary:    A process.exit alternative that ensures STDIO are fully drained before exiting
Name:       nodejs-%{oname}
Version:    0.1.2
Release:    7
License:    MIT
Group:      Development/Other
URL:        https://github.com/cowboy/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-watch)
BuildRequires:  npm(which)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------------

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json *.js lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check  
grunt nodeunit -v     

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.2-7
- (1f06a66) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11402 |14cu|nodejs-exit-hook-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname exit-hook

Summary:        Run some code when the process exits
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/exit-hook
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/exit-hook/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (69aa44c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11403 |14cu|nodejs-expand-brackets-0.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname expand-brackets

Summary:        Expand POSIX bracket expressions (character classes) in glob patterns
Name:           nodejs-%{oname}
Version:        0.1.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/expand-brackets
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/expand-brackets/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.4-4
- (2a76fad) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11404 |14cu|nodejs-expand-range-1.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname expand-range

Summary:        Fast, bash-like range expansion
Name:           nodejs-%{oname}
Version:        1.8.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/expand-range
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/expand-range/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(fill-range)
#
BuildRequires:  npm(glob)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(brace-expansion)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
find . -type f -exec chmod 644 {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha -R spec   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.8.1-4
- (0d1035a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11405 |14cu|nodejs-expect-dot-js-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname expect.js

Name:       nodejs-expect-dot-js
Version:    0.3.1
Release:    4
Summary:    Behavior-driven development (BDD) style assertions for Node.js and the browser
License:    MIT
Group:      System/Libraries
Url:        https://npmjs.org/package/expect.js
Source0:    https://github.com/Automattic/expect.js/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(serve)

BuildArch:  noarch

%description
%{summary}.

%files
%doc History.md README.md
%{nodejs_sitelib}/expect.js
#-----------------------------------------------------
%prep
%setup -qn %{oname}-%{version}

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/expect.js
cp -pr package.json *.js support/ \
    %{buildroot}%{nodejs_sitelib}/expect.js

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
ln -s index.js expect.js
mocha \
		--require test/common \
		--reporter dot \
		--growl \
		test/expect.js || :


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-4
- (306013b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11406 |14cu|nodejs-expect.js-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname expect.js

Summary:        BDD style assertions for node and the browser
Name:           nodejs-%{oname}
Version:        0.3.1
Release:        4
License:        None
Group:          Development/Other
Url:            https://github.com/LearnBoost/expect.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md History.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-4
- (90ebd75) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11407 |14cu|nodejs-express-4.13.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname express

Summary:    Sinatra inspired web development framework for Node.js
Name:       nodejs-%{oname}
Version:    4.13.3
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/strongloop/express/archive/%{version}.tar.gz
Source100:  nodejs-express.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vary)
BuildRequires:  npm(utils-merge)
BuildRequires:  npm(type-is)
BuildRequires:  npm(serve-static)
BuildRequires:  npm(send)
BuildRequires:  npm(range-parser)
BuildRequires:  npm(qs)
BuildRequires:  npm(proxy-addr)
BuildRequires:  npm(path-to-regexp)
BuildRequires:  npm(parseurl)
BuildRequires:  npm(on-finished)
BuildRequires:  npm(methods)
BuildRequires:  npm(merge-descriptors)
BuildRequires:  npm(fresh)
BuildRequires:  npm(finalhandler)
BuildRequires:  npm(etag)
BuildRequires:  npm(escape-html)
BuildRequires:  npm(depd)
BuildRequires:  npm(debug)
BuildRequires:  npm(cookie-signature)
BuildRequires:  npm(cookie)
BuildRequires:  npm(content-type)
BuildRequires:  npm(content-disposition)
BuildRequires:  npm(array-flatten)
BuildRequires:  npm(accepts)
#
BuildRequires:  npm(after)
BuildRequires:  npm(ejs)
BuildRequires:  npm(istanbul)
BuildRequires:  npm(marked)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
#BuildRequires:  npm(supertest)
BuildRequires:  npm(body-parser)
BuildRequires:  npm(connect-redis)
BuildRequires:  npm(cookie-parser)
BuildRequires:  npm(cookie-session)
#BuildRequires:  npm(express-session)
BuildRequires:  npm(jade)
BuildRequires:  npm(method-override)
BuildRequires:  npm(morgan)
BuildRequires:  npm(multiparty)
BuildRequires:  npm(vhost)



BuildArch:  noarch

%description
This Node.js module is a fast, minimalist web development framework inspired
by Sinatra.

The Express philosophy is to provide small, robust tooling for HTTP servers.
Making it a great solution for single page applications, web sites, hybrids,
or public HTTP APIs.

Built on Connect you can use only what you need, and nothing more,
applications can be as big or as small as you like, even a single file.
Express does not force you to use any specific ORM or template engine. With
support for over 14 template engines via Consolidate.js you can quickly craft
your perfect framework.

%files
%doc LICENSE *.md examples/
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------------
%prep
%setup -q -n %{oname}-%{version}
%nodejs_fixdep vary
%nodejs_fixdep utils-merge
%nodejs_fixdep type-is
%nodejs_fixdep serve-static
%nodejs_fixdep send
%nodejs_fixdep range-parser
%nodejs_fixdep qs
%nodejs_fixdep proxy-addr
%nodejs_fixdep path-to-regexp
%nodejs_fixdep parseurl
%nodejs_fixdep on-finished
%nodejs_fixdep methods
%nodejs_fixdep merge-descriptors
%nodejs_fixdep fresh
%nodejs_fixdep finalhandler
%nodejs_fixdep etag
%nodejs_fixdep escape-html
%nodejs_fixdep depd
%nodejs_fixdep debug
%nodejs_fixdep cookie-signature
%nodejs_fixdep cookie
%nodejs_fixdep content-type
%nodejs_fixdep content-disposition
%nodejs_fixdep array-flatten
%nodejs_fixdep accepts

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/ *.yml\
    %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
#supertest not yet backported
%nodejs_symlink_deps --check
mocha --require test/support/env \
  --reporter spec \
  --bail --check-leaks \
  test/ test/acceptance/ || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.13.3-4
- (9cd7c4e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11408 |14cu|nodejs-expresso-0.9.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname expresso

Summary:    A lightweight, fast, test-driven development (TDD) framework for Node.js
Name:       nodejs-%{oname}
Version:    0.9.2
Release:    5
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:    %{oname}.1
BuildRequires:  nodejs-packaging
BuildArch:      noarch
Provides:       %{oname} = %{EVRD}


%description
%{summary}.

%files
%doc History.md Readme.md docs/
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}
%{_mandir}/man1/%{oname}.1*
#-------------------------------------------------------------

%prep
%setup -q -n package
rm -rf deps/
%nodejs_fixdep bar

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json \
    %{buildroot}%{nodejs_sitelib}/%{oname}
mkdir -p %{buildroot}{%nodejs_sitelib}/%{oname}/bin
install -p -D -m0755 bin/%{oname} \
    %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/%{oname}/bin/%{oname} %{buildroot}/%{_bindir}/%{oname}

mkdir -p %{buildroot}%{_mandir}/man1
install -p -D -m0644 %{SOURCE1} \
    %{buildroot}%{_mandir}/man1/%{oname}.1

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
rm -f test/bar.test.js
rm -f test/foo.test.js
bin/%{oname} --growl
bin/%{oname} -I lib --cov
bin/%{oname} --serial test/serial/*.test.js



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.9.2-5
- (f7c107e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11409 |14cu|nodejs-express-session-1.13.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname session
%define oname express-%{tarname}

Summary:    A module to setup a session store with the given options
Name:       nodejs-%{oname}
Version:    1.13.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/expressjs/session
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/expressjs/session/archive/v%{version}.tar.gz
Source100:    nodejs-express-session.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(uid-safe)
BuildRequires:  npm(parseurl)
BuildRequires:  npm(on-headers)
BuildRequires:  npm(depd)
BuildRequires:  npm(crc)
BuildRequires:  npm(debug)
BuildRequires:  npm(utils-merge)
BuildRequires:  npm(cookie)
BuildRequires:  npm(cookie-signature)
#
BuildRequires:  npm(mocha)
#BuildRequires:  npm(supertest)
BuildRequires:  npm(after)
BuildRequires:  npm(express) >= 4.13.3
BuildRequires:  npm(cookie-parser)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------------
%prep
%setup -q -n %{tarname}-%{version}
%nodejs_fixdep utils-merge
%nodejs_fixdep uid-safe
%nodejs_fixdep parseurl
%nodejs_fixdep on-headers
%nodejs_fixdep depd
%nodejs_fixdep debug
%nodejs_fixdep crc
%nodejs_fixdep cookie-signature
%nodejs_fixdep cookie

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js session/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%check
### TODO: Enable tests after supertest is backported ###
%nodejs_symlink_deps --check
mocha --bail --reporter spec test/ || : 


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.13.0-4
- (a6e97e8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11410 |14cu|nodejs-extend-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname extend

Summary:        Port of jQuery.extend for node.js and the browser
Name:           nodejs-%{oname}
Version:        3.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/justmoon/node-extend
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (e948aaa) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11411 |14cu|nodejs-extendr-3.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname extendr

Summary:        Utilities for cloning,extending,de-referencing objects,deep,and safe ways
Name:           nodejs-%{oname}
Version:        3.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/extendr
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(typechecker)
BuildRequires:  npm(esnextguardian)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json es5/ esnext/ esnextguardian.js \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.0-4
- (880a849) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11412 |14cu|nodejs-extend-shallow-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname extend-shallow

Summary:        Extend an object with the properties of additional objects
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/extend-shallow
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-extendable)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-4
- (fd933a1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11413 |14cu|nodejs-extglob-0.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname extglob

Summary:        Convert extended globs to regex-compatible strings
Name:           nodejs-%{oname}
Version:        0.3.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/extglob
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-extglob)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.2-4
- (6d494e0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11414 |14cu|nodejs-ext-list-2.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ext-list

Summary:        List of known file extensions and their MIME types
Name:           nodejs-%{oname}
Version:        2.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/ext-list
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(got)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.0-4
- (519e08e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11415 |14cu|nodejs-ext-name-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ext-name

Summary:        Get the file extension and MIME type from a file
Name:           nodejs-%{oname}
Version:        3.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/ext-name
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ends-with)
BuildRequires:  npm(sort-keys-length)
BuildRequires:  npm(meow)
BuildRequires:  npm(ext-list)


BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md 
%{_bindir}/%{oname}-cli
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/cli.js \
   %{buildroot}%{_bindir}/%{oname}-cli




%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (d37a3db) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11416 |14cu|nodejs-extract-opts-3.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname extract-opts

Summary:        Extract the options and callback from a function's arguments easily
Name:           nodejs-%{oname}
Version:        3.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/extract-opts
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(typechecker)
BuildRequires:  npm(esnextguardian)
BuildRequires:  npm(eachr)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md example.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json esnextguardian.js es5/ esnext/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.2.0-4
- (b7542ea) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11417 |14cu|nodejs-extsprintf-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname extsprintf

Summary:        Extended POSIX-style sprintf
Name:           nodejs-%{oname}
Version:        1.3.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/davepacheco/node-extsprintf
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib jsl.node.conf %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (8b1f531) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11418 |14cu|nodejs-eyes-0.1.8-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname eyes

Summary:    A customizable value inspector for Node.js
Name:       nodejs-%{oname}
Version:    0.1.8
Release:    9
License:    MIT
Group:      Development/Other
URL:        https://github.com/cloudhead/%{oname}.js
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------------------
%prep
%setup -qn package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%__nodejs test/*-test.js




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.8-9
- (82fb2a9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11419 |14cu|nodejs-falafel-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname falafel

Summary:        Transform the ast on a recursive walk
Name:           nodejs-%{oname}
Version:        1.2.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-falafel
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(object-keys)
BuildRequires:  npm(isarray)
BuildRequires:  npm(foreach)
BuildRequires:  npm(acorn)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.markdown example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (c7cea1d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11420 |14cu|nodejs-fancy-log-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fancy-log

Summary:        Log things, prefixed with a timestamp
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/phated/fancy-log
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(time-stamp)
BuildRequires:  npm(chalk)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (ca58044) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11421 |14cu|nodejs-fast-levenshtein-1.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fast-levenshtein

Summary:        Implementation of Levenshtein algorithm
Name:           nodejs-%{oname}
Version:        1.0.7
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/hiddentao/fast-levenshtein
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Efficient implementation of Levenshtein 
algorithm with asynchronous callback support.

%files
%doc LICENSE.md README.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.7-4
- (ee01213) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11422 |14cu|nodejs-faye-websocket-0.10.0-1.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname faye-websocket

Summary:    A standards-compliant WebSocket server and client for Node.js
Name:       nodejs-%{oname}
Version:    0.10.0
Release:    1.4
License:    MIT
Group:      Development/Other
URL:        http://github.com/faye/%{oname}-node
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/faye/faye-websocket-node/archive/0.10.0.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(websocket-driver)
BuildRequires:  npm(jstest)
BuildArch:  noarch

%description
%{summary}.

%files
%doc *md examples/
%{nodejs_sitelib}/%{oname}
#--------------------------------------------

%prep
%setup -q -n %{oname}-node-%{version}

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
jstest spec/runner.js || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.10.0-1.4
- (02b1643) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11423 |14cu|nodejs-fd-slicer-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fd-slicer

Summary:        Safe fs.ReadStream and fs.WriteStream using the same fd
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/andrewrk/node-fd-slicer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(pend)
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(stream-equal)
BuildRequires:  npm(streamsink)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --reporter spec --check-leaks       

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (fdaf938) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11424 |14cu|nodejs-fg-lodash-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fg-lodash

Summary:        Lodash + my own mixins
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/FGRibreau/fg-lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(underscore.string)
BuildRequires:  npm(lodash)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules
%nodejs_fixdep underscore.string "~3.2.2"

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js specs/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (65971f5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11425 |14cu|nodejs-figures-1.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname figures

Summary:        Unicode symbols with Windows CMD fallbacks
Name:           nodejs-%{oname}
Version:        1.4.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/figures
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.0-4
- (f88c037) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11426 |14cu|nodejs-file-entry-cache-1.2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname file-entry-cache

Summary:        Super simple cache for file metadata
Name:           nodejs-%{oname}
Version:        1.2.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/royriojas/file-entry-cache
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(object-assign)
BuildRequires:  npm(flat-cache)
BuildArch:      noarch

%description
Super simple cache for file metadata, 
useful for process that work o a given 
series of files and that only need 
to repeat the job on the changed 
ones since the previous run of the process.

%files
%doc LICENSE README.md changelog.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json cache.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.4-4
- (d10a788) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11427 |14cu|nodejs-file-exists-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname file-exists

Summary:        Check if filepath exists and is a file
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/scottcorgan/file-exists
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(rmdir)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test/index.js | tap-spec  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (2ef0964) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11428 |14cu|nodejs-filename-regex-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname filename-regex

Summary:        Regular expression for matching file names, with or without extension
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/regexps/filename-regex
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/regexhq/filename-regex/master/LICENSE
Source2:        https://raw.githubusercontent.com/regexhq/filename-regex/master/test.js
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p {%{SOURCE1},%{SOURCE2}} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha -R spec   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (39de1ad) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11429 |14cu|nodejs-filename-reserved-regex-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname filename-reserved-regex

Summary:        Regular expression for matching reserved filename characters
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/filename-reserved-regex
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (2a73c17) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11430 |14cu|nodejs-filenamify-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname filenamify

Summary:        Convert a string to a valid filename
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/filenamify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(trim-repeated)
BuildRequires:  npm(strip-outer)
BuildRequires:  npm(filename-reserved-regex)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (ca745ba) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11431 |14cu|nodejs-fileset-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fileset

Summary:    A wrapper around glob and minimatch for Node.js
Name:       nodejs-%{oname}
Version:    0.2.1
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/mklabs/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(glob)
BuildRequires:  npm(minimatch)

BuildArch:  noarch
%description
This Node.js module exposes a basic wrapper on top of nodejs-glob and
nodejs-minimatch. It adds multiple patterns matching and allows a list
of include patterns and optional exclude patterns.

%files
%doc LICENSE-MIT README.md CHANGELOG.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------
%prep
%setup -q -n package
%nodejs_fixdep glob 6.0.x
%nodejs_fixdep minimatch 3.0.x

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs ./tests/test.js







%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.1-4
- (4f2a323) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11432 |14cu|nodejs-filesize-3.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname filesize

Summary:        Generate a human readable String describing the file size
Name:           nodejs-%{oname}
Version:        3.3.0
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/avoidwork/filesize.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.3.0-4
- (f004e1f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11433 |14cu|nodejs-file-sync-cmp-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname file-sync-cmp

Summary:        Synchronous file comparison
Name:           nodejs-%{oname}
Version:        0.1.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mgeisler/file-sync-cmp
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(q)
BuildRequires:  npm(tmp)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-4
- (f4a081e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11434 |14cu|nodejs-file-type-3.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname file-type

Summary:        Detect the file type of a Buffer/Uint8Array
Name:           nodejs-%{oname}
Version:        3.7.0 
Release:        1
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/file-type
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Fri Feb 26 2016 abfonly <abfonly@gmail.com> 3.7.0-1
- (bf5067f) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11435 |14cu|nodejs-fill-keys-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fill-keys 

Summary:        Fill keys in a destination that are defined on the source
Name:           nodejs-%{oname}
Version:        1.0.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bendrucker/fill-keys
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/bendrucker/fill-keys/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(merge-descriptors)
BuildRequires:  npm(is-object)
BuildRequires:  npm(tape)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 
 
%check
%nodejs_symlink_deps --check  
tape test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (9bbfa0b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11436 |14cu|nodejs-fill-range-2.2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fill-range

Summary:        Fill in a range of numbers or letters
Name:           nodejs-%{oname}
Version:        2.2.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/fill-range
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/fill-range/2.2.3/test/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(repeat-string)
BuildRequires:  npm(repeat-element)
BuildRequires:  npm(randomatic)
BuildRequires:  npm(isobject)
BuildRequires:  npm(is-number)
#
BuildRequires:  npm(should)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
mkdir -p test && pushd test
cp -p %{SOURCE1} .
popd
find . -type f -exec chmod 644 {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.3-4
- (7fa77cc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11437 |14cu|nodejs-finalhandler-0.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname finalhandler

Summary:        Node.js final http responder
Name:           nodejs-%{oname}
Version:        0.4.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/pillarjs/finalhandler
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/pillarjs/finalhandler/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(unpipe)
BuildRequires:  npm(on-finished)
BuildRequires:  npm(escape-html)
BuildRequires:  npm(debug)
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(readable-stream)
#BuildRequires:  npm(supertest)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep unpipe
%nodejs_fixdep on-finished
%nodejs_fixdep escape-html
%nodejs_fixdep debug

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
#supertest not yet backported
%nodejs_symlink_deps --check
mocha --reporter spec --bail --check-leaks test/ || :   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.1-4
- (c2b6937) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11438 |14cu|nodejs-findit-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname findit

Summary:        Walk a directory tree recursively with events
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-findit
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.* example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
rm -rf test/symlinks.js

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (d035278) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11439 |14cu|nodejs-findit2-2.2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname findit2

Summary:        Recursively walk directory trees
Name:           nodejs-%{oname}
Version:        2.2.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            github.com/andrewrk/node-findit
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(tap)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf test/symlinks.js

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/*.js  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.3-4
- (ffb2525) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11440 |14cu|nodejs-find-up-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname find-up

Summary:        Find a file by walking up parent directories
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/find-up
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(pinkie-promise)
BuildRequires:  npm(path-exists)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (82066ef) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11441 |14cu|nodejs-findup-sync-0.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname findup-sync

Summary:        Find the first file matching a given pattern
Name:           nodejs-%{oname}
Version:        0.3.0
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/cowboy/node-findup-sync
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
#gruntfile from master branch needed by grunt
Source1:        https://raw.githubusercontent.com/cowboy/node-findup-sync/master/Gruntfile.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(glob) >= 6.0.1
Requires:  npm(glob) >= 6.0.1

BuildArch:      noarch

%description
Find the first file matching a given pattern in the 
current directory or the nearest ancestor directory.

%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -r %{SOURCE1} Gruntfile.js
perl -pi -e "s|~5.0.0|~6.0.0|" package.json

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-5
- (7b5ca81) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11442 |14cu|nodejs-first-chunk-stream-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname first-chunk-stream

Summary:        Transform the first chunk in a stream
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/first-chunk-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/%{oname}/v%{version}/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(mocha-lcov-reporter)
BuildRequires:  npm(streamtest)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (f4404a2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11443 |14cu|nodejs-flat-cache-1.0.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname flat-cache

Summary:        A stupidly simple key/value storage using files to persist some data
Name:           nodejs-%{oname}
Version:        1.0.10
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/royriojas/flat-cache
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc 
BuildRequires:  nodejs-packaging
BuildRequires:  npm(write)
BuildRequires:  npm(read-json-sync)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(del)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md changelog.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json cache.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.10-4
- (cc32d73) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11444 |14cu|nodejs-fn.name-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fn.name

Summary:        Extract names from functions
Name:           nodejs-%{oname}
Version:        1.0.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bigpipe/fn.name
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/bigpipe/fn.name/master/LICENSE
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (9abaa49) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11445 |14cu|nodejs-follow-redirects-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname follow-redirects

Summary:        HTTP and HTTPS modules that follow redirects
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/olalonde/follow-redirects
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(stream-consume)
BuildRequires:  npm(debug)

BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%dir %{nodejs_sitelib}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (ca96506) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11446 |14cu|nodejs-foreach-2.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname foreach

Summary:        Foreach component + npm package
Name:           nodejs-%{oname}
Version:        2.0.5 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/manuelstofer/foreach
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE Readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.5-4
- (55dd383) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11447 |14cu|nodejs-foreground-child-1.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname foreground-child

Summary:        Run a child as if it's the foreground process
Name:           nodejs-%{oname}
Version:        1.3.1
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/isaacs/foreground-child
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(win-spawn)
BuildRequires:  npm(signal-exit)

BuildArch:      noarch

%description
Run a child as if it's the foreground process. 
Give it stdio. Exit when it exits.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.1-4
- (dd5096d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11448 |14cu|nodejs-forever-agent-0.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname forever-agent


Summary:    HTTP Agent that keeps socket connections alive between keep-alive requests
Name:       nodejs-%{oname}
Version:    0.6.1
Release:    4
License:    ASL 2.0
Group:      Development/Other
URL:        https://github.com/mikeal/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
%{summary}.


%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.1-4
- (f3a7260) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11449 |14cu|nodejs-for-in-0.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname for-in

Summary:        Iterate over the own and inherited enumerable properties of an objecte
Name:           nodejs-%{oname}
Version:        0.1.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/for-in
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/for-in/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.4-4
- (11c1e6c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11450 |14cu|nodejs-formatio-1.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname formatio

Summary:        Human-readable object formatting
Name:           nodejs-%{oname}
Version:        1.1.3
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/busterjs/formatio
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(samsam)
# not yet backported
#BuildRequires:  npm(buster)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE Readme.md AUTHORS
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

#%check
#%nodejs_symlink_deps --check
#node node_modules/buster/bin/buster-test --node  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.3-4
- (1b033f0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11451 |14cu|nodejs-form-data-1.0.0-0.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname form-data

Summary:        A module to create readable "multipart/%{oname}" streams
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        0.6
Group:          Development/Other
License:        MIT
URL:            https://github.com/felixge/node-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}-rc3.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mime-types) >= 2.1.7
BuildRequires:  npm(combined-stream) >= 1.0.5
BuildRequires:  npm(async) >= 1.5.0 

BuildArch:  noarch


%description
A module to create readable "multipart/%{oname}" streams.  
Can be used to submit forms and file uploads 
to other web applications.

%files
%doc License Readme.md
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-0.6
- (8d26b6c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11452 |14cu|nodejs-formidable-1.0.17-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname formidable

Summary:    A Node.js module for parsing form data, especially file uploads
Name:       nodejs-%{oname}
Version:    1.0.17
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/felixge/node-%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/felixge/node-formidable/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(findit)
BuildRequires:  npm(gently)
BuildRequires:  npm(hashish)
BuildRequires:  npm(urun)
BuildRequires:  npm(utest)
BuildRequires:  npm(request)

BuildArch:  noarch

%description
This is a Node.js module for parsing form data, especially file uploads.
It was developed for Transloadit, a service focused on uploading and encoding
images and videos.

It offers:
 - Fast (~500mb/sec), non-buffering multipart parser
 - Automatically writing file uploads to disk
 - Low memory footprint
 - Graceful error handling
 - Very high test coverage


%files
%doc LICENSE Readme.md example/
%{nodejs_sitelib}/%{oname}
#---------------------------------------------

%prep
%setup -q -n node-%{oname}-%{version}
rm -fr test/integration/test-fixtures.js
rm -fr test/legacy/simple/test-incoming-form.js

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/ tool/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs test/run.js || :


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.17-4
- (7dfdf38) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11453 |14cu|nodejs-for-own-0.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname for-own

Summary:        Iterate over the own enumerable properties of an object
Name:           nodejs-%{oname}
Version:        0.1.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/for-own
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/for-own/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(for-in)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.3-4
- (df56f97) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11454 |14cu|nodejs-forwarded-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname forwarded

Summary:        Parse HTTP X-Forwarded-For header
Name:           nodejs-%{oname}
Version:        0.1.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/forwarded
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jshttp/forwarded/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --bail --check-leaks test/  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (075b462) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11455 |14cu|nodejs-fresh-0.2.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-fresh
Version:    0.2.2
Release:    6
Summary:    HTTP response freshness testing for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/node-fresh
Source0:    http://registry.npmjs.org/fresh/-/fresh-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
This Node.js module provides HTTP response freshness testing, checking
the freshness of req and res headers.

When the cache is "fresh" true is returned, otherwise false is returned
to indicate that the cache is now stale.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/fresh
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/fresh

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/mocha/bin/mocha --reporter spec --require should
%endif


%files
%doc History.md Readme.md
%{nodejs_sitelib}/fresh

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.2-6
- (acc5171) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11456 |14cu|nodejs-from-0.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname from

Summary:        Easy way to make a Readable Stream
Name:           nodejs-%{oname}
Version:        0.1.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dominictarr/from
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.* readme.markdown
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.3-4
- (c049c71) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11457 |14cu|nodejs-fs2-0.2.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fs2

Summary:        Functions that complement and extend fs package
Name:           nodejs-%{oname}
Version:        0.2.3
Release:        6
License:        MIT
Group:          Development/Other
Url:            https://github.com/medikoo/fs2
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(minimatch)
BuildRequires:  npm(memoizee)
BuildRequires:  npm(event-emitter)
BuildRequires:  npm(es5-ext)
BuildRequires:  npm(deferred)
BuildRequires:  npm(d)
# circular
BuildRequires:  npm(tad)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGES README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep minimatch

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
# boostrap
%nodejs_symlink_deps --check
%__nodejs %{_bindir}/tad || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.3-6
- (0dc8e36) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11458 |14cu|nodejs-fs-extra-0.26.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fs-extra

Name:       nodejs-%{oname}
Version:    0.26.4
Release:    4
Summary:    A drop-in replacement for Node's native fs module with a few extra methods
License:    MIT
Group:      Development/Other
URL:        https://github.com/jprichardson/node-%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/jprichardson/node-%{oname}/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(jsonfile)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(mocha)
BuildRequires:  npm(ncp)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(path-is-absolute)
BuildRequires:  npm(klaw)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(semver)
BuildRequires:  npm(minimist)
BuildRequires:  npm(istanbul)
BuildRequires:  npm(coveralls)
BuildRequires:  npm(read-dir-files)
BuildRequires:  npm(secure-random)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------
%prep
%setup -qn node-%{oname}-%{version}
%nodejs_fixdep rimraf
%nodejs_fixdep path-is-absolute
%nodejs_fixdep klaw
%nodejs_fixdep jsonfile
%nodejs_fixdep graceful-fs

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
find %{buildroot} -size 0 -delete

# dunno why on 32 bit fail
%ifarch x86_64
%check
%nodejs_symlink_deps --check
%__nodejs test.js   

%endif
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.26.4-4
- (c31b126) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11459 |14cu|nodejs-fs-promise-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fs-promise

Summary:        Filesystem methods as promises with fs-extra
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            github.com/kevinbeaty/fs-promise
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(thenify-all)
BuildRequires:  npm(mz)
BuildRequires:  npm(fs-extra)
BuildRequires:  npm(any-promise)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (44e8d12) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11460 |14cu|nodejs-fstream-1.0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fstream


Name:       nodejs-%{oname}
Version:    1.0.8
Release:    4
Summary:    Advanced file system stream objects for Node.js
License:    ISC
Group:      Development/Other
URL:        https://github.com/isaacs/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  npm(rimraf)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(inherits)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(tap)
BuildArch:  noarch


%description
Provides advanced file system stream objects for Node.js.  These objects are
like FS streams, but with stat on them, and support directories and
symbolic links, as well as normal files.  Also, you can use them to set
the stats on a file, even if you don't change its contents, or to create
a symlink, etc.

%files
%doc LICENSE README.md examples
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------------------

%prep
%setup -qn package
%nodejs_fixdep inherits

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr lib/ %{oname}.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap examples/*.js       
find examples/deep-copy -size 0 -delete

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.8-4
- (4ec044c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11461 |14cu|nodejs-fstream-ignore-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fstream-ignore

Summary:    A file stream object that can ignore files by globs
Name:       nodejs-%{oname}
Version:    1.0.3
Release:    5
License:    ISC
Group:      Development/Other
Url:        https://github.com/isaacs/fstream-ignore
Source0:    http://registry.npmjs.org/fstream-ignore/-/%{oname}-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs-minimatch
BuildRequires:  nodejs-inherits
BuildRequires:  nodejs-fstream
BuildRequires:  nodejs-mkdirp
BuildRequires:  nodejs-rimraf
BuildRequires:  nodejs-tap



%description
%{summary}.

%files
%{nodejs_sitelib}/%{oname}
%doc README.md example LICENSE
#-----------------------------------------------------

%prep
%setup -q -n package
%nodejs_fixdep inherits

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr ignore.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps  


%check
%nodejs_symlink_deps --check
%tap test    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-5
- (8de74af) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11462 |14cu|nodejs-fstream-npm-1.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fstream-npm

Summary:    An fstream class for creating npm packages
Name:       nodejs-%{oname}
Version:    1.0.7 
Release:    4
License:    ISC
Group:      Development/Other
URL:        https://github.com/isaacs/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits)
BuildRequires:  npm(fstream-ignore)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(tap)

BuildArch:  noarch
%description
%{summary}.


%files
%{nodejs_sitelib}/%{oname}
%doc README.md example LICENSE
#--------------------------------------------------

%prep
%setup -q -n package
%nodejs_fixdep inherits
%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr %{oname}.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test    





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.7-4
- (547e0c9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11463 |14cu|nodejs-fs-write-stream-atomic-1.0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fs-write-stream-atomic

Summary:        Writes to a tmp file and does an atomic fs.rename to move it into place
Name:           nodejs-%{oname}
Version:        1.0.8
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/npm/fs-write-stream-atomic
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(imurmurhash)
BuildRequires:  npm(iferr)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep readable-stream
%nodejs_fixdep imurmurhash
%nodejs_fixdep iferr
%nodejs_fixdep graceful-fs

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap --coverage test/*.js      

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.8-4
- (79fae0b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11464 |14cu|nodejs-function-bind-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname function-bind

Summary:        Implementation of Function.prototype.bind
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Raynos/function-bind
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (73d1f74) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11465 |14cu|nodejs-gapitoken-0.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gapitoken

Summary:        Node.js module for Google API service account authorization
Name:           nodejs-%{oname}
Version:        0.1.5
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bsphere/node-gapitoken
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(request)
BuildRequires:  npm(jws)
#
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep jws

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.5-4
- (2ceb4bd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11466 |14cu|nodejs-garbage-0.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname garbage

Summary:        Generate random garbage json data
Name:           nodejs-%{oname}
Version:        0.0.0
Release:        4
License:        foo
Group:          Development/Other
Url:            https://github.com/substack/node-garbage
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildRequires:  npm(traverse)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.markdown
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/*.js   






%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.0-4
- (430579d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11467 |14cu|nodejs-gauge-1.2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gauge

Summary:        A terminal based horizontal guage
Name:           nodejs-%{oname}
Version:        1.2.5
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/iarna/gauge
Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.padright)
BuildRequires:  npm(lodash.padleft)
BuildRequires:  npm(lodash.pad)
BuildRequires:  npm(has-unicode)
BuildRequires:  npm(ansi)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js *.png %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.5-4
- (37ad4ef) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11468 |14cu|nodejs-gaze-0.5.2-1.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gaze

Summary:    A globbing fs.watch wrapper built from parts of other watch libraries
Name:       nodejs-%{oname}
Version:    0.5.2
Release:    1.4
License:    MIT
Group:      Development/Other
URL:        https://github.com/shama/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/shama/gaze/archive/v0.5.2.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(globule)
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-jshint)
BuildRequires:  npm(grunt-benchmark)
BuildRequires:  npm(nodeunit)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(async)
BuildArch:  noarch

%description
This Node.js module provides a globbing fs.watch wrapper built from the best
parts of other fine watch libraries: speedy data behavior from chokidar, the
API interface from watch, and file globbing using glob.

%files
%doc LICENSE-MIT README.md AUTHORS
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------
%prep
%setup -q -n %{oname}-%{version}
%nodejs_fixdep globule

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json *.js lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
grunt nodeunit -v || :       



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.2-1.4
- (e4fc947) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11469 |14cu|nodejs-gdal-0.9.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gdal

Summary:        Node.js bindings to GDAL
Name:           nodejs-%{oname}
Version:        0.9.2
Release:        6
License:        ASL 2.0
Group:          Development/Other
URL:            https://github.com/naturalatlas/node-%{oname}
# Real source is https://github.com/naturalatlas/node-gdal/archive/v%%{version}/node-gdal-%%{version}.tar.gz
# but files copied from gdal whose provenance is unclear (as described
# in PROVENANCE.TXT and PROVENANCE.TXT-fedora in gdal) have been
# removed from the tar ball by the cleaner script.
Source0:        node-%{oname}-%{version}-fedora.tar.gz
# Cleaner script for the tarball
Source1:        nodejs-%{oname}-cleaner.sh
# Use system GDAL
Patch0:         nodejs-%{oname}-system-%{oname}.patch
# Don't strip symbols
Patch1:         nodejs-%{oname}-no-strip.patch
# Patch of use of node-pre-gyp
Patch2:         nodejs-%{oname}-no-pre-gyp.patch
# https://github.com/naturalatlas/node-gdal/issues/141
Patch3:         nodejs-%{oname}-threshold.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(node-gyp)
BuildRequires:  pkgconfig(gdal)
BuildRequires:  gdal
BuildRequires:  npm(nan) >= 2.1.0
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
Requires:  gdal

%description
Read and write raster and vector geospatial datasets straight
from Node.js with this native GDAL binding. 


%files
%doc LICENSE README.md AUTHORS CHANGELOG examples/
%{nodejs_sitearch}/%{oname}
#---------------------------------------------------------------

%prep
%setup -qn node-%{oname}-%{version}-fedora
%apply_patches
rm -rf deps node_modules
%nodejs_fixdep -r node-pre-gyp

%build
%nodejs_symlink_deps --check
ln -sf %{_includedir}/node .
export CXXFLAGS="%{optflags} -Wstrict-aliasing=0"
node-gyp configure -- -Dshared_%{oname}=true -Dmodule_name=%{oname} -Dmodule_path=lib/binding
node-gyp build


%install
mkdir -p %{buildroot}%{nodejs_sitearch}/%{oname}
cp -pr package.json lib %{buildroot}%{nodejs_sitearch}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitearch}/%{oname}/lib/binding/%{oname}.node
%nodejs_symlink_deps 


%check
mocha test -R tap --timeout 600000 --no-colors -gc --require ./test/_common.js  



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.9.2-6
- (1d3b0b0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11470 |14cu|nodejs-generate-function-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname generate-function

Summary:        Module that helps you write generated functions in Node
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mafintosh/generate-function
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/mafintosh/generate-function/master/LICENSE
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -r %{SOURCE1} LICENSE

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json {index,example}.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (c999382) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11471 |14cu|nodejs-generate-object-property-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname generate-object-property

Summary:        Generate safe JS code that can used to reference a object property
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mafintosh/generate-object-property
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-property)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (23b1697) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11472 |14cu|nodejs-generic-pool-2.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname generic-pool

Name:       nodejs-%{oname}
Version:    2.4.2
Release:    4
Summary:    Generic resource pooling for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/coopernurse/node-pool
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(expresso)

BuildArch:  noarch

%description
%{summary}

%files
%doc *.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------------

%prep
%setup -qn package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ *.py bugs/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/expresso/bin/expresso -I lib test/*.js 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.4.2-4
- (edff4c4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11473 |14cu|nodejs-gently-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gently

Summary:        Helps with stubbing and behavior verification
Name:           nodejs-%{oname}
Version:        0.10.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/felixge/node-gently
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
make test || :   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.10.0-4
- (e79cc07) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11474 |14cu|nodejs-get-1.3.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:           nodejs-get
Version:        1.3.0
Release:        6
Summary:        A slightly higher-level HTTP client for node
Group:		Development/Other
License:        BSD
URL:            http://github.com/developmentseed/node-get
Source0:        http://registry.npmjs.org/get/-/get-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated using Source10, which pulls from the upstream
# version control repository.
Source1:        get-tests-v%{version}.tar.bz2
Source10:       get-dl-tests.sh
BuildArch:      noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
%endif

%description
%summary


%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/get
cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/get
%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha -R spec
%endif


%files
%doc LICENSE README.md CHANGELOG.md
%{nodejs_sitelib}/get

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-6
- (7385c38) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11475 |14cu|nodejs-getobject-0.1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname getobject

Name:       nodejs-%{oname}
Version:    0.1.0
Release:    7
Summary:    Get and set deep objects easily
License:    MIT
Group:      Development/Other
URL:        https://github.com/cowboy/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-watch)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------
%prep
%setup -qn package

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
grunt nodeunit -v   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-7
- (218b972) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11476 |14cu|nodejs-get-proxy-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname get-proxy

Summary:        Get configured proxy
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/get-proxy
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(rc)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (48f2414) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11477 |14cu|nodejs-get-stdin-5.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname get-stdin

Summary:        Get stdin as a string or buffer
Name:           nodejs-%{oname}
Version:        5.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/get-stdin
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.0.1-4
- (35cef67) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11478 |14cu|nodejs-github-0.2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname github

Summary:        NodeJS wrapper for the GitHub API
Name:           nodejs-%{oname}
Version:        0.2.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mikedeboer/node-github
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mime)
BuildRequires:  npm(mocha)
BuildRequires:  npm(oauth)
BuildRequires:  npm(optimist)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md templates/
%{_bindir}/%{oname}-generate
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
rm -fr test/client_test.js


%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js *.yml api/ %{buildroot}/%{nodejs_sitelib}/%{oname}
chmod +x %{buildroot}/%{nodejs_sitelib}/%{oname}/generate.js

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/generate.js \
  %{buildroot}%{_bindir}/%{oname}-generate

%nodejs_symlink_deps





%check
%nodejs_symlink_deps --check
%__nodejs test/*.js   




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.4-4
- (3a11083) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11479 |14cu|nodejs-github-url-from-git-1.4.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname github-url-from-git

Summary:        Parse a GitHub git URL and return the GitHub repository URL
Name:           nodejs-%{oname}
Version:        1.4.0
Release:        5
Group:          Development/Other
License:        MIT
URL:            https://github.com/visionmedia/node-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(better-assert)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)

BuildArch:      noarch

%description
%{summary}.

%files
%doc Readme.md LICENSE
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------------------------

%prep
%setup -qn package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha test.js --reporter spec --require should    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.0-5
- (2101724) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11480 |14cu|nodejs-gitlab-1.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gitlab

Summary:        GitLab API Nodejs library
Name:           nodejs-%{oname}
Version:        1.5.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/node-gitlab/node-gitlab
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(slumber)
BuildRequires:  npm(debug)
BuildRequires:  npm(chai)
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(mocha)
BuildRequires:  npm(proxyquire)
BuildRequires:  npm(sinon)
BuildRequires:  npm(sinon-chai)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
perl -pi -e "s|./node_modules/.bin/coffee|/usr/bin/coffee|" Cakefile


%build
cake build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ src/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

pushd examples
find . -type f -exec chmod -x {} \;
popd

%check
%nodejs_symlink_deps --check
mocha tests   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.5.0-4
- (90c7f50) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11481 |14cu|nodejs-gleak-0.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gleak

Summary:        Node global variable leak detector
Name:           nodejs-%{oname}
Version:        0.5.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/aheckmann/gleak
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(express)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
make test || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.0-4
- (a07ce9f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11482 |14cu|nodejs-glob-6.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname glob

Summary:    A little globber for Node.js
Name:       nodejs-%{oname}
Version:    6.0.1 
Release:    5
License:    ISC
Group:      Development/Other
URL:        https://github.com/isaacs/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(path-is-absolute)
BuildRequires:  npm(once)
BuildRequires:  npm(minimatch) = 3.0.0
BuildRequires:  npm(inherits)
BuildRequires:  npm(inflight)



BuildArch:  noarch

%description
This is a %{oname} implementation in pure JavaScript. It uses the minimatch library
to do its matching.

%files
%doc LICENSE README.md 
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------

%prep
%setup -qn package
%nodejs_fixdep inherits

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.0.1-5
- (983ea16) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11483 |14cu|nodejs-globals-8.15.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname globals

Summary:        Global identifiers from different JavaScript environments
Name:           nodejs-%{oname}
Version:        8.15.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/globals
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 8.15.0-4
- (17dcf30) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11484 |14cu|nodejs-glob-base-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname glob-base

Summary:        Returns an object with the (non-glob) base path and the actual pattern
Name:           nodejs-%{oname}
Version:        0.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/glob-base
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/glob-base/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-glob)
BuildRequires:  npm(glob-parent)
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-4
- (4fa6d8f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11485 |14cu|nodejs-globby-4.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname globby

Summary:        Extends glob with support for multiple patterns and exposes a Promise API
Name:           nodejs-%{oname}
Version:        4.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/globby
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(pinkie-promise)
BuildRequires:  npm(pify)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(glob)
BuildRequires:  npm(arrify)
BuildRequires:  npm(array-union)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.0-4
- (7841970) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11486 |14cu|nodejs-glob-parent-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname glob-parent

Summary:        Strips glob magic from a string to provide the parent path
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/es128/glob-parent
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-glob)
#
BuildRequires:  npm(coveralls)
BuildRequires:  npm(istanbul)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
istanbul-js cover %{nodejs_sitelib}/mocha/bin/_mocha && cat ./coverage/lcov.info   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (2fd3bc5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11487 |14cu|nodejs-glob-stream-5.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname glob-stream

Summary:        A wrapper around node-glob to make it streamy
Name:           nodejs-%{oname}
Version:        5.3.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gulpjs/glob-stream
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/gulpjs/glob-stream/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(unique-stream)
BuildRequires:  npm(to-absolute-glob)
BuildRequires:  npm(through2)
BuildRequires:  npm(ordered-read-streams)
BuildRequires:  npm(micromatch)
BuildRequires:  npm(glob-parent)
BuildRequires:  npm(glob)
BuildRequires:  npm(extend)
#
BuildRequires:  npm(mocha-lcov-reporter)
BuildRequires:  npm(mocha)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
# Error: timeout of 2000ms exceeded
%nodejs_symlink_deps --check
mocha test || :   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.3.2-4
- (2df11e4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11488 |14cu|nodejs-globule-0.2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname globule

Summary:    An easy-to-use wildcard globbing library for Node.js
Name:       nodejs-%{oname}
Version:    0.2.0
Release:    7
License:    MIT
Group:      System/Libraries
URL:        https://github.com/cowboy/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(minimatch)
BuildRequires:  npm(glob)
BuildRequires:  npm(lodash)
# dev deps
#BuildRequires:  npm(grunt-cli)
#BuildRequires:  npm(grunt-contrib-nodeunit)
#BuildRequires:  npm(grunt-contrib-watch)
#BuildRequires:  npm(nodeunit)
BuildArch:  noarch


%description
%{summary}.


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------------
%prep
%setup -q -n package
%nodejs_fixdep lodash
%nodejs_fixdep glob
%nodejs_fixdep minimatch

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

#%check
#%nodejs_symlink_deps --check
#nodeunit test/%{oname}_test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-7
- (3848812) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11489 |14cu|nodejs-glogg-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname glogg

Summary:        Global logging utility
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/undertakerjs/glogg
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(sparkles)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (268d235) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11490 |14cu|nodejs-googleapis-4.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname googleapis

Summary:        Google APIs Client Library for Node.js
Name:           nodejs-%{oname}
Version:        4.0.0
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/google/google-api-nodejs-client
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(string-template)
BuildRequires:  npm(request)
BuildRequires:  npm(google-auth-library)
BuildRequires:  npm(gapitoken)
BuildRequires:  npm(async)
BuildArch:      noarch

%description
%{summary}.

%files
%doc AUTHORS *.md CONTRIBUTORS COPYING templates/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep request
%nodejs_fixdep async

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json apis/ lib/ scripts/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.0-4
- (c76f40f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11491 |14cu|nodejs-google-auth-library-0.9.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname google-auth-library

Summary:        Google APIs Authentication Client Library for Node.js
Name:           nodejs-%{oname}
Version:        0.9.7
Release:        4
License:        ASL 2.0
Group:          Development/Other
Url:            https://github.com/google/google-auth-library-nodejs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(string-template)
BuildRequires:  npm(request)
BuildRequires:  npm(jws)
BuildRequires:  npm(lodash.noop)
BuildRequires:  npm(gtoken)
BuildRequires:  npm(async)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md COPYING  
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod 644 {} \;
%nodejs_fixdep string-template
%nodejs_fixdep request
%nodejs_fixdep jws
%nodejs_fixdep lodash.noop
%nodejs_fixdep gtoken
%nodejs_fixdep async

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.9.7-4
- (5a0f10c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11492 |14cu|nodejs-google-p12-pem-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname google-p12-pem

Summary:        Convert Google .p12 keys to .pem keys
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ryanseys/google-p12-pem
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(node-forge)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/gp12-pem
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (70d6118) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11493 |14cu|nodejs-got-5.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname got

Summary:        Simplified HTTP/HTTPS requests
Name:           nodejs-%{oname}
Version:        5.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/got
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:	%{name}.rpmlintrc

BuildRequires:  nodejs-packaging
BuildRequires:  npm(url-parse-lax) 
BuildRequires:  npm(unzip-response)
BuildRequires:  npm(timed-out)
BuildRequires:  npm(read-all-stream)
BuildRequires:  npm(pinkie-promise)
BuildRequires:  npm(parse-json)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(node-status-codes)
BuildRequires:  npm(lowercase-keys)
BuildRequires:  npm(is-stream)
BuildRequires:  npm(is-redirect)
BuildRequires:  npm(is-plain-obj)
BuildRequires:  npm(duplexify)
BuildRequires:  npm(create-error-class)


BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.1.0-4
- (fa48240) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11494 |14cu|nodejs-graceful-fs-4.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname graceful-fs

Summary:    A drop-in replacement for fs, making various improvements
Name:       nodejs-%{oname}
Version:    4.1.2
Release:    4
License:    ISC
Group:      Development/Other
URL:        https://github.com/isaacs/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

BuildArch:  noarch

%description
Just like node.js' fs module, but it does an incremental back-off when EMFILE
is encountered.  Useful in asynchronous situations where one needs to try to
open lots and lots of files.

%files
%doc README.md LICENSE
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------------

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -p *.js package.json  \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.1.2-4
- (f79261f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11495 |14cu|nodejs-graceful-fs-extra-1.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname graceful-fs-extra

Summary:        Extra methods for the fs object (with graceful-ncp)
Name:           nodejs-%{oname}
Version:        1.0.6
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/adam-lynch/graceful-fs-extra
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(fs-extra)
BuildRequires:  npm(graceful-ncp)
BuildRequires:  npm(proxyquire)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep fs-extra

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.6-4
- (6fc3668) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11496 |14cu|nodejs-graceful-ncp-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname graceful-ncp

Summary:        Asynchronous recursive file copying (with graceful-fs)
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/adam-lynch/graceful-ncp
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ncp)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(proxyquire)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (14bffa1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11497 |14cu|nodejs-graceful-readlink-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname graceful-readlink

Summary:        Graceful fs.readlink
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/zhiyelee/graceful-readlink
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (5d3bf75) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11498 |14cu|nodejs-grip-0.1.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-grip
Version:    0.1.5
Release:    7
Summary:    Generic Realtime Intermediary Protocol (GRIP) library for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/fanout/nodegrip
Source0:    http://registry.npmjs.org/grip/-/grip-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grip
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/grip

%nodejs_symlink_deps

%files
%doc CHANGELOG.md COPYING README.md samples/
%{nodejs_sitelib}/grip



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.5-7
- (735df68) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11499 |14cu|nodejs-growl-1.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname growl

Summary:    Growl unobtrusive notifications for Node.js
Name:       nodejs-%{oname}
Version:    1.8.1
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  libnotify
BuildRequires:  libnotify-devel
Requires:       libnotify
BuildArch:  noarch


%description
%{summary}

%files
%doc History.md Readme.md
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------

%prep
%setup -qn package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
%__nodejs test.js






%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.8.1-4
- (769292b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11500 |14cu|nodejs-grunt-0.4.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt

Summary:    Grunt is a JavaScript library used for automation and running tasks
Name:       nodejs-%{oname}
Version:    0.4.5
Release:    7
License:    MIT
Group:      System/Libraries
URL:        https://github.com/gruntjs/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/gruntjs/%{oname}/archive/v%{version}.tar.gz
Source100:  %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(grunt-legacy-log)
BuildRequires:  npm(grunt-legacy-util)
BuildRequires:  npm(getobject)
BuildRequires:  npm(exit)
BuildRequires:  npm(js-yaml)
BuildRequires:  npm(which)
BuildRequires:  npm(underscore.string)
BuildRequires:  npm(lodash)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(nopt)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(iconv-lite)
BuildRequires:  npm(hooker)
BuildRequires:  npm(glob)
BuildRequires:  npm(findup-sync)
BuildRequires:  npm(eventemitter2)
BuildRequires:  npm(dateformat)
BuildRequires:  npm(colors)
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(async)
# dev deps
BuildRequires:  npm(grunt-contrib-jshint)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-watch)
BuildRequires:  npm(grunt-jscs)
BuildRequires:  npm(semver)
BuildRequires:  npm(shelljs)
BuildRequires:  npm(temporary)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(difflet)


BuildArch:  noarch

%description
Grunt is the JavaScript task runner. Why use a task runner? In one word:
automation. The less work you have to do when performing repetitive tasks
like minification, compilation, unit testing, linting, etc, the easier
your job becomes. After you've configured it, a task runner can do most
of that mundane work for you with basically zero effort.

%files
%doc LICENSE-MIT *.md docs/ AUTHORS CHANGELOG 
%{nodejs_sitelib}/%{oname}

#--------------------------------------------------------------------------------
%prep
%setup -q -n %{oname}-%{version}
# blank version will alloud update.
%nodejs_fixdep grunt-legacy-log
%nodejs_fixdep grunt-legacy-util
%nodejs_fixdep getobject
%nodejs_fixdep exit
%nodejs_fixdep js-yaml
%nodejs_fixdep which
%nodejs_fixdep underscore.string
%nodejs_fixdep lodash
%nodejs_fixdep rimraf
%nodejs_fixdep nopt
%nodejs_fixdep minimatch
%nodejs_fixdep iconv-lite
%nodejs_fixdep hooker
%nodejs_fixdep glob
%nodejs_fixdep findup-sync
%nodejs_fixdep eventemitter2
%nodejs_fixdep dateformat
%nodejs_fixdep colors
%nodejs_fixdep coffee-script
%nodejs_fixdep async

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json *.js internal-tasks/ lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
# fail on abf 
rm -fr test/grunt/{file_test,template_test}.js test/gruntfile/multi-task-files.js
#
%nodejs_symlink_deps --check
grunt test || : 
grunt test:tap  || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.5-7
- (f7de94b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11501 |14cu|nodejs-grunt-benchmark-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-benchmark

Summary:        Grunt task for benchmarking
Name:           nodejs-%{oname}
Version:        0.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/shama/grunt-benchmark
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Patch0:         %{name}-test.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(cli-table)
BuildRequires:  npm(benchmark)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-contrib-jshint)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-watch)
BuildRequires:  npm(ncp)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep cli-table
%nodejs_fixdep benchmark
%patch0 -p0 -b drop nodeunit in_series

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ tasks/ benchmarks/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
grunt -v   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-4
- (138f4ca) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11502 |14cu|nodejs-grunt-bower-clean-0.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-bower-clean

Summary:        Remove files from installed bower components
Name:           nodejs-%{oname}
Version:        0.2.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/KidkArolis/grunt-bower-clean
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(fstream-ignore)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(q)
BuildRequires:  npm(lodash)
BuildRequires:  npm(bower)
BuildRequires:  npm(grunt)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep lodash
%nodejs_fixdep bower
%nodejs_fixdep fstream-ignore
%nodejs_fixdep rimraf
%nodejs_fixdep q
%nodejs_fixdep grunt

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json tasks/ lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.2-4
- (01f3232) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11503 |14cu|nodejs-grunt-cli-0.1.13-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-cli

Summary:    Command-line interface for Grunt, the JavaScript testing framework
Name:       nodejs-%{oname}
Version:    0.1.13
Release:    7
License:    MIT
Group:      Development/Other
URL:        https://github.com/gruntjs/%{oname}
# All tests fixed in master branch.Sflo
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/gruntjs/%{oname}/archive/master.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-contrib-jshint)
BuildRequires:  npm(findup-sync)
BuildRequires:  npm(nopt)
BuildRequires:  npm(resolve)

BuildArch:  noarch


%description
Grunt is the JavaScript task runner.

Grunt-cli gives you access to the grunt command-line interface anywhere on
your system, which is useful when running a locally installed Grunt for your
project.

%files
%doc AUTHORS LICENSE-MIT README.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/grunt
%{_datadir}/bash-completion/completions/grunt
#----------------------------------------------------------

%prep
%setup -qn %{oname}-master
# let those be, so we can update them
%nodejs_fixdep findup-sync
%nodejs_fixdep nopt
%nodejs_fixdep resolve


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

install -p -D -m0755 bin/grunt \
    %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} \
    %{buildroot}%{_bindir}/grunt

# Bash completion
mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
sed '1{\@^#!/bin/bash@d}' completion/bash \
    > %{buildroot}%{_datadir}/bash-completion/completions/grunt
chmod 0644 %{buildroot}%{_datadir}/bash-completion/completions/grunt
touch -r completion/bash %{buildroot}%{_datadir}/bash-completion/completions/grunt

%nodejs_symlink_deps


%check
# Running "jshint:all" (jshint) task
#>> 5 files lint free.
#Done, without errors.

%nodejs_symlink_deps --check
%__nodejs bin/grunt test


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.13-7
- (ae99ed4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11504 |14cu|nodejs-grunt-compare-size-0.4.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-grunt-compare-size
Version:    0.4.0
Release:    6
Summary:    Compare file sizes on this branch to master
License:    MIT
Group:      System/Libraries
URL:        https://github.com/rwldrn/grunt-compare-size
Source0:    http://registry.npmjs.org/grunt-compare-size/-/grunt-compare-size-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-watch)
BuildRequires:  npm(gzip-js)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-compare-size
cp -pr package.json bin/ tasks/ \
    %{buildroot}%{nodejs_sitelib}/grunt-compare-size

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/grunt test
%endif


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/grunt-compare-size



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.0-6
- (53126a0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11505 |14cu|nodejs-grunt-contrib-clean-0.7.0-0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
### BOOTSTRAP BUILD ####


%define oname grunt-contrib-clean

Summary:    A Grunt plugin to clean files and folders
Name:       nodejs-%{oname}
Version:    0.7.0
Release:    0.4
License:    MIT
Group:      Development/Other
URL:        https://github.com/gruntjs/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
#BuildRequires:  npm(grunt-cli)
#BuildRequires:  npm(grunt-contrib-internal)
#BuildRequires:  npm(grunt-contrib-nodeunit)

BuildRequires:  npm(rimraf)
BuildArch:  noarch


%description
%{summary}.

%files
%doc CHANGELOG README.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------
%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json tasks/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



#%check
#%nodejs_symlink_deps --check
#/usr/bin/grunt test





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.7.0-0.4
- (893c120) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11506 |14cu|nodejs-grunt-contrib-compress-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-contrib-compress 

Summary:        Compress files and folders
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gruntjs/grunt-contrib-compress
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/gruntjs/grunt-contrib-compress/master/LICENSE-MIT
BuildRequires:  nodejs-packaging
BuildRequires:  npm(pretty-bytes)
BuildRequires:  npm(chalk)
BuildRequires:  npm(archiver)
BuildRequires:  npm(grunt)
Requires:  npm(grunt)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT CHANGELOG *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json tasks/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (f805625) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11507 |14cu|nodejs-grunt-contrib-concat-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-contrib-concat

Name:       nodejs-%{oname}
Version:    1.0.1
Release:    4
Summary:    Concatenate files with grunt
License:    MIT
Group:      Development/Other
URL:        https://github.com/gruntjs/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/gruntjs/%{oname}/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chalk)
BuildRequires:  npm(source-map)
#
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-contrib-jshint)
BuildRequires:  npm(grunt-contrib-clean)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-internal)

BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE-MIT *.md CHANGELOG AUTHORS docs/
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json tasks/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
grunt test --force

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (c7f5f87) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11508 |14cu|nodejs-grunt-contrib-copy-0.8.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-contrib-copy

Summary:        Copy files and folders
Name:           nodejs-%{oname}
Version:        0.8.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gruntjs/grunt-contrib-copy
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/gruntjs/grunt-contrib-copy/master/LICENSE-MIT
BuildRequires:  nodejs-packaging
BuildRequires:  npm(grunt)
BuildRequires:  npm(file-sync-cmp)
BuildRequires:  npm(chalk)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT CHANGELOG *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
%nodejs_fixdep grunt

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json tasks %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.8.2-4
- (3f0e5c6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11509 |14cu|nodejs-grunt-contrib-internal-0.4.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-contrib-internal

Summary:    Internal tasks for managing the grunt-contrib project
Name:       nodejs-%{oname}
Version:    0.4.13
Release:    4
License:    MIT
Group:      System/Libraries
URL:        https://github.com/gruntjs/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(read-package-json)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE-MIT *.md CHANGELOG 
%{nodejs_sitelib}/%{oname}
#------------------------------------------

%prep
%setup -qn package


%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json tasks/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.13-4
- (3f93021) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11510 |14cu|nodejs-grunt-contrib-jshint-0.11.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-contrib-jshint

Summary:        Validate files with JSHint
Name:           nodejs-%{oname}
Version:        0.11.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gruntjs/grunt-contrib-jshint
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/gruntjs/grunt-contrib-jshint/master/LICENSE-MIT
BuildRequires:  nodejs-packaging
BuildRequires:  npm(jshint)
BuildRequires:  npm(hooker)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT README.md CHANGELOG
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
%nodejs_fixdep jshint

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json tasks/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.11.3-4
- (98c040d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11511 |14cu|nodejs-grunt-contrib-nodeunit-0.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-contrib-nodeunit

Summary:    Run Nodeunit unit tests with grunt
Name:       nodejs-%{oname}
Version:    0.4.1
Release:    4
License:    MIT
Group:      Development/Other
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nodeunit)
BuildRequires:  npm(hooker)
# dev deps
#BuildRequires:  npm(grunt-cli)
#BuildRequires:  npm(grunt)
#BuildRequires:  npm(grunt-contrib-clean)
#BuildRequires:  npm(grunt-contrib-internal)
#BuildRequires:  npm(grunt-contrib-jshint)
#BuildRequires:  npm(tap)
BuildArch:  noarch

%description
%{summary}.


%files
%doc LICENSE-MIT README.md 
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------------
%prep
%setup -qn package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json tasks/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

#%check
#%nodejs_symlink_deps --check
#grunt test





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.1-4
- (3ff2309) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11512 |14cu|nodejs-grunt-contrib-stylus-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-contrib-stylus

Summary:        Compile Stylus files to CSS
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gruntjs/grunt-contrib-stylus
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/gruntjs/%{oname}/archive/v%{version}.tar.gz

BuildRequires:  nodejs-packaging
BuildRequires:  npm(stylus)
BuildRequires:  npm(nib)
BuildRequires:  npm(lodash)
BuildRequires:  npm(chalk)
BuildRequires:  npm(async)
#
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-clean)
BuildRequires:  npm(grunt-contrib-internal)
BuildRequires:  npm(grunt-contrib-jshint)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildArch:      noarch

%description
%{summary}.

%files
%doc CHANGELOG *.md docs/ AUTHORS LICENSE-MIT
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json tasks/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
grunt test   


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (18e3d48) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11513 |14cu|nodejs-grunt-contrib-uglify-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-contrib-uglify

Summary:    Minify files with UglifyJS
Name:       nodejs-%{oname}
Version:    1.0.1 
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/gruntjs/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/gruntjs/grunt-contrib-uglify/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(uglify-js)
BuildRequires:  npm(uri-path)
BuildRequires:  npm(maxmin)
BuildRequires:  npm(lodash)
BuildRequires:  npm(chalk)
#
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-clean)
BuildRequires:  npm(grunt-contrib-internal)
BuildRequires:  npm(grunt-contrib-jshint)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE-MIT README.md CHANGELOG AUTHORS docs/
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json tasks/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
grunt test    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (2c72094) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11514 |14cu|nodejs-grunt-contrib-watch-0.6.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-contrib-watch

Name:       nodejs-%{oname}
Version:    0.6.1
Release:    7
Summary:    Run predefined tasks whenever watched file patterns are added/changed/deleted
License:    MIT
Group:      Development/Other
URL:        https://github.com/gruntjs/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/gruntjs/grunt-contrib-watch/archive/v0.6.1.tar.gz
Source1:    %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(async)
BuildRequires:  npm(gaze)
BuildRequires:  npm(tiny-lr-fork)
BuildRequires:  npm(lodash)
BuildRequires:  npm(watch)
BuildRequires:  npm(grunt-contrib-jshint)
#
BuildRequires:  npm(nodeunit)
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-internal)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(hooker)
BuildRequires:  npm(underscore.string)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------
%prep
%setup -qn %{oname}-%{version}
%nodejs_fixdep tiny-lr-fork
%nodejs_fixdep grunt-contrib-jshint
%nodejs_fixdep watch
%nodejs_fixdep gaze
%nodejs_fixdep async
%nodejs_fixdep lodash

rm -fr test/tasks/watch_test.js

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json tasks/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
grunt nodeunit -v  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.1-7
- (ce63a26) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11515 |14cu|nodejs-grunt-exec-0.4.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-exec

Summary:        Grunt task for executing shell commands
Name:           nodejs-%{oname}
Version:        0.4.6
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jharding/grunt-exec
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-jshint)
Requires:  npm(grunt)
Requires:  npm(grunt-cli)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
perl -pi -e "s|~0.4|*|" package.json

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json tasks *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test/test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.6-4
- (4ceb1dd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11516 |14cu|nodejs-grunt-git-authors-1.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-grunt-git-authors
Version:    1.2.0
Release:    6
Summary:    A Grunt module to generate a list of authors from git history
License:    MIT
Group:      System/Libraries
URL:        https://github.com/scottgonzalez/grunt-git-authors
Source0:    http://registry.npmjs.org/grunt-git-authors/-/grunt-git-authors-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging
Requires:       git

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-git-authors
cp -pr package.json tasks/ \
    %{buildroot}%{nodejs_sitelib}/grunt-git-authors

%nodejs_symlink_deps


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/grunt-git-authors



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-6
- (72a12d9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11517 |14cu|nodejs-grunt-githooks-0.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-githooks

Summary:        A Grunt plugin to help bind Grunt tasks to Git hooks
Name:           nodejs-%{oname}
Version:        0.5.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/wecodemore/grunt-githooks
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(handlebars)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt)
#
BuildRequires:  npm(grunt-contrib-clean)
BuildRequires:  npm(grunt-contrib-copy)
BuildRequires:  npm(grunt-contrib-jshint)
BuildRequires:  npm(grunt-contrib-nodeunit)
Requires:  npm(grunt)
Requires:  npm(grunt-cli)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT *.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep handlebars

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json templates/ lib/ tasks/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
grunt test  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.0-4
- (91a9b1c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11518 |14cu|nodejs-grunt-init-0.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-init

Name:       nodejs-%{oname}
Version:    0.3.2
Release:    4
Summary:    Generate project scaffolding from a template when using Grunt
License:    MIT
Group:      Development/Other
URL:        https://github.com/gruntjs/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(colors)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-jshint)
BuildRequires:  npm(hooker)
BuildRequires:  npm(prompt)
BuildRequires:  npm(semver)
BuildRequires:  npm(async)
BuildRequires:  npm(lodash)


BuildArch:  noarch
%description
Grunt is the JavaScript task runner.

Grunt-init is a scaffolding tool used to automate project creation when using
Grunt. It will build an entire directory structure based on the current
environment and the answers to a few questions. The exact files and contents
created depend on the template chosen along with the answers to the questions
asked.

%files
%doc AUTHORS LICENSE-MIT README.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}
#-------------------------------------------------------------------

%prep
%setup -qn package
%nodejs_fixdep async
%nodejs_fixdep lodash
%nodejs_fixdep grunt
%nodejs_fixdep colors
%nodejs_fixdep hooker
%nodejs_fixdep semver
%nodejs_fixdep prompt

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json tasks/ templates/ dev/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

install -p -D -m0755 bin/%{oname} \
    %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} \
    %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
grunt test

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.2-4
- (7c18c55) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11519 |14cu|nodejs-grunt-jsbeautifier-0.2.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-jsbeautifier

Summary:        Jsbeautifier.org for grunt
Name:           nodejs-%{oname}
Version:        0.2.10 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/vkadam/grunt-jsbeautifier
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(underscore.string)
BuildRequires:  npm(semver)
BuildRequires:  npm(rc)
BuildRequires:  npm(lodash)
BuildRequires:  npm(js-beautify)
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json bin/ lib/ tasks/ %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.10-4
- (e287693) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11520 |14cu|nodejs-grunt-jscs-2.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-jscs

Summary:        Grunt task for checking JavaScript Code Style with jscs
Name:           nodejs-%{oname}
Version:        2.7.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jscs-dev/grunt-jscs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
#Source0:        https://github.com/jscs-dev/grunt-jscs/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vow)
BuildRequires:  npm(lodash)
BuildRequires:  npm(jscs)
BuildRequires:  npm(hooker)
#
# BuildRequires:  npm(grunt)
# BuildRequires:  npm(grunt-cli)
# BuildRequires:  npm(grunt-contrib-jshint)
# BuildRequires:  npm(grunt-contrib-nodeunit)
# BuildRequires:  npm(load-grunt-tasks)
# BuildRequires:  npm(time-grunt)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
# %setup -q -n %{oname}-%{version}
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json tasks/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

# drop tests
%check
%nodejs_symlink_deps --check
grunt test   || : 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.7.0-4
- (de38019) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11521 |14cu|nodejs-grunt-legacy-log-0.1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-legacy-log 

Summary:        The Grunt 0.4.x logger
Name:           nodejs-%{oname}
Version:        0.1.3 
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/gruntjs/grunt-legacy-log
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(underscore.string)
BuildRequires:  npm(lodash)
BuildRequires:  npm(hooker)
BuildRequires:  npm(grunt-legacy-log-utils)
BuildRequires:  npm(colors)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep lodash
%nodejs_fixdep underscore.string
%nodejs_fixdep colors

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.3-5
- (d805aa2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11522 |14cu|nodejs-grunt-legacy-log-utils-0.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-legacy-log-utils

Summary:        Static methods for the Grunt 0.4.x logger
Name:           nodejs-%{oname}
Version:        0.1.1 
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/gruntjs/grunt-legacy-log-utils
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(underscore.string)
BuildRequires:  npm(lodash)
BuildRequires:  npm(colors)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep lodash
%nodejs_fixdep underscore.string
%nodejs_fixdep colors

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-5
- (f044f90) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11523 |14cu|nodejs-grunt-legacy-util-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-legacy-util

Summary:    Deprecated Grunt utils provided for backwards compatibility
Name:       nodejs-%{oname}
Version:    0.2.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/gruntjs/grunt-legacy-util
Source0:    http://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(underscore.string)
BuildRequires:  npm(which)
BuildRequires:  npm(getobject)
BuildRequires:  npm(hooker)
BuildRequires:  npm(exit)
BuildRequires:  npm(lodash)
BuildRequires:  npm(async)
# no test ATM
#BuildRequires:  npm(grunt-contrib-jshint)
#BuildRequires:  npm(grunt)
#BuildRequires:  npm(grunt-contrib-watch)
#BuildRequires:  npm(grunt-cli)
#BuildRequires:  npm(grunt-contrib-nodeunit)
#BuildRequires:  npm(temporary)
BuildArch:  noarch


%description
%{summary}.


%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/grunt-legacy-util
#---------------------------------------------------------

%prep
%setup -q -n package
%nodejs_fixdep underscore.string
%nodejs_fixdep async
%nodejs_fixdep which
%nodejs_fixdep getobject
%nodejs_fixdep hooker
%nodejs_fixdep exit
%nodejs_fixdep lodash

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-legacy-util
cp -pr package.json *.js \
    %{buildroot}%{nodejs_sitelib}/grunt-legacy-util

%nodejs_symlink_deps


#%check
#%nodejs_symlink_deps --check
#grunt nodeunit -v



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (735c763) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11524 |14cu|nodejs-grunt-lib-contrib-0.7.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-lib-contrib

Name:       nodejs-%{oname}
Version:    0.7.1
Release:    4
Summary:    Common functionality shared across grunt-contrib tasks
License:    MIT
Group:      Development/Other
URL:        https://github.com/gruntjs/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(strip-path)
BuildRequires:  npm(maxmin)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-jshint)

BuildArch:  noarch

%description
%{summary}.

%files
%doc AUTHORS CHANGELOG LICENSE-MIT README.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------------

%prep
%setup -qn package
%nodejs_fixdep strip-path

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
grunt test --force  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.7.1-4
- (fabfe19) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11525 |14cu|nodejs-grunt-nw-builder-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-nw-builder

Summary:        Let's you build your node webkit apps with grunt
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mllrsohn/grunt-nw-builder
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nw-builder)
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
Requires:  npm(grunt)
Requires:  npm(grunt-cli)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT *.md example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js tasks/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (d162652) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11526 |14cu|nodejs-grunt-shell-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-shell

Summary:        Run shell commands
Name:           nodejs-%{oname}
Version:        1.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/grunt-shell
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/grunt-shell/v1.2.1/Gruntfile.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chalk)
#
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
%nodejs_fixdep chalk

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json tasks/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
grunt --force   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-4
- (cd1dda0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11527 |14cu|nodejs-grunt-simple-mocha-0.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-simple-mocha

Summary:        A simple wrapper for running tests with Mocha
Name:           nodejs-%{oname}
Version:        0.4.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/yaymukund/grunt-simple-mocha
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-jshint)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT README.md examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep grunt
%nodejs_fixdep grunt-cli

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js bin/ tasks/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


# the tests will fail, need older mocha 
%check
%nodejs_symlink_deps --check
mocha tests/acceptance-tests.js || :    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.1-4
- (389715e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11528 |14cu|nodejs-grunt-svgmin-3.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grunt-svgmin 

Summary:        Minify SVG
Name:           nodejs-%{oname}
Version:        3.1.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/grunt-svgmin
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/sindresorhus/grunt-svgmin/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(svgo)
BuildRequires:  npm(pretty-bytes)
BuildRequires:  npm(log-symbols)
BuildRequires:  npm(each-async)
BuildRequires:  npm(chalk)
#
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-clean)
BuildRequires:  npm(grunt-simple-mocha)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep svgo
%nodejs_fixdep pretty-bytes
%nodejs_fixdep log-symbols
%nodejs_fixdep each-async
%nodejs_fixdep chalk

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json tasks/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
grunt   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.2-4
- (b2b1242) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11529 |14cu|nodejs-gtoken-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gtoken

Summary:        Node.js Google Authentication Service Account Tokens
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ryanseys/node-gtoken
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(request)
BuildRequires:  npm(mime)
BuildRequires:  npm(jws)
BuildRequires:  npm(google-p12-pem)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (f2daa8a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11530 |14cu|nodejs-gulp-decompress-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gulp-decompress

Summary:        Extract TAR, TAR.BZ2, TAR.GZ and ZIP archives
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/gulp-decompress
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(gulp-util)
BuildRequires:  npm(decompress)
BuildRequires:  npm(archive-type)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (a90c85d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11531 |14cu|nodejs-gulplog-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gulplog

Summary:        Logger for gulp and gulp plugins
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gulpjs/gulplog
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(glogg)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (839feeb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11532 |14cu|nodejs-gulp-rename-1.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gulp-rename

Summary:        Gulp plugin to rename files easily
Name:           nodejs-%{oname}
Version:        1.2.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/hparra/gulp-rename
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/hparra/gulp-rename/master/LICENSE
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.2-4
- (5c78929) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11533 |14cu|nodejs-gulp-sourcemaps-1.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gulp-sourcemaps

Summary:        Source map support for Gulp.js
Name:           nodejs-%{oname}
Version:        1.6.0
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/floridoo/gulp-sourcemaps
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/floridoo/gulp-sourcemaps/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vinyl)
BuildRequires:  npm(through2)
BuildRequires:  npm(strip-bom)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(convert-source-map)
#
BuildRequires:  npm(tape)

BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.6.0-4
- (f877827) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11534 |14cu|nodejs-gulp-util-3.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gulp-util

Summary:        Utility functions for gulp plugins
Name:           nodejs-%{oname}
Version:        3.0.7
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gulpjs/gulp-util
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/gulpjs/gulp-util/archive/v%{version}.tar.gz
Source100:      %{name}.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vinyl) 
BuildRequires:  npm(through2)
BuildRequires:  npm(replace-ext)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(multipipe)
BuildRequires:  npm(minimist)
BuildRequires:  npm(lodash.template)
BuildRequires:  npm(lodash._reinterpolate)
BuildRequires:  npm(lodash._reevaluate)
BuildRequires:  npm(lodash._reescape)
BuildRequires:  npm(has-gulplog)
BuildRequires:  npm(gulplog)
BuildRequires:  npm(fancy-log)
BuildRequires:  npm(dateformat)
BuildRequires:  npm(chalk)
BuildRequires:  npm(beeper)
BuildRequires:  npm(array-uniq)
BuildRequires:  npm(array-differ)
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(should)
BuildRequires:  npm(event-stream)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules
chmod 644 LICENSE

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.7-4
- (d5524d8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11535 |14cu|nodejs-gzip-size-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gzip-size

Summary:        Get the gzipped size of a string or buffer
Name:           nodejs-%{oname}
Version:        3.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/gzip-size
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(duplexer)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (bbb4781) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11536 |14cu|nodejs-handlebars-4.0.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname handlebars 

Summary:        Let you build semantic templates
Name:           nodejs-%{oname}
Version:        4.0.5
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/wycats/handlebars.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(uglify-js)
BuildRequires:  npm(source-map)
BuildRequires:  npm(optimist)
BuildRequires:  npm(async)

BuildArch:      noarch

%description
Handlebars provides the power necessary to 
let you build semantic templates 
effectively with no frustration.

%files
%doc LICENSE README.markdown *.md 
%{_bindir}/%{oname}-*
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js bin/ lib/ print-script dist/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}


mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/%{oname} \
  %{buildroot}%{_bindir}/%{oname}-nodejs
ln -sf ../lib/node_modules/%{oname}/print-script \
  %{buildroot}%{_bindir}/%{oname}-print-script
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/{print-script,bin/%{oname}}


%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.5-5
- (bfe40a2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11537 |14cu|nodejs-har-validator-2.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname har-validator

Summary:        Extremely fast HTTP Archive (HAR) validator using JSON Schema
Name:           nodejs-%{oname}
Version:        2.0.2
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/ahmadnassri/har-validator
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# use github tarball for the CLI and libs
Source0:        https://github.com/ahmadnassri/%{oname}/archive/v%{version}.tar.gz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(pinkie-promise)
BuildRequires:  npm(is-my-json-valid)
BuildRequires:  npm(commander)
BuildRequires:  npm(chalk)


BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json bin/ lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/%{oname} \
  %{buildroot}%{_bindir}/%{oname}


%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.2-4
- (d95500d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11538 |14cu|nodejs-has-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname has

Summary:        Object.prototype.hasOwnProperty.call shortcut
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/tarruda/has
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(function-bind)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT README.mkd
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json src %{buildroot}%{nodejs_sitelib}/%{oname}
ln -sf  src/index.js index.js
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (71a15d6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11539 |14cu|nodejs-has-ansi-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname has-ansi

Summary:        Check if a string has ANSI escape codes
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/has-ansi
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ansi-regex)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (4cc699a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11540 |14cu|nodejs-has-color-0.1.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-has-color
Version:    0.1.7
Release:    6
Summary:    Detects whether a terminal supports color

License:    MIT
Group:      System/Libraries
URL:        https://github.com/sindresorhus/has-color
Source0:    http://registry.npmjs.org/has-color/-/has-color-%{version}.tgz
Source1:    https://raw.githubusercontent.com/sindresorhus/has-color/ab671b1f74846d9fb9caea8dc302603a865be3cc/test.js
# https://github.com/sindresorhus/has-color/pull/4
Source2:    LICENSE

BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
%endif

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE1} .
cp -p %{SOURCE2} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/has-color
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/has-color

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha
%endif


%files
%doc LICENSE readme.md
%{nodejs_sitelib}/has-color



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.7-6
- (e390f34) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11541 |14cu|nodejs-has-flag-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname has-flag

Summary:        Check if argv has a specific flag
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT 
Group:          Development/Other
Url:            https://github.com/sindresorhus/has-flag
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (cdaa2ef) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11542 |14cu|nodejs-has-gulplog-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname has-gulplog

Summary:        Check if gulplog is available before attempting to use it
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gulpjs/has-gulplog
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/gulpjs/has-gulplog/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(sparkles)
#
BuildRequires:  npm(eslint)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
eslint *.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (813de4b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11543 |14cu|nodejs-hashish-0.0.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname hashish

Summary:       Hash data structure manipulation functions
Name:          nodejs-%{oname}
Version:       0.0.4
Release:       8
Group:         Development/Other
License:       MIT
URL:           http://github.com/substack/node-hashish
Source0:       http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:       https://raw.githubusercontent.com/substack/node-hashish/master/LICENSE
BuildRequires:  nodejs-packaging
BuildRequires:  npm(traverse)
BuildArch:      noarch

%description
Hashish is a node.js library for manipulating hash data structures.
It is distilled from the finest that ruby, perl, and haskell have 
to offer by way of hash/map interfaces.

%files
%doc README.markdown LICENSE
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------
%prep
%setup -q -n package
cp -p %{SOURCE1} .
%nodejs_fixdep traverse 0.6.x

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr examples index.js package.json \
  %{buildroot}%{nodejs_sitelib}/%{oname}





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.4-8
- (aa2d79f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11544 |14cu|nodejs-hash.js-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname hash.js

Summary:        Various hash functions that could be run by both browser and node
Name:           nodejs-%{oname}
Version:        1.0.3 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/indutny/hash.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps    

%check
%nodejs_symlink_deps --check
mocha --reporter=spec test/*-test.js  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (a462ac4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11545 |14cu|nodejs-hash-test-vectors-1.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname hash-test-vectors

Summary:        Test vectors for hashes
Name:           nodejs-%{oname}
Version:        1.3.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/hash-test-vectors
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js *.txt vectors %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.2-4
- (e2ffeb3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11546 |14cu|nodejs-has-unicode-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname has-unicode

Summary:        Try to guess if your terminal supports unicode
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/iarna/has-unicode
Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(require-inject)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/*.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (6b17905) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11547 |14cu|nodejs-hawk-4.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname hawk

Name:       nodejs-%{oname}
Version:    4.0.0
Release:    4
Summary:    HTTP Hawk authentication scheme
License:    BSD
Group:      Development/Other
URL:        https://github.com/hueniverse/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:  %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(sntp)
BuildRequires:  npm(cryptiles)
BuildRequires:  npm(boom)
BuildRequires:  npm(hoek)

BuildArch:  noarch

%description
Hawk is an HTTP authentication scheme using a message authentication code (MAC)
algorithm to provide partial HTTP request cryptographic verification.

%files
%doc README.md LICENSE example images
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------

%prep
%setup -q -n package

#fix perms
chmod 0644 README.md LICENSE example/* images/* lib/* *.js *.json

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr lib *.js *.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.0-4
- (0e390fd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11548 |14cu|nodejs-highlight-js-8.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define commit f08dbfd8c33d7d5c30d736b5a4ef4d1f361e93ae
%define installdir  %{_jsdir}/highlight.js
%define assetdir    %{_webassetdir}/highlight.js

Summary:    Highlight.js syntax highlighting with language auto-detection for Node.js
Name:       nodejs-highlight-js
Version:    8.0.0
Release:    7
License:    BSD
Group:      Development/Other
Url:        https://github.com/isagalaev/highlight.js
Source0:    https://github.com/isagalaev/highlight.js/archive/%{commit}/%{name}-%{version}.tar.gz
# yuicompressor is not yet available for Fedora.
Patch0:     %{name}-7.5.0-Use-uglifyjs-instead-of-yuicompressor.jar.patch
# uglifyjs compress fix Sflo.
Patch1:     nodejs-highlight-js-compress.patch
BuildRequires:  nodejs-packaging
BuildRequires:  python3
BuildRequires:  npm(uglify-js)
BuildRequires:  web-assets-devel
Requires:   js-highlight-styles = 0:%{version}-%{release}
BuildArch:      noarch

%description
Highlight.js highlights syntax in code examples on blogs, forums and, in fact,
on any web page. It's very easy to use because it works automatically: finds
blocks of code, detects a language, and highlights it.


%files
%doc LICENSE README.md
%{nodejs_sitelib}/highlight.js
#-------------------------------------------------------------

%package -n js-highlight
Summary:    Highlight.js syntax highlighting with language auto-detection for the browser

Group:      Development/Other
Requires:   web-assets-filesystem
Requires:   js-highlight-styles = 0:%{version}-%{release}

%description -n js-highlight
Highlight.js highlights syntax in code examples on blogs, forums and, in fact,
on any web page. It's very easy to use because it works automatically: finds
blocks of code, detects a language, and highlights it.

%files -n js-highlight
%doc LICENSE README.md
%{installdir}
#-------------------------------------------------------------

%package -n js-highlight-styles
Summary:    Stylesheets for use with highlight.js

Group:      Development/Other
Requires:   web-assets-filesystem

%description -n js-highlight-styles
Stylesheets for use with the js-highlight and nodejs-highlight-js packages.


%files -n js-highlight-styles
%doc LICENSE README.md
%{assetdir}
#-------------------------------------------------------------
%prep
%setup -q -n highlight.js-%{commit}
%patch0 -p1
%patch1 -p0
rm -f tools/yuicompressor.jar


%build
# This creates build/lib/* and build/{package.json,LICENSE,README.md}
python3 tools/build.py -t node
mv build node

# This creates build/highlight.pack.js
python3 tools/build.py
mv build browser


%install
# Install stylesheets
mkdir -p %{buildroot}%{assetdir}
cp -pr src/styles \
    %{buildroot}%{assetdir}

# Install Node.js version
mkdir -p %{buildroot}%{nodejs_sitelib}/highlight.js
pushd node
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/highlight.js
ln -sf %{assetdir}/styles \
    %{buildroot}%{nodejs_sitelib}/highlight.js/styles
popd

# Install browser version
mkdir -p %{buildroot}%{installdir}
pushd browser
cp -pr highlight.pack.js \
    %{buildroot}%{installdir}
ln -sf %{assetdir}/styles \
    %{buildroot}%{installdir}/styles
popd

%nodejs_symlink_deps 
%changelog

* Sat Feb 04 2017 abfonly <abfonly@gmail.com> 8.0.0-7
- (359f265) Updated nodejs-highlight-js.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11549 |14cu|nodejs-hock-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname hock

Summary:        A mocking server for HTTP requests
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/mmalecki/hock
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(deep-equal)
BuildRequires:  npm(mocha)
BuildRequires:  npm(request)
BuildRequires:  npm(should)
BuildRequires:  npm(should-http)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep deep-equal

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
#path for mocha binary
perl -pi -e "s|.bin|mocha/bin|" Makefile
# this will download stuff in $builddir
rm -fr test/simple-test.js
%nodejs_symlink_deps --check
make test

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (5443752) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11550 |14cu|nodejs-hoek-3.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname hoek

Summary:    General purpose Node.js utilities
Name:       nodejs-%{oname}
Version:    3.0.4
Release:    4

License:    BSD
Group:      Development/Other
URL:        https://github.com/spumko/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:  noarch

%files
%doc README.md LICENSE images CONTRIBUTING.md
%{nodejs_sitelib}/%{oname}

#--------------------------------------------------------------

%description
This package contains some general purpose Node.js utilities, including
utilities for working with objects, timers, binary encoding/decoding, escaping
characters, errors, and loading files.

%prep
%setup -q -n package
#fix perms
chmod 0644 README.md LICENSE images/* lib/* package.json

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr lib/ package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.4-4
- (6a0daf8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11551 |14cu|nodejs-home-or-tmp-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname home-or-tmp

Summary:        Get the user home directory with fallback to the system temp directory
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/home-or-tmp
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(os-tmpdir)
BuildRequires:  npm(os-homedir)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (94b7eac) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11552 |14cu|nodejs-hooker-0.2.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    Monkey-patch (hook) functions for debugging
Name:       nodejs-hooker
Version:    0.2.3
Release:    9
License:    MIT
Group:      Development/Other
Url:        https://github.com/cowboy/javascript-hooker
Source0:    http://registry.npmjs.org/hooker/-/hooker-%{version}.tgz
Patch0:     %{name}-0.2.3-Updating-gruntfile-to-grunt-0.3.0-format.patch
Patch1:     %{name}-0.2.3-Rename-grunt.js-to-Gruntfile.js.patch
Patch2:     %{name}-0.2.3-Update-Gruntfile.js-for-use-with-grunt-0.4.0.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(uglify-js)
BuildRequires:  npm(nodeunit)
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-uglify)
BuildRequires:  npm(grunt-contrib-jshint)
BuildRequires:  npm(grunt-contrib-watch)
BuildRequires:  npm(grunt-contrib-concat)
BuildRequires:  npm(grunt-contrib-clean)

BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE-MIT README.md
%{nodejs_sitelib}/hooker
#-----------------------------------------------
%prep
%setup -q -n package
%patch0 -p1
%patch1 -p1
%patch2 -p1

%nodejs_symlink_deps --check


%build
grunt uglify

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/hooker
cp -pr package.json child.js dist/ lib/ parent.js \
    %{buildroot}%{nodejs_sitelib}/hooker

%nodejs_symlink_deps

%check
grunt nodeunit


%changelog

* Fri Feb 03 2017 abfonly <abfonly@gmail.com> 0.2.3-9
- (029213e) Log: Fixed against new nodejs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11553 |14cu|nodejs-hosted-git-info-2.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname hosted-git-info 

Summary:        Provides metadata for Github, Bitbucket and Gitlab
Name:           nodejs-%{oname}
Version:        2.1.4 
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/npm/hosted-git-info
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
This will let you identify and transform various 
git hosts URLs between protocols. 
It also can tell you what the URL is for the raw path 
for particular file for direct access without git.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.4-4
- (bb9e313) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11554 |14cu|nodejs-html-entities-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname html-entities

Summary:        Faster HTML entities encode/decode library
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mdevils/node-html-entities
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/mdevils/node-html-entities/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chai)
BuildRequires:  npm(entities)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn node-%{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --recursive -R spec test  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (65cdc47) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11555 |14cu|nodejs-htmlescape-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname htmlescape 

Summary:        Properly escape JSON for usage as an object literal inside of a <script> tag
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/zertosh/htmlescape
# using git source for testing purposes
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/zertosh/%{oname}/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md CHANGELOG.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   

%check
%nodejs_symlink_deps --check
tape test/*.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (2b13203) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11556 |14cu|nodejs-htmlparser2-3.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname htmlparser2

Summary:        Fast & forgiving HTML/XML/RSS parser
Name:           nodejs-%{oname}
Version:        3.9.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/fb55/htmlparser2
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/fb55/htmlparser2/archive/v3.9.0.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(entities)
BuildRequires:  npm(domutils)
BuildRequires:  npm(domhandler)
BuildRequires:  npm(domelementtype)
BuildRequires:  npm(mocha)
BuildRequires:  npm(mocha-lcov-reporter)
BuildRequires:  npm(coveralls)
BuildRequires:  npm(istanbul)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha         

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.9.0-4
- (521e0cf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11557 |14cu|nodejs-http-errors-1.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname http-errors

Summary:        Create HTTP error objects
Name:           nodejs-%{oname}
Version:        1.3.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/http-errors
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jshttp/http-errors/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(statuses)
BuildRequires:  npm(inherits)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --bail   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.1-4
- (c429aed) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11558 |14cu|nodejs-https-browserify-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname https-browserify 

Summary:        https module compatability for browserify
Name:           nodejs-%{oname}
Version:        0.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/https-browserify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.1-4
- (a5c84f2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11559 |14cu|nodejs-http-signature-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname http-signature

Summary:        Reference implementation of Joyent's HTTP Signature Scheme
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/joyent/node-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  npm(sshpk)
BuildRequires:  npm(jsprim)
BuildRequires:  npm(assert-plus)

BuildArch:      noarch

%description
nodejs-%{oname} is a node.js library that has client and server
components for Joyent's HTTP Signature Scheme.

%files
%doc LICENSE README.md http_signing.md CHANGES.md
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------------------------------

%prep
%setup -q -n package 

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (da40580) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11560 |14cu|nodejs-i-0.3.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname i

Summary:    Custom inflections for Node.js
Name:       nodejs-%{oname}
Version:    0.3.3
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/pksunkara/inflect
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vows)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------
%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
vows --spec $(find test -name '*-test.js')  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.3-4
- (e5e884c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11561 |14cu|nodejs-i18n-0.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname i18n

Summary:        Lightweight translation module with dynamic json storage
Name:           nodejs-%{oname}
Version:        0.8.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mashpie/i18n-node
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/mashpie/%{oname}-node/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(sprintf-js)
BuildRequires:  npm(mustache)
BuildRequires:  npm(messageformat)
BuildRequires:  npm(math-interval-parser)
BuildRequires:  npm(make-plural)
BuildRequires:  npm(debug)
#
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-node-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js locales/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
# need a old xregexp
%nodejs_symlink_deps --check
mocha test || :  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.8.1-4
- (a39d8b5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11562 |14cu|nodejs-i2c-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname i2c

Summary:        Node.js native bindings for i2c-dev
Name:           nodejs-%{oname}
Version:        0.2.1
Release:        4
Group:          Development/Other
License:        BSD
URL:            https://github.com/korevec/node-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# https://github.com/kelly/node-i2c/pull/70
Patch0:         nodejs-i2c-node4.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(repl)
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(underscore)
BuildRequires:  npm(bindings)
BuildRequires:  npm(node-gyp) >= 3.3.1

%description
%{summary}.
Plays well with Raspberry Pi and Beaglebone.

%files
%doc README.md LICENSE examples/
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------------------
%prep
%setup -qn package
%patch0 -p1

%nodejs_fixdep coffee-script
%nodejs_fixdep underscore
%nodejs_fixdep bindings

%build
node-gyp rebuild 

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr lib/ main.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}

#this module is picky about the directory the shared object is in
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}/build/Release
cp -pr build/Release/%{oname}.node %{buildroot}%{nodejs_sitelib}/%{oname}/build/Release
chmod 0755 %{buildroot}%{nodejs_sitelib}/%{oname}/build/Release/%{oname}.node

%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.1-4
- (a82b8b5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11563 |14cu|nodejs-iconv-2.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname iconv

Summary:        Text recoding in JavaScript for fun and profit
Name:           nodejs-%{oname}
Version:        2.2.1
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/bnoordhuis/node-iconv
Source0:        https://github.com/bnoordhuis/node-iconv/archive/v%{version}.tar.gz?/node-%{oname}-%{version}.tar.gz
Patch0:         nodejs-iconv-2.2.1-system-iconv.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nan)
BuildRequires:  npm(tap)


%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitearch}/iconv

#------------------------------------------------------------------

%prep
%setup -qn node-%{oname}-%{version}
%nodejs_fixdep nan 
rm -rf deps support node_modules
%patch0 -p1

%build
%nodejs_symlink_deps --check
export CXXFLAGS="%{optflags}"
export LDFLAGS="$LDFLAGS"
%{nodejs_sitelib}/npm/bin/node-gyp-bin/node-gyp rebuild

%install
mkdir -p %{buildroot}%{nodejs_sitearch}/iconv/build/Release
cp -pr package.json lib %{buildroot}%{nodejs_sitearch}/iconv
install -p -m755 build/Release/iconv.node \
  %{buildroot}%{nodejs_sitearch}/iconv/build/Release
%nodejs_symlink_deps

%check
%tap test/test-*.js 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.1-4
- (e3e6b5a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11564 |14cu|nodejs-iconv-lite-0.4.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname iconv-lite

Summary:    Convert character encodings in pure JavaScript
Name:       nodejs-%{oname}
Version:    0.4.13
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/ashtuchkin/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/ashtuchkin/%{oname}/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(iconv)
BuildRequires:  npm(mocha)
BuildRequires:  npm(unorm)
BuildRequires:  npm(request)
BuildRequires:  npm(async)
BuildRequires:  npm(errto)
BuildArch:  noarch

%description
%{summary}.



%files
%doc LICENSE README.md Changelog.md
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------
%prep
%setup -q -n %{oname}-%{version}
rm -fr generation/source-data/.gitignore

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json encodings/ lib/ generation/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%check
rm -fr test/{sbcs-test,dbcs-test}.js
%nodejs_symlink_deps --check
mocha --reporter spec --grep . || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.13-4
- (10a89ec) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11565 |14cu|nodejs-ieee754-1.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ieee754

Summary:        Read/write IEEE754 floating point numbers from/to a Buffer
Name:           nodejs-%{oname}
Version:        1.1.6
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/feross/ieee754
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

%check
%nodejs_symlink_deps --check
tape test/*.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.6-4
- (706e632) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11566 |14cu|nodejs-iferr-0.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname iferr

Summary:        Higher-order functions for easier error handling
Name:           nodejs-%{oname}
Version:        0.1.5
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/shesek/iferr
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build
# compile the index with system cofee
%nodejs_symlink_deps --check
coffee -c index.coffee

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.* %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
mocha     

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.5-4
- (bed6c6c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11567 |14cu|nodejs-ignorefs-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ignorefs

Summary:        Ignore common and custom patterns of the file system
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/ignorefs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ignorepatterns)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json out/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (8784823) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11568 |14cu|nodejs-ignorepatterns-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ignorepatterns

Summary:        A regular expression that matches common filenames that we want to ignore
Name:           nodejs-%{oname}
Version:        1.0.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/ignorepatterns
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json out/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (b9e1feb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11569 |14cu|nodejs-imurmurhash-0.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname imurmurhash

Summary:        An incremental implementation of MurmurHash3
Name:           nodejs-%{oname}
Version:        0.1.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jensyt/imurmurhash-js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jensyt/imurmurhash-js/master/LICENSE
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.4-4
- (594052b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11570 |14cu|nodejs-indent-string-2.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname indent-string

Summary:        Indent each line in a string
Name:           nodejs-%{oname}
Version:        2.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/indent-string
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(repeating)


BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.0-4
- (05ce081) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11571 |14cu|nodejs-indexof-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname indexof

Summary:        Microsoft sucks
Name:           nodejs-%{oname}
Version:        0.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://www.npmjs.com/package/indexof
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Lame indexOf thing, thanks microsoft.

%files
%doc Readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js Makefile \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.1-4
- (afca418) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11572 |14cu|nodejs-inflight-1.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname inflight

Summary:        Add callbacks to requests in flight to avoid async duplication
Name:           nodejs-%{oname}
Version:        1.0.4
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/isaacs/inflight
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(wrappy)
BuildRequires:  npm(once)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.4-4
- (bc6e6d3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11573 |14cu|nodejs-inherits1-1.0.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-inherits1
Version:    1.0.0
Release:    16
Summary:    A tiny simple way to do classic inheritance in JS - legacy version

#the license is not included with the tarball so we retrieve it from the
#upstream git repository in Source1
License:    WTFPL
Group:      Development/Other
URL:        https://github.com/isaacs/inherits
Source0:    http://registry.npmjs.org/inherits/-/inherits-%{version}.tgz
Source1:    https://raw.github.com/isaacs/inherits/112807f2670160b6e3bafdf39e395c10ae7d0fac/LICENSE
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
A tiny simple way to do classic inheritance in JavaScript.

This is the legacy version used by many Node.js modules for many years, and is
retained for backward compatibility.  New modules should use the inheritance
functionality available in core Node.js or use the new version of inherits if
they need browser support as well.

%prep
%setup -q -n package

#copy the license into %%{_builddir} so it works with %%doc
cp -p %{SOURCE1} LICENSE

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/inherits@1
cp -pr inherits.js package.json %{buildroot}%{nodejs_sitelib}/inherits@1

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/inherits@1
%doc README.md LICENSE


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-16
- (f5b4347) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11574 |14cu|nodejs-inherits-2.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname inherits

Summary:        Browser-friendly inheritance
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        6
License:        MIT
Group:          Development/Other
Url:            https://github.com/isaacs/inherits
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Browser-friendly inheritance fully 
compatible with standard node.js inherits().

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
%{nodejs_sitelib}/%{oname}@2

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}@2
cp -pr package.json inherits_browser.js inherits.js %{buildroot}%{nodejs_sitelib}/%{oname}@2

%nodejs_symlink_deps

# avoid confusion with inherits legacy. Sflo
ln -sf %{oname}@2 %{buildroot}%{nodejs_sitelib}/%{oname}

%check
rm -fr package.json inherits_browser.js inherits.js
cp -r %{buildroot}%{nodejs_sitelib}/%{oname}@2/{package.json,*.js} .
%nodejs_symlink_deps --check
%__nodejs test  




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-6
- (3475f28) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11575 |14cu|nodejs-ini-1.3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ini

Summary:    An INI parser/serializer for node.js
Name:       nodejs-%{oname}
Version:    1.3.4
Release:    4
License:    ISC
Group:      Development/Other
URL:        https://github.com/isaacs/proto-list
##Source0:    http://registry.npmjs.org/ini/-/ini-%{version}.tgz
### Kinda bottstrap .Symbianflo ###
# Using the github source for tests 
# Need ini tested for leater run in mocha
Source0:    https://github.com/isaacs/ini/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildArch:  noarch

%description
An INI file parser and serializer for node.js.

%files
%doc README.md LICENSE
%{nodejs_sitelib}/ini
#--------------------------------------------


%prep
%setup -qn %{oname}-%{version}

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/ini
cp -p ini.js package.json %{buildroot}%{nodejs_sitelib}/ini

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/*.js



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.4-4
- (e0e0e9c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11576 |14cu|nodejs-init-package-json-1.9.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname init-package-json


Summary:        A node module to get your node module started
Name:           nodejs-%{oname}
Version:        1.9.4
Release:        4
Group:          Development/Other
License:        BSD
URL:            https://github.com/isaacs/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(validate-npm-package-name)
BuildRequires:  npm(validate-npm-package-license)
BuildRequires:  npm(semver)
BuildRequires:  npm(read-package-json)
BuildRequires:  npm(read)
BuildRequires:  npm(promzard)
BuildRequires:  npm(npm-package-arg)
BuildRequires:  npm(glob)
#
BuildRequires:  npm(rimraf)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
A node module to get your node module started, by creating its package.json
metadata file.

%files
%doc LICENSE README.md example/
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------------

%prep
%setup -qn package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.js package.json \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.9.4-4
- (342b08c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11577 |14cu|nodejs-inline-source-map-0.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname inline-source-map

Summary:        Adds source mappings and base64 encodes them
Name:           nodejs-%{oname}
Version:        0.6.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thlorenz/inline-source-map
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(source-map)
BuildRequires:  npm(tap)
BuildRequires:  npm(nave)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep source-map 0.5.3

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

### %check
### fails , will need an older source-map
### %nodejs_symlink_deps --check
### %tap test


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.1-4
- (2a68a84) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11578 |14cu|nodejs-in-publish-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname in-publish

Summary:        Detect if we were run as a result of npm publish
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/iarna/in-publish
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (e96a784) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11579 |14cu|nodejs-inquirer-0.11.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname inquirer

Summary:        A collection of common interactive command line user interfaces
Name:           nodejs-%{oname}
Version:        0.11.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sboudrias/Inquirer.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/SBoudrias/Inquirer.js/master/LICENSE-MIT
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(through)
BuildRequires:  npm(strip-ansi)
BuildRequires:  npm(rx-lite)
BuildRequires:  npm(run-async)
BuildRequires:  npm(readline2)
BuildRequires:  npm(lodash)
BuildRequires:  npm(figures)
BuildRequires:  npm(cli-width)
BuildRequires:  npm(cli-cursor)
BuildRequires:  npm(chalk)
BuildRequires:  npm(ansi-regex)
BuildRequires:  npm(ansi-escapes)

BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md LICENSE-MIT
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
cp -p %{SOURCE1} .

%build



%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr lib/ package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.11.0-4
- (e926209) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11580 |14cu|nodejs-insert-module-globals-7.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname insert-module-globals

Summary:        Insert implicit module globals into a module-deps stream
Name:           nodejs-%{oname}
Version:        7.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/insert-module-globals
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xtend)
BuildRequires:  npm(through2)
BuildRequires:  npm(process)
BuildRequires:  npm(lexical-scope)
BuildRequires:  npm(is-buffer)
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(combine-source-map)
BuildRequires:  npm(JSONStream)
BuildRequires:  npm(browser-pack)
BuildRequires:  npm(buffer)
BuildRequires:  npm(convert-source-map)
BuildRequires:  npm(module-deps)
BuildRequires:  npm(tape)


BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bench/ bin/ %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/*.js
%nodejs_symlink_deps    

%check
%nodejs_symlink_deps --check  
tape test/*.js    


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 7.0.1-4
- (3f6904a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11581 |14cu|nodejs-insight-0.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname insight

Summary:        Anonymously reporting tool
Name:           nodejs-%{oname}
Version:        0.7.0
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/yeoman/insight
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tough-cookie)
BuildRequires:  npm(request)
BuildRequires:  npm(os-name)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(lodash.debounce)
BuildRequires:  npm(inquirer)
BuildRequires:  npm(configstore)
BuildRequires:  npm(chalk)
BuildRequires:  npm(async)

BuildArch:      noarch

%description
Understand how your tool is being used by anonymously
reporting usage metrics to an analtyics vendor, e.g. 
Google Analytics.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.7.0-4
- (cdbc569) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11582 |14cu|nodejs-intersect-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname intersect

Summary:        Find the intersection of two arrays
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/juliangruber/intersect
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (e120308) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11583 |14cu|nodejs-invariant-2.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname invariant

Summary:        A mirror of Facebook's invariant 
Name:           nodejs-%{oname}
Version:        2.2.0
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/zertosh/invariant
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/zertosh/invariant/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(loose-envify)
#
BuildRequires:  npm(browserify)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js
  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.0-4
- (609837e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11584 |14cu|nodejs-invert-kv-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname invert-kv

Summary:        Invert the key/value of an object
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/invert-kv
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/invert-kv/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Invert the key/value of an object. 
Example: {foo: 'bar'} → {bar: 'foo'}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -r %{SOURCE1} license

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (ac97c9f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11585 |14cu|nodejs-ipaddr.js-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ipaddr.js

Summary:        A library for manipulating IPv4 and IPv6 addresses in JavaScript
Name:           nodejs-%{oname}
Version:        1.0.5 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/whitequark/ipaddr.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(nodeunit)
BuildRequires:  npm(uglify-js)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep uglify-js

%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
cake build test  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.5-4
- (39871f2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11586 |14cu|nodejs-irregular-plurals-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname irregular-plurals

Summary:        Map of nouns to their irregular plural form
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/irregular-plurals
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json irregular-plurals.json \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (8bcf7de) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11587 |14cu|nodejs-is2-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is2

Summary:        Checking library where each exported function returns true or false
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/stdarg/is2
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(deep-is)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha -C --reporter list tests.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (b4f3932) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11588 |14cu|nodejs-is-3.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is

Summary:        The definitive JavaScript type testing library
Name:           nodejs-%{oname}
Version:        3.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/enricomarino/is
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(tape)

BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test/index.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.0-4
- (aae7661) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11589 |14cu|nodejs-is-absolute-0.2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-absolute

Summary:        Returns true if a file path is absolute
Name:           nodejs-%{oname}
Version:        0.2.3 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/is-absolute
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-windows)
BuildRequires:  npm(is-relative)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.3-4
- (8549a19) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11590 |14cu|nodejs-isarray-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname isarray

Summary:        Array#isArray for older browsers
Name:           nodejs-%{oname}
Version:        0.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/juliangruber/isarray
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.1-4
- (ad60dbd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11591 |14cu|nodejs-is-arrayish-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-arrayish

Summary:        Determines if an object can be used as an array
Name:           nodejs-%{oname}
Version:        0.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/qix-/node-is-arrayish
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.1-4
- (ec2972b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11592 |14cu|nodejs-is-buffer-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-buffer 

Summary:        Determine if an object is Buffer
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/feross/is-buffer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check  
tape test/*.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (ec48808) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11593 |14cu|nodejs-is-builtin-module-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-builtin-module

Summary:        Check if a string matches the name of a Node.js builtin module
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/is-builtin-module
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(builtin-modules)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (8f1867c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11594 |14cu|nodejs-is-bzip2-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-bzip2

Summary:        Check if a Buffer/Uint8Array is a BZIP2 file
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/is-bzip2
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/kevva/is-bzip2/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (c753240) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11595 |14cu|nodejs-is-callable-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-callable

Summary:        Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ljharb/is-callable
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (c85fcba) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11596 |14cu|nodejs-is-date-object-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-date-object

Summary:        This module works cross-realm/iframe, and despite ES6 @@toStringTag
Name:           nodejs-%{oname}
Version:        1.0.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ljharb/is-date-object
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (d2d7c9a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11597 |14cu|nodejs-is-dotfile-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-dotfile

Summary:        Return true if a file path is (or has) a dotfile
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/is-dotfile
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (b7406f4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11598 |14cu|nodejs-is-equal-shallow-0.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-equal-shallow

Summary:        Does a shallow comparison of two objects,false if the keys or values differ
Name:           nodejs-%{oname}
Version:        0.1.3 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/is-equal-shallow
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/is-equal-shallow/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-primitive)
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.3-4
- (e09d214) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11599 |14cu|nodejs-is-extendable-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-extendable

Summary:        Returns true if a value is any of the array, regexp
Name:           nodejs-%{oname}
Version:        0.1.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/is-extendable
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/is-extendable/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-4
- (1a4fce4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11600 |14cu|nodejs-is-extglob-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-extglob

Summary:        Returns true if a string has an extglob
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/is-extglob
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/is-extglob/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha      

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (5619b88) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11601 |14cu|nodejs-is-finite-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-finite

Summary:        ES6 Number.isFinite() ponyfill
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/is-finite
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(number-is-nan)

BuildArch:      noarch

%description
ES6 Number.isFinite() ponyfill.
Ponyfill: A polyfill that doesn't overwrite 
the native method.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (e854ea7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11602 |14cu|nodejs-is-fullwidth-code-point-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-fullwidth-code-point

Summary:        Check Unicode code point is fullwidth
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/is-fullwidth-code-point
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(number-is-nan)

BuildArch:      noarch

%description
Check if the character represented by 
a given Unicode code point is fullwidth.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (063ae3a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11603 |14cu|nodejs-is-glob-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-glob

Summary:        Returns true if the given string looks like a glob pattern
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/is-glob
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-extglob)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-4
- (e38cb53) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11604 |14cu|nodejs-is-gzip-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-gzip

Summary:        Check if a Buffer/Uint8Array is a GZIP file
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/is-gzip
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/kevva/is-gzip/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (47b1c16) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11605 |14cu|nodejs-is-integer-1.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-integer

Summary:        ES2015 (ES6) Number.isInteger polyfill
Name:           nodejs-%{oname}
Version:        1.0.6
Release:        4
License:        WTFPL
Group:          Development/Other
Url:            https://github.com/parshap/js-is-integer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-finite)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.6-4
- (28052cb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11606 |14cu|nodejs-is-my-json-valid-2.12.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-my-json-valid

Summary:        A JSONSchema validator that uses code generation to be extremely fast
Name:           nodejs-%{oname}
Version:        2.12.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mafintosh/is-my-json-valid
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xtend)
BuildRequires:  npm(jsonpointer)
BuildRequires:  npm(generate-object-property)
BuildRequires:  npm(generate-function)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep jsonpointer 3.0.0

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.12.3-4
- (2dcbe42) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11607 |14cu|nodejs-is-natural-number-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-natural-number

Summary:        Check if a number is a natural number
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/shinnn/is-natural-number.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}-cjs.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (d6e3f13) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11608 |14cu|nodejs-is-npm-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-npm

Summary:        Check if your code is running as an npm script
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/is-npm
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/is-npm/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (c808071) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11609 |14cu|nodejs-is-number-2.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-number

Summary:        Returns true if the value is a number. comprehensive tests
Name:           nodejs-%{oname}
Version:        2.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/is-number
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/is-number/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(kind-of)
#
BuildRequires:  npm(chalk)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js     

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.0-4
- (e9602ec) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11610 |14cu|nodejs-iso8601-1.1.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-iso8601
Version:    1.1.1
Release:    11
Summary:    Node.js module to parse and print ISO8601 dates
License:    MIT
Group:      System/Libraries
URL:        https://github.com/calmh/node-iso8601
Source0:    http://registry.npmjs.org/iso8601/-/iso8601-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%{summary}


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/iso8601
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/iso8601

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha -R spec
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/iso8601



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-11
- (61b4198) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11611 |14cu|nodejs-is-obj-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-obj

Summary:        Check if a value is an object
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/is-obj
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (5e6d389) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11612 |14cu|nodejs-is-object-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-object

Summary:        Checks whether a value is an object
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ljharb/is-object
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test/index.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (b23622b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11613 |14cu|nodejs-isobject-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname isobject

Summary:        Returns true if the value is an object and not an array or null
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/isobject
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/isobject/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(isarray)
#
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (ffb3b7b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11614 |14cu|nodejs-isodate-0.1.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-isodate
Version:    0.1.4
Release:    9
Summary:    JavaScript ISO 8601 date/time parser for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/pvorb/node-isodate
Source0:    http://registry.npmjs.org/isodate/-/isodate-%{version}.tgz
# One test file is not included in the npm tarball.
Source1:    https://raw.github.com/pvorb/node-isodate/4864e664cabba43003424453a82d50fd8f133737/test.js
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package
cp -a %{SOURCE1} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/isodate
cp -pr package.json isodate.js \
    %{buildroot}%{nodejs_sitelib}/isodate

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%__nodejs test.js
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/isodate



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.4-9
- (f518c09) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11615 |14cu|nodejs-is-path-cwd-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-path-cwd

Summary:        Check if a path is CWD
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/is-path-cwd
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/is-path-cwd/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (5de8ad6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11616 |14cu|nodejs-is-path-in-cwd-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-path-in-cwd 

Summary:        Check if a path is in the current working directory
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/is-path-in-cwd
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/is-path-in-cwd/master/license
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-path-inside)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (4193587) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11617 |14cu|nodejs-is-path-inside-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-path-inside

Summary:        Check if a path is inside another path
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/is-path-inside
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/is-path-inside/master/license
BuildRequires:  nodejs-packaging
BuildRequires:  npm(path-is-inside)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (2fa1b57) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11618 |14cu|nodejs-is-plain-obj-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-plain-obj

Summary:        Check if a value is a plain object
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/is-plain-obj
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
An object is plain if it's created by either 
{}, new Object() or Object.create(null)..

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (5dbe384) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11619 |14cu|nodejs-is-primitive-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-primitive

Summary:        Returns 'true' if the value is a primitive
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/is-primitive
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/is-primitive/master/test.js
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha test.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (31bc175) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11620 |14cu|nodejs-is-promise-2.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-promise

Summary:        Test whether an object looks like a promises-a+ promise
Name:           nodejs-%{oname}
Version:        2.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/then/is-promise
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.0-4
- (a490226) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11621 |14cu|nodejs-is-property-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-property

Summary:        Tests if a JSON property can be accessed using . syntax
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mikolalysenko/is-property
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (a40e36f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11622 |14cu|nodejs-is-redirect-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-redirect 

Summary:        Check if a number is a redirect HTTP status code
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/is-redirect
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (87f2829) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11623 |14cu|nodejs-is-regex-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-regex 

Summary:        Works cross-realm/iframe, and despite ES6 @@toStringTag
Name:           nodejs-%{oname}
Version:        1.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ljharb/is-regex
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (24ff870) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11624 |14cu|nodejs-is-regexp-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-regexp

Summary:        Check whether a variable is a regular expression
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/is-regexp
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/is-regexp/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (685c525) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11625 |14cu|nodejs-is-relative-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-relative

Summary:        Returns true if the path appears to be relative
Name:           nodejs-%{oname}
Version:        0.2.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/is-relative
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-unc-path)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.1-4
- (75ab178) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11626 |14cu|nodejs-is-resolvable-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-resolvable

Summary:        Check if a module ID is resolvable with require()
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/shinnn/is-resolvable
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tryit)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod -x README.md index.js

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (83c7cfd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11627 |14cu|nodejs-is-root-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-root

Summary:        Check if the process is running as root user, eg. started with sudo
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/is-root
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/is-root/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (e3002be) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11628 |14cu|nodejs-isstream-0.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname isstream

Summary:        Determine if an object is a Stream
Name:           nodejs-%{oname}
Version:        0.1.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/rvagg/isstream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{buildroot}/%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.2-4
- (69cd679) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11629 |14cu|nodejs-is-stream-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-stream

Summary:        Check if something is a Node.js stream
Name:           nodejs-%{oname}
Version:        1.0.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/is-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/is-stream/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -r %{SOURCE1} license

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (bc6da3b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11630 |14cu|nodejs-is-symbol-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-symbol

Summary:        Determine if a value is an ES6 Symbol or not
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ljharb/is-symbol
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (791d25c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11631 |14cu|nodejs-istanbul-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname istanbul

Summary:        A JS code coverage tool written in JS
Name:           nodejs-%{oname}
Version:        0.4.0
Release:        4
Group:          Development/Other
License:        BSD
URL:            https://github.com/gotwarlost/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:	%{name}.rpmlintrc

BuildRequires:  nodejs-packaging
BuildRequires:  npm(rimraf)
BuildRequires:  npm(abbrev)
BuildRequires:  npm(wordwrap)
BuildRequires:  npm(which)
BuildRequires:  npm(supports-color)
BuildRequires:  npm(resolve)
BuildRequires:  npm(once)
BuildRequires:  npm(nopt)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(js-yaml)
BuildRequires:  npm(handlebars)
BuildRequires:  npm(fileset)
BuildRequires:  npm(esprima)
BuildRequires:  npm(escodegen)
BuildRequires:  npm(async)

BuildArch:      noarch

%description
Yet another JS code coverage tool that computes statement, 
line, function and branch coverage with module loader 
hooks to transparently add coverage when running tests. 
Supports all JS coverage use cases including unit tests, 
server side functional tests.


%files
%doc README.md CHANGELOG.md LICENSE
%{_bindir}/%{oname}-js
%{nodejs_sitelib}/%{oname}

#--------------------------------------------

%prep
%setup -qn package
rm -rf node_modules
%nodejs_fixdep esprima 2.7.x

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/  %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/%{oname}/lib/cli.js %{buildroot}%{_bindir}/%{oname}-js

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.0-4
- (1526936) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11632 |14cu|nodejs-is-tar-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-tar

Summary:        Check if a Buffer/Uint8Array is a TAR file
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/is-tar
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/kevva/is-tar/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (7f8cc9f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11633 |14cu|nodejs-istextorbinary-2.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname istextorbinary

Summary:        Determines if a buffer is comprised of text or binary
Name:           nodejs-%{oname}
Version:        2.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/istextorbinary
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(editions)
BuildRequires:  npm(binaryextensions)
BuildRequires:  npm(textextensions)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md HISTORY.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js docs/ es2015/ source/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.0-4
- (91f8a6e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11634 |14cu|nodejs-is-typedarray-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-typedarray

Summary:        Detect whether or not an object is a Typed Array
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/hughsk/is-typedarray
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (6eeffb7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11635 |14cu|nodejs-is-unc-path-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-unc-path

Summary:        True if a filepath is a windows UNC file path
Name:           nodejs-%{oname}
Version:        0.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/is-unc-path
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  npm(unc-path-regex)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-4
- (aa9429d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11636 |14cu|nodejs-is-url-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-url

Summary:        Check whether a string is a URL
Name:           nodejs-%{oname}
Version:        1.2.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/segmentio/is-url
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec test   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-4
- (d01d1be) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11637 |14cu|nodejs-is-utf8-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-utf8

Summary:        Detect if a buffer is utf8 encoded
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/wayfind/is-utf8
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md utf8.txt ansi.txt
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -name "*.txt" -exec chmod -x {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json is-utf8.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (86becaa) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11638 |14cu|nodejs-is-valid-glob-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-valid-glob

Summary:        Return true if a value is a valid glob pattern or patterns
Name:           nodejs-%{oname}
Version:        0.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/is-valid-glob
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/is-valid-glob/0.3.0/test.js
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-4
- (3c91f05) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11639 |14cu|nodejs-is-windows-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-windows

Summary:        Returns true if the platform is windwows
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/is-windows
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (59c4ee9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11640 |14cu|nodejs-is-zip-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname is-zip

Summary:        Check if a Buffer/Uint8Array is a ZIP file
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/is-zip
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/kevva/is-zip/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (bb87185) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11641 |14cu|nodejs-jade-1.11.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jade

Name:       nodejs-%{oname}
Version:    1.11.0
Release:    4
Summary:    Jade template engine for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/visionmedia/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:  %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(with)
BuildRequires:  npm(void-elements)
BuildRequires:  npm(uglify-js)
BuildRequires:  npm(transformers)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(jstransformer)
BuildRequires:  npm(constantinople)
BuildRequires:  npm(commander)
BuildRequires:  npm(clean-css)
BuildRequires:  npm(character-parser)


BuildArch:  noarch

%description
Jade is a high performance template engine heavily influenced by Haml and
implemented with JavaScript for Node.js.

%files
%doc *.md LICENSE 
%{_bindir}/%{oname}-nodejs
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------------


%prep
%setup -qn package

%nodejs_fixdep with 5.0.x
%nodejs_fixdep void-elements 2.0.x
%nodejs_fixdep uglify-js 2.6.x
%nodejs_fixdep transformers 3.1.x
%nodejs_fixdep mkdirp 0.5.x
%nodejs_fixdep jstransformer 0.0.4
%nodejs_fixdep constantinople 3.0.x
%nodejs_fixdep commander  2.9.x
%nodejs_fixdep clean-css 3.4.x
%nodejs_fixdep character-parser 2.1.x


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json *.js lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}/bin
install -p -D -m0755 bin/%{oname}.js \
  %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}.js

mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname}.js \
    %{buildroot}%{_bindir}/%{oname}-nodejs

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.11.0-4
- (079dde1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11642 |14cu|nodejs-jasmine-reporters-0.4.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-jasmine-reporters
Version:    0.4.1
Release:    6
Summary:    Reporters for the Jasmine behavior-driven development (BDD) framework
License:    MIT
Group:      System/Libraries
URL:        https://github.com/larrymyers/jasmine-reporters
Source0:    http://registry.npmjs.org/jasmine-reporters/-/jasmine-reporters-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(jasmine-node)
%endif

%description
%{summary}


%prep
%setup -q -n package
rm -rf ext/


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/jasmine-reporters
cp -pr package.json src/ \
    %{buildroot}%{nodejs_sitelib}/jasmine-reporters

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/jasmine-node test/
%endif


%files
%doc LICENSE README.markdown
%{nodejs_sitelib}/jasmine-reporters



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.1-6
- (37382da) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11643 |14cu|nodejs-jison-0.4.15-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jison 

Summary:        A parser generator with Bison's API
Name:           nodejs-%{oname}
Version:        0.4.15
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/zaach/jison
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ebnf-parser)
BuildRequires:  npm(cjson)
BuildRequires:  npm(nomnom)
BuildRequires:  npm(lex-parser)
BuildRequires:  npm(JSONSelect)
BuildRequires:  npm(esprima)
BuildRequires:  npm(jison-lex)
BuildRequires:  npm(escodegen)

BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep cjson
%nodejs_fixdep nomnom
%nodejs_fixdep lex-parser
%nodejs_fixdep JSONSelect
%nodejs_fixdep esprima
%nodejs_fixdep jison-lex
%nodejs_fixdep escodegen

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.15-4
- (f9b8efd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11644 |14cu|nodejs-jison-lex-0.3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jison-lex

Summary:        A lexical analyzer generator used by jison
Name:           nodejs-%{oname}
Version:        0.3.4 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/zaach/jison-lex
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nomnom)
BuildRequires:  npm(lex-parser)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep lex-parser
%nodejs_fixdep nomnom

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.4-4
- (1b33143) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11645 |14cu|nodejs-jju-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jju

Summary:        Set of utilities to work with JSON / JSON5 documents
Name:           nodejs-%{oname}
Version:        1.2.1
Release:        4
License:        WTFPL
Group:          Development/Other
Url:            https://github.com/rlidwka/jju
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# mugged from master branch
Source1:        test.tar.gz
Source2:        https://raw.githubusercontent.com/rlidwka/jju/master/README.md
BuildRequires:  nodejs-packaging
BuildRequires:  npm(eslint)
BuildRequires:  npm(js-yaml)
BuildRequires:  npm(mocha)

BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package -a 1
rm -rf node_modules
cp -p %{SOURCE2} .

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js *.yaml lib/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check 
mocha test/*.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-4
- (c982e2e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11646 |14cu|nodejs-jodid25519-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jodid25519 

Summary:        A jodid25519 - Curve 25519-based cryptography
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/meganz/jodid25519
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(jsbn)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (558af09) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11647 |14cu|nodejs-joose-3.50.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global __provides_exclude_from ^%{nodejs_sitelib}/joose/librarian/.*$
%global enable_tests 0

Name:       nodejs-joose
Version:    3.50.0
Release:    8
Summary:    Post modern self-hosting meta object system for JavaScript

# License text is included in README.md
License:    BSD
Group:      System/Libraries
URL:        https://github.com/Joose/Joose
Source0:    http://registry.npmjs.org/joose/-/joose-%{version}.tgz
BuildArch:  noarch

# The requires that librarian uses are relative paths and need to be fixed.
Patch0:     nodejs-joose-3.50.0-librarian-requires.patch
# The requires that joose uses need to be fixed after moving librarian to a
# different location.
Patch1:     nodejs-joose-3.50.0-joose-requires.patch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(test-run)
%endif

%description
Post modern self-hosting meta object system for JavaScript with support
for classes, inheritance, roles, traits, method modifiers and more.

%prep
%setup -q -n package
%patch0 -p1
%patch1 -p1
# librarian doesn't appear to be a real module. joose doesn't list librarian
# as a dependency, and librarian doesn't have a package.json, though both
# modules 'require' each other. There is also already another module on the
# npm registry called librarian. To simplify things and reduce confusion, I'm
# going to treat librarian as part of joose itself rather than separating it
# into a subpackage.
mv node_modules/librarian librarian
rm -rf node_modules
%nodejs_fixdep paperboy '~0.0.5'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/joose
cp -pr package.json \
    joose-all.js joose-all-min.js joose-all-web.js joose-webseed.js \
    lib/ librarian/ \
    %{buildroot}%{nodejs_sitelib}/joose

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__nodejs t/index.js
%__nodejs node_modules/librarian/t/index.js
%endif


%files
%doc Changes LICENSE README.md doc/
%{nodejs_sitelib}/joose



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.50.0-8
- (83bda9e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11648 |14cu|nodejs-joosex-simplerequest-0.2.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-joosex-simplerequest
Version:    0.2.2
Release:    8
Summary:    Simple XHR request abstraction for Node.js
# README.md contains a copy of the BSD license, while LICENSE contains
# a copy of the LGPLv3 license.
License:    BSD or LGPLv3
Group:      System/Libraries
URL:        https://github.com/SamuraiJack/JooseX-SimpleRequest
Source0:    http://registry.npmjs.org/joosex-simplerequest/-/joosex-simplerequest-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/joosex-simplerequest
rm -f lib/JooseX/SimpleRequest.mmd
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/joosex-simplerequest

%nodejs_symlink_deps


%files
%doc Changes LICENSE README.md doc/
%{nodejs_sitelib}/joosex-simplerequest



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.2-8
- (d5cd5a7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11649 |14cu|nodejs-js-beautify-1.6.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname js-beautify

Summary:        Jsbeautifier.org for node
Name:           nodejs-%{oname}
Version:        1.6.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/beautify-web/js-beautify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nopt)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(config-chain)
BuildRequires:  pkgconfig(python)
#
BuildRequires:  npm(benchmark)
BuildRequires:  npm(jshint)
BuildRequires:  npm(mustache)
BuildRequires:  npm(node-static)
BuildRequires:  npm(requirejs)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json js/ tools/ *.yml %{buildroot}%{nodejs_sitelib}/%{oname}

rm -fr %{buildroot}%{nodejs_sitelib}/%{oname}/js/test
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs js/test/*.js

 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.6.2-4
- (0825879) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11650 |14cu|nodejs-jsbn-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jsbn

Summary:        Implementation of large-number math in pure JavaScript
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        4
# package.json stipulate BSD
License:        BSD
Group:          Development/Other
Url:            https://github.com/andyperlitch/jsbn
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
The jsbn library is a fast, portable implementation of 
large-number math in pure JavaScript, enabling public-key 
crypto and other applications on desktop and mobile browsers.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (e651354) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11651 |14cu|nodejs-jschardet-1.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jschardet

Summary:        Character encoding auto-detection in JavaScript
Name:           nodejs-%{oname}
Version:        1.4.1 
Release:        4
License:        LGPLv2+
Group:          Development/Other
Url:            https://github.com/aadsm/jschardet
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md CONTRIBUTORS
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js src/ tests/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.1-4
- (e9c95a2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11652 |14cu|nodejs-jscoverage-0.3.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Not all dependencies have been satisfied yet.
%global enable_tests 0

Name:       nodejs-jscoverage
Version:    0.3.8
Release:    6
Summary:    A JavaScript coverage tool for Node.js and browser development
License:    MIT
Group:      System/Libraries
URL:        https://github.com/fishbar/jscoverage
Source0:    http://registry.npmjs.org/jscoverage/-/jscoverage-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(expect.js)
BuildRequires:  npm(mocha)
BuildRequires:  npm(optimist)
BuildRequires:  npm(xfs)
BuildRequires:  uglify-js1
%endif

%description
%{summary}.


%prep
%setup -q -n package
%nodejs_fixdep uglify-js '1.3.x'
%nodejs_fixdep optimist '~0.4'
# Some files are executable that don't need to be.
find -type f -iname '*.js' -exec chmod 644 '{}' \;


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/jscoverage
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/jscoverage
mkdir -p %{buildroot}%{nodejs_sitelib}/jscoverage/bin
install -p -D -m0755 bin/jscoverage \
    %{buildroot}%{nodejs_sitelib}/jscoverage/bin/jscoverage
mkdir -p %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/jscoverage/bin/jscoverage %{buildroot}%{_bindir}

%nodejs_symlink_deps
rm -f %{buildroot}%{nodejs_sitelib}/jscoverage/node_modules/uglify-js
ln -sf %{nodejs_sitelib}/uglify-js1 \
    %{buildroot}%{nodejs_sitelib}/jscoverage/node_modules/uglify-js


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha test/test.js
%endif


%files
%doc LICENSE README.md
%{nodejs_sitelib}/jscoverage
%{_bindir}/jscoverage

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.8-6
- (24a6a00) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11653 |14cu|nodejs-jscs-2.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jscs

Summary:        JavaScript Code Style
Name:           nodejs-%{oname}
Version:        2.9.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jscs-dev/node-jscs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        test.tar.gz
Source2:        https://raw.githubusercontent.com/jscs-dev/node-jscs/master/grouping.json
Source3:        https://raw.githubusercontent.com/jscs-dev/node-jscs/v2.9.0/.jscsrc
Source4:        https://raw.githubusercontent.com/jscs-dev/node-jscs/v2.9.0/.jshintrc
Source5:        https://raw.githubusercontent.com/jscs-dev/node-jscs/v2.9.0/.jshintignore
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xmlbuilder) 
BuildRequires:  npm(vow-fs) 
BuildRequires:  npm(vow) 
BuildRequires:  npm(to-single-quotes)
BuildRequires:  npm(to-double-quotes)
BuildRequires:  npm(strip-json-comments)
BuildRequires:  npm(strip-bom)
BuildRequires:  npm(resolve)
BuildRequires:  npm(reserved-words)
BuildRequires:  npm(prompt)
BuildRequires:  npm(pathval)
BuildRequires:  npm(natural-compare)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(lodash)
BuildRequires:  npm(jsonlint)
BuildRequires:  npm(jscs-preset-wikimedia)
BuildRequires:  npm(jscs-jsdoc)
BuildRequires:  npm(js-yaml)
BuildRequires:  npm(htmlparser2)
BuildRequires:  npm(glob)
BuildRequires:  npm(exit)
BuildRequires:  npm(estraverse)
BuildRequires:  npm(esprima)
BuildRequires:  npm(escope)
BuildRequires:  npm(commander)
BuildRequires:  npm(cli-table)
BuildRequires:  npm(chalk)
BuildRequires:  npm(babel-jscs)
#
BuildRequires:  npm(browserify)
BuildRequires:  npm(chai)
BuildRequires:  npm(coveralls)
BuildRequires:  npm(has-ansi)
BuildRequires:  npm(jshint)
BuildRequires:  npm(mocha)
BuildRequires:  npm(regenerate)
BuildRequires:  npm(rewire)
BuildRequires:  npm(sinon)
BuildRequires:  npm(sinon-chai)
BuildRequires:  npm(unicode-7.0.0)
BuildRequires:  npm(unit-coverage)
BuildRequires:  npm(xml2js)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md 
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package -a1
rm -rf node_modules
cp -p %{SOURCE2} .
cp -p %{SOURCE3} .
cp -p %{SOURCE4} .
cp -p %{SOURCE5} .
chmod 644 lib/reporters/*.js lib/rules/*.js
%nodejs_fixdep strip-json-comments
%nodejs_fixdep htmlparser2

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js bin/ lib/ patterns/ presets/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}

chmod 755 %{buildroot}/%{nodejs_sitelib}/%{oname}/bin/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} %{buildroot}%{_bindir}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check 
jshint . && %__nodejs bin/jscs lib test bin || :  
mocha --color || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.9.0-4
- (c88210a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11654 |14cu|nodejs-jscs-jsdoc-1.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jscs-jsdoc

Summary:        JSCS jsdoc plugin
Name:           nodejs-%{oname}
Version:        1.3.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jscs-dev/jscs-jsdoc
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(jsdoctypeparser)
BuildRequires:  npm(comment-parser)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep jsdoctypeparser

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.1-4
- (d410f54) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11655 |14cu|nodejs-jscs-preset-wikimedia-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jscs-preset-wikimedia

Summary:        JSCS preset for Wikimedia coding style
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/wikimedia/jscs-preset-wikimedia
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
# circular dev dep jscs, no tests ATM
# BuildRequires:  npm(jscs)
# BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json presets/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

# drop tests ATM
%check
%nodejs_symlink_deps --check
mocha || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (7b701ec) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11656 |14cu|nodejs-jsdoctypeparser-2.0.0-0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jsdoctypeparser

Summary:        Strict JsDoc type expression parser
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        0.4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Kuniwak/jsdoctypeparser
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}-alpha-5.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash)
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js bower_components/ bin/ lib/ peg_lib/ peg_src/ schemas \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha tests

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-0.4
- (181c065) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11657 |14cu|nodejs-jshint-2.9.1-0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jshint

Summary:        Static analysis tool for JavaScript
Name:           nodejs-%{oname}
Version:        2.9.1
Release:        0.5
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshint/jshint
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}-rc2.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash)
BuildRequires:  npm(strip-json-comments)
BuildRequires:  npm(shelljs)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(htmlparser2)
BuildRequires:  npm(exit)
BuildRequires:  npm(console-browserify)
BuildRequires:  npm(cli)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md 
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
%nodejs_fixdep cli
%nodejs_fixdep strip-json-comments
%nodejs_fixdep lodash
%nodejs_fixdep console-browserify
%nodejs_fixdep exit
%nodejs_fixdep htmlparser2
%nodejs_fixdep minimatch
%nodejs_fixdep shelljs

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json bin/ data/ dist/ src/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/{apply,build,jshint,land}

mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} %{buildroot}%{_bindir}/%{oname}


%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.9.1-0.5
- (01058a3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11658 |14cu|nodejs-json5-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname json5

Summary:        JSON for the ES5 era
Name:           nodejs-%{oname}
Version:        0.4.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/aseemk/json5
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules 

%build
npm run build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.* lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --ui exports --reporter spec || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.0-4
- (ead7b80) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11659 |14cu|nodejs-jsonfile-2.2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jsonfile

Summary:    Easily read/write JSON files
Name:       nodejs-%{oname}
Version:    2.2.3
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/jprichardson/node-%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/jprichardson/node-%{oname}/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(rimraf)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------
%prep
%setup -q -n node-%{oname}-%{version}

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.3-4
- (7d9e439) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11660 |14cu|nodejs-jsonify-0.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jsonify

Summary:    JSON without touching any globals
Name:       nodejs-%{oname}
Version:    0.0.0
Release:    9
License:    Public Domain
Group:      Development/Other
URL:        https://github.com/substack/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(garbage)
BuildRequires:  npm(tap)
BuildArch:  noarch

%description
This module provides Douglas Crockford's JSON implementation without
modifying any globals. 'stringify' and 'parse' are merely exported
without respect to whether or not a global JSON object exists.

%files
%doc README.markdown
%{nodejs_sitelib}/%{oname}
#---------------------------------------

%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test   






%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.0-9
- (2275ac8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11661 |14cu|nodejs-jsonlint-1.6.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jsonlint

Summary:        Validate JSON
Name:           nodejs-%{oname}
Version:        1.6.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/zaach/jsonlint
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(JSV)
BuildRequires:  npm(nomnom)
BuildRequires:  npm(uglify-js)
BuildRequires:  npm(test)
BuildRequires:  npm(jison)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep JSV

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r lib/ *.json scripts/ src/ test/ web/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/lib/{formatter,cli}.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/lib/cli.js %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test/all-tests.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.6.2-4
- (07b57eb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11662 |14cu|nodejs-jsonparse-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jsonparse

Summary:        This is a pure-js JSON streaming parser for node.js
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/creationix/jsonparse
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.markdown examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js samplejson %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
%tap test   


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (67f5a82) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11663 |14cu|nodejs-json-parse-helpfulerror-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname json-parse-helpfulerror

Summary:        Replacement for JSON.parse that uses jju to give helpful errors
Name:           nodejs-%{oname}
Version:        1.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/smikes/json-parse-helpfulerror
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(jju)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (8577a8a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11664 |14cu|nodejs-jsonpointer-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jsonpointer

Summary:        Simple JSON Addressing
Name:           nodejs-%{oname}
Version:        3.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/janl/node-jsonpointer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (ef9e771) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11665 |14cu|nodejs-json-rpc2-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname json-rpc2

Summary:        JSON-RPC 2.0 server and client library
Name:           nodejs-%{oname}
Version:        1.0.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/pocesar/node-jsonrpc2
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(object-assign)
BuildRequires:  npm(eventemitter3)
BuildRequires:  npm(faye-websocket)
BuildRequires:  npm(es5class)
BuildRequires:  npm(lodash)
BuildRequires:  npm(debug)
BuildRequires:  npm(jsonparse)
#
BuildRequires:  npm(expect.js)
BuildRequires:  npm(jshint)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json src/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
jshint examples src test && mocha test/*.js     


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (cd9664d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11666 |14cu|nodejs-json-schema-0.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname json-schema

Summary:        JSON Schema validation and specifications
Name:           nodejs-%{oname}
Version:        0.2.2
Release:        4
# AFL or BSD in README.md
License:        BSD
Group:          Development/Other
Url:            https://github.com/kriszyp/json-schema
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib draft-0* *.xml \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.2-4
- (50f1d87) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11667 |14cu|nodejs-JSONSelect-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname JSONSelect

Summary:        CSS-like selectors for JSON
Name:           nodejs-%{oname}
Version:        0.4.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lloyd/JSONSelect
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
rm -rf src/test/tests/.gitignore

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json src/ site/  %{buildroot}/%{nodejs_sitelib}/%{oname}

find %{buildroot} -size 0 -delete
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs src/test/run.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.0-4
- (2a9f4fe) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11668 |14cu|nodejs-json-stable-stringify-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname json-stable-stringify

Summary:        JSON.stringify() with custom sorting to get deterministic hashes
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/json-stable-stringify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(jsonify)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

%check
%nodejs_symlink_deps --check 
tape test/*.js            



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (7d87cd2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11669 |14cu|nodejs-JSONStream-1.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname JSONStream

Summary:        RawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Name:           nodejs-%{oname}
Version:        1.0.7
Release:        4
License:        MIT or ASL 2.0 
Group:          Development/Other
Url:            https://github.com/dominictarr/JSONStream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(through)
BuildRequires:  npm(jsonparse)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.* readme.markdown examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.7-4
- (200aa66) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11670 |14cu|nodejs-json-stringify-safe-5.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname json-stringify-safe

Summary:    JSON.stringify that handles circular references
Name:       nodejs-%{oname}
Version:    5.0.1
Release:    4
License:    ISC
Group:      Development/Other
URL:        https://github.com/isaacs/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
This module provides functionality similar to 
JavaScript's JSON.stringify, but
it doesn't blow up when it encounters 
circular references.

%files
%doc README.md LICENSE CHANGELOG.md
%{nodejs_sitelib}/%{oname}

#--------------------------------------------------------------------
%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr stringify.js package.json \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.0.1-4
- (c485805) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11671 |14cu|nodejs-jsprim-1.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jsprim

Summary:        Utilities for primitive JavaScript types
Name:           nodejs-%{oname}
Version:        1.2.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/davepacheco/node-jsprim
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(verror)
BuildRequires:  npm(json-schema)
BuildRequires:  npm(extsprintf)

BuildArch:      noarch

%description
This module provides miscellaneous facilities 
for working with strings, numbers, dates, 
and objects and arrays of these basic types.

%files
%doc LICENSE CHANGES.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep extsprintf 1.3.x
%nodejs_fixdep verror 1.6.x

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.2-4
- (a3b96e9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11672 |14cu|nodejs-jstest-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jstest

Summary:        The cross-platform JavaScript test framework
Name:           nodejs-%{oname}
Version:        1.0.5
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jcoglan/jstest
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nopt)

BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js bin/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
chmod 755  %{buildroot}/%{nodejs_sitelib}/%{oname}/bin/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} \
  %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.5-4
- (9a5f83b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11673 |14cu|nodejs-js-tokens-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname js-tokens

Summary:        A regex that tokenizes JavaScript
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lydell/js-tokens
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (afd1096) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11674 |14cu|nodejs-jstransformer-0.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jstransformer

Summary:        Normalize the API of any jstransformer
Name:           nodejs-%{oname}
Version:        0.0.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jstransformers/jstransformer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(promise)
BuildRequires:  npm(is-promise)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.4-4
- (63515c3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11675 |14cu|nodejs-JSV-4.0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname JSV 

Summary:        JSON Schema Validator
Name:           nodejs-%{oname}
Version:        4.0.2
Release:        8
Group:		Development/Other
License:        BSD
URL:            https://github.com/garycourt/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# Use external uri-js instead of bundled version
Patch0:         nodejs-%{oname}-uri-js.patch
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
JSV is a JavaScript implementation of a extendable, fully compliant
JSON Schema validator with the following features:

* The fastest extendable JSON validator available!
* Complete implementation of all current JSON Schema draft revisions.
* Supports creating individual environments (sandboxes) that validate
  using a particular schema specification.
* Provides an intuitive API for creating new validating schema
  attributes, or whole new custom schema schemas.
* Supports self, full and described by hyper links.
* Validates itself, and is bootstrapped from the JSON Schema schemas.
* Includes over 1100 unit tests for testing all parts of the specifications.
* Works in all ECMAScript 3 environments, including all web browsers
  and Node.js.
* Licensed under the FreeBSD License, a very open license.

%files
%doc *.md docs examples
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------

%prep
%setup -q -n package
sed -i -e 's/\r//' package.json lib/*.js README.md CHANGELOG.md
%patch0 -p1 -b .uri-js
rm -rf node_modules lib/uri

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.2-8
- (dec3a6b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11676 |14cu|nodejs-js-yaml-3.4.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname js-yaml 

Summary:    YAML 1.2 parser and serializer
Name:       nodejs-%{oname}
Version:    3.4.3
Release:    5
License:    MIT
Group:      Development/Other
URL:        https://github.com/nodeca/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  npm(esprima) >= 2.7.0
BuildRequires:  npm(argparse) >= 1.0.3

BuildArch:  noarch

%description
This is an implementation of YAML (YAML Ain't Markup Language), a human
friendly data serialization language. It started as PyYAML port, and was
completely rewritten from scratch.  Now it's very fast, and supports the
1.2 spec.



%files
%doc LICENSE *.md 
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------
%prep
%setup -qn package
rm -rf node_modules

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/ dist/ bin/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}/bin
install -p -D -m0755 bin/%{oname}.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname}.js \
    %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps






%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.4.3-5
- (cf65dcf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11677 |14cu|nodejs-jszip-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jszip

Summary:        Create, read and edit .zip files with Javascript
Name:           nodejs-%{oname}
Version:        3.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Stuk/jszip
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(asap)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(pako)
BuildRequires:  npm(es6-promise)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.markdown *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep es6-promise
%nodejs_fixdep readable-stream
%nodejs_fixdep pako

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json dist/ lib/ vendor/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (bc6fcae) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11678 |14cu|nodejs-junk-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname junk

Summary:        Filter out OS junk files like
Name:           nodejs-%{oname}
Version:        1.0.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/junk
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (bdd8013) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11679 |14cu|nodejs-jwa-1.1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jwa

Summary:	JWA implementation (supports all JWS algorithms)
Name:		nodejs-%{oname}
Version:	1.1.3
Release:	5
License:	MIT
Group:		Development/Other
Url:		https://github.com/brianloveswords/node-jwa
Source0:	http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:	nodejs-packaging
BuildRequires:	npm(base64url)
BuildRequires:	npm(buffer-equal-constant-time)
BuildRequires:	npm(ecdsa-sig-formatter)
#
BuildRequires:	npm(semver)
BuildRequires:	npm(tap)
BuildRequires:	openssl
BuildArch:	noarch

%description
JWA implementation (supports all JWS algorithms).

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------==========

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.3-5
- (69587fd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11680 |14cu|nodejs-jws-3.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname jws

Summary:        Implementation of JSON Web Signatures
Name:           nodejs-%{oname}
Version:        3.1.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/brianloveswords/node-jws
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(jwa)
BuildRequires:  npm(base64url)
#
BuildRequires:  npm(semver)
BuildRequires:  npm(tape)
BuildRequires:  /usr/bin/openssl
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
perl -pi -e "s|./node_modules/.bin/||" Makefile
%nodejs_symlink_deps --check
make test   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.3-4
- (987bf09) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11681 |14cu|nodejs-jwt-simple-0.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-jwt-simple
Version:    0.2.0
Release:    6
Summary:    JWT(JSON Web Token) encode and decode module for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/hokaccha/node-jwt-simple
Source0:    http://registry.npmjs.org/jwt-simple/-/jwt-simple-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(expect.js)
BuildRequires:  npm(mocha)
%endif

%description
%{summary}

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/jwt-simple
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/jwt-simple

%nodejs_symlink_deps

%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha test/basic.js
%endif

%files
%doc History.md LICENSE README.md
%{nodejs_sitelib}/jwt-simple

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-6
- (84477ac) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11682 |14cu|nodejs-kat-api-0.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kat-api

Summary:        KAT (Kickass) api wrapper with mirror fallback and advanced search parameters
Name:           nodejs-%{oname}
Version:        0.0.3
Release:        4
License:        GPLv3
Group:          Development/Other
Url:            https://github.com/team-pct
Source0:        https://github.com/team-pct/kat-api/archive/master.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(request)
BuildRequires:  npm(q)
BuildRequires:  npm(urijs)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-master
rm -rf node_modules
%nodejs_fixdep q
%nodejs_fixdep urijs
%nodejs_fixdep request

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.3-4
- (2c412fd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11683 |14cu|nodejs-kew-0.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kew

Summary:        Lightweight promise library for node
Name:           nodejs-%{oname}
Version:        0.7.0
Release:        4
License:        ASL 2.0
Group:          Development/Other
Url:            https://github.com/Medium/kew
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nodeunit)
BuildRequires:  npm(q)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.TXT *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
rm -fr test/chain.js
%nodejs_symlink_deps --check
nodeunit test  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.7.0-4
- (025fc9f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11684 |14cu|nodejs-keygrip-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname keygrip 

Summary:        Key signing and verification for rotated credentials
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/expressjs/keygrip
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (6c6b2e9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11685 |14cu|nodejs-keypress-0.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# test.js does not like being run in mock (ie, non-tty)
%global enable_tests 0

Name:       nodejs-keypress
Version:    0.2.1
Release:    6
Summary:    Make any Node ReadableStream emit "keypress" events

# License text is included in README.md
License:    MIT
Group:      System/Libraries
URL:        https://github.com/TooTallNate/keypress
Source0:    http://registry.npmjs.org/keypress/-/keypress-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
Previous to Node v0.8.x, there was an undocumented "keypress" event that
process.stdin would emit when it was a TTY. Some people discovered this
hidden gem, and started using it in their own code.

In Node v0.8.x, this "keypress" event does not get emitted by default,
but rather only when it is being used in conjunction with the readline
(or by extension, the repl) module.

This module is the exact logic from the node v0.8.x releases ripped out
into its own module.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/keypress
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/keypress

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%__nodejs test.js
%endif


%files
%doc README.md
%{nodejs_sitelib}/keypress



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.1-6
- (9eb557a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11686 |14cu|nodejs-kind-of-3.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kind-of

Summary:        Get the native type of a value
Name:           nodejs-%{oname}
Version:        3.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/kind-of
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-buffer)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.2-4
- (d1c6a77) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11687 |14cu|nodejs-klaw-1.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname klaw

Summary:        File system walker with Readable stream interface
Name:           nodejs-%{oname}
Version:        1.1.3 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jprichardson/node-klaw
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jprichardson/node-klaw/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn node-%{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape tests/**/*.js | tap-spec  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.3-4
- (10d4e81) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11688 |14cu|nodejs-labeled-stream-splicer-2.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname labeled-stream-splicer

Summary:        Stream splicer with labels
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/labeled-stream-splicer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(stream-splicer)
BuildRequires:  npm(isarray)
BuildRequires:  npm(inherits)
BuildRequires:  npm(browser-pack)
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(module-deps)
BuildRequires:  npm(tape)
BuildRequires:  npm(through2)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
perl -pi -e "s|^2.0.0|~2.0.0|" package.json
perl -pi -e "s|^2.0.1|~2.0.1|" package.json

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  
# link not created by up macro...
ln -sf %{nodejs_sitelib}/inherits \
	%{buildroot}%{nodejs_sitelib}/%{oname}/node_modules/

###%check
###%nodejs_symlink_deps --check 
### ln -sf %{nodejs_sitelib}/inherits node_modules/
### tape test/*.js      

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-5
- (b8a850e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11689 |14cu|nodejs-latest-version-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname latest-version

Summary:        Get the latest version of a npm package
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/latest-version
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(package-json)
BuildArch:      noarch

%description
Fetches the version directly from the registry instead of
depending on the massive npm module like the 
latest module does.



%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (cac1834) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11690 |14cu|nodejs-lazystream-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lazystream

Summary:        Open Node Streams on demand
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jpommerening/node-lazystream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
#
BuildRequires:  npm(nodeunit)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-* *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
nodeunit test/readable_test.js test/writable_test.js test/pipe_test.js test/fs_test.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (c8d0f91) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11691 |14cu|nodejs-lcid-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lcid

Summary:        Mapping between identifiers (LCID)
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/lcid
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(invert-kv)
BuildArch:      noarch

%description
Mapping between standard locale 
identifiers and Windows locale identifiers (LCID).

%files
%doc license readme.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (f0bf924) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11692 |14cu|nodejs-lcov-parse-0.0.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lcov-parse

Summary:        Parse lcov results files and return JSON
Name:           nodejs-%{oname}
Version:        0.0.10 
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/davglass/lcov-parse
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.10-4
- (57cbefe) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11693 |14cu|nodejs-left-pad-0.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname left-pad

Summary:        String left pad
Name:           nodejs-%{oname}
Version:        0.0.4
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/azer/left-pad
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/azer/left-pad/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.4-4
- (13c798d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11694 |14cu|nodejs-less-1.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-less
Version:        1.7.0
Release:        4
Summary:        Less.js The dynamic stylesheet language
Group:          Development/Other

# cssmin.js is licensed under BSD license
# everything else is ASL 2.0
License:        ASL 2.0 and BSD
URL:            http://lesscss.org
Source0: http://registry.npmjs.org/less/-/less-%{version}.tgz

# Since we're installing this in a global location, fix the require()
# calls to point there.
Patch0001: 0001-Require-include-files-from-the-default-location.patch

BuildArch:      noarch
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs-grunt-cli
Requires:       nodejs

Provides:  lessjs = %{version}-%{release}
Obsoletes: lessjs < 1.3.3-2

%description
LESS extends CSS with dynamic behavior such as variables, mixins, operations
and functions. LESS runs on both the client-side (Chrome, Safari, Firefox)
and server-side, with Node.js and Rhino.

%prep
%setup -q -n package

%patch0001 -p1

# Remove pre-built files from the dist/ directory
rm -f dist/*.js

# enable compression using ycssmin
%nodejs_fixdep ycssmin '~1.0.1'

%build
# Nothing to be built, we're just carrying around flat files

%check
make %{?_smp_mflags} test


%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{nodejs_sitelib}/less
chmod a+x bin/lessc
cp -rp bin package.json lib/less/* %{buildroot}/%{nodejs_sitelib}/less

# Install /usr/bin/lessc
ln -s %{nodejs_sitelib}/less/bin/lessc \
      %{buildroot}%{_bindir}

%nodejs_symlink_deps

%files
%doc LICENSE README.md CHANGELOG.md CONTRIBUTING.md
%{_bindir}/lessc
%{nodejs_sitelib}/less



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.7.0-4
- (3dd9e9f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11695 |14cu|nodejs-levn-0.2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname levn

Summary:        Light ECMAScript (JavaScript)
Name:           nodejs-%{oname}
Version:        0.2.5
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gkz/levn
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(type-check)
BuildRequires:  npm(prelude-ls)

BuildArch:      noarch

%description
Light ECMAScript (JavaScript) 
Value Notation - human written, concise, typed, flexible.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%nodejs_fixdep type-check 0.3.x
%nodejs_fixdep prelude-ls 1.1.x

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.5-4
- (e44c731) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11696 |14cu|nodejs-lexical-scope-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lexical-scope

Summary:        Detect global and local lexical identifiers from javascript source code
Name:           nodejs-%{oname}
Version:        1.2.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/lexical-scope
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(astw)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example/ 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bench/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check  
#npm i brfs
tape test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (ec78c31) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11697 |14cu|nodejs-lex-parser-0.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lex-parser

Summary:        A parser for lexical grammars used by jison
Name:           nodejs-%{oname}
Version:        0.1.4 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/zaach/lex-parser.git
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.4-4
- (467f0a7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11698 |14cu|nodejs-libxmljs-0.18.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libxmljs


Summary:    Node.js module that provides libxml bindings for the v8 javascript engine
Name:       nodejs-%{oname}
Version:    0.18.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/polotek/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# binding.gyp contains a dependency on the bundled libxml2
Patch0:     nodejs-%{oname}-0.18.0-remove-bundled-libxml.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(node-gyp)
BuildRequires:  libxml2-devel
BuildRequires:  npm(bindings)
BuildRequires:  npm(nodeunit)
BuildRequires:  npm(nan)

%description
%{summary}.


%files
%doc LICENSE README.md examples/
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------------------

%prep
%setup -q -n package
%patch0 -p1
rm -rf vendor/
%nodejs_fixdep bindings
%nodejs_fixdep nan

%build
%nodejs_symlink_deps --check
export CXXFLAGS="%{optflags}"
node-gyp configure
node-gyp build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}/build
install -p -D -m0755 build/Release/xmljs.node \
    %{buildroot}%{nodejs_sitelib}/%{oname}/build/xmljs.node
%nodejs_symlink_deps

%check
ln -s Release/lib.target/xmljs.node build/xmljs.node
%__nodejs --expose_gc %{nodejs_sitelib}/nodeunit/bin/nodeunit test  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.18.0-4
- (b97e33f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11699 |14cu|nodejs-line-numbers-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname line-numbers

Summary:        Add line numbers to a string
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lydell/line-numbers
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(left-pad)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep left-pad

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
mocha --ui tdd  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (0af8675) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11700 |14cu|nodejs-livereload-js-2.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname livereload-js

Summary:        LiveReload JS client - auto reload browser on changes
Name:           nodejs-%{oname}
Version:        2.2.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/livereload/livereload-js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules lib/.keepme

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ dist/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.2-4
- (f462269) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11701 |14cu|nodejs-load-grunt-tasks-3.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname load-grunt-tasks

Summary:    Load multiple grunt tasks using globbing patterns
Name:       nodejs-%{oname}
Version:    3.4.0
Release:    4
License:    MIT
Group:      System/Libraries
URL:        https://github.com/sindresorhus/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:    https://raw.githubusercontent.com/sindresorhus/load-grunt-tasks/master/Gruntfile.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(resolve-pkg)
BuildRequires:  npm(pkg-up)
BuildRequires:  npm(multimatch)
BuildRequires:  npm(arrify)
# devs
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
BuildRequires:  npm(grunt-svgmin)
BuildArch:  noarch



%description
%{summary}.


%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------

%prep
%setup -q -n package
%nodejs_fixdep resolve-pkg
%nodejs_fixdep pkg-up
%nodejs_fixdep multimatch
%nodejs_fixdep arrify
cp -p %{SOURCE1} .

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
grunt

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.4.0-4
- (16c981f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11702 |14cu|nodejs-load-json-file-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname load-json-file

Summary:        Read and parse a JSON file
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/load-json-file
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(strip-bom)
BuildRequires:  npm(pinkie-promise)
BuildRequires:  npm(pify)
BuildRequires:  npm(parse-json)
BuildRequires:  npm(graceful-fs)


BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (d3e0293) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11703 |14cu|nodejs-localforage-1.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname localforage

Summary:        Offline storage, improved
Name:           nodejs-%{oname}
Version:        1.4.0 
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/mozilla/localForage
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(promise)
# Rakefile will search for ruby.h
Requires:  pkgconfig(ruby)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json src/ site/ Gemfile config.rb Gemfile.lock Rakefile dist/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.0-4
- (b417a93) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11704 |14cu|nodejs-lockfile-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lockfile

Summary:        A very polite lock file utility
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
Group:          Development/Other
License:        ISC
URL:            https://github.com/isaacs/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildRequires:  npm(touch)
BuildArch:  noarch

%description
A very polite lock file utility, which endeavors to not litter, and to wait
patiently for others.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------------

%prep
%setup -qn package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json %{oname}.js test %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/*.js   


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (4bbda91) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11705 |14cu|nodejs-lodash-3.10.1-1.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash

Summary:        The modern build of lodash modular utilities
Name:           nodejs-%{oname}
Version:        3.10.1 
Release:        1.4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r array/ *.js date/ lang/ math/ *.json collection/ \
	object/ chain/ function/ internal/ number/ string/ utility/ \
	%{buildroot}/%{nodejs_sitelib}/%{oname}
    
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.10.1-1.4
- (2dc759f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11706 |14cu|nodejs-lodash._arraycopy-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._arraycopy 

Summary:        The modern build of lodash’s internal arrayCopy as a module
Name:           nodejs-%{oname}
Version:        3.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (939809c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11707 |14cu|nodejs-lodash._arrayeach-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._arrayeach 

Summary:        The modern build of lodash’s internal arrayEach as a module
Name:           nodejs-%{oname}
Version:        3.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (0754af6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11708 |14cu|nodejs-lodash._arraymap-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._arraymap

Summary:        The modern build of lodash’s internal arrayMap as a module
Name:           nodejs-%{oname}
Version:        3.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (6b3ab80) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11709 |14cu|nodejs-lodash.assign-4.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.assign

Summary:        The lodash method _.assign exported as a module
Name:           nodejs-%{oname}
Version:        4.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.rest)
BuildRequires:  npm(lodash.keys)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep lodash.keys

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.1-4
- (0c2e5fa) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11710 |14cu|nodejs-lodash.assigninwith-4.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.assigninwith

Summary:        The lodash method '_.assignInWith' exported as a module
Name:           nodejs-%{oname}
Version:        4.0.5
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.rest)
BuildRequires:  npm(lodash.keysin)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.5-4
- (8988fe6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11711 |14cu|nodejs-lodash._baseassign-3.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._baseassign

Summary:        The modern build of lodash’s internal baseAssign as a module
Name:           nodejs-%{oname}
Version:        3.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash._basecopy)
BuildRequires:  npm(lodash.keys)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.2.0-4
- (01311e1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11712 |14cu|nodejs-lodash._baseclone-3.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._baseclone

Summary:        The modern build of lodash’s internal baseClone as a module
Name:           nodejs-%{oname}
Version:        3.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.keys)
BuildRequires:  npm(lodash.isarray)
BuildRequires:  npm(lodash._basefor)
BuildRequires:  npm(lodash._baseassign)
BuildRequires:  npm(lodash._arrayeach)
BuildRequires:  npm(lodash._arraycopy)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.3.0-4
- (b5814a2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11713 |14cu|nodejs-lodash._basecopy-3.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._basecopy 

Summary:        The modern build of lodash’s internal baseCopy as a module
Name:           nodejs-%{oname}
Version:        3.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.1-4
- (ebd7ed0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11714 |14cu|nodejs-lodash._basedifference-3.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._basedifference

Summary:        The modern build of lodash’s internal baseDifference as a module
Name:           nodejs-%{oname}
Version:        3.0.3 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash._createcache)
BuildRequires:  npm(lodash._cacheindexof)
BuildRequires:  npm(lodash._baseindexof)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.3-4
- (6da35fd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11715 |14cu|nodejs-lodash._baseflatten-3.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._baseflatten

Summary:        The modern build of lodash’s internal baseFlatten as a module
Name:           nodejs-%{oname}
Version:        3.1.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.isarray)
BuildRequires:  npm(lodash.isarguments)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.4-4
- (dd68271) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11716 |14cu|nodejs-lodash._basefor-3.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._basefor

Summary:        The modern build of lodash’s internal baseFor as a module
Name:           nodejs-%{oname}
Version:        3.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.2-4
- (5871d19) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11717 |14cu|nodejs-lodash._baseindexof-3.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._baseindexof

Summary:        The modern build of lodash’s internal baseIndexOf as a module
Name:           nodejs-%{oname}
Version:        3.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.0-4
- (54de3bb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11718 |14cu|nodejs-lodash._basetostring-3.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._basetostring

Summary:        The modern build of lodash’s internal _baseToString as a module
Name:           nodejs-%{oname}
Version:        3.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.1-4
- (2fb4b62) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11719 |14cu|nodejs-lodash._bindcallback-3.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._bindcallback

Summary:        The modern build of lodash’s internal bindCallback as a module
Name:           nodejs-%{oname}
Version:        3.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.1-4
- (6a44d0c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11720 |14cu|nodejs-lodash._cacheindexof-3.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._cacheindexof

Summary:        The modern build of lodash’s internal cacheIndexOf as a module
Name:           nodejs-%{oname}
Version:        3.0.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.2-4
- (cdc08b6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11721 |14cu|nodejs-lodash-cli-3.10.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash-cli

Name:           nodejs-%{oname}
Version:        3.10.1
Release:        4
Summary:        The Lo-Dash command-line interface
Group:          Development/Other
License:        MIT
URL:            https://github.com/lodash/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(closure-compiler)
BuildRequires:  npm(glob)
BuildRequires:  npm(lodash)
BuildRequires:  npm(uglify-js)
BuildRequires:  npm(semver)
BuildRequires:  npm(lodash-compat)
BuildArch:      noarch

%description
The Lo-Dash command-line interface for creating custom
builds & precompiling templates.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
%{_datadir}/%{name}
%{_bindir}/lodash
#-----------------------------------------------
%prep
%setup -q -n package
rm -rf node_modules 

%nodejs_fixdep closure-compiler
%nodejs_fixdep glob
%nodejs_fixdep semver
%nodejs_fixdep uglify-js

%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}/bin
install -p -m755 bin/* %{buildroot}%{nodejs_sitelib}/%{oname}/bin
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr template %{buildroot}%{_datadir}/%{name}
ln -s %{_datadir}/%{name}/template %{buildroot}%{nodejs_sitelib}/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/%{oname}/bin/lodash %{buildroot}%{_bindir}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.10.1-4
- (3d75362) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11722 |14cu|nodejs-lodash.clonedeep-3.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.clonedeep 

Summary:        The modern build of lodash’s _.cloneDeep as a module
Name:           nodejs-%{oname}
Version:        3.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash._bindcallback)
BuildRequires:  npm(lodash._baseclone)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.2-4
- (9eb3320) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11723 |14cu|nodejs-lodash-compat-3.10.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash-compat

Summary:        The compatibility build of lodash modular utilities
Name:           nodejs-%{oname}
Version:        3.10.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash-compat
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js array/ date/ lang/ math/ collection/ \
  object/ chain/ function/ internal/ number/ string/ utility/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.10.1-4
- (d3980b0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11724 |14cu|nodejs-lodash._createassigner-3.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._createassigner

Summary:        The modern build of lodash’s internal bindCallback as a module
Name:           nodejs-%{oname}
Version:        3.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.restparam)
BuildRequires:  npm(lodash._isiterateecall)
BuildRequires:  npm(lodash._bindcallback)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.1-4
- (c93f2e1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11725 |14cu|nodejs-lodash._createcache-3.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._createcache

Summary:        The modern build of lodash’s internal createCache as a module
Name:           nodejs-%{oname}
Version:        3.1.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash._getnative)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.2-4
- (aa8e1eb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11726 |14cu|nodejs-lodash._createpadding-3.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._createpadding

Summary:        The modern build of lodash’s internal _createPadding as a module
Name:           nodejs-%{oname}
Version:        3.6.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.repeat)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.6.1-4
- (55f8f75) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11727 |14cu|nodejs-lodash.debounce-3.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.debounce 

Summary:        The modern build of lodash’s _.debounce as a module
Name:           nodejs-%{oname}
Version:        3.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash._getnative)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.1-4
- (98d09c1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11728 |14cu|nodejs-lodash.escape-4.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.escape

Summary:        The lodash method '_.escape' exported as a module
Name:           nodejs-%{oname}
Version:        4.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.tostring)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.0-4
- (f21ca19) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11729 |14cu|nodejs-lodash._getnative-3.9.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._getnative 

Summary:        The modern build of lodash’s internal getNative as a module
Name:           nodejs-%{oname}
Version:        3.9.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.9.1-4
- (dd42319) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11730 |14cu|nodejs-lodash.isarguments-3.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.isarguments

Summary:        The modern build of lodash’s _.isArguments as a module
Name:           nodejs-%{oname}
Version:        3.0.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.4-4
- (87ae6b6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11731 |14cu|nodejs-lodash.isarray-3.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.isarray

Summary:        The modern build of lodash’s _.isArray as a module
Name:           nodejs-%{oname}
Version:        3.0.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.4-4
- (8787c07) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11732 |14cu|nodejs-lodash.isequal-4.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.isequal

Summary:        The lodash method '_.isEqual' exported as a module
Name:           nodejs-%{oname}
Version:        4.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.keys)
BuildRequires:  npm(lodash._stack)
BuildRequires:  npm(lodash._root)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.1.1-4
- (ede84ce) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11733 |14cu|nodejs-lodash._isiterateecall-3.0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._isiterateecall 

Summary:        The modern build of lodash’s internal isIterateeCall as a module
Name:           nodejs-%{oname}
Version:        3.0.9
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.9-4
- (ab6f8b6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11734 |14cu|nodejs-lodash.isplainobject-3.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.isplainobject

Summary:        The modern build of lodash’s _.isPlainObject as a module
Name:           nodejs-%{oname}
Version:        3.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.keysin)
BuildRequires:  npm(lodash.isarguments)
BuildRequires:  npm(lodash._basefor)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.2.0-4
- (51a2005) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11735 |14cu|nodejs-lodash.istypedarray-3.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.istypedarray

Summary:        The modern build of lodash’s _.isTypedArray as a module
Name:           nodejs-%{oname}
Version:        3.0.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.2-4
- (a9512e5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11736 |14cu|nodejs-lodash.keys-4.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.keys

Summary:        The modern build of lodash’s _.keys as a module
Name:           nodejs-%{oname}
Version:        4.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.isarray)
BuildRequires:  npm(lodash.isarguments)
BuildRequires:  npm(lodash._getnative)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.1-4
- (d50998b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11737 |14cu|nodejs-lodash.keysin-3.0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.keysin

Summary:        The modern build of lodash’s _.keysIn as a module
Name:           nodejs-%{oname}
Version:        3.0.8
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.isarray)
BuildRequires:  npm(lodash.isarguments)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.8-4
- (4cc3d70) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11738 |14cu|nodejs-lodash.memoize-3.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.memoize

Summary:        The modern build of lodash’s _.memoize as a module
Name:           nodejs-%{oname}
Version:        3.0.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.4-4
- (938ba5a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11739 |14cu|nodejs-lodash.merge-3.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.merge 

Summary:        The modern build of lodash’s _.merge as a module
Name:           nodejs-%{oname}
Version:        3.3.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.toplainobject)
BuildRequires:  npm(lodash.keysin)
BuildRequires:  npm(lodash.keys)
BuildRequires:  npm(lodash.istypedarray)
BuildRequires:  npm(lodash.isplainobject)
BuildRequires:  npm(lodash.isarray)
BuildRequires:  npm(lodash.isarguments)
BuildRequires:  npm(lodash._getnative)
BuildRequires:  npm(lodash._createassigner)
BuildRequires:  npm(lodash._arrayeach)
BuildRequires:  npm(lodash._arraycopy)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.3.2-4
- (daca7e7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11740 |14cu|nodejs-lodash-node-3.10.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash-node

Summary:        A collection of Lo-Dash methods as Node.js modules
Name:           nodejs-%{oname}
Version:        3.10.2
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/lodash/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash-cli)
BuildArch:      noarch

%description
A collection of Lo-Dash methods as Node.js modules generated by lodash-cli.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules compat modern underscore


%build
# lodash-cli executable has a symlink in _bindir
lodash modularize exports="node" -o ./compat/
lodash modularize modern exports="node" -o ./modern/
lodash modularize exports="node" -o ./underscore/


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json compat/ modern/ underscore/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.10.2-4
- (e947815) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11741 |14cu|nodejs-lodash.noop-3.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.noop

Summary:        The lodash method '_.noop' exported as a module
Name:           nodejs-%{oname}
Version:        3.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.1-4
- (328d7e4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11742 |14cu|nodejs-lodash.omit-3.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.omit

Summary:        The modern build of lodash’s _.omit as a module
Name:           nodejs-%{oname}
Version:        3.1.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.restparam)
BuildRequires:  npm(lodash.keysin)
BuildRequires:  npm(lodash._pickbycallback)
BuildRequires:  npm(lodash._pickbyarray)
BuildRequires:  npm(lodash._bindcallback)
BuildRequires:  npm(lodash._baseflatten)
BuildRequires:  npm(lodash._basedifference)
BuildRequires:  npm(lodash._arraymap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.0-4
- (8e6e29f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11743 |14cu|nodejs-lodash.pad-4.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.pad

Summary:        The lodash method _.pad exported as a module
Name:           nodejs-%{oname}
Version:        4.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.repeat)
BuildRequires:  npm(lodash.tostring)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.1.0-4
- (768a081) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11744 |14cu|nodejs-lodash.padleft-3.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.padleft

Summary:        The modern build of lodash’s _.padLeft as a module
Name:           nodejs-%{oname}
Version:        3.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash._createpadding)
BuildRequires:  npm(lodash._basetostring)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.1-4
- (5e62523) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11745 |14cu|nodejs-lodash.padright-3.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.padright

Summary:        The modern build of lodash’s _.padRight as a module
Name:           nodejs-%{oname}
Version:        3.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash._createpadding)
BuildRequires:  npm(lodash._basetostring)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.1-4
- (b02539d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11746 |14cu|nodejs-lodash._pickbyarray-3.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._pickbyarray 

Summary:        The modern build of lodash’s internal pickByArray as a module
Name:           nodejs-%{oname}
Version:        3.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.2-4
- (b2a81d9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11747 |14cu|nodejs-lodash._pickbycallback-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._pickbycallback

Summary:        The modern build of lodash’s internal pickByCallback as a module
Name:           nodejs-%{oname}
Version:        3.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.keysin)
BuildRequires:  npm(lodash._basefor)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (ae612b4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11748 |14cu|nodejs-lodash._reescape-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._reescape

Summary:        The modern build of lodash’s internal 'reEscape' as a module
Name:           nodejs-%{oname}
Version:        3.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (de1a94d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11749 |14cu|nodejs-lodash._reevaluate-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._reevaluate

Summary:        The modern build of lodash’s internal 'reEvaluate' as a module
Name:           nodejs-%{oname}
Version:        3.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.txt *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (ad36967) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11750 |14cu|nodejs-lodash._reinterpolate-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._reinterpolate

Summary:        The modern build of lodash’s internal 'reInterpolate' as a module
Name:           nodejs-%{oname}
Version:        3.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.txt *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (355d8ec) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11751 |14cu|nodejs-lodash.repeat-4.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.repeat

Summary:        The lodash method _.repeat exported as a module
Name:           nodejs-%{oname}
Version:        4.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.tostring)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.0-4
- (58cfdae) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11752 |14cu|nodejs-lodash.rest-4.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.rest

Summary:        The lodash method _.rest exported as a module
Name:           nodejs-%{oname}
Version:        4.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.0-4
- (27be48f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11753 |14cu|nodejs-lodash.restparam-3.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.restparam

Summary:        The modern build of lodash’s _.restParam as a module
Name:           nodejs-%{oname}
Version:        3.6.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.6.1-4
- (254e6e1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11754 |14cu|nodejs-lodash._root-3.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._root

Summary:        The internal lodash function 'root' exported as a module
Name:           nodejs-%{oname}
Version:        3.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.1-4
- (9450b36) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11755 |14cu|nodejs-lodash._stack-4.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash._stack

Summary:        The lodash method 'Stack' exported as a module
Name:           nodejs-%{oname}
Version:        4.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.1.1-4
- (70479e6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11756 |14cu|nodejs-lodash.template-4.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.template

Summary:        The lodash method '_.template' exported as a module
Name:           nodejs-%{oname}
Version:        4.2.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.tostring)
BuildRequires:  npm(lodash.templatesettings)
BuildRequires:  npm(lodash.rest)
BuildRequires:  npm(lodash.keys)
BuildRequires:  npm(lodash.assigninwith)
BuildRequires:  npm(lodash._reinterpolate)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.2.2-4
- (bfa1343) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11757 |14cu|nodejs-lodash.templatesettings-4.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.templatesettings

Summary:        The lodash method '_.templateSettings' exported as a module
Name:           nodejs-%{oname}
Version:        4.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.escape)
BuildRequires:  npm(lodash._reinterpolate)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.0-4
- (38917f7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11758 |14cu|nodejs-lodash.toplainobject-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.toplainobject

Summary:        The modern build of lodash’s _.toPlainObject as a module
Name:           nodejs-%{oname}
Version:        3.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash.keysin)
BuildRequires:  npm(lodash._basecopy)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (f8df644) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11759 |14cu|nodejs-lodash.tostring-4.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lodash.tostring

Summary:        The lodash method _.toString exported as a module
Name:           nodejs-%{oname}
Version:        4.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lodash/lodash
Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.1.1-4
- (ea3bd23) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11760 |14cu|nodejs-log-driver-1.2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname log-driver

Summary:        Simple logging framework for logging to stdout
Name:           nodejs-%{oname}
Version:        1.2.5
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/cainus/logdriver
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/cainus/logdriver/master/LICENSE
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.5-4
- (aa64274) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11761 |14cu|nodejs-log-symbols-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname log-symbols

Summary:        Colored symbols for various log levels
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/log-symbols
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/sindresorhus/log-symbols/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chalk)
# Not yet  backported
#BuildRequires:  npm(ava)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

# ava not yet backported
%check
%nodejs_symlink_deps --check
%__nodejs test.js  || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (3da8bde) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11762 |14cu|nodejs-lolex-1.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lolex 

Summary:        JavaScript test spies, stubs and mocks
Name:           nodejs-%{oname}
Version:        1.4.0
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/sinonjs/lolex
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(browserify)
# not yet backported
#BuildRequires:  npm(sinon)
#BuildRequires:  npm(jslint)
#BuildRequires:  npm(mochify)
#BuildRequires:  npm(referee)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE Readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js script/ src/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

#%check
#%nodejs_symlink_deps --check   
# npm run lint && npm run test-node && npm run test-headless
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.0-4
- (8a799ee) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11763 |14cu|nodejs-long-3.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname long

Summary:        A Long class for representing a 64-bit two's-complement integer value
Name:           nodejs-%{oname}
Version:        3.1.0
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/dcodeIO/long.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md doco/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js *.png externs/ dist/ src/ scripts/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.0-4
- (b8b106e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11764 |14cu|nodejs-loose-envify-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname loose-envify

Summary:        Like envify but much faster
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/zertosh/loose-envify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(js-tokens)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (52e3dfd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11765 |14cu|nodejs-loud-rejection-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname loud-rejection

Summary:        Make unhandled promise fail loudly
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/loud-rejection
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(signal-exit)
BuildArch:      noarch

%description
Make unhandled promise rejections fail loudly 
instead of the default silent fail
By default, promises fail silently if you don't 
attach a .catch() handler to them.

Use it in top-level things like tests, CLI tools, 
apps, etc, but not in reusable modules.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (fafb7f6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11766 |14cu|nodejs-lowercase-keys-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lowercase-keys

Summary:        Lowercase the keys of an object
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/lowercase-keys
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:	https://github.com/sindresorhus/lowercase-keys/blob/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

cp -r %{SOURCE1} license

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (a8f3003) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11767 |14cu|nodejs-lru-cache-3.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lru-cache

Summary:    A least recently used cache object for Node.js
Name:       nodejs-%{oname}
Version:    3.2.0
Release:    4
License:    ISC
Group:      Development/Other
URL:        https://github.com/isaacs/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# mugged from git
Source1:    package.json
BuildRequires:  nodejs-packaging
BuildRequires:  npm(pseudomap)
BuildRequires:  npm(tap)
BuildRequires:  npm(weak)
BuildArch:  noarch


%description
A cache object that deletes the least recently used items.

%files
%doc CONTRIBUTORS README.md LICENSE
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------

%prep
%setup -qn package
cp -p %{SOURCE1} .

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r lib package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
rm -fr package.json && cp -r %{SOURCE1} .
%nodejs_symlink_deps --check
%tap test --gc   






%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.2.0-4
- (2ac48c7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11768 |14cu|nodejs-lru-queue-0.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lru-queue

Summary:        Size limited queue based on LRU algorithm
Name:           nodejs-%{oname}
Version:        0.1.0 
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/medikoo/lru-queue
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(es5-ext)
# circular
BuildRequires:  npm(tad)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENCE CHANGES README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
# bootstrap
%nodejs_symlink_deps --check
%__node %{_bindir}/tad

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-5
- (dbf7b1b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11769 |14cu|nodejs-ltx-2.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ltx

Summary:    A Node.js module for parsing, modifying and building XML
Name:       nodejs-%{oname}
Version:    2.3.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/astro/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------
%prep
%setup -qn package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json *.js lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.3.0-4
- (2d7a39e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11770 |14cu|nodejs-magic-string-0.19.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname magic-string

Summary:        Modify strings, generate sourcemaps
Name:           nodejs-%{oname}
Version:        0.19.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/rich-harris/magic-string
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vlq)

BuildArch:      noarch

%description
%{summary}.

%files
%doc CHANGELOG.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json dist/ src/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.19.0-4
- (6673957) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11771 |14cu|nodejs-magnet-uri-5.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname magnet-uri

Summary:        Parse a magnet URI and return an object of keys/values
Name:           nodejs-%{oname}
Version:        5.1.3 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/feross/magnet-uri
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xtend)
BuildRequires:  npm(uniq)
BuildRequires:  npm(thirty-two)
#
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.1.3-4
- (daaa5ad) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11772 |14cu|nodejs-make-plural-3.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname make-plural

Summary:        Translates Unicode CLDR pluralization rules to executable JavaScript
Name:           nodejs-%{oname}
Version:        3.0.3
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/eemeli/make-plural.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(minimist)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js bin/ data/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.3-4
- (3287b01) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11773 |14cu|nodejs-mapnik-reference-5.0.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-mapnik-reference
Version:        5.0.9
Release:        5
Summary:        Reference for Mapnik Styling Options
Group:          Development/Other
License:        Public Domain
URL:            https://github.com/mapnik/mapnik-reference
Source0:        http://registry.npmjs.org/mapnik-reference/-/mapnik-reference-%{version}.tgz
BuildArch:      noarch

BuildRequires:  nodejs-packaging
BuildRequires:  python
BuildRequires:  python-simplejson

%description
Provides a parseable spec of what Mapnik can do - what main structures
it supports (like layers, styles, and symbolizers) and the properties
they can contain. It's useful for building parsers, tests, compilers, and
syntax highlighting/checking for languages


%prep
%setup -q -n package


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/mapnik-reference
cp -pr package.json index.js %{buildroot}/%{nodejs_sitelib}/mapnik-reference
mkdir -p %{buildroot}/%{_datadir}/%{name}
for dir in 2.* latest
do
  cp -pr ${dir} %{buildroot}/%{_datadir}/%{name}
  ln -sf %{_datadir}/%{name}/${dir} %{buildroot}/%{nodejs_sitelib}/mapnik-reference
done
%nodejs_symlink_deps


%check
python test/test.py


%files
%doc README.md LICENSE.md CHANGELOG.md
%{nodejs_sitelib}/mapnik-reference
%{_datadir}/%{name}



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.0.9-5
- (e8ad4c6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11774 |14cu|nodejs-mapnik-vector-tile-1.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mapnik-vector-tile


Summary:        Mapnik API for working with vector tiles
Name:           nodejs-%{oname}
Version:        1.2.2
Release:        4
Group:		Development/Other
License:        BSD
URL:            https://github.com/mapbox/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
A high performance library for working with vector tiles from the
team at MapBox.

Provides C++ headers that support rendering geodata into vector tiles
and rendering vector tiles into images.

%files
%doc LICENSE README.md CHANGELOG.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr  package.json *.js proto/ src/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.2-4
- (ad1e451) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11775 |14cu|nodejs-map-obj-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname map-obj

Summary:        Map object keys and values into a new object
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/map-obj
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (bc2a2f0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11776 |14cu|nodejs-map-stream-0.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname map-stream

Summary:        Construct pipes of streams of events
Name:           nodejs-%{oname}
Version:        0.0.6
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dominictarr/map-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENCE readme.markdown examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js package %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.6-4
- (5ce5446) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11777 |14cu|nodejs-markdown-0.5.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname markdown

Summary:    A sensible Markdown parser for JavaScript
Name:       nodejs-%{oname}
Version:    0.5.0
Release:    7
License:    MIT
Group:      Development/Other
URL:        https://github.com/evilstreak/%{oname}-js
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:    tests-v%{version}.tar.bz2
# Include a custom man page.
Source2:    md2html.1
Source10:   dl-tests.sh
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nopt)
BuildRequires:  npm(tap)
BuildArch:  noarch

%description
%{summary}.

%files
%doc Changes.%{oname} README.%{oname}
%{nodejs_sitelib}/%{oname}
%{_bindir}/md2html
%{_mandir}/man1/md2html.1*
#-----------------------------------------------------------------

%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package
%nodejs_fixdep nopt 

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}/bin

install -p -D -m0755 bin/md2html.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}/bin/md2html.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/md2html.js \
    %{buildroot}%{_bindir}/md2html

mkdir -p %{buildroot}%{_mandir}/man1
install -p -D -m0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/md2html.1

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.0-7
- (2989574) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11778 |14cu|nodejs-math-interval-parser-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname math-interval-parser

Summary:        Parse math interval
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Semigradsky/math-interval-parser
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xregexp)
BuildRequires:  npm(mocha)
BuildRequires:  npm(mocha-lcov-reporter)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep xregexp

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
# ask for years old xregexp, drop for now
%nodejs_symlink_deps --check
mocha --reporter spec || :   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (4880ad3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11779 |14cu|nodejs-maxmin-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


%global enable_tests 0

Name:       nodejs-maxmin
Version:    0.1.0
Release:    4
Summary:    Get pretty output of the original, minified gzipped size of a string/buffer

License:    MIT
Group:      Development/Other
URL:        https://github.com/sindresorhus/maxmin
Source0:    http://registry.npmjs.org/maxmin/-/maxmin-%{version}.tgz
Source1:    https://raw.github.com/sindresorhus/maxmin/8c64d250ce94dddb817b80f6ef06bb9a67c3db7c/test.js
# https://github.com/sindresorhus/maxmin/pull/1
Source2:    LICENSE

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(chalk)
BuildRequires:  npm(gzip-size)
BuildRequires:  npm(pretty-bytes)
BuildRequires:  npm(mocha)
%endif

%description
%{summary}.


%prep
%setup -q -n package
cp -p %{SOURCE1} .
cp -p %{SOURCE2} .


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/maxmin
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/maxmin

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha
%endif


%files
%doc LICENSE readme.md
%{nodejs_sitelib}/maxmin



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (26f8e07) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11780 |14cu|nodejs-mbtiles-0.9.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mbtiles

Summary:        Utilities and tilelive integration for the MBTiles format
Name:           nodejs-%{oname}
Version:        0.9.0 
Release:        5
Group:          Development/Other
License:        BSD
URL:            https://github.com/mapbox/node-%{oname}
Source0:        https://github.com/mapbox/node-mbtiles/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildRequires:  npm(sphericalmercator)
BuildRequires:  npm(sqlite3)
BuildRequires:  npm(tiletype)
BuildRequires:  npm(d3-queue)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
%{_datadir}/%{name}
#---------------------------------------------------
%prep
%setup -qn node-%{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep tiletype
%nodejs_fixdep d3-queue

%build


%install
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr lib/schema.sql %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json %{buildroot}%{nodejs_sitelib}/%{oname}
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}/lib
cp -pr lib/*.js %{buildroot}%{nodejs_sitelib}/%{oname}/lib
ln -s %{_datadir}/%{name}/schema.sql  %{buildroot}/%{nodejs_sitelib}/%{oname}/lib
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
tape test/*.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.9.0-5
- (92c2455) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11781 |14cu|nodejs-md5-hex-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname md5-hex 

Summary:        Create a MD5 hash with hex encoding
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/md5-hex
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(md5-o-matic)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (5025038) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11782 |14cu|nodejs-md5-o-matic-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname md5-o-matic

Summary:        Fast and simple MD5 hashing utility with zero module dependencies
Name:           nodejs-%{oname}
Version:        0.1.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/trentmillar/md5-o-matic
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
   



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-4
- (54126cd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11783 |14cu|nodejs-mdns-js-0.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mdns-js

Summary:        JavaScript/NodeJS mDNS discovery implementation
Name:           nodejs-%{oname}
Version:        0.5.0
Release:        4
License:        ASL 2.0
Group:          Development/Other
Url:            https://github.com/mdns-js/node-mdns-js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(semver)
BuildRequires:  npm(mdns-js-packet)
BuildRequires:  npm(debug)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep semver

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.0-4
- (2a76e8f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11784 |14cu|nodejs-mdns-js-packet-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mdns-js-packet

Summary:        DNS Packet handling for mdns-js
Name:           nodejs-%{oname}
Version:        0.2.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kmpm/node-mdns-js-packet
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(qap)
BuildRequires:  npm(debug)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md doc/ examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (c3c3b01) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11785 |14cu|nodejs-media-typer-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname media-typer

Summary:        Simple RFC 6838 media type parser and formatter
Name:           nodejs-%{oname}
Version:        0.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/media-typer
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jshttp/media-typer/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --reporter spec --check-leaks --bail test/   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-4
- (ac7b2e7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11786 |14cu|nodejs-memoizee-0.3.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname memoizee

Summary:        Complete memoize/cache solution for JavaScript
Name:           nodejs-%{oname}
Version:        0.3.9
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/medikoo/memoize
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      nodejs-memoizee.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(timers-ext)
BuildRequires:  npm(next-tick)
BuildRequires:  npm(lru-queue)
BuildRequires:  npm(event-emitter)
BuildRequires:  npm(es6-weak-map)
BuildRequires:  npm(es5-ext)
BuildRequires:  npm(d)
# circular
BuildRequires:  npm(tad)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md CHANGES
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep es6-weak-map

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js ext/ lib/ normalizers/ benchmark/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
# bootstrap
%nodejs_symlink_deps --check
%__node %{_bindir}/tad 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.9-5
- (15596cc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11787 |14cu|nodejs-meow-3.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname meow 

Summary:        CLI app helper
Name:           nodejs-%{oname}
Version:        3.6.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/meow
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  npm(trim-newlines) 
BuildRequires:  npm(redent)
BuildRequires:  npm(read-pkg-up)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(normalize-package-data)
BuildRequires:  npm(minimist)
BuildRequires:  npm(loud-rejection)
BuildRequires:  npm(camelcase-keys)


BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.6.0-4
- (fc9f614) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11788 |14cu|nodejs-merge-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname merge 

Summary:        Merge multiple objects into one, optionally creating a new cloned object
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/yeikos/js.merge
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (5f01922) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11789 |14cu|nodejs-merge-descriptors-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname merge-descriptors

Summary:    A Node.js module to merge objects using descriptors
Name:       nodejs-%{oname}
Version:    1.0.0 
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/component/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/component/merge-descriptors/archive/master.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(istanbul)
BuildRequires:  npm(mocha)
BuildRequires:  npm(handlebars)
BuildArch:  noarch


%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

%description
%{summary}.

%prep
%setup -qn %{oname}-master
%nodejs_fixdep handlebars
%nodejs_fixdep esprima


%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --bail --check-leaks test/   
istanbul-js cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/  
istanbul-js cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (7f4bd6d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11790 |14cu|nodejs-merge-stream-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname merge-stream

Summary:        Create a stream that emits events from multiple other streams
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/grncdr/merge-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/grncdr/merge-stream/master/LICENSE
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (d0f9888) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11791 |14cu|nodejs-messageformat-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname messageformat

Summary:        PluralFormat and SelectFormat Message and i18n Tool
Name:           nodejs-%{oname}
Version:        0.3.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/SlexAxton/messageformat.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(watchr)
BuildRequires:  npm(nopt)
BuildRequires:  npm(make-plural)
BuildRequires:  npm(glob)
BuildRequires:  npm(async)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md example/
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}
#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;
%nodejs_fixdep async
%nodejs_fixdep glob

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json bin/ lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname}.js %{buildroot}%{_bindir}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-4
- (f501c8d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11792 |14cu|nodejs-method-override-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-method-override
Version:    1.0.0
Release:    6
Summary:    Provides faux HTTP method support for Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/method-override
Source0:    http://registry.npmjs.org/method-override/-/method-override-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(connect)
BuildRequires:  npm(methods)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/method-override
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/method-override

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test /usr/bin/mocha --require should --reporter spec
%endif


%files
%doc README.md
%{nodejs_sitelib}/method-override



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-6
- (84ab377) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11793 |14cu|nodejs-methods-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname methods

Summary:    HTTP methods that node supports
Name:       nodejs-%{oname}
Version:    1.1.2
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://npmjs.org/package/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/jshttp/%{oname}/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}


%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --bail --check-leaks test/

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.2-4
- (90d4906) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11794 |14cu|nodejs-micro-6.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname micro

Summary:        Async HTTP microservices
Name:           nodejs-%{oname}
Version:        6.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/zeit/micro
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(raw-body)
BuildRequires:  npm(minimist)
BuildRequires:  npm(media-typer)
BuildRequires:  npm(isstream)
BuildRequires:  npm(async-to-gen)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep async-to-gen 1.3.x
%nodejs_fixdep raw-body 2.1.5

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json bin/ dist/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.1.0-4
- (e34ca30) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11795 |14cu|nodejs-micro-compress-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname micro-compress 

Summary:        Compression for HTTP microservices built with Micro
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/joakimbeng/micro-compress
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(compression)

BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md CHANGELOG.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json src/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (caa1ff0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11796 |14cu|nodejs-micromatch-2.3.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname micromatch

Summary:        A drop-in replacement alternative to minimatch and multimatch
Name:           nodejs-%{oname}
Version:        2.3.7
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/micromatch
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(regex-cache)
BuildRequires:  npm(parse-glob)
BuildRequires:  npm(object.omit)
BuildRequires:  npm(normalize-path)
BuildRequires:  npm(kind-of)
BuildRequires:  npm(is-glob)
BuildRequires:  npm(is-extglob)
BuildRequires:  npm(filename-regex)
BuildRequires:  npm(extglob)
BuildRequires:  npm(expand-brackets)
BuildRequires:  npm(braces)
BuildRequires:  npm(array-unique)
BuildRequires:  npm(arr-diff)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod 644 {} \;
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.3.7-4
- (da537f5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11797 |14cu|nodejs-miller-rabin-4.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname miller-rabin

Summary:        Miller Rabin algorithm for primality test
Name:           nodejs-%{oname}
Version:        4.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/indutny/miller-rabin
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(brorand)
BuildRequires:  npm(bn.js)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -r README.md LICENSE

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json bin lib  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod +x  %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
%nodejs_symlink_deps     

# 586 will die with Error: timeout of 200ms exceeded.
%ifarch x86_64
%check
%nodejs_symlink_deps --check
mocha --reporter=spec test/**/*-test.js     
%endif

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.0-4
- (230e03c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11798 |14cu|nodejs-millstone-0.6.17-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname millstone

Summary:        Prepares data sources in an MML file for consumption in Mapnik
Name:           nodejs-%{oname}
Version:        0.6.17
Release:        4
Group:		Development/Other
License:        BSD
URL:            https://github.com/mapbox/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(generic-pool)
BuildRequires:  npm(mime)
BuildRequires:  npm(request)
BuildRequires:  npm(srs) >= 1.1.0
BuildRequires:  npm(step)
BuildRequires:  npm(underscore)
BuildRequires:  npm(zipfile)
BuildRequires:  npm(optimist)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(sqlite3)
BuildArch:      noarch

%description
As of carto 0.2.0, the Carto module expects all data sources and
resources to be localized - remote references like URLs and providers
are not downloaded when maps are rendered.

Millstone now contains this logic - it provides two functions, resolve
and flush. Resolve takes an MML file and returns a localized version, and
flush can be used to clear the cache of a specific resource.

%files
%doc LICENSE *.md 
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------
%prep
%setup -qn package
rm -rf node_modules
%nodejs_fixdep generic-pool
%nodejs_fixdep mime
%nodejs_fixdep request
%nodejs_fixdep srs
%nodejs_fixdep step
%nodejs_fixdep underscore
%nodejs_fixdep zipfile
%nodejs_fixdep optimist
%nodejs_fixdep sqlite3

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json bin/ lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
chmod +x %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
NODE_PATH=lib mocha -R spec --timeout 10000 || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.17-4
- (470a696) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11799 |14cu|nodejs-mime-1.3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mime

Summary:        A comprehensive library for mime-type mapping
Name:           nodejs-%{oname}
Version:        1.3.4
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/broofa/node-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
Comprehensive MIME type mapping API. Includes all 600+ types and 800+
extensions defined by the Apache project, plus additional types submitted by
the node.js community.

%files
%doc LICENSE README.md
%{_bindir}/%{oname}-nodejs
%{nodejs_sitelib}/%{oname}

#-----------------------------------------------------------------------

%prep
%setup -qn package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json *.js build/ %{buildroot}%{nodejs_sitelib}/%{oname}
chmod +x %{buildroot}%{nodejs_sitelib}/%{oname}/cli.js

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/cli.js \
  %{buildroot}%{_bindir}/%{oname}-nodejs

%check
%nodejs_symlink_deps --check  
%__nodejs build/test.js       



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.4-4
- (e149c01) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11800 |14cu|nodejs-mime-db-1.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mime-db

Summary:        Media Type Database
Name:           nodejs-%{oname}
Version:        1.20.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/mime-db
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md HISTORY.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.20.0-4
- (c7c09ca) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11801 |14cu|nodejs-mimeparse-0.1.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mimeparse

Summary:    A Node.js module with basic functions for handling mime-types
Name:       nodejs-%{oname}
Version:    0.1.4
Release:    7
License:    MIT
Group:      Development/Other
Url:        https://github.com/kriskowal/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
This Node.js module provides basic functions for handling mime-types. It can
handle matching mime-types against a list of media-ranges. See section
14.1 of the HTTP specification [RFC 2616] for a complete explanation:
<http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1>


%files
%doc CHANGES LICENSE README
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------

%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.4-7
- (59eb305) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11802 |14cu|nodejs-mime-types-2.1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mime-types

Summary:        The ultimate javascript content-type utility
Name:           nodejs-%{oname}
Version:        2.1.7
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/mime-types
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mime-db)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md HISTORY.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep mime-db 1.20

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.7-4
- (b84b468) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11803 |14cu|nodejs-minimalistic-assert-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname minimalistic-assert

Summary:        Very minimalistic assert module
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/calvinmetcalf/minimalistic-assert
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (28ef345) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11804 |14cu|nodejs-minimatch-3.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname minimatch

Summary:        A glob matcher in javascript
Name:           nodejs-%{oname}
Version:        3.0.0 
Release:        5
License:        ISC
Group:          Development/Other
Url:            https://github.com/isaacs/minimatch
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(brace-expansion)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep brace-expansion

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-5
- (5802695) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11805 |14cu|nodejs-minimist-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname minimist 

Summary:        Parse argument options in Node.js
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/minimist
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
This module is the guts of optimist's argument 
parser without all the fanciful decoration.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (57eecd6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11806 |14cu|nodejs-mkdirp-0.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mkdirp

Summary:        Recursive directory creation module for Node.js
Name:           nodejs-%{oname}
Version:        0.5.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-mkdirp
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(minimist)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
perl -pi -e "s|0.0.8|1 >=1.2.0|" package.json

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ %{buildroot}/%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/cmd.js %{buildroot}%{_bindir}/%{oname}


%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.1-4
- (16e1984) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11807 |14cu|nodejs-mkpath-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mkpath

Summary:        Make all directories in a path, like mkdir -p
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jrajav/mkpath
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js run_linters.sh \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
%tap test   


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (f413377) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11808 |14cu|nodejs-mocha-2.3.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mocha

Summary:    A simple, flexible, fun test framework for Node.js
# Switch to rosa naming policy
# http://wiki.rosalab.ru/en/index.php/Template_Spec_Files#Spec_file_for_a_Node.js_module
Name:       nodejs-%{oname}
Version:    2.3.4 
Release:    5
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/%{oname}
Source0:    https://github.com/%{oname}js/%{oname}/archive/%{version}.tar.gz
Source100:  %{name}.rpmlintrc
Patch0:     nodejs-mocha-test.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(supports-color)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(jade)
BuildRequires:  npm(growl)
BuildRequires:  npm(glob)
BuildRequires:  npm(escape-string-regexp)
BuildRequires:  npm(diff)
BuildRequires:  npm(debug)
BuildRequires:  npm(commander)
BuildRequires:  npm(should)
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(browser-stdout)
BuildRequires:  npm(browserify)
BuildRequires:  npm(eslint)
BuildRequires:  npm(through2)

Provides:       %{oname} = %{EVRD}
BuildArch:  noarch


%description
Mocha is a feature-rich JavaScript test framework running on Node.js and the
browser, making asynchronous testing simple and fun. Mocha tests run serially,
allowing for flexible and accurate reporting, while mapping uncaught
exceptions to the correct test cases.


%files
%doc LICENSE *.md 
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%nodejs_fixdep glob 6.0.x
%nodejs_fixdep jade 1.11.x
%nodejs_fixdep diff 2.2.x
%nodejs_fixdep escape-string-regexp 1.0.x
%nodejs_fixdep supports-color 3.1.x
%nodejs_fixdep commander 2.9.x
%nodejs_fixdep mkdirp 0.5.x

%patch0 -p0
%build
make all


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r bin/ editors/ images/ lib/ scripts/ media/ support/ *.json %{oname}.css *.js \
    %{buildroot}%{nodejs_sitelib}/%{oname} 
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/{_%{oname},%{oname}}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} %{buildroot}%{_bindir}/%{oname}    

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
make lint test-bdd test-tdd test-qunit test-exports test-jsapi test-compilers test-glob test-requires test-reporters test-only   


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.3.4-5
- (15b5995) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11809 |14cu|nodejs-mocha-better-spec-reporter-3.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mocha-better-spec-reporter

Summary:        Just a bit better spec reporter for Mocha
Name:           nodejs-%{oname}
Version:        3.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/btd/mocha-better-spec-reporter
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(stack-trace)
BuildRequires:  npm(source-map)
BuildRequires:  npm(should-type)
BuildRequires:  npm(should-format)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(diff)
BuildRequires:  npm(data-uri-to-buffer)
BuildRequires:  npm(chalk)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep source-map 0.5.x
%nodejs_fixdep diff 2.2.x


%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
   





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.1-4
- (6c8eca2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11810 |14cu|nodejs-mocha-lcov-reporter-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mocha-lcov-reporter

Summary:        LCOV reporter for Mocha
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/StevenLooman/mocha-lcov-reporter
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (281f9c3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11811 |14cu|nodejs-module-deps-4.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname module-deps

Summary:        Walk the dependency graph to generate json output
Name:           nodejs-%{oname}
Version:        4.0.4
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/module-deps
###Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# using the git for testing purposes
Source0:        https://github.com/substack/module-deps/archive/4.0.4.tar.gz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xtend)
BuildRequires:  npm(through2)
BuildRequires:  npm(subarg)
BuildRequires:  npm(stream-combiner2)
BuildRequires:  npm(resolve)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(parents)
BuildRequires:  npm(inherits)
BuildRequires:  npm(duplexer2)
BuildRequires:  npm(detective)
BuildRequires:  npm(defined)
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(browser-resolve)
BuildRequires:  npm(JSONStream)
BuildRequires:  npm(browser-pack)
BuildRequires:  npm(tap)
BuildRequires:  npm(async)
BuildRequires:  npm(resolve)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin %{buildroot}%{nodejs_sitelib}/%{oname}
chmod +x %{buildroot}%{nodejs_sitelib}/%{oname}/bin/*.js
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check 
ln -sf %{nodejs_sitelib}/inherits node_modules/
ln -sf %{nodejs_sitelib}/async node_modules/
ln -sf %{nodejs_sitelib}/resolve node_modules/
%tap test/*.js || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.4-5
- (6e8ad96) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11812 |14cu|nodejs-module-not-found-error-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname module-not-found-error 

Summary:        Create a module not found error
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bendrucker/module-not-found-error
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/bendrucker/module-not-found-error/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (390d936) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11813 |14cu|nodejs-moment-2.12.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname moment
Summary:    Parse, manipulate and display dates
Name:       nodejs-%{oname}
Version:    2.12.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/%{oname}/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.js locale/ min/ package.json src/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.12.0-4
- (0964512) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11814 |14cu|nodejs-mongodb-1.4.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name mongodb

Summary:       A node driver for MongoDB
Name:          nodejs-%{npm_name}
Version:       1.4.2
Release:       5
Group:         Development/Other
License:       ASL 2.0
URL:           https://github.com/mongodb/node-mongodb-native
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: nodejs-packaging
BuildRequires:  nodejs
BuildArch:     noarch

%description
This is a node driver for MongoDB. It's a port (or close to a port) of
the library for ruby at http://github.com/mongodb/mongo-ruby-driver

%prep
%setup -q -n package
%nodejs_fixdep bson '>=0.2.2'

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr index.js lib package.json %{buildroot}%{nodejs_sitelib}/%{npm_name}

#Cleanup permissions
chmod 644 %{buildroot}%{nodejs_sitelib}/%{npm_name}/*.js
chmod 644 %{buildroot}%{nodejs_sitelib}/%{npm_name}/*.json

%files
%doc CONTRIBUTING.md LICENSE Readme.md
%{nodejs_sitelib}/%{npm_name}


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.2-5
- (a60d003) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11815 |14cu|nodejs-monocle-1.1.51-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname monocle

Summary:    A tool for watching directories for file changes
Name:       nodejs-%{oname}
Version:    1.1.51
Release:    7
License:    BSD
Group:      Development/Other
URL:        https://github.com/samccone/%{oname}
Source0:    https://github.com/samccone/%{oname}/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(readdirp)
BuildArch:  noarch

%description
%{summary}.


%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
find . -type f -exec chmod -x '{}' \;
%nodejs_fixdep readdirp


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json %{oname}.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test -R spec -t 2000 || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.51-7
- (a1dfbe3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11816 |14cu|nodejs-morgan-1.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname morgan

Summary:    Logging middleware for Connect
Name:       nodejs-%{oname}
Version:    1.6.1
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/expressjs/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/expressjs/%{oname}/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(on-headers)
BuildRequires:  npm(on-finished)
BuildRequires:  npm(depd)
BuildRequires:  npm(debug)
BuildRequires:  npm(basic-auth)
#
BuildRequires:  npm(split)
BuildRequires:  npm(mocha)
BuildRequires:  npm(supertest) >= 1.1.0
BuildArch:  noarch

%description
%{summary}.


%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%nodejs_fixdep on-headers
%nodejs_fixdep on-finished
%nodejs_fixdep depd
%nodejs_fixdep debug
%nodejs_fixdep basic-auth

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --check-leaks --reporter spec --bail  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.6.1-4
- (35ace59) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11817 |14cu|nodejs-mout-0.11.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mout

Summary:        Modular Utilities
Name:           nodejs-%{oname}
Version:        0.11.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mout/mout
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
All code is library agnostic and consist mostly
of helper methods that aren't directly related 
with the DOM, the purpose of this library 
isn't to replace Dojo, jQuery, YUI, 
Mootools, etc, but to provide modular solutions 
for common problems that aren't solved 
by most of them. 
Consider it as a crossbrowser 
JavaScript standard library.

%files
%doc LICENSE.md CHANGELOG.md CONTRIBUTING.md README.md doc
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js */ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.11.1-4
- (fa039c9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11818 |14cu|nodejs-ms-0.7.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ms

Summary:        Tiny ms conversion utility
Name:           nodejs-%{oname}
Version:        0.7.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/guille/ms.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.7.1-4
- (e38accf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11819 |14cu|nodejs-muffin-0.9.0-4.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname muffin

Summary:    Node.js module with handy helpers for building Cakefiles
Name:       nodejs-%{oname}
Version:    0.9.0
Release:    4.5
License:    MIT
Group:      Development/Other
URL:        http://hornairs.github.com/%{oname}/
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:  %{name}.rpmlintrc  
Patch0:     nodejs-muffin-collision.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(snockets)
BuildRequires:  npm(temp) > 0.8
BuildRequires:  npm(prompt) > 0.2.13
BuildRequires:  npm(uglify-js) > 2
BuildRequires:  npm(glob) > 6
BuildRequires:  npm(coffee-script) >= 1.10
BuildRequires:  npm(q-io) > 1.13
BuildRequires:  npm(q)
BuildRequires:  npm(docco)
BuildRequires:  cloc
Requires:       cloc
Provides:       npm(muffin) = 0.9.0

BuildArch:  noarch

%description
This Node.js module has handy helpers for building Cakefiles.

It has a set of generic high level file operations you don't want to implement
yourself, like copying files, CoffeeScript compilation and compile time
requiring, minification, and SLOC counting.

%files
%doc Readme.md docs/
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------------
%prep
%setup -q -n package
%patch0 -p0 -b extension colision
rm -f deps/cloc.pl
rm -rf docs/public/fonts/
%nodejs_fixdep coffee-script
%nodejs_fixdep glob
%nodejs_fixdep prompt
%nodejs_fixdep q
%nodejs_fixdep q-io
%nodejs_fixdep snockets
%nodejs_fixdep temp
%nodejs_fixdep uglify-js

%build



%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json deps/ lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

# Use system provided cloc.pl
ln -sf /usr/bin/cloc \
    %{buildroot}%{nodejs_sitelib}/%{oname}/deps/cloc.pl

%nodejs_symlink_deps

%check
ln -sf /usr/bin/cloc deps/cloc.pl
%nodejs_symlink_deps --check
cake test


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.9.0-4.5
- (47f9b92) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11820 |14cu|nodejs-multiline-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname multiline

Summary:        Multiline strings in JavaScript
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/multiline
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/sindresorhus/multiline/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(strip-indent)
BuildRequires:  npm(browserify)
BuildRequires:  npm(callsites)
BuildRequires:  npm(mocha)
BuildRequires:  npm(uglify-js)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep uglify-js

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (84bdfc9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11821 |14cu|nodejs-multimatch-2.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname multimatch

Summary:    Adds multiple patterns support to minimatch.match()
Name:       nodejs-%{oname}
Version:    2.1.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/sindresorhus/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/sindresorhus/multimatch/archive/master.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(arrify)
BuildRequires:  npm(array-union)
BuildRequires:  npm(array-differ)
BuildRequires:  npm(lodash)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
BuildArch:  noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

%prep
%setup -q -n %{oname}-master
%nodejs_fixdep minimatch
%nodejs_fixdep arrify
%nodejs_fixdep array-union
%nodejs_fixdep array-differ

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.0-4
- (3fdf148) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11822 |14cu|nodejs-multimeter-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname multimeter

Summary:        Render multiple progress bars at once on the terminal
Name:           nodejs-%{oname}
Version:        0.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-multimeter
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(charm)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep charm

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-4
- (7b74932) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11823 |14cu|nodejs-multiparty-4.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname multiparty

Summary:    A multipart/form-data parser for Node.js which supports streaming
Name:       nodejs-%{oname}
Version:    4.1.2
Release:    4
License:    MIT
Group:      Development/Other
URL:        github.com/andrewrk/node-multiparty
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/expressjs/node-multiparty/releases/node-%{oname}-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(fd-slicer)
BuildRequires:  npm(findit2)
BuildRequires:  npm(pend)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(superagent)

BuildArch:  noarch


%files
%doc CHANGELOG.md LICENSE README.md examples/
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------

%description
%{summary}.


%prep
%setup -qn node-%{oname}-%{version}


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__node test/test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.1.2-4
- (0c98844) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11824 |14cu|nodejs-multipipe-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname multipipe

Summary:        Pipe streams with centralized error handling
Name:           nodejs-%{oname}
Version:        0.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/juliangruber/multipipe
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(duplexer2)
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(through2)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --timeout 100   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-4
- (2603a67) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11825 |14cu|nodejs-mustache-2.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mustache

Summary:        Logic-less {{mustache}} templates with JavaScript
Name:           nodejs-%{oname}
Version:        2.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/janl/mustache.js
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/janl/mustache.js/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(chai)
BuildRequires:  npm(eslint)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}-js
#------------------------------------------------------------------

%prep
%setup -q -n %{oname}.js-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js bin/ wrappers/ hooks/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755  %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} %{buildroot}%{_bindir}/%{oname}-js
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
eslint mustache.js bin/mustache  
mocha --reporter spec test/*-test.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.1-4
- (cec4dbf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11826 |14cu|nodejs-mute-stream-0.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mute-stream

Summary:        Basic pass-through stream, but when muted, the bytes are dropped
Name:           nodejs-%{oname}
Version:        0.0.5 
Release:        4
Group:          Development/Other
License:        ISC
URL:            https://github.com/isaacs/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
This is a basic pass-through stream, but when muted, the bytes are
silently dropped, rather than being passed through.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#--------------------------------------------------------

%prep
%setup -qn package

%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json mute.js %{buildroot}%{nodejs_sitelib}/%{oname}

%check
%nodejs_symlink_deps --check
%tap test


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.5-4
- (0ae2d2a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11827 |14cu|nodejs-mv-2.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mv

Summary:        A fs.rename but works across devices. same as the unix utility 'mv'
Name:           nodejs-%{oname}
Version:        2.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/andrewrk/node-mv
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(rimraf)
BuildRequires:  npm(ncp)
BuildRequires:  npm(mkdirp)
#
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test/test.js --reporter spec   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.1-4
- (cf0f1dc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11828 |14cu|nodejs-mysql-2.1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name mysql
%global enable_tests 0

Summary:       A node.js driver for mysql
Name:          nodejs-%{npm_name}
Version:       2.1.1
Release:       6
Group:         Development/Other
License:       MIT
URL:           http://github.com/felixge/node-mysql
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: nodejs-packaging
BuildRequires:  nodejs
%if 0%{?enable_tests}
BuildRequires:  npm(underscore)
BuildRequires:  npm(urun)
BuildRequires:  npm(utest)
%endif
BuildArch:     noarch

%description
This is a node.js driver for mysql.
It is written in JavaScript, does not require compiling, 
and is 100% MIT licensed.

%prep
%setup -q -n package
%nodejs_fixdep bignumber.js '>=1.0.1'
%nodejs_fixdep require-all '>=0.0.3'
# readable-stream not needed in nodejs >= 0.10
%nodejs_fixdep -r readable-stream

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr index.js lib package.json tool %{buildroot}%{nodejs_sitelib}/%{npm_name}

%if 0%{?enable_tests}
%check
make test
%endif

%files
%doc Changes.md License Readme.md
%{nodejs_sitelib}/%{npm_name}


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.1-6
- (a4845f7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11829 |14cu|nodejs-mz-2.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mz

Summary:        Modernize node.js to current ECMAScript standards
Name:           nodejs-%{oname}
Version:        2.6.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/normalize/mz
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(thenify-all)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(any-promise)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE HISTORY.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.6.0-4
- (2a6ee99) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11830 |14cu|nodejs-nan-2.3.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nan

Summary:       Native Abstractions for Node.js 
Name:          nodejs-%{oname}
Version:       2.3.5 
Release:       4
Group:         Development/Other
License:       MIT
Url:           http://github.com/rvagg/nan
Source0:       http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:     %{name}.rpmlintrc
Patch0:        nodejs-nan-lto2.patch
BuildRequires: nodejs-packaging
# lto2 deps
BuildRequires: npm(commander)
BuildRequires: npm(glob)
BuildArch:     noarch

%description
A header file filled with macro and utility goodness
for making add on development for Node.js easier across
versions 0.8, 0.10 and 0.11, and eventually 0.12.

Thanks to the crazy changes in V8 (and some in Node core),
keeping native add-on compiling happily across versions,
particularly 0.10 to 0.11/0.12, is a minor nightmare. 
The goal of this project is to store all logic necessary
to develop native Node.js add-on without having to inspect 
NODE_MODULE_VERSION and get yourself into a macro-tangle.


%files
%doc *.md doc/ 
%{_bindir}/nan-1to2
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------
%prep
%setup -qn package
%patch0 -p1

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr include_dirs.js *.h package.json tools/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/tools/1to2.js \
	%{buildroot}%{_bindir}/nan-1to2

chmod +x %{buildroot}%{_bindir}/nan-1to2



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.3.5-4
- (8734697) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11831 |14cu|nodejs-native-or-bluebird-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname native-or-bluebird

Summary:        Use either the native Promise or Bluebird
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/normalize/native-or-bluebird
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js promise.js \
  %{buildroot}%{nodejs_sitelib}/%{oname}
  
%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (9c0a289) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11832 |14cu|nodejs-natural-compare-1.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname natural-compare

Summary:        Compare strings containing a mix of letters and numbers
Name:           nodejs-%{oname}
Version:        1.2.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://www.npmjs.com/package/natural-compare
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(testman)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs tests/run.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.2-4
- (2bdfec4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11833 |14cu|nodejs-nave-0.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nave

Summary:        Virtual Environments for Node
Name:           nodejs-%{oname}
Version:        0.5.3
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://www.npmjs.com/package/nave
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc AUTHORS LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json nave.sh %{buildroot}/%{nodejs_sitelib}/%{oname}
chmod +x %{buildroot}/%{nodejs_sitelib}/%{oname}/nave.sh

%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.3-4
- (4f3f911) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11834 |14cu|nodejs-ncp-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ncp


Summary:    Asynchronous recursive file copy utility for Node.js
Name:       nodejs-%{oname}
Version:    2.0.0 
Release:    4
License:    MIT
Group:      System/Libraries
URL:        https://github.com/AvianFlu/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
#Source0:    https://github.com/AvianFlu/ncp/archive/v2.0.0.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(deep-equal)
BuildRequires:  npm(mocha)
BuildRequires:  npm(read-dir-files)
BuildRequires:  npm(rimraf)
BuildArch:  noarch

%description
This module is an asynchronous recursive copy utility for Node.js.
Think cp -r, but pure node, and asynchronous. %{oname} can be used both
as a CLI tool and programmatically.


%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}
#-----------------------------------------------------
%prep
%setup -qn package
%nodejs_fixdep deep-equal

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}/bin
install -p -D -m0755 bin/%{oname} \
  %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/%{oname}/bin/%{oname} \
  %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps

#%check
#https://github.com/AvianFlu/ncp/issues
#%nodejs_symlink_deps --check
#mocha --reporter spec test/*.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (f844cef) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11835 |14cu|nodejs-nedb-1.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nedb

Summary:        File-based embedded data store for node.js
Name:           nodejs-%{oname}
Version:        1.8.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/louischatriot/nedb
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(underscore)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(localforage)
BuildRequires:  npm(binary-search-tree)
BuildRequires:  npm(async)
#
BuildRequires:  npm(chai)
BuildRequires:  npm(commander)
BuildRequires:  npm(exec-time)
BuildRequires:  npm(mocha)
BuildRequires:  npm(request)
BuildRequires:  npm(sinon)
#
# use our tested versions of req
Requires:  npm(browserify)
Requires:  npm(async)
Requires:  npm(fs-extra)
Requires:  npm(uglify-js)
Requires:  npm(underscore)
Requires:  npm(mkdirp)
Requires:  npm(localforage)
Requires:  npm(binary-search-tree)
Requires:  npm(async)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules 
# remove internal bundled package.json
rm -fr browser-version/package.json
# files attr are totally fscked up 
chmod 644 LICENSE *.md *.json benchmarks/*.js index.js 
chmod 644 browser-version/browser-specific/lib/customUtils.js
chmod 644 browser-version/browser-specific/lib/storage.js
chmod 644 browser-version/build.js
chmod 644 browser-version/out/nedb.js
chmod 644 browser-version/out/nedb.min.js
chmod 644 lib/*.js
#
%nodejs_fixdep underscore
%nodejs_fixdep mkdirp
%nodejs_fixdep localforage
%nodejs_fixdep binary-search-tree
%nodejs_fixdep async

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js lib/ browser-version/ benchmarks/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
rm -fr %{buildroot}%{nodejs_sitelib}/%{oname}/browser-version/test 
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
mocha --reporter spec --timeout 10000 || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.8.0-4
- (be0b511) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11836 |14cu|nodejs-negotiator-0.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname negotiator

Summary:    An HTTP content negotiator for Node.js
Name:       nodejs-%{oname}
Version:    0.6.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/federomero/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/jshttp/%{oname}/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE *.md examples/
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------
%prep
%setup -q -n %{oname}-%{version}

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --check-leaks --bail test/     

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.0-4
- (48cc2c0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11837 |14cu|nodejs-network-address-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname network-address

Summary:        Get the local network address of your machine
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mafintosh/network-address
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js cli.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (f6d728d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11838 |14cu|nodejs-next-0.4.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname next

Summary:        Functions that extend and complement Node.js API
Name:           nodejs-%{oname}
Version:        0.4.1
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/medikoo/node-ext
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(memoizee)
BuildRequires:  npm(es5-ext)
BuildRequires:  npm(deferred)
# circular
BuildRequires:  npm(tad)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md CHANGES
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js module/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
# bootstrap
%nodejs_symlink_deps --check
%__nodejs %{_bindir}/tad 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.1-5
- (38d2b02) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11839 |14cu|nodejs-next-tick-0.2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname next-tick

Summary:        Environment agnostic nextTick polyfill
Name:           nodejs-%{oname}
Version:        0.2.2
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/medikoo/next-tick
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
# circular
BuildRequires:  npm(tad)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENCE README.md CHANGES
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
# bootstrap
%nodejs_symlink_deps --check
%__node %{_bindir}/tad 
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.2-5
- (9c790e8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11840 |14cu|nodejs-nib-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nib

Summary:        Stylus mixins and utilities
Name:           nodejs-%{oname}
Version:        1.1.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/visionmedia/nib
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(stylus)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md docs/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep stylus

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ iconic/ index.styl \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (76d49b4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11841 |14cu|nodejs-nock-5.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nock

Summary:        HTTP Server mocking for Node.js
Name:           nodejs-%{oname}
Version:        5.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/pgte/nock
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(propagate)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(lodash)
BuildRequires:  npm(json-stringify-safe)
BuildRequires:  npm(deep-equal)
BuildRequires:  npm(debug)
BuildRequires:  npm(chai)


BuildArch:      noarch

%description
%{summary}.

%files
%doc CHANGELOG.md README.md examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep propagate
%nodejs_fixdep mkdirp
%nodejs_fixdep lodash
%nodejs_fixdep json-stringify-safe
%nodejs_fixdep deep-equal
%nodejs_fixdep debug
%nodejs_fixdep chai

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ coverage/ assets/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.2.1-4
- (eebf16b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11842 |14cu|nodejs-node-captions-0.4.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node-captions

Summary:        Lightweight closed caption converter
Name:           nodejs-%{oname}
Version:        0.4.6 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jasonrojas/node-captions
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(iconv-lite)
BuildRequires:  npm(moment)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js config/ lib/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.6-4
- (cdd39b3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11843 |14cu|nodejs-nodecast-js-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nodecast-js

Summary:        Casting client module for Chromecast/UPnP/DLNA
Name:           nodejs-%{oname}
Version:        1.0.3 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gyzerok/nodecast-js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(upnp-mediarenderer-client)
BuildRequires:  npm(castv2-client)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep castv2-client
%nodejs_fixdep upnp-mediarenderer-client

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ flowlib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (e77dd6e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11844 |14cu|nodejs-node-eta-0.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node-eta

Summary:        Estimated time to arrival
Name:           nodejs-%{oname}
Version:        0.9.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/titarenko/eta
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

  
  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.9.0-4
- (e6a865b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11845 |14cu|nodejs-node-expat-2.3.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node-expat

Summary:    Fast libexpat XML SAX parser binding for Node.js
Name:       nodejs-%{oname}
Version:    2.3.11
Release:    4
License:    MIT
Group:      Development/Other
URL:        http://github.com/astro/%{oname}
Source0:    https://github.com/node-xmpp/%{oname}/archive/v%{version}/%{oname}-%{version}.tar.gz
Patch0:     %{name}-2.1.4-Use-system-expat.patch
# https://github.com/node-xmpp/%{oname}/issues/125
Patch1:     %{name}-2.3.11-timing.patch
BuildRequires:  pkgconfig(expat)
BuildRequires:  nodejs-packaging
BuildRequires:  npm(node-gyp)
BuildRequires:  npm(nan) >= 2.0.9
BuildRequires:  npm(vows)
BuildRequires:  npm(bindings)
BuildRequires:  npm(debug)
BuildRequires:  npm(iconv)

%description
%{summary}.


%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1
rm -rf deps/

%build
%nodejs_symlink_deps --check
ln -sf %{_includedir}/node .
export CXXFLAGS="%{optflags} -Wstrict-aliasing=0"
node-gyp rebuild


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json bench.js lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}/build
install -p -m0755 build/Release/node_expat.node \
    %{buildroot}%{nodejs_sitelib}/%{oname}/build/node_expat.node
sed -i -e 's|build/Release|build|g' \
    %{buildroot}%{nodejs_sitelib}/%{oname}/lib/%{oname}.js

%nodejs_symlink_deps


%check
vows --spec ./test/**/*.js || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.3.11-4
- (e432e28) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11846 |14cu|nodejs-node.extend-1.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node.extend

Summary:        A port of jQuery.extend that actually works on node.js
Name:           nodejs-%{oname}
Version:        1.1.5
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dreamerslab/node.extend
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/dreamerslab/node.extend/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is)
#
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test/index.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.5-4
- (e05d611) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11847 |14cu|nodejs-node.flow-1.2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node.flow

Summary:        A deadly simple flow control package for node.js
Name:           nodejs-%{oname}
Version:        1.2.3 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dreamerslab/node.flow
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/dreamerslab/node.flow/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(node.extend)
#
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep node.extend

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.3-4
- (9796eda) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11848 |14cu|nodejs-node-forge-0.6.39-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node-forge
%define __noautoreq 'npm\\(grunt\\)|npm\\(chai\\)|npm\\(grunt-mocha\\)|npm\\(express\\)|npm\\(mocha\\)|npm\\chai\\)'

Summary:        Implementations of network transports,cryptography,ciphers,PKI,message digests
Name:           nodejs-%{oname}
Version:        0.6.39 
Release:        4
License:        GPLv2
Group:          Development/Other
Url:            https://github.com/digitalbazaar/forge
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json build-setup flash/ js/ Makefile.in  mod_fsp/ setup/ swf/ \
  build-flash.xml end.frag minify.js nodejs/ start.frag %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.39-4
- (51e4d3b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11849 |14cu|nodejs-node-gyp-3.3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node-gyp

Summary:        Node.js native addon build tool
Name:           nodejs-%{oname}
Version:        3.3.1
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/nodejs/node-gyp
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:	%{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(which)
BuildRequires:  npm(tar) 
BuildRequires:  npm(semver) 
BuildRequires:  npm(rimraf) 
BuildRequires:  npm(request) 
BuildRequires:  npm(path-array) 
BuildRequires:  npm(osenv) 
BuildRequires:  npm(npmlog) 
BuildRequires:  npm(nopt) 
BuildRequires:  npm(mkdirp) 
BuildRequires:  npm(minimatch) 
BuildRequires:  npm(graceful-fs) 
BuildRequires:  npm(glob) 
BuildRequires:  npm(fstream)
BuildRequires:  npm(tape)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGELOG.md README.md History.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%nodejs_fixdep which
%nodejs_fixdep tar 
%nodejs_fixdep semver 
%nodejs_fixdep rimraf 
%nodejs_fixdep request 
%nodejs_fixdep path-array 
%nodejs_fixdep osenv 
%nodejs_fixdep npmlog 
%nodejs_fixdep nopt 
%nodejs_fixdep mkdirp 
%nodejs_fixdep minimatch 
%nodejs_fixdep graceful-fs 
%nodejs_fixdep glob 
%nodejs_fixdep fstream

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json \
  0001-gyp-always-install-into-PRODUCT_DIR.patch \
  0002-gyp-apply-https-codereview.chromium.org-11361103.patch \
  0003-gyp-don-t-use-links-at-all-just-copy-the-files-inste.patch \
  addon.gypi bin/ gyp/ lib/ src/ test/ %{buildroot}%{nodejs_sitelib}/%{oname}
  
%nodejs_symlink_deps

chmod +x %{buildroot}%{nodejs_sitelib}/%{oname}/gyp/pylib/gyp/generator/{xcode_test,ninja_test}.py

mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname}.js %{buildroot}%{_bindir}/%{oname}

%check
%nodejs_symlink_deps --check
tape test/test-*

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.3.1-5
- (cfde86b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11850 |14cu|nodejs-node-int64-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node-int64

Summary:        Support for representing 64-bit integers in JavaScript
Name:           nodejs-%{oname}
Version:        0.4.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/broofa/node-int64
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nodeunit)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
nodeunit test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.0-4
- (9c30b79) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11851 |14cu|nodejs-node-markdown-0.1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-node-markdown
Version:        0.1.1
Release:        7
Summary:        Parse markdown syntax with Node.js
Group:          Development/Other
License:        BSD
URL:            https://github.com/andris9/node-markdown
Source0:        http://registry.npmjs.org/node-markdown/-/node-markdown-%{version}.tgz
BuildArch:      noarch
BuildRequires:  nodejs-packaging
Requires:       npm(showdown)

%description
Based on showdown parser and parses markdown syntax into HTML code.


%prep
%setup -q -n package
rm -rf node_modules lib/vendor


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/node-markdown
cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/node-markdown
mkdir -p %{buildroot}/%{nodejs_sitelib}/node-markdown/lib/vendor
ln -sf %{nodejs_sitelib}/showdown %{buildroot}/%{nodejs_sitelib}/node-markdown/lib/vendor
%nodejs_symlink_deps


%files
%doc LICENSE README.md examples
%{nodejs_sitelib}/node-markdown



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-7
- (0f7eb95) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11852 |14cu|nodejs-node-pre-gyp-0.6.28-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node-pre-gyp

Summary:        Node.js native addon binary install tool
Name:           nodejs-%{oname}
Version:        0.6.28
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/mapbox/node-pre-gyp
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/mapbox/node-pre-gyp/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tar-pack)
BuildRequires:  npm(tar)
BuildRequires:  npm(semver)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(request)
BuildRequires:  npm(rc)
BuildRequires:  npm(npmlog)
BuildRequires:  npm(nopt)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(mocha)
BuildRequires:  npm(jshint)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}
#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules test/build.test.js
%nodejs_fixdep rimraf
%nodejs_fixdep semver

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json bin/ lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
jshint lib lib/util scripts bin/node-pre-gyp
mocha -R spec --timeout 500000

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.28-4
- (955b8f8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11853 |14cu|nodejs-node-static-0.7.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node-static

Summary:       Simple, compliant file streaming module for node
Name:          nodejs-%{oname}
Version:       0.7.7
Release:       4
Group:         Development/Other
License:       MIT
URL:           http://github.com/cloudhead/node-static
Source0:       http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires: nodejs-packaging
BuildRequires: npm(mime)
BuildRequires: npm(colors)
BuildRequires: npm(optimist)
BuildRequires: npm(vows)
BuildRequires: npm(request)
BuildArch:     noarch

%description
node-static is a simple, "rfc 2616 compliant" file streaming module 
for node.

node-static has an in-memory file cache, making it highly efficient.
node-static understands and supports "conditional GET" and "HEAD" requests.
node-static was inspired by some of the other static-file serving modules
out there, such as node-paperboy and antinode.

%files
%doc LICENSE README.md examples
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------

%prep
%setup -q -n package


%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr benchmark/ bin/ lib/ package.json \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/cli.js
# Setup Binaries
mkdir %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/%{oname}/bin/cli.js %{buildroot}%{_bindir}/%{oname}

# this will create a loop in the buildroot
#%check
#%nodejs_symlink_deps --check
#vows --spec --isolate


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.7.7-4
- (449c053) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11854 |14cu|nodejs-node-status-codes-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node-status-codes 

Summary:        Node.js http.STATUS_CODES ponyfill
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/node-status-codes
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Ponyfill: A polyfill that doesn't overwrite the native method.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (515e5e6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11855 |14cu|nodejs-node-stringprep-0.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node-stringprep


Summary:    ICU StringPrep profiles for Node.js
Name:       nodejs-%{oname}
Version:    0.8.0
Release:    4
License:    MIT
Group:      Development/Other
Url:        https://github.com/astro/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# Allow build on our nodejs 5
Patch0:     nodejs-%{oname}-engine.patch
BuildRequires:  pkgconfig(icu-i18n)
BuildRequires:  nodejs-packaging
BuildRequires:  npm(node-gyp)
BuildRequires:  npm(bindings)
BuildRequires:  npm(nan)
BuildRequires:  npm(debug)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(proxyquire)

%description
This module exposes predefined Unicode normalization functions that are
required by many protocols. This is just a binding to ICU, which is said
to be fast.

%files
%doc LICENSE README.markdown
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------------

%prep
%setup -qn package
%patch0 -p1
%nodejs_fixdep bindings

%build
%nodejs_symlink_deps --check
ln -sf %{_includedir}/node .
export CXXFLAGS="%{optflags} -Wstrict-aliasing"
node-gyp configure
node-gyp build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -p package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}
install -p -D -m0755 build/Release/node_stringprep.node \
    %{buildroot}%{nodejs_sitelib}/%{oname}/build/%{oname}.node

%nodejs_symlink_deps

%check
mocha -R spec --ui tdd --require should test/fallback.js  
mocha -R spec --ui tdd test/leakcheck.js test/toascii.js test/tounicode.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.8.0-4
- (d68645b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11856 |14cu|nodejs-node-tvdb-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node-tvdb

Summary:        Node.js library for accessing TheTVDB's API
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/edwellbrook/node-tvdb
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xml2js)
BuildRequires:  npm(request)
BuildRequires:  npm(jszip)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep request

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js *.yml \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test || :   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-4
- (7d72e32) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11857 |14cu|nodejs-nodeunit-0.9.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nodeunit
# this is provided by another module, nodejs-ejs provides npm(ejs)
%define __noautoprov 'npm\\(ejs\\)

Summary:    Easy asynchronous unit testing framework for Node.js
Name:       nodejs-%{oname}
Version:    0.9.1
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/caolan/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:    %{oname}
BuildRequires:  nodejs-packaging
BuildRequires:  npm(uglify-js)
BuildRequires:  npm(tap)
BuildRequires:  npm(should)
Provides:       %{oname} = %{EVRD}
Provides:       npm(%{oname}-ejs) = 0.4.3
Obsoletes:	%{oname} < %{EVRD}

BuildArch:  noarch

%description
Nodeunit provides an easy asynchronous unit testing framework for Node.js:
 - helps you avoid common pitfalls when testing asynchronous code
 - easy to add test cases with setUp and tearDown functions if you wish
 - flexible reporters for custom output
 - built-in support for HTML and jUnit XML
 - allows the use of mocks and stubs

%files
%doc LICENSE *.md  doc/ examples/
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}
%{_mandir}/man1/%{oname}.1*
%{_datadir}/%{oname}
#---------------------------------------------------------------------
%prep
%setup -qn package
%nodejs_fixdep uglify-js 2.6.x
mkdir -p node_modules

%build


%install
# using the installe , at least I won't miss some file or attr. Sflo
mkdir -p %{buildroot}%{nodejs_sitelib}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{oname}
mkdir -p %{buildroot}%{_mandir}/man1

make install PREFIX=%{buildroot}/usr \
  NODEJSLIBDIR=%{buildroot}%{nodejs_sitelib} \
  DATADIR=%{buildroot}%{_datadir}/%{oname} \
  MANDIR=%{buildroot}%{_mandir}
  
cp -pr img/ %{buildroot}%{_datadir}/%{oname}
# drop the buildroot path
rm -fr %{buildroot}%{_bindir}/%{oname}
install -p -m0755 %{SOURCE1} %{buildroot}%{_bindir} 


%check
rm -fr test/{test-bettererrors,test-failing-callbacks,test-runfiles}.js
%nodejs_symlink_deps --check
%__nodejs ./bin/nodeunit    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.9.1-4
- (bfd0720) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11858 |14cu|nodejs-node-uuid-1.4.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node-uuid

Summary:    Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
Name:       nodejs-%{oname}
Version:    1.4.7 
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/broofa/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
This Node.js module provides simple and fast generation of RFC4122 (v1 and v4)
UUIDs. It runs in Node.js and all browsers and can also generate
cryptographically strong random numbers.

%files
%doc LICENSE.md README.md
%{_bindir}/uuid-nodejs 
%{nodejs_sitelib}/%{oname}

#-----------------------------------------------------------
%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json uuid.js bin \
    %{buildroot}%{nodejs_sitelib}/%{oname}
    
mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/uuid \
  %{buildroot}%{_bindir}/uuid-nodejs    
    
    

%nodejs_symlink_deps






%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.7-4
- (0307e9a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11859 |14cu|nodejs-node-webkit-fdialogs-0.2.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node-webkit-fdialogs

Summary:        Manage file dialogs for node-webkit
Name:           nodejs-%{oname}
Version:        0.2.7
Release:        4
License:        GPLv2
Group:          Development/Other
Url:            https://github.com/exos/node-webkit-fdialogs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(underscore)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.7-4
- (eb7be54) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11860 |14cu|nodejs-node-youtubeapi-simplifier-1.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname node-youtubeapi-simplifier

Summary:        Youtube-API simplifier
Name:           nodejs-%{oname}
Version:        1.4.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Haidy777/node-youtubeAPI-simplifier
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(youtube-api)
BuildRequires:  npm(bluebird)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md docs/ examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep bluebird
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.2-4
- (55ef2e7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11861 |14cu|nodejs-nomnom-1.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nomnom

Summary:        Option parser with generated usage and commands
Name:           nodejs-%{oname}
Version:        1.8.1 
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/harthur/nomnom
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chalk)
BuildRequires:  npm(underscore)
BuildRequires:  npm(nodeunit)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep chalk
%nodejs_fixdep underscore

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js *.diff \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
nodeunit test/*.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.8.1-4
- (cd4c28a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11862 |14cu|nodejs-nopt-3.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nopt

Summary:    Node.js option parsing
Name:       nodejs-%{oname}
Version:    3.0.6
Release:    4
License:    ISC
Group:      Development/Other
URL:        https://github.com/isaacs/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  npm(abbrev)

BuildArch:  noarch

%description
An option parsing library for Node.js and its package manager (npm).

%files
%doc README.md LICENSE examples
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr bin lib package.json %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/%{oname}.js %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.6-4
- (fae25f2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11863 |14cu|nodejs-noptify-0.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname noptify

Summary:    A wrapper for the nopt module with a commander-like API
Name:       nodejs-%{oname}
Version:    0.0.3
Release:    7
License:    MIT
Group:      Development/Other
URL:        https://github.com/mklabs/%{oname}
Source0:    https://github.com/mklabs/%{oname}/archive/master.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(nopt)
BuildArch:  noarch


%description
%{summary}.

%files
%doc LICENSE-MIT readme.md
%{nodejs_sitelib}/%{oname}
#-------------------------------------------
%prep
%setup -qn %{oname}-master
%nodejs_fixdep nopt

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json actions/ index.js util/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check  
mocha --reporter spec  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.3-7
- (ec0db0e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11864 |14cu|nodejs-normalize-package-data-2.3.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname normalize-package-data

Summary:        Normalizes data from package.json files
Name:           nodejs-%{oname}
Version:        2.3.5
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/npm/normalize-package-data
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  npm(validate-npm-package-license)
BuildRequires:  npm(semver)
BuildRequires:  npm(is-builtin-module)
BuildRequires:  npm(hosted-git-info)

BuildArch:      noarch

%description
Normalize-package data exports a function that 
normalizes package metadata. This data is typically 
found in a package.json file, 
but in principle could come from any source - 
for example the npm registry.
Normalize-package-data is used by read-package-json 
to normalize the data it reads from a package.json file. 
In turn, read-package-json is used by npm and 
various npm-related tools.

%files
%doc LICENSE README.md AUTHORS
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r lib package.json %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.3.5-4
- (084f2a8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11865 |14cu|nodejs-normalize-path-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname normalize-path

Summary:        Normalize file path slashes to be unix-like forward slashes
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/normalize-path
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jonschlinkert/normalize-path/archive/master.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(minimist)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-master
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-4
- (30c345e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11866 |14cu|nodejs-npmlog-2.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname npmlog

Summary:        Logger for npm
Name:           nodejs-%{oname}
Version:        2.0.2
Release:        4
Group:          Development/Other
License:        ISC
URL:            https://github.com/isaacs/%{oname}
Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(gauge)
BuildRequires:  npm(are-we-there-yet)
BuildRequires:  npm(ansi)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
The logger utility that npm uses.

This logger is very basic. It does the logging for npm. It supports custom
levels and colored output.

%files
%doc LICENSE README.md example.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules 
%nodejs_fixdep are-we-there-yet

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json log.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/basic.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.2-4
- (64fa1b9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11867 |14cu|nodejs-npm-package-arg-4.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname npm-package-arg

Summary:        Parse the things that can be arguments to npm install
Name:           nodejs-%{oname}
Version:        4.1.1
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/npm/npm-package-arg
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(semver)
BuildRequires:  npm(hosted-git-info)
#
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%tap test 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.1.1-4
- (249496b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11868 |14cu|nodejs-npm-registry-client-7.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname npm-registry-client

Summary:        Client for the npm registry
Name:           nodejs-%{oname}
Version:        7.1.1
Release:        4
Group:          Development/Other
License:        BSD
URL:            https://github.com/isaacs/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(npmlog) 
BuildRequires:  npm(slide) 
BuildRequires:  npm(semver) 
BuildRequires:  npm(rimraf) 
BuildRequires:  npm(retry) 
BuildRequires:  npm(request) 
BuildRequires:  npm(once) 
BuildRequires:  npm(npm-package-arg) 
BuildRequires:  npm(normalize-package-data) 
BuildRequires:  npm(mkdirp) 
BuildRequires:  npm(graceful-fs) 
BuildRequires:  npm(concat-stream) 
BuildRequires:  npm(chownr)
BuildRequires:  npm(tap)
BuildRequires:  npm(negotiator)
BuildRequires:  npm(nock)
BuildArch:  noarch

%description
Client for the npm registry, or private servers using the npm
registry software.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------

%prep
%setup -qn package
%nodejs_fixdep npmlog
%nodejs_fixdep negotiator
%nodejs_fixdep nock

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
# 2 from 656 wil fail on abf failure: timeout 
%nodejs_symlink_deps --check
%tap test || :   
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 7.1.1-4
- (f712c5c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11869 |14cu|nodejs-nth-check-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nth-check

Summary:        Performant nth-check parser & compiler
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/fb55/nth-check
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/fb55/nth-check/master/LICENSE
BuildRequires:  nodejs-packaging
BuildRequires:  npm(boolbase)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
%__nodejs test    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (b0f2c17) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11870 |14cu|nodejs-number-is-nan-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname number-is-nan

Summary:        ES6 Number.isNaN() ponyfill
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/number-is-nan
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
ES6 Number.isNaN() ponyfill
Ponyfill: A polyfill that doesn't 
overwrite the native method.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (69fa609) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11871 |14cu|nodejs-nw-0.12.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nw

Summary:        A installer for nw.js
Name:           nodejs-%{oname}
Version:        0.12.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/nwjs/npm-installer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/nwjs/npm-installer/v0.12.3/test/index.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chalk)
BuildRequires:  npm(yargs)
BuildRequires:  npm(semver)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(multimeter)
BuildRequires:  npm(merge)
BuildRequires:  npm(file-exists)
BuildRequires:  npm(download)
BuildRequires:  npm(decompress)
#
BuildRequires:  npm(request)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules
%nodejs_fixdep chalk
%nodejs_fixdep yargs
%nodejs_fixdep semver
%nodejs_fixdep rimraf
%nodejs_fixdep multimeter
%nodejs_fixdep merge
%nodejs_fixdep file-exists
%nodejs_fixdep download
%nodejs_fixdep decompress

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r index.js lib/ package.json scripts/ bin/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} %{buildroot}%{_bindir}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.12.3-4
- (6010681) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11872 |14cu|nodejs-nw-builder-2.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nw-builder

Summary:        Build NW.js apps via cli
Name:           nodejs-%{oname}
Version:        2.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mllrsohn/nw-builder
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      nodejs-nw-builder.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(deprecate)
BuildRequires:  npm(graceful-fs-extra)
BuildRequires:  npm(graceful-ncp)
BuildRequires:  npm(platform-overrides)
BuildRequires:  npm(winresourcer)
BuildRequires:  npm(update-notifier)
BuildRequires:  npm(temp)
BuildRequires:  npm(tar-fs)
BuildRequires:  npm(simple-glob)
BuildRequires:  npm(semver)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(request)
BuildRequires:  npm(progress)
BuildRequires:  npm(plist)
BuildRequires:  npm(rcedit)
BuildRequires:  npm(optimist)
BuildRequires:  npm(lodash)
BuildRequires:  npm(inherits)
BuildRequires:  npm(decompress-zip)
BuildRequires:  npm(bluebird)
BuildRequires:  npm(archiver)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
# our versions are latest available ATM, let's use those
%nodejs_fixdep rcedit
%nodejs_fixdep deprecate
%nodejs_fixdep graceful-fs-extra
%nodejs_fixdep graceful-ncp
%nodejs_fixdep platform-overrides
%nodejs_fixdep winresourcer
%nodejs_fixdep update-notifier
%nodejs_fixdep temp
%nodejs_fixdep tar-fs
%nodejs_fixdep simple-glob
%nodejs_fixdep semver
%nodejs_fixdep rimraf
%nodejs_fixdep request
%nodejs_fixdep progress
%nodejs_fixdep plist
%nodejs_fixdep optimist
%nodejs_fixdep lodash
%nodejs_fixdep inherits
%nodejs_fixdep decompress-zip
%nodejs_fixdep bluebird
%nodejs_fixdep archiver

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ bin/ %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/nwbuild
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.0-4
- (76f26d4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11873 |14cu|nodejs-nw-gyp-0.13.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nw-gyp 

Summary:        Node-webkit native addon build tool
Name:           nodejs-%{oname}
Version:        0.13.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/rogerwang/nw-gyp
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(which)
BuildRequires:  npm(tar)
BuildRequires:  npm(semver)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(request)
BuildRequires:  npm(osenv)
BuildRequires:  npm(npmlog)
BuildRequires:  npm(nopt)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(fstream)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(glob)
# python3 is not supported
Requires:  python 
Requires:  make
Requires:  gcc-c++, gcc, gcc-cpp

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules gyp/.npmignore
# python test tools
chmod +x gyp/pylib/gyp/generator/{ninja_test,xcode_test}.py
chmod -x gyp/gyp.bat
%nodejs_fixdep semver
%nodejs_fixdep which
%nodejs_fixdep tar
%nodejs_fixdep rimraf
%nodejs_fixdep request
%nodejs_fixdep osenv
%nodejs_fixdep npmlog
%nodejs_fixdep nopt
%nodejs_fixdep mkdirp
%nodejs_fixdep minimatch
%nodejs_fixdep fstream
%nodejs_fixdep graceful-fs
%nodejs_fixdep glob

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json bin/ gyp/ lib/ addon.gypi %{oname}-%{version}.tgz \
  %{buildroot}%{nodejs_sitelib}/%{oname}

chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname}.js %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.13.0-4
- (5a278ff) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11874 |14cu|nodejs-nyc-3.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname nyc 

Summary:        A code coverage tool that works well with subprocesses
Name:           nodejs-%{oname}
Version:        3.2.2
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/bcoe/nyc
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:	%{name}.rpmlintrc

BuildRequires:  nodejs-packaging
BuildRequires:  npm(yargs)
BuildRequires:  npm(strip-bom)
BuildRequires:  npm(spawn-wrap)
BuildRequires:  npm(signal-exit)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(lodash)
BuildRequires:  npm(istanbul)
BuildRequires:  npm(glob)
BuildRequires:  npm(foreground-child)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md CHANGELOG.md
%{_bindir}/%{oname}.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep foreground-child 1.3.1
chmod -x index.js

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js bin/ %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/%{oname}.js %{buildroot}%{_bindir}/%{oname}.js
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.2.2-4
- (c5f7847) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11875 |14cu|nodejs-oauth-0.9.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname oauth

Summary:        Library for interacting with OAuth 1.0, 1.0A, 2 and Echo
Name:           nodejs-%{oname}
Version:        0.9.14
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/ciaranj/node-oauth
Source0:        http://registry.npmjs.org/oauth/-/oauth-%{version}.tgz
# Remove fallback to bundled SHA1 implementation
#Patch0:         nodejs-oauth-sha1.patch
BuildRequires:  nodejs-packaging
#BuildRequires:  npm(vows)
BuildArch:      noarch

%description
Library for interacting with OAuth 1.0, 1.0A, 2 and Echo. Provides
simplified client access and allows for construction of more complex
APIs and OAuth providers.

%files
%doc LICENSE Readme.md examples
%{nodejs_sitelib}/oauth
#--------------------------------------------------

%prep
%setup -q -n package
#%%patch0 -p1
# rm -rf node_modules lib/sha1.js tests/sha1.js

%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/oauth
cp -pr package.json index.js lib/ %{buildroot}/%{nodejs_sitelib}/oauth
%nodejs_symlink_deps


%check
#will need vows 0.5.x we have 0.8.1
#drop tests
#%%nodejs_symlink_deps --check
#%%{nodejs_sitelib}/vows/bin/vows tests/* --spec
    





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.9.14-4
- (a1170df) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11876 |14cu|nodejs-oauth-sign-0.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname oauth-sign

Summary:    OAuth1 signing for Node.js
Name:       nodejs-%{oname}
Version:    0.8.0
Release:    4
Summary:    OAuth1 signing for Node.js
License:    ASL 2.0
Group:      Development/Other
URL:        https://github.com/mikeal/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#---------------------------------------------
%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.8.0-4
- (af775ee) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11877 |14cu|nodejs-object-assign-4.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname object-assign

Summary:        ES6 Object.assign() ponyfill
Name:           nodejs-%{oname}
Version:        4.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/object-assign
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Ponyfill: A polyfill that doesn't overwrite the native method.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.1-4
- (bc0dab1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11878 |14cu|nodejs-object-inspect-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname object-inspect

Summary:        String representations of objects in node and the browser
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/object-inspect
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (cbe4de2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11879 |14cu|nodejs-object-keys-1.0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname object-keys 

Summary:        An Object.keys replacement, in case Object.keys is not available
Name:           nodejs-%{oname}
Version:        1.0.9
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ljharb/object-keys
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.9-4
- (b86df30) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11880 |14cu|nodejs-object.omit-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname object.omit

Summary:        Return a copy of an object excluding the given key
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/object.omit
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/object.omit/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-extendable)
BuildRequires:  npm(for-own)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (dd719a8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11881 |14cu|nodejs-once-1.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname once 

Summary:        Run a function exactly one time
Name:           nodejs-%{oname}
Version:        1.3.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/isaacs/once
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(wrappy)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.2-4
- (01a074b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11882 |14cu|nodejs-onetime-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname onetime

Summary:        Only call a function once
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/onetime
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/onetime/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
When called multiple times it will return the 
return value from the first call.
Unlike the module once, this one isn't 
naughty extending Function.prototype.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (16cb0da) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11883 |14cu|nodejs-on-finished-2.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname on-finished 

Summary:        Execute a callback when a request closes, finishes, or errors
Name:           nodejs-%{oname}
Version:        2.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/on-finished
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jshttp/on-finished/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ee-first)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --reporter spec --bail --check-leaks test/

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.3.0-4
- (8ef08ad) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11884 |14cu|nodejs-on-headers-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname on-headers

Summary:        Execute a listener when a response is about to write headers
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/on-headers
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jshttp/on-headers/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
#
#BuildRequires:  npm(mocha)
#BuildRequires:  npm(supertest)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
### TODO: enable tests after backporting supertest ###
%nodejs_symlink_deps --chec
mocha --reporter spec --bail --check-leaks test/ || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (421cda0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11885 |14cu|nodejs-only-shallow-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname only-shallow

Summary:        Like deeper and deepest, but less strict, and with 90s flavor
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/othiym23/only-shallow
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (79a7aae) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11886 |14cu|nodejs-opener-1.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname opener

Summary:        Opens stuff, like webpages and files and executables
Name:           nodejs-%{oname}
Version:        1.4.1
Release:        4
Group:          Development/Other
License:        WTFPL
URL:            https://github.com/domenic/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Opens stuff, like webpages and files and executables, cross-platform.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}

#---------------------------------------------------------
%prep
%setup -qn package

#get rid of DOS EOLs
sed -i "s|\r||g" LICENSE.txt README.md
 
%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}

chmod 0755 %{buildroot}%{nodejs_sitelib}/%{oname}/%{oname}.js

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/%{oname}.js %{buildroot}%{_bindir}/%{oname}






%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.1-4
- (b61da0d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11887 |14cu|nodejs-opensubtitles-api-2.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname opensubtitles-api

Summary:        Nodejs opensubtitles.org api wrapper
Name:           nodejs-%{oname}
Version:        2.4.0
Release:        4
License:        GPLv3
Group:          Development/Other
Url:            https://github.com/vankasteelj/opensubtitles-api
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(urijs)
BuildRequires:  npm(xmlrpc)
BuildRequires:  npm(lodash)
BuildRequires:  npm(bluebird)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs tests.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.4.0-4
- (8d98a46) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11888 |14cu|nodejs-opn-3.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname opn

Summary:        A better node-open. Opens stuff like websites, files, executables
Name:           nodejs-%{oname}
Version:        3.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/opn
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(object-assign)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js xdg-open %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.3-4
- (ab010ac) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11889 |14cu|nodejs-optimist-0.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname optimist

Summary:        Light-weight option parsing for Node.js
Name:           nodejs-%{oname}
Version:        0.6.1
Release:        4
Group:          Development/Other
License:        MIT/X11
URL:            http://github.com/substack/node-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  npm(minimist)
BuildRequires:  npm(wordwrap)

BuildArch:      noarch

%description
Light-weight option parsing with an argv hash. 
No optstrings attached.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------
%prep
%setup -q -n package
%nodejs_fixdep minimist 1.2.0 
%nodejs_fixdep wordwrap 1.0.0

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.1-4
- (062dffc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11890 |14cu|nodejs-optionator-0.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname optionator

Summary:        Option parsing and help generation
Name:           nodejs-%{oname}
Version:        0.6.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gkz/optionator
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(type-check)
BuildRequires:  npm(fast-levenshtein)
BuildRequires:  npm(levn)
BuildRequires:  npm(wordwrap)
BuildRequires:  npm(deep-is)
BuildRequires:  npm(prelude-ls)

BuildArch:      noarch

%description
Optionator is a JavaScript option parsing and 
help generation library used by eslint, Grasp, 
LiveScript, esmangle, escodegen, and many more.

%files
%doc LICENSE README.md CHANGELOG.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep wordwrap 1.0.x

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.0-4
- (e8822c1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11891 |14cu|nodejs-options-0.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname options

Summary:       Light-weight in-code option parser for nodejs
Name:          nodejs-%{oname}
Version:       0.0.6
Release:       4
Group:         Development/Other
License:       MIT
URL:           https://github.com/einaros/options.js
#Source0:       http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:       https://github.com/einaros/options.js/archive/master/options.js-master.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(expect.js)
BuildArch:      noarch

%description
A very light-weight in-code option parser for nodejs.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------------------------

%prep
%setup -qn options.js-master
perl -pi -e "s|@./node_modules/.bin/mocha|mocha|" Makefile

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr lib/  package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%check
%nodejs_symlink_deps --check
make test

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.6-4
- (8cf088c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11892 |14cu|nodejs-optjs-3.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname optjs

Summary:        Probably the sole CLI option parser you'll ever need to
Name:           nodejs-%{oname}
Version:        3.2.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dcodeIO/opt.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod 755 test.js
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%__nodejs test.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.2.2-4
- (25a2f6d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11893 |14cu|nodejs-opts-1.2.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-opts
Version:    1.2.2
Release:    10
Summary:    Javascript Command Line Options for Node.js
License:    BSD
Group:      System/Libraries
URL:        http://joey.mazzarelli.com/2010/04/09/javascript-command-line-options-for-node-js/
Source0:    http://registry.npmjs.org/opts/-/opts-1.2.2.tgz
BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
js-opts is a library for parsing command line options in javascript.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/opts
cp -pr js package.json %{buildroot}%{nodejs_sitelib}/opts

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/opts
%doc LICENSE README examples


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.2-10
- (8cb4588) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11894 |14cu|nodejs-ordered-read-streams-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ordered-read-streams

Summary:        Combines array of streams into one read stream in strict order
Name:           nodejs-%{oname}
Version:        0.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/armed/ordered-read-streams
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/armed/ordered-read-streams/archive/master.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(is-stream)
#
BuildRequires:  npm(jshint)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(through2)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-master
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
jshint *.js test/*.js && mocha   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-4
- (585e437) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11895 |14cu|nodejs-os-browserify-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname os-browserify 

Summary:        The os module from node.js, but for browsers
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/drewyoung1/os-browserify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (5087239) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11896 |14cu|nodejs-osenv-0.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname osenv

Summary:        Look up environment settings specific to different operating systems
Name:           nodejs-%{oname}
Version:        0.1.3
Release:        4
Group:          Development/Other
License:        ISC
URL:            https://github.com/isaacs/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(os-tmpdir)
BuildRequires:  npm(os-homedir)
BuildArch:      noarch

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}


%description
%{summary}.

#------------------------------------------------


%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.3-4
- (c7528d6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11897 |14cu|nodejs-os-homedir-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname os-homedir

Summary:        A polyfill that doesn't overwrite the native method
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/os-homedir
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.*
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (6008598) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11898 |14cu|nodejs-os-locale-1.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname os-locale

Summary:        Get the system locale
Name:           nodejs-%{oname}
Version:        1.4.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/os-locale
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lcid)

BuildArch:      noarch

%description
Useful for localizing your module or app.
POSIX systems: The returned locale refers to the 
LC_MESSAGE category, suitable for selecting 
the language used in the user interface 
for message translation.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.0-4
- (ee4fb76) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11899 |14cu|nodejs-os-name-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname os-name

Summary:        Get the name of the current operating system
Name:           nodejs-%{oname}
Version:        1.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/os-name
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/os-name/master/license
BuildRequires:  nodejs-packaging
BuildRequires:  npm(win-release)
BuildRequires:  npm(osx-release)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{_bindir}/%{oname}-cli
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
chmod +x cli.js

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/cli.js \
  %{buildroot}%{_bindir}/%{oname}-cli

%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (2f2583b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11900 |14cu|nodejs-os-shim-0.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname os-shim

Summary:        Native OS module API shim for older node.js versions
Name:           nodejs-%{oname}
Version:        0.1.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/h2non/node-os-shim
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(expect.js)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
#wrong path for mocha binary
perl -pi -e "s|./node_modules/.bin/||" Makefile
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
# this test ain't no mandatory
# will need a older expect.js in order to pass flowless
%nodejs_symlink_deps --check
make || : 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.3-4
- (36d0e77) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11901 |14cu|nodejs-os-tmpdir-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname os-tmpdir

Summary:        Node.js os.tmpdir() ponyfill
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/os-tmpdir
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (8515c18) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11902 |14cu|nodejs-osx-release-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname osx-release

Summary:        Get the name and version of a OS X release from the Darwin version
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/osx-release
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(minimist)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license
%{_bindir}/%{oname}-cli
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
chmod +x cli.js

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/cli.js \
  %{buildroot}%{_bindir}/%{oname}-cli


%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (36caa6b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11903 |14cu|nodejs-package-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-package
Version:    1.0.1
Release:    6
Summary:    Provides an easy way to export package.json data

# License text is contained within Readme.md
License:    MIT
Group:      Development/Other
URL:        https://github.com/vesln/package
Source0:    http://registry.npmjs.org/package/-/package-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/package
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/package

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test %{nodejs_sitelib}/mocha/bin/mocha -R spec --require should \
    $(find test -iname '*.test.js')
%endif


%files
%doc Readme.md examples/
%{nodejs_sitelib}/package



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-6
- (032d352) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11904 |14cu|nodejs-package-json-2.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname package-json

Summary:        Get the package.json of a package from the npm registry
Name:           nodejs-%{oname}
Version:        2.2.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/package-json
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(registry-url)
BuildRequires:  npm(rc)
BuildRequires:  npm(got)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.1-4
- (f43e6a6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11905 |14cu|nodejs-packaging-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-packaging
Version:        1.2
Release:        3
Group:          Development/Other
Summary:        RPM Macros and Utilities for Node.js Packaging
BuildArch:      noarch
License:        MIT
URL:            https://abf.io/dsilakov/nodejs-packaging-rosa
Source0:        %{name}-rosa-%{version}.tar.xz

Requires:       nodejs(engine) >= 6.7.0
Requires:       rpm-mandriva-setup-build

%description
This package contains RPM macros and other utilities useful for packaging
Node.js modules and applications in RPM-based distributions.

%prep
%setup -qn %{name}-rosa-%{version}

%build
#nothing to do

%install
install -Dpm0644 nodejs.macros %{buildroot}%{_sysconfdir}/rpm/macros.d/nodejs.macros
install -Dpm0755 nodejs.prov %{buildroot}%{_rpmhome}/nodejs.prov
install -pm0755 nodejs.req %{buildroot}%{_rpmhome}/nodejs.req
install -pm0755 nodejs-symlink-deps %{buildroot}%{_rpmhome}/nodejs-symlink-deps
install -pm0755 nodejs-fixdep %{buildroot}%{_rpmhome}/nodejs-fixdep
install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules

%files
%doc LICENSE
%{_datadir}/node/multiver_modules
%{_sysconfdir}/rpm/macros.d/*
%{_rpmhome}/nodejs*

%changelog

* Sun Jan 29 2017 abfonly <abfonly@gmail.com> 1.2-3
- (1fd02c7) Merge pull request #2 from abfonly/nodejs-packaging:rosa2014.1
- (1fd02c7) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11906 |14cu|nodejs-packet-reader-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname packet-reader

Summary:        Read binary packets
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/brianc/node-packet-reader
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/brianc/node-packet-reader/master/README.md
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
cp -p %{SOURCE1} .
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (bb3816f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11907 |14cu|nodejs-pako-0.2.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pako

Summary:        Zlib port to javascript - fast, modularized, with browser support
Name:           nodejs-%{oname}
Version:        0.2.8
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/nodeca/pako
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE HISTORY.md README.md doc/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js dist lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.8-4
- (300d791) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11908 |14cu|nodejs-paperboy-0.0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-paperboy
Version:    0.0.5
Release:    6
Summary:    A node.js module for delivering static files
License:    MIT
Group:      System/Libraries
URL:        https://github.com/felixge/node-paperboy
Source0:    http://registry.npmjs.org/paperboy/-/paperboy-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/paperboy
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/paperboy

%nodejs_symlink_deps


%files
%doc LICENSE.txt README.md example/
%{nodejs_sitelib}/paperboy



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.5-6
- (f516458) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11909 |14cu|nodejs-parents-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname parents

Summary:        Return all the parent directories for a directory
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-parents
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(path-platform)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
%tap test    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (090f7b7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11910 |14cu|nodejs-parse-asn1-5.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname parse-asn1

Summary:        Utility library for parsing asn1 files for use with browserify-sign
Name:           nodejs-%{oname}
Version:        5.0.0
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/crypto-browserify/parse-asn1
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(pbkdf2)
BuildRequires:  npm(evp_bytestokey)
BuildRequires:  npm(create-hash)
BuildRequires:  npm(browserify-aes)
BuildRequires:  npm(asn1.js)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 
 
%check
%nodejs_symlink_deps --check  
npm run unit  



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.0.0-4
- (6b307e9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11911 |14cu|nodejs-parse-base64vlq-mappings-0.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname parse-base64vlq-mappings

Summary:        Parses out base64 VLQ encoded mappings
Name:           nodejs-%{oname}
Version:        0.1.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thlorenz/parse-base64vlq-mappings
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(source-map)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE example MOZILLA_LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps     

%check
%nodejs_symlink_deps --check
%tap test    


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.4-4
- (db2031f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11912 |14cu|nodejs-parse-glob-3.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname parse-glob

Summary:        Parse a glob pattern into an object of tokens
Name:           nodejs-%{oname}
Version:        3.0.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/parse-glob
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/parse-glob/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-glob)
BuildRequires:  npm(is-extglob)
BuildRequires:  npm(is-dotfile)
BuildRequires:  npm(glob-base)
#
BuildRequires:  npm(browserify)
BuildRequires:  npm(lodash)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha test.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.4-4
- (36b7f46) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11913 |14cu|nodejs-parse-json-2.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname parse-json

Summary:        Parse JSON with more helpful errors
Name:           nodejs-%{oname}
Version:        2.2.0
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/parse-json
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(error-ex)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js vendor/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.0-5
- (5edf39e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11914 |14cu|nodejs-parse-ms-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname parse-ms

Summary:        Parse milliseconds into an object
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/parse-ms
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/parse-ms/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (765ccde) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11915 |14cu|nodejs-parse-torrent-5.7.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname parse-torrent

Summary:        Parse a torrent identifier (magnet uri, .torrent file, info hash)
Name:           nodejs-%{oname}
Version:        5.7.3 
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/feross/parse-torrent
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(simple-get)
BuildRequires:  npm(parse-torrent-file)
BuildRequires:  npm(magnet-uri)
BuildRequires:  npm(get-stdin)
BuildRequires:  npm(blob-to-buffer)
#
BuildRequires:  npm(tape)
#circular
BuildRequires:  npm(webtorrent-fixtures)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/cmd.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}%{oname}/bin/cmd.js %{buildroot}%{_bindir}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.7.3-5
- (a2b86be) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11916 |14cu|nodejs-parse-torrent-file-3.3.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname parse-torrent-file

Summary:        Parse a .torrent file and return an object of keys/values
Name:           nodejs-%{oname}
Version:        3.3.6
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/feross/parse-torrent-file
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# https://github.com/feross/parse-torrent-file/tree/master/test
# missing directory test/torrents from tgz.
Source1:        test.tar.gz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(uniq)
BuildRequires:  npm(simple-sha1)
BuildRequires:  npm(bencode)
# circular dev dep
BuildRequires:  npm(tape)
BuildRequires:  npm(webtorrent-fixtures)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package -a 1 
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755  %{buildroot}%{nodejs_sitelib}/%{oname}/bin/cmd.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}%{oname}/bin/cmd.js %{buildroot}%{_bindir}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.3.6-5
- (f0bbedf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11917 |14cu|nodejs-parseurl-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname parseurl

Summary:        Parse a url with memoization
Name:           nodejs-%{oname}
Version:        1.3.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/expressjs/parseurl
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/pillarjs/parseurl/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --check-leaks --bail --reporter spec test/

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (feacded) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11918 |14cu|nodejs-passport-0.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname passport


Summary:        Simple, unobtrusive authentication for Node.js
Name:           nodejs-%{oname}
Version:        0.3.2
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/jaredhanson/%{oname}
Source0:        https://github.com/jaredhanson/%{oname}/archive/v%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(pause)
BuildRequires:  npm(pkginfo)
BuildRequires:  npm(chai)
BuildRequires:  npm(chai-connect-middleware)
BuildRequires:  npm(chai-passport-strategy)
BuildRequires:  npm(passport-strategy)
BuildRequires:  npm(proxyquire)

%description
Passport is an authentication framework for Connect and Express, which
is extensible through "plugins" known as strategies.

Passport is designed to be a general-purpose, yet simple, modular, and
unobtrusive, authentication framework. Passport's sole purpose is to
authenticate requests. In being modular, it doesn't force any particular
authentication strategy on your application. In being unobtrusive, it
doesn't mount routes in your application. The API is simple: you give
Passport a request to authenticate, and Passport provides hooks for
controlling what occurs when authentication succeeds or fails.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep passport-strategy
%nodejs_fixdep pause

%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --reporter spec \
  --require test/bootstrap/node test/*.test.js test/**/*.test.js



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.2-4
- (a59aec1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11919 |14cu|nodejs-passport-oauth-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname passport-oauth

Name:           nodejs-%{oname}
Version:        1.0.0
Release:        5
Summary:        OAuth 1.0 and 2.0 authentication strategies for Passport
Group:          Development/Other
License:        MIT
Url:            https://github.com/jaredhanson/%{oname}
Source0:        https://github.com/jaredhanson/%{oname}/archive/v%{version}/%{oname}-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
BuildRequires:  npm(chai-passport-strategy)
BuildRequires:  npm(passport-oauth1)
BuildRequires:  npm(passport-oauth2)
BuildArch:      noarch


%description
General-purpose OAuth 1.0 and OAuth 2.0 authentication strategies for
Passport.

This module lets you authenticate using OAuth in your Node.js
applications. By plugging into Passport, OAuth authentication can be
easily and unobtrusively integrated into any application or framework
that supports Connect-style middleware, including Express.

Note that this strategy provides generic OAuth support. In many cases,
a provider-specific strategy can be used instead, which cuts down on
unnecessary configuration, and accommodates any provider-specific
quirks. See the list below for supported providers.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ support/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --require \
  test/bootstrap/node test/*.test.js 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-5
- (384a3ee) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11920 |14cu|nodejs-passport-oauth1-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname passport-oauth1

Summary:        OAuth 1.0 authentication strategy for Passport
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/jaredhanson/%{oname}
Source0:        https://github.com/jaredhanson/%{oname}/archive/v%{version}/%{oname}-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
BuildRequires:  npm(chai-passport-strategy)
BuildRequires:  npm(passport-strategy)
BuildRequires:  npm(oauth)
BuildRequires:  npm(utils-merge)
BuildArch:      noarch

%description
General-purpose OAuth 1.0 authentication strategy for Passport.

This module lets you authenticate using OAuth in your Node.js
applications. By plugging into Passport, OAuth authentication can be
easily and unobtrusively integrated into any application or framework
that supports Connect-style middleware, including Express.

Note that this strategy provides generic OAuth support. In many cases,
a provider-specific strategy can be used instead, which cuts down on
unnecessary configuration, and accommodates any provider-specific
quirks. See the list for supported providers.

Developers who need to implement authentication against an OAuth
provider that is not already supported are encouraged to sub-class
this strategy. If you choose to open source the new provider-specific
strategy, please add it to the list so other people can find it.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules


%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --reporter spec --require test/bootstrap/node test/*.test.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (5d79f02) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11921 |14cu|nodejs-passport-oauth2-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname passport-oauth2

Name:           nodejs-%{oname}
Version:        1.3.0
Release:        4
Summary:        OAuth 2.0 authentication strategy for Passport
Group:          Development/Other
License:        MIT
Url:            https://github.com/jaredhanson/%{oname}
Source0:        https://github.com/jaredhanson/%{oname}/archive/v%{version}/%{oname}-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
BuildRequires:  npm(chai-passport-strategy) >= 0.2.0
BuildRequires:  npm(passport-strategy)
BuildRequires:  npm(oauth) >= 0.9.11
BuildRequires:  npm(uid2)
BuildArch:      noarch

%description
General-purpose OAuth 2.0 authentication strategy for Passport.

This module lets you authenticate using OAuth 2.0 in your Node.js
applications. By plugging into Passport, OAuth 2.0 authentication can
be easily and unobtrusively integrated into any application or
framework that supports Connect-style middleware, including Express.

Note that this strategy provides generic OAuth 2.0 support. In many
cases, a provider-specific strategy can be used instead, which cuts
down on unnecessary configuration, and accommodates any
provider-specific quirks. See the list for supported providers.

Developers who need to implement authentication against an OAuth 2.0
provider that is not already supported are encouraged to sub-class
this strategy. If you choose to open source the new provider-specific
strategy, please add it to the list so other people can find it.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --reporter spec --require \
  test/bootstrap/node test/*.test.js test/**/*.test.js




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (0a09382) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11922 |14cu|nodejs-passport-strategy-1.0.0-3.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname passport-strategy


Summary:        An abstract class implementing Passport's strategy API
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        3.4
Group:          Development/Other
License:        MIT
URL:            https://github.com/jaredhanson/%{oname}
Source0:        https://github.com/jaredhanson/%{oname}/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
BuildArch:      noarch

%description
This module exports an abstract Strategy class that is intended to be
subclassed when implementing concrete authentication strategies. Once
implemented, such strategies can be used by applications that utilize
Passport middleware for authentication.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --reporter spec --require test/bootstrap/node test/*.test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-3.4
- (e701df0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11923 |14cu|nodejs-path2-0.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname path2

Summary:        Modular and extended version of 'path' package
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/medikoo/path2
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
# circular
BuildRequires:  npm(tad)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENCE README.md CHANGES
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js posix/ windows/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
# bootstrap
%nodejs_symlink_deps --check
%__nodejs %{_bindir}/tad   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-5
- (57cda94) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11924 |14cu|nodejs-path-array-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname path-array

Summary:        Treat your $PATH like a JavaScript Array
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/TooTallNate/node-path-array
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(array-index)
BuildRequires:  npm(mocha)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (3e5be05) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11925 |14cu|nodejs-path-browserify-0.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname path-browserify

Summary:        The path module from node core for browsers
Name:           nodejs-%{oname}
Version:        0.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/path-browserify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.0-4
- (79cc71d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11926 |14cu|nodejs-path-exists-2.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname path-exists

Summary:        Check if a path exists
Name:           nodejs-%{oname}
Version:        2.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/path-exists
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(pinkie-promise)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.0-4
- (fe85d25) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11927 |14cu|nodejs-path-is-absolute-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname path-is-absolute

Summary:        Node.js 0.12 path.isAbsolute() ponyfill
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/path-is-absolute
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (fd90562) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11928 |14cu|nodejs-path-is-inside-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname path-is-inside 

Summary:        Tests whether one path is inside another path
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        WTFPL
Group:          Development/Other
Url:            https://github.com/domenic/path-is-inside
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (075f94c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11929 |14cu|nodejs-path-platform-0.11.15-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname path-platform

Summary:        Provide access path operations; sourced directly from upstream Node.js
Name:           nodejs-%{oname}
Version:        0.11.15
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/tjfontaine/node-path-platform
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json path.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.11.15-4
- (fc7ad51) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11930 |14cu|nodejs-path-to-regexp-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname path-to-regexp

Summary:        Express style path to RegExp utility
Name:           nodejs-%{oname}
Version:        1.2.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/pillarjs/path-to-regexp
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/pillarjs/path-to-regexp/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(isarray)
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep isarray

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha -R spec --bail  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-4
- (e3262ae) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11931 |14cu|nodejs-path-type-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname path-type

Summary:        Check if a path is a file, directory, or symlink
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/path-type
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(pinkie-promise)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(pify)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (310861a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11932 |14cu|nodejs-pathval-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pathval

Summary:        Object value retrieval given a string path
Name:           nodejs-%{oname}
Version:        0.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/chaijs/pathval
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-4
- (a3f4c58) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11933 |14cu|nodejs-pause-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pause

Name:       nodejs-%{oname}
Version:    0.1.0
Release:    4
Summary:    Node.js module to pause streams
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/node-%{oname}
Source0:    https://github.com/stream-utils/%{oname}/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(after)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --bail --check-leaks test/  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (921596c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11934 |14cu|nodejs-pause-stream-0.0.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pause-stream

Summary:        ThroughStream that strictly buffers all readable events when paused
Name:           nodejs-%{oname}
Version:        0.0.11
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dominictarr/pause-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(through)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.11-4
- (f99b871) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11935 |14cu|nodejs-pbkdf2-3.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pbkdf2

Summary:        Module for PBKDF2 with the ability to use any supported hashing algorithm
Name:           nodejs-%{oname}
Version:        3.0.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/pbkdf2
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(create-hmac)
BuildArch:      noarch

%description
This library provides the functionality of 
PBKDF2 with the ability to use any supported 
hashing algorithm returned from crypto.getHashes().

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.4-4
- (0134fa3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11936 |14cu|nodejs-pedding-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pedding

Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
Summary:        Just %{oname} for callback
Group:          Development/Other
License:        MIT
URL:            https://github.com/fengmk2/%{oname}
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/node-modules/pedding/archive/%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(chai)

%description
%summary


%files
%doc README.md History.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check  
mocha --check-leaks -R spec -t 5000 test/*.test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (90f31cf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11937 |14cu|nodejs-pend-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pend

Summary:        Dead-simple optimistic async helper
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/andrewrk/node-pend
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%__nodejs test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (e6a78de) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11938 |14cu|nodejs-pff-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pff

Summary:        Minimal implementation of printf, which is really fast
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/floatdrop/pff
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/floatdrop/pff/archive/v%{version}/%{oname}-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json benchmark %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (9063fef) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11939 |14cu|nodejs-pg-5.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pg


Summary:    PostgreSQL client - pure javascript &amp; libpq with the same API
Name:       nodejs-%{oname}
Version:    5.0.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/brianc/node-postgres
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/brianc/node-postgres/archive/v%{version}/node-postgres-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(async)
BuildRequires:  npm(buffer-writer)
BuildRequires:  npm(generic-pool)
BuildRequires:  npm(packet-reader)
BuildRequires:  npm(pgpass)
BuildRequires:  npm(pg-connection-string)
BuildRequires:  npm(pg-types)
BuildRequires:  npm(semver)
BuildRequires:  postgresql-server
BuildArch:  noarch

%description
PostgreSQL client for Node.js with pure JavaScript client and native
libpq bindings that share the same API.

Supported PostgreSQL features include:
 - parameterized queries
 - named statements with query plan caching
 - asynchronous notifications with LISTEN/NOTIFY
 - bulk import & export with COPY TO/COPY FROM
 - extensible js<->postgresql data-type coercion

%files
%doc *.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------------------------

%prep
%setup -qn node-postgres-%{version}

%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ script/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
# Remove test that needs pg-copy-streams
rm test/integration/gh-issues/699-tests.js
# Remove tests that need internet access
rm test/integration/client/heroku-*-tests.js
# Ensure consistent behaviour of timestamps
export TZ=UTC
# Start a postgres server
pg_ctl initdb -D pg_data -o "-A trust -E utf8"
pg_ctl start -w -D pg_data -l pg_log -o "-k $PWD -p 12345"
createdb -h $PWD -p 12345 test
# Run tests
make prepare-test-db connectionString=postgresql://localhost:12345/test
make test-missing-native connectionString=postgresql://localhost:12345/test
make test-unit connectionString=postgresql://localhost:12345/test
make test-integration connectionString=postgresql://localhost:12345/test
make test-binary connectionString=postgresql://localhost:12345/test
# Stop the postgres server
pg_ctl stop -D pg_data

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.0.0-4
- (acc0ee2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11940 |14cu|nodejs-pg-connection-string-0.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pg-connection-string

Summary:        Functions for dealing with a PostgresSQL connection string
Name:           nodejs-%{oname}
Version:        0.1.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/iceddev/pg-connection-string
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test 
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.3-4
- (ea5598d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11941 |14cu|nodejs-pgpass-0.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pgpass

Summary:        Module for reading .pgpass
Name:           nodejs-%{oname}
Version:        0.0.6
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/hoegaarden/pgpass
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(split)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.6-4
- (1bdaef3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11942 |14cu|nodejs-pg-types-1.11.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pg-types

Summary:        Query result type converters for node-postgres
Name:           nodejs-%{oname}
Version:        1.11.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/brianc/node-pg-types
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildRequires:  npm(pff)
BuildRequires:  npm(postgres-interval)
BuildRequires:  npm(postgres-date)
BuildRequires:  npm(postgres-bytea)
BuildRequires:  npm(postgres-array)
BuildRequires:  npm(ap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
TZ=UTC tape test/*.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.11.0-4
- (914fade) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11943 |14cu|nodejs-pify-2.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pify

Summary:        Promisify a callback-style function
Name:           nodejs-%{oname}
Version:        2.3.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/pify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.3.0-4
- (9bd1213) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11944 |14cu|nodejs-pinkie-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pinkie 

Summary:        ES2015 Promise implementation
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/floatdrop/pinkie
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Itty bitty little widdle twinkie pinkie 
ES2015 Promise implementation

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (b333d36) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11945 |14cu|nodejs-pinkie-promise-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pinkie-promise 

Summary:        Module exports global Promise object
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/floatdrop/pinkie-promise
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(pinkie)

BuildArch:      noarch

%description
Module exports global Promise object 
(if available) or pinkie Promise polyfill.


%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (61291ec) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11946 |14cu|nodejs-pkginfo-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pkginfo

Summary:    An easy way to expose properties on a module from a package.json
Name:       nodejs-%{oname}
Version:    0.3.1
Release:    4
License:    MIT
Group:      System/Libraries
URL:        https://github.com/indexzero/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vows)
BuildArch:  noarch

%description
This Node.js module provides an easy way to expose package.json properties.
By invoking the pkginfo module all of the properties in your package.json
file will be automatically exposed on the callee module (ie, the parent
module of pkginfo).

%files
%doc LICENSE README.md docs/ examples/
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------
%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%check
%nodejs_symlink_deps --check
vows test/*-test.js --spec   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-4
- (e2cb6f9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11947 |14cu|nodejs-pkg-up-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pkg-up

Summary:        Find the closest package.json file
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/pkg-up
#Source0:        https://github.com/sindresorhus/pkg-up/archive/v%{version}.tar.gz
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(find-up)
# not yet backported
#BuildRequires:  npm(ava)
#BuildRequires:  npm(xo)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep find-up

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
xo && ava || :


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (7053654) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11948 |14cu|nodejs-platform-1.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname platform 

Summary:        A platform detection library that works on nearly all JavaScript platforms
Name:           nodejs-%{oname}
Version:        1.3.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bestiejs/platform.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.1-4
- (95d5285) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11949 |14cu|nodejs-platform-overrides-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname platform-overrides

Summary:        Allows you to specify platform-specific manifest values
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/adam-lynch/platform-overrides
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep lodash

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (3a797cf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11950 |14cu|nodejs-plist-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname plist

Summary:        Mac OS X Plist parser/builder for Node.js and browsers
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/TooTallNate/node-plist
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(util-deprecate)
BuildRequires:  npm(xmldom)
BuildRequires:  npm(xmlbuilder)
BuildRequires:  npm(base64-js)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep xmlbuilder

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ dist/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (a1cebd4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11951 |14cu|nodejs-plur-2.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname plur 

Summary:        Pluralize a word
Name:           nodejs-%{oname}
Version:        2.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/plur
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(irregular-plurals)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.1-4
- (fed910a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11952 |14cu|nodejs-postgres-array-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname postgres-array

Summary:        Parse postgres array columns
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bendrucker/postgres-array
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/bendrucker/postgres-array/v1.0.0/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildRequires:  npm(ap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
cp -p %{SOURCE1} .
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (63d38fe) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11953 |14cu|nodejs-postgres-bytea-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname postgres-bytea

Summary:        Postgres bytea parser
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bendrucker/postgres-bytea
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/bendrucker/postgres-bytea/v1.0.0/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (3babb12) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11954 |14cu|nodejs-postgres-date-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname postgres-date

Summary:        Postgres date column parser
Name:           nodejs-%{oname}
Version:        1.0.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bendrucker/postgres-date
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/bendrucker/postgres-date/v1.0.2/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (ba57d43) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11955 |14cu|nodejs-postgres-interval-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname postgres-interval

Summary:        Parse Postgres interval columns
Name:           nodejs-%{oname}
Version:        1.0.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bendrucker/postgres-interval
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/bendrucker/postgres-interval/v1.0.2/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xtend)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (a53e947) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11956 |14cu|nodejs-prelude-ls-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname prelude-ls

Summary:        Functionally oriented utility library
Name:           nodejs-%{oname}
Version:        1.1.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gkz/prelude-ls
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Prelude.ls is a functionally oriented utility library. 
It is powerful and flexible. 
Almost all of its functions are curried. 
It is written in, and is the recommended 
base library for, LiveScript.

%files
%doc LICENSE README.md CHANGELOG.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json  lib/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.2-4
- (0c95f6a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11957 |14cu|nodejs-prepend-http-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname prepend-http

Summary:        Prepend http:// to humanized URLs
Name:           nodejs-%{oname}
Version:        1.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/prepend-http
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Prepend http:// to humanized URLs 
like todomvc.com and localhost.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (341dee2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11958 |14cu|nodejs-preserve-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname preserve

Summary:        Temporarily substitute tokens in the given 'string'
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/preserve
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (3779e14) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11959 |14cu|nodejs-pretty-bytes-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pretty-bytes

Summary:    Convert bytes to a human readable string
Name:       nodejs-%{oname}
Version:    3.0.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/sindresorhus/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/sindresorhus/%{oname}/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs-number-is-nan
# not yet backported
#BuildRequires:  npm(ava)
#BuildRequires:  npm(xo)
BuildArch:  noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}
#-----------------------------------------
%prep
%setup -q -n %{oname}-%{version}

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}
    
%nodejs_symlink_deps

# keep this for later run
# enable tests by del || :
%check
%nodejs_symlink_deps --check
xo && ava || :





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (752846a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11960 |14cu|nodejs-pretty-ms-2.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pretty-ms

Summary:        Convert milliseconds to a human readable string
Name:           nodejs-%{oname}
Version:        2.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/pretty-ms
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(plur)
BuildRequires:  npm(parse-ms)
BuildRequires:  npm(is-finite)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.0-4
- (7ac7109) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11961 |14cu|nodejs-private-0.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname private

Summary:        Associate truly private state with any JavaScript object
Name:           nodejs-%{oname}
Version:        0.1.6 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/benjamn/private
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test/run.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.6-4
- (7e3bfc3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11962 |14cu|nodejs-process-0.11.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname process

Summary:        Process information for node.js and browsers
Name:           nodejs-%{oname}
Version:        0.11.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/shtylman/node-process
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.11.2-4
- (1e4e09d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11963 |14cu|nodejs-process-nextick-args-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname process-nextick-args

Summary:        Process.nextTick but always with args
Name:           nodejs-%{oname}
Version:        1.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/calvinmetcalf/process-nextick-args
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (81a621c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11964 |14cu|nodejs-progress-1.1.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname progress

Summary:        Flexible ascii progress bar
Name:           nodejs-%{oname}
Version:        1.1.8
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/visionmedia/node-progress
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/tj/node-progress/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n node-%{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
make test

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.8-4
- (30b4670) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11965 |14cu|nodejs-progress-stream-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname progress-stream

Summary:        Read the progress of a stream
Name:           nodejs-%{oname}
Version:        1.2.0 
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/freeall/progress-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(speedometer)
BuildRequires:  npm(through2)
BuildRequires:  npm(request)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep speedometer
%nodejs_fixdep through2

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (118cc3c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11966 |14cu|nodejs-promise-7.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname promise

Name:       nodejs-%{oname}
Version:    7.0.4
Release:    4
Summary:    Bare bones Promises/A+ implementation for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/then/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(asap) >= 2.0.3
BuildArch:  noarch

%description
This is a bare bones Promises/A+ implementation for Node.js. It is designed
to get the basics spot on correct, so that you can build extended %{oname}
implementations on top of it.

%files
%doc LICENSE Readme.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------
%prep
%setup -q -n package

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json core.js *.js */ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 7.0.4-4
- (5c8b909) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11967 |14cu|nodejs-promise-resolver-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname promise-resolver

Summary:        Return promises without Promise implementation
Name:           nodejs-%{oname}
Version:        3.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jamestalmage/promise-resolver
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(safecb)
BuildRequires:  npm(native-or-bluebird)
BuildArch:      noarch

%description
Provide flexible methods that accept callbacks 
and return promises without requiring a 
Promise implementation exist.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (b84cc64) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11968 |14cu|nodejs-prompt-0.2.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# These tests are interactive so cannot be run in mock.
# Also, I'm not sure why they are failing outside of mock too.

%define oname prompt

Summary:    A beautiful command-line prompt for Node.js
Name:       nodejs-%{oname}
Version:    0.2.14
Release:    4
License:    MIT
Group:      System/Libraries
URL:        https://github.com/flatiron/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(read)
BuildRequires:  npm(revalidator)
BuildRequires:  npm(utile)
BuildRequires:  npm(vows)
BuildRequires:  npm(winston)
BuildRequires:  npm(pkginfo)
BuildArch:  noarch

%description
A beautiful command-line prompt for Node.js. Features include:
 - prompting for user input
 - validation and defaults
 - hiding of passwords


%files
%doc LICENSE *.md docs/ examples/
%{nodejs_sitelib}/%{oname}
#----------------------------------------------

%prep
%setup -q -n package
%nodejs_fixdep winston
%nodejs_fixdep winston
%nodejs_fixdep utile
%nodejs_fixdep revalidator
%nodejs_fixdep read
%nodejs_fixdep pkginfo

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


#%check
#%nodejs_symlink_deps --check
#vows --spec

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.14-4
- (85fe3cd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11969 |14cu|nodejs-promptly-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname promptly

Summary:        Simple command line prompting utility
Name:           nodejs-%{oname}
Version:        0.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/IndigoUnited/node-promptly
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(read)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.1-4
- (d76ee4d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11970 |14cu|nodejs-promzard-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname promzard


Summary:        A prompting wizard for building files from specialized PromZard modules
Name:           nodejs-%{oname}
Version:        0.3.0
Release:        4
Group:          Development/Other
License:        BSD
Url:            https://github.com/isaacs/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(read)
#BuildRequires:  npm(tap)
BuildArch:      noarch

%description
A prompting wizard for building files from specialized PromZard modules.

The goal is a nice drop-in enhancement for `npm init`.

%files
%{nodejs_sitelib}/%{oname}
%doc example README.md LICENSE
#----------------------------------------------------
%prep
%setup -qn package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}

%check
%nodejs_symlink_deps --check
%tap test/{basic,fn,buffer,exports}.js || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-4
- (6633ac8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11971 |14cu|nodejs-propagate-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname propagate

Summary:        Propagate events from one event emitter into another
Name:           nodejs-%{oname}
Version:        0.3.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/pgte/propagate
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/pgte/propagate/master/LICENSE.md
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs node_modules/tap/bin/run.js tests/index.js      

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-4
- (c1f1933) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11972 |14cu|nodejs-protobufjs-5.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname protobufjs

Summary:        Protocol Buffers for JavaScript
Name:           nodejs-%{oname}
Version:        5.0.1
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/dcodeIO/protobuf.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(yargs)
BuildRequires:  npm(glob)
BuildRequires:  npm(bytebuffer)
BuildRequires:  npm(ascli)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md docs/ examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules examples/*/.npmignore

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js bin/ cli/ sandbox/ src/ dist/ scripts/ *.png externs/ tests/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/pbjs

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.0.1-4
- (404e91d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11973 |14cu|nodejs-proto-list-1.2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname proto-list 

Summary:    A list of objects bound by prototype chain
Name:       nodejs-%{oname}
Version:    1.2.4
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/isaacs/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildArch:  noarch

%description
A list of objects bound by prototype chain.  Used for the Node.js package
manager (npm) configuration.

%files
%{nodejs_sitelib}/%{oname}
%doc LICENSE README.md
#--------------------------------------------------------------
%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -p package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/*js


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.4-4
- (77e57e0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11974 |14cu|nodejs-protozero-1.3.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname protozero
%define debug_package %{nil}

Summary:        Minimalist protocol buffer decoder and encoder in C++
Name:           nodejs-%{oname}
Version:        1.3.0
Release:        6
License:        ASL 2.0
Group:          Development/Other
Url:            https://github.com/mapbox/protozero
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging


%description
%{summary}.

%files
%doc LICENSE.* *.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------------
%package devel

Summary:        Development files for %{name}
Provides:       %{name}-static = %{EVRD}

%description    devel
Minimalistic protocol buffer decoder and encoder in C++.

%files devel
%doc LICENSE.* *.md
%{_includedir}/%{oname}
#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json include/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
mkdir -p %{buildroot}%{_includedir}
cp -pr include/protozero  %{buildroot}%{_includedir}


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-6
- (2724bdb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11975 |14cu|nodejs-proxy-addr-1.0.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname proxy-addr

Summary:        Determine address of proxied request
Name:           nodejs-%{oname}
Version:        1.0.10 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/proxy-addr
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jshttp/proxy-addr/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ipaddr.js)
BuildRequires:  npm(forwarded)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --bail --check-leaks test/  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.10-4
- (4c742f2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11976 |14cu|nodejs-proxyquire-0.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-proxyquire
Version:        0.6.0
Release:        4
Summary:        Proxies Node.js require to allow overriding dependencies
Group:          Development/Other
License:        MIT
URL:            https://github.com/thlorenz/proxyquire
Source0:        http://registry.npmjs.org/proxyquire/-/proxyquire-%{version}.tgz
BuildArch:      noarch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)

%description
Proxies Node,js's require in order to make overriding dependencies
during testing easy while staying totally unobstrusive.


%prep
%setup -q -n package
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/proxyquire
cp -pr package.json index.js lib %{buildroot}%{nodejs_sitelib}/proxyquire
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/mocha/bin/mocha


%files
%doc LICENSE README.md examples
%{nodejs_sitelib}/proxyquire



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.0-4
- (586f070) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11977 |14cu|nodejs-pruddy-error-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pruddy-error

Summary:        Prettify given error object
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/bigpipe/pruddy-error
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/bigpipe/pruddy-error/master/LICENSE
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (484d826) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11978 |14cu|nodejs-pseudomap-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pseudomap

Summary:        A thing that is a lot like ES6 Map, but without iterators
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/isaacs/pseudomap
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
If you need iterators, or just in general a more 
faithful polyfill to ES6 Maps, check out es6-map.
If you are in an environment where Map is supported, 
then that will be returned instead, 
unless process.env.TEST_PSEUDOMAP is set.
You can use any value as keys, and any value as data. 
Setting again with the identical key 
will overwrite the previous value.
Internally, data is stored on an Object.create(null) 
style object. The key is coerced to a string to generate 
the key on the internal data-bag object. 
The original key used is stored along with the data.
In the event of a stringified-key collision, 
a new key is generated by appending an increasing 
number to the stringified-key until finding 
either the intended key or an empty spot.
Note that because object traversal order of 
plain objects is not guaranteed to be identical to 
insertion order, the insertion order guarantee of 
Map.prototype.forEach is not guaranteed in 
this implementation. However, in all versions of 
Node.js and V8 where this module works, 
forEach does traverse data in insertion order.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json map.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps



%check
%nodejs_symlink_deps --check
%tap test/*.js  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (5ee98e7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11979 |14cu|nodejs-pseudorandombytes-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pseudorandombytes

Summary:        Crypto.pseudoRandomBytes but for use with browserify
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/pseudorandombytes
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(randombytes)
BuildRequires:  npm(create-hmac)
BuildRequires:  npm(create-hash)
BuildRequires:  npm(through2)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(childprocess)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep randombytes
%nodejs_fixdep create-hmac
%nodejs_fixdep create-hash
%nodejs_fixdep readable-stream
%nodejs_fixdep childprocess

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (9c0c6a8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11980 |14cu|nodejs-p-throttler-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname p-throttler

Summary:        A promise based throttler capable of limiting execution of parallel tasks
Name:           nodejs-%{oname}
Version:        0.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/IndigoUnited/node-p-throttler
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(q)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep q 1.4.x

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-4
- (f7722c8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11981 |14cu|nodejs-pubcontrol-0.3.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-pubcontrol
Version:    0.3.5
Release:    5
Summary:    HTTP Extensible Pubsub Control Protocol (EPCP) library for Node.js
License:    MIT
Group:      System/Libraries
URL:        https://github.com/fanout/nodepubcontrol
Source0:    http://registry.npmjs.org/pubcontrol/-/pubcontrol-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/pubcontrol
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/pubcontrol

%nodejs_symlink_deps


%files
%doc CHANGELOG.md COPYING README.md
%{nodejs_sitelib}/pubcontrol



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.5-5
- (d10aaba) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11982 |14cu|nodejs-public-encrypt-4.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname public-encrypt

Summary:        Browserify version of publicEncrypt & privateDecrypt
Name:           nodejs-%{oname}
Version:        4.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/publicEncrypt
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(randombytes)
BuildRequires:  npm(parse-asn1)
BuildRequires:  npm(create-hash)
BuildRequires:  npm(browserify-rsa)
BuildRequires:  npm(bn.js)
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check  
%__nodejs test/index.js | tap-spec   


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.0-4
- (7eaa3f0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11983 |14cu|nodejs-pump-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pump 

Summary:        Pipe streams together and close all of them if one of them closes
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mafintosh/pump
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(once)
BuildRequires:  npm(end-of-stream)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%_node test.js
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (26e9ace) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11984 |14cu|nodejs-punycode-1.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname punycode

Summary:        A robust Punycode converter
Name:           nodejs-%{oname}
Version:        1.3.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bestiejs/punycode.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
A robust Punycode converter that fully complies 
to RFC 3492 and RFC 5891, and works on 
nearly all JavaScript platforms.

This JavaScript library is the result of comparing, 
optimizing and documenting different open-source 
implementations of the Punycode algorithm:

The C example code from RFC 3492
punycode.c by Markus W. Scherer (IBM)
punycode.c by Ben Noordhuis
JavaScript implementation by some
punycode.js by Ben Noordhuis (note: not fully compliant).

%files
%doc LICENSE-MIT.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.2-4
- (c842311) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11985 |14cu|nodejs-q-1.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname q

Summary:    A tool for making and composing asynchronous promises in JavaScript
Name:       nodejs-%{oname}
Version:    1.4.1
Release:    4
License:    MIT 
Group:      Development/Other
URL:        https://github.com/kriskowal/q
Source0:    http://registry.npmjs.org/q/-/q-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
Q is a tool for making and composing asynchronous promises in JavaScript.

If a function cannot return a value or throw an exception without blocking,
it can return a promise instead. A promise is an object that represents the
return value or the thrown exception that the function may eventually provide.
A promise can also be used as a proxy for a remote object to overcome latency.

Q can exchange promises with jQuery, Dojo, When.js, WinJS, and more.
Additionally, there are many libraries that produce and consume Q promises for
everything from file system/database access or RPC to templating.

%files
%doc LICENSE README.md CHANGES.md 
%{nodejs_sitelib}/q
#------------------------------------------------------------------------

%prep
%setup -q -n package



%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/q
cp -pr package.json q.js queue.js \
    %{buildroot}%{nodejs_sitelib}/q

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.1-4
- (95658cd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11986 |14cu|nodejs-qap-3.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qap

Summary:        Qap, a quick parser/matcher optimized for string and buffer patterns
Name:           nodejs-%{oname}
Version:        3.1.3 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/rootslab/qap
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
bash test/run.sh    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.3-4
- (0a94c04) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11987 |14cu|nodejs-q-io-1.13.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname q-io

Summary:    Interfaces for IO using Q promises in JavaScript on Node.js
Name:       nodejs-%{oname}
Version:    1.13.2
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/kriskowal/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(q)
BuildRequires:  npm(collections)
BuildRequires:  npm(mimeparse)
BuildRequires:  npm(mime)
BuildRequires:  npm(url2)
BuildRequires:  npm(qs)
#BuildRequires:  npm(jasmine-node)

BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------

%prep
%setup -q -n package
%nodejs_fixdep collections
%nodejs_fixdep mimeparse
%nodejs_fixdep mime
%nodejs_fixdep url2
%nodejs_fixdep qs
%nodejs_fixdep q

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
# fs-boot was previously a separate module but has now been merged into q-io.
# The fs-boot website (https://github.com/kriskowal/fs-boot) has this advice:
#   -- "Out of service — Please use Q-IO instead"
cp -pr package.json *.js http-apps/ %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

#%check
#%{nodejs_sitelib}/jasmine-node/bin/jasmine-node spec


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.13.2-4
- (b239a82) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11988 |14cu|nodejs-qs-6.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qs

Summary:    Query string parser for Node.js
Name:       nodejs-%{oname}
Version:    6.0.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/node-querystring
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
This is a query string parser for node and the browser supporting nesting,
as it was removed from 0.3.x, so this library provides the previous and
commonly desired behavior (and twice as fast). Used by express, connect
and others.


%files
%doc README.md CONTRIBUTING.md LICENSE
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------------

%prep
%setup -q -n package
chmod -x lib/*.js

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json lib \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps






%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 6.0.0-4
- (65cb6cf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11989 |14cu|nodejs-querystring-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname querystring

Summary:        Node's querystring module for all engines
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Gozala/querystring
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)

BuildArch:      noarch

%description
%{summary}.

%files
%doc License.md History.md Readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check 
# those are no longer maintained , there is no point in packaging.
npm i retape test
npm run test-node && npm run test-tap



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (52340e3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11990 |14cu|nodejs-querystring-es3-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname querystring-es3

Summary:        Node's querystring module for all engines. (ES3 compat fork)
Name:           nodejs-%{oname}
Version:        0.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mike-spainhower/querystring
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc License.md History.md Readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

  
%check
%nodejs_symlink_deps --check
npm i test
%__nodejs ./test/common-index.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.1-4
- (5b7bf58) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11991 |14cu|nodejs-queue-async-1.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# deprecated, renamed as d3-queue, already in rosa
# however even latest tilelive needs it.
# https://github.com/mapbox/tilelive/issues/173

%define oname queue-async

Summary:        DEPRECATED; renamed d3-queue
Name:           nodejs-%{oname}
Version:        1.2.1
Release:        6
License:        BSD
Group:          Development/Other
Url:            https://github.com/mbostock/queue
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
#Conflicts:      nodejs-d3-queue
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js build/ src/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-6
- (b2b4e22) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11992 |14cu|nodejs-quote-stream-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname quote-stream

Summary:        Transform a stream into a quoted string
Name:           nodejs-%{oname}
Version:        1.0.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/quote-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(through2)
BuildRequires:  npm(minimist)
BuildRequires:  npm(buffer-equal)
#
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example/
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}/%{nodejs_sitelib}/%{oname}/bin/cmd.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/cmd.js %{buildroot}%{_bindir}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js     

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (a13f394) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11993 |14cu|nodejs-randomatic-1.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname randomatic

Summary:        Generate randomized strings of a specified length
Name:           nodejs-%{oname}
Version:        1.1.5 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/randomatic
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/randomatic/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(kind-of)
BuildRequires:  npm(is-number)
#
BuildRequires:  npm(glob)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
chmod 644 LICENSE

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.5-4
- (6cc24e9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11994 |14cu|nodejs-randombytes-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname randombytes 

Summary:        Random bytes from browserify stand alone
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/randombytes
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
%__nodejs test.js | tap-spec  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-4
- (bea1582) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11995 |14cu|nodejs-range-parser-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-range-parser
Version:    1.0.0
Release:    6
Summary:    Range header field string parser for Node.js
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/node-range-parser
Source0:    http://registry.npmjs.org/range-parser/-/range-parser-%{version}.tgz
# The test files are not included in the npm tarball.
# wget https://raw.github.com/visionmedia/node-range-parser/a81bb44dcb8b11339c4b09ed44031c894fb9ef88/test/range-parser.js
Source10:   test.range-parser.js

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n package
mkdir -p test/
cp -p %{SOURCE10} test/range-parser.js


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/range-parser
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/range-parser

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%{nodejs_sitelib}/mocha/bin/mocha --reporter spec --require should
%endif


%files
%doc History.md Readme.md
%{nodejs_sitelib}/range-parser

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-6
- (ae4eb35) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11996 |14cu|nodejs-raw-body-2.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname raw-body

Summary:    Get and validate the raw body of a readable stream
Name:       nodejs-%{oname}
Version:    2.1.5 
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/stream-utils/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/stream-utils/raw-body/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(bytes)
BuildRequires:  npm(iconv-lite)
BuildRequires:  npm(unpipe)
#
BuildRequires:  npm(istanbul)
BuildRequires:  npm(bluebird)
BuildRequires:  npm(mocha)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(through2)
BuildArch:  noarch

%description
This module gets the entire buffer of a stream either as a buffer or a string.
It validates the stream's length against an expected length and maximum limit.
It is ideal for parsing request bodies.


%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------------------
%prep
%setup -q -n %{oname}-%{version}
%nodejs_fixdep bytes
%nodejs_fixdep iconv-lite
%nodejs_fixdep unpipe

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check 
mocha --trace-deprecation --reporter spec --bail --check-leaks test/ || : 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.5-4
- (b09b267) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11997 |14cu|nodejs-rc-1.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rc

Summary:        The non-configurable configuration loader for lazy people
Name:           nodejs-%{oname}
Version:        1.1.5
Release:        4
# BSD-2-Clause OR MIT OR Apache-2.0 license
License:        BSD
Group:          Development/Other
Url:            https://github.com/dominictarr/rc
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(strip-json-comments)
BuildRequires:  npm(minimist)
BuildRequires:  npm(ini)
BuildRequires:  npm(deep-extend)


BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.* README.md
%{_bindir}/%{oname}.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%nodejs_fixdep strip-json-comments 2.0.0

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ test/ %{buildroot}/%{nodejs_sitelib}/%{oname}
chmod +x index.js 

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/index.js \
  %{buildroot}%{_bindir}/%{oname}.js

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%_node test/*.js
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.5-4
- (7519717) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11998 |14cu|nodejs-rcedit-0.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rcedit

Summary:        Node module to edit resources of exe
Name:           nodejs-%{oname}
Version:        0.5.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/atom/node-rcedit
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ bin/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.0-4
- (f739783) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 11999 |14cu|nodejs-read-1.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname read

Summary:    An implementation of read(1) for node programs
Name:       nodejs-%{oname}
Version:    1.0.7
Release:    4
License:    BSD
Group:      Development/Other
URL:        https://github.com/isaacs/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mute-stream)
BuildArch:  noarch

%description
A method for reading user input from stdin in node.js.  Similar to readline's
"question()" method, but with a few more features.

%files
%doc LICENSE README.md 
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------

%prep
%setup -qn package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr lib/ package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.7-4
- (8e40a8f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12000 |14cu|nodejs-readable-stream-2.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname readable-stream
%{?nodejs_find_provides_and_requires}

Summary:        Streams3, a user-land copy of the stream library from iojs v2.x
Name:           nodejs-%{oname}
Version:        2.0.4
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/nodejs/readable-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(util-deprecate)
BuildRequires:  npm(string_decoder)
BuildRequires:  npm(process-nextick-args)
BuildRequires:  npm(isarray)
BuildRequires:  npm(inherits)
BuildRequires:  npm(core-util-is)



BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md LICENSE
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -pr package.json lib *.js \
    %{buildroot}%{nodejs_sitelib}/readable-stream

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.4-5
- (b8452a8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12001 |14cu|nodejs-read-all-stream-3.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname read-all-stream

Summary:        Read stream to buffer or string
Name:           nodejs-%{oname}
Version:        3.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/floatdrop/read-all-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(pinkie-promise)

BuildArch:      noarch

%description
Read all stream content and pass it to callback.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.1-4
- (2ec5b81) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12002 |14cu|nodejs-read-dir-files-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname read-dir-files

Summary:        Recursively read files from a directory
Name:           nodejs-%{oname}
Version:        0.1.1
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/mmalecki/node-read-dir-files
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(async)
BuildRequires:  npm(errs)
BuildRequires:  npm(vows)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep async
%nodejs_fixdep errs

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
vows test/*-test.js --spec


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-4
- (a253987) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12003 |14cu|nodejs-readdirp-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname readdirp

Summary:    Recursive version of Node's fs.readdir with a streaming API
Name:       nodejs-%{oname}
Version:    2.0.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/thlorenz/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/thlorenz/readdirp/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(tap)
BuildRequires:  npm(through2)
BuildRequires:  npm(nave)
BuildArch:  noarch


%description
%{summary}.


%files
%doc LICENSE README.md examples/
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------------------
%prep
%setup -q -n %{oname}-%{version}
%nodejs_fixdep readable-stream
%nodejs_fixdep minimatch
%nodejs_fixdep graceful-fs

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json *.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
#tests fail with new tap
#https://github.com/thlorenz/readdirp/issues/29
%nodejs_symlink_deps --check
%tap test || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (000c2a2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12004 |14cu|nodejs-readdir-scoped-modules-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname readdir-scoped-modules

Summary:        Like fs.readdir but handling @org/module dirs as if they were a single entry
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/npm/readdir-scoped-modules
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(once)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(dezalgo)
BuildRequires:  npm(debuglog)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json readdir.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (583f35a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12005 |14cu|nodejs-read-installed-4.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname read-installed


Summary:        Returns a tree structure of all installed packages in a folder
Name:           nodejs-%{oname}
Version:        4.0.3
Release:        4
Group:          Development/Other
License:        ISC
Url:            https://github.com/isaacs/%{oname}
Source0:        https://github.com/npm/%{oname}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)
BuildRequires:  npm(debuglog)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(read-package-json)
BuildRequires:  npm(readdir-scoped-modules)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(semver)
BuildRequires:  npm(slide)
BuildRequires:  npm(util-extend)
BuildRequires:  npm(graceful-fs)
BuildArch:  noarch



%description
Reads all the installed packages in a folder, and returns a tree structure with
all the data.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
ln -s %{nodejs_sitelib}/graceful-fs node_modules
%tap test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.3-4
- (9a8bcd0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12006 |14cu|nodejs-read-json-sync-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname read-json-sync 

Summary:        Read and parse a JSON file synchronously
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/shinnn/read-json-sync
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(graceful-fs)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod -x LICENSE README.md index.js

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (828b375) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12007 |14cu|nodejs-readline2-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname readline2

Summary:        Readline Façade fixing bugs and issues found in releases 0.8 and 0.10
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sboudrias/readline2
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/SBoudrias/readline2/master/LICENSE-MIT
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mute-stream)
BuildRequires:  npm(is-fullwidth-code-point)
BuildRequires:  npm(code-point-at)
BuildArch:      noarch

%description
Node.js (v0.8 and v0.10) had some bugs and 
issues with the default Readline module.
This module include fixes seen in later version
(0.11-0.12 and iojs) and ease some undesirable 
behavior one could see using the readline 
to create interatives prompts. 
This means readline2 change some behaviors 
and as so is not meant to be an exact drop-in 
replacement.
This project is extracted from the core of 
Inquirer.js interactive prompt interface 
to be available as a standalone module.

%files
%doc README.md LICENSE-MIT
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (53731f1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12008 |14cu|nodejs-read-only-stream-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname read-only-stream 

Summary:        Wrap a readable/writable stream to be read-only
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/read-only-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(through)
BuildRequires:  npm(through2)
BuildRequires:  npm(tape)
BuildRequires:  npm(concat-stream)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   



%check
%nodejs_symlink_deps --check
tape test/*.js     

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (a016438) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12009 |14cu|nodejs-read-package-json-2.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname read-package-json

Summary:        Npm's package.json parser
Name:           nodejs-%{oname}
Version:        2.0.2
Release:        4
Group:          System/Libraries
License:        ISC
URL:            https://github.com/isaacs/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(normalize-package-data)
BuildRequires:  npm(json-parse-helpfulerror)
BuildRequires:  npm(glob)
BuildRequires:  npm(tap)
BuildArch:  noarch

%description
The thing npm uses to read package.json files, with semantics, defaults and
validation.
%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------------------

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json read-json.js \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.2-4
- (584bdcc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12010 |14cu|nodejs-read-pkg-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname read-pkg

Summary:        Read a package.json file
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/read-pkg
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(path-type)
BuildRequires:  npm(normalize-package-data)
BuildRequires:  npm(load-json-file)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (f366727) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12011 |14cu|nodejs-read-pkg-up-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname read-pkg-up

Summary:        Read the closest package.json file
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/read-pkg-up
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(read-pkg)
BuildRequires:  npm(find-up)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (dc3b2d1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12012 |14cu|nodejs-read-torrent-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname read-torrent

Summary:        Read and parse a torrent from a resource
Name:           nodejs-%{oname}
Version:        1.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mafintosh/read-torrent
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(request)
BuildRequires:  npm(parse-torrent)
BuildRequires:  npm(magnet-uri)
BuildRequires:  npm(xtend)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}
#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep magnet-uri
%nodejs_fixdep request

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/cli.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/cli.js %{buildroot}%{_bindir}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (4be5969) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12013 |14cu|nodejs-redent-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname redent

Summary:        Strip redundant indentation and indent the string
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/redent
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(strip-indent)
BuildRequires:  npm(indent-string)

BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (c7bf275) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12014 |14cu|nodejs-redeyed-0.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname redeyed

Summary:        foo
Name:           nodejs-%{oname}
Version:        0.6.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thlorenz/redeyed
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(esprima)
# circular dev
#BuildRequires:  npm(cardinal)
#
#BuildRequires:  npm(readdirp)
#BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep esprima

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 


#%check
#%nodejs_symlink_deps --check
#%tap test 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.0-4
- (9382c0e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12015 |14cu|nodejs-redis-2.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname redis

Summary:        Redis client library
Name:           nodejs-%{oname}
Version:        2.4.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/NodeRedis/node_redis
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/NodeRedis/node_redis/archive/v.%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(redis-commands)
BuildRequires:  npm(double-ended-queue)
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(nyc)
BuildRequires:  npm(bluebird)
BuildRequires:  npm(tcp-port-used)
BuildRequires:  npm(uuid)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n node_%{oname}-v.%{version}
rm -rf node_modules
%nodejs_fixdep redis-commands
%nodejs_fixdep double-ended-queue

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
# tests fail ATM
%nodejs_symlink_deps --check
nyc.js --cache mocha ./test/*.js ./test/commands/*.js --timeout=8000 || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.4.2-4
- (9a0701f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12016 |14cu|nodejs-redis-commands-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname redis-commands

Summary:        Redis commands
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/NodeRedis/redis-commands
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chai)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json index.js tools/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (aa96e6e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12017 |14cu|nodejs-reduce-component-1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-reduce-component
Version:    1.0.1
Release:    5
Summary:    An array reduce component for Node.js

License:    ASL 2.0
Group:      Development/Other
URL:        https://github.com/redventures/reduce
Source0:    http://registry.npmjs.org/reduce-component/-/reduce-component-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(should)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/reduce-component
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/reduce-component

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should --reporter spec
%endif


%files
%doc LICENSE Readme.md
%{nodejs_sitelib}/reduce-component



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-5
- (3c4e369) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12018 |14cu|nodejs-re-emitter-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname re-emitter

Summary:        Re emit events from another emitter
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/feross/re-emitter
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js *.jpg %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%{_bindir}/tape test/*.js   



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (06c8958) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12019 |14cu|nodejs-regenerate-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname regenerate

Summary:        Generate JavaScript-compatible regular expressions
Name:           nodejs-%{oname}
Version:        1.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mathiasbynens/regenerate
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Regenerate is a Unicode-aware regex generator for JavaScript. 
It allows you to easily generate JavaScript-compatible
regular expressions based on a given set of Unicode symbols
or code points. (This is trickier than you might think,
because of how JavaScript deals with astral symbols.)

%files
%doc LICENSE-* *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-4
- (609ea44) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12020 |14cu|nodejs-regex-cache-0.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname regex-cache

Summary:        Memoize the results of a call to the RegExp constructor
Name:           nodejs-%{oname}
Version:        0.4.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/regex-cache
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-primitive)
BuildRequires:  npm(is-equal-shallow)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.2-4
- (32a8677) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12021 |14cu|nodejs-registry-url-3.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname registry-url

Summary:        Get the set npm registry URL
Name:           nodejs-%{oname}
Version:        3.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/registry-url
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(rc)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.3-4
- (45bf64c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12022 |14cu|nodejs-repeat-element-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname repeat-element

Summary:        Create an array by repeating the given value n times
Name:           nodejs-%{oname}
Version:        1.1.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/repeat-element
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.2-4
- (b344a75) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12023 |14cu|nodejs-repeating-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname repeating 

Summary:        Repeat a string - fast
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/repeating
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-finite)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (c75df0b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12024 |14cu|nodejs-repeat-string-1.5.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname repeat-string

Summary:        Repeat the given string n times
Name:           nodejs-%{oname}
Version:        1.5.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/repeat-string
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
Repeat the given string n times. 
Fastest implementation for repeating a string.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.5.2-4
- (ac66221) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12025 |14cu|nodejs-repl-0.1.3-5.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname repl


Summary:        A lightweight templating library for Node.js
Name:           nodejs-%{oname}
Version:        0.1.3
Release:        5.4
Group:          Development/Other
License:        MIT
URL:            https://github.com/firejune/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/firejune/%{oname}/master/LICENSE
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md LICENSE
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------------------
%prep
%setup -qn package
cp %{SOURCE1} .

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr lib index.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%{__nodejs} test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.3-5.4
- (469d2d1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12026 |14cu|nodejs-replace-ext-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname replace-ext

Summary:        Replaces a file extension with another one
Name:           nodejs-%{oname}
Version:        0.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/wearefractal/replace-ext
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(mocha-lcov-reporter)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --reporter spec     

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.1-4
- (ae67554) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12027 |14cu|nodejs-request-2.67.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname request

Name:       nodejs-%{oname}
Version:    2.67.0 
Release:    4
Summary:    Simplified HTTP request client
License:    ASL 2.0
Group:      Development/Other
URL:        https://github.com/mikeal/request
Source0:    http://registry.npmjs.org/request/-/request-%{version}.tgz
Source100:  nodejs-request.rpmlintrc

BuildRequires:  nodejs-packaging
BuildRequires:  npm(har-validator)
BuildRequires:  npm(is-typedarray)
BuildRequires:  npm(isstream)
BuildRequires:  npm(combined-stream)
BuildRequires:  npm(stringstream)
BuildRequires:  npm(aws-sign2)
BuildRequires:  npm(hawk)
BuildRequires:  npm(oauth-sign)
BuildRequires:  npm(http-signature)
BuildRequires:  npm(tough-cookie)
BuildRequires:  npm(tunnel-agent)
BuildRequires:  npm(qs)
BuildRequires:  npm(node-uuid)
BuildRequires:  npm(mime-types)
BuildRequires:  npm(json-stringify-safe)
BuildRequires:  npm(form-data)
BuildRequires:  npm(forever-agent)
BuildRequires:  npm(extend)
BuildRequires:  npm(caseless)
BuildRequires:  npm(bl)

BuildArch:  noarch

%description
Request is designed to be the simplest way possible to make HTTP calls. It
supports HTTPS and follows redirects by default.

You can stream any response to a file stream. You can also stream a file to a
PUT or POST request.  It also supports a few simple server and proxy functions.

%files
%doc README.md LICENSE CHANGELOG.md CONTRIBUTING.md
%{nodejs_sitelib}/request
#------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod -x index.js
# using latest backports. Sflo
%nodejs_fixdep har-validator 2.0.2
%nodejs_fixdep is-typedarray 1.0.0
%nodejs_fixdep isstream 0.1.2
%nodejs_fixdep combined-stream 1.0.5 
%nodejs_fixdep stringstream 0.0.5
%nodejs_fixdep aws-sign2 0.6.0
%nodejs_fixdep hawk 4.0.0
%nodejs_fixdep oauth-sign 0.8.0
%nodejs_fixdep http-signature 1.1.0
%nodejs_fixdep tough-cookie 2.2.1
%nodejs_fixdep tunnel-agent 0.4.1
%nodejs_fixdep qs 6.0.0
%nodejs_fixdep node-uuid 1.4.7
%nodejs_fixdep mime-types 2.1.7
%nodejs_fixdep json-stringify-safe 5.0.1
%nodejs_fixdep form-data 1.x.x
%nodejs_fixdep forever-agent 0.6.1
%nodejs_fixdep extend 3.0.0
%nodejs_fixdep caseless 0.11.0
%nodejs_fixdep bl 1.0.x
%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/request
cp -pr *.js package.json lib \
  %{buildroot}%{nodejs_sitelib}/request

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.67.0-4
- (00a860a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12028 |14cu|nodejs-request-json-0.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname request-json

Summary:        HTTP request client for JSON APIs
Name:           nodejs-%{oname}
Version:        0.6.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            github.com/mycozycloud/request-json
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(request)
BuildRequires:  npm(depd)
BuildRequires:  npm(body-parser)
BuildRequires:  npm(chai)
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(connect-multiparty)
BuildRequires:  npm(express)
BuildRequires:  npm(mocha)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep request

%build
coffee  -cb main.coffee

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json main.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha tests.coffee --reporter spec --compilers coffee:coffee-script/register --colors || :


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.1-4
- (bf2d1ed) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12029 |14cu|nodejs-request-progress-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname request-progress

Summary:        Tracks the download progress of a request
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/IndigoUnited/node-request-progress
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(throttleit)
#
BuildRequires:  npm(expect.js)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
Tracks the download progress of a request 
made with mikeal/request, 
giving insight of various metrics 
including progress percent, 
download speed and time remaining

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --bail test  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-4
- (c4003a5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12030 |14cu|nodejs-request-replay-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname request-replay

Summary:        Replays a request when a network error occurs
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/IndigoUnited/node-request-replay
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(retry)
BuildRequires:  npm(expect.js)
BuildRequires:  npm(mocha)
BuildRequires:  npm(request)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha -R spec  test/*.js    



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (9f55a19) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12031 |14cu|nodejs-requestretry-1.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname requestretry

Summary:        Wrap nodejs request to retry http(s) requests in case of error
Name:           nodejs-%{oname}
Version:        1.8.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/FGRibreau/node-request-retry
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(when)
BuildRequires:  npm(request)
BuildRequires:  npm(fg-lodash)
BuildRequires:  npm(extend)
BuildRequires:  npm(chai)
BuildRequires:  npm(mocha)
BuildRequires:  npm(nock)
BuildRequires:  npm(bluebird)
BuildRequires:  npm(rsvp)
BuildRequires:  npm(q)
BuildRequires:  npm(kew)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules
%nodejs_fixdep fg-lodash

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js strategies/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.8.0-4
- (c48a7e7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12032 |14cu|nodejs-require-all-0.0.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global npm_name require-all
%global enable_tests 0

Summary:       Require all files within a directory

Name:          nodejs-%{npm_name}
Version:       0.0.8
Release:       6
Group:         Development/Other
License:       MIT
URL:           http://github.com/felixge/node-require-all
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
BuildRequires: nodejs-packaging
BuildRequires:  nodejs
BuildArch:     noarch

%description
An easy way to require all files within a directory.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pr index.js package.json test %{buildroot}%{nodejs_sitelib}/%{npm_name}

%if 0%{?enable_tests}
%check
node test/test.js
%endif

%files
%doc License Readme.md
%{nodejs_sitelib}/%{npm_name}


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.8-6
- (0fe3d19) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12033 |14cu|nodejs-require-cs-0.4.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-require-cs
Version:    0.4.4
Release:    5
Summary:    An AMD loader plugin for CoffeeScript
# Upstream have been informed of missing licenses:
# https://github.com/jrburke/require-cs/issues/44
License:    MIT or BSD
Group:      System/Libraries
URL:        https://github.com/jrburke/require-cs
Source0:    https://github.com/jrburke/require-cs/archive/%{version}.tar.gz

BuildArch:  noarch

# package.json declares the name as 'cs', but this name is already taken in
# the npm registry so rename to 'require-cs' instead.
Patch0:     %{name}-0.4.3-change-name.patch

BuildRequires:  nodejs-packaging
# We are symlinking to these files, so explicitly depend on them just in case
# the packages that own them decide to move them somewhere else.
Requires:       /usr/share/coffee-script/extras/coffee-script.js
Requires:       /usr/lib/node_modules/requirejs/bin/r.js

%description
A CoffeeScript loader plugin that may work with module loaders like
RequireJS, curl and backdraft.

This loader plugin makes it easy to write your JS functionality in
CoffeeScript, and easily use it in the browser, Node or Rhino. Plus,
if you use the RequireJS optimizer, your CoffeeScript files can be
translated to JavaScript and in-lined into optimized layers for fast
performance.


%prep
%setup -q -n require-cs-%{version}
%patch0 -p1
rm -f coffee-script.js
rm -rf tools/


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/require-cs
cp -pr package.json cs.js \
    %{buildroot}%{nodejs_sitelib}/require-cs

# Replace bundled coffee-script.js with symlink.
ln -sf %{_datadir}/coffee-script/extras/coffee-script.js \
    %{buildroot}%{nodejs_sitelib}/require-cs/coffee-script.js

# Replace bundled tools/r.js with symlink.
mkdir -p %{buildroot}%{nodejs_sitelib}/require-cs/tools
ln -sf %{nodejs_sitelib}/requirejs/bin/r.js \
    %{buildroot}%{nodejs_sitelib}/require-cs/tools/r.js

%nodejs_symlink_deps


%files
%doc LICENSE README.md demo/ demoserver.js
%{nodejs_sitelib}/require-cs



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.4-5
- (ef65ba4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12034 |14cu|nodejs-require-inject-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname require-inject

Summary:        A simple mock injector 
Name:           nodejs-%{oname}
Version:        1.3.0
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/iarna/require-inject
Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(caller)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
A simple mock injector compatible 
needing no instrumentation 
in the libraries being tested.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/*.js     

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (d376c1c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12035 |14cu|nodejs-requirejs-2.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname requirejs

Summary:    Node.js adapter for RequireJS, for loading AMD modules
Name:       nodejs-%{oname}
Version:    2.2.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/jrburke/r.js
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:    https://raw.githubusercontent.com/requirejs/r.js/%{version}/LICENSE
BuildRequires:  nodejs-packaging
# abf hate nodejs macros....
#Provides:   %{nodejs_sitelib}/%{oname}/bin/r.js
Provides:   /usr/lib/node_modules/requirejs/bin/r.js

BuildArch:  noarch

%description
RequireJS is a JavaScript file and module loader. It is optimized for
in-browser use, but it can be used in other JavaScript environments,
like Rhino and Node. Using a modular script loader like RequireJS will
improve the speed and quality of your code.



%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------
%prep
%setup -q -n package
cp -p %{SOURCE1} .

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json require.js bin/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/r.js
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.0-4
- (bc01623) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12036 |14cu|nodejs-reserved-words-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname reserved-words

Summary:        ECMAScript reserved words checker
Name:           nodejs-%{oname}
Version:        0.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/zxqfox/reserved-words
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-4
- (5e4b618) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12037 |14cu|nodejs-resolve-1.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname resolve

Summary:    Resolve like require.%{oname}() on behalf of files asynchronously/synchronously
Name:       nodejs-%{oname}
Version:    1.1.6
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/substack/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example/
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------

%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.6-4
- (5fd75e8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12038 |14cu|nodejs-resolve-from-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname resolve-from

Summary:        Resolve the path of a module but from a given path
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/resolve-from
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
#Source0:        https://github.com/sindresorhus/resolve-from/archive/v%{version}.tar.gz

BuildRequires:  nodejs-packaging
# not yet backported 
#BuildRequires:  npm(ava)
#BuildRequires:  npm(xo)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

# just ready for later run
%check
%nodejs_symlink_deps --check
xo && ava || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (94f6603) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12039 |14cu|nodejs-resolve-pkg-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname resolve-pkg

Summary:        Resolve the path of a package regardless of it having an entry
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/resolve-pkg
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
#Source0:        https://github.com/sindresorhus/resolve-pkg/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(resolve-from)
# not yet backported
#BuildRequires:  npm(ava)
#BuildRequires:  npm(grunt-svgmin)
#BuildRequires:  npm(xo)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

# ready for later run
%check
%nodejs_symlink_deps --check
xo && ava || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (7f97d1e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12040 |14cu|nodejs-resolve-url-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname resolve-url

Summary:        Like Node.js’ path.resolve/url.resolve for the browser
Name:           nodejs-%{oname}
Version:        0.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lydell/resolve-url
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.md changelog.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.1-4
- (f69a259) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12041 |14cu|nodejs-response-time-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-response-time
Version:    1.0.0
Release:    6
Summary:    X-Response-Time header for Node.js and Connect

License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/response-time
Source0:    http://registry.npmjs.org/response-time/-/response-time-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/response-time
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/response-time

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should --reporter spec --bail
%endif


%files
%doc README.md
%{nodejs_sitelib}/response-time



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-6
- (8c24f2a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12042 |14cu|nodejs-restore-cursor-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname restore-cursor 

Summary:        Gracefully restore the CLI cursor on exit
Name:           nodejs-%{oname}
Version:        1.0.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/restore-cursor
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(onetime)
BuildRequires:  npm(exit-hook)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (959320b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12043 |14cu|nodejs-resumer-0.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname resumer

Summary:        A through stream that starts paused and resumes on the next tick
Name:           nodejs-%{oname}
Version:        0.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/resumer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(through)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.0-4
- (8c86db6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12044 |14cu|nodejs-retry-0.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname retry

Summary:        Retry strategies for failed operations
Name:           nodejs-%{oname}
Version:        0.8.0
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/felixge/node-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch


%description
Abstraction for exponential and custom retry
strategies for failed operations.

%files
%doc License README.md equation.gif example
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr Makefile package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.8.0-4
- (6b640fb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12045 |14cu|nodejs-revalidator-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname revalidator

Summary:    A cross-browser/Node.js validator used by resourceful
Name:       nodejs-%{oname}
Version:    0.3.1
Release:    4
License:    ASL 2.0
Group:      Development/Other
URL:        https://github.com/flatiron/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vows)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE *.md example/
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------------
%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
vows test/*-test.js --spec   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-4
- (b1cbe6c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12046 |14cu|nodejs-rewire-2.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rewire

Summary:        Easy dependency injection for node.js unit testing
Name:           nodejs-%{oname}
Version:        2.5.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jhnns/rewire
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(expect.js)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod -x lib/*.js LICENSE

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  


%check
%nodejs_symlink_deps --check
mocha -R spec --check-leaks  testLib

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.5.1-4
- (4ef393e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12047 |14cu|nodejs-rfile-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rfile

Summary:        Require a plain text or binary file in node.js
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ForbesLindesay/rfile
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/ForbesLindesay/rfile/master/LICENSE
BuildRequires:  nodejs-packaging
BuildRequires:  npm(resolve)
BuildRequires:  npm(callsite)
#
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules
cp -p %{SOURCE1} .
%nodejs_fixdep resolve

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha -R spec  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (a3e478b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12048 |14cu|nodejs-rimraf-2.4.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rimraf

Summary:        A deep deletion module for node (like rm -rf)
Name:           nodejs-%{oname}
Version:        2.4.3
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/isaacs/rimraf
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(glob) >= 6.0.1
Requires:  npm(glob) >= 6.0.1

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md 
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin.js %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.4.3-4
- (c5279aa) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12049 |14cu|nodejs-ripemd160-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ripemd160

Summary:        Compute ripemd160 of bytes or strings
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/crypto-browserify/ripemd160
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (6f91c84) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12050 |14cu|nodejs-rmdir-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rmdir 

Summary:        Remove all files in the given path recursively
Name:           nodejs-%{oname}
Version:        1.1.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dreamerslab/node.rmdir
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/dreamerslab/node.rmdir/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(node.flow)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn node.%{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test/run.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (2603e86) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12051 |14cu|nodejs-ronn-0.4.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-ronn
Version:    0.4.0
Release:    7
Summary:    Markdown to roff/html converter
License:    MIT
Group:      System/Libraries
URL:        https://github.com/kapouer/ronnjs
Source0:    http://registry.npmjs.org/ronn/-/ronn-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
Javascript port of ronn, using markdown-js to produce roff man pages. Not fully
compatible with ronn, although it aims to be, wherever possible.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/ronn
cp -pr bin lib package.json %{buildroot}%{nodejs_sitelib}/ronn

mkdir -p %{buildroot}%{_bindir}
ln -s ../lib/node_modules/ronn/bin/ronn.js %{buildroot}%{_bindir}/ronn-nodejs

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/ronn
%{_bindir}/ronn-nodejs
%doc README.md LICENSE CHANGES TODO


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.0-7
- (a5716df) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12052 |14cu|nodejs-rsvp-3.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rsvp

Summary:        A lightweight library that provides tools for organizing asynchronous code
Name:           nodejs-%{oname}
Version:        3.1.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/tildeio/rsvp.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find  -type f -exec chmod 644 {} \;

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json dist lib %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps     

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.0-4
- (7cefdda) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12053 |14cu|nodejs-run-async-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname run-async

Summary:        Utility method to run function either synchronously or asynchronously
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/SBoudrias/run-async
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(promise-resolver)
BuildRequires:  npm(once)
BuildRequires:  npm(is-promise)
BuildRequires:  npm(bluebird)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
Utility method to run a function either synchronously 
or asynchronously using a series of common patterns. 
This is useful for library author accepting sync or 
async functions as parameter. 
runAsync will always run them as an async method, 
and normalize the multiple signature.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%{_bindir}/mocha -R spec  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (4a9c535) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12054 |14cu|nodejs-runforcover-0.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:           nodejs-runforcover
Version:        0.0.2
Release:        5
Summary:        Require plugin for JS code coverage
BuildArch:      noarch
Group:          Development/Other
#no license file included; "new BSD" indicated in package.json
License:        BSD
URL:            https://github.com/chrisdickinson/node-runforcover
Source0:        http://registry.npmjs.org/runforcover/-/runforcover-%{version}.tgz

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(bunker)
%endif

%description
Runforcover hooks into the `require()` function and uses nodejs-bunker to
provide code coverage data for your unit test library, whatever it might be.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/runforcover
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/runforcover

%nodejs_symlink_deps

%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%__nodejs test/index.js
%endif

%clean

%files
%{nodejs_sitelib}/runforcover
%doc README.markdown


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.2-5
- (df4d3d6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12055 |14cu|nodejs-rusha-0.8.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rusha

Summary:        SHA1 implementation suitable for large binary data
Name:           nodejs-%{oname}
Version:        0.8.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/srijs/rusha
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
A high-performance pure-javascript 
SHA1 implementation suitable for large binary data.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js benchmark/ coverage/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.8.3-4
- (fa291dc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12056 |14cu|nodejs-rx-lite-4.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rx-lite

Summary:        Library for composing asynchronous and event-based operations 
Name:           nodejs-%{oname}
Version:        4.0.7 
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/Reactive-Extensions/RxJS
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/Reactive-Extensions/RxJS/master/license.txt
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
The Reactive Extensions for JavaScript Lite version 
is a lightweight version of the Reactive Extensions 
for JavaScript which covers most of the day to day 
operators you might use all in a single library. 
Functionality such as bridging to events, promises, 
callbacks, Node.js-style callbacks, time-based 
operations and more are built right in. 
This comes with rx.lite.js which is for use in 
modern development environments such as > IE9 
and server-side environments such as Node.js..

%files
%doc readme.md license.txt
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json rx.lite.js rx.lite.map rx.lite.min.js \
  %{buildroot}/%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.7-4
- (c849c87) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12057 |14cu|nodejs-safecb-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname safecb

Summary:        Normalize callback arguments
Name:           nodejs-%{oname}
Version:        0.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mvayngrib/safecb
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(once)
BuildRequires:  npm(dezalgo)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname} 
%nodejs_symlink_deps


%check
rm -fr package.json
cp -pr %{buildroot}/%{nodejs_sitelib}/%{oname}/package.json .
%nodejs_symlink_deps --check
%__nodejs test/*.js   



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.1-4
- (32796a4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12058 |14cu|nodejs-safefs-4.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname safefs

Summary:        Open only as many files as the operating system supports
Name:           nodejs-%{oname}
Version:        4.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/safefs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(esnextguardian)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js es5/ esnext/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.1-4
- (03d5fa4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12059 |14cu|nodejs-samsam-1.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname samsam

Summary:        Value identification and comparison functions
Name:           nodejs-%{oname}
Version:        1.1.3 
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/busterjs/samsam
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
### TODO: backport missing dev deps for testing ###
# BuildRequires:  npm(buster)
# BuildRequires:  npm(grunt)
# BuildRequires:  npm(grunt-buster)
# BuildRequires:  npm(grunt-cli)
# BuildRequires:  npm(phantomjs)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE AUTHORS Readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   

#%check
#%nodejs_symlink_deps --check  
#grunt test  
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.3-4
- (140db06) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12060 |14cu|nodejs-sanitizer-0.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sanitizer

Summary:        Caja's HTML Sanitizer as a Node.js module
Name:           nodejs-%{oname}
Version:        0.1.3
Release:        4
License:        ASL 2.0
Group:          Development/Other
Url:            https://github.com/theSmaw/Caja-HTML-Sanitizer
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/theSmaw/Caja-HTML-Sanitizer/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn Caja-HTML-Sanitizer-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.3-4
- (1600dcf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12061 |14cu|nodejs-sax-1.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sax

Summary:    A streaming SAX-style XML parser in JavaScript for Node.js
Name:       nodejs-%{oname}
Version:    1.1.4
Release:    4
License:    ISC
Group:      Development/Other
URL:        https://github.com/isaacs/%{oname}-js
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/isaacs/sax-js/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap)

BuildArch:  noarch
%description
This is a SAX-style streaming XML parser in JavaScript for Node.js.

It is:
 - A very simple tool to parse through an XML string.
 - A stepping stone to a streaming HTML parser.
 - A handy way to deal with RSS and other mostly-ok-but-kinda-broken XML docs.

%files
%doc AUTHORS LICENSE LICENSE-W3C.html README.md examples/
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------
%prep
%setup -q -n %{oname}-js-%{version}


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}


%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.4-4
- (5a4ad97) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12062 |14cu|nodejs-scandirectory-2.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname scandirectory

Summary:        Scan a directory recursively with a lot of control and power
Name:           nodejs-%{oname}
Version:        2.5.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/scandirectory
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ignorefs)
BuildRequires:  npm(safefs)
BuildRequires:  npm(taskgroup)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json out/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.5.0-4
- (2ea836b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12063 |14cu|nodejs-secure-random-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname secure-random

Summary:        Normalize the creation of cryptographically strong random values
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jprichardson/secure-random
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jprichardson/%{oname}/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(terst)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --ui bdd  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (f449bef) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12064 |14cu|nodejs-seedrandom-2.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname seedrandom

Summary:        Seeded random number generator for Javascript
Name:           nodejs-%{oname}
Version:        2.4.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/davidbau/seedrandom
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.4.2-4
- (27b7a63) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12065 |14cu|nodejs-seek-bzip-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname seek-bzip

Summary:        Random-access decoding bzip2 data
Name:           nodejs-%{oname}
Version:        1.0.5
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/cscott/seek-bzip
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/cscott/seek-bzip/master/LICENSE
BuildRequires:  nodejs-packaging
BuildRequires:  npm(commander)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
%nodejs_fixdep commander

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ bin/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.5-4
- (563ac2f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12066 |14cu|nodejs-self-signed-https-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname self-signed-https

Summary:        Creates a self-signed https server
Name:           nodejs-%{oname}
Version:        1.0.5 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gkovacs/self-signed-https
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{oname}.ls server.{key,crt} \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.5-4
- (5e2f140) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12067 |14cu|nodejs-semver-5.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname semver

Name:       nodejs-%{oname}
Version:    5.0.3
Release:    4
Summary:    Semantic versioner for npm
License:    ISC 
Group:      Development/Other
URL:        https://github.com/npm/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:  noarch

%description
The semantic version comparison library for the Node.js package manager (npm).

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr bin package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/%{oname} %{buildroot}%{_bindir}

%nodejs_symlink_deps

%files
%doc README.md LICENSE
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.0.3-4
- (ebeabc7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12068 |14cu|nodejs-semver-diff-2.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname semver-diff 

Summary:        Get the diff type of two semver versions: 0.0.1 0.0.2 → patch
Name:           nodejs-%{oname}
Version:        2.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/semver-diff
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(semver)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.0-4
- (f913a32) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12069 |14cu|nodejs-semver-utils-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname semver-utils

Summary:        Tools for manipulating semver strings and objects
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/coolaj86/semver-utils
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chai)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test      

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (91b3e87) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12070 |14cu|nodejs-send-0.13.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname send

Summary:    Better streaming static file server with Range and conditional-GET support
Name:       nodejs-%{oname}
Version:    0.13.1
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/pillarjs/send/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(statuses)
BuildRequires:  npm(range-parser)
BuildRequires:  npm(on-finished)
BuildRequires:  npm(ms)
BuildRequires:  npm(mime)
BuildRequires:  npm(http-errors)
BuildRequires:  npm(fresh)
BuildRequires:  npm(etag)
BuildRequires:  npm(escape-html)
BuildRequires:  npm(destroy)
BuildRequires:  npm(depd)
BuildRequires:  npm(debug)
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(after)
#BuildRequires:  npm(supertest)
BuildArch:  noarch


%description
Send is Connect's static() extracted for generalized use, a streaming static
file server supporting partial responses (Ranges), conditional-GET
negotiation, high test coverage, and granular events which may be leveraged
to take appropriate actions in your application or framework.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%nodejs_fixdep statuses
%nodejs_fixdep range-parser
%nodejs_fixdep on-finished
%nodejs_fixdep ms
%nodejs_fixdep mime
%nodejs_fixdep http-errors
%nodejs_fixdep fresh
%nodejs_fixdep etag
%nodejs_fixdep escape-html
%nodejs_fixdep destroy
%nodejs_fixdep depd
%nodejs_fixdep debug

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --check-leaks --reporter spec --bail || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.13.1-4
- (67ff69e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12071 |14cu|nodejs-seq-0.3.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname seq

Summary:        Chainable asynchronous flow control
Name:           nodejs-%{oname}
Version:        0.3.5
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-seq
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chainsaw)
BuildRequires:  npm(hashish)
BuildRequires:  npm(expresso)
BuildArch:      noarch

%description
Chainable asynchronous flow control with sequential 
and parallel primitives and pipeline-style error handling.

%files
%doc README.markdown examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep chainsaw 0.1.0

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


### will need older chansaw
###%check
###%nodejs_symlink_deps --check 
###cd node_modules && ln -sf %{buildroot}%{nodejs_sitelib}/%{oname}
###cd ..
###expresso       

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.5-4
- (21e5d4b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12072 |14cu|nodejs-serve-2.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname serve

Summary:        Single-command HTTP directory listing and file serving
Name:           nodejs-%{oname}
Version:        2.1.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/zeit/serve
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(send)
BuildRequires:  npm(mime-types)
BuildRequires:  npm(micro-compress)
BuildRequires:  npm(micro)
BuildRequires:  npm(istextorbinary)
BuildRequires:  npm(handlebars)
BuildRequires:  npm(fs-promise)
BuildRequires:  npm(filesize)
BuildRequires:  npm(chalk)
BuildRequires:  npm(basic-auth)
BuildRequires:  npm(args)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep send
%nodejs_fixdep handlebars
%nodejs_fixdep basic-auth
%nodejs_fixdep chalk

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json dist/ views/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.2-4
- (6afba9d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12073 |14cu|nodejs-serve-index-1.7.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname serve-index

Name:       nodejs-%{oname}
Version:    1.7.3
Release:    4
Summary:    Middleware for serving directory listings for Node.js and Connect
License:    MIT
Group:      Development/Other
URL:        https://github.com/expressjs/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/expressjs/%{oname}/archive/v%{version}/%{oname}-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(parseurl)
BuildRequires:  npm(mime-types)
BuildRequires:  npm(http-errors)
BuildRequires:  npm(escape-html)
BuildRequires:  npm(debug)
BuildRequires:  npm(batch)
BuildRequires:  npm(accepts)
BuildRequires:  npm(after)
BuildRequires:  npm(mocha)
BuildRequires:  npm(supertest)
BuildRequires:  npm(should)

BuildArch:  noarch


%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/public
#-------------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}
%nodejs_fixdep mime-types
%nodejs_fixdep batch
%nodejs_fixdep accepts
%nodejs_fixdep parseurl


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr public/ %{buildroot}%{_datadir}/%{name}
ln -sf %{_datadir}/%{name}/public \
    %{buildroot}%{nodejs_sitelib}/%{oname}/public

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --require should --reporter spec

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.7.3-4
- (18641ba) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12074 |14cu|nodejs-serve-static-1.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-serve-static
Version:    1.1.0
Release:    6
Summary:    Middleware for serving static files for Node.js and Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/serve-static
Source0:    http://registry.npmjs.org/serve-static/-/serve-static-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-v%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(connect)
BuildRequires:  npm(mocha)
BuildRequires:  npm(parseurl)
BuildRequires:  npm(send)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package

%nodejs_fixdep parseurl '~1.0'
%nodejs_fixdep send '~0.3'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/serve-static
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/serve-static

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha --require should --reporter spec
%endif


%files
%doc History.md LICENSE Readme.md
%{nodejs_sitelib}/serve-static



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-6
- (9c6081c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12075 |14cu|nodejs-setimmediate-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-setimmediate
Version:    1.0.1
Release:    6
Summary:    A shim for the setImmediate efficient script yielding API
License:    MIT
Group:      Development/Other
URL:        https://github.com/NobleJS/setImmediate
Source0:    http://registry.npmjs.org/setimmediate/-/setimmediate-%{version}.tgz
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(mocha)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/setimmediate
cp -pr package.json setImmediate.js \
    %{buildroot}%{nodejs_sitelib}/setimmediate

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/mocha test/tests.js
%endif


%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/setimmediate

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-6
- (04213a2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12076 |14cu|nodejs-set-immediate-shim-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname set-immediate-shim

Summary:        Simple setImmediate shim
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/set-immediate-shim
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/set-immediate-shim/master/license
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (fed5819) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12077 |14cu|nodejs-sha.js-2.4.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sha.js

Summary:        Streaming sha1 hash in pure javascript
Name:           nodejs-%{oname}
Version:        2.4.4
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-browserify/sha.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits) >= 2.0.1
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.4.4-5
- (07753a5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12078 |14cu|nodejs-shallow-copy-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname shallow-copy

Summary:        Make a shallow copy of an object or array
Name:           nodejs-%{oname}
Version:        0.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/shallow-copy
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildArch:      noarch
#
BuildRequires:  npm(tape)
%description
%{summary}.

%files
%doc LICENSE readme.markdown example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.1-4
- (54333cc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12079 |14cu|nodejs-shasum-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname shasum

Summary:        Single function that return the sha1sum
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dominictarr/shasum
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(sha.js)
BuildRequires:  npm(json-stable-stringify)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep json-stable-stringify 1.0.0

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test/index.js 
%__nodejs test/index.js browser


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (ec582bb) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12080 |14cu|nodejs-shebang-regex-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname shebang-regex 

Summary:        Regular expression for matching a shebang
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/shebang-regex
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (b67a5b5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12081 |14cu|nodejs-shelljs-0.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname shelljs

Summary:        Portable Unix shell commands for Node.js
Name:           nodejs-%{oname}
Version:        0.5.3
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/arturadib/shelljs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
# circular dev dep, bootstraping for now
# BuildRequires:  npm(jshint)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md RELEASE.md
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod +x bin/shjs

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js scripts bin src \
  %{buildroot}%{nodejs_sitelib}/%{oname}
  
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/shjs %{buildroot}%{_bindir}/%{oname} 

%nodejs_symlink_deps

### %check
### %nodejs_symlink_deps --check
### %__node scripts/run-tests   



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.3-4
- (36aaaa1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12082 |14cu|nodejs-shell-quote-1.4.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname shell-quote 

Summary:        Quote and parse shell commands
Name:           nodejs-%{oname}
Version:        1.4.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-shell-quote
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(array-filter)
BuildRequires:  npm(array-reduce)
BuildRequires:  npm(array-map)
BuildRequires:  npm(jsonify)
BuildRequires:  npm(tape)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep array-filter ~1.0.0

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps



%check
%nodejs_symlink_deps --check
tape test/*.js    


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.3-4
- (c7177ae) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12083 |14cu|nodejs-should-7.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname should

Summary:    A test framework agnostic BDD-style assertions for Node.js
Name:       nodejs-%{oname}
Version:    7.1.1
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/%{oname}.js
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(should-type)
BuildRequires:  npm(should-format)
BuildRequires:  npm(should-equal)
BuildArch:  noarch

%description
should is an expressive, readable, test framework agnostic, behavior-driven
development (BDD)-style assertion library for Node.js.

It extends the Object prototype with a single non-enumerable getter that
allows you to express how that object should behave.

should literally extends Node's assert module. For example,
should.equal(str, 'foo') will work, just as assert.equal(str, 'foo') would,
and should.AssertionError is assert.AssertionError, meaning any test framework
supporting this constructor will function properly with should.

%files
%doc History.md Readme.md LICENSE
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------

%prep
%setup -qn package
rm -f should.min.js
find . -type f -exec chmod -x '{}' \;


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json *.js lib/  \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps






%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 7.1.1-4
- (3416c85) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12084 |14cu|nodejs-should-equal-0.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname should-equal

Summary:        Deep comparison of 2 instances for should.js
Name:           nodejs-%{oname}
Version:        0.5.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/shouldjs/equal
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(should-type)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
  




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.0-4
- (00de366) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12085 |14cu|nodejs-should-format-0.3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname should-format

Summary:        Formatting of objects for should.js
Name:           nodejs-%{oname}
Version:        0.3.1
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/shouldjs/format
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(should-type)
BuildRequires:  npm(mocha)
#BuildRequires:  npm(mocha-better-spec-reporter)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
# check if util.js is catched by the macro
ls %{buildroot}%{nodejs_sitelib}/%{oname} | grep util.js

#%check
#%nodejs_symlink_deps --check
#mocha -R mocha-better-spec-reporter tests/test.js  




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-5
- (00c57f9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12086 |14cu|nodejs-should-http-0.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname should-http 

Summary:        Http requests, response assertions for should.js
Name:           nodejs-%{oname}
Version:        0.0.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/shouldjs/http
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(mocha-better-spec-reporter)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter mocha-better-spec-reporter test/**.test.js  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.4-4
- (810103e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12087 |14cu|nodejs-should-type-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname should-type

Summary:        Simple module to get instance type
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/shouldjs/type
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Simple module to get instance type. 
Like a bit more advanced version of typeof.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (3165c6e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12088 |14cu|nodejs-showdown-1.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname showdown


Summary:    A JavaScript port of the original Perl version of Markdown
Name:       nodejs-%{oname}
Version:    1.4.1
Release:    4
License:    BSD
Group:      Development/Other
URL:        https://github.com/coreyti/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(yargs)
BuildArch:  noarch

%description
%{summary}.

%files
%doc license.txt *.md 
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------
%prep
%setup -qn package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json bin/ dist/ src/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}
chmod +x %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}.js
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.1-4
- (0f7bf89) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12089 |14cu|nodejs-sigmund-1.0.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-sigmund
Version:        1.0.0
Release:        10
Summary:        Quick and dirty signatures for Objects
BuildArch:      noarch
Group:          System/Libraries
License:        BSD
URL:            https://github.com/isaacs/sigmund
Source0:        http://registry.npmjs.org/sigmund/-/sigmund-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
Quick and dirty signatures for Objects.

This is like a much faster `deepEquals` comparison, which returns a
string key suitable for caches and the like.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/sigmund
cp -pr package.json sigmund.js %{buildroot}%{nodejs_sitelib}/sigmund

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/sigmund
%doc LICENSE README.md bench.js


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-10
- (c0a006c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12090 |14cu|nodejs-signal-exit-2.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname signal-exit

Summary:        When you want to fire an event no matter how a process exits
Name:           nodejs-%{oname}
Version:        2.1.2 
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/bcoe/signal-exit
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.2-4
- (5d93625) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12091 |14cu|nodejs-simple-assert-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname simple-assert

Summary:        Vanilla assertions for Node.js
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/chaijs/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        %{oname}-tests-%{version}.tar.bz2
Source10:       %{oname}-dl-tests.sh
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(assertion-error)
BuildArch:      noarch

%description
A simple assert wrapper around chaijs/assertion-error. This probably
won't be useful to the average user unless you are a minimalist; you
probably want Chai. This software is used to avoid circular dependencies
when testing Chai's dependencies.

%files
%doc *.md 
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------

%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package
rm -rf node_modules
%nodejs_fixdep assertion-error

%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --require test/bootstrap --reporter spec test/*.js






%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (213fd1a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12092 |14cu|nodejs-simple-get-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname simple-get

Summary:        Simplest way to make http get requests
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/feross/simple-get
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xtend)
BuildRequires:  npm(unzip-response)
BuildRequires:  npm(once)
#
BuildRequires:  npm(tape)
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(string-to-stream)
BuildRequires:  npm(self-signed-https)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (9620d93) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12093 |14cu|nodejs-simple-glob-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname simple-glob

Summary:        Simplified globbing, same as Grunt
Name:           nodejs-%{oname}
Version:        0.1.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jedmao/simple-glob
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jedmao/simple-glob/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(glob)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(lodash)
#
BuildRequires:  npm(grunt-contrib-jshint)
BuildRequires:  npm(grunt-contrib-nodeunit)
BuildRequires:  npm(grunt-contrib-watch)
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT *.md AUTHORS
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep glob
%nodejs_fixdep minimatch
%nodejs_fixdep lodash
%nodejs_fixdep grunt-cli
%nodejs_fixdep grunt

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
grunt test  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (8619ab3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12094 |14cu|nodejs-simple-sha1-2.0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname simple-sha1

Summary:        A simple api for generating sha1 hashes in node and the browser
Name:           nodejs-%{oname}
Version:        2.0.7 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/michaelrhodes/simple-sha1
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(rusha)
#
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.7-4
- (53f4373) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12095 |14cu|nodejs-sinon-1.17.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sinon

Summary:        JavaScript test spies, stubs and mocks
Name:           nodejs-%{oname}
Version:        1.17.2
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/cjohansen/Sinon.JS
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(samsam)
BuildRequires:  npm(lolex)
BuildRequires:  npm(util)
BuildRequires:  npm(formatio)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE AUTHORS *.txt *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep formatio 1.1.x
%nodejs_fixdep samsam 1.1.x
%nodejs_fixdep lolex 1.4.x


%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ pkg/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.17.2-4
- (3779fc7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12096 |14cu|nodejs-sinon-chai-2.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sinon-chai

Summary:        Extends Chai with assertions for the Sinon.JS mocking framework
Name:           nodejs-%{oname}
Version:        2.8.0
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/domenic/sinon-chai
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/domenic/sinon-chai/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chai) >= 3.4.2
BuildRequires:  npm(mocha)
BuildRequires:  npm(sinon) >= 1.17.2
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(opener)
# build and tested with this versions.
# If changed one of them please rebuild.
Requires:  npm(chai) >= 3.4.2
Requires:  npm(sinon) >= 1.17.2

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.* *.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
rm -fr test/messages.coffee
%nodejs_symlink_deps --check
mocha   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.8.0-4
- (7b5180d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12097 |14cu|nodejs-slash-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname slash

Summary:        Convert Windows backslash paths to slash paths
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/slash
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/sindresorhus/slash/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (0209b8d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12098 |14cu|nodejs-slide-1.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname slide

Summary:    A flow control library that fits in a slideshow
Name:       nodejs-%{oname}
Version:    1.1.6
Release:    4
Group:      Development/Other
License:    ISC
URL:        https://github.com/isaacs/%{oname}-flow-control
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
Provides simple, easy callbacks for node.js.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}


#----------------------------------------------------------------
%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr lib/ package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.6-4
- (82bdda6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12099 |14cu|nodejs-slumber-0.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname slumber

Summary:        Port of Python's slumber library
Name:           nodejs-%{oname}
Version:        0.9.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/moul/node-slumber
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(yamljs)
BuildRequires:  npm(request)
BuildRequires:  npm(querystring)
BuildRequires:  npm(debug)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ src/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.9.0-4
- (ced60fe) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12100 |14cu|nodejs-snockets-1.3.8-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Tests seem to run forever in ABF
%global enable_tests 0

Name:       nodejs-snockets
Version:    1.3.8
Release:    9
Summary:    A JavaScript/CoffeeScript concatenation tool for Node.js inspired by Sprockets

# License text is included in README.mdown.
License:    MIT
Group:      Development/Other
URL:        https://github.com/TrevorBurnham/snockets
Source0:    http://registry.npmjs.org/snockets/-/snockets-%{version}.tgz

BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  coffee-script
BuildRequires:  npm(docco)
BuildRequires:  npm(dep-graph)
BuildRequires:  npm(watchit)
BuildRequires:  npm(uglify-js) < 2

%if 0%{?enable_tests}
BuildRequires:  npm(nodeunit)
%endif

%description
%{summary}.


%prep
%setup -q -n package
# Compile from source instead.
rm -rf lib/

%nodejs_fixdep dep-graph '~1.1'
%nodejs_fixdep mime '~1.2'
%nodejs_fixdep uglify-js '~1.3'
%nodejs_fixdep underscore '~1.4'


%build
%nodejs_symlink_deps --check
/usr/bin/cake build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/snockets
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/snockets

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
sed -i -e "/invoke 'docs'/d" Cakefile
/usr/bin/cake test
%endif


%files
%doc README.mdown docs/
%{nodejs_sitelib}/snockets



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.8-9
- (73fac57) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12101 |14cu|nodejs-sntp-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sntp

Summary:    SNTP v4 client (RFC4330) for Node.js
Name:       nodejs-%{oname}
Version:    2.0.0
Release:    4
License:    BSD
Group:      Development/Other
URL:        https://github.com/hueniverse/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(hoek)
BuildArch:  noarch

%description
An SNTP v4 client (RFC4330) for Node.js. Simply connects to the NTP or SNTP
server requested and returns the server time along with the round-trip duration
and clock offset. To adjust the local time to the NTP time, add the returned 
time offset to the local time.


%files
%doc README.md LICENSE examples
%{nodejs_sitelib}/%{oname}

#---------------------------------------------------------------------

%prep
%setup -q -n package

#drop exec bit from everything
chmod 0644  README.md LICENSE examples/* lib/*

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (c64929e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12102 |14cu|nodejs-sort-keys-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sort-keys

Summary:        Get a deterministically ordered object
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/sort-keys
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-plain-obj)

BuildArch:      noarch

%description
Useful to get a deterministically ordered object, 
as the order of keys can vary between engines.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (8f74313) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12103 |14cu|nodejs-sort-keys-length-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sort-keys-length

Summary:        Sort objecy keys by length
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/sort-keys-length
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(sort-keys)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (343507b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12104 |14cu|nodejs-source-map-0.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname source-map

Summary:        Node.js library that generates and consumes source maps
Name:           nodejs-%{oname}
Version:        0.5.3
Release:        4
Group:          Development/Other
License:        BSD
URL:            https://github.com/mozilla/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:	https://raw.githubusercontent.com/mozilla/source-map/master/LICENSE
Source2:	https://raw.githubusercontent.com/mozilla/source-map/master/CHANGELOG.md

BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
A Node.js library that generates and consumes source maps,

%files
%doc LICENSE README.md CHANGELOG.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------

%prep
%setup -q -n package
cp -r %{SOURCE1} LICENSE
cp -r %{SOURCE2} CHANGELOG.md

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json *.js lib dist %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.3-4
- (daa9218) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12105 |14cu|nodejs-source-map-resolve-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname source-map-resolve

Summary:        Resolve the source map and/or sources for a generated file
Name:           nodejs-%{oname}
Version:        0.4.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lydell/source-map-resolve
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(resolve-url)
BuildRequires:  npm(urix)
BuildRequires:  npm(atob)
BuildRequires:  npm(source-map-url)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE changelog.md readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod 644 x-package.json5 package.json

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js *.json5 lib/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.0-4
- (122517b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12106 |14cu|nodejs-source-map-support-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname source-map-support

Summary:        Fixes stack traces for files with source maps
Name:           nodejs-%{oname}
Version:        0.4.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/evanw/node-source-map-support
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(source-map)
BuildRequires:  npm(amdefine)
# BuildRequires:  npm(coffee-script)
# BuildRequires:  npm(mocha)
### circular dev deps for browserify ###
# BuildRequires:  npm(browserify)
# BuildRequires:  npm(http-server)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep source-map 0.5.x
%nodejs_fixdep amdefine

%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   


### %check
### %nodejs_symlink_deps --check
### mocha


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.0-4
- (0fdcbe8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12107 |14cu|nodejs-source-map-url-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname source-map-url

Summary:        Tools for working with sourceMappingURL comments
Name:           nodejs-%{oname}
Version:        0.4.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lydell/source-map-url
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE changelog.md readme.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js x-package.json5 \
  %{buildroot}%{nodejs_sitelib}/%{oname}
  
  
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.0-4
- (dbcaa3c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12108 |14cu|nodejs-sparkles-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sparkles

Summary:        Namespaced global event emitter
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/phated/sparkles
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (12c091a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12109 |14cu|nodejs-spawn-sync-1.0.15-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname spawn-sync

Summary:        Prollyfill for child_process.spawnSync
Name:           nodejs-%{oname}
Version:        1.0.15
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ForbesLindesay/spawn-sync
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(os-shim)
BuildRequires:  npm(concat-stream)
#not yet backported
#BuildRequires:  npm(try-thread-sleep)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js *.yml lib/ \
   %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs test/index.js || :   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.15-4
- (1c99b28) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12110 |14cu|nodejs-spawn-wrap-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname spawn-wrap 

Summary:        Wrap all spawned Node.js child processes
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/isaacs/spawn-wrap
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(rimraf)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(signal-exit)
BuildRequires:  npm(foreground-child)

BuildArch:      noarch

%description
Wrap all spawned Node.js child processes by 
adding environs and arguments ahead of 
the main JavaScript file argument.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (a960a5f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12111 |14cu|nodejs-spdx-correct-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname spdx-correct

Summary:        Correct invalid SPDX identifiers
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/kemitchell/spdx-correct.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(spdx-license-ids)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (8928ee9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12112 |14cu|nodejs-spdx-exceptions-1.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname spdx-exceptions 

Summary:        List of SPDX standard license exceptions
Name:           nodejs-%{oname}
Version:        1.0.4
Release:        4
License:        CC-BY
Group:          Development/Other
Url:            https://github.com/kemitchell/spdx-exceptions.json
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.4-4
- (1ccbaf5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12113 |14cu|nodejs-spdx-expression-parse-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname spdx-expression-parse 

Summary:        Parse SPDX license expressions
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
#MIT and CC-BY
License:        MIT
Group:          Development/Other
Url:            https://github.com/kemitchell/spdx-expression-parse.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(spdx-license-ids)
BuildRequires:  npm(spdx-exceptions)

BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (497d853) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12114 |14cu|nodejs-spdx-license-ids-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname spdx-license-ids

Summary:        A list of SPDX license identifiers
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        Unlicense
Group:          Development/Other
Url:            https://github.com/shinnn/spdx-license-ids
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod -x README.md

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r  *.json %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (5dd62ce) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12115 |14cu|nodejs-speedometer-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname speedometer

Summary:        Simple speed measurement in javascript
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mafintosh/speedometer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (d497e08) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12116 |14cu|nodejs-sphericalmercator-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sphericalmercator

Summary:        Transformations between Spherical Mercator and Lat/Lon
Name:           nodejs-%{oname}
Version:        1.0.5
Release:        4
Group:          Development/Other
License:        BSD
URL:            https://github.com/mapbox/node-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
Provides projection math for converting between mercator meters, screen
pixels (of 256x256 or configurable-size tiles), and latitude/longitude.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules


%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json %{oname}.js bin/ %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/*.js

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.5-4
- (3ae5eb4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12117 |14cu|nodejs-split-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname split

Summary:        Split a Text Stream into a Line Stream
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dominictarr/split
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(through)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENCE examples/ readme.markdown
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (0153bd3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12118 |14cu|nodejs-sprintf-js-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sprintf-js

Summary:        JavaScript sprintf implementation
Name:           nodejs-%{oname}
Version:        1.0.3
Release:        5
License:        BSD
Group:          Development/Other
Url:            https://github.com/alexei/sprintf.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-contrib-watch)
BuildRequires:  npm(grunt-contrib-uglify)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js demo/ dist/ src/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test/test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-5
- (58cca40) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12119 |14cu|nodejs-sqlite3-3.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sqlite3

Summary:        Asynchronous, non-blocking SQLite3 bindings for Node.js
Name:           nodejs-%{oname}
Version:        3.1.4
Release:        4
Group:          Development/Other
License:        BSD
Url:            https://github.com/mapbox/node-%{oname}
#Source0:        https://github.com/mapbox/node-%{oname}/archive/v%{version}.tar.gz#/
Source0:        %{name}-%{version}.tar.gz
Patch0:         nodejs-%{oname}-pregyp.patch  
Patch1:         nodejs-%{oname}-rpath.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(node-gyp)
BuildRequires:  sqlite-devel
BuildRequires:  npm(nan)
BuildRequires:  npm(mocha)

%{?nodejs_default_filter}

%description
%{summary}.

%files
%doc LICENSE README.md CHANGELOG.md examples
%{nodejs_sitearch}/%{oname}
#---------------------------------------------------------------
%prep
%setup -qn node-%{oname}-%{version}
%patch0 -p1
%patch1 -p1
%nodejs_fixdep nan
rm -rf deps/* node_modules
echo "{}" > deps/common-sqlite.gypi


%build
%nodejs_symlink_deps --check
export CXXFLAGS="%{optflags}"
node-gyp configure -- -Dsqlite=/usr -Dmodule_name=node_%{oname} -Dmodule_path=lib/binding
node-gyp build


%install
mkdir -p %{buildroot}%{nodejs_sitearch}/%{oname}
cp -pr package.json lib/ %{buildroot}%{nodejs_sitearch}/%{oname}
%nodejs_symlink_deps


%check
%{__nodejs} test/support/createdb.js
mkdir test/tmp
NODE_PATH=lib mocha -R spec -t 500000 || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.4-4
- (9cf7b3d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12120 |14cu|nodejs-srs-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname srs

Summary:        Spatial reference library for Node.js
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
Group:          Development/Other
License:        BSD
URL:            https://github.com/springmeyer/node-%{oname}
Source0:        https://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# Patch out tests which rely on removed files in GDAL
Patch0:         nodejs-%{oname}-tests.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(gdal)
BuildRequires:  gdal
BuildArch:      noarch

%description
Bindings to libosr for handling spatial references in Node.js.

%files
%doc LICENSE.txt *.md
%{nodejs_sitelib}/%{oname}
#------------------------------------------------------------------------------
%prep
%setup -q -n package
%patch0 -p1
%nodejs_fixdep gdal
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha -R spec || :   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (91e31be) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12121 |14cu|nodejs-sshpk-1.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sshpk

Summary:        A library for finding and using SSH public keys
Name:           nodejs-%{oname}
Version:        1.7.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/arekinath/node-sshpk
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ecc-jsbn)
BuildRequires:  npm(jodid25519)
BuildRequires:  npm(tweetnacl)
BuildRequires:  npm(jsbn)
BuildRequires:  npm(dashdash)
BuildRequires:  npm(assert-plus)
BuildRequires:  npm(asn1)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}-conv-js

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib bin %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/%{oname}-conv %{buildroot}%{_bindir}/%{oname}-conv-js



%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.7.0-4
- (9f45ef0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12122 |14cu|nodejs-stack-trace-0.0.9-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stack-trace

Summary:    Node.js module to get v8 stack traces as an array of CallSite objects
Name:       nodejs-%{oname}
Version:    0.0.9
Release:    8
License:    MIT
Group:      System/Libraries
URL:        https://github.com/felixge/node-stack-trace
Source0:    http://registry.npmjs.org/stack-trace/-/stack-trace-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch


%description
%{summary}.

%files
%doc License Readme.md
%{nodejs_sitelib}/stack-trace
#----------------------------------------------------

%prep
%setup -qn package
find . -type f -iname '*~' -delete

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/stack-trace
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/stack-trace

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.9-8
- (b6544e8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12123 |14cu|nodejs-static-eval-0.2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname static-eval

Summary:        Evaluate statically-analyzable expressions
Name:           nodejs-%{oname}
Version:        0.2.4 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/static-eval
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(escodegen)
#
BuildRequires:  npm(esprima)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep escodegen

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.4-4
- (7a283ed) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12124 |14cu|nodejs-static-favicon-1.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-static-favicon
Version:    1.0.2
Release:    5
Summary:    Favicon serving middleware with caching for Node.js and Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/favicon
Source0:    http://registry.npmjs.org/static-favicon/-/static-favicon-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/static-favicon
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/static-favicon

mkdir -p %{buildroot}%{_datadir}/%{name}
install -p -D -m0644 favicon.ico \
    %{buildroot}%{_datadir}/%{name}/favicon.ico
ln -sf %{_datadir}/%{name}/favicon.ico \
    %{buildroot}%{nodejs_sitelib}/static-favicon/favicon.ico

%nodejs_symlink_deps


%files
%doc LICENSE README.md
%{nodejs_sitelib}/static-favicon
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/favicon.ico



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-5
- (707a411) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12125 |14cu|nodejs-static-module-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname static-module

Summary:        Convert module usage to inline expressions
Name:           nodejs-%{oname}
Version:        1.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/static-module
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(through2)
BuildRequires:  npm(static-eval)
BuildRequires:  npm(shallow-copy)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(quote-stream)
BuildRequires:  npm(object-inspect)
BuildRequires:  npm(has)
BuildRequires:  npm(falafel)
BuildRequires:  npm(escodegen)
BuildRequires:  npm(duplexer2)
BuildRequires:  npm(concat-stream)
#
BuildRequires:  npm(resolve)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep through2
%nodejs_fixdep static-eval
%nodejs_fixdep shallow-copy
%nodejs_fixdep readable-stream
%nodejs_fixdep quote-stream
%nodejs_fixdep object-inspect
%nodejs_fixdep has
%nodejs_fixdep falafel
%nodejs_fixdep escodegen
%nodejs_fixdep duplexer2
%nodejs_fixdep concat-stream

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (e354191) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12126 |14cu|nodejs-stat-mode-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stat-mode

Summary:        Offers convenient getters and setters for the stat mode
Name:           nodejs-%{oname}
Version:        0.2.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/TooTallNate/stat-mode
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.1-4
- (e77afd7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12127 |14cu|nodejs-statuses-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname statuses

Summary:        HTTP status utility
Name:           nodejs-%{oname}
Version:        1.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/statuses
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jshttp/statuses/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
npm run build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json index.js lib/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
# this will download codecs.json from iana.org wich is down ATM
%nodejs_symlink_deps --check
mocha --reporter spec --check-leaks --bail test/ || :   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-4
- (073703e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12128 |14cu|nodejs-std-mocks-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname std-mocks

Summary:        Mock node stdout and stderr without pain
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://www.npmjs.com/package/std-mocks
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(lodash)
BuildRequires:  npm(chai)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 


%check
%nodejs_symlink_deps --check  
mocha   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (3fa984e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12129 |14cu|nodejs-step-0.0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-step
Version:        0.0.5
Release:        6
Summary:        A simple control-flow library for Node.js
Group:          Development/Other
# License is at the top of lib/step.js
License:        MIT
URL:            https://github.com/creationix/step
Source0:        http://registry.npmjs.org/step/-/step-%{version}.tgz
BuildArch:      noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
A simple control-flow library for Node.js that makes parallel
execution, serial execution, and error handling painless.


%prep
%setup -q -n package
rm -rf node_modules

%build

%check
for test in test/*Test.js
do
  %{__nodejs} ${test}
done


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/step
cp -pr package.json %{buildroot}/%{nodejs_sitelib}/step
install -p -D -m0644 lib/step.js %{buildroot}/%{nodejs_sitelib}/step/lib/step.js
%nodejs_symlink_deps


%files
%doc README.markdown
%{nodejs_sitelib}/step



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.5-6
- (52c94e6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12130 |14cu|nodejs-stream-browserify-2.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stream-browserify 

Summary:        The stream module from node core for browsers
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/stream-browserify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(inherits)
BuildRequires:  npm(tape)
BuildRequires:  npm(typedarray)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 
 
%check
%nodejs_symlink_deps --check
tape test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-5
- (70a9dfd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12131 |14cu|nodejs-stream-combiner-0.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stream-combiner

Summary:        Turn a pipeline into a single stream
Name:           nodejs-%{oname}
Version:        0.2.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dominictarr/stream-combiner
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(through)
BuildRequires:  npm(duplexer)
# circular dev dep event-stream, uncomment after backporting it
#BuildRequires:  npm(event-stream)
#BuildRequires:  npm(tape)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

### uncomment after backporting event-stream
### %check
### %nodejs_symlink_deps --check
### set -e; for t in test/*.js; do node $t; done


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.2-4
- (2d33438) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12132 |14cu|nodejs-stream-combiner2-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stream-combiner2

Summary:        This is a sequel to stream-combiner for streams3
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/stream-combiner2
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(duplexer2)
BuildRequires:  npm(event-stream)
BuildRequires:  npm(tape)
BuildRequires:  npm(through2)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
set -e; for t in test/*.js; do node $t; done  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (1bd325b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12133 |14cu|nodejs-stream-consume-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stream-consume

Summary:        Consume a stream to ensure it keeps flowing
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/aroneous/stream-consume
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(through2)

BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (0bdf6c4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12134 |14cu|nodejs-stream-counter-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stream-counter

Summary:    Keeps track of how many bytes have been written to a stream
Name:       nodejs-%{oname}
Version:    1.0.0
Release:    4
License:    BSD
Group:      Development/Other
URL:        https://github.com/superjoe30/node-stream-counter
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:  noarch

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

%description
%{summary}.
#-------------------------------------------------------------------------

%prep
%setup -qn package

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test/test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (40d3611) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12135 |14cu|nodejs-stream-equal-0.1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stream-equal

Summary:        Test that two readable streams are equal to each other
Name:           nodejs-%{oname}
Version:        0.1.7 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/fent/node-stream-equal
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha -R spec test/*-test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.7-4
- (f6824bf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12136 |14cu|nodejs-stream-http-2.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stream-http

Summary:        Streaming http in the browser
Name:           nodejs-%{oname}
Version:        2.0.2
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/jhiesey/stream-http
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xtend)
BuildRequires:  npm(inherits)
BuildRequires:  npm(builtin-status-codes)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   


%check
%nodejs_symlink_deps --check
ln -sf %{nodejs_sitelib}/inherits node_modules/
tape test/node/*.js   



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.2-5
- (4591251) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12137 |14cu|nodejs-streamify-0.2.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname streamify

Summary:        Streamify helps you easily provide a streaming interface for code
Name:           nodejs-%{oname}
Version:        0.2.6
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/fent/node-streamify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(hashish)
BuildRequires:  npm(mocha)
BuildRequires:  npm(stream-equal)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha -R spec test/*-test.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.6-4
- (c0724c2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12138 |14cu|nodejs-streamsink-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname streamsink

Summary:        Pipe to a buffer, then create readable streams from it
Name:           nodejs-%{oname}
Version:        1.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/andrewrk/node-streamsink
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
node test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (98e7067) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12139 |14cu|nodejs-stream-splicer-2.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stream-splicer

Summary:        Streaming pipeline with a mutable configuration
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/stream-splicer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(JSONStream)
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(split)
BuildRequires:  npm(tape)
BuildRequires:  npm(through2)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps  


%check
%nodejs_symlink_deps --check
# the macro will fail to link those 2
pushd node_modules 
ln -sf %{nodejs_sitelib}/inherits 
ln -sf %{nodejs_sitelib}/readable-stream 
popd
tape test/*.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-5
- (1f4ea2e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12140 |14cu|nodejs-streamtest-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname streamtest

Summary:        Streams test library
Name:           nodejs-%{oname}
Version:        1.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/nfroidure/streamtest
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
#
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod -x LICENSE

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json src/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha tests/*.mocha.js  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-4
- (ea211f6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12141 |14cu|nodejs-strike-api-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname strike-api

Summary:        Strike Search API client
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/zeroware/strike-api
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(superagent-promise)
BuildRequires:  npm(superagent)
BuildRequires:  npm(promise)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md examples
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (5ebdc37) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12142 |14cu|nodejs-string_decoder-0.10.31-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname string_decoder 

Summary:        The string_decoder module from Node core
Name:           nodejs-%{oname}
Version:        0.10.31 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/rvagg/string_decoder
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.10.31-4
- (dcf8f27) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12143 |14cu|nodejs-stringify-object-2.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stringify-object

Summary:        Object/array like JSON.stringify 
Name:           nodejs-%{oname}
Version:        2.3.1
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/yeoman/stringify-object
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-regexp)
BuildRequires:  npm(is-plain-obj)
BuildArch:      noarch

%description
Stringify an object/array like JSON.stringify 
just without all the double-quotes
Useful for when you want to get the 
string representation of an object 
in a formatted way.
It also handles circular references and 
lets you specify quote type.

%files
%doc readme.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.3.1-4
- (3b9605d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12144 |14cu|nodejs-string-length-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname string-length

Summary:        Get the real length of a string 
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/string-length
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(strip-ansi)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (de5d471) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12145 |14cu|nodejs-string.prototype.trim-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname string.prototype.trim

Summary:        ES5 spec-compliant shim for String.prototype.trim
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/es-shims/String.prototype.trim
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(function-bind)
BuildRequires:  npm(es-abstract)
BuildRequires:  npm(define-properties)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (fe032c9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12146 |14cu|nodejs-stringstream-0.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stringstream

Summary:        Encode and decode streams into string streams
Name:           nodejs-%{oname}
Version:        0.0.5
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mhart/StringStream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.5-4
- (a382825) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12147 |14cu|nodejs-string-template-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname string-template 

Summary:        A simple string template function based on named or indexed arguments
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Matt-Esch/string-template
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENCE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js coverage/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (d840460) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12148 |14cu|nodejs-string-to-stream-1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname string-to-stream

Summary:        Convert a string into a stream (streams2)
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/feross/string-to-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits)
#
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
pushd %{buildroot}%{nodejs_sitelib}/%{oname}/node_modules
ln -sf %{nodejs_sitelib}/inherits .
popd

%check
%nodejs_symlink_deps --check
pushd node_modules
ln -sf %{nodejs_sitelib}/inherits .
popd
tape test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-5
- (d1f6ff8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12149 |14cu|nodejs-string-width-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname string-width

Summary:        Get the visual width of a string
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/string-width
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(strip-ansi)
BuildRequires:  npm(is-fullwidth-code-point)
BuildRequires:  npm(code-point-at)

BuildArch:      noarch

%description
Get the visual width of a string - 
the number of columns required to display it
Some Unicode characters are fullwidth 
and use double the normal width.
Useful to be able to measure the actual 
width of command-line output.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (338e0cf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12150 |14cu|nodejs-strip-ansi-3.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname strip-ansi

Summary:    Strip ANSI escape codes (used for colorizing strings in the terminal)
Name:       nodejs-%{oname}
Version:    3.0.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/sindresorhus/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ansi-regex)

BuildArch:  noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------------

%prep
%setup -q -n package

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.0-4
- (236a7c4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12151 |14cu|nodejs-strip-bom-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname strip-bom

Summary:        Strip UTF-8 byte order mark (BOM) from a string/buffer
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/strip-bom
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-utf8)

BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (645f087) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12152 |14cu|nodejs-strip-bom-stream-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname strip-bom-stream

Summary:        Strip UTF-8 byte order mark (BOM) from a stream
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/strip-bom-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(strip-bom)
BuildRequires:  npm(first-chunk-stream)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (9fcee41) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12153 |14cu|nodejs-strip-dirs-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname strip-dirs

Summary:        Remove leading directory components from a path
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/shinnn/node-strip-dirs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(sum-up)
BuildRequires:  npm(minimist)
BuildRequires:  npm(is-natural-number)
BuildRequires:  npm(is-absolute)
BuildRequires:  npm(get-stdin)
BuildRequires:  npm(chalk)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (2fb856d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12154 |14cu|nodejs-strip-indent-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname strip-indent

Summary:        Strip leading whitespace from every line in a string
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/strip-indent
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(get-stdin)

BuildArch:      noarch

%description
The line with the least number of leading whitespace, 
ignoring empty lines, determines the number to remove.
Useful for removing redundant indentation.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (79e3616) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12155 |14cu|nodejs-strip-json-comments-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname strip-json-comments

Summary:        Strip comments from JSON
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/strip-json-comments
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (2e1503d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12156 |14cu|nodejs-strip-outer-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname strip-outer

Summary:        Strip a substring from the start/end of a string
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/strip-outer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/sindresorhus/strip-outer/master/license
BuildRequires:  nodejs-packaging
BuildRequires:  npm(escape-string-regexp)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (7243533) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12157 |14cu|nodejs-strip-path-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname strip-path

Summary:        Strip a path from a path
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/strip-path
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/sindresorhus/strip-path/archive/v1.0.0.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (a17710c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12158 |14cu|nodejs-stylus-0.53.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stylus

Summary:    Robust, expressive, and feature-rich CSS super-set for Node.js
Name:       nodejs-%{oname}
Version:    0.53.0 
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/stylus/stylus
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/%{oname}/%{oname}/archive/%{oname}-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(css-parse)
BuildRequires:  npm(debug)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(mocha)
BuildRequires:  npm(sax)
BuildRequires:  npm(should)
BuildRequires:  npm(glob)
BuildRequires:  npm(source-map)
BuildArch:  noarch

%description
Stylus is a revolutionary new language, providing an efficient, dynamic,
and expressive way to generate CSS. It supports both indented syntax and
regular CSS style.

It has many features, including mixins, keyword arguments, variables,
interpolation, operators, conditionals, iteration, over 25 built-in functions,
optional compression and many more.



%files
%doc LICENSE *.md docs/ 
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}
#-----------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}
%nodejs_fixdep css-parse 
%nodejs_fixdep mkdirp 
%nodejs_fixdep debug 
%nodejs_fixdep sax 
%nodejs_fixdep glob 
%nodejs_fixdep source-map 

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json *.js lib/ editors/ graphics/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}/bin
install -p -D -m0755 bin/%{oname} \
    %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} \
    %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps



%check
%nodejs_symlink_deps --check
mocha test/ test/middleware/ --require should --bail --check-leaks --reporter dot || :
npm test || : 


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.53.0-4
- (dfae6fc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12159 |14cu|nodejs-subarg-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname subarg 

Summary:        Parse arguments with recursive contexts
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/subarg
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(minimist)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (377b770) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12160 |14cu|nodejs-sum-up-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname sum-up

Summary:        Summarize package information
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/shinnn/sum-up
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chalk)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (1462a05) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12161 |14cu|nodejs-superagent-1.7.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname superagent

Summary:    A small, progressive client-side HTTP request library
Name:       nodejs-%{oname}
Version:    1.7.1
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/%{oname}
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/visionmedia/superagent/archive/v%{version}.tar.gz
Source100:    nodejs-superagent.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(form-data)
BuildRequires:  npm(extend)
BuildRequires:  npm(reduce-component)
BuildRequires:  npm(debug)
BuildRequires:  npm(cookiejar)
BuildRequires:  npm(methods)
BuildRequires:  npm(component-emitter)
BuildRequires:  npm(mime)
BuildRequires:  npm(formidable)
BuildRequires:  npm(qs)
#
BuildRequires:  npm(basic-auth-connect)
BuildRequires:  npm(better-assert)
BuildRequires:  npm(body-parser)
BuildRequires:  npm(cookie-parser)
BuildRequires:  npm(express)
BuildRequires:  npm(express-session)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(browserify)
BuildRequires:  npm(Base64)
BuildRequires:  npm(bytes) >= 2.2.0
BuildArch:  noarch

%description
A small, progressive client-side HTTP request library crafted for flexibility,
readability, and a low learning curve.


%files
%doc LICENSE *.md examples
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%nodejs_fixdep readable-stream
%nodejs_fixdep form-data
%nodejs_fixdep extend
%nodejs_fixdep reduce-component
%nodejs_fixdep debug
%nodejs_fixdep cookiejar
%nodejs_fixdep methods
%nodejs_fixdep component-emitter
%nodejs_fixdep mime
%nodejs_fixdep formidable
%nodejs_fixdep qs
%nodejs_fixdep bytes
perl -pi -e "s|./node_modules/.bin/||" Makefile

%build
%nodejs_symlink_deps --check
make all


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.json lib/ *.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
NODE_ENV=test NODE_TLS_REJECT_UNAUTHORIZED=0 ./node_modules/mocha/bin/mocha \
	--require should \
	--reporter spec \
	--timeout 5000 \
	--growl \
	test/*.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.7.1-4
- (3cc2598) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12162 |14cu|nodejs-superagent-promise-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname superagent-promise

Summary:        Superagent promise wrapper
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lightsofapollo/superagent-promise
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js browser-test.opts %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (ded2c7f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12163 |14cu|nodejs-supertest-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname supertest

Summary:    A superagent driven library for testing HTTP servers
Name:       nodejs-%{oname}
Version:    1.1.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/visionmedia/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(superagent) >= 1.7.1
BuildRequires:  npm(methods)
#
BuildRequires:  npm(express)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(body-parser)
BuildRequires:  npm(cookie-parser)

BuildArch:  noarch
%description
This module provides a high-level abstraction for testing HTTP servers,
while still allowing you to drop down to the lower-level API provided by
superagent.


%files
%doc example.js LICENSE *.md
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------
%prep
%setup -q -n package
%nodejs_fixdep methods
%nodejs_fixdep superagent 


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
NODE_TLS_REJECT_UNAUTHORIZED=0 mocha \
	--require should \
	--reporter spec \
	--check-leaks


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (c3cbb77) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12164 |14cu|nodejs-supports-color-3.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname supports-color

Summary:        Detect whether a terminal supports color
Name:           nodejs-%{oname}
Version:        3.1.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/chalk/supports-color
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(has-flag)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js browser.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.2-4
- (b3e978e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12165 |14cu|nodejs-svgo-0.6.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname svgo

Summary:        Nodejs-based tool for optimizing SVG vector graphics files
Name:           nodejs-%{oname}
Version:        0.6.1 
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/svg/svgo
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/svg/svgo/archive/v%{version}.tar.gz
Source100:      %{name}.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(csso)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(whet.extend)
BuildRequires:  npm(colors)
BuildRequires:  npm(js-yaml)
BuildRequires:  npm(coa)
BuildRequires:  npm(sax)
BuildRequires:  npm(should)
BuildRequires:  npm(mocha)
BuildRequires:  npm(istanbul)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGELOG.md README.md README.ru.md docs/ examples/
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules
chmod 644 plugins/minifyStyles.js
%nodejs_fixdep csso
%nodejs_fixdep mkdirp
%nodejs_fixdep whet.extend
%nodejs_fixdep colors
%nodejs_fixdep js-yaml
%nodejs_fixdep coa
%nodejs_fixdep sax

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ bin/ plugins/ logo.svg .svgo.yml \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} %{buildroot}%{_bindir}/%{oname}
  
  
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.1-5
- (378356b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12166 |14cu|nodejs-syntax-error-1.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname syntax-error

Summary:        Detect and report syntax errors in source code strings
Name:           nodejs-%{oname}
Version:        1.1.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-syntax-error
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(acorn)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod 644 example/*.js LICENSE readme.markdown

%nodejs_fixdep acorn 2.6.x

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  


%check
%nodejs_symlink_deps --check
%tap test/*.js   




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.4-4
- (1ce90a0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12167 |14cu|nodejs-tad-0.2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tad

Summary:        JavaScript test suite
Name:           nodejs-%{oname}
Version:        0.2.4 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/medikoo/tad
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(test)
BuildRequires:  npm(path2)
BuildRequires:  npm(optimist)
BuildRequires:  npm(next)
BuildRequires:  npm(fs2)
BuildRequires:  npm(event-emitter)
BuildRequires:  npm(es5-ext)
BuildRequires:  npm(duration)
BuildRequires:  npm(deferred)
BuildRequires:  npm(d)
BuildRequires:  npm(cli-color)
BuildRequires:  npm(xlint)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md CHANGES
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;
# fix path for tests
cp -pr lib/fix-test-utils.js test/lib/fix-test-utils.js
cp -pr lib/tad-ignore-mode.js test/lib/tad-ignore-mode.js
mkdir test/lib/utils
cp -pr lib/utils/factory.js test/lib/utils/factory.js 
cp -pr lib/utils/index-test.js test/lib/utils/index-test.js

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755  %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} %{buildroot}%{_bindir}/%{oname}
%nodejs_symlink_deps

%check
# Maximum call stack size exceeded
# deferred is deprecated
%nodejs_symlink_deps --check
node node_modules/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream
node ./bin/tad || : 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.4-4
- (be5d52d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12168 |14cu|nodejs-tap-2.3.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tap

Summary:        A Test Anything Protocol library
Name:           nodejs-%{oname}
Version:        2.3.1
Release:        8
Group:          Development/Other
License:        MIT
URL:            https://github.com/isaacs/node-%{oname}
# on github is newer
Source0:        https://github.com/isaacs/node-tap/archive/v%{version}.tar.gz
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        macros.nodejs-%{oname}
Source100:      %{name}.rpmlintrc 
# test deps and req
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(buffer-equal)
BuildRequires:  npm(glob)
BuildRequires:  npm(deep-equal)
BuildRequires:  npm(tmatch)
BuildRequires:  npm(tap-parser)
BuildRequires:  npm(tap-mocha-reporter)
BuildRequires:  npm(supports-color)
BuildRequires:  npm(signal-exit)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(opener)
BuildRequires:  npm(only-shallow)
BuildRequires:  npm(nyc)
BuildRequires:  npm(js-yaml)
BuildRequires:  npm(foreground-child)
BuildRequires:  npm(deeper)
BuildRequires:  npm(coveralls)
BuildRequires:  npm(codecov.io)
#dev deps
BuildRequires:  npm(which)
BuildRequires:  npm(bluebird)
BuildRequires:  npm(unicode-length)

Provides: npm(tap) = 2.3.1

BuildArch:  noarch

%description
This is a mix-and-match set of utilities that you can use to write test
harnesses and frameworks that communicate with one another using the
Test Anything Protocol.

%files
%doc example README.md AUTHORS LICENSE bin/usage.txt
%{_bindir}/%{oname}
%{_bindir}/mochatap.js
%{nodejs_sitelib}/%{oname}
%{_sysconfdir}/rpm/macros.%{oname}


#--------------------------------------
%prep
%setup -q -n node-tap-%{version}
rm -rf node_modules
%nodejs_fixdep inherits

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr bin lib package.json %{buildroot}%{nodejs_sitelib}/%{oname}

  
mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/run.js %{buildroot}%{_bindir}/%{oname}
ln -sf ../lib/node_modules/%{oname}/bin/mochatap.js %{buildroot}%{_bindir}/mochatap.js

#install some macros for use in RPM %%check sections
install -Dpm0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.%{oname}

#make secondary scripts executable
chmod 0755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/*.js

%nodejs_symlink_deps

%check
# will die with timeout connetion closed
rm -fr test/runner.js
%nodejs_symlink_deps --check
%__nodejs %{buildroot}%{nodejs_sitelib}/%{oname}/bin/run.js test/*.js || :


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.3.1-8
- (0ea1e5f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12169 |14cu|nodejs-tape-4.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tape

Summary:    Tap-producing test harness for Node.js and browsers
Name:       nodejs-%{oname}
Version:    4.2.2
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/substack/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:  nodejs-tape.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(through)
BuildRequires:  npm(string.prototype.trim)
BuildRequires:  npm(resumer)
BuildRequires:  npm(object-inspect)
BuildRequires:  npm(inherits)
BuildRequires:  npm(has)
BuildRequires:  npm(glob)
BuildRequires:  npm(function-bind)
BuildRequires:  npm(defined)
BuildRequires:  npm(deep-equal)
BuildArch:  noarch

%description
%{summary}.


%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}
#---------------------------------------------------------------

%prep
%setup -q -n package
# using latest module available upstream ATM .Sflo
%nodejs_fixdep through 2.3.x
%nodejs_fixdep string.prototype.trim 1.1.x
%nodejs_fixdep resumer 0.0.0
%nodejs_fixdep object-inspect 1.0.x
%nodejs_fixdep inherits 2.0.x
%nodejs_fixdep has 1.0.x
%nodejs_fixdep glob 6.0.x
%nodejs_fixdep function-bind 1.0.x
%nodejs_fixdep defined 1.0.0
%nodejs_fixdep deep-equal 1.0.1

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}/bin
install -p -D -m0755 bin/%{oname} %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.2.2-4
- (1884b25) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12170 |14cu|nodejs-tap-mocha-reporter-0.0.21-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tap-mocha-reporter

Summary:        Format a TAP stream using Mocha's set of reporters
Name:           nodejs-%{oname}
Version:        0.0.21
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/isaacs/tap-mocha-reporter
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(unicode-length)
BuildRequires:  npm(tap-parser)
BuildRequires:  npm(supports-color)
BuildRequires:  npm(js-yaml)
BuildRequires:  npm(glob) >= 6.0.1
BuildRequires:  npm(escape-string-regexp)
BuildRequires:  npm(diff) >= 2.2.1
BuildRequires:  npm(debug) >= 2.2.0

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.21-4
- (6b6365f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12171 |14cu|nodejs-tap-out-1.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tap-out 

Summary:        A different tap parser
Name:           nodejs-%{oname}
Version:        1.4.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/scottcorgan/tap-out
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(trim)
BuildRequires:  npm(split)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(re-emitter)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{_bindir}/%{oname}-nodejs
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json bin/ index.js lib/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/cmd.js \
  %{buildroot}%{_bindir}/%{oname}-nodejs

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%{_bindir}/tape test/index.js   
    


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.1-4
- (cda88e0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12172 |14cu|nodejs-tap-parser-1.2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tap-parser

Summary:        Parse the test anything protocol
Name:           nodejs-%{oname}
Version:        1.2.2
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/tap-parser
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(js-yaml)
BuildRequires:  npm(inherits)
BuildRequires:  npm(events-to-array)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown 
%{_bindir}/*.js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/cmd.js \
    %{buildroot}%{_bindir}/cmd.js

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.2-5
- (4af5e3b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12173 |14cu|nodejs-tap-spec-4.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tap-spec

Summary:        Formatted TAP output like Mocha's spec reporter
Name:           nodejs-%{oname}
Version:        4.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/scottcorgan/tap-spec
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(through2)
BuildRequires:  npm(tap-out)
BuildRequires:  npm(repeat-string)
BuildRequires:  npm(pretty-ms)
BuildRequires:  npm(lodash)
BuildRequires:  npm(figures)
BuildRequires:  npm(duplexer)
BuildRequires:  npm(chalk)

BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md 
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/cmd.js \
  %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.1.1-4
- (c4dc0a5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12174 |14cu|nodejs-tar-2.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tar

Summary:    Tar for Node.js
Name:       nodejs-%{oname}
Version:    2.2.1
Release:    4
License:    ISC
Group:      System/Libraries
URL:        https://github.com/isaacs/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits) >= 2.0.0
BuildRequires:  npm(fstream)
BuildRequires:  npm(block-stream)
#
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(tap)
BuildArch:  noarch

%description
A Node.js module that supports 
reading and writing POSIX "%{oname}" archives.

%files
%doc README.md examples LICENSE
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------------------------
%prep
%setup -q -n package
# tar headers err, shouldn't be created on macos
rm -fr test/error-on-broken.js

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr lib/ %{oname}.js package.json \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test/*.js 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.1-4
- (facaf7c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12175 |14cu|nodejs-tar-fs-1.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tar-fs

Summary:        Filesystem bindings for tar-stream
Name:           nodejs-%{oname}
Version:        1.8.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mafintosh/tar-fs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tar-stream)
BuildRequires:  npm(pump)
BuildRequires:  npm(mkdirp)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.8.1-4
- (c960be6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12176 |14cu|nodejs-tar-pack-3.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tar-pack

Summary:        Package and un-package modules of some sort (in tar/gz bundles)
Name:           nodejs-%{oname}
Version:        3.1.3
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/ForbesLindesay/tar-pack
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(uid-number)
BuildRequires:  npm(tar)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(once)
BuildRequires:  npm(fstream-ignore)
BuildRequires:  npm(fstream)
BuildRequires:  npm(debug)
#
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(mocha)
BuildRequires:  npm(rfile)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules
%nodejs_fixdep once
%nodejs_fixdep rimraf

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha -R list  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.3-4
- (004cf62) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12177 |14cu|nodejs-tar-stream-1.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tar-stream

Summary:        Streaming tar parser and generator 
Name:           nodejs-%{oname}
Version:        1.3.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mafintosh/tar-stream
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xtend)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(end-of-stream)
BuildRequires:  npm(bl)
BuildArch:      noarch

%description
Streaming tar parser and generator and nothing else. 
It is streams2 and operates purely using streams 
which means you can easily extract/parse tarballs
without ever hitting the file system.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.1-4
- (6fd4824) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12178 |14cu|nodejs-taskgroup-4.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname taskgroup

Summary:        Group together synchronous and asynchronous tasks
Name:           nodejs-%{oname}
Version:        4.3.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/taskgroup
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(csextends)
BuildRequires:  npm(ambi)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md docs/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json out/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.3.1-4
- (d85fdc7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12179 |14cu|nodejs-tcp-port-used-0.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tcp-port-used

Summary:        A simple Node.js module to check if a TCP port is already bound
Name:           nodejs-%{oname}
Version:        0.1.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jut-io/tcp-port-used
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(q)
BuildRequires:  npm(is2)
BuildRequires:  npm(debug)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep q
%nodejs_fixdep is2
%nodejs_fixdep debug

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter=list ./test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.2-4
- (26502ae) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12180 |14cu|nodejs-temp-0.8.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname temp

Summary:    Temporary files and directories for Node.js
Name:       nodejs-%{oname}
Version:    0.8.3
Release:    4
License:    MIT
Group:      System/Libraries
URL:        https://github.com/bruce/node-%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(os-tmpdir)
BuildRequires:  npm(rimraf)
BuildArch:  noarch

%description
This Node.js module handles generating a unique file/directory name under the
appropriate system temporary directory, changing the file to an appropriate
mode, and supports automatic removal.

It has a similar API to the fs module.
%files
%doc LICENSE README.md examples/
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------
%prep
%setup -q -n package
%nodejs_fixdep rimraf 

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json *.js lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs test/%{oname}-test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.8.3-4
- (4706076) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12181 |14cu|nodejs-temporary-0.0.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-temporary
Version:    0.0.8
Release:    6
Summary:    An easy way to create temporary files and directories

# The license text is contained within Readme.md
License:    MIT
Group:      System/Libraries
URL:        https://github.com/vesln/temporary
Source0:    http://registry.npmjs.org/temporary/-/temporary-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(chai)
BuildRequires:  npm(mocha)
BuildRequires:  npm(sinon)
%endif

%description
%{summary}.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/temporary
cp -pr package.json index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/temporary

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test %{nodejs_sitelib}/mocha/bin/mocha -R spec test/*.test.js
%endif


%files
%doc History.md Readme.md examples/
%{nodejs_sitelib}/temporary



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.8-6
- (62cc898) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12182 |14cu|nodejs-terst-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname terst

Summary:        A JavaScript testing component with a terse syntax
Name:           nodejs-%{oname}
Version:        0.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jprichardson/terst
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-4
- (35a6f2d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12183 |14cu|nodejs-test-0.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname test

Summary:        (Un)CommonJS test runner
Name:           nodejs-%{oname}
Version:        0.6.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Gozala/test-commonjs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ansi-font)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js test/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
npm run test-node  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.0-4
- (5986e27) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12184 |14cu|nodejs-testman-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname testman

Summary:        Expiremental testing helper
Name:           nodejs-%{oname}
Version:        0.3.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lauriro/testman
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-4
- (3cf7997) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12185 |14cu|nodejs-testswarm-1.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       nodejs-testswarm
Version:    1.1.0
Release:    5
Summary:    A Node.js module for interacting with TestSwarm
License:    MIT
Group:      System/Libraries
URL:        https://github.com/jzaefferer/node-testswarm
Source0:    http://registry.npmjs.org/testswarm/-/testswarm-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%description
%{summary}.


%prep
%setup -q -n package

%nodejs_fixdep request '~2.25'


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/testswarm
cp -pr package.json lib/ sample-test.js \
    %{buildroot}%{nodejs_sitelib}/testswarm

%nodejs_symlink_deps


%files
%doc History.md LICENSE-MIT README.md
%{nodejs_sitelib}/testswarm



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-5
- (10901c2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12186 |14cu|nodejs-textextensions-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname textextensions 

Summary:        Array of every single file extension there is for text files
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            github.com/bevry/textextensions
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md HISTORY.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-4
- (a4eeea2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12187 |14cu|nodejs-text-table-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname text-table

Summary:        Borderless text tables with alignment
Name:           nodejs-%{oname}
Version:        0.2.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/text-table
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs test/*.js   


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-4
- (1006e64) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12188 |14cu|nodejs-thenify-3.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname thenify

Summary:        Promisify a callback-based function
Name:           nodejs-%{oname}
Version:        3.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thenables/thenify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(any-promise)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.2.1-4
- (f55bd4a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12189 |14cu|nodejs-thenify-all-1.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname thenify-all

Summary:        Promisifies all the selected functions in an object
Name:           nodejs-%{oname}
Version:        1.6.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thenables/thenify-all
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(thenify)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md History.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.6.0-4
- (5d1b342) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12190 |14cu|nodejs-thirty-two-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname thirty-two

Summary:        Implementation RFC 3548 Base32 encoding/decoding for node
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/chrisumbel/thirty-two
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ spec/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (4eedf31) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12191 |14cu|nodejs-throttleit-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname throttleit

Summary:        Throttle a function
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/component/throttle
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (b8416dd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12192 |14cu|nodejs-through2-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname through2

Summary:        Wrapper around Node streams2 Transform to avoid explicit subclassing noise
Name:           nodejs-%{oname}
Version:        2.0.0 
Release:        4
License:        mit
Group:          Development/Other
Url:            https://github.com/rvagg/through2
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xtend)
BuildRequires:  npm(readable-stream)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (a6546af) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12193 |14cu|nodejs-through-2.3.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname through

Summary:    Simplified stream construction for Node.js
Name:       nodejs-%{oname}
Version:    2.3.8
Release:    4
License:    MIT 
Group:      Development/Other
URL:        https://github.com/dominictarr/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE.APACHE2 LICENSE.MIT readme.markdown
%{nodejs_sitelib}/%{oname}

#---------------------------------------------------
%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.3.8-4
- (7a76b15) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12194 |14cu|nodejs-through2-filter-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname through2-filter

Summary:        A through2 to create an Array.prototype.filter analog for streams
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/brycebaril/through2-filter
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/brycebaril/through2-filter/v2.0.0/LICENSE
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xtend)
BuildRequires:  npm(through2)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (f6f508f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12195 |14cu|nodejs-tilejson-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tilejson


Summary:        Tile source backend for online tile sources
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
Group:          Development/Other
License:        BSD
Url:            https://github.com/mapbox/node-%{oname}
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# they fixed some tests in master branch, so using this.
Source0:        https://github.com/mapbox/node-%{oname}/archive/master/node-%{oname}-master.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildRequires:  npm(agentkeepalive)
BuildRequires:  npm(tiletype)
BuildRequires:  npm(requestretry)
BuildRequires:  npm(eslint)

BuildArch:      noarch

%description
%summary

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#-----------------------------------------------------------
%prep
%setup -qn node-%{oname}-master
rm -rf node_modules
# rosa modules are newer
%nodejs_fixdep requestretry
%nodejs_fixdep tiletype
%nodejs_fixdep agentkeepalive

%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
eslint --no-eslintrc -c .eslintrc lib && tape test/*.test.js || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (6f59eaf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12196 |14cu|nodejs-tilelive-5.12.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tilelive

Summary:        Frontend for various tile backends, mapnik and mbtiles
Name:           nodejs-%{oname}
Version:        5.12.2
Release:        4
Group:          Development/Other
License:        BSD
URL:            https://github.com/mapbox/%{oname}.js
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# only master branch will install and work on node >= 5, and tests are fixed.
Source0:        https://github.com/mapbox/tilelive/archive/master/%{oname}-master.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(concat-stream)
BuildRequires:  npm(eslint)
BuildRequires:  npm(mbtiles)
BuildRequires:  npm(stream-combiner)
BuildRequires:  npm(tape)
BuildRequires:  npm(tilejson)
BuildRequires:  npm(queue-async)
BuildRequires:  npm(progress-stream)
BuildRequires:  npm(minimist)
BuildRequires:  npm(sphericalmercator)
BuildArch:      noarch

%description
Tilelive is an interface for tilestore modules for Node.js. It defines
an API to interact with implementations for a particular tile store.

%files
%doc *.md 
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}-copy
#-------------------------------------------------------

%prep
%setup -qn %{oname}-master
rm -rf node_modules

%nodejs_fixdep queue-async
%nodejs_fixdep progress-stream
%nodejs_fixdep minimist
%nodejs_fixdep sphericalmercator

%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json bin/ lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
chmod +x %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}-copy
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname}-copy %{buildroot}%{_bindir}/%{oname}-copy
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
eslint --no-eslintrc -c .eslintrc lib/*.js && tape test/*.test.js || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.12.2-4
- (84a82d2) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12197 |14cu|nodejs-tiletype-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tiletype

Summary:        Detect common map tile formats from a buffer
Name:           nodejs-%{oname}
Version:        0.3.0 
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/mapbox/tiletype
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Patch0:         nodejs-tiletype-node4.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
%patch0 -p1
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%{__nodejs} test/test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-4
- (1cab8fa) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12198 |14cu|nodejs-timecode-0.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname timecode 

Summary:        A javascript module for manipulating SMPTE tiemcode
Name:           nodejs-%{oname}
Version:        0.0.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/reidransom/timecode.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/reidransom/timecode.js/master/LICENSE
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.3-4
- (3203344) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12199 |14cu|nodejs-timed-out-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname timed-out

Summary:        Emit Error object with code
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/floatdrop/timed-out
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Emit Error object with code property equal 
ETIMEDOUT or ESOCKETTIMEDOUT 
when ClientRequest is hanged.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (b2f7a5e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12200 |14cu|nodejs-time-grunt-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname time-grunt

Summary:        Display the elapsed execution time of grunt tasks
Name:           nodejs-%{oname}
Version:        1.3.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/time-grunt
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/sindresorhus/time-grunt/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(text-table)
BuildRequires:  npm(pretty-ms)
BuildRequires:  npm(number-is-nan)
BuildRequires:  npm(hooker)
BuildRequires:  npm(figures)
BuildRequires:  npm(date-time)
BuildRequires:  npm(chalk)
#
BuildRequires:  npm(grunt)
BuildRequires:  npm(grunt-cli)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js screenshot.png \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
grunt && grunt sigint  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (ad30496) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12201 |14cu|nodejs-timers-browserify-1.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname timers-browserify

Summary:        Timers module for browserify
Name:           nodejs-%{oname}
Version:        1.4.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jryans/timers-browserify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(process)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md CHANGELOG.md README.md example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json main.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.2-4
- (2efcfaf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12202 |14cu|nodejs-timers-ext-0.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname timers-ext

Summary:        Timers extensions
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/medikoo/timers-ext
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(next-tick)
BuildRequires:  npm(es5-ext)
# circular
BuildRequires:  npm(tad)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENCE README.md CHANGES
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
# bootstrap
%nodejs_symlink_deps --check
%__node %{_bindir}/tad 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-5
- (20987a1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12203 |14cu|nodejs-time-stamp-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname time-stamp

Summary:        Get a formatted timestamp
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/time-stamp
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (d1f1b47) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12204 |14cu|nodejs-tinycolor-0.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# https://www.npmjs.com/package/tinycolor-fork
%define oname tinycolor

Summary:       A to-the-point color module for node
Name:          nodejs-%{oname}
Version:       0.0.3
Release:       4
Group:         Development/Other
License:       MIT
URL:           https://github.com/karlito40/tinycolor
Source0:       http://registry.npmjs.org/%{oname}-fork/-/%{oname}-fork-%{version}.tgz
BuildRequires: nodejs-packaging
Provides: npm(tinycolor) = %{EVRD}
Provides: nodejs-tinycolor = %{EVRD}

BuildArch:     noarch

%description
This is a no-fuzz, bare bones color module for nodejs.

%files
%doc README.md example.js
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------------------
%prep
%setup -qn package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr tinycolor.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.3-4
- (307a946) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12205 |14cu|nodejs-tiny-lr-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tiny-lr

Summary:        Tiny LiveReload server, background-friendly
Name:           nodejs-%{oname}
Version:        0.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mklabs/tiny-lr
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(qs)
BuildRequires:  npm(parseurl)
BuildRequires:  npm(livereload-js)
BuildRequires:  npm(faye-websocket)
BuildRequires:  npm(debug)
BuildRequires:  npm(body-parser)
#
BuildRequires:  npm(connect)
BuildRequires:  npm(express)
BuildRequires:  npm(mocha)
BuildRequires:  npm(request)
BuildRequires:  npm(supertest)
BuildRequires:  npm(wd)
BuildArch:      noarch

Conflicts:      npm(tiny-lr-fork)
Conflicts:      nodejs-tiny-lr-fork

%description
%{summary}.

%files
%doc LICENSE-* examples/ *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep qs
%nodejs_fixdep parseurl
%nodejs_fixdep livereload-js
%nodejs_fixdep faye-websocket
%nodejs_fixdep debug
%nodejs_fixdep body-parser

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ scripts/ *.yml \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec test 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.1-4
- (eb32c6c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12206 |14cu|nodejs-tiny-lr-fork-0.0.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This is a fork of the original tiny-lr: <https://github.com/mklabs/tiny-lr>.
# The maintainer of the fork has stated that the fork is only temporary and
# will cease to exist once the maintainer of the original software springs
# back to life. The fork has gained favour among other modules, notably the
# Grunt project, so we will ship the fork with the intention of Obsoleting it
# once the original tiny-lr has been revived.

# Versions of connect and express used in the test suite are outdated.
%define oname tiny-lr-fork

Name:       nodejs-%{oname}
Version:    0.0.5
Release:    9
Summary:    A tiny LiveReload server implementation you can spawn in the background
License:    MIT
Group:      Development/Other
URL:        https://github.com/shama/tiny-lr
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(qs)
BuildRequires:  npm(debug)
BuildRequires:  npm(faye-websocket)
BuildRequires:  npm(noptify)

#
#BuildRequires:  npm(express)
#BuildRequires:  npm(mocha)
#BuildRequires:  npm(noptify)
#BuildRequires:  npm(request)
#BuildRequires:  npm(supertest)
#BuildRequires:  npm(connect)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE-MIT readme.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/tiny-lr
%{_bindir}/update-livereload
#--------------------------------------------
%prep
%setup -q -n package

%nodejs_fixdep faye-websocket
%nodejs_fixdep qs
%nodejs_fixdep noptify 
%nodejs_fixdep debug 

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ tasks/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}/bin
install -p -m755 bin/tiny-lr \
    %{buildroot}%{nodejs_sitelib}/%{oname}/bin/tiny-lr
install -p -m755 bin/update-livereload \
    %{buildroot}%{nodejs_sitelib}/%{oname}/bin/update-livereload

mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/tiny-lr \
    %{buildroot}%{_bindir}/tiny-lr
ln -sf %{nodejs_sitelib}/%{oname}/bin/update-livereload \
    %{buildroot}%{_bindir}/update-livereload

%nodejs_symlink_deps

#%check
#%nodejs_symlink_deps --check
#mocha --reporter list

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.5-9
- (135b026) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12207 |14cu|nodejs-tmatch-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tmatch 

Summary:        This module exists to facilitate the t.match() method in tap
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/isaacs/tmatch
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging

BuildArch:      noarch

%description
It checks whether a value matches a given "pattern". 
A pattern is an object with a set of fields that must be 
in the test object, or a regular expression that 
a test string must match, or any combination thereof.
The algorithm is borrowed heavily from only-shallow, 
with some notable differences with respect to the handling 
of missing properties and the way that 
regular expressions are compared to strings.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (0c33fc4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12208 |14cu|nodejs-tmp-0.0.28-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tmp

Summary:        Temporary file and directory creator
Name:           nodejs-%{oname}
Version:        0.0.28
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/raszi/node-tmp
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(os-tmpdir)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.28-4
- (2a92175) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12209 |14cu|nodejs-to-absolute-glob-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname to-absolute-glob

Summary:        Make a glob pattern absolute
Name:           nodejs-%{oname}
Version:        0.1.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/to-absolute-glob
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jonschlinkert/to-absolute-glob/master/test.js
BuildRequires:  nodejs-packaging
BuildRequires:  npm(extend-shallow)
#
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-4
- (c9dc8cc) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12210 |14cu|nodejs-to-double-quotes-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname to-double-quotes

Summary:        Convert matching single-quotes to double-quotes
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/to-double-quotes
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (e3aeb47) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12211 |14cu|nodejs-to-fast-properties-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname to-fast-properties

Summary:        Force V8 to use fast properties for an object
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/to-fast-properties
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (6849bf4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12212 |14cu|nodejs-to-single-quotes-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname to-single-quotes

Summary:        Convert matching double-quotes to single-quotes
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/to-single-quotes
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (5074540) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12213 |14cu|nodejs-touch-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname touch

Summary:        For all your node touching needs
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/isaacs/node-touch
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# using our newer versions
Source1:        package.json
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nopt)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{_bindir}/%{oname}-js
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js bin/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod +x %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}.js
  
mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/%{oname}.js \
  %{buildroot}%{_bindir}/%{oname}-js

%nodejs_symlink_deps

# on 586 tap test fails.
%ifarch x86_64
%check
rm -fr package.json && cp -p %{SOURCE1} .
%nodejs_symlink_deps --check
%tap test/*.js   

%endif

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (0e61b6f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12214 |14cu|nodejs-tough-cookie-2.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tough-cookie

Summary:        RFC6265 Cookies and Cookie Jar for node.js
Name:           nodejs-%{oname}
Version:        2.2.1
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/SalesforceEng/tough-cookie
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.1-4
- (6cc4fd9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12215 |14cu|nodejs-traceur-0.0.95-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname traceur

Summary:        ES6 to ES5 compiler
Name:           nodejs-%{oname}
Version:        0.0.95
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/google/traceur-compiler
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/google/traceur-compiler/master/LICENSE
BuildRequires:  nodejs-packaging
BuildRequires:  npm(source-map-support)
BuildRequires:  npm(semver)
BuildRequires:  npm(rsvp)
BuildRequires:  npm(glob)
BuildRequires:  npm(commander)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .
%nodejs_fixdep commander 2.9.0
%nodejs_fixdep glob 6.0.1
%nodejs_fixdep semver 5.0.3
%nodejs_fixdep source-map-support 0.4.0

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json bin src %{oname} \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
chmod +x %{buildroot}/%{nodejs_sitelib}/%{oname}/{bin/*.js,%{oname}}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/%{oname} %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.95-4
- (aa707f0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12216 |14cu|nodejs-transformers-3.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname transformers

Summary:    String/Data transformations for Node.js
Name:       nodejs-%{oname}
Version:    3.1.0 
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/ForbesLindesay/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(uglify-js)
BuildRequires:  npm(clone)
BuildRequires:  npm(css)
BuildRequires:  npm(promise)

BuildArch:  noarch
%description
String/Data transformations for use in templating libraries, static site
generators and web frameworks. This gathers the most useful transformations
you can apply to text or data into one library with a consistent API.
Transformations can be pretty much anything but most are either compilers
or templating engines.

%files
%doc history.md LICENSE README.md
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------------------------

%prep
%setup -q -n package
for i in history.md LICENSE README.md; do
    sed -i -e 's/\r$//' "${i}"
done

# Using backported latest available upstream ATM. Symbianflo
%nodejs_fixdep uglify-js ~2.6.1 
%nodejs_fixdep clone ~1.0.2
%nodejs_fixdep css ~2.2.1
%nodejs_fixdep promise ~7.0.4

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.0-4
- (e0bd733) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12217 |14cu|nodejs-traverse-0.6.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname traverse

Summary:        Traverse and transform objects
Name:           nodejs-%{oname}
Version:        0.6.6
Release:        5
Group:          Development/Other
License:        MIT
URL:            https://github.com/substack/js-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildRequires:  npm(tap)
BuildArch:  noarch

%description
Traverse and transform objects by visiting 
every node on a recursive walk.

%files
%doc examples LICENSE readme.markdown
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------

%prep
%setup -q -n package
chmod 0644 examples/*

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
# creates loop
rm -fr test/circular.js
%nodejs_symlink_deps --check
%tap test/*.js || :    



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.6-5
- (adcd21a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12218 |14cu|nodejs-trim-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname trim

Summary:        Trim string whitespace
Name:           nodejs-%{oname}
Version:        0.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            http://registry.npmjs.org/trim/
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc Readme.md History.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps








%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.1-4
- (bf37b6f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12219 |14cu|nodejs-trim-newlines-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname trim-newlines

Summary:        Trim newlines from the start and/or end of a string
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/trim-newlines
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (4e4225b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12220 |14cu|nodejs-trim-repeated-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname trim-repeated

Summary:        Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/trim-repeated
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(escape-string-regexp)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (0c28c13) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12221 |14cu|nodejs-trim-right-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname trim-right

Summary:        Similar to String#trim() but removes only whitespace on the right
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/trim-right
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (bfec341) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12222 |14cu|nodejs-tryit-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tryit 

Summary:        Module to wrap try-catch for better performance and cleaner API
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/HenrikJoreteg/tryit
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tap-spec)
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json %{oname}.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   

%check
%nodejs_symlink_deps --check
%__nodejs test/test.js | tap-spec       



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (c4af719) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12223 |14cu|nodejs-tty-browserify-0.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tty-browserify

Summary:        The tty module from node core for browsers
Name:           nodejs-%{oname}
Version:        0.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/tty-browserify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.0-4
- (35514d1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12224 |14cu|nodejs-tunnel-agent-0.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tunnel-agent

Name:       nodejs-%{oname}
Version:    0.4.1 
Release:    4
Summary:    HTTP proxy tunneling agent
License:    ASL 2.0
Group:      Development/Other
URL:        https://github.com/mikeal/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.1-4
- (be842e8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12225 |14cu|nodejs-tweetnacl-0.13.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tweetnacl

Summary:        Port of TweetNaCl cryptographic library to JavaScript
Name:           nodejs-%{oname}
Version:        0.13.2
Release:        4
# from package.json "license": "CC0-1.0"
License:        CC0 
Group:          Development/Other
Url:            https://github.com/dchest/tweetnacl-js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.13.2-4
- (f591677) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12226 |14cu|nodejs-type-check-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname type-check

Summary:        Check types of JavaScript values
Name:           nodejs-%{oname}
Version:        0.3.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gkz/type-check
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(prelude-ls)
BuildArch:      noarch

%description
Allows you to check the types of 
JavaScript values at runtime with a 
Haskell like type syntax.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep prelude-ls 1.1.2

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-4
- (60a733d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12227 |14cu|nodejs-typechecker-4.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname typechecker

Summary:        Utilities to get and check variable types (isString, etc)
Name:           nodejs-%{oname}
Version:        4.3.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/typechecker
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(editions)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md docs/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js es2015/ source/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.3.0-4
- (a52f4e4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12228 |14cu|nodejs-typedarray-0.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname typedarray

Summary:        TypedArray polyfill for old browsers
Name:           nodejs-%{oname}
Version:        0.0.6
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/typedarray
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js example/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
/usr/bin/tape test/*.js test/server/*.js
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.6-4
- (2c62604) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12229 |14cu|nodejs-type-detect-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname type-detect

Summary:        Improved typeof detection for Node.js and the browser
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
Group:          Development/Other
License:        MIT
URL:            https://github.com/chaijs/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        %{oname}-tests-%{version}.tar.bz2
Source10:       %{oname}-dl-tests.sh
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(simple-assert)
BuildArch:      noarch

%description
Improved typeof detection for Node.js and the browser.


%files
%doc *.md 
%{nodejs_sitelib}/%{oname}
#---------------------------------------------------------
%prep
%setup -q -n package
%setup -T -D -a 1 -q -n package
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --require test/bootstrap --reporter spec test/*.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (1cd04f9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12230 |14cu|nodejs-type-is-1.6.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname type-is 

Summary:        Infer the content-type of a request
Name:           nodejs-%{oname}
Version:        1.6.10
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/type-is
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jshttp/type-is/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mime-types)
BuildRequires:  npm(media-typer)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep mime-types
%nodejs_fixdep media-typer

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --check-leaks --bail test/    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.6.10-4
- (afa347d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12231 |14cu|nodejs-uglify-js-2.6.2-8.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _jsdir %{_datadir}/javascript
%define installdir  %{_jsdir}
%define oname uglify-js

Summary:        JavaScript parser, mangler/compressor and beautifier toolkit
Name:           nodejs-%{oname}
Version:        2.6.2
Release:        8.3
Group:          Development/Other
License:        BSD
Url:            https://github.com/mishoo/UglifyJS2
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/mishoo/UglifyJS2/archive/v%{version}/UglifyJS2-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(yargs)
BuildRequires:  npm(uglify-to-browserify)
BuildRequires:  npm(source-map)
BuildRequires:  npm(async)
BuildRequires:  npm(optimist)
BuildRequires:  npm(mocha)
BuildRequires:  npm(escodegen)
BuildRequires:  npm(esfuzz)

Requires:	js-uglify = %{EVRD}
Provides:       nodejs-%{oname} = %{EVRD}
Provides:       uglify-js = %{EVRD}
Obsoletes:		uglify-js < %{EVRD}
BuildArch:      noarch

%description
JavaScript parser, mangler/compressor and beautifier toolkit.

This package ships the uglifyjs command-line tool and a library suitable for
use within Node.js.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
%{nodejs_sitelib}/%{oname}@2
%{_bindir}/uglifyjs

#-------------------------------------------------
%package -n js-uglify
Summary: JavaScript parser, mangler/compressor and beautifier toolkit - core library
Group:   System/Libraries

Obsoletes: %{oname}-common < %{EVRD}
Provides: %{oname}-common = %{EVRD}

%description -n js-uglify
JavaScript parser, mangler/compressor and beautifier toolkit.

This package ships a JavaScript library suitable for use by any JavaScript
runtime.

%files -n js-uglify
%doc LICENSE README.md
%{installdir}/%{name}-2
%{installdir}/%{name}
%{_datadir}/%{name}

#-------------------------------------------------
%prep
%setup -q -n UglifyJS2-%{version}
%nodejs_fixdep optimist 
%nodejs_fixdep yargs 
%nodejs_fixdep async >= 1.5.x
%nodejs_fixdep source-map >= 0.5.x
%nodejs_fixdep wordwrap >= 1.0.x

%build
#nothing to do

%install
mkdir -p %{buildroot}%{installdir}/%{name}-2
cp -pr lib/* %{buildroot}%{installdir}/%{name}-2
ln -sf %{name}-2 %{buildroot}%{installdir}/%{name}

#compat symlink
mkdir -p %{buildroot}%{_datadir}
ln -sf javascript/%{name} %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}@2
cp -pr bin/ tools/ *.json test/ %{buildroot}%{nodejs_sitelib}/%{oname}@2
ln -sf %{installdir}/%{name} %{buildroot}%{nodejs_sitelib}/%{oname}@2/lib

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}@2/bin/uglifyjs %{buildroot}%{_bindir}/uglifyjs

%nodejs_symlink_deps

ln -sf %{oname}@2 %{buildroot}%{nodejs_sitelib}/%{oname}


%check
%nodejs_symlink_deps --check
%__nodejs test/run-tests.js



%pretrans -p <lua>
st = posix.stat("%{nodejs_sitelib}/%{oname}")
if st and st.type == "directory" then
  os.execute("rm -rf %{nodejs_sitelib}/%{oname}")
end

%pretrans -n js-uglify -p <lua>
st = posix.stat("%{_datadir}/%{name}")
if st and st.type == "directory" then
  os.execute("rm -rf %{_datadir}/%{name}")
end


%changelog

* Sat Feb 04 2017 abfonly <abfonly@gmail.com> 2.6.2-8.3
- (4f1b30b) Updated nodejs-uglify-js.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12232 |14cu|nodejs-uglify-to-browserify-1.0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname uglify-to-browserify

Summary:    A transform to make UglifyJS work in browserify
Name:       nodejs-%{oname}
Version:    1.0.2
Release:    8
License:    MIT
Group:      Development/Other
Url:        https://github.com/ForbesLindesay/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(source-map) >= 0.5.3
BuildRequires:  npm(uglify-js) >= 2.6.2
BuildArch:  noarch

%description
%{summary}.


%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------------

%prep
%setup -q -n package
for i in LICENSE README.md; do
    sed -i -e 's/\r$//' ${i}
done

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs test/index.js || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-8
- (096388a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12233 |14cu|nodejs-uid2-0.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname uid2


Summary:        Node.js module to generate strong unique IDs
Name:           nodejs-%{oname}
Version:        0.0.3
Release:        6
Group:          Development/Other
License:        MIT
URL:            https://github.com/Coreh/%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch
%description
%{summary}.

%files
%doc LICENSE
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------------
%prep
%setup -q -n package
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.3-6
- (6858e59) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12234 |14cu|nodejs-uid-number-0.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname uid-number

Summary:    Convert a username/group name to a UID/GID number
Name:       nodejs-%{oname}
Version:    0.0.6
Release:    4
License:    BSD
Group:      Development/Other
URL:        https://github.com/isaacs/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:  noarch

%description
%{summary}.
%files
%{nodejs_sitelib}/%{oname}
%doc README.md LICENSE
#-----------------------------------------------------------

%prep
%setup -qn package
chmod 0644 *.js

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr *.js package.json %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.6-4
- (d52f255) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12235 |14cu|nodejs-uid-safe-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname uid-safe

Summary:        URL and cookie safe UIDs
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/crypto-utils/uid-safe
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/crypto-utils/uid-safe/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(base64-url)
BuildRequires:  npm(mocha)
BuildRequires:  npm(proxyquire)
BuildRequires:  npm(bluebird)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep base64-url

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --trace-deprecation --reporter spec --bail --check-leaks test/  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (4ec207b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12236 |14cu|nodejs-ultron-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ultron

Summary:        It gathers intel so it can start improving upon his rudimentary design
Name:           nodejs-%{oname}
Version:        1.0.2 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/unshiftio/ultron
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(assume)
BuildRequires:  npm(eventemitter3)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (4ae52b1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12237 |14cu|nodejs-umd-3.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname umd 

Summary:        Universal Module Definition for use in automated build systems
Name:           nodejs-%{oname}
Version:        3.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ForbesLindesay/umd
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/ForbesLindesay/umd/master/LICENSE
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin %{buildroot}%{nodejs_sitelib}/%{oname}
chmod +x %{buildroot}%{nodejs_sitelib}/%{oname}/bin/*.js

%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.1-4
- (cb168c3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12238 |14cu|nodejs-unc-path-regex-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname unc-path-regex

Summary:        Check if a file path is a windows UNC file path
Name:           nodejs-%{oname}
Version:        0.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/regexps/unc-path-regex
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Regular expression for testing if a file 
path is a windows UNC file path. 
Can also be used as a component 
of another regexp via the .source property.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-4
- (fe962e1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12239 |14cu|nodejs-underscore-1.8.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname underscore 

Summary:        JavaScript's functional programming helper library
Name:           nodejs-%{oname}
Version:        1.8.3
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jashkenas/underscore
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js *.map %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.8.3-4
- (6fc5370) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12240 |14cu|nodejs-underscore-dot-logger-0.3.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-underscore-dot-logger
Version:    0.3.1
Release:    10
Summary:    Cross-browser and Node.js empowered logging

# License text is included in README.md
License:    MIT
Group:      Development/Other
URL:        https://npmjs.org/package/underscore.logger
Source0:    http://registry.npmjs.org/underscore.logger/-/underscore.logger-%{version}.tgz

# package.json is missing devDependencies section.
# Pull request sent: https://github.com/viatropos/underscore.logger/pull/3
Patch0:     %{name}-0.3.1-Add-devDependencies.patch
# Recent versions of coffee-script enforce strict JS compliance.
# Pull request sent: https://github.com/viatropos/underscore.logger/pull/4
Patch1:     %{name}-0.3.1-strict-JS-compliance.patch
Patch2:     %{name}-0.3.1-strict-JS-compliance-part-2.patch
# The author uses the "--watch" option in Cakefile, which obviously hangs the
# build.
Patch3:     %{name}-0.3.1-Do-not-watch.patch

BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  coffee-script

%if 0%{?enable_tests}
BuildRequires:  npm(jasmine-node)
BuildRequires:  npm(underscore)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
# Compile from .coffee source instead.
rm -rf lib/*.js


%build
%nodejs_symlink_deps --check
/usr/bin/cake coffee


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/underscore.logger
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/underscore.logger

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
/usr/bin/cake spec
%endif


%files
%doc README.md
%{nodejs_sitelib}/underscore.logger



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.1-10
- (b8f96f7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12241 |14cu|nodejs-underscore.string-3.2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname underscore.string

Summary:        String manipulation extensions for Underscore.js javascript library
Name:           nodejs-%{oname}
Version:        3.2.2
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/epeli/underscore.string
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
Provides:       nodejs-underscore-dot-string = %{EVRD}

BuildArch:      noarch

%description
%{summary}.

%files
%doc *.markdown
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js dist/ helper/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.2.2-5
- (f3505c8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12242 |14cu|nodejs-unicode-7.0.0-0.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname unicode-7.0.0

Summary:        JavaScript-compatible Unicode v7.0.0 data
Name:           nodejs-%{oname}
Version:        0.1.5 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mathiasbynens/node-unicode-data
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/mathiasbynens/node-unicode-data/master/LICENSE-MIT.txt
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
JavaScript-compatible Unicode data. 
Arrays of code points, arrays of symbols, and regular 
expressions for Unicode v7.0.0’s 
categories, scripts, blocks, bidi, and other properties.

%files
%doc LICENSE-MIT.txt README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js bidi/ bidi-brackets/ \
  bidi-mirroring/ blocks/ case-folding/ \
  categories/ properties/ scripts/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.5-4
- (4bf3e8f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12243 |14cu|nodejs-unicode-length-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname unicode-length

Summary:        Get the length of unicode strings
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/jviotti/unicode-length
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(punycode)
BuildRequires:  npm(lodash)
BuildRequires:  npm(chalk)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package


%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r build/ coffeelint.json gulpfile.coffee lib/ package.json tests/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-5
- (2988886) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12244 |14cu|nodejs-uniq-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname uniq

Summary:        Removes duplicates from a sorted array in place
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/mikolalysenko/uniq
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
#
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
tape test/*.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (0e9581e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12245 |14cu|nodejs-unique-stream-2.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname unique-stream

Summary:        Node.js through stream that emits a unique stream of objects based on criteria
Name:           nodejs-%{oname}
Version:        2.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/eugeneware/unique-stream
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/eugeneware/unique-stream/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(through2-filter)
BuildRequires:  npm(json-stable-stringify)
#
BuildRequires:  npm(after)
BuildRequires:  npm(chai)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.1-4
- (c70b992) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12246 |14cu|nodejs-unit-coverage-4.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname unit-coverage

Summary:        Collect coverage information separately for each test
Name:           nodejs-%{oname}
Version:        4.0.2
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/unit-coverage/unit-coverage
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/unit-coverage/unit-coverage/archive/v%{version}.tar.gz
Source100:      %{name}.rpmlintrc  
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vow-fs)
BuildRequires:  npm(vow)
BuildRequires:  npm(minimatch)
BuildRequires:  npm(jade)
BuildRequires:  npm(html-entities)
BuildRequires:  npm(enb-source-map)
BuildRequires:  npm(docopt-mult-args)
BuildRequires:  npm(chalk)
BuildRequires:  npm(babylon)
BuildRequires:  npm(babel-traverse)
BuildRequires:  npm(babel-generator)
#
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
BuildRequires:  npm(sinon)
BuildRequires:  npm(strip-ansi)
BuildRequires:  nodejs-babel-runtime5
BuildRequires:  npm(babel-core)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md doc/ 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules test/lib/instrumenter.functions.js test/lib/reporters/html.js \
  test/lib/test-drivers/mocha-phantom-test-driver.js test/lib/test-drivers/mocha-test-driver.js

%nodejs_fixdep vow-fs
%nodejs_fixdep vow
%nodejs_fixdep minimatch
%nodejs_fixdep jade
%nodejs_fixdep html-entities
%nodejs_fixdep enb-source-map
%nodejs_fixdep docopt-mult-args
%nodejs_fixdep chalk
%nodejs_fixdep babylon
%nodejs_fixdep babel-traverse
%nodejs_fixdep babel-generator
%nodejs_fixdep babel-runtime ~5.8.35
%nodejs_fixdep babel-core

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ hooks/ lib/ res/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha -R spec --recursive lib test    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.2-5
- (009d866) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12247 |14cu|nodejs-unix-dgram-0.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname unix-dgram
%define debug_package	%{nil}

Summary:        Unix datagram socket
Name:           nodejs-%{oname}
Version:        0.2.2
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/bnoordhuis/node-unix-dgram
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Patch0:         nodejs-unix-dgram-install.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nan)
BuildRequires:  npm(bindings)

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitearch}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%patch0 -p0 
%nodejs_fixdep bindings
%nodejs_fixdep nan

%build
%nodejs_symlink_deps --check
%{nodejs_sitearch}/npm/bin/node-gyp-bin/node-gyp rebuild

%install
mkdir -p %{buildroot}%{nodejs_sitearch}/%{oname}
cp -r package.json binding.gyp build/ lib/ src/ \
  %{buildroot}%{nodejs_sitearch}/%{oname}
%nodejs_symlink_deps

%check
%__nodejs test/test-dgram-unix.js && %__nodejs test/test-connect.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.2-4
- (ab90e45) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12248 |14cu|nodejs-unorm-1.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname unorm

Summary:        JavaScript Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD
Name:           nodejs-%{oname}
Version:        1.4.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/walling/unorm
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.1-4
- (c6a511f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12249 |14cu|nodejs-unpipe-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname unpipe

Summary:        Unpipe a stream from all destinations
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/stream-utils/unpipe
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/stream-utils/unpipe/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(readable-stream)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha --reporter spec --bail --check-leaks test/  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (a156795) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12250 |14cu|nodejs-unzip-response-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname unzip-response

Summary:        Unzips the response from http.request 
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/unzip-response
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Unzips the response from http.request 
if it's gzipped/deflated, otherwise 
just passes it through.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (87a72d9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12251 |14cu|nodejs-update-notifier-0.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname update-notifier

Summary:        Update notifications for your CLI app
Name:           nodejs-%{oname}
Version:        0.5.0 
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/yeoman/update-notifier
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(string-length)
BuildRequires:  npm(semver-diff)
BuildRequires:  npm(repeating)
BuildRequires:  npm(latest-version)
BuildRequires:  npm(is-npm)
BuildRequires:  npm(configstore)
BuildRequires:  npm(chalk)
BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.0-4
- (cf7b158) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12252 |14cu|nodejs-upnp-device-client-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname upnp-device-client

Summary:        A simple and versatile UPnP device client
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thibauts/node-upnp-device-client
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(network-address)
BuildRequires:  npm(elementtree)
BuildRequires:  npm(debug)
BuildRequires:  npm(concat-stream)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (bcdb9bd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12253 |14cu|nodejs-upnp-mediarenderer-client-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname upnp-mediarenderer-client

Summary:        An UPnP/DLNA MediaRenderer client
Name:           nodejs-%{oname}
Version:        1.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thibauts/node-upnp-mediarenderer-client
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(upnp-device-client)
BuildRequires:  npm(elementtree)
BuildRequires:  npm(debug)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-4
- (93c0ea1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12254 |14cu|nodejs-urijs-1.17.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname urijs

Summary:        URI.js is a Javascript library for working with URLs
Name:           nodejs-%{oname}
Version:        1.17.1
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/medialize/URI.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
# retrocompat provided
Provides:       npm(URIjs) == %{EVRD}
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json src/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.17.1-5
- (5935d06) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12255 |14cu|nodejs-uri-js-1.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-uri-js
Version:        1.4.2
Release:        7
Summary:        URI parsing/validating/resolving library for Javascript
Group:          Development/Other
# License text is in README.md
License:        BSD
URL:            https://github.com/garycourt/uri-js
Source0:        http://registry.npmjs.org/uri-js/-/uri-js-%{version}.tgz
BuildArch:      noarch

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs

%description
URI.js is an RFC 3986 compliant, scheme extendable URI
parsing/validating/resolving library for all JavaScript 
environments (browsers, Node.js, etc).


%prep
%setup -q -n package
sed -i -e 's/\r//' README.md
rm -rf node_modules bin/closure src/externs.js


%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/uri-js
cp -pr package.json dist src %{buildroot}/%{nodejs_sitelib}/uri-js
%nodejs_symlink_deps


%check
# Tests are only runnable in a web browser at present


%files
%doc README.md
%{nodejs_sitelib}/uri-js



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.2-7
- (e9f40c9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12256 |14cu|nodejs-uri-path-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname uri-path

Summary:        Convert relative file system paths into safe URI paths
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/UltCombo/uri-path
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE-MIT *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha test

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (5e2f7e1) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12257 |14cu|nodejs-urix-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname urix

Summary:        Makes Windows-style paths more unix and URI friendly
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/lydell/urix
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (6cca318) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12258 |14cu|nodejs-url-0.11.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname url

Summary:        The core url packaged standalone for use with Browserify
Name:           nodejs-%{oname}
Version:        0.11.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/defunctzombie/node-url
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(querystring)
BuildRequires:  npm(punycode)
BuildRequires:  npm(assert)
BuildRequires:  npm(mocha)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

    
%check
%nodejs_symlink_deps --check
mocha --ui qunit test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.11.0-4
- (c0626e7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12259 |14cu|nodejs-url2-1.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname url2

Summary:    The Node.js URL module plus relative paths
Name:       nodejs-%{oname}
Version:    1.0.4
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/kriskowal/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(url)
#not yet backported
#BuildRequires:  npm(jasminum)
#BuildRequires:  npm(jshint)
BuildArch:  noarch

%description
This module builds upon the existing URL module in Node.js, but adds
relative(source, target) which returns the shortest relative path between
any two equally qualified URLs. If the paths are not equally qualified,
it returns the target.

In addition, this package augments the URL object definition as returned
by parse and consumed by format.


%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------
%prep
%setup -q -n package
%nodejs_fixdep url

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json url2.js \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

#%check
#%nodejs_symlink_deps --check
#%jasminum test && npm run lint



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.4-4
- (ff64a41) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12260 |14cu|nodejs-urlgrey-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname urlgrey 

Summary:        Urlgrey is a library for url querying and manipulation
Name:           nodejs-%{oname}
Version:        0.4.0
Release:        4
# stated in package.json
License:        BSD
Group:          Development/Other
Url:            https://github.com/cainus/urlgrey
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape) >= 4.2.2
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep tape 4.2.x


%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js *.png browser coverage \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.0-4
- (54ddedf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12261 |14cu|nodejs-url-parse-lax-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname url-parse-lax

Summary:        Url parse with support for protocol-less URLs & IPs
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/url-parse-lax
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(prepend-http)
Requires:       npm(prepend-http)

BuildArch:      noarch

%description
%{summary}.

%files
%doc readme.md license
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-5
- (2e18d69) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12262 |14cu|nodejs-urun-0.0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname urun

Summary:        The minimal test runner
Name:           nodejs-%{oname}
Version:        0.0.8 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://www.npmjs.com/package/urun
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(sinon)
BuildRequires:  npm(utest)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
make test

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.8-4
- (1a351b6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12263 |14cu|nodejs-user-home-2.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname user-home

Summary:        Get the path to the user home directory
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/user-home/releases
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  nodejs
BuildRequires:  npm(os-homedir)

Requires:	npm(os-homedir)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-5
- (7f357a7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12264 |14cu|nodejs-utest-0.0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname utest 

Summary:        The minimal unit testing library
Name:           nodejs-%{oname}
Version:        0.0.8 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://www.npmjs.com/package/utest
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
make test  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.8-4
- (7fee6d4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12265 |14cu|nodejs-utf-8-validate-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname utf-8-validate

Summary:        Validate UTF-8 for Web
Name:           nodejs-%{oname}
Version:        1.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/websockets/utf-8-validate
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nan)
BuildRequires:  npm(bindings)
BuildRequires:  npm(node-gyp)

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitearch}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build
%nodejs_symlink_deps --check
export CXXFLAGS="%{optflags} -Wstrict-aliasing=0"
node-gyp rebuild

%install
mkdir -p %{buildroot}%{nodejs_sitearch}/%{oname}
cp -r package.json *.js build/ src/ %{buildroot}%{nodejs_sitearch}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-4
- (895c48e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12266 |14cu|nodejs-util-0.10.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname util

Summary:        Node.JS util module
Name:           nodejs-%{oname}
Version:        0.10.3
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/defunctzombie/node-util
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(inherits)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep inherits

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json util.js support/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.10.3-5
- (c2634ef) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12267 |14cu|nodejs-util-deprecate-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname util-deprecate

Summary:        Deprecate function with browser support
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/TooTallNate/util-deprecate
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
The Node.js util.deprecate() function with browser support.

%files
%doc LICENSE README.md History.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json node.js browser.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (db52591) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12268 |14cu|nodejs-utile-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname utile

Summary:    A Node.js drop-in replacement for `util` with some additional functions
Name:       nodejs-%{oname}
Version:    0.3.0 
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/flatiron/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(deep-equal)
BuildRequires:  npm(i)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(ncp)
BuildRequires:  npm(rimraf)
BuildRequires:  npm(async)
BuildRequires:  npm(vows)
BuildArch:  noarch

%description
%{summary}.


%files
%doc CHANGELOG.md LICENSE README.md
%{nodejs_sitelib}/%{oname}
#-------------------------------------------------------------

%prep
%setup -q -n package
%nodejs_fixdep async
%nodejs_fixdep ncp
%nodejs_fixdep rimraf
%nodejs_fixdep mkdirp
%nodejs_fixdep i
%nodejs_fixdep deep-equal

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
vows --spec   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.0-4
- (acb9a60) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12269 |14cu|nodejs-util-extend-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname util-extend

Summary:        Node's internal object extension function
Name:           nodejs-%{oname}
Version:        1.0.3 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/isaacs/util-extend
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json extend.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%__nodejs test.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.3-4
- (d67d373) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12270 |14cu|nodejs-utils-merge-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname utils-merge

Summary:        Node.js module to merge properties between objects
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        6
Group:          Development/Other
License:        MIT
URL:            https://github.com/jaredhanson/%{oname}
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/jaredhanson/%{oname}/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
BuildArch:      noarch
%description
Merges the properties from a source object into a destination object.

%files
%doc README.md LICENSE
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter spec --require test/bootstrap/node test/*.test.js  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-6
- (2d8727e) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12271 |14cu|nodejs-uuid-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname uuid

Summary:        Rigorous implementation of RFC4122 (v1 and v4) UUIDs
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/shtylman/node-uuid
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js misc/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-4
- (3aba581) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12272 |14cu|nodejs-vali-date-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname vali-date

Summary:        Validate a date
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/samverschueren/vali-date
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (ab80ef5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12273 |14cu|nodejs-validate-npm-package-license-3.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname validate-npm-package-license 

Summary:        Give me a string and I'll tell you if it's a valid npm package license string
Name:           nodejs-%{oname}
Version:        3.0.1 
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/kemitchell/validate-npm-package-license.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(spdx-expression-parse)
BuildRequires:  npm(spdx-correct)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.0.1-4
- (355f764) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12274 |14cu|nodejs-validate-npm-package-name-2.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname validate-npm-package-name

Summary:        Give me a string and I'll tell you if it's a valid npm package name
Name:           nodejs-%{oname}
Version:        2.2.2
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/npm/validate-npm-package-name
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(builtins)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules
%nodejs_fixdep builtins

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%tap test  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.2.2-4
- (9c3e369) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12275 |14cu|nodejs-vargs-0.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname vargs

Summary:        Practical variable argument handling
Name:           nodejs-%{oname}
Version:        0.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            http://github.com/cloudhead/vargs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn 1289345827297-0.9301352843176574
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.0-4
- (f70c40c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12276 |14cu|nodejs-vary-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname vary

Summary:        Manipulate the HTTP Vary header
Name:           nodejs-%{oname}
Version:        1.1.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jshttp/vary
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (1823a29) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12277 |14cu|nodejs-verror-1.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname verror

Summary:        Richer JavaScript errors
Name:           nodejs-%{oname}
Version:        1.6.0
Release:        4
License:        foo
Group:          Development/Other
Url:            https://github.com/davepacheco/node-verror
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(extsprintf)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep extsprintf 1.3.x

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib jsl.node.conf %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.6.0-4
- (c89fecd) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12278 |14cu|nodejs-vhost-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Fail inside ABF
%global enable_tests 0

Name:       nodejs-vhost
Version:    1.0.0
Release:    6
Summary:    Virtual domain hosting middleware for Node.js and Connect
License:    MIT
Group:      System/Libraries
URL:        https://github.com/expressjs/vhost
Source0:    http://registry.npmjs.org/vhost/-/vhost-%{version}.tgz
# The test files are not included in the npm tarball.
# Source1 is generated by running Source10, which pulls from the upstream
# version control repository.
Source1:    tests-%{version}.tar.bz2
Source10:   dl-tests.sh
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  mocha
BuildRequires:  npm(connect)
BuildRequires:  npm(should)
BuildRequires:  npm(supertest)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%setup -q -T -D -a 1 -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/vhost
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/vhost

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
NODE_ENV=test /usr/bin/mocha --require should --reporter spec
%endif


%files
%doc README.md
%{nodejs_sitelib}/vhost



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-6
- (b9c691d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12279 |14cu|nodejs-vinyl-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname vinyl

Summary:        A virtual file format
Name:           nodejs-%{oname}
Version:        1.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/gulpjs/vinyl
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(replace-ext)
BuildRequires:  npm(clone-stats)
BuildRequires:  npm(clone)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (66cc002) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12280 |14cu|nodejs-vinyl-assign-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname vinyl-assign

Summary:        Apply custom attributes to vinyl files
Name:           nodejs-%{oname}
Version:        1.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/kevva/vinyl-assign
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(object-assign)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.1-4
- (dbf14f5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12281 |14cu|nodejs-vinyl-fs-2.3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname vinyl-fs

Summary:        Vinyl adapter for the file system
Name:           nodejs-%{oname}
Version:        2.3.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/wearefractal/vinyl-fs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vinyl)
BuildRequires:  npm(vali-date)
BuildRequires:  npm(through2-filter)
BuildRequires:  npm(through2)
BuildRequires:  npm(strip-bom-stream)
BuildRequires:  npm(strip-bom)
BuildRequires:  npm(readable-stream)
BuildRequires:  npm(object-assign)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(merge-stream)
BuildRequires:  npm(lodash.isequal)
BuildRequires:  npm(lazystream)
BuildRequires:  npm(is-valid-glob)
BuildRequires:  npm(gulp-sourcemaps)
BuildRequires:  npm(graceful-fs)
BuildRequires:  npm(glob-stream)
BuildRequires:  npm(duplexify)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
chmod 644 LICENSE

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.3.4-4
- (619e125) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12282 |14cu|nodejs-vlq-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname vlq

Summary:        Generate/decode, base64 VLQ mappings for source maps
Name:           nodejs-%{oname}
Version:        0.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Rich-Harris/vlq
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc CHANGELOG.md README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json dist/ src/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.1-4
- (366f81d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12283 |14cu|nodejs-vm-browserify-0.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname vm-browserify

Summary:        VM node module for the browser
Name:           nodejs-%{oname}
Version:        0.0.4 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/vm-browserify
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(indexof)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.4-4
- (5be36de) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12284 |14cu|nodejs-void-elements-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname void-elements

Summary:        Array of "void elements" defined by the HTML specification
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/hemanth/void-elements
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
%__nodejs test/*.js    


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-4
- (fb0e784) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12285 |14cu|nodejs-vow-0.4.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname vow 

Summary:        DOM Promise and Promises/A+ implementation for Node.js and browsers
Name:           nodejs-%{oname}
Version:        0.4.12 
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/dfilatov/vow
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.12-4
- (9d3b7f6) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12286 |14cu|nodejs-vow-fs-0.3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname vow-fs

Summary:        Vow-based file I/O for Node.js
Name:           nodejs-%{oname}
Version:        0.3.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dfilatov/vow-fs
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# using master branch for license and tests
Source0:        https://github.com/dfilatov/vow-fs/archive/master.zip
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vow-queue)
BuildRequires:  npm(glob)
BuildRequires:  npm(vow)
BuildRequires:  npm(node-uuid)
#
BuildRequires:  npm(nodeunit)
BuildRequires:  npm(istanbul)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn %{oname}-master
rm -rf node_modules


%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
istanbul-js test test/runner.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.3.4-4
- (68c7a45) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12287 |14cu|nodejs-vow-queue-0.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname vow-queue

Summary:        Vow-based task queue
Name:           nodejs-%{oname}
Version:        0.4.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/dfilatov/vow-queue
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vow)
BuildRequires:  npm(mocha)
BuildRequires:  npm(chai)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules


%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps 

%check
%nodejs_symlink_deps --check
mocha -u bdd -R spec --recursive test.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.2-4
- (050b1c8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12288 |14cu|nodejs-vows-0.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname vows

Name:       nodejs-%{oname}
Version:    0.8.1
Release:    4
Summary:    Asynchronous behavior-driven development (BDD) and continuous integration
License:    MIT
Group:      Development/Other
URL:        https://github.com/cloudhead/%{oname}
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# Custom man page.
Source1:    %{oname}.1
BuildRequires:  nodejs-packaging
BuildRequires:  npm(diff)
BuildRequires:  npm(eyes)
BuildRequires:  npm(glob)
BuildArch:  noarch

%description
Vows is an asynchronous behavior-driven development (BDD) framework for
Node.js.

Vows was built from the ground up to test asynchronous code. It
executes your tests in parallel when it makes sense, and sequentially
when there are dependencies. Emphasis was put on speed of execution,
clarity and user experience.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}
%{_mandir}/man1/%{oname}.1*
#--------------------------------------------------------------

%prep
%setup -qn package
%nodejs_fixdep diff 2.2.x
%nodejs_fixdep glob 6.0.x

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}/bin
install -p -D -m0755 bin/%{oname} %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} %{buildroot}%{_bindir}/%{oname}

mkdir -p %{buildroot}%{_mandir}/man1
install -p -D -m0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{oname}.1

%nodejs_symlink_deps



%check
%nodejs_symlink_deps --check
%__nodejs ./bin/%{oname} --spec





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.8.1-4
- (e8a2381) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12289 |14cu|nodejs-walkdir-0.0.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0

Name:       nodejs-walkdir
Version:    0.0.7
Release:    8
Summary:    Walks a directory tree emitting events based on what it finds
License:    MIT
Group:      System/Libraries
URL:        https://github.com/soldair/node-walkdir
Source0:    http://registry.npmjs.org/walkdir/-/walkdir-%{version}.tgz
BuildArch:  noarch
BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(findit)
BuildRequires:  npm(fstream)
BuildRequires:  npm(ls-r)
BuildRequires:  npm(tap)
%endif

%description
This Node.js module walks a directory tree emitting events based on what it
finds. It presents a familiar callback/emitter/sync interface and can walk a
tree of any depth.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/walkdir
cp -pr package.json walkdir.js \
    %{buildroot}%{nodejs_sitelib}/walkdir

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%tap test/*.js
%endif


%files
%doc license readme.md
%{nodejs_sitelib}/walkdir



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.7-8
- (b1be65f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12290 |14cu|nodejs-ware-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ware

Summary:        Easily create your own middleware layer
Name:           nodejs-%{oname}
Version:        1.3.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/segmentio/ware
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(wrap-fn)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.0-4
- (6d49fc8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12291 |14cu|nodejs-watch-0.17.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname watch

Summary:        Utilities for watching file trees
Name:           nodejs-%{oname}
Version:        0.17.1
Release:        4
License:        ASL 2.0
Group:          Development/Other
Url:            https://github.com/mikeal/watch
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(minimist)
BuildRequires:  npm(exec-sh)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE readme.mkd
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js release.sh %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%__nodejs test/*.js      

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.17.1-4
- (1482ba4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12292 |14cu|nodejs-watchit-0.0.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Fail randomly in ABF
%global enable_tests 0

Name:       nodejs-watchit
Version:    0.0.4
Release:    10
Summary:    A sensible wrapper around fs.watch for Node.js

# Upstream have been informed about missing LICENSE:
# https://github.com/TrevorBurnham/Watchit/issues/6
License:    MIT
Group:      Development/Other
URL:        https://github.com/TrevorBurnham/Watchit
Source0:    http://registry.npmjs.org/watchit/-/watchit-%{version}.tgz
Source1:    LICENSE

BuildArch:  noarch

BuildRequires:  nodejs-packaging
BuildRequires:  npm(docco)

# Currently to compile the .coffee files, watchit depends on itself,
# which is not yet available.
%if 0%{?enable_tests}
BuildRequires:  coffee-script
BuildRequires:  npm(expect.js)
BuildRequires:  npm(mocha)
%endif

%description
%{summary}.


%prep
%setup -q -n package
cp -a %{SOURCE1} .


%build
%{nodejs_sitelib}/docco/bin/docco ./src/watchit.coffee


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/watchit
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/watchit

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
# Broken test which upstream haven't fixed:
# https://github.com/TrevorBurnham/Watchit/issues/5
rm -f test/include.coffee
%{nodejs_sitelib}/mocha/bin/mocha --compilers coffee:coffee-script \
    --require test/common.js --growl
%endif


%files
%doc LICENSE README.mdown docs/
%{nodejs_sitelib}/watchit



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.4-10
- (b1c788a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12293 |14cu|nodejs-watchr-2.4.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname watchr

Summary:        Better file system watching for Node.js
Name:           nodejs-%{oname}
Version:        2.4.13
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bevry/watchr
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:      %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(extract-opts)
BuildRequires:  npm(ignorefs)
BuildRequires:  npm(taskgroup)
BuildRequires:  npm(safefs)
BuildRequires:  npm(eachr)
BuildRequires:  npm(extendr)
BuildRequires:  npm(typechecker)
BuildRequires:  npm(scandirectory)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
find . -type f -exec chmod -x {} \;

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json out/ bin/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.4.13-4
- (74d90f0) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12294 |14cu|nodejs-wd-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
### TODO: Dev list module is huge, skip tests for now ###

%define oname wd

Summary:        WebDriver/Selenium 2 node.js client
Name:           nodejs-%{oname}
Version:        0.4.0
Release:        4
License:        ASL 2.0 
Group:          Development/Other
Url:            https://github.com/admc/wd
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(vargs)
BuildRequires:  npm(underscore.string)
BuildRequires:  npm(request)
BuildRequires:  npm(q)
BuildRequires:  npm(lodash)
BuildRequires:  npm(async)
BuildRequires:  npm(archiver)
#
# BuildRequires:  npm(bdd-with-opts)
# BuildRequires:  npm(chai)
# BuildRequires:  npm(chai-as-promised)
# BuildRequires:  npm(colors)
# BuildRequires:  npm(dox)
# BuildRequires:  npm(express)
# BuildRequires:  npm(gulp)
# BuildRequires:  npm(gulp-jshint)
# BuildRequires:  npm(hbs)
# BuildRequires:  npm(http-proxy)
# BuildRequires:  npm(imageinfo)
# BuildRequires:  npm(istanbul)
# BuildRequires:  npm(jshint)
# BuildRequires:  npm(jshint-stylish)
# BuildRequires:  npm(mocha)
# BuildRequires:  npm(mu2)
# BuildRequires:  npm(nock)
# BuildRequires:  npm(node-uuid)
# BuildRequires:  npm(promise-simple)
# BuildRequires:  npm(run-sequence)
# BuildRequires:  npm(sauce-connect-launcher)
# BuildRequires:  npm(spawn-mocha-parallel)
# BuildRequires:  npm(sv-selenium)
# BuildRequires:  npm(yargs)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.* doc/ examples/ *.md
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep vargs
%nodejs_fixdep underscore.string
%nodejs_fixdep request
%nodejs_fixdep q
%nodejs_fixdep lodash
%nodejs_fixdep async
%nodejs_fixdep archiver


%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js browser-scripts/ lib/ install-node.sh \
  %{buildroot}%{nodejs_sitelib}/%{oname}
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/lib/bin.js
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/lib/bin.js %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps

# kepp disabled for now
%check
%nodejs_symlink_deps --check
gulp test || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.0-4
- (08f1bcf) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12295 |14cu|nodejs-weak-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname weak
%define debug_package	%{nil}

Summary:        Make weak references to JavaScript Objects
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/TooTallNate/node-weak
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nan)
BuildRequires:  npm(bindings)

%description
%{summary}.

%files
%doc LICENSE *.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build
%nodejs_symlink_deps --check
%{nodejs_sitelib}/npm/node_modules/node-gyp/bin/node-gyp.js rebuild 


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.yml *.gyp lib/ src/ build/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
rm -fr %{buildroot}/usr/lib/debug

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-5
- (380b508) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12296 |14cu|nodejs-weak-map-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname weak-map

Summary:        A WeakMap shim for Node.js and browsers
Name:           nodejs-%{oname}
Version:        1.0.5
Release:        4
License:        ASL 2.0
Group:          Development/Other
Url:            https://github.com/drses/weak-map
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.5-4
- (317242d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12297 |14cu|nodejs-weather-cli-1.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname weather-cli

Summary:        Check the weather for your city from your terminal
Name:           nodejs-%{oname}
Version:        1.2.2
Release:        4
License:        MIT
Group:          Development/Other
Url:            github.com/riyadhalnur/weather-cli
Source0:        https://github.com/riyadhalnur/weather-cli/archive/%{oname}-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chalk)
BuildRequires:  npm(lodash)
BuildRequires:  npm(meow)
BuildRequires:  npm(request)
BuildRequires:  npm(update-notifier)
BuildRequires:  npm(yql)
BuildRequires:  npm(chai)
BuildRequires:  npm(mocha)
BuildRequires:  npm(mocha-lcov-reporter)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}
#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep lodash "3.10.x"
%nodejs_fixdep request "2.67.x"
%nodejs_fixdep update-notifier "0.5.x"
%nodejs_fixdep meow "3.6.x"

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}

mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/cli.js %{buildroot}%{_bindir}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha -t 10000 tests/tests.js   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.2-4
- (fede503) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12298 |14cu|nodejs-weather-man-2.0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname weather-man
%define cliname weatherman

Summary:        Multiple weather providers in one spot
Name:           nodejs-%{oname}
Version:        2.0.9 
Release:        3
License:        GPLv3
Group:          Development/Other
Url:            https://github.com/bhdouglass/weatherman
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(axios)
BuildRequires:  npm(es6-promise)
BuildRequires:  npm(minimist)
BuildRequires:  npm(moment)
BuildRequires:  npm(x2js)
BuildRequires:  npm(xmldom)
Provides:	%{oname} = %{EVRD}

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ providers/ results/ src/ utils/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{cliname} %{buildroot}%{_bindir}/%{oname}


%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.9-3
- (bd509b7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12299 |14cu|nodejs-websocket-driver-0.6.3-1.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname websocket-driver

Summary:    WebSocket protocol handler with pluggable I/O for Node.js
Name:       nodejs-%{oname}
Version:    0.6.3 
Release:    1.4
License:    MIT
Group:      Development/Other
URL:        http://github.com/faye/%{oname}-node
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:    https://github.com/faye/websocket-driver-node/archive/0.6.3.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(websocket-extensions)
BuildRequires:  npm(jstest)
BuildArch:  noarch

%description
%{summary}.

%files
%doc *.md examples/
%{nodejs_sitelib}/%{oname}
#--------------------------------------------------

%prep
%setup -q -n %{oname}-node-%{version}

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
jstest spec/runner.js

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.6.3-1.4
- (9f50527) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12300 |14cu|nodejs-websocket-extensions-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname websocket-extensions

Summary:        Generic extension manager for WebSocket connections
Name:           nodejs-%{oname}
Version:        0.1.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/faye/websocket-extensions-node
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.1-4
- (2cdde9a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12301 |14cu|nodejs-webtorrent-fixtures-1.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname webtorrent-fixtures

Summary:        Sample torrent files for the WebTorrent test suite
Name:           nodejs-%{oname}
Version:        1.5.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/feross/webtorrent-fixtures
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(parse-torrent)
BuildRequires:  npm(brfs)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js fixtures/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.5.0-4
- (3ed5b41) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12302 |14cu|nodejs-when-3.7.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname when

Summary:        A lightweight Promises/A+ and when() implementation, plus other async goodies
Name:           nodejs-%{oname}
Version:        3.7.7
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/cujojs/when
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE.txt *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js dist/ es6-shim/ lib/ monitor/ node/ unfold/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.7.7-4
- (bb79fe7) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12303 |14cu|nodejs-whet.extend-0.9.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname whet.extend

Summary:        A sharped version of port of jQuery.extend that actually works on node.js
Name:           nodejs-%{oname}
Version:        0.9.9
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Meettya/whet.extend
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(chai)
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE History.md Readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
#drop tests, in newer coffee '+ ext +' require the call for  CoffeeScript.register
cake test || :  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.9.9-4
- (c87eb63) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12304 |14cu|nodejs-which-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname which

Summary:    A JavaScript implementation of the 'which' command
Name:       nodejs-%{oname}
Version:    1.2.0
Release:    4
License:    ISC
Group:      Development/Other
URL:        https://github.com/isaacs/node-which
Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  npm(is-absolute)

BuildArch:  noarch

%description
%{summary}.


%files
%doc README.md LICENSE
%{nodejs_sitelib}/which
%{_bindir}/which-nodejs
#----------------------------------------------------------------------

%prep
%setup -qn package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/which
cp -pr bin which.js package.json %{buildroot}%{nodejs_sitelib}/which

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/which/bin/which %{buildroot}%{_bindir}/which-nodejs

%nodejs_symlink_deps



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.2.0-4
- (1b4711c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12305 |14cu|nodejs-window-size-0.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname window-size

Summary:        Get the height and width of the terminal in a node.js environment
Name:           nodejs-%{oname}
Version:        0.1.4
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/window-size
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Reliable way to to get the height and width 
of the terminal/console in a node.js environment.

%files
%doc LICENSE README.md
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js cli.js %{buildroot}%{nodejs_sitelib}/%{oname}

chmod 0755 %{buildroot}%{nodejs_sitelib}/%{oname}/cli.js
mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/cli.js %{buildroot}%{_bindir}/%{oname}


%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.4-4
- (eaa0e57) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12306 |14cu|nodejs-win-release-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname win-release

Summary:        Get the name of a Windows version from the release number: 5.1.2600 → XP
Name:           nodejs-%{oname}
Version:        1.1.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/win-release
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(semver)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.1-4
- (7551505) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12307 |14cu|nodejs-winresourcer-0.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname winresourcer

Summary:        Node wrapper of Anolis Resourcer 
Name:           nodejs-%{oname}
Version:        0.9.0
Release:        4
License:        GPLv2
Group:          Development/Other
Url:            https://github.com/felicienfrancois/node-winresourcer
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ bin/ tasks/ *.js \
  %{buildroot}%{nodejs_sitelib}/%{oname}
  
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/lib/WinResourcer
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.9.0-4
- (e678770) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12308 |14cu|nodejs-win-spawn-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname win-spawn

Summary:        Spawn for node.js but in a way that works regardless of OS
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/ForbesLindesay/win-spawn
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Spawn for node.js but in a way that works regardless 
of which OS you're using. Use this if you want to use 
spawn with a JavaScript file. 
It works by explicitly invoking node on windows. 
It also shims support for environment variable setting 
by attempting to parse the command with a regex. 
Since all modification is wrapped in if (os === 'Windows_NT') 
it can be safely used on non-windows systems 
and will not break anything.

%files
%doc README.md
%{_bindir}/%{oname}
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js bin/ %{buildroot}/%{nodejs_sitelib}/%{oname}
chmod +x %{buildroot}/%{nodejs_sitelib}/%{oname}/bin/win-spawn

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{oname}/bin/win-spawn %{buildroot}%{_bindir}/%{oname}



%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (7aa28c9) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12309 |14cu|nodejs-winston-2.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname winston

Summary:    A multiple transport asynchronous logging library for Node.js
Name:       nodejs-%{oname}
Version:    2.1.1
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/flatiron/%{oname}
Source0:    https://github.com/alonisser/winston/archive/2.1.1.tar.gz
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source100:  %{name}.rpmlintrc
BuildRequires:  nodejs-packaging
BuildRequires:  npm(async)
BuildRequires:  npm(colors)
BuildRequires:  npm(combined-stream)
BuildRequires:  npm(cycle)
BuildRequires:  npm(eyes)
BuildRequires:  npm(pkginfo)
BuildRequires:  npm(stack-trace)
#
BuildRequires:  npm(isstream)
BuildRequires:  npm(cross-spawn-async)
BuildRequires:  npm(hock)
BuildRequires:  npm(std-mocks)
BuildRequires:  npm(vows)
BuildArch:  noarch

%description
This module is a multiple transport asynchronous logging library for Node.js.

Winston is designed to be a simple and universal logging library with support
for multiple transports. A transport is essentially a storage device for your
logs. Each instance of a winston logger can have multiple transports
configured at different levels. For example, one may want error logs to be
stored in a persistent remote location (like a database), but all logs output
to the console or a local file.

There also seemed to be a lot of logging libraries out there that coupled
their implementation of logging (ie, how the logs are stored/indexed) to the
API that they exposed to the programmer. This library aims to decouple those
parts of the process to make it more flexible and extensible.

%files
%doc CHANGELOG.md LICENSE README.md 
%{nodejs_sitelib}/%{oname}

#-------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%nodejs_fixdep async
%nodejs_fixdep colors
%nodejs_fixdep combined-stream
%nodejs_fixdep cycle
%nodejs_fixdep eyes
%nodejs_fixdep pkginfo
%nodejs_fixdep stack-trace
chmod 644 lib/winston/logger.js

#https://github.com/winstonjs/winston/pull/769
rm -fr test/container-test.js
rm -fr test/transports/console-test.js

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ \
    %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
vows --spec --isolate  --verbose


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.1.1-4
- (990a4d5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12310 |14cu|nodejs-with-5.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname with

Summary:    Compile time `with` for strict mode JavaScript
Name:       nodejs-%{oname}
Version:    5.0.0
Release:    4
License:    MIT
Group:      Development/Other
URL:        https://github.com/ForbesLindesay/with
Source0:    http://registry.npmjs.org/with/-/with-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(acorn-globals)
BuildRequires:  npm(acorn)
BuildArch:  noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/with
#---------------------------------------------

%prep
%setup -q -n package

%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/with
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/with

%nodejs_symlink_deps




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 5.0.0-4
- (cd8804c) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12311 |14cu|nodejs-wordwrap-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname wordwrap

Summary:        Word wrapping library for node
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/substack/node-wordwrap
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Wrap those words. Show them at what 
columns to start and stop.

%files
%doc LICENSE README.markdown example
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (17d939a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12312 |14cu|nodejs-wrap-ansi-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname wrap-ansi

Summary:        Wordwrap a string with ANSI escape codes
Name:           nodejs-%{oname}
Version:        1.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/chalk/wrap-ansi
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(string-width)

BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (fd35513) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12313 |14cu|nodejs-wrap-fn-0.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname wrap-fn

Summary:        Low-level wrapper to support sync, async, promises, and generator functions
Name:           nodejs-%{oname}
Version:        0.1.5 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/matthewmueller/wrap-fn
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(co)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep co
chmod 644 *.md

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.5-4
- (9120e71) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12314 |14cu|nodejs-wrappy-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname wrappy

Summary:        Callback wrapping utility
Name:           nodejs-%{oname}
Version:        1.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/npm/wrappy
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-4
- (f459168) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12315 |14cu|nodejs-wrench-1.5.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname wrench

Summary:        Recursive filesystem (and other) operations that Node should have
Name:           nodejs-%{oname}
Version:        1.5.8
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/ryanmcgrath/wrench-js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
# https://github.com/ryanmcgrath/wrench-js/issues/107
Patch0:         nodejs-wrench-test.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(nodeunit)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%patch0 -p0

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
nodeunit tests/runner.js    

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.5.8-4
- (012ca3f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12316 |14cu|nodejs-write-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname write

Summary:        Write files to disk,creating intermediate directories if needed
Name:           nodejs-%{oname}
Version:        0.2.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jonschlinkert/write
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mkdirp)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.1-4
- (6d4f4f5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12317 |14cu|nodejs-write-file-atomic-1.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname write-file-atomic

Summary:        Write files in an atomic fashion w/configurable ownership
Name:           nodejs-%{oname}
Version:        1.1.3 
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/iarna/write-file-atomic
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(slide)
BuildRequires:  npm(graceful-fs)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.3-4
- (e1cc0ce) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12318 |14cu|nodejs-ws-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ws

Summary:       Web socket client, server and console for nodejs
Name:          nodejs-%{oname}
Version:       1.1.0 
Release:       4
Group:         Development/Other
License:       MIT
URL:           https://github.com/einaros/ws
#Source0:       http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:       https://github.com/websockets/ws/archive/%{version}/ws-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(ansi)
BuildRequires:  npm(benchmark)
BuildRequires:  npm(expect.js)
BuildRequires:  npm(mocha)
BuildRequires:  npm(should)
BuildRequires:  npm(tinycolor)
BuildRequires:  npm(bufferutil)
BuildRequires:  npm(utf-8-validate)
BuildRequires:  npm(ultron)
BuildRequires:  npm(options)
BuildArch:     noarch

%description
Simple to use, blazing fast and thoroughly tested 
web socket client, server and console for nodejs, 
up-to-date against RFC-6455

%files
%doc doc/ examples/ *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
perl -pi -e "s|@./node_modules/.bin/mocha|mocha|" Makefile
rm -fr examples/fileapi/.gitignore

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr index.js lib/ package.json %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
ln -sf %{_includedir}/node .
make test

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.1.0-4
- (b2d750d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12319 |14cu|nodejs-x2js-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname x2js

Summary:        Transforms between XML string and JavaScript object trees
Name:           nodejs-%{oname}
Version:        2.0.1
Release:        4
License:        ASL 2.0
Group:          Development/Other
Url:            https://github.com/Axinom/x2js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xmldom)
BuildArch:      noarch

%description
%{summary}.

%files
%doc *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps





%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.1-4
- (1aa64ab) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12320 |14cu|nodejs-xdg-basedir-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xdg-basedir

Summary:        Get XDG Base Directory paths
Name:           nodejs-%{oname}
Version:        2.0.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/sindresorhus/xdg-basedir
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(os-homedir)
BuildArch:      noarch

%description
%{summary}.

%files
%doc license readme.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.0.0-4
- (c2f90d5) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12321 |14cu|nodejs-xlint-0.2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xlint

Summary:        Powerful CLI for any lint (JSLint/JSHint +) solution
Name:           nodejs-%{oname}
Version:        0.2.2
Release:        5
License:        MIT
Group:          Development/Other
Url:            https://github.com/medikoo/xlint
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(optimist)
BuildRequires:  npm(next)
BuildRequires:  npm(path2)
BuildRequires:  npm(es5-ext)
BuildRequires:  npm(memoizee)
BuildRequires:  npm(event-emitter)
BuildRequires:  npm(fs2)
BuildRequires:  npm(deferred)
BuildRequires:  npm(d)
BuildRequires:  npm(cli-color)
# circular
BuildRequires:  npm(tad)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md CHANGES
%{nodejs_sitelib}/%{oname}
%{_bindir}/%{oname}
#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep optimist
%nodejs_fixdep cli-color

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js bin/ lib/ %{buildroot}%{nodejs_sitelib}/%{oname}

chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/%{oname}/bin/%{oname} %{buildroot}%{_bindir}/%{oname}
%nodejs_symlink_deps

%check
# boostrap
%nodejs_symlink_deps --check
%__nodejs %{_bindir}/tad || : 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.2-5
- (b769e8f) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12322 |14cu|nodejs-xml2js-0.4.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xml2js

Summary:        Simple XML to JavaScript object converter
Name:           nodejs-%{oname}
Version:        0.4.16
Release:        4
Group:		Development/Other
License:        MIT
URL:            https://github.com/Leonidas-from-XIV/node-%{oname}
Source0:        https://github.com/Leonidas-from-XIV/node-%{oname}/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(sax)
BuildRequires:  npm(xmlbuilder)
#
BuildRequires:  npm(zap) >= 0.2.9
BuildRequires:  npm(coffee-script) >= 1.10.0
BuildRequires:  npm(diff) >= 1.0.8
BuildRequires:  npm(docco) >= 0.6.2
BuildArch:      noarch

%description
Ever had the urge to parse XML? And wanted to access the data in
some sane, easy way? Don't want to compile a C parser, for whatever
reason? Then %{oname} is what you're looking for!


%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
#----------------------------------------------------------

%prep
%setup -q -n node-%{oname}-%{version}
rm -rf node_modules

%build


%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -pr *.json lib/ src/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%{nodejs_sitelib}/zap/bin/zap 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.4.16-4
- (787ae21) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12323 |14cu|nodejs-xmlbuilder-4.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xmlbuilder

Name:           nodejs-%{oname}
Version:        4.2.0
Release:        4
Summary:        An XML builder for Node.js
Group:          Development/Other
License:        MIT
URL:            https://github.com/oozcitak/%{oname}-js
#Source0:    http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/oozcitak/%{oname}-js/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(coffee-script)
BuildRequires:  npm(mocha)
BuildRequires:  npm(lodash)
BuildRequires:  npm(istanbul)
BuildRequires:  npm(coveralls)
BuildRequires:  npm(coffee-coverage)
BuildArch:      noarch

%description
An XMLBuilder for Node.js similar to java-xmlbuilder.


%files
%doc README.md LICENSE
%{nodejs_sitelib}/%{oname}
#-------------------------------------------

%prep
%setup -qn %{oname}-js-%{version}
rm -rf node_modules
%nodejs_fixdep lodash

%build
coffee -co lib/ src/*.coffee


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
mocha && node_modules/istanbul/lib/cli.js report text lcov      


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.2.0-4
- (f4e63c8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12324 |14cu|nodejs-xmldoc-0.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xmldoc

Summary:        A lightweight XML Document class for JavaScript
Name:           nodejs-%{oname}
Version:        0.5.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/nfarina/xmldoc
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(sax)
BuildRequires:  npm(tap)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps


%check
%nodejs_symlink_deps --check
%tap test   


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.1-4
- (c1c45f8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12325 |14cu|nodejs-xmldom-0.1.22-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xmldom

Summary:        A W3C Standard XML DOM(Level2 CORE) implementation
Name:           nodejs-%{oname}
Version:        0.1.22
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jindw/xmldom
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/jindw/xmldom/master/LICENSE
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md changelog
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.1.22-4
- (d7fc240) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12326 |14cu|nodejs-xml-escape-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xml-escape

Summary:        Escape XML in javascript (NodeJS)
Name:           nodejs-%{oname}
Version:        1.0.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/miketheprogrammer/xml-escape
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(tape)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps  

%check
%nodejs_symlink_deps --check
%__nodejs test.js   




%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.0-4
- (0ffcaa8) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12327 |14cu|nodejs-xmlrpc-1.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xmlrpc

Summary:        A pure JavaScript XML-RPC client and server
Name:           nodejs-%{oname}
Version:        1.3.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/baalexander/node-xmlrpc
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/baalexander/node-%{oname}/archive/v%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(xmlbuilder)
BuildRequires:  npm(sax)
#
BuildRequires:  npm(vows)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn node-%{oname}-%{version}
rm -rf node_modules 
%nodejs_fixdep xmlbuilder
%nodejs_fixdep sax
%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
vows test/*.js || :  

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.1-4
- (a946df3) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12328 |14cu|nodejs-xregexp-3.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xregexp

Summary:        Extended regular expressions
Name:           nodejs-%{oname}
Version:        3.1.0 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/slevithan/xregexp
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(browserify)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build
%nodejs_symlink_deps --check
browserify src/index.js --standalone XRegExp > xregexp-all.js

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json xregexp-all.js src/ %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.1.0-4
- (8ccc62a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12329 |14cu|nodejs-xtend-4.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xtend

Summary:        Extend like a boss
Name:           nodejs-%{oname}
Version:        4.0.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/Raynos/xtend
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
Xtend is a basic utility library which allows 
you to extend an object by appending all of 
the properties from each object in a list. 
When there are identical properties, 
the right-most property takes precedence.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -r LICENCE LICENSE

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 4.0.1-4
- (715383d) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12330 |14cu|nodejs-xyz-0.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xyz 

Summary:        Publish npm packages with fewer screwups
Name:           nodejs-%{oname}
Version:        0.5.0 
Release:        4
License:        WTFPL
Group:          Development/Other
Url:            https://github.com/davidchambers/xyz
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(semver)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
%nodejs_fixdep semver
%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json xyz %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.0-4
- (f2bbd54) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12331 |14cu|nodejs-y18n-3.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname y18n

Summary:        The bare-bones internationalization library used by yargs
Name:           nodejs-%{oname}
Version:        3.2.0
Release:        4
License:        ISC
Group:          Development/Other
Url:            https://github.com/bcoe/y18n
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source1:        https://raw.githubusercontent.com/bcoe/y18n/master/LICENSE
BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules
cp -r %{SOURCE1} LICENSE

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.2.0-4
- (fe4e46b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12332 |14cu|nodejs-yamlish-0.0.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nodejs-yamlish
Version:        0.0.5
Release:        8
Summary:        Parser/encoder for the yamlish format
BuildArch:      noarch

Group:          System/Libraries
#no license file included; "MIT" indicated in package.json
License:        MIT
URL:            https://github.com/isaacs/yamlish
Source0:        http://registry.npmjs.org/yamlish/-/yamlish-%{version}.tgz

BuildRequires:  nodejs-packaging
BuildRequires:  nodejs


%description
This is a module to parse the "yamlish" format used to serialize
objects in the TAP format.

It's like yaml, but just a tiny little bit smaller.

%prep
%setup -q -n package

%build
#nothing to do

%install

mkdir -p %{buildroot}%{nodejs_sitelib}/yamlish
cp -pr package.json yamlish.js %{buildroot}%{nodejs_sitelib}/yamlish

%nodejs_symlink_deps

%clean

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/yamlish
%doc LICENSE README.md


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.5-8
- (771f45a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12333 |14cu|nodejs-yamljs-0.2.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname yamljs

Summary:        Standalone JavaScript YAML 1.2 Parser &amp
Name:           nodejs-%{oname}
Version:        0.2.7
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/jeremyfa/yaml.js
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(glob)
BuildRequires:  npm(argparse)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md demo/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r *.json index.js bin/ cli/ lib/ dist/ src/ \
  %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.7-4
- (59cc048) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12334 |14cu|nodejs-yargs-3.30.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname yargs

Summary:        Light-weight option parsing with an argv hash. No optstrings attached
Name:           nodejs-%{oname}
Version:        3.30.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/bcoe/yargs
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(y18n)
BuildRequires:  npm(window-size)
BuildRequires:  npm(os-locale)
BuildRequires:  npm(decamelize)
BuildRequires:  npm(cliui)
BuildRequires:  npm(camelcase)


BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE CHANGELOG.md README.md 
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json index.js lib/ locales/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 3.30.0-4
- (441ddf4) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12335 |14cu|nodejs-yauzl-2.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname yauzl

Summary:        Yet another unzip library for node
Name:           nodejs-%{oname}
Version:        2.4.1
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/thejoshwolfe/yauzl
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(fd-slicer)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}/%{nodejs_sitelib}/%{oname}
cp -r package.json index.js %{buildroot}/%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 2.4.1-4
- (677e26b) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12336 |14cu|nodejs-youtube-api-1.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname youtube-api

Summary:        Provides an object oriented wrapper for the Youtube v3 API
Name:           nodejs-%{oname}
Version:        1.4.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/IonicaBizau/youtube-api
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(googleapis)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n package
rm -rf node_modules

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps
%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.4.0-4
- (8a64e07) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12337 |14cu|nodejs-youtube-dl-1.11.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname youtube-dl

Summary:        A youtube-dl driver for node
Name:           nodejs-%{oname}
Version:        1.11.1 
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/fent/node-youtube-dl
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(request)
BuildRequires:  npm(streamify)
BuildRequires:  npm(vows)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE README.md example/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn package
rm -rf node_modules

%build
%nodejs_symlink_deps --check
%__nodejs ./scripts/download.js

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json scripts/ bin/ lib/ \
  %{buildroot}%{nodejs_sitelib}/%{oname}

%nodejs_symlink_deps
chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}

%check
vows ./test/*.js --spec || :  


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.11.1-4
- (ab2d325) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12338 |14cu|nodejs-yql-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname yql

Summary:        A YQL (Yahoo Query Language) client
Name:           nodejs-%{oname}
Version:        1.0.2
Release:        4
License:        BSD
Group:          Development/Other
Url:            https://github.com/derek/node-yql
Source0:        https://github.com/derek/node-yql/archive/node-%{oname}-%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(request)
BuildRequires:  npm(underscore)
BuildRequires:  npm(expect.js)
BuildRequires:  npm(mocha)
BuildRequires:  npm(sinon)

BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md examples/
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -qn node-%{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep request "2.67.x"
%nodejs_fixdep underscore "1.8.x"

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r *.json *.js %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha -spec tests/index.js || :

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.2-4
- (f7274ca) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12339 |14cu|nodejs-zap-0.2.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname zap

Name:           nodejs-%{oname}
Version:        0.2.9
Release:        4
Summary:        A tiny test runner
Group:          Development/Other
License:        MIT
URL:            https://github.com/nornagon/node-%{oname}
Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
BuildArch:      noarch
BuildRequires:  nodejs-packaging

%description
A tiny test runner. Each test is run in a separate node
instance - zap require()s your module once to work out what
tests are in it, then once for each test in a new node process.


%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}
%{_bindir}/nodejs-%{oname}
#------------------------------------------------------------------
%prep
%setup -q -n package
rm -rf node_modules


%build


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -pr package.json bin/ %{buildroot}%{nodejs_sitelib}/%{oname}

chmod 755 %{buildroot}%{nodejs_sitelib}/%{oname}/bin/%{oname}
mkdir -p %{buildroot}%{_bindir}
ln -s  %{nodejs_sitelib}/%{oname}/bin/%{oname} %{buildroot}%{_bindir}/nodejs-%{oname}
%nodejs_symlink_deps

# Bugfix: test.fail() didn't work as documented.
# https://github.com/nornagon/node-zap/commit/d7bce520e984ce0ec2171b8c3c04ac7c749c4199
%check
%nodejs_symlink_deps --check
bin/%{oname} test || : 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.9-4
- (3b14185) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12340 |14cu|nodejs-zipfile-0.5.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname zipfile

Summary:        C++ library for handling zipfiles in Node.js
Name:           nodejs-%{oname}
Version:        0.5.9
Release:        4
Group:          Development/Other
License:        BSD
URL:            https://github.com/springmeyer/node-%{oname}
Source0:        https://github.com/mapbox/node-%{oname}/archive/v0.5.9.tar.gz
Patch0:         nodejs-%{oname}-pregyp.patch
BuildRequires:  nodejs-packaging
BuildRequires:  npm(node-gyp)
BuildRequires:  pkgconfig(libzip)
BuildRequires:  zlib-devel
BuildRequires:  npm(mocha)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(nan)

%description
Bindings to libzip for handling zipfile archives in Node.js.

%files
%doc LICENSE.txt README.md
%{nodejs_sitearch}/%{oname}
#---------------------------------------------------------------------------
%prep
%setup -q -n node-%{oname}-%{version}
%patch0 -p1
rm -rf deps/* node_modules
echo "{}" > deps/common-libzip.gypi
%nodejs_fixdep nan

%build
%nodejs_symlink_deps --check
export CXXFLAGS="%{optflags}"
node-gyp configure -- -Dshared_libzip=true -Dmodule_name=%{oname} -Dmodule_path=lib/binding
node-gyp build


%install
mkdir -p %{buildroot}%{nodejs_sitearch}/%{oname}
cp -pr package.json lib/ tools/ bin/ src/ \
  %{buildroot}%{nodejs_sitearch}/%{oname}
%nodejs_symlink_deps


%check
mocha -R spec 

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.5.9-4
- (f2c8afa) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12341 |14cu|nodejs-zip-stream-0.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname zip-stream

Summary:        A streaming zip archive generator
Name:           nodejs-%{oname}
Version:        0.8.0
Release:        4
License:        MIT
Group:          Development/Other
Url:            https://github.com/archiverjs/node-zip-stream
#Source0:        http://registry.npmjs.org/%{oname}/-/%{oname}-%{version}.tgz
Source0:        https://github.com/archiverjs/node-zip-stream/archive/%{version}.tar.gz
BuildRequires:  nodejs-packaging
BuildRequires:  npm(archiver-utils)
BuildRequires:  npm(compress-commons)
BuildRequires:  npm(lodash)
BuildRequires:  npm(readable-stream)
#
BuildRequires:  npm(chai)
BuildRequires:  npm(mkdirp)
BuildRequires:  npm(mocha)
BuildRequires:  npm(rimraf)
BuildArch:      noarch

%description
%{summary}.

%files
%doc LICENSE *.md
%{nodejs_sitelib}/%{oname}

#------------------------------------------------------------------

%prep
%setup -q -n node-%{oname}-%{version}
rm -rf node_modules
%nodejs_fixdep readable-stream
%nodejs_fixdep lodash
%nodejs_fixdep compress-commons
%nodejs_fixdep archiver-utils

%build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{oname}
cp -r package.json lib/ %{buildroot}%{nodejs_sitelib}/%{oname}
%nodejs_symlink_deps

%check
%nodejs_symlink_deps --check
mocha --reporter dot   

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.8.0-4
- (656818a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12342 |14cu|nodejs-zlib-browserify-0.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 1

Name:       nodejs-zlib-browserify
Version:    0.0.3
Release:    5
Summary:    Wrapper for zlib.js to allow for use in browsers

License:    MIT
Group:      Development/Other
URL:        https://github.com/brianloveswords/zlib-browserify
Source0:    http://registry.npmjs.org/zlib-browserify/-/zlib-browserify-%{version}.tgz

# Use npm(zlibjs) instead of bundled zlib.js.
# https://github.com/brianloveswords/zlib-browserify/pull/11
Patch0:     %{name}-0.0.3-Use-zlibjs-module.patch

BuildArch:  noarch

BuildRequires:  nodejs-packaging

%if 0%{?enable_tests}
BuildRequires:  npm(tap)
BuildRequires:  npm(tape)
BuildRequires:  npm(zlibjs)
%endif

%description
%{summary}.


%prep
%setup -q -n package
%patch0 -p1
# This module is not required for runtime.
%nodejs_fixdep -r tape


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/zlib-browserify
cp -pr package.json index.js \
    %{buildroot}%{nodejs_sitelib}/zlib-browserify

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
%tap test/*.test.js
%endif


%files
%doc LICENSE readme.md
%{nodejs_sitelib}/zlib-browserify



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.0.3-5
- (dc90867) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12343 |14cu|nodejs-zlibjs-0.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global enable_tests 0
%global installdir  %{_datadir}/javascript/zlib

Name:            nodejs-zlibjs
Version:         0.2.0
Release:         6
Summary:         JavaScript library reimplementing compression, made available for Node.js
Group:           System/Libraries
License:         MIT
URL:             https://github.com/imaya/zlib.js
Source0:         http://registry.npmjs.org/zlibjs/-/zlibjs-%{version}.tgz
BuildArch:       noarch

BuildRequires:   nodejs-packaging


%if 0%{?enable_tests}
BuildRequires:   web-assets-devel
Requires:        web-assets-filesystem
BuildRequires:   npm(buster)
%endif

Requires:        js-zlib = %{version}

%description
This module allows zlib.js to be used by other Node.js modules.

zlib.js is ZLIB(RFC1950), DEFLATE(RFC1951), GZIP(RFC1952), and
PKZIP implementation in JavaScript. This library can be used to
perform compression and decompression in the browser.


%prep
%setup -q -n package
# Remove bundled and pre-built files.
rm -rf bin/* vendor/


%build
# nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/zlibjs
cp -pr package.json \
    %{buildroot}%{nodejs_sitelib}/zlibjs

# link to file provided by js-zlib package
mkdir -p %{buildroot}%{nodejs_sitelib}/zlibjs/bin
ln -sf %{installdir}/node-zlib.js \
    %{buildroot}%{nodejs_sitelib}/zlibjs/bin/node-zlib.js

%nodejs_symlink_deps


%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
/usr/bin/buster-test
%endif


%files
%doc ChangeLog.md LICENSE README.md README.en.md
%{nodejs_sitelib}/zlibjs



%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 0.2.0-6
- (a2f2a72) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12344 |14cu|nomacs-2.4.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		srcdir	ImageLounge
Name:		nomacs
Version:	2.4.6
Release:	2
License:	GPLv3
Group:		Graphics
Summary:	A fast and small image viewer
Source0:	http://sourceforge.net/projects/%{name}/files/%{name}-%{version}/%{name}-%{version}-source.tar.bz2
Url:		http://www.nomacs.org

BuildRequires:	qt4-devel
BuildRequires:	cmake
BuildRequires:	pkgconfig(libraw)
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	gomp-devel
BuildRequires:	desktop-file-utils

%description

nomacs is a free image viewer small, fast and able to handle the most
common image formats including RAW images.
Additionally it is possible to synchronize multiple viewers.
A synchronization of viewers running on
the samecomputer or via LAN is possible.
It allows to compare images and spot the differences 
(e.g. schemes of architects to show the progress).

%prep
%setup -q

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build

desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.*
%{_datadir}/%{name}/translations/%{name}_*.qm
%{_datadir}/pixmaps/%{name}.png

%changelog

* Sat Feb 06 2016 Denis Silakov <dsilakov@gmail.com> 2.4.6-2
- (3c7e68f) Rebuilt with new libraw



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12345 |14cu|nootka-1.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Application to help with learning classical score notation
Name:		nootka
Version:	1.2.6
Release:	1
License:	GPLv3+
Group:		Sound
Url:		http://nootka.sf.net
Source0:	http://freefr.dl.sourceforge.net/project/nootka/Nootka-%{version}/%{name}-%{version}-source.tar.bz2
Patch0:		%{name}-1.2.4-libpath.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fftw3f)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(soundtouch)
BuildRequires:	pkgconfig(vorbisfile)
Suggests:	TiMidity++

%description
Nootka is open-source application to help with learning (also with teaching)
classical score notation. Mostly it is for guitarists, but it can be used for
ear training as well.

%files
%doc changes README TODO
%{_datadir}/applications/%{name}.desktop
%{_bindir}/nootka
%dir %{_datadir}/nootka/
%{_datadir}/nootka/*
%{_datadir}/pixmaps/nootka*.png
%{_libdir}/nootka/*.so
%{_mandir}/man1/nootka.1*
%{_datadir}/mime/packages/nootka.xml

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-source
%patch0 -p1

# Kill many rpmlint warnings
chmod -x src/mainwindow.cpp
chmod -x src/exam/*.cpp
chmod -x src/notename/*
chmod -x src/plugins/{charts,level,settings}/*
chmod -x src/libs/core/*.{h,cpp}
chmod -x src/libs/core/{animations,music,plugins,score,widgets}/*
chmod -x src/libs/misc/*.{h,cpp}
chmod -x src/libs/sound/*.{h,cpp}
chmod -x src/libs/sound/widgets/*


%build
%cmake_qt5 \
	-DENABLE_UPDATER:BOOL=OFF
%make


%install
%makeinstall_std -C build


%changelog

* Sun Jun 12 2016 Giovanni Mariani <mc2374@mclink.it> 1.2.6-1
- (1c59739) Updated to release 1.2.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12346 |14cu|notemeister-0.1.7-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	notemeister
Summary: 	GNOME ideas and notes organizer
Version: 	0.1.7
Release: 	12

Source:		%{name}-%{version}.tar.bz2
Source1:	%{name}48.png
Source2:	%{name}32.png
Source3:	%{name}16.png
Patch0:		notemeister-fix-desktop-entry.patch
Patch1:		notemeister-0.1.7-no-pyxml.patch
URL:		http://notemeister.sourceforge.net/
License:	GPLv2+
Group:		Office
BuildRequires:	python-devel 
BuildRequires:  imagemagick
BuildRequires:  desktop-file-utils
Requires:	gnome-python
Requires:       python
BuildArch:	noarch

%description
 Notemeister is a small, simple note organizer made for the GNOME2 desktop.
It's features include:
    * Notes stored in a tree view and structure
    * Drag and drop support for reordering notes
    * Simple text formatting by highlighted bounds
    * Auto-save feature 

%files
%doc AUTHORS PKG-INFO README
%{_bindir}/%{name}
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info
%{_datadir}/%{name}
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#--------------------------------------------------------------------


%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
rm -fr %{buildroot}/%{_prefix}/doc

#menu
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Utility" \
  --add-category="Office" \
  --add-category="X-MandrivaLinux-Office-Accessories" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

#icons
mkdir -p %{buildroot}/%{_liconsdir}
cp %SOURCE1 %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
cp %SOURCE2 %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
cp %SOURCE3 %{buildroot}/%{_miconsdir}/%{name}.png

%clean

%changelog

* Sun May 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.7-12
- (c8e9b87) Really apply patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12347 |14cu|notepadqq-0.51.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define codemirror_ver 5.3.0

Summary:	A Linux clone of Notepad++
Name:		notepadqq
Version:	0.51.0
Release:	1
License:	GPLv3+
Group:		Editors
URL:		http://notepadqq.altervista.org/wp/
Source0:	https://github.com/notepadqq/notepadqq/archive/%{name}-%{version}.tar.gz
Source1:	https://github.com/notepadqq/CodeMirror/archive/CodeMirror-%{codemirror_ver}.tar.gz
Patch0:		notepadqq-0.51.0-mga-skip-uneeded-launcher-script.patch
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Svg)

%description
Notepadqq is a Notepad++-like editor for the Linux desktop.

%files
%doc CONTRIBUTORS.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q -a 1
%patch0 -p1

# (tpg) install CodeMirror
mv -f CodeMirror-%{codemirror_ver}/* src/editor/libs/codemirror
mkdir -p src/editor/libs/codemirror/mode/m4

# find lrelease without debian-specific command
sed -i -e "s|^LRELEASE = .*|LRELEASE = %{_qt5_bindir}/lrelease|" src/ui/ui.pro

%build
%qmake_qt5 PREFIX=%{_prefix}

%make

%install
%makeinstall_qt


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.51.0-1
- (6ffca67) Build requires qt5-linguist-tools



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12348 |14cu|notify-sharp-0.4.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	C# desktop notification client
Name:		notify-sharp
Version:	0.4.0
Release:	9
Source0:	%{name}-20100411.tar.bz2
Patch0:		notify-sharp-0.4.0-use-dbus-sharp.patch
License:	MIT
Group:		System/Libraries
Url:		http://www.ndesk.org/NotifySharp

BuildRequires:	mono-devel
BuildRequires:	monodoc
BuildRequires:	gtk-sharp2
BuildRequires:	ndesk-dbus-glib-devel
BuildRequires:	dbus-sharp-glib-devel
BuildRequires:	pkgconfig(dbus-sharp-1.0)
BuildArch:	noarch

%description
notify-sharp is a C# client implementation for Desktop Notifications,
i.e. notification-daemon. It is inspired by the libnotify API.

Desktop Notifications provide a standard way of doing passive pop-up
notifications on the Linux desktop. These are designed to notify the
user of something without interrupting their work with a dialog box
that they must close. Passive popups can automatically disappear after
a short period of time.

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description devel
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus).

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%package doc
Summary:	Development documentation for %{name}
Group:		Development/Other
Requires(post): mono-tools >= 1.1.9
Requires(postun): mono-tools >= 1.1.9

%description doc
This package contains the API documentation for the %{name} in
Monodoc format.


%prep
%setup -qn %{name}-20100411
%apply_patches

%build
autoreconf --install
./configure --prefix=%{_prefix}
make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig

%post doc
%{_bindir}/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
fi

%files
%doc AUTHORS NEWS README
%{_prefix}/lib/mono/gac/notify-sharp
%{_prefix}/lib/mono/notify-sharp

%files devel
%doc ChangeLog
%{_datadir}/pkgconfig/notify-sharp.pc

%files doc
%{_prefix}/lib/monodoc/sources/notify-sharp-docs.*



%changelog
* Sat Nov 22 2014 Tigro <ashejn@gmail.com> 0.4.0-9
+ Revision: d31f242
- fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12349 |14cu|novnc-0.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           novnc
Version:        0.5.1
Release:        1
Group:		Networking/Remote access
Summary:        VNC client using HTML5 (Web Sockets, Canvas) with encryption support
License:        GPLv3
URL:            https://github.com/kanaka/noVNC
Source0:        https://github.com/kanaka/noVNC/archive/v%{version}.tar.gz

Patch2:         novnc-0.4-manpage.patch
BuildArch:      noarch
BuildRequires:  python-devel
Requires:       python-websockify

%description
Websocket implementation of VNC client

%prep
%setup -qn noVNC-%{version}
%patch2 -p1

%build


%install
mkdir -p %{buildroot}/%{_usr}/share/novnc/utils
install -m 444 *html %{buildroot}/%{_usr}/share/novnc
#provide an index file to prevent default directory browsing
install -m 444 vnc.html %{buildroot}/%{_usr}/share/novnc/index.html

mkdir -p %{buildroot}/%{_usr}/share/novnc/include/
install -m 444 include/*.*  %{buildroot}/%{_usr}/share/novnc/include
mkdir -p %{buildroot}/%{_usr}/share/novnc/images
install -m 444 images/*.*  %{buildroot}/%{_usr}/share/novnc/images

mkdir -p %{buildroot}/%{_bindir}
install utils/launch.sh  %{buildroot}/%{_bindir}/novnc_server

mkdir -p %{buildroot}%{_mandir}/man1/
install -m 444 docs/novnc_server.1 %{buildroot}%{_mandir}/man1/

install -d %{buildroot}%{_sysconfdir}/sysconfig

%files
%doc README.md LICENSE.txt
%{_datadir}/novnc
%{_bindir}/novnc_server
%{_mandir}/man1/novnc_server.1*


%changelog

* Sat Apr 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-1
- (baafca3) Updated to 0.5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12350 |14cu|npapi-vlc-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NPAPI plugin for libvlc
Name:		npapi-vlc
Version:	2.2.0
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://www.videolan.org/
Source0:	http://download.videolan.org/pub/videolan/vlc-webplugins/%{version}/%{name}-%{version}.tar.xz
# Not sure if it's really needed
#BuildRequires:	subversion
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libvlc) >= 2.2.0
BuildRequires:	pkgconfig(libxul)
BuildRequires:	pkgconfig(x11-xcb)
BuildRequires:	pkgconfig(xcb)

%description
NPAPI plugin for libvlc. This plugin allows one to watch standalone or
embedded video or audio files, inside web browsers.

%files
%doc AUTHORS ChangeLog COPYING NEWS README
%{_libdir}/mozilla/plugins/libvlcplugin.so

#----------------------------------------------------------------------------

%prep
%setup -q


%build
autoreconf -fi
%configure2_5x --with-gtk --disable-static
%make


%install
%makeinstall_std


%changelog

* Fri Jan 08 2016 Giovanni Mariani <mc2374@mclink.it> 2.2.0-1
- (d438180) Updated to release 2.2.0, updated BReqs and taken more description from Mageia



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12351 |14cu|nsca-2.9.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nsca
Version:	2.9.1
Release:	%mkrel 7
Summary:	NSCA daemon for Nagios
License:	GPL
Group:		System/Servers
URL:		http://sourceforge.net/projects/nagios/
Source0:	http://prdownloads.sourceforge.net/nagios/%{name}-%{version}.tar.gz
Source1:	nsca.service
Source2:	nsca.tmpfiles
Patch0:		nsca-mdv_conf.diff
Patch1:		nsca-2.9.1-fix-open.patch
BuildRequires:	tcp_wrappers-devel
BuildRequires:	libmcrypt-devel
BuildRequires:	libtool-devel
Requires:	tcp_wrappers
Requires:	nagios
Requires(post): rpm-helper
Requires(preun): rpm-helper

%description
The NSCA addon is designed to accept passive host and service check results
from clients that use the send_nsca utility (included in client subpackage) and
pass them along to the Nagios process by using the external command interface.

%package -n	send_nsca
Summary:	NSCA client
Group:		System/Servers

%description -n	send_nsca
NSCA client - is used to send service check information from a remote machine
to the NSCA daemon on the central machine that runs Nagios.

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
%configure2_5x \
    --with-nsca-port=5667 \
    --with-nsca-user=nagios \
    --with-nsca-grp=nagios \
    --localstatedir=/var/spool/nagios \
    --sysconfdir=%{_sysconfdir}/nagios

%make

%install
install -d -m 755 %{buildroot}%{_sbindir}
install -m 755 src/nsca %{buildroot}%{_sbindir}
install -m 755 src/send_nsca %{buildroot}%{_sbindir}

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios
install -m 644 sample-config/nsca.cfg %{buildroot}%{_sysconfdir}/nagios
install -m 644 sample-config/send_nsca.cfg %{buildroot}%{_sysconfdir}/nagios

install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/nsca.service
install -D -m 644 %{SOURCE2} %{buildroot}%{_prefix}/lib/tmpfiles.d/nsca.conf

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%doc Changelog LEGAL README SECURITY
%config(noreplace) %{_sysconfdir}/nagios/nsca.cfg
%{_unitdir}/nsca.service
%{_prefix}/lib/tmpfiles.d/nsca.conf
%{_sbindir}/nsca

%files -n send_nsca
%doc Changelog LEGAL README SECURITY
%config(noreplace) %{_sysconfdir}/nagios/send_nsca.cfg
%{_sbindir}/send_nsca

%changelog

* Mon Aug 24 2015 dsilakov <denis.silakov@rosalab.ru> 2.9.1-7
- (b3ebeb5) Merge pull request #2 from dalyadov/nsca:rosa2014.1
- (b3ebeb5) nsca



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12352 |14cu|nsd-4.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fast and lean authoritative DNS Name Server
Name:		nsd
Version:	4.1.3
Release:	1
License:	BSD
Url:		http://www.nlnetlabs.nl/%{name}/
Source0:	http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
Source1:	nsd.service
Source2:	nsd.cron
Source3:	nsd.sysconfig
Source4:	tmpfiles-nsd.conf
Patch0:		nsd-install.patch
Group:		System/Servers
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	openssl-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(tevent)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	systemd-units
Requires(post):	systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
Requires(pre): shadow-utils
Conflicts:     bind pdns

%description
NSD is a complete implementation of an authoritative DNS name server.
For further information about what NSD is and what NSD is not please
consult the REQUIREMENTS document which is a part of this distribution
(thanks to Olaf).

%prep
%setup -q
%patch0 -p1 -b .install

%build
%serverbuild_hardened
# export CFLAGS="%{optflags} -fPIE -Wformat-nonliteral -Wformat-security"
# export LDFLAGS="-pie -Wl,-z,relro,-z,now "
%configure --enable-bind8-stats --enable-checking --enable-nsec3  \
           --with-pidfile=/run/%{name}/%{name}.pid --with-ssl \
           --with-user=nsd --with-difffile=%{_localstatedir}/lib/%{name}/ixfr.db \
           --with-xfrdfile=%{_localstatedir}/lib/%{name}/ixfr.state \
           --with-dbfile=%{_localstatedir}/lib/%{name}/nsd.db \
           --enable-ratelimit --with-max-ips=1024

%make
#convert to utf8
iconv -f iso8859-1 -t utf-8 doc/RELNOTES > doc/RELNOTES.utf8
iconv -f iso8859-1 -t utf-8 doc/CREDITS > doc/CREDITS.utf8
mv -f doc/RELNOTES.utf8 doc/RELNOTES
mv -f doc/CREDITS.utf8 doc/CREDITS

%install
%make DESTDIR=%{buildroot} install
mkdir -p %{buildroot}%{_unitdir}
install -d -m 0755 %{buildroot}%{_sysconfdir}/cron.hourly
install -c -m 0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/cron.hourly/nsd
install -m 0755 %{SOURCE1} %{buildroot}/%{_unitdir}/nsd.service
install -d -m 0700 %{buildroot}%{_localstatedir}/lib/%{name}
install -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig
install -m 0755 %{SOURCE3} %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d/ %{buildroot}/run/%{name}
install -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/tmpfiles.d/nsd.conf

# change .sample to normal config files
head -76 %{buildroot}%{_sysconfdir}/nsd/nsd.conf.sample > %{buildroot}%{_sysconfdir}/nsd/nsd.conf
rm %{buildroot}%{_sysconfdir}/nsd/nsd.conf.sample 
echo "database: /var/lib/nsd/nsd.db" >> %{buildroot}%{_sysconfdir}/nsd/nsd.conf
echo "# include: \"/some/path/file\"" >> %{buildroot}%{_sysconfdir}/nsd/nsd.conf

%files 
%doc doc/*
%doc contrib/nsd.zones2nsd.conf
%dir %{_sysconfdir}/nsd/
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nsd/nsd.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/nsd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/tmpfiles.d/nsd.conf
%attr(0644,root,root) %{_unitdir}/%{name}.service
%{_sysconfdir}/cron.hourly/nsd
%attr(0755,nsd,nsd) %dir /run/%{name}
%attr(0755,%{name},%{name}) %dir %{_localstatedir}/lib/%{name}
%{_sbindir}/*
%{_mandir}/*/*

%pre
getent group nsd >/dev/null || groupadd -r nsd
getent passwd nsd >/dev/null || \
useradd -r -g nsd -d /etc/nsd -s /sbin/nologin \
-c "nsd daemon account" nsd
exit 0

%post
%tmpfiles_create nsd.conf
%systemd_post nsd.service

%preun
%systemd_preun nsd.service

%postun
%systemd_postun_with_restart nsd.service

%changelog

* Tue Aug 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.1.3-1
- (89c22a1) Added libevent BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12353 |14cu|nsnake-2.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nsnake
Version:        2.0.5
Release:        1
Summary:        The classic snake game with textual interface
Group:		Games/Other
Url:            http://nsnake.alexdantas.net/
Source0:        https://github.com/alexdantas/nSnake/archive/v%{version}.tar.gz/nSnake-%{version}.tar.gz
# Half finished patch, ONLY works.
Patch0:         https://github.com/cicku/nSnake/commit/df8e8e39d9de33be6ff725a53ab74a69129ce57c.patch
License:        GPLv3+
BuildRequires:  doxygen
BuildRequires:  graphviz
BuildRequires:  iniparser-devel
BuildRequires:  ncurses-devel

%description
nSnake is a implementation of the classic snake game with textual interface.
It is playable at command-line and uses the nCurses C library for graphics.

%prep
%setup -qn nSnake-%{version}
%patch0 -p1

%build
make CFLAGS_PLATFORM="%{optflags}" LDFLAGS_PLATFORM="%{?__global_ldflags}" V=1 %{?_smp_mflags}
make doc

%install
%make_install

%files
%doc AUTHORS BUGS ChangeLog COPYING README.md TODO
%{_bindir}/%{name}
%{_mandir}/man6/nsnake.6*


%changelog

* Wed May 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.5-1
- (6a37a88) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12354 |14cu|nss-pam-ldapd-0.9.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An nsswitch module which uses directory servers
Name:		nss-pam-ldapd
Version:	0.9.6
Release:	1
License:	LGPLv2+
Group:		System/Libraries
URL:		http://arthurdejong.org/nss-ldapd/
Source0:	http://arthurdejong.org/nss-ldapd/%{name}-%{version}.tar.gz
Source3:	nslcd.service
Source4:	nslcd.tmpfiles
Source100:	%{name}.rpmlintrc
BuildRequires:	krb5-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
Requires(pre,post,preun):	rpm-helper
Conflicts:	nss_ldap
Conflicts:	pam_ldap

%description
The nss-ldapd daemon, nslcd, uses a directory server to look up name
service information (users, groups, etc.) on behalf of a lightweight
nsswitch module.

%files
%doc AUTHORS ChangeLog COPYING HACKING NEWS README TODO
%{_bindir}/chsh.ldap
%{_bindir}/getent.ldap
%{_sbindir}/nslcd
%dir %{_datadir}/nslcd-utils/
%{_datadir}/nslcd-utils/*
/%{_lib}/libnss_ldap.so.2
/%{_lib}/security/pam_ldap.so
%{_mandir}/*/*
%config(noreplace) %{_sysconfdir}/nslcd.conf
%{_tmpfilesdir}/nslcd.conf
%{_unitdir}/nslcd.service

%pre
%_pre_useradd nslcd / /bin/false

%post
%tmpfiles_create nslcd.conf
%_post_service nslcd

%preun
%_preun_service nslcd

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--libdir=/%{_lib} \
	--with-pam-seclib-dir=/%{_lib}/security \
	--with-nslcd-pidfile=/run/nslcd/nslcd.pid
%make

%install
%makeinstall_std

install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/nslcd.service
install -D -m 644 %{SOURCE4} %{buildroot}%{_prefix}/lib/tmpfiles.d/nslcd.conf


%changelog

* Fri Dec 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.6-1
- (09e7852) New version 0.9.6
- (09e7852) Update files
- (09e7852) Add Conflicts with pam_ldap and nss_ldap



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12355 |14cu|nta-1.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network traffic analyzer
Name:		nta
Version:	1.0
Release:	14
License:	GPLv2+
Group:		Monitoring
Url:		http://www.kyberdigi.cz/projects/nta
Source0:	%{name}-%{version}.tar.bz2
Source1:	nta-cron-sample
Source2:	nta-tmpfiles.conf
Patch0:		nta-mandriva_apache_integration.bz2
Patch1:		nta-config_location.bz2
Requires:	webserver
Requires(pre):	webserver
Requires(post):	systemd
BuildArch:	noarch

%description
Sometimes it is good to know, how the network is used, how many
bytes were received and how many bytes were sent. Therefore, here
is Network Traffic Analyzer, that creates nice graphical network
usage statistics accessible using a webbrowser.

NTA runs as a cron job as any unprivileged (non root) user.

%files
%doc README COPYING README.urpmi
%config(noreplace) %{_webappconfdir}/nta.conf
%config(noreplace) %{_sysconfdir}/nta/config.pl
%{_sysconfdir}/cron.d/nta
%{_sbindir}/*
%{perl_vendorlib}/*
%attr(0755,apache,apache) %dir %{_localstatedir}/www/nta
%{_localstatedir}/www/nta/*
%ghost %attr(0755,apache,apache) %dir %{_localstatedir}/run/nta
%attr(0755,apache,apache) %dir %{_localstatedir}/lib/nta/data
%{_localstatedir}/lib/nta/templates/*
%{_tmpfilesdir}/%{name}.conf

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf

#----------------------------------------------------------------------------

%prep
%setup
%patch0 -p0
%patch1 -p0

%build

%install
# nta has no make install or similar, so we do it manually

install -d %{buildroot}%{_sbindir}
install nta.pl %{buildroot}%{_sbindir}

install -d %{buildroot}%{_sysconfdir}/nta
install -m0644 config.pl %{buildroot}%{_sysconfdir}/nta

install -d %{buildroot}%{_sysconfdir}/cron.d
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/cron.d/nta

install -d %{buildroot}%{_tmpfilesdir}
install -m0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf

install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# configuration for NTA

Alias /nta %{_localstatedir}/www/nta
<Directory %{_localstatedir}/www/nta>
    Require all granted
</Directory>
EOF

install -d %{buildroot}%{perl_vendorlib}
install -m0644 *.pm %{buildroot}%{perl_vendorlib}

install -d %{buildroot}%{_localstatedir}/www/nta
install -d %{buildroot}%{_localstatedir}/www/nta/images
install -m0644 images/* %{buildroot}%{_localstatedir}/www/nta
install -d %{buildroot}%{_localstatedir}/run/nta

install -d %{buildroot}%{_localstatedir}/lib/nta/data
install -d %{buildroot}%{_localstatedir}/lib/nta/templates
install -m0644 templates/* %{buildroot}%{_localstatedir}/lib/nta/templates

cat > README.urpmi <<EOF
NTA is installed as a cronjob that runs every five minutes.

You can check the results by accessing http://localhost/nta with any 
browser.
EOF


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-14
- (387e3c0) Properly handle /var/run/nta



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12356 |14cu|ntop-5.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global __requires_exclude devel\\(.*\\)
%global __provides_exclude devel\\(.*\\)
%define _disable_ld_no_undefined 1

Name:		ntop
Version:	5.0.1
Release:	1
Summary:	Network and traffic analyzer
License:	GPLv2
Group:		Monitoring
URL:		http://www.ntop.org
Source0:	http://downloads.sourceforge.net/ntop/%{name}-%{version}.tar.gz
Source2:	%{name}.logrotate
Source3:	http://standards.ieee.org/regauth/oui/oui.txt
Source4:	%{name}.conf
Source5:	%{name}.service
#TODO: Rework the package to follow lib policy
Source100:	%{name}.rpmlintrc
Patch0:		ntop-dot-default-path.patch
Patch5:		ntop-4.0-system_lua.patch
Patch6:		ntop-running-user.patch
Patch7:		ntop-5.0.1-automake-1.13.patch
Patch8:		ntop-5.0.2-CVE-2014-4165.patch
Patch9:		ntop-5.0.1-nDPI-reconf.patch

BuildRequires:	libtool
BuildRequires:	wget
BuildRequires:	gd-devel
BuildRequires:	gdbm-devel
BuildRequires:	jpeg-devel
BuildRequires:	libpcap-devel
BuildRequires:	mysql-devel
BuildRequires:	net-snmp-devel
BuildRequires:	perl-devel
BuildRequires:	readline-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(geoip)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librrd)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	python-devel
BuildRequires:	subversion
Requires:	tcp_wrappers
Requires:	rrdtool
Requires:	geoip
Requires(pre,preun):	rpm-helper
Requires(post,postun):	rpm-helper

Requires:	tcp_wrappers
Requires:	rrdtool
Requires:	geoip

%description
Ntop is a network and traffic analyzer that provides a wealth of information on
various networking hosts and protocols. ntop is primarily accessed via a
built-in web interface. Optionally, data may be stored into a database for
analysis or extracted from the web server in formats suitable for manipulation
in perl or php.

%prep
%setup -q
%patch0 -p0 -b .dot
%patch5 -p1 -b .system_lua
%patch6 -p0 -b .default-user-to-ntop
%patch7 -p1 -b .automake-1_13
%patch8 -p1 -b .CVE-2014-4165
%patch9 -p1 -b .nDPI
# update oui.txt
rm -f oui.txt*
cp %{SOURCE3} oui.txt; gzip -9 oui.txt

%build
sh ./autogen.sh --noconfig

%serverbuild

%configure2_5x \
    --disable-static \
    --bindir=%{_sbindir} \
    --localstatedir=/var/lib \
    --enable-snmp

make

%install
%makeinstall_std

install -d %{buildroot}%{_localstatedir}/lib/%{name}/rrd/{flows,graphics,interfaces}

#Create folder for archive logs
install -d %{buildroot}%{_localstatedir}/log/%{name}

chmod 644 %{buildroot}%{_sysconfdir}/%{name}/*gz

install -D -m 0644 %{SOURCE5} %{buildroot}%{_unitdir}/%{name}.service
install -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -D -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/%{name}.conf

# cleanup
rm -rf %{buildroot}%{_libdir}/*.{a,la}
rm -rf %{buildroot}%{_libdir}/plugins
rm -rf %{buildroot}%{_sysconfdir}/%{name}/%{name}-cert.pem

# fix permissions
find %{buildroot}%{_datadir}/%{name}/html -type f -print0|xargs -0 chmod 644
find %{buildroot}%{_datadir}/%{name}/html -type d -print0|xargs -0 chmod 755

cat > README.urpmi << EOF
There are some manual steps you need to do, first start %{_sbindir}/%{name} to
set the admin password, please check %{_datadir}/doc/%{name}/1STRUN.txt file for
more info.
EOF

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false

%post
%_post_service ntop
%_create_ssl_certificate ntop -b

%preun
%_preun_service ntop

%files
%doc AUTHORS CONTENTS COPYING ChangeLog NEWS PORTING MANIFESTO SUPPORT_NTOP.txt
%doc THANKS docs/FAQ docs/HACKING docs/KNOWN_BUGS docs/FILES docs/README
%doc docs/1STRUN.txt docs/database NetFlow README.urpmi
%{_sysconfdir}/logrotate.d/ntop
%config(noreplace) %{_sysconfdir}/ntop.conf
%{_sysconfdir}/ntop/*.gz
%{_sysconfdir}/ntop/*.dat
%{_unitdir}/ntop.service
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8.*
%{_datadir}/%{name}/
%{_libdir}/libnetflowPlugin.so
%{_libdir}/libntop.so
%{_libdir}/libntopreport.so
%{_libdir}/librrdPlugin.so
%{_libdir}/libsflowPlugin.so
%{_libdir}/libnetflowPlugin-%{version}.so
%{_libdir}/libntop-%{version}.so
%{_libdir}/libntopreport-%{version}.so
%{_libdir}/librrdPlugin-%{version}.so
%{_libdir}/libsflowPlugin-%{version}.so
%{_libdir}/%{name}/
%attr(-,ntop,ntop) %{_localstatedir}/lib/ntop
%attr(-,ntop,ntop) %{_localstatedir}/log/ntop


%changelog

* Tue May 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.0.1-1
- (d01b2d4) Add auoreconf for nDPI



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12357 |14cu|nudoku-0.2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           nudoku
Version:        0.2.5
Release:        1
Summary:        Ncurses based Sudoku game
License:        GPLv3
Group:          Games/Puzzles 
Url:            https://github.com/jubalh/%{name}
Source:         https://github.com/jubalh/%{name}/archive/%{name}-%{version}.tar.gz
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  ncurses-devel
BuildRequires:  xz

%description
nudoku is a ncurses based Sudoku game.

%files
%doc README.md LICENSE AUTHORS
%{_bindir}/nudoku
%{_mandir}/man6/nudoku.6.*
#--------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%changelog

* Thu Aug 18 2016 abfonly <abfonly@gmail.com> 0.2.5-1
- (f01b9ed) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12358 |14cu|nulog-2.1.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This file is provided by python-twisted-core
%define __noautoreq '/usr/bin/twistd'

Summary:	Firewall log analysis interface written in python
Name:		nulog
Version:	2.1.5
Release:	7
License:	GPLv2+
Group:		System/Servers
Url:		http://www.inl.fr/Nulog.html
Source0:	http://www.inl.fr/download/%{name}-%{version}.tar.bz2
Source1:	nulog.service
Source2:	nulog-tmpfiles.conf
BuildRequires:	python-docutils
BuildRequires:	pkgconfig(python)
Requires:	mysql
Requires:	ulogd-mysql
Requires:	python-docutils
Requires:	python-ipy
Requires:	python-matplotlib
Requires:	python-mysql
Requires:	python-nevow
Requires:	python-soap
Requires:	python-twisted-core
Provides:	ulog-php = %{version}
Requires(post,preun,postun):	systemd
BuildArch:	noarch

%description
Nulog is a firewall log analysis interface written in python. Netfilter and
NuFW are able to log selected packets directly in a database like MySQL or
PostgreSQL. Nulog uses this interface to display security events in real-time
on a user-friendly interface.

%files
%doc COPYING README
%{_unitdir}/%{name}.service
%dir %{_sysconfdir}/nulog
%dir %{_sysconfdir}/nulog/default_user
%config(noreplace) %{_sysconfdir}/nulog/core.conf
%config(noreplace) %{_sysconfdir}/nulog/nulog.conf
%config(noreplace) %{_sysconfdir}/nulog/wrapper.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/nulog
%{py_puresitedir}/auth
%{py_puresitedir}/nulog-core
%{py_puresitedir}/nulog-web
%{py_puresitedir}/wrapper
%{py_puresitedir}/Nulog-*egg-info
%{_sbindir}/nulog.tac
%{_datadir}/locale/fr/LC_MESSAGES/nulog.mo
%{_datadir}/nulog/scripts
%{_tmpfilesdir}/%{name}.conf
%ghost %dir %{_var}/run/nulog
%dir %{_var}/lib/nucentral

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q

%build
make

%install
python setup.py install --root=%{buildroot}

install -d %{buildroot}%{_tmpfilesdir}
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_sysconfdir}/nulog/default_user
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_var}/run/nulog
install -d %{buildroot}%{_var}/lib/nucentral
install -d %{buildroot}%{_datadir}/nulog

mv %{buildroot}%{_sysconfdir}/nulog/default.core.conf %{buildroot}%{_sysconfdir}/nulog/core.conf
mv %{buildroot}%{_sysconfdir}/nulog/default.nulog.conf %{buildroot}%{_sysconfdir}/nulog/nulog.conf
mv %{buildroot}%{_sysconfdir}/nulog/default.wrapper.conf %{buildroot}%{_sysconfdir}/nulog/wrapper.conf

cp -fr scripts/ %{buildroot}%{_datadir}/nulog/scripts

install -m0755 %{SOURCE1} %{buildroot}%{_unitdir}
install -m0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# install log rotation stuff
cat > %{buildroot}%{_sysconfdir}/logrotate.d/nulog << EOF
%{_var}/log/nulog.log {
    create 640 root root 
    monthly
    compress
    missingok
    postrotate
	%{_unitdir}/nulog condrestart > /dev/null 2>&1 || :
    endscript
}
EOF


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.5-7
- (7b17881) Properly handle /var/run/nulog



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12359 |14cu|numexp-core-0.17.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname numexp %{major}
%define devname %mklibname numexp -d

Summary:	Family of open-source applications for numeric computation
Name:		numexp-core
Version:	0.17.1
Release:	4
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://numexp.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/numexp/%{name}-%{version}.tar.gz
Patch0:		numexp-core-0.17.1-no-install-hook.patch
Patch1:		numexp-core-0.17.1-fix-format-errors.patch
Patch2:		numexp-core-0.17.1-fix-linking.patch
Patch3:		numexp-core-0.17.1-gsl.patch
BuildRequires:	flex
BuildRequires:	perl-DB_File
BuildRequires:	perl-XML-DT
BuildRequires:	perl-XML-LibXML
BuildRequires:	gmp-devel
BuildRequires:	mpfr-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(libbonobo-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(popt)

%description
This package is part of the NumExp project, which could be described as a
mathematical computation environment or even as a programming language.

It contains the backend kernel and a simple text client.
No GUI or graphics are available here.

%files -f %{name}.lang
%doc README
%{_bindir}/*
%{_libexecdir}/numexp-kernel
%{_libdir}/bonobo/servers/*.server
%{_prefix}/lib/numexp
%{_libdir}/orbit-2.0/*.so
%{_datadir}/idl/*.idl
%{_datadir}/%{name}
%{_sysconfdir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Family of open-source applications for numeric computation
Group:		Sciences/Mathematics
Requires:	%{name}

%description -n %{libname}
This package is part of the NumExp project, which could be described as a
mathematical computation environment or even as a programming language.

It contains the core libraries, which are necessary for any application that
uses NumExp.

%files -n %{libname}
%{_libdir}/libnumexp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Family of open-source applications for numeric computation
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Provides:	numexp-devel = %{EVRD}
Provides:	libnumexp-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description	-n %{devname}
This package contains header and development files of NumExp.
It is necessary only if you want to compile programs that uses NumExp.

%files -n %{devname}
%doc ChangeLog
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .no-install-hook~
%patch1 -p1 -b .printf~
%patch2 -p1 -b .fix-linking~
%patch3 -p1 -b .gsl~

%build
export LIBS="-lbonobo-activation"
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.1-4
- (6eb4489) Build requires pkgconfig(ncurses) instead of termcap-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12360 |14cu|numlock-2.1.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Numlock key locker
Name:		numlock
Version:	2.1.2
Release:	11
License:	GPL
Url:		http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/numlock/
Group:		System/Configuration/Boot and Init
Source0:	%{name}-%{version}.tar.bz2
Source1:	http://home.kde.org/~seli/numlockx/numlockx-1.2.tar.gz
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xext)
# do not require X11 libs
AutoReq:	no
Requires(post):	rpm-helper
Requires(preun): rpm-helper
Provides:	NumLock = %{version}-%{release}

%description
NumLock enable to lock the numlock key. Only enable it at boot-time with
ntsysv or with any other SVSR like rc.d config scripts editor such as
tksysv or the ones from GNOME and KDE.
NumLock is safe for laptops since it is disabled by default.

%prep
%setup -q
%setup -T -D -a 1

%build
make CFLAGS="%{optflags}"

pushd numlockx-1.2
%configure
%make
popd
sed -i -e "s#enable_X11_numlock#numlockx#" numlock.xinit

%install
make install TOP=%{buildroot} INITRDDIR=%{_initrddir}

pushd numlockx-1.2
%makeinstall_std
popd
rm -f %{buildroot}%{_bindir}/enable_X11_numlock
rm -rf %{buildroot}%{_mandir}/*

%post
%_post_service numlock

%preun
%_preun_service numlock

%triggerpostun -- numlock < 2.1.2-2mdv
if [ -L "/etc/rc.d/rc5.d/*numlock" ]; then
 /sbin/chkconfig --level 7 numlock reset
fi

%files
%config(noreplace) %{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/profile.d/%{name}.sh
%config(noreplace) %{_sysconfdir}/X11/xinit.d/numlock
%{_bindir}/*

%changelog

* Fri May 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-11
- (ef6e984) Backport numlockx from mga, move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12361 |14cu|nux-4.0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 4.0
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define libcore %mklibname %{name}-core %{api} %{major}
%define libgraphics %mklibname %{name}-graphics %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Visual rendering toolkit for real-time applications
Name:		nux
Version:	4.0.8
Release:	1
License:	LGPLv2+ 
Group:		System/Libraries
Url:		https://launchpad.net/nux/
Source0:	https://launchpad.net/nux/%{api}/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	boost-devel
BuildRequires:	gmock-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glesv2)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glewmx)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(libgeis)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xinerama)

%description
Visual rendering toolkit for real-time applications - tools
Nux is a graphical user interface toolkit for applications that mixes OpenGL
hardware acceleration with high quality visual rendering.

%files
%doc README COPYING COPYING.gpl TODO AUTHORS NEWS ChangeLog doxygen-include.am doxygen.cfg
%{_libdir}/nux/unity_support_test
%{_datadir}/nux/%{api}/UITextures/*
%{_datadir}/nux/%{api}/Fonts/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for the nux package
Group:		System/Libraries
Conflicts:	%{_lib}nux0 < %{EVRD}
Obsoletes:	%{_lib}nux0 < %{EVRD}

%description -n %{libname}
Shared library for the nux package.

%files -n %{libname}
%doc README COPYING 
%{_libdir}/libnux-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcore}
Summary:	Shared library for the nux package
Group:		System/Libraries
Conflicts:	%{_lib}nux0 < %{EVRD}

%description -n %{libcore}
Shared library for the nux package.

%files -n %{libcore}
%doc README COPYING 
%{_libdir}/libnux-core-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgraphics}
Summary:	Shared library for the nux package
Group:		System/Libraries
Conflicts:	%{_lib}nux0 < %{EVRD}

%description -n %{libgraphics}
Shared library for the nux package.

%files -n %{libgraphics}
%doc README COPYING 
%{_libdir}/libnux-graphics-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Nux headers and development libraries
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libcore} = %{EVRD}
Requires:	%{libgraphics} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Nux development headers and libraries.

%files -n %{devname}
%doc README COPYING 
%{_datadir}/nux/gputests/*.cpp
%{_includedir}/Nux-%{api}/Nux/*.h
%{_includedir}/Nux-%{api}/Nux/Readme.txt
%{_includedir}/Nux-%{api}/NuxGraphics/*.h
%{_includedir}/Nux-%{api}/NuxCore/*.h
%{_includedir}/Nux-%{api}/NuxCore/Character/*.h
%{_includedir}/Nux-%{api}/NuxCore/FileManager/*.h
%{_includedir}/Nux-%{api}/NuxCore/Math/*.h
%{_includedir}/Nux-%{api}/Nux/ProgramFramework/*.h
%{_includedir}/Nux-%{api}/Nux/KineticScrolling/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
find . -name "*.c" -o -name "*.h" -o -name "*.cpp" |xargs chmod 0644

%build
%define _disable_ld_no_undefined 1
# Make Pulfer happy , and fix debug. Symbianflo
export CXXFLAGS="%{optflags} -Wstrict-aliasing=0"
# enable-ooengles-20 is the only way to build...
# otherwise we get hundreds of "multiple definition" errors
%configure2_5x --enable-opengles-20
%make LIBS='-lpthread'

%install
%makeinstall_std


%changelog

* Tue Jul 05 2016 abfonly <abfonly@gmail.com> 4.0.8-1
- (df7cb0f) Log: Update to 4.0.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12362 |14cu|nvclock-0.8-0.b4.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define beta b4

Summary:	Overclocking tool for NVIDIA graphic boards
Name:		nvclock
Version:	0.8
Release:	0.%{beta}.5
License:	GPLv2+
Group:		System/Configuration/Hardware
URL:		http://www.linuxhardware.org/nvclock/
Source:		http://www.linuxhardware.org/nvclock/%{name}%{version}%{beta}.tar.gz
Patch0:		%{name}0.8b4-makefile.patch
BuildRequires:	gtk+2-devel
BuildRequires:	desktop-file-utils
Obsoletes:	%{name}-gtk < 0.8-0.b4.1
Obsoletes:	%{name}-qt3 < 0.8-0.b4.1
Provides:	%{name}-gtk
Provides:	%{name}-qt3

%description
This program allows you to overclock your nvidia card under linux.

%prep
%setup -q -n %{name}%{version}%{beta}
%patch0 -p1

%build
%configure2_5x \
	--enable-gtk \
	--disable-qt \
	--enable-nvcontrol

%make -j1

%install

%makeinstall_std

desktop-file-install \
	--add-category="HardwareSettings" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

sed -i -e 's/^Icon=%{name}.png$/Icon=%{name}/g' %{buildroot}%{_datadir}/applications/*

%clean

%files
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_mandir}/man1/*

%changelog

* Fri Nov 20 2015 Denis Silakov <dsilakov@gmail.com> 0.8-0.b4.5
- (f1d82fb) Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12363 |14cu|nx-3.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# most of the descriptions are stolen from the debian package
%global _hardened_build 1
%define _pkglibdir %{_libdir}/nx
%define _pkgdatadir %{_datadir}/nx
%define _pkglibexecdir %{_libexecdir}/nx

%define Werror_cflags %nil

Summary:	NoMachine NX
Name:		nx
Version:	3.5.0
Release:	4
License:	GPLv2+ and MIT
Group:		Networking/Remote access
Url:		http://www.nomachine.com/sources.php
Source0:	http://code.x2go.org/releases/source/nx-libs/nx-X11/%{name}-X11-%{version}-2.tar.gz
Source1:	http://code.x2go.org/releases/source/nx-libs/nxagent/nxagent-%{version}-7.tar.gz
Source2:	http://code.x2go.org/releases/source/nx-libs/nxauth/nxauth-%{version}-1.tar.gz
Source4:	http://code.x2go.org/releases/source/nx-libs/nxcompext/nxcompext-%{version}-1.tar.gz
Source5:	http://code.x2go.org/releases/source/nx-libs/nxcompshad/nxcompshad-%{version}-2.tar.gz
Source6:	http://64.34.173.142/download/%{version}/sources/nxwin-%{version}-4.tar.gz
Source7:	http://code.x2go.org/releases/source/nx-libs/nxcomp/nxcomp-%{version}-2.tar.gz
Source8:	http://code.x2go.org/releases/source/nx-libs/nxproxy/nxproxy-%{version}-1.tar.gz
Source9:	http://64.34.173.142/download/%{version}/sources/nxssh-%{version}-2.tar.gz
Source10:	GUUG-Presentation-NX.pdf
# rename libs with nx prefix => allow us to put them in %{_libdir} (from debian)
# rediffed for 2.0
Patch0:		nx-X11-3.1-libdir.patch
Patch1:		nx-X11-fix-format-errors.patch
Patch2:		nxssh-fix-format-errors.patch
Patch3:		nx-3.5.0-optflags.patch
Patch4:		nx-3.5.0-syslibs.patch
Patch5:		http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-misc/nx/files/nx-3.5.0-libpng15.patch
BuildRequires:	imake
BuildRequires:	jpeg-devel
BuildRequires:	tirpc-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(lbxutil)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(zlib)

%description
NoMachine NX is the next-generation X compression and roundtrip suppression
scheme. It can operate remote X11 sessions over 56k modem dialup links or
anything better.

#----------------------------------------------------------------------------

%define x11_major 6
%define libx11 %mklibname X11-nx %{x11_major}

%package -n %{libx11}
Summary:	NX-X11 library for NX
Group:		System/Libraries
Provides:	nxX11 = %{EVRD}
Conflicts:	%{_lib}nxX11_0 < 3.5.0-4
Obsoletes:	%{_lib}nxX11_0 < 3.5.0-4

%description -n %{libx11}
NX-X11 library for NX.

%files -n %{libx11}
%doc GUUG-Presentation-NX.pdf
%{_libdir}/libX11-nx.so.%{x11_major}*

#----------------------------------------------------------------------------

%define xcomp_major 3
%define libxcomp %mklibname xcomp %{xcomp_major}

%package -n %{libxcomp}
Summary:	Xcomp library for NX
Group:		System/Libraries
Provides:	xcomp = %{EVRD}

%description -n %{libxcomp}
Xcomp library for NX subsystem.

%files -n %{libxcomp}
%{_libdir}/libXcomp.so.%{xcomp_major}*

#----------------------------------------------------------------------------

%define xcompext_major 3
%define libxcompext %mklibname xcompext %{xcompext_major}

%package -n %{libxcompext}
Summary:	Xcompext library for NX
Group:		System/Libraries
Provides:	xcompext = %{EVRD}

%description -n %{libxcompext}
Xcompext library for NX subsystem.

%files -n %{libxcompext}
%{_libdir}/libXcompext.so.%{xcompext_major}*

#----------------------------------------------------------------------------

%define xcompshad_major 3
%define libxcompshad %mklibname xcompshad %{xcompshad_major}

%package -n %{libxcompshad}
Summary:	Xcompshad library for NX
Group:		System/Libraries
Provides:	xcompshad = %{EVRD}
Conflicts:	%{_lib}xcompext3 < 3.5.0-4

%description -n %{libxcompshad}
Xcompshad library for NX subsystem.

%files -n %{libxcompshad}
%{_libdir}/libXcompshad.so.%{xcompshad_major}*

#----------------------------------------------------------------------------

%define xext_major 6
%define libxext %mklibname Xext-nx %{xext_major}

%package -n %{libxext}
Summary:	NX-Xext library for NX
Group:		System/Libraries
Conflicts:	%{_lib}nxX11_0 < 3.5.0-4

%description -n %{libxext}
NX-Xext library for NX.

%files -n %{libxext}
%{_libdir}/libXext-nx.so.%{xext_major}*

#----------------------------------------------------------------------------

%define xrender_major 1
%define libxrender %mklibname Xrender-nx %{xrender_major}

%package -n %{libxrender}
Summary:	NX-Xrender library for NX
Group:		System/Libraries
Conflicts:	%{_lib}nxX11_0 < 3.5.0-4

%description -n %{libxrender}
NX-Xrender library for NX.

%files -n %{libxrender}
%{_libdir}/libXrender-nx.so.%{xrender_major}*

#----------------------------------------------------------------------------

%package -n nxproxy
Summary:	Provide the protocol compression and caching part of the NX scheme
Group:		Networking/Remote access

%description -n nxproxy
The nxproxy runs on the X server side of the wire and thus accompanies the
nxagent running on X client side. It provides the protocol compression and
caching part of the NX scheme.

%files -n nxproxy
%{_bindir}/nxproxy

#----------------------------------------------------------------------------

%package -n nxagent
Summary:	NX X server based on Xnest
Group:		Networking/Remote access

%description -n nxagent
The nxagent is an X server based on Xnest, but modified for the purpose of
reducing roundtrips over high-latency networks significantly. It is run on the
client side of X, that is, on the machine where X clients run. It connects,
over the wire, to your regular X server, possibly through nxproxy.

%files -n nxagent
%{_bindir}/nxagent

#----------------------------------------------------------------------------

%package -n nxssh
Summary:	NX ssh client
Group:		Networking/Remote access
Conflicts:	%{_lib}xcompext3 < 3.5.0-4

%description -n nxssh
NX ssh client.

%files -n nxssh
%{_bindir}/nxssh

#----------------------------------------------------------------------------

%prep
%setup -q -c -a 1 -a 2 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9
%patch0 -p 0
%patch1 -p 0
%patch2 -p 0
%patch3 -p1
%patch4 -p1
%patch5 -p0

cat <<EOF >>nx-X11/config/cf/host.def
#define UseRpath YES
#define UsrLibDir %{_pkglibdir}
EOF
find nx-X11 -name "*.[ch]" -print0 | xargs -0 chmod -c -x

%build
# documentation explainig how NX works
cp %{SOURCE10} ./

# the build system Sux, or I haven't understand how it works
# We must build all the lib, and somes binaries at the same shot
# because -I ../nxFOO <-- It *sux*

export CFLAGS="%{optflags}"
%ifarch x86_64 ppc64
export CFLAGS="$CFLAGS -fPIC -DPIC"
%endif
export CXXFLAGS="$CFLAGS"
export RPM_OPT_FLAGS="$CFLAGS"
export LDFLAGS="%{?__global_ldflags} -Wl,-ltirpc -Wl,-rpath,%{_pkglibdir}"

# The commented parts show how the build would proceed step by step.
# This information is important in case someone wants to split this package
# (which would be the proper thing to do).
# Within the commented area the make World invocation does all for
# you. It isn't placed by accident in the middle of the commented
# build instructions, as this is where the X11 libs would be built

# build Compression Library and Proxy
for i in nxcompshad nxcomp nxproxy; do
  pushd $i; ./configure; perl -pi -e "s/CXXFLAGS    = -O3/CXXFLAGS = %{optflags} -fPIC/" Makefile && perl -pi -e "s|LDFLAGS     = |LDFLAGS = -fPIC -L/usr/X11R6/%{_lib}|" Makefile && perl -pi -e "s|LIBS        =   |LIBS        =   -lXext |" Makefile && make clean && make %{?_smp_mflags} CCFLAGS="$CFLAGS"; popd
done
# build X11 Support Libraries and Agents
SHLIBGLOBALSFLAGS="$LDFLAGS" LOCAL_LDFLAGS="$LDFLAGS" %make -C nx-X11 World

%if 0
# build Extended Compression Library
pushd nxcompext
./configure
%make
popd
%endif

pushd nxssh
./configure --without-zlib-version-check
%make nxssh
popd

%install
#create the directory tree
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_libdir}

#----------- nxcomp
install -m 755 nxcomp/libXcomp.so.%{xcomp_major} %{buildroot}%{_libdir}

#----------- nxX11
install -m 755 nx-X11/lib/X11/libX11-nx.so.%{x11_major} %{buildroot}%{_libdir}
install -m 755 nx-X11/lib/Xext/libXext-nx.so.%{xext_major} %{buildroot}%{_libdir}
install -m 755 nx-X11/lib/Xrender/libXrender-nx.so.%{xrender_major} %{buildroot}%{_libdir}
install -m 755 nx-X11/programs/Xserver/nxagent %{buildroot}%{_bindir}

#----------- nxcompext
install -m 755 nxcompext/libXcompext.so.%{xcompext_major} %{buildroot}%{_libdir}
install -m 755 nxcompshad/libXcompshad.so.%{xcompshad_major} %{buildroot}%{_libdir}

#----------- nxproxy
install -m 755 nxproxy/nxproxy %{buildroot}%{_bindir}

#----------- nxssh
install -m 755 nxssh/nxssh %{buildroot}%{_bindir}


%changelog
* Mon Dec 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.5.0-4
+ Revision: 130949c
- Package libraries according to packaging policy, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12364 |14cu|nxcl-0.9-0.631.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define revision 631

%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A library for building NX clients
Name:		nxcl
Version:	0.9
Release:	0.%{revision}.7
Epoch:		1
License:	GPLv2+
Group:		System/Libraries
Url:		http://freenx.berlios.de/
Source0:	%{name}-%{version}-svn%{revision}.tar.bz2
Patch1:		nxcl-fixbuild.patch
Patch2:		nxcl-gcc47.patch
BuildRequires:	doxygen
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(x11)

%description
A library for building NX clients.

%files
%{_bindir}/libtest
%{_bindir}/notQttest
%{_bindir}/nxcl
%{_bindir}/nxcmd
%{_docdir}/nxcl*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for building NX clients
Group:		System/Libraries
Conflicts:	%{name} < 1:0.9-0.631.7

%description -n %{libname}
A library for building NX clients.

%files -n %{libname}
%{_libdir}/libnxcl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for NX clients library
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 1:0.9-0.631.7

%description -n %{devname}
Development files for NX clients library.

%files -n %{devname}
%{_includedir}/nxcl/*
%{_libdir}/libnxcl.so
%{_libdir}/pkgconfig/nxcl.pc

#----------------------------------------------------------------------------

%prep
%setup -n %{name}
%patch1 -p1
%patch2 -p0

%build
sed -i -e "s#1.0#0.9#" configure.ac || die "version sed failed"

autoreconf -is
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.9-0.631.7
- (143f3bc) Split library and developemnt files from main package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12365 |14cu|nyancat-1.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Nyancat rendered in your terminal
Name:		nyancat
Version:	1.5.1
Release:	1
Group:		Toys
License:	NCSA
Url:		https://github.com/klange/nyancat
Source0:	https://github.com/klange/nyancat/archive/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(python)

%description
Nyancat rendered in your terminal.

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_unitdir}/%{name}@.service
%{_unitdir}/%{name}.socket

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make \
	LFLAGS="%{ldflags}" \
	CPPFLAGS="%{optflags}" \
	CC=%{__cc}

%install
mkdir -p %{buildroot}/%{_bindir}/
mkdir -p %{buildroot}/%{_mandir}/man1/
mkdir -p %{buildroot}/%{_unitdir}
install -m 0755 src/%{name} %{buildroot}/%{_bindir}/%{name}
install -m 0644 nyancat.1 %{buildroot}/%{_mandir}/man1/
install -m 0644 systemd/*.{service,socket} %{buildroot}/%{_unitdir}



%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.1-1
- (18594f2) New version 1.5.1
- (18594f2) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12366 |14cu|o3read-0.0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		o3read
Version:	0.0.4
Release:	6
Summary:	Converter for OpenOffice and OpenDocument files
Group:		Text tools
URL:		http://siag.nu/o3read/
Source:		http://siag.nu/pub/o3read/%{name}-%{version}.tar.gz
License:	GPL

%description
o3read is a standalone converter for OpenOffice.org and OpenDocument
formats. It doesn't depend on OpenOffice.org or any other external 
tools or libraries. It is used by MC viewing these types of file.

%prep
%setup -q

%build
%make

%install
%makeinstall BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir}/man1

%clean

%files
%{_bindir}/*
%{_mandir}/*/*

%changelog

* Fri Nov 20 2015 Denis Silakov <dsilakov@gmail.com> 0.0.4-6
- (0fba14b) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12367 |14cu|obconf-2.0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Openbox preferences manager
Name:		obconf
Version:	2.0.4
Release:	6
Source0:	http://openbox.org/dist/obconf/%name-%version.tar.gz
Patch1:		obconf-2.0.3-link.patch
Patch2:		obconf-2.0.4-ru.patch
# No need to use this patch during the build. It is only required to correctly regenerate *.pot file
Patch3:		obconf-2.0.4-fix-pot.patch
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://openbox.org/wiki/Obconf
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	gettext-devel
BuildRequires:	startup-notification-devel
BuildRequires:	openbox-devel >= 3.5.2
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(sm)
BuildRequires:	desktop-file-utils
Requires:	openbox >= 3.5.2

%description
ObConf is a graphical configuration tool for the Openbox window manager.

%prep
%setup -q
rm -f po/*gmo
%apply_patches

%build
autoreconf -fi
%configure2_5x
%make
pushd po
make update-gmo
popd

%install
%makeinstall

# fix .desktop file
desktop-file-install --remove-key="Encoding" \
		--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README COPYING TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/mimelnk/application/x-openbox-theme.desktop
%{_datadir}/pixmaps/%{name}.png

%changelog

* Wed Mar 30 2016 Denis Silakov <dsilakov@gmail.com> 2.0.4-6
- (fe2304c) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12368 |14cu|obconf-qt-0.9.1-0.20151214.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define scmrev 20151214
%define rel 4

Name:		obconf-qt
Version:	0.9.1
%if 0%{?scmrev:1}
# rm -rf obconf-qt && git clone git://git.lxde.org/git/lxde/obconf-qt && cd obconf-qt/ 
# git archive --prefix=obconf-qt-$(date +%Y%m%d)/ --format=tar HEAD | xz > ../obconf-qt-$(date +%Y%m%d).tar.xz
Release:	0.%{scmrev}.%{rel}
Source0:	%{name}-master.zip
%else
Release:	%rel
Source0:	http://lxqt.org/downloads/%{name}/%{version}/%{name}-%{version}.tar.xz
%endif
Patch0:         obconf-qt-20151214-l10n-ru.patch
Patch1:		obconf-qt-20151214-initialsize.patch
Summary:	Openbox configuration tool for the LXQt desktop
URL:		http://lxqt.org/
License:	GPL
Group:		Graphical desktop/Other
BuildRequires:	cmake
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(obrender-3.5)
BuildRequires:	pkgconfig(obt-3.5)


%description
Openbox configuration tool for the LXQt desktop

%prep
%if 0%{?scmrev:1}
%setup -q -n %{name}-master
%else
%setup -q -n %{name}
%endif
%patch0 -p1
%patch1 -p1
# try to fix "undefined reference to symbol 'XInternAtom' - DSO missing from command line error
%cmake -DUSE_QT5=ON -DCMAKE_EXE_LINKER_FLAGS=-lX11

%build
%make -C build

%install
%makeinstall_std -C build
%find_lang %{name} --with-qt

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
#%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog

* Mon Jun 06 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-0.20151214.4
- (5bb180b) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12369 |14cu|obexfs-0.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	FUSE based filesystem using ObexFTP
Name:		obexfs
Version:	0.12
Release:	4
License:	GPLv2+
Group:		Communications
Url:		http://triq.net/obex/
Source0:	http://downloads.sourceforge.net/openobex/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(obexftp)

%description
The ObexFS driver is a wrapper for ObexFTP to provide filesystem access
to mobile phones.

%files
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/obexautofs
%{_bindir}/obexfs

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export OBEXFTP_LIBS="-lfuse -lobexftp -lmulticobex -lbfb -lopenobex -lbluetooth -lusb"
%configure2_5x
%make

%install
%makeinstall_std

%changelog

* Mon Nov 09 2015 Denis Silakov <dsilakov@gmail.com> 0.12-4
- (5db1005) Updated upstream URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12370 |14cu|ocaml-alsa-0.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml bindings for the ALSA library
Name:		ocaml-alsa
Version:	0.2.1
Release:	5
License:	GPLv2
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/savonet/files/
Source0:	http://downloads.sourceforge.net/project/savonet/ocaml-alsa/%{version}/ocaml-alsa-%{version}.tar.gz
BuildRequires:  pkgconfig(alsa)
BuildRequires:  ocaml-compiler
BuildRequires:  ocaml-findlib

%description
This OCaml library interfaces the ALSA library libasound to access audio
devices.

%files
%doc COPYING CHANGES README
%dir %{_libdir}/ocaml/alsa
%{_libdir}/ocaml/alsa/META
%{_libdir}/ocaml/alsa/*.cma
%{_libdir}/ocaml/alsa/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:       %{name} = %{version}-%{release}
Requires:       libalsa-devel

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/html
%{_libdir}/ocaml/alsa/*.a
%{_libdir}/ocaml/alsa/*.cmxa
%{_libdir}/ocaml/alsa/*.cmx
%{_libdir}/ocaml/alsa/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure --libdir=%{_libdir}
make all

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/alsa
make install


%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-5
- (e694ba9) Fix alsa BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12371 |14cu|ocaml-benchmark-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#%define _enable_debug_packages %{nil}
#%define debug_package %{nil}

%define modname benchmark

Summary:	OCaml module for benchmarking code
Name:		ocaml-%{modname}
Version:	1.2
Release:	4
License:	LGPLv2+ with exceptions
Group:		Development/OCaml
URL:            http://ocaml-benchmark.forge.ocamlcore.org/
Source0:        http://download.ocamlcore.org/%{name}/%{name}/%{version}/%{modname}-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib-devel
BuildRequires:  ocaml-findlib
BuildRequires:  ocaml-pcre-devel
BuildRequires:  ocaml-compiler
BuildRequires:  camlp4

%description
OCaml Benchmark is a small module to benchmark running times of code.

%package        devel
Summary:        Development files for %{name}
Requires:       %{name} = %{EVRD}

%description    devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%prep
%setup -q -n %{modname}-%{version}

%build
#oasis setup
ocaml setup.ml -configure
ocaml setup.ml -build

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR
ocaml setup.ml -install
ocaml setup.ml -doc
mv API.docdir api-html

%files
%doc README.md
%dir %{_libdir}/ocaml/%{modname}
%{_libdir}/ocaml/%{modname}/META
%{_libdir}/ocaml/%{modname}/*.cma
%{_libdir}/ocaml/%{modname}/*.cmx
%{_libdir}/ocaml/%{modname}/*.cmi
%{_libdir}/ocaml/%{modname}/*.cmxs

%files devel
%doc LICENSE.txt
%doc examples/
%doc api-html/
%{_libdir}/ocaml/%{modname}/*.a
%{_libdir}/ocaml/%{modname}/*.cmxa
%{_libdir}/ocaml/%{modname}/*.mli


%changelog

* Tue Jul 14 2015 dsilakov <denis.silakov@rosalab.ru> 1.2-4
- (9bfb7dc) Merge pull request #1 from anastasiya_po/ocaml-benchmark:rosa2014.1
- (9bfb7dc) Updated to 1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12372 |14cu|ocaml-bisect-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml code coverage tool
Name:		ocaml-bisect
Version:	1.3
Release:	4
License:	GPLv3+
Group:		Development/OCaml
Url:		http://bisect.x9c.fr/
Source0:	http://bisect.x9c.fr/distrib/bisect-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
Bisect is a code coverage tool for the Objective Caml language. It is
a camlp4-based tool that allows to instrument your application before
running tests. After application execution, it is possible to generate
a report in HTML format that is the replica of the application source
code annotated with code coverage information.

%files
%doc COPYING
%dir %{_libdir}/ocaml/bisect
%{_bindir}/bisect-report
%{_libdir}/ocaml/bisect/*.cma
%{_libdir}/ocaml/bisect/*.cmi
%{_libdir}/ocaml/bisect/META
%{_libdir}/ocaml/bisect/*.cmo

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc CHANGES COPYING README VERSION doc/bisect.pdf ocamldoc
%{_libdir}/ocaml/bisect/*.a
%{_libdir}/ocaml/bisect/*.cmxa
%{_libdir}/ocaml/bisect/*.cmx

#----------------------------------------------------------------------------

%prep
%setup -q -n bisect-%{version}

%build
sh configure
make all doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export PATH_OCAML_BIN=%{_bindir}
mkdir -p $OCAMLFIND_DESTDIR/bisect
make install PATH_OCAML_BIN=%{_bindir}

mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_libdir}/ocaml/bisect

install -m 0755 _build/src/report/report.native  %{buildroot}%{_bindir}/bisect-report
strip %{buildroot}%{_bindir}/bisect-report


%changelog

* Mon Jul 06 2015 dsilakov <denis.silakov@rosalab.ru> 1.3-4
- (92e9405) Merge pull request #1 from anastasiya_po/ocaml-bisect:rosa2014.1
- (92e9405) ocaml-bisect version 1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12373 |14cu|ocaml-bitstring-2.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Bitstrings and bitstring matching for OCaml
Name:		ocaml-bitstring
Version:	2.0.4
Release:	3
License:	LGPLv2+ with exceptions and GPLv2+
Group:		Development/OCaml
Url:		http://code.google.com/p/bitstring
Source0:	http://bitstring.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
The ocaml-bitstring project adds Erlang-style bitstrings and matching over
bitstrings as a syntax extension and library for OCaml.

%files
%doc README TODO COPYING COPYING.LIB CHANGES
%dir %{_libdir}/ocaml/bitstring
%{_libdir}/ocaml/bitstring/*.cmi
%{_libdir}/ocaml/bitstring/*.cma
%{_libdir}/ocaml/bitstring/META
%{_libdir}/ocaml/stublibs/*.so
%{_libdir}/ocaml/stublibs/*.so.owner

#----------------------------------------------------------------------------

%package	devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_bindir}/bitstring-objinfo
%{_libdir}/ocaml/bitstring/*.a
%{_libdir}/ocaml/bitstring/*.cmx
%{_libdir}/ocaml/bitstring/*.cmxa
%{_libdir}/ocaml/bitstring/*.cmo
%{_libdir}/ocaml/bitstring/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
make
make doc

%install
install -d -m 755 %{buildroot}/%{_libdir}/ocaml/stublibs
make install OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml

install -d -m 755 %{buildroot}/%{_bindir}
install -m 755 bitstring-objinfo %{buildroot}%{_bindir}




%changelog

* Fri Jul 03 2015 dsilakov <denis.silakov@rosalab.ru> 2.0.4-3
- (1e6d4bf) Merge pull request #1 from anastasiya_po/ocaml-bitstring:rosa2014.1
- (1e6d4bf) Anastasiya Ponomareva



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12374 |14cu|ocaml-calendar-2.04-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#empty-debuginfo-package
%define debug_package %{nil}
%define base_name camlimages

%define up_name calendar

Summary:	Ocaml calendar library
Name:		ocaml-%{up_name}
Version:	2.04
Release:	1
License:	GPLv2+
Group:		Development/OCaml
Url:		http://forge.ocamlcore.org/projects/calendar/
Source0:	http://forge.ocamlcore.org/frs/download.php/1481/%{up_name}-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
Conflicts:	ocaml-calendar-devel < 2.03.2

%description
The Calendar library is a library providing a set of operations over dates and
times.

%files
%doc calendarFAQ-2.6.txt calendar_faq.txt CHANGES COPYING LGPL README TODO
%dir %{_libdir}/ocaml/calendar
%{_libdir}/ocaml/calendar/META
%{_libdir}/ocaml/calendar/*.cma
%{_libdir}/ocaml/calendar/*.cmi
%{_libdir}/ocaml/calendar/*.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/calendar/*.a
%{_libdir}/ocaml/calendar/*.cmx
%{_libdir}/ocaml/calendar/*.cmxa
%{_libdir}/ocaml/calendar/*.mli

#----------------------------------------------------------------------------

%prep
%setup -qn %{up_name}-%{version}

%build
%configure2_5x
%make

%install
install -d -m 755 %{buildroot}%{_libdir}/ocaml
make install OCAMLFIND_DESTDIR="%{buildroot}%{_libdir}/ocaml"

rm -f %{buildroot}%{_libdir}/ocaml/calendar/*.{o,cmo}

%changelog

* Sat Apr 23 2016 dsilakov <denis.silakov@rosalab.ru> 2.04-1
- (89c44d2) Merge pull request #1 from alzim/ocaml-calendar:rosa2014.1
- (89c44d2) Updated 2.04



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12375 |14cu|ocaml-camlzip-1.05-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name camlzip

Summary:	Reading and writing ZIP, JAR and GZIP files
Name:		ocaml-%{up_name}
Version:	1.05
Release:	1
License:	LGPLv2.1+ with exceptions
Group:		Development/OCaml
Url:		http://forge.ocamlcore.org/projects/camlzip/
Source0:	http://forge.ocamlcore.org/frs/download.php/1037/camlzip-%{version}.tar.gz
Patch1:		test-makefile.dpatch
Patch2:		uncompress.dpatch
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(zlib)

%description
This Objective Caml library provides easy access to compressed files in ZIP and
GZIP format, as well as to Java JAR files. It provides functions for reading
from and writing to compressed files in these formats.

%files
%doc LICENSE README Changes
%dir %{_libdir}/ocaml/zip
%{_libdir}/ocaml/zip/*.cmi
%{_libdir}/ocaml/zip/*.cma
%{_libdir}/ocaml/zip/META
%{_libdir}/ocaml/stublibs/dllcamlzip.so
%{_libdir}/ocaml/stublibs/dllcamlzip.so.owner

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	pkgconfig(zlib)
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%doc test doc
%{_libdir}/ocaml/zip/*.a
%{_libdir}/ocaml/zip/*.cmxa
%{_libdir}/ocaml/zip/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{up_name}-%{version}
%patch1 -p1
%patch2 -p1

%build
%make depend
%make all allopt
mkdir -p doc
ocamldoc -colorize-code -html gzip.mli zip.mli zlib.mli -d doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
install -d -m 755 $OCAMLFIND_DESTDIR/stublibs
install -d -m 755 $OCAMLFIND_DESTDIR/zip
make install-findlib


%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.05-1
- (9ebf4b9) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12376 |14cu|ocaml-cgi-0.8-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define modname cgi

Summary:	Objective Caml library for writing CGIs
Name:		ocaml-%{modname}
Version:	0.8
Release:	12
License:	GPLv2+
Group:		Development/OCaml
Url:		http://www.lri.fr/~filliatr/ftp/ocaml/cgi
Source0:	http://www.lri.fr/~filliatr/ftp/ocaml/cgi/%{modname}-%{version}.tar.gz
BuildRequires:	ocaml

%description
This library provides a function to parse the CGI arguments, parse_args,
the result being an association list.

%files
%doc CHANGES COPYING LGPL
%dir %{_libdir}/ocaml/cgi
%{_libdir}/ocaml/cgi/*.cmi

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/cgi/*
%exclude %{_libdir}/ocaml/cgi/*.cmi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}

%build
%configure
%make

%install
install -d -m 755 %{buildroot}%{_libdir}/ocaml/cgi
make install TARGETDIR=%{buildroot}%{_libdir}/ocaml/cgi

chmod 0644 %{buildroot}%{_libdir}/ocaml/cgi/cgi.mli

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.8-12
- (73917c9) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12377 |14cu|ocaml-creal-0.7-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define modname creal

Summary:	Exact real arithmetic for Objective Caml
Name:		ocaml-%{modname}
Version:	0.7
Release:	12
License:	LGPLv2+
Group:		Development/OCaml
Url:		http://www.lri.fr/~filliatr/software.en.html
Source0:	http://www.lri.fr/~filliatr/ftp/ocaml/ds/%{modname}-%{version}.tar.gz
Source1:	ocaml-creal-META
BuildRequires:	ocaml
BuildRequires:	gmp-devel

%description
Creal is an exact real arithmetic library for Objective Caml.

This module implements exact real arithmetic, following Valerie
Menissier-Morain Ph.D. thesis (http://www-calfor.lip6.fr/~vmm/).

A real x is represented as a function giving, for any n, an
approximation zn/4^n of x such that |zn/4^n - x| < 1, where zn is an
arbitrary precision integer (of type Gmp.Z.t).

Coercions from type int, Gmp.Z.t, Gmp.Q.t, basic operations (addition,
subtraction, multiplication, division, power, square root) and
transcendental functions (sin, cos, tan, log, exp, arcsin, arccos,
etc.) and a few constants (pi, e) are provided.

A small reverse-polish calculator is provided to test the library.

%files
%doc README CHANGES
%dir %{_libdir}/ocaml/creal
%{_libdir}/ocaml/creal/*.cmi
%{_libdir}/ocaml/creal/*.cma

#----------------------------------------------------------------------------

%package devel
Summary:	Exact real arithmetic for Objective Caml
Group:		Development/OCaml
Requires:	gmp-devel
Requires:	%{name} = %{EVRD}

%description devel
Creal is an exact real arithmetic library for Objective Caml.

%files devel
%{_libdir}/ocaml/creal/*.a
%{_libdir}/ocaml/creal/*.cmxa
%{_libdir}/ocaml/creal/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}
chmod 644 README CHANGES *.mli mlgmp/*.mli
perl -pi -e 's/\015$//' README
# TODO: gmp.cma gmp.cmxa (pp)
cp %{SOURCE1} META

%build
%configure
%make
sed -i -e 's:@VERSION@:%{version}:g' META

%install
install -d %{buildroot}%{_libdir}/ocaml/%{modname}
make LIBDIR=%{buildroot}%{_libdir}/ocaml/%{modname} install-lib

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.7-12
- (aaf8247) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12378 |14cu|ocamldsort-0.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A dependency sorter for OCaml source files
Name:		ocamldsort
Version:	0.16.0
Release:	1
License:	GPLv2+
Group:		Development/OCaml
Url:		http://dimitri.mutu.net/ocaml.html
Source0:	ftp://quatramaran.ens.fr/pub/ara/ocamldsort/%{name}-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	camlp4

%description
The ocamldsort command scans a set of Objective Caml source files (.ml and .mli
files), sorts them according to their dependencies and prints the sorted files
in order to link their corresponding .cmo and .cmi files.

%files
%doc COPYING INSTALL README THANKS Changes
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure
make

%install
make install BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir}


%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.16.0-1
- (55fb2ec) Updated to 0.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12379 |14cu|ocaml-expat-0.9.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml wrapper for the Expat XML parsing library
Name:		ocaml-expat
Version:	0.9.1
Release:	13
License:	GPLv2+
Group:		Development/OCaml
Url:		http://www.xs4all.nl/~mmzeeman/ocaml
Source0:	http://www.xs4all.nl/~mmzeeman/ocaml/%{name}-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(expat)

%description
An ocaml wrapper for the Expat XML parsing library. It allows you to write
XML-Parsers using the SAX method. An XML document is parsed on the fly without
needing to load the entire XML-Tree into memory.

%files
%doc LICENCE README doc
%dir %{_libdir}/ocaml/expat
%{_libdir}/ocaml/expat/*.cmi
%{_libdir}/ocaml/expat/*.cma
%{_libdir}/ocaml/expat/META
%{_libdir}/ocaml/stublibs/*.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	expat-devel
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/expat/*.a
%{_libdir}/ocaml/expat/*.cmxa
%{_libdir}/ocaml/expat/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make depend
%make all allopt

%install
install -d -m 755 %{buildroot}/%{_libdir}/ocaml/stublibs
make install OCAMLFIND_DESTDIR="%{buildroot}%{_libdir}/ocaml"
rm -f %{buildroot}/%{_libdir}/ocaml/stublibs/*.owner

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.9.1-13
- (bf6cc53) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12380 |14cu|ocaml-extlib-1.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define up_name extlib

Summary:	Extended Standard Library for Objective Caml
Name:		ocaml-extlib
Version:	1.6.1
Release:	1
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://code.google.com/p/ocaml-extlib/
Source0:	http://ocaml-extlib.googlecode.com/files/%{up_name}-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	camlp4

%description
ExtLib is a project aiming at providing a complete - yet small - standard
library for the OCaml programming langage. The purpose of this library is to
add new functions to OCaml Standard Library modules, to modify some functions
in order to get better performances or more safety (tail-recursive) but also to
provide new modules which should be useful for the average OCaml programmer.

%files
%dir %{_libdir}/ocaml/extlib
%{_libdir}/ocaml/extlib/*.cmi
%{_libdir}/ocaml/extlib/*.cma
%{_libdir}/ocaml/extlib/META

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/extlib/*.a
%{_libdir}/ocaml/extlib/*.cmxa
%{_libdir}/ocaml/extlib/*.cmx
%{_libdir}/ocaml/extlib/*.cmxs

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description doc
This package provides the documentation in HTML about the library %{name}.

%files doc
%doc README.txt LICENSE
# % {_datadir}/doc/%{name}/*
%{_libdir}/ocaml/extlib/*.mli
%{_libdir}/ocaml/extlib/*.ml

#----------------------------------------------------------------------------

%prep
%setup -q -n %{up_name}-%{version}

%build
make
make opt
make doc

%install
install -d -m 755 %{buildroot}/%{_libdir}/ocaml
make install OCAMLFIND_DESTDIR="%{buildroot}/%{_libdir}/ocaml"
# rename doc directory
mv doc apidoc-html
# also install additional stuff that we want
install -m 755 extLib.cmi %{buildroot}/%{_libdir}/ocaml/extlib/
install -m 644 *.ml %{buildroot}/%{_libdir}/ocaml/extlib/

%changelog

* Tue Jul 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6.1-1
- (add9010) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12381 |14cu|ocaml-fileutils-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml library for common file and filename operations
Name:		ocaml-fileutils
Version:	0.5.0
Release:	1
License:	LGPLv2+
Group:		Development/OCaml
Url:		http://ocaml-fileutils.forge.ocamlcore.org/
Source0:	http://forge.ocamlcore.org/frs/download.php/1531/%{name}-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-ounit

%description
This library is intended to provide a basic interface to the most
common file and filename operations. It provides several different
filename functions: reduce, make_absolute, make_relative… It also
enables you to manipulate real files: cp, mv, rm, touch…

It is separated into two modules: SysUtil and SysPath. The first one
manipulates real files, the second one is made for manipulating
abstract filenames.

%files
%doc README.txt
%dir %{_libdir}/ocaml/fileutils
%{_libdir}/ocaml/fileutils/*.cmi
%{_libdir}/ocaml/fileutils/*.cma
%{_libdir}/ocaml/fileutils/*.cmxs
%{_libdir}/ocaml/fileutils/META

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}
Provides:       %{name}-devel = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc COPYING.txt AUTHORS.txt CHANGELOG.txt README.txt TODO.txt
%{_libdir}/ocaml/fileutils/*.a
%{_libdir}/ocaml/fileutils/*.cmx
%{_libdir}/ocaml/fileutils/*.cmxa
%{_libdir}/ocaml/fileutils/*.ml
%{_libdir}/ocaml/fileutils/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
ocaml setup.ml -configure
ocaml setup.ml -build

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
ocaml setup.ml -install

%check
ocaml setup.ml -test

%changelog

* Fri Apr 22 2016 dsilakov <denis.silakov@rosalab.ru> 0.5.0-1
- (4462388) Merge pull request #1 from alzim/ocaml-fileutils:rosa2014.1
- (4462388) Updated 0.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12382 |14cu|ocaml-lablgl-1.05-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname lablgl
%define srcname lablGL

Summary:	OpenGL interface for OCaml
Name:		ocaml-%{modname}
Version:	1.05
Release:	4
License:	BSD
Group:		Development/OCaml
Url:		http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html
Source0:	http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/%{modname}-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-labltk
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(xmu)
Requires:	ocaml-labltk

%description
LablGL is is an OCaml interface to OpenGL. Support is included for
use with both Glut (standalone) and LablTk.

%files
%doc COPYRIGHT CHANGES README
%dir %{_libdir}/ocaml/lablGL
%{_libdir}/ocaml/lablGL/*.cmi
%{_libdir}/ocaml/lablGL/*.cma
%{_libdir}/ocaml/lablGL/META
%{_libdir}/ocaml/stublibs/*.so
%{_bindir}/lablgl
%{_bindir}/lablglut

#----------------------------------------------------------------------------

%package devel
Summary:	OpenGL interface for OCaml
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}
Requires:	pkgconfig(gl)
Requires:	pkgconfig(glu)
Requires:	pkgconfig(glut)
Requires:	pkgconfig(xmu)

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%{_libdir}/ocaml/lablGL/*.a
%{_libdir}/ocaml/lablGL/*.cmx
%{_libdir}/ocaml/lablGL/*.cmxa
%{_libdir}/ocaml/lablGL/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}

cp -f %{_includedir}/tk8.6*/generic/tkInt.h Togl/src/Togl/tkInt%{tcl_version}.h
cp -f %{_includedir}/tk8.6*/generic/tkIntDecls.h Togl/src/Togl/tkIntDecls%{tcl_version}.h
sed -i -e 's,tkIntDecls.h,tkIntDecls%{tcl_version}.h,g' Togl/src/Togl/tkInt%{tcl_version}.h

cat > Makefile.config << EOF
CAMLC = ocamlc.opt
CAMLOPT = ocamlopt.opt
BINDIR = %{_bindir}
XINCLUDES = -I%{_includedir}
XLIBS = -L%{_libdir} -lXext -lXmu -lX11
TKINCLUDES = -I%{_includedir}
GLINCLUDES =
GLLIBS = -lGL -lGLU
GLUTLIBS = -lglut
RANLIB = :
LIBDIR = %{_libdir}/ocaml
DLLDIR = %{_libdir}/ocaml/stublibs
INSTALLDIR = %{_libdir}/ocaml/lablGL
TOGLDIR=Togl
COPTS = %{optflags}
EOF

%build
make all opt

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_libdir}/ocaml/lablGL
install -d -m 755 %{buildroot}%{_libdir}/ocaml/stublibs
make \
   BINDIR=%{buildroot}%{_bindir}\
   INSTALLDIR=%{buildroot}%{_libdir}/ocaml/lablGL\
   DLLDIR=%{buildroot}%{_libdir}/ocaml/stublibs\
   install

rm -f %{buildroot}%{_libdir}/ocaml/lablGL/*.ml

# Make and install a META file.
cat > %{buildroot}%{_libdir}/ocaml/lablGL/META<<EOF
version="%{version}"
directory="+lablGL"
archive(byte) = "lablgl.cma"
archive(native) = "lablgl.cmxa"

package "togl" (
  requires = "labltk lablGL"
  archive(byte) = "togl.cma"
  archive(native) = "togl.cmxa"
)

package "glut" (
  requires = "lablGL"
  archive(byte) = "lablglut.cma"
  archive(native) = "lablglut.cmxa"
)
EOF


%changelog

* Mon Jun 06 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.05-4
- (9ca733e) Fix Tk usage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12383 |14cu|ocaml-mad-0.4.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Bindings for the mad library
Name:		ocaml-mad
Version:	0.4.4
Release:	4
License:	GPLv2+
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/savonet/files/
Source0:	http://downloads.sourceforge.net/savonet/ocaml-mad/ocaml-mad-%{version}.tar.gz
Patch1:		ocaml-mad-0.3.5-docblock.patch
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(mad)
BuildRequires:  libmad-devel

%description
Bindings for the mad library which provides functions for encoding
wave audio files into mp3.

%files
%doc COPYING CHANGES README
%dir %{_libdir}/ocaml/mad
%{_libdir}/ocaml/mad/META
%{_libdir}/ocaml/mad/*.cma
%{_libdir}/ocaml/mad/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/html
%{_libdir}/ocaml/mad/*.a
%{_libdir}/ocaml/mad/*.cmxa
%{_libdir}/ocaml/mad/*.cmx
%{_libdir}/ocaml/mad/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q


%build
./configure
make
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/mad
make install


%changelog

* Fri Jul 03 2015 dsilakov <denis.silakov@rosalab.ru> 0.4.4-4
- (798445c) Merge pull request #1 from anastasiya_po/ocaml-mad:rosa2014.1
- (798445c) Anastasiya Ponomareva



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12384 |14cu|ocaml-ocamlnet-3.7.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name ocamlnet

%define ocamlnet_datadir %{_datadir}/%{name}

Summary:	OCaml internet protocols and conventions
Name:		ocaml-%{up_name}
Version:	3.7.5
Release:	2
License:	BSD
Group:		Development/OCaml
Url:		http://projects.camlcity.org/projects/ocamlnet.html
Source0:	http://download.camlcity.org/download/ocamlnet-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	camlp4
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-cryptgps-devel
BuildRequires:	ocaml-lablgtk2-devel
BuildRequires:	ocaml-pcre-devel
BuildRequires:	ocaml-ssl-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
Requires:	ocaml-pcre

%description
Ocamlnet is an ongoing effort to collect modules, classes and
functions that are useful to implement network protocols. Since
version 2.2, Ocamlnet incorporates the Equeue, RPC, and Netclient
libraries, so it now really a big player.

In detail, the following features are available:

 * netstring is about processing strings that occur in network
   context. Features: MIME encoding/decoding, Date/time parsing,
   Character encoding conversion, HTML parsing and printing, URL
   parsing and printing, OO-representation of channels, and a lot
   more.

 * netcgi1 and netcgi2 focus on portable web applications. netcgi1 is
   the older, backward-compatible version, whereas netcgi2 bases on a
   revised design, and is only partly backward-compatible. Supported
   are CGI, FastCGI, AJP (mod_jk), and SCGI.

 * rpc implements ONCRPC (alias SunRPC), the remote procedure call
   technology behind NFS and other Unix services.

 * netplex is a generic server framework. It can be used to build
   stand-alone server programs from individual components like those
   from netcgi2, nethttpd, and rpc.

 * netclient implements clients for HTTP (version 1.1, of course), FTP
   (currently partially), and Telnet.

 * equeue is an event queue used for many protocol implementations. It
   makes it possible to run several clients and/or servers in parallel
   without having to use multi-threading or multi-processing.

 * shell is about calling external commands like a Unix shell does.

 * netshm provides shared memory for IPC purposes.

 * netsys contains bindings for system functions missing in core O'Caml.

 * smtp and pop are two further client implementations for the SMTP
   and POP3 protocols.

%files
%doc ChangeLog INSTALL LICENSE LICENSE.GPL LICENSE.LGPL RELNOTES
%{_bindir}/netplex-admin
%{_bindir}/ocamlrpcgen
%{_libdir}/ocaml/equeue
%{_libdir}/ocaml/equeue-gtk2
%{_libdir}/ocaml/equeue-ssl
%{_libdir}/ocaml/equeue-tcl
%{_libdir}/ocaml/netcamlbox
%{_libdir}/ocaml/netcgi2
%{_libdir}/ocaml/netcgi2-plex
%{_libdir}/ocaml/netclient
%{_libdir}/ocaml/netgssapi
%{_libdir}/ocaml/netmulticore
%{_libdir}/ocaml/netplex
%{_libdir}/ocaml/netshm
%{_libdir}/ocaml/netstring
%{_libdir}/ocaml/netstring-pcre
%{_libdir}/ocaml/netsys
%{_libdir}/ocaml/pop
%{_libdir}/ocaml/rpc
%{_libdir}/ocaml/rpc-auth-local
%{_libdir}/ocaml/rpc-generator
%{_libdir}/ocaml/rpc-ssl
%{_libdir}/ocaml/smtp
%{_libdir}/ocaml/shell
%{_libdir}/ocaml/rpc-auth-dh
%{_libdir}/ocaml/stublibs/*.so
%{_libdir}/ocaml/stublibs/*.so.owner
%{ocamlnet_datadir}/*
%exclude %{_libdir}/ocaml/*/*.a
%exclude %{_libdir}/ocaml/*/*.cmxa
%exclude %{_libdir}/ocaml/*/*.cmx
%exclude %{_libdir}/ocaml/*/*.o
%exclude %{_libdir}/ocaml/*/*.mli

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}
Requires:	ocaml-pcre-devel

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%doc doc/html-main
%{_libdir}/ocaml/*/*.a
%{_libdir}/ocaml/*/*.cmx
%{_libdir}/ocaml/*/*.cmxa
%{_libdir}/ocaml/*/*.o
%{_libdir}/ocaml/*/*.mli
%exclude %{_libdir}/ocaml/nethttpd-for-netcgi2
%exclude %{_libdir}/ocaml/nethttpd

#----------------------------------------------------------------------------

%package nethttpd
Summary:	Ocamlnet HTTP daemon
License:	GPLv2+
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description nethttpd
Nethttpd is a web server component (HTTP server implementation). It
can be used for web applications without using an extra web server, or
for serving web services.

%files nethttpd
%{_libdir}/ocaml/nethttpd-for-netcgi2
%{_libdir}/ocaml/nethttpd
%exclude %{_libdir}/ocaml/*/*.a
%exclude %{_libdir}/ocaml/*/*.cmxa
%exclude %{_libdir}/ocaml/*/*.mli

#----------------------------------------------------------------------------

%package nethttpd-devel
Summary:	Development files for %{name}-nethttpd
License:	GPLv2+
Group:		Development/OCaml
Requires:	%{name}-nethttpd = %{EVRD}

%description nethttpd-devel
The %{name}-nethttpd-devel package contains libraries and signature
files for developing applications that use %{name}-nethttpd.

%files nethttpd-devel
%{_libdir}/ocaml/nethttpd/*.a
%{_libdir}/ocaml/nethttpd/*.cmxa
%{_libdir}/ocaml/nethttpd/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{up_name}-%{version}

%build
# not an autoconf one
./configure \
  -enable-tcl \
  -equeue-tcl-libs -ltcl \
  -bindir %{_bindir} \
  -datadir %{ocamlnet_datadir} \
  -prefer-netcgi2 \
  -with-nethttpd \
  -disable-apache \
  -enable-ssl \
  -enable-gtk2 \
  -enable-pcre \
  -with-rpc-auth-dh

# Bletcherous hack to get that extra include path in camlp4 builds.
#echo -e '#!/bin/sh\n%{_bindir}/camlp4 -I %{_libdir}/ocaml/camlp4/Camlp4Parsers "$@"' > camlp4; chmod 0755 camlp4; export PATH=`pwd`:$PATH
make all opt

%install
install -d -m 755 %{buildroot}/%{_libdir}/ocaml
install -d -m 755 %{buildroot}/%{_libdir}/ocaml/stublibs
make install \
  OCAMLFIND_INSTFLAGS="-destdir %{buildroot}/%{_libdir}/ocaml" \
  OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml \
  DESTDIR="%{buildroot}"

# cgi/META conflicts with mod_caml
rm -rf %{buildroot}/%{_libdir}/ocaml/cgi

# rpc-generator/dummy.mli is empty and according to Gerd Stolpmann can
# be deleted safely.  This avoids an rpmlint warning.
rm -f %{buildroot}/%{_libdir}/ocaml/rpc-generator/dummy.mli

# Strip libraries.
strip %{buildroot}/%{_libdir}/ocaml/stublibs/*.so


%changelog

* Sun Jul 05 2015 dsilakov <denis.silakov@rosalab.ru> 3.7.5-2
- (3343145) Merge pull request #1 from anastasiya_po/ocaml-ocamlnet:rosa2014.1
- (3343145) ocaml-ocamlnet version 3.7.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12385 |14cu|ocaml-ogg-0.4.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml bindings for the Ogg bitstream library
Name:		ocaml-ogg
Version:	0.4.5
Release:	4
License:	LGPLv2.1+ with exceptions
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/savonet/files/
Source0:	http://downloads.sourceforge.net/savonet/ocaml-ogg/ocaml-ogg-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	pkgconfig(ogg)

%description
OCaml bindings for the Ogg bitstream library, libogg is a library
for manipulating ogg bitstreams. It handles both making ogg bitstreams
and getting packets from ogg bitstreams.

%files
%doc COPYING CHANGES README
%dir %{_libdir}/ocaml/ogg
%{_libdir}/ocaml/ogg/META
%{_libdir}/ocaml/ogg/*.cma
%{_libdir}/ocaml/ogg/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/html
%{_libdir}/ocaml/ogg/*.a
%{_libdir}/ocaml/ogg/*.cmxa
%{_libdir}/ocaml/ogg/*.mli
%{_libdir}/ocaml/ogg/*.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
make
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/ogg
make install


%changelog

* Fri Jul 03 2015 dsilakov <denis.silakov@rosalab.ru> 0.4.5-4
- (33c2d59) Merge pull request #1 from anastasiya_po/ocaml-ogg:rosa2014.1
- (33c2d59) Anastasiya Ponomareva



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12386 |14cu|ocaml-pcre-7.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Perl compatibility regular expressions for OCaml
Name:		ocaml-pcre
Version:	7.1.1
Release:	4
License:	LGPLv2.1+
Group:		Development/OCaml
URL:            http://mmottl.github.io/pcre-ocaml/
Source0:        https://github.com/mmottl/pcre-ocaml/archive/v%{version}.zip
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	texlive
BuildRequires:	pkgconfig(libpcre)

%description
This OCaml-library interfaces the PCRE (Perl-compatibility regular
expressions) library which is written in C. it can be used for matching
regular expressions which are written in "PERL"-style.

Searching for, replacing or splitting text should become much easier with
this library.

%files
%doc README.md COPYING.txt AUTHORS.txt CHANGES.txt
%dir %{_libdir}/ocaml/pcre
%{_libdir}/ocaml/pcre/*.cmi
%{_libdir}/ocaml/pcre/*.cma
%{_libdir}/ocaml/pcre/*.cmxs
%{_libdir}/ocaml/pcre/META
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	pkgconfig(libpcre)
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%doc html/
%doc examples/
%{_libdir}/ocaml/pcre/*.a
%{_libdir}/ocaml/pcre/*.cmxa
%{_libdir}/ocaml/pcre/*.mli
%{_libdir}/ocaml/pcre/*.cmx

#----------------------------------------------------------------------------

%prep
%setup -q -n pcre-ocaml-%{version}

%build
./configure --prefix=%{_prefix}
make
make doc
mv _build/API.docdir/ html/

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
install -d -m 755 %{buildroot}/%{_libdir}/ocaml
install -d -m 755 %{buildroot}/%{_libdir}/ocaml/stublibs
make install


%changelog

* Tue Jul 07 2015 dsilakov <denis.silakov@rosalab.ru> 7.1.1-4
- (d56bfa0) Merge pull request #1 from anastasiya_po/ocaml-pcre:rosa2014.1
- (d56bfa0) ocaml-pcre version 7.1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12387 |14cu|ocaml-pgocaml-introduction-0.94-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Brief Introduction to PG'OCaml
Name:		ocaml-pgocaml-introduction
Version:	0.94
Release:	1
License:	CC-by-sa-3.0
Group:		Development/OCaml
Url:		http://www.dse.nl/~dario/projects/pgoctut/
# Real:		http://www.dse.nl/~dario/projects/pgoctut/pgoctut.pdf
Source0:	http://www.dse.nl/~dario/projects/pgoctut/pgoctut.pdf.tar.lzma
BuildArch:	noarch

%description
PG'OCaml, by Richard W. M. Jones, provides an interface to PostgreSQL
databases for OCaml applications. It uses  Camlp4 to extend the OCaml
syntax, enabling one to directly embed SQL statements inside the OCaml
code. Moreover, it uses the describe feature of PostgreSQL to obtain
type information about the database. This allows PG'OCaml to check at
compile-time if the programme is indeed consistent with the database
structure. This type-safe database access is the primary advantage that
PG'OCaml has over other PostgreSQL bindings for OCaml.

Unfortunately, PG'OCaml is rather lacking on the documentation front.
This document aims to fill that gap, by providing an overview of the
capabilities of the library, usage examples, and solutions to potential
pitfalls. Moreover, it also addresses the installation of PG'OCaml,
how to compile programmes that make use of the library, and the
correspondence between PostgreSQL data types and their OCaml
counterparts.

%files
%dir %{_datadir}/doc/%{name}
%{_datadir}/doc/%{name}/pgoctut.pdf

#----------------------------------------------------------------------------

%prep
lzcat %{SOURCE0} > pgoctut.pdf

%build

%install
mkdir -p %{buildroot}%{_datadir}/doc/%{name}
install -d -m 755 %{buildroot}%{_datadir}/doc/%{name}
install -m 644 pgoctut.pdf %{buildroot}%{_datadir}/doc/%{name}/


%changelog

* Wed Jul 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.94-1
- (230a392) Updated to 0.94



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12388 |14cu|ocaml-pomap-3.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Library for maintaining partially ordered maps
Name:		ocaml-pomap
Version:	3.0.5
Release:	2
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		http://www.ocaml.info/home/ocaml_sources.html#pomap
Source0:	http://hg.ocaml.info/release/pomap/archive/pomap-%{version}.tar.gz
BuildRequires:	gzip
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
The Pomap-library implements an ADT that maintains maps of partially
ordered elements. Whereas a total order allows you to say whether some
element is lower, equal or greater than another one, partial orders also
allow for a "don't know"-case.

%files
%doc COPYING.txt
%dir %{_libdir}/ocaml/pomap
%{_libdir}/ocaml/pomap/META
%{_libdir}/ocaml/pomap/*.cma
%{_libdir}/ocaml/pomap/*.cmi
%{_libdir}/ocaml/pomap/*.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc COPYING.txt CHANGES.txt README.md
%doc examples
%{_libdir}/ocaml/pomap/*.a
%{_libdir}/ocaml/pomap/*.cmx
%{_libdir}/ocaml/pomap/*.cmxa
%{_libdir}/ocaml/pomap/*.ml
%{_libdir}/ocaml/pomap/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n pomap-%{version}

%build
make

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
install -d -m 755 %{buildroot}/%{_libdir}/ocaml/pomap
make install


%changelog

* Sun Oct 16 2016 dsilakov <denis.silakov@rosalab.ru> 3.0.5-2
- (9ab55f8) Merge pull request #1 from mivsher/ocaml-pomap:rosa2014.1
- (9ab55f8) update ocaml-pomap to 3.0.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12389 |14cu|ocaml-react-1.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	OCaml module for Functional Reactive Programming (FRP)
Name:		ocaml-react
Version:	1.2.0
Release:	3
License:	BSD
Group:		Development/OCaml
Url:		http://erratique.ch/software/react
Source0:	http://erratique.ch/software/react/releases/react-%{version}.tbz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
React is an OCaml module for functional reactive programming (FRP).
It provides support to program with time varying values : applicative
events and signals. React doesn't define any primitive event or signal,
this lets the client chooses the concrete timeline.

React is made of a single, independent, module and distributed under
the new BSD license.

Given an absolute notion of time Rtime helps you to manage a timeline
and provides time stamp events, delayed events and delayed signals.

%files
%doc README.md CHANGES.md
%dir %{_libdir}/ocaml/react
%{_libdir}/ocaml/react/META
%{_libdir}/ocaml/react/react.cmi
%{_libdir}/ocaml/react/react.cma
%{_libdir}/ocaml/react/react.cmxs

#----------------------------------------------------------------------------

%package        devel
Summary:        Development files for %{name}
Group:          Development/OCaml
Requires:       %{name} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.


%files devel
%doc doc
%{_libdir}/ocaml/react/react.cmx
%{_libdir}/ocaml/react/react.cmxa
%{_libdir}/ocaml/react/react.a
%{_libdir}/ocaml/react/react.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n react-%{version}

%build
ocaml pkg/build.ml native=true native-dynlink=true

%install
mkdir -p %{buildroot}/%{_libdir}/ocaml/react
cp _build/src/react.{cm{i,a,x,xa,xs},a,mli} %{buildroot}/%{_libdir}/ocaml/react
cp _build/pkg/META %{buildroot}/%{_libdir}/ocaml/react


%changelog

* Sun Jul 05 2015 dsilakov <denis.silakov@rosalab.ru> 1.2.0-3
- (fd1afed) Merge pull request #1 from anastasiya_po/ocaml-react:rosa2014.1
- (fd1afed) ocaml-react version 1.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12390 |14cu|ocaml-res-4.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Library for automatically resizing contiguous memory (arrays and strings)
Name:		ocaml-res
Version:	4.0.5
Release:	3
License:	LGPL
Group:		Development/OCaml
URL:		http://mmottl.github.io/res/
Source:         https://github.com/mmottl/res/archive/v%{version}.zip
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:  ocaml-compiler

%description
This OCaml-library consists of a set of modules which implement
automatically resizing (= reallocating) datastructures that consume
a contiguous part of memory. This allows appending and removing of
elements to/from arrays (both boxed and unboxed), strings (-> buffers),
bit strings and weak arrays while still maintaining fast constant-time
access to elements.

There are also functors that allow the generation of similar modules
which use different reallocation strategies.

%files
%doc COPYING.txt
%dir %{_libdir}/ocaml/res
%{_libdir}/ocaml/res/META
%{_libdir}/ocaml/res/*.cma
%{_libdir}/ocaml/res/*.cmi
%{_libdir}/ocaml/res/*.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{version}-%{release}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.


%files devel
%doc CHANGES.txt README.md TODO.md
%doc API.docdir API.odocl examples/
%{_libdir}/ocaml/res/*.a
%{_libdir}/ocaml/res/*.cmx
%{_libdir}/ocaml/res/*.cmxa
%{_libdir}/ocaml/res/*.mli
%{_libdir}/ocaml/res/*.ml

#----------------------------------------------------------------------------

%prep
%setup -q -n res-%{version}

%build
./configure 
make

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR/res
mkdir -p $OCAMLFIND_DESTDIR/stublibs
make install


# documentation
ocaml setup.ml -doc
rm -f API.docdir
mv _build/API.docdir ./
mv _build/API.odocl ./


%changelog

* Fri Jul 03 2015 dsilakov <denis.silakov@rosalab.ru> 4.0.5-3
- (b05de7c) Merge pull request #1 from anastasiya_po/ocaml-res:rosa2014.1
- (b05de7c) Anastasiya Ponomareva



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12391 |14cu|ocaml-sha-1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SHA Cryptographic Hash Functions for OCaml
Name:		ocaml-sha
Version:	1.9
Release:	1
License:	LGPLv2.1+ or LGPLv3.0+
Group:		Development/OCaml
Url:		https://github.com/vincenthz/ocaml-sha
Source0:	https://github.com/vincenthz/ocaml-sha/archive/ocaml-sha-v%{version}.tar.gz
# the command line utilities use argv.(0) (cf mlcmd_renamed)
Patch0:		ocaml-sha-1.7_sumrenamed.patch
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
SHA is a cryptographic hash function. This provide an interface for OCaml
program to use SHA1, SHA256 and SHA512 functions.

SHA1 implements the second implementation that produce a 160 bit digest from
its input. SHA256 implements newer version that produce 256 bits digest.
SHA512 produces 512 bits digest.

%files
%doc README
%dir %{_libdir}/ocaml/sha
%{_libdir}/ocaml/sha/META
%{_libdir}/ocaml/sha/*.cma
%{_libdir}/ocaml/sha/*.cmi
%{_libdir}/ocaml/sha/*.cmo
%{_libdir}/ocaml/stublibs/*.so*
%{_bindir}/mlsha1sum
%{_bindir}/mlsha256sum
%{_bindir}/mlsha512sum

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc sha.test.ml
%doc html
%{_libdir}/ocaml/sha/*.a
%{_libdir}/ocaml/sha/*.cmxa
%{_libdir}/ocaml/sha/*.cmx
%{_libdir}/ocaml/sha/*.ml*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{name}-v%{version}
%patch0 -p1

%build
make       # the lib
make bins  # the progs
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/sha
ocamlfind install sha META ./*.{mli,cmi,cma,a,cmo,cmx,cmxa,so}
install -d -m 0755 %{buildroot}%{_bindir}
for p in sha*sum ; do mv $p ml$p ; done
# mlcmd_renamed: rename shaXsum to mlshaXsum (conflict with coreutils)
install -m 0755 mlsha*sum %{buildroot}%{_bindir}/


%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.9-1
- (d180d35) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12392 |14cu|ocaml-simple_gettext-0.1-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name simple_gettext

Summary:	OCaml wrapper for the gettext library
Name:		ocaml-%{base_name}
Version:	0.1
Release:	19
License:	GPLv2+
Group:		Development/OCaml
Url:		http://merd.net/pixel/ocaml-simple_gettext
Source0:	http://merd.sourceforge.net/pixel/ocaml-simple_gettext/%{name}-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib

%description
OCaml wrapper for the gettext library.

%files
%doc README docs
%dir %{_libdir}/ocaml/%{base_name}
%{_libdir}/ocaml/%{base_name}/*.cmi
%{_libdir}/ocaml/%{base_name}/*.cma
%{_libdir}/ocaml/%{base_name}/META
%{_libdir}/ocaml/stublibs/*.so

#----------------------------------------------------------------------------

%package devel
Summary:	OCaml wrapper for the gettext library
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
OCaml wrapper for the gettext library.

%files devel
%{_bindir}/*
%{_libdir}/ocaml/%{base_name}/*.a
%{_libdir}/ocaml/%{base_name}/*.cmxa
%{_libdir}/ocaml/%{base_name}/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{base_name}-%{version}

%build
make

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}/ocaml/stublibs
%makeinstall_std OCAMLFIND_DESTDIR=%{buildroot}%{_libdir}/ocaml
rm -f %{buildroot}%{_libdir}/ocaml/stublibs/*.owner

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.1-19
- (c873365) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12393 |14cu|ocaml-speex-0.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml interface to the speex library
Name:		ocaml-speex
Version:	0.2.0
Release:	5
License:	GPLv2+
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/savonet/files/
Source0:	http://downloads.sourceforge.net/savonet/ocaml-speex/ocaml-speex-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-ogg-devel
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(speex)
Requires:	speex

%description
This package provides an interface to the speex library for 
OCaml programmers.

Speex is an audio codec especially designed for compressing voice at low
bit-rates for applications such as voice over IP (VoIP).

%files
%doc COPYING README CHANGES
%dir %{_libdir}/ocaml/speex
%{_libdir}/ocaml/speex/META
%{_libdir}/ocaml/speex/*.cma
%{_libdir}/ocaml/speex/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/html
%doc examples
%{_libdir}/ocaml/speex/*.a
%{_libdir}/ocaml/speex/*.cmxa
%{_libdir}/ocaml/speex/*.cmx
%{_libdir}/ocaml/speex/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure
make
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/speex
make install


%changelog

* Sun Jul 05 2015 dsilakov <denis.silakov@rosalab.ru> 0.2.0-5
- (4ae0da7) Merge pull request #1 from anastasiya_po/ocaml-speex:rosa2014.1
- (4ae0da7) ocaml-speex version 0.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12394 |14cu|ocaml-theora-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OCaml interface to the theora library
Name:		ocaml-theora
Version:	0.3.0
Release:	1
License:	GPLv2+
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/savonet/files/ocaml-theora/
Source0:	http://downloads.sourceforge.net/project/savonet/ocaml-theora/%{version}/ocaml-theora-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-compiler
BuildRequires:	ocaml-ogg-devel
BuildRequires:	pkgconfig(theora)
Requires:	ocaml-ogg

%description
This package contains an OCaml interface for Theora Video Compression Codec
Library, otherwise known as libtheora.

%files
%doc COPYING CHANGES README
%dir %{_libdir}/ocaml/theora
%{_libdir}/ocaml/theora/META
%{_libdir}/ocaml/theora/*.cma
%{_libdir}/ocaml/theora/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/html
%{_libdir}/ocaml/theora/*.a
%{_libdir}/ocaml/theora/*.cmxa
%{_libdir}/ocaml/theora/*.cmx
%{_libdir}/ocaml/theora/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure
make all
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/theora
make install


%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-1
- (a780310) Use local configure script



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12395 |14cu|ocaml-ulex-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define up_name ulex

Summary:	A lexer generator for Unicode and OCaml
Name:		ocaml-%{up_name}
Version:	1.1
Release:	8
License:	MIT
Group:		Development/OCaml
Url:		http://www.cduce.org/
Source0:	http://www.cduce.org/download/%{up_name}-%{version}.tar.gz
Patch0:		ocaml-ulex-1.0.install_flags.patch
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	mysql-devel

%description
ulex is a lexer generator for Unicode and OCaml written by Alain Frisch.

%files
%doc CHANGES README LICENSE
%dir %{_libdir}/ocaml/ulex
%{_libdir}/ocaml/ulex/*.cmi
%{_libdir}/ocaml/ulex/*.cma
%{_libdir}/ocaml/ulex/META

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/ulex/*.a
%{_libdir}/ocaml/ulex/*.cmx
%{_libdir}/ocaml/ulex/*.cmxa
%{_libdir}/ocaml/ulex/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{up_name}-%{version}
%patch0 -p1 -b .install_flags

%build
make all all.opt

%install
install -d -m 755 %{buildroot}/%{_libdir}/ocaml/stublibs
make install OCAMLFIND_DESTDIR="%{buildroot}/%{_libdir}/ocaml"

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.1-8
- (34d59e2) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12396 |14cu|ocaml-vorbis-0.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ocaml bindings to Ogg/Vorbis
Name:		ocaml-vorbis
Version:	0.6.1
Release:	4
License:	GPLv2+
Group:		Development/OCaml
Url:		http://sourceforge.net/projects/savonet/files/
Source0:	http://downloads.sourceforge.net/savonet/ocaml-vorbis/ocaml-vorbis-%{version}.tar.gz
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-ogg-devel
BuildRequires:	pkgconfig(vorbis)

%description
This OCaml library interfaces the vorbis C library. It can be used to
decode from or encode to the Ogg Vorbis compressed audio format as well
as to get informations about an Ogg Vorbis file.

Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed audio format for audio and music at fixed
and variable bitrates from 16 to 128 kbps/channel.

%files
%doc CHANGES COPYING README
%dir %{_libdir}/ocaml/vorbis
%{_libdir}/ocaml/vorbis/META
%{_libdir}/ocaml/vorbis/*.cma
%{_libdir}/ocaml/vorbis/*.cmi
%{_libdir}/ocaml/stublibs/*.so*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/html
%doc examples
%{_libdir}/ocaml/vorbis/*.a
%{_libdir}/ocaml/vorbis/*.cmxa
%{_libdir}/ocaml/vorbis/*.cmx
%{_libdir}/ocaml/vorbis/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./configure
make all opt
make doc

%install
export DESTDIR=%{buildroot}
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
export DLLDIR=$OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/stublibs
mkdir -p $OCAMLFIND_DESTDIR/vorbis
make install


%changelog

* Sun Jul 05 2015 dsilakov <denis.silakov@rosalab.ru> 0.6.1-4
- (196823b) Merge pull request #1 from anastasiya_po/ocaml-vorbis:rosa2014.1
- (196823b) ocaml-vorbis version 0.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12397 |14cu|ocaml-xml-light-2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define base_name       xml-light

Summary:	Minimal XML parser & printer for OCaml
Name:		ocaml-%{base_name}
Version:	2.4
Release:	1
License:	LGPLv2.1+
Group:		Development/OCaml
Url:		https://github.com/ncannasse/xml-light/
Source:		https://github.com/ncannasse/xml-light/archive/%{version}.tar.gz
BuildRequires:	ocaml

%description
Xml-Light is a minimal XML parser & printer for OCaml. 
It provide functions to parse an XML document into an OCaml data structure, 
work with it, and print it back to an XML document. 
It support also DTD parsing and checking, and is entirely written in OCaml, 
hence it does not require additional C library.

%files
%doc README
%dir %{_libdir}/ocaml/xml-light
%{_libdir}/ocaml/xml-light/*.cmi
%{_libdir}/ocaml/xml-light/*.cma
%{_libdir}/ocaml/xml-light/META

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
This package contains the development files needed to build applications
using %{name}.

%files devel
%{_libdir}/ocaml/xml-light/*.a
%{_libdir}/ocaml/xml-light/*.cmx
%{_libdir}/ocaml/xml-light/*.cmxa
%{_libdir}/ocaml/xml-light/*.cmxs
%{_libdir}/ocaml/xml-light/*.mli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{base_name}-%{version}
chmod 644 README *.mli
perl -pi -e 's/\015$//' README

%build
make
make doc

%install
install -d %{buildroot}%{_libdir}/ocaml/xml-light
make install INSTALLDIR=%{buildroot}%{_libdir}/ocaml/xml-light

cat > %{buildroot}%{_libdir}/ocaml/xml-light/META <<EOF
version = "%{version}"
description = "Minimal XML parser & printer for OCaml"
archive(byte) = "xml-light.cma"
archive(native) = "xml-light.cmxa"
EOF


%changelog

* Sat Jul 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4-1
- (b26f5f7) Updated to 2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12398 |14cu|ocaml-xmlm-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Streaming XML input/output for OCaml
Name:		ocaml-xmlm
Version:	1.2.0
Release:	1
License:	BSD
Group:		Development/OCaml
URL:            http://erratique.ch/software/xmlm
Source0:        http://erratique.ch/software/xmlm/releases/xmlm-%{version}.tbz
Source100:	%{name}.rpmlintrc
BuildRequires:  ocaml-findlib
BuildRequires:  ocaml-compiler

%description
Xmlm is an OCaml module providing streaming XML input/output. It aims at
making XML processing robust and painless. The streaming interface can
process documents without building an in-memory representation. It lets
the programmer translate its data structures to XML documents and
vice-versa. Functions are provided to easily transform arborescent data
structures to/from XML documents.

%files
%doc README.md CHANGES.md
%{_bindir}/xmltrip
%{_libdir}/ocaml/xmlm/META
%{_libdir}/ocaml/xmlm/xmlm.cmi
%{_libdir}/ocaml/xmlm/xmlm.cma
%{_libdir}/ocaml/xmlm/xmlm.cmxs

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/OCaml
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.

%files devel
%doc doc/ test/
%{_libdir}/ocaml/xmlm/xmlm.cmx
%{_libdir}/ocaml/xmlm/xmlm.cmxa
%{_libdir}/ocaml/xmlm/xmlm.a
%{_libdir}/ocaml/xmlm/xmlm.mli
%{_libdir}/ocaml/xmlm/xmlm.cmt
%{_libdir}/ocaml/xmlm/xmlm.cmti
%{_libdir}/ocaml/xmlm/xmlm.annot

#----------------------------------------------------------------------------

%prep
%setup -q -n xmlm-%{version}

%build
pushd src/
 ocamlc -c -annot -bin-annot xmlm.mli
 ocamlc -c -annot -bin-annot xmlm.ml
 ocamlc -g -a -o xmlm.cma xmlm.cmo
 ocamlopt -c -annot -bin-annot xmlm.ml
 ocamlopt -g -a -o xmlm.cmxa xmlm.cmx
 ocamlopt -g -shared -linkall -o xmlm.cmxs xmlm.cmxa
popd

pushd test/
 ocamlopt -c -I ../src xhtml.ml
 ocamlopt -c -I ../src xmltrip.ml
 ocamlopt -o xmltrip -I ../src xmlm.cmxa xhtml.cmx xmltrip.cmx
 rm -f *.o *.cm[ix]
popd


%install
export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR/xmlm
pushd src/
 ocamlfind install xmlm ../pkg/META \
   *.a *.cm[iatx] *.cmti *.cmx[as] *.annot *.mli
popd
pushd test/
 install -d %{buildroot}%{_bindir}/
 install -m 0755 xmltrip %{buildroot}%{_bindir}/
popd


%changelog

* Tue Jul 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-1
- (92af9b9) Updated to 1.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12399 |14cu|ocrad-0.25-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Optical Character Recognition
Name: 		ocrad
Version: 	0.25
Release: 	1
License: 	GPLv3+
Group: 		Publishing
Source: 	http://ftp.gnu.org/gnu/ocrad/%{name}-%{version}.tar.lz
URL: 		http://www.gnu.org/software/ocrad/ocrad.html
BuildRequires:	lzip

%description
Ocrad is an OCR (Optical Character Recognition) program implemented 
as a filter and based on a feature extraction method. It reads a 
bitmap image in PBM format and outputs text in the ISO-8859-1 
(Latin-1) charset. It includes a layout analyser that is able to 
separate the columns or blocks of text normally found on printed 
pages. Ocrad can be used as a stand-alone console application, or as 
a backend to other programs

%package devel
Group: Publishing
Summary: Header files needed for ocard development

%description devel
This package contains header files needed for ocard development.

%prep
%setup -q

%build
./configure --prefix=%{_prefix} --libdir=%{_libdir} CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" CPPFLAGS="%{optflags}" LDFLAGS="%{?ldflags}"
%make

%install
export PATH=$PATH:/sbin
%makeinstall_std

%files
%doc README COPYING INSTALL ChangeLog
%{_bindir}/*
%{_infodir}/*
%{_mandir}/man1/*.1.*

%files devel
%{_includedir}/ocradlib.h
%{_libdir}/libocrad.a

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.25-1
- (9a88650) Updated to 0.25



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12400 |14cu|ocrfeeder-0.8.1-11.20180318
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20180318

%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	GUI for tesseract and cuneiform OCR
Name:		ocrfeeder
Version:	0.8.1
Release:	11.%{git}
License:	GPLv3+
Group:		Office
Url:		https://wiki.gnome.org/OCRFeeder
#Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
# Git snapshot from https://gitlab.gnome.org/GNOME/ocrfeeder/tree/master
Source0:	%{name}-%{version}-%{git}.tar.bz2
Patch0:		ocrfeeder-0.7.5-mga-fix-desktop-file-version.patch
Patch1:		ocrfeeder-0.8.1-20180318-disable-runtime-gi-dep-check-on-build-time.patch
Patch2:		ocrfeeder-0.8.1-pack_start.patch
Patch3:		ocrfeeder-0.8.1-fix_select_scanner.patch
BuildRequires:	gnome-python-gtkspell
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	yelp-tools
BuildRequires:	python-enchant
%if %{mdvver} >= 201400
BuildRequires:	python-pillow
BuildRequires:	python-pillow-sane
%else
BuildRequires:	python-imaging
%endif
BuildRequires:	python-reportlab
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(pygoocanvas)
BuildRequires:	pkgconfig(python)
Requires:	python-pygoocanvas
Requires:	gnome-python-gtkspell
Requires:	gnome-doc-utils
Requires:	tesseract-language
Requires:	python-enchant
Requires:	python-lxml
%if %{mdvver} >= 201400
Requires:	python-pillow
Requires:	python-pillow-sane
%else
Requires:	python-imaging
%endif
Requires:	python-reportlab
Requires:	typelib(GooCanvas)
Requires:	typelib(GtkSpell)
BuildArch:	noarch

%description
OCRFeeder is a complete Optical Character Recognition and Document Analysis
and Recognition program.

%files -f %{name}.lang
%doc NEWS README AUTHORS
%{_bindir}/%{name}
%{_bindir}/%{name}-cli
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/scalable/*/%{name}.svg
%{_mandir}/man1/%{name}*1.*
%{python_sitelib}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{git}
%apply_patches

%build
intltoolize
autoreconf -vfi
%configure2_5x
%make

%install
%makeinstall_std

# daviddavid: fix missing icons in iconsdir repertory for desktop menu entry
mkdir -p %{buildroot}%{_iconsdir}/hicolor/scalable/apps
cp -pr resources/icons/ocrfeeder.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/

%find_lang %{name} --with-gnome


%changelog

* Thu Aug 23 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-11.20180318
- (20e6122) Build requires itstool



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12401 |14cu|ocsinventory-2.1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

#%global __requires_exclude pear\\(dbconfig.inc.php\\)|pear\\(composants.php\\)|pear\\(dico.php\\)|pear\\(opt_groups.php\\)|pear\\(opt_pack.php\\)|pear\\(opt_sup.php\\)|pear\\(domxml-php4-to-php5.php\\)


%define schema_version 2.0

Name:		ocsinventory
Version:	2.1.2
Release:	6
Summary:	Open Computer and Software Inventory Next Generation

License:	GPL
Group:		System/Servers
URL:		http://www.ocsinventory-ng.org/ 
Source0:	OCSNG_UNIX_SERVER-2.1.2.tar.gz
Patch0:		ocsng-httpd24.patch
BuildArch:	noarch 
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Apache::DBI)
BuildRequires:	perl(DBD::mysql)
BuildRequires:	perl(Net::IP)
BuildRequires:	perl(XML::Simple)
# Main package is a dummy package
Requires:    ocsinventory-server  = %{version}-%{release}
Requires:    ocsinventory-reports = %{version}-%{release}


%description
Open Computer and Software Inventory Next Generation is an application
designed to help a network or system administrator keep track of the
computers configuration and software that are installed on the network.

OCS Inventory is also able to detect all active devices on your network,
such as switch, router, network printer and unattended devices.

OCS Inventory NG includes package deployment feature on client computers


%package server
Group:		System/Servers
Summary:	Communication server
Requires:	apache-mod_perl
Requires:	perl(Apache::DBI)
Requires:	perl(XML::Simple)
Requires:	perl(Compress::Zlib)
Requires:	perl(DBD::mysql)
Requires:	perl(Net::IP)
Requires:	perl(SOAP::Lite)

%description server
This package provides the Communication server, which will handle HTTP
communications between database server and agents.

%package reports
Group:		System/Servers
Summary:	Administration console
Requires:	apache-mod_php
Requires:	php-mysql
Requires:	php-xml
Requires:	php-zip
Requires:	php-gd
Requires:	php-mbstring
Recommends:	php-ldap  
Recommends:	mysql-MariaDB

%description reports
This package provides the Administration console, which will allow 
administrators to query the database server through their favorite browser.

%prep
%setup -q -n OCSNG_UNIX_SERVER-%{version}
%patch0 -p0

perl -pi -e 's/SCHEMA_VERSION/%{schema_version}/' ocsreports/index.php

%build
cd Apache
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install

# ocsinventory-server
pushd Apache
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' 

# To avoid bad dependency on perl(mod_perl)
rm -f %{buildroot}%{perl_vendorlib}/Apache/Ocsinventory/Server/Modperl1.pm 

popd

install -d -m 755 %{buildroot}%{_localstatedir}/log/ocsinventory-server

install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/ocsinventory-server<<EOF
/var/log/ocsinventory-server/*.log {
    missingok
}
EOF

install -d -m 755 %{buildroot}%{webappconfdir}
install -m 644 etc/ocsinventory/ocsinventory-server.conf \
    %{buildroot}%{webappconfdir}
perl -pi \
    -e 's|DATABASE_SERVER|localhost|;' \
    -e 's|DATABASE_PORT|3306|;' \
    -e 's|VERSION_MP|2|;' \
    -e 's|PATH_TO_LOG_DIRECTORY|%{_localstatedir}/log/ocsinventory-server|;' \
    %{buildroot}%{_webappconfdir}/ocsinventory-server.conf 

# --- ocsinventory-reports

install -d -m 755 %{buildroot}%{_datadir}/ocsinventory
cp -pr ocsreports %{buildroot}%{_datadir}/ocsinventory

install -d -m 755 %{buildroot}%{_localstatedir}/lib/ocsinventory-reports
install -d -m 755 %{buildroot}%{_localstatedir}/lib/ocsinventory-reports/download
install -d -m 755 %{buildroot}%{_localstatedir}/lib/ocsinventory-reports/ipd

install -m 755 binutils/ipdiscover-util.pl %{buildroot}%{_datadir}/ocsinventory/ocsreports/ipdiscover-util.pl 

install -d -m 755 %{buildroot}%{_sysconfdir}/ocsinventory
install -d -m 755 %{buildroot}%{_sysconfdir}/ocsinventory/ocsreports

mv %{buildroot}%{_datadir}/ocsinventory/ocsreports/dbconfig.inc.php \
    %{buildroot}%{_sysconfdir}/ocsinventory/ocsreports/dbconfig.inc.php
pushd %{buildroot}%{_datadir}/ocsinventory/ocsreports
ln -s ../../../../%{_sysconfdir}/ocsinventory/ocsreports/dbconfig.inc.php .
popd

install -m 644 etc/ocsinventory/ocsinventory-reports.conf \
    %{buildroot}%{webappconfdir}
perl -pi \
    -e 's|OCSREPORTS_ALIAS|/ocsinventory-reports|;' \
    -e 's|PATH_TO_OCSREPORTS_DIR|%{_datadir}/ocsinventory/ocsreports|;' \
    -e 's|PACKAGES_ALIAS|/ocsinventory-download|;' \
    -e 's|PATH_TO_PACKAGES_DIR|%{_localstatedir}/lib/ocsinventory-reports/download|;' \
    %{buildroot}%{_webappconfdir}/ocsinventory-reports.conf 

%files server
%doc README LICENSE.txt Apache/Changes
%{perl_vendorlib}/Apache
%attr(-,apache,apache) %{_localstatedir}/log/ocsinventory-server
%config(noreplace) %{webappconfdir}/ocsinventory-server.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/ocsinventory-server

%files reports
%doc README LICENSE.txt
%{_datadir}/ocsinventory
%config(noreplace) %{webappconfdir}/ocsinventory-reports.conf
%dir %{_sysconfdir}/ocsinventory
%dir %{_sysconfdir}/ocsinventory/ocsreports
%attr(660,root,apache) %config(noreplace) %{_sysconfdir}/ocsinventory/ocsreports/dbconfig.inc.php
%attr(-,apache,apache) %{_localstatedir}/lib/ocsinventory-reports

%changelog

* Tue Jul 07 2015 dsilakov <denis.silakov@rosalab.ru> 2.1.2-6
- (658a053) Merge pull request #1 from anastasiya_po/ocsinventory:rosa2014.1
- (658a053) ocsinventory 2.1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12402 |14cu|ocsinventory-agent-2.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:       ocsinventory-agent
Version:    2.1.1
Release:    1
Epoch:      1
Summary:    Unified client for OCS-Inventory
License:    GPLv2+
Group:      System/Servers
URL:        http://www.ocsinventory-ng.org/
Source0:    http://launchpad.net/ocsinventory-unix-agent/stable/ocsinventory-unix-agent-1.1.2/+download/Ocsinventory-Unix-Agent-%{version}.tar.gz
Requires:   net-tools
Requires:   pciutils
Requires:   nmap
Requires:   monitor-edid
Requires:   dmidecode >= 2.6
Requires:   perl-Net-IP
Requires:   perl-XML-Simple
Requires:   perl-Net-SSLeay
Requires:   perl-Digest-MD5
Requires:   perl-libwww-perl
BuildRequires:   perl-devel
Suggests:   perl-Net-CUPS
Suggests:   perl-Proc-Daemon
Suggests:   ipmitool

%description
Linux agent for ocs-inventory. Dialog between client computers and management
server is based on actual standards, HTTP protocol and XML data formatting.

%prep
%setup -q -n Ocsinventory-Unix-Agent-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
rm -f run-postinst
%makeinstall_std

install -d %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/* %{buildroot}%{_sbindir}/

install -d -m 755 %{buildroot}%{_sysconfdir}/ocsinventory
cat > %{buildroot}%{_sysconfdir}/ocsinventory/ocsinventory-agent.cfg<<EOF
basevardir = %{_localstatedir}/lib/ocsinventory-agent
logger  = File
logfile = %{_localstatedir}/log/ocsinventory-agent/ocsinventory-agent.log
EOF

install -d -m 755 %{buildroot}%{_sysconfdir}/cron.daily
cat > %{buildroot}%{_sysconfdir}/cron.daily/ocsinventory-agent<<EOF
#!/bin/sh
%{_sbindir}/ocsinventory-agent --lazy > /dev/null 2>&1
EOF
chmod +x %{buildroot}%{_sysconfdir}/cron.daily/ocsinventory-agent

install -d %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/ocsinventory-agent<<EOF
/var/log/ocsinventory-agent/*.log {
    missingok
}
EOF

install -d %{buildroot}%{_localstatedir}/lib/ocsinventory-agent
install -d %{buildroot}%{_localstatedir}/log/ocsinventory-agent

# cleanup
rm -f %{buildroot}%{perl_vendorlib}/Ocsinventory/postinst.pl

%files
%doc AUTHORS Changes LICENSE README THANKS
%{_sbindir}/%{name}
%{_sbindir}/ipdiscover
%{_mandir}/man1/%{name}.*
%{_mandir}/man3/Ocsinventory*
%{perl_vendorlib}/Ocsinventory
%config(noreplace) %{_sysconfdir}/cron.daily/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/ocsinventory
%{_localstatedir}/log/%{name}
%{_localstatedir}/lib/%{name}

%changelog

* Tue Jul 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.1.1-1
- (724a502) Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12403 |14cu|octave-4.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# From src/version.h:#define OCTAVE_API_VERSION
%define octave_api api-v50+

Name:		octave
Version:	4.0.1
Release:	2
Epoch:		0
Summary:	High-level language for numerical computations
License:	GPLv3+
Group:		Sciences/Mathematics
Source0:	ftp://ftp.gnu.org/gnu/octave/%{name}-%{version}.tar.xz
Source1:	ftp://ftp.gnu.org/gnu/octave/%{name}-%{version}.tar.xz.sig
Source99:	%{name}.macros
Source100:      octave.rpmlintrc
URL:		http://www.octave.org/
Obsoletes:	octave3 < %{EVRD}
Provides:	octave3 = %{EVRD}
Provides:	octave(api) = %{octave_api}
Requires:	gnuplot
BuildRequires:	bison
BuildRequires:	blas-devel
BuildRequires:	dejagnu
BuildRequires:	desktop-file-utils
BuildRequires:	emacs
BuildRequires:	emacs-bin
BuildRequires:	fftw-devel >= 0:3.0.1
BuildRequires:	flex
BuildRequires:	gcc-gfortran
BuildRequires:	glpk-devel
BuildRequires:	gnuplot
# (Abel) not strictly needed, but play safe
BuildRequires:	gperf
BuildRequires:	hdf5-devel
BuildRequires:	fontconfig-devel
BuildRequires:	lapack-devel
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	pcre-devel
BuildRequires:	curl-devel
# (Lev) needed to support sparse matrix functionality
BuildRequires:	amd-devel
BuildRequires:	camd-devel
BuildRequires:	ccolamd-devel
BuildRequires:	cholmod-devel
BuildRequires:	colamd-devel
BuildRequires:	cxsparse-devel
BuildRequires:	umfpack-devel
# (Lev) other useful libraries
BuildRequires:	qhull-devel
BuildRequires:	qrupdate-devel
# (Lev) for new experimental plotting
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
# (Mitya) for eigs and svds to work
BuildRequires:	pkgconfig(arpack)
# to make imread more functional
BuildRequires:	graphicsmagick-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pixman-1)
# Qt GUI
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(QtNetwork)
BuildRequires:	pkgconfig(QtOpenGL)
BuildRequires:	qscintilla-qt4-devel


%description
GNU Octave is a high-level language, primarily intended for numerical
computations. It provides a convenient command line interface for
solving linear and nonlinear problems numerically, and for performing
other numerical experiments using a language that is mostly compatible
with Matlab. It may also be used as a batch-oriented language.

Octave has extensive tools for solving common numerical linear algebra
problems, finding the roots of nonlinear equations, integrating
ordinary functions, manipulating polynomials, and integrating ordinary
differential and differential-algebraic equations. It is easily
extensible and customizable via user-defined functions written in
Octave's own language, or using dynamically loaded modules written in
C++, C, Fortran, or other languages.

%package devel
Summary:	Development headers and files for Octave
Group:		Development/C
Obsoletes:	octave3-devel < %{EVRD}
Provides:	octave3-devel = %{EVRD}
Requires:	%{name} = %{EVRD}
Requires:	blas-devel
Requires:	fftw-devel
Requires:	gcc-c++
Requires:	gcc-gfortran
Requires:	hdf5-devel
Requires:	lapack-devel
Requires:	readline-devel
Requires:	zlib-devel
Requires:	pkgconfig(gl)
Requires:	pkgconfig(glu)

%description devel
The octave-devel package contains files needed for developing
applications which use GNU Octave.

%package doc
Summary:	Documentation for Octave, a numerical computational language
Group:		Sciences/Mathematics

%description doc
GNU Octave is a high-level language, primarily intended for numerical
computations. It provides a convenient command line interface for
solving linear and nonlinear problems numerically, and for performing
other numerical experiments using a language that is mostly compatible
with Matlab. It may also be used as a batch-oriented language.

This package contains documentation of Octave in various formats.

%prep
%setup -q

%build
%define enable64 no
export CPPFLAGS="%{optflags} -DH5_USE_16_API"
export GNUPLOT=%{_bindir}/gnuplot-nox
%configure2_5x						\
	--enable-dl						\
	--enable-shared						\
	--disable-static					\
	--enable-64=%{enable64}					\
        --with-amd="-lamd -lsuitesparseconfig" 			\
        --with-camd="-lcamd -lsuitesparseconfig" 		\
        --with-colamd="-lcolamd -lsuitesparseconfig" 		\
        --with-ccolamd="-lccolamd -lsuitesparseconfig"

# Check that octave_api is set correctly (autogenerated file)
make -C libinterp version.h
if ! grep -q '^#define OCTAVE_API_VERSION "%{octave_api}"' libinterp/version.h
then
    echo "octave_api variable in spec does not match libinterp/version.h"
    exit 1
fi

make OCTAVE_RELEASE="%{distribution} %{version}-%{release}" LDFLAGS="-lgfortran -llapack -lGL -lGLU -lpthread"

# emacs mode

%install
%makeinstall_std

# Make library links
mkdir -p %{buildroot}/etc/ld.so.conf.d
/bin/echo "%{_libdir}/octave-%{version}" > %{buildroot}/etc/ld.so.conf.d/octave-%{_arch}.conf

# Remove RPM_BUILD_ROOT from ls-R files
perl -pi -e "s,%{buildroot},," %{buildroot}%{_libexecdir}/octave/ls-R
perl -pi -e "s,%{buildroot},," %{buildroot}%{_datadir}/octave/ls-R

%{_bindir}/find %{buildroot} -name "*.oct" -print0 | %{_bindir}/xargs -t -0 -r strip --strip-unneeded

# prepare documentation
rm -rf package-doc
mkdir -p package-doc

# Create desktop file
mv %{buildroot}%{_datadir}/applications/www.octave.org-octave.desktop \
        %{buildroot}%{_datadir}/applications/octave.desktop
%{_bindir}/desktop-file-install --add-category Education --remove-category Development \
        --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/octave.desktop

# Create directories for add-on packages
HOST_TYPE=`%{buildroot}%{_bindir}/octave-config -p CANONICAL_HOST_TYPE`
mkdir -p %{buildroot}%{_libexecdir}/octave/site/oct/%{octave_api}/$HOST_TYPE
mkdir -p %{buildroot}%{_libexecdir}/octave/site/oct/$HOST_TYPE
mkdir -p %{buildroot}%{_datadir}/octave/packages
/bin/touch %{buildroot}%{_datadir}/octave/octave_packages

%multiarch_includes %{buildroot}%{_includedir}/octave-%{version}/octave/*.h

mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d/
cp -p %{SOURCE99} %{buildroot}%{_sysconfdir}/rpm/macros.d/

%files
%defattr(0644,root,root,0755)
%doc NEWS* AUTHORS BUGS README
%doc examples INSTALL.OCTAVE
%defattr(-,root,root,0755)
%{_bindir}/octave*
%config(noreplace) /etc/ld.so.conf.d/*
%{_libdir}/octave*
%{_datadir}/octave
%if "%{_libdir}" != "%{_libexecdir}"
%{_libexecdir}/octave
%endif
%{_mandir}/man*/octave*
%{_datadir}/icons/*/*/apps/octave.png
%{_datadir}/icons/*/*/apps/octave.svg
%{_infodir}/octave.info*
%{_datadir}/applications/*
%{_datadir}/appdata/www.octave.org-octave.appdata.xml

%files devel
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/mkoctfile*
%{_includedir}/octave-%{version}
%{multiarch_includedir}/octave-%{version}
%{_mandir}/man1/mkoctfile.1*
%{_sysconfdir}/rpm/macros.d/%{name}.macros

%files doc
%defattr(0644,root,root,0755)
%doc doc/refcard/refcard-a4.pdf
%{_infodir}/liboctave.*
#%{_infodir}/OctaveFAQ.*


%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 0:4.0.1-2
- (eaa4218) Fix macros - we use pkgname in specs, not octpkg



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12404 |14cu|octave-bim-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname bim

Summary:	Package for solving DAR PDEs
Name:		octave-%{pkgname}
Version:	1.0.2
Release:	4
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/actuarial/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.2.0
Requires:	octave-fpl >= 0.0.0
Requires:	octave-msh >= 0.0.0
BuildRequires:	octave-devel >= 3.2.0
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Package for solving Diffusion Advection Reaction (DAR) Partial
Differential Equations based on the Finite Volume Scharfetter-Gummel
(FVSG) method a.k.a Box Integration Method (BIM).

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}




%changelog

* Mon Jun 06 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-4
- (bb9ced0) Rebuild with new octave



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12405 |14cu|octave-communications-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname communications

Summary:	Digital communication tools for Octave
Name:		octave-%{pkgname}
Version:	1.2.1
Release:	1
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/communications/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.1.54, octave-signal >= 1.0.0
BuildRequires:	octave-devel >= 3.1.54
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:  hdf5-devel
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
This Octave toolkit contains functions for digital communication, error
correcting codes, source code functions, modulation, and Galois fields.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0}

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}


%changelog

* Sat Jun 04 2016 Denis Silakov <dsilakov@gmail.com> 1.2.1-1
- (9c5d3c0) Updated to 1.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12406 |14cu|octave-data-smoothing-1.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname data-smoothing

Summary:	Algorithms for smoothing noisy data with Octave
Name:		octave-%{pkgname}
Version:	1.2.0
Release:	6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/data-smoothing/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
Requires:	octave-optim >= 1.0.3
BuildRequires:	octave-devel >= 2.9.7
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Algorithms for smoothing noisy data with Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-6
- (e21f962) Rebuild with new octave



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12407 |14cu|octave-econometrics-1.0.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname econometrics

Summary:	Econometrics functions for Octave
Name:       octave-%{pkgname}
Version:	1.0.8
Release:	7
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/econometrics/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
Requires:	octave-optim >= 0.0.0
BuildRequires:	octave-devel >= 2.9.7
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Econometrics functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-7
- (90f6a3f) Rebuild with new octave



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12408 |14cu|octave-financial-0.3.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname financial

Summary:	Financial functions for Octave
Name:       octave-%{pkgname}
Version:	0.3.2
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/financial/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.0.0
Requires:	octave-time >= 1.0.5
Requires:	octave-miscellaneous >= 1.0.6
BuildRequires:  octave-devel >= 3.0.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Financial data manipulation and plotting functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-6
- (d9c6172) Rebuild with new octave



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12409 |14cu|octave-financial-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname financial

Summary:	Financial functions for Octave
Name:       octave-%{pkgname}
Version:	0.5.0
Release:        1
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/financial/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.0.0
Requires:	octave-time >= 1.0.5
Requires:	octave-miscellaneous >= 1.0.6
BuildRequires:  octave-devel >= 3.0.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Financial data manipulation and plotting functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <dsilakov@gmail.com> 0.5.0-1
- (9ad740a) Updated to 0.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12410 |14cu|octave-fpl-1.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname fpl

Summary:	Octave support for various graphical formats
Name:       octave-%{pkgname}
Version:	1.2.0
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/fpl/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.0.0
BuildRequires:  octave-devel >= 3.0.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
This package contains Octave routines for saving data in different
graphical formats.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog

* Mon Jun 06 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-6
- (aaadd79) Rebuild with new octave



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12411 |14cu|octave-general-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname general

Summary:	General tools for Octave
Name:       octave-%{pkgname}
Version:	2.0.0
Release:        1
Source0:	http://downloads.sourceforge.net/octave/%{pkgname}-%{version}.tar.gz
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/general/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.2.4
BuildRequires:  octave-devel >= 3.2.4
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
General tools for Octave. String dictionary, parallel computing.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <dsilakov@gmail.com> 2.0.0-1
- (44ee5cc) Updated to 2.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12412 |14cu|octave-image-2.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname image

Summary:	Image processing toolkit for Octave
Name:       octave-%{pkgname}
Version:	2.4.1
Release:        1
Source0:	http://downloads.sourceforge.net/octave/%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/image/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.2.0
BuildRequires:  octave-devel >= 3.2.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	jpeg-devel
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
This package provides Octave functions for feature extraction, image
statistics, spatial and geometric transformations, morphological
operations, linear filtering, and much more.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog

* Tue Jun 07 2016 Denis Silakov <dsilakov@gmail.com> 2.4.1-1
- (4bbd2b8) Updated to 2.4.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12413 |14cu|octave-miscellaneous-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname miscellaneous

Summary:	Miscellaneous Octave tools that don't fit elsewhere
Name:       octave-%{pkgname}
Version:	1.2.1
Release:        1
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/miscellaneous/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.16
BuildRequires:  octave-devel >= 2.9.16
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	units
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Miscellaneous Octave tools that don't fit elsewhere.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <dsilakov@gmail.com> 1.2.1-1
- (d9dda97) Updated to 1.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12414 |14cu|octave-msh-1.0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname msh

Summary:	Meshes for finite element/volume PDE Octave solvers
Name:       octave-%{pkgname}
Version:	1.0.2
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/msh/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 3.0.0, octave-splines >= 0.0.0
BuildRequires:  octave-devel >= 3.0.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Create and manage triangular and tetrahedral meshes for finite element
or finite volume PDE solvers in Octave. Use a mesh data structure
compatible with PDEtool. Rely on gmsh for unstructured mesh
generation.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-6
- (4fb9fe9) Rebuild with new octave



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12415 |14cu|octave-nan-2.4.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname nan

Summary:	NaN toolbox for Octave
Name:       octave-%{pkgname}
Version:	2.4.4
Release:        7
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/nan/
Conflicts:	octave-forge <= 20090607
Requires:	octave >= 2.9.7
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	libgomp-devel
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Statistics and machine learning toolbox for Octave that can handle
data with and without missing values.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv NaN/COPYING .
mv NaN/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.4.4-7
- (e33e24b) Rebuild with new octave



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12416 |14cu|octave-nurbs-1.3.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname nurbs

Summary:	NURBS routines for Octave
Name:       octave-%{pkgname}
Version:	1.3.10
Release:        1
Source0:	http://downloads.sourceforge.net/octave/%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/nurbs/
BuildRequires:  octave-devel >= 3.2.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	libgomp-devel
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Collection of Octave routines for the creation, and manipulation of
Non-Uniform Rational B-Splines (NURBS).

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <dsilakov@gmail.com> 1.3.10-1
- (5a81a9b) Updated to 1.3.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12417 |14cu|octave-odepkg-0.8.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname odepkg

Summary:	Octave package for solving ODEs
Name:       octave-%{pkgname}
Version:	0.8.5
Release:        1
Source0:	http://downloads.sourceforge.net/octave/%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/odepkg/
BuildRequires:  octave-devel >= 3.2.0
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Octave package for solving ordinary differential equations and more.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <dsilakov@gmail.com> 0.8.5-1
- (b0835be) Updated to 0.8.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12418 |14cu|octave-optim-1.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname optim

Summary:	Non-linear optimization toolkit for Octave
Name:       octave-%{pkgname}
Version:	1.5.0
Release:	1
Source0:	http://downloads.sourceforge.net/octave/%{pkgname}-%{version}.tar.gz
Patch0:         %{name}-retval.patch
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/optim/
Requires:	octave-miscellaneous >= 1.0.11
Requires:	octave-struct >= 1.0.9
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Non-linear optimization toolkit for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .
#TS=$(date -r src/samin.cc  +%%Y%%m%%d%%H%%M.%%S)
#%patch0 -p1 -b .retval
#touch -t ${TS} src/samin.cc

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <dsilakov@gmail.com> 1.5.0-1
- (ff5a1a3) Updated to 1.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12419 |14cu|octave-secs2d-0.0.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname secs2d

Summary:	Octave drift-diffusion simulator for 2D devices
Name:       octave-%{pkgname}
Version:	0.0.8
Release:	7
Source0:	%{pkgname}-%{version}.tar.gz
Patch0:		compilation-with-octave-4.0.patch
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/secs2d/
BuildRequires:  octave-devel >= 2.9.17
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Octave drift-diffusion simulator for 2D semiconductor devices.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .
tar xvf %{pkgname}-%{version}.tar.gz
pushd %{pkgname}-%{version}
%apply_patches
popd
rm -f %{pkgname}-%{version}.tar.gz
tar czf %{pkgname}-%{version}.tar.gz %{pkgname}-%{version}

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 0.0.8-7
- (5b7d2c2) Fix build with octave 4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12420 |14cu|octave-signal-1.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname signal

Summary:	Signal processing tools for Octave
Name:		octave-%{pkgname}
Version:	1.3.2
Release:        1
Source0:	http://downloads.sourceforge.net/octave/%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/signal/
Requires:	octave-optim >= 1.0.0
Requires:	octave-specfun >= 0.0.0
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Signal processing tools, including filtering, windowing and display
functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0}
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}



%changelog

* Sat Jun 04 2016 Denis Silakov <dsilakov@gmail.com> 1.3.2-1
- (04deeb7) Updated to 1.3.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12421 |14cu|octave-specfun-1.0.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname specfun

Summary:	Special functions for Octave
Name:       octave-%{pkgname}
Version:	1.0.9
Release:	6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/specfun/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Special functions including ellipitic functions, etc., for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9-6
- (bd44d04) Rebuild with new octave



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12422 |14cu|octave-splines-1.0.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname splines

Summary:	Cubic spline functions for Octave
Name:       octave-%{pkgname}
Version:	1.0.7
Release:        6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/splines/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Additional cubic spline functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-6
- (7b83415) Rebuild with new octave



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12423 |14cu|octave-statistics-1.0.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname statistics

Summary:	Additional statistics functions for Octave
Name:       octave-%{pkgname}
Version:	1.0.10
Release:	6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/statistics/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Additional statistics functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog

* Mon Jun 06 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.0.10-6
- (0896a8d) Rebuild with modern octave



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12424 |14cu|octave-strings-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname strings

Summary:	Additional string manipulation functions for Octave
Name:       octave-%{pkgname}
Version:	1.2.0
Release:	1
Source0:	http://downloads.sourceforge.net/octave/%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/strings/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	texinfo, pcre-devel
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Additional string manipulation functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <dsilakov@gmail.com> 1.2.0-1
- (c10436b) Updated to 1.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12425 |14cu|octave-struct-1.0.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname struct

Summary:	Additional structure manipulation functions for Octave
Name:       octave-%{pkgname}
Version:	1.0.12
Release:	1
Source0:	http://downloads.sourceforge.net/octave/%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/struct/
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Additional structure manipulation functions for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}
%{_libdir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <dsilakov@gmail.com> 1.0.12-1
- (9c64606) Updated to 1.0.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12426 |14cu|octave-symbolic-2.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname symbolic

Summary:	Symbolic toolbox for Octave
Name:       octave-%{pkgname}
Version:	2.3.0
Release:	1
Source0:	http://downloads.sourceforge.net/octave/%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/symbolic/
BuildRequires:  octave-devel >= 3.1.55
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:	ginac-devel
BuildRequires:	python-sympy
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Symbolic toolbox for Octave based on ginac and cln.

%prep
%setup -q -c %{pkgname}-%{version}
tar zxf %{SOURCE0}
tar zcvf %{pkgname}-%{version}.tar.gz %{pkgname}-%{version}

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
%__install -m 755 -d %{buildroot}%{_libdir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
export OCT_ARCH_PREFIX=%{buildroot}%{_libdir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX $OCT_ARCH_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun %{name}

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 2.3.0-1
- (ce72550) Updated to 2.3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12427 |14cu|octave-time-1.0.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname time

Summary:	Additional date manipulation tools for Octave
Name:       octave-%{pkgname}
Version:	1.0.9
Release:	6
Source0:	%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/time/
BuildRequires:  octave-devel >= 3.0.1
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Additional date manipulation tools for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}-%{version}/COPYING .
mv %{pkgname}-%{version}/DESCRIPTION .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9-6
- (dbe447a) Rebuild with new octave



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12428 |14cu|octave-tsa-4.1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname tsa

Summary:	Time series analysis methods for Octave
Name:       octave-%{pkgname}
Version:	4.1.1
Release:	6
Source0:	%{pkgname}-%{version}.tgz
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/tsa/
Requires:	octave-nan >= 1.0.0
BuildRequires:  octave-devel
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
Stochastic concepts and maximum entropy methods for time series
analysis in Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tgz"

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .
mv %{pkgname}/doc/README.TXT .

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION README.TXT
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog

* Sat Jun 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 4.1.1-6
- (93b797f) Rebuild with new octave



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12429 |14cu|octave-vrml-1.0.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname vrml

Summary:	VRML graphics for Octave
Name:       octave-%{pkgname}
Version:	1.0.13
Release:	1
Source0:	http://downloads.sourceforge.net/octave/%{pkgname}-%{version}.tar.gz
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://octave.sourceforge.net/vrml/
Requires:	octave-miscellaneous >= 0.0.0
Requires:	octave-struct >= 0.0.0, octave-statistics >= 0.0.0
BuildRequires:  octave-devel >= 2.9.9
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildArch:	noarch
Requires:       octave(api) = %{octave_api}
Requires(post): octave
Requires(postun): octave

%description
VRML graphics for Octave.

%prep
%setup -q -c %{pkgname}-%{version}
cp %{SOURCE0} .

%install
%__install -m 755 -d %{buildroot}%{_datadir}/octave/packages/
export OCT_PREFIX=%{buildroot}%{_datadir}/octave/packages
octave -q --eval "pkg prefix $OCT_PREFIX; pkg install -verbose -nodeps -local %{pkgname}-%{version}.tar.gz"

tar zxf %{SOURCE0} 
mv %{pkgname}/COPYING .
mv %{pkgname}/DESCRIPTION .

find %{buildroot} -name .svn | xargs rm -rf 

%clean

%post
%octave_cmd pkg rebuild

%preun
%octave_pkg_preun

%postun
%octave_cmd pkg rebuild

%files
%doc COPYING DESCRIPTION
%{_datadir}/octave/packages/%{pkgname}-%{version}

%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 1.0.13-1
- (5fd3015) Updated to 1.0.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12430 |14cu|ode-0.13.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname     %mklibname %{name} %{major}
%define develname   %mklibname %{name} -d
%define develsname  %mklibname %{name} -d -s


Summary:	The Open Dynamics Engine
Name:		ode
Version:	0.13.1
Release:	4
Epoch:		1
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.ode.org
#Source0:	http://downloads.sourceforge.net/project/opende/ODE/%{version}/ode-%{version}.tar.bz2
Source0:	https://bitbucket.org/odedevs/ode/downloads/%{name}-%{version}.tar.gz

%description
The Open Dynamics Engine (ODE) is a free software library for the
simulation of Rigid Body Dynamics. It is has been primarily written
by Russell Smith. ODE builds under a variety of different Windows
and Unix platforms. 

ODE is useful for simulating things like vehicles, objects in virtual
reality environments, and virtual creatures. 

%package -n	%{libname}
Summary:	Physics simulation library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{mklibname %{name} 0} < 0.10.1

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with ODE.

%package -n	%{develname}
Summary:	Headers and libraries to develop ODE applications
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{mklibname %{name} 0 -d}
Obsoletes:	%{mklibname %{name} 0 -d} < 0.10.1
Requires:	%{libname} = %{epoch}:%{version}-%{release}

%description -n	%{develname}
The Open Dynamics Engine (ODE) is a free software library for the
simulation of Rigid Body Dynamics. It is has been primarily written
by Russell Smith. ODE builds under a variety of different Windows
and Unix platforms.

ODE is useful for simulating things like vehicles, objects in virtual
reality environments, and virtual creatures.

%package -n	%{develsname}
Summary:	Static libraries to develop ODE applications
Group:		Development/C

%description -n	%{develsname}
Static libraries for ODE.

%prep
%setup -q

%build
%configure2_5x \
	--with-trimesh=opcode \
	--with-drawstuff=X11 \
	--enable-new-trimesh \
	--disable-demos \
	--enable-shared

%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/%{name}-config

%files -n %{libname}
%{_libdir}/libode.so.%{major}*

%files -n %{develname}
%doc CHANGELOG.txt README.md
%dir %{_includedir}/%{name}
%{_bindir}/%{name}-config
%{multiarch_bindir}/%{name}-config
%{_includedir}/%{name}/*.h
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

%files -n %{develsname}
%{_libdir}/libode.a

%changelog

* Tue Jul 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.13.1-4
- (6792c6e) Updated to 0.13.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12431 |14cu|offlineimap-6.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary: Powerful IMAP/Maildir synchronization and reader support
Name: offlineimap
Version: 6.5.4
Release: 2
License:	GPLv2
Group:		Networking/Mail
Url:		http://offlineimap.org/
Source:		https://github.com/downloads/spaetz/%{name}/%{name}-v%{version}.tar.gz
BuildArch:	noarch
BuildRequires: python


%description
OfflineIMAP is a tool to simplify your e-mail  reading.  With
OfflineIMAP, you can read the same mailbox from multiple computers.
You get a current copy of your messages on each computer, and changes
you make one place will be visible on all other systems. For instance,
you can delete a message on your home computer, and it will appear
deleted on your work computer as well. OfflineIMAP is also useful if
you want to use a mail reader that does not have IMAP support, has poor
IMAP support, or does not provide disconnected operation.

%prep
%setup -q -n spaetz-offlineimap-c9e9690

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc COPY* docs/ README
%doc %{name}.conf*
%{_bindir}/%{name}
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info



%changelog

* Mon Jul 06 2015 dsilakov <denis.silakov@rosalab.ru> 6.5.4-2
- (d742347) Merge pull request #1 from anastasiya_po/offlineimap:rosa2014.1
- (d742347) offlineimap 6.5.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12432 |14cu|oggfwd-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple icecast 2 client to stream a ogg stream from stdin
Name:		oggfwd
Version:	0.2
Release:	5
# taken from debian, as there is no upstream tarball
Source0:	%{name}_%{version}.orig.tar.gz
# patch taken from debian
Patch0:		oggfwd-0.2-overlinking.patch 
License:	GPLv2
Group:		Video
Url:		http://v2v.cc/~j/oggfwd/
BuildRequires:	libshout-devel
 
%description
Simple icecast2 client that send the stream read from stdin.

%prep
%setup -q
%patch0 -p0

%build
CFLAGS="%{optflags}" %make

%install
mkdir -p %{buildroot}/%{_bindir}/
cp oggfwd %{buildroot}/%{_bindir}/ 

%files
%doc README ChangeLog
%{_bindir}/oggfwd

%changelog

* Fri Jun 03 2016 Denis Silakov <dsilakov@gmail.com> 0.2-5
- (110e7f8) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12433 |14cu|oinut-1.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           oinut
Version:        1.2.3
Release:        1
Summary:        2D animation software
License:        GPLv3
Group:          Graphics
Url:            http://oinut.org/
Source0:        https://github.com/purplehuman/oinut/archive/v%{version}.tar.gz

BuildRequires:  pkgconfig(opencv)
BuildRequires:  quazip-devel
BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
BuildRequires:  pkgconfig(Qt5Gui)
BuildRequires:  pkgconfig(Qt5Multimedia)
BuildRequires:  pkgconfig(Qt5Svg)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  pkgconfig(sane-backends)
BuildRequires:  pkgconfig(zlib)
BuildRequires:  desktop-file-utils

%description
Can be used for traditional animation (either paper drawn or digital),
cutout animation, stopmotion animation, rotoscoping, or combining them all.

%prep
%setup -q
find . -type f -name "*.cpp" -o -name "*.h" -o -name "*.desktop" -exec chmod -x {} \;
perl -pi -e "s|quazip-qt5|quazip|" oinut.pro
chmod -x LICENSE CONTRIBUTING 
chmod -x src/*.h src/*.cpp

%build
%qmake_qt5 
%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}
desktop-file-install resource/%{name}.desktop \
  --dir=%{buildroot}%{_datadir}/applications


%files
%doc CHANGELOG CONTRIBUTING LICENSE
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/application-x-oic.png
%{_datadir}/pixmaps/application-x-oin.png
%{_datadir}/pixmaps/%{name}.png

%changelog

* Sat Nov 14 2015 abfonly <abfonly@gmail.com> 1.2.3-1
- (fa972d8) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12434 |14cu|oki-0.1.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Small platform game with monochrome graphics
Name:		oki
Version:	0.1.6
Release:	5
License:	GPLv2+
Group:		Games/Arcade
Url:		http://free.of.pl/s/szatkus/oki/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		oki-default-conf.patch
Patch1:		oki-0.1.6-optflags.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)

%description
Oki is a small platform game with monochrome graphics.

%files
%doc TODO README CHANGELOG
%{_gamesdatadir}/%{name}
%{_gamesbindir}/*
%{_iconsdir}/*
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
# We don't have a "clock" command but the configure script tries to use one
mv ./configure ./configure_orig
sed -e s,'clock','date',g ./configure_orig > ./configure
chmod +x ./configure

%build
%configure
%make

%install
install -m755 %{name} -D %{buildroot}%{_gamesdatadir}/%{name}/%{name}
install -m755 %{name}_me %{buildroot}%{_gamesdatadir}/%{name}/
cp -a gfx/ %{buildroot}%{_gamesdatadir}/%{name}/
cp -a maps/ %{buildroot}%{_gamesdatadir}/%{name}/
cp -a snd/ %{buildroot}%{_gamesdatadir}/%{name}/
rm -f %{buildroot}%{_gamesdatadir}/%{name}/gfx/Makefile
rm -f %{buildroot}%{_gamesdatadir}/%{name}/snd/Makefile
mkdir %{buildroot}%{_gamesbindir}/

echo "#!/bin/sh
cd %{_gamesdatadir}/%{name}
./oki \$*" > %{buildroot}%{_gamesbindir}/%{name}
echo "#!/bin/sh
cd %{_gamesdatadir}/%{name}
./oki_me \$*" > %{buildroot}%{_gamesbindir}/%{name}_me

chmod +x %{buildroot}%{_gamesbindir}/*

mkdir -p %{buildroot}%{_iconsdir}  %{buildroot}%{_datadir}/applications
ln -s %{_gamesdatadir}/%{name}/gfx/oki40.png %{buildroot}%{_iconsdir}/oki.png

cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=oki
Categories=Game;ArcadeGame;
Name=Oki
Comment=Small platform game with monochrome graphics
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/%{name}_me.desktop
[Desktop Entry]
Type=Application
Exec=%{name}_me
Icon=oki
Categories=Game;ArcadeGame;
Name=Oki map editor
Comment=Oki map editor
EOF


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.6-5
- (a27ab13) Build with system optflags to fix debug package
- (a27ab13) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12435 |14cu|okularplugin-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KParts-based Okular plugin
Name:		okularplugin
Version:	1.0.1
Release:	1
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		https://github.com/afrimberger/okularplugin/
Source0:	%{name}-%{version}.tar.gz
# Source0-generating script
Source1:	%{name}-get-snapshot.sh
BuildRequires:	cmake
BuildRequires:	okular-devel

%description
Okularplugin is a KParts-based Okular plugin designed to work as a browser
compatible plugin.

%files
%doc README
%{_libdir}/mozilla/plugins/libokularplugin.so
%{_kde_appsdir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_libdir}/mozilla/plugins/
mv %{buildroot}%{_libdir}/libokularplugin.so %{buildroot}%{_libdir}/mozilla/plugins/libokularplugin.so


%changelog

* Wed Aug 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-1
- (fcf60f0) New version 1.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12436 |14cu|olena-2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with apps
%bcond_without doc
%bcond_without scribo

Summary:	Olena is a platform dedicated to image processing
Name:		olena
Version:	2.0
Release:	7
Epoch:		2
License:	GPLv2+
Group:		Development/C++
Url:		http://www.lrde.epita.fr/cgi-bin/twiki/view/Olena/WebHome
# Get from https://svn.lrde.epita.fr/svn/oln/tags/olena-1.0 to have scribo
Source0:	%{name}-%{version}.tar.bz2
Patch0:		olena-1.0-subdirs.patch
Patch1:		olena-1.0-linkage.patch
Patch2:		olena-2.0-tesseract-3.01.patch
Patch3:		olena-2.0-gcc4.7.patch
Patch4:		olena-2.0-automake1.13.patch
BuildRequires:	doxygen
BuildRequires:	imagemagick
BuildRequires:	latex2html
BuildRequires:	texlive-latex
BuildRequires:	texlive-dvips
#BuildRequires:	vtk-devel
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libtiff-4)
%if %{with scribo}
BuildRequires:	pkgconfig(tesseract)
%endif
BuildRequires:	pkgconfig(xmu)

%description
Olena is a platform dedicated to image processing. At the
moment it is mainly composed of a C++ library: Milena. This library features
many tools to easily perform image processing tasks. Its main characteristic is
its genericity: it allows to write an algorithm once and run it over many kinds
of images (grey scale, color, 1D, 2D, 3D, ...).

#------------------------------------------------------------------------------

%if %{with doc}
%package doc
Summary:	Olena documentation
Group:		Books/Howtos

%description doc
This is the documentation for Olena.
Olena is a platform dedicated to image processing. At the
moment it is mainly composed of a C++ library: Milena. This library features
many tools to easily perform image processing tasks. Its main characteristic is
its genericity: it allows to write an algorithm once and run it over many kinds
of images (grey scale, color, 1D, 2D, 3D, ...).

%files doc
%{_docdir}/olena
%endif

#------------------------------------------------------------------------------

%package tools
Summary:	Olena tools
Group:		Development/C++

%description tools
Olena is a platform dedicated to image processing. At the
moment it is mainly composed of a C++ library: Milena. This library features
many tools to easily perform image processing tasks. Its main characteristic is
its genericity: it allows to write an algorithm once and run it over many kinds
of images (grey scale, color, 1D, 2D, 3D, ...).

%files tools
%{_bindir}/*
%{_datadir}/olena
%if %{with scribo}
%{_libdir}/scribo/*
%endif

#------------------------------------------------------------------------------

%define gluit_major 0
%define libgluit %mklibname gluit %{gluit_major}

%package -n %{libgluit}
Summary:	Gluit C++ main Olena library
Group:		Development/C++

%description -n %{libgluit}
Gluit C++ main Olena library.

%files -n %{libgluit}
%{_libdir}/libgluit.so.%{gluit_major}*

#------------------------------------------------------------------------------

%define tri_major 0
%define libtrimesh %mklibname trimesh %{tri_major}

%package -n %{libtrimesh}
Summary:	trimesh C++ main Olena library
Group:		Development/C++

%description -n %{libtrimesh}
trimesh C++ main Olena library.

%files -n %{libtrimesh}
%{_libdir}/libtrimesh.so.%{tri_major}*

#------------------------------------------------------------------------------

%package devel
Summary:	Olena devel files
Group:		Development/C++
Requires:	%{libtrimesh} = %{EVRD}
Requires:	%{libgluit} = %{EVRD}
Requires:	olena-tools

%description devel
Olena devel files
Olena is a platform dedicated to image processing. At the
moment it is mainly composed of a C++ library: Milena. This library features
many tools to easily perform image processing tasks. Its main characteristic is
its genericity: it allows to write an algorithm once and run it over many kinds
of images (grey scale, color, 1D, 2D, 3D, ...).

%files devel
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/*.a

#------------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p0
%patch2
%patch3 -p1
%patch4 -p1
%if ! %{with doc}
%patch0 -p0 -b .orig
%endif

%build
%global optflags %{optflags} -fpermissive
autoreconf -fi
pushd external/trimesh
autoreconf -fi
popd
%configure2_5x \
%if %{with scribo}
	--enable-scribo \
%endif
	--enable-trimesh \
%if %{with apps}
	--enable-apps \
%endif
	--enable-tools

pushd external/trimesh
%configure2_5x
popd

%make

%install
%makeinstall_std


%changelog

* Thu Dec 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:2.0-7
- (a1ee249) Rebuild with new imagemagick



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12437 |14cu|omegat-3.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		debug_package	%nil

%define		oname	OmegaT

Summary:	OmegaT - Java based Computer Assisted Translation (CAT) tool
Name:		omegat
Version:	3.5.4
Release:	2
License:	GPLv3+
Group:		Education
Url:		http://www.omegat.org/
Source0:	http://sourceforge.net/projects/omegat/files/OmegaT%20-%20Latest/OmegaT%203.0.8%20update%205/%{oname}_%{version}_Source.zip
Patch:		build.patch
BuildRequires:	ant
BuildRequires:	java >= 1.6
Requires:	hunspell
Requires:	java >= 1.6
BuildArch:	noarch

%description
OmegaT is a free translation memory application written in Java.
It is a tool intended for professional translators. It does not
translate for you! (Software that does this is called "machine
translation", and you will have to look elsewhere for it.)

OmegaT has the following features:
- Fuzzy matching
- Match propagation
- Simultaneous processing of multiple-file projects
- Simultaneous use of multiple translation memories
- User glossaries with recognition of inflected forms
- Unicode (UTF-8) support: can be used with non-Latin alphabets
- Support for right-to-left languages
- Integral spelling checker
- Compatible with other translation memory applications (TMX,
  TTX, TXML, XLIFF, SDLXLIFF)
- Interface to Google Translate

Document file formats include:
- Microsoft Word, Excel, Powerpoint (.docx, .xlsx, .pptx)
- XHTML and HTML
- Open Document Format (LibreOffice, OpenOffice.org)
- MediaWiki (Wikipedia)
- Plain text
- ...and around 30 other file formats

%files
%doc dist/readme*.txt dist/changes.txt dist/*license.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{oname}*
%{_iconsdir}/hicolor/apps

#----------------------------------------------------------------------------

%prep
%setup -qc %{name}-%{version}

%build
JAVA_HOME=%{_jvmdir}/java-openjdk ant release

%install
mkdir -p -m 0755 %{buildroot}%{_bindir} \
		 %{buildroot}%{_datadir}/%{name}/lib \
		 %{buildroot}%{_datadir}/%{name}/plugins \
		 %{buildroot}%{_datadir}/applications \
		 %{buildroot}%{_docdir}/%{name} \
		 %{buildroot}%{_iconsdir}/hicolor/apps/{32x32,64x64,128x128,256x256,512x512}

install -Dm0644 dist/lib/*.jar					%{buildroot}%{_datadir}/%{name}/lib/
install -Dm0655 dist/%{oname}					%{buildroot}%{_bindir}/%{name}
install -Dm0644 dist/*.jar					%{buildroot}%{_datadir}/%{name}
cp -r dist/docs							%{buildroot}%{_datadir}/%{name}
cp -r dist/plugins						%{buildroot}%{_datadir}/%{name}
install -Dm0644 dist/images/*.{svg,png,gif}			%{buildroot}/%{_iconsdir}
install -Dm0644 images/OmegaT.iconset/icon_32x32.png		%{buildroot}/%{_iconsdir}/hicolor/apps/32x32/%{name}.png
install -Dm0644 images/OmegaT.iconset/icon_32x32\@2x.png	%{buildroot}/%{_iconsdir}/hicolor/apps/64x64/%{name}.png
install -Dm0644 images/OmegaT.iconset/icon_128x128.png		%{buildroot}/%{_iconsdir}/hicolor/apps/128x128/%{name}.png
install -Dm0644 images/OmegaT.iconset/icon_256x256.png		%{buildroot}/%{_iconsdir}/hicolor/apps/256x256/%{name}.png
install -Dm0644 images/OmegaT.iconset/icon_512x512.png		%{buildroot}/%{_iconsdir}/hicolor/apps/512x512/%{name}.png

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=OmegaT
Name[ru]=OmegaT
GenericName=OmegaT
GenericName[ru]=OmegaT
Comment=Java based Computer Assisted Translation (CAT) tool
Comment[ru]=OmegaT - программа автоматизированного перевода (CAT)
Exec=%{name}
Path=%{_datadir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
MimeType=application/omegat;
Categories=Education;Translation;
EOF

# script start program
cat > %{buildroot}%{_bindir}/%{name} <<EOF
#!/bin/bash
# readlink follows any symbolic links to get the real file
#REALOMEGATPATH=`dirname "$(readlink -nf $0)"`
#REALOMEGATPATH="/usr/share/omegat"
exec java -Xmx512m -jar "/usr/share/omegat/OmegaT.jar" $*
EOF


%changelog

* Fri Mar 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.5.4-2
- (1464d96) Fix desktop file categories
- (1464d96) Don't hardcode jvmdir
- (1464d96) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12438 |14cu|omninotify-2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define _disable_ld_no_undefined 1

%define major 0
%define libattnotification %mklibname AttNotification4_ %{major}
%define libattnotificationdynamic %mklibname AttNotificationDynamic4_ %{major}
%define libcosnotify %mklibname COSNotify4_ %{major}
%define devname %mklibname %{name} -d

Summary:	Multi-threaded implementation of the CORBA Notification Service
Name:		omninotify
Version:	2.1
Release:	5
License:	GPLv2+
Group:		System/Servers
Url:		http://omninotify.sourceforge.net
Source0:	omniNotify-2.1.tar.gz
BuildRequires:	omniorb
BuildRequires:	pkgconfig(omniORB4)
BuildRequires:	python-omniidl
BuildRequires:	python-omniorb
Patch0:		long-long.patch
Patch1:		backward-iostream.patch
Patch2:		destdir.patch

%description
omniNotify is a multi-threaded implementation of the CORBA Notification
Service (CosNotification), a feature-enriched version of the CORBA Event
Service (CosEvents).omniNotify offers asynchronous, decoupled,
event-based communication between distributed and heterogeneous applications. 

omniNotify was developed by a group of researchers at AT&T Labs in
Florham Park, New Jersey.   Our  main design goal for omniNotify was
scalability: we wanted a service that scales well w.r.t. both number
of connected consumers and number (and complexity) of filters registered
by consumers.  To achieve this goal, the implementation exploits parallelism
during filter evaluation and dispatching of events to consumers. 

omniNotify is built on top of OmniORB, a free high performance C++ CORBA ORB
was developed by researchers at the lab which was originally the Olivetti
research lab (ORL), then the Olivetti/Oracle lab, and finally AT&T
Labs Cambridge.  It is now maintained by Duncan Grisby. omniNotify's good
performance is due in part to the excellent performance of OmniORB.

%files
%{_bindir}/notifd

#----------------------------------------------------------------------------

%package -n %{libattnotification}
Summary:	%{name} shared libraries
Group:		System/Libraries
Conflicts:	%{_lib}omninotify0 < 2.1-5
Obsoletes:	%{_lib}omninotify0 < 2.1-5

%description -n %{libattnotification}
This package provides %{name} shared libraries.

%files -n %{libattnotification}
%{_libdir}/libAttNotification4.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libattnotificationdynamic}
Summary:	%{name} shared libraries
Group:		System/Libraries
Conflicts:	%{_lib}omninotify0 < 2.1-5

%description -n %{libattnotificationdynamic}
This package provides %{name} shared libraries.

%files -n %{libattnotificationdynamic}
%{_libdir}/libAttNotificationDynamic4.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcosnotify}
Summary:	%{name} shared libraries
Group:		System/Libraries
Conflicts:	%{_lib}omninotify0 < 2.1-5

%description -n %{libcosnotify}
This package provides %{name} shared libraries.

%files -n %{libcosnotify}
%{_libdir}/libCOSNotify4.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	%{name} development files
Group:		Development/Other
Requires:	%{libattnotification} = %{EVRD}
Requires:	%{libattnotificationdynamic} = %{EVRD}
Requires:	%{libcosnotify} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides %{name} development files.

%files -n %{devname}
%dir %{_includedir}/COS
%{_includedir}/COS/*
%dir %{_includedir}/omniNotify
%{_includedir}/omniNotify/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n omniNotify

%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%configure2_5x \
	--disable-static \
	--enable-shared
%make

%install
%makeinstall_std


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1-5
- (29ef1ce) Disable debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12439 |14cu|omniorb-4.1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 4
%define major 1
%define thread_major 3
%define libcos4 %mklibname COS %{api} %{major}
%define libcosdynamic4 %mklibname COSDynamic %{api} %{major}
%define libcodesets4 %mklibname omniCodeSets %{api} %{major}
%define libconmgmt4 %mklibname omniConnectionMgmt %{api} %{major}
%define libdynamic4 %mklibname omniDynamic %{api} %{major}
%define liborb4 %mklibname omniORB %{api} %{major}
%define libssl4 %mklibname omnisslTP %{api} %{major}
%define libomnithread %mklibname omnithread %{thread_major}
%define devname %mklibname %{name} -d

Summary:	A robust high performance CORBA ORB for C++ and Python
Name:		omniorb
Version:	4.1.7
Release:	4
License:	GPLv2+
Group:		System/Libraries
Url:		http://omniorb.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/sourceforge/omniorb/omniORB-%{version}.tar.bz2
Source1:	omniORB.cfg
Source2:	omninames
Patch0:		omniORB-4.1.4-format.patch
Patch2:		omniORB-4.1.4-link.patch
BuildRequires:	tcl
BuildRequires:	tk
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
Requires(preun,post):	rpm-helper
Provides:	corba

%description
omniORB is a robust high performance CORBA ORB for C++ and Python.
It is freely available under the terms of the GNU Lesser General Public License
(for the libraries), and GNU General Public License (for the tools). omniORB
is largely CORBA 2.6 compliant.

omniORB is one of only three ORBs to have been awarded the Open Group's Open
Brand for CORBA. This means that omniORB has been tested and certified CORBA
compliant, to version 2.1 of the CORBA specification. You can find out more
about the branding program at the Open Group.

%files
%doc CREDITS ReleaseNotes.txt
%{_bindir}/*
%exclude %{_bindir}/omniidl*
%config(noreplace) %{_sysconfdir}/*.cfg
%{_sysconfdir}/init.d/*
%attr(644,root,man) %{_mandir}/man1/*
%dir %attr(754,root,root) /var/log/omninames

%post
%_post_service omninames

%preun
%_preun_service omninames

#----------------------------------------------------------------------------

%package -n %{libcos4}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{libcos4}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{libcos4}
%{_libdir}/libCOS%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcosdynamic4}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{libcosdynamic4}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{libcosdynamic4}
%{_libdir}/libCOSDynamic%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcodesets4}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{libcodesets4}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{libcodesets4}
%{_libdir}/libomniCodeSets%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libconmgmt4}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{libconmgmt4}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{libconmgmt4}
%{_libdir}/libomniConnectionMgmt%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libdynamic4}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{libdynamic4}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{libdynamic4}
%{_libdir}/libomniDynamic%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{liborb4}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2
Obsoletes:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{liborb4}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{liborb4}
%{_libdir}/libomniORB%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libssl4}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{libssl4}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{libssl4}
%{_libdir}/libomnisslTP%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libomnithread}
Summary:	A robust high performance CORBA ORB for C++ and Python
Group:		System/Libraries
Conflicts:	%{_lib}omniorb4 < 4.1.5-2

%description -n %{libomnithread}
This package contains the library needed to run programs dynamically
linked with omniorb.

%files -n %{libomnithread}
%{_libdir}/libomnithread.so.%{thread_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries needed for %{name} development
Group:		Development/C++
Requires:	%{libcos4} = %{EVRD}
Requires:	%{libcosdynamic4} = %{EVRD}
Requires:	%{libcodesets4} = %{EVRD}
Requires:	%{libconmgmt4} = %{EVRD}
Requires:	%{libdynamic4} = %{EVRD}
Requires:	%{liborb4} = %{EVRD}
Requires:	%{libssl4} = %{EVRD}
Requires:	%{libomnithread} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package includes the header files and libraries needed for
developing programs using %{name}.

%files -n %{devname}
%doc README*
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/COS/*.h
%{_includedir}/COS/*.hh
%{_includedir}/omniORB4/*.h
%{_includedir}/omniORB4/*.hh
%{_includedir}/omniORB4/internal/*.h
%{_includedir}/omniconfig.h
%{_includedir}/omnithread.h
%{_includedir}/omnithread/*
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%package -n %{name}-doc
Summary:	Documentation for omniORB
Group:		Development/C++

%description -n %{name}-doc
This package includes developers doc including examples.

%files -n %{name}-doc
%doc doc/*

#----------------------------------------------------------------------------

%package -n python-omniidl
Group:		Development/Python
Summary:	OmniOrb IDL compiler

%description -n python-omniidl
OmniOrb IDL compiler.

%files -n python-omniidl
%defattr(-,root,root,755)
%{_bindir}/omniidl*
%{_datadir}/idl/omniORB/*.idl
%{_datadir}/idl/omniORB/COS/*.idl
%dir %{py_puresitedir}/omniidl
%{py_puresitedir}/omniidl/*
%dir %{py_puresitedir}/omniidl_be
%{py_puresitedir}/omniidl_be/*.py*
%dir %{py_puresitedir}/omniidl_be/cxx
%{py_puresitedir}/omniidl_be/cxx/*.py
%{py_puresitedir}/omniidl_be/cxx/*.pyc
%{py_puresitedir}/omniidl_be/cxx/header
%{py_puresitedir}/omniidl_be/cxx/skel
%{py_puresitedir}/omniidl_be/cxx/dynskel
%{py_puresitedir}/omniidl_be/cxx/impl
%{py_platsitedir}/_omniidlmodule.so
%{_libdir}/python%{py_ver}/site-packages/_omniidlmodule.so.*

#----------------------------------------------------------------------------

%prep
%setup -q -n omniORB-%{version}
%patch0 -p1
%patch2 -p0

%build
%configure2_5x --with-openssl=%{_prefix}
%make

%install
%makeinstall_std

install -m 755 -d %{buildroot}%{_mandir}/{man1,man5}
install -m 755 -d %{buildroot}%{_sysconfdir}/init.d
install -m 755 -d %{buildroot}/var/omninames/

install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}
install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/init.d/omninames

install -m 644 man/man1/* %{buildroot}%{_mandir}/man1/

mkdir -p  %{buildroot}/var/log/omninames
chmod 755 %{buildroot}%{_includedir}/{omnithread,COS,omniORB4,omniORB4/internal}

mkdir -p %{buildroot}%{py_platsitedir}/%{name}
pushd %{buildroot}%{py_platsitedir}/%{name}
python -O -c "import compileall; compileall.compile_dir('.')"
python -c "import compileall; compileall.compile_dir('.')"


%changelog

* Fri Jul 03 2015 dsilakov <denis.silakov@rosalab.ru> 4.1.7-4
- (5cb6bf1) Merge pull request #1 from anastasiya_po/omniorb:rosa2014.1
- (5cb6bf1) Anastasiya Ponomareva



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12440 |14cu|onboard-1.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           onboard
Version:        1.1.1
Release:        5
Summary:        Simple on-screen Keyboard

Group:          System/X11
License:        GPLv2+
URL:            https://launchpad.net/onboard/
Source0:        onboard-1.1.1.tar.gz

BuildRequires:  desktop-file-utils
BuildRequires:  gettext
BuildRequires:  gnome-python-gconf
BuildRequires:  intltool
BuildRequires:  libxi-devel
BuildRequires:  pkgconfig(dconf)
BuildRequires:  pkgconfig(gdk-3.0)
BuildRequires:  pkgconfig(hunspell)
BuildRequires:  pkgconfig(libcanberra)
BuildRequires:  pkgconfig(xkbfile)
BuildRequires:  pkgconfig(xtst)
BuildRequires:  python3-devel
BuildRequires:  python3-distutils-extra
BuildRequires:  python3-setuptools
# ovitters: pkgconfig(gobject-introspection-1.0) includes script to determine typelib() auto buildrequires
BuildRequires:  pkgconfig(gobject-introspection-1.0)

Requires:       at-spi2-atk
Requires:       at-spi2-core
Requires:       fonts-ttf-dejavu
Requires:       hicolor-icon-theme
Requires:       mousetweaks
Requires:       python3-cairo
Requires:       python3-dbus 
Requires:       python3-gobject3
Requires:       python3-gi-cairo
Requires:       typelib(PangoFT2)
Requires:       iso-codes
Requires:	gnome-python-gconf

%description
An on-screen keyboard useful on tablet PCs or for mobility impaired users, or
just really handy when the keyboard is out of reach.
Onboard can store text snippets for one click typing and can also suggest
(and learn) words to speed text entry.
Many theme options are available and each of these may be customized.
The keyboard may be configured to automatically show itself when text input
is required.

%prep
%setup -q

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}

# Use example default configuration file
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
cp %{buildroot}%{_datadir}/%{name}/%{name}-defaults.conf.example %{buildroot}%{_sysconfdir}/%{name}/%{name}-defaults.conf
# Swich to full keyboard
sed -i 's/#layout=Full Keyboard/layout=Full Keyboard/' %{buildroot}%{_sysconfdir}/%{name}/%{name}-defaults.conf
sed -i 's/layout=Compact/#layout=Compact/' %{buildroot}%{_sysconfdir}/%{name}/%{name}-defaults.conf
# Use Mageia superkey label
sed -i 's/superkey-label=.*$/superkey-label=/' %{buildroot}%{_sysconfdir}/%{name}/%{name}-defaults.conf
# Switch font to DejaVu-Sans
sed -i 's/^key-label-font=.*$/key-label-font=DejaVu Sans/' %{buildroot}%{_sysconfdir}/%{name}/%{name}-defaults.conf
# Configuration change for patch0 (StatusIconProvider.patch)
sed -i '/\[main\]/a status-icon-provider=GtkStatusIcon' %{buildroot}%{_sysconfdir}/%{name}/%{name}-defaults.conf
# Enable icon-palette for gnome3 or on closing keyboard there is no visible activation method
sed -i '/\[icon-palette\]/a in-use=True' %{buildroot}%{_sysconfdir}/%{name}/%{name}-defaults.conf
# Remove Ubuntu icons
rm -rf %{buildroot}%{_iconsdir}/ubuntu*
# Desktop files
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install                                    \
    --remove-category="X-GNOME-PersonalSettings"        \
    --add-category="Utility;"                           \
    --dir=%{buildroot}%{_datadir}/applications          \
    %{buildroot}%{_datadir}/applications/%{name}.desktop
    
desktop-file-install                                    \
    --remove-category="X-GNOME-PersonalSettings"        \
    --remove-category="Settings"                        \
    --add-category="Utility;"                           \
    --dir=%{buildroot}%{_datadir}/applications          \
    %{buildroot}%{_datadir}/applications/%{name}-settings.desktop

mkdir -p %{buildroot}%{_datadir}/locale
cp -a build/mo/* %{buildroot}%{_datadir}/locale

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_bindir}/%{name}-settings
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-settings.desktop
%{_datadir}/dbus-1/services/org.%{name}-prediction.service
%{_datadir}/glib-2.0/schemas/org.%{name}.gschema.xml
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/icons/HighContrast/scalable/apps/%{name}.svg
%{_datadir}/%{name}/
%{_datadir}/sounds/freedesktop/stereo/%{name}-key-feedback.oga 
%doc AUTHORS COPYING NEWS README docs/
%{py3_platsitedir}/%{name}*.egg-info
%{py3_platsitedir}/Onboard/
%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
%config(noreplace) %{_sysconfdir}/%{name}/%{name}-defaults.conf

%changelog

* Tue May 16 2017 keleg <vladimir.potapov@rosalab.ru> 1.1.1-5
- (469e491) add requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12441 |14cu|onioncat-0.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		onioncat
Version:	0.2.1
Release:	3
Summary:	Anonymizing VPN over Tor
URL:		http://www.cypherpunk.at/onioncat/
Group:		Networking/Other
License:	GPLv3
Source0:	http://www.cypherpunk.at/ocat/download/Source/%{version}/%{name}-%{version}.tar.gz
Patch0:		onioncat-0.2.1-debug.patch

%description
OnionCat creates a transparent IP layer on top of Tor's hidden services.
It transmits any kind of IP-based data transparently through the Tor network 
on a location hidden basis. You can think of it as a point-to-multipoint VPN 
between hidden services.

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fiv
%configure2_5x
%make

%install
%makeinstall
rm -Rf %{buildroot}/usr/include/
rm -Rf %{buildroot}/usr/share/doc/*

%clean

%files
%doc AUTHORS ChangeLog 
%{_bindir}/*
%{_mandir}/man1/*



%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 0.2.1-3
- (ed72284) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12442 |14cu|ooh323c-0.8.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname ooh323c %{major}

Summary:	Objective Systems Open H.323 library
Name:		ooh323c
Version:	0.8.2
Release:	7
Group:		System/Libraries
License:	GPL
URL:		http://www.obj-sys.com/open/
Source0:	http://switch.dl.sourceforge.net/sourceforge/ooh323c/%{name}-%{version}.tar.bz2
Patch0:		ooh323c-0.8.2-debug.patch
BuildRequires:	autoconf2.5
BuildRequires:	libtool

%description
Objective Systems Open H.323 for C is a simple H.323 protocol stack. It
contains signaling logic to allow H.323 channels to be created and terminated.
The code is developed in C to allow easy portability to different platform
types (including embedded).

%package -n	%{libname}
Summary:	Objective Systems Open H.323 library
Group:          System/Libraries

%description -n	%{libname}
Objective Systems Open H.323 for C is a simple H.323 protocol stack. It
contains signaling logic to allow H.323 channels to be created and terminated.
The code is developed in C to allow easy portability to different platform
types (including embedded).

%package -n	%{libname}-devel
Summary:	Static library and header files for the ooh323c library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Requires:	%{libname} = %{version}

%description -n	%{libname}-devel
Objective Systems Open H.323 for C is a simple H.323 protocol stack. It
contains signaling logic to allow H.323 channels to be created and terminated.
The code is developed in C to allow easy portability to different platform
types (including embedded).

This package contains the static ooh323c library and its header files.

%prep
%setup -q
%patch0 -p1

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%build
%configure2_5x --disable-static

%make

%install
%makeinstall_std
rm -f %{buildroot}/%{_libdir}/*.a

%files -n %{libname}
%doc COPYING ChangeLog README
%{_libdir}/*.so.*

%files -n %{libname}-devel
%doc doc/*
%{_includedir}/*.h
%{_libdir}/*.so


%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 0.8.2-7
- (55443ec) Fix debug info



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12443 |14cu|oolite-1.84-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define Werror_cflags %{nil}

Summary:	A user-modifiable three-dimensional space trading and combat game
Name:		oolite
Version:	1.84
Release:	2
License:	GPLv2+
Group:		Games/Other
Url:		http://www.oolite.org
Source0:	https://github.com/OoliteProject/oolite/releases/download/%{version}/%{name}-source-%{version}.tar.bz2
Source1:	http://jens.ayton.se/oolite/deps/firefox-4.0.source.js-only.tbz
Patch0:		oolite-1.80.patch
Patch2:		oolite-1.80-ext_libmozjs.patch
Patch3:		oolite-1.80-use_byte_order_of_sys_param.patch
Patch4:		initialize-nsdate-before-threads-locks.diff
BuildRequires:	gcc-c++
BuildRequires:	gcc-objc
BuildRequires:	gnustep-make
BuildRequires:	zip
BuildRequires:	gnustep-base-devel
BuildRequires:	ffcall-devel
BuildRequires:	giflib-devel
BuildRequires:	gmp-devel
BuildRequires:	libespeak-devel
BuildRequires:	objc-devel
BuildRequires:	stdc++-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(mozjs185)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(x11)
Requires:	gnustep-base

%description
Oolite is a space sim game, inspired by Elite, powered by Objective-C and
OpenGL, and designed as a small game that is easy for users to pick up, modify
and expand upon. Almost every aspect of the game can be changed by using
simple, free graphics packages and text editors.

%files
%doc README.md
%doc Doc/*
%{_gamesbindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-source-%{version}
%apply_patches

%build
export CC=gcc
export CXX=g++
%setup_compile_flags
. /usr/share/GNUstep/Makefiles/GNUstep.sh
%make OO_JAVASCRIPT_TRACE=no

%install
install -d %{buildroot}%{_libdir}/%{name}/Resources
install -m 755 %{name}.app/%{name}* %{buildroot}%{_libdir}/%{name}
mkdir -p %{buildroot}%{_gamesbindir}
ln -s %{_libdir}/%{name}/%{name} %{buildroot}%{_gamesbindir}/%{name}
cp -pr %{name}.app/Resources/* %{buildroot}%{_libdir}/%{name}/Resources
mkdir -p %{buildroot}%{_datadir}/applications

cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Name=Oolite
Comment=3D Combat and trading
Exec=%{_gamesbindir}/oolite
Icon=%{_libdir}/%{name}/Resources/Images/WMicon.bmp
Terminal=false
Categories=Game;ArcadeGame;3DGraphics;
EOF

%changelog

* Fri Feb 17 2017 alzim <alzim@bk.ru> 1.84-2
- (06b44f5) Merge pull request #1 from import/oolite:rosa2016.1
- (06b44f5) Updated to 1.84



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12444 |14cu|oorexx-4.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 4
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:		oorexx
Version:	4.2.0
Release:	1
Summary:	Open Object Rexx

Group:		Development/Other
License:	CPL
URL:		http://www.oorexx.org
Source0:	http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-source.tar.gz
Source1:	http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-pdf.zip
Patch0:		oorexx-4.2.0-paths.patch
Patch1:		oorexx-4.2.0-sfmt.patch
BuildRequires:	byacc
Provides:	rexx

%description
Open Object Rexx is an object-oriented scripting language. The
language is designed for "non-programmer" type users, so it is easy to
learn and easy to use, and provides an excellent vehicle to enter the
world of object-oriented programming without much effort.

It extends the procedural way of programming with object-oriented
features that allow you to gradually change your programming style as
you learn more about objects.

%package docs
Summary:	Documentation for ooRexx
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description docs
Open Object Rexx is an object-oriented scripting language. The
language is designed for "non-programmer" type users, so it is easy to
learn and easy to use, and provides an excellent vehicle to enter the
world of object-oriented programming without much effort.

It extends the procedural way of programming with object-oriented
features that allow you to gradually change your programming style as
you learn more about objects.

This package contains most of the documentation for ooRexx. It is
separate from the main package due to its large size.

%package -n %{libname}
Group:		System/Libraries
Summary:	Shared libraries for oorexx

%description -n %{libname}
Open Object Rexx is an object-oriented scripting language. The
language is designed for "non-programmer" type users, so it is easy to
learn and easy to use, and provides an excellent vehicle to enter the
world of object-oriented programming without much effort.

It extends the procedural way of programming with object-oriented
features that allow you to gradually change your programming style as
you learn more about objects.

%package -n %{develname}
Group:		Development/C
Summary:	Development libraries for oorexx
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	rexx-devel = %{version}-%{release}

%description -n %{develname}
Open Object Rexx is an object-oriented scripting language. The
language is designed for "non-programmer" type users, so it is easy to
learn and easy to use, and provides an excellent vehicle to enter the
world of object-oriented programming without much effort.

It extends the procedural way of programming with object-oriented
features that allow you to gradually change your programming style as
you learn more about objects.

%prep
%setup -q -n ooRexx-%{version}
unzip -qo %{SOURCE1}
%patch0 -p1 -b .paths
%patch1 -p1

%build
%configure2_5x --disable-static
%make LIBS="-lpthread -ldl"

%install
%makeinstall_std

rm -fr samples/**/.deps
rm -f %{buildroot}%{_datadir}/ooRexx/rexx.csh
rm -f %{buildroot}%{_datadir}/ooRexx/rexx.sh
chmod 0644 %{buildroot}%{_datadir}/ooRexx/*

# remove cruft
rm -f %{buildroot}%{_datadir}/ooRexx/{*.rex,readme}
find . -name .deps | xargs rm -fr
rm -fr samples/windows

%files
%doc CPLv1.0.txt ReleaseNotes
%{_bindir}/rexx
%{_bindir}/rexxc
%{_bindir}/rexximage
%{_bindir}/rxapi
%{_bindir}/rxapid
%{_bindir}/rxqueue
%{_bindir}/rxsubcom
%{_datadir}/ooRexx
%{_mandir}/man*/*

%files docs
%doc readme.pdf rexxpg.pdf rexxref.pdf rxftp.pdf rxmath.pdf rxsock.pdf

%files -n %{develname}
%{_bindir}/oorexx-config
%{_libdir}/lib*.so
%{_includedir}/*.h

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*


%changelog

* Tue Jul 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.2.0-1
- (9402323) Clean .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12445 |14cu|openalchemist-0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          openalchemist
Version:       0.4
Release:       1
Summary:       Free clone of naturalchimie (puzzle game)
License:       GPLv2+
Group:         Games/Puzzles
URL:           http://www.openalchemist.com
# svn export https://openalchemist.svn.sourceforge.net/svnroot/openalchemist/tags/0.4 openalchemist-0.4-src
Source:        %{name}-%{version}-src.tar.gz
Patch0:        openalchemist-0.4-cl23.patch
Patch1:        openalchemist-0.4-last-piece.patch
Patch2:        openalchemist-0.4-title-xml.patch
BuildRequires: pkgconfig(clanCore-2.3)
BuildRequires: mesa-common-devel
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(x11)
BuildRequires: zip
BuildRequires: imagemagick
BuildRequires: desktop-file-utils
Requires:      pygtk2.0

%description
OpenAlchemist is a new game project developed with C++ language and
Clanlib framework.
Our goal is to reimplement the game www.naturalchimie.com with free
softwares and with free licenses (GNU GPL for code and Creative
Commons for graphics).

%files
%doc AUTHORS CODE-LICENSE COPYING README GRAPHICS-LICENSE
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-config
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#---------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-src
%patch0 -p1
%patch1 -p1
%patch2 -p1

iconv --from=ISO-8859-1 --to=UTF-8 .desktop > .desktop.new && \
touch -r .desktop .desktop.new && \
mv .desktop.new %{name}.desktop


%build
autoreconf -fiv
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std
desktop-file-install %{name}.desktop \
  --dir=%{buildroot}%{_datadir}/applications

for size in 256 128 64 48 32 16; do
  install -d %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps
  convert data/logo_svg.svg -resize ${size} %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/%{name}.png
done



%changelog

* Mon Jul 04 2016 abfonly <abfonly@gmail.com> 0.4-1
- (16d1ae9) Log: Update to 0.4
- (16d1ae9) fix linting, and build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12446 |14cu|openca-ocspd-1.5.1-0.rc1.11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ssldir %{_sysconfdir}/pki/ocspd

Summary:	OpenCA OCSP Daemon
Name:		openca-ocspd
Version:	1.5.1
Release:	0.rc1.11
License:	BSD-like
Group:		System/Servers
Url:		https://www.openca.org/projects/ocspd/
Source0:	%{name}-%{version}-rc1.tar.gz
Source1:	ocspd.service
Source2:	examples.tar.bz2
Source3:	ocspd-mkcert.sh
Source4:	ocspd.cnf
Source5:	openca-ocspd-tmpfiles.conf
Patch0:		OpenCA-OCSPD-1.1.0a-mdv_config.diff
Patch1:		openca-ocspd-autoconf_fixes.diff
Patch2:		openca-ocspd-1.5.1-rc1-format_not_a_string_literal_and_no_format_arguments.diff
Patch3:		openca-ocspd-1.5.1-openssl.patch
BuildRequires:	autoconf2.5
BuildRequires:	systemd
BuildRequires:	libsasl-devel
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(openssl)
Requires(pre,postun):	rpm-helper
Requires(post,preun,postun):	systemd

%description
The openca-ocspd is an RFC2560 compliant OCSPD responder. It can be used to
verify the status of a certificate using OCSP clients (such as
Mozilla/Netscape7).

This product includes OpenCA software written by Massimiliano Pala
(madwolf@openca.org) and the OpenCA Group (www.openca.org)

%files
%doc AUTHORS COPYING ChangeLog README
%doc examples/index.txt examples/ocspd.conf examples/request.sh
%{_unitdir}/ocspd.service
%config(noreplace) %attr(0640,ocspd,ocspd) %{_sysconfdir}/ocspd.conf*
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/sysconfig/ocspd
%dir %attr(0750,ocspd,ocspd) %{ssldir}
%attr(0644,root,root) %config(noreplace) %{ssldir}/ocspd.cnf
%attr(0754,root,root) %{ssldir}/mkcert.sh
%dir %attr(0750,ocspd,ocspd) %{ssldir}/certs
%dir %attr(0750,ocspd,ocspd) %{ssldir}/crls
%dir %attr(0750,ocspd,ocspd) %{ssldir}/private
%attr(0600,ocspd,ocspd) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/certs/ocspd_cert.pem
%attr(0600,ocspd,ocspd) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/private/ocspd_key.pem
%attr(0600,ocspd,ocspd) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/index.txt
%attr(0600,ocspd,ocspd) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/serial
%attr(0600,ocspd,ocspd) %config(noreplace) %verify(not md5 size mtime) %{ssldir}/certs/cacert.pem
%attr(0600,ocspd,ocspd) %config(noreplace) %verify(not md5 size mtime) %{ssldir}/certs/key.pem
%attr(0600,ocspd,ocspd) %config(noreplace) %verify(not md5 size mtime) %{ssldir}/certs/ocsp.pem
%attr(0600,ocspd,ocspd) %config(noreplace) %verify(not md5 size mtime) %{ssldir}/certs/ocsp_key.pem
%attr(0600,ocspd,ocspd) %config(noreplace) %verify(not md5 size mtime) %{ssldir}/certs/ocspcert.pem
%attr(0755,root,root) %{_sbindir}/ocspd
%ghost %attr(0755,ocspd,ocspd) %dir %{_localstatedir}/run/ocspd
%attr(0755,ocspd,ocspd) %dir %{_localstatedir}/lib/ocspd
%{_mandir}/man3/ocspd*
%{_tmpfilesdir}/%{name}.conf

%pre
%_pre_useradd ocspd %{_localstatedir}/lib/ocspd /sbin/nologin

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%systemd_post ocspd.service
# create a dummy ssl cert
if [ ! -f %{ssldir}/certs/ocspd_key.pem ]; then
    %{ssldir}/mkcert.sh \
    OPENSSL=%{_bindir}/openssl \
    SSLDIR=%{ssldir} \
    OPENSSLCONFIG=%{ssldir}/ocspd.cnf \
    CERTFILE=%{ssldir}/certs/ocspd_cert.pem \
    KEYFILE=%{ssldir}/private/ocspd_key.pem &> /dev/null
fi

%preun
%systemd_preun ocspd.service

%postun
%systemd_postun_with_restart ocspd.service
%_postun_userdel ocspd

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-rc1 -a2

# fix strange perms
find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p1

cp %{SOURCE3} ocspd-mkcert.sh
cp %{SOURCE4} ocspd.cnf

%build
%serverbuild

export CFLAGS="$CFLAGS -DLDAP_DEPRECATED"

export WANT_AUTOCONF_2_5=1
autoreconf -fi
%configure2_5x \
    --enable-openldap \
    --enable-openssl-engine \
    --disable-semaphores \
    --enable-flock \
    --with-openssl-prefix=%{_prefix} \
    --with-openldap-prefix=%{_prefix} \
    --with-ocspd-user=ocspd \
    --with-ocspd-group=ocspd \
    --with-openca-prefix=%{_datadir}/openca

# lib64 fix
find -type f -name "Makefile" | xargs perl -pi -e "s|%{_prefix}/lib|%{_libdir}|g"

%make

%install
# don't fiddle with the initscript!
export DONT_GPRINTIFY=1
export LC_ALL=en_US.utf8

install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{ssldir}/{certs,crls,private}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_localstatedir}/lib/ocspd

make \
    DEST_BINDIR="%{buildroot}%{_bindir}" \
    DEST_DATADIR="%{buildroot}%{_datadir}/openca" \
    DEST_LIBDIR="%{buildroot}%{_libdir}" \
    DEST_MANDIR="%{buildroot}%{_mandir}" \
    DEST_SBINDIR="%{buildroot}%{_sbindir}" \
    DESTDIR="%{buildroot}" \
    install

# fix pid dir
install -d %{buildroot}%{_localstatedir}/run/ocspd

# install a nicer sysv script
rm -rf %{buildroot}%{_sysconfdir}/init.d
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/ocspd.service

cat > ocspd.sysconfig << EOF
# put options here
#OCSPD_OPTIONS=""
EOF

install -m0644 ocspd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/ocspd

# install some example certs
install -m0600 examples/certs/cacert.pem %{buildroot}%{ssldir}/certs/
install -m0600 examples/certs/key.pem %{buildroot}%{ssldir}/certs/
install -m0600 examples/certs/ocspcert.pem %{buildroot}%{ssldir}/certs/
install -m0600 examples/certs/ocsp_key.pem %{buildroot}%{ssldir}/certs/
install -m0600 examples/certs/ocsp.pem %{buildroot}%{ssldir}/certs/

# fix ssl stuff
touch %{buildroot}%{ssldir}/certs/ocspd_cert.pem
touch %{buildroot}%{ssldir}/private/ocspd_key.pem
touch %{buildroot}%{ssldir}/index.txt
chmod 600 %{buildroot}%{ssldir}/certs/ocspd_cert.pem
chmod 600 %{buildroot}%{ssldir}/private/ocspd_key.pem
chmod 600 %{buildroot}%{ssldir}/index.txt
echo "01" > %{buildroot}%{ssldir}/serial

install -m0644 ocspd.cnf %{buildroot}%{ssldir}/ocspd.cnf
install -m0755 ocspd-mkcert.sh %{buildroot}%{ssldir}/mkcert.sh

# fix %%{ssldir}
find %{buildroot}%{_sysconfdir} -type f | xargs perl -pi -e "s|/etc/ssl/ocspd|%{ssldir}|g"

install -d %{buildroot}%{_tmpfilesdir}
install -m0644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.1-0.rc1.11
- (f9d6138) Properly handle /var/run/ocspd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12447 |14cu|opencascade-6.7.0.0.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gittag	ga384024

%define major	8
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname -d %{name}

# based on opencascade 6.7.0
%define occtag	6.7.0

# tpaviot-oce version
%define ocegit	0.15

Summary:	3D modeling & numerical simulation
Name:		opencascade
Group:		Sciences/Physics
Version:	%{occtag}.%{ocegit}
Release:	1
License:	LGPLv2 with exceptions
URL:		https://github.com/tpaviot/oce
Source0:	https://github.com/tpaviot/oce/archive/OCE-%{ocegit}.tar.gz
Source10:	%{name}.rpmlintrc
# https://github.com/tpaviot/oce/tarball/OCE-0.7.0
Patch3:		opencascade-6.7.0-0.15-mga-glintptr.patch

BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ftgl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	bison 
BuildRequires:	flex
BuildRequires:	cmake
Requires:	pdksh
Requires:	tcl
Requires:	tix
Requires:	tk

%description
Open CASCADE Technology is software development platform freely available
in open source. It includes components for 3D surface and solid modeling,
visualization, data exchange and rapid application development.

Open CASCADE Technology can be best applied in development of numerical
simulation software including CAD/CAM/CAE, AEC and GIS, as well as PDM
applications.

The Technology exists from the mid 1990-s and has already been used by
numerous commercial clients belonging to different domains from software
edition to heavy industry.

%files
%doc LICENSE_LGPL_21.txt OCCT_LGPL_EXCEPTION.txt
%{_datadir}/%{name}

#-----------------------------------------------------------------------
%package	-n %{libname}
Summary:	3D modeling & numerical simulation
Group:		System/Libraries

%description	-n %{libname}
Open CASCADE Technology is software development platform freely available
in open source. It includes components for 3D surface and solid modeling,
visualization, data exchange and rapid application development.

Open CASCADE Technology can be best applied in development of numerical
simulation software including CAD/CAM/CAE, AEC and GIS, as well as PDM
applications.

The Technology exists from the mid 1990-s and has already been used by
numerous commercial clients belonging to different domains from software
edition to heavy industry.

%files		-n %{libname}
%{_libdir}/lib*.so.%{major}
%{_libdir}/lib*.so.%{major}.*

#-----------------------------------------------------------------------
%package	-n %{devname}
Summary:	3D modeling & numerical simulation
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description	-n %{devname}
Open CASCADE Technology is software development platform freely available
in open source. It includes components for 3D surface and solid modeling,
visualization, data exchange and rapid application development.

Open CASCADE Technology can be best applied in development of numerical
simulation software including CAD/CAM/CAE, AEC and GIS, as well as PDM
applications.

The Technology exists from the mid 1990-s and has already been used by
numerous commercial clients belonging to different domains from software
edition to heavy industry.

%files		-n %{devname}
%{_libdir}/lib*.so
%{_includedir}/%{name}
%{_datadir}/cmake/Modules/*.cmake

#-----------------------------------------------------------------------
%prep
%setup -qn oce-OCE-%{ocegit}
%apply_patches

#-----------------------------------------------------------------------
%build
%cmake -DCMAKE_VERBOSE_MAKEFILE=OFF \
	-DOCE_INSTALL_PREFIX=%{_prefix} \
	-DOCE_INSTALL_INCLUDE_DIR=%{_includedir}/%{name} \
	-DOCE_INSTALL_LIB_DIR=%{_libdir} \
	-DOCE_INSTALL_DATA_DIR=%{_datadir}/%{name} \
	-DOCE_INSTALL_SCRIPT_DIR=%{_sysconfdir}/profile.d \
	-DOCE_INSTALL_CMAKE_DATA_DIR=share/cmake/Modules
perl -pi -e 's|/usr//usr|/usr|;' build_inc/oce-config.h
%make



#-----------------------------------------------------------------------
%install
perl -pi -e 's|/usr//usr|/usr|;' build/env.sh build/env.csh
%makeinstall_std -C build

# adjust environment/directories to avoid (too much) script patching
ln -sf %{_libdir} %{buildroot}%{_datadir}/%{name}/lib
ln -sf %{_includedir}/%{name} %{buildroot}%{_datadir}/%{name}/inc
ln -sf %{_datadir}/%{name} %{buildroot}%{_datadir}/%{name}/lin
ln -sf %{_datadir}/%{name} %{buildroot}%{_datadir}/%{name}/Linux

%changelog

* Tue Jul 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 6.7.0.0.15-1
- (5cd0152) Spec cleanup - turn back pkgconfig BRs and rpmlintrc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12448 |14cu|openclonk-7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           openclonk
Version:        7.0
Release:        1
Summary:        Free multiplayer action game about mining, settling and fast-paced melees
Group:          Games/Arcade
License:        BSD
URL:            http://www.openclonk.org
Source0:        http://www.openclonk.org/builds/release/%{version}/%{name}-release-%{version}-src.tar.bz2

BuildRequires:  boost-devel
BuildRequires:  cmake
BuildRequires:  jpeg-devel
BuildRequires:  tinyxml-devel
BuildRequires:  pkgconfig(freealut)
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(glew)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(gtksourceview-2.0)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(libupnp)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  pkgconfig(vorbis)
BuildRequires:  pkgconfig(zlib)
BuildRequires:  readline-devel
Requires:       %{name}-data = %{EVRD}

%description
OpenClonk is a free multiplayer action game where you control clonks,
small but witty and nimble humanoid beings. The game is mainly about
mining, settling and fast-paced melees. OpenClonk is also not just a
game but also a versatile 2D game engine that offers countless
possibilites to make own mods.

%files
%doc Credits.txt TRADEMARK
%{_bindir}/c4group
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#------------------------------------------------------------------------------

%package        data
Summary:        Data files for OpenClonk
Group:          Games/Arcade
BuildArch:      noarch

%description    data
Arch-independent data files for OpenClonk. The purpose of this package is
to be installed alongside the "%{name}" package which contains the game
binary.

%files          data
%doc Credits.txt TRADEMARK
%{_gamesdatadir}/%{name}/
#----------------------------------------------
%prep
%setup -qn %{name}-release-%{version}-src

%build
%cmake  -DUSE_STATIC_BOOST=OFF \
        -DBUILD_SHARED_LIBS=OFF
        
%make

%install
%makeinstall_std -C build

%changelog

* Tue Jul 05 2016 abfonly <abfonly@gmail.com> 7.0-1
- (1130a2f) Log: Update to 7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12449 |14cu|openfx-io-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Natron

%define openfx_snapshot e91b1f921ff49694be3062f5cf9e6e60e9f741f3
%define sp_snapshot bbc96a9ee77d663e179c4c1431f32b37a32b8c3a
%define tinydir_snapshot 60f09057d32b8f193cbebb5a38644ca686994ea3
%define supportext_snapshot dd8c5c7e2618673af6801e42bb97639de0f0b041

Summary:	A set of Readers/Writers plugins written using the OpenFX standard
Name:		openfx-io
Version:	1.0.0
Release:	3
License:	BSD
Group:		Video
Url:		https://github.com/MrKepzie/openfx-io
# From git by tag https://github.com/MrKepzie/openfx-io
Source0:	%{name}-%{oname}-%{version}-release.tar.gz
# From git https://github.com/devernay/openfx/
Source1:	openfx-%{openfx_snapshot}.zip
# From git https://github.com/MrKepzie/SequenceParsing
Source2:	SequenceParsing-%{sp_snapshot}.zip
# From git https://github.com/MrKepzie/tinydir
Source3:	tinydir-%{tinydir_snapshot}.zip
# From git https://github.com/devernay/openfx-supportext
Source4:	openfx-supportext-%{supportext_snapshot}.zip
Patch0:		openfx-ofx-path.patch
Patch1:		openfx-ofx-flags.patch
BuildRequires:	git
BuildRequires:	ffmpeg-devel
BuildRequires:	OpenImageIO-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(IlmBase)
BuildRequires:	pkgconfig(OpenColorIO)

%description
A set of Readers/Writers plugins written using the OpenFX standard.

%files
%dir %{_libdir}/OFX/Plugins/IO.ofx.bundle
%{_libdir}/OFX/Plugins/IO.ofx.bundle/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{oname}-%{version}-release

# Unpack external libraries from sub-projects
rm -rf openfx
unzip -q %{SOURCE1}
mv openfx-%{openfx_snapshot} openfx

rm -rf SupportExt
unzip -q %{SOURCE4}
mv openfx-supportext-%{supportext_snapshot} SupportExt

pushd IOSupport
rm -rf SequenceParsing
unzip -q %{SOURCE2}
mv SequenceParsing-%{sp_snapshot} SequenceParsing
pushd SequenceParsing
rm -rf tinydir
unzip -q %{SOURCE3}
mv tinydir-%{tinydir_snapshot} tinydir
popd
popd

%patch0 -p1
%patch1 -p1

%build
%setup_compile_flags
%make CONFIG=release

%install
mkdir -p %{buildroot}%{_libdir}/OFX/Plugins
cp -r IO/Linux-*-release/IO.ofx.bundle %{buildroot}%{_libdir}/OFX/Plugins/


%changelog

* Sat Feb 06 2016 Denis Silakov <dsilakov@gmail.com> 1.0.0-3
- (f5bd92c) Rebuild with new OpenImageIO



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12450 |14cu|openfx-misc-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Natron

%define openfx_snapshot e91b1f921ff49694be3062f5cf9e6e60e9f741f3
%define supportext_snapshot dd8c5c7e2618673af6801e42bb97639de0f0b041

Summary:	Miscellaneous OFX / OpenFX / Open Effects plugins
Name:		openfx-misc
Version:	1.0.0
Release:	3
License:	BSD
Group:		Video
Url:		https://github.com/devernay/openfx-misc
# From git by tag https://github.com/devernay/openfx-misc
Source0:	%{name}-%{oname}-%{version}-release.tar.gz
# From git https://github.com/devernay/openfx/
Source1:	openfx-%{openfx_snapshot}.zip
# From git https://github.com/devernay/openfx-supportext
Source2:	openfx-supportext-%{supportext_snapshot}.zip
Patch0:		openfx-ofx-path.patch
Patch1:		openfx-ofx-flags.patch
Patch2:		openfx-misc-Natron-1.0.0-cimg.patch
BuildRequires:	curl
BuildRequires:	git
BuildRequires:	pkgconfig(gl)

%description
Miscellaneous OFX / OpenFX / Open Effects plugins.

%files
%dir %{_libdir}/OFX/Plugins/Misc.ofx.bundle
%{_libdir}/OFX/Plugins/Misc.ofx.bundle/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{oname}-%{version}-release

# Unpack external libraries from sub-projects
rm -rf openfx
unzip -q %{SOURCE1}
mv openfx-%{openfx_snapshot} openfx

rm -rf SupportExt
unzip -q %{SOURCE2}
mv openfx-supportext-%{supportext_snapshot} SupportExt

%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%setup_compile_flags
make CONFIG=release

%install
mkdir -p %{buildroot}%{_libdir}/OFX/Plugins
cp -r Misc/Linux-*-release/Misc.ofx.bundle %{buildroot}%{_libdir}/OFX/Plugins/


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-3
- (b294708) Disable parallel build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12451 |14cu|opengl-games-utils-0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities to check proper 3D support before launching 3D games
Name:		opengl-games-utils
Version:	0.2
Release:	1
License:	Public Domain
Group:		Games/Other
Url:		http://fedoraproject.org/wiki/SIGs/Games
Source0:	opengl-game-wrapper.sh
Source1:	opengl-game-functions.sh
Source2:	README
Requires:	glxinfo
Requires:	zenity
BuildArch:	noarch

%description
This package contains various shell scripts which are intented for use by
3D games packages. These shell scripts can be used to check if direct rendering
is available before launching an OpenGL game. This package is intended for use
by other packages and is not intended for direct end user use!

%files
%doc README
%{_bindir}/opengl-game-wrapper.sh
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -c -T
cp %{SOURCE2} .

%build
# nothing to build

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}
install -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}
install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}


%changelog
* Fri Oct 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2-1
+ Revision: 7ebdfaa
- New version 0.2 (it can recognize modern ways of rendering)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12452 |14cu|opengrade-3.1.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	Local and web-based gradebook

Name:		opengrade
Version:	3.1.17
Release:	3
License:	GPLv2
Group:		Education
#Source0:	https://github.com/bcrowell/opengrade/archive/%{name}-%{version}.tar.gz
#Source0:	https://github.com/bcrowell/opengrade/releases/tag/3.1.17/opengrade-3.1.17.zip
Source0:	opengrade-3.1.17.tar.gz
Source1:	%{name}.desktop
Source2:	http://www.lightandmatter.com/ogr/%{name}_doc.pdf
Url:		http://www.lightandmatter.com/ogr/ogr.html
Requires:	tk
BuildArch:	noarch
BuildRequires:	imagemagick
Provides:	perl(FileDialogPatched)

%description
OpenGrade is software for teachers to keep track of grades.
* A variety of reports can be created.
* Grades can be uploaded to a web server, where students can have
  password-protected access to them. (see /usr/share/doc/opengrade*)
* If you use a set grading scale, you can have the software use it to compute
  letter grades automatically.
* Grades can be based on total points, or on a weighted average of scores in
  various categories such as exams and quizzes.
* You can drop the lowest grade (or the N lowest grades) from a given category.
* Students can be dropped and later reinstated without losing all their grades.
* Gradebook files can be automatically backed up on a web server.
* There is support for extra-credit categories, and for categories that don't
  count towards the student's grade.
* Gradebook files are password-protected with a digital watermark, so you can
  detect tampering.
* Gradebook files are in a plain-text format, which makes it easy to work with
  them using Unix utilities.

%prep
%setup -q
cp %{SOURCE2} %{name}.pdf
chmod -x *.sty

%build
mv %{name}.pl %{name}
perl -p -i -e 's|/usr/local|/usr||g' %{name}

%install
mkdir -p %{buildroot}%{perl_vendorlib}
mkdir -p %{buildroot}%{_bindir}
install -m644 *.pm %{buildroot}%{perl_vendorlib}
install -m755 %name %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/

#icons
mkdir -p %{buildroot}%{_liconsdir}
cp %{name}_icon.png %{buildroot}%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}%{_iconsdir}
convert -resize 32x32 %{name}_icon.png %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_miconsdir}
convert -resize 16x16 %{name}_icon.png %{buildroot}%{_miconsdir}/%{name}.png

%files
%doc README *.pdf *.gb *.cgi *.sty
%{_bindir}/%{name}
%{perl_vendorlib}/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop

%changelog

* Sat Jul 04 2015 dsilakov <denis.silakov@rosalab.ru> 3.1.17-3
- (31d0cd1) Merge pull request #1 from anastasiya_po/opengrade:rosa2014.1
- (31d0cd1) opengrade version 3.1.17



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12453 |14cu|openldap-check_password-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name check_password

Name:       openldap-%{upstream_name}
Version:    1.1
Release:    2
Summary:    OpenLdap password checker module
License:    Artistic
Group: 		System/Servers
URL: 		http://linagora.org/contrib/annuaires/extensions/openldap_ppolicy_check_password
Source0: 	http://tools.ltb-project.org/attachments/download/51/ltb-project-openldap-ppolicy-check-password-%{version}.tar.gz
BuildRequires: openldap-devel
BuildRequires: cracklib-devel
BuildRequires: libwrap-devel

%description
check_password.c is an OpenLDAP pwdPolicyChecker module used to check the
strength and quality of user-provided passwords.

This module is used as an extension of the OpenLDAP password policy controls,
see slapo-ppolicy(5) section pwdCheckModule.

check_password.c will run a number of checks on the passwords to ensure minimum
strength and quality requirements are met. Passwords that do not meet these
requirements are rejected. 

%prep
%setup -q -n ltb-project-openldap-ppolicy-check-password-%{version}

%build
%make \
    LDAP_INC="-I%{_includedir}/openldap/include -I%{_includedir}/openldap/slapd"


%install
install -d -m 755 %{buildroot}%{_libdir}/openldap
install -m 755 check_password.so %{buildroot}%{_libdir}/openldap

install -d -m 755 %{buildroot}%{_sysconfdir}/openldap
cat > %{buildroot}%{_sysconfdir}/openldap/check_password.conf <<EOF
# OpenLDAP pwdChecker library configuration

# Set it to 0 to disable cracklib verification
#useCracklib 1

# Minimum number of quality points a new password must have to be accepted
#minPoints 3

# Minimum upper characters expected
#minUpper 0

# Minimum lower characters expected
#minLower 0

# Minimum digit characters expected
#minDigit 0

# Minimum punctuation characters expected
#minPunct 0
EOF

%files
%doc README INSTALL LICENSE
%{_libdir}/openldap/check_password.so
%config(noreplace) %{_sysconfdir}/openldap/check_password.conf


%changelog

* Mon Jul 06 2015 dsilakov <denis.silakov@rosalab.ru> 1.1-2
- (ea00d0b) Merge pull request #1 from anastasiya_po/openldap-check_password:rosa2014.1
- (ea00d0b) openldap-check_password version 1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12454 |14cu|openldev-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 0
%define lib_name %mklibname %{name} %{lib_major}
%define develname %mklibname -d %name

Summary: Development environment
Name: openldev
Version: 1.0
Release: 10
License: GPLv2+
Group: Development/Other
URL: http://www.openldev.org/
Source0: %{name}-%{version}.tar.bz2
Patch0: openldev-1.0-gcc43.patch
Patch1: openldev-1.0-gcc44.patch
Patch2: openldev-debug.patch
BuildRequires: pkgconfig(gtksourceview-1.0)
BuildRequires: libglade2.0-devel
BuildRequires: vte-devel
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libgnomeprint-2.2)
BuildRequires: pkgconfig(libgnomeprintui-2.2)
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(libgnomeuimm-2.6)
BuildRequires: pkgconfig
BuildRequires: imagemagick
BuildRequires: chrpath
BuildRequires: desktop-file-utils

%description
OpenLDev is a development environment that provides a graphical
front-end to Linux compilers such as gcc. It includes the basic
essentials needed by a Linux programmer. It is a graphical
interface to the collection of command line programming tools
available for Linux and Unix systems.

%package -n %{lib_name}
Summary:        Openldev library
Group:          Development/Other
Obsoletes:	%{_lib}openldev1.0

%description -n %{lib_name}
This is a library used by Openldev.

%package -n %{develname}
Summary:        Development files for GCompris
Group:          Development/Other
Requires:       %{lib_name} = %{version}
Provides:       lib%{name}-devel = %{EVRD}
Provides:       %{name}-devel = %{EVRD}
Obsoletes:	%{_lib}openldev1.0-devel

%description -n  %{develname}
Development file for Openldev.

%prep
%setup -q -n %{name}
%patch0 -p0
%patch1 -p0
%patch2 -p1

%build
autoreconf -fiv
%configure2_5x
%make

%install
%makeinstall_std
# to remove binary-or-shlib-defines-rpath rpmlint error
chrpath -d $RPM_BUILD_ROOT/%{_bindir}/%{name}
# to remove script-without-shellbang rpmlint error
chmod ugo-x $RPM_BUILD_ROOT/%{_libdir}/*.la
chmod ugo-x $RPM_BUILD_ROOT/%{_libdir}/%{name}/*.la

# menu

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-MoreApplications-Development-DevelopmentEnvironments" \
  --add-category="Development" \
  --add-category="IDE" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

# icons
mkdir -p %{buildroot}%{_liconsdir} %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir}
convert -geometry 48x48 pixmaps/%{name}96.png %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 pixmaps/%{name}96.png %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 pixmaps/%{name}96.png %{buildroot}%{_miconsdir}/%{name}.png

# remove unneeded files
rm -rf $RPM_BUILD_ROOT/%{_defaultdocdir}

# fix warnings
perl -pi -e "s/\r\n/\n/" NEWS README

# change mode for script (add executable mode)
chmod +x %{buildroot}%{_datadir}/%{name}/templates/*.pl

%files 
%defattr(644,root,root,755)
%doc README COPYING AUTHORS NEWS TODO ChangeLog INSTALL
%defattr(-,root,root,-)
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}
%{_datadir}/applications/openldev.desktop
%{_mandir}/*/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_libdir}/%{name}/makefileeditor.plugin
%{_libdir}/%{name}/insertinfo.plugin

%files -n %{lib_name}
%{_libdir}/*.so.%{lib_major}*

%files -n %{develname}
%{_libdir}/*.so
%{_libdir}/%{name}/*.so



%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 1.0-10
- (c4cfe37) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12455 |14cu|openlierox-0.58_rc3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Extremely addictive realtime worms shoot-em-up
Name:		openlierox
Version:	0.58_rc3
Release:	5
License:	LGPLv2+
Group:		Games/Arcade
Url:		http://openlierox.sourceforge.net/
Source0:	OpenLieroX_%{version}.src.tar.bz2
Patch0:		openlierox-0.58_rc1-curl.patch
Patch1:		openlierox-0.58_rc3-fstat.patch
Patch2:		openlierox-0.58_rc3-gcc4.7.patch
Patch3:		OpenLieroX-gcc4.9.patch
BuildRequires:	libgd-devel
BuildRequires:	libhawknl-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(zlib)
Requires:	%{name}-gamedata = %{EVRD}

%description
OpenLierox is an extremely addictive realtime worms shoot-em-up backed
by an active gamers community. Dozens of levels and mods are available
to provide endless gaming pleasure.

%files
%doc COPYING.LIB VERSION doc
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png

#----------------------------------------------------------------------------

%package gamedata
Summary:	Game data for %{name}
Group:		Games/Arcade
Requires:	%{name} = %{EVRD}
# We split game data to separate package to make it noarch and thus save
# bandwidth and space on distribution media.
BuildArch:	noarch

%description gamedata
Game data for %{name}.

%files gamedata
%{_gamesdatadir}/OpenLieroX

#----------------------------------------------------------------------------

%prep
%setup -q -n OpenLieroX
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
SYSTEM_DATA_DIR=%{_gamesdatadir} \
BIN_DIR=%{_gamesbindir} \
./compile.sh

%install
mkdir -p %{buildroot}%{_gamesbindir}
SYSTEM_DATA_DIR=%{buildroot}%{_gamesdatadir} \
BIN_DIR=%{buildroot}%{_gamesbindir} \
DOC_DIR=%{buildroot}%{_docdir} \
	./install.sh

chmod -R o+rX %{buildroot}%{_gamesdatadir}/OpenLieroX
rm -rf %{buildroot}%{_docdir}

mkdir -p %{buildroot}%{_iconsdir}
cp -p %{buildroot}%{_gamesdatadir}/OpenLieroX/data/icon.png %{buildroot}%{_iconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=OpenLieroX
Comment=Extremely addictive realtime worms shoot-em-up
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


%changelog

* Mon Nov 23 2015 Denis Silakov <dsilakov@gmail.com> 0.58_rc3-5
- (d5892ee) Rebuild with new libzip



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12456 |14cu|openmsx-0.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug package is empty and we don't care to fix it anyway
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Open source MSX emulator
Name:		openmsx
Version:	0.12.0
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://openmsx.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		openmsx-0.11.0-config.patch
BuildRequires:	python
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(tcl)
BuildRequires:	pkgconfig(theoradec)
BuildRequires:	pkgconfig(vorbis)

%description
The open source MSX emulator that tries to achieve
near-perfect emulation by using a novel emulation model.

%files
%doc README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .fix-config

%build
%configure2_5x

%make

%install
%makeinstall_std

# menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/openmsx
Icon=emulators_section
Name=Openmsx
Comment=Open source MSX emulator
Categories=Game;Emulator;
EOF


%changelog

* Sat Sep 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.12.0-1
- (610f6e3) New version 0.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12457 |14cu|openmw-0.38.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A reimplementation of The Elder Scrolls III: Morrowind
Name:		openmw
Version:	0.38.0
Release:	2
License:	GPLv3+
Group:		Games/Adventure
Url:		https://openmw.org
Source0:	https://github.com/OpenMW/openmw/archive/%{name}-%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(bullet)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libunshield)
BuildRequires:	pkgconfig(MYGUI)
BuildRequires:	pkgconfig(openscenegraph-osg)
BuildRequires:	pkgconfig(openscenegraph-osgAnimation)
BuildRequires:	pkgconfig(openscenegraph-osgDB)
BuildRequires:	pkgconfig(openscenegraph-osgFX)
BuildRequires:	pkgconfig(openscenegraph-osgGA)
BuildRequires:	pkgconfig(openscenegraph-osgParticle)
BuildRequires:	pkgconfig(openscenegraph-osgQt)
BuildRequires:	pkgconfig(openscenegraph-osgUtil)
BuildRequires:	pkgconfig(openscenegraph-osgViewer)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(uuid)
# Looks like it's needed to build in "package" mode
BuildRequires:	dpkg
Requires:	openscenegraph-plugins

%description
OpenMW is an engine for 2002's game The Elder Scrolls 3: Morrowind.
It aims to be a fully playable (and improved!), open source
implementation of the game's engine and functionality.

You will still need the original game data to play OpenMW.

%files
%{_sysconfdir}/%{name}/
%{_bindir}/%{name}
%{_bindir}/%{name}-cs
%{_bindir}/%{name}-essimporter
%{_bindir}/%{name}-launcher
%{_bindir}/%{name}-iniimporter
%{_bindir}/%{name}-wizard
%{_bindir}/bsatool
%{_bindir}/esmtool
%{_gamesdatadir}/%{name}/
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-cs.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}-cs.png
%{_datadir}/licenses/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{name}-%{version}

%build
%cmake
# Too greedy for resources
make

%install
%makeinstall_std -C build


%changelog

* Fri Mar 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.38.0-2
- (8cc0a63) Require openscenegraph-plugins

* Thu Feb 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.38.0-1
- (20953fb) New version 0.38.0

* Wed Dec 02 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.37.0-1
- (51eb311) Build requires more OSG packages
- (Andrey Bondrov: d3ade8c) New version 0.37.0
- (Andrey Bondrov: d3ade8c) Switch from OGRE to OpenSceneGraph
- (Andrey Bondrov: d3ade8c) Update files

* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.34.0-2
- (4191241) Bump release

* Fri Feb 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.34.0-1
- (c55679c) Updated to 0.34.0

* Wed Oct 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.33.0-1
- (b176a89) Update files and fix plugin install dir
- (Andrey Bondrov: 78467a3) New version 0.33.0

* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 0.31.0-1
- (e28e4e6) New version 0.31.0

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.29.0-3
- (8d0d916) MassBuild#464: Increase release tag

* Mon Jun 23 2014 Tigro <ashejn@gmail.com> 0.29.0-2
- (8e81260) rebuilt against new boost

* Fri Mar 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.29.0-1
- (e3fef32) LOG New version 0.29.0, suggest ogre-cg-plugin

* Fri Jan 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.28.0-1
- (667e7ee) LOG New version 0.28.0, update files

* Tue Oct 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.26.0-2
- (f64ed89) LOG Rebuild with new SDL2

* Thu Sep 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.26.0-1
- (914dc09) LOG New version 0.26.0, update BuildRequires

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.25.0-3
- (0d98a53) LOG Rebuild with new ffmpeg

* Mon Aug 05 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.25.0-2
- (9d9451d) LOG Rebuild with new ffmpeg

* Mon Aug 05 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.25.0-1
- (af5ebff) LOG Update BuildRequires (requires SDL2 now)
- (Andrey Bondrov: 44b11df) LOG New version 0.25.0

* Fri Aug 02 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.24.0-2
- (8169648) LOG Rebuild with new ffmpeg

* Wed Jun 19 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.24.0-1
- (5857cfb) LOG New version 0.24.0

* Mon Apr 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.23.0-1
- (02352d0) LOG New binary mwiniimport
- (Andrey Bondrov: ccfaab3) LOG New version 0.23.0

* Wed Mar 27 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.22.0-1
- (58d0f46) LOG New version 0.22.0

* Thu Feb 21 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.21.0-1
- (f452cbb) LOG New version 0.21.0, add ffmpeg-devel to BuildRequires

* Fri Jan 11 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20.0-4
- (7af7e2a) LOG Rebuild for new OGRE and fix URL

* Mon Dec 24 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20.0-3
- (5cc2c8f) LOG Try to use ogre in BuildRequires to fix plugin path detection

* Mon Dec 24 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20.0-2
- (cce0fdd) LOG Re-add BuildRequires pkgconfig(uuid) which last lost on last commit
- (Andrey Bondrov: ca9f5a9) LOG Fix ogre plugins dir and add ogre to Requires

* Fri Dec 21 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20.0-1
- (7368a91) LOG Add pkgconfig(uuid) to BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12458 |14cu|opennebula-3.8.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Elastic Utility Computing Architecture
Name:		opennebula
Version:	3.8.5
Release:	2
License:	Apache License version 2.0
Group:		System/Configuration/Networking
Url:		http://www.opennebula.org
Source0:	http://downloads.opennebula.org/packages/%{name}-%{version}/%{name}-%{version}.tar.gz
Source2:	onedsetup
Source3:	one.service
Source4:	one_scheduler.service
Source5:	sunstone.service
Source7:	ozones.service
Source8:	onetmpdirs
Patch0:		openneb_creatPIDdir.patch
BuildRequires:	openssh
BuildRequires:	pwgen
BuildRequires:	ruby
BuildRequires:	scons
BuildRequires:	xmlrpc-c
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xmlrpc)
BuildRequires:	pkgconfig(zlib)
Requires:	openssl
Requires:	openssh
Requires:	pwgen
Requires:	ruby
Requires:	rubygem-libxml-ruby
Requires:	rubygem-nokogiri
Requires:	rubygem-sqlite3
Requires:	sqlite3-tools
Requires:	xmlrpc-c

%description
OpenNebula.org is an open-source project aimed at building the industry
standard open source cloud computing tool to manage the complexity and
heterogeneity of distributed data center infrastructures.

The OpenNebula.org Project is maintained and driven by the community. The
OpenNebula.org community has thousands of users, contributors, and supporters,
who interact through various online email lists, blogs and innovative projects
to support each other.

%files
%doc LICENSE NOTICE
%config(noreplace) %{_sysconfdir}/one/auth
%config(noreplace) %{_sysconfdir}/one/cli
%config(noreplace) %{_sysconfdir}/one/defaultrc
%config(noreplace) %{_sysconfdir}/one/ec2query_templates
%config(noreplace) %{_sysconfdir}/one/econe.conf
%config(noreplace) %{_sysconfdir}/one/group.default
%config(noreplace) %{_sysconfdir}/one/hm
%config(noreplace) %{_sysconfdir}/one/im_ec2
%config(noreplace) %{_sysconfdir}/one/occi*
%config(noreplace) %{_sysconfdir}/one/oned.conf
%config(noreplace) %{_sysconfdir}/one/vmm_*
%config(noreplace) %{_sysconfdir}/tmpdirs.d/30_One
%config(noreplace) %{_sysconfdir}/one/sched.conf
%config(noreplace) %{_sysconfdir}/one/vmwarerc
%{_bindir}/econe*
%{_bindir}/oc*
%{_bindir}/on*
%{_bindir}/mm_sched
%{_bindir}/tty_expect
/usr/lib/one/mads/*
/usr/lib/one/sh/scripts_common.sh
/usr/lib/one/ruby/*
#/usr/lib/one/tm_commands/*
/var/lib/one/*
%{_sbindir}/onedsetup
%{_unitdir}/one.service
%{_unitdir}/one_scheduler.service
%dir %{_sysconfdir}/one
%dir /usr/lib/one
%dir /usr/lib/one/mads
%dir /usr/lib/one/ruby
%dir /usr/lib/one/sh
%dir /var/lib/one

%pre
# cloud administrator setup
if ! getent passwd oneadmin &> /dev/null ; then
  echo "Creating oneadmin user"
  /usr/sbin/groupadd cloud
  ONEPWD=$(/usr/bin/pwgen 40 1)
  /usr/sbin/useradd -m -c "OpenNebula Cloud Admin" -d /var/lib/one -g cloud -p $ONEPWD oneadmin
fi

%post
if [ ! -d /var/lib/one/.ssh ] ; then
  mkdir /var/lib/one/.ssh
fi
# Setup the ssh infrastructure for the cloud
if [ ! -f /var/lib/one/.ssh/id_rsa ]; then
    /usr/bin/ssh-keygen -q -t rsa -f /var/lib/one/.ssh/id_rsa -N ''
fi
cp /var/lib/one/.ssh/id_rsa.pub /var/lib/one/.ssh/authorized_keys
echo "Host *" >> /var/lib/one/.ssh/config
echo "    StrictHostKeyChecking no" >> /var/lib/one/.ssh/config
# set the ownership of the management scripts
chown -R oneadmin:cloud /var/lib/one
if [ ! -d /var/log/one ]; then
  mkdir /var/log/one
fi
if [ ! -d /var/lock/one ]; then
  mkdir /var/lock/one
fi

chown -R oneadmin:cloud /var/log/one
chown -R oneadmin:cloud /var/lock/one

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Ruby
Requires:	%{name} = %{EVRD}

%description devel
The %{name} devel package contains man pages and examples.

%files devel
%doc README.md
%{_mandir}/man1/*
%{_datadir}/one/install_*
%{_datadir}/one/examples/*
%dir %{_datadir}/one
%dir %{_datadir}/one/examples

#----------------------------------------------------------------------------

%package zones
Summary:	Manage multy tenancy
Group:		System/Configuration/Networking
Requires:	%{name} = %{EVRD}
Requires:	apache-base
Requires:	rubygem-datamapper
Requires:	rubygem-dm-sqlite-adapter
Requires:	rubygem-json
Requires:	rubygem-openssl-nonblock
Requires:	rubygem-rack
Requires:	rubygem-sequel
Requires:	rubygem-sinatra
Requires:	rubygem-thin

%description zones
The OpenNebula Zones (oZones) component allows for the centralized management
of multiple instances of OpenNebula (zones), managing in turn potentially
different administrative domains.

%files zones
%config(noreplace) %{_sysconfdir}/one/ozones-server.conf
%{_prefix}/lib/one/ozones/*
%{_unitdir}/ozones.service
%{_bindir}/ozones-server
%dir /usr/lib/one/ozones

#----------------------------------------------------------------------------

%package sunstone
Summary:	Browser based UI to administer an OpenNebulaCloud
Group:		System/Configuration/Networking
Requires:	%{name} = %{EVRD}
Requires:	rubygem-json
Requires:	rubygem-sequel
Requires:	rubygem-sinatra
Requires:	rubygem-thin

%description sunstone
sunstone if the web base UI to manage a deployed OpenNebula Cloud

%files sunstone
%config(noreplace) %{_sysconfdir}/one/sunstone*
%{_prefix}/lib/one/sunstone/*
%{_unitdir}/sunstone.service
%{_bindir}/sunstone-server
%dir /usr/lib/one/sunstone

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
#scons sqlite_db=/usr xmlrpc=/usr
scons

%install
export DESTDIR=%{buildroot}

./install.sh

install -p -D -m 755 %{SOURCE2} %{buildroot}%{_sbindir}/onedsetup
install -p -D -m 755 %{SOURCE3} %{buildroot}%{_unitdir}/one.service
install -p -D -m 755 %{SOURCE4} %{buildroot}%{_unitdir}/one_scheduler.service
install -p -D -m 755 %{SOURCE5} %{buildroot}%{_unitdir}/sunstone.service
install -p -D -m 755 %{SOURCE7} %{buildroot}%{_unitdir}/ozones.service
install -p -D -m 755 %{SOURCE8} %{buildroot}%{_sysconfdir}/tmpdirs.d/30_One


%changelog

* Thu Dec 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.8.5-2
- (4d8d868) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12459 |14cu|openntpd-6.0p1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OpenNTPD - NTP Time Synchronization Client/Server 
Name:		openntpd
Version:	6.0p1
Release:	1
License:	BSD
Group:		System/Servers
URL:		http://www.openntpd.org
Source0:	http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/%{name}-%{version}.tar.gz
Source1:	openntpd.service
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	openssl-devel
BuildRequires:	bison
BuildRequires:	byacc
BuildRequires:	groff-for-man
Conflicts:	ntp-client

%description
OpenNTPD is a FREE, easy to use implementation of the Network Time
Protocol. It provides the ability to sync the local clock to
remote NTP servers and can act as NTP server itself,
redistributing the local clock. 

%prep

%setup -q -n %{name}-%{version}

cp %{SOURCE1} openntpd.service

%build

%configure2_5x \
    --disable-strip \
    --with-privsep-user=ntp \
    --with-privsep-path=%{_var}/empty \
    --with-ssl-dir=%{_prefix}
	      
%make

%install

install -d %{buildroot}%{_unitdir}

%makeinstall_std

mv openntpd.service %{buildroot}%{_unitdir}/%{name}.service

%pre
%_pre_useradd ntp %{_var}/empty /bin/false
/usr/sbin/usermod -d %{_var}/empty ntp

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%clean

%files
%doc ChangeLog README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ntpd.conf
%attr(0755,root,root) %{_unitdir}/*service
%attr(0755,root,root) %{_sbindir}/*
%attr(0644,root,root) %{_mandir}/man*/*

%changelog

* Wed Aug 31 2016 Denis Silakov <dsilakov@gmail.com> 6.0p1-1
- (6ba3bd1) Updated to 6.0p1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12460 |14cu|opennx-0.16-1.729.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 729

Summary:	An opensource NX client
Name:		opennx
Version:	0.16
Release:	1.%{svn}.1
License:	LGPLv2.1+
Group:		Networking/Remote access
Url:		http://sourceforge.net/projects/opennx
Source0:	http://sourceforge.net/projects/opennx/files/opennx/CI-source/%{name}-%{version}.0.%{svn}.tar.gz
BuildRequires:	curl
BuildRequires:	zip
BuildRequires:	cups-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(sm)
# libsmbclient seems to be dlopened at runtime but let's keep BR
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xmu)
Requires:	cups-common
Requires:	samba-client

%description
OpenNX is an OSS replacement for Nomachine's NX client.

%files -f %{name}.lang
%doc COPYING INSTALL
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/desktop-directories/*.directory
%{_datadir}/cups/*
%{_datadir}/keys/*.key
%{_datadir}/keyboards
%{_datadir}/pconnect.html
%{_iconsdir}/hicolor/*/*/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/tmp
mv %{buildroot}%{_iconsdir}/* %{buildroot}/tmp/
mkdir -p %{buildroot}%{_iconsdir}/hicolor
mv %{buildroot}/tmp/* %{buildroot}%{_iconsdir}/hicolor/

mkdir -p %{buildroot}%{_datadir}/applications
mv %{buildroot}%{_datadir}/applnk/xdg/*.desktop %{buildroot}%{_datadir}/applications/

mkdir -p %{buildroot}%{_datadir}/desktop-directories
mv %{buildroot}%{_datadir}/applnk/xdg/*.directory %{buildroot}%{_datadir}/desktop-directories/

sed -i s,"/usr/NX/bin","%{_bindir}",g %{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name}


%changelog
* Mon Dec 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.16-1.729.1
+ Revision: e21151d
- Add curl to BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12461 |14cu|openomf-0.6.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shadowdrive_version 0.8
%define dumb_snapshot 20150113

Summary:	Open Source remake of DOS classics One Must Fall 2097
Name:		openomf
Version:	0.6.5
Release:	3
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.openomf.org/
# From git by tag https://github.com/omf2097/openomf/archive/%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
# From git https://github.com/omf2097/libShadowDive/
Source1:	libShadowDive-%{shadowdrive_version}.zip
# From git https://github.com/kode54/dumb
Source2:	dumb-%{dumb_snapshot}.tar.bz2
Source3:	%{name}.png
Patch0:		openomf-0.6.5-cflags.patch
Patch1:		dumb-fix-cpuid.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libconfuse)
BuildRequires:	pkgconfig(libenet)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl2)

%description
Open Source remake of DOS classics One Must Fall 2097.

Please note that you need the original game data. You can download it from:
http://www.omf2097.com/pub/files/omf/omf2097.rar

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%dir %attr(0777,games,root) %{_datadir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

# Unpack external libraries from Native sub-project
pushd external
rm -rf libShadowDive
unzip %{SOURCE1}
mv libShadowDive-%{shadowdrive_version} libShadowDive
rm -rf dumb
tar -xf %{SOURCE2}
mv dumb-%{dumb_snapshot} dumb
popd

pushd external/dumb
%patch1 -p1
popd

%build
%cmake \
	-DBUILD_SHARED_LIBS:BOOL=OFF \
	-DBUILD_STATIC_LIBS:BOOL=ON
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_datadir}/%{name}

rm -rf %{buildroot}%{_includedir}
rm -rf %{buildroot}%{_prefix}/lib

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=OpenOMF
Comment=Open Source remake of DOS classics One Must Fall 2097
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert %{SOURCE3} -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog

* Thu Feb 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.5-3
- (ace8ce1) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12462 |14cu|openpgm-5.2.122-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5.2
%define major   0
%define libname %mklibname %{name} %{api} %{major}
%define develname %mklibname %{name} -d

Name:          openpgm
Version:       5.2.122
Release:       1
Summary:       An implementation of the PGM reliable multicast protocol
Group:         System/Libraries
# The license is LGPLv2.1
License:       LGPLv2
URL:           http://openpgm.googlecode.com/
Source0:       http://openpgm.googlecode.com/files/libpgm-%{version}~dfsg.tar.gz

BuildRequires: python


%description
OpenPGM is an open source implementation of the Pragmatic General
Multicast (PGM) specification in RFC 3208.

%package -n     %{libname}
Summary:        An implementation of the PGM reliable multicast protocol
Group:          System/Libraries

%description -n %{libname}
OpenPGM is an open source implementation of the Pragmatic General
Multicast (PGM) specification in RFC 3208.


%package -n	%{develname}
Summary:       Development files for openpgm
Group:         Development/C
Requires:      %{libname} = %{version}-%{release}

%description -n	%{develname}
This package contains OpenPGM related development libraries and header files.


%prep
%setup -q -n libpgm-%{version}~dfsg/openpgm/pgm

%build
%configure
%make

%install
%makeinstall_std

rm %{buildroot}%{_libdir}/libpgm.{a,la}

%files -n	%{libname}
%doc COPYING LICENSE
%{_libdir}/*%{api}.so.%{major}*


%files -n	%{develname}
%doc examples/
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/openpgm-5.2.pc



%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.2.122-1
- (a58f208) Fix library naming



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12463 |14cu|openpref-0.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		openpref
Version:	0.1.3
Release:	1
Summary:	OpenPref - Preference game for linux
Group:		Games/Cards
License:	GPLv3+
Source0:	http://downloads.sourceforge.net/project/openpref/OpenPref-Qt4/openpref-%{version}/%{name}-%{version}.tar.gz
Source1:	openpref.desktop
Patch0:		openpref-0.1.3-alt-locale.patch
Url:		http://sourceforge.net/projects/openpref/
BuildRequires:	gcc-c++
BuildRequires:	qt4-devel

%description
OpenPref - Preference game for linux.

%prep
%setup -q
%patch0 -p1

%build
%qmake_qt4
%make

%install
mkdir -p %{buildroot}%{_bindir}/
install -m755 -p %{name} %{buildroot}%{_bindir}/

mkdir -p %{buildroot}%{_datadir}/applications/
install -m644 -p %{SOURCE1} %{buildroot}%{_datadir}/applications/

mkdir -p %{buildroot}%{_datadir}/openpref/
install -m644 -p openpref_ru.qm %{buildroot}%{_datadir}/openpref/

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/openpref/openpref_ru.qm

%changelog

* Thu Nov 19 2015 Denis Silakov <dsilakov@gmail.com> 0.1.3-1
- (f94d055) Fix installation of desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12464 |14cu|openprogrammer-0.9.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# % define debug_package %{nil}

Name:		openprogrammer
Version:	0.9.1.1
Release:	1
Summary:	Control program for open programmer
License:	GPLv2
Group:		Development/Other
Source0:	http://sourceforge.net/projects/openprogrammer/files/OP/op_%{version}.tar.gz
Source1:	openprogrammer.rules
Patch0:		%{name}-Makefile.patch
URL:		http://openprog.altervista.org/OP_eng.html
BuildRequires:	dos2unix
BuildRequires:	udev

%description
OP: control program for open programmer, an USB programmer for PIC and ATMEL
micros, I2C/SPI/MicroWire memories, and other I2C/SPI devices.


%prep
%setup  -n op -q
%patch0 -p 1 -b .orig

%build
%make CFLAGS="${CFLAGS} -g"

%install
%makeinstall_std

dos2unix leggimi
dos2unix readme

mkdir -p %{buildroot}%{_udevrulesdir}
cp %{SOURCE1} %{buildroot}%{_udevrulesdir}/99-%{name}.rules

%files
%doc readme leggimi gpl-2.0.txt
%{_bindir}/op
%config %{_udevrulesdir}/*-openprogrammer.rules


%changelog

* Fri Feb 05 2016 Denis Silakov <dsilakov@gmail.com> 0.9.1.1-1
- (31f0b57) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12465 |14cu|openprogrammergui-0.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		openprogrammergui
Version:	0.9.1
Release:	1
Summary:	Control program for open programmer
License:	GPLv2
Group:		Development/Other
Source0:	http://sourceforge.net/projects/openprogrammer/files/OPGUI/opgui_%{version}.tar.gz
Source1:	%{name}.desktop
Source2:	OP.png
Patch0:		openprogrammergui-0.9.0-Makefile.patch
Patch1:		openprogrammergui-0.9.1-add-lrt-flag.patch
URL:		http://openprog.altervista.org/OP_eng.html
Requires:	openprogrammer
BuildRequires:	gtk2-devel
BuildRequires:	dos2unix
BuildRequires:	desktop-file-utils

%description
OP: GTK control program for open programmer, an USB programmer for PIC and
ATMEL micros, I2C/SPI/MicroWire memories, and other I2C/SPI devices.

%prep
%setup -qn opgui
%patch0 -p 1 -b .orig
%patch1 -p 1 -b .lrt
chmod a-x *

%build
make CFLAGS="${CFLAGS} -g"

%install
%makeinstall_std

dos2unix gpl-2.0.txt
dos2unix readme

#create desktop file
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
   --vendor= \
   --dir %{buildroot}%{_datadir}/applications \
   --add-category Qt \
   --add-category Education \
   %{SOURCE1}

#create icon
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
cp %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps

%files
%doc readme gpl-2.0.txt
%{_bindir}/opgui
%{_datadir}/applications/openprogrammergui.desktop
%{_datadir}/icons/hicolor/32x32/apps/OP.png


%changelog

* Fri Feb 05 2016 Denis Silakov <dsilakov@gmail.com> 0.9.1-1
- (049cb18) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12466 |14cu|openrct2-0.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname OpenRCT2
%define titlever 0.0.5

Summary:        An open source re-implementation of Roller Coaster Tycoon 2
Name:           openrct2
Version:        0.0.7
Release:        1
License:        GPLv3
Group:          Games/Strategy
Url:            http://openrct2.website/
Source0:        https://github.com/%{oname}/%{oname}/archive/v%{version}/%{oname}-%{version}.tar.gz
Source1:        https://github.com/%{oname}/title-sequences/releases/download/v%{titlever}/title-sequence-v%{titlever}.zip
Patch0:         openrct2-rosa-build.patch
BuildRequires:  cmake
BuildRequires:  unzip
BuildRequires:  stdc++-devel
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(SDL2_ttf)
BuildRequires:  pkgconfig(fontconfig)
BuildRequires:  pkgconfig(jansson) >= 2.5
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(libpng16)
BuildRequires:  pkgconfig(libzip) >= 1.0
BuildRequires:  pkgconfig(openssl) >= 1.0.0
BuildRequires:  pkgconfig(sdl2)
BuildRequires:  pkgconfig(speexdsp)
BuildRequires:  pkgconfig(gl)
BuildRequires:  glapi-devel
BuildRequires:  pkgconfig(glut)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(glew)
BuildRequires:  pkgconfig(glewmx)


%description
An open source clone of RollerCoaster Tycoon 2
that depends on the original game assets. On first
game start it will create a ~/.config/OpenRCT2/config.ini file
where the game_path = "" setting has to be set to a directory
into which the original game has been installed to.

%files
%doc *.md distribution/*.txt licence.txt
%{_gamesbindir}/openrct2
%{_gamesdatadir}/openrct2/
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/applications/openrct2.desktop
#---------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%cmake -DDOWNLOAD_TITLE_SEQUENCES=OFF \
  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
  -DCMAKE_BINDIR=%{_gamesbindir} \
  -DCMAKE_BUILD_TYPE=Release

%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_gamesdatadir}/%{name}/title
pushd %{buildroot}%{_gamesdatadir}/%{name}/title
  unzip %{SOURCE1}
popd


%check
desktop-file-validate %{buildroot}%{_datadir}/applications/openrct2.desktop

%changelog

* Fri Jun 02 2017 abfonly <abfonly@gmail.com> 0.0.7-1
- (39a22d0) Updated openrct2.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12467 |14cu|openscada-0.8.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _initdir /etc/init.d
%define _desktopdir %{_datadir}/applications

#===== DB subsystem modules ======
%bcond_without DBF
%bcond_without SQLite
%bcond_without MySQL
%bcond_without FireBird
%bcond_without PostgreSQL

#===== DAQ modules =====
%bcond_without System
%bcond_without BlockCalc
%bcond_without JavaLikeCalc
%bcond_without LogicLev
%bcond_without SNMP
%bcond_without Siemens
%bcond_without ModBus
%bcond_without DCON
%bcond_without DAQGate
%bcond_without SoundCard
%bcond_without OPC_UA
%bcond_without BFN
%ifnarch %{ix86}
%bcond_with DiamondBoards
%bcond_with ICP_DAS
%else
%bcond_without ICP_DAS
%bcond_without DiamondBoards
%endif

#=====  Archive modules =====
%bcond_without FSArch
%bcond_without DBArch

#===== Transport modules =====
%bcond_without Sockets
%bcond_without SSL
%bcond_without Serial

#===== Transport protocol modules =====
%bcond_without HTTP
%bcond_without SelfSystem
%bcond_without UserProtocol

#===== UI modules =====
%bcond_without VCAEngine
%bcond_without Vision
%bcond_without QTStarter
%bcond_without QTCfg
%bcond_without WebCfg
%bcond_without WebCfgD
%bcond_without WebVision
%bcond_without WebUser

#===== Special modules =====
%bcond_without SystemTests
%bcond_without FLibComplex1
%bcond_without FLibMath
%bcond_without FLibSYS

Summary:	Open SCADA system
Name:		openscada
Version:	0.8.18
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://oscada.org
Source0:	http://oscada.org/oscadaArch/0.8.0/openscada-%{version}.tar.lzma
Source1:	http://oscada.org/oscadaArch/0.8.0/openscada-res-%{version}.tar.lzma
Source100:	%{name}.rpmlintrc
BuildRequires:	bison
BuildRequires:	byacc
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	gd-devel
BuildRequires:	glibc-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	mariadb-devel
BuildRequires:	net-snmp-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(fbclient)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sqlite3)
Requires:	%{name}-Archive.DBArch
Requires:	%{name}-Archive.FSArch
Requires:	%{name}-DAQ.BlockCalc
Requires:	%{name}-DAQ.DAQGate
Requires:	%{name}-DAQ.DCON
Requires:	%{name}-DAQ.JavaLikeCalc
Requires:	%{name}-DAQ.LogicLev
Requires:	%{name}-DAQ.ModBus
Requires:	%{name}-DAQ.OPC_UA
Requires:	%{name}-DAQ.SNMP
Requires:	%{name}-DAQ.Siemens
Requires:	%{name}-DAQ.SoundCard
Requires:	%{name}-DAQ.System
Requires:	%{name}-DB.SQLite %{name}-DB.MySQL
Requires:	%{name}-Protocol.SelfSystem
Requires:	%{name}-Protocol.HTTP
Requires:	%{name}-Protocol.UserProtocol
Requires:	%{name}-Special.FLibComplex1
Requires:	%{name}-Special.FLibSYS
Requires:	%{name}-Special.FLibMath
Requires:	%{name}-Transport.Sockets
Requires:	%{name}-Transport.SSL
Requires:	%{name}-Transport.Serial
Requires:	%{name}-UI.QTStarter
Requires:	%{name}-UI.QTCfg
Requires:	%{name}-UI.VCAEngine
Requires:	%{name}-UI.Vision
Requires:	%{name}-UI.WebVision
Requires:	%{name}-UI.WebCfgD
Requires:	%{name}-UI.WebUser

%description
Open SCADA system. Typical installation.

%files

#----------------------------------------------------------------------------

%package core
Summary:	Open SCADA system core
Group:		Graphics

%description core
Open SCADA system core. For access use default account "root" and password
"openscada".

%files core
%config(noreplace) %{_sysconfdir}/oscada.xml
%config(noreplace) %{_sysconfdir}/oscada_start.xml
%config %{_initdir}/oscadad
%{_bindir}/openscada
%{_bindir}/openscada_start
%doc README README_ru README_uk COPYING ChangeLog INSTALL TODO TODO_ru TODO_uk
%{_libdir}/*.so.*
%{_datadir}/locale/*/LC_MESSAGES/openscada.mo
/var/spool/openscada/DATA/.info
/var/spool/openscada/icons/*
%exclude /var/spool/openscada/icons/AGLKS.png
%exclude /var/spool/openscada/icons/Boiler.png
/var/spool/openscada/ARCHIVES/MESS/.info
/var/spool/openscada/ARCHIVES/VAL/.info

%post core
%_post_service oscadad

%preun core
%_preun_service oscadad

#----------------------------------------------------------------------------

%package docEN
Summary:	Open SCADA documents (EN)
Group:		Documentation
BuildArch:	noarch

%description docEN
The %{name}-docEN package include documents files (English).

%files docEN
%doc doc/en/*

#----------------------------------------------------------------------------

%package docRU
Summary:	Open SCADA documents (RU)
Group:		Documentation
BuildArch:	noarch

%description docRU
The %{name}-docRU package include documents files (Russian).

%files docRU
%doc doc/ru/*

#----------------------------------------------------------------------------

%package docUK
Summary:	Open SCADA documents (UK)
Group:		Documentation
BuildArch:	noarch

%description docUK
The %{name}-docUK package include documents files (Ukraine).

%files docUK
%doc doc/uk/*

#----------------------------------------------------------------------------

%package devel
Summary:	Open SCADA development
Group:		Development/C++
Requires:	%{name}-core = %{EVRD}

%description devel
The %{name}-devel package - includes library archives and include files.

%files devel
%{_libdir}/*.so
%{_libdir}/*.*a
%{_includedir}/openscada/*
%{_libdir}/pkgconfig/openscada.pc

#----------------------------------------------------------------------------

%package LibDB.Main
Summary:	Main OpenSCADA libraries for DAQ and other into SQLite DB
Group:		Graphics
Requires:	%{name}-DAQ.JavaLikeCalc
Requires:	%{name}-DAQ.LogicLev
Requires:	%{name}-DB.SQLite
Requires:	%{name}-Special.FLibComplex1
Requires:	%{name}-Special.FLibSYS
BuildArch:	noarch

%description LibDB.Main
The %{name}-LibDB.Main package includes main OpenSCADA libraries
into SQLite DB.
For use connect SQLite DB file LibsDB/OscadaLibs.db.

%files LibDB.Main
/var/spool/openscada/LibsDB/OscadaLibs.db

#----------------------------------------------------------------------------

%package LibDB.VCA
Summary:	Visual components libraries into SQLite DB
Group:		Graphics
Requires:	%{name}-DAQ.JavaLikeCalc
Requires:	%{name}-DB.SQLite
Requires:	%{name}-Special.FLibSYS
Requires:	%{name}-UI.VCAEngine
BuildArch:	noarch

%description LibDB.VCA
The %{name}-LibDB.VCA package includes visual components libraries
into SQLite DB.
For use connect SQLite DB file LibsDB/vcaBase.db and LibsDB/vcaTest.db.

%files LibDB.VCA
/var/spool/openscada/LibsDB/vca*.db

#----------------------------------------------------------------------------

%package Model.AGLKS
Summary:	Model "AGLKS" data bases and config (Demo: EN,RU,UK)
Group:		Graphics
Requires:	%{name}-Archive.FSArch
Requires:	%{name}-DAQ.BlockCalc
Requires:	%{name}-DAQ.ModBus
Requires:	%{name}-DAQ.System
Requires:	%{name}-LibDB.Main
Requires:	%{name}-LibDB.VCA
Requires:	%{name}-Protocol.HTTP
Requires:	%{name}-Protocol.SelfSystem
Requires:	%{name}-Protocol.UserProtocol
Requires:	%{name}-Special.FLibMath
Requires:	%{name}-Transport.Serial
Requires:	%{name}-Transport.Sockets
Requires:	%{name}-Transport.SSL
Requires:	%{name}-UI.QTStarter
Requires:	%{name}-UI.QTCfg
Requires:	%{name}-UI.Vision
Requires:	%{name}-UI.WebCfgD
Requires:	%{name}-UI.WebVision

%description Model.AGLKS
The %{name}-Model.AGLKS package includes model "AGLKS" data bases and config.
The Model is used for OpenSCADA demo and allowed for English, Russian and
Ukrainian languages.
For start use command <openscada_demo> or <openscada_AGLKS>.
For access use account "root" and password "openscada" or account "user"
and password "user".

%files Model.AGLKS
%config(noreplace) %{_sysconfdir}/oscada_AGLKS.xml
%{_bindir}/openscada_AGLKS
%{_bindir}/openscada_demo
%{_desktopdir}/openscada_AGLKS.desktop
%{_iconsdir}/openscada_AGLKS.png
/var/spool/openscada/icons/AGLKS.png
/var/spool/openscada/AGLKS/*.db

#----------------------------------------------------------------------------

%package Model.Boiler
Summary:	Model "Boiler" data bases and config (EN,RU,UK)
Group:		Graphics
Requires:	%{name}-Archive.FSArch
Requires:	%{name}-DAQ.BlockCalc
Requires:	%{name}-DAQ.System
Requires:	%{name}-LibDB.Main
Requires:	%{name}-LibDB.VCA
Requires:	%{name}-Special.FLibMath
Requires:	%{name}-UI.QTCfg
Requires:	%{name}-UI.QTStarter
Requires:	%{name}-UI.Vision
Requires:	%{name}-UI.WebCfgD
Requires:	%{name}-UI.WebVision

%description Model.Boiler
The %{name}-Model.Boiler package model "Boiler" data bases and config.
The Model is allowed for English, Russian and Ukrainian languages.
For start use command <openscada_Boiler>.
For access use account "root" and password "openscada" or account "user"
and password "user".

%files Model.Boiler
%config(noreplace) %{_sysconfdir}/oscada_Boiler.xml
%{_bindir}/openscada_Boiler
%{_desktopdir}/openscada_Boiler.desktop
%{_iconsdir}/openscada_Boiler.png
/var/spool/openscada/icons/Boiler.png
/var/spool/openscada/Boiler/*.db

#----------------------------------------------------------------------------

%package plc
Summary:	OpenSCADA - PLC virtual package
Group:		Graphics
Requires:	%{name}-Archive.FSArch
Requires:	%{name}-DAQ.BlockCalc
Requires:	%{name}-DAQ.DCON
Requires:	%{name}-DAQ.JavaLikeCalc
Requires:	%{name}-DAQ.LogicLev
Requires:	%{name}-DAQ.ModBus
Requires:	%{name}-DAQ.System
Requires:	%{name}-DB.SQLite
Requires:	%{name}-Protocol.HTTP
Requires:	%{name}-Protocol.SelfSystem
Requires:	%{name}-Protocol.UserProtocol
Requires:	%{name}-Special.FLibComplex1
Requires:	%{name}-Special.FLibMath
Requires:	%{name}-Special.FLibSYS
Requires:	%{name}-Transport.Serial
Requires:	%{name}-Transport.Sockets
Requires:	%{name}-Transport.SSL
Requires:	%{name}-UI.VCAEngine
Requires:	%{name}-UI.WebCfgD
Requires:	%{name}-UI.WebVision
BuildArch:	noarch

%description plc
The %{name}-plc is virtual package for PLC.

%files plc

#----------------------------------------------------------------------------

%package server
Summary:	OpenSCADA - server virtual package
Group:		Graphics
Requires:	%{name}-Archive.FSArch
Requires:	%{name}-Archive.DBArch
Requires:	%{name}-DB.SQLite
Requires:	%{name}-DB.MySQL
Requires:	%{name}-DB.FireBird
Requires:	%{name}-DB.PostgreSQL
Requires:	%{name}-DAQ.BlockCalc
Requires:	%{name}-DAQ.DAQGate
Requires:	%{name}-DAQ.DCON
Requires:	%{name}-DAQ.JavaLikeCalc
Requires:	%{name}-DAQ.LogicLev
Requires:	%{name}-DAQ.ModBus
Requires:	%{name}-DAQ.Siemens
Requires:	%{name}-DAQ.SNMP
Requires:	%{name}-DAQ.SoundCard
Requires:	%{name}-DAQ.System
Requires:	%{name}-Protocol.HTTP
Requires:	%{name}-Protocol.SelfSystem
Requires:	%{name}-Special.FLibComplex1
Requires:	%{name}-Special.FLibMath
Requires:	%{name}-Special.FLibSYS
Requires:	%{name}-Transport.Serial
Requires:	%{name}-Transport.Sockets
Requires:	%{name}-Transport.SSL
Requires:	%{name}-UI.VCAEngine
Requires:	%{name}-UI.WebCfg
Requires:	%{name}-UI.WebCfgD
Requires:	%{name}-UI.WebVision
BuildArch:	noarch

%description server
The %{name}-server is virtual package for SCADA-server.

%files server

#----------------------------------------------------------------------------

%package visStation
Summary:	OpenSCADA - visual station virtual package
Group:		Graphics
Requires:	%{name}-Archive.DBArch
Requires:	%{name}-Archive.FSArch
Requires:	%{name}-DAQ.BlockCalc
Requires:	%{name}-DAQ.DAQGate
Requires:	%{name}-DAQ.DCON
Requires:	%{name}-DAQ.JavaLikeCalc
Requires:	%{name}-DAQ.LogicLev
Requires:	%{name}-DAQ.ModBus
Requires:	%{name}-DAQ.Siemens
Requires:	%{name}-DAQ.SNMP
Requires:	%{name}-DAQ.SoundCard
Requires:	%{name}-DAQ.System
Requires:	%{name}-DB.MySQL
Requires:	%{name}-DB.SQLite
Requires:	%{name}-Protocol.SelfSystem
Requires:	%{name}-Special.FLibComplex1
Requires:	%{name}-Special.FLibMath
Requires:	%{name}-Special.FLibSYS
Requires:	%{name}-Transport.Serial
Requires:	%{name}-Transport.Sockets
Requires:	%{name}-Transport.SSL
Requires:	%{name}-UI.VCAEngine
Requires:	%{name}-UI.Vision
Requires:	%{name}-UI.QTStarter
Requires:	%{name}-UI.QTCfg
BuildArch:	noarch

%description visStation
The %{name}-visStation is virtual package for visual station (SCADA).

%files visStation

#===== DB subsystem modules =================================================

%if %{with DBF}
%package DB.DBF
Summary:	DB DBF support
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DB.DBF
The %{name}-DB.DBF package - provides support of the *.dbf files,
version 3.0.

%files DB.DBF
%{_libdir}/openscada/bd_DBF.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_DBF.mo
%endif

#----------------------------------------------------------------------------

%if %{with SQLite}
%package DB.SQLite
Summary:	DB SQLite support
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DB.SQLite
The %{name}-DB.SQLite package - provides support of the BD SQLite.

%files DB.SQLite
%{_libdir}/openscada/bd_SQLite.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_SQLite.mo
%endif

#----------------------------------------------------------------------------

%if %{with MySQL}
%package DB.MySQL
Summary:	DB MySQL support
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DB.MySQL
The %{name}-DB.MySQL package - provides support of the BD MySQL.

%files DB.MySQL
%{_libdir}/openscada/bd_MySQL.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_MySQL.mo
%endif

#----------------------------------------------------------------------------

%if %{with FireBird}
%package DB.FireBird
Summary:	DB FireBird support
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DB.FireBird
The %{name}-DB.FireBird package - provides support of the
FireBird DB.

%files DB.FireBird
%{_libdir}/openscada/bd_FireBird.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_FireBird.mo
%endif

#----------------------------------------------------------------------------

%if %{with PostgreSQL}
%package DB.PostgreSQL
Summary:	DB PostgreSQL support
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DB.PostgreSQL
The %{name}-DB.PostgreSQL package - provides support of the
PostgreSQL DB.

%files DB.PostgreSQL
%{_libdir}/openscada/bd_PostgreSQL.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_PostgreSQL.mo
%endif

#===== DAQ subsystem modules ================================================

%if %{with System}
%package DAQ.System
Summary:	System DA
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DAQ.System
The %{name}-DAQ.System package - provides data acquisition from
the OS. Supported OS Linux data sources: HDDTemp, Sensors,
Uptime, Memory, CPU, UPS etc.

%files DAQ.System
%{_libdir}/openscada/daq_System.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_System.mo
%endif

#----------------------------------------------------------------------------

%if %{with BlockCalc}
%package DAQ.BlockCalc
Summary:	Block based calculator
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DAQ.BlockCalc
The %{name}-DB.DAQ.BlockCalc package - provides block based
calculator.

%files DAQ.BlockCalc
%{_libdir}/openscada/daq_BlockCalc.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_BlockCalc.mo
%endif

#----------------------------------------------------------------------------

%if %{with JavaLikeCalc}
%package DAQ.JavaLikeCalc
Summary:	Java-like based calculator
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DAQ.JavaLikeCalc
The %{name}-DAQ.JavaLikeCalc package - provides based
on java like language calculator and engine of libraries.
The user can create and modify functions and libraries.

%files DAQ.JavaLikeCalc
%{_libdir}/openscada/daq_JavaLikeCalc.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_JavaLikeCalc.mo
%endif

#----------------------------------------------------------------------------

%if %{with DiamondBoards}
%package DAQ.DiamondBoards
Summary:	Diamond DA boards
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DAQ.DiamondBoards
The %{name}-DAQ.DiamondBoards package - provides an
access to "Diamond Systems" DAQ boards.
Includes main support for all generic boards.

%files DAQ.DiamondBoards
%{_libdir}/openscada/daq_DiamondBoards.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_DiamondBoards.mo
%endif

#----------------------------------------------------------------------------

%if %{with LogicLev}
%package DAQ.LogicLev
Summary:	Logic level
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DAQ.LogicLev
The %{name}-DAQ.LogicLev package - provides the logical
level of parameters.

%files DAQ.LogicLev
%{_libdir}/openscada/daq_LogicLev.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_LogicLev.mo
%endif

#----------------------------------------------------------------------------

%if %{with SNMP}
%package DAQ.SNMP
Summary:	SNMP client
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DAQ.SNMP
The %{name}-DAQ.SNMP package - provides an implementation
of the client of SNMP-service.

%files DAQ.SNMP
%{_libdir}/openscada/daq_SNMP.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_SNMP.mo
%endif

#----------------------------------------------------------------------------

%if %{with Siemens}
%package DAQ.Siemens
Summary:	Siemens DAQ
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DAQ.Siemens
The %{name}-DAQ.Siemens package - provides a data source
PLC Siemens by means of Hilscher CIF cards,
by using the MPI protocol, and Libnodave library for the rest.

%files DAQ.Siemens
%{_libdir}/openscada/daq_Siemens.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_Siemens.mo
%endif

#----------------------------------------------------------------------------

%if %{with ModBus}
%package DAQ.ModBus
Summary:	ModBus protocol and DAQ
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DAQ.ModBus
The %{name}-DAQ.ModBus package - provides realisation of
ModBus client service.
Supported Modbus/TCP, Modbus/RTU and Modbus/ASCII protocols.

%files DAQ.ModBus
%{_libdir}/openscada/daq_ModBus.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_ModBus.mo
%endif

#----------------------------------------------------------------------------

%if %{with DCON}
%package DAQ.DCON
Summary:	DCON client
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DAQ.DCON
The %{name}-DAQ.DCON package - provides an implementation
of DCON-client protocol.
Supports I-7000 DCON protocol.

%files DAQ.DCON
%{_libdir}/openscada/daq_DCON.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_DCON.mo
%endif

#----------------------------------------------------------------------------

%if %{with DAQGate}
%package DAQ.DAQGate
Summary:	Data sources gate
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DAQ.DAQGate
The %{name}-DAQ.DAQGate package - allows you to perform the
locking of the data sources
of the remote OpenSCADA stations in the local ones.

%files DAQ.DAQGate
%{_libdir}/openscada/daq_DAQGate.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_DAQGate.mo
%endif

#----------------------------------------------------------------------------

%if %{with SoundCard}
%package DAQ.SoundCard
Summary:	Sound card
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DAQ.SoundCard
The %{name}-DAQ.SoundCard package - provides an access to
the sound card.

%files DAQ.SoundCard
%{_libdir}/openscada/daq_SoundCard.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_SoundCard.mo
%endif

#----------------------------------------------------------------------------

%if %{with ICP_DAS}
%package DAQ.ICP_DAS
Summary:	ICP DAS hardware
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DAQ.ICP_DAS
The %{name}-DAQ.ICP_DAS package - provides implementation for
"ICP DAS" hardware support.
Includes main I-87xxx DCON modules, I-8xxx fast modules and boards on ISA bus.

%files DAQ.ICP_DAS
%{_libdir}/openscada/daq_ICP_DAS.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_ICP_DAS.mo
%endif

#----------------------------------------------------------------------------

%if %{with OPC_UA}
%package DAQ.OPC_UA
Summary:	OPC UA protocol and DAQ
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DAQ.OPC_UA
The %{name}-DAQ.OPC_UA package - provides realisation of OPC UA protocol.

%files DAQ.OPC_UA
%{_libdir}/openscada/daq_OPC_UA.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_OPC_UA.mo
%endif

#----------------------------------------------------------------------------

%if %{with BFN}
%package DAQ.BFN
Summary:	BFN
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description DAQ.BFN
The %{name}-DAQ.BFN package - allow realisation of BFN.

%files DAQ.BFN
%{_libdir}/openscada/daq_BFN.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_BFN.mo
%endif

#===== Archiver subsystem modules ===========================================

%if %{with FSArch}
%package Archive.FSArch
Summary:	To file system archiver
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description Archive.FSArch
The %{name}-Archive.FSArch package - provides
functions for messages and values archiving to file system.

%files Archive.FSArch
%{_libdir}/openscada/arh_FSArch.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_FSArch.mo
%endif

#----------------------------------------------------------------------------

%if %{with DBArch}
%package Archive.DBArch
Summary:	To DB archiver
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description Archive.DBArch
The %{name}-Archive.DBArch package - provides
functions for messages and values archiving to DB.

%files Archive.DBArch
%{_libdir}/openscada/arh_DBArch.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_DBArch.mo
%endif

#===== Transport subsystem modules ==========================================

%if %{with Sockets}
%package Transport.Sockets
Summary:	Transport: Sockets
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description Transport.Sockets
The %{name}-Transport.Sockets package - provides sockets
based transport.
Supports inet and unix sockets. Inet socket uses TCP, UDP and RAWCAN protocols.

%files Transport.Sockets
%{_libdir}/openscada/tr_Sockets.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_Sockets.mo
%endif

#----------------------------------------------------------------------------

%if %{with SSL}
%package Transport.SSL
Summary:	Transport: SSL
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description Transport.SSL
The %{name}-Transport.SSL package - provides
transport based on the secure sockets' layer.
OpenSSL is used and SSLv2, SSLv3 and TLSv1 are supported.

%files Transport.SSL
%{_libdir}/openscada/tr_SSL.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_SSL.mo
%endif

#----------------------------------------------------------------------------

%if %{with Serial}
%package Transport.Serial
Summary:	Transport: Serial interfaces
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description Transport.Serial
The %{name}-Transport.Serial package - Provides
a serial interface.
It is used to data exchange via the serial interfaces of type RS232, RS48,
GSM and more.

%files Transport.Serial
%{_libdir}/openscada/tr_Serial.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_Serial.mo
%endif

#===== Transport protocol subsystem modules =================================

%if %{with HTTP}
%package Protocol.HTTP
Summary:	Protocol: HTTP-realisation
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description Protocol.HTTP
The %{name}-Protocol.HTTP package - provides support for the
HTTP protocol for WWW-based user interfaces.

%files Protocol.HTTP
%{_libdir}/openscada/prot_HTTP.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_HTTP.mo
%endif

#----------------------------------------------------------------------------

%if %{with SelfSystem}
%package Protocol.SelfSystem
Summary:	Self system OpenSCADA protocol
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description Protocol.SelfSystem
The %{name}-Protocol.SelfSystem package - provides own
OpenSCADA protocol based at XML and one's control interface.

%files Protocol.SelfSystem
%{_libdir}/openscada/prot_SelfSystem.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_SelfSystem.mo
%endif

#----------------------------------------------------------------------------

%if %{with UserProtocol}
%package Protocol.UserProtocol
Summary:	User protocol
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description Protocol.UserProtocol
The %{name}-Protocol.UserProtocol package - allows you
to create your own user protocols on any OpenSCADA's language.

%files Protocol.UserProtocol
%{_libdir}/openscada/prot_UserProtocol.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_UserProtocol.mo
%endif

#===== UI subsystem modules =================================================

%if %{with VCAEngine}
%package UI.VCAEngine
Summary:	Visual Control Area (VCA) engine
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description UI.VCAEngine
The %{name}-UI.VCAEngine package - the main visual
control area engine.

%files UI.VCAEngine
%{_libdir}/openscada/ui_VCAEngine.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_VCAEngine.mo
%endif

#----------------------------------------------------------------------------

%if %{with Vision}
%package UI.Vision
Summary:	Operation user interface (Qt)
Group:		Graphics
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-UI.QTStarter

%description UI.Vision
The %{name}-UI.Vision package - visual operation
user interface, based on Qt library - front-end to VCA engine.

%files UI.Vision
%{_libdir}/openscada/ui_Vision.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_Vision.mo
%endif

#----------------------------------------------------------------------------

%if %{with QTStarter}
%package UI.QTStarter
Summary:	Qt-based GUI starter
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description UI.QTStarter
The %{name}-UI.QTStarter package - provides the Qt GUI starter.
Qt-starter is the only and compulsory component for all GUI
modules based on the Qt library.

%files UI.QTStarter
%{_desktopdir}/openscada.desktop
%{_iconsdir}/openscada.png
%{_libdir}/openscada/ui_QTStarter.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_QTStarter.mo
%endif

#----------------------------------------------------------------------------

%if %{with QTCfg}
%package UI.QTCfg
Summary:	OpenSCADA system configurator (Qt)
Group:		Graphics
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-UI.QTStarter

%description UI.QTCfg
The %{name}-UI.QTCfg package - provides the Qt-based
configurator of the OpenSCADA system.

%files UI.QTCfg
%{_libdir}/openscada/ui_QTCfg.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_QTCfg.mo
%endif

#----------------------------------------------------------------------------

%if %{with WebCfg}
%package UI.WebCfg
Summary:	System configurator (WEB)
Group:		Graphics
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-Protocol.HTTP

%description UI.WebCfg
The %{name}-UI.WebCfg package - provides the WEB-based
configurator of the OpenSCADA system.

%files UI.WebCfg
%{_libdir}/openscada/ui_WebCfg.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_WebCfg.mo
%endif

#----------------------------------------------------------------------------

%if %{with WebCfgD}
%package UI.WebCfgD
Summary:	Dynamic WEB configurator
Group:		Graphics
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-Protocol.HTTP

%description UI.WebCfgD
The %{name}-UI.WebCfgD package - provides dynamic WEB based
configurator. Uses XHTML, CSS and JavaScript technology.

%files UI.WebCfgD
%{_libdir}/openscada/ui_WebCfgD.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_WebCfgD.mo
%endif

#----------------------------------------------------------------------------

%if %{with WebVision}
%package UI.WebVision
Summary:	Operation user interface (WEB)
Group:		Graphics
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-Protocol.HTTP

%description UI.WebVision
The %{name}-UI.WebVision package - visual operation user interface,
based on WEB - front-end to VCA engine.

%files UI.WebVision
%{_libdir}/openscada/ui_WebVision.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_WebVision.mo
%endif

#----------------------------------------------------------------------------

%if %{with WebUser}
%package UI.WebUser
Summary:	Web interface from user
Group:		Graphics
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-Protocol.HTTP

%description UI.WebUser
The %{name}-UI.WebUser package - allows you to create
your own user web-interfaces in any language of OpenSCADA.

%files UI.WebUser
%{_libdir}/openscada/ui_WebUser.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_WebUser.mo
%endif

#===== Special subsystem modules ============================================

%if %{with SystemTests}
%package Special.SystemTests
Summary:	OpenSCADA system's tests
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description Special.SystemTests
The %{name}-Special.SystemTests package - provides
the group of tests to the OpenSCADA system.

%files Special.SystemTests
%{_libdir}/openscada/spec_SystemTests.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_SystemTests.mo
%endif

#----------------------------------------------------------------------------

%if %{with FLibComplex1}
%package Special.FLibComplex1
Summary:	Complex1 function's library
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description Special.FLibComplex1
The %{name}-Special.FLibComplex1 package - provides
the library of functions compatible with SCADA Complex1 of the firm
SIC "DIYA".

%files Special.FLibComplex1
%{_libdir}/openscada/spec_FLibComplex1.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_FLibComplex1.mo
%endif

#----------------------------------------------------------------------------

%if %{with FLibMath}
%package Special.FLibMath
Summary:	Math function's library
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description Special.FLibMath
The %{name}-Special.FLibMath package - provides
the library of standard mathematical functions.

%files Special.FLibMath
%{_libdir}/openscada/spec_FLibMath.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_FLibMath.mo
%endif

#----------------------------------------------------------------------------

%if %{with FLibSYS}
%package Special.FLibSYS
Summary:	System API functions
Group:		Graphics
Requires:	%{name}-core = %{EVRD}

%description Special.FLibSYS
The %{name}-Special.FLibSYS package - provides
the library of system API of user programming area.

%files Special.FLibSYS
%{_libdir}/openscada/spec_FLibSYS.so
%{_datadir}/locale/*/LC_MESSAGES/oscd_FLibSYS.mo
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%setup -T -D -a 1

%build
autoreconf -ifv
%configure2_5x \
%if %{with DiamondBoards}
	--enable-DiamondBoards \
%else \
	--disable-DiamondBoards \
%endif
%if %{with ICP_DAS}
	--enable-ICP_DAS \
%else \
	--disable-ICP_DAS \
%endif
	--enable-BFN

%make

%install
%makeinstall
install -m 755 -d %{buildroot}/var/spool/openscada/{DATA,icons,LibsDB,AGLKS,Boiler}
install -m 755 -d %{buildroot}/var/spool/openscada/ARCHIVES/{MESS,VAL}
install -m 644 -pD data/oscada.xml %{buildroot}/%{_sysconfdir}/oscada.xml
install -m 644 -pD data/oscada_start.xml %{buildroot}/%{_sysconfdir}/oscada_start.xml
install -m 755 -pD data/openscada_start %{buildroot}/%{_bindir}/openscada_start
install -m 644 -pD data/openscada.desktop %{buildroot}/%{_desktopdir}/openscada.desktop
install -m 644 -pD data/openscada.png %{buildroot}/%{_iconsdir}/openscada.png
install -m 755 -pD data/oscada_ALT.init %{buildroot}/%_initdir/oscadad
echo "OpenSCADA data dir" > %{buildroot}/var/spool/openscada/DATA/.info
install -m 644 data/icons/* %{buildroot}/var/spool/openscada/icons
echo "OpenSCADA messages archive dir" > %{buildroot}/var/spool/openscada/ARCHIVES/MESS/.info
echo "OpenSCADA values archive dir" > %{buildroot}/var/spool/openscada/ARCHIVES/VAL/.info

install -m 644 data/LibsDB/*.db %{buildroot}/var/spool/openscada/LibsDB

install -m 644 data/ModelsDB/AGLKS/*.db %{buildroot}/var/spool/openscada/AGLKS
install -m 644 -pD data/ModelsDB/AGLKS/oscada_AGLKS.xml %{buildroot}/%{_sysconfdir}/oscada_AGLKS.xml
install -m 755 -pD data/ModelsDB/AGLKS/openscada_AGLKS %{buildroot}/%{_bindir}/openscada_AGLKS
install -m 755 -pD data/ModelsDB/AGLKS/openscada_demo %{buildroot}/%{_bindir}/openscada_demo
install -m 644 -pD data/ModelsDB/AGLKS/openscada_AGLKS.desktop %{buildroot}/%{_desktopdir}/openscada_AGLKS.desktop
install -m 644 -pD data/ModelsDB/AGLKS/openscada_AGLKS.png %{buildroot}/%{_iconsdir}/openscada_AGLKS.png
install -m 644 -pD data/ModelsDB/AGLKS/openscada_AGLKS.png %{buildroot}/var/spool/openscada/icons/AGLKS.png

install -m 644 data/ModelsDB/Boiler/*.db %{buildroot}/var/spool/openscada/Boiler
install -m 644 -pD data/ModelsDB/Boiler/oscada_Boiler.xml %{buildroot}/%{_sysconfdir}/oscada_Boiler.xml
install -m 755 -pD data/ModelsDB/Boiler/openscada_Boiler %{buildroot}/%{_bindir}/openscada_Boiler
install -m 644 -pD data/ModelsDB/Boiler/openscada_Boiler.desktop %{buildroot}/%{_desktopdir}/openscada_Boiler.desktop
install -m 644 -pD data/ModelsDB/Boiler/openscada_Boiler.png %{buildroot}/%{_iconsdir}/openscada_Boiler.png
install -m 644 -pD data/ModelsDB/Boiler/openscada_Boiler.png %{buildroot}/var/spool/openscada/icons/Boiler.png 

sed -i 's|/usr/lib|%{_libdir}|' %{buildroot}/%{_sysconfdir}/oscada*.xml

%changelog

* Sun Sep 17 2017 alekseyz <a.zimin@rosalinux.ru> 0.8.18-1
- (2fccb13) Merge pull request #3 from vladimir71/openscada:rosa2014.1
- (2fccb13) openscada



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12468 |14cu|openscap-1.2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 8
%define major_sce 8
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define sce_libname %mklibname %{name}_sce %{major_sce}
%define sce_devname %mklibname %{name}_sce -d

Summary:	Set of open source libraries enabling integration of the SCAP line of standards
Name:		openscap
Version:	1.2.6
Release:	2
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.open-scap.org/
Source0:	https://github.com/OpenSCAP/openscap/archive/%{version}.zip
Patch0:		openscap-1.2.6-rpm5.patch
Patch2:		openscap-1.0.0-dl.patch
BuildRequires:	swig
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(ossp-uuid)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(rpm)
BuildRequires:	pkgconfig(squirrel)

%description
OpenSCAP is a set of open source libraries providing an easier path
for integration of the SCAP line of standards. SCAP is a line of standards
managed by NIST with the goal of providing a standard language
for the expression of Computer Network Defense related information.

%files
%doc AUTHORS COPYING NEWS
%{_sysconfdir}/bash_completion.d/oscap
%{_bindir}/*
%{_libdir}/%{name}
%{_mandir}/man8/*
%{_datadir}/%{name}
%exclude %{_bindir}/oscap-docker
%exclude %{_mandir}/man8/oscap-docker.8*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 1.0.0-4

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 1.0.0-4
Obsoletes:	%{name}-devel < 1.0.0-4

%description -n %{devname}
Thhis package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc docs/examples/
%{_includedir}/*
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/lib%{name}.pc

#----------------------------------------------------------------------------

%package -n %{sce_libname}
Summary:	Script Check Engine plug-in for OpenSCAP
Group:		System/Libraries

%description -n %{sce_libname}
The Script Check Engine is non-standard extension to SCAP protocol. This
engine allows content authors to avoid OVAL language and write their assessment
commands using a scripting language (Bash, Perl, Python, Ruby, ...).

%files -n %{sce_libname}
%{_libdir}/lib%{name}_sce.so.%{major_sce}*

#----------------------------------------------------------------------------

%package -n %{sce_devname}
Summary:	Development files for OpenSCAP SCE plugin
Group:		Development/C
Requires:	%{sce_libname} = %{EVRD}

%description -n %{sce_devname}
Thhis package contains libraries and header files for developing applications
that use OpenSCAP SCE plugin.

%files -n %{sce_devname}
%{_libdir}/lib%{name}_sce.so

#----------------------------------------------------------------------------

%package python
Summary:	Python bindings for %{name}
Group:		Development/Python
Requires:	%{name} = %{EVRD}

%description python
The %{name}-python package contains the bindings so that %{name}
libraries can be used by python.

%files python
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%package python3
Summary:	Python3 bindings for %{name}
Group:		Development/Python
Requires:	%{name} = %{EVRD}

%description python3
The %{name}-python3 package contains the bindings so that %{name}
libraries can be used by python3.

%files python3
%{py3_platsitedir}/*
%ifarch %{ix86}
%exclude %{py3_puresitedir}/oscap_docker_python
%endif

#----------------------------------------------------------------------------

%package perl
Summary:	Perl bindings for %{name}
Group:		Development/Perl
BuildRequires:	perl-devel
Requires:	%{name} = %{EVRD}

%description perl
The %{name}-perl package contains the bindings so that %{name}
libraries can be used by perl.

%files perl
%{perl_vendorarch}/*
%{perl_vendorlib}/*.pm

#----------------------------------------------------------------------------

%package containers
Summary:	Utils for scanning containers
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description containers
Tool for scanning Docker containers.

%files containers
%{_bindir}/oscap-docker
%{_mandir}/man8/oscap-docker.8*
%{py3_puresitedir}/*
%ifarch %{ix86}
%exclude %{py3_platsitedir}/*openscap*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .rpm5
%patch2 -p1 -b .dl

%build
autoreconf -fi
%configure2_5x \
	--enable-sce \
	--enable-perl \
	--enable-python3 \
	preferred_python=/usr/bin/python3
%make

%install
%makeinstall_std

%changelog

* Wed Nov 25 2015 Denis Silakov <dsilakov@gmail.com> 1.2.6-2
- (e5938f6) More 32bit fixes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12469 |14cu|openscenegraph-3.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	srcname	OpenSceneGraph

Summary:	A C++ scene graph API on OpenGL for real time graphics
Name:		openscenegraph
Version:	3.2.0
Release:	6
License:	LGPLv2+ with exceptions
Group:		System/Libraries
Url:		http://www.openscenegraph.org/
Source0:	http://www.openscenegraph.org/downloads/developer_releases/%{srcname}-%{version}.zip
Patch0:		OpenSceneGraph-2.8.3-ffmpeg.patch
Patch1:		OpenSceneGraph-3.2.0-giflib51.patch
BuildRequires:	cmake
BuildRequires:	ffmpeg-devel
BuildRequires:	gdal-devel
BuildRequires:	giflib-devel
BuildRequires:	itk-devel
BuildRequires:	jpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(IlmBase)
BuildRequires:	pkgconfig(libxine)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
Provides:	OpenSceneGraph = %{EVRD}
Requires:	%{name}-plugins = %{EVRD}

%description
The Open Scene Graph is a cross-platform C++/OpenGL library for the real-time 
visualization. Uses range from visual simulation, scientific modeling, virtual 
reality through to games.  Open Scene Graph employs good practices in software
engineering through the use of standard C++, STL and generic programming, and
design patterns.  Open Scene Graph strives for high performance and quality in
graphics rendering, portability, and extensibility.

%files
%doc AUTHORS.txt ChangeLog LICENSE.txt NEWS.txt README.txt
%doc doc/*
%{_bindir}/*

#----------------------------------------------------------------------------

%package plugins
Summary:	OpenSceneGraph plugins
Group:		System/Libraries

%description plugins
OpenSceneGraph plugins.

%files plugins
%{_libdir}/osgPlugins-%{version}

#----------------------------------------------------------------------------

%define OpenThreads_major 13
%define libOpenThreads %mklibname OpenThreads %{OpenThreads_major}

%package -n %{libOpenThreads}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libOpenThreads}
OpenSceneGraph shared library.

%files -n %{libOpenThreads}
%{_libdir}/libOpenThreads.so.%{OpenThreads_major}
%{_libdir}/libOpenThreads.so.%{version}

#----------------------------------------------------------------------------

%define devOpenThreads %mklibname OpenThreads -d

%package -n %{devOpenThreads}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libOpenThreads} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devOpenThreads}
OpenSceneGraph development files.

%files -n %{devOpenThreads}
%{_includedir}/OpenThreads
%{_libdir}/libOpenThreads.so
%{_libdir}/pkgconfig/openthreads.pc

#----------------------------------------------------------------------------

%define osg_major 100
%define libosg %mklibname osg %{osg_major}

%package -n %{libosg}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosg}
OpenSceneGraph shared library.

%files -n %{libosg}
%{_libdir}/libosg.so.%{osg_major}
%{_libdir}/libosg.so.%{version}

#----------------------------------------------------------------------------

%define devosg %mklibname osg -d

%package -n %{devosg}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosg} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosg}
OpenSceneGraph development files.

%files -n %{devosg}
%{_includedir}/osg
%{_libdir}/libosg.so
%{_libdir}/pkgconfig/openscenegraph-osg.pc

#----------------------------------------------------------------------------

%define osgAnimation_major 100
%define libosgAnimation %mklibname osgAnimation %{osgAnimation_major}

%package -n %{libosgAnimation}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgAnimation}
OpenSceneGraph shared library.

%files -n %{libosgAnimation}
%{_libdir}/libosgAnimation.so.%{osgAnimation_major}
%{_libdir}/libosgAnimation.so.%{version}

#----------------------------------------------------------------------------

%define devosgAnimation %mklibname osgAnimation -d

%package -n %{devosgAnimation}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgAnimation} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgAnimation}
OpenSceneGraph development files.

%files -n %{devosgAnimation}
%{_includedir}/osgAnimation
%{_libdir}/libosgAnimation.so
%{_libdir}/pkgconfig/openscenegraph-osgAnimation.pc

#----------------------------------------------------------------------------

%define osgDB_major 100
%define libosgDB %mklibname osgDB %{osgDB_major}

%package -n %{libosgDB}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgDB}
OpenSceneGraph shared library.

%files -n %{libosgDB}
%{_libdir}/libosgDB.so.%{osgDB_major}
%{_libdir}/libosgDB.so.%{version}

#----------------------------------------------------------------------------

%define devosgDB %mklibname osgDB -d

%package -n %{devosgDB}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgDB} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgDB}
OpenSceneGraph development files.

%files -n %{devosgDB}
%{_includedir}/osgDB
%{_libdir}/libosgDB.so
%{_libdir}/pkgconfig/openscenegraph-osgDB.pc

#----------------------------------------------------------------------------

%define osgFX_major 100
%define libosgFX %mklibname osgFX %{osgFX_major}

%package -n %{libosgFX}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgFX}
OpenSceneGraph shared library.

%files -n %{libosgFX}
%{_libdir}/libosgFX.so.%{osgFX_major}
%{_libdir}/libosgFX.so.%{version}

#----------------------------------------------------------------------------

%define devosgFX %mklibname osgFX -d

%package -n %{devosgFX}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgFX} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgFX}
OpenSceneGraph development files.

%files -n %{devosgFX}
%{_includedir}/osgFX
%{_libdir}/libosgFX.so
%{_libdir}/pkgconfig/openscenegraph-osgFX.pc

#----------------------------------------------------------------------------

%define osgGA_major 100
%define libosgGA %mklibname osgGA %{osgGA_major}

%package -n %{libosgGA}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgGA}
OpenSceneGraph shared library.

%files -n %{libosgGA}
%{_libdir}/libosgGA.so.%{osgGA_major}
%{_libdir}/libosgGA.so.%{version}

#----------------------------------------------------------------------------

%define devosgGA %mklibname osgGA -d

%package -n %{devosgGA}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgGA} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgGA}
OpenSceneGraph development files.

%files -n %{devosgGA}
%{_includedir}/osgGA
%{_libdir}/libosgGA.so
%{_libdir}/pkgconfig/openscenegraph-osgGA.pc

#----------------------------------------------------------------------------

%define osgManipulator_major 100
%define libosgManipulator %mklibname osgManipulator %{osgManipulator_major}

%package -n %{libosgManipulator}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgManipulator}
OpenSceneGraph shared library.

%files -n %{libosgManipulator}
%{_libdir}/libosgManipulator.so.%{osgManipulator_major}
%{_libdir}/libosgManipulator.so.%{version}

#----------------------------------------------------------------------------

%define devosgManipulator %mklibname osgManipulator -d

%package -n %{devosgManipulator}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgManipulator} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgManipulator}
OpenSceneGraph development files.

%files -n %{devosgManipulator}
%{_includedir}/osgManipulator
%{_libdir}/libosgManipulator.so
%{_libdir}/pkgconfig/openscenegraph-osgManipulator.pc

#----------------------------------------------------------------------------

%define osgParticle_major 100
%define libosgParticle %mklibname osgParticle %{osgParticle_major}

%package -n %{libosgParticle}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgParticle}
OpenSceneGraph shared library.

%files -n %{libosgParticle}
%{_libdir}/libosgParticle.so.%{osgParticle_major}
%{_libdir}/libosgParticle.so.%{version}

#----------------------------------------------------------------------------

%define devosgParticle %mklibname osgParticle -d

%package -n %{devosgParticle}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgParticle} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgParticle}
OpenSceneGraph development files.

%files -n %{devosgParticle}
%{_includedir}/osgParticle
%{_libdir}/libosgParticle.so
%{_libdir}/pkgconfig/openscenegraph-osgParticle.pc

#----------------------------------------------------------------------------

%define osgPresentation_major 100
%define libosgPresentation %mklibname osgPresentation %{osgPresentation_major}

%package -n %{libosgPresentation}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgPresentation}
OpenSceneGraph shared library.

%files -n %{libosgPresentation}
%{_libdir}/libosgPresentation.so.%{osgPresentation_major}
%{_libdir}/libosgPresentation.so.%{version}

#----------------------------------------------------------------------------

%define devosgPresentation %mklibname osgPresentation -d

%package -n %{devosgPresentation}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgPresentation} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgPresentation}
OpenSceneGraph development files.

%files -n %{devosgPresentation}
%{_includedir}/osgPresentation
%{_libdir}/libosgPresentation.so

#----------------------------------------------------------------------------

%define osgQt_major 100
%define libosgQt %mklibname osgQt %{osgQt_major}

%package -n %{libosgQt}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgQt}
OpenSceneGraph shared library.

%files -n %{libosgQt}
%{_libdir}/libosgQt.so.%{osgQt_major}
%{_libdir}/libosgQt.so.%{version}

#----------------------------------------------------------------------------

%define devosgQt %mklibname osgQt -d

%package -n %{devosgQt}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgQt} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgQt}
OpenSceneGraph development files.

%files -n %{devosgQt}
%{_includedir}/osgQt
%{_libdir}/libosgQt.so
%{_libdir}/pkgconfig/openscenegraph-osgQt.pc

#----------------------------------------------------------------------------

%define osgShadow_major 100
%define libosgShadow %mklibname osgShadow %{osgShadow_major}

%package -n %{libosgShadow}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgShadow}
OpenSceneGraph shared library.

%files -n %{libosgShadow}
%{_libdir}/libosgShadow.so.%{osgShadow_major}
%{_libdir}/libosgShadow.so.%{version}

#----------------------------------------------------------------------------

%define devosgShadow %mklibname osgShadow -d

%package -n %{devosgShadow}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgShadow} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgShadow}
OpenSceneGraph development files.

%files -n %{devosgShadow}
%{_includedir}/osgShadow
%{_libdir}/libosgShadow.so
%{_libdir}/pkgconfig/openscenegraph-osgShadow.pc

#----------------------------------------------------------------------------

%define osgSim_major 100
%define libosgSim %mklibname osgSim %{osgSim_major}

%package -n %{libosgSim}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgSim}
OpenSceneGraph shared library.

%files -n %{libosgSim}
%{_libdir}/libosgSim.so.%{osgSim_major}
%{_libdir}/libosgSim.so.%{version}

#----------------------------------------------------------------------------

%define devosgSim %mklibname osgSim -d

%package -n %{devosgSim}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgSim} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgSim}
OpenSceneGraph development files.

%files -n %{devosgSim}
%{_includedir}/osgSim
%{_libdir}/libosgSim.so
%{_libdir}/pkgconfig/openscenegraph-osgSim.pc

#----------------------------------------------------------------------------

%define osgTerrain_major 100
%define libosgTerrain %mklibname osgTerrain %{osgTerrain_major}

%package -n %{libosgTerrain}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgTerrain}
OpenSceneGraph shared library.

%files -n %{libosgTerrain}
%{_libdir}/libosgTerrain.so.%{osgTerrain_major}
%{_libdir}/libosgTerrain.so.%{version}

#----------------------------------------------------------------------------

%define devosgTerrain %mklibname osgTerrain -d

%package -n %{devosgTerrain}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgTerrain} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgTerrain}
OpenSceneGraph development files.

%files -n %{devosgTerrain}
%{_includedir}/osgTerrain
%{_libdir}/libosgTerrain.so
%{_libdir}/pkgconfig/openscenegraph-osgTerrain.pc

#----------------------------------------------------------------------------

%define osgText_major 100
%define libosgText %mklibname osgText %{osgText_major}

%package -n %{libosgText}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgText}
OpenSceneGraph shared library.

%files -n %{libosgText}
%{_libdir}/libosgText.so.%{osgText_major}
%{_libdir}/libosgText.so.%{version}

#----------------------------------------------------------------------------

%define devosgText %mklibname osgText -d

%package -n %{devosgText}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgText} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgText}
OpenSceneGraph development files.

%files -n %{devosgText}
%{_includedir}/osgText
%{_libdir}/libosgText.so
%{_libdir}/pkgconfig/openscenegraph-osgText.pc

#----------------------------------------------------------------------------

%define osgUtil_major 100
%define libosgUtil %mklibname osgUtil %{osgUtil_major}

%package -n %{libosgUtil}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgUtil}
OpenSceneGraph shared library.

%files -n %{libosgUtil}
%{_libdir}/libosgUtil.so.%{osgUtil_major}
%{_libdir}/libosgUtil.so.%{version}

#----------------------------------------------------------------------------

%define devosgUtil %mklibname osgUtil -d

%package -n %{devosgUtil}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgUtil} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgUtil}
OpenSceneGraph development files.

%files -n %{devosgUtil}
%{_includedir}/osgUtil
%{_libdir}/libosgUtil.so
%{_libdir}/pkgconfig/openscenegraph-osgUtil.pc

#----------------------------------------------------------------------------

%define osgViewer_major 100
%define libosgViewer %mklibname osgViewer %{osgViewer_major}

%package -n %{libosgViewer}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgViewer}
OpenSceneGraph shared library.

%files -n %{libosgViewer}
%{_libdir}/libosgViewer.so.%{osgViewer_major}
%{_libdir}/libosgViewer.so.%{version}

#----------------------------------------------------------------------------

%define devosgViewer %mklibname osgViewer -d

%package -n %{devosgViewer}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgViewer} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgViewer}
OpenSceneGraph development files.

%files -n %{devosgViewer}
%{_includedir}/osgViewer
%{_libdir}/libosgViewer.so
%{_libdir}/pkgconfig/openscenegraph-osgViewer.pc

#----------------------------------------------------------------------------

%define osgVolume_major 100
%define libosgVolume %mklibname osgVolume %{osgVolume_major}

%package -n %{libosgVolume}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgVolume}
OpenSceneGraph shared library.

%files -n %{libosgVolume}
%{_libdir}/libosgVolume.so.%{osgVolume_major}
%{_libdir}/libosgVolume.so.%{version}

#----------------------------------------------------------------------------

%define devosgVolume %mklibname osgVolume -d

%package -n %{devosgVolume}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgVolume} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgVolume}
OpenSceneGraph development files.

%files -n %{devosgVolume}
%{_includedir}/osgVolume
%{_libdir}/libosgVolume.so
%{_libdir}/pkgconfig/openscenegraph-osgVolume.pc

#----------------------------------------------------------------------------

%define osgWidget_major 100
%define libosgWidget %mklibname osgWidget %{osgWidget_major}

%package -n %{libosgWidget}
Summary:	OpenSceneGraph shared library
Group:		System/Libraries

%description -n %{libosgWidget}
OpenSceneGraph shared library.

%files -n %{libosgWidget}
%{_libdir}/libosgWidget.so.%{osgWidget_major}
%{_libdir}/libosgWidget.so.%{version}

#----------------------------------------------------------------------------

%define devosgWidget %mklibname osgWidget -d

%package -n %{devosgWidget}
Summary:	OpenSceneGraph development files
Group:		Development/C++
Requires:	%{libosgWidget} = %{EVRD}
Conflicts:	openscenegraph-devel < 3.2.0

%description -n %{devosgWidget}
OpenSceneGraph development files.

%files -n %{devosgWidget}
%{_includedir}/osgWidget
%{_libdir}/libosgWidget.so
%{_libdir}/pkgconfig/openscenegraph-osgWidget.pc

#----------------------------------------------------------------------------

%package devel
Summary:	Development package for %{name}
Group:		Development/C++
Provides:	OpenSceneGraph-devel = %{EVRD}
Requires:	%{devOpenThreads} = %{EVRD}
Requires:	%{devosg} = %{EVRD}
Requires:	%{devosgAnimation} = %{EVRD}
Requires:	%{devosgDB} = %{EVRD}
Requires:	%{devosgFX} = %{EVRD}
Requires:	%{devosgGA} = %{EVRD}
Requires:	%{devosgManipulator} = %{EVRD}
Requires:	%{devosgParticle} = %{EVRD}
Requires:	%{devosgPresentation} = %{EVRD}
Requires:	%{devosgQt} = %{EVRD}
Requires:	%{devosgShadow} = %{EVRD}
Requires:	%{devosgSim} = %{EVRD}
Requires:	%{devosgTerrain} = %{EVRD}
Requires:	%{devosgText} = %{EVRD}
Requires:	%{devosgUtil} = %{EVRD}
Requires:	%{devosgViewer} = %{EVRD}
Requires:	%{devosgVolume} = %{EVRD}
Requires:	%{devosgWidget} = %{EVRD}

%description devel
This package contains development files for %{name}

%files devel
%{_libdir}/pkgconfig/openscenegraph.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}
%patch0 -p0
%patch1 -p1

%build
CFLAGS="%{optflags} -pthread"
CXXFLAGS="%{optflags} -pthread"
%cmake -DDESIRED_QT_VERSION=4
%make VERBOSE=TRUE

%install
%makeinstall_std -C build


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.2.0-6
+ Revision: 9025c66
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12470 |14cu|openshot-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major	2.2
%define		minor	0
#empty debug package
%define debug_package	%{nil}
%define oname openshot-qt
Name:		openshot
Version:	%{major}.%{minor}
Release:	1
Summary:	Simple and Powerful video editor
Group:		Video
License:	GPLv3+
URL:		http://www.openshot.org/
Source0:	http://launchpad.net/openshot/%{major}/%{version}/+download/%{oname}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
BuildArch:	noarch
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
# same version of python3-pkg-resources has to be required.
BuildRequires:	python3-pkg-resources >= 18.6.1
BuildRequires:	frei0r-plugins-devel
BuildRequires:	ladspa-devel
BuildRequires:	openshot-devel >= 0.1.2 
Requires:	Py3Qt5
Requires:	python3egg(pillow)
Requires:	python3egg(pyxdg)
Requires:	python3egg(httplib2)
Requires:	python3egg(pyzmq)
Requires:	libopenshot-audio >= 0.1.2
Requires:	python3-openshot >= 0.1.2
Requires:	python3-pkg-resources >= 18.6.1
Requires:	frei0r-plugins
Requires:	ladspa

%description
OpenShot Video Editor is a free, open-source, non-linear video editor, based on
Python, GTK, MLT and frei0r. It can edit video and audio files, composite and 
transition video files, and mix multiple layers of video and audio together and 
render the output in many different formats.

%files 
%doc README COPYING AUTHORS
%{_bindir}/%{oname}
%{_datadir}/applications/%{name}-qt.desktop
%{_datadir}/pixmaps/%{oname}.svg
%{_datadir}/mime/packages/%{oname}.xml
%{py3_puresitedir}/%{name}_qt
%{py3_puresitedir}/%{name}_qt-%{version}-py3.4.egg-info

#-----------------------------------------------------

%prep
%setup -qc

%build
CFLAGS="%{optflags}" %py3_build

%install
%py3_install 

# Remove unnecessary file
rm -fr %{buildroot}%{_prefix}/lib/mime
chmod 644 %{buildroot}/%{_datadir}/applications/%{oname}.desktop

%changelog

* Mon Jan 09 2017 tremod <negry.m@yandex.ru> 2.2.0-1
- (bb6718a) Update to 2.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12471 |14cu|openssl0.9.8-0.9.8zg-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.9.8
%define libname %mklibname openssl %{major}

Summary:	Secure Sockets Layer communications libs & utils
Name:		openssl%{major}
Version:	%{major}zg
Release:	1
License:	BSD-like
Group:		System/Libraries
URL:		http://www.openssl.org/
Source0:	ftp://ftp.openssl.org/source/openssl-%{version}.tar.gz
Source1:	ftp://ftp.openssl.org/source/openssl-%{version}.tar.gz.asc
# (gb) 0.9.6b-5mdk: Limit available SSL ciphers to 128 bits
Patch0:		openssl-0.9.6b-mdkconfig.patch
# (fg) 20010202 Patch from RH: some funcs now implemented with ia64 asm
Patch1:		openssl-0.9.8zf-ia64-asm.patch
# (gb) 0.9.7b-4mdk: Handle RPM_OPT_FLAGS in Configure
Patch2:		openssl-optflags.diff
# (gb) 0.9.7b-4mdk: Make it lib64 aware. TODO: detect in Configure
Patch3:		openssl-0.9.8b-lib64.diff
# (oe) support Brazilian Government OTHERNAME X509v3 field (#14158)
# http://www.iti.gov.br/resolucoes/RESOLU__O_13_DE_26_04_2002.PDF
Patch6:		openssl-0.9.8zf-beta6-icpbrasil.diff
Patch7:		openssl-0.9.8a-defaults.patch
Patch8:		openssl-0.9.8a-link-krb5.patch
Patch9:		openssl-0.9.8a-enginesdir.patch
Patch10:	openssl-0.9.8zf-beta6-ia64.patch
Patch12:	openssl-1.0.1m-x509.patch
Patch13:	openssl-1.0.1m-beta5-version-add-engines.patch
# http://qa.mandriva.com/show_bug.cgi?id=32621
Patch15:	openssl-0.9.8e-crt.patch
# http://blogs.sun.com/janp/
Patch16:	pkcs11_engine-0.9.8zf.diff
Patch17:	openssl-1.0.1c-fix-perlpath.pl
BuildRequires:	chrpath
BuildRequires:	pkgconfig(zlib)

%description
The openssl certificate management tool and the shared libraries that provide
various encryption and decription algorithms and protocols, including DES, RC4,
RSA and SSL.

NOTE: Only the shared library and the engines are provided with this source
rpm package.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Secure Sockets Layer communications libs
Group:		System/Libraries

%description -n	%{libname}
The libraries files are needed for various cryptographic algorithms
and protocols, including DES, RC4, RSA and SSL.

%files -n %{libname}
%doc FAQ INSTALL LICENSE NEWS PROBLEMS README*
%attr(0755,root,root) %{_libdir}/lib*.so.%{major}*
%attr(0755,root,root) %dir %{_libdir}/openssl-%{major}/engines
%attr(0755,root,root) %{_libdir}/openssl-%{major}/engines/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n openssl-%{version}
%patch1 -p1 -b .ia64-asm
%patch2 -p0 -b .optflags
%patch3 -p1 -b .lib64
%patch6 -p1 -b .icpbrasil
%patch7 -p1 -b .defaults
%patch9 -p0 -b .enginesdir
%patch10 -p1 -b .ia64
%patch12 -p1 -b .x509
%patch13 -p1 -b .version-add-engines
%patch15 -p1 -b .crt
%patch16 -p1 -b .pkcs11_engine
%patch17 -p1 -b .perl

perl -pi -e "s,^(OPENSSL_LIBNAME=).+$,\1%{_lib}," Makefile.org engines/Makefile

# fix perl path
perl util/perlpath.pl %{_bindir}/perl

%build
%serverbuild

# Figure out which flags we want to use.
# default
sslarch=%{_os}-%{_arch}
%ifarch %{ix86}
sslarch=linux-elf
if ! echo %{_target} | grep -q i[56]86 ; then
    sslflags="no-asm"
fi
%endif

# ia64, x86_64, ppc, ppc64 are OK by default
# Configure the build tree.  Override OpenSSL defaults with known-good defaults
# usable on all platforms.  The Configure script already knows to use -fPIC and
# RPM_OPT_FLAGS, so we can skip specifiying them here.
./Configure \
    --prefix=%{_prefix} --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
    --enginesdir=%{_libdir}/openssl-%{major}/engines \
     no-idea no-rc5 enable-camellia shared enable-tlsext ${sslarch} --pk11-libname=%{_libdir}/pkcs11/PKCS11_API.so

#    zlib no-idea no-mdc2 no-rc5 no-ec no-ecdh no-ecdsa shared ${sslarch}

# antibork stuff...
perl -pi -e "s|^#define ENGINESDIR .*|#define ENGINESDIR \"%{_libdir}/openssl-%{major}/engines\"|g" crypto/opensslconf.h

# Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
# marked as not requiring an executable stack.
RPM_OPT_FLAGS="%{optflags} -Wa,--noexecstack"
make depend
make all build-shared

# Generate hashes for the included certs.
make rehash build-shared

%install
%makeinstall \
	INSTALL_PREFIX=%{buildroot} \
	MANDIR=%{_mandir} \
	build-shared

# the makefiles are too borked...
install -d %{buildroot}%{_libdir}/openssl-%{major}
mv %{buildroot}%{_libdir}/engines %{buildroot}%{_libdir}/openssl-%{major}/

# strip cannot touch these unless 755
chmod 755 %{buildroot}%{_libdir}/openssl-%{major}/engines/*.so*
chmod 755 %{buildroot}%{_libdir}/*.so*

# nuke what we don't need
rm -rf %{buildroot}%{_sysconfdir}
rm -rf %{buildroot}%{_bindir}
rm -rf %{buildroot}%{_mandir}
rm -rf %{buildroot}%{_libdir}/pkgconfig
rm -rf %{buildroot}%{_includedir}
rm -f %{buildroot}%{_libdir}/lib*.so
rm -f %{buildroot}%{_libdir}/lib*.a


%changelog

* Fri Jun 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.8zg-1
- (d371dc3) New version 0.9.8zg
- (d371dc3) Rename spec file from openssl.spec to openssl0.9.8.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12472 |14cu|openttd-1.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An open source clone of the Microprose game "Transport Tycoon Deluxe" game
Name:		openttd
Version:	1.5.1
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.openttd.org
Source0:	http://binaries.openttd.org/releases/%{version}/%{name}-%{version}-source.tar.xz
Patch0:		openttd-1.4.4-compile.patch
BuildRequires:	ccache
BuildRequires:	desktop-file-utils
BuildRequires:	unzip
BuildRequires:	liblzo-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)
Requires:	TiMidity++
Requires:	openttd-opengfx >= 0.4.6
Requires:	openttd-opensfx
Requires:	openttd-openmsx

%description
OpenTTD is an open source clone of the Microprose game "Transport Tycoon
Deluxe" game.

%files
%doc *.txt COPYING
%{_gamesbindir}/openttd
%{_gamesdatadir}/openttd
%{_datadir}/applications/openttd.desktop
%{_iconsdir}/hicolor/*/apps/openttd.png
%{_mandir}/man6/openttd.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
export LDFLAGS="%{ldflags}"

./configure \
	--prefix-dir=%{_prefix} \
	--install-dir=%{buildroot} \
	--with-ccache \
	--enable-debug

%make VERBOSE=1

%install
%makeinstall_std

#cleanup
rm -rf %{buildroot}%{_datadir}/pixmaps

# fix desktop file
desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
	--add-category=StrategyGame \
	--remove-key=Version \
	%{buildroot}%{_datadir}/applications/openttd.desktop


%changelog

* Tue Jul 07 2015 dsilakov <denis.silakov@rosalab.ru> 1.5.1-1
- (f4216c7) Merge pull request #1 from anastasiya_po/openttd:rosa2014.1
- (f4216c7) openttd version 1.5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12473 |14cu|openttd-opengfx-0.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname opengfx

Summary:	OpenGFX graphics replacement set for OpenTTD
Name:		openttd-%{realname}
Version:	0.5.2
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://dev.openttdcoop.org/projects/opengfx
Source0:	http://gb.binaries.openttd.org/binaries/extra/%{realname}/%{version}/%{realname}-%{version}-source.tar.xz
Patch0:		opengfx-0.4.1-gimpscript.patch
BuildRequires:	dos2unix
BuildRequires:	grfcodec
BuildRequires:	nml >= 0.3.0
BuildRequires:	gimp
Conflicts:	openttd < 1.0.0
BuildArch:	noarch

%description
OpenGFX is an open source graphics base set for OpenTTD which can completely
replace the TTD base set.

%files
%defattr(0644,root,root,0755)
%doc docs/*.txt
%{_gamesdatadir}/openttd/data/*.grf
%{_gamesdatadir}/openttd/data/*.obg

#----------------------------------------------------------------------------

%prep
%setup -q -n %{realname}-%{version}-source
%patch0 -p1

#Makefile.local
cat >> Makefile.local << EOF
DO_NOT_INSTALL_DOCS = 1
DO_NOT_INSTALL_LICENSE = 1
DO_NOT_INSTALL_CHANGELOG = 1
EOF

%build
make UNIX2DOS_FLAGS="-q"

%install
mkdir -p %{buildroot}%{_gamesdatadir}/openttd/data
%make install \
	INSTALL_DIR=%{buildroot}%{_gamesdatadir}/openttd/data \
	DOCDIR=%{buildroot}%{_docdir}/%{name}

%check
# Disable for now, Makefile is messed up
# make check


%changelog

* Wed Jul 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.2-1
- (64dbc4c) Updated to 0.5.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12474 |14cu|openvas-cli-1.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	OpenVAS command line interface
Name:		openvas-cli
Version:	1.4.4
Release:	1
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.openvas.org
Source0:	http://wald.intevation.org/frs/download.php/851/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	gpgme-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libopenvas_base)
BuildRequires:	pkgconfig(libopenvas_omp)
BuildRequires:	pkgconfig(libopenvas_misc)

%description
The module OpenVAS-CLI collects command line tools to handle with the OpenVAS
services via the respective protocols.

The best supported service is currently the OpenVAS-Manager (openvasmd).

%files
%{_bindir}/check_omp
%{_bindir}/omp
%{_bindir}/omp-dialog
%{_mandir}/man8/omp.8.*

#----------------------------------------------------------------------------

%prep
%setup -q

sed -i -e 's#-Werror##' `grep -rl Werror *|grep CMakeLists.txt`

%build
%cmake \
	-DSYSCONFDIR=%{_sysconfdir}
%make

%install
%makeinstall_std -C build



%changelog

* Sun Jun 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.4-1
- (a82cff0) Update files (add check_omp and omp-dialog)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12475 |14cu|openvas-gsa-6.0.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Greenbone Security Assistant
Name:		openvas-gsa
Version:	6.0.10
Release:	2
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.openvas.org
Source0:	http://wald.intevation.org/frs/download.php/1157/greenbone-security-assistant-%{version}.tar.gz
Source1:	%{name}.service
Source2:	%{name}.logrotate
Source3:	%{name}.sysconfig
Patch0:		openvas-gsa-glib.patch
Patch1:		openvas-gsa-pki.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	pkgconfig(libmicrohttpd)
BuildRequires:	pkgconfig(libopenvas_base)
BuildRequires:	pkgconfig(libopenvas_misc)
BuildRequires:	pkgconfig(libopenvas_omp)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
Requires:	logrotate
Requires:	openvas-manager
Requires:	openvas-scanner
Requires(post):	rpm-helper
Requires(post,preun,postun):	systemd
# Obsolete packages from previous OpenVAS stacks
Obsoletes:	gsa < 6.0.10
Obsoletes:	gsd < 1.3
Obsoletes:	openvas-administrator < 1.2
Obsoletes:	openvas-client < 3.1

%description
The Greenbone Security Assistant is a web application that
connects to the OpenVAS Manager and OpenVAS Administrator
to provide for a full-featured user interface for
vulnerability management.

%files -f gsad_xsl.lang
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%dir %{_sysconfdir}/openvas
%config(noreplace) %{_sysconfdir}/openvas/gsad_log.conf
%{_unitdir}/%{name}.service
%{_sbindir}/gsad
%{_mandir}/man8/gsad.8*
%dir %{_datadir}/openvas
%{_datadir}/openvas/gsa
%ghost %{_logdir}/openvas/%{name}.log

%post
%systemd_post %{name}.service
%create_ghostfile %{_logdir}/openvas/%{name}.log root root 644

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -qn greenbone-security-assistant-%{version}
%patch0 -p1
%patch1 -p1

%build
sed -i -e 's#-Werror##' `grep -rl Werror *|grep CMakeLists.txt`

%cmake \
	-DCMAKE_VERBOSE_MAKEFILE=ON \
	-DSYSCONFDIR=%{_sysconfdir} \
	-DLOCALSTATEDIR=%{_localstatedir} \
	-DUSE_LIBXSLT=0
%make VERBOSE=1

%install
%makeinstall_std -C build

install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{name}

mkdir -p %{buildroot}%{_logdir}/openvas
touch %{buildroot}%{_logdir}/openvas/%{name}.log

%find_lang gsad_xsl


%changelog

* Sun Jun 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.0.10-2
- (c1ad69f) Obsolete gsa and gsd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12476 |14cu|openvas-libraries-8.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 8
%define libbase %mklibname openvas_base %{major}
%define libmisc %mklibname openvas_misc %{major}
%define libnasl %mklibname openvas_nasl %{major}
%define libomp %mklibname openvas_omp %{major}
%define devname %mklibname openvas -d

%define _disable_ld_no_undefined 1
%define _disable_ld_as_needed 1

Summary:	Support libraries for Open Vulnerability Assessment (OpenVAS) Server
Name:		openvas-libraries
Version:	8.0.7
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.openvas.org
Source0:	http://wald.intevation.org/frs/download.php/979/openvas-libraries-%{version}.tar.gz
Patch0:		openvas-libraries-7.0.1-libssh.patch
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	gpgme-devel
BuildRequires:	hiredis-devel
BuildRequires:	libpcap-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libssh)
BuildRequires:	pkgconfig(uuid)
Obsoletes:	openvas-libnasl < 3.0.0

%description
openvas-libraries is the base library for the OpenVAS network security scanner.

%files
%{_bindir}/openvas-nasl
%{_bindir}/openvas-nasl-lint
%{_mandir}/man1/openvas-nasl.1.*
%{_datadir}/openvas

#----------------------------------------------------------------------------

%package -n %{libbase}
Summary:	Support libraries for Open Vulnerability Assessment (OpenVAS) Server
Group:		System/Libraries
Conflicts:	%{_lib}openvas4 < 4.0.7-2
Obsoletes:	%{_lib}openvas4 < 4.0.7-2

%description -n %{libbase}
The support libraries for Open Vulnerability Assessment (OpenVAS) Server.

%files -n %{libbase}
%doc ChangeLog CHANGES
%{_libdir}/libopenvas_base.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmisc}
Summary:	Support libraries for Open Vulnerability Assessment (OpenVAS) Server
Group:		System/Libraries
Conflicts:	%{_lib}openvas4 < 4.0.7-2

%description -n %{libmisc}
The support libraries for Open Vulnerability Assessment (OpenVAS) Server.

%files -n %{libmisc}
%{_libdir}/libopenvas_misc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnasl}
Summary:	Support libraries for Open Vulnerability Assessment (OpenVAS) Server
Group:		System/Libraries
Conflicts:	%{_lib}openvas4 < 4.0.7-2

%description -n %{libnasl}
The support libraries for Open Vulnerability Assessment (OpenVAS) Server.

%files -n %{libnasl}
%{_libdir}/libopenvas_nasl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libomp}
Summary:	Support libraries for Open Vulnerability Assessment (OpenVAS) Server
Group:		System/Libraries
Conflicts:	%{_lib}openvas4 < 4.0.7-2

%description -n %{libomp}
The support libraries for Open Vulnerability Assessment (OpenVAS) Server.

%files -n %{libomp}
%{_libdir}/libopenvas_omp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for openvas-libraries
Group:		Development/C
Requires:	%{libbase} = %{EVRD}
Requires:	%{libmisc} = %{EVRD}
Requires:	%{libnasl} = %{EVRD}
Requires:	%{libomp} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	openvas-devel = %{EVRD}
Obsoletes:	%{_lib}openvas-libnasl-devel < 3.0.0

%description -n %{devname}
This package contains the development files (mainly C header files) for
openvas-libraries.

%files -n %{devname}
%{_includedir}/openvas
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

sed -i -e 's#-Werror##' `grep -rl Werror *|grep CMakeLists.txt`

%build
%cmake \
	-DLOCALSTATEDIR:PATH=%{_var}
%make

%install
%makeinstall_std -C build

find %{buildroot} -name *.a -exec rm {} \;


%changelog

* Sun Jun 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 8.0.7-1
- (9917554) Build requires pkgconfig(libssh)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12477 |14cu|openvas-manager-6.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Vulnerability Management with OpenVAS Manager
Name:		openvas-manager
Version:	6.0.8
Release:	2
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.openvas.org
Source0:	http://wald.intevation.org/frs/download.php/561/%{name}-%{version}.tar.gz
Source1:	%{name}.service
Source2:	%{name}.logrotate
Source3:	%{name}.sysconfig
Patch0:		openvas-manager-pki.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	gpgme-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gpg-error)
BuildRequires:	pkgconfig(libopenvas_base)
BuildRequires:	pkgconfig(libopenvas_misc)
BuildRequires:	pkgconfig(libopenvas_omp)
BuildRequires:	pkgconfig(sqlite3)
Requires:	openvas-scanner
Requires(post):	rpm-helper
Requires(post,preun,postun):	systemd

%description
The OpenVAS Manager is a layer between the OpenVAS Scanner and various
client applications. The upcoming clients cover web, desktop and command
line technology and will replace the classic OpenVAS Client.

%files
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/openvas/openvasmd_log.conf
%config(noreplace) %{_sysconfdir}/openvas/pwpolicy.conf
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_sbindir}/greenbone-certdata-sync
%{_sbindir}/greenbone-scapdata-sync
%{_sbindir}/openvas-certdata-sync
%{_sbindir}/openvas-migrate-to-postgres
%{_sbindir}/openvas-portnames-update
%{_sbindir}/openvas-scapdata-sync
%{_sbindir}/openvasmd
%{_mandir}/man8/openvasmd.8*
%{_datadir}/doc/openvas-manager/html/omp.html
%{_datadir}/openvas/openvas-lsc-rpm-creator.sh
%{_datadir}/openvas/cert/cert_db_init.sql
%{_datadir}/openvas/cert/*.xsl
%{_datadir}/openvas/scap/scap_db_init.sql
%{_datadir}/openvas/scap/xml_split
%{_datadir}/openvas/scap/*.xsl
%{_datadir}/openvas/openvasmd
%{_unitdir}/%{name}.service
%dir %{_var}/lib/openvas/cert-data/
%dir %{_var}/lib/openvas/gnupg/
%dir %{_var}/lib/openvas/mgr/
%dir %{_var}/lib/openvas/plugins/
%dir %{_logdir}/openvas/
%ghost %{_logdir}/openvas/openvasmd.log

%post
%systemd_post %{name}.service
%create_ghostfile %{_logdir}/openvas/openvasmd.log root root 644

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

sed -i -e 's#-Werror##' `grep -rl Werror *|grep CMakeLists.txt`

%build
%cmake \
	-DLOCALSTATEDIR:PATH=%{_var}
%make

%install
%makeinstall_std -C build

# systemd service
install -Dp -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
# log rotation stuff
install -m 644 -Dp %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
# sysconfig configration
install -Dp -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{name}

# log direcotry
mkdir -p %{buildroot}%{_logdir}/openvas
touch %{buildroot}%{_logdir}/openvas/openvasmd.log
# runtime lib directory
mkdir -p %{buildroot}%{_var}/lib/openvas/mgr
# gnupg directory
mkdir -p %{buildroot}%{_var}/lib/openvas/gnupg
# cert-data directory
mkdir -p %{buildroot}%{_var}/lib/openvas/cert-data
# plugins directory
mkdir -p %{buildroot}%{_var}/lib/openvas/plugins

# Fix permissions on templates
chmod -R a+r %{buildroot}%{_datadir}/openvas/openvasmd
find %{buildroot}%{_datadir}/openvas/openvasmd -name generate | xargs chmod 755

%changelog

* Sun Jun 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.0.8-2
- (d66c1f7) Don't package empty directories owned by openvas-scanner



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12478 |14cu|openvas-scanner-5.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Scanner module for OpenVAS
Name:		openvas-scanner
Version:	5.0.5
Release:	1
License:	GPLv2+
Group:		System/Servers
Url:		http://www.openvas.org
Source0:	http://wald.intevation.org/frs/download.php/561/%{name}-%{version}.tar.gz
Source1:	openvas-scanner.service
Source2:	openvassd.conf
Source3:	openvas-scanner.logrotate
Source4:	openvas-scanner.sysconfig
Source5:	openvas-nvt-sync-cron
Source6:	openvas-nvt-sync-cronjob
#Put certs to /etc/pki as suggested by http://fedoraproject.org/wiki/PackagingDrafts/Certificates
#Not reported upstream as it is RedHat/Fedora specific
Patch1:		openvas-scanner-pki.patch
#Allow compile time definition of the directory to store openvassd.rules
#Reported upstream http://wald.intevation.org/tracker/?func=detail&aid=1940&group_id=29&atid=220
Patch3:		openvas-scanner-rulesdir.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libopenvas_base)
BuildRequires:	pkgconfig(libopenvas_misc)
BuildRequires:	pkgconfig(libopenvas_nasl)
BuildRequires:	pkgconfig(libopenvas_omp)
Obsoletes:	openvas-plugins < 3.0.0
Obsoletes:	openvas-server < 3.0.0
Requires:	curl
Requires:	rsync
Requires:	wget

%description
This is the scanner module for the Open Vulnerability Assessment System
(OpenVAS).

%files
%config(noreplace) %{_sysconfdir}/openvas/openvassd.conf
%config(noreplace) %{_sysconfdir}/sysconfig/openvas-scanner
%config(noreplace) %{_sysconfdir}/cron.d/openvas-sync-plugins
%config(noreplace) %{_sysconfdir}/logrotate.d/openvas-scanner
%dir %{_sysconfdir}/openvas
%dir %attr(755,root,root) %{_sysconfdir}/pki/openvas
%dir %attr(755,root,root) %{_sysconfdir}/pki/openvas/CA
%dir %attr(700,root,root) %{_sysconfdir}/pki/openvas/private
%dir %attr(700,root,root) %{_sysconfdir}/pki/openvas/private/CA
%{_unitdir}/openvas-scanner.service
%{_bindir}/openvas-mkcert-client
%{_sbindir}/openvas-mkcert
%{_sbindir}/openvassd
%{_sbindir}/openvas-nvt-sync
%{_sbindir}/greenbone-nvt-sync
%{_sbindir}/openvas-nvt-sync-cron
%{_datadir}/doc/openvas-scanner/example_redis_2_*.conf
%{_mandir}/man1/openvas-mkcert-client.1*
%{_mandir}/man8/openvas-mkcert.8.*
%{_mandir}/man8/openvassd.8.*
%{_mandir}/man8/openvas-nvt-sync.8.*
%{_mandir}/man8/greenbone-nvt-sync.8*
%dir %{_var}/lib/openvas
%dir %{_var}/lib/openvas/plugins
%dir %{_var}/cache/openvas

%post
# Generate cert
if [ ! -f  %{_localstatedir}/lib/openvas/CA/servercert.pem ] ; then
        %{_sbindir}/openvas-mkcert -q > /dev/null 2>&1
fi

%systemd_post openvas-scanner.service

%preun
%systemd_preun openvas-scanner.service

%postun
%systemd_postun openvas-scanner.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p 1 -b .pkipath
%patch3 -p 1 -b .rules

sed -i -e 's#-Werror##' `grep -rl Werror *|grep CMakeLists.txt`

%build
%cmake \
	-DLOCALSTATEDIR=%{_var} \
	-DOPENVASSD_RULES=%{_sysconfdir}/openvas/openvassd.rules
%make

%install
%makeinstall_std -C build

#Config directory
mkdir -p %{buildroot}%{_sysconfdir}/openvas

#Make directories for the certificates
mkdir -p %{buildroot}%{_sysconfdir}/pki/openvas/CA
mkdir -p %{buildroot}%{_sysconfdir}/pki/openvas/private/CA

# Install startup script
install -Dp -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/openvas-scanner.service

# Install initial configuration
sed -e "s:@@OPENVAS_PLUGINS@@:%{_var}/lib/openvas/plugins:g
	s:@@OPENVAS_CACHE@@:%{_var}/cache/openvas:g
	s:@@OPENVAS_LOGDIR@@:%{_var}/log/openvas:g
	s:@@OPENVAS_SYSCONF@@:%{_sysconfdir}/openvas:g
	s:@@OPENVAS_CERT@@:%{_sysconfdir}/pki/openvas:g" %{SOURCE2} > openvassd.conf

install -Dp -m 644 openvassd.conf %{buildroot}%{_sysconfdir}/openvas/

# install log rotation stuff
install -m 644 -Dp %{SOURCE3} \
	%{buildroot}%{_sysconfdir}/logrotate.d/openvas-scanner

# Install sysconfig configration
install -Dp -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/openvas-scanner

# Install cront script for update
install -Dp -m 755 %{SOURCE5} %{buildroot}%{_sbindir}/

# Install cront jobs to periodically update plugins
install -Dp -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/cron.d/openvas-sync-plugins


%changelog

* Sun Jun 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0.5-1
- (a726a93) New version 5.0.5
- (a726a93) Major package update (add systemd unit, update files etc)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12479 |14cu|openvswitch-1.11.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global _hardened_build 1

Name:           openvswitch
Version:        1.11.0
Release:        3
Summary:        Open vSwitch daemon/database/utilities

Group: 		System/Cluster

# Nearly all of openvswitch is ASL 2.0.  The bugtool is LGPLv2+, and the
# lib/sflow*.[ch] files are SISSL
# datapath/ is GPLv2 (although not built into any of the binary packages)
# python/compat is Python (although not built into any of the binary packages)
License:        ASL 2.0 and LGPLv2+ and SISSL
URL:            http://openvswitch.org
Source0:        http://openvswitch.org/releases/%{name}-%{version}.tar.gz
Source1:        openvswitch.service
Source2:        openvswitch.init
Source3:        openvswitch.logrotate
Source4:        ifup-ovs
Source5:        ifdown-ovs
Source6:        ovsdbmonitor.desktop
Source7:        openvswitch-nonetwork.service
Source8:        sysconfig.template

BuildRequires:  systemd-units 
BuildRequires:  openssl 
BuildRequires:  openssl-devel
BuildRequires:  python 
BuildRequires:  python-twisted-core 
BuildRequires:  python-twisted-conch 
BuildRequires:  python-zope-interface 
BuildRequires:  PyQt4
BuildRequires:  desktop-file-utils
BuildRequires:  groff 
BuildRequires:  graphviz

Requires:       openssl iproute2 module-init-tools

Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description
Open vSwitch provides standard network bridging functions and
support for the OpenFlow protocol for remote per-flow control of
traffic.

%package -n python-openvswitch
Summary:        Open vSwitch python bindings
License:        ASL 2.0
BuildArch:      noarch
Requires:       python

%description -n python-openvswitch
Python bindings for the Open vSwitch database

%package -n ovsdbmonitor
Summary:        Open vSwitch graphical monitoring tool
License:        ASL 2.0
BuildArch:      noarch
Requires:       python-openvswitch = %{version}-%{release}
Requires:       python python-twisted-core python-twisted-conch python-zope-interface PyQt4

%description -n ovsdbmonitor
A GUI tool for monitoring and troubleshooting local or remote Open
vSwitch installations.  It presents GUI tables that graphically represent
an Open vSwitch kernel flow table (similar to "ovs-dpctl dump-flows")
and Open vSwitch database contents (similar to "ovs-vsctl list <table>").

%package test
Summary:        Open vSwitch testing utilities
License:        ASL 2.0
BuildArch:      noarch
Requires:       python-openvswitch = %{version}-%{release}
Requires:       python python-twisted-core python-twisted-web

%description test
Utilities that are useful to diagnose performance and connectivity
issues in Open vSwitch setup.

%package controller
Summary:        Open vSwitch OpenFlow controller
License:        ASL 2.0
Requires:       openvswitch = %{version}-%{release}

%description controller
Simple reference implementation of an OpenFlow controller for Open
vSwitch. Manages any number of remote switches over OpenFlow protocol,
causing them to function as L2 MAC-learning switches or hub.

%prep
%setup -q

%build
%configure2_5x --enable-ssl --with-pkidir=%{_sharedstatedir}/openvswitch/pki
%make


%install
%makeinstall_std

install -d -m 0755 %{buildroot}%{_sysconfdir}/openvswitch

install -p -D -m 0644 %{SOURCE8} %{buildroot}%{_sysconfdir}/sysconfig/openvswitch

install -p -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/openvswitch.service
install -p -D -m 0644 %{SOURCE7} %{buildroot}%{_unitdir}/openvswitch-nonetwork.service
install -p -D -m 0755 %{SOURCE2} %{buildroot}%{_datadir}/openvswitch/scripts/openvswitch.init
install -p -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/openvswitch

install -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/
install -p -m 0755 %{SOURCE4} %{SOURCE5} %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/

install -d -m 0755 %{buildroot}/%{_sharedstatedir}/openvswitch

install -d -m 0755 %{buildroot}%{python_sitelib}
mv %{buildroot}/%{_datadir}/openvswitch/python/* %{buildroot}%{python_sitelib}
rmdir %{buildroot}/%{_datadir}/openvswitch/python/

# Get rid of stuff we don't want to make RPM happy.
rm -f \
    %{buildroot}%{_sbindir}/ovs-vlan-bug-workaround \
    %{buildroot}%{_mandir}/man8/ovs-vlan-bug-workaround.8 \
    %{buildroot}%{_sbindir}/ovs-brcompatd \
    %{buildroot}%{_mandir}/man8/ovs-brcompatd.8

desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE6}

%post
%if 0%{?systemd_post:1}
    %systemd_post %{name}.service
%else
    # Package install, not upgrade
    if [ $1 -eq 1 ]; then
        /bin/systemctl daemon-reload >dev/null || :
    fi
%endif

# Package with native systemd unit file is installed for the first time
%triggerun -- %{name} < 1.9.0-1
# Save the current service runlevel info
# User must manually run systemd-sysv-convert --apply openvswitch
# to migrate them to systemd targets
/usr/bin/systemd-sysv-convert --save %{name} >/dev/null 2>&1 ||:

# Run these because the SysV package being removed won't do them
/sbin/chkconfig --del %{name} >/dev/null 2>&1 || :
/bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :

%preun
%if 0%{?systemd_preun:1}
    %systemd_preun %{name}.service
%else
    if [ $1 -eq 0 ] ; then
    # Package removal, not upgrade
        /bin/systemctl --no-reload disable %{name}.service >/dev/null 2>&1 || :
        /bin/systemctl stop %{name}.service >/dev/null 2>&1 || :
    fi
%endif

%postun
%if 0%{?systemd_postun_with_restart:1}
    %systemd_postun_with_restart %{name}.service
%else
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
    if [ "$1" -ge "1" ] ; then
    # Package upgrade, not uninstall
        /bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
    fi
%endif

%files
%{_sysconfdir}/openvswitch/
%config(noreplace) %{_sysconfdir}/logrotate.d/openvswitch
%config(noreplace) %{_sysconfdir}/sysconfig/openvswitch
%{_sysconfdir}/sysconfig/network-scripts/ifup-ovs
%{_sysconfdir}/sysconfig/network-scripts/ifdown-ovs
%{_unitdir}/openvswitch.service
%{_unitdir}/openvswitch-nonetwork.service
%{_bindir}/ovs-appctl
%{_bindir}/ovs-benchmark
%{_bindir}/ovs-dpctl
%{_bindir}/ovs-ofctl
%{_bindir}/ovs-parse-leaks
%{_bindir}/ovs-pcap
%{_bindir}/ovs-pki
%{_bindir}/ovs-tcpundump
%{_bindir}/ovs-vsctl
%{_bindir}/ovsdb-client
%{_bindir}/ovsdb-tool
%{_bindir}/ovs-parse-backtrace
# ovs-bugtool is LGPLv2+
%{_sbindir}/ovs-bugtool
%{_sbindir}/ovs-vswitchd
%{_sbindir}/ovsdb-server
%{_mandir}/man1/ovs-benchmark.1*
%{_mandir}/man1/ovs-pcap.1*
%{_mandir}/man1/ovs-tcpundump.1*
%{_mandir}/man1/ovsdb-client.1*
%{_mandir}/man1/ovsdb-server.1*
%{_mandir}/man1/ovsdb-tool.1*
%{_mandir}/man5/ovs-vswitchd.conf.db.5*
%{_mandir}/man8/ovs-appctl.8*
%{_mandir}/man8/ovs-bugtool.8*
%{_mandir}/man8/ovs-ctl.8*
%{_mandir}/man8/ovs-dpctl.8*
%{_mandir}/man8/ovs-ofctl.8*
%{_mandir}/man8/ovs-parse-leaks.8*
%{_mandir}/man8/ovs-pki.8*
%{_mandir}/man8/ovs-vsctl.8*
%{_mandir}/man8/ovs-vswitchd.8*
%{_mandir}/man8/ovs-parse-backtrace.8*
# /usr/share/openvswitch/bugtool-plugins and
# /usr/share/openvswitch/scripts/ovs-bugtool* are LGPLv2+
%{_datadir}/openvswitch/
%{_sharedstatedir}/openvswitch
# see COPYING for full licensing details
%doc COPYING DESIGN INSTALL.SSL NOTICE README WHY-OVS rhel/README.RHEL

%files -n python-openvswitch
%{python_sitelib}/ovs
%doc COPYING

%files -n ovsdbmonitor
%{_bindir}/ovsdbmonitor
%{_mandir}/man1/ovsdbmonitor.1*
%{_datadir}/ovsdbmonitor
%{_datadir}/applications/ovsdbmonitor.desktop
%doc ovsdb/ovsdbmonitor/COPYING

%files test
%{_bindir}/ovs-test
%{_bindir}/ovs-vlan-test
%{_bindir}/ovs-l3ping
%{_mandir}/man8/ovs-test.8*
%{_mandir}/man8/ovs-vlan-test.8*
%{_mandir}/man8/ovs-l3ping.8*
%{python_sitelib}/ovstest

%files controller
%{_bindir}/ovs-controller
%{_mandir}/man8/ovs-controller.8*


%changelog

* Wed Jul 08 2015 dsilakov <denis.silakov@rosalab.ru> 1.11.0-3
- (f758295) Merge pull request #1 from anastasiya_po/openvswitch:rosa2014.1
- (f758295) openvswitch version 1.11.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12480 |14cu|optipng-0.7.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           optipng
Version:        0.7.6
Release:        1
Summary:        A PNG optimizer and converter
Group:          Graphics
License:        zlib
URL:            http://optipng.sourceforge.net/
Source0:        http://surfnet.dl.sourceforge.net/sourceforge/optipng/%{name}-%{version}.tar.gz
BuildRequires:  zlib-devel
BuildRequires:  libpng-devel

%description
OptiPNG is a PNG optimizer that recompresses image files to a smaller size,
without losing any information. This program also converts external formats
(BMP, GIF, PNM; TIFF support is coming up) to optimized PNG, and performs PNG
integrity checks and corrections. 


%prep
%setup -q

%build
./configure -with-system-zlib -with-system-libpng
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
%makeinstall_std prefix=%{_prefix} man1dir=%{_mandir}/man1

%files
%doc README.txt LICENSE.txt doc/*
%{_bindir}/optipng
%{_mandir}/man1/optipng.*

%changelog

* Sun Apr 17 2016 Denis Silakov <dsilakov@gmail.com> 0.7.6-1
- (2a820d2) Updated to 0.7.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12481 |14cu|orage-4.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Time-managing application for Xfce desktop environment
Name:		orage
Version:	4.12.1
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://www.xfce.org
Source0:	orage-4.12.1.tar.bz2
BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	flex
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)


Provides:	xfcalendar = %{version}
Obsoletes:	xfcalendar < 4.5


BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxfce4panel-1.0) >= 4.6.0
BuildRequires:	pkgconfig(libical) >= 0.43
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.34
BuildRequires:	pkgconfig(libnotify) >= 0.3.2
BuildRequires:	pkgconfig(popt)
BuildRequires:	xfce4-dev-tools

%description
Orage is a time-managing application for the Xfce desktop environment,
featuring:

- Time-based events
- Data stored in ical format.
- Recurring appointments
- Reminder up to 2 days before the event starts
- Possibility to choose your alarm sound
- Repeating the alarm sound until you close the reminder window
- Possibility to duplicate an appointment
- Archiving system for keeping your history in different files for
  avoiding overloads in the main working file.

%files -f %{name}.lang
%doc README AUTHORS
%doc doc/C/images/*.png doc/C/orage.html
%{_bindir}/*
%{_libdir}/xfce4/panel/plugins/liborageclock.so
%{_datadir}/applications/*.desktop
%{_datadir}/xfce4/panel/plugins/xfce4-orageclock-plugin.desktop
%{_iconsdir}/hicolor/*/apps/%{name}*
%{_iconsdir}/hicolor/*/apps/xfcalendar*
%{_datadir}/%{name}/
%{_datadir}/dbus-1/services/org.xfce.*.service
%{_mandir}/man1/*.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%define Werror_cflags %nil

mkdir m4
NOCONFIGURE=yes xdt-autogen

%configure2_5x \
	--disable-static \
	--enable-reentrant \
	--enable-dbus \
	--enable-archive \
	--enable-libnotify \
	--enable-libxfce4panel

%make

%install
%makeinstall_std

#disable rpath in _bin
chrpath -d %{buildroot}/%{_bindir}/*

rm -rf %{buildroot}%{_datadir}/orage/doc

%find_lang %{name} %{name}.lang

desktop-file-install \
	--add-only-show-in="XFCE" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 4.12.1-2
- (4a24c1f) Rebuild with new xfce



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12482 |14cu|orbital-ballistics-0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  oname Planetary-Ballistics

Name:           orbital-ballistics
Version:        0.7
Release:        1
Summary:        The classic ballistics game but in the solar system
Group:          Games/Arcade
License:        GPLv3
Url:            https://mandarancio.itch.io/orbital-ballistics
Source0:        https://github.com/Mandarancio/Planetary-Ballistics/archive/master.zip

BuildRequires:  imagemagick
BuildRequires:  zip

Requires:       love >= 0.10
BuildArch:      noarch

%description
The classic ballistics game but in the solar system!
The player planets colony has to destroy 
the enemy planets with inter-planetary nukes!
Now with:

Random planetary systems
Better AI
Better collisions
Better distruction
Rocket interception
A simple menu
Rocket trajectory preview.


%files
%doc LICENSE README.md
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/%{name}.love
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------
%prep
%setup -qn Planetary-Ballistics-master

%build

%install
# data
zip -9 -q -r %{name}.love .
install -D -m 644 %{name}.love %{buildroot}%{_gamesdatadir}/%{name}/%{name}.love

# wrapper
mkdir -p %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
#!/bin/sh
love %{_gamesdatadir}/%{name}/%{name}.love
EOF
chmod 0755 %{buildroot}%{_gamesbindir}/%{name}

# Desktop entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{oname}
GenericName=%{summary}
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


# icons
for size in 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size  -background transparent -gravity Center bg_tail.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

%changelog

* Wed Apr 26 2017 abfonly <abfonly@gmail.com> 0.7-1
- (8813b77) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12483 |14cu|oregano-0.82-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GUI to simulate electronic circuit
Name:		oregano
Version:	0.82
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		https://github.com/marc-lorber/oregano
Source0:	%{name}-%{version}.tar.gz
Patch0:		oregano-0.70-sfmt.patch
Patch1:		oregano-0.70-linkage.patch
Patch2:		oregano-0.82-include.patch
BuildRequires:	gettext
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	rarian
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(goocanvas-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtksourceview-3.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(xpm)

%description
Oregano is an application for schematic capture and simulation of
electrical circuits. For the actual simulation, Oregano acts as a
front-end for SPICE, which is more or less the industry standard for
circuit simulation.

%files -f %{name}.lang
%doc AUTHORS
%{_bindir}/*
%{_datadir}/oregano
%{_datadir}/applications/*
%{_iconsdir}/hicolor/scalable/apps/gnome-oregano.svg
%{_datadir}/mime/packages/*.xml
%{_datadir}/glib-2.0/schemas/apps.oregano.gschema.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# this is a hack for glib2.0 >= 2.31.0
sed -i -e 's/-DGTK_DISABLE_DEPRECATED//g' \
        ./src/Makefile.* \
        ./src/*/Makefile.*


%build
./autogen.sh
%configure2_5x --disable-update-mimedb
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_iconsdir}/hicolor/scalable/apps
cp data/mime/gnome-oregano.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/gnome-oregano.svg
perl -pi -e 's,gnome-oregano.svg,gnome-oregano,g' %{buildroot}%{_datadir}/applications/%{name}.desktop

rm -rf %{buildroot}%{_datadir}/mime/{XMLnamespaces,generic-icons,globs,globs2,icons,magic,mime.cache,treemagic,types,aliases,subclasses}
rm -rf %{buildroot}%{_datadir}/mime/application/*.xml

%find_lang %{name} --with-gnome


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.82-1
- (abd83fb) New version 0.82
- (abd83fb) Swicth to GTK3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12484 |14cu|orion-1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global theme_name Orion

Name:		orion
Version:	1.5
Release:	1
Summary:	%{theme_name} theme
BuildArch:	noarch

Group:		Graphics
License:	GPLv3+
URL:		https://github.com/shimmerproject/Orion
Source0:	http://distfiles.exherbo.org/distfiles/Orion-1.5.tar.gz

%description
%{theme_name} is a GTK+ 3 port of Clearlooks, the default theme
for GNOME 2. Style is also included for GTK2, Unity and for Metacity,
Openbox and Xfwm4 window managers.

%package common
Summary:	Files common to %{theme_name} themes
Group:		Graphics

%description common
Files which are common to all %{theme_name} themes.


%package gtk2-theme
Summary:	%{theme_name} GTK+2 themes
Group:		Graphics
Requires:	%{name}-common = %{EVRD}
Requires:	gtk-engines2

%description gtk2-theme
Themes for GTK+2 as part of the %{theme_name} theme.


%package gtk3-theme
Summary:	%{theme_name} GTK+3 themes
Group:		Graphics
Requires:	%{name}-common = %{EVRD}
Requires:	gtk+3.0

%description gtk3-theme
Themes for GTK+3 as part of the %{theme_name} theme.


%package xfwm4-theme
Summary:	%{theme_name} Xfwm4 themes
Group:		Graphics
Requires:	%{name}-common = %{EVRD}
Requires:	xfwm4

%description xfwm4-theme
Themes for Xfwm4 as part of the %{theme_name} theme.


%package metacity-theme
Summary:	%{theme_name} Metacity themes
Group:		Graphics
Requires:	%{name}-common = %{EVRD}
Requires:	metacity

%description metacity-theme
Themes for Metacity as part of the %{theme_name} theme.


%package openbox-theme
Summary:	%{theme_name} Openbox themes
Group:		Graphics
Requires:	%{name}-common = %{EVRD}
Requires:	openbox

%description openbox-theme
Themes for Openbox as part of the %{theme_name} theme.


%prep
%setup -q -n %{theme_name}-%{version}

%build
# nothing to build

%install
mkdir -p %{buildroot}%{_datadir}/themes/%{theme_name}/
for dir in gtk-2.0 gtk-3.0 metacity-1 openbox-3 xfwm4; do
  cp -R $dir %{buildroot}%{_datadir}/themes/%{theme_name}/
done
install -Dpm 0644 index.theme %{buildroot}%{_datadir}/themes/%{theme_name}/

%files common
%doc LICENSE README
%{_datadir}/themes/%{theme_name}/index.theme

%files gtk2-theme
%{_datadir}/themes/%{theme_name}/gtk-2.0/

%files gtk3-theme
%{_datadir}/themes/%{theme_name}/gtk-3.0/

%files xfwm4-theme
%{_datadir}/themes/%{theme_name}/xfwm4/

%files metacity-theme
%{_datadir}/themes/%{theme_name}/metacity-1/

%files openbox-theme
%{_datadir}/themes/%{theme_name}/openbox-3/


%changelog
* Tue Mar 24 2015 Tigro <ashejn@yandex-team.ru> 1.5-1
+ Revision: 67dd2de
- fix depends and group names



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12485 |14cu|osc-0.154.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		osc
Version:	0.154.0
Release:	1
Summary:	OpenSUSE Build Service Commander
Group:		Development/Other
License:	GPLv2+
URL:		https://github.com/openSUSE/osc
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	python-elementtree
BuildRequires:	pythonegg(m2crypto)
BuildRequires:	pythonegg(urlgrabber)
Requires:	python-elementtree
Requires:	pythonegg(m2crypto)
Requires:	pythonegg(urlgrabber)
Requires:	python-rpm
BuildArch:	noarch

%description
Commandline client for the openSUSE Build Service.

See http://en.opensuse.org/Build_Service/CLI , as well as
http://en.opensuse.org/Build_Service_Tutorial for a general
introduction.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root %{buildroot}
ln -s osc-wrapper.py %{buildroot}%{_bindir}/osc
mkdir -p %{buildroot}%{_localstatedir}/lib/osc-plugins
install -m644 dist/complete.csh -D %{buildroot}%{_sysconfdir}/profile.d/osc.csh
install -m644 dist/complete.sh -D %{buildroot}%{_sysconfdir}/profile.d/osc.sh
install -m755 dist/osc.complete -D %{buildroot}%{_prefix}/lib/osc/complete

%files
%doc README
%{_bindir}/osc*
%{py_puresitedir}/*
%{_sysconfdir}/profile.d/*
%dir %{_prefix}/lib/osc
%{_prefix}/lib/osc/*
%dir /var/lib/osc-plugins
%{_mandir}/man1/osc.1*

%changelog

* Sat Apr 16 2016 Denis Silakov <dsilakov@gmail.com> 0.154.0-1
- (8ef70f9) Updated to 0.154.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12486 |14cu|osptoolkit-4.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 4
%define libname %mklibname osptk %{major}
%define develname %mklibname osptk -d
%define oname TK-4_4_1
%define oversion 20141113

Summary:	The OSP Toolkit(tm)
Name:		osptoolkit
Version:	4.4.1
Release:	1
License:	BSD
Group:		System/Libraries
URL:		http://sourceforge.net/projects/osp-toolkit
Source0:	http://dfn.dl.sourceforge.net/sourceforge/osp-toolkit/OSPToolkit-%{version}.tar.gz
Source1:	Makefile
Patch0:		osptoolkit_3.4.2-1.diff
BuildRequires:	pkgconfig(openssl)
BuildRequires:	libtool


%description
The OSP Toolkit is a complete development kit for software developers who want
to implement the client side of the European Telecommunication Standards
Institute's (ETSI) Open Settlement Protocol. The OSP Toolkit includes source
code written in ANSI C, test tools and extensive documentation on how to
implement OSP. A hosted OSP test server is freely available on the Internet for
all developers to test their OSP implementation.   

%package -n	%{libname}
Summary:	The OSP Toolkit(tm) shared library
Group:          System/Libraries

%description -n	%{libname}
The OSP Toolkit is a complete development kit for software developers who want
to implement the client side of the European Telecommunication Standards
Institute's (ETSI) Open Settlement Protocol. The OSP Toolkit includes source
code written in ANSI C, test tools and extensive documentation on how to
implement OSP. A hosted OSP test server is freely available on the Internet for
all developers to test their OSP implementation.   

%package -n	%{develname}
Summary:	Static library and header files for the libosp library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	libosp-devel = %{version}
Provides:	osp-devel = %{version}
Provides:	osptk-devel = %{version}
Obsoletes:	%{mklibname osp 0 -d}
Obsoletes:	%{mklibname osptk 0 -d}

%description -n	%{develname}
The OSP Toolkit is a complete development kit for software developers who want
to implement the client side of the European Telecommunication Standards
Institute's (ETSI) Open Settlement Protocol. The OSP Toolkit includes source
code written in ANSI C, test tools and extensive documentation on how to
implement OSP. A hosted OSP test server is freely available on the Internet for
all developers to test their OSP implementation.   

This package contains the static libosp library and its header files.

%package -n	osp-tools
Summary:	Various utilities for the libosptk library
Group:		System/Servers

%description -n	osp-tools
This package contains various utilities utilizing the libosptk library.

%prep
%setup -qn %{oname}-%{oversion}
%patch0 -p1
pushd debian
iconv -f iso8859-1 -t utf-8 osptoolkit.txt > osptoolkit.txt.conv && mv -f osptoolkit.txt.conv osptoolkit.txt
popd

install -m0644 %{SOURCE1} Makefile

# lib64 fix
find -name "Makefile" | xargs perl -pi -e "s|/usr/lib|%{_libdir}|g"
find -name "Makefile" | xargs perl -pi -e "s|/lib\b|/%{_lib}|g"

%build
%make build VERSION="%{version}" MAJOR="%{major}" ADDFLAGS="%{optflags}" LDFLAGS="%{ldflags}"
%make enroll VERSION="%{version}" MAJOR="%{major}" ADDFLAGS="%{optflags}" LDFLAGS="%{ldflags}"
%make test VERSION="%{version}" MAJOR="%{major}" ADDFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}/pkgconfig
install -d %{buildroot}%{_includedir}/osp

libtool --mode=install install -m0755 lib/libosptk.la %{buildroot}%{_libdir}/libosptk.la
libtool --mode=install install -m0755 bin/test_app %{buildroot}%{_bindir}/osp-test_app
libtool --mode=install install -m0755 bin/enroll %{buildroot}%{_bindir}/osp-enroll

install -m0644 include/osp/*.h %{buildroot}%{_includedir}/osp/
install -m0644 debian/libosptk*.pc %{buildroot}%{_libdir}/pkgconfig/libosptk.pc

rm -f %{buildroot}%{_libdir}/*.*a


%files -n %{libname}
%doc LICENSE.txt README.txt RELNOTES.txt debian/osptoolkit.txt
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%doc test/nonblocking.[ch]
%{_includedir}/osp
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files -n osp-tools
%doc bin/enroll.sh bin/test.cfg bin/openssl.cnf bin/.rnd
%{_bindir}/osp-test_app
%{_bindir}/osp-enroll



%changelog
* Mon Nov 17 2014 abfonly <abfonly@gmail.com> 4.4.1-1
+ Revision: 193f286
- Merge pull request #1 from abfonly/osptoolkit:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12487 |14cu|ossp-1.3.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OSS (Open Sound System) Proxy Daemon
Name:		ossp
Version:	1.3.2
Release:	6
License:	GPLv2+
Group:		Sound
Url:		http://sourceforge.net/projects/osspd/
Source0:	%{name}-%{version}.tar.gz
Patch0:		0001-Add-a-very-simple-systemd-unit.patch
Patch1:		0002-udev-Rename-udev-rules-and-add-uaccess-udev-acl-tags.patch
Patch2:		ossp-1.3.2-fix-build-lrt.patch
Patch3:		ossp-1.3.2-sfmt.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(libpulse)
Requires(post,preun): rpm-helper >= 0.24.1
Suggests:	pulseaudio

%description
OSS Proxy Daemon is Linux userland OSS sound device (/dev/[a]dsp
and /dev/mixer) implementation using CUSE. Currently it supports
forwarding OSS sound streams to PulseAudio and ALSA.

%files
%doc README
%{_sbindir}/ossp*
/lib/udev/rules.d/70-osscuse.rules
%{_sysconfdir}/modules-load.d/%{name}.conf
/lib/systemd/system/osspd.service
/lib/systemd/system/sound.target.wants/osspd.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

sed -i 's,/usr/local,%{_prefix},' Makefile
sed -i 's,/etc/udev/rules.d,/lib/udev/rules.d,' Makefile

%build
%setup_compile_flags
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/modules-load.d
echo "cuse" >%{buildroot}%{_sysconfdir}/modules-load.d/%{name}.conf

%post
if [ "$1" -eq "1" ] ; then
    # Initial installation
    modprobe cuse
fi

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-6
- (e4bd6e1) Move to contrib, use /etc/modules-load.d folder



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12488 |14cu|otter-browser-0.9.97-1.219
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname otter
%define weekrel  219

Name:		otter-browser
Summary:	Web browser controlled by the user, not vice-versa
License:	GPLv3
# rc7
Version:	0.9.97
Release:	1.%{weekrel}
# Release:	1
Group:		Networking/WWW 
Url:		http://otter-browser.org/
# Source code repository
# Source:	https://github.com/OtterBrowser/%{name}/archive/%{name}-%{version}.tar.gz
# weekly build
# https://sourceforge.net/projects/otter-browser/files/
Source0:	http://heanet.dl.sourceforge.net/project/%{name}/%{name}-weekly%{weekrel}/%{name}-%{version}-dev%{weekrel}.tar.bz2
#Source0:	https://downloads.sourceforge.net/project/otter-browser/otter-browser-rc4/%{name}-%{version}.tar.bz2
# Russian translations
Source1:		otter-browser_ru.qm
BuildRequires:  cmake >= 2.8.10.2
BuildRequires:  pkgconfig(Qt5Core) >= 5.6
BuildRequires:  pkgconfig(Qt5Network) >= 5.6
BuildRequires:  pkgconfig(Qt5PrintSupport) >= 5.6
BuildRequires:  pkgconfig(Qt5Sensors) >= 5.6
BuildRequires:  pkgconfig(Qt5Sql) >= 5.6
BuildRequires:  pkgconfig(Qt5Widgets) >= 5.6
BuildRequires:  pkgconfig(Qt5WebKit) >= 5.6
BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.6
BuildRequires:  pkgconfig(Qt5Script) >= 5.6
BuildRequires:  pkgconfig(Qt5Svg) >= 5.6
BuildRequires:  pkgconfig(Qt5Multimedia) >= 5.6
BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.6
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Concurrent) >= 5.6
BuildRequires:	pkgconfig(Qt5DBus) >= 5.6
BuildRequires:	pkgconfig(Qt5WebEngine) >= 5.6
BuildRequires:	pkgconfig(Qt5XmlPatterns) >= 5.6
BuildRequires:	kf5sonnet-devel
BuildRequires:	pkgconfig(hunspell) >= 1.3.0
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	appstream-util
BuildRequires:	desktop-file-utils

%description
Project aiming to recreate the best aspects of 
the classic Opera (12.x) UI using Qt5.


%files -f %{name}.lang
%doc CHANGELOG *.md COPYING TODO 
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_appdatadir}/%{name}.appdata.xml
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/otter-browser.1.*
#--------------------------------------

%prep
%setup -qn %{name}-%{version}-dev%{weekrel}
#setup -q

%build
%cmake_qt5
%make


%install
%makeinstall_std -C build
mkdir -p %{buildroot}%{_appdatadir}
cp -pr packaging/%{name}.appdata.xml \
  %{buildroot}%{_appdatadir}/%{name}.appdata.xml
rm -fr %{buildroot}%{_datadir}/%{name}/locale/otter-browser{_jbo.qm,_yue.qm}
%{find_lang} %{name} --with-qt

install -m644 %{SOURCE1} -D %{buildroot}%{_datadir}/%{name}/locale/otter-browser_ru.qm

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml  


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12489 |14cu|outwiker-1.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Create notes and represent them as a tree of HTML pages
Name:           outwiker
Version:        1.8.0
Release:        1
License:        GPLv3
Group:          Office
URL:            http://jenyay.net/Soft/Outwiker
Source0:        https://github.com/Jenyay/outwiker/archive/%{name}-stable_%{version}.tar.gz
Requires:       python
Requires:       mimetex
Requires:       wxPython
Requires:       python-webkitgtk
Requires:       python-pillow

BuildArch:      noarch

%description
OutWiker is a program to create and store notes, representing them in a tree
form. It supports rich text formatting, adding images, math formulae (using
latex notation), adding tags and represents the notes as HTML pages similar
to WIKI format.

%prep
%setup -qn %{name}-stable_%{version}

%build

%install
make DESTDIR=%{buildroot} install

cd %{buildroot}/usr/share/man/man1
gunzip *.gz
cd %{buildroot}/usr/share/man/ru/man1
gunzip *.gz

%files
%doc copyright README README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*
%{_mandir}/ru/man1/%{name}*
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}*.*


%changelog
* Tue Oct 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-1
+ Revision: f3b6efd
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12490 |14cu|owncloud-9.1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# based my build for stella. symbianflo

%if %{_use_internal_dependency_generator}
%define __noautoreq /usr/bin/php
%else
%define _requires_exceptions /usr/bin/php
%endif

Summary:      Open personal cloud
Name:         owncloud
Version:      9.1.7
Release:      1
Source0:      https://download.owncloud.org/community/%{name}-%{version}.tar.bz2
Source1:      https://download.owncloud.org/community/%{name}-%{version}.tar.bz2.asc
Source2:      apache.example.conf
Source100:	%{name}.rpmlintrc

License:      AGPLv3
Group:        Monitoring
Url:          http://owncloud.org/

# apache
Requires:	config(apache-base)
Requires:	config(apache-mod_php)
# perl
Requires:	perl(Locale::PO)
Requires:	perl(Cwd) 
Requires:	perl(Data::Dumper) 
Requires:	perl(File::Basename) 
Requires:	perl(File::Path) 
Requires:	perl(Locale::PO)
#php
Requires:     php-cli >= 4.1
Requires:     config(php-zip)
Requires:     config(php-mbstring)
Requires:     config(php-gd)
Requires:     config(php-curl)
Requires:     config(php-iconv)
Requires:     config(php-sqlite3)
Requires:     config(php-pdo_sqlite)
Requires:     config(php-apacheaccessor)
Requires:     config(php-pgsql)
Requires:     config(php-ldap)
Requires:     config(php-intl)
Requires:     php-apcu
#  drop cacheing because of conflicts,Sflo
# Suggests:     config(php-xcache)
Requires:     config(php-mcrypt)
Requires:     mariadb
Requires:     samba-client

# files preview
Requires:     ffmpeg
Requires:     libreoffice

BuildArch:    noarch

%description
A personal cloud server which runs on you personal server 
and enables accessing your data from everywhere and sharing 
with other people.

%files
%doc COPYING-AGPL AUTHORS 
%attr(-,apache,apache) %{_datadir}/%name
# Not sure if this is useful...
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/.htaccess
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/apache.conf.example
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/config.sample.php
%{_sysconfdir}/pki/%{name}/*.pem
#--------------------------------------------------------------------


%prep
%setup -qn %name 
sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" config/config.sample.php

%build
# Since they said is mine , then this is a must. Symbianflo
echo "MRB aint no shit"

%install
mkdir -p %{buildroot}%{_datadir}/owncloud
(
cd %{buildroot}%{_datadir}
tar xjf %{SOURCE0}
)

# clean zero lenght
find %{buildroot} -size 0 -delete

# move config to /etc
mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
mv %{buildroot}%{_datadir}/%{name}/config/config.sample.php %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
# Not sure if this is useful...
mv %{buildroot}%{_datadir}/%{name}/config/.htaccess %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d

# install apache config file
install -m 644 %{SOURCE2}  %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/apache.conf.example


# fix some attr
find %{buildroot}%{_datadir}/owncloud -type f -exec chmod 0644 {} \;
find %{buildroot}%{_datadir}/owncloud -type d -exec chmod 0755 {} \;

# pem cert.
mkdir -p %{buildroot}%{_sysconfdir}/pki/%{name}
find . %{buildroot} -name "*.pem" -exec mv --target-directory=%{buildroot}%{_sysconfdir}/pki/%{name} {} \;

%post
ln -s %{_sysconfdir}/httpd/conf/webapps.d %{_datadir}/%{name}/config

%postun
rm -Rf %{_datadir}/%{name}/config

%changelog

* Fri Dec 15 2017 Denis Silakov <dsilakov@virtuozzo.com> 9.1.7-1
- (901953e) Updated to 9.1.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12491 |14cu|owncloud-client-2.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname owncloudclient

%define major 0
%define libname %mklibname owncloudsync %{major}
%define libocsync %mklibname ocsync %{major}
%define devname %mklibname owncloudsync -d

Summary:	The ownCloud Client
Name:		owncloud-client
Version:	2.1.0
Release:	1
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://owncloud.org/sync-clients/
Source0:	http://download.owncloud.com/desktop/stable/%{oname}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	iniparser-devel >= 3.1
BuildRequires:	qt4-devel
BuildRequires:	qtkeychain-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	python-sphinx
Requires:	%{libname} = %{EVRD}
Obsoletes:	ocsync < 1.0
Obsoletes:	%{_lib}ocsync < %{EVRD}

%description
This is the client for ownCloud.

The ownCloud client is based on Mirall.

Since version 1.5.0 it doesn't need external ocsync anymore.

%files
%doc ChangeLog COPYING *.md
%{_bindir}/owncloud
%{_bindir}/owncloudcmd
%config(noreplace) %{_sysconfdir}/ownCloud/sync-exclude.lst
%{_iconsdir}/hicolor/*/*/*.png
%{_datadir}/owncloud/
%{_datadir}/applications/owncloud.desktop
%{_datadir}/nautilus-python/extensions/syncstate.py
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for ownCloud client
Group:		System/Libraries
Requires:	%{libocsync} = %{EVRD}
Obsoletes:	%{_lib}owncloudsync1 < %{EVRD}
Conflicts:	%{_lib}owncloudsync1 < %{EVRD}

%description -n %{libname}
Shared library for ownCloud client.

%files -n %{libname}
%doc ChangeLog COPYING *.md
%{_libdir}/libowncloudsync.so.%{version}
%{_libdir}/libowncloudsync.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libocsync}
Summary:	Shared library for ownCloud client
Group:		System/Libraries
Obsoletes:	%{_lib}owncloudsync1 < %{EVRD}
Conflicts:	%{_lib}owncloudsync1 < %{EVRD}

%description -n %{libocsync}
Shared library for ownCloud client.

%files -n %{libocsync}
%doc ChangeLog COPYING *.md
%{_libdir}/libocsync.so.%{major}
%{_libdir}/owncloud/libocsync.so.%{major}
%{_libdir}/owncloud/libocsync.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Shared library for ownCloud client
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}

%files -n %{devname}
%doc ChangeLog COPYING *.md
%{_includedir}/owncloudsync
%{_libdir}/libowncloudsync.so
%{_libdir}/owncloud/libocsync.so

#-----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake \
	-DBUILD_WITH_QT4=ON \
	-DCMAKE_INSTALL_PREFIX=/usr \
	-DCMAKE_INSTALL_LIBDIR=%{_libdir} \
	-DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir}/%{oname}    

%make
%make doc-man

%install
%makeinstall_std -C build
chmod +x %{buildroot}%{_datadir}/nautilus-python/extensions/syncstate.py

# dirty fix
pushd %{buildroot}%{_libdir}
cp owncloud/libocsync.so.%{major} libocsync.so.%{major}
popd

%changelog

* Thu Dec 31 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-1
- (44b3601) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12492 |14cu|owncloud-client-2.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname owncloudclient

%define major 0
%define libname %mklibname owncloudsync %{major}
%define libocsync %mklibname ocsync %{major}
%define devname %mklibname owncloudsync -d

Summary:	The ownCloud Client
Name:		owncloud-client
Version:	2.2.4
Release:	1
License:	GPLv2+
Group:		Archiving/Backup
Url:		https://owncloud.org/install/
Source0:	http://download.owncloud.com/desktop/stable/%{oname}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	iniparser-devel >= 3.1
BuildRequires:	qt4-devel
BuildRequires:	qtkeychain-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	python-sphinx
Requires:	%{libname} = %{EVRD}
Obsoletes:	ocsync < 1.0
Obsoletes:	%{_lib}ocsync < %{EVRD}

%description
This is the client for ownCloud.

The ownCloud client is based on Mirall.

Since version 1.5.0 it doesn't need external ocsync anymore.

%files
%doc ChangeLog COPYING *.md
%{_bindir}/owncloud
%{_bindir}/owncloudcmd
%config(noreplace) %{_sysconfdir}/ownCloud/sync-exclude.lst
%{_iconsdir}/hicolor/*/*/*.png
%{_datadir}/owncloud/
%{_datadir}/applications/owncloud.desktop
%{_datadir}/nemo-python/extensions/syncstate.py
%{_datadir}/nautilus-python/extensions/syncstate.py
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for ownCloud client
Group:		System/Libraries
Requires:	%{libocsync} = %{EVRD}
Obsoletes:	%{_lib}owncloudsync1 < %{EVRD}
Conflicts:	%{_lib}owncloudsync1 < %{EVRD}

%description -n %{libname}
Shared library for ownCloud client.

%files -n %{libname}
%doc ChangeLog COPYING *.md
%{_libdir}/libowncloudsync.so.%{version}
%{_libdir}/libowncloudsync.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libocsync}
Summary:	Shared library for ownCloud client
Group:		System/Libraries
Obsoletes:	%{_lib}owncloudsync1 < %{EVRD}
Conflicts:	%{_lib}owncloudsync1 < %{EVRD}

%description -n %{libocsync}
Shared library for ownCloud client.

%files -n %{libocsync}
%doc ChangeLog COPYING *.md
%{_libdir}/libocsync.so.%{major}
%{_libdir}/owncloud/libocsync.so.%{major}
%{_libdir}/owncloud/libocsync.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Shared library for ownCloud client
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}

%files -n %{devname}
%doc ChangeLog COPYING *.md
%{_includedir}/owncloudsync
%{_libdir}/libowncloudsync.so
%{_libdir}/owncloud/libocsync.so

#-----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake \
	-DBUILD_WITH_QT4=ON \
	-DCMAKE_INSTALL_PREFIX=/usr \
	-DCMAKE_INSTALL_LIBDIR=%{_libdir} \
	-DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir}/%{oname}    

%make
%make doc-man

%install
%makeinstall_std -C build
chmod +x %{buildroot}%{_datadir}/nemo-python/extensions/syncstate.py
chmod +x %{buildroot}%{_datadir}/nautilus-python/extensions/syncstate.py

# dirty fix
pushd %{buildroot}%{_libdir}
cp owncloud/libocsync.so.%{major} libocsync.so.%{major}
popd

%changelog

* Tue Oct 04 2016 alzim <alzim@bk.ru> 2.2.4-1
- (e7f2e27) Merge pull request #6 from import/owncloud-client:rosa2016.1
- (e7f2e27) Updated to 2.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12493 |14cu|ozon-gtk-theme-0.1-alpha1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global theme	Ozon
%global channel master

Name:		ozon-gtk-theme
Version:	0.1
Release:	alpha1%{?dist}
Summary:	%{theme} GTK theme for Gnome
Group:		Graphical desktop/Other

License:	GPLv3
URL:		http://ozonos.github.io
Source0:	%{name}.tar.gz

BuildRequires:	rubygem-sass >= 3.4.0

Requires:	murrine >= 0.98.1.1
Requires:	gtk+3.0 >= 3.14.0

BuildArch:	noarch

%description
%{theme} is the official GTK theme for Ozon OS.


%prep
%setup -q -n %{name}-%{channel}

%build
%make

%install
%makeinstall_std


%files
%defattr(-,root,root)
%doc CREDITS LICENSE README.md
%{_datadir}/themes/%{theme}

%changelog

* Thu Apr 09 2015 Rosa <rosa@abf.rosalinux.ru> 0.1-alpha1
- (7918e6f) Automatic import for version 0.1-alpha1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12494 |14cu|p0f-3.09b-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       p0f
Version:    3.09b
Release:    1
Summary:    Passive OS fingerprinting tool
License:    GPL
Group:      Networking/Other
URL:        http://lcamtuf.coredump.cx/p0f.shtml
Source0:    http://lcamtuf.coredump.cx/p0f/%{name}-%{version}.tgz
Source2:    p0f.sysconfig
BuildRequires: pcap-devel

%description
p0f performs passive OS fingerprinting technique bases on information coming
from remote host when it establishes connection to our system. Captured
packets contains enough information to determine OS - and, unlike
active scanners (nmap, queSO) - it is done without sending anything to 
this host.

%prep
%setup -q

%build
%make CFLAGS='%{optflags} -DFP_FILE="%{_sysconfdir}/%{name}/p0f.fp"'

%install
install -D -m 755 p0f %{buildroot}%{_sbindir}/p0f
install -D -m 644 p0f.fp %{buildroot}%{_sysconfdir}/%{name}/%{name}.fp
install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/p0f

%files
%doc docs/*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/p0f.fp
%config(noreplace) %{_sysconfdir}/sysconfig/p0f
%{_sbindir}/p0f

%changelog

* Fri Jun 03 2016 Denis Silakov <dsilakov@gmail.com> 3.09b-1
- (b64eba4) Updated to 3.09b, drop service



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12495 |14cu|pac-4.5.5.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Not noarch, ships vte libraries
%define debug_package %{nil}

Summary:	Perl Auto Connector manager
Name:		pac
Version:	4.5.5.7
Release:	1
License:	MPL
Group:		Networking/WWW
Url:		http://sourceforge.net/projects/pacmanager/
Source0:	http://sourceforge.net/projects/pacmanager/files/pac-4.0/%{name}-%{version}-all.tar.gz
Requires:	perl(Crypt::Blowfish)
Requires:	perl(IO::Stty)

%description
PAC is a telnet/ssh/rsh/etc connection manager/automator written in Perl GTK
aimed at making both administrators and switchers (from Windoze) live easier.
This is free software, licensed under GNU's GLPv3 version

%files
%doc README LICENSE
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_mandir}/man?/*
%{_sysconfdir}/bash_completion.d/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}

cp -r lib res utils pac %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}%{_datadir}/pixmaps %{buildroot}%{_mandir}/man1 %{buildroot}%{_datadir}/applications

mv %{buildroot}%{_datadir}/%{name}/res/pac.desktop %{buildroot}%{_datadir}/applications/
mv %{buildroot}%{_datadir}/%{name}/res/pac.1 %{buildroot}%{_mandir}/man1/
cp %{buildroot}%{_datadir}/%{name}/res/pac64x64.png %{buildroot}%{_datadir}/pixmaps/pac.png

rm -rf %{buildroot}%{_datadir}/%{name}/lib/ex/vteARM*
rm -rf %{buildroot}%{_datadir}/%{name}/lib/ex/vtePPC64

%ifarch %ix86
rm -rf %{buildroot}%{_datadir}/%{name}/lib/ex/vte64
%else
rm -rf %{buildroot}%{_datadir}/%{name}/lib/ex/vte32
rm -rf %{buildroot}%{_datadir}/%{name}/lib/ex/vte64/auto/Gnome2/Vte/*022
%endif

mkdir -p %{buildroot}/etc/bash_completion.d
mv %{buildroot}%{_datadir}/%{name}/res/pac_bash_completion %{buildroot}/etc/bash_completion.d/%{name}

mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
ln -s ../share/%{name}/pac pac
popd

%changelog

* Thu Dec 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.5.5.7-1
- (5f74b18) Do not pack vte targeted for too new perl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12496 |14cu|pac-4.5.5.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Not noarch, ships vte libraries
%define debug_package %{nil}

Summary:	Perl Auto Connector manager
Name:		pac
Version:	4.5.5.7
Release:	2
License:	MPL
Group:		Networking/WWW
Url:		http://sourceforge.net/projects/pacmanager/
Source0:	http://sourceforge.net/projects/pacmanager/files/pac-4.0/%{name}-%{version}-all.tar.gz
Requires:	perl(Crypt::Blowfish)
Requires:	perl(IO::Stty)
Requires:	GConf2

%description
PAC is a telnet/ssh/rsh/etc connection manager/automator written in Perl GTK
aimed at making both administrators and switchers (from Windoze) live easier.
This is free software, licensed under GNU's GLPv3 version

%files
%doc README LICENSE
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_mandir}/man?/*
%{_sysconfdir}/bash_completion.d/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}

cp -r lib res utils pac %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}%{_datadir}/pixmaps %{buildroot}%{_mandir}/man1 %{buildroot}%{_datadir}/applications

mv %{buildroot}%{_datadir}/%{name}/res/pac.desktop %{buildroot}%{_datadir}/applications/
mv %{buildroot}%{_datadir}/%{name}/res/pac.1 %{buildroot}%{_mandir}/man1/
cp %{buildroot}%{_datadir}/%{name}/res/pac64x64.png %{buildroot}%{_datadir}/pixmaps/pac.png

rm -rf %{buildroot}%{_datadir}/%{name}/lib/ex/vteARM*
rm -rf %{buildroot}%{_datadir}/%{name}/lib/ex/vtePPC64

%ifarch %ix86
rm -rf %{buildroot}%{_datadir}/%{name}/lib/ex/vte64
%else
rm -rf %{buildroot}%{_datadir}/%{name}/lib/ex/vte32
rm -rf %{buildroot}%{_datadir}/%{name}/lib/ex/vte64/auto/Gnome2/Vte/*022
%endif

mkdir -p %{buildroot}/etc/bash_completion.d
mv %{buildroot}%{_datadir}/%{name}/res/pac_bash_completion %{buildroot}/etc/bash_completion.d/%{name}

mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
ln -s ../share/%{name}/pac pac
popd

%changelog

* Thu Dec 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.5.5.7-2
- (3b40400) Require GConf2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12497 |14cu|packaging-tools-1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools that make packagers' lives easier
Name:		packaging-tools
Version:	1.2
Release:	1
License:	Public Domain
Group:		Development/Other
Url:		http://openmandriva.org/
Source0:	e
Source1:	e.1
Source2:	vs
Source3:	vs.1
Source4:	vl
Source5:	vl.1
Source6:	vj
Source7:	vj.1
Source8:	vp
Source9:	vp.1
BuildArch:	noarch

%description
Some tools that make packagers' lives easier

%prep

%build

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1
install -c -m 755 %SOURCE0 %SOURCE2 %SOURCE4 %SOURCE6 %SOURCE8 %{buildroot}%{_bindir}/
install -c -m 644 %SOURCE1 %SOURCE3 %SOURCE5 %SOURCE7 %SOURCE9 %{buildroot}%{_mandir}/man1/

%files
%{_bindir}/*
%{_mandir}/man1/*

%changelog

* Thu Oct 08 2015 Denis Silakov <dsilakov@gmail.com> 1.2-1
- (5a30116) Change brannding



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12498 |14cu|padre-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Padre
%define appli_name       padre
%define upstream_version 1.00

Name:		%{appli_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

License:	GPLv1+ or Artistic
Group:		Development/Perl
Summary:	Perl Application Development and Refactoring Environment
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		Padre-1.00-linting.patch
Patch1:		Padre-1.00-new_pod_perldoc.patch


BuildRequires:	perl-devel
BuildRequires:	perl(Alien::wxWidgets)          >= 0.460.0
BuildRequires:	perl(App::Ack)
BuildRequires:	perl(App::cpanminus) >= 0.992.3
BuildRequires:	perl(Capture::Tiny) >= 0.060.0
BuildRequires:	perl(Class::Adapter) >= 1.050
BuildRequires:	perl(Class::Inspector) >= 1.220
BuildRequires:	perl(Class::Unload)  >= 0.030
BuildRequires:	perl(Class::XSAccessor) >= 1.050
BuildRequires:	perl(Cwd)               >= 3.270.100
BuildRequires:	perl(DBD::SQLite) >= 1.270.0
BuildRequires:	perl(DBI) >= 1.580.0
BuildRequires:	perl(Data::Dumper) >= 2.101
BuildRequires:	perl(Debug::Client) >= 0.110
BuildRequires:	perl(Devel::Dumpvar) >= 0.040
BuildRequires:	perl(Devel::Refactor) >= 0.05
BuildRequires:	perl(Digest::MD5) >= 2.380
BuildRequires:	perl(Encode) >= 2.260
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.560.0
BuildRequires:	perl(ExtUtils::Manifest) >= 1.560.0
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Copy::Recursive) >= 0.370
BuildRequires:	perl(File::Find::Rule) >= 0.300
BuildRequires:	perl(File::Glob)
BuildRequires:	perl(File::HomeDir) >= 0.910
BuildRequires:	perl(File::Path) >= 2.080
BuildRequires:	perl(File::Remove) >= 1.400
BuildRequires:	perl(File::ShareDir) >= 1.0
BuildRequires:	perl(File::ShareDir::PAR)
BuildRequires:	perl(File::Spec) >= 3.270.100
BuildRequires:	perl(File::Spec::Functions) >= 3.270.1
BuildRequires:	perl(File::Temp) >= 0.200
BuildRequires:	perl(File::Which) >= 1.080
BuildRequires:	perl(File::pushd) >= 1.0
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Format::Human::Bytes) >= 0.060
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(HTML::Entities) >= 3.570
BuildRequires:	perl(HTML::Parser) >= 3.580
BuildRequires:	perl(IO::Scalar) >= 2.110
BuildRequires:	perl(IO::Socket) >= 1.300
BuildRequires:	perl(IO::String) >= 1.080
BuildRequires:	perl(IPC::Open2)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(IPC::Run)
BuildRequires:	perl(JSON::XS) >= 2.290 
BuildRequires:	perl(LWP) >= 5.815
BuildRequires:	perl(LWP::UserAgent) 
BuildRequires:	perl(List::MoreUtils) >= 0.220 
BuildRequires:	perl(List::Util) >= 1.180
BuildRequires:	perl(Locale::Msgfmt) 
BuildRequires:	perl(Module::Build) >= 0.360.3
BuildRequires:	perl(Module::CoreList)
BuildRequires:	perl(Module::Install) 
BuildRequires:	perl(Module::Manifest) >= 0.080
BuildRequires:	perl(Module::Refresh) >= 0.130
BuildRequires:	perl(Module::Starter) >= 1.600
BuildRequires:	perl(ORLite) >= 1.480
BuildRequires:	perl(ORLite::Migrate)
BuildRequires:	perl(PAR)
BuildRequires:	perl(POD2::Base) >= 0.043
BuildRequires:	perl(POSIX)
BuildRequires:	perl(PPI) >= 1.213
BuildRequires:	perl(PPIx::EditorTools) >= 0.180
BuildRequires:	perl(PPIx::Regexp) >= 0.011
BuildRequires:	perl(Params::Util) >= 0.330
BuildRequires:	perl(Parse::ErrorString::Perl) >= 0.140
BuildRequires:	perl(Parse::ExuberantCTags) >= 1.0
BuildRequires:	perl(Pod::Abstract) >= 0.160
BuildRequires:	perl(Pod::Functions)
BuildRequires:	perl(Pod::POM) >= 0.170
BuildRequires:	perl(Pod::Perldoc)              >= 3.150.0
BuildRequires:	perl(Pod::Simple) >= 3.070
BuildRequires:	perl(Pod::Simple::XHTML) >= 3.040
BuildRequires:	perl(Probe::Perl)
BuildRequires:	perl(Storable) >= 2.150
BuildRequires:	perl(Template::Tiny) >= 0.110
BuildRequires:	perl(Term::ReadLine)
BuildRequires:	perl(Text::Balanced)                >= 2.010
BuildRequires:	perl(Text::Diff)                >= 0.350.0
BuildRequires:	perl(Text::FindIndent) >= 0.100
BuildRequires:	perl(Test::Exception)           >= 0.310
BuildRequires:	perl(Time::HiRes)           >= 1.971.800
BuildRequires:	perl(Test::MockObject)          >= 1.090.0
BuildRequires:	perl(Test::More)                >= 0.880.0
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Test::NeedsDisplay)
BuildRequires:	perl(Test::NoWarnings)          >= 0.084.0
BuildRequires:	perl(Test::Script)              >= 1.070.0
BuildRequires:	perl(Thread::Queue)             >= 2.110.0
BuildRequires:	perl(URI)
BuildRequires:	perl(Wx) >= 0.910
BuildRequires:	perl(Wx::Perl::ProcessStream) >= 0.290
BuildRequires:	perl(YAML::Tiny) >= 1.320
BuildRequires:	perl(threads)                   >= 1.710.0
BuildRequires:	perl(threads::shared)           >= 1.330.0
BuildRequires:	desktop-file-utils
BuildRequires:	perl(Text::Patch)	>= 1.800
BuildRequires:	perl(Wx::Scintilla)	>=0.390
BuildRequires:	perl(CGI)	>= 3.47
BuildRequires:	perl(Sort::Versions)	>= 1.500





BuildArch: noarch

Requires:	gettext
# not auto-detected but required
Requires:	perl(Alien::wxWidgets)
Requires:	perl(Class::Adapter::Builder)
Requires:	perl(File::pushd)
Requires:	perl(Text::FindIndent)
Requires:	perl(Probe::Perl)
Requires:	perl(Template::Tiny)

Obsoletes:	perl-Padre-Plugin-Encode <= 0.1.3
Provides:	perl-Padre-Plugin-Encode = %{EVRD}

Obsoletes:	perl-Wx-Perl-Dialog <= 0.04
Provides:	perl-Wx-Perl-Dialog = %{EVRD}

Obsoletes:	perl-Padre <= 0.400.0
Provides:	perl-Padre = %{EVRD}

Provides:	perl-Padre-Wx-Panel-FoundInFiles = %{EVRD}
Provides:	perl(Padre::Wx::Dialog) = %{EVRD}

Suggests: perl(Padre::Plugin::Autoformat)
Suggests: perl(Padre::Plugin::CSS)
Suggests: perl(Padre::Plugin::Catalyst)
Suggests: perl(Padre::Plugin::ClassSniff)
Suggests: perl(Padre::Plugin::DataWalker)
Suggests: perl(Padre::Plugin::Ecliptic)
Suggests: perl(Padre::Plugin::Git)
Suggests: perl(Padre::Plugin::HTML)
Suggests: perl(Padre::Plugin::Kate)
Suggests: perl(Padre::Plugin::Nopaste)
Suggests: perl(Padre::Plugin::PAR)
Suggests: perl(Padre::Plugin::Parrot)
Suggests: perl(Padre::Plugin::Perl6)
Suggests: perl(Padre::Plugin::PerlCritic)
Suggests: perl(Padre::Plugin::PerlTidy)
Suggests: perl(Padre::Plugin::SpellCheck)
Suggests: perl(Padre::Plugin::Swarm)
Suggests: perl(Padre::Plugin::ViewInBrowser)

%description
Padre - Perl Application Development and Refactoring Environment

%prep
%setup -qn %{upstream_name}-%{upstream_version}
%patch0 -p1
%patch1 -p2
%patch2 -p0


%build
DISPLAY= perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#DISPLAY= %make test

%install
%makeinstall_std

# menu-entry
mkdir -p  %{buildroot}%{_datadir}/pixmaps
cp %{buildroot}%{perl_vendorlib}/auto/share/dist/%{upstream_name}/icons/padre/64x64/logo.png %{buildroot}%{_datadir}/pixmaps/%{name}.png


mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Version=1.0
Name=Padre
Comment=The Perl IDE
Exec=%{name}
Icon=%{name}
Categories=X-Perl;Development;IDE;
Type=Application
Terminal=false
EOF

chmod -x %{buildroot}%{perl_vendorlib}/auto/share/dist/Padre/padre.desktop


# linting
pushd %{buildroot}%{perl_vendorlib}/auto/share/dist/Padre/examples/wx
chmod +x 41-drag-image.pl \
  23_menu.pl \
  02_label.pl \
  24_simple_editor_window.pl \
  01_simple_frame.pl \
  05_button_with_event_and_message_box.pl \
  04_button_with_event.pl \
  21_progress_bar.pl \
  03_button.pl \
  22_notebook.pl \
  42-drag-image-no-tail.pl \
  30_editor.pl \
  31_repl.pl \
  40_draw.pl
popd

pushd %{buildroot}%{perl_vendorlib}/auto/share/dist/Padre/templates
chmod +x perl5/test_t.tt \
  perl5/script_pl.tt \
  perl5/01_compile_t.tt
popd

pushd %{buildroot}%{perl_vendorlib}/auto/share/dist/Padre/examples/absolute_beginner
chmod +x 07_short_salat.pl \
  01_hello_world.pl \
  02_time.pl \
  04_math.pl \
  06_salat.pl \
  05_do_it_again.pl \
  03_good_morning.pl 
popd
# end linting

%find_lang %{name} --all-name

%files -f %{name}.lang
%doc Changes README
%{_bindir}/padre
%{_mandir}/man3/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{perl_vendorlib}/%{upstream_name}
%{perl_vendorlib}/%{upstream_name}.pm
%dir %{perl_vendorlib}/auto/share/dist/%{upstream_name}
%dir %{perl_vendorlib}/auto/share/dist/%{upstream_name}/locale
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/doc
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/examples
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/icons
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/languages
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/padre.desktop
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/padre.desktop.README
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/padre-splash-ccnc.png
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/padre-splash.png
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/ppm
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/README.txt
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/templates
%{perl_vendorlib}/auto/share/dist/%{upstream_name}/themes


%changelog
* Sat Nov 22 2014 abfonly <abfonly@gmail.com> 1.0.0-1
+ Revision: 40e76aa
- Merge pull request #1 from perl_modules/padre:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12499 |14cu|paintown-3.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define _disable_ld_no_undefined 1

Summary:	2D Fighting Game
Name:		paintown
Version:	3.6.0
Release:	3
License:	GPLv2+
Group:		Games/Arcade
Url:		http://paintown.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/paintown/paintown/%{version}/%{name}-%{version}.tar.bz2
Patch0:		paintown-3.6.0-static.patch
Patch1:		paintown-3.6.0-cmake-freetype.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
Paintown is a 2D engine for fighting games.
If you are looking for a side-scrolling, action packed game like you used
to play or if you are looking for an extensible engine to write your own game,
look no further. Paintown supports user created content through a mod system
and user defined functionality through scripting.

Warning! The game is buggy and requires some "magic moves" to play.
For example, with some langauges half of menu is blank...

Features
* Low CPU and GPU requirements
* Network play
* Dynamic lighting
* Joystick support
* mod/s3m/xm/it music modules
* Scripting with python
* M.U.G.E.N engine

%files
%doc README LEGAL LICENSE TODO scripting.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

find data/ -type f -exec chmod 0644 {} \;

%build
LIBSUFFIX=$(echo "%{_lib}" | sed 's|^lib||')
export CFLAGS="%{optflags} -Wall"
export CXXFLAGS="$CFLAGS"

%cmake -DUSE_SDL=ON

%make

%install
mkdir -p %{buildroot}%{_gamesbindir}
install -m 755 build/bin/%{name} %{buildroot}%{_gamesbindir}/%{name}
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
cp -af data %{buildroot}%{_gamesdatadir}/%{name}

mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 data/menu/%{name}.png %{buildroot}%{_datadir}/pixmaps
convert data/menu/%{name}.png -resize 48x48 %{buildroot}%{_datadir}/pixmaps/%{name}.png

# wrapper script
mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh
exec %{_gamesbindir}/paintown -d %{_gamesdatadir}/%{name}/data
EOF
chmod +x %{buildroot}%{_bindir}/%{name}

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=PainTown
Comment=2D Fighting Game
Exec=%{_bindir}/%{name}
Icon=%{name}
Type=Application
Terminal=false
Categories=Game;ArcadeGame;
EOF

%changelog

* Fri Nov 20 2015 Denis Silakov <dsilakov@gmail.com> 3.6.0-3
- (40dfa89) Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12500 |14cu|pairing-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pairing
Version:	1.3
Release:	3
Summary:	Pairing of machines for network testing
License:	GPL
Group:		Networking/Other
Url:		http://ahorvath.web.cern.ch/ahorvath/pairing/
Source:		%{name}-%{version}.tar.bz2
Patch0:		pairing-1.3-debug.patch

%description
Run this on a set of machines and get them paired up nicely for some
network-related activity.

It uses multicast to find potential partners and TCP to actually pair up with
them.

%prep
%setup -q
%patch0 -p1

%build
%make

%install
mkdir -p %{buildroot}/%{_bindir}
install -m 755 pair %{buildroot}/%{_bindir}/pair

%clean

%files
%{_bindir}/pair




%changelog

* Sat Jun 04 2016 Denis Silakov <dsilakov@gmail.com> 1.3-3
- (2364730) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12501 |14cu|palp-2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		palp
Group:		Sciences/Mathematics
License:	GPL
Summary:	PALP: A Package for Analyzing Lattice Polytopes
Version:	2.1
Release:	1
URL:		http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html
Source0:	http://hep.itp.tuwien.ac.at/~kreuzer/CY/palp/%{name}-%{version}.tar.gz
# No longer available direct link
# http://arxiv.org/pdf/1205.4147v1
Source1:	1205.4147v1.pdf
Patch0:		%{name}-format.patch

%description
PALP: A Package for Analyzing Lattice Polytopes with Applications to
Toric Geometry.
See also http://arxiv.org/abs/math/0204356

%prep
%setup -q
%patch0 -p1

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
cp -fa class.x cws.x nef.x poly.x %{buildroot}/%{_bindir}
mkdir -p %{buildroot}%{_docdir}/%{name}
cp -fa %{SOURCE1} %{buildroot}%{_docdir}/%{name}/%{name}.pdf

%clean

%files
%{_bindir}/*
%dir %doc %{_docdir}/%{name}
%doc %{_docdir}/%{name}/%{name}.pdf



%changelog

* Thu Oct 08 2015 Denis Silakov <dsilakov@gmail.com> 2.1-1
- (28d1573) Fix string formatting errors



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12502 |14cu|pam-mysql-0.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url	http://sourceforge.net/projects/pam-mysql/
%define prefix	%{_prefix}

Summary:	MySQL authentication for PAM
Name:		pam-mysql
Version:	0.5
Release:	7
License:	GPL
Group:		System/Libraries
URL:		http://sourceforge.net/projects/pam-mysql/
Source0:	%{url}/pam_mysql-%{version}.tar.bz2
Patch0:		pam_mysql-debug.patch
Requires:	pam
BuildRequires:	pam-devel, mysql-devel

%description
This is a module that allows people to login to PAM-aware applications by
authenticating to a MySQL database. Now configurable in terms of which host the
database resides upon and which table and username and password column to
interrogate.

%prep
%setup -qn pam_mysql
%patch0 -p1

%build
%make

%install
mkdir -p %{buildroot}/lib/security
cp pam_mysql.so %{buildroot}/lib/security
mkdir -p %{buildroot}/usr/share/doc/pam-mysql-%{version}

%files
/lib/security/pam_mysql.so

%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 0.5-7
- (0f56c43) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12503 |14cu|pam_script-0.1.12-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pam_script
Version:	0.1.12
Release:	6
URL:		http://freshmeat.net/projects/pam_script
Source:		http://www.upfrontsystems.co.za/Members/izak/libpam-script_%{version}.tar.gz
Patch0:		libpam-script-0.1.12-debug.patch
Summary:	PAM module to executes a script at the start and end of a session
License:	GPL+
Group:		System/Libraries
BuildRequires:	pam-devel

%description
pam_script is a PAM that executes a script at the start and end of a
session. Any PAM-aware application can use the module to perform
arbitrary operations. It was originally written for cleaning up when a
user logs out.

%prep
%setup -qn libpam-script-%{version}
%patch0 -p1

%build
%make

%install
rm -Rf %{buildroot}
%make DESTDIR=%{buildroot} plibdir=/%{_lib}/security install
install -d %{buildroot}%{_mandir}/man5
install -m0644 pam_script.5 %{buildroot}%{_mandir}/man5

%files
%doc README CREDITS examples
/%{_lib}/security/pam_script.so
%{_mandir}/man5/pam_script.5*



%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 0.1.12-6
- (a48f980) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12504 |14cu|pam_sqlite-0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SQLite authentication for PAM
Name:		pam_sqlite
Version:	0.3
Release:	7
License:	BSD
Group:		System/Libraries
Url:		http://www.edin.dk/pam_sqlite/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		pam_sqlite-nullundeclared.patch
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(sqlite)

%description
pam_sqlite allows developers to authenticate users against a table
in an SQLite database. It supports checking account information
(pam_acct_expired, new_authtok_reqd) and updating authentication
tokens.

%files
%doc NEWS README
#%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam_sqlite.conf
#%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/pam_sqlite
%attr(0755,root,root) /lib/security/pam_sqlite.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p 1 -b .nullundeclared

%build
%configure2_5x

%make

%install
install -d %{buildroot}/lib/security
#install -d %{buildroot}%{_sysconfdir}/pam.d

install -m0755 pam_sqlite.so %{buildroot}/lib/security/pam_sqlite.so

#cat > %{buildroot}%{_sysconfdir}/pam.d/pam_sqlite <<EOF
#auth        required    pam_sqlite.so 
#account     required    pam_sqlite.so
#password    required    pam_sqlite.so
#EOF
#
#cat > %{buildroot}%{_sysconfdir}/pam_sqlite.conf <<EOF
#database = /etc/sysdb
#table = account
#user_column = user_name
#pwd_column = user_password
#expired_column = acc_expired
#newtok_column = acc_new_pwreq
#debug
#EOF


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3-7
- (4b5fd34) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12505 |14cu|pam_usb-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PAM module through external storage
Name:		pam_usb
Version:	0.5.0
Release:	3
URL:		http://www.pamusb.org/
Source0:	http://ovh.dl.sourceforge.net/sourceforge/pamusb/%{name}-%{version}.tar.gz
Source1:	%{name}-doc.tar.bz2
Patch0:		pam_usb-0.5.0-debug.patch
License:	GPLv2+
Group:		System/Libraries
BuildRequires:	dbus-devel pkgconfig(libxml-2.0)
BuildRequires:	pam-devel 
BuildRequires:  pkgconfig(openssl) 
BuildRequires:  readline-devel
BuildRequires:  pkgconfig(ncurses)

%description
pam_usb is a PAM module that enables authentication using an USB-Storage device
(such as an USB Pen) through DSA private/public keys.

It can also work with other devices, such as floppy disks or cdroms.

%prep
%setup -q -a1
%patch0 -p1

%build
DEBUG=yes %make

%install
%makeinstall_std \
  PAM_USB_DEST=%{buildroot}/%{_lib}/security \
  DOCS_DEST=%{buildroot}%{_docdir}/%{name}-%{version}

cp -a html %{buildroot}%{_docdir}/%{name}-%{version}


%files
%defattr(644,root,root,755)
%doc %{_docdir}/%{name}-%{version}
/%{_lib}/security/%{name}.so
%{_bindir}/*
%{_mandir}/man1/*.1*
%{_sysconfdir}/pamusb.conf

%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 0.5.0-3
- (3151165) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12506 |14cu|pandemic-1.120.510-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Games-Pandemic
%define upstream_version 1.120510

Name:       pandemic
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Cooperative pandemic board game
License:    GPL+ or Artistic
Group:      Games/Strategy
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Games/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Convert::Color)
BuildRequires: perl(Devel::CheckOS)
BuildRequires: perl(Encode)
BuildRequires: perl(Exporter)
BuildRequires: perl(Exporter::Lite)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(File::ShareDir) >= 1.0.0
BuildRequires: perl(File::ShareDir::PathClass)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(FindBin)
BuildRequires: perl(Geo::Mercator)
BuildRequires: perl(Image::Size)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
BuildRequires: perl(Locale::TextDomain)
BuildRequires: perl(Math::Gradient)
BuildRequires: perl(Module::Build) >= 0.360.100
BuildRequires: perl(Moose) >= 0.920.0
BuildRequires: perl(Moose::Role)
BuildRequires: perl(MooseX::Has::Sugar)
BuildRequires: perl(MooseX::POE)
BuildRequires: perl(MooseX::SemiAffordanceAccessor)
BuildRequires: perl(MooseX::Singleton)
BuildRequires: perl(MooseX::Traits)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(POE)
BuildRequires: perl(POE::Kernel)
BuildRequires: perl(POE::Loop::Tk)
BuildRequires: perl(Readonly)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Tk)
BuildRequires: perl(Tk::Action)
BuildRequires: perl(Tk::Balloon)
BuildRequires: perl(Tk::Font)
BuildRequires: perl(Tk::JPEG)
BuildRequires: perl(Tk::PNG)
BuildRequires: perl(Tk::Pane)
BuildRequires: perl(Tk::Sugar)
BuildRequires: perl(Tk::Tiler)
BuildRequires: perl(Tk::ToolBar)
BuildRequires: perl(UNIVERSAL::require)
BuildRequires: perl(YAML::Tiny)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: x11-server-xvfb
BuildArch:  noarch
Requires: perl(MooseX::Traits)

# bug #56809: prereq not automatically found
Requires:   perl(POE::Loop::Tk)
%description
Pandemic is a cooperative game where the players are united to beat the
game. The goal is to find the cures for various diseases striking cities,
before they propagate too much.

This distribution implements a graphical interface for this game. I
definitely recommend you to buy a 'pandemic' board game and play with
friends, you'll have an exciting time - much more than with this poor
electronic copy.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Build.PL installdirs=vendor
./Build

%check
#xvfb-run ./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man?/*
%{_bindir}/pandemic
%{perl_vendorlib}/Games
%{perl_vendorlib}/auto


%changelog

* Wed Oct 21 2015 Denis Silakov <dsilakov@gmail.com> 1.120.510-2
- (82ef688) Add explicit moosex-traits requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12507 |14cu|parcellite-1.1.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           parcellite
Summary:        Lightweight GTK+ clipboard manager
Version:        1.1.9
Release:	4
Source0:        http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
#Source with correct pot file. You may use it for translate and make lang patch
Source1:	parcellite_ru.po.tar.gz
Patch0:		parcellite-ru.patch
#Patch1:		parcellite-1.0.2rc5-rosa-glib.patch
URL:            http://parcellite.sourceforge.net/

Group:          Graphical desktop/GNOME 
License:        GPLv3+
BuildRequires:  intltool
BuildRequires:  gtk+2-devel >= 2.10.0

%description
Parcellite is a lightweight GTK+ clipboard manager. This is a stripped
down, basic-features-only clipboard manager with a small memory footprint
for those who like simplicity.

%prep 
%setup -q
%apply_patches

pushd po
tar -xvzf %{SOURCE1}
popd

rm -rf deb
cd src
rm -f *.o
cd ..

%build 
%configure2_5x
make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README ChangeLog TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-startup.desktop
%{_mandir}/man1/%{name}.1*
%{_datadir}/pixmaps/*

%changelog
* Mon Feb 02 2015 Victor Ryzhikh <victorr2007@yandex.ru> 1.1.9-4
+ Revision: a541b96
- Updated parcellite.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12508 |14cu|parole-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A modern media player based on the GStreamer framework
Name:		parole
Version:	0.8.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/applications/parole
Source0:	http://archive.xfce.org/src/apps/parole/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-video-1.0)
BuildRequires:	pkgconfig(libxfce4ui-2) >= 4.12
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	libnotify-devel
BuildRequires:	taglib-devel
BuildRequires:	dbus-glib-devel
Requires:	gstreamer1.0-plugins-good
Requires:	gstreamer1.0-plugins-bad
Requires:	gstreamer1.0-plugins-ugly
Requires:	gstreamer1.0-libav
Requires:	gstreamer1.0-a52dec

%description
New media player for Xfce desktop environment.

%package %{name}-devel
Summary:	Development files for %{name}
Group:		Development/C

%description %{name}-devel
Development files and headers for %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-gstreamer=1.0

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO THANKS
%{_bindir}/%{name}
%{_libdir}/parole-0/*.so
%{_datadir}/appdata/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/%{name}

%files %{name}-devel
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h

%changelog

* Mon Mar 28 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-2
- (9944a4d) Added appdata files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12509 |14cu|parrot-6.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname  %mklibname %{name}
%define devname  %mklibname %{name} -d

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Parrot::Pmc2c.*\\)'
%define __noautoprov 'perl\\(File::Which\\)'
%else
%define _requires_exceptions perl(Parrot::Pmc2c::.*)
%define _provides_exceptions perl(File::Which)
%endif

Summary:	Parrot Virtual Machine
Name:		parrot
Version:	6.0.0
Release:	1
License:	Artistic 2.0
Group:		Development/Other
Url:		http://www.parrot.org/
Source0:	ftp://ftp.parrot.org/pub/parrot/releases/devel/%{version}/%{name}-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
Patch0:		parrot-5.7.0-bison3.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	perl-doc
BuildRequires:	gdbm-devel
BuildRequires:	gmp-devel
BuildRequires:	icu-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)

%description
Parrot is a virtual machine designed to efficiently compile and execute
bytecode for interpreted languages. Parrot will be the target for the final
Perl 6 compiler, and is already usable as a backend for Pugs, as well as
variety of other languages

%files
%doc ChangeLog CREDITS PBC_COMPAT PLATFORMS
%doc RESPONSIBLE_PARTIES TODO
%exclude %{_bindir}/parrot_config
%exclude %{_bindir}/pbc_*
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Parrot Virtual Machine runtime library
License:	Artistic 2.0
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
Runtime library for %{name}.

%files -n %{libname}
%{_libdir}/parrot
%{_libdir}/*.so.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Parrot Virtual Machine development headers and libraries
License:	Artistic 2.0
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_bindir}/parrot_config
%{_bindir}/pbc_disassemble
%{_bindir}/pbc_merge
%{_bindir}/pbc_to_exe
%{_bindir}/pbc_dump
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_mandir}/man1/*.*

#----------------------------------------------------------------------------

%package -n %{name}-doc
Summary:	Parrot Virtual Machine documentation
License:	Artistic 2.0
Group:		Development/Other

%description -n %{name}-doc
Documentation for %{name}.

%files -n %{name}-doc
%doc docs examples
%{_datadir}/%{name}/%{version}/MANIFEST*

#----------------------------------------------------------------------------

%package -n %{name}-src
Summary:	Parrot Virtual Machine sources
License:	Artistic 2.0
Group:		Development/Other

%description -n %{name}-src
Sources of %{name}.

%files -n %{name}-src
/usr/src/parrot

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
perl -pi -e 's,"lib/,"%{_lib}/, if (/CONST_STRING\(interp,/)' \
    src/library.c
perl -pi -e "s,'/usr/lib','%{_libdir}',;s,runtime/lib/,runtime/%{_lib}/," \
    tools/dev/install_files.pl \
    tools/dev/mk_manifest_and_skip.pl

# fix pcre lib
sed -i 's:libpcre.so.0:libpcre.so.1:' runtime/parrot/library/pcre.pir


%build
perl Configure.pl \
    --ccflags="%{optflags}" \
    --linkflags="%{ldflags}" \
    --prefix=%{_usr} \
    --libdir=%{_libdir} \
    --sysconfdir=%{_sysconfdir} \
    --infodir=%{_datadir}/info \
    --mandir=%{_mandir} \
    --cc="%{__cc}" \
    --parrot_is_shared \
    --lex=/usr/bin/flex \
    --libs='-lcurses -lm -lrt -lpthread -ldl'

    #--cxx=%{__cxx} \
# the following Configure.pl flag makes the compile goes boom
    #--optimize="%{optflags} -maccumulate-outgoing-args" \
%define _disable_ld_no_undefined 1
%make LDFLAGS="%{ldflags}"
export LD_LIBRARY_PATH=$( pwd )/blib/lib
%make parrot_utils LDFLAGS="%{ldflags}"
%make installable LDFLAGS="%{ldflags}"
%make html


%install
export LD_LIBRARY_PATH=$( pwd )/blib/lib
make install DESTDIR=%{buildroot}

# Drop the docs so rpm can pick them up itself.
rm -rf %{buildroot}/%{_docdir}/parrot

# Force permissions on doc directories.
find docs examples -type d -exec chmod 755 {} \;
find docs examples -type f -exec chmod 644 {} \;

#find %{buildroot}/%{_datadir} -name *.rb | xargs sed -i 's|#!perl|#!/usr/bin/perl|'

# Force permissions on shared libs so they get stripped.
find %{buildroot}%{_libdir} -type f \( -name '*.so' -o -name '*.so.*' \) \
    -exec chmod 755 {} \;

sed -i 's|#!perl|#!/usr/bin/perl|' examples/benchmarks/*.pl


%changelog

* Thu Oct 08 2015 Denis Silakov <dsilakov@gmail.com> 6.0.0-1
- (619aad1) Updated to 6.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12510 |14cu|partclone-0.2.86-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	File System Clone Utilities
Name:		partclone
Version:	0.2.86
Release:	1
License:	GPLv2+
Group:		System/Configuration/Other
Url:		http://partclone.sf.net
Source0:	http://downloads.sourceforge.net/project/partclone/stable/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(libntfs-3g)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(uuid)

%description
Partclone provides utilities to back up and restore used-blocks of a partition
and it is designed for higher compatibility of the file system by using
existing library, e.g. e2fslibs is used to read and write the ext2 partition.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README.md TODO
%{_datadir}/%{name}/fail-mbr.bin
%{_mandir}/man?/*
%{_sbindir}/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure \
	--enable-btrfs \
	--enable-extfs \
	--enable-fat \
	--enable-hfsp \
	--enable-ncursesw \
	--enable-ntfs \
	--enable-xfs

%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Wed Mar 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.86-1
- (d7ab9f0) Build requires pkgconfig(blkid)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12511 |14cu|passwd-gen-1.01a-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		passwd-gen
Version:	1.01a
Release:	13
Summary:	Password generator
License:	GPL
Group:		System/Base
Source:		%{name}-%{version}.tar.bz2
#gw: remove a compiler warning and convert the output message to UTF-8
Patch0:		passwd-gen-1.01a-warning.patch
Patch1:		passwd-gen-1.01a-debug.patch

%description
passwd-gen is a very powerful password generator written in C to help
you choose a good password. It contains many options to help you
customize your password. The program has been developed for Linux but
may run on many other system (if you are using it from something else
than linux, please contact the author).

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%make CFLAGS="%{optflags}"

%install
install -d 755 %{buildroot}%{_bindir}
install %{name} %{buildroot}%{_bindir}

%clean

%files
%doc AUTHORS ChangeLog COPYING INSTALL README TODO
%{_bindir}/%{name}




%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 1.01a-13
- (8367019) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12512 |14cu|passwdqc-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A password/passphrase strength checking and policy enforcement toolset
Name:		passwdqc
Version:	1.3.1
Release:	1
License:	BSD
Group:		System/Libraries
URL:		http://www.openwall.com/passwdqc/
Source0:	http://www.openwall.com/passwdqc/%{name}-%{version}.tar.gz
Source1:	http://www.openwall.com/passwdqc/%{name}-%{version}.tar.gz.sign
Requires:	pam_passwdqc >= %{version}-%{release}
BuildRequires:	pam-devel

%description
passwdqc is a password/passphrase strength checking and policy enforcement
toolset, including a PAM module (pam_passwdqc), command-line programs
(pwqcheck and pwqgen), and a library (libpasswdqc).

pam_passwdqc is normally invoked on password changes by programs such as
passwd(1).  It is capable of checking password or passphrase strength,
enforcing a policy, and offering randomly-generated passphrases, with
all of these features being optional and easily (re-)configurable.

pwqcheck and pwqgen are standalone password/passphrase strength checking
and random passphrase generator programs, respectively, which are usable
from scripts.

libpasswdqc is the underlying library, which may also be used from
third-party programs.

%files
%defattr(-,root,root)
%doc LICENSE README
%config(noreplace) %{_sysconfdir}/passwdqc.conf
%{_bindir}/pwqcheck
%{_bindir}/pwqgen
%{_mandir}/man1/pwqcheck.1*
%{_mandir}/man1/pwqgen.1*
%{_mandir}/man5/passwdqc.conf.5*

#------------------------------------------------------------------------

%package -n	%{libname}
Summary:        Libraries for password/passphrase strength checking and policy enforcement
Group:          System/Libraries

%description -n	%{libname}
passwdqc is a password/passphrase strength checking and policy enforcement
toolset, including a PAM module (pam_passwdqc), command-line programs
(pwqcheck and pwqgen), and a library (libpasswdqc).

libpasswdqc is the underlying library, which may also be used from
third-party programs.

%files -n %{libname}
%defattr(-,root,root)
/%{_lib}/lib*.so.%{major}*

#------------------------------------------------------------------------

%package -n	pam_passwdqc
Summary:	PAM module for passwdqc
Group:		System/Libraries

%description -n	pam_passwdqc
passwdqc is a password/passphrase strength checking and policy enforcement
toolset, including a PAM module (pam_passwdqc), command-line programs
(pwqcheck and pwqgen), and a library (libpasswdqc).

pam_passwdqc is normally invoked on password changes by programs such as
passwd(1).  It is capable of checking password or passphrase strength,
enforcing a policy, and offering randomly-generated passphrases, with
all of these features being optional and easily (re-)configurable.

%files -n pam_passwdqc
%defattr(-,root,root)
/%{_lib}/security/pam_passwdqc.so
%{_mandir}/man8/pam_passwdqc.8*

#------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Libraries and header files for building passwdqc-aware applications
Group:		Development/Other
Requires:	%{libname} >=  %{EVRD}
Provides:	%{name}-devel =  %{EVRD}

%description -n %{devname}
This package contains development libraries and header files needed for
building passwdqc-aware applications.

%files -n %{devname}
%defattr(-,root,root)
%{_includedir}/*.h
%{_libdir}/lib*.so

#------------------------------------------------------------------------

%prep
%setup -q

%build
%make \
    CFLAGS_lib="%{optflags} -fPIC -DLINUX_PAM" \
    CFLAGS_bin="%{optflags} -fPIC" \
    LDFLAGS="%{ldflags}" \
    LDFLAGS_shared="%{ldflags} --shared" \
    LDFLAGS_shared_LINUX="%{ldflags} --shared"

%install
rm -rf %{buildroot}

make install DESTDIR=%{buildroot} \
    MANDIR=%{_mandir} SHARED_LIBDIR=/%{_lib} \
    DEVEL_LIBDIR=%{_libdir} SECUREDIR=/%{_lib}/security

%changelog

* Tue Aug 09 2016 alzim <alzim@bk.ru> 1.3.1-1
- (06f3a41) Merge pull request #2 from import/passwdqc:rosa2016.1
- (06f3a41) Updated to 1.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12513 |14cu|patchutils-0.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Patches utilities 
Name:		patchutils
Version:	0.3.4
Release:	1
License:	GPLv2+
Group:		Text tools
URL:		http://cyberelk.net/tim/software/patchutils/
Source0:	http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.xz
Source1:	http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.xz.sig
Patch0:		patchutils-0.3.1-format_not_a_string_literal_and_no_format_arguments.patch
Requires:	patch
Requires:	diffutils
Provides:	interdiff
Obsoletes:	interdiff < 0.3.1

%description
Patchutils contains interdiff and filterdiff.

You can use interdiff to create an incremental patch between two patches
that are against a common source tree.

Filterdiff is for extracting or excluding patches from a patch set based
on modified files matching shell wildcards.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%check
make tests

%install
%makeinstall_std

%files
%doc BUGS ChangeLog TODO COPYING
%{_bindir}/*

%changelog

* Tue Aug 09 2016 alzim <alzim@bk.ru> 0.3.4-1
- (7ff932f) Merge pull request #1 from import/patchutils:rosa2016.1
- (7ff932f) Updated to 0.3.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12514 |14cu|patool-1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name			patool
%define version			1.7
%define release			1

Summary:	Portable command line archive file manager
Name:		%{name}
Version:	%{version}
Release:	%{release}
Url:		http://wummel.github.io/patool/
Source0:	https://github.com/wummel/%{name}/archive/upstream/%{version}.tar.gz
License:	GPLv3+
Group:		Archiving/Other
BuildArch:	noarch

BuildRequires:	python
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)

%description
Various archive types can be created, extracted, tested and listed by
patool. The advantage of patool is its simplicity in handling archive
files without having to remember a myriad of programs and options.

The archive format is determined by the file(1) program and as a
fallback by the archive file extension.

patool supports 7z (.7z), ACE (.ace), ALZIP (.alz), AR (.a), ARC (.arc),
ARJ (.arj), BZIP2 (.bz2), CAB (.cab), compress (.Z), CPIO (.cpio),
DEB (.deb), GZIP (.gz), LRZIP (.lrz), LZH (.lha, .lzh), LZIP (.lz),
LZMA (.lzma), LZOP (.lzo), RPM (.rpm), RAR (.rar), RZIP (.rz), TAR (.tar),
XZ (.xz), ZIP (.zip, .jar) and ZOO (.zoo) formats. It relies on helper
applications to handle those archive formats (for example bzip2 for
BZIP2 archives).

%prep
%setup -qn %{name}-upstream-%{version}

%build
python setup.py build

%install
python setup.py install \
	-O1 \
	--skip-build \
	--root %{buildroot}



%files
%doc doc/changelog.txt doc/README.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%{py_puresitedir}/patoolib
%{py_puresitedir}/patool-%{version}-py%{py_ver}.egg-info
%{py_puresitedir}/_patool_configdata.py


%changelog
* Sun Dec 21 2014 abfonly <abfonly@gmail.com> 1.7-1
+ Revision: 6657dba
- Log: Update to 1.7, fixed the new url and new github hosting for source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12515 |14cu|pcapsipdump-0.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PCAP SIP Dump tool
Name:		pcapsipdump
Version:	0.1.4
Release:	2
License:	GPLv2
Group:		System/Servers
Source:		http://downloads.sourceforge.net/project/pcapsipdump/pcapsipdump/0.1.4/%{name}-%{version}.tar.gz
Patch0:		pcapsipdump.h.patch
BuildRequires:	libpcap-devel

%description
pcapsipdump is a tool for dumping SIP sessions (+RTP
traffic, if available) to disk in a fashion similar
to "tcpdump -w" (format is exactly the same), but one
file per sip session (even if there is thousands of
concurrent SIP sessions).

%prep
%setup -q
%patch0 -p0

%build
CPPFLAGS="%{optflags}" %make

%install
mkdir -p %{buildroot}/usr/sbin %{buildroot}/etc/sysconfig %{buildroot}/etc/rc.d/init.d %{buildroot}/var/spool
%makeinstall_std

%post
chkconfig pcapsipdump --add

%files
%config(noreplace) %attr(0755,root,root) /etc/sysconfig/pcapsipdump
%attr(0700,root,root) %dir    /var/spool/pcapsipdump
%attr(0755,root,root)       /etc/rc.d/init.d/pcapsipdump
%attr(0755,root,root)      /usr/sbin/pcapsipdump

%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 0.1.4-2
- (de8b617) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12516 |14cu|pcb-20140316-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pcb
Version:	20140316
Release:	5
Summary:	An interactive printed circuit board editor
License:	GPLv2
Group:		Sciences/Other
URL:		http://pcb.sourceforge.net
Source0:	http://sourceforge.net/projects/pcb/files/%{name}/%{name}-%{version}.tar.gz

# Fix dependency on locale-specific decimal separator (https://bugs.launchpad.net/pcb/+bug/1074268)
Patch0:		pcb-20140316-comma.patch

# Add Science category
Patch1:		pcb-desktop.patch
BuildRequires:	bison
BuildRequires:	gd-devel
BuildRequires:	tk
BuildRequires:	dbus-devel
BuildRequires:	gtk2-devel
BuildRequires:	gtkglext-devel
BuildRequires:	dbus-devel
BuildRequires:	gd-devel
BuildRequires:	imagemagick
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glu)
BuildRequires:	intltool
BuildRequires:	flex
Requires:	m4

%description
PCB is an interactive printed circuit board editor.
PCB includes a rats nest feature, design rule checking, and can provide
industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data)
output for use in the board fabrication and assembly process. PCB offers
high end features such as an autorouter and trace optimizer which can
tremendously reduce layout time.

%prep
%setup -q
%patch0	-p1 -b -comma
%patch1 -p1 -b -desktop
%{__sed} -i \
   's|examplesdir = $(pkgdatadir)/examples|examplesdir = @docdir@/examples|' \
   example/libraries/Makefile.*

%{__sed} -i \
   's|tutdir = $(pkgdatadir)/tutorial|tutdir = @docdir@/tutorial|' \
   tutorial/Makefile.*

%build
export CFLAGS=`echo %{optflags} | sed "s/-D_FORTIFY_SOURCE=2 // g" -`
%configure2_5x --enable-dbus \
	--enable-toporouter \
	--disable-update-mime-database \
	--disable-update-desktop-database \
	--docdir=%{_docdir}/%{name}-%{version}

%make

%install
%makeinstall_std

desktop-file-install --vendor ""               \
    --dir %{buildroot}%{_datadir}/applications \
    --delete-original                          \
    %{buildroot}%{_datadir}/applications/%{name}.desktop

#
# Additional Examples
#
set +x
dest=%{buildroot}%{_docdir}/%{name}-%{version}/examples
for d in thermal pad puller ; do
   echo -n -e "... Fixing path of $d  \t"
   mkdir -p $dest/$d
   mv $dest/../$d.* $dest/$d
   install -pm 0644 doc/$d.{pcb,pdf} $dest/$d
   sed -i "s|$d.png|examples/$d/$d.png|" $dest/../%{name}.html
   echo "done"
done
set -x

## --- pcb supports for acpcircuits
# http://www.apcircuits.com/resources/links/pcb_unix.html
unzip tools/apctools.zip
install -p -m 755 apc*.pl  %{buildroot}%{_datadir}/%{name}/tools

# Removes duplicates
rm -f %{buildroot}%{_datadir}/%{name}/tools/apctools.zip

# Old versions of PCB don't support autoroute, pcb2ncap convert
# pcb format to ncap format used for mucspcb to autoroute the circuit.
# In newer versions of PCB, autoroute is included and pcb2ncap and mucspcb
# are no more needed.
rm -f %{buildroot}%{_datadir}/%{name}/tools/pcb2ncap.tgz

chmod 755 %{buildroot}%{_datadir}/%{name}/tools/{PCB2HPGL,tgo2pcb.tcl,Merge*}

cp -p AUTHORS COPYING README NEWS ChangeLog README_FILES/CHANGES \
      README_FILES/Whats_new_in_2.0 README_FILES/Tools \
      %{buildroot}%{_docdir}/%{name}-%{version}/

rm -rf %{buildroot}%{_datadir}/info/dir

mv %{buildroot}%{_docdir}/%{name}-%{version}/refcard.pdf %{buildroot}%{_docdir}/%{name}-%{version}/pcb-reference-card.pdf

# remove duplicates
rm -f %{buildroot}%{_bindir}/Merge*

# L#854396 0.20110918 needlessly installs gts static library & header file
rm -f %{buildroot}%{_libdir}/libgts.a %{buildroot}%{_includedir}/gts.h

%find_lang %{name}

%check
%make check

%files -f %{name}.lang
%doc %{_docdir}/%{name}-%{version}/*
%{_datadir}/applications/%{name}.desktop
%{_bindir}/%{name}
%{_datadir}/gEDA/scheme/*
%{_datadir}/%{name}/
%{_mandir}/man1/%{name}*
%{_infodir}/%{name}.info*
%{_iconsdir}/hicolor/*/mimetypes/application-x-*
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/appdata/*
%{_datadir}/mime/packages/pcb.xml
%{_datadir}/mimelnk/application/x-*.desktop



%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 20140316-5
- (eab2884) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12517 |14cu|pcmanfm-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PCMan File Manager
Name:		pcmanfm
Version:	1.2.4
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://pcmanfm.sourceforge.net/
Source0:	https://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/%{name}-%{version}.tar.xz
Patch0:		pcmanfm-0.9.8-mdv-default-config.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libfm)
Requires:	gksu
Requires:	gnome-icon-theme
Requires:	shared-mime-info
Suggests:	gvfs
Conflicts:	lxde-common < 0.5.0

%description
PCMan File Manager is an extremely fast and lightweight file manager which
features tabbed browsing and user-friendly interface.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}
%{_sysconfdir}/xdg/%{name}/default/pcmanfm.conf
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/applications/%{name}-desktop-pref.desktop
%{_datadir}/man/man1/pcmanfm.1.xz

#----------------------------------------------------------------------------

%package devel
Summary:	Developement files for %{name}
Group:		Development/C

%description devel
This package contains header files needed when building applications based on
%{name}.

%files devel
%{_includedir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--with-gtk=2
%make

%install
%makeinstall_std

%find_lang %{name}

# clean .desktop file
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="System;FileTools" \
  --remove-mime-type="x-directory/normal" \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Sat Aug 27 2016 alzim <alzim@bk.ru> 1.2.4-1
- (16197fe) Merge pull request #2 from import/pcmanfm:rosa2016.1
- (16197fe) Updated to 1.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12518 |14cu|pcmanfm-qt-0.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define api_ver 5
%define libname %mklibname fm-qt %{api_ver} %{major}
%define devname %mklibname fm-qt %{api_ver} -d
%define oldlibname %mklibname fm-qt%{api_ver} %{major}
%define olddevname %mklibname fm-qt%{api_ver} -d

Summary:	File manager for the LXQt desktop
Name:		pcmanfm-qt
Version:	0.10.0
Release:	3
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://lxqt.org
Source0:	http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
Patch2:		pcmanfm-qt-0.7.0-default-background.patch
Patch3:		pcmanfm-qt-0.10.0-l10n-ru.patch
Patch4:		pcmanfm-qt-0.10.0-no-advanced-settings.patch
BuildRequires:	cmake
BuildRequires:	kf5solid-devel
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libfm)
BuildRequires:	pkgconfig(libmenu-cache)
BuildRequires:	pkgconfig(lxqt)
BuildRequires:	pkgconfig(x11)
BuildRequires:	qmake5
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools

%description
File manager for the LXQt desktop.

%files -f %{name}.lang
%{_bindir}/pcmanfm-qt
%{_datadir}/applications/*.desktop
#%{_datadir}/pcmanfm-qt/translations/*template*
#%{_datadir}/libfm-qt/translations/*template*
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	PCManFM Qt backend library
Group:		System/Libraries
Conflicts:	%{_lib}fm-qt0.0.0 < 0.7.0-2
Obsoletes:	%{_lib}fm-qt0.0.0 < 0.7.0-2
%rename         %{oldlibname}

%description -n %{libname}
PCManFM Qt backend library.

%files -n %{libname}
%{_libdir}/libfm-qt5.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for PCManFM
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
%rename         %{olddevname}

%description -n %{devname}
Development files for PCManFM.

%files -n %{devname}
%{_libdir}/libfm-qt5.so
%{_includedir}/libfm-qt
%{_libdir}/pkgconfig/libfm-qt5.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake -DUSE_QT5=ON
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-qt --all-name

%changelog

* Tue Dec 15 2015 Denis Silakov <dsilakov@gmail.com> 0.10.0-3
- (50bd44a) Remove 'Advanced Settings' from configuration window - it only allows to turn on openbox menu which is ugly (no l10n and hardcoded programs)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12519 |14cu|pcsx2-1.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Sony PlayStation 2 Emulator
Name:		pcsx2
Version:	1.4.0
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://pcsx2.net/
Source0:	https://github.com/PCSX2/pcsx2/archive/%{name}-%{version}.tar.gz
Patch0:		pcsx2-1.4.0-gsdx-sse4.patch
BuildRequires:	cmake
BuildRequires:	subversion
BuildRequires:	bzip2-devel
BuildRequires:	cg-devel
BuildRequires:	jpeg-devel
BuildRequires:	libaio-devel
BuildRequires:	sparsehash-devel
BuildRequires:	wxgtku3.0-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(soundtouch)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
# Force 32-bit pango modules for now to fix font rendering on x86_64 systems
Requires:	libpango-modules1.0
ExclusiveArch:	%{ix86}

%description
Sony PlayStation 2 emulator. Requires a BIOS image to run. Check 
http://www.pcsx2.net/guide.php#Bios for details on which files
you need and how to obtain them.

Very fast CPU is a must. Intel Core 2 Duo or better.

%files -f %{name}.lang
%doc COPYING.*
%{_bindir}/PCSX2
%{_bindir}/%{name}_*
%{_datadir}/applications/PCSX2.desktop
%{_datadir}/pixmaps/PCSX2.xpm
%{_datadir}/games/%{name}/cheats_ws.zip
%attr(0666,games,games) %{_datadir}/games/%{name}/GameIndex.dbf
%{_libdir}/games/%{name}
%{_mandir}/man1/PCSX2.1*

#----------------------------------------------------------------------------

%prep
%setup -q
cp -r plugins/GSdx plugins/GSdx-SSE4
%patch0 -p1

%build
%cmake \
	-DCMAKE_BUILD_TYPE=Release \
	-DFORCE_INTERNAL_SOUNDTOUCH=TRUE \
	-DBUILD_REPLAY_LOADERS=TRUE \
	-DDISABLE_ADVANCE_SIMD=TRUE \
	-DDISABLE_PCSX2_WRAPPER=TRUE \
	-DEXTRA_PLUGINS=TRUE \
	-DPACKAGE_MODE=TRUE \
	-DDOC_DIR="%{_defaultdocdir}/%{name}" \
	-DGAMEINDEX_DIR="%{_datadir}/games/%{name}" \
	-DPLUGIN_DIR="%{_libdir}/games/%{name}" \
	-DSDL2_API=FALSE

%make VERBOSE=1

%install
%makeinstall_std -C build

%find_lang %{name} --all-name


%changelog

* Mon Jan 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.0-1
- (8e350d1) Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12520 |14cu|pdf2djvu-0.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PDF to DJVu file converter
Name:		pdf2djvu
Version:	0.9.4
Release:	1
License:	GPLv2+
Group:		Publishing
Url:		http://jwilk.net/software/pdf2djvu
Source0:	https://bitbucket.org/jwilk/pdf2djvu/downloads/%{name}-%{version}.tar.xz
Source1:	https://bitbucket.org/jwilk/pdf2djvu/downloads/%{name}-%{version}.tar.xz.asc
BuildRequires:	djvulibre
BuildRequires:	gomp-devel
BuildRequires:	pstreams-devel
BuildRequires:	pkgconfig(ddjvuapi)
BuildRequires:	pkgconfig(GraphicsMagick)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(poppler)

%description
pdf2djvu creates DjVu files from PDF files. It's able to extract
graphics, text layer, hyperlinks, document outline (bookmarks), and
metadata.

%files -f %{name}.lang
%doc doc/changelog doc/credits.txt doc/djvudigital.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_mandir}/*/man1/%{name}.1.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall
install -m 644 -D doc/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

%find_lang %{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12521 |14cu|pdf2svg-0.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pdf2svg
Version:	0.2.3
Release:	1
Summary:	Command-line utility to convert PDF documents in SVG files
License:	GPLv2
Group:		Office
Url:		http://www.cityinthesky.co.uk/opensource/pdf2svg/
Source0:	https://github.com/db9052/pdf2svg/archive/v%{version}/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(gtk+-2.0)

%description
pdf2svg is a tiny command-line utility using Cairo and Poppler to convert PDF
documents into SVG files. Multi-page PDF can be split up to one SVG per page by
passing a file naming specification.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README COPYING AUTHORS ChangeLog
%{_bindir}/%{name}

%changelog

* Fri Oct 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-1
- (163f803) Fix group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12522 |14cu|pdfcrack-0.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Password Recovery Tool for PDF-files
Name:		pdfcrack
Version:	0.16
Release:	1
License:	GPL
Group:		File tools
URL:		http://pdfcrack.sourceforge.net/
Source0:	https://sourceforge.net/projects/pdfcrack/files/pdfcrack/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1:	https://sourceforge.net/projects/pdfcrack/files/pdfcrack/%{name}-%{version}/%{name}-%{version}.tar.gz.asc
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
PDFCrack is a tool for recovering passwords and content from PDF-files.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
install -d %{buildroot}%{_bindir}
install -m0755 pdfcrack %{buildroot}%{_bindir}/pdfcrack

%files
%defattr(-,root,root)
%doc README TODO changelog
%{_bindir}/pdfcrack

%changelog

* Thu Aug 17 2017 dsilakov <denis.silakov@rosalab.ru> 0.16-1
- (86c48a4) Merge pull request #2 from vladimir71/pdfcrack:rosa2014.1
- (86c48a4) pdfcrack



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12523 |14cu|pdfgrep-1.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			pdfgrep
Summary:		Search in pdf files for strings matching a regular expression
Version:		1.4.1
Release:		1
Group:			Text tools
License:		GPLv3
URL:			https://pdfgrep.org/
Source0:		https://pdfgrep.org/download/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(poppler)
BuildRequires:	pkgconfig(poppler-cpp)

%description
Pdfgrep is a tool to search text in PDF files. It works similar to grep.
Features:
 * search for regular expressions.
 * support for some important grep options, including:
	- filename output.
	- page number output.
	- optional case insensitivity.
	- count occurrences.
 * and the most important feature: color output!

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc NEWS COPYING AUTHORS
%{_bindir}/%{name}
%{_datadir}/bash-completion/completions/pdfgrep
%{_datadir}/zsh/site-functions/_pdfgrep
%{_mandir}/man1/%{name}.1*

%changelog

* Tue Aug 09 2016 alzim <alzim@bk.ru> 1.4.1-1
- (c1c82be) Merge pull request #1 from import/pdfgrep:rosa2016.1
- (c1c82be) Updated to 1.4.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12524 |14cu|pdfsam-2.2.4e-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pdfsam
Version:	2.2.4e
Release:	1
Summary:	PDF Split And Merge
Group:		Publishing
License:	GPLv2
URL:		http://www.pdfsam.org
Source0:	http://sourceforge.net/projects/pdfsam/files/pdfsam-enhanced/%{version}/pdfsam-%{version}-out-src.zip
BuildArch:	noarch
BuildRequires:	ant
BuildRequires:	unzip
BuildRequires:	jpackage-utils
BuildRequires:	dos2unix
BuildRequires:	java-1.8.0-openjdk-devel
Requires:	jre-openjdk >= 1.7.0
# Requires:	jpackage-utils

%description
A Java based free open source tool to split and merge PDF documents.


%prep
%setup -q -c %{name}-%{version}
# extract all individual source zip files
for FILE in *.zip; do
    unzip -q -o "$FILE" ; rm -f "$FILE"
done
# fix line endings
for FILE in pdfsam-maine/doc/licenses/*/*.txt; do
    dos2unix -k -o "$FILE"
done
dos2unix -k -o pdfsam-maine/doc/enhanced/readme.txt
dos2unix -k -o pdfsam-maine/doc/enhanced/changelog-enhanced.txt


%build
cd pdfsam-maine/ant/
ant -Dpdfsam.deploy.dir="%{_datadir}/%{name}" \
    -Dworkspace.dir="../" \
    -Dbuild.dir="../build"

%install
# create start script
install -d -m 755 %{buildroot}%{_bindir}
cat << EOF > %{buildroot}%{_bindir}/pdfsam
#!/bin/bash
cd %{_datadir}/%{name}
java -jar %{_datadir}/%{name}/pdfsam.jar
cd -
EOF
chmod 755 %{buildroot}%{_bindir}/pdfsam
# create application dir and populate it
install -d -m 755 %{buildroot}%{_datadir}/%{name}
for i in ext lib plugins pdfsam-%{version}.jar pdfsam-config.xml; do
    mv build/pdfsam-maine/release/dist/pdfsam-enhanced/$i %{buildroot}%{_datadir}/%{name}/
done
ln -s pdfsam-%{version}.jar %{buildroot}%{_datadir}/%{name}/pdfsam.jar
### MENU ITEM ###
install -d -m 755 %{buildroot}%{_datadir}/pixmaps
cp build/pdfsam-maine/release/dist/pdfsam-enhanced/doc/icons/*.??g %{buildroot}%{_datadir}/pixmaps
install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=PDFSam
Name[ru]=PDFSam
Comment=%{summary}
Comment[ru]=Разбивка и слияние PDF-файлов
Exec=%{_bindir}/%{name}
Icon=%{_datadir}/pixmaps/%{name}_basic.png
Terminal=false
Type=Application
StartupNotify=true
Categories=Office;Java;Viewer;TextTools;
EOF

%files
%defattr(-,root,root,0755)
%doc build/pdfsam-maine/release/dist/pdfsam-enhanced/doc/changelog-enhanced.txt
%doc build/pdfsam-maine/release/dist/pdfsam-enhanced/doc/pdfsam-1.5.0e-tutorial.pdf
%doc build/pdfsam-maine/release/dist/pdfsam-enhanced/doc/readme.txt
%doc build/pdfsam-maine/release/dist/pdfsam-enhanced/doc/license/
%{_bindir}/pdfsam
%{_datadir}/%{name}/
%{_datadir}/applications/pdfsam.desktop
%{_datadir}/pixmaps/pdfsam*.png
%{_datadir}/pixmaps/pdfsam*.svg

%changelog

* Thu Oct 08 2015 Denis Silakov <dsilakov@gmail.com> 2.2.4e-1
- (8013cfb) Updated to 2.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12525 |14cu|pdfshuffler-0.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pdfshuffler
Version:	0.6.0
Release:	3
Summary:	PDF file merging, rearranging, and splitting
Group:		Publishing
License:	GPLv2+
URL:		http://sourceforge.net/projects/pdfshuffler/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		pdfshuffler-0.6.0-fix-desktop.patch
Patch1:		pdfshuffler-0.6.0-fix-icon-location.patch
Patch2:		pdfshuffler-0.6.0-fix-translation.patch
Patch3:		pdfshuffler-0.6.0-fix-FR-mnemonics.patch
Patch4:		pdfshuffler-0.6.0-fix-gtk-threads.patch
BuildArch:	noarch

BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	gettext

Requires:	pygtk2
Requires:	python-pypdf
Requires:	python-pypoppler

%description
PDF-Shuffler is a small python-gtk application, which helps the user
to merge or split pdf documents and rotate, crop and rearrange their
pages using an interactive and intuitive graphical interface.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/%{name}.ui
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{py_puresitedir}/%{name}-0.6.0-py*.egg-info
%{py_puresitedir}/pdfshuffler/

#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%install
python setup.py install --root %{buildroot} --no-compile
%find_lang %{name}

%changelog

* Tue Mar 22 2016 Denis Silakov <dsilakov@gmail.com> 0.6.0-3
- (2802fb1) Fix release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12526 |14cu|pdftk-2.02-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Name:		pdftk
Version:	2.02
Release:	1
Summary:	PDF Tool Kit
License:	GPLv2+
Group:		Publishing
URL:		http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
Source0:	http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/%{name}-%{version}-src.zip
# since the gcj version is hardcoded in this patch, don't forget to updated it		￼
# when gcc is updated
Patch0:		pdftk-1.44-makefile-fix.patch
BuildRequires:	java-devel-gcj
BuildRequires:	libgcj-devel
BuildRequires:	unzip
BuildRequires:	fastjar
BuildRequires:	dos2unix
Requires:	bouncycastle

%description
Pdftk is a simple tool for doing everyday things with PDF documents.
Keep one in the top drawer of your desktop and use it to:
- Merge PDF Documents
- Split PDF Pages into a New Document
- Decrypt Input as Necessary (Password Required)
- Encrypt Output as Desired
- Fill PDF Forms with FDF Data and/or Flatten Forms
- Apply a Background Watermark
- Report on PDF Metrics, including Metadata and Bookmarks
- Update PDF Metadata
- Attach Files to PDF Pages or the PDF Document
- Unpack PDF Attachments
- Burst a PDF Document into Single Pages
- Uncompress and Re-Compress Page Streams
- Repair Corrupted PDF (Where Possible)

%prep
%setup -qn %{name}-%{version}-dist
%patch0 -p0 -b .makefix
dos2unix changelog.txt pdftk.1.txt
chmod -x pdftk.1.txt pdftk.1.html changelog.txt

%build
pushd pdftk
  # work around slightly broke gcj compiler
  LD_PRELOAD=%{_libdir}/libgcj.so \
  GCJFLAGS="%{optflags} -I`pwd`/../java -Wno-all" \
  make -f Makefile.Redhat
popd

%install
install -Dpm0755 pdftk/pdftk %{buildroot}%{_bindir}/pdftk
install -Dpm0644 pdftk.1 %{buildroot}%{_mandir}/man1/pdftk.1

%files
%doc pdftk.1.html pdftk.1.txt changelog.txt
%{_bindir}/pdftk
%{_mandir}/man1/pdftk.1*

%changelog

* Sat Jul 25 2015 abfonly <abfonly@gmail.com> 2.02-1
- (66661d7) Log: Update to 2.02, repatched makefile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12527 |14cu|pdmenu-1.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple text-based menu program
Name:		pdmenu
Version:	1.3.4
Release:	1
License:	GPLv2+
Group:		Shells
Url:		http://kitenet.net/programs/pdmenu/
Source0:	http://ftp.debian.org/debian/pool/main/p/pdmenu/pdmenu_%{version}.tar.gz
Source1:	pdmenurc
Buildrequires:	slang-devel
Requires:	gpm >= 1.17.8
Conflicts:	menu < 2.0.0

%description
A simple full screen menu program, intended to be a comfortable login shell for
inexperienced users.

%prep
%setup -q -n pdmenu

%files -f %{name}.lang
%doc README doc/BUGS doc/TODO doc/ANNOUNCE debian/changelog examples 
%config(noreplace) %{_sysconfdir}/pdmenurc
%{_bindir}/*
%{_datadir}/pdmenu
%{_mandir}/man1/*
%{_mandir}/man5/*

%postun
if [ "$1" = 0 ]; then
  rm -rf %{_localstatedir}/lib/pdmenu
fi

#----------------------------------------------------------------------------

%build
%configure2_5x
%make

%install
make INSTALL_PREFIX=%{buildroot} install

install -m 0755 examples/newbie/modem-check \
                examples/newbie/rpm-info-on-command \
                %{buildroot}%{_datadir}/pdmenu

rm -f examples/*.in examples/newbie/*.in examples/newbie/modem-check \
      examples/newbie/rpm-info-on-command examples/editdir.pl \
      examples/showdir.pl

cp -f %{SOURCE1} %{buildroot}%{_sysconfdir}/pdmenurc

%find_lang %{name}


%changelog

* Tue Jun 21 2016 abondrov <andrey.bondrov@rosalab.ru> 1.3.4-1
- (a609360) Merge pull request #1 from tremod/pdmenu:rosa2014.1
- (a609360) Update to 1.3.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12528 |14cu|pdns-3.4.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Versatile Database Driven Nameserver
Name:		pdns
Version:	3.4.10
Release:	1
License:	GPL
Group:		System/Servers
URL:		http://www.powerdns.com/
Source0:	http://downloads.powerdns.com/releases/pdns-%{version}.tar.bz2
# https://github.com/PowerDNS/pdns/tree/rel/auth-3.3.1
#Source0:	pdns-%{version}.tar.gz
# wget -rm http://rtfm.powerdns.com
Source1:	rtfm.powerdns.com.tar.bz2
Source2:	pdns.service
# http://blog.powerdns.com/2014/02/06/related-to-recent-dos-attacks-recursor-configuration-file-guidance/
#Patch0:		pdns-3.3.1-dos_fix.diff
Requires(post):	systemd
Requires(post):	rpm-helper
Requires(preun): rpm-helper
Requires(pre):	rpm-helper
Requires(postun): rpm-helper
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	mysql-devel
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libstdc++-devel
BuildRequires:	openldap-devel
BuildRequires:	openssl-devel
BuildRequires:	postgresql-devel
BuildRequires:	sqlite3-devel
BuildRequires:	zlib-devel
BuildRequires:	boost-devel
BuildRequires:	lua5.2-devel
BuildRequires:	curl-devel
BuildRequires:	polarssl-devel
#BuildRequires:	ragel asciidoc xmlto <- needed for git snapshots
#BuildRequires:	docbook-utils-pdf
Provides:	nameserver powerdns PowerDNS
Obsoletes:	nameserver powerdns PowerDNS

%description
PowerDNS is a versatile nameserver which supports a large number
of different backends ranging from simple zonefiles to relational
databases and load balancing/failover algorithms.

It comes with support for MySQL, PostgreSQL, Bind zonefiles and the 'pipe
backend' availible as external packages.

%package	backend-pipe
Summary:	Pipe/coprocess backend for %{name}
Group:		System/Servers
Provides:	PowerDNS-backend-pipe
Obsoletes:	PowerDNS-backend-pipe
Requires:	%{name} = %{version}

%description	backend-pipe
This package contains the pipe backend for the PowerDNS nameserver. This
allows PowerDNS to retrieve domain info from a process that accepts
questions on stdin and returns answers on stdout. 

%package	backend-mysql
Summary:	MySQL backend for %{name}
Group:		System/Servers
Provides:	PowerDNS-backend-mysql
Obsoletes:	PowerDNS-backend-mysql
Requires:	%{name} = %{version}

%description	backend-mysql
This package contains a MySQL backend for the PowerDNS nameserver.

%package	backend-pgsql
Summary:	Generic PostgreSQL backend for %{name}
Group:		System/Servers
Provides:	PowerDNS-backend-pgsql
Obsoletes:	PowerDNS-backend-pgsql
Requires:	%{name} = %{version}

%description	backend-pgsql
This package contains a generic PostgreSQL backend 
for the PowerDNS nameserver. It has configurable SQL statements.

%package	backend-ldap
Summary:	LDAP backend for %{name}
Group:		System/Servers
Provides:	PowerDNS-backend-ldap
Obsoletes:	PowerDNS-backend-ldap
Requires:	%{name} = %{version}

%description	backend-ldap
This package contains a LDAP backend for the PowerDNS nameserver.

%package	backend-sqlite
Summary:	SQLite backend for %{name}
Group:		System/Servers
Provides:	PowerDNS-backend-sqlite
Obsoletes:	PowerDNS-backend-sqlite
Requires:	%{name} = %{version}

%description	backend-sqlite
This package contains a SQLite backend for the PowerDNS nameserver.

%package	backend-geo
Summary:	GEO backend for %{name}
Group:		System/Servers
Provides:	PowerDNS-backend-geo
Obsoletes:	PowerDNS-backend-geo
Requires:	%{name} = %{version}

%description	backend-geo
This package contains a geo backend for the PowerDNS nameserver.

%prep
%setup -q -n pdns-%{version} -a1
#%patch0 -p1

#rm -rf pdns/ext/polarssl*

%build
export CFLAGS="%{optflags} -DLDAP_DEPRECATED -DHAVE_LIBPOLARSSL"
export CXXFLAGS="%{optflags} -DLDAP_DEPRECATED -DHAVE_LIBPOLARSSL"
autoreconf -fi; automake --add-missing 
#<- needed for git snapshots

%configure2_5x \
    --disable-static \
    --enable-tools \
    --with-sqlite3 \
    --sysconfdir=%{_sysconfdir}/powerdns \
    --libdir=%{_libdir}/powerdns \
    --with-socketdir=/run/powerdns \
    --with-dynmodules="gmysql gpgsql pipe ldap gsqlite3 geo" \
    --with-modules="" \
    --with-mysql-lib=%{_libdir} \
    --with-pgsql-lib=%{_libdir}

%make

%install

%makeinstall_std

install -p -D -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/pdns.service

find %{buildroot} -name '*.la' -delete

# fix the config
mv %{buildroot}%{_sysconfdir}/powerdns/pdns.conf-dist %{buildroot}%{_sysconfdir}/powerdns/pdns.conf

cat >> %{buildroot}%{_sysconfdir}/powerdns/pdns.conf << EOF
include-dir=%{_sysconfdir}/powerdns/conf.d
module-dir=%{_libdir}/powerdns
socket-dir=/run/powerdns
setuid=powerdns
setgid=powerdns
launch=bind
#recursor=127.0.0.1:5300
EOF

chmod 600 %{buildroot}%{_sysconfdir}/powerdns/pdns.conf

install -d %{buildroot}%{_sysconfdir}/powerdns/conf.d

# fix per backend config files
for i in geo gmysql gpgsql gsqlite3 ldap pipe; do
    echo "# backend config for %{_libdir}/powerdns/lib${i}backend.so" > %{buildroot}%{_sysconfdir}/powerdns/conf.d/lib${i}backend.conf
done

mkdir -p %{buildroot}%{_tmpfilesdir}
cat <<EOF > %{buildroot}%{_tmpfilesdir}/%{name}.conf
d /run/powerdns 0755 powerdns powerdns
EOF

%pre
%_pre_useradd powerdns /var/lib/powerdns /bin/false

%post
%tmpfiles_create %{name}
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel powerdns

%files
%doc INSTALL README rtfm.powerdns.com pdns/*.sql
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/powerdns/pdns.conf
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/pdns.service
%dir %{_sysconfdir}/powerdns
%dir %{_sysconfdir}/powerdns/conf.d
%dir %{_libdir}/powerdns
%{_bindir}/*
%{_sbindir}/pdns_server
%{_mandir}/man1/*

%files backend-pipe
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/powerdns/conf.d/libpipebackend.conf
%{_libdir}/powerdns/pdns/libpipebackend.so

%files backend-mysql
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/powerdns/conf.d/libgmysqlbackend.conf
%{_libdir}/powerdns/pdns/libgmysqlbackend.so

%files backend-pgsql
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/powerdns/conf.d/libgpgsqlbackend.conf
%{_libdir}/powerdns/pdns/libgpgsqlbackend.so

%files backend-ldap
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/powerdns/conf.d/libldapbackend.conf
%{_libdir}/powerdns/pdns/libldapbackend.so

%files backend-sqlite
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/powerdns/conf.d/libgsqlite3backend.conf
%{_libdir}/powerdns/pdns/libgsqlite3backend.so

%files backend-geo
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/powerdns/conf.d/libgeobackend.conf
%doc modules/geobackend/README
%{_libdir}/powerdns/pdns/libgeobackend.so



%changelog

* Wed Nov 02 2016 Denis Silakov <dsilakov@gmail.com> 3.4.10-1
- (d4422d6) Fix lua BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12529 |14cu|pdns-recursor-3.6.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Recursor for PowerDNS
Name:		pdns-recursor
Version:	3.6.4
Release:	1
License:	GPL
Group:		System/Servers
URL:		http://www.powerdns.com/
Source0:	http://downloads.powerdns.com/releases/pdns-recursor-%{version}.tar.bz2
Source1:	pdns-recursor.service
Requires(post):	systemd
Requires(post):	rpm-helper
Requires(preun): rpm-helper
Requires(pre):	rpm-helper
Requires(postun): rpm-helper
BuildRequires:	libstdc++-devel
BuildRequires:	zlib-devel
BuildRequires:	boost-devel
BuildRequires:	lua5.2-devel

%description
With a small codebase, the PowerDNS Recursor is an advanced recursor currently
serving the DNS resolving needs of over 2 million Internet connections. Besides
high performance (using kqueue or epoll, over 15 thousand qps on commodity
hardware), it provides advanced anti-spoofing measures. In addition, the
program caches server performance and timeouts, making it both network and user
friendly. It also has built-in hooks for making graphs with rrdtool, providing
insight into nameserver performance.

%prep

%setup -q
chmod 644 rrd/*

%build
%serverbuild

export OPTFLAGS=""
export LUA="1"
export LUA_CPPFLAGS_CONFIG="-I%{_includedir}"
export LUA_LIBS_CONFIG="-L%{_libdir} -llua -lm"

%make basic_checks

%make

%install

%makeinstall_std

install -p -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/pdns-recursor.service

rm -f %{buildroot}%{_sysconfdir}/powerdns/*
%{buildroot}%{_sbindir}/pdns_recursor --config > %{buildroot}%{_sysconfdir}/powerdns/recursor.conf

# fix the config
cat >> %{buildroot}%{_sysconfdir}/powerdns/recursor.conf << EOF
socket-dir=/run/powerdns/
soa-minimum-ttl=0
soa-serial-offset=0
local-port=5300
local-address=127.0.0.1
trace=off
daemon=yes
quiet=on
setgid=powerdns
setuid=powerdns
EOF

install -d %{buildroot}%{_tmpfilesdir}
cat <<EOF > %{buildroot}%{_tmpfilesdir}/%{name}.conf
d /run/powerdns 0755 powerdns powerdns
EOF

rm -rf %{buildroot}%{_sysconfdir}/init.d

%pre
%_pre_useradd powerdns /var/lib/powerdns /bin/false

%post
%tmpfiles_create %{name}
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

%files
%doc COPYING README rrd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/powerdns/recursor.conf
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/%{name}.service
%{_bindir}/rec_control
%{_sbindir}/pdns_recursor
%{_mandir}/man1/pdns_recursor.1*
%{_mandir}/man1/rec_control.1*

%changelog

* Thu Oct 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.6.4-1
- (f8e01e0) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12530 |14cu|peazip-6.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	File and archive manager
Name:		peazip
Version:	6.1.0
Release:	1
License:	LGPLv3+
Group:		File tools
Url:		http://www.peazip.org
Source0:	https://sourceforge.net/projects/peazip/files/%{version}/%{name}-%{version}.src.zip
# configure to run in users home appdata
Source1:	altconf.txt
BuildRequires:	dos2unix
BuildRequires:	lazarus >= 1.2.0
BuildRequires:	qt4pas-devel
BuildRequires:	qt4-devel
# BuildRequires:	qtwebkit-devel
BuildRequires:	icoutils
Requires:	p7zip
Requires:	upx >= 3.09

%description
PeaZip is a free cross-platform file archiver that provides an unified
portable GUI for many Open Source technologies like 7-Zip, FreeArc, PAQ,
UPX...

#---------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}.src
chmod +w res/lang
dos2unix readme*

%build
lazbuild --lazarusdir=%{_libdir}/lazarus \
%ifarch x86_64
	--cpu=x86_64 \
%endif
	--widgetset=qt \
	-B project_peach.lpi project_pea.lpi project_gwrap.lpi

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}
rm -rf res/icons
cp -r res %{buildroot}%{_datadir}/%{name}
cp %{SOURCE1} %{buildroot}%{_datadir}/%{name}/res

#install helper apps
mkdir -p %{buildroot}%{_datadir}/%{name}/res/{7z,upx}
ln -s %{_bindir}/7z  %{buildroot}%{_datadir}/%{name}/res/7z
ln -s %{_bindir}/upx  %{buildroot}%{_datadir}/%{name}/res/upx

install pea %{buildroot}%{_datadir}/%{name}/res
ln -s %{_datadir}/%{name}/res/pea %{buildroot}%{_bindir}/pea
install %{name} %{buildroot}%{_datadir}/%{name}
ln -s %{_datadir}/%{name}/%{name} %{buildroot}%{_bindir}/%{name}
install pealauncher %{buildroot}%{_datadir}/%{name}/res
ln -s %{_datadir}/%{name}/res/pealauncher %{buildroot}%{_bindir}/pealauncher

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=PeaZip
GenericName=Archiving Tool
GenericName[af]=Argiveer Program
GenericName[ar]=أداة أرشفة
GenericName[ast]=Ferramienta p'archivar
GenericName[bg]=Работа с архиви
GenericName[br]=Ostilh merañ an Dielloù
GenericName[bs]=Alatka za arhiviranje
GenericName[ca]=Eina d'arxivament
GenericName[ca@valencia]=Eina d'arxivament
GenericName[cs]=Archivační nástroj
GenericName[cy]=Erfyn Archifo
GenericName[da]=Arkiveringsværktøj
GenericName[de]=Archivprogramm
GenericName[el]=Εργαλείο αρχειοθέτησης
GenericName[en_GB]=Archiving Tool
GenericName[eo]=Arkivilo
GenericName[es]=Archivador
GenericName[et]=Arhiivide haldamise rakendus
GenericName[eu]=Artxibatzeko Tresna
GenericName[fa]=ابزار بایگانی
GenericName[fi]=Pakkausohjelma
GenericName[fr]=Outil d'archivage
GenericName[ga]=Uirlis Chartlannaithe
GenericName[gl]=Utilidade de arquivo
GenericName[he]=כלי לניהול ארכיונים
GenericName[hne]=अभिलेखन औजार
GenericName[hr]=Alat za arhiviranje
GenericName[hu]=Fájltömörítő
GenericName[ia]=Instrumento per archivar
GenericName[id]=Perkakas Pengarsip
GenericName[is]=Vinna með safnskrár
GenericName[it]=Strumento di archiviazione
GenericName[ja]=アーカイブツール
GenericName[kk]=Архивтеу құралы
GenericName[km]=ឧបករណ៍ប័ណ្ណសារ
GenericName[ko]=압축 도구
GenericName[lt]=Archyvavimo priemonė
GenericName[lv]=Arhivēšanas rīks
GenericName[mk]=Алатка за архивирање
GenericName[ms]=Alatan Pengarkiban
GenericName[nb]=Arkiveringsverktøy
GenericName[nds]=Archievwarktüüch
GenericName[ne]=सङ्ग्रहण उपकरण
GenericName[nl]=Archiefgereedschap
GenericName[nn]=Arkiveringsverktøy
GenericName[pa]=ਅਕਾਇਵਿੰਗ ਟੂਲ
GenericName[pl]=Narzędzie do archiwizacji
GenericName[pt]=Ferramenta de Armazenamento
GenericName[pt_BR]=Ferramenta de Arquivamento
GenericName[ro]=Utilitar de arhivare
GenericName[ru]=Архиватор
GenericName[sk]=Archivačný nástroj
GenericName[sl]=Orodje za ravnanje z arhivi
GenericName[sq]=Mjeti Arkivues
GenericName[sr]=Алатка за архивирање
GenericName[sr@ijekavian]=Алатка за архивирање
GenericName[sr@ijekavianlatin]=Alatka za arhiviranje
GenericName[sr@latin]=Alatka za arhiviranje
GenericName[sv]=Arkiveringsverktyg
GenericName[ta]=காப்பக கருவி
GenericName[tg]=Асбобҳои Бойгонӣ
GenericName[th]=เครื่องมือจัดการแฟ้มจัดเก็บ
GenericName[tr]=Arşivleme Aracı
GenericName[ug]=ئارخىپ قورالى
GenericName[uk]=Засіб роботи з архівами
GenericName[uz]=Arxivlash vositasi
GenericName[uz@cyrillic]=Архивлаш воситаси
GenericName[vi]=Công Cụ Nén
GenericName[wa]=Usteye d' årtchivaedje
GenericName[xh]=Isixhobo Sokuphatha i Archive
GenericName[x-test]=xxArchiving Toolxx
GenericName[zh_CN]=压缩归档工具
GenericName[zh_TW]=壓縮工具
Comment=Create and modify an archive
Comment[af]=Skep en wysig 'n argief
Comment[an]=Creye y modifique un archivador
Comment[ar]=أنشئ و عدّل أرشيفا
Comment[as]=আৰ্কাইভ সৃষ্টি ও পৰিবৰ্তন কৰক
Comment[ast]=Crea y modifica un archivador
Comment[az]=Arxiv yaradın və açın
Comment[be]=Праца з архівамі
Comment[be@latin]=Stvaraj i madyfikuj archivy
Comment[bg]=Създаване и промяна на архив
Comment[bn]=নতুন আর্কাইভ তৈরি ও পরিবর্ধন করা হবে
Comment[bn_IN]=আর্কাইভ নির্মাণ ও পরিবর্তন করুন
Comment[br]=Krouiñ ha daskemmañ un diell
Comment[bs]=Napravi i promijeni arhiv
Comment[ca]=Crea i modifica un arxiu
Comment[ca@valencia]=Crea i modifica un arxiu
Comment[cs]=Vytvářet a upravovat archivy
Comment[csb]=Ùsôdzanié ë zmianë archiwów
Comment[cy]=Creu a newid archif
Comment[da]=Opret og ændr et arkiv
Comment[de]=Archive anlegen und verändern
Comment[dz]=ཡིག་མཛོད་གསར་བསྐྲུན་འབད་ནི་དང་ ལེགས་བཅོས་འབད་ནི།
Comment[el]=Δημιουργία και τροποποίηση ενός συμπιεσμένου αρχείου
Comment[en@shaw]=𐑒𐑮𐑦𐑱𐑑 𐑯 𐑥𐑪𐑛𐑦𐑓𐑲 𐑩𐑯 𐑸𐑒𐑲𐑝
Comment[en_CA]=Create and modify an archive
Comment[en_GB]=Create and modify an archive
Comment[eo]=Krei kaj modifi arkivon
Comment[es]=Cree y modifique un archivador
Comment[et]=Arhiivi loomine ja muutmine
Comment[eu]=Sortu eta aldatu artxibo bat
Comment[fa]=ایجاد و تغییر آرشیو
Comment[fi]=Luo arkisto tai muokkaa arkistoa
Comment[fr]=Créer et modifier des archives
Comment[fur]=Cree e modifiche un archivi
Comment[fy]=Foarmje in triemûnthâld
Comment[ga]=Cruthaigh agus athraigh cartlann
Comment[gl]=Crear e modificar un arquivo
Comment[gu]=પેટી બનાવો અને સુધારો
Comment[he]=יצירה ועדכון של ארכיונים
Comment[hi]=अभिलेख बनाएँ तथा परिवर्धित करें
Comment[hr]=Stvori i izmijeni arhivu
Comment[hu]=Archívum létrehozása és módosítása
Comment[hy]=Կերտել և մոդիֆիկացնել արխիվը
Comment[id]=Membuat dan memodifikasi arsip
Comment[it]=Crea e modifica un archivio
Comment[ja]=アーカイブを作成したり修正します
Comment[ka]=არქივის შექმნა და რედაქტირება
Comment[kk]=Архивті жасау және түзету
Comment[km]=បង្កើត និងកែប្រែប័ណ្ណសារ
Comment[kn]=ಒಂದು ಆರ್ಕೈವನ್ನು ನಿರ್ಮಿಸು ಹಾಗು ಮಾರ್ಪಡಿಸು
Comment[ko]=압축 파일을 만들고 수정합니다
Comment[ku]=Arşîvekê çêbike an jî biguherîne
Comment[lt]=Kurti ir modifikuoti archyvą
Comment[lv]=Izveidot arhīvus un mainīt to saturu
Comment[mai]=अभिलेख बनाबू आओर परिवर्धित करू
Comment[mg]=Mamorona sy manova arsiva
Comment[mk]=Креирај и измени архива
Comment[ml]=ഒരു പുതിയ ശേഖരം നിര്മ്മിക്കുകയോ മാറ്റം വരുത്തുകയോ ചെയ്യുക
Comment[mn]=Архив үүсгэх ба өөрчилөх
Comment[mr]=आर्काइव्ह निर्माण व संपादीत करा
Comment[ms]=Cipta dan ubahsuai arkib
Comment[my]=ဖိုင်ထုပ်ကိုဖန်တီးပြီးပြုပြင်
Comment[nb]=Opprett og endre arkiv
Comment[ne]=एउटा सङ्ग्रह सिर्जना गर्नुहोस् र परिमार्जन गर्नुहोस्
Comment[nl]=Archieven maken en wijzigen
Comment[nn]=Lag og endra arkiv
Comment[oc]=Crear e modificar un archiu
Comment[or]=ଗୋଟିଏ ଅଭିଲେଖକୁ ସ୍ରୁଷ୍ଟି ଏବଂ ରୂପାନ୍ତରିତ କରନ୍ତୁ
Comment[pa]=ਇੱਕ ਅਕਾਇਵ ਬਣਾਓ ਅਤੇ ਸੋਧੋ
Comment[pl]=Tworzenie i modyfikowanie archiwów
Comment[ps]=ارشيو جوړول او بدلول
Comment[pt]=Criar e alterar um arquivo
Comment[pt_BR]=Crie e modifique um pacote
Comment[ro]=Creează și modifică o arhivă
Comment[ru]=Создать или изменить архив
Comment[si]=සංරක්ෂණයක් නිර්මාණය කරන්න සහ වෙනස් කරන්න
Comment[sk]=Vytváranie a úprava archívov
Comment[sl]=Ustvari in spremeni arhiv
Comment[sq]=Krijo dhe ndrysho një arkiv
Comment[sr]=Направите нове и распакујте постојеће архиве
Comment[sr@ije]=Направите и измјените архиву
Comment[sr@latin]=Napravite nove i raspakujte postojeće arhive
Comment[sv]=Skapa och ändra ett arkiv
Comment[ta]=காப்பு உருவாக்குதல் அல்லது திருத்துதல்
Comment[te]=ఒక సంగ్రహమును సృష్టించు మరియు సవరించు
Comment[th]=สร้างและแก้ไขแฟ้มจัดเก็บ
Comment[tk]=Bir arşiwi bejerip üýtget
Comment[tr]=Bir arşiv yarat ve değiştir
Comment[ug]=ئارخىپ قۇرۇپ ئۆزگەرت
Comment[uk]=Програма створення та зміни архівів
Comment[ur]=محفوظہ بنائیں اور تبدیل کریں
Comment[ur_PK]=محفوظہ بنائیں اور تبدیل کریں
Comment[vi]=Tạo và sửa đổi kho
Comment[xh]=Yakha uze ulungise uvimba
Comment[zh_CN]=创建并修改归档文件
Comment[zh_HK]=建立及更改壓縮檔
Comment[zh_TW]=建立及更改壓縮檔
Comment[zu]=Dala futhi ulungise ingobo yomlando
MimeType=application/x-gzip;application/x-lha;application/x-tar;application/x-tgz;application/x-tbz;application/x-tbz2;application/x-zip;application/zip;application/x-bzip;application/x-rar;application/x-tarz;application/x-archive;application/x-bzip2;application/x-jar;application/x-deb;application/x-ace;application/x-7z;application/x-arc;application/x-arj;application/x-compress;application/x-cpio;
Exec=%{name}
Icon=%{name}
Type=Application
Terminal=false
Categories=KDE;GTK;Utility;Archiving;
EOF

mkdir -p %{buildroot}%{_iconsdir}/hicolor/256x256/apps
icotool -x -i 1 -o %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png %{name}.ico
rm -rf %{buildroot}%{_datadir}/%{name}/res/icons

%files
%doc readme copying.txt
%{_bindir}/*
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12531 |14cu|peek-0.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple animated GIF screen recorder
Name:		peek
Version:	0.9.1
Release:	1
License:	GPLv3+
Group:		Video
Url:		https://github.com/phw/peek
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(vapigen)

%description
Simple animated GIF screen recorder with an easy to use interface

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/applications/com.uploadedlobster.peek.desktop
%{_datadir}/dbus-1/services/com.uploadedlobster.peek.service
%{_datadir}/glib-2.0/schemas/com.uploadedlobster.peek.gschema.xml
%{_iconsdir}/hicolor/*/apps/peek.png
#----------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

%find_lang %{name}

%changelog

* Tue Mar 07 2017 Rosa <rosa@abf.rosalinux.ru> 0.9.1-1
- (4245c4f) Automatic import for version 0.9.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12532 |14cu|peg-e-1.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pege

Name: 		peg-e
Summary: 	Peg-E is a peg solitaire game
Version: 	1.2.2
Release: 	1
License: 	GPLv2
Group: 		Games/Puzzles
Url:		https://gottcode.org/peg-e/
Source0:	http://gottcode.org/%{name}/%{name}-%{version}-src.tar.bz2
BuildRequires:	qt5-devel 
BuildRequires:	qt5-linguist-tools
BuildRequires:	desktop-file-utils
BuildRequires:	appstream-util

%description
Peg solitaire game in which you jump over pieces in order to remove 
them from the board, ultimately trying to eliminate all but one. 
The boards are randomly generated, with 100 levels of difficulty. 
The game auto-saves, and has undo-redo capability. 
Pieces can move horizontally, vertically, and diagonally.


%files -f %{oname}.lang
%doc COPYING CREDITS ChangeLog README NEWS
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}*
%{_appdatadir}/%{name}.appdata.xml
%{_mandir}/man6/%{name}.6*
#-------------------------------------------------------------------------------------
%prep
%setup -q
rm -rf windows_deploy.bat
rm -rf mac_deploy.sh
rm -rf mac
rm -rf windows

%build
# fixed debug ready for contrib
%qmake_qt5 PREFIX=%{_prefix} DEFINES+=USE_SYSTEM_LOCALE QMAKE_CXXFLAGS="%{optflags -wall}"
pushd translations
%{_qt5_bindir}/lrelease *.ts
popd

%make 

%install
%makeinstall_qt

%find_lang %{oname} --with-qt
# don't really need those too...
rm -fr %{buildroot}%{_datadir}/{pixmaps,%{name}/icons}


%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop 
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml || :

%changelog

* Sun Mar 12 2017 abfonly <abfonly@gmail.com> 1.2.2-1
- (5c22242) Log: Update to 1.2.2
- (5c22242) Generate binary translations at build time
- (5c22242) FIXED: Was not properly loading Qt translations
- (5c22242) FIXED: Success message was not high DPI
- (5c22242) Translation updates: Translation updates: Dutch, German, Greek, Hebrew, Lithuanian, Polish



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12533 |14cu|pekwm-0.1.17-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pekwm
Version:	0.1.17
Release:	5
URL:		http://pekwm.org/
Source0:	http://www.pekwm.org/projects/pekwm/files/%{name}-%{version}.tar.bz2

# modify config
Source1:	pekwm_config
Source2:	pekwm_mouse

# add themes (fonts changed for Mandriva)
Source10:	Opus3_Alpha-dev-20050227.tar.bz2
Source11:	OpusOS-Deep.tar.bz2

License:	GPL
Group:		Graphical desktop/Other
Summary:	A minimalist window manager for the X Window System
Requires:	xterm
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	jpeg-devel
BuildRequires:	png-devel

%description
Pekwm is a window manager based on aewm++, but it no longer
resembles it. It is highly configurable, rather fast, and
aimed towards being usable while remaining pretty enough to
look at. Features include client window grouping into one
window frame, automatic window size, location, grouping
and title rewriting.

%prep
%setup -q

# modify config
cp -f %SOURCE1 data/config
cp -f %SOURCE2 data/mouse

%build
autoreconf -fi
%configure2_5x	--enable-shape \
		--enable-xinerama \
		--enable-menus \
		--enable-harbour \
		--disable-debug

%make

%install
%makeinstall_std

# install themes
tar -jxf %SOURCE10 -C %{buildroot}/%{_datadir}/%{name}/themes
tar -jxf %SOURCE11 -C %{buildroot}/%{_datadir}/%{name}/themes

# startfile
%{__cat} > %{buildroot}%{_bindir}/start%{name} << EOF
exec %{_bindir}/%{name}
EOF

chmod 755 %{buildroot}%{_bindir}/start%{name}

# session file
%{__install} -d %{buildroot}%{_sysconfdir}/X11/wmsession.d
%{__cat} > %{buildroot}%{_sysconfdir}/X11/wmsession.d/30%{name} << EOF
NAME=%{name}
EXEC=%{_bindir}/start%{name}
DESC=%{name} window manager
SCRIPT:
exec %{_bindir}/start%{name}
EOF

%files
%doc AUTHORS ChangeLog NEWS README
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/30%{name}
%config(noreplace) %{_sysconfdir}/pekwm
%{_bindir}/start%{name}
%{_bindir}/%{name}
%{_datadir}/man/man1/pekwm.1*



%changelog

* Thu Oct 08 2015 dsilakov <denis.silakov@rosalab.ru> 0.1.17-5
- (596aa6c) Merge pull request #1 from changhse/pekwm:rosa2014.1
- (596aa6c) updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12534 |14cu|pencil-2.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           pencil
Version:        2.0.5
Release:        2
Summary:        A sketching and GUI prototyping tool

Group:          Development/Other
License:        GPLv2
URL:            http://code.google.com/p/evoluspencil/
Source0:        http://evoluspencil.googlecode.com/files/%{name}-%{version}.tar.gz

Requires:       xulrunner >= 1.9.8
BuildRequires:  desktop-file-utils
BuildArch:      noarch

%description
Pencil is an open source GUI prototyping and sketching tools released under GPL


%prep
%setup -q


%build


%install
cp -R usr %{buildroot}/
desktop-file-install \
--add-category="AudioVideo" \
--delete-original \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop


%files
%doc COPYING
%{_datadir}/%{name}/
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop





%changelog

* Thu Oct 08 2015 Denis Silakov <dsilakov@gmail.com> 2.0.5-2
- (84cd6b6) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12535 |14cu|performous-0.8-0.20140626.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define git 20140626

Summary:	Performous - A cross-platform clone of the Playstation 2 game Singstar
Name:		performous
Version:	0.8
Release:	0.%{git}.5
Group:		Games/Other
License:	GPLv2+
Url:		http://performous.org
# https://github.com/performous/
Source0:	%{name}-%{version}-%{git}.tar.bz2
Source1:	demo.tar.bz2
Patch0:		performous-0.8-20140626-typo.patch
BuildRequires:	cmake
BuildRequires:	help2man
BuildRequires:	librsvg
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxml++-2.6)
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(zlib)

%description
Performous - new Sing Screen using themed lyrics.

Performous is a free cross-platform clone of the Playstation 2
game Singstar.

While Performous might be classified as a karaoke program, it is
actually much more than that. Instead of just displaying the lyrics,
notes are also displayed and the performance is scored based on how
well you actually hit the notes. Unlike in many other games in this
genre, you will also see the pitch that you are singing, so that you
can see what you are doing wrong and easily (well, everything is
relative) correct your pitch.

Most of the songs available also contain the original vocals and actual
karaoke versions are rare.

%files -f Performous.lang
%doc docs/*
%{_bindir}/ss*
%{_bindir}/gh*
%{_bindir}/itg_pck
%{_bindir}/performous
%{_datadir}/games/*
%{_datadir}/icons/hicolor/*/*/%{name}.*
%{_datadir}/pixmaps/*
%{_datadir}/applications/*.desktop
%{_mandir}/man1/*.1*
%{_mandir}/man6/performous.6*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{git} -a1
%patch0 -p1
rm -f cmake/Modules/FindOpenCV.cmake

%build
# gcc 4.7 segfaults when building with optflags
%global optflags %{nil}
%cmake
%make

%install
%makeinstall_std -C build

# demo song
install -dm 755 "%{buildroot}%{_datadir}/games/ultrastar/songs/Joshua Morin - On the run"
install -m 644 "Joshua Morin - On the run"/* \
	"%{buildroot}%{_datadir}/games/ultrastar/songs/Joshua Morin - On the run"

# Install icons of various sizes.
for s in 256 128 96 48 32 22 16 ; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
rsvg-convert -w ${s} -h ${s} \
    data/themes/default/icon.svg -o \
    %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png
done

%find_lang Performous


%changelog

* Thu Feb 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8-0.20140626.5
- (ca3e17d) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12536 |14cu|perf-tools-0.20150709.30ff475891.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define date 20150709
%define git 30ff475891

Name:           perf-tools
Summary:        Performance analysis tools based on Linux perf_events (aka perf) and ftrace 
Version:        0.%{date}.%{git}.1
Release:        1
Source0:        https://github.com/brendangregg/perf-tools/archive/master.zip
Url:            https://github.com/brendangregg/perf-tools
Group:          System/Configuration/Other
License:        GPL
BuildArch:      noarch
Requires:       perf

%description
A miscellaneous collection of in-development and unsupported performance
analysis tools for Linux ftrace and perf_events (aka the "perf" command). 
Both ftrace and perf are core Linux tracing tools, included in the kernel 
source. Your system probably has ftrace already, and perf is often just a 
package add (see Prerequisites).

These tools are designed to be easy to install (fewest dependencies), 
provide advanced performance observability, and be simple to use: do one 
thing and do it well. This collection was created by Brendan Gregg (author
of the DTraceToolkit).

Many of these tools employ workarounds so that functionality is possible 
on existing Linux kernels. Because of this, many tools have caveats (see 
man pages), and their implementation should be considered a placeholder 
until future kernel features, or new tracing subsystems, are added.

These are intended for Linux 3.2 and newer kernels. For Linux 2.6.x, see 
Warnings.


#---------------------------------------------------------------------------

%prep
%setup -qn %{name}-master

%build

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_datadir}/%{name} %{buildroot}%{_mandir}/man8

install -m755 disk/bitesize %{buildroot}%{_bindir}
install -m755 fs/cachestat %{buildroot}%{_bindir}
install -m755 execsnoop %{buildroot}%{_bindir}
install -m755 kernel/* %{buildroot}%{_bindir}
install -m755 iolatency %{buildroot}%{_bindir}
install -m755 iosnoop %{buildroot}%{_bindir}
install -m755 killsnoop %{buildroot}%{_bindir}
install -m755 opensnoop %{buildroot}%{_bindir}
install -m755 misc/perf-stat-hist %{buildroot}%{_bindir}
install -m755 tools/reset-ftrace %{buildroot}%{_bindir}
install -m755 syscount %{buildroot}%{_bindir}
install -m755 net/tcpretrans %{buildroot}%{_bindir}
install -m755 system/tpoint %{buildroot}%{_bindir}
install -m755 user/uprobe %{buildroot}%{_bindir}

cp -r man %{buildroot}/usr/share
cp -r examples %{buildroot}/usr/share/perf-tools

%files
%doc LICENSE README.md
%{_bindir}/*
%{_mandir}/man8/*
%{_datadir}/%{name}

%changelog

* Thu Jul 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.20150709.30ff475891.1-1
- (7501168) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12537 |14cu|perl-Acme-Damn-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Acme-Damn
%define upstream_version 0.06
%define __noautoprov 'Damn.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    'Unbless' Perl objects

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Acme/Acme-Damn-%{upstream_version}.tar.gz

BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel

%description
*Acme::Damn* provides a single routine, *damn()*, which takes a blessed
reference (a Perl object), and _unblesses_ it, to return the original
reference. I can't think of any reason why you might want to do this, but
just because it's of no use doesn't mean that you shouldn't be able to do
it.

EXPORT
    By default, *Acme::Damn* exports the method *damn()* into the current
    namespace. Aliases for *damn()* (see below) may be imported upon
    request.

Methods
    * *damn* _object_

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Fri Jun 26 2015 abfonly <John@smith.org> 0.60.0-1
- (31d51ce) Log: update to 0.60.0, filter provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12538 |14cu|perl-Algorithm-Evolutionary-0.800.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Algorithm-Evolutionary
%define upstream_version 0.80

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	N-point crossover

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel
BuildRequires: perl(Algorithm::Permute) >= 0.10.0
BuildRequires: perl(B::Deparse) >= 0.560.0
BuildRequires: perl(Bit::Vector)
BuildRequires: perl(Clone) >= 0.310.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(GD) >= 2.170.0
BuildRequires: perl(Math::Random) >= 0.630.0
BuildRequires: perl(Memoize)
BuildRequires: perl(Object::Array)
BuildRequires: perl(Pod::Escapes)
BuildRequires: perl(Sort::Key) >= 1.330.0
BuildRequires: perl(Statistics::Basic) >= 1.600.0
BuildRequires: perl(String::Random)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Simple) >= 0.440.0
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(Tree::DAG_Node) >= 1.40.0
BuildRequires: perl(XML::LibXML) >= 1.500.0
BuildRequires: perl(XML::Parser) >= 2.400.0
BuildRequires: perl(XML::Parser::Style::EasyTree)
BuildRequires: perl(YAML)
BuildRequires: perl(constant)
BuildRequires: perl(version)

BuildArch:	noarch

%description
'Algorithm::Evolutionary' is a set of classes for doing object-oriented
evolutionary computation in Perl. Why would anyone want to do that escapes
my knowledge, but, in fact, we have found it quite useful for our own
purposes. Same as Perl itself.

The design principle of Algorithm::Evolutionary is _flexibility_: it should
be very easy to extend using this library, and it should be also quite easy
to program what's already there in the evolutionary computation community.
Besides, the library classes should have persistence provided by XML
modules, and, in some cases, YAML.

The algorithm allows to create simple evolutionary algorithms, as well as
more complex ones, that interface with databases or with the web. 

%prep
%setup -qn %{upstream_name}-%{upstream_version}

chmod -x lib/Algorithm/Evolutionary/Op/StringRand.pm

for file in Changes README; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.yml
%{_bindir}/rectangle-coverage.pl
%{_bindir}/tide_bitstring.pl
%{_bindir}/tide_float.pl
%{_bindir}/canonical-genetic-algorithm.pl
%perl_vendorlib/*
%{_mandir}/man1/*
%{_mandir}/man3/*



%changelog

* Mon Jun 29 2015 abfonly <John@smith.org> 0.800.0-1
- (0511a0a) Log: Update to 0.800.0, drop all hacks and patches, backported missing BR and Req, fixed linting, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12539 |14cu|perl-aliased-0.340.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    aliased
%define upstream_version 0.34

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Use shorter versions of class names

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//aliased-%{upstream_version}.tar.gz
# Minimum BR are below those but higher then 
# our perl provides.Symbianflo

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build::Tiny) 
BuildRequires:	perl(Carp)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(B)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(base)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0

Provides: perl(aliased) = %{EVRD}

BuildArch: noarch

%description
'aliased' is simple in concept but is a rather handy module. It loads the
class you specify and exports into your namespace a subroutine that returns
the class name. You can explicitly alias the class to another name or, if
you prefer, you can do so implicitly. In the latter case, the name of the
subroutine is the last part of the class name.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sun Jun 28 2015 abfonly <John@smith.org> 0.340.0-1
- (e4f727a) Log: Update to 0.340.0, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12540 |14cu|perl-Alien-GvaScript-1.440.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Alien-GvaScript
%define upstream_version 1.44

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Gva extension to the prototype javascript framework

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Alien/Alien-GvaScript-%{upstream_version}.tar.gz

BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Path)
BuildRequires: perl(Pod::POM)
BuildRequires: perl(Pod::POM::View)
BuildRequires: perl(Pod::POM::View::HTML)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
# keep this for check
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)
BuildArch: noarch

%description
GvaScript (pronounce "gee-vascript") is a javascript framework born in
Geneva, Switzerland (GVA is the IATA code for Geneva Cointrin
International Airport).

It is built on top of the prototype object-oriented javascript framework
(http://prototype.conio.net) and offers a number of extensions and
widgets, such as keymap handling, application-specific events,
autocompletion on input field, tree navigation, and forms with autofocus
and repeated sections. These functionalities are described in separate
documentation pages (see Alien::GvaScript::Intro).

GvaScript is distributed using Perl tools, but the actual content of the
library is pure javascript; hence its location in the Alien namespace
(see the Alien manifesto).

GvaScript runtime library does not need Perl; you can integrate it in
any other Web programming framework. Perl is only needed for developers
who want to modify GvaScript sources and recreate a distribution
package.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir %{buildroot}


%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Nov 28 2014 abfonly <abfonly@gmail.com> 1.440.0-1
+ Revision: 6bbf173
- Merge pull request #2 from abfonly/perl-Alien-GvaScript:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12541 |14cu|perl-Alien-SDL-1.446.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Alien-SDL
%define upstream_version 1.446

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Building, finding and using SDL binaries
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Alien/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Archive::Extract)
BuildRequires: perl(Archive::Tar)
BuildRequires: perl(Archive::Zip)
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(File::Fetch) >= 0.240.0
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path) >= 2.80.0
BuildRequires: perl(File::ShareDir) >= 1.0.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(File::Which)
BuildRequires: perl(Module::Build) >= 0.360.0
BuildRequires: perl(Text::Patch) >= 1.400.0
BuildRequires: perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires: pkgconfig(sdl)
BuildRequires: pkgconfig(SDL_image)
BuildRequires: pkgconfig(SDL_mixer)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(SDL_ttf)
BuildRequires: pkgconfig(SDL_gfx)
BuildRequires: pkgconfig(SDL_Pango)

# No arch related files provided.
BuildArch:	noarch

%description
Please see the Alien manpage for the manifesto of the Alien namespace.

In short 'Alien::SDL' can be used to detect and get configuration settings
from an installed SDL and related libraries. Based on your platform it
offers the possibility to download and install prebuilt binaries or to
build SDL & co. from source codes.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
echo 1 | %{__perl} Build.PL --installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot} --installdirs=vendor

%files
%doc Changes LICENSE META.json META.yml README TODO
%{_bindir}/*
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Thu Jul 02 2015 abfonly <abfonly@gmail.com> 1.446.0-1
- (b4f4824) Log: Update to 1.446.0
- (b4f4824) backported missing deps
- (b4f4824) drop patch
- (b4f4824) Switch to noarch
- (b4f4824) Backported missing BR and req.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12542 |14cu|perl-Alien-SeleniumRC-2.950.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Alien-SeleniumRC
%define upstream_version 2.95

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Packaging up SeleniumRC java server

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Alien/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0



BuildArch:	noarch

%description
The Selenium RC home page is at the http://openqa.org/selenium-rc manpage

Selenium Remote Control is a test tool that allows you to write automated
web application UI tests in any programming language against any HTTP
website using any mainstream JavaScript-enabled browser.

Selenium Remote Control provides a Selenium Server, which can automatically
start/stop/control any supported browser. It works by using Selenium Core,
a pure-HTML+JS library that performs automated tasks in JavaScript.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/selenium-rc




%changelog

* Sun Aug 30 2015 abfonly <abfonly@gmail.com> 2.950.0-1
- (26e0fa1) log: update to 2.950.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12543 |14cu|perl-Alien-wxWidgets-0.670.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Alien-wxWidgets
%define upstream_version 0.67

%define debug_package %{nil}

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:	1

Summary:        Building, finding and using wxWidgets binaries


License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/%{upstream_name}
Source0:        http://www.cpan.org/modules/by-module/Alien/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:         Alien-wxWidgets-0.43-fix-wrong-libname.patch

BuildRequires: perl(ExtUtils::CBuilder) >= 0.240.0
BuildRequires: perl(File::Spec) >= 1.500.0
BuildRequires: perl(Module::Build) >= 0.280.0
BuildRequires: perl(Module::Pluggable) >= 2.600.0
BuildRequires: wxgtku2.8-devel
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)

### TODO: No binary provided, should be noarch ###

%description
In short Alien::wxWidgets can be used to detect and get configuration settings
from an installed wxWidgets.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# fix bug 45256
%patch0 -p0 -b .libname
iconv -f iso8859-1 -t utf-8 Changes > Changes.conv && mv -f Changes.conv Changes

%build
%{__perl} Build.PL installdirs=vendor < /dev/null
./Build

%install
./Build install destdir=%{buildroot}

%check
./Build test

%files 
%doc Changes META.json META.yml README.txt
%{perl_vendorarch}/Alien
%{_mandir}/*/*




%changelog

* Wed Jun 24 2015 abfonly <John@smith.org> 0.670.0-1
- (1d75b85) Log: Update to 0.670.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12544 |14cu|perl-AnyData-0.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AnyData
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Easy access to data in many formats

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JZ/JZUCKER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Twig)
BuildRequires:	perl(CGI)
### From META.yml: ExtUtils::MakeMaker: '7.04' Mandatory:
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
### Symbianflo
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Output)


BuildArch:	noarch

%description
The rather wacky idea behind this module and its sister module DBD::AnyData is
that any data, regardless of source or format should be accessible and
modifiable with the same simple set of methods. This module provides a
multi-dimensional tied hash interface to data in a dozen different formats. The
DBD::AnyData module adds a DBI/SQL interface for those same formats.

Both modules provide built-in protections including appropriate flocking() for
all I/O and (in most cases) record-at-a-time access to files rather than
slurping of entire files.

Currently supported formats include general format flatfiles (CSV, Fixed
Length, etc.), specific formats (passwd files, httpd logs, etc.), and a variety
of other kinds of formats (XML, Mp3, HTML tables). The number of supported
formats will continue to grow rapidly since there is an open API making it easy
for any author to create additional format parsers which can be plugged in to
AnyData itself and thereby be accessible by either the tiedhash or DBI/SQL
interface.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod -x lib/AnyData.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%dir %{perl_vendorlib}/AnyData
%dir %{perl_vendorlib}/AnyData/Storage
%dir %{perl_vendorlib}/AnyData/Format
%{perl_vendorlib}/AnyData/Storage/*
%{perl_vendorlib}/AnyData/Format/*
%{perl_vendorlib}/*.pm
%{_mandir}/*/*



%changelog

* Mon Jun 29 2015 abfonly <John@smith.org> 0.120.0-1
- (cff266c) Log: Update to 0.120.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12545 |14cu|perl-AnyEvent-7.110.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname AnyEvent
%define filelist %{pkgname}-%{version}-filelist
%define maketest 1
%define upstream_version 7.11

%define __noautoreq 'perl\\(AnyEvent:.*'

Name:		perl-%{pkgname}
Summary:	Provide framework for multiple event loops

Version:	%perl_convert_version %{upstream_version}
Release:	2
Epoch:		3
License:	Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/~mlehmann/AnyEvent/
Source0:	http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-%{upstream_version}.tar.gz
Source1:	perl-AnyEvent.rpmlintrc
BuildRequires:	perl-devel
BuildRequires:	perl-Event
BuildRequires:	perl-Event-Lib
BuildRequires:	perl-POE
BuildRequires:	perl-IO-Async

%description
AnyEvent - provide framework for multiple event loops
Event, Glib, Tk, Perl, - various supported event loops.

%package EV
Group:		Development/Perl
Summary:	Provide framework for multiple event loops - EV integration


%description EV
AnyEvent - provide framework for multiple event loops
EV event loop integration.

%package Event-Lib
Group:		Development/Perl
Summary:	Provide framework for multiple event loops - Event::Lib integration

%description Event-Lib
AnyEvent - provide framework for multiple event loops
Event::Lib event loop integration.

%package Tk
Group:		Development/Perl
Summary:	Provide framework for multiple event loops - Tk integration


%description Tk
AnyEvent - provide framework for multiple event loops
Tk event loop integration.

%package POE
Group:		Development/Perl
Summary:	Provide framework for multiple event loops - POE integration

%description POE
AnyEvent - provide framework for multiple event loops
POE event loop integration.

%package IOAsync
Group:		Development/Perl
Summary:	Provide framework for multiple event loops - IO::Async integration

%description IOAsync
AnyEvent - provide framework for multiple event loops
IO::Async event loop integration.

%package Irssi
Group:		Development/Perl
Summary:	Provide framework for multiple event loops - Irssi integration


%description Irssi
AnyEvent - provide framework for multiple event loops
Irssi event loop integration.

#%package UV
#Group:      Development/Perl
#Summary:    Provide framework for multiple event loops - UV integration

#%description UV
#AnyEvent - provide framework for multiple event loops
#UV event loop integration

%prep
%setup -q -n %{pkgname}-%{upstream_version}
chmod -R u+w %{_builddir}/%{pkgname}-%{upstream_version}

%build
grep -rsl '^#!.*perl' . |
grep -v '.bak$' |xargs --no-run-if-empty \
perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)'
CFLAGS="%{optflags}"
perl Makefile.PL `perl -MExtUtils::MakeMaker -e ' print qq|PREFIX=%{buildroot}%{_prefix}| if \$ExtUtils::MakeMaker::VERSION =~ /5\.9[1-6]|6\.0[0-5]/ '` INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall `perl -MExtUtils::MakeMaker -e ' print \$ExtUtils::MakeMaker::VERSION <= 6.05 ? qq|PREFIX=%{buildroot}%{_prefix}| : qq|DESTDIR=%{buildroot}| '`

# remove special files
find %{buildroot} -name "perllocal.pod" \
    -o -name ".packlist"                \
    -o -name "*.bs"                     \
    |xargs -i rm -f {}

# no empty directories
find %{buildroot}%{_prefix}             \
    -type d -depth                      \
    -exec rmdir {} \; 2>/dev/null

#we don't have perl-Qt anymore:
rm -f %{buildroot}%{perl_vendorarch}/AnyEvent/Impl/Qt.pm
rm -f %{buildroot}%{_mandir}/man3/AnyEvent::Impl::Qt*
#we don't have perl-FLTK (yet):
rm -f %{buildroot}%{perl_vendorarch}/AnyEvent/Impl/FLTK.pm
rm -f %{buildroot}%{_mandir}/man3/AnyEvent::Impl::FLTK*
#we don't have perl-UV (yet):
rm -f %{buildroot}%{perl_vendorarch}/AnyEvent/Impl/UV.pm
rm -f %{buildroot}%{_mandir}/man3/AnyEvent::Impl::UV*
#only for Mac:
rm -f %{buildroot}%{perl_vendorarch}/AnyEvent/Impl/Cocoa.pm
rm -f %{buildroot}%{_mandir}/man3/AnyEvent::Impl::Cocoa*

%files
%doc README Changes
%{perl_vendorarch}/AE.pm
%{perl_vendorarch}/AnyEvent.pm
%dir %{perl_vendorarch}/AnyEvent
%dir %{perl_vendorarch}/AnyEvent/Impl
%{perl_vendorarch}/AnyEvent/Debug.pm
%{perl_vendorarch}/AnyEvent/DNS.pm
%{perl_vendorarch}/AnyEvent/FAQ.pod
%{perl_vendorarch}/AnyEvent/Handle.pm
%{perl_vendorarch}/AnyEvent/Log.pm
%{perl_vendorarch}/AnyEvent/Loop.pm
%{perl_vendorarch}/AnyEvent/Socket.pm
%{perl_vendorarch}/AnyEvent/Strict.pm
%{perl_vendorarch}/AnyEvent/Intro.pod
%{perl_vendorarch}/AnyEvent/TLS.pm
%{perl_vendorarch}/AnyEvent/Util.pm
%{perl_vendorarch}/AnyEvent/Util/
%{perl_vendorarch}/AnyEvent/IO.pm
%{perl_vendorarch}/AnyEvent/IO/
%{perl_vendorarch}/AnyEvent/Impl/Event.pm
%{perl_vendorarch}/AnyEvent/Impl/Glib.pm
%{perl_vendorarch}/AnyEvent/Impl/Perl.pm
%{perl_vendorarch}/AnyEvent/constants.pl
%{_mandir}/man3/AE.3pm*
%{_mandir}/man3/AnyEvent.3pm*
%{_mandir}/man3/AnyEvent::Debug*
%{_mandir}/man3/AnyEvent::DNS*
%{_mandir}/man3/AnyEvent::FAQ*
%{_mandir}/man3/AnyEvent::Handle*
%{_mandir}/man3/AnyEvent::Socket.*
%{_mandir}/man3/AnyEvent::Strict.*
%{_mandir}/man3/AnyEvent::Util.*
%{_mandir}/man3/AnyEvent::Intro.*
%{_mandir}/man3/AnyEvent::IO*
%{_mandir}/man3/AnyEvent::Impl::Event.*
%{_mandir}/man3/AnyEvent::Impl::Glib.*
%{_mandir}/man3/AnyEvent::Impl::Perl*
%{_mandir}/man3/AnyEvent::Log.*
%{_mandir}/man3/AnyEvent::Loop.*
%{_mandir}/man3/AnyEvent::TLS*

%files EV
%{perl_vendorarch}/AnyEvent/Impl/EV.pm
%{_mandir}/man3/AnyEvent::Impl::EV.3pm*

%files Event-Lib
%{perl_vendorarch}/AnyEvent/Impl/EventLib.pm
%{_mandir}/man3/AnyEvent::Impl::EventLib.3pm*

%files Tk
%{perl_vendorarch}/AnyEvent/Impl/Tk.pm
%{_mandir}/man3/AnyEvent::Impl::Tk*

%files POE
%{perl_vendorarch}/AnyEvent/Impl/POE.pm
%{_mandir}/man3/AnyEvent::Impl::POE*

%files IOAsync
%{perl_vendorarch}/AnyEvent/Impl/IOAsync.pm
%{_mandir}/man3/AnyEvent::Impl::IOAsync*

%files Irssi
%{perl_vendorarch}/AnyEvent/Impl/Irssi.pm
%{_mandir}/man3/AnyEvent::Impl::Irssi*

#%files UV
#%{perl_vendorarch}/AnyEvent/Impl/UV.pm
#%{_mandir}/man3/AnyEvent::Impl::UV.3pm*

%changelog

* Fri Jan 01 2016 Denis Silakov <denis.silakov@rosalab.ru> 3:7.110.0-2
- (abc2961) Really turn back several subpackages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12546 |14cu|perl-AnyEvent-HTTP-2.220.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AnyEvent-HTTP
%define upstream_version 2.22
%define __noautoreq 'perl\\(Exporter(.*)\\)'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Simple but non-blocking HTTP/HTTPS client


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/AnyEvent/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(AnyEvent) >= 7.70.0
BuildRequires:	perl(common::sense)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.98.0
BuildRequires:	perl(URI)

BuildArch:	noarch

%description
This module is an AnyEvent user, you need to make sure that you
use and run a supported event loop.

This module implements a simple, stateless and non-blocking HTTP client. It
supports GET, POST and other request methods, cookies and more, all on a
very low level. It can follow redirects, supports proxies and automatically
limits the number of connections to the values specified in the RFC.

It should generally be a "good client" that is enough for most HTTP tasks.
Simple tasks should be simple, but complex tasks should still be possible
as the user retains control over request and response headers.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Sun Jul 05 2015 abfonly <abfonly@gmail.com> 2.220.0-1
- (8cc5633) Log: Update to 2.220.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12547 |14cu|perl-AnyEvent-I3-0.160.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name AnyEvent-I3
%define upstream_version 0.16

Summary:	%{upstream_name} module for perl
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(AnyEvent)
BuildRequires:	perl(AnyEvent::Handle)
BuildRequires:	perl(AnyEvent::Socket)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(JSON::XS)
BuildRequires:	perl(Module::Install)
BuildArch:	noarch

%description
This module connects to the i3 window manager using the UNIX socket based
IPC interface it provides (if enabled in the configuration file). You can
then subscribe to events or send messages and receive their replies.

%files
%doc Changes README
%{perl_vendorlib}/AnyEvent/I3.pm
%{_mandir}/man3/*.3*

#----------------------------------------------------------------------------

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%check
%make test

%changelog

* Fri May 01 2015 Rosa <rosa@abf.rosalinux.ru> 0.160.0-1
- (bb0e87b) Automatic import for version 0.160.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12548 |14cu|perl-Any-Moose-0.260.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Any-Moose
%define upstream_version 0.26

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Use Moose or Mouse modules

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/S/SA/SARTAK/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Mouse) >= 2.4.1
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Moo)
BuildRequires:	perl(File::Spec) 
BuildRequires:	perl(Test::More) 
BuildRequires:	perl(Carp)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(MouseX::Types) >= 0.60.0
BuildRequires:	perl(Role::Tiny)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch
Requires:	perl(Mouse) >= 2.4.1

%description
Actual documentation is forthcoming, once we solidify all the bits of the
API. The examples above are very likely to continue working.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Apr 06 2015 abfonly <John@smith.org> 0.260.0-1
- (ecccaf2) Log: Update to 0.260.0, build against Mouse 2.4.1, fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12549 |14cu|perl-Any-URI-Escape-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Any-URI-Escape
%define upstream_version 0.01


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Load URI::Escape::XS preferentially over URI::Escape
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Any/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(URI::Escape)

BuildArch: noarch

%description
URI::Escape is great, but URI::Escape::XS is faster. This module loads
URI::Escape::XS and imports the two most common methods if XS is installed.

The insides of this module aren't completely shaken out yet, so patches
welcome.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Thu Jun 18 2015 abfonly <John@smith.org> 0.10.0-1
- (e7adcd1) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12550 |14cu|perl-Apache-ASP-2.620.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache-ASP
%define upstream_version 2.62

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A perl ASP port to Apache

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Apache/%{upstream_name}-%{upstream_version}.tar.gz
Source1:	asp.html
Source2:	perl-Apache-ASP.conf

BuildRequires:	perl-devel
BuildRequires:	perl(Apache::Filter)
BuildRequires:	perl-base
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(DB_File)
BuildRequires:	perl(HTML::Clean)
BuildRequires:	perl(MLDBM)
BuildRequires:  perl(MLDBM::Sync)
BuildRequires:  perl(HTML::FillInForm)
BuildRequires:  perl(XML::Sablotron)
BuildRequires:	perl(Tie::Cache)
BuildRequires:	perl(Tie::TextDir)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(XML::XSLT)
BuildRequires:  perl(XML::LibXSLT)
BuildRequires:	perl(CGI)
BuildRequires:	perl(DB_File)
BuildRequires:  perl(Apache::Filter)
Provides:	perl(Apache::ASP::Share::CORE)
Provides:	Apache-ASP = %{version}-%{release}
Requires:	apache-mod_perl >= 1:2.0.2
BuildArch:	noarch

%description
Apache::ASP provides an Active Server Pages port to the Apache Web Server
with Perl scripting only, and enables developing of dynamic web applications
with session management and embedded Perl code. There are also many powerful
extensions, including XML taglibs, XSLT rendering, and new events not
originally part of the ASP API!

This module works under the Apache Web Server with the mod_perl module
enabled. See http://www.apache.org and http://perl.apache.org for further
information.

This is a portable solution, similar to ActiveState's PerlScript for NT/IIS
ASP. Work has been done and will continue to make ports to and from this
implementation as smooth as possible.

For Apache::ASP downloading and installation, please read the INSTALL
section. For installation troubleshooting check the FAQ and the SUPPORT
sections.

For database access, ActiveX, scripting languages, and other miscellaneous
issues please read the FAQ section.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# optional test, causes trouble when Devel::Symdump is installed
rm -f t/stat_inc
make test

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_var}/www/perl
cp -pr site %{buildroot}%{_var}/www/perl/%{upstream_name}

install -d -m 755 %{buildroot}%{_var}/www/html/addon-modules/
cp %{SOURCE1} %{buildroot}%{_var}/www/html/addon-modules/%{upstream_name}.html

install -d -m 755 %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install %{SOURCE2} -m 644  %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/perl-Apache-ASP.conf

%files
%doc CHANGES README
%config(noreplace) %{_webappconfdir}/perl-Apache-ASP.conf
%dir %{_var}/www/perl/%{upstream_name}
%{_var}/www/perl/%{upstream_name}/*
%{perl_vendorlib}/Apache
%{perl_vendorlib}/Bundle/Apache
%{_mandir}/*/*
%{_bindir}/*
%{_var}/www/html/addon-modules/Apache-ASP.html



%changelog
* Fri Nov 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.620.0-1
+ Revision: e2cdfe5
- Updated to 2.62



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12551 |14cu|perl-Apache-LogFormat-Compiler-0.320.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Apache-LogFormat-Compiler
%define upstream_version 0.32

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Compile a log format string to perl-code
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Apache/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(POSIX)
BuildRequires: perl(Test::MockTime)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Time::Local)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(URI::Escape)
BuildRequires: perl(Module::Build)
BuildRequires: perl(POSIX::strftime::Compiler)

BuildArch: noarch

%description
Compile a log format string to perl-code. For faster generation of
access_log lines.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sat Nov 29 2014 abfonly <abfonly@gmail.com> 0.320.0-1
+ Revision: 145880a
- Merge pull request #1 from perl_modules/perl-Apache-LogFormat-Compiler:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12552 |14cu|perl-Apache-LogRegex-1.700.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Apache-LogRegex
%define upstream_version 1.70

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl module to parse a line from an Apache logfile into a hash
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    ftp://ftp.perl.org/pub/CPAN/modules/by-module/Apache/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Test::More) >= 1.1.9

BuildArch:  noarch

%description
This implements a simple Perl class to parse Apache log files.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE META.yml README.*
%{perl_vendorlib}/Apache/*
%{_mandir}/*/*

%changelog

* Thu Jul 02 2015 abfonly <abfonly@gmail.com> 1.700.0-1
- (4624d63) Log: Update to 1.700.0
- (4624d63) enabled test
- (4624d63) fixed min BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12553 |14cu|perl-App-Asciio-1.51.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-Asciio
%define upstream_version 1.51.3
%define         X_display         ":98"
%define __noautoreq 'perl\\(App::Asciio::(.*)\\)'


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Plain ASCII diagram

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Clone)
BuildRequires:	perl(Data::TreeDumper)
BuildRequires:	perl(Data::TreeDumper::Renderer::GTK)
BuildRequires:	perl(Directory::Scratch)
BuildRequires:	perl(Directory::Scratch::Structured)
BuildRequires:	perl(Data::Compare)
BuildRequires:	perl(Eval::Context)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Block)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Strict)
BuildRequires:	perl(Term::Size)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Hash::Slice)
BuildRequires:	perl(Algorithm::Diff)
BuildRequires:	perl(Compress::Bzip2)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Glib)
BuildRequires:	perl(Gtk2)
BuildRequires:	perl(Gtk2::Gdk::Keysyms)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Module::Util)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(version)
BuildRequires:	x11-server-xvfb

BuildArch:	noarch

%description
This gtk2-perl application allows you to draw ASCII diagrams in a modern (but
simple) graphical application. The ASCII graphs can be saved as ASCII or in a
format that allows you to modify them later.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
iconv -f iso8859-1 -t utf-8 Todo.txt > Todo.txt.conv && \
  mv -f Todo.txt.conv Todo.txt

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
### This will need X server up and running. Symbianflo ###
export DISPLAY=%{X_display}
Xvfb %{X_display} -screen 0 1024x768x24 -extension RANDR & >& Xvfb.log &
trap "kill $! || true" EXIT
sleep 10
./Build test



%install
./Build install destdir=%{buildroot}
sed -i -e '1i#!%{__perl}' %{buildroot}%{_bindir}/A

%files
%doc README Todo.txt Changes META.json META.yml
%{_mandir}/man3/*
%{_bindir}/*
%{perl_vendorlib}/App



%changelog

* Wed Jul 08 2015 abfonly <abfonly@gmail.com> 1.51.3-1
- (1b315e8) Log: Update to 1.51.3, backpot missing deps, fixed and enabled tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12554 |14cu|perl-App-Cmd-0.330.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-Cmd
%define upstream_version 0.330

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    "app cmd --subcmd" style subdispatching
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Carp)
BuildRequires: perl(Class::Load)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Data::OptList)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Getopt::Long::Descriptive)
BuildRequires: perl(IO::TieCombine)
BuildRequires: perl(IPC::Cmd)
BuildRequires: perl(Module::Pluggable::Object)
BuildRequires: perl(String::RewritePrefix)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Exporter::Util)
BuildRequires: perl(Sub::Install)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Text::Abbrev)
BuildRequires: perl(base)
BuildRequires: perl(constant)
BuildRequires: perl-devel
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(namespace::clean)


BuildArch: noarch

%description
App::Cmd is intended to make it easy to write complex command-line
applications without having to think about most of the annoying things
usually involved.

For information on how to start using App::Cmd, see the App::Cmd::Tutorial
manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 07 2016 Denis Silakov <dsilakov@gmail.com> 0.330.0-1
- (0d5e2a1) Updated to 0.330



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12555 |14cu|perl-App-Cme-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-Cme
%define upstream_version 1.002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2
Summary:    Generates pod doc from model files
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(App::Cmd::Setup)
BuildRequires: perl(Config::Model)
BuildRequires: perl(Config::Model::FuseUI)
BuildRequires: perl(Config::Model::Lister)
BuildRequires: perl(Config::Model::ObjTreeScanner)
BuildRequires: perl(Config::Model::SimpleUI)
BuildRequires: perl(Config::Model::TermUI)
BuildRequires: perl(Config::Model::Utils::GenClassPod)
BuildRequires: perl(File::Path)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Pod::POM)
BuildRequires: perl(Probe::Perl)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Command)
BuildRequires: perl(Test::File::Contents)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Mouse::Meta::Attribute::Custom::Trait::Hash)
BuildRequires: perl-devel
BuildRequires: perl(namespace::clean)
BuildRequires: perl(Getopt::Long::Descriptive)

BuildArch: noarch


%description
Common methods for all cme commands

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.yml META.json
%{_bindir}/cme
%{_mandir}/man3/*
%{_mandir}/man1/*
%{perl_vendorlib}/*


%changelog
* Fri Feb 06 2015 abfonly <abfonly@gmail.com> 1.2.0-2
+ Revision: f7e7d5b
- Updated perl-App-Cme.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12556 |14cu|perl-AppConfig-1.710.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AppConfig
%define upstream_version 1.71

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl5 modules for reading configuration

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-File-HomeDir
BuildArch:		noarch

%description
AppConfig has a powerful but easy to use module for parsing configuration
files. It also has a simple and efficient module for parsing command line
arguments.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%__make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/AppConfig
%{perl_vendorlib}/AppConfig.pm
%{_mandir}/*/*

%changelog

* Mon Mar 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.710.0-1
- (b1dda21) Updated to 1.71 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12557 |14cu|perl-AppConfig-Std-1.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 AppConfig-Std
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Subclass of AppConfig that provides standard options
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(AppConfig)
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(strict)
BuildRequires:	perl(vars)
BuildRequires:	perl(warnings)

BuildArch:	noarch

%description
AppConfig::Std is a Perl module that provides a set of standard configuration
variables and command-line switches. It is implemented as a subclass of
AppConfig; AppConfig provides a general mechanism for handling global
configuration variables.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/AppConfig/*
%{_mandir}/*/*



%changelog

* Fri Jul 08 2016 abfonly <abfonly@gmail.com> 1.100.0-1
- (c4d1450) Log: Update to 1.100.0 (cpan ver 1.10)
- (c4d1450) fixed new BR and req



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12558 |14cu|perl-App-cpanminus-1.703.400-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    App-cpanminus
%define upstream_version 1.7034
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(App::cpanminus::script\\)'
%define __noautoprov 'perl\\(JSON.*|perl\\(CPAN.*|perl\\(Module.*|perl\\(HTTP.*|perl\\(Exporter.*|perl\\(File.*|perl\\(Parse.*|perl\\(String.*|perl\\(A\\)|perl\\(My\\)|perl\\(YourModule\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Get, unpack, build and install modules from CPAN


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::Install)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(LWP)
BuildRequires:	perl(Module::Build)
BuildArch:	noarch

%description
cpanminus is a script to get, unpack, build and install modules from CPAN.

Why? It's dependency free, requires zero configuration, and stands alone.
When running, it requires only 10MB of RAM.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_bindir}/cpanm
%{perl_vendorlib}/App
%{_mandir}/man1/cpanm.1*
%{_mandir}/man3/*



%changelog

* Thu May 28 2015 abfonly <John@smith.org> 1.703.400-1
- (b912271) Log : Update to 1.703.400



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12559 |14cu|perl-App-pwhich-1.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 App-pwhich
%define upstream_version 1.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Portable implementation of the `which' utility

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Script)
BuildRequires:	perl(File::Which)

BuildArch:	noarch

%description
This module contains the guts of the the pwhich manpage script that is used
to be bundled with the File::Which manpage. It was removed from that
distribution because most users of the File::Which manpage do not need the
pwhich manpage. If you require the pwhich manpage, as a prerequisite,
please use the App::pwhich manpage as a prerequisite instead of the
File::Which manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_bindir}/pwhich
%{_mandir}/man1/*
%{_mandir}/man3*/*
%{perl_vendorlib}/App

%changelog

* Thu Oct 01 2015 Denis Silakov <dsilakov@gmail.com> 1.140.0-1
- (f96cafe) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12560 |14cu|perl-Archive-Any-0.94.200-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Archive-Any
%define upstream_version 0.0942

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	Single interface to deal with file archives

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Archive/Archive-Any-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(File::MMagic)
BuildRequires:	perl(MIME::Types)
BuildRequires:	perl(Archive::Zip)
BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(IO::Zlib)

BuildArch:	noarch

%description
This module is a single interface for manipulating different archive formats.
Tarballs, zip files, etc.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Archive
%{_mandir}/man3/*



%changelog

* Thu Jun 04 2015 abfonly <John@smith.org> 1:0.94.200-1
- (1f8231f) Log: Update to 0.94.200



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12561 |14cu|perl-Archive-Any-Lite-0.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Archive-Any-Lite
%define upstream_version 0.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Simple CPAN package extractor

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Archive/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Archive::Tar)
BuildRequires: perl(Archive::Zip)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Uncompress::Bunzip2)
BuildRequires: perl(IO::Zlib)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::UseAllModules)
BuildRequires: perl(ExtUtils::MakeMaker::CPANfile)
BuildRequires: perl-devel
BuildArch: noarch

%description
This is a fork of the Archive::Any manpage by Michael Schwern and Clint
Moore. The main difference is this works properly even when you fork(), and
may require less memory to extract a tarball. On the other hand, this isn't
pluggable (this only supports file formats used in the CPAN toolchains),
and this doesn't check mime types (at least as of this writing).

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc META.json META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sat Nov 22 2014 abfonly <abfonly@gmail.com> 0.100.0-1
+ Revision: 2004b25
- Merge pull request #1 from perl_modules/perl-Archive-Any-Lite:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12562 |14cu|perl-Archive-Tar-Wrapper-0.230.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name		Archive-Tar-Wrapper
%define upstream_version	0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	API wrapper around the 'tar' utility

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Archive/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cwd)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IPC::Run)
BuildRequires:	perl(Log::Log4perl) >= 1.460.0
BuildRequires:	perl(File::Which)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch:	noarch

%description
Archive::Tar::Wrapper is an API wrapper around the 'tar' command line
utility. It never stores anything in memory, but works on temporary
directory structures on disk instead. It provides a mapping between the
logical paths in the tarball and the 'real' files in the temporary
directory on disk.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jul 06 2015 abfonly <abfonly@gmail.com> 0.230.0-1
- (7500cfd) Log: update to 0.230.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12563 |14cu|perl-Argus-2.0.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define argus_version 2.0.6.fixes.1

Name:		perl-Argus
Version:	%perl_convert_version 2.00
Release:	11
Epoch:		0
Summary:	Client tools for argus network audit

License:	GPL
Group:		Development/Perl
Url:		http://qosient.com/argus/
Source0:	ftp://ftp.qosient.com/dev/argus-2.0/argus-clients-%{argus_version}.tar.bz2

BuildRequires:	 perl-devel
BuildRequires:	 perl-Date-Manip
Provides:	perl(Argus::Support)
BuildArch:	noarch

%description
Clients to the argus probe which process and display information.

%prep
%setup -q -n argus-clients-%{argus_version}/contrib/Argus-perl-2.00
export ARGUSHOME=%{_prefix}
perl Makefile.PL PREFIX=%{_prefix} INSTALLSITELIB=%{perl_vendorlib}
perl -pi -e 's|local/||g' Makefile

%build
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_prefix}/perllocal.pod

%files
%defattr(0644,root,root,0755)
%doc HISTORY INSTALL README TODO
%attr(0755,root,root) %{_bindir}/look_for
%attr(0755,root,root) %{_bindir}/slowscan
%attr(0755,root,root) %{_bindir}/watcher
%{perl_vendorlib}/Argus.pm
%{perl_vendorlib}/Argus/Archive.pm
%{perl_vendorlib}/Argus/SlowScan.pm
%{perl_vendorlib}/Argus/Support.pm
%{perl_vendorlib}/Argus/Watcher.pm
%{perl_vendorlib}/ra.conf
%{_mandir}/man1/slowscan.1*
%{_mandir}/man1/watcher.1*


%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 0:2.0.0-11
- (fc19f65) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12564 |14cu|perl-Array-Compare-2.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Array-Compare
%define upstream_version 2.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl extension for comparing arrays

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Array/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Module::Build)
BuildRequires: perl(Types::Standard)
BuildRequires: perl(strictures)
BuildRequires: perl(Moo)
BuildRequires: perl(Test::NoWarnings)
BuildRequires:	perl(Moose)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl-devel

BuildArch: 	noarch

%description 
If you have two arrays and you want to know if they are the same or different,
then Array::Compare will be useful to you.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot}

%check
./Build test

%files
%doc Changes README
%{perl_vendorlib}/Array
%{_mandir}/*/*

%changelog

* Wed Jun 17 2015 dsilakov <denis.silakov@rosalab.ru> 2.110.0-1
- (202055b) Merge pull request #2 from import/perl-Array-Compare:auto_update
- (202055b) Updated to 2.11 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12565 |14cu|perl-Astro-SunTime-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Astro-SunTime
%define upstream_version 0.01

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Calculate sun rise/set times
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Astro/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(POSIX)
BuildRequires: perl(Time::ParseDate)
BuildRequires: perl-devel
BuildArch: noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/*





%changelog

* Tue Jan 17 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.10.0-1
- (b79f8c8) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12566 |14cu|perl-Attribute-Handlers-0.990.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Attribute-Handlers
%define upstream_version 0.99

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Simpler definition of attribute handlers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(parent)

BuildArch:  noarch

%description
This module, when inherited by a package, allows that package's class to
define attribute handler subroutines for specific attributes. Variables
and subroutines subsequently defined in that package, or in packages
derived from that package may be given attributes with the same names as
the attribute handler subroutines, which will then be called at the end
of the compilation phase (i.e. in a `CHECK' block).

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes README

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{perl_vendorlib}/Attribute
%{_mandir}/*/*


%changelog

* Tue Jul 28 2015 abfonly <abfonly@gmail.com> 0.990.0-1
- (ac44b73) Log: Update to 0.990.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12567 |14cu|perl-AuthCAS-1.600.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AuthCAS
%define upstream_version 1.6

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Client library for CAS 2.0 authentication server

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/O/OS/OSALAUN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(LWP::UserAgent)

BuildArch:	noarch

%description
AuthCAS aims at providing a Perl API to Yale's Central Authentication
System (CAS). Only a basic Perl library is provided with CAS whereas
AuthCAS is a full object-oriented library.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
rm -f t/pod-coverage.t
iconv -f iso8859-1 -t utf-8 README > README.conv && mv -f README.conv README

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sat Nov 29 2014 abfonly <abfonly@gmail.com> 1.600.0-1
+ Revision: bf1e936
- Merge pull request #1 from perl_modules/perl-AuthCAS:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12568 |14cu|perl-autobox-2.830.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define __noautoprov 'autobox.so'

%define upstream_name    autobox
%define upstream_version 2.83

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	2

Summary:    Call methods on native types

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/C/CH/CHOCOLATE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Scope::Guard)
BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0

Provides: perl(autobox)

%description
The autobox pragma allows methods to be called on integers, floats,
strings, arrays, hashes, and code references in exactly the same manner as
blessed references.

The autoboxing is transparent: boxed values are not blessed into their
(user-defined) implementation class (unless the method elects to bestow
such a blessing) - they simply use its methods as though they are.

The classes (packages) into which the native types are boxed are fully
configurable. By default, a method invoked on a non-object is assumed to be
defined in a class whose name corresponds to the 'ref()' type of that value
- or SCALAR if the value is a non-reference.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc README Changes META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Tue May 31 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.830.0-2
- (8e9fc55) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12569 |14cu|perl-autobox-Core-1.290.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name autobox-Core
%define upstream_version 1.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Autobox::Core provides core functions to autoboxed scalars, arrays and hashes
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SW/SWALTERS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(autobox)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl-devel

Provides:	perl(autobox::Core)

BuildArch:	noarch

%description
The autobox module promotes Perl's primitive types (literals (strings
and numbers), scalars, arrays and hashes) into first-class objects.
However, autobox does not provide any methods for these new classes.

autobox::CORE provides a set of methods for these new classes. It
includes almost everything in perlfunc, some things from Scalar::Util
and List::Util, and some Perl 5 versions of methods taken from Perl 6.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.json META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 1.290.0-1
- (8dfe587) Log: Update to 1.290.0
- (8dfe587) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12570 |14cu|perl-autovivification-0.160.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    autovivification
%define upstream_version 0.16

%{?perl_default_filter}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Lexically disable autovivification
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Config)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(POSIX)
BuildRequires: perl(Test::More)
BuildRequires: perl(XSLoader)
BuildRequires: perl-devel

Provides: perl(autovivification)

%description
When profiling some the Test::More manpage-based test script that contained
about 10 000 unit tests, I realized that 60% of the time was spent in the
Test::Builder manpage itself, even though every single test actually
involved a costly 'eval STRING'.

This module aims to be a partial replacement to the Test::More manpage in
those situations where you want to run a large number of simple tests. Its
functions behave the same as their the Test::More manpage counterparts,
except for the following differences :

* *

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%perl_vendorlib/*



%changelog

* Tue Apr 04 2017 Stas Fomin <stas-fomin@yandex.ru> 0.160.0-2
- (95d5cde) Add Provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12571 |14cu|perl-bareword-filehandles-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    bareword-filehandles
%define upstream_version 0.003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Disables bareword filehandles
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/bareword/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(B::Hooks::OP::Check)
BuildRequires: perl(Lexical::SealRequireHints)
BuildRequires: perl(Test::More)
BuildRequires: perl(XSLoader)
BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl-devel
#fails to generate 
Provides: perl(bareword::filehandles)

%description
This module lexically disables the use of bareword filehandles with builtin
functions, except for the special builitin filehandles 'STDIN', 'STDOUT',
'STDERR', 'ARGV', 'ARGVOUT' and 'DATA'.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 25 2015 abfonly <abfonly@gmail.com> 0.3.0-2
- (7680731) Fixed provides according to http://wiki.rosalab.ru/en/index.php/Perl_policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12572 |14cu|perl-B-Compiling-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    B-Compiling
%define upstream_version 0.06
%define __noautoprov 'Compiling.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Expose PL_compiling to perl

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/B/B-Compiling-%{upstream_version}.tar.gz

BuildRequires: perl(B)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(XSLoader)
BuildRequires: perl-devel

%description
This module exposes the perl interpreter's PL_compiling variable to perl.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes Compiling.xs

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.60.0-1
- (e7de069) Log: Update to 0.60.0, fix linting, filter provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12573 |14cu|perl-B-Debug-1.230.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    B-Debug
%define upstream_version 1.23


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Walk Perl syntax tree, printing debug info about ops

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/B/B-Debug-%{upstream_version}.tar.gz

BuildRequires: perl(B)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl-devel
BuildRequires: perl(Test::Pod)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(B::Flags) 

BuildArch:	noarch

%description
See _ext/B/README_ and the newer the B::Concise manpage, the B::Terse
manpage.


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Tue Jun 30 2015 abfonly <John@smith.org> 1.230.0-1
- (65dc68b) Log: Update to 1.230.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12574 |14cu|perl-Benchmark-Timer-0.710.700-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Benchmark-Timer
%define	upstream_version 0.7107

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1
Summary:	Benchmark::Timer - Perl code benchmarking tool
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Benchmark/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		Benchmark-Timer-fix-dep.patch

BuildRequires:	perl(Statistics::TTest)
BuildRequires:	perl-devel
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
The Benchmark::Timer class allows you to time portions of code
conveniently, as well as benchmark code by allowing timings of
repeated trials. It is perfect for when you need more precise
information about the running time of portions of your code than the
Benchmark module will give you, but don't want to go all out and
profile your code.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
%patch0 -p0

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE README META.yml TODO
%{perl_vendorlib}/Benchmark
%{_mandir}/man3/*

%changelog

* Mon Jun 08 2015 abfonly <John@smith.org> 1:0.710.700-1
- (ec82da1) Log: Update to 0.710.700, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12575 |14cu|perl-Bencode-1.402.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Bencode
%define upstream_version 1.402

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	BitTorrent serialization format

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Bencode/
Source0:	http://www.cpan.org/authors/id/A/AR/ARISTOTLE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Exporter) >= 5.700.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Carp) >= 1.360.0
BuildRequires:	perl(Exporter::Tidy)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::Differences)

BuildArch:	noarch

%description
This module implements the BitTorrent bencode serialization format as
described in http://www.bittorrent.org/protocol.html.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog

* Tue Jun 30 2015 abfonly <John@smith.org> 1.402.0-1
- (bf598f7) Log; Update to 1.402.0, bacported missing deps



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12576 |14cu|perl-BerkeleyDB-0.550.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 BerkeleyDB
%define upstream_version 0.55

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Perl module for BerkeleyDB 2.x and greater

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	db-devel
BuildRequires:	perl-devel

%description
BerkeleyDB is a module which allows Perl programs to make use of the
facilities provided by Berkeley DB version 2 or greater. (Note: if
you want to use version 1 of Berkeley DB with Perl you need the DB_File
module).

Berkeley DB is a C library which provides a consistent interface to a
number of database formats. BerkeleyDB provides an interface to all
four of the database types (hash, btree, queue and recno) currently
supported by Berkeley DB.

For further details see the documentation in the file BerkeleyDB.pod.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes README
# ignore pod test failure
rm -f t/pod.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%clean 

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorarch}/BerkeleyDB*
%{perl_vendorarch}/*.pl
%{perl_vendorarch}/auto/BerkeleyDB
%{_mandir}/*/*

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.550.0-1
- (1d5ae92) Updated to 0.55 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12577 |14cu|perl-B-Flags-0.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    B-Flags
%define upstream_version 0.13
%define __noautoprov 'Flags.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Friendlier flags for B
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/B/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl-devel

%description
Stringification of flags.

By default, '$foo->flags' when passed an object in the 'B' class will
produce a relatively meaningless number, which one would need to grovel
through the Perl source code in order to do anything useful with. This
module adds 'flagspv' to the SV and op classes and 'privatepv' to the op
classes, which makes them easier to understand.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 30 2015 abfonly <John@smith.org> 0.130.0-1
- (2caa5e5) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12578 |14cu|perl-bignum-0.410.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 bignum
%define upstream_version 0.41

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Transparent BigNumber support for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Math::BigInt) >= 1.999.300
BuildRequires:	perl(Math::BigRat) >= 0.260.600
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)


Provides:	perl(bigrat) = %{EVRD}
Obsoletes: perl-bignum < %{EVRD}
# why is this arch related? Symbianflo
BuildArch:	noarch

%description
All operators (including basic math operations) are overloaded. Integer and
floating-point constants are created as proper BigInts or BigFloats,
respectively.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
find . -type f -exec chmod 644 {} \;

%build
%{__perl} Makefile.PL installdirs=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc BUGS LICENSE TODO README CHANGES META.json META.yml
%{perl_vendorlib}/
%{_mandir}/*/*



%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 0.410.0-1
- (0f352e5) Log: Update to 0.410.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12579 |14cu|perl-Bio-ASN1-EntrezGene-1.700.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Bio-ASN1-EntrezGene
%define upstream_version 1.70

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Regular expression-based Perl Parser for NCBI Entrez Gene

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Bio/%{upstream_name}-%{upstream_version}.tar.gz
#for check
BuildRequires:	perl(Bio::Index::AbstractSeq)
#
BuildRequires:	perl-devel
Requires:	perl(Carp) >= 1.330.100
Requires:	perl(Bio::Perl)

BuildArch:	noarch

%description
Bio::ASN1::EntrezGene is a regular expression-based Perl Parser for NCBI Entrez
Gene genome databases (http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene). It
parses an ASN.1-formatted Entrez Gene record and returns a data structure that
contains all data items from the gene record.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files
%doc Changes LICENSE README.md
%{perl_vendorlib}/Bio
%{_mandir}/*/*



%changelog

* Mon Jun 08 2015 abfonly <abfonly@gmail.com> 1.700.0-2
- (fb9b9a6) rebuild against new bioperl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12580 |14cu|perl-Bio-FeatureIO-1.6.905-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Bio-FeatureIO
%define upstream_version 1.6.905


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Handler for FeatureIO
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Bio/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Bio::Root::Test)

BuildArch:	noarch

%description
Bio::FeatureIO is a BioPerl-based parser for feature data from common
biological sequence formats, such as GFF3, GTF, and BED.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README.md
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Mon Jun 08 2015 abfonly <John@smith.org> 1.6.905-1
- (490bd68) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12581 |14cu|perl-bioperl-1.6.924-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    BioPerl
%define upstream_version 1.6.924

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Bio::Expression::(.*)\\)|perl\\(Bio::Phylo::(.*)\\)|perl\\(Mac::(.*)\\)|perl\\(Win32::Clipboard\\)|perl\\(Bio::Tools::Run::Samtools\\)|perl\\(TestInterface\\)|perl\\(Bio::Phylo\\)|perl\\(Bio::SeqFeature::Annotated\\)'
%define __noautoprov 'perl\\(Error\\)|perl\\(Error::Simple\\)|perl\\(Error::subs\\)|perl\\(TestInterface\\)|perl\\(TestObject\\)'
%else
%define _requires_exceptions perl(Bio::Expression::FeatureSet)\\|perl(TestInterface)|perl\\(Bio::Phylo\\)
%define _provides_exceptions perl(Error)\\|perl(Error::Simple)\\|perl(Error::subs)\\|perl(TestInterface)\\|perl(TestObject)
%endif

Name:		perl-bioperl
Version:	%{upstream_version}
Release:	1
Summary:	BioPerl core modules

Group:		Development/Perl
License:	Artistic
URL:		http://www.bioperl.org
Source0:	https://github.com/bioperl/bioperl-live/archive/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Algorithm::Munkres)
BuildRequires:	perl(Array::Compare)
BuildRequires:	perl(Clone)
BuildRequires:	perl(Convert::Binary::C)
BuildRequires:	perl(CPAN) >= 1.920.5
BuildRequires:	perl(Data::Stag)
BuildRequires:	perl(DB_File)
BuildRequires:	perl(GraphViz)
BuildRequires:	perl(IO::String)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Math::Random)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Spreadsheet::ParseExcel)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Set::Scalar)
BuildRequires:	perl(Sort::Naturally)
BuildRequires:	perl(SVG::Graph)
BuildRequires:	perl(XML::DOM::XPath)
BuildRequires:	perl(XML::SAX::Writer)
BuildRequires:	perl(XML::Simple)
BuildRequires:	perl(XML::Writer)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTML::HeadParser)
BuildRequires:	perl(HTML::TableExtract)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(PostScript::TextBlock)
BuildRequires:	perl(Bio::ASN1::EntrezGene)
BuildRequires:	perl(DBD::mysql)
BuildRequires:	perl(DBD::Pg)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Test::Pod)


BuildArch:	noarch
%rename perl-Bioperl

%description
Officially organized in 1995 and existing informally for several years
prior, The Bioperl Project is an international association of developers
of open source Perl tools for bioinformatics, genomics and life science
research.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

chmod 644 AUTHORS Changes
for file in AUTHORS Changes; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
perl Build.PL --installdirs vendor --destdir %{buildroot}  <<EOI
n
n
a
n
EOI

./Build

%check
./Build test

%install
./Build install 
# those should belong to Bioperl-Run instead
rm -f %{buildroot}%{_bindir}/bp_pairwise_kaks.pl
rm -f %{buildroot}%{_bindir}/bp_blast2tree.pl

# correct permissions
find %{buildroot}%{perl_vendorlib}/Bio/ -name "*.pm" -exec chmod 644 {} \;

# clean doc
executables='.*\(\.\(pl\|cgi\)\|pdf2index\|dbfetch\)$'
for dir in examples doc;
do
	find $dir -type f -regex $executables | xargs chmod 644
	find $dir -type f -regex $executables | xargs perl -pi -e 's|^#!/usr/local/bin/perl|#!/usr/bin/perl|'
	find $dir -type f ! -regex $executables | xargs chmod 644
	find $dir -type f | xargs perl -pi -e 'BEGIN {exit unless -T $ARGV[0];} tr/\r//d;'
done

chmod -x %{buildroot}%{perl_vendorlib}/Bio/DB/HIV/lanl-schema.xml
find %{buildroot} -size 0 -delete



cat << EOD > README.urpmi
    Environment Variables

Some modules which run external programs need certain environment
variables set. If you do not have a local copy of the specific
executable you do not need to set these variables. Additionally the
modules will attempt to locate the specific applications in your
runtime PATH variable. You may also need to set an environment
variable to tell BioPerl about your network configuration if your site
uses a firewall.

Setting environment variables on unix means adding lines like the
following to your shell *rc file.

   For bash or sh:

 export BLASTDIR=/data1/blast

   For csh or tcsh:

 setenv BLASTDIR /data1/blast

Some environment variables include:

+------------------------------------------------------------------------+
| Env. Variable |                      Description                       |
|---------------+--------------------------------------------------------|
|               |Specifies where the NCBI blastall, blastpgp, bl2seq,    |
|BLASTDIR       |etc.. are located. A 'data' directory could also be     |
|               |present in this directory as well, you could put your   |
|               |blastable databases here.                               |
|---------------+--------------------------------------------------------|
|               |If one does not want to locate the data dir within the  |
|BLASTDATADIR or|same dir as where the BLASTDIR variable points, a       |
|BLASTDB        |BLASTDATADIR or BLASTDB variable can be set to point to |
|               |a dir where BLAST database indexes are located.         |
|---------------+--------------------------------------------------------|
|BLASTMAT       |The directory containing the substitution matrices such |
|               |as BLOSUM62.                                            |
|---------------+--------------------------------------------------------|
|CLUSTALDIR     |The directory where the clustalw executable is located. |
|---------------+--------------------------------------------------------|
|TCOFFEEDIR     |The directory where the t_coffee executable is located. |
|---------------+--------------------------------------------------------|
|               |If you access the internet via a proxy server then you  |
|               |can tell the BioPerl modules which require network      |
|               |access about this by using the http_proxy environment   |
|http_proxy     |variable. The value set includes the proxy address and  |
|               |the port, with optional username/password for           |
|               |authentication purposes                                 |
|               |(e.g. http://USERNAME:PASSWORD@proxy.example.com:8080). |
+------------------------------------------------------------------------+
EOD

%files
%doc AUTHORS BUGS Changes DEPENDENCIES DEPRECATED LICENSE META.json META.yml README examples
%{perl_vendorlib}/Bio/
%{_mandir}/*/*



%changelog

* Mon Jun 08 2015 abfonly <John@smith.org> 1.6.924-1
- (d30abdc) Log: Update to 1.6.924, fixed BR, fixed and enabled test, fixed linting and req



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12582 |14cu|perl-BioPerl-Run-1.6.900-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    BioPerl-Run
%define upstream_version 1.006900

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Bio::Root::(.*)\\)|perl\\(Bio::Tools::(.*)\\)|perl\\(Bio::DB::EUtilities\\)'
%else
%define _requires_exceptions perl(Bio::Root::AccessorMaker)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	BioPerl wrappers for external programs

License:	Artistic
Group:		Development/Perl
Url:		http://www.bioperl.org
Source0:	http://bioperl.org/DIST/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Bio::Perl) >= 1.6.924
BuildRequires:	perl(File::Sort)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(XML::Twig)
BuildRequires:	perl(Bio::FeatureIO)

Requires:	perl(Bio::Perl) >= 1.6.924

BuildArch:	noarch

%rename perl-Bioperl-Run
%rename perl-bioperl-run

%description
Officially organized in 1995 and existing informally for several years
prior, The Bioperl Project is an international association of developers
of open source Perl tools for bioinformatics, genomics and life science
research.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
# we don't need those tests because
# Network tests have not been requested or 
#  Valid email not provided. Symbianflo
rm -fr t/BWA.t t/Blat.t t/Bowtie.t t/Eponine.t \
  t/Phyml.t t/RepeatMasker.t t/Maq.t t/Samtools.t \
  t/SABlastPlus.t

%build
%{__perl} Build.PL installdirs=vendor <<EOI
y
n
EOI
./Build

%check
# most of the check useanon-packaged  external tools, so they are useless there
./Build test

%install
./Build install destdir=%{buildroot}

pushd %{buildroot}%{perl_vendorlib}/Bio
find . -type f -name "*.pm" -exec chmod 644 {} \;
popd

pushd %{buildroot}%{_bindir}
find . -type f -name "*.pl" -exec chmod 755 {} \;
sed -i 's|#!/usr/local/bin/perl|#!/usr/bin/perl|' bp_bioperl_application_installer.pl
popd

%files
%doc AUTHORS Changes DEPENDENCIES LICENSE META.json META.yml README
%{perl_vendorlib}/Bio
%{_bindir}/*
%{_mandir}/man?/*

%changelog

* Mon Jun 08 2015 abfonly <abfonly@gmail.com> 1.6.900-5
- (f1ff3fa) Log: Fixed some lintings, filter usefull tests and enabled, rebuild against the new bioperl.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12583 |14cu|perl-B-Keywords-1.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 B-Keywords
%define upstream_version 1.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Lists of reserved barewords and symbol names

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/B/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays,
@Hashes, @Filehandles, @Symbols, @Functions, and @Barewords. The
@Symbols array includes the contents of each of @Scalars, @Arrays,
@Hashes, and @Filehandles. Similarly, @Barewords adds a few
non-function keywords and operators to the @Functions array.

All additions and modifications are welcome.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{perl_vendorlib}/B
%{_mandir}/man*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.150.0-1
- (a1289d7) Updated to 1.15 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12584 |14cu|perl-B-Lint-1.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    B-Lint
%define upstream_version 1.20


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
License:    GPL+ or Artistic
Group:      Development/Perl
Summary:    Adds debugging stringification to B::

Source:     http://www.cpan.org/modules/by-module/B/%{upstream_name}-%{upstream_version}.tar.gz
Url:        http://search.cpan.org/dist/%{upstream_name}
BuildRequires: perl-devel
BuildRequires: perl(Module::Pluggable) >= 5.100.0
BuildRequires: perl(Test::More) >= 1.1.9
# It should be noarch.Symbianflo
Obsoletes:     %{name} < %{EVRD}
BuildArch:     noarch

%description
The B::Lint module is equivalent to an extended version of the *-w* option
of *perl*. It is named after the program _lint_ which carries out a similar
process for C programs.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 1.200.0-1
- (94120c0) Log: Update to 1.200.0, noarch build, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12585 |14cu|perl-boolean-0.450.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    boolean
%define upstream_version 0.45

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Boolean support for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch:	noarch
Provides:	perl(boolean)

%description
Most programming languages have a native 'Boolean' data type. Perl does
not.

Perl has a simple and well known Truth System. The following scalar values
are false:

    $false1 = undef;
    $false2 = 0;
    $false3 = 0.0;
    $false4 = '';
    $false5 = '0';

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE CONTRIBUTING META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Tue Jun 23 2015 abfonly <John@smith.org> 0.450.0-1
- (8de0033) Log: Update to 0.450.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12586 |14cu|perl-Bot-BasicBot-0.890.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Bot-BasicBot
%define upstream_version 0.89

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	A simple IRC bot base class
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TO/TOMI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(POE::Component::IRC)
BuildArch:	noarch

%description
A basic bot system written in Perl, designed to make it easy to do simple bots,
optionally forking longer processes (like searches) concurrently in the
background.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# tests try to connect to internet
%make test

%install
%makeinstall_std

%files
%doc Changes examples
%{perl_vendorlib}/Bot/*
%{_mandir}/*/*


%changelog
* Mon Jan 26 2015 abfonly <abfonly@gmail.com> 0.890.0-1
+ Revision: ebed122
- Log: Update to 0.890



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12587 |14cu|perl-Browser-Open-0.40.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Browser-Open
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Open a browser in a given URL
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(parent)
BuildArch:	noarch

%description
The functions optionaly exported by this module allows you to open URLs in
the user browser.

A set of known commands per OS-name is tested for presence, and the first
one found is executed. With an optional parameter, all known commands are
checked.

The the "open_browser" manpage uses the 'system()' function to execute the
command. If you want more control, you can get the command with the the
"open_browser_cmd" manpage or the "open_browser_cmd_all" manpage functions
and then use whatever method you want to execute it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Mon Nov 09 2015 Denis Silakov <dsilakov@gmail.com> 0.40.0-2
- (6b20ff4) Updated upstream URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12588 |14cu|perl-Business-ISBN-2.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Business-ISBN
%define upstream_version 2.010

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Work with 13 digit International Standard Book Numbers
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Business/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel 
BuildRequires: perl(Business::ISBN::Data)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(URI)
BuildArch: noarch

%description
This modules handles International Standard Book Numbers, including ISBN-10
and ISBN-13.

Function interface
    * valid_isbn_checksum( ISBN10 | ISBN13 )

      This function is exportable on demand, and works for either 10 or 13
      character ISBNs).

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue May 31 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.10.0-1
- (03d32d0) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12589 |14cu|perl-Business-ISBN-Data-20140910.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Business-ISBN-Data
%define upstream_version 20140910.003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Data pack for Business::ISBN
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Business/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel 
BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(Test::More)
BuildArch: noarch

%description
You don't need to load this module yourself in most cases. 'Business::ISBN'
will load it when it loads.

These data are generated from the _RangeMessage.xml_ file provided by the
ISBN Agency. You can retrieve this yourself at the
https://www.isbn-international.org/range_file_generation manpage. This file
is included as part of the distribution and should be installed at
_~lib/Business/ISBN/Data/RangeMessage.xml_.

If you want to use a different _RangeMessage.xml_ file, you can set the
'ISBN_RANGE_MESSAGE' environment variable to the alternate location before
you load 'Business::ISBN'. This way, you can use the latest (or even
earlier) data without having to install something new or wait for an update
to this module.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue May 31 2016 Denis Silakov <denis.silakov@rosalab.ru> 20140910.3.0-1
- (ea3401e) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12590 |14cu|perl-Business-ISMN-1.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Business-ISMN
%define upstream_version 1.13

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Data pack for Business::ISMN
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Business/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(Tie::Cycle)
BuildRequires: perl-devel 
BuildArch: noarch

%description
Methods
    * new($ismn)

      The constructor accepts a scalar representing the ISMN.

      The string representing the ISMN may contain characters other than
      '[0-9mM]', although these will be removed in the internal
      representation. The resulting string must look like an ISMN - the
      first character is an 'M' and the following nine characters must be
      digits.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu May 07 2015 Stas Fomin <stas-fomin@yandex.ru> 1.130.0-1
- (453bc0f) First version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12591 |14cu|perl-Business-ISSN-0.910.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Business-ISSN
%define upstream_version 0.91

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl extension for International Standard Serial Numbers
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Business/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel 
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildArch: noarch

%description
* new($issn)

  The constructor accepts a scalar representing the ISSN.

  The string representing the ISSN may contain characters other than
  [0-9xX], although these will be removed in the internal representation.
  The resulting string must look like an ISSN - the first seven characters
  must be digits and the eighth character must be a digit, 'x', or 'X'.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu May 07 2015 Stas Fomin <stas-fomin@yandex.ru> 0.910.0-1
- (bd8e86a) First version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12592 |14cu|perl-B-Utils-0.270.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    B-Utils
%define upstream_version 0.27
%define __noautoprov 'Utils.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1

Summary:    Easily build XS extensions that depend on XS extensions


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/B/%{upstream_name}-%{upstream_version}.tar.gz
Source100:  %{name}.rpmlintrc

BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Exporter)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Task::Weaken)
BuildRequires: perl-devel


%description
  sub foo {
    dothis(1);
    find_things();
    return;
  }

has the following optree:

 d  <1> leavesub[1 ref] K/REFC,1 ->(end)
 -     <@> lineseq KP ->d
 1        <;> nextstate(main -371 bah.pl:8) v/2 ->2
 5        <1> entersub[t2] vKS/TARG,3 ->6
 -           <1> ex-list K ->5
 2              <0> pushmark s ->3
 3              <$> const[IV 1] sM ->4
 -              <1> ex-rv2cv sK/3 ->-
 4                 <#> gv[*dothis] s ->5
 6        <;> nextstate(main -371 bah.pl:9) v/2 ->7

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes BUtils.h Utils.xs OP.xs

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Sat Jul 25 2015 abfonly <abfonly@gmail.com> 0.270.0-1
- (dac7c12) Log: Update to 0.270.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12593 |14cu|perl-CACertOrg-CA-20110724.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CACertOrg-CA
%define upstream_version 20110724.004

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    CACert.org's CA root certificate in PEM format
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CACertOrg/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildArch: noarch

%description
CACertOrg::CA provides a copy of Certificate Authority certificate for
CACert.org. This is the Class 1 PKI Key.

sha1 13:5C:EC:36:F4:9C:B8:E9:3B:1A:B2:70:CD:80:88:46:76:CE:8F:33

md5 A6:1B:37:5E:39:0D:9C:36:54:EE:BD:20:31:46:1F:6B

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 15 2015 abfonly <John@smith.org> 20110724.4.0-1
+ Revision: 127b3e8
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12594 |14cu|perl-Cache-2.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Cache
%define upstream_version 2.11


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	The Cache interface

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(File::NFSLock)
BuildRequires:	perl(Date::Format)
BuildRequires:	perl(IO::String)
BuildRequires:	perl(Heap)
BuildRequires:	perl(DB_File)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(Fcntl)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Symbol)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::TrailingSpace) >= 0.20.500

BuildArch:	noarch

%description
%{upstream_name} perl module

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README TODO META.json META.yml LICENSE
%{perl_vendorlib}/Cache*
%{_mandir}/man3/*




%changelog

* Thu Jul 02 2015 abfonly <abfonly@gmail.com> 2.110.0-1
- (2b1136b) Log: Update to 2.110.0
- (2b1136b) bacported missing BR
- (2b1136b) dropped all hacks



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12595 |14cu|perl-Cache-Cache-1.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Cache-Cache
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Cache/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Digest::SHA1) >= 2.130.0
BuildRequires:	perl(Error) >= 0.170.220
BuildRequires:	perl(File::Spec) >= 3.330.0
BuildRequires:	perl(IPC::ShareLite) >= 0.170.0
BuildRequires:	perl(Storable) >= 2.300.0

BuildArch:	noarch


%description
Cache-Cache module for perl.  The Cache modules are designed to assist
a developer in persisting data for a specified period of time.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%defattr(444,root,root,755)
%doc CHANGES COPYING CREDITS DISCLAIMER README STYLE META.json META.yml
%{_mandir}/*/*
%{perl_vendorlib}/Cache



%changelog

* Tue Jun 30 2015 abfonly <John@smith.org> 1.80.0-1
- (0834608) Log: Update to 1.80.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12596 |14cu|perl-Cache-FastMmap-1.440.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Cache-FastMmap
%define upstream_version 1.44
%define __noautoprov 'FastMmap.so'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Uses an mmap'ed file to act as a shared memory interprocess cache
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Cache/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Storable)
BuildRequires:	perl(GTop)
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl-devel


%description
A shared memory cache through an mmap'ed file. It's core is written in C for
performance. It uses fcntl locking to ensure multiple processes can safely
access the cache at the same time. It uses a basic LRU algorithm to keep the
most used entries in the cache.

%files
%doc README Changes
%{perl_vendorarch}/Cache
%{perl_vendorarch}/auto/Cache
%{_mandir}/*/*
#--------------------------------------------------------------------

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%changelog

* Tue Jul 05 2016 abfonly <abfonly@gmail.com> 1.440.0-1
- (dea6950) Log: Update to 1.440.0 (1.44 cpan version)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12597 |14cu|perl-Cache-LRU-0.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Cache-LRU
%define upstream_version 0.04


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A simple, fast implementation of LRU cache in pure perl
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Cache/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl-devel

BuildArch: noarch

%description
Cache::LRU is a simple, fast implementation of an in-memory LRU cache in
pure perl.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 0.40.0-1
- (cfdd443) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12598 |14cu|perl-Cache-Memcached-1.300.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Cache-Memcached
%define upstream_version 1.30

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Client library for memcached (memory cache daemon) 
License:	GPL+ or Artistic
Group: 		Development/Perl
Url:		http://search.cpan.org/~bradfitz/Cache-Memcached/
Source0:	http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Storable)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(String::CRC32)
BuildArch:	noarch

%description
This is the Perl API for memcached, a distributed memory cache daemon. See the
documentation within the module for details on its use.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# seems to fail on ABF
%make test

%install
%makeinstall_std

%files
%doc ChangeLog README TODO
%{perl_vendorlib}/Cache/Memcached.pm
%dir %{perl_vendorlib}/Cache/Memcached
%{perl_vendorlib}/Cache/Memcached/GetParser.pm
%{_mandir}/*/*



%changelog
* Tue Jan 27 2015 abfonly <abfonly@gmail.com> 1.300.0-1
+ Revision: 6b5fd1e
- Log: Update to 1.300



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12599 |14cu|perl-capitalization-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname   capitalization
%define upstream_version 0.03

Name:		perl-%{realname}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Perl module that allows no capitalization on method names

Source0:	http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/%{realname}-%{upstream_version}.tar.bz2
Url:		http://search.cpan.org/dist/%{realname}
BuildRequires:	perl-devel
BuildRequires:	perl-Devel-Symdump
BuildArch:	noarch

%description
capitalization.pm allows you to use familiar style on method naming.

%prep
%setup -q -n %{realname}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}/%{perl_vendorarch}

%clean

%files
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*




%changelog
* Fri Nov 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.30.0-1
+ Revision: 9eeb99b
- Spec cleanup, follow Perl policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12600 |14cu|perl-Catalyst-Action-RenderView-0.160.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Catalyst-Action-RenderView
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Sensible default end action

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Module::Install)
BuildRequires:	perl(Mouse)
BuildRequires:	perl(Data::Visitor)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(HTTP::Request::AsCGI)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean) 

BuildArch:	noarch

Requires:	perl(Catalyst::Runtime) >= 5.900.930
Requires:	perl(namespace::clean)

%description
This action implements a sensible default end action, which will
forward to the first available view, unless status is set to 3xx, or
there is a response body. It also allows you to pass dump_info=1 to
the url in order to force a debug screen, while in debug mode.

If you have more than 1 view, you can specify which one to use with
the 'default_view' config setting (See view in Catalyst.)

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL installdirs=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog

* Wed Jun 10 2015 abfonly <abfonly@gmail.com> 0.160.0-6
- (9e6d87a) Merge pull request #1 from perl_modules/perl-Catalyst-Action-RenderView:rosa2014.1
- (9e6d87a) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12601 |14cu|perl-Catalyst-Action-REST-1.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Action-REST
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	A request trait for REST and browsers
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl(Config::General)
BuildRequires:	perl(Data::Serializer)
BuildRequires:	perl(Data::Taxi)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(FreezeThaw)
BuildRequires:	perl(JSON)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Module::Pluggable::Object)
BuildRequires:	perl(Moose)
BuildRequires:	perl(PHP::Serialization)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(URI::Find)
BuildRequires:	perl(XML::Simple)
BuildRequires:	perl(YAML::Syck)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)
BuildRequires:	perl(JSON::MaybeXS)

BuildArch:	noarch

%description
This Action handles doing automatic method dispatching for REST requests.
It takes a normal Catalyst action, and changes the dispatch to append an
underscore and method name. First it will try dispatching to an action with
the generated name, and failing that it will try to dispatch to a regular
method.

For example, in the synopsis above, calling GET on "/foo" would result in
the foo_GET method being dispatched.

If a method is requested that is not implemented, this action will return a
status 405 (Method Not Found). It will populate the "Allow" header with the
list of implemented request methods. You can override this behavior by
implementing a custom 405 handler like so:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml META.json README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Tue Jul 05 2016 abfonly <abfonly@gmail.com> 1.200.0-1
- (c128dcd) Log: Update to 1.200.0 (1.20 cpan version)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12602 |14cu|perl-Catalyst-Authentication-Credential-OpenID-0.190.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Authentication-Credential-OpenID
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	OpenID credential for Catalyst::Plugin::Authentication framework
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::FastMmap) >= 1.280.0
BuildRequires:	perl(Catalyst) >= 5.700.0
BuildRequires:	perl(Catalyst::Authentication::User::Hash)
BuildRequires:	perl(Catalyst::Devel) >= 1.0.0
BuildRequires:	perl(Catalyst::Plugin::Session::State::Cookie) >= 0.80.0
BuildRequires:	perl(Catalyst::Plugin::Session::Store::FastMmap) >= 0.50.0
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::Parser) >= 3.0.0
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Math::BigInt)
BuildRequires: 	perl(Net::OpenID::Consumer) >= 1.30.0
BuildRequires:	perl(Test::More)
BuildRequires:	perl(parent) >= 0.200.0
BuildArch:	noarch

%description
D'er... testing. Has an OpenID provider to test the OpenID credential
against.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor << EOF

EOF
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 0.190.0-1
- (d7ea056) Updated to 0.19



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12603 |14cu|perl-Catalyst-Authentication-Store-DBIx-Class-0.150.600-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Authentication-Store-DBIx-Class
%define upstream_version 0.1506

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Catalyst Auth storage using DBIx::Class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(strictures)
BuildRequires:	perl(Catalyst::Model::DBIC::Schema)
BuildRequires:	perl(Catalyst::Plugin::Authentication)
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(aliased)

BuildArch:	noarch

%description
The Catalyst::Authentication::Realm::SimpleDB provides a simple way to
configure Catalyst Authentication when using the most common configuration
of a password protected user retrieved from an SQL database.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog

* Wed Jun 10 2015 abfonly <abfonly@gmail.com> 0.150.600-4
- (79df62c) Merge pull request #1 from perl_modules/perl-Catalyst-Authentication-Store-DBIx-Class:rosa2014.1
- (79df62c) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12604 |14cu|perl-Catalyst-Authentication-Store-LDAP-1.15.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Authentication-Store-LDAP
%define upstream_version 1.015

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	LDAP authentication storage backend

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Authentication-Store-LDAP-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Plugin::Authentication)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Net::LDAP)
BuildRequires:	perl(Net::LDAP::Server::Test)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)
BuildRequires:	perl(Catalyst::Model::LDAP)

BuildArch:	noarch

%description
This plugin implements the the Catalyst::Authentication manpage v.10 API.
Read that documentation first if you are upgrading from a previous version
of this plugin.

This plugin uses 'Net::LDAP' to let your application authenticate against
an LDAP directory. It has a pretty high degree of flexibility, given the
wide variation of LDAP directories and schemas from one system to another.

It authenticates users in two steps:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.yml README 
%{_mandir}/man3/*
%{perl_vendorlib}/Catalyst



%changelog

* Thu Jun 11 2015 abfonly <John@smith.org> 1.15.0-1
- (71d2bc5) Log: Update to 1.15.0, enable and fix tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12605 |14cu|perl-Catalyst-Component-InstancePerContext-0.1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Component-InstancePerContext
%define upstream_version 0.001001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	%{upstream_name} perl module

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
%{upstream_name} perl module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Tue Jun 07 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-6
- (3a1ee37) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12606 |14cu|perl-Catalyst-Controller-ActionRole-0.170.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Controller-ActionRole
%define upstream_version 0.17

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Apply roles to action instances


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Catalyst::Runtime) >= 5.900.930
BuildRequires: perl(Class::MOP)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(String::RewritePrefix)
BuildRequires: perl(namespace::clean)
BuildRequires: perl-devel
BuildRequires: perl(aliased)
BuildRequires: perl(Catalyst::Action::REST)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(Catalyst::Utils)
BuildRequires: perl(Catalyst::Controller)

BuildArch: noarch

%description
This module allows to apply roles to the 'Catalyst::Action's for different
controller methods.

For that a 'Does' attribute is provided. That attribute takes an argument,
that determines the role, which is going to be applied. If that argument is
prefixed with '+', it is assumed to be the full name of the role. If it's
prefixed with '~', the name of your application followed by
'::ActionRole::' is prepended. If it isn't prefixed with '+' or '~', the
role name will be searched for in '@INC' according to the rules for /ROLE
PREFIX SEARCHING.

Additionally it's possible to to apply roles to *all* actions of a
controller without specifying the 'Does' keyword in every action
definition:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml META.json LICENSE README CONTRIBUTING
%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog

* Thu Jun 11 2015 abfonly <John@smith.org> 0.170.0-1
- (89fe9af) Log: Update to 0.170.0, build against new catalyst, spec clean, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12607 |14cu|perl-Catalyst-Controller-BindLex-0.50.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Controller-BindLex
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Stash your lexical goodness

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Array::RefElem)
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Devel::Caller)
BuildRequires:	perl(Devel::LexAlias)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(PadWalker)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)

BuildArch:	noarch

%description
This plugin lets you put your lexicals on the stash and elsewhere very
easily.

It uses some funky modules to get it's job done: PadWalker,
Array::RefElem, Devel::Caller, Devel::LexAlias and attributes. In some
people's opinion this hurts this plugin's reputation ;-).

If you use the same name for two variables with the same storage
binding attribute they will be aliased to each other, so you can use
this for reading as well as writing values across controller
subs. This is almost like sharing your lexical scope.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog

* Thu Jun 11 2015 abfonly <abfonly@gmail.com> 0.50.0-6
- (ab81c5d) Rebuild against new catalyst, fixed BR, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12608 |14cu|perl-Catalyst-Controller-HTML-FormFu-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Controller-HTML-FormFu
%define upstream_version 1.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Hidden text field which contains a unique token


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Aggregate::Nested)
BuildRequires:	perl(Catalyst::Action::RenderView)
BuildRequires:	perl(Catalyst::Component::InstancePerContext)
BuildRequires:	perl(Catalyst::Plugin::ConfigLoader)
BuildRequires:	perl(Catalyst::Plugin::Session)
BuildRequires:	perl(Catalyst::Plugin::Session::State::Cookie)
BuildRequires:	perl(Catalyst::Plugin::Session::Store::File)
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Catalyst::View::TT)
BuildRequires:	perl(Class::C3)
BuildRequires:	perl(Config::Any)
BuildRequires:	perl(Config::General)
BuildRequires:	perl(Crypt::DES)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(HTML::FormFu)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Meta::Attribute::Custom::Trait::Chained)
BuildRequires:	perl(Regexp::Assemble)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Template)
BuildRequires:	perl(Test::WWW::Mechanize)
BuildRequires:	perl(Test::WWW::Mechanize::Catalyst)
BuildRequires:	perl(YAML::Syck)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)

Requires:	perl(Catalyst::Component::InstancePerContext)
Requires:	perl(Regexp::Assemble)

BuildArch:	noarch

%description
As of version 0.02000, the HTML::FormFu manpage doesn't use the TT template
files by default - it uses in internal rendering engine.

If you don't want to customise the generated markup, you don't need to use
the Catalyst::Helper::HTML::FormFu manpage at all.

If you want to customise the generated markup, you'll need a local copy of
the template files. To create the files in the default 'root/formfu'
directory, run:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Fri Jun 12 2015 abfonly <John@smith.org> 1.0.0-4
- (575b75f) Log: Rebuild against new catalyst, spec clean fixed BR, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12609 |14cu|perl-Catalyst-Devel-1.390.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Catalyst-Devel
%define upstream_version 1.39

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Catalyst Development Tools
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Sub::Exporter::ForMethods)
BuildRequires:	perl(Plack::Middleware::ReverseProxy)
BuildRequires:	perl(MooseX::Types::Path::Class)
BuildRequires:	perl(TAP::Harness::Env)
BuildRequires:	perl(CPANPLUS::Dist::Build)
BuildRequires:	perl(Safe::Isa)
BuildRequires:	perl(Carp::Always)
BuildRequires:	perl(Text::Glob)
BuildRequires:	perl(Test::Without::Module)
BuildRequires:	perl(Test::Tester)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::MockTime)
BuildRequires:	perl(Test::Deep::NoTest)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Stream::Buffered)
BuildRequires:	perl(Plack::Test)
BuildRequires:	perl(Plack::Request)
BuildRequires:	perl(Plack::Middleware)
BuildRequires:	perl(Plack::Loader)
BuildRequires:	perl(Plack::Builder)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(MooseX::Daemonize)
BuildRequires:	perl(Net::Server)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(JSON::MaybeXS)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(HTTP::Message::PSGI)
BuildRequires:	perl(HTTP::Parser::XS)
BuildRequires:	perl(File::ShareDir::Install)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(ExtUtils::Config)
BuildRequires:	perl(Devel::AssertOS)
BuildRequires:	perl(Data::Compare)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Cpanel::JSON::XS)
BuildRequires:	perl(Apache::LogFormat::Compiler)
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Catalyst::Action::RenderView)     >= 0.04
BuildRequires:	perl(Catalyst::Plugin::ConfigLoader)
BuildRequires:	perl(Catalyst::Plugin::Static::Simple) >= 0.14
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Config::General)
BuildRequires:	perl(File::ChangeNotify)
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(Module::Install)  >= 0.64
BuildRequires:	perl(Path::Class)      >= 0.09
BuildRequires:	perl(Template)         >= 2.14
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)       >= 0.940.0
BuildRequires:	perl(Test::Fatal)	>= 0.003
BuildRequires:	perl(YAML)             >= 0.55
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Starman) >= 0.401.400
BuildRequires:	perl(aliased)


### This should be noarch ###
Obsoletes:	perl-Catalyst-Devel < %{EVRD}
BuildArch:	noarch
### I don't see arch dependent provides. Symbianflo ### 

%description
Catalyst is an elegant web application framework, extremely flexible yet
extremely simple. It's similar to Ruby on Rails, Spring (Java) and Maypole,
upon which it was originally based.

This package provides Catalyst development tools.


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{perl_vendorlib}/auto
%{perl_vendorlib}/Catalyst*
%{perl_vendorlib}/Module
%{_mandir}/*/*



%changelog

* Thu Jun 11 2015 abfonly <John@smith.org> 1.390.0-4
- (5a470d5) Log: Rebuild against new catalyst, backport and fixed BR, drop all dirty hacks, switch to noarch build, spec clean, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12610 |14cu|perl-Catalyst-DispatchType-Regex-5.900.350-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-DispatchType-Regex
%define upstream_version 5.90035

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    LocalRegexp DispatchType
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Data::Dumper)
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Module::Build) >= 0.400.400
BuildRequires: perl(Moose)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Balanced)
BuildRequires: perl(Text::SimpleTable)
BuildRequires: perl(namespace::autoclean)

Requires: perl(Catalyst::Runtime) >= 5.900.930

BuildArch: noarch

%description
*Status: Deprecated.* Regex dispatch types have been depreciated and
removed from Catalyst core. It is recommend that you use Chained methods or
other techniques instead. As part of the refactoring, the dispatch priority
of Regex vs Regexp vs LocalRegex vs LocalRegexp may have changed. Priority
is now influenced by when the dispatch type is first seen in your
application.

Dispatch type managing path-matching behaviour using regexes. For more
information on dispatch types, see:

* * the Catalyst::Manual::Intro manpage for how they affect application
  authors.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Fri Jun 12 2015 abfonly <John@smith.org> 5.900.350-1
- (f8987f7) Log: Update to 5.900.350, fixed Req, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12611 |14cu|perl-Catalyst-Engine-Apache-1.160.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Catalyst-Engine-Apache
%define upstream_version 1.16

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(A(.*)\\)'
%else
%define _requires_exceptions perl(A
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Catalyst Apache Engines

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:  perl(namespace::autoclean)
BuildRequires:  perl(aliased)

BuildArch:	noarch
Requires:	apache-mod_perl

%description
This package contains mod_perl handlers for Catalyst.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/man3/*



%changelog

* Sat Jun 13 2015 abfonly <abfonly@gmail.com> 1.160.0-6
- (ba75997) Rebuild against new Catalyst, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12612 |14cu|perl-Catalyst-Log-Log4perl-1.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Log-Log4perl
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Integrates Log::Log4perl with Catalyst

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Log-Log4perl-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Data::Dump)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Log::Log4perl)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(aliased)
BuildArch:	noarch

%description
This module provides a the Catalyst::Log manpage implementation that uses
the Log::Log4perl manpage as the underlying log mechanism. It provides all
the methods listed in the Catalyst::Log manpage, with the exception of:

    levels
    enable
    disable

These methods simply return 0 and do nothing, as similar functionality is
already provided by the Log::Log4perl manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon May 30 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-4
- (06b0d17) Added perl(aliased) BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12613 |14cu|perl-Catalyst-Model-DBI-0.320.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Catalyst-Model-DBI
%define upstream_version 0.32

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Catalyst DBI Model Class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBIx::Connector)
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Class::C3)
BuildRequires:	perl(DBI)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(aliased)

BuildArch:	noarch

%description
This is the DBI model class for Catalyst. It is nothing more than a
simple wrapper for DBI.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.json
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*

%changelog

* Fri Jun 12 2015 abfonly <abfonly@gmail.com> 0.320.0-2
- (d606145) Log: Rebuild  aganst new catalyst, fixed BR ,bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12614 |14cu|perl-Catalyst-Model-DBIC-Schema-0.650.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  	 Catalyst-Model-DBIC-Schema
%define upstream_version 0.65

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Catalyst::Model::DBIC::Schema::Types\\)'
%else
%define _requires_exceptions perl(Catalyst::Model::DBIC::Schema::Types)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	DBIx::Class::Schema Model Class 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp::Clan)
BuildRequires: perl(Catalyst::Runtime) >= 5.800.50
BuildRequires: perl(CatalystX::Component::Traits) >= 0.140.0
BuildRequires: perl(Class::Load)
BuildRequires: perl(DBIx::Class) >= 0.81.140
BuildRequires: perl(Devel::GlobalDestruction)
BuildRequires: perl(Eval::Closure)
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Module::Runtime) >= 0.12.0
BuildRequires: perl(Moose) >= 1.120.0
BuildRequires: perl(MooseX::Types::LoadableClass) >= 0.9.0
BuildRequires: perl(Package::DeprecationManager)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Tie::IxHash)
BuildRequires: perl(namespace::autoclean) >= 0.90.0
BuildRequires: perl(MooseX::MarkAsMethods) >= 0.130
BuildRequires: perl(MooseX::NonMoose) >= 0.160
BuildRequires: perl(Catalyst::Component::InstancePerContext)
BuildRequires: perl(Catalyst::Devel)
BuildRequires: perl(DBIx::Class::Cursor::Cached)
BuildRequires: perl(Module::Find)
BuildRequires: perl(Class::C3)
BuildRequires: perl(Catalyst::Helper)
BuildRequires: perl(strictures)

Requires:	perl(CatalystX::Component::Traits)
BuildArch:	noarch


%description
This is a Catalyst Model for DBIx::Class::Schema-based Models. See the
documentation for Catalyst::Helper::Model::DBIC::Schema for information on
generating these Models via Helper scripts.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*




%changelog

* Fri Feb 06 2015 abfonly <abfonly@gmail.com> 0.650.0-4
- (60c716b) Updated perl-Catalyst-Model-DBIC-Schema.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12615 |14cu|perl-Catalyst-Model-LDAP-0.170.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Model-LDAP
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Catalyst LDAP Model Class

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Net::LDAP)
BuildRequires:	perl(Net::LDAP::Constant)
BuildRequires:	perl(NEXT)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Data::Page)
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)


BuildArch:	noarch

%description
This is the Net::LDAP model class for Catalyst. It is nothing more than a
simple wrapper for Net::LDAP.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc META.yml Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog

* Fri Jun 12 2015 abfonly <John@smith.org> 0.170.0-7
- (2614482) Log: Rebuild against new catalyst, fixed BR, enable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12616 |14cu|perl-Catalyst-P-A-Store-DBIC-0.110.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Authentication-Store-DBIC
%define upstream_version 0.11

Name:		perl-Catalyst-P-A-Store-DBIC
Version:	%perl_convert_version %{upstream_version}
Release:	7
Epoch:		1

Summary:	Authentication and authorization against a Class::DBI model

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Catalyst::Plugin::Authentication) >= 0.06
BuildRequires:	perl(Catalyst::Model::DBIC::Schema)
BuildRequires:	perl(Catalyst::Plugin::Authorization::Roles)
BuildRequires:	perl(Catalyst::Plugin::Session::State)
BuildRequires:	perl(Catalyst::Plugin::Session::State::Cookie)
BuildRequires:	perl(Class::DBI)
BuildRequires:	perl(DBI)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(Set::Object) >= 1.14
BuildRequires:	perl(Test::WWW::Mechanize::Catalyst)
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(version)

# rename macro sometimes fail.
### TODO : investigate rename macro .Symbianflo ###
%rename perl-%{upstream_name}
Obsoletes:	perl-Catalyst-P-A-Store-DBIC < %{EVRD}
Obsoletes:	perl-%{upstream_name} < %{EVRD}

BuildArch:	noarch



%description
This Catalyst plugin uses a DBIx::Class (or Class::DBI) object to
authenticate a user.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
# Most of the test will fail on perl 5.18.2
# http://www.cpantesters.org/cpan/report/ac2a00f2-0b3f-11e5-bec5-663ce0bfc7aa
# Also seems abbandon upstream. Symbianflo.
rm -fr t/04auth-clear.t \
  t/05auth-crypted.t \
  t/07auth-sessions.t \
  t/09authz-cdbi.t \
  t/10authz-dbic-schema.t \
  t/11autocreate.t
  

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*


%changelog

* Sat Jun 13 2015 abfonly <John@smith.org> 1:0.110.0-7
- (e95d8f9) Log: Filter bad test and enable the rest, rebuild against new catalyst, TODO: drop this module, seems abbandon upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12617 |14cu|perl-Catalyst-Plugin-Authentication-0.100.230-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Authentication
%define upstream_version 0.10023

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.10023
Release:	4
Epoch:		1

Summary:	Infrastructure plugin for the Catalyst authentication framework

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Catalyst/Catalyst-Plugin-Authentication-0.10023.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Catalyst::Plugin::Session) >= 0.10
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased) 

BuildArch:	noarch

%description
The authentication plugin provides generic user support. It is the basis for
both authentication (checking the user is who they claim to be), and
authorization (allowing the user to do what the system authorises them to do).

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog

* Wed Jun 10 2015 abfonly <abfonly@gmail.com> 1:0.100.230-4
- (370a736) Merge pull request #1 from perl_modules/perl-Catalyst-Plugin-Authentication:rosa2014.1
- (370a736) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12618 |14cu|perl-Catalyst-Plugin-Authorization-Roles-0.90.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Catalyst-Plugin-Authorization-Roles
%define upstream_version 0.09

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(A(.*)\\)'
%else
%define _requires_exceptions perl(A
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Role based authorization for Catalyst based on Catalyst::Plugin::Authentication

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Catalyst::Plugin::Authentication) >= 0.100.230
BuildRequires:	perl(Set::Object) 
BuildRequires:	perl(Test::Exception) 
BuildRequires:	perl(Test::MockObject) >= 1.201.404.80
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)


BuildArch:	noarch

%description
Role based access control is very simple: every user has a list of
roles, which that user is allowed to assume, and every restricted part
of the app makes an assertion about the necessary roles.

If the user is a member in all of the required roles access is
granted. Otherwise, access is denied.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL installdirs=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog

* Sat Jun 13 2015 abfonly <abfonly@gmail.com> 0.90.0-5
- (a4a7e77) Rebuild against new Catalyst, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12619 |14cu|perl-Catalyst-Plugin-AutoCRUD-2.200.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-AutoCRUD
%define upstream_version 2.200002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Instant AJAX web front-end for DBIx::Class
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Lingua::EN::Inflect::Number)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Catalyst::Action::RenderView)
BuildRequires:	perl(Catalyst::Model::DBIC::Schema)
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Catalyst::View::JSON)
BuildRequires:	perl(Catalyst::View::TT)
BuildRequires:	perl(Data::Page)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(JSON::Any)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::WWW::Mechanize)
BuildRequires:	perl(Test::WWW::Mechanize::Catalyst)
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(JSON::XS)
BuildRequires:	perl(JSON::MaybeXS)

BuildArch:	noarch

%description
This module contains an application which will automatically construct a
web interface for a database on the fly. The web interface supports Create,
Retrieve, Update, Delete and Search operations.

The interface is not written to static files on your system, and uses AJAX
to act upon the database without reloading your web page (much like other
Web 2.0 appliactions, for example Google Mail).

Almost all the information required by the plugin is retrieved from the the
DBIx::Class manpage ORM frontend to your database, which it is expected
that you have already set up (although see the /USAGE manpage, below). This
means that any change in database schema ought to be reflected immediately
in the web interface after a page refresh.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
pushd examples
find . -name "*.pm" |xargs chmod 0644
popd

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
find %{buildroot} -size 0 -delete

%files
%doc Changes META.yml META.json examples/
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue May 31 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.200.2-2
- (d8962f2) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12620 |14cu|perl-Catalyst-Plugin-Cache-0.120.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Cache
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Choose a cache backend based on key regexes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Plugin-Cache-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(ok)
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)

BuildArch: noarch

%description
This plugin gives you access to a variety of systems for caching data. It
allows you to use a very simple configuration API, while maintaining the
possibility of flexibility when you need it later.

Among its features are support for multiple backends, segmentation based on
component or controller, keyspace partitioning, and so more, in various
subsidiary plugins.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml 
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jun 13 2015 abfonly <abfonly@gmail.com> 0.120.0-4
- (39dd7ee) rebuild against new catalist.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12621 |14cu|perl-Catalyst-Plugin-Cache-Store-FastMmap-0.20.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Cache-Store-FastMmap
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	A thin wrapper for

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::FastMmap)
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Catalyst::Plugin::Cache)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl-Test-use-ok
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
This store plugin is a bit of a wrapper for the Cache::FastMmap manpage.

While you could normally just configure with

    backend => {
        class => "Cache::FastMmap",
        share_file => ...,
    }

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jun 13 2015 abfonly <abfonly@gmail.com> 0.20.0-7
- (1854c8e) rebuild against new catalist.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12622 |14cu|perl-Catalyst-Plugin-ConfigLoader-0.340.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Catalyst-Plugin-ConfigLoader
%define upstream_version 0.34

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Load config files of various types


License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Config::Any) >= 0.08
BuildRequires:	perl(Data::Visitor) >= 0.02
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Mouse)
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
This module will attempt to load find and load a configuration file of
various types. Currently it supports YAML, JSON, XML, INI and Perl
formats.

To support the distinction between development and production
environments, this module will also attemp to load a local config
(e.g. myapp_local.yaml) which will override any duplicate settings.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}
sed -i.DOS -e 's/\r//g' Changes
sed -i.DOS -e 's/\r//g' README

%build
%{__perl} Makefile.PL installdirs=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst




%changelog

* Sun Jun 14 2015 abfonly <abfonly@gmail.com> 0.340.0-3
- (5650e6a) rebuild against new catalist.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12623 |14cu|perl-Catalyst-Plugin-DateTime-0.30.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	Catalyst-Plugin-DateTime
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	DateTime plugin for Catalyst

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(DateTime) >= 0.200.0

BuildArch:	noarch


%description
This module's intention is to make the wonders of DateTime easily
accesible within a Catalyst application via the Catalyst::Plugin
interface.

It adds the methods datetime and dt to the Catalyst namespace.


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor <<EOF
EOF
%make

%check
## scottk ##
## Temporarily disabled test due to error:
## "Cannot determine local time zone"
## when built in lbd automated build environment
## make test

%install
%makeinstall_std

%files 
%doc Changes README META.yml
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog

* Sun Jun 14 2015 abfonly <abfonly@gmail.com> 0.30.0-6
- (1e7426e) rebuild against new catalyst.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12624 |14cu|perl-Catalyst-Plugin-DefaultEnd-0.80.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Catalyst-Plugin-DefaultEnd
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Sensible default end action for Catalyst

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)

BuildArch: noarch

%description
This action implements a sensible default end action, which will forward to the
first available view, unless status is set to 3xx, or there is a response body.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%__perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}


%files
%doc README Changes META.yml
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog

* Sun Jun 14 2015 abfonly <abfonly@gmail.com> 0.80.0-5
- (7580238) Rebuild against new catalyst , bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12625 |14cu|perl-Catalyst-Plugin-Server-0.280.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Server
%define upstream_version 0.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Server extensions for Catalyst
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Clone::Fast)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(RPC::XML)
BuildRequires:	perl(RPC::XML::Parser)
BuildRequires:	perl(Class::Data::Inheritable)
# This is required for tests in perl-Catalyst-* packages and the simpliest way to make them happy 
# is to add this requirement here
Requires: perl(aliased)


BuildArch:	noarch

%description
Base plugin for XMLRPC and our future SOAP server. For further information,
see one of the Server plugins

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# Too old for 5.900.930 and perl 5.18.x
# none of the tests will pass.
# %make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/rpc_client

%changelog

* Mon May 30 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.280.0-6
- (e25ff1d) Require perl-aliased to make tests of Catalyst plugins work



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12626 |14cu|perl-Catalyst-Plugin-Session-0.400.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Session
%define upstream_version 0.40
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Generic Session plugin for Catalyst

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Plugin-Session-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst) >= 5.900.930
BuildRequires:	perl(Digest)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Object::Signature)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::MockObject) >= 1.201.404.80
BuildRequires:	perl(Test::More)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(MooseX::Emulate::Class::Accessor::Fast)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(aliased)
BuildRequires:	perl(Catalyst::Plugin::Session::State::Cookie)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
The Session plugin is the base of two related parts of functionality required
for session management in web applications. The first part, the State, is
getting the browser to repeat back a session key, so that the web
application can identify the client and logically string several requests
together into a session. The second part, the Store, deals with the actual
storage of information about the client. This data is stored so that the it
may be revived for every request made by the same client. This plugin links
the two pieces together.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog

* Wed Jun 10 2015 abfonly <abfonly@gmail.com> 0.400.0-1
- (176549b) Merge pull request #1 from perl_modules/perl-Catalyst-Plugin-Session:rosa2014.1
- (176549b) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12627 |14cu|perl-Catalyst-Plugin-Session-PerUser-0.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Session-PerUser
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Per user sessions (instead of per browser sessions)
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Catalyst::Plugin::Authentication)
BuildRequires: perl(Catalyst::Plugin::Session)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Hash::Merge)
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Moose)
BuildRequires: perl(Object::Signature)
BuildRequires: perl(namespace::autoclean)


BuildArch: noarch

%description
This plugin allows you to write e.g. shopping cart code which should behave
well for guests as well as permanent users.

The basic idea is both logged in and not logged in users can get the same
benefits from sessions where it doesn't matter, but that logged in users
can keep their sessions accross logins, and will even get the data they
added/changed assimilated to their permanent account if they made the
changes as guests and then logged in.

This is probably most useful for e-commerce sites, where the shopping cart
is typically used before login, and should be equally accessible to both
guests and logged in users.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jun 13 2015 abfonly <John@smith.org> 0.50.0-1
- (616864f) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12628 |14cu|perl-Catalyst-Plugin-Session-State-Cookie-0.170.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Session-State-Cookie
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Cookie driver for Catalyst sessions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Catalyst::Plugin::Session)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)

BuildArch:	noarch

Requires:	perl(Catalyst::Plugin::Session::State)
%rename	perl-Catalyst-P-S-State-Cookie

%description
In order for the Catalyst::Plugin::Session manpage to work the session ID
needs to be stored on the client, and the session data needs to be stored
on the server.

This plugin stores the session ID on the client using the cookie mechanism.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std


%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Sun Jun 14 2015 abfonly <abfonly@gmail.com> 0.170.0-7
- (65281aa) Rebuild against new catalyst , bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12629 |14cu|perl-Catalyst-Plugin-Session-Store-File-0.180.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Session-Store-File
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	File storage backend for session data

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Nagios/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::Cache) >= 1.02
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Catalyst::Plugin::Session) >= 0.400.0
BuildRequires:	perl(Class::Accessor::Fast) >= 0.22
BuildRequires:	perl(Class::Data::Inheritable) >= 0.04
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)

BuildArch:	noarch
%rename	perl-Catalyst-P-S-Store-File

%description
Catalyst::Plugin::Session::Store::File is an easy to use storage plugin for
Catalyst that uses an simple file to act as a shared memory interprocess cache.
It is based on Cache::FileCache.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*


%changelog

* Sun Jun 14 2015 abfonly <abfonly@gmail.com> 0.180.0-6
- (709fd8d) Rebuild against new catalyst , bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12630 |14cu|perl-Catalyst-Plugin-Static-Simple-0.330.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Catalyst-Plugin-Static-Simple
%define upstream_version 0.33

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Make serving static pages painless


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(MIME::Types)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)

BuildArch:	noarch

%description
The Static::Simple plugin is designed to make serving static content
in your application during development quick and easy, without
requiring a single line of code from you.

This plugin detects static files by looking at the file extension in
the URL (such as B<.css> or B<.png> or B<.js>). The plugin uses the
lightweight L<MIME::Types> module to map file extensions to
IANA-registered MIME types, and will serve your static files with the
correct MIME type directly to the browser, without being processed
through Catalyst.


%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod -x Changes

%build
%{__perl} Makefile.PL installdirs=vendor --skipdeps
%make

%check
make test

%install
%makeinstall_std
chmod -x %{buildroot}%{perl_vendorlib}/Catalyst/Plugin/Static/Simple.pm

%files
%doc Changes META.yml 
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst




%changelog

* Sun Jun 14 2015 abfonly <John@smith.org> 0.330.0-1
- (7364626) Log: Update to 0.330.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12631 |14cu|perl-Catalyst-Plugin-SubRequest-0.210.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-SubRequest
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Make subrequests to actions in Catalyst
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.0
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Devel::GlobalDestruction)
BuildRequires:	perl(Eval::Closure)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Package::DeprecationManager)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
Make subrequests to actions in Catalyst. Uses the catalyst dispatcher, so
it will work like an external url call.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
TEST_POD=1 prove --lib lib t

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Jul 02 2015 abfonly <abfonly@gmail.com> 0.210.0-1
- (0fdfe66) Log: Update to 0.210.0
- (0fdfe66) fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12632 |14cu|perl-Catalyst-Plugin-XMLRPC-2.10.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Catalyst-Plugin-XMLRPC
%define upstream_version 2.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Dispatch XMLRPC methods with Catalyst

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(RPC::XML)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)

BuildArch:	noarch

%description
This plugin allows your controller class to dispatch XMLRPC methods
from its own class.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/Catalyst



%changelog

* Sun Jun 14 2015 abfonly <abfonly@gmail.com> 2.10.0-6
- (53e6028) Rebuild against new catalyst , bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12633 |14cu|perl-Catalyst-P-S-Store-FastMmap-0.160.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Session-Store-FastMmap
%define abbrev_name      Catalyst-P-S-Store-FastMmap
%define upstream_version 0.16

Name:		perl-%{abbrev_name}
Version:	%perl_convert_version 0.16
Release:	4

Summary:	FastMmap session storage backend

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Catalyst/Catalyst-Plugin-Session-Store-FastMmap-0.16.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::FastMmap)
BuildRequires:	perl(Catalyst::Plugin::Session) >= 0.01
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Path::Class)
BuildRequires:  perl(MooseX::Emulate::Class::Accessor::Fast)
BuildRequires:  perl(namespace::clean)
BuildRequires:  perl(namespace::autoclean)
BuildRequires:  perl(aliased)

BuildArch:	noarch

Requires:	perl(MooseX::Emulate::Class::Accessor::Fast)

%rename	perl-%{upstream_name}


%description
Catalyst::Plugin::Session::Store::FastMmap is a fast session storage plugin for
Catalyst that uses an mmap'ed file to act as a shared memory interprocess
cache. It is based on Cache::FastMmap.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL installdirs=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.json
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog

* Sat Jun 13 2015 abfonly <abfonly@gmail.com> 0.160.0-4
- (e582d2a) Rebuild against new catalyst, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12634 |14cu|perl-Catalyst-P-S-Store-File-0.180.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-Plugin-Session-Store-File
%define abbrev_name      Catalyst-P-S-Store-File
%define upstream_version 0.18

Name:		perl-%{abbrev_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	File storage backend for session data

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cache::Cache) >= 1.02
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Catalyst::Plugin::Session) >= 0.21
BuildRequires:	perl(Class::Accessor::Fast) >= 0.22
BuildRequires:	perl(Class::Data::Inheritable) >= 0.04
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(MooseX::Emulate::Class::Accessor::Fast)
BuildRequires:	perl(namespace::clean)
BuildRequires:  perl(namespace::autoclean)
BuildRequires:  perl(aliased)


%rename perl-%{upstream_name}

BuildArch:	noarch

%description
Catalyst::Plugin::Session::Store::File is an easy to use storage plugin for
Catalyst that uses an simple file to act as a shared memory interprocess cache.
It is based on Cache::FileCache.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*



%changelog

* Sat Jun 13 2015 abfonly <abfonly@gmail.com> 0.180.0-6
- (86cdb21) Rebuild against new catalyst.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12635 |14cu|perl-Catalyst-Runtime-5.900.930-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Catalyst-Runtime
%define upstream_version 5.90093

# remove circular dependency: catalyst::helper is provided by
# catalyst-devel, which itself requires catalyst-runtime to be build.
# moreover, this dependency is only used in an example script, so we do
# not loose anything by removing this dependency
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Catalyst::Helper\\)'
%else
%define _requires_exceptions perl.Catalyst::Helper.
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Epoch:		1

Summary:	The Elegant MVC Web Application Framework
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(B::Hooks::EndOfScope)
BuildRequires:	perl(Plack::Middleware::ReverseProxy)
BuildRequires:	perl(Safe::Isa)
BuildRequires:	perl(Carp::Always)
BuildRequires:	perl(Test::Without::Module)
BuildRequires:	perl(Test::Tester)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::MockTime)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::Deep::NoTest)
BuildRequires:	perl(Stream::Buffered)
BuildRequires:	perl(Plack::Test)
BuildRequires:	perl(Plack::Request)
BuildRequires:	perl(Plack::Middleware)
BuildRequires:	perl(Plack::Loader)
BuildRequires:	perl(Plack::Builder)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(JSON::MaybeXS)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(HTTP::Message::PSGI)
BuildRequires:	perl(File::ShareDir::Install)
BuildRequires:	perl(Cpanel::JSON::XS)
BuildRequires:	perl(Apache::LogFormat::Compiler)
BuildRequires:	perl(CGI::Struct)
BuildRequires:	perl(Plack::Middleware::FixMissingBodyInRedirect)
BuildRequires:	perl(Plack::Middleware::RemoveRedundantBody)
BuildRequires:	perl(Plack::Middleware::MethodOverride) >= 0.140.0
BuildRequires:	perl(Plack::Test::ExternalServer)
BuildRequires:	perl(Carp)
BuildRequires:	perl(CGI::Simple::Cookie)
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Class::C3::Adopt::NEXT)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(Class::Load)
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(Data::Dump)
BuildRequires:	perl(File::Modified)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTTP::Body) >= 1.220.0
BuildRequires:	perl(HTTP::Headers) >= 1.640.0
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Request::AsCGI) >= 0.500.0
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Module::Pluggable) >= 3.10.0
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Emulate::Class::Accessor::Fast)
BuildRequires:	perl(MooseX::Getopt)
BuildRequires:	perl(MooseX::MethodAttributes::Inheritable)
BuildRequires:	perl(MooseX::Role::WithOverloading) >= 0.30.0
BuildRequires:	perl(MooseX::Types::Common::Numeric)
BuildRequires:	perl(MooseX::Types::LoadableClass)
BuildRequires:	perl(Path::Class) >= 0.90.0
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(String::RewritePrefix)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Text::Balanced)
BuildRequires:	perl(Text::SimpleTable) >= 0.30.0
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(Tree::Simple) >= 1.150.0
BuildRequires:	perl(Tree::Simple::Visitor::FindByPath)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(URI) >= 1.350.0
BuildRequires:	perl(YAML) >= 0.550.0
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl-ExtUtils-MakeMaker
BuildRequires:	perl-Encode
BuildRequires:	perl-devel
BuildRequires:	perl(URI::ws)
# testing only
BuildRequires:	perl(aliased)
BuildRequires:	perl(Term::Size::Any)
BuildRequires:	perl(Type::Tiny)
BuildRequires:	perl(IO::HTML)
BuildRequires:	perl(Test::WWW::Mechanize::Catalyst)
BuildRequires:	perl(Catalyst::Plugin::ConfigLoader)
BuildRequires:	perl(Term::Size::Perl)
BuildRequires:	perl(CatalystX::LeakChecker)


BuildArch:	noarch

# (misc) not auto-detected; as it's on a line with whitespace, it's not taken
# in account by perl.req
Requires:	perl(HTTP::Request::AsCGI) >= 0.500.0
Requires:	perl(MooseX::Emulate::Class::Accessor::Fast)

# This is required for tests in perl-Catalyst-* packages and the simpliest way to make them happy 
# is to add this requirement here
Requires:   perl(aliased)
Requires:   perl(namespace::autoclean)

Provides:   perl(Catalyst) = %{EVRD}

%rename perl-Catalyst

%description
Catalyst is an elegant web application framework, extremely flexible yet
extremely simple. It's similar to Ruby on Rails, Spring (Java) and Maypole,
upon which it was originally based.

Catalyst follows the Model-View-Controller (MVC) design pattern, allowing you
to easily separate concerns, like content, presentation, and flow control, into
separate modules. This separation allows you to modify code that handles one
concern without affecting code that handles the others. Catalyst promotes the
re-use of existing Perl modules that already handle common web application
concerns well.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
sed -i -e '1i#!/usr/bin/perl' %{buildroot}%{perl_vendorlib}/Catalyst/Delta.pod

%files
%doc Changes META.yml
%{perl_vendorlib}/Catalyst*
%{_bindir}/catalyst.pl
%{_mandir}/*/*



%changelog

* Tue May 31 2016 Denis Silakov <denis.silakov@rosalab.ru> 1:5.900.930-4
- (3502edd) Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12636 |14cu|perl-Catalyst-View-Email-0.360.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-Email
%define upstream_version 0.36

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Templated Email View
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-View-Email-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Authen::SASL)
BuildRequires:	perl(Catalyst)
BuildRequires:	perl(Catalyst::View::Mason)
BuildRequires:	perl(Catalyst::View::TT)
BuildRequires:	perl(Class::C3)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(Email::Date::Format)
BuildRequires:	perl(Email::MIME)
BuildRequires:	perl(Email::MIME::Creator)
BuildRequires:	perl(Email::Send)
BuildRequires:	perl(Email::Sender::Simple)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(parent)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Test::Pod) >= 1.140

BuildArch:	noarch

%description
Helper for Email Views.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test 
# Let's do this right , enabeling all tests.Sflo
# http://search.cpan.org/~mramberg/Catalyst-Runtime-5.7001/lib/Catalyst/Manual/Tutorial/Testing.pod
TEST_POD=1 prove --lib lib t

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Tue Jul 05 2016 abfonly <abfonly@gmail.com> 0.360.0-1
- (d6e380d) Merge pull request #1 from perl_modules/perl-Catalyst-View-Email:rosa2014.1
- (d6e380d) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12637 |14cu|perl-Catalyst-View-Excel-Template-Plus-0.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-Excel-Template-Plus
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Excel::Plus View

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Excel::Template::Plus) >= 0.60.0
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(MooseX::Param)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(parent)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This is a Catalyst View subclass which can handle rendering excel content
through Excel::Template::Plus.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Jun 14 2015 abfonly <John@smith.org> 0.40.0-1
- (ede49ab) Log: Update to 0.40.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12638 |14cu|perl-Catalyst-View-GD-0.10.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-GD
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	A Catalyst View for GD images

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(GD)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Image::GD)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)


BuildArch:	noarch

%description
This is a Catalyst View subclass which can handle rendering GD based image
content. 

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Jun 14 2015 abfonly <abfonly@gmail.com> 0.10.0-6
- (1a731bf) Rebuild against new Catalyst, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12639 |14cu|perl-Catalyst-View-GraphViz-0.50.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-GraphViz
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	GraphViz View Class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Catalyst::Plugin::SubRequest)
BuildRequires:	perl(GraphViz)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)


BuildArch:	noarch

%description
This is the Catalyst view class for the GraphViz manpage. Your application
subclass should inherit from this class.

This plugin renders the GraphViz object specified in
'$c->stash->{graphviz}->{graph}' into the '$c->stash->{graphviz}->{format}'
(one of e.g. png gif, or one of the other as_* methods described in the the
GraphViz manpage module. PNG is the default format.

The output is stored in '$c->response->output'.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Jun 14 2015 abfonly <abfonly@gmail.com> 0.50.0-6
- (3562fab) Rebuild against new Catalyst, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12640 |14cu|perl-Catalyst-View-JSON-0.350.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-JSON
%define upstream_version 0.35

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	JSON view for your data

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Catalyst::Plugin::Unicode)
BuildRequires:	perl(YAML)
BuildRequires:	perl(JSON)
BuildRequires:	perl(JSON::Any)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(JSON::MaybeXS)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)

BuildArch:	noarch

%description
Catalyst::View::JSON is a Catalyst View handler that returns stash
data in JSON format.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/*/*
%{perl_vendorlib}/Catalyst



%changelog

* Sun Jun 14 2015 abfonly <John@smith.org> 0.350.0-1
- (f747fb8) Log: Update to 0.350.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12641 |14cu|perl-Catalyst-View-Mason-0.190.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-Mason
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Mason View Class
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(HTML::Mason)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::File)


BuildArch:	noarch

%description
Want to use a Mason component in your views? No problem!
Catalyst::View::Mason comes to the rescue.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL installdirs=vendor --skipdeps
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*

%changelog

* Sun Jun 14 2015 abfonly <John@smith.org> 0.190.0-1
- (6ca3015) Log: Update to 0.190.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12642 |14cu|perl-Catalyst-View-REST-XML-0.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-REST-XML
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	XML View Class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Catalyst/Catalyst-View-REST-XML-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(XML::Simple)
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
This is the XML::Simple view class.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{perl_vendorlib}/Catalyst/View/*
%{_mandir}/*/*



%changelog

* Sun Jun 14 2015 abfonly <abfonly@gmail.com> 0.20.0-4
- (a0271e2) Rebuild against new catalyst, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12643 |14cu|perl-Catalyst-View-TT-0.440.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Catalyst-View-TT
%define upstream_version 0.44

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Catalyst TT View Class
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Catalyst/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:  perl(MRO::Compat)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Template)
BuildRequires:	perl(Template::Provider::Encoding)
BuildRequires:	perl(Template::Timer) 
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)
BuildRequires:	perl(File::Spec) >= 3.470.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch:	noarch

%description
This is the Catalyst view class for the Template Toolkit. Your application
should defined a view class which is a subclass of this module. The easiest way
to achieve this is using the myapp_create.pl script (where myapp should be
replaced with whatever your application is called). This script is created as
part of the Catalyst setup.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 README Changes META.yml META.json

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.yml META.json
%{perl_vendorlib}/Catalyst
%{_mandir}/*/*




%changelog

* Tue Jul 05 2016 abfonly <abfonly@gmail.com> 0.440.0-1
- (c93330f) Merge pull request #1 from perl_modules/perl-Catalyst-View-TT:rosa2014.1
- (c93330f) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12644 |14cu|perl-CDB_File-0.980.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CDB_File
%define upstream_version 0.98
%define __noautoprov 'CDB_File.so'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Extension for access to cdb databases

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9


%description
CDB_File is a module which provides a Perl interface to Dan Berstein's cdb
package.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std


%files
%doc ACKNOWLEDGE CHANGES COPYRIGHT README META.json META.yml
%{perl_vendorarch}/auto/CDB_File
%{perl_vendorarch}/CDB_File.pm
%{perl_vendorarch}/bun-x.pl
%{_mandir}/*/*



%changelog

* Wed Jul 08 2015 abfonly <abfonly@gmail.com> 0.980.0-1
- (5ffda4d) Log: Update to 0.980.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12645 |14cu|perl-CDDB_get-2.280.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 CDDB_get
%define upstream_version 2.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Read the CDDB entry for an audio CD in your drive	

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CDDB_get/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
Requires:	perl(ExtUtils::MakeMaker)

BuildArch:	noarch

%description
This module/script gets the CDDB info for an audio cd.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/cddb.pl
%{perl_vendorlib}/auto/CDDB_*
%{perl_vendorlib}/CDDB_*.pm
%{perl_vendorlib}/cddb.pl
%{_mandir}/*/*


%changelog
* Fri Feb 06 2015 abfonly <abfonly@gmail.com> 2.280.0-2
+ Revision: 54c98d5
- Updated perl-CDDB_get.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12646 |14cu|perl-CGI-Compile-0.190.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Compile
%define upstream_version 0.19

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Compile .cgi scripts to a code reference like ModPerl::Registry
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(File::pushd)
BuildRequires: perl(Module::Build::Tiny) >= 0.36.0
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(CGI)
BuildRequires: perl(CGI::Emulate::PSGI)
BuildRequires: perl(TAP::Harness::Env)

BuildArch:  noarch

%description
CGI::Compile is an utility to compile CGI scripts into a code reference
that can run many times on its own namespace, as long as the script is
ready to run on a persistent environment.

*NOTE:* for best results, load the CGI::Compile manpage before any modules
used by your CGIs.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Sat Jun 20 2015 abfonly <abfonly@gmail.com> 0.190.0-1
- (40468bb) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12647 |14cu|perl-CGI-Emulate-PSGI-0.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Emulate-PSGI
%define upstream_version 0.20

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    PSGI adapter for CGI
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(HTTP::Response)
BuildRequires: perl(Test::More) >= 0.940.0
BuildRequires: perl(Test::Requires)
BuildRequires: perl(CGI)


BuildArch:  noarch


%description
  use CGI::Parse::PSGI qw(parse_cgi_output);

  my $output = YourApp->run;
  my $psgi_res = parse_cgi_output(\$output);

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Sat Jun 20 2015 abfonly <abfonly@gmail.com> 0.200.0-1
- (f9f1a57) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12648 |14cu|perl-CGI-Fast-2.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Fast
%define upstream_version 2.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Epoch:      2

Summary:    CGI Interface for Fast CGI
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CGI)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(FCGI)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Carp) >= 1.360.0
BuildRequires: perl(Test::CPAN::Changes) >= 0.300.0
BuildRequires: perl-devel

BuildArch: noarch

%description
CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
specialized to work with the FCGI module, which greatly speeds up CGI
scripts by turning them into persistently running server processes. Scripts
that perform time-consuming initialization processes, such as loading large
modules or opening persistent database connections, will see large
performance improvements.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Mon Jul 06 2015 abfonly <abfonly@gmail.com> 2:2.100.0-1
- (5ddae70) Log: update to 2.100.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12649 |14cu|perl-CGI-Lite-3.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Lite
%define upstream_version 3.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	CGI-Lite module for perl 


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(Test::More) >= 1.1.9


BuildArch:	noarch

%description
This module can be used to decode form and query information, including file
uploads, as well as cookies in a very simple manner; you need not concern
yourself with the actual details behind the decoding process.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README TODO META.json META.yml
%{perl_vendorlib}/CGI/Lite.pm
%{_mandir}/*/*




%changelog

* Sun Jul 05 2015 abfonly <abfonly@gmail.com> 3.0.0-1
- (1411738) Log: Update to 3.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12650 |14cu|perl-CGI-Simple-1.115.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CGI-Simple
%define upstream_version 1.115

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:   Simple totally OO CGI interface that is CGI.pm compliant

License:   GPL+ or Artistic
Group:     Development/Perl
Url:       http://search.cpan.org/dist/%{upstream_name}
Source0:   http://www.cpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(IO::Scalar) >= 2.090.0
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.98.0
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl-devel

BuildArch: noarch


%description
CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm.
It shares an identical OO interface to CGI.pm for parameter parsing, file
upload, cookie handling and header generation. This module is entirely object
oriented, however a complete functional interface is available by using the
CGI::Simple::Standard module.

Essentially everything in CGI.pm that relates to the CGI (not HTML) side of
things is available. There are even a few new methods and additions to old
ones! If you are interested in what has gone on under the hood see the
Compatibility with CGI.pm section at the end.

In practical testing this module loads and runs about twice as fast as CGI.pm
depending on the precise task.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod -x Changes
iconv -f iso8859-1 -t utf-8 Changes > Changes.conv && mv -f Changes.conv Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README META.json META.yml Changes
%{perl_vendorlib}/CGI
%{_mandir}/*/*



%changelog

* Tue Jun 30 2015 abfonly <John@smith.org> 1.115.0-1
- (d6c0ba1) Log: Update to 1.115.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12651 |14cu|perl-CGI-XMLApplication-1.1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 CGI-XMLApplication
%define upstream_version 1.1.5

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	%{upstream_name} module for perl

License:	MPL
Group:		Development/Perl
Url:		http://search.cpan.org/~phish/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PH/PHISH/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(CGI)
BuildRequires:	perl(XML::LibXML)
BuildRequires:	perl(XML::LibXSLT)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl-devel
BuildArch:	noarch

%description
%{upstream_name} module for perl
CGI::XMLApplication is a CGI application class, that intends to enable
perl artists to implement CGIs that make use of XML/XSLT
functionality, without taking too much care about specialized
errorchecking or even care too much about XML itself. It provides the
power of the XML::LibXML/ XML::LibXSLT module package for
content deliverment.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

chmod 644 Changes README
iconv -f iso8859-1 -t utf-8 Changes > Changes.conv && \
  mv -f Changes.conv Changes
  
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README examples/*
%{_mandir}/*/*
%{perl_vendorlib}/CGI/*



%changelog

* Sun Aug 30 2015 abfonly <abfonly@gmail.com> 1.1.5-1
- (024ca91) Log: Update to 1.1.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12652 |14cu|perl-Chart-2.4.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Chart
%define upstream_version 2.4.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A series of charting modules

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/C/CH/CHARTGRP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(GD)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch:	noarch

%description
Series of charting modules.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 0644 README TODO

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README TODO META.yml
%{perl_vendorlib}/Chart*
%{_mandir}/*/*



%changelog

* Thu Jul 02 2015 abfonly <abfonly@gmail.com> 2.4.10-1
- (716daa8) Log: Update to 2.4.10
- (716daa8) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12653 |14cu|perl-CHI-0.600.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CHI
%define upstream_version 0.60

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Nothing is cached
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz
# Patch mugged from Stella-Linux
# Workaround "Unescaped left brace in regex is deprecated"
Patch0:         perl-CHI-0.60-regex.diff

BuildRequires:	perl-devel
BuildRequires:  perl(Carp::Assert)
BuildRequires:  perl(Compress::Zlib)
BuildRequires:  perl(Data::UUID)
BuildRequires:  perl(Date::Parse)
BuildRequires:  perl(Digest::JHash)
BuildRequires:  perl(Digest::MD5)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(Hash::MoreUtils)
BuildRequires:  perl(JSON::MaybeXS)
BuildRequires:  perl(List::MoreUtils)
BuildRequires:  perl(Log::Any)
BuildRequires:  perl(Log::Any::Adapter::Dispatch)
BuildRequires:  perl(Module::Load::Conditional)
BuildRequires:  perl(Moo)
BuildRequires:  perl(MooX::Types::MooseLike)
BuildRequires:  perl(MooX::Types::MooseLike::Base)
BuildRequires:  perl(MooX::Types::MooseLike::Numeric)
BuildRequires:  perl(Storable)
BuildRequires:  perl(String::RewritePrefix)
BuildRequires:  perl(Task::Weaken)
BuildRequires:  perl(Test::Builder)
BuildRequires:  perl(Test::Class)
BuildRequires:  perl(Test::Deep)
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Test::Log::Dispatch)
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(Test::Warn)
BuildRequires:  perl(Time::Duration)
BuildRequires:  perl(Time::Duration::Parse)
BuildRequires:  perl(Try::Tiny)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Module::Mask)
BuildRequires:  perl(Cache::FileCache)
BuildRequires:  perl(Cache::FastMmap)
BuildRequires:  perl(Class::Method::Modifiers)

BuildArch:	noarch

%description
CHI provides a unified caching API, designed to assist a developer in
persisting data for a specified period of time.

The CHI interface is implemented by driver classes that support fetching,
storing and clearing of data. Driver classes exist or will exist for the
gamut of storage backends available to Perl, such as memory, plain files,
memory mapped files, memcached, and DBI.

CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package,
adhering to the basic Cache API but adding new features and addressing
limitations in the Cache::Cache implementation.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
%patch0 -p1
find lib \( -type f -a -executable \) -exec chmod -x {} \;

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test 

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.600.0-1
- (bf7c3c3) Log: update to 0.600.0, reimport git/rewrite spec, fixed BR and test, regex patched , patch from Stella



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12654 |14cu|perl-Class-Accessor-0.340.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Accessor
%define upstream_version 0.34

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        8

Summary:        Automated accessor generation

License:        GPL+ or Artistic
Group:          Development/Perl
Url:            http://search.cpan.org/dist/%{upstream_name}
Source0:        http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module automagically generates accessor/mutators for your class.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Class
%{_mandir}/man3/*


%changelog
* Sun Jan 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.340.0-8
+ Revision: 6b83e04
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12655 |14cu|perl-Class-Accessor-Lite-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Accessor-Lite
%define upstream_version 0.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A minimalistic variant of Class::Accessor
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildArch: noarch

%description
The module is a variant of 'Class::Accessor'. It is fast and requires less
typing, has no dependencies to other modules, and does not mess up the
@ISA.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 08 2015 abfonly <John@smith.org> 0.60.0-1
+ Revision: 6c34f84
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12656 |14cu|perl-Class-Base-0.60.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  Class-Base
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Useful base class for deriving other modules

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Class/Class-Base-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements a simple base class from which other modules
can be derived, thereby inheriting a number of useful methods such as
new(), init(), params(), clone(), error() and debug().

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/Class



%changelog
* Fri Feb 06 2015 abfonly <abfonly@gmail.com> 0.60.0-2
+ Revision: cf9c550
- Updated perl-Class-Base.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12657 |14cu|perl-Class-C3-Adopt-NEXT-0.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-C3-Adopt-NEXT
%define upstream_version 0.14

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Make NEXT suck less

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(NEXT)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(List::Util)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Pod::Coverage)
BuildRequires: perl-devel

BuildArch: noarch

%description
the NEXT manpage was a good solution a few years ago, but isn't any more.
It's slow, and the order in which it re-dispatches methods appears random
at times. It also encourages bad programming practices, as you end up with
code to re-dispatch methods when all you really wanted to do was run some
code before or after a method fired.

However, if you have a large application, then weaning yourself off 'NEXT'
isn't easy.

This module is intended as a drop-in replacement for NEXT, supporting the
same interface, but using the Class::C3 manpage to do the hard work. You
can then write new code without 'NEXT', and migrate individual source files
to use 'Class::C3' or method modifiers as appropriate, at whatever pace
you're comfortable with.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Wed Jul 08 2015 abfonly <abfonly@gmail.com> 0.140.0-1
- (ffd022c) log: Update to 0.140.0, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12658 |14cu|perl-Class-Declare-0.190.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Declare
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Class-Declare module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Storable) >= 2.300.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(version)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch:	noarch

%description
Class::Declare allows class authors to specify public, private and
protected attributes and methods for their classes, giving them control
over how their modules may be accessed. The standard object oriented
programming concepts of *public*, *private* and *protected* have been
implemented for both class and instance (or object) attributes and
methods.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class/Declare.pm
%{perl_vendorlib}/Class/Declare
%{_mandir}/*/*


%changelog

* Tue Jul 05 2016 abfonly <abfonly@gmail.com> 0.190.0-1
- (689a7e6) Log: Update to 0.190.0 (cpan ver 0.19)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12659 |14cu|perl-Class-Declare-Attributes-0.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Declare-Attributes
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Class-Declare-Attributes module for perl 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/I/IB/IBB/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Class::Declare) >= 0.190.0
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Class::Declare::Attributes extends Class::Declare by adding support for
Perl attributes for specifying class method types. This extension was
inspired by Damian Conway's Attribute::Handlers module, and Tatsuhiko
Miyagawa's Attribute::Protected module.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class/Declare/Attributes.pm
%{_mandir}/*/*


%changelog

* Tue Jul 05 2016 abfonly <abfonly@gmail.com> 0.90.0-1
- (5c7d0cd) Log: Update to 0.90.0 (cpan ver 0.09)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12660 |14cu|perl-Class-ErrorHandler-0.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-ErrorHandler
%define upstream_version 0.04

%{?perl_default_filter}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Base class for error handling
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildArch:  noarch

%description
Class::ErrorHandler provides an error-handling mechanism that's generic enough
to be used as the base class for a variety of OO classes. Subclasses inherit
its two error-handling methods, error and errstr, to communicate error messages
back to the calling program.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%make_install

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml
%{perl_vendorlib}/Class/*
%{_mandir}/*/*


%changelog

* Thu Oct 01 2015 Denis Silakov <dsilakov@gmail.com> 0.40.0-1
- (76bfc21) Switch to Makefile.PL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12661 |14cu|perl-Class-Field-0.230.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Field
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Class Field Accessor Generator
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Filter::Util::Call)
BuildArch:	noarch

%description
Class::Field exports two subroutines, 'field' and 'const'. These functions
are used to declare fields and constants in your class.

Class::Field generates custom code for each accessor that is optimized for
speed.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Feb 06 2015 abfonly <abfonly@gmail.com> 0.230.0-2
+ Revision: 754b239
- Updated perl-Class-Field.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12662 |14cu|perl-Class-Generate-1.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Generate
%define upstream_version 1.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Generate Perl class hierarchies

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/Class-Generate-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(Module::Build) >= 0.420.300
BuildRequires:  perl(Text::Soundex)
BuildRequires:  perl(Text::Tabs)
BuildRequires:  perl(Carp) >= 1.360.0
BuildRequires:  perl(Symbol)
BuildRequires:  perl(strict)
BuildRequires:  perl(vars)
BuildRequires:  perl(warnings)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(Test::CPAN::Changes) >= 0.300.0
BuildRequires:  perl(Test::TrailingSpace) >= 0.20.500

BuildArch:      noarch

%description
The Class::Generate package exports functions that take as arguments a class
specification and create from these specifications a Perl 5 class. The
specification language allows many object-oriented constructs: typed members,
inheritance, private members, required members, default values, object methods,
class methods, class variables, and more.

CPAN contains similar packages. Why another? Because object-oriented
programming, especially in a dynamic language like Perl, is a complicated
endeavor. I wanted a package that would work very hard to catch the errors you
(well, I anyway) commonly make. I wanted a package that could help me enforce
the contract of object-oriented programming. I also wanted it to get out of my
way when I asked.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes README

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files 
%doc Changes README META.json META.yml
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog

* Sun Jul 05 2015 abfonly <abfonly@gmail.com> 1.150.0-1
- (32efd34) Log: Update to 1.150.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12663 |14cu|perl-Class-Gomor-1.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Gomor
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Class::Gomor - another class and object builder

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Kwalitee)

BuildArch:	noarch
%rename	perl-Class-Gomor-Hash

%description
This module is yet another class builder. This one adds parameter checking in
new constructor, that is to check for attributes existence, and definedness.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE LICENSE.Artistic README META.json META.yml
%dir %{perl_vendorlib}/Class/Gomor
%{perl_vendorlib}/Class/Gomor/*.pm
%{perl_vendorlib}/Class/Gomor.pm
%{_mandir}/*/*


%changelog

* Mon Jun 22 2015 abfonly <John@smith.org> 1.30.0-1
- (c102600) Log: Update to 1.30.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12664 |14cu|perl-Class-Loader-2.30.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Loader
%define upstream_version 2.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	10

Summary:	Load modules and create objects on demand

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Certain applications like to defer the decision to use a
particular module till runtime. This is possible in perl,
and is a useful trick in situations where the type of data
is not known at compile time and the application doesn't
wish to pre-compile modules to handle all types of data it
can work with. Loading modules at runtime can also provide
flexible interfaces for perl modules. Modules can let the
programmer decide what modules will be used by it instead
of hard-coding their names.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" echo | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Mon Jan 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.30.0-10
+ Revision: 3874f9d
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12665 |14cu|perl-Class-Load-XS-0.90.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Load-XS
%define upstream_version 0.09

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2
Summary:    XS implementation of parts of Class::Load
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Class::Load)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Implementation)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(XSLoader)
BuildRequires: perl(constant)
BuildRequires: perl(strict)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build)
BuildRequires: perl-devel
BuildRequires: perl(namespace::clean)
BuildRequires: perl(Test::Without::Module)

%description
This module provides an XS implementation for portions of the Class::Load
manpage. See the Class::Load manpage for API details.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE META.yml Changes META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Feb 06 2015 abfonly <abfonly@gmail.com> 0.90.0-2
+ Revision: 8d058c6
- Updated perl-Class-Load-XS.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12666 |14cu|perl-Class-MethodMaker-2.240.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Class-MethodMaker
%define upstream_version 2.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Create generic methods for OO Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
This module solves the problem of having to write a bazillion
get/set methods that are all the same. The argument to 'use'
is a hash whose keys are the names of types of generic
methods generated by MethodMaker and whose values tell method
maker what methods to make. (More precisely, the keys are the
names of MethodMaker methods (methods that write methods) and
the values are the arguments to those methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm -f t/0-signature.t # debug files make it fails

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README TODO Changes
%{perl_vendorarch}/Class
%{perl_vendorarch}/auto/Class
%{_mandir}/*/*

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.240.0-1
- (68ea452) Updated to 2.24 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12667 |14cu|perl-Class-Method-Modifiers-2.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Method-Modifiers
%define upstream_version 2.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Provides Moose-like method modifiers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Moose)

BuildArch:	noarch

%description
Method modifiers are a powerful feature from the CLOS (Common Lisp Object
System) world.

In its most basic form, a method modifier is just a method that calls
'$self->SUPER::foo(@_)'. I for one have trouble remembering that exact
invocation, so my classes seldom re-dispatch to their base classes. Very
bad!

'Class::Method::Modifiers' provides three modifiers: 'before', 'around',
and 'after'. 'before' and 'after' are run just before and after the method
they modify, but can not really affect that original method. 'around' is
run in place of the original method, with a hook to easily call that
original method. See the 'MODIFIERS' section for more details on how the
particular modifiers work.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Class



%changelog
* Fri Feb 06 2015 abfonly <abfonly@gmail.com> 2.110.0-3
+ Revision: 1aa6aba
- Updated perl-Class-Method-Modifiers.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12668 |14cu|perl-Class-Refresh-0.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Refresh
%define upstream_version 0.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Refresh your classes during runtime
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(B)
BuildRequires: perl(Carp)
BuildRequires: perl(Class::Load)
BuildRequires: perl(Class::Unload)
BuildRequires: perl(Devel::OverrideGlobalRequire)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl-base
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildArch: noarch

%description
During development, it is fairly common to cycle between writing code and
testing that code. Generally the testing happens within the test suite, but
frequently it is more convenient to test things by hand when tracking down
a bug, or when doing some exploratory coding. In many situations, however,
this becomes inconvenient - for instance, in a REPL, or in a stateful web
application, restarting from the beginning after every code change can get
pretty tedious. This module allows you to reload your application classes
on the fly, so that the code/test cycle becomes a lot easier.

This module takes a hash of import arguments, which can include:

* track_require

%prep
%setup -qn %{upstream_name}-%{upstream_version}
rm -fr t/other-api.t

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json META.yml LICENSE Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Feb 25 2015 John Smith <John@smith.org> 0.70.0-1
+ Revision: 7052017
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12669 |14cu|perl-Class-Spiffy-0.150.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Class-Spiffy
%define	upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Spiffy Perl Interface Framework For You

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/I/IN/INGY/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
"Class::Spiffy" is a framework and methodology for doing object oriented (OO)
programming in Perl. Class::Spiffy combines the best parts of Exporter.pm,
base.pm, mixin.pm and SUPER.pm into one magic foundation class. It attempts to
fix all the nits and warts of traditional Perl OO, in a clean, straightforward
and (perhaps someday) standard way.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make 

%check
%__make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man*/*
%{perl_vendorlib}/Class/Spiffy.pm
%{perl_vendorlib}/Class/Spiffy/*



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-9
+ Revision: 0a68d67
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12670 |14cu|perl-Class-Std-0.13.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Std
%define upstream_version 0.013

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Support for creating standard "inside-out" classes

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(Data::Dumper) >= 2.154.0
BuildRequires:  perl(Scalar::Util)

BuildArch:          noarch

%description
Support for creating standard "inside-out" classes

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test


%install
./Build install destdir=%{buildroot}

%files
%doc Changes README META.json META.yml
%{perl_vendorlib}/Class/Std*
%{_mandir}/*/*



%changelog

* Sun Jul 05 2015 abfonly <abfonly@gmail.com> 0.13.0-1
- (f824471) Log: Update to 0.13.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12671 |14cu|perl-Class-Throwable-0.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Throwable
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A minimal lightweight exception class

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)

BuildArch:	noarch

%description
This module implements a minimal lightweight exception object. It is meant to
be a compromise between more basic solutions like Carp which can only print
information and cannot handle exception objects, and more more complex
solutions like Exception::Class which can be used to define complex inline
exceptions and has a number of module dependencies.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod -x Changes README lib/Class/Throwable.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{_mandir}/*/*
%{perl_vendorlib}/Class/*


%changelog

* Sun Jun 28 2015 abfonly <John@smith.org> 0.130.0-1
- (d0a16c6) Log: update to 0.130.0,



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12672 |14cu|perl-Class-Unload-0.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Unload
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Unload a class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/Class-Unload-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)

BuildArch:	noarch

%description
Unload a class.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Wed Jul 08 2015 abfonly <abfonly@gmail.com> 0.90.0-1
- (2d947e6) Log: Update to 0.90.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12673 |14cu|perl-Class-Virtual-0.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Virtual
%define upstream_version 0.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Compile-time enforcement of Class::Virtual
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp::Assert)
BuildRequires: perl(Class::Data::Inheritable)
BuildRequires: perl(Class::ISA)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel

BuildArch: noarch

%description
*THIS MODULE IS DISCOURAGED!* Avoid using it for new code. There's nothing
wrong with it, but there are better ways to accomplish the same thing. Look
into the the Moose manpage ecosystem.

This is a base class for implementing virtual base classes (what some
people call an abstract class). Kinda kooky. It allows you to explicitly
declare what methods are virtual and that must be implemented by
subclasses. This might seem silly, since your program will halt and catch
fire when an unimplemented virtual method is hit anyway, but there's some
benefits.

The error message is more informative. Instead of the usual "Can't locate
object method" error, you'll get one explaining that a virtual method was
left unimplemented.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu May 14 2015 abfonly <abfonly@gmail.com> 0.70.0-1
- (e7aa8ef) Imported from SRPM fixed BR.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12674 |14cu|perl-Clone-Fast-0.970.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# E: debuginfo-without-sources (Badness: 50)
%define debug_package	%{nil}
# Sflo
%define upstream_name    Clone-Fast
%define upstream_version 0.97

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3
Summary:    Natively copying Perl data structures
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
#Source0:    http://www.cpan.org/modules/by-module/Clone/%{upstream_name}-%{upstream_version}.tar.gz
Source0:    https://github.com/pplu/Clone-Fast/archive/master.zip

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildRequires: perl(Clone)

%description
Essentially, this module is a very optimized version of the Clone::More
manpage. By taking advantage of one of the Clone::More manpage's
'OPTIMIZATION_HACKS' as well as removing all the Pure Perl from the
'More.pm', I was able to gain a lot of speed out of the module.
Essentially, though, the core of the module is exactly as that of the
Clone::More manpage.

You will see that by useing the Benchmark::cmpthese manpage, I ran a simple
comparison between the Storable::dclone manpage, the Clone::More::clone
manpage, and the Clone::Fast::clone manpage. You will (should) begin to see
the reason why I loaded this module along side of the Clone::More manpage.

				   Rate    Storable Clone::More Clone::Fast
	Storable     7552/s          --        -39%        -59%
	Clone::More 12400/s         64%          --        -33%
	Clone::Fast 18442/s        144%         49%          --

%prep
%setup -qn %{upstream_name}-master

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#%make test

%install
%makeinstall_std



%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sun Nov 27 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.970.0-3
- (83a73c9) Disable tests - fail on modern perl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12675 |14cu|perl-Clone-PP-1.60.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Clone-PP%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Recursively copy Perl datatypes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Clone/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides a general-purpose clone function to make deep
copies of Perl data structures. It calls itself recursively to copy
nested hash, array, scalar and reference types, including tied
variables and objects.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/*/*
%{perl_vendorlib}/Clone



%changelog
* Fri Feb 06 2015 abfonly <abfonly@gmail.com> 1.60.0-2
+ Revision: 8d31fe9
- Updated perl-Clone-PP.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12676 |14cu|perl-Code-TidyAll-0.260.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Code-TidyAll
%define upstream_version 0.26
%define __noautoreq 'perl\\(Mason::Tidy\\)|perl\\(Mason::Tidy::App\\)|perl\\(Pod::Tidy\\)'


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Use podchecker with tidyall
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Code/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Capture::Tiny) >= 0.120.0
BuildRequires: perl(Config::INI::Reader)
BuildRequires: perl(Date::Format)
BuildRequires: perl(Digest::SHA1)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.800.0
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Temp)
BuildRequires: perl(File::Zglob)
BuildRequires: perl(File::Which)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(Test::Most)
BuildRequires: perl(Text::Diff) 
BuildRequires: perl(Text::Diff::Table)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Guard)
BuildRequires: perl(IPC::Run3)
BuildRequires: perl(IPC::System::Simple) >= 0.150.0
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Log::Any)
BuildRequires: perl(Moo) >= 0.9.101.0
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Class::Most)
BuildRequires: perl(Text::ParseWords)
BuildRequires: perl(Time::Duration::Parse)
BuildRequires: perl(Try::Tiny)

BuildArch:  noarch

%description
This is the engine used by tidyall - read that first to get an overview.

You can call this API from your own program instead of executing 'tidyall'.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README.*
%{_mandir}/man3/*
%perl_vendorlib/*
%{_bindir}/*
%{_mandir}/man1/*


%changelog

* Tue Jun 30 2015 abfonly <abfonly@gmail.com> 0.260.0-1
- (5ebfa86) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12677 |14cu|perl-Compress-Bzip2-2.220.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Compress-Bzip2
%define upstream_version 2.22
# just filter private libs from autoprov
# for later run. Symbianflo
%define __noautoprov 'Bzip2.so'


Name:		    perl-%{upstream_name}
Version:	    %perl_convert_version %{upstream_version}
Release:	    1

Summary:	    Interface to Bzip2 compression library

License:	    GPL+ or Artistic
Group:		    Development/Perl
Url:		    http://search.cpan.org/dist/%{upstream_name}
Source0:	    http://www.cpan.org/modules/by-module/Compress/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression
library (see "AUTHOR" for details about where to get Bzip2). A relevant subset
of the functionality provided by Bzip2 is available in Compress::Bzip2.

All string parameters can either be a scalar or a scalar reference.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc  Changes
%{perl_vendorarch}/Compress
%{perl_vendorarch}/auto/Compress
%{_mandir}/*/*

%changelog

* Wed Jul 08 2015 abfonly <abfonly@gmail.com> 2.220.0-1
- (3f732a4) Filter private shared SO autoprovided



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12678 |14cu|perl-Compress-LZF-3.800.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Compress-LZF
%define	upstream_version 3.8
%define __noautoprov 'LZF.so'


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Extremely light-weight Lempel-Ziv-Free compression

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/modules/by-module/Compress/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0


%description
LZF is an extremely fast (not that much slower than a pure memcpy) compression
algorithm. It is ideal for applications where you want to save some space but
not at the cost of speed. It is ideal for repetitive data as well. The module
is self-contained and very small (no large library to be pulled in).
It is also free, so there should be no problems incoporating this module into
commercial programs.

"I have no idea wether any patents in any countries apply to this algorithm,
but at the moment it is believed that it is free from any patents."

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml COPYING COPYING.*
%{_mandir}/*/*
%{perl_vendorarch}/Compress
%{perl_vendorarch}/auto/Compress



%changelog

* Wed Jul 08 2015 abfonly <abfonly@gmail.com> 3.800.0-1
- (09438b8) Log: update to 3.800.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12679 |14cu|perl-Compress-Raw-Lzma-2.69.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name		Compress-Raw-Lzma
%define upstream_version 2.069

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Low-Level Interface to the liblzma compression library

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Lzma-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	pkgconfig(liblzma)

%description
Low-Level Interface to the liblzma compression library.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorarch}/Compress
%{perl_vendorarch}/auto/Compress




%changelog

* Tue Jan 26 2016 Denis Silakov <dsilakov@gmail.com> 2.69.0-1
- (e75b59c) Updated to 2.69.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12680 |14cu|perl-Config-Any-0.260.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Config-Any
%define upstream_version 0.26
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Load configuration from different file formats, transparently

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Config/Config-Any-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Pluggable) >= 5.100.0
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Config::General)
BuildRequires:	perl(Config::Tiny)
BuildRequires:	perl(JSON)
BuildRequires:	perl(YAML)
BuildRequires:	perl(XML::Simple)
BuildRequires:	perl(version)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(Test::Pod)

BuildArch:	    noarch

%description
Config::Any provides a facility for Perl applications and libraries to
load configuration data from multiple different file formats. It
supports XML, YAML, JSON, Apache-style configuration, Windows INI
files, and even Perl code.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/*/*
%{perl_vendorlib}/Config



%changelog

* Sun Jul 05 2015 abfonly <abfonly@gmail.com> 0.260.0-1
- (f4c99d5) Log: Update to 0.260.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12681 |14cu|perl-Config-AutoConf-0.311.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-AutoConf
%define upstream_version 0.311

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A module to implement some of AutoConf macros in pure perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(ExtUtils::CBuilder)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(File::Slurp::Tiny)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Carp) >= 1.360.0
BuildRequires:	perl(Cwd)
BuildRequires:	perl(Exporter) >= 5.700.0
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Text::ParseWords)
BuildRequires:	perl(base)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
# just for tests
BuildRequires:	gawk
BuildRequires:	sed
BuildRequires:	grep
BuildRequires:	bison
BuildRequires:	flex


BuildArch:	noarch

%description
A module to implement some of AutoConf macros in pure perl.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml META.json README.*
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Thu Jul 02 2015 abfonly <abfonly@gmail.com> 0.311.0-1
- (aad82ba) Log: Update to 0.311.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12682 |14cu|perl-Config-Find-0.310.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Find
%define upstream_version 0.31

%define __noautoreq 'perl\\(Win32\\)'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Find configuration files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Which)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(IO::File)

BuildArch:	noarch

%description
Every OS has different rules for configuration files placement, this module
allows to easily find and create your app configuration files following
those rules.

Config::Find references configuration files by the application name or by
the application name and the configuration file name when the app uses
several application files, i.e 'emacs', 'profile', 'apache/httpd',
'apache/ssl'.

By default the $0 value is used to generate the configuration file name. To
define it explicitly the keywords 'name' or 'names' have to be used:

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 README Changes
iconv -f iso8859-1 -t utf-8 README > README.conv && \
  mv -f README.conv README

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
find %{buildroot}%{perl_vendorlib}/Config -name '*pm' -exec chmod -x {} \;

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jul 08 2015 abfonly <abfonly@gmail.com> 0.310.0-1
- (c2bafd7) Log: Update to 0.310.0, fix linting and attr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12683 |14cu|perl-Config-GitLike-1.160.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-GitLike
%define upstream_version 1.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Git-like config file parsing with cascaded inheritance



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(MooX::Types::MooseLike::Base) >= 0.280.0
BuildRequires:	perl(strictures)
BuildRequires:	perl(Moo) >= 2.0.1
BuildRequires:	perl(Any::Moose) >= 0.260.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More) >= 1.1.9


BuildArch:	noarch

%description
This module handles interaction with configuration files of the style used
by the version control system Git. It can both parse and modify these
files, as well as create entirely new ones.

You only need to know a few things about the configuration format in order
to use this module. First, a configuration file is made up of key/value
pairs. Every key must be contained in a section. Sections can have
subsections, but they don't have to. For the purposes of setting and
getting configuration variables, we join the section name, subsection name,
and variable name together with dots to get a key name that looks like
"section.subsection.variable". These are the strings that you'll be passing
in to 'key' arguments.

Configuration files inherit from each other. By default, 'Config::GitLike'
loads data from a system-wide configuration file, a per-user configuration
file, and a per-directory configuration file, but by subclassing and
overriding methods you can obtain any combination of configuration files.
By default, configuration files that don't exist are just skipped.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/Config/





%changelog

* Thu Jul 02 2015 abfonly <abfonly@gmail.com> 1.160.0-1
- (1b61a75) Log: Update to 1.160.0, define min BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12684 |14cu|perl-Config-INI-0.25.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-INI
%define upstream_version 0.025

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A subclassable .ini-file emitter


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Mixin::Linewise::Readers)
BuildRequires:	perl(Mixin::Linewise::Writers)

BuildArch:	noarch

%description
Config::INI::Reader is _yet another_ config module implementing _yet
another_ slightly different take on the undeniably easy to read the ".ini"
file format|Config::INI manpage. Its default behavior is quite similar to
that of the Config::Tiny manpage, on which it is based.

The chief difference is that Config::INI::Reader is designed to be
subclassed to allow for side-effects and self-reconfiguration to occur
during the course of reading its input.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Mon Jun 22 2015 abfonly <John@smith.org> 0.25.0-1
- (eaed14c) Log: Update to 0.25.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12685 |14cu|perl-Config-INI-Reader-Ordered-0.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-INI-Reader-Ordered
%define upstream_version 0.011

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    No summary found
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Config::INI::Reader)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)

BuildArch: noarch

%description
Config::INI::Reader::Ordered is a subclass of the Config::INI::Reader
manpage which preserves section order. See the Config::INI::Reader manpage
for all documentation; the only difference is as presented in the the
/SYNOPSIS manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Feb 25 2015 John Smith <John@smith.org> 0.11.0-1
+ Revision: a73314b
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12686 |14cu|perl-Config-INI-Simple-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-INI-Simple   
%define upstream_version 1.00   

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	Artistic and GPL
Group:		Development/Perl
Summary:	Simple reading and writing from an INI file--with preserved comments

Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{upstream_name}

BuildRequires:	perl-devel
BuildRequires:	perl(File::Slurp) >= 9999.190.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch: noarch

%description
Config::INI::Simple is for very simplistic reading and writing of INI files. 
A new object must be created for each INI file (an object keeps all the data 
read in from an INI which is used on the write method to write to the INI).

It also keeps all your comments and original order intact.

%prep
%setup -qn  %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{perl_vendorlib}/Config/
%{_mandir}/man3/*




%changelog

* Sun Aug 30 2015 abfonly <abfonly@gmail.com> 1.0.0-1
- (8a79dff) Log: Update to 1.0.0
- (8a79dff) spec clean
- (8a79dff) align with rosa perl policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12687 |14cu|perl-Config-Model-2.87.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Model
%define upstream_version 2.087

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Framework for config validation and edition
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose) >= 0.260.0
BuildRequires:	perl(AnyEvent) >= 7.70.0
BuildRequires:	perl(Carp::Assert::More)
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(Hash::Merge) >= 0.120.0
BuildRequires:	perl(IO::File)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Log::Log4perl) >= 1.110.0
BuildRequires:	perl(Module::Build) >= 0.340.0
BuildRequires:	perl(Mouse) >= 2.4.1
BuildRequires:	perl(MouseX::NativeTraits)
BuildRequires:	perl(MouseX::StrictConstructor)
BuildRequires:	perl(Parse::RecDescent)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Pod::POM)
BuildRequires:	perl(Probe::Perl)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Term::ReadLine)
BuildRequires:	perl(Test::Command) >= 0.80.0
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::File::Contents)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Warn) >= 0.110.0
BuildRequires:	perl(Text::Diff)
BuildRequires:	perl(YAML::Any) >= 0.303.0
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(Config::Model::FuseUI)
BuildRequires:	perl(Config::Model::Tester) >= 2.55.0
BuildRequires:	perl(Term::ReadLine::Perl)
BuildRequires:	perl(Term::ReadLine::Gnu)

Requires:	perl(Parse::RecDescent)
Requires:	perl(Exception::Class)
Requires:	perl(Carp::Assert::More)

BuildArch:	noarch

%description
Config::Model provides a validation engine according to a set of rules.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc  LICENSE META.yml MODELS TODO contrib/
%{perl_vendorlib}/Config
%{_mandir}/man3/*




%changelog

* Wed Jul 06 2016 abfonly <abfonly@gmail.com> 2.87.0-1
- (0855277) Log: Update to 2.87.0 (cpan ver 2.087)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12688 |14cu|perl-Config-Model-Itself-1.245.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Model-Itself
%define upstream_version 1.245

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Detect available read/write backends usable by config models
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(App::Cme)
BuildRequires: perl(Carp)
BuildRequires: perl(Config::Model)
BuildRequires: perl(Config::Model::TkUI) >= 1.345.0
BuildRequires: perl(Config::Model::Value)
BuildRequires: perl(Data::Compare)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Copy::Recursive)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path)
BuildRequires: perl(IO::File)
BuildRequires: perl(Log::Log4perl)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Mouse) >= 2.4.1
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Pod::POM)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::File::Contents)
BuildRequires: perl(Test::Memory::Cycle)
BuildRequires: perl(Test::More)
BuildRequires: perl(Tk)
BuildRequires: perl(YAML::Tiny)
BuildRequires: perl(Mouse::Meta::Attribute::Custom::Trait::Hash)
BuildRequires: perl(Config::Model::ObjTreeScanner)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(Getopt::Long::Descriptive)
BuildRequires: perl-devel
BuildRequires: x11-server-xvfb

BuildArch: noarch

%description
Config::Itself module and its model files provide a model of Config:Model
(hence the Itself name).

Let's step back a little to explain. Any configuration data is, in essence,
structured data. This data could be stored in an XML file. A configuration
model is a way to describe the structure and relation of all items of a
configuration data set.

This configuration model is also expressed as structured data. This
structure data is structured and follow a set of rules which are described
for humans in the Config::Model manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
# this will need fbterm runing on top of fb0
rm -fr t/itself-editor.t
xvfb-run -n 14 ./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README Changes LICENSE META.yml META.json
%{_bindir}/config-model-edit
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 25 2015 abfonly <abfonly@gmail.com> 1.245.0-1
- (af82dc8) Log: Update to 1.245.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12689 |14cu|perl-Config-Model-OpenSsh-1.236.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Model-OpenSsh
%define upstream_version 1.236

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	OpenSsh configuration files editor and API


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Config::Model)
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(Log::Log4perl) >= 1.110.0
BuildRequires:	perl(Module::Build) >= 0.360.100
BuildRequires:	perl(Mouse::Meta::Attribute::Custom::Trait::Hash) >= 1.90.0
BuildRequires:	perl(MouseX::StrictConstructor)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::File::Contents)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Config::Model::Tester)
Requires:		perl(Mouse) >= 2.4.1

BuildArch:	noarch

%description
This module provides a configuration model for OpenSsh. Then Config::Model
provides a graphical editor program for _/etc/ssh/sshd_config_ and
_/etc/ssh/ssh_config_. See the config-edit-sshd manpage and the
config-edit-ssh manpage for more help.

This module and Config::Model can also be used to modify safely the content
for _/etc/ssh/sshd_config_, _/etc/ssh/ssh_config_ or _~/.ssh/config_ from
Perl programs.

Once this module is installed, you can run (as root, but please backup
/etc/X11/xorg.conf before):

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
rm -f t/pod.t
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc LICENSE META.yml MYMETA.yml demo
%{_mandir}/man3/*
%{perl_vendorlib}/Config



%changelog

* Mon Apr 06 2015 abfonly <abfonly@gmail.com> 1.236.0-4
- (aeec8ed) Update BR ; Mouse 2.4.1, MouseX-NativeTraits 1.90.0, req don't catched by rpm Mouse 2.4.1, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12690 |14cu|perl-Config-Model-Tester-2.55.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Config-Model-Tester
%define upstream_version 2.055

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Test framework for Config::Model

License:	LGPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(Log::Log4perl)
BuildRequires:	perl(Module::Build) >= 0.400.400
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::File::Contents)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Config::Model)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0

BuildArch:	noarch

%description
Config::Model::Tester provides a way to test configuration models with
test files. This class was designed to test several models and several
test cases per model.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml README.*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Wed Jul 06 2016 abfonly <abfonly@gmail.com> 2.55.0-1
- (12b3902) Log: Update to 2.55.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12691 |14cu|perl-Config-Model-TkUI-1.349.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Model-TkUI
%define upstream_version 1.349

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    GUI for conf editors based on Config::Model

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Log::Log4perl)
BuildRequires: perl(Carp::Assert::More)
BuildRequires: perl(Exception::Class)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Config::Model)
BuildRequires: perl(Pod::POM)
BuildRequires: perl(Tk::DirSelect)
BuildRequires: perl(Tk::ObjScanner)
BuildRequires: perl(Test::Warn)
BuildRequires: x11-server-xvfb
BuildRequires: perl(Tk::Pod)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Memory::Cycle)
BuildRequires: perl(Mouse::Meta::Attribute::Custom::Trait::Hash)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Carp)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Text::Wrap)
BuildRequires: perl(Tk)
BuildRequires: perl(Tk::Adjuster)
BuildRequires: perl(Tk::Balloon)
BuildRequires: perl(Tk::BrowseEntry)
BuildRequires: perl(Tk::Dialog)
BuildRequires: perl(Tk::DialogBox)
BuildRequires: perl(Tk::Frame)
BuildRequires: perl(Tk::Menubutton)
BuildRequires: perl(Tk::NoteBook)
BuildRequires: perl(Tk::PNG)
BuildRequires: perl(Tk::Pane)
BuildRequires: perl(Tk::Photo)
BuildRequires: perl(Tk::Pod)
BuildRequires: perl(Tk::Pod::Text)
BuildRequires: perl(Tk::ROText)
BuildRequires: perl(Tk::Toplevel)
BuildRequires: perl(Tk::Tree)
BuildRequires: perl(Try::Tiny)

BuildArch: noarch

Requires: perl(Config::Model)

%description
This class provides a GUI for the Config::Model manpage.

With this class, the Config::Model manpage and an actual configuration
model (like the Config::Model::Xorg manpage), you get a tool to edit
configuration files (e.g. '/etc/X11/xorg.conf').

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
xvfb-run -n 14 ./Build test


%install
./Build install destdir=%{buildroot}


%files
%doc  README META.json META.yml LICENSE TODO examples
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jul 25 2015 abfonly <abfonly@gmail.com> 1.349.0-1
- (235906e) Log: Update to 1.349.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12692 |14cu|perl-Config-MVP-2.200.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-MVP
%define upstream_version 2.200010

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Multivalue-property config-loading state machine

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/Config-MVP-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Class::Load)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::OneArgNew)
BuildRequires:	perl(Role::HasMessage)
BuildRequires:	perl(Role::Identifiable::HasIdent)
BuildRequires:	perl(StackTrace::Auto)
BuildRequires:	perl(Tie::IxHash)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More) >= 0.960
BuildRequires:	perl(Throwable)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)

Requires:	perl(Throwable)
Requires:	perl(Role::Identifiable::HasIdent)
Requires:	perl(Role::HasMessage)
Requires:	perl(StackTrace::Auto)
Requires:	perl(MooseX::OneArgNew)
BuildArch:	noarch

%description
MVP is a state machine for loading configuration (or other information) for
libraries. It expects to generate a list of named sections, each of which
relates to a Perl namespace and contains a set of named parameters.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Wed May 27 2015 abfonly <John@smith.org> 2.200.10-1
- (651599c) Log: Update to 2.200.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12693 |14cu|perl-Config-MVP-Reader-INI-2.101.463-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-MVP-Reader-INI
%define upstream_version 2.101463

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Multi-value capable .ini file reader (for plugins)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Config::INI::Reader)
BuildRequires:	perl(Config::MVP::Assembler)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers) 
BuildRequires:	perl(Config::MVP::Reader)
BuildRequires:	perl(Test::Pod)


BuildArch:	noarch

%description
The MVP INI file reader reads INI files, but can handle properties with
multiple values. The identification of properties that may have multiple
entries is done by section, on a plugin basis. For example, given the
following file:

  [Foo::Bar]
  x = 1
  y = 2
  y = 3

MVP will, upon reaching this section, load Foo::Bar and call a method (by
default 'multivalue_args') on it, to determine which property names may
have multiple entries. If the return value of that method includes 'y',
then the entry for 'y' in the Foo::Bar section will be an arrayref with two
values. If the list returned by 'multivalue_args' did not contain 'y', then
an exception would be raised while reading this section.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Fri Jun 05 2015 abfonly <John@smith.org> 2.101.463-1
- (8f30548) Log: Update to 2.101.463



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12694 |14cu|perl-Config-MVP-Slicer-0.302.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-MVP-Slicer
%define upstream_version 0.302

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Extract embedded plugin config from parent config
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Moose)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.960.0
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This can be used to extract embedded configurations for other plugins out
of larger (parent) configurations.

A example where this can be useful is plugin bundles (see the
Config::MVP::Assembler::WithBundles manpage).

A bundle loads other plugins with a default configuration that works most
of the time, but sometimes you wish you could customize the configuration
for one of those plugins without having to remove the plugin from the
bundle and re-specify it separately.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jun 18 2016 Denis Silakov <dsilakov@gmail.com> 0.302.0-1
- (740c64a) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12695 |14cu|perl-Config-Perl-V-0.240.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Perl-V
%define upstream_version 0.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A module that will return you the output of

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildRequires:	perl(Config)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0


BuildArch:	noarch

%description
$conf = myconfig ()
    This function will collect the data described in the the hash structure
    manpage below, and return that as a hash reference. It optionally
    accepts an option to include more entries from the ENV hash. See the
    environment manpage below.

    Note that this will not work on uninstalled perls when called with
    '-I/path/to/uninstalled/perl/lib', but it works when that path is in
    '$PERL5LIB' or in '$PERL5OPT', as paths passed using '-I' are not known
    when the '-V' information is collected.

$conf = plv2hash ($text [, ...])
    Convert a sole 'perl -V' text block, or list of lines, to a complete
    myconfig hash. All unknown entries are defaulted.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json META.yml README Changelog README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jul 08 2015 abfonly <abfonly@gmail.com> 0.240.0-1
- (e2a3055) Log: Update to 0.240.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12696 |14cu|perl-Config-Properties-1.800.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Properties
%define upstream_version 1.80

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Configuration using Java style properties


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Text::Wrap) >= 1.50.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0


BuildArch:	noarch

%description
Config::Properties is a near implementation of the java.util.Properties
API. It is designed to allow easy reading, writing and manipulation of
Java-style property files.

The format of a Java-style property file is that of a key-value pair
seperated by either whitespace, the colon (:) character, or the equals (=)
character. Whitespace before the key and on either side of the seperator is
ignored.

Lines that begin with either a hash (#) or a bang (!) are considered
comment lines and ignored.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
for file in README Changes; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Wed Jul 08 2015 abfonly <abfonly@gmail.com> 1.800.0-1
- (790de30) Log: Update to 1.800.0, fixed linting



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12697 |14cu|perl-ConfigReader-0.500.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name   ConfigReader
%define upstream_version 0.5

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Read directives from a configuration file

Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/ConfigReader/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The ConfigReader::Spec class stores a specification about configuration
directives: their names, whether they are required or if they have default
values, and what parsing function or method to use.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

cat > Makefile.PL <<EOF
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'	       => 'ConfigReader::DirectiveStyle',
    'VERSION_FROM' => 'DirectiveStyle.pm',
);
EOF

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 25 2015 abfonly <abfonly@gmail.com> 0.500.0-1
- (89383f2) Log: Reimport properly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12698 |14cu|perl-ConfigReader-Simple-1.290.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ConfigReader-Simple
%define upstream_version 1.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Read simple configuration file formats

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ConfigReader/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Prereq)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
'ConfigReader::Simple' reads and parses simple configuration files. It is
designed to be smaller and simpler than the 'ConfigReader' module and is
more suited to simple configuration files. 

The configuration file format
    The configuration file uses a line-oriented format, meaning that the
    directives do not have containers. The values can be split across lines
    with a continuation character, but for the most part everything ends up
    on the same line.

    The first group of non-whitespace characters is the "directive", or the
    name of the configuration item. The linear whitespace after that
    separates the directive from the "value", which is the rest of the
    line, including any other whitespace.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Feb 06 2015 abfonly <abfonly@gmail.com> 1.290.0-2
+ Revision: 2a81c03
- Updated perl-ConfigReader-Simple.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12699 |14cu|perl-constant-1.330.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This is strange should be fixed in rpm5 by now.
%define unpackaged_subdirs_terminate_build 0
#
%define upstream_name    constant
%define upstream_version 1.33

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Define compile-time constants

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//constant-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(CPAN::Meta) >= 2.150.5


Provides:	perl(constant) = %{version}
BuildArch:	noarch

%description
This pragma allows you to declare constants at compile-time.

When you declare a constant such as 'PI' using the method shown above, each
machine your script runs upon can have as many digits of accuracy as it can
use. Also, your program will be easier to read, more likely to be
maintained (and maintained correctly), and far less likely to send a space
probe to the wrong planet because nobody noticed the one equation in which
you wrote '3.14195'.

When a constant is used in an expression, Perl replaces it with its value
at compile time, and may then optimize the expression further. In
particular, any code in an 'if (CONSTANT)' block will be optimized away if
the constant is false.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 1.330.0-2
- (a3fae24) Define right provides ,bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12700 |14cu|perl-constant-defer-6.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    constant-defer
%define upstream_version 6

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    No summary found
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/constant/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Test)
BuildRequires: perl(vars)

BuildArch: noarch

Provides:  perl(constant::defer) = %{EVRD}

%description
'constant::defer' creates a subroutine which on the first call runs given
code to calculate its value, and on the second and subsequent calls just
returns that value, like a constant. The value code is discarded once run,
allowing it to be garbage collected.

Deferring a calculation is good if it might take a lot of work or produce a
big result, but is only needed sometimes or only well into a program run.
If it's never needed then the value code never runs.

A deferred constant is generally not inlined or folded (see the
perlop/Constant Folding manpage) like a plain 'constant' since it's not a
single scalar value. In the current implementation a deferred constant
becomes a plain one after the first use, so may inline etc in code compiled
after that (see the /IMPLEMENTATION manpage below).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 6.0.0-1
- (6b3628f) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12701 |14cu|perl-Const-Fast-0.14.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Const-Fast
%define upstream_version 0.014

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Facility for creating read-only scalars, arrays, and hashes
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Const/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Storable)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Exporter::Progressive)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(TAP::Harness::Env)

BuildArch: noarch

%description
no description found

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes INSTALL LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog
* Sun Feb 15 2015 abfonly <abfonly@gmail.com> 0.14.0-1
+ Revision: 866af48
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12702 |14cu|perl-Contextual-Return-0.4.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Contextual-Return
%define upstream_version 0.004007

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Utility module for Contextual::Return
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Contextual/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(Want)
BuildRequires: perl(version)
BuildRequires: perl-devel

BuildArch: noarch

%description
Usually, when you need to create a subroutine that returns different values
in different contexts (list, scalar, or void), you write something like .
#        my ($server_ID) = @_;
#
#        # Acquire server data somehow...
#        my %server_data = _ascertain_server_status($server_ID);  .

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 18 2015 abfonly <John@smith.org> 0.4.7-1
- (b63d215) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12703 |14cu|perl-Convert-ASCII-Armour-1.4-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname Convert-ASCII-Armour


Name:		perl-%{realname}
Version:	1.4
Release:	16
Summary:	Convert binary octets into ASCII armoured messages

License:	Artistic
Group:		Development/Perl
Url:		http://www.cpan.org
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Convert/%{realname}-%{version}.tar.bz2
BuildRequires:	perl(Compress::Zlib)  
BuildRequires:	perl-devel
BuildArch:		noarch

%description 
This module converts hashes of binary octets into ASCII
messages suitable for transfer over 6-bit clean transport
channels. The encoded ASCII resembles PGP's armoured
messages, but are in no way compatible with PGP.

%prep
%setup -q -n %{realname}-%{version}

%build
CFLAGS="%{optflags}" echo | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/*/*




%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-16
+ Revision: e2d9392
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12704 |14cu|perl-Convert-Binary-C-0.770.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Convert-Binary-C
%define upstream_version 0.77
%define __noautoprov 'C.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/M/MH/MHX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:  perl(CPAN::Meta) >= 2.150.5
BuildRequires:  perl(Pod::Coverage)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl-devel

%description
Convert::Binary::C is a preprocessor and parser for C type definitions. 
It is highly configurable and supports arbitrarily complex data structures. 
Its object-oriented interface has pack and unpack methods that act as 
replacements for Perl's pack and unpack and allow to use C types instead 
of a string representation of the data structure for conversion of binary 
data from and to Perl's complex data structures.

Actually, what Convert::Binary::C does is not very different from what a 
C compiler does, just that it doesn't compile the source code into an object 
file or executable, but only parses the code and allows Perl to use the 
enumerations, structs, unions and typedefs that have been defined within 
your C source for binary data conversion, similar to Perl's pack and unpack.

Beyond that, the module offers a lot of convenience methods to retrieve 
information about the C types that have been parsed.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%check
%make test

%clean 

%install
%makeinstall_std

%files
%doc Changes README TODO META.json META.yml
%{_bindir}/*
%{perl_vendorlib}/
%{_mandir}/*/*



%changelog

* Sun Jul 26 2015 abfonly <abfonly@gmail.com> 0.770.0-1
- (ddad45a) Log: Update to 0.770.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12705 |14cu|perl-Convert-PEM-0.80.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Convert-PEM
%define	upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	11

Summary:	Read/write encrypted ASN.1 PEM files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Convert/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-Convert-ASN1 
BuildRequires:	perl-Class-ErrorHandler
BuildRequires:	perl-Crypt-DES_EDE3
BuildRequires:	perl-devel
BuildArch:	noarch

# not found automatically
Requires:	perl(Class::ErrorHandler)
Requires:	perl

%description
Convert::PEM reads and writes PEM files containing ASN.1-encoded
objects. The files can optionally be encrypted using a symmetric cipher
algorithm, such as 3DES.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%__make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.80.0-11
+ Revision: b27623e
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12706 |14cu|perl-Convert-Scalar-1.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'Scalar.so'
%define	upstream_name	Convert-Scalar
%define	upstream_version 1.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Convert-Scalar module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Convert/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Canary::Stability) >= 2001.0.0

%description
This module exports various internal perl methods that change the internal
representation or state of a perl scalar. All of these work in-place, that is,
they modify their scalar argument. No functions are exported by default.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes COPYING README META.json META.yml
%{perl_vendorarch}/Convert/Scalar.pm
%{perl_vendorarch}/auto/Convert/Scalar
%{_mandir}/*/*



%changelog

* Thu Jul 09 2015 abfonly <abfonly@gmail.com> 1.110.0-1
- (5b95e6f) Log: Update to 1.110.0, filter pivate .so autoprov



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12707 |14cu|perl-Cookie-Baker-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Cookie-Baker
%define upstream_version 0.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Cookie string generator / parser


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Cookie/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(Parse::CPAN::Meta) >= 1.441.700
BuildRequires: perl(Exporter) >= 5.700.0
BuildRequires: perl(ExtUtils::CBuilder) >= 0.280.223
BuildRequires: perl(Module::Build) >= 0.380.0
BuildRequires: perl(Test::More) >= 0.980.0
BuildRequires: perl(Test::Time)
BuildRequires: perl(URI::Escape)
BuildRequires: perl(CPAN::Meta::YAML) >= 0.12.0

BuildArch:  noarch

%description
Cookie::Baker provides simple cookie string generator and parser.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml README.*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Jul 09 2015 abfonly <abfonly@gmail.com> 0.60.0-1
- (149377b) Log: update to 0.60.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12708 |14cu|perl-Coro-6.511.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Coro
%define upstream_version 6.511
%define __noautoprov 'State.so|Event.so|EV.so'
%define __noautoreq 'Exporter::|Coro::Socket::'

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		2
Summary:	Coroutine process abstraction
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Coro-%{upstream_version}.tar.gz

BuildRequires: perl(AnyEvent) >= 7.70.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Guard) >= 1.23.0
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Storable) >= 2.300.0
BuildRequires: perl(common::sense)
BuildRequires: perl-devel
BuildRequires: perl(EV)
BuildRequires: perl(Event) >= 1.240.0
BuildRequires: perl(IO::AIO)
BuildRequires: perl(Canary::Stability) >= 2001.0.0


%description
This module collection manages coroutines. Coroutines are similar to
threads but don't run in parallel.

%files
%doc README.linux-glibc README Changes COPYING META.json META.yml
%dir %{perl_vendorarch}/Coro
%{perl_vendorarch}/Coro/AIO.pm
%{perl_vendorarch}/Coro/Channel.pm
%{perl_vendorarch}/Coro/CoroAPI.h
%{perl_vendorarch}/Coro/Debug.pm
%{perl_vendorarch}/Coro/Event.pm
%{perl_vendorarch}/Coro/EV.pm
%{perl_vendorarch}/Coro/Handle.pm
%{perl_vendorarch}/Coro/Intro.pod
%{perl_vendorarch}/Coro/LWP.pm
%{perl_vendorarch}/Coro/MakeMaker.pm
%{perl_vendorarch}/Coro/RWLock.pm
%{perl_vendorarch}/Coro/Select.pm
%{perl_vendorarch}/Coro/Semaphore.pm
%{perl_vendorarch}/Coro/SemaphoreSet.pm
%{perl_vendorarch}/Coro/Signal.pm
%{perl_vendorarch}/Coro/Socket.pm
%{perl_vendorarch}/Coro/Specific.pm
%{perl_vendorarch}/Coro/State.pm
%{perl_vendorarch}/Coro/Storable.pm
%{perl_vendorarch}/Coro/Timer.pm
%{perl_vendorarch}/Coro/Util.pm
%{perl_vendorarch}/Coro/jit-*.pl
%{perl_vendorarch}/Coro.pm
%{perl_vendorarch}/auto
%{_mandir}/man3/Coro.3pm*
%{_mandir}/man3/Coro::AIO.3pm*
%{_mandir}/man3/Coro::Channel.3pm*
%{_mandir}/man3/Coro::Debug.3pm*
%{_mandir}/man3/Coro::Event.3pm*
%{_mandir}/man3/Coro::EV.3pm.*
%{_mandir}/man3/Coro::Handle.3pm*
%{_mandir}/man3/Coro::Intro.3pm*
%{_mandir}/man3/Coro::LWP.3pm*
%{_mandir}/man3/Coro::MakeMaker.3pm*
%{_mandir}/man3/Coro::RWLock.3pm*
%{_mandir}/man3/Coro::Select.3pm*
%{_mandir}/man3/Coro::Semaphore.3pm*
%{_mandir}/man3/Coro::SemaphoreSet.3pm*
%{_mandir}/man3/Coro::Signal.3pm*
%{_mandir}/man3/Coro::Socket.3pm*
%{_mandir}/man3/Coro::Specific.3pm*
%{_mandir}/man3/Coro::State.3pm*
%{_mandir}/man3/Coro::Storable.3pm*
%{_mandir}/man3/Coro::Timer.3pm*
%{_mandir}/man3/Coro::Util.3pm*

#---------------------------------------
%package	AnyEvent
Summary:	Use Coro within an AnyEvent environment
Group:		Development/Perl

%description	AnyEvent
This module integrates coroutines into any event loop supported by
AnyEvent, combining event-based programming with coroutine-based
programming in a natural way.

%files AnyEvent
%doc README Changes COPYING META.json META.yml
%{perl_vendorarch}/Coro/AnyEvent.pm
%{_mandir}/man3/Coro::AnyEvent*
#---------------------------------------
%define __noautoreq 'Exporter::|Coro::Socket::'

%package	BDB
Summary:	Truly asynchronous bdb access
Group:		Development/Perl

%description	BDB
This module implements a thin wrapper around the BDB module.

Each BDB request that could block and doesn't get passed a callback
will normally block all coroutines. after loading this module, this
will no longer be the case.

%files BDB
%doc README Changes COPYING META.json META.yml
%{perl_vendorarch}/Coro/BDB.pm
%{_mandir}/man3/Coro::BDB*
#---------------------------------------

%prep
%setup -qn %{module}-%{upstream_version} 
perl -pi -e 's|/opt/bin/perl|%{__perl}|' eg/* Coro/*

# remove failing test - http://rt.cpan.org/Ticket/Display.html?id=32475
rm EV/t/01_unblock.t

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%check
make test

%install
%makeinstall_std



%changelog

* Thu Jul 07 2016 abfonly <abfonly@gmail.com> 2:6.511.0-1
- (3b7201a) Log: Update to 6.511.0 (cpan ver 6.511)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12709 |14cu|perl-CPAN-2.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	CPAN
%define upstream_version 2.10
%define __noautoreq 'perl\\(Mac::BuildTools\\)'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	%{upstream_name} module for perl


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/%{upstream_name}/authors/id/A/AN/ANDK/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Archive::Tar)
BuildRequires: perl(Archive::Zip)
BuildRequires: perl(CPAN::Checksums)
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.132.0
BuildRequires: perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires: perl(Compress::Bzip2)
BuildRequires: perl(Compress::Zlib)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Digest::MD5)
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(File::Which)
BuildRequires: perl(HTTP::Tiny)
BuildRequires: perl(IO::Compress::Base)
BuildRequires: perl(IO::Zlib)
BuildRequires: perl(JSON::PP)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Signature)
BuildRequires: perl(Net::FTP)
BuildRequires: perl(Net::Ping)
BuildRequires: perl(Parse::CPAN::Meta) >= 1.441.700
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Term::ReadKey)
BuildRequires: perl(Test::Harness) >= 2.620.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Text::Glob)
BuildRequires: perl(Text::ParseWords)
BuildRequires: perl(Text::Wrap)
BuildRequires: perl(YAML)
BuildRequires: perl(YAML::Syck)
BuildRequires: perl(YAML::XS)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)

BuildArch:	noarch

%description
The CPAN module automates or at least simplifies the make and install of
perl modules and extensions. It includes some primitive searching
capabilities and knows how to use Net::FTP or LWP or some external
download clients to fetch the distributions from the net.

These are fetched from one or more of the mirrored CPAN (Comprehensive
Perl Archive Network) sites and unpacked in a dedicated directory.

The CPAN module also supports the concept of named and versioned
*bundles* of modules. Bundles simplify the handling of sets of related
modules. See Bundles below.

The package contains a session manager and a cache manager. The session
manager keeps track of what has been fetched, built and installed in the
current session. The cache manager keeps track of the disk space
occupied by the make processes and deletes excess space according to a
simple FIFO mechanism.

All methods provided are accessible in a programmer style and in an
interactive shell style.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# Signature file does not contain debug files signatures, just ignore the file for tests
mv SIGNATURE SIGNATURE_test
# perl(CPAN::Test::Dummy::Perl5::Make::CircDepeOne/Two/Three) issue a warning if not present
# so we just ignore them (they induce a failure if tested)
%make test
mv SIGNATURE_test SIGNATURE

%install
%makeinstall_std
# Temporarily rename the cpan shell in order to wait for perl-5.10
mv %{buildroot}/%{_bindir}/cpan %{buildroot}/%{_bindir}/cpan-%{upstream_version}
mv %{buildroot}/%{_mandir}/man1/cpan.1 %{buildroot}/%{_mandir}/man1/cpan-%{upstream_version}.1

%files
%doc Changes README
%{_bindir}/*
%{perl_vendorlib}
%{_mandir}/*/*




%changelog

* Fri Jul 03 2015 abfonly <abfonly@gmail.com> 1:2.100.0-1
- (05b975f) Log: Update to 2.100.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12710 |14cu|perl-CPAN-Changes-0.400.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Changes
%define upstream_version 0.400002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Read and write Changes files

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(Compress::Zlib)
BuildRequires:  perl(URI)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(Moo) >= 2.0.1

BuildRequires:  perl-devel

BuildArch:      noarch

%description
It is standard practice to include a Changes file in your distribution.
The purpose the Changes file is to help a user figure out what has
changed since the last release.

People have devised many ways to write the Changes file. A preliminary
specification has been created (CPAN::Changes::Spec) to encourage module
authors to write clear and concise Changes.

This module will help users programmatically read and write Changes
files that conform to the specification.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README META.json META.yml
%{perl_vendorlib}/CPAN
%{perl_vendorlib}/Test/CPAN
%{_mandir}/*/*
%{_bindir}/tidy_changelog


%changelog

* Thu Jul 09 2015 abfonly <abfonly@gmail.com> 0.400.2-1
- (5b785b4) Log: Update to 0.400.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12711 |14cu|perl-CPAN-Checksums-2.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Checksums
%define upstream_version 2.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Write a C<CHECKSUMS> file for a directory as on CPAN


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz
Source1:        A317C15D.pub

BuildRequires:	perl-devel
BuildRequires:	perl(Compress::Bzip2) >= 2.220.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(Data::Compare)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(DirHandle)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Module::Signature) >= 0.730.0
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)
BuildRequires:	gnupg2

BuildArch:	noarch

%description
* $success = updatedir($dir)

  'updatedir()' takes a directory name as argument and writes a typical
  'CHECKSUMS' file in that directory as used on CPAN unless a previously
  written 'CHECKSUMS' file is there that is still valid. Returns 2 if a new
  'CHECKSUMS' file has been written, 1 if a valid 'CHECKSUMS' file is
  already there, otherwise dies.

  Note: since version 2.0 updatedir on empty directories behaves just the
  same. In older versions it silently did nothing.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# debug files will screw the tests.
rm -f *.list
#
export GNUPGHOME=$(mktemp -d)
gpg --import '%{SOURCE1}'
make test
rm -r "$GNUPGHOME"

%install
%makeinstall_std

%files
%doc README META.json META.yml Changes Todo
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Thu Jul 09 2015 abfonly <abfonly@gmail.com> 2.100.0-1
- (084019c) Log: Update to 2.100.0, fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12712 |14cu|perl-CPANDB-0.180.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPANDB
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	CPANDB class for the distribution table

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(LWP::Online)
BuildRequires:	perl(ORLite::Mirror)
BuildRequires:	perl(ORLite::Statistics)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
CPANDB class for the distribution table.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README Changes
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/cpangraph



%changelog
* Fri Feb 06 2015 abfonly <abfonly@gmail.com> 0.180.0-2
+ Revision: 483b4a3
- Updated perl-CPANDB.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12713 |14cu|perl-Cpanel-JSON-XS-3.21.700-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Cpanel-JSON-XS
%define upstream_version 3.0217
%define __noautoprov 'XS.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Dummy module providing Cpanel::JSON::XS::Boolean
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Pod::Text) >= 2.80.0
BuildRequires: perl(Pod::Usage) >= 1.330.0
BuildRequires: perl(Test::Pod)
BuildRequires: perl(JSON::XS) 
BuildRequires: perl(JSON)
BuildRequires: perl(Test::LeakTrace) 
BuildRequires: perl(Mojo::JSON)
BuildRequires: perl-devel

%description
This module converts Perl data structures to JSON and vice versa. Its
primary goal is to be _correct_ and its secondary goal is to be _fast_. To
reach the latter goal it was written in C.

As this is the n-th-something JSON module on CPAN, what was the reason to
write yet another JSON module? While it seems there are many JSON modules,
none of them correctly handle all corner cases, and in most cases their
maintainers are unresponsive, gone missing, or not listening to bug reports
for other reasons.

See below for the Cpanel fork.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
perl -pi -e "s|/opt/bin/perl|%{__perl}|" eg/bench

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc COPYING Changes META.json META.yml README SIGNATURE XS eg
%{_bindir}/*
%{_mandir}/man?/*
%{perl_vendorlib}/*

%changelog

* Fri Jul 08 2016 abfonly <abfonly@gmail.com> 3.21.700-1
- (0944281) Log: Update to 3.21.700-1 ( cpan ver 3.0217)
- (0944281) Fix BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12714 |14cu|perl-CPAN-FindDependencies-2.440.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-FindDependencies
%define upstream_version 2.44

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Object representing a module dependency
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Devel::CheckOS)
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(Module::CoreList)
BuildRequires:	perl(Parse::CPAN::Packages)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(URI::file)
BuildRequires:	perl(YAML)
BuildRequires:	perl(YAML::Tiny)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
Object representing a module dependency.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc  README CHANGELOG META.json META.yml
%{perl_vendorlib}/*
%{_bindir}/cpandeps
%{_mandir}/man1/*
%{_mandir}/man3/*



%changelog

* Tue Sep 01 2015 abfonly <abfonly@gmail.com> 2.440.0-1
- (fc0cbcc) Log: update to 2.440.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12715 |14cu|perl-CPAN-Mini-1.111.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Mini
%define upstream_version 1.111016

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Create a minimal mirror of CPAN

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/CPAN-Mini-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::More) >= 0.960.0
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)   
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Pod::Usage)   
BuildRequires:	perl(URI)      
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)

BuildArch:	noarch

%description
CPAN::Mini provides a simple mechanism to build and update a minimal mirror of
the CPAN on your local disk. It comes with a small utility, minicpan(1), to
create and update such mirrors.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml META.json
%{perl_vendorlib}/CPAN
%{_mandir}/*/*
%{_bindir}/minicpan



%changelog

* Sun Jun 14 2015 abfonly <John@smith.org> 1.111.16-1
- (b13e9d2) Log: Update to 1.111.16



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12716 |14cu|perl-CPAN-Perl-Releases-2.800.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Perl-Releases
%define upstream_version 2.80

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Mapping Perl releases on CPAN to the location of the tarballs
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl-devel

BuildArch: noarch

%description
CPAN::Perl::Releases is a module that contains the mappings of all 'perl'
releases that have been uploaded to CPAN to the 'authors/id/' path that the
tarballs reside in.

This is static data, but newer versions of this module will be made
available as new releases of 'perl' are uploaded to CPAN.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml META.json LICENSE Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri Jul 08 2016 abfonly <abfonly@gmail.com> 2.800.0-1
- (9fef089) Log: Update to 2.800.0 (cpan ver 2.80)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12717 |14cu|perl-CPAN-Reporter-1.201.400-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Reporter
%define upstream_version 1.2014

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32::Job\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Adds CPAN Testers reporting to CPAN.pm

License:	Apache License
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/CPAN-Reporter-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Config::Tiny)
BuildRequires:	perl(CPAN)
BuildRequires:	perl(Devel::Autoflush)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(IO::CaptureOutput)
BuildRequires:	perl-IPC-Cmd
BuildRequires:	perl(Parse::CPAN::Meta)
BuildRequires:	perl(Probe::Perl)
BuildRequires:	perl(Tee)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Reporter)
BuildRequires:	perl(Module::Build::Compat)

BuildArch:	noarch

%description
The CPAN Testers project captures and analyses detailed results from
building and testing CPAN distributions on multiple operating systems and
multiple versions of Perl. This provides valuable feedback to module
authors and potential users to identify bugs or platform compatibility
issues and improves the overall quality and value of CPAN.

One way individuals can contribute is to send a report for each module that
they test or install. CPAN::Reporter is an add-on for the CPAN.pm module to
send the results of building and testing modules to the CPAN Testers
project. Full support for CPAN::Reporter is available in CPAN.pm as of
version 1.92.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes LICENSE META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sun Jun 14 2015 abfonly <John@smith.org> 1.201.400-1
- (46ecb0f) Log: Update to 1.201.400



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12718 |14cu|perl-CPAN-SQLite-0.211.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-SQLite
%define upstream_version 0.211

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Maintain and search a minimal CPAN database

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/ST/STRO/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:	perl-devel
BuildRequires:	perl(Archive::Tar) >= 1.900.0
BuildRequires:	perl(CPAN::DistnameInfo) >= 0.120.0
BuildRequires:	perl(DBD::SQLite) >= 1.460.0
BuildRequires:	perl(File::HomeDir) >= 1.0.0
BuildRequires:	perl(IO::Zlib) >= 1.100.0
BuildRequires:	perl(CPAN::HandleConfig)
BuildRequires:	perl(CPAN::Version) >= 5.500.300
BuildRequires:	perl(Carp) >= 1.360.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(IO::Handle) >= 0.10.0
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(Scalar::Util) >= 1.420.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(CPAN) >= 2.100.0
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(Cwd) >= 3.470.0
BuildRequires:	perl(DBI)
BuildRequires:	perl(English)
BuildRequires:	perl(Exporter) >= 5.700.0
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path) >= 2.90.0
BuildRequires:	perl(File::Spec) >= 3.470.0
BuildRequires:	perl(File::Spec::Functions) >= 3.470.0
BuildRequires:	perl(Getopt::Long) >= 2.420.0
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(Safe) >= 2.350.0
BuildRequires:	perl(constant) >= 1.330.0
BuildRequires:	perl(parent)
BuildRequires:	perl(strict)
BuildRequires:	perl(utf8)
BuildRequires:	perl(warnings)
BuildRequires:	perl(HTTP::Tiny)

BuildArch:	noarch

%description
This package is used for setting up, maintaining, and searching a CPAN
database consisting of the information stored in the three main CPAN
indices: _$CPAN/modules/03modlist.data.gz_,
_$CPAN/modules/02packages.details.txt.gz_, and
_$CPAN/authors/01mailrc.txt.gz_. It should be considered at an alpha stage
of development.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml LICENSE
%{_mandir}/man?/*
%{perl_vendorlib}/*
%{_bindir}/cpandb


%changelog

* Thu Jul 16 2015 abfonly <abfonly@gmail.com> 0.211.0-1
- (b41f6dc) Log: Update to 0.211.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12719 |14cu|perl-CPAN-Uploader-0.103.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Uploader
%define upstream_version 0.103009

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Upload things to the CPAN


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(Getopt::Long::Descriptive)
BuildRequires:	perl(HTTP::Request::Common)
BuildRequires:	perl(HTTP::Status)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(LWP::Protocol::https)
BuildRequires:	perl(URI)

BuildArch:	noarch

%description
This code is mostly derived from cpan-upload-http by Brad Fitzpatrick,
which in turn was based on cpan-upload by Neil Bowers. I (rjbs) didn't
want to have to use a system call to run either of those, so I
refactored the code into this module.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/cpan-upload




%changelog

* Sun Jun 14 2015 abfonly <John@smith.org> 0.103.9-1
- (54d8bd3) Log: Update to 0.103.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12720 |14cu|perl-CPS-0.180.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPS
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Iterate at some later point

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Future)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Identity)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Refcount)
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Sub::Name)

BuildArch:  noarch


%description
Objects based on this abstract class are used by the 'gk*' variants of the
the CPS manpage functions, to control their behavior. These objects are
expected to provide a method, 'again', which the functions will use to
re-invoke iterations of loops, and so on. By providing a different
implementation of this method, governor objects can provide such behaviours
as rate-limiting, asynchronisation or parallelism, and integration with
event-based IO frameworks.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Feb 06 2015 abfonly <abfonly@gmail.com> 0.180.0-2
+ Revision: c322207
- Updated perl-CPS.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12721 |14cu|perl-CQL-Parser-1.130.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CQL-Parser
%define upstream_version 1.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Compiles CQL strings into parse trees of Node subtypes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CQL/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Clone)
BuildRequires:	perl(String::Tokenizer)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::CPAN::Changes)

BuildArch:	noarch

%description
CQL::Parser provides a mechanism to parse Common Query Language (CQL)
statements. The best description of CQL comes from the CQL homepage at
the Library of Congress <http://www.loc.gov/z3950/agency/zing/cql/>

CQL is a formal language for representing queries to information
retrieval systems such as web indexes, bibliographic catalogs and museum
collection information. The CQL design objective is that queries be
human readable and human writable, and that the language be intuitive
while maintaining the expressiveness of more complex languages.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/CQL



%changelog
* Fri Feb 06 2015 abfonly <abfonly@gmail.com> 1.130.0-2
+ Revision: bd035a8
- Updated perl-CQL-Parser.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12722 |14cu|perl-Crypt-Blowfish-2.140.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Crypt-Blowfish
%define upstream_version 2.14

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:	Perl Blowfish encryption module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-Blowfish-%{upstream_version}.tar.gz

Buildrequires:	 perl-devel

%description
Perl module to encrypt using the Blowfish algorithm.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc README COPYRIGHT Changes
%{perl_vendorarch}/Crypt
%{perl_vendorarch}/auto/Crypt
%{_mandir}/*/*



%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.140.0-4
+ Revision: 81fd8dd
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12723 |14cu|perl-Crypt-Blowfish_PP-1.120.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-Blowfish_PP
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Crypt::Blowfish_PP - Blowfish encryption algorithm implemented purely in Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MATTBM/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Crypt::Blowfish_PP module provides for users to use the Blowfish encryption
algorithm in perl. The implementation is entirely Object Oriented, as there is
quite a lot of context inherent in making blowfish as fast as it is. The key is
anywhere between 64 and 448 bits (8 and 56 bytes), and should be passed as a
packed string. The transformation itself is a 16-round Feistel Network, and
operates on a 64 bit block.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc CHANGELOG README
%{perl_vendorlib}/Crypt/Blowfish_PP.pm
%{_mandir}/*/*



%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-9
+ Revision: 51787a5
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12724 |14cu|perl-Crypt-CAST5-0.50.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-CAST5
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    8

Summary:	Crypt::CAST5 - CAST5 block cipher

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BO/BOBMATH/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel

%description
This module provides an implementation of the CAST5 block cipher using
compiled C code for increased speed. CAST5 is also known as CAST-128. It
is a product of the CAST design procedure developed by C. Adams and
S. Tavares. The CAST5 cipher is available royalty-free.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%dir %{perl_vendorlib}/*/auto/Crypt/CAST5
%{perl_vendorlib}/*/Crypt/CAST5.pm
%{perl_vendorlib}/*/auto/Crypt/CAST5/CAST5.so
%{_mandir}/*/*



%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-8
+ Revision: 0ee5b0d
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12725 |14cu|perl-Crypt-CAST5_PP-1.40.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Crypt-CAST5_PP
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	10

Summary:	CAST5 block cipher in pure Perl

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides a pure Perl implementation of the CAST5 block cipher.
CAST5 is also known as CAST-128. It is a product of the CAST design procedure
developed by C. Adams and S. Tavares.

The CAST5 cipher is available royalty-free.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%__make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Crypt/*
%{perl_vendorlib}/auto/Crypt/*
%{_mandir}/*/*



%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-10
+ Revision: 13ad052
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12726 |14cu|perl-Crypt-CBC-2.330.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Crypt-CBC
%define upstream_version 2.33

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Encrypt Data with Cipher Block Chaining Mode

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Crypt/Crypt-CBC-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Crypt::Rijndael)
BuildRequires:	perl(Crypt::Blowfish)
BuildRequires:	perl(Crypt::Blowfish_PP)
BuildRequires:	perl(Crypt::CAST5)
BuildRequires:	perl(Crypt::DES)
BuildRequires:	perl(Crypt::IDEA)
BuildArch:	noarch

%description
This module is a Perl-only implementation of the cryptographic cipher
block chaining mode (CBC).  In combination with a block cipher such as
DES or IDEA, you can encrypt and decrypt messages of arbitrarily long
length.  The encrypted messages are compatible with the encryption
format used by SSLeay, and can be made compatible with the newer
OpenSSL package by specifying the -salt argument.

To use this module, you will first create a Crypt::CBC cipher object with
new().  At the time of cipher creation, you specify an encryption key
to use and, optionally, a block encryption algorithm.  You will then
call the start() method to initialize the encryption or decryption
process, crypt() to encrypt or decrypt one or more blocks of data, and
lastly finish(), to pad and encrypt the final block.  For your
convenience, you can call the encrypt() and decrypt() methods to
operate on a whole data value at once.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make


%check
make test

%install
%makeinstall_std

%files
%doc Changes README eg
%{perl_vendorlib}/Crypt
%{_mandir}/man3*/*



%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.330.0-5
+ Revision: 03b7184
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12727 |14cu|perl-Crypt-CipherSaber-1.01-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	Crypt-CipherSaber

Summary:	Perl upstream_name implementing CipherSaber encryption
Name:		perl-%{upstream_name}
Version:	1.01
Release:	1
License:	GPLv2 or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/upstream_names/by-upstream_name/Crypt/%{upstream_name}-%{version}.tar.gz
Patch0:         Crypt-CipherSaber-1.01-Fix-reading-IV-with-new-lines-from-a-file.patch
BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Test::Simple) >= 0.60
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(JSON::PP)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	coreutils
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Scalar::Util) >= 1.4.2
BuildRequires:	perl(vars)
BuildRequires:	perl(File::Spec)
BuildRequires:  perl(Test::More) >= 1.1.9

Requires:       perl(Scalar::Util) >= 1.4.2
BuildArch:	noarch

%description
The Crypt::CipherSaber upstream_name implements 
CipherSaber encryption, described at
http://ciphersaber.gurus.com. 
It is simple, fairly speedy, and relatively
secure algorithm based on RC4.

%prep
%setup -qn %{upstream_name}-%{version}
%patch0 -p1
chmod 644 t/smiles.png

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
#Remove the debug files which get created, causing failure of the contents check
rm *.list
./Build test

%install
./Build install destdir=%{buildroot}

%files 
%doc Changes README
%{perl_vendorlib}/Crypt
%{_mandir}/man3/*

%changelog

* Wed Jun 22 2016 abfonly <abfonly@gmail.com> 1.01-1
- (e54dcbb) Log: Update to 1.01
- (e54dcbb) fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12728 |14cu|perl-Crypt-DES-2.70.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Crypt-DES
%define upstream_version 2.07

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Perl DES encryption module

Source0:	http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-2.07.tar.gz
Url:            http://search.cpan.org/dist/%{module}/
BuildRequires:	perl-devel
# avoid build dependency on perl-Crypt-CBC to avoid dependency cycles
# https://qa.mandriva.com/show_bug.cgi?id=43033

%description
The module implements the Crypt::CBC interface.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README COPYRIGHT
%{perl_vendorarch}/Crypt
%{perl_vendorarch}/auto/Crypt
%{_mandir}/man3/*


%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.70.0-4
+ Revision: 55cff23
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12729 |14cu|perl-Crypt-DES_EDE3-0.10.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-DES_EDE3
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	10

Summary:	Triple-DES EDE encryption/decryption

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is Crypt::DES_EDE3, a module implementing Triple-DES EDE
(encrypt-decrypt-encrypt) encryption and decryption.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%files
%doc MANIFEST README
%{perl_vendorlib}/Crypt
%{_mandir}/*/*



%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-10
+ Revision: 9dd6ab1
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12730 |14cu|perl-Crypt-DH-GMP-0.0.120-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# private-shared-object-provides
%define __noautoprov 'GMP.so'

%define upstream_name    Crypt-DH-GMP
%define upstream_version 0.00012

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Compatibility Mode For Crypt::DH

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Devel::CheckLib) >= 0.400.0
BuildRequires: perl(Devel::PPPort) >= 3.190.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.420.0
BuildRequires: perl(ExtUtils::ParseXS) >= 2.210.0
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(XSLoader) >= 0.20.0
BuildRequires: gmp-devel
BuildRequires: perl-devel

%description
Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH,
implemented mostly in C.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Mon Jun 15 2015 abfonly <John@smith.org> 0.0.120-1
- (211abb7) Log: Update to 0.0.120, filter provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12731 |14cu|perl-Crypt-DSA-1.170.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Crypt-DSA
%define upstream_version 1.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6
Summary:	DSA Signatures and Key Generation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%upstream_name/
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Convert::PEM)
BuildRequires:	perl(Crypt::DES_EDE3)
BuildRequires:	perl(Crypt::Random)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(Data::Buffer) >= 0.01
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Which) >= 0.05
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(Math::BigInt) >= 1.78
BuildRequires:	perl(Perl::MinimumVersion) >= 1.20
BuildRequires:	perl(Test::CPAN::Meta) >= 0.12
BuildRequires:	perl(Test::More) >= 0.42
BuildRequires:	perl(Test::MinimumVersion) >= 0.008
BuildRequires:	perl(Test::Pod) >= 1.26
BuildRequires:	openssl
# Crypt::DSA::Keychain calls openssl for DSA parameter generation
Requires:	openssl
# Pull in Math::BigInt::GMP for GMP support for suitably recent versions of Math::BigInt
# else use Math::GMP
%if %(%{__perl} -MMath::BigInt -e 'use Math::BigInt 1.87;' 2>/dev/null && echo 1 || echo 0)
BuildRequires:	perl(Math::BigInt::GMP)
Requires:	perl(Math::BigInt::GMP)
%else
BuildRequires:	perl(Math::GMP)
Requires:	perl(Math::GMP)
%endif
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm)
signature verification system. The implementation itself is pure Perl, although
the heavy-duty mathematics underneath are provided by the Math::Pari library.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test AUTOMATED_TESTING=1

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Crypt
%{_mandir}/*/*



%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.170.0-6
+ Revision: 3f1c876
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12732 |14cu|perl-Crypt-Enigma-1.500.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#unauthorised rel from 2009.Symbianflo

%define upstream_name    Crypt-Enigma
%define upstream_version 1.5

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl extension for emulating a World War II Enigma
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/F/FR/FRIFFIN/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(HTML::HeadParser)
BuildRequires: perl-devel

BuildArch: noarch

%description
Perl extension for emulating a World War II Enigma

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Jul 16 2015 abfonly <abfonly@gmail.com> 1.500.0-1
- (f9a2c84) Log: Reimport properly  1.500.0 (unathorised)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12733 |14cu|perl-Crypt-IDEA-1.100.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Crypt-IDEA
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl interface to IDEA block cipher

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Crypt/Crypt-IDEA-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description 
This perl extension is an implementation of the IDEA block
cipher algorithm. The module implements the
Crypt::BlockCipher interface, which has the following
methods

blocksize =item keysize =item encrypt =item decrypt

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%doc COPYRIGHT
%{perl_vendorarch}/Crypt
%{perl_vendorarch}/auto/Crypt
%{_mandir}/*/*



%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.100.0-4
+ Revision: 75295a7
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12734 |14cu|perl-Crypt-OpenPGP-1.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Crypt-OpenPGP
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Pure-Perl OpenPGP implementation

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(Crypt::Blowfish)
BuildRequires:	perl(Crypt::CAST5_PP)
BuildRequires:	perl(Crypt::DES_EDE3)
BuildRequires:	perl(Crypt::DSA)
BuildRequires:	perl(Crypt::IDEA)
BuildRequires:	perl(Crypt::Rijndael)
BuildRequires:	perl(Crypt::RIPEMD160)
BuildRequires:	perl(Crypt::RSA)
BuildRequires:	perl(Crypt::Twofish) >= 2.00
BuildRequires:	perl(Data::Buffer) >= 0.04
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Math::Pari)
BuildRequires:	perl(MIME::Base64) >= 3.07
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(Data::Random)

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP stan- dard[1]. In
addition to support for the standard itself, Crypt::OpenPGP claims
compatibility with many other PGP implementations, both those that support the
standard and those that preceded it.

Crypt::OpenPGP provides signing/verification, encryption/decryption, keyring
management, and key-pair generation; in short it should provide you with
everything you need to PGP-enable yourself. Alternatively it can be used as
part of a larger system; for example, perhaps you have a web-form-to-email
generator written in Perl, and you'd like to encrypt outgoing messages, because
they contain sensitive information.  Crypt::OpenPGP can be plugged into such a
scenario, given your public key, and told to encrypt all messages; they will
then be readable only by you.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm -f t/07-digest.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# this test works under iurt as user, but not under build system
rm -f t/07-digest.t
#make test

%install
%makeinstall_std

%files
%doc README
%{_bindir}/*
%{perl_vendorlib}/Crypt/*
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.120.0-1
- (c54aa44) Updated to 1.12 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12735 |14cu|perl-Crypt-OpenSSL-Bignum-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Crypt-OpenSSL-Bignum
%define upstream_version 0.06
%define __noautoprov 'Bignum.so'


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	%{upstream_name} module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	pkgconfig(libssl)
BuildRequires:	perl-devel

%description
A Perl interface to OpenSSL's multiprecision integer arithmetic libraries.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod -x Changes README Bignum.xs

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make 

%check
%make test

%install
%makeinstall_std
find %{buildroot}%{perl_vendorarch} -name '*.pm' |xargs chmod 0644

%files
%doc Changes README META.json META.yml
%{perl_vendorarch}/auto/Crypt
%{perl_vendorarch}/Crypt
%{_mandir}/*/*



%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.60.0-1
- (2907130) Log: Update to 0.60.0, fixed linting, filter provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12736 |14cu|perl-Crypt-OpenSSL-DSA-0.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-OpenSSL-DSA
%define upstream_version 0.15
%define __noautoprov 'DSA.so'


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Digital Signature Algorithm using OpenSSL

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/T/TJ/TJMATHER/Crypt-OpenSSL-DSA-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	pkgconfig(libssl)

%description
Crypt::OpenSSL::DSA implements the DSA 
(Digital Signature Algorithm) signature verification system.

It is a thin XS wrapper to the DSA functions contained in the 
OpenSSL crypto library, located at http://www.openssl.org

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# perl path hack
find . -type f | xargs %{__perl} -p -i -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"
chmod -x Changes README DSA.xs

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
chmod -x %{buildroot}%{perl_vendorarch}/Crypt/OpenSSL/DSA/Signature.pod \
  %{buildroot}%{perl_vendorarch}/Crypt/OpenSSL/DSA.pm
  
%files
%doc Changes README META.json META.yml
%{perl_vendorarch}/auto/Crypt
%{perl_vendorarch}/Crypt
%{_mandir}/*/*



%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.150.0-1
- (508fe0f) Log: Update to 0.150.0, fixed linting, filter provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12737 |14cu|perl-Crypt-OpenSSL-EC-1.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-OpenSSL-EC
%define upstream_version 1.01

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl extension for OpenSSL EC (Elliptic Curves) library
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Crypt::OpenSSL::Bignum)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildRequires: pkgconfig(libssl)

%description
This module provides a standard (non-OO) interface to the OpenSSL EC
(Elliptic Curve) library. Some OO Calls are supported.

Most of the functions described in openssl/ec.h are supported.

It provides the Crypt::OpenSSL::EC class which defines some high level
functions and constants. At also provides 4 other classes for managing EC
objects:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Feb 08 2015 abfonly <abfonly@gmail.com> 1.10.0-1
+ Revision: f38109b
- Merge pull request #1 from abfonly/perl-Crypt-OpenSSL-EC:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12738 |14cu|perl-Crypt-OpenSSL-ECDSA-0.60.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-OpenSSL-ECDSA
%define upstream_version 0.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Perl extension for OpenSSL ECDSA (Elliptic Curve Digital Signature Algorithm)
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Crypt::OpenSSL::Bignum)
BuildRequires: perl(Crypt::OpenSSL::EC) >= 1.10.0
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildRequires: pkgconfig(libssl)



%description
This module provides an interface to the ECDSA (Elliptic Curve Digital
Signature Algorithm) functions in OpenSSL

Tested against OpenSSL 1.0.2

Export
    None by default.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Feb 08 2015 abfonly <abfonly@gmail.com> 0.60.0-2
+ Revision: 1b311b1
- rebuild against new perl(Crypt::OpenSSL::EC)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12739 |14cu|perl-Crypt-Primes-0.500.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-Primes
%define upstream_version 0.50

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	10

Summary:	Provable Prime Number Generator suitable for Cryptographic Application

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-Crypt-Random
BuildArch:		noarch

%description
This module implements Ueli Maurer's algorithm for
generating large provable primes and secure parameters
for public-key cryptosystems. The generated primes are
almost uniformly distributed over the set of primes of
the specified bitsize and expected time for generation
is less than the time required for generating a
pseudo-prime of the same size with Miller-Rabin tests.
Detailed description and running time analysis of the
algorithm can be found in Maurer's paper[1].

Crypt::Primes is a pure perl implementation. It uses
Math::Pari for multiple precision integer arithmetic
and number theoretic functions. Random numbers are
gathered with Crypt::Random, a perl interface to
/dev/u?random devices found on most modern Unix operating
systems.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" echo | %__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_bindir}/largeprimes
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.500.0-10
+ Revision: 276243a
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12740 |14cu|perl-Crypt-Random-1.250.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Crypt-Random
%define	upstream_version 1.25

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	11

Summary:	%{upstream_name} Perl module

License:	Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Crypt::Random is an interface module to the /dev/random device found on most
modern Unix systems. The /dev/random driver gathers environmental noise from
various non-deterministic sources including inter-keyboard timings and
inter-interrupt timings that occur within the operating system environment.
The /dev/random driver maintains an estimate of true randomness in the pool and
decreases it every time random strings are requested for use. When the estimate
goes down to zero, the routine blocks and waits for the occurrence of
non-deterministic events to refresh the pool.
The /dev/random kernel module also provides another interface, /dev/urandom,
that does not wait for the entropy-pool to recharge and returns as many bytes
as requested. /dev/urandom is considerably faster at generation compared to
/dev/random, which should be used only when very high quality randomness is
desired.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes README 
%{_bindir}/*
%{perl_vendorlib}/Crypt/*.pm
%{perl_vendorlib}/Crypt/Random
%{_mandir}/*/*



%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.250.0-11
+ Revision: 95ca621
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12741 |14cu|perl-Crypt-Random-Source-0.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-Random-Source
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Base class for random devices
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Any::Moose)
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Carp)
BuildRequires: perl(Class::Load)
BuildRequires: perl(Errno)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IO::Select)
BuildRequires: perl(Module::Find)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl(base)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(Test::use::ok)
BuildRequires: perl(Module::Build::Tiny) >= 0.39.0
BuildRequires: perl(Moo)
BuildRequires: perl(Types::Standard)

BuildArch:	noarch

%description
This module provides implementations for a number of byte oriented sources
of random data.

See the Crypt::Random::Source::Factory manpage for a more powerful way to
locate sources, and the various sources for specific implementations.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
mv LICENCE LICENSE
chmod 644 Changes

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Fri Jul 08 2016 abfonly <abfonly@gmail.com> 0.120.0-1
- (620e4aa) Log: Update to 0.120.0 (cpan ver 0.12)
- (620e4aa) fixed BR , Req, and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12742 |14cu|perl-Crypt-Rijndael-1.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Crypt-Rijndael
%define upstream_version 1.13

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Crypt::CBC compliant Rijndael encryption module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
This module implements the Rijndael cipher, which has just been selected as the
Advanced Encryption Standard.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc NEWS README
%{perl_vendorarch}/Crypt
%{perl_vendorarch}/auto/Crypt
%{_mandir}/man3*/*

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.130.0-1
- (1f00858) Updated to 1.13 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12743 |14cu|perl-Crypt-RIPEMD160-0.50.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-RIPEMD160
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    9

Summary:	Crypt-RIPEMD160 module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel

%description
The %{upstream_name} module/extension allows you to use the RIPEMD160 Message
Digest algorithm from within Perl programs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e "s,/usr/local/bin/perl,%{_bindir}/perl," misc/ripemd160_driver.pl

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std
find misc -type f -exec chmod 0644 {} \;

%clean 

%files
%doc README misc/*
%{perl_vendorlib}/*/Crypt/RIPEMD160
%{perl_vendorlib}/*/Crypt/RIPEMD160.pm
%{perl_vendorlib}/*/auto/Crypt/RIPEMD160
%{_mandir}/*/*



%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-9
+ Revision: 32562a0
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12744 |14cu|perl-Crypt-RSA-1.990.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-RSA
%define upstream_version 1.99

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	10

Summary:	RSA public-key cryptosystem

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-Crypt-Blowfish
BuildRequires:	perl-Crypt-CBC
BuildRequires:	perl-Digest-MD2
BuildRequires:	perl-Digest-SHA1
BuildRequires:	perl-Convert-ASCII-Armour
BuildRequires:	perl-Crypt-Primes
BuildRequires:	perl-Sort-Versions
BuildRequires:	perl-Tie-EncryptedHash
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Crypt::RSA is a pure-perl, cleanroom implementation of the
RSA public-key cryptosystem. It uses Math::Pari(3), a perl
interface to the blazingly fast PARI library, for big
integer arithmetic and number theoretic computations.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.990.0-10
+ Revision: 1d62534
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12745 |14cu|perl-Crypt-Twofish-2.170.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-Twofish
%define upstream_version 2.17

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:	Crypt-Twofish module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/Crypt-Twofish-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
Twofish is a 128-bit symmetric block cipher with a variable length (128, 192,
or 256-bit) key, developed by Counterpane Labs. It is unpatented and free for
all uses, as described at http://www.counterpane.com/twofish.html.

This module implements Twofish encryption. It supports the Crypt::CBC interface

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorlib}/*/Crypt/Twofish.pm
%{perl_vendorlib}/*/auto/Crypt/Twofish
%{_mandir}/*/*



%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.170.0-4
+ Revision: 3214df0
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12746 |14cu|perl-CSS-DOM-0.160.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name CSS-DOM
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Summary:	Perl module for Document Object Model for Cascading Style Sheets  
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/~sprout/CSS-DOM/
Source0:	http://www.cpan.org/authors/id/S/SP/SPROUT/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Encode)
BuildRequires:	perl(Clone)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(constant)
BuildRequires:	perl(overload)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)

BuildArch:	noarch

%description
This module implements a CSS-specific subset of the interfaces
described in the W3C DOM specification.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/CSS/DOM.pm
%{perl_vendorlib}/CSS/DOM/
%{_mandir}/man3/CSS::DOM*


%changelog

* Sat Jul 09 2016 abfonly <abfonly@gmail.com> 0.160.0-1
- (0650fda) Log: Update to 0.160.0 (cpan ver 0.16)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12747 |14cu|perl-Curses-UI-POE-0.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Curses-UI-POE
%define upstream_version    0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 1
Epoch:      1
Summary:	A subclass makes Curses::UI POE Friendly
License:	GPL
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source:     http://www.cpan.org/modules/by-module/Curse/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Curses::UI)
BuildRequires:	perl(POE)
BuildArch:	noarch


%description
This is a subclass for Curses::UI that enables it to work with POE. It is
designed to simply slide over Curses::UI. Keeping the API the same and simply
forcing Curses::UI to do all of its event handling via POE, instead of internal
to itself. This allows you to use POE behind the scenes for things like
networking clients, without Curses::UI breaking your programs' functionality.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%defattr(-,root,root)
%doc CHANGES
%{perl_vendorlib}/Curses
%{_mandir}/*/*

%changelog
* Mon Feb 09 2015 abfonly <abfonly@gmail.com> 1:0.40.0-1
+ Revision: 23d41e6
- Updated perl-Curses-UI-POE.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12748 |14cu|perl-Cwd-Guard-0.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Cwd-Guard
%define upstream_version 0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Temporary changing working directory (chdir)
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Cwd/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Cwd)
BuildRequires: perl(Exporter)
BuildRequires: perl(Test::More)
BuildRequires: perl(base)
BuildRequires: perl(parent)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
CORE::chdir Cwd:: Guard can change the current directory (chdir) using a
limited scope.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Apr 01 2015 abfonly <John@smith.org> 0.40.0-1
- (80bf601) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12749 |14cu|perl-Dancer-1.320.200-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dancer
%define upstream_version 1.3202

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Template Toolkit wrapper for Dancer
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BI/BIGPRESH/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Encode)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(HTTP::Body)
BuildRequires:	perl(HTTP::Server::Simple::CGI)
BuildRequires:	perl(HTTP::Server::Simple::PSGI)
BuildRequires:	perl(LWP)
BuildRequires:	perl(Module::Runtime)
BuildRequires:	perl(MIME::Types)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(URI)
BuildRequires:	perl(Hash::Merge::Simple)
BuildRequires:	perl(Devel::Hide)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(Template::Provider::FromDATA)
BuildRequires:	perl(Test::Simple) >= 1.302.30
BuildRequires:	perl(Test::utf8)
BuildArch:	noarch

%description
Dancer is a web application framework designed to be as effortless as
possible for the developer, taking care of the boring bits as easily as
possible, yet staying out of your way and letting you get on with writing
your code.

Dancer aims to provide the simplest way for writing web applications, and
offers the flexibility to scale between a very simple lightweight web
service consisting of a few lines of code in a single file, all the way up
to a more complex fully-fledged web application with session support,
templates for views and layouts, etc.

If you don't want to write CGI scripts by hand, and find Catalyst too big
or cumbersome for your project, Dancer is what you need.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc AUTHORS README Changes META.yml LICENSE CONTRIBUTORS
%{_bindir}/dancer
%{_mandir}/man1/dancer.1*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 09 2016 abfonly <abfonly@gmail.com> 1.320.200-1
- (075cf73) Log: Update to 1.320.200 ( cpan ver 1.3202)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12750 |14cu|perl-Dancer-Plugin-DBIC-0.210.200-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dancer-Plugin-DBIC
%define upstream_version 0.2102

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	DBIx::Class interface for Dancer applications


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dancer/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dancer)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(DBICx::Sugar)
BuildRequires:	perl(DBIx::Class::Schema::Loader)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(MooseX::Types::LoadableClass)

BuildArch:	noarch

%description
This plugin provides an easy way to obtain the DBIx::Class::ResultSet
manpage instances via the the function schema(), which it automatically
imports. You just need to point to a dsn in your the Dancer manpage
configuration file. So you no longer have to write boilerplate DBIC setup
code.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml LICENSE CHANGES
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jun 15 2015 abfonly <John@smith.org> 0.210.200-1
- (055d90d) Log; Update to 0.210.200, backported all new BR, fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12751 |14cu|perl-Data-Alias-1.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Data-Alias
%define upstream_version 1.20
%define __noautoprov 'Alias.so'


Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Comprehensive set of aliasing operations
License:	GPLv1+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/Data/Data-Alias-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Devel::CallParser)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)

%description
Aliasing is the phenomenon where two different expressions actually refer
to the same thing. Modifying one will modify the other, and if you take a
reference to both, the two values are the same.

%prep
%setup -qn %{module}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorarch}/Data
%{perl_vendorarch}/auto/Data

%changelog

* Sat Jul 09 2016 abfonly <abfonly@gmail.com> 1.200.0-1
- (917ae95) Log: Update to 1.200.0 (cpan ver 1.20)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12752 |14cu|perl-Data-Buffer-0.40.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Buffer
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	12

Summary:	Read/write buffer class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://www.cpan.org
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Data::Buffer implements a low-level binary buffer in which
you can get and put integers, strings, and other data.
Internally the implementation is based on pack and unpack,
such that Data::Buffer is really a layer on top of those
built-in functions.

All of the get_* and put_* methods respect the internal
offset state in the buffer object. This means that you
should read data out of the buffer in the same order that
you put it in.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" echo | %__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-12
+ Revision: 5a6586e
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12753 |14cu|perl-Data-Compare-1.250.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Data-Compare
%define upstream_version 1.25

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Compare perl data structures


Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(File::Find::Rule)
BuildRequires:  perl(Test::Pod)

BuildArch:	noarch

%description
Compare two perl data structures recursively. Returns 0 if the structures
differ, else returns 1.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc TODO README CHANGELOG META.yml META.json ARTISTIC.txt GPL2.txt MAINTAINERS-NOTE 
%{perl_vendorlib}/Data
%{_mandir}/*/*




%changelog

* Tue Jun 23 2015 abfonly <John@smith.org> 1.250.0-1
- (9b333ed) Log: Update to 1.250.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12754 |14cu|perl-Data-Diver-1.10.100-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Diver
%define upstream_version 1.0101

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Simple, ad-hoc access to elements of deeply nested structures
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tgz

BuildRequires: perl-devel 
BuildRequires: perl(ExtUtils::MakeMaker)
BuildArch: noarch

%description
Note that Data::Diver does 'use strict;' and so will not use symbolic
references. That is, a simple string can never be used as a reference.

Dive
        $value= Dive( $root, @ListOfKeys )

    Dive() pulls out one value from a nested data structure.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu May 07 2015 Stas Fomin <stas-fomin@yandex.ru> 1.10.100-1
- (f296703) add perl-devel deps



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12755 |14cu|perl-Data-DPath-0.510.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-DPath
%define upstream_version 0.51

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Abstraction for a current context that enables incremental searches
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Class::XSAccessor)
BuildRequires: perl(Class::XSAccessor::Array)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Iterator::Util)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
BuildRequires: perl(POSIX)
BuildRequires: perl(Safe)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Balanced)
BuildRequires: perl(aliased)
BuildRequires: perl(constant)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Exception::Class)

BuildArch: noarch

%description
no description found

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE META.yml Changes README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Feb 15 2015 abfonly <abfonly@gmail.com> 0.510.0-1
+ Revision: 6a49d23
- Imported from SRPM fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12756 |14cu|perl-Data-Dump-Streamer-2.390.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Data-Dump-Streamer
%define upstream_version 2.39

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Accurately serialize a data structure as Perl code
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(B::Deparse)
BuildRequires:	perl(B::Utils)
BuildRequires:	perl(PadWalker)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Abbrev)
BuildRequires:	perl(Text::Balanced)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl-devel
BuildRequires:	perl(Algorithm::Diff)
BuildRequires:	perl(JSON::XS)
Requires:	perl(B::Utils)
Provides:	perl(Data::Dump::Streamer::_::Printers)

%description
Given a list of scalars or reference variables, writes out their contents in
perl syntax. The references can also be objects. The contents of each variable
is output using the least number of Perl statements as convenient, usually only
one. Self-referential structures, closures, and objects are output correctly.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
yes | perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorarch}/Data
%{perl_vendorarch}/DDS.pm
%{perl_vendorarch}/auto/Data




%changelog

* Sat Jul 09 2016 abfonly <abfonly@gmail.com> 2.390.0-1
- (212c2d7) Log: Update to 2.390.0 ( cpan ver 2.39)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12757 |14cu|perl-Data-ICal-0.220.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name     Data-ICal
%define upstream_version 0.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Generates iCalendar (RFC 2445) calendar files

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Data-ICal/
Source0:	http://www.cpan.org/modules/by-module/Data/Data-ICal-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Class::ReturnValue)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::LongString)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Text::vFile::asData)
BuildArch:	noarch
# rpm doesn't catch this
Requires:	perl(Class::Accessor)

%description
A Data::ICal object represents a VCALENDAR object as defined in the
iCalendar protocol (RFC 2445, MIME type "text/calendar"), as implemented in
many popular calendaring programs such as Apple's iCal.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml SIGNATURE examples
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog

* Sat Jul 04 2015 abfonly <abfonly@gmail.com> 0.220.0-1
- (bb70cd2) Log: Update to 0.220.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12758 |14cu|perl-Data-Integer-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Integer
%define upstream_version 0.005

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Details of the native integer data type

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp) >= 1.360.0
BuildRequires: perl(Exporter) >= 5.700.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(base)
BuildRequires: perl(constant)
BuildRequires: perl(integer)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)

BuildArch: noarch

%description
This module is about the native integer numerical data type. A native
integer is one of the types of datum that can appear in the numeric part of
a Perl scalar. This module supplies constants describing the native integer
type.

There are actually two native integer representations: signed and unsigned.
Both are handled by this module.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README META.json META.yml SIGNATURE README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Sat Jul 04 2015 abfonly <abfonly@gmail.com> 0.5.0-1
- (dc8733a) Log: Update to 0.5.0, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12759 |14cu|perl-Data-Peek-0.440.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Peek
%define upstream_version 0.44
%define __noautoprov 'Peek.so'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:    A collection of low-level debug facilities

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tgz
# automatically create also DP.pm as alias of Data-Peek
Patch0:         Data-Peek.patch

BuildRequires:  perl(Config)
BuildRequires:  perl(Data::Dumper)
BuildRequires:	perl(DynaLoader)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(strict)
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(Test::NoWarnings)
BuildRequires:  perl(vars)
BuildRequires:  perl(warnings)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl-devel

%description
Data::Peek started off as 'DDumper' being a wrapper module over the
Data::Dumper manpage, but grew out to be a set of low-level data
introspection utilities that no other module provided yet, using the lowest
level of the perl internals API as possible.

DDumper ($var, ...)
    Not liking the default output of Data::Dumper, and always feeling the
    need to set '$Data::Dumper::Sortkeys = 1;', and not liking any of the
    default layouts, this function is just a wrapper around
    Data::Dumper::Dumper with everything set as I like it.

        $Data::Dumper::Sortkeys = 1;
        $Data::Dumper::Indent   = 1;

%prep
%setup -qn %{upstream_name}-%{upstream_version}
%patch0 -p1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std


%files
%doc META.yml META.json ChangeLog README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.440.0-1
- (be01343) Log: update to 0.440.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12760 |14cu|perl-Data-Perl-0.2.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Perl
%define upstream_version 0.002009

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Wrapping class for Perl's built in array structure
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Role::Tiny)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Output)
BuildRequires: perl(parent)
BuildRequires: perl(strictures)
BuildArch: noarch

%description
Data::Perl is a collection of classes that wrap fundamental data types that
exist in Perl. These classes and methods as they exist today are an attempt
to mirror functionality provided by Moose's Native Traits. One important
thing to note is all classes currently do no validation on constructor
input.

Data::Perl is a container class for the following classes:

* * the Data::Perl::Collection::Hash manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README META.json Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Feb 25 2015 John Smith <John@smith.org> 0.2.9-1
+ Revision: cea4b6f
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12761 |14cu|perl-Data-Printer-0.350.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Printer
%define upstream_version 0.35

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Pretty-printing date and time objects (not just DateTime!)
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Clone::PP)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Package::Stash)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sort::Naturally)
BuildRequires: perl(Term::ANSIColor)
BuildRequires: perl(Test::More)
BuildRequires: perl(version)
BuildRequires: perl(IO::Pty::Easy)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)



BuildArch: noarch

%description
Tired of typing 'use Data::Printer' every time? 'DDP' lets you quickly call
your favorite variable dumper!

It behaves exacly like the Data::Printer manpage - it is, indeed, just an
alias to it :)

Happy debugging!

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Feb 25 2015 John Smith <John@smith.org> 0.350.0-1
+ Revision: 2266fda
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12762 |14cu|perl-Data-Random-0.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Random
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Data::Random - Perl module to generate random data

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-Date-Calc
BuildRequires: perl(Time::Piece)
BuildRequires:	perl-GD
BuildRequires:	perl-YAML-Tiny
BuildRequires:	perl-devel
BuildArch:	noarch

%description
A module used to generate random data.  Useful mostly for test
programs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README*
%dir %{perl_vendorlib}/Data/Random
%{perl_vendorlib}/Data/Random.pm
%{perl_vendorlib}/Data/Random/*
%{_mandir}/*/*

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-1
- (9cad111) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12763 |14cu|perl-Data-Section-Simple-0.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Section-Simple
%define upstream_version 0.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Read data from __DATA__

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl-devel
BuildArch: noarch

%description
Data::Section::Simple is a simple module to extract data from '__DATA__'
section of the file.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Mon Mar 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-1
- (90aee16) Updated to 0.07 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12764 |14cu|perl-Data-Structure-Util-0.160.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Data-Structure-Util
%define upstream_version 0.16
%define __noautoprov 'Util.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1

Summary:	Change nature of data within a structure

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Clone)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(ExtUtils::CBuilder)

%description
"Data::Structure::Util" is a toolbox to manipulate the data inside a
data structure. It can process an entire tree and perform the
operation requested on each appropriate element.

For example: It can transform all strings within a data structure to
utf8 or transform any utf8 string back to the default encoding. It can
remove the blessing on any reference. It can collect all the objects
or detect if there is a circular reference.

It is written in C for decent speed.


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make 

%check
make test

%install
%makeinstall_std


%files
%doc CHANGES README META.json META.yml
%{perl_vendorarch}/Data
%{perl_vendorarch}/auto/Data
%{_mandir}/man?/*	       



%changelog

* Thu Jun 25 2015 abfonly <John@smith.org> 0.160.0-1
- (10721e7) Log: Update to 0.160.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12765 |14cu|perl-Data-UUID-1.221.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Data-UUID
%define upstream_version 1.221

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary: Perl extension for generating Globally/Universally Unique Identifiers
License: GPL+ or Artistic
Group:	 Development/Perl
Url:     http://search.cpan.org/dist/%{upstream_name}
Source0: http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
Perl extension for generating Globally/Universally Unique Identifiers
(GUIDs/UUIDs).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

# Disable check - randomly fails at ABF
# %check
# %make test

%install
%makeinstall_std

%clean

%files
%doc Changes README 
%{perl_vendorarch}/Data
%{perl_vendorarch}/auto/Data
%{_mandir}/man3/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.221.0-1
- (5fb2ce1) Updated to 1.221 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12766 |14cu|perl-Date-Calc-XS-6.400.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Date-Calc-XS
%define upstream_version 6.4

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1

Summary:    No summary found

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:        http://www.cpan.org/modules/by-module/Date/Date-Calc-XS-%{upstream_version}.tar.gz

BuildRequires: perl(Bit::Vector)
BuildRequires: perl(Carp::Clan)
BuildRequires: perl(Date::Calc)
BuildRequires: perl-devel

%description
You never use this module directly. Use the Date::Calc(3) manpage instead!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc META.yml license
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 6.400.0-1
- (4395c6c) Updated to 6.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12767 |14cu|perl-Date-Pcalc-6.100.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Date-Pcalc
%define upstream_version 6.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	13
Summary:	Pure-Perl drop-in replacement for Date::Calc
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Date/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		Date-Pcalc-6.1-fix_perl_516_boolean.patch
Patch1:		Date-Pcalc-6.1-century.patch

BuildRequires:	perl(Bit::Vector)
BuildRequires:	perl(Carp::Clan)
BuildRequires:	perl-devel


%description
  'use Date::Pcalc qw( Days_in_Year Days_in_Month ... );'

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0 -b .boolean
%patch1 -p1 -b .century

%build
echo c | perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Thu Jun 02 2016 Denis Silakov <denis.silakov@rosalab.ru> 6.100.0-13
- (8ed9ebe) Fix release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12768 |14cu|perl-DateTime-Calendar-Mayan-0.60.100-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	DateTime-Calendar-Mayan
%define upstream_version 0.0601

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL+ or Artistic 
Group:		Development/Perl
Summary:	Mayan Long Count Calendar 
Url:		http://search.cpan.org/dist/DateTime-Calendar-Mayan
Source:		http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/%{upstream_name}-%{upstream_version}.tar.gz
 
BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
An implementation of the Mayan Long Count, Haab, and Tzolkin calendars
as defined in "Calendrical Calculations The Millennium Edition".
Supplemented by "Frequently Asked Questions about Calendars".

%prep
%setup -qn  %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std


%files
%doc README Changes LICENSE Todo META.yml
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog

* Thu Jun 18 2015 abfonly <John@smith.org> 0.60.100-1
- (5229404) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12769 |14cu|perl-DateTime-Calendar-Pataphysical-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DateTime-Calendar-Pataphysical
%define upstream_version 0.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Dates in the pataphysical calendar
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/B/BO/BOOK/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(DateTime)
BuildRequires:  perl(Pod::Coverage::TrustPod)
BuildRequires:  perl(Test::CPAN::Meta)
BuildRequires:  perl(Test::MockTime)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)

BuildArch:	noarch


%description
DateTime::Calendar::Pataphysical is the implementation of the pataphysical
calendar. Each year in this calendar contains 13 months of 29 days. This
regularity makes this a convenient alternative for the irregular Gregorian
calendar.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%{makeinstall_std}

%files
%doc LICENSE META.yml README
%{perl_vendorlib}/DateTime/Calendar/*
%{_mandir}/man3/*



%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 0.60.0-1
- (f219cdb) Updated to 0.06



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12770 |14cu|perl-DateTime-Event-ICal-0.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Event-ICal
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Perl DateTime extension for computing rfc2445 recurrences
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(DateTime::Event::Recurrence) >= 0.110.0
BuildArch:	noarch

%description
This module provides convenience methods that let you easily create
'DateTime::Set' objects for rfc2445 style recurrences.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README TODO
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Sat Jul 09 2016 abfonly <abfonly@gmail.com> 0.130.0-1
- (761261f) Log: Update to 0.130.0 (cpan ver 0.13)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12771 |14cu|perl-DateTime-Event-Recurrence-0.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Event-Recurrence
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	DateTime::Set extension for create basic recurrence sets
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Set) >= 0.380.0
BuildArch:	noarch

%description
This module provides convenience methods that let you easily create
'DateTime::Set' objects for various recurrences, such as "once a month" or
"every day". You can also create more complicated recurrences, such as
"every Monday, Wednesday and Thursday at 10:00 AM and 2:00 PM".

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 09 2016 abfonly <abfonly@gmail.com> 0.180.0-1
- (ca27662) Log: Update to 0.180.0 ( cpan ver 0.18)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12772 |14cu|perl-DateTime-Format-Duration-1.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DateTime-Format-Duration
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Format and parse DateTime::Durations 
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Duration)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(warnings)
BuildRequires:	perl(CPAN::Meta)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(DateTime::Duration)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(constant)
BuildRequires:	perl(strict)
BuildArch:	noarch

%description
This module formats and parses DateTime::Duration objects as well as other
durations representations.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes 
chmod -R 755 docs
pushd docs
chmod 644 *
popd

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc Changes LICENCE META.yml CONTRIBUTING docs/ META.json  README
%{perl_vendorlib}/DateTime
%{_mandir}/*/*


%changelog

* Sat Jul 09 2016 abfonly <abfonly@gmail.com> 1.40.0-1
- (e9afcba) Log: Update to 1.40.0 (cpan ver 1.04)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12773 |14cu|perl-DateTime-Format-Mail-0.401.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-Mail
%define upstream_version 0.401

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Convert between DateTime and RFC2822/822 formats

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(ExtUtils::MakeMaker) 
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(version)
BuildRequires:	perl(warnings) 
BuildRequires:	perl(Pod::Coverage::TrustPod)
BuildRequires:	perl(Test::CPAN::Meta)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl-devel

BuildArch: noarch

%description
RFCs 2822 and 822 specify date formats to be used by email. 
This module parses and emits such dates.

RFC2822 (April 2001) introduces a slightly different format of date than that 
used by RFC822 (August 1982). The main correction is that the preferred format
is more limited, and thus easier to parse programmatically.

Despite the ease of generating and parsing perfectly valid RFC822 and RFC2822 
people still get it wrong. So this module provides four things for those 
handling mail dates:
  A strict parser that will only accept RFC2822 dates, so you can see where 
    you're right.
  A strict formatter, so you can generate the right stuff to begin with.
  A loose parser, so you can take the misbegotten output from other programs 
    and turn it into something useful. This includes various minor errors as 
    well as some somewhat more bizarre mistakes. 

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std


%files
%doc Changes README META.yml LICENSE CREDITS
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog

* Mon Jun 15 2015 abfonly <John@smith.org> 0.401.0-1
- (19f4a48) Log: update to 0.401.0, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12774 |14cu|perl-DateTime-Format-MySQL-0.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-MySQL
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Parse and format MySQL dates and times

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Class::Factory::Util)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Format::Builder) >= 0.810.0
BuildRequires: perl(Module::Build::Compat)


BuildArch: noarch

Requires: perl(Class::Factory::Util)
Requires: perl(DateTime::Format::Builder)

%description
This module understands the formats used by MySQL for its DATE, DATETIME,
TIME, and TIMESTAMP data types. It can be used to parse these formats in
order to create DateTime objects, and it can take a DateTime object and
produce a string representing it in the MySQL format.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Tue Jun 23 2015 abfonly <John@smith.org> 0.50.0-1
- (9a36d51) Log: Update to 0.50.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12775 |14cu|perl-DateTime-Format-Natural-1.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-Natural
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Base class for DateTime::Format::Natural::Lang::

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Clone)
BuildRequires: perl(Cwd)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::TimeZone)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(FindBin)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Module::Build) >= 0.380.0
BuildRequires: perl(Module::Util)
BuildRequires: perl(Params::Validate)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Storable)
BuildRequires: perl(Term::ReadLine)
BuildRequires: perl(Test::MockTime)
BuildRequires: perl(Test::More)
BuildRequires: perl(boolean)
BuildRequires: perl(Time::Piece)


# not autodetected 
Requires:	perl(boolean)

BuildArch:	noarch

%description
'DateTime::Format::Natural' takes a string with a human readable date/time
and creates a machine readable one by applying natural parsing logic.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

chmod 644 Changes README
for file in Changes README; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/DateTime
%{_bindir}/dateparse
%{_mandir}/man1/dateparse.1*



%changelog

* Tue Sep 01 2015 abfonly <abfonly@gmail.com> 1.30.0-1
- (fbf724c) Fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12776 |14cu|perl-DateTime-Format-Pg-0.160.100-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-Pg
%define upstream_version 0.16010

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Parse and format PostgreSQL dates and times

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/DateTime-Format-Pg-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Builder)
BuildRequires:	perl(DateTime::TimeZone)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)

BuildArch:	noarch

%description
This module understands the formats used by PostgreSQL for its DATE, TIME,
TIMESTAMP, and INTERVAL data types. It can be used to parse these formats
in order to create 'DateTime' or 'DateTime::Duration' objects, and it can
take a 'DateTime' or 'DateTime::Duration' object and produce a string
representing it in a format accepted by PostgreSQL.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jun 15 2015 abfonly <John@smith.org> 0.160.100-1
- (b69ed62) Log: Update to 160.100



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12777 |14cu|perl-DateTime-Set-0.380.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Set
%define upstream_version 0.3800

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Extends Set::Infinite with recurrence functions
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/DateTime-Set-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(DateTime)
BuildRequires:	perl(Set::Infinite)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(DateTime::Event::Recurrence)
BuildArch:	noarch

%description
DateTime::Set is a module for datetime sets. It can be used to handle two
different types of sets.

The first is a fixed set of predefined datetime objects. For example, if we
wanted to create a set of datetimes containing the birthdays of people in
our family for the current year.

The second type of set that it can handle is one based on a recurrence,
such as "every Wednesday", or "noon on the 15th day of every month". This
type of set can have fixed starting and ending datetimes, but neither is
required. So our "every Wednesday set" could be "every Wednesday from the
beginning of time until the end of time", or "every Wednesday after
2003-03-05 until the end of time", or "every Wednesday between 2003-03-05
and 2004-01-07".

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 09 2016 abfonly <abfonly@gmail.com> 0.380.0-1
- (921922c) Log: Update to 0.380.0 (cpan ver 0.3800)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12778 |14cu|perl-DBD-CSV-0.480.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    DBD-CSV
%define upstream_version 0.48

%if %{_use_internal_dependency_generator}
%define __noautoreq '/pro/bin/perl'
%else
%define _requires_exceptions /pro/bin/perl
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl module to access CSV files through DBI

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JZ/JZUCKER/%{upstream_name}-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildRequires:  perl(DBD::File) >= 0.42
BuildRequires:  perl(DBI) >= 1.628
BuildRequires:  perl(SQL::Statement) >= 1.405
BuildRequires:  perl(Test::More) >= 0.9
BuildRequires:  perl(Text::CSV_XS) >= 1.01
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)

BuildArch:	noarch

%description
DBD::CSV is a Perl module that provides yet another driver for the DBI
(Database independent interface for Perl).  This one is based on the SQL
"engine" SQL::Statement and the abstract DBI driver DBD::File, and implements
access to so-called CSV files (comma seperated values).  Such files are
mostly used for exporting MS Access and MS Excel data.

%prep 
%setup -qn %{upstream_name}-%{upstream_version}
find . -type f -print0 | xargs -0 chmod 644

%build
echo -e  "n" | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog README META.json META.yml
%{perl_vendorlib}/Bundle/DBD/*
%{perl_vendorlib}/DBD/*
%{perl_vendorlib}/DBI/Test/
%{_mandir}/*/*


%changelog

* Tue Jun 16 2015 abfonly <John@smith.org> 0.480.0-1
- (c0915c0) Log: Update to 0.480.0, backport missing deps



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12779 |14cu|perl-DBD-Pg-3.5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	DBD-Pg
%define upstream_version 3.5.3
%define __noautoprov 'Pg.so'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	PostgreSQL database driver for the DBI module
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/T/TU/TURNSTEP/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(libpq)
BuildRequires:  postgresql-server
BuildRequires:  perl(Carp)
BuildRequires:  perl(Config)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(base)
BuildRequires:  perl(strict)
BuildRequires:  perl(vars)
BuildRequires:  perl(warnings)
BuildRequires:  perl(DBI)
BuildRequires:  perl(DynaLoader)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(version)
BuildRequires:  perl(constant)
BuildRequires:  perl(Cwd)
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Simple)
BuildRequires:  perl(Time::HiRes)
BuildRequires:  perl(utf8)
BuildRequires:  perl(Encode)
BuildRequires:  perl(File::Temp)

%description
PostgreSQL database driver for the DBI module

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
export POSTGRES_INCLUDE=%{_includedir}
export POSTGRES_LIB=%{_libdir}
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
# this wil produce a lot of noise, Symbianflo
make test

%install
%makeinstall_std

%files
%{perl_vendorarch}/auto/DBD
%{perl_vendorarch}/DBD
%{perl_vendorarch}/Bundle
%{_mandir}/*/*

%changelog

* Sun Jul 10 2016 abfonly <abfonly@gmail.com> 3.5.3-1
- (205d2f7) Log: Update to 3.5.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12780 |14cu|perl-DBD-SQLite2-0.360.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBD-SQLite2
%define upstream_version 0.36

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Self Contained RDBMS in a DBI Driver (sqlite 2.x)
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:     perl-DBD-SQLite2-0.36-libsqlite0.patch

BuildRequires: perl(DBI) >= 1.625.0
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildRequires: perl(Bundle::DBI)
BuildRequires: pkgconfig(sqlite)

%description
SQLite is a small fast embedded SQL database engine.

DBD::SQLite embeds that database engine into a DBD driver, so
if you want a relational database for your project, but don't
want to install a large RDBMS system like MySQL or PostgreSQL,
then DBD::SQLite may be just what you need.

It supports quite a lot of features, such as transactions (atomic
commit and rollback), indexes, DBA-free operation, a large subset
of SQL92 supported, and more.

Note: DBD::SQLite2 is the old version of DBD::SQLite, and is linked against
version 2.x.x of the sqlite library. The current version of DBD::SQLite is
linked against version 3 (or possibly later if I forget to update this file).
This release is designed to allow you to have both versions installed on the
same system.

%prep

%setup -q -n %{upstream_name}-%{upstream_version}
# remove the embedded SQLite 2
rm -f \
	attach.c \
	auth.c \
	btree.c \
	btree.h \
	btree_rb.c \
	build.c \
	copy.c \
	date.c \
	delete.c \
	encode.c \
	expr.c \
	func.c \
	getsqlite.pl \
	hash.c \
	hash.h \
	insert.c \
	main.c \
	opcodes.c \
	opcodes.h \
	os.c \
	os.h \
	pager.c \
	pager.h \
	parse.c \
	parse.h \
	pragma.c \
	printf.c \
	random.c \
	select.c \
	sqlite.h \
	sqliteInt.h \
	table.c \
	tokenize.c \
	trigger.c \
	update.c \
	util.c \
	vacuum.c \
	vdbe.c \
	vdbe.h \
	vdbeaux.c \
	vdbeInt.h \
	where.c
%patch0 -p1 -E

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README SIGNATURE
%{perl_vendorlib}/*
%{_mandir}/*/*


%changelog
* Sat Mar 14 2015 abfonly <John@smith.org> 0.360.0-1
+ Revision: 24d8b0b
- Log: update to 0.360.0, fixed BR, fixed build and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12781 |14cu|perl-DBICx-Sugar-0.0.100-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBICx-Sugar
%define upstream_version 0.0001

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Just some syntax sugar for DBIx::Class
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DBICx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(DBI)
BuildRequires: perl(DBIx::Class)
BuildRequires: perl(DBIx::Class::Core)
BuildRequires: perl(DBIx::Class::Schema)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Memoize)
BuildRequires: perl(Module::Load)
BuildRequires: perl(SQL::Translator)
BuildRequires: perl(Test::Modern)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(YAML)
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Find)
BuildRequires: perl(strictures)

BuildArch: noarch

%description
Just some syntax sugar for your DBIx::Class applications. This was
originally created to remove code duplication between the
Dancer::Plugin::DBIC manpage and the Dancer2::Plugin::DBIC manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE CHANGES META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jun 15 2015 abfonly <John@smith.org> 0.0.100-1
- (5608781) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12782 |14cu|perl-DBI-Test-0.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBI-Test
%define upstream_version 0.001

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Provides DSN based on config file
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DBI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Test::Simple)
BuildRequires: perl(Class::DBI)
BuildRequires: perl(Class::Data::Inheritable)
BuildRequires: perl(DBD::SQLite)
BuildRequires: perl(SQL::Translator)
BuildRequires: perl(Test::CPAN::Changes)
BuildRequires: perl(Test::CheckManifest)
BuildRequires: perl(Test::MinimumVersion)
BuildRequires: perl(Test::Pod::Spelling::CommonMistakes)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Path::Tiny)


BuildArch: noarch

%description
This module aims at a transparent test suite for 
the DBI API to be used from both sides 
of the API (DBI and DBD) to check if the 
provided functionality is working and complete.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
# Needs a SQL and cups server running locally and accepting connections
rm -fr t/basic/dvs_connect.t t/basic/dvs_disconnect.t \
  t/basic/dvp_connect.t t/basic/dvp_disconnect.t
  
make test

%install
%makeinstall_std

%files
%doc ChangeLog META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 16 2015 abfonly <John@smith.org> 0.1.0-1
- (30ca8a2) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12783 |14cu|perl-DBIx-Class-0.82.820-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBIx-Class
%define upstream_version 0.082820

# Remove self req deps
%define __noautoreq 'perl\\(DBIx::Class::Admin::(.*)\\)|perl\\(DBIx::Class::Carp\\)|perl\\(DBIx::Class::_Util\\)|perl\\(DBIx::Class::ResultSource::RowParser\\)|perl\\(DBIx::Class::Storage::DBI::ADO::CursorUtils\\)|perl\\(DBIx::Class::ResultSource::RowParser::Util\\)|perl\\(DBIx::Class::Storage::BlockRunner\\)'


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	Extensible and flexible object <-> relational mapper
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp::Clan)
BuildRequires:	perl(Class::Accessor::Grouped)
BuildRequires:	perl(Class::C3) >= 0.11
BuildRequires:	perl(Class::C3::Componentised)
BuildRequires:	perl(Class::Data::Accessor) >= 0.01
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl(Config::Any) >= 0.200
BuildRequires:	perl(Context::Preserve)
BuildRequires:	perl(Cwd) >= 3.19
BuildRequires:	perl(Data::Dumper::Concise)
BuildRequires:	perl(Data::Page) >= 2.00
BuildRequires:  perl(DBD::SQLite) >= 1.11
BuildRequires:  perl(DBI) >= 1.40
BuildRequires:  perl(Hash::Merge)
BuildRequires:	perl(JSON)
BuildRequires:	perl(JSON::Any)
BuildRequires:  perl(Math::Base36)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Module::Find)
BuildRequires:  perl(Path::Class)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Scope::Guard)
BuildRequires:	perl(SQL::Abstract) >= 1.20
BuildRequires:	perl(SQL::Abstract::Limit) >= 0.101
BuildRequires:	perl(Storable)
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Test::Builder) >= 0.33
BuildRequires:	perl(Test::Exception) >= 0.310
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(Variable::Magic) >= 0.440
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(Moo) >= 2.0.1
BuildRequires:	perl(strictures)

BuildArch:	noarch


Requires:	perl(Class::C3::Componentised)
Requires:	perl(DBD::SQLite)
Requires:       perl(SQL::Abstract)
## scottk: The following provides are missed as they appear
##      on different lines from their "package" declarations
Provides:	perl(DBIC::SQL::Abstract)
Provides:	perl(DBIx::Class::CDBICompat::AccessorMapping)
Provides:	perl(DBIx::Class::CDBICompat::AttributeAPI)
Provides:	perl(DBIx::Class::CDBICompat::AutoUpdate)
Provides:	perl(DBIx::Class::CDBICompat::ColumnCase)
Provides:	perl(DBIx::Class::CDBICompat::ColumnGroups)
Provides:	perl(DBIx::Class::CDBICompat::Constraints)
Provides:	perl(DBIx::Class::CDBICompat::Constructor)
Provides:	perl(DBIx::Class::CDBICompat::DestroyWarning)
Provides:	perl(DBIx::Class::CDBICompat::GetSet)
Provides:	perl(DBIx::Class::CDBICompat::HasA)
Provides:	perl(DBIx::Class::CDBICompat::HasMany)
Provides:	perl(DBIx::Class::CDBICompat::ImaDBI)
Provides:	perl(DBIx::Class::CDBICompat::LazyLoading)
Provides:	perl(DBIx::Class::CDBICompat::LiveObjectIndex)
Provides:	perl(DBIx::Class::CDBICompat::MightHave)
Provides:	perl(DBIx::Class::CDBICompat::ObjIndexStubs)
Provides:	perl(DBIx::Class::CDBICompat::Pager)
Provides:	perl(DBIx::Class::CDBICompat::ReadOnly)
Provides:	perl(DBIx::Class::CDBICompat::Relationship)
Provides:	perl(DBIx::Class::CDBICompat::Retrieve)
Provides:	perl(DBIx::Class::CDBICompat::Stringify)
Provides:	perl(DBIx::Class::CDBICompat::TempColumns)
Provides:	perl(DBIx::Class::CDBICompat::Triggers)
Provides:	perl(DBIx::Class::ClassResolver::PassThrough)
Provides:	perl(DBIx::Class::Componentised)
Provides:	perl(DBIx::Class::Relationship::Accessor)
Provides:	perl(DBIx::Class::Relationship::BelongsTo)
Provides:	perl(DBIx::Class::Relationship::CascadeActions)
Provides:	perl(DBIx::Class::Relationship::HasMany)
Provides:	perl(DBIx::Class::Relationship::HasOne)
Provides:	perl(DBIx::Class::Relationship::Helpers)
Provides:	perl(DBIx::Class::Relationship::ManyToMany)
Provides:	perl(DBIx::Class::Relationship::ProxyMethods)
Provides:	perl(DBIx::Class::ResultSetProxy)
Provides:	perl(DBIx::Class::ResultSourceProxy)
Provides:	perl(DBIx::Class::SQLAHacks)
Provides:	perl(DBIx::Class::SQLMaker::MSSQL)
Provides:	perl(DBIx::Class::SQLMaker::MySQL)
Provides:	perl(DBIx::Class::SQLMaker::Oracle)
Provides:	perl(DBIx::Class::SQLMaker::OracleJoins)
Provides:	perl(DBIx::Class::SQLMaker::SQLite)
Provides:	perl(DBIx::Class::Storage)
Provides:	perl(DBIx::Class::Storage::DBIHacks)
Provides:	perl(DBIx::Class::Storage::DBI::Replicated::Types)
Provides:	perl(DBIx::Class::Storage::TxnScopeGuard)
Provides:	perl(SQL::Translator::Parser::DBIx::Class)

%description
This is an SQL to OO mapper with an object API inspired by Class::DBI
(and a compatibility layer as a springboard for porting) and a
resultset API that allows abstract encapsulation of database
operations. It aims to make representing queries in your code as
perl-ish as possible while still providing access to as many of the
capabilities of the database as possible, including retrieving related
records from multiple tables in a single query, JOIN, LEFT JOIN,
COUNT, DISTINCT, GROUP BY and HAVING support.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod -c +x script/*
iconv -f iso8859-1 -t utf-8 README > README.conv && mv -f README.conv README


%build
%{__perl} Makefile.PL installdirs=vendor --skipdeps
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml LICENSE AUTHORS examples/ t/
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man*/*


%changelog

* Tue Jun 16 2015 abfonly <abfonly@gmail.com> 1:0.82.820-1
- (dd2d3a4) Log: Update to 0.82.820



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12784 |14cu|perl-DBIx-Class-Candy-0.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-Candy
%define upstream_version 0.004000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Create sugar for your favorite ORM, DBIx::Class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(Lingua::EN::Inflect)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(String::CamelCase)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::More) >= 0.960.0
BuildRequires:	perl(namespace::clean)

BuildArch:	noarch

%description
'DBIx::Class::Candy' is a simple sugar layer for definition of the
DBIx::Class manpage results. Note that it may later be expanded to add
sugar for more 'DBIx::Class' related things. By default
'DBIx::Class::Candy':

* *

  turns on strict and warnings

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Wed Jun 17 2015 abfonly <John@smith.org> 0.4.0-1
- (557ca27) Log: Update to 0.4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12785 |14cu|perl-DBIx-Class-DeploymentHandler-0.2.216-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-DeploymentHandler
%define upstream_version 0.002216

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Extensible DBIx::Class deployment


License:	GPL+ or Artistic
Group:		Development/Perl
Url:    	http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Carp::Clan)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Touch)
BuildRequires:	perl(Log::Contextual)
BuildRequires:	perl(Method::Signatures::Simple)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(SQL::Translator)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Text::Brew)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(aliased)
BuildRequires:	perl(autodie)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(strictures)

BuildArch:	noarch

%description
'DBIx::Class::DeploymentHandler' is, as its name suggests, a tool for
deploying and upgrading databases with DBIx::Class. It is
designed to be much more flexible than DBIx::Class::Schema::Versioned,
hence the use of Moose and lots of roles.

'DBIx::Class::DeploymentHandler' itself is just a recommended set of roles
that we think will not only work well for everyone, but will also yield the
best overall mileage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml TODO
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 17 2015 abfonly <John@smith.org> 0.2.216-1
- (6fa81da) Log: Update to 0.2.216



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12786 |14cu|perl-DBIx-Class-Fixtures-1.1.32-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-Fixtures
%define upstream_version 1.001032

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Provides fixtures for DBIx-Class-based scripts


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ok)
BuildRequires:	perl(DBIx::Class::InflateColumn::FS)
BuildRequires:	perl(Class::Accessor::Grouped)
BuildRequires:	perl(Config::Any)
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(DBIx::Class::Schema::Loader)
BuildRequires:	perl(Data::Dump::Streamer)
BuildRequires:	perl(Data::Visitor)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::MySQL)
BuildRequires:	perl(DateTime::Format::Pg)
BuildRequires:	perl(DateTime::Format::SQLite)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(Hash::Merge)
BuildRequires:	perl(JSON::Syck)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(SQL::Abstract)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(strictures)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(IO::All)
BuildRequires:	perl(Test::TempDir::Tiny)
BuildRequires:	perl(Devel::Confess)
BuildRequires:	perl(Test::Compile::Internal)

BuildArch:	noarch

%description
Dump fixtures from source database to filesystem then import to another
database (with same schema) at any time. Use as a constant dataset for running
tests against or for populating development databases when impractical to use
production clones. Describe fixture set using relations and conditions based on
your DBIx::Class schema.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 17 2015 abfonly <John@smith.org> 1.1.32-1
- (b8d2149) Log: Updated to 1.1.32, backported missing BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12787 |14cu|perl-DBIx-Class-Helpers-2.28.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-Helpers
%define upstream_version 2.028000

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Simplify the common case stuff for DBIx::Class

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp::Clan) >= 6.40.0
BuildRequires: perl(DBD::SQLite)
BuildRequires: perl(DBIx::Class) >= 0.82.600
BuildRequires: perl(DBIx::Class::Candy) >= 0.1.3
BuildRequires: perl(DBIx::Introspector)
BuildRequires: perl(DateTime::Format::SQLite)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(Lingua::EN::Inflect)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Find)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Safe::Isa)
BuildRequires: perl(String::CamelCase)
BuildRequires: perl(Sub::Exporter::Progressive) >= 0.1.6
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.940.0
BuildRequires: perl(Test::Roo)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(namespace::clean) >= 0.230.0
BuildRequires: perl(parent)
BuildRequires: perl(strictures)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl-devel
BuildRequires: perl(Text::Brew)
BuildRequires: perl(aliased)

BuildArch:  noarch

%description
A collection of various helper utilities for the DBIx::Class manpage stuff.
Probably only useful for components.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CONTRIBUTING Changes LICENSE META.json META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 17 2015 abfonly <John@smith.org> 2.28.0-1
- (5dc1d2d) Log: Update to 2.28.0, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12788 |14cu|perl-DBIx-Class-IntrospectableM2M-0.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Class-IntrospectableM2M
%define upstream_version 0.001002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Introspect many-to-many shortcuts

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Because the many-to-many relationships are not real relationships, they can
not be introspected with DBIx::Class. Many-to-many relationships are
actually just a collection of convenience methods installed to bridge two
relationships. This the DBIx::Class manpage component can be used to store
all relevant information about these non-relationships so they can later be
introspected and examined.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 17 2015 abfonly <John@smith.org> 0.1.2-1
- (7ae55eb) Log: update to 0.1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12789 |14cu|perl-DBIx-Class-Schema-Loader-0.70.430-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBIx-Class-Schema-Loader
%define upstream_version 0.07043

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Epoch:      1

Summary:    Dynamic definition of a DBIx::Class::Schema
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

Provides:   perl(DBIx::Class::Schema::Loader::Utils)

BuildRequires: perl(Carp::Clan)
BuildRequires: perl(Class::Accessor::Grouped) >= 0.100.80
BuildRequires: perl(Class::C3::Componentised) >= 1.0.800
BuildRequires: perl(Class::Inspector) >= 1.270.0
BuildRequires: perl(Class::Unload) >= 0.70.0
BuildRequires: perl(DBD::SQLite) >= 1.290.0
BuildRequires: perl(DBIx::Class) >= 0.81.270
BuildRequires: perl(DBIx::Class::IntrospectableM2M)
BuildRequires: perl(Data::Dump) >= 1.60.0
BuildRequires: perl(Digest::MD5) >= 2.360.0
BuildRequires: perl(Exporter) >= 5.630.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(File::Path) >= 2.70.0
BuildRequires: perl(File::Temp) >= 0.160.0
BuildRequires: perl(Hash::Merge) >= 0.120.0
BuildRequires: perl(Lingua::EN::Inflect::Number) >= 1.100.0
BuildRequires: perl(Lingua::EN::Inflect::Phrase) >= 0.150.0
BuildRequires: perl(Lingua::EN::Tagger) >= 0.230.0
BuildRequires: perl(List::MoreUtils) >= 0.320.0
BuildRequires: perl(MRO::Compat) >= 0.90.0
BuildRequires: perl(Scope::Guard) >= 0.200.0
BuildRequires: perl(String::CamelCase) >= 0.20.0
BuildRequires: perl(String::ToIdentifier::EN) >= 0.50.0
BuildRequires: perl(Sub::Name)
BuildRequires: perl(Test::Exception) >= 0.310.0
BuildRequires: perl(Test::More) >= 0.940.0
BuildRequires: perl(Test::Warn) >= 0.210.0
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(namespace::clean) >= 0.230.0
BuildRequires: perl(strictures)
BuildRequires: perl(Text::Unidecode)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(MooseX::MarkAsMethods)
BuildRequires: perl(MooseX::NonMoose)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Config::Any)
BuildRequires: perl(Config::General)
BuildRequires: perl(Test::Pod)
BuildRequires: perl-devel

BuildArch:  noarch

%description
DBIx::Class::Schema::Loader automates the definition of a DBIx::Class::Schema
by scanning database table definitions and setting up the columns, primary
keys, and relationships.

DBIx::Class::Schema::Loader currently supports only the DBI storage type. It
has explicit support for DBD::Pg, DBD::mysql, DBD::DB2, DBD::SQLite, and
DBD::Oracle. Other DBI drivers may function to a greater or lesser degree with
this loader, depending on how much of the DBI spec they implement, and how
standard their implementation is.

See DBIx::Class::Schema::Loader::DBI::Writing for notes on writing your own
vendor-specific subclass for an unsupported DBD driver.

This module obsoletes the older DBIx::Class::Loader.

This module is designed more to get you up and running quickly against an
existing database, or to be effective for simple situations, rather than to be
what you use in the long term for a complex database/project.

That being said, transitioning your code from a Schema generated by this module
to one that doesn't use this module should be straightforward and painless, so
don't shy away from it just for fears of the transition down the road.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check

make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{perl_vendorlib}/DBIx
%{_mandir}/*/*
%{_bindir}/dbicdump


%changelog

* Wed Jun 17 2015 abfonly <John@smith.org> 1:0.70.430-1
- (fa6964e) Log: Update to 0.70.430, fixed BR, enable tests, drop all dirty hacks, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12790 |14cu|perl-DBIx-DBSchema-0.450.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBIx-DBSchema
%define upstream_version 0.45

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Database-independent schema objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBI)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.90.800
BuildRequires:	perl(Storable)

BuildArch:	noarch

%description
DBIx::DBSchema objects are collections of DBIx::DBSchema::Table objects and 
represent a database schema.
This module implements an OO-interface to database schemas. Using this module, 
you can create a database schema with an OO Perl interface. You can read the 
schema from an existing database. You can save the schema to disk and restore 
it a different process. Most importantly, DBIx::DBSchema can write SQL CREATE 
statements statements for different databases from a single source.

Currently supported databases are MySQL and PostgreSQL. Sybase support 
is partially implemented. DBIx::DBSchema will attempt to use generic SQL 
syntax for other databases. Assistance adding support for other databases 
is welcomed. See DBIx::DBSchema::DBD, "Driver Writer's Guide and Base Class".

%prep
%setup -qn %{upstream_name}-%{upstream_version}
find . -name "*.pm" |xargs chmod 0644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{perl_vendorlib}/DBIx
%{_mandir}/man3/*



%changelog

* Fri Jul 10 2015 abfonly <abfonly@gmail.com> 0.450.0-1
- (42b7732) Log: update to 0.450.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12791 |14cu|perl-DBIx-Introspector-0.1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Introspector
%define upstream_version 0.001005

%define __noautoreq 'perl\\(DBIx::Introspector::Driver\\)'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Detect what database you are connected to

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(DBD::SQLite) >= 1.400.0
BuildRequires: perl(DBI) >= 1.628.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(Moo) >= 1.3.1
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Roo) >= 1.2.0
BuildRequires: perl(strictures)
BuildRequires: perl-devel

BuildArch:  noarch

%description
'DBIx::Introspector' is a module factored out of the the DBIx::Class
manpage database detection code. Most code that needs to detect which
database it is connected to assumes that there is a one-to-one mapping from
database drivers to database engines. Unfortunately reality is rarely that
simple. For instance, the DBD::ODBC manpage is typically used to connect to
SQL Server, but ODBC can be used to connect to PostgreSQL, MySQL, and
Oracle. Additionally, while ODBC is the most common way to connect to SQL
Server, it is not the only option, as the DBD::ADO manpage can also be
used.

'DBIx::Introspector' can correctly detect which database you are connected
to, because it was factored out of a complex, working codebase. On top of
that it has been written to be very extensible. So if you needed to detect
which version of your given database you are connected to that would not be
difficult.

Furthermore, 'DBIx::Introspector' does it's best to try to detect
information based on the dsn you give it if you have not yet connected, so
you can possibly avoid connection or at least defer connection.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Wed Jun 17 2015 abfonly <abfonly@gmail.com> 0.1.5-1
- (c114ae3) Log: Update to 0.1.5, fixed BR, drop all hacks, filter self provided req.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12792 |14cu|perl-DBM-Deep-2.1.200-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBM-Deep
%define upstream_version 2.0012

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A pure perl multi-level hash/array DBM that supports transactions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Fcntl)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(FileHandle::Fmode) >= 0.140.0
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)

BuildArch:	noarch

%description
A unique flat-file database module, written in pure perl. True multi-level
hash/array support (unlike MLDBM, which is faked), hybrid OO / tie()
interface, cross-platform FTPable files, ACID transactions, and is quite
fast. Can handle millions of keys and unlimited levels without significant
slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper
around a C-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and
Windows.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 17 2015 abfonly <John@smith.org> 2.1.200-1
- (869469d) Log: Update to 2.1.200, Fixed BR, enabled test



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12793 |14cu|perl-Devel-CallChecker-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-CallChecker
%define upstream_version 0.007

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Custom op checking attached to subroutines
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)
BuildRequires:  perl(DynaLoader)
BuildRequires:  perl(DynaLoader::Functions)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(parent)
BuildRequires:  perl(ExtUtils::CBuilder)
BuildRequires:  perl(ExtUtils::ParseXS)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(IO::File)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(threads)
BuildRequires:  perl(threads::shared)
BuildRequires:  perl(Thread::Semaphore)


Requires:       perl(DynaLoader)
Requires:       perl(DynaLoader::Functions)

%description
This module makes some new features of the Perl 5.14.0 C API available to
XS modules running on older versions of Perl. The features are centred
around the function 'cv_set_call_checker', which allows XS code to attach a
magical annotation to a Perl subroutine, resulting in resolvable calls to
that subroutine being mutated at compile time by arbitrary C code. This
module makes 'cv_set_call_checker' and several supporting functions
available. (It is possible to achieve the effect of 'cv_set_call_checker'
from XS code on much earlier Perl versions, but it is painful to achieve
without the centralised facility.)

This module provides the implementation of the functions at runtime (on
Perls where they are not provided by the core). It also, at compile time,
supplies the C header file and link library which provide access to the
functions. In normal use, the /callchecker0_h manpage and the
/callchecker_linkable manpage should be called at build time (not authoring
time) for the module that wishes to use the C functions.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 25 2015 abfonly <John@smith.org> 0.7.0-1
- (844b5ee) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12794 |14cu|perl-Devel-CallParser-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-CallParser
%define upstream_version 0.002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Custom parsing attached to subroutines
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Devel::CallChecker)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(DynaLoader::Functions)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::File)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Data::Alias)
BuildRequires: perl(Devel::Declare)
#circular deps, to be build first.
BuildRequires: perl(indirect)
BuildRequires: perl(Sub::StrictDecl)
BuildRequires: perl(Lexical::Sub)
#
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl-devel

%description
This module provides a C API, for XS modules, concerned with custom
parsing. It is centred around the function 'cv_set_call_parser', which
allows XS code to attach a magical annotation to a Perl subroutine,
resulting in resolvable calls to that subroutine having their arguments
parsed by arbitrary C code. (This is a more conveniently structured
facility than the core's 'PL_keyword_plugin' API.) This module makes
'cv_set_call_parser' and several supporting functions available.

This module provides the implementation of the functions at runtime. It
also, at compile time, supplies the C header file and link library which
provide access to the functions. In normal use, the /callparser0_h
manpage/the /callparser1_h manpage and the /callparser_linkable manpage
should be called at build time (not authoring time) for the module that
wishes to use the C functions.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 25 2015 abfonly <abfonly@gmail.com> 0.2.0-2
- (41e4cfb) Rebuild after the bootstrap build with circular deps., bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12795 |14cu|perl-Devel-Callsite-0.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'Callsite.so'

%define upstream_name    Devel-Callsite
%define upstream_version 0.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Get caller return OP address and Perl interpreter context
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Devel::PPPort)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl-devel

%description
callsite
        $callsite = callsite()
        $callsite = callsite($level)

    This function returns the the OP address of the caller, a number. It
    can take an optional integer specifying the number of levels back to
    get the OP address. If no parameter is given, a value of 0 is used
    which means to go up one level in the call chain. This behavior is like
    the built-in function perlfunc/caller.

    This value is useful for functions that need to uniquely know where
    they were called, such as 'Every::every()'; see the Every manpage. Or
    it can be used to the pinpoint a location with finer granularity than a
    line number|http://www.perlmonks.com/?node_id=987268 manpage. In
    conjunction with an OP tree disassembly you can know exactly where the
    caller is located in the Perl source.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Dec 08 2016 abfonly <abfonly@gmail.com> 0.80.0-1
- (b35cf96) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12796 |14cu|perl-Devel-CheckCompiler-0.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-CheckCompiler
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Check the compiler's availability
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(parent)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
This module checks C99 compiler's availability. If it's not available, exit
with code 0.

It makes CPAN testers status as N/A.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Apr 01 2015 abfonly <John@smith.org> 0.50.0-1
- (d734d41) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12797 |14cu|perl-Devel-CheckLib-1.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-CheckLib
%define upstream_version 1.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Check that a library is available
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MATTN/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Exporter)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::CaptureOutput)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Devel::CheckLib is a perl module that checks whether a particular C library
and its headers are available.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES META.yml README
%{_bindir}/use-devel-checklib
%{perl_vendorlib}/*
%{_mandir}/man3/*
%{_mandir}/man1/use-devel-checklib.1.*


%changelog

* Sun Jul 10 2016 abfonly <abfonly@gmail.com> 1.70.0-1
- (af4b0f2) Log: Update to 1.70.0 (cpan ver 1.07)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12798 |14cu|perl-Devel-CheckOS-1.760.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Devel-CheckOS
%define upstream_version 1.76
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Check what OS we're running on


License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Data::Compare)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::Temp) >= 0.190.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
A learned sage once wrote on IRC:

   $^O is stupid and ugly, it wears its pants as a hat

Devel::CheckOS provides a more friendly interface to $^O, and also lets you
check for various OS "families" such as "Unix", which includes things like
Linux, Solaris, AIX etc.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README *.txt CHANGELOG META.json META.yml
%{_bindir}/use-devel-assertos
%{_mandir}/man1/use-devel-assertos.1*
%{_mandir}/man3/*
%{perl_vendorlib}/Devel




%changelog

* Fri Jul 10 2015 abfonly <abfonly@gmail.com> 1.760.0-1
- (90bea7e) Log: update to 1.760.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12799 |14cu|perl-Devel-Confess-0.7.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Confess
%define upstream_version 0.007012

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Enable built in stack traces on exception objects
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)

BuildArch: noarch

%description
This module is meant as a debugging aid. It can be used to make a script
complain loudly with stack backtraces when warn()ing or die()ing. Unlike
other similar modules (e.g. the Carp::Always manpage), it includes stack
traces even when exception objects are thrown.

The stack traces are generated using the Carp manpage, and will look work
for all types of errors. the Carp manpage's 'carp' and 'confess' functions
will also be made to include stack traces.

  # it works for explicit die's and warn's
  $ perl -MDevel::Confess -e 'sub f { die "arghh" }; sub g { f }; g'
  arghh at -e line 1.
          main::f() called at -e line 1
          main::g() called at -e line 1.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 17 2015 abfonly <John@smith.org> 0.7.12-1
- (ed4fd45) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12800 |14cu|perl-Devel-Cover-1.210.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Cover
%define upstream_version 1.21

%define __noautoreq 'perl\\(Sereal.*|perl\\(Devel::Cover.*'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Code coverage metrics for Perl

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Digest::MD5)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Storable)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Warn)
BuildRequires: perl-devel
# For tests
BuildRequires: perl(HTML::Formatter)

%description
This module provides code coverage metrics for Perl. Code coverage metrics
describe how thoroughly tests exercise code. By using Devel::Cover you can find
areas of code not exercised by your tests and find out which tests to create to
increase coverage. Code coverage can be considered as an indirect measure of
quality.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{perl_vendorarch}/Devel
%{perl_vendorarch}/auto/Devel
%{_bindir}/*
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.210.0-1
- (3cc8464) Updated to 1.21 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12801 |14cu|perl-Devel-Cycle-1.120.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Cycle
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Find memory cycles in objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
Requires:	perl-PadWalker >= 1.0
BuildArch:	noarch

%description
This is a simple developer's tool for finding circular references in objects
and other types of references. Because of Perl's reference-count based
memory management, circular references will cause memory leaks.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Devel
%{_mandir}/*/*

%changelog
* Wed Jan 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.120.0-2
+ Revision: c75b7ae
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12802 |14cu|perl-Devel-Declare-0.6.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Declare
%define upstream_version 0.006018

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	Adding keywords to perl, in perl


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(B::Compiling)
BuildRequires:	perl(Module::Implementation)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(B::Hooks::EndOfScope)
BuildRequires:	perl(B::Hooks::OP::Check)
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(DynaLoader::Functions)
BuildRequires:	perl(Devel::CallParser)
BuildRequires:	perl-devel

%description
Devel::Declare can install subroutines called declarators which locally
take over Perl's parser, allowing the creation of new syntax.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorarch}/Devel
%{perl_vendorarch}/auto/Devel




%changelog

* Sat Apr 25 2015 abfonly <John@smith.org> 1:0.6.18-1
- (16a9216) Log:Update to 0.6.18



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12803 |14cu|perl-Devel-FindPerl-0.14.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-FindPerl
%define upstream_version 0.014

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Find the path to your perl

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Carp) >= 1.360.0
BuildRequires: perl(Config)
BuildRequires: perl(Cwd)
BuildRequires: perl(Exporter) >= 5.700.0
BuildRequires: perl(ExtUtils::Config) >= 0.8.0
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IPC::Open2)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl-devel

BuildArch: noarch

%description
This module tries to find the path to the currently running perl.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Fri Jul 10 2015 abfonly <abfonly@gmail.com> 0.14.0-1
- (1db14a7) Log: update to 0.14.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12804 |14cu|perl-Devel-FindRef-1.440.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-FindRef
%define upstream_version 1.44

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1

Summary:    Where is that reference to my variable hiding?

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(common::sense)
BuildRequires: perl-devel


%description
Tracking down reference problems (e.g. you expect some object to be
destroyed, but there are still references to it that keep it alive) can be
very hard. Fortunately, perl keeps track of all its values, so tracking
references "backwards" is usually possible.

The 'track' function can help track down some of those references back to
the variables containing them.

For example, for this fragment:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Thu Feb 12 2015 abfonly <abfonly@gmail.com> 1.440.0-1
+ Revision: 3953589
- Log: Update to 1.440.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12805 |14cu|perl-Devel-Hide-0.0.900-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Hide
%define upstream_version 0.0009

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Epoch:		1

Summary:	Forces the unavailability of specified Perl modules (for testing)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/Devel-Hide-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Given a list of Perl modules/filenames, this module makes 'require' and
'use' statements fail (no matter the specified files/modules are installed
or not).

They _die_ with a message like:

    Can't locate Module/ToHide.pm (hidden)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.0.900-5
+ Revision: 2fd0d7f
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12806 |14cu|perl-Devel-LeakGuard-Object-0.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-LeakGuard-Object
%define upstream_version 0.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Scoped object leak checking

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(List::Util)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(latest)
BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Class::Load)
BuildRequires: perl(File::Find)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Devel::Peek)


BuildArch: noarch

%description
This module provides tracking of objects, for the purpose of detecting
memory leaks due to circular references or innappropriate caching schemes.

It is derived from, and backwards compatible with Adam Kennedy's the
Devel::Leak::Object manpage. Any errors are mine.

It works by overridding 'bless' and adding a synthetic 'DESTROY' method to
any tracked classes so that it can maintain a count of blessed objects
per-class.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL installdirs=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README.* META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Sep 14 2015 abfonly <abfonly@gmail.com> 0.80.0-1
- (4e6f3f4) Log: Update to 0.80.0
- (4e6f3f4) fixed tests
- (4e6f3f4) spec clean.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12807 |14cu|perl-Devel-NYTProf-6.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  	    Devel-NYTProf
%define upstream_version 6.02
%define __noautoprov 'NYTProf.so|NYTProf.so'


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Powerful feature-rich perl source code profiler

Group:      Development/Perl
License:    GPL+ or Artistic
Url:        http://search.cpan.org/dist/%{upstream_name}
Source:     http://www.cpan.org/modules/by-module/Devel/Devel-NYTProf-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:  zlib-devel
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Getopt::Long)
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)
BuildRequires:  perl(base)
BuildRequires:  perl(Carp)
BuildRequires:  perl(constant)
BuildRequires:  perl(Cwd)
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(DynaLoader)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(File::Copy)
BuildRequires:  perl(File::Path)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(File::Which)
BuildRequires:  perl(base)
BuildRequires:  perl(List::Util)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(XSLoader)
BuildRequires:  perl(AutoLoader)
BuildRequires:  perl(AutoSplit)
BuildRequires:  perl(ExtUtils::testlib)
BuildRequires:  perl(File::Temp)
BuildRequires:  perl(Test::Differences)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(vars)
BuildRequires:  perl(Sub::Name)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(Test::Portability::Files)
BuildRequires:  perl(Moose)

%description
Devel::NYTProf is a powerful feature-rich perl source code profiler.

  * Performs per-line statement profiling for fine detail
  * Performs per-subroutine statement profiling for overview
  * Performs per-block statement profiling (the first profiler to do so)
  * Accounts correctly for time spent after calls return
  * Performs inclusive and exclusive timing of subroutines
  * Subroutine times are per calling location (a powerful feature)
  * Can profile compile-time activity, just run-time, or just END time
  * Uses novel techniques for efficient profiling
  * Sub-microsecond (100ns) resolution on systems with clock_gettime()
  * Very fast - the fastest statement and subroutine profilers for perl
  * Handles applications that fork, with no performance cost
  * Immune from noise caused by profiling overheads and I/O
  * Program being profiled can stop/start the profiler
  * Generates richly annotated and cross-linked html reports
  * Trivial to use with mod_perl - add one line to httpd.conf
  * Includes an extensive test suite
  * Tested on very large codebases

NYTProf is effectively two profilers in one: a statement profiler, and a
subroutine profiler.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 
chmod -R 755 demo
pushd demo
find . -name "*.pl" -o -name "README" |xargs chmod 0644
popd
chmod 644 META.json META.yml

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make 

%check
%make test

%install
%makeinstall_std

%files
%doc Changes HACKING demo README.md META.json META.yml
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Devel*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*




%changelog

* Tue Sep 01 2015 abfonly <abfonly@gmail.com> 6.20.0-1
- (3ed9907) Log: Update to 6.20.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12808 |14cu|perl-Devel-OverrideGlobalRequire-0.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-OverrideGlobalRequire
%define upstream_version 0.001

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Override CORE::GLOBAL::require safely
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildArch: noarch

%description
This module overrides 'CORE::GLOBAL::require' with a code reference in a
way that plays nice with any existing overloading and ensures the right
calling package is in scope.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Feb 25 2015 John Smith <John@smith.org> 0.1.0-1
+ Revision: 50bc8be
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12809 |14cu|perl-Devel-PartialDump-0.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-PartialDump
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Partial dumping of data structures, optimized for argument

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Class::Tiny)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(Carp)
BuildRequires:	perl(warnings)
BuildRequires:	perl(strict)
BuildRequires:	perl(CPAN::Meta) >= 2.141.520

BuildArch:	noarch

%description
This module is a data dumper optimized for logging of arbitrary parameters.

It attempts to truncate overly verbose data, in a way that is hopefully
more useful for diagnostics warnings than

	warn Dumper(@stuff);

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml LICENSE CONTRIBUTING
%{_mandir}/man3/*
%{perl_vendorlib}/Devel

%changelog

* Thu Sep 03 2015 abfonly <abfonly@gmail.com> 0.180.0-1
- (1f276d3) Log: Update to 0.180.0
- (1f276d3) Fixed BR , doc and linting



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12810 |14cu|perl-Devel-PatchPerl-1.420.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-PatchPerl
%define upstream_version 1.42

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Replacement 'hints' files
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(IPC::Cmd)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Module::Pluggable)

BuildArch:	noarch

%description
Devel::PatchPerl is a modularisation of the patching code contained in the
Devel::PPort manpage's 'buildperl.pl'.

It does not build perls, it merely provides an interface to the source
patching functionality.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes META.yml META.json
%{_mandir}/man3/*
%{_mandir}/man1/patchperl.1*
%{_bindir}/patchperl
%{perl_vendorlib}/*




%changelog

* Sun Jul 10 2016 abfonly <abfonly@gmail.com> 1.420.0-1
- (059fc11) Log: Update to 1.420.0 (cpan ver 1.42)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12811 |14cu|perl-Devel-Platform-Info-0.150.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Platform-Info
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Retrieve Solaris platform metadata
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::More) >= 0.700.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::MockObject::Extends) >= 1.201.505.270


BuildArch:	noarch

%description
This module is a wrapper to the drivers which can determine platform
metadata regarding the currently running operating system.

The intention of this distribution is to provide key identifying components
regarding the platform currently being used, for the CPAN Testers test
reports. Currently the reports do not often contain enough information to
help authors understand specific failures, where the platform may be a
factor.

However, it is hoped that this distribution will find more uses far beyond
the usage for CPAN Testers.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README examples
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Tue May 31 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-2
- (d0131c8) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12812 |14cu|perl-Devel-PPPort-3.350.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Devel-PPPort
%define upstream_version 3.35
%define __noautoprov 'PPPort.so'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Portability aid for your XS code
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/W/WO/WOLFSAGE/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

%description
Perl's API has changed over time, gaining new features, new functions,
increasing its flexibility, and reducing the impact on the C namespace
environment (reduced pollution). The header file written by this module,
typically _ppport.h_, attempts to bring some of the newer Perl API features
to older versions of Perl, so that you can worry less about keeping track
of old releases, but users can still reap the benefit.

'Devel::PPPort' contains a single function, called 'WriteFile'. Its only
purpose is to write the _ppport.h_ C header file. This file contains a
series of macros and, if explicitly requested, functions that allow XS
modules to be built using older versions of Perl. Currently, Perl versions
from 5.003 to 5.10.0 are supported.

This module is used by 'h2xs' to write the file _ppport.h_.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Sun Jul 10 2016 abfonly <abfonly@gmail.com> 3.350.0-1
- (18bc1bf) Log: Update to 3.350.0 (cpan ver 3.35)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12813 |14cu|perl-Devel-REPL-1.3.26-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-REPL
%define upstream_version 1.003026

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	A modern perl interactive shell

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(CPAN::Meta::Check)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::CheckDeps)
BuildRequires:	perl(B::Keywords)
BuildRequires:	perl(Data::Dump::Streamer)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Lexical::Persistence)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Getopt)
BuildRequires:	perl(MooseX::AttributeHelpers)
BuildRequires:	perl(MooseX::Object::Pluggable)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Sys::SigAction)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Term::ANSIColor)
BuildRequires:	perl(Term::ReadLine)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
This is an interactive shell for Perl, commonly known as a REPL - Read,
Evaluate, Print, Loop. The shell provides for rapid development or
testing of code without the need to create a temporary source code file.

Through a plugin system, many features are available on demand. You can
also tailor the environment through the use of profiles and run control
files, for example to pre-load certain Perl modules when working on a
particular project.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/re.pl

%changelog
* Fri Jan 23 2015 dsilakov <denis.silakov@rosalab.ru> 1:1.3.26-1
+ Revision: 49b9a39
- Merge pull request #1 from import/perl-Devel-REPL:auto_update
- Updated to 1.003026



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12814 |14cu|perl-Devel-Size-0.800.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Devel-Size
%define upstream_version 0.80

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Find the memory usage of Perl variables

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
This module figures out the real sizes of Perl variables in bytes. Call
functions with a reference to the variable you want the size of. If the
variable is a plain scalar it returns the size of the scalar. If the variable
is a hash or an array, use a reference when calling.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%__make

%check
%__make test

%install
%makeinstall_std

%files
%doc CHANGES 
%{perl_vendorarch}/Devel/*
%{perl_vendorarch}/auto/Devel/*
%{_mandir}/*/*

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.800.0-1
- (03cdfce) Updated to 0.80 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12815 |14cu|perl-Devel-TraceUse-2.93.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-TraceUse
%define upstream_version 2.093

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        1

Summary:        Hack around calling UNIVERSAL::can() as a function

License:        GPL+ or Artistic
Group:          Development/Perl
Url:            http://search.cpan.org/dist/%{upstream_name}
Source0:        http://www.cpan.org/modules/by-module/UNIVERSAL/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(Test::More)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Module::CoreList)
BuildRequires:  perl-devel

BuildArch:      noarch

%description
The UNIVERSAL class provides a few default methods so that all objects can use
them. Object orientation allows programmers to override these methods in
subclasses to provide more specific and appropriate behavior.

Some authors call methods in the UNIVERSAL class on potential invocants as
functions, bypassing any possible overriding. This is wrong and you should not
do it. Unfortunately, not everyone heeds this warning and their bad code can
break your good code.

Fortunately, this upstream_name replaces UNIVERSAL::can() with a method that
checks to
see if the first argument is a valid invocant (whether an object -- a blessed
referent -- or the name of a class). If so, and if the invocant's class has its
own can() method, it calls that as a method. Otherwise, everything works as you
might expect.

If someone attempts to call UNIVERSAL::can() as a function, this module will
emit a lexical warning (see perllexwarn) to that effect. You can disable it
with no warnings; or no warnings 'UNIVERSAL::isa';, but don't do that; fix the
code instead.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}


%files 
%doc README
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Thu Feb 12 2015 abfonly <abfonly@gmail.com> 2.93.0-1
+ Revision: 4fdec7b
- Log: update to 2.93.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12816 |14cu|perl-Digest-1.170.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Digest
%define upstream_version 1.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Calculate digests of files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(MIME::Base64)
BuildArch:	noarch

%description
The 'Digest::' modules calculate digests, also called "fingerprints" or
"hashes", of some data, called a message. The digest is (usually) some
small/fixed size string. The actual size of the digest depend of the
algorithm used. The message is simply a sequence of arbitrary bytes or
bits.

An important property of the digest algorithms is that the digest is
_likely_ to change if the message change in some way. Another property is
that digest functions are one-way functions, that is it should be _hard_ to
find a message that correspond to some given digest. Algorithms differ in
how "likely" and how "hard", as well as how efficient they are to compute.

Note that the properties of the algorithms change over time, as the
algorithms are analyzed and machines grow faster. If your application for
instance depends on it being "impossible" to generate the same digest for a
different message it is wise to make it easy to plug in stronger algorithms
as the one used grow weaker. Using the interface documented here should
make it easy to change algorithms later.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Thu Feb 12 2015 abfonly <abfonly@gmail.com> 1.170.0-1
+ Revision: ff5862b
- Log: Update to 1.170.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12817 |14cu|perl-Digest-Bcrypt-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Digest-Bcrypt
%define upstream_version 1.0.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:        1
Summary:        Perl interface to the bcrypt digest algorithm
License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/Digest-Bcrypt/
Source0:        http://www.cpan.org/modules/by-module/Digest/Digest-Bcrypt-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  perl-devel
BuildRequires:  perl(Carp)
BuildRequires:  perl(Crypt::Eksblowfish::Bcrypt)
BuildRequires:  perl(Digest)
BuildRequires:  perl(Digest::base)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(parent)
BuildRequires:  perl(strict)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(warnings)

%description
Provides an interface to the bcrypt digest algorithm.

This module subclasses Digest::base and can be used either directly or 
through the Digest meta-module. Using the latter is recommended.

It is mostly a wrapper around Crypt::Eksblowfish::Bcrypt.

%prep
%setup -qn Digest-Bcrypt-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

find %{buildroot} -type f -name .packlist -exec rm -f {} \;

%check
make test

%files
%doc CHANGES LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Fri Oct 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-1
+ Revision: 67c398d
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12818 |14cu|perl-Digest-BubbleBabble-0.20.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Digest-BubbleBabble
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Create bubble-babble fingerprints

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Digest/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Digest::BubbleBabble takes a message digest (generated by either of the MD5 or
SHA-1 message digest algorithms) and creates a fingerprint of that digest in
"bubble babble" format. Bubble babble is a method of representing a message
digest as a string of "real" words, to make the fingerprint easier to remember.
The "words" are not necessarily real words, but they look more like words than
a string of hex characters.

Bubble babble fingerprinting is used by the SSH2 suite (and, consequently, by
Net::SSH::Perl, the Perl SSH implementation) to display easy-to-remember key
fingerprints. The key (a DSA or RSA key) is converted into a textual form,
digested using Digest::SHA1, and run through bubblebabble to create the key
fingerprint.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Digest
%{_mandir}/man*/*



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-8
+ Revision: 08c564d
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12819 |14cu|perl-Digest-CRC-0.210.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Digest-CRC
%define upstream_version 0.21
%define __noautoprov 'CRC.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1

Summary:	Generic CRC functions

License:	Public Domain
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Digest/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
The Digest::CRC module calculates CRC sums of all sorts. It contains wrapper
functions with the correct parameters for CRC-CCITT, CRC-16 and CRC-32.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README META.yml
%dir %{perl_vendorarch}/auto/Digest/CRC
%{perl_vendorarch}/auto/Digest/CRC/*.so
%{perl_vendorarch}/Digest/CRC.pm
%{_mandir}/*/*



%changelog

* Fri Jun 26 2015 abfonly <John@smith.org> 0.210.0-1
- (bc34fc4) Log: update to 0.210.0, filter provides, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12820 |14cu|perl-Digest-GOST-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Digest-GOST
%define upstream_version 0.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Uses the CryptoPro parameters from RFC 4357
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Digest/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Digest)
BuildRequires: perl(Test::More)
BuildRequires: perl(XSLoader)
BuildRequires: perl(parent)
BuildRequires: perl-devel

%description
The 'Digest::GOST' module provides an interface to the GOST R 34.11-94
message digest algorithm.

This interface follows the conventions set forth by the 'Digest' module.

This module uses the default "test" parameters. To use the CryptoPro
parameters, use 'Digest::GOST::CryptoPro'.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Feb 08 2015 abfonly <abfonly@gmail.com> 0.60.0-1
+ Revision: f2cbada
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12821 |14cu|perl-Digest-JHash-0.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Digest-JHash
%define upstream_version 0.09
%define __noautoprov 'JHash.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl extension for 32 bit Jenkins Hashing Algorithm

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Digest/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(DynaLoader)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(strict)
BuildRequires:  perl(vars)
BuildRequires:  perl(warnings)
BuildRequires:  perl(Cwd)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(File::Temp)
BuildRequires:  perl(IO::Handle)
BuildRequires:  perl(IPC::Open3)
BuildRequires:  perl(Test)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::CPAN::Changes)
BuildRequires:  perl(Test::Pod) >= 1.480.0
BuildRequires:  perl(Test::Pod::Coverage) >= 1.80.0


%description
The 'Digest::JHash' module allows you to use the fast JHash hashing
algorithm developed by Bob Jenkins from within Perl programs. The algorithm
takes as input a message of arbitrary length and produces as output a
32-bit "message digest" of the input in the form of an unsigned long
integer.

Call it a low calorie version of MD5 if you like.

See http://burtleburtle.net/bob/hash/doobs.html for more information.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

# garbage
rm -fr Changes~ dist.ini~ lib/Digest/JHash.pm~

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test RELEASE_TESTING=1

%install
%makeinstall_std

%clean

%files
%doc Changes META.yml README 
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Fri Jun 26 2015 abfonly <John@smith.org> 0.90.0-1
- (1bc5f94) Log: update to 0.90.0, fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12822 |14cu|perl-Digest-MD2-2.30.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Digest-MD2
%define	upstream_version 2.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    8

Summary:	Perl interface to the MD2 Algorithm

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/GAAS/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
Provides:	perl-MD2
Requires:	perl

%description
Digest-MD2 module for perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%__make test

%install
%makeinstall_std

%clean 

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorarch}/Digest
%{perl_vendorarch}/auto



%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.30.0-8
+ Revision: d14b125
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12823 |14cu|perl-Digest-MD5-2.540.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Digest-MD5
%define upstream_version 2.54

%define __noautoprov  'MD5.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:     MD5 message digest algorithm

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Digest/Digest-MD5-%{upstream_version}.tar.gz

BuildRequires: perl(Digest::base)
BuildRequires: perl(File::Spec)
BuildRequires: perl(XSLoader)
BuildRequires: perl(ExtUtils::MakeMaker) = 7.40.0

BuildRequires: perl-devel

%description
The 'Digest::MD5' module allows you to use the RSA Data Security Inc. MD5
Message Digest algorithm from within Perl programs. The algorithm takes as
input a message of arbitrary length and produces as output a 128-bit
"fingerprint" or "message digest" of the input.

Note that the MD5 algorithm is not as strong as it used to be. It has since
2005 been easy to generate different messages that produce the same MD5
digest. It still seems hard to generate messages that produce a given
digest, but it is probably wise to move to stronger algorithms for
applications that depend on the digest to uniquely identify a message.

The 'Digest::MD5' module provide a procedural interface for simple use, as
well as an object oriented interface that can handle messages of arbitrary
length and which can read files directly.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Tue Jun 23 2015 abfonly <John@smith.org> 2.540.0-1
- (b1cf6a6) Log: Update to 2.540.0, filter provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12824 |14cu|perl-Digest-Nilsimsa-0.60.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	real_name Digest-Nilsimsa
%define	upstream_version	0.06

Summary:	Perl interface to the Nilsima Algorithm	

Name:		perl-Digest-Nilsimsa
Version:	%perl_convert_version %{upstream_version}
Release:	9
License:	GPL or Artistic
Group:		Development/Perl
Source:		http://www.cpan.org/authors/id/V/VI/VIPUL/%{real_name}-%{upstream_version}.tar.bz2
URL:		http://search.cpan.org/dist/%{real_name}/
BuildRequires:	perl-devel
Requires:	perl

%description
Digest-Nilsimsa module for perl.

%prep
%setup -q -n %{real_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
make test

%install
%makeinstall_std

%clean 

%files
%doc README 
%{_mandir}/*/*
%{perl_vendorarch}/auto/Digest/Nilsimsa
%{perl_vendorarch}/Digest/*



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-9
+ Revision: 4e0e6dc
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12825 |14cu|perl-Digest-Perl-MD5-1.900.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Digest-Perl-MD5
%define upstream_version 1.9

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl implementation of Ron Rivests MD5 Algorithm

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/OLE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)

BuildArch:	noarch

%description
This is not an interface (like Digest::MD5) but a Perl implementation of MD5. 
It is written in perl only and because of this it is slow but it works without 
C-Code. You should use Digest::MD5 instead of this module if it is available. 
This module is only useful for:
 *  computers where you cannot install Digest::MD5 (e.g. lack of a C-Compiler)
 *  encrypting only small amounts of data (less than one million bytes). 
    I use it to hash passwords.
 *  educational purposes


%prep
%setup -qn %{upstream_name}-%{upstream_version}

# perl path hack
find . -type f | xargs perl -p -i -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"
perl -pi -e 's{#! /usr/bin/false}{#}' lib/Digest/Perl/MD5.pm

%build
perl Makefile.PL INSTALLDIRS=vendor 
%make 


%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES INSTALL META.json META.yml MYMETA.yml
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog
* Thu Feb 12 2015 abfonly <abfonly@gmail.com> 1.900.0-1
+ Revision: 6401a88
- Log: Update to 1.900.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12826 |14cu|perl-Digest-Whirlpool-2.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Digest-Whirlpool
%define upstream_version 2.04
%define __noautoprov 'Whirlpool.so'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl 512-bit one-way hash
# From COPYING: This program is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/A/AV/AVAR/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) = 7.40.0

%description
Digest::Whirlpool is a 512-bit, collision-resistant, one-way hash function.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make 

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.yml COPYING
%{_bindir}/whirlpoolsum
%{_mandir}/*/*
%{perl_vendorarch}/*



%changelog

* Wed Jun 24 2015 abfonly <John@smith.org> 2.40.0-1
- (d09c61d) Log: Update to 2.40.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12827 |14cu|perl-Directory-Scratch-0.180.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Directory-Scratch
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Perl Module to generate self-cleaning scratch space for tests

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Directory/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(File::stat)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Path::Tiny) >= 0.68.0
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(String::Random)


BuildArch:	noarch

%description
When writing test suites for modules that operate on files, it's often
inconvenient to correctly create a platform-independent temporary storage
space, manipulate files inside it, then clean it up when the test exits. The
inconvenience usually results in tests that don't work everwhere, or worse, no
tests at all.

This module aims to eliminate that problem by making it easy to do things
right.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml CONTRIBUTING
%{_mandir}/man3/*
%{perl_vendorlib}/Directory



%changelog

* Tue May 31 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-2
- (04d6900) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12828 |14cu|perl-Dist-Zilla-5.39.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla
%define upstream_version 5.039
# Upstream typo  {{
%define __noautoreq 'perl\\(ExtUtils::MakeMaker{{\\)'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Something that provides a version number for the dist
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(App::Cmd::Command::version)
BuildRequires: perl(App::Cmd::Setup) >= 0.309.0
BuildRequires: perl(App::Cmd::Tester) >= 0.306.0
BuildRequires: perl(App::Cmd::Tester::CaptureExternal)
BuildRequires: perl(Archive::Tar)
BuildRequires: perl(CPAN::Meta::Check)
BuildRequires: perl(CPAN::Meta::Converter) >= 2.101.550
BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.120.630
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121.0
BuildRequires: perl(CPAN::Meta::Validator) >= 2.101.550
BuildRequires: perl(CPAN::Uploader) >= 0.103.4
BuildRequires: perl(Carp)
BuildRequires: perl(Class::Load) >= 0.170.0
BuildRequires: perl(Config::INI::Reader)
BuildRequires: perl(Config::MVP::Assembler)
BuildRequires: perl(Config::MVP::Assembler::WithBundles)
BuildRequires: perl(Config::MVP::Reader) >= 2.101.540
BuildRequires: perl(Config::MVP::Reader::Findable::ByExtension)
BuildRequires: perl(Config::MVP::Reader::Finder)
BuildRequires: perl(Config::MVP::Reader::INI) >= 2.0.0
BuildRequires: perl(Config::MVP::Section) >= 2.200.2
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Data::Section) >= 0.200.2
BuildRequires: perl(DateTime) >= 0.440.0
BuildRequires: perl(Digest::MD5)
BuildRequires: perl(Encode)
BuildRequires: perl(File::Copy::Recursive)
BuildRequires: perl(File::Find::Rule)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::ShareDir)
BuildRequires: perl(File::ShareDir::Install) >= 0.30.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(File::pushd)
BuildRequires: perl(Hash::Merge::Simple)
BuildRequires: perl(JSON) >= 2.0.0
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(List::AllUtils)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
BuildRequires: perl(Log::Dispatchouli) >= 1.102.220
BuildRequires: perl(Mixin::Linewise::Readers) >= 0.100.0
BuildRequires: perl(Moose) >= 0.920.0
BuildRequires: perl(Moose::Autobox) >= 0.100.0
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(MooseX::LazyRequire)
BuildRequires: perl(MooseX::Role::Parameterized)
BuildRequires: perl(MooseX::SetOnce)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(MooseX::Types::Perl)
BuildRequires: perl(PPI)
BuildRequires: perl(PPI::Document)
BuildRequires: perl(Params::Util)
BuildRequires: perl(Path::Class) >= 0.220.0
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Perl::PrereqScanner) >= 1.16.0
BuildRequires: perl(Perl::Version)
BuildRequires: perl(Pod::Eventual) >= 0.91.480
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Software::License) >= 0.101.370
BuildRequires: perl(Software::License::None)
BuildRequires: perl(Software::LicenseUtils)
BuildRequires: perl(Storable)
BuildRequires: perl(String::Formatter) >= 0.100.680
BuildRequires: perl(String::RewritePrefix) >= 0.5.0
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Exporter::ForMethods)
BuildRequires: perl(Sub::Exporter::Util)
BuildRequires: perl(Term::Encoding)
BuildRequires: perl(Term::ReadKey)
BuildRequires: perl(Term::ReadLine)
BuildRequires: perl(Term::UI)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::FailWarnings)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::File::ShareDir)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Text::Glob) >= 0.80.0
BuildRequires: perl(Text::Template)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(YAML::Tiny)
BuildRequires: perl(autobox) >= 2.530.0
BuildRequires: perl(autodie)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl(ExtUtils::Manifest) >= 1.700.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Archive::Tar::Wrapper)
BuildRequires: perl(Term::ReadLine::Gnu)
BuildRequires: perl(PPI::XS)
BuildRequires: perl(CPAN::Meta::Merge)
BuildRequires: perl(Log::Dispatch::Array)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(aliased)

# only for ABF
# Cannot determine local time zone
BuildRequires:  perl(Time::ZoneInfo)
BuildRequires:  perl(DateTime)
BuildRequires:  perl(DateTime::TimeZone) >= 1.740.0
BuildRequires:  perl(DateTime::Locale) >= 0.450.0
BuildRequires:  timezone
#
Requires: perl(ExtUtils::MakeMaker) >= 7.40.0
Requires: perl(namespace::autoclean)

Suggests:	perl(Task::Dist::Zilla)

BuildArch:  noarch

%description
Dist::Zilla builds distributions of code to be uploaded to the CPAN. In
this respect, it is like the ExtUtils::MakeMaker manpage, the Module::Build
manpage, or the Module::Install manpage. Unlike those tools, however, it is
not also a system for installing code that has been downloaded from the
CPAN. Since it's only run by authors, and is meant to be run on a
repository checkout rather than on published, released code, it can do much
more than those tools, and is free to make much more ludicrous demands in
terms of prerequisites.

For more information, see the Dist::Zilla::Tutorial manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

# Cannot determine local time zone on abf
rm -fr t/plugins/installdirs.t t/plugins/prunes.t t/plugins/distmeta.t t/plugins/license.t t/plugins/readme.t 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test


%install
%makeinstall_std
install -d %{buildroot}/etc/bash_completion.d/
install -m 644 misc/dzil-bash_completion %{buildroot}/etc/bash_completion.d/dzil

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man1/*
%{_mandir}/man3/*
%perl_vendorlib/*
%{_bindir}/dzil
%config(noreplace) %{_sysconfdir}/bash_completion.d/dzil



%changelog

* Wed Jun 01 2016 Denis Silakov <denis.silakov@rosalab.ru> 5.39.0-3
- (e550976) Require perl(namespace::autoclean)

* Thu Sep 03 2015 abfonly <abfonly@gmail.com> 5.39.0-1
- (ef2ae68) Log: update to 5.39.0
- (abfonly: 272cac2) Log: update to 5.39.0
- (abfonly: 272cac2) first try with timezone enabled on abf

* Fri Jul 10 2015 abfonly <abfonly@gmail.com> 5.37.0-2
- (420c16b) Updated perl-Dist-Zilla.spec

* Sun Jun 28 2015 abfonly <abfonly@gmail.com> 5.37.0-1
- (e534263) Log: Update to 5.37.0 try to fix tests on abf
- (abfonly: f0e9d1e) Log: Update to 5.37.0 try to fix tests on abf. perl(DateTime::TimeZone) bug.... https://rt.cpan.org/Public/Bug/Display.html?id=103275
- (abfonly: 5c92d6c) Log: Update to 5.37.0 try to fix tests on abf.
- (abfonly: eaef3d3) Log: Update to 5.37.0 try to fix tests on abf.
- (abfonly: 50db52a) Log: Update to 5.37.0 try to fix tests on abf.
- (abfonly: c10f896) Log: Update to 5.37.0
- (abfonly: 3902ef2) Log: Update to 5.37.0

* Sat May 30 2015 abfonly <abfonly@gmail.com> 5.36.0-2
- (600abe7) Updated perl-Dist-Zilla.spec
- (abfonly: 9f8aca3) Updated perl-Dist-Zilla.spec
- (abfonly: e4d978d) try to enable all tests, added BuildRequires:  perl(DateTime).

* Wed May 27 2015 abfonly <abfonly@gmail.com> 5.36.0-1
- (989ee83) remove tests that need to determine local time zone
- (abfonly: b4c326d) remove tests that need  to determine local time zone
- (abfonly: 024a950) Log: Update to 5.36.0, fixed import and updated min BR,
- (abfonly: 024a950) enable all tests, fixed upstream, add perl-Time-ZoneInfo in BR on ABF  "Cannot determine local time zone"
- (abfonly: fcd839f) Log: Update to 5.36.0, fixed import and updated min BR,
- (abfonly: fcd839f) enable all tests, fixed upstream
- (abfonly: eaeb4bb) Log: Update to 5.36.0, fixed import and updated min BR, enable all tests, fixed upstream

* Sat Feb 14 2015 abfonly <abfonly@gmail.com> 5.20.0-2
- (bc1a9fe) Updated perl-Dist-Zilla.spec
- (abfonly: 928cf69) Updated perl-Dist-Zilla.spec
- (abfonly: 0abbc40) Updated perl-Dist-Zilla.spec
- (abfonly: b097020) Updated perl-Dist-Zilla.spec
- (abfonly: 64e88ea) Log: Fix tests-first attempt

* Thu Feb 12 2015 abfonly <abfonly@gmail.com> 5.20.0-1
- (81fb1c4) Updated perl-Dist-Zilla.spec
- (abfonly: 8284b7f) Updated perl-Dist-Zilla.spec
- (abfonly: 2ca61b8) Updated perl-Dist-Zilla.spec
- (abfonly: 78438f9) Log: Update to 5.20.0  fixed BR, enable tests
- (abfonly: 5f15d91) Log: Update to 5.20.0

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.300.29-2
- (0c0516c) MassBuild#464: Increase release tag

* Mon Mar 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.300.29-1
- (c199422) Disable perl-version again
- (Denis Silakov: 963c7af) Fix BRs
- (Denis Silakov: 95d78fb) Try wo perl-version BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12829 |14cu|perl-Dist-Zilla-BeLike-CSJEWELL-0.901.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-BeLike-CSJEWELL
%define upstream_version 0.901

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6
Summary:	Build a modern dist like CSJEWELL does it
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl-devel
BuildRequires: perl(Dist::Zilla)
BuildRequires: perl(Dist::Zilla::Plugin::Mercurial)
BuildRequires: perl(Dist::Zilla::Plugin::Twitter)
BuildRequires: perl(Email::Address)
BuildRequires: perl(File::ShareDir)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Moose)
BuildRequires: perl(Net::FTP)
BuildRequires: perl(Net::Netrc)
BuildRequires: perl(PPIx::Regexp)
BuildRequires: perl(PPIx::Utilities::Statement)
BuildRequires: perl(Parse::CPAN::Meta)
BuildRequires: perl(Perl::Critic)
BuildRequires: perl(Perl::Critic::More)
BuildRequires: perl(Perl::Critic::Utils::Constants)
BuildRequires: perl(Perl::MinimumVersion)
BuildRequires: perl(Perl::Tidy)
BuildRequires: perl(Pod::Coverage)
BuildRequires: perl(Pod::Coverage::Moose)
BuildRequires: perl(Pod::Readme)
BuildRequires: perl(Pod::Simple)
BuildRequires: perl(Pod::Spell::CommonMistakes)
BuildRequires: perl(Software::License)
BuildRequires: perl(Test::CPAN::Meta)
BuildRequires: perl(Test::CheckChanges)
BuildRequires: perl(Test::DistManifest)
BuildRequires: perl(Test::Fixme)
BuildRequires: perl(Test::HasVersion)
BuildRequires: perl(Test::MinimumVersion)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Perl::Critic)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod::Spelling::CommonMistakes)
BuildRequires: perl(Test::Portability::Files)
BuildRequires: perl(Test::Prereq::Build)
BuildRequires: perl(Test::UseAllModules)
BuildRequires: perl(autodie)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Pod::Spell)

BuildArch:	noarch

%description
This sets up defaults for dzil new to create a dist like CSJEWELL does
it, including a dist.ini that does the release steps that CSJEWELL
requires.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
rm -fr t/000_report_versions.t
perl -pi -e "s|#!perl|#!/usr/bin/perl|"  xt/author/*
perl -pi -e "s|#!perl|#!/usr/bin/perl|"  t/*
perl -pi -e "s|#!perl|#!/usr/bin/perl|"  share/csjewell/skel/xt/author/*
perl -pi -e "s|#!perl|#!/usr/bin/perl|"  share/csjewell/skel/t/*
chmod +x share/csjewell/skel/xt/author/*.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
chmod 644 %{buildroot}%{perl_vendorlib}/auto/share/module/Dist-Zilla-MintingProfile-CSJEWELL/csjewell/skel/xt/author/version.t
chmod 755 %{buildroot}%{perl_vendorlib}/auto/share/module/Dist-Zilla-MintingProfile-CSJEWELL/csjewell/skel/t/000_report_versions.t

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 22 2016 abfonly <abfonly@gmail.com> 0.901.0-6
- (ce518cf) Log: Fixed tests
- (ce518cf) fixed BR
- (ce518cf) fixed linting



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12830 |14cu|perl-Dist-Zilla-Config-Slicer-0.201.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Config-Slicer
%define upstream_version 0.201

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Pass Portions of Bundle Config to Plugins
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Config::MVP::Slicer)
BuildRequires: perl(Dist::Zilla::PluginBundle::Filter)
BuildRequires: perl(Dist::Zilla::Role::PluginBundle)
BuildRequires: perl(Dist::Zilla::Role::PluginBundle::Easy)
BuildRequires: perl(Dist::Zilla::Util)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch: noarch

%description
This is a subclass of the Config::MVP::Slicer manpage that overrides the
default Config::MVP::Slicer/match_package to expand packages according to
the Dist::Zilla manpage's rules.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%make_install

%files
%doc README META.yml LICENSE META.json Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jun 18 2016 Denis Silakov <dsilakov@gmail.com> 0.201.0-2
- (36cdcc2) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12831 |14cu|perl-Dist-Zilla-Plugin-Authority-1.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Authority
%define upstream_version 1.009

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Add the $AUTHORITY variable and metadata to your distribution
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: 	perl-devel
BuildRequires: 	perl(Dist::Zilla::Role::FileFinderUser)
BuildRequires:	perl(Dist::Zilla::Role::FileMunger)
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider)
BuildRequires:	perl(Dist::Zilla::Role::PPI)
BuildRequires:	perl(Dist::Zilla::Util)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(PPI) 
BuildRequires:	perl(Test::More)
BuildRequires: 	perl(strict)
BuildRequires: 	perl(warnings)
BuildRequires: 	perl(Test::Apocalypse)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)

BuildArch:  noarch

%description
This plugin adds the authority data to your distribution. It adds the data
to your modules and metadata. Normally it looks for the PAUSE author id in
your the Dist::Zilla manpage configuration. If you want to override it,
please use the 'authority' attribute.


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README SIGNATURE examples
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Sat Jun 06 2015 abfonly <John@smith.org> 1.9.0-1
- (1ac8909) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12832 |14cu|perl-Dist-Zilla-Plugin-AutoVersion-Relative-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-AutoVersion-Relative
%define upstream_version 1.001000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Time-Relative versioning
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::GatherDir)
BuildRequires:	perl(Dist::Zilla::Tester)
BuildRequires:	perl(Dist::Zilla::Util::Test::KENTNL)
BuildRequires:	perl(File::Spec) >= 3.62
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Test::More) >= 1.1.14
BuildRequires:	perl(Const::Fast)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(Dist::Zilla) 
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate) 
BuildRequires:	perl(Dist::Zilla::Role::VersionProvider) 
BuildRequires:	perl(Dist::Zilla::Util::ConfigDumper) >= 0.3.6
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::StrictConstructor)
BuildRequires:	perl(MooseX::Types::DateTime)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(strict)
BuildRequires:	perl(utf8)
BuildRequires:	perl(warnings)
BuildRequires:	perl(recommended)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(aliased)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Time-Relative versioning.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Wed Jun 22 2016 abfonly <abfonly@gmail.com> 1.1.0-3
- (dfe0531) Log: Fixed BR and tests, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12833 |14cu|perl-Dist-Zilla-Plugin-Bootstrap-lib-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Bootstrap-lib
%define upstream_version 1.001000

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    A minimal boot-strapping for Dist::Zilla Plug-ins

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(English)
BuildRequires: perl(JSON::PP)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(namespace::autoclean) 
BuildRequires: perl(Dist::Zilla::Role::Bootstrap)
BuildRequires: perl(recommended)
BuildRequires: perl(Log::Dispatch::Array)
BuildRequires: perl(strictures)
BuildRequires: perl(aliased)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(Dist::Zilla::Role::Plugin)
BuildRequires: perl(Test::DZil)
BuildRequires: perl-devel
BuildRequires: perl(Dist::Zilla::Util::Test::KENTNL)
BuildRequires: perl(CPAN::Meta::Merge)
BuildRequires: perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires: perl(Config::INI::Reader) >= 0.25.0
BuildRequires: perl(Exception::Class)

BuildArch: noarch

%description
This module does the very simple task of injecting the distributions 'lib'
directory into @INC at the point of its inclusion, so that you can use
plug-ins you're writing for Dist::Zilla, to release the plug-in itself.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Wed Jun 22 2016 abfonly <abfonly@gmail.com> 1.1.0-2
- (5c69300) Log: Fixed BR and tests, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12834 |14cu|perl-Dist-Zilla-Plugin-BumpVersionFromGit-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-BumpVersionFromGit
%define upstream_version 0.010

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Provide a version number by bumping the last git release tag

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Tester)
BuildRequires:	perl(Dist::Zilla::Role::VersionProvider)
BuildRequires:	perl(Git::Wrapper)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Version::Next)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(version)
BuildRequires:	perl(File::Copy::Recursive)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(warnings)

BuildArch:	noarch

%description
This does the the Dist::Zilla::Role::VersionProvider manpage role. It finds
the last version number from tags and increments it as the new version used
by Dist::Zilla.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Fri Jul 10 2015 abfonly <abfonly@gmail.com> 0.10.0-1
- (e15ada0) Log: Update to 0.10.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12835 |14cu|perl-Dist-Zilla-PluginBundle-Author-JQUELIN-3.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-Author-JQUELIN
%define upstream_version 3.005

%{?perl_default_filter}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Build & release a distribution like jquelin
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Dist::Zilla::Role::PluginBundle)
BuildRequires: perl(Dist::Zilla::Role::PluginBundle::Config::Slicer)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Module::Build) >= 0.280.0
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Autobox)
BuildRequires: perl(Test::More)
#BuildRequires: perl(blib) >= 1.10.0
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

Obsoletes:  perl-Dist-Zilla-PluginBundle-JQUELIN
Provides:   perl-Dist-Zilla-PluginBundle-JQUELIN

%description
This is a plugin bundle to load all dist-zilla plugins that jq is using.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL --installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README TODO examples
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jun 18 2016 Denis Silakov <dsilakov@gmail.com> 3.5.0-1
- (f0d4743) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12836 |14cu|perl-Dist-Zilla-PluginBundle-AVAR-0.320.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-AVAR
%define upstream_version 0.32

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Use L<Dist::Zilla> like AVAR does

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::AutoPrereq)
BuildRequires:	perl(Dist::Zilla::Plugin::CompileTests)
BuildRequires:	perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaNoIndex)
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeFromPod)
BuildRequires:	perl(Dist::Zilla::Plugin::VersionFromPrev)
BuildRequires:	perl(Dist::Zilla::Plugin::InstallRelease) >= 0.8.0
BuildRequires:	perl(Dist::Zilla::PluginBundle::Filter)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Git)
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle)
BuildRequires:	perl(Dist::Zilla::Role::GitConfig)
BuildRequires:	perl(Dist::Zilla::Plugin::Authority) >= 1.9.0
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(experimental) >= 0.13.0
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)

BuildArch:	noarch

%description
This is the plugin bundle that AVAR uses.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jun 06 2015 abfonly <John@smith.org> 0.320.0-1
- (24dc435) Log: Update to 0.320.0, backported missing BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12837 |14cu|perl-Dist-Zilla-PluginBundle-BINGOS-0.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-BINGOS
%define upstream_version 0.20

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    BeLike::BINGOS when you build your dists
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::ChangelogFromGit) >= 0.6.0
BuildRequires:	perl(Dist::Zilla::Plugin::Clean) >= 0.70.0
BuildRequires:	perl(Dist::Zilla::Plugin::GithubMeta) >= 0.100.0
BuildRequires:	perl(Dist::Zilla::Plugin::MetaJSON) >= 4.200.6
BuildRequires:	perl(Dist::Zilla::Plugin::PkgVersion) >= 4.200.6
BuildRequires:	perl(Dist::Zilla::Plugin::PodCoverageTests) >= 4.200.6
BuildRequires:	perl(Dist::Zilla::Plugin::PodSyntaxTests) >= 4.200.6
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver) >= 3.101.641
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeFromPod) >= 0.140.0
BuildRequires:	perl(Dist::Zilla::Plugin::Test::Compile) >= 1.112.400
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle::PluginRemover) >= 0.103.0
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)

BuildArch:  noarch

%description
This is a the Dist::Zilla manpage PluginBundle. It is roughly equivalent to
the following dist.ini:

  [@Basic]

  [MetaJSON]
  [PodSyntaxTests]
  [PodCoverageTests]

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Fri Sep 04 2015 abfonly <abfonly@gmail.com> 0.200.0-1
- (2799230) Log: update to 0.200.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12838 |14cu|perl-Dist-Zilla-PluginBundle-FAYLAND-0.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-FAYLAND
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Dist::Zilla like FAYLAND when you build your dists

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla) >= 5.00
BuildRequires:	perl(Dist::Zilla::Plugin::CheckChangeLog)
BuildRequires:	perl(Dist::Zilla::Plugin::PerlTidy) 
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver) >= 3.092.971
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeFromPod)
BuildRequires:	perl(Dist::Zilla::Plugin::Repository)
BuildRequires:	perl(Dist::Zilla::Plugin::Test::Compile)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::Contributors)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
Dist::Zilla like FAYLAND when you build your dists.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sun Jul 12 2015 abfonly <abfonly@gmail.com> 0.140.0-1
- (3e2d217) Log: Update to 0.140.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12839 |14cu|perl-Dist-Zilla-PluginBundle-IDOPEREL-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-IDOPEREL
%define upstream_version 1.000000

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    IDOPEREL's plugin bundle for Dist::Zilla
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::AutoPrereqs)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckChangesHasContent) >= 0.6.0
BuildRequires:	perl(Dist::Zilla::Plugin::Encoding)
BuildRequires:	perl(Dist::Zilla::Plugin::GitHub::Meta) >= 0.400.0
BuildRequires:	perl(Dist::Zilla::Plugin::InstallGuide) >= 1.200.3
BuildRequires:	perl(Dist::Zilla::Plugin::MetaJSON)
BuildRequires:	perl(Dist::Zilla::Plugin::MinimumPerl) >= 1.6.0
BuildRequires:	perl(Dist::Zilla::Plugin::NextRelease)
BuildRequires:	perl(Dist::Zilla::Plugin::Prereqs) >= 0.400.0
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeFromPod) >= 0.320.0
BuildRequires:	perl(Dist::Zilla::Plugin::Signature) >= 1.100.930
BuildRequires:	perl(Dist::Zilla::Plugin::Test::DistManifest) >= 2.0.5
BuildRequires:	perl(Dist::Zilla::Plugin::TestRelease)
BuildRequires:	perl(Dist::Zilla::Plugin::VersionFromModule)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Basic)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Filter)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Git)
BuildRequires:	perl(Dist::Zilla::Role::MintingProfile::ShareDir)
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle::Easy)
BuildRequires:	perl(Dist::Zilla::Role::GitConfig) >= 0.920.0
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::ShareDir::Install)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)

BuildArch:  noarch

%description
This module is a bundle of plugins for the Dist::Zilla manpage that is
regularly used by me (Ido Perlmuter). If you find it suits your needs, feel
free to install and use it.

This bundle provides the following plugins and bundles:

	[@Filter]
	-bundle = @Classic
	-remove = Readme

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std
# fixed linting
sed -i 's|#!perl|#!/usr/bin/perl|' \
  %{buildroot}%{perl_vendorlib}/auto/share/module/Dist-Zilla-MintingProfile-IDOPEREL/default/skel/t/00-load.t

chmod +x %{buildroot}%{perl_vendorlib}/auto/share/module/Dist-Zilla-MintingProfile-IDOPEREL/default/skel/t/00-load.t
  
  
%files
%doc Changes LICENSE META.json MYMETA.yml README SIGNATURE
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jun 06 2015 abfonly <John@smith.org> 1.0.0-1
- (2e2016c) Log: Update to 1.0.0, backported missing BR, fixed linting, enable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12840 |14cu|perl-Dist-Zilla-PluginBundle-MARCEL-1.121.330-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-MARCEL
%define upstream_version 1.121330

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Build and release a distribution like MARCEL
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(Dist::Zilla::Plugin::AutoPrereqs)
BuildRequires:	perl(Dist::Zilla::Plugin::AutoVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::Bugtracker)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckChangeLog)
BuildRequires:	perl(Dist::Zilla::Plugin::CopyReadmeFromBuild)
BuildRequires:	perl(Dist::Zilla::Plugin::ExecDir)
BuildRequires:	perl(Dist::Zilla::Plugin::ExtraTests)
BuildRequires:	perl(Dist::Zilla::Plugin::GatherDir)
BuildRequires:	perl(Dist::Zilla::Plugin::HasVersionTests)
BuildRequires:	perl(Dist::Zilla::Plugin::Homepage)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(Dist::Zilla::Plugin::InstallGuide)
BuildRequires:	perl(Dist::Zilla::Plugin::License)
BuildRequires:	perl(Dist::Zilla::Plugin::MakeMaker)
BuildRequires:	perl(Dist::Zilla::Plugin::Manifest)
BuildRequires:	perl(Dist::Zilla::Plugin::ManifestSkip)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaJSON)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides::Package)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaTests)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaYAML)
BuildRequires:	perl(Dist::Zilla::Plugin::NextRelease)
BuildRequires:	perl(Dist::Zilla::Plugin::NoTabsTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PkgVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::PodCoverageTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PodSyntaxTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::PruneCruft)
BuildRequires:	perl(Dist::Zilla::Plugin::PruneFiles)
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeFromPod)
BuildRequires:	perl(Dist::Zilla::Plugin::ReportVersions)
BuildRequires:	perl(Dist::Zilla::Plugin::Repository)
BuildRequires:	perl(Dist::Zilla::Plugin::ShareDir)
BuildRequires:	perl(Dist::Zilla::Plugin::TaskWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::Test::CheckChanges)
BuildRequires:	perl(Dist::Zilla::Plugin::Test::Compile)
BuildRequires:	perl(Dist::Zilla::Plugin::Test::DistManifest)
BuildRequires:	perl(Dist::Zilla::Plugin::Test::EOL)
BuildRequires:	perl(Dist::Zilla::Plugin::Test::Kwalitee)
BuildRequires:	perl(Dist::Zilla::Plugin::Test::MinimumVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::Test::Perl::Critic)
BuildRequires:	perl(Dist::Zilla::Plugin::Test::PodSpelling)
BuildRequires:	perl(Dist::Zilla::Plugin::Test::Portability)
BuildRequires:	perl(Dist::Zilla::Plugin::Test::Synopsis)
BuildRequires:	perl(Dist::Zilla::Plugin::Test::UnusedVars)
BuildRequires:	perl(Dist::Zilla::Plugin::UploadToCPAN)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Git)
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle)
BuildRequires:	perl(Dist::Zilla::Role::GitConfig)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Pod::Weaver::PluginBundle::MARCEL)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Synopsis)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)

BuildArch:  noarch

%description
This is a plugin bundle to load all plugins that I am using. It is
equivalent to:

    [AutoVersion]

    ; -- fetch & generate files
    [AllFiles]
    [CompileTests]
    [CriticTests]
    [MetaTests]
    [PodTests]

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Jun 07 2015 abfonly <John@smith.org> 1.121.330-1
- (2fa1216) Log: Update to 1.121.330, backported and updated all BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12841 |14cu|perl-Dist-Zilla-PluginBundle-RJBS-5.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-PluginBundle-RJBS
%define upstream_version 5.009

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	See what the mantissa for an rjbs-style version is today

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla) >= 5.03.400
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver) >= 3.092.971
BuildRequires:	perl(Dist::Zilla::Plugin::Repository)
BuildRequires:	perl(Dist::Zilla::Plugin::TaskWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::BumpVersionFromGit)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Git)
BuildRequires:	perl(Pod::Elemental)
BuildRequires:	perl(Pod::Elemental::Transformer::List)
BuildRequires:	perl(Pod::Weaver)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(Dist::Zilla::Plugin::CheckExtraTests)
BuildRequires:  perl(Dist::Zilla::Plugin::CheckPrereqsIndexed)
BuildRequires:  perl(Dist::Zilla::Plugin::Git::Contributors)
BuildRequires:  perl(Dist::Zilla::Plugin::GithubMeta)
BuildRequires:  perl(Dist::Zilla::Plugin::Test::ChangesHasContent)
BuildRequires:  perl(Dist::Zilla::Plugin::Test::ReportPrereqs)


BuildArch:	noarch

%description
This is the plugin bundle that RJBS uses. It is equivalent to:

  [@Filter]
  bundle = @Classic
  remove = PodVersion
  remove = MetaYAML

  [AutoVersion]
  [MetaJSON]
  [NextRelease]
  [PodWeaver]
  [Repository]

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README 
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Sun Jul 12 2015 abfonly <abfonly@gmail.com> 5.9.0-1
- (3a49d6d) Log: Update to 5.9.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12842 |14cu|perl-Dist-Zilla-Plugin-ChangelogFromGit-0.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ChangelogFromGit
%define upstream_version 0.016

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Build CHANGES from git commits and tags

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(DateTime)
BuildRequires: perl(Dist::Zilla)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Git::Repository) >= 1.314.0
BuildRequires: perl(Git::Repository::Log::Iterator) >= 1.312.0
BuildRequires: perl(Moose::Autobox)
BuildRequires: perl(Software::Release) >= 0.30.0
BuildRequires: perl(Text::Wrap)
BuildRequires: perl(namespace::autoclean)

BuildArch:	noarch

%description
This Dist::Zilla plugin writes a CHANGES file that contains formatted
commit information from recent git logs.

This plugin has the following configuration variables:

* * max_age

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri May 29 2015 abfonly <John@smith.org> 0.16.0-1
- (f1b06a5) Log: Update to 0.16.0, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12843 |14cu|perl-Dist-Zilla-Plugin-CheckChangeLog-0.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-CheckChangeLog
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Dist::Zilla with Changes check

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
The code is mostly a copy-paste of the ShipIt::Step::CheckChangeLog manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 24 2015 abfonly <John@smith.org> 0.20.0-1
- (957a2ec) Log: Update to 0.20.0, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12844 |14cu|perl-Dist-Zilla-Plugin-CheckChangesHasContent-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-CheckChangesHasContent
%define upstream_version 0.008

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Ensure Changes has content before releasing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Capture::Tiny) >= 0.300.0
BuildRequires:	perl(Dist::Zilla) >= 5.37.0
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(Moose) >= 2.140.500
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(autodie)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(Test::Harness) >= 3.350.0
BuildRequires:	perl(Sub::Exporter::ForMethods) >= 0.100.51
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(Data::Section)
BuildRequires:	perl(Hash::Merge::Simple)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Pod::Coverage::TrustPod)
BuildRequires:	perl(Test::CPAN::Meta)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Spelling)
BuildRequires:	perl(Test::Version)
BuildRequires:	perl(Cwd)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(Archive::Tar)
# only on abf
BuildRequires:	perl(DateTime::TimeZone)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(Date::Manip)
BuildRequires:	perl(DateTime::Locale)
BuildRequires:	perl(Date::Format)
BuildRequires:	perl(Time::ZoneInfo)

BuildArch:	noarch

%description
Foo the foo.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# try to enable local time zone on abf.
# perl -MDateTime::TimeZone::Local -le 'print DateTime::TimeZone::Local->TimeZone()->name'
# make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README 
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jul 11 2015 abfonly <abfonly@gmail.com> 0.8.0-1
- (299350f) Updated perl-Dist-Zilla-Plugin-CheckChangesHasContent.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12845 |14cu|perl-Dist-Zilla-Plugin-CheckExtraTests-0.28.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-CheckExtraTests
%define upstream_version 0.028

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Check xt tests before release
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(App::Prove)
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::App)
BuildRequires:	perl(Dist::Zilla::Role::BeforeRelease)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(File::chdir)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Path::Iterator::Rule)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(Archive::Tar)


BuildArch:	noarch

%description
Dist::Zilla::App::Command::xtest 
Run xt tests for your dist  

Dist::Zilla::Plugin::CheckExtraTests 
check xt tests before release

Dist::Zilla::Plugin::RunExtraTests 
support running xt tests via dzil test.



%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Thu Sep 03 2015 abfonly <abfonly@gmail.com> 0.28.0-1
- (04168fc) Log: Update to 0.28.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12846 |14cu|perl-Dist-Zilla-Plugin-CheckPrereqsIndexed-0.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-CheckPrereqsIndexed
%define upstream_version 0.016


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Prevent a release if you have prereqs not found on CPAN
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Dist::Zilla)
BuildRequires: perl(Encode)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Moose)
BuildRequires: perl(Perl::PrereqScanner)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl(YAML::Tiny)
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Log::Dispatch::Array)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(aliased)
BuildRequires: perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires: perl(Config::INI::Reader) >= 0.25.0
BuildRequires: perl(Archive::Tar)

BuildArch:  noarch

%description
Prevent a release if you have prereqs not found on CPAN.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%make_install

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sun Jul 12 2015 abfonly <abfonly@gmail.com> 0.16.0-1
- (0f22569) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12847 |14cu|perl-Dist-Zilla-Plugin-Clean-0.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Clean
%define upstream_version 0.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Clean after release
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::AfterRelease)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)

BuildArch:  noarch

%description
Damn simple the Dist::Zilla manpage plugin that cleans the working
directory after the release.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Sat Jun 06 2015 abfonly <John@smith.org> 0.70.0-1
- (f5c5495) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12848 |14cu|perl-Dist-Zilla-Plugin-Config-Git-0.920.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Config-Git
%define upstream_version 0.92

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Plugin configuration containing settings for a Git repo
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Dist::Zilla::Role::Plugin)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(String::Errf)
BuildRequires: perl(Test::CheckDeps)
BuildRequires: perl(Test::More)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(base)
BuildRequires: perl(CPAN::Meta::Merge)


BuildArch: noarch

%description
This is an easy-to-use role for plugins to enable usage of
Dist::Zilla::Plugin::Config::Git configurations.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 META.json LICENSE CHANGES META.yml README

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat May 30 2015 abfonly <abfonly@gmail.com> 0.920.0-1
- (dbcc7db) Updated perl-Dist-Zilla-Plugin-Config-Git.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12849 |14cu|perl-Dist-Zilla-Plugin-DualBuilders-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-DualBuilders
%define upstream_version 1.002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Allows use of Module::Build and ExtUtils::MakeMaker in a dzil dist

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::InstallTool)
BuildRequires:	perl(Dist::Zilla::Role::PrereqSource)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Dist::Zilla::Role::AfterBuild)
BuildRequires:	perl(Dist::Zilla::Role::InstallTool)
BuildRequires:	perl(Dist::Zilla::Role::PrereqSource)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::NextVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::Test::Compile)
BuildRequires:	perl(Dist::Zilla::Plugin::ReportVersions::Tiny)
BuildRequires:	perl(Dist::Zilla::Plugin::Prepender)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Dist::Zilla::Plugin::Authority)
BuildRequires:	perl(Dist::Zilla::Plugin::PkgVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::Repository)
BuildRequires:	perl(Test::Apocalypse)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)

BuildArch:	noarch

%description
This plugin allows you to specify ModuleBuild and MakeMaker in your the
Dist::Zilla manpage _dist.ini_ and select only one as your prereq.
Normally, if this plugin is not loaded you will end up with both in your
prereq list and this is obviously not what you want!

	# In your dist.ini:
	[ModuleBuild]
	[MakeMaker] ; or [MakeMaker::Awesome], will work too :)
	[DualBuilders] ; needs to be specified *AFTER* the builders

This plugin accepts the following options:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README META.yml META.json Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 1.2.0-1
- (b0fe566) Log: update to 1.2.0, add optional BR, fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12850 |14cu|perl-Dist-Zilla-Plugin-Git-2.36.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Git
%define upstream_version 2.036

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Provide a String::Formatter for commit messages
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta::Check)
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(Cwd)
BuildRequires: perl(DateTime)
BuildRequires: perl(Devel::SimpleTrace)
BuildRequires: perl(Dist::Zilla)
BuildRequires: perl(Dist::Zilla::File::InMemory)
BuildRequires: perl(Dist::Zilla::Plugin::Config::Git)
BuildRequires: perl(Dist::Zilla::Plugin::GatherDir)
BuildRequires: perl(Dist::Zilla::Role::AfterBuild)
BuildRequires: perl(Dist::Zilla::Role::AfterMint)
BuildRequires: perl(Dist::Zilla::Role::AfterRelease)
BuildRequires: perl(Dist::Zilla::Role::BeforeRelease)
BuildRequires: perl(Dist::Zilla::Role::FilePruner)
BuildRequires: perl(Dist::Zilla::Role::GitConfig)
BuildRequires: perl(Dist::Zilla::Role::PluginBundle)
BuildRequires: perl(Dist::Zilla::Role::Releaser)
BuildRequires: perl(Dist::Zilla::Role::VersionProvider)
BuildRequires: perl(Dist::Zilla::Tester)
BuildRequires: perl(Encode)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Copy::Recursive)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(File::Which)
BuildRequires: perl(File::chdir)
BuildRequires: perl(File::pushd)
BuildRequires: perl(Git::Wrapper)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(IPC::System::Simple)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
BuildRequires: perl(Log::Dispatchouli)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(MooseX::Has::Sugar)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(MooseX::Types::Path::Tiny)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(String::Formatter)
BuildRequires: perl(Test::DZil)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(Version::Next)
BuildRequires: perl(constant)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Log::Dispatch::Array)
BuildRequires: perl(strictures)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(aliased)
BuildRequires: perl-devel
BuildRequires: perl(CPAN::Meta::YAML) >= 0.12.0
#won't be catched by urpmi on 586.
BuildRequires: perl(File::Slurp::Tiny) >= 0.3.0
BuildRequires: perl(Module::Build::Tiny) >= 0.39.0
BuildRequires: perl(ExtUtils::InstallPaths) >= 0.11.0
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires: perl(Parse::CPAN::Meta) >= 1.441.700
BuildRequires: perl(Config::INI) >= 0.25.0
BuildRequires: perl(CPAN::Uploader) >= 0.103.9
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.99.0
BuildRequires: perl(Moo) >= 2.0.1
BuildRequires: perl(Perl::Version) >= 1.13.0
BuildRequires: perl(File::ShareDir::Install) >= 0.100.0
BuildRequires: perl(PPI) >= 1.220.0
BuildRequires: perl(Pod::Eventual) >= 0.94
BuildRequires: perl(Mixin::Linewise) >= 0.106.0
BuildRequires: perl(PerlIO::utf8_strict) >= 0.5.0
BuildRequires: perl(Hash::Merge::Simple) >= 0.51.0
BuildRequires: perl(Devel::OverloadInfo)
BuildRequires: perl(Term::Encoding)
BuildRequires: perl(ExtUtils::Config)
BuildRequires: perl(Archive::Tar)
BuildRequires: perl(IO::Compress::Base) >= 2.68.0
BuildRequires: perl(ExtUtils::Helpers)
BuildRequires: perl(Clone)
BuildRequires: perl(Compress::Raw::Bzip2) >= 2.68.0
BuildRequires: perl(Compress::Raw::Zlib) >= 2.68.0
#


BuildArch: noarch

%description
This set of plugins for the Dist::Zilla manpage can do interesting things
for module authors using Git (the http://git-scm.com manpage) to track
their work.

You need Git 1.5.4 or later to use these plugins. Some plugins require a
more recent version of Git for certain features.

The @Git Bundle
    The most commonly used plugins are part of the
    Dist::Zilla::PluginBundle::Git. They are:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.json META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 11 2015 abfonly <abfonly@gmail.com> 2.36.0-3
- (cbfa18d) Log: Update to 2.36.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12851 |14cu|perl-Dist-Zilla-Plugin-Git-Contributors-0.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Dist-Zilla-Plugin-Git-Contributors
%define upstream_version 0.012


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Add contributor names from git to your distribution
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:	perl-devel
BuildRequires:	perl(aliased)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:	perl(Data::Dumper) >= 2.154.0
BuildRequires:	perl(Dist::Zilla) >= 5.37.0
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Eval::Closure)
BuildRequires:	perl(Exporter) >= 5.570.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Git::Wrapper)
BuildRequires:	perl(List::Util) >= 1.420.0
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Moose)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Package::DeprecationManager)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(Pod::Coverage)
BuildRequires:	perl(Safe::Isa)
BuildRequires:	perl(Sort::Versions)
BuildRequires:	perl(TAP::Harness::Env)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(Unicode::Collate)
BuildRequires:	perl(utf8)


BuildArch:	noarch

%description
Add contributor names from git to your distribution.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes

%build
%{__perl} Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*
%changelog

* Sun Jul 12 2015 abfonly <abfonly@gmail.com> 0.12.0-1
- (dab74a2) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12852 |14cu|perl-Dist-Zilla-Plugin-GitHub-0.400.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-GitHub
%define upstream_version 0.40

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Update GitHub repo info on release
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Load)
BuildRequires:	perl(Dist::Zilla::App)
BuildRequires:	perl(Dist::Zilla::Dist::Minter)
BuildRequires:	perl(Dist::Zilla::Role::AfterMint)
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider)
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle::Easy)
BuildRequires:	perl(Dist::Zilla::Role::Releaser)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Git::Wrapper)
BuildRequires:	perl(HTTP::Tiny)
BuildRequires:	perl(IO::Socket::SSL) >= 1.560.0
BuildRequires:	perl(JSON)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Term::ReadKey)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)


BuildArch:  noarch

%description
The following is a list of Plugin in this distribution to help you
integrate GitHub and Dist::Zilla:

* * the Dist::Zilla::Plugin::GitHub::Create manpage Create GitHub repo on
  dzil new

* * the Dist::Zilla::Plugin::GitHub::Update manpage Update GitHub repo info
  on release

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*



%changelog

* Sat Jun 06 2015 abfonly <John@smith.org> 0.400.0-1
- (cbfb5dd) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12853 |14cu|perl-Dist-Zilla-Plugin-GithubMeta-0.540.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-GithubMeta
%define upstream_version 0.54

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Automatically include GitHub meta information in META.yml


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider)
BuildRequires:	perl(IPC::Cmd)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types::URI)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)


BuildArch:	noarch

%description
Dist::Zilla::Plugin::GithubMeta is a the Dist::Zilla manpage plugin to
include GitHub the http://github.com manpage meta information in
'META.yml'.

It automatically detects if the distribution directory is under 'git'
version control and whether the 'origin' is a GitHub repository and will
set the 'repository' and 'homepage' meta in 'META.yml' to the appropriate
URLs for GitHub.

Based on the Module::Install::GithubMeta manpage which was based on the
Module::Install::Repository manpage by Tatsuhiko Miyagawa

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE README META.json Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Fri Jul 10 2015 abfonly <abfonly@gmail.com> 0.540.0-1
- (c0c4903) Log: update to 0.540.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12854 |14cu|perl-Dist-Zilla-Plugin-GitObtain-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-GitObtain
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Obtain files from a git repository before building a distribution

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::BeforeBuild)
BuildRequires:	perl(Dist::Zilla::Role::Plugin)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec::Functions)
BuildRequires:	perl(Git::Wrapper)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This module uses the Git::Wrapper manpage to obtain files from git
repositories before building a distribution.

You may specify the directory that git repositories will be placed into by
following the plugin name ('GitObtain') with a forward slash ('/'), then
the path to the particular directory. For instance, if your _dist.ini_ file
contained the following section:

  [GitObtain/alpha/beta/gamma]
    ...

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun May 31 2015 abfonly <John@smith.org> 0.60.0-1
- (12e5cf2) Log: Update to 0.60.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12855 |14cu|perl-Dist-Zilla-Plugin-InstallRelease-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-InstallRelease
%define upstream_version 0.008

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Installs your dist after releasing
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Role::AfterRelease)
BuildRequires:	perl(Dist::Zilla::Role::Plugin)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(autodie)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)

BuildArch:  noarch

%description
After doing 'dzil release', this plugin will install your dist so you are
always the first person to have the latest and greatest version. It's like
getting first post, only useful.

To use it, add the following in _dist.ini_:

    [InstallRelease]

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Sat Jun 06 2015 abfonly <John@smith.org> 0.8.0-1
- (eb357e6) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12856 |14cu|perl-Dist-Zilla-Plugin-LatestPrereqs-0.400.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-LatestPrereqs
%define upstream_version 0.4

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Adjust prereqs to use latest version available

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CPAN)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
This plugin will filter over all your declared or discovered prerequisites,
contact CPAN, and adjust the version to the latest one available.

This will make sure that your module will be installed with the latest
version available on CPAN at the time you built your package.

The most common use for this techinique is for the Task manpage modules.
You can rebuild your Task module on a regular basis to make sure it has the
latest versions of your dependencies.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun May 31 2015 abfonly <John@smith.org> 0.400.0-1
- (335e1f1) Log: Update to 0.400.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12857 |14cu|perl-Dist-Zilla-Plugin-LocaleMsgfmt-1.203.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-LocaleMsgfmt
%define upstream_version 1.203

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Dist::Zilla plugin that compiles Local::Msgfmt .po files to .mo files
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::BeforeBuild)
BuildRequires:	perl(Locale::Msgfmt)
BuildRequires:	perl(Moose)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(Test::File)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildArch:	noarch

%description
Put the following in your dist.ini

    [LocaleMsgfmt]
    locale = share/locale ;; (optional)

This plugin will compile all of the .po files it finds in the locale
directory into .mo files, via Locale::Msgfmt.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 1.203.0-2
- (2369096) Log: Fixed tests, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12858 |14cu|perl-Dist-Zilla-Plugin-MakeMaker-Awesome-0.380.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MakeMaker-Awesome
%define upstream_version 0.38

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    A more awesome MakeMaker plugin for Dist::Zilla
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl-devel
BuildRequires: perl(Dist::Zilla::File::InMemory)
BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker)
BuildRequires: perl(Dist::Zilla::Role::BuildRunner)
BuildRequires: perl(Dist::Zilla::Role::InstallTool)
BuildRequires: perl(Dist::Zilla::Role::TestRunner)
BuildRequires: perl(Dist::Zilla::Role::TextTemplate)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Autobox)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(CPAN::Meta::Check)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(MooseX::Types::Stringlike) 
BuildRequires: perl(Dist::CheckConflicts)
BuildRequires: perl(Pod::Coverage)
BuildRequires: perl(Log::Dispatch::Array)
BuildRequires: perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Config::INI::Reader) >= 0.25.0
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(MooseX::LazyRequire) >= 0.110.0
BuildRequires: perl(aliased)

Obsoletes: perl-Dist-Zilla-Plugin-OverridableMakeMaker

BuildArch: noarch

%description
the Dist::Zilla manpage's Dist::Zilla::Plugin::MakeMaker plugin is limited,
if you want to stray from the marked path and do something that would
normally be done in a 'package MY' section or otherwise run custom code in
your _Makefile.PL_ you're out of luck.

This plugin is 100% compatable with the Dist::Zilla::Plugin::MakeMaker
manpage, but if you need something more complex you can just subclass it:

Then, in your _dist.ini_:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENCE README META.json
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 0.380.0-1
- (a5188fb) Log: Update to 0.380.0
- (a5188fb) fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12859 |14cu|perl-Dist-Zilla-Plugin-MatchManifest-4.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MatchManifest
%define upstream_version 4.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Ensure that MANIFEST is correct

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla) >= 4.101.780
BuildRequires:	perl(Dist::Zilla::Tester) >= 4.102.343
BuildRequires:	perl(Moose) >= 0.650.0
BuildRequires:	perl(Throwable)
BuildRequires:	perl(Moose::Autobox) >= 0.90.0
BuildRequires:	perl(Text::Diff)
BuildRequires:	perl(Role::HasMessage)
BuildRequires:	perl(Role::Identifiable::HasIdent)
BuildRequires:	perl(autodie)
BuildRequires:	perl(MooseX::OneArgNew)
BuildRequires:	perl(Test::Fatal) >= 0.3.0
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::More) >= 0.880.0
BuildRequires:	perl(Dist::Zilla::Role::InstallTool)
BuildRequires:	perl(Config::MVP::Reader::INI)
BuildRequires:	perl(Config::INI::MVP::Reader)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(Try::Tiny)

BuildArch:	noarch

%description
If included, this plugin will ensure that the distribution contains a
_MANIFEST_ file and that its contents match the files collected by
Dist::Zilla. If not, it will display the differences and (if STDIN & STDOUT
are TTYs) offer to update the _MANIFEST_.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
# newer ExtUtils::MakeMaker needed
rm -rf t/10-manifest.t

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Mon Jun 01 2015 abfonly <John@smith.org> 4.20.0-1
- (5a7035d) Log: Update to 4.20.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12860 |14cu|perl-Dist-Zilla-Plugin-Mercurial-0.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Mercurial
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Check for modified/removed/unknown files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::Kwalitee)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(IPC::System::Simple)
BuildRequires:	perl(autodie)
BuildRequires:	perl(namespace::autoclean)


BuildArch:	noarch

%description
This plugin provides Mercurial support for the Dist::Zilla manpage.
Currently, it supports checking that the working copy is clean before
release, tagging, and pushing changes to the remote. The tag plugin also
checks before tagging to make sure that the tag it wants to use is unique.

Currently, this plugin does not support committing, so it won't play nice
with plugins that make changes to the working copy before release. Patches
are welcome.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jul 11 2015 abfonly <abfonly@gmail.com> 0.80.0-1
- (b23449b) Log: Update to 0.80.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12861 |14cu|perl-Dist-Zilla-Plugin-MetaData-BuiltWith-1.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MetaData-BuiltWith
%define upstream_version 1.004003

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Go overkill and report everything in all name-spaces

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Role::ConfigDumper)
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider)
BuildRequires:	perl(Dist::Zilla::Util::EmulatePhase)
BuildRequires:	perl(Dist::Zilla::Util::Test::KENTNL)
BuildRequires:	perl(Dist::Zilla::Util::ConfigDumper)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::Data) >= 0.7.0
BuildRequires:	perl(Devel::CheckBin)
BuildRequires:	perl(recommended)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(aliased)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Path::ScanINC)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(CPAN::Meta) >= 2.150.5

BuildArch:	noarch

%description
Often, distribution authors get module dependencies wrong. So in such
cases, its handy to be able to see what version of various packages they
built with.

Some would prefer to demand everyone install the same version as they did,
but that's also not always necessary.

Hopefully, the existence of the metadata provided by this module will help
users on their end machines make intelligent choices about what modules to
install in the event of a problem.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 1.4.3-1
- (36e7f98) Log: Update to 1.4.3
- (36e7f98) fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12862 |14cu|perl-Dist-Zilla-Plugin-MetaProvides-2.1.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MetaProvides
%define upstream_version 2.001011

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	When nothing else works, pull in hand-crafted metadata from a specified file
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Class::Discover)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(ExtUtils::Manifest) >= 1.560.0
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::Find::Rule::Perl)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Module::Extract::Namespaces)
BuildRequires:	perl(Module::Extract::VERSION)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(Path::Class::Dir)
BuildRequires:	perl(Path::Class::File)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Perl::Critic)
BuildRequires:	perl(YAML::Tiny)
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Dist::Zilla::Util::Test::KENTNL)
BuildRequires:	perl(Dist::Zilla::Util::ConfigDumper)
BuildRequires:	perl(recommended)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Hash::Merge::Simple)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

Requires: perl(Module::Extract::Namespaces)
Requires: perl(Module::Extract::VERSION)
Requires: perl(aliased)

BuildArch:	noarch

%description
This Distribution Contains a small bundle of plugins for various ways of
populating the 'META.yml' that is built with your distribution.

The initial reason for this is due to stuff that uses the MooseX::Declare
manpage style class definitions not being parseable by many tools upstream,
so this is here to cover this problem by defining it in the metadata.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 2.1.11-1
- (354dffe) Log: Update to 2.1.11
- (354dffe) fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12863 |14cu|perl-Dist-Zilla-Plugin-MetaProvides-Class-2.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# this is included in Dist-Zilla 6
# to be dropped.

%define upstream_name    Dist-Zilla-Plugin-MetaProvides-Class
%define upstream_version 2.001000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Scans files and tries to identify classes using Class::Discover
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl-base
BuildRequires:	perl(Class::Discover)
BuildRequires:	perl(Dist::Zilla::App::Tester)
BuildRequires:	perl(Dist::Zilla::MetaProvides::ProvideRecord)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides)
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider::Provider)
BuildRequires:	perl(Dist::Zilla::Util::Test::KENTNL)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(MooseX::Declare)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(strict)
BuildRequires:	perl(utf8)
BuildRequires:	perl(warnings)
BuildRequires:	perl(recommended)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Exception::Class)
BuildArch:	noarch

%description
Scans files and tries to identify classes using Class::Discover.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Mon Jun 20 2016 abfonly <abfonly@gmail.com> 2.1.0-2
- (41645a1) Log: Fixed BR and tests, bump rel
- (41645a1) TODO:
- (41645a1) ##############
- (41645a1) When update Dist-Zilla >= 6.0 drop this



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12864 |14cu|perl-Dist-Zilla-Plugin-MetaProvides-FromFile-2.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MetaProvides-FromFile
%define upstream_version 2.001001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	If nothing else works, pull in hand-crafted metadata from a specified file
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Config::INI::Reader)
BuildRequires:	perl(Dist::Zilla::App::Tester)
BuildRequires:	perl(Dist::Zilla::MetaProvides::ProvideRecord)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides)
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider::Provider)
BuildRequires:	perl(Dist::Zilla::Util::ConfigDumper)
BuildRequires:	perl(Dist::Zilla::Util::Test::KENTNL)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(recommended)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0

BuildArch:	noarch

%description
If nothing else works, pull in hand-crafted metadata from a specified file.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Mon Jun 20 2016 abfonly <abfonly@gmail.com> 2.1.1-1
- (bd3c649) Log: Update to 2.1.1
- (bd3c649) Fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12865 |14cu|perl-Dist-Zilla-Plugin-MetaProvides-Package-2.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MetaProvides-Package
%define upstream_version 2.003002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Extract namespaces/version from traditional packages for provides
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::App::Tester)
BuildRequires:	perl(Dist::Zilla::MetaProvides::ProvideRecord)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides)
BuildRequires:	perl(Dist::Zilla::Role::MetaProvider::Provider)
BuildRequires:	perl(Dist::Zilla::Util::Test::KENTNL)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::Extract::Namespaces)
BuildRequires:	perl(Module::Extract::VERSION)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Throwable)
BuildRequires:	perl(Module::Metadata) >=  1.0.27
BuildRequires:	perl(Data::Dump)
BuildRequires:	perl(Safe::Isa)
BuildRequires:	perl(recommended)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(Exception::Class)
BuildArch:	noarch

%description
Extract namespaces/version from traditional packages for provides.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Mon Jun 20 2016 abfonly <abfonly@gmail.com> 2.3.2-1
- (c6ad95b) Log: Update to 2.3.2
- (c6ad95b) Fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12866 |14cu|perl-Dist-Zilla-Plugin-MinimumPerl-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-MinimumPerl
%define upstream_version 1.006

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Detects the minimum version of Perl required for your dist

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::PrereqSource)
BuildRequires:	perl(Dist::Zilla::Role::FileFinderUser)
BuildRequires:	perl(Dist::Zilla::Role::FileFinderUser)
BuildRequires:	perl(MooseX::Types::Perl)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Perl::MinimumVersion)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(MooseX::Types::Perl)
BuildRequires:	perl(Test::Apocalypse)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Module::Build::Tiny) 

BuildArch:	noarch

%description
This plugin uses the Perl::MinimumVersion manpage to automatically find the
minimum version of Perl required for your dist and adds it to the prereqs.
You can specify a version of Perl to override the scanning logic.


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 03 2015 abfonly <John@smith.org> 1.6.0-1
- (5d89b13) Log: Update to 1.6.0, backport all BR and enable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12867 |14cu|perl-Dist-Zilla-Plugin-ModuleBuild-XSOrPP-0.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ModuleBuild-XSOrPP
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Add a --pp option to your Build.PL to force an XS-less build

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
Use this plugin instead of the regular 'ModuleBuild' plugin. It generates a
_Build.PL_ which accepts a '--pp' flag to forcible disable XS compilation.
Obviously, this is only useful if your module can work without its XS
component.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 03 2015 abfonly <John@smith.org> 0.40.0-1
- (2dd5986) Log: Update to 0.40.0, fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12868 |14cu|perl-Dist-Zilla-Plugin-ModuleInstall-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ModuleInstall
%define upstream_version 1.001001

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(inc::Module::Install\\)'
%else
%define _requires_exceptions perl(inc::Module::Install)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Build Module::Install based Distributions with Dist::Zilla
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl-devel
BuildRequires: perl(Dist::Zilla::File::InMemory)
BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker::Runner)
BuildRequires: perl(Dist::Zilla::Role::BuildRunner)
BuildRequires: perl(Dist::Zilla::Role::InstallTool)
BuildRequires: perl(Dist::Zilla::Role::PrereqSource)
BuildRequires: perl(Dist::Zilla::Role::Tempdir) >= 1.1.1
BuildRequires: perl(Dist::Zilla::Role::TestRunner)
BuildRequires: perl(Dist::Zilla::Role::TextTemplate)
BuildRequires: perl(Dist::Zilla::Util::ConfigDumper)
BuildRequires: perl(Dist::Zilla::Util::Test::KENTNL)
BuildRequires: perl(Eval::Closure)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Install)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Autobox)
BuildRequires: perl(Package::DeprecationManager)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(recommended)
BuildRequires: perl(aliased)
BuildRequires: perl(Log::Dispatch::Array)
BuildRequires: perl(strictures)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(CPAN::Meta::Merge)
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(CPAN::Meta::YAML) >= 0.11.0
BuildRequires: perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires: perl(Config::INI::Reader) >= 0.25.0
BuildArch:	noarch

%description
This module will create a _Makefile.PL_ for installing the dist using 
the Module::Install manpage.

It is at present a very minimal feature set, but it works.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Mon Jun 20 2016 abfonly <abfonly@gmail.com> 1.1.1-1
- (0b9d9b4) Log: Update to 1.1.1
- (0b9d9b4) fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12869 |14cu|perl-Dist-Zilla-Plugin-OurPkgVersion-0.80.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-OurPkgVersion
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	No line insertion and does Package version with our
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl-devel
BuildRequires: perl(Dist::Zilla::Role::FileFinderUser)
BuildRequires: perl(Dist::Zilla::Role::FileMunger)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types::Perl)
BuildRequires: perl(PPI)
BuildRequires: perl(Test::DZil)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Version)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Log::Dispatch::Array)
BuildRequires: perl(strictures)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(aliased)
BuildRequires: perl(CPAN::Meta::Merge)
BuildRequires: perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires: perl(Config::INI::Reader) >= 0.25.0
BuildRequires: perl(Pod::Eventual)

BuildArch:	noarch

%description
This module was created as an alternative to the
Dist::Zilla::Plugin::PkgVersion manpage and uses some code from that
module. This module is designed to use a the more readable format 'our
$VERSION = $version;' as well as not change then number of lines of code in
your files, which will keep your repository more in sync with your CPAN
release. It also allows you slightly more freedom in how you specify your
version.

EXAMPLES
    in dist.ini

    	...
    	version = 0.01;
    	[OurPkgVersion]

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jun 20 2016 abfonly <abfonly@gmail.com> 0.80.0-2
- (737ae36) Log: Fixed BR and tests, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12870 |14cu|perl-Dist-Zilla-Plugin-PerlTidy-0.210.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-PerlTidy
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Perltidy your dist
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::Next)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(Perl::Tidy)
BuildRequires:	perl(Path::Iterator::Rule)
BuildRequires:	perl(Term::Encoding)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(Getopt::Long::Descriptive)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0

BuildArch:	noarch

%description
Perltidy your dist.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jun 20 2016 abfonly <abfonly@gmail.com> 0.210.0-2
- (f39d483) Log: Fixed BR and tests
- (f39d483) bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12871 |14cu|perl-Dist-Zilla-Plugin-PodLoom-5.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-PodLoom
%define upstream_version 5.001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Process module documentation through Pod::Loom

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Role::ModuleInfo)
BuildRequires:	perl(Hash::Merge::Simple)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Pod::Loom)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(CPAN::Meta) >= 2.150.5

BuildArch:	noarch

%description
If included, this plugin will process each _.pm_ and _.pod_ file under
_lib_ or in the root directory through Pod::Loom.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml META.json LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jul 28 2015 abfonly <abfonly@gmail.com> 5.1.0-1
- (6fc4084) Log: Update to 5.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12872 |14cu|perl-Dist-Zilla-Plugin-PodWeaver-4.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-PodWeaver
%define upstream_version 4.006

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Do horrible things to POD, producing better docs


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::FileFinderUser)
BuildRequires:	perl(Dist::Zilla::Role::FileMunger) 
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Pod::Elemental::PerlMunger)
BuildRequires:	perl(Pod::Weaver::Config::Assembler)
BuildRequires:	perl(Pod::Weaver)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)

BuildArch:	noarch

# not auto-detected
Requires:	perl(Pod::Elemental::PerlMunger)

%description
PodWeaver is a work in progress, which rips apart your kinda-POD and
reconstructs it as boring old real POD.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.yml META.json 
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Fri Jun 05 2015 abfonly <John@smith.org> 4.6.0-1
- (160e67f) Log: Update to 4.6.0, fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12873 |14cu|perl-Dist-Zilla-Plugin-Prepender-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Prepender
%define upstream_version 2.002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Prepend lines at the top of your perl files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/J/JQ/JQUELIN/Dist-Zilla-Plugin-Prepender-%{upstream_version}.tar.gz

BuildRequires:	perl(base)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Dist::Zilla::Role::FileMunger)
BuildRequires:	perl(Dist::Zilla::Tester)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.12.0
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(Pod::Eventual)

BuildArch:	noarch

%description
This plugin will prepend the specified lines in each Perl module or
program within the distribution. For scripts having a shebang line,
lines will be inserted just after it.

This is useful to enforce a set of pragmas to your files (since pragmas
are lexical, they will be active for the whole file), or to add some
copyright comments, as the fsf recommends.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Fri Sep 04 2015 abfonly <abfonly@gmail.com> 2.2.0-1
- (5b30a29) Log: Update to 2.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12874 |14cu|perl-Dist-Zilla-Plugin-PurePerlTests-0.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-PurePerlTests
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Run all your tests twice, once with XS code and once with pure Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla) >= 5.34.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Moose)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)


BuildArch:	noarch

%description
This plugin is for modules which ship with a dual XS/pure Perl
implementation.

The plugin makes a copy of all your tests when doing release testing (via
'dzil test' or 'dzil release'). The copy will set an environment value that
you specify in a 'BEGIN' block. You can use this to force your code to not
load the XS implementation.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README.* META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jul 11 2015 abfonly <abfonly@gmail.com> 0.50.0-1
- (f33c790) Log: Update to 0.50.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12875 |14cu|perl-Dist-Zilla-Plugin-ReadmeAnyFromPod-0.161.170-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ReadmeAnyFromPod
%define upstream_version 0.161170

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Automatically convert POD to a README in any format for Dist::Zilla
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Dist::Zilla::File::InMemory)
BuildRequires: perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires: perl(Dist::Zilla::Role::AfterBuild)
BuildRequires: perl(Dist::Zilla::Role::File::ChangeNotification)
BuildRequires: perl(Dist::Zilla::Role::FileGatherer)
BuildRequires: perl(Dist::Zilla::Role::FileMunger)
BuildRequires: perl(Dist::Zilla::Role::FilePruner)
BuildRequires: perl(Dist::Zilla::Role::PluginBundle::Easy)
BuildRequires: perl(Encode)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(List::Util)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Autobox)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(MooseX::Has::Sugar)
BuildRequires: perl(PPI::Document)
BuildRequires: perl(Path::Tiny) >= 0.4.0
BuildRequires: perl(Pod::Markdown)
BuildRequires: perl(Pod::Simple::HTML) >= 3.230.0
BuildRequires: perl(Pod::Simple::Text) >= 3.230.0
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::DZil)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Most)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(autodie)
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Log::Dispatch::Array)
BuildRequires: perl(strictures)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(aliased)
BuildRequires: perl(CPAN::Meta::Merge)
BuildRequires: perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires: perl(Config::INI::Reader) >= 0.25.0
BuildRequires: perl(Archive::Tar)

BuildArch:  noarch

%description
Generates a README for your the Dist::Zilla manpage powered dist from its
'main_module' in any of several formats. The generated README can be
included in the build or created in the root of your dist for e.g.
inclusion into version control.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Mon Jun 20 2016 abfonly <abfonly@gmail.com> 0.161.170-1
- (8d574b4) Log: Update to 0.161.170
- (8d574b4) fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12876 |14cu|perl-Dist-Zilla-Plugin-ReadmeFromPod-0.320.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ReadmeFromPod
%define upstream_version 0.32

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Automatically convert POD to a README for Dist::Zilla

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Pod::Text)
BuildRequires:	perl(Pod::Readme)
BuildRequires:	perl(namespace::autoclean)


BuildArch:	noarch

%description
Generate the README from 'main_module' by the Pod::Text manpage

The code is mostly a copy-paste of the Module::Install::ReadmeFromPod
manpage

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri Jun 05 2015 abfonly <John@smith.org> 0.320.0-1
- (71246a7) Log: Update to 0.320.0, fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12877 |14cu|perl-Dist-Zilla-Plugin-ReadmeMarkdownFromPod-0.141.140-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ReadmeMarkdownFromPod
%define upstream_version 0.141140

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Automatically convert POD to a README.mkdn for Dist::Zilla

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::File::InMemory)
BuildRequires:	perl(Dist::Zilla::Role::InstallTool)
BuildRequires:	perl(Dist::Zilla::Role::FileWatcher)
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeFromPod) >= 0.320.0
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeAnyFromPod)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Pod::Markdown)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(PPI::Document)
BuildRequires:	perl(Archive::Tar)
BuildArch:	noarch

%description
Generate a README.mkdn from 'main_module' by the Pod::Markdown manpage

The code is mostly a copy-paste of the Dist::Zilla::Plugin::ReadmeFromPod
manpage

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jun 20 2016 abfonly <abfonly@gmail.com> 0.141.140-2
- (d79d11c) Log: Fixed BR and tests
- (d79d11c) bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12878 |14cu|perl-Dist-Zilla-Plugin-ReportVersions-Tiny-1.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-ReportVersions-Tiny
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Reports dependency versions during testing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Dist::Zilla) >= 5.37.0
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose) >= 2.140.500
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(vars)
BuildRequires:	perl(namespace::autoclean)


BuildArch:	noarch

%description
This module integrates with the Dist::Zilla manpage to automatically add an
additional test to your released software. Rather than testing features of
the software, this reports the versions of all static module dependencies,
and of Perl, at the time the tests are run.

The value of this is that when someone submits a test failure report you
can see which versions of the modules were installed and, hopefully, be
able to reproduce problems that are dependent on a specific set of module
versions.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml META.json LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jul 11 2015 abfonly <abfonly@gmail.com> 1.120.0-1
- (8ddf948) Log: Update to 1.120.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12879 |14cu|perl-Dist-Zilla-Plugins-CJM-4.270.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugins-CJM
%define upstream_version 4.27

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Allow a dist to have a custom Build.PL


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Git::Wrapper)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(CPAN::Meta::Requirements)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(Dist::Zilla::Plugin::MakeMaker)
BuildRequires:	perl(Eval::Closure)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(Module::Metadata)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(Package::DeprecationManager)
BuildRequires:	perl(Parse::CPAN::Meta)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(autodie)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(version)
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(Pod::Eventual)
BuildRequires:	perl(Archive::Tar)

BuildArch:	noarch

%description
Plugins implementing ModuleInfo may call their own 'get_module_info' method
to construct a the Module::Build::ModuleInfo manpage object.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.yml META.json LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Tue Sep 15 2015 abfonly <abfonly@gmail.com> 4.270.0-1
- (bbc36a1) Log: Update to 4.270.0
- (bbc36a1) fixed new BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12880 |14cu|perl-Dist-Zilla-Plugin-TaskWeaver-0.101.626-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-TaskWeaver
%define upstream_version 0.101626

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Dist::Zilla::Plugin::TaskWeaver's helper

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Pod::Elemental)
BuildRequires:	perl(Pod::Weaver)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
The TaskWeaver plugin acts just like the PodWeaver plugin, but gets its
claws just a bit into your Pod::Weaver configuration and then uses them to
figure out prerequisites and grouping for building a Task distribution.

The 'Task::' namespace is used for libraries that do not have any code of
their own, but are just ways of getting a lot of other libraries installed
at once. In other words, they're just prerequisites with no actual logic.

TaskWeaver expects that your _.pm_ file will have Pod like the following:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Mon Jun 20 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.101.626-4
- (035ad04) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12881 |14cu|perl-Dist-Zilla-Plugin-Test-CheckChanges-2.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Test-CheckChanges
%define upstream_version 2.000004

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Release tests for checking changes
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/D/DO/DOHERTY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Test::CheckChanges)
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(autodie)
BuildRequires:	perl(strict)
BuildRequires:	perl(version) 
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0

# Renamed upstream
Obsoletes:  perl-Dist-Zilla-Plugin-CheckChangesTests < %{EVRD}
Provides:   perl-Dist-Zilla-Plugin-CheckChangesTests = %{EVRD}

BuildArch:  noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/check-changes.t - a standard Test::CheckChanges test

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README.*
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Wed Jun 22 2016 abfonly <abfonly@gmail.com> 2.0.4-1
- (7a9686c) Log: Update to 2.0.4
- (7a9686c) fixed BR and test



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12882 |14cu|perl-Dist-Zilla-Plugin-Test-Compile-2.54.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Test-Compile
%define upstream_version 2.054

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Common tests to check syntax of your modules
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Data::Section)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::File::InMemory)
BuildRequires:	perl(Dist::Zilla::Role::FileFinderUser)
BuildRequires:	perl(Dist::Zilla::Role::FileGatherer)
BuildRequires:	perl(Dist::Zilla::Role::FileMunger)
BuildRequires:	perl(Dist::Zilla::Role::PrereqSource)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(Sub::Exporter::ForMethods)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(CPAN::Meta::Check)
BuildRequires:	perl(Perl::PrereqScanner)
BuildRequires:	perl(Test::MinimumVersion)
BuildRequires:	perl(Test::Warnings)
BuildRequires:	perl(Pod::Coverage)
BuildRequires:	perl(Dist::CheckConflicts)
BuildRequires:	perl(CPAN::Meta::Validator)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0


# Dist::Zilla::Plugin::CompileTests	(DEPRECATED) common tests to check syntax of your modules
# http://search.cpan.org/~jquelin/Dist-Zilla-Plugin-Test-Compile-2.001/
Obsoletes:	perl-Dist-Zilla-Plugin-CompileTests = 1.110.930
Obsoletes:	perl(Dist::Zilla::Plugin::CompileTests) < %{EVRD}
Provides:	perl-Dist-Zilla-Plugin-CompileTests = %{EVRD}
Provides:	perl(Dist::Zilla::Plugin::CompileTests) = %{EVRD}

BuildArch:	noarch

%description
Common tests to check syntax of your modules, 
only using core modules.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE README META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 21 2016 abfonly <abfonly@gmail.com> 2.54.0-1
- (db0fd09) Log: Update to 2.54.0
- (db0fd09) fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12883 |14cu|perl-Dist-Zilla-Plugin-Test-CPAN-Changes-0.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Test-CPAN-Changes
%define upstream_version 0.012

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Release tests for your changelog

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(Dist::Zilla::Role::FileMunger)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::CPAN::Changes)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0

BuildArch:	noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following file:

    xt/release/cpan-changes.t - a standard Test::CPAN::Changes test

See the Test::CPAN::Changes manpage for what this test does.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README.* Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 21 2016 abfonly <abfonly@gmail.com> 0.12.0-1
- (2b5fff3) Log: Update to 0.12.0
- (2b5fff3) fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12884 |14cu|perl-Dist-Zilla-Plugin-Test-DistManifest-2.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Test-DistManifest
%define upstream_version 2.000005

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2
Summary:    Release tests for the manifest
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/D/DO/DOHERTY/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::DistManifest)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(autodie)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0


Obsoletes:  perl-Dist-Zilla-Plugin-DistManifestTests < %{EVRD}
Provides:   perl-Dist-Zilla-Plugin-DistManifestTests = %{EVRD}

BuildArch:  noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/dist-manifest.t - a standard Test::DistManifest test

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README.*
%{_mandir}/man3/*
%perl_vendorlib/*



%changelog

* Thu Jun 23 2016 abfonly <abfonly@gmail.com> 2.0.5-2
- (4f1a640) Log: Fixed BR and tests, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12885 |14cu|perl-Dist-Zilla-Plugin-Test-EOL-0.180.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Test-EOL
%define upstream_version 0.18

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2
Summary:    Author tests making sure correct line endings are used
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Spec::Functions)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::EOL)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Script)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(strict)
BuildRequires:	perl(version)
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Test::Warnings)
BuildRequires:	perl(Pod::Coverage)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0

Obsoletes:	perl-Dist-Zilla-Plugin-EOLTests < %{EVRD}
Provides:	perl-Dist-Zilla-Plugin-EOLTests = %{EVRD}

BuildArch:  noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files:

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Thu Jun 23 2016 abfonly <abfonly@gmail.com> 0.180.0-2
- (83bea5b) Log: Fixed BR and tests, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12886 |14cu|perl-Dist-Zilla-Plugin-Test-Kwalitee-2.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Test-Kwalitee
%define upstream_version 2.12

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Release tests for kwalitee
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Data::Section)
BuildRequires:	perl(Dist::Zilla::File::InMemory)
BuildRequires:	perl(Dist::Zilla::Role::FileGatherer)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(Dist::Zilla::Tester)
BuildRequires:	perl(English)
BuildRequires:	perl(Eval::Closure)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path) >= 2.70.0
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Package::DeprecationManager)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::Kwalitee)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(autodie)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Class::XSAccessor)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(Pod::Coverage)

Provides:	perl-Dist-Zilla-Plugin-KwaliteeTests = %{EVRD}
Obsoletes:	perl-Dist-Zilla-Plugin-KwaliteeTests < %{EVRD}


BuildArch:  noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/kwalitee.t - a standard Test::Kwalitee test

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 2.120.0-1
- (3a67e39) Log: Update to 2.120.0
- (3a67e39) fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12887 |14cu|perl-Dist-Zilla-Plugin-Test-MinimumVersion-2.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Test-MinimumVersion
%define upstream_version 2.000006

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Release tests for minimum required versions
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/D/DO/DOHERTY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::MinimumVersion)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0

Obsoletes:  perl-Dist-Zilla-Plugin-MinimumVersionTests < %{EVRD}
Provides:   perl-Dist-Zilla-Plugin-MinimumVersionTests = %{EVRD}

BuildArch:  noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/minimum-version.t - a standard Test::MinimumVersion test

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README.*
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Mon Jun 20 2016 abfonly <abfonly@gmail.com> 2.0.6-2
- (12d167d) Log: Fixed tests, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12888 |14cu|perl-Dist-Zilla-Plugin-Test-Perl-Critic-3.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Test-Perl-Critic
%define upstream_version 3.000

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2
Summary:    Tests to check your code against best practices
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/J/JQ/JQUELIN/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Data::Section)
BuildRequires:	perl(Dist::Zilla::File::InMemory)
BuildRequires:	perl(Dist::Zilla::Role::FileGatherer)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Moose::Util)
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(autodie)
BuildRequires:	perl(Test::Perl::Critic)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0

# renamed upstream
Obsoletes: perl-Dist-Zilla-Plugin-CriticTests < %{EVRD}
Provides:  perl-Dist-Zilla-Plugin-CriticTests = %{EVRD}

BuildArch:  noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files:

* * t/author/critic.t - a standard test to check your code against best
  practices

This plugin does not accept any option yet.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml README examples
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Jun 23 2016 abfonly <abfonly@gmail.com> 3.0.0-2
- (7a37e4c) Fixed BR and tests, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12889 |14cu|perl-Dist-Zilla-Plugin-Test-PodSpelling-2.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Test-PodSpelling
%define upstream_version 2.007002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Release tests for POD spelling
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cwd)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(Dist::Zilla::Role::FileFinderUser)
BuildRequires:	perl(Dist::Zilla::Role::FileMunger)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(Dist::Zilla::Tester)
BuildRequires:	perl(English)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Spec::Functions)
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Util)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Test::Script)
BuildRequires:	perl(Test::Spelling)
BuildRequires:	perl(Test::Tester)
BuildRequires:	perl(strict)
BuildRequires:	perl(utf8)
BuildRequires:	perl(version)
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Pod::Coverage)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Test::Needs)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(Pod::Eventual)

Obsoletes:  perl-Dist-Zilla-Plugin-PodSpellingTests < %{EVRD}
Provides:   perl-Dist-Zilla-Plugin-PodSpellingTests = %{EVRD}

BuildArch:  noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/pod-spell.t - a standard Test::Spelling test

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# no parallel here
make test

%install
%makeinstall_std

%files
%doc CONTRIBUTING Changes LICENCE META.json META.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Mon Jun 20 2016 abfonly <abfonly@gmail.com> 2.7.2-1
- (ba62482) Log: Update to 2.7.2
- (ba62482) fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12890 |14cu|perl-Dist-Zilla-Plugin-Test-Portability-2.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Test-Portability
%define upstream_version 2.000007

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Release tests for portability
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/D/DO/DOHERTY/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(Dist::Zilla::Role::FileMunger)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(Test::Portability::Files)
BuildRequires:	perl(autodie)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0

# Name changed upstream
Obsoletes:  perl-Dist-Zilla-Plugin-PortabilityTests < %{EVRD}
Obsoletes:  perl(Dist::Zilla::Plugin::PortabilityTests) < %{EVRD}

Provides:   perl-Dist-Zilla-Plugin-PortabilityTests = %{EVRD}

BuildArch:  noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/portability.t - a standard Test::Portability::Files test

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README.*
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Mon Jun 20 2016 abfonly <abfonly@gmail.com> 2.0.7-1
- (cfc6512) Log; Update to 2.0.7
- (cfc6512) fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12891 |14cu|perl-Dist-Zilla-Plugin-Test-ReportPrereqs-0.21.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Test-ReportPrereqs
%define upstream_version 0.021


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Report on prerequisite versions during automated testing
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Data::Section) >= 0.200.2
BuildRequires: perl(Dist::Zilla) >= 5.00
BuildRequires: perl(Dist::Zilla::File::FromCode)
BuildRequires: perl(Dist::Zilla::File::InMemory)
BuildRequires: perl(Dist::Zilla::Role::FileGatherer)
BuildRequires: perl(Dist::Zilla::Role::PrereqSource)
BuildRequires: perl(Dist::Zilla::Tester)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::pushd)
BuildRequires: perl(Moose)
BuildRequires: perl(Sub::Exporter::ForMethods)
BuildRequires: perl(Test::Harness)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Log::Dispatch::Array)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(aliased)
BuildRequires: perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires: perl(Config::INI::Reader) >= 0.25.0
BuildRequires: perl(Perl::PrereqScanner)

BuildArch:  noarch

%description
Report on prerequisite versions during automated testing

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sun Jul 12 2015 abfonly <abfonly@gmail.com> 0.21.0-1
- (f210adc) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12892 |14cu|perl-Dist-Zilla-Plugin-Test-Synopsis-2.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Test-Synopsis
%define upstream_version 2.000007

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Release tests for synopses
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/D/DO/DOHERTY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(Test::Synopsis)
BuildRequires:	perl(autodie)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0

Obsoletes:  perl-Dist-Zilla-Plugin-SynopsisTests < %{EVRD}
Provides:   perl-Dist-Zilla-Plugin-SynopsisTests = %{EVRD}

BuildArch:  noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following files

  xt/release/synopsis.t - a standard Test::Synopsis test

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README.*
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Mon Jun 20 2016 abfonly <abfonly@gmail.com> 2.0.7-1
- (8f1b7f2) Log: Update to 2.0.7
- (8f1b7f2) fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12893 |14cu|perl-Dist-Zilla-Plugin-Test-UnusedVars-2.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Test-UnusedVars
%define upstream_version 2.000007

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Release tests for unused variables
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/D/DO/DOHERTY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFiles)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::More) 
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(Test::Vars)
BuildRequires:	perl(autodie)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0

Obsoletes:  perl-Dist-Zilla-Plugin-UnusedVarsTests < %{EVRD}
Provides:   perl-Dist-Zilla-Plugin-UnusedVarsTests = %{EVRD}

BuildArch:  noarch

%description
This is an extension of the Dist::Zilla::Plugin::InlineFiles manpage,
providing the following file:

  xt/release/unused-vars.t - a standard Test::Vars test

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README.*
%{_mandir}/man3/*
%dir %{perl_vendorlib}
%{perl_vendorlib}/*


%changelog

* Tue Jun 21 2016 abfonly <abfonly@gmail.com> 2.0.7-2
- (6612636) Fixed BR, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12894 |14cu|perl-Dist-Zilla-Plugin-Twitter-0.26.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Plugin-Twitter
%define upstream_version 0.026

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Twitter when you release with Dist::Zilla
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl-base
BuildRequires:	perl(Carp)
BuildRequires:	perl(Data::Visitor::Callback)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::App::Tester)
BuildRequires:	perl(Dist::Zilla::Role::AfterRelease)
BuildRequires:	perl(Dist::Zilla::Role::Releaser)
BuildRequires:	perl(Dist::Zilla::Role::TextTemplate)
BuildRequires:	perl(Dist::Zilla::Tester)
BuildRequires:	perl(Dist::Zilla::Util)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Try::Tiny)


BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(JSON::Any)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Math::BigFloat)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::MultiInitArg)
BuildRequires:	perl(Net::Netrc)
BuildRequires:	perl(Net::Twitter)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(WWW::Shorten::Simple)
BuildRequires:	perl(WWW::Shorten::TinyURL)
BuildRequires:	perl(WWW::Shorten)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(utf8)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0
BuildArch:	noarch

%description
This plugin will use the Net::Twitter manpage with the login and password
in your '.netrc' file to send a release notice to Twitter. By default, it
will include a link to your README file as extracted on a fast CPAN mirror.
This works very nicely with the Dist::Zilla::Plugin::ReadmeFromPod manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test || :

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Tue Jun 21 2016 abfonly <abfonly@gmail.com> 0.26.0-2
- (368c781) Log: Drop tests , bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12895 |14cu|perl-Dist-Zilla-Role-Bootstrap-1.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Role-Bootstrap
%define upstream_version 1.001003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Shared logic for bootstrap things
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl-base
BuildRequires: perl(Carp)
BuildRequires: perl(Dist::Zilla::Chrome::Test)
BuildRequires: perl(Dist::Zilla::Dist::Builder)
BuildRequires: perl(Dist::Zilla::MVP::Assembler::Zilla)
BuildRequires: perl(Dist::Zilla::MVP::Section)
BuildRequires: perl(Dist::Zilla::Role::Plugin)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Copy::Recursive)
BuildRequires: perl(File::Spec)
BuildRequires: perl(FindBin)
BuildRequires: perl(List::UtilsBy)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(aliased)
BuildRequires: perl(Log::Dispatch::Array)
BuildArch: noarch

%description
This module is a role that aims to be consumed by plugins that want to
perform some very early bootstrap operation that may affect the loading
environment of successive plugins, especially with regards to plugins that
may wish to build with themselves, either by consuming the source tree
itself, or by consuming a previous built iteration.

Implementation is quite simple:

* 1. 'with' this role in your plugin
%files
%doc LICENSE Changes README META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*
#------------------------------------------------------

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std



%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 1.1.3-1
- (9966d7f) Log: Update to 1.1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12896 |14cu|perl-Dist-Zilla-Role-FileWatcher-0.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Dist-Zilla-Role-FileWatcher
%define upstream_version 0.006

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Receive notification when something changes a file's contents
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-base
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:	perl(ExtUtils::Config)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Safe::Isa)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(TAP::Harness::Env)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Dist::Zilla::File::InMemory)
BuildRequires:	perl(Dist::Zilla::Role::FileGatherer)
BuildRequires:	perl(Dist::Zilla::Role::FileMunger)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Module::Runtime)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(Test::DZil)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Encode)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(Safe::Isa)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(CPAN::Meta) >= 2.150.5

BuildArch:	noarch

%description
Receive notification when something changes a file's contents.

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*
#------------------------------------------------------------------

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std


%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 0.6.0-1
- (786e999) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12897 |14cu|perl-Dist-Zilla-Role-PluginBundle-PluginRemover-0.103.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Role-PluginBundle-PluginRemover
%define upstream_version 0.103

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Add '-remove' functionality to a bundle
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle)
BuildRequires:	perl(Dist::Zilla::Role::PluginBundle::Easy)
BuildRequires:	perl(Dist::Zilla::Util)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)

BuildArch: noarch

%description
This role enables your the Dist::Zilla manpage Plugin Bundle to
automatically remove any plugins specified by the '-remove' attribute (like
Dist::Zilla::PluginBundle::Filter does):

  [@MyBundle]
  -remove = PluginIDontWant
  -remove = OtherDumbPlugin

If you want to use an attribute named '-remove' for your own bundle you can
override the 'plugin_remover_attribute' sub to define a different attribute
name:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml LICENSE META.json Changes
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Sat Jun 06 2015 abfonly <abfonly@gmail.com> 0.103.0-1
- (8e54837) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12898 |14cu|perl-Dist-Zilla-Role-Tempdir-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Role-Tempdir
%define upstream_version 1.001001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Shell Out and collect the result in a DZ plug-in
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(Dist::Zilla)
BuildRequires: perl(Dist::Zilla::File::InMemory)
BuildRequires: perl(Dist::Zilla::Role::FileInjector)
BuildRequires: perl(Dist::Zilla::Role::InstallTool)
BuildRequires: perl(Dist::Zilla::Tester)
BuildRequires: perl(Eval::Closure)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::chdir)
BuildRequires: perl(List::Util)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(MooseX::LazyRequire)
BuildRequires: perl(Package::DeprecationManager)
BuildRequires: perl(Path::Iterator::Rule)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl(aliased)
BuildRequires: perl(Log::Dispatch::Array)
BuildRequires: perl(strictures)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(CPAN::Meta::Merge)
BuildRequires: perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Config::INI::Reader) >= 0.25.0
BuildArch:	noarch

%description
Shell Out and collect the result in a DZ plug-in.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*



%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 1.1.1-2
- (e64a0f3) Fixed BR, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12899 |14cu|perl-Dist-Zilla-Util-ConfigDumper-0.3.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Util-ConfigDumper
%define upstream_version 0.003007

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Easy implementation of 'dumpconfig'
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Dist::Zilla::Plugin::Bootstrap::lib) >= 1.1.0
BuildRequires: perl(Dist::Zilla::Plugin::GatherDir)
BuildRequires: perl(Dist::Zilla::Plugin::MetaConfig)
BuildRequires: perl(Dist::Zilla::Role::Plugin)
BuildRequires: perl(Dist::Zilla::Util::Test::KENTNL)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(Moose)
BuildRequires: perl(Sub::Exporter::Progressive)
BuildRequires: perl(Test::DZil)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
BuildRequires: perl(namespace::autoclean) 
BuildRequires: perl(Dist::Zilla::Role::Bootstrap)
BuildRequires: perl(recommended)
BuildRequires: perl(Log::Dispatch::Array)
BuildRequires: perl(strictures)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(aliased)
BuildRequires: perl(CPAN::Meta::Merge)
BuildRequires: perl(Exception::Class)
BuildRequires: perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Config::INI::Reader) >= 0.25.0

BuildArch: noarch

%description
Easy implementation of 'dumpconfig'  .

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE Changes README META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 0.3.7-1
- (c8ddb69) Log: Update to 0.3.7
- (c8ddb69) fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12900 |14cu|perl-Dist-Zilla-Util-EmulatePhase-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Util-EmulatePhase
%define upstream_version 1.001001

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    A dummy Dist::Zilla to fake a 'prereq' object on
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Prereqs)
BuildRequires:	perl(Dist::Zilla::Util::Test::KENTNL)
BuildRequires:	perl(Eval::Closure)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Spec::Functions)
BuildRequires:	perl(Hash::Merge::Simple)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Package::DeprecationManager)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(strict)
BuildRequires:	perl(utf8)
BuildRequires:	perl(version)
BuildRequires:	perl(warnings)
BuildRequires:	perl(recommended)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Pod::Coverage)
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0


BuildArch:  noarch

%description
A dummy Dist::Zilla to fake a 'prereq' object on.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 1.1.1-2
- (956bb60) Log: Fixed BR and tests, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12901 |14cu|perl-Dist-Zilla-Util-Test-KENTNL-1.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Util-Test-KENTNL
%define upstream_version 1.005000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	KENTNL's DZil plugin testing tool

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/K/KE/KENTNL/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Tester)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(Throwable)
BuildRequires:	perl(Role::Identifiable::HasIdent)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Role::HasMessage)
BuildRequires:	perl(MooseX::OneArgNew)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl-recommended
BuildRequires:	perl(Data::DPath)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::TempDir::Tiny)
BuildRequires:	perl(Config::INI::Reader)
BuildRequires:	perl(Term::Encoding)
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)

BuildArch:	noarch

%description
KENTNL's DZil plugin testing tool.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
# Those need Test::More >= 1.001009 we have 0.98
rm -fr t/01-basic.t \
  t/02-basic-dztest.t \
  t/03-basic-dztest-createplugin.t \
  t/04-run-command.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jun 18 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-2
- (89e6cfb) More BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12902 |14cu|perl-Dist-Zilla-Util-Test-KENTNL-1.5.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-Zilla-Util-Test-KENTNL
%define upstream_version 1.005013

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	KENTNL's DZil plugin testing tool

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/K/KE/KENTNL/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla::Tester)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(Throwable)
BuildRequires:	perl(Role::Identifiable::HasIdent)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Role::HasMessage)
BuildRequires:	perl(MooseX::OneArgNew)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl-recommended
BuildRequires:	perl(Data::DPath)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::TempDir::Tiny)
BuildRequires:	perl(Config::INI::Reader)
BuildRequires:	perl(Term::Encoding)
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)

BuildArch:	noarch

%description
KENTNL's DZil plugin testing tool.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
# Those need Test::More >= 1.001009 we have 0.98
rm -fr t/01-basic.t \
  t/02-basic-dztest.t \
  t/03-basic-dztest-createplugin.t \
  t/04-run-command.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jun 18 2016 Denis Silakov <dsilakov@gmail.com> 1.5.13-1
- (94aa548) Updated to 1.005013



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12903 |14cu|perl-DJabberd-0.850.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DJabberd
%define upstream_version 0.85

# TODO generate

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	XMPP flexible framework to create custom jabber server
License:	GPL+ and Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	https://cpan.metacpan.org/authors/id/M/MA/MART/%{upstream_name}-%{upstream_version}.tar.gz
Source1:	djabberd.init
Source2:	djabberd.conf
Source3:	djabberd.sysconfig
Source4:	djabberd.log.conf
Source5:	djabberd.logrotate
BuildRequires:	perl-devel
BuildRequires:	perl(Danga::Socket)
BuildRequires:	perl(Digest::HMAC_SHA1)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Log::Log4perl)
BuildRequires:	perl(XML::LibXML)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(XML::SAX)
BuildRequires:	perl(Net::DNS)
BuildRequires:	perl(Net::SSLeay)
BuildRequires:	perl(Unicode::Stringprep)
BuildArch:	noarch

%description
DJabberd is a high-performance, scalable, extensible Jabber/XMPP server
framework.
While it comes with an example server, it's really a set of classes for
you to build your own Jabber server without understanding Jabber.
Instead of working with XML and protocol-specific details, you subclass parts
and work
with sane objects and data structures and let DJabberd do all the ugly work.

%package -n djabberd
Summary:	A jabber server, constructed with DJabber perl framework

Group:		System/Servers
Requires(preun): rpm-helper
Requires(post): rpm-helper

%description -n djabberd
This package contains a example djabberd server, using the simplest possible
modules ( ie, everything is stored in memory, no persistance )
It is not intended to be used as it is, it just provides the needed example
file and infrastructure to be integrated with the distribution.

In order to turn this into a real server, you need to install various modules,
depending on your needs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
mkdir -p doc/DJabberd/Component/
# do notprovides it, as it pulls a non packaged module
#mv ./lib/DJabberd/Component/Example.pm doc/DJabberd/Component/
rm -f ./lib/DJabberd/Component/Example.pm

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
export T_MUC_ENABLE=0
# XML equality broken by attrs ordering
# <identity type='im' name='djabberd' category='server'/> != <identity type='im' category='server' name='djabberd'/>
rm -f t/disco.t
make test

%install
%makeinstall_std

mkdir -p %{buildroot}%{_initrddir}/
cp %{SOURCE1} %{buildroot}%{_initrddir}/djabberd

mkdir -p %{buildroot}%{_sysconfdir}/djabberd/
cp %{SOURCE2} %{buildroot}%{_sysconfdir}/djabberd

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/
cp %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/djabberd

# logging
cp %{SOURCE4} %{buildroot}%{_sysconfdir}/djabberd/log.conf

mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d/
cp %{SOURCE5} %{buildroot}%{_sysconfdir}/logrotate.d/djabberd

%post -n djabberd
%_post_service djabberd

%preun -n djabberd
%_preun_service djabberd

%files -n djabberd
%attr(0755,root,root) %{_bindir}/*
%attr(0755,root,root) %{_initrddir}/djabberd
%config(noreplace) %{_sysconfdir}/djabberd
%config(noreplace) %{_sysconfdir}/sysconfig/djabberd
%config(noreplace) %{_sysconfdir}/logrotate.d/*

%files
%doc CHANGES META.yml README examples
%{perl_vendorlib}/DJabberd*
%{_mandir}/man3/*


%changelog

* Tue Jun 07 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.850.0-3
- (5098519) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12904 |14cu|perl-DJabberd-Plugin-PrivateStorage-0.600.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DJabberd-Plugin-PrivateStorage
%define upstream_version 0.60

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Implement private storage, as described in XEP-0049, for DJabberd

Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/DJabberd/%{upstream_name}-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{upstream_name}

BuildRequires:	perl-devel
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(DBD::SQLite) 
BuildRequires:	perl(DJabberd)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
Implement private storage, as described in XEP-0049, for DJabberd.

This is used by various jabber client to store room bookmark, or notes
on contact in the roster.
 
%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# disabled until they work again
rm -fr t/server.t
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{perl_vendorlib}/DJabberd/
%{_mandir}/man3/*


%changelog

* Fri Sep 04 2015 abfonly <abfonly@gmail.com> 0.600.0-1
- (fc1e3ad) Log: Rebuild properly
- (fc1e3ad) according to rosa perl policy.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12905 |14cu|perl-DynaLoader-Functions-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'perl\\(VMS::Filespec\\)'
%define upstream_name    DynaLoader-Functions
%define upstream_version 0.002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Deconstructed dynamic C library loading
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DynaLoader/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Exporter)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl-devel

BuildArch: noarch

%description
This module provides a function-based interface to dynamic loading as used
by Perl. Some details of dynamic loading are very platform-dependent, so
correct use of these functions requires the programmer to be mindful of the
space of platform variations.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 25 2015 abfonly <abfonly@gmail.com> 0.2.0-1
- (78cd6d0) Filter req.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12906 |14cu|perl-Email-Address-1.908.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-Address
%define upstream_version 1.908

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	RFC 2822 Address Parsing and Creation
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch


%description
This class implements a complete RFC 2822 parser that locates
email addresses in strings and returns a list of "Email::Address"
objects found. Alternatley you may construct objects manually.
The goal of this software is to be correct, and very very fast.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
perl -pi -e 's|/usr/local/bin/perl|perl|' bench/ea-vs-ma.pl

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README bench META.yml
%{perl_vendorlib}/Email
%{_mandir}/man3/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.908.0-1
- (a9184b4) Updated to 1.908 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12907 |14cu|perl-Email-MessageID-1.406.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-MessageID
%define upstream_version 1.406

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Generate world unique message-ids
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Sys::Hostname)
BuildRequires:	perl(overload)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(Test::Pod) >= 1.500.0
BuildRequires:	perl(CPAN::Meta) >= 2.150.5

BuildArch:	noarch

Requires:	perl(Email::Address)

%description
Message-ids are optional, but highly recommended, headers that identify a
message uniquely. This software generates a unique message-id.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{perl_vendorlib}/Email
%{_mandir}/*/*



%changelog

* Sat Sep 05 2015 abfonly <abfonly@gmail.com> 1.406.0-1
- (51642b4) Log: update to 1.406.0
- (51642b4) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12908 |14cu|perl-Email-MIME-1.937.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Email-MIME
%define upstream_version 1.937

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Easy MIME message parsing
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Email::Date::Format)
BuildRequires:	perl(Email::MessageID)
BuildRequires:	perl(Email::MIME::ContentType)
BuildRequires:	perl(Email::MIME::Encodings)
BuildRequires:	perl(Email::Simple)
BuildRequires:	perl(Email::Simple::Creator)
BuildRequires:	perl(MIME::Types)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Symbol)
BuildRequires:	perl(utf8)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Encode)

BuildArch:	noarch

Obsoletes:	perl-Email-MIME-Creator <= 1.456.0
Provides:	perl-Email-MIME-Creator  = 1.456.0
Obsoletes:	perl-Email-MIME-Modifier <= 1.444.0
Provides:	perl-Email-MIME-Modifier  = 1.444.0

Requires:	perl(Email::Simple)

%description
This is an extension of the Email::Simple module, to handle MIME encoded
messages. It takes a message as a string, splits it up into its constituent
parts, and allows you access to various parts of the message. Headers are
decoded from MIME encoding.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{perl_vendorlib}/Email
%{_mandir}/*/*


%changelog

* Sun Jul 10 2016 abfonly <abfonly@gmail.com> 1.937.0-1
- (ae94f79) Log: Update to 1.937.0 (cpan ver 1.937)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12909 |14cu|perl-Email-MIME-ContentType-1.18.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Email-MIME-ContentType
%define upstream_version 1.018

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Parse a MIME Content-Type Header

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Email/Email-MIME-ContentType-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:  perl(Capture::Tiny)
BuildRequires:  perl(File::Spec)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:  perl(Carp) >= 1.360.0
BuildRequires:  perl(Exporter) >= 5.700.0
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)


BuildArch:	noarch

%description
This module is responsible for parsing email content type headers according to
section 5.1 of RFC 2045. It returns a hash as above, with entries for the
discrete type, the composite type, and a hash of attributes.

%prep
%setup -qn %{module}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{perl_vendorlib}/Email
%{_mandir}/*/*


%changelog

* Sun Jul 12 2015 abfonly <abfonly@gmail.com> 1.18.0-1
- (02631a0) Log : Update to 1.18.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12910 |14cu|perl-Email-MIME-RFC2047-0.910.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-MIME-RFC2047
%define upstream_version 0.91

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Handling of MIME encoded mailbox lists
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel

BuildArch: noarch

%description
This set of modules tries to provide a correct and usable implementation of
RFC 2047 "MIME Part Three: Message Header Extensions for Non-ASCII Text".
The the Encode manpage module also provides RFC 2047 encoding and decoding
but it still has some bugs regarding strict standards compatibility. More
importantly, a useful API should handle the different situations where RFC
2047 encoded headers are used. Section 5 of the RFC defines three use cases
for 'encoded-words':

(1) As a replacement of 'text' tokens, for example in a Subject header

(2) In comments, this case isn't handled by this module

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 11 2015 abfonly <John@smith.org> 0.910.0-1
- (1828d41) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12911 |14cu|perl-Email-Send-2.201.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Email-Send
%define upstream_version 2.201

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Simply Sending Email

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/Email-Send-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cwd)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(MIME::Entity)
BuildRequires:	perl(Mail::Internet)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Email::Abstract)
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(Email::Simple)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(Net::SMTP)
BuildRequires:	perl(Return::Value)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Symbol)
BuildRequires:	perl(strict)
BuildRequires:	perl(vars)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)


Requires:	perl(Email::Date::Format)

BuildArch:	noarch

%description
This module provides a very simple, very clean, very specific interface to
multiple Email mailers. The goal of this software is to be small and simple,
easy to use, and easy to extend.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{perl_vendorlib}/Email
%{_mandir}/*/*



%changelog

* Sun Jul 12 2015 abfonly <abfonly@gmail.com> 2.201.0-1
- (b59b425) Log: Update to 2.201.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12912 |14cu|perl-Email-Sender-1.300.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-Sender
%define upstream_version 1.300018

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	An SMTP client that stays online

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl-Capture-Tiny >= 0.80
BuildRequires:	perl(Carp)
BuildRequires:	perl(Cwd)
BuildRequires:	perl(Email::Abstract)
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(Email::Simple)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Fcntl)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Net::SMTP)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sys::Hostname::Long)
BuildRequires:	perl(Throwable::Error)
BuildRequires:	perl(Try::Tiny)
# for tests
BuildRequires:	perl(Moo::Role)
BuildRequires:	perl(strictures)
BuildRequires:	perl(MooX::Types::MooseLike)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(Test::MockObject)
BuildRequires:	perl(Sub::Override)


BuildArch:	noarch
Requires:	perl(Throwable::Error)

%description
An Email::Sender::Success object is just an indicator that an email message
was successfully sent. Unless extended, it has no properties of its own.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Jun 18 2015 abfonly <John@smith.org> 1.300.18-1
- (09f6101) Log : Update to 1.300.18, fixed and enable all tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12913 |14cu|perl-Email-Stuff-2.105.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-Stuff
%define upstream_version 2.105

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A more casual approach to creating and sending Email:: emails
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Email::MIME)
BuildRequires: perl(Email::Send)
BuildRequires: perl(Email::Send::Test)
BuildRequires: perl(Email::Simple)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Type)
BuildRequires: perl(Params::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(prefork)
BuildRequires: perl(Return::Value)


BuildArch: noarch

%description
*The basics should all work, but this module is still subject to name
and/or API changes*

Email::Stuff, as its name suggests, is a fairly casual module used to email
"stuff" to people using the most common methods. It is a high-level module
designed for ease of use when doing a very specific common task, but
implemented on top of the tight and correct Email:: modules.

Email::Stuff is typically used to build emails and send them in a single
statement, as seen in the synopsis. And it is certain only for use when
creating and sending emails. As such, it contains no email parsing
capability, and little to no modification support.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Dec 08 2016 abfonly <abfonly@gmail.com> 2.105.0-1
- (74a0853) Updated perl-Email-Stuff.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12914 |14cu|perl-Email-Valid-1.196.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name     Email-Valid
%define upstream_version 1.196

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Check validity of Internet email addresses
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Mail::Address)
BuildRequires:	perl(Net::DNS)
BuildRequires:	perl(Net::Domain::TLD)
BuildRequires:	perl(IO::CaptureOutput)
BuildRequires:	perl(CPAN::Meta)
BuildRequires:	perl(Carp)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(warnings)
BuildRequires:	perl(strict)

BuildArch:	noarch

%description
This module determines whether an email address is well-formed, and
optionally, whether a mail host exists for the domain or whether
the top level domain of the email address is valid.  

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Email
%{_mandir}/*/*




%changelog
* Mon Feb 23 2015 abfonly <abfonly@gmail.com> 1.196.0-1
+ Revision: fd06f07
- Merge pull request #2 from abfonly/perl-Email-Valid:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12915 |14cu|perl-Encode-2.840.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Encode
%define upstream_version 2.84
%define __noautoprov 'perl\\(Encode::ConfigLocal|MY\\)|EBCDIC.so|Encode.so|CN.so|KR.so|JP.so|Symbol.so|Byte.so|TW.so|Unicode.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Character Encodings Handler
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:  perl-devel
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(File::Spec::Functions)
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)
BuildRequires:  perl(Carp)
BuildRequires:  perl(Config)
BuildRequires:  perl(constant)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(File::Basename)
BuildRequires:  perl(File::Find)
BuildRequires:  perl(Filter::Util::Call)
BuildRequires:  perl(Getopt::Long)
BuildRequires:  perl(Getopt::Std)
BuildRequires:  perl(I18N::Langinfo)
BuildRequires:  perl(MIME::Base64)
BuildRequires:  perl(overload)
BuildRequires:  perl(parent)
BuildRequires:  perl(PerlIO::encoding)
BuildRequires:  perl(POSIX)
BuildRequires:  perl(Storable)
BuildRequires:  perl(utf8)
BuildRequires:  perl(vars)
BuildRequires:  perl(XSLoader)
BuildRequires:  perl(File::Compare)
BuildRequires:  perl(File::Copy)
BuildRequires:  perl(FileHandle)
BuildRequires:  perl(FindBin)
BuildRequires:  perl(IO::Select)
BuildRequires:  perl(IPC::Open3)
BuildRequires:  perl(base)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Symbol)
BuildRequires:  perl(Test)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Tie::Scalar)

Requires:   perl-devel

%description
The "Encode" module provides the interfaces between Perl's strings and
the rest of the system.  Perl strings are sequences of characters.

The repertoire of characters that Perl can represent is at least that
defined by the Unicode Consortium. On most platforms the ordinal values
of the characters (as returned by "ord(ch)") is the "Unicode codepoint"
for the character (the exceptions are those platforms where the legacy
encoding is some variant of EBCDIC rather than a super-set of ASCII -
see perlebcdic).

Traditionally, computer data has been moved around in 8-bit chunks often
called "bytes". These chunks are also known as "octets" in networking
standards. Perl is widely used to manipulate data of many types - not
only strings of characters representing human or computer languages but
also "binary" data being the machine's representation of numbers, pixels
in an image - or just about anything.

When Perl is processing "binary data", the programmer wants Perl to
process "sequences of bytes". This is not a problem for Perl - as a byte
has 256 possible values, it easily fits in Perl's much larger "logical
character".

%files
%doc Changes README META.json META.yml AUTHORS
%{_mandir}/man3/*
%{perl_vendorlib}/*
#--------------------------------------------

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1






%changelog

* Sun Jul 10 2016 abfonly <abfonly@gmail.com> 2.840.0-1
- (f2ee2c6) Log: Update to 2.840.0 (cpan ver 2.84)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12916 |14cu|perl-Encode-JIS2K-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Encode-JIS2K
%define upstream_version 0.03
%define __noautoprov 'JIS2K.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    JIS X 0212 (aka JIS 2000) Encodings

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Encode/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Encode) >= 2.740.0
BuildRequires: perl-devel

Provides: perl(Encode::JIS2K::2022JP3)

%description
To find out how to use this module in detail, see the Encode manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{perl_vendorlib}/*



%changelog

* Fri Jun 26 2015 abfonly <John@smith.org> 0.30.0-1
- (a413d8a) Log: Update to 0.30.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12917 |14cu|perl-enum-1.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    enum
%define upstream_version 1.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    C style enumerated types and bitmask flags in Perl
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
Provides:      perl(enum) = %{EVRD}

BuildArch: noarch

%description
This module is used to define a set of constants with ordered numeric
values, similar to the 'enum' type in the C programming language. You can
also define bitmask constants, where the value assigned to each constant
has exactly one bit set (eg 1, 2, 4, 8, etc).

What are enumerations good for? Typical uses would be for giving mnemonic
names to indexes of arrays. Such arrays might be a list of months, days, or
a return value index from a function such as localtime():

  use enum qw(
      :Months_=0 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
      :Days_=0   Sun Mon Tue Wed Thu Fri Sat
      :LC_=0     Sec Min Hour MDay Mon Year WDay YDay Isdst
  );

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu May 14 2015 abfonly <John@smith.org> 1.100.0-1
- (26b4885) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12918 |14cu|perl-EV-4.210.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    EV
%define upstream_version 4.21

%define filelist %{upstream_name}-%{upstream_version}-filelist
%define maketest 1

Name:      perl-%{upstream_name}
Version:   %perl_convert_version %{upstream_version}
Release:	1

Summary:   Wrapper for the libev high-performance event loop library


License:   Artistic
Group:     Development/Perl
Url:       http://software.schmorp.de/pkg/EV.html
Source0:   http://www.cpan.org/authors/id/M/ML/MLEHMANN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Canary::Stability)
BuildRequires: perl-AnyEvent >= 1:2.6
BuildRequires: perl(common::sense)

%description
A thin wrapper around libev, a high-performance event loop. Intended
as a faster and less buggy replacement for the Event perl
module. Efficiently supports very high number of timers, scalable
operating system APIs such as epoll, kqueue and solaris's ports,
child/pid watchers and more.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
chmod -R u+w %{_builddir}/%{upstream_name}-%{upstream_version}

%build
grep -rsl '^#!.*perl' . |
grep -v '.bak$' |xargs --no-run-if-empty \
perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)'
CFLAGS="%{optflags}"
echo | perl Makefile.PL `perl -MExtUtils::MakeMaker -e ' print qq|PREFIX=%{buildroot}%{_prefix}| if \$ExtUtils::MakeMaker::VERSION =~ /5\.9[1-6]|6\.0[0-5]/ '` INSTALLDIRS=vendor
%make 

%check
%make test

%install
%makeinstall `perl -MExtUtils::MakeMaker -e ' print \$ExtUtils::MakeMaker::VERSION <= 6.05 ? qq|PREFIX=%{buildroot}%{_prefix}| : qq|DESTDIR=%{buildroot}| '`

# remove special files
find %{buildroot} -name "perllocal.pod" \
    -o -name ".packlist"                \
    -o -name "*.bs"                     \
    |xargs -i rm -f {}

# no empty directories
find %{buildroot}%{_prefix}             \
    -type d -depth                      \
    -exec rmdir {} \; 2>/dev/null


%files
%doc README Changes
%{perl_vendorarch}/EV.pm
%{perl_vendorarch}/EV
%{perl_vendorarch}/auto/EV
%{_mandir}/man3/EV*

%changelog

* Thu Dec 31 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.210.0-1
- (37b3cd4) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12919 |14cu|perl-Eval-Closure-0.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Eval-Closure
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Safely and cleanly create closures via string eval

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/~doy/Eval-Closure-0.04/lib/Eval/Closure.pm
Source0:	http://search.cpan.org/CPAN/authors/id/D/DO/DOY/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
String eval is often used for dynamic code generation. For instance, Moose uses
it heavily, to generate inlined versions of accessors and constructors, which
speeds code up at runtime by a significant amount. String eval is not without
its issues however - it's difficult to control the scope it's used in (which
determines which variables are in scope inside the eval), and it can be quite
slow, especially if doing a large number of evals.

This module attempts to solve both of those problems. It provides an
eval_closure function, which evals a string in a clean environment, other than
a fixed list of specified variables. It also caches the result of the eval, so
that doing repeated evals of the same source, even with a different
environment, will be much faster (but note that the description is part of the
string to be evaled, so it must also be the same (or non-existent) if caching
is to work properly).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc LICENSE MANIFEST README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-1
- (6aae5f8) Updated to 0.13 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12920 |14cu|perl-Event-ExecFlow-0.640.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname Event-ExecFlow
%define filelist %{pkgname}-%{upstream_version}-filelist
%define NVR %{pkgname}-%{upstream_version}-%{release}
%define maketest 1
%define upstream_version 0.64

Name:      perl-Event-ExecFlow
Summary:   Event-RPC - High level API for event-based execution flow control

Version:   %perl_convert_version %{upstream_version}
Release:   6
License:   Artistic
Group:     Development/Perl
URL:       http://www.exit1.org/Event-ExecFlow/
SOURCE:    http://search.cpan.org/CPAN/authors/id/J/JR/JRED/Event-ExecFlow-%upstream_version.tar.bz2
Buildarch: noarch
BuildRequires: perl-devel
BuildRequires: perl-AnyEvent
BuildRequires: perl-libintl-perl

%description
Event::ExecFlow provides a ligh level API for defining complex flow
controls with asynchronous execution of external programs.

%prep
%setup -q -n %{pkgname}-%{upstream_version} 
chmod -R u+w %{_builddir}/%{pkgname}-%{upstream_version}

%build
grep -rsl '^#!.*perl' . |
grep -v '.bak$' |xargs --no-run-if-empty \
%__perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)'
CFLAGS="%{optflags}"
%{__perl} Makefile.PL `%{__perl} -MExtUtils::MakeMaker -e ' print qq|PREFIX=%{buildroot}%{_prefix}| if \$ExtUtils::MakeMaker::VERSION =~ /5\.9[1-6]|6\.0[0-5]/ '` INSTALLDIRS=vendor
%make 
%check
chmod 755 bin/*
%make test

%install
%makeinstall `%{__perl} -MExtUtils::MakeMaker -e ' print \$ExtUtils::MakeMaker::VERSION <= 6.05 ? qq|PREFIX=%{buildroot}%{_prefix}| : qq|DESTDIR=%{buildroot}| '`

# remove special files
find %{buildroot} -name "perllocal.pod" \
    -o -name ".packlist"                \
    -o -name "*.bs"                     \
    |xargs -i rm -f {}

# no empty directories
find %{buildroot}%{_prefix}             \
    -type d -depth                      \
    -exec rmdir {} \; 2>/dev/null

%files
%doc README Changes
%{_bindir}/execflow
%{perl_vendorlib}/Event/ExecFlow*
%{_mandir}/man3/Event::ExecFlow*

%changelog

* Thu Dec 31 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.640.0-6
- (e07ea6e) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12921 |14cu|perl-Excel-Template-Plus-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Excel-Template-Plus
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Testing module for use with Excel::Template::Plus

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Excel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Excel::Template)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(IO::String)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Param)
BuildRequires:	perl(Spreadsheet::ParseExcel)
BuildRequires:	perl(Template)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This module is an extension of the Excel::Template module, which allows the
user to use various "engines" from which you can create Excel files through
Excel::Template.

The idea is to use the existing (and very solid) excel file generation code
in Excel::Template, but to extend its more templatey bits with more
powerful options.

The only engine currently provided is the Template Toolkit engine, which
replaces Excel::Template's built in template features (the LOOP, and IF
constructs) with the full power of TT. This is similar to the module
Excel::Template::TT, but expands on that even further to try and create a
more extensive system.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog META.yml README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Jun 14 2015 abfonly <John@smith.org> 0.60.0-1
- (1345e5a) Log: Update to 0.60.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12922 |14cu|perl-experimental-0.13.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name experimental
%define upstream_version 0.013

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Experimental features made easy
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Bio/LEONT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Module::Build::Tiny) >= 0.34.0
BuildRequires: perl(Test::More) >= 0.890.0
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(TAP::Harness::Env)

BuildArch:  noarch

Provides:   perl(experimental) = %{EVRD}

%description
Experimental features made easy.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes INSTALL LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jun 06 2015 abfonly <abfonly@gmail.com> 0.13.0-1
- (d3be9e1) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12923 |14cu|perl-Exporter-Declare-0.114.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Exporter-Declare
%define upstream_version 0.114

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Export class for exports that should be

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Exporter/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Fennec::Lite) >= 0.4.0
BuildRequires: perl(Meta::Builder) >= 0.3.0
BuildRequires: perl(Module::Build) >= 0.400.0
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Exception) >= 0.290.0
BuildRequires: perl(Test::Simple) >= 0.880.0
BuildRequires: perl(aliased)
BuildRequires: perl(CPAN::Meta::YAML) >= 0.16.0

BuildArch:  noarch

%description
Exporter::Declare is a meta-driven exporting tool. Exporter::Declare tries
to adopt all the good features of other exporting tools, while throwing
away horrible interfaces. Exporter::Declare also provides hooks that allow
you to add options and arguments for import. Finally, Exporter::Declare's
meta-driven system allows for top-notch introspection.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Mon Jul 13 2015 abfonly <abfonly@gmail.com> 0.114.0-1
- (ee307b4) Log: Update to 0.114.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12924 |14cu|perl-Exporter-Lite-0.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 Exporter-Lite
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Exporter-Lite perl module
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Exporter/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is an alternative to Exporter intended to provide a lightweight
subset of its functionality.  It supports "import()", @EXPORT and
@EXPORT_OK and not a whole lot else.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/Exporter/Lite.pm
%{_mandir}/*/*





%changelog

* Sun Jul 10 2016 abfonly <abfonly@gmail.com> 0.80.0-1
- (7f88bdc) Log: Update to 0.80.0 (cpan ver 0.08)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12925 |14cu|perl-Exporter-Tidy-0.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Exporter-Tidy
%define upstream_version 0.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Backend for building test libraries
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Exporter/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.98.0
BuildRequires: perl-devel

BuildArch: noarch

%description
This module serves as an easy, clean alternative to Exporter. Unlike
Exporter, it is not subclassed, but it simply exports a custom import()
into your namespace.

With Exporter::Tidy, you don't need to use any package global in your
module. Even the subs you export can be lexically scoped.

use Exporter::Tidy LIST
    The list supplied to 'use Exporter::Tidy' should be a key-value list.
    Each key serves as a tag, used to group exportable symbols. The values
    in this key-value list should be array references. There are a few
    special tags:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 30 2015 abfonly <John@smith.org> 0.80.0-1
- (581f3a6) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12926 |14cu|perl-ExtUtils-CChecker-0.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-CChecker
%define upstream_version 0.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Configure-time utilities for using C headers,

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/ExtUtils-CChecker-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(File::Slurp)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel
BuildRequires: perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires: perl(Test::Pod)

BuildArch: noarch

%description
Often Perl modules are written to wrap functionallity found in existing C
headers, libraries, or to use OS-specific features. It is useful in the
_Build.PL_ or _Makefile.PL_ file to check for the existance of these
requirements before attempting to actually build the module.

Objects in this class provide an extension around the ExtUtils::CBuilder
manpage to simplify the creation of a _.c_ file, compiling, linking and
running it, to test if a certain feature is present.

It may also be necessary to search for the correct library to link against,
or for the right include directories to find header files in. This class
also provides assistance here.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Mon Jul 13 2015 abfonly <abfonly@gmail.com> 0.100.0-1
- (015e5c9) Log: update to 0.100.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12927 |14cu|perl-ExtUtils-Command-1.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-Command
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Utilities to replace common UNIX commands in Makefiles etc

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Command-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Carp) >= 1.360.0
BuildRequires:	perl(Exporter) >= 5.700.0
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(vars)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
Thin wrapper around ExtUtils::Command. See the ExtUtils::Command manpage
for a description of available commands.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jun 29 2015 abfonly <John@smith.org> 1.200.0-1
- (8316f02) Log: Update to 1.200.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12928 |14cu|perl-ExtUtils-Install-2.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-Install
%define upstream_version 2.04

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(VMS::Filespec\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Yet another framework for writing test scripts

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp) >= 1.360.0
BuildRequires:	perl(Cwd)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Compare)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)

BuildArch:	noarch

%description
*STOP!* If you're just getting started writing tests, have a look at
Test::Simple first. This is a drop in replacement for Test::Simple which
you can switch to once you get the hang of basic testing.

The purpose of this module is to provide a wide range of testing utilities.
Various ways to say "ok" with better diagnostics, facilities to skip tests,
test future features and compare complicated data structures. While you can
do almost anything with a simple 'ok()' function, it doesn't provide good
diagnostic output.

I love it when a plan comes together
    Before anything else, you need a testing plan. This basically declares
    how many tests your script is going to run to protect against premature
    failure.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog

* Sun Jun 28 2015 abfonly <John@smith.org> 2.40.0-1
- (49fcd26) Log: update to 2.40.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12929 |14cu|perl-ExtUtils-LibBuilder-0.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-LibBuilder
%define upstream_version 0.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    A tool to build C libraries
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildRequires: perl-devel
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)

BuildArch: noarch

%description
A tool to build C libraries

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Sun Jul 10 2016 abfonly <abfonly@gmail.com> 0.80.0-1
- (54b2612) Log: Update to 0.80.0 (cpan ver 0.08)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12930 |14cu|perl-ExtUtils-MakeMaker-CPANfile-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name ExtUtils-MakeMaker-CPANfile
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	cpanfile support for EUMM
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Module::CPANfile)
BuildRequires:  perl-devel

BuildArch:	noarch

%description
ExtUtils::MakeMaker::CPANfile loads C in your distribution and
modifies parameters for C in your Makefile.PL. Just use it after
LExtUtils::MakeMaker, and prepare C.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README.md
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Sat Nov 22 2014 abfonly <abfonly@gmail.com> 0.60.0-1
+ Revision: 3ccb740
- Fix BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12931 |14cu|perl-ExtUtils-Manifest-1.700.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-Manifest
%define upstream_version 1.70
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Utilities for managing MANIFEST files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Manifest-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(CPAN::Meta)
BuildArch:	noarch

%description
Functions
    ExtUtils::Manifest exports no functions by default. The following are
    exported on request

    * mkmanifest

          mkmanifest();
.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Tue Feb 24 2015 abfonly <abfonly@gmail.com> 1.700.0-1
+ Revision: 792704f
- Log: Update to 1.700.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12932 |14cu|perl-ExtUtils-XSpp-0.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-XSpp
%define upstream_version 0.18


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A tiny C++ class example that holds a string and an int
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Digest::MD5) >= 2.0.0
BuildRequires: perl(ExtUtils::ParseXS) >= 2.220.200
BuildRequires: perl(Module::Build) >= 0.400.0
BuildRequires: perl(Test::Base)
BuildRequires: perl(Test::Differences)
BuildRequires: perl-devel
Requires:   perl(ExtUtils::ParseXS) >= 2.220.0
Provides:   perl(ExtUtils::XSpp::Lexer)

# No arch dependent provides.Symbianflo
BuildArch:	noarch

%description
Anything that does not look like a XS++ directive or a class declaration is
passed verbatim to XS.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.json META.yml MYMETA.yml README examples
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri Jun 19 2015 abfonly <John@smith.org> 0.180.0-1
- (121db2e) Log: Update to 0.180.0, switch to noarch (it should be noarch), spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12933 |14cu|perl-FCGI-ProcManager-0.250.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 FCGI-ProcManager
%define upstream_version 0.25

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Functions for managing FastCGI applications

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/FCGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0


BuildArch:	noarch

%description
FCGI::ProcManager is used to serve as a FastCGI process manager. By
re-implementing it in perl, developers can more finely tune performance in
their web applications, and can take advantage of copy-on-write semantics
prevalent in UNIX kernel process management.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README COPYING ChangeLog META.json META.yml
%{perl_vendorlib}/FCGI
%{_mandir}/*/*


%changelog

* Mon Jun 29 2015 abfonly <John@smith.org> 0.250.0-1
- (60e462b) Log: update to 0.250.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12934 |14cu|perl-Feed-Find-0.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Feed-Find
%define upstream_version 0.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Syndication feed auto-discovery
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Feed/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Class::ErrorHandler)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Filter::Util::Call)
BuildRequires: perl(HTML::Parser)
BuildRequires: perl(LWP)
BuildRequires: perl(Test::More)
BuildRequires: perl(URI)

Obsoletes:	perl-Feed-Find < %{EVRD}

BuildArch: noarch

%description
_Feed::Find_ implements feed auto-discovery for finding syndication feeds,
given a URI. It (currently) passes all of the auto-discovery tests at
_http://diveintomark.org/tests/client/autodiscovery/_.

_Feed::Find_ will discover the following feed formats:

* * RSS 0.91

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Tue Feb 24 2015 abfonly <abfonly@gmail.com> 0.70.0-1
+ Revision: 5f91244
- Log: perl proper build, and convert, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12935 |14cu|perl-File-chdir-0.101.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-chdir
%define upstream_version 0.1010

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A more sensible way to change directories

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl's chdir() has the unfortunate problem of being very, very, very
global.  If any part of your program calls chdir() or if any library
you use calls chdir(), it changes the current working directory for
the B<whole> program.

File::chdir gives you an alternative, $CWD and @CWD.  These two
variables combine all the power of C<chdir()>, File::Spec and Cwd.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc Changes LICENSE META.json META.yml README examples/
%dir %{perl_vendorlib}/File
%{perl_vendorlib}/File/*
%{_mandir}/*/*



%changelog

* Fri Jun 19 2015 abfonly <John@smith.org> 0.101.0-1
- (40677ad) Log: Update to 0.101.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12936 |14cu|perl-File-chmod-0.420.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-chmod
%define upstream_version 0.42

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Implements symbolic and ls chmod modes  

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/File/File-chmod-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(File::Spec) >= 3.470.0
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(autodie)
BuildRequires:	perl(utf8)
BuildRequires:	perl(Carp) >= 1.360.0
BuildRequires:	perl(Exporter) >= 5.720.0
BuildRequires:	perl(base)
BuildRequires:	perl(strict)
BuildRequires:	perl(vars)
BuildRequires:	perl(warnings)

BuildArch:	noarch

%description
File::chmod is a utility that allows you to bypass system calls or bit
processing of a file's permissions. It overloads the chmod() function with its
own that gets an octal mode, a symbolic mode (see below), or an "ls" mode (see
below). If you wish not to overload chmod(), you can export symchmod() and
lschmod(), which take, respectively, a symbolic mode and an "ls" mode.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes CONTRIBUTING META.json META.yml README
%{_mandir}/man3*/*
%{perl_vendorlib}/File



%changelog

* Mon Jul 13 2015 abfonly <abfonly@gmail.com> 0.420.0-1
- (d34b142) Log: Update to 0.420.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12937 |14cu|perl-File-FcntlLock-0.220.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-FcntlLock
%define upstream_version 0.22

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    File locking with fcntl()

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Errno)
BuildRequires: perl(Exporter)
BuildRequires: perl(POSIX)
BuildRequires: perl-devel

%description
File locking in Perl is usually done using the the flock() manpage
function. Unfortunately, this only allows locks on whole files and is often
implemented in terms of the flock(2) manpage, which has some shortcomings.

Using this module file locking via the fcntl(2) manpage can be done
(obviously, this restricts the use of the module to systems that have a the
fcntl(2) manpage system call). Before a file (or parts of a file) can be
locked, an object simulating a flock structure must be created and its
properties set. Afterwards, by calling the 'lock()' method a lock can be
set or it can be determined if and which process currently holds the lock.

To create a new object representing a flock structure call 'new()':

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.220.0-2
+ Revision: f38710c
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12938 |14cu|perl-File-Find-Object-0.2.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Find-Object
%define upstream_version v0.2.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	File::Find like object


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Class::XSAccessor)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildRequires: perl(Test::CPAN::Changes)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::TrailingSpace)

BuildArch:	noarch

%description
File::Find::Object does same job of File::Find but trough an object and
using an iterator. It allow to perform multiple tree parsing in same
application.

%prep
%setup -qn %{upstream_name}-v%{version}
chmod -x examples/tree

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README examples
%{_mandir}/*/*
%{perl_vendorlib}/*




%changelog

* Tue May 31 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.2.13-2
- (a1fecbd) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12939 |14cu|perl-File-Find-Object-Rule-0.30.500-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Find-Object-Rule
%define upstream_version 0.0305

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    File::Find::Object::Rule's procedural interface
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Class::XSAccessor)
BuildRequires: perl(Cwd)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Find::Object)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Number::Compare)
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Glob)
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)

BuildArch:  noarch

%description
File::Find::Object::Rule is a friendlier interface to the
File::Find::Object manpage . It allows you to build rules which specify the
desired files and directories.

*WARNING* : This module is a fork of version 0.30 of the File::Find::Rule
manpage (which has been unmaintained for several years as of February,
2009), and may still have some bugs due to its reliance on File::Find'isms.
As such it is considered Alpha software. Please report any problems with
the File::Find::Object::Rule manpage to its RT CPAN Queue.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml README
%{_bindir}/findorule
%{_mandir}/man1/*
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 0.30.500-1
- (b4bcae9) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12940 |14cu|perl-File-Find-Rule-Perl-1.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Find-Rule-Perl
%define upstream_version 1.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Common rules for searching for Perl things

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Parse::CPAN::Meta)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
I write a lot of things that muck with Perl files. And it always annoyed me
that finding "perl files" requires a moderately complex the
File::Find::Rule manpage pattern.

*File::Find::Rule::Perl* provides methods for finding various Perl-related
files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc   Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.150.0-1
- (a5b1e5b) Fix %doc files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12941 |14cu|perl-FileHandle-Fmode-0.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    FileHandle-Fmode
%define upstream_version 0.14

%define __noautoprov 'Fmode.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Determine whether a filehandle is opened for reading, writing, or both
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/FileHandle/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel

%description
Use this module to check whether a filehandle is readable, 
writable, or readable/writable.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 17 2015 abfonly <John@smith.org> 0.140.0-1
- (f3c669e) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12942 |14cu|perl-FileHandle-Unget-0.162.800-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    FileHandle-Unget
%define upstream_version 0.1628

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	Perl modules that allow to place back more than one byte on a Filehandle

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://www.cpan.org
Source0:	http://search.cpan.org/CPAN/authors/id/D/DC/DCOPPIT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
FileHandle::Unget is a perl module that is a drop-in replacement for the 
standard FileHandle perl module. It allows more than one byte to be placed back
on the input.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE README
%{perl_vendorlib}/FileHandle/Unget.pm
%{_mandir}/man3/*

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.162.800-1
- (15890ae) Updated to 0.1628 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12943 |14cu|perl-File-LibMagic-1.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	File-LibMagic
%define upstream_version 1.13
%define __noautoprov 'LibMagic.so'

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl wrapper for libmagic


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/File/File-LibMagic-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	magic-devel
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Carp) >= 1.360.0
BuildRequires:	perl(Exporter) >= 5.720.0
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(XSLoader)
BuildRequires:	perl(ExtUtils::CBuilder) >= 0.280.223


%description
The File::LibMagic is a simple perlinterface to libmagic from the
file-4.x package

%prep
%setup -qn %{module}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files 
%doc LICENSE META.yml META.json README.md Changes
%{perl_vendorarch}/File
%{perl_vendorarch}/auto/File
%{_mandir}/*/*




%changelog

* Tue Jul 14 2015 abfonly <abfonly@gmail.com> 1.130.0-1
- (4c1ec45) Log: update to 1.130.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12944 |14cu|perl-File-Modified-0.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Modified
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	File::Modified - checks intelligently if files have changed

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/C/CO/CORION/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Modified module is intended as a simple method for programs to detect
whether configuration files (or modules they rely on) have changed. There are
currently two methods of change detection implemented, mtime and MD5.
The MD5 method will fall back to use timestamps if the Digest::MD5 module
cannot be loaded.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
find -size 0 -delete
chmod -x example/1.pl

%build
perl Makefile.PL INSTALLDIRS=vendor
%make


%check
make test

%install
%makeinstall_std


%files
%doc Changes README example
%{perl_vendorlib}/File/Modified.pm
%{_mandir}/*/*


%changelog
* Tue Feb 24 2015 abfonly <abfonly@gmail.com> 0.90.0-1
+ Revision: dba58f5
- Log: update to 0.09



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12945 |14cu|perl-File-NCopy-0.360.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-NCopy
%define	upstream_version 0.36

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Copies files to directories, or a single file to another file

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Copies files to directories, or a single file to another file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/*/*
%{perl_vendorlib}/File



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.360.0-8
+ Revision: a66b092
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12946 |14cu|perl-File-NFSLock-1.270.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-NFSLock
%define	upstream_version 1.27

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/~bbb/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BB/BBB/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
%{upstream_name} perl module

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/File/NFSLock.pm
%{_mandir}/man3/*



%changelog
* Wed Feb 25 2015 abfonly <abfonly@gmail.com> 1.270.0-1
+ Revision: e167550
- Log: Update to 1.210.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12947 |14cu|perl-File-Path-2.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Path
%define upstream_version 2.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	File path and name utilities
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Cwd)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:  perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch:	noarch

%description
This module provide a convenient way to create directories of arbitrary
depth and to delete an entire directory subtree from the filesystem.

The following functions are provided:

* make_path( $dir1, $dir2, .... )

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml TODO
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Sep 06 2015 abfonly <abfonly@gmail.com> 2.110.0-1
- (caefe9a) Log: Update to 2.110.0
- (caefe9a) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12948 |14cu|perl-File-pushd-1.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-pushd
%define upstream_version 1.009

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Change directory temporarily for a limited scope
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Cwd)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(CPAN::Meta)              
BuildRequires:	perl(CPAN::Meta::Requirements)                    
BuildRequires:	perl(Exporter)                     
BuildRequires:	perl(File::Basename)                       
BuildRequires:	perl(File::Spec::Functions)                
BuildRequires:	perl(List::Util)                           
BuildRequires:	perl(overload)                
BuildRequires:	perl(strict)                  
BuildRequires:	perl(version)                 
BuildRequires:	perl(warnings)

BuildArch:	noarch

%description
File::pushd does a temporary 'chdir' that is easily and automatically
reverted, similar to 'pushd' in some Unix command shells. It works by
creating an object that caches the original working directory. When the
object is destroyed, the destructor calls 'chdir' to revert to the original
working directory. By storing the object in a lexical variable with a
limited scope, this happens automatically at the end of the scope.

This is very handy when working with temporary directories for tasks like
testing; a function is provided to streamline getting a temporary directory
from the File::Temp manpage.

For convenience, the object stringifies as the canonical form of the
absolute pathname of the directory entered.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Wed Feb 25 2015 abfonly <abfonly@gmail.com> 1.9.0-1
+ Revision: 2916052
- Log: Update to 1.9.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12949 |14cu|perl-File-Rsync-0.460.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-Rsync
%define	upstream_version 0.46


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl module interface to rsync

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	rsync
BuildRequires:  perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(File::Path) >= 2.110.0
BuildRequires:  perl(IPC::Run3)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Test::More) >= 1.1.9

Requires:	rsync

# this should be noarch.Sflo
BuildArch:	noarch



%description
Perl Convenience wrapper for the rsync(1) program. Written for rsync-2.3.2 and
updated for rsync-2.6.0 but should perform properly with most recent versions.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README Changelog META.json META.yml
%{perl_vendorlib}/*
%{_mandir}/*/*

%changelog

* Sun Sep 06 2015 abfonly <abfonly@gmail.com> 0.460.0-1
- (9988004) Log: Update to 0.460.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12950 |14cu|perl-File-RsyncP-0.740.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 File-RsyncP
%define upstream_version 0.74
%define __noautoprov 'Digest.so|FileList.so'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl Rsync client

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Getopt::Long) >= 2.240.0

%description
File::RsyncP is a perl implementation of an Rsync client. It is compatible
with Rsync 2.5.5 (protocol version 26). It can send or receive files, either
by running rsync on the remote machine, or connecting to an rsyncd daemon on
the remote machine.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
make

%install
%makeinstall_std

%check
%make test

%files 
%doc README LICENSE Changes 
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.740.0-1
- (36c3f0d) Log: Update to 0.740.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12951 |14cu|perl-File-SearchPath-0.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-SearchPath
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Search for a file in an environment variable path

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TJ/TJENNESS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(Env::Path)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(CPAN::Meta::YAML) >= 0.16.0

BuildArch:	noarch

%description
This module provides the ability to search a path-like environment variable for
a file (that does not necessarily have to be an executable).

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README ChangeLog META.json META.yml
%{perl_vendorlib}/File/SearchPath.pm
%{_mandir}/man3/File::SearchPath.3pm*


%changelog

* Sun Jun 28 2015 abfonly <John@smith.org> 0.70.0-1
- (588764f) Log: Update to 0.70.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12952 |14cu|perl-File-ShareDir-1.30.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-ShareDir
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Locate per-dist and per-module shared files  

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Wx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Locate per-dist and per-module shared files  

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-8
+ Revision: 66a187c
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12953 |14cu|perl-File-ShareDir-Install-0.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-ShareDir-Install
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Install shared files
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/File-ShareDir-Install-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::Dir)
BuildArch:	noarch

%description
File::ShareDir::Install allows you to install read-only data files from a
distribution. It is a companion module to the File::ShareDir manpage, which
allows you to locate these files after installation.

It is a port the Module::Install::Share manpage to the ExtUtils::MakeMaker
manpage with the improvement of only installing the files you want; '.svn'
and other source-control junk will be ignored.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Wed Feb 25 2015 abfonly <abfonly@gmail.com> 0.100.0-1
+ Revision: fd39d11
- Log: Update to 0.100.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12954 |14cu|perl-File-ShareDir-ProjectDistDir-1.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name File-ShareDir-ProjectDistDir
%define upstream_version 1.000004

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Simple set-and-forget using of a '/share' directory in your projects root
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(File::ShareDir)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(FindBin)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Path::FindDev)
BuildRequires: perl(Path::IsDev)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More) >= 0.960.0
BuildRequires: perl(strict)
BuildArch:  noarch

%description
Simple set-and-forget using of a '/share' directory in your projects root.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-1
+ Revision: 95b652c
- Added File::HomeDir BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12955 |14cu|perl-File-Tail-1.300.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name File-Tail
%define upstream_version 1.3

Summary:	File::Tail module for Perl

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL or Artistic
Group:		Development/Perl
Source0:	http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/%{upstream_name}-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{upstream_name}/
Requires:	perl
BuildRequires:	perl-devel
BuildRequires:	perl-Time-HiRes
BuildArch:	noarch

%description
This Perl modules allows to read from continously updated files.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%clean 

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/File
%{_mandir}/*/*

%changelog

* Thu Jan 14 2016 dsilakov <denis.silakov@rosalab.ru> 1.300.0-1
- (df1e239) Merge pull request #3 from import/perl-File-Tail:auto_update
- (df1e239) Updated to 1.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12956 |14cu|perl-File-Zglob-0.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Zglob
%define upstream_version 0.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Extended globs
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel

BuildArch: noarch

%description
*WARNINGS: THIS IS ALPHA VERSION. API MAY CHANGE WITHOUT NOTICE*

Provides a traditional Unix glob(3) functionality; returns a list of
pathnames that matches the given pattern.

File::Zglob provides extended glob. It supports '**/*.pm' form.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Tue Jun 30 2015 abfonly <John@smith.org> 0.110.0-1
- (a31f6a6) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12957 |14cu|perl-Filter-1.390.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Filter
%define upstream_version 1.39

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6

Summary:	Source filter modules for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		%{name}-1.31.shellbang.patch

BuildRequires:	perl-devel


%description
Source filter modules for Perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
# clean up AFTER compilation
find examples -type f -name \*.bak | xargs rm -f
find examples -type f | xargs perl -pi -e 's|^#!/usr/local/bin/perl|#!/usr/bin/perl|' 

%check
make test

%install

%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}/Filter/Util/Call.pm
rm -rf %{buildroot}%{perl_vendorarch}/auto/Filter/Util/Call
rm -rf %{buildroot}%{_mandir}/*/Filter::Util::Call.*

%clean

%files
%doc Changes examples README
%{_mandir}/*/*
%{perl_vendorarch}/auto/Filter
%{perl_vendorarch}/Filter
%{perl_vendorarch}/filter-util.pl
%{perl_vendorarch}/perlfilter.pod



%changelog
* Sun Jan 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.390.0-6
+ Revision: df89b93
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12958 |14cu|perl-Finance-Bank-LaPoste-7.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Finance-Bank-LaPoste
%define upstream_version 7.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Check your "La Poste" accounts from Perl
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/P/PI/PIXEL/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		perl-Finance-Bank-LaPoste-imagemagik.patch
BuildRequires:	perl-devel
BuildRequires:	perl(Image::Magick)
BuildRequires:	perl(LWP) >= 6.130.0
BuildRequires:	perl(HTML::Form)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:  perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  pkgconfig(ImageMagick)
Requires:	perl(Crypt::SSLeay)
BuildArch:	noarch

%description
This module provides a read-only interface to the Videoposte online
banking system at <https://www.videoposte.com/>.

The interface of this module is similar to other Finance::Bank modules.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
%patch0 -p1

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes
%{perl_vendorlib}/Finance/Bank/*
%{_mandir}/*/*



%changelog

* Thu Jun 23 2016 abfonly <abfonly@gmail.com> 7.90.0-3
- (bd14d8b) Log: Use perl(Image::Magick) instead of perl(Graphics::Magick)
- (bd14d8b) fixed tests and BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12959 |14cu|perl-Flickr-API-1.190.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Flickr-API
%define upstream_version 1.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Perl interface to the flickr.com API 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/L/LB/LBMOORE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(LWP)
BuildRequires:	perl(XML::Parser::Lite::Tree)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Getopt::Long) >= 2.420.0
BuildRequires:	perl(Term::ReadKey) >= 2.320.0
BuildRequires:	perl(Digest::MD5) >= 2.540.0
BuildRequires:	perl(HTTP::Message) >= 6.60.0
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(Net::OAuth) >= 0.280.0
BuildRequires:	perl(URI) >= 1.650.0
BuildRequires:	perl(XML::Simple) >= 2.200.0
BuildRequires:	perl(XML::LibXML::Simple)
BuildRequires:	perl(Test::Script)

BuildArch:	noarch

%description
Perl interface to the flickr.com API

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor </dev/null
make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README examples
%{_bindir}/*.pl
%{perl_vendorlib}/
%{_mandir}/*/*




%changelog

* Fri Sep 18 2015 abfonly <abfonly@gmail.com> 1.190.0-1
- (f846526) Log: Update to 1.190.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12960 |14cu|perl-Flickr-Upload-1.500.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Flickr-Upload
%define upstream_version 1.5

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Upload images to flickr.com

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/S/SS/SSEVERIN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Flickr::API) >= 1.100.0
BuildRequires:	perl(XML::Parser::Lite::Tree)
BuildRequires:	perl(LWP)
BuildRequires:	perl(LWP::Protocol::https)
BuildRequires:	perl(Mozilla::CA)
BuildRequires:	perl(XML::Simple)

BuildArch:	noarch

%description
Upload an image to flickr.com

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std


%files
%doc README ChangeLog META.json META.yml
%{perl_vendorlib}/Flickr
%{_mandir}/*/*
%{_bindir}/flickr_upload



%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 1.500.0-1
- (a1fafef) Log: update to 1.500.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12961 |14cu|perl-Font-TTF-1.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Font-TTF
%define upstream_version 1.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Perl module for TrueType Font hacking
License:	Artistic 2.0
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Font/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(IO::String)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl module to manipulate TTF fonts, needed by perl-Text-PDF.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
rm -f lib/Font/TTF/Win32.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes CONTRIBUTORS LICENSE META.json  META.yml README.* TODO
%{_mandir}/*/*
%{perl_vendorlib}/Font/
%{perl_vendorlib}/ttfmod.pl

%changelog

* Mon Jun 29 2015 abfonly <abfonly@gmail.com> 1.50.0-1
- (4442b57) Log: update to 1.50.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12962 |14cu|perl-forks-0.360.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 forks
%define upstream_version 0.36
%define __noautoprov 'forks.so'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Drop-in replacement for Perl threads using fork()

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Acme::Damn)
BuildRequires: perl(Attribute::Handlers)
BuildRequires: perl(Devel::Symdump)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Socket) >= 1.180.0
BuildRequires: perl(List::MoreUtils) >= 0.150.0
BuildRequires: perl(Scalar::Util) >= 1.110.0
BuildRequires: perl(Storable)
BuildRequires: perl(Sys::SigAction) >= 0.110.0
BuildRequires: perl(Test::More)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(base)
### rpmbuild failed to chatch those
Provides:       perl(forks::Devel::Symdump) = %{EVRD}
Provides:       perl(forks) = %{EVRD}

%description
The "forks" pragma allows a developer to use threads without having to have
a threaded perl, or to even run 5.8.0 or higher.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
find -type f | xargs chmod 644
yes no | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README TODO META.json META.yml Changes CREDITS
%{perl_vendorarch}/%{upstream_name}.pm
%{perl_vendorarch}/auto/%{upstream_name}/*
%{perl_vendorarch}/%{upstream_name}/*
%{perl_vendorarch}/threads/shared/*
%{_mandir}/*/*




%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.360.0-1
- (a2ad014) Log: update to 0.360.0, fixed and enabled tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12963 |14cu|perl-Fuse-0.161.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'Fuse.so'

%define	upstream_name	 Fuse
%define upstream_version 0.16.1

Name:       perl-%{upstream_name}
#Version:    %perl_convert_version %{upstream_version}
Version:    0.161.0
Release:	1

Summary:	Write filesystems in Perl using FUSE

License:	GPLv2+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/D/DP/DPAVLIN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  pkgconfig(fuse)
BuildRequires:  fuse
BuildRequires:	perl-devel
BuildRequires:	perl(Unix::Mknod)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Filesys::Statvfs)
BuildRequires:	perl(Lchown)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::Harness)

# perl_convert_version wasn't applied
Obsoletes:	 perl-Fuse = 0.150.0
Obsoletes:	 perl(Fuse) = 0.150.0

Provides: perl(Fuse) = 0.161.0
Provides: perl-Fuse = 0.161.0

%description
This lets you implement filesystems in perl, through the FUSE (Filesystem in
USErspace) kernel/lib interface.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod -x Fuse.xs Fuse.pm


%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Need root attr, and interactive tty.Sflo
# make test

%install
%makeinstall_std

%files
%doc AUTHORS Changes README
%{perl_vendorarch}/Fuse*
%{perl_vendorarch}/auto/Fuse*
%{_mandir}/man3/*



%changelog

* Sat Jun 06 2015 abfonly <abfonly@gmail.com> 0.161.0-1
- (e68f15d) Updated perl-Fuse.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12964 |14cu|perl-Games-Dice-0.45.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Games-Dice
%define upstream_version 0.045

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Simulates rolling dice

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/R/RJ/RJBS/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel
BuildRequires: perl(Test::Script)
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(File::Spec)
BuildRequires: perl(Exporter) >= 5.720.0
BuildRequires: perl(strict)
BuildRequires: perl(warnings)


BuildArch:	noarch

%description
Games::Dice simulates die rolls. It uses a function-oriented (not
object-oriented) interface. No functions are exported by default. At
present, there are two functions which are exportable: 'roll' and
'roll_array'. The latter is used internally by 'roll', but can also be
exported by itself.

The number and type of dice to roll is given in a style which should be
familiar to players of popular role-playing games: _a_d_b_[+-*/b]_c_. _a_
is optional and defaults to 1; it gives the number of dice to roll. _b_
indicates the number of sides to each die; the most common, cube-shaped die
is thus a d6. % can be used instead of 100 for _b_; hence, rolling 2d% and
2d100 is equivalent. 'roll' simulates _a_ rolls of _b_-sided dice and adds
together the results. The optional end, consisting of one of +-*/b and a
number _c_, can modify the sum of the individual dice. +-*/ are similar in
that they take the sum of the rolls and add or subtract _c_, or multiply or
divide the sum by _c_. (x can also be used instead of *.) Hence, 1d6+2
gives a number in the range 3..8, and 2d4*10 gives a number in the range
20..80. (Using / truncates the result to an int after dividing.) Using b in
this slot is a little different: it's short for "best" and indicates "roll
a number of dice, but add together only the best few". For example, 5d6b3
rolls five six- sided dice and adds together the three best rolls. This is
sometimes used, for example, in roll-playing to give higher averages.

Generally, 'roll' probably provides the nicer interface, since it does the
adding up itself. However, in some situations one may wish to process the
individual rolls (for example, I am told that in the game Feng Shui, the
number of dice to be rolled cannot be determined in advance but depends on
whether any 6's were rolled); in such a case, one can use 'roll_array' to
return an array of values, which can then be examined or processed in an
application-dependent manner.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{_mandir}/man1/*
%{_bindir}/roll
%{perl_vendorlib}/*


%changelog

* Mon Jul 13 2015 abfonly <abfonly@gmail.com> 0.45.0-1
- (ff025b2) Log: Update to 0.45.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12965 |14cu|perl-Games-Solitaire-Verify-0.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Games-Solitaire-Verify
%define upstream_version 0.1400

%{?perl_default_filter}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 1

Summary:    Process and verify solitaire games
License:    MIT
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Games/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Class::XSAccessor)
BuildRequires: perl(Data::Dumper) >= 2.154.0
BuildRequires: perl(Exception::Class)
BuildRequires: perl(File::Spec) >= 3.470.0
BuildRequires: perl(File::Temp)
BuildRequires: perl(Getopt::Long) >= 2.360.0
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Build) >= 0.280.0
BuildRequires: perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires: perl(MooX::late) >= 0.10.0
BuildRequires: perl(POSIX)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(autodie)
BuildRequires: perl(base)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)

BuildArch:  noarch

%description
This is a CPAN Perl module that verifies the solutions of various variants
of card Solitaire. It does not aim to try to be a solver for them, because
this is too CPU intensive to be adequately done using perl5 (as of
perl-5.10.0). If you're interested in the latter, look at:

* * http://fc-solve.berlios.de/

* * http://fc-solve.berlios.de/links.html#other_solvers

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor

./Build CFLAGS="%{optflags}"

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc COPYING Changes LICENSE META.yml MYMETA.yml README examples
%{_mandir}/man3/*
%perl_vendorlib/*
%{_bindir}/verify-solitaire-solution
%{_bindir}/expand-solitaire-multi-card-moves
%{_mandir}/man1/*

%changelog

* Thu Aug 13 2015 abfonly <abfonly@gmail.com> 0.140.0-1
- (5ba5842) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12966 |14cu|perl-GDGraph-1.440.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    GDGraph
%define upstream_version 1.44

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    7

Summary:	Graph Plotting Module for Perl 5

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://search.cpan.org/CPAN/authors/id/M/MV/MVERB/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-GD >= 1.20
BuildRequires:	perl-GDTextUtil >= 0.83
BuildRequires:	gd-devel
BuildArch:	noarch
Provides:	perl-GD-Graph
Obsoletes:	perl-GD-Graph

%description
This is GDGraph, a package to generate charts, using Lincoln
Stein's GD.pm. See the documentation for some history and more
information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# perl path hack
#find . -type f | xargs perl -p -i -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"

%build
perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%install
%makeinstall_std

%check
make test

%clean 

%files
%doc CHANGES README
%{perl_vendorlib}/GD/*
%{_mandir}/*/*



%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.440.0-7
+ Revision: 254c998
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12967 |14cu|perl-GD-Graph3d-0.630.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 GD-Graph3d
%define upstream_version 0.63

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Create 3D Graphs with GD and GD::Graph

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/W/WA/WADG/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-GDGraph
BuildArch:	noarch

%description
This is the GD::Graph3d extensions module. It provides 3D graphs for the
GD::Graph module by Martien Verbruggen, which in turn generates graph using
Lincoln Stein's GD.pm.

You use these modules just as you would any of the GD::Graph modules, except
that they generate 3d-looking graphs. Each graph type is described below with
only the options that are unique to the 3d version. The modules are based on
their 2d versions (e.g. GD::Graph::bars3d works like GD::Graph::bars), and
support all the options in those. Make sure to read the documentation on
GD::Graph.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e 'tr/\r//d;' Changes

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/GD
%{_mandir}/*/*



%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.630.0-8
+ Revision: d4eed5a
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12968 |14cu|perl-GD-SecurityImage-1.730.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    GD-SecurityImage
%define upstream_version 1.73

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Security image (captcha) generator

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/GD/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(GD)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Image::Magick) > 6.0.4
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0


BuildArch:	noarch

%description
The (so called) _"Security Images"_ are so popular. Most internet software
use these in their registration screens to block robot programs (which may
register tons of fake member accounts). Security images are basicaly,
graphical *CAPTCHA*s (*C*ompletely *A*utomated *P*ublic *T*uring Test to
Tell *C*omputers and *H*umans *A*part). This module gives you a basic
interface to create such an image. The final output is the actual graphic
data, the mime type of the graphic and the created random string. The
module also has some _"styles"_ that are used to create the background (or
foreground) of the image.

If you are an 'Authen::Captcha' user, see the GD::SecurityImage::AC manpage
for migration from 'Authen::Captcha' to 'GD::SecurityImage'.

This module is *just an image generator*. Not a _captcha handler_. The
validation of the generated graphic is left to your programming taste. But
there are some _captcha handlers_ for several Perl FrameWorks. If you are
an user of one of these frameworks, see the /"GD::SecurityImage
Implementations" manpage in the /"SEE ALSO" manpage section for
information.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/GD


%changelog

* Mon Jun 29 2015 abfonly <John@smith.org> 1.730.0-1
- (b364e48) Log: Update to 1.730.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12969 |14cu|perl-Geo-IPfree-1.143.630-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 Geo-IPfree
%define upstream_version 1.143630

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Look up country by IP Address

License:	GPL+ or Artistic
Url:		http://search.cpan.org/dist/%{upstream_name}
Group:		Development/Perl
Source0:	http://www.cpan.org/modules/by-module/Geo/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)

BuildArch:	noarch

%description
Look up country of IP Address. This module make this off-line and 
the DB of IPs is free & small. 

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml 
%{perl_vendorlib}/Geo
%{_mandir}/*/*




%changelog

* Fri Jun 19 2015 abfonly <John@smith.org> 1.143.630-1
- (e59a228) Log: update to 1.143.630, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12970 |14cu|perl-Getopt-Long-2.470.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Getopt-Long
%define upstream_version 2.47
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Advanced handling of command line options

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/J/JV/JV/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch:	noarch

%description
The Getopt::Long module implements an extended getopt function called
GetOptions(). This function adheres to the POSIX syntax for command line
options, with GNU extensions. In general, this means that options have long
names instead of single letters, and are introduced with a double dash
"--". Support for bundling of command line options, as was the case with
the more traditional single-letter approach, is provided but not enabled by
default.


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES META.json META.yml README examples
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jul 13 2015 abfonly <abfonly@gmail.com> 2.470.0-1
- (14207a7) Log: Update to 2.470.0,
- (14207a7) fixed Url
- (14207a7) fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12971 |14cu|perl-Getopt-Long-Descriptive-0.99.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Getopt-Long-Descriptive
%define upstream_version 0.099

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Getopt::Long with usage text and validation


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Getopt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(IO::Scalar)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(List::Util)
BuildRequires: perl(Params::Validate)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Carp) >= 1.360.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(File::Basename)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Exporter::Util)
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildRequires: perl-devel

BuildArch: noarch

%description
Convenient wrapper for Getopt::Long and program usage output

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 30 2015 abfonly <John@smith.org> 0.99.0-1
- (7d494f8) Log: update to 0.99.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12972 |14cu|perl-Git-Repository-1.314.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Git-Repository
%define upstream_version 1.314

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Control git from Perl using Git::Repository
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Git/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(System::Command)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More)
BuildRequires: perl(constant)
BuildRequires: perl(base)
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildArch: noarch

%description
The Test::Git manpage provides a number of helpful functions when running
test scripts that require the creation and management of a Git repository.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri May 29 2015 abfonly <John@smith.org> 1.314.0-1
- (8a594c8) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12973 |14cu|perl-Git-Repository-Plugin-Log-1.312.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Git-Repository-Plugin-Log
%define upstream_version 1.312

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Split a git log stream into records
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Git/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Git::Repository) >= 1.314.0
BuildRequires: perl(Git::Repository::Command)
BuildRequires: perl(Git::Repository::Plugin)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Git)
BuildRequires: perl(Test::More)
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::CPAN::Meta)

BuildArch: noarch

%description
the Git::Repository::Log manpage is a class whose instances represent log
items from a *git log* stream.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri May 29 2015 abfonly <John@smith.org> 1.312.0-1
- (ed2af2e) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12974 |14cu|perl-Git-Wrapper-0.45.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Git-Wrapper
%define upstream_version 0.045


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Wrap git(7) command-line interface

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Git/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	git
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::pushd) >= 1.9.0
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Sort::Versions)
BuildRequires:	perl(Env::Path)
BuildRequires:	perl(Devel::CheckBin)
BuildRequires:	perl(Path::Class) >= 0.26
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(File::chdir)

BuildArch:	noarch

Requires: git

%description
Git::Wrapper provides an API for git(7) that uses Perl data structures for
argument passing, instead of CLI-style '--options' as the Git manpage does.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
git config --global user.email "John@smith.org"
git config --global user.name "John Smith"
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Sep 06 2015 abfonly <abfonly@gmail.com> 0.45.0-1
- (85869d7) Log: Update to 0.45.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12975 |14cu|perl-GnuPG-Interface-0.520.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 GnuPG-Interface
%define upstream_version 0.52
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	GnuPG-Interface module for perl

Group:		Development/Perl
License:	GPL
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/GnuPG/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	gnupg
BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Class::MethodMaker)
# For interactive tests
BuildRequires:	perl(Expect)
BuildRequires:	perl(Moo)
BuildRequires:	perl(strictures)
BuildRequires:	perl(MooX::late)


Requires:	perl(Class::MethodMaker)
BuildArch:	noarch


%description
GnuPG::Interface and its associated modules
are designed to provide an object-oriented
method for interacting with GnuPG, being able
to perform functions such as but not limited
to encrypting, signing, decryption, verification,
and key-listing parsing.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
perl -mExpect -e 'my $e=Expect->spawn("make test");
$e->expect(undef);
exit $e->exitstatus()'

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/GnuPG
%{_mandir}/*/*


%changelog
* Wed Feb 25 2015 John Smith <John@smith.org> 0.520.0-1
+ Revision: fc4b685
- Log: Update to 0.520.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12976 |14cu|perl-GraphViz-2.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 GraphViz
%define upstream_version 2.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/R/RS/RSAVAGE/%{upstream_name}-%{upstream_version}.tgz


BuildRequires: perl(Carp) >= 1.360.0
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Which) >= 1.90.0
BuildRequires: perl(Getopt::Long) >= 2.470.0
BuildRequires: perl(IO::Dir) >= 1.40.0
BuildRequires: perl(IO::File) >= 1.100.0
BuildRequires: perl(IPC::Run) >= 0.600.0
BuildRequires: perl(LWP::Simple) >= 6.0.0
BuildRequires: perl(Parse::RecDescent) >= 1.965.1
BuildRequires: perl(Pod::Usage) >= 1.160.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Time::HiRes) >= 1.510.0
BuildRequires: perl(XML::Twig) >= 3.380.0
BuildRequires: perl(XML::XPath) >= 1.130.0
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
BuildRequires: fonts-ttf-dejavu
BuildRequires: graphviz
BuildRequires: perl-devel
BuildRequires: perl(Test::Pod)

BuildArch:	noarch

Requires:	graphviz

%description
This module provides an interface to layout and image generation of
directed and undirected graphs in a variety of formats (PostScript, PNG,
etc.) using the "dot", "neato" and "twopi" programs from the GraphViz
project (http://www.graphviz.org/ or
http://www.research.att.com/sw/tools/graphviz/). 

%prep
%setup -qn %{upstream_name}-%{upstream_version}
# Make rpmlint happy
pushd examples
find . -name "*.pl" -o -name "dprofpp.graphviz" |xargs chmod 0644
perl -pi -e "s|/usr/local/bin/perl|%{__perl}|" primes_aux.pl
perl -pi -e "s|perl|%{__perl}|" clusters2.pl
popd

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std



%files
%doc Changes LICENSE README META.json META.yml examples
%{perl_vendorlib}/GraphViz.pm
%{perl_vendorlib}/GraphViz
%{perl_vendorlib}/Devel
%{_mandir}/*/*



%changelog

* Mon Jul 13 2015 abfonly <abfonly@gmail.com> 2.180.0-1
- (947a9b7) Log: Update to 2.180.0, fixed attr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12977 |14cu|perl-GStreamer-0.200.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    GStreamer
%define upstream_version 0.20

%define __noautoprov 'GStreamer.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Perl module for the gstreamer library
License:    GPL+ or Artistic
Group:      Development/GNOME and GTK+
Url:        http://gtk2-perl.sf.net/
Source0:    %{upstream_name}-%{upstream_version}.tar.gz
# http://sourceforge.net/project/showfiles.php?group_id=64773&package_id=150831

BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(ExtUtils::PkgConfig)
BuildRequires: perl(Glib)
BuildRequires: pkgconfig(gstreamer-0.10) >= 0.10
BuildRequires: perl(Gtk2::Builder)
BuildRequires: perl-devel


%description
This module allows you to use the GStreamer library from Perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make 

%check
%make test 

%install
%makeinstall_std

%files
%doc LICENSE META.json META.yml NEWS README TODO examples
%{_mandir}/*/*
%{perl_vendorarch}/%{upstream_name}*
%{perl_vendorarch}/auto/*





%changelog

* Tue May 31 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.200.0-2
- (ae8003b) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12978 |14cu|perl-Gtk2-Html2-0.04-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Gtk2-Html2
%define fmodule Html2

Summary: Perl module for the gtkhtml2 library

Name:    perl-%module
Version: 0.04
Release:	20
License: GPL or Artistic
Group:   Development/GNOME and GTK+
Source:  %{module}-%{version}.tar.bz2
Patch0:  Gtk2-Html2-0.04-fix-example.patch
URL: http://gtk2-perl.sf.net/
BuildRequires: gtkhtml2-devel => 2.4, perl-devel perl-ExtUtils-Depends perl-Gtk2 >= 1.083-2mdk
BuildRequires: perl-ExtUtils-PkgConfig
Requires: perl-Gtk2 

%description
This package adds perl support for GtkHTML2.


%prep
%setup -q -n %module-%{version}
%patch0 -p0
find -type d -name CVS | rm -rf 

%build
RPM_OPT_FLAGS="%{optflags}"
export GTK2_PERL_CFLAGS="%{optflags}"
perl Makefile.PL INSTALLDIRS=vendor
make OPTIMIZE="%{optflags}"
#%make test || :

%install
%makeinstall_std

%clean


%files
%defattr(-, root, root)
%doc examples/*
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2/*
%{perl_vendorarch}/auto/*





%changelog
* Wed Nov 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.04-20
+ Revision: 92adab3
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12979 |14cu|perl-Gtk2-Sexy-0.50.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Gtk2-Sexy
%define	upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	10

Summary:	Perl interface to the sexy widget collection 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://www.chipx86.com/wiki/Libsexy
Source0:	http://www.cpan.org/modules/by-module/Gtk2/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	libsexy-devel
BuildRequires:	perl-Cairo
BuildRequires:	perl-ExtUtils-Depends
BuildRequires:	perl-ExtUtils-PkgConfig
BuildRequires:	perl-Glib
BuildRequires:	perl-Gtk2
BuildRequires:	perl-devel

%description
This module allows a perl developer to access the widgets of the sexy
widget collection, which currently includes the following widgets:
- SexyIconEntry: a GtkEntry with support for inline icons
- SexySpellEntry: a GtkEntry with inline spell checking
- SexyUrlLabel: a GtkLabel with support for embedded hyperlinks

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc examples/*
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2
%{perl_vendorarch}/auto/Gtk2



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.50.0-10
+ Revision: 430f5d1
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12980 |14cu|perl-Gtk2-Spell-1.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Gtk2-Spell
%define upstream_version 1.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1

Summary:    Perl module for the gtkspell library

License:    GPL+ or Artistic
Group:      Development/GNOME and GTK+
Url:        http://gtk2-perl.sf.net/
Source0:    http://sourceforge.net/projects/gtk2-perl/files/Gtk2_Spell/%{upstream_version}/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: glitz-devel
BuildRequires: gtkspell-devel 
BuildRequires: perl-ExtUtils-Depends 
BuildRequires: perl-ExtUtils-PkgConfig 
BuildRequires: perl-Gtk2 
BuildRequires: perl-Glib > 1.00 
Buildrequires: perl-devel

Requires: gtk+2

%description
This module provides perl access to the gtkspell library.

The GtkSpell graphical user interface library allow to write applications that
highlight mis-spelled words.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 

%build
perl Makefile.PL INSTALLDIRS=vendor
make OPTIMIZE="%{optflags} -Os -s"

%install
%makeinstall_std

%clean

%files
%doc LICENSE gtkspell_simple.pl
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2/*
%{perl_vendorarch}/auto/Gtk2/*

%changelog
* Sat Oct 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-1
+ Revision: f0b1d21
- Drop unneeded patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12981 |14cu|perl-Gtk2-TrayIcon-0.60.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Gtk2-TrayIcon
%define upstream_version 0.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	10

Summary:    Perl module interface to the EggTrayIcon library

License:    GPL+ or Artistic
Group:      Development/GNOME and GTK+
Url:        http://gtk2-perl.sf.net/
Source0:    %{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires: glitz-devel
BuildRequires: gtk+2-devel
BuildRequires: perl-Cairo
BuildRequires: perl-ExtUtils-Depends
BuildRequires: perl-ExtUtils-PkgConfig
BuildRequires: perl-Glib >= 0.92
BuildRequires: perl-Gtk2
BuildRequires: perl-devel

Requires: gtk+2
Requires: perl-Gtk2 >= 0.95-6mdk

%description
This module allows a Perl developer to embed an arbitrary widget
in a System Tray like the Gnome notification area.
System Trays are found in both KDE and Gnome.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

#%check
#%make test || :

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc examples/*
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2
%{perl_vendorarch}/auto/*



%changelog
* Wed Nov 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-10
+ Revision: 5c702d6
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12982 |14cu|perl-Guard-1.23.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Guard
%define upstream_version 1.023
%define __noautoprov 'Guard.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Safe cleanup blocks

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0

%description
This module implements so-called "guards". A guard is something (usually an
object) that "guards" a resource, ensuring that it is cleaned up when
expected.

Specifically, this module supports two different types of guards: guard
objects, which execute a given code block when destroyed, and scoped
guards, which are tied to the scope exit.


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes COPYING META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Tue May 31 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.23.0-2
- (a82933a) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12983 |14cu|perl-Hal-Cdroms-0.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	Hal-Cdroms
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Access cdroms through HAL and D-Bus
License:	GPL+ or Artistic
Group:		Development/Perl
Source:		http://search.cpan.org/CPAN/authors/id/T/TV/TVIGNAUD/%{upstream_name}-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{upstream_name}

BuildRequires:	perl-devel
Requires:	perl(Net::DBus)

BuildArch:	noarch

%description
Access cdroms through HAL and D-Bus

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes META.json META.yml
%{perl_vendorlib}/Hal/Cdroms*
%{_mandir}/*/*

%changelog

* Tue Sep 15 2015 abfonly <abfonly@gmail.com> 0.40.0-1
- (73fd0c8) Log: Repack according to rosa perl packaging policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12984 |14cu|perl-Hash-MultiValue-0.160.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hash-MultiValue
%define upstream_version 0.16

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Store multiple values per key

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/authors/id/A/AR/ARISTOTLE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Test::More) >= 1.1.9


BuildRequires: perl-devel


BuildArch:  noarch

%description
Hash::MultiValue is an object (and a plain hash reference) that may contain
multiple values per key, inspired by MultiDict of WebOb.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Mon Jul 13 2015 abfonly <abfonly@gmail.com> 0.160.0-1
- (19ab14f) Log: Update to 0.160.0,
- (19ab14f) fixed source0 url



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12985 |14cu|perl-Hash-NoRef-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hash-NoRef
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A HASH that store values without increase the reference count (weak references)
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Hash/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel

%description
This HASH will store it's values without increase the reference count. This
can be used to store objects but without interfere in the DESTROY
mechanism, since the reference in this HASH won't count.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 0.30.0-1
- (9ce60a9) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12986 |14cu|perl-Hash-Rename-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hash-Rename
%define upstream_version 2.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Rename hash keys

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Hash/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Compile)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(UNIVERSAL::require)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(TAP::Harness::Env)
BuildRequires:	perl(Test::Differences)
BuildArch:	noarch

%description
Using this module you can rename a hash's keys in place.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL --installdirs=vendor
./Build

%install
./Build install --destdir=%{buildroot}

%check
./Build test

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Mon Jan 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-1
+ Revision: 9c68a9e
- Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12987 |14cu|perl-Hash-Slice-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hash-Slice
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Make a hash from a deep slice of another hash
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Hash/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel
BuildRequires: perl(Carp::Clan)
BuildRequires: perl(Clone)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Storable)
BuildRequires: perl(Test::Most)

BuildArch: noarch

%description
Hash::Slice lets you easily make a deep slice of a hash, specifically a
hash containing one or more nested hashes. Instead of just taking a slice
of the first level of a hash in an all-or-nothing manner, you can use slice
to take a slice of the first level, then take a particular slice of the
second level, and so on.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jul 08 2015 abfonly <abfonly@gmail.com> 0.30.0-1
- (45ee0f5) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12988 |14cu|perl-Hash-Util-FieldHash-Compat-0.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hash-Util-FieldHash-Compat
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Emulate Hash::Util::FieldHash using

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Hash/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CPAN::Meta)             
BuildRequires:	perl(CPAN::Meta::Requirements)
BuildRequires:	perl(Exporter)                
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0     
BuildRequires:	perl(File::Spec::Functions)   
BuildRequires:	perl(Hash::Util::FieldHash)   
BuildRequires:	perl(List::Util)              
BuildRequires:	perl(Scalar::Util)            
BuildRequires:	perl(Test::More) >= 1.1.9              
BuildRequires:	perl(Tie::RefHash)            
BuildRequires:	perl(Tie::RefHash::Weak)      
BuildRequires:	perl(constant)                
BuildRequires:	perl(parent)                  
BuildRequires:	perl(strict)                  
BuildRequires:	perl(version)                 
BuildRequires:	perl(warnings)
BuildRequires:	perl(Test::use::ok)

BuildArch:	noarch

%description
Under older perls this module provides a drop in compatible api to the
Hash::Util::FieldHash manpage using the perltie manpage. When the
Hash::Util::FieldHash manpage is available it will use that instead.

This way code requiring field hashes can benefit from fast, robust field
hashes on Perl 5.10 and newer, but still run on older perls that don't ship
with that module.

See the Hash::Util::FieldHash manpage for all the details of the API.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Sep 15 2015 abfonly <abfonly@gmail.com> 0.90.0-1
- (8e812b1) Log: Update to 0.90.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12989 |14cu|perl-Hijk-0.220.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hijk
%define upstream_version 0.22

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Specialized HTTP client
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Net::Ping)
BuildRequires: perl(Plack)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildArch: noarch



%description
Hijk is a specialized HTTP Client that does nothing but transport the
response body back. It does not feature as a "user agent", but as a dumb
client. It is suitable for connecting to data servers transporting via HTTP
rather then web servers.

Most of HTTP features like proxy, redirect, Transfer-Encoding, or SSL are
not supported at all. For those requirements we already have many good HTTP
clients like the HTTP::Tiny manpage, the Furl manpage or the LWP::UserAgent
manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml LICENSE README.*
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Thu Jun 18 2015 abfonly <John@smith.org> 0.220.0-1
- (aed0fc5) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12990 |14cu|perl-HTML-FillInForm-2.210.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTML-FillInForm
%define upstream_version 2.21

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Populates HTML Forms with data
License:    Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CGI)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(HTML::Parser) >= 3.260.0
BuildRequires: perl(HTML::TokeParser) >= 3.260.0
BuildRequires: perl(warnings)
BuildRequires: perl(Test::Output)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module automatically inserts data from a previous HTML form into the HTML
input, textarea, radio buttons, checkboxes and select tags.  It is a subclass
of HTML::Parser and uses it to parse the HTML and insert the values into the
form tags.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README
%{_mandir}/*/*
%{perl_vendorlib}/HTML


%changelog
* Sat Mar 07 2015 John Smith <John@smith.org> 2.210.0-1
+ Revision: ce1a3c4
- Log: update to 2.210.0, fixed tests, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12991 |14cu|perl-HTML-FormatText-WithLinks-0.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name HTML-FormatText-WithLinks
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	HTML to text conversion with links as footnotes
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(HTML::FormatText)
BuildRequires:	perl(HTML::TreeBuilder)
BuildRequires:	perl(Module::Build) >= 0.400.400
BuildRequires:	perl(URI::WithBase)
BuildRequires:	perl(Test::More) >= 1.1.9

BuildArch:	noarch

%description
HTML to text conversion with links as footnotes.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Wed Sep 23 2015 abfonly <abfonly@gmail.com> 0.150.0-1
- (97238ce) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12992 |14cu|perl-HTML-FormHandler-0.400.590-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-FormHandler
%define upstream_version 0.40059

# Required but not provided with internal dep. generator
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(HTML::FormHandler::Meta::Role\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	An HTML form handler written in Moose

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(List::AllUtils)
BuildRequires:	perl(Data::Clone)
BuildRequires:	perl(Carp)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Strptime)
BuildRequires:	perl(Email::Valid)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Locale::Maketext)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Getopt)
BuildRequires:	perl(MooseX::Traits)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(MooseX::Types::Common)
BuildRequires:	perl(MooseX::Types::LoadableClass)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(HTML::TreeBuilder)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(File::ShareDir::Install)
BuildRequires:	perl(Template::Base)
BuildRequires:	perl(Config::Any)
BuildRequires:	perl(YAML::Syck)

BuildArch:	noarch

%description
HTML::FormHandler maintains a clean separation between form construction
and form rendering. It allows you to define your forms and fields in a
number of flexible ways. Although it provides renderers for HTML, you can
define custom renderers for any kind of presentation.

Although documentation in this file provides some overview, it is mainly
intended for API documentation. See the HTML::FormHandler::Manual::Intro
manpage for a more detailed introduction.

HTML::FormHandler allows you to define form fields and validators. It can
be used for both database and non-database forms, and will automatically
update or create rows in a database. It can be used to process structured
data that doesn't come from an HTML form.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README META.json LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri Jun 19 2015 abfonly <John@smith.org> 0.400.590-1
- (7f38b44) Log: Update to 0.400.590



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12993 |14cu|perl-HTML-FormHandler-Model-DBIC-0.290.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-FormHandler-Model-DBIC
%define upstream_version 0.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Generate form classes from DBIC schema

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/HTML-FormHandler-Model-DBIC-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(DBIx::Class)
BuildRequires:	perl(DBIx::Class::ResultSet::RecursiveUpdate)
BuildRequires:	perl(DateTime::Format::MySQL)
BuildRequires:	perl(DateTime::Format::SQLite)
BuildRequires:	perl(DateTime::Format::W3CDTF)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::FormHandler)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Getopt)
BuildRequires:	perl(SQL::Abstract)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Test::Exception)


# For tests that use perl(HTML::FormHandler)
BuildRequires:	perl(aliased)
BuildArch:	noarch

%description
Catalyst based application.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test



%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_bindir}/form_generator.pl
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Sat Mar 07 2015 John Smith <John@smith.org> 0.290.0-1
+ Revision: c63b6da
- Log: Update to 0.290.0, fixed BR, enabled and fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12994 |14cu|perl-HTML-FromText-2.70.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-FromText
%define upstream_version 2.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Perl module to Convert plain text to HTML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/R/RJ/RJBS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Email::Find::addrspec)
BuildRequires:	perl(Exporter) 
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.30 
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Text::Tabs)
BuildRequires:	perl(strict)
BuildRequires:	perl(version) >= 0.990.100
BuildRequires:	perl(warnings)
BuildArch:	noarch

%description
HTML::FromText converts text to HTML.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/HTML/FromText.pm
%{_bindir}/text2html
%{_mandir}/man*/*



%changelog

* Mon Jun 01 2015 abfonly <John@smith.org> 2.70.0-2
- (0f020b0) Log: fixed BR, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12995 |14cu|perl-HTML-Lint-2.220.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTML-Lint
%define upstream_version 2.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Module to check for HTML errors

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/P/PE/PETDANCE/%{upstream_name}-%{upstream_version}.tar.gz
# patch from mga
Patch0:		HTML-Lint-2.22-fix-tests.patch

BuildRequires:	perl-devel
BuildRequires:	perl(Exporter) >= 5.720.0
BuildRequires:	perl(File::Find) >= 0.530.0
BuildRequires:	perl(HTML::Entities) >= 1.0.100-
BuildRequires:	perl(HTML::Parser) >=  3.47
BuildRequires:	perl(HTML::Tagset) >=  3.03
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(LWP::Simple)

BuildArch:	noarch

%description
This Perl module is used to check for HTML errors in strings or files.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
%patch0 -p1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{perl_vendorlib}/HTML
%{perl_vendorlib}/Test
%{_mandir}/*/*
%{_bindir}/*


%changelog

* Mon Jul 13 2015 abfonly <abfonly@gmail.com> 2.220.0-1
- (430df0f) Log: Update to 2.220.0, patched tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12996 |14cu|perl-HTML-Restrict-2.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Restrict
%define upstream_version 2.2.2

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Strip away unwanted HTML tags and attributes
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dump)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(HTML::Parser)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Module::Build) >= 0.280.0
BuildRequires: perl(Moo) >= 1.2.0
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Quote)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Type::Tiny) >= 1.0.1
BuildRequires: perl(Types::Standard)
BuildRequires: perl(URI)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

BuildArch:  noarch

%description
This module uses _HTML::Parser_ to strip HTML from text in a restrictive
manner. By default all HTML is restricted. You may alter the default
behaviour by supplying your own tag rules.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CONTRIBUTORS Changes LICENSE META.json META.yml README examples
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Thu Sep 24 2015 abfonly <abfonly@gmail.com> 2.2.2-1
- (450b9b6) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12997 |14cu|perl-HTML-RewriteAttributes-0.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-RewriteAttributes
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Concise attribute rewriting

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/HTML-RewriteAttributes/
Source0:	http://www.cpan.org/authors/id/S/SA/SARTAK/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(HTML::Tagset)
BuildRequires:	perl(URI)
BuildRequires:	perl(Test::More)
BuildArch:	noarch
# rpm doesn't catch this
Requires:	perl(HTML::Parser)

%description
HTML::RewriteAttributes is designed for simple yet powerful HTML attribute
rewriting.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
chmod -R u+w %{buildroot}/*

%files
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog
* Sat Mar 07 2015 abfonly <John@smith.org> 0.50.0-1
+ Revision: a8cdb83
- Log: Update to 0.50.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12998 |14cu|perl-HTML-Scrubber-0.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Scrubber
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl extension for scrubbing/sanitizing html 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/HTML-Scrubber-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:	perl(Carp) >= 1.360.0
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(Test)
BuildRequires:	perl(Test::CPAN::Meta) >= 0.250.0
BuildRequires:	perl(Test::EOL)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::NoTabs)
BuildRequires:	perl(utf8)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)

BuildArch:	noarch

%description
If you wanna "scrub" or "sanitize" html input in a reliable and flexible 
fashion, then this perl module is for you.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.json META.yml README
%{perl_vendorlib}/HTML
%{_mandir}/man3/*


%changelog

* Tue Dec 29 2015 Denis Silakov <dsilakov@gmail.com> 0.150.0-1
- (7c5f7dc) Updated to 0.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 12999 |14cu|perl-HTML-Selector-XPath-0.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Selector-XPath
%define upstream_version 0.18

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    CSS Selector to XPath compiler
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Base)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(HTML::TreeBuilder::XPath)
BuildRequires: perl-devel

BuildArch: noarch

%description
HTML::Selector::XPath is a utility function to compile full set of CSS2 and
partial CSS3 selectors to the equivalent XPath expression.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Sep 19 2015 abfonly <abfonly@gmail.com> 0.180.0-1
- (54c1099) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13000 |14cu|perl-HTML-SimpleParse-0.120.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-SimpleParse
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	HTML::SimpleParse Perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
HTML::SimpleParse module for Perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/HTML/*
%{_mandir}/*/*



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-8
+ Revision: 0a7daad
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13001 |14cu|perl-HTML-Strip-2.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Strip
%define upstream_version 2.09
%define __noautoprov 'Strip.so'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:    Perl extension for stripping HTML markup from text

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(strict)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(warnings)
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl-devel

%description
This module simply strips HTML-like markup from text in a very quick and
brutal manner. It could quite easily be used to strip XML or SGML from text
as well; but removing HTML markup is a much more common problem, hence this
module lives in the HTML:: namespace.

It is written in XS, and thus about five times quicker than using regular
expressions for the same task.

It does _not_ do any syntax checking (if you want that, use the
HTML::Parser manpage), instead it merely applies the following rules:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 2.90.0-1
- (0dd11fa) Log: Update to 2.90.0, fixed BR, filter provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13002 |14cu|perl-HTML-Table-2.80.0a-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Table
%define upstream_version 2.08a

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	HTML::Table module for perl 

License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/A/AJ/AJPEACOCK/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel

BuildArch:	noarch

%description
HTML::Table is used to generate HTML tables for CGI scripts.  By using the
methods provided fairly complex tables can be created, manipulated, then
printed from Perl scripts.  The module also greatly simplifies creating
tables within tables from Perl.  It is possible to create an entire table
using the methods provided and never use an HTML tag.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes META.yml README lib/HTML/Table.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{perl_vendorlib}/HTML/Table.pm
%{_mandir}/*/*





%changelog

* Tue Sep 15 2015 abfonly <abfonly@gmail.com> 2.80.0a-1
- (a72d937) Log: Rebuild according to rosa perl policy
- (a72d937) fixed linting and source url



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13003 |14cu|perl-HTML-Template-2.900.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Template
%define upstream_version 2.9

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Perl module to use HTML Templates from CGI scripts

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SA/SAMTREGAR/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)

BuildArch:	noarch

%description
This module attempts make using HTML templates simple and natural. It
extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>,
<TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. The file
written with HTML and these new tags is called a template. It is
usually saved separate from your script - possibly even created by
someone else!  Using this module you fill in the values for the
variables, loops and branches declared in the template. This allows
you to separate design - the HTML - from the data, which you generate
in the Perl script.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ANNOUNCE ARTISTIC Changes FAQ README
%{perl_vendorlib}/HTML
%{_mandir}/*/*


%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.900.0-8
+ Revision: 249e2d1
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13004 |14cu|perl-HTML-TreeBuilder-LibXML-0.250.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-TreeBuilder-LibXML
%define upstream_version 0.25

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	HTML::Element compatible API for HTML::TreeBuilder::LibXML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Filter::Util::Call)
BuildRequires:	perl(HTML::TreeBuilder::XPath)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(XML::LibXML)
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0

BuildArch:	noarch

%description
HTML::TreeBuilder::XPath is libxml based compatible interface to
HTML::TreeBuilder, which could be slow for a large document.

HTML::TreeBuilder::LibXML is drop-in-replacement for
HTML::TreeBuilder::XPath.

This module doesn't implement all of HTML::TreeBuilder and HTML::Element
APIs, but eough methods are defined so modules like Web::Scraper work.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml 
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jul 15 2015 abfonly <abfonly@gmail.com> 0.250.0-1
- (eaaf6be) Log: update to 0.250.0, spec clean,
- (eaaf6be) fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13005 |14cu|perl-HTML-WikiConverter-Markdown-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-WikiConverter-Markdown
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Convert HTML to Markdown markup

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Tagset)
BuildRequires:	perl(HTML::WikiConverter)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildRequires:	perl(Test::Pod::Coverage) >= 1.04
BuildArch:	noarch

%description
This module contains rules for converting HTML into Markdown markup. You
should not use this module directly; HTML::WikiConverter is the entry point
for html->wiki conversion (eg, see synopsis above). See the
HTML::WikiConverter manpage for additional usage details.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Sat Mar 07 2015 abfonly <John@smith.org> 0.60.0-1
+ Revision: d482408
- Log: Update to 0.60.0, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13006 |14cu|perl-HTTP-Body-1.220.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 HTTP-Body
%define upstream_version 1.22

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	HTTP Body Parser

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTTP/HTTP-Body-%{upstream_version}.tar.gz

BuildRequires:  perl(HTTP::Headers)
BuildRequires:  perl(Test::Deep)
BuildRequires:  perl(YAML)
BuildRequires:  perl-devel

BuildArch:	    noarch

%description
Perl module to parse HTTP request bodies.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README Changes META.yml LICENSE
%{perl_vendorlib}/HTTP/Body/*
%{perl_vendorlib}/HTTP/Body.pm
%{_mandir}/man3/*



%changelog

* Tue Jun 09 2015 abfonly <John@smith.org> 1.220.0-1
- (6b52dd2) Log: Update to 1.220.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13007 |14cu|perl-HTTP-BrowserDetect-2.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTTP-BrowserDetect
%define upstream_version 2.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Determine the Web browser, version, and platform from an HTTP user agent string

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::FailWarnings)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Data::Dump)
BuildRequires:	perl(YAML::Tiny)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(JSON::PP)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0


BuildArch:	noarch

%description
The HTTP::BrowserDetect object does a number of tests on an HTTP user agent
string. The results of these tests are available via methods of the object.

This module is based upon the JavaScript browser detection code available at
http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
perl -pi -e 's/\015$//' README

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# This will produce a lot of noise.Symbianflo
make test

%install
%makeinstall_std
chmod -x %{buildroot}%{perl_vendorlib}/HTTP/BrowserDetect.pm

%files
%doc Changes META.json META.yml README
%{perl_vendorlib}/HTTP
%{_mandir}/*/*



%changelog

* Tue Sep 15 2015 abfonly <abfonly@gmail.com> 2.50.0-1
- (18aa547) Log: Update to 2.50.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13008 |14cu|perl-HTTP-CookieMonster-0.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-CookieMonster
%define upstream_version 0.09

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Easy read/write access to your jar of HTTP::
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Data::Serializer)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(HTTP::Cookies)
BuildRequires: perl(Module::Build) >= 0.360.100
BuildRequires: perl(Moo) >= 1.0.3
BuildRequires: perl(Safe::Isa)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Most)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildArch:  noarch

%description
Warning: this is BETA code which is still subject to change.

This module was created because messing around with the HTTP::Cookies
manpage is non-trivial. the HTTP::Cookies manpage a very useful module, but
using it is not always as easy and clean as it could be. For instance, if
you want to find a particular cookie, you can just ask for it by name.
Instead, you have to use a callback:

    $cookie_jar->scan( \&callback )

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README examples
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Wed Sep 23 2015 abfonly <abfonly@gmail.com> 0.90.0-1
- (08fe4ea) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13009 |14cu|perl-HTTP-DAV-0.480.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-DAV
%define upstream_version 0.48

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A WebDAV client library for Perl5

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-libwww-perl
BuildRequires:	perl(XML::DOM)
BuildRequires:	perl(Crypt::SSLeay)
BuildRequires:	perl(MD5)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
PerlDAV is a Perl library for modifying content on webservers using the WebDAV
protocol. Now you can LOCK, DELETE and PUT files and much more on a DAV-enabled
webserver.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# fix attribs
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# requires a "test server"...
#make test TEST_VERBOSE=1

%install
%makeinstall_std

%files
%doc Changes README TODO doc/*
%{_bindir}/dave
%{_mandir}/*/*
%{perl_vendorlib}/HTTP

%changelog

* Mon Mar 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.480.0-1
- (e13c684) Updated to 0.48 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13010 |14cu|perl-HTTP-Headers-Fast-0.190.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Headers-Fast
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Faster implementation of HTTP::Headers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Filter::Util::Call)
BuildRequires:	perl(HTTP::Date)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(YAML)
BuildRequires:  perl(CPAN::Meta::YAML) >= 0.16.0

BuildArch:	noarch

%description
HTTP::Headers::Fast is a perl class for parsing/writing HTTP headers.

The interface is the same as HTTP::Headers.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc  META.yml META.json Changes LICENSE README.*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri Sep 18 2015 abfonly <abfonly@gmail.com> 0.190.0-1
- (025e3c7) Log: Update to 0.190.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13011 |14cu|perl-HTTP-Lite-2.440.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Lite
%define upstream_version 2.44

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Lightweight HTTP implementation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(CGI)
BuildRequires:	perl(Fcntl)
BuildRequires:	perl(Socket)


BuildArch:	noarch

%description
HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
for perl.  It is not intended as a replacement for the
fully-features LWP module.  Instead, it is intended for use in
situations where it is desirable to install the minimal number of
modules to achieve HTTP support, or where LWP is not a good
candidate due to CPU overhead, such as slower processors.
HTTP::Lite is also significantly faster than LWP.

HTTP::Lite is ideal for CGI (or mod_perl) programs or for bundling
for redistribution with larger packages where only HTTP GET and
POST functionality are necessary.

HTTP::Lite supports basic POST and GET operations only.  As of
0.2.1, HTTP::Lite supports HTTP/1.1 and is compliant with the Host
header, necessary for name based virtual hosting.  Additionally,
HTTP::Lite now supports Proxies.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README META.json META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jul 15 2015 abfonly <abfonly@gmail.com> 2.440.0-1
- (9892763) Log: Update to 2.440.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13012 |14cu|perl-HTTP-Parser-XS-0.170.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Parser-XS
%define upstream_version 0.17
%define __noautoprov 'XS.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A fast, primitive HTTP request parser


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl-devel


%description
HTTP::Parser::XS is a fast, primitive HTTP request/response parser.

The request parser can be used either for writing a synchronous HTTP server
or a event-driven server.

The response parser can be used for writing HTTP clients.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.170.0-1
- (02e48c1) log: Update to 0.170.0, filter provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13013 |14cu|perl-HTTP-Proxy-0.304.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Proxy
%define upstream_version 0.304

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    An internal filter to respect RFC2616
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/B/BO/BOOK/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel
BuildRequires: perl(Carp) >= 1.360.0
BuildRequires: perl(Exporter) >= 5.720.0
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(HTTP::Daemon)
BuildRequires: perl(HTTP::Date)
BuildRequires: perl(HTTP::Headers)
BuildRequires: perl(HTTP::Headers::Util)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IO::Select)
BuildRequires: perl(IO::Socket::INET)
BuildRequires: perl(LWP::ConnCache)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(POSIX)
BuildRequires: perl(Socket)
BuildRequires: perl(Sys::Hostname)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(base)
BuildRequires: perl(constant)
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
BuildRequires: perl(HTML::Parser)
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Test::CPAN::Meta) >= 0.250.0
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0



BuildArch: noarch

%description
This module implements an HTTP proxy, using an the HTTP::Daemon manpage to
accept client connections, and an the LWP::UserAgent manpage to ask for the
requested pages.

The most interesting feature of this proxy object is its ability to filter
the HTTP requests and responses through user-defined filters.

Once the proxy is created, with the 'new()' method, it is possible to alter
its behaviour by adding so-called "filters." This is done by the
'push_filter()' method. Once the filter is ready to run, it can be
launched, with the 'start()' method. This method does not normally return
until the proxy is killed or otherwise stopped.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jul 15 2015 abfonly <abfonly@gmail.com> 0.304.0-1
- (2e046e2) Log: Update to 0.304.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13014 |14cu|perl-HTTP-Recorder-0.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTTP-Recorder
%define upstream_version 0.07
%define oname httprecorder


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Record interaction with websites

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SE/SEMUELF/%{upstream_name}-%{upstream_version}.tar.gz

# fixed upstream
# https://rt.cpan.org/Public/Ticket/Attachment/WithHeaders/651281
# Patch0:		HTTP-Recorder-0.05-fix_cpan_14388.diff
BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(HTTP::Request::Params)
BuildRequires:	perl-libwww-perl
BuildRequires:	perl(URI)
BuildRequires:	perl(Email::Simple)
BuildRequires:	perl(Class::Accessor::Fast)
BuildArch:	noarch

%description
This is a browser-independent recorder for recording interactions with
web sites.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README MYMETA.yml META.yml META.json CHANGES
%{_bindir}/%{oname}
%{perl_vendorlib}/HTTP
%{_mandir}/*/*



%changelog
* Sat Mar 07 2015 abfonly <John@smith.org> 0.70.0-1
+ Revision: fa6c814
- Log: Update to 0.70.0, dropped patch fixed upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13015 |14cu|perl-HTTP-Request-Params-1.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTTP-Request-Params
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Retrieve GET/POST Parameters from HTTP Requests

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(CGI) >= 3.0.0
BuildRequires:	perl(Class::Accessor::Fast) >= 0.190.0
BuildRequires:	perl(Email::MIME::ContentType) >= 1.0.0
BuildRequires:	perl(Email::MIME::Modifier) >= 1.420.0
BuildRequires:	perl(HTTP::Request) >= 1.400.0
BuildRequires:	perl(HTTP::Request::Common) >= 1.260.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

Requires:	perl(Class::Accessor::Fast)

BuildArch:	noarch

%description
This software does all the dirty work of parsing HTTP Requests to find incoming
query parameters.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml META.json
%{perl_vendorlib}/HTTP
%{_mandir}/*/*

%changelog

* Fri Sep 18 2015 abfonly <abfonly@gmail.com> 1.20.0-1
- (2bfc5bc) Log: Update to 1.20.0
- (2bfc5bc) drop patch
- (2bfc5bc) spec clean
- (2bfc5bc) fixed BR, Req, and docs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13016 |14cu|perl-I18N-Charset-1.414.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	I18N-Charset
%define upstream_version 1.414

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	IANA Character Set Registry names and Unicode::MapUTF8

License:	GPL+ or Artistic
Group:		Development/Perl
Source:		http://search.cpan.org/CPAN/authors/id/M/MT/MTHURN/I18N-Charset-%{upstream_version}.tar.gz
URL:		http://search.cpan.org/dist/%{upstream_name}

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.38.0
BuildRequires:	perl(IO::Capture::Stderr)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(App::Info::Lib::Iconv)
BuildRequires:	perl(Encode)
BuildRequires:	perl(Jcode)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Unicode::Map)
BuildRequires:	perl(Unicode::Map8)
BuildRequires:	perl(Unicode::MapUTF8)

BuildArch:	noarch

%description
This distribution contains a module I18N::Charset which maps Character
Set names to the names officially registered with IANA.  For example,
'Shift_JIS' is the official name of what is often referred to in HTML
headers as 'x-sjis'.

It also maps character set names to Unicode::Map, Unicode::Map8, and
Unicode::MapUTF8 conversion scheme names (if those modules are
installed).  For example, the Unicode::Map8 scheme name for
'windows-1251' is 'cp1251'.

It also maps character set names to their preferred MIME names.  For
example, the preferred MIME name for 'ISO_646.irv:1991' is 'US-ASCII'.

It also maps character set names to conversion scheme names as defined
by the iconv library.  For example, the iconv conversion scheme name
for 'Shift_JIS' is 'MS_KANJI'.

It also maps character set names to encoding names as defined
by the Encode module.  For example, the Encode encoding name
for 'Shift_JIS' is 'shiftjis'.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 
iconv -f iso8859-1 -t utf-8 Changes > Changes.conv && mv -f Changes.conv Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{perl_vendorlib}/I18N
%{_mandir}/*/*


%changelog

* Tue Jun 30 2015 abfonly <John@smith.org> 1.414.0-1
- (1c3b00a) Log: Update to 1.414.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13017 |14cu|perl-Image-Base-1.170.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Image-Base
%define upstream_version 1.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Base class for loading, manipulating and saving images

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/K/KR/KRYDE/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel

BuildArch:	noarch

%description
This class should not be used directly. Known inheritors are Image::Xbm and
Image::Xpm.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Image
%{_mandir}/*/*


%changelog
* Sat Mar 07 2015 abfonly <John@smith.org> 1.170.0-1
+ Revision: 41aebcd
- Log: Update to 1.170.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13018 |14cu|perl-Image-Info-1.390.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Image-Info
%define upstream_version 1.39

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Extract meta information from image files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:	perl-devel
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Bundle::Image::Info::PNG)
BuildRequires:	perl(Bundle::Image::Info::SVG)
BuildRequires:	perl(Bundle::Image::Info::XBM)
BuildRequires:	perl(Bundle::Image::Info::XPM)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::Pod::Coverage)


BuildArch:	noarch

%description
Extract meta information from image files.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README CHANGES CREDITS META.json META.yml
%{perl_vendorlib}/Image
%{perl_vendorlib}/Bundle/Image
%{_mandir}/*/*



%changelog

* Sat Oct 29 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.390.0-1
- (560744c) Updated to 1.39



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13019 |14cu|perl-Imager-1.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Imager
%define upstream_version 1.005
%define __noautoprov 'Imager.so|ICO.so|DynTest.so|FT2.so|SGI.so|Mandelbrot.so|JPEG.so|TIFF.so|T1.so|PNG.so|Flines.so|GIF.so|CountColor.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	2

Summary:	Perl extension for generating 24 bit images

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Imager/Imager-%{upstream_version}.tar.gz

BuildRequires:  fontconfig-devel
BuildRequires:  jpeg-devel
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(libtiff-4)
BuildRequires:	perl-devel
BuildRequires:  t1lib-devel
#BuildRequires:  ungif-devel
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  rgb
BuildRequires:  perl
BuildRequires:  perl(Config)
BuildRequires:  perl(Cwd)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(ExtUtils::Liblist)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(ExtUtils::Manifest)
BuildRequires:  perl(File::Path)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(Getopt::Long)
BuildRequires:  perl(strict)
BuildRequires:  perl(Text::ParseWords)
BuildRequires:  perl(vars)
BuildRequires:  perl(base)
BuildRequires:  perl(Carp)
BuildRequires:  perl(constant)
BuildRequires:  perl(File::Basename)
BuildRequires:  perl(IO::File)
BuildRequires:  perl(IO::Seekable)
BuildRequires:  perl(overload)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(XSLoader)
BuildRequires:  perl(B)
BuildRequires:  perl(File::Spec::Functions)
BuildRequires:  perl(POSIX)
BuildRequires:  perl(Test::Builder)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(threads)
BuildRequires:  perl(Tie::Handle)
BuildRequires:  perl(Affix::Infix2Postfix)
BuildRequires:  perl(CPAN::Meta)
BuildRequires:  perl(Image::Math::Constrain)
BuildRequires:  perl(Inline)
BuildRequires:  perl(Parse::RecDescent)
# (tv) testsuite is broken with giflib-5.x:
# (https://bugzilla.redhat.com/show_bug.cgi?id=822844)
BuildConflicts: giflib-devel
# one Badness 1,  I like it better then 124 Warnings
Requires:	%{name}-devel = %{EVRD}
Obsoletes:	%{name} < %{EVRD}

%description
Imager is a module for creating and altering images. It can read and write
various image formats, draw primitive shapes like lines,and polygons, blend
multiple images together in various ways, scale, crop, render text and more.

%files
%doc README Changes META.json META.yml
%{perl_vendorarch}/Imager.pm
%{perl_vendorarch}/Imager/Color/
%{perl_vendorarch}/Imager/Expr/
%{perl_vendorarch}/Imager/File/
%{perl_vendorarch}/Imager/Filter/
%{perl_vendorarch}/Imager/Font/
%{perl_vendorarch}/Imager/typemap
%{perl_vendorarch}/Imager/*.pod
%{perl_vendorarch}/Imager/*.pm
%{perl_vendorarch}/auto/Imager
%{_mandir}/*/*
#############################################################
# Let's make rpmlint happy.Symbianflo

%package devel

Group:		Development/Perl
Summary:	Headers for %{name}

%description devel
Headers for %{name}

%files devel
%doc README Changes META.json META.yml
%{perl_vendorarch}/Imager/include/

############################################################

%prep
%setup -qn %{upstream_name}-%{upstream_version}
find \( -executable -a -type f \) -exec chmod -x {} \;
sed -i -e "s,#!perl,#! %{__perl}," samples/*


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make 

%check
%make test

%install
%makeinstall_std
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;





%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 1.5.0-2
- (4e508c2) Buildconflict with giflib - test suite is broken



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13020 |14cu|perl-Image-Size-3.300.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Image-Size
%define upstream_version 3.300

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Epoch:		1

Summary:	Read the dimensions of an image in several popular formats

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Image/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Image::Size is a library based on the image-sizing code in the wwwimagesize
script, a tool that analyzes HTML files and adds HEIGHT and WIDTH tags to
IMG directives.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{_bindir}/imgsize
%{_mandir}/*/*
%{perl_vendorlib}/Image

%changelog

* Fri Jun 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:3.300.0-2
- (073cd5f) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13021 |14cu|perl-Import-Into-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Import-Into
%define upstream_version 1.002004

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Import packages into other packages

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Import/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel

BuildArch:  noarch

%description
Writing exporters is a pain. Some use the Exporter manpage, some use the
Sub::Exporter manpage, some use the Moose::Exporter manpage, some use the
Exporter::Declare manpage ... and some things are pragmas.

If you want to re-export other things, you have to know which is which. the
Exporter manpage subclasses provide export_to_level, but if they overrode
their import method all bets are off. the Sub::Exporter manpage provides an
into parameter but figuring out something used it isn't trivial. Pragmas
need to have their 'import' method called directly since they affect the
current unit of compilation.

It's ... annoying.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Fri Jun 19 2015 abfonly <John@smith.org> 1.2.4-1
- (89db62b) Log: Update to 1.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13022 |14cu|perl-indirect-0.350.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    indirect
%define upstream_version 0.35

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:        1
Summary:        Lexically warn about using the indirect object syntax
License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/indirect/
Source0:        http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(Config)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Carp)
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)
BuildRequires:  perl(XSLoader)
BuildRequires:  perl(B)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(base)
BuildRequires:  perl(POSIX)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(threads::shared)
BuildRequires:  perl(Devel::CallParser)
BuildRequires:  perl(Devel::Declare)
Requires:	perl(Carp)
Requires:	perl(XSLoader)
Provides:	perl(indirect)

%description
When enabled (or disabled as some may prefer to say, since you actually
turn it on by calling no indirect), this pragma warns about indirect object
syntax constructs that may have slipped into your code.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
%make

%install
%makeinstall_std


%check
make test

%files
%doc Changes README samples/
%{perl_vendorarch}/auto/indirect/
%{perl_vendorarch}/indirect.pm
%{_mandir}/man3/indirect.3*

%changelog

* Sat Apr 25 2015 abfonly <John@smith.org> 0.350.0-1
- (ab2ebd7) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13023 |14cu|perl-Inline-0.800.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Inline
%define upstream_version 0.80

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Write Perl subroutines in other programming languages


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Parse::RecDescent)
BuildRequires: perl(Test::Warn)
BuildRequires:	perl-devel
BuildArch:	noarch

Requires:	perl(Parse::RecDescent)

%description
The Inline module allows you to put source code from other programming
languages directly "inline" in a Perl script or module. The code is
automatically compiled as needed, and then loaded for immediate access
from Perl.

Inline saves you from the hassle of having to write and compile your
own glue code using facilities like XS or SWIG. Simply type the code
where you want it and run your Perl as normal. All the hairy details
are handled for you. The compilation and installation of your code
chunks all happen transparently; all you will notice is the delay of
compilation on the first run.

The Inline code only gets compiled the first time you run it (or
whenever it is modified) so you only take the performance hit
once. Code that is Inlined into distributed modules (like on the CPAN)
will get compiled when the module is installed, so the end user will
never notice the compilation time.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/*/*
%{perl_vendorlib}/Inline*
# %{perl_vendorlib}/auto/Inline*

%changelog

* Mon Mar 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.800.0-1
- (224bdad) Updated to 0.80 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13024 |14cu|perl-Inline-C-0.760.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Inline-C
%define upstream_version 0.76

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    The Classic Inline::C Parser
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Inline/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Copy::Recursive)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::All)
BuildRequires: perl(Inline)
BuildRequires: perl(Parse::RecDescent)
BuildRequires: perl(Pegex)
BuildRequires: perl(File::ShareDir::Install)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Warn)
BuildRequires: perl(YAML::XS)
BuildRequires: perl(autodie)
BuildRequires: perl(version)
BuildRequires: perl-devel

BuildArch: noarch

%description
'Inline::C' is a module that allows you to write Perl subroutines in C.
Since version 0.30 the Inline module supports multiple programming
languages and each language has its own support module. This document
describes how to use Inline with the C programming language. It also goes a
bit into Perl C internals.

If you want to start working with programming examples right away, check
out the Inline::C::Cookbook manpage. For more information on Inline in
general, see the Inline manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE README Changes META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Aug 13 2015 abfonly <abfonly@gmail.com> 0.760.0-1
- (6872dc0) Updated perl-Inline-C.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13025 |14cu|perl-Inline-Python-0.490.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Inline-Python
%define upstream_version 0.49
%define __noautoprov 'Python.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Easy implementation of Python extensions

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/authors/id/N/NI/NINE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CGI)
BuildRequires: perl(Inline)
BuildRequires: perl-devel
BuildRequires: pkgconfig(python)

%description
The 'Inline::Python' module allows you to put Python source code directly
"inline" in a Perl script or module. It sets up an in-process Python
interpreter, runs your code, and then examines Python's symbol table for
things to bind to Perl. The process of interrogating the Python interpreter
for globals only occurs the first time you run your Python code. The
namespace is cached, and subsequent calls use the cached version.

This document describes 'Inline::Python', the Perl package which gives you
access to a Python interpreter. For lack of a better place to keep it, it
also gives you instructions on how to use 'perlmodule', the Python package
which gives you access to the Perl interpreter.


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std


%files
%doc README Changes META.json META.yml
%{_mandir}/man3/*
%{perl_vendorarch}/Inline
%{perl_vendorarch}/auto/Inline



%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.490.0-1
- (a20752a) Log: Update to 0.490.0, filter provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13026 |14cu|perl-IO-All-0.860.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 IO-All
%define upstream_version 0.86

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Magic all-in-one IO class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/I/IN/INGY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::String)
BuildRequires:	perl(File::ReadBackwards)
BuildRequires:	perl(MLDBM)
BuildArch:	noarch

%description
IO::All combines all of the best Perl IO modules into a single Spiffy object
oriented interface to greatly simplify your everyday Perl IO idioms. It exports
a single function called io, which returns a new IO::All object. And that
object can do it all!

%prep
%setup -qn %{upstream_name}-%{upstream_version}



%build
perl Makefile.PL INSTALLDIRS=vendor
%make 

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man*/*
%{perl_vendorlib}/IO






%changelog
* Sun Mar 08 2015 abfonly <John@smith.org> 0.860.0-1
+ Revision: ea16041
- Log: Update to 0.860.0, fixed BR, enabled tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13027 |14cu|perl-IO-Async-0.680.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Async
%define upstream_version 0.68

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A Loop using an C<IO::Poll> object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/P/PE/PEVANS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter) >= 5.570.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Temp)
BuildRequires: perl(File::stat)
BuildRequires: perl(Future) >= 0.120.0
BuildRequires: perl(Future::Utils) >= 0.180.0
BuildRequires: perl(IO::Poll)
BuildRequires: perl(Socket) >= 2.7.0
BuildRequires: perl(Storable)
BuildRequires: perl(Struct::Dumb)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Identity)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Test::Refcount)
BuildRequires: perl(Test::Pod) >= 1.500.0
BuildRequires: perl(Test::Warn)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(common::sense)

BuildArch:	noarch

%description
This collection of modules allows programs to be written that perform
asynchronous filehandle IO operations. A typical program using them would
consist of a single subclass of 'IO::Async::Loop' to act as a container o
other objects, which perform the actual IO work required by the program. As
as IO handles, the loop also supports timers and signal handlers, and
includes more higher-level functionallity built on top of these basic
parts.

Because there are a lot of classes in this collection, the following
overview gives a brief description of each.

File Handle IO
    A the IO::Async::Handle manpage object represents a single IO handle
    that is being managed. While in most cases it will represent a single
    filehandle, such as a socket (for example, an 'IO::Socket::INET'
    connection), it is possible to have separate reading and writing
    handles (most likely for a program's 'STDIN' and 'STDOUT' streams, or a
    pair of pipes connected to a child process).

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# on 5.18.2 this failes see:
# http://www.cpantesters.org/cpan/report/915e7f82-5d29-11e5-8565-0550cfe82091
rm -fr t/50resolver.t
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri Sep 18 2015 abfonly <abfonly@gmail.com> 0.680.0-1
- (769b3b1) Log: Update to 0.680.0
- (769b3b1) fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13028 |14cu|perl-IO-Capture-Extended-0.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Capture-Extended
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	IO::Capture::Extended - Extend functionality of IO::Capture

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/J/JK/JKEENAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Capture)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::Simple)

BuildArch:	noarch

%description
IO::Capture::Extended is a distribution consisting of two
classes, each of which is a collection of subroutines which are
useful in extending the functionality of CPAN modules 
IO::Capture::Stdout and IO::Capture::Stderr, particularly when
used in a testing context such as that provided by Test::Simple,
Test::More or other modules built on Test::Builder.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make
%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README.*
%dir %{perl_vendorlib}/IO/Capture/Stdout
%dir %{perl_vendorlib}/IO/Capture/Extended
%dir %{perl_vendorlib}/IO/Capture/Stderr
%{perl_vendorlib}/IO/Capture/Extended.pm
%{perl_vendorlib}/IO/Capture/Stdout/*pm
%{perl_vendorlib}/IO/Capture/Extended/*pm
%{perl_vendorlib}/IO/Capture/Stderr/*pm
%{_mandir}/*/*




%changelog

* Thu Jul 16 2015 abfonly <abfonly@gmail.com> 0.130.0-1
- (733b1f2) Log: update to 0.130.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13029 |14cu|perl-IO-CaptureOutput-1.110.400-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-CaptureOutput
%define upstream_version 1.1104

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	Capture STDOUT and STDERR from Perl code, subprocesses or XS

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Carp)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Symbol)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
This module provides routines for capturing STDOUT and STDERR from perl
subroutines, forked system calls (e.g. 'system()', 'fork()') and from XS or
C modules.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.110.400-1
- (55acf68) Updated to 1.1104 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13030 |14cu|perl-IO-Compress-Lzf-2.68.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 IO-Compress-Lzf
%define upstream_version 2.068

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	IO::Compress::Lzf - Write lzf files/buffers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/P/PM/PMQS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Compress::LZF)
BuildRequires:	perl(IO::Compress::Base) >= %{version}
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This module provides a Perl interface that allows writing lzf compressed data
to files or buffer.

Note that although this module uses Compress::LZF for compression, it uses a
different file format. The lzf file format used here is the same as the lzf
command-line utility that ships with the lzf library.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{_mandir}/*/*
%{perl_vendorlib}/*



%changelog

* Thu Jul 16 2015 abfonly <abfonly@gmail.com> 2.68.0-1
- (0de38b3) Log: Update to 2.68.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13031 |14cu|perl-IO-Compress-Lzop-2.68.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name  IO-Compress-Lzop
%define upstream_version 2.068

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	IO::Compress::Lzop - Write lzop files/buffers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Compress::LZO)
BuildRequires:	perl(IO::Compress::Base) >= %{version}
BuildRequires:	perl(IO::Uncompress::Base) >= %{version}
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This module provides a Perl interface that allows writing lzop compressed
data to files or buffer.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{_mandir}/*/*
%{perl_vendorlib}/*


%changelog

* Thu Jul 16 2015 abfonly <abfonly@gmail.com> 2.68.0-1
- (270a05d) Log: update to 2.68.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13032 |14cu|perl-IO-Ftp-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 IO-Ftp
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Wrapper for Net::FTP

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/M/MI/MIKEB/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(URI)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(File::Basename)
BuildRequires:  perl(Net::FTP)
BuildRequires:  perl(Symbol)

BuildArch:	noarch

%description
IO::Ftp is a wrapper for Net::FTP to simplify its use when
using its stor and retr methods.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog

* Thu Jul 16 2015 abfonly <abfonly@gmail.com> 0.60.0-1
- (f4ca593) Log: update to 0.60.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13033 |14cu|perl-IO-Handle-Util-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Handle-Util
%define upstream_version 0.01

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Create L<IO::Handle> like objects using a set
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(IO::String)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::use::ok)
BuildRequires: perl-asa
BuildRequires: perl(parent)

BuildArch: noarch


%description
This module provides a number of helpful routines to manipulate or create
the IO::Handle manpage like objects.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Thu Jun 18 2015 abfonly <John@smith.org> 0.10.0-1
- (3ca5c61) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13034 |14cu|perl-IO-Interface-1.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Interface
%define upstream_version 1.09
%define __noautoprov 'Interface.so'


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl extension for access to network card configuration information


License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/L/LD/LDS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::CBuilder) >= 0.280.223
BuildRequires:	perl(Module::Build) >= 0.420.300
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0

%description
IO::Interface adds methods to IO::Socket objects that allows them to
be used to retrieve and change information about the network
interfaces on your system.  In addition to the object-oriented access
methods, you can use a function-oriented style.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes README.* META.json META.yml
%dir %{perl_vendorlib}/*/auto/IO/Interface
%{perl_vendorlib}/*/auto/IO/Interface/*
%{perl_vendorlib}/*/IO/*
%{_mandir}/*/*




%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 1.90.0-1
- (29369b7) Log: update to 1.90.0, filter provides, switch to Module::Build build ,spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13035 |14cu|perl-IO-Pager-0.340.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Pager
%define upstream_version 0.34

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Pipe output to PAGER if destination is a TTY
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tgz

BuildRequires: perl-devel
BuildRequires: perl(Config)
BuildRequires: perl(Env)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(File::Which)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(PerlIO)
BuildRequires: perl(SelectSaver)
BuildRequires: perl(Symbol)
BuildRequires: perl(Test::More)
BuildRequires: perl(Tie::Handle)
BuildRequires: perl(base)
BuildArch: noarch

%description
IO::Pager can be used to locate an available pager and set the _PAGER_
environment variable (see the /NOTES manpage). It is also a factory for
creating I/O objects such as the IO::Pager::Buffered manpage and the
IO::Pager::Unbuffered manpage.

IO::Pager subclasses are designed to programmatically decide whether or not
to pipe a filehandle's output to a program specified in _PAGER_. Subclasses
may implement only the IO handle methods desired and inherit the remainder
of those outlined below from IO::Pager. For anything else, YMMV. See the
appropriate subclass for implementation specific details.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml CHANGES README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 08 2015 abfonly <abfonly@gmail.com> 0.340.0-1
+ Revision: 5acfe33
- Log: Update to 0.340.0, fised BR, fixed tests, fixed files, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13036 |14cu|perl-IO-Prompt-Tiny-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Prompt-Tiny
%define upstream_version 0.003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Prompt for user input with a default option

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(IO::Handle)
BuildRequires: perl(POSIX)
BuildRequires: perl(Term::ReadKey)
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Carp) >= 1.360.0
BuildRequires: perl(Exporter) >= 5.720.0
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

BuildArch: noarch

%description
This is an extremely simple prompting module, based on the extremely
simple prompt offered by ExtUtils::MakeMaker.In many cases, that's all
you need and this module gives it to you without all the overhead of
ExtUtils::MakeMaker just to prompt for input.

It doesn't do any validation, coloring, menus, timeouts, or any of the
wild, crazy, cool stuff that other prompting modules do. It just prompts
with a default. That's it!

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/IO

%changelog

* Fri Jul 17 2015 abfonly <abfonly@gmail.com> 0.3.0-1
- (1daa5f8) Log: update to 0.3.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13037 |14cu|perl-IO-Stty-0.30.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 IO-Stty
%define	upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:    9
Epoch:		1

Summary:	IO-Stty perl module

License: 	GPL
Group: 		Development/Perl
Url:		http://www.cpan.org
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build) => 0.35
BuildArch:	noarch

%description
IO-Stty is a module for setting terminal parameters.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files
%defattr(644,root,root,755)
%doc README
%{_bindir}/stty.pl
%{_mandir}/man3/*
%{perl_vendorlib}/IO/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.30.0-9
+ Revision: 638b4ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13038 |14cu|perl-IPC-Signal-1.00-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module IPC-Signal

Summary:	IPC::Signal - Utility functions dealing with signals

Name:		perl-%{module}
Version:	1.00
Release:	9
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/~rosch/IPC-Signal/
Source0:	http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module contains utility functions for dealing with signals.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/IPC/Signal.pm
%{_mandir}/*/*





%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.00-9
+ Revision: 35b6cca
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13039 |14cu|perl-Iterator-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Iterator
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A general-purpose iterator class
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Exception::Class)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Simple)
BuildArch: noarch

%description
This module is meant to be the definitive implementation of iterators, as
popularized by Mark Jason Dominus's lectures and recent book (_Higher Order
Perl_, Morgan Kauffman, 2005).

An "iterator" is an object, represented as a code block that generates the
"next value" of a sequence, and generally implemented as a closure. When
you need a value to operate on, you pull it from the iterator. If it
depends on other iterators, it pulls values from them when it needs to.
Iterators can be chained together (see the Iterator::Util manpage for
functions that help you do just that), queueing up work to be done but _not
actually doing it_ until a value is needed at the front end of the chain.
At that time, one data value is pulled through the chain.

Contrast this with ordinary array processing, where you load or compute all
of the input values at once, then loop over them in memory. It's analogous
to the difference between looping over a file one line at a time, and
reading the entire file into an array of lines before operating on it.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Feb 15 2015 abfonly <abfonly@gmail.com> 0.30.0-1
+ Revision: 8c71521
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13040 |14cu|perl-Iterator-Util-0.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Iterator-Util
%define upstream_version 0.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Essential utilities for the Iterator class
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Iterator/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Exception::Class)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Iterator)
BuildRequires: perl(Test::Simple)
BuildArch: noarch

%description
This module implements many useful functions for creating and manipulating
iterator objects.

An "iterator" is an object, represented as a code block that generates the
"next value" of a sequence, and generally implemented as a closure. For
further information, including a tutorial on using iterator objects, see
the the Iterator manpage documentation.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Feb 15 2015 abfonly <abfonly@gmail.com> 0.20.0-1
+ Revision: e8c289a
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13041 |14cu|perl-JavaScript-Beautifier-0.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JavaScript-Beautifier
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Beautify Javascript (beautifier for javascript)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/F/FA/FAYLAND/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:	perl-devel
BuildRequires:	perl(Getopt::Long) >= 2.470.0
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This module is mostly a Perl-rewrite of the
http://github.com/einars/js-beautify/tree/master/beautify.js manpage

You can check it through the http://jsbeautifier.org/ manpage

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man?/*
%{perl_vendorlib}/*
%{_bindir}/*



%changelog

* Fri Jul 17 2015 abfonly <abfonly@gmail.com> 0.180.0-1
- (178f993) Log: Update to 0.180.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13042 |14cu|perl-JavaScript-Minifier-1.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JavaScript-Minifier
%define upstream_version 1.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl extension for minifying JavaScript code

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/Z/ZO/ZOFFIX/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Exporter) >= 5.720.0
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)

BuildArch:	noarch

%description
This module removes unnecessary whitespace from JavaScript code. The
primary requirement developing this module is to not break working code: if
working JavaScript is in input then working JavaScript is output. It is ok
if the input has missing semi-colons, snips like '++ +' or '12
.toString()', for example. Internet Explorer conditional comments are
copied to the output but the code inside these comments will not be
minified.

The ECMAScript specifications allow for many different whitespace
characters: space, horizontal tab, vertical tab, new line, carriage return,
form feed, and paragraph separator. This module understands all of these as
whitespace except for vertical tab and paragraph separator. These two types
of whitespace are not minimized.

For static JavaScript files, it is recommended that you minify during the
build stage of web deployment. If you minify on-the-fly then it might be a
good idea to cache the minified file. Minifying static files on-the-fly
repeatedly is wasteful.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri Jul 17 2015 abfonly <abfonly@gmail.com> 1.140.0-1
- (676724e) Log: Update to 1.140.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13043 |14cu|perl-JSON-Any-1.390.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JSON-Any
%define upstream_version 1.39

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Wrapper Class for the various JSON classes (DEPRECATED)
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp) >= 1.360.0
BuildRequires: perl(Data::Dumper) >= 2.154
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(Storable)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(Test::Without::Module)
BuildRequires: perl(constant)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
BuildRequires: perl(JSON::Syck)
BuildRequires: perl(Cpanel::JSON::XS)
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(JSON::DWIW)
BuildRequires: perl(JSON::XS)
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Pod::Coverage)

#For some reason the new version is not catched by 
#genhdlist2 try to obsolete the older versions.Sflo

Obsoletes:		%{name} < %{EVRD}
Obsoletes:		perl(JSON::Any) < %{EVRD}

BuildArch: noarch

%description
This module tries to provide a coherent API to bring together the various
JSON modules currently on CPAN. This module will allow you to code to any
JSON API and have it work regardless of which JSON module is actually
installed.

    use JSON::Any;

    my $j = JSON::Any->new;

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Jul 19 2015 abfonly <abfonly@gmail.com> 1.390.0-2
- (1b75d48) Obsolete manually the older version for genhdlist2.Bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13044 |14cu|perl-JSON-MaybeXS-1.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JSON-MaybeXS
%define upstream_version 1.003003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Use L<Cpanel::JSON::XS> with a fallback to L<JSON::XS> and L<JSON::PP>
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/JSON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Cpanel::JSON::XS)
BuildRequires: perl(JSON::PP)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Without::Module)
BuildRequires: perl(JSON::XS)


BuildArch: noarch

%description
This module first checks to see if either the Cpanel::JSON::XS manpage or
the JSON::XS manpage is already loaded, in which case it uses that module.
Otherwise it tries to load the Cpanel::JSON::XS manpage, then the JSON::XS
manpage, then the JSON::PP manpage in order, and either uses the first
module it finds or throws an error.

It then exports the 'encode_json' and 'decode_json' functions from the
loaded module, along with a 'JSON' constant that returns the class name for
calling 'new' on.

If you're writing fresh code rather than replacing JSON usage, you might
want to pass options as constructor args rather than calling mutators, so
we provide our own 'new' method that supports that.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 08 2015 abfonly <John@smith.org> 1.3.3-1
+ Revision: 99d543d
- Log: Update to 1.3.3, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13045 |14cu|perl-JSON-RPC-1.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JSON-RPC
%define upstream_version 1.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    JSON-RPC sever for mod_perl2
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/JSON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(CGI)
BuildRequires: perl(Class::Accessor::Lite)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Response)
BuildRequires: perl(JSON)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Plack)
BuildRequires: perl(Plack::Request)
BuildRequires: perl(Plack::Test)
BuildRequires: perl(Router::Simple)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(Module::Build)

BuildArch: noarch

%description
JSON::RPC is a set of modules that implement JSON RPC 2.0 protocol.

    If you are using old JSON::RPC code (up to 0.96), DO NOT EXPECT
    YOUR CODE TO WORK WITH THIS VERSION. THIS VERSION IS 
    ****BACKWARDS INCOMPATIBLE****

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 08 2015 abfonly <abfonly@gmail.com> 1.60.0-1
+ Revision: d4e56ff
- Log: Update to 1.60.0, fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13046 |14cu|perl-JSON-RPC-Common-0.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JSON-RPC-Common
%define upstream_version 0.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    JSON-RPC 1.0 error class
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/JSON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Class::Load)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Encode)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Response)
BuildRequires: perl(JSON)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(URI::QueryParam)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
BuildRequires: perl(namespace::autoclean)

BuildArch: noarch

%description
This module provides abstractions for JSON-RPC 1.0, 1.1 (both variations)
and 2.0 (formerly 1.2) Procedure Call and Procedure Return objects
(formerly known as request and result), along with error objects. It also
provides marshalling objects to convert the model objects into JSON text
and HTTP requests/responses.

This module does not concern itself with the transport layer at all, so the
JSON-RPC 1.1 and the alternative specification, which are very different on
that level are implemented with the same class.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README Changes META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Dec 08 2016 abfonly <abfonly@gmail.com> 0.110.0-1
- (751735c) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13047 |14cu|perl-JSON-RPC-LWP-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JSON-RPC-LWP
%define upstream_version 0.007

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Use any version of JSON RPC over any libwww supported transport protocols
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/JSON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(JSON::RPC::Common)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Deprecated)
BuildRequires: perl(Test::More)
BuildRequires: perl(URI)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(Module::Build)
BuildRequires: perl(namespace::autoclean)

BuildArch: noarch

%description
no description found

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Dec 08 2016 abfonly <abfonly@gmail.com> 0.7.0-1
- (4f35bd0) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13048 |14cu|perl-KinoSearch-0.315.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    KinoSearch
%define upstream_version 0.315

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Binding for an object method
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Devel::PPPort)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(JSON::XS)
BuildRequires: perl(Lingua::Stem::Snowball)
BuildRequires: perl(Lingua::StopWords)
BuildRequires: perl(Parse::RecDescent)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::LeakTrace)
BuildRequires: perl(Compress::Zlib)
BuildRequires: perl(CGI)
BuildRequires: perl-devel

%description
KSx::Simple is a stripped-down interface for the the KinoSearch manpage
search engine library.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Mon Mar 09 2015 abfonly <abfonly@gmail.com> 0.315.0-1
+ Revision: 7931965
- Log: Update to 0.315.0, clean spec fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13049 |14cu|perl-LaTeX-Encode-0.91.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    LaTeX-Encode
%define upstream_version 0.091.6

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Encode LaTeX special chars for typesetting


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/LaTeX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp::Always)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Readonly)

BuildArch:	noarch

%description
This module provides a function to encode text that is to be formatted with
LaTeX. It encodes characters that are special to LaTeX or that are
represented in LaTeX by LaTeX commands.

The special characters are: '\' (command character), '{' (open group), '}'
(end group), '&' (table column separator), '#' (parameter specifier), '%'
(comment character), '_' (subscript), '^' (superscript), '~' (non-breakable
space), '$' (mathematics mode).

Note that some of the LaTeX commands for characters are defined in the
LaTeX 'textcomp' package. If your text includes such characters, you will
need to include the following lines in the preamble to your LaTeX document.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml TODO
%{_bindir}/latex-encode
%{_mandir}/man3/*
%{_mandir}/man1/*
%{perl_vendorlib}/*



%changelog

* Mon Jun 22 2015 abfonly <John@smith.org> 0.91.6-1
- (aea9ad8) Log: Update to 0.91.67



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13050 |14cu|perl-Lchown-1.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Lchown
%define upstream_version 1.01

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Use the lchown(2) system call from Perl
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel
BuildRequires: perl(Test::Pod::Coverage)

%description
Provides a perl interface to the 'lchown()' system call, on platforms that
support it.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Feb 25 2015 abfonly <abfonly@gmail.com> 1.10.0-1
+ Revision: 5f4e7ec
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13051 |14cu|perl-Lexical-SealRequireHints-0.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Lexical-SealRequireHints
%define upstream_version 0.009

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:        Prevent leakage of lexical hints
License:    GPL+ or Artistic
Group:      Development/Perl
URL:            http://search.cpan.org/dist/Lexical-SealRequireHints/
Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:  perl-devel
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(Thread::Semaphore)
BuildRequires:  perl(threads)
BuildRequires:  perl(threads::shared)



%description
This module works around two historical bugs in Perl's handling of the %^H
(lexical hints) variable. One bug causes lexical state in one file to leak
into another that is required/used from it. This bug, [perl #68590], was
present from Perl 5.6 up to Perl 5.10, fixed in Perl 5.11.0. The second bug
causes lexical state (normally a blank %^H once the first bug is fixed) to
leak outwards from utf8.pm, if it is automatically loaded during Unicode
regular expression matching, into whatever source is compiling at the time
of the regexp match. This bug, [perl #73174], was present from Perl 5.8.7
up to Perl 5.11.5, fixed in Perl 5.12.0.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
./Build

%install
./Build install destdir=%{buildroot}
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;

%check
./Build test

%files
%doc Changes
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Lexical*
%{_mandir}/man3/*


%changelog

* Sat Apr 25 2015 abfonly <John@smith.org> 0.9.0-1
- (58a2bec) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13052 |14cu|perl-Lexical-Var-0.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Lexical-Var
%define upstream_version 0.009

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Subroutines without namespace pollution
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Lexical/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Lexical::SealRequireHints)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(XSLoader)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl-devel

%description
This module implements lexical scoping of static variables and subroutines.
Although it can be used directly, it is mainly intended to be
infrastructure for modules that manage namespaces.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 25 2015 abfonly <John@smith.org> 0.9.0-1
- (35a69ea) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13053 |14cu|perl-Lingua-EN-FindNumber-1.310.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Lingua-EN-FindNumber
%define upstream_version 1.31

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Locate (written) numbers in English text
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Lingua::EN::Words2Nums)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Exporter) >= 5.720.0
BuildRequires: perl(Test::Pod)
BuildRequires: perl-devel



BuildArch: noarch

%description
This module provides a regular expression for finding numbers in English
text. It also provides functions for extracting and manipulating such
numbers.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml META.json LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Fri Jul 17 2015 abfonly <abfonly@gmail.com> 1.310.0-1
- (478b756) Log: Update to 1.310.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13054 |14cu|perl-Lingua-EN-Inflect-1.899.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Lingua-EN-Inflect
%define upstream_version 1.899

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl module to find English word inflections

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/D/DC/DCONWAY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(Test::More) >= 1.1.9

BuildArch:	noarch

%description
The exportable subroutines of Lingua::EN::Inflect provide plural inflections,
"a"/"an" selection for English words, and manipulation of numbers as words.
Plural forms of all nouns, most verbs, and some adjectives are provided. Where
appropriate, "classical" variants (for example: "brother" -> "brethren",
"dogma" -> "dogmata", etc.) are also provided.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 README Changes lib/Lingua/EN/Inflect.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{perl_vendorlib}/Lingua/*
%{_mandir}/*/*


%changelog

* Fri Jul 17 2015 abfonly <abfonly@gmail.com> 1.899.0-1
- (dfd9740) Log: Update to 1.899.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13055 |14cu|perl-Lingua-EN-Inflect-Number-1.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Lingua-EN-Inflect-Number
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Force number of words to singular or plural

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/N/NE/NEILB/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Lingua::EN::Inflect) >= 1.899.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Exporter) >= 5.720.0

BuildArch:	noarch

%description
This module extends the functionality of Lingua::EN::Inflect with three new
functions available for export:

number:
This takes a word, and determines its number. It returns s for singular, p for
plural, and ambig for words that can be either singular or plural.

to_S / to_PL:
These take a word and convert it forcefully either to singular or to plural.
Lingua::EN::Inflect does funny things if you try to pluralise an already-plural
word, but this module does the right thing.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files 
%doc Changes README META.json META.yml
%{perl_vendorlib}/Lingua
%{_mandir}/*/*




%changelog

* Fri Jul 17 2015 abfonly <abfonly@gmail.com> 1.120.0-1
- (9a53c17) Log: Update to 1.120.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13056 |14cu|perl-Lingua-EN-Number-IsOrdinal-0.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Lingua-EN-Number-IsOrdinal
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Detect if English number is ordinal or cardinal

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Lingua/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Lingua::EN::FindNumber)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl-devel
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Exporter)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)


BuildArch:	noarch

%description
This module will tell you if a number, either in words or as digits, is
a cardinal or ordinal number
<http://www.ego4u.com/en/cram-up/vocabulary/numbers/ordinal>.

This is useful if you e.g. want to distinguish these types of numbers
found with Lingua::EN::FindNumber and take different actions.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sun Jun 28 2015 abfonly <John@smith.org> 0.50.0-1
- (a7de03a) Log: Update to 0.50.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13057 |14cu|perl-Lingua-EN-Numbers-Ordinate-1.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Lingua-EN-Numbers-Ordinate
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Go from cardinal number (3) to ordinal ("3rd")

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/N/NE/NEILB/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(Exporter) >= 5.720.0
BuildRequires:	perl-devel

BuildArch:	noarch

%description
There are two kinds of numbers in English -- cardinals (1, 2, 3...), and
ordinals (1st, 2nd, 3rd...). This library provides functions for giving the
ordinal form of a number, given its cardinal value.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes META.json META.yml
%{perl_vendorlib}/Lingua
%{_mandir}/*/*




%changelog

* Fri Jul 17 2015 abfonly <abfonly@gmail.com> 1.40.0-1
- (18c0a66) Log: Update to 1.40.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13058 |14cu|perl-Lingua-EN-Tagger-0.250.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# The package contains binary files, not sure if they are really arch-dependent,
# but let's not mark the package as 'noarch', juse say that we have no debug data here
%define debug_package %{nil}

%define upstream_name    Lingua-EN-Tagger
%define upstream_version 0.25

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Part-of-speech tagger for English natural language processing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/A/AC/ACOBURN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(Lingua::Stem)
BuildRequires:	perl(Memoize)
BuildRequires:	perl(Memoize::ExpireLRU)
BuildRequires:	perl(Storable)


%description
The module is a probability based, corpus-trained tagger that assigns POS
tags to English text based on a lookup dictionary and a set of probability
values. The tagger assigns appropriate tags based on conditional
probabilities - it examines the preceding tag to determine the appropriate
tag for the current word. Unknown words are classified according to word
morphology or can be set to be treated as nouns or other parts of speech.

The tagger also extracts as many nouns and noun phrases as it can, using a
set of regular expressions.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri Jul 17 2015 abfonly <abfonly@gmail.com> 0.250.0-1
- (f0e0ebb) Log: Update to 0.250.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13059 |14cu|perl-Linux-Distribution-0.230.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Linux-Distribution
%define upstream_version 0.23

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Perl extension to detect on which Linux distribution we are running
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/C/CH/CHORNY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: lsb-release
BuildRequires: perl-devel

BuildArch: noarch

%description
This is a simple module that tries to guess on what linux distribution we
are running by looking for release's files in /etc. It now looks for
'lsb-release' first as that should be the most correct and adds ubuntu
support. Secondly, it will look for the distro specific files.

It currently recognizes slackware, debian, suse, fedora, redhat,
turbolinux, yellowdog, knoppix, conectiva, immunix, tinysofa,
va-linux, trustix, adamantix, yoper, arch-linux, libranet, gentoo, ubuntu,
scientific, oracle enterprise linux, amazon linux and redflag.

It has function to get the version for debian, suse, fedora, redhat,
gentoo, slackware, scientific, oracle enterprise linux, amazon linux,
redflag and ubuntu(lsb). People running unsupported distro's are greatly
encouraged to submit patches :-).
# It seems that we are running on rosadesktopfresh version 2014.1 :-)

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
# Can not read /etc stuff on abf, after install on real HW:
#1..2
#ok 1 - use Linux::Distribution;
#ok 2 - Checking your distro...
# It seems that we are running on rosadesktopfresh version 2014.1
# Symbianflo.
rm -fr t/Linux-Distribution.t
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.230.0-2
- (f56192f) Drop a test, not working on abf.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13060 |14cu|perl-Linux-DVB-1.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Linux-DVB
%define upstream_version 1.03
%define __noautoprov 'DVB.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Interface to (some parts of) the Linux DVB API

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Linux/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Canary::Stability)


%description
This module provides an interface to the Linux DVB API. It is a
straightforward translation of the C API. You should read the Linux DVB API
description to make any sense of this module. It can be found here:

   http://www.linuxtv.org/docs/dvbapi/dvbapi.html

All constants from _frontend.h_ and _demux.h_ are exported by their C name
and by default.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std


%files
%doc README Changes COPYING META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 1.30.0-1
- (b90397e) Log: Update to 1.30.0, backported missing BR, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13061 |14cu|perl-List-Compare-0.530.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 List-Compare
%define upstream_version 0.53

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Compare elements of two or more lists

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::CaptureOutput)
BuildArch:	noarch

%description
This module allows to compare elements of two or more lists.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files 
%doc Changes FAQ META.json META.yml README
%{perl_vendorlib}/List
%{_mandir}/*/*



%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.530.0-1
- (32e90ee) Log: Update to 0.530.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13062 |14cu|perl-List-UtilsBy-0.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    List-UtilsBy
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Higher-order list utility functions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/P/PE/PEVANS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Exporter) >= 5.720.0
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This module provides a number of list utility functions, all of which take
an initial code block to control their behaviour. They are variations on
similar core perl or 'List::Util' functions of similar names, but which use
the block to control their behaviour. For example, the core Perl function
'sort' takes a list of values and returns them, sorted into order by their
string value. The 'sort_by' function sorts them according to the string
value returned by the extra function, when given each value.

 my @names_sorted = sort @names;

 my @people_sorted = sort_by { $_->name } @people;

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.100.0-1
- (e02f0ba) Log: Update to 0.100.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13063 |14cu|perl-Locale-Codes-3.360.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Locale-Codes
%define upstream_version 3.36

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Retired langfam codes for the Locale::Codes::LangFam module
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel
BuildRequires: perl(Carp) >= 1.360.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Storable)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(utf8)

BuildArch: noarch

%description
*Locale-Codes* is a distribution containing a set of modules. The modules
each deal with different types of codes which identify parts of the locale
including languages, countries, currency, etc.

Currently, the following modules are included:

* *Locale::Codes::Country, Locale::Country*

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json README META.yml Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Sep 19 2015 abfonly <abfonly@gmail.com> 3.360.0-1
- (be402d6) Log: Update to 3.360.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13064 |14cu|perl-Locale-Maketext-1.260.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Locale-Maketext
%define upstream_version 1.26

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Framework for software localization


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Locale/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(I18N::LangTags)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
It is a common feature of applications (whether run directly, or via the
Web) for them to be "localized" -- i.e., for them to a present an English
interface to an English-speaker, a German interface to a German-speaker,
and so on for all languages it's programmed with. Locale::Maketext is a
framework for software localization; it provides you with the tools for
organizing and accessing the bits of text and text-processing code that you
need for producing localized applications.

In order to make sense of Maketext and how all its components fit together,
you should probably go read Locale::Maketext::TPJ13, and _then_ read the
following documentation.

You may also want to read over the source for 'File::Findgrep' and its
constituent modules -- they are a complete (if small) example application
that uses Maketext.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Mon Jun 22 2015 abfonly <John@smith.org> 1.260.0-1
- (4649704) Log: update to 1.260.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13065 |14cu|perl-Locale-Maketext-Lexicon-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Locale-Maketext-Lexicon
%define upstream_version 1.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl module to use other catalog formats in Maketext

License:	MIT
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Locale/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(YAML)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Locale::Maketext::Lexicon is a module providing lexicon-handling backends, for
Locale::Maketext to read from other localization formats, such as PO files,
MO files, or from databases via the Tie interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{perl_vendorlib}/Locale
%{_bindir}/*
%{_mandir}/*/*



%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: bffba70
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13066 |14cu|perl-Locale-PO-0.240.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Locale-PO
%define upstream_version 0.24

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        1
Summary:        Perl module for manipulating .po entries from GNU gettext
License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/Locale-PO/
Source0:        http://search.cpan.org/CPAN/authors/id/C/CO/COSIMO/%{upstream_name}-%{upstream_version}.tar.gz
BuildArch:      noarch
BuildRequires:  perl-devel
BuildRequires:  perl(base)
BuildRequires:  perl(Carp)
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Slurp)
BuildRequires:  perl(strict)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(utf8)
BuildRequires:  perl(warnings)
Requires:       perl(Carp)

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
#-------------------------------------------------------

%description
This module simplifies management of GNU gettext .po files and is an
alternative to using emacs po-mode. It provides an object-oriented
interface in which each entry in a .po file is a Locale::PO object.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make 


%check
%make test

%install
%makeinstall_std




%changelog
* Sat Nov 15 2014 abfonly <abfonly@gmail.com> 0.240.0-1
+ Revision: 14ec543
- Import from MRB fixed BR , fix REQ.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13067 |14cu|perl-Locale-US-2.112.150-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Locale-US
%define upstream_version 2.112150

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Two letter codes for state identification in the United States and vice versa
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Locale/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Data::Section::Simple)
BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel

BuildArch: noarch

%description
MAPPING
    $self->{code2state}
        This is a hashref which has two-letter state names as the key and
        the long name as the value.

    $self->{state2code}
        This is a hashref which has the long nameas the key and the
        two-letter state name as the value.

DUMPING
    $self->all_state_names
        Returns an array (not arrayref) of all state names in alphabetical
        form.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std
chmod +x %{buildroot}%{perl_vendorlib}/Locale/kruft2codes.pl

%files
%doc README Changes LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Apr 02 2015 abfonly <John@smith.org> 2.112.150-1
- (02b1a4a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13068 |14cu|perl-local-lib-2.0.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    local-lib
%define upstream_version 2.000015

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Create and use a local lib/ for perl modules with PERL5LIB

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/local/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::Install)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(Module::Build)
BuildRequires: perl-devel

BuildArch: noarch

Provides: perl(local::lib)

%description
This module provides a quick, convenient way of bootstrapping a user-local
Perl module library located within the user's home directory. It also
constructs and prints out for the user the list of environment variables
using the syntax appropriate for the user's current shell (as specified by
the 'SHELL' environment variable), suitable for directly adding to one's
shell configuration file.

More generally, local::lib allows for the bootstrapping and usage of a
directory containing Perl modules outside of Perl's '@INC'. This makes it
easier to ship an application with an app-specific copy of a Perl module,
or collection of modules. Useful in cases like when an upstream maintainer
hasn't applied a patch to a module of theirs that you need for your
application.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.0.15-1
- (cca9f28) Updated to 2.000015 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13069 |14cu|perl-Log-Any-1.32.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Any
%define upstream_version 1.032

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Allows CPAN modules to safely and efficiently log messages

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Log/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::Simple)
Provides:		perl(Log::Any::Adapter::Core) = %{EVRD}

BuildArch:	noarch

%description
'Log::Any' allows CPAN modules to safely and efficiently log messages,
while letting the application choose (or decline to choose) a logging
mechanism such as 'Log::Dispatch' or 'Log::Log4perl'.

'Log::Any' has a very tiny footprint and no dependencies beyond Perl 5.6,
which makes it appropriate for even small CPAN modules to use. It defaults
to 'null' logging activity, so a module can safely log without worrying
about whether the application has chosen (or will ever choose) a logging
mechanism.

The application, in turn, may choose one or more logging mechanisms via
Log::Any::Adapter.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Jun 18 2015 abfonly <abfonly@gmail.com> 1.32.0-2
- (c3bdd4b) Updated perl-Log-Any.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13070 |14cu|perl-Log-Any-Adapter-Callback-0.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Any-Adapter-Callback
%define upstream_version 0.09

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Send Log::Any logs to a subroutine
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Log/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Log::Any::Adapter)
BuildRequires: perl(Test::More)

BuildArch: noarch

%description
This adapter lets you specify callback subroutine to be called by
Log::Any's logging methods (like $log->debug(), $log->error(), etc) and
detection methods (like $log->is_warning(), $log->is_fatal(), etc.).

This adapter is used for customized logging, and is mostly a convenient
construct to save a few lines of code. You could achieve the same effect by
creating a full Log::Any adapter class.

Your logging callback subroutine will be called with these arguments:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Thu Jun 18 2015 abfonly <abfonly@gmail.com> 0.90.0-1
- (5d8dcbb) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13071 |14cu|perl-Log-Any-Adapter-Dispatch-0.60.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Any-Adapter-Dispatch
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	This Log::Any adapter uses Log::Dispatch for logging

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Log/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Log::Dispatch)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Log::Any::Adapter)
BuildArch:	noarch

%description
This Log::Any adapter uses Log::Dispatch for logging.

You may either pass parameters (like _outputs_) to be passed to
'Log::Dispatch->new', or pass a 'Log::Dispatch' object directly in the
_dispatcher_ parameter.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 0.60.0-7
- (e6b0a84) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13072 |14cu|perl-Log-Contextual-0.6.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Contextual
%define upstream_version 0.006005

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Super simple logger made for playing with Log::Contextual

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Log/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Dumper::Concise)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Exporter::Declare)
BuildRequires:	perl(Moo)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(aliased)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Log::Log4perl)

BuildArch:	noarch

%description
This module is a simple interface to extensible logging. It is bundled with
a really basic logger, the Log::Contextual::SimpleLogger manpage, but in
general you should use a real logger instead of that. For something more
serious but not overly complicated, try the Log::Dispatchouli manpage (see
the /SYNOPSIS manpage for example.)

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml META.json LICENSE README CONTRIBUTING
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Fri Jun 19 2015 abfonly <John@smith.org> 0.6.5-1
- (58311f8) Log: Update to 0.6.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13073 |14cu|perl-Log-Dispatch-2.450.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Dispatch
%define upstream_version 2.45

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl modules for logging messages to multiple outputs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/D/DR/DROLSKY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Mail::Sender)
BuildRequires:	perl(Mail::Sendmail)
BuildRequires:	perl(MIME::Lite)
BuildRequires:	perl(Class::Load)
BuildRequires:	perl(Dist::CheckConflicts)
BuildRequires:	perl(Devel::GlobalDestruction)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5


BuildArch:	noarch

%description 
Log::Dispatch is a suite of OO modules for logging messages to multiple
outputs, each of which can have a minimum and maximum log level.  It is
designed to be easily subclassed, both for creating a new dispatcher object and
particularly for creating new outputs.

%files
%doc Changes LICENSE README.md META.json META.yml
%{perl_vendorlib}/Log
%exclude %{perl_vendorlib}/Log/Dispatch/ApacheLog.pm
%exclude %{_mandir}/*/Log::Dispatch::ApacheLog*
%{_mandir}/*/*
#--------------------------------------------

%package ApacheLog
Summary: Apache mod_perl dispatcher for Log::Dispatch

Group:   Development/Perl

%description ApacheLog
Log::Dispatch::ApacheLog is a dispatcher for apache logging, used with
mod_perl.

%files ApacheLog
%doc Changes LICENSE README.md META.json META.yml
%{perl_vendorlib}/Log/Dispatch/ApacheLog.pm
%{_mandir}/*/Log::Dispatch::ApacheLog*
#--------------------------------------------

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std



%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 2.450.0-1
- (63d0518) Log: Update to 2.450.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13074 |14cu|perl-Log-Dispatch-FileRotate-1.190.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Dispatch-FileRotate
%define upstream_version 1.19

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Log to files that archive/rotate themselves
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Log/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Date::Manip)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Fcntl)
BuildRequires: perl(Log::Dispatch::Output)
BuildRequires: perl(Log::Log4perl)
BuildRequires: perl(Params::Validate)
BuildRequires: perl-devel

BuildArch: noarch

%description
This module provides a simple object for logging to files under the
Log::Dispatch::* system, and automatically rotating them according to
different constraints. This is basically a Log::Dispatch::File wrapper with
additions. To that end the arguments

	name, min_level, filename and  mode

behave the same as Log::Dispatch::File. So see its man page (perldoc
Log::Dispatch::File)

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 24 2015 abfonly <John@smith.org> 1.190.0-1
- (883fb62) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13075 |14cu|perl-Log-Dispatchouli-2.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Dispatchouli
%define upstream_version 2.012

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A system for sharing a global, dynamically-scoped logger
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Log/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Log::Dispatch)
BuildRequires: perl(Log::Dispatch::Array)
BuildRequires: perl(Log::Dispatch::File)
BuildRequires: perl(Log::Dispatch::Screen)
BuildRequires: perl(Log::Dispatch::Syslog)
BuildRequires: perl(Params::Util)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(String::Flogger)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Exporter::GlobExporter)
BuildRequires: perl(Sys::Syslog)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(base)
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildArch: noarch

%description
Log::Dispatchouli is a thin layer above the Log::Dispatch manpage and meant
to make it dead simple to add logging to a program without having to think
much about categories, facilities, levels, or things like that. It is meant
to make logging just configurable enough that you can find the logs you
want and just easy enough that you will actually log things.

Log::Dispatchouli can log to syslog (if you specify a facility), standard
error or standard output, to a file, or to an array in memory. That last
one is mostly useful for testing.

In addition to providing as simple a way to get a handle for logging
operations, Log::Dispatchouli uses the String::Flogger manpage to process
the things to be logged, meaning you can easily log data structures.
Basically: strings are logged as is, arrayrefs are taken as (sprintf
format, args), and subroutines are called only if needed. For more
information read the the String::Flogger manpage docs.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Mar 11 2015 abfonly <John@smith.org> 2.12.0-1
+ Revision: 934005a
- Log: Update to 2.12.0, rewrite the spec file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13076 |14cu|perl-Log-Handler-0.870.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Handler
%define upstream_version 0.87

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	A simple log file handler

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BL/BLOONIX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp) >= 1.360.0
BuildRequires:	perl(Devel::Backtrace)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(UNIVERSAL::require)
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:	perl(Config::General)
BuildRequires:	perl(Config::Properties)
BuildRequires:	perl(DBI)
BuildRequires:	perl(Email::Date)
BuildRequires:	perl(IO::Socket)
BuildRequires:	perl(Net::SMTP)
BuildRequires:	perl(YAML)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(Fcntl)
BuildRequires:	perl(POSIX)
BuildRequires:	perl(Sys::Hostname)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This module is just a simple object oriented log file handler and very easy to
use.  It's possible to define a log level for your programs and control the
amount of informations that will be logged to the log file. In addition it's
possible to configure how you wish to open the log file - transient or
permanent - and lock and unlock the log file by each write operation. If you
wish you can assign the handler to check the inode of the log file (not on
Windows). That could be very useful if a rotate mechanism moves and zip the log
file.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 
find . -type f -exec chmod 644 {} \;

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc META.json META.yml ChangeLog README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.870.0-1
- (2e9812c) Log: Update to 0.870.0
- (2e9812c) fixed BR and tests
- (2e9812c) fixed Url and Source0
- (2e9812c) fixed linting
- (2e9812c) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13077 |14cu|perl-Log-Log4perl-1.460.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Log-Log4perl
%define upstream_version 1.46

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Colorize messages according to level
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Log/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::More)
BuildRequires: perl(Log::Dispatch::FileRotate)
BuildRequires: perl-devel

BuildArch: noarch

%description
Log::Log4perl lets you remote-control and fine-tune the logging behaviour
of your system from the outside. It implements the widely popular
(Java-based) Log4j logging package in pure Perl.

*For a detailed tutorial on Log::Log4perl usage, please read*

the http://www.perl.com/pub/a/2002/09/11/log4perl.html manpage

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

pushd %{buildroot}%{perl_vendorlib}/Log/Log4perl
find . -type f -name "*.pm" -exec chmod -x  {} \;
popd

%files
%doc Changes META.yml README META.json LICENSE
%{_bindir}/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_mandir}/man1/*

%changelog

* Tue May 31 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.460.0-2
- (d04aa00) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13078 |14cu|perl-LWP-ConsoleLogger-0.0.20-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name LWP-ConsoleLogger
%define upstream_version 0.000020

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	LWP tracing and debugging
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/LWP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Data::Printer)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(HTML::FormatText::WithLinks)
BuildRequires:	perl(HTML::Restrict)
BuildRequires:	perl(HTTP::Body)
BuildRequires:	perl(HTTP::CookieMonster)
BuildRequires:	perl(JSON::MaybeXS)
BuildRequires:	perl(Log::Dispatch)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(Module::Build) >= 0.400.400
BuildRequires:	perl(MooX::StrictConstructor)
BuildRequires:	perl(Parse::MIME)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(Plack::Handler::HTTP::Server::Simple)
BuildRequires:	perl(Plack::Test)
BuildRequires:	perl(Plack::Test::Agent)
BuildRequires:	perl(String::Trim)
BuildRequires:	perl(Term::Size::Any)
BuildRequires:	perl(Test::FailWarnings)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Text::SimpleTable::AutoWidth)
BuildRequires:	perl(URI::Query)
BuildRequires:	perl(XML::Simple)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Term::Size::Perl)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
BETA BETA BETA. This is currently an experiment. Things could change.
Please adjust accordingly.

It can be hard (or at least tedious) to debug mechanize scripts.
LWP::Debug is deprecated. It suggests you write your own debugging
handlers, set up a proxy or install Wireshark. Those are all workable
solutions, but this module exists to save you some of that work. The
guts of this module are stolen from Plack::Middleware::DebugLogging,
which in turn stole most of its internals from Catalyst. If you're new
to LWP::ConsoleLogger, I suggest getting started with the
LWP::ConsoleLogger::Easy wrapper. This will get you up and running in
minutes. If you need to tweak the settings that
LWP::ConsoleLogger::Easy chooses for you (or if you just want to be
fancy), please read on.

Since this is a debugging library, I've left as much mutable state as
possible, so that you can easily toggle output on and off and otherwise
adjust how you deal with the output.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Thu Sep 24 2015 abfonly <abfonly@gmail.com> 0.0.20-1
- (d266d47) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13079 |14cu|perl-LWP-Protocol-http10-6.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    LWP-Protocol-http10
%define upstream_version 6.03



Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:        Legacy HTTP/1.0 support for LWP
License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/%{upstream_name}
Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(HTTP::Response)
BuildRequires:  perl(HTTP::Status)
BuildRequires:  perl(LWP::Protocol)

BuildArch:      noarch

%description
The LWP::Protocol::http10 module provides support for using HTTP/1.0
protocol with LWP. To use it you need to call LWP::Protocol::implementor()
to override the standard handler for http URLs.


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make


%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 6.30.0-1
- (e06cba2) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13080 |14cu|perl-Mail-Box-2.118.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mail-Box
%define upstream_version 2.118

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Handle quoted-printable message bodies
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Mail/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Date::Format)
BuildRequires: perl(Date::Parse)
BuildRequires: perl(Devel::GlobalDestruction)
BuildRequires: perl(Digest::HMAC_MD5)
BuildRequires: perl(Encode)
BuildRequires: perl(Errno)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Remove)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(MIME::Types)
BuildRequires: perl(Mail::Address)
BuildRequires: perl(Object::Realize::Later)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sys::Hostname)
BuildRequires: perl(TAP::Harness)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Time::Zone)
BuildRequires: perl(URI)
BuildRequires: perl(User::Identity)
BuildRequires: perl(HTML::FormatText)
BuildRequires: perl(MIME::Entity)
BuildRequires: perl(Mail::IMAPClient)
BuildRequires: perl(Mail::Transport::Dbx)
BuildRequires: perl(Email::Simple)
BuildRequires: perl(Email::Abstract)
BuildRequires: perl(Text::Autoformat)
BuildRequires: perl(Font::Metrics::TimesRoman)

Provides:   perl(Mail::Message::Construct)

BuildArch: noarch

%description
A Mail::Box::Manager creates 'Mail::Box' objects. But you already knew,
because you started with the Mail::Box-Overview manual page. That page is
obligatory reading, sorry!

'Mail::Box' is the base class for accessing various types of mailboxes
(folders) in a uniform manner. The various folder types vary on how they
store their messages, but when some effort those differences could be
hidden behind a general API. For example, some folders store many messages
in one single file, where other store each message in a separate file
withing the same directory.

No object in your program will be of type 'Mail::Box': it is only used as
base class for the real folder types. 'Mail::Box' is extended by

%prep
%setup -qn %{upstream_name}-%{upstream_version}
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog


%build
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

find %{buildroot} -name '.packlist' -delete
find %{buildroot} -name '*.pod' -delete

%files
%doc META.yml README ChangeLog META.json LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Thu Mar 12 2015 abfonly <John@smith.org> 2.118.0-1
+ Revision: d9dd502
- Log: Update to 2.118.0, fixed BR, fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13081 |14cu|perl-Mail-DomainKeys-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Mail-DomainKeys

Summary:	Perl module that implements DomainKeys

Name:		perl-%{module}
Version:	1.0
Release:	10
License:	Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Mail-DomainKeys/
Source0:	http://www.cpan.org/modules/by-module/Mail/%{module}-%{version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Crypt::OpenSSL::RSA)
BuildRequires:	perl(Mail::Address)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Net::DNS) => 0.34,
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Mail-DomainKeys is a Perl module that implements DomainKeys.

%prep
%setup -q -n %{module}-%{version}

%build
echo "y" | %__perl Makefile.PL INSTALLDIRS="vendor"
%make

%check
make test

%install
%makeinstall_std

%files
%defattr(-,root,root,0755)
%doc Changes README THANKS
%dir %{perl_vendorlib}/Mail/DomainKeys
%dir %{perl_vendorlib}/Mail/DomainKeys/Key
%{perl_vendorlib}/Mail/DomainKeys/*.pm
%{perl_vendorlib}/Mail/DomainKeys/Key/*.pm
%{perl_vendorlib}/Mail/DomainKeys.pm
%{_mandir}/man3/Mail::DomainKeys.3pm*




%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-10
+ Revision: 1e82f4d
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13082 |14cu|perl-Mail-GnuPG-0.210.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mail-GnuPG
%define upstream_version 0.21

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Process email with GPG
License:    GPL or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Mail/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(GnuPG::Interface)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(MIME::Entity)
BuildRequires: perl(MIME::Parser)
BuildRequires: perl(Mail::Address)
BuildRequires: perl(Module::Build) >= 0.380.0
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: gnupg
BuildRequires: perl(MIME::Tools)
BuildRequires: perl(strictures)
BuildRequires: perl(Type::Utils)
BuildRequires: perl(Data::Perl::Role::Collection::Array)

BuildArch:  noarch

%description
Use GnuPG::Interface to process or create PGP signed or encrypted email.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
iconv -f iso8859-1 -t utf-8 README > README.conv && mv -f README.conv README
%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
export LC_ALL=C
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.json META.yml MYMETA.yml README SIGNATURE
%{perl_vendorlib}/Mail
%{_mandir}/*/*



%changelog
* Sat Mar 14 2015 abfonly <John@smith.org> 0.210.0-1
+ Revision: 438f093
- Log: Update to 0.210.0, fixed BR, fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13083 |14cu|perl-Mail-IMAPClient-3.370.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mail-IMAPClient
%define upstream_version 3.37

# We never had it and unlikely really need
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Mozilla::LDAP::Conn\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	An IMAP Client API

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Mail/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Carp)
BuildRequires:	perl(Errno)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Fcntl)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(IO::Select)
BuildRequires:	perl(IO::Socket)
BuildRequires:	perl(Parse::RecDescent)
BuildRequires:	perl(Socket)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides Perl routines that simplify a sockets connection to and an
IMAP conversation with an IMAP server.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# fix perl path
find -type f | xargs perl -pi -e "s|/usr/local/bin/perl|%{_bindir}/perl|g"

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
make test

%install
%makeinstall_std
# fix permissions
find %{buildroot} -type f -exec chmod 0644 {} \;
find %{buildroot} -type d -exec chmod 0755 {} \;

%files
%doc README examples
%{perl_vendorlib}/Mail
%{_mandir}/man3/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 3.370.0-1
- (9f6a789) Updated to 3.37 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13084 |14cu|perl-Mail-Mbox-MessageParser-1.510.500-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Mail-Mbox-MessageParser
%define	upstream_version 1.5105

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1
Summary:	A fast and simple mbox folder reader 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Mail/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(FileHandle::Unget)
BuildRequires:	perl(Text::Diff)
BuildRequires:	perl(Benchmark::Timer)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This module implements a fast but simple mbox folder reader. One of three
implementations (Cache, Grep, Perl) will be used depending on the wishes of the
user and the system configuration. The first implementation is a cached-based
one which stores email information about mailboxes on the file system.
Subsequent accesses will be faster because no analysis of the mailbox will be
needed. The second implementation is one based on GNU grep, and is
significantly faster than the Perl version for mailboxes which contain very
large (10MB) emails. The final implementation is a fast Perl-based one which
should always be applicable.

The Cache implementation is about 6 times faster than the standard Perl
implementation. The Grep implementation is about 4 times faster than the
standard Perl implementation. If you have GNU grep, it's best to enable both
the Cache and Grep implementations. If the cache information is available,
you'll get very fast speeds. Otherwise, you'll take about a 1/3 performance hit
when the Grep version is used instead.

The overriding requirement for this module is speed. If you wish more
sophisticated parsing, use Mail::MboxParser (which is based on this module) or
Mail::Box.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE README META.yml
%{perl_vendorlib}/Mail
%{_mandir}/man3/*

%changelog

* Fri Jun 19 2015 abfonly <John@smith.org> 1:1.510.500-1
- (cd05166) Log: Update to 1.510.500



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13085 |14cu|perl-Mail-Sender-0.8.23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Mail-Sender

Name:		perl-%module
Version:	%perl_convert_version 0.8.23
Release:	2
Summary:	Module for sending mails with attachments through an SMTP server 

License:	GPL
Group:		Development/Perl
Source:		http://search.cpan.org/CPAN/authors/id/J/JE/JENDA/Mail-Sender-%{version}.tar.gz
Url:            http://search.cpan.org/dist/%{module}/
BuildRequires:	perl-devel
Buildarch:	noarch

%description
Mail-Sender is a Perl module for sending mail with attachments through an
SMTP server.  This module will not work with qmail servers, however.


%prep
%setup -q -n %{module}-%{version}
rm -f Sender/CType/Win32.pm
sed -i -e '/Win32.pm/d' MANIFEST

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
echo "N
" | %make

%check
%make test

%install
%makeinstall_std

%clean

%files
%{perl_vendorlib}/Mail
%{_mandir}/*/*

%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.23-2
+ Revision: acfbfb3
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13086 |14cu|perl-Mail-Transport-Dbx-0.70.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Mail-Transport-Dbx
%define	upstream_version 0.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    9

Summary:	CPAN %{upstream_name} perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/Mail-Transport-Dbx/
Source0:	http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-Test-Pod-Coverage

%description
Mail::Transport::Dbx is a wrapper around libdbx to read Outlook Express
mailboxes (more commonly known as .dbx files).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/*/Mail/Transport
%{perl_vendorlib}/*/auto/Mail/Transport



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-9
+ Revision: d8df9de
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13087 |14cu|perl-Math-Base36-0.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Base36
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Encoding and decoding of base36 strings

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Math::BigInt)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This module converts to and from Base36 numbers (0..9 - A..Z)

It was created because of an article/challenge in "The Perl Review"

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.140.0-1
- (03e475f) Log: update to 0.140.0
- (03e475f) fixed BR and tests
- (03e475f) fixed Url and Source0
- (03e475f) fixed linting
- (03e475f) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13088 |14cu|perl-Math-Base85-0.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Math-Base85
%define upstream_version    0.2

Summary:	Perl extension for base 85 numbers
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}

Release:	1
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TM/TMONROE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

BuildArch:	noarch

%description
RFC 1924 describes a compact, fixed-size representation of IPv6
addresses which uses a base 85 number system.  This module handles
some of the uglier details of it.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Math/Base85.pm
%{_mandir}/*/*

%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.200.0-1
- (72d163e) Log: Reimport prperly from source,
- (72d163e) Perl converted version 0.200.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13089 |14cu|perl-Math-BigInt-1.999.722-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-BigInt
%define upstream_version 1.999722

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Arbitrary size integer/float math package

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(Test::More) >= 0.620.0
BuildRequires: perl(JSON::PP)
BuildRequires: perl-devel
BuildArch:  noarch

%description
All operators (including basic math operations) are overloaded if you declare
your big integers as

  $i = new Math::BigInt '123_456_789_123_456_789';

Operations with overloaded operators preserve the arguments which is exactly
what you expect.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc BENCHMARK BUGS CHANGES CREDITS GOALS HISTORY  LICENSE META.json META.yml NEW README SIGNATURE TODO examples
%{perl_vendorlib}/Math
%{_mandir}/*/*

%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 1.999.722-1
- (40fd1e8) Updated to 1.999.722



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13090 |14cu|perl-Math-BigInt-FastCalc-0.420.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-BigInt-FastCalc
%define upstream_version 0.42

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	2

Summary:    Math::BigInt::Calc with some XS for more speed


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-Math-BigInt >= 1.991
BuildRequires: perl(Math::BigInt::Calc) >= 0.56
BuildRequires: perl(Test::More)

BuildRequires: perl-devel

%description
In order to allow for multiple big integer libraries, Math::BigInt was
rewritten to use library modules for core math routines. Any module which
follows the same API as this can be used instead by using the following:

	use Math::BigInt lib => 'libname';

'libname' is either the long name ('Math::BigInt::Pari'), or only the short
version like 'Pari'. To use this library:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std


%files
%doc README CHANGES META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 0.420.0-2
- (4a3e1e7) Updated to 0.42



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13091 |14cu|perl-Math-BigInt-GMP-1.510.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-BigInt-GMP
%define upstream_version 1.51

Summary:	High speed arbitrary size integer math


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Math::BigInt) >= 1.997.0
BuildRequires:	perl(XSLoader) >= 0.20.0
# automatic dependency doesn't work here, because perl package
# provides an unversioned one
BuildRequires:	perl-Math-BigInt >= 1.87
BuildRequires:	gmp-devel
BuildRequires:	perl-devel

%description
This package contains a replacement (drop-in) module for
Math::BigInt's core, Math::BigInt::Calc.pm.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
export PERL5LIB=%{perl_vendorlib}
perl Makefile.PL INSTALLDIRS="vendor"
%make CFLAGS="%{optflags}"

%check
export PERL5LIB=%{perl_vendorlib}
make test

%install
%makeinstall_std

%files
%doc BUGS CHANGES CREDITS INSTALL LICENSE META.json META.yml README SIGNATURE TODO
%{perl_vendorarch}/Math
%{perl_vendorarch}/auto/Math
%{_mandir}/man*/*



%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 1.510.0-3
- (ca8a29c) Updated to 1.51



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13092 |14cu|perl-Math-BigInt-Pari-1.270.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-BigInt-Pari
%define upstream_version 1.27

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Use Math::Pari for Math::BigInt routines

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(JSON::PP)
BuildRequires: perl(Math::BigInt) >= 1.999.300
BuildRequires: perl(Math::Pari) >= 2.10.709
BuildRequires: perl(Test::More) >= 0.620.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
Provides support for big integer in BigInt et al. calculations via means of
Math::Pari, an XS layer on top of the very fast PARI library.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE META.json META.yml MYMETA.yml README SIGNATURE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 1.270.0-2
- (7f5e72a) Updated to 1.27



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13093 |14cu|perl-Math-BigRat-0.260.804-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define upstream_name    Math-BigRat
%define upstream_version 0.260804

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Arbitrary big rational numbers


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

# automatic dependency doesn't work here, because perl package
# provides an unversioned one
BuildRequires:	perl-Math-BigInt >= 1.87
BuildRequires:	perl-devel

%description
Math::BigRat complements Math::BigInt and Math::BigFloat by providing support
for arbitrary big rational numbers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
export PERL5LIB=%{perl_vendorlib}
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
export PERL5LIB=%{perl_vendorlib}/
make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Math
%{_mandir}/*/*



%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 0.260.804-1
- (6af2d76) Updated to 0.260804



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13094 |14cu|perl-Math-Derivative-0.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Derivative
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Numeric 1st and 2nd order differentiation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JG/JGAMBLE/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:	perl-devel
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This Perl package exports functions for performing numerical first
(Derivative1) and second Derivative2) order differentiation on vectors of data.
They both take references to two arrays containing the x and y ordinates of the
data and return an array of the 1st or 2nd derivative at the given x ordinates.
Derivative2 may optionally be given values to use for the first dervivative at
the start and end points of the data - otherwiswe 'natural' values are used.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc Changes LICENSE META.json META.yml README
%{perl_vendorlib}/Math
%{_mandir}/*/*


%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.40.0-1
- (d6d114d) Log: Update to 0.40.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13095 |14cu|perl-Math-GMPq-0.420.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'GMPq.so|Random.so|V.so'


%define upstream_name    Math-GMPq
%define upstream_version 0.42

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl interface to the GMP library's rational (mpq) functions
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildRequires: gmp-devel

%description
   A bigrational module utilising the Gnu MP (GMP) library.
   Basically this module simply wraps all of the 'mpq'
   (rational number) functions provided by that library.
   The documentation below extensively plagiarises the GMP
   documentation (which can be found at http://gmplib.org).
   See also the Math::GMPq test suite for examples of usage.

   IMPORTANT:
    If your perl was built with '-Duse64bitint' you need to assign
    all integers larger than 52-bit in a 'use integer;' block.
    Failure to do so can result in the creation of the variable as
    an NV (rather than an IV) - with a resultant loss of precision.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Dec 07 2016 abfonly <abfonly@gmail.com> 0.420.0-1
- (e510586) Updated perl-Math-GMPq.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13096 |14cu|perl-Math-GMPz-0.440.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'V.so|Random.so|GMPz.so'

%define upstream_name    Math-GMPz
%define upstream_version 0.44

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl interface to the GMP library's integer (mpz) functions
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildRequires: perl(Math::GMPq)
BuildRequires: perl(Math::BigInt)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Math::MPFR)
BuildRequires: gmp-devel

%description
   A bignum module utilising the Gnu MP (GMP) library.
   Basically this module simply wraps nearly all of
   the integer functions provided by that library.
   The documentation below extensively plagiarises
   the documentation at http://gmplib.org.
   See the Math::GMPz test suite for examples of
   usage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Dec 08 2016 abfonly <abfonly@gmail.com> 0.440.0-1
- (0fd53d8) Updated perl-Math-GMPz.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13097 |14cu|perl-Math-MatrixReal-2.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-MatrixReal
%define upstream_version 2.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Manipulate NxN matrices

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/Math-MatrixReal-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)
BuildRequires:  perl(Carp)
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(overload)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(vars)
BuildRequires:  perl(base)
BuildRequires:  perl(Benchmark)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(File::Spec::Functions)
BuildRequires:  perl(Math::Complex)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Most)
BuildRequires:  perl(Test::Simple)

BuildArch:	noarch

%description
*Semi-Rings*
    A Semi-Ring (S, +, ., 0, 1) is characterized by the following
    properties:

    * 1)

      a) '(S, +, 0) is a Semi-Group with neutral element 0'

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES META.yml META.json CREDITS README.*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Jun 25 2015 abfonly <John@smith.org> 2.120.0-1
- (5bc3aac) Log: Update to 2.120.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13098 |14cu|perl-Math-MPC-1.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'MPC.so'

%define upstream_name    Math-MPC
%define upstream_version 1.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl interface to the MPC (multi precision complex) library
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Math::MPFR)
BuildRequires: perl-devel
BuildRequires: mpfr-devel
BuildRequires: libmpc-devel

%description
   A multiple precision complex number module utilising the MPC library.
   Basically, this module simply wraps the 'mpc' complex number functions
   provided by that library.
   Operator overloading is also available.
   The following documentation heavily plagiarises the mpc documentation.

   use warnings;
   use Math::MPFR qw(:mpfr); # needed by some Math::MPC functions
   use Math::MPC qw(:mpc);
   Rmpc_set_default_prec(500); # Set default precision to 500 bits
   my $mpc1 = Math::MPC->new(12.5, 1125); # 12.5 + 1125*i
   $mpc2 = sqrt($mpc1);
   print "Square root of $mpc1 is $mpc2\n";

   See also the Math::MPC test suite for some (simplistic) examples of
   usage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Dec 07 2016 abfonly <abfonly@gmail.com> 1.70.0-1
- (6323c65) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13099 |14cu|perl-Math-MPFR-3.340.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'Prec.so|Random.so|MPFR.so|V.so'

%define upstream_name    Math-MPFR
%define upstream_version 3.34

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl interface to the MPFR (floating point) library
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildRequires: mpfr-devel

%description
   A bigfloat module utilising the MPFR library. Basically
   this module simply wraps the 'mpfr' floating point functions
   provided by that library.
   Operator overloading is also available.
   The following documentation heavily plagiarises the mpfr
   documentation.
   See also the Math::MPFR test suite for some examples of usage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

iconv -f iso8859-1 -t utf-8 CHANGES > CHANGES.conv && mv -f CHANGES.conv CHANGES
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Dec 07 2016 abfonly <abfonly@gmail.com> 3.340.0-1
- (a7e02b5) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13100 |14cu|perl-Math-Pari-2.10.806.50-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Math-Pari
%define upstream_version 2.01080605

%define pari_version	2.3.3

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    8
Epoch:      1

Summary:    Perl interface to PARI

License:    GPLv2+ or Artistic
Group:      Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz
Source1:    ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/pari-%{pari_version}.tar.gz

BuildRequires:  perl-devel

%description
This package is a Perl interface to famous library PARI for
numerical/scientific/number-theoretic calculations. It allows use of
most PARI functions as Perl functions, and (almost) seamless merging of
PARI and Perl data. See ftp://megrez.math.u-bordeaux.fr/pub/pari for
more information about PARI.

%prep
%setup -q      -n %{upstream_name}-%{upstream_version}
%setup -q -a 1 -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor paridir=pari-%{pari_version} < /dev/null
%make CFLAGS="%{optflags}"

%ifnarch x86_64
%check
%make test
%endif

%install
%makeinstall_std

%clean

%files
%defattr(644,root,root,755)
%doc README Changes
%{perl_vendorarch}/Math
%{perl_vendorarch}/auto/Math
%{_mandir}/*/*



%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.10.806.50-8
+ Revision: 76db7b0
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13101 |14cu|perl-Math-Prime-Util-GMP-0.410.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'GMP.so'

%define upstream_name    Math-Prime-Util-GMP
%define upstream_version 0.41

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Utilities related to prime numbers and factoring, using GMP
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Math::BigInt)
BuildRequires: perl(Test::More)
BuildRequires: perl(XSLoader)
BuildRequires: perl(base)
BuildRequires: perl-devel
BuildRequires: gmp-devel

%description
Devel::CheckLib is a perl module that checks whether a particular C library
and its headers are available.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json LICENSE README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Dec 08 2016 abfonly <abfonly@gmail.com> 0.410.0-1
- (845ec14) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13102 |14cu|perl-Math-Random-Secure-0.60.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Random-Secure
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6
Summary:	The underlying PRNG, as an object
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Any::Moose)
BuildRequires:	perl(Crypt::Random::Source)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Math::Random::ISAAC)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This module is intended to provide a cryptographically-secure replacement
for Perl's built-in 'rand' function. "Crytographically secure", in this
case, means:

* *

  No matter how many numbers you see generated by the random number
  generator, you cannot guess the future numbers, and you cannot guess the
  seed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Jun 02 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-6
- (f41a7e9) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13103 |14cu|perl-MCE-1.608.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MCE
%define upstream_version 1.608

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Temporary directory creation/cleanup & signal handling
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Path)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Socket)
BuildRequires: perl(Storable)
BuildRequires: perl(Symbol)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(IO::Handle)
BuildRequires: perl-devel

BuildArch: noarch

%description
Many-core Engine (MCE) for Perl helps enable a new level of performance by
maximizing all available cores. MCE spawns a pool of workers and therefore
does not fork a new process per each element of data. Instead, MCE follows
a bank queuing model. Imagine the line being the data and bank-tellers the
parallel workers. MCE enhances that model by adding the ability to chunk
the next n elements from the input stream to the next available worker.

Chunking and input data are optional in MCE. One may use MCE to run many
workers in parallel without specifying input data.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml CHANGES README LICENSE CREDITS
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 1.608.0-1
- (5fb3d75) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13104 |14cu|perl-Method-Signatures-Simple-1.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Method-Signatures-Simple
%define upstream_version 1.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Basic method declarations with signatures, without source filters
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Method/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Devel::Declare)
BuildRequires: perl-devel
BuildRequires: perl(Module::Implementation)

BuildArch: noarch

%description
Basic method declarations with 
signatures, without source filters.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sat Mar 14 2015 abfonly <John@smith.org> 1.70.0-1
+ Revision: ff35cd0
- Log: Update to 1.70.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13105 |14cu|perl-MIME-Base64-3.150.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MIME-Base64
%define upstream_version 3.15
%define __noautoprov 'Base64.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Encode/decode Base 64 (RFC 2045)

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(XSLoader) >= 0.160.0

%description
This module provides functions to encode and decode strings into and from
the base64 encoding specified in RFC 2045 - _MIME (Multipurpose Internet
Mail Extensions)_. The base64 encoding is designed to represent arbitrary
sequences of octets in a form that need not be humanly readable. A
65-character subset ([A-Za-z0-9+/=]) of US-ASCII is used, enabling 6 bits
to be represented per printable character.

The following functions are provided:

* encode_base64($str)

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Sun Jul 19 2015 abfonly <abfonly@gmail.com> 3.150.0-2
- (1fef8d1) Rebuild for a genhdlist failure, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13106 |14cu|perl-MIME-EncWords-1.14.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name     MIME-EncWords
%define upstream_version 1.014.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Epoch:		1

Summary:	Deal with RFC-1522 encoded words (improved)

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MIME/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	 perl(MIME::Charset)
BuildRequires:	 perl-devel
BuildArch:	noarch

%description
Fellow Americans, you probably won't know what the hell this module is for.
Europeans, Russians, et al, you probably do. :-)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ARTISTIC GPL README
%{perl_vendorlib}/MIME
%{perl_vendorlib}/Encode
%{perl_vendorlib}/POD2
%{_mandir}/*/*

%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.14.3-2
+ Revision: ffc70b3
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13107 |14cu|perl-Minion-0.390.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Minion
%define upstream_version 0.39

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Mojolicious job queue
License:    Artistic 2.0
Group:      Development/Perl
Url:        http://mojolicious.org/
Source0:    http://www.cpan.org/authors/id/S/SR/SRI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Pod::Simple) >= 3.90.0
BuildRequires: perl(Time::Local) >= 1.200.0
BuildRequires: perl(DBM::Deep)
BuildRequires: perl(Mojo::Base)
BuildArch:  noarch


%description
A job queue for the Mojolicious real-time web
framework with support for multiple backends.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml
%{perl_vendorlib}/*
%{_mandir}/man?/*

%changelog
* Fri Oct 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.390.0-1
+ Revision: b7d0997
- Disable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13108 |14cu|perl-Mixin-ExtraFields-0.140.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mixin-ExtraFields
%define upstream_version 0.140002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Store extras in a hashy object's guts

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Mixin/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(String::RewritePrefix)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Sub::Install)

BuildArch:	noarch

%description
Sometimes your well-defined object needs a way to tack on arbirary extra
fields. This might be a set of session-specific ephemeral data, a stash of
settings that need to be easy to grow over time, or any sort of
name-and-value parameters. Adding more and more methods can be cumbersome,
and may not be helpful if the names vary greatly. Accessing an object's
guts directly is simple, but is difficult to control when subclassing, and
can make altering your object's structure difficult.

Mixin::ExtraFields provides a simple way to add an arbitrary number of
stashes for named data. These data can be stored in the object, in a
database, or anywhere else. The storage mechanism is abstracted away from
the provided interface, so one storage mechanism can be easily swapped for
another. Multiple ExtraFields stashes can be mixed into one class, using
one or many storage mechanisms.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 15 2015 abfonly <John@smith.org> 0.140.2-1
+ Revision: ba5b20d
- Log: Update to 0.140.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13109 |14cu|perl-Mixin-ExtraFields-Param-0.21.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mixin-ExtraFields-Param
%define upstream_version 0.021

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Make your class provide a familiar "param" method

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Mixin/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Mixin::ExtraFields)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker) 
BuildRequires:	perl(parent)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)

BuildArch:	noarch

%description
This module mixes in to your class to provide a 'param' method like the
ones provided by the CGI manpage, the CGI::Application manpage, and other
classes. It uses Mixin::ExtraFields, which means it can use any
Mixin::ExtraFields driver to store your data.

By default, the methods provided are:

* * param.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 15 2015 abfonly <John@smith.org> 0.21.0-1
+ Revision: 0194876
- Log: Update to 0.21.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13110 |14cu|perl-Mixin-Linewise-0.108.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mixin-Linewise
%define upstream_version 0.108

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Get linewise writeers for strings and filenames

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(IO::File)
BuildRequires:	perl(IO::String)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(PerlIO::utf8_strict) >= 0.6.0
BuildRequires:	perl(Encode)
BuildRequires:	perl(Test::More) >= 1.1.9  
BuildRequires:	perl(strict)
BuildRequires:	perl(utf8)
BuildRequires:	perl(warnings)


BuildArch:	noarch

%description
It's boring to deal with opening files for IO, converting strings to
handle-like objects, and all that. With the Mixin::Linewise::Readers
manpage and the Mixin::Linewise::Writers manpage, you can just write a
method to handle handles, and methods for handling strings and filenames
are added for you.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jul 11 2015 abfonly <abfonly@gmail.com> 0.108.0-1
- (cf11207) Log: Update to 0.108.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13111 |14cu|perl-MLDBM-2.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MLDBM
%define upstream_version 2.05


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    MLDBM - store multi-level hash structure in single level tied hash
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/authors/id/C/CH/CHAMAS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper) >= 2.80.0
BuildRequires: perl(Test::More)
BuildRequires: perl(FreezeThaw)

BuildArch:  noarch

%description
This module can serve as a transparent interface to any TIEHASH package
that is required to store arbitrary perl data, including nested references.
Thus, this module can be used for storing references and other arbitrary data
within DBM databases.

It works by serializing the references in the hash into a single string. In the
underlying TIEHASH package (usually a DBM database), it is this string that
gets stored.  When the value is fetched again, the string is deserialized to
reconstruct the data structure into memory.

For historical and practical reasons, it requires the Data::Dumper package,
available at any CPAN site. Data::Dumper gives you really nice-looking dumps of
your data structures, in case you wish to look at them on the screen, and
it was the only serializing engine before version 2.00.  However, as of version
2.00, you can use any of Data::Dumper, FreezeThaw or Storable to
perform the underlying serialization, as hinted at by the SYNOPSIS overview
above.  Using Storable is usually much faster than the other methods.

See the BUGS section for important limitations.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{perl_vendorlib}/MLDBM*
%{_mandir}/*/*

%changelog
* Sun Mar 15 2015 abfonly <John@smith.org> 2.50.0-1
+ Revision: 124046f
- Log: Update to 2.50.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13112 |14cu|perl-Modern-Perl-1.201.501.270-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Modern-Perl
%define upstream_version 1.20150127

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Enable all of the features of Modern Perl with one import
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Modern/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(autodie)
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildArch: noarch

%description
Enable all of the features of Modern Perl with one import.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 15 2015 abfonly <abfonly@gmail.com> 1.201.501.270-1
+ Revision: 1628360
- Log: Update to 1.201.501.270, fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13113 |14cu|perl-Module-Build-XSUtil-0.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Build-XSUtil
%define upstream_version 0.14

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A Module::Build class for building XS modules
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Cwd::Guard) >= 0.40.0
BuildRequires: perl(Devel::CheckCompiler) >= 0.50.0
BuildRequires: perl(Devel::PPPort)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Copy::Recursive)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More)
BuildRequires: perl(XSLoader)
BuildRequires: perl(parent)
BuildRequires: perl(Module::Build)
BuildRequires: perl-devel

BuildArch: noarch

%description
A Module::Build class for building XS modules.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Apr 01 2015 abfonly <John@smith.org> 0.140.0-1
- (700652c) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13114 |14cu|perl-Module-Compile-0.350.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Compile
%define upstream_version 0.35



Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl Module Optimization
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl
BuildRequires:  perl(Module::Install::Base)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)
BuildRequires:  perl(constant)
BuildRequires:  perl(Digest::SHA1) >= 2.13
BuildRequires:  perl(Filter::Util::Call)
BuildRequires:  perl(vars)
BuildRequires:  perl(base)
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(File::Find)
BuildRequires:  perl(Test::Base)
BuildRequires:  perl(Test::Base::Filter)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(YAML)

BuildArch: noarch

%description
This module provides a system for writing modules that _compile_ other Perl
modules.

Modules that use these compilation modules get compiled into some altered
form the first time they are run. The result is cached into '.pmc' files.

Perl has native support for '.pmc' files. It always checks for them, before
loading a '.pm' file.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
rm -fr t/000-compile-modules.t

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1

%make

%check
make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE README Changes META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 15 2015 abfonly <John@smith.org> 0.350.0-1
+ Revision: b43bfe9
- Log: Update to 0.350.0, fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13115 |14cu|perl-Module-CPANfile-1.0.200-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-CPANfile
%define upstream_version 1.0002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Parse cpanfile
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(Test::More)
BuildArch: noarch


%description
'cpanfile' describes CPAN dependencies required to execute associated Perl
code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%perl_vendorlib/*
%{_bindir}/cpanfile-dump
%{_bindir}/mymeta-cpanfile
%{_mandir}/man1/cpanfile-dump.1.*
%{_mandir}/man1/mymeta-cpanfile.1.*


%changelog
* Sat Nov 22 2014 abfonly <abfonly@gmail.com> 1.0.200-1
+ Revision: 0c0b2e5
- Updated perl-Module-CPANfile.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13116 |14cu|perl-Module-CPANTS-Analyse-0.960.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-CPANTS-Analyse
%define upstream_version 0.96

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Generate Kwalitee ratings for a distribution

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/Module-CPANTS-Analyse-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Archive::Any) >= 0.60.0
BuildRequires:	perl(Archive::Tar) >= 1.480.0
BuildRequires:	perl(Array::Diff) >= 0.40.0
BuildRequires:	perl(CPAN::DistnameInfo) >= 0.60.0
BuildRequires:	perl(Class::Accessor) >= 0.190.0
BuildRequires:	perl(Cwd)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(ExtUtils::Manifest)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(File::chdir)
BuildRequires:	perl(IO::Capture) >= 0.50.0
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::ExtractUse) >= 0.180.0
BuildRequires:	perl(Module::Pluggable) >= 2.960.0
BuildRequires:	perl(Module::Signature)
BuildRequires:	perl(Pod::Simple::Checker) >= 2.20.0
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Set::Scalar)
BuildRequires:	perl(Software::License) >= 0.3.0
BuildRequires:	perl(Test::CPAN::Meta::YAML::Version)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::Warn) >= 0.110.0
BuildRequires:	perl(Text::CSV_XS) >= 0.450.0
BuildRequires:	perl(YAML::Any) >= 0.810.0
BuildRequires:	perl(YAML::XS)
BuildRequires:	perl(version) >= 0.730.0
BuildRequires:	perl(ExtUtils::MakeMaker::CPANfile)
BuildRequires:	perl(File::Find::Object)
BuildRequires:	perl(Class::XSAccessor)
BuildRequires:	perl(JSON::MaybeXS)
BuildRequires:	perl(Test::FailWarnings)
BuildRequires:	perl(Archive::Any::Lite)





BuildArch:	noarch

%description
Kwalitee is an automatically-measurable gauge of how good your software is.
That's very different from quality, which a computer really can't measure in a
general sense. (If you can, you've solved a hard problem in computer science.)

In the world of the CPAN, the CPANTS project (CPAN Testing Service; also a
funny acronym on its own) measures Kwalitee with several metrics. If you plan
to release a distribution to the CPAN -- or even within your own organization
-- testing its Kwalitee before creating a release can help you improve your
quality as well.

Test::Kwalitee and a short test file will do this for you automatically.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc AUTHORS Changes META.json META.yml MYMETA.yml README  TODO
%{perl_vendorlib}/Module
%{_mandir}/*/*




%changelog

* Tue Jun 02 2015 abfonly <abfonly@gmail.com> 0.960.0-1
- (98b483f) Updated perl-Module-CPANTS-Analyse.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13117 |14cu|perl-Module-Data-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Data
%define upstream_version 0.007

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Introspect context information about modules in @INC
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dump)
BuildRequires: perl(FindBin)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moo)
BuildRequires: perl(Path::Class)
BuildRequires: perl(Path::Class::File)
BuildRequires: perl(Path::ScanINC)
BuildRequires: perl(Sub::Quote)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build)
BuildRequires: perl-devel
BuildRequires: perl(Sub::Quote)
BuildRequires: perl(strictures)
BuildRequires: perl(Class::Method::Modifiers)

BuildArch: noarch

%description
Introspect context information about modules in @INC.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc LICENSE Changes README META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 0.7.0-1
- (9527f2f) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13118 |14cu|perl-Module-Find-0.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Module-Find
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Find and use installed modules in a (sub)category

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/C/CR/CRENZ/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:	perl-devel
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::CPAN::Meta) >= 0.250.0

BuildArch:	noarch

%description
Module::Find lets you find and use modules in categories. This can be
very useful for auto-detecting driver or plugin modules. You can
differentiate between looking in the category itself or in all
subcategories.


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man*/*
%{perl_vendorlib}/Module



%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.130.0-1
- (5ce61df) Log: Update to 0.130.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13119 |14cu|perl-Module-Format-0.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Format
%define upstream_version v0.0.7

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Convert and manipulate stringified versions of Perl modules

License:    MIT
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Getopt::Long) >= 2.470.0
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires: perl(Test::Trap)
BuildRequires: perl(Test::Pod) >= 1.500.0
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::TrailingSpace) >= 0.20.500
BuildRequires: perl(Test::CPAN::Changes) >= 0.9.0
BuildRequires: perl-devel

BuildArch: noarch

%description
Module-Format is a set of Perl modules and the accompanying perlmf command line
utility that can be used to output consistetly formatted named of Perl modules
for input in applications. So one can do:

urpmi --auto $(perlmf as_rpm_c "$@")

to install perl dependencies using urpmi (and many other uses).

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_bindir}/perlmf
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.0.7-1
- (1da760b) Log: Update to 0.0.7, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13120 |14cu|perl-Module-Manifest-Skip-0.230.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Manifest-Skip
%define upstream_version 0.23

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    MANIFEST.SKIP Manangement for Modules
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel 
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Moo)
BuildRequires: perl(File::ShareDir::Install)
BuildRequires: perl(strictures)
BuildArch: noarch

%description
*NOTE:* This module is mostly intended for module packaging frameworks to
share a common, up-to-date 'MANIFEST.SKIP' base. For example,
Module::Install::ManifestSkip, uses this module to get the actual SKIP
content. However this module may be useful for any module author.

CPAN module authors use a 'MANIFEST.SKIP' file to exclude certain well
known files from getting put into a generated 'MANIFEST' file, which would
cause them to go into the final distribution package.

The packaging tools try to automatically skip things for you, but if you
add one of your own entries, you have to add all the common ones yourself.
This module attempts to make all of this boring process as simple and
reliable as possible.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE README Changes META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Apr 06 2015 abfonly <John@smith.org> 0.230.0-1
- (38674b4) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13121 |14cu|perl-Module-Mask-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Mask
%define upstream_version 0.06


Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        1
Summary:        Pretend certain modules are not installed
License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/Module-Mask/
Source0:        http://www.cpan.org/authors/id/M/MA/MATTLAW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Module::Build::Compat)
BuildRequires:  perl(Carp)
BuildRequires:  perl(Carp::Heavy)
BuildRequires:  perl(Module::Util)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(base)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(CPAN::Meta::YAML) >= 0.16.0


BuildArch:      noarch

%description
Sometimes you need to test what happens when a given module is not
installed. This module provides a way of temporarily hiding installed
modules from perl's require mechanism. The Module::Mask object adds itself
to @INC and blocks require calls to restricted modules.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot}

%check
./Build test

%files
%doc Changes README META.json META.yml
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.60.0-1
- (18e2e63) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13122 |14cu|perl-Module-Path-0.190.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Path
%define upstream_version 0.19

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Get the full path to a locally installed module  

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Cwd)
BuildRequires: perl(Devel::FindPerl)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(FindBin) >= 0.50.0
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

BuildArch:  noarch

%description
Module::Path provides a single function, module_path(), which will find where a
module is installed locally.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_bindir}/*
%{perl_vendorlib}/*

%changelog

* Sun Jun 28 2015 abfonly <John@smith.org> 0.190.0-1
- (dc45990) Log: Update to 0.190.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13123 |14cu|perl-Module-Release-2.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Release
%define upstream_version 2.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Upload through the PAUSE web interface
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(CACertOrg::CA)
BuildRequires: perl(ConfigReader::Simple)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(IO::Null)
BuildRequires: perl(Mojolicious)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Output)
BuildRequires: perl(Test::Without::Module)
BuildRequires: perl(URI)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(CGI)
BuildRequires: perl(Test::Pod)


BuildArch: noarch

%description
'Module::Release' automates your software release process. It started as a
script that automated my release process, so it has bits to talk to PAUSE
(CPAN) and SourceForge, and to use 'Makefile.PL' and 'CVS'. Other people
have extended this in other modules under the same namespace so you can use
'Module::Build', 'svn', and many other things.

The methods represent a step in the release process. Some of them check a
condition (e.g. all tests pass) and die if that doesn't work.
'Module::Release' doesn't let you continue if something is wrong. Once you
have checked everything, use the upload features to send your files to the
right places.

The included 'release' script is a good starting place. Don't be afraid to
edit it for your own purposes.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_bindir}/release
%{_mandir}/man3/*
%{_mandir}/man1/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 15 2015 abfonly <abfonly@gmail.com> 2.110.0-1
+ Revision: f8037ff
- Log: Update to 2.110.0, import missing BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13124 |14cu|perl-Module-Runtime-Conflicts-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Module-Runtime-Conflicts
%define upstream_version	0.002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:        Provide information on conflicts for Module::Runtime
License:        GPL+ or Artistic
Group:		Development/Perl
URL:            http://search.cpan.org/dist/Module-Runtime-Conflicts/
Source0:        http://www.cpan.org/authors/id/E/ET/ETHER/%{upstream_name}-%{upstream_version}.tar.gz

BuildArch:      noarch
BuildRequires:  perl-devel
BuildRequires:  perl(Dist::CheckConflicts)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(Module::Build::Tiny)
BuildRequires:  perl(Module::Runtime)
BuildRequires:  perl(strict)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(warnings)


%description
This module provides conflicts checking for Module::Runtime, which had a
recent release that broke some versions of Moose. It is called from
Moose::Conflicts and moose-outdated.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes CONTRIBUTING README META.json META.yml LICENSE
%{perl_vendorlib}/Module*
%{_mandir}/man3/Module*

%changelog

* Thu Jun 18 2015 abfonly <John@smith.org> 0.2.0-1
- (e592947) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13125 |14cu|perl-Module-Starter-1.710.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Module-Starter
%define upstream_version 1.71

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	A simple starter kit for any module 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is the core module for Module::Starter. If you're not looking to extend or
alter the behavior of this module, you probably want to look at module-starter
instead.

Module::Starter is used to create a skeletal CPAN distribution, including basic
builder scripts, tests, documentation, and module code. This is done through
just one method, create_distro.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc Changes README META.json META.yml
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog

* Thu Jun 25 2015 abfonly <John@smith.org> 1:1.710.0-1
- (72ee71f) Log: Update to 1.710.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13126 |14cu|perl-Mojolicious-6.230.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mojolicious
%define upstream_version 6.23

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A next generation web framework for Perl
License:    Artistic 2.0
Group:      Development/Perl
Url:        http://mojolicious.org/
Source0:    http://www.cpan.org/authors/id/S/SR/SRI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Pod::Simple) >= 3.90.0
BuildRequires: perl(Time::Local) >= 1.200.0
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(Compress::Raw::Zlib)
BuildRequires: perl(IO::Compress::Gzip)
BuildRequires: perl(IO::Socket::IP)
# See META.yml Symbianflo
BuildRequires: perl(CPAN::Meta::YAML) >= 0.16.0


BuildArch:  noarch


%description
Back in the early day of the web there was this wonderful Perl library
called CGI, many people only learned Perl because of it. It was simple
enough to get started without knowing much about the language and powerful
enough to keep you going, learning by doing was much fun. While most of the
techniques used are outdated now, the idea behind it is not. Mojolicious is
a new attempt at implementing this idea using state of the art technology.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml examples
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man1/*
%{_mandir}/man3/*


%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 6.230.0-1
- (22acd64) Log: Update to 6.230.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13127 |14cu|perl-Mojolicious-Plugin-Authentication-1.270.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mojolicious-Plugin-Authentication
%define upstream_version 1.27

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A plugin to make authentication a bit easier

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/authors/id/M/MA/MADCAT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Module::Build)
BuildRequires: perl(Mojolicious) >= 6.140.0
BuildRequires: perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires: perl(Test::Mojo)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::CPAN::Changes)

BuildArch: noarch

%description
%{summary}.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README.*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 1.270.0-1
- (53bf01a) Log: Update to 1.270.0
- (53bf01a) Fixed BR
- (53bf01a) fixed and enabled tests
- (53bf01a) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13128 |14cu|perl-MojoMojo-1.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MojoMojo
%define upstream_version 1.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A Catalyst & DBIx::Class powered Wiki
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
# provides need to be fixed for perl-Algorithm-Diff in main.Symbianflo.
BuildRequires: perl-Algorithm-Diff >= 1.190.300
#
BuildRequires: perl(Algorithm::Merge)
BuildRequires: perl(Archive::Zip) >= 1.140.0
BuildRequires: perl(Cache::FastMmap) >= 1.310.0
BuildRequires: perl(Catalyst::Runtime) >= 5.900.930
BuildRequires: perl(Catalyst::Action::RenderView) >= 0.70.0
BuildRequires: perl(Catalyst::Authentication::Store::DBIx::Class) >= 0.101.0
BuildRequires: perl(Catalyst::Controller::HTML::FormFu) >= 0.30.70
BuildRequires: perl(Catalyst::Model::DBIC::Schema) >= 0.10.0
BuildRequires: perl(Catalyst::Plugin::Authentication) >= 0.100.50
BuildRequires: perl(Catalyst::Plugin::Cache) >= 0.80.0
BuildRequires: perl(Catalyst::Plugin::ConfigLoader) >= 0.130.0
BuildRequires: perl(Catalyst::Plugin::I18N)
BuildRequires: perl(Catalyst::Plugin::Session::State::Cookie) >= 0.110.0
BuildRequires: perl(Catalyst::Plugin::Session::Store::Cache)
BuildRequires: perl(Catalyst::Plugin::Setenv)
BuildRequires: perl(Catalyst::Plugin::Static::Simple) >= 0.70.0
BuildRequires: perl(Catalyst::Plugin::SubRequest) >= 0.190.0
BuildRequires: perl(Catalyst::Plugin::Unicode) >= 0.800.0
BuildRequires: perl(Catalyst::View::Email) >= 0.140.0
BuildRequires: perl(Catalyst::View::Email::Template)
BuildRequires: perl(Catalyst::View::JSON) >= 0.260.0
BuildRequires: perl(Catalyst::View::TT) >= 0.230.0
BuildRequires: perl(Config::General)
BuildRequires: perl(Config::JFDI)
BuildRequires: perl(Crypt::CBC) >= 2.120.0
BuildRequires: perl(DBD::SQLite) >= 1.270.0
BuildRequires: perl(DBIx::Class) >= 0.80.0
BuildRequires: perl(DBIx::Class::DateTime::Epoch) >= 0.40.0
BuildRequires: perl(DBIx::Class::EncodedColumn)
BuildRequires: perl(DBIx::Class::TimeStamp) >= 0.110.0
BuildRequires: perl(Data::Page) >= 2.0.0
BuildRequires: perl(DateTime) >= 0.280.0
BuildRequires: perl(DateTime::Format::Mail)
BuildRequires: perl(Directory::Scratch) >= 0.140.0
BuildRequires: perl(Email::Sender::Simple) >= 0.102.370
BuildRequires: perl(Encode) >= 2.310.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(FCGI::ProcManager)
BuildRequires: perl(File::Copy::Recursive)
BuildRequires: perl(File::MMagic) >= 1.270.0
BuildRequires: perl(HTML::Entities) >= 3.600.0
BuildRequires: perl(HTML::FormFu) >= 0.20.0
BuildRequires: perl(HTML::FormFu::Element::reCAPTCHA)
BuildRequires: perl(HTML::FormFu::Model::DBIC)
BuildRequires: perl(HTML::Strip) >= 1.40.0
BuildRequires: perl(HTML::TagCloud)
BuildRequires: perl(HTML::Toc)
BuildRequires: perl(IO::File) >= 1.140.0
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(Image::ExifTool)
BuildRequires: perl(Image::Math::Constrain)
BuildRequires: perl(Imager)
BuildRequires: perl(KinoSearch1) >= 1.0.0
BuildRequires: perl(LWP::Simple)
BuildRequires: perl(MRO::Compat) >= 0.100.0
BuildRequires: perl(Module::Pluggable::Ordered) >= 1.400.0
BuildRequires: perl(Moose)
BuildRequires: perl(Net::Amazon)
BuildRequires: perl(Number::Format)
BuildRequires: perl(Plack) >= 0.997.400
BuildRequires: perl(Pod::Simple::HTML) >= 3.10.0
BuildRequires: perl(SQL::Translator) >= 0.90.60
BuildRequires: perl(Syntax::Highlight::Engine::Kate)
BuildRequires: perl(Template) >= 2.200.0
BuildRequires: perl(Template::Plugin::JavaScript)
BuildRequires: perl(Term::Prompt)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Test::WWW::Mechanize::Catalyst) >= 0.510.0
BuildRequires: perl(Text::Context) >= 3.500.0
BuildRequires: perl(Text::Emoticon::MSN)
BuildRequires: perl(Text::MultiMarkdown) >= 1.0.32
BuildRequires: perl(Text::Password::Pronounceable)
BuildRequires: perl(Text::Textile)
BuildRequires: perl(URI) >= 1.370.0
BuildRequires: perl(URI::Fetch)
BuildRequires: perl(URI::Find)
BuildRequires: perl(WWW::Mechanize) >= 1.540.0
BuildRequires: perl(WWW::Mechanize::TreeBuilder) >= 1.100.0
BuildRequires: perl(XML::Feed)
BuildRequires: perl(XML::LibXML) >= 1.660.0
BuildRequires: perl(XML::LibXSLT) >= 1.660.0
BuildRequires: perl(YAML) >= 0.360.0
BuildRequires: perl(parent)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Devel::LeakGuard::Object)
BuildRequires: perl(Test::NoTabs)
BuildRequires: perl(Test::WWW::Selenium::Catalyst)
BuildRequires: perl(Module::Find)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(aliased)
BuildRequires: perl(strictures)
BuildRequires: perl(Class::C3)

BuildArch:	noarch

%description
Mojomojo is a sort of content management system, borrowing many concepts
from wikis and blogs. It allows you to maintain a full tree-structure of
pages, and to interlink them in various ways. It has full version support,
so you can always go back to a previous version and see what's changed with
an easy AJAX- based diff system. There are also a bunch of other features
like built-in fulltext search, live AJAX preview of editing, and RSS feeds
for every wiki page.

To find out more about how you can use MojoMojo, please visit
http://mojomojo.org or read the installation instructions in the
MojoMojo::Installation manpage to try it out yourself.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
# unicode tests fail all over our perl modules.Symbianflo.
rm -fr t/unicode.t t/c/email.t

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
script/mojomojo_spawn_db.pl
%make test

%install
%makeinstall_std
chmod -x %{buildroot}%{perl_vendorlib}/Text/SmartyPants.pm

%files
%doc Changes META.yml
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/*

%changelog

* Sat Jun 13 2015 abfonly <abfonly@gmail.com> 1.110.0-1
- (261dd6a) Log: Update to 1.110.0, fixed BR, import all missig deps, enable and fixed test.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13129 |14cu|perl-Monitoring-Availability-0.460.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Monitoring-Availability
%define upstream_version 0.46

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Load/Store/Access Logfiles
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Monitoring/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildArch: noarch

%description
This module calculates the availability for hosts/server from given
logfiles. The Logfileformat is Nagios/Icinga only.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc MYMETA.yml META.yml Changes MYMETA.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 15 2015 abfonly <John@smith.org> 0.460.0-1
+ Revision: 695eede
- Log: Update to 0.460.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13130 |14cu|perl-Monitoring-Livestatus-0.740.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Monitoring-Livestatus
%define upstream_version 0.74

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Monitoring::Livestatus::Class::Abstract::Filter\\)|perl\\(Monitoring::Livestatus::Class::Abstract::Stats\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Connector with multiple peers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Monitoring/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(IO::Socket::INET)
BuildRequires:	perl(IO::Socket::UNIX)
BuildRequires:	perl(JSON::XS)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Thread::Queue)
BuildRequires:	perl(utf8)
BuildArch:	noarch

%description
This module connects via socket/tcp to the check_mk livestatus addon for
Nagios and Icinga. You first have to install and activate the mklivestatus
addon in your monitoring installation.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 15 2015 abfonly <John@smith.org> 0.740.0-1
+ Revision: 04c3e91
- Log: Update to 0.740.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13131 |14cu|perl-Monitoring-Livestatus-Class-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Monitoring-Livestatus-Class
%define upstream_version 0.06

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Monitoring::Livestatus::Class::Abstract::Filter\\)|perl\\(Monitoring::Livestatus::Class::Abstract::Stats\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Class for servicesbyhostgroup table

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Monitoring/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Find)
BuildRequires:	perl(Monitoring::Livestatus)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Devel::LeakGuard::Object)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Memory::Cycle)

BuildArch:	noarch

%description
This module is an object-oriented interface for Monitoring::Livestatus

*The module is still in an early stage of development, there can be some
api changes between releases.*

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 15 2015 abfonly <John@smith.org> 0.60.0-1
+ Revision: b602c0e
- Log: Update to 0.60.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13132 |14cu|perl-Moo-2.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Moo
%define upstream_version 2.000002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Efficient generation of subroutines via string eval

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Class::XSAccessor)
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(Devel::GlobalDestruction)
BuildRequires:  perl(Dist::CheckConflicts)
BuildRequires:	perl(Import::Into)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Role::Tiny) >= 2.0.1
BuildRequires:	perl(strictures)
BuildRequires:	perl(Module::Runtime)

BuildArch:	noarch

Provides:       perl(Moo::Conflicts)

%description
This module is an extremely light-weight, high-performance the Moose
manpage replacement. It also avoids depending on any XS modules to allow
simple deployments. The name 'Moo' is based on the idea that it provides
almost -but not quite- two thirds of the Moose manpage.

Unlike 'Mouse' this module does not aim at full the Moose manpage
compatibility. See the /INCOMPATIBILITIES manpage for more details.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README META.yml META.json Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 2.0.2-1
- (694f164) Log: Update to 2.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13133 |14cu|perl-Moose-2.160.300-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'perl\\(Moose::Conflicts\\)'
%define __noautoprov 'Moose.so'

%define upstream_name	 Moose
%define upstream_version 2.1603

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	A complete modern object system for Perl 5

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Class::Load)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Data::OptList)
BuildRequires:	perl(Devel::GlobalDestruction)
BuildRequires:	perl(Devel::OverloadInfo) >= 0.4.0
BuildRequires:	perl(Devel::StackTrace)
BuildRequires:	perl(Dist::CheckConflicts)
BuildRequires:	perl(Eval::Closure)
BuildRequires:	perl(List::MoreUtils) >= 0.120.0
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Package::DeprecationManager) >= 0.070.0
BuildRequires:	perl(Package::Stash)
BuildRequires:	perl(Params::Util) >= 1.000.0
BuildRequires:	perl(Scalar::Util) >= 1.190.0
BuildRequires:	perl(Sub::Exporter) >= 0.098.0
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::CleanNamespaces)
BuildRequires:	perl(Test::Exception) >= 0.270
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Requires) >= 0.050
BuildRequires:	perl(Test::LongString)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::Warnings)
BuildRequires:	perl(Try::Tiny) >= 0.020.0
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(Test::Output)
BuildRequires:	perl(Module::Refresh)
BuildRequires:	perl(Data::Visitor)
BuildRequires:	perl(DateTime::Format::MySQL)
BuildRequires:	perl(Declare::Constraints::Simple)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(Class::Load::XS)
BuildRequires:	perl(Package::Stash::XS)
BuildRequires:	perl(Specio::Declare)
BuildRequires:	perl(Module::Runtime::Conflicts)
BuildRequires:	perl(MooseX::NonMoose)
BuildRequires:	perl(Params::Coerce)
BuildRequires:	perl(Regexp::Common)
BuildRequires:	perl(SUPER)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::LeakTrace)
BuildRequires:	perl(CPAN::Meta::Check)
BuildRequires:	perl(Test::Warnings)
BuildRequires:	perl(Algorithm::C3) 
BuildRequires:	perl(DBM::Deep)
BuildRequires:	perl(DateTime::Calendar::Mayan)
BuildRequires:	perl(Locale::US)
BuildRequires:	perl(MooseX::MarkAsMethods)
BuildRequires:	perl-devel

Requires:	perl(Sub::Name)
Provides:	perl-Moose-implementation
Obsoletes:	perl-Class-MOP < 1.120.0
Provides:	perl-Class-MOP = 1.120.0

%description
Moose is an extension of the Perl 5 object system.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
find . -type f -exec chmod 644 {} \;

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml LICENSE TODO
%{_bindir}/moose-outdated
%{perl_vendorlib}/*
%{_mandir}/*/*

%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 2.160.300-1
- (9a28f69) Log: Update to 2.160.300
- (9a28f69) fixed min BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13134 |14cu|perl-Moose-Autobox-0.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Moose-Autobox
%define upstream_version 0.15

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    The Indexed role
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Moose/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(autobox)
BuildRequires: perl(Moose)
BuildRequires: perl(Perl6::Junction)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Syntax::Keyword::Junction::All)

BuildArch: noarch

Requires: perl(autobox)

%description
Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for
use with the autobox manpage. It does this using a hierarchy of roles in a
manner similar to what Perl 6 _might_ do. This module, like the Class::MOP
manpage and the Moose manpage, was inspired by my work on the Perl 6 Object
Space, and the 'core types' implemented there.

A quick word about autobox
    The the autobox manpage module provides the ability for calling
    'methods' on normal Perl values like Scalars, Arrays, Hashes and Code
    references. This gives the illusion that Perl's types are first-class
    objects. However, this is only an illusion, albeit a very nice one. I
    created this module because the autobox manpage itself does not
    actually provide an implementation for the Perl types but instead only
    provides the 'hooks' for others to add implementation too.

Is this for real? or just play?
    Several people are using this module in serious applications and it
    seems to be quite stable. The underlying technologies of the autobox
    manpage and the Moose::Role manpage are also considered stable. There
    is some performance hit, but as I am fond of saying, nothing in life is
    free. If you have any questions regarding this module, either email me,
    or stop by #moose on irc.perl.org and ask around.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog
* Sun Mar 15 2015 abfonly <abfonly@gmail.com> 0.150.0-1
+ Revision: 80c2477
- Log: Update to 0.150.0, fixed and enable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13135 |14cu|perl-MooseX-App-Cmd-0.320.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-App-Cmd
%define upstream_version 0.32

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Reads from config file
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(App::Cmd)
BuildRequires: perl(App::Cmd::Command)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(English)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.99.0
BuildRequires: perl(Moose) >= 2.160.300
BuildRequires: perl(Moose::Object)
BuildRequires: perl(MooseX::Getopt) >= 0.680.0 
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Output)
BuildRequires: perl(YAML)
BuildRequires: perl(base)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(MooseX::ConfigFromFile)
BuildRequires: perl(MooseX::SimpleConfig) 
BuildRequires: perl(MooseX::StrictConstructor) 
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(Pod::Coverage)
BuildRequires: perl(MooseX::NonMoose)
BuildRequires: perl(CPAN::Meta) >= 2.150.5

BuildArch: noarch

%description
This module marries App::Cmd with MooseX::Getopt.

Use it like App::Cmd advises (especially see App::Cmd::Tutorial), swapping
App::Cmd::Command for MooseX::App::Cmd::Command.

Then you can write your moose commands as Moose classes, with
MooseX::Getopt defining the options for you instead of 'opt_spec' returning
a Getopt::Long::Descriptive spec.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 0.320.0-1
- (8c72758) Log: Update to 0.320.0
- (8c72758) fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13136 |14cu|perl-MooseX-AttributeHelpers-0.240.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       MooseX-AttributeHelpers
%define upstream_version 0.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Extend your attribute interfaces

Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Moose) >= 2.160.300
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(Moose::Meta::Method)
BuildRequires:	perl(Moose::Meta::Attribute)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Moose)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(Pod::Coverage)

BuildArch:	noarch

%description
While the Moose manpage attributes provide you with a way to name your
accessors, readers, writers, clearers and predicates, this library provides
commonly used attribute helper methods for more specific types of data.

As seen in the the /SYNOPSIS manpage, you specify the extension via the
'metaclass' parameter. Available meta classes are:

%prep
%setup -qn %{upstream_name}-%{upstream_version} 
chmod 644 Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE CONTRIBUTING META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/MooseX


%changelog

* Sun Oct 11 2015 abfonly <abfonly@gmail.com> 0.240.0-1
- (32b87dd) Log: Update to 0.240.0
- (32b87dd) fixed tests
- (32b87dd) fixed BR
- (32b87dd) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13137 |14cu|perl-MooseX-AttributeShortcuts-0.28.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-AttributeShortcuts
%define upstream_version 0.028

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Shorthand for common attribute options
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(List::AllUtils) >= 0.90.0
BuildRequires: perl(Moose) >= 2.140.500
BuildRequires: perl(Moose::Exporter)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Moose::Util)
BuildRequires: perl(Moose::Util::MetaRole)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(MooseX::Role::Parameterized)
BuildRequires: perl(MooseX::Types::Common::String)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(MooseX::Meta::TypeConstraint::Mooish)
BuildRequires: perl(Package::DeprecationManager)
BuildRequires: perl(Path::Class)
BuildRequires: perl(Test::CheckDeps) >= 0.10.0
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Moose)
BuildRequires: perl(Test::Moose::More) >= 0.18.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Warn)
BuildRequires: perl(autobox::Core)
BuildRequires: perl(autobox::Junctions)
BuildRequires: perl(constant)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(aliased)
BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.150.5
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl-devel

BuildArch:  noarch

%description
Ever find yourself repeatedly specifing writers and builders, because
there's no good shortcut to specifying them? Sometimes you want an
attribute to have a read-only public interface, but a private writer. And
wouldn't it be easier to just say "builder => 1" and have the attribute
construct the canonical "_build_$name" builder name for you?

This package causes an attribute trait to be applied to all attributes
defined to the using class. This trait extends the attribute option
processing to handle the above variations.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README SIGNATURE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.28.0-1
- (dc03dab) Log: Update to 0.28.0
- (dc03dab) Backported missing BR and Req
- (dc03dab) Fixed and enabled tests
- (dc03dab) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13138 |14cu|perl-MooseX-Blessed-Reconstruct-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Blessed-Reconstruct
%define upstream_version 1.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A L<Data::Visitor> for creating Moose objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(Data::Visitor)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:	perl(Module::Build)

BuildArch:	noarch

%description
The purpose of this module is to "fix up" blessed data into a real Moose
object.

This is used internally by the MooseX::YAML manpage but has no
implementation details having to do with the YAML manpage itself.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 1.0.0-1
- (deb710e) Log: Update to 1.0.0, switch to Module::Build framework



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13139 |14cu|perl-MooseX-ConfigFromFile-0.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-ConfigFromFile
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	An abstract Moose role for setting attributes from a configfile

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl
BuildRequires: perl(CPAN::Meta) >= 2.150.5           
BuildRequires: perl(CPAN::Meta::Requirements) 
BuildRequires: perl(Carp)                     
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec::Functions)    
BuildRequires: perl(List::Util)               
BuildRequires: perl(Module::Build::Tiny)     
BuildRequires: perl(Moose) >= 2.160.300
BuildRequires: perl(Moose::Role)              
BuildRequires: perl(MooseX::Getopt)           
BuildRequires: perl(MooseX::SimpleConfig)     
BuildRequires: perl(MooseX::Types::Moose)     
BuildRequires: perl(MooseX::Types::Path::Tiny)
BuildRequires: perl(Scalar::Util)             
BuildRequires: perl(Test::Deep)               
BuildRequires: perl(Test::Fatal)              
BuildRequires: perl(Test::More) >= 1.1.9               
BuildRequires: perl(Test::Requires)           
BuildRequires: perl(Test::Without::Module)                          
BuildRequires: perl(namespace::autoclean)     
BuildRequires: perl(strict)                   
BuildRequires: perl(warnings)
BuildRequires: perl(Pod::Coverage)

Requires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This is an abstract role which provides an alternate constructor for
creating objects using parameters passed in from a configuration file. The
actual implementation of reading the configuration file is left to concrete
subroles.

It declares an attribute 'configfile' and a class method 'new_with_config',
and requires that concrete roles derived from it implement the class method
'get_config_from_file'.

Attributes specified directly as arguments to 'new_with_config' supercede
those in the configfile.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Oct 11 2015 abfonly <abfonly@gmail.com> 0.140.0-1
- (7a2dbaa) Log: Update to 0.140.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13140 |14cu|perl-MooseX-Daemonize-0.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Daemonize
%define upstream_version 0.20

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A Role with the core daemonization and pidfile management
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Devel::AssertOS)
BuildRequires: perl(Devel::CheckOS) >= 1.630.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Path) >= 2.80.0
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Build::Tiny) >= 0.34.0
BuildRequires: perl(Moose) >= 2.160.300
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(MooseX::Getopt)
BuildRequires: perl(MooseX::Getopt::OptionTypeMap)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(POSIX)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Sub::Exporter::ForMethods)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Moose)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(constant)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Pod::Coverage)
BuildRequires: perl-devel

BuildArch:  noarch

%description
Often you want to write a persistant daemon that has a pid file, and
responds appropriately to Signals. This module provides a set of basic
roles as an infrastructure to do that.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod -R 755 examples
find . -type f -exec chmod 644 {} \;

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CONTRIBUTING Changes IDEAS LICENCE META.json META.yml README examples
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sun Oct 11 2015 abfonly <abfonly@gmail.com> 0.200.0-1
- (d0dc1d8) Log: Update to 0.200.0
- (d0dc1d8) fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13141 |14cu|perl-MooseX-Declare-0.430.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Declare
%define upstream_version 0.43

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Handle method modifier declarations

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/E/ET/ETHER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Devel::Declare)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Moose) >= 2.140.500
BuildRequires:	perl(MooseX::Method::Signatures) >= 0.480.0
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(MooseX::Types) >= 0.60.0
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(namespace::autoclean) >= 0.260.0
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Dist::CheckConflicts)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Carp) 
BuildRequires:	perl(Parse::Method::Signatures::Param::Placeholder)

BuildArch:	noarch

%description
This module provides syntactic sugar for Moose, the postmodern object
system for Perl 5. When used, it sets up the 'class' and 'role' keywords.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes CONTRIBUTING LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Oct 11 2015 abfonly <abfonly@gmail.com> 0.430.0-1
- (6616af6) Log: Update to 0.430.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13142 |14cu|perl-MooseX-Deprecated-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Deprecated
%define upstream_version 0.005

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Mark attributes and methods as deprecated
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Devel::Callsite)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Role::Parameterized)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Moose)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(namespace::autoclean)

BuildArch: noarch

%description
MooseX::Deprecated is a parameterizable role that makes it easy to
deprecate particular attributes and methods in a class.

In the SYNOPSIS above, 'before' method modifiers will be installed on the
'feathers' accessor and the 'honk' method, issuing a deprecation warning.
Additionally, an 'after' modifier will be installed on the class' 'BUILD'
method which will issue deprecation warnings for any deprecated attributes
passed to the constructor.

The warning text will be something along the lines of: *"%s is a deprecated
%s"*

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Dec 08 2016 abfonly <abfonly@gmail.com> 0.5.0-1
- (684eaef) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13143 |14cu|perl-MooseX-Getopt-0.680.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Getopt
%define upstream_version 0.68

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Optional meta attribute trait for ignoring params
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Getopt::Long) >= 2.470.0
BuildRequires:	perl(Getopt::Long::Descriptive) >= 0.99.0
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Moose) >= 2.140.500
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Test::Trap)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(Test::Warnings)
BuildRequires:	perl(Dist::CheckConflicts)
BuildRequires:	perl-devel
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Module::Runtime)
BuildRequires:	perl(Moose::Meta::Class)
BuildRequires:	perl(Moose::Util)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Moose)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Moose::Meta::Attribute)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings) 
BuildRequires:	perl(MooseX::SimpleConfig) 
BuildRequires:	perl(MooseX::StrictConstructor) 
BuildRequires:	perl(MooseX::ConfigFromFile)
  
Requires:	perl(Getopt::Long::Descriptive)

BuildArch:	noarch

%description
This is a role which provides an alternate constructor for creating objects
using parameters passed in from the command line.

This module attempts to DWIM as much as possible with the command line
params by introspecting your class's attributes. It will use the name of
your attribute as the command line option, and if there is a type
constraint defined, it will configure Getopt::Long to handle the option
accordingly.

You can use the trait the MooseX::Getopt::Meta::Attribute::Trait manpage or
the attribute metaclass the MooseX::Getopt::Meta::Attribute manpage to get
non-default commandline option names and aliases.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes CONTRIBUTING META.json META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.680.0-1
- (071eefa) Log: Update to 0.680.0
- (071eefa) Fixed Source and Url
- (071eefa) Backported all missing deps
- (071eefa) Fixed and enabled all tests
- (071eefa) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13144 |14cu|perl-MooseX-Has-Sugar-1.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Has-Sugar
%define upstream_version 1.000004

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Experimental sweetness
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Sub::Exporter::Progressive)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Moose)
BuildRequires: perl(base)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(MooseX::Types::Moose)

BuildArch: noarch

%description
Experimental sweetness.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
make test

%install
%makeinstall_std

%files
%doc LICENSE Changes README META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Mon Mar 16 2015 abfonly <John@smith.org> 1.0.4-1
+ Revision: 42a8cbc
- Log: Update to 1.0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13145 |14cu|perl-MooseX-LazyRequire-0.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-LazyRequire
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Required attributes which fail only when trying to use them

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::CheckDeps)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More) >= 0.900.0
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Dist::CheckConflicts)

BuildArch:	noarch

%description
This module adds a 'lazy_require' option to Moose attribute declarations.

The reader methods for all attributes with that option will throw an
exception unless a value for the attributes was provided earlier by a
constructor parameter or through a writer method.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Tue Mar 17 2015 abfonly <John@smith.org> 0.110.0-1
+ Revision: 17cf210
- Log: update to 0.110.0, enable and fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13146 |14cu|perl-MooseX-Meta-TypeConstraint-Mooish-0.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name MooseX-Meta-TypeConstraint-Mooish
%define upstream_version 0.001


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Translate Moo-style constraints to Moose-style
License:	LGPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/%{upstream_name}-%{upstream_version}.tar.gz

# Min BR are mandatory.Symbianflo
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::CheckDeps)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::Moose::More) >= 0.32.0
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean) >= 0.240.0
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(Moose::Meta::TypeConstraint)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(Moose) >= 2.140.500
BuildRequires:	perl(CPAN::Meta::Check) >= 0.12.0
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl-devel


BuildArch:	noarch

%description
Moose type constraints are expected to return true if the value passes
the constraint, and false otherwise; Moo "constraints", on the other
hand, die if validation fails.

This metaclass allows for Moo-style constraints; it will wrap them and
translate their Moo into a dialect Moose understands.

Note that this is largely to enable functionality in
MooseX::AttributeShortcuts; the easiest way use this metaclass is by
using that package. Also, as it's not inconceivable that this
functionality may be desired in other constraint metaclasses, the bulk
of this metaclass' functionality is implemented as a trait.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%make_install

%files
%doc Changes LICENSE META.json META.yml README SIGNATURE
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.1.0-1
- (920ce25) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13147 |14cu|perl-MooseX-MethodAttributes-0.310.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-MethodAttributes
%define upstream_version 0.31

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    No summary found

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(Moose::Meta::Class)
BuildRequires: perl(MooseX::Role::Parameterized)
BuildRequires: perl(Moose::Exporter)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Moose::Util)
BuildRequires: perl(Moose::Util::MetaRole)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(Moose) >= 2.160.300
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(Test::CheckDeps)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Requires)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Pod::Coverage)
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl-devel

BuildArch: noarch

%description
This module allows code attributes of methods to be introspected using
Moose meta method objects.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
find . -type f -exec chmod 644 {} \;

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENCE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sun Oct 11 2015 abfonly <abfonly@gmail.com> 0.310.0-1
- (2a70484) Log: Update to 0.310.0
- (2a70484) fixed BR
- (2a70484) fixed %files
- (2a70484) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13148 |14cu|perl-MooseX-Method-Signatures-0.480.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Method-Signatures
%define upstream_version 0.48

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Method declarations with type constraints and no source filter

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(B::Hooks::EndOfScope)
BuildRequires:	perl(Context::Preserve)
BuildRequires:	perl(Devel::Declare) >= 0.5.11
BuildRequires:	perl(ExtUtils::MakeMaker) 
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(MooseX::LazyRequire)
BuildRequires:	perl(MooseX::Meta::Signature::Combined)
BuildRequires:	perl(MooseX::Meta::TypeConstraint::ForceCoercion)
BuildRequires:	perl(Parse::Method::Signatures)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More) >= 0.880.0
BuildRequires:	perl(aliased)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Dist::CheckConflicts)

BuildArch:	noarch

Requires:	perl(aliased)

%description
Provides a proper method keyword, like "sub" but specificly for making
methods and validating their arguments against Moose type constraints.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/MooseX



%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.480.0-1
- (87e8fa6) Log: update to 0.480.0, fixed BR, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13149 |14cu|perl-MooseX-MultiInitArg-0.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-MultiInitArg
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Attributes with aliases for constructor arg

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(TAP::Harness::Env)

BuildArch:	noarch

%description
If you've ever wanted to be able to call an attribute any number of things
while you're passing arguments to your object constructor, Now You Can.

The primary motivator is that I have some attributes that were named
inconsistently, and I wanted to rename them without breaking backwards
compatibility with my existing API.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Build.PL --installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Tue Mar 17 2015 abfonly <abfonly@gmail.com> 0.20.0-1
+ Revision: 0feefb8
- Log: Update to 0.20.0, enabled and fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13150 |14cu|perl-MooseX-NonMoose-0.260.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-NonMoose
%define upstream_version 0.26

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Constructor method trait for L<MooseX::NonMoose>
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Exporter)
BuildRequires: perl(Moose::Role) >= 2.0.0
BuildRequires: perl(Moose::Util)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Moose)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(namespace::clean)
BuildArch:  noarch



%description
'MooseX::NonMoose' allows for easily subclassing non-Moose classes with
Moose, taking care of the annoying details connected with doing this, such
as setting up proper inheritance from the Moose::Object manpage and
installing (and inlining, at 'make_immutable' time) a constructor that
makes sure things like 'BUILD' methods are called. It tries to be as
non-intrusive as possible - when this module is used, inheriting from
non-Moose classes and inheriting from Moose classes should work
identically, aside from the few caveats mentioned below. One of the goals
of this module is that including it in a the Moose::Exporter manpage-based
package used across an entire application should be possible, without
interfering with classes that only inherit from Moose modules, or even
classes that don't inherit from anything at all.

There are several ways to use this module. The most straightforward is to
just 'use MooseX::NonMoose;' in your class; this should set up everything
necessary for extending non-Moose modules. the
MooseX::NonMoose::Meta::Role::Class manpage and the
MooseX::NonMoose::Meta::Role::Constructor manpage can also be applied to
your metaclasses manually, either by passing a '-traits' option to your
'use Moose;' line, or by applying them using the Moose::Util::MetaRole
manpage in a the Moose::Exporter manpage-based package. the
MooseX::NonMoose::Meta::Role::Class manpage is the part that provides the
main functionality of this module; if you don't care about inlining, this
is all you need to worry about. Applying the
MooseX::NonMoose::Meta::Role::Constructor manpage as well will provide an
inlined constructor when you immutabilize your class.

'MooseX::NonMoose' allows you to manipulate the argument list that gets
passed to the superclass constructor by defining a 'FOREIGNBUILDARGS'
method. This is called with the same argument list as the 'BUILDARGS'
method, but should return a list of arguments to pass to the superclass
constructor. This allows 'MooseX::NonMoose' to support superclasses whose
constructors would get confused by the extra arguments that Moose requires
(for attributes, etc.)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*



%changelog
* Fri Feb 06 2015 abfonly <abfonly@gmail.com> 0.260.0-2
+ Revision: 32f669f
- Updated perl-MooseX-NonMoose.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13151 |14cu|perl-MooseX-Object-Pluggable-0.1.400-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Object-Pluggable
%define upstream_version 0.0014

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Epoch:		1
Summary:    Make your classes pluggable
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Module::Pluggable::Object)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Moose::Util)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl-devel
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

Obsoletes:	%{upstream_name}-0.0011

BuildArch: noarch

%description
This module is meant to be loaded as a role from Moose-based classes. It
will add five methods and four attributes to assist you with the loading
and handling of plugins and extensions for plugins. I understand that this
may pollute your namespace, however I took great care in using the least
ambiguous names possible.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Tue Mar 17 2015 abfonly <abfonly@gmail.com> 1:0.1.400-1
+ Revision: 36a9b83
- Updated perl-MooseX-Object-Pluggable.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13152 |14cu|perl-MooseX-OneArgNew-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-OneArgNew
%define upstream_version 0.005

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Teach ->new to accept single, non-hashref arguments
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(Moose) >= 2.140.300
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(MooseX::Role::Parameterized) >= 1.80.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Pod)
BuildRequires: perl(namespace::autoclean) >= 0.260.0
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildArch: noarch

%description
MooseX::OneArgNew lets your constructor take a single argument, which will
be translated into the value for a one-entry hashref. It is a the
parameterized role|MooseX::Role::Parameterized manpage with three
parameters:

* type

  The Moose type that the single argument must be for the one-arg form to
  work. This should be an existing type, and may be either a string type or
  a MooseX::Type.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.5.0-1
- (d6f2a49) Log: Update to 0.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13153 |14cu|perl-MooseX-Params-Validate-0.210.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Params-Validate
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	An extension of Params::Validate for using Moose's types

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp) >= 1.360.0
BuildRequires:	perl(Devel::Caller)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Moose) >= 2.140.500
BuildRequires:	perl(Moose::Exception)
BuildRequires:	perl(Moose::Util)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(Moose::Meta::TypeConstraint::Role)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Code::TidyAll)
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Perl::Tidy)
BuildRequires:	perl(Pod::Coverage::TrustPod)
BuildRequires:	perl(Test::CPAN::Changes)
BuildRequires:	perl(Test::Code::TidyAll)
BuildRequires:	perl(Test::EOL)
BuildRequires:	perl(Test::NoTabs)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Spelling)
BuildRequires:	perl(Test::Synopsis)
BuildRequires:	perl(Test::Version)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(overload)

BuildArch:	noarch

%description
This module fills a gap in Moose by adding method parameter validation to
Moose. This is just one of many developing options, it should not be
considered the "official" one by any means though.

You might also want to explore 'MooseX::Method::Signatures' and
'MooseX::Declare'

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc LICENSE META.json META.yml README.*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 30 2015 abfonly <abfonly@gmail.com> 0.210.0-1
- (dc0634a) Log: Update to 0.210.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13154 |14cu|perl-MooseX-Role-Parameterized-1.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Role-Parameterized
%define upstream_version 1.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Trait for parameterizable roles
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(CPAN::Meta::Check) >= 0.12.0
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.125.0
BuildRequires: perl(Carp) >= 1.360.0
BuildRequires: perl(Data::Dumper) >= 2.154.0
BuildRequires: perl(Dist::CheckConflicts)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(Module::Build::Tiny) >= 0.37.0
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moose) >= 2.140.300
BuildRequires: perl(Moose::Exporter)
BuildRequires: perl(Moose::Meta::Role)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Moose::Util)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(MooseX::Role::WithOverloading)
BuildRequires: perl(Storable)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Moose)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Requires)
BuildRequires: perl(namespace::autoclean) >= 0.260.0
BuildRequires: perl(namespace::clean)
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildArch: noarch

%description
Your parameterized role consists of two new things: parameter declarations
and a 'role' block.

Parameters are declared using the the /parameter manpage keyword which very
much resembles the Moose/has manpage. You can use any option that the
Moose/has manpage accepts. The default value for the 'is' option is 'ro' as
that's a very common case. Use 'is => 'bare'' if you want no accessor.
These parameters will get their values when the consuming class (or role)
uses the Moose/with manpage. A parameter object will be constructed with
these values, and passed to the 'role' block.

The 'role' block then uses the usual the Moose::Role manpage keywords to
build up a role. You can shift off the parameter object to inspect what the
consuming class provided as parameters. You use the parameters to customize
your role however you wish.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 1.80.0-1
- (d499cf1) Log: Reimport 1.80.0,
- (d499cf1) easyer then clean or fix because the gap between the old 1.20.0 and the new 1.80.0
- (d499cf1) Min BR are mandatory.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13155 |14cu|perl-MooseX-Role-WithOverloading-0.160.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Role-WithOverloading
%define upstream_version 0.16

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Roles which support overloading
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Exporter)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Test::More)
BuildRequires: perl(aliased)
BuildRequires: perl(base)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

%description
MooseX::Role::WithOverloading allows you to write a the Moose::Role manpage
which defines overloaded operators and allows those overload methods to be
composed into the classes/roles/instances it's compiled to, where plain the
Moose::Role manpages would lose the overloading.

Starting with the Moose manpage version 2.1300, this module is no longer
necessary, as the functionality is available already. In that case, 'use
MooseX::Role::WithOverloading' behaves identically to 'use Moose::Role'.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Tue Mar 31 2015 abfonly <abfonly@gmail.com> 0.160.0-2
+ Revision: 11bc967
- Rebuild against new Moose.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13156 |14cu|perl-MooseX-SemiAffordanceAccessor-0.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-SemiAffordanceAccessor
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Names accessors in a semi-affordance style

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Module::Build::Compat)

BuildArch:	noarch

%description
This module does not provide any methods. Simply loading it changes the
default naming policy for the loading class so that accessors are separated
into get and set methods. The get methods have the same name as the
accessor, while set methods are prefixed with "set_".

If you define an attribute with a leading underscore, then the set method
will start with "_set_".

If you explicitly set a "reader" or "writer" name when creating an
attribute, then that attribute's naming scheme is left unchanged.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README.* META.json META.yml 
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.100.0-1
- (2de7c6b) Log: Update to 0.100.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13157 |14cu|perl-MooseX-SimpleConfig-0.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-SimpleConfig
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A Moose role for setting attributes from a simple configfile

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Config::Any)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::ConfigFromFile)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Dist::CheckConflicts)

BuildArch:	noarch

%description
This role loads simple configfiles to set object attributes. It is based on
the abstract role the MooseX::ConfigFromFile manpage, and uses the
Config::Any manpage to load your configfile. the Config::Any manpage will
in turn support any of a variety of different config formats, detected by
the file extension. See the Config::Any manpage for more details about
supported formats.

Like all the MooseX::ConfigFromFile manpage -derived configfile loaders,
this module is automatically supported by the the MooseX::Getopt manpage
role as well, which allows specifying '-configfile' on the commandline.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc  README LICENSE CONTRIBUTING META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.110.0-1
- (ca52402) Log: Update to 0.110.0, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13158 |14cu|perl-MooseX-Storage-0.500.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Storage
%define upstream_version 0.50

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    A custom meta-attribute-trait to bypass serialization
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl(Carp) >= 1.360.0
BuildRequires: perl(CPAN) >= 2.100.0
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Cpanel::JSON::XS)
BuildRequires: perl(Data::Dumper) >= 2.154.0
BuildRequires: perl(Digest) >= 1.170.0
BuildRequires: perl(Digest::HMAC_SHA1)
BuildRequires: perl(Digest::SHA) >= 5.950.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec) >= 3.470.0
BuildRequires: perl(File::Temp) >= 0.230.400
BuildRequires: perl(IO::AtomicFile)
BuildRequires: perl(JSON::Any) >= 1.390.0
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moose) >= 2.140.300
BuildRequires: perl(Scalar::Util) >= 1.420.0
BuildRequires: perl(Storable) >= 2.300.0
BuildRequires: perl(String::RewritePrefix)
BuildRequires: perl(Test::Deep) >= 0.115.0
BuildRequires: perl(Test::Deep::JSON)
BuildRequires: perl(Test::Deep::Type)
BuildRequires: perl(Test::Fatal) >= 0.14.0
BuildRequires: perl(Test::JSON)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Requires) 
BuildRequires: perl(Test::Without::Module)
BuildRequires: perl(YAML::Any)
BuildRequires: perl(YAML::Syck)
BuildRequires: perl(YAML::XS)
BuildRequires: perl(namespace::autoclean) >= 0.260.0
BuildRequires: perl(overload)
BuildRequires: perl(Dist::CheckConflicts)
BuildRequires: perl(JSON::DWIW)
BuildRequires: perl(JSON::XS)
BuildRequires: perl(MooseX::Role::Parameterized) >= 1.80.0
BuildRequires: perl(Pod::Coverage) 
BuildRequires: perl(YAML::Old) 
BuildRequires: perl(YAML::Tiny) 
BuildRequires: perl(MooseX::Storage::Format::JSONpm)

BuildArch: noarch

%description
MooseX::Storage is a serialization framework for Moose, it provides a very
flexible and highly pluggable way to serialize Moose classes to a number of
different formats and styles.

Levels of Serialization
    There are 3 levels to the serialization, each of which builds upon the
    other and each of which can be customized to the specific needs of your
    class.

    * *base*

%prep
%setup -qn %{upstream_name}-%{upstream_version}
# some linting fix. Sflo
sed -i '1s,#!.*perl,#!%{__perl},' t/*.t
chmod 0644 Changes t/*.t

%build
echo -e  "y" | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
### Attention: please don't disable ye good ol' tests, ###
### rather update/backport the min.req.Sflo ###
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Jul 19 2015 abfonly <abfonly@gmail.com> 0.500.0-2
- (4230b20) Rebuild due the genhdlist failures on contrib-updates, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13159 |14cu|perl-MooseX-Storage-Format-JSONpm-0.93.93-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Storage-Format-JSONpm
%define upstream_version 0.093093

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A format role for MooseX::Storage using JSON.pm
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(JSON)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Role::Parameterized)
BuildRequires: perl(MooseX::Storage)
BuildRequires: perl(Test::More)
BuildRequires: perl(base)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch: noarch

%description
no description found

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Mon Mar 30 2015 abfonly <John@smith.org> 0.93.93-1
+ Revision: 2c80a82
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13160 |14cu|perl-MooseX-Traits-0.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Traits
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Automatically apply roles at object creation time

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Class::Load)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Pod::Coverage)

Requires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
Often you want to create components that can be added to a class
arbitrarily. This module makes it easy for the end user to use these
components. Instead of requiring the user to create a named class with the
desired roles applied, or applying roles to the instance one-by-one, he can
just pass a 'traits' parameter to the class's 'new_with_traits'
constructor. This role will then apply the roles in one go, cache the
resulting class (for efficiency), and return a new instance. Arguments
meant to initialize the applied roles' attributes can also be passed to the
constructor.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes CONTRIBUTING README LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sun Oct 11 2015 abfonly <abfonly@gmail.com> 0.130.0-1
- (34cf2f9) Log: Update to 0.130.0
- (34cf2f9) fixed BR and %doc
- (34cf2f9) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13161 |14cu|perl-MooseX-Types-0.460.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types
%define upstream_version 0.46

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Organise your Moose types in libraries
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Carp::Clan)
BuildRequires: perl(Class::MOP)
BuildRequires: perl(FindBin)
BuildRequires: perl(Moose) >= 2.160.300
BuildRequires: perl(Sub::Install)
BuildRequires: perl(Sub::Uplevel)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Data::Dump)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(Dist::CheckConflicts)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Sub::Exporter::ForMethods) >= 0.100.52
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

BuildArch: noarch

%description
The types provided with the Moose manpage are by design global. This
package helps you to organise and selectively import your own and the
built-in types in libraries. As a nice side effect, it catches typos at
compile-time too.

However, the main reason for this module is to provide an easy way to not
have conflicts with your type names, since the internal fully qualified
names of the types will be prefixed with the library's name.

This module will also provide you with some helper functions to make it
easier to use Moose types in your code.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
find . -type f -exec chmod 644 {} \;

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README CONTRIBUTING LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/MooseX




%changelog

* Sun Oct 11 2015 abfonly <abfonly@gmail.com> 0.460.0-1
- (b7e2185) Log: Update to 0.460.0
- (b7e2185) update min BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13162 |14cu|perl-MooseX-Types-Authen-Passphrase-0.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-Authen-Passphrase
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Authen::Passphrase type constraint and coercions


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Authen::Passphrase)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(Test::use::ok)
BuildRequires:  perl(namespace::autoclean)
BuildRequires:  perl(Dist::CheckConflicts)
BuildRequires:  perl(Module::Build::Tiny)

BuildArch:	noarch

%description
This the MooseX::Types manpage library provides string coercions for the
the Authen::Passphrase manpage family of classes.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Tue Mar 31 2015 abfonly <John@smith.org> 0.40.0-1
+ Revision: 0061ca2
- Log: Update to 0.40.0, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13163 |14cu|perl-MooseX-Types-Common-0.1.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-Common
%define upstream_version 0.001013

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    MooseX-Types-Common distribution

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(utf8)
BuildRequires: perl-devel

BuildArch: noarch

%description
A set of commonly-used type constraints that do not ship with Moose by
default.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml CONTRIBUTING
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Fri Jun 19 2015 abfonly <John@smith.org> 0.1.13-1
- (a79686a) Log: Update to 0.1.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13164 |14cu|perl-MooseX-Types-DateTime-0.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-DateTime
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	L<DateTime> related constraints and coercions for

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Locale)
BuildRequires:	perl(DateTime::TimeZone)
BuildRequires:	perl(Moose) >= 2.160.300
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Locale::Maketext)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Duration)
BuildRequires:	perl(DateTime::Locale)
BuildRequires:	perl(DateTime::TimeZone)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Pod::Coverage)

BuildArch:	noarch

%description
This module packages several the Moose::Util::TypeConstraints manpage with
coercions, designed to work with the the DateTime manpage suite of objects.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
find . -type f -exec chmod 644 {} \;

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes CONTRIBUTING LICENCE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Oct 11 2015 abfonly <abfonly@gmail.com> 0.130.0-1
- (f41541a) Log: Update to 0.130.0
- (f41541a) fixed BR, %doc, linting..
- (f41541a) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13165 |14cu|perl-MooseX-Types-JSON-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-JSON
%define upstream_version 1.00

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    JSON datatype for Moose
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(JSON)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(Test::More)
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl-devel

BuildArch: noarch

%description
JSON datatype for Moose.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Tue Mar 31 2015 abfonly <abfonly@gmail.com> 1.0.0-1
+ Revision: 58e2f4b
- Log: Update to 1.0.0, rewrite spec, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13166 |14cu|perl-MooseX-Types-LoadableClass-0.14.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-LoadableClass
%define upstream_version 0.014

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	ClassName type constraint with coercion to load the class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/MooseX-Types-LoadableClass-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Class::Load)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Moose) >= 2.160.300
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Dist::CheckConflicts)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(Module::Runtime)
BuildRequires:	perl(MooseX::Types::Moose)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Pod::Coverage)

BuildArch:	noarch

%description
    use Moose::Util::TypeConstraints;

    my $tc = subtype as ClassName;
    coerce $tc, from Str, via { Class::MOP::load_class($_); $_ };

I've written those three lines of code quite a lot of times, in quite a lot
of places.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
find . -type f -exec chmod 644 {} \;

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml META.json README LICENCE CONTRIBUTING
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Oct 11 2015 abfonly <abfonly@gmail.com> 0.14.0-1
- (8a08980) Log: Update to 0.14.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13167 |14cu|perl-MooseX-Types-Path-Class-0.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-Path-Class
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A Path::Class type library for Moose


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Spec) >= 3.470.0
BuildRequires:	perl(Moose) >= 2.160.300
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:  perl(namespace::autoclean)
BuildRequires:  perl(MooseX::Getopt) >= 0.680.0
BuildRequires:  perl(CPAN::Meta) >= 2.150.5
BuildRequires:  perl-base
BuildRequires:  perl(Pod::Coverage)
BuildRequires:  perl(Path::Class)
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)

BuildArch:	noarch

%description
MooseX::Types::Path::Class creates common the Moose manpage types,
coercions and option specifications useful for dealing with the Path::Class
manpage objects as the Moose manpage attributes.

Coercions (see the Moose::Util::TypeConstraints manpage) are made from both
'Str' and 'ArrayRef' to both the Path::Class::Dir manpage and the
Path::Class::File manpage objects. If you have the MooseX::Getopt manpage
installed, the Getopt option type ("=s") will be added for both the
Path::Class::Dir manpage and the Path::Class::File manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes CONTRIBUTING LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Oct 11 2015 abfonly <abfonly@gmail.com> 0.80.0-1
- (196e4a2) Log: Update to 0.80.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13168 |14cu|perl-MooseX-Types-Path-Tiny-0.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name MooseX-Types-Path-Tiny
%define upstream_version 0.011

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Path::Tiny types and coercions for Moose
License:    ASL 2.0
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp) >= 0.180.0
BuildRequires: perl(File::pushd)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Build::Tiny) >= 0.34.0
BuildRequires: perl(Moose) >= 2.0.0
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(MooseX::Types::Stringlike)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.960.0
BuildRequires: perl
BuildRequires: perl(strict)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl(TAP::Harness::Env)
BuildRequires: perl(namespace::autoclean)



BuildArch:  noarch

%description
This module provides Path::Tiny types for Moose. It handles two important
types of coercion:

    * coercing objects with overloaded stringification
    * coercing to absolute paths

It also can check to ensure that files or directories exist.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc CONTRIBUTING Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Mon Mar 16 2015 abfonly <John@smith.org> 0.11.0-1
+ Revision: da23b3c
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13169 |14cu|perl-MooseX-Types-Set-Object-0.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-Set-Object
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Set::Object type with coercions and stuff


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Set::Object)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(Test::Fatal)
BuildRequires:  perl(namespace::autoclean)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)
BuildRequires:  perl(Module::Build::Tiny)
BuildRequires:  perl(MooseX::Types::Moose)
BuildRequires:  perl(Set::Object)
BuildRequires:  perl(CPAN::Meta) >= 2.150.5
BuildRequires:  perl(Dist::CheckConflicts)
BuildRequires:  perl(Pod::Coverage)

BuildArch:	noarch

%description
This module provides Moose type constraints (see the
Moose::Util::TypeConstraints manpage, the MooseX::Types manpage).

%prep
%setup -qn %{upstream_name}-%{upstream_version}
find . -type f -exec chmod 644 {} \;

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes CONTRIBUTING LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Oct 11 2015 abfonly <abfonly@gmail.com> 0.50.0-1
- (2fa0ec6) Log: Update to 0.50.0
- (2fa0ec6) fixed BR
- (2fa0ec6) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13170 |14cu|perl-MooseX-Types-Stringlike-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-Stringlike
%define upstream_version 0.003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Moose type constraints for strings or string-like objects
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(List::Util)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(Test::More)
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl(namespace::autoclean)

BuildArch: noarch

%description
This module provides a more general version of the 'Str' type. If coercions
are enabled, it will accepts objects that overload stringification and
coerces them into strings.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Mon Mar 16 2015 abfonly <John@smith.org> 0.3.0-1
+ Revision: 9cb34c0
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13171 |14cu|perl-MooseX-Types-Structured-0.340.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-Structured
%define upstream_version 0.34

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Structured type constraints

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Module::Implementation)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Devel::PartialDump)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(DateTime)
BuildRequires:	perl(Data::Dumper) >= 2.154.0
BuildRequires:	perl(MooseX::Types::DateTime)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Scalar::Util) >= 1.420.0
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl-base

Provides:	perl(MooseX::Meta::TypeCoercion::Structured) = %{version}
Provides:	perl(MooseX::Meta::TypeCoercion::Structured::Optional) = %{version}
Provides:	perl(MooseX::Meta::TypeConstraint::Structured) = %{version}
Provides:	perl(MooseX::Meta::TypeConstraint::Structured::Optional) = %{version}
Provides:	perl(MooseX::Types::Structured::MessageStack) = %{version}
Provides:	perl(MooseX::Types::Structured::OverflowHandler) = %{version}

BuildArch:	noarch

%description
A structured type constraint is a standard container the Moose manpage type
constraint, such as an ArrayRef or HashRef, which has been enhanced to
allow you to explicitly name all the allowed type constraints inside the
structure. The generalized form is:

    TypeConstraint[@TypeParameters]

Where 'TypeParameters' is an array or hash of the
Moose::Meta::TypeConstraint manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes CONTRIBUTING LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/MooseX


%changelog

* Sun Oct 11 2015 abfonly <abfonly@gmail.com> 0.340.0-1
- (a7dbe79) Log: Update to 0.340.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13172 |14cu|perl-MooseX-Types-URI-0.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooseX-Types-URI
%define upstream_version 0.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    URI related types and coercions for Moose
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(List::Util)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(URI)
BuildRequires: perl(URI::FromHash)
BuildRequires: perl(URI::QueryParam)
BuildRequires: perl(URI::WithBase)
BuildRequires: perl(URI::data)
BuildRequires: perl(URI::file)
BuildRequires: perl(base)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(ok)
BuildRequires: perl(strict)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(Dist::CheckConflicts)
BuildRequires: perl(Pod::Coverage)

BuildArch: noarch

%description
This package provides Moose types for fun with the URI manpages.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
find . -type f -exec chmod 644 {} \;

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Oct 11 2015 abfonly <abfonly@gmail.com> 0.80.0-1
- (d3355ea) Log: update to 0.80.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13173 |14cu|perl-MooX-0.101.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooX
%define upstream_version 0.101

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Using Moo::Role and MooX:: packages the most lazy way
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Data::OptList)
BuildRequires: perl(Import::Into)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moo)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch: noarch

%description
Using the Moo manpage and MooX:: packages the most lazy way

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Aug 13 2015 abfonly <abfonly@gmail.com> 0.101.0-1
- (bbbf46a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13174 |14cu|perl-MooX-HandlesVia-0.1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooX-HandlesVia
%define upstream_version 0.001007

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Collection::Array subclass that simulates Moose's native traits
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooX/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(Data::Perl)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moo)
BuildRequires: perl(MooX::Types::MooseLike::Base)
BuildRequires: perl(Role::Tiny)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strictures)

BuildArch: noarch

%description
MooX::HandlesVia is an extension of Moo's 'handles' attribute
functionality. It provides a means of proxying functionality from an
external class to the given atttribute. This is most commonly used as a way
to emulate 'Native Trait' behavior that has become commonplace in Moose
code, for which there was no Moo alternative.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Feb 25 2015 abfonly <abfonly@gmail.com> 0.1.7-1
+ Revision: 5b0ae26
- fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13175 |14cu|perl-MooX-late-0.15.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooX-late
%define upstream_version 0.015

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Easily translate Moose code to Moo
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Moo)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Type::Utils)
BuildRequires: perl(strictures)


BuildArch: noarch

%description
the Moo manpage is a light-weight object oriented programming framework
which aims to be compatible with the Moose manpage. It does this by
detecting when Moose has been loaded, and automatically "inflating" its
classes and roles to full Moose classes and roles. This way, Moo classes
can consume Moose roles, Moose classes can extend Moo classes, and so
forth.

However, the surface syntax of Moo differs somewhat from Moose. For example
the 'isa' option when defining attributes in Moose must be either a string
or a blessed the Moose::Meta::TypeConstraint manpage object; but in Moo
must be a coderef. These differences in surface syntax make porting code
from Moose to Moo potentially tricky. the MooX::late manpage provides some
assistance by enabling a slightly more Moosey surface syntax.

MooX::late does the following:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

rm -fr t/07coerce1.t

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Feb 25 2015 John Smith <John@smith.org> 0.15.0-1
+ Revision: 3fb0979
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13176 |14cu|perl-MooX-StrictConstructor-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooX-StrictConstructor
%define upstream_version 0.008

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A role to make Moo constructors strict
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MooX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(B)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Module::Build) >= 0.280.0
BuildRequires: perl(Moo) >= 1.1.0
BuildRequires: perl(Moo::Role)
BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Test::CPAN::Meta)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(bareword::filehandles)
BuildRequires: perl(constant)
BuildRequires: perl(indirect)
BuildRequires: perl(multidimensional)
BuildRequires: perl(strict)
BuildRequires: perl(strictures) >= 1.0.0
BuildRequires: perl(warnings)

BuildArch:  noarch

%description
Simply loading this module makes your constructors "strict". If your
constructor is called with an attribute init argument that your class does
not declare, then it dies. This is a great way to catch small typos.

STANDING ON THE SHOULDERS OF ...
    Most of this package was lifted from the MooX::InsideOut manpage and
    most of the Role that implements the strictness was lifted from the
    MooseX::StrictConstructor manpage.

SUBVERTING STRICTNESS
    the MooseX::StrictConstructor manpage documents two tricks for
    subverting strictness and avoid having problematic arguments cause an
    exception: handling them in BUILD or handle them in BUILDARGS.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml 
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Thu Sep 24 2015 abfonly <abfonly@gmail.com> 0.8.0-1
- (3c60ca8) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13177 |14cu|perl-MooX-Types-MooseLike-0.290.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MooX-Types-MooseLike
%define upstream_version 0.29

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A set of basic Moose-like types for Moo
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/M/MA/MATEU/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moo) >= 2.0.1
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.133.0
BuildRequires: perl(strictures)
BuildRequires: perl(bareword::filehandles)
BuildRequires: perl(indirect)
BuildRequires: perl(multidimensional)
BuildRequires: perl(Module::Runtime)


# Need to be added explicitly because it breaks builds
Requires:      perl(Moo) >= 2.0.1
BuildArch: noarch

%description
This module provides a possibility to build your own set of Moose-like
types. These custom types can then be used to describe fields in Moo-based
classes.

See the MooX::Types::MooseLike::Base manpage for a list of available base
types. Its source also provides an example of how to build base types,
along with both parameterizable and non-parameterizable.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml META.json README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.290.0-1
- (2e2e1a9) Log: Update to 0.290.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13178 |14cu|perl-Mouse-2.4.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'Mouse.so'

%define upstream_name    Mouse
%define upstream_version 2.4.5

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

License:    GPL+ or Artistic
Group:      Development/Perl
Summary:    Moose minus the antlers
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/%{upstream_name}-v%{upstream_version}.tar.gz

BuildRequires:  perl
BuildRequires:  perl(Devel::PPPort)
BuildRequires:  perl(ExtUtils::ParseXS) >= 3.240.0
BuildRequires:  perl(Fatal)
BuildRequires:  perl(File::Basename)
BuildRequires:  perl(File::Copy)
BuildRequires:  perl(File::Find)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(Module::Build::XSUtil)
BuildRequires:  perl(utf8)
BuildRequires:  perl(B)
BuildRequires:  perl(base)
BuildRequires:  perl(Carp)
BuildRequires:  perl(constant)
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(Filter::Simple)
BuildRequires:  perl(overload)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(strict)
BuildRequires:  perl(Test::Builder)
BuildRequires:  perl(warnings)
BuildRequires:  perl(XSLoader)
BuildRequires:  perl(Config)
BuildRequires:  perl(Cwd)
BuildRequires:  perl(FindBin)
BuildRequires:  perl(base)
BuildRequires:  perl(IO::Handle)
BuildRequires:  perl(IO::String)
BuildRequires:  perl(List::Util)
BuildRequires:  perl(Test::Builder::Tester)
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Test::Fatal)
BuildRequires:  perl(Test::LeakTrace)
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(Test::Requires)
BuildRequires:  perl(Tie::Array)
BuildRequires:  perl(Tie::Hash)
BuildRequires:  perl(Tie::Scalar)
BuildRequires:  perl(Data::Dump::Streamer)
BuildRequires:  perl(Declare::Constraints::Simple)
BuildRequires:  perl(HTTP::Headers)
BuildRequires:  perl(Locale::US)
BuildRequires:  perl(Moose)
BuildRequires:  perl(Params::Coerce)
BuildRequires:  perl(Path::Class)
BuildRequires:  perl(Pod::Coverage::Moose)
BuildRequires:  perl(Regexp::Common)
BuildRequires:  perl(Test)
BuildRequires:  perl(Test::Deep)
BuildRequires:  perl(Test::Output)
BuildRequires:  perl(URI)
BuildRequires:  perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:  perl(Pod::Coverage::Moose)
BuildRequires:  perl-devel


Provides:   perl-Moose-implementation %{EVRD}



%description
the Moose manpage is wonderful.

Unfortunately, it's a little slow. Though significant progress has been
made over the years, the compile time penalty is a non-starter for some
applications.

Mouse aims to alleviate this by providing a subset of Moose's
functionality, faster. In particular, the Moose/has manpage is missing only
a few expert-level features.

%prep
%setup -qn %{upstream_name}-v%{upstream_version}
find . -type f -exec chmod -c -x {} ';'
find t/ xt/ benchmarks/ example/ tool/ -type f -print0 |
  xargs -0 sed -i '1s|^#!.*perl|#!%{__perl}|'
  
%build
%{__perl} Build.PL --installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml example
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 2.4.5-1
- (efc4d3d) Log: update to 2.4.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13179 |14cu|perl-MouseX-NativeTraits-1.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MouseX-NativeTraits
%define upstream_version 1.09

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Provides methods for ArrayRef
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MouseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Any::Moose)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Mouse) >= 2.4.1
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildArch: noarch

%description
While the Mouse manpage attributes provide a way to name your accessors,
readers, writers, clearers and predicates, MouseX::NativeTraits provides
commonly used attribute helper methods for more specific types of data.

As seen in the the /SYNOPSIS manpage, you specify the data structure via
the 'traits' parameter. These traits will be loaded automatically, so you
need not load MouseX::NativeTraits explicitly.

This extension is compatible with Moose native traits, although it is not a
part of Mouse core.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Apr 06 2015 abfonly <John@smith.org> 1.90.0-1
- (f9483f6) Log: Update to 1.90.0, build against Mouse 2.4.1, spec clean, fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13180 |14cu|perl-MouseX-StrictConstructor-0.20.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       MouseX-StrictConstructor
%define upstream_version    0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
License:	Artistic
Group:		Development/Perl
Summary:	Make your object constructors blow up on unknown attributes

Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Mouse) >= 2.4.1

BuildArch:	noarch

%description
Make your object constructors blow up on unknown attributes

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor destdir=%{buildroot}
make

%check
make test

%install
%makeinstall_std
find %{buildroot} -type f -name perllocal.pod -o -name .packlist -o -name '*.bs' -a -size 0 | xargs rm -f
find %{buildroot} -type d -depth | xargs rmdir --ignore-fail-on-non-empty

%files
%doc README Changes
%{perl_vendorlib}/MouseX/StrictConstructor.pm
%{_mandir}/man3/*


%changelog

* Mon Apr 06 2015 abfonly <abfonly@gmail.com> 0.20.0-5
- (4768225) Rebuild against Mouse 2.4.1, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13181 |14cu|perl-MouseX-Types-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MouseX-Types
%define upstream_version 0.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Types shipped with Mouse
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/MouseX/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Any::Moose)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Mouse) >= 2.4.1
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl(Sub::Exporter)

BuildArch: noarch

%description
Types shipped with Mouse.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std
sed -i -e '1d;2i#!%{__perl}' \
  %{buildroot}%{perl_vendorlib}/MouseX/Types/TypeDecorator.pm

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Apr 06 2015 abfonly <John@smith.org> 0.60.0-1
- (be1930b) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13182 |14cu|perl-multidimensional-0.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  multidimensional
%define upstream_version 0.011


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:        Disables multidimensional array emulation
License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/multidimensional/
Source0:        http://www.cpan.org/authors/id/I/IL/ILMARI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(B::Hooks::OP::Check)
BuildRequires:  perl(ExtUtils::Depends)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl-devel
BuildRequires:  perl(Pod::Coverage::TrustPod)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(XSLoader)
BuildRequires:  perl(Lexical::SealRequireHints)

Provides:	perl(multidimensional)

%description
Perl's multidimensional array emulation stems 
from the days before the language
had references, but these days it mostly 
serves to bite you when you typo a
hash slice by using the $ sigil instead of @.

This module lexically makes using multidimensional 
array emulation a fatal error
at compile time.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
%make

%install
%makeinstall_std

%check
%make test

%files
%doc Changes LICENSE README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/multidimensional*
%{_mandir}/man3/*

%changelog

* Sat Apr 25 2015 abfonly <John@smith.org> 0.11.0-1
- (d3ae420) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13183 |14cu|perl-namespace-autoclean-0.280.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    namespace-autoclean
%define upstream_version 0.28

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Keep imports out of your namespace 
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/namespace/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(B::Hooks::EndOfScope)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Sub::Identify)
BuildRequires: perl(Class::MOP)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(Carp) >= 1.360.0
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(List::Util)
BuildRequires: perl(Moo)
BuildRequires: perl(MooseX::Role::WithOverloading)
BuildRequires: perl(Mouse)
BuildRequires: perl(Mouse::PurePerl)
BuildRequires: perl(Pod::Coverage)
BuildRequires: perl-devel


Requires: perl(namespace::clean)
Requires: perl(Sub::Identify)

Provides: perl(namespace::autoclean)

BuildArch: noarch

%description
When you import a function into a Perl package, it will naturally also be
available as a method.

The 'namespace::autoclean' pragma will remove all imported symbols at the
end of the current package's compile cycle. Functions called in the package
itself will still be bound by their name, but they won't show up as methods
on your class or instances.

This module is very similar to namespace::clean, except it will clean all
imported functions, no matter if you imported them before or after you
'use'd the pagma. It will also not touch anything that looks like a method,
according to 'Class::MOP::Class::get_method_list'.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 
chmod 644 Changes

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes  META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.280.0-1
- (b05d3da) Fix %doc files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13184 |14cu|perl-Net-Appliance-Session-4.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Net-Appliance-Session
%define upstream_version 4.200000

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Net::Appliance::Phrasebook\\)'
%endif

Summary:	Run command-line sessions to network appliances

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Net-Appliance-Session/
Source:		http://www.cpan.org/modules/by-module/Net/Net-Appliance-Session-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Moo)
BuildRequires:	perl(MooX::Types::MooseLike::Base)
BuildRequires:	perl(Net::CLI::Interact)



BuildArch:	noarch

%description
Run command-line sessions to network appliances

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

### Clean up docs
find examples/ -type f -exec %{__chmod} a-x {} \;

%files
%doc Changes  MANIFEST META.yml META.json examples/
%{_mandir}/man3/*.3pm*
%{perl_vendorlib}/Net/Appliance/Session
%{perl_vendorlib}/Net/Appliance/Session.pm
%{_bindir}/nas
%{_mandir}/man1/nas.1.xz


%changelog

* Fri Jun 19 2015 abfonly <John@smith.org> 4.200.0-1
- (733a3a1) Log: Update to 4.200.0, enable and fix tests, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13185 |14cu|perl-Net-ARP-1.0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Net-ARP
%define upstream_version 1.0.8

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Create and Send ARP Packets 
Group:		Development/Perl
License:	GPLv2
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/C/CR/CRAZYDJ/%{upstream_name}-%{upstream_version}.tgz
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl-devel
Patch0:		Net-Arp-1.0.6-tests.patch

%description
This module is a Perl extension to create and send ARP packets and lookup
local or remote mac addresses. You do not need to install any additional 
libraries like Libnet to compile this extension. It uses kernel header files 
to create the packets.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod -x README *.pm
%patch0 -p1 -b .tests

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'

%check
# The tests for this package require root privileges and network access,
# therefore for automated building we need to leave it out.
#
#make test
#

%files
%doc Changes README
%{perl_vendorarch}/Net/
%{_mandir}/man3/Net::ARP.3pm*
%{perl_vendorarch}/auto/Net/

%changelog
* Wed Oct 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-1
+ Revision: 024b0ea
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13186 |14cu|perl-Net-BGP-0.160.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-BGP
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Net-BGP module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Pod)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(Test::Harness) >= 3.350.0
BuildRequires:  perl(IO::Select)
BuildRequires:  perl(IO::Socket)
BuildRequires:  perl(List::Util) >= 1.390.0

BuildArch:	noarch

%description
This module is an implementation of the BGP-4 inter-domain
routing protocol. It encapsulates all of the functionality
needed to establish and maintain a BGP peering session and
exchange routing update information with the peer.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{perl_vendorlib}/Net/BGP
%{perl_vendorlib}/Net/BGP.pm
%{_mandir}/*/*


%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.160.0-1
- (e4eb3e6) Log: Update to 0.160.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13187 |14cu|perl-Net-Bluetooth-0.410.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Net-Bluetooth
%define upstream_version 0.41
%define __noautoprov 'Bluetooth.so'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Net::Bluetooth - Perl Bluetooth Interface

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/Net-Bluetooth-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	pkgconfig(bluez)
BuildRequires:	perl-devel
Requires(pre):	bluez

%description
Net::Bluetooth - Perl Bluetooth Interface
This module creates a Bluetooth interface for Perl.

%prep
%setup -qn Net-Bluetooth-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{perl_vendorarch}/Net/Bluetooth.pm
%dir %{perl_vendorarch}/auto/Net/Bluetooth
%{perl_vendorarch}/auto/Net/Bluetooth/*
%{_mandir}/man3/*



%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 0.410.0-1
- (40d61d5) Log:Update to 0.410.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13188 |14cu|perl-Net-CIDR-0.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-CIDR
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Manipulate IPv4/IPv6 netblocks in CIDR notation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MR/MRSAM/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Carp) >= 1.360.0

BuildArch:	noarch

%description
With this module, you can manipulate IPv4/IPv6 netblocks in CIDR notation.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes COPYING README META.json META.yml
%{perl_vendorlib}/Net
%{_mandir}/*/*



%changelog

* Sun Jul 19 2015 abfonly <abfonly@gmail.com> 0.180.0-1
- (b4bd498) Log: Update to 0.180.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13189 |14cu|perl-Net-CUPS-0.610.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-CUPS
%define upstream_version 0.61

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Common Unix Printing System Interface
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:        perl-Net-CUPS-0.61-cups16.patch
BuildRequires: perl-devel
BuildRequires: cups-devel
BuildRequires: pkgconfig(libcupsfilters)
BuildRequires: perl(Test::More)

%description
Net::CUPS is an object oriented interface to the Common Unix Printing
System.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# those test requires a running cups server
# http://rt.cpan.org/Ticket/Display.html?id=38469
rm -f t/03_destination.t
find . -type f -exec chmod -c -x {} +
%patch0 -p1 -b .cups16

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Fri Jun 17 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.610.0-4
- (dee7619) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13190 |14cu|perl-Net-Dict-2.210.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-Dict
%define upstream_version 2.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A perl client for accessing network dictionary servers


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(AppConfig::Std)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::RequiresInternet)
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(IO::Socket)
BuildRequires:	perl(Net::Cmd)
BuildRequires:	perl(Test::More) >= 0.880.0

BuildArch:	noarch

# both packages provide /usr/bin/dict
Conflicts:	dictd-client

%description
Net::Dict is a perl class for looking up words and their definitions on network
dictionary servers. It provides a simple client API for the DICT network
protocol.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README examples
%{perl_vendorlib}/Net/*
%{_mandir}/*/*
%{_bindir}/dict
%{_bindir}/tkdict



%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 2.210.0-1
- (508b754) Updated to 2.21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13191 |14cu|perl-Net-DNS-SEC-1.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Net-DNS-SEC
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	DNSSEC support for Net::DNS perl module
License:	MIT
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/N/NL/NLNETLABS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Crypt::OpenSSL::Bignum) >= 0.30.0
BuildRequires: perl(Crypt::OpenSSL::DSA) >= 0.100.0
BuildRequires: perl(Crypt::OpenSSL::RSA) >= 0.190.0
BuildRequires: perl(Crypt::OpenSSL::ECDSA) >= 0.60.0
BuildRequires: perl(Crypt::OpenSSL::Random)
BuildRequires: perl(Digest::BubbleBabble) >= 0.10.0
BuildRequires: perl(Digest::SHA) >= 5.230.0
BuildRequires: perl(Crypt::OpenSSL::EC) >= 1.10.0
BuildRequires: perl(Digest::GOST) >= 0.60.0
BuildRequires: perl(File::Basename)
BuildRequires: perl(MIME::Base32)
BuildRequires: perl(MIME::Base64) >= 3.150.0
BuildRequires: perl(Math::BigInt)
BuildRequires: perl(Net::DNS) >= 0.640.0
BuildRequires: perl(Test::More) >= 0.470.0
BuildRequires: perl(Time::Local)


BuildArch:	noarch

%description
This perl modules implements DNSSEC extensions as described in
rfc 2535, 2931. With it, you can use DS, SIG, KEY and NXT record.

It extends perl-Net-DNS to manipulate these records.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std


%files
%doc Changes README META.json META.yml
%doc demo/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog

* Tue Mar 08 2016 Denis Silakov <dsilakov@gmail.com> 1.20.0-1
- (46f8723) Updated to 1.02



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13192 |14cu|perl-Net-Domain-TLD-1.730.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Domain-TLD
%define upstream_version 1.73

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Work with TLD names
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Storable)
BuildArch: noarch

%description
  The purpose of this module is to provide user with current list of 
  available top level domain names including new ICANN additions and ccTLDs
  Currently TLD definitions have been acquired from the following sources:

  http://www.icann.org/tlds/
  http://www.dnso.org/constituency/gtld/gtld.html
  http://www.iana.org/cctld/cctld-whois.htm
  https://www.iana.org/domains/root/db.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Mon Feb 23 2015 abfonly <abfonly@gmail.com> 1.730.0-1
+ Revision: 9f6224a
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13193 |14cu|perl-Net-Dropbox-API-1.900.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Dropbox-API
%define upstream_version 1.9

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.9
Release:	4

Summary:	A dropbox API interface

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/Net-Dropbox-API-1.9.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Random)
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(HTTP::Request::Common)
BuildRequires:	perl(JSON)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Mouse) >= 2.4.1
BuildRequires:	perl(Net::OAuth)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildRequires:	perl(common::sense)
BuildArch:	noarch

%description
no description found

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Apr 06 2015 abfonly <abfonly@gmail.com> 1.900.0-4
- (3bfe837) Rebuild against new Mouse 2.4.1, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13194 |14cu|perl-Net-Frame-1.160.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Frame
%define upstream_version 1.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	BSD loopback layer object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/G/GO/GOMOR/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Module::Build)
BuildRequires:	perl-devel
BuildRequires:	perl(Class::Gomor) >= 1.30.0
BuildRequires:	perl(Net::IPv6Addr)
BuildRequires:	perl(Socket6) >= 0.250.0
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Bit::Vector) >= 7.400.0
BuildRequires:	perl(Socket) >= 2.13.0

BuildArch:	noarch

%description
*Net::Frame* is a fork of *Net::Packet*. The goal here was to greatly
simplify the use of the frame crafting framework. *Net::Packet* does many
things undercover, and it was difficult to document all the thingies.

Also, *Net::Packet* may suffer from unease of use, because frames were
assembled using layers stored in L2, L3, L4 and L7 attributes. *Net::Frame*
removes all this, and is splitted in different modules, for those who only
want to use part of the framework, and not whole framework.

Finally, anyone can create a layer, and put it on his CPAN space, because
of the modularity *Net::Frame* offers. For an example, see
*Net::Frame::Layer::ICMPv4* on my CPAN space.

%files
%doc Changes LICENSE LICENSE.* README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*
#---------------------------------------------------

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std




%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 1.160.0-1
- (685c6b9) Log: Updated to 1.16



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13195 |14cu|perl-Net-GitHub-0.770.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-GitHub
%define upstream_version 0.77

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    GitHub Pull Requests API
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/F/FA/FAYLAND/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl(Module::Install)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(LWP::Protocol::https)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(MIME::Base64) >= 3.150.0
BuildRequires: perl(Moo)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Types::Standard)
BuildRequires: perl(URI)
BuildRequires: perl(URI::Escape)
BuildRequires: perl(Cpanel::JSON::XS)
BuildRequires: perl(strictures)

BuildArch: noarch

%description
Perl Interface for github.com 
the http://github.com manpage is a popular git host.

This distribution provides easy methods to access GitHub via their APIs.

Check the http://developer.github.com/ manpage for more details of the
GitHub APIs.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Jul 19 2015 abfonly <abfonly@gmail.com> 0.770.0-1
- (a5579a4) Log: Update to 0.770.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13196 |14cu|perl-Net-IMAP-Simple-1.220.600-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-IMAP-Simple
%define upstream_version 1.2206

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Simple IMAP interface to Perl 5	

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Strptime)
BuildRequires:	perl(DateTime::Format::Mail)
BuildRequires:	perl(Parse::RecDescent)
BuildRequires:	perl(Regexp::Common)
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(Email::MIME)

BuildArch:	noarch

%description
Perl extension for simple IMAP account handling, 
mostly compatible with Net::POP.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 META.json META.yml

%build
yes | %{__perl} Makefile.PL INSTALLDIRS=vendor 
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml 
%{_mandir}/man3/*
%{perl_vendorlib}/Net





%changelog

* Fri Jun 19 2015 abfonly <John@smith.org> 1.220.600-1
- (56208cf) Log: Update to 1.220.600



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13197 |14cu|perl-Net-IP-Minimal-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-IP-Minimal
%define upstream_version 0.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Minimal functions from Net::IP
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel


BuildArch: noarch

%description
the Net::IP manpage is very feature complete, but I found I was only using
three of its functions and it uses quite a bit of memory the
https://rt.cpan.org/Public/Bug/Display.html?id=24525 manpage.

This module only provides the minimal number of functions that I use in my
modules.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 11 2015 abfonly <John@smith.org> 0.60.0-1
- (48f37a1) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13198 |14cu|perl-Net-IPv4Addr-0.100.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-IPv4Addr
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Perl modules to manipulates Ipv4 addresses

License:	GPL+ or Artistic
Group:		System/Configuration/Networking
Url:		http://iNDev.iNsu.COM/IPv4Addr/
Source0:	http://iNDev.iNsu.COM/sources/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Net::IPv4Addr provides methods for parsing IPv4 addresses both in traditional
address/netmask format and in the new CIDR format. There are also methods for
calculating the network and broadcast address and also to see check if a given
address is in a specific network.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor 
make

%check
make test

%install
%makeinstall_std

install -d %{buildroot}%{_sbindir}
mv -f %{buildroot}%{_bindir}/ipv4calc %{buildroot}%{_sbindir}/ipv4calc

%files 
%doc README ChangeLog
%{_mandir}/*/*
%{_sbindir}/ipv4calc
%{perl_vendorlib}/Net/*
%{perl_vendorlib}/auto/Net/*



%changelog
* Sun Nov 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.100.0-8
+ Revision: ccdc122
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13199 |14cu|perl-Net-Jabber-2.0.0-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Net-Jabber
%define upstream_version 2.0

Summary:	%{module} perl module

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	19
License:	LGPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RE/REATMON/%{module}-%{upstream_version}.tar.bz2
BuildArch:	noarch
Buildrequires:	perl-devel
Buildrequires:	perl-Net-XMPP

%description
Net::Jabber is a collection of Perl modules that provide a Perl Developer
access to the Jabber protocol.  Using OOP modules we provide a clean
interface to writing anything from a full client to a simple protocol
tester.

%prep
%setup -qn %{module}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE.LGPL MANIFEST.SKIP README
%{perl_vendorlib}/Net/Jabber*
%{_mandir}/man3/*


%changelog
* Thu Jan 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-19
+ Revision: a0bd3e0
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13200 |14cu|perl-Net-MAC-Vendor-1.230.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-MAC-Vendor
%define upstream_version 1.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Look up the vendor for a MAC

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(LWP::Protocol::https)

BuildArch:	noarch

%description
The Institute of Electrical and Electronics Engineers (IEEE) assigns an
Organizational Unique Identifier (OUI) to manufacturers of network interfaces.
Each interface has a Media Access Control (MAC) address of six bytes. The first
three bytes are the OUI.

This module allows you to take a MAC address and turn it into the OUI and
vendor information.  You can, for instance, scan a network, collect MAC
addresses, and turn those addresses into vendors.  With vendor information, you
can often guess at what what you are looking at (e.g. an Apple product).

You can use this as a module as its individual functions, or call it as a
script with a list of MAC addresses as arguments. The module can figure it out.

This module tries to persistently cache with DBM::Deep the OUI information so
it can avoid using the network. If it cannot load DBM::Deep, it uses a normal
hash (which is lost when the process finishes). You can preload this cache with
the load_cache() function. So far, the module looks in the current working
directory for a file named mac_oui.db to find the cache. I need to come up with
a way to let the user set that location.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
# dowload/upload from internet tests
rm -fr t/fetch_oui.t  t/load_cache.t t/fetch_oui_from_ieee.t

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make 

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog

* Fri Jun 19 2015 abfonly <John@smith.org> 1.230.0-1
- (427e5e0) Log: Update to 1.230.0, filter and enable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13201 |14cu|perl-Net-Netmask-1.9015-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Net-Netmask

Summary:	%{module} module for Perl

Name:		perl-%{module}
Version:	1.9015
Release:	10
License:	Public Domain
Group:		Development/Perl
Source0:	http://www.cpan.org/authors/id/M/MU/MUIR/modules/%{module}-%{version}.tar.bz2
URL:		http://search.cpan.org/dist/%{module}
BuildRequires:	perl-devel
BuildArch: 	noarch
Requires:	perl >= 0:5.00503

%description
Net-Netmask module for perl

Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an
object-oriented interface. Nearly all functions are methods that operate on a
Net::Netmask object.

There are methods that provide the nearly all bits of information about a
network block that you might want.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
%make test

%clean 

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Net/*
%{_mandir}/*/*




%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9015-10
+ Revision: d8d1ed5
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13202 |14cu|perl-Net-OpenID-Common-1.190.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-OpenID-Common
%define upstream_version 1.19

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Support for the Simple Registration extension (SREG)

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Crypt::DH::GMP)
BuildRequires: perl(Encode)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(HTML::Parser) >= 3.400.0
BuildRequires: perl(HTTP::Headers::Util)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Status)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Math::BigInt)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Time::Local)
BuildRequires: perl(XML::Simple)
BuildRequires: perl-devel

BuildArch:  noarch

%description
This module provides an implementation of the Yadis protocol, which does
XRDS-based service discovery on URLs.

This module was originally developed by OHTSUKA Ko-hei as the
Net::Yadis::Discovery manpage, but was forked and simplified for inclusion
in the core OpenID Consumer package.

This simplified version is tailored for the needs of Net::OpenID::Consumer;
for other uses, the Net::Yadis::Discovery manpage is probably a better
choice.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 1.190.0-1
- (289eb55) Log: Update to 1.190.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13203 |14cu|perl-Net-OpenID-Consumer-1.160.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-OpenID-Consumer
%define upstream_version 1.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Object representing a verified OpenID identity

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Net::OpenID::Common) >= 1.190.0
BuildRequires:	perl(Crypt::DH)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Time::Local)
BuildRequires:	perl(URI)
BuildRequires:	perl(XML::Simple)
BuildRequires:	perl(CGI)
BuildRequires:	perl(JSON)
BuildRequires:	perl(Storable)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0


BuildArch:	noarch

%description
This module provides an implementation of the Yadis protocol, which does
XRDS-based service discovery on URLs.

This module was originally developed by OHTSUKA Ko-hei as the
Net::Yadis::Discovery manpage, but was forked and simplified for inclusion
in the core OpenID Consumer package.

This simplified version is tailored for the needs of Net::OpenID::Consumer;
for other uses, the Net::Yadis::Discovery manpage is probably a better
choice.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jun 27 2015 abfonly <John@smith.org> 1.160.0-1
- (a4c089c) Log: Update to 1.160.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13204 |14cu|perl-Net-OpenSSH-0.640.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-OpenSSH
%define upstream_version 0.64

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl SSH client package implemented on top of OpenSSH

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/S/SA/SALVA/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Test::More)
BuildRequires:	openssh-clients

Requires:	openssh-clients

BuildArch:	noarch

%description
Net::OpenSSH is a secure shell client package implemented on top of OpenSSH
binary client ('ssh').

This package is implemented around the multiplexing feature found in
later versions of OpenSSH. That feature allows reuse of a previous SSH
connection for running new commands (I believe that OpenSSH 4.1 is the
first one to provide all the required functionality).

When a new Net::OpenSSH object is created, the OpenSSH 'ssh' client is
run in master mode, establishing a permanent (actually, for the
lifetime of the object) connection to the server.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml sample
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sun Jul 19 2015 abfonly <abfonly@gmail.com> 0.640.0-1
- (a2f8ab8) Log: Update to 0.640.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13205 |14cu|perl-NetPacket-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    NetPacket
%define upstream_version 1.6.0

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Assemble and disassemble ethernet packets
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::More)
BuildRequires: perl(constant)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

BuildArch: noarch

%description
'NetPacket' provides a base class for a cluster of modules related to
decoding and encoding of network protocols. Each 'NetPacket' descendent
module knows how to encode and decode packets for the network protocol it
implements. Consult the documentation for the module in question for
protocol-specific implementation.

Note that there is no inheritance in the 'NetPacket::' cluster of modules
other than each protocol module being a 'NetPacket'. This was seen to be
too restrictive as imposing inheritance relationships (for example between
the IP, UDP and TCP protocols) would make things like tunneling or other
unusual situations difficult.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 04 2015 abfonly <John@smith.org> 1.6.0-1
- (f47c8e3) Log : update to 1.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13206 |14cu|perl-Net-SFTP-Foreign-1.810.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-SFTP-Foreign
%define upstream_version 1.81

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Adaptor for Net::SFTP::Attributes compatibility
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl-devel
BuildArch:  noarch

%description
SFTP stands for SSH File Transfer Protocol and is a method of transferring
files between machines over a secure, encrypted connection (as opposed to
regular FTP, which functions over an insecure connection). The security in
SFTP comes through its integration with SSH, which provides an encrypted
transport layer over which the SFTP commands are executed.

Net::SFTP::Foreign is a Perl client for the SFTP version 3 as defined in
the SSH File Transfer Protocol IETF draft, which can be found at the
http://www.openssh.org/txt/draft-ietf-secsh-filexfer-02.txt manpage (also
included on this package distribution, on the 'rfc' directory).

Net::SFTP::Foreign uses any compatible 'ssh' command installed on the
system (for instance, OpenSSH 'ssh') to establish the secure connection to
the remote server.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README TODO samples
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jan 17 2017 Denis Silakov <dsilakov@virtuozzo.com> 1.810.0-2
- (cf209c4) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13207 |14cu|perl-Net-SNMP-6.0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-SNMP
%define upstream_version 6.0.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Object oriented interface to SNMP for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{upstream_name}-v%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-Crypt-DES => 2.03
BuildRequires:	perl-Digest-HMAC => 1.0

BuildArch:	noarch

Requires:	perl-Crypt-DES => 2.03
Requires:	perl-Digest-HMAC => 1.0
Requires:	perl-Digest-SHA1 => 1.02

%description
The Net::SNMP module implements an object oriented interface to the Simple
Network Management Protocol.  Perl applications can use the module to retrieve
or update information on a remote host using the SNMP protocol.  The module
supports SNMP version-1, SNMP version-2c (Community-Based SNMPv2), and SNMP
version-3.
The Net::SNMP module assumes that the user has a basic understanding of the
Simple Network Management Protocol and related network management concepts.

%prep
%setup -q -n %{upstream_name}-v%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/snmpkey
%{perl_vendorlib}/Net
%{_mandir}/*/*



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.0.1-9
+ Revision: fdbccd7
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13208 |14cu|perl-Net-Twitter-4.10.100-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Twitter
%define upstream_version 4.01010

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A definition of the TwitterVision API as a Moose role


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(MooseX::Aliases)
BuildRequires:	perl(Carp::Clan)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Crypt::SSLeay)
BuildRequires:	perl(Data::Visitor::Callback)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Strptime)
BuildRequires:	perl(Devel::StackTrace)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTTP::Request::Common)
BuildRequires:	perl(JSON::Any)
BuildRequires:	perl(JSON::XS)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Exporter)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(MooseX::MultiInitArg)
BuildRequires:	perl(Net::Netrc)
BuildRequires:	perl(Net::OAuth)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(URI)
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(LWP::Protocol::https)
BuildRequires:	perl(Test::Deep)

BuildArch:	noarch

%description
The micro-blogging service the http://identi.ca manpage provides a Twitter
compatible API. This module simply creates an instance of 'Net::Twitter'
with the 'identica' option set.

See the Net::Twitter manpage for full documentation.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}
chmod +x %{buildroot}%{perl_vendorlib}/Net/Twitter.pod

%files
%doc Changes README META.yml LICENSE examples/
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 4.10.100-1
- (92954a4) Log: Update to 4.10.100



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13209 |14cu|perl-Net-UPnP-1.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-UPnP
%define upstream_version 1.4.3

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl extension for UPnP

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(version)

BuildArch:	noarch

%description
This package provides some functions to control UPnP devices.

Currently, the package provides only functions for the control point. To
control UPnP devices, see the Net::UPnP::ControlPoint manpage.

As a sample of the control point, the package provides the
Net::UPnP::AV::MediaServer manpage to control the devices such as DLNA
media servers. As the example, please dms2vodcast.pl that converts from the
MPEG2 movies to the MPEG4 one and outputs the RSS file for Vodcasting.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
find %{buildroot}%{perl_vendorlib}  -name '*.pm' -exec chmod -x {} \;


%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Jun 28 2015 abfonly <John@smith.org> 1.4.3-1
- (4bd9560) Log: update to 1.4.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13210 |14cu|perl-Net-XMPP-1.50.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	Net-XMPP
%define upstream_version 1.05

Summary:	XMPP Perl Library
License:	GPL or Artistic
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(LWP::Online)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(XML::Stream)
BuildRequires:	perl(YAML::Tiny)
BuildArch:	noarch

%description
Net::XMPP is a convenient tool to use for any perl script that would
like to utilize the XMPP Instant Messaging protocol.  While not a
client in and of itself, it provides all of the necessary back-end
functions to make a CGI client or command-line perl client feasible 
and easy to use.  Net::XMPP is a wrapper around the rest of the
official Net::XMPP::xxxxxx packages.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc CHANGES README
%{perl_vendorlib}/Net
%{_mandir}/*/*

%changelog

* Thu Jun 02 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-2
- (e7913e1) Fix BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13211 |14cu|perl-Object-Event-1.230.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Object-Event
%define upstream_version 1.23

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A class that provides an event callback interface
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Object/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(AnyEvent)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(common::sense)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module was mainly written for the AnyEvent::XMPP manpage, the
AnyEvent::IRC manpage, the AnyEvent::HTTPD manpage and the BK manpage to
provide a consistent API for registering and emitting events. Even though I
originally wrote it for those modules I released it separately in case
anyone may find this module useful.

For more comprehensive event handling see also the Glib manpage and the POE
manpage.

This class provides a simple way to extend a class, by inheriting from this
class, with an event callback interface.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Apr 05 2015 abfonly <John@smith.org> 1.230.0-1
- (dd95ca7) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13212 |14cu|perl-ORLite-Mirror-1.240.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ORLite-Mirror
%define upstream_version 1.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Extend ORLite to support remote SQLite databases

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ORLite/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Remove)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::Compress::Bzip2)
BuildRequires:	perl(IO::Compress::Gzip)
BuildRequires:	perl(IO::Uncompress::Bunzip2)
BuildRequires:	perl(IO::Uncompress::Gunzip)
BuildRequires:	perl(LWP::Online)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(ORLite)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
the ORLite manpage provides a readonly ORM API when it loads a readonly
SQLite database from your local system.

By combining this capability with the LWP manpage, the ORLite::Mirror
manpage goes one step better and allows you to load a SQLite database from
any arbitrary URI in readonly form as well.

As demonstrated in the synopsis above, you using the ORLite::Mirror manpage
in the same way, but provide a URL instead of a file name.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 04 2015 abfonly <John@smith.org> 1.240.0-1
- (01ed9ad) Log: update to 1.240.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13213 |14cu|perl-ORLite-Pod-0.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ORLite-Pod
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Documentation generator for ORLite

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/ORLite/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Remove)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::pushd)
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(ORLite)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Template)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Script)
BuildRequires:	perl(Test::XT)
BuildRequires:	perl(autodie) >= 2.100.0

BuildArch:	noarch

%description
*THIS MODULE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE.*

*YOU HAVE BEEN WARNED!*

The biggest downside of the ORLite manpage is that because it can generate
you an entire ORM in one line of code, you can have a large an extensive
API without anywhere for documentation for the API to exist.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_bindir}/*
%{_mandir}/man?/*
%{perl_vendorlib}/*



%changelog

* Sat Apr 04 2015 abfonly <John@smith.org> 0.110.0-1
- (6370adc) Log: update to 0.110.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13214 |14cu|perl-p5-Palm-1.400.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    p5-Palm
%define upstream_version 1.4.0

Name:		perl-%{upstream_name}
# perl_convert don't work here
#Version:	%perl_convert_version %{upstream_version}
Version:	1.400.0
Release:	1
Epoch:		1

Summary:	Modules for reading manipulating, and writing .pdb and .prc database

License:	GPL
Group:		Development/Perl
Url:		http://www.coldsync.org/#p5-Palm
Source0:	http://www.coldsync.org/download/%{upstream_name}-%{upstream_version}-snapshot.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch


%description
This is p5-Palm, a set of Perl 5 modules for reading, manipulating,
and writing the .pdb and .prc database files used by PalmOS devices
such as the PalmPilot and its successors.

%prep
%setup -qn %{upstream_name}-%{upstream_version}-snapshot

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_archlib}/perllocal.pod

%files
%doc README TODO
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man1/*
%{_mandir}/man3/*



%changelog

* Sat Apr 04 2015 abfonly <John@smith.org> 1:1.400.0-1
- (83bf5d4) Log: update to 1.400.0, fixed url, fixed source,perl convert won't work



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13215 |14cu|perl-Package-Constants-0.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Package-Constants
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Package Constants

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Package/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(Test::More) >= 1.1.9


BuildArch:	noarch

%description
"Package::Constants" lists all the constants defined in a certain pack- age.
This can be useful for, among others, setting up an autogenerated
"@EXPORT/@EXPORT_OK" for a Constants.pm file.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README CHANGES META.json META.yml
%{perl_vendorlib}/Package/*
%{_mandir}/*/*



%changelog

* Mon Jun 29 2015 abfonly <John@smith.org> 0.60.0-1
- (16e456f) Log: Update to 0.60.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13216 |14cu|perl-Package-DeprecationManager-0.150.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Package-DeprecationManager
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Manage deprecation warnings for your distribution
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Package/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Carp)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(Package::Stash)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Sub::Install)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl-Scalar-List-Utils
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module allows you to manage a set of deprecations for one or more
modules.

When you import 'Package::DeprecationManager', you must provide a set of
'-deprecations' as a hash ref. The keys are "feature" names, and the values
are the version when that feature was deprecated.

In many cases, you can simply use the fully qualified name of a subroutine
or method as the feature name. This works for cases where the whole
subroutine is deprecated. However, the feature names can be any string.
This is useful if you don't want to deprecate an entire subroutine, just a
certain usage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE  META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Wed Jun 01 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.150.0-2
- (235f90e) Added perl(Package::Stash) BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13217 |14cu|perl-Package-Stash-XS-0.280.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Package-Stash-XS
%define upstream_version 0.28

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Faster and more correct implementation of the Package::Stash API

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Package/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel

%description
This is a backend for the Package::Stash manpage, which provides the
functionality in a way that's less buggy and much faster. It will be used
by default if it's installed, and should be preferred in all environments
with a compiler.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.280.0-4
+ Revision: 4224b2b
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13218 |14cu|perl-Package-Variant-1.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Package-Variant
%define upstream_version 1.002002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Parameterizable packages

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Package/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.550_100
BuildRequires: perl(Import::Into)
BuildRequires: perl(Module::Runtime) >= 0.13.0
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(strictures) >= 1.0.0
BuildRequires: perl-devel

BuildArch:  noarch

%description
This module allows you to build packages that return different variations
depending on what parameters are given.

Users of your package will receive a subroutine able to take parameters and
return the name of a suitable variant package. The implmenetation does not
care about what kind of package it builds.

Declaring a variable package
    There are two important parts to creating a variable package. You first
    have to give 'Package::Variant' some basic information about what kind
    of package you want to provide, and how. The second part is
    implementing a method receiving the user's arguments and generating
    your variants.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 1.2.2-1
- (43c3adb) Log: Update to 1.2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13219 |14cu|perl-Padre-Plugin-Swarm-0.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# looks like abbandon since 2011, and no distribution from newer perl
# las distributed is 5.17.x
# TODO: Dump ??

%define upstream_name    Padre-Plugin-Swarm
%define upstream_version 0.2

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Tree view panel of swarm resources

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Padre/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::XSAccessor)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Graph)
BuildRequires:	perl(IO::Select)
BuildRequires:	perl(IO::Socket::Multicast)
BuildRequires:	perl(JSON::XS)
BuildRequires:	perl(JSON)
BuildRequires:	perl(Padre)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Patch)
BuildRequires:	perl(AnyEvent)
BuildRequires:	perl(Object::Event)
BuildRequires:	perl(Wx::Socket)
BuildRequires:	perl(Digest::JHash)
BuildRequires:	perl(Devel::Dumpvar)
#BuildRequires:	x11-server-xvfb

BuildArch: noarch

%description
This is Swarm!

Swarm is a Padre plugin for experimenting with remote inspection, peer
programming and collaborative editing functionality.

Within this plugin all rules are suspended. No security, no efficiency, no
scalability, no standards compliance, remote code execution, everything is
allowed. The only goal is things that work, and things that look shiny in a
demo :)

%prep
%setup -qn %{upstream_name}-%{upstream_version}
# no longer developed for perl5.18.x
rm -fr t/03_transport_global.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# Xvfb :99 -screen 0 1024x768x24 -extension RANDR & xvfb-run 
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Apr 05 2015 abfonly <abfonly@gmail.com> 0.200.0-1
- (f5d2ea9) Updated perl-Padre-Plugin-Swarm.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13220 |14cu|perl-PadWalker-2.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 PadWalker
%define upstream_version 2.2

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Play with other peoples' lexical variables

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
PadWalker is a module which allows you to inspect (and even change!) lexical
variables in any subroutine which called you. It will only show those variables
which are in scope at the point of the call.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{perl_vendorarch}/PadWalker.pm
%{perl_vendorarch}/auto/PadWalker
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.200.0-1
- (cba9004) Updated to 2.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13221 |14cu|perl-Panda-Install-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Panda-Install
%define upstream_version 1.2.4

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Manager for module's payload
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Panda/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Deep)
BuildRequires: perl-devel

BuildArch: noarch

%description
Panda::Install makes it much easier to write MakeMaker's makefiles
especially for XS modules. It provides dependecies support between XS
modules, so that one could easily use header files, code, compilation
options, ...etc of another. Panda::Install also lets you put source files
in subdirectories any level deep (MakeMaker doesn't handle that) and easily
compile-in external C libraries.

The params for Panda::Install are compatible with MakeMaker with some
additions.

Also it greatly extends typemap functionality and adds C-like XS synopsis.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod -x Changes lib/Panda/Install.pm lib/Panda/Install/ParseXS.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Sep 19 2015 abfonly <abfonly@gmail.com> 1.2.4-1
- (000c8bf) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13222 |14cu|perl-Panda-XS-2.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'XS.so'


%define upstream_name    Panda-XS
%define upstream_version 2.1.1

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Useful features and typemaps for XS modules
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Panda/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(Panda::Install)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Simple)
BuildRequires: perl-devel

%description
Panda::XS provides some useful features for XS modules. Also adds default
configurable typemaps with most commonly used types. Panda::XS makes it
possible for other modules (Perl or XS) to inherit from your XS module. To
use it you must have a C++ compiler. Of course most (or all) CPAN modules
have private implementation visible only via perl interface (function or
method calls). But it is a much better approach to implement functionality
in C/C++ classes with public API, make an XS interface, to make it usable
from perl and also make you C code visible to other XS modules. This makes
it possible for other users to use your C code directly from other XS
modules, without perl method/function interface and therefore they can
achieve much greater speeds. To make your C code visible to other XS
modules when your module is installed, see the Panda::Install manpage.

%files
%doc Changes META.json META.yml
%{perl_vendorarch}/auto/
%{perl_vendorarch}/Panda/*.pm
%{perl_vendorarch}/Panda/XS.x/info
%{perl_vendorarch}/Panda/XS.x/tm/

#---------------------------------------
%package devel

Group:		Development/Perl
Requires:	%{name} = %{EVRD}

%description devel
Headers for %{name}

%files devel
%doc Changes
%{perl_vendorarch}/Panda/XS.x/i/

#---------------------------------------

%prep
%setup -qn %{upstream_name}-%{upstream_version}
find . -name "Changes" -o -name "*.h" -o -name "typemap" -o -name "typemap*" -o -name "*.xs" -o -name "*.cc" -o -name "*.pm"  |xargs chmod 0644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test 

%install
rm -fr %{buildroot}
%makeinstall_std



%changelog

* Sat Sep 19 2015 abfonly <abfonly@gmail.com> 2.1.1-1
- (5c0c3c2) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13223 |14cu|perl-Params-Check-0.380.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Params-Check
%define upstream_version 0.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A generic input parsing/checking mechanism

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/K/KA/KANE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Locale::Maketext::Simple)
BuildArch:	noarch

%description
Params::Check is a generic input parsing/checking mechanism.

It allows you to validate input via a template. The only requirement is that
the arguments must be named.

Params::Check can do the following things for you:
* Convert all keys to lowercase
* Check if all required arguments have been provided
* Set arguments that have not been provided to the default
* Weed out arguments that are not supported and warn about them to the user
* Validate the arguments given by the user based on strings, regexes, lists or
  even subroutines
* Enforce type integrity if required

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc CHANGES README
%{perl_vendorlib}/Params
%{_mandir}/*/*



%changelog

* Sun Apr 05 2015 abfonly <John@smith.org> 0.380.0-1
- (a169a2d) Log: update to 0.380.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13224 |14cu|perl-Parse-ErrorString-Perl-0.210.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-ErrorString-Perl
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Parse error messages from the perl interpreter

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Parse/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Class::XSAccessor)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Pod::Find)
BuildRequires:	perl(Pod::POM)
BuildRequires:	perl(Carp) >= 1.360.0


BuildArch:	noarch

%description
Module to parse error messages from the perl interpreter.


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc  Changes META.yml
%{_bindir}/check_perldiag
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jun 29 2015 abfonly <John@smith.org> 0.210.0-1
- (e1bbd72) Log: Update to 0.210.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13225 |14cu|perl-ParseLex-2.210.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ParseLex
%define upstream_version 2.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Generator of lexical analyzers 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/P/PV/PVERD/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Parse::Template)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Slurp)
BuildRequires: perl(Parse::Template) >= 3.40.0
BuildRequires: perl(Symbol)
BuildRequires: perl(Test::More) >= 0.960.0
BuildRequires: perl(integer)

BuildArch:	noarch

%description
The Parse::Lex.pm module for perl5 is an object-oriented generator of
lexical analyzers.

This distribution includes Parse::YYLex (writed by Vladimir Alexiev)
a lexer generator that you can use with yacc parsers.

A collection of examples demonstrating various
Parse::Lex/Parse::LevEvent features can be found in the "examples"
directory.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
pushd examples
perl -pi -e "s|/usr/local/bin/perl|%{__perl}|"  *.pl
popd
perl -pi -e "s|#!perl|%{__perl}|" VERSION
chmod -x VERSION
iconv -f iso8859-1 -t utf-8 Changes > Changes.conv && mv -f Changes.conv Changes

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README VERSION examples
%{perl_vendorlib}/Parse
%{_mandir}/*/*



%changelog

* Sun Apr 05 2015 abfonly <John@smith.org> 2.210.0-1
- (799246c) Log: Update to 2.210.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13226 |14cu|perl-Parse-MIME-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Parse-MIME
%define upstream_version 1.003

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Parse mime-types, match against media ranges
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Parse/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(JSON::XS) >= 3.10.0
BuildRequires:	perl-devel
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Exporter)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)  
  
BuildArch:	noarch

%description
This module provides basic functions for handling mime-types. It can
handle matching mime-types against a list of media-ranges. See section
14.1 of the HTTP specification [RFC 2616] for a complete explanation:
<http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1>

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%make_install

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Wed Sep 23 2015 abfonly <abfonly@gmail.com> 1.3.0-1
- (baad6b4) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13227 |14cu|perl-Parser-MGC-0.120.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parser-MGC
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Build simple recursive-descent parsers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This base class provides a low-level framework for building
recursive-descent parsers that consume a given input string from left to
right, returning a parse structure. It takes its name from the 'm//gc'
regexps used to implement the token parsing behaviour.

It provides a number of token-parsing methods, which each extract a
grammatical token from the string. It also provides wrapping methods that
can be used to build up a possibly-recursive grammar structure, by applying
a structure around other parts of parsing code. Each method, both token and
structural, atomically either consumes a prefix of the string and returns
its result, or fails and consumes nothing. This makes it simple to
implement grammars that require backtracking.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Apr 05 2015 abfonly <John@smith.org> 0.120.0-5
- (12c8bab) Log: Update to 0.120.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13228 |14cu|perl-PatchReader-0.9.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 PatchReader
%define upstream_version 0.9.6

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Utilities to read and manipulate patches and CVS 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/PatchReader/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%rename perl-patchreader

%description
This perl library allows you to manipulate patches programmatically by chaining
together a variety of objects that read, manipulate, and output patch
information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes README
find . -type f -exec perl -pi -e 'tr/\r//d' {} \;

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
pushd %{buildroot}%{perl_vendorlib}
find . -type f -name "*.pm" -exec chmod -x  {} \;
popd

%files
%doc Changes README META.yml
%{perl_vendorlib}/PatchReader
%{perl_vendorlib}/PatchReader.pm
%{_mandir}/man3/*



%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 0.9.6-1
- (57ad61c) Log: Update to 0.9.6, fixed some linting



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13229 |14cu|perl-Path-Class-File-Stat-0.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Path-Class-File-Stat
%define upstream_version 0.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Cache and compare stat() calls on a Path::Class::File object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Path/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Path::Class)
BuildArch:	noarch

%description
Path::Class::File::Stat is a simple extension of Path::Class::File.
Path::Class::File::Stat is useful in long-running programs (as under
mod_perl) where you might have a file handle opened and want to check if
the underlying file has changed.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Apr 06 2015 abfonly <John@smith.org> 0.50.0-1
- (614121f) Log: Update to 0.50.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13230 |14cu|perl-Path-FindDev-0.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Path-FindDev
%define upstream_version 0.5.2

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Find a development path somewhere in an upper hierarchy
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/App/KENTNL/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Tiny)
BuildRequires:	perl(File::HomeDir)
#BuildRequires:	perl(Module::Build) >= 0.400.400
BuildRequires:	perl(Moo)
BuildRequires:	perl(Path::IsDev::Object)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(Sub::Exporter)

BuildArch:	noarch

%description
This package is mostly a glue layer around "Path::IsDev" with a few
directory walking tricks.

    use Path::FindDev qw( find_dev );

    if ( my $root = find_dev('/some/path/to/something/somewhere')) {
        print "development root = $root";
    } else {
        print "No development root :(";
    }

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.2-1
+ Revision: 659b9fc
- Added File::HomeDir BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13231 |14cu|perl-Path-IsDev-1.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Path-IsDev
%define upstream_version 1.001002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Determine if a given Path resembles a development source tree
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/App/KENTNL/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Class::Tiny) >= 0.10.0
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(FindBin)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Path::Tiny) >= 0.4.0
BuildRequires: perl(Role::Tiny)
BuildRequires: perl(Role::Tiny::With)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.890.0
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildArch:  noarch

%description
This module is more or less a bunch of heuristics for determining if a
given path is a development tree root of some kind.

This has many useful applications, notably ones that require behaviours
for "installed" modules to be different to those that are still "in
development"

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-1
+ Revision: 110c83a
- Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13232 |14cu|perl-Path-Iterator-Rule-1.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Path-Iterator-Rule
%define upstream_version 1.008

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Iterative, recursive file finder
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Path/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(File::pushd)
BuildRequires: perl(List::Util)
BuildRequires: perl(Number::Compare)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Filename)
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Glob)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl(warnings)
BuildArch: noarch

%description
This is an empty subclass of the Path::Iterator::Rule manpage. It saves you
from having to type the full name repeatedly, which is particularly handy
for one-liners:

    $ perl -MPIR -wE 'say for PIR->new->skip_dirs(".")->perl_module->all(@INC)'

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat May 30 2015 abfonly <John@smith.org> 1.8.0-1
- (b621085) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13233 |14cu|perl-Path-ScanINC-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Path-ScanINC
%define upstream_version 1.000002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Emulate Perls internal handling of @INC
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Path/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Class::Tiny)
BuildRequires: perl(Data::Dump)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(FindBin)
BuildRequires: perl(List::Util)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

BuildArch: noarch

%description
Emulate Perls internal handling of @INC.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE Changes README META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 1.0.2-1
- (6a793cc) Import from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13234 |14cu|perl-Path-Tiny-0.94.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Path-Tiny
%define upstream_version 0.094

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    File path utility
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Path/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(Devel::Hide)
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(Exporter) >= 5.570.0
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path) >= 2.70.0
BuildRequires: perl(File::Spec) >= 3.400.0
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Spec::Unix)
BuildRequires: perl(File::Temp) >= 0.180.0
BuildRequires: perl(File::pushd)
BuildRequires: perl(File::stat)
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::FailWarnings)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(autodie) >= 2.140.0
BuildRequires: perl(strict)
BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Unicode::UTF8) >= 0.600.0
BuildRequires: perl(Test::MockRandom)

BuildArch:  noarch

%description
This module attempts to provide a small, fast utility for working with file
paths. It is friendlier to use than the File::Spec manpage and provides
easy access to functions from several other core file handling modules.

It doesn't attempt to be as full-featured as the IO::All manpage or the
Path::Class manpage, nor does it try to work for anything except Unix-like
and Win32 platforms. Even then, it might break if you try something
particularly obscure or tortuous. (Quick! What does this mean:
'///../../..//./././a//b/.././c/././'? And how does it differ on Win32?)

All paths are forced to have Unix-style forward slashes. Stringifying the
object gives you back the path (after some clean up).

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 0.94.0-1
- (60da238) Log: Update to 0.094
- (60da238) fixed file path https://github.com/preaction/ETL-Yertl/issues/137
- (60da238) fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13235 |14cu|perl-PDF-API2-2.23.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PDF-API2
%define upstream_version 2.023

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	PDF-API2 Perl module

License:	Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/PDF/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	 perl-devel
BuildRequires:	 perl(Compress::Zlib)
BuildRequires:	 perl(Font::TTF::Font)
BuildArch:	noarch
Requires:	fonts-ttf-dejavu

%description
This module is 'The Next Generation' of Text::PDF::API which initially 
provided a nice API around the Text::PDF::* modules created by Martin Hosken.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find contrib -type f | xargs \
    perl -pi -e 's|^#!/usr/local/bin/perl|#!/usr/bin/perl|' 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -f %{buildroot}%{perl_vendorlib}/PDF/API2/Win32.pm
rm -f %{buildroot}%{perl_vendorlib}/PDF/API2/Basic/TTF/Win32.pm
rm -rf %{buildroot}%{perl_vendorlib}/PDF/API2/fonts

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 contrib/* %{buildroot}%{_bindir}

%files
%doc Changes  LICENSE PATENTS README examples
%{perl_vendorlib}/PDF
%{_mandir}/*/*
%{_bindir}/*


%changelog

* Mon Apr 06 2015 abfonly <John@smith.org> 2.23.0-1
- (5351dd6) Log: Update to 2.23.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13236 |14cu|perl-PDL-2.15.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	PDL
%define	upstream_version 2.015

%define Werror_cflags %nil
%if %{_use_internal_dependency_generator}
%define __noautoprov 'perl\\(Inline\\)'
%define __noautoreq 'perl\\(PDL\\)|perl\\(PGPLOT\\)|perl\\(Inline\\)|perl\\(Devel::REPL::Plugin\\)|perl\\(OpenGL::Config\\)|perl\\(Win32::DDE::Client\\)'
%else
%define _provides_exceptions perl(Inline)
%define _requires_exceptions perl(\\(PDL\\|PGPLOT\\|Inline\\))
%endif

Summary:	PerlDL, an efficient numerical language for scientific computing
Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}/
Source0:	ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/PDL/%{module}-%{upstream_version}.tar.gz
Source1:	PDL-convert-doc.pl.bz2
Patch1:		PDL-2.4.4-fpic.patch
Patch2:		PDL-2.4.4-handle-INSTALLDIRS-vendor.patch
Patch4:		PDL-2.4.0-fix-gimp.patch
Patch5:		PDL-2.4.2-makemakerfix.patch

BuildRequires:	perl(Astro::FITS::Header)
BuildRequires:	perl(Convert::UU)
BuildRequires:	perl(Data::Dumper) >= 2.121.0
BuildRequires:	perl(Devel::CheckLib)
BuildRequires:	perl(ExtUtils::F77)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec) >= 0.600.0
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Filter::Util::Call)
BuildRequires:	perl(Inline) >= 0.430.0
BuildRequires:	perl(OpenGL) >= 0.630.0
BuildRequires:	perl(Pod::Parser)
BuildRequires:	perl(Pod::Select)
BuildRequires:	perl(Storable) >= 1.30.0
BuildRequires:	perl(Text::Balanced)
BuildRequires:	gcc-gfortran
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xmu)
# if installed, requires f2c-devel,
# but it is a contrib package
BuildConflicts:	f2c

Provides:	perl(PDL::PP::CType)
Provides:	perl(PDL::PP::Dims)
Provides:	perl(PDL::PP::PDLCode)
Provides:	perl(PDL::PP::SymTab)
Provides:	perl(PDL::PP::XS)
Provides:	perl(PDL::Config)
Provides:	perl(PDL::Demos::Screen)
Provides:	perl(PDL::Graphics::OpenGL)
Provides:	perl(PDL::Graphics::OpenGLQ)
Provides:	perl(PDL::Graphics::TriD)
Provides:	perl(PDL::Graphics::TriD::GL)
Provides:	perl(PDL::Graphics::TriD::Image)
Provides:	perl(PDL::Graphics::TriD::Objects)
Provides:	perl(PDL::Lite)
Provides:	perl(PDL::LiteF)
Provides:	perl(Prima::MsgBox)
Provides:	perl(PDL::Graphics::Gnuplot)

%rename		PDL

%description
The perlDL project aims to turn perl into an efficient numerical language for
scientific computing. The PDL module gives standard perl the ability to
COMPACTLY store and SPEEDILY manipulate the large N-dimensional data sets which
are the bread and butter of scientific computing. e.g. C<$a=$b+$c> can add two
2048x2048 images in only a fraction of a second.

The aim is to provide tons of useful functionality for scientific and numeric
analysis.

%files
%doc Changes DEPENDENCIES Known_problems
%doc README DEVELOPMENT INSTALL TODO META.yml
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorarch}/PDL.pm
%{perl_vendorarch}/PDL
%{perl_vendorarch}/auto/PDL
%{perl_vendorarch}/Inline
%exclude %{perl_vendorarch}/PDL/*.pod
%exclude %{perl_vendorarch}/PDL/HtmlDocs

#----------------------------------------------------------------------------

%package doc
Summary:	PerlDL documentation package
Group:		Documentation
Requires:	%{name}

%description doc
The perlDL project aims to turn perl into an efficient numerical language for
scientific computing. The PDL module gives standard perl the ability to
COMPACTLY store and SPEEDILY manipulate the large N-dimensional data sets which
are the bread and butter of scientific computing. e.g. C<$a=$b+$c> can add two
2048x2048 images in only a fraction of a second.

The aim is to provide tons of useful functionality for scientific and numeric
analysis.

This is the documentation package.

%files doc
#%doc COPYING
%{perl_vendorarch}/PDL/*.pod
%{perl_vendorarch}/PDL/HtmlDocs

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{upstream_version}
%patch1 -p1 -b .pic
%patch2 -p1 -b .vendor
%patch4 -p0 -b .gimp
%patch5 -p0 -b .mm

%build
echo | %__perl Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix} OPTIMIZE="%{optflags} -fpermissive"

# -Wformat -Werror=format-security is inherited from something, remove it.
# note. it builds just fine on a real system but NOT in the build system. it gives:
# [...]
# GD.xs: In function 'pdl_write_png_readdata':
# GD.xs:241:5: error: format not a string literal and no format arguments [-Werror=format-security]
# GD.xs:256:9: error: format not a string literal and no format arguments [-Werror=format-security]
# [...]

find Makefile | xargs perl -pi -e "s|-Wformat||g"
find Makefile | xargs perl -pi -e "s|-Werror=format-security||g"

make
#DISPLAY="" make test

# first generate blib/lib/PDL/pdldoc.db
make doctest
# 

%install
%makeinstall PREFIX="%{buildroot}/%{_prefix}"

# create /usr/bin if it doesn't already exist
mkdir -p %{buildroot}%{_bindir}

# fix installed documentation
bzip2 -dc %{SOURCE1} | perl - "%{buildroot}"


%changelog

* Thu Jun 16 2016 Denis Silakov <dsilakov@gmail.com> 1:2.15.0-1
- (ee17936) More provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13237 |14cu|perl-Pegex-0.600.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pegex
%define upstream_version 0.60

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Pegex Regex Atoms
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::ShareDir::Install)
BuildRequires: perl(YAML::XS)
BuildArch: noarch

%description
Pegex is an Acmeist parser framework. It allows you to easily create
parsers that will work equivalently in lots of programming languages! The
inspiration for Pegex comes from the parsing engine upon which the
postmodern programming language *Perl 6* is based on. Pegex brings this
beauty to the other _just_modern languages that have a normal regular
expression engine available.

Pegex gets it name by combining Parsing Expression Grammars (PEG), with
Regular Expessions (Regex). That's actually what Pegex does.

PEG is the cool new way to elegantly specify recursive descent grammars.
The Perl 6 language is defined in terms of a self modifying PEG language
called *Perl 6 Rules*. Regexes are familiar to programmers of most modern
programming languages. Pegex defines a simple PEG syntax, where all the
terminals are regexes. This means that Pegex can be quite fast and
powerful.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE README Changes META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Aug 13 2015 abfonly <abfonly@gmail.com> 0.600.0-1
- (618be55) Updated perl-Pegex.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13238 |14cu|perl-Perl6-Junction-1.60000-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Version Not converted before , I won't epoch.Symbianflo

%define upstream_name    Perl6-Junction
%define upstream_version 1.60000

Name:       perl-%{upstream_name}
Version:    %{upstream_version}
Release:    1
Summary:	Perl6 style Junction operators in Perl5

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Perl6/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a lightweight module which provides 'Junction' operators, the most
commonly used being any and all.

Inspired by the Perl6 design docs,
http://dev.perl.org/perl6/doc/design/exe/E06.html.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL installdirs=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{perl_vendorlib}/*
%{_mandir}/*/*


%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 1.60000-1
- (4ba23c0) Log: Update to 1.60000, not converted version , I won't epoch it , better let it be.Symbianflo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13239 |14cu|perl-Perl6-Perldoc-0.0.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl6-Perldoc
%define upstream_version 0.000013

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Add a to_xhtml() method to Perl6::Perldoc::Parser

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl6/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Filter::Simple)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(version)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This module preprocesses your code from the point at which the module is
first used, stripping out any Perl 6 documentation (as specified in
Synopsis 26).

This means that, so long as your program starts with:

    use Perl6::Perldoc;

%prep
%setup -qn %{upstream_name}-%{upstream_version}
iconv -f iso8859-1 -t utf-8 Changes > Changes.conv && mv -f Changes.conv Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 0.0.13-1
- (ffceb71) Log: Update to 0.0.13, spec clean, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13240 |14cu|perl-Perl6-Slurp-0.51.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl6-Slurp
%define upstream_version 0.051005

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Implements the Perl 6 'slurp' built-in

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl6/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Perl6::Export)

BuildArch:	noarch

%description
This package implements the Perl 6 'slurp' built-in.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
yes y | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%doc %{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 0.51.5-1
- (1634ecb) Log: Update to 0.51.5, drop patches, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13241 |14cu|perl-Perl-Critic-1.126.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Perl-Critic
%define upstream_version 1.126

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Critique Perl source for style and standards

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(B::Keywords)
BuildRequires: perl(Path::Tiny)
BuildRequires:	perl(Config::Tiny)
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(Exception::Class)
BuildRequires:  perl(IO::String)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(Perl::Tidy)
BuildRequires:	perl(Pod::Spell)
BuildRequires:	perl(PPI) >= 1.118.0
BuildRequires:	perl(PPIx::Utilities::Statement)
BuildRequires:	perl(PPIx::Regexp)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Set::Scalar)
BuildRequires:	perl(String::Format)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(CPAN::Meta)
BuildRequires:	perl(JSON::PP)
BuildRequires:	perl(version) >= 1:0.880.0
BuildRequires:	perl-devel
BuildArch:	noarch

Requires:       perl(Module::Pluggable)

%description
Perl::Critic is an extensible framework for creating and applying coding
standards to Perl source code. Essentially, it is a static source code analysis
engine. Perl::Critic is distributed with a number of Perl::Critic::Policy
modules that attempt to enforce various coding guidelines. Most Policies are
based on Damian Conway's book Perl Best Practices. You can choose and customize
those Polices through the Perl::Critic interface. You can also create new
Policy modules that suit your own tastes.

For a convenient command-line interface to Perl::Critic, see the documentation
for perlcritic. If you want to integrate Perl::Critic with your build process,
Test::Perl::Critic provides a nice interface that is suitable for test scripts.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Build.PL installdirs=vendor 
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README
%{perl_vendorlib}/Perl
%{perl_vendorlib}/Test
%{_bindir}/*
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.126.0-1
- (8c80039) Updated to 1.126 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13242 |14cu|perl-Perl-Critic-Dynamic-0.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define __noautoreq 'perl\\(Devel::Symdump\\)'
%define __noautoreq 'perl\\(Perl::Critic::(Policy|Utils)\\)'
%define __noautoreq 'perl\\(Storable\\)'

%define upstream_name   Perl-Critic-Dynamic
%define upstream_version 0.05

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        1
Summary:        Non-static policies for Perl::Critic
License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/Perl-Critic-Dynamic/
Source0:        http://www.cpan.org/authors/id/T/TH/THALJEF/%{upstream_name}-%{upstream_version}.tar.gz

Patch0:         Perl-Critic-Dynamic-0.05-test_AUTOLOAD_on_private_module.patch

BuildRequires:  perl-devel
BuildRequires:  perl(Module::Build) >= 0.36
BuildRequires:  perl(base)
BuildRequires:  perl(Carp)
BuildRequires:  perl(Devel::Symdump) >= 2.07
BuildRequires:  perl(English)
BuildRequires:  perl(Perl::Critic::Policy) >= 1.108
BuildRequires:  perl(Perl::Critic::Utils) >= 1.108
BuildRequires:  perl(Readonly)
BuildRequires:  perl(Storable) >= 2.16
BuildRequires:  perl(CGI)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Perl::Critic::Policy)
BuildRequires:  perl(Path::Tiny)
BuildRequires:  perl(File::HomeDir)

BuildArch:      noarch


%description
Perl::Critic is primarily used as a static source code analyzer, which means
that it never compiles or executes any of the code that it examines. But
since Perl is a dynamic language, there are certain types of problems that
cannot be discovered until the code is actually compiled.

This distribution includes Perl::Critic::DynamicPolicy, which can be used as
a base class for Policies that wish to compile the code they analyze. 

%prep
%setup -qn %{upstream_name}-%{upstream_version}
%patch0 -p0

%build
perl Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot} 


%check
./Build test

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 0.50.0-1
- (f89e6f7) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13243 |14cu|perl-Perl-Critic-Itch-0.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-Itch
%define upstream_version 0.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A collection of Perl::Critic Policies to solve some Itches
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Perl::Critic)
BuildRequires: perl(Perl::Critic::TestUtils)
BuildRequires: perl(Perl::Critic::Utils)
BuildRequires: perl(Perl::Critic::Violation)
BuildRequires: perl(Test::More)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(File::HomeDir)


BuildArch: noarch

%description
This Policy forces (single) quotes on all hash keys barewords.

When specifying constant string hash keys, you should use (single) quotes.
E.g., $my_hash{'some_key'}

This is the appropriate choice because it results in consistent formatting
and if you forget to use quotes sometimes, you have to remember to add them
when your key contains internal hyphens, spaces, or other special
characters.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 0.70.0-1
- (37ff832) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13244 |14cu|perl-Perl-Critic-Lax-0.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-Lax
%define upstream_version 0.011

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Policies that let you slide on common exceptions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/Perl-Critic-Lax-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) 
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(Perl::Critic::Policy) 
BuildRequires:	perl(Perl::Critic::TestUtils)
BuildRequires:	perl(Perl::Critic::Utils)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(parent)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Path::Tiny)

BuildArch:	noarch

%description
The Perl-Critic-Lax distribution includes versions of core Perl::Critic
modules with built-in exceptions. If you really like a Perl::Critic policy,
but find that you often violate it in a specific way that seems pretty darn
reasonable, maybe there's a Lax policy. If there isn't, send one in!

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Apr 06 2015 abfonly <John@smith.org> 0.11.0-1
- (561a111) Log: Update to 0.11.0, fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13245 |14cu|perl-Perl-Critic-Moose-1.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-Moose
%define upstream_version	1.03

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        1
Summary:        Policies for Perl::Critic concerned with using Moose
License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/Perl-Critic-Moose/
Source0:        http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)
BuildRequires:  perl(base)
BuildRequires:  perl(Perl::Critic::Policy)
BuildRequires:  perl(Perl::Critic::Utils)
BuildRequires:  perl(Perl::Critic::Utils::PPI)
BuildRequires:  perl(Readonly)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(IO::Handle)
BuildRequires:  perl(IPC::Open3)
BuildRequires:  perl(Test::More) >= 0.96
BuildRequires:  perl(Test::Perl::Critic::Policy)
BuildRequires:  perl(Path::Tiny)
BuildRequires:  perl(File::HomeDir)

BuildArch:      noarch

%description
Some Perl::Critic policies that will help you keep your code in good shape
with regards to Moose.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std



%files
%doc LICENSE META.json META.yml Changes README.md
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 1.30.0-1
- (7bb4b9e) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13246 |14cu|perl-Perl-Critic-Pulp-90.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-Pulp
%define upstream_version 90

#%define __noautorpov 'perl\\(Perl::MinimumVersion\\)'
#%define __noautorpov 'perl\\(.*'
%define __noautoprov 'perl(.*MinimumVersion)'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Don't use Foo:: style barewords

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/Perl-Critic-Pulp-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(IO::String)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(List::Util)
BuildRequires:	perl-Module-Pluggable
BuildRequires:	perl(Pod::MinimumVersion)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Perl::Critic::Policy)
BuildRequires:	perl(Perl::Critic::Utils)
BuildRequires:	perl(Perl::Critic::Utils::PPI)
BuildRequires:	perl(Perl::Critic::Violation)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(version)

BuildArch:	noarch

%description
This is a collection of add-on policies for 'Perl::Critic', summarized
below. They're under a "pulp" theme plus other themes according to their
purpose (see the Perl::Critic/POLICY THEMES manpage).

Roughly half are code related and half cosmetic. You can always enable or
disable the ones you do or don't want. It's normal to pick and choose
things reported. There's a lot of perlcritic policies both built-in and
add-on and they range from helpful things catching problems through to the
bizarre or restrictive, and in some cases mutually contradictory! Many are
only intended as building blocks for enforcing a house style. If you try to
pass everything then you'll give away big parts of the language, so if
you're not turning off or customizing about half then you're either not
trying or you're much too easily lead!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
rm -f *.list
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Thu Jun 16 2016 Denis Silakov <dsilakov@gmail.com> 90.0.0-1
- (6e284b1) Updated to 90



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13247 |14cu|perl-Perl-Critic-Tics-0.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Critic-Tics
%define upstream_version 0.009

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Extra policies for Perl::Critic
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel 
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Perl::Critic::Policy)
BuildRequires: perl(Perl::Critic::TestUtils)
BuildRequires: perl(Perl::Critic::Utils)
BuildRequires: perl(Perl::Critic::Violation)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Path::Tiny)
BuildRequires:	perl(File::HomeDir)

BuildArch: noarch

%description
The Perl-Critic-Tics distribution includes extra policies for Perl::Critic
to address a fairly random assortment of things that make me (rjbs) wince.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Apr 06 2015 abfonly <John@smith.org> 0.9.0-1
- (475c7d8) Log: Updtae to 0.9.0 fix BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13248 |14cu|perl-PerlIO-gzip-0.190.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PerlIO-gzip
%define upstream_version 0.19

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Perl extension to provide a PerlIO layer to gzip/gunzip

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/N/NW/NWCLARK/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		%{upstream_name}-0.14-no_strict_warnings.patch

BuildRequires:	perl-devel
BuildRequires:  zlib-devel

%description
PerlIO::gzip provides a PerlIO layer that manipulates files in the format used
by the gzip program. Compression and Decompression are implemented, but not
together. If you attempt to open a file for reading and writing the open will
fail.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .fpons

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorarch}/PerlIO
%{perl_vendorarch}/auto/PerlIO

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.190.0-1
- (1a36abd) Updated to 0.19 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13249 |14cu|perl-PerlIO-utf8_strict-0.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PerlIO-utf8_strict
%define upstream_version 0.006
%define __noautoprov 'utf8_strict.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Fast and correct UTF-8 IO
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/PerlIO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(XSLoader)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

%description
This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's
default ':utf8' layer it checks the input for correctness.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorarch}/*


%changelog

* Sat Jul 11 2015 abfonly <abfonly@gmail.com> 0.6.0-1
- (ea19aa1) Log: Update to 0.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13250 |14cu|perl-PerlIO-via-dynamic-0.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 PerlIO-via-dynamic
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl module that helps creating dynamic PerlIO layers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Internals)
BuildArch:	noarch

%description
PerlIO::via::dynamic is used for creating dynamic PerlIO layers.
It is useful when the behavior or the layer depends on variables.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README CHANGES
%{perl_vendorlib}/*
%{_mandir}/man3/* 


%changelog

* Tue Apr 07 2015 abfonly <John@smith.org> 0.140.0-1
- (24d3615) Log: Update to 0.140.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13251 |14cu|perl-Perl-Metrics-Simple-0.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Metrics-Simple
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Methods analyzing a single file

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp) >= 1.360.0
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Readonly::XS)
BuildRequires:	perl(Statistics::Basic::Mean)
BuildRequires:	perl(Statistics::Basic::Median)
BuildRequires:	perl(Statistics::Basic::StdDev)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Module::Build)



BuildArch:	noarch

%description
*Perl::Metrics::Simple* provides just enough methods to run static analysis
of one or many Perl files and obtain a few metrics: packages, subroutines,
lines of code, and an approximation of cyclomatic (mccabe) complexity for
the subroutines and the "main" portion of the code.

*Perl::Metrics::Simple* is far simpler than the Perl::Metrics manpage.

Installs a script called *countperl*.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README EXAMPLES META.json Todo
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jun 29 2015 abfonly <John@smith.org> 0.180.0-1
- (e3aae87) Log: Update to 0.180.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13252 |14cu|perl-Perl-MinimumVersion-1.380.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-MinimumVersion
%define upstream_version 1.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Find a minimum required version of perl for Perl code


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::Find::Rule::Perl)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Perl::Critic::Utils)
BuildRequires:	perl(Test::Script)
BuildRequires:	perl(version) >= 0.76
BuildRequires:	perl-devel

BuildArch:	noarch

%description
'Perl::MinimumVersion' takes Perl source code and calculates the minimum
version of perl required to be able to run it. Because it is based on the
PPI manpage, it can do this without having to actually load the code.

Currently it tests both the syntax of your code, and the use of explicit
version dependencies such as 'require 5.005'.

Future plans are to also add support for tracing module dependencies.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc LICENSE README Changes
%{_mandir}/man?/*
%{perl_vendorlib}/*
%{_bindir}/perlver

%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.380.0-2
+ Revision: b8f901a
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13253 |14cu|perl-Perl-OSType-1.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-OSType
%define upstream_version 1.008

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Map Perl operating system names to generic types

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::More) >= 1.1.9
### TODO: rebuild constant with right Provides ###
BuildRequires:	perl-constant >= 1.330.0
BuildRequires:	perl(File::Spec) >= 3.470.0
BuildRequires:	perl(CPAN::Meta) >= 2.150.5

BuildArch:	noarch

%description
Modules that provide OS-specific behaviors often need to know if the
current operating system matches a more generic type of operating systems.
For example, 'linux' is a type of 'Unix' operating system and so is
'freebsd'.

This module provides a mapping between an operating system name as given by
'$^O' and a more generic type. The initial version is based on the OS type
mappings provided in the Module::Build manpage and the ExtUtils::CBuilder
manpage. (Thus, Microsoft operating systems are given the type 'Windows'
rather than 'Win32'.)

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 1.8.0-1
- (789ae81) Log: Update to 1.8.0, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13254 |14cu|perl-Perl-PrereqScanner-1.23.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-PrereqScanner
%define upstream_version 1.023

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Scan for modules loaded with superclass.pm
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.124
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(FindBin)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Getopt::Long::Descriptive)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Path)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(PPI)
BuildRequires: perl(PPI::Document)
BuildRequires: perl(Params::Util)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(String::RewritePrefix)
BuildRequires: perl(Test::More)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(base)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildArch: noarch

%description
The scanner will extract loosely your distribution prerequisites from your
files.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Apr 06 2015 abfonly <John@smith.org> 1.23.0-1
- (b119d4b) Log: Update to 1.23.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13255 |14cu|perl-Perl-Version-1.13.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-Version
%define upstream_version 1.013

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Parse and manipulate Perl version strings
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::Manifest)
BuildRequires: perl(File::Slurp::Tiny)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod::Coverage) 
BuildRequires: perl(Module::Manifest::Skip) >= 0.230.0
BuildRequires: perl(ExtUtils::Manifest) >= 1.700.0

BuildArch: noarch

%description
Perl::Version provides a simple interface for parsing, manipulating and
formatting Perl version strings.

Unlike version.pm (which concentrates on parsing and comparing version
strings) Perl::Version is designed for cases where you'd like to parse a
version, modify it and get back the modified version formatted like the
original.

For example:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_bindir}/perl-reversion
%{_mandir}/man3/*
%{_mandir}/man1/*
%{perl_vendorlib}/*


%changelog

* Mon Apr 06 2015 abfonly <John@smith.org> 1.13.0-1
- (3e45200) Log: update to 1.13.0, Fixed BR, fixed tests, rewrite spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13256 |14cu|perl-Petal-2.230.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Petal
%define upstream_version 2.23

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Documents Petal's deprecated syntax
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(MKDoc::XML)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Harness)
BuildRequires:	perl(CGI)
BuildRequires:	perl(Lingua::31337)
BuildRequires:	perl(Locale::Maketext::Gettext)

BuildArch:	noarch


%description
This document contains some examples of Petal template usage. Most of these
examples deal with using Petal to generate HTML files from HTML templates.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/Petal.pm
%{perl_vendorlib}/Petal


%changelog

* Tue Apr 07 2015 abfonly <John@smith.org> 2.230.0-1
- (eb9240e) Log: Update to 2.230.0, switch to rosa versioning, fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13257 |14cu|perl-PHP-Include-0.360.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PHP-Include
%define upstream_version 0.36

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Include PHP files in Perl
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/PHP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Filter::Simple)
BuildRequires: perl(Parse::RecDescent)
BuildArch: noarch

%description
PHP::Include builds on the shoulders of Filter::Simple and
Parse::RecDescent to provide a Perl utility for including very simple PHP
Files from a Perl program.

When working with Perl and PHP it is often convenient to be able to share
configuration data between programs written in both languages. One solution
to this would be to use a language independent configuration file (did I
hear someone say XML?). Another solution is to use Perl's flexibility to
read PHP and rewrite it as Perl. PHP::Include does the latter with the help
of Filter::Simple and Parse::RecDescent to rewrite very simple PHP as Perl.

Filter::Simple is used to enable macros (at the moment only one) which
cause PHP to be interpolated into your Perl source code, which is then
parsed using a Parse::RecDescent grammar to generate the appropriate Perl.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Apr 07 2015 abfonly <John@smith.org> 0.360.0-1
- (86f704a) Log: Update to 0.360.0, switch to rosa versioning policy, rewrite spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13258 |14cu|perl-Pithub-0.10.280-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pithub
%define upstream_version 0.01028

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Github v3 Pull Request Comments API

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Array::Iterator)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Slurp)
BuildRequires: perl(HTTP::Message)
BuildRequires: perl(JSON)
BuildRequires: perl(LWP::Protocol::https)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Moo)
BuildRequires: perl(Test::Most)
BuildRequires: perl-devel
BuildRequires: perl(strictures)
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Cache::LRU)
BuildRequires: perl(Import::Into)

BuildArch:  noarch

%description
the Pithub manpage provides a set of modules to access the
http://developer.github.com/v3/ in an object oriented way. There is also
the Net::GitHub manpage which does the same for all the versions (v1, v2,
v3) of the Github API. the Pithub manpage supports all API calls so far,
but only for v3.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README examples
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 0.10.280-1
- (5600310) Log: Update to 0.10.280, backported missing BR, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13259 |14cu|perl-Plack-1.3.900-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack
%define upstream_version 1.0039

# libapreq that provides perl(Apache::Request) is deprecated , 
# and libapreq2 don't provide anymore Apache::Request but Apache2::Request
# see Requires.Symbianflo
%define __noautoreq 'perl\\(Apache::Request\\)'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Apache::LogFormat::Compiler) >= 0.120.0
BuildRequires: perl(Devel::StackTrace) >= 1.230.0
BuildRequires: perl(Devel::StackTrace::AsHTML) >= 0.110.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::ShareDir) >= 1.0.0
BuildRequires: perl(File::ShareDir::Install) >= 0.30.0
BuildRequires: perl(Filesys::Notify::Simple)
BuildRequires: perl(HTTP::Body) >= 1.60.0
BuildRequires: perl(HTTP::Message) >= 5.814.0
BuildRequires: perl(HTTP::Tiny)
BuildRequires: perl(Hash::MultiValue)
BuildRequires: perl(Pod::Usage) >= 1.360.0
BuildRequires: perl(Stream::Buffered) >= 0.20.0
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::TCP)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(URI) >= 1.590.0
BuildRequires: perl(parent)
BuildRequires: perl(HTTP::Headers::Fast)
BuildRequires: perl(Cookie::Baker)
BuildRequires: perl(Log::Dispatch::Array)
BuildRequires: perl(CGI)
# optional tests
BuildRequires: perl(CGI::Compile)
BuildRequires: perl(IO::Handle::Util)
BuildRequires: perl(Log::Log4perl)
BuildRequires: perl(Log::Dispatch)
BuildRequires: perl(Module::Refresh)
BuildRequires: perl(CGI::Emulate::PSGI)
BuildRequires: perl(MIME::Types)
BuildRequires: perl(LWP::Protocol::http10)
BuildRequires: perl(HTTP::Request::AsCGI)
BuildRequires: perl(FCGI)
BuildRequires: perl(FCGI::ProcManager)
BuildRequires: perl(Authen::Simple::Passwd)
#
BuildRequires: perl-devel
BuildRequires: perl-asa

# Please keep this to replace Apache::Request. Symbianflo
Requires:	perl(Apache2::Request)

BuildArch:  noarch

%description
Plack is a set of tools for using the PSGI stack. It contains middleware
components, a reference server and utilities for Web application
frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI.

See the PSGI manpage for the PSGI specification and the PSGI::FAQ manpage
to know what PSGI and Plack are and why we need them.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

find %{buildroot} -size 0 -delete

%files
%doc Changes LICENSE META.json META.yml README eg
%{_bindir}/*
%{_mandir}/man?/*
%{perl_vendorlib}/*

%changelog

* Sat Jul 09 2016 abfonly <abfonly@gmail.com> 1.3.900-1
- (ee584c9) Merge pull request #1 from perl_modules/perl-Plack:rosa2014.1
- (ee584c9) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13260 |14cu|perl-Plack-Middleware-FixMissingBodyInRedirect-0.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack-Middleware-FixMissingBodyInRedirect
%define upstream_version 0.12

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Set body for redirect response, if it's not already set


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/authors/id/S/SW/SWEETKID/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp::Always)
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(Plack::Builder)
BuildRequires: perl(Plack::Middleware)
BuildRequires: perl(Plack::Test)
BuildRequires: perl(Plack::Util)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildRequires: perl(parent)

BuildArch: noarch

%description
This module sets body in redirect response, if it's not already set.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
make test

%install
%makeinstall_std

%files
%doc README LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Tue Apr 07 2015 abfonly <John@smith.org> 0.120.0-1
- (c9e8a09) Log: Update to 0.120.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13261 |14cu|perl-Plack-Middleware-MethodOverride-0.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack-Middleware-MethodOverride
%define upstream_version 0.14

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    No summary found
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Plack/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Plack) >= 0.992.900
BuildRequires: perl(Test::Builder) >= 0.700.0
BuildRequires: perl(Test::More) >= 0.700.0
BuildRequires: perl(URI)
BuildArch:  noarch

%description
Writing RESTful apps is a good thing, but if you're also trying to
support web browsers, you're probably going to need some hackish
workarounds. This module provides one such workaround for your Plack
applications.

Specifically, you can also use a header named X-HTTP-Method-Override (as
used by Google for its APIs) override the POST request method. Or you
can add a parameter named x-tunneled-method to your form action's query.
Either way, the overriding works only via POST requests, not GET.

If either of these attributes are available in a POST request, the
REQUEST_METHOD key of the Plack environment hash will be replaced with
its value. This allows your apps to override any HTTP method over POST.
If your application needs to know that such overriding has taken place,
the original method is stored under the plack.original_request_method
key in the Plack environment hash.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml META.json LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 09 2015 abfonly <abfonly@gmail.com> 0.140.0-1
- (1d894cd) Log: Update to 0.140.0, switch to MakeMaker build.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13262 |14cu|perl-Plack-Middleware-RemoveRedundantBody-0.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Plack-Middleware-RemoveRedundantBody
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Removes body for HTTP response if it's not required


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Plack/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(Carp::Always)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(Plack::Builder)
BuildRequires: perl(Plack::Middleware)
BuildRequires: perl(Plack::Test)
BuildRequires: perl(Plack::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

BuildArch: noarch

%description
This module removes body in HTTP response, if it's not required.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Tue Apr 07 2015 abfonly <John@smith.org> 0.50.0-1
- (9f9fdbb) Log: Update to 0.50.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13263 |14cu|perl-Plack-Test-Agent-1.400.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Plack-Test-Agent
%define upstream_version 1.4

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	OO interface for testing low-level Plack/PSGI apps
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Plack/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(HTTP::Server::Simple::PSGI)
BuildRequires:	perl(Modern::Perl)
BuildRequires:	perl(Plack::Loader)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Test::TCP)
BuildRequires:	perl(Test::WWW::Mechanize)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(HTTP::Cookies)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(Modern::Perl)
BuildRequires:	perl(Plack::Request)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(utf8)
BuildRequires:	perl(HTTP::Message::PSGI)
BuildRequires:	perl(HTTP::Request::Common)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(Plack::Loader)
BuildRequires:	perl(Plack::Util::Accessor)
BuildRequires:	perl(parent)
BuildRequires:	perl(strict)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Plack::Test::Agent is an OO interface to test PSGI applications. It can
perform GET and POST requests against PSGI applications either in process or
over HTTP through a [Plack::Handler](https://metacpan.org/pod/Plack::Handler)
compatible backend.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%make_install

%files
%doc Changes LICENSE META.json META.yml README.md
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Thu Sep 24 2015 abfonly <abfonly@gmail.com> 1.400.0-1
- (1894c6f) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13264 |14cu|perl-Pod-Elemental-0.103.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Elemental
%define upstream_version 0.103004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A Pod =command element

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Implementation)
BuildRequires:	perl(Encode)
BuildRequires:	perl(Mixin::Linewise::Readers)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Pod::Eventual::Simple)
BuildRequires:	perl(String::RewritePrefix)
BuildRequires:	perl(String::Truncate)
BuildRequires:	perl(Sub::Exporter::ForMethods)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
This is a test. How many times do I need to tell you that?

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 0.103.4-1
- (af85187) Log: Update to 0.103.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13265 |14cu|perl-Pod-Elemental-Transformer-WikiDoc-0.93.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Elemental-Transformer-WikiDoc
%define upstream_version 0.093004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A transformer to replace "wikidoc" data regions with Pod5 elements

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/Pod-Elemental-Transformer-WikiDoc-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Pod::Weaver::Role::Dialect)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Autobox)
BuildRequires:	perl(Pod::Elemental)
BuildRequires:	perl(Pod::WikiDoc)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
A transformer to replace "wikidoc" data regions with Pod5 elements

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 0.93.4-1
- (4fa2d36) Log: Update to 0.93.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13266 |14cu|perl-podlinkcheck-12.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    podlinkcheck
%define upstream_version 12

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    No summary found
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/App/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find::Iterator)
BuildRequires: perl(File::Spec) >= 0.800.0
BuildRequires: perl(File::Temp)
BuildRequires: perl(IPC::Run)
BuildRequires: perl(List::Util)
BuildRequires: perl(Locale::TextDomain)
BuildRequires: perl(Pod::Find)
BuildRequires: perl(Pod::Simple)
BuildRequires: perl(Test::More)
BuildRequires: perl(constant::defer)

# We have texi2html that provides Locale/TextDomain.pm
# this will confuse the install of BR
BuildRequires: perl-libintl-perl
# Symbianflo

BuildArch:  noarch

%description
This is an internal part of PodLinkCheck.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc COPYING Changes META.yml MYMETA.yml SIGNATURE
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Fri Jun 05 2015 abfonly <abfonly@gmail.com> 12.0.0-3
- (686ae46) Fixed BR enable tests, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13267 |14cu|perl-Pod-Markdown-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Markdown
%define upstream_version 2.002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Convert POD to Markdown
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(List::Util)
BuildRequires: perl(Pod::Simple)
BuildRequires: perl(Pod::Simple::Methody)
BuildRequires: perl(Symbol)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::More)
BuildRequires: perl(base)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

BuildArch: noarch

%description
This module uses the Pod::Simple manpage to convert POD to Markdown.

Literal characters in Pod that are special in Markdown (like *asterisks*)
are backslash-escaped when appropriate.

By default 'markdown' and 'html' formatted regions are accepted. Regions of
'markdown' will be passed through unchanged. Regions of 'html' will be
placed inside a '<div>' tag so that markdown characters won't be processed.
Regions of ':markdown' or ':html' will be processed as POD and included. To
change which regions are accepted use the the Pod::Simple manpage API:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.json LICENSE META.yml Changes
%{_bindir}/pod2markdown
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 11 2015 abfonly <John@smith.org> 2.2.0-1
- (ee8e615) Log: Update to 2.2.0, fied BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13268 |14cu|perl-Pod-Parser-1.620.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Parser
%define upstream_version 1.62

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Base class for parsing pod documents
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl-devel
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(Test::More) >= 0.600.0
BuildArch:  noarch

%description
*Pod::Find* provides a set of functions to locate POD files. Note that no
function is exported by default to avoid pollution of your namespace, so be
sure to specify them in the *use* statement if you need them:

  use Pod::Find qw(pod_find);

From this version on the typical SCM (software configuration management)
files/directories like RCS, CVS, SCCS, .svn are ignored.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod -x README CHANGES ANNOUNCE TODO

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
for i in %{buildroot}/%{_bindir}/*; do mv $i $i-%{upstream_version}; done

%files
%doc ANNOUNCE CHANGES META.yml MYMETA.yml README TODO
%{_bindir}/*
%{_mandir}/man*/*
%{perl_vendorlib}/*



%changelog
* Tue Nov 18 2014 abfonly <abfonly@gmail.com> 1.620.0-1
+ Revision: 873fc9f
- Merge pull request #1 from perl_modules/perl-Pod-Parser:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13269 |14cu|perl-Pod-POM-0.290.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Pod-POM
%define upstream_version 0.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	POD Object Model

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/Pod-POM-%{upstream_version}.tar.gz

BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(YAML::Any)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
This module implements a parser to convert Pod documents into a simple object
model form known hereafter as the Pod Object Model. The object model is
generated as a hierarchical tree of nodes, each of which represents a different
element of the original document. The tree can be walked manually and the nodes
examined, printed or otherwise manipulated. In addition, Pod::POM supports and
provides view objects which can automatically traverse the tree, or section
thereof, and generate an output representation in one form or another.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README TODO
%{_bindir}/*
%{perl_vendorlib}/Pod
%{_mandir}/*/*



%changelog
* Wed Jan 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.290.0-4
+ Revision: d9b44ce
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13270 |14cu|perl-Pod-POM-Web-1.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-POM-Web
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Fulltext search for Pod::POM::Web


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Alien::GvaScript)
BuildRequires:	perl(Config)
BuildRequires:	perl(Encode::Guess)
BuildRequires:	perl(HTTP::Daemon)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(MIME::Types)
BuildRequires:	perl(Module::CoreList)
BuildRequires:	perl(POSIX)
BuildRequires:	perl(Pod::POM)
BuildRequires:	perl(Pod::POM::View::HTML)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(URI)
BuildRequires:	perl(URI::QueryParam)
BuildRequires:	perl(Module::Build::Compat)
# for check
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl-doc

BuildArch:	noarch

%description
the Pod::POM::Web manpage is a Web application for browsing the
documentation of Perl components installed on your local machine. Since
pages are dynamically generated, they are always in sync with code actually
installed.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Nov 28 2014 abfonly <abfonly@gmail.com> 1.200.0-3
+ Revision: f31569f
- Merge pull request #1 from abfonly/perl-Pod-POM-Web:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13271 |14cu|perl-Pod-Spell-1.170.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Spell
%define upstream_version 1.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A formatter for spellchecking Pod

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Pod::Escapes)
BuildRequires: perl(File::ShareDir::ProjectDistDir)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Lingua::EN::Inflect)
BuildRequires: perl(File::ShareDir::Install)
BuildRequires:	perl(Pod::Parser)
BuildRequires:	perl(Text::Wrap)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Pod::Spell is a Pod formatter whose output is good for spellchecking.
Pod::Spell rather like Pod::Text, except that it doesn't put much effort
into actual formatting, and it suppresses things that look like Perl
symbols or Perl jargon (so that your spellchecking program won't complain
about mystery words like "'$thing'" or "'Foo::Bar'" or "hashref").

This class provides no new public methods. All methods of interest are
inherited from Pod::Parser (which see). The especially interesting ones are
'parse_from_filehandle' (which without arguments takes from STDIN and sends
to STDOUT) and 'parse_from_file'. But you can probably just make do with
the examples in the synopsis though.

This class works by filtering out words that look like Perl or any form of
computerese (like "'$thing'" or "'N>7'" or "'@{$foo}{'bar','baz'}'",
anything in C<...> or F<...> codes, anything in verbatim paragraphs
(codeblocks), and anything in the stopword list. The default stopword list
for a document starts out from the stopword list defined by Pod::Wordlist,
and can be supplemented (on a per-document basis) by having '"=for
stopwords"' / '"=for :stopwords"' region(s) in a document.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man?/*
%{perl_vendorlib}/Pod
%{perl_vendorlib}/auto/share/dist/Pod-Spell
%{_bindir}/podspell

%changelog

* Mon Mar 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.170.0-1
- (c303bb1) Updated to 1.17 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13272 |14cu|perl-Pod-Spell-CommonMistakes-1.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Spell-CommonMistakes
%define upstream_version 1.002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6
Summary:	Holds the wordlist data for Pod::Spell::CommonMistakes
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(Pod::Spell)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
This module looks for any typos in your POD. It differs from the Pod::Spell
manpage or the Test::Spelling manpage because it uses a custom wordlist and
doesn't use the system spellchecker. The idea for this came from the the
http://wiki.debian.org/Teams/Lintian manpage code in Debian, thanks!

To use this, just pass it a filename that has POD in it and you'll get a
hashref back. If the hashref is empty that means the checker found no
misspelled words. If it contains keys, then the keys are the bad words and
the values are the suggested spelling.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri Jun 17 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-6
- (98b5606) Up to 1.002



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13273 |14cu|perl-Pod-ToDemo-1.201.107.90-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-ToDemo
%define upstream_version 1.20110709

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Writes a demo program from a tutorial POD

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Pod::ToDemo allows you to write POD-only modules that serve as tutorials which
can write out demo programs if you invoke them directly.  That is, while
SDL::Tutorial is a tutorial on writing beginner SDL applications with Perl,
you can invoke it as:

  $ perl -MSDL::Tutorial=sdl_demo.pl -e 1

and it will write a bare-bones demo program called sdl_demo.pl based on the
tutorial.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm -f t/0-signature.t

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Pod



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.201.107.90-7
+ Revision: a608458
- Move to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13274 |14cu|perl-Pod-Weaver-PluginBundle-MARCEL-1.102.460-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Weaver-PluginBundle-MARCEL
%define upstream_version 1.102460

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Build POD documentation like MARCEL
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Pod::Weaver::Config::Assembler)
BuildRequires:	perl(Pod::Weaver::Section::Availability)
BuildRequires:	perl(Pod::Weaver::Section::BugsAndLimitations)
BuildRequires:	perl(Pod::Weaver::Section::Installation)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Log::Dispatch::Array)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(aliased)
BuildRequires:	perl(CPAN::Meta::Merge)

BuildArch: noarch

%description
This is the bundle used by default for my distributions. It is nearly
equivalent to the following:

    [@CorePrep]

    [Name]
    [Version]
.
%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Sat Jun 06 2015 abfonly <John@smith.org> 1.102.460-1
- (8665e33) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13275 |14cu|perl-Pod-Weaver-Section-Availability-1.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Weaver-Section-Availability
%define upstream_version 1.20

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Add an AVAILABILITY pod section
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Dist::Zilla::Plugin::Bugtracker)
BuildRequires: perl(Dist::Zilla::Plugin::Homepage)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Autobox)
BuildRequires: perl(Pod::Weaver::Role::Section)
BuildRequires: perl(Test::More)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildArch:  noarch

%description
This section plugin will produce 
a hunk of Pod that refers the user to
the distribution's homepage 
and development versions.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Sat Jun 06 2015 abfonly <John@smith.org> 1.200.0-1
- (b655d39) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13276 |14cu|perl-Pod-Weaver-Section-BugsAndLimitations-1.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Weaver-Section-BugsAndLimitations
%define upstream_version 1.20

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Add a BUGS AND LIMITATIONS pod section
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Dist::Zilla::Plugin::Bugtracker)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Autobox)
BuildRequires: perl(Pod::Weaver::Role::Section)
BuildRequires: perl(Test::More)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildArch:  noarch

%description
This section plugin will produce a hunk of Pod that refers to the
bugtracker URL.

You need to use Dist::Zilla::Plugin::Bugtracker in your "dist.ini" file,
because this plugin relies on information that other plugin generates.

weave_section
adds the "BUGS AND LIMITATIONS" section.


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Sat Jun 06 2015 abfonly <John@smith.org> 1.200.0-1
- (eeb7d87) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13277 |14cu|perl-Pod-Weaver-Section-Installation-1.101.421-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Weaver-Section-Installation
%define upstream_version 1.101421

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Add an INSTALLATION pod section
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Autobox)
BuildRequires: perl(Pod::Weaver::Role::Section)
BuildRequires: perl(Test::More)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildArch:  noarch

%description
This section plugin will produce a hunk of Pod 
that describes how to install the distribution.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Sat Jun 06 2015 abfonly <John@smith.org> 1.101.421-1
- (f84ee2a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13278 |14cu|perl-POE-1.367.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 POE
%define upstream_version 1.367

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Epoch:		2

Summary:	Portable multitasking and networking framework for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz
# This upstream_name naming scheme does not follow path names...

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Carp)
BuildRequires:	perl(Errno)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO)
BuildRequires:	perl(POSIX)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Test::Harness)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(Curses)
BuildRequires:	perl(IO::Pipely)
BuildRequires:	perl(IO::Pty)
BuildRequires:	perl(IO::Tty)
# perl-POE-Test-Loops circular test dep.
# rebuild it each time against the new POE
BuildRequires:	perl(POE::Test::Loops) >= 1.360.0
#
BuildRequires:	perl(Socket6)
BuildRequires:	perl(Term::ReadKey)
BuildRequires:	perl(LWP)
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl(Email::MIME::RFC2047)
BuildRequires:	perl(Term::Size)
BuildRequires:	perl(Socket::GetAddrInfo)
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(Socket)

BuildArch:	noarch

Provides:	perl(POE::Resource::Controls)

%description
POE is a framework for cooperative, event driven multitasking in Perl.

POE originally was developed as the core of a persistent object server and
runtime environment. It has evolved into a general purpose multitasking and
networking framework, encompassing and providing a consistent interface to
other event loops such as Event and the Tk and Gtk toolkits.

POE is a mature framework for creating multitasking programs in Perl.  It has
been in active development since 1998.  It has been used in mission-critical
systems such as internetworked financial markets, file systems, commerce and
application servers.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 755 examples
chmod 755 examples/*.perl

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor --default
%make

%check
DISPLAY= make test

%install
%makeinstall_std

%files
%doc CHANGES HISTORY README examples TODO META.yml META.json
%{perl_vendorlib}/POE
%{perl_vendorlib}/*.pm
%{_mandir}/man3/*



%changelog

* Sun Oct 18 2015 abfonly <abfonly@gmail.com> 2:1.367.0-2
- (237f758) Log: Update to 1.367.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13279 |14cu|perl-POE-Component-Client-HTTP-0.949.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-Client-HTTP
%define upstream_version 0.949

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Non-blocking/parallel web requests engine
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Response)
BuildRequires: perl(Net::HTTP::Methods)
BuildRequires: perl(POE) >= 1.366.0
BuildRequires: perl(POE::Component::Client::Keepalive) >= 0.272.0
BuildRequires: perl(Test::POE::Server::TCP)
BuildRequires: perl(Socket::GetAddrInfo)
BuildRequires: perl(URI)
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl-devel

BuildArch: noarch


%description
The HTTPHead filter turns stream data that has the appropriate format
into a HTTP::Response object. In an all-POE world, this would sit on
the other end of a connection as POE::Filter::HTTPD/

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std


%files
%doc CHANGES README
%{_mandir}/man3/*
%perl_vendorlib/POE

%changelog

* Sat Apr 11 2015 abfonly <John@smith.org> 0.949.0-1
- (0ff5c21) Log : Update to 0.949.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13280 |14cu|perl-POE-Component-Client-Keepalive-0.272.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-Client-Keepalive
%define upstream_version 0.272

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	Manage connections, with keep-alive

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Net::IP)
BuildRequires:	perl(POE)
BuildRequires:	perl(POE::Component::Client::DNS)
BuildRequires:	perl(POE::Component::Resolver)
BuildRequires:	perl(Net::IP::Minimal)

BuildArch:	noarch

%description
POE::Component::Client::Keepalive creates and manages connections for
other components. It maintains a cache of kept-alive connections for
quick reuse. It is written specifically for clients that can benefit
from kept-alive connections, such as HTTP clients. Using it for one-shot
connections would probably be silly.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Apr 11 2015 abfonly <John@smith.org> 1:0.272.0-1
- (7643d74) Log: Update to 0.272.0, import missing BR, fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13281 |14cu|perl-POE-Component-IKC-0.2402-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# perl conversion not applied , I won't epoch it. Symbianflo.

%define upstream_name    POE-Component-IKC
%define upstream_version 0.2402



Name:		perl-%{upstream_name}
Version:	%{upstream_version}
Release:	1

License:	GPL or Artistic
Group:		Development/Perl
Summary:	POE IKC proxy session

Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(POE)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Data::Dump)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Devel::Size)
BuildRequires:	perl(POE::Test::Loops)

BuildArch:	noarch

%description
This is Inter-Kernel Communication for POE.  It is used to get events
from one POE kernel to another

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 0.2402-1
- (715b547) Log: update to 0.2402,fixed BR, keep the unconverted version, I don't do epoch.Symbianflo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13282 |14cu|perl-POE-Component-IRC-6.880.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  POE-Component-IRC
%define upstream_version 6.88

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A fully event-driven IRC client module

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Date::Format)
BuildRequires:	perl(IRC::Utils)
BuildRequires:	perl(Object::Pluggable)
BuildRequires:	perl(POE::Filter::IRCD)
BuildRequires:	perl(POE::Component::Client::DNS)
BuildRequires:	perl(POE::Component::Client::Ident)
BuildRequires:	perl(POE::Component::Pluggable)
BuildRequires:	perl(POE::Component::Syndicator)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
POE::Component::IRC is a POE (Perl Object Environment) component
which provides a convenient way for POE applications to create a tiny
IRC client session and send and receive IRC events through it. If that
first sentence was a bit too much, go read the POE documentation over
and over until it makes some sense.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 README Changes
find lib -name \*.pm | xargs chmod 644

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes examples
%{perl_vendorlib}/POE
%{_mandir}/*/*



%changelog

* Sun Apr 12 2015 abfonly <John@smith.org> 6.880.0-1
- (82807df) Log: Update to 6.880.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13283 |14cu|perl-POE-Component-SmokeBox-Recent-1.460.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-SmokeBox-Recent
%define upstream_version 1.46

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	An extremely minimal HTTP client

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CPAN::Recent::Uploads)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTTP::Date)
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(Net::IP)
BuildRequires:	perl(Net::IP::Minimal)
BuildRequires:	perl(POE)
BuildRequires:	perl(POE::Component::Client::DNS)
BuildRequires:	perl(POE::Filter::HTTP::Parser)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::POE::Client::TCP)
BuildRequires:	perl(Test::POE::Server::TCP)
BuildRequires:	perl(URI)
Requires:	perl(POE::Component::Client::DNS)
Requires:	perl(Test::POE::Client::TCP)
Requires:	perl(CPAN::Recent::Uploads)
BuildArch:	noarch

%description
POE::Component::SmokeBox::Recent is a the POE manpage component for
retrieving recently uploaded CPAN distributions from the CPAN mirror of
your choice.

It accepts a url and an event name and attempts to download and parse the
RECENT file from that given url.

It is part of the SmokeBox toolkit for building CPAN Smoke testing
frameworks.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
export PERL_MM_USE_DEFAULT=1
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.460.0-1
- (52ef04b) Updated to 1.46



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13284 |14cu|perl-POE-Component-SSLify-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Component-SSLify
%define upstream_version 1.012

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Server-side handle for SSLify
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/POE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Net::SSLeay)
BuildRequires: perl(POE)
BuildRequires: perl(POE::Component::Client::TCP)
BuildRequires: perl(POE::Component::Server::TCP)
BuildRequires: perl(POE::Filter::Stream)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Socket)
BuildRequires: perl(Symbol)
BuildRequires: perl(Task::Weaken)
BuildRequires: perl(Test::FailWarnings)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(ExtUtils::Helpers) 
BuildRequires: perl(ExtUtils::InstallPaths)
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl-devel

BuildArch: noarch

%description
This component is a method to simplify the SSLification of a socket before
it is passed to a the POE::Wheel::ReadWrite manpage wheel in your
application.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
# perl(Test::More) is too old for this tests , needed 1.001002
# we have 0.98.Sflo
rm -fr t/00-ssleay-info.t \
  t/connect_hook.t \
  t/connect_hook_nodata.t \
  t/connfail_client.t \
  t/connfail_server.t \
  t/renegotiate_client.t \
  t/renegotiate_client_pings.t \
  t/renegotiate_server.t \
  t/simple.t \
  t/simple_large.t \
  t/simple_parallel.t \
  t/simple_parallel_large.t \
  t/simple_parallel_superbig.t \
  t/simple_superbig.t \
  t/upgrade.t

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README LICENSE META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 11 2015 abfonly <John@smith.org> 1.12.0-1
- (a824acf) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13285 |14cu|perl-POE-Test-Loops-1.360.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POE-Test-Loops
%define upstream_version 1.360

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Reusable tests for POE::Loop authors

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/POE/POE-Test-Loops-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(POE) == 1.367.0

Requires:	perl(POE) == 1.367.0

BuildArch:	noarch

%description
POE::Test::Loops contains one function, generate(), which will generate all
the loop tests for one or more POE::Loop subclasses.

The the /SYNOPSIS manpage example is a version of the poe-gen-tests
manpage, which is a stand-alone utility to generate the actual tests. the
poe-gen-tests manpage also documents the POE::Test::Loops system in more
detail.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{_mandir}/man3/*
%{_mandir}/man1/poe-gen-tests.1*
%{perl_vendorlib}/POE
%{_bindir}/poe-gen-tests



%changelog

* Sun Oct 18 2015 abfonly <abfonly@gmail.com> 1.360.0-3
- (9ccbd8a) rebuild against the new perl-POE-1.367.0,
- (9ccbd8a) bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13286 |14cu|perl-POSIX-strftime-Compiler-0.400.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    POSIX-strftime-Compiler
%define upstream_version 0.40

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    GNU C library compatible strftime for loggers and servers
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/POSIX/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Module::Build) >= 0.380.0
BuildRequires: perl(POSIX)
BuildRequires: perl(Test::More) >= 0.980.0
BuildRequires: perl(Time::Local)
BuildArch:  noarch

%description
POSIX::strftime::Compiler provides GNU C library compatible strftime(3).
But this module will not affected by the system locale. This feature is
useful when you want to write loggers, servers and portable applications.

For generate same result strings on any locale, POSIX::strftime::Compiler
wraps POSIX::strftime and converts some format characters to perl code

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml eg
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog
* Sat Nov 29 2014 abfonly <abfonly@gmail.com> 0.400.0-1
+ Revision: e194365
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13287 |14cu|perl-PostScript-Simple-0.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 PostScript-Simple
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Produce PostScript files from Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The PostScript::Simple module allows you to have a simple method of writing
PostScript files from Perl. It has graphics primitives that allow lines,
curves, circles, polygons and boxes to be drawn. Text can be added to the page
using standard PostScript fonts.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README TODO
%{perl_vendorlib}/PostScript/*
%{_mandir}/*/*



%changelog

* Sun Apr 12 2015 abfonly <John@smith.org> 0.90.0-1
- (e453d3a) Log: update to 0.90.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13288 |14cu|perl-PPI-1.220.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 PPI
%define upstream_version 1.220

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Parse, Analyze and Manipulate Perl without perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Clone)
BuildRequires:	perl(File::Remove)
BuildRequires:  perl(IO::String)
BuildRequires:	perl(IO::Stringy)
BuildRequires:	perl(List::Util)       >= 1.200.0
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Params::Util)
BuildRequires:  perl(Task::Weaken)
BuildRequires:	perl(Test::ClassAPI)
BuildRequires:	perl(Test::More)       >= 0.860.0
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::SubCalls)
BuildRequires:  perl(Test::Object)
BuildArch:	noarch

%description
PPI is a Perl document parser.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes
find lib -name '*.pm' | xargs chmod 644

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/PPI
%{perl_vendorlib}/PPI.pm
%{_mandir}/*/*

%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.220.0-2
+ Revision: 9219981
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13289 |14cu|perl-PPIx-EditorTools-0.190.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PPIx-EditorTools
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Introduces a temporary variable using PPI

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/PPIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::XSAccessor)
BuildRequires:	perl(PPI)
BuildRequires:	perl(PPI::Find)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Test::NoWarnings) >= 0.084
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(Pod::Parser)
BuildRequires:	perl(Module::Install)





BuildArch:	noarch

%description
Base class and utility methods for manipulating Perl via PPI. Pulled out
from the 'Padre::Task::PPI' code.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
rm -r inc/*

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sat Nov 22 2014 abfonly <abfonly@gmail.com> 0.190.0-1
+ Revision: 345943d
- Merge pull request #1 from perl_modules/perl-PPIx-EditorTools:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13290 |14cu|perl-PPIx-Regexp-0.36.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PPIx-Regexp
%define upstream_version 0.036

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Represent an independent subexpression marker

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/W/WY/WYANT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(PPI::Document)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
The purpose of the _PPIx-Regexp_ package is to parse regular expressions in
a manner similar to the way the PPI package parses Perl. This class forms
the root of the parse tree, playing a role similar to PPI::Document.

This package shares with PPI the property of being round-trip safe. That
is,

 my $expr = 's/ ( \d+ ) ( \D+ ) /$2$1/smxg';
 my $re = PPIx::Regexp->new( $expr );
 print $re->content() eq $expr ? "yes\n" : "no\n"

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.36.0-4
+ Revision: a13e369
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13291 |14cu|perl-PPIx-Utilities-1.1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PPIx-Utilities
%define upstream_version 1.001000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8
Summary:	A problem identified by L<PPIx::Utilities|PPIx::Utilities>

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/PPIx/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(PPI)
BuildRequires:	perl(PPI::Document)
BuildRequires:	perl(PPI::Document::Fragment)
BuildRequires:	perl(PPI::Dumper)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(base)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a collection of functions for dealing with the PPI manpage objects,
many of which originated in the Perl::Critic manpage. They are organized
into modules by the kind of PPI class they relate to, by replacing the
"PPI" at the front of the module name with "PPIx::Utilities", e.g.
functionality related to the PPI::Node manpages is in the
PPIx::Utilities::Node manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-8
+ Revision: 20e0d47
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13292 |14cu|perl-pQuery-0.230.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    pQuery
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A perl port of jQuery framework

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::TreeBuilder)
BuildArch:	noarch

%description
pQuery is a pragmatic attempt to port the jQuery JavaScript framework to
Perl. It is pragmatic in the sense that it switches certain JavaScript
idioms for Perl ones, in order to make the use of it concise. A primary
goal of jQuery is to "Find things and do things, concisely". pQuery has the
same goal.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Apr 12 2015 abfonly <John@smith.org> 0.230.0-1
- (d4b7445) Log: Update to 0.230.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13293 |14cu|perl-Proc-InvokeEditor-1.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Proc-InvokeEditor
%define upstream_version 1.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl extension for starting a text editor

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Proc/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp::Assert)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod::Coverage)

BuildArch:	noarch

%description
This module provides the ability to supply some text to an external text
editor, have it edited by the user, and retrieve the results.

The File::Temp module is used to provide secure, safe temporary files, and
File::Temp is set to its highest available level of security. This may
cause problems on some systems where no secure temporary directory is
available.

When the editor is started, no subshell is used. Your path will be scanned
to find the binary to use for each editor if the string given does not
exist as a file, and if a named editor contains whitespace, eg) if you try
to use the editor 'xemacs -nw', then the string will be split on whitespace
and anything after the editor name will be passed as arguments to your
editor. A shell is not used but this should cover most simple cases.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 META.yml

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/Proc/


%changelog

* Sun Apr 12 2015 abfonly <John@smith.org> 1.70.0-1
- (2ef5001) Log: Update to 1.70.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13294 |14cu|perl-Proc-ParallelLoop-0.500.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Proc-ParallelLoop
%define upstream_version 0.5

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5

Summary:    Parallel looping constructs for Perl programs
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Proc/%{upstream_name}-%{upstream_version}.tgz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module provides a way to easily write for loops and foreach loops that
run with a controlled degree of parallelism. One very nice feature is that
bufferring is used when necessary such that the output from STDERR and
STDOUT looks exactly as if it was produced by running your subroutine on
each parameter in plain old sequential fashion. Return status from each
loop iteration is also preserved.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Apr 12 2015 abfonly <John@smith.org> 0.500.0-5
- (d89f508) Log: Fixed rosa perl versioning, rewrite spec, fixwed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13295 |14cu|perl-Quota-1.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Quota
%define upstream_version 1.7.2
# private-shared-object-provides
%define __noautoprov 'Quota.so'


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Quota module for perl 
#http://search.cpan.org/~tomzo/Quota-1.7.2/Quota.pm#AUTHORS
#Since 2001 it is licensed under both the Perl Artistic License and version 2 or later of the 
#  GNU General Public License as published by the Free Software Foundation
License:	GPLv2+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TO/TOMZO/Quota-%{version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-base
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	quota-devel
BuildRequires:	quota
Requires:	quota

%description
The Quota module provides access to file system quotas. The quotactl
system call or ioctl is used to query or set quotas on the local host,
or queries are submitted via RPC to a remote host. Mount tables can be
parsed with getmntent and paths can be translated to device files (or
whatever the actual quotactl implementations needs as argument) of the
according file system.


%prep
%setup -qn %{upstream_name}-%{version}

# fix perl path
find -type f | xargs perl -pi -e "s|/usr/drwho/local/bin/perl|%{_bindir}/perl|g"
find -type f | xargs perl -pi -e "s|/usr/local/bin/perl|%{_bindir}/perl|g"

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# need kernel with quota support, no tests for now.
make test || :

%install
%makeinstall_std


%files
%doc CHANGES README contrib
%{perl_vendorarch}/auto/Quota
%{perl_vendorarch}/Quota.pm
%{_mandir}/*/*



%changelog

* Wed Jun 22 2016 abfonly <abfonly@gmail.com> 1.7.2-1
- (b3e2e9e) Log: Update to 1.7.2
- (b3e2e9e) Fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13296 |14cu|perl-Readonly-2.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Readonly
%define modver 2.00

Summary:	Facility for creating read-only scalars, arrays, hashes

Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	3
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/%{modname}/%{modname}-%{modver}.tar.gz
BuildArch:	noarch
BuildRequires:	perl-devel
BuildRequires: perl(Module::Build)
BuildRequires: perl(version) >= 1:0.880.0
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(JSON::PP)

%description
This is a facility for creating non-modifiable variables. This is useful for
configuration files, headers, etc. It can also be useful as a development and
debugging tool, for catching updates to variables that should not be changed.

If any of the values you pass to Scalar, Array, or Hash are references, then
those functions recurse over the data structures, marking everything as
Readonly. Usually, this is what you want:	the entire structure nonmodifiable.
If you want only the top level to be Readonly, use the alternate Scalar1,
Array1 and Hash1 functions.

Please note that most users of Readonly will also want to install a companion
module Readonly::XS. See the "CONS" section below for more details.

%prep
%setup -qn %{modname}-%{modver}

%build
%__perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files 
%doc Changes 
%{perl_vendorlib}/Readonly.pm
%{_mandir}/man3/*

%changelog
* Sun Jan 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-3
+ Revision: 3365f7e
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13297 |14cu|perl-recommended-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    recommended
%define upstream_version 0.003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Load recommended modules on demand when available
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

Provides:	perl(recommended) = %{EVRD}

BuildArch: noarch

%description
This works just like the recommended manpage, but a suggestion is less
strong than a recommendation. This is provided for self-documentation
purposes.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun May 24 2015 abfonly <abfonly@gmail.com> 0.3.0-1
- (19df5b2) Log: Update to 0.3.0, fixed provides, fixed BR.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13298 |14cu|perl-Reply-0.370.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Reply
%define upstream_version 0.37

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Tab completion for function names
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Config::INI::Reader::Ordered)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Devel::LexAlias)
BuildRequires: perl(Eval::Closure)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Package::Stash)
BuildRequires: perl(PadWalker)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Term::ANSIColor)
BuildRequires: perl(Term::ReadLine)
BuildRequires: perl(Test::More)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(base)
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildArch: noarch

%description
NOTE: This is an early release, and implementation details of this module
are still very much in flux. Feedback is welcome!

Reply is a lightweight, extensible REPL for Perl. It is plugin-based (see
the Reply::Plugin manpage), and through plugins supports many advanced
features such as coloring and pretty printing, readline support, and
pluggable commands.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_bindir}/reply
%{_mandir}/man3/*
%{_mandir}/man1/reply.1.*
%{perl_vendorlib}/*


%changelog
* Wed Feb 25 2015 John Smith <John@smith.org> 0.370.0-1
+ Revision: 8d8ba58
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13299 |14cu|perl-Return-Value-1.666.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Return-Value
%define upstream_version 1.666004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Polymorphic Return Values

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Return/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

BuildArch:	noarch

%description
Polymorphic return values are really useful. Often, we just want to know if
something worked or not. Other times, we'd like to know what the error text
was. Still others, we may want to know what the error code was, and what the
error properties were. We don't want to handle objects or data structures for
every single return value, but we do want to check error conditions in our code
because that's what good programmers do.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.yml META.json
%{perl_vendorlib}/Return
%{_mandir}/*/*


%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 1.666.4-1
- (6f9b80b) Log: Update to 1.666.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13300 |14cu|perl-Role-HasMessage-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Role-HasMessage
%define upstream_version 0.006

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A thing with a String::Errf-powered message

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(String::Errf)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(namespace::autoclean)
BuildArch:	noarch

%description
This is another extremely simple role. A class that includes
Role::HasMessage is promising to provide a 'message' method that returns a
string summarizing the message or event represented by the object. It does
_not_ provide any actual behavior.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 01 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-2
- (6cc6210) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13301 |14cu|perl-Role-Identifiable-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Role-Identifiable
%define upstream_version 0.007

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A thing with an ident attribute

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Role/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(Moose::Util::TypeConstraints)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This is an incredibly simple role. It adds a required 'ident' attribute
that stores a simple string, meant to identify exceptions.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Apr 12 2015 abfonly <John@smith.org> 0.7.0-1
- (cc88ef7) Log: Update to 0.7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13302 |14cu|perl-Router-Simple-0.170.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Router-Simple
%define upstream_version 0.17

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Submapper
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Router/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Class::Accessor::Lite)
BuildRequires: perl(List::Util)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
Router::Simple is a simple router class.

Its main purpose is to serve as a dispatcher for web applications.

Router::Simple can match against PSGI '$env' directly, which means it's
easy to use with PSGI supporting web frameworks.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 08 2015 abfonly <John@smith.org> 0.170.0-1
+ Revision: 032ec8a
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13303 |14cu|perl-Safe-Isa-1.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Safe-Isa
%define upstream_version 1.000005

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Call isa, can, does and DOES safely on things that may not be objects

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Safe/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter) >= 5.570.0
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl-devel


BuildArch:  noarch

%description
How many times have you found yourself writing:

  if ($obj->isa('Something')) {

and then shortly afterwards cursing and changing it to:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 1.0.5-1
- (da0ba84) Log: Update to 1.0.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13304 |14cu|perl-Search-GIN-0.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Search-GIN
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Generalized Inverted Indexing for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Search/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Stream::Bulk)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types::Path::Class)
BuildRequires:	perl(MooseX::Types::Set::Object)
BuildRequires:	perl(Scope::Guard)
BuildRequires:	perl(Set::Object)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::TempDir)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(File::NFSLock)
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(Test::TempDir::Tiny)
BuildRequires:	perl(Test::Deep::NoTest)

BuildArch:	noarch

%description
This is used by the KiokuDB manpage for custom indexing.

More documentation will be released shortly.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sun Apr 12 2015 abfonly <John@smith.org> 0.110.0-1
- (86baca2) Log: update to 0.110.0, fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13305 |14cu|perl-SelfLoader-1.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SelfLoader
%define upstream_version 1.20

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Automatic function loader (using __DATA__)

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel


BuildArch: noarch

%description
This module tells its users that functions in the FOOBAR package are to be
autoloaded from after the '__DATA__' token. See also the
perlsub/"Autoloading" manpage.

The __DATA__ token
    The '__DATA__' token tells the perl compiler that the perl code for
    compilation is finished. Everything after the '__DATA__' token is
    available for reading via the filehandle FOOBAR::DATA, where FOOBAR is
    the name of the current package when the '__DATA__' token is reached.
    This works just the same as '__END__' does in package 'main', but for
    other modules data after '__END__' is not automatically retrievable,
    whereas data after '__DATA__' is. The '__DATA__' token is not
    recognized in versions of perl prior to 5.001m.

    Note that it is possible to have '__DATA__' tokens in the same package
    in multiple files, and that the last '__DATA__' token in a given
    package that is encountered by the compiler is the one accessible by
    the filehandle. This also applies to '__END__' and main, i.e. if the
    'main' program has an '__END__', but a module 'require'd (_not_ 'use'd)
    by that program has a 'package main;' declaration followed by an
    ''__DATA__'', then the 'DATA' filehandle is set to access the data
    after the '__DATA__' in the module, _not_ the data after the '__END__'
    token in the 'main' program, since the compiler encounters the
    'require'd file later.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Sun Apr 12 2015 abfonly <John@smith.org> 1.200.0-1
- (e11672d) Log: Update to 1.200.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13306 |14cu|perl-Set-Scalar-1.290.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Set-Scalar
%define upstream_version 1.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Basic set operations


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Set/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Basic set operations.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{perl_vendorlib}/Set
%{_mandir}/*/*




%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.290.0-4
+ Revision: 9ed6ff8
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13307 |14cu|perl-Sidef-2.330.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'perl\\(Sidef\\)|perl\\(Sidef::Types::Bool::Bool\\)|perl\\(Sidef::Types::Number::Nan\\)|perl\\(Sidef::Types::Number::Number\\)'


%define upstream_name    Sidef
%define upstream_version 2.330001

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    The Sidef programming language
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Sidef/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dump)
BuildRequires: perl(Encode)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Getopt::Std)
BuildRequires: perl(List::Util)
BuildRequires: perl(Math::GMPq)
BuildRequires: perl(Math::GMPz)
BuildRequires: perl(Math::MPC)
BuildRequires: perl(Math::MPFR)
BuildRequires: perl(Math::Prime::Util::GMP)
BuildRequires: perl(Memoize)
BuildRequires: perl(POSIX)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Socket)
BuildRequires: perl(Term::ReadLine)
BuildRequires: perl(Test::More)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(parent)
BuildRequires: perl(utf8)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::Pod)

BuildArch: noarch

%description
Sidef is a modern, high-level, general-purpose programming language,
inspired by Ruby, Perl 6 and Go.

                **   **         ****   *           *********   *********
              * * ** * *        ****   **          ** ** **    ** ** **
               **   **          ****   ***         *********   *  *  *
      **        **        **    ****   *  *        ******      ******
    * * *     * * *     * * *   ****   ** **       ** **       ** **
     **        **        **     ****   ******      ******      *  *
           **   **              ****   *  *  *     *********   ***
         * * ** * *             ****   ** ** **    ** ** **    **
          **   **               ****   *********   *********   *

This is perl module for %{upstream_name}.

%files
%doc Changes LICENSE META.json META.yml
%{perl_vendorlib}/*
#-------------------------------------------------
%package -n %{upstream_name}

Requires:	%{name} = %{EVRD}

%description -n %{upstream_name}
Sidef is a modern, high-level, general-purpose programming language,
inspired by Ruby, Perl 6 and Go.

%files -n %{upstream_name}
%doc Changes LICENSE
%{_bindir}/sidef
%{_mandir}/man3/*

#-------------------------------------------------

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%changelog

* Thu Dec 08 2016 abfonly <abfonly@gmail.com> 2.330.1-1
- (2251d49) Updated perl-Sidef.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13308 |14cu|perl-SNMP-Info-3.260.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SNMP-Info
%define upstream_version 3.26
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Object Oriented Perl5 Interface to Network devices and MIBs through SNMP



License:	BSD
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SNMP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(SNMP)
BuildArch:	noarch

%description
SNMP::Info gives an object oriented interface to information obtained
through SNMP.

This module lives at http://snmp-info.sourceforge.net Check for newest
version and documentation.

This module is geared towards network devices. Subclasses exist for a
number of network devices and common MIBs.

The idea behind this module is to give a common interface to data from
network devices, leaving the device-specific hacks behind the scenes in
subclasses.

In the SYNOPSIS example we fetch the name of all the ports on the device
and the duplex setting for that port with two methods -- interfaces()
and i_duplex().

The information may be coming from any number of MIB files and is very
vendor specific. SNMP::Info provides you a common method for all
supported devices.
                                
Adding support for your own device is easy, and takes little much SNMP
knowledge.
                                    
The module is not limited to network devices. Any MIB or device can be
given an objected oriented front-end by making a module that consists of
a couple hashes. See EXTENDING SNMP::INFO.
                                    

%prep
%setup -qn %{upstream_name}-%{upstream_version}
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc COPYRIGHT ChangeLog DeviceMatrix.txt README
%{perl_vendorlib}/SNMP
%{_mandir}/*/*






%changelog

* Sun Apr 12 2015 abfonly <John@smith.org> 3.260.0-1
- (e191f8d) Log: Update to 3.260.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13309 |14cu|perl-SOAP-WSDL-3.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SOAP-WSDL
%define upstream_version 3.003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    SOAP Interface for the FullerData_x0020_Fortune_x0020_Cookie Web Service
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/SOAP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Class::Load)
BuildRequires: perl(Class::Std::Fast)
BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Date::Format)
BuildRequires: perl(Date::Parse)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Storable)
BuildRequires: perl(Template)
BuildRequires: perl(Term::ReadKey)
BuildRequires: perl(Test::More)
BuildRequires: perl(URI)
BuildRequires: perl(XML::Parser::Expat)
BuildArch: noarch

%description
For creating Perl classes instrumenting a web service with a WSDL
definition, read the SOAP::WSDL::Manual manpage.

For using an interpreting (thus slow and somewhat troublesome) WSDL based
SOAP client, which mimics SOAP::Lite's API, read on.

Creating Interface classes is the recommended usage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std
find %{buildroot} -size 0 -delete

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Apr 12 2015 abfonly <John@smith.org> 3.3.0-1
- (b187b2f) Log: Update to 3.3.0, fixed BR fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13310 |14cu|perl-Software-License-0.103.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Software-License
%define upstream_version 0.103010

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Packages that provide templated software licenses


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(Class::ISA)
BuildRequires:	perl(Data::Section)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Sub::Install)
BuildRequires:	perl(Text::Template)

# This is noarch
BuildArch:		noarch

%description
This packages provides templated software licenses.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/Software



%changelog

* Sat Jul 11 2015 abfonly <abfonly@gmail.com> 0.103.10-3
- (9316d1d) rebuild as noarch, as it should, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13311 |14cu|perl-Software-Release-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Software-Release
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A change made in a software release
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Software/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(DateTime)
BuildRequires: perl(Moose)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildArch: noarch

%description
Software::Release is a purely informational collection of objects that you
can use to represent a release of software. Its original use-case was to
provide a contract between a git log parser and a formatter class that
outputs a changelog, but it may be useful to others to create bug trackers,
dashboards or whathaveyou.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri May 29 2015 abfonly <John@smith.org> 0.30.0-1
- (a3cdd59) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13312 |14cu|perl-Sort-Key-1.330.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sort-Key
%define upstream_version 1.33
%define __noautoprov 'Key.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Tell Sort::Key how to sort new data types
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Sort/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Test::More) >= 1.1.9

BuildRequires: perl-devel

%description
Sort::Key provides a set of functions to sort lists of values by some
calculated key value.

It is faster (usually *much faster*) and uses less memory than other
alternatives implemented around perl sort function (ST, GRT, etc.).

Multi-key sorting functionality is also provided via the companion modules
the Sort::Key::Multi manpage, the Sort::Key::Maker manpage and the
Sort::Key::Register manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jun 29 2015 abfonly <John@smith.org> 1.330.0-1
- (32cb0a2) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13313 |14cu|perl-Sort-Versions-1.610.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_version 1.61
%define upstream_name    Sort-Versions

Name:           perl-Sort-Versions
Version:        %perl_convert_version %{upstream_version}
Release:        1
License:        GPL or Artistic

Group:          Development/Perl
Summary:        A perl 5 module for sorting of revision-like numbers


Source0:        ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Sort/%{upstream_name}-%{upstream_version}.tar.gz
Url:            http://www.cpan.org
BuildRequires:  perl-devel
BuildArch:      noarch

%description 
Sort::Versions allows easy sorting of mixed non-numeric and
numeric strings, like the "version numbers" that many
shared library systems and revision control packages use.
This is quite useful if you are trying to deal with shared
libraries. It can also be applied to applications that
intersperse variable-width numeric fields within text.
Other applications can undoubtedly be found.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" echo | perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc README
%{perl_vendorlib}/*
%{_mandir}/*/*

%changelog

* Wed Jun 10 2015 dsilakov <denis.silakov@rosalab.ru> 1.610.0-1
- (5473f5d) Merge pull request #2 from import/perl-Sort-Versions:auto_update
- (5473f5d) Updated to 1.61 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13314 |14cu|perl-Specio-0.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Specio
%define upstream_version 0.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A class which represents parameterizable constraints
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(B)
BuildRequires: perl(Carp)
BuildRequires: perl(Class::Load)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(Devel::PartialDump)
BuildRequires: perl(Devel::StackTrace)
BuildRequires: perl(Eval::Closure)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::File)
BuildRequires: perl(Lingua::EN::Inflect)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moo)
# Moose is a circular BR 
BuildRequires: perl(Moose)
#
BuildRequires: perl(Params::Util)
BuildRequires: perl(Role::Tiny)
BuildRequires: perl(Role::Tiny::With)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Storable)
BuildRequires: perl(Sub::Quote)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(base)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(overload)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)

BuildArch: noarch

%description
*WARNING: This thing is very alpha.*

The 'Specio' distribution provides classes for representing type
constraints and coercion, along with syntax sugar for declaring them.

Note that this is not a proper type system for Perl. Nothing in this
distribution will magically make the Perl interpreter start checking a
value's type on assignment to a variable. In fact, there's no built-in way
to apply a type to a variable at all.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml LICENSE META.json Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Jun 18 2015 abfonly <John@smith.org> 0.110.0-1
- (2063ffa) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13315 |14cu|perl-SQL-Abstract-1.810.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SQL-Abstract
%define upstream_version 1.81

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Pretty Printing DebugObj
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/SQL/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Hash::Merge)
BuildRequires: perl(List::Util)
BuildRequires: perl(MRO::Compat) >= 0.120.0
BuildRequires: perl(Moo)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Storable)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Warn)
BuildRequires: perl(Text::Balanced)
BuildRequires: perl(strictures)
BuildRequires: perl(DBIx::Class)


BuildArch: noarch

%description
This module was inspired by the excellent the DBIx::Abstract manpage.
However, in using that module I found that what I really wanted to do was
generate SQL, but still retain complete control over my statement handles
and use the DBI interface. So, I set out to create an abstract SQL
generation module.

While based on the concepts used by the DBIx::Abstract manpage, there are
several important differences, especially when it comes to WHERE clauses. I
have modified the concepts used to make the SQL easier to generate from
Perl data structures and, IMO, more intuitive. The underlying idea is for
this module to do what you mean, based on the data structures you provide
it. The big advantage is that you don't have to modify your code every time
your data changes, as this module figures it out.

To begin with, an SQL INSERT is as easy as just specifying a hash of
'key=value' pairs:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Apr 13 2015 abfonly <John@smith.org> 1.810.0-1
- (916bd99) Log: update to 1.810.0, fixed BR enable all tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13316 |14cu|perl-SQLite-Work-0.160.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 SQLite-Work
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A Perl module to report on and update an SQLite database

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SQLite/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl(DBD::SQLite)
BuildRequires:	perl(Getopt::ArgvFile)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Text::NeatTemplate)
BuildRequires:	perl(Test::Pod::Coverage) >= 1.04

BuildArch:	noarch

%description
This generates HTML (and non-HTML) reports from an SQLite database, taking care
of the query-building and the report formatting. This also has methods for
adding and updating the database.

The SQLite::Work::CGI module has extra methods which deal with CGI using the
CGI module; the included "show.cgi" and "edit.cgi" are demonstration CGI
scripts which use the SQLite::Work::CGI module.

The sqlreport script uses SQLite::Work to generate reports from the
command-line.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
find . -type f | xargs chmod +w

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README.pod Changes *.cgi META.yml LICENSE
%{perl_vendorlib}/SQLite
%{_mandir}/*/*
%{_bindir}/*


%changelog

* Sun Apr 12 2015 abfonly <John@smith.org> 0.160.0-1
- (eccfff8) Log: update to 0.160.0, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13317 |14cu|perl-SQL-Translator-0.110.210-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 SQL-Translator
%define upstream_version 0.11021


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Manipulate structured data definitions (SQL and more)

License:	GPL+ or Artistic
Group:		Development/Perl
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/SQL/SQL-Translator-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{upstream_name}

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl(Carp::Clan)
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Class::Base)
BuildRequires:	perl(Class::Data::Inheritable) >= 0.02
BuildRequires:	perl(Class::MakeMethods)
BuildRequires:	perl(DBI)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::ShareDir)
BuildRequires:	perl(IO::Dir)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Log::Log4perl)
BuildRequires:	perl(Moo)
BuildRequires:	perl(Parse::RecDescent) >= 1.94
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More) >= 0.6
BuildRequires:	perl(XML::Writer)
BuildRequires:	perl(YAML) >= 0.39
BuildRequires:	perl(strictures)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Package::Variant)
BuildRequires:	perl(Class::Method::Modifiers)
BuildRequires:	perl(Text::RecordParser)
BuildRequires:	perl(GD)
BuildRequires:	perl(Graph::Directed)
BuildRequires:	perl(Spreadsheet::ParseExcel)
BuildRequires:	perl(Template)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(DBD::Pg)
BuildRequires:	perl(Test::PostgreSQL)

Requires:	perl(Class::Method::Modifiers)

BuildArch:	noarch

%description
SQL::Translator is a group of Perl modules that converts
vendor-specific SQL table definitions into other formats, such as
other vendor-specific SQL, ER diagrams, documentation (POD and HTML),
XML, and Class::DBI classes. The main focus of SQL::Translator is SQL,
but parsers exist for other structured data formats, including Excel
spreadsheets and arbitrarily delimited text files. Through the
separation of the code into parsers and producers with an object model
in between, it's possible to combine any parser with any producer, to
plug in custom parsers or producers, or to manipulate the parsed data
via the built-in object model. Presently only the definition parts of
SQL are handled (CREATE, ALTER), not the manipulation of data (INSERT,
UPDATE, DELETE).


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%attr(0755,root,root) %{_bindir}/sqlt*
%{perl_vendorlib}/*
%{_mandir}/man*/*

%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 0.110.210-1
- (8343765) Log: Update to 0.110.210, drop all the hacks, backported all missing BR, enable all tests, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13318 |14cu|perl-Starman-0.401.400-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Starman
%define upstream_version 0.4014

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Plack adapter for Starman
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Data::Dump)
BuildRequires: perl(HTTP::Date)
BuildRequires: perl(HTTP::Parser::XS)
BuildRequires: perl(HTTP::Status)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Module::Build::Tiny) >= 0.35.0
BuildRequires: perl(Net::Server) >= 2.7.0
BuildRequires: perl(Plack) >= 0.997.100
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::TCP) >= 2.0.0
BuildRequires: perl(parent)
BuildRequires: perl(TAP::Harness::Env)


BuildArch:  noarch


%description
Starman is a PSGI perl web server that has unique features such as:

* High Performance

  Uses the fast XS/C HTTP header parser.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*
%{_bindir}/starman
%{_mandir}/man1/starman.1.*

%changelog

* Thu Jun 11 2015 abfonly <abfonly@gmail.com> 0.401.400-1
- (46dc195) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13319 |14cu|perl-Statistics-Basic-1.661.100-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Statistics-Basic
%define upstream_version 1.6611

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	A collection of very basic statistics modules

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Statistics/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Number::Format)
BuildRequires:	perl(Scalar::Util)

BuildArch:	noarch

%description
A collection of very basic statistics modules

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 META.json META.yml

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/Statistics


%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 1:1.661.100-1
- (53c6e86) Log: update to 1.661.100, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13320 |14cu|perl-Statistics-Descriptive-3.60.900-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Statistics-Descriptive
%define upstream_version 3.0609

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Module of basic descriptive statistical functions
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Statistics/Statistics-Descriptive-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(Test::CPAN::Changes)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::TrailingSpace)

BuildArch: noarch

%description
This module provides basic functions used in descriptive statistics. It has an
object oriented design and supports two different types of data storage and
calculation objects: sparse and full. With the sparse method, none of the data
is stored and only a few statistical measures are available. Using the full
method, the entire data set is retained and additional functions are available.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README Changes META.json META.yml
%{perl_vendorlib}/Statistics
%{_mandir}/*/*

%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 3.60.900-1
- (665aca0) Log: Update to 3.60.900, backport missing BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13321 |14cu|perl-Stream-Buffered-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Stream-Buffered
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Temporary buffer to save bytes

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Stream/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildArch: noarch

%description
Stream::Buffered is a buffer class to store arbitrary length of byte
strings and then get a seekable filehandle once everything is buffered. It
uses PerlIO and/or temporary file to save the buffer depending on the
length of the size.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sun Apr 12 2015 abfonly <John@smith.org> 0.30.0-1
- (e70b1f1) Log: update to 0.30.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13322 |14cu|perl-String-Diff-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Diff
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Simple diff to String

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/String/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Algorithm::Diff)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::Base)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(YAML)
BuildArch:	noarch

%description
String::Diff is the difference of a consecutive string is made. after
general diff is done, the difference in the line is searchable.

the mark of the addition and the deletion can be freely changed. the color
is colored to the terminal with ANSI, using the HTML display it.

after the line is divided, diff is taken when 'linebreak' option is
specified.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 01 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.60.0-4
- (a6e907a) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13323 |14cu|perl-String-Flogger-1.101.245-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Flogger
%define upstream_version 1.101245

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	String munging for loggers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/String/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(JSON)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(JSON::MaybeXS)

BuildArch:	noarch
Requires:	perl(JSON)

%description
String munging for loggers.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 1.101.245-1
- (993765d) Log: Update to 1.101.245, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13324 |14cu|perl-String-Format-1.170.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Format
%define upstream_version 1.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Sprintf-like string formatting capabilities with arbitrary format definitions 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/String/String-Format-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
String::Format lets you define arbitrary printf-like format sequences to be
expanded. This module would be most useful in configuration files and reporting
tools, where the results of a query need to be formatted in a particular way.
It was inspired by mutt's index_format and related directives (see
<URL:http://www.mutt.org/doc/manual/manual-6.html#index_format>).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes README
%{perl_vendorlib}/String
%{_mandir}/*/*



%changelog
* Sun Jan 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.170.0-4
+ Revision: 49a37be
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13325 |14cu|perl-String-RewritePrefix-0.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define upstream_name    String-RewritePrefix
%define upstream_version 0.007

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Rewrite strings based on a set of known prefixes

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/String/String-RewritePrefix-%{upstream_version}.tar.gz

BuildRequires: perl(Sub::Exporter)  >= 0.987.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(ExtUtils::MakeMaker)  >= 7.40.0 
BuildRequires: perl(Carp)  >= 1.360.0
BuildRequires: perl(strict)
BuildRequires: perl(warnings)  
BuildRequires: perl-devel

#This is noarch.
BuildArch:	noarch

%description
Rewrite strings based on a set of known prefixes

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jul 11 2015 abfonly <abfonly@gmail.com> 0.7.0-4
- (ed40348) Log: noarch build ( as it should), bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13326 |14cu|perl-String-ToIdentifier-EN-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-ToIdentifier-EN
%define upstream_version 0.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Convert Strings to Unicode English Program
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/String/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Lingua::EN::Inflect::Phrase)
BuildRequires: perl(Package::Stash)
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Unidecode)
BuildRequires: perl(Unicode::UCD)
BuildRequires: perl(base)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module provides a utility method, the /to_identifier manpage for
converting an arbitrary string into a readable representation using the
ASCII subset of '\w' for use as an identifier in a computer program. The
intent is to make unique identifier names from which the content of the
original string can be easily inferred by a human just by reading the
identifier.

If you need the full set of '\w' including Unicode, see the subclass the
String::ToIdentifier::EN::Unicode manpage.

Currently, this process is one way only, and will likely remain this way.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Wed Jun 01 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.110.0-3
- (da19be8) Added perl(Package::Stash) BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13327 |14cu|perl-String-Trim-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Trim
%define upstream_version 0.005

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Trim whitespace off your strings
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/String/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Exporter)

BuildArch: noarch

%description
'String::Trim' trims whitespace off your strings. the chomp manpage trims
only '$/' (typically, that's newline), but 'trim' will trim all leading and
trailing whitespace.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Wed Sep 23 2015 abfonly <abfonly@gmail.com> 0.5.0-1
- (a14d64a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13328 |14cu|perl-Struct-Dumb-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Struct-Dumb
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Make simple lightweight record-like structures
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Struct/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Builder::Tester) 
BuildRequires: perl(overload)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Exporter)
BuildRequires: perl(Carp)

BuildArch: noarch

%description
'Struct::Dumb' creates record-like structure types, similar to the 'struct'
keyword in C, C++ or C#, or 'Record' in Pascal. An invocation of this
module will create a construction function which returns new object
references with the given field values. These references all respond to
lvalue methods that access or modify the values stored.

It's specifically and intentionally not meant to be an object class. You
cannot subclass it. You cannot provide additional methods. You cannot apply
roles or mixins or metaclasses or traits or antlers or whatever else is in
fashion this week.

On the other hand, it is tiny, creates cheap lightweight array-backed
structures, uses nothing outside of core. It's intended simply to be a
slightly nicer way to store data structures, where otherwise you might be
tempted to abuse a hash, complete with the risk of typoing key names. The
constructor will 'croak' if passed the wrong number of arguments, as will
attempts to refer to fields that don't exist.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json README LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Mar 08 2015 abfonly <abfonly@gmail.com> 0.30.0-1
+ Revision: 4676e0d
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13329 |14cu|perl-Sub-Exporter-ForMethods-0.100.52-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sub-Exporter-ForMethods
%define upstream_version 0.100052

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Helper routines for using Sub::Exporter to build methods

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Sub/Sub-Exporter-ForMethods-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
The synopsis section, above, looks almost indistinguishable from any other
use of Sub::Exporter, apart from the use of 'method_installer'. It is
nearly indistinguishable in behavior, too. The only change is that
subroutines exported from Method::Builder into named slots in
Vehicle::Autobot will be wrapped in a subroutine called
'Vehicle::Autobot::transform'. This will insert a named frame into stack
traces to aid in debugging.

More importantly (for the author, anyway), they will not be removed by
namespace::autoclean. This makes the following code work:

  package MyLibrary;

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README Changes META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Oct 11 2015 abfonly <abfonly@gmail.com> 0.100.52-1
- (c40fba4) Log: Update to 0.100.52
- (c40fba4) fixed BR spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13330 |14cu|perl-Sub-StrictDecl-0.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sub-StrictDecl
%define upstream_version 0.004

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Detect undeclared subroutines in compilation
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Sub/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Lexical::SealRequireHints)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(XSLoader)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Devel::CallParser)
BuildRequires: perl(Lexical::Sub)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl-devel

%description
This module provides optional checking of subroutine existence at compile
time. This checking detects mistyped subroutine names and subroutines that
the programmer forgot to import. Traditionally Perl does not detect these
errors until runtime, so it is easy for errors to lurk in rarely-executed
or untested code.

Specifically, where checking is enabled, any reference to a specific
(compile-time-constant) package-based subroutine name is examined. If the
named subroutine has never been declared then an error is signalled at
compile time. This does not require that the subroutine be fully defined: a
forward declaration such as "'sub foo;'" suffices to suppress the error.
Imported subroutines qualify as declared. References that are checked
include not only subroutine calls but also pure referencing such as
"'\&foo'".

This checking is controlled by a lexically-scoped pragma. It is therefore
applied only to code that explicitly wants the checking, and it is possible
to locally disable checking if necessary. Checking might need to be turned
off for code that makes special arrangements to put a subroutine in place
at runtime, for example.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 25 2015 abfonly <John@smith.org> 0.4.0-1
- (e861f2e) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13331 |14cu|perl-SUPER-1.201.411.170-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SUPER
%define upstream_version 1.20141117

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Internal class to access superclass methods
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(Scalar::Util) >= 1.200.0
BuildRequires: perl(Sub::Identify) >= 0.30.0
BuildRequires: perl(Test::Simple) >= 0.610.0
BuildRequires: perl-devel

BuildArch:  noarch

%description
When subclassing a class, you occasionally want to dispatch control to the
superclass -- at least conditionally and temporarily. The Perl syntax for
calling your superclass is ugly and unwieldy:

    $self->SUPER::method(@_);

especially when compared to its Ruby equivalent:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Thu Jun 18 2015 abfonly <John@smith.org> 1.201.411.170-1
- (d119f81) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13332 |14cu|perl-SVG-2.640.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 SVG
%define upstream_version 2.64

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Perl extension for generating Scalable Vector Graphics (SVG) documents

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

BuildArch:	noarch

%description
SVG is a Perl module which generates a nested data structure containing the
DOM representation of an SVG (Scalable Vector Graphics) image. Using SVG, you
can generate SVG objects, embed other SVG instances into it, access the DOM
object, create and access javascript, and generate SMIL animation content.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl -pi -e 's/\cM//' examples/*.{pl,cgi}
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files 
%doc README Changes examples
%{perl_vendorlib}/SVG
%{perl_vendorlib}/SVG.pm
%{_mandir}/*/*

%changelog

* Fri Jun 12 2015 dsilakov <denis.silakov@rosalab.ru> 2.640.0-2
- (25fefc0) Merge pull request #2 from import/perl-SVG:auto_update
- (25fefc0) Updated to 2.64 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13333 |14cu|perl-SVG-Parser-1.30.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 SVG-Parser
%define upstream_version 1.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    9

Summary:	Perl XML Parser for Scalable Vector Graphics (SVG) documents

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SVG/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl(Module::Build)
BuildRequires:	perl(SVG)
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl(XML::SAX)
BuildRequires:	perl(XML::SAX::Expat)
Buildarch:	noarch

%description
SVG::Parser is an XML parser for SVG Documents. It takes XML as input and
produces an SVG object as its output. SVG::Parser supports both XML::SAX and
XML::Parser (Expat) parsers, with SAX preferred by default.
Only one of these needs to be installed for SVG::Parser to function.

A list of preferred parsers may be specified in the import list.
SVG::Parser will use the first parser that successfully loads.
Some basic measures are taken to provide cross-compatibility.
Applications requiring more advanced parser features should use
the relevant parser module directly; see SVG::Parser::Expat and 
SVG::Parser::SAX.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot}

%check
./Build test

%clean 

%files 
%doc README examples
%{perl_vendorlib}/SVG
%{_mandir}/*/*



%changelog

* Fri Jun 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.30.0-9
- (7678f2a) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13334 |14cu|perl-SVN-Look-0.410.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SVN-Look
%define upstream_version 0.41


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A caching wrapper around the svnlook command
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/SVN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Test::More)
BuildRequires: perl(URI::file)
BuildRequires: perl(XML::Simple)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: subversion
BuildRequires: subversion-tools

Requires: subversion


BuildArch: noarch

%description
The svnlook command is the workhorse of Subversion hook scripts, being used
to gather all sorts of information about a repository, its revisions, and
its transactions. This module provides a simple object oriented interface
to a specific svnlook invocation, to make it easier to hook writers to get
and use the information they need. Moreover, all the information gathered
by calling the svnlook command is cached in the object, avoiding
repetitious calls.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE META.yml Changes
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Tue Jun 30 2015 abfonly <John@smith.org> 0.410.0-1
- (d557e3c) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13335 |14cu|perl-Switch-2.170.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Switch
%define upstream_version 2.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A switch statement for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Filter::Util::Call)
BuildRequires: perl(Text::Balanced) >= 2.0.0
BuildRequires: perl(base)

BuildArch:	noarch

%description
The Switch.pm module implements a generalized case mechanism that covers
most (but not all) of the numerous possible combinations of switch and case
values described above.

The module augments the standard Perl syntax with two new control
statements: 'switch' and 'case'. The 'switch' statement takes a single
scalar argument of any type, specified in parentheses. 'switch' stores this
value as the current switch value in a (localized) control variable. The
value is followed by a block which may contain one or more Perl statements
(including the 'case' statement described below). The block is
unconditionally executed once the switch value has been cached.

A 'case' statement takes a single scalar argument (in mandatory parentheses
if it's a variable; otherwise the parens are optional) and selects the
appropriate type of matching between that argument and the current switch
value. The type of matching used is determined by the respective types of
the switch value and the 'case' argument, as specified in Table 1. If the
match is successful, the mandatory block associated with the 'case'
statement is executed.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Apr 12 2015 abfonly <John@smith.org> 2.170.0-1
- (edb0d40) Log: update to 2.170.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13336 |14cu|perl-syntax-0.4.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    syntax
%define upstream_version 0.004

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5

Summary:    Activate syntax extensions
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/P/PH/PHAYLON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Data::OptList) >= 0.104.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(FindBin)
BuildRequires: perl(Test::More) >= 0.940.0
BuildRequires: perl(namespace::clean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Package::Stash)
BuildArch:  noarch

Provides: perl(syntax)

%description
This module activates community provided syntax extensions to Perl. You
pass it a feature name, and optionally a scalar with arguments, and the
dispatching system will load and install the extension in your package.

The import arguments are parsed with the Data::OptList manpage. There are
no standardised options. Please consult the documentation for the specific
syntax feature to find out about possible configuration options.

The passed in feature names are simply transformed: 'function' becomes the
Syntax::Feature::Function manpage and 'foo_bar' would become
'Syntax::Feature::FooBar'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Wed Jun 01 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-5
- (aa99d6b) Added perl(Package::Stash) BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13337 |14cu|perl-Sys-CPU-0.610.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sys-CPU
%define upstream_version 0.61

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    9

Summary:    Access CPU info. number, etc on Win and UNIX
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Sys/%{upstream_name}-%{upstream_version}.tar.gz
# Support cpu_type on ARM and AArch64, bug #1093266, CPAN RT#95400
Patch0:         Sys-CPU-0.61-Add-support-for-cpu_type-on-ARM-and-AArch64-Linux-pl.patch
# Accept undefined cpu_clock on ARM and AArch64, bug #1093266, CPAN RT#95400
Patch1:         Sys-CPU-0.61-cpu_clock-can-be-undefined-on-an-ARM.patch

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel

%description
In responce to a post on perlmonks.org, a module for counting the number of
CPU's on a system. Support has now also been added for type of CPU and
clock speed. While much of the code is from UNIX::Processors, win32 support
has been added (but not tested).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1
%patch1 -p1

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Tue Jan 17 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.610.0-9
- (f87e978) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13338 |14cu|perl-Sys-HostIP-1.970.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sys-HostIP
%define upstream_version 1.97

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl module to get ip address related info

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/~bluelines/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BL/BLUELINES//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::TinyMocker)
BuildRequires:	perl(Test::Exception)
BuildArch:	noarch

%description
Sys::HostIP does what it can to determine the ip address of your machine.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog

* Mon Apr 13 2015 abfonly <John@smith.org> 1.970.0-1
- (ef53f0d) Log: Update to 1.970.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13339 |14cu|perl-Sys-Info-Base-0.780.400-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sys-Info-Base
%define upstream_version 0.7804

%define __noautoreq 'perl\\(TARGET_CLASS\\)'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Base classes for Sys::Info

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SYS/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(CGI)

BuildArch:	noarch

%description
Perl base classes for Sys::Info.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 0.780.400-1
- (b2b8de4) Log: Update to 0.780.400, backport  REQ



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13340 |14cu|perl-Sys-MemInfo-0.910.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sys-MemInfo
%define upstream_version 0.91

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    No summary found
License:    GPLv1+ or Artistic
Group:      Development/Perl
Url:        http://metacpan.org/release/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Sys/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel

%description
Sys::MemInfo return the total amount of free and used physical memory in
bytes in totalmem and freemem variables.

Total amount of free and user swap memory are alse returned in totalswap
and freeswap variables.

This module has been tested on Linux 2.6.10, UnixWare 7.1.2, AIX5, OpenBSD
3.8, NetBSD 2.0.2, FreBSD 5.4, HPUX11, Solaris 9, Tru64 5.1, Irix 6.5, Mac
OS X 10.2 darwin and Windows XP.

%prep
#setup -q -n #{upstream_name}-#{upstream_version}
%setup -q -n %{upstream_name}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Tue Jan 17 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.910.0-1
- (c828d66) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13341 |14cu|perl-Sys-Mmap-0.170.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sys-Mmap
%define upstream_version 0.17

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Uses mmap to map in a file as a Perl variable
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Sys/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(DynaLoader)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(XSLoader)
BuildRequires: perl-devel

%description
The Mmap module uses the POSIX the mmap manpage call to map in a file as a
Perl variable. Memory access by mmap may be shared between threads or
forked processes, and may be a disc file that has been mapped into memory.
the Sys::Mmap manpage depends on your operating system supporting UNIX or
POSIX.1b mmap, of course.

*Note* that the PerlIO manpage now defines a ':mmap' tag and presents
mmap'd files as regular files, if that is your cup of joe.

Several processes may share one copy of the file or string, saving memory,
and concurrently making changes to portions of the file or string. When not
used with a file, it is an alternative to SysV shared memory. Unlike SysV
shared memory, there are no arbitrary size limits on the shared memory
area, and sparce memory usage is handled optimally on most modern UNIX
implementations.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Thu Dec 22 2016 Denis Silakov <dsilakov@virtuozzo.com> 0.170.0-1
- (0ecaf47) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13342 |14cu|perl-System-Command-1.111.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    System-Command
%define upstream_version 1.111

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Reap processes started by System::Command
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/System/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Run)
BuildRequires: perl(List::Util)
BuildRequires: perl(POSIX)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Symbol)
BuildRequires: perl(Test::More)
BuildRequires: perl(constant)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Test::Command)
BuildRequires: perl(Test::Output)
BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::CPAN::Meta)


BuildArch: noarch

%description
System::Command is a class that launches external system commands and
return an object representing them, allowing to interact with them through
their 'STDIN', 'STDOUT' and 'STDERR' handles.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri May 29 2015 abfonly <John@smith.org> 1.111.0-1
- (a465a74) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13343 |14cu|perl-Sys-Virt-1.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	Sys-Virt
%define upstream_version 1.1.4
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Interface to libvirt virtual machine management API

License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Sys/%{upstream_name}-%{version}.tar.gz

BuildRequires:	pkgconfig(libvirt) >= %{upstream_version}
BuildRequires:	config(libvirt-utils)
BuildRequires:	perl(XML::XPath)
BuildRequires:	perl-devel
BuildRequires:	gettext-devel
BuildRequires:	perl(Test::CPAN::Changes)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	xen-devel

%description
Sys::Virt is an interface to libvirt virtual machine management API.
The Sys::Virt::Domain module represents a guest domain managed by
the virtual machine monitor.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make


%check
%make test

%install
%makeinstall_std

%files
%doc AUTHORS README LICENSE
%{perl_vendorarch}/Sys
%{perl_vendorarch}/auto/Sys
%{_mandir}/man3/Sys::Virt*3pm*


%changelog

* Fri Apr 17 2015 abfonly <John@smith.org> 1.1.4-1
- (52952fa) Log: Update to 1.1.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13344 |14cu|perl-Task-Dist-Zilla-1.111.681-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Task-Dist-Zilla
%define upstream_version 1.111681

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 1.111681
Release:	6
Summary:	Task to install dist-zilla and all its plugins
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Task/Task-Dist-Zilla-1.111681.tar.gz
Patch0:		Task-Dist-Zilla-1.111681-update_pkgs.patch
BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Dist::Zilla)
BuildRequires:	perl(Dist::Zilla::Plugin::ApacheTest)
BuildRequires:	perl(Dist::Zilla::Plugin::ArchiveRelease)
BuildRequires:	perl(Dist::Zilla::Plugin::AssertOS)
BuildRequires:	perl(Dist::Zilla::Plugin::Author::KENTNL::DistINI)
BuildRequires:	perl(Dist::Zilla::Plugin::AutoVersion::Relative)
BuildRequires:	perl(Dist::Zilla::Plugin::Bootstrap::lib)
BuildRequires:	perl(Dist::Zilla::Plugin::Bugtracker)
BuildRequires:	perl(Dist::Zilla::Plugin::BumpVersionFromGit)
BuildRequires:	perl(Dist::Zilla::Plugin::CSJEWELL::AuthorTest)
BuildRequires:	perl(Dist::Zilla::Plugin::CSJEWELL::BeforeBuild)
BuildRequires:	perl(Dist::Zilla::Plugin::CSJEWELL::DotFileFix)
BuildRequires:	perl(Dist::Zilla::Plugin::CSJEWELL::FTPUploadToOwnSite)
BuildRequires:	perl(Dist::Zilla::Plugin::CSJEWELL::SubversionDist)
BuildRequires:	perl(Dist::Zilla::Plugin::CSJEWELL::VersionGetter)
BuildRequires:	perl(Dist::Zilla::Plugin::Catalyst)
BuildRequires:	perl(Dist::Zilla::Plugin::Catalyst::New)
BuildRequires:	perl(Dist::Zilla::Plugin::ChangelogFromGit)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckChangeLog)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckChangesHasContent)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckChangesTests)
BuildRequires:	perl(Dist::Zilla::Plugin::CheckExtraTests)
BuildRequires:	perl(Dist::Zilla::Plugin::CompileTests)
BuildRequires:	perl(Dist::Zilla::Plugin::ConsistentVersionTest)
BuildRequires:	perl(Dist::Zilla::Plugin::CopyReadmeFromBuild)
BuildRequires:	perl(Dist::Zilla::Plugin::CopyTo)
BuildRequires:	perl(Dist::Zilla::Plugin::CriticTests)
BuildRequires:	perl(Dist::Zilla::Plugin::DistManifestTests)
BuildRequires:	perl(Dist::Zilla::Plugin::DualBuilders)
BuildRequires:	perl(Dist::Zilla::Plugin::DynamicManifest)
BuildRequires:	perl(Dist::Zilla::Plugin::EOLTests)
BuildRequires:	perl(Dist::Zilla::Plugin::FatPacker)
BuildRequires:	perl(Dist::Zilla::Plugin::Git)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::Check)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::Commit)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::CommitBuild)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::Init)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::Push)
BuildRequires:	perl(Dist::Zilla::Plugin::Git::Tag)
BuildRequires:	perl(Dist::Zilla::Plugin::GitFmtChanges)
BuildRequires:	perl(Dist::Zilla::Plugin::GitObtain)
BuildRequires:	perl(Dist::Zilla::Plugin::GitVersionCheckCJM)
BuildRequires:	perl(Dist::Zilla::Plugin::GithubMeta)
BuildRequires:	perl(Dist::Zilla::Plugin::HasVersionTests)
BuildRequires:	perl(Dist::Zilla::Plugin::Homepage)
BuildRequires:	perl(Dist::Zilla::Plugin::InlineFilesMARCEL)
BuildRequires:	perl(Dist::Zilla::Plugin::InstallGuide)
BuildRequires:	perl(Dist::Zilla::Plugin::Test::Kwalitee)
BuildRequires:	perl(Dist::Zilla::Plugin::LatestPrereqs)
BuildRequires:	perl(Dist::Zilla::Plugin::LocaleMsgfmt)
BuildRequires:	perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
BuildRequires:	perl(Dist::Zilla::Plugin::MakeMaker::SkipInstall)
BuildRequires:	perl(Dist::Zilla::Plugin::MatchManifest)
BuildRequires:	perl(Dist::Zilla::Plugin::Mercurial)
BuildRequires:	perl(Dist::Zilla::Plugin::Mercurial::Check)
BuildRequires:	perl(Dist::Zilla::Plugin::Mercurial::Push)
BuildRequires:	perl(Dist::Zilla::Plugin::Mercurial::Tag)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaData::BuiltWith)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaData::BuiltWith::All)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaNoIndex)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides::Class)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides::FromFile)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaProvides::Package)
BuildRequires:	perl(Dist::Zilla::Plugin::MetaRecommends)
BuildRequires:	perl(Dist::Zilla::Plugin::MinimumPerl)
BuildRequires:	perl(Dist::Zilla::Plugin::MinimumVersionTests)
BuildRequires:	perl(Dist::Zilla::Plugin::ModuleBuild::Custom)
BuildRequires:	perl(Dist::Zilla::Plugin::ModuleBuild::XSOrPP)
BuildRequires:	perl(Dist::Zilla::Plugin::ModuleInstall)
BuildRequires:	perl(Dist::Zilla::Plugin::NoAutomatedTesting)
BuildRequires:	perl(Dist::Zilla::Plugin::NoTabsTests)
BuildRequires:	perl(Dist::Zilla::Plugin::OurPkgVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::PerlTidy)
BuildRequires:	perl(Dist::Zilla::Plugin::PodLoom)
BuildRequires:	perl(Dist::Zilla::Plugin::PodPurler)
BuildRequires:	perl(Dist::Zilla::Plugin::PodSpellingTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PodWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::PortabilityTests)
BuildRequires:	perl(Dist::Zilla::Plugin::Prepender)
BuildRequires:	perl(Dist::Zilla::Plugin::ProgCriticTests)
BuildRequires:	perl(Dist::Zilla::Plugin::PurePerlTests)
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeFromPod)
BuildRequires:	perl(Dist::Zilla::Plugin::ReadmeMarkdownFromPod)
BuildRequires:	perl(Dist::Zilla::Plugin::ReportVersions)
BuildRequires:	perl(Dist::Zilla::Plugin::ReportVersions::Tiny)
BuildRequires:	perl(Dist::Zilla::Plugin::Repository)
BuildRequires:	perl(Dist::Zilla::Plugin::Rsync)
BuildRequires:	perl(Dist::Zilla::Plugin::SVK)
BuildRequires:	perl(Dist::Zilla::Plugin::SVK::Check)
BuildRequires:	perl(Dist::Zilla::Plugin::SVK::Commit)
BuildRequires:	perl(Dist::Zilla::Plugin::SVK::Push)
BuildRequires:	perl(Dist::Zilla::Plugin::SVK::Tag)
BuildRequires:	perl(Dist::Zilla::Plugin::Signature)
BuildRequires:	perl(Dist::Zilla::Plugin::SubmittingPatches)
BuildRequires:	perl(Dist::Zilla::Plugin::SurgicalPkgVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::SurgicalPodWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::SvnObtain)
BuildRequires:	perl(Dist::Zilla::Plugin::SynopsisTests)
BuildRequires:	perl(Dist::Zilla::Plugin::TaskWeaver)
BuildRequires:	perl(Dist::Zilla::Plugin::TemplateCJM)
BuildRequires:	perl(Dist::Zilla::Plugin::TemplateFiles)
BuildRequires:	perl(Dist::Zilla::Plugin::Twitter)
BuildRequires:	perl(Dist::Zilla::Plugin::UnusedVarsTests)
BuildRequires:	perl(Dist::Zilla::Plugin::UpdateGitHub)
BuildRequires:	perl(Dist::Zilla::Plugin::VersionFromModule)
BuildRequires:	perl(Dist::Zilla::Plugin::VersionFromPrev)
BuildRequires:	perl(Dist::Zilla::Plugin::VersionFromPrev::Finder::Git::LastVersion)
BuildRequires:	perl(Dist::Zilla::Plugin::VersionFromPrev::Style::Classic)
BuildRequires:	perl(Dist::Zilla::PluginBundle::AVAR)
BuildRequires:	perl(Dist::Zilla::PluginBundle::BINGOS)
BuildRequires:	perl(Dist::Zilla::PluginBundle::CJM)
BuildRequires:	perl(Dist::Zilla::PluginBundle::CSJEWELL)
BuildRequires:	perl(Dist::Zilla::PluginBundle::FAYLAND)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Git)
BuildRequires:	perl(Dist::Zilla::PluginBundle::IDOPEREL)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Author::JQUELIN)
BuildRequires:	perl(Dist::Zilla::PluginBundle::KENTNL)
BuildRequires:	perl(Dist::Zilla::PluginBundle::KENTNL::Lite)
BuildRequires:	perl(Dist::Zilla::PluginBundle::MARCEL)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Mercurial)
BuildRequires:	perl(Dist::Zilla::PluginBundle::RJBS)
BuildRequires:	perl(Dist::Zilla::PluginBundle::ROKR)
BuildRequires:	perl(Dist::Zilla::PluginBundle::ROKR::Basic)
BuildRequires:	perl(Dist::Zilla::PluginBundle::Rakudo)
BuildRequires:	perl(Dist::Zilla::PluginBundle::SVK)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Config::MVP::Reader::INI) >= 2.101.463
BuildRequires:	perl(Config::INI::Reader) >= 0.25.0
BuildRequires:	perl(Catalyst::Helper)
BuildArch:	noarch

%description
This task is merely a placeholder to pull all dist-zilla related modules in
one go.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
%apply_patches

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}


%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Thu Jun 23 2016 abfonly <abfonly@gmail.com> 1.111.681-6
- (2bfa722) Log: Fixed, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13345 |14cu|perl-Task-Perl-Critic-1.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Task-Perl-Critic
%define upstream_version 1.008

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Install everything Perl::Critic
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Task/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Perl::Critic)
BuildRequires: perl(Perl::Critic::Bangs)
BuildRequires: perl(Perl::Critic::Compatibility)
BuildRequires: perl(Perl::Critic::Dynamic)
BuildRequires: perl(Perl::Critic::Itch)
BuildRequires: perl(Perl::Critic::Lax)
BuildRequires: perl(Perl::Critic::Moose)
BuildRequires: perl(Perl::Critic::More)
BuildRequires: perl(Perl::Critic::Nits)
BuildRequires: perl(Perl::Critic::PetPeeves::JTRAMMELL)
BuildRequires: perl(Perl::Critic::Pulp)
BuildRequires: perl(Perl::Critic::Storable)
BuildRequires: perl(Perl::Critic::StricterSubs)
BuildRequires: perl(Perl::Critic::Swift)
BuildRequires: perl(Perl::Critic::Tics)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Perl::Critic)
BuildRequires: perl(Test::Perl::Critic::Progressive)
BuildRequires: perl(criticism)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)

BuildArch: noarch

%description
This module does nothing but act as a placeholder. See the Task manpage.

*WARNING*: Installing this distribution will install Policies that directly
conflict with each other. If you do not use a _.perlcriticrc_ file, and
your severity is set high enough, there is no way for your code to not have
violations. A specific example: the
Perl::Critic::Policy::Compatibility::ProhibitThreeArgumentOpen manpage and
the Perl::Critic::Policy::InputOutput::ProhibitTwoArgOpen manpage directly
contradict each other.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 1.8.0-1
- (f5cda48) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13346 |14cu|perl-Template-Plugin-Latex-3.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-Plugin-Latex
%define upstream_version 3.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	LaTeX plugin for the Template Toolkit
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(LaTeX::Driver)
BuildRequires:	perl(LaTeX::Encode)
BuildRequires:	perl(LaTeX::Table)
BuildRequires:	perl(Template)
BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Moose::Policy) perl(Moose)
BuildRequires:	perl(Class::MOP)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(Devel::GlobalDestruction)
BuildRequires:	perl(Sub::Name)
BuildRequires:	texlive-scheme-tetex
BuildArch:	noarch

%description
The Template::Latex module is a wrapper of convenience around the Template
module, providing additional support for generating PDF, PostScript and DVI
documents from LaTeX templates.

You use the Template::Latex module exactly as you would the Template
module.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README README README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 18 2015 abfonly <abfonly@gmail.com> 3.60.0-1
- (2eba930) Merge pull request #1 from abfonly/perl-Template-Plugin-Latex:rosa2014.1
- (2eba930) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13347 |14cu|perl-Template-Provider-FromDATA-0.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Template-Provider-FromDATA
%define upstream_version 0.13

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Load templates from your __DATA__ section
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Template/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Class::Accessor)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Template)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Install::ExtraTests)
BuildRequires: perl(Test::Harness)

BuildArch: noarch

%description
This module allows you to store your templates inline with your code in the
'__DATA__' section. It will search any number of classes specified.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 09 2016 abfonly <abfonly@gmail.com> 0.130.0-1
- (1e2db41) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13348 |14cu|perl-Template-Toolkit-2.260.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Template-Toolkit
%define modver 2.26
%define	__noautoreq 'perl\\(CGI\\)'

Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	2

Summary:	%{modname} module for perl

License:	GPL
Group:		Development/Perl
URL:		http://www.template-toolkit.org
Source0:	http://www.cpan.org/modules/by-module/Template/%{modname}-%{modver}.tar.gz

BuildRequires:	perl-devel >= 0:5.600
BuildRequires:	perl(AppConfig) >= 1.56
BuildRequires:	perl(File::Spec) >= 0.8
BuildRequires:	perl(File::Temp) >= 0.12
BuildRequires:	perl(Pod::POM) >= 0.1
BuildRequires:	perl(Text::Autoformat) >= 1.03

%description
The Template Toolkit is a collection of modules which implement a
fast, flexible, powerful and extensible template processing system.
It was originally designed and remains primarily useful for generating
dynamic web content, but it can be used equally well for processing
any other kind of text based documents: HTML, XML, POD, PostScript,
LaTeX, and so on.

%prep
%setup -q -n %{modname}-%{modver} 

# perl path hack
find ./ -type f | \
    xargs perl -pi -e 's|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|'

%build
perl Makefile.PL \
    TT_XS_ENABLE="y" \
    TT_XS_DEFAULT="y" \
    INSTALLDIRS=vendor </dev/null
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%files
%doc README Changes TODO HACKING
%{perl_vendorarch}/Template*
%{perl_vendorarch}/auto/Template
%{_mandir}/*/*
%{_bindir}/*

%changelog
* Wed Jan 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.260.0-2
+ Revision: 1959a57
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13349 |14cu|perl-Term-Clui-1.700.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name		Term-Clui
%define upstream_version 1.70

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	%{upstream_name} module for perl
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Term::ReadKey)
BuildRequires:	perl(Term::ReadLine::Gnu)
BuildArch:	noarch

%description
Term::Clui offers a high-level user interface to give the user of 
command-line applications a consistent "look and feel". Its metaphor 
for the computer is as a human-like conversation-partner, and as each 
question/response is completed it is summarised onto one line, and 
remains on screen, so that the history of the session gradually 
accumulates on the screen and is available for review, or for 
cut/paste. This user interface can therefore be intermixed with 
standard applications which write to STDOUT or STDERR, such as 
make, pgp, rcs etc.

For the user, &choose uses arrow keys (or hjkl) and Return or q; 
also SpaceBar for multiple choices. &confirm expects y, Y, n or N. 
In general, ctrl-L redraws the (currently active bit of the) screen. 
&edit and &view use the default EDITOR and PAGER if possible.

It's fast, simple, and has few external dependencies. It doesn't use curses 
(which is a whole-of-screen interface); it uses a small subset of vt100 
sequences (up down left right normal and reverse) which are very portable.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
pushd examples
find . -type f -exec chmod 755 {} \;
popd

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std


%files
%doc Changes META.yml MYMETA.yml README examples
%{perl_vendorlib}/Term
%{_mandir}/*/*

%changelog

* Sat Apr 18 2015 abfonly <John@smith.org> 1.700.0-1
- (d331a16) Log: Update to 1.700.0, enable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13350 |14cu|perl-Test-API-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name   Test-API 
%define upstream_version 0.005


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Test a list of subroutines provided by a module
License:	ASL 2.0
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Test-API/
Source0:	http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(strict)
BuildRequires:	perl(Symbol)
BuildRequires:	perl(Test::Builder::Module)
BuildRequires:	perl(warnings)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(File::Spec::Functions)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(version)
BuildRequires:	perl(CPAN::Meta)
BuildRequires:	perl(CPAN::Meta::Requirements)

BuildArch:	noarch

%description
This simple test module checks the subroutines provided by a module. This is
useful for confirming a planned API in testing and ensuring that other
functions aren't unintentionally included via import.

%prep
%setup -qn  %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std


%files
%doc Changes CONTRIBUTING LICENSE README META.json META.yml
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog

* Mon Jun 15 2015 abfonly <John@smith.org> 0.5.0-1
- (cffc724) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13351 |14cu|perl-Test-Apocalypse-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Apocalypse
%define upstream_version 1.006

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Plugin for Test::Pod::Spelling::CommonMistakes
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Devel::PPPort)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Find::Rule)
BuildRequires: perl(File::Slurp)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(File::Which)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(JSON::Any)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::CPANTS::Analyse) >= 0.960.0
BuildRequires: perl(Module::Pluggable)
BuildRequires: perl(Perl::Critic::Deprecated)
BuildRequires: perl(Perl::Critic::Itch) >= 0.70.0
BuildRequires: perl(Perl::Critic::Utils::Constants)
BuildRequires: perl(Perl::Metrics::Simple)
BuildRequires: perl(Perl::PrereqScanner)
BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Task::Perl::Critic)
BuildRequires: perl(Test::AutoLoader) >= 0.30.0
BuildRequires: perl(Test::CPAN::Changes)
BuildRequires: perl(Test::CPAN::Meta)
BuildRequires: perl(Test::CPAN::Meta::JSON) >= 0.160.0
BuildRequires: perl(Test::CPAN::Meta::YAML)
BuildRequires: perl(Test::Compile)
BuildRequires: perl(Test::ConsistentVersion)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Dir)
BuildRequires: perl(Test::DistManifest)
BuildRequires: perl(Test::EOL)
BuildRequires: perl(Test::FailWarnings)
BuildRequires: perl(Test::File)
BuildRequires: perl(Test::Fixme)
BuildRequires: perl(Test::HasVersion)
BuildRequires: perl(Test::MinimumVersion)
BuildRequires: perl(Test::Mojibake) >= 1.0.0
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoBreakpoints) >= 0.150.0
BuildRequires: perl(Test::NoPlan) >= 0.0.6
BuildRequires: perl(Test::Perl::Critic)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod::LinkCheck)
BuildRequires: perl(Test::Pod::No404s)
BuildRequires: perl(Test::Pod::Spelling::CommonMistakes)
BuildRequires: perl(Test::Portability::Files)
BuildRequires: perl(Test::Script)
BuildRequires: perl(Test::Signature)
BuildRequires: perl(Test::Spelling)
BuildRequires: perl(Test::Strict)
BuildRequires: perl(Test::Synopsis)
BuildRequires: perl(Test::Vars)
BuildRequires: perl(YAML)
BuildRequires: perl(YAML::Any)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Perl::PrereqScanner)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(File::HomeDir)

BuildArch: noarch

%description
This module greatly simplifies common author tests for modules heading
towards CPAN. I was sick of copy/pasting the tons of t/foo.t scripts +
managing them in every distro. I thought it would be nice to bundle all of
it into one module and toss it on CPAN :) That way, every time I update
this module all of my dists would be magically updated!

This module respects the RELEASE_TESTING/AUTOMATED_TESTING env variable, if
it is not set it will skip the entire testsuite. Normally end-users should
not run it; but you can if you want to see how bad my dists are, ha! The
scheme is exactly the same as the one Alias proposed in the Test::XT
manpage and in his blog post, the
http://use.perl.org/use.perl.org/_Alias/journal/38822.html manpage.

This module uses the Module::Pluggable manpage to have custom "backends"
that process various tests. We wrap them in a hackish the Test::Block
manpage block per-plugin and it seems to work nicely. If you want to write
your own, it should be a breeze once you look at some of my plugins and see
how it works. ( more documentation to come )

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README LICENSE META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 1.6.0-1
- (edc4a84) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13352 |14cu|perl-Test-AutoLoader-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-AutoLoader
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A testing utility for autosplit/autoloaded modules
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Builder)

BuildArch: noarch

%description
This single-purpose module attempts to eliminate uncaught syntax errors or
other obvious goofs in subroutines that are autosplit, and hence not looked
at by 'perl -c Module.pm'. Ideally, this module will become unnecessary as
you reach full coverage of those subroutines in your unit tests. Until that
happy day, however, this should provide a quick and dirty backstop for
embarrassing typos.

Test::AutoLoader is built on Test::Builder, and should interoperate
smoothly with other such modules (e.g. Test::Simple, Test::More).

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 0.30.0-1
- (27b8c95) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13353 |14cu|perl-Test-CheckManifest-1.280.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-CheckManifest
%define upstream_version 1.28

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Check if your Manifest matches your distro
License:    Artistic 2.0
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::Builder)
BuildArch:  noarch

%description
'Test::CheckManifest'

EXPORT
    There is only one method exported: 'ok_manifest'

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make
# We need debug enbled by default here, should be safe to skip tests.Sflo
# The following files are not named in the MANIFEST file: 
#/home/symbianflo/rpmbuild/BUILD/Test-CheckManifest-1.28/debugsources.list, 
#/home/symbianflo/rpmbuild/BUILD/Test-CheckManifest-1.28/debugfiles.list, 
#/home/symbianflo/rpmbuild/BUILD/Test-CheckManifest-1.28/debuglinks.list
#check
#make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*



%changelog
* Sat Nov 29 2014 abfonly <abfonly@gmail.com> 1.280.0-1
+ Revision: b086b7f
- Imported from SRPM fixwed BR.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13354 |14cu|perl-Test-Class-0.500.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Class
%define upstream_version 0.50

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Write Perl test suites in xUnit style


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Attribute::Handlers)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Contextual::Return)

BuildArch:	noarch

%description
Test::Class provides a simple way of creating classes and objects to test
your code in an xUnit style.

Built using the Test::Builder manpage, it was designed to work with other
Test::Builder based modules (the Test::More manpage, the Test::Differences
manpage, the Test::Exception manpage, etc.).

_Note:_ This module will make more sense, if you are already familiar with
the "standard" mechanisms for testing perl code. Those unfamiliar with the
Test::Harness manpage, the Test::Simple manpage, the Test::More manpage and
friends should go take a look at them now. the Test::Tutorial manpage is a
good starting point.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes META.yml META.json
iconv -f iso8859-1 -t utf-8 Changes > \
  Changes.conv && mv -f Changes.conv Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Thu Oct 15 2015 abfonly <abfonly@gmail.com> 0.500.0-1
- (8ab34c0) Log: Update to 0.500.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13355 |14cu|perl-Test-Class-Most-0.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Class-Most
%define upstream_version 0.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Test Classes the easy way
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Module::Build) >= 0.400.0
BuildRequires: perl(Test::Class) >= 0.380.0
BuildRequires: perl(Test::Most) >= 0.310.0
BuildRequires: perl(CPAN::Meta::YAML) >= 0.16.0
BuildRequires: perl-devel

BuildArch:  noarch

%description
When people write test classes with the excellent 'Test::Class', you often
see the following at the top of the code:

  package Some::Test::Class;

  use strict;
  use warnings;
  use base 'My::Test::Class';
  use Test::More;
  use Test::Exception;

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Tue Jun 30 2015 abfonly <John@smith.org> 0.80.0-1
- (6e9f868) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13356 |14cu|perl-Test-Cmd-1.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Cmd
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl module for portable testing of commands and scripts


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(Test)
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(Config)
BuildRequires:  perl(Cwd)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(File::Basename)
BuildRequires:  perl(File::Copy)
BuildRequires:  perl(File::Find)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)

BuildArch:	noarch

%description 
The Test::Cmd module provides a low-level framework for portable automated
testing of executable commands and scripts (in any language, not just Perl),
especially commands and scripts that interact with the file system.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{perl_vendorlib}/Test
%{_mandir}/*/*




%changelog

* Wed Oct 14 2015 abfonly <abfonly@gmail.com> 1.80.0-1
- (07080e0) Log: Update to 1.80.0
- (07080e0) fixed BR
- (07080e0) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13357 |14cu|perl-Test-Compile-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Compile
%define upstream_version 1.2.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Check whether Perl module files compile correctly

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-v%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(Devel::CheckOS)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(URI::Escape)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(UNIVERSAL::require)
BuildRequires:  perl(Test::Warnings)

BuildArch:	noarch

%description
Check Perl module files for errors or warnings in a test file.


%prep
%setup -qn %{upstream_name}-v%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Apr 18 2015 abfonly <John@smith.org> 1.2.1-1
- (f4d7b3f) Log: Update to 1.2.1, fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13358 |14cu|perl-Test-ConsistentVersion-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-ConsistentVersion
%define upstream_version v0.3.0

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Ensures distribution versions are consistent

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::Builder)
BuildRequires: perl(autodie)
BuildRequires: perl(version)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Pod::Content)


BuildArch: noarch

%description
The purpose of this module is to make it easy for other distribution
authors to have consistent version numbers within the modules (as well as
readme file and changelog) of the distribution.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}


%files
%doc Changes META.yml README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Wed Oct 14 2015 abfonly <abfonly@gmail.com> 0.3.0-1
- (96e0651) Log: update to 0.3.0
- (96e0651) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13359 |14cu|perl-Test-CPAN-Meta-JSON-0.160.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-CPAN-Meta-JSON
%define upstream_version 0.16

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Validate CPAN META data against the specification
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(IO::File)
BuildRequires: perl(JSON)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::More)

BuildArch: noarch

%description
This module was written to ensure that a META.json file, provided with a
standard distribution uploaded to CPAN, meets the specifications that are
slowly being introduced to module uploads, via the use of package makers
and installers such as the ExtUtils::MakeMaker manpage, the Module::Build
manpage and the Module::Install manpage.

See the CPAN::Meta manpage for further details of the CPAN Meta
Specification.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
iconv -f iso8859-1 -t utf-8 LICENSE > LICENSE.conv && mv -f LICENSE.conv LICENSE

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json LICENSE META.yml examples/
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 0.160.0-1
- (66e05f6) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13360 |14cu|perl-Test-CPAN-Meta-YAML-0.250.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-CPAN-Meta-YAML
%define upstream_version 0.25

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Validate META.json elements

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::YAML::Valid)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(YAML)
BuildRequires:	perl(YAML::Syck)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch:	noarch

%description
This module was written to ensure that a META.yml file, provided with a
standard distribution uploaded to CPAN, meets the specifications that
slowly being introduced to module uploads, via the use of the
ExtUtils::MakeMaker manpage, the Module::Build manpage and the
Module::Install manpage.

See the CPAN::Meta manpage for further details of the CPAN Meta
Specification.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
for file in Changes LICENSE ; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README LICENSE META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Oct 14 2015 abfonly <abfonly@gmail.com> 0.250.0-1
- (3771567) Log: Update to 0.250.0
- (3771567) fixed BR
- (3771567) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13361 |14cu|perl-Test-Deep-JSON-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Deep-JSON
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Compare JSON with Test::Deep
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter::Lite)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(JSON)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Tester)
BuildRequires: perl-devel

BuildArch: noarch

%description
Test::Deep::JSON provides 'json($expected)' function to expect that target
can be parsed as a JSON string and matches (by 'cmp_deeply') with
_$expected_.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Mon Mar 30 2015 abfonly <John@smith.org> 0.30.0-1
+ Revision: f593b55
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13362 |14cu|perl-Test-Deep-Type-0.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Deep-Type
%define upstream_version 0.006

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A Test::Deep plugin for validating type constraints
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta) >= 2.150.5
BuildRequires: perl(Exporter) >= 5.720.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec) >= 3.470.0
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(Safe::Isa)
BuildRequires: perl(Scalar::Util) >= 1.420.0
BuildRequires: perl(Test::Deep) >= 0.115.0
BuildRequires: perl(Test::Deep::Cmp)
BuildRequires: perl(Test::Fatal) >= 0.14.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Tester)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(overload)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildArch: noarch

%description
'Test::Deep::Type' provides the sub 'is_type' to indicate that the data
being tested must validate against the passed type. This is an actual type
_object_, not a string name -- for example something provided via the
MooseX::Types manpage, or a plain old coderef that returns a bool (such as
what might be used in a the Moo manpage type constraint).

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jul 18 2015 abfonly <abfonly@gmail.com> 0.6.0-1
- (ddcdc39) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13363 |14cu|perl-Test-Dir-1.14.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Dir
%define upstream_version 1.014

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Test folder attributes
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Path)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)

BuildArch: noarch

%description
This modules provides a collection of test utilities for directory
attributes. Use it in combination with Test::More in your test programs.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod -x README META.yml Changes 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 1.14.0-1
- (902621a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13364 |14cu|perl-Test-DistManifest-1.14.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-DistManifest
%define upstream_version 1.014

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Verify MANIFEST as an author test
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::Manifest)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec::Unix)
BuildRequires: perl(Module::Manifest)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(CPAN::Meta) >= 2.150.5

BuildArch: noarch

%description
This module provides a simple method of testing that a MANIFEST matches the
distribution.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
rm *.list 
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README META.json examples
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Wed Oct 14 2015 abfonly <abfonly@gmail.com> 1.14.0-1
- (2d44dd8) Log: Update to 1.14.0
- (2d44dd8) fixed BR
- (2d44dd8) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13365 |14cu|perl-Test-EOL-1.600.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-EOL
%define upstream_version 1.6

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Check the correct line endings in your project

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Cwd)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(vars)

BuildArch:	noarch

%description
This module scans your project/distribution for any perl files (scripts,
modules, etc) for the presence of windows line endings.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Oct 13 2015 abfonly <abfonly@gmail.com> 1.600.0-1
- (83e6c55) Log: Update to 1.600.0
- (83e6c55) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13366 |14cu|perl-Test-Expect-0.330.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Expect
%define upstream_version 0.33

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Automated driving and testing of terminal-based programs
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:  perl
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(strict)
BuildRequires:  perl(base)
BuildRequires:  perl(Class::Accessor::Chained::Fast)
BuildRequires:  perl(Expect::Simple)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(Test::Builder)
BuildRequires:  perl(warnings)
BuildRequires:  perl(Expect)
BuildRequires:  perl(Test::More) >= 1.1.9


BuildArch: noarch

%description
the Test::Expect manpage is a module for automated driving and testing of
terminal-based programs. It is handy for testing interactive programs which
have a prompt, and is based on the same concepts as the Tcl Expect tool. As
in the Expect::Simple manpage, the the Expect manpage object is made
available for tweaking.

the Test::Expect manpage is intended for use in a test script.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL INSTALLDIRS=vendor
./Build

%check
./Build test

%install
./Build install destdir=%buildroot installdirs=vendor

%files
%doc META.yml README META.json CHANGES
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Oct 13 2015 abfonly <abfonly@gmail.com> 0.330.0-1
- (f454de2) Log: update to 0.330.0 spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13367 |14cu|perl-Test-File-1.440.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-File
%define upstream_version 1.44

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Test file attributes

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Spec::Functions)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::utf8)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)

BuildArch:	noarch

%description
This modules provides a collection of test utilities for file
attributes.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README.* LICENSE META.yml META.json
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog

* Tue Oct 13 2015 abfonly <abfonly@gmail.com> 1.440.0-1
- (6868bfb) Log: Update to 1.440.0
- (6868bfb) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13368 |14cu|perl-Test-Filename-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Filename
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Portable filename comparison
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Test::Builder::Module)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Tester)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildArch: noarch

%description
Many cross-platform test failures -- particularly on Win32 -- are due to
hard-coded file paths being used in comparison tests.

  my $file = get_file();     # returns "foo\bar.t";
  is( $file, "foo/bar.t" );  # fails on Win32

This simple module provides some handy functions to convert all those path
separators automatically so filename tests will just DWIM.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat May 30 2015 abfonly <John@smith.org> 0.30.0-1
- (f7a825d) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13369 |14cu|perl-Test-File-ShareDir-1.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-File-ShareDir
%define upstream_version 1.000005

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Object Oriented ShareDir creation for modules
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Class::Tiny)
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Copy::Recursive)
BuildRequires: perl(File::ShareDir)
BuildRequires: perl(File::Spec)
BuildRequires: perl(FindBin)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildArch: noarch

%description
This module only has support for creating 'new' style share dirs and are
NOT compatible with old File::ShareDirs.

For this reason, unless you have File::ShareDir 1.00 or later installed,
this module will not be usable by you.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE Changes README META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Thu Feb 12 2015 abfonly <abfonly@gmail.com> 1.0.5-1
+ Revision: 63e4f84
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13370 |14cu|perl-Test-Fixme-0.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Fixme
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Check code for FIXMEs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Fixme-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Finder)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More) >= 1.1.9

BuildArch:	noarch

%description
When coding it is common to come up against problems that need to be
addressed but that are not a big deal at the moment. What generally happens
is that the coder adds comments like:

 # FIXME - what about windows that are bigger than the screen?

 # FIXME - add checking of user priviledges here.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README META.json LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Mon Oct 12 2015 abfonly <abfonly@gmail.com> 0.150.0-1
- (b746a3d) Log: Update to 0.150.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13371 |14cu|perl-Test-Kwalitee-1.220.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Kwalitee
%define upstream_version 1.22

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Test the Kwalitee of a distribution before you release it
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta::Check)
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(Cwd)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Module::CPANTS::Analyse)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Tester)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(version)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Tiny)

BuildRequires: perl-devel
BuildArch: noarch

%description
Kwalitee is an automatically-measurable gauge of how good your software is.
That's very different from quality, which a computer really can't measure
in a general sense. (If you can, you've solved a hard problem in computer
science.)

In the world of the CPAN, the CPANTS project (CPAN Testing Service; also a
funny acronym on its own) measures Kwalitee with several metrics. If you
plan to release a distribution to the CPAN -- or even within your own
organization -- testing its Kwalitee before creating a release can help you
improve your quality as well.

'Test::Kwalitee' and a short test file will do this for you automatically.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_bindir}/kwalitee-metrics
%{perl_vendorlib}/Test
%{_mandir}/*/*

%changelog

* Sun Apr 19 2015 abfonly <John@smith.org> 1.220.0-1
- (3dd1819) Log: Update to 1.220.0, fixed BR and tests, rewrite spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13372 |14cu|perl-Test-LeakTrace-0.150.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-LeakTrace
%define upstream_version 0.15

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    A LeakTrace interface for whole scripts
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel

%description
'Test::LeakTrace' provides several functions that trace memory leaks. This
module scans arenas, the memory allocation system, so it can detect any
leaked SVs in given blocks.

*Leaked SVs* are SVs which are not released after the end of the scope they
have been created. These SVs include global variables and internal caches.
For example, if you call a method in a tracing block, perl might prepare a
cache for the method. Thus, to trace true leaks, 'no_leaks_ok()' and
'leaks_cmp_ok()' executes a block more than once.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Feb 06 2015 abfonly <abfonly@gmail.com> 0.150.0-2
+ Revision: e8807bf
- Updated perl-Test-LeakTrace.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13373 |14cu|perl-Test-LectroTest-0.5001-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-LectroTest
%define upstream_version 0.5001

Name:       perl-%{upstream_name}
# the old is not converted
#Version:    %perl_convert_version %{upstream_version}
#
Version:	%{upstream_version}
Release:    1

Summary:    How to do regression testing (for free!)
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Class::Struct)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Filter::Util::Call)
BuildRequires: perl(POSIX)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More)
BuildRequires: perl(constant)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl-devel

BuildArch: noarch

%description
This module exports a single function 'capture' that allows you to
temporarily capture output from a given filehandle. The function returns an
anonymous function that can be used to restore the filehandle to its
previous condition and return any captured output.

For example, the output of the code in the Synopsis is as follows:

    before redirection
    after redirection
    Saved output = during redirection.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri Apr 24 2015 abfonly <abfonly@gmail.com> 0.5001-1
- (9c9210f) fixed versioning.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13374 |14cu|perl-Test-Memory-Cycle-1.40.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Memory-Cycle
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Check for memory leaks and circular memory references

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.bz2
BuildRequires:	perl(Devel::Cycle) >= 1.07
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(PadWalker)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Simple) >= 0.62
BuildRequires:	perl(CGI)
BuildRequires:	perl-devel
Requires:	perl(Devel::Cycle) >= 1.07
BuildArch: 	    noarch

%description 
Perl's garbage collection has one big problem: Circular references can't get
cleaned up. A circular reference can be as simple as two objects that refer to
each other. Test::Memory::Cycle is built on top of Devel::Cycle to give you an
easy way to check for these circular references.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog
* Wed Jan 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-7
+ Revision: 9160526
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13375 |14cu|perl-Test-MinimumVersion-0.101.81-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-MinimumVersion
%define upstream_version 0.101081

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Does your code require newer perl than you think?

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-MinimumVersion-%{upstream_version}.tar.gz

BuildRequires:	perl(File::Find::Rule::Perl)
BuildRequires:	perl(Perl::MinimumVersion)
BuildRequires:	perl(Test::Tester)
BuildRequires:	perl(YAML::Tiny)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Does your code require newer perl than you think?

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.101.81-4
+ Revision: ba70b51
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13376 |14cu|perl-Test-MockModule-0.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-MockModule
%define upstream_version 0.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Override subroutines in a module for unit testing
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(SUPER)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)

BuildArch: noarch

%description
'Test::MockModule' lets you temporarily redefine subroutines in other
packages for the purposes of unit testing.

A 'Test::MockModule' object is set up to mock subroutines for a given
module. The object remembers the original subroutine so it can be easily
restored. This happens automatically when all MockModule objects for the
given module go out of scope, or when you 'unmock()' the subroutine.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc LICENSE META.yml Changes README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Oct 12 2015 abfonly <abfonly@gmail.com> 0.100.0-1
- (f088852) Log: Re-imported 0.100.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13377 |14cu|perl-Test-MockObject-1.201.505.270-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-MockObject
%define upstream_version 1.20150527

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl extension for emulating troublesome interfaces

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(UNIVERSAL::isa)
BuildRequires:	perl(UNIVERSAL::can)
BuildRequires:	perl(Test::Warn) >= 0.230
BuildRequires:	perl(Test::More) >= 0.980
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(CGI)

BuildArch:	noarch

%description 
It's a simple program that doesn't use any other modules, and those are easy to
test. More often, testing a program completely means faking up input to another
module, trying to coax the right output from something you're not supposed to
be testing anyway.

Testing is a lot easier when you can control the entire environment. With
Test::MockObject, you can get a lot closer.

Test::MockObject allows you to create objects that conform to particular
interfaces with very little code. You don't have to reimplement the behavior,
just the input and the output.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc Changes README LICENSE META.yml
%{perl_vendorlib}/Test
%{_mandir}/*/*




%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 1.201.505.270-1
- (77ff7a9) Log: Update to 1.201.505.270



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13378 |14cu|perl-Test-MockTime-0.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-MockTime
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Mock time/localtime for testing

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Time::Local)
BuildRequires:	perl(Time::Piece) >= 1.300.0
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This module was created to enable test suites to test code at specific
points in time. Specifically it overrides localtime, gmtime and time at
compile time and then relies on the user supplying a mock time via
set_relative_time, set_absolute_time or set_fixed_time to alter future
calls to gmtime,time or localtime.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
chmod -x %{buildroot}%{perl_vendorlib}/Test/MockTime.pm

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Oct 12 2015 abfonly <abfonly@gmail.com> 0.150.0-1
- (8107078) Log: Update to 0.150.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13379 |14cu|perl-Test-Modern-0.13.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  Test-Modern  
%define upstream_version 0.013

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Precision testing for modern perl
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Test-Modern/
Source0:	http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CPAN::Meta::Requirements)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(B)
BuildRequires:	perl(Cwd)
BuildRequires:	perl(Exporter::Tiny)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(Import::Into)
BuildRequires:	perl(Module::Runtime)
BuildRequires:	perl(Moose::Util)
BuildRequires:	perl(Mouse::Util)
BuildRequires:	perl(Role::Tiny)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(strict)
BuildRequires:	perl(Test::API) 
BuildRequires:	perl(Test::Deep) 
BuildRequires:	perl(Test::Fatal) 
BuildRequires:	perl(Test::LongString) 
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Version)
BuildRequires:	perl(Test::Warnings)
BuildRequires:	perl(Try::Tiny) 
BuildRequires:	perl(warnings)
BuildRequires:	perl(base)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Moose) 
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(aliased)

BuildArch:	noarch

%description
Test::Modern provides the best features of Test::More, Test::Fatal,
Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as ideas
from Test::Requires, Test::DescribeMe, Test::Moose, and Test::CleanNamespaces.

Test::Modern also automatically imposes strict and warnings on your script,
and loads IO::File (much of the same stuff Modern::Perl does).

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes CONTRIBUTING CREDITS README COPYRIGHT LICENSE META.json META.yml
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog

* Mon Jun 15 2015 abfonly <John@smith.org> 0.13.0-1
- (8c81d48) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13380 |14cu|perl-Test-Mojibake-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Mojibake
%define upstream_version 1.0

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Check your source for encoding misbehavior
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Encode)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::More)
BuildRequires: perl(base)
BuildRequires: perl(integer)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildArch: noarch

%description
Many modern text editors automatically save files using UTF-8 codification,
however, the perl manpage interpreter does not expects it _by default_.
Whereas this does not represent a big deal on (most) backend-oriented
programs, Web framework (http://www.catalystframework.org/,
http://mojolicio.us/) based applications will suffer of so-called
http://en.wikipedia.org/wiki/Mojibake (lit. "unintelligible sequence of
characters").

Even worse: if an editor saves BOM (Byte Order Mark, 'U+FEFF' character in
Unicode) at the start of the script with executable bit set (on Unix
systems), it won't execute at all, due to shebang corruption.

Avoiding codification problems is quite simple:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_bindir}/scan_mojibake
%{_mandir}/man3/*
%{_mandir}/man1/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 1.0.0-1
- (441eaf6) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13381 |14cu|perl-Test-Moose-More-0.35.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Moose-More
%define upstream_version 0.035

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    More tools for testing Moose packages
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/authors/id/R/RS/RSRCHBOY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Data::OptList)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Moose) >= 2.140.500
BuildRequires: perl(Moose::Autobox)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Moose::Util)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(Perl::Version)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Syntax::Keyword::Junction)
BuildRequires: perl(TAP::SimpleOutput)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::CheckDeps) >= 0.10.0
BuildRequires: perl(Test::Moose)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(aliased)
BuildRequires: perl(constant)
BuildRequires: perl(namespace::autoclean) >= 0.270.0
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildRequires: perl(CPAN::Meta::Check) >= 0.12.0
BuildRequires: perl(CPAN::Meta) >= 2.150.5

BuildArch:  noarch

%description
This package contains a number of additional tests that can be employed
against Moose classes/roles. It is intended to replace the Test::Moose
manpage in your tests, and reexports any tests that it has and we do not,
yet.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README SIGNATURE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Oct 12 2015 abfonly <abfonly@gmail.com> 0.35.0-1
- (4414fb5) Log: update to 0.35.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13382 |14cu|perl-Test-Most-0.340.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Most
%define upstream_version 0.34

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Most commonly needed test functions and features
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Harness)
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Module::Build::Compat)
Requires:	perl(Exception::Class)
Requires:	perl(Test::Deep)
Requires:	perl(Test::Differences)
Requires:	perl(Test::Exception)
Requires:	perl(Test::Warn)
BuildArch: noarch

%description
Most commonly needed test functions and features.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Wed Jun 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.340.0-2
- (6627acf) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13383 |14cu|perl-Test-Needs-0.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Needs
%define upstream_version 0.002002

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Skip tests when modules not available
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl-devel
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Test2::Event) >= 1.302.30

BuildArch: noarch

%description
Skip test scripts if modules are not available. The requested modules will
be loaded, and optionally have their versions checked. If the module is
missing, the test script will be skipped. Modules that are found but fail
to compile will exit with an error rather than skip.

If used in a subtest, the remainder of the subtest will be skipped.

Skipping will work even if some tests have already been run, or if a plan
has been declared.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jun 20 2016 abfonly <abfonly@gmail.com> 0.2.2-1
- (86852d9) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13384 |14cu|perl-Test-NoBreakpoints-0.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-NoBreakpoints
%define upstream_version 0.15

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Test that files do not contain soft breakpoints
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Tester)
BuildRequires: perl(Test::UseAllModules)
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)

BuildArch: noarch

%description
I love soft breakpoints ('$DB::single = 1') in the Perl debugger.
Unfortunately, I have a habit of putting them in my code during development
and forgetting to take them out before I upload it to CPAN, necessitating a
hasty fix/package/bundle cycle followed by much cursing.

Test::NoBreakpoints checks that files contain neither the string
'$DB::single = 1' nor '$DB::signal = 1'. By adding such a test to all my
modules, I swear less and presumably lighten the load on the CPAN in some
small way.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 0.150.0-1
- (6cd7cd4) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13385 |14cu|perl-Test-NoPlan-0.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-NoPlan
%define upstream_version v0.0.6

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Check perl test files for 'no_plan'
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(version)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)

BuildArch: noarch

%description
no description found

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 0.0.6-1
- (fbac58c) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13386 |14cu|perl-Test-NoTabs-1.400.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-NoTabs
%define upstream_version 1.4

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Check the presence of tabs in your project

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This module scans your project/distribution for any perl files (scripts,
modules, etc) for the presence of tabs.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 1.400.0-1
- (abb59eb) Log: update to 1.400.0
- (abb59eb) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13387 |14cu|perl-Test-Perl-Critic-1.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Perl-Critic
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Use Perl::Critic in test programs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Perl::Critic)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Carp)
BuildRequires:	perl(English)
BuildRequires:	perl(MCE)
BuildRequires:	perl(Perl::Critic::Utils)
BuildRequires:	perl(Perl::Critic::Violation)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(File::HomeDir)

BuildArch:	noarch

%description 
Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine
suitable for test programs written using the Test::More framework. This makes
it easy to integrate coding-standards enforcement into the build process. For
ultimate convenience (at the expense of some flexibility), see the criticism
pragma.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor
./Build

%install
./Build install --destdir=%{buildroot}

%check
./Build test


%files
%doc Changes LICENSE README META.json META.yml
%{perl_vendorlib}/Test
%{_mandir}/*/*


%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 1.30.0-1
- (71b6d72) Log: Update to 1.30.0
- (71b6d72) import missing BR
- (71b6d72) switch to Module::Build build
- (71b6d72) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13388 |14cu|perl-Test-Pod-LinkCheck-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Pod-LinkCheck
%define upstream_version 0.008

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Tests POD for invalid links
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(App::PodLinkCheck::ParseLinks) >= 4.0.0
BuildRequires: perl(App::PodLinkCheck::ParseSections)
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Config)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Build) >= 0.360.100
BuildRequires: perl(Moose) >= 1.10.0
BuildRequires: perl(Moose::Util::TypeConstraints) >= 1.10.0
BuildRequires: perl(Pod::Find)
BuildRequires: perl(Test::Builder) >= 0.940.0
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Test::Pod) >= 1.440.0
BuildRequires: perl(Test::Tester)
BuildRequires: perl(parent)
BuildRequires: man
BuildRequires: perl(Module::Build::Tiny)

BuildArch:  noarch

%description
This module looks for any links in your POD and verifies that they point to
a valid resource. It uses the the Pod::Simple manpage parser to analyze the
pod files and look at their links. In a nutshell, it looks for 'L<Foo>'
links and makes sure that Foo exists. It also recognizes section links,
'L</SYNOPSIS>' for example. Also, manpages are resolved and checked.

This module does *NOT* check "http" links like 'L<http://www.google.com>'
in your pod. For that, please check out the Test::Pod::No404s manpage.

Normally, you wouldn't want this test to be run during end-user
installation because they might not have the modules installed! It is
HIGHLY recommended that this be used only for module authors'
RELEASE_TESTING phase. To do that, just modify the synopsis to add an env
check :)

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
# prevent test to reach network (for cpan)
perl -pi -e 's/Acme::Drunk/Test::More/' t/simple.t
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README SIGNATURE examples
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

* Tue Jun 02 2015 abfonly <abfonly@gmail.com> 0.8.0-1
- (b28c22b) Updated perl-Test-Pod-LinkCheck.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13389 |14cu|perl-Test-Pod-No404s-0.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Pod-No404s
%define upstream_version 0.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Using this test module will check your POD for any http 404 links
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Pod::Simple::Text)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(URI::Find)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Tiny)

BuildArch: noarch

%description
This module looks for any http(s) links in your POD and verifies that they
will not return a 404. It uses the LWP::UserAgent manpage for the heavy
lifting, and simply lets you know if it failed to retrieve the document.
More specifically, it uses $response->is_error as the "test."

This module does *NOT* check "pod" or "man" links like 'L<Test::Pod>' in
your pod. For that, please check out the Test::Pod::LinkCheck manpage.

Normally, you wouldn't want this test to be run during end-user
installation because they might have no internet! It is HIGHLY recommended
that this be used only for module authors' RELEASE_TESTING phase. To do
that, just modify the synopsis to add an env check :)

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README LICENSE META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 0.20.0-1
- (34c91b6) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13390 |14cu|perl-Test-Pod-Spelling-CommonMistakes-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Pod-Spelling-CommonMistakes
%define upstream_version 1.001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Checks POD for common spelling mistakes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Pod::Spell::CommonMistakes)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(version)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(parent)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(File::HomeDir)

BuildArch:	noarch

%description
This module checks your POD for common spelling errors. This differs than
the Test::Spelling manpage because it doesn't use your system spellchecker
and instead uses the Pod::Spell::CommonMistakes manpage for the heavy
lifting. Using it is the same as any standard Test::* module, as seen here.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README META.yml Changes META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 1.1.0-1
- (a2b396f) Log: Update to 1.1.0
- (a2b396f) fixed BR
- (a2b396f) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13391 |14cu|perl-Test-POE-Server-TCP-1.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-POE-Server-TCP
%define upstream_version 1.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A POE Component providing TCP server services for test cases

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(POE)
BuildRequires:	perl(POE::Filter)
BuildRequires:	perl(POE::Filter::Line)
BuildRequires:	perl(POE::Wheel::ReadWrite)
BuildRequires:	perl(POE::Wheel::SocketFactory)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Text::ParseWords)
BuildRequires:	perl(Pod::Coverage::TrustPod)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)

BuildArch:	noarch

%description
Test::POE::Server::TCP is a the POE manpage component that provides a TCP
server framework for inclusion in client component test cases, instead of
having to roll your own.

Once registered with the component, a session will receive events related
to client connects, disconnects, input and flushed output. Each of these
events will refer to a unique client ID which may be used in communication
with the component when sending data to the client or disconnecting a
client connection.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/Test



%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 1.180.0-1
- (2826033) Log: Update to 1.180.0
- (2826033) fixed BR
- (2826033) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13392 |14cu|perl-Test-PostgreSQL-1.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-PostgreSQL
%define upstream_version 1.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    PostgreSQL runner for tests
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Class::Accessor::Lite)
BuildRequires: perl(DBD::Pg)
BuildRequires: perl(DBI)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::SharedFork)

BuildArch: noarch

%description
'Test::PostgreSQL' automatically setups a PostgreSQL instance in a
temporary directory, and destroys it when the perl script exits.

This module is a fork of Test::postgresql, which was abandoned by its
author several years ago.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 1.60.0-1
- (156ccfe) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13393 |14cu|perl-Test-Prereq-1.39.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Prereq
%define upstream_version 1.039

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Check if Makefile.PL has the right pre-requisites

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Prereq-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Module::CoreList)
BuildRequires:	perl(Module::Info)
BuildRequires:	perl(File::Spec::Functions)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::Info)
BuildRequires:	perl(Module::CoreList)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)



BuildArch:	noarch

%description 
The prereq_ok() function examines the modules it finds in blib/lib/,
blib/script, and the test files it finds in t/ (and test.pl). It figures out
which modules they use, skips the modules that are in the Perl core, and
compares the remaining list of modules to those in the PREREQ_PM section of
Makefile.PL.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files
%doc Changes README.* LICENSE META.json META.yml
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 1.39.0-1
- (ed7c23d) Log: Update to 1.39.0
- (ed7c23d) fixed tests and drop hacks
- (ed7c23d) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13394 |14cu|perl-Test-Reporter-1.620.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Reporter
%define upstream_version 1.62

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Sends test results to cpan-testers@perl.org

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Reporter-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Cwd)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(FileHandle)
BuildRequires:	perl(Net::DNS)
BuildRequires:	perl(Net::SMTP)
BuildRequires:	perl(Sys::Hostname)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Time::Local)
BuildRequires:	perl(base)
BuildRequires:	perl(constant)

BuildArch:	noarch

%description
Test::Reporter reports the test results of any given distribution to the
CPAN Testers project. Test::Reporter has wide support for various perl5's
and platforms.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 1.620.0-1
- (3880a88) Log: Update to 1.620.0
- (3880a88) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13395 |14cu|perl-Test-RequiresInternet-0.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-RequiresInternet
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Easily test network connectivity
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Socket)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

BuildArch: noarch

%description
This module is intended to easily test network connectivity before
functional tests begin to non-local Internet resources. It does not
require any modules beyond those supplied in core Perl.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 0.50.0-1
- (b87acfa) Updated to 0.05



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13396 |14cu|perl-Test-Roo-1.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Roo
%define upstream_version 1.004

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Test::Roo examples

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(List::Util)
BuildRequires: perl(Moo)
BuildRequires: perl(MooX::Types::MooseLike::Base)
BuildRequires: perl(Sub::Install)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildRequires: perl(strict)
BuildRequires: perl(strictures)
BuildRequires: perl(warnings)
BuildRequires: perl(bareword::filehandles)
BuildRequires: perl(indirect)
BuildRequires: perl(multidimensional)

BuildArch: noarch

%description
This module allows you to compose the Test::More manpage tests from roles.
It is inspired by the excellent the Test::Routine manpage module, but uses
the Moo manpage instead of the Moose manpage. This gives most of the
benefits without the need for the Moose manpage as a test dependency.

Test files are Moo classes. You can define any needed test fixtures as Moo
attributes. You define tests as method modifiers -- similar in concept to
'subtest' in the Test::More manpage, but your test method will be passed
the test object for access to fixture attributes. You may compose any the
Moo::Role manpage into your test to define attributes, require particular
methods, or define tests.

This means that you can isolate test _behaviors_ into roles which require
certain test _fixtures_ in order to run. Your main test file will provide
the fixtures and compose the roles to run. This makes it easy to reuse test
behaviors.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README CONTRIBUTING.mkdn
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Apr 25 2015 abfonly <John@smith.org> 1.4.0-1
- (4c1ba43) Log: Update to 1.4.0, import all BR, enable all tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13397 |14cu|perl-Test-SharedFork-0.340.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-SharedFork
%define upstream_version 0.34

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Fork test

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(Config)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(Fcntl)
BuildRequires:  perl(File::Spec::Functions)
BuildRequires:  perl(File::Temp)
BuildRequires:  perl(IO::Handle)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Storable)
BuildRequires:  perl(Test::Builder)
BuildRequires:  perl(Test::Builder::Module)
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(Test::Requires)
BuildRequires:  perl(Tie::Array)
BuildRequires:  perl(Tie::Scalar)
BuildRequires:  perl(Time::HiRes)
BuildRequires:  perl(base)
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)
BuildRequires:  perl-devel

BuildArch:  noarch

%description
Test::SharedFork is utility module for Test::Builder.

This module makes the fork(2) manpage safety in your test case.

This module merges test count with parent process & child process.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml 
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 0.340.0-1
- (4f1047f) Log: Update to 0.340.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13398 |14cu|perl-Test-Signature-1.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Signature
%define upstream_version 1.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Automated SIGNATURE testing
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(Test::Builder)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Config)
BuildRequires:  perl(Cwd)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(ExtUtils::Manifest)
BuildRequires:  perl(Fcntl)
BuildRequires:  perl(File::Find)
BuildRequires:  perl(File::Path)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(File::Temp)
BuildRequires:  perl(FindBin)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(Module::Signature)
BuildRequires:  perl(Socket)
BuildRequires:  perl(strict)
BuildRequires:  perl(Test::Builder)
BuildRequires:  perl(vars)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(File::Find::Rule)
BuildRequires:  perl(Test::Pod)

BuildArch: noarch

%description
'Module::Signature' allows you to verify that a distribution has not been
tampered with. 'Test::Signature' lets that be tested as part of the
distribution's test suite.

By default, if 'Module::Signature' is not installed then it will just say
so and not fail the test. That can be overridden though.

*IMPORTANT*: This is not a substitute for the users verifying the
distribution themselves. By the time this module is run, the users will
have already run your _Makefile.PL_ or _Build.PL_ scripts which could have
been compromised.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make


%check
# Need to import and check online the signature.
#make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 02 2015 abfonly <John@smith.org> 1.110.0-1
- (d70c51d) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13399 |14cu|perl-Test-Spec-0.510.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Spec
%define upstream_version 0.51

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	RSpec-like testing for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Spec-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Package::Stash)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(TAP::Parser)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Trap)
BuildRequires:	perl(Tie::IxHash)
BuildRequires:	perl(constant)

BuildArch:	noarch

%description
This is a declarative specification-style testing system for
behavior-driven development (BDD) in Perl. The tests (a.k.a. examples) are
named with strings instead of subroutine names, so your fingers will suffer
less fatigue from underscore-itis, with the side benefit that the test
reports are more legible.

This module is inspired by and borrows heavily from RSpec
(http://rspec.info/documentation/), a BDD tool for the Ruby programming
language.

EXPORTS
    When given *no list* (i.e. 'use Test::Spec;'), this class will export:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml META.json README.*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Oct 08 2015 abfonly <abfonly@gmail.com> 0.510.0-1
- (02dc170) Log: Update to 0.510.0
- (02dc170) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13400 |14cu|perl-Test-Spelling-0.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Spelling
%define upstream_version 0.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Check for spelling errors in POD

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Pod::Spell)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Tester)
BuildRequires:	perl(IPC::Run3)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

Requires:	aspell-en

%description
Check POD files for spelling mistakes, using the Pod::Spell manpage and
_spell_ to do the heavy lifting.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/Test


%changelog

* Thu Oct 08 2015 abfonly <abfonly@gmail.com> 0.200.0-1
- (a6c687e) Log: Update to 0.200.0
- (a6c687e) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13401 |14cu|perl-Test-Strict-0.280.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Strict
%define upstream_version 0.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Check syntax, presence of use strict; and test coverage

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Devel::Cover)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Simple)


BuildArch:	noarch

%description
The most basic test one can write is "does it compile ?". This module tests if
the code compiles and play nice with Test::Simple modules.

Another good practice this module can test is to "use strict;" in all perl
files.

By setting a minimum test coverage through all_cover_ok(), a code author can
ensure his code is tested above a preset level of kwality throughout the
development cycle.

Along with Test::Pod, this module can provide the first tests to setup for a
module author.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml 
%{_mandir}/man3/*
%{perl_vendorlib}/Test



%changelog

* Thu Oct 08 2015 abfonly <abfonly@gmail.com> 0.280.0-1
- (f58a371) Log: Update to 0.280.0
- (f58a371) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13402 |14cu|perl-Test-Synopsis-0.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Synopsis
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Test your SYNOPSIS code

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Synopsis-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Filter::Util::Call)
BuildRequires:	perl(Test::Builder)

BuildArch:	noarch

%description
Test::Synopsis is an (author) test module to find .pm or .pod files under
your _lib_ directory and then make sure the example snippet code in your
_SYNOPSIS_ section passes the perl compile check.

Note that this module only checks the perl syntax (by wrapping the code
with 'sub') and doesn't actually run the code.

Suppose you have the following POD in your module.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Oct 08 2015 abfonly <abfonly@gmail.com> 0.110.0-1
- (6da06c9) Log: update to 0.110.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13403 |14cu|perl-Test-TCP-2.160.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-TCP
%define upstream_version 2.16

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Testing TCP program
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:  perl(base)
BuildRequires:  perl(Carp)
BuildRequires:  perl(Config)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(File::Temp)
BuildRequires:  perl(File::Which)
BuildRequires:  perl(IO::Socket::INET)
BuildRequires:  perl(IO::Socket::IP)
BuildRequires:  perl(POSIX)
BuildRequires:  perl(Socket)
BuildRequires:  perl(strict)
BuildRequires:  perl(Test::More) >= 1.1.9
BuildRequires:  perl(Test::SharedFork)
BuildRequires:  perl(Time::HiRes)
BuildRequires:  perl(warnings)

BuildArch:  noarch

%description
Test::TCP is test utilities for TCP/IP programs.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml META.json README.md
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jul 09 2016 abfonly <abfonly@gmail.com> 2.160.0-1
- (327c8e2) Log: Update to 2.160.0 (cpan ver 2.16)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13404 |14cu|perl-Test-TempDir-0.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-TempDir
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A factory for creating L<Test::TempDir::Handle>

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl-devel
BuildRequires:	perl(File::NFSLock)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types::Path::Class)
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(Test::use::ok)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Test::CheckDeps)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(Test::More) >= 1.1.9 
BuildRequires:	perl(Module::Build::Tiny)
BuildRequires:	perl(CPAN::Meta) >= 2.150.5
BuildRequires:	perl(Directory::Scratch)

BuildArch:	noarch

%description
Test::TempDir provides temporary directory creation with testing in mind.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Wed Oct 07 2015 abfonly <abfonly@gmail.com> 0.100.0-1
- (e3f3f3c) Log: update to 0.100.0
- (e3f3f3c) fixed BR
- (e3f3f3c) fixed %doc
- (e3f3f3c) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13405 |14cu|perl-Test-TempDir-Tiny-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-TempDir-Tiny
%define upstream_version 0.003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Temporary directories that stick around when tests fail
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(B)
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildArch: noarch

%description
This module works with the Test::More manpage to create temporary
directories that stick around if tests fail.

It is loosely based on the Test::TempDir manpage, but with less complexity,
greater portability and zero non-core dependencies. (the Capture::Tiny
manpage is recommended for testing.)

The the /tempdir manpage function is exported by default. When called, it
constructs a directory tree to hold temporary directories.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sun Feb 15 2015 abfonly <abfonly@gmail.com> 0.3.0-1
+ Revision: 6252d5e
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13406 |14cu|perl-Test-TrailingSpace-0.20.500-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-TrailingSpace
%define upstream_version 0.0205

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Test for trailing space in source files
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker) 
BuildRequires: perl(File::Find::Object::Rule) 
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::More)
BuildRequires: perl(autodie)
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Class::XSAccessor)


BuildArch:  noarch

%description
This module is used to test for lack of trailing space. See the synopsis
for more details.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 0.20.500-1
- (7559aa4) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13407 |14cu|perl-Test-Trap-0.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Trap
%define upstream_version 0.3.2

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Trap exit codes, exceptions, output


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/%{upstream_name}-v%{upstream_version}.tar.gz

BuildRequires:	perl(Carp)
BuildRequires:	perl(Data::Dump)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::Tester)
BuildRequires:	perl(version)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(base)
BuildRequires:	perl(constant)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)

BuildArch:	noarch

%description
Primarily (but not exclusively) for use in test scripts: A block eval on
steroids, configurable and extensible, but by default trapping (Perl)
STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return
values from boxed blocks of test code.

The values collected by the latest trap can then be queried or tested
through a special trap object.

%prep
%setup -qn %{upstream_name}-v%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README META.json META.yml
%{perl_vendorlib}/Test
%{_mandir}/*/*




%changelog

* Wed Oct 07 2015 abfonly <abfonly@gmail.com> 0.3.2-1
- (f7bf5e2) Log: nUpdate to 0.3.2
- (f7bf5e2) switch to Module::Build build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13408 |14cu|perl-Test-UseAllModules-0.170.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-UseAllModules
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Do use_ok() for all modules MANIFESTed

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exporter)
BuildRequires:	perl(ExtUtils::Manifest)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
I'm sick of writing 00_load.t (or something like that) that'll do use_ok()
for every module I write. I'm sicker of updating 00_load.t when I add
another file to the distro. This module reads MANIFEST to find modules to
be tested and does use_ok() for each of them. Now all you have to do is
update MANIFEST. You don't have to modify the test any more (hopefully).

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon May 11 2015 abfonly <John@smith.org> 0.170.0-1
- (6c5a366) Log: Update to 0.170.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13409 |14cu|perl-Test-Vars-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Vars
%define upstream_version 0.008

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Detects unused variables

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(B)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(parent)

BuildArch:	noarch

%description
Test::Vars finds unused variables in order to keep the source code tidy.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes README.* META.json META.yml LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Oct 06 2015 abfonly <abfonly@gmail.com> 0.8.0-1
- (531da66) Log; update to 0.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13410 |14cu|perl-Test-Warn-0.300.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Warn
%define upstream_version 0.30

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	Perl extension to test methods for warnings
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Array::Compare)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Tree::DAG_Node)
BuildRequires:	perl(Test::Exception)

Requires:		perl(Tree::DAG_Node)

BuildArch:	noarch

%description 
This module provides a few convenience methods for testing warning based code.

If you are not already familiar with the Test::More manpage now would be the
time to go take a look.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files
%doc Changes README
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog

* Wed Jun 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.300.0-5
- (be2efed) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13411 |14cu|perl-Test-Without-Module-0.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Without-Module
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Test::Without::Module - Test fallback behaviour in absence of modules

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Inline)
BuildArch:	noarch

%description
This module allows you to deliberately hide modules from a program
even though they are installed. This is mostly useful for testing modules
that have a fallback when a certain dependency module is not installed.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

# pod2test is gone from perl-Test-Inline
perl -pi -e "s|pod2test|/bin/true|g" Makefile.PL
chmod -x Changes README lib/Test/Without/Module.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%dir %{perl_vendorlib}/Test/Without
%{perl_vendorlib}/Test/Without/*
%{_mandir}/*/*


%changelog

* Mon May 11 2015 abfonly <John@smith.org> 0.180.0-1
- (be4d6d0) Log: update to 0.180.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13412 |14cu|perl-Test-WWW-Mechanize-Catalyst-0.600.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-WWW-Mechanize-Catalyst
%define upstream_version 0.60

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Test::WWW::Mechanize for Catalyst
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Catalyst::Plugin::Session)
BuildRequires:	perl(Catalyst::Plugin::Session::State::Cookie)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::WWW::Mechanize) >= 1.04
BuildRequires:	perl(Test::utf8)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Term::Size::Perl)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)

BuildArch:	noarch

%description
Catalyst is an elegant MVC Web Application
Framework. Test::WWW::Mechanize is a subclass of WWW::Mechanize that
incorporates features for web application testing. The
Test::WWW::Mechanize::Catalyst module meshes the two to allow easy
testing of Catalyst applications without starting up a web server.


%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL installdirs=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES README META.yml
%{_mandir}/*/*
%{perl_vendorlib}/Test



%changelog

* Sun Jun 14 2015 abfonly <John@smith.org> 0.600.0-1
- (fa4fb33) Log: Update to 0.600.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13413 |14cu|perl-Test-WWW-Mechanize-LibXML-0.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-WWW-Mechanize-LibXML
%define upstream_version v0.0.4

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Use HTML::TreeBuilder::LibXML for testing

License:	MIT
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::TreeBuilder::LibXML)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::WWW::Mechanize)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Test::CPAN::Changes)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::TrailingSpace)

BuildArch:	noarch

%description
This module inherits from the Test::WWW::Mechanize manpage, and allows one
to utilize the HTML::TreeBuilder::LibXML manpage to perform XPath and the
HTML::TreeBuilder manpage queries on the tree.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 0.0.4-1
- (8c27f6e) Log: Update to 0.0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13414 |14cu|perl-Test-WWW-Selenium-Catalyst-0.70.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-WWW-Selenium-Catalyst
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Test your Catalyst app with Selenium


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Alien::SeleniumRC)
BuildRequires:	perl(Catalyst::Runtime) >= 5.900.930
BuildRequires:	perl(Catalyst::Utils)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(IPC::Cmd)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::WWW::Selenium)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)

BuildArch:	noarch

%description
Use Selenium to test your Catalyst application.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Sun Jun 14 2015 abfonly <abfonly@gmail.com> 0.70.0-3
- (f04d1f5) Rebuild against new Catalyst, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13415 |14cu|perl-Test-YAML-Meta-0.220.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-YAML-Meta
%define upstream_version 0.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Validation of the META.yml file in a distribution

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BA/BARBIE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::CPAN::Meta::YAML)
BuildRequires:	perl(Test::YAML::Valid)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::CPAN::Meta::YAML)
BuildRequires:	perl(Test::YAML::Valid)
BuildRequires:	perl(Test::CPAN::Meta)
BuildRequires:	perl(Test::CPAN::Meta::JSON)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch:	noarch

%description
This module was written to ensure that a META.yml file, provided with a
standard distribution uploaded to CPAN, meets the specifications that slowly
being introduced to module uploads, via the use of ExtUtils::MakeMaker,
Module::Build and Module::Install.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

iconv -f iso8859-1 -t utf-8 LICENSE > LICENSE.conv && mv -f LICENSE.conv LICENSE

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE META.json META.yml
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog

* Tue Oct 06 2015 abfonly <abfonly@gmail.com> 0.220.0-1
- (a25f6a1) Log: update to 0.220.0
- (a25f6a1) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13416 |14cu|perl-Text-Aligner-0.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Aligner
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A single function to justify strings to various alignment styles

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Term::ANSIColor)
BuildRequires:	perl(Test::More)

BuildArch:	noarch

%description
Text::Aligner exports a single function, align(), which is used to justify
strings to various alignment styles. The alignment specification is the
first argument, followed by any number of scalars which are subject to
alignment.

The operation depends on context. In list context, a list of the justified
scalars is returned. In scalar context, the justified arguments are joined
into a single string with newlines appended. The original arguments remain
unchanged. In void context, in-place justification is attempted. In this
case, all arguments must be lvalues.

Align() also does one level of scalar dereferencing. That is, whenever one
of the arguments is a scalar reference, the scalar pointed to is aligned
instead. Other references are simply stringified. An undefined argument is
interpreted as an empty string without complaint.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Jun 21 2015 abfonly <John@smith.org> 0.120.0-1
- (725d973) Log: Update to 0.120.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13417 |14cu|perl-Text-Balanced-2.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Balanced
%define upstream_version 2.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Extract balanced-delimiter substrings

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SH/SHAY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9

BuildArch:	noarch

%description
The various 'extract_...' subroutines may be used to extract a delimited
substring, possibly after skipping a specified prefix string. By default,
that prefix is optional whitespace ('/\s*/'), but you can change it to
whatever you wish (see below).

The substring to be extracted must appear at the current 'pos' location of
the string's variable (or at index zero, if no 'pos' position is defined).
In other words, the 'extract_...' subroutines _don't_ extract the first
occurrence of a substring anywhere in a string (like an unanchored regex
would). Rather, they extract an occurrence of the substring appearing
immediately at the current matching position in the string (like a
'\G'-anchored regex would).

General behaviour in list contexts
    In a list context, all the subroutines return a list, the first three
    elements of which are always:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Oct 06 2015 abfonly <abfonly@gmail.com> 2.30.0-1
- (5a828c1) Log: Update to 2.30.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13418 |14cu|perl-Text-BibTeX-0.760.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname libbtparse %{major}

%define upstream_name    Text-BibTeX
%define upstream_version 0.76
%define __noautoprov 'BibTeX.so'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Interface to read and parse BibTeX files 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Capture::Tiny)
BuildRequires:	perl(Config::AutoConf)
BuildRequires:	perl(ExtUtils::CBuilder)
BuildRequires:	perl(ExtUtils::LibBuilder)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl-devel

Requires:	%{libname} = %{EVRD}

%description
The Text::BibTeX module serves mainly as a high-level introduction to the
Text::BibTeX library, for both code and documentation purposes. The code loads
the two fundamental modules for processing BibTeX files (Text::BibTeX::File and
Text::BibTeX::Entry), and this documentation gives a broad overview of the
whole library that isn't available in the documentation for the individual
modules that comprise it.
#-------------------------------------
%package -n %{libname}

Summary:	This package contains shared libs for %{name}
Group:		Development/Perl

%description -n %{libname}
This package contains shared libs for %{name}.

%files -n %{libname}
%doc README README.OLD scripts THANKS btool_faq.pod
%{_libdir}/libbtparse.so

#-------------------------------------
%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
perl -pi -e 's|#!/usr/local/bin/perl5?|#!%{__perl}|' scripts/* examples/*
chmod a-x scripts/* examples/*

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}
mv %{buildroot}%{_bindir}/bibparse %{buildroot}%{_bindir}/bibparse-perl


%files
%doc Changes examples README META.json META.yml
%{perl_vendorarch}/Text
%{perl_vendorarch}/auto/Text
%{_mandir}/*/*
%{_bindir}/*



%changelog

* Mon Jul 11 2016 abfonly <abfonly@gmail.com> 0.760.0-1
- (10a4ac4) Log: Update to 0.760 ( cpan ver 0.76)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13419 |14cu|perl-Text-CSV-Slurp-1.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-CSV-Slurp
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Convert CSV into an array of hashes, or an array of hashes into CSV

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/Text-CSV-Slurp-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Text::CSV)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Deep)

BuildArch:	noarch

%description
Convert CSV into an array of hashes, or an array of hashes into CSV.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml META.json README Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jun 22 2015 abfonly <John@smith.org> 1.20.0-1
- (2704499) Log: Update to 1.20.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13420 |14cu|perl-Text-CSV_XS-1.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-CSV_XS
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Comma-separated values manipulation routines



License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tgz

BuildRequires: perl-devel

%description
Text-CSV_XS is a Perl module that provides facilities for the composition
and decomposition of comma-separated values.  An instance of the Text::CSV
class can combine fields into a CSV string and parse a CSV string into
fields.

%prep 
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc MANIFEST ChangeLog README
%{perl_vendorarch}/Text
%{perl_vendorarch}/auto/Text
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.200.0-1
- (89a1817) Updated to 1.20 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13421 |14cu|perl-Text-Greeking-0.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Greeking
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A module for generating meaningless text

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

BuildArch: noarch

%description
Greeking is the use of random letters or marks to show the overall
appearance of a printed page without showing the actual text. Greeking is
used to make it easy to judge the overall appearance of a document without
being distracted by the meaning of the text.

This is a module is for quickly generating varying meaningless text from
any source to create this illusion of the content in systems.

This module was created to quickly give developers simulated content to
fill systems with simulated content. Instead of static Lorem Ipsum text, by
using randomly generated text and optionally varying word sources,
repetitive and monotonous patterns that do not represent real system usage
is avoided.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Jun 22 2015 abfonly <John@smith.org> 0.140.0-1
- (981888f) Log: Update to 0.140.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13422 |14cu|perl-Text-Haml-0.990.115-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Haml
%define upstream_version 0.990115

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Haml Perl implementation

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Data::Section::Simple)
BuildRequires: perl(Encode)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::File)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(URI::Escape)
BuildArch:  noarch

%description
the Text::Haml manpage implements Haml the
http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html manpage
specification.

the Text::Haml manpage passes specification tests written by Norman Clarke
http://github.com/norman/haml-spec and supports only cross-language Haml
features. Do not expect Ruby specific things to work.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Build.PL --installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}
rm -f %{buildroot}/%{perl_vendorlib}/Text/README.pod

%files
%doc META.json META.yml MYMETA.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.990.115-4
- (7dbce1b) MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13423 |14cu|perl-Text-Haml-0.990.116-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Haml
%define upstream_version 0.990116

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Haml Perl implementation

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Data::Section::Simple)
BuildRequires: perl(Encode)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::File)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(URI::Escape)
BuildArch:  noarch

%description
the Text::Haml manpage implements Haml the
http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html manpage
specification.

the Text::Haml manpage passes specification tests written by Norman Clarke
http://github.com/norman/haml-spec and supports only cross-language Haml
features. Do not expect Ruby specific things to work.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Build.PL --installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}
rm -f %{buildroot}/%{perl_vendorlib}/Text/README.pod

%files
%doc META.json META.yml MYMETA.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Mon Mar 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.990.116-1
- (15a774a) Updated to 0.990116 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13424 |14cu|perl-Text-Kakasi-2.40.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Kakasi
%define upstream_version 2.04

Summary:	Perl binding for KAKASI the kanji kana simple inverter
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6
License:	GPLv2+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	https://cpan.metacpan.org/authors/id/D/DA/DANKOGAI/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	kakasi
BuildRequires:	kakasi-dict
BuildRequires:	kakasi-devel >= 2.3.1
Requires:	kakasi >= 2.3.1
Requires:	kakasi-dict

%description
This module provides libkakasi interface for perl. libkakasi is a part
of KAKASI. KAKASI is the language processing filter to convert Kanji
characters to Hiragana, Katakana or Romaji and may be helpful to read
Japanese documents.

More information about KAKASI is available at <http://kakasi.namazu.org/>.

%files
%doc COPYING README README.jp
%{_mandir}/*/*
%{perl_vendorarch}/Text
%{perl_vendorarch}/auto/Text

#----------------------------------------------------------------------------

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std


%changelog

* Wed Jun 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.40.0-6
- (08d2300) Build requires kakasi



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13425 |14cu|perl-Text-MultiMarkdown-1.0.35-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-MultiMarkdown
%define upstream_version 1.000035

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Convert MultiMarkdown syntax to (X)HTML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Encode)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Markdown)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(Text::Diff)
BuildRequires:	perl(HTML::Tidy)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Spelling)

BuildArch:	noarch

%description
Markdown is a text-to-HTML filter; it translates an easy-to-read /
easy-to-write structured text format into HTML. Markdown's text format is
most similar to that of plain text email, and supports features such as
headers, *emphasis*, code blocks, blockquotes, and links.

Markdown's syntax is designed not as a generic markup language, but
specifically to serve as a front-end to (X)HTML. You can use span-level
HTML tags anywhere in a Markdown document, and you can use block level HTML
tags ('<div>', '<table>' etc.). Note that by default Markdown isn't
interpreted in HTML block-level elements, unless you add a 'markdown=1"'
attribute to the element. See the Text::Markdown manpage for details.

This module implements the MultiMarkdown markdown syntax extensions from:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml License.text
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 1.0.35-1
- (7e989ec) Log: update to 1.0.35, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13426 |14cu|perl-Text-NSP-1.310.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Text-NSP
%define upstream_version 1.31
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	The Ngram Statistics Package 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/Text-NSP-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch:	noarch

%description
The module NSP.pm is a stub that doesn't have any real functionality. The real
work is done by five programs:
- count.pl
- statistic.pl
- rank.pl
- combig.pl
- kocos.pl
These are not modules, and are run from the command line. All have extensive
command line help and documentation.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README META.json META.yml doc/*
%{perl_vendorlib}/Text
%{_mandir}/*/*
%{_bindir}/*


%changelog

* Thu Oct 15 2015 abfonly <abfonly@gmail.com> 1.310.0-1
- (dd1d70c) Log: Update to 1.310.0
- (dd1d70c) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13427 |14cu|perl-Text-Padding-1.110.170-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Padding
%define upstream_version 1.110170

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Simple way of formatting a text
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Has::Sugar)
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Truncate)
BuildRequires: perl(Module::Build)
BuildRequires: perl-devel
BuildArch: noarch

%description
This module provides a simple way to align a text on the left, right or
center. If left & right are easy to achieve (see 'sprintf()'), i found no
cpan module that achieved a simple text centering. Well, of course, the
Perl6::Form manpage provides it, but it's incredibly slow during startup /
destroy time. And the Text::Reform manpage was segfaulting during destroy
time.

Hence this module, which aims to provide only those 3 methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 1.110.170-1
- (0dabcf5) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13428 |14cu|perl-Text-ParseWords-3.300.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-ParseWords
%define upstream_version 3.30

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Parse strings containing shell-style quoting

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch:	noarch

%description
The &nested_quotewords() and &quotewords() functions accept a delimiter
(which can be a regular expression) and a list of lines and then breaks
those lines up into a list of words ignoring delimiters that appear inside
quotes. &quotewords() returns all of the tokens in a single long list,
while &nested_quotewords() returns a list of token lists corresponding to
the elements of @lines. &parse_line() does tokenizing on a single string.
The &*quotewords() functions simply call &parse_line(), so if you're only
splitting one line you can call &parse_line() directly and save a function
call.

The $keep argument is a boolean flag. If true, then the tokens are split on
the specified delimiter, but all other characters (quotes, backslashes,
etc.) are kept in the tokens. If $keep is false then the &*quotewords()
functions remove all quotes and backslashes that are not themselves
backslash-escaped or inside of single quotes (i.e., &quotewords() tries to
interpret these characters just like the Bourne shell). NB: these semantics
are significantly different from the original version of this module
shipped with Perl 5.000 through 5.004. As an additional feature, $keep may
be the keyword "delimiters" which causes the functions to preserve the
delimiters in each string as tokens in the token lists, in addition to
preserving quote and backslash characters.

&shellwords() is written as a special case of &quotewords(), and it does
token parsing with whitespace as a delimiter-- similar to most Unix shells.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CHANGES README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Oct 05 2015 abfonly <abfonly@gmail.com> 3.300.0-1
- (825b68f) Log: Update to 3.300.0
- (825b68f) fixed BR, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13429 |14cu|perl-Text-Patch-1.800.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Patch
%define upstream_version 1.8

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Patches text with given patch

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Diff)
BuildArch:	noarch

%description
Text::Patch combines source text with given diff (difference) data. Diff
data is produced by Text::Diff module or by the standard diff utility (man
diff, see -u option).

* patch( $source, $diff, options... )

  First argument is source (original) text. Second is the diff data. Third
  argument can be either hash reference with options or all the rest
  arguments will be considered patch options:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml ChangeLog
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.800.0-8
+ Revision: e883040
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13430 |14cu|perl-Text-Query-0.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Text-Query
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Query processing framework

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides an object that matches a data source against a query
expression.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
# Seem to fail for no real reason
#make test

%files
%doc ChangeLog README
%{perl_vendorlib}/Text
%{_mandir}/*/*

%changelog
* Tue Oct 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.90.0-1
+ Revision: 6403d30
- Drop already applied patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13431 |14cu|perl-Text-Quoted-2.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Quoted
%define upstream_version 2.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl module to extract the structure of a quoted mail message

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/A/AL/ALEXMV/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Text::Autoformat) >= 1.1.9
BuildRequires: perl(Text::Tabs)

BuildArch:	noarch

%description
Text::Quoted examines the structure of some text which may contain multiple 
different levels of quoting, and turns the text into a nested data structure.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}

%files
%doc Changes README META.yml
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog

* Mon Oct 05 2015 abfonly <abfonly@gmail.com> 2.90.0-1
- (c5e22dc) Log: Update to 2.90.0
- (c5e22dc) fixed BR
- (c5e22dc) fixed %files
- (c5e22dc) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13432 |14cu|perl-Text-RecordParser-1.6.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Text-RecordParser
%define upstream_version 1.6.5

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Read record-oriented files

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Class::Accessor)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Text::TabularDisplay)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(JSON::PP)
BuildRequires:	perl(version)
BuildRequires:	perl(Pod::Markdown)
BuildRequires:	perl(Pod::Readme)
BuildRequires:	perl(Text::Autoformat)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This module is for reading record-oriented data in a delimited text
file. The most common example have records separated by newlines and
fields separated by commas or tabs, but this module aims to provide a
consistent interface for handling sequential records in a file however
they may be delimited. Typically this data lists the fields in the
first line of the file, in which case you should call bind_header to
bind the field name (or not, and it will be called implicitly). If the
first line contains data, you can still bind your own field names via
bind_fields. Either way, you can then use many methods to get at the
data as arrays or hashes.

%prep
%setup -qn %{upstream_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_bindir}/tab*
%{perl_vendorlib}/Text
%{_mandir}/man*/*

%changelog

* Sun Oct 04 2015 abfonly <abfonly@gmail.com> 1.6.5-1
- (c329ac6) Log: Update to 1.6.5
- (c329ac6) drop module-build
- (c329ac6) fixed %doc
- (c329ac6) fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13433 |14cu|perl-Text-SimpleTable-AutoWidth-0.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Text-SimpleTable-AutoWidth
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Simple eyecandy ASCII tables with auto-width selection
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(List::Util)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Moo)
BuildRequires:	perl(Text::SimpleTable)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Simple eyecandy ASCII tables with auto-width selection.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Wed Sep 23 2015 abfonly <abfonly@gmail.com> 0.90.0-1
- (21a4a9d) Fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13434 |14cu|perl-Text-TabularDisplay-1.380.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_version 1.38

Name:		perl-Text-TabularDisplay
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Display text in formatted table output

# see TabularDisplay.pm's header
License:	GPLv2
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Text-TabularDisplay/
Source0:	http://www.cpan.org/authors/id/D/DA/DARREN/Text-TabularDisplay-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Test)
BuildArch:	noarch

%description
Text::TabularDisplay simplifies displaying textual data in a table. The
output is identical to the columnar display of query results in the mysql
text monitor. For example, this data:

%prep
%setup -q -n Text-TabularDisplay-%{upstream_version}
chmod -c -x t/* examples/*

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc COPYING README examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog

* Wed May 13 2015 abfonly <John@smith.org> 1.380.0-1
- (1e0ab35) Log: Update to 1.380.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13435 |14cu|perl-Text-Template-Simple-0.860.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Template-Simple
%define upstream_version 0.86


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Simple text template engine
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Digest::MD5)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)

BuildArch: noarch

%description
This document describes version '0.86' of 'Text::Template::Simple' released
on '5 March 2012'.

This is a simple template module. There is no extra template/mini language.
Instead, it uses Perl as the template language. Templates can be cached on
disk or inside the memory via the internal cache manager. It is also
possible to use static/dynamic includes, pass parameters to includes and
apply filters on them. Also see the Text::Template::Simple::API manpage for
the full API definiton.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README SPEC TODO eg
%{_mandir}/man3/*
%perl_vendorlib/*


%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 0.860.0-1
- (d2b2e33) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13436 |14cu|perl-Text-Textile-2.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Textile
%define upstream_version 2.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Transforms text in Textile format to HTML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Test::Harness)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Transforms text in Textile format to HTML.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes ARTISTIC META.yml README.textile META.json
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/*



%changelog

* Wed May 13 2015 abfonly <John@smith.org> 2.130.0-1
- (b7d5dbd) Log: Update to 2.130.0, fixed file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13437 |14cu|perl-Text-Trac-0.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Trac
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl extension for formatting text with Trac Wiki Style

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Path::Tiny) >= 0.68.0
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Test::Base)
BuildRequires:	perl(Tie::IxHash)
BuildRequires:	perl(UNIVERSAL::require) >= 0.180.0
BuildRequires:	perl(Test::Code::TidyAll) >= 0.260.0
BuildRequires:	perl(Test::Perl::Critic) >= 1.20.0
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Version)
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(Code::TidyAll)

BuildArch:	noarch

%description
Text::Trac parses text with Trac WikiFormatting and convert it to html
format.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

# tidy all first
tidyall -a

%check
%make test


%install
%makeinstall_std
find %{buildroot} -name '*.pm' -exec chmod -x {} \;

%files
%doc Changes README.* META.yml
%{_bindir}/trac2html
%{_mandir}/man3/*
%{perl_vendorlib}/Text


%changelog

* Sun Oct 04 2015 abfonly <abfonly@gmail.com> 0.180.0-1
- (37bfb03) Log: Update to 0.180.0
- (37bfb03) fixed BR
- (37bfb03) fixed %doc
- (37bfb03) fixed tests
- (37bfb03) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13438 |14cu|perl-Text-vCard-3.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-vCard
%define upstream_version 3.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A package that provides APIs to work with single or multiple vCards (RFC 2426) 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Text::vFile::asData)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Unicode::LineBreak)
BuildRequires:	perl(Path::Tiny)
BuildRequires:	perl(Test::Most)
BuildRequires:	perl(Directory::Scratch)
BuildRequires:	perl(Moo)
BuildRequires:	perl(strictures)



BuildArch:	noarch

%description
A vCard is an electronic business card, containing information on a
person, a record, a set of address information, and more.

This package contains two related APIs:
 - Text::vCard, to create or edit a single vCard
 - Text::vCard::Addressbook, to work with multiple vCards

Text::vCard can also use data read through Text::vFile::asData to
generate a vCard with that content. It is recommended to use
Text::vCard::Addressbook, as it handles creating vCards from an existing
file for you.

%prep
%setup -qn Text-vCard-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Text/*
%{perl_vendorlib}/vCard.pm
%{perl_vendorlib}/vCard/*
%{_mandir}/man3/*


%changelog

* Wed May 13 2015 abfonly <John@smith.org> 3.70.0-1
- (c564ecd) Log: update to 3.70.0, fixed BR, fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13439 |14cu|perl-Thread-Queue-3.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Thread-Queue
%define upstream_version 3.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Thread-safe queues

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Thread/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Thread::Semaphore)
BuildRequires:	perl(threads::shared) >= 1.480.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

Provides:	perl(Thread::Queue) = %{version}

BuildArch:	noarch

%description
This module provides thread-safe FIFO queues that can be accessed safely by
any number of threads.

Any data types supported by the threads::shared manpage can be passed via
queues:

* Ordinary scalars

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Oct 04 2015 abfonly <abfonly@gmail.com> 3.60.0-1
- (da005ec) Log:Update to 3.60.0
- (da005ec) fixed min BR
- (da005ec) fixed %doc
- (da005ec) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13440 |14cu|perl-threads-2.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    threads
%define upstream_version 2.02
%define __noautoprov 'threads.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1

Summary: Perl interpreter-based threads

License: GPL+ or Artistic
Group:   Development/Perl
Url:     http://search.cpan.org/dist/%{upstream_name}
Source0: http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::testlib)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Hash::Util)
BuildRequires: perl(IO::File)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(XSLoader)
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

Provides:  perl(threads)

%description
Perl 5.6 introduced something called interpreter threads. Interpreter
threads are different from _5005threads_ (the thread model of Perl 5.005)
by creating a new Perl interpreter per thread, and not sharing any data or
state between threads by default.

Prior to Perl 5.8, this has only been available to people embedding Perl,
and for emulating fork() on Windows.

The _threads_ API is loosely based on the old Thread.pm API. It is very
important to note that variables are not shared between threads, all
variables are by default thread local. To use shared variables one must
also use the threads::shared manpage:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sun Oct 04 2015 abfonly <abfonly@gmail.com> 2.20.0-1
- (01e134e) Log: Update to 2.20.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13441 |14cu|perl-threads-shared-1.480.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    threads-shared
%define upstream_version 1.48
%define __noautoprov 'shared.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1

Summary:    Perl extension for sharing data structures between threads

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-shared-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::testlib)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(XSLoader)
BuildRequires: perl(strict)
BuildRequires: perl(threads) >= 2.20.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(warnings)

Provides: perl(threads::shared) 

%description
By default, variables are private to each thread, and each newly created
thread gets a private copy of each existing variable. This module allows
you to share variables across different threads (and pseudo-forks on
Win32). It is used together with the the threads manpage module.

This module supports the sharing of the following data types only: scalars
and scalar refs, arrays and array refs, and hashes and hash refs.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std


%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sun Oct 04 2015 abfonly <abfonly@gmail.com> 1.480.0-1
- (853c51c) Log: Update to 1.480.0
- (853c51c) filter private libs
- (853c51c) fixed %doc
- (853c51c) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13442 |14cu|perl-Throwable-0.200.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Throwable
%define upstream_version 0.200012

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	An easy-to-use class for error objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Throwable/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Devel::StackTrace)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Moose)
BuildRequires:	perl(Moo)
BuildRequires:	perl(Moo::Role)
BuildRequires:	perl(Sub::Quote)
BuildRequires:	perl(strictures)
BuildRequires:	perl(Class::Method::Modifiers)

Requires:	perl(Devel::StackTrace)

BuildArch:	noarch


%description
Throwable is a role for classes that are meant to be thrown as exceptions
to standard program flow. It is very simple and does only two things: saves
any previous value for '$@' and calls 'die $self'.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed May 13 2015 abfonly <John@smith.org> 0.200.12-1
- (5aaeda9) Log: Update to -0.200.12, fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13443 |14cu|perl-Tie-Cache-0.210.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Tie-Cache
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	LRU Cache in Memory

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		perl-Tie-Cache-bindir.patch

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements a least recently used (LRU) cache in memory through a
tie interface. Any time data is stored in the tied hash, that key/value pair
has an entry time associated with it, and as the cache fills up, those members
of the cache that are the oldest are removed to make room for new entries.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
%patch0 -p0

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std


%files
%doc CHANGES README META.yml 
%{_mandir}/*/*
%{perl_vendorlib}/Tie



%changelog

* Thu May 14 2015 abfonly <John@smith.org> 0.210.0-2
- (94fa1c9) Log: Drop all hacks, backported all req , %_bindir patched



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13444 |14cu|perl-Tie-Cache-LRU-20150301.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tie-Cache-LRU
%define upstream_version 20150301

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Tie::Cache::LRU implemented using a linked list
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Tie/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp::Assert)
BuildRequires: perl(Class::Data::Inheritable)
BuildRequires: perl(Class::Virtual)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(enum)
BuildRequires: perl-devel

BuildArch: noarch

%description
*NOTE* There are no plans to update this module. Please consider using the
CHI manpage or other caching framework.

This is an implementation of a least-recently used (LRU) cache keeping the
cache in RAM.

A LRU cache is similar to the kind of cache used by a web browser. New
items are placed into the top of the cache. When the cache grows past its
size limit, it throws away items off the bottom. The trick is that whenever
an item is -accessed-, it is pulled back to the top. The end result of all
this is that items which are frequently accessed tend to stay in the cache.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu May 14 2015 abfonly <John@smith.org> 20150301.0.0-1
- (e9de948) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13445 |14cu|perl-Tie-Cycle-1.210.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tie-Cycle
%define upstream_version 1.21

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Cycle through a list of values via a scalar
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Tie/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel
BuildArch: noarch

%description
You use 'Tie::Cycle' to go through a list over and over again. Once you get
to the end of the list, you go back to the beginning. You don't have to
worry about any of this since the magic of tie does that for you.

The tie takes an array reference as its third argument. The tie should
succeed unless the argument is not an array reference. Previous versions
required you to use an array that had more than one element (what's the
pointing of looping otherwise?), but I've removed that restriction since
the number of elements you want to use may change depending on the
situation.

During the tie, this module makes a shallow copy of the array reference. If
the array reference contains references, and those references are changed
after the tie, the elements of the cycle will change as well. See the
included _test.pl_ script for an example of this effect.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu May 07 2015 Stas Fomin <stas-fomin@yandex.ru> 1.210.0-1
- (39e218f) add perl-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13446 |14cu|perl-Tie-EncryptedHash-1.240.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tie-EncryptedHash
%define upstream_version 1.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Hashes (and objects based on hashes) with encrypting fields

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Tie/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-Crypt-CBC
BuildRequires:	perl-Crypt-Blowfish
BuildRequires:	perl-Crypt-DES
BuildArch:	noarch

%description 
Tie::EncryptedHash augments Perl hash semantics to build
secure, encrypting containers of data. Tie::EncryptedHash
introduces special hash fields that are coupled with
encrypt/decrypt routines to encrypt assignments at STORE()
and decrypt retrievals at FETCH(). By design, encrypting
fields are associated with keys that begin in single
underscore. The remaining keyspace is used for accessing
normal hash fields, which are retained without
modification.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" echo | %__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README.html
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Sat Jan 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.240.0-9
+ Revision: b6bf0b8
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13447 |14cu|perl-Time-Duration-1.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Time-Duration
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Rounded or exact English expression of durations

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Time/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildArch:	noarch

%description
This module provides functions for expressing durations in rounded or exact
terms.

In the first example in the Synopsis, using duration($interval_seconds):

If the 'time() - $start_time' is 3 seconds, this prints "Runtime: *3
seconds*.". If it's 0 seconds, it's "Runtime: *0 seconds*.". If it's 1
second, it's "Runtime: *1 second*.". If it's 125 seconds, you get "Runtime:
*2 minutes and 5 seconds*.". If it's 3820 seconds (which is exactly 1h, 3m,
40s), you get it rounded to fit within two expressed units: "Runtime: *1
hour and 4 minutes*.". Using duration_exact instead would return "Runtime:
*1 hour, 3 minutes, and 40 seconds*".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu May 14 2015 abfonly <John@smith.org> 1.200.0-1
- (69024da) Log:Update to 1.200.0, fixed doc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13448 |14cu|perl-Time-Duration-Parse-0.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Time-Duration-Parse
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Parse string that represents time duration


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Time/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exporter::Lite)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Time::Duration)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Carp)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)

BuildArch:	noarch

%description
Time::Duration::Parse is a module to parse human readable duration strings
like _2 minutes and 3 seconds_ to seconds.

It does the opposite of _duration_exact_ function in Time::Duration and is
roundtrip safe. So, the following is always true.

  use Time::Duration::Parse;
  use Time::Duration;

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml META.json README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Oct 03 2015 abfonly <abfonly@gmail.com> 0.120.0-1
- (6e1aa10) Log: Update to 0.120.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13449 |14cu|perl-Time-Moment-0.290.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'Moment.so'

%define upstream_name    Time-Moment
%define upstream_version 0.29

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Adjusters for Time::Moment
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Time/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(XSLoader)
BuildRequires: perl-devel
BuildRequires: perl(JSON::XS)
BuildRequires: perl(Params::Coerce)


%description
'Time::Moment' is an immutable object representing a date and time of day
with an offset from UTC in the ISO 8601 calendar system.

Time is measured in nanoseconds since '1970-01-01T00Z'. In 'Time:Moment'
leap seconds are ignored. It is assumed that there are exactly
'86,400,000,000,000' nanoseconds per day. 'Time::Moment' can represent all
epoch integers from '-62,135,596,800' to '2,534,02,300,799'; this range
suffices to measure times to nanosecond precision for any instant that is
within '0001-01-01T00:00:00Z' to '9999-12-31T23:59:59Z'.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Sep 19 2015 abfonly <abfonly@gmail.com> 0.290.0-1
- (7070012) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13450 |14cu|perl-Time-Progress-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Time-Progress
%define upstream_version    2.0

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
License:    GPL or Artistic
Group:      Development/Perl
Summary:    Elapsed and estimated finish time reporting

Url:        http://search.cpan.org/dist/%{upstream_name}
Source:     https://cpan.metacpan.org/authors/id/C/CA/CADE/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:  perl-devel
BuildRequires:  perl(Carp)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(strict)
BuildRequires:  perl(Test)
BuildRequires:  perl(warnings)
BuildRequires:  perl(Test::More) >= 1.1.9


BuildArch: noarch

%description
Elapsed and estimated finish time reporting.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes  META.json META.yml
%{perl_vendorlib}/Time/Progress.pm
%{_mandir}/man3/*



%changelog

* Sat Oct 03 2015 abfonly <abfonly@gmail.com> 2.0.0-1
- (19f75ce) Log: Update to 2.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13451 |14cu|perl-Time-Warp-0.520.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Time-Warp
%define upstream_version 0.52
%define __noautoprov 'Warp.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1

Summary:    Change the start and speed of Event time

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Time/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires:  perl-devel
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:  perl(Test::More) >= 1.1.9



%description
Our external experience unfolds in 3 1/2 dimensions (time has a
dimensionality of 1/2). The Time::Warp module offers developers control
over the measurement of time.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog

* Sat Oct 03 2015 abfonly <abfonly@gmail.com> 0.520.0-1
- (bbbd690) Log: Update to 0.520.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13452 |14cu|perl-Tk-Clock-0.390.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tk-Clock
%define upstream_version 0.39
%define __noautoreq '/pro/bin/perl'


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Canvas based Clock widget


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tk/%{upstream_name}-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Tk)
BuildRequires:	perl(Tk::Canvas)
BuildRequires:	perl(Tk::Derived)
BuildRequires:	perl(Tk::Widget)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Encode)
BuildRequires:	perl(POSIX)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Tk::PNG)
BuildRequires:	x11-server-xvfb

BuildArch:	noarch

%description
This module implements a Canvas-based clock widget for perl-Tk with lots of
options to change the appearance.

Both analog and digital clocks are implemented.

Options
    Below is a description of the options currently available. Their
    default value is in between parenthesis.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
xvfb-run %make test

%install
%makeinstall_std
chmod -x %{buildroot}%{perl_vendorlib}/Tk/Clock.pm

%files
%doc META.json META.yml ChangeLog README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Oct 03 2015 abfonly <abfonly@gmail.com> 0.390.0-1
- (f8f96c6) Log: Update to 0.390.0
- (f8f96c6) spec clean fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13453 |14cu|perl-Tk-Role-Dialog-1.112.380-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tk-Role-Dialog
%define upstream_version 1.112380

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Moose role for enhanced tk dialogs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tk/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Tk::Role::HasWidgets)
BuildRequires:	perl(Carp)
BuildRequires:	perl(English)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Moose::Role)
BuildRequires:	perl(MooseX::Has::Sugar)
BuildRequires:	perl(MooseX::Types::Path::Class)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Tk)
BuildRequires:	perl(Tk::JPEG)
BuildRequires:	perl(Tk::PNG)
BuildRequires:	perl(Tk::Sugar)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(namespace::autoclean)

BuildArch:	noarch

%description
the Tk::Role::Dialog manpage is meant to be used as a the Moose manpage
role to be composed for easy the Tk manpage dialogs creation.

It will create a new toplevel with a title, and possibly a header as well
as some buttons.

The attributes (see below) can be either defined as defaults using the
'_build_attr()' methods, or passed arguments to the constructor call. The
only mandatory attribute is 'parent', but you'd better provide some other
attributes if you want your dialog to be somehow usable! :-)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jan 23 2015 dsilakov <denis.silakov@rosalab.ru> 1.112.380-1
+ Revision: c1b6e55
- Merge pull request #1 from import/perl-Tk-Role-Dialog:auto_update
- Updated to 1.112380 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13454 |14cu|perl-Tk-Role-HasWidgets-1.112.380-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tk-Role-HasWidgets
%define upstream_version 1.112380

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Keep track of your tk widgets
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Tk/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(namespace::clean)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(MooseX::Has::Sugar)
BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
When programming the Tk manpage, it's almost always a good idea to keep a
reference to the widgets that you created in the interface. Most of the
time, a simple hash is enough; but it is usually wrapped up in methods to
make the hash private to the window object. And of course, those methods
are duplicated in all modules, under a form or another.

Since duplication is bad, this module implements a the Moose manpage role
implementing those methods once and forever. This implies that your class
is using the Moose manpage in order to consume the role.

About the method names
    The methods featured in this role begin with '_', that is, they are
    following Perl convention of private methods. This is on purpose:
    remember that this method is a role, consumed by your class. And you
    don't want those methods to be available outside of the window class,
    do you?

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.112.380-1
+ Revision: c8d125e
- Added namespace::clean BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13455 |14cu|perl-Tk-ToolBar-0.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Tk-ToolBar
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A toolbar widget for Perl/Tk

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tk/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Tk::CursorControl)
BuildRequires:	perl-devel
BuildRequires:	perl(Test)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Tk)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
This module implements a dockable toolbar. It is in the same spirit as the
"short-cut" toolbars found in most major applications, such as most web
browsers and text editors (where you find the "back" or "save" and other
shortcut buttons).

Buttons of any type (regular, menu, check, radio) can be created inside this
widget.  You can also create Label, Entry and LabEntry widgets.  Moreover, the
ToolBar itself can be made dockable, such that it can be dragged to any edge of
your window. Dragging is done in "real-time" so that you can see the contents
of your ToolBar as you are dragging it. Furthermore, if you are close to a
stickable edge, a visual indicator will show up along that edge to guide you.
ToolBars can be made "floatable" such that if they are dragged beyond their
associated window, they will detach and float on the desktop.
Also, multiple ToolBars are embeddable inside each other.

If you drag a ToolBar to within 15 pixels of an edge, it will stick to that
edge. If the ToolBar is further than 15 pixels away from an edge and still
inside the window, but you release it over another ToolBar widget, then it will
be embedded inside the second ToolBar. You can "un-embed" an embedded ToolBar
simply by dragging it out. You can change the 15 pixel limit using the
-close option.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Sat Oct 03 2015 abfonly <abfonly@gmail.com> 0.120.0-1
- (0f6429d) Log; update to 0.120.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13456 |14cu|perl-Tree-1.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tree
%define upstream_version 1.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A tree datastructure

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(Test::Pod::Coverage) >= 1.08
BuildArch:	noarch

%description
This is meant to be a full-featured N-ary tree representation with
configurable error-handling and a simple events system that allows for
transparent persistence to a variety of datastores. It is derived from the
Tree::Simple manpage, but has a simpler interface and much, much more.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri May 22 2015 abfonly <John@smith.org> 1.70.0-1
- (d7f1ad0) Log: Update to 1.70.0, fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13457 |14cu|perl-Tree-R-0.72.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tree-R
%define upstream_version 0.072

Summary:	Perl extension for the Rtree data structure and algorithms

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL+ or Artistic
Group:		Development/Perl
Url:        	http://search.cpan.org/dist/%{upstream_name}
Source0:    	http://www.cpan.org/modules/by-module/Tree/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel >= 1:5.8.0
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch:	noarch

%description
R-tree is a data structure for storing and indexing and efficiently looking
up non-zero-size spatial objects.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README.* META.json META.yml
%{perl_vendorlib}/Tree/R.pm
%{perl_vendorlib}/auto/Tree/R
%{_mandir}/man3/Tree::R.3pm.*



%changelog

* Sat Oct 03 2015 abfonly <abfonly@gmail.com> 0.72.0-1
- (55723aa) Log: Update to 0.72.0
- (55723aa) spec clean
- (55723aa) add %check section



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13458 |14cu|perl-Tree-Simple-1.250.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tree-Simple
%define upstream_version 1.25

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	A simple tree object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Tree/Tree-Simple-%{upstream_version}.tgz

BuildRequires:	perl(Test::Exception)
BuildRequires:	perl-devel
BuildRequires:	perl(Test::Memory::Cycle)
BuildArch:	noarch

%description
This module in an fully object-oriented implementation of a simple n-ary tree.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{perl_vendorlib}/Tree/Simple/*
%{perl_vendorlib}/Tree/Simple.pm
%{_mandir}/*/*



%changelog

* Fri May 22 2015 abfonly <abfonly@gmail.com> 1.250.0-1
- (5bfe063) Log: Update to 1.250.0, fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13459 |14cu|perl-TryCatch-1.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	TryCatch
%define	upstream_version 1.003002

%define __noautoprov 'TryCatch.so'

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Easily build XS extensions that depend on XS extensions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/%{module}-%{upstream_version}.tar.gz

BuildRequires:	perl(B::Hooks::EndOfScope)
BuildRequires:	perl(B::Hooks::OP::Check)
BuildRequires:	perl(B::Hooks::OP::PPAddr)
BuildRequires:	perl(Devel::Declare)
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Module::Implementation)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Types)
BuildRequires:	perl(Parse::Method::Signatures)
BuildRequires:	perl(Scope::Upper)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Variable::Magic)
BuildRequires:	perl(XSLoader)
BuildRequires:	perl(Class::Load)
BuildRequires:	perl-devel

%description
This module aims to provide a nicer syntax and method to catch errors in
Perl, similar to what is found in other languages (such as Java, Python or
C++). The standard method of using 'eval {}; if ($@) {}' is often prone to
subtle bugs, primarily that its far too easy to stomp on the error in error
handlers. And also eval/if isn't the nicest idiom.

%prep
%setup -qn %{module}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.yml 
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jun 20 2015 abfonly <John@smith.org> 1.3.2-1
- (9354f77) Log: Update to 1.3.2, fixed and enabled tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13460 |14cu|perl-Type-Tiny-1.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Type-Tiny
%define upstream_version 1.000005

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Exception for Type::Params
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Type/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Exporter::Tiny)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Tester)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(Class::InsideOut)
BuildRequires: perl(MooseX::Getopt)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(Devel::Hide)




BuildArch: noarch

%description
This module provides bare bones 'try'/'catch'/'finally' statements that are
designed to minimize common mistakes with eval blocks, and NOTHING else.

This is unlike the TryCatch manpage which provides a nice syntax and avoids
adding another call stack layer, and supports calling 'return' from the
'try' block to return from the parent subroutine. These extra features come
at a cost of a few dependencies, namely the Devel::Declare manpage and the
Scope::Upper manpage which are occasionally problematic, and the additional
catch filtering uses the Moose manpage type constraints which may not be
desirable either.

The main focus of this module is to provide simple and reliable error
handling for those having a hard time installing the TryCatch manpage, but
who still want to write correct 'eval' blocks without 5 lines of
boilerplate each time.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Feb 25 2015 John Smith <John@smith.org> 1.0.5-1
+ Revision: a173081
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13461 |14cu|perl-UI-Dialog-1.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    UI-Dialog
%define upstream_version 1.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	OOPerl wrapper for the various dialog applications

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/UI/%{upstream_name}-%{upstream_version}-2.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

Requires:	cdialog

%description
UI::Dialog is a OOPerl wrapper for the various dialog applications. These
dialog backends are currently supported: Zenity, GDialog, XDialog, KDialog,
CDialog, and Whiptail. There is also an ASCII backend provided as a last
resort interface for the console based dialog variants. UI::Dialog is a
class that provides a strict interface to these various backend modules.
By using UI:Dialog (with it's imposed limitations on the widgets) you can
ensure that your Perl program will function with any available interfaces.

UI::Dialog supports priority ordering of the backend detection process. So
if you'd prefer that Xdialog should be used first if available, simply
designate the desired order when creating the new object. The default order
for detecting and utilization of the backends are as follows:
  (with DISPLAY env): Zenity, GDialog, XDialog, KDialog
  (without DISPLAY): CDialog, Whiptail, ASCII

UI::Dialog is the result of a complete re-write of the UDPM CPAN module. This
was done to break away from the bad choice of name (UserDialogPerlModule) and
to implement a cleaner, more detached, OOPerl interface.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc examples README CONTRIBUTORS Changes TODO COPYRIGHT META.yml
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog

* Sat May 23 2015 abfonly <John@smith.org> 1.90.0-1
- (0dce349) Log: Update to 1.90.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13462 |14cu|perl-Unicode-Collate-1.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Unicode-Collate
%define upstream_version 1.14

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Weighting JIS KANJI for Unicode::Collate
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Unicode/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(constant)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

%description
This module is an implementation of Unicode Technical Standard #10 (a.k.a.
UTS #10) - Unicode Collation Algorithm (a.k.a. UCA).

Constructor and Tailoring
    The 'new' method returns a collator object. If new() is called with no
    parameters, the collator should do the default collation.

       $Collator = Unicode::Collate->new(
          UCA_Version => $UCA_Version,
          alternate => $alternate, # alias for 'variable'
          backwards => $levelNumber, # or \@levelNumbers
          entry => $element,
          hangul_terminator => $term_primary_weight,
          highestFFFF => $bool,
          identical => $bool,
          ignoreName => qr/$ignoreName/,
          ignoreChar => qr/$ignoreChar/,
          ignore_level2 => $bool,
          katakana_before_hiragana => $bool,
          level => $collationLevel,
          long_contraction => $bool,
          minimalFFFE => $bool,
          normalization  => $normalization_form,
          overrideCJK => \&overrideCJK,
          overrideHangul => \&overrideHangul,
          preprocess => \&preprocess,
          rearrange => \@charList,
          rewrite => \&rewrite,
          suppress => \@charList,
          table => $filename,
          undefName => qr/$undefName/,
          undefChar => qr/$undefChar/,
          upper_before_lower => $bool,
          variable => $variable,
       );

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 01 2016 Denis Silakov <dsilakov@gmail.com> 1.140.0-1
- (e8aaae4) Updated to 1.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13463 |14cu|perl-Unicode-Normalize-1.250.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Unicode-Normalize
%define upstream_version 1.25

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Unicode Normalization Forms
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Unicode/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Spec)
##BuildRequires: perl(bytes)
BuildRequires: perl(constant)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

%description
Parameters:

'$string' is used as a string under character semantics (see
_perlunicode_).

'$code_point' should be an unsigned integer representing a Unicode code
point.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Jun 01 2016 Denis Silakov <dsilakov@gmail.com> 1.250.0-1
- (6f728ab) Updated to 1.25



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13464 |14cu|perl-Unicode-Stringprep-1.105.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Unicode-Stringprep
%define upstream_version 1.105

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Prepare Internationalized Strings (RFC 3454)

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Unicode/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Module::Build) >= 0.380.0
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Unicode::Normalize) >= 1.0.0
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module implements the _stringprep_ framework for preparing Unicode
text strings in order to increase the likelihood that string input and
string comparison work in ways that make sense for typical users throughout
the world. The _stringprep_ protocol is useful for protocol identifier
values, company and personal names, internationalized domain names, and
other text strings.

The _stringprep_ framework does not specify how protocols should prepare
text strings. Protocols must create profiles of stringprep in order to
fully specify the processing options.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
iconv -f iso8859-1 -t utf-8 README > README.conv && mv -f README.conv README

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README SIGNATURE eg
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat May 23 2015 abfonly <John@smith.org> 1.105.0-1
- (16e94ce) Log: Update to 1.105.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13465 |14cu|perl-Unicode-UTF8-0.600.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Unicode-UTF8
%define upstream_version 0.60
%define __noautoprov 'UTF8.so'


Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Encoding and decoding of UTF-8 encoding form
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Unicode/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Encode)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(XSLoader)
BuildRequires: perl-devel
BuildRequires: perl(Test::LeakTrace)
BuildRequires: perl(Variable::Magic)
BuildRequires: perl(Test::Pod)


%description
This module provides functions to encode and decode UTF-8 encoding form as
specified by Unicode and ISO/IEC 10646:2011.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue May 31 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.600.0-2
- (88a3492) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13466 |14cu|perl-UNIVERSAL-isa-1.201.506.140-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    UNIVERSAL-isa
%define upstream_version 1.20150614


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Hack around calling UNIVERSAL::isa() as a function

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/UNIVERSAL/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Pod::Coverage)
BuildRequires:	perl(CPAN::Meta)
BuildRequires:	perl(warnings)
BuildRequires:	perl(strict)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(overload)

BuildArch:	noarch

%description
Whenever you use "isa" in UNIVERSAL as a function, a kitten using
Test::MockObject dies. Normally, the kittens would be helpless, but if they use
UNIVERSAL::isa (the module whose docs you are reading), the kittens can live
long and prosper.

This module replaces UNIVERSAL::isa with a version that makes sure that if it's
called as a function on objects which override isa, isa will be called on those
objects as a method.

In all other cases the real UNIVERSAL::isa is just called directly.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL installdirs=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc Changes CONTRIBUTING LICENSE META.json META.yml README
%{perl_vendorlib}/UNIVERSAL
%{_mandir}/*/*


%changelog

* Sun Jun 21 2015 abfonly <John@smith.org> 1.201.506.140-1
- (2eea8af) Log: Update to 1.201.506.140, new BR added



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13467 |14cu|perl-UNIVERSAL-require-0.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 UNIVERSAL-require
%define upstream_version 0.18

%define __noautoprov 'perl\\(UNIVERSAL\\)'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Require modules from a variable


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/UNIVERSAL/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Carp)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(CPAN::Meta::YAML) >= 0.16.0

Conflicts:	    perl-UNIVERSAL-exports < 0.03-3mdk

BuildArch:	    noarch

%description
This module creates a universal require() class method that will work with
every Perl module and is secure.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{perl_vendorlib}/UNIVERSAL
%{_mandir}/*/*



%changelog

* Sat Oct 03 2015 abfonly <abfonly@gmail.com> 0.180.0-1
- (135f16c) Log: Update to 0.180.0
- (135f16c) fixed BR add %doc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13468 |14cu|perl-Unix-Mknod-0.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Unix-Mknod
%define upstream_version 0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl extension for mknod, major, minor, and makedev
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Unix/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel

%description
This module allows access to the device routines major()/minor()/makedev()
that may or may not be macros in .h files.

It also allows access to the 'mknod(2)' system call.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Feb 25 2015 abfonly <abfonly@gmail.com> 0.40.0-1
+ Revision: 06f0286
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13469 |14cu|perl-Unix-Processors-2.43.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Unix-Processors
%define upstream_version 2.043
%define __noautoprov 'Processors.so'

Summary:	Interface to processor (CPU) information

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:        GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		https://cpan.metacpan.org/authors/id/W/WS/WSNYDER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0


%description
Perl interface to processor (CPU) information.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
make test

%install
%makeinstall_std

%files
%doc COPYING README Changes META.yml
%{perl_vendorlib}/*
%{_mandir}/man3/*



%changelog

* Sat Sep 26 2015 abfonly <abfonly@gmail.com> 2.43.0-1
- (6576d71) Log: update to 2.43.0
- (6576d71) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13470 |14cu|perl-URI-Encode-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    URI-Encode
%define upstream_version v1.1.1

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Simple percent Encoding/Decoding
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/URI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Encode) >= 2.120.0
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(version)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This modules provides simple URI (Percent) encoding/decoding

The main purpose of this module (at least for me) was to provide an easy
method to encode strings (mainly URLs) into a format which can be pasted
into a plain text emails, and that those links are 'click-able' by the
person reading that email. This can be accomplished by NOT encoding the
reserved characters.

This module can also be useful when using the HTTP::Tiny manpage to ensure
the URLs are properly escaped.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes INSTALL LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jan 17 2017 Denis Silakov <dsilakov@virtuozzo.com> 1.1.1-1
- (7a77513) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13471 |14cu|perl-URI-Fetch-0.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    URI-Fetch
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl Module for Smart URI fetching/caching

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Class::ErrorHandler)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Storable)
BuildRequires: perl(Test::More)
BuildRequires: perl(URI)
BuildRequires: perl(base)
BuildRequires: perl(constant)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)


BuildArch:	noarch

%description
Perl Module for Smart URI fetching/caching.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
SKIP_SAX_INSTALL=1 CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{perl_vendorlib}/URI
%{_mandir}/*/*


%changelog

* Sat Sep 26 2015 abfonly <abfonly@gmail.com> 0.110.0-1
- (cef467e) Log: Update to 0.110.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13472 |14cu|perl-URI-Find-20140709.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    URI-Find
%define upstream_version 20140709

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Find URIs in arbitrary text

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source:		http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(URI)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Test::More) > 0.82
BuildArch:	noarch

%description
This module does one thing: Finds URIs and URLs in plain text.
It finds them quickly and it finds them all (or what URI::URL
considers a URI to be.) It only finds URIs which include a scheme
(http:// or the like), for something a bit less strict have
a look at URI::Find::Schemeless.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor destdir=%{buildroot}
./Build

%check
./Build test

%install
./Build install

%files
%doc Changes META.json META.yml MYMETA.yml README TODO
%{perl_vendorlib}/URI/*
%{_bindir}/urifind
%{_mandir}/*/*


%changelog

* Sat May 23 2015 abfonly <John@smith.org> 20140709.0.0-1
- (9380216) Log: Update to 20140709.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13473 |14cu|perl-URI-Find-Simple-1.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    URI-Find-Simple
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A simple interface to URI::Find 

License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/URI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI::Find)

BuildArch:	noarch

%description
URI::Find is all very well, but sometimes you just want a list of the links 
in a given piece of text, or you want to change all the urls in some text 
somehow, and don't want to mess with callback interfaces.

This module uses URI::Find, but hides the callback interface, providing two 
functions - one to list all the uris, and one to change all the uris.
%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{perl_vendorlib}/URI/
%{_mandir}/man3/*



%changelog

* Sat May 23 2015 abfonly <John@smith.org> 1.60.0-1
- (a91113a) Log: Update to 1.60.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13474 |14cu|perl-URI-Query-0.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name URI-Query
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Class providing URI query string manipulation
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/URI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(URI)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
URI::Query provides simple URI query string manipulation, allowing you
to create and manipulate URI query strings from GET and POST requests in
web applications. This is primarily useful for creating links where you 
wish to preserve some subset of the parameters to the current request,
and potentially add or replace others. Given a query string this is 
doable with regexes, of course, but making sure you get the anchoring 
and escaping right is tedious and error-prone - using this module is 
much simpler.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%make_install

%files
%doc README ChangeLog
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Thu Sep 24 2015 abfonly <abfonly@gmail.com> 0.100.0-1
- (450653c) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13475 |14cu|perl-URI-Title-1.900.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    URI-Title
%define upstream_version 1.900

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Module to get the titles of things on the web in a sensible way

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/URI/URI-Title-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(File::Type)
BuildRequires:	perl(MP3::Info) 
BuildRequires:	perl(Image::Size)
BuildRequires:	perl(HTML::Entities) 
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(Pod::Coverage::TrustPod)
BuildRequires:	perl(Test::CPAN::Meta)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:  perl(Parse::CPAN::Meta) = 1.441.700

BuildArch:	noarch

%description
Perl module to get the titles of things on the web in a sensible way.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README LICENSE
%{perl_vendorlib}/URI/*
%{_mandir}/man3/*



%changelog

* Mon Jun 22 2015 abfonly <John@smith.org> 1.900.0-1
- (d956fb0) Log: Update to 1.900.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13476 |14cu|perl-URI-ws-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name		URI-ws   
%define upstream_version	0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:        1
Summary:        WebSocket support for URI package
License:        GPL+ or Artistic
Group:		Development/Perl
URL:            http://search.cpan.org/dist/URI-ws/
Source0:        http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/%{upstream_name}-%{upstream_version}.tar.gz

BuildArch:      noarch
BuildRequires:  perl-devel
BuildRequires:  perl(base)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(strict)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(URI)
BuildRequires:  perl(URI::_server)
BuildRequires:  perl(warnings)


%description
After this module is installed, the URI package provides the same set of
methods for WebSocket URIs as it does for HTTP ones. For secure WebSockets,
see URI::wss.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jun 09 2015 abfonly <John@smith.org> 0.30.0-1
- (a01d19a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13477 |14cu|perl-User-Identity-0.940.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    User-Identity
%define upstream_version 0.94

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	%{upstream_name} CPAN Perl module

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/User-Identity/
Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/User-Identity-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is the User Identity CPAN Perl module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%files
%doc Changes 
%{_mandir}/*/*
%{perl_vendorlib}/Mail/*
%{perl_vendorlib}/User/*



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.940.0-4
+ Revision: bae4b54
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13478 |14cu|perl-UUID-0.240.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#private-shared-object-provides
%define __noautoprov 'UUID.so'

%define upstream_name    UUID
%define upstream_version 0.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	UUID - Perl extension for using UUID interfaces as defined in e2fsprogs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JN/JNH/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	pkgconfig(uuid)
BuildRequires:	perl(Devel::CheckLib)


%description
With these 3 routines UUID''s can easily be generated and parsed/un-parsed.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes License META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorarch}/*


%changelog

* Sat May 23 2015 abfonly <John@smith.org> 0.240.0-1
- (2248ff8) Log: Update to 0.240.0, filter private shared libs, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13479 |14cu|perl-UUID-Tiny-1.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    UUID-Tiny
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Pure Perl UUID functions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/UUID/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(POSIX)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)

BuildArch:	noarch

%description
UUID::Tiny is a lightweight, low dependency Pure Perl module for UUID
creation and testing. This module provides the creation of version 1 time
based UUIDs (using random multicast MAC addresses), version 3 MD5 based
UUIDs, version 4 random UUIDs, and version 5 SHA-1 based UUIDs.

ATTENTION! UUID::Tiny uses Perl's 'rand()' to create the basic random
numbers, so the created v4 UUIDs are *not* cryptographically strong!

No fancy OO interface, no plethora of different UUID representation formats
and transformations - just string and binary. Conversion, test and time
functions equally accept UUIDs and UUID strings, so don't bother to convert
UUIDs for them!

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/UUID/


%changelog

* Sun Jun 21 2015 abfonly <John@smith.org> 1.40.0-1
- (df457d7) Log : Update to 1.40.0, tixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13480 |14cu|perl-VCG-0.500.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       VCG
%define upstream_version    0.5

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Interface to to the vcg graphing tool

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		https://cpan.metacpan.org/authors/id/T/TE/TEEJAY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IPC::Run)

BuildArch:	noarch

%description
This module provides an interface to to the vcg graphing tool. It
supports a limited selection of options and file formats. The vcg
graphing tool homepage is currently
http://rw4.cs.uni-sb.de/users/sander/html/gsvcg1.html but is being
actively developed elsewhere. 


This module is based on Leon Brocard's GraphViz module, it tries to
provide a similar interface to offer some sense of consistency. 


VCG is now in active development and although Graph::Writer::VCG already
exists, this module provides a similar interface to graphviz and will be
more closely tied into vcg as it becomes more actively developed - see
James Micheal DuPont's announcement at
http://mail.gnome.org/archives/dia-list/2003-February/msg00029.html.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/VCG.pm
%{_mandir}/*/*




%changelog

* Sat Sep 26 2015 abfonly <abfonly@gmail.com> 0.500.0-1
- (c22e398) Log: Repack according to perl policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13481 |14cu|perl-VCS-Lite-0.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 VCS-Lite
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Minimal upstream_version control system

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/I/IV/IVORW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Algorithm::Diff)
BuildArch:	noarch

%description
This module provides the functions normally associated 
with a version control system, but without needing or 
implementing a version control system. Applications 
include wikis, document management systems and configuration 
management.

It makes use of the module Algorithm::Diff. It provides the 
facility for basic diffing, patching and merging.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

for file in LICENSE README; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_bindir}/*
%{perl_vendorlib}/VCS
%{_mandir}/*/*



%changelog

* Sat May 23 2015 abfonly <John@smith.org> 0.120.0-1
- (4582768) Log: Update to 0.120.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13482 |14cu|perl-Version-Next-0.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Version-Next
%define upstream_version 0.004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Increment module version numbers simply and correctly

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Version/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module provides a simple, correct way to increment a Perl module
version number. It does not attempt to guess what the original version
number author intended, it simply increments in the smallest possible
fashion. Decimals are incremented like an odometer. Dotted decimals are
incremented piecewise and presented in a standardized way.

If more complex version manipulation is necessary, you may wish to consider
the Perl::Version manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml META.json README CONTRIBUTING
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat May 23 2015 abfonly <John@smith.org> 0.4.0-1
- (4f66819) Log: Update to 0.4.0'



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13483 |14cu|perl-Version-Requirements-0.101.23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Version-Requirements
%define upstream_version 0.101023

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A set of version requirements for a CPAN dist

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Version/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(version)

BuildArch:	noarch

%description
A Version::Requirements object models a set of version constraints like
those specified in the _META.yml_ or _META.json_ files in CPAN
distributions. It can be built up by adding more and more constraints, and
it will reduce them to the simplest representation.

Logically impossible constraints will be identified immediately by thrown
exceptions.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Jun 21 2015 abfonly <John@smith.org> 0.101.23-1
- (b13b164) Log: Update to 0.101.23



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13484 |14cu|perl-VFSsimple-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       VFSsimple
%define upstream_version    0.03

Summary:	A library to magically access to file w/o carry the method

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	WTFPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://search.cpan.org/CPAN/authors/id/N/NA/NANARDON/VFSsimple/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(URI)

BuildArch: noarch

%description
A library to magically access to file w/o carry the method

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%doc META.yml
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog

* Sat Sep 26 2015 abfonly <abfonly@gmail.com> 0.30.0-1
- (122c7be) Log: repack according to perl policy
- (122c7be) fixed %doc
- (122c7be) spec clean.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13485 |14cu|perl-VFSsimple-Drv-Ftp-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       VFSsimple-Drv-Ftp
%define upstream_version    0.03

Summary:	A VFSsimple implementation over ftp protocol

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	WTFPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://search.cpan.org/CPAN/authors/id/N/NA/NANARDON/VFSsimple/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(URI)
BuildRequires:	perl(Net::FTP)
BuildRequires:	perl(VFSsimple)

BuildArch:	noarch

%description
This module provide access method for VFSsimple module to access to file
located on an ftp server.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%doc META.yml
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog

* Sat Sep 26 2015 abfonly <abfonly@gmail.com> 0.30.0-1
- (4a206d9) Log: Repack according to perl policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13486 |14cu|perl-VFSsimple-Drv-Rsync-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       VFSsimple-Drv-Rsync
%define upstream_version    0.03

Summary:	A VFSsimple implementation over rsync protocol
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	WTFPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://search.cpan.org/CPAN/authors/id/N/NA/NANARDON/VFSsimple/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(URI)
BuildRequires:	perl(VFSsimple)
BuildRequires:	rsync

BuildArch:	noarch


%description
This module provide access method for VFSsimple module to access to file
located on rsync server.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%doc META.yml
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog

* Sat Sep 26 2015 abfonly <abfonly@gmail.com> 0.30.0-1
- (46ef16e) Log: Repack according to perl policy
- (46ef16e) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13487 |14cu|perl-Want-0.260.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Want
%define upstream_version 0.26
%define __noautoprov 'Want.so'

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	A generalisation of wantarray


License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/Want-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0


%description
This module generalises the mechanism of the wantarray function, allowing a
function to determine in some detail how its return value is going to be
immediately used.

%prep
%setup -qn %{module}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README TODO META.json META.yml
%{perl_vendorarch}/Want.pm
%{perl_vendorarch}/auto/Want
%{_mandir}/*/*






%changelog

* Sat Sep 26 2015 abfonly <abfonly@gmail.com> 0.260.0-1
- (82a0272) Log: Update to 0.260.0
- (82a0272) filter private libs provided
- (82a0272) fixed %doc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13488 |14cu|perl-WeakRef-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       WeakRef
%define upstream_version    0.01

Name:		    perl-%{upstream_name}
Version:	    %perl_convert_version %{upstream_version}
Release:	    1
Summary:	    An API to the Perl weak references

License:	    GPL+ or Artistic
Group:		    Development/Perl
URL:            http://search.cpan.org/dist/%{upstream_name}
Source:         https://cpan.metacpan.org/authors/id/L/LU/LUKKA/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
A patch to Perl 5.005_55 by the author implements a core API for weak
references. This module is a Perl-level interface to that API, allowing weak
references to be created in Perl.

A weak reference is just like an ordinary Perl reference except that it isn't
included in the reference count of the thing referred to. This means that once
all references to a particular piece of data are weak, the piece of data is
freed and all the weak references are set to undef. This is particularly useful
for implementing circular data structures without memory leaks or caches of
objects.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std


%files 
%doc Changes README
%{perl_vendorarch}/*
%{_mandir}/*/*




%changelog

* Sat Sep 26 2015 abfonly <abfonly@gmail.com> 0.10.0-1
- (4ba990d) Log: Repack according to perl policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13489 |14cu|perl-WebFetch-0.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WebFetch
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl module to download and save information from the Web

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://cpan.perl.org/modules/by-module/WebFetch/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Date::Calc)
BuildRequires:  perl(HTML::Parser)
BuildRequires:  perl(LWP)
BuildRequires:  perl(XML::Parser)
BuildRequires:  perl(HTML::LinkExtor)
BuildRequires:  perl(Exception::Class)
# Just to make sure it exists
BuildRequires:	perl(Locale::Codes)
BuildRequires:	perl(XML::Atom)
BuildRequires:	perl(XML::RSS)
BuildRequires:	perl(Template)


BuildArch:	noarch

Requires:	perl(Locale::Codes)
Requires:	perl(Date::Calc)
Requires:	perl(XML::Parser)

%description
WebFetch is a Perl module to download and save information from the Web, and
to display on the Web.  It will download from sites such as CNet, CNN,
Freshmeat, Slashdot, LinuxToday, Yahoo, and more.  It can even export your
site's news for other sites to include in their web pages.

%prep 
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test


%install
%makeinstall_std

%files
%doc Changes META.yml README TODO
%{perl_vendorlib}/WebFetch*
%{perl_vendorlib}/*.pod
%{_mandir}/*/*



%changelog

* Sat May 23 2015 abfonly <John@smith.org> 0.130.0-1
- (9fef021) Log: Update to 0.130.0, fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13490 |14cu|perl-Web-Scraper-0.380.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Web-Scraper
%define upstream_version 0.38

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Drop-in replacement for Web::Scraper to use LibXML
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Web/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(base)
BuildRequires:  perl(Module::Build::Tiny)
BuildRequires:  perl(Carp)
BuildRequires:  perl(HTML::Entities)
BuildRequires:  perl(HTML::Selector::XPath)
BuildRequires:  perl(HTML::Tagset)
BuildRequires:  perl(HTML::TreeBuilder)
BuildRequires:  perl(HTML::TreeBuilder::XPath)
BuildRequires:  perl(HTML::TreeBuilder::LibXML)
BuildRequires:  perl(List::Util)
BuildRequires:  perl(LWP)
BuildRequires:  perl(LWP::UserAgent)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Test::Base)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Requires)
BuildRequires:  perl(UNIVERSAL::require)
BuildRequires:  perl(URI)
BuildRequires:  perl(warnings)
BuildRequires:  perl(XML::XPathEngine) >= 0.08
BuildRequires:  perl(YAML)
BuildRequires:  perl(strict)
BuildRequires:  perl(TAP::Harness::Env)
BuildRequires:  perl-devel

Requires:  perl(LWP::UserAgent)

BuildArch:	noarch

%description
Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent
Scrapi. It provides a DSL-ish interface for traversing HTML documents and
returning a neatly arranged Perl data structure.

The _scraper_ and _process_ blocks provide a method to define what segments
of a document to extract. It understands HTML and CSS Selectors as well as
XPath expressions.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
# no make file to generate
sed -i '/ExtUtils::MakeMaker/d' META.*

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot} 

# lack in install
install -m 755 -d %{buildroot}%{_bindir}
install -m 755 bin/scraper %{buildroot}%{_bindir}
# usr/local is not our %{prefix}
mkdir -p %{buildroot}%{_mandir}/man3
mv %{buildroot}/usr/local/share/man/man3/*.3pm \
  %{buildroot}%{_mandir}/man3/


%files
%doc Changes LICENSE META.json META.yml README
%{_bindir}/scraper
%{perl_sitelib}/Web/Scraper.pm
%{perl_sitelib}/Web/Scraper/*.pm
%{_mandir}/man3/*
%changelog

* Mon Sep 21 2015 abfonly <abfonly@gmail.com> 0.380.0-1
- (c8210a3) Fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13491 |14cu|perl-WWW-Mechanize-1.750.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  WWW-Mechanize
%define upstream_version 1.75

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Handy web browsing in a Perl object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl(HTML::Form)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(URI)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::LongString)
BuildRequires:	perl(HTTP::Daemon)
BuildRequires:	perl(HTTP::Response::Encoding)
BuildRequires:	perl(HTTP::Server::Simple::CGI)
BuildArch:	noarch

%description
WWW::Mechanize, or Mech for short, helps you automate interaction with a
website. It supports performing a sequence of page fetches including following
links and submitting forms. Each fetched page is parsed and its links and forms
are extracted. A link or a form can be selected, form fields can be filled and
the next page can be fetched. Mech also stores a history of the URLs you've
visited, which can be queried and revisited.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor <<EOF
EOF
%make

%install
%makeinstall_std

# %check
# make test

%files 
%doc Changes etc/www-mechanize-logo.png
%{perl_vendorlib}/WWW
%{_mandir}/*/*
%{_bindir}/*

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.750.0-1
- (d0732dc) Updated to 1.75 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13492 |14cu|perl-WWW-Mechanize-Cached-1.500.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       WWW-Mechanize-Cached
%define upstream_version 1.50

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Cache response to be polite
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Cache::FileCache)
BuildRequires: perl(Carp)
BuildRequires: perl(Cache::BaseCache)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(Data::Dump)
BuildRequires: perl(Devel::SimpleTrace)
BuildRequires: perl(English)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(File::Spec)
BuildRequires: perl(Find::Lib)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(LWP::ConsoleLogger::Easy)
BuildRequires: perl(Module::Build) >= 0.360.100
BuildRequires: perl(Moose)
BuildRequires: perl(Path::Class)
BuildRequires: perl(Storable) >= 2.210.0
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::RequiresInternet)
BuildRequires: perl(WWW::Mechanize)
BuildRequires: perl(constant)
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
BuildRequires: perl(Moo)
BuildRequires: perl(strictures)
BuildRequires: perl(MooX::Types::MooseLike::Base)
BuildRequires: perl(Test::Warn)
BuildRequires: perl(Term::Size::Perl)
BuildRequires: perl(CHI)

BuildArch:  noarch

%description
Uses the Cache::Cache hierarchy to implement a caching Mech. This
lets one perform repeated requests without hammering a server
impolitely.

%prep
%setup -qn %{upstream_name}-%{upstream_version} 


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc AUTHORS Changes LICENSE META.json README examples
%{perl_vendorlib}/WWW/Mechanize/Cached.pm
%{_mandir}/*/*



%changelog

* Fri Sep 25 2015 abfonly <abfonly@gmail.com> 1.500.0-1
- (9cb62a5) Log: Update to 1.500.0
- (9cb62a5) backported too many new BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13493 |14cu|perl-WWW-Mechanize-Shell-0.550.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Mechanize-Shell
%define upstream_version 0.55

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	An interactive shell for WWW::Mechanize

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(HTML::Display)
BuildRequires:	perl(HTTP::Daemon)
BuildRequires:	perl(Hook::LexWrap)
BuildRequires:	perl(HTML::TokeParser::Simple)
BuildRequires:	perl(LWP)
BuildRequires:	perl(Term::Shell)
BuildRequires:	perl(Test::Harness)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(URI::URL)
BuildRequires:	perl(WWW::Mechanize::FormFiller)
BuildRequires:	perl(WWW::Mechanize)
BuildRequires:	perl(parent)
BuildRequires:	perl(CGI)

BuildArch:	noarch

%description
This module implements a www-like shell above WWW::Mechanize
and also has the capability to output crude Perl code that recreates
the recorded session. Its main use is as an interactive starting point
for automating a session through WWW::Mechanize.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{perl_vendorlib}/WWW/Mechanize/Shell.pm
%{_mandir}/*/*



%changelog

* Wed Sep 23 2015 abfonly <abfonly@gmail.com> 0.550.0-1
- (791d8db) Log: Update to 0.550.0
- (791d8db) fixed BR
- (791d8db) spec clean
- (791d8db) fixed tests ( at least on local build)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13494 |14cu|perl-WWW-Mechanize-TreeBuilder-1.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Mechanize-TreeBuilder
%define upstream_version 1.20000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Combine WWW::Mechanize and HTML::TreeBuilder
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(HTML::TreeBuilder)
BuildRequires:	perl(Moose)
BuildRequires:	perl(MooseX::Role::Parameterized)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::WWW::Mechanize)
BuildRequires:	perl(namespace::autoclean)
BuildRequires:	perl(aliased)
BuildRequires:	perl(HTML::TreeBuilder::XPath)

BuildArch:	noarch
Requires:	perl(HTML::TreeBuilder)

%description
This module combines the WWW::Mechanize manpage and the HTML::TreeBuilder
manpage. Why? Because I've seen too much code like the following:

 like($mech->content, qr{<p>some text</p>}, "Found the right tag");

Which is just all flavours of wrong - its akin to processing XML with
regexps.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sat Jun 13 2015 abfonly <John@smith.org> 1.200.0-1
- (fe24d61) Log: Update to 1.200.0, enable and fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13495 |14cu|perl-WWW-Search-2.514.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Search
%define upstream_version 2.514

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Virtual base class for WWW searches

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/WWW-Search-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MM_Unix)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::Capture::Stderr)
BuildRequires:	perl(Test::File)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Email::MIME)
BuildRequires:	perl(Email::MIME::Creator)
BuildRequires:	perl(Email::Send)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Bit::Vector)
BuildRequires:	perl(CGI)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(Date::Manip)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(HTML::TreeBuilder)
BuildRequires:	perl(LWP::MemberMixin)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Net::Domain)
BuildRequires:	perl(POSIX)
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl(URI)
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(User)

BuildArch:	noarch

%description
This class is the parent for all access methods supported by the WWW::Search
library. This library implements a Perl API to web-based search engines.

See README for a list of search engines currently supported, and for a lot of
interesting high-level information about this distribution.

Search results can be limited, and there is a pause between each request to
avoid overloading either the client or the server.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
for file in `find lib -type f` Changes README META.yml; do
    chmod 644 $file
done
perl -pi -e 's|/usr/local/bin/perl|/usr/bin/perl|' lib/WWW/Search/*.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
export PATH=$PATH:%{buildroot}%{_bindir}
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml 
%{_bindir}/*
%{perl_vendorlib}/WWW
%{_mandir}/*/*



%changelog

* Wed Sep 23 2015 abfonly <abfonly@gmail.com> 2.514.0-1
- (64ce357) Log: Update to 2.514.0
- (64ce357) fixed BR .



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13496 |14cu|perl-WWW-Shorten-3.93.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Shorten
%define upstream_version 3.093
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Perl interface to makeashorterlink.com
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Config::Auto)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(LWP) >= 5.750.0
BuildRequires:	perl(LWP::UserAgent) >= 2.23.0
BuildRequires:	perl(Module::Build) >= 0.380.0
BuildRequires:	perl(Test::More) >= 0.470.0
BuildRequires:	perl(URI) >= 1.270.0
BuildArch:	noarch

%description
The function 'makeashorterlink' will call the relevant web site passing it
your long URL and will return the shorter version.

The function 'makealongerlink' does the reverse. 'makealongerlink' will
accept as an argument either the full shortened URL or just the identifier.

If anything goes wrong, then either function will return 'undef'.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod -x Changes
iconv --from=ISO-8859-1 --to=UTF-8 LICENCE > LICENCE.conv && \
  touch -r LICENCE LICENCE.conv && mv -f LICENCE.conv LICENCE

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test 

%install
%makeinstall_std

%files
%doc README.* Changes META.yml META.json LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/shorten
%{_mandir}/man1/shorten.1*




%changelog

* Tue Jun 21 2016 abfonly <abfonly@gmail.com> 3.93.0-1
- (894bd93) Log: Update to 3.93.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13497 |14cu|perl-WWW-Wikipedia-2.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-Wikipedia
%define upstream_version 2.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Automated interface to the Wikipedia
License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/WWW-Wikipedia-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-libwww-perl
BuildRequires:	perl(CGI)
BuildRequires:	perl(Text::Autoformat)
BuildArch:	noarch

%description
WWW::Wikipedia provides an automated interface to the Wikipedia 
http://www.wikipedia.org, which is a free, collaborative, online 
encyclopedia. This module allows you to search for a topic and return the 
resulting entry. It also gives you access to related topics which are also 
available via the Wikipedia for that entry.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

#%check
#%make test

%install
%makeinstall_std

%files
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/WWW


%changelog

* Thu Jun 09 2016 Denis Silakov <dsilakov@gmail.com> 2.40.0-1
- (2b57fff) Updated to 2.04



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13498 |14cu|perl-Wx-0.992.700-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Wx
%define upstream_version 0.9927
%define __noautoprov 'Wx.so|MDI.so|FS.so|IPC.so|Print.so|Media.so|DocView.so|Help.so|RichText.so|XRC.so|Socket.so|DND.so|Html.so|AUI.so|DateTime.so|Grid.so|Calendar.so|PerlTest.so|STC.so'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Interface to the wxWidgets GUI toolkit

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz
Source1:	%{name}.rpmlintrc
### Please check and edit provides at each update. Symbianflo ###
Source2:	provides

BuildRequires:	perl(Alien::wxWidgets)
BuildRequires:	perl(ExtUtils::ParseXS)
BuildRequires:	perl(ExtUtils::XSpp)
BuildRequires:	wxgtku2.8-devel
BuildRequires:	perl-devel
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Harness)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(YAML) 
### for tests
BuildRequires:  x11-server-xvfb
%define         X_display         ":99"
### 
# need to be updated manually at each new version
# script mugged from Stella/Centos
# thx to Nux from Stella Linux, see Source2. Symbianflo

Provides: perl(Wx::AcceleratorEntry) = %{EVRD}
Provides: perl(Wx::AcceleratorTable) = %{EVRD}
Provides: perl(Wx::ActivateEvent) = %{EVRD}
Provides: perl(Wx::ANIHandler) = %{EVRD}
Provides: perl(Wx::_App) = %{EVRD}
Provides: perl(Wx::App) = %{EVRD}
Provides: perl(Wx::ArchiveFSHandler) = %{EVRD}
Provides: perl(Wx::ArtProvider) = %{EVRD}
Provides: perl(Wx::AUI) = %{EVRD}
Provides: perl(Wx::BestHelpController) = %{EVRD}
Provides: perl(Wx::Bitmap) = %{EVRD}
Provides: perl(Wx::BitmapDataObject) = %{EVRD}
Provides: perl(Wx::BitmapToggleButton) = %{EVRD}
Provides: perl(Wx::BMPHandler) = %{EVRD}
Provides: perl(Wx::BoxSizer) = %{EVRD}
Provides: perl(Wx::BusyCursor) = %{EVRD}
Provides: perl(Wx::BusyInfo) = %{EVRD}
Provides: perl(Wx::Caret) = %{EVRD}
Provides: perl(Wx::CaretSuspend) = %{EVRD}
Provides: perl(Wx::CheckBox) = %{EVRD}
Provides: perl(Wx::CheckListBox) = %{EVRD}
Provides: perl(Wx::ChildFocusEvent) = %{EVRD}
Provides: perl(Wx::CHMHelpController) = %{EVRD}
Provides: perl(Wx::Choice) = %{EVRD}
Provides: perl(Wx::ClassInfo) = %{EVRD}
Provides: perl(Wx::Client) = %{EVRD}
Provides: perl(Wx::ClientDC) = %{EVRD}
Provides: perl(Wx::Clipboard) = %{EVRD}
Provides: perl(Wx::ClipboardTextEvent) = %{EVRD}
Provides: perl(Wx::CloseEvent) = %{EVRD}
Provides: perl(Wx::Colour) = %{EVRD}
Provides: perl(Wx::ColourData) = %{EVRD}
Provides: perl(Wx::ColourDatabase) = %{EVRD}
Provides: perl(Wx::ColourDialog) = %{EVRD}
Provides: perl(Wx::ComboBox) = %{EVRD}
Provides: perl(Wx::CommandEvent) = %{EVRD}
Provides: perl(Wx::ConfigBase) = %{EVRD}
Provides: perl(Wx::Connection) = %{EVRD}
Provides: perl(Wx::ContextHelp) = %{EVRD}
Provides: perl(Wx::ContextHelpButton) = %{EVRD}
Provides: perl(Wx::ContextMenuEvent) = %{EVRD}
Provides: perl(Wx::Control) = %{EVRD}
Provides: perl(Wx::CURHandler) = %{EVRD}
Provides: perl(Wx::Cursor) = %{EVRD}
Provides: perl(Wx::DataFormat) = %{EVRD}
Provides: perl(Wx::DataObject) = %{EVRD}
Provides: perl(Wx::DataObjectComposite) = %{EVRD}
Provides: perl(Wx::DataObjectSimple) = %{EVRD}
Provides: perl(Wx::DataView) = %{EVRD}
Provides: perl(Wx::DC) = %{EVRD}
Provides: perl(Wx::DCOverlay) = %{EVRD}
Provides: perl(Wx::Dialog) = %{EVRD}
Provides: perl(Wx::DirDialog) = %{EVRD}
Provides: perl(Wx::DocChildFrame) = %{EVRD}
Provides: perl(Wx::DocManager) = %{EVRD}
Provides: perl(Wx::DocMDIChildFrame) = %{EVRD}
Provides: perl(Wx::DocMDIParentFrame) = %{EVRD}
Provides: perl(Wx::DocParentFrame) = %{EVRD}
Provides: perl(Wx::DocTemplate) = %{EVRD}
Provides: perl(Wx::Document) = %{EVRD}
Provides: perl(Wx::DropFilesEvent) = %{EVRD}
Provides: perl(Wx::DropSource) = %{EVRD}
Provides: perl(Wx::DropTarget) = %{EVRD}
Provides: perl(Wx::EraseEvent) = %{EVRD}
Provides: perl(Wx::Event) = %{EVRD}
Provides: perl(Wx::EvtHandler) = %{EVRD}
Provides: perl(Wx::FileConfig) = %{EVRD}
Provides: perl(Wx::FileDataObject) = %{EVRD}
Provides: perl(Wx::FileDialog) = %{EVRD}
Provides: perl(Wx::FileDropTarget) = %{EVRD}
Provides: perl(Wx::FileHistory) = %{EVRD}
Provides: perl(Wx::FileSystem) = %{EVRD}
Provides: perl(Wx::FileSystemHandler) = %{EVRD}
Provides: perl(Wx::FlexGridSizer) = %{EVRD}
Provides: perl(Wx::FocusEvent) = %{EVRD}
Provides: perl(Wx::Font) = %{EVRD}
Provides: perl(Wx::FontData) = %{EVRD}
Provides: perl(Wx::FontDialog) = %{EVRD}
Provides: perl(Wx::FontEnumerator) = %{EVRD}
Provides: perl(Wx::FontMapper) = %{EVRD}
Provides: perl(Wx::Frame) = %{EVRD}
Provides: perl(Wx::FSFile) = %{EVRD}
Provides: perl(Wx::Gauge) = %{EVRD}
Provides: perl(Wx::GCDC) = %{EVRD}
Provides: perl(Wx::GIFHandler) = %{EVRD}
Provides: perl(Wx::GraphicsBrush) = %{EVRD}
Provides: perl(Wx::GraphicsContext) = %{EVRD}
Provides: perl(Wx::GraphicsFont) = %{EVRD}
Provides: perl(Wx::GraphicsMatrix) = %{EVRD}
Provides: perl(Wx::GraphicsObject) = %{EVRD}
Provides: perl(Wx::GraphicsPath) = %{EVRD}
Provides: perl(Wx::GraphicsPen) = %{EVRD}
Provides: perl(Wx::Grid) = %{EVRD}
Provides: perl(Wx::GridBagSizer) = %{EVRD}
Provides: perl(Wx::GridCellAttr) = %{EVRD}
Provides: perl(Wx::GridCellAutoWrapStringEditor) = %{EVRD}
Provides: perl(Wx::GridCellAutoWrapStringRenderer) = %{EVRD}
Provides: perl(Wx::GridCellBoolEditor) = %{EVRD}
Provides: perl(Wx::GridCellBoolRenderer) = %{EVRD}
Provides: perl(Wx::GridCellChoiceEditor) = %{EVRD}
Provides: perl(Wx::GridCellCoords) = %{EVRD}
Provides: perl(Wx::GridCellDateTimeRenderer) = %{EVRD}
Provides: perl(Wx::GridCellEditor) = %{EVRD}
Provides: perl(Wx::GridCellEnumEditor) = %{EVRD}
Provides: perl(Wx::GridCellEnumRenderer) = %{EVRD}
Provides: perl(Wx::GridCellFloatEditor) = %{EVRD}
Provides: perl(Wx::GridCellFloatRenderer) = %{EVRD}
Provides: perl(Wx::GridCellNumberEditor) = %{EVRD}
Provides: perl(Wx::GridCellNumberRenderer) = %{EVRD}
Provides: perl(Wx::GridCellRenderer) = %{EVRD}
Provides: perl(Wx::GridCellStringRenderer) = %{EVRD}
Provides: perl(Wx::GridCellTextEditor) = %{EVRD}
Provides: perl(Wx::GridEditorCreatedEvent) = %{EVRD}
Provides: perl(Wx::GridEvent) = %{EVRD}
Provides: perl(Wx::GridRangeSelectEvent) = %{EVRD}
Provides: perl(Wx::GridSizeEvent) = %{EVRD}
Provides: perl(Wx::GridSizer) = %{EVRD}
Provides: perl(Wx::GridUpdateLocker) = %{EVRD}
Provides: perl(Wx::HeaderCtrlSimple) = %{EVRD}
Provides: perl(Wx::HelpControllerBase) = %{EVRD}
Provides: perl(Wx::HelpControllerHelpProvider) = %{EVRD}
Provides: perl(Wx::HelpEvent) = %{EVRD}
Provides: perl(Wx::HelpProvider) = %{EVRD}
Provides: perl(Wx::HtmlDCRenderer) = %{EVRD}
Provides: perl(Wx::HtmlEasyPrinting) = %{EVRD}
Provides: perl(Wx::HtmlHelpController) = %{EVRD}
Provides: perl(Wx::HtmlLinkInfo) = %{EVRD}
Provides: perl(Wx::HtmlWindow) = %{EVRD}
Provides: perl(Wx::ICOHandler) = %{EVRD}
Provides: perl(Wx::Icon) = %{EVRD}
Provides: perl(Wx::IconizeEvent) = %{EVRD}
Provides: perl(Wx::IdleEvent) = %{EVRD}
Provides: perl(Wx::IFFHandler) = %{EVRD}
Provides: perl(Wx::Image) = %{EVRD}
Provides: perl(Wx::ImageHandler) = %{EVRD}
Provides: perl(Wx::ImageList) = %{EVRD}
Provides: perl(Wx::IndividualLayoutConstraint) = %{EVRD}
Provides: perl(Wx::InitDialogEvent) = %{EVRD}
Provides: perl(Wx::InputStream) = %{EVRD}
Provides: perl(Wx::InternetFSHandler) = %{EVRD}
Provides: perl(Wx::ItemContainer) = %{EVRD}
Provides: perl(Wx::ItemContainerImmutable) = %{EVRD}
Provides: perl(Wx::JoystickEvent) = %{EVRD}
Provides: perl(Wx::JPEGHandler) = %{EVRD}
Provides: perl(Wx::KeyEvent) = %{EVRD}
Provides: perl(Wx::LanguageInfo) = %{EVRD}
Provides: perl(Wx::LayoutConstraints) = %{EVRD}
Provides: perl(Wx::ListBox) = %{EVRD}
Provides: perl(Wx::ListCtrl) = %{EVRD}
Provides: perl(Wx::ListEvent) = %{EVRD}
Provides: perl(Wx::ListItem) = %{EVRD}
Provides: perl(Wx::ListItemAttr) = %{EVRD}
Provides: perl(Wx::ListView) = %{EVRD}
Provides: perl(Wx::Locale) = %{EVRD}
Provides: perl(Wx::Log) = %{EVRD}
Provides: perl(Wx::LogChain) = %{EVRD}
Provides: perl(Wx::LogFormatter) = %{EVRD}
Provides: perl(Wx::LogGui) = %{EVRD}
Provides: perl(Wx::LogNull) = %{EVRD}
Provides: perl(Wx::LogPassThrough) = %{EVRD}
Provides: perl(Wx::LogRecordInfo) = %{EVRD}
Provides: perl(Wx::LogStderr) = %{EVRD}
Provides: perl(Wx::LogTextCtrl) = %{EVRD}
Provides: perl(Wx::LogWindow) = %{EVRD}
Provides: perl(Wx::Mask) = %{EVRD}
Provides: perl(Wx::MaximizeEvent) = %{EVRD}
Provides: perl(Wx::MDIChildFrame) = %{EVRD}
Provides: perl(Wx::MDIParentFrame) = %{EVRD}
Provides: perl(Wx::MemoryDC) = %{EVRD}
Provides: perl(Wx::MemoryFSHandler) = %{EVRD}
Provides: perl(Wx::Menu) = %{EVRD}
Provides: perl(Wx::MenuBar) = %{EVRD}
Provides: perl(Wx::MenuEvent) = %{EVRD}
Provides: perl(Wx::MenuItem) = %{EVRD}
Provides: perl(Wx::MiniFrame) = %{EVRD}
Provides: perl(Wx::MouseCaptureChangedEvent) = %{EVRD}
Provides: perl(Wx::MouseCaptureLostEvent) = %{EVRD}
Provides: perl(Wx::MouseEvent) = %{EVRD}
Provides: perl(Wx::MoveEvent) = %{EVRD}
Provides: perl(Wx::MultiChoiceDialog) = %{EVRD}
Provides: perl(Wx::NativeFontInfo) = %{EVRD}
Provides: perl(Wx::NavigationKeyEvent) = %{EVRD}
Provides: perl(Wx::Notebook) = %{EVRD}
Provides: perl(Wx::NotebookEvent) = %{EVRD}
Provides: perl(Wx::NotebookSizer) = %{EVRD}
Provides: perl(Wx::NotifyEvent) = %{EVRD}
Provides: perl(Wx::NumberEntryDialog) = %{EVRD}
Provides: perl(Wx::OutputStream) = %{EVRD}
Provides: perl(Wx::Overlay) = %{EVRD}
Provides: perl(Wx::PageSetupDialog) = %{EVRD}
Provides: perl(Wx::PageSetupDialogData) = %{EVRD}
Provides: perl(Wx::PaintDC) = %{EVRD}
Provides: perl(Wx::PaintEvent) = %{EVRD}
Provides: perl(Wx::Palette) = %{EVRD}
Provides: perl(Wx::Panel) = %{EVRD}
Provides: perl(Wx::PasswordEntryDialog) = %{EVRD}
Provides: perl(Wx::PCXHandler) = %{EVRD}
Provides: perl(Wx::Pen) = %{EVRD}
Provides: perl(Wx::PlArtProvider) = %{EVRD}
Provides: perl(Wx::PlCommandEvent) = %{EVRD}
Provides: perl(Wx::PlDataObjectSimple) = %{EVRD}
Provides: perl(Wx::PlEvent) = %{EVRD}
Provides: perl(Wx::PlFileSystemHandler) = %{EVRD}
Provides: perl(Wx::PlGridCellEditor) = %{EVRD}
Provides: perl(Wx::PlGridCellRenderer) = %{EVRD}
Provides: perl(Wx::PlLog) = %{EVRD}
Provides: perl(Wx::PlLogFormatter) = %{EVRD}
Provides: perl(Wx::PlLogPassThrough) = %{EVRD}
Provides: perl(Wx::PlSizer) = %{EVRD}
Provides: perl(Wx::PlThreadEvent) = %{EVRD}
Provides: perl(Wx::PlValidator) = %{EVRD}
Provides: perl(Wx::PlXmlResourceHandler) = %{EVRD}
Provides: perl(Wx::PNGHandler) = %{EVRD}
Provides: perl(Wx::PNMHandler) = %{EVRD}
Provides: perl(Wx::Point) = %{EVRD}
Provides: perl(Wx::Position) = %{EVRD}
Provides: perl(Wx::PreviewCanvas) = %{EVRD}
Provides: perl(Wx::PrintData) = %{EVRD}
Provides: perl(Wx::PrintDialog) = %{EVRD}
Provides: perl(Wx::PrintDialogData) = %{EVRD}
Provides: perl(Wx::Printer) = %{EVRD}
Provides: perl(Wx::PrinterDC) = %{EVRD}
Provides: perl(Wx::PrintFactory) = %{EVRD}
Provides: perl(Wx::Printout) = %{EVRD}
Provides: perl(Wx::PrintPaperDatabase) = %{EVRD}
Provides: perl(Wx::PrintPreview) = %{EVRD}
Provides: perl(Wx::Process) = %{EVRD}
Provides: perl(Wx::ProcessEvent) = %{EVRD}
Provides: perl(Wx::ProgressDialog) = %{EVRD}
Provides: perl(Wx::PropertyGrid) = %{EVRD}
Provides: perl(Wx::RadioBox) = %{EVRD}
Provides: perl(Wx::RadioButton) = %{EVRD}
Provides: perl(Wx::Rect) = %{EVRD}
Provides: perl(Wx::RegConfig) = %{EVRD}
Provides: perl(Wx::Region) = %{EVRD}
Provides: perl(Wx::RegionIterator) = %{EVRD}
Provides: perl(Wx::Ribbon) = %{EVRD}
Provides: perl(Wx::RichText) = %{EVRD}
Provides: perl(Wx::SashEvent) = %{EVRD}
Provides: perl(Wx::SashWindow) = %{EVRD}
Provides: perl(Wx::ScreenDC) = %{EVRD}
Provides: perl(Wx::ScrollBar) = %{EVRD}
Provides: perl(Wx::ScrolledWindow) = %{EVRD}
Provides: perl(Wx::ScrollEvent) = %{EVRD}
Provides: perl(Wx::ScrollWinEvent) = %{EVRD}
Provides: perl(Wx::Server) = %{EVRD}
Provides: perl(Wx::SetCursorEvent) = %{EVRD}
Provides: perl(Wx::SimpleHelpProvider) = %{EVRD}
Provides: perl(Wx::SingleChoiceDialog) = %{EVRD}
Provides: perl(Wx::SingleInstanceChecker) = %{EVRD}
Provides: perl(Wx::Size) = %{EVRD}
Provides: perl(Wx::SizeEvent) = %{EVRD}
Provides: perl(Wx::Sizer) = %{EVRD}
Provides: perl(Wx::SizerItem) = %{EVRD}
Provides: perl(Wx::Slider) = %{EVRD}
Provides: perl(Wx::SocketBase) = %{EVRD}
Provides: perl(Wx::SocketClient) = %{EVRD}
Provides: perl(Wx::SocketEvent) = %{EVRD}
Provides: perl(Wx::SocketServer) = %{EVRD}
Provides: perl(Wx::SpinButton) = %{EVRD}
Provides: perl(Wx::SpinCtrl) = %{EVRD}
Provides: perl(Wx::SpinEvent) = %{EVRD}
Provides: perl(Wx::SplashScreen) = %{EVRD}
Provides: perl(Wx::StaticBitmap) = %{EVRD}
Provides: perl(Wx::StaticBox) = %{EVRD}
Provides: perl(Wx::StaticBoxSizer) = %{EVRD}
Provides: perl(Wx::StaticLine) = %{EVRD}
Provides: perl(Wx::StaticText) = %{EVRD}
Provides: perl(Wx::StatusBar) = %{EVRD}
Provides: perl(Wx::StopWatch) = %{EVRD}
Provides: perl(Wx::Stream) = %{EVRD}
Provides: perl(Wx::SysColourChangedEvent) = %{EVRD}
Provides: perl(Wx::SystemOptions) = %{EVRD}
Provides: perl(Wx::SystemSettings) = %{EVRD}
Provides: perl(Wx::TaskBarIcon) = %{EVRD}
Provides: perl(Wx::TaskBarIconEvent) = %{EVRD}
Provides: perl(Wx::TextCtrlIface) = %{EVRD}
Provides: perl(Wx::TextDataObject) = %{EVRD}
Provides: perl(Wx::TextDropTarget) = %{EVRD}
Provides: perl(Wx::TextEntryDialog) = %{EVRD}
Provides: perl(Wx::TGAHandler) = %{EVRD}
Provides: perl(Wx::Thread) = %{EVRD}
Provides: perl(Wx::TIFFHandler) = %{EVRD}
Provides: perl(Wx::Timer) = %{EVRD}
Provides: perl(Wx::TimerEvent) = %{EVRD}
Provides: perl(Wx::TipProvider) = %{EVRD}
Provides: perl(Wx::ToggleButton) = %{EVRD}
Provides: perl(Wx::ToolBar) = %{EVRD}
Provides: perl(Wx::ToolBarBase) = %{EVRD}
Provides: perl(Wx::ToolBarToolBase) = %{EVRD}
Provides: perl(Wx::ToolTip) = %{EVRD}
Provides: perl(Wx::TreeCtrl) = %{EVRD}
Provides: perl(Wx::TreeEvent) = %{EVRD}
Provides: perl(Wx::TreeItemData) = %{EVRD}
Provides: perl(Wx::TreeItemId) = %{EVRD}
Provides: perl(Wx::UpdateUIEvent) = %{EVRD}
Provides: perl(Wx::URLDataObject) = %{EVRD}
Provides: perl(Wx::Validator) = %{EVRD}
Provides: perl(Wx::VarHScrollHelper) = %{EVRD}
Provides: perl(Wx::VarHVScrollHelper) = %{EVRD}
Provides: perl(Wx::VarScrollHelperBase) = %{EVRD}
Provides: perl(Wx::VarVScrollHelper) = %{EVRD}
Provides: perl(Wx::View) = %{EVRD}
Provides: perl(Wx::Wave) = %{EVRD}
Provides: perl(Wx::WebView) = %{EVRD}
Provides: perl(Wx::Window) = %{EVRD}
Provides: perl(Wx::WindowCreateEvent) = %{EVRD}
Provides: perl(Wx::WindowDC) = %{EVRD}
Provides: perl(Wx::WindowDestroyEvent) = %{EVRD}
Provides: perl(Wx::WindowDisabler) = %{EVRD}
Provides: perl(Wx::WinHelpController) = %{EVRD}
Provides: perl(Wx::Wizard) = %{EVRD}
Provides: perl(Wx::WizardEvent) = %{EVRD}
Provides: perl(Wx::WizardPage) = %{EVRD}
Provides: perl(Wx::WizardPageSimple) = %{EVRD}
Provides: perl(Wx::XmlResource) = %{EVRD}
Provides: perl(Wx::XPMHandler) = %{EVRD}
Provides: perl(Wx::ZipFSHandler) = %{EVRD}
Provides: perl(Wx::Calendar) = %{EVRD}
Provides: perl(Wx::DND) = %{EVRD}
Provides: perl(Wx::DateTime) = %{EVRD}
Provides: perl(Wx::DocView) = %{EVRD}
Provides: perl(Wx::FS) = %{EVRD}
Provides: perl(Wx::Help) = %{EVRD}
Provides: perl(Wx::Html) = %{EVRD}
Provides: perl(Wx::InfoBar) = %{EVRD}
Provides: perl(Wx::MDI) = %{EVRD}
Provides: perl(Wx::Media) = %{EVRD}
Provides: perl(Wx::Perl::SplashFast) = %{EVRD}
Provides: perl(Wx::Perl::TextValidator) = %{EVRD}
Provides: perl(Wx::PlComboPopup) = %{EVRD}
Provides: perl(Wx::PlGridTable) = %{EVRD}
Provides: perl(Wx::PlHtmlListBox) = %{EVRD}
Provides: perl(Wx::PlHtmlTagHandler) = %{EVRD}
Provides: perl(Wx::PlPopupTransientWindow) = %{EVRD}
Provides: perl(Wx::PlPreviewControlBar) = %{EVRD}
Provides: perl(Wx::PlPreviewFrame) = %{EVRD}
Provides: perl(Wx::PlVListBox) = %{EVRD}
Provides: perl(Wx::PlVScrolledWindow) = %{EVRD}
Provides: perl(Wx::PopupWindow) = %{EVRD}
Provides: perl(Wx::Print) = %{EVRD}
Provides: perl(Wx::RearrangeCtrl) = %{EVRD}
Provides: perl(Wx::RibbonBar) = %{EVRD}
Provides: perl(Wx::STC) = %{EVRD}
Provides: perl(Wx::SplitterWindow) = %{EVRD}
Provides: perl(Wx::TreeListCtrl) = %{EVRD}
Provides: perl(Wx::XRC) = %{EVRD}



%description
The Wx module is a wrapper for the wxWidgets (formerly known as wxWindows)
GUI toolkit.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

### See Source2 to generate Provides. Symbianflo ###
chmod +x %{SOURCE2}
cd .. && cp -R %{SOURCE2} provides && ./provides
cd %{upstream_name}-%{upstream_version}
# uncomment sleep at first build 
# to get the complete Provides list
# also will be saved as provides.txt 
# wich I've just added it in doc section . Symbianflo

#sleep 1m
### end hack ###

chmod -c a-x README.txt docs/todo.txt samples/*/*.pl
find . -type f -name "*.pm" -o -name "*.h" -o -name "*.cpp" |
    xargs chmod -c a-x
    

    
%build
%{__perl} Makefile.PL  --wx-unicode \
  --wx-version=`wx-config --version | cut -d . -f 1-2` \
  --wx-toolkit=gtk2 \
  INSTALLDIRS=vendor 
  
%make 

%check
### This will need X server up and running. Symbianflo ###
export DISPLAY=%{X_display}
Xvfb %{X_display} -screen 0 1024x768x24 -extension RANDR & >& Xvfb.log &
trap "kill $! || true" EXIT
sleep 10
make test

%install
%makeinstall_std

%files
%doc Changes README.txt META.json META.yml samples/ provides.txt
%{perl_vendorarch}/Wx.pm
%{perl_vendorarch}/Wx
%{perl_vendorarch}/auto/Wx
%{_mandir}/*/*
%{_bindir}/*




%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 0.992.700-4
- (ad01f28) Add more provides required by Wx-Demo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13499 |14cu|perl-Wx-Demo-0.220.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Wx-Demo
%define upstream_version 0.22
%define __noautoreq 'perl\\(Wx::PlHeaderColumn\\)|perl\\(Wx::PlHeaderCtrl\\)|perl\\(Wx::PlTreeListItemComparator\\)|perl\\(Wx::Demo.*'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	The wxPerl demo


Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Wx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Accessor::Fast)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::chdir)
BuildRequires:	perl(IO::Scalar)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(UNIVERSAL::require)
BuildRequires:	perl(Wx)
BuildArch:	noarch

%description
wxPerl demo, with lots of snippets using various wxwidgets features.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc Changes
%{_bindir}/wxperl_demo.pl
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 0.220.0-3
- (0dac9f3) Fix exlucdes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13500 |14cu|perl-Wx-Scintilla-0.390.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Wx-Scintilla
%define upstream_version 0.39

%define debug_package %{nil}

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	A list of Wx::Scintilla constants
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Wx/Wx-Scintilla-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Alien::wxWidgets)
BuildRequires:	perl(ExtUtils::XSpp) >= 0.160.200
BuildRequires:	perl(Module::Build) >= 0.360.0
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Wx)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	wxgtku2.8-devel

%description
While we already have a good scintilla editor component support via
Wx::StyledTextCtrl in Perl, we already suffer from an older scintilla
package and thus lagging Perl support in the popular Wx Scintilla
component. wxWidgets the http://wxwidgets.org manpage has a *very slow*
release timeline. Scintilla is a contributed project which means it will
not be the latest by the time a new wxWidgets distribution is released. And
on the scintilla front, the Perl 5 lexer is not 100% bug free even and we
do not have any kind of Perl 6 support in Scintilla.

The ambitious goal of this project is to provide fresh Perl 5 and maybe 6
support in the Wx manpage while preserving compatibility with
Wx::StyledTextCtrl and continually contribute it back to Scintilla project.

Note: You cannot load Wx::STC and Wx::Scintilla in the same application.
They are mutually exclusive. The wxSTC_... events are handled by one
library or the other.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

#check
# requires display
#./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.json META.yml MYMETA.yml README XS
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 0.390.0-4
- (2958e74) Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13501 |14cu|perl-X10-0.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    X10
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    No summary found
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/X10/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Astro::SunTime)
BuildRequires: perl(Device::SerialPort)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(FileHandle)
BuildRequires: perl(IO::Select)
BuildRequires: perl(IO::Socket)
BuildRequires: perl(POSIX)
BuildRequires: perl(Storable)
BuildRequires: perl(Time::ParseDate)
BuildRequires: perl-devel
BuildArch: noarch

%description
no description found

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

#fix shebangs
sed -i -e 's|/usr/local/bin/perl|%{_bindir}/perl|g' x10*

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README TODO Changes
%{_bindir}/*
%{perl_vendorlib}/*

%changelog

* Tue Jan 17 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.30.0-1
- (0553562) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13502 |14cu|perl-X11-GUITest-0.280.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name X11-GUITest
%define upstream_version 0.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Provides GUI testing/interaction facilities
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/X11/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		X11-GUITest-0.28-debug.patch

BuildRequires:	perl-devel
BuildRequires:	pkgconfig(xextproto)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xi)

%description
This Perl package is intended to facilitate the testing of GUI applications
by means of user emulation. It can be used to test/interact with GUI
applications; which have been built upon the X library or toolkits (i.e.,
GTK+, Xt, Qt, Motif, etc.) that "wrap" the X library's functionality.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%apply_patches

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
if [ x${DISPLAY} != 'x' ]; then 
    make test
else
    exit 0
fi

%install
%makeinstall_std

%files
%doc docs/*
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 0.280.0-4
- (656cf5c) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13503 |14cu|perl-XML-Atom-SimpleFeed-0.900.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Atom-SimpleFeed
%define upstream_version 0.900

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	No-fuss generation of Atom syndication feeds

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Class::Date)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Time::Moment)
BuildRequires:	perl(Time::Piece)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Carp)
BuildRequires:	perl(Encode)
BuildRequires:	perl(POSIX)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)


BuildArch:	noarch

%description
This module provides a minimal API for generating Atom syndication feeds
quickly and easily. It supports all aspects of the Atom format, but has no
provisions for generating feeds with extension elements.

You can supply strings for most things, and the module will provide useful
defaults. When you want more control, you can provide data structures, as
documented, to specify more particulars.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# Cannot determine local time zone on abf
# if somebody can please do it.Sflo
rm -fr t/date_construct.t
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml META.json LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/XML/


%changelog

* Sat Oct 03 2015 abfonly <abfonly@gmail.com> 0.900.0-1
- (d96c2c9) Updated perl-XML-Atom-SimpleFeed.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13504 |14cu|perl-XML-Checker-0.130.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Checker
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	XML::Checker - a Perl module for validating XML

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		XML-Checker-0.13-fix_carp_1.25_output.patch

BuildRequires:	perl-devel
BuildRequires:	perl-XML-Parser >= 2.30
BuildRequires:	perl-XML-DOM >= 1.29
BuildRequires:	perl-libxml-perl >= 0.07
BuildArch:	noarch
Provides:	perl-libxml-enno = %{version}-%{release}

%description
XML::Checker can be used in different ways to validate XML. See the
manual pages of XML::Checker::Parser and XML::DOM::ValParser for more
information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0 -b .carp

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML/Checker*
%{perl_vendorlib}/XML/DOM/*
%{_mandir}/man3/*



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-9
+ Revision: eebeae4
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13505 |14cu|perl-XML-DOM-XPath-0.140.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-DOM-XPath
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	XPath support to XML::DOM, using XML::XPath engine

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-XML-XPath
BuildRequires:	perl-XML-XPathEngine
BuildRequires:	perl-XML-DOM
BuildArch:	noarch
Provides:	perl-libxml-enno = %{version}-%{release}

%description
XML::DOM::XPath allows you to use XML::XPath methods to query a DOM. This is
often much easier than relying only on getElementsByTagName.

It lets you use all of the XML::DOM methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%{perl_vendorlib}/XML
%{_mandir}/*/*



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.140.0-8
+ Revision: 52d0dc0
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13506 |14cu|perl-XML-DT-0.680.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-DT
%define upstream_version 0.68

%define req_xml_libxml_version %perl_convert_version 1.54

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A perl XML down translate module

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(XML::LibXML) >= %{req_xml_libxml_version}
BuildRequires:	perl(XML::DTDParser)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Pod)

Requires: 	perl(XML::LibXML) >= %{req_xml_libxml_version}

BuildArch:	noarch

%description
The XML::DT module is a perl module that does XML down translation.
Based on XML::LibXML, it is designed to perform simple and
compact translation/processing of XML documents.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
pushd examples
for file in ex3.xml ex.xml arq.xml 10nov.sgm; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
chmod 755 examples/*.pl
%{__perl} Makefile.PL INSTALLDIRS=vendor <<EOF
XML::LibXML
EOF
%make

%check
make test

%install
%makeinstall_std
chmod -x examples/ex11.5.pl

%files
%doc README Changes META.json META.yml examples
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/XML


%changelog

* Thu Oct 15 2015 abfonly <abfonly@gmail.com> 0.680.0-1
- (82bb805) Log: Update to 0.680.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13507 |14cu|perl-XML-Encoding-2.90.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-Encoding
%define upstream_version 2.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A perl module for parsing XML encoding maps

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)
BuildArch:	noarch

%description
This module, which is built as a subclass of XML::Parser, provides a parser for
encoding map files, which are XML files. The file maps/encmap.dtd in the
distribution describes the structure of these files. Calling a parse method
returns the name of the encoding map (obtained from the name attribute of the
root element). The contents of the map are processed through the callback
functions push_prefix, pop_prefix, and range_set.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%{_mandir}/*/*
%{_bindir}/*
%{perl_vendorlib}/XML



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.90.0-3
+ Revision: 3f35d11
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13508 |14cu|perl-XML-Fast-0.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: perl-XML-Fast.spec 
# Generato: http://www.mandrivausers.ro/
# MRB: Falticska Florin
######################################################

%define debug_package	%{nil}
%define cpan_name XML-Fast

Name:           perl-XML-Fast
Version:        0.11
Release:        1
Summary:        Simple and very fast XML to hash conversion
License:        Artistic-1.0 or GPL-1.0+
Group:          Development/Perl
URL:            http://search.cpan.org/dist/XML-Fast/
Source:         http://www.cpan.org/authors/id/M/MO/MONS/%{cpan_name}-%{version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:  perl


%description
This module implements simple, state machine based, XML parser written in
C.

It could parse and recover some kind of broken XML's. If you need XML
validator, use the XML::LibXML manpage.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std


%files 
%doc Changes LICENSE README
%{perl_vendorlib}/*-linux-thread-multi/XML/*
%{perl_vendorlib}/*-linux-thread-multi/auto/XML/Fast/*
%{_mandir}/*/*



%changelog
* Wed Oct 29 2014 abfonly <abfonly@gmail.com> 0.11-1
+ Revision: e6a610e
- ready for  rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13509 |14cu|perl-XML-Filter-DetectWS-0.10.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Filter-DetectWS
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	XML::Filter::DetectWS - a PerlSAX filter that detects ignorable whitespace

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-XML-Filter-SAXT
BuildArch:	noarch
Provides:	perl-libxml-enno = %{version}-%{release}

%description
This a PerlSAX filter that detects which character data contains
ignorable whitespace and optionally filters it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML/Filter/DetectWS.pm
%{_mandir}/*/*



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-8
+ Revision: 3303e81
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13510 |14cu|perl-XML-Filter-SAXT-0.10.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Filter-SAXT
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	XML::Filter::SAXT - replicates SAX events to several SAX event handlers

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch
Provides:	perl-libxml-enno = %{version}-%{release}

%description
SAXT is like the Unix 'tee' command in that it multiplexes the input
stream to several output streams. In this case, the input stream is a
PerlSAX event producer (like XML::Parser::PerlSAX) and the output
streams are PerlSAX handlers or filters.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML/Filter/SAXT.pm
%{_mandir}/*/*



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-8
+ Revision: 58142e6
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13511 |14cu|perl-XML-Grove-0.460.0alpha-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-Grove
%define upstream_version 0.46alpha

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Provides the information set of parsed XML/HTML/SGML trees

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The XML::Grove Perl module provides simple access to the information
set of parsed XML, HTML, or SGML instances using a tree of Perl
hashes.  This package also includes several extensions to XML::Grove
that provide the following:

   - returning element contents as a string
   - returning element contents as XML, HTML, or Canonical XML
   - processing entire groves using the visitor pattern
   - processing entire groves using PerlSAX
   - running a filter over all nodes in the grove
   - substituting values into an XML template grove
   - indexing a grove by ID or other attributes
   - accessing elements and objects via URL-like paths
   - create grove objects using an easy shorthand

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std

%files
%{_mandir}/*/*
%{perl_vendorlib}/XML/*



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.460.0alpha-9
+ Revision: 17be29e
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13512 |14cu|perl-XML-LibXML-Simple-0.950.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-LibXML-Simple
%define upstream_version 0.95

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    XML::LibXML clone of XML::Simple::XMLin()
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Slurp::Tiny)
BuildRequires: perl(Test::More)
BuildRequires: perl(XML::LibXML)
BuildRequires: perl-devel 
BuildArch:     noarch

%description
This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the
XML::LibXML parser for XML structures, where the original uses plain Perl
or SAX parsers.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml README ChangeLog META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu May 07 2015 Stas Fomin <stas-fomin@yandex.ru> 0.950.0-1
- (2e05c55) remove rpm-perl deps



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13513 |14cu|perl-XML-LibXSLT-1.940.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-LibXSLT
%define upstream_version 1.94

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Perl interface to the gnome libxslt library

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  gdbm-devel
BuildRequires:  pkgconfig(libxslt)
BuildRequires:  perl(XML::LibXML) >= 1.59
BuildRequires:  perl-devel

Requires:       perl(XML::LibXML) >= 1.59

%description
This module is a fast XSLT library, based on the Gnome libxslt engine.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%clean 

%install
%makeinstall_std

%files 
%doc Changes README example/*
%{_mandir}/*/*
%{perl_vendorarch}/XML
%{perl_vendorarch}/auto/XML

%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 1.940.0-2
- (0921bb7) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13514 |14cu|perl-XMLNews-HTMLTemplate-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name XMLNews-HTMLTemplate
%define upstream_version 0.01

Name: 		perl-%{upstream_name}
Version: 	%perl_convert_version %{upstream_version}
Release: 	1
License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	A module for converting NITF to HTML
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(XMLNews::Meta)

Requires:	perl(XMLNews::Meta)
BuildArch:	noarch

%description
Perl module designed to create template-based HTML pages 
using news documents in XMLNews-Meta and XMLNews-Story format.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std
 

%files 
%doc README MANIFEST Changes
%{perl_vendorlib}/XMLNews
%{_mandir}/*/*



%changelog

* Sat Sep 19 2015 abfonly <abfonly@gmail.com> 0.10.0-1
- (518e65c) Log: Rebuild , align with rosa perl packaging policy, spec clean
- (518e65c) fixed Url and source
- (518e65c) fixed stupid typo.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13515 |14cu|perl-XMLNews-Meta-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name XMLNews-Meta
%define upstream_version 0.01

Name: 		perl-%{upstream_name}
Version: 	%perl_convert_version %{upstream_version}
Release: 	1
License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	R/W an XML-based news metadata
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel 
BuildRequires:  perl(XML::Parser)

Requires:	perl 

BuildArch:	noarch

%description
XMLNews-Meta - module designed to read and write 
an XML-based news metadata.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
make PREFIX=%{buildroot}%{_prefix} install DESTDIR=%{buildroot}

%files 
%doc README MANIFEST Changes
%{perl_vendorlib}/XMLNews/
%{_mandir}/*/*




%changelog

* Sat Sep 19 2015 abfonly <abfonly@gmail.com> 0.10.0-1
- (79b6afe) Rebuild , align with rosa perl packaging
- (79b6afe) policy, spec clean.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13516 |14cu|perl-XML-RSS-1.560.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-RSS
%define upstream_version 1.56

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Creates and updates RSS files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Format::Mail)
BuildRequires: perl(DateTime::Format::W3CDTF)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(Test::Manifest) >= 0.900.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(XML::Parser) >= 2.230.0
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::CPAN::Changes)
BuildRequires: perl(Test::TrailingSpace)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Differences)

BuildArch:	noarch

%description
Creates and updates RSS files.
This module supports versions 0.9, 0.91 and 1.0 of RSS.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod -x README Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml TODO examples
%{_mandir}/*/*
%{perl_vendorlib}/XML




%changelog

* Sat Sep 19 2015 abfonly <abfonly@gmail.com> 1.560.0-1
- (b014374) Log: update to 1.560.0
- (b014374) spec clean
- (b014374) fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13517 |14cu|perl-XML-Stream-1.240.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	XML-Stream
%define upstream_version 1.24

Summary:	%{upstream_name} perl module
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License: 	LGPL
Group:		Development/Perl
Url:		http://www.cpan.org/
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Authen::SASL)
Buildrequires:	perl(Unicode::String)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides you with access to XML Streams.  An XML Stream
is just that.  A stream of XML over a connection between two computers.

%prep
%setup -q  -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor 
make

%check
make test

%install
%makeinstall_std

%files
%doc README CHANGES
%{_mandir}/*/*
%{perl_vendorlib}/XML/*

%changelog
* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.240.0-1
+ Revision: cb3ede7
- Updated to 1.24 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13518 |14cu|perl-XML-TreeBuilder-5.400.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-TreeBuilder
%define upstream_version 5.4

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Build a tree of XML::Element objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/XML-TreeBuilder-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Element)
BuildRequires:	perl(HTML::Tagset)
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl(XML::Catalog)

BuildArch:	noarch

%description
This is just a subclass of HTML::Element. It works basically the same as
HTML::Element, except that tagnames and attribute names aren't forced to
lowercase, as they are in HTML::Element.

the HTML::Element manpage describes everything you can do with this class.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun May 24 2015 abfonly <John@smith.org> 5.400.0-1
- (befbbb8) Log: Update to 5.400.0 , fixed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13519 |14cu|perl-XML-TreePP-0.430.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-TreePP
%define upstream_version 0.43

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Pure Perl implementation for parsing/writing XML documents
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/XML-TreePP-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(LWP)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(HTTP::Lite)
BuildRequires:	perl(Tie::IxHash)
BuildRequires:	perl(Jcode)

BuildArch:	noarch

%description
XML::TreePP module parses an XML document and expands it for a hash tree.
This generates an XML document from a hash tree as the opposite way around.
This is a pure Perl implementation and requires no modules depended. This
can also fetch and parse an XML document from remote web server like the
XMLHttpRequest object does at JavaScript language.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod -x Changes lib/XML/TreePP.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sat Sep 19 2015 abfonly <abfonly@gmail.com> 0.430.0-1
- (77d4b96) Log: Update to 0.430.0
- (77d4b96) fixed BR
- (77d4b96) spec clean.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13520 |14cu|perl-XML-Writer-Simple-0.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-Writer-Simple
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Module for writing XML documents

License:	GPL+ or Artistic
URL:		http://search.cpan.org/dist/%{upstream_name}
Group:		Development/Perl
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Exporter)
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl(XML::DTDParser)
BuildRequires:	perl(XML::DT)
BuildRequires:	perl(strict)
BuildRequires:	perl(vars)
BuildRequires:	perl(warnings)

BuildArch:	noarch

%description
XML-Writer-Simple is a simple Perl module to write XML. It takes some
ideas from CGI and applies them for the XML World.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.json META.yml
%{perl_vendorlib}/XML/Writer*
%{_mandir}/*/*


%changelog

* Sat Sep 19 2015 abfonly <abfonly@gmail.com> 0.120.0-1
- (2bcdee2) Log: Update to 0.120.0
- (2bcdee2) fixed BR
- (2bcdee2) spec clean and align with perl packaging policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13521 |14cu|perl-XML-XSLT-0.480.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-XSLT
%define upstream_version 0.48

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	XML::XSLT - A perl module for processing XSLT

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://www.cpan.org/
Source0:	http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-XML-Parser
BuildRequires:	perl-XML-DOM
BuildArch:	noarch

%description
This module implements the W3C's XSLT specification. The goal is
full implementation of this spec, but we have not yet achieved
that. However, it already works well. See XML::XSLT Commands for
the current status of each command.

XML::XSLT makes use of XML::DOM and LWP::Simple, while XML::DOM
uses XML::Parser.  Therefore XML::Parser, XML::DOM and LWP::Simple
have to be installed properly for XML::XSLT to run.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# (tv) fix doc permissions:
chmod 755 examples

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc ChangeLog MANIFEST README examples
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/XML



%changelog
* Tue Nov 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.480.0-8
+ Revision: 0d39510
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13522 |14cu|perl-XSLoader-0.160.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XSLoader
%define upstream_version 0.16

%define debug_package %{nil}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Dynamically load C libraries into Perl code

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/S/SA/SAPER/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		XSLoader-no-relative-path.patch

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More) >= 0.470.0
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Portability::Files)
BuildRequires: perl(Test::Distribution)
BuildRequires: perl-devel

%description
This module defines a standard simplified interface to the dynamic
linking mechanisms available on many platforms. Its primary purpose is
to implement cheap automatic dynamic loading of Perl modules.

For a more complicated interface, see DynaLoader. Many (most) features
of DynaLoader are not implemented in XSLoader, like for example the
dl_load_flags, not honored by XSLoader.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README eg
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Sep 20 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.160.0-3
- (cf9a54d) Fix CVE-2016-6185



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13523 |14cu|perl-YAML-LibYAML-0.590.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    YAML-LibYAML
%define upstream_version 0.59
# private-shared-object-provides
%define __noautoprov 'LibYAML.so'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1

Summary:    An XS Wrapper Module of libyaml

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/YAML/%{upstream_name}-%{upstream_version}.tar.gz
### Reversed (or previously applied) patch detected! ###
# Patch0:     YAML-LibYAML-0.35-fix-format-errors.patch

BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(B::Deparse)
BuildRequires:  perl(base)
BuildRequires:  perl(constant)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(strict)
BuildRequires:  perl(warnings)
BuildRequires:  perl(XSLoader)
BuildRequires:  perl(Carp)
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(Devel::Peek)
BuildRequires:  perl(File::Find)
BuildRequires:  perl(File::Path)
BuildRequires:  perl(Filter::Util::Call)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Test::Builder)
BuildRequires:  perl(Test::More) >= 0.88
BuildRequires:  perl(Tie::Array)
BuildRequires:  perl(Tie::Hash)
BuildRequires:  perl(utf8)
BuildRequires:  perl-devel
BuildRequires:  pkgconfig(yaml-0.1)

%description
Kirill Siminov's 'libyaml' is arguably the best YAML implementation. The C
library is written precisely to the YAML 1.1 specification. It was
originally bound to Python and was later bound to Ruby.

This module is a Perl XS binding to libyaml which offers Perl the best YAML
support to date.

This module exports the functions 'Dump' and 'Load'. These functions are
intended to work exactly like 'YAML.pm''s corresponding functions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
### Reversed (or previously applied) patch detected! ###
# patch0 -p1 -b .format-error

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes CONTRIBUTING README LICENSE
%{perl_vendorarch}/auto/YAML/
%{perl_vendorarch}/YAML/
%{_mandir}/man3/*




%changelog

* Sun May 24 2015 abfonly <John@smith.org> 0.590.0-1
- (a61e6a4) Log: Update to 0.590.0, fixed BR, dropped patch, applied upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13524 |14cu|perl-YAML-Old-1.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    YAML-Old
%define upstream_version 1.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Old YAML.pm Legacy Code
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/YAML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::YAML)
BuildRequires: perl-devel
BuildArch: noarch

%description
The YAML.pm module implements a YAML Loader and Dumper based on the YAML
1.0 specification. the http://www.yaml.org/spec/ manpage

YAML is a generic data serialization language that is optimized for human
readability. It can be used to express the data structures of most modern
programming languages. (Including Perl!!!)

For information on the YAML syntax, please refer to the YAML specification.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE README Changes META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Mon Mar 30 2015 abfonly <John@smith.org> 1.70.0-1
+ Revision: 692a290
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13525 |14cu|perl-ZMQ-Constants-1.04-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           perl-ZMQ-Constants
Version:        1.04
Release:        1
Summary:        Constants for the libzmq library

License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/ZMQ-Constants/
Source0:        http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/ZMQ-Constants-%{version}.tar.gz

BuildArch:      noarch

BuildRequires:  perl(Cwd)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Carp)
BuildRequires:  perl(Storable)
BuildRequires:  perl-devel

%description
libzmq is a fast-changing beast and constants get renamed, new one gets
removed, etc...


%prep
%setup -q -n ZMQ-Constants-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
make pure_install DESTDIR=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;

%check
make test


%files
%doc Changes
%{perl_vendorlib}/ZMQ/
%{_mandir}/man3/*.3*



%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.04-1
- (5145b66) Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13526 |14cu|perl-ZMQ-LibZMQ3-1.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           perl-ZMQ-LibZMQ3
Version:        1.19
Release:        2
Summary:        Perl wrapper for the libzmq 3.x library

License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/ZMQ-LibZMQ3/
Source0:        http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/ZMQ-LibZMQ3-%{version}.tar.gz
# Fix local build from dist-git
Patch0:         ZMQ-LibZMQ3-1.16-Correct-check-for-.git.patch

BuildRequires:  perl(AnyEvent)
BuildRequires:  perl(Carp)
BuildRequires:  perl(Cwd)
BuildRequires:  perl(Devel::PPPort) >= 3.19
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(Test::Fatal)
BuildRequires:  perl(Test::More) >= 0.98
BuildRequires:  perl(Test::Requires)
BuildRequires:  perl(Test::SharedFork)
BuildRequires:  perl(Test::TCP) >= 1.08
BuildRequires:  perl(threads)
BuildRequires:  perl(ZMQ::Constants)
BuildRequires:  pkgconfig(libzmq)
BuildRequires:  perl-devel

%description
The ZMQ::LibZMQ3 module is a wrapper of the 0MQ message passing library for
Perl. It's a thin wrapper around the C API. Please read http://zeromq.org
for more details on 0MQ.


%prep
%setup -q -n ZMQ-LibZMQ3-%{version}
%patch0 -p1

%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make

%install
make pure_install DESTDIR=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;

%check
make test

%files
%doc Changes
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/ZMQ*
%{_mandir}/man3/*.3*



%changelog

* Sat Oct 15 2016 abfonly <abfonly@gmail.com> 1.19-2
- (f3b1165) BuildList#2743004: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13527 |14cu|perroquet-1.1.2-0.20150305.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot 20150305

Name:		perroquet
Version:	1.1.2
Release:	0.%{snapshot}.1
Summary:	A listening comprehension tutor
Group:		Education
License:	GPLv3+
URL:		http://perroquet.niavok.com
#Source0:	http://launchpad.net/perroquet/1.1/%{version}/+download/%{name}-%{version}.tar.gz
Source0:	%{name}-%{version}-%{snapshot}.tar.xz

BuildRequires:	python-devel
BuildRequires:	intltool
BuildRequires:	python-setuptools
BuildRequires:	desktop-file-utils
Requires:	gtk+2.0
Requires:	gstreamer0.10-plugins-good
Requires:	gstreamer0.10-soundtouch
Requires:	gstreamer0.10-python
Requires:	pygtk2.0
BuildArch:	noarch

%description
Perroquet is a educational program to improve playfully your listening in a
foreign language.

The principle of Perroquet is to use a video or audio file and the associated
subtitles to make you listen and understand the dialogue or lyrics. After
having identified the files to use, Perroquet will read a piece of video then
pause. It will show you the number of words to find and you will have to type
them to continue. You can listen a sequence as many times as necessary.
If you do not understand, Perroquet offers several means to help you.

%prep
%setup -q -n %{name}-%{version}-%{snapshot}

%build
python setup.py build

%install
python setup.py \
	--without-icon-cache \
	--without-mime-database \
	--without-desktop-database \
	install --root=%{buildroot}

desktop-file-install \
	--remove-key=Encoding \
	--remove-category=Application \
	--add-category=Languages \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

rm -rf %{buildroot}%{_datadir}/pixmaps

%find_lang %{name}

%files -f %{name}.lang
%doc README AUTHORS ChangeLog NEWS MAINTAINERS
%{_bindir}/%{name}
%{py_puresitedir}/%{name}lib
%{py_puresitedir}/%{name}-%{version}_dev-py%{py_ver}.egg-info
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/*/*.*
%{_datadir}/%{name}/
%{_datadir}/mime/packages/%{name}.xml
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*.ini
%config(noreplace) %{_sysconfdir}/%{name}/*.conf



%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 1.1.2-0.20150305.1
- (1d38b13) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13528 |14cu|pgadmin3-1.22.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Summary Graphical client for PostgreSQL

Summary:        %{Summary}
Name:           pgadmin3
Version:        1.22.1
Release:        1
License:        Artistic
Group:          Databases
Source0:        ftp://ftp4.fr.postgresql.org/pub/mirrors/postgresql/pgadmin3/release/v1.18.1/src/%{name}-%{version}.tar.gz
Patch0:		pgadmin3-1.12.2-desktop-file.patch
URL:            http://www.pgadmin.org/
BuildRequires:  wxgtku-devel >= 2.8
BuildRequires:  postgresql-devel
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(libxslt)
BuildRequires:  imagemagick

%description
PostgreSQL Tools.

%prep
%setup -q
%patch0 -p0 -b .desktop

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install --dir %{buildroot}/%{_datadir}/applications/ \
	--remove-category=Application \
	--add-category=Database \
	pkg/%{name}.desktop

install -d %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert -size 16x16 pgadmin/include/images/pgAdmin3.png %{buildroot}%{_miconsdir}/%{name}.png
convert -size 32x32 pgadmin/include/images/pgAdmin3.png %{buildroot}%{_iconsdir}/%{name}.png
convert -size 48x48 pgadmin/include/images/pgAdmin3.png %{buildroot}%{_liconsdir}/%{name}.png

%files
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
# %{_bindir}/png2c

%changelog

* Fri May 20 2016 Eugene Budanov <roger2000@yandex.ru> 1.22.1-1
- (479fa2b) Update to 1.22.1 with pg 9.5 support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13529 |14cu|pgfouine-1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq /usr/bin/php

Name:	 pgfouine
Version: 1.2
Release: 5
Summary: PostgreSQL log analyzer

License: GPL
Group:   System/Servers
Source0: %{name}-%{version}.tar.gz
URL:     http://pgfouine.projects.postgresql.org
Requires: postgresql-server
Requires: php-cli
Buildarch: noarch

%description
pgFouine is a PostgreSQL log analyzer used to generate 
detailed reports from a PostgreSQL log file. pgFouine 
can help you to determine which queries you should
optimize to speed up your PostgreSQL based application.

%prep
%setup -q -n  %{name}-%{version}

%build

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
mkdir -p %{buildroot}%{_libdir}/%{name}
install -m 755 pgfouine.php %{buildroot}%{_bindir}
cp -r include %{buildroot}%{_libdir}/%{name}
install -m 644 AUTHORS ChangeLog COPYING INSTALL README THANKS %{buildroot}%{_docdir}/%{name}-%{version}
cp -r tests %{buildroot}%{_docdir}/%{name}-%{version}

%clean

%files
%{_bindir}/*
%{_docdir}/%{name}-%{version}
%{_libdir}/%{name}






%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 1.2-5
- (73af5f8) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13530 |14cu|pgmodeler-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:             pgmodeler
Version:          0.8.1
Release:          1
Summary:          PostgreSQL Database Modeler

License:          GPLv3
URL:              http://www.pgmodeler.com.br/
Group:            Development/Databases
Source0:          https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz
# https://github.com/pgmodeler/pgmodeler/issues/618
Source1:          %{name}.desktop
Source2:          %{name}-mime-dbm.xml
Patch0:           %{name}-0.8.1-mga-do-not-check-for-updates-by-default.patch

BuildRequires:    qt5-devel
BuildRequires:    pkgconfig(libxml-2.0)
BuildRequires:    pkgconfig(libpq)
BuildRequires:    desktop-file-utils, gettext

%define debug_package %{nil}


%description
PostgreSQL Database Modeler, or simply, pgModeler is an
open source tool for modeling databases that merges the classical
concepts of entity-relationship diagrams with specific features that
only PostgreSQL implements. The pgModeler translates the models created
by the user to SQL code and apply them onto database clusters (Version
9.x).

%package devel
Summary: Development files for %{name}
Group: System/Libraries
Requires: %{name} = %{version}

%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%apply_patches

%build
%qmake_qt5 -recursive \
    PREFIX=%{_prefix} \
    BINDIR=%{_bindir} \
    PRIVATEBINDIR+=%{_libexecdir} \
    PLUGINSDIR=%{_libdir}/%{name}/plugins \
    SHAREDIR=%{_datadir}/%{name} \
    DOCDIR=%{_docdir}/%{name} \
    PRIVATELIBDIR+=%{_libdir}/%{name} \
        %{name}.pro

%make

%install
%make_install INSTALL_ROOT=%{buildroot}

desktop-file-install --mode 644 \
    --dir %{buildroot}%{_datadir}/applications/ %{SOURCE1}

install -p -dm 755 %{buildroot}%{_datadir}/icons
install -p -m 644 conf/%{name}_logo.png %{buildroot}%{_datadir}/icons

install -p -dm 755 %{buildroot}%{_datadir}/mime/packages
install -p -m 644 %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/%{name}.xml

rm -f %{buildroot}%{_datadir}/%{name}/conf/%{name}.conf.0000

mkdir -p %{buildroot}%{_libdir}/%{name}/plugins

%files
%doc CHANGELOG.md LICENSE README.md RELEASENOTES.md
%{_bindir}/%{name}
%{_bindir}/%{name}-cli
%{_libexecdir}/%{name}-ch
%{_libdir}/%{name}/lib*.so.*
%{_libdir}/%{name}/plugins
%{_datadir}/%{name}
%{_datadir}/icons/%{name}_logo.png
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/applications/%{name}.desktop

%files devel
%{_libdir}/%{name}/lib*.so


%changelog

* Thu Nov 19 2015 Stas Fomin <stas-fomin@yandex.ru> 0.8.1-1
- (a9edf53) add first version, only spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13531 |14cu|pgn-extract-17.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarballversion %(echo %{version}|sed -e 's|\\.|-|') 

Summary:	Portable Game Notation (PGN) Manipulator for Chess Games
Name:		pgn-extract
Version:	17.14
Release:	4
License:	GPLv2
Group:		Games/Boards
URL:		http://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/
Source0:	pgn-extract-%{tarballversion}.tgz
# (Abel) 15.0-1mdk neater help message
#Patch1:		pgn-extract-15.0-help-mesg.patch

%description
Its purpose is for manipulating chess games written in the Portable
Game Notation (PGN).

There are several ways to specify the criteria on which to extract:
textual move sequences, the position reached after a sequence
of moves, information in the tag fields, and material balance in
the ending.

Extracted games may be written out either including or
excluding comments, NAGs, and variations. Games may be given ECO
classifications derived from the accompanying file eco.pgn, or a
customised version provided by the user.

%prep
%setup -q -n %{name}-%{tarballversion}
#patch1 -p1 -b .helpmsg

%build
%make OPTIMIZE="%{optflags}"

%install
install -D -m 755 pgn-extract %{buildroot}%{_gamesbindir}/pgn-extract

%files
%doc help.html eco.pgn
%{_gamesbindir}/*


%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 17.14-4
- (39f031a) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13532 |14cu|phasex-0.12.0-0.pre1.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta pre1

Summary:	Phase Harmonic Advanced Synthesis EXperiment
Name:		phasex
Version:	0.12.0
Release:	0.%{beta}.4
License:	GPLv2+
Group:		Sound
Url:		http://sysex.net/phasex/
Source0:	%{name}-%{version}-%{beta}.tar.gz
Patch0:		phasex-0.12.0-sfmt.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(samplerate)

%description
Experimental JACK audio / ALSA MIDI softsynth for Linux
with a synth engine built around flexible phase modulation and
flexible oscillator/LFO sourcing.  Modulations include AM, FM, offset
PM, and wave select. It comes equipped with a 12db/octave filter
with two distortion curves, a stereo crossover delay and chorus with
phaser, ADSR envelopes for amplifier and filter, realtime audio input
processing capabilities, velocity/aftertouch sensitivity, and more.

%files
%doc README LICENSE AUTHORS GPL-v2.txt ChangeLog TODO doc/ROADMAP
%{_bindir}/phasex
%dir %{_datadir}/phasex
%dir %{_datadir}/phasex/help
%dir %{_datadir}/phasex/pixmaps
%dir %{_datadir}/phasex/sys-midimaps
%dir %{_datadir}/phasex/sys-patches
%dir %{_datadir}/phasex/sys-samples
%dir %{_datadir}/themes/Phasex-Dark
%dir %{_datadir}/themes/Phasex-Light
%{_datadir}/phasex/patchbank
%{_datadir}/phasex/gtkenginerc
%{_datadir}/phasex/help/*
%{_datadir}/phasex/pixmaps/*
%{_datadir}/phasex/sys-midimaps/*
%{_datadir}/phasex/sys-patches/*
%{_datadir}/phasex/sys-samples/*
%{_datadir}/themes/Phasex-Dark/*
%{_datadir}/themes/Phasex-Light/*
%{_datadir}/applications/phasex.desktop
%{_datadir}/icons/hicolor/*/apps/phasex-icon.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
perl -pi -e 's/AM_LDFLAGS  =/AM_LDFLAGS  = -lgmodule-2.0 -lX11 /g' src/Makefile.am
aclocal && autoconf && automake && autoheader

%configure2_5x
%make

%install
%makeinstall_std

for s in 16 22 32 48 ; do
    mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
    cp %{buildroot}%{_datadir}/phasex/pixmaps/phasex-icon-${s}x${s}.png \
        %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/phasex-icon.png
done

BASE="AudioVideo Audio"

mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
	--vendor "" \
	--dir %{buildroot}%{_datadir}/applications \
	`for c in ${BASE} ; do echo "--add-category $c " ; done` \
	%{buildroot}%{_datadir}/phasex/%{name}.desktop
rm -f %{buildroot}%{_datadir}/phasex/%{name}.desktop

%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.12.0-0.pre1.4
- (b83a52f) Build with system optflags to fix debug package
- (b83a52f) Fix string format errors
- (b83a52f) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13533 |14cu|phatch-0.2.7.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Photo Batch Processor
Name:		phatch
Version:	0.2.7.1
Release:	4
License:	GPLv3+
Group:		Graphics
URL:		http://photobatch.stani.be/
Source:		http://photobatch.stani.be/download/package/%{name}-%{version}.tar.gz
Patch1:		crash_fix.patch
Patch2:		pyexiv2_compat.patch
Patch3:		phatch-pillow.patch
BuildRequires:	python-devel >= 2.5
BuildRequires:	desktop-file-utils
BuildRequires:	python-sphinx
BuildRequires:	mlocate
BuildRequires:	gettext
Requires:	findutils
Requires:	python-imaging
Requires:	python-notify
Requires:	wxPythonGTK
Requires:	python-exiv2
Requires:	mlocate

%description
Phatch is a simple to use cross-platform GUI Photo Batch Processor
which handles all popular image formats and can duplicate (sub)folder
hierarchies. Phatch can batch resize, rotate, apply perspective,
shadows, rounded corners, ... and more in minutes instead of hours or
days if you do it manually. Phatch allows you to use EXIF and IPTC
tags for renaming and data stamping. Phatch also supports a console
version to batch photos on webservers.

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-inspector.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_mandir}/man1/%{name}.1*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}-inspector.png
%{_datadir}/icons/hicolor/*/apps/%{name}*.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}*.svg
%exclude %{py_puresitedir}/%{name}/lib/linux/nautilusExtension.py
%exclude /usr/share/phatch/doc/html

%package	nautilus-bindings
Summary:	Nautilus binding for Photo Batch Processor
Group:		Graphics
Requires:	wxPythonGTK
Requires:	nautilus-python
Requires:	%{name} 
%description	nautilus-bindings

This package provides nautilus binding for Photo Batch Processor.

%files nautilus-bindings
%doc AUTHORS COPYING README
%{py_puresitedir}/%{name}/lib/linux/nautilusExtension.py

%package	doc
Summary:	Documentation for Photo Batch Processor
Group:		Graphics
Requires:	%{name}
%description	doc

This package provides the html documentation for Photo Batch Processor.

%files doc
%{_datadir}/%{name}/doc/html

#-----------------------------------------------------------------------

%prep
%setup -q -n %{name}-0.2.7
%apply_patches

%build

%install
python setup.py install --root=%{buildroot}
# for non-executable-script
chmod +x %{buildroot}/%{py_puresitedir}/%{name}/{%{name}.py,lib/pyWx/dialogsInspector.py,lib/metadataTest.py,other/surd.py,other/EXIF.py,other/pep8.py}

# Building documentation
cd docs
make html
mkdir -p %{buildroot}/%{_datadir}/%{name}/doc
mv build/html  %{buildroot}/%{_datadir}/%{name}/doc
cd ..
%find_lang %{name}

%changelog
* Tue Mar 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.7.1-4
+ Revision: 7bf347b
- Patch to work with pillow, fix possible crashes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13534 |14cu|phear-0.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           phear
Version:        0.5.1
Release:        1
Summary:        A Boulder Dash game clone for your favorite terminal
License:        GPLv3
Group:          Games/Other
Url:            http://www.x86.no/cavezofphear/
Source0:        http://www.x86.no/cavezofphear/%{name}-%{version}.tar.bz2
Source1:        https://raw.githubusercontent.com/haakonnessjoen/Cavez-of-Phear-packaging/master/debian/phear.6
Patch0:         phear-data.patch
BuildRequires:  pkgconfig(ncurses)

%description
 A Boulder Dash game clone for your favorite terminal.
 You are trapped in the CAVEZ of PHEAR, your mission is to escape
 through all the caves and make it out alive. To escape through a
 cave you will have to find all the diamonds located in it. Once
 you've found all the diamonds, their powers combined will help you
 get to the next cave, one step closer to freedom.
 
%files
%doc README README-EDITOR LICENSE ChangeLog
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_mandir}/man6/%{name}.6.*
#----------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%setup_compile_flags
make 

%install
make DESTDIR_BIN=%{buildroot}%{_gamesbindir} DESTDIR_DATA=%{buildroot}%{_gamesdatadir} install  
install -Dm 0644 %{SOURCE1} %{buildroot}%{_mandir}/man6/%{name}.6



%changelog

* Sun Sep 04 2016 abfonly <abfonly@gmail.com> 0.5.1-1
- (3220f37) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13535 |14cu|phlipple-0.8.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           phlipple
Version:        0.8.5
Release:        1
Summary:        Phlipping squares will never be the same again
License:        GPLv3+
Group:          Games/Puzzles
Url:            https://sourceforge.net/projects/phlipple/
# http://downloads.sourceforge.net/project/phlipple/phlipple-0.8.5.tar.gz
Source:         %{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(osmesa)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(SDL_image)
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  pkgconfig(glewmx)
BuildRequires:  pkgconfig(vorbis)
BuildRequires:  imagemagick
BuildRequires:  desktop-file-utils

%description
Phlipple is a unique puzzle game. 
The goal of every level is to reduce a 
3D shape to a single square. 
Elimination of squares is done by 
flipping edges around just like in a cardboard box.
It starts off relatively easy to teach the 
basics just to later on serve hours of brain 
tickling fun. It's a great way to train 
memory as well as orientation in 3D.

%files
%{_docdir}/%{name}/
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#--------------------------------------------------------------

%prep
%setup -q

%build
sed -i -e "/^LIBS\s*=*/s|$| -lm|" Makefile.in src/Makefile.in
%configure docdir="%{_docdir}/%{name}" \
      bindir=%{_gamesbindir} \
      datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

rm -fr %{buildroot}%{_gamesdatadir}/{pixmaps,applications}
for size in 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size extra/%{name}.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

desktop-file-install extra/%{name}.desktop \
    --dir=%{buildroot}%{_datadir}/applications
    
rm %{buildroot}%{_docdir}/%{name}/{NEWS,INSTALL}


%changelog

* Sun Jun 11 2017 abfonly <abfonly@gmail.com> 0.8.5-1
- (90e63fc) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13536 |14cu|phonon-vlc-0.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	VLC backend to Phonon
Name:		phonon-vlc
Version:	0.9.1
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://www.videolan.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-vlc/%{version}/src/phonon-backend-vlc-%{version}.tar.xz
BuildRequires:	automoc4
BuildRequires:	cmake
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(libvlc)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
Provides:	phonon-backend
# As a Requires it pulls in vlc when building
Suggests:	vlc-plugin-pulse

%description
This package allows Phonon (the KDE media library) to use VLC for audio
and video playback.

%files
%{_libdir}/kde4/plugins/phonon_backend/phonon_vlc.so
%{_datadir}/kde4/services/phononbackends/vlc.desktop

#----------------------------------------------------------------------------

%package -n phonon4qt5-vlc
Summary:	VLC backend to Phonon (Qt5)
Group:		Sound
Provides:	phonon4qt5-backend
Suggests:	vlc-plugin-pulse

%description -n phonon4qt5-vlc
This package allows Phonon Qt5 (the KDE media library) to use VLC for audio
and video playback.

%files -n phonon4qt5-vlc
%{_qt5_plugindir}/phonon4qt5_backend/phonon_vlc.so

#----------------------------------------------------------------------------

%prep
%setup -qn phonon-backend-vlc-%{version}

mkdir Qt4
mv `ls -1 |grep -v Qt4` Qt4
cp -a Qt4 Qt5

%build
pushd Qt4
%cmake -DPHONON_BUILD_PHONON4QT5:BOOL=OFF
%make
popd

pushd Qt5
%cmake_qt5 -DPHONON_BUILD_PHONON4QT5:BOOL=ON
%make
popd

%install
%makeinstall_std -C Qt4/build

%makeinstall_std -C Qt5/build


%changelog

* Fri Feb 24 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.1-1
- (87743ad) Build requires extra-cmake-modules



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13537 |14cu|phoronix-test-suite-6.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#% define _requires_exceptions pear(.*)

# GUI was temporary dropped since 3.0 Aplha 1
%define		gui_enabled 1

Summary:	A Comprehensive Linux Benchmarking System
Name:		phoronix-test-suite
Version:	6.4.0
Release:	1
License:	GPLv3
Group:		Publishing
Url:		http://www.phoronix-test-suite.com
Source0:	http://www.phoronix.net/downloads/phoronix-test-suite/releases/%{name}-%{version}.tar.gz
Patch0:		phoronix-test-suite-5.8.1-install.patch

BuildArch:	noarch

Requires:	php-cli
# broken when this is installed
Conflicts:	php-gtk2
Requires:	php-fpdf

Suggests:	freeimage-devel
Suggests:	ftjam
Suggests:	git
Suggests:	gcc-gfortran
Suggests:	glew-devel
Suggests:	gtk+2-devel
Suggests:	java
Suggests:	libopenjpeg-devel
Suggests:	imlib2-devel
Suggests:	libaio-devel
Suggests:	libcurl-devel
Suggests:	libfftw-devel
Suggests:	libpopt-devel
Suggests:	libvorbis-devel
Suggests:	openal-devel
Suggests:	perl-devel
#Suggests:	perl-opengl # will be needed in a further revision but we are too close of the release
Suggests:	portaudio-devel
Suggests:	png-devel
Suggests:	php-gd
Suggests:	scons
Suggests:	SDL-devel
Suggests:	SDL_gfx-devel
Suggests:	SDL_net-devel
Suggests:	SDL_image-devel
Suggests:	SDL_sound-devel
Suggests:	SDL_ttf-devel
Suggests:	task-c-devel
Suggests:	task-c++-devel
Suggests:	tcsh
Suggests:	X11-devel

%description
The Phoronix Test Suite is the most comprehensive testing and benchmarking 
platform available for Linux and is designed to carry out qualitative and 
quantitative benchmarks in a clean, reproducible, and easy-to-use manner.

%prep
%setup -qn %{name}
%apply_patches

%build
echo "fake build"

%install
mkdir -p %{buildroot}%{_prefix}
./install-sh %{buildroot}%{_prefix}
%__sed -i "s|%{buildroot}||g" %{buildroot}%{_bindir}/%{name}

%if %{gui_enabled}
# we overwrite default desktop file with the better one
# should be checked if it's needed when GUI is back
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Phoronix Test Suite
Comment=Phoronix Test Suite Benchmarking Utility
Exec=%{_bindir}/%{name} gui
Icon=%{name}
Terminal=false
Type=Application
Encoding=UTF-8
StartupNotify=true
Categories=GTK;System;Monitor;X-MandrivaLinux-CrossDesktop;
EOF
%endif

%files
%defattr(-,root,root,0755)
%doc %{_datadir}/doc/%{name}
%{_sysconfdir}/bash_completion.d/%{name}
%{_unitdir}/phoromatic-client.service
%{_unitdir}/phoromatic-server.service
%{_mandir}/man1/%{name}.1*
%{_bindir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/appdata/*.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/phoronix-test-suite-launcher.desktop
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_iconsdir}/hicolor/64x64/mimetypes/application-x-openbenchmarking.png
%{_datadir}/mime/packages/openbenchmarking-mime.xml

%changelog

* Tue Aug 09 2016 alzim <alzim@bk.ru> 6.4.0-1
- (7897627) Merge pull request #4 from import/phoronix-test-suite:rosa2016.1
- (7897627) Updated phoronix-test-suite.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13538 |14cu|photofilmstrip-1.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	PhotoFilmStrip

Summary:	A program to make slide-show from pictures
Name:		photofilmstrip
Version:	1.5.0
Release:	1
License:	GPLv2+
Group:		Video
URL:		http://www.photofilmstrip.org/1-1-Home.html
Source0:	photofilmstrip-%{version}.tar.gz
Source1:	photofilmstrip.desktop
Patch1:		photofilmstrip-1.5.0-pillow.patch
BuildRequires:	python-devel
Requires:	python
Requires:	wxPython 
Requires:	python-imaging
Requires:	mencoder
BuildArch:	noarch

%description
PhotoFilmStrip is a software to make movies out of your pictures in just 3
steps. First select your photos, customize the motion path and render the
video. There are several output possibilities for VCD, SVCD, DVD up to
FULL-HD. The effect of the slide-show is known as "Ken Burns". Comments of the
pictures are generated into a subtitle file. Furthermore an audio file can be
specified to setup the background music for the slide show. It has also the
opportunity to render slide shows in Full-HD (1920x1080) resolution.

%prep
%setup -q
chmod +r -R *
%patch1 -p1

%build
make

%install
%makeinstall_std

# The main scripts are wrongly non-exec, so make it exec
chmod +x %{buildroot}%{_bindir}/%{name}
chmod +x %{buildroot}%{_bindir}/%{name}-cli
# and also rpmlint complains for those
chmod +x %{buildroot}%{_datadir}/%{name}/%{name}-cli.py
chmod +x %{buildroot}%{_datadir}/%{name}/%{name}-gui.py
# and errors for those
chmod 0755 %{buildroot}%{_datadir}/%{name}/{cli,gui,core,lib,res}
chmod 0755 %{buildroot}%{_datadir}/%{name}/gui/{ctrls,util}
chmod 0755 %{buildroot}%{_datadir}/%{name}/lib/common
chmod 0755 %{buildroot}%{_datadir}/%{name}/core/renderer

# Install our .desktop file
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/

# Add the html docs and remove the windows help file
mkdir -p %{buildroot}%{_datadir}/doc/%{name}
install -m 644 doc/%{name}/*  %{buildroot}%{_datadir}/doc/%{name}
rm -rf %{buildroot}%{_datadir}/doc/%{name}/%{name}.chm

# TODO: Fix the below
# The main scripts don't install the .po files
#for poFile in *.po; do \
#    lang=$poFile; \
#    cp $poFile %%{buildroot}%%{_datadir}/locale/$$lang/PhotoFilmStrip.po;
#done

%files
%{_datadir}/doc/%{name}
%{_bindir}/%{name}
%{_bindir}/%{name}-cli
%{_datadir}/applications/%{name}.desktop
%{_datadir}/locale/*/LC_MESSAGES/%{oname}.mo
%{_datadir}/%{name}/
%{_datadir}/pixmaps/%{name}.xpm


%changelog
* Tue Mar 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-1
+ Revision: 7ca99b7
- Updated to 1.5.0, fix work with pillow



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13539 |14cu|photoqt-1.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _appdatadir %{_datadir}/appdata

Summary:	Image viewer with a simple and fast interface
Name:		photoqt
Version:	1.5.1
Release:	1
License:	GPLv3+
Group:		Graphics
Url:		http://photoqt.org/
# our appstream-util are old , need old appdata.xml
Source0:	http://photoqt.org/pkgs/%{name}-%{version}.tar.gz
Source1:	photoqt.appdata.xml
BuildRequires:	appstream-util
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(GraphicsMagick)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(libraw)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
Requires:	qt5-database-plugin-sqlite
Requires:	qt5-qtquickcontrols-qml
Requires:	qt5-qtgraphicaleffects-qml
Requires:	graphicsmagick
Provides:	photo = %{EVRD}
Conflicts:	photo < 1.5.1
Obsoletes:	photo < 1.5.1

%description
Image viewer with a simple and fast interface, 
being good looking and highly configurable.

%files -f %{name}.lang
%doc CHANGELOG README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_appdatadir}/%{name}.appdata.xml

#---------------------------------------------------

%prep
%setup -q
sed -i 's|Debug|Release|' CMakeLists.txt
cp -p %{SOURCE1} .

%build
%cmake_qt5
%make

%install
%makeinstall_std -C build
#
mkdir -p %{buildroot}%{_datadir}/%{name}/lang
cp -r build/*.qm %{buildroot}%{_datadir}/%{name}/lang/

%find_lang %{name} --with-qt --all-name

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml

%changelog

* Wed May 03 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.1-1
- (b4de4f4) Rename to photoqt



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13540 |14cu|phototonic-1.7.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

# gitrev (as reported by git describe) is used as version minor for snapshots
%define gitrev	6
%define	vermaj	1.7
%define ver	%{expand:%(echo "%{vermaj}%{?gitrev:.%{gitrev}}")}

Name:		phototonic
Version:	%{ver}
Release:	1
Summary:	An image viewer and organizer
Group:		Graphics
License:	GPLv3
Url:		http://oferkv.github.io/phototonic/
%if %{defined gitrev}
Source0:	%{name}-%{version}.tar.gz
%else
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}.tar.gz
%endif
# Run ./mk-tar-git-rev in SOURCES to create snapshot tarball
Source1:	mk-tar-git-rev

BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(exiv2)

Suggests:	%{_lib}qtsvg5
Suggests:	qtimageformats5

%description
Phototonic is an image viewer and organizer with the following features:
* Light weight with a smooth and clear user interface
* Does not depend on any desktop environment
* Supports several customized thumbnail layouts
* Load thumbnails and browse images recursively
* Dynamic thumbnails loading, enabling fast browsing of very large folders
* Filter thumbnails
* Image navigation and file management
* Slide show
* View random image
* Transformation: rotation, flipping, cropping, image mirroring
* Adjust image colors
* Keep transformations zoom and colors while browsing multiple images
* Extensive automatic and manual zoom options
* Supported image formats: 
BMP, GIF, ICO, JPEG, MNG, PBM, PGM, PNG, PPM, SVG, SVGZ, TGA, TIFF, XBM, XPM
* Supports GIF animations
* Keyboard shortcuts and mouse behavior customization
* Load image files or folders from command line
* Open images with external applications

%prep
%setup -q

%build
%qmake_qt5
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}

# Install translations
mkdir -p %{buildroot}%{_datadir}/%{name}/translations
cp -r translations/*.qm %{buildroot}%{_datadir}/%{name}/translations

# Tweak upstream desktop file
desktop-file-install \
	--dir=%{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop
    
%files
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/translations
%{_iconsdir}/hicolor/*x*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.png



%changelog

* Mon Nov 30 2015 Denis Silakov <dsilakov@gmail.com> 1.7.6-1
- (63bc260) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13541 |14cu|php-adodb-5.20.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Active Data Objects Data Base (ADOdb)
Name:		php-adodb
Version:	5.20.7
Release:	1
License:	BSD
Group:		Development/PHP
URL:		http://adodb.sourceforge.net/
Source0:	http://downloads.sourceforge.net/adodb/adodb-%{version}.tar.gz
BuildRequires:	unzip
BuildArch:	noarch
Epoch:		2

%description
PHP is a wonderful language for building dynamic web pages. Unfortunately,
PHP's database access functions are not standardised. Every database
extension uses a different and incompatibile API. This creates a need for a
database class library to hide the differences between the different databases
(encapsulate the differences) so we can easily switch databases. 

%prep
%setup -q -n adodb5

%build

%install

install -d %{buildroot}/var/www/icons
install -d %{buildroot}%{_datadir}/php/adodb
cp -aRf * %{buildroot}%{_datadir}/php/adodb

install -m644 cute_icons_for_site/* %{buildroot}/var/www/icons/

# cleanup
rm -rf %{buildroot}%{_datadir}/php/adodb/cute_icons_for_site
rm -rf %{buildroot}%{_datadir}/php/adodb/docs
rm -f %{buildroot}%{_datadir}/php/adodb/*.txt

%clean

%files
%doc docs/*
%{_datadir}/php/adodb
/var/www/icons/*



%changelog

* Sun Nov 20 2016 Denis Silakov <denis.silakov@rosalab.ru> 2:5.20.7-1
- (42ad845) Updated to 5.20.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13542 |14cu|php-apacheaccessor-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname apacheaccessor
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B12_%{modname}.ini

Summary:	Simple API to Apache runtime configuration for PHP
Name:		php-%{modname}
Version:	1.0.1
Release:	6
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/ApacheAccessor/
Source0:	http://pecl.php.net/get/apacheaccessor-%{version}.tgz
Source1:	B12_apacheaccessor.ini
BuildRequires:	pkgconfig
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel
BuildRequires:	apr-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
ApacheAccessor lets you retrieve Apache configuration (at runtime of current
proccess) as PHP array or dump it as HTML table.

%prep

%setup -q -n apacheaccessor-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-apxs=/usr/bin/apxs \
    --with-aprconfig=/usr/bin/apr-1-config
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files 
%doc package*.xml examples
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-6
- (350ff85) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13543 |14cu|php-apcu-4.0.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname apcu (APC User Cache)
%define modname apcu
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 99_%{modname}.ini

Summary:	The %{realname} module for PHP
Name:		php-%{modname}
Version:	4.0.10
Release:	1
License:	PHP License
Group:		Development/PHP
Url:		http://pecl.php.net/package/APCu
Source0:	http://pecl.php.net/get/apcu-%{version}.tgz
Source1:	apcu.ini
Source2:	php-apcu.config.php
Patch0:		apcu-4.0.7-default_lock_dir.diff
Patch1:		apcu-4.0.7-default_config.diff
BuildRequires:	php-devel
BuildRequires:	pkgconfig(libpcre)
Provides:	php-apc = 1:%{version}
Obsoletes:	php-apc < 1:4.0
Requires:	php(zend-abi) = %{php_zend_api}

%description
APCu is userland caching: APC stripped of opcode caching in preparation
for the deployment of Zend OPcache as the primary solution to opcode
caching in future versions of PHP.

APCu has a revised and simplified codebase, by the time the PECL release
is available, every part of APCu being used will have received review and
where necessary or appropriate, changes.

Simplifying and documenting the API of APCu completely removes the barrier
to maintenance and development of APCu in the future, and additionally allows
us to make optimizations not possible previously because of APC's inherent
complexity.

APCu only supports userland caching (and dumping) of variables, providing an
upgrade path for the future. When O+ takes over, many will be tempted to use
3rd party solutions to userland caching, possibly even distributed solutions;
this would be a grave error. The tried and tested APC codebase provides far
superior support for local storage of PHP variables.

%package admin
Summary:	Web admin GUI for %{realname}
Group:		Development/PHP
Requires:	%{name}
Provides:	php-apc-admin = 1:%{version}
Obsoletes:	php-apc-admin < 1:4.0

%description admin
This package contains a Web admin GUI for %{realname}.

To access the web GUI please open up your favourite web browser and point to:

http://localhost/%{name}/

%prep
%setup -q -n apcu-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p1
%patch1 -p1

cp %{SOURCE1} %{inifile}
cp %{SOURCE2} php-apc.config.php

%build
%serverbuild

phpize

%configure2_5x

%make

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_datadir}/%{name}
install -d %{buildroot}/var/lib/php-apcu

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

install -m0755 modules/apcu.so %{buildroot}%{_libdir}/php/extensions/

install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /%{name} %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Require local granted
    ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"
</Directory>
EOF

install -m0644 apc.php %{buildroot}%{_datadir}/%{name}/index.php
install -m0644 php-apc.config.php %{buildroot}%{_sysconfdir}/%{name}/config.php

cat > README.urpmi << EOF
The actual configuration file is /etc/php-apcu/config.php.
EOF

%post admin
# generate random secret
secret=%_get_password 46

# blowfish secret
perl -pi -e "s|_PASSWORD_|$secret|g" %{_sysconfdir}/%{name}/config.php

%files
%doc tests INSTALL LICENSE NOTICE TECHNOTES.txt TODO package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/apcu.so
%attr(0755,apache,apache) /var/lib/php-apcu

%files admin
%doc README.urpmi
%config(noreplace) %{_webappconfdir}/%{name}.conf
%attr(0640,root,apache) %config(noreplace) %{_sysconfdir}/%{name}/config.php
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/index.php


%changelog

* Sun Feb 19 2017 Denis Silakov <denis.silakov@rosalab.ru> 4.0.10-1
- (d2d64fa) Updated to 4.0.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13544 |14cu|php-apm-1.1.0-0.0.beta4.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname apm
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B10_%{modname}.ini

%define pre_rel beta4

Summary:	Alternative PHP Monitor
Name:		php-%{modname}
Version:	1.1.0
Release:	0.0.%{pre_rel}.3
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/APM/
Source0:	http://pecl.php.net/get/APM-%{version}%{pre_rel}.tgz
Source1:	B10_apm.ini
Patch0:		APM-1.0.0-default_path.diff
BuildRequires:	sqlite3-devel
BuildRequires:	mysql-devel
BuildRequires:	php-devel >= 3:5.2.0
Requires:	php(zend-abi) = %{php_zend_api}

%description
Monitoring extension for PHP, collects error events and store them in a local
SQLite database.

%prep

%setup -q -n APM-%{version}%{pre_rel}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

cp %{SOURCE1} %{inifile}

%build
%serverbuild

export APM_SHARED_LIBADD="-lmysqlclient -lz -lsqlite3"
phpize
%configure2_5x \
    --with-libdir=%{_lib} \
    --with-sqlite3=%{_prefix} \
    --with-mysql=%{_prefix} \
    --with-zlib-dir=%{_prefix} \
    --with-%{modname}=shared,%{_prefix}

# use the correct version
echo "#define APM_VERSION \"%{version}%{pre_rel}\"" >> config.h

%make
mv modules/*.so .

%install

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}/var/lib/php-apm

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files 
%doc web AUTHORS LICENSE NEWS sql apm.ini package*.xml
%config(noreplace) %attr(0640,apache,apache) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}
%attr(0750,apache,apache) /var/lib/php-apm



%changelog

* Tue Sep 20 2016 Denis Silakov <dsilakov@gmail.com> 1.1.0-0.0.beta4.3
- (f608982) Switch to new php requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13545 |14cu|php-auth_nds-2.2.6-36
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname Auth NDS
%define modname auth_nds
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A21_%{modname}.ini

Summary:	The %{realname} module for PHP
Name:		php-%{modname}
Version:	2.2.6
Release:	36
Group:		Development/PHP
License:	GPL
URL:		ftp://platan.vc.cvut.cz/pub/linux/ncpfs/
Source0:	php-%{modname}-%{version}.tar.gz
Patch0:		php-auth_nds-2.2.6-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	ncpfs-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
This is a dynamic shared object (DSO) that adds Auth NDS support to PHP.

%prep

%setup -q -n php-%{modname}-%{version}

%patch0 -p0

# small hack
#cat >> config.h << EOF
#define HAVE_DLFCN_H 1
#define COMPILE_DL_AUTH_NDS 1
#define NCPFS_VERSION "%{version}"
#EOF

%build

%{_usrsrc}/php-devel/buildext %{modname} "php_auth_nds.c" \
    "-lncp" "-I%{_includedir}/ncp -DHAVE_DLFCN_H -DCOMPILE_DL_AUTH_NDS -DNCPFS_VERSION=\"%{version}\""

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

cat > README.%{modname} << EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
EOF

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files 
%doc site README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.6-36
- (4e9164b) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13546 |14cu|php-bbcode-1.0.3-0.0.b1.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname bbcode
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A68_%{modname}.ini

Summary:	BBCode parsing Extension
Name:		php-%{modname}
Version:	1.0.3
Release:	0.0.b1.8
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/bbcode
Source0:	http://pecl.php.net/get/%{modname}-%{version}b1.tgz
BuildRequires:	php-devel >= 3:5.2.0
Requires:	php(zend-abi) = %{php_zend_api}

%description
This is a quick and efficient BBCode Parsing Library. It provides various tag
types, high speed one pass parsing, callback system, tag position restriction.

It will force closing BBCode tags in the good order, and closing terminating
tags at the end of the string this is in order to ensure HTML Validity in all
case.

%prep

%setup -q -n %{modname}-%{version}b1
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%build
%serverbuild

#export CFLAGS="%(echo %optflags | sed 's/-Wp,-D_FORTIFY_SOURCE=2//')"
#export CXXFLAGS="${CFLAGS}"
#export CCFLAGS="${CFLAGS}"

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

%install

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 .libs/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files 
%doc CREDITS package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Tue Sep 20 2016 Denis Silakov <dsilakov@gmail.com> 1.0.3-0.0.b1.8
- (8d1aa92) Switch to new php requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13547 |14cu|php-bitset-2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname bitset
%define soname %{modname}.so
%define inifile A84_%{modname}.ini

Summary:	BITSET library
Name:		php-%{modname}
Version:	2.0
Release:	7
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/bitset/
Source0:	http://pecl.php.net/get/bitset-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
Requires:	php(zend-abi) = %{php_zend_api}

%description
Sets of bits manipuliting library.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv -f ../package*.xml .

# lib64 fixes
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files 
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Sat Feb 18 2017 Denis Silakov <denis.silakov@rosalab.ru> 2.0-7
- (949b742) Rebuild with new php



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13548 |14cu|php-bloomy-0.1.0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname bloomy
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A97_%{modname}.ini

Summary:	Extension implementing a Bloom filter
Name:		php-%{modname}
Version:	0.1.0
Release:	18
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/bloomy/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Patch0:		bloomy-0.1.0-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel >= 2.2.0
Requires:	php(zend-abi) = %{php_zend_api}

%description
This extension implements a Bloom filter, which is a space-efficient
probabilistic data structure that is used to test whether an element is a
member of a set.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files 
%doc CREDITS package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.0-18
- (d015fd5) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13549 |14cu|php-braille-0.1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname braille
%define soname %{modname}.so
%define inifile A65_%{modname}.ini

Summary:	Functions to control a braille display (and keyboard), based on libbraille
Name:		php-%{modname}
Version:	0.1.1
Release:	6
Group:		Development/PHP
License:	PHP License
URL:		http://libbraille.org
Source0:	http://php-baustelle.de/%{modname}-%{version}.tgz
Patch0:		braille-0.1.1-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
BuildRequires:	libbraille-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
Functions to control a braille display (and keyboard), based on libbraille.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

%install

install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files 
%doc CREDITS EXPERIMENTAL package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.1-6
- (cd1026d) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13550 |14cu|php-cairo_wrapper-0.2.4-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname cairo_wrapper
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A99_%{modname}.ini

Summary:	Cairo Wrapper Extension
Name:		php-%{modname}
Version:	0.2.4
Release:	18
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/cairo_wrapper/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Patch0:		cairo_wrapper-0.2.4-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	pkgconfig
BuildRequires:	cairo-devel >= 1.2.2
Requires:	php(zend-abi) = %{php_zend_api}

%description
A cairo API wrapper. For details about cairo see http://cairographics.org/

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc CREDITS package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.4-18
- (370d30e) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13551 |14cu|php-chdb-1.0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname chdb
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B15_%{modname}.ini

Summary:	A fast database for constant data with memory sharing across processes
Name:		php-%{modname}
Version:	1.0.2
Release:	8
Group:		Development/PHP
License:	BSD
URL:		http://pecl.php.net/package/chdb
Source0:	http://pecl.php.net/get/chdb-%{version}.tgz
Source1:	B15_chdb.ini
BuildRequires:	pkgconfig
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	cmph-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
CHDB (constant hash database) is a fast key-value database for constant data,
realized by using a memory-mapped file and thus providing the following
functionalities:
- Extremely fast initial load, regardless of the size of the database.
- Only the pages of the file which are actually used are loaded from the disk.
- Once a page is loaded it is shared across multiple processes.
- Loaded pages are cached across multiple requests and even process recycling.
A typical use of CHDB is as a faster alternative to defining many PHP
constants. 
CHDB is internally implemented as a hash-table using a perfect hashing
function, thus guaranteeing worst case O(1) lookup time.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files 
%doc package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2-8
- (cca7828) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13552 |14cu|php-christianriesen-base32-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec file for php-christianriesen-base32
#
# Copyright (c) 2013-2014 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/3.0/
#
# Please, preserve the changelog entries
#
#%%global gh_commit    6a8aec204688d36681e0185fbaf1974b97e4a070
%global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner     christianriesen
%global gh_project   christianriesen-base32
%global with_tests   %{?_without_tests:0}%{!?_without_tests:1}

Name:           php-%{gh_project}
Summary:        Base32 Encoder/Decoder for PHP according to RFC 4648
Version:        1.2.1
Release:        1

URL:            https://github.com/%{gh_owner}/%{gh_project}
Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz
License:        MIT
Group:          Development/PHP
BuildArch:      noarch
%if %{with_tests}
BuildRequires:  php >= 5.4
%endif

Provides:       php-composer(christianriesen/base32) = %{version}-%{release}

# From composer.json
Requires:       php >= 5.4

%description
Base32 Encoder/Decoder for PHP according to RFC 4648.

%prep
%setup -q -n %{gh_project}-%{?gh_commit:%{gh_commit}}%{!?gh_commit:%{version}}

%build
# nothing to build

%install
# Install as a PSR-0 library
mkdir -p %{buildroot}%{_datadir}/php/Base32/
cp -pr src/* %{buildroot}%{_datadir}/php/Base32/.

%check

%files
%doc composer.json LICENSE README.md
%{_datadir}/php/Base32

%changelog

* Mon Sep 19 2016 Denis Silakov <dsilakov@gmail.com> 1.2.1-1
- (0ec8801) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13553 |14cu|php-cyrus-1.0-37
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname cyrus
%define modname cyrus
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A16_%{modname}.ini

Summary:	An extension which eases the manipulation of Cyrus IMAP servers for PHP
Name:		php-%{modname}
Version:	1.0
Release:	37
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/cyrus
Source0:	%{modname}-%{version}.tar.bz2
Source1:	%{modname}.ini
Patch0:		cyrus-1.0-lib64.diff
Patch1:		cyrus-1.0-php54x.diff
Requires:	php-cli >= 3:5.2.0
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	cyrus-imapd-devel
BuildRequires:	libsasl-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
An extension which eases the manipulation of Cyrus IMAP servers.

%prep

%setup -q -n %{modname}-%{version}
%patch0 -p0
%patch1 -p0

cp %{SOURCE1} %{inifile}

%build
%serverbuild

#%{_usrsrc}/php4-devel/buildext %{modname} cyrus.c "-lsasl2 -lcyrus -lcyrus_min" \
#    "-DCOMPILE_DL_CYRUS -DHAVE_CYRUS -I%{_includedir}/sasl"

phpize
export CYRUS_SHARED_LIBADD="-L%{_libdir} -lsasl2 -lcyrus -lcyrus_min"
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

cat > README.%{modname} << EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
EOF

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

%files 
%doc CREDITS README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-37
- (a406473) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13554 |14cu|php-dav-1.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname dav
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A59_%{modname}.ini

Summary:	A PHP WebDAV for PHP
Name:		php-%{modname}
Version:	1.2
Release:	10
Group:		Development/PHP
License:	BSD-like
URL:		http://php-webdav.pureftpd.org/project/php-webdav
Source0:	http://download.pureftpd.org/php-webdav/php-webdav-%{version}.tar.gz
BuildRequires:	php-devel >= 3:5.2.1
BuildRequires:	neon-devel
BuildRequires:	file
Requires:	php(zend-abi) = %{php_zend_api}

%description
The PHP WebDAV extension allows easy access to remote resources with PHP
through the DAV protocol.

%prep

%setup -q -n dav

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%serverbuild

phpize --clean
phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc CREDITS LICENSE README tests
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2-10
- (ab602ab) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13555 |14cu|php-dbase-5.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname dbase
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 15_%{modname}.ini

Summary:	DBase database file access functions
Name:		php-%{modname}
Epoch:		1
Version:	5.1.0
Release:	6
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/dbase
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	dbase.ini
BuildRequires:	php-devel >= 3:5.3.0
Requires:	php(zend-abi) = %{php_zend_api}

%description
These functions allow you to access records stored in dBase-format (dbf)
databases.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

%build
%serverbuild
phpize
%configure2_5x --with-libdir=%{_lib}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files
%doc CREDITS package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:5.1.0-6
- (8b30ab5) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13556 |14cu|php-dbus-0.1.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname dbus
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B14_%{modname}.ini

Summary:	Extension for interaction with DBUS busses
Name:		php-%{modname}
Version:	0.1.1
Release:	10
Group:		Development/PHP
License:	PHP
URL:		http://pecl.php.net/package/DBus
Source0:	http://pecl.php.net/get/dbus-%{version}.tgz
Source1:	B14_dbus.ini
BuildRequires:	pkgconfig
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	dbus-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
This extension allows you to talk to DBUS services on a system, and also act as
a DBUS service.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files
%doc package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.1-10
- (3e676bc) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13557 |14cu|php-dbx-1.1.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname dbx
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 16_%{modname}.ini

Summary:	DBX extension module for PHP
Name:		php-%{modname}
Version:	1.1.2
Release:	9
Group:		Development/PHP
URL:		http://www.php.net
License:	PHP License
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
BuildRequires:	php-devel >= 3:5.2.0
Epoch:		1
Requires:	php(zend-abi) = %{php_zend_api}

%description
The dbx module is a database abstraction layer. The dbx functions
allow you to access all supported databases using a single calling
convention. The dbx-functions themselves do not interface directly
to the databases, but interface to the modules that are used to
support these databases. The currently supported databases are
MySQL, ODBC, Oracle (oci8), MS SQL Server, PostgreSQL, FrontBase,
Sybase-CT and SQLite. The module-dependencies are only for the
databases you wish to use.

%prep

%setup -q -n %{modname}-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

cp %{SOURCE1} %{inifile}

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/

%files
%doc CREDITS howto_extend_dbx.html package.xml tests
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.1.2-9
- (80a6382) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13558 |14cu|php-defcon-1.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname defcon
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B18_%{modname}.ini

Summary:	PHP Defcon extension
Name:		php-%{modname}
Version:	1.0.0
Release:	9
Group:		Development/PHP
License:	PHP
URL:		http://www.xarg.org/project/php-defcon/
Source0:	http://www.xarg.org/download/defcon-%{version}.tar.gz
Source1:	B18_defcon.ini
Source2:	defcon.conf
Patch0:		defcon-1.0.0-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
Requires:	php(zend-abi) = %{php_zend_api}

%description
PHP Defcon is an Extension for PHP to define constants that are available
during the whole server runtime - from server start to shutdown.

%prep

%setup -q -n %{modname}-%{version}

%patch0 -p0

cp %{SOURCE1} %{inifile}
cp %{SOURCE2} defcon.conf

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m0644 defcon.conf %{buildroot}%{_sysconfdir}/

%files
%doc CREDIT
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/defcon.conf
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-9
- (d9ad5ce) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13559 |14cu|php-dio-0.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname dio
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 17_%{modname}.ini

Summary:	Direct I/O extension module for PHP
Name:		php-%{modname}
Version:	0.0.7
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/dio
Source0:	http://pecl.php.net/get/dio-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
Epoch:		2
Requires:	php(zend-abi) = %{php_zend_api}

%description
PHP supports the direct io functions as described in the Posix Standard
(Section 6) for performing I/O functions at a lower level than the C-Language
stream I/O functions (fopen(), fread(),..). The use of the DIO functions should
be considered only when direct control of a device is needed. In all other
cases, the standard filesystem functions are more than adequate.

%prep

%setup -q -n dio-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:0.0.7-5
- (38ca52a) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13560 |14cu|php-doublemetaphone-1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname doublemetaphone
%define soname %{modname}.so
%define inifile A71_%{modname}.ini

Summary:	Provide Double Metaphone functionality

Name:		php-%{modname}
Version:	1.0.1
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/doublemetaphone
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
Requires:	php(zend-abi) = %{php_zend_api}

%description
The Double Metaphone algorithm by Lawrence Philips allows a word to be
broken down into its phonemes.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make

%install
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}/var/log/httpd

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-5
- (070396c) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13561 |14cu|php-eaccelerator-0.9.6.1git20120725-36
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname eaccelerator
%define soname %{modname}.so
%define inifile Z99_%{modname}.ini

# Require fixed php version, since eaccelerator is very sensitive to it
%define php_ver %(rpm -q --qf '%{EPOCH}:%{VERSION}-%{RELEASE}:%{DISTEPOCH}' php-devel)

Summary:	PHP accelerator optimizer
Name:		php-eaccelerator
Epoch:		2
Version:	0.9.6.1git20120725
Release:	36
Group:		Development/PHP
License:	GPLv2
Url:		http://eaccelerator.net/
# svn --username anonymous --password anonymous co http://dev.eaccelerator.net/eaccelerator/trunk eaccelerator
Source0:	http://prdownloads.sourceforge.net/eaccelerator/eaccelerator-%{version}.tar.gz
Source1:	eaccelerator.ini
Source2:	php-eaccelerator.rpmlintrc
Patch0:		eaccelerator-cache_file_location.diff
Patch1:		eaccelerator-php5.6.patch
# Disable check for PHP version. Let's rely on php_api requirement instead
Patch2:		eaccelerator-no-php-version-check.patch
BuildRequires:	apache-devel >= 2.2.4
BuildRequires:	php-devel >= 3:5.2.2
Requires:	php(zend-abi) = %{php_zend_api}
Requires(post,postun): rpm-helper
Conflicts:	php-apc

%description
eAccelerator is a further development of the mmcache PHP accelerator and
encoder. It increases the performance of PHP scripts by caching them in a
compiled state, so that the overhead of compiling is almost completely
eliminated. 

%package	admin
Summary:	Web interface for controlling eaccelerator and encode php files
Group:		System/Servers
Requires:	%{name} >= %{EVRD}

%description	admin
This packages install the eAccelerator admin webinterface and a
script for encoding php files.

%prep

%setup -qn eaccelerator-%{version}
%apply_patches

cp %{SOURCE1} eaccelerator.ini

# lib64 fixes
perl -pi -e "s|/usr/lib|%{_libdir}|g" eaccelerator.ini

# fixi strange attribs
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

%build
%serverbuild

phpize

# wtf?
chmod 755 configure

%configure2_5x \
	--with-libdir=%{_lib} \
	--cache-file=config.cache \
	--with-eaccelerator-info \
	--with-eaccelerator-disassembler \
	--with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}/var/www/php-eaccelerator

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

install -m0644 eaccelerator.ini %{buildroot}%{_sysconfdir}/php.d/%{inifile}

install -m0644 bugreport.php %{buildroot}/var/www/php-eaccelerator/
install -m0644 control.php %{buildroot}/var/www/php-eaccelerator/index.php
install -m0644 dasm.php %{buildroot}/var/www/php-eaccelerator/
install -m0644 PHP_Highlight.php %{buildroot}/var/www/php-eaccelerator/

# fix access config files
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/php-eaccelerator.conf << EOF
Alias /php-eaccelerator /var/www/php-eaccelerator

<Directory /var/www/php-eaccelerator>
    Require host 127.0.0.1
    ErrorDocument 403 "Access denied per %{_webappconfdir}/php-eaccelerator.conf"
</Directory>
EOF

# pre-populate the balanced tree, grep "^static char num2hex" eaccelerator.c + grep "^#define EACCELERATOR_HASH_LEVEL" eaccelerator.h
install -d %{buildroot}/var/cache/httpd/php-eaccelerator/{0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f}/{0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f}
find %{buildroot}/var/cache/httpd/php-eaccelerator -type d | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0711,apache,root) %dir /' > %{name}.filelist

%files -f %{name}.filelist
%doc AUTHORS COPYING ChangeLog NEWS README doc/*
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%files admin
%config(noreplace) %{_webappconfdir}/php-eaccelerator.conf
/var/www/php-eaccelerator

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:0.9.6.1git20120725-36
- (7de52ce) MassBuild#1257: Increase release tag

* Fri Dec 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:0.9.6.1git20120725-35
- (327df60) MassBuild#1190: Increase release tag

* Wed Sep 21 2016 Denis Silakov <dsilakov@gmail.com> 2:0.9.6.1git20120725-34
- (5cfdde8) Switch to new php requirements
- (Denis Silakov: 77078a7) Switch to new php requirements

* Tue Apr 26 2016 Denis Silakov <dsilakov@gmail.com> 2:0.9.6.1git20120725-33
- (b5f45fa) Dopr hardcoded check for php version, rely on php_api package requirement instead

* Mon Apr 25 2016 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-32
- (685d234) Rebuild with new php.

* Mon Apr 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-31
- (5a72481) Rebuild with new php.

* Mon Feb 29 2016 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-30
- (f927206) Rebuild with new php

* Mon Feb 29 2016 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-29
- (4e8edf6) Rebuild with new php

* Tue Dec 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-28
- (7871b06) Rebuild with new php

* Mon Dec 07 2015 Denis Silakov <dsilakov@gmail.com> 2:0.9.6.1git20120725-27
- (47f6817) Adopted for php-5.6
- (Denis Silakov: c8cc935) Rebuild with new php

* Mon Sep 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-26
- (a65824e) Rebuild with new php

* Mon Sep 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-25
- (76f865d) Rebuild with new php

* Tue Jul 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-24
- (cc8a453) Rebuild with new php

* Tue Jun 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-23
- (bb369da) Rebuild with new php

* Mon May 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-22
- (d1e6de0) Rebuild with new php

* Mon Apr 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-21
- (050c561) Rebuild with new php

* Wed Apr 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-20
- (a30a758) Fix php-ver detection
- (Denis Silakov: 95e681b) Require fixed php version, since eaccelerator is very sensitive to it

* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-19
- (d43ba07) Rebuild with new php

* Thu Nov 06 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-18
- (7c5969f) Move to contrib repo

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:0.9.6.1git20120725-17
- (88b3a0e) MassBuild#440: Increase release tag

* Mon May 05 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-16
- (aedb817) Added php5.5 patch, sync with cooker

* Tue Mar 26 2013 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-12
- (6e86358) Fix webappconf macro
- (Denis Silakov: a1e0f39) Add rpmlintrc to sources
- (Denis Silakov: e6de648) LOG Fix empyt pre/post scripts

* Fri Oct 19 2012 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-11
- (be3dca5) Rename rpmlintrc file
- (Denis Silakov: b908ad5) Added rpmlint exceptions

* Mon Sep 10 2012 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.6.1git20120725-10
- (f279c27) Updated to git snapshot



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13562 |14cu|php-endroid-qrcode-1.5.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec file for php-endroid-qrcode
#
# Copyright (c) 2013-2014 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/3.0/
#
# Please, preserve the changelog entries
#
#%%global gh_commit    6a8aec204688d36681e0185fbaf1974b97e4a070
%global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner     endroid
%global gh_project   endroid-qrcode
%global with_tests   %{?_without_tests:0}%{!?_without_tests:1}

Name:           php-%{gh_project}
Summary:        Endroid QR Code Generator
Version:        1.5.4
Release:        1

URL:            https://github.com/%{gh_owner}/%{gh_project}
Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz
License:        MIT
Group:          Development/PHP
BuildArch:      noarch

%if %{with_tests}
BuildRequires:  php >= 5.4
%endif

# From composer.json
Requires:       php >= 5.4
Requires:       php-gd

%description
This library based on QRcode Perl CGI & PHP scripts by Y.
Swetake helps you generate images containing a QR code.

%prep
%setup -q -n %{gh_project}-%{?gh_commit:%{gh_commit}}%{!?gh_commit:%{version}}

%build
# nothing to build

%install
# Install as a PSR-0 library
mkdir -p %{buildroot}%{_datadir}/php/Endroid/QrCode/
cp -pr assets %{buildroot}%{_datadir}/php/Endroid/.
cp -pr src/* %{buildroot}%{_datadir}/php/Endroid/QrCode/.

%check

%files
%doc composer.json LICENSE README.md
%dir %{_datadir}/php/Endroid
%{_datadir}/php/Endroid/assets
%{_datadir}/php/Endroid/QrCode

%changelog

* Fri Aug 19 2016 Denis Silakov <dsilakov@gmail.com> 1.5.4-1
- (396d81d) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13563 |14cu|php-enygma-yubikey-3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec file for php-enygma-yubikey
#
# Copyright (c) 2013-2014 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/3.0/
#
# Please, preserve the changelog entries
#
#%%global gh_commit    6a8aec204688d36681e0185fbaf1974b97e4a070
%global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner     enygma
%global gh_project   enygma-yubikey
%global with_tests   %{?_without_tests:0}%{!?_without_tests:1}

Name:           php-%{gh_project}
Summary:        PHP library to interface with the Yubikey REST API
Version:        3.2
Release:        1

URL:            https://github.com/%{gh_owner}/%{gh_project}
Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz
License:        MIT
Group:          Development/PHP
BuildArch:      noarch

%if %{with_tests}
BuildRequires:  php >= 5.4
%endif

# From composer.json
Requires:       php >= 5.4

%description
PHP library to interface with the Yubikey REST API

%prep
%setup -q -n %{gh_project}-%{?gh_commit:%{gh_commit}}%{!?gh_commit:%{version}}

%build
# nothing to build

%install
# Install as a PSR-0 library
mkdir -p %{buildroot}%{_datadir}/php/
cp -pr src/* %{buildroot}%{_datadir}/php/

%check

%files
%doc composer.json README.md
%{_datadir}/php/Yubikey

%changelog

* Fri Aug 19 2016 Denis Silakov <dsilakov@gmail.com> 3.2-1
- (d108508) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13564 |14cu|php-esmtp-0.3.1-40
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname esmtp
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A34_%{modname}.ini

Summary:	ESMTP client extension for PHP
Name:		php-%{modname}
Version:	0.3.1
Release:	40
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/esmtp
Source0:	esmtp-%{version}.tar.bz2
Patch0:		esmtp-0.3.1-compile_fix.diff
Patch1:		esmtp-0.3.1-php53.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	libesmtp-devel >= 1.0.3r1-1mdk
BuildRequires:	openssl-devel
Epoch:		1
Requires:	php(zend-abi) = %{php_zend_api}

%description
Esmtp is a wrapper for SMTP client library based on the libESMTP library. You
can use it to send messages using internal SASL, and external/openssl SSL
support.

%prep

%setup -q -n esmtp-%{version}
%patch0 -p0
%patch1 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc tests CREDITS NOTES TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.3.1-40
- (54e479e) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13565 |14cu|php-event-1.8.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname event
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A35_%{modname}.ini

Summary:	Event Scheduling Engine for PHP
Name:		php-%{modname}
Version:	1.8.1
Release:	5
Epoch:		1
License:	PHP License
Group:		Development/PHP
Url:		http://pecl.php.net/package/event
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel
BuildRequires:	pkgconfig(libevent)
Requires:	php(zend-abi) = %{php_zend_api}

%description
This is an extension to efficiently schedule IO, time and signal based events
using the best available IO notification mechanism for your system. This is a
port of libevent to the PHP infrastructure; the API is similar but not
identical.

%files
%doc CREDITS
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

#----------------------------------------------------------------------------

%prep
%setup -qn %{modname}-%{version}

%build
%serverbuild

phpize
%configure2_5x \
	--with-libdir=%{_lib} \
	--with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF


%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.8.1-5
- (8698af1) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13566 |14cu|php-facedetect-1.0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname facedetect
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B17_%{modname}.ini

Summary:	PHP extension to access the OpenCV library
Name:		php-%{modname}
Version:	1.0.1
Release:	9
Group:		Development/PHP
License:	PHP
URL:		http://www.xarg.org/project/php-facedetect/
Source0:	http://www.xarg.org/download/facedetect-%{version}.tar.gz
Source1:	B17_facedetect.ini
Patch0:		facedetect-dso-link-workaround.patch
Patch1:		facedetect-1.0.1-opencv-2.2.0.patch
Patch2:		facedetect-1.0.1-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	opencv-devel >= 2.2.0
Requires:	php(zend-abi) = %{php_zend_api}

%description
This extension provides a PHP implementation of the OpenCV library.
The extension offers two new functions. In principle, they differ
only by their return value. The first returns only the number of
faces found on the given image and the other an associative array
of their coordinates.

%prep

%setup -q -n facedetect
%patch0 -p1
%patch1 -p1
%patch2 -p0

sed -i 's/\r//' CREDITS

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files
%doc CREDITS
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-9
- (1e195b3) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13567 |14cu|php-fam-5.0.1-27
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname fam
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 20_%{modname}.ini

Summary:	File Alteration Monitor Functions
Name:		php-%{modname}
Version:	5.0.1
Release:	27
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/fam/
Source0:	http://pecl.php.net/get/fam-%{version}.tgz
Patch0:		fam-5.0.1-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	fam-devel
Epoch:		1
Requires:	php(zend-abi) = %{php_zend_api}

%description
FAM monitors files and directories, notifying interested applications of
changes. A PHP script may specify a list of files for FAM to monitor using
the functions provided by this extension. The FAM process is started when the
first connection from any application to it is opened. It exits after all
connections to it have been closed. This PHP module adds support for FAM
(File Alteration Monitor). FAM monitors files and directories, notifying
interested applications of changes.

%prep

%setup -q -n fam-%{version}
[ "../package.xml" != "/" ] && mv -f ../package.xml .

%patch0 -p0

# fix version
perl -pi -e "s|^#define PHP_FAM_VERSION .*|#define PHP_FAM_VERSION \"%{version}\"|g" php_fam.h

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc CREDITS package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}


%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:5.0.1-27
- (d496ced) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13568 |14cu|php-firebird-5.4.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname firebird
%define soname interbase.so
%define inifile 42_%{modname}.ini

Summary:	Firebird database module for PHP
Name:		php-%{modname}
Epoch:		3
Version:	5.4.4
Release:	6
Group:		Development/PHP
URL:		http://www.php.net
License:	PHP License
Source0:	%{modname}.ini
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	firebird-devel
Provides:	php-interbase = %{version}-%{release}
Requires:	php(zend-abi) = %{php_zend_api}

%description
This is a dynamic shared object (DSO) for PHP that will add Firebird
database support.

%prep

%setup -c -T
cp -dpR %{_usrsrc}/php-devel/extensions/interbase/* .

%build
%serverbuild

phpize
%configure2_5x \
	--with-libdir=%{_lib} \
	--with-interbase=%{_libdir}/firebird

%make
mv modules/*.so .

%install
install -D -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/%{soname}
install -D -m0644 %{SOURCE0} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files
%doc CREDITS
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:5.4.4-6
- (2dfeb09) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13569 |14cu|php-fpdf-1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PHP class to generate PDF files
Name:		php-fpdf
Version:	1.7
Release:	1
License:	MIT
Group:		Development/PHP
Source0:	fpdf17.tgz
URL:		http://www.fpdf.org

BuildArch:	noarch
BuildRequires:	dos2unix


%description
FPDF is a PHP class that allow generating PDF files with pure PHP, that is to
say without using the PDFlib library. FPDF provides high-level functions and 
has the following main features:

 - Choice of measure unit, page format, and margins
 - Page header and footer management
 - Automatic page break
 - Automatic line break and text justification
 - Image support (JPEG and PNG)
 - Colors
 - Links
 - TrueType, Type1, and encoding support
 - Page compression

%prep

%setup -q -n fpdf17

find . -name "*.htm" \
     -name "*.css" \
     -name "*.txt" \
     -name "*.ini" \
     -name "*.mat" \
     -name "*.afm" \
     -name "*.ttf" \
     -name "*.z" \
     -name "*.png" \
     -exec chmod 644 {} \;

find . -name "*.txt" -name "*.ini" -exec dos2unix {} \;

%install

install -d %{buildroot}%{_datadir}/php/fpdf
cp -a fpdf.php %{buildroot}%{_datadir}/php/fpdf/
cp -pR font %{buildroot}%{_datadir}/php/fpdf/

install -d %{buildroot}%{_docdir}/php-fpdf
cp -pR doc %{buildroot}%{_docdir}/php-fpdf/
cp -pR tutorial %{buildroot}%{_docdir}/php-fpdf/
cp -p FAQ.htm fpdf.css fpdf.php changelog.htm install.txt license.txt %{buildroot}%{_docdir}/php-fpdf/

%clean

%files 
%{_datadir}/php/fpdf
%{_docdir}/php-fpdf




%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7-1
- (6715ad2) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13570 |14cu|php-gd-bundled-5.4.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GD extension module for PHP
Name:		php-gd-bundled
Version:	5.4.4
Release:	8
Group:		Development/PHP
URL:		http://www.php.net
License:	PHP License
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:  pkgconfig(x11)
BuildRequires:  jpeg-devel
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(xpm)
BuildRequires:	t1lib-devel
Provides:	php-gd = 0:%{version}-%{release}
Conflicts:	php-gd < 0:5.2.6-1
Requires:	php(zend-abi) = %{php_zend_api}

%description
This is a dynamic shared object (DSO) for PHP that will add GD support,
allowing you to create and manipulate images with PHP using the gd library.

PHP is not limited to creating just HTML output. It can also be used to create
and manipulate image files in a variety of different image formats, including
gif, png, jpg, wbmp, and xpm. Even more convenient, PHP can output image
streams directly to a browser. You will need to compile PHP with the GD library
of image functions for this to work. GD and PHP may also require other
libraries, depending on which image formats you want to work with.
 
You can use the image functions in PHP to get the size of JPEG, GIF, PNG, SWF,
TIFF and JPEG2000 images. 

This package is built against the bundled gd library that comes with the php
source. Currently it has some additional features, but I expect the extra
features to be merged upstream into the "official" libgd very soon. 

%prep

%setup -c -T
cp -dpR %{_usrsrc}/php-devel/extensions/gd/* .

%build
%serverbuild

export LIBS="$LIBS -lm"

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-gd \
    --with-jpeg-dir=%{_prefix} \
    --with-png-dir=%{_prefix} \
    --with-zlib-dir=%{_prefix} \
    --with-xpm-dir=%{_prefix}/X11R6 \
    --with-ttf=%{_prefix} \
    --with-freetype-dir=%{_prefix} \
    --enable-gd-native-ttf \
    --with-t1lib=%{_prefix}

%make

mv modules/*.so .
chrpath -d gd.so

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 gd.so %{buildroot}%{_libdir}/php/extensions/gd-bundled.so

cat > %{buildroot}%{_sysconfdir}/php.d/23_gd-bundled.ini << EOF
extension = gd-bundled.so
EOF

%files 
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/23_gd-bundled.ini
%attr(0755,root,root) %{_libdir}/php/extensions/gd-bundled.so

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.4-8
- (ee4386d) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13571 |14cu|php-gender-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname gender
%define soname %{modname}.so
%define inifile A89_%{modname}.ini

Summary:	Gender Extension
Name:		php-%{modname}
Version:	1.0.0
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/gender/
Source0:	http://pecl.php.net/get/gender-%{version}.tgz
Requires:	php-bz2
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
Requires:	php(zend-abi) = %{php_zend_api}

%description
Gender PHP extension is a port of the gender.c program originally written by
Joerg Michael. The main purpose is to find out the gender of first names. The
actual database contains >40000 first names from 54 countries.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

bunzip2 data/nam_dict.txt.bz2

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -p -i -e "s|/lib\b|/%{_lib}|g" *.m4

perl -pi -e "s|/home/user/|%{_datadir}/%{name}/|g" README

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}

%make

%install
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_datadir}/%{name}

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 data/nam_dict.txt %{buildroot}%{_datadir}/%{name}/
bzip2 -9 %{buildroot}%{_datadir}/%{name}/nam_dict.txt

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[%{modname}]
EOF

%files
%doc package*.xml CREDITS LICENSE README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}
%dir %{_datadir}/%{name}
%attr(0644,root,root) %{_datadir}/%{name}/nam_dict.txt.bz2

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-5
- (a3ac87c) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13572 |14cu|php-geoip-1.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname geoip
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A10_%{modname}.ini

%define mod_src "geoip.c"
%define mod_lib "-lGeoIP"
%define mod_def "-DCOMPILE_DL_GEOIP"

Summary:	Map IP address to geographic places

Name:		php-%{modname}
Version:	1.1.0
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/%{modname}/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	pkgconfig(geoip) >= 1.4.0
Requires:	geoip >= 1.4.0
Epoch:		1
Requires:	php(zend-abi) = %{php_zend_api}

%description
This PHP extension allows you to find the location of an IP address - City,
State, Country, Longitude, Latitude, and other information as all, such as ISP
and connection type. For more info, please visit Maxmind's website.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

#%{_usrsrc}/php-devel/buildext %{modname} %{mod_src} %{mod_lib} %{mod_def}

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc ChangeLog README package*.xml tests
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.1.0-5
- (f3ebf46) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13573 |14cu|php-gmagick-1.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname gmagick
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B01_%{modname}.ini

Summary:	Provides a wrapper to the GraphicsMagick library
Name:		php-%{modname}
Version:	1.1.2
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/gmagick/
Source0:	http://pecl.php.net/get/gmagick-1.1.2RC1.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	graphicsmagick-devel >= 1.0.0
BuildRequires:	pkgconfig(sm)
Requires:	php(zend-abi) = %{php_zend_api}

%description
Gmagick is a php extension to create, modify and obtain meta information of
images using the GraphicsMagick API. This extension requires GraphicsMagick
version 1.2.6+ and PHP 5.1.3+.

%prep

%setup -qn %{modname}-%{version}RC1
[ "../package*.xml" != "/" ] && mv ../package*.xml .

find -type f | xargs chmod 644

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc README package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.2-5
- (afd1905) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13574 |14cu|php-gnutls-0.3-0.rc1.26
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname gnutls
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A67_%{modname}.ini

Summary:	GnuTLS PHP Module
Name:		php-%{modname}
Version:	0.3
Release:	0.rc1.26
Group:		Development/PHP
License:	GPLv2+
URL:		http://openvcp.org/
Source0:	http://files.openvcp.org/modphp-%{modname}-%{version}-rc1.tar.gz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	pkgconfig
BuildRequires:	gnutls-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
This is a dynamic shared object (DSO) that adds GnuTLS support to PHP.

%prep

%setup -q -n modphp-%{modname}-%{version}-rc1

%build

%{_usrsrc}/php-devel/buildext %{modname} "%{modname}.c" "-DCOMPILE_DL=1 -DHAVE_SOCKETS -L%{_libdir} `pkg-config --libs gnutls`"

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

cat > README.%{modname} << EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
EOF

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Tue Feb 21 2017 Denis Silakov <denis.silakov@rosalab.ru> 0.3-0.rc1.26
- (b8cbc13) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13575 |14cu|php-gtk2-2.0.3-0.svn20130225.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot 20130225

Summary:	GTK+2 toolkit for php
Name:		php-gtk2
Version:	2.0.3
Release:	0.svn%{snapshot}.5
Epoch:		2
License:	LGPLv2.1
Group:		Development/PHP
Url:		http://gtk.php.net/
Source0:	https://github.com/php/php-gtk-src/php-gtk2-%{version}-0.git%{snapshot}.tar.gz
Source1:	php_cairo_api.h
Patch0:		cairo_local_path.patch
Patch1:		php-gtk2-automake1.13.patch
Patch2:         php-gtk2-2.0.3-fix-php5.5.patch
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	php-mbstring
BuildRequires:	php-cairo
BuildRequires:	php-cli >= 3:5.3.0
BuildRequires:	libtool
Requires:	php-cli >= 3:5.3.0
Requires:	php-cairo
Requires:	php(zend-abi) = %{php_zend_api}

%description
PHP-GTK is an extension for PHP programming language that implements language
bindings for GTK+ toolkit. It provides an object-oriented interface to GTK+
classes and functions and greatly simplifies writing client side cross-platform
GUI applications.

%prep
%setup -q -n php-gtk2
%patch0 -p0
%patch1 -p1
%patch2 -p1

cp %{SOURCE1} main/php_cairo_api.h

for i in `find . -type d -name .git`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%build
%serverbuild
rm -f configure
rm -rf autom4te.cache
./buildconf
%configure2_5x \
    --with-libdir=%{_lib}

# We use our own libtool, and apply some fixes
rm libtool
ln -s %{_bindir}/libtool libtool

sed -i.orig 's/compile $(CC)/compile --tag=CC $(CC)/g' Makefile
sed -i.orig 's/link $(CC)/link --tag=CC $(CC)/g' Makefile

make

%install
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions

install -m0755 modules/php_gtk2.so %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/A99_gtk2.ini << EOF
extension = php_gtk2.so

[php-gtk]

;php-gtk.codepage = iso-8859-1
;php-gtk.extensions = 

EOF

%files
%doc demos AUTHORS ChangeLog NEWS README* TODO2
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/*
%{_libdir}/php/extensions/php_gtk2.so


%changelog

* Fri Sep 23 2016 Denis Silakov <denis.silakov@rosalab.ru> 2:2.0.3-0.svn20130225.5
- (f0fe203) Added libtool BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13576 |14cu|php-hidef-0.1.13-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname hidef
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A58_%{modname}.ini

Summary:	A PHP module providing constants for real
Name:		php-%{modname}
Version:	0.1.13
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/hidef/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Patch0:		hidef-0.1.13-php56.diff
BuildRequires:	php-devel >= 3:5.2.1
BuildRequires:	file
Requires:	php(zend-abi) = %{php_zend_api}

%description
Allow definition of user defined constants in simple ini files, which are then
processed like internal constants, without any of the usual performance
penalties.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .
%patch0 -p1

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d/%{modname}

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc CREDITS INSTALL package*.xml
%dir %{_sysconfdir}/php.d/%{modname}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.13-5
- (eae3b6d) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13577 |14cu|php-htscanner-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname htscanner
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A12_%{modname}.ini

Summary:	Htaccess support for PHP
Name:		php-%{modname}
Version:	1.0.1
Release:	6
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/htscanner
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.1
Requires:	php(zend-abi) = %{php_zend_api}

%description
Allow one to use htaccess-like file to configure PHP per directory, just like
apache's htaccess. It is especially useful with fastcgi. This package was
originally developed by Bart Vanbrabant. Old versions are available
from: http://files.zoeloelip.be/htscanner

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

; The configuration file htscanner needs to scan for php_* directives
config_file=".htaccess"

; The fallback docroot when htscanner can't determine the current docroot
default_docroot="/"
default.ttl=300

; Stop when an error occured in RINIT (no document root, cannot get path_translated,...)
stop_on_error = 0
EOF

%files
%doc CREDITS README package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-6
- (6f8294a) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13578 |14cu|php-id3-0.2-39
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname id3
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A14_%{modname}.ini

Summary:	Functions to read and write ID3 tags in MP3 files
Name:		php-%{modname}
Version:	0.2
Release:	39
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/id3
Source0:	http://pecl.php.net/get/id3-%{version}.tgz
Patch0:		id3-0.2-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
Epoch:		1
Requires:	php(zend-abi) = %{php_zend_api}

%description
id3 enables to to retrieve and update information from ID3 tags in MP3 files.
It supports version 1.0 and version 1.1.

%prep

%setup -q -n id3-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc examples CREDITS EXPERIMENTAL TODO package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.2-39
- (d36f5ba) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13579 |14cu|php-idn-1.2b-34
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname idn
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A26_%{modname}.ini

Summary:	Provides a interface to GNU Libidn for PHP
Name:		php-%{modname}
Version:	1.2b
Release:	34
Group:		Development/PHP
License:	PHP License
URL:		http://php-idn.bayour.com/
Source0:	http://php-idn.bayour.com/%{name}_%{version}.tar.gz
Patch0:		idn-1.1-lib64.diff
Patch1:		idn-1.2b-php53.diff
Patch2:		idn_1.2b-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	idn-devel
Epoch:		1
Requires:	php(zend-abi) = %{php_zend_api}

%description
Binding to the GNU libidn for using Internationalized Domain Names.


%prep

%setup -q -n idn-%{version}
%patch0 -p0
%patch1 -p1
%patch2 -p0

%build
%serverbuild

phpize --clean; phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .
chrpath -d %{soname}

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[idn]

idn.allow_unassigned_chars = "0"
idn.default_charset = "ISO-8859-1"
idn.use_std_3_ascii_rules = "0"

EOF

%files 
%doc README* entities reference tests CREDITS THANX_TO idn.php
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.2b-34
- (c920db7) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13580 |14cu|php-idna-1.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname idna
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B19_%{modname}.ini

Summary:	PHP IDNA Extension
Name:		php-%{modname}
Version:	1.0.0
Release:	9
Group:		Development/PHP
License:	PHP
URL:		http://www.xarg.org/project/php-idna/
Source0:	http://www.xarg.org/download/idna-%{version}.tar.gz
Source1:	B19_idna.ini
Patch0:		idna-1.0.0-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	idn-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
This extension provides a PHP implementation of the Internationalized Domain
Name Applications (IDNA) standard.

%prep

%setup -q -n %{modname}-%{version}
%patch0 -p0

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files
%doc CREDITS
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-9
- (6ce5e8d) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13581 |14cu|php-imagick-3.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname Imagick
%define modname imagick
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 55_%{modname}.ini
%define mod_src %{modname}.c

Summary:	Provides a wrapper to the ImageMagick library for PHP
Name:		php-%{modname}
Version:	3.4.3
Release:	2
Epoch:		1
License:	PHP License
Group:		Development/PHP
Url:		http://pecl.php.net/package/imagick
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	imagemagick-devel >= 6.3.8
Requires:	imagemagick >= 6.3.8
Requires:	php(zend-abi) = %{php_zend_api}

%description
Imagick is a native php extension to create and modify images using the
ImageMagick API.

imagick is a native php-extension. See the examples in the
%{_docdir}/%{name}/examples directory for some hints on
how to use it.

%files
%doc examples CREDITS  README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

#----------------------------------------------------------------------

%prep

%setup -qn %{modname}-%{version}
[ "../package.xml" != "/" ] && mv -f ../package.xml .

# lib64 fixes
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
	--with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > README.%{modname} <<EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
To activate it, make sure a file /etc/php.d/%{inifile} is present and
contains the line 'extension = %{soname}'.
EOF

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[imagick]
imagick.locale_fix = 0
EOF

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:3.4.3-2
- (d361966) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13582 |14cu|php-inclued-0.1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname inclued
%define soname %{modname}.so
%define inifile A76_%{modname}.ini

Summary:	Clued-in about your inclueds extension for php

Name:		php-%{modname}
Version:	0.1.3
Release:	6
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/inclued/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Patch0:         inclued-0.1.3-php5.5.patch
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
Requires:	php(zend-abi) = %{php_zend_api}

%description
Allows you trace through and dump the hierarchy of file inclusions and
class inheritance at runtime.

%prep
%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .
%patch0 -p3

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make

%install
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}/var/log/httpd

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[%{modname}]
inclued.dumpdir	= /tmp
inclued.enabled	= On
EOF

%files
%doc package*.xml INSTALL gengraph.php
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.3-6
- (460515e) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13583 |14cu|php-inotify-0.1.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname inotify
%define soname %{modname}.so
%define inifile A82_%{modname}.ini

Summary:	Provides inotify functions for PHP
Name:		php-%{modname}
Version:	0.1.6
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/inotify/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:  php-devel >= 3:5.2.0
Requires:	php(zend-abi) = %{php_zend_api}

%description
The inotify extension allows to use inotify functions in a PHP script.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv -f ../package*.xml .

# lib64 fixes
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc tests CREDITS README inotify.php tail.php package.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.6-5
- (7f47d40) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13584 |14cu|phpldapadmin-1.2.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (oe) undefining these makes the build _real_ quick.
%undefine __find_provides
%undefine __find_requires

%define rname	phpLDAPAdmin

Summary:	A web-based LDAP administration tool
Name:		phpldapadmin
Version:	1.2.3
Release:	5
License:	GPLv2+
Group:		System/Servers
URL:		http://phpldapadmin.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/phpldapadmin/%{name}-%{version}.tgz
Source1:	rosaDSPerson.xml
Source2:	phpldapadmin-16x16.png
Source3:	phpldapadmin-32x32.png
Source4:	phpldapadmin-48x48.png
Patch0:		phpldapadmin-1.2.0.4-default-config.patch
# http://sourceforge.net/u/nihilisticz/phpldapadmin/ci/7e53dab990748c546b79f0610c3a7a58431e9ebc/
Patch1:     0001-Fixed-two-issues-to-get-phpLdapAdmin-to-work-under-P.patch
Requires:	apache-mod_php
Requires:	php-ldap
Requires:	php-xml
Requires:	php-mcrypt
Requires:	php-gettext
BuildArch:	noarch

%description
phpldapadmin is a web-based LDAP administration tool, written in PHP. You can
browse your LDAP tree, create, delete, edit, and copy entries, perform
searches, and view your server's schema. You can even copy objects between two
LDAP servers and recursively delete or copy entire trees. All this from the
comfort of your web browser.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1

cp %{SOURCE1} templates/creation/

%build

%install

install -d %{buildroot}%{_localstatedir}/lib/%{name}

install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 644 index.php %{buildroot}%{_datadir}/%{name}
install -m 644 VERSION %{buildroot}%{_datadir}/%{name}
cp -pr hooks %{buildroot}%{_datadir}/%{name}
cp -pr htdocs %{buildroot}%{_datadir}/%{name}
cp -pr lib %{buildroot}%{_datadir}/%{name}
cp -pr locale %{buildroot}%{_datadir}/%{name}
cp -pr queries %{buildroot}%{_datadir}/%{name}
cp -pr templates %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/%{name}/tools
install -m 644 tools/unserialize.php %{buildroot}%{_datadir}/%{name}/tools

install -d %{buildroot}%{_sysconfdir}/%{name}
install -m 640 config/config.php.example \
    %{buildroot}%{_sysconfdir}/%{name}/config.php

install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /%{name} %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Require local granted
    ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"
</Directory>
EOF

# ROSA Icons
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}

install -m0644 %{SOURCE2} %{buildroot}%{_miconsdir}/%{name}.png
install -m0644 %{SOURCE3} %{buildroot}%{_iconsdir}/%{name}.png
install -m0644 %{SOURCE4} %{buildroot}%{_liconsdir}/%{name}.png

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{rname}
Name[ru]=%{rname}
Comment=%{rname} is a web adminstration GUI for OpenLDAP
Comment[ru]=%{rname} - Web-интерфейс для администрирования OpenLDAP
Exec=%{_bindir}/www-browser https://localhost/%{name}/
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Databases;
EOF

# cleanup
rm -rf doc/certs
chmod 644 doc/*

%files
%doc INSTALL LICENSE doc/*
%config(noreplace) %{_webappconfdir}/%{name}.conf
%dir %{_sysconfdir}/%{name}
%attr(0640,root,apache) %config(noreplace) %{_sysconfdir}/%{name}/config.php
%{_datadir}/%{name}
%attr(-,apache,apache) %{_localstatedir}/lib/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*.desktop

%changelog
* Sun Feb 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-5
+ Revision: 681cb41
- Updated to 1.2.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13585 |14cu|php-libevent-0.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname libevent
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B02_%{modname}.ini

Summary:	Libevent - event notification
Name:		php-%{modname}
Version:	0.1.0
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/libevent/
Source0:	http://pecl.php.net/get/libevent-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	libevent-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
This extension is a wrapper for libevent - event notification library.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc CREDITS package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.0-5
- (7db5ebd) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13586 |14cu|php-magickwand-1.0.9.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname magickwand
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A56_%{modname}.ini
%define upstream_version 1.0.9-2
%define base_version 1.0.9

Summary:	This module enables PHP access to the ImageMagick MagickWand API

Name:		php-%{modname}
Version:	1.0.9.2
Release:	7
Group:		Development/PHP
License:	BSD-style
URL:		http://www.magickwand.org/
Source0:	http://www.magickwand.org/download/php/MagickWandForPHP-%{upstream_version}.tar.gz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	imagemagick-devel >= 6.3.5
BuildRequires:	file
BuildRequires:	pkgconfig(xt)
Requires:	php(zend-abi) = %{php_zend_api}

%description
This module enables PHP access to the ImageMagick MagickWand API.

%prep

%setup -q -n MagickWandForPHP-%{base_version}

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fixes
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files 
%doc AUTHOR CREDITS ChangeLog LICENSE README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.9.2-7
- (aeb841b) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13587 |14cu|php-mcve-7.0.3-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname mcve
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A44_%{modname}.ini

Summary:	Libmonetra/libmcve interface for php
Name:		php-%{modname}
Version:	7.0.3
Release:	18
License:	PHP License
Group:		Development/PHP
Url:		http://pecl.php.net/package/mcve
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
Patch0:		mcve-7.0.3-php54x.diff
BuildRequires:	libmonetra-devel
BuildRequires:	php-devel
BuildRequires:	pkgconfig(openssl)
Requires(post,postun):	apache-mpm-prefork
Requires:	php(zend-abi) = %{php_zend_api}

%description
Interface the MCVE/Monetra API (libmonetra [formerly libmcve]), allowing you to
work directly with MCVE/Monetra from your PHP scripts. Monetra is Main Street
Softworks' solution to direct credit card processing for Unix.

%files
%doc package*.xml CREDITS tests *.php
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

cp %{SOURCE1} %{inifile}

# fix version
perl -pi -e "s|#define PHP_MCVE_VERSION \"7\.0\.2\"|#define PHP_MCVE_VERSION \"%{version}\"|g" php_mcve.h

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix} \
    --with-openssl-dir=%{_prefix}

%make
#make test
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}


%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.0.3-18
- (1483eb1) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13588 |14cu|php-memcache-3.0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname memcache
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A43_%{modname}.ini

Summary:	Memcached extension for php
Name:		php-%{modname}
Version:	3.0.8
Release:	4
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/memcache
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
Patch0:		memcache-3.0.8-php54x.diff
Requires:	memcached
BuildRequires:	php-devel >= 3:5.2.1
BuildRequires:	zlib-devel
BuildRequires:	dos2unix
Requires:	php(zend-abi) = %{php_zend_api}

%description
Memcached is a caching daemon designed especially for dynamic web applications
to decrease database load by storing objects in memory. This extension allows
you to work with memcached through handy OO and procedural interfaces.

%prep

%setup -q -n %{modname}-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

cp %{SOURCE1} %{inifile}
%apply_patches

find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

# strip away annoying ^M
find -type f | grep -v ".gif" | grep -v ".png" | grep -v ".jpg" | xargs dos2unix

ln -s %{_usrsrc}/php-devel/extensions ext

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix} \
    --with-zlib-dir=%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}


%files 
%doc CREDITS README example.php package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.8-4
- (e57a1c7) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13589 |14cu|php-memcached-2.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname memcached
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A91_%{modname}.ini

Summary:	A libmemcached library interface for PHP
Name:		php-%{modname}
Version:	2.2.0
Release:	3
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/memcached
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
BuildRequires:	libmemcached-devel >= 0.38
BuildRequires:	php-devel >= 3:5.2.1
BuildRequires:	dos2unix
Requires:	php(zend-abi) = %{php_zend_api}

%description
This extension uses libmemcached library to provide API for communicating with
memcached servers.

%prep

%setup -q -n %{modname}-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

cp %{SOURCE1} %{inifile}

find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

# strip away annoying ^M
find -type f | grep -v ".gif" | grep -v ".png" | grep -v ".jpg" | xargs dos2unix

# Fix FTBFS with libmemcached >= 1.0.17
# https://github.com/php-memcached-dev/php-memcached/issues/69#issuecomment-17051990
echo 'typedef const struct memcached_server_st *memcached_server_instance_st;' \
    >>php_libmemcached_compat.h

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix} \
    --with-zlib-dir=%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files
%doc CREDITS ChangeLog memcached-api.php package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}




%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-3
- (196ae3f) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13590 |14cu|php-ming-5.2.10-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname ming
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 33_%{modname}.ini

Summary:	Ming extension module for PHP
Name:		php-ming
Version:	5.2.10
Release:	20
Group:		Development/PHP
URL:		http://www.php.net
License:	PHP License
# S0 is taken from php-5.2.x CVS
Source0:	ming.tar.gz
Patch0:		php-ming-0.4.4.diff
Patch1:		ming-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	ming-devel >= 0.4.4
Epoch:		1
Requires:	php(zend-abi) = %{php_zend_api}

%description
This is a dynamic shared object (DSO) for PHP that will add ming (Flash - .swf
files) support.

%prep

%setup -q -n ming
%patch0 -p1
%patch1 -p0

%build

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF


%files
%doc CREDITS EXPERIMENTAL
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:5.2.10-20
- (f149402) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13591 |14cu|php-mongo-1.4.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname mongo
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B04_%{modname}.ini

Summary:	Mongo Database Driver
Name:		php-%{modname}
Version:	1.4.5
Release:	6
Group:		Development/PHP
License:	Apache License
URL:		http://pecl.php.net/package/mongo/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	mongo.ini
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel >= 2.2.0
Requires:	php(zend-abi) = %{php_zend_api}

%description
This package provides an interface for communicating with the Mongo database
in PHP.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}


%files 
%doc README.md package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.5-6
- (b4f0705) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13592 |14cu|phpmyadmin-4.6.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name phpMyAdmin
%global __requires_exclude_from %{_datadir}/phpmyadmin/libraries/plugins/transformations/TEMPLATE.*

Summary:	Handles the administration of MySQL over the web
Name:		phpmyadmin
Version:	4.6.6
Release:	1
License:	GPLv2
Group:		System/Servers
Url:		http://www.phpmyadmin.net/
Source0:	https://files.phpmyadmin.net/%{upstream_name}/%{version}/%{upstream_name}-%{version}-all-languages.tar.xz
Source1:	phpmyadmin-16x16.png
Source2:	phpmyadmin-32x32.png
Source3:	phpmyadmin-48x48.png
Source4:	phpmyadmin.conf
Source5:	phpmyadmin.desktop
Patch0:         phpMyAdmin-4.6.4-default_config.diff
Patch1:		phpMyAdmin-4.6.6-external_phpseclib.diff
Patch2:		phpmyadmin-4.6.1-CVE-2015-6830.patch
Requires:	apache-mod_php
Requires:	php-mysqli
Requires:	php-mbstring
Requires:	php-mcrypt
# used by setup
Suggests:	php-bz2
Suggests:	php-zip
# parts of phpseclib is bundled in libraries/phpseclib/Crypt, but is incomplete
# http://sourceforge.net/projects/phpseclib/
Requires:	phpseclib
BuildArch:	noarch

%description
phpMyAdmin is intended to handle the administration of MySQL over the web.
Currently it can : create and drop databases, create, copy, drop and alter
tables, delete, edit and add fields, execute any SQL-statement, even
batch-queries, manage keys on fields, load text files into tables, create and
read dumps of tables, export data to CSV value, administer multiple servers
and single databases.

%prep
%setup -qn %{upstream_name}-%{version}-all-languages
%patch0 -p0
%patch1 -p0
%patch2 -p0

# Setup vendor config file
sed -e "/'CHANGELOG_FILE'/s@./ChangeLog@%{_datadir}/doc/%{name}/ChangeLog@" \
    -e "/'LICENSE_FILE'/s@./LICENSE@%{_datadir}/doc/%{name}/LICENSE@" \
    -e "/'CONFIG_DIR'/s@'./'@'%{_sysconfdir}/%{name}/'@" \
    -e "/'SETUP_CONFIG_FILE'/s@./config/config.inc.php@%{_localstatedir}/lib/%{name}/config/config.inc.php@" \
    -i libraries/vendor_config.php

%build

%install
export DONT_RELINK=1

install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_datadir}/%{name}

cp -aRf * %{buildroot}%{_datadir}/%{name}/

# cleanup
pushd %{buildroot}%{_datadir}/%{name}
    rm -f CREDITS ChangeLog Documentation.txt INSTALL LICENSE README 
    rm -f README.VENDOR RELEASE-DATE-* TODO
    rm -rf scripts
    rm -rf contrib
    rm -rf doc
    rm -f lang/*.sh libraries/transformations/*.sh
    rm -rf libraries/phpseclib
    rm -rf phpunit.xml.nocoverage
    # nuke the patch backup, if any
    rm -f config.sample.inc.php.*
    find -name "\.htaccess" | xargs rm -f
popd

# fix docs
install -d %{buildroot}%{_datadir}/%{name}/doc/html/_static
install -m0644 doc/html/*.html doc/html/*.js %{buildroot}%{_datadir}/%{name}/doc/html/
install -m0644 doc/html/_static/* %{buildroot}%{_datadir}/%{name}/doc/html/_static/

# fix config file location
# keep the "config.inc.php" file name as this is hard coded everywhere.
mv %{buildroot}%{_datadir}/%{name}/config.sample.inc.php \
    %{buildroot}%{_sysconfdir}/%{name}/config.inc.php

chmod 640 %{buildroot}%{_sysconfdir}/%{name}/config.inc.php

install -d %{buildroot}%{_localstatedir}/lib/%{name}/{upload,save,config}

cat > README.urpmi << EOF
The actual configuration file is /etc/phpmyadmin/config.inc.php
The %{_datadir}/%{name}/config.default.inc.php file contains default
values, and is not supposed to be modified.
EOF

# new Icons
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}

install -m0644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -m0644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -m0644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png

# install menu entry.
# XDG menu
install -d %{buildroot}%{_datadir}/applications
install -m0644 %{SOURCE5} %{buildroot}%{_datadir}/applications/%{vendor}-%{name}.desktop

install -d -m 755 %{buildroot}%{_webappconfdir}
install -m0644 %{SOURCE4} %{buildroot}%{_webappconfdir}/%{name}.conf

# fix borked permissions
find %{buildroot}%{_datadir}/%{name} -type d -exec chmod 755 {} \;
find %{buildroot}%{_datadir}/%{name} -type f -exec chmod 644 {} \;

%pretrans
# fix configuration file name change
if [ -f %{_sysconfdir}/phpmyadmin/config.default.php ]; then
    mv %{_sysconfdir}/phpmyadmin/config.default.php \
        %{_sysconfdir}/phpmyadmin/config.php
fi
# use the default file name
if [ -f %{_sysconfdir}/phpmyadmin/config.php ]; then
    mv %{_sysconfdir}/phpmyadmin/config.php \
        %{_sysconfdir}/phpmyadmin/config.inc.php
fi
if [ -L /var/www/phpmyadmin/libraries/config.default.php ]; then
    rm -f /var/www/phpmyadmin/libraries/config.default.php
fi
if [ -L %{_datadir}/phpmyadmin/libraries/config.default.php ]; then
    rm -f %{_datadir}/phpmyadmin/libraries/config.default.php
fi

%post
# generate random secret
secret=%_get_password 46

# blowfish secret
perl -pi \
    -e "s|\\\$cfg\\['blowfish_secret'\\] = ''|\\\$cfg\\['blowfish_secret'\\] = '$secret'|" \
    %{_sysconfdir}/%{name}/config.inc.php

%files
%doc ChangeLog LICENSE README RELEASE-DATE-* README.urpmi
%config(noreplace) %{_webappconfdir}/%{name}.conf
%dir %{_sysconfdir}/%{name}
%attr(-,root,apache) %config(noreplace) %{_sysconfdir}/%{name}/config.inc.php
%{_datadir}/%{name}
%dir %{_localstatedir}/lib/%{name}/
%dir %attr(0755,apache,apache) %{_localstatedir}/lib/%{name}/upload
%dir %attr(0755,apache,apache) %{_localstatedir}/lib/%{name}/save
%dir %attr(0755,apache,apache) %{_localstatedir}/lib/%{name}/config
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*.desktop

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13593 |14cu|php-netools-0.2-35
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname netools
%define modname netools
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A17_%{modname}.ini

Summary:	Networking tools for PHP
Name:		php-%{modname}
Version:	0.2
Release:	35
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/netools
Source0:	%{modname}-%{version}.tar.bz2
Source1:	%{modname}.ini.bz2
Patch0:		netools-0.2-php54x.diff
Requires:	php-cli >= 3:5.2.0
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	lcrzo-devel
BuildRequires:	libpcap-devel >= 0.7.2
Requires:	php(zend-abi) = %{php_zend_api}

%description
Netools provides tools to deal with devices, TCP and UDP clients/servers, etc.

%prep

%setup -q -n %{modname}-%{version}

%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

cat > README.%{modname} << EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
EOF

bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

%files
%doc CREDITS netools.php README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2-35
- (7a619a9) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13594 |14cu|php-newt-1.2.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname newt
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A30_%{modname}.ini

Summary:	Newt provides window library functions for PHP
Name:		php-%{modname}
Version:	1.2.8
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://php-newt.sourceforge.net/
Source0:	http://pecl.php.net/get/newt-%{version}.tgz
BuildRequires:	newt-devel
BuildRequires:	php-devel >= 3:5.2.0
Epoch:		1
Requires:	php(zend-abi) = %{php_zend_api}

%description
PHP-NEWT - PHP language extension for RedHat Newt library, a terminal-based
window and widget library for writing applications with user friendly
interface. Once this extension is enabled in PHP it will provide the use of
Newt widgets, such as windows, buttons, checkboxes, radiobuttons, labels,
editboxes, scrolls, textareas, scales, etc. Use of this extension if very
similar to the original Newt API of C programming language.

%prep

%setup -q -n newt-%{version}
%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc examples CREDITS TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.2.8-5
- (1b4a09c) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13595 |14cu|php-oggvorbis-0.2-40
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname oggvorbis
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A23_%{modname}.ini

Summary:	PHP OGG wrapper for OGG/Vorbis files
Name:		php-%{modname}
Version:	0.2
Release:	40
Epoch:		1
License:	PHP License
Group:		Development/PHP
Url:		http://pecl.php.net/package/oggvorbis
Source0:	%{modname}-%{version}.tar.bz2
Source1:	%{modname}.ini.bz2
Patch0:		oggvorbis-0.2-label_at_end_of_compound_statement.diff
BuildRequires:	php-devel
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)
Requires:	php(zend-abi) = %{php_zend_api}

%description
fopen wrapper for OGG/Vorbis files. Decompress OGG data to PCM audio and
vice-versa.

%files
%doc README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}
%patch0 -p0

%build
%serverbuild

%{_usrsrc}/php-devel/buildext %{modname} "%{modname}.c" \
    "-logg -lvorbis -lvorbisenc -lvorbisfile" \
    "-DWITH_OGGVORBIS -DCOMPILE_DL_OGGVORBIS" \
    "-I%{_includedir}/vorbis -I%{_includedir}/ogg"

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

cat > README.%{modname} << EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
EOF

bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.2-40
- (2581699) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13596 |14cu|php-pam-1.0.3-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname pam
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A55_%{modname}.ini

Summary:	PAM integration for PHP
Name:		php-%{modname}
Version:	1.0.3
Release:	16
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/pam
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	pam-devel
BuildRequires:	dos2unix
Requires:	php(zend-abi) = %{php_zend_api}

%description
This extension provides PAM (Pluggable Authentication Modules) integration. PAM
is a system of libraries that handle the authentication tasks of applications
and services. The library provides a stable API for applications to defer to
for authentication tasks.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

# attribs fix
find -type f | xargs chmod 644

# crlf fix
find -type f | xargs dos2unix

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,/%{_lib}

%make
mv modules/*.so .

#%{_usrsrc}/php-devel/buildext %{modname} "pam.c" \
#    "-L/%{_lib}/security -L/%{_lib} -I%{_includedir}/security -lpam -ldl" \
#    "-DCOMPILE_DL_PAM -DHAVE_PAM -DHAVE_SECURITY_PAM_APPL_H"

%install
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_sysconfdir}/pam.d
install -d %{buildroot}%{_libdir}/php/extensions

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[pam]
pam.servicename = "%{name}";
EOF

# fix conditional pam config file
%if %{mdkversion} < 200610
cat > %{buildroot}%{_sysconfdir}/pam.d/%{name} <<EOF
auth	sufficient	pam_pwdb.so shadow nodelay
account	sufficient	pam_pwdb.so
EOF
%else
cat > %{buildroot}%{_sysconfdir}/pam.d/%{name} <<EOF
#%PAM-1.0
auth	include	system-auth
account	include	system-auth
EOF
%endif

%files
%doc README CREDITS package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.3-16
- (713d6fe) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13597 |14cu|php-pdo_firebird-5.4.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname pdo_firebird
%define soname pdo_firebird.so
%define inifile 78_%{modname}.ini

%define major 5
%define libname %mklibname php5_common %{major}

Summary:	Firebird/InterBase driver for PDO
Name:		php-%{modname}
Version:	5.4.4
Release:	5
Group:		Development/PHP
URL:		http://www.php.net
License:	PHP License
Source0:	%{modname}.ini
Requires:	php-pdo >= 0:%{version}
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	firebird-devel
Requires:	%{libname} >= 3:%{version}
Epoch:		0
Requires:	php(zend-abi) = %{php_zend_api}

%description
PDO_MYSQL is a driver that implements the PHP Data Objects (PDO) interface to
enable access from PHP to MySQL 3.x and 4.x databases.
 
PDO_MYSQL will take advantage of native prepared statement support present in
MySQL 4.1 and higher. If you're using an older version of the mysql client
libraries, PDO will emulate them for you.

%prep

%setup -c -T
cp -dpR %{_usrsrc}/php-devel/extensions/pdo_firebird/* .

%build
%serverbuild

phpize
%configure2_5x \
    --with-libdir=%{_lib} \
    --with-pdo-firebird=%{_libdir}/firebird

%make
mv modules/*.so .

%install
install -D -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/%{soname}
install -D -m0644 %{SOURCE0} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files
%doc CREDITS package*.xml tests
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0:5.4.4-5
- (69107fe) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13598 |14cu|php-pear-1.9.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	__noautoreq pear\\\\((PHPUnit.*|PEAR.*)\\\\)
%define Archive_Tar_version 1.3.11
%define Console_Getopt_version 1.3.1
%define Structures_Graph_version 1.0.4
%define XML_RPC_version 1.5.5
%define XML_Util_version 1.2.1

Summary:	PHP Extension and Application Repository
Name:		php-pear
Epoch:		1
Version:	1.9.4
Release:	11
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PEAR/
Source0:	http://pear.php.net/get/PEAR-%{version}.tgz
Source1:	install-pear.php
Source2:	relocate.php
Source3:	strip.php
Source4:	LICENSE
Source5:	pear.script
Source10:	pear.sh
Source11:	pecl.sh
Source12:	peardev.sh
Source20:	http://pear.php.net/get/XML_RPC-%{XML_RPC_version}.tgz
Source21:	http://pear.php.net/get/Archive_Tar-%{Archive_Tar_version}.tgz
Source22:	http://pear.php.net/get/Console_Getopt-%{Console_Getopt_version}.tgz
Source23:	http://pear.php.net/get/Structures_Graph-%{Structures_Graph_version}.tgz
Source24:	http://pear.php.net/get/XML_Util-%{XML_Util_version}.tgz
Patch0:		PEAR-1.9.4-use-autoload.patch
BuildArch:	noarch
BuildRequires:	php-cli
BuildRequires:	php-xml
Requires:	php-cli
Requires:	php-xml
Provides:	php-pear-Console_Getopt = %{Console_Getopt_version}
Provides:	php-pear-Archive_Tar = %{Archive_Tar_version}
Provides:	php-pear-Structures_Graph = %{Structures_Graph_version}
Provides:	php-pear-XML_RPC = %{XML_RPC_version}
Provides:	php-pear-XML_Util = %{XML_Util_version}
Obsoletes:	php-pear-XML_Util < %{XML_Util_version}
# the russian roulette fix - start
# this reduces breakage going from php-pear-5.2.x
Provides:	pear = %{epoch}:%{version}
Provides:	php-pear-PEAR = %{epoch}:%{version}
Provides:	php-pear-PEAR-Command = %{epoch}:%{version}
Provides:	php-pear-PEAR-Frontend_CLI = %{epoch}:%{version}
Provides:	php-pear-PEAR-OS = %{epoch}:%{version}
Obsoletes:	php-pear-PEAR
Obsoletes:	php-pear-PEAR-Command
Obsoletes:	php-pear-PEAR-Frontend_CLI
Obsoletes:	php-pear-PEAR-OS
# the russian roulette fix - end
Suggests:	php-pear-DB php-pear-Log php-pear-Mail php-pear-Mail_Mime php-pear-Mail_mimeDecode php-pear-Net_SMTP php-pear-Net_Socket php-pear-XML_Parser

%description
PEAR is short for "PHP Extension and Application Repository" and is pronounced
just like the fruit. The purpose of PEAR is to provide:

 * A structured library of open-sourced code for PHP users
 * A system for code distribution and package maintenance
 * A standard style for code written in PHP
 * The PHP Foundation Classes (PFC)
 * The PHP Extension Code Library (PECL)
 * A web site, mailing lists and download mirrors to support the PHP/PEAR
   community

%prep
%setup -q -cT

# Create a usable PEAR directory (used by install-pear.php)
for archive in %{SOURCE0} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24}; do
    tar xzf  $archive --strip-components 1
done
tar xzf %{SOURCE24} package.xml
mv package.xml XML_Util.xml

%patch0 -p1

%build

%install
export PHP_PEAR_SYSCONF_DIR=%{_sysconfdir}
export PHP_PEAR_SIG_KEYDIR=%{_sysconfdir}/pearkeys
export PHP_PEAR_SIG_BIN=%{_bindir}/gpg
export PHP_PEAR_INSTALL_DIR=%{_datadir}/pear

# 1.4.11 tries to write to the cache directory during installation
# so it's not possible to set a sane default via the environment.
# The ${PWD} bit will be stripped via relocate.php later.
export PHP_PEAR_CACHE_DIR=${PWD}%{_localstatedir}/cache/php-pear
export PHP_PEAR_TEMP_DIR=/var/tmp

install -d \
    %{buildroot}%{_datadir}/pear \
    %{buildroot}%{_localstatedir}/cache/php-pear \
    %{buildroot}%{_localstatedir}/www/html \
    %{buildroot}%{_datadir}/pear/.pkgxml \
    %{buildroot}%{_sysconfdir}/rpm \
    %{buildroot}%{_sysconfdir}/pear

export INSTALL_ROOT=%{buildroot}

%{_bindir}/php \
    -n -dmemory_limit=32M -dshort_open_tag=0 -dsafe_mode=0 \
    -derror_reporting=E_ALL -ddetect_unicode=0 \
    %{SOURCE1} -d %{_datadir}/pear \
    -c %{_sysconfdir}/pear \
    -b %{_bindir} \
    -w %{_localstatedir}/www/html \
    %{SOURCE0} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} %{SOURCE20}

# Replace /usr/bin/* with simple scripts:
install -m 755 %{SOURCE10} %{buildroot}%{_bindir}/pear
install -m 755 %{SOURCE11} %{buildroot}%{_bindir}/pecl
install -m 755 %{SOURCE12} %{buildroot}%{_bindir}/peardev

# Sanitize the pear.conf
%{_bindir}/php -n %{SOURCE2} %{buildroot}%{_sysconfdir}/pear.conf %{buildroot} | 
%{_bindir}/php -n %{SOURCE2} php://stdin $PWD > new-pear.conf
%{_bindir}/php -n %{SOURCE3} new-pear.conf ext_dir |
%{_bindir}/php -n %{SOURCE3} php://stdin http_proxy > %{buildroot}%{_sysconfdir}/pear.conf

%{_bindir}/php -r "print_r(unserialize(substr(file_get_contents('%{buildroot}%{_sysconfdir}/pear.conf'),17)));"

install -m 644 -c %{SOURCE4} LICENSE

# Why this file here ?
rm -rf %{buildroot}/.depdb* %{buildroot}/.lock %{buildroot}/.channels %{buildroot}/.filemap

# Need for re-registrying XML_Util
install -m 644 XML_Util.xml %{buildroot}%{_datadir}/pear/.pkgxml/

# rpm filetriggers
install -d -m 755 %{buildroot}%{_localstatedir}/lib/rpm/filetriggers
cat > %{buildroot}%{_localstatedir}/lib/rpm/filetriggers/pear.filter << EOF
^.%{_datadir}/pear/packages/.*\.xml$
EOF
install -m 755 %{SOURCE5} \
    %{buildroot}%{_localstatedir}/lib/rpm/filetriggers/pear.script

%check
# Check that no bogus paths are left in the configuration, or in
# the generated registry files.
grep %{buildroot} %{buildroot}%{_sysconfdir}/pear.conf && exit 1
grep %{_libdir} %{buildroot}%{_sysconfdir}/pear.conf && exit 1
grep '"/tmp"' %{buildroot}%{_sysconfdir}/pear.conf && exit 1
grep /usr/local %{buildroot}%{_sysconfdir}/pear.conf && exit 1
grep -rl %{buildroot} %{buildroot} && exit 1

%triggerpostun -- php-pear-XML-Util
# re-register extension unregistered during postun of obsoleted
# package php-pear-XML-Util
%{_bindir}/pear install --nodeps --soft --force --register-only \
    %{_datadir}/pear/packages/XML_Util.xml >/dev/null || :

%files
%doc LICENSE README
%dir %{_sysconfdir}/pear
%config(noreplace) %{_sysconfdir}/pear.conf
%{_datadir}/pear
%{_bindir}/*
%dir %{_localstatedir}/cache/php-pear
%{_localstatedir}/lib/rpm/filetriggers/pear.*

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.9.4-11
+ Revision: ddf2617
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13599 |14cu|php-pear-Archive_Tar-1.3.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Archive_Tar
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary: 	Tar file management class
Name: 		php-pear-%{upstream_name}
Version: 	1.3.13
Release: 	1
License: 	New BSD License
Group: 		Development/PHP
URL: http://pear.php.net/package/Archive_Tar
Source0: http://pear.php.net/get/Archive_Tar-%{version}.tgz
BuildRequires:  php-pear >= 1.4.7
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch: 	noarch

%description
This class provides handling of tar files in PHP.
It supports creating, listing, extracting and adding to tar files.
Gzip support is available if PHP has the zlib extension built-in or
loaded. Bz2 compression is also supported with the bz2 extension loaded.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .


# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Archive_Tar.xml


%post
pear install --nodeps --soft --force --register-only %{xmldir}/Archive_Tar.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.php.net/Archive_Tar
fi

%files
%doc docs/Archive_Tar/*
%{peardir}/*
%{xmldir}/Archive_Tar.xml

%changelog
* Mon Jan 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.13-1
+ Revision: 00654c5
- Updated to 1.3.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13600 |14cu|php-pear-Auth_OpenID-2.2.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear(config.php)'
%else
%define		_requires_exceptions 'pear(config.php)'
%endif

%define		_class		Auth
%define		_pearname	%{_class}_OpenID

Summary:	PHP OpenID
Name:		php-pear-%{_pearname}
Version:	2.2.2
Release:	7
Group:		Development/PHP
License:	Apache License
URL:		http://www.openidenabled.com/openid/libraries/php
Source0:	http://download.pear.php.net/package/php-openid-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pgsql
Requires:	php-mysql
Requires:	php-bcmath
BuildArch:	noarch
BuildRequires:	dos2unix

%description
An implementation of the OpenID single sign-on authentication protocol.

This package also supports yubico:
http://code.google.com/p/yubico-openid-server/

%prep

%setup -q -n php-openid-%{version}

# strip away annoying ^M
find -type f | grep -v ".gif" | grep -v ".png" | grep -v ".jpg" | xargs dos2unix

%build

%install
install -d %{buildroot}%{_datadir}/pear/%{_class}/OpenID
install -d %{buildroot}%{_datadir}/pear/%{_class}/Yadis

install -m0644 Auth/OpenID.php %{buildroot}%{_datadir}/pear/%{_class}/
install -m0644 Auth/OpenID/*.php %{buildroot}%{_datadir}/pear/%{_class}/OpenID/
install -m0644 Auth/Yadis/*.php %{buildroot}%{_datadir}/pear/%{_class}/Yadis/

%files
%defattr(644,root,root,755)
%doc NEWS COPYING README CHANGES-2.1.0 examples
%dir %{_datadir}/pear/%{_class}/OpenID
%dir %{_datadir}/pear/%{_class}/Yadis
%{_datadir}/pear/%{_class}/OpenID.php
%{_datadir}/pear/%{_class}/OpenID/*.php
%{_datadir}/pear/%{_class}/Yadis/*.php




%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2.2-7
- (4d9a41f) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13601 |14cu|php-pear-Auth_SASL-1.0.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Auth
%define		_subclass	SASL
%define		upstream_name	%{_class}_%{_subclass}

Summary:	Generate responses to common SASL mechanisms
Name:		php-pear-%{upstream_name}
Version:	1.0.6
Release:	5
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Auth_SASL/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Provides code to generate responses to common SASL mechanisms,
including: Digest-MD5, CramMD5, Plain, Anonymous, Login (Pseudo
mechanism).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install
cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.6-5
+ Revision: 61e9ed6
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13602 |14cu|php-pear-Cache-1.5.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Cache
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.5.6
Release:	7
Summary:	Framework for caching of arbitrary data
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Cache/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires:	php-pear
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear-HTTP_Request
BuildArch:	noarch
BuildRequires:	php-pear

%description
With the PEAR Cache you can cache the result of certain function
calls, as well as the output of a whole script run or share data
between applications.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.6-7
+ Revision: d243963
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13603 |14cu|php-pear-Cache_Lite-1.7.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Cache
%define		_subclass	Lite
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.7.11
Release:	6
Summary:	Fast and Safe little cache system
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Cache_Lite/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Source1:	Hashed_Cache_Lite.php.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package is a little cache system optimized for file containers.
It is fast and safe (because it uses file locking and/or
anti-corruption tests).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%doc %{upstream_name}-%{version}/TODO
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.11-6
+ Revision: e742f98
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13604 |14cu|php-pear-Config-1.10.12-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Config
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.10.12
Release:	7
Summary:	Class for reading and writing Config-"files"
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Config/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The Config package provides methods for editing configuration
datasources. It does so in an object oriented manner, defining each
and every items found in the config datasource as a Config_Container
of various types (comments, sections, directives, blanks, ...). Items
can then be edited, added, removed, inserted. This package is not
intended for reading configuration data only, but for editing them. If
you only want to read your configuration data, use functions like
parse_ini_file() and the like instead, they are much faster.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.12-7
+ Revision: d7d5d0c
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13605 |14cu|php-pear-Console_Color-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Console
%define		_subclass	Color
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.3
Release:	6
Summary:	Easily use ANSI console colors in your application
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Console_Color/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Source1:	php-pear-Console_Color.rpmlintrc
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
You can use Console_Color::convert to transform colorcodes like %%r
into ANSI control codes. 'print Console_Color::convert("%%rHello
World!%%n");' would print "Hello World" in red, for example.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-6
+ Revision: e6dca88
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13606 |14cu|php-pear-Console_ProgressBar-0.5.2beta-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Console
%define		_subclass	ProgressBar
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.5.2beta
Release:	10
Summary:	Provides an easy-to-use interface to progress bars
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Console_ProgressBar/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The class allows you to display progress bars in your terminal. You can
use this for displaying the status of downloads or other tasks that take
some time.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.2beta-10
+ Revision: 2f3fa52
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13607 |14cu|php-pear-Console_Table-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Console
%define		_subclass	Table
%define		upstream_name	%{_class}_%{_subclass}
Name:		php-pear-%{upstream_name}
Version:	1.2.1
Release:	1
Summary:	Makes it easy to build console style tables
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Console_Table/
Source0:	http://download.pear.php.net/package/Console_Table-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides methods such as addRow(), insertRow(), addCol() etc to build
Console tables. Can be with or without headers, and has various
configurable options.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Mon Nov 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-1
+ Revision: 9951fc3
- Updated to 1.2.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13608 |14cu|php-pear-Contact_AddressBook-0.5.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Contact
%define		_subclass	AddressBook
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.5.1
Release:	10
Summary:	Address book export-import class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Contact_AddressBook/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Package provides export-import address book mechanism.
Contact_AddressBook refers to needed structure, convert the various
address book structure format into it, then you can easily store it
into file, database or another storage media.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean


%files
%doc %{upstream_name}-%{version}/docs/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml


%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-10
- (7917238) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13609 |14cu|php-pear-Crypt_Rc4-1.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Crypt
%define		_subclass	Rc4
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.3
Release:	3
Summary:	Encryption class for RC4 encryption
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Crypt_Rc4/
Source0:	http://download.pear.php.net/package/Crypt_RC4-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
RC4 encryption class.

%prep
%setup -q -c
mv package.xml Crypt_RC4-%{version}/%{upstream_name}.xml

%install

cd Crypt_RC4-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages


%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-3
+ Revision: cb9dfe8
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13610 |14cu|php-pear-Date_Holidays-0.21.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _class		Date
%define _subclass	Holidays
%define modname	%{_class}_%{_subclass}
%define pear_deps php-pear-Date_Holidays_Austria php-pear-Date_Holidays_Brazil php-pear-Date_Holidays_Denmark php-pear-Date_Holidays_Discordian php-pear-Date_Holidays_EnglandWales php-pear-Date_Holidays_Germany php-pear-Date_Holidays_Iceland php-pear-Date_Holidays_Ireland php-pear-Date_Holidays_Italy php-pear-Date_Holidays_Japan php-pear-Date_Holidays_Netherlands php-pear-Date_Holidays_Norway php-pear-Date_Holidays_PHPdotNet php-pear-Date_Holidays_Romania php-pear-Date_Holidays_Slovenia php-pear-Date_Holidays_Sweden php-pear-Date_Holidays_UNO php-pear-Date_Holidays_USA php-pear-Date_Holidays_Ukraine

%define __noautoreq /usr/bin/php

Summary:	Driver based class to calculate holidays
Name:		php-pear-%{modname}
Version:	0.21.8
Release:	8
License:	PHP License
Group:		Development/PHP
Url:		http://pear.php.net/package/Date_Holidays/
Source0:	http://download.pear.php.net/package/Date_Holidays-%{version}.tgz
BuildArch:	noarch
BuildRequires:  php-pear
Requires(post,preun):	php-pear
Requires:	php-pear
Suggests:	%{pear_deps}

%description
Date_Holidays helps you calculating the dates and titles of
holidays and other special celebrations. The calculation is
driver-based so it is easy to add new drivers that calculate
a country's holidays. The methods of the class can be used
to get a holiday's date and title in various languages.

%prep
%setup -qc
mv package.xml %{modname}-%{version}/%{modname}.xml

%install
cd %{modname}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{modname}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{modname}.xml %{buildroot}%{_datadir}/pear/packages

%files
%doc %{modname}-%{version}/examples
%{_bindir}/pear-dh-*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{modname}
%{_datadir}/pear/packages/%{modname}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.21.8-8
+ Revision: 8ffb1c9
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13611 |14cu|php-pear-DB-1.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		    DB
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.9.0
Release:	1
Summary:	Database Abstraction Layer
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/DB-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
DB is a database abstraction layer providing:
* an OO-style query API
* portability features that make programs written for one DBMS work with other
  DBMS's
* a DSN (data source name) format for specifying database servers
* prepare/execute (bind) emulation for databases that don't support it natively
* a result object for each query response
* portable error codes
* sequence emulation
* sequential and non-sequential row fetching as well as bulk fetching
* formats fetched rows as associative arrays, ordered arrays or objects
* row limit support
* transactions support
* table information interface
* DocBook and phpDocumentor API documentation

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/doc/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.9.0-1
- (317c30e) Updated to 1.9.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13612 |14cu|php-pear-DB_DataObject-1.11.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DB
%define		_subclass	DataObject
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.11.5
Release:	1
Summary:	An SQL builder, object interface to database tables

License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DB_DataObject/
Source0:	http://download.pear.php.net/package/DB_DataObject-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The core class is designed to be extended for each of your tables so
that you put the data logic inside the data classes. Included is a
Generator to make your configuration files and your base classes.
DataObject performs 2 tasks:
- Builds SQL statements based on the objects vars and the builder
  methods,
- acts as a datastore for a table row.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_bindir}/DB

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/example.ini
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.11.5-1
- (0f5012c) Updated to 1.11.5 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13613 |14cu|php-pear-DB_ldap2-0.5.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DB
%define		_subclass	ldap2
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.5.1
Release:	9
Summary:	DB drivers for LDAP v2 and v3 database
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DB_ldap2/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
DB_ldap2 and DB_ldap3 classes extend DB_common to provide DB compliant
access to LDAP servers with protocol version 2 and 3. The drivers
provide common DB interface as much as possible and support
prepare/execute statements.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-9
- (07e831f) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13614 |14cu|php-pear-DbUnit-1.3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name DbUnit
%define __noautoreq /usr/bin/php

Summary:	DbUnit port for PHP/PHPUnit to support database interaction testing

Name:		php-pear-%{upstream_name}
Version:	1.3.1
Release:	5
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/DbUnit-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-symfony-YAML >= 1.0.2

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides DbUnit port for PHP/PHPUnit to support database
interaction testing.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%{_bindir}/dbunit
%{_datadir}/pear/PHPUnit/Extensions/Database
%{_datadir}/pear/packages/DbUnit.xml




%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-5
- (93aab70) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13615 |14cu|php-pear-File_Find-1.3.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	Find
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.3
Release:	6
Summary:	A class that facillitates the search of filesystems
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_Find/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
File_Find, created as a replacement for its Perl counterpart, also
named File_Find, is a directory searcher, which handles globbing,
recursive directory searching, as well as a slew of other cool
features.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-6
- (334f6c5) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13616 |14cu|php-pear-File_Iterator-1.3.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name File_Iterator

Summary:	FilterIterator implementation that filters files based on a list of suffixes
Name:		php-pear-%{upstream_name}
Version:	1.3.4
Release:	5
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/File_Iterator-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides FilterIterator implementation that filters files based
on a list of suffixes for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%doc %{upstream_name}-%{version}/README.markdown
%{_datadir}/pear/File/Iterator
%{_datadir}/pear/File/*.php
%{_datadir}/pear/packages/File_Iterator.xml




%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.3.4-5
- (5fdd1cb) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13617 |14cu|php-pear-File_Ogg-0.3.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	Ogg
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.1
Release:	11
Summary:	Access Ogg bitstreams
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_Ogg/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides access to various media types inside an Ogg
bitstream.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-11
- (e8d5ca5) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13618 |14cu|php-pear-File_Util-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		upstream_name	%{_class}_Util

Summary:	Common file and directory utility functions
Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	6
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_Util/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear
Conflicts:	php-pear-File < 1.4.0

%description
Common file and directory utility functions. Path handling, temp dir/file,
sorting of files, listDirs, isIncludable and more.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}/Util.php
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-6
+ Revision: 3788cbd
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13619 |14cu|php-pear-Gtk_VarDump-1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Gtk
%define		_subclass	VarDump
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.1
Release:	5
Summary:	A simple GUI to example PHP data trees
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Gtk_VarDump/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Patch0:		php-pear-Gtk_VarDump-1.0.1-php_gtk2.patch
Requires:	php-gtk2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Just a regedit type interface to examine PHP data trees.

%prep
%setup -q -c
%patch0 -p1
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-5
+ Revision: e8cf564
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13620 |14cu|php-pear-Horde_Compress-2.0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Compress
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.0.8
Release:     	1
Summary:    	Horde Compress API
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.4.7
Requires: 	php-pear-Horde_Exception >= 2.0.0
Requires:	php-pear-Horde_Translation >= 2.0.0
Requires: 	php-pear-Horde_Util >= 2.0.0
BuildArch:  	noarch

%description
This package provides an API for various compression techniques.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Compress.xml


%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Compress.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Compress
fi

%files
%doc docs/Horde_Compress/*
%{peardir}/*
%{xmldir}/Horde_Compress.xml

%changelog
* Tue Oct 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.8-1
+ Revision: 6e64c26
- Upload tarball to file store



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13621 |14cu|php-pear-Horde_Crypt_Blowfish-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Crypt_Blowfish
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	1.0.2
Release:     	1
Summary:    	Blowfish Encryption Library
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-Horde_Exception >= 2.0.0
Requires:	php-pear-Horde_Exception < 3.0.0alpha1
Requires: 	php-pear-Horde_Mail >= 2.0.0
Requires: 	php-pear-Horde_Mail < 3.0.0alpha1
Requires: 	php-pear-Horde_Stream_Filter >= 2.0.0
Requires: 	php-pear-Horde_Stream_Filter < 3.0.0alpha1
Requires: 	php-pear-Horde_Support >= 2.1.0
Requires:	php-pear-Horde_Text_Flowed >= 2.0.0
Requires:	php-pear-Horde_Translation >= 2.0.0
Requires:	php-pear-Horde_Util >= 2.0.0
BuildArch:  	noarch

%description
Provides blowfish encryption/decryption for PHP string data.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Crypt_Blowfish.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Crypt_Blowfish.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Crypt_Blowfish
fi

%files
%doc docs/Horde_Crypt_Blowfish/*
%{peardir}/*
%{xmldir}/Horde_Crypt_Blowfish.xml



%changelog
* Fri Jan 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-1
+ Revision: bd52f43
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13622 |14cu|php-pear-Horde_Date-2.0.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Date
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.0.12
Release:     	1
Summary:    	Horde Date package
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-channel-horde
Requires:	php-pear-Horde_Exception >= 2.0.0
Requires:	php-pear-Horde_Nls >= 2.0.0
Requires:	php-pear-Horde_Translation >= 2.0.0
BuildArch:  	noarch

%description
Package for creating and manipulating dates.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Date.xml


%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Date.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Date
fi

%files
%doc docs/Horde_Date/*
%{peardir}/*
%{xmldir}/Horde_Date.xml

%changelog
* Mon Jan 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.12-1
+ Revision: 2bc5af0
- Updated to 2.0.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13623 |14cu|php-pear-Horde_Exception-2.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Exception
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.0.4
Release:     	1
Summary:    	Horde Exception Handler
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:    	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-channel-horde
Requires:	php-pear-Horde_Translation >= 2.0.0
Requires:	php-pear-Horde_Translation < 3.0.0alpha1
BuildArch:  	noarch	

%description
This class provides the default exception handlers for the Horde
Application Framework.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Exception.xml


%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Exception.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Exception
fi

%files
%doc docs/Horde_Exception/*
%{peardir}/*
%{xmldir}/Horde_Exception.xml

%changelog
* Tue Oct 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-1
+ Revision: bfaade7
- Upload tarball to file store



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13624 |14cu|php-pear-Horde_Icalendar-2.0.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Icalendar
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.0.10
Release:     	1
Summary:    	ICalendar API
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-channel-horde
Requires:	php-pear-Horde_Date >= 2.0.0
Requires:	php-pear-Horde_Exception >= 2.0.0
Requires:	php-pear-Horde_Mail >= 2.0.0
Requires:	php-pear-Horde_Mime >= 2.0.0
Requires:	php-pear-Horde_Support >= 2.0.0
Requires:	php-pear-Horde_Translation >= 2.0.0
Requires:	php-pear-Horde_Util >= 2.0.0
BuildArch:  	noarch

%description
This package provides an API for dealing with iCalendar data.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .


# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Icalendar.xml


%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Icalendar.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Icalendar
fi

%files
%doc docs/Horde_Icalendar/*
%{peardir}/*
%{xmldir}/Horde_Icalendar.xml

%changelog
* Mon Jan 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.10-1
+ Revision: a9ea354
- Updated to 2.0.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13625 |14cu|php-pear-Horde_Imap_Client-2.25.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Imap_Client
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.25.6
Release:     	1
Summary:    	Horde IMAP abstraction interface
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:    	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires:	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires:	php-pear-channel-horde
Requires:	php-pear-Horde_Exception >= 2.0.0
Requires:	php-pear-Horde_Exception < 3.0.0alpha1
Requires:	php-pear-Horde_Mail >= 2.0.0
Requires:	php-pear-Horde_Mail < 3.0.0alpha1
Requires:	php-pear-Horde_Mime >= 2.0.0
Requires:	php-pear-Horde_Mime < 3.0.0alpha1
Requires:	php-pear-Horde_Stream >= 1.0.0
Requires:	php-pear-Horde_Stream < 2.0.0alpha1
Requires:	php-pear-Horde_Translation >= 2.0.0
Requires:	php-pear-Horde_Translation < 3.0.0alpha1
Requires:	php-pear-Horde_Util >= 2.0.0
Requires:	php-pear-Horde_Util < 3.0.0alpha1
BuildArch:  	noarch	

%description
This package provides an abstracted API interface to various IMAP4rev1 (RFC
3501) backend drivers.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Imap_Client.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Imap_Client.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Imap_Client
fi

%files
%doc docs/Horde_Imap_Client/*
%{peardir}/*
%{xmldir}/Horde_Imap_Client.xml

%changelog
* Mon Jan 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.25.6-1
+ Revision: d87096d
- Updated to 2.25.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13626 |14cu|php-pear-Horde_ListHeaders-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_ListHeaders
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	1.2.0
Release:     	1
Summary:    	Horde ListHeaders Module
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-Horde_Exception >= 2.0.0
Requires:	php-pear-Horde_Exception < 3.0.0alpha1
Requires: 	php-pear-Horde_Mail >= 2.0.0
Requires: 	php-pear-Horde_Mail < 3.0.0alpha1
Requires: 	php-pear-Horde_Stream_Filter >= 2.0.0
Requires: 	php-pear-Horde_Stream_Filter < 3.0.0alpha1
Requires: 	php-pear-Horde_Support >= 2.1.0
Requires:	php-pear-Horde_Text_Flowed >= 2.0.0
Requires:	php-pear-Horde_Translation >= 2.0.0
Requires:	php-pear-Horde_Util >= 2.0.0
BuildArch:  	noarch

%description
Provides methods for dealing with ListHeaders API and related e-mail (RFC
822/2822/5322) standards.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_ListHeaders.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_ListHeaders.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_ListHeaders
fi

%files
%doc docs/Horde_ListHeaders/*
%{peardir}/*
%{xmldir}/Horde_ListHeaders.xml



%changelog
* Fri Jan 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-1
+ Revision: d1bbcbb
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13627 |14cu|php-pear-Horde_Mail-2.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Mail
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.5.0
Release:     	1
Summary:    	Horde command-line argument parsing packag
License:    	BSD
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:    	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-channel-horde
Requires:	php-pear-Horde_Exception >= 2.0.0
Requires:	php-pear-Horde_Stream_Filter >= 2.0.0
BuildArch:  	noarch


%description
The Horde_Mail library is a fork of the PEAR Mail library that provides
additional functionality, including (but not limited to):
* Allows a stream to be passed in.
* Allows raw headertext to be used in the outgoing messages (required for
things like message redirection pursuant to RFC 5322 [3.6.6]).
* Native PHP 5 code.
* PHPUnit test suite.
* Provides more comprehensive sendmail error messages.
* Uses Exceptions instead of PEAR_Errors.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Mail.xml


%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Mail.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Mail
fi

%files
%doc docs/Horde_Mail/*
%{peardir}/*
%{xmldir}/Horde_Mail.xml

%changelog
* Mon Jan 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5.0-1
+ Revision: 9d132a4
- Updated to 2.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13628 |14cu|php-pear-Horde_Mapi-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Mapi
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	1.0.3
Release:     	1
Summary:    	Horde SMTP abstraction interface
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires:	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires:	php-pear-channel-horde
Requires:	php-pear-Horde_Exception >= 2.0.0
Requires:	php-pear-Horde_Mail >= 2.0.0
Requires:	php-pear-Horde_Mime >= 2.0.0
Requires:	php-pear-Horde_Stream >= 1.0.0
Requires:	php-pear-Horde_Translation >= 2.0.0
Requires:	php-pear-Horde_Util >= 2.0.0
BuildArch:  	noarch	

%description
This package provides an abstracted API interface to various SMTP 
backend drivers.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Mapi.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Mapi.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Mapi
fi

%files
%doc docs/Horde_Mapi/*
%{peardir}/*
%{xmldir}/Horde_Mapi.xml

%changelog
* Tue Oct 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-1
+ Revision: c904618
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13629 |14cu|php-pear-Horde_Mime-2.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Mime
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.6.0
Release:     	1
Summary:    	Horde MIME Library
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-Horde_Exception >= 2.0.0
Requires:	php-pear-Horde_Exception < 3.0.0alpha1
Requires: 	php-pear-Horde_Mail >= 2.0.0
Requires: 	php-pear-Horde_Mail < 3.0.0alpha1
Requires: 	php-pear-Horde_Stream_Filter >= 2.0.0
Requires: 	php-pear-Horde_Stream_Filter < 3.0.0alpha1
Requires: 	php-pear-Horde_Support >= 2.1.0
Requires:	php-pear-Horde_Text_Flowed >= 2.0.0
Requires:	php-pear-Horde_Translation >= 2.0.0
Requires:	php-pear-Horde_Util >= 2.0.0
BuildArch:  	noarch

%description
Provides methods for dealing with MIME (RFC 2045) and related e-mail (RFC
822/2822/5322) standards.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Mime.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Mime.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Mime
fi

%files
%doc docs/Horde_Mime/*
%{peardir}/*
%{xmldir}/Horde_Mime.xml

%changelog
* Mon Jan 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.6.0-1
+ Revision: 79be18f
- Updated to 2.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13630 |14cu|php-pear-Horde_Nls-2.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Nls
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.0.4
Release:     	1
Summary:    	This package provides Native Language Support (NLS)
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-channel-horde
Requires:	php-pear-Horde_Translation >= 2.0.0
Requires:	php-pear-Horde_Util >= 2.0.0
BuildArch:  	noarch


%description
Provide common methods for handling language data, timezones, and
hostname->country lookups.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Nls.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Nls.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Nls
fi

%files
%doc docs/Horde_Nls/*
%{peardir}/*
%{xmldir}/Horde_Nls.xml

%changelog
* Tue Oct 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-1
+ Revision: 9f67188
- Upload tarball to file store



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13631 |14cu|php-pear-Horde_Secret-2.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Secret
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.0.4
Release:     	1
Summary:    	Horde Secret API
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-Horde_Exception >= 2.0.0
Requires:	php-pear-Horde_Exception < 3.0.0alpha1
Requires: 	php-pear-Horde_Mail >= 2.0.0
Requires: 	php-pear-Horde_Mail < 3.0.0alpha1
Requires: 	php-pear-Horde_Stream_Filter >= 2.0.0
Requires: 	php-pear-Horde_Stream_Filter < 3.0.0alpha1
Requires: 	php-pear-Horde_Support >= 2.1.0
Requires:	php-pear-Horde_Text_Flowed >= 2.0.0
Requires:	php-pear-Horde_Translation >= 2.0.0
Requires:	php-pear-Horde_Util >= 2.0.0
BuildArch:  	noarch

%description
Provides methods for dealing with Secret API and related e-mail (RFC
822/2822/5322) standards.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Secret.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Secret.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Secret
fi

%files
%doc docs/Horde_Secret/*
%{peardir}/*
%{xmldir}/Horde_Secret.xml



%changelog
* Fri Jan 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-1
+ Revision: 091d11d
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13632 |14cu|php-pear-Horde_Smtp-1.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Smtp
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	1.7.0
Release:     	1
Summary:    	Horde SMTP abstraction interface
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires:	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires:	php-pear-channel-horde
Requires:	php-pear-Horde_Exception >= 2.0.0
Requires:	php-pear-Horde_Mail >= 2.0.0
Requires:	php-pear-Horde_Mime >= 2.0.0
Requires:	php-pear-Horde_Stream >= 1.0.0
Requires:	php-pear-Horde_Translation >= 2.0.0
Requires:	php-pear-Horde_Util >= 2.0.0
BuildArch:  	noarch	

%description
This package provides an abstracted API interface to various SMTP 
backend drivers.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Smtp.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Smtp.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Smtp
fi

%files
%doc docs/Horde_Smtp/*
%{peardir}/*
%{xmldir}/Horde_Smtp.xml

%changelog
* Mon Jan 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-1
+ Revision: b4ac6b3
- Updated to 1.7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13633 |14cu|php-pear-Horde_Socket_Client-1.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Socket_Client
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	1.1.2
Release:     	1
Summary:    	Horde Secret API
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-Horde_Exception >= 2.0.0
Requires:	php-pear-Horde_Exception < 3.0.0alpha1
Requires: 	php-pear-Horde_Mail >= 2.0.0
Requires: 	php-pear-Horde_Mail < 3.0.0alpha1
Requires: 	php-pear-Horde_Stream_Filter >= 2.0.0
Requires: 	php-pear-Horde_Stream_Filter < 3.0.0alpha1
Requires: 	php-pear-Horde_Support >= 2.1.0
Requires:	php-pear-Horde_Text_Flowed >= 2.0.0
Requires:	php-pear-Horde_Translation >= 2.0.0
Requires:	php-pear-Horde_Util >= 2.0.0
BuildArch:  	noarch

%description
Provides methods for dealing with Secret API and related e-mail (RFC
822/2822/5322) standards.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Socket_Client.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Socket_Client.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Socket_Client
fi

%files
%doc docs/Horde_Socket_Client/*
%{peardir}/*
%{xmldir}/Horde_Socket_Client.xml



%changelog
* Fri Jan 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-1
+ Revision: 5fd3d50
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13634 |14cu|php-pear-Horde_Stream-1.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Stream
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	1.6.2
Release:     	1
Summary:    	Horde stream handler
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	 http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-channel-horde
Requires:	php-pear-Horde_Exception >= 2.0.0
BuildArch:  	noarch

%description
An object-oriented interface to assist in creating and storing PHP stream
resources, and to provide utility methods to access and manipulate the
stream contents.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .


# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Stream.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Stream.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Stream
fi

%files
%doc docs/Horde_Stream/*
%{peardir}/*
%{xmldir}/Horde_Stream.xml

%changelog
* Mon Jan 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6.2-1
+ Revision: 2da27c0
- Updated to 1.6.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13635 |14cu|php-pear-Horde_Stream_Filter-2.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Stream_Filter
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.0.2
Release:     	1
Summary:    	Horde Stream filters
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:    	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-channel-horde
BuildArch:  	noarch

%description
This package provides various stream filters.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Stream_Filter.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Stream_Filter.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Stream_Filter
fi

%files
%doc docs/Horde_Stream_Filter/*
%{peardir}/*
%{xmldir}/Horde_Stream_Filter.xml

%changelog
* Tue Oct 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-1
+ Revision: 30dfe22
- Upload tarball to file store



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13636 |14cu|php-pear-Horde_Stream_Wrapper-2.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Stream_Wrapper
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.1.0
Release:     	1
Summary:    	Horde Stream wrappersI
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-channel-horde
BuildArch:  	noarch

%description
This package provides various stream wrappers.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Stream_Wrapper.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Stream_Wrapper.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Stream_Wrapper
fi

%files
%doc docs/Horde_Stream_Wrapper/*
%{peardir}/*
%{xmldir}/Horde_Stream_Wrapper.xml

%changelog
* Tue Oct 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-1
+ Revision: c9848bd
- Upload tarball to file store



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13637 |14cu|php-pear-Horde_Support-2.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Support
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.1.1
Release:     	3
Summary:    	Horde_Support
License:    	BSD
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-channel-horde
Requires:	php-pear-Horde_Exception >= 2.0.0
Requires:	php-pear-Horde_Exception < 3.0.0alpha1
Requires:	php-pear-Horde_Stream_Wrapper >= 2.0.0
Requires:	php-pear-Horde_Stream_Wrapper < 3.0.0alpha1
BuildArch:  	noarch

%description
This package provides supporting functionality for Horde that is not tied
to Horde but is used by it. These classes can be used outside of Horde as
well.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Support.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Support.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Support
fi

%files
%doc docs/Horde_Support/*
%{peardir}/*
%{xmldir}/Horde_Support.xml

%changelog
* Tue Oct 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-3
+ Revision: 6ce77c7
- Upload tarball to file store



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13638 |14cu|php-pear-Horde_Text_Flowed-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Text_Flowed
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.0.1
Release:     	1
Summary:    	Horde API for flowed text as per RFC 3676
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	 http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear >= 1.4.7
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear >= 1.7.0
Requires: 	php-pear-channel-horde
Requires:  	php-pear-Horde_Util >= 2.0.0
BuildArch:  	noarch

%description
The Horde_Text_Flowed:: class provides common methods for manipulating text
using the encoding described in RFC 3676 ('flowed' text).

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Text_Flowed.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Text_Flowed.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Text_Flowed
fi

%files
%doc docs/Horde_Text_Flowed/*
%{peardir}/*
%{xmldir}/Horde_Text_Flowed.xml

%changelog
* Tue Oct 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-1
+ Revision: e04ab52
- Upload tarball to file store



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13639 |14cu|php-pear-Horde_Translation-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Translation
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.2.0
Release:     	1
Summary:    	Horde translation library
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear
Requires: 	php-pear-channel-horde
BuildArch:  	noarch

%description
Translation wrappers.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Translation.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Translation.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Translation
fi

%files
%doc docs/Horde_Translation/*
%{peardir}/*
%{xmldir}/Horde_Translation.xml

%changelog
* Mon Jan 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2.0-1
+ Revision: 5bca0bb
- Updated to 2.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13640 |14cu|php-pear-Horde_Util-2.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Horde_Util
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	2.5.1
Release:     	1
Summary:    	Horde Utility Libraries
License:    	LGPL-2.1
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:	http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear
BuildRequires: 	php-pear-channel-horde
Requires:    	php-pear
Requires: 	php-pear-channel-horde
BuildArch:  	noarch

%description
These classes provide functionality useful for all kind of applications.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Util.xml

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Util.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Util
fi

%files
%doc docs/Horde_Util/*
%{peardir}/*
%{xmldir}/Horde_Util.xml

%changelog
* Mon Jan 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5.1-1
+ Revision: dd781f3
- Updated to 2.5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13641 |14cu|php-pear-HTML_AJAX-0.5.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define     _class      HTML
%define     _subclass   AJAX
%define     upstream_name   %{_class}_%{_subclass}

Name:       php-pear-%{upstream_name}
Version:    0.5.7
Release:    9
Summary:    PHP and JavaScript AJAX library
License:    LGPL
Group:      Development/PHP
URL:        http://pear.php.net/package/%{upstream_name}
Source0:    http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:   php-pear
BuildArch:  noarch
BuildRequires:  php-pear

%description
Provides PHP and JavaScript libraries for performing AJAX
(Communication from JavaScript to your browser without reloading the
page)

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.7-9
- (efd3018) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13642 |14cu|php-pear-HTML_QuickForm-3.2.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	QuickForm
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	3.2.14
Release:	1
Summary:	Methods for creating, validating, processing HTML forms
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_QuickForm/
Source0:	http://download.pear.php.net/package/HTML_QuickForm-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The PEAR::HTML_QuickForm package provides methods for creating,
validating, processing HTML forms. Features:
- Creates xHTML compliant form elements of various type.
- Allows you to choose an unlimited number of html attributes.
- Allows you to create your own custom elements using your own
  classes.
- Process form values (you should override the process method).
- Creates javascript validation code using regular expression.
- Server-side validation too.
- Allows you to create your own validation rules.
- Manages file uploads.
- Allows you to freeze some elements in your form.
- Allows you to customize the look of your form in many ways.
- Template-like form elements customization...

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Wed Dec 17 2014 dsilakov <denis.silakov@rosalab.ru> 3.2.14-1
+ Revision: c37ae88
- Merge pull request #1 from import/php-pear-HTML_QuickForm:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13643 |14cu|php-pear-HTML_Template_Flexy-1.3.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Template
%define		upstream_name	%{_class}_%{_subclass}_Flexy

Name:		php-pear-%{upstream_name}
Version:	1.3.13
Release:	1
Summary:	A flexible caching template engine based on SimpleTemplate
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Template_Flexy/
Source0:	http://download.pear.php.net/package/HTML_Template_Flexy-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
HTML_Template_Flexy started its life as a simplification of
HTML_Template_Xipe, however in version 0.2, it became one of the first
template engine to use a real Lexer, rather than regexes, making it
possible to do things like ASP.net or Cold Fusion tags. However, it
still has a very simple set of goals.
- Very Simple API,
	- easy to learn...
	- prevents to much logic going in templates
- Easy to write documentable code
	- By using object vars for a template rather than 'assign',
	  you can use PHPDoc comments to list what variable you use.
- Editable in WYSIWYG editors
	- you can create full featured templates, that don't get
	  broken every time you edit with Dreamweaver(tm) or Mozilla
	  editor
	- Uses namespaced attributes to add looping/conditionals
- Extremely Fast
	- runtime is at least 4 time smaller than most other template
	  engines (eg. Smarty)
	- uses compiled templates, as a result it is many times faster
	  on blocks and loops than than Regex templates (eg.
	  IT/phplib)
- Safer (for cross-site scripting attacks)
	- All variables default to be output as HTML escaped
	  (overridden with the :h modifier)
- Multilanguage support
	- Parses strings out of template, so you can build translation
	  tools
	- Compiles language specific templates (so translation is only
	  done once, not on every request)
- Full dynamic element support (like ASP.NET), so you can pick
	  elements to replace at runtime

The long term plan for Flexy is to be integrated as a backend for the
Future Template Package (A BC wrapper will be made available - as the
author needs to use it too).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

cd %{upstream_name}-%{version}

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/TODO %{upstream_name}-%{version}/ChangeLog
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Wed Dec 17 2014 dsilakov <denis.silakov@rosalab.ru> 1.3.13-1
+ Revision: fe9fd28
- Merge pull request #1 from import/php-pear-HTML_Template_Flexy:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13644 |14cu|php-pear-HTML_Template_Xipe-1.7.6-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Template
%define		upstream_name	%{_class}_%{_subclass}_Xipe

Name:		php-pear-%{upstream_name}
Version:	1.7.6
Release:	18
Summary:	A simple, fast and powerful template engine
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Template_Xipe/	
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The template engine is a compiling engine, all templates are compiled
into PHP-files. This will make the delivery of the files faster on the
next request, since the template doesn't need to be compiled again. If
the template changes it will be recompiled.

There is no new template language to learn. Beside the default mode,
there is a set of constructs since version 1.6 which allow you to edit
your templates with WYSIWYG editors.

By default the template engine uses indention for building blocks (you
can turn that off). This feature was inspired by Python and by the
need I felt to force myself to write proper HTML-code, using proper
indentions, to make the code better readable.

Every template is customizable in multiple ways. You can configure
each template or an entire directory to use different delimiters,
caching parameters, etc. via either an XML-file or a XML-chunk which
you simply write anywhere inside the tpl-code.

Using the Cache the final file can also be cached (i.e. a resulting
HTML-file). The caching options can be customized as needed. The cache
can reduce the server load by very much, since the entire php-file
doesn't need to be processed again, the resulting client-readable data
are simply delivered right from the cache (the data are saved using
php's output buffering).

The template engine is prepared to be used for multi-language
applications too. If you i.e. use the PEAR::I18N for translating the
template, the compiled templates need to be saved under a different
name for each language. The template engine is prepared for that too,
it saves the compiled template including the language code if required
(i.e. a compiled index.tpl which is saved for english gets the
filename index.tpl.en.php).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.6-18
+ Revision: 79a9113
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13645 |14cu|php-pear-HTTP_Request2-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		_subclass	Request2
%define		upstream_name	%{_class}_%{_subclass}

%define		__noautoreq 'pear\\(PHPUnit'

Summary:	Provides an easy way to perform HTTP requests
Name:		php-pear-%{upstream_name}
Version:	2.0.0
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP_Request2/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
PHP5 rewrite of HTTP_Request package (with parts of HTTP_Client). Provides
cleaner API and pluggable Adapters:
* Socket adapter, based on old HTTP_Request code,
* Curl adapter, wraps around PHP's cURL extension,
* Mock adapter, to use for testing packages dependent on HTTP_Request2.
Supports POST requests with data and file uploads, basic and digest
authentication, cookies, managing cookies across requests, proxies, gzip and
deflate encodings, redirects, monitoring the request progress with Observers...

%prep

%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/data/%{upstream_name}


%changelog

* Wed Jul 20 2016 Denis Silakov <dsilakov@gmail.com> 2.0.0-4
- (ca2f9d7) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13646 |14cu|php-pear-HTTP_Server-0.4.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		_subclass	Server
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.4.1
Release:	16
Summary:	HTTP server class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP_Server/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} class that allows you to easily implement HTTP servers by
supplying callbacks. The base class will parse the request, call the
apropriate callback and build a response based on an array that the
callbacks have to return.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.4.1-16
- (6817485) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13647 |14cu|php-pear-HTTP_Session-0.5.6-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		_subclass	Session
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.5.6
Release:	10
Summary:	Object-oriented interface to the session_* family functions
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP_Session/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Object-oriented interface to the session_* family functions; it
provides extra features such as database storage for session data
using DB package. It introduces new methods like isNewSession(),
setCookieless(), abandon(), setExpire(), setIdle(), isExpired(),
isIdled() and others.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.5.6-10
- (f215d96) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13648 |14cu|php-pear-HTTP_WebDAV_Server-0.99.1-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		_subclass	WebDAV
%define		upstream_name	%{_class}_%{_subclass}_Server

Name:		php-pear-%{upstream_name}
Version:	0.99.1
Release:	19
Summary:	WebDAV Server Baseclass
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP_WebDAV_Server/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear-HTTP >= 1.0
BuildArch:	noarch
BuildRequires:	php-pear

%description
Mostly RFC2518 compliant helper class for WebDAV server
implementation.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.99.1-19
+ Revision: 1c46fb9
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13649 |14cu|php-pear-I18N_UnicodeString-0.3.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		I18N
%define		_subclass	UnicodeString
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.1
Release:	10
Summary:	Provides a way to work with self contained multibyte strings
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/I18N_UnicodeString/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides a method of storing and manipulating multibyte strings in PHP
without using ext/mbstring. Also allows conversion between various
methods of storing Unicode in 1-byte strings like UTF-8 and HTML
entities.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/data/I18N_UnicodeString/README



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.3.1-10
- (4e7e2e4) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13650 |14cu|php-pear-I18Nv2-0.11.4-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		I18Nv2
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	0.11.4
Release:	13
Summary:	Internationalization
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/I18Nv2/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-iconv
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides basic support to localize your application, like
locale based formatting of dates, numbers and currency.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/examples
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.4-13
+ Revision: 6240107
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13651 |14cu|php-pear-Image_Barcode-1.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Image
%define		_subclass	Barcode
%define		upstream_name	%{_class}_%{_subclass}

Summary:	Render barcodes
Name:		php-pear-%{upstream_name}
Version:	1.1.3
Release:	4
License:	PHP License
Group:		Development/PHP
Url:		http://pear.php.net/package/Image_Barcode/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
BuildRequires:	php-pear
Requires:	php-gd
Requires:	php-pear
Requires(post,preun):	php-pear
BuildArch:	noarch

%description
With PEAR::Image_Barcode class you can create a barcode representation
of description a given string. This class uses GD functions because of
this the generated graphic can be any of GD supported supported image
types.

%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

#----------------------------------------------------------------------------

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install
cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages


%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.1.3-4
- (412500e) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13652 |14cu|php-pear-Image_Canvas-0.3.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _class          Image
%define _subclass       Canvas
%define upstream_name       %{_class}_%{_subclass}

Name:           php-pear-%{upstream_name}
Version:        0.3.5
Release:        10
Summary:        Common interface to image drawing
License:        PHP License
Group:          Development/PHP
URL:            http://pear.php.net/package/Image_Canvas/
Source0:        http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:       php-gd
Requires:       php-pear-Image_Color >= 1.0.0
Requires:       php-pear
BuildArch:      noarch
BuildRequires:  php-pear

%description
A package providing a common interface to image drawing,
making image source code independent on the library used.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.3.5-10
- (952ee3e) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13653 |14cu|php-pear-Image_Color-1.0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Image
%define		_subclass	Color
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.4
Release:	6
Summary:	Manage and handles color data and conversions
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Image_Color/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires:	php-gd
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Manage and handles color data and conversions.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/%{_class}/Tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-6
+ Revision: ac1ed02
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13654 |14cu|php-pear-Image_Transform-0.9.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Image
%define		_subclass	Transform
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.9.5
Release:	10
Summary:	Standard interface to manipulate images using different libraries
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Image_Transform/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package was written to provide a simpler and cross-library
interface to doing image transformations and manipulations.

It provides :
 - support for GD, ImageMagick, Imagick and NetPBM,
 - files related functions,
 - addText,
 - Scale (by length, percentage, maximum X/Y),
 - Resize,
 - Rotate (custom angle),
 - Add border (soon),
 - Add shadow (soon).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/Examples/resize.php
%{_datadir}/pear/Examples/test.php
%{_datadir}/pear/Examples/test_netpbm.php
%{_datadir}/pear/data/Image_Transform/Docs/README
%{_datadir}/pear/data/Image_Transform/Examples/test.gif
%{_datadir}/pear/data/Image_Transform/Examples/test.jpg
%{_datadir}/pear/data/Image_Transform/Examples/test.png
%{_datadir}/pear/data/Image_Transform/Examples/test.tif
%{_datadir}/pear/data/Image_Transform/imgtests/images/image1.jpg
%{_datadir}/pear/data/Image_Transform/imgtests/images/norfolk_broads.jpg
%{_datadir}/pear/data/Image_Transform/imgtests/images/norfolk_broads.png
%{_datadir}/pear/data/Image_Transform/imgtests/norfolk_broads.jpg-GD
%{_datadir}/pear/imgtests/index.php
%{_datadir}/pear/imgtests/test.php
%{_datadir}/pear/imgtests/text.php



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.9.5-10
- (ec3c249) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13655 |14cu|php-pear-LiveUser-0.16.14-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		LiveUser
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	0.16.14
Release:	10
Summary:	User authentication and permission management framework
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/LiveUser/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Perm_LiveUser is a set of classes for dealing with user authentication
and permission management. Basically, there are three main elements
that make up this package:
- The LoginManager,
- The Auth containers,
- The Perm containers.

The LoginManager class takes care of the login process and can be
configured to use a certain permission container and one or more
different auth containers. That means, you can have your users' data
scattered amongst many data containers and have the LoginManager try
each defined container until the user is found. For example, you can
have all website users who can apply for a new account online on the
webserver's local database. Also, you want to enable all your
company's employees to login to the site without the need to create
new accounts for all of them. To achieve that, a second container can
be defined to be used by the LoginManager. You can also define a
permission container of your choice that will manage the rights for
each user. Depending on the container, you can implement any kind of
permission schemes for your application while having one consistent
API. Using different permission and auth containers, it's easily
possible to integrate newly written applications with older ones that
have their own ways of storing permissions and user data. Just make a
new container type and you're ready to go! Currently available are
RDBMS containers using PEAR::DB. More are soon to follow.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%doc %{upstream_name}-%{version}/sql
%{_datadir}/pear/%{_class}
%{_datadir}/pear/LiveUser.php
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.16.14-10
- (82be22c) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13656 |14cu|php-pear-LiveUser_Admin-0.4.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		LiveUser
%define		_subclass	Admin
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.4.0
Release:	11
Summary:	User authentication and permission management framework
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/LiveUser_Admin/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
LiveUser_Admin is meant to be used with the LiveUser package. It is
composed of all the classes necessary to administrate data used by
LiveUser.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/*.txt
%doc %{upstream_name}-%{version}/docs/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.4.0-11
- (a713d84) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13657 |14cu|php-pear-Log-1.12.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		    Log
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.12.9
Release:	1
Summary:	Logging Framework
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/Log-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch
# because it was broken out and the one doing it was pretty careless...
Conflicts:	php-pear < 1:1.9

%description
The Log package provides an abstracted logging framework. It includes output
handlers for log files, databases, syslog, email, Firebug, and the console. It
also provides composite and subject-observer logging mechanisms.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/* %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.12.9-1
- (9199113) Updated to 1.12.9 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13658 |14cu|php-pear-Mail-1.2.0-0.b1.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Mail
%define		pre		        b1
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.2.0
Release:	0.%{pre}.10
Summary:	Class that provides multiple interfaces for sending emails
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}%{pre}.tgz
Patch0:		Mail-1.2.0b1-CVE-2009-4023,4111.diff
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
PEAR's Mail package defines an interface for implementing mailers under the
PEAR hierarchy. It also provides supporting functions useful to multiple mailer
backends. Currently supported backends include: PHP's native mail() function,
sendmail, and SMTP. This package also provides a RFC822 email address list
validation utility class.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}%{pre}/%{upstream_name}.xml

%patch0 -p0 -b .CVE-2009-4023,4111

%install

cd %{upstream_name}-%{version}%{pre}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-0.b1.10
+ Revision: d1ed80d
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13659 |14cu|php-pear-Mail_IMAPv2-0.2.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Mail
%define		_subclass	IMAPv2
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.2.1
Release:	10
Summary:	Provides a c-client backend for webmail
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Mail_IMAPv2/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires:	php-imap
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Mail_IMAPv2 provides a simplified backend for working with the
c-client (IMAP) extension. It serves as an OO wrapper for commonly
used c-client functions. It provides structure and header parsing as
well as body retrieval.

Mail_IMAPv2 may be used as a webmail backend or as a component in a
mailing list manager.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.2.1-10
- (1cc14b5) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13660 |14cu|php-pear-Mail_Mbox-0.6.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Mail
%define		_subclass	Mbox
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.6.3
Release:	10
Summary:	Mbox PHP class to Unix MBOX parsing and using
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Mail_Mbox/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
It can split messages inside a Mbox, return the number of messages,
return, update or remove an specific message or add a message on the
Mbox.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.6.3-10
- (868e5da) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13661 |14cu|php-pear-Mail_Mime-1.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Mail
%define		_subclass	Mime
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.10.0
Release:	1
Summary:	Mail_Mime provides classes to create mime messages

License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/Mail_Mime-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Mail_Mime provides classes to deal with the creation and manipulation of mime
messages. It allows people to create Email messages consisting of:
* Text Parts
* HTML Parts
* Inline HTML Images
* Attachments
* Attached messages

Starting with version 1.4.0, it also allows non US-ASCII chars in filenames,
subjects, recipients, etc, etc.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.10.0-1
- (3f41c08) Updated to 1.10.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13662 |14cu|php-pear-Mail_mimeDecode-1.5.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Mail
%define		_subclass	mimeDecode
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.5.5
Release:	5
Summary:	Provides a class to decode mime messages
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Provides a class to deal with the decoding and interpreting of mime messages.
This package used to be part of the Mail_Mime package, but has been split off.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.5-5
+ Revision: aae7ef7
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13663 |14cu|php-pear-Math_BigInteger-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	BigInteger
%define		upstream_name	%{_class}_%{_subclass}

Summary:	Arbitrary precission integer arithmetic library
Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	3
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_BigInteger/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Pure-PHP arbitrary precission integer arithmetic library.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml


%changelog

* Fri Apr 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-3
- (5019006) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13664 |14cu|php-pear-Math_Matrix-0.8.7-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Matrix
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.8.7
Release:	17
Summary:	Class to represent matrices and matrix operations
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Matrix/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Matrices are represented as 2 dimensional arrays of numbers.
This class defines methods for matrix objects, as well as static
methods to read, write and manipulate matrices, including methods to
solve systems of linear equations (with and without iterative error
correction).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/data/Math_Matrix/contrib/eigen_math_matrix.txt



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.8.7-17
- (15b1129) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13665 |14cu|php-pear-Math_Quaternion-0.8.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Quaternion
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.8.0
Release:	16
Summary:	Classes that define Quaternions and their operations
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Quaternion/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Classes that represent and manipulate quaternions. Contain definitions
for basic arithmetic functions in a static class. Quaternions are an
extension of the idea of complex numbers, and a quaternion is defined as:
q = a + b*i + c*j + d*k
In 1844 Hamilton described a system in which numbers were composed of
a real part and 3 imaginary and independent parts (i,j,k), such that:
i^2 = j^2 = k^2 = -1 and
ij = k, jk = i, ki = j and
ji = -k, kj = -i, ik = -j
The above are known as "Hamilton's rules".

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/data/Math_Quaternion/uml/Math_Quaternion.dia
%{_datadir}/pear/data/Math_Quaternion/uml/Math_Quaternion.png



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.8.0-16
- (14e7d6c) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13666 |14cu|php-pear-Math_Stats-0.9.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Stats
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.9.1
Release:	17
Summary:	Classes to calculate statistical parameters
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Stats/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Classes to calculate statistical parameters of numerical arrays of
data. The data can be in a simple numerical array, or in a cummulative
numerical array. A cummulative array, has the value as the index and
the number of repeats as the value for the array item, e.g. $data =
array(3=>4, 2.3=>5, 1.25=>6, 0.5=>3). Nulls can be rejected, ignored
or handled as zero values.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/%{_class}/examples
rm -rf %{buildroot}%{_datadir}/pear/%{_class}/test

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/contrib/ignatius_reilly/f_cumulative_normal_dist.php
%{_datadir}/pear/contrib/ignatius_reilly/ndist_tabulated.php
%{_datadir}/pear/data/Math_Stats/contrib/ignatius_reilly/msg.txt



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.9.1-17
- (01d50db) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13667 |14cu|php-pear-Math_Vector-0.7.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Math
%define		_subclass	Vector
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.7.0
Release:	17
Summary:	Vector and vector operation classes
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Math_Vector/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Classes to represent Tuples, general Vectors, and 2D-/3D-vectors, as
well as a static class for vector operations.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.7.0-17
- (b2558aa) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13668 |14cu|php-pear-MDB-1.3.0-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		MDB
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.3.0
Release:	22
Summary:	Unified database API
Epoch:		1
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/MDB/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
MDB is a merge of PEAR's DB and Metabases that provides a unified DB
API. It also provides methods for DB portability and DB feature
emulation. Most notably it features a DB independent XML-Schema
manager.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/MAINTAINERS
%doc %{upstream_name}-%{version}/README
%doc %{upstream_name}-%{version}/TODO
%doc %{upstream_name}-%{version}/doc/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.3.0-22
+ Revision: 9dd2240
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13669 |14cu|php-pear-MDB2-2.5.0-0.0.b5.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		MDB2
%define		upstream_name	%{_class}
%define		beta b5

Name:		php-pear-%{upstream_name}
Version:	2.5.0
Release:	0.0.%{beta}.1
Summary:	Unified database API
Epoch:		2
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/MDB2/
Source0:	http://download.pear.php.net/package/MDB2-%{version}%{beta}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch
Suggests:	php-pear-MDB2_Driver_mysql
Suggests:	php-pear-MDB2_Driver_mysqli
Suggests:	php-pear-MDB2_Driver_pgsql
Suggests:	php-pear-MDB2_Driver_sqlite

%description
MDB2 is a merge of PEAR's DB and Metabases that provides a unified DB
API. It also provides methods for DB portability and DB feature
emulation. Most notably it features a DB independent XML-Schema
manager.

%prep
%setup -q -c -n %{name}-%{version}%{beta}
mv package.xml %{upstream_name}-%{version}%{beta}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}%{beta}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data/%{upstream_name}/LICENSE

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}%{beta}/docs/*
%doc %{upstream_name}-%{version}%{beta}/LICENSE
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:2.5.0-0.0.b5.1
+ Revision: f66bde7
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13670 |14cu|php-pear-MDB2_Driver_mysql-1.5.0-0.0.b4.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define        _class           MDB2
%define        _subclass        Driver_mysql
%define        upstream_name    %{_class}_%{_subclass}

%define			beta b4

Name:           php-pear-%{upstream_name}
Version:        1.5.0
Release:        0.0.%{beta}.1
Summary:	Mysql MDB2 driver
License:        PHP License
Group:          Development/PHP
URL:            http://pear.php.net/package/MDB2_Driver_mysql/
Source0:        http://download.pear.php.net/package/MDB2_Driver_mysql-%{version}%{beta}.tgz
Requires:       php-mysql
Requires(post): php-pear
Requires(preun): php-pear
Requires:       php-pear
BuildRequires:  php-pear
BuildArch:      noarch
Epoch:		1

%description
MDB2 MySQL driver.

%prep
%setup -q -c -n %{name}-%{version}%{beta}
mv package.xml %{upstream_name}-%{version}%{beta}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}%{beta}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.5.0-0.0.b4.1
+ Revision: d8f6da9
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13671 |14cu|php-pear-MDB2_Driver_mysqli-1.5.0-0.0.b4.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define        _class           MDB2
%define        _subclass        Driver_mysqli
%define        upstream_name    %{_class}_%{_subclass}
%define			beta b4

Name:           php-pear-%{upstream_name}
Version:        1.5.0
Release:        0.0.%{beta}.1
Summary:	Mysqli MDB2 driver
Epoch:          1
License:        PHP License
Group:          Development/PHP
URL:            http://pear.php.net/package/MDB2_Driver_mysqli/
Source0:        http://download.pear.php.net/package/MDB2_Driver_mysqli-%{version}%{beta}.tgz
Requires:       php-mysqli
Requires(post): php-pear
Requires(preun): php-pear
Requires:       php-pear
BuildRequires:  php-pear
BuildArch:      noarch

%description
MDB2 MySQLi driver.

%prep
%setup -q -c -n %{name}-%{version}%{beta}
mv package.xml %{upstream_name}-%{version}%{beta}/%{upstream_name}.xml

%install
cd %{upstream_name}-%{version}%{beta}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.5.0-0.0.b4.1
+ Revision: b1fcde4
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13672 |14cu|php-pear-MDB2_Driver_pgsql-1.5.0-0.0.b4.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define        _class           MDB2
%define        _subclass        Driver_pgsql
%define        upstream_name    %{_class}_%{_subclass}
%define			beta 			b4

Name:           php-pear-%{upstream_name}
Version:        1.5.0
Release:        0.0.%{beta}.1
Summary:	Pgsql MDB2 driver
Epoch:          1
License:        PHP License
Group:          Development/PHP
URL:            http://pear.php.net/package/MDB2_Driver_pgsql/
Source0:        http://download.pear.php.net/package/MDB2_Driver_pgsql-%{version}%{beta}.tgz
Requires:	php-pgsql
Requires(post): php-pear
Requires(preun): php-pear
Requires:       php-pear
BuildRequires:  php-pear
BuildArch:      noarch

%description
MDB2 pgsql driver.

%prep
%setup -q -c -n %{name}-%{version}%{beta}
mv package.xml %{upstream_name}-%{version}%{beta}/%{upstream_name}.xml

%install
cd %{upstream_name}-%{version}%{beta}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.5.0-0.0.b4.1
+ Revision: 9c167a8
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13673 |14cu|php-pear-MDB2_Schema-0.8.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		MDB2
%define		_subclass	Schema
%define		upstream_name	%{_class}_%{_subclass}
%define __noautoreq /usr/bin/php

Name:		php-pear-%{upstream_name}
Version:	0.8.5
Release:	10
Summary:	XML based database schema manager
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/MDB2_Schema/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
PEAR::MDB2_Schema enables users to maintain RDBMS independant schema
files in XML that can be used to create, alter and drop database
entities and insert data into a database. Reverse engineering database
schemas from existing databases is also supported. The format is
compatible with both PEAR::MDB and Metabase.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_bindir}/mdb2_schematool
%{_localstatedir}/www/html/mdb2_schematool/action.php
%{_localstatedir}/www/html/mdb2_schematool/class.inc.php
%{_localstatedir}/www/html/mdb2_schematool/index.php
%{_localstatedir}/www/html/mdb2_schematool/result.php



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.8.5-10
- (687e4c6) Fix requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13674 |14cu|php-pear-MDB_QueryTool-1.2.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		MDB
%define		_subclass	QueryTool
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.3
Release:	9
Summary:	An OO-interface for easily retrieving and modifying data in a DB
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/MDB_QueryTool/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package is an OO-abstraction to the SQL-Query language, it
provides methods such as setWhere, setOrder, setGroup, setJoin, etc.
to easily build queries. It also provides an easy to learn interface
that interacts nicely with HTML-forms using arrays that contain the
column data, that shall be updated/added in a DB. This package bases
on an SQL-Builder which lets you easily build SQL-Statements and
execute them. NB: this is just a MDB porting from the original
DB_QueryTool written by Wolfram Kriesing and Paolo Panto
(vision:produktion, wk@visionp.de).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.2.3-9
- (e577690) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13675 |14cu|php-pear-MIME_Type-1.3.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		MIME
%define		_subclass	Type
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.4
Release:	5
Summary:	Utility class for dealing with MIME types
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/MIME_Type/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides functionality for dealing with MIME types.
- Parse MIME type.
- Supports full RFC2045 specification.
- Many utility functions for working with and determining info about
  types.
- Most functions can be called statically.
- Autodetect a file's MIME-type, either with mime_content_type() or
  the 'file' command.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.3.4-5
- (b32a723) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13676 |14cu|php-pear-Net_Cyrus-0.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Cyrus
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.2
Release:	3
Summary:	An API for the administration of Cyrus IMAP servers
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Cyrus/
Source0:	http://download.pear.php.net/package/Net_Cyrus-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
API for the administration of Cyrus IMAP servers. It can be used to
create,delete and modify users and it's properties (Quota and ACL)

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/tests
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-3
+ Revision: 35e2a5f
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13677 |14cu|php-pear-Net_DNSBL-1.3.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	DNSBL
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.7
Release:	5
Summary:	DNSBL Checker
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_DNSBL/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Checks if a given Host or URL is listed on an DNSBL or SURBL.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

# nuke useless(?) files
rm -rf %{buildroot}%{_datadir}/pear/data/Net_DNSBL/build.xml

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.3.7-5
- (dbe966b) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13678 |14cu|php-pear-Net_GameServerQuery-0.3.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	GameServerQuery
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.0
Release:	17
Summary:	Interface to query a game server
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_GameServerQuery/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Net_GameServerQuery is an object for querying game servers.
Currently only supports basic "status" information.
Built in support for over 20 games.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.3.0-17
- (65652e2) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13679 |14cu|php-pear-Net_HL7-0.1.1-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	HL7
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.1.1
Release:	15
Summary:	HL7 messaging API
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_HL7/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides an HL7 API for creating, sending and
manipulating HL7 messages. HL7 is a protocol on the 7th OSI layer
(hence the '7' in HL7) for messaging in Health Care environments. HL7
means 'Health Level 7'. HL7 is a protocol with a wealth of semantics
that defines hundreds of different messages and their meaning, but
also defines the syntactics of composing and sending messages. The API
is focused on the syntactic level of HL7, so as to remain as flexible
as possible. The package is a translation of the Perl HL7 Toolkit and
will be kept in sync with this initiative.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.1.1-15
- (b630bae) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13680 |14cu|php-pear-Net_LDAP2-2.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	LDAP2
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	2.1.0
Release:	4
Summary:	OO interface for searching and manipulating LDAP-entries
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_LDAP2
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
%{upstream_name} is a clone of Perl's Net::LDAP object interface to
ldapservers. It does not contain all of Net::LDAP features (ldif
handling, schemas, etc), but has:
- a simple OO interface to connections, searches and entries
- support for TLS and ldap v3
- simple modification, deletion and creation of ldapentries

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/doc/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 2.1.0-4
- (f7db842) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13681 |14cu|php-pear-Net_LDAP3-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)

%global pear_name Net_LDAP3
%global php php

# Not yet an actual PEAR package ...

Name:               php-pear-Net_LDAP3
Version:            1.0.4
Release:            2
Summary:            Object oriented interface for searching and manipulating LDAP-entries
Group:              Development/PHP
License:            LGPLv3
URL:                http://kolab.org
Source0:            pear-Net-LDAP3-%{version}.tar.gz
BuildArch:          noarch

Requires:           mozldap-tools >= 6.0.5
Requires:           php-ldap
Requires:           php-pear-Net_LDAP2
Provides:           php-pear(%{pear_name}) = %{version}-%{release}

%description
Net_LDAP3 is an LDAPv3 compatible enhancement to Net_LDAP2

%prep
%setup -qn pear-Net-LDAP3-%{version}

%build

%install
mkdir -p %{buildroot}%{peardir}
cp -a lib/Net %{buildroot}%{peardir}/.

%files
%doc LICENSE
%{peardir}/*

%changelog

* Wed Jul 20 2016 Denis Silakov <dsilakov@gmail.com> 1.0.4-2
- (725d840) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13682 |14cu|php-pear-Net_LMTP-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	LMTP
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	3
Summary:	An implementation of the RFC2033 LMTP protocol
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_LMTP/
Source0:	http://download.pear.php.net/package/Net_LMTP-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides an implementation of the RFC2033 LMTP using
PEAR's Net_Socket and Auth_SASL class.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/test_lmtp.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: fe4ef04
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13683 |14cu|php-pear-Net_NNTP-1.5.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	NNTP
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.5.0
Release:	9
Summary:	Communicate with an NNTP server
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_NNTP/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Complete class for communicating with an NNTP server (this is: the
USENET), including: post, view, list, authentication, overview, header
manipulation, NNTP commands debugger, etc.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.5.0-9
- (833e8fe) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13684 |14cu|php-pear-Net_Server-1.0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Server
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.3
Release:	9
Summary:	Generic server class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Server/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Generic server class based on ext/sockets, used to develop any kind of
server.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/data/Net_Server/README




%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.0.3-9
- (5f34935) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13685 |14cu|php-pear-Net_Sieve-1.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Sieve
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.4
Release:	1
Summary:	Handles talking to timsieved
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Sieve/
Source0:	http://download.pear.php.net/package/Net_Sieve-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Net_Socket >= 1.0
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides an API to talk to the timsieved server that comes with Cyrus
IMAPd. Can be used to install, remove, mark active etc sieve scripts.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-1
- (5c3fa1a) Updated to 1.3.4 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13686 |14cu|php-pear-Net_SmartIRC-1.1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	SmartIRC
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.4
Release:	5
Summary:	IRC client class
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_SmartIRC/	
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Net_SmartIRC is a PHP class for communication with IRC networks, which
conforms to the RFC 2812 (IRC protocol). It's an API that handles all
IRC protocol messages. This class is designed for creating IRC bots,
chats and show irc related info on webpages.

Featurelist:
- actionhandler for the API
- messagehandler for the API
- send/receive floodprotection
- detects and changes nickname on nickname collisions
- time events
- full object oriented programmed
- autoreconnect
- debugging/logging system
- supports fsocks and PHP socket extension
- supports PHP 4.1.x to 4.3.0
- sendbuffer with priority levels
- channel synching (tracking of users/modes/topic etc in variables)
- IRC functions: op, deop, voice, devoice, ban, unban, join, part,
  action, message, query, ctcp, mode, topic, nick, invite

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.1.4-5
- (ff5bea5) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13687 |14cu|php-pear-Net_SMPP_Client-0.4.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	SMPP
%define		upstream_name	%{_class}_%{_subclass}_Client

Name:		php-pear-%{upstream_name}
Version:	0.4.1
Release:	9
Summary:	SMPP v3.4 client
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_SMPP_Client/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires: php-pear
BuildArch:	noarch

%description
Net_SMPP_Client is a package for communicating with SMPP servers,
built with Net_SMPP. It can be used to send SMS messages, among other
things.

Features:
- PDU stack keeps track of which PDUs have crossed the wire
- Keeps track of the connection state, and won't let you send PDUs if
  the state is incorrect.
- Supports SMPP vendor extensions.

%prep
%setup -qc
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/data/Net_SMPP_Client/README



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.4.1-9
- (bcd3a9e) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13688 |14cu|php-pear-Net_SMTP-1.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	SMTP
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.7.1
Release:	1
Summary:	An implementation of the SMTP protocol
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/Net_SMTP-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Provides an implementation of the SMTP protocol using PEAR's Net_Socket class.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.7.1-1
- (4a48aff) Updated to 1.7.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13689 |14cu|php-pear-Net_URL-1.0.15-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	URL
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.15
Release:	11
Summary:	Easy parsing of URLs
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_URL/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides easy parsing of URLs and their constituent parts.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.15-11
+ Revision: e1e83f4
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13690 |14cu|php-pear-Net_URL2-2.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	URL2
%define		upstream_name	%{_class}_%{_subclass}

Summary:	Class for parsing and handling URL
Name:		php-pear-%{upstream_name}
Version:	2.1.1
Release:	3
License:	BSD
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_URL2/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides parsing of URLs into their constituent parts (scheme, host, path
etc.), URL generation, and resolving of relative URLs.

%prep

%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog

* Fri Apr 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-3
- (5cf6017) Updated to 2.1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13691 |14cu|php-pear-Numbers_Words-0.18.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Numbers
%define		_subclass	Words
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.18.1
Release:	5
Summary:	Provides methods for spelling numerals in words
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Numbers_Words/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-gd
BuildArch:	noarch
BuildRequires:	php-pear

%description
With Numbers_Words class you can convert numbers written in arabic
digits to words in several languages. You can convert an integer
between -infinity and infinity. If your system does not support such
long numbers you can call Numbers_Words::toWords() with just a string.

The following languages are supported (in alphabetical order):
- bg (Bulgarian) by Kouber Saparev
- de (German)
- ee (Estonian) by Erkki Saarniit
- en_100 (Donald Knuth system, English)
- en_GB (Britich English)
- en_US (American English)
- es (Spanish Castellano) by Xavier Noguer
- es_AR (Argentinian Spanish) by Martin Marrese
- fr (French) by Kouber Saparev
- id (Indonesian) by Ernas M. Jamil
- it_IT (Italian) by Filippo Beltramini and Davide Caironi
- pl (Polish)
- pt_BR (Brazilian Portuguese) by Marcelo Subtil Marcal
- ru (Russian) by Andrey Demenev
- sv (Swedish) by Robin Ericsson


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/README
%doc %{upstream_name}-%{version}/ChangeLog
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.18.1-5
- (ed778cd) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13692 |14cu|php-pear-Payment_DTA-1.4.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Payment
%define		_subclass	DTA
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.4.3
Release:	4
Summary:	Creates DTA files containing money transactions (Germany)
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Payment_DTA/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} provides function to create DTA files used in Germany to
exchange information about money transactions with banks or online
banking programs.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}/*.php
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/data/Payment_DTA/nbproject/private/config.properties
%{_datadir}/pear/data/Payment_DTA/nbproject/private/private.properties
%{_datadir}/pear/data/Payment_DTA/nbproject/project.properties
%{_datadir}/pear/data/Payment_DTA/nbproject/project.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.4.3-4
- (795e5cb) Turn URL back to Source, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13693 |14cu|php-pear-PEAR_Command_Packaging-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PEAR
%define		_subclass	Command
%define		upstream_name	%{_class}_%{_subclass}_Packaging

Name:		php-pear-%{upstream_name}
Version:	0.3.0
Release:	3
Summary:	Create RPM spec files from PEAR modules
License:	PHP License
Group:		Development/PHP
URL:        http://pear.php.net/package/PEAR_Command_Packaging
Source0:	http://download.pear.php.net/package/PEAR_Command_Packaging-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This command is an improved implementation of the standard PEAR "makerpm" 
command, and contains several enhancements that make it far more flexible. 
Similar functions for other external packaging mechanisms may be added at
a later date.

Enhanced features over the original PEAR "makerpm" command include:

- Ability to define a release on the command line
- Allows more advanced customisation of the generated package name
- Allows virtual Provides/Requires that differ in format from the package name
  format
- tries to intelligently distinguish between PEAR and PECL when generating
  packages

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-3
+ Revision: e947521
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13694 |14cu|php-pear-PEAR_Frontend_Web-0.7.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PEAR
%define		_subclass	Frontend
%define		upstream_name	%{_class}_%{_subclass}_Web

Name:		php-pear-%{upstream_name}
Version:	0.7.5
Release:	7
Summary:	HTML (Web) PEAR package manager
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PEAR_Frontend_Web/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Provides:	pear(Frontend)
BuildRequires:	php-pear
BuildArch:	noarch

%description
Web interface to the PEAR package manager. Needed only when you want
to use PEAR from their CVS.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean


%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/pearfrontendweb.php
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog

* Thu Sep 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7.5-7
- (5717505) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13695 |14cu|php-pear-PEAR_RemoteInstaller-0.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PEAR
%define		_subclass	Command
%define		upstream_name	%{_class}_RemoteInstaller

Name:		php-pear-%{upstream_name}
Version:	0.3.2
Release:	3
Summary:	PEAR Remote installation plugin through FTP
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PEAR_RemoteInstaller/
Source0:	http://download.pear.php.net/package/PEAR_RemoteInstaller-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Originally part of the 1.4.0 new features, remote installation
through FTP is now its own package. This package adds the commands
"remote-install" "remote-upgrade" "remote-uninstall" and 
"remote-upgrade-all" to the PEAR core.
    
To take advantage, you must have a config file on the remote ftp
server and full access to the server to create and remove files.
The config-create command can be used to get started, and the
remote_config configuration variable is set to the full URL as
in "ftp://ftp.example.com/path/to/pear.ini"
 
After this is done, install/upgrade as normal using the remote*
commands as if they were local.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-3
+ Revision: d9cfaf9
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13696 |14cu|php-pear-PHP_Beautifier-0.1.15-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PHP
%define		_subclass	Beautifier
%define		upstream_name	%{_class}_%{_subclass}
%define __noautoreq /usr/bin/php

Name:		php-pear-%{upstream_name}
Version:	0.1.15
Release:	8
Summary:	Beautifier for PHP

License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PHP_Beautifier/
Source0:	http://pecl.php.net/get/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This program reformat and beautify PHP source code files
automatically.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data/%{upstream_name}/licenses
rm -f %{buildroot}%{_bindir}/*.bat

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/examples
%doc %{upstream_name}-%{version}/licenses
%{_bindir}/php_beautifier
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/data/PHP_Beautifier/tests/Beautifier/Beautifier.tar.bz2
%{_datadir}/pear/data/PHP_Beautifier/tests/Beautifier/Beautifier.tar.gz
%{_datadir}/pear/data/PHP_Beautifier/tests/Beautifier/Filter/pear_sample_file.phps




%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.1.15-8
- (44ae31e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13697 |14cu|php-pear-PHP_CodeCoverage-1.2.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHP_CodeCoverage

Summary:	Library that provides collection, processing, and rendering functionality
Name:		php-pear-%{upstream_name}
Version:	1.2.17
Release:	2
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHP_CodeCoverage-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-pear-File_Iterator >= 1.3.0
Suggests:	php-pear-PHP_TokenStream >= 1.1.0
Suggests:	php-pear-Text_Template >= 1.1.1
Suggests:	php-dom
Suggests:	php-xdebug >= 2.0.5

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a Library that provides collection, processing, and
rendering functionality for PHP code coverage information for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/PHP/CodeCoverage
%{_datadir}/pear/PHP/*.php
%{_datadir}/pear/packages/PHP_CodeCoverage.xml

%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.2.17-2
- (5f0c728) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13698 |14cu|php-pear-PHP_Compat-1.6.0a3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PHP
%define		_subclass	Compat
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.6.0a3
Release:	3
Summary:	Provides missing functionality for older versions of PHP
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PHP_Compat/
Source0:	http://download.pear.php.net/package/PHP_Compat-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
PHP_Compat provides missing functionality in the form of Constants and
Functions for older versions of PHP.

Constants:
- E_STRICT
- PATH_SEPERATOR
- ...

Functions:
- file_get_contents
- file_put_contents
- is_a
- scandir
- array_combine
- ...

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0a3-3
+ Revision: 43242c6
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13699 |14cu|php-pear-PHP_Fork-0.3.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PHP
%define		_subclass	Fork
%define		_status		beta
%define		_pearname	%{_class}_%{_subclass}

%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear(Snoopy.class.php)'
%else
%define		_requires_exceptions pear(Snoopy.class.php)
%endif

Summary:	%{_pearname} - Wrapper for pcntl_fork() with Java-like API
Name:		php-pear-%{_pearname}
Version:	0.3.2
Release:	12
License:	PHP License
Group:		Development/PHP
Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
URL:		http://pear.php.net/package/PHP_Fork/
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-shmop
Requires:	php-pcntl
BuildArch:	noarch
BuildRequires:	dos2unix

%description
PHP_Fork class. Wrapper around the pcntl_fork() stuff with a API set
like Java language. Practical usage is done by extending this class,
and re-defining the run() method.

This way PHP developers can enclose logic into a class that extends
PHP_Fork, then execute the start() method that forks a child process.
Communications with the forked process is ensured by using a Shared
Memory Segment; by using a user-defined signal and this shared memory
developers can access to child process methods that returns a
serializable variable.

The shared variable space can be accessed with the two methods:
- void setVariable($name, $value)
- mixed getVariable($name)

$name must be a valid PHP variable name;
$value must be a variable or a serializable object.

Resources (db connections, streams, etc.) cannot be serialized and so
they're not correctly handled.

In PEAR status of this package is: %{_status}.

%prep

%setup -q -c

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# strip away annoying ^M
find -type f | grep -v ".gif" | grep -v ".png" | grep -v ".jpg" | xargs dos2unix

%install
install -d %{buildroot}%{_datadir}/pear/%{_class}

install %{_pearname}-%{version}/*.php %{buildroot}%{_datadir}/pear/%{_class}

install -d %{buildroot}%{_datadir}/pear/packages
install -m0644 package.xml %{buildroot}%{_datadir}/pear/packages/%{_pearname}.xml

%post
if [ "$1" = "1" ]; then
	if [ -x %{_bindir}/pear -a -f %{_datadir}/pear/packages/%{_pearname}.xml ]; then
		%{_bindir}/pear install --nodeps -r %{_datadir}/pear/packages/%{_pearname}.xml
	fi
fi
if [ "$1" = "2" ]; then
	if [ -x %{_bindir}/pear -a -f %{_datadir}/pear/packages/%{_pearname}.xml ]; then
		%{_bindir}/pear upgrade -f --nodeps -r %{_datadir}/pear/packages/%{_pearname}.xml
	fi
fi

%preun
if [ "$1" = 0 ]; then
	if [ -x %{_bindir}/pear -a -f %{_datadir}/pear/packages/%{_pearname}.xml ]; then
		%{_bindir}/pear uninstall --nodeps -r %{_pearname}
	fi
fi

%files
%defattr(644,root,root,755)
%doc %{_pearname}-%{version}/examples
%{_datadir}/pear/%{_class}/*.php
%{_datadir}/pear/packages/%{_pearname}.xml





%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 0.3.2-12
- (9cbf12f) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13700 |14cu|php-pear-PHP_Invoker-1.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHP_Invoker

Summary:	Utility class for invoking callables with a timeout
Name:		php-pear-%{upstream_name}
Version:	1.1.3
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHP_Invoker-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-pcntl
BuildRequires:	php-cli

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a Utility class for invoking callables with a timeout for
PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%doc %{upstream_name}-%{version}/README.markdown
%{_datadir}/pear/PHP/Invoker
%{_datadir}/pear/PHP/*.php
%{_datadir}/pear/packages/PHP_Invoker.xml




%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.1.3-4
- (faa0cba) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13701 |14cu|php-pear-PHP_Timer-1.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHP_Timer

Summary:	Utility class for timing
Name:		php-pear-%{upstream_name}
Version:	1.0.5
Release:	3
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHP_Timer-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a Utility class for timing for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/PHP/Timer
%{_datadir}/pear/PHP/*.php
%{_datadir}/pear/packages/PHP_Timer.xml




%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.0.5-3
- (200ec7f) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13702 |14cu|php-pear-PHP_TokenStream-1.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHP_TokenStream

Summary:	Wrapper around PHP's tokenizer extension
Name:		php-pear-%{upstream_name}
Version:	1.2.2
Release:	3
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHP_TokenStream-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-tokenizer

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides a Wrapper around PHP's tokenizer extension for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/PHP/Token
%{_datadir}/pear/PHP/*.php
%{_datadir}/pear/packages/PHP_TokenStream.xml




%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.2.2-3
- (fc77485) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13703 |14cu|php-pear-PHPUnit-3.7.34-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHPUnit
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

%define __noautoreq /usr/bin/php

Name:		php-pear-%{upstream_name}
Version:	3.7.34
Release:	3
Summary:	Regression testing framework for unit tests

License:	BSD License
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHPUnit-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear >= 1.9.4
Requires:	php-channel-phpunit
Requires:	php-pear-File_Iterator >= 1.3.0
Requires:	php-pear-Text_Template >= 1.1.1
Requires:	php-pear-PHP_CodeCoverage
Requires:	php-pear-PHP_CodeCoverage >= 1.2.1
Requires:	php-pear-PHP_CodeCoverage <= 1.2.99
Requires:	php-pear-PHP_Timer >= 1.0.2
Requires:	php-pear-PHP_Timer <= 1.0.99
Requires:	php-pear-PHPUnit_MockObject >= 1.2.0
Requires:	php-pear-Symfony2_Yaml >= 2.0.0
Requires:	php-pear-Symfony2_Yaml <= 2.99.99
BuildArch:	noarch
BuildRequires:	php-pear >= 1.9.4
BuildRequires:	php-channel-phpunit


%description
The PHP Unit Testing framework.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .


# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/PHPUnit.xml


%post
pear install --nodeps --soft --force --register-only %{xmldir}/PHPUnit.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.phpunit.de/PHPUnit
fi

%files
%doc docs/PHPUnit/*
%{peardir}/*
%{_bindir}/phpunit
%{xmldir}/PHPUnit.xml



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 3.7.34-3
- (fb9501e) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13704 |14cu|php-pear-PHPUnit_Selenium-1.3.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHPUnit_Selenium

Summary:	Selenium RC integration for PHPUnit
Name:		php-pear-%{upstream_name}
Version:	1.3.3
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHPUnit_Selenium-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides Selenium RC integration for PHPUnit for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/packages/PHPUnit_Selenium.xml
%{_datadir}/pear/PHPUnit/Extensions/*



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.3.3-4
- (dbf5e38) Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13705 |14cu|php-pear-PHPUnit_Story-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name PHPUnit_Story

Summary:	Story extension for PHPUnit to facilitate Behaviour-Driven Development
Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	3
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/PHPUnit_Story-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides Story extension for PHPUnit to facilitate
Behaviour-Driven Development.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/ChangeLog.markdown
%doc %{upstream_name}-%{version}/LICENSE
%{_datadir}/pear/PHPUnit/Extensions/Story
%{_datadir}/pear/packages/PHPUnit_Story.xml




%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.0.2-3
- (dc78879) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13706 |14cu|php-pear-Structures_DataGrid-0.9.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Structures
%define		_subclass	DataGrid
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.9.3
Release:	10
Summary:	Create grid like structure based on a record set of data
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Structures_DataGrid/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package offers a toolkit to render out a datagrid in HTML format
as well as many other formats such as an XML Document, an Excel
Spreadsheet, a Smarty Template and more. It also offers paging and
sorting functionality to limit the data that is presented. This
concept is based on the .NET Framework DataGrid.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3-10
- (92bf53f) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13707 |14cu|php-pear-Symfony2_Yaml-2.3.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name Symfony2_Yaml
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name:		php-pear-%{upstream_name}
Version:	2.3.6
Release:	2
Summary:	The Symfony2 YAML Component
License:	MIT
Group:		Development/PHP
URL: 		http://pear.symfony.com/package/Yaml
Source0: 	http://pear.symfony.com/get/Yaml-%{version}.tgz
BuildRequires:	php-pear
BuildRequires:	php-pear-channel-symfony2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-channel-symfony2
Obsoletes:	php-symfony-YAML
BuildArch:	noarch

%description
Symfony2 Yaml Component

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

mv %{buildroot}/docs .


# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Yaml.xml

%clean

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Yaml.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.symfony.com/Yaml
fi

%files
%doc docs/Yaml/*
%{peardir}/*
%{xmldir}/Yaml.xml




%changelog

* Thu Jul 02 2015 Rosa <rosa@abf.rosalinux.ru> 2.3.6-2
- (5116e74) Automatic import for version 2.3.6-2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13708 |14cu|php-pear-Text_Diff-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Text
%define		_subclass	Diff
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.1
Release:	1
Summary:	Engine for performing and rendering text diffs
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Text_Diff/
Source0:	http://download.pear.php.net/package/Text_Diff-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch


%description
This package provides a text-based diff engine and renderers for
multiple diff output formats. 

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.2.1-1
- (f674647) Updated to 1.2.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13709 |14cu|php-pear-Text_Highlighter-0.7.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Text
%define		_subclass	Highlighter
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.7.3
Release:	3
Summary:	Syntax highlighting
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Text_Highlighter/
Source0:	http://download.pear.php.net/package/Text_Highlighter-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Text_Highlighter is a package for syntax highlighting.

It provides a base class providing all the functionality, and a
descendent classes geneator class.

The main idea is to simplify creation of subclasses implementing
syntax highlighting for particular language. Subclasses do not
implement any new functionality, they just provide syntax
highlighting rules. The rules sources are in XML format.

To create a highlighter for a language, there is no need to code a new
class manually. Simply describe the rules in XML file and use
Text_Highlighter_Generator to create a new class.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data/TODO

rm -f %{buildroot}%{_bindir}/generate*

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/README
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-3
+ Revision: 2b44ed7
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13710 |14cu|php-pear-Text_Template-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  upstream_name Text_Template

Summary:	Simple template engine for PHPUnit
Name:		php-pear-%{upstream_name}
Version:	1.2.0
Release:	4
License:	BSD
Group:		Development/PHP
URL:		http://www.phpunit.de/
Source0:	http://pear.phpunit.de/get/Text_Template-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-cli >= 3:5.2.1
Requires:	php-pear >= 1:1.9.4
Requires:	php-channel-phpunit
BuildArch:	noarch
BuildRequires:	php-pear
BuildRequires:	php-channel-phpunit
Suggests:	php-pear-PHPUnit >= 3.6.3
Suggests:	php-soap

%description
PHPUnit is a regression testing framework used by the developer who implements
unit tests in PHP.

This package provides the Simple template engine for PHPUnit.

%prep

%setup -q -c 
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%build

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog.md
%doc %{upstream_name}-%{version}/LICENSE
%doc %{upstream_name}-%{version}/README.md
%{_datadir}/pear/Text/Template
%{_datadir}/pear/Text/*.php
%{_datadir}/pear/packages/Text_Template.xml


%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-4
- (36e5400) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13711 |14cu|php-pear-Tree-0.3.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Tree
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	0.3.7
Release:	3
Summary:	Generic tree management
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Tree/
Source0:	http://download.pear.php.net/package/Tree-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides methods to read and manipulate trees, which are stored in the
DB or an XML file. The trees can be stored in the DB either as nested
trees or as simple trees ('brain dead method'), which use
parentId-like structure. Currently XML data can only be read from a
file and accessed. The package offers a big number of methods to
access and manipulate trees. For example methods like: getRoot,
getChild[ren], getParent, getPath and many more. There are two ways of
retrieving the data from the place where they are stored, one is by
reading the entire tree into the memory - the Memory way. The other is
reading the tree nodes as needed (very useful in combination with huge
trees and the nested set model). The package is designed that way that
it is possible to convert/copy tree data from either structure to
another (from XML into DB).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.7-3
+ Revision: 8463ef4
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13712 |14cu|php-pear-Validate-0.8.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Validate
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	0.8.5
Release:	3
Summary:	Validation class
License:	BSD
Group:		Development/PHP
URL:		http://pear.php.net/package/Validate/
Source0:	http://download.pear.php.net/package/Validate-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Package to validate various datas. It includes :
- numbers (min/max, decimal or not),
- email (syntax, domain check),
- string (predifined type alpha upper and/or lowercase, numeric,...),
- date (min, max),
- Credit cards,
- possibility valid multiple data with a single method call
  (::multiple).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.5-3
+ Revision: 0e9ff73
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13713 |14cu|php-pear-VFS-0.3.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_class	VFS
%define	modname	%{_class}
%define	__noautoreq /usr/bin/php

Summary:	Virtual File System API
Name:		php-pear-%{modname}
Version:	0.3.0
Release:	10
License:	PHP License
Group:		Development/PHP
Url:		http://pear.php.net/package/VFS/
Source0:	http://download.pear.php.net/package/%{modname}-%{version}.tgz
Patch0:		php-pear-VFS-0.3.0-fix-path.diff
BuildArch:	noarch
BuildRequires:	php-pear
Requires(post,preun):	php-pear
Requires:	php-pear

%description
This package provides a Virtual File System API, with backends for:
- SQL
- FTP
- Local Filesystems
- Hybrid SQL and filesystem

... and more planned. Reading/writing/listing of files are all
supported, and there are both object-based and array-based interfaces
to directory listing.

%prep
%setup -qc
%apply_patches
mv package.xml %{modname}-%{version}/%{modname}.xml

%install
cd %{modname}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{modname}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{modname}.xml %{buildroot}%{_datadir}/pear/packages

# bork
mv %{buildroot}%{_datadir}/pear/lib/VFS/kolab.php %{buildroot}%{_datadir}/pear/%{_class}/

%files
%{_bindir}/vfs
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/data/%{_class}
%{_datadir}/pear/packages/%{modname}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-10
+ Revision: 1fe262a
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13714 |14cu|php-pear-XML_FOAF-0.4.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	FOAF
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.4.0
Release:	8
Summary:	Provides the ability to manipulate FOAF RDF/XML
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_FOAF/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
XML_FOAF allows advanced users to create advanced FOAF files.
The FOAF Project can be found at http://www.foaf-project.org/ -
XML_FOAF_Parser and XML_FOAF_Lite will follow before 1.0.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/data/XML_FOAF/README





%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-8
- (717921e) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13715 |14cu|php-pear-XML_RPC2-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	RPC2
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.2
Release:	4
Summary:	XML-RPC client/server library
License:	LGPL
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_RPC2/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post):	php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
XML_RPC2 is a pear package providing XML_RPC client and server services. 
XML-RPC is a simple remote procedure call protocol built using HTTP as 
transport and XML as encoding.

As a client library, XML_RPC2 is capable of creating a proxy class which 
exposes the methods exported by the server. As a server library, XML_RPC2 
is capable of exposing methods from a class or object instance, seamlessly 
exporting local methods as remotely callable procedures.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean


fi

%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-4
- (8fb8110) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13716 |14cu|php-pear-XML_Serializer-0.20.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	Serializer
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.20.2
Release:	3
Summary:	Class to build XML documents from data structures
License:	BSD
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_Serializer/
Source0:	http://download.pear.php.net/package/XML_Serializer-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} serializes complex data structures like arrays or objects
as XML documents. This class helps you generating any XML document you
require without the need for DOM.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/doc
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.2-3
+ Revision: 7c82ff6
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13717 |14cu|php-pear-XML_sql2xml-0.3.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	sql2xml
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.4
Release:	10
Summary:	Returns XML from a SQL-query
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_sql2xml/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This class takes a PEAR::DB-Result Object, a sql-query-string, an
array and/or an xml-string/file and returns a xml-representation of
it.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/doc/*
%doc %{upstream_name}-%{version}/%{_subclass}_ext.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.4-10
+ Revision: 55a99ec
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13718 |14cu|php-pear-XML_Statistics-0.2.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	Statistics
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.2.0
Release:	16
Summary:	Obtain statistical information from an XML documents
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_Statistics/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
XML_Statistics is able to retrieve statistics about tags, attributes,
entities, processing instructions and CDaata chunks in any XML document.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-16
- (2ef2fc2) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13719 |14cu|php-pear-XML_SVG-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	SVG
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.0
Release:	3
Summary:	XML_SVG API
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_SVG/
Source0:	http://download.pear.php.net/package/XML_SVG-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides and object-oriented way of building SVG
documents.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-3
+ Revision: 1b07fdb
- Spec cleanup, move package to contrib repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13720 |14cu|php-pear-XML_Transformer-1.1.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	Transformer
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.2
Release:	9
Summary:	XML transformations in PHP
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_Transformer/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
With the XML_Transformer class one can easily bind PHP functionality
to XML tags, thus transforming the input XML tree into an output XML
tree without the need for XSLT. Single XML elements can be overloaded
with PHP functions, methods and static method calls, XML namespaces
can be registered to be handled by PHP classes.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

perl -pi -e "s|PHPUnit2|PHPUnit|g" %{upstream_name}-%{version}/Transformer/Tests/*

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/README
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-9
- (a4d11e7) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13721 |14cu|php-pear-XML_XUL-0.9.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	XUL
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.9.1
Release:	9
Summary:	Class to build Mozilla XUL applications
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_XUL/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The XML User Interface Language (XUL) is a markup language for
describing user interfaces. With XUL you can create rich, sophisticated
cross-platform web applications easily. XML_XUL provides a API similar
to DOM to create XUL applications. There's a PHP object for each XUL
element, and the more complex widgets like grids, trees and tabboxes can
easily be created with these objects.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog

* Wed Sep 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-9
- (9826c52) Turn back URL in Source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13722 |14cu|phppgadmin-5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname phpPgAdmin

Summary:	PostgreSQL database adminstration over the web interface
Name:		phppgadmin
Version:	5.1
Release:	1
License:	GPLv2+
Group:		System/Servers
URL:		http://sourceforge.net/projects/phppgadmin
Source0:	http://prdownloads.sourceforge.net/phppgadmin/%{rname}-%{version}.tar.bz2
Patch0:		phpPgAdmin-4.1.1-mdv_conf.diff
Requires:	apache-mod_php
Requires:	php-pgsql
Requires:	php-gettext
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(jasper)
BuildRequires:	recode
BuildArch:	noarch

%description
phpPgAdmin is phpMyAdmin (for MySQL) ported to PostgreSQL.
phpPgAdmin is a fully functional PostgreSQL administration
utility. You can use it to  create and maintain multiple databases
and even multiple servers.

%prep
%setup -q -n %{rname}-%{version}
%patch0 -p0

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
	if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

%build

%install
export DONT_RELINK=1

install -d %{buildroot}%{_webappconfdir}
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}/var/www/%{name}

cp -aRf * %{buildroot}/var/www/%{name}/

mv %{buildroot}/var/www/%{name}/conf/config.inc.php-dist %{buildroot}%{_sysconfdir}/%{name}/config.inc.php
rm -rf %{buildroot}/var/www/%{name}/conf

# generate UTF-8 files
pushd lang
#	make DESTDIR=./recoded
popd
install -m0644 lang/*.php  %{buildroot}/var/www/%{name}/lang/

# cleanup
pushd %{buildroot}/var/www/%{name}
	rm -rf sql
	rm -f CREDITS DEVELOPERS FAQ HISTORY INSTALL LICENSE TODO TRANSLATORS
	rm -f lang/Makefile lang/convert.awk lang/php2po lang/po2php lang/synch lang/langcheck
popd

cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /%{name} /var/www/%{name}

<Directory /var/www/%{name}>
	Require local granted
	ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"
</Directory>
EOF

# fix dir perms
find %{buildroot} -type d | xargs chmod 755

# fix file perms
find %{buildroot} -type f | xargs chmod 644

# Mandriva Icons
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_liconsdir}

convert images/themes/default/title.png -resize 16x16  %{buildroot}%{_miconsdir}/%{name}.png
convert images/themes/default/title.png -resize 32x32  %{buildroot}%{_iconsdir}/%{name}.png
convert images/themes/default/title.png -resize 48x48  %{buildroot}%{_liconsdir}/%{name}.png


# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=phpPgAdmin
Name[ru]=phpPgAdmin
Comment=phpPgAdmin is a web administration GUI for PostgreSQL.
Comment[ru]=Администрирование PostgreSQL через Web-интерфейс.
Exec=%{_bindir}/www-browser http://localhost/%{name}/
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Databases;
EOF

%files
%doc CREDITS DEVELOPERS FAQ HISTORY INSTALL LICENSE TODO TRANSLATORS plugins/Report/sql/reports-pgsql.sql
%config(noreplace) %{_webappconfdir}/%{name}.conf
%dir %{_sysconfdir}/%{name}
%attr(0640,apache,root) %config(noreplace) %{_sysconfdir}/%{name}/config.inc.php
/var/www/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*.desktop



%changelog
* Wed Nov 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.1-1
+ Revision: e9b0130
- Updated to 5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13723 |14cu|php-phpmailer-5.2.27-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global __noautoreq ^pear\\(.*\\)
%define base_name phpmailer

Summary:	Full featured email transfer class for PHP
Name:		php-%{base_name}
Version:	5.2.27
Release:	1
License:	LGPL
Group:		Development/Other
Url:		http://phpmailer.sourceforge.net/
Source:		https://github.com/PHPMailer/PHPMailer/archive/v%{version}.tar.gz?/PHPMailer-%{version}.tar.gz
BuildArch: 	noarch

%description
PHP email transport class featuring multiple file attachments, SMTP servers,
CCs, BCCs, HTML messages, and word wrap, and more. It can send email via
sendmail, PHP mail(), or with SMTP. Methods are based on the popular AspEmail
active server component.

%files
%doc LICENSE
%{_datadir}/php/PHPMailer

#---------------------------------------------------------

%prep
%setup -q -n PHPMailer-%{version}

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/php/PHPMailer
install -d -m 755 %{buildroot}%{_datadir}/php/PHPMailer/language
install -d -m 755 %{buildroot}%{_datadir}/php/PHPMailer/extras
install -m 644 *.php %{buildroot}%{_datadir}/php/PHPMailer
install -m 644 extras/*.php %{buildroot}%{_datadir}/php/PHPMailer/extras
install -m 644 language/*.php %{buildroot}%{_datadir}/php/PHPMailer/language

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13724 |14cu|php-proctitle-0.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname proctitle
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A92_%{modname}.ini

Summary:	Allows setting the current process name on Linux and BSD
Name:		php-%{modname}
Version:	0.1.2
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/proctitle
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
BuildRequires:	php-devel >= 3:5.2.1
BuildRequires:	dos2unix
Requires:	php(zend-abi) = %{php_zend_api}

%description
This extension allows changing the current process' name on Linux and *BSD
systems. This is useful when using pcntl_fork() to identify running processes
in process list

%prep

%setup -q -n %{modname}-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

cp %{SOURCE1} %{inifile}

find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

# strip away annoying ^M
find -type f | grep -v ".gif" | grep -v ".png" | grep -v ".jpg" | xargs dos2unix

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix} \

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files
%doc LICENSE README package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.2-5
- (21061fc) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13725 |14cu|php-ps-1.3.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname ps
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A53_%{modname}.ini

Summary:	An extension to create PostScript files for php
Name:		php-%{modname}
Version:	1.3.7
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/ps
Source0:	http://pecl.php.net/get/ps-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	pslib-devel >= 0.4.1
BuildRequires:	libgd-devel
Requires:	php-imagick
Requires:	php(zend-abi) = %{php_zend_api}

%description
ps is an extension similar to the pdf extension but for creating PostScript
files. Its api is modelled after the pdf extension.

%prep

%setup -q -n %{modname}-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc CREDITS tests examples package.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.7-5
- (49d249b) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13726 |14cu|php-radius-1.2.7-32
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname radius
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A13_%{modname}.ini

Summary:	Radius client library for PHP
Name:		php-%{modname}
Version:	1.2.7
Release:	32
Group:		Development/PHP
License:	BSD
URL:		http://pecl.php.net/package/radius
Source0:	%{modname}-%{version}.tgz
Source1:	%{modname}.ini
BuildRequires:	php-devel >= 3:5.2.0
Epoch:		1
Requires:	php(zend-abi) = %{php_zend_api}

%description
This package is based on the libradius of FreeBSD, with some modifications and
extensions. This PECL provides full support for RADIUS authentication (RFC
2865) and RADIUS accounting (RFC 2866), works on Unix and on Windows. Its an
easy way to authenticate your users against the user-database of your OS (for
example against Windows Active-Directory via IAS). 

%prep

%setup -q -n %{modname}-%{version}

cp %{SOURCE1} %{inifile}

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

%files 
%doc examples CREDITS radius.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.2.7-32
- (5232f57) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13727 |14cu|php-rar-3.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname rar
%define soname %{modname}.so
%define inifile A75_%{modname}.ini

Summary:	RAR extension for PHP
Name:		php-%{modname}
Version:	3.0.2
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/rar/
Source0:	http://pecl.php.net/get/rar-%{version}.tgz
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
Requires:	php(zend-abi) = %{php_zend_api}

%description
PHP extension for reading Rar archives using bundled unRAR library.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%serverbuild
export CXXFLAGS="$CXXFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make

%install
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}/var/log/httpd

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc package*.xml tests CREDITS example.php
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.2-5
- (fdddc5c) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13728 |14cu|php-rpmreader-0.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname rpmreader
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A42_%{modname}.ini

Summary:	RPM file meta information reader for PHP
Name:		php-%{modname}
Version:	0.4
Release:	10
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/rpmreader
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Patch0:		rpmreader-0.4-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
Epoch:		1
Requires:	php(zend-abi) = %{php_zend_api}

%description
rpmreader is an extension that provides the ability to read RedHat Package
Manager (RPM) files' header information. This extension currently does not
provide the functionality to read the signature or archive sections of the RPM
file.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc examples CREDITS package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.4-10
- (5fb75be) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13729 |14cu|php-rrd-1.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname rrd
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B16_%{modname}.ini

Summary:	PHP bindings to rrd tool system
Name:		php-%{modname}
Version:	1.1.3
Release:	4
Group:		Development/PHP
License:	PHP
URL:		http://pecl.php.net/package/rrd
Source0:	http://pecl.php.net/get/rrd-%{version}.tgz
Source1:	B16_rrd.ini
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	rrdtool-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
Procedural and simple OO wrapper for rrdtool - data logging and graphing
system for time series data.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files
%doc package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.3-4
- (d9099fa) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13730 |14cu|php-rrdtool-0-39
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname RRDtool
%define modname rrdtool
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 61_%{modname}.ini

%define mod_src rrdtool.c
%define mod_lib "-lrrd -lpng -lz -lm"
%define mod_def "-DHAVE_RRDTOOL -DCOMPILE_DL_RRDTOOL"

Summary:	The %{realname} module for PHP

Name:		php-%{modname}
Version:	0
Release:	39
Group:		Development/PHP
License:	GPL
URL:		http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/
Source0:	http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/contrib/php_rrdtool.tar.bz2
Patch0:		php_rrdtool-php54x.diff
Patch1:         rrdtool-no_logo.diff
BuildRequires:	gettext-devel
BuildRequires:	rrdtool-devel >= 1.2.7
BuildRequires:	png-devel
BuildRequires:	zlib-devel
BuildRequires:	php-devel >= 3:5.2.0
Requires:	php(zend-abi) = %{php_zend_api}

%description
The php-rrdtool package is a dynamic shared object (DSO) that adds RRDtool
support to PHP.

%prep

%setup -q -n rrdtool
%patch0 -p0
%patch1 -p1

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

#%{_usrsrc}/php-devel/buildext %{modname} %{mod_src} %{mod_lib} %{mod_def}

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > README.%{modname} << EOF
The php-rrdtool package contains a dynamic shared object (DSO) for PHP.
To activate it, make sure a file /etc/php.d/%{inifile} is present and
contains the line 'extension = %{soname}'.
EOF

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0-39
- (50be912) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13731 |14cu|php-rsync-0.1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname rsync
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B21_%{modname}.ini

Summary:	Wrapper for librsync library
Name:		php-%{modname}
Version:	0.1.0
Release:	11
Group:		Development/PHP
License:	Modified BSD License
URL:		http://pecl.php.net/package/rsync/
Source0:	http://pecl.php.net/get/rsync-%{version}.tgz
Source1:	B21_rsync.ini
Patch0:		librsync-0.9.7-fix-str-fmt.patch
BuildRequires:	php-devel >= 3:5.2.0
# Build with internal librsync, build fails with librsync >= 1.0.0
#BuildRequires:	librsync-devel >= 0.9.7
BuildRequires:	popt-devel
BuildRequires:	bzip2-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
include the posibility to php to generate signatur files, patches and patch
files with the rsync functionality.

%prep

%setup -q -n %{modname}-%{version}
%patch0 -p0

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

chmod 644 LICENSE rsync_extension.php examples/*.php

%build
%serverbuild

phpize
%configure2_5x --disable-static --with-rsync --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files
%doc LICENSE rsync_extension.php examples/*.php
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.0-11
- (fbd2cea) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13732 |14cu|php-ruli-0.36-34
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname ruli
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A28_%{modname}.ini

Summary:	PHP binding for RULI, an asynchronous DNS stub resolver
Name:		php-%{modname}
Version:	0.36
Release:	34
License:	GPL
Group:		Development/PHP
URL:		http://savannah.nongnu.org/projects/ruli/
Source0:	php-ruli-%{version}.tar.bz2
Patch0:		ruli-0.36-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	ruli-devel >= %{version}
Epoch:		1
Requires:	php(zend-abi) = %{php_zend_api}

%description
PHP binding for RULI

RULI stands for Resolver User Layer Interface. It's a library built on top of
an asynchronous DNS stub resolver. RULI provides an easy-to-use interface for
querying DNS SRV resource records. The goal is to promote the wide deployment
of SRV-cognizant client programs. RULI aims to fully support SRV-related
standards.

%prep

%setup -q -n ruli-%{version}
%patch0 -p0
mv php/ruli/* .
mv php/README .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc tests ruli_sync_query.php ruli_sync_smtp_query.php ruli.php README
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.36-34
- (e78256b) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13733 |14cu|phpseclib-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PHP Secure Communications Library
Name:		phpseclib
Version:	2.0.1
Release:	1
Group:		Development/PHP
License:	LGPL
URL:		https://github.com/phpseclib/%{name}
Source:		https://github.com/phpseclib/phpseclib/archive/%{version}.tar.gz
BuildRequires:	unzip
BuildRequires:	dos2unix
BuildArch:	noarch

%description
Easy to use, easy to install, actively maintained and actively supported, 
phpseclib is the best way to utilize SSH, SFTP and RSA in PHP.

%prep

%setup -c -q -n %{name}%{version}
# fixup
find . -type d | xargs chmod 755
find . -type f | xargs chmod 644
find . -type f | xargs dos2unix

%build

%install

install -d %{buildroot}%{_datadir}/%{name}
cp -aRf * %{buildroot}%{_datadir}/%{name}/

%files
%{_datadir}/%{name}




%changelog

* Mon Feb 08 2016 Denis Silakov <dsilakov@gmail.com> 2.0.1-1
- (c0503ba) Updated to 2.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13734 |14cu|php-shout-0.9.2-34
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname shout
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A57_%{modname}.ini

Summary:	PHP module for communicating with Icecast servers
Name:		php-%{modname}
Version:	0.9.2
Release:	34
Group:		Development/PHP
License:	LGPL
URL:		http://phpshout.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/phpshout/phpShout-%{version}.tar.bz2
Patch0:		phpShout-nuke_hardcoded_cflags.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	libshout-devel >= 2.2
BuildRequires:	file
Requires:	php(zend-abi) = %{php_zend_api}

%description
phpShout is a PHP5 Extension that wraps around the libshout library available
at icecast.org. LibShout is used in conjunction with an Icecast server to
create a streaming Internet radio station from your own music files. With
phpShout, PHP developers can create web-based streaming jukebox applications,
without worrying about the details of streaming the audio data. LibShout
handles all the metadata updates, data timing, and ensuring that no bad data
gets to the Icecast server.

%prep

%setup -q -n phpShout-%{version}
%patch0 -p0

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

shout.allow_persistent = 1
shout.max_persistent   = -1
shout.max_links        = -1

shout.default_host     = localhost
shout.default_port     = 8000
shout.default_mount    = /phpShout
shout.default_user     = source
shout.default_password = hackme

shout.default_format   = SHOUT_FORMAT_OGG
shout.default_protocol = SHOUT_PROTOCOL_HTTP
EOF


%files
%doc examples tests LICENSE README TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}


%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.2-34
- (0b25557) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13735 |14cu|php-shp-0.9.2-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname shp
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A54_%{modname}.ini

Summary:	A libshape wrapper extension for php
Name:		php-%{modname}
Version:	0.9.2
Release:	18
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/shape
Source0:	http://pecl.php.net/get/shape-%{version}.tgz
Patch0:		shape-0.9.2-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	libshapelib-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
Extension that wraps libshape, provides the ability to write programs for
manipulating ESRI shapefiles.

%prep

%setup -q -n shape-%{version}
%patch0 -p0

%build
%serverbuild
export CFLAGS="$CFLAGS -I%{_includedir}/libshp"

phpize

%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc CREDITS README tests
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.2-18
- (9bfb004) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13736 |14cu|php-smarty2-2.6.28-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (oe) undefining these makes the build _real_ quick.
%undefine __find_provides
%undefine __find_requires

Summary:	The compiling PHP template engine
Name:		php-smarty2
Version:	2.6.28
Release:	3
License:	LGPL
Group:		Development/Other
URL:		http://www.smarty.net/
Source0:	http://www.smarty.net/distributions/Smarty-%{version}.tar.gz
Source1:	http://www.smarty.net/distributions/manual/en/Smarty-2.6.14-docs.tar.gz
Source2:	smarty.gif
BuildArch:	noarch
Obsoletes: 	php-smarty


%description
Smarty is a template engine for PHP.  More specifically, it 
facilitates a manageable way to separate application logic and
content from its presentation.  This is best described in a
situation where the application programmer and the template 
designer play different roles, or in most cases are not the same
person.  For example, let's say you are creating a web page that
is displaying a newspaper article.  The article headline, tagline,
author and body are content elements, they contain no information
about how they will be presented.  They are passed into Smarty by
the application, then the template designer edits the templates
and uses a combination of HTML tags and template tags to format 
the presentation of these elements (HTML tables, background
colors, font sizes, style sheets, etc.) One day the programmer
needs to change the way the article content is retrieved (a change
in application logic.)  This change does not affect the template
designer, the content will still arrive in the template exactly
the same.  Likewise, if the template designer wants to completely
redesign the templates, this requires no changes to the
application logic.  Therefore, the programmer can make changes to
the application logic without the need to restructure templates,
and the template designer can make changes to templates without
breaking application logic. 

%package doc
Summary:	The HTML manual for Smarty
Group:		Development/Other
Obsoletes:  %{name}-manual

%description doc
The HTML manual for Smarty

%prep
%setup -q -n Smarty-%{version} -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}/php/smarty
mkdir -p %{buildroot}%{_var}/www/icons

cp -aRf libs/* %{buildroot}%{_datadir}/php/smarty
install -m0644 %{SOURCE2} %{buildroot}/var/www/icons/smarty.gif

%files
%doc BUGS COPYING.lib ChangeLog FAQ INSTALL NEWS README RELEASE_NOTES TODO
%{_datadir}/php/smarty
%{_var}/www/icons/smarty.gif

%files doc
%doc manual/*

%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 2.6.28-3
- (f9b5332) Fix manuial names



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13737 |14cu|php-smarty-3.1.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The compiling PHP template engine
Name:		php-smarty
Version:	3.1.21
Release:	1
License:	LGPL
Group:		Development/Other
URL:		http://www.smarty.net/
Source0:	http://www.smarty.net/files/Smarty-%{version}.tar.gz
Source1:	http://www.smarty.net/files/docs/manual-en-3.1.8.zip
Source2:	smarty.gif
BuildArch:	noarch
Buildrequires:	unzip

%description
Smarty is a template engine for PHP.  More specifically, it 
facilitates a manageable way to separate application logic and
content from its presentation.  This is best described in a
situation where the application programmer and the template 
designer play different roles, or in most cases are not the same
person.  For example, let's say you are creating a web page that
is displaying a newspaper article.  The article headline, tagline,
author and body are content elements, they contain no information
about how they will be presented.  They are passed into Smarty by
the application, then the template designer edits the templates
and uses a combination of HTML tags and template tags to format 
the presentation of these elements (HTML tables, background
colors, font sizes, style sheets, etc.) One day the programmer
needs to change the way the article content is retrieved (a change
in application logic.)  This change does not affect the template
designer, the content will still arrive in the template exactly
the same.  Likewise, if the template designer wants to completely
redesign the templates, this requires no changes to the
application logic.  Therefore, the programmer can make changes to
the application logic without the need to restructure templates,
and the template designer can make changes to templates without
breaking application logic. 

%package doc
Summary:	The HTML manual for Smarty
Group:		Development/Other
Obsoletes:  %{name}-manual

%description doc
The HTML manual for Smarty

%prep
%setup -q -n Smarty-%{version} -a1

%build

%install

install -d %{buildroot}%{_datadir}/php/smarty
install -d %{buildroot}%{_var}/www/icons

cp -rp libs/* %{buildroot}%{_datadir}/php/smarty
install -m0644 %{SOURCE2} %{buildroot}/var/www/icons/smarty.gif

# fix attribs
find %{buildroot}%{_datadir}/php/smarty -type d -exec chmod 755 {} \;
find %{buildroot}%{_datadir}/php/smarty -type f -exec chmod 644 {} \;

%files
%doc COPYING.lib README *.txt
%{_datadir}/php/smarty
%{_var}/www/icons/smarty.gif

%files doc
%doc manual-en/*

%changelog
* Sun Nov 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.21-1
+ Revision: 397f69b
- Updated to 3.1.21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13738 |14cu|php-solr-2.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname solr
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B07_%{modname}.ini

Summary:	Simplifies the process of interacting with Apache Solr using PHP
Name:		php-%{modname}
Version:	2.0.0
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/solr/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.11
BuildRequires:	curl-devel >= 7.15.0
BuildRequires:	libxml2-devel >= 2.6.26
Requires:	php(zend-abi) = %{php_zend_api}

%description
The Apache Solr extension is an extremely fast, light-weight, feature-rich
library that allows PHP developers to communicate easily and efficiently with
Apache Solr server instances using an object-oriented API.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

find -type f | xargs chmod 644

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-libxml-dir=%{_prefix} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc CREDITS LICENSE README* TODO package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-5
- (ed2399f) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13739 |14cu|php-spidermonkey-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname spidermonkey
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B05_%{modname}.ini

Summary:	JavaScript engine for PHP
Name:		php-%{modname}
Version:	1.0.0
Release:	6
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/spidermonkey/
# https://github.com/christopherobin/php-spidermonkey
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.3.0
BuildRequires:	apache-devel >= 2.2.0
# breaks backporting, but that's already broken...
BuildRequires:	mozjs-devel >= 1.85
BuildRequires:	pkgconfig
Requires:	php(zend-abi) = %{php_zend_api}

%description
This extension allow you to embed Mozilla's Javascript engine Spidermonkey in
PHP.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

# bork bork!
BORK=`pkg-config --libs mozjs185`
perl -pi -e "s|^SPIDERMONKEY_SHARED_LIBADD.*|SPIDERMONKEY_SHARED_LIBADD=$BORK|g" Makefile

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-6
- (7d009af) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13740 |14cu|php-spomky-labs-otphp-4.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Spec file for php-spomky-labs-otphp
#
# Copyright (c) 2013-2014 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/3.0/
#
# Please, preserve the changelog entries
#
#%%global gh_commit    6a8aec204688d36681e0185fbaf1974b97e4a070
%global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner     spomky-labs
%global gh_project   spomky-labs-otphp
%global with_tests   %{?_without_tests:0}%{!?_without_tests:1}

Name:           php-%{gh_project}
Summary:        Generate One Time Passwords
Version:        4.0.2
Release:        1

URL:            https://github.com/%{gh_owner}/%{gh_project}
Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz
License:        MIT
Group:          Development/PHP

BuildArch:      noarch
%if %{with_tests}
BuildRequires:  php >= 5.4
%endif

Provides:       php-composer(spomky-labs/otphp) = %{version}

# From composer.json
Requires:       php >= 5.4
Requires:       php-composer(christianriesen/base32)

%description
A php library for generating one time passwords according to RFC 4226
(HOTP Algorithm) and the RFC 6238 (TOTP Algorithm).

%prep
%setup -q -n %{gh_project}-%{?gh_commit:%{gh_commit}}%{!?gh_commit:%{version}}

%build
# nothing to build

%install
# Install as a PSR-0 library
mkdir -p %{buildroot}%{_datadir}/php/OTPHP/
cp -pr lib/* %{buildroot}%{_datadir}/php/OTPHP/.

%check

%files
%doc composer.json LICENCE README.md
%{_datadir}/php/OTPHP

%changelog

* Fri Aug 19 2016 Denis Silakov <dsilakov@gmail.com> 4.0.2-1
- (8688a1f) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13741 |14cu|php-statgrab-0.6.0-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname statgrab
%define soname %{modname}.so
%define inifile A87_%{modname}.ini

Summary:	Libstatgab bindings for PHP
Name:		php-%{modname}
Version:	0.6.0
Release:	24
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/statgrab
Source0:	http://pecl.php.net/get/Statgrab-%{version}.tgz
Patch0:		Statgrab-0.6.0-version_fix.diff
Patch1:		Statgrab-0.6.0-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	libstatgrab-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
libstatgrab is a library that provides a common interface for retrieving a
variety of system statistics on a number of *NIX like systems.

This extension allows you to call the functions made available by libstatgrab
library.

%prep

%setup -q -n Statgrab-%{version}
[ "../package*.xml" != "/" ] && mv -f ../package*.xml .
%patch0 -p0
%patch1 -p0

# lib64 fixes
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF


%files
%doc CREDITS statgrab.php
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.0-24
- (c11c455) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13742 |14cu|php-stats-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname stats
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A51_%{modname}.ini

Summary:	Extension with routines for statistical computation for PHP
Name:		php-%{modname}
Version:	1.0.3
Release:	4
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/stats/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
Extension that provides few dozens routines for statistical computation for
PHP.

%prep

%setup -qn %{modname}-%{version}
[ "../package.xml" != "/" ] && mv ../package*.xml .

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc tests CREDITS TODO package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.3-4
- (f2a02b5) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13743 |14cu|php-stem-1.5.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname stem
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A45_%{modname}.ini

Summary:	A PHP extension that provides word stemming
Name:		php-%{modname}
Version:	1.5.1
Release:	6
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/stem/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
BuildRequires:	php-devel >= 3:5.2.0
#BuildRequires:	libstemmer-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
This stem extension for PHP provides stemming capability for a variety of
languages using Dr. M.F. Porter's Snowball API, which can be found at:
http://snowball.tartarus.org

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

# this might work in the future
#%%{_usrsrc}/php-devel/buildext stem "stem.c porter.c api.c utilities.c" -DHAVE_CONFIG_H -L%{_libdir} -Wl,-lstemmer

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

%files
%doc package*.xml COPYING CREDITS ChangeLog README README.tests
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.1-6
- (088a2fa) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13744 |14cu|php-svn-1.0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname svn
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A47_%{modname}.ini

Summary:	PHP Bindings for the Subversion Revision control system
Name:		php-%{modname}
Version:	1.0.2
Release:	6
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/svn
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	subversion-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
PHP Bindings for the Subversion Revision control system.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix attribs
find -type f | xargs chmod 644

# instead of a patch
perl -pi -e "s|apr-0|apr-1|g" config.m4
perl -pi -e "s|apache2|apache|g" config.m4

# fix version
perl -pi -e "s|^#define PHP_SVN_VERSION .*|#define PHP_SVN_VERSION \"%{version}\"|g" php_svn.h

%build
%serverbuild

export CPPFLAGS="`apr-1-config --cppflags`"

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc examples CREDITS EXPERIMENTAL package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2-6
- (454052a) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13745 |14cu|php-swish-0.5.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname swish
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B08_%{modname}.ini

Summary:	Swish-e bindings
Name:		php-%{modname}
Version:	0.5.0
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/swish/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	swish-e-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
This extension provides bindings to the Swish-e API.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc CREDITS README swish.php package*.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.0-5
- (805ed19) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13746 |14cu|php-syck-0.9.3-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname syck
%define soname %{modname}.so
%define inifile A62_%{modname}.ini

Summary:	YAML-1.0 parser and emitter
Name:		php-%{modname}
Version:	0.9.3
Release:	25
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/syck
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Patch0:		syck-0.9.3-php54x.diff
Requires:	php-hash
BuildRequires:	php-devel >= 3:5.2.1
BuildRequires:	file
BuildRequires:	syck-devel >= 0.55
Requires:	php(zend-abi) = %{php_zend_api}

%description
A binding to the Syck library.  YAML(tm) (rhymes with "camel") is a
straightforward machine parsable data serialization format designed for human
readability and interaction with scripting languages. YAML is optimized for
data serialization, configuration settings, log files, Internet messaging and
filtering.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc CHANGELOG TODO package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3-25
- (5bff5ba) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13747 |14cu|php-sysload-1.0.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname sysload
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B20_%{modname}.ini

Summary:	PHP Sysload extension
Name:		php-%{modname}
Version:	1.0.0
Release:	10
Group:		Development/PHP
License:	PHP
URL:		http://www.xarg.org/project/php-sysload/
Source0:	http://www.xarg.org/download/sysload-%{version}.tar.gz
Source1:	B20_sysload.ini
Patch0:		sysload-1.0.0-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
Requires:	php(zend-abi) = %{php_zend_api}

%description
PHP Sysload is a simple monitoring Extension for PHP backends behind a reverse
proxy server or for other tasks where you have a need to send a specified HTTP
header on overrun.

%prep

%setup -q -n %{modname}-%{version}
%patch0 -p0

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files
%doc CREDIT
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-10
- (f1d6c82) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13748 |14cu|php-tcpdf-6.2.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global __noautoreq 'pear\\(.*\\)|php-cli|/usr/bin/php'

%define base_name       tcpdf
%define version_        %(echo %{version} | tr . _)

Name:       php-%{base_name}
Version:    6.2.13
Release:    1
Summary:    PHP class for generating PDF documents
License:    GPLv3
Group:      Development/Other
URL:        http://www.tcpdf.org/
Source:     http://sourceforge.net/projects/tcpdf/files/tcpdf_%{version_}.zip
BuildArch:  noarch

%description
TCPDF is a FLOSS PHP class for generating PDF documents.

%prep
%setup -q -n tcpdf

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/php/tcpdf
cp -pr * %{buildroot}%{_datadir}/php/tcpdf
rm -f %{buildroot}%{_datadir}/php/tcpdf/*.TXT
rm -rf %{buildroot}%{_datadir}/php/tcpdf/examples
rm -f %{buildroot}%{_datadir}/php/tcpdf/tools/.htaccess

%files
%doc CHANGELOG.TXT LICENSE.TXT README.md examples
%{_datadir}/php/tcpdf

%changelog

* Tue Feb 28 2017 Denis Silakov <dsilakov@virtuozzo.com> 6.2.13-1
- (bb4a5b1) Fix reqs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13749 |14cu|php-tcpwrap-1.1.3-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname tcpwrap
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A24_%{modname}.ini

Summary:	Tcpwrappers bindings for PHP
Name:		php-%{modname}
Version:	1.1.3
Release:	25
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/tcpwrap
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
Patch0:		tcpwrap-1.1.3-php54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	tcp_wrappers-devel
Requires:	tcp_wrappers
Epoch:		1
Requires:	php(zend-abi) = %{php_zend_api}

%description
This package handles /etc/hosts.allow and /etc/hosts.deny files.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

cp %{SOURCE1} %{inifile}

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

cat > README.%{modname} << EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
EOF

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

%files
%doc README* package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.1.3-25
- (085cd75) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13750 |14cu|php-tdb-1.0.0-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname tdb
%define soname %{modname}.so
%define inifile A77_%{modname}.ini

Summary:	Trivial DB bindings
Name:		php-%{modname}
Version:	1.0.0
Release:	25
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/tdb/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Patch0:		tdb-1.0.0-php54x.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
BuildRequires:	tdb-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
This extension provides bindings for Trivial DB.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -p -i -e "s|/lib\b|/%{_lib}|g" *.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make

%install
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[%{modname}]
EOF

%files
%doc package*.xml CREDITS README tests
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-25
- (15ed729) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13751 |14cu|php-tk-0.1.1-36
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname TK
%define modname tk
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A31_%{modname}.ini

Summary:	Provides TK functions for PHP
Name:		php-%{modname}
Version:	0.1.1
Release:	36
Group:		Development/PHP
License:	PHP License
URL:		http://php-tk.sourceforge.net/
Source0:	tk-%{version}.tar.bz2
Patch0:		tk-0.1.1-lib64.diff
Patch1:		tk-0.1.1-format_not_a_string_literal_and_no_format_arguments.diff
Patch2:		tk-0.1.1-php54x.diff
Requires:	php-cli >= 3:5.2.0
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	tk tk-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
PHP/TK is an native extension for the PHP programming language that implements
language bindings for TCL/TK. It provides an object-oriented interface and
greatly simplifies writing client-side cross-platform GUI applications. 

%prep

%setup -q -n tk-%{version}
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
%serverbuild
phpize
%configure2_5x
%make

mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc tests CREDITS
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.1-36
- (55ebc2b) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13752 |14cu|php-tokyo_tyrant-0.7.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname tokyo_tyrant
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A96_%{modname}.ini

Summary:	Provides a wrapper to the Tokyo Tyrant client library
Name:		php-%{modname}
Version:	0.7.0
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/tokyo_tyrant/
Source0:	http://pecl.php.net/get/tokyo_tyrant-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	tokyotyrant
BuildRequires:	tokyotyrant-devel
BuildRequires:	tokyocabinet-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
tokyo_tyrant extension provides object oriented API for communicating with
Tokyo Tyrant key-value store.

This extension requires Tokyo Cabinet, Tokyo Tyrant and PHP version 5.2.0+.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .


%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc CREDITS package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.0-5
- (60e83d9) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13753 |14cu|php-txforward-1.0.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname txforward
%define soname %{modname}.so
%define inifile A90_%{modname}.ini

Summary:	Reverse Proxy (web accelerator) PHP compatibility layer
Name:		php-%{modname}
Version:	1.0.7
Release:	9
Group:		Development/PHP
License:	PHP License
URL:		http://fcartegnie.free.fr/patchs/txforward.html
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
Requires:	php(zend-abi) = %{php_zend_api}

%description
Makes reverse-proxing (web accelerator) totally invisible for php applications.
Doesn't require php code modifications to handle X-Forwarded-For IP.

 * Stills allows proxy-aware applications to work with X-Forwarded headers and
   proxy IP address.
 * Should work with any web server
 * Should work with any proxy server

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -p -i -e "s|/lib\b|/%{_lib}|g" *.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --enable-%{modname}

%make

%install
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[%{modname}]
txforward.depth = 4
EOF

%files
%doc package*.xml CREDITS README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.7-9
- (fe1852a) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13754 |14cu|php-uploadprogress-1.0.3.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname uploadprogress
%define soname %{modname}.so
%define inifile A78_%{modname}.ini

Summary:	Uploadprogress extension
Name:		php-%{modname}
Version:	1.0.3.1
Release:	8
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/uploadprogress/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
Requires:	php(zend-abi) = %{php_zend_api}

%description
An extension to track progress of a file upload.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -p -i -e "s|/lib\b|/%{_lib}|g" *.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make

%install
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[%{modname}]
EOF

%files
%doc package*.xml examples
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.3.1-8
- (8d7928b) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13755 |14cu|php-uuid-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname uuid
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 78_%{modname}.ini

Summary:	UUID support functions for php
Name:		php-%{modname}
Version:	1.0.3
Release:	6
License:	PHP License
Group:		Development/PHP
Url:		http://pecl.php.net/package/%{modname}
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(uuid)
Requires:	php(zend-abi) = %{php_zend_api}
Provides:	php-pear-uuid = %{EVRD}

%description
This extension provides functions to generate and analyse universally unique
identifiers (UUIDs). It depends on the external libuuid. This library is
available on most linux  systems, its source is bundled with the ext2fs tools.

%files
%doc CREDITS tests
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}

%build
%serverbuild

phpize
%configure2_5x \
	--with-libdir=%{_lib} \
	--with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF


%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.3-6
- (efecd78) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13756 |14cu|php-varnish-1.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname varnish
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B23_%{modname}.ini

Summary:	Varnish Cache bindings for PHP
Name:		php-%{modname}
Version:	1.1.1
Release:	5
Group:		Development/PHP
License:	Apache License
URL:		http://pecl.php.net/package/varnish/
Source0:	http://pecl.php.net/get/varnish-%{version}.tgz
Source1:	B23_varnish.ini
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	varnish-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
Varnish Cache is an open source, state of the art web application accelerator.
The extension makes it possible to interact with a running varnish instance
through TCP socket or shared memory.

%prep

%setup -q -n %{modname}-%{version}

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build

%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make VARNISH_SHARED_LIBADD="-lvarnishapi"
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-5
- (913e7c8) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13757 |14cu|php-vld-0.13.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname vld
%define soname %{modname}.so
%define inifile 98_%{modname}.ini

Summary:	Provides functionality to dump the internal representation of PHP scripts
Name:		php-%{modname}
Version:	0.13.0
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/vld
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
Requires:	php(zend-abi) = %{php_zend_api}

%description
The Vulcan Logic Disassembler hooks into the Zend Engine and dumps all the
opcodes (execution units) of a script.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make

%install
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}/var/log/httpd

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[vld]
vld.active = 0
vld.execute = 1
vld.skip_append = 0
vld.skip_prepend = 0
vld.verbosity = 1
EOF

%files
%doc package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.13.0-5
- (00dfb8c) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13758 |14cu|php-xattr-1.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname xattr
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A27_%{modname}.ini

Summary:	Provides a interface to Extended attributes for PHP
Name:		php-%{modname}
Version:	1.2.0
Release:	6
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/xattr
Source0:	http://pecl.php.net/get/xattr-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	attr-devel
Epoch:		1
Requires:	php(zend-abi) = %{php_zend_api}

%description
This package allows to manipulate extended attributes on filesystems that
support them. Requires libattr from Linux XFS project.

%prep

%setup -q -n xattr-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc tests CREDITS package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.2.0-6
- (1c195c1) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13759 |14cu|php-xcache-3.2.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname xcache
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 99_%{modname}.ini

Summary:	The XCache module for PHP
Name:		php-%{modname}
Version:	3.2.0
Release:	10
Group:		Development/PHP
License:	BSD-like
URL:		http://xcache.lighttpd.net/
Source0:	http://xcache.lighttpd.net/pub/Releases/%{version}/%{modname}-%{version}.tar.gz
Source1:	xcache.ini
Patch0:         xcache-3.1.0-config.diff
BuildRequires:  php-devel >= 3:5.2.0
Conflicts:	php-afterburner php-mmcache php-eaccelerator php-apc
Requires:	php(zend-abi) = %{php_zend_api}

%description
XCache is a fast, stable PHP opcode cacher that has been tested and is now
running on production servers under high load. It overcomes a lot of problems
that has been with other competing opcachers such as being able to be used with
new PHP versions.

%package	admin
Summary:	Web admin GUI for XCache
Group:		Development/PHP
Requires:	apache-mod_php
Requires:	%{name}

%description	admin
This package contains a Web admin GUI for XCache.

%prep
%setup -q -n %{modname}-%{version}
%patch0 -p1

cp %{SOURCE1} %{inifile}
perl -pi -e "s|\@libdir\@|%{_libdir}|g" %{inifile}

%build
%serverbuild

phpize

%configure2_5x \
    --enable-%{modname} \
    --enable-xcache-constant \
    --enable-xcache-optimizer \
    --enable-xcache-coverager \
    --enable-xcache-assembler \
    --enable-xcache-disassembler \
    --enable-xcache-encoder \
    --enable-xcache-decoder \
    --enable-xcache-test \
    --enable-xcache-dprint

%make

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}/var/www/%{name}/coverager
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/%{soname}

install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /%{name} /var/www/%{name}

<Directory "/var/www/%{name}">
    Require local granted
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf"
</Directory>
EOF

cp -rP htdocs/* %{buildroot}/var/www/%{name}/
install -d %{buildroot}%{_sysconfdir}/%{name}/cacher
install -d %{buildroot}%{_sysconfdir}/%{name}/coverager
mv %{buildroot}/var/www/%{name}/config.example.php \
   %{buildroot}%{_sysconfdir}/%{name}
mv %{buildroot}/var/www/%{name}/cacher/config.example.php \
   %{buildroot}%{_sysconfdir}/%{name}/cacher
mv %{buildroot}/var/www/%{name}/coverager/config.example.php \
   %{buildroot}%{_sysconfdir}/%{name}/coverager

%files
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%files admin
%attr(0644,root,root) %config(noreplace) %{_webappconfdir}/%{name}.conf
/var/www/%{name}
%{_sysconfdir}/%{name}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.2.0-10
- (16a1dfb) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13760 |14cu|php-xdiff-1.5.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname xdiff
%define soname %{modname}.so
%define inifile A64_%{modname}.ini

Summary:	File differences/patches
Name:		php-%{modname}
Version:	1.5.2
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/xdiff
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Requires:	php-bz2
Requires:	php-hash
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
BuildRequires:	libxdiff-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
This extension creates and applies patches to both text and binary files.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make

%install

install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc CREDITS README.API package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.2-5
- (2ed0362) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13761 |14cu|php-xhprof-0.9.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname xhprof
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B22_%{modname}.ini

Summary:	A Hierarchical Profiler for PHP
Name:		php-%{modname}
Version:	0.9.4
Release:	5
License:	Apache License
Group:		Development/PHP
Url:		http://pecl.php.net/package/xhprof/
Source0:	http://pecl.php.net/get/xhprof-%{version}.tgz
Source1:	B22_xhprof.ini
Patch0:		xhprof-0.9.4-make_it_php_aware.diff
BuildRequires:	php-devel
Requires(post,postun):	apache-mpm-prefork
Requires:	php(zend-abi) = %{php_zend_api}

%description
XHProf is a function-level hierarchical profiler for PHP and has a simple
HTML based navigational interface. The raw data collection component is
implemented in C (as a PHP extension). The reporting/UI layer is all in PHP.

It is capable of reporting function-level inclusive and exclusive wall times,
memory usage, CPU times and number of calls for each function. Additionally,
it supports ability to compare two runs (hierarchical DIFF reports), or
aggregate results from multiple runs.

%files
%doc CHANGELOG CREDITS LICENSE README xhprof_html/* examples/*
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}
%{_datadir}/php/xhprof

#----------------------------------------------------------------------------


%prep
%setup -q -n %{modname}-%{version}
%patch0 -p1

mv extension/* .

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

install -d %{buildroot}%{_datadir}/php/xhprof
cp -rp xhprof_lib/* %{buildroot}%{_datadir}/php/xhprof/

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.4-5
- (c265bb7) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13762 |14cu|php-xrange-1.3.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname xrange
%define soname %{modname}.so
%define inifile A74_%{modname}.ini

Summary:	Numeric iterator primitives
Name:		php-%{modname}
Version:	1.3.2
Release:	5
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/xrange/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	file
Requires:	php(zend-abi) = %{php_zend_api}

%description
xrange is a compiled extension that provides numeric iteration primitives to
PHP on top of SPL. It includes a lean numeric range generator / iterator,
modeled after Python's xrange() function. It's intended to provide an
alternative for all numeric iteration and looping.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make

%install
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}/var/log/httpd

install -m0755 modules/%{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}

[%{modname}]
Classes = XRangeIterator
EOF

%files
%doc package*.xml tests CREDITS
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.2-5
- (1da3fa2) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13763 |14cu|php-yaml-1.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname yaml
%define dirname %{modname}
%define soname %{modname}.so
%define inifile B13_%{modname}.ini

Summary:	YAML-1.1 parser and emitter
Name:		php-%{modname}
Version:	1.1.1
Release:	5
Group:		Development/PHP
License:	MIT
URL:		http://pecl.php.net/package/yaml/
Source0:	http://pecl.php.net/get/yaml-%{version}.tgz
Source1:	B13_yaml.ini
BuildRequires:	pkgconfig
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	yaml-devel
Requires:	php(zend-abi) = %{php_zend_api}

%description
Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the
LibYAML library.

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" config.m4

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files 
%doc package*.xml tests
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-5
- (9bdf3c3) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13764 |14cu|php-yaz-1.1.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname yaz
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 64_%{modname}.ini

Summary:	A Z39.50 client for PHP
Name:		php-%{modname}
Version:	1.1.9
Release:	5
Epoch:		1
License:	PHP License
Group:		Development/PHP
Url:		http://pecl.php.net/package/yaz
Source0:	https://pecl.php.net/get/yaz-%{version}.tgz
Source1:	%{modname}.ini
# http://indexdata.dk/phpyaz/demo/mult.phps
Source2:	mult.php
Patch0:		yaz-antibork.diff
BuildRequires:	libpth-devel
BuildRequires:	php-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(yaz)
Requires:	php(zend-abi) = %{php_zend_api}

%description
This extension implements a Z39.50 client for PHP using the YAZ toolkit.

%files
%doc CREDITS README mult.php package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{modname}-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

%patch0 -p0

cp %{SOURCE1} %{inifile}
cp %{SOURCE2} mult.php

%build
%serverbuild

phpize
%configure2_5x \
	--with-libdir=%{_lib} \
	--enable-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.1.9-5
- (d4e1e6a) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13765 |14cu|php-yp-5.2.3-34
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname yp
%define dirname %{modname}
%define soname %{modname}.so
%define inifile 65_%{modname}.ini

Summary:	NIS (yp) extension module for PHP
Name:		php-%{modname}
Version:	5.2.3
Release:	34
Epoch:		3
License:	PHP License
Group:		Development/PHP
Url:		http://www.php.net
Source0:	yp.tar.bz2
Patch0:		yp-php54x.diff
BuildRequires:	php-devel
BuildRequires:	pkgconfig(libtirpc)
Requires:	php(zend-abi) = %{php_zend_api}

%description
This is a dynamic shared object (DSO) for PHP that will add NIS (Yellow Pages)
support.

%files
%doc CREDITS package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

#----------------------------------------------------------------------------

%prep
%setup -q -n yp
%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x \
	--with-libdir=%{_lib} \
	--with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:5.2.3-34
- (3cb4512) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13766 |14cu|php-ZendFramework-1.12.20-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# % global __requires_exclude pear\\((Zend|Test|example|PHPUnit/Framework.php)

%define php_name ZendFramework

Summary:	Leading open-source PHP framework
Name:		php-ZendFramework
Version:	1.12.20
Release:	1
License:	BSD
Group:		Development/PHP
URL:		http://framework.zend.com/
Source0:	http://framework.zend.com/releases/%{php_name}-%{version}/%{php_name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
Requires:	php
Requires:	php-bcmath
Requires:	php-ctype
Requires:	php-curl
Requires:	php-dom
Requires:	php-fileinfo
Requires:	php-hash
Requires:	php-iconv
Requires:	php-json
Requires:	php-pcre
Requires:	php-pdo
Requires:	php-posix
Requires:	php-session
Requires:	php-simplexml
Requires:	php-xml
Requires:	php-zlib
BuildArch:	noarch

Provides:   pear(Zend/Log.php)
Provides:   pear(Zend/Cache/Exception.php)

%description
Extending the art & spirit of PHP, Zend Framework is based on simplicity,
object-oriented best practices, corporate friendly licensing, and a rigorously
tested agile codebase. Zend Framework is focused on building more secure,
reliable, and modern Web 2.0 applications & web services, and consuming widely
available APIs from leading vendors like Google, Amazon, Yahoo!, Flickr, as
well as API providers and catalogers like StrikeIron and ProgrammableWeb.

%package	demos
Summary:	Demos for the Zend Framework
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}

%description	demos
This package includes Zend Framework demos for the Feeds, Gdata, Mail, OpenId,
Pdf, Search-Lucene and Services subpackages.

%package	tests
Summary:	Unit tests for the Zend Framework
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Requires:	php-pear-PHPUnit >= 3.0.0
Requires:	php-channel-phpunit
Requires:	fonts-ttf-bitstream-vera
BuildRequires:	fonts-ttf-bitstream-vera

%description	tests
This package includes Zend Framework unit tests for all available subpackages.

%package	extras
Summary:	Zend Framework Extras (ZendX)
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-ZendX = %{version}-%{release}

%description	extras
This package includes the ZendX libraries.

%package	Cache-Backend-Apc
Summary:	Zend Framework APC cache backend
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Requires:	php-apc

%description	Cache-Backend-Apc
This package contains the backend for Zend_Cache to store and retrieve data via
APC.

%package	Cache-Backend-Memcached
Summary:	Zend Framework memcache cache backend
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Requires:	php-memcache

%description	Cache-Backend-Memcached
This package contains the back end for Zend_Cache to store and retrieve data
via memcache.


%package	Captcha
Summary:	Zend Framework CAPTCHA component
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Requires:	php-gd

%description	Captcha
This package contains the Zend Framework CAPTCHA extension.

%package	Dojo
Summary:	Zend Framework Dojo Toolkit integration component
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}

%description	Dojo
This package contains the Zend Framework Dojo Toolkit component as well as a
copy of Dojo itself.


%package	Feed
Summary:	Live syndication feeds helper
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Requires:	php-mbstring

%description	Feed
This component provides a very simple way to work with live syndicated feeds.

* consumes RSS and Atom feeds
* provides utilities for discovering feed links
* imports feeds from multiple sources
* providers feed building and posting operations

%package	Gdata
Summary:	Google Data APIs
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}

%description	Gdata
The Google Data APIs provide read/write access to such services hosted at
google.com as Spreadsheets, Calendar, Blogger, and CodeSearch.

* supports both authentication mechanisms of Google Data servers
* supports queries and posting changes against Google Data services
* supports service-specific element types in an object-oriented interface
* matches functionality and design of other Google Data API clients

%package	Pdf
Summary:	PDF file handling helper
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Requires:	php-gd
Provides:   pear(Zend/Pdf/FileParser/Image/Jpeg.php) 
Provides:   pear(Zend/Pdf/FileParser/Image/Tiff.php)

%description	Pdf
Portable Document Format (PDF) from Adobe is the de facto standard for
cross-platform rich documents. Now, PHP applications can create or read PDF
documents on the fly, without the need to call utilities from the shell, depend
on PHP extensions, or pay licensing fees. Zend_Pdf can even modify existing PDF
documents.

* supports Adobe PDF file format
* parses PDF structure and provides access to elements
* creates or modifies PDF documents
* utilizes memory efficiently

%package	Search-Lucene
Summary:	Apache Lucene engine PHP port
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}
Requires:	php-bitset

%description	Search-Lucene
The Apache Lucene engine is a powerful, feature-rich Java search engine that is
flexible about document storage and supports many complex query
types. Zend_Search_Lucene is a port of this engine written entirely in PHP 5.

* allows PHP-powered websites to leverage powerful search capabilities without
  the need for web services or Java
* provides binary compatibility with Apache Lucene
* matches Apache Lucene in performance

%package	Services
Summary:	Web service APIs for a number of providers
Group:		Development/PHP
Requires:	%{name} = %{version}-%{release}

%description	Services
This package contains web service client APIs for the following services:

- Akismet
- Amazon (including EC2, S3)
- Audioscrobbler
- del.icio.us
- Developer Garden
- eBay
- Flickr
- LiveDocx
- Nirvanix
- Rackspace
- ReCaptcha
- Various URL Shortener services
- SlideShare
- SqlAzure
- StrikeIron
- Technorati
- Twitter
- Windows Azure
- Yahoo!

%prep
%setup -qn %{php_name}-%{version}

%build
find . -type f -perm /111 \
  -fprint executables -exec %{__chmod} -x '{}' \; >/dev/null

find . -type f -name \*.sh \
  -fprint valid_executables -exec %{__chmod} +x '{}' \; >/dev/null

find extras/documentation/api/extras/ -exec chmod a+r '{}' \; >/dev/null

%{__cat} executables valid_executables|sort|uniq -u > invalid_executables


%install
%{__mkdir_p} %{buildroot}%{_datadir}/php


# remove cruft that somehow slipped into the tarball
rm -f library/Zend/.Version.php.un~

cp -pr library/Zend %{buildroot}%{_datadir}/php
cp -pr demos/Zend %{buildroot}%{_datadir}/php/Zend/demos
cp -pr tests %{buildroot}%{_datadir}/php/Zend
cp -pr externals %{buildroot}%{_datadir}/php/Zend

# ZendX
cd extras
cp -pr library/ZendX %{buildroot}%{_datadir}/php
cp -pr tests %{buildroot}%{_datadir}/php/ZendX
cd ..

# rhbz 477440
pushd %{buildroot}%{_datadir}/php/Zend/tests/Zend/Pdf/_fonts
    for i in *.ttf; do
	ln -snf %{_datadir}/fonts/TTF/$i $i
    done
popd


%files
%doc LICENSE.txt DEVELOPMENT_README.md INSTALL.md README.md README-GIT.md
%{_datadir}/php/Zend
%exclude %{_datadir}/php/Zend/demos
%exclude %{_datadir}/php/Zend/tests
%exclude %{_datadir}/php/Zend/Cache/Backend/Apc.php
%exclude %{_datadir}/php/Zend/Cache/Backend/Memcached.php
%exclude %{_datadir}/php/Zend/Captcha
%exclude %{_datadir}/php/Zend/Dojo.php
%exclude %{_datadir}/php/Zend/Dojo
%exclude %{_datadir}/php/Zend/Feed.php
%exclude %{_datadir}/php/Zend/Feed
%exclude %{_datadir}/php/Zend/Gdata.php
%exclude %{_datadir}/php/Zend/Gdata
%exclude %{_datadir}/php/Zend/Pdf.php
%exclude %{_datadir}/php/Zend/Pdf
%exclude %{_datadir}/php/Zend/Search
%exclude %{_datadir}/php/Zend/Service/Akismet.php
%exclude %{_datadir}/php/Zend/Service/Amazon.php
%exclude %{_datadir}/php/Zend/Service/Amazon
%exclude %{_datadir}/php/Zend/Service/Audioscrobbler.php
%exclude %{_datadir}/php/Zend/Service/Delicious.php
%exclude %{_datadir}/php/Zend/Service/Delicious
%exclude %{_datadir}/php/Zend/Service/Flickr.php
%exclude %{_datadir}/php/Zend/Service/Flickr
%exclude %{_datadir}/php/Zend/Service/ReCaptcha.php
%exclude %{_datadir}/php/Zend/Service/ReCaptcha
%exclude %{_datadir}/php/Zend/Service/SlideShare.php
%exclude %{_datadir}/php/Zend/Service/SlideShare
%exclude %{_datadir}/php/Zend/Service/StrikeIron.php
%exclude %{_datadir}/php/Zend/Service/StrikeIron
%exclude %{_datadir}/php/Zend/Service/Yahoo.php
%exclude %{_datadir}/php/Zend/Service/Yahoo
%exclude %{_datadir}/php/Zend/externals/dojo


%files demos
%{_datadir}/php/Zend/demos
%doc LICENSE.txt

%files tests
%{_datadir}/php/Zend/tests
%doc LICENSE.txt

%files extras
%{_datadir}/php/ZendX
%doc LICENSE.txt extras/documentation/api/extras/*

%files Cache-Backend-Apc
%{_datadir}/php/Zend/Cache/Backend/Apc.php
%doc LICENSE.txt

%files Cache-Backend-Memcached
%{_datadir}/php/Zend/Cache/Backend/Memcached.php
%doc LICENSE.txt

%files Captcha
%{_datadir}/php/Zend/Captcha
%doc LICENSE.txt

%files Dojo
%{_datadir}/php/Zend/Dojo.php
%{_datadir}/php/Zend/Dojo
%{_datadir}/php/Zend/externals/dojo
%doc LICENSE.txt

%files Feed
%{_datadir}/php/Zend/Feed.php
%{_datadir}/php/Zend/Feed
%doc LICENSE.txt

%files Gdata
%{_datadir}/php/Zend/Gdata.php
%{_datadir}/php/Zend/Gdata
%doc LICENSE.txt

%files Pdf
%{_datadir}/php/Zend/Pdf.php
%{_datadir}/php/Zend/Pdf
%doc LICENSE.txt

%files Search-Lucene
%{_datadir}/php/Zend/Search
%doc LICENSE.txt

%files Services
%{_datadir}/php/Zend/Service/Akismet.php
%{_datadir}/php/Zend/Service/Amazon.php
%{_datadir}/php/Zend/Service/Amazon
%{_datadir}/php/Zend/Service/Audioscrobbler.php
%{_datadir}/php/Zend/Service/Delicious.php
%{_datadir}/php/Zend/Service/Delicious
%{_datadir}/php/Zend/Service/Flickr.php
%{_datadir}/php/Zend/Service/Flickr
%{_datadir}/php/Zend/Service/ReCaptcha.php
%{_datadir}/php/Zend/Service/ReCaptcha
%{_datadir}/php/Zend/Service/SlideShare.php
%{_datadir}/php/Zend/Service/SlideShare
%{_datadir}/php/Zend/Service/StrikeIron.php
%{_datadir}/php/Zend/Service/StrikeIron
%{_datadir}/php/Zend/Service/Yahoo.php
%{_datadir}/php/Zend/Service/Yahoo
%doc LICENSE.txt

%changelog

* Sun Oct 23 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.12.20-1
- (517019b) Updated to 1.12.20



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13767 |14cu|php-ZendFramework2-2.4.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define php_name ZendFramework

Name:		php-ZendFramework2
Version:	2.4.11
Summary:	Zend Framework 2
Release:	1
License:	BSD
Group:		Development/PHP
URL:		http://framework.zend.com/
Source0:	https://packages.zendframework.com/releases/%{php_name}-%{version}/%{php_name}-%{version}.tgz
Requires:	php
Requires:	php-bcmath
Requires:	php-ctype
Requires:	php-curl
Requires:	php-dom
Requires:	php-fileinfo
Requires:	php-hash
Requires:	php-iconv
Requires:	php-json
Requires:	php-pcre
Requires:	php-pdo
Requires:	php-posix
Requires:	php-session
Requires:	php-simplexml
Requires:	php-xml
Requires:	php-zlib
BuildArch:	noarch
Obsoletes: 	php-ZendFramework
## Let's add the obsoletes that have no specific place
Obsoletes: 	php-ZendFramework-Dojo
Obsoletes: 	php-ZendFramework-Gdata
Obsoletes: 	php-ZendFramework-Pdf
Obsoletes: 	php-ZendFramework-Search-Lucene
Obsoletes: 	php-ZendFramework-Services
Obsoletes: 	php-ZendFramework-demos
Obsoletes: 	php-ZendFramework-extras
AutoReqProv:	no

%description
Zend Framework 2 is an open source framework for developing web applications
and services using PHP 5.3+. Zend Framework 2 uses 100% object-oriented code
and utilizes most of the new features of PHP 5.3, namely namespaces, late
static binding, lambda functions and closures.

%package  Authentication
Summary:  Zend Framework 2: Authentication Component
Requires: %{name} = %{version}-%{release}
Requires: php-ctype
Requires: php-hash
Requires: php-pcre

%description Authentication
The Zend\Authentication component provides an API for authentication and
includes concrete authentication adapters for common use case scenarios.

Zend\Authentication is concerned only with authentication and not with
authorization. Authentication is loosely defined as determining whether
an entity actually is what it purports to be (i.e., identification),
based on some set of credentials. Authorization, the process of deciding
whether to allow an entity access to, or to perform operations upon, other
entities is outside the scope of Zend\Authentication. For more information
about authorization and access control with Zend Framework, please see the
Zend\Permissions\Acl or Zend\Permissions\Rbac component.

%package  Barcode
Summary:  Zend Framework 2: Barcode Component
Requires: %{name} = %{version}-%{release}
Requires: php-dom
Requires: php-gd
Requires: php-iconv
Requires: php-pcre

%description Barcode
Zend\Barcode\Barcode provides a generic way to generate barcodes. The
Zend\Barcode component is divided into two subcomponents: barcode objects
and renderers. Objects allow you to create barcodes independently of the
renderer. Renderer allow you to draw barcodes based on the support required.

%package  Cache
Summary:  Zend Framework 2: Cache Component
Requires: %{name} = %{version}-%{release}
Requires: php-pcre
Obsoletes: php-ZendFramework-Cache-Backend-Apc
Obsoletes: php-ZendFramework-Cache-Backend-Memcached

%description Cache
Optional:
* APC (php-pecl-apc)
* DBA (php-dba)
* Memcache (php-pecl-memcache)
* Memcached (php-pecl-memcached)
* Redis (php-pecl-redis)
* XCache (php-xcache)

%package  Captcha
Summary:  Zend Framework 2: CAPTCHA Component
Requires: %{name} = %{version}-%{release}
Requires: php-gd
Obsoletes: php-ZendFramework-Captcha

%description Captcha
CAPTCHA stands for "Completely Automated Public Turing test to tell Computers
and Humans Apart"; it is used as a challenge-response to ensure that the
individual submitting information is a human and not an automated process.
Typically, a CAPTCHA is used with form submissions where authenticated users
are not necessary, but you want to prevent spam submissions.

CAPTCHAs can take a variety of forms, including asking logic questions,
presenting skewed fonts, and presenting multiple images and asking how they
relate. The Zend\Captcha component aims to provide a variety of back ends
that may be utilized either standalone or in conjunction with the Zend\Form
component.

%package  Code
Summary:  Zend Framework 2: Code Component
Requires: %{name} = %{version}-%{release}
Requires: php-pcre
Requires: php-tokenizer

%description Code
Provides facilities to generate arbitrary code using an object oriented
interface.

%package  Config
Summary:  Zend Framework 2: Config Component
Requires: %{name} = %{version}-%{release}
Requires: php-pcre
Requires: php-xmlreader
Requires: php-xmlwriter

%description Config
Zend\Config is designed to simplify access to configuration data within
applications. It provides a nested object property-based user interface
for accessing this configuration data within application code. The
configuration data may come from a variety of media supporting hierarchical
data storage. Currently, Zend\Config provides adapters that read and write
configuration data stored in .ini, JSON, YAML and XML files.

%package  Console
Summary:  Zend Framework 2: Console Component
Requires: %{name} = %{version}-%{release}
Requires: php-pcre
Requires: php-xml

%description Console
Zend Framework 2 features built-in console support.

When a Zend\Application is run from a console window (a shell window), it will
recognize this fact and prepare Zend\Mvc components to handle the request.
Console support is enabled by default, but to function properly it requires at
least one console route and one action controller to handle the request.

* Console routing allows you to invoke controllers and action depending on
  command line parameters provided by the user.
* Module Manager integration allows ZF2 applications and modules to display
  help and usage information, in case the command line has not been understood
  (no route matched).
* Console-aware action controllers will receive a console request containing
  all named parameters and flags. They are able to send output back to the
  console window.
* Console adapters provide a level of abstraction for interacting with console
  on different operating systems.
* Console prompts can be used to interact with the user by asking him questions
  and retrieving input.

%package  Crypt
Summary:  Zend Framework 2: Crypt Component
Requires: %{name} = %{version}-%{release}
Requires: php-mcrypt
Requires: php-hash
Requires: php-openssl
Requires: php-pcre

%description Crypt
Zend\Crypt provides support of some cryptographic tools. The available
features are:

* encrypt-then-authenticate using symmetric ciphers (the authentication step is
  provided using HMAC)
* encrypt/decrypt using symmetric and public key algorithm (e.g. RSA algorithm)
* generate digital sign using public key algorithm (e.g. RSA algorithm)
* key exchange using the Diffie-Hellman method
* Key derivation function (e.g. using PBKDF2 algorithm)
* Secure password hash (e.g. using Bcrypt algorithm)
* generate Hash values
* generate HMAC values

The main scope of this component is to offer an easy and secure way to protect
and authenticate sensitive data in PHP. Because the use of cryptography is not
so easy we recommend to use the Zend\Crypt component only if you have a minimum
background on this topic.

%package  Db
Summary:  Zend Framework 2: DB Component
Requires: %{name} = %{version}-%{release}
Requires: php-pcre
Requires: php-pdo

%description Db
Optional:
* ibm_db2 (http://pecl.php.net/package/ibm_db2)
* mysqli (php-mysql)
* oci8 (http://pecl.php.net/package/oci8)
* pgsql (php-pgsql)
* sqlsrv (http://pecl.php.net/package/sqlsrv)

%package  Debug
Summary:  Zend Framework 2: Debug Component
Requires: %{name} = %{version}-%{release}
Requires: php-pcre

%description Debug
Optional: XDebug (php-pecl-xdebug)

%package  Di
Summary:  Zend Framework 2: DI Component
Requires: %{name} = %{version}-%{release}
Requires: php-pcre

%description Di
Dependency Injection (here-in called DI) is a concept that has been talked
about in numerous places over the web. Simply put, we’ll explain the act of
injecting dependencies simply with this below code:

$b = new MovieLister(new MovieFinder());

Above, MovieFinder is a dependency of MovieLister, and MovieFinder was
injected into MovieLister.

%package  Dom
Summary:  Zend Framework 2: DOM Component
Requires: %{name} = %{version}-%{release}
Requires: php-dom
Requires: php-pcre

%description Dom
The Zend\Dom component provides tools for working with DOM documents and
structures. Currently, we offer Zend\Dom\Query, which provides a unified
interface for querying DOM documents utilizing both XPath and CSS selectors.

%package  Escaper
Summary:  Zend Framework 2: Escaper Component
Requires: %{name} = %{version}-%{release}
Requires: php-ctype
Requires: php-iconv
Requires: php-mbstring
Requires: php-pcre

%description Escaper
The OWASP Top 10 web security risks study lists Cross-Site Scripting (XSS)
in second place. PHP’s sole functionality against XSS is limited to two
functions of which one is commonly misapplied. Thus, the Zend\Escaper component
was written. It offers developers a way to escape output and defend from XSS
and related vulnerabilities by introducing contextual escaping based on
peer-reviewed rules.

%package  EventManager
Summary:  Zend Framework 2: EventManager Component
Requires: %{name} = %{version}-%{release}

%description EventManager
The EventManager is a component designed for the following use cases:

* Implementing simple subject/observer patterns.
* Implementing Aspect-Oriented designs.
* Implementing event-driven architectures.

The basic architecture allows you to attach and detach listeners to named
events, both on a per-instance basis as well as via shared collections;
trigger events; and interrupt execution of listeners.

%package  Feed
Summary:  Zend Framework 2: Feed Component
Requires: %{name} = %{version}-%{release}
Requires: php-ctype
Requires: php-dom
Requires: php-hash
Requires: php-pcre
Requires: php-tidy
Obsoletes: php-ZendFramework-Feed

%description Feed
Zend\Feed provides functionality for consuming RSS and Atom feeds. It provides
a natural syntax for accessing elements of feeds, feed attributes, and entry
attributes. Zend\Feed also has extensive support for modifying feed and entry
structure with the same natural syntax, and turning the result back into XML.
In the future, this modification support could provide support for the Atom
Publishing Protocol.

Zend\Feed consists of Zend\Feed\Reader for reading RSS and Atom feeds,
Zend\Feed\Writer for writing RSS and Atom feeds, and Zend\Feed\PubSubHubbub
for working with Hub servers. Furthermore, both Zend\Feed\Reader and
Zend\Feed\Writer support extensions which allows for working with additional
data in feeds, not covered in the core API but used in conjunction with RSS
and Atom feeds.

%package  File
Summary:  Zend Framework 2: File Component
Requires: %{name} = %{version}-%{release}
Requires: php-fileinfo
Requires: php-hash
Requires: php-pcre
Requires: php-tokenizer

%description File
%{summary}

%package  Filter
Summary:  Zend Framework 2: Filter Component
Requires: %{name} = %{version}-%{release}
Requires: php-bz2
Requires: php-iconv
Requires: php-mbstring
Requires: php-openssl
Requires: php-pcre
Requires: php-zip
Requires: php-zlib

%description Filter
The Zend\Filter component provides a set of commonly needed data filters.
It also provides a simple filter chaining mechanism by which multiple filters
may be applied to a single datum in a user-defined order.

%package  Form
Summary:  Zend Framework 2: Form Component
Requires: %{name} = %{version}-%{release}
Requires: php-intl
Requires: php-pcre

%description Form
Zend\Form is intended primarily as a bridge between your domain models and the
View Layer. It composes a thin layer of objects representing form elements, an
InputFilter, and a small number of methods for binding data to and from the
form and attached objects.

The Zend\Form component consists of the following objects:

* Elements, which simply consist of a name and attributes.
* Fieldsets, which extend from Elements, but allow composing other fieldsets
  and elements.
* Forms, which extend from Fieldsets (and thus Elements). They provide data
  and object binding, and compose InputFilters. Data binding is done via
  ZendStdlibHydrator.

%package  Http
Summary:  Zend Framework 2: HTTP Component
Requires: %{name} = %{version}-%{release}
Requires: php-ctype
Requires: php-curl
Requires: php-fileinfo
Requires: php-openssl
Requires: php-pcre
Requires: php-zlib

%description Http
Zend\Http is a primary foundational component of Zend Framework. Since much
of what PHP does is web-based, specifically HTTP, it makes sense to have a
performant, extensible, concise and consistent API to do all things HTTP.
In nutshell, there are several parts of Zend\Http:

* Context-less Request and Response classes that expose a fluent API for
  introspecting several aspects of HTTP messages:
  ** Request line information and response status information
  ** Parameters, such as those found in POST and GET
  ** Message Body
  ** Headers
* A Client implementation with various adapters that allow for sending requests
  and introspecting responses.

%package  I18n
Summary:  Zend Framework 2: i18n Component
Requires: %{name} = %{version}-%{release}
Requires: php-ctype
Requires: php-pcre

%description I18n
ZendI18n comes with a complete translation suite which supports all major
formats and includes popular features like plural translations and text
domains. The Translator component is mostly dependency free, except for
the fallback to a default locale, where it relies on the Intl PHP extension.

The translator itself is initialized without any parameters, as any
configuration to it is optional. A translator without any translations
will actually do nothing but just return the given message IDs.

%package  InputFilter
Summary:  Zend Framework 2: InputFilter Component
Requires: %{name} = %{version}-%{release}

%description InputFilter
The Zend\InputFilter component can be used to filter and validate generic sets
of input data. For instance, you could use it to filter $_GET or $_POST values,
CLI arguments, etc.

%package  Json
Summary:  Zend Framework 2: JSON Component
Requires: %{name} = %{version}-%{release}
Requires: php-json
Requires: php-mbstring
Requires: php-pcre

%description Json
Zend\Json provides convenience methods for serializing native PHP to JSON
and decoding JSON to native PHP.

JSON, JavaScript Object Notation, can be used for data interchange between
JavaScript and other languages. Since JSON can be directly evaluated by
JavaScript, it is a more efficient and lightweight format than XML for
exchanging data with JavaScript clients.

In addition, Zend\Json provides a useful way to convert any arbitrary XML
formatted string into a JSON formatted string. This built-in feature will
enable PHP developers to transform the enterprise data encoded in XML format
into JSON format before sending it to browser-based Ajax client applications.
It provides an easy way to do dynamic data conversion on the server-side code
thereby avoiding unnecessary XML parsing in the browser-side applications. It
offers a nice utility function that results in easier application-specific
data processing techniques.

%package  Ldap
Summary:  Zend Framework 2: LDAP Component
Requires: %{name} = %{version}-%{release}
Requires: php-iconv
Requires: php-json
Requires: php-ldap
Requires: php-mbstring
Requires: php-pcre

%description Ldap
Zend\Ldap\Ldap is a class for performing LDAP operations including but not
limited to binding, searching and modifying entries in an LDAP directory.

%package  Loader
Summary:  Zend Framework 2: Loader Component
Requires: %{name} = %{version}-%{release}
Requires: php-bz2
Requires: php-pcre

%description Loader
%{summary}

%package  Log
Summary:  Zend Framework 2: Log Component
Requires: %{name} = %{version}-%{release}
Requires: php-dom
Requires: php-json
Requires: php-pcre

%description Log
Zend\Log\Logger is a component for general purpose logging. It supports
multiple log backends, formatting messages sent to the log, and filtering
messages from being logged. These functions are divided into the following
objects:

* A Logger (instance of Zend\Log\Logger) is the object that your application
  uses the most. You can have as many Logger objects as you like; they do not
  interact. A Logger object must contain at least one Writer, and can
  optionally contain one or more Filters.
* A Writer (inherits from Zend\Log\Writer\AbstractWriter) is responsible for
  saving data to storage.
* A Filter (implements Zend\Log\Filter\FilterInterface) blocks log data from
  being saved. A filter is applied to an individual writer. Filters can be
  chained.
* A Formatter (implements Zend\Log\Formatter\FormatterInterface) can format the
  log data before it is written by a Writer. Each Writer has exactly one
  Formatter.

Optional: MongoDB (php-pecl-mongo)

%package  Mail
Summary:  Zend Framework 2: Mail Component
Requires: %{name} = %{version}-%{release}
Requires: php-ctype
Requires: php-iconv
Requires: php-pcre

%description Mail
Zend\Mail provides generalized functionality to compose and send both text
and MIME-compliant multipart email messages. Mail can be sent with Zend\Mail
via the Mail\Transport\Sendmail, Mail\Transport\Smtp or the Mail\Transport\File
transport. Of course, you can also implement your own transport by implementing
the Mail\Transport\TransportInterface.

%package  Math
Summary:  Zend Framework 2: Math Component
Requires: %{name} = %{version}-%{release}
Requires: php-bcmath
Requires: php-gmp
Requires: php-mcrypt
Requires: php-openssl
Requires: php-pcre

%description Math
Zend\Math namespace provides general mathematical functions. So far the
supported functionalities are:

* Zend\Math\Rand: A random number generator
* Zend\Math\BigInteger: A library to manage big integers

%package  Memory
Summary:  Zend Framework 2: Memory Component
Requires: %{name} = %{version}-%{release}

%description Memory
%{summary}

%package  Mime
Summary:  Zend Framework 2: MIME Component
Requires: %{name} = %{version}-%{release}
Requires: php-iconv
Requires: php-pcre

%description Mime
Zend\Mime\Mime is a support class for handling multipart MIME messages. It
is used by Zend\Mail and Zend\Mime\Message and may be used by applications
requiring MIME support.

Optional: %{name}-Mail

%package  ModuleManager
Summary:  Zend Framework 2: ModuleManager Component
Requires: %{name} = %{version}-%{release}

%description ModuleManager
Zend Framework 2.0 introduces a new and powerful approach to modules. This new
module system is designed with flexibility, simplicity, and re-usability in
mind. A module may contain just about anything: PHP code, including MVC
functionality; library code; view scripts; and/or public assets such as images,
CSS, and JavaScript.

%package  Mvc
Summary:  Zend Framework 2: MVC Component
Requires: %{name} = %{version}-%{release}
Requires: php-intl
Requires: php-pcre

%description Mvc
Zend\Mvc is a brand new MVC implementation designed from the ground up for
Zend Framework 2, focusing on performance and flexibility.

The MVC layer is built on top of the following components:

* Zend\ServiceManager - Zend Framework provides a set of default service
  definitions set up at Zend\Mvc\Service. The ServiceManager creates and
  configures your application instance and workflow.
* Zend\EventManager - The MVC is event driven. This component is used
  everywhere from initial bootstrapping of the application, through returning
  response and request calls, to setting and retrieving routes and matched
  routes, as well as render views.
* Zend\Http - specifically the request and response objects.
* Zend\Stdlib\DispatchableInterface. All "controllers" are simply dispatchable
  objects.

%package  Navigation
Summary:  Zend Framework 2: Navigation Component
Requires: %{name} = %{version}-%{release}
Requires: php-pcre

%description Navigation
Zend\Navigation is a component for managing trees of pointers to web pages.
Simply put: It can be used for creating menus, breadcrumbs, links, and
sitemaps, or serve as a model for other navigation related purposes.

%package  Paginator
Summary:  Zend Framework 2: Paginator Component
Requires: %{name} = %{version}-%{release}

%description Paginator
Zend\Paginator is a flexible component for paginating collections of data and
presenting that data to users.

The primary design goals of Zend\Paginator are as follows:

* Paginate arbitrary data, not just relational databases
* Fetch only the results that need to be displayed
* Do not force users to adhere to only one way of displaying data or rendering
  pagination controls
* Loosely couple Zend\Paginator to other Zend Framework components so that
  users who wish to use it independently of Zend\View, Zend\Db, etc. can do so

%package  Permissions-Acl
Summary:  Zend Framework 2: Permissions ACL Component
Requires: %{name} = %{version}-%{release}

%description Permissions-Acl
The Zend\Permissions\Acl component provides a lightweight and flexible access
control list (ACL) implementation for privileges management. In general, an
application may utilize such ACL‘s to control access to certain protected
objects by other requesting objects.

For the purposes of this documentation:

* a resource is an object to which access is controlled.
* a role is an object that may request access to a Resource.

Put simply, roles request access to resources. For example, if a parking
attendant requests access to a car, then the parking attendant is the
requesting role, and the car is the resource, since access to the car may not
be granted to everyone.

Through the specification and use of an ACL, an application may control how
roles are granted access to resources.

%package  Permissions-Rbac
Summary:  Zend Framework 2: Permissions RBAC Component
Requires: %{name} = %{version}-%{release}

%description Permissions-Rbac
The Zend\Permissions\Rbac component provides a lightweight role-based access
control implementation based around PHP 5.3’s SPL RecursiveIterator and
RecursiveIteratorIterator. RBAC differs from access control lists (ACL) by
putting the emphasis on roles and their permissions rather than objects
(resources).

%package  ProgressBar
Summary:  Zend Framework 2: ProgressBar Component
Requires: %{name} = %{version}-%{release}
#     uploadprogress
Requires: php-pcre

%description ProgressBar
Zend\ProgressBar is a component to create and update progress bars in different
environments. It consists of a single backend, which outputs the progress
through one of the multiple adapters. On every update, it takes an absolute
value and optionally a status message, and then calls the adapter with some
precalculated values like percentage and estimated time left.

%package  Serializer
Summary:  Zend Framework 2: Serializer Component
Requires: %{name} = %{version}-%{release}
Requires: php-dom
Requires: php-pcre
Requires: php-simplexml

%description Serializer
The Zend\Serializer component provides an adapter based interface to simply
generate storable representation of PHP types by different facilities, and
recover.

Optional: msgpack (php-pecl-msgpack)

%package  Server
Summary:  Zend Framework 2: Server Component
Requires: %{name} = %{version}-%{release}
Requires: php-pcre

%description Server
The Zend\Server family of classes provides functionality for the various server
classes, including Zend\XmlRpc\Server and Zend\Json\Server. Zend\Server\Server
provides an interface that mimics PHP 5 SoapServer class; all server classes
should implement this interface in order to provide a standard server API.

The Zend\Server\Reflection tree provides a standard mechanism for performing
function and class introspection for use as callbacks with the server classes,
and provides data suitable for use with Zend\Server\Server‘s getFunctions()
and loadFunctions() methods.

%package  ServiceManager
Summary:  Zend Framework 2: ServiceManager Component
Requires: %{name} = %{version}-%{release}

%description ServiceManager
The Service Locator design pattern is implemented by the Zend\ServiceManager
component. The Service Locator is a service/object locator, tasked with
retrieving other objects.

%package  Session
Summary:  Zend Framework 2: Session Component
Requires: %{name} = %{version}-%{release}
Requires: php-hash
Requires: php-pcre
Requires: php-session

%description Session
Manage and preserve session data, a logical complement of cookie data, across
multiple page requests by the same client.

Optional: MongoDB (php-pecl-mongo)

%package  Soap
Summary:  Zend Framework 2: SOAP Component
Requires: %{name} = %{version}-%{release}
Requires: php-curl
Requires: php-dom
Requires: php-pcre
Requires: php-simplexml
Requires: php-soap

%description Soap
%{summary}

%package  Stdlib
Summary:  Zend Framework 2: Stdlib Component
Requires: %{name} = %{version}-%{release}
Requires: php-iconv
Requires: php-intl
Requires: php-json
Requires: php-mbstring
Requires: php-pcre

%description Stdlib
%{summary}

%package  Tag
Summary:  Zend Framework 2: Tag Component
Requires: %{name} = %{version}-%{release}
Requires: php-pcre

%description Tag
Zend\Tag is a component suite which provides a facility to work with taggable
Items. As its base, it provides two classes to work with Tags, Zend\Tag\Item
and Zend\Tag\ItemList. Additionally, it comes with the interface
Zend\Tag\TaggableInterface, which allows you to use any of your models as a
taggable item in conjunction with Zend\Tag.

Zend\Tag\Item is a basic taggable item implementation which comes with the
essential functionality required to work with the Zend\Tag suite. A taggable
item always consists of a title and a relative weight (e.g. number of
occurrences). It also stores parameters which are used by the different
sub-components of Zend\Tag.

To group multiple items together, Zend\Tag\ItemList exists as an array iterator
and provides additional functionality to calculate absolute weight values based
on the given relative weights of each item in it.

%package  Test
Summary:  Zend Framework 2: Test Component
Requires: %{name} = %{version}-%{release}
Requires: php-pear-PHPUnit >= 3.7.0
Requires: php-pcre
Obsoletes: php-ZendFramework-tests

%description Test
The Zend\Test component provides tools to facilitate unit testing of your Zend
Framework applications. At this time, we offer facilities to enable testing of
your Zend Framework MVC applications.

PHPUnit is the only library supported currently.

%package  Text
Summary:  Zend Framework 2: Text Component
Requires: %{name} = %{version}-%{release}
Requires: php-ctype
Requires: php-pcre

%description Text
%{summary}

%package  Uri
Summary:  Zend Framework 2: URI Component
Requires: %{name} = %{version}-%{release}
Requires: php-pcre

%description Uri
Zend\Uri is a component that aids in manipulating and validating Uniform
Resource Identifiers (URIs) [1]. Zend\Uri exists primarily to service other
components, such as Zend\Http\, but is also useful as a standalone utility.

URIs always begin with a scheme, followed by a colon. The construction of the
many different schemes varies significantly. The Zend\Uri component provides
the Zend\Uri\UriFactory that returns a class implementing the
Zend\Uri\UriInterface which specializes in the scheme if such a class is
registered with the Factory.

[1] http://www.ietf.org/rfc/rfc3986.txt

%package  Validator
Summary:  Zend Framework 2: Validator Component
Requires: %{name} = %{version}-%{release}
Requires: php-ctype
Requires: php-fileinfo
Requires: php-hash
Requires: php-pcre

%description Validator
The Zend\Validator component provides a set of commonly needed validators.
It also provides a simple validator chaining mechanism by which multiple
validators may be applied to a single datum in a user-defined order.

%package  Version
Summary:  Zend Framework 2: Version Component
Requires: %{name} = %{version}-%{release}
Requires: php-pcre

%description Version
Zend\Version provides a class constant Zend\Version\Version::VERSION that
contains a string identifying the version number of your Zend Framework
installation. Zend\Version\Version::VERSION might contain "1.7.4", for
example.

The static method Zend\Version\Version::compareVersion($version) is based on
the PHP function version_compare(). This method returns -1 if the specified
version is older than the installed Zend Framework version, 0 if they are the
same and +1 if the specified version is newer than the version of the Zend
Framework installation.

%package  View
Summary:  Zend Framework 2: View Component
Requires: %{name} = %{version}-%{release}
Requires: php-dom
Requires: php-filter
Requires: php-pcre

%description View
Zend\View provides the "View" layer of Zend Framework 2’s MVC system. It
is a multi-tiered system allowing a variety of mechanisms for extension,
substitution, and more.

%package  XmlRpc
Summary:  Zend Framework 2: XML-RPC Component
Requires: %{name} = %{version}-%{release}
Requires: php-dom
Requires: php-iconv
Requires: php-pcre
Requires: php-simplexml
Requires: php-xmlwriter

%description XmlRpc
From its home page, XML-RPC is described as a "...remote procedure calling
using HTTP as the transport and XML as the encoding. XML-RPC is designed to
be as simple as possible, while allowing complex data structures to be
transmitted, processed and returned."

Zend Framework provides support for both consuming remote XML-RPC services
and building new XML-RPC servers.

[1] http://www.xmlrpc.com/

%package  ZendXml
Summary:  Zend Framework 2: XML usage, best practices, and security in PHP
Requires: %{name} = %{version}-%{release}
Requires: php-dom
Requires: php-simplexml

%description ZendXml
This is a security component to prevent XML eXternal Entity (XXE) and
XML Entity Expansion (XEE) attacks on XML documents.

The XXE attack is prevented disabling the load of external entities in
the libxml library used by PHP, using the function
libxml_disable_entity_loader.

The XEE attack is prevented looking inside the XML document for ENTITY usage.
If the XML document uses ENTITY the library throw an Exception.

%prep
%setup -q -n ZendFramework-%{version}

%build

%install
mkdir -p %{buildroot}%{_datadir}/php
cp -pr -pr library/* %{buildroot}%{_datadir}/php
find %{buildroot}%{_datadir}/php/Zend/ -name composer.json -delete
find %{buildroot}%{_datadir}/php/Zend/ -name "*.md" -delete

%files
%doc LICENSE.txt
%doc *.md composer.json
%dir %{_datadir}/php/Zend

%files Authentication
%doc library/Zend/Authentication/*.md
%doc library/Zend/Authentication/composer.json
%{_datadir}/php/Zend/Authentication

%files Barcode
%doc library/Zend/Barcode/*.md
%doc library/Zend/Barcode/composer.json
%{_datadir}/php/Zend/Barcode

%files Cache
%doc library/Zend/Cache/*.md
%doc library/Zend/Cache/composer.json
%{_datadir}/php/Zend/Cache

%files Captcha
%doc library/Zend/Captcha/*.md
%doc library/Zend/Captcha/composer.json
%{_datadir}/php/Zend/Captcha

%files Code
%doc library/Zend/Code/*.md
%doc library/Zend/Code/composer.json
%{_datadir}/php/Zend/Code

%files Config
%doc library/Zend/Config/*.md
%doc library/Zend/Config/composer.json
%{_datadir}/php/Zend/Config

%files Console
%doc library/Zend/Console/*.md
%doc library/Zend/Console/composer.json
%{_datadir}/php/Zend/Console

%files Crypt
%doc library/Zend/Crypt/*.md
%doc library/Zend/Crypt/composer.json
%{_datadir}/php/Zend/Crypt

%files Db
%doc library/Zend/Db/*.md
%doc library/Zend/Db/composer.json
%{_datadir}/php/Zend/Db

%files Debug
%doc library/Zend/Debug/*.md
%doc library/Zend/Debug/composer.json
%{_datadir}/php/Zend/Debug

%files Di
%doc library/Zend/Di/*.md
%doc library/Zend/Di/composer.json

%{_datadir}/php/Zend/Di

%files Dom
%doc library/Zend/Dom/*.md
%doc library/Zend/Dom/composer.json
%{_datadir}/php/Zend/Dom

%files Escaper
%doc library/Zend/Escaper/*.md
%doc library/Zend/Escaper/composer.json
%{_datadir}/php/Zend/Escaper

%files EventManager
%doc library/Zend/EventManager/*.md
%doc library/Zend/EventManager/composer.json
%{_datadir}/php/Zend/EventManager

%files Feed
%doc library/Zend/Feed/*.md
%doc library/Zend/Feed/composer.json
%{_datadir}/php/Zend/Feed

%files File
%doc library/Zend/File/*.md
%doc library/Zend/File/composer.json
%{_datadir}/php/Zend/File

%files Filter
%doc library/Zend/Filter/*.md
%doc library/Zend/Filter/composer.json
%{_datadir}/php/Zend/Filter

%files Form
%doc library/Zend/Form/*.md
%doc library/Zend/Form/composer.json
%{_datadir}/php/Zend/Form

%files Http
%doc library/Zend/Http/*.md
%doc library/Zend/Http/composer.json
%{_datadir}/php/Zend/Http

%files I18n
%doc library/Zend/I18n/*.md
%doc library/Zend/I18n/composer.json
%{_datadir}/php/Zend/I18n

%files InputFilter
%doc library/Zend/InputFilter/*.md
%doc library/Zend/InputFilter/composer.json
%{_datadir}/php/Zend/InputFilter


%files Json
%doc library/Zend/Json/*.md
%doc library/Zend/Json/composer.json
%{_datadir}/php/Zend/Json

%files Ldap
%doc library/Zend/Ldap/*.md
%doc library/Zend/Ldap/composer.json
%{_datadir}/php/Zend/Ldap

%files Loader
%doc library/Zend/Loader/*.md
%doc library/Zend/Loader/composer.json
%{_datadir}/php/Zend/Loader

%files Log
%doc library/Zend/Log/*.md
%doc library/Zend/Log/composer.json
%{_datadir}/php/Zend/Log

%files Mail
%doc library/Zend/Mail/*.md
%doc library/Zend/Mail/composer.json
%{_datadir}/php/Zend/Mail

%files Math
%doc library/Zend/Math/*.md
%doc library/Zend/Math/composer.json
%{_datadir}/php/Zend/Math

%files Memory
%doc library/Zend/Memory/*.md
%doc library/Zend/Memory/composer.json
%{_datadir}/php/Zend/Memory

%files Mime
%doc library/Zend/Mime/*.md
%doc library/Zend/Mime/composer.json
%{_datadir}/php/Zend/Mime

%files ModuleManager
%doc library/Zend/ModuleManager/*.md
%doc library/Zend/ModuleManager/composer.json
%{_datadir}/php/Zend/ModuleManager

%files Mvc
%doc library/Zend/Mvc/*.md
%doc library/Zend/Mvc/composer.json
%{_datadir}/php/Zend/Mvc

%files Navigation
%doc library/Zend/Navigation/*.md
%doc library/Zend/Navigation/composer.json
%{_datadir}/php/Zend/Navigation

%files Paginator
%doc library/Zend/Paginator/*.md
%doc library/Zend/Paginator/composer.json
%{_datadir}/php/Zend/Paginator

%files Permissions-Acl
%doc library/Zend/Permissions/Acl/*.md
%doc library/Zend/Permissions/Acl/composer.json
%dir %{_datadir}/php/Zend/Permissions
     %{_datadir}/php/Zend/Permissions/Acl

%files Permissions-Rbac
%doc library/Zend/Permissions/Rbac/*.md
%doc library/Zend/Permissions/Rbac/composer.json
%dir %{_datadir}/php/Zend/Permissions
     %{_datadir}/php/Zend/Permissions/Rbac

%files ProgressBar
%doc library/Zend/ProgressBar/*.md
%doc library/Zend/ProgressBar/composer.json
%{_datadir}/php/Zend/ProgressBar

%files Serializer
%doc library/Zend/Serializer/*.md
%doc library/Zend/Serializer/composer.json
%{_datadir}/php/Zend/Serializer

%files Server
%doc library/Zend/Server/*.md
%doc library/Zend/Server/composer.json
%{_datadir}/php/Zend/Server

%files ServiceManager
%doc library/Zend/ServiceManager/*.md
%doc library/Zend/ServiceManager/composer.json
%{_datadir}/php/Zend/ServiceManager

%files Session
%doc library/Zend/Session/*.md
%doc library/Zend/Session/composer.json
%{_datadir}/php/Zend/Session

%files Soap
%doc library/Zend/Soap/*.md
%doc library/Zend/Soap/composer.json
%{_datadir}/php/Zend/Soap

%files Stdlib

%doc library/Zend/Stdlib/*.md
%doc library/Zend/Stdlib/composer.json
%{_datadir}/php/Zend/Stdlib

%files Tag
%doc library/Zend/Tag/*.md
%doc library/Zend/Tag/composer.json
%{_datadir}/php/Zend/Tag

%files Test
%doc library/Zend/Test/*.md
%doc library/Zend/Test/composer.json
%{_datadir}/php/Zend/Test

%files Text
%doc library/Zend/Text/*.md
%doc library/Zend/Text/composer.json
%{_datadir}/php/Zend/Text

%files Uri
%doc library/Zend/Uri/*.md
%doc library/Zend/Uri/composer.json
%{_datadir}/php/Zend/Uri

%files Validator
%doc library/Zend/Validator/*.md
%doc library/Zend/Validator/composer.json

%{_datadir}/php/Zend/Validator

%files Version
%doc library/Zend/Version/*.md
%doc library/Zend/Version/composer.json
%{_datadir}/php/Zend/Version

%files View
%doc library/Zend/View/*.md
%doc library/Zend/View/composer.json
%{_datadir}/php/Zend/View

%files XmlRpc
%doc library/Zend/XmlRpc/*.md
%doc library/Zend/XmlRpc/composer.json
%{_datadir}/php/Zend/XmlRpc

%files ZendXml
%{_datadir}/php/ZendXml

%changelog

* Fri Jan 13 2017 Denis Silakov <dsilakov@virtuozzo.com> 2.4.11-1
- (6a40354) :wqerge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13768 |14cu|pianobooster-0.6.4b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:            pianobooster
Summary:         A MIDI file player that teaches you how to play the piano
Version:         0.6.4b
Release:         4
License:         GPLv3+
Group:           Sound
URL:             http://pianobooster.sourceforge.net/
Source0:         http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.gz
Source1:         %{name}.desktop
# link libpthread and libGL explicitly
Patch0:          pianobooster-0.6.4b-explicit-linking.patch
BuildRequires:   cmake
BuildRequires:   qt4-devel
BuildRequires:   desktop-file-utils
BuildRequires:   pkgconfig(alsa)
BuildRequires:   mesaglu-devel

%description
A MIDI file player/game that displays the musical notes AND teaches you how
to play the piano. 

PianoBooster is a fun way of playing along with a musical accompaniment and
at the same time learning the basics of reading musical notation.
The difference between playing along to a CD or a standard MIDI file
is that PianoBooster listens and reacts to what you are playing on a
MIDI keyboard.


%prep
%setup -q -n %{name}-src-%{version}
%patch0 -p1 -b .linkpthread
perl -pi -e "s/-mwindows//g" src/CMakeLists.txt

sed -e 's|\r||g' README.txt > README.txt.tmp
touch -r README.txt README.txt.tmp
mv README.txt.tmp README.txt

sed -e 's|\r||g' license.txt > license.txt.tmp
touch -r license.txt license.txt.tmp
mv license.txt.tmp license.txt

find -name '*.cpp' -exec chmod a-x {} \;
find -name '*.h' -exec chmod a-x {} \;

%build
%cmake ../src
%make

%install
pushd build
install -d %{buildroot}%{_bindir}
install %{name} %{buildroot}%{_bindir}
popd

install -d $%{buildroot}%{_datadir}/applications
desktop-file-install \
    --dir %{buildroot}%{_datadir}/applications  \
    %{SOURCE1}


install -d %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -m 644 -p src/images/Logo32x32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -d %{buildroot}%{_datadir}/icons/hicolor/64x64/apps
install -m 644 -p src/images/logo64x64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png

mkdir -p %{buildroot}/etc/modules-load.d
echo "snd_seq" > %{buildroot}/etc/modules-load.d/%{name}.conf

%post
modprobe snd_seq

%postun
if [ $1 -eq 0 ] ; then
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :


%files
%doc license.txt gplv3.txt README.txt
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/*
/etc/modules-load.d/%{name}.conf

%changelog

* Tue Apr 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.4b-4
- (29d2d9b) Autoload snd_seq kernel module



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13769 |14cu|picard-1.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The official MusicBrainz tagger
Name:		picard
Version:	1.3.2
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://musicbrainz.org/doc/MusicBrainz_Picard
Source0:	http://ftp.musicbrainz.org/pub/musicbrainz/picard/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	mutagen >= 1.20
BuildRequires:	pkgconfig(python) >= 2.6
BuildRequires:	pkgconfig(libdiscid)
BuildRequires:	gettext
Requires:	mutagen
Requires:	python-qt4 >= 4.5
Requires:	%{mklibname discid 0}
#gw for fpcalc (AcoustID calculation)
Requires:	chromaprint
#gw for metaflac:
Suggests:	flac
#gw for wvgain:
Suggests:	wavpack
Suggests:	mp3gain

%description
MusicBrainz Picard is the official MusicBrainz tagger, written in Python.
It supports the majority of audio file formats, is capable of using audio
fingerprints (PUIDs), performing CD lookups and disc ID submissions, and it
has excellent Unicode support. Additionally, there are several plugins
available that extend Picard's features.
When tagging files, Picard uses an album-oriented approach. This approach
allows it to utilize the MusicBrainz data as effectively as possible and
correctly tag your music. For more information, see the illustrated quick
start guide to tagging.
Picard is named after Captain Jean-Luc Picard from the TV series Star Trek:
The Next Generation.

%files -f %{name}.lang
%doc AUTHORS.txt COPYING.txt INSTALL.txt NEWS.txt
%{_bindir}/%{name}
%{python_sitearch}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/locale/*/LC_MESSAGES/%{name}-*.mo
%{_iconsdir}/hicolor/*/apps/*

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-release-%{version}
#apply_patches


%build
python setup.py config
python setup.py build


%install
python setup.py install --root=%{buildroot}

%find_lang %{name}


%changelog

* Fri Aug 28 2015 Giovanni Mariani <mc2374@mclink.it> 1.3.2-1
- (b05844b) Updated to release 1.3.2, removed now useless Sources and killed a bunch of rpmlint warnings



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13770 |14cu|piccolo-1.04-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:        Small fast XML parser
Name:           piccolo
Version:        1.04
Release:        3
Epoch:          0
License:        Apache Software License
URL:            http://piccolo.sourceforge.net/
Group:          Development/Java
Source0:        piccolo-%{version}-src.zip
Patch0:         piccolo-build_xml.patch
BuildRequires:  java-rpmbuild >= 0:1.5.32
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit
BuildRequires:  junit4
Requires:       jpackage-utils

%description
Piccolo is a small, extremely fast XML parser for 
Java. It implements the SAX 1, SAX 2.0.1, and 
JAXP 1.1 (SAX parsing only) interfaces as a 
non-validating parser and attempts to detect 
all XML well-formedness errors. 

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
%setup -q -T -c -n %{name}-%{version}
cd ..
unzip -q %{SOURCE0}
cd %{name}-%{version}
rm -r src/org src/javax
%patch0
#Fix wrong-file-end-of-line-encoding
sed -i 's/\r$//g' LICENSE.txt

%build
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=
ant -Dbuild.sysclasspath=first build javadoc

%install

# jars
mkdir -p %{buildroot}%{_javadir}
cp -p lib/Piccolo.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*


%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.04-3
- (a1d0040) Use junit4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13771 |14cu|picosat-959-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define	libname %mklibname %{name} %{major}
%define	libnamedevel %mklibname %{name} -d

Name:           picosat
Summary:        Lightweight SAT solver
Version:        959
Release:        7
Source0:        http://fmv.jku.at/%{name}/%{name}-%{version}.tar.gz
URL:            http://fmv.jku.at/picosat/
# Thanks to David Wheeler for the man page.
Source1:        picosat.1
# Man page link for picosat.trace
Source2:        picosat.trace.1
# Man page for picomus
Source3:        picomus.1

Group:          Sciences/Computer science
License:        MIT-like
# gzip required (see app.c); find-requires can't see into C code to find it
Requires:       gzip, %{libname} = %{version}-%{release}

%description
The SAT problem is the classical NP complete problem of searching
for a satisfying assignment of a propositional formula in
conjunctive normal form (CNF). General information on SAT can be
found at http://www.satlive.org or http://www.satlib.org.

%package -n	%{libname}
Group:          Development/C
Summary:        A SAT solver library

%description -n	%{libname}
The PicoSAT library, which contains routines that solve the SAT problem.
The library has a simple API which is similar to that of previous
solvers by the same authors.

%package -n	%{name}-devel
Group:          Development/C
Summary:        Development files for PicoSAT
Requires:       %{libname} = %{version}-%{release}

%description -n	%{name}-devel
Headers and other development files for PicoSAT.

%prep
%setup -q -n %{name}-%{version}

%build
# The configure script is NOT autoconf-generated and chooses its own CFLAGS,
# so we mimic its effects instead of using it.

# Build the version with trace support
sed -e "s/@CC@/gcc/" \
    -e "s/@CFLAGS@/${RPM_OPT_FLAGS} -DTRACE -DNDEBUG/" \
    -e "s/-Xlinker libpicosat.so/-Xlinker libpicosat.so.%{major}/" \
    -e "s/libpicosat/libpicosat-trace/g" \
    -e "s/-lpicosat/-lpicosat-trace/g" \
    -e "s/@TARGETS@/libpicosat-trace.so picosat picomus/" \
  makefile.in > makefile
make
mv picosat picosat.trace

# Build the fast version.
# Note that picomus needs trace support, so we don't rebuild it.
rm -f *.o *.s config.h
sed -e "s/@CC@/gcc/" \
    -e "s/@CFLAGS@/${RPM_OPT_FLAGS} -DNDEBUG/" \
    -e "s/-Xlinker libpicosat.so/-Xlinker libpicosat.so.%{major}/" \
    -e "s/@TARGETS@/libpicosat.so picosat/" \
  makefile.in > makefile
make

%install
# Install the header file
mkdir -p %{buildroot}%{_includedir}/%{name}
cp -p picosat.h %{buildroot}%{_includedir}/%{name}

# Install the libraries
mkdir -p %{buildroot}%{_libdir}
cp -p libpicosat-trace.so %{buildroot}%{_libdir}/libpicosat-trace.so.%{major}.0.%{version}
ln -s libpicosat-trace.so.%{major}.0.%{version} %{buildroot}%{_libdir}/libpicosat-trace.so.%{major}
ln -s libpicosat-trace.so.%{major} %{buildroot}%{_libdir}/libpicosat-trace.so
cp -p libpicosat.so %{buildroot}%{_libdir}/libpicosat.so.%{major}.0.%{version}
ln -s libpicosat.so.%{major}.0.%{version} %{buildroot}%{_libdir}/libpicosat.so.%{major}
ln -s libpicosat.so.%{major} %{buildroot}%{_libdir}/libpicosat.so

# Install the binaries
mkdir -p %{buildroot}%{_bindir}
cp -p picosat picosat.trace picomus %{buildroot}%{_bindir}

# Install the man pages
mkdir -p %{buildroot}%{_mandir}/man1
cp -p %{SOURCE1} %{SOURCE2} %{SOURCE3} %{buildroot}%{_mandir}/man1

# The LICENSE file is placed in the -libs package rather than the base package,
# because the -libs package is always installed when the base package is
# installed, but not vice versa.
%files
%defattr(-,root,root,-)
%{_bindir}/picosat*
%{_bindir}/picomus
%{_mandir}/man1/picosat*
%{_mandir}/man1/picomus*

%files -n %{libname}
%defattr(-,root,root,-)
%doc LICENSE NEWS
%{_libdir}/libpicosat-trace.so.*
%{_libdir}/libpicosat.so.*

%files -n %{name}-devel
%defattr(-,root,root,-)
%{_includedir}/%{name}/picosat.h
%{_libdir}/libpicosat-trace.so
%{_libdir}/libpicosat.so



%changelog

* Thu Oct 08 2015 Denis Silakov <dsilakov@gmail.com> 959-7
- (9b2f32e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13772 |14cu|pidgin-icb-0.0-0.20070505.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_prel	20070505

Summary:	ICB protocol plugin for Pidgin
Name:		pidgin-icb
Version:	0.0
Release:	0.%{_prel}.5
Epoch:		1
License:	GPL
Group:		Networking/Instant messaging
Url:		http://nic.com.pl/~alek/
Source0:	http://nic.com.pl/~alek/gaim-icb/%{name}-%{_prel}.tar.bz2
Patch0:		pidgin-icb-20070505-debug.patch
BuildRequires:	pidgin-devel
Requires:	pidgin
Obsoletes:	gaim-icb
Provides:	gaim-icb

%description
ICB (Internet Citizen's Band) plugin for Pidgin.

%prep
%setup -qn %{name}-%{_prel}
%patch0 -p1

%build
%make LOCALBASE=%{_prefix}

%install
mkdir -p %{buildroot}%{_libdir}/purple-2
install libicb.so %{buildroot}%{_libdir}/purple-2/

for i in 16 22 48; do \
    install -D icb_$i.png \
	 %{buildroot}%{_datadir}/pixmaps/pidgin/protocols/$i/icb.png; \
done

%files
%defattr(644,root,root,755)
%doc README
%attr(755,root,root) %{_libdir}/purple-2/libicb.so
%{_datadir}/pixmaps/pidgin/protocols/*/icb.png



%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 1:0.0-0.20070505.5
- (1ac1885) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13773 |14cu|pidgin-otr-4.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pidgin plugin that implements Off-the-Record Messaging
Name:		pidgin-otr
Version:	4.0.2
Release:	1
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://www.cypherpunks.ca/otr/
Source0:	http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz
Source1:	http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz.asc
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libotr)
BuildRequires:	pkgconfig(pidgin)
Requires:	pidgin

%description
This is a plugin for pidgin which implements Off-the-Record
Messaging over any IM network pidgin supports.

OTR allows you to have private conversations over IM by providing:
 - Encryption
   - No one else can read your instant messages.
 - Authentication
   - You are assured the correspondent is who you think it is.
 - Deniability
   - The messages you send do _not_ have digital signatures that are
     checkable by a third party.  Anyone can forge messages after a
     conversation to make them look like they came from you.  However,
     _during_ a conversation, your correspondent is assured the messages
     he sees are authentic and unmodified.
 - Perfect forward secrecy
   - If you lose control of your private keys, no previous conversation
     is compromised.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/pidgin/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Fri Mar 25 2016 Denis Silakov <dsilakov@gmail.com> 4.0.2-1
- (2c98dd0) Updated to 4.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13774 |14cu|pidgin-plugin-fchat-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fchat-pidgin

Summary:	A pidgin/libpurple plugin for the F-List roleplaying webchat
Name:		pidgin-plugin-fchat
Version:	0.6.0
Release:	2
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		https://github.com/fchat-pidgin/fchat-pidgin/
Source0:	https://github.com/fchat-pidgin/fchat-pidgin/archive/v%{version}.tar.gz?/%{oname}-%{version}.tar.gz
Patch0:		fchat-pidgin-0.6.0-no-git-version.patch
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(pidgin)
BuildRequires:	pkgconfig(purple)
Requires:	pidgin

%description
A pidgin/libpurple plugin for the F-List roleplaying webchat.

%files
%doc CHANGELOG.md LICENSE README.md README_USERS
%{_datadir}/pixmaps/pidgin/protocols/*/flist.png
%{_libdir}/purple-2/flist.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%make \
	LINUX_COMPILER="%__cc %{optflags}" \
	FLIST_PURPLE_ONLY=1

%install
%makeinstall_std


%changelog

* Thu Jun 15 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.0-2
- (3523061) Build with FLIST_PURPLE_ONLY



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13775 |14cu|pidgin-plugin-guiops-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pidgin-guiops

Summary:	GUI customization additional options plugin for pidgin
Name:		pidgin-plugin-guiops
Version:	0.5.1
Release:	2
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		https://code.google.com/archive/p/pidgin-guiops/
Source0:	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/%{oname}/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pidgin)
BuildRequires:	pkgconfig(purple)
Requires:	pidgin

%description
The Pidgin GUIOps plugin provides more GUI customization options:
- display buddy status next to buddy name instead of under it in the buddy list
- hide buddy list and conversation menu's with shortcut key
- hide buddy list statusbox with shortcut key
- make conversation window borders thinner
- hide conversation window status box

The buddy icon is also resized to a smaller size, or can even be hidden.

%files
%doc README
%{_libdir}/purple-2/pidgin-guiops.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}

%build
%setup_compile_flags
%make

%install
%makeinstall_std plugin_dir=%{buildroot}%{_libdir}/purple-2


%changelog

* Sun Mar 19 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.1-2
- (8adf655) Fix plugin install path



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13776 |14cu|pidgin-plugin-tox-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tox-prpl

Summary:	Tox protocol plugin for libpurple
Name:		pidgin-plugin-tox
Version:	0.5.1
Release:	2
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		https://github.com/locke87/tox-prpl
Source0:	%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libsodium)
BuildRequires:	pkgconfig(libtoxcore)
BuildRequires:	pkgconfig(purple)
Requires:	pidgin

%description
Tox protocol plugin for libpurple.

%files
%doc README README.md AUTHORS COPYING ChangeLog
%{_libdir}/purple-2/libtox.so
%{_datadir}/pixmaps/pidgin/protocols/*/tox.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
autoreconf -fi
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std



%changelog

* Wed Nov 30 2016 Rosa <rosa@abf.rosalinux.ru> 0.5.1-2
- (b77dcff) Automatic import for version 0.5.1-2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13777 |14cu|pidgin-plugin-usercast-0.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define oname usercast

Summary:	User casting plugin for pidgin
Name:		pidgin-plugin-usercast
Version:	0.2.3
Release:	1
License:	MIT
Group:		Networking/Instant messaging
Url:		https://github.com/santa01/usercast/
Source0:	https://github.com/santa01/usercast/archive/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pidgin)
BuildRequires:	pkgconfig(purple)
Requires:	pidgin

%description
Usercast copies the nickname you've double clicked in the conference chat and
pastes it into a conversation's entry field.

%files
%doc COPYING README
%{_libdir}/pidgin/usercast.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%setup_compile_flags
%make

%install
%makeinstall_std LIBDIR=%{_libdir}


%changelog

* Sun Mar 19 2017 Rosa <rosa@abf.rosalinux.ru> 0.2.3-1
- (17905eb) Automatic import for version 0.2.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13778 |14cu|pidgin-plugin-whatsapp-0.8.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname whatsapp-purple

Summary:	WhatsApp plugin for Pidgin and libpurple messengers
Name:		pidgin-plugin-whatsapp
Version:	0.8.5
Release:	1
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		https://github.com/davidgfnet/whatsapp-purple
# https://github.com/davidgfnet/whatsapp-purple/archive/v%{version}.tar.gz
Source0:	%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(purple)
BuildRequires:	%{_lib}freeimage-devel

%description
This is a WhatsApp plugin for Pidgin and libpurple messengers. It connects
to the WhatsApp servers using the password (which needs to be retrieved
separately). Only one client can connect at a time (including your phone).

%files
%doc README.md
%{_libdir}/purple-2/libwhatsapp.so
%{_datadir}/pixmaps/pidgin/protocols/*/whatsapp.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%make ARCHFLAGS="%{optflags}"

%install
%makeinstall_std


%changelog

* Sat Aug 01 2015 djam <djam5@ya.ru> 0.8.5-1
- (6df7ca7) Merge pull request #1 from djam/pidgin-plugin-whatsapp:rosa2014.1
- (6df7ca7) Update to 0.8.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13779 |14cu|pidgin-plugin-window_merge-0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname window_merge

Summary:	Plugin for pidgin that merges the Buddy List window with a conversation window
Name:		pidgin-plugin-window_merge
Version:	0.3
Release:	1
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		https://github.com/santa01/usercast/
Source0:	https://github.com/downloads/dm0-/window_merge/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pidgin)
BuildRequires:	pkgconfig(purple)
Requires:	pidgin

%description
Enabling this plugin will allow conversations to be attached to the Buddy List
window. Preferences are available to customize the plugin's panel layout.

%files
%doc ChangeLog COPYING NEWS README
%{_libdir}/pidgin/window_merge.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Sun Mar 19 2017 Rosa <rosa@abf.rosalinux.ru> 0.3-1
- (101aa59) Automatic import for version 0.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13780 |14cu|pidgin-sipe-1.20.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __libtoolize /bin/true

Summary:	Pidgin protocol (SIP/SIMPLE) plugin to connect to MS Office Communicator
Name:		pidgin-sipe
Version:	1.20.1
Release:	2
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://sipe.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.20.1/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmime-2.6)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(krb5)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(nice)
BuildRequires:	pkgconfig(nss)
BuildRequires:  pkgconfig(purple)
BuildRequires:	pkgconfig(telepathy-glib)

%description
This project develops a third-party plugin for the Pidgin  multi-protocol
instant messenger. It implements the extended version of SIP/SIMPLE used by
various products:

    * Microsoft Office Communications Server (OCS 2007 and newer)
    * Microsoft Live Communications Server (LCS 2003/2005)
    * Reuters Messaging

With this plugin you should be able to replace your Microsoft Office
Communicator client with Pidgin.

%files -f %{name}.lang
%{_libdir}/purple-2/*.so
%{_libdir}/telepathy-sipe
%{_datadir}/telepathy/profiles/sipe.profile
%{_datadir}/empathy/icons/hicolor/*/apps/im-sipe.*
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.sipe.service
%{_datadir}/pixmaps/pidgin/protocols/*/sipe*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi

sed -i 's/-Werror//g' configure.ac configure

%configure2_5x \
	--with-krb5 \
	--enable-purple \
	--enable-telepathy
%make

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 1.20.1-2
- (b6748d7) Rebuild with new pidgin



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13781 |14cu|pidgin-tlen-0.0-0.20070524.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_prel	20070524

Summary:	Tlen.pl protocol plugin for Pidgin
Name:		pidgin-tlen
Version:	0.0
Release:	0.%{_prel}.5
Epoch:		1
License:	GPL
Group:		Networking/Instant messaging
Url:		http://nic.com.pl/~alek
Source0:	http://nic.com.pl/~alek/gaim-tlen/%{name}-%{_prel}.tar.bz2
Patch0:		pidgin-tlen-20070524-debug.patch
BuildRequires:	pidgin-devel
Requires:	pidgin
Obsoletes:	gaim-tlen
Provides:	gaim-tlen

%description
Tlen.pl is a popular IM protocol in Poland, this plugin provides its
port into Pidgin.

%prep
%setup -qn %{name}-%{_prel}
%patch0 -p1

%build
%make LOCALBASE=%{_prefix}

%install
mkdir -p %{buildroot}%{_libdir}/purple-2
install libtlen.so %{buildroot}%{_libdir}/purple-2/

for i in 16 22 48; do \
    install -D tlen_$i.png \
	 %{buildroot}%{_datadir}/pixmaps/pidgin/protocols/$i/tlen.png; \
done

%files
%defattr(644,root,root,755)
%doc README
%attr(755,root,root) %{_libdir}/purple-2/libtlen.so
%{_datadir}/pixmaps/pidgin/protocols/*/tlen.png



%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 1:0.0-0.20070524.5
- (c6f74dd) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13782 |14cu|pingus-0.7.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Build is broken at least is 0.7.6, 
# missing #include "pingus/debug.hpp
%define build_extra_input 0

Summary:	A free Lemmings clone
Name:		pingus
Version:	0.7.6
Release:	7
License:	GPLv2+
Group:		Games/Arcade
URL:		http://pingus.seul.org
Source0:	http://pingus.googlecode.com/files/%{name}-%{version}.tar.bz2
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
Patch0:		pingus-0.7.6-gcc470-udl.patch
Patch1:		pingus-0.7.6-debug.patch
BuildRequires:	scons
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(xi)
BuildRequires:	physfs-devel
BuildRequires:	cwiid-devel
# To avoid automatic Requires on file
BuildRequires:	guile

%description
Pingus is a free Lemmings clone covered under the GPL. Pingus uses SDL,
which should make it portable over a lot of operating systems in the future. At
the moment the main target is Linux. It is possible to play Pingus in a X
window or in fullscreen.

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
%scons \
%if %{build_extra_input}
	with_xinput=true \
    with_wiimote=true \
%endif
	prefix=%{_prefix} \
	execprefix=%{_gamesbindir} \
	datadir=%{_gamesdatadir} \
	libdir=%{_libdir}

%install
%makeinstall \
	DATADIR=%{buildroot}/%{_gamesdatadir}/%{name} \
	MANDIR=%{buildroot}/%{_mandir} \
	BINDIR=%{buildroot}/%{_gamesbindir} \
	LIBDIR=%{buildroot}/%{_libdir}


install -m 755 -d %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Pingus
Comment=A free Lemmings clone
Comment[ru]=Клон игры "Лемминги"
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

rm -f %{buildroot}%{_datadir}/locale/locale.alias

sed -i "s^%{buildroot}/^^g" %{buildroot}%{_gamesbindir}/pingus

%files
%doc AUTHORS COPYING README* TODO
%{_gamesbindir}/pingus
%{_gamesbindir}/pingus.bin
%{_gamesdatadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/pingus.6.*

%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 0.7.6-7
- (a9042f6) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13783 |14cu|pinta-1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}

%define oname Pinta

Summary:	An easy to use drawing and image editing program
Name:		pinta
Version:	1.6
Release:	1
# the code is licensed under the MIT license while the icons are licensed as CC-BY
License:	MIT and CC-BY
Group:		Graphics
Url:		http://pinta-project.com/
Source0:	http://github.com/downloads/PintaProject/Pinta/%{oname}-%{version}.tar.gz
BuildRequires:	gtk-sharp2
BuildRequires:	intltool
BuildRequires:	pkgconfig(gapi-2.0)
BuildRequires:	pkgconfig(mono)
BuildRequires:	pkgconfig(mono-addins)
Requires:	gtk-sharp2
Requires:	mono-addins

%description
Pinta is an image drawing/editing program.
It's goal is to provide a simplified alternative to GIMP for casual users.

%files -f %{name}.lang
%doc readme.md license-mit.txt license-pdn.txt
%{_libdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.*
%{_datadir}/man/man1/%{name}*
%{_datadir}/pixmaps/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Sat Jun 20 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-1
- (39037b3) Updated to 1.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13784 |14cu|pioneer-0.20160720-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 20160720

Summary:	Space adventure game, reminiscent of Frontier: Elite 2
Name:		pioneer
Version:	0.%{oversion}
Release:	1
License:	GPLv3+
Group:		Games/Arcade
Url:		http://pioneerspacesim.net/
Source0:	https://github.com/pioneerspacesim/pioneer/archive/%{oversion}.tar.gz?/%{name}-%{oversion}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(assimp) >= 3.2
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_image)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(vorbisfile)
Requires:	%{name}-data = %{version}

%description
Pioneer is a space adventure game set in the Milky Way galaxy at the turn of
the 31st Century.

The game is open-ended, and you are free to explore the millions of star
systems in the game. You can land on planets, slingshot past gas giants, and
burn yourself to a crisp flying between binary star systems.

When Pioneer is finished there will be many ways to make ends meet: piracy,
smuggling, bounty-hunting, mining, doing missions for the various factions
fighting for power, freedom or self-determination.

Pioneer has a sneaking resemblance to Frontier: Elite 2.

%files
%defattr(644,root,root,755)
%doc Changelog.txt AUTHORS.txt README.md Quickstart.txt
%attr(755,root,root) %{_gamesbindir}/%{name}
%attr(755,root,root) %{_gamesbindir}/modelcompiler
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%package data
Summary:	Game data files for Pioneer
Requires:	%{name} = %{version}
BuildArch:	noarch

%description data
Game data files for Pioneer.

%files data
%defattr(644,root,root,755)
%{_gamesdatadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{oversion}
for N in 16 32 64 128; do convert data/icons/badge.png -resize ${N}x${N} $N.png; done

%build
./bootstrap
%configure2_5x \
	--bindir=%{_gamesbindir} \
	PIONEER_DATA_DIR=%{_gamesdatadir}/%{name}

%make

%install
%makeinstall_std

install -D 16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D 32.png %{buildroot}%{_liconsdir}/%{name}.png
install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# menu-entry
mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Pioneer
Comment=Space adventure game
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%changelog

* Tue Aug 09 2016 alzim <alzim@bk.ru> 0.20160720-1
- (97f24d5) Merge pull request #1 from import/pioneer:rosa2016.1
- (97f24d5) Updated to 20160720



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13785 |14cu|pioneers-15.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Playable implementation of the Settlers of Catan 
Name: 		pioneers
Version: 	15.1
Release:        2
Group: 		Games/Boards
License: 	GPLv2+
Url: 		http://pio.sourceforge.net/
Source: 	http://downloads.sourceforge.net/project/pio/Source/%{name}-%{version}.tar.gz
Source2:	pioneers-0.9.55-icons.tar.bz2
Patch: pioneers-0.12.1-desktopentry.patch
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libnotify) >= 0.7.4
BuildRequires:  avahi-client-devel
BuildRequires:  scrollkeeper
BuildRequires:  desktop-file-utils
BuildRequires:  intltool
Provides: gnocatan
Obsoletes: gnocatan

%description 
Pioneers is an Internet playable implementation of the Settlers of
Catan board game.  The aim is to remain as faithful to the board game
as is possible.

%package 	server-console
Summary:	Pioneers Console Server
Group: 		Games/Boards
Requires:	pioneers-server-data = %version
Provides: gnocatan-server-console
Obsoletes: gnocatan-server-console
%description 	server-console
Pioneers is an Internet playable implementation of the Settlers of
Catan board game.  The aim is to remain as faithful to the board game
as is possible.
The meta server registers available game servers and offers them to new
players. It can also create new servers on client request.


%package 	server-gtk
Summary:	Pioneers GTK Server
Group: 		Games/Boards
Requires:	pioneers-server-data = %version
Provides: gnocatan-server-gtk
Obsoletes: gnocatan-server-gtk
%description 	server-gtk
Pioneers is an Internet playable implementation of the Settlers of
Catan board game.  The aim is to remain as faithful to the board game
as is possible.

The server has a user interface in which you can customise the game
parameters.  Customisation is fairly limited at the moment, but this
should change in later versions.  Once you are happy with the game
parameters, press the Start Server button, and the server will start
listening for client connections.

%package 	server-data
Summary: 	Pioneers Data
Group: 		Games/Boards
Provides: gnocatan-server-data
Obsoletes: gnocatan-server-data
%description 	server-data
Pioneers is an Internet playable implementation of the Settlers of
Catan board game.  The aim is to remain as faithful to the board game
as is possible.

This package contains the data files for a game server, including a
computer player that can take part in Pioneers games.


%prep
%setup -q -a 2
%apply_patches


%build
%configure2_5x
%make

%install
rm -rf %{buildroot} %name.lang
%makeinstall_std
%find_lang %name --with-gnome
desktop-file-install --vendor="" \
  --add-category="X-MandrivaLinux-MoreApplications-Games-Boards" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

cp -r icons %buildroot%_datadir/

%files -f %name.lang
%doc AUTHORS ChangeLog README
%{_bindir}/pioneers
%{_bindir}/pioneers-editor
%{_datadir}/applications/pioneers.desktop
%{_datadir}/applications/pioneers-editor.desktop
%{_datadir}/pixmaps/pioneers.png
%{_datadir}/pixmaps/pioneers-editor.png
%{_datadir}/pixmaps/pioneers/
%dir %{_datadir}/games/pioneers
%{_datadir}/games/pioneers/themes/
%{_mandir}/man6/pioneers.6*
%{_mandir}/man6/pioneers-editor.6*
%if %mdvver <= 201100
%_datadir/omf/pioneers
%endif
%_datadir/icons/hicolor/*/apps/pioneers.*
%_datadir/icons/hicolor/*/apps/pioneers-editor.*
%_iconsdir/%name.png
%_liconsdir/%name.png
%_miconsdir/%name.png
%_iconsdir/%name-editor.png
%_liconsdir/%name-editor.png
%_miconsdir/%name-editor.png

%files server-console
%doc README
%{_bindir}/pioneers-server-console
%{_bindir}/pioneers-metaserver
%{_mandir}/man6/pioneers-server-console.6*
%{_mandir}/man6/pioneers-metaserver.6*

%files server-gtk
%doc README
%{_bindir}/pioneers-server-gtk
%{_datadir}/applications/pioneers-server.desktop
%{_mandir}/man6/pioneers-server-gtk.6*
%_datadir/pixmaps/%name-server.png
%_datadir/icons/hicolor/*/apps/pioneers-server.*
%_iconsdir/%name-server.png
%_liconsdir/%name-server.png
%_miconsdir/%name-server.png

%files server-data
%doc README
%{_bindir}/pioneersai
%{_mandir}/man6/pioneersai.6*
%dir %{_datadir}/games/pioneers
%{_datadir}/games/pioneers/computer_names
%{_datadir}/games/pioneers/*.game



%changelog

* Thu Oct 08 2015 dsilakov <denis.silakov@rosalab.ru> 15.1-2
- (7d2f5df) Merge pull request #1 from changhse/pioneers:rosa2014.1
- (7d2f5df) updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13786 |14cu|pion-net-4.0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4.0
%define libname %mklibname pion-net %{major}
%define libcommon %mklibname pion-common %{major}
%define devname %mklibname %{name} -d

Summary:	C++ library for building lightweight HTTP interfaces
Name:		pion-net
Version:	4.0.9
Release:	4
License:	Boost
Group:		System/Libraries
Url:		http://www.pion.org/projects/pion-network-library
Source0:	http://www.pion.org/files/%{name}-%{version}.tar.bz2
Patch0:		pion-net-cflags.patch
Patch1:		pion-net-pkgconfig.patch
Patch2:		pion-net-gcc47-symbols-lookup.patch
Patch3:		pion-net-boost-linking.patch
Patch4:		pion-net-log4cpp-headers.patch
Patch5:		pion-net-boost-compatibility.patch
Patch6:		pion-net-boost-time-utc.patch
BuildRequires:	doxygen
BuildRequires:	boost-devel
BuildRequires:	bzip2-devel
BuildRequires:	icu-devel
BuildRequires:	pkgconfig(log4cpp)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
Pion Network Library is a C++ framework for building lightweight HTTP
interfaces.

%files
%doc AUTHORS COPYING NEWS TODO
%dir %{_libdir}/pion
%dir %{_libdir}/pion/plugins
%{_libdir}/pion/plugins/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for pion-net
Group:		System/Libraries

%description -n %{libname}
This package contains shared library for pion-net.

%files -n %{libname}
%{_libdir}/libpion-net-%{major}.so

#----------------------------------------------------------------------------

%package -n %{libcommon}
Summary:	Shared library for pion-net
Group:		System/Libraries

%description -n %{libcommon}
This package contains shared library for pion-net.

%files -n %{libcommon}
%{_libdir}/libpion-common-%{major}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for pion-net
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libcommon} = %{EVRD}

%description -n %{devname}
This package contains the pkgconfig, header files, and libraries needed to
develop application that use pion-net.

%files -n %{devname}
%{_includedir}/pion/
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libpion-common.so
%{_libdir}/libpion-net.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1

%build
./autogen.sh
%configure2_5x \
	--disable-static \
	--with-pic \
	--with-plugins=%{_libdir}/pion/plugins \
	--with-zlib \
	--with-bzlib \
	--with-openssl \
	--with-log4cpp

%make LIBS=-lpthread

%install
%makeinstall_std

# delete example apps
rm -f %{buildroot}%{_bindir}/PionHelloServer
rm -f %{buildroot}%{_bindir}/PionWebServer


%changelog

* Fri Mar 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.0.9-4
- (f186fac) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13787 |14cu|pipewalker-0.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           pipewalker
Version:        0.9.4
Release:        1
Summary:        A clone of the NetWalk game
License:        GPLv3
Group:          Games/Puzzles
Url:            http://%{name}.sourceforge.net/
Source:         http://downloads.sourceforge.net/pipewalker/%{name}-%{version}.tar.gz
Patch1:		pipewalker-0.9.4-string-literal.patch
BuildRequires:  SDL-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:  gcc-c++

%description
This is a puzzle game where pieces of a computer network are to be turned
in the right/left direction to make all computers connected to the same
network.

%prep
%setup -q
%patch1 -p1

%build
%configure
%make

%install
%makeinstall_std

# remove Debian menu file
rm %{buildroot}/%{_datadir}/menu/%{name}

%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS ChangeLog NEWS
%{_bindir}/%{name}
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm


%changelog

* Fri Jan 22 2016 Denis Silakov <dsilakov@gmail.com> 0.9.4-1
- (7eee36c) Added png BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13788 |14cu|pkgdiff-1.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for analyzing changes in Linux software packages
Name:		pkgdiff
Version:	1.7.2
Release:	1
Group:		Development/Other
License:	GPLv2+
URL:		https://github.com/lvc/pkgdiff
Source0:	https://github.com/lvc/pkgdiff/archive/%{name}-%{version}.tar.gz
BuildArch:	noarch
Requires:	perl
Requires:	wdiff
Requires:	binutils
Requires:	gawk
Suggests:	abi-compliance-checker >= 1.99.1
Suggests:	abi-dumper >= 0.97

%description
Package Changes Analyzer (pkgdiff) - a tool for visualizing changes in Linux
software packages (RPM, DEB, TAR.GZ, etc).

%files
%doc LICENSE README doc/
%{_bindir}/%{name}
%{_datadir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -q
chmod 0644 LICENSE README


%build
# Nothing to build.


%install
mkdir -p %{buildroot}%{_prefix}
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}

chmod 755 %{buildroot}%{_bindir}/*

%changelog

* Sat Apr 16 2016 Giovanni Mariani <mc2374@mclink.it> 1.7.2-1
- (681022e) Updated to release 1.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13789 |14cu|planet-rider-20151103-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Planet-Rider

Name:           planet-rider
Version:        20151103
Release:        1
Summary:        Alien bike racing game
License:        GPLv3+
Group:          Games/Arcade
Url:            https://fede0d.github.io/game/2015/10/31/planet-rider.html
Source0:        https://github.com/FEDE0D/Planet-Rider/archive/master.zip
BuildRequires:  imagemagick
Requires:       godot-runner
BuildArch:      noarch

%description
A delivery man is lost on this alien planet and the 
only way to return home
is to escape using his hover bike.
Collect gasoline cans and power the engines 
on this long trip to the rescue zone.
The levels are randomly generated so 
each play is different!

%files
%doc LICENSE *.md
%{_gamesbindir}/%{oname}
%{_gamesdatadir}/%{oname}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#----------------------------------------------------------------

%prep
%setup -qn %{oname}-master

%build

%install
install -dm755 %{buildroot}%{_gamesdatadir}/%{oname}
cp -R -t %{buildroot}%{_gamesdatadir}/%{oname} project/*

# Install Gamewrapper
install -dm755 %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{oname} << EOF
#!/bin/sh
godot-runner -path "%{_gamesdatadir}/%{oname}" $@
EOF
chmod 755 %{buildroot}%{_gamesbindir}/%{oname}


for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size design/icon/icon.svg \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done


#menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{oname}
GenericName=%{oname}
Comment=%{name}
Exec=%{oname}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


%changelog

* Sun Jun 11 2017 abfonly <abfonly@gmail.com> 20151103-1
- (3ed0634) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13790 |14cu|plank-0.11.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A port of docky to Vala
Name:		plank
Version:	0.11.2
Release:	2
License:	GPLv3+
Group:		Graphical desktop/GNOME
Url:		https://launchpad.net/plank
Source0:	https://launchpad.net/%{name}/1.0/%{version}/+download/%{name}-%{version}.tar.xz
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	vala
BuildRequires:	vala-tools
BuildRequires:	pkgconfig(dbusmenu-gtk3-0.4)
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libbamf3)
BuildRequires:	pkgconfig(libwnck-3.0)
Requires:	bamf-daemon
Conflicts:	%{_lib}plank1 < 0.11.2-2

%description
A very simple dock written in Vala.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/%{name}
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/glib-2.0/schemas/net.launchpad.%{name}.gschema.xml
%{_libdir}/%{name}/docklets/libdocklet-clippy.so
%{_libdir}/%{name}/docklets/libdocklet-clock.so
%{_libdir}/%{name}/docklets/libdocklet-desktop.so
%{_libdir}/%{name}/docklets/libdocklet-trash.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	vala-tools
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}

%files -n %{devname}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}
%{_datadir}/vala/vapi/%{name}.vapi
%{_datadir}/vala/vapi/%{name}.deps

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make LIBS="-lm"

%install
%makeinstall_std
# Don't use apport
rm -f %{buildroot}%{_sysconfdir}/apport/crashdb.conf.d/%{name}-crashdb.conf
rm -f %{buildroot}%{_datadir}/apport/package-hooks/source_%{name}.py

%find_lang %{name}

%changelog

* Sun Jun 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.11.2-2
- (3c3427c) Move plugins from library to main package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13791 |14cu|plasma5-kdiff3-0.9.98-1.20161203.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kdiff3

%define git 20161203

Summary:	Utility for comparing/merging up to three text files or directories
Name:		plasma5-kdiff3
Version:	0.9.98
Release:	1.%{git}.1
License:	GPLv2+
Group:		Development/Tools
Url:		http://kdiff3.sourceforge.net/
# git snapshot from https://cgit.kde.org/scratch/thomasfischer/kdiff3.git/?h=kf5
Source0:	%{oname}-%{version}-%{git}.tar.bz2
Patch0:		kdiff3-l10n.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5parts-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Widgets)
Conflicts:	kdiff3

%description
KDiff3 is a file and directory diff and merge tool which:
   * compares and merges two or three text input files or directories
   * shows the differences line by line and character by character(!)
   * provides an automatic merge-facility
   * has an editor for comfortable solving of merge-conflicts
   * provides networktransparency via KIO
   * has options to highlight or hide changes in white-space or comments

%files -f %{oname}.lang
%{_kde5_bindir}/%{oname}
%{_kde5_xmlguidir}/kdiff3part/kdiff3_part.rc
%{_kde5_xmlguidir}/kdiff3/kdiff3_shell.rc
%{_kde5_datadir}/appdata/org.kde.kdiff3.appdata.xml
%{_kde5_applicationsdir}/org.kde.kdiff3.desktop
%{_kde5_iconsdir}/hicolor/*/apps/kdiff3.png
%{_kde5_services}/kdiff3part.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}-%{git}
%apply_patches

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{oname} kdiff3plugin kdiff3fileitemactionplugin %{oname}.lang --with-html


%changelog

* Thu Jan 19 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.98-1.20161203.1
- (4f33e96) Update to latest git snapshot and fix package version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13792 |14cu|plasma5-knemo-0.7.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname knemo

Summary:	The KDE Network Monitor for Plasma 5
Name:		plasma5-knemo
Version:	0.7.7
Release:	5
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://kde-apps.org/content/show.php/KNemo?content=12956
Source0:	%{oname}-7efb4f6.tar.bz2
Source1:	%{oname}-rpmlintrc
Source2:	%{oname}_po.tar.gz
Patch0:		knemo-kf5.patch
Patch1:		knemo-cmake_po.patch
Patch2:		knemo-fix_kcm.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5globalaccel-devel
BuildRequires:	kf5guiaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5notifyconfig-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5sysguard-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	wireless-tools
Conflicts:	knemo

%description
KNemo offers a network monitor similar to the one found in Windows. For every
network interface it displays an icon in the systray.

%files -f %{name}.lang
%{_kde5_applicationsdir}/knemo.desktop
%{_kde5_autostart}/knemo.desktop
%{_kde5_bindir}/knemo
%{_kde5_datadir}/kconf_update/knemo-*.pl
%{_kde5_datadir}/kconf_update/knemo.upd
%dir %{_kde5_datadir}/knemo/themes/
%{_kde5_datadir}/knemo/themes/*.desktop
%{_kde5_datadir}/plasma/desktoptheme/*/icons/knemo.*
%{_kde5_iconsdir}/breeze/status/panel/knemo-*.*
%{_kde5_iconsdir}/breeze-dark/status/panel/knemo-*.*
%{_kde5_iconsdir}/hicolor/*/apps/knemo.*
%{_kde5_iconsdir}/hicolor/*/status/knemo-*.*
%{_kde5_iconsdir}/oxygen/*/status/knemo-*.*
%{_kde5_notificationsdir}/knemo.notifyrc
%{_kde5_services}/kcm_knemo.desktop
%{_qt5_plugindir}/kcm_knemo.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}
%patch0 -p1
%patch1 -p1
%patch2 -p1

tar -xzf %{SOURCE2}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang kcm_knemo knemo %{name}.lang

%changelog

* Thu Dec 03 2015 Victor Ryzhikh <victorr2007@yandex.ru> 0.7.7-5
- (07e7e79) Updated Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13793 |14cu|plasma-applet-eventlist-0.6.97-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	srcname	plasmoid-eventlist

Summary:	This plasmoid show upcoming events from akonadi resources
Name:		plasma-applet-eventlist
Version:	0.6.97
Release:	1
Source0:	http://kde-look.org/CONTENT/content-files/107779-%{srcname}-%{version}.tar.bz2
License:	GPLv2+
Group:		Graphical desktop/KDE
URL:		http://kde-look.org/content/show.php/Eventlist?content=107779
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	akonadi
BuildRequires:	kdepimlibs4-devel >= 4.6.0
Provides:	plasma-applet

%description
This is a plasmoid to show the events from Akonadi resources (KOrganizer,
Birthdays etc.). With the googledata resource also Google calendar items can
be shown.


%files  -f plasma_applet_events.lang
%{_kde_libdir}/kde4/plasma_applet_events.so
%{_kde_services}/plasma-applet-events.desktop

#------------------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}


%build
%cmake_kde4
%make


%install
%makeinstall_std -C build

%find_lang plasma_applet_events

%changelog

* Thu Oct 08 2015 Denis Silakov <dsilakov@gmail.com> 0.6.97-1
- (85f6ff8) Updated to 0.6.97



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13794 |14cu|plasma-applet-fancy-tasks-1.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname plasmoid-fancy-tasks
%define debug_package	%{nil}

Summary:        Plasmoid providing a fancy representation of your tasks and launchers
Name:           plasma-applet-fancy-tasks
Version:        1.1.2
Release:        1
License:        GPLv2
Group:          Graphical desktop/KDE
Url:            https://github.com/Emdek/%{oname}
Source:         https://github.com/Emdek/%{oname}/archive/v%{version}.tar.gz
BuildRequires:  kdelibs4-devel >= 4.11
BuildRequires:  kdebase4-workspace-devel
Requires:  kdebase4-workspace

%description
Plasmoid providing a fancy representation of your 
tasks and launchers for those who need full power 
of task manager and fresh look.

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%files 
%doc CHANGELOG COPYING README TODO
%{_kde_appsdir}/desktoptheme/default/widgets/fancytasks.svgz
%{_kde_libdir}/kde4/*.so
%{_kde_services}/*.desktop

%changelog

* Sat Apr 23 2016 abfonly <abfonly@gmail.com> 1.1.2-1
- (6cd097f) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13795 |14cu|plasma-applet-minimalistic-clock-fx-1.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname minimalistic_clock_fx
%define kdeid 165712

Summary:	Plasma applet that provides minimalistic clock
Name:		plasma-applet-minimalistic-clock-fx
Version:	1.0.8
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://kde-apps.org/content/show.php?action=content&content=%{kdeid}
Source0:	http://kde-apps.org/CONTENT/content-files/%{kdeid}-%{oname}.plasmoid
BuildRequires:	kde4-macros
Provides:	plasma-applet
BuildArch:	noarch

%description
Plasma applet that provides minimalistic clock.

%files
%dir %{_kde_appsdir}/plasma/plasmoids/minimalisticclock
%{_kde_appsdir}/plasma/plasmoids/minimalisticclock/*
%{_kde_services}/minimalisticclock.desktop

#--------------------------------------------------------------------

%prep
%setup -q -c
find . -type f | xargs chmod 0644

%build
# nothing

%install
mkdir -p %{buildroot}%{_kde_appsdir}/plasma/plasmoids/minimalisticclock
cp -r * %{buildroot}%{_kde_appsdir}/plasma/plasmoids/minimalisticclock/
install -D -m 644 metadata.desktop %{buildroot}%{_kde_services}/minimalisticclock.desktop


%changelog

* Sun Apr 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.8-2
- (a617b39) Fix applet location



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13796 |14cu|plasma-applet-playbar-0.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname playbar
%define debug_package	%{nil}

Name:           plasma-applet-%{oname}
Version:        0.7.1
Release:        1
Summary:        Control your favorite media player
License:        GPLv3+
Group:          Graphical desktop/KDE
Url:            https://github.com/audoban/PlayBar
Source:         PlayBar-%{version}.tar.gz

BuildRequires:  kdelibs4-devel >= 4.11

Requires:       kdebase4-runtime 


%description
MPRIS2 client written in QML for Plasma KDE.

Features:
- Customizable global shortcuts
- Media Player Control in bar
- You can control multiple players
- Very configurable

%prep
%setup -q -n PlayBar-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang plasma_applet_%{oname}


%files 
%doc README.md CHANGELOG.md LICENSE
%{_kde_services}/*.desktop
%{_kde_appsdir}/plasma/plasmoids/
%{_kde_appsdir}/plasma/services/%{oname}service.operations
%{_kde_libdir}/kde4/plasma_engine_%{oname}.so
%lang(es) %{_kde_datadir}/locale/es/LC_MESSAGES/plasma_applet_playbar.mo
%lang(ru) %{_kde_datadir}/locale/ru/LC_MESSAGES/plasma_applet_playbar.mo



%changelog
* Sat Oct 04 2014 symbianflo <symbianflo@symbianflo> 0.7.1-1
+ Revision: d0ee0a6
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13797 |14cu|plasma-applet-redshift-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname redshift
%define kdeid 148737

Summary:	Plasma applet that allows to control Redshift daemon
Name:		plasma-applet-%{oname}
Version:	1.0
Release:	1
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://kde-apps.org/content/show.php/Redshift+plasmoid?content=%{kdeid}
# https://github.com/simgunz/redshift-plasmoid/archive/v%{version}.tar.gz
Source0:	%{oname}-plasmoid-%{version}.tar.gz
BuildRequires:	kdelibs4-devel
Requires:	kdebase4-runtime
Requires:	plasma-dataengine-redshift
Requires:	redshift
Provides:	plasma-applet

%description
Plasma applet that allows to control Redshift daemon.

%files -f plasma_applet_redshift.lang
%doc COPYING README.md
%{_kde_autostart}/RedshiftAutostart.desktop
%{_kde_bindir}/redshiftautostart
%{_kde_datadir}/config.kcfg/redshift.kcfg
%{_kde_iconsdir}/hicolor/*/apps/redshift*.*
%{_kde_libdir}/kde4/plasma_applet_redshift.so
%{_kde_services}/plasma-applet-redshift.desktop

#----------------------------------------------------------------------------

%package -n plasma-dataengine-redshift
Summary:	Plasma redshift dataengine
Group:		Graphical desktop/KDE

%description -n plasma-dataengine-redshift
Plasma redshift dataengine.

%files -n plasma-dataengine-redshift
%{_kde_appsdir}/plasma/services/redshift.operations
%{_kde_libdir}/kde4/plasma_engine_redshift.so
%{_kde_services}/plasma-dataengine-redshift.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-plasmoid-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang plasma_applet_redshift
%changelog

* Thu Apr 23 2015 Rosa <rosa@abf.rosalinux.ru> 1.0-1
- (f9137b2) Automatic import for version 1.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13798 |14cu|plasma-runner-virtualbox-0.3.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Virtualbox KDE runner
Name:           plasma-runner-virtualbox
Version:        0.3.3
Release:        5
Source:         http://kde-apps.org/CONTENT/content-files/107926-vbox-runner-%{version}.tar.gz
License:        GPLv2+
Group:          Graphical desktop/KDE
URL:            http://kde-apps.org/content/show.php/VBox+Runner?content=107926
BuildRequires:  kdelibs4-devel
Requires:	virtualbox
%rename virtualbox-kde-runner

%description
Allows you to start your VirtualBox virtual machines from Krunner
(the Alt-F2 thing)

%files
%doc COPYING
%{_kde_libdir}/kde4/*.so
%{_kde_services}/*
%{_datadir}/pixmaps/vbox-runner/*
#--------------------------------------------------------------------

%prep
%setup -qn vbox-runner-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%changelog

* Thu Oct 08 2015 dsilakov <denis.silakov@rosalab.ru> 0.3.3-5
- (bc893e6) Merge pull request #1 from changhse/plasma-runner-virtualbox:rosa2014.1
- (bc893e6) updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13799 |14cu|plasma-wallpaper-dreamdesktop-0.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Animated plasma wallpaper
Name:		plasma-wallpaper-dreamdesktop
Version:	0.3.0
Release:	5
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.jarzebski.pl/projekty/dreamdesktop.html
Source0:	http://www.jarzebski.pl/dreamdesktop/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	ffmpeg-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel

%description
DreamDesktop is an animated wallpaper for KDE 4 environment.

Animation can be any video output from FFMPEG. Beautiful animations
can be found at: http://www.dreamscene.org/

%prep
%setup -q -n %{name}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%files
%{_kde_libdir}/kde4/dreamdesktop.so
%{_kde_appsdir}/dreamdesktop
%{_kde_services}/dreamdesktop.desktop


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.0-5
+ Revision: ad5a4ba
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13800 |14cu|plasticfs-1.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'libc.so.6\\(GLIBC_PRIVATE\\)'

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%bcond_with debug
%bcond_with paranoid

Summary:	An user-space virtual filesystem implementation
Name:		plasticfs
Version:	1.11
Release:	4
License:	GPLv3+
Group:		File tools
Url:		http://plasticfs.sourceforge.net/
Source0:	http://plasticfs.sourceforge.net/%{name}-%{version}.tar.gz
Patch0:		plasticfs-1.11-non-paranoid.patch
Patch1:		plasticfs-1.11-dlsym-debug.patch
Patch2:		plasticfs-1.11-makefile.patch
BuildRequires:	groff
BuildRequires:	libtool

%description
The Plastic File System is an LD_PRELOAD module for manipulating what
the file system looks like for programs. This allows virtual file
systems to exist in user space, without kernel hacks or modules.

A number of filters exist for a number of different use-cases, including

chroot    - simulate the effects of a chroot call
dos       - simulate a DOS 8.3 filesystem
downcase  - make file names appear in lower-case
log       - transparently log file system access (like strace)
nocase    - make filenames case-insensitive
shortname - simulate file systems with shorter filenames
smartlink - expand environment variables in symbolic links
titlecase - make filenames appear in title-case
upcase    - make filenames appear in upper-case
viewpath  - union all the directory trees in a view path (unionfs)

These filters may be piped on into the next to form powerful filter
combinations.

It is possible to extend PlasticFS with loadable file system filter
modules from shared object files.

%files
%doc BUILDING README
%attr(755,root,root) %{_bindir}/plasticfs
%{_mandir}/man1/plasticfs_license.1*
%{_mandir}/man3/plasticfs.3*
%{_mandir}/manl/plasticfs_chroot.l*
%{_mandir}/manl/plasticfs_dos.l*
%{_mandir}/manl/plasticfs_downcase.l*
%{_mandir}/manl/plasticfs_log.l*
%{_mandir}/manl/plasticfs_nocase.l*
%{_mandir}/manl/plasticfs_shortname.l*
%{_mandir}/manl/plasticfs_smartlink.l*
%{_mandir}/manl/plasticfs_titlecase.l*
%{_mandir}/manl/plasticfs_upcase.l*
%{_mandir}/manl/plasticfs_viewpath.l*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for the Plastic File System
Group:		System/Libraries

%description -n %{libname}
Libraries for the Plastic File System.

%files -n %{libname}
%{_libdir}/libplasticfs.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries for the Plastic File System
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development libraries for the Plastic File System.

%files -n %{devname}
%{_libdir}/libplasticfs.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
EXTRA_FLAGS="-DNOT_IN_libc"
%if %{without paranoid}
	EXTRA_FLAGS="$EXTRA_FLAGS -DNON_PARANOID"
%endif
%if %{with debug}
	EXTRA_FLAGS="$EXTRA_FLAGS -DVIEWPATH_DEBUG -DDLSYM_DEBUG -DFILTER_DEBUG"
%endif
%configure CXXFLAGS="$CFLAGS $EXTRA_FLAGS"
sed -i -e 's/libtool/libtool --tag=cxx/g' Makefile
# (misc) here because we patch the makefile directly
%make

%install
%makeinstall_std

# convenience function
mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/plasticfs << EOF
#!/bin/sh
if [ -z "\$1" ]; then
	echo "USAGE: plasticfs <command>"
	exit 1
fi

if [ -n "\$PLASTICFS" ]; then
	LD_PRELOAD="%{_libdir}/libplasticfs.so.%{major} \$LD_PRELOAD" \\
	PLASTICFS="\$PLASTICFS" \\
	\$@
else
	echo "ERROR: You need to specify the 'PLASTICFS' environment variable."
	echo "       See plasticfs(3) for details."
	exit 1
fi
EOF


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.11-4
- (657f3a5) Build with system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13801 |14cu|playonlinux-4.2.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname PlayOnLinux

Summary:	Play your Windows games on Linux
Name:		playonlinux
Version:	4.2.10
Release:	1
License:	GPLv3+
Group:		Games/Other
Url:		http://www.playonlinux.com
Source0:	http://www.playonlinux.com/script_files/%{oname}/%{version}/%{oname}_%{version}.tar.gz
Source1:	%{name}.bin
Source100:	%{name}.rpmlintrc
Patch0:		PlayOnLinux_4.2.5-disable-update.patch
Patch1:		PlayOnLinux-4.2.9-disable-GL-checks.patch
Patch2:		PlayOnLinux-4.1.6-use-systemwide-locales-path.patch
Patch3:		PlayOnLinux-4.2.1-fix-desktop-file.patch
# for ar
Requires:	binutils
Requires:	cabextract
Requires:	gettext
Requires:	glxinfo
Requires:	imagemagick
Requires:	lzma
# http://bugs.rosalinux.ru/show_bug.cgi?id=2208
Requires:	p7zip
Requires:	unzip
Requires:	wget
# Suggests:	wine32
Requires:	wxPythonGTK
Requires:	xterm
# used to extract icons for applications, otherwise the default icon is used
Suggests:	icoutils >= 0.29
BuildArch:	noarch

%description
PlayOnLinux is a piece of sofware which allows you to install and use easily
numerous games and software designed to run with Microsoft(R)'s Windows(R).
Indeed, currently, still few games are compatible with GNU/Linux, and it could
be a factor preventing from migrating to this system. PlayOnLinux brings an 
accessible and efficient solution to this problem, cost-free and respectful of
the free software.

%files -f pol.lang
%doc LICENCE CHANGELOG.md
%{_sysconfdir}/xdg/menus/applications-merged/%{name}*.menu
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/desktop-directories/%{oname}.directory

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
#patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1


%build
# Nothing to do


%install
# Prepare the needed dirs
mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_datadir}/desktop-directories
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_datadir}/locale

# Add exec perms to files lacking them and kill other rpmlint warnings
chmod +x tests/bash/test-versionlower tests/python/test_versionlower.py
chmod +x python/gui_server.py

# Copy all in the dest dir
cp -a * %{buildroot}%{_datadir}/%{name}

# Move the needed bits in their right place
install -p %{SOURCE1} %{buildroot}%{_bindir}/%{name}
cp etc/*.menu %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged
cp etc/%{oname}.desktop %{buildroot}%{_datadir}/applications/%{oname}.desktop
cp %{buildroot}%{_datadir}/%{name}/etc/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
cp %{buildroot}%{_datadir}/%{name}/etc/%{oname}.directory %{buildroot}%{_datadir}/desktop-directories/%{oname}.directory
cp -a lang/locale/* %{buildroot}%{_datadir}/locale/

# (tpg) useless stuff
rm -rf %{buildroot}%{_datadir}/%{name}/bin
rm -rf %{buildroot}%{_datadir}/%{name}/src
rm -rf %{buildroot}%{_datadir}/%{name}/etc/*.menu
rm -rf %{buildroot}%{_datadir}/%{name}/etc/*.desktop
rm -rf %{buildroot}%{_datadir}/%{name}/etc/*.directory
rm -rf %{buildroot}%{_datadir}/%{name}/etc/*.applescript
rm -rf %{buildroot}%{_datadir}/%{name}/etc/*.icns
rm -rf %{buildroot}%{_datadir}/%{name}/lang
rm -rf %{buildroot}%{_datadir}/%{name}/CHANGELOG
rm -rf %{buildroot}%{_datadir}/%{name}/playonmac

%find_lang pol


%changelog

* Mon Jan 04 2016 Giovanni Mariani <mc2374@mclink.it> 4.2.10-1
- (9080d0f) Updated to release 4.2.10 and added S100 to remove wrong rpmlint output



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13802 |14cu|plexus-ant-factory-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}

%define without_maven 1
%define with_maven 0

%define parent plexus
%define subname ant-factory

Name:           %{parent}-%{subname}
Version:        1.0
Release:        2
Epoch:          0
Summary:        Plexus Ant component factory
License:        MIT-Style
Group:          Development/Java
URL:            http://plexus.codehaus.org/
Source0:        %{name}-src.tar.gz
# svn export svn://svn.plexus.codehaus.org/plexus/tags/
#            plexus-ant-factory-1.0-alpha-1 plexus-ant-factory/
# tar czf plexus-ant-factory-src.tar.gz plexus-ant-factory/
Source1:        %{name}-jpp-depmap.xml
Source2:        %{name}-build.xml

BuildArch:      noarch

BuildRequires:  java-rpmbuild >= 0:1.7.2
%if %{with_maven}
BuildRequires:    maven2 >= 2.0.4-9
BuildRequires:    maven2-plugin-compiler
BuildRequires:    maven2-plugin-install
BuildRequires:    maven2-plugin-jar
BuildRequires:    maven2-plugin-javadoc
BuildRequires:    maven2-plugin-release
BuildRequires:    maven2-plugin-resources
BuildRequires:    maven2-plugin-surefire
BuildRequires:    maven2-common-poms >= 1.0-2
%endif
BuildRequires:    ant
BuildRequires:    classworlds
BuildRequires:    plexus-container-default
BuildRequires:    plexus-utils

Requires:    ant
Requires:    classworlds
Requires:    plexus-container-default
Requires:    plexus-utils

Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
Ant component class creator for Plexus.

%if %{with_maven}
%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.
%endif

%prep
%setup -q -n %{name}

%if %{without_maven}
    cp -p %{SOURCE2} build.xml
%endif


%build
%if %{with_maven}
    export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
    mkdir -p $MAVEN_REPO_LOCAL

    mvn-jpp \
        -e \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        install javadoc:javadoc

%else

    mkdir lib
    build-jar-repository \
                             -s -p \
                            lib ant ant-launcher \
                            classworlds \
                            plexus/container-default \
                            plexus/utils
    %{ant} -Dmaven.mode.offline=true

%endif

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}/plexus
install -pm 644 target/*.jar \
      %{buildroot}%{_javadir}/%{parent}/%{subname}-%{version}.jar
%add_to_maven_depmap org.codehaus.plexus %{name} 1.0-alpha-1 JPP/%{parent} %{subname}

(cd %{buildroot}%{_javadir}/%{parent} && for jar in *-%{version}*; \
  do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml \
          %{buildroot}%{_datadir}/maven2/poms/JPP.%{parent}-%{subname}.pom

# javadoc
%if %{with_maven}
    install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}

    cp -pr target/site/apidocs/* \
        %{buildroot}%{_javadocdir}/%{name}-%{version}/

    ln -s %{name}-%{version} \
                $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
%endif

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/plexus
%{_datadir}/maven2
%config(noreplace) %{_mavendepmapfragdir}/*

%if %{with_maven}
%files javadoc
%doc %{_javadocdir}/*
%endif



%changelog

* Wed Jun 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0-2
- (1464f2d) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13803 |14cu|plexus-archiver-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           plexus-archiver
Version:        1.1
Release:        6
Summary:        Plexus Archiver Component
License:        MIT and ASL 2.0
Group:          Development/Java
URL:            http://plexus.codehaus.org/plexus-components/plexus-archiver/
Source0:        plexus-archiver-%{version}-src.tar.xz

BuildArch:      noarch
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  classworlds >= 0:1.1
BuildRequires:  plexus-container-default 
BuildRequires:  plexus-utils 
#BuildRequires:  plexus-io
BuildRequires: maven2
BuildRequires: maven-resources-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
#BuildRequires: maven-shared-reporting-impl
BuildRequires: maven-doxia-sitetools
BuildRequires: plexus-maven-plugin
Requires:       classworlds >= 0:1.1
Requires:       plexus-container-default 
Requires:       plexus-utils 
Requires:       jpackage-utils
#Requires:       plexus-io

%description
The Plexus project seeks to create end-to-end developer tools for 
writing applications. At the core is the container, which can be 
embedded or for a full scale application server. There are many 
reusable components for hibernate, form processing, jndi, i18n, 
velocity, etc. Plexus also includes an application server which 
is like a J2EE application server, without all the baggage.


%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.


%prep
%setup -q 

#remove not compilint tests
rm -fr src/test/java/org/codehaus/plexus/archiver/DuplicateFilesTest.java

%build
mvn -e\
        -Dmaven.test.failure.ignore=true \
        install javadoc:javadoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}/plexus
install -pm 644 target/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/plexus/archiver-%{version}.jar
(cd %{buildroot}%{_javadir}/plexus && for jar in *-%{version}*; \
                  do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
                  
%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/plexus archiver

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}.pom

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} 

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-6
+ Revision: 90d82f7
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13804 |14cu|plexus-bsh-factory-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _without_maven 1
%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}

%define parent plexus
%define subname bsh-factory

Name:           %{parent}-%{subname}
Version:        1.0
Release:        2
Epoch:          0
Summary:        Plexus Bsh component factory
License:        MIT-Style
Group:          Development/Java
URL:            http://plexus.codehaus.org/
Source0:        %{name}-src.tar.gz
# svn export svn://svn.plexus.codehaus.org/plexus/tags/plexus-bsh-factory-1.0-alpha-7-SNAPSHOT plexus-bsh-factory/
# tar czf plexus-bsh-factory-src.tar.gz plexus-bsh-factory/
Source1:        %{name}-jpp-depmap.xml
Source2:        %{name}-build.xml

Patch1:         %{name}-encodingfix.patch

BuildArch:      noarch

BuildRequires:     java-rpmbuild 
%if %{with_maven}
BuildRequires:     maven2 >= 2.0.4-9
BuildRequires:     maven2-plugin-compiler
BuildRequires:     maven2-plugin-install
BuildRequires:     maven2-plugin-jar
BuildRequires:     maven2-plugin-javadoc
BuildRequires:     maven2-plugin-release
BuildRequires:     maven2-plugin-resources
BuildRequires:     maven2-plugin-surefire
BuildRequires:     maven2-common-poms >= 1.0-2
%else
BuildRequires:     ant
%endif
BuildRequires:     bsh
BuildRequires:     classworlds
BuildRequires:     plexus-container-default
BuildRequires:     plexus-utils

Requires:          bsh
Requires:          classworlds
Requires:          plexus-container-default
Requires:          plexus-utils

Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
Bsh component class creator for Plexus.

%if %{with_maven}
%package javadoc
Summary:        Javadoc for %{name}
Group:          Documentation

%description javadoc
Javadoc for %{name}.
%endif

%prep
%setup -q -n %{name}

%patch1 -b .sav

%if %{without_maven}
    cp -p %{SOURCE2} build.xml
%endif


%build

%if %{with_maven}
    export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
    mkdir -p $MAVEN_REPO_LOCAL

    mvn-jpp \
        -e \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        install javadoc:javadoc

%else

    mkdir lib
    build-jar-repository \
                             -s -p \
                             lib bsh classworlds \
                             plexus/container-default \
                             plexus/utils
    %{ant} -Dmaven.mode.offline=true

%endif

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}/plexus
install -pm 644 target/*.jar \
      %{buildroot}%{_javadir}/%{parent}/%{subname}-%{version}.jar
%add_to_maven_depmap org.codehaus.plexus %{name} 1.0-alpha-7 JPP/%{parent} %{subname}

(cd %{buildroot}%{_javadir}/%{parent} && for jar in *-%{version}*; \
  do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 \
  pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.%{parent}-%{subname}.pom

# javadoc
%if %{with_maven}
    install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}

    cp -pr target/site/apidocs/* \
        %{buildroot}%{_javadocdir}/%{name}-%{version}/

    ln -s %{name}-%{version} \
                $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
%endif

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/plexus
%{_datadir}/maven2
%config(noreplace) %{_mavendepmapfragdir}/*

%if %{with_maven}
%files javadoc
%doc %{_javadocdir}/*
%endif



%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0-2
+ Revision: 916ccd7
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13805 |14cu|plexus-container-default-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_maven 0

%define parent plexus
%define subname container-default

Name:           plexus-container-default
Version:        1.0
Release:        2
Epoch:          0
Summary:        Default Plexus Container
License:        Apache License
Group:          Development/Java
URL:            http://plexus.codehaus.org/
Source0:        plexus-container-default-1.0-alpha-8-src.tar.gz
# svn export svn://svn.plexus.codehaus.org/plexus/scm/tags/plexus-container-default-1.0-alpha-8/
Source1:        plexus-container-default-1.0-build.xml
Source2:        plexus-container-default-1.0-project.xml
Source3:        plexus-container-default-settings.xml
Source4:        plexus-container-default-1.0-jpp-depmap.xml


BuildArch:      noarch
BuildRequires:  java-devel
BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-nodeps
BuildRequires:  junit
%if %{with_maven}
BuildRequires:  maven2 >= 2.0.4
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-javadoc
BuildRequires:  maven2-plugin-resources
BuildRequires:  maven2-plugin-surefire
BuildRequires:  maven2-plugin-release
%endif
BuildRequires:  classworlds >= 0:1.1
BuildRequires:  plexus-utils 
Requires:  classworlds >= 0:1.1
Requires:  plexus-utils 

%description
The Plexus project seeks to create end-to-end developer tools for 
writing applications. At the core is the container, which can be 
embedded or for a full scale application server. There are many 
reusable components for hibernate, form processing, jndi, i18n, 
velocity, etc. Plexus also includes an application server which 
is like a J2EE application server, without all the baggage.


%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.


%prep
%setup -q -n plexus-container-default-1.0-alpha-8
for j in $(find . -name "*.jar"); do
        mv $j $j.no
done
cp %{SOURCE1} build.xml
cp %{SOURCE2} project.xml
cp %{SOURCE3} settings.xml

%build
sed -i -e "s|<url>__JPP_URL_PLACEHOLDER__</url>|<url>file://`pwd`/.m2/repository</url>|g" settings.xml
sed -i -e "s|<url>__JAVADIR_PLACEHOLDER__</url>|<url>file://`pwd`/external_repo</url>|g" settings.xml
sed -i -e "s|<url>__MAVENREPO_DIR_PLACEHOLDER__</url>|<url>file://`pwd`/.m2/repository</url>|g" settings.xml
sed -i -e "s|<url>__MAVENDIR_PLUGIN_PLACEHOLDER__</url>|<url>file:///usr/share/maven2/plugins</url>|g" settings.xml
sed -i -e "s|<url>__ECLIPSEDIR_PLUGIN_PLACEHOLDER__</url>|<url>file:///usr/share/eclipse/plugins</url>|g" settings.xml

export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

mkdir external_repo
ln -s %{_javadir} external_repo/JPP

%if %{with_maven}
    mvn-jpp \
        -e \
        -s $(pwd)/settings.xml \
        -Dmaven2.jpp.depmap.file=%{SOURCE4} \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        -Dmaven.test.skip=true \
        install javadoc:javadoc

%else
mkdir -p target/lib
build-jar-repository -s -p target/lib \
classworlds \
plexus/utils \
junit

%{ant} jar javadoc
%endif


%install
# jars
install -d -m 755 %{buildroot}%{_javadir}/plexus
install -pm 644 target/%{name}-%{version}-alpha-8.jar \
  %{buildroot}%{_javadir}/plexus/container-default-%{version}.jar
%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/%{parent} %{subname}
(cd %{buildroot}%{_javadir}/plexus && \
 for jar in *-%{version}*; do \
     ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; \
 done \
)

# poms
%if %{with_maven}
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.%{parent}-%{subname}.pom
%endif

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%{_javadir}/*
%if %{with_maven}
%{_datadir}/maven2/poms/*
%endif
%{_mavendepmapfragdir}

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/*



%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0-2
+ Revision: d121f5c
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13806 |14cu|plexus-digest-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global parent plexus
%global subname digest

Name:           plexus-digest
Version:        1.1
Release:        8
Summary:        Plexus Digest / Hashcode Components
License:        ASL 2.0
Group:          Development/Java
URL:            http://plexus.codehaus.org/plexus-components/plexus-digest/
Source0:        %{name}-%{version}-src.tar.gz
# svn export http://svn.codehaus.org/plexus/plexus-components/tags/plexus-digest-1.1/ plexus-digest/
# tar czf plexus-digest-1.1-src.tar.gz plexus-digest/

BuildArch:      noarch

BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  ant >= 0:1.6
BuildRequires:  maven2 >= 2.0.4-9
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-surefire-maven-plugin
BuildRequires:  maven-surefire-provider-junit 
#BuildRequires:  maven2-common-poms >= 1.0
BuildRequires:  maven-doxia
#BuildRequires:  maven-doxia-sitetools
BuildRequires:  qdox >= 1.5

#BuildRequires:  plexus-maven-plugin
#BuildRequires:  plexus-cdc

Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
The Plexus project seeks to create end-to-end developer tools for
writing applications. At the core is the container, which can be
embedded or for a full scale application server. There are many
reusable components for hibernate, form processing, jndi, i18n,
velocity, etc. Plexus also includes an application server which
is like a J2EE application server, without all the baggage.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}

%build
mvn install javadoc:javadoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}/plexus
install -pm 644 target/*.jar \
        %{buildroot}%{_javadir}/%{parent}/%{subname}.jar
%add_to_maven_depmap org.codehaus.plexus %{name} 1.0 JPP/%{parent} %{subname}

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml \
 %{buildroot}%{_datadir}/maven2/poms/JPP.%{parent}-%{subname}.pom

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}

cp -pr target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/

ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/plexus/*
%{_mavenpomdir}
%{_mavendepmapfragdir}

%files javadoc
%doc %{_javadocdir}/*


%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-8
+ Revision: a4302fc
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13807 |14cu|plexus-i18n-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_maven 0

%define section     free
%define parent plexus
%define subname i18n

Name:           plexus-i18n
Version:        1.0
Release:        2
Epoch:          0
Summary:        Plexus I18N Component
License:        Apache Software License
Group:          Development/Java
URL:            http://plexus.codehaus.org/
Source0:        plexus-i18n-1.0-beta-6-src.tar.gz
# svn export svn://svn.plexus.codehaus.org/plexus/tags/plexus-i18n-1.0-beta-6
# tar czf plexus-i18n.tar.gz plexus-i18n-1.0-beta-6/
Source1:        plexus-i18n-1.0-build.xml
Source2:        plexus-i18n-1.0-project.xml
Source3:        plexus-i18n-settings.xml
Source4:        plexus-i18n-1.0-jpp-depmap.xml

BuildArch:      noarch
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
%if %{with_maven}
BuildRequires:  maven2 >= 2.0.4-10jpp
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-javadoc
BuildRequires:  maven2-plugin-resources
BuildRequires:  maven2-plugin-surefire
BuildRequires:  maven2-plugin-release
BuildRequires:  plexus-maven-plugin
%endif

BuildRequires:  classworlds >= 0:1.1
BuildRequires:  plexus-container-default 
BuildRequires:  plexus-utils 
Requires:  classworlds >= 0:1.1
Requires:  plexus-container-default 
Requires:  plexus-utils 

%description
The Plexus project seeks to create end-to-end developer tools for 
writing applications. At the core is the container, which can be 
embedded or for a full scale application server. There are many 
reusable components for hibernate, form processing, jndi, i18n, 
velocity, etc. Plexus also includes an application server which 
is like a J2EE application server, without all the baggage.


%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.


%prep
%setup -q -n plexus-i18n-1.0-beta-6
%remove_java_binaries
cp %{SOURCE1} build.xml
cp %{SOURCE2} project.xml
cp %{SOURCE3} settings.xml


%build
%if %{with_maven}
sed -i -e "s|<url>__JPP_URL_PLACEHOLDER__</url>|<url>file://`pwd`/.m2/repository</url>|g" settings.xml
sed -i -e "s|<url>__JAVADIR_PLACEHOLDER__</url>|<url>file://`pwd`/external_repo</url>|g" settings.xml
sed -i -e "s|<url>__MAVENREPO_DIR_PLACEHOLDER__</url>|<url>file://`pwd`/.m2/repository</url>|g" settings.xml
sed -i -e "s|<url>__MAVENDIR_PLUGIN_PLACEHOLDER__</url>|<url>file:///usr/share/maven2/plugins</url>|g" settings.xml
sed -i -e "s|<url>__ECLIPSEDIR_PLUGIN_PLACEHOLDER__</url>|<url>file:///usr/share/eclipse/plugins</url>|g" settings.xml

export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

mkdir external_repo
ln -s %{_javadir} external_repo/JPP

mvn-jpp \
        -e \
        -s $(pwd)/settings.xml \
        -Dmaven2.jpp.mode=true \
        -Dmaven2.jpp.depmap.file=%{SOURCE4} \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        install javadoc:javadoc

%else

mkdir -p target/lib
build-jar-repository -s -p target/lib \
classworlds \
plexus/container-default \
plexus/utils \

%{ant} jar javadoc

%endif



%install
# jars
install -d -m 755 %{buildroot}%{_javadir}/plexus
install -pm 644 target/%{name}-%{version}-beta-6.jar \
  %{buildroot}%{_javadir}/plexus/i18n-%{version}.jar
%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/%{parent} %{subname}

(cd %{buildroot}%{_javadir}/plexus && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.%{parent}-%{subname}.pom

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} 


%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}
%{gcj_files}

%files javadoc
%doc %{_javadocdir}/*



%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0-2
+ Revision: c444fe6
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13808 |14cu|plexus-interactivity-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# We just want to use ant
%define _without_maven 1

# If you don't want to build with maven, and use straight ant instead,
# give rpmbuild option '--without maven'

%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}

Name:           plexus-interactivity
Version:        1.0
Release:        4
Epoch:          0
Summary:        Plexus Interactivity Handler Component
License:        Apache License
Group:          Development/Java
URL:            http://plexus.codehaus.org/
# svn export \
#   svn://svn.plexus.codehaus.org/plexus/tags/plexus-interactivity-1.0-alpha-5/
# tar cjf plexus-interactivity-1.0-alpha-5-src.tar.bz2 \
#   plexus-interactivity-1.0-alpha-5
# md5sum 7b2a814da29fc1118bc5b4e4bc6225eb
Source0:        plexus-interactivity-1.0-alpha-5-src.tar.bz2

Source1:        plexus-interactivity-1.0-api-build.xml
Source2:        plexus-interactivity-1.0-jline-build.xml
%if %{with_maven}
Source3:        plexus-interactivity-1.0-api-project.xml
Source4:        plexus-interactivity-1.0-jline-project.xml
%endif


BuildArch:      noarch
BuildRequires:  java-devel
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-nodeps 
%if %{with_maven}
BuildRequires:  maven
%endif
BuildRequires:  jline
BuildRequires:  plexus-container-default
BuildRequires:  plexus-utils

Requires:  plexus-container-default
Requires:  plexus-utils
Requires:  jline

%description
The Plexus project seeks to create end-to-end developer tools for
writing applications. At the core is the container, which can be
embedded or for a full scale application server. There are many
reusable components for hibernate, form processing, jndi, i18n,
velocity, etc. Plexus also includes an application server which
is like a J2EE application server, without all the baggage.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n plexus-interactivity-1.0-alpha-5
cp %{SOURCE1} plexus-interactivity-api/build.xml
cp %{SOURCE2} plexus-interactivity-jline/build.xml
%if %{with_maven}
cp %{SOURCE3} plexus-interactivity-api/project.xml
cp %{SOURCE4} plexus-interactivity-jline/project.xml
%endif

%build
%if %{with_maven}
mkdir -p .maven/repository/maven/jars
build-jar-repository .maven/repository/maven/jars \
maven-jelly-tags

mkdir -p .maven/repository/JPP/jars
build-jar-repository -s -p .maven/repository/JPP/jars \
jline plexus/container-default plexus/utils
export MAVEN_HOME_LOCAL=$(pwd)/.maven
%endif

pushd plexus-interactivity-api
%if %{with_maven}
maven \
        -Dmaven.repo.remote=file:/usr/share/maven/repository \
        -Dmaven.home.local=$MAVEN_HOME_LOCAL \
        jar:install javadoc

%else

mkdir -p target/lib
build-jar-repository -s -p target/lib plexus/container-default plexus/utils
%{ant} jar javadoc
%endif
popd

pushd plexus-interactivity-jline
%if %{with_maven}
maven \
        -Dmaven.repo.remote=file:/usr/share/maven/repository \
        -Dmaven.home.local=$MAVEN_HOME_LOCAL \
        jar:install javadoc

%else

mkdir -p target/lib
cp \
  ../plexus-interactivity-api/target/plexus-interactivity-api-1.0-alpha-5.jar \
  target/lib
build-jar-repository -s -p target/lib jline plexus/container-default
ant jar javadoc
%endif
popd

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}/plexus
install -pm 644 \
  plexus-interactivity-api/target/%{name}-api-%{version}-alpha-5.jar \
  %{buildroot}%{_javadir}/plexus/interactivity-api-%{version}.jar
install -pm 644 \
  plexus-interactivity-jline/target/%{name}-jline-%{version}-alpha-5.jar \
  %{buildroot}%{_javadir}/plexus/interactivity-jline-%{version}.jar
(cd %{buildroot}%{_javadir}/plexus && \
 for jar in *-%{version}*; do \
     ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; \
 done \
)

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}/api
cp -pr plexus-interactivity-api/target/docs/apidocs/* \
  %{buildroot}%{_javadocdir}/%{name}-%{version}/api
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}/jline
cp -pr plexus-interactivity-jline/target/docs/apidocs/* \
  %{buildroot}%{_javadocdir}/%{name}-%{version}/jline
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%{_javadir}/*

%files javadoc
%doc %{_javadocdir}/*

%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0:1.0-4
- (4eb9df6) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13809 |14cu|plexus-interpolation-1.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           plexus-interpolation
Version:        1.15
Release:        1
Summary:        Plexus Interpolation API

Group:          Development/Java
License:        ASL 2.0 and ASL 1.1 and MIT
URL:            http://plexus.codehaus.org/plexus-components/plexus-interpolation
#svn export http://svn.codehaus.org/plexus/plexus-components/tags/plexus-interpolation-1.13/
#tar cjf plexus-interpolation-1.13.tar.bz2 plexus-interpolation-1.13/
Source0:        https://github.com/sonatype/plexus-interpolation/archive/plexus-interpolation-1.15.tar.gz#/%{name}-%{version}.tar.gz

BuildArch: noarch

BuildRequires: java-devel
BuildRequires: junit
BuildRequires: maven2
BuildRequires: maven-resources-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-maven-plugin
BuildRequires: maven-surefire-provider-junit
#BuildRequires: maven-shared-reporting-impl
BuildRequires: maven-doxia-sitetools
BuildRequires: plexus-maven-plugin

%description
Plexus interpolator is the outgrowth of multiple iterations of development
focused on providing a more modular, flexible interpolation framework for 
the expression language style commonly seen in Maven, Plexus, and other 
related projects.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
API documentation for %{name}.

%prep
%setup -qn %{name}-plexus-interpolation-%{version}

%build
export LC_ALL=ISO-8859-1
mvn install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}/plexus
install -m 644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/plexus/interpolation-%{version}.jar

(cd %{buildroot}%{_javadir}/plexus && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.codehaus.plexus plexus-interpolation %{version} JPP/plexus interpolation

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/plexus/*.jar
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Tue Jan 20 2015 dsilakov <denis.silakov@rosalab.ru> 1.15-1
+ Revision: 0fc22d8
- Merge pull request #1 from import/plexus-interpolation:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13810 |14cu|plexus-io-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           plexus-io
Version:        1.0
Release:        1
Summary:        Plexus IO Components

Group:          Development/Java
License:        ASL 2.0
URL:            http://plexus.codehaus.org/plexus-components/plexus-io
#svn export http://svn.codehaus.org/plexus/plexus-components/tags/plexus-io-1.0-alpha-5/
#tar cjf plexus-io-1.0-alpha-5.tar.bz2 plexus-io-1.0-alpha-5/      
Source0:        plexus-io-1.0-alpha-5.tar.bz2

BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0 
BuildRequires:  jpackage-utils

BuildRequires: plexus-utils
BuildRequires: plexus-container-default
BuildRequires: maven2
BuildRequires: maven-resources-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
#BuildRequires: maven2-plugin-javadoc
#BuildRequires: maven2-plugin-resources
#BuildRequires: maven2-plugin-compiler
#BuildRequires: maven2-plugin-jar
#BuildRequires: maven2-plugin-install
BuildRequires: maven-javadoc-plugin
#BuildRequires: maven-plugins-pom
BuildRequires: maven-surefire-maven-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-doxia-sitetools
BuildRequires: plexus-maven-plugin
Requires:  jpackage-utils
Requires: plexus-utils
Requires: plexus-container-default

Requires(post): jpackage-utils
Requires(postun): jpackage-utils

%description
Plexus IO is a set of plexus components, which are designed for use
in I/O operations. 

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
API documentation for %{name}.


%prep
%setup -q -n %{name}-1.0-alpha-5

mkdir external_repo
ln -s %{_javadir} external_repo/JPP

%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn \
        -e \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        install javadoc:javadoc
# -Dmaven2.jpp.mode=true \
        
%install
rm -rf %{buildroot}

# jars
install -d -m 0755 %{buildroot}%{_javadir}/plexus
install -m 644 target/%{name}-1.0-alpha-5.jar   %{buildroot}%{_javadir}/plexus/io-1.0.jar

(cd %{buildroot}%{_javadir}/plexus && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/plexus io

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc NOTICE.txt
%{_javadir}/plexus/*.jar
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}/*

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-1
+ Revision: bd0adb8
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13811 |14cu|plexus-maven-plugin-1.3.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global parent plexus
%global subname maven-plugin

%global maven_settings_file %{_builddir}/%{name}/settings.xml

Name:           %{parent}-%{subname}
Version:        1.3.8
Release:        7
Summary:        Plexus Maven plugin
License:        MIT
Group:          Development/Java
URL:            http://plexus.codehaus.org/

# svn export \
#   http://svn.codehaus.org/plexus/archive/plexus-maven-plugin/tags/plexus-maven-plugin-1.3.8
# tar czf plexus-maven-plugin-1.3.8-src.tar.xz plexus-maven-plugin-1.3.8
Source0:        %{name}-%{version}-src.tar.gz

Patch0:         %{name}-doxia.patch

BuildArch:      noarch

BuildRequires:	java-rpmbuild >= 0:1.6
BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  maven2
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-surefire-maven-plugin
BuildRequires:  maven2-common-poms >= 1.0
BuildRequires:  maven-doxia-sitetools
BuildRequires:  maven-surefire-provider-junit
#BuildRequires:  plexus-appserver >= 1.0-0.a5.3
#BuildRequires:  plexus-cdc >= 1.0-0.8.a14
BuildRequires:  plexus-container-default
#BuildRequires:  plexus-runtime-builder >= 1.0-0.a9.2

Requires:       maven2
Requires:       maven2-common-poms >= 1.0
#Requires:       plexus-appserver >= 1.0-0.a5.3
#Requires:       plexus-cdc >= 1.0-0.8.a14
Requires:       plexus-container-default
#Requires:       plexus-runtime-builder >= 1.0-0.a9.2
#Requires:       maven-shared-reporting-impl

Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
Plexus Maven Plugin helps create plexus component descriptions
from within Maven.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
#%patch0 -p1

%build
mvn -e install javadoc:javadoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}/plexus
install -pm 644 target/*.jar \
        %{buildroot}%{_javadir}/%{parent}/%{subname}.jar
%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/%{parent} %{subname}

# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
        %{buildroot}%{_mavenpomdir}/JPP.%{parent}-%{subname}.pom

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :


%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/plexus
%{_mavenpomdir}/*pom
%{_mavendepmapfragdir}/*

%files javadoc
%doc %{_javadocdir}/%{name}


%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.8-7
+ Revision: b16c881
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13812 |14cu|plexus-utils-1.4.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_maven 0

%define parent plexus
%define subname utils

Name:           plexus-utils
Version:        1.4.8
Release:        2
Epoch:          0
Summary:        Plexus Common Utilities
License:        Apache License
Group:          Development/Java
URL:            http://plexus.codehaus.org/
# svn export svn://svn.plexus.codehaus.org/plexus/tags/plexus-utils-1.8/
# tar xzf plexus-utils-1.8.tar.gz plexus-utils-1.8
Source0:        plexus-utils-1.4.8.tar.gz
Source1:        plexus-utils-1.4.8-build.xml
# build it with maven2-generated ant build.xml
BuildArch:      noarch
BuildRequires:  java-devel

BuildRequires:  ant >= 0:1.6.5
BuildRequires:  locales-en
BuildRequires:  java-rpmbuild >= 0:1.6
Requires:       jpackage-utils
Requires(postun): jpackage-utils
%if %{with_maven}
BuildRequires:  maven2 >= 0:2.0.4
BuildRequires:  maven2-plugin-surefire
BuildRequires:  maven2-plugin-resources
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-release
BuildRequires:  maven2-plugin-javadoc
%endif

%description
The Plexus project seeks to create end-to-end developer tools for 
writing applications. At the core is the container, which can be 
embedded or for a full scale application server. There are many 
reusable components for hibernate, form processing, jndi, i18n, 
velocity, etc. Plexus also includes an application server which 
is like a J2EE application server, without all the baggage.

%package javadoc
Summary:          Javadoc for %{name}
Group:            Development/Java
Requires:         jpackage-utils
Requires(postun): jpackage-utils

%description javadoc
Javadoc for %{name}.


%prep
%setup -q -n %{name}-%{version}
cp %{SOURCE1} build.xml

%build
export LC_ALL=en_US.ISO-8859-1
%if %{with_maven}
export MAVEN_REPO_LOCAL=`pwd`/.m2/repository

mvn-jpp -e \
    -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
    install javadoc:javadoc


%else
export CLASSPATH=target/classes:target/test-classes
%{ant} -Dbuild.sysclasspath=only jar javadoc
%endif

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}/plexus
install -pm 644 target/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/plexus/utils-%{version}.jar
%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/%{parent} %{subname}
(cd %{buildroot}%{_javadir}/plexus && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.%{parent}-%{subname}.pom

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_datadir}/maven2
%config(noreplace) %{_mavendepmapfragdir}/*

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog
* Fri Dec 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.4.8-2
+ Revision: b56d1a8
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13813 |14cu|plexus-velocity-1.1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# If you don't want to build with maven, and use straight ant instead,
# give rpmbuild option '--without maven'
%define with_maven 0
%define without_maven 1

%define section     free
%define parent plexus
%define subname velocity

Name:           plexus-velocity
Version:        1.1.7
Release:        2
Epoch:          0
Summary:        Plexus Velocity Component
License:         Apache Software License
Group:          Development/Java
URL:            http://plexus.codehaus.org/
# svn export http://svn.codehaus.org/plexus/plexus-components/tags/plexus-velocity-1.1.6/ && tar cvvzf plexus-velocity-1.1.6.tar.gz plexus-velocity-1.1.7/
Source0:        plexus-velocity-%{version}.tar.gz
Source1:        plexus-velocity-1.1.7-build.xml
#Source2:        plexus-velocity-1.1.7-project.xml
Source3:        plexus-velocity-settings.xml
Source4:        plexus-velocity-1.1.7-jpp-depmap.xml


BuildArch:      noarch
BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  ant >= 0:1.6
%if %{with_maven}
BuildRequires:  maven2 >= 2.0.4-10jpp
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-javadoc
BuildRequires:  maven2-plugin-resources
BuildRequires:  maven2-plugin-surefire
BuildRequires:  maven2-plugin-release
%endif
BuildRequires:  ant-nodeps
BuildRequires:  classworlds >= 0:1.1
BuildRequires:  jakarta-commons-collections
BuildRequires:  jakarta-commons-logging
BuildRequires:  plexus-container-default
BuildRequires:  plexus-utils
BuildRequires:  velocity
Requires:  classworlds >= 0:1.1
Requires:  jakarta-commons-collections
Requires:  plexus-container-default
Requires:  plexus-utils
Requires:  velocity
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
The Plexus project seeks to create end-to-end developer tools for
writing applications. At the core is the container, which can be
embedded or for a full scale application server. There are many
reusable components for hibernate, form processing, jndi, i18n,
velocity, etc. Plexus also includes an application server which
is like a J2EE application server, without all the baggage.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
for j in $(find . -name "*.jar"); do
        rm $j
done
cp %{SOURCE1} build.xml
#cp %{SOURCE2} project.xml
cp %{SOURCE3} settings.xml

%build
sed -i -e "s|<url>__JPP_URL_PLACEHOLDER__</url>|<url>file://`pwd`/.m2/repository</url>|g" settings.xml
sed -i -e "s|<url>__JAVADIR_PLACEHOLDER__</url>|<url>file://`pwd`/external_repo</url>|g" settings.xml
sed -i -e "s|<url>__MAVENREPO_DIR_PLACEHOLDER__</url>|<url>file://`pwd`/.m2/repository</url>|g" settings.xml
sed -i -e "s|<url>__MAVENDIR_PLUGIN_PLACEHOLDER__</url>|<url>file:///usr/share/maven2/plugins</url>|g" settings.xml
sed -i -e "s|<url>__ECLIPSEDIR_PLUGIN_PLACEHOLDER__</url>|<url>file:///usr/share/eclipse/plugins</url>|g" settings.xml

export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

mkdir external_repo
ln -s %{_javadir} external_repo/JPP

%if %{with_maven}
    mvn-jpp \
        -e \
        -s $(pwd)/settings.xml \
        -Dmaven2.jpp.depmap.file=%{SOURCE4} \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        install javadoc:javadoc

%else

mkdir -p target/lib
build-jar-repository -s -p target/lib \
classworlds \
commons-collections \
commons-logging-api \
plexus/container-default \
plexus/utils \
velocity \

%{ant} jar javadoc

%endif

%install

# jars
install -d -m 755 %{buildroot}%{_javadir}/plexus
install -pm 644 target/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/plexus/velocity-%{version}.jar
(cd %{buildroot}%{_javadir}/plexus && for jar in *-%{version}*; \
do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/%{parent} %{subname}

(cd %{buildroot}%{_javadir}/plexus && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# poms
%if %{with_maven}
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.%{parent}-%{subname}.pom
%endif

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%if %{with_maven}
%{_datadir}/maven2/poms/*
%endif
%config(noreplace) %{_mavendepmapfragdir}/*

%files javadoc
%doc %{_javadocdir}/*

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.7-2
+ Revision: b1d3894
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13814 |14cu|plplot-5.10.0-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq '\/usr\/share\/plplot5.10.0\/examples\/tk\/xtk01'
#define	svnversion	0.0.0
#define	svnsnapshot	svn
#define	baseversion	#{svnversion}
#define	srcversion	#{version}#{svnsnapshot}

%define baseversion %{version}
%define srcversion %{version}

%define majorcsiro 0
%define libcsiro %mklibname csiro %{majorcsiro}

%define majorqsastime 0
%define libqsastime %mklibname qsastime %{majorqsastime}

%define majorplplotadad 1
%define libadad %mklibname %{name}adad %{majorplplotadad}

%define majorplplotqtd  1
%define libqtd %mklibname %{name}qtd %{majorplplotqtd}

%define majorplplotf95d 11
%define libf95d %mklibname %{name}f95d %{majorplplotf95d}

%define majorplplotcxxd 11
%define libcxxd %mklibname %{name}cxxd %{majorplplotcxxd}

%define majortclmatrixd 9
%define libtclmatrixd %mklibname tclmatrixd %{majortclmatrixd}

%define majorplplottcltkd 11
%define libtcltkd %mklibname %{name}tcltkd %{majorplplottcltkd}

%define majorplplottcltk_Maind  0
%define libtcltk_maind %mklibname %{name}tcltk_maind %{majorplplottcltk_Maind}

%define majorplplotd 12
%define libname %mklibname plplotd %{majorplplotd}
%define devname %mklibname %{name} -d

%define pythonname python-%{name}
%define ocamlname ocaml-%{name}
%define javaname java-%{name}
%define octavename octave-%{name}
%define luaname lua-%{name}

#OFF because not yet on mga
#needs itcl
%define enable_itcl OFF

#itk also requires iwidgets, we currently have inconsistent versions
#(itk-3 and iwidgets-4 euuhhh?)
%define enable_itk OFF
%define itk_version 3.4
%define iwidget_dir %{_datadir}/tcl8.5/iwidgets4.1

#needs PDL::Graphics::PLplot
%define enable_pdl OFF

#needs D compiler
%define enable_d OFF

#needs lasi
%define enable_psttf OFF

#to find fonts for freetype
%define gnu_font_path "/usr/share/fonts/ttf"

#to compile against TCL 8.6
%define c_flags "-DUSE_INTERP_RESULT -lm"

#make install default
%define lua_version 5.2

#autodetection of tk version fails due to no X11 environment
%define tk_version 8.5.15

#shapelib includedir
%define includeshp_dir %{_includedir}/libshp

#fortran and ada files reside in the gcc directory
%define gccinstall_dir %(LC_ALL=C %__cc --print-search-dirs | %__grep install | %__awk '{print $2}')
%define includef_dir %{gccinstall_dir}/finclude
%define libada_dir %{gccinstall_dir}/adalib
%define includeada_dir %{gccinstall_dir}/adainclude

Summary:	A cross-platform software package for creating scientific plots
Name:		plplot
Version:	5.10.0
Release:	20
License:	LGPLv2+
Group:		Development/Other
Url:		http://plplot.sourceforge.net/
Source0:	http://downloads.sourceforge.net/plplot/%{name}-%{version}.tar.gz
Patch1:		plplot-5.10.0-lua5.2.patch
Patch2:		plplot-5.10.0-build-fpic.patch
Patch3:		plplot-5.10.0-incqhull.patch
Patch4:		plplot-5.10.0-cairo-dpi.patch
#From Fedora:
Patch5:		plplot-5.10.0-octave.patch
Patch6:		plplot-5.10.0-octave38.patch
#From Gentoo
Patch7:		plplot-5.10.0-have-config-h.patch
#From Debian
Patch8:		plplot-5.10.0-cmake-3.1.patch
Patch9:		plplot-5.10.0-cmake-policy.patch

BuildRequires:	cmake
BuildRequires:	gcc-gfortran
BuildRequires:	quadmath-devel
BuildRequires:	gcc-c++
BuildRequires:	gcc-gnat >= 4.7
BuildRequires:	libgnat >= 4.7
#BuildRequires:	gnu-free-fonts-compat
#BuildRequires:	gnu-free-mono-fonts
#BuildRequires:	gnu-free-sans-fonts
#BuildRequires:	gnu-free-serif-fonts
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	ocaml-doc
BuildRequires:	ocaml-camlidl-devel
BuildRequires:	ocaml-lablgtk2-devel
BuildRequires:	ocaml-cairo-devel
BuildRequires:	perl-PDL
BuildRequires:	perl-XML-DOM
BuildRequires:	sed
BuildRequires:	swig
BuildRequires:	itk-devel
BuildRequires:	java-1.7.0-openjdk-devel #java-devel-openjdk
BuildRequires:	libltdl-devel
BuildRequires:	octave-devel
BuildRequires:	python-numpy-devel
BuildRequires:	qhull-devel
BuildRequires:	qt4-devel
BuildRequires:	shapelib-devel
#BuildRequires:	wxgtk-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libagg)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sm)
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xcomposite)

%description
PLplot is a cross-platform software package for creating scientific
plots. To help accomplish that task it is organized as a core C
library, language bindings for that library, and device drivers which
control how the plots are presented in non-interactive and interactive
plotting contexts. The PLplot core library can be used to create
standard x-y plots, semi-log plots, log-log plots, contour plots, 3D
surface plots, mesh plots, bar charts and pie charts. Multiple graphs
(of the same or different sizes) may be placed on a single page, and
multiple pages are allowed for those device formats that support them.

%files
%doc README README.* AUTHORS NEWS PROBLEMS FAQ ChangeLog.*
%{_bindir}/pl*
%{_mandir}/man1/*
%{_datadir}/%{name}%{baseversion}/*.fnt
%{_datadir}/%{name}%{baseversion}/*.shp
%{_datadir}/%{name}%{baseversion}/*.shx
%{_datadir}/%{name}%{baseversion}/*.pal
%{_datadir}/%{name}%{baseversion}/*.tcl
%{_datadir}/%{name}%{baseversion}/tcl/

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library and driver modules for PLplot
Group:		System/Libraries
Obsoletes:	%{_lib}plplot12 < 5.10.0-4

%description -n %{libname}
%{summary}.

%files -n %{libname}
%doc ABOUT Copyright COPYING.*
%dir %{_libdir}/%{name}%{baseversion}
%{_libdir}/libplplotd.so.%{majorplplotd}
%{_libdir}/libplplotd.so.%{majorplplotd}.*
%{_libdir}/%{name}%{baseversion}/driversd/cairo.*
%{_libdir}/%{name}%{baseversion}/driversd/mem.*
%{_libdir}/%{name}%{baseversion}/driversd/ntk.*
%{_libdir}/%{name}%{baseversion}/driversd/null.*
%{_libdir}/%{name}%{baseversion}/driversd/ps.*
%{_libdir}/%{name}%{baseversion}/driversd/svg.*
%{_libdir}/%{name}%{baseversion}/driversd/xfig.*
%{_libdir}/%{name}%{baseversion}/driversd/xwin.*

#----------------------------------------------------------------------------

%package -n %{libcsiro}
Summary:	Scientific plotting library (CSIRO libraries)
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libcsiro}
This package contains shared libraries for plplot used in geometry
applications.

%files -n %{libcsiro}
%{_libdir}/libcsirocsa.so.%{majorcsiro}
%{_libdir}/libcsirocsa.so.%{majorcsiro}.*
%{_libdir}/libcsironn.so.%{majorcsiro}
%{_libdir}/libcsironn.so.%{majorcsiro}.*

#----------------------------------------------------------------------------

%package -n %{libqsastime}
Summary:	Time format conversion library
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libqsastime}
The qsastime library is a simple library for handling time format
conversion. It overcomes the limitations of the POSIX time handling
routines by allow high precision time variables over a large range
of ranges of dates and by correctly handling leap seconds. It was
designed with the needs of scientific data plotting in mind.

%files -n %{libqsastime}
%{_libdir}/libqsastime.so.%{majorqsastime}
%{_libdir}/libqsastime.so.%{majorqsastime}.*

#----------------------------------------------------------------------------

%package -n %{libadad}
Summary:	Ada runtime support library for PLplot
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libadad}
This package contains Ada runtime support library for PLplot.

%files -n %{libadad}
%{_libdir}/libplplotadad.so.%{majorplplotadad}
%{_libdir}/libplplotadad.so.%{majorplplotadad}.*
%{libada_dir}/plplotadad/

#----------------------------------------------------------------------------

%package -n %{libqtd}
Summary:	Qt driver module and bindings for PLplot
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libqtd}
This package provides the Qt driver module for PLplot. It also provides
C++ bindings to allow use of the PLplot API in Qt applications.

%files -n %{libqtd}
%dir %{_libdir}/%{name}%{baseversion}
%{_libdir}/libplplotqtd.so.%{majorplplotqtd}
%{_libdir}/libplplotqtd.so.%{majorplplotqtd}.*
%{_libdir}/%{name}%{baseversion}/driversd/qt.*

#----------------------------------------------------------------------------

%package -n %{libf95d}
Summary:	Fortran 95 bindings for PLplot
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libf95d}
This package contains the Fortran 95 bindings for PLplot.

%files -n %{libf95d}
%{_libdir}/libplplotf95cd.so.%{majorplplotf95d}
%{_libdir}/libplplotf95cd.so.%{majorplplotf95d}.*
%{_libdir}/libplplotf95d.so.%{majorplplotf95d}
%{_libdir}/libplplotf95d.so.%{majorplplotf95d}.*

#----------------------------------------------------------------------------

%package -n %{libcxxd}
Summary:	C++ bindings for PLplot
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libcxxd}
This package contains the C++ bindings for PLplot.

%files -n %{libcxxd}
%{_libdir}/libplplotcxxd.so.%{majorplplotcxxd}
%{_libdir}/libplplotcxxd.so.%{majorplplotcxxd}.*

#----------------------------------------------------------------------------

%package -n %{libtclmatrixd}
Summary:	Tcl Matrix extension library for PLplot
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libtclmatrixd}
This package provides the Tcl Matrix extension library for PLplot.

%files -n %{libtclmatrixd}
%{_libdir}/libtclmatrixd.so.%{majortclmatrixd}
%{_libdir}/libtclmatrixd.so.%{majortclmatrixd}.*

#----------------------------------------------------------------------------

%package -n %{libtcltkd}
Summary:	Tcl/Tk support for PLplot
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libtcltkd}
This package provides Tcl/Tk support for PLplot. It also provides
Tk driver module.

%files -n %{libtcltkd}
%{_libdir}/libplplottcltkd.so.%{majorplplottcltkd}
%{_libdir}/libplplottcltkd.so.%{majorplplottcltkd}.*
%{_libdir}/%{name}%{baseversion}/driversd/tk.*
%{_libdir}/%{name}%{baseversion}/driversd/tkwin.*

#----------------------------------------------------------------------------

%package -n %{libtcltk_maind}
Summary:	Tcl/Tk support library for PLplot
Group:		System/Libraries
Conflicts:	%{_lib}plplot12 < 5.10.0-4
Conflicts:	%{_lib}plplot11 < 5.10.0-4

%description -n %{libtcltk_maind}
This package provides Tcl/Tk support for PLplot.

%files -n %{libtcltk_maind}
%{_libdir}/libplplottcltk_Maind.so.%{majorplplottcltk_Maind}
%{_libdir}/libplplottcltk_Maind.so.%{majorplplottcltk_Maind}.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for PLplot
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libcsiro} = %{EVRD}
Requires:	%{libqsastime} = %{EVRD}
Requires:	%{libadad} = %{EVRD}
Requires:	%{libqtd} = %{EVRD}
Requires:	%{libf95d} = %{EVRD}
Requires:	%{libcxxd} = %{EVRD}
Requires:	%{libtclmatrixd} = %{EVRD}
Requires:	%{libtcltkd} = %{EVRD}
Requires:	%{libtcltk_maind} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}plplot12 < 5.10.0-17

%description -n %{devname}
%{summary}.

%files -n %{devname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%dir %{includef_dir}/%{name}
#{includef_dir}/#{name}/*.h
%{includef_dir}/%{name}/*.mod
%{_libdir}/libcsiro*.so
%{_libdir}/libqsastime.so
%{_libdir}/libplplot*.so
%{_libdir}/libtclmatrixd.so
%{_libdir}/pkgconfig/plplotd-ada.pc
%{_libdir}/pkgconfig/plplotd-c++.pc
%{_libdir}/pkgconfig/plplotd-f95.pc
%{_libdir}/pkgconfig/plplotd-qt.pc
%{_libdir}/pkgconfig/plplotd-tcl.pc
%{_libdir}/pkgconfig/plplotd-tcl_Main.pc
%{_libdir}/pkgconfig/plplotd.pc
%{includeada_dir}/plplotadad
%dir %{_datadir}/%{name}%{baseversion}/examples
%{_datadir}/%{name}%{baseversion}/examples/CMakeLists.txt
%{_datadir}/%{name}%{baseversion}/examples/Makefile
%{_datadir}/%{name}%{baseversion}/examples/ada
%{_datadir}/%{name}%{baseversion}/examples/c++
%{_datadir}/%{name}%{baseversion}/examples/c
%{_datadir}/%{name}%{baseversion}/examples/cmake
%{_datadir}/%{name}%{baseversion}/examples/f95
%{_datadir}/%{name}%{baseversion}/examples/lena.pgm
%{_datadir}/%{name}%{baseversion}/examples/plplot-test*
%{_datadir}/%{name}%{baseversion}/examples/tcl
%{_datadir}/%{name}%{baseversion}/examples/test_ada.sh
%{_datadir}/%{name}%{baseversion}/examples/test_c.sh
%{_datadir}/%{name}%{baseversion}/examples/test_c_interactive.sh
%{_datadir}/%{name}%{baseversion}/examples/test_cxx.sh
%{_datadir}/%{name}%{baseversion}/examples/test_diff.sh
%{_datadir}/%{name}%{baseversion}/examples/test_f95.sh
%{_datadir}/%{name}%{baseversion}/examples/test_lua.sh
%{_datadir}/%{name}%{baseversion}/examples/test_tcl.sh
%{_datadir}/%{name}%{baseversion}/examples/tk/

#----------------------------------------------------------------------------

%package -n %{pythonname}
Summary:	PLplot support for Python
Group:		Development/Python
Requires:	python
Provides:	%{name}-python = %{EVRD}

%description -n %{pythonname}
%{summary}.

%files -n %{pythonname}
%{python_sitearch}/_plplotcmodule.so
%{python_sitearch}/plplot*
%{python_sitearch}/Plframe.*
%{python_sitearch}/TclSup.*
%{_datadir}/%{name}%{baseversion}/examples/python
%{_datadir}/%{name}%{baseversion}/examples/test_python.sh

#----------------------------------------------------------------------------

%package -n %{ocamlname}
Summary:	PLplot support for OCaml
Group:		Development/Other
Provides:	%{name}-ocaml = %{EVRD}

%description -n %{ocamlname}
%{summary}.

%files -n %{ocamlname}
%{_libdir}/ocaml/%{name}
%{_libdir}/ocaml/stublibs/*
%{_libdir}/ocaml/plcairo/*
%{_libdir}/pkgconfig/plplotd-ocaml.pc
%{_datadir}/%{name}%{baseversion}/examples/ocaml/
%{_datadir}/%{name}%{baseversion}/examples/test_ocaml.sh

#----------------------------------------------------------------------------

%package -n %{javaname}
Summary:	PLplot support for Java
Group:		Development/Java
Requires:	java
Provides:	%{name}-java = %{EVRD}

%description -n %{javaname}
%{summary}.

%files -n %{javaname}
%{_libdir}/%{name}/plplotjavac_wrap.so
%{_datadir}/java/plplot.jar
%{_datadir}/%{name}%{baseversion}/examples/java/
%{_datadir}/%{name}%{baseversion}/examples/test_java.sh

#----------------------------------------------------------------------------

%package -n %{octavename}
Summary:	PLplot support for Octave
Group:		Sciences/Mathematics
Requires:	octave
Provides:	%{name}-octave = %{EVRD}

%description -n %{octavename}
%{summary}.

%files -n %{octavename}
%{_datadir}/plplot_octave/
%{_datadir}/octave/site/m/PLplot/
%{_libdir}/octave/site/oct/*/plplot_octave.oct
%{_datadir}/%{name}%{baseversion}/examples/lena.img
%{_datadir}/%{name}%{baseversion}/examples/octave/
%{_datadir}/%{name}%{baseversion}/examples/test_octave.sh
%{_datadir}/%{name}%{baseversion}/examples/test_octave_interactive.sh

#----------------------------------------------------------------------------

%package -n %{luaname}
Summary:	PLplot support for Lua
Group:		Sciences/Mathematics
Requires:	lua%{lua_version}
Provides:	%{name}-lua = %{EVRD}
Conflicts:	%{_lib}plplot-devel < 5.10.0-5

%description -n %{luaname}
%{summary}.

%files -n %{luaname}
%dir %{_libdir}/lua/%{lua_version}/plplot/
%{_libdir}/lua/%{lua_version}/plplot/plplotluac.so
%{_datadir}/%{name}%{baseversion}/examples/lua/

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{srcversion}
%apply_patches

%build
%cmake \
	-DENABLE_itcl=%{enable_itcl} \
	-DENABLE_itk=%{enable_itk} \
	-DENABLE_pdl=%{enable_pdl} \
	-DENABLE_d=%{enable_d} \
	-DPLD_psttf=%{enable_psttf} \
	-DPL_FREETYPE_FONT_PATH:PATH=%{gnu_font_path} \
	-DCMAKE_C_FLAGS:STRING=%{c_flags} \
	-DTEST_DYNDRIVERS=OFF \
	-DUSE_RPATH:BOOL=OFF \
	-DF95_MOD_DIR:PATH=%{includef_dir}/%{name} \
	-DF77_INCLUDE_DIR:PATH=%{includef_dir}/%{name} \
	-DOCAML_INSTALL_DIR:PATH=%{_libdir}/ocaml \
	-DJAVAWRAPPER_DIR:PATH=%{_libdir}/%{name} \
	-DCMAKE_BUILD_TYPE=Release \
	-DSHAPELIB_INCLUDE_DIR=%{includeshp_dir} \
	-DPLPLOT_ITK_VERSION:STRING=%{itk_version} \
	-DPLPLOT_TK_VERSION:STRING=%{tk_version}
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_libdir}/libplf95demolibd.a

#install ada files into the right place, the -DADA_LIB_DIR variable
#cannot be overloaded
mkdir -p %{buildroot}%{libada_dir}
mkdir -p %{buildroot}%{includeada_dir}
pushd %{buildroot}%{_datadir}/ada/adainclude
mv plplotadad %{buildroot}%{libada_dir}/plplotadad
popd
pushd %{buildroot}%{_libdir}/ada/adalib
mv plplotadad %{buildroot}%{includeada_dir}/plplotadad
popd

#remove remaining *.in example files screwing up find
#requires scripts
rm -f %{buildroot}%{_datadir}/%{name}%{baseversion}/examples/tk/*.in
rm -f %{buildroot}%{_datadir}/%{name}%{baseversion}/examples/tcl/*.in


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.10.0-20
- (1bd3343) Add patches from Debian to fix build with cmake 3.1+



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13815 |14cu|plptools-1.0.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libmajor 0
%define libname %mklibname plp %libmajor

#
# Conditionals
#
%{?_with_debug: %define _with_debug --enable-debug}
%{?_with_debug: %define optflags -g}
%{!?_with_debug: %define _with_debug --disable-debug}

Summary: Connectivity for psion series 5
Name: plptools
Version: 1.0.12
Release: 4
URL: http://plptools.sourceforge.net/
Source: http://downloads.sourceforge.net/plptools/plptools-%{version}.tar.gz
Patch0: plptools-0.17-lib64.patch
Patch1: plptools-0.18-init_lsb.patch
License: GPL
Group: Communications
Buildrequires: readline-devel
Buildrequires: newt-devel
#Buildrequires: termcap-devel
BuildRequires: fuse-devel
Requires: chkconfig >= 0.9
Requires(post,preun):	rpm-helper

%description
This package contains the programs (client and server), necessary to
communicate with a Psion palmtop. The psion's file-system will
be automatically mounted under /mnt/psion at the time it is
connected to your computer. If the psion is shut down or
disconnected, the contents of /mnt/psion will automatically
disappear. Other programs included are:
 - plpftp, a program which allows you to transfer files in a ftp-like
   manner, view and modifiy processes on your psion.
 - plpbackup, a backup/restore utility.
 - plpprintd, a daemon for enabling printing from a Psion Series 5 via any
   accessible printer.
 - sisinstall, an installer for Psion's SIS software package format.

%description -l de
Dieses Packet enthält Programme zur Kommunikation mit einem Psion Palmtop.
Das Dateisystem des Psion wird beim Anschließen automatisch unter
/mnt/psion eingehängt. Wird der Psion ausgeschaltet oder das Kabel
gezogen, so verschwindet der Inhalt dieses Verzeichnisses automatisch
und erscheint erneuten Anschließen wieder. Weiterhin sind enthalten:
 - plpftp, ein Programm welches eine FTP-ähnliche Oberfläche
   für Dateitransfer    bietet und Prozesse auf dem Psion stoppen
   und starten kann.
 - plpbackup, ein Backup/Restore Utility für die Kommandozeile.
 - plpprintd, ein Daemon welcher Ausdrucken von einem Psion Serie 5 über
   beliebige vefügbare Drucker ermöglicht
 - sisinstall, ein Installationsprogramm für das Psion-eigene SIS
   packetformat.

%package -n %{libname}
Summary: Shared library for psion series 5 communication
Group: System/Libraries
License: GPL

%description -n %{libname}
This package contains the shared library required by programs which can 
communicate with a Psion palmtop.

%package -n %{libname}-devel
Summary: Development library and headers for psion series 5 communication
Group: Development/C
License: GPL
Provides: plp-devel = %{version}-%{release}
Provides: libplp-devel = %{version}-%{release}
Requires: %{libname} = %{version}

%description -n %{libname}-devel
This package contains the development library and header files for building
programs which can communicate with a Psion palmtop.

%description -l de -n %{libname}-devel
Dieses Packet enthält die statische Bibliothek und include-Dateien
zur Programm-Entwicklung von Kommunikations-software für den Psion.

%package -n %{libname}-static-devel
Summary: Static library for psion series 5 communication
Group: Development/C
License: GPL
Requires: %{libname}-devel = %{version}-%{release}

%description -n %{libname}-static-devel
This package contains the static library for building programs which can 
communicate with a Psion palmtop.

%prep
%setup -q
#patch0 -p1 -b .lib64
%patch1 -p1 -b .init_lsb

%build
export CPPFLAGS="-D_FILE_OFFSET_BITS=64"
%configure2_5x --with-initdir=%{_initrddir} %{_with_debug} --disable-rpath
%make

%install
mkdir -p %{buildroot}/%{_prefix} $%{buildroot}%{_initrddir}
%makeinstall_std
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
cat>%{buildroot}%{_sysconfdir}/sysconfig/plptools<<EOF
START_NCPD=yes
PLPFUSE_ARGS=
START_PLPFUSE=yes
PLPNFSD_ARGS=
START_PLPPRINTD=yes
PLPPRINTD_ARGS=
EOF

%find_lang %{name}

%post
test ! -d /mnt/psion && mkdir -p /mnt/psion
%_post_service %{name}

%preun
%_preun_service %{name}

%files -f %{name}.lang
%doc COPYING INSTALL ChangeLog README TODO etc/*magic
%doc etc/udev-usbserial-plptools.rules
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/*/*
%{_datadir}/%{name}/*
%config(noreplace) %{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}

%files -n %{libname}
%{_libdir}/libplp.so.%{libmajor}*

%files -n %{libname}-devel
%doc doc/api
%{_libdir}/libplp.so
%{_includedir}/%{name}/*

%files -n %{libname}-static-devel
%{_libdir}/libplp.a

%changelog

* Wed Oct 07 2015 dsilakov <denis.silakov@rosalab.ru> 1.0.12-4
- (dca006f) Merge pull request #1 from changhse/plptools:rosa2014.1
- (dca006f) updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13816 |14cu|pluma-1.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define build_with_python 1
%define oname mate-text-editor

Summary:       Small but powerful text editor for MATE
Name:          pluma
Version:       1.12.2
Release:       2
License:       GPLv2+
Group:         Editors 
URL:           http://mate-desktop.org
Source0:       http://pub.mate-desktop.org/releases/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:        pluma-1.7.90-mga-fix_underlinking.patch
Patch1:        pluma-1.12.2-win1251-detect.patch

BuildRequires: aspell-devel
BuildRequires: enchant-devel
BuildRequires: iso-codes
BuildRequires: docbook-dtd412-xml
BuildRequires: intltool
BuildRequires: xml2po
BuildRequires: mate-common
BuildRequires: itstool
BuildRequires: yelp-tools
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(enchant)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtk-doc)
BuildRequires: pkgconfig(gtksourceview-2.0)
BuildRequires: pkgconfig(iso-codes)
BuildRequires: pkgconfig(libxml-2.0)
#BuildRequires: pkgconfig(mate-doc-utils)
BuildRequires: pkgconfig(mate-desktop-2.0)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
%if %{build_with_python}
BuildRequires: pkgconfig(pygobject-2.0)
BuildRequires: pkgconfig(pygtk-2.0)
BuildRequires: pkgconfig(pygtksourceview-2.0)
BuildRequires: python
%endif

Requires:      pyorbit
Requires:      mate-desktop
# the run-command plugin uses zenity
Requires:      zenity

%rename %{oname}

%description
Pluma is a small but powerful text editor designed expressly
for MATE.

It includes such features as split-screen mode, a plugin
API, which allows Pluma to be extended to support many
features while remaining small at its core, multiple
document editing through the use of a 'tabbed' notebook and
many more functions.

%package devel
Group:    Development/C
Summary:  Headers for writing Pluma plugins
Provides: %{name}-devel = %{version}-%{release}
Provides: %{oname}-devel = %{version}-%{release}

%description devel
Pluma is a small but powerful text editor designed expressly
for MATE.

It includes such features as split-screen mode, a plugin
API, which allows Pluma to be extended to support many
features while remaining small at its core, multiple
document editing through the use of a 'tabbed' notebook and
many more functions.

Install this if you want to build plugins that use Pluma's API.

%prep
%setup -q
%apply_patches

%build
# NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
        --enable-gtk-doc     \
        --enable-gvfs-metadata    \
%if %{build_with_python}
        --enable-python 
%else
        --disable-python
%endif

%make LIBS='-lm -lgmodule-2.0'

%install

%makeinstall_std

%{find_lang} %{name} --with-gnome

%files  -f %{name}.lang
%doc README COPYING AUTHORS
%{_bindir}/pluma
# %{_bindir}/mate-text-editor
%{_datadir}/pluma
# %{_datadir}/mate/help/pluma
%{_datadir}/applications/pluma.desktop
%{_mandir}/man1/*
%{_libexecdir}/pluma
%{_datadir}/appdata/*
%{_datadir}/glib-2.0/schemas/org.mate.pluma.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.pluma.plugins.filebrowser.gschema.xml
%{_datadir}/glib-2.0/schemas/org.mate.pluma.plugins.time.gschema.xml
%{_datadir}/MateConf/gsettings/pluma.convert

%files devel
%{_includedir}/pluma
%{_libdir}/pkgconfig/pluma.pc
%_datadir/gtk-doc/html/*



%changelog

* Thu Nov 17 2016 dsilakov <denis.silakov@rosalab.ru> 1.12.2-2
- (f8baf9f) Merge pull request #2 from keleg/pluma:rosa2014.1
- (f8baf9f) fix win1251 autodetect



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13817 |14cu|plzip-1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Name:		plzip
Summary:	Multi-threaded LZMA archiver
Version:	1.5
Release:	1
License:	GPLv3+
Group:		Archiving/Compression
URL:		http://www.nongnu.org/lzip/plzip.html
Source0:	http://download.savannah.gnu.org/releases/lzip/%{name}/%{name}-%{version}.tar.lz
Source1:	http://download.savannah.gnu.org/releases/lzip/%{name}/%{name}-%{version}.tar.lz.sig
BuildRequires:	lzip
BuildRequires:	lzlib-devel

%description
Plzip is a massively parallel (multi-threaded), lossless data compressor based
on the LZMA algorithm, with very safe integrity checking and a user interface
similar to the one of gzip or bzip2. Plzip uses the lzip file format; the files
produced by plzip are fully compatible with lzip-1.4 or newer, and can be
rescued with lziprecover.

Plzip is intended for faster compression/decompression of big files
on multiprocessor machines, which makes it specially well suited
for distribution of big software files and large scale data archiving. On files
big enough, plzip can use hundreds of processors. 

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

%files
%{_bindir}/plzip
%{_mandir}/man1/plzip.1*
%{_infodir}/plzip.info*
%doc AUTHORS ChangeLog NEWS README

%if %{mdvver} < 201200
%post
%_install_info

%postun
%_remove_install_info
%endif

%changelog

* Mon Aug 08 2016 alzim <alzim@bk.ru> 1.5-1
- (8656c7e) Merge pull request #2 from import/plzip:rosa2016.1
- (8656c7e) Updated to 1.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13818 |14cu|pmacct-1.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with pgsql
%bcond_with sqlite

Summary:	Promiscuous mode IP Accounting package
Name:		pmacct
Version:	1.6.0
Release:	2
License:	GPLv2+
Group:		Monitoring
Url:		http://www.pmacct.net/
Source0:	http://www.pmacct.net/%{name}-%{version}.tar.gz
# From Debian
Source1:	nfacctd.conf
Source2:	pmacctd.conf
Source3:	sfacctd.conf
Source4:	uacctd.conf
Source5:	pmacct.nfacctd.default
Source6:	pmacct.pmacctd.default
Source7:	pmacct.sfacctd.default
Source8:	pmacct.uacctd.default
Source9:	pmacct.nfacctd.service
Source10:	pmacct.pmacctd.service
Source11:	pmacct.sfacctd.service
Source12:	pmacct.uacctd.service
BuildRequires:	mysql-devel
BuildRequires:	pcap-devel
%if %{with pgsql}
BuildRequires:	pkgconfig(libpq)
%endif
%if %{with sqlite}
BuildRequires:	pkgconfig(sqlite3)
%endif

%description
pmacct is a small set of passive network monitoring tools to measure, account,
classify and aggregate IPv4 and IPv6 traffic; a pluggable and flexible
architecture allows to store the collected traffic data into memory tables or
SQL (MySQL, SQLite, PostgreSQL) databases. pmacct supports fully customizable
historical data breakdown, flow sampling, filtering and tagging, recovery
actions, and triggers. Libpcap, sFlow v2/v4/v5 and NetFlow v1/v5/v7/v8/v9 are
supported, both unicast and multicast. Also, a client program makes it easy to
export data to tools like RRDtool, GNUPlot, Net-SNMP, MRTG, and Cacti.

%files
%doc AUTHORS ChangeLog CONFIG-KEYS COPYING FAQS TOOLS UPGRADE
%doc docs examples sql
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_sbindir}/*
%dir %{_sysconfdir}/pmacct
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/pmacct/nfacctd.conf
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/pmacct/pmacctd.conf
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/pmacct/sfacctd.conf
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/pmacct/uacctd.conf
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/default/nfacctd.default
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/default/pmacctd.default
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/default/sfacctd.default
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/default/uacctd.default
%{_unitdir}/nfacctd.service
%{_unitdir}/pmacctd.service
%{_unitdir}/sfacctd.service
%{_unitdir}/uacctd.service
%dir %{_var}/lib/pmacct

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-64bit \
	--enable-threads \
	--enable-mysql \
%if %{with pgsql}
	--enable-pgsql \
	--with-pgsql-includes=/usr/include/pgsql/ \
%endif
%if %{with sqlite}
	--enable-sqlite3 \
%endif
	--enable-ipv6

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/pmacct/
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pmacct/nfacctd.conf
install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pmacct/pmacctd.conf
install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/pmacct/sfacctd.conf
install -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pmacct/uacctd.conf

mkdir -p %{buildroot}%{_sysconfdir}/default/
install -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/default/nfacctd.default
install -m 0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/default/pmacctd.default
install -m 0644 %{SOURCE7} %{buildroot}%{_sysconfdir}/default/sfacctd.default
install -m 0644 %{SOURCE8} %{buildroot}%{_sysconfdir}/default/uacctd.default

mkdir -p %{buildroot}%{_unitdir}
install -m 0644 %{SOURCE9} %{buildroot}%{_unitdir}/nfacctd.service
install -m 0644 %{SOURCE10} %{buildroot}%{_unitdir}/pmacctd.service
install -m 0644 %{SOURCE11} %{buildroot}%{_unitdir}/sfacctd.service
install -m 0644 %{SOURCE12} %{buildroot}%{_unitdir}/uacctd.service

mkdir -p %{buildroot}%{_var}/lib/pmacct


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.0-2
- (3e07fde) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13819 |14cu|pmd-4.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           pmd
Version:        4.2.1
Release:        3
Epoch:          0
Summary:        Scans Java source code and looks for potential problems
License:        BSD Style
URL:            http://pmd.sourceforge.net/
## svn export https://pmd.svn.sourceforge.net/svnroot/pmd/tags/pmd/pmd_release_4_2_1 pmd && tar cvjf pmd-src.tar.bz2 pmd
#Source0:        %{name}-src.tar.bz2
Source0:        http://downloads.sourceforge.net/pmd/pmd-src-4.2.1.zip
Patch0:         %{name}-asm.patch
Patch1:         %{name}-4.2.1-no-retroweaver.patch
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-nodeps
BuildRequires:  javacc
BuildRequires:  junit4
BuildRequires:  jaxen >= 0:1.1
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-jaxp-1.3-apis >= 1.3.02
BuildRequires:  jakarta-oro
BuildRequires:  asm2
BuildRequires:  locales-en
Requires:       jaxen >= 0:1.1
Requires:       xerces-j2
Requires:       xml-commons-jaxp-1.3-apis >= 1.3.02
Requires:       jakarta-oro
Group:          Development/Java
BuildArch:      noarch
BuildRequires:  java-devel

%description
PMD scans Java source code and looks for potential 
problems like:
+ Unused local variables 
+ Empty catch blocks 
+ Unused parameters 
+ Empty 'if' statements 
+ Duplicate import statements 
+ Unused private methods 
+ Classes which could be Singletons 
+ Short/long variable and method names 
PMD has plugins for JDeveloper, JEdit, JBuilder, 
NetBeans/Sun ONE Studio, IntelliJ IDEA, TextPad, 
Maven, Ant, Eclipse, Gel, and Emacs. 

%package manual
Summary:        Manual for %{name}
Group:          Development/Java

%description manual
Documentation for %{name}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
# XXX: uses internal junit4 API
rm -r regress/test/net/sourceforge/pmd/*
##%{_bindir}/find . -type d -name "*.svn" | %{_bindir}/xargs -t %{__rm} -r
perl -pi -e 's/\r\n$/\n/g' src/net/sourceforge/pmd/dcd/graph/UsageGraphBuilder.java
%patch0 -p1
%patch1 -p1
perl -pi -e 's/<javac( |$)/<javac nowarn="true" /g' bin/build.xml
perl -pi -e 's/JavaCharStream\.java/CharStream.java/g' bin/build.xml

# set right permissions
%{_bindir}/find . -name "*.sh" | %{_bindir}/xargs -t chmod 755
# remove all binary libs
%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t rm

#%{__rm} src/net/sourceforge/pmd/ast/*

%build
export LC_ALL=en_US.ISO-8859-1
export OPT_JAR_LIST="ant/ant-nodeps"
export CLASSPATH=$(%{_bindir}/build-classpath \
javacc \
jaxen \
oro \
junit4 \
xerces-j2 \
xml-commons-jaxp-1.3-apis \
asm2 )
CLASSPATH=$CLASSPATH:target/classes:target/test-classes
cd bin
%{ant} -Dbuild.sysclasspath=only -Djavacc-home.path=%{_javadir} jjtree jspjjtree cppjavacc jar javadoc

%install
# jar
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 lib/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; \
   do ln -sf ${jar} ${jar/-%{version}/}; done)
install -d -m 755 %{buildroot}%{_datadir}/%{name}-%{version}/etc
cp -a etc/* %{buildroot}%{_datadir}/%{name}-%{version}/etc
perl -pi -e 's|/usr/local/bin|%{_bindir}|' %{buildroot}%{_datadir}/%{name}-%{version}/etc/*.rb
install -d -m 755 %{buildroot}%{_datadir}/%{name}-%{version}/rulesets
cp -a rulesets/* %{buildroot}%{_datadir}/%{name}-%{version}/rulesets

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# manual
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp -a LICENSE.txt %{buildroot}%{_docdir}/%{name}-%{version}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/*.jar
%dir %{_datadir}/%{name}-%{version}
%attr(-,root,root) %{_datadir}/%{name}-%{version}/*
#E: pmd non-executable-script /usr/share/pmd-4.0/etc/fr_docs/copy_up.sh 0644
#E: pmd wrong-script-interpreter /usr/share/pmd-4.0/etc/rule_summary.rb "/usr/local/bin/ruby"
#E: pmd non-executable-script /usr/share/pmd-4.0/etc/rule_summary.rb 0644
#E: pmd invalid-dependency /usr/local/bin/ruby

%files manual
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/*

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:4.2.1-3
+ Revision: 8b87bfa
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13820 |14cu|pmtools-20110323-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for examining kernel ACPI tables
Name:		pmtools
Version:	20110323
Release:	1
License:	GPLv2+
Group:		Development/Kernel
Url:		http://www.lesswatts.org
Source0:	http://www.lesswatts.org/patches/linux_acpi/%{name}-%{version}.tar.bz2

%description
This is a small collection of power management test and
investigation tools. See http://acpi.sourceforge.net
for more information on ACPI for Linux.

%files
%doc README COPYING madt/README.madt
%{_sbindir}/madt
%{_sbindir}/acpidump
%{_sbindir}/acpixtract

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
cp madt/README madt/README.madt

%build
%setup_compile_flags
%make -C acpidump
%make -C acpixtract
%make -C madt

%install
install -d %{buildroot}%{_sbindir}
install madt/madt %{buildroot}%{_sbindir}
install acpidump/acpidump %{buildroot}%{_sbindir}
install acpixtract/acpixtract %{buildroot}%{_sbindir}


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 20110323-1
- (9365cf2) New version 20110323
- (9365cf2) Build with system optflags to fix debug package
- (9365cf2) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13821 |14cu|pngcrush-1.7.92-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility to compress PNG files
Name:		pngcrush
Version:	1.7.92
Release:	1
License:	zlib
Group:		Graphics
URL:		http://pmt.sourceforge.net/%{name}/
Source0:	http://downloads.sourceforge.net/project/pmt/%{name}/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libpng)

%description
pngcrush is an optimizer for PNG (Portable Network Graphics) files. It can
compress them as much as 40% losslessly.

%files 
%doc ChangeLog.html
%{_bindir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -q
# force using system headers
rm z*.h crc32.h deflate.h inf*.h trees.h png*.h
chmod og+r *


%build
gcc %{optflags} -O3 -funroll-loops -fomit-frame-pointer -Wall -Wshadow %{ldflags} -o pngcrush pngcrush.c $(pkg-config --cflags --libs libpng zlib) -lm


%install
install -m0755 %{name} -D %{buildroot}%{_bindir}/%{name}


%changelog

* Sat Jan 09 2016 Giovanni Mariani <mc2374@mclink.it> 1.7.92-1
- (3fa8d4f) Updated to release 1.79.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13822 |14cu|pngrewrite-1.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pngrewrite
Version:	1.4.0
Release:	4
License:	BSD
Group:		Graphics
Source0:	%{name}-%{version}.tar.xz
URL:		http://entropymine.com/jason/pngrewrite/
Summary:	PNG size optimizer
BuildRequires:	pkgconfig(libpng)

%description
Pngrewrite is little utility that reduces the unnecessarily large
palettes that too many programs write into PNG files. It also
optimizes transparency settings, and reduces the bits-per-pixel
if possible. Handy for post-processing images before putting them
on a web site. 

%prep
%setup -q

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}

%files
%doc readme.txt
%{_bindir}/%{name}

%changelog
* Sat Jan 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-4
+ Revision: b1e6596
- Updated to 1.4.0 (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13823 |14cu|pnp4nagios-0.6.25-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define __noautoreq 'pear(HTMLPurifier.func.php)'

Name:           pnp4nagios
Version:        0.6.25
Release:        1
Summary:        Nagios performance data analysis tool
Group:          System/Servers
License:        GPLv2
URL:            http://www.pnp4nagios.org/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:        pnp4nagios.logrotate.conf
Source2:        npcd.service
Source3:        pnp4nagios-README.urpmi
Patch1:         pnp4nagios-httpd24.patch
BuildRequires:  autoconf, automake, libtool
BuildRequires:  perl-rrdtool
BuildRequires:  perl(Time::HiRes)
Requires:       nagios
Requires:       perl-rrdtool
Requires:       php-gd
Requires:       php-iconv
Requires:       apache-mod_php

%description
PNP is an addon to nagios which analyzes performance data provided by plugins
and stores them automatically into RRD-databases.


%prep
%setup -q
%apply_patches
autoreconf

cp -p %{SOURCE3} README.urpmi
sed -i -e 's/^INSTALL_OPTS="-o $nagios_user -g $nagios_grp"/INSTALL_OPTS=""/' \
    configure
sed -i -e '/^\t$(MAKE) strip-post-install$/d' src/Makefile.in


%build
%configure2_5x --bindir=%{_sbindir} \
           --libexecdir=%{_libexecdir}/%{name} \
           --sysconfdir=%{_sysconfdir}/%{name} \
           --localstatedir=%{_localstatedir}/log/%{name} \
           --datadir=%{_datadir}/nagios/html/%{name} \
           --datarootdir=%{_datadir}/nagios/html/%{name} \
           --with-perfdata-dir=%{_localstatedir}/lib/%{name} \
           --with-perfdata-spool-dir=%{_localstatedir}/spool/%{name}
%make all


%install
make install DESTDIR=%{buildroot} 
make install-config DESTDIR=%{buildroot} 
# remove -sample from filename suffix
for i in %{buildroot}/%{_sysconfdir}/pnp4nagios/*-sample \
         %{buildroot}/%{_sysconfdir}/pnp4nagios/*/*-sample
do
  mv ${i} ${i%%-sample}
done
rm -f %{buildroot}%{_sysconfdir}/%{name}/config.php.*
rm -f %{buildroot}%{_sysconfdir}/%{name}/config_local.php

mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}
mkdir -p %{buildroot}%{_localstatedir}/spool/%{name}
mkdir -p %{buildroot}%{_localstatedir}/log/%{name}
install -Dp -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/pnp4nagios
install -d -m 755 %{buildroot}%{_unitdir}
install -Dp -m 755 %{SOURCE2} %{buildroot}%{_unitdir}/
install -d -m 755 %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
sed \
   -e 's|/usr/local/nagios/etc/htpasswd.users|/etc/nagios/passwd|' \
   -e 's|Nagios Access|Monitoring Access (default is nagiosadmin/nagiosadmin)|' \
   sample-config/httpd.conf \
   > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf

install -d -m 755 %{buildroot}%{_libdir}/pnp4nagios
mv %{buildroot}%{_libdir}/npcdmod.o \
   %{buildroot}%{_libdir}/pnp4nagios/npcdmod.o
mv %{buildroot}%{_prefix}/man %{buildroot}%{_datadir}/

# Move kohana to pnp4nagios, there is another kohana in fedore/EPEL,
# which can be installed.
mv %{buildroot}%{_libdir}/kohana \
  %{buildroot}%{_datadir}/nagios/html/%{name}/kohana
sed -i 's|%{_libdir}/kohana|%{_datadir}/nagios/html/%{name}/kohana|' \
  %{buildroot}%{_datadir}/nagios/html/%{name}/index.php

install -d -m 755 %{buildroot}%{_sysconfdir}/nagios/conf.d
cat > %{buildroot}%{_sysconfdir}/nagios/conf.d/npcd.cfg <<'EOF'
process_performance_data=1
broker_module=%{_libdir}/pnp4nagios/npcdmod.o config_file=%{_sysconfdir}/pnp4nagios/npcd.cfg
EOF

# Remove install check script
# as it is not required if all dependencies are met.
rm -f %{buildroot}%{_datadir}/nagios/html/%{name}/install.php

%post
%_post_service npcd

%preun
%_preun_service npcd

%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog COPYING INSTALL README README.urpmi
%doc THANKS contrib/
%dir %{_sysconfdir}/pnp4nagios
%config(noreplace) %{_sysconfdir}/pnp4nagios/*
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%{_unitdir}/npcd.service
%attr(755,root,root) %{_sbindir}/npcd
# %{_libdir}/pnp4nagios/npcdmod.o
%{_sysconfdir}/nagios/conf.d/npcd.cfg
%dir %{_libexecdir}/%{name}
%attr(755,root,root) %{_libexecdir}/%{name}/*
%attr(755,nagios,nagios) %{_localstatedir}/lib/%{name}
%attr(755,nagios,nagios) %{_localstatedir}/log/%{name}
%attr(755,nagios,nagios) %{_localstatedir}/spool/%{name}
%{_datadir}/nagios/html/%{name}
%{_mandir}/man8/*

%changelog

* Mon Jun 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.25-1
- (49e3d52) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13824 |14cu|po-debconf-1.0.19-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           po-debconf
Version:        1.0.19
Release:        1
Summary:        Tool for managing templates file translations with gettext

Group:          System/Configuration/Packaging
License:        GPLv2+
URL:            http://packages.debian.org/sid/po-debconf
Source0:        http://ftp.de.debian.org/debian/pool/main/p/%{name}/%{name}_%{version}.tar.xz
Patch1:         po-debconf-1.0.16-no-utf8-to-pod2man.patch

BuildArch:      noarch

BuildRequires:  po4a
BuildRequires:  dpkg 
BuildRequires:  perl-Dpkg
Requires:       perl
Requires:       intltool
Requires:       gettext
Requires:       html2text

%description
This package is an alternative to debconf-utils, and provides
tools for managing translated debconf templates files with
common gettext utilities.

%prep
%setup -qn %{name}-%{version}
%patch1 -p1

%build
make

%install
mkdir -p \
        %{buildroot}/%{_bindir} \
        %{buildroot}/%{_datadir}/%{name}/

for prog in debconf-gettextize debconf-updatepo po2debconf podebconf-display-po podebconf-report-po; do
    install -m 755 $prog %{buildroot}/%{_bindir}
done

# I don't know what to do with these
rm -rf doc/vi

for lang_man in `find doc/ -name "*.1" -exec dirname {} \; | sort -u`; do
    mkdir -p %{buildroot}/%{_mandir}/man1/
    mkdir -p %{buildroot}/%{_mandir}/$(basename $lang_man | sed -e 's/en//g')/man1
    install -m 644 $lang_man/*.1 %{buildroot}/%{_mandir}/$(basename $lang_man | sed -e 's/en//g')/man1
done

install -m 644 encodings %{buildroot}/%{_datadir}/%{name}
install -m 755 pot-header %{buildroot}/%{_datadir}/%{name}/
cp -a podebconf-report-po_templates/ %{buildroot}/%{_datadir}/%{name}/templates

%files
%doc COPYING README README-trans
%{_mandir}/man1/*.1.*
%lang(de) %{_mandir}/de/man1/*.1.*
%lang(es) %{_mandir}/es/man1/*.1.*
%lang(fr) %{_mandir}/fr/man1/*.1.*
%lang(pt) %{_mandir}/pt/man1/*.1.*
%lang(ru) %{_mandir}/ru/man1/*.1.*
%{_bindir}/debconf-gettextize
%{_bindir}/debconf-updatepo
%{_bindir}/po2debconf
%{_bindir}/podebconf-display-po
%{_bindir}/podebconf-report-po
%{_datadir}/%{name}

%changelog

* Fri Aug 26 2016 alzim <alzim@bk.ru> 1.0.19-1
- (782390e) Merge pull request #1 from import/po-debconf:rosa2016.1
- (782390e) Updated to 1.0.19



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13825 |14cu|podget-0.8.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple podcast aggregator
Name:		podget
Version:	0.8.5
Release:	1
License:	GPLv2+
Group:		Networking/News
URL:		https://podget.sourceforge.net
Source0:	https://sourceforge.net/projects/podget/files/podget/podget-%{version}/%{name}-%{version}.tar.gz
Requires:	screen
Requires:	wget
BuildArch:	noarch

%description
Podget is a simple podcast aggregator with support for RSS and Bittorrent
feeds, folders and categories, and automatic playlist creation.

%files
%doc README
%{_bindir}/%{name}

#----------------------------------------------------------

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}/%{_bindir}
cp %{name} %{buildroot}/%{_bindir}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13826 |14cu|poedit-1.8.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Gettext translation file editor
Name:		poedit
Version:	1.8.13
Release:	1
License:	MIT
Group:		Editors
Url:		https://poedit.net
Source0:	https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
Patch0:		poedit-1.6.5-db5.2.patch
BuildRequires:	desktop-file-utils
BuildRequires:	boost-devel
BuildRequires:	db-devel
BuildRequires:	wxgtku3.0-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gtkspell-2.0)
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(liblucene++)
Requires:	gettext

%description
Poedit is cross-platform gettext catalogs (.po files) editor. It is built with
wxWindows toolkit and can run on Unix or Windows. It aims to provide convenient
way of editing gettext catalogs. It features UTF-8 support, fuzzy and
untranslated records highlighting, whitespaces highlighting, references
browser, headers editing and can be used to create new catalogs or update
existing catalogs from source code by single click.

%files -f %{name}.lang
%doc NEWS README AUTHORS
%dir %{_datadir}/poedit/icons
%{_bindir}/poedit
%{_iconsdir}/*
%{_mandir}/man1/*
%{_datadir}/poedit/icons/*
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*
%{_libexecdir}/poedit-dump-legacy-tm
%{_datadir}/appdata/poedit.appdata.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--with-wx-config=%{_bindir}/wx-config
%make

%install
%makeinstall_std

desktop-file-install \
	--add-category="GTK;GNOME;" \
	--dir=%{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

# remove files not bundled
rm -f %{buildroot}/%{_iconsdir}/poedit.xpm

%find_lang %{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13827 |14cu|pokerth-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pokerth
Summary:	Play Texas Holdem Poker alone or on-line
Version:	1.1.1
Release:	1
License:	GPLv2+
Group:		Games/Cards
Url:		http://www.pokerth.net/
Source0:	http://sourceforge.net/projects/pokerth/files/pokerth/1.1/PokerTH-1.1.1-src.tar.bz2
Patch0:		PokerTH-1.0.1-libircclient-dir.patch
Patch1:		PokerTH-0.9.1-link.patch
BuildRequires:	qt4-devel
# just to be shure:
BuildRequires:	pkgconfig(Qt5Widgets)
#
BuildRequires:	gnutls-devel
BuildRequires:	boost-devel
BuildRequires:	tinyxml-devel
BuildRequires:	libircclient-static-devel
BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgsasl)
BuildRequires:	pkgconfig(protobuf)
BuildRequires:	pkgconfig(SDL_mixer)

%description
PokerTH is a multi-platform poker game.
It allows you to play the popular "Texas Hold'em" poker variant against up to 
six computer-opponents or play network games with people all over the world.

%package	server
Summary:	PokerTH server
Group:		Games/Cards

%description server
PokerTH server.

%prep
%setup -q -n PokerTH-%{version}-src
%patch0 -p1
%patch1 -p0
# spurious-executable-perm over 100 W
find . -type f -exec chmod -x {} \;
chmod -x ChangeLog
# wrong-file-end-of-line-encoding
perl -i -pe 's/\r\n/\n/gs' docs/server_setup_howto.txt

%build
%qmake_qt4 \
	QMAKE_CFLAGS_RELEASE="%{optflags}" \
	QMAKE_CXXFLAGS_RELEASE="%{optflags}" \
	pokerth.pro
sed -i 's|-pipe |%{optflags} -fno-strict-aliasing |g' Makefile*
%make

%install
#data
%make INSTALL_ROOT=%{buildroot} install
#binaries
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}/
install -m 755 bin/%{name}_server %{buildroot}%{_bindir}/
#man page
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 644 docs/%{name}.1 %{buildroot}%{_mandir}/man1/
#icon
install -d -m 755 %{buildroot}%{_iconsdir}
install -m 644 %{name}.png %{buildroot}%{_iconsdir}/%{name}.png
#menu
install -d -m 755 %{buildroot}%{_datadir}/applications/
install -m 644 %{name}.desktop %{buildroot}%{_datadir}/applications/

chmod -x %{buildroot}%{_datadir}/pokerth/data/misc/agpl.html
chmod -x %{buildroot}%{_datadir}/pokerth/data/gfx/gui/table/default_800x480/defaulttablestyle_800x480.xml
chmod -x %{buildroot}%{_datadir}/pokerth/data/gfx/gui/table/default_800x480/android_tablestyle_800x480.xml

%files
%doc ChangeLog docs/gui_styling_howto.txt
%attr(0755,root,root) %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png

%files server
%doc ChangeLog COPYING docs/server_setup_howto.txt
%attr(0755,root,root) %{_bindir}/%{name}_server

%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 1.1.1-1
- (e0fc27b) Build with qt4 for now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13828 |14cu|polarssl-1.3.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	7
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname %{name} -d

%define debug_package %{nil}

Summary:	An SSL library
Name:		polarssl
Version:	1.3.9
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://polarssl.org
Source0:	http://polarssl.org/code/releases/%{name}-%{version}-gpl.tgz
Patch1:		CVE-2015-1182.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libpkcs11-helper-1)

%description
PolarSSL is an SSL library written in ANSI C. PolarSSL makes it easy
for developers to include cryptographic and SSL/TLS capabilities in their
(embedded) products with as little hassle as possible. It is designed to be
readable, documented, tested, loosely coupled and portable.

This package contains PolarSSL programs.

%files
%doc ChangeLog
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	PolarSSL library
Group:		System/Libraries

%description -n %{libname}
PolarSSL is an SSL library written in ANSI C. PolarSSL makes it easy
for developers to include cryptographic and SSL/TLS capabilities in their
(embedded) products with as little hassle as possible. It is designed to be
readable, documented, tested, loosely coupled and portable.

This package contains the library itself.

%files -n %{libname}
%{_libdir}/libpolarssl.so.%{major}*
%{_libdir}/libpolarssl.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	PolarSSL development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	polarssl-devel = %{EVRD}

%description -n %{devname}
PolarSSL is an SSL library written in ANSI C. PolarSSL makes it easy
for developers to include cryptographic and SSL/TLS capabilities in their
(embedded) products with as little hassle as possible. It is designed to be
readable, documented, tested, loosely coupled and portable.

This package contains development files.

%files -n %{devname}
%doc apidoc
%{_libdir}/libpolarssl.so
%{_includedir}/polarssl

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

enable_polarssl_option() {
    local myopt="$@"
    # check that config.h syntax is the same at version bump
    sed -i \
        -e "s://#define ${myopt}:#define ${myopt}:" \
        include/polarssl/config.h || die
}

enable_polarssl_option POLARSSL_ZLIB_SUPPORT
enable_polarssl_option POLARSSL_HAVEGE_C

%build

%cmake \
	-DUSE_SHARED_POLARSSL_LIBRARY=ON \
	-DENABLE_ZLIB_SUPPORT=ON \
	-DUSE_PKCS11_HELPER_LIBRARY=ON
%make
%make apidoc

%check
LD_LIBRARY_PATH=$PWD/library ctest --output-on-failure -V

%install
%makeinstall_std -C build

for file in benchmark md5sum sha1sum
do
	mv %{buildroot}%{_bindir}/${file} %{buildroot}%{_bindir}/${file}.polarssl
done

rm -f %{buildroot}%{_libdir}/libpolarssl.a

%changelog
* Tue Feb 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.9-2
+ Revision: be40c89
- Fix CVE-2015-1182



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13829 |14cu|polipo-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		polipo
Summary:	Lightweight caching web proxy
Group:		System/Servers
Version:	1.1.1
Release:	2
License:	MIT
URL:		http://www.pps.jussieu.fr/~jch/software/%{name}/
Source0:	http://freehaven.net/~chrisd/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}.service
Source2:	%{name}.config
Source3:	%{name}.forbidden
Source4:	%{name}.logrotate
Source5:	%{name}.nm
Source6:	%{name}.tmpfiles
Source8:	%{name}.sysconfig
Source9:	%{name}.cron

Patch0:		polipo-1.0.4.1-fix-Makefile-to-access-install-info.patch
BuildRequires:	texinfo
BuildRequires:	info
Requires:	chkconfig
Requires:	logrotate

%description
Polipo is a lightweight caching web proxy that was designed as a personal
cache. It is able to cache incomplete objects and will complete them using
range requests. It will use HTTP/1.1 pipelining if supported by the remote
server.

%files
%doc README CHANGES COPYING config.sample
%attr(0750,%{name},%{name}) %dir %{_var}/cache/%{name}
%attr(0750,%{name},%{name}) %{_logdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_infodir}/%{name}.info*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/config
%config(noreplace) %{_sysconfdir}/%{name}/forbidden
%attr(0755,root,%{name}) %{_unitdir}/%{name}.service
%attr(0755,root,%{name}) %{_sysconfdir}/NetworkManager/dispatcher.d
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_tmpfilesdir}/%{name}.conf
%attr(0755,root,root) %{_sysconfdir}/cron.daily/%{name}
%{_sysconfdir}/sysconfig/%{name}

#--------------------------------------------------------------------
%prep
%setup -q
%patch0 -p0 -b .fix_makefile

%build
%make CDEBUGFLAGS="%{optflags}"

%install
%makeinstall \
	TARGET=%{buildroot} \
	PREFIX=%{_prefix} \
	BINDIR=%{_bindir} \
	MANDIR=%{_mandir} \
	INFODIR=%{_infodir}

install -m 0755 -d %{buildroot}%{_sysconfdir}/%{name}
install -m 0750 -d %{buildroot}%{_var}/cache/%{name}
install -m 0750 -d %{buildroot}%{_logdir}
touch %{buildroot}%{_logdir}/%{name}

install -D -pm 0644 %{SOURCE6} %{buildroot}/%{_tmpfilesdir}/%{name}.conf
install -D -pm 0755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -D -pm 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}/config
install -D -pm 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/%{name}/forbidden
install -D -pm 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -D -pm 0755 %{SOURCE5} %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/25-%{name}
install -D -pm 0644 %{SOURCE8} %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
install -D -pm 0755 %{SOURCE9} %{buildroot}/%{_sysconfdir}/cron.daily/%{name}

rm -f %{buildroot}%{_infodir}/dir

%pre
%_pre_useradd %{name} %{_var}/cache/%{name} /bin/false

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service %{name}.service

%preun
%_preun_service %{name}.service

%postun
%_postun_userdel %{name}
%systemd_postun_with_restart %{name}.service

%changelog

* Fri Jun 03 2016 Denis Silakov <dsilakov@gmail.com> 1.1.1-2
- (ac7433e) Fix tmpfiles usage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13830 |14cu|polybori-0.8.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		libpolybori		%mklibname %{name} 0
%define		libpolybori_devel	%mklibname %{name} -d
%define		polyboridir		%{_datadir}/%{name}
%define		SAGE_ROOT		%{_datadir}/sage
%define		SAGE_LOCAL		%{SAGE_ROOT}/local
%define		SAGE_DEVEL		%{SAGE_ROOT}/devel
%define		SAGE_DOC		%{SAGE_DEVEL}/doc
%define		SAGE_DATA		%{SAGE_ROOT}/data
%define		SAGE_PYTHONPATH		%{SAGE_ROOT}/site-packages

Name:		polybori
Group:		Sciences/Mathematics
License:	GPL
Summary:	PolyBoRi is a C++ library for Polynomials over Boolean Rings

Epoch:		2
Version:	0.8.3
Release:	3
URL:		http://polybori.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
# These logos were created with gimp from the official polybori logo
Source1:        %{name}-logos.tar.xz
Source2:        PolyGUI.appdata.xml
Source3:        %{name}.rpmlintrc
Source4:        %{name}.desktop
# This patch is specific to Fedora, although upstream helped create it.  Use
# system CUDD libraries instead of building the included CUDD sources.
Patch0:         %{name}-system-cudd.patch
Patch1:         %{name}-regex.patch

BuildRequires:  boost-devel
BuildRequires:  cudd-devel
BuildRequires:  desktop-file-utils
BuildRequires:  doxygen
BuildRequires:  libm4ri-devel
BuildRequires:  ntl-devel
BuildRequires:  png-devel
BuildRequires:  python-imaging-devel
BuildRequires:  python-qt4-devel
BuildRequires:  scons
BuildRequires:  texlive
BuildRequires:  texlive-tex4ht
BuildRequires:  python-devel

%description
PolyBoRi is a special purpose computer algebra system for computations
in Boolean Rings.  The core is a C++ library, which provides high-level
data types for Boolean polynomials and related structures.  As a unique
approach, binary decision diagrams are used as internal storage type for
polynomial structures.  On top of this, we provide a Python interface
for parsing of complex polynomial systems, as well as for sophisticated
and extendable strategies for Gröbner base computation.

%files
%{_bindir}/ipbori*
%{_bindir}/PolyGUI*
%dir %{polyboridir}
%{polyboridir}/*
%{_mandir}/man1/*
%doc %{_docdir}/%{name}
# %{_iconsdir}/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/PolyGUI.appdata.xml

########################################################################
%package	-n python-%{name}
Group:		Development/Python
Summary:	Python bindings for PolyBoRi


%description	-n python-%{name}
PolyBoRi is a C++ library for Polynomials over Boolean Rings.
This package provides python bindings to %{name}.

%files		-n python-%{name}
%dir %{py_platsitedir}/%{name}
%{py_platsitedir}/%{name}/*

########################################################################
%package	-n %{libpolybori}
Group:		System/Libraries
Summary:	PolyBoRi runtime libraries

Provides:	lib%{name} = %{version}-%{release}

%description	-n %{libpolybori}
PolyBoRi runtime libraries.

%files		-n %{libpolybori}
%{_libdir}/lib*.so.*

########################################################################
%package	-n %{libpolybori_devel}
Group:		Development/Other
Summary:	PolyBoRi development files

Provides:	%{name}-devel = %{version}-%{release}
Requires:	lib%{name} = %{version}-%{release}

%description	-n %{libpolybori_devel}
PolyBoRi development files.

%files		-n %{libpolybori_devel}
%{_includedir}/polybori.h
%{_includedir}/%{name}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/%{name}*

########################################################################
%prep
%setup -q
%patch0
%patch1

# Remove private copy of system libs (Cudd and pyparsing)
rm -rf Cudd PyPolyBoRi/pyparsing.py

# Eliminate rpaths and enable NTL support
sed -e "s/'\${_relative_rpath.*/''])/" \
    -e "s/main_wrapper\.cc/& ntl_wrapper.cc/" \
    -i SConstruct

# Set up the build flags
cat > custom.py <<EOF
PREFIX = "%{_prefix}"
INSTALLDIR = "%{_datadir}/%{name}"
DOCDIR = "%{_docdir}/%{name}"
MANDIR = "%{_mandir}"
PYINSTALLPREFIX = "%{python_sitearch}"
DEVEL_PREFIX = "%{_prefix}"
DEVEL_LIB_PREFIX = "%{_libdir}"
CONFFILE = "%{_datadir}/%{name}/flags.conf"
CCFLAGS = "%{optflags} -DPBORI_USE_ORIGINAL_CUDD -DPBORI_HAVE_NTL"
CPPPATH = "-I%{_includedir}/m4ri"
SHLINKFLAGS = "$RPM_LD_FLAGS -Wl,--as-needed"
MR4I_RPM = "True"
LIBS = "-lntl -lcudd -lstdc++"
DESKTOPPATH = "%{_datadir}/applications"
PKGCONFIGPATH = "%{_libdir}/pkgconfig"
EOF

%build
%scons prepare-install

%install
majmin=`python -V 2>&1 | sed -r 's/.* ([[:digit:]]+\.[[:digit:]]+).*/\1/'`
major=`echo $majmin | cut -d. -f1`

sed -i "s|%{_prefix}|%{buildroot}&|" custom.py
LD_LIBRARY_PATH=$PWD/build/%{_libdir} \
  %scons install devel-install

# The install step doesn't set shared object permissions correctly
chmod 0755 %{buildroot}%{_libdir}/*.so.*.0.0
chmod 0755 %{buildroot}%{python_sitearch}/%{name}/dynamic/PyPolyBoRi.so

# We only want one desktop file, and it needs fixing and validating
rm -f %{buildroot}%{_datadir}/applications/PolyGUI*.desktop
#sed -ri 's/Math/&;/;/(Path|MimeType)=/d' \
#   %{buildroot}%{_datadir}/applications/PolyGUI.desktop
#desktop-file-validate %{buildroot}%{_datadir}/applications/PolyGUI.desktop
# Install the desktop file
cp -p %{SOURCE4} .
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop

# AppData file
mkdir -p %{buildroot}%{_datadir}/appdata
install -pm 644 %{SOURCE2} %{buildroot}%{_datadir}/appdata

# Replace the single XPM icon with multiple sizes of PNG icons
rm -fr %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{icondir}
tar xJf %{SOURCE1} -C %{buildroot}%{icondir}

# Fixup config.h
sed -e '/PBORI_HAVE_M4RI_PNG/,$s/^#endif$/&\n#ifndef PBORI_HAVE_NTL\n#define PBORI_HAVE_NTL\n#endif/' \
    -i %{buildroot}%{_includedir}/%{name}/config.h

# Fixup flags.conf
sed -e "s|%{buildroot}||" \
    -e "/^CPPPATH/s/-I//" \
    -e "/^CPPDEFINES/s/]/, 'PBORI_USE_ORIGINAL_CUDD', 'PBORI_HAVE_NTL']/" \
    -e "/^CCFLAGS/s/'-DPBORI[_[:alpha:]]*', //g" \
    -e "/^LIBS/s/-l//g" \
    -e "/^LIBS/s/'m4ri', //" \
    -i %{buildroot}%{_datadir}/%{name}/flags.conf

# Fixup the pkgconfig files
sed -re "s,%{buildroot}|-L%{_libdir} | -lgd| gd,,g" \
    -e "s|-Ilibpolybori/include|-DPBORI_USE_ORIGINAL_CUDD|" \
    -e "s|-Igroebner/include|-DPBORI_HAVE_NTL|" \
    -e "s|build%{_libdir}[^[:blank:]]+|-lpolybori|" \
    -i %{buildroot}%{_libdir}/pkgconfig/*.pc

rm -f %{buildroot}%{_libdir}/*.a
# Workaround rpm5 and mandriva tools behavior and error about duplicate files
cp -p LICENSE README %{buildroot}%{_docdir}/%{name}/

%changelog
* Thu Dec 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:0.8.3-3
+ Revision: 2272a49
- Added rpmlintrc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13831 |14cu|polyclipping-6.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# The Clipper C++ crystallographic library already uses the name "clipper".
# The developer is fine with the choosen name.

# API monitoring
# http://upstream-tracker.org/versions/clipper.html

%define major   19
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Name:           polyclipping
Version:        6.2.1
Release:        2
Summary:        Polygon clipping library
Group:          Development/C++
License:        Boost
URL:            http://sourceforge.net/projects/polyclipping
Source0:        http://downloads.sourceforge.net/%{name}/clipper_ver%{version}.zip
BuildRequires:  cmake
BuildRequires:  dos2unix

%description
This library primarily performs the boolean clipping operations -
intersection, union, difference & xor - on 2D polygons. It also performs
polygon offsetting. The library handles complex (self-intersecting) polygons,
polygons with holes and polygons with overlapping co-linear edges.
Input polygons for clipping can use EvenOdd, NonZero, Positive and Negative
filling modes. The clipping code is based on the Vatti clipping algorithm,
and outperforms other clipping libraries.

%package -n     %{libname}
Summary:        %{summary}
Group:          System/Libraries
Provides:       %{name} = %{version}-%{release}


%description -n %{libname}
This library primarily performs the boolean clipping operations -
intersection, union, difference & xor - on 2D polygons. It also performs
polygon offsetting. The library handles complex (self-intersecting) polygons,
polygons with holes and polygons with overlapping co-linear edges.
Input polygons for clipping can use EvenOdd, NonZero, Positive and Negative
filling modes. The clipping code is based on the Vatti clipping algorithm,
and outperforms other clipping libraries.

%package -n     %{devname}
Summary:        Development files for %{name}
Group:          Development/C++
Requires:       %{libname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}


%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.


%prep
%setup -qc

# Delete binaries
find . \( -name "*.exe" -o -name "*.dll" \) -delete

# Correct line ends and encodings
find . -type f -exec dos2unix -k {} \;

for filename in perl/perl_readme.txt README; do
  iconv -f iso8859-1 -t utf-8 "${filename}" > "${filename}".conv && \
    touch -r "${filename}" "${filename}".conv && \
    mv "${filename}".conv "${filename}"
done

# Enable use_lines
sed -i 's|^//#define use_lines$|#define use_lines|' cpp/clipper.hpp

%build
pushd cpp
# Use VERSION argument so that it's added to the pkgconfig file
  %cmake -DVERSION=%{version}
  %make
popd


%install
%makeinstall_std -C cpp/build
# from Fedora, but I can't see any need for this
# Install agg header with corrected include statement
# sed -e 's/\.\.\/clipper\.hpp/clipper.hpp/' < cpp/build/cpp_agg/agg_conv_clipper.h > %%{buildroot}%%{_includedir}/%%{name}/agg_conv_clipper.h

mv -f %{buildroot}%{_datadir}/pkgconfig/ %{buildroot}%{_libdir}/

%files -n       %{libname}
%doc License.txt README
%doc 'Third Party/Haskell' 'Third Party/perl' 'Third Party/ruby' 'Third Party/python' Documentation
%{_libdir}/lib%{name}.so.%{major}*

%files -n       %{devname}
%{_includedir}/%{name}/
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc



%changelog
* Thu Jan 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 6.2.1-2
+ Revision: 42e6f08
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13832 |14cu|popcorntime-0.3.8.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global __strip /bin/true
%define debug_package	%{nil}
%define oname Popcorn-Time
%define oversion 0.3.8-5
# useless provides
%define __noautoprov 'npm\\(ansi-regex|asap|async|bencode|bncode|boom|castv2-client|combined-stream|cryptiles|debug|delayed-stream|end-of-stream|extend|forever-agent|form-data|glob|graceful-fs|hawk|hoek|inherits|json-stringify-safe|lodash|magnet-uri|mime|mime-db|mime-types|minimatch|minimist|mkdirp|ms|network-address|oauth-sign|once|q|qs|readable-stream|request|rimraf|sax|sntp|strip-ansi|tunnel-agent|underscore|upnp-device-client|upnp-mediarenderer-client|xmlbuilder\\)'
# self provided requires
%define __noautoreq  'npm\\(ansi-regex|asap|async|bencode|bncode|boom|browserify|buffer-equal|castv2-client|combined-stream|cryptiles|debug|deep-extend|delayed-stream|end-of-stream|extend|extend.js|forever-agent|form-data|fs-extra|glob|graceful-fs|hawk|inherits|inquirer|json-stringify-safe|lodash|lru-queue|magnet-uri|mime|mime-db|mime-types|minimatch|minimist|mkdirp|ms|network-address|oauth-sign|once|q|qap|qs|querystring|readable-stream|request|rimraf|sax|sntp|strip-ansi|tunnel-agent|uglify-js|underscore|underscore.string|upnp-device-client|upnp-mediarenderer-client|xmlbuilder|hoek\\)|nodejs\\(engine\\)'

Summary:	Watch movies in steaming
Name:		popcorntime
Version:	0.3.8.5
Release:	1
License:	GPLv3
Group:		Video
Url:		https://popcorntime.io/
# git clone https://git.popcorntime.io/popcorntime/desktop.git
%ifarch %{ix86}
Source0:	http://45.55.92.180/build/%{oname}-%{oversion}-Linux-32.tar.xz
%else
Source0:	http://178.62.190.82/build/%{oname}-%{oversion}-Linux-64.tar.xz
%endif
Source1:	https://git.popcorntime.io/popcorntime/desktop/raw/v0.3.8-5/CHANGELOG.md
Source100:	popcorntime.rpmlintrc

%description
Allow any computer user to watch movies easily streaming 
from torrents, without any particular knowledge.

%prep
%setup -qc
cp -R %{SOURCE1} CHANGELOG

%build
# Nothing to build

%install
# install all

install -dm755 %{buildroot}%{_datadir}
install -dm755 %{buildroot}%{_datadir}/pixmaps
install -dm755 %{buildroot}%{_bindir}

cd ..
cp -a "popcorntime-0.3.8.5" "%{buildroot}%{_datadir}/%{name}"

cd popcorntime-0.3.8.5


# icon
install -Dm644 popcorntime.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=%{name}
Comment=Watch movies in steaming
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-Multimedia-Video;AudioVideo;Video;
EOF

# wrapper
cat << EOF > %{buildroot}%{_bindir}/%{name}
#!/bin/bash
cd %{_datadir}/%{name} && ./Popcorn-Time
EOF
chmod +x %{buildroot}%{_bindir}/%{name} 



%files
%doc CHANGELOG
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}
%changelog

* Fri Oct 09 2015 abfonly <abfonly@gmail.com> 0.3.8.5-1
- (42ba9ee) Merge pull request #3 from rosalinuxro/popcorntime:rosa2014.1
- (42ba9ee) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13833 |14cu|postgis-2.1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname lwgeom %{version}
%define devname %mklibname lwgeom -d

Summary:	Geographic objects to the PostgreSQL object-relational database
Name:		postgis
Version:	2.1.7
Release:	1
License:	GPLv2+
Group:		Sciences/Geosciences
Url:		http://www.postgis.net
Source0:	http://download.osgeo.org/postgis/source/%{name}-%{version}.tar.gz
Patch0:		postgis-2.1.0-linkage.patch
BuildRequires:	bison
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	libxslt-proc
BuildRequires:	proj
BuildRequires:	gdal-devel
BuildRequires:	geos-devel
BuildRequires:	pkgconfig(cunit)
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(proj)
Requires: 	postgresql-plpgsql
Requires:	proj

%description
Geographic objects to the PostgreSQL object-relational database.

%files
%doc COPYING README.postgis
%{_bindir}/*
%{_datadir}/*
%{_libdir}/postgresql/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/liblwgeom-%{version}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/liblwgeom.h
%{_libdir}/liblwgeom.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--datadir=%{_datadir}/postgis
%make

%install
%makeinstall_std

cp utils/postgis*.pl %{buildroot}/%{_bindir}

rm -f %{buildroot}%{_libdir}/liblwgeom.a


%changelog

* Thu May 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.7-1
- (7d79d95) Updated to 2.1.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13834 |14cu|postgresql-pgpool-II-3.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name pgpool-II
%define major 0
%define libname %mklibname pcp %{major}
%define devname %mklibname pcp -d

Summary:	Pgpool is a connection pooling/replication server for PostgreSQL
Name:		postgresql-%{short_name}
Version:	3.3.3
Release:	2
License:	BSD
Group:		Databases
Url:		http://pgpool.projects.PostgreSQL.org
Source0:	http://pgfoundry.org/frs/download.php/2506/%{short_name}-%{version}.tar.gz
Source1:	pgpool.init
Source2:	pgpool.sysconfig
Source3:	pgpool.conf.mirroring
Source4:	pgpool-copy-base-backup
Source5:	pgpool-archive_command
Source6:	pgpool-mirroring_failback
Source7:	postgresql-pgpool-II-tmpfiles.conf
# (proyvind):	These are all patches of mine, briefly described in changelog for
#		2.3.3-1, eventually they should preferably make their way in some
#		form or another when I, or someone else who feels like it gets
#		around to it.. ;)
Patch0:		pgpool-II-3.3.3-pgpool.conf-mdkconf.patch
Patch1:		pgpool-II-3.3.3-logfile.patch
BuildRequires:	pam-devel
BuildRequires:	setproctitle-devel
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(openssl)
Suggests:	postgresql-server
Suggests:	postgresql-contrib-virtual
Provides:	%{short_name} = %{EVRD}
Requires(post,preun):	rpm-helper

%description
pgpool-II is a inherited project of pgpool (to classify from pgpool-II, it is
sometimes called as pgpool-I). For those of you not familiar with pgpool-I,
it is a multi-functional middle ware for PostgreSQL that features connection
pooling, replication and load balancing functions. pgpool-I allows a user to
connect at most two PostgreSQL servers for higher availability or for higher
search performance compared to a single PostgreSQL server.

pgpool-II, on the other hand, allows multiple PostgreSQL servers (DB nodes)
to be connected, which enables queries to be executed simultaneously on all
servers. In other words, it enables "parallel query" processing. Also,
pgpool-II can be started as pgpool-I by changing configuration parameters.
pgpool-II that is executed in pgpool-I mode enables multiple DB nodes to be
connected, which was not possible in pgpool-I.

%files
%doc README TODO COPYING AUTHORS ChangeLog NEWS
%doc doc/pgpool-en.html doc/pgpool.css doc/tutorial-en.html
%lang(ja) %doc README.euc_jp doc/pgpool-ja.html doc/tutorial-ja.html
%{_bindir}/pgpool
%{_bindir}/pcp_attach_node
%{_bindir}/pcp_detach_node
%{_bindir}/pcp_node_count
%{_bindir}/pcp_node_info
%{_bindir}/pcp_pool_status
%{_bindir}/pcp_proc_count
%{_bindir}/pcp_proc_info
%{_bindir}/pcp_promote_node
%{_bindir}/pcp_recovery_node
%{_bindir}/pcp_stop_pgpool
%{_bindir}/pcp_systemdb_info
%{_bindir}/pcp_watchdog_info
%{_bindir}/pg_md5
%{_mandir}/man8/pgpool.8*
%dir %{_datadir}/%{short_name}
%{_datadir}/%{short_name}/archive_command
%{_datadir}/%{short_name}/copy-base-backup
%{_datadir}/%{short_name}/insert_lock.sql
%{_datadir}/%{short_name}/mirroring_failback
%{_datadir}/%{short_name}/system_db.sql
%{_datadir}/%{short_name}/pgpool.pam
%{_datadir}/%{short_name}/pgpool_recovery_pitr
%{_datadir}/%{short_name}/dist_def_pgbench.sql
%{_datadir}/%{short_name}/pgpool_recovery
%{_datadir}/%{short_name}/pgpool_remote_start
%{_datadir}/%{short_name}/replicate_def_pgbench.sql
%{_datadir}/postgresql/extension/*.control
%{_datadir}/postgresql/extension/*.sql
%{_initrddir}/pgpool
%{_libdir}/postgresql/pgpool-recovery.so
%{_libdir}/postgresql/pgpool-regclass.so
%ghost %attr(700,postgres,postgres) %dir %{_localstatedir}/run/pgpool
%ghost %attr(775,postgres,postgres) %dir %{_localstatedir}/run/postgresql
%dir %{_sysconfdir}/%{short_name}
%config(noreplace) %{_sysconfdir}/%{short_name}/*.conf*
%ghost %attr(644,postgres,postgres) %{_sysconfdir}/%{short_name}/pool_passwd
%attr(640,root,postgres) %config(noreplace) %{_sysconfdir}/sysconfig/pgpool
%config(noreplace) %{_sysconfdir}/logrotate.d/pgpool
%{_tmpfilesdir}/%{name}.conf

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%create_ghostfile %{_sysconfdir}/%{short_name}/pool_passwd postgres postgres 644
%_post_service pgpool

%preun
%_preun_service pgpool

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for pgpool-II
Group:		System/Libraries

%description -n %{libname}
Library for pgpool-II.

%files -n %{libname}
%{_libdir}/libpcp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers for pgpool-II
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development headers and libraries for pgpool-II.

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/libpcp.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{short_name}-%{version}
iconv -f iso-8859-1 -t utf-8 TODO -o TODO
%patch0 -p1 -b .mdkconf~
%patch1 -p1 -b .stdout_log~
autoreconf -fi
cp %{SOURCE4} sample/copy-base-backup
cp %{SOURCE5} sample/archive_command
cp %{SOURCE6} sample/mirroring_failback

%build
%configure2_5x \
	--with-pgsql-includedir=%{_includedir}/pgsql \
	--with-pgsql-libdir=%{_libdir}/pgsql \
	--disable-static \
	--with-pam \
	--with-openssl \
	--disable-rpath \
	--sysconfdir=%{_sysconfdir}/%{short_name}

%make
%make -C sql/pgpool-recovery
%make -C sql/pgpool-regclass

%install
%makeinstall_std
%makeinstall_std -C sql/pgpool-recovery
%makeinstall_std -C sql/pgpool-regclass

install -d %{buildroot}%{_localstatedir}/run/{pgpool,postgresql}

install -d %{buildroot}%{_sysconfdir}/logrotate.d
tee %{buildroot}/%{_sysconfdir}/logrotate.d/pgpool <<EOH
/var/log/postgres/pgpool {
    notifempty
    missingok
    copytruncate
}
EOH

for i in %{buildroot}/%{_sysconfdir}/%{short_name}/*sample*
	do mv $i `echo $i |sed -e 's#sample-##g' -e 's#\.sample##g'`
done
install -m644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/%{short_name}/pgpool.conf.mirroring
install -m755 %{SOURCE1} -D %{buildroot}%{_initrddir}/pgpool
install -m640 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/sysconfig/pgpool
sed -e 's#/usr/local#/usr#g' -i sample/*
install -m644 sample/dist_def_pgbench.sql %{buildroot}%{_datadir}/%{short_name}
install -m644 sample/replicate_def_pgbench.sql %{buildroot}%{_datadir}/%{short_name}

for i in archive_command copy-base-backup mirroring_failback pgpool_recovery pgpool_recovery_pitr pgpool_remote_start; do
	install -m755 sample/$i %{buildroot}%{_datadir}/%{short_name}/$i
done

touch %{buildroot}%{_sysconfdir}/%{short_name}/pool_passwd

install -m0644 %{SOURCE7} -D %{buildroot}%{_tmpfilesdir}/%{name}.conf


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3.3-2
- (f05bfd4) Properly handle directories in /var/run/



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13835 |14cu|postr-0.13.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	Postr is a Flickr uploading tool for the GNOME desktop
Name:		postr
Version:	0.13.1
Release:	3
License:	GPLv2+
Group:		Graphics
Url:		http://projects.gnome.org/postr/
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(nautilus-python) >= 0.6.1
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	intltool
BuildRequires:	gnome-doc-utils
BuildRequires:	pkgconfig(gnome-doc-utils)
Requires:	pygtk2.0
Requires:	python-twisted-core
Requires:	python-twisted-web
Requires:	nautilus-python
Requires:	gnome-python-gconf

%description
Postr is a Flickr uploading tool for the GNOME desktop, which aims to
be simple to use but exposing enough of Flickr to be useful.

%prep
%setup -q

%build
%configure2_5x --with-nautilus-extension-dir=%{_datadir}/nautilus-python/extensions
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc README AUTHORS COPYING TODO
%{_bindir}/postr
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/applications/*
%{_datadir}/nautilus-python/extensions/*
%{py_puresitedir}/%{name}



%changelog
* Sat Oct 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13.1-3
+ Revision: 1b39dbc
- Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13836 |14cu|pound-2.7c-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A reverse-proxy and load-balancer
Name:		pound
Version:	2.7c
Release:	2
Group:		System/Servers
License:	GPLv2
URL:		http://www.apsis.ch/pound/
Source0:	http://www.apsis.ch/pound/Pound-%{version}.tgz
Source1:	pound.cfg
Source2:	pound.service
Source3:	pound-openssl.cnf
Source4:        %{name}.tmpfiles.d
Requires:	openssl
BuildRequires:	openssl-devel
BuildRequires:	openssl
BuildRequires:	pcre-devel

%description
The Pound program is a reverse proxy, load balancer and HTTPS
front-end for Web server(s).

%prep
%setup -q -n Pound-%{version}

%build
%configure2_5x
%make

%install
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}%{_sysconfdir}/pound
install -d %{buildroot}%{_sysconfdir}/pki/%{name}/certs

install -m0755 pound %{buildroot}%{_sbindir}
install -m0755 poundctl %{buildroot}%{_sbindir}
install -m0644 *.8 %{buildroot}%{_mandir}/man8/

install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pound/pound.cfg
install -m0755 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
install -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/pki/%{name}/%{name}.cnf
install -p -D -m 0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf

touch %{buildroot}%{_sysconfdir}/pki/%{name}/certs/%{name}.pem
chmod 600 %{buildroot}%{_sysconfdir}/pki/%{name}/certs/%{name}.pem

%pre
%_pre_useradd %{name} /var/run/pound /bin/false

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%systemd_post pound.service
# create a ssl cert
if [ ! -f %{_sysconfdir}/pki/%{name}/certs/%{name}.pem ]; then
    echo "Generating a SSL certificate for %{name}"
    openssl req -x509 -newkey rsa:1024 -batch -keyout \
    %{_sysconfdir}/pki/%{name}/certs/%{name}.pem \
    -out %{_sysconfdir}/pki/%{name}/certs/%{name}.pem \
    -days 365 -nodes -config %{_sysconfdir}/pki/%{name}/%{name}.cnf
    chmod 600 %{_sysconfdir}/pki/%{name}/certs/%{name}.pem
fi

%preun
%systemd_preun pound.service

%postun
%systemd_postun_with_restart pound.service

%files
%defattr(644,root,root,755)
%doc README
%{_unitdir}/%{name}.service
%attr(0755,root,root) %{_sbindir}/*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/%{name}.cfg
%attr(0600,root,root) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/%{name}/certs/%{name}.pem
%attr(0644,root,root) %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/%{name}/%{name}.cnf
%{_mandir}/man8/*
%{_tmpfilesdir}/%{name}.conf

%changelog

* Fri Jun 03 2016 Denis Silakov <dsilakov@gmail.com> 2.7c-2
- (c0a1a90) Switch to tmpfiles



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13837 |14cu|powdertoy-90.2.322-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define oname   The-Powder-Toy

Name:           powdertoy
Version:        90.2.322
Release:        1
Summary:        Falling-sand physics sandbox game
Group:          Games/Simulation
License:        GPLv3+
Url:            http://powdertoy.co.uk
Source0:        https://github.com/simtr/The-Powder-Toy/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0:         powdertoy-90.2.322-mga-lua5.1-pkgconfig.patch

BuildRequires:  bzip2-devel
BuildRequires:  imagemagick
BuildRequires:  lua5.2-devel
BuildRequires:  pkgconfig(fftw3)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  pkgconfig(zlib)
BuildRequires:  scons

%description
The Powder Toy is a free physics sandbox game, which simulates
air pressure and velocity, heat, gravity and a countless number
of interactions between different substances! The game provides
you with various building materials, liquids, gases and electronic
components which can be used to construct complex machines, guns,
bombs, realistic terrains and almost anything else.

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

%build
%setup_compile_flags
export CPPDEFINES="NO_INSTALL_CHECK"
%scons

%install
# Game binary
%ifarch x86_64
  %define archsuffix "64"
%else
  %define archsuffix ""
%endif
install -D -m755 build/powder%{archsuffix} %{buildroot}%{_libexecdir}/%{name}/powder

# Wrapper script
cat << EOF > %{name}.sh
#!/bin/sh
CONFIGDIR=\$HOME"/.config/%{name}"

if [ ! -e \$CONFIGDIR ];
then
    echo -e "Creating the config directory for The Powder Toy in\n\$CONFIGDIR"
    mkdir -p \$CONFIGDIR
fi

pushd \$CONFIGDIR
exec %{_libexecdir}/%{name}/powder \$@
popd
EOF

install -D -m755 %{name}.sh %{buildroot}%{_gamesbindir}/%{name}

# Icons
pushd resources
  convert powder.ico powder.png
  install -D -m644 powder-0.png %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png
  install -D -m644 powder-1.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
  install -D -m644 powder-2.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
  install -D -m644 powder-3.png %{buildroot}%{_iconsdir}/hicolor/24x24/apps/%{name}.png
  install -D -m644 powder-4.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
popd
 
# Desktop entry
install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=The Powder Toy
GenericName=Physics sandbox
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;Simulation;
EOF

%files
%doc LICENSE README
%{_gamesbindir}/%{name}
%{_libexecdir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog

* Fri Oct 09 2015 Denis Silakov <dsilakov@gmail.com> 90.2.322-1
- (3c51e7f) Cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13838 |14cu|powermanga-0.93.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Shoot 'em up game with 3D graphics
Name:		powermanga
Version:	0.93.1
Release:	1
License:	GPLv3+
Group:		Games/Arcade
Url:		http://linux.tlk.fr/games/Powermanga/
Source0:	http://linux.tlk.fr/games/Powermanga/download/%{name}-%{version}.tgz
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
Requires(post):	rpm-helper

%description
In this "shoot 'em up" with 3d graphics, you'll have to face and destroy
more than 60 different types of opponents. Nice musics, many weapons, and
a ton of surprises.

%files -f %{name}.lang
%doc README
%attr(755, root, games) %{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_mandir}/man6/%{name}.6*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%attr(775, root, games) %dir %{_localstatedir}/games/%{name}
%attr(664, root, games) %ghost %{_localstatedir}/games/%{name}/%{name}.hi
%attr(664, root, games) %ghost %{_localstatedir}/games/%{name}/%{name}.hi-easy
%attr(664, root, games) %ghost %{_localstatedir}/games/%{name}/%{name}.hi-hard

%post
%create_ghostfile %{_localstatedir}/games/%{name}/%{name}.hi root games 664
%create_ghostfile %{_localstatedir}/games/%{name}/%{name}.hi-easy root games 664
%create_ghostfile %{_localstatedir}/games/%{name}/%{name}.hi-hard root games 664

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

install -d install %{buildroot}%{_gamesdatadir}/%{name}/texts
install -m 644 texts/*.txt texts/*.ini %{buildroot}%{_gamesdatadir}/%{name}/texts

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=PowerManga
Comment=Shoot 'em up game with 3D graphics
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%find_lang %{name} --with-man

%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.93.1-1
- (257b97d) New version 0.93.1
- (257b97d) Drop merged patches
- (257b97d) Adjust file and directory permissions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13839 |14cu|powertop-2.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Power saving diagnostic tool

Name:		powertop
Version:	2.8
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.lesswatts.org/
Source0:	https://01.org/sites/default/files/downloads/powertop/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	gettext-devel

%description
PowerTOP tool is a program that collects the various pieces of
information from a system and presents an overview of how well a
laptop is doing in terms of power savings. In addition, PowerTOP will
provide an indication of which tunables and software components are
the biggest offenders in slurping up battery time. PowerTOP will
update it's display frequently so that the impact of any changes can
be seen directly.

%prep
%setup -qn %{name}-%{version}

%build
autoreconf -fiv
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README TODO
%{_sbindir}/%{name}
%{_mandir}/*/*.*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.8-1
- (8c8f450) Updated to 2.8 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13840 |14cu|ppsspp-1.5.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with system_ffmpeg

%define lang_snapshot 16.11.2017
%define armips_snapshot 19.11.2017
%define glslang_snapshot 03.11.2017
%define ffmpeg_snapshot 01.03.2017
%define spriv_snapshot 31.05.2017

Summary:	Sony PlayStation Portable (PSP) emulator
Name:		ppsspp
Version:	1.5.4
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://www.ppsspp.org
# From git by tag https://github.com/hrydgard/ppsspp
Source0:	%{name}-%{version}.tar.gz
# From git https://github.com/hrydgard/ppsspp-lang
Source2:	ppsspp-lang-%{lang_snapshot}.tar.bz2
# From git https://github.com/Kingcom/armips
Source3:	armips-%{armips_snapshot}.tar.bz2
Source4:	ppsspp-ffmpeg-%{ffmpeg_snapshot}.tar.bz2
Source5:	glslang-%{glslang_snapshot}.tar.bz2
Source7:	SPIRV-Cross-%{spriv_snapshot}.tar.bz2
Patch0:		ppsspp-1.1.0-git-version.patch
Patch1:		ppsspp-1.4.0-datapath.patch
Patch2:		ppsspp-1.4.0-optflags.patch
Patch3:		ppsspp-1.4-cmake-version.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
%if %{with system_ffmpeg}
BuildRequires:	ffmpeg-devel
%endif
BuildRequires:	snappy-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
#Requires system libpng17, otherwise uses internal static build
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(zlib)

%description
PPSSPP is a cross-platform Sony PlayStation Portable (PSP) emulator.

PPSSPP can run your PSP games on your PC in full HD resolution, and play
them on Android too. It can even upscale textures that would otherwise be
too blurry as they were made for the small screen of the original PSP.

%files
%{_gamesbindir}/%{name}-sdl
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_gamesdatadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
sed s,"unknown_version","%{version}",g -i git-version.cmake

pushd assets
rm -rf lang
tar -xf %{SOURCE2}
mv ppsspp-lang-%{lang_snapshot} lang
popd
pushd ext
rm -rf armips
tar -xf %{SOURCE3}
mv armips-%{armips_snapshot} armips
rm -rf glslang
tar xf %{SOURCE5}
mv glslang-%{glslang_snapshot} glslang
rm -rf SPIRV-Cross
tar -xf %{SOURCE7}
mv SPIRV-Cross-%{spriv_snapshot} SPIRV-Cross
popd
rm -rf ffmpeg
tar -xf %{SOURCE4}
mv ppsspp-ffmpeg-%{ffmpeg_snapshot} ffmpeg

%build
%if %{without system_ffmpeg}
pushd ffmpeg
%ifarch %{ix86}
./linux_x86.sh
%else
./linux_x86-64.sh
%endif
popd
%endif

%cmake \
	-DHEADLESS:BOOL=OFF \
	-DUSE_FFMPEG:BOOL=ON \
%if %{with system_ffmpeg}
	-DUSE_SYSTEM_FFMPEG:BOOL=ON
%else
	-DUSE_SYSTEM_FFMPEG:BOOL=OFF
%endif
%make

%install
mkdir -p %{buildroot}%{_gamesbindir}
install -m 0755 build/PPSSPPSDL %{buildroot}%{_gamesbindir}/%{name}-sdl
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
cp -r build/assets %{buildroot}%{_gamesdatadir}/%{name}

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=PPSSPP
Comment=Sony PSP emulator
Exec=%{_gamesbindir}/%{name}-sdl
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert icons/icon-114.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog

* Wed Dec 06 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.4-1
- (3ca99e5) New version 1.5.4

* Wed Dec 06 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.3-1
- (b22d360) New version 1.5.3

* Fri Dec 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.2-1
- (00b1051) New version 1.5.2

* Tue May 30 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.2-1
- (e4f5ab8) New version 1.4.2

* Mon Apr 03 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4-1
- (288b33d) Lower required cmake version
- (Andrey Bondrov: 3c85414) New version 1.4

* Wed Mar 29 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3-6
- (9fd1419) Try to use internal ffmpeg copy until there's ffmpeg 3.2 support in upstream

* Wed Mar 29 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3-5
- (06c00b1) Don't crash with ffmpeg 3

* Mon Feb 27 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3-4
- (73761e5) MassBuild#1264: Increase release tag

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3-3
- (16dcb6f) MassBuild#1257: Increase release tag

* Fri Dec 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3-2
- (09d20a4) MassBuild#1190: Increase release tag

* Tue Oct 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3-1
- (a9e2067) New version 1.3

* Mon Mar 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.2-1
- (4269a19) Upload new languages tarball
- (Andrey Bondrov: f499df5) New version 1.2.2

* Thu Feb 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.1-1
- (f883cfe) New version 1.2.1

* Mon Nov 23 2015 Denis Silakov <dsilakov@gmail.com> 1.1.1-2
- (ff595fd) Rebuild with new libzip

* Tue Oct 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-1
- (4dd121b) New version 1.1.1, update languages snapshot

* Mon Oct 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.0-1
- (171bf33) New version 1.1.0
- (171bf33) No longer requires external Native snapshot
- (171bf33) Drop merged patches
- (171bf33) Drop ffmpeg patch (now cmake option works properly)
- (171bf33) Build with default system optflags

* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-3
- (8b20f7c) Bump release

* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-2
- (a827dd2) Add some patches from upstream and update native

* Sat Feb 28 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-1
- (64de30e) New version 1.0.1

* Mon Feb 02 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-1
- (941cea9) New version 1.0, drop merged patches and switch to SDL2

* Sun Nov 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.9.1-3
- (420e848) Add patch to fix some Atrac3+ audio playback (ugly hack)

* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.9.1-2
- (ad1e151) Bump release

* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.9.1-1
- (8787890) New version 0.9.9.1

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.9-2
- (bd2182c) MassBuild#464: Increase release tag

* Wed Jul 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.9-1
- (247547d) New version 0.9.9

* Wed Apr 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.8-1
- (6b91ff6) New version 0.9.8

* Sun Feb 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.7.1-1
- (e3f1d04) LOG New version 0.9.7.1, re-diff controls patch

* Sun Dec 15 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.6-1
- (4235df1) LOG New version 0.9.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13841 |14cu|praat-6.0.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		praat
Summary:	Praat: doing phonetics, speech analysis and synthesis by computer
Version:	6.0.18
Release:	1
License: 	GPLv2
Group:		Sciences/Other
Url:		http://www.fon.hum.uva.nl/praat/
BuildRequires:	pkgconfig(xp)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	lesstif-devel
BuildRequires:	gtk2-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(libpulse)
Source0:	https://github.com/praat/praat/archive/v%{version}.zip
Source1:	praat.png
Source2:	praat_mini.png
Source3:	praat_large.png
Source4:	praat.desktop

%description
According to its authors, praat is "doing phonetics by computer". There are
several speech analysis functionalities available: spectrograms, cochleograms,
and pitch and formant extraction. Articulatory synthesis, as well as synthesis
from pitch, formant, and intensity are also available. Other features are
segmentation, labelling using the phonetic alphabet, and computation of
statistics.

%prep
%setup -q

%build
ln -fs makefiles/makefile.defs.linux.pulse makefile.defs
%make

%clean

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_datadir}/{applications,icons}
mkdir -p %{buildroot}/%{_datadir}/icons/{mini,large}

# the application itself
cp -vf ./praat %{buildroot}/usr/bin/

# icons provided by antonino mingoia from www.ozzpot.com
cp -vf %{SOURCE1} %{buildroot}/%{_datadir}/icons/praat.png
cp -vf %{SOURCE2} %{buildroot}/%{_datadir}/icons/mini/praat.png
cp -vf %{SOURCE3} %{buildroot}/%{_datadir}/icons/large/praat.png

# our own desktop entry
cp -vf %{SOURCE4} %{buildroot}/%{_datadir}/applications/

%files
%{_bindir}/praat
%{_datadir}/icons/*
%{_datadir}/applications/*.desktop


%changelog

* Thu Jun 09 2016 Denis Silakov <dsilakov@gmail.com> 6.0.18-1
- (2e38f90) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13842 |14cu|premake-4.4-0.1_beta5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pre_rel beta5

Name:           premake
Version:        4.4
Release:        0.1_beta5
Summary:        Cross-platform build configuration tool
Group:          Development/Other
License:        BSD
URL:            http://industriousone.com/premake
Source0:        http://downloads.sourceforge.net/%{name}/premake-%{version}-%{pre_rel}-src.zip
# This patch removes the bundeled Lua sources from the makefile to use the system Lua
Patch0:         premake-4.4-mga-fdr-system-lua.patch
# Add the missing manpage
Patch1:         premake-4.3-fdr-manpage.patch
Patch2:         premake-4.4-mga-parallel-build.patch

BuildRequires:  doxygen
BuildRequires:  pkgconfig(lua) > 5.0
BuildRequires:  pkgconfig(lua) < 5.2
BuildRequires:  readline-devel

%description
Premake is a build configuration tool that can generate project files for:
 - GNU make
 - Code::Blocks
 - CodeLite
 - MonoDevelop
 - SharpDevelop
 - Apple XCode
 - Microsoft Visual Studio
 
%files
%doc doc/html/* LICENSE.txt README.txt CHANGES.txt
%{_bindir}/premake4
%{_mandir}/man1/premake4.1.*
#--------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{pre_rel}
%patch0 -p1
%patch1 -p1
%patch2 -p1
# do not stripping the executable
sed -i -e "s|\$(LDFLAGS) -L. -s|\$(LDFLAGS) -L.|" build/gmake.unix/Premake4.make

%build
pushd build/gmake.unix/
%setup_compile_flags
%make
popd

# Generate doc
doxygen

%install
install -m 755 -Dp ./bin/release/premake4 %{buildroot}/%{_bindir}/premake4
install -m 644 -Dp ./premake4.1 %{buildroot}/%{_mandir}/man1/premake4.1

# Update permissions for debuginfo package
find src/host -name "*.c" -o -name "*.h" |xargs chmod 0644

%changelog

* Fri Dec 16 2016 abfonly <abfonly@gmail.com> 4.4-0.1_beta5
- (cbc0704) Merge pull request #3 from abfonly/premake:rosa2014.1
- (cbc0704) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13843 |14cu|prey-0.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Prey is a lightweight application for tracking your stolen laptop
Name:		prey
Version:	0.6.2
Release:	1
License:	GPLv3+
Group:		Monitoring
Url:		http://preyproject.com/
# Re-pack of Debian package sources because original source URL is dead
Source0:	%{name}-%{version}.tar.bz2
Source1:	prey-config.desktop
Requires:	curl
Requires:	gksu
Requires:	groff
Requires:	imagemagick
Requires:	mpg123
Requires:	perl-IO-Socket-SSL
Requires:	perl-Net-SSLeay
Requires:	pygtk2
Requires:	scrot
Requires:	streamer
Requires:	traceroute
BuildArch:	noarch

%description
Prey is a lightweight application for tracking your stolen laptop.

Prey comprises a shell scripts which calls out on a regular basis
to either a server run by prey project, or a url nominated by 
system administration. A graphical configuration tool is also provided
which is used to maintain the simple config file.

%files
%{_datadir}/%{name}
%{_datadir}/applications/prey-config.desktop
%{_sysconfdir}/cron.d/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/cron.d/
mkdir -p %{buildroot}%{_datadir}/applications/
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/

mv * %{buildroot}%{_datadir}/%{name}/

cat << EOF > %{buildroot}%{_sysconfdir}/cron.d/%{name}
 */20 * * * * root /usr/share/prey/prey.sh > /var/log/prey.log
EOF


%changelog

* Mon Mar 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.2-1
- (edd55f0) New version 0.6.2
- (edd55f0) Requires pygtk2
- (edd55f0) Should be noarch package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13844 |14cu|prime-1.0.0.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define dict_version    1.0.0
%define suikyo_version  2.1.0-2

Name:         prime
Summary:      Japanese PRedictive Input Method Editor

Version:      1.0.0.1
Release:      12
URL:          http://sourceforge.jp/projects/prime/
Source0:      %{name}-%{version}.tar.bz2
Group:        System/Internationalization
License:      GPL
Obsoletes:       uim-prime <= 0.4.6-1.beta2.3mdk
Requires:        prime-dict >= %{dict_version}
Requires:        suikyo >= %{suikyo_version}
Requires:        ruby-progressbar
Requires:        ruby-sary >= 1.2.0
BuildRequires:   ruby
Obsoletes:	%{mklibname prime 0} < %{version}-%{release}

%description
PRIME is Japanese PRedictive Input Method Editor.

%package devel
Summary: Development files for prime

Group: Development/Other
Requires: %{name} = %{version}
Requires: suikyo-devel >= %{suikyo_version}
Conflicts: lib64prime0 < %{version}-%{release}
Conflicts: libprime0 < %{version}-%{release}

%description devel
This package contains development files for prime.


%prep
%setup -q

%build
[[ ! -x configure ]] && ./autogen.sh

%configure2_5x --with-rubydir=%{ruby_sitelibdir}
make

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_sysconfdir}/prime
cp -f etc/Custom_prime.rb %{buildroot}/%{_sysconfdir}/prime/

%clean

%files
%doc ChangeLog COPYING README TODO
%{_sysconfdir}/*
%{_datadir}/%{name}
%{_bindir}/*
%{ruby_sitelibdir}/*

%files devel
%{_libdir}/pkgconfig/*.pc


%changelog
* Sat Jan 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0.1-12
+ Revision: 1248d96
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13845 |14cu|primer3-2.3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_with_tests	1

Name:		primer3
Version:	2.3.6
Release:	1
Summary:	PCR reactions primers identification
Group:		Sciences/Biology
License:	BSD and GPLv2+
URL:		http://primer3.sourceforge.net/
Source0:	http://downloads.sourceforge.net/primer3/%{name}-src-%{version}.tar.gz
Patch0:		primer3-2.2.3-linking.patch

%description
Primer3 is a complete rewrite of the original PRIMER program
(Primer 0.5), written by Steve Lincoln, Mark Daly, and Eric
Lander.

Primer3 picks primers for PCR reactions, considering as criteria:
- oligonucleotide melting temperature, size, GC content,
  and primer-dimer possibilities
- PCR product size
- positional constraints within the source sequence
- miscellaneous other constraints

All of these criteria are user-specifiable as constraints, and
some are specifiable as terms in an objective function that
characterizes an optimal primer pair.

%prep
%setup -q -n %{name}-%{version}
%patch0  -p1 -b .linking

%build
%make -C src CFLAGS="%{optflags} -D__USE_FIXED_PROTOTYPES__" LDFLAGS="%{ldflags}" V=1 

%install
install -Dpm 755 src/primer3_core %{buildroot}%{_bindir}/primer3_core
install -Dpm 755 src/ntdpal %{buildroot}%{_bindir}/ntdpal
install -Dpm 755 src/ntthal %{buildroot}%{_bindir}/ntthal
install -Dpm 755 src/oligotm %{buildroot}%{_bindir}/oligotm
install -Dpm 755 src/long_seq_tm_test %{buildroot}%{_bindir}/long_seq_tm_test

%if %build_with_tests
%check
%make -C test
%endif

%files
%doc *.txt *.htm example src/release_notes.txt
%{_bindir}/*



%changelog

* Wed Oct 07 2015 Denis Silakov <dsilakov@gmail.com> 2.3.6-1
- (9d6f097) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13846 |14cu|prisk-4.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Games-Risk
%define upstream_version 4.000

Name:       prisk
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Classical 'risk' board game
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Games/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl(Class::Accessor::Fast)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::ShareDir)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Getopt::Euclid)
BuildRequires: perl(Image::Magick)
BuildRequires: perl(Image::Size)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
BuildRequires: perl(Locale::TextDomain)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Has::Sugar)
BuildRequires: perl(MooseX::POE)
BuildRequires: perl(MooseX::SemiAffordanceAccessor)
BuildRequires: perl(Path::Class)
BuildRequires: perl(POE)
BuildRequires: perl(POE::Loop::Tk)
BuildRequires: perl(Readonly)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More)
BuildRequires: perl(Tk)
BuildRequires: perl(Tk::Balloon)
BuildRequires: perl(Tk::Font)
BuildRequires: perl(Tk::JPEG)
BuildRequires: perl(Tk::PNG)
BuildRequires: perl(Tk::Pane)
BuildRequires: perl(Tk::Pod::Text)
BuildRequires: perl(Tk::Role::Dialog)
BuildRequires: perl(Tk::Sugar)
BuildRequires: perl(Tk::TableMatrix)
BuildRequires: perl(UNIVERSAL::require)
BuildRequires: perl(aliased)
BuildRequires: perl(Module::Build)
BuildArch:  noarch

Suggests: prisk-maps-countries
Suggests: prisk-maps-history
Suggests: prisk-maps-imaginary

%description
Risk is a strategic turn-based board game. Players control armies, with
which they attempt to capture territories from other players. The goal of
the game is to control all the territories ('conquer the world') through
the elimination of the other players. Using area movement, Risk ignores
realistic limitations, such as the vast size of the world, and the
logistics of long campaigns.

This distribution implements a graphical interface for this game.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL --installdirs=vendor
./Build

%check
# xvfb-run is broken currently, even if all the tests pass :-(
#xvfb-run ./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes HACKING LICENSE META.json META.yml MYMETA.yml README
%{_bindir}/prisk
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 4.0.0-1
- (e035d95) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13847 |14cu|privoxy-3.0.24-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define privoxyconf %{_sysconfdir}/%{name}
%define reltype stable

Summary:	Privacy enhancing HTTP proxy
Name:		privoxy
Version:	3.0.24
Release:	1
License:	GPLv2+
Group:		Networking/Other
URL:		http://www.privoxy.org/
Source0:	http://prdownloads.sf.net/ijbswa/%{name}-%{version}-%{reltype}-src.tar.gz
Source1:	http://prdownloads.sf.net/ijbswa/%{name}-%{version}-%{reltype}-src.tar.gz.asc
Source2:	privoxy.logrotate
Source4:	%{name}.service
Patch0:		privoxy-3.0.23-mga-mdv-missing-user.filter.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
Obsoletes:	junkbuster
Provides:	junkbuster = %{version}-%{release}
Provides:	webproxy
BuildRequires:	docbook-style-dsssl
BuildRequires:	docbook-dtd42-xml
BuildRequires:	docbook-dtd31-sgml
BuildRequires:	lynx
BuildRequires:	man
BuildRequires:	pkgconfig(libpcreposix)
BuildRequires:	zlib-devel

%description
Privoxy is a web proxy with advanced filtering capabilities for protecting
privacy, filtering web page content, managing cookies, controlling access, and
removing ads, banners, pop-ups and other obnoxious Internet Junk. Privoxy has a
very flexible configuration and can be customized to suit individual needs and
tastes. Privoxy has application for both stand-alone systems and multi-user
networks.

Privoxy was previously called Internet Junkbuster.

To configure privoxy, go to http://config.privoxy.org/

Privoxy proxy is running on port 8118

%prep

%setup -n %{name}-%{version}-%{reltype} -q

# manpage should be in section 8
sed -i -e 's/^\(\.TH "PRIVOXY" \)"1"/\1"8"/g' privoxy.1 

# privoxy.missing.user.filter.patch
%patch0 -p1
#needed for build
autoreconf

%build
find . -type f -perm 0640 -exec chmod 644 {} \;

%serverbuild
%configure2_5x --with-user=daemon --with-group=daemon
%make

%install
mkdir -p %{buildroot}%{_sbindir} \
         %{buildroot}%{_mandir}/man8 \
         %{buildroot}/var/log/privoxy \
         %{buildroot}%{privoxyconf}/templates \
         %{buildroot}%{_sysconfdir}/logrotate.d

install -m 755 privoxy %{buildroot}%{_sbindir}/privoxy
install -m 644 privoxy.1 %{buildroot}%{_mandir}/man8/privoxy.8

# Install various config files
for i in *.action default.filter trust; do
	install -m 644 $i %{buildroot}%{privoxyconf}/
done
for i in templates/*; do
	install -m 644 $i %{buildroot}%{privoxyconf}/templates/
done
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -d -m 755 %{buildroot}%{_unitdir}
install -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/%{name}.service

# verify all file locations, etc. in the config file
# don't start with ^ or commented lines are not replaced
sed -e 's!^confdir.*!confdir /etc/privoxy!g' \
    -e 's!^logdir.*!logdir /var/log/privoxy!g' \
    < config  > %{buildroot}%{privoxyconf}/config

#remove backup files
rm -f doc/privoxy/webserver/user-manual/*.bak

# create compatibility symlink
ln -s match-all.action %{buildroot}/%{privoxyconf}/standard.action

%triggerin -- msec < 0.17
for i in 0 1 2 3 4 5; do
  permfile="%{_sysconfdir}/security/msec/perm.$i"
  if grep -q '^/var/log/privoxy' $permfile; then
    perl -pi -e 's|^/var/log/privoxy\s.*|/var/log/prixovy\t\t\t\tdaemon.daemon\t700|' $permfile
  else
    echo -e "/var/log/prixovy\t\t\t\tdaemon.daemon\t700" >> $permfile
  fi
done


%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%doc AUTHORS ChangeLog README  
%doc doc/webserver
%attr (0700,daemon,daemon) /var/log/privoxy
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_sbindir}/*
%{_mandir}/man8/*

%defattr(664,daemon,daemon,755)
%dir %{privoxyconf}
%config(noreplace) %{privoxyconf}/config
%config            %{privoxyconf}/default.action
%config(noreplace) %{privoxyconf}/default.filter
%config(noreplace) %{privoxyconf}/templates
%config(noreplace) %{privoxyconf}/match-all.action
%config(noreplace) %{privoxyconf}/trust
%config(noreplace) %{privoxyconf}/user.action
%config(noreplace) %{privoxyconf}/regression-tests.action
%{privoxyconf}/standard.action
%{_unitdir}/%{name}.service

%changelog

* Wed Feb 10 2016 Denis Silakov <dsilakov@gmail.com> 3.0.24-1
- (9b0e68d) Updated to 3.0.24



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13848 |14cu|proftpd-1.3.5e-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_disable_ld_no_undefined 1
%define	mod_gss_version 1.3.7
%define	mod_autohost_version 0.4
%define	mod_case_version 0.7
%define	mod_vroot_version 0.9.2

Summary:	Professional FTP Server
Name:		proftpd
Version:	1.3.5e
Release:	1
License:	GPLv2+
Group:		System/Servers
Url:		http://proftpd.org/
Source0:	ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz
Source1:	proftpd.logrotate
Source2:	proftpd.xinetd
Source3:	proftpd.init
Source4:	proftpd.service
Source5:	basic.conf
Source7:	welcome.msg
Source32:	32_mod_shaper.conf
# http://sourceforge.net/projects/gssmod/
Source100:	http://prdownloads.sourceforge.net/gssmod/mod_gss-%{mod_gss_version}.tar.gz
# from http://www.castaglia.org/proftpd/
Source102:	http://www.castaglia.org/proftpd/modules/proftpd-mod-autohost-%{mod_autohost_version}.tar.gz
Source103:	http://www.castaglia.org/proftpd/modules/proftpd-mod-case-%{mod_case_version}.tar.gz
Source108:	http://www.castaglia.org/proftpd/modules/proftpd-mod-vroot-%{mod_vroot_version}.tar.gz
Source150:	%{name}-tmpfiles.conf
Source200:	anonymous.conf
Patch0:		proftpd-1.3.4b-mdv-xferstats_logfile_location.diff
Patch2:		proftpd-1.3.4b-mdv-use-system-auth-instead-of-pam_unix.diff
Patch4:		proftpd-1.3.5-mdv-installfix.diff
Patch7:		proftpd-1.3.4b-mdv-change_pam_name.diff
Patch8:		proftpd-1.3.5a-bug-4206.patch
Patch40:	proftpd-1.3.4b-mdv-mod_gss-format_not_a_string_literal_and_no_format_arguments.diff
Requires:	pam >= 0.59
Requires:	setup
Requires(post): systemd
Requires(post):	rpm-helper
Requires(postun):	rpm-helper
Requires(preun):	rpm-helper
Requires(pre):	rpm-helper
BuildRequires:	cap-devel
BuildRequires:	gettext-devel
BuildRequires:	acl-devel
BuildRequires:	attr-devel
BuildRequires:	krb5-devel
BuildRequires:	libtool
BuildRequires:	libtool-devel
BuildRequires:	mysql-devel
BuildRequires:	ncurses-devel
BuildRequires:	openldap-devel
BuildRequires:	openssl-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig
BuildRequires:	postgresql-devel
BuildRequires:	sasl-plug-gssapi
BuildRequires:	sqlite3-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	zlib-devel
BuildRequires:	pkgconfig(libmemcached)
BuildRequires:	pcre-devel
#BuildRequires:	pcreposix-devel
Conflicts:	vsftpd
Conflicts:	wu-ftpd
Conflicts:	pure-ftpd
Conflicts:	ncftpd
Conflicts:	anonftp

Obsoletes:	proftpd-mod_time < 1.3.5-1

%description
ProFTPd is an enhanced FTP server with a focus toward simplicity, security, and
ease of configuration.  It features a very Apache-like configuration syntax,
and a highly customizable server infrastructure, including support for multiple
'virtual' FTP servers, anonymous FTP, and permission-based directory
visibility.

This version supports both standalone and xinetd operation.

%files -f %{name}.lang
%doc README* NEWS CREDITS COPYING doc/*
%doc sample-configurations/*
%dir %{_sysconfdir}/proftpd.d
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}-anonymous.conf
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/xinetd.d/%{name}-xinetd
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/ftpusers
%{_initrddir}/%{name}
%{_sbindir}/%{name}
%{_sbindir}/ftpscrub
%{_sbindir}/ftpshut
%{_sbindir}/in.ftpd
%{_sbindir}/in.%{name}
%{_sbindir}/xferstats.holger-preiss
%{_bindir}/ftpasswd
%{_bindir}/ftpcount
%{_bindir}/ftpdctl
%{_bindir}/ftpmail
%{_bindir}/ftpquota
%{_bindir}/ftptop
%{_bindir}/ftpwho
%{_bindir}/prxs
%dir %{_libdir}/%{name}
%dir %{_localstatedir}/ftp
%dir %{_localstatedir}/ftp/pub
%config(noreplace) %{_localstatedir}/ftp/pub/welcome.msg
%{_tmpfilesdir}/%{name}.conf
%dir %{_localstatedir}/log/%{name}
%{_mandir}/man*/*
%{_var}/lib/rpm/filetriggers/proftpd.*

#------------------------------------------------------------------

%package devel
Summary:	Development files for ProFTPD
Group:		Development/C

%description devel
This package contains the development headers for ProFTPD

%files devel
%doc ChangeLog
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/*.pc

#------------------------------------------------------------------

%package mod_ctrls_admin
Summary:	Module implementing admin control handlers
Group:		System/Servers
Requires(post): %{name} >= %{EVRD}
Requires(preun): %{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_ctrls_admin
This module implements administrative control actions for the ftpdctl program.

%files mod_ctrls_admin
%doc doc/contrib/mod_ctrls_admin.html
%config(noreplace) %{_sysconfdir}/%{name}.d/10_mod_ctrls_admin.conf
%{_libdir}/%{name}/mod_ctrls_admin.so

#------------------------------------------------------------------

%package mod_ifsession
Summary:	Module supporting conditional per-user/group/class configuration contexts
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_ifsession
Module supporting conditional per-user/group/class configuration contexts

%files mod_ifsession
%doc doc/contrib/mod_ifsession.html
%config(noreplace) %{_sysconfdir}/%{name}.d/99_mod_ifsession.conf
%{_libdir}/%{name}/mod_ifsession.so

#------------------------------------------------------------------

%package mod_ldap
Summary:	LDAP password lookup module for ProFTPD
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_ldap
LDAP password lookup module for ProFTPD

%files mod_ldap
%config(noreplace) %{_sysconfdir}/%{name}.d/13_mod_ldap.conf
%{_libdir}/%{name}/mod_ldap.so

#------------------------------------------------------------------

%package mod_quotatab
Summary:	Module for managing FTP byte/file quotas via centralized tables
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}
Requires:	%{name}-mod_quotatab_driver = %{EVRD}

%description mod_quotatab
Module for managing FTP byte/file quotas via centralized tables

%files mod_quotatab
%doc doc/contrib/mod_quotatab.html
%config(noreplace) %{_sysconfdir}/%{name}.d/16_mod_quotatab.conf
%{_libdir}/%{name}/mod_quotatab.so

#------------------------------------------------------------------

%package mod_quotatab_file
Summary:	Sub-module for managing quota data via file-based tables
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name}-mod_quotatab = %{EVRD}
Provides:	%{name}-mod_quotatab_driver = %{EVRD}

%description mod_quotatab_file
Sub-module for managing quota data via file-based tables

%files mod_quotatab_file
%doc doc/contrib/mod_quotatab_file.html
%config(noreplace) %{_sysconfdir}/%{name}.d/17_mod_quotatab_file.conf
%{_libdir}/%{name}/mod_quotatab_file.so

#------------------------------------------------------------------

%package mod_quotatab_ldap
Summary:	Sub-module for obtaining quota information from an LDAP directory
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name}-mod_quotatab = %{EVRD}
Provides:	%{name}-mod_quotatab_driver = %{EVRD}

%description mod_quotatab_ldap
Sub-module for obtaining quota information from an LDAP directory

%files mod_quotatab_ldap
%doc doc/contrib/mod_quotatab_ldap.html
%config(noreplace) %{_sysconfdir}/%{name}.d/18_mod_quotatab_ldap.conf
%{_libdir}/%{name}/mod_quotatab_ldap.so

#------------------------------------------------------------------

%package mod_quotatab_sql
Summary:	Sub-module for managing quota data via SQL-based tables
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name}-mod_quotatab = %{EVRD}
Provides:	%{name}-mod_quotatab_driver = %{EVRD}

%description mod_quotatab_sql
Sub-module for managing quota data via SQL-based tables

%files mod_quotatab_sql
%doc doc/contrib/mod_quotatab_sql.html
%config(noreplace) %{_sysconfdir}/%{name}.d/19_mod_quotatab_sql.conf
%{_libdir}/%{name}/mod_quotatab_sql.so

#------------------------------------------------------------------

%package mod_quotatab_radius
Summary:	Sub-module for managing quota data via radius
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name}-mod_quotatab = %{EVRD}
Provides:	%{name}-mod_quotatab_driver = %{EVRD}

%description mod_quotatab_radius
Sub-module for managing quota data via radius

%files mod_quotatab_radius
%doc doc/contrib/mod_quotatab_radius.html
%config(noreplace) %{_sysconfdir}/%{name}.d/20_mod_quotatab_radius.conf
%{_libdir}/%{name}/mod_quotatab_radius.so

#------------------------------------------------------------------

%package mod_radius
Summary:	Module for RADIUS authentication and accounting
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_radius
Module for RADIUS authentication and accounting

%files mod_radius
%doc doc/contrib/mod_radius.html
%config(noreplace) %{_sysconfdir}/%{name}.d/20_mod_radius.conf
%{_libdir}/%{name}/mod_radius.so

#------------------------------------------------------------------

%package mod_ratio
Summary:	Support upload/download ratios
Group:		System/Servers
Requires(post): %{name} >= %{EVRD}
Requires(preun): %{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_ratio
Support upload/download ratios

%files mod_ratio
%doc contrib/README.ratio
%config(noreplace) %{_sysconfdir}/%{name}.d/25_mod_ratio.conf
%{_libdir}/%{name}/mod_ratio.so

#------------------------------------------------------------------

%package mod_rewrite
Summary:	Module for rewriting FTP commands
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_rewrite
Module for rewriting FTP commands

%files mod_rewrite
%doc doc/contrib/mod_rewrite.html
%config(noreplace) %{_sysconfdir}/%{name}.d/24_mod_rewrite.conf
%{_libdir}/%{name}/mod_rewrite.so

#------------------------------------------------------------------

%package mod_site_misc
Summary:	Module implementing miscellaneous SITE commands
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_site_misc
Module implementing miscellaneous SITE commands

%files mod_site_misc
%doc doc/contrib/mod_site_misc.html
%config(noreplace) %{_sysconfdir}/%{name}.d/33_mod_site_misc.conf
%{_libdir}/%{name}/mod_site_misc.so

#------------------------------------------------------------------

%package mod_sql
Summary:	SQL frontend
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}
Requires:	%{name}-mod_sql_driver = %{EVRD}

%description mod_sql
SQL frontend

%files mod_sql
%doc doc/contrib/mod_sql.html
%config(noreplace) %{_sysconfdir}/%{name}.d/12_mod_sql.conf
%{_libdir}/%{name}/mod_sql.so

#------------------------------------------------------------------

%package mod_sql_mysql
Summary:	Support for connecting to MySQL databases
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name}-mod_sql = %{EVRD}
Provides:	%{name}-mod_sql_driver = %{EVRD}

%description mod_sql_mysql
Support for connecting to MySQL databases

%files mod_sql_mysql
%config(noreplace) %{_sysconfdir}/%{name}.d/14_mod_sql_mysql.conf
%{_libdir}/%{name}/mod_sql_mysql.so

#------------------------------------------------------------------

%package mod_sql_postgres
Summary:	Support for connecting to Postgres databases
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name}-mod_sql = %{EVRD}
Provides:	%{name}-mod_sql_driver = %{EVRD}

%description mod_sql_postgres
Support for connecting to Postgres databases

%files mod_sql_postgres
%config(noreplace) %{_sysconfdir}/%{name}.d/15_mod_sql_postgres.conf
%{_libdir}/%{name}/mod_sql_postgres.so

#------------------------------------------------------------------

%package mod_sql_sqlite
Summary:	Support for connecting to SQLite3 databases
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name}-mod_sql = %{EVRD}
Provides:	%{name}-mod_sql_driver = %{EVRD}

%description mod_sql_sqlite
Support for connecting to SQLite3 databases

%files mod_sql_sqlite
%config(noreplace) %{_sysconfdir}/%{name}.d/16_mod_sql_sqlite.conf
%{_libdir}/%{name}/mod_sql_sqlite.so

#------------------------------------------------------------------

%package mod_sql_passwd
Summary:	Various SQL password handlers
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name}-mod_sql = %{EVRD}
Provides:	%{name}-mod_sql_driver = %{EVRD}

%description mod_sql_passwd
Various SQL password handlers

%files mod_sql_passwd
%config(noreplace) %{_sysconfdir}/%{name}.d/17_mod_sql_passwd.conf
%{_libdir}/%{name}/mod_sql_passwd.so

#------------------------------------------------------------------

%package mod_tls
Summary:	An RFC2228 SSL/TLS module for ProFTPD
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_tls
An RFC2228 SSL/TLS module for ProFTPD

%files mod_tls
%doc doc/contrib/mod_tls.html
%config(noreplace) %{_sysconfdir}/%{name}.d/11_mod_tls.conf
%{_libdir}/%{name}/mod_tls.so

#------------------------------------------------------------------

%package mod_tls_shmcache
Summary:	A module which provides a shared SSL session cache using SysV shared memory
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}
Requires:	%{name}-mod_tls = %{EVRD}

%description mod_tls_shmcache
This submodule provides a SysV shared memory-based implementation of an
external SSL session cache for use by the mod_tls module's TLSSessionCache
directive.

%files mod_tls_shmcache
%doc doc/contrib/mod_tls_shmcache.html
%config(noreplace) %{_sysconfdir}/%{name}.d/12_mod_tls_shmcache.conf
%{_libdir}/%{name}/mod_tls_shmcache.so

#------------------------------------------------------------------

%package mod_tls_memcache
Summary:	A module which provides a shared SSL session cache using memcached servers
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}
Requires:	%{name}-mod_tls = %{EVRD}
Recommends:	memcached

%description mod_tls_memcache
This submodule a memcached-based implementation of an external SSL session
cache for use by the mod_tls module's TLSSessionCache directive.

%files mod_tls_memcache
%doc doc/contrib/mod_tls_memcache.html
%config(noreplace) %{_sysconfdir}/%{name}.d/41_mod_tls_memcache.conf
%{_libdir}/%{name}/mod_tls_memcache.so

#------------------------------------------------------------------

%package mod_autohost
Summary:	An autohost module for ProFTPD
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_autohost
For sites that run a large number of <VirtualHost>s for proftpd, it can be
cumbersome to configure them all in the proftpd.conf file. Adding or removing
virtual server configurations require restarting the daemon, as do changes to
one of the server configurations. The daemon also consumes memory for each
server configuration, and the memory footprint for the daemon process can grow
large for large numbers of servers.

The mod_autohost module allows for server configurations to be configured in
individual files, and for those configuration to be used in an "on demand"
fashion. Rather than loading the configurations into memory when the daemon
starts up, the daemon will check the IP address and port being contacted by a
connecting client, check in the filesystem for a mod_autohost configuration
file for that address/port, dynamically parse the configuration, and insert
the configuration into the session's process space. Thus changes to the
configuration are seen whenever a client connects, without requiring a daemon
restart. The memory footprint is reduced because proftpd, via mod_autohost,
only reads and uses the needed configuration.

%files mod_autohost
%doc mod_autohost/mod_autohost.html
%config(noreplace) %{_sysconfdir}/%{name}.d/27_mod_autohost.conf
%{_libdir}/%{name}/mod_autohost.so

#------------------------------------------------------------------

%package mod_case
Summary:	Makes ProFTPD case insensitive
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_case
The mod_case module is designed to help ProFTPD be case-insensitive, for those
sites that may need it (e.g. those that are migrating from a Windows
environment or have mounted Windows filesystems).

mod_case works by performing two checks on the filename used in FTP commands.
First, mod_case will scan the directory to see if there is already a file whose
name exactly matches the given filename. If not, mod_case will scan the
directory again, this time looking for case-insensitive matches. 

%files mod_case
%doc mod_case/mod_case.html
%config(noreplace) %{_sysconfdir}/%{name}.d/28_mod_case.conf
%{_libdir}/%{name}/mod_case.so

#------------------------------------------------------------------

%package mod_gss
Summary:	A Kerberos 5 GSS module for ProFTPD
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_gss
A Kerberos 5 GSS module for ProFTPD
mod_case.so

%files mod_gss
%doc mod_gss-*/COPYING mod_gss-*/mod_gss.html mod_gss-*/README.mod_gss mod_gss-*/rfc1509.txt mod_gss-*/rfc2228.txt
%config(noreplace) %{_sysconfdir}/%{name}.d/26_mod_gss.conf
%{_libdir}/%{name}/mod_gss.so

#------------------------------------------------------------------

%package mod_load
Summary:	A module that determines average load for ProFTPD
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_load
The code for determining load average on a given system is hairy, to say the
least. Unfortunately, it is necessary to do it this way, as there is no
standard method for extracting such information from the kernel. This module
uses code from GNU's make application, which should function properly. If not,
please contact the author as soon as possible.

%files mod_load
%doc doc/contrib/mod_load.html
%config(noreplace) %{_sysconfdir}/%{name}.d/31_mod_load.conf
%{_libdir}/%{name}/mod_load.so

#------------------------------------------------------------------

%package mod_shaper
Summary:	A shaping module for ProFTPD
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_shaper
The mod_shaper module is designed to split overall rates, both download and
upload, for the proftpd daemon among all connected FTP clients, shaping each
session to use only a portion of the overall rate. mod_shaper shapes both
transmitted traffic, e.g. bits being downloaded via the RETR command, and
received traffic, e.g. bits being uploaded via the APPE, STOR, and STOU
commands.

%files mod_shaper
%doc doc/contrib/mod_shaper.html
%config(noreplace) %{_sysconfdir}/%{name}.d/32_mod_shaper.conf
%{_libdir}/%{name}/mod_shaper.so

#------------------------------------------------------------------

%package mod_wrap
Summary:	Provides tcpwrapper-like access control rules for ProFTPD
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}
Requires:	%{name}-mod_wrap_driver = %{EVRD}
Requires:	tcp_wrappers

%description mod_wrap
The mod_wrap package allows the proftpd daemon to provide tcpwrapper-like
access control rules while running in standalone mode. It also allows for those
access rules to be stored in various formats, such as files (e.g.
/etc/hosts.allow and /etc/hosts.deny) or in SQL tables.

The most current version of mod_wrap's submodules supports storage of access
table information in various formats:

 o mod_wrap_file for file-based access tables
 o mod_wrap_sql for SQL-based access tables

%files mod_wrap
%doc doc/contrib/mod_wrap2.html
%config(noreplace) %{_sysconfdir}/%{name}.d/21_mod_wrap2.conf
%{_libdir}/%{name}/mod_wrap2.so

#------------------------------------------------------------------

%package mod_wrap_file
Summary:	A file-specific driver for the mod_wrap module for ProFTPD
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}
Provides:	%{name}-mod_wrap_driver = %{EVRD}

%description mod_wrap_file
This submodule provides the file-specific "driver" for storing IP/DNS-based
access control information in files.

%files mod_wrap_file
%doc doc/contrib/mod_wrap2_file.html
%config(noreplace) %{_sysconfdir}/%{name}.d/22_mod_wrap2_file.conf
%{_libdir}/%{name}/mod_wrap2_file.so


#------------------------------------------------------------------

%package mod_wrap_sql
Summary:	A SQL database driver for the mod_wrap module for ProFTPD
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}
Provides:	%{name}-mod_wrap_driver = %{EVRD}

%description mod_wrap_sql
This submodule provides the SQL database "driver" for storing IP/DNS-based
access control information in SQL tables.

%files mod_wrap_sql
%doc doc/contrib/mod_wrap2_sql.html
%config(noreplace) %{_sysconfdir}/%{name}.d/23_mod_wrap2_sql.conf
%{_libdir}/%{name}/mod_wrap2_sql.so

#------------------------------------------------------------------

%package mod_ban
Summary:	Adds dynamic "ban" lists to ProFTPD
Group:		System/Servers
Requires(post): %{name} >= %{EVRD}
Requires(preun): %{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_ban
The mod_ban module is designed to add dynamic "ban" lists to proftpd. A ban
prevents the banned user, host, or class from logging in to the server; it does
not prevent the banned user, host, or class from connecting to the server.
mod_ban is not a firewall. The module also provides automatic bans that are
triggered based on configurable criteria.

%files mod_ban
%doc doc/contrib/mod_ban.html
%config(noreplace) %{_sysconfdir}/%{name}.d/35_mod_ban.conf
%{_libdir}/%{name}/mod_ban.so

#------------------------------------------------------------------

%package mod_vroot
Summary:	Adds virtual chroot capability to ProFTPD
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_vroot
The purpose of this module to is to implement a virtual chroot capability that
does not require root privileges. The mod_vroot module provides this capability
by using ProFTPD's FS API, available as of 1.2.8rc1.

%files mod_vroot
%doc mod_vroot/mod_vroot.html
%config(noreplace) %{_sysconfdir}/%{name}.d/36_mod_vroot.conf
%{_libdir}/%{name}/mod_vroot.so

#------------------------------------------------------------------

%package mod_sftp
Summary:	Implements the SSH2 protocol and its SFTP subsystem for ProFTPD
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_sftp
The mod_sftp module implements the SSH2 protocol and its SFTP subsystem, for
secure file transfer over an SSH2 connection. The mod_sftp module supports:

 o Public key authentication
 o Password authentication (e.g. user authentication via mod_sql, mod_ldap,
   mod_auth_file, mod_auth_unix, mod_auth_pam)
 o SCP support
 o Quotas (via the mod_quotatab module)
 o FIPS support (see Usage section)
 o Throttled transfers (via TransferRate, and/or the mod_shaper module)
 o Blacklisted public keys
 o Configurable traffic analysis protection
 o Passphrase-protected host keys 

%files mod_sftp
%doc doc/contrib/mod_sftp.html
%config(noreplace) %{_sysconfdir}/blacklist.dat
%config(noreplace) %{_sysconfdir}/dhparams.pem
%config(noreplace) %{_sysconfdir}/%{name}.d/37_mod_sftp.conf
%{_libdir}/%{name}/mod_sftp.so

#------------------------------------------------------------------

%package mod_sftp_pam
Summary:	A module which provides an SSH2 "keyboard-interactive" driver using PAM
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}
Requires:	%{name}-mod_sftp >= %{EVRD}

%description mod_sftp_pam
The mod_sftp_pam module provides support for the "SSH Keyboard-Interactive
Authentication" RFC (RFC4256).

%files mod_sftp_pam
%doc doc/contrib/mod_sftp_pam.html
%config(noreplace) %{_sysconfdir}/%{name}.d/38_mod_sftp_pam.conf
%{_libdir}/%{name}/mod_sftp_pam.so

#------------------------------------------------------------------

%package mod_sftp_sql
Summary:	SQL backend module for retrieving authorized keys
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}
Requires:	%{name}-mod_sftp >= %{EVRD}
Requires:	%{name}-mod_sql >= %{EVRD}

%description mod_sftp_sql
The mod_sftp module for ProFTPD can support different storage formats for its
user- and host-based authorized keys. By default, the mod_sftp module supports
storing authorized keys in flats. This mod_sftp_sql module allows for
authorized SSH keys to be stored in SQL tables.

%files mod_sftp_sql
%doc doc/contrib/mod_sftp_sql.html
%config(noreplace) %{_sysconfdir}/%{name}.d/39_mod_sftp_sql.conf
%{_libdir}/%{name}/mod_sftp_sql.so

#------------------------------------------------------------------

%package mod_memcache
Summary:	A module for managing memcache data
Group:		System/Servers
Requires(post):	%{name} >= %{EVRD}
Requires(preun):	%{name} >= %{EVRD}
Requires:	%{name} >= %{EVRD}

%description mod_memcache
The mod_memcache module enables ProFTPD support for caching data in memcached
servers, using the libmemcached client library.

%files mod_memcache
%doc doc/modules/mod_memcache.html
%config(noreplace) %{_sysconfdir}/%{name}.d/40_mod_memcache.conf
%{_libdir}/%{name}/mod_memcache.so

#------------------------------------------------------------------

%prep

%setup -q -n %{name}-%{version} -a100 -a102 -a103 -a108

%patch0 -p0 -b .logfile_location
%patch2 -p0 -b .pam
%patch4 -p1 -b .installfix
%patch7 -p0 -b .change_pam_name
%patch8 -p1

pushd mod_gss-%{mod_gss_version}
%patch40 -p1 -b .format_not_a_string_literal_and_no_format_arguments
popd

# ours config
mkdir -p %{_vendor}
install -m0644 %{SOURCE1} %{_vendor}/proftpd.logrotate
install -m0644 %{SOURCE2} %{_vendor}/proftpd.xinetd
install -m0644 %{SOURCE3} %{_vendor}/proftpd.init
install -m0644 %{SOURCE4} %{_vendor}/proftpd.service
install -m0644 %{SOURCE5} %{_vendor}/basic.conf
install -m0644 %{SOURCE7} %{_vendor}/welcome.msg
install -m0644 %{SOURCE32} %{_vendor}/32_mod_shaper.conf

# lib64 fix
perl -pi -e "s|/usr/lib|%{_libdir}|g" %{_vendor}/basic.conf

# fix includes, instead of a patch
perl -pi -e "s|\<mysql\.h\>|\<mysql\/mysql\.h\>|g" contrib/mod_sql_mysql.c


%build

%serverbuild

export CFLAGS="$CFLAGS -DLDAP_DEPRECATED -DUSE_LDAP_TLS -DHAVE_OPENSSL"

pushd mod_gss-%{mod_gss_version}
perl -pi -e "s|<gssapi.h>|<gssapi/gssapi.h>|" configure*
perl -pi -e "s|NULL,code|kc,code|" *.in

%configure2_5x \
	--disable-static

# Workaround a missing dcl in kerberos...
cat >> mod_gss.h <<EOF
#ifndef GSS_C_AF_INET6
#define GSS_C_AF_INET6 24
#endif
EOF
popd

pushd contrib/mod_load
%configure2_5x
popd

pushd contrib/mod_wrap2
%configure2_5x
popd

# put extra modules in place 
for i in `find mod_* -type f -name "*.c"` `find mod_* -type f -name "*.h"`; do
    cp $i contrib/
done


%configure2_5x \
	--libexecdir=%{_libdir}/%{name} \
	--enable-auth-pam \
	--enable-cap \
	--disable-facl \
	--enable-dso \
	--enable-nls \
	--enable-openssl \
	--with-lastlog=/var/log/lastlog \
	--enable-ipv6 \
	--enable-shadow \
	--enable-ctrls \
	--with-shared="mod_ratio:mod_tls:mod_tls_shmcache:mod_radius:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_sql_sqlite:mod_sql_passwd:mod_rewrite:mod_gss:mod_load:mod_ctrls_admin:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql:mod_quotatab_radius:mod_site_misc:mod_wrap2:mod_wrap2_file:mod_wrap2_sql:mod_autohost:mod_case:mod_shaper:mod_ban:mod_vroot:mod_sftp:mod_sftp_pam:mod_sftp_sql:mod_ifsession:mod_memcache:mod_tls_memcache" \
	--with-modules="mod_readme:mod_auth_pam" \
	--disable-strip \
	--enable-pcre


# libcap hack
perl -pi -e "s|/lib/libcap|/blabla|g" Make.rules
echo "#define HAVE_LINUX_CAPABILITY_H 1" >> config.h

%make


%install
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_libdir}/%{name}
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/%{name}.d
install -d %{buildroot}%{_sysconfdir}/pam.d
install -d %{buildroot}%{_sysconfdir}/xinetd.d
install -d %{buildroot}%{_localstatedir}/ftp/pub
install -d %{buildroot}%{_localstatedir}/log/%{name}
install -D -p -m 0644 %{SOURCE150} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%makeinstall \
	LIBEXECDIR=%{buildroot}%{_libdir}/%{name} \
	SHARED_MODULE_DIRS="" \
	pkgconfigdir=%{buildroot}%{_libdir}/pkgconfig

# fix borked pkgconfig file
perl -pi -e "s|^prefix.*|prefix=%{_prefix}|g" %{buildroot}%{_libdir}/pkgconfig/*.pc
perl -pi -e "s|/lib/|/%{_lib}/|g" %{buildroot}%{_libdir}/pkgconfig/*.pc

%makeinstall -C contrib/mod_wrap2 LIBEXECDIR=%{buildroot}%{_libdir}/%{name}
%makeinstall -C contrib/mod_load LIBEXECDIR=%{buildroot}%{_libdir}/%{name}
%makeinstall -C contrib/mod_sftp LIBEXECDIR=%{buildroot}%{_libdir}/%{name}

install -m0644 contrib/dist/rpm/ftp.pamd %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -m0755 contrib/xferstats.holger-preiss %{buildroot}%{_sbindir}

install -m0644 %{_vendor}/proftpd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -m0644 %{_vendor}/proftpd.xinetd %{buildroot}%{_sysconfdir}/xinetd.d/%{name}-xinetd
install -m0755 %{_vendor}/proftpd.init %{buildroot}%{_initrddir}/%{name}
install -m0644 %{_vendor}/basic.conf %{buildroot}%{_sysconfdir}/%{name}.conf
install -m0644 %{_vendor}/welcome.msg %{buildroot}%{_localstatedir}/ftp/pub/welcome.msg

install -m0644 %{SOURCE200} %{buildroot}%{_sysconfdir}/proftpd-anonymous.conf

ln -snf %{name} %{buildroot}%{_sbindir}/in.%{name}
ln -snf %{name} %{buildroot}%{_sbindir}/in.ftpd

# config
echo "LoadModule mod_ctrls_admin.c" > %{buildroot}%{_sysconfdir}/%{name}.d/10_mod_ctrls_admin.conf
echo "LoadModule mod_tls.c" > %{buildroot}%{_sysconfdir}/%{name}.d/11_mod_tls.conf
echo "LoadModule mod_tls_shmcache.c" > %{buildroot}%{_sysconfdir}/%{name}.d/12_mod_tls_shmcache.conf
echo "LoadModule mod_sql.c" > %{buildroot}%{_sysconfdir}/%{name}.d/12_mod_sql.conf
echo "LoadModule mod_ldap.c" > %{buildroot}%{_sysconfdir}/%{name}.d/13_mod_ldap.conf
echo "LoadModule mod_sql_mysql.c" > %{buildroot}%{_sysconfdir}/%{name}.d/14_mod_sql_mysql.conf
echo "LoadModule mod_sql_postgres.c" > %{buildroot}%{_sysconfdir}/%{name}.d/15_mod_sql_postgres.conf
echo "LoadModule mod_sql_sqlite.c" > %{buildroot}%{_sysconfdir}/%{name}.d/16_mod_sql_sqlite.conf
echo "LoadModule mod_sql_passwd.c" > %{buildroot}%{_sysconfdir}/%{name}.d/17_mod_sql_passwd.conf
echo "LoadModule mod_quotatab.c" > %{buildroot}%{_sysconfdir}/%{name}.d/16_mod_quotatab.conf
echo "LoadModule mod_quotatab_file.c" > %{buildroot}%{_sysconfdir}/%{name}.d/17_mod_quotatab_file.conf
echo "LoadModule mod_quotatab_ldap.c" > %{buildroot}%{_sysconfdir}/%{name}.d/18_mod_quotatab_ldap.conf
echo "LoadModule mod_quotatab_sql.c" > %{buildroot}%{_sysconfdir}/%{name}.d/19_mod_quotatab_sql.conf
echo "LoadModule mod_quotatab_radius.c" > %{buildroot}%{_sysconfdir}/%{name}.d/20_mod_quotatab_radius.conf
echo "LoadModule mod_radius.c" > %{buildroot}%{_sysconfdir}/%{name}.d/20_mod_radius.conf
echo "LoadModule mod_wrap2.c" > %{buildroot}%{_sysconfdir}/%{name}.d/21_mod_wrap2.conf
echo "LoadModule mod_wrap2_file.c" > %{buildroot}%{_sysconfdir}/%{name}.d/22_mod_wrap2_file.conf
echo "LoadModule mod_wrap2_sql.c" > %{buildroot}%{_sysconfdir}/%{name}.d/23_mod_wrap2_sql.conf
echo "LoadModule mod_rewrite.c" > %{buildroot}%{_sysconfdir}/%{name}.d/24_mod_rewrite.conf
echo "LoadModule mod_ratio.c" > %{buildroot}%{_sysconfdir}/%{name}.d/25_mod_ratio.conf
echo "LoadModule mod_gss.c" > %{buildroot}%{_sysconfdir}/%{name}.d/26_mod_gss.conf
echo "LoadModule mod_autohost.c" > %{buildroot}%{_sysconfdir}/%{name}.d/27_mod_autohost.conf
echo "LoadModule mod_case.c" > %{buildroot}%{_sysconfdir}/%{name}.d/28_mod_case.conf
echo "LoadModule mod_load.c" > %{buildroot}%{_sysconfdir}/%{name}.d/31_mod_load.conf
install -m0644 %{_vendor}/32_mod_shaper.conf %{buildroot}%{_sysconfdir}/%{name}.d/32_mod_shaper.conf
echo "LoadModule mod_site_misc.c" > %{buildroot}%{_sysconfdir}/%{name}.d/33_mod_site_misc.conf
echo "LoadModule mod_ban.c" > %{buildroot}%{_sysconfdir}/%{name}.d/35_mod_ban.conf
echo "LoadModule mod_vroot.c" > %{buildroot}%{_sysconfdir}/%{name}.d/36_mod_vroot.conf
echo "LoadModule mod_sftp.c" > %{buildroot}%{_sysconfdir}/%{name}.d/37_mod_sftp.conf
echo "LoadModule mod_sftp_pam.c" > %{buildroot}%{_sysconfdir}/%{name}.d/38_mod_sftp_pam.conf
echo "LoadModule mod_sftp_sql.c" > %{buildroot}%{_sysconfdir}/%{name}.d/39_mod_sftp_sql.conf
echo "LoadModule mod_memcache.c" > %{buildroot}%{_sysconfdir}/%{name}.d/40_mod_memcache.conf
echo "LoadModule mod_tls_memcache.c" > %{buildroot}%{_sysconfdir}/%{name}.d/41_mod_tls_memcache.conf

cat > %{buildroot}%{_sysconfdir}/%{name}.d/99_mod_ifsession.conf << EOF
# keep this module the last one
LoadModule mod_ifsession.c
EOF

 # automatic reloading for new plugins
install -d %{buildroot}%{_var}/lib/rpm/filetriggers
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/%{name}.filter << EOF
^.%{_sysconfdir}/proftpd.d/.*\.conf$
EOF
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/%{name}.script << EOF
#!/bin/sh
systemctl try-restart proftpd.service
EOF
chmod 755 %{buildroot}%{_var}/lib/rpm/filetriggers/%{name}.script


%find_lang %{name}

# cleanup
find %{buildroot} -name '*.la' -delete
find %{buildroot} -name '*.a' -delete
rm -f contrib/README.mod_sql contrib/README.linux-privs

cat > %{buildroot}%{_sysconfdir}/ftpusers << EOF
root
bin
daemon
adm
lp
sync
shutdown
halt
mail
news
uucp
operator
games
nobody
EOF

%post
%tmpfiles_create %{name}
%_post_service %{name}

%pre
%_pre_useradd ftp /var/ftp /bin/false

%postun
%_postun_userdel ftp

%preun
%_preun_service %{name}

%changelog

* Thu Apr 27 2017 Denis Silakov <dsilakov@virtuozzo.com> 1.3.5e-1
- (26410da) Updated to 1.3.5e



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13849 |14cu|project-builder-0.14.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# $Id$
#
%define perlvendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define srcname project-builder

Summary:	Project Builder helps providing multi-OSes Continuous Packaging
Summary(fr):	Project Builder ou pb produit des paquets pour diverses distributions
Name:		project-builder
Version:	0.14.1
Release:	1
License:	GPL
Group:		System/Configuration/Packaging
Url:		http://trac.project-builder.org
Source:		ftp://ftp.project-builder.org/src/%{name}-%{version}.tar.gz
BuildRequires: perl-devel
Requires:	perl >= 5.8.4
Requires:	perl-DateManip
Requires:	perl-ProjectBuilder >= 0.10.1
Requires:	rpm-build
BuildArch:	noarch

%description
ProjectBuilder aka pb helps producing packages
for multiple OSes (Linux distributions, Solaris, ...).
It does that by minimizing
the duplication of information required and
a set a very simple configuration files.
It implements a Continuous Packaging approach.

%prep
%setup -q

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor destdir=%{buildroot}
make

%install
%makeinstall_std
find %{buildroot} -type f -name perllocal.pod -o -name .packlist -o -name '*.bs' -a -size 0 | xargs rm -f
find %{buildroot} -type d -depth | xargs rmdir --ignore-fail-on-non-empty

%check
make test

%files
%doc NEWS AUTHORS
%doc INSTALL COPYING README

%{perlvendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog

* Mon Aug 08 2016 alzim <alzim@bk.ru> 0.14.1-1
- (1ef0653) Merge pull request #1 from import/project-builder:rosa2016.1
- (1ef0653) Updated to 0.14.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13850 |14cu|prosody-0.9.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Light Lua Jabber/XMPP server
Name:		prosody
Version:	0.9.12
Release:	1
License:	MIT
Group:		System/Servers
URL:		http://prosody.im
Source0:	http://prosody.im/downloads/source/%{name}-%{version}.tar.gz
Source1:	%{name}.service
Source2:	%{name}.sysconfig
Source3:	%{name}.config
Source5:	prosody.tmpfilesd
BuildRequires:	lua5.1-devel
BuildRequires:	openssl-devel
BuildRequires:	idn-devel
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires(postun):	rpm-helper

%description
Prosody is an exciting new server for Jabber/XMPP written in Lua. It aims to 
be easy to use, and light on resources. For developers it aims to give a 
flexible system on which to rapidly develop added functionality, or 
prototype new protocols

%prep
%setup -q 
 
%build
./configure --with-lua='' --with-lua-include=/usr/include --prefix=/usr
%make

%install
%makeinstall_std


mkdir -p %{buildroot}%{_unitdir}
cat %{SOURCE1} > %{buildroot}%{_unitdir}/%{name}.service

install -D -p -m 644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/
cat %{SOURCE2} > %{buildroot}%{_sysconfdir}/sysconfig/%{name}

cat %{SOURCE3} > %{buildroot}%{_sysconfdir}/%{name}/%{name}.cfg.lua 

mkdir -p %{buildroot}/%{_localstatedir}/lib/%{name}

%pre
%_pre_useradd %{name} /var/empty /bin/bash

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%_postun_userdel %{name}
%systemd_postun_with_restart %{name}.service

%files
%doc doc/*
%config(noreplace) %{_sysconfdir}/%{name}/
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(755,root,root) %config(noreplace) %{_unitdir}/%{name}.service
%attr(700,%{name},%{name}) %{_localstatedir}/lib/%{name}
%{_bindir}/%{name}ctl
%{_bindir}/%{name}
%{_prefix}/lib/%{name}
%{_mandir}/man1/%{name}ctl.*
%{_tmpfilesdir}/%{name}.conf

%changelog

* Tue Feb 14 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.9.12-1
- (c7a30b1) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13851 |14cu|proxychains-ng-4.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname proxychains
%define ver 4

Summary:	ProxyChains this proxying for tor
Name:		proxychains-ng
Version:	4.12
Release:	2
License:	GPLv2+
Group:		Networking/Other
Url:		https://github.com/rofl0r/proxychains-ng
Source0:	%{name}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc

%description
ProxyChains is a UNIX program, that hooks network-related libc functions
in DYNAMICALLY LINKED programs via a preloaded DLL (dlsym(), LD_PRELOAD)
and redirects the connections through SOCKS4a/5 or HTTP proxies.
It supports TCP only (no UDP/ICMP etc).

The way it works is basically a HACK; so it is possible that it doesn't
work with your program, especially when it's a script, or starts
numerous processes like background daemons or uses dlopen() to load
"modules" (bug in glibc dynlinker).

If your program doesn't work with proxychains, consider using an
iptables based solution instead; this is much more robust.

%files
%doc README COPYING
%config(noreplace) %{_sysconfdir}/%{name}/%{oname}.conf
%{_bindir}/%{oname}%{ver}
%{_libdir}/lib%{oname}%{ver}.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

install -Dm0644 src/%{oname}.conf %{buildroot}%{_sysconfdir}/%{name}/%{oname}.conf


%changelog

* Sun Jan 22 2017 Rosa <rosa@abf.rosalinux.ru> 4.12-2
- (a56170d) Automatic import for version 4.12-2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13852 |14cu|proxycheck-0.49a-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		proxycheck
Version:	0.49a
Release:	10
Summary:	A quick open proxy scanner
Epoch:		1
License:	GPL
Group:		Networking/Other
URL:		http://www.corpit.ru/mjt/proxycheck.html
Source0:	http://www.corpit.ru/mjt/proxycheck/%{name}-%{version}.tar.gz
Source1:	%{name}.logrotate.bz2
Requires(pre):	rpm-helper

%description
Proxycheck is a simple tool to quickly check whenever a given host or set of
hosts has open proxy server running. Open proxies of various kinds are (ab)used
nowadays for various evil things like sending mass spam, hacking into your
machine, making denial of service attacks (DoS) and the like. To stop the abuse
of open proxy servers, one need to know whenever any machine runs such service
or not.
This command-line tool, proxycheck, may be used for such purpose. Currently, it
understands 3 types of proxy servers: HTTP proxies that allows you to CONNECT
to any host:port, SOCKS v4 and v5 proxies (www.socks.nec.com), and wingate
"telnet" proxy servers.

%package proxylogger
Summary:	Receiving part of proxycheck
Group:		Networking/Other
Requires:	xinetd
Requires(post,preun):	rpm-helper

%description proxylogger
Proxylogger is a trivial program (invoked from xinetd) that writes out a string
"550 ESMTP_unwelcome [peer.ip.add.ress]" to the network and optionally waits
for a string in form
    [junk]protocol:ip.add.re.ss:port\n
from the remote system.  May be used as a destination for proxycheck program.
All connections (together with the information in the above form, if given) are
optionally logged to a specified file.

To use proxylogger from proxycheck, use a command like:
  proxycheck -c chat::ESMTP_unwelcome -d your.ip.add.ress:25 host-to-be-checked

%prep
%setup -q
bzcat %{SOURCE1} > %{name}.logrotate

%build
./configure
%make CFLAGS="%{optflags}" proxycheck proxylogger

%install

# Makefile lacks install fase
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 %{name} proxylogger %{buildroot}%{_bindir}
install -m 644 %{name}.1 %{buildroot}%{_mandir}/man1

install -d -m 755 %{buildroot}%{_sysconfdir}/xinetd.d
cat <<EOF > %{buildroot}%{_sysconfdir}/xinetd.d/proxylogger
# default: off
# description: Proxylogger is the receiving part of proxycheck, \
# to be used from (x)inetd and with -c chat
#

service smtp
{
    disable             = yes
    socket_type         = stream
    wait                = no
    protocol            = tcp
    user                = proxylogger
    group               = proxylogger
    server              = %{_bindir}/proxylogger
    server_args         = -l /var/log/proxylogger/info
}

EOF
install -d -m 755 %{buildroot}%{_var}/log/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
install -m 644 %{name}.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

%pre proxylogger
%_pre_useradd proxylogger /var/log/proxylogger /bin/false

%postun proxylogger
%_postun_userdel proxylogger

%files
%doc CHANGES
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%files proxylogger
%{_bindir}/proxylogger
%config(noreplace) %{_sysconfdir}/xinetd.d/proxylogger
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(-,proxylogger,proxylogger) %{_var}/log/%{name}


%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1:0.49a-10
- (eab624c) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13853 |14cu|proxytunnel-1.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Proxytunnel SSH to connect through HTTPS proxies
Name:		proxytunnel
Version:	1.9.1
Release:	1
License:	GPLv2+
Group:		Communications
Url:		http://proxytunnel.sourceforge.net/
Source0:	https://github.com/proxytunnel/proxytunnel/archive/%{version}.tar.gz
# Support TLS
# https://github.com/proxytunnel/proxytunnel/pull/9
Patch0:		proxytunnel-1.9.1-tls.patch
BuildRequires:	asciidoc
BuildRequires:	docbook-dtd45-xml
BuildRequires:	xmlto
BuildRequires:	pkgconfig(openssl)
Requires:	ssh-clients

%description
Proxytunnel is a program that connects stdin and stdout to an origin
server somewhere in the Internet through an industry standard HTTPS
proxy. This will allow you for example to access SSH servers when you
normally only have http(s) access.

%files
%doc CHANGES CREDITS KNOWN_ISSUES LICENSE.txt README RELNOTES TODO
%{_bindir}/proxytunnel
%{_mandir}/man1/proxytunnel.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%make CFLAGS="%{optflags}"

%install
%makeinstall_std prefix=%{_prefix}


%changelog

* Tue Jan 10 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.1-1
- (0668f59) Build requires docbook-dtd45-xml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13854 |14cu|psensor-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Graphical Temperature Monitor
Name:		psensor
Version:	1.2.0
Release:	1
URL:		http://wpitchoune.net/psensor
License:	GNU General Public License version 2
Group:		Monitoring
Source0:	http://wpitchoune.net/psensor/files/%{name}-%{version}.tar.gz
Source1:	http://wpitchoune.net/psensor/files/%{name}-%{version}.tar.gz.asc
Requires:	lm_sensors hddtemp
BuildRequires:	lm_sensors-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	help2man
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(libatasmart)
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(libmicrohttpd)

%description
Psensor is a graphical hardware temperature monitor for Linux.
It can monitor:
* the temperature of the motherboard and CPU sensors (using lm-sensors).
* the temperature of the NVidia GPUs (using XNVCtrl).
* the temperature of ATI/AMD GPUs (not enabled in Ubuntu PPAs or official
  distribution repositories, see the instructions for enabling its support).
* the temperature of the Hard Disk Drives (using hddtemp or libatasmart).
* the rotation speed of the fans (using lm-sensors).
* the CPU usage (since 0.6.2.10 and using Gtop2).

%prep
%setup -q

%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
%configure
make

%install
%makeinstall_std

%files
%{_datadir}/doc/%{name}
%{_datadir}/glib-2.0/schemas/psensor.gschema.xml
%{_bindir}/%{name}*
%{_datadir}/%{name}
%{_datadir}/locale/*/LC_MESSAGES/%{name}.mo
%{_datadir}/man/man1/%{name}*.1.*
%{_datadir}/icons/*/*/*/%{name}*
%{_datadir}/applications/%{name}.desktop

%changelog

* Tue May 16 2017 Denis Silakov <dsilakov@virtuozzo.com> 1.2.0-1
- (280939c) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13855 |14cu|psimedia-1.0.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Abstraction layer for providing audio and video RTP Services
Name:		psimedia
Version:	1.0.3
Release:	12
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://delta.affinix.com/psimedia/
Source0:	http://delta.affinix.com/download/psimedia/%{name}-%{version}.tar.bz2
Patch0:		psimedia-1.0.3-fedora-remove-v4l.patch
Patch1:		psimedia-1.0.3-gentoo-drop-v4lsrc-gst-plugin.patch
Patch2:		psimedia-1.0.3-glib.patch
#https://github.com/psi-plus/psimedia/commit/c2b8446e6cf636ad2eae60d36f13eb79e67816fd
Patch3:		psimedia-1.0.3-uvcvideo-fix.patch
# https://github.com/psi-plus/psimedia/commit/8a6503ae3caee3fe795ff2927c8dc88345d0a541
Patch4:		psimedia-1.0.3-varrate-asterisk.patch
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(liboil-0.3)
BuildRequires:	pkgconfig(speex)

%description
PsiMedia is a thick abstraction layer for providing audio and
video RTP services to Psi-like IM clients.  The implementation is based on
GStreamer

#----------------------------------------------------------------------------

%package -n psi-plugin-media
Summary:	Audio and Video plugin for Psi
Group:		Networking/Instant messaging
# Needed since it's not part of gstreamer0.10-plugins-good
Requires:	gstreamer0.10-speex
Requires:	gstreamer0.10-plugins-good

%description -n psi-plugin-media
This plugin provides audio and video RTP services to PSI.
This implementation is based on GStreamer.

%files -n psi-plugin-media
%doc COPYING README TODO
%{_libdir}/psi/plugins/libgstprovider.so

#----------------------------------------------------------------------------

%package -n psi-plus-plugin-media
Summary:	Audio and Video plugin for Psi+
Group:		Networking/Instant messaging
# Needed since it's not part of gstreamer0.10-plugins-good
Requires:	gstreamer0.10-speex
Requires:	gstreamer0.10-plugins-good

%description -n psi-plus-plugin-media
This plugin provides audio and video RTP services to PSI+.
This implementation is based on GStreamer.

%files -n psi-plus-plugin-media
%doc COPYING README TODO
%{_libdir}/psi-plus/plugins/libgstprovider.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
%setup_compile_flags
./configure \
	--release \
	--no-separate-debug-info
%make

%install
# We only need libgstprovider.so in order to enable audio RTP Services for psi
mkdir -p %{buildroot}%{_libdir}/psi/plugins
cp gstprovider/libgstprovider.so %{buildroot}%{_libdir}/psi/plugins/

mkdir -p %{buildroot}%{_libdir}/psi-plus/plugins
cp gstprovider/libgstprovider.so %{buildroot}%{_libdir}/psi-plus/plugins/


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.3-12
- (59125d6) Build with system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13856 |14cu|psi-plus-0.16-0.20140128.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20140128
%define rev %{git}git271
%define rev_l10n 33a77c5
%define genericplugins attentionplugin autoreplyplugin birthdayreminderplugin captchaformsplugin chessplugin cleanerplugin clientswitcherplugin conferenceloggerplugin contentdownloaderplugin extendedmenuplugin extendedoptionsplugin gmailserviceplugin gomokugameplugin historykeeperplugin icqdieplugin imageplugin jabberdiskplugin juickplugin pepchangenotifyplugin qipxstatusesplugin screenshotplugin skinsplugin stopspamplugin storagenotesplugin translateplugin videostatusplugin watcherplugin gnupgplugin otrplugin
%define unixplugins gnome3supportplugin
%define devplugins pstoplugin

Summary:	Jabber client based on Qt
Name:		psi-plus
Version:	0.16
Release:	0.%{git}.2
# GPLv2+ - core of Psi+
# LGPLv2.1+ - iris library, Psi+ widgets, qca, psimedia, several Psi+ tools
# BSD - botantools for qca library
# MIT/X11 - JDNS for iris library
# zlib/libpng - UnZip 0.15 additionnal library
License:	GPLv2+ and LGPLv2+ and BSD and MIT and zlib
Group:		Networking/Instant messaging
Url:		http://code.google.com/p/psi-dev/
# Sources is latest snapshot from git://github.com/psi-im/psi.git with applyed all worked patches from psi-dev team.
# Sources also include plugins. There isn't development files therefore plugin interface very unstable.
# So i can't split plugins to separate package. I need to maintain it together.
Source0:	http://files.psi-plus.com/sources/%{name}-%{version}-%{rev}.tar.bz2
# Translation from  https://github.com/psi-plus/psi-plus-l10n
Source1:	http://files.psi-plus.com/sources/%{name}-l10n-%{rev_l10n}.tar.bz2
# I use this script to make tarballs with Psi+ sources and translations
Source2:	generate-tarball.sh
Patch0:		psi-plus-psimedia.patch
Patch1:		psi-new-history.patch
Patch2:		psi-plus-sfmt.patch

BuildRequires:	qconf
BuildRequires:	qt4-devel
BuildRequires:	tidy-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libotr)
BuildRequires:	pkgconfig(minizip)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(zlib)

Requires:	sox
Requires:	gnupg
# Required for SSL/TLS connections
Requires:	qca2-plugin-openssl
# Required for GnuPG encryption
Requires:	qca2-plugin-gnupg
Requires:	qt4-database-plugin-sqlite
Suggests:	%{name}-i18n

%description
Psi+ - Psi IM Mod by psi-dev@conference.jabber.ru

%files
%doc README COPYING
%{_bindir}/psi-plus
%{_datadir}/applications/psi-plus.desktop
%{_datadir}/icons/hicolor/*/apps/psi-plus.png
%{_datadir}/psi-plus/
%exclude %{_datadir}/psi-plus/*.qm
%dir %{_libdir}/psi-plus/

#----------------------------------------------------------------------------

%package i18n
Summary:	Language packs for Psi
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 0.16
BuildArch:	noarch

%description i18n
Psi+ - Psi IM Mod by psi-dev@conference.jabber.ru
This package adds internationalization to Psi+.

%files i18n -f psi.lang

#----------------------------------------------------------------------------

%package plugins
Summary:	Plugins pack for Psi+
License:	GPLv2+
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}

%description plugins
Psi+ - Psi IM Mod by psi-dev@conference.jabber.ru

 * Attention Plugin
This plugin is designed to send and receive special messages such as
Attentions.

 * Autoreply Plugin
This plugin acts as an auto-answering machine.

 * Birthday Reminder Plugin
This plugin is designed to show reminders of upcoming birthdays.

 * Captcha Forms Plugin
This plugin is designed to pass of captcha directly from the Psi+.

 * Chess Plugin
This plugin allows you to play chess with your friends.
The plugin is compatible with a similar plugin for Tkabber.

 * Cleaner Plugin
This plugin is designed to clear the avatar cache, saved local copies
of vCards and history logs.

 * Client Switcher Plugin
This plugin is intended to spoof version of the Jabber client, the
name and type of operating system. It is possible to manually specify
the version of the client and the operating system or choose from a
predefined list.

 * Conference Logger Plugin
This plugin is designed to save conference logs in which the Psi+
user sits.

 * Content Downloader Plugin
This plugin can currently be used to download and install roster
iconsets and emoticons.

 * Extended Menu Plugin
This plugin adds roster submenu 'Extended Actions' to contact's
context menu. At the moment we have the following items: 'Copy JID',
'Copy the nickname', 'Copy the status message' and 'Ping'.

 * Extended Options Plugin
This plugin is designed to allow easy configuration of some advanced
options in Psi+. This plugin gives you access to advanced application
options, which do not have a graphical user interface.

 * Gmail Service Plugin
Shows notifications of new messages in your Gmailbox.

 * History Keeper Plugin
This plugin is designed to remove the history of selected contacts
when the Psi+ is closed.

 * ICQ Must Die Plugin
This plugin is designed to help you transfer as many contacts as
possible from ICQ to Jabber.

 * Image Plugin
This plugin is designed to send images to roster contacts.

 * Juick Plugin
This plugin is designed to work efficiently and comfortably with the
Juick microblogging service.

 * PEP Change Notify Plugin
The plugin is designed to display popup notifications on change of
moods, activities and tunes at the contacts of the roster. In the
settings you can choose which ones to include notification of events,
specify the time within which a notice will appear, as well as play a
sound specify.

 * Qip X-statuses Plugin
This plugin is designed to display X-statuses of contacts using the
QIP Infium jabber client.

 * Screenshot Plugin
This plugin allows you to make a snapshot (screenshot) of the screen,
edit the visible aria to make a screenshot and save the image to a
local drive or upload to HTTP/FTP server.

 * Stop Spam Plugin
This plugin is designed to block spam messages and other unwanted
information from Psi+ users.

 * Storage Notes Plugin
This plugin is an implementation of XEP-0049: Private XML Storage.
The plugin is fully compatible with notes saved using Miranda IM.
The plugin is designed to keep notes on the jabber server with the
ability to access them from anywhere using Psi+ or Miranda IM.

 * Translate Plugin
This plugin allows you to convert selected text into another language.

 * Video Status Changer Plugin
This plugin is designed to set the custom status when you see the
video in selected video player. Communication with players made by
D-Bus.

 * Skins Plugin
This plugin is designed to create, store and apply skins to Psi+.

 * Off-the-Record Messaging Plugin
a cryptographic protocol that provides strong encryption for instant
messaging conversations. OTR uses a combination of the AES
symmetric-key algorithm, the Diffie–Hellman key exchange, and the SHA-1
hash function. In addition to authentication and encryption, OTR
provides perfect forward secrecy and malleable encryption.

 * PSTO Plugin
Instant bloging service.

 * GnuPG Plugin
A front end for gpg. Allow to handle keys.

%files plugins
%{_libdir}/psi-plus/plugins/

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{rev} -a1
%patch0 -p1
%patch1 -p1
%patch2 -p1

# Remove bundled libraries
rm -fr src/libpsi/tools/zip/minizip

# Fix permissions in debug package
find . -name *.cpp -o -name *.h | xargs chmod 0644

%build
qconf
./configure \
	--prefix=%{_prefix} \
	--bindir=%{_bindir} \
	--datadir=%{_datadir} \
	--libdir=%{_libdir} \
	--release \
	--no-separate-debug-info \
	--enable-webkit \
	--enable-plugins \
	--enable-whiteboarding \
	--psimedia-path=%{_libdir}/psi/plugins/libgstprovider.so

%make

pushd translations
	lrelease *.ts
popd

pushd src/plugins
# Make paths for generic plugins
allplugins=""
for dir in %{genericplugins}
do
	allplugins="${allplugins} generic/$dir"
done

# Make paths for unix plugins
for dir in %{unixplugins}
do
	allplugins="${allplugins} unix/$dir"
done

# Make paths for dev plugins
for dir in %{devplugins}
do
	allplugins="${allplugins} dev/$dir"
done

# Compile all plugins
for dir in ${allplugins}
do
	pushd $dir
	%qmake_qt4
	%make
	popd
done
popd

%install
# Qt don't understand DESTDIR. So I need to use INSTALL_ROOT instead.
%makeinstall_std INSTALL_ROOT=%{buildroot}

# Install languages
cp translations/*.qm %{buildroot}%{_datadir}/%{name}

# README and COPYING must be holds in doc dir. See %%doc tag in %%files
rm %{buildroot}%{_datadir}/psi-plus/README
rm %{buildroot}%{_datadir}/psi-plus/COPYING

mkdir -p %{buildroot}%{_libdir}/psi-plus/plugins

# Make paths for generic plugins
allplugins=""
for dir in %{genericplugins}
do
	allplugins="${allplugins} generic/$dir"
done

# Make paths for unix plugins
for dir in %{unixplugins}
do
	allplugins="${allplugins} unix/$dir"
done

# Make paths for dev plugins
for dir in %{devplugins}
do
	allplugins="${allplugins} dev/$dir"
done

pushd src/plugins

# Install all plugins
for dir in ${allplugins}
do
	cp $dir/*.so %{buildroot}%{_libdir}/psi-plus/plugins/
done
popd

%find_lang psi --with-qt


%changelog

* Tue Jan 26 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.16-0.20140128.2
- (a604c8d) Require qt4-database-plugin-sqlite



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13857 |14cu|psqlodbc-09.03.0400-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname psqlodbc

Summary: 	The official PostgreSQL ODBC Driver
Name: 		psqlodbc
Version: 	09.03.0400
Release: 	1
Source0: 	http://ftp.postgresql.org/pub/odbc/versions/src/%{name}-%{version}.tar.gz
License: 	LGPL
Group: 		Databases
Url: 		http://www.postgresql.org/
BuildRequires: 	unixODBC-devel
BuildRequires: 	postgresql-devel

%description
The official PostgreSQL ODBC Driver.

%package -n %{libname}
Group: 		Databases
Summary: 	The official PostgreSQL ODBC Driver
Provides:	psqlodbc

%description -n %{libname}
The official PostgreSQL ODBC Driver.

%prep 
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/psqlodbc*
%doc docs





%changelog

* Thu Jun 09 2016 Denis Silakov <dsilakov@gmail.com> 09.03.0400-1
- (fcb9b22) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13858 |14cu|pstotext-1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Extract text from PostScript files
Name:		pstotext
Version:	1.9
Release:	2
Source0:	ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/%{name}-%{version}.tar.gz
Patch0:		pstotext-1.9-debug.patch
License:	GPL
Group:		Publishing
Url:		http://pages.cs.wisc.edu/~ghost/doc/pstotext.htm
Requires: 	ghostscript

%description
pstotext extracts plain text from PostScript files using GhostScript.

%prep
%setup -q
%patch0 -p1

%build
CFLAGS="%{optflags}" %make

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 pstotext %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 pstotext.1 %{buildroot}%{_mandir}/man1

%files
%{_bindir}/pstotext
%{_mandir}/man1/pstotext.*

%changelog

* Thu Jun 09 2016 Denis Silakov <dsilakov@gmail.com> 1.9-2
- (a883093) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13859 |14cu|puddletag-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pyqt	4.5
Summary:	Feature rich, easy to use tag editor
Name:		puddletag
Version:	1.1.1
Release:	1
Group:		Sound
License:	GPLv2+ and GPLv3+
URL:		http://puddletag.sourceforge.net
Source0:	http://downloads.sourceforge.net/puddletag/puddletag-%{version}.tar.gz
#Patch0:	puddletag-0.10.6-xdg.patch
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	desktop-file-utils
# Dependencies on Python modules are not automatic yet.
Requires:	python-qt4-gui >= %{pyqt}
Requires:	python-qt4-svg >= %{pyqt}
Requires:	python-parsing >= 1.5.1
Requires:	mutagen
Requires:	python-imaging
Requires:	python-configobj
Requires:	python-musicbrainz2 
#Requires:	quodlibet

%description
Puddletag is an audio tag editor.
Unlike most taggers, it uses a spreadsheet-like layout so that all the tags
you want to edit by hand are visible and easily editable. The usual tag editor
features are supported like extracting tag information from filenames,
renaming files based on their tags by using patterns (that you define, not
crappy, uneditable ones).
Then there're Functions, which can do things like replace text, trim, change
the case of tags, etc. Actions can automate repetitive tasks. You can import
your QuodLibet library, lookup tags using MusicBrainz, FreeDB or Amazon
(though it's only good for cover art) and more.
Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments
(ogg, flac), Musepack (mpc), Monkey's Audio (.ape) and WavPack (wv).

%files
%doc copyright HACKING NEWS README THANKS TODO 
%{_bindir}/%{name}
%_mandir/man1/%{name}.1*
%{python_sitelib}/puddlestuff/
%{python_sitelib}/%{name}-%{version}-py*.egg-info
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#-----------------------------------------------------------------------------

%prep
%setup -q
#apply_patches
%{__chmod} 0644 NEWS
%{__sed} -i  '/^#![ ]*\/usr\/bin\/env/d' \
    puddlestuff/{webdb,puddlesettings,puddletag,puddleobjects,releasewidget}.py

    
%build
%{__python} setup.py build


%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
desktop-file-install --vendor="" \
		     --add-category="Utility" \
		     --dir %{buildroot}%{_datadir}/applications \
		     %{buildroot}%{_datadir}/applications/*.desktop

%changelog

* Fri Feb 05 2016 Giovanni Mariani <mc2374@mclink.it> 1.1.1-1
- (605b217) Updated to release 1.1.1 and dropped now useless P0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13860 |14cu|pulseaudio-equalizer-2.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This file based on Fedora specfile for package pulseaudio-equalizer


%define rev 4

Summary:        A 15 Bands Equalizer for PulseAudio
Name:           pulseaudio-equalizer
Version:        2.7
Release:        1
Group:          Sound
License:        GPLv3+
URL:            https://code.launchpad.net/~psyke83/+junk/%{name}
# This is a bzr checkout, to obtain the used tarball in this spec :
# bzr branch -r %%{rev} lp:~psyke83/+junk/pulseaudio-equalizer
# mv %%{name} %%{name}-%%{version}
# tar cjf %%{name}-%%{version}.tar.bz2 %%{name}-%%{version}
Source0:        %{name}-%{version}.tar.bz2
Source1:        %{name}.1
Source2:        %{name}-gtk.1
BuildRequires:  desktop-file-utils
Requires:       pygtk2 >= 2.4
Requires:       swh-plugins
Requires:       gnome-icon-theme
Requires:       pulseaudio-utils >= 0.9.19
# Force default equalizer persistence value, fixes rhbz #635400
Patch0:         %{name}-%{version}-force-default-persistence-value.patch
# Remove preamp per discussion with upstrem, fixes rhbz #639604
Patch1:         %{name}-%{version}-remove-preamp.patch
# Better search for the window icon, fixes rhbz #632940
Patch2:         %{name}-%{version}-window-icon.patch
# Do not crash on missing preset, fixes rhbz ##679005
Patch3:         %{name}-%{version}-do-not-crash-on-missing-preset.patch
# The config files/presets not created when $HOME/.pulse missing (#1183283)
Patch4:         pulseaudio-equalizer-2.7-fix-missing-config-dir.patch
# Enable/disable/adjust pulseaudio-equalizer and audio mutes (#1046589)
Patch5:         pulseaudio-equalizer-2.7-get-cur-volume-fix.patch
BuildArch:      noarch

%description
PulseAudio Equalizer is a 15 bands system wide equalizer, that means
any application that is using PulseAudio, will benefit from the sound
improvement.


%prep
%setup -q
cp debian/copyright COPYING
cp debian/changelog ChangeLog
sed -i 's|gnome-volume-control|multimedia-volume-control|g' usr/share/applications/pulseaudio-equalizer.desktop
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1


%install
mkdir -p %{buildroot}/usr
cp -rfp usr %{buildroot}
install -Dpm 644 %{SOURCE1} %{buildroot}/%{_mandir}/man1/%{name}.1
install -Dpm 644 %{SOURCE2} %{buildroot}/%{_mandir}/man1/%{name}-gtk.1

desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop

%files
%doc COPYING ChangeLog
%{_bindir}/%{name}
%{_bindir}/%{name}-gtk
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man1/%{name}-gtk.1.*

%changelog

* Sun Jan 10 2016 abfonly <abfonly@gmail.com> 2.7-1
- (6fdbcbe) Log: Update to 2.7
- (6fdbcbe) fixed gtk GUI



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13861 |14cu|punes-0.101-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname puNES

Summary:	Nintendo Entertaiment System (NES) emulator
Name:		punes
Version:	0.101
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://nesdev.parodius.com/bbs/viewtopic.php?t=6928
# From github by tag, https://github.com/punesemu/puNES/archive/v%{version}.tar.gz
Source0:	%{oname}-%{version}.tar.gz
Patch0:		puNES-0.99-automake.patch
BuildRequires:	autoconf-archive
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(sdl)

%description
Nintendo Entertaiment System (NES) emulator with GUI.

Among other features it has Dendy mode support.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--enable-qt5 \
	--without-opengl-nvidia-cg
%make

%install
%makeinstall_std

%changelog

* Thu Nov 16 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.101-1
- (a4402ab) New version 0.101



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13862 |14cu|puppet-4.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ppconfdir conf/redhat

Name:           puppet  
Version:        4.2.1
Release:        1
Summary:        System Automation and Configuration Management Software
License:        Apache Software License 
Group:          Monitoring
URL:            http://www.puppetlabs.com/
Source0:        http://downloads.puppetlabs.com/%{name}/%{name}-%{version}.tar.gz
Source100:      puppet.service
Source101:      puppetmaster.service
Source102:      %{name}-tmpfiles.conf
BuildArch:      noarch
BuildRequires:	ruby
BuildRequires:	ruby-hiera
BuildRequires:	facter
Requires:       facter
Suggests:       vim-puppet
Suggests:       emacs-puppet
Requires(post): systemd
Requires(pre):  rpm-helper
Requires(post): rpm-helper
Requires(preun):rpm-helper

%description
Puppet lets you centrally manage every important aspect of your system using a 
cross-platform specification language that manages all the separate elements 
normally aggregated in different files, like users, cron jobs, and hosts, 
along with obviously discrete elements like packages, services, and files.

This package provide the puppet client daemon.

%package server
Group:          Monitoring 
Summary:        Server for the puppet system management tool
Requires:       %{name} = %{version}
Requires(post): rpm-helper
Requires(preun):rpm-helper
Obsoletes:      puppet3-server
                
%description server
Provides the central puppet server daemon (puppetmaster) which provides
manifests to clients.
The server can also function as a certificate authority and file server.

%package -n vim-puppet
Group:          Editors
Summary:        Syntax highlighting for puppet manifests in vim
Obsoletes:      vim-puppet3
                
%description -n vim-puppet
The vim-puppet package provides filetype detection and syntax highlighting for
puppet manifests (files ending with ".pp").

%package -n emacs-puppet
Group:          Editors
Summary:        Syntax highlighting for puppet manifests in emacs
Obsoletes:      emacs-puppet3
                
%description -n emacs-puppet
The emacs-puppet package provides filetype detection and syntax highlighting
for puppet manifests (files ending with ".pp").

%prep
%setup -q

# Fix some rpmlint complaints
for f in external/nagios.rb relationship.rb; do
    sed -i -e '1d' lib/puppet/$f
done

%build

%install
ruby install.rb \
    --destdir=%{buildroot} \
    --sitelibdir=%{ruby_vendorlibdir} \
    --quick \
    --no-rdoc

install -d -m 0755 %{buildroot}%{_sysconfdir}/%{name}/manifests
install -d -m 0755 %{buildroot}%{_sysconfdir}/%{name}/modules
install -d -m 0755 %{buildroot}%{_datadir}/puppet/modules
install -d -m 0755 %{buildroot}%{_localstatedir}/lib/puppet
install -d -m 0755 %{buildroot}%{_localstatedir}/log/puppet

install -D -m 644 ext/systemd/puppet.service \
    %{buildroot}%{_unitdir}/puppet.service

install -D -m 644 ext/redhat/fileserver.conf \
    %{buildroot}%{_sysconfdir}/puppet/fileserver.conf
install -D -m 644 conf/puppet.conf \
    %{buildroot}%{_sysconfdir}/puppet/puppet.conf
install -D -m 644 %{SOURCE102} %{buildroot}%{_tmpfilesdir}/puppet.conf

# logrotate
install -d  %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/puppetagent <<EOF
/var/log/puppet/*log {
    create 0644 puppet puppet
    sharedscripts
    postrotate
        /bin/systemctl reload puppetagent.service > /dev/null 2>&1 || true
    endscript
}
EOF
cat > %{buildroot}%{_sysconfdir}/logrotate.d/puppetmaster <<EOF
/var/log/puppet/*log {
    create 0644 puppet puppet
    sharedscripts
    postrotate
        /bin/systemctl reload puppetmaster.service > /dev/null 2>&1 || true
    endscript
}
EOF

install -d %{buildroot}%{_datadir}/puppet
cp -a ext/ %{buildroot}%{_datadir}/puppet
# emacs and vim bits are installed elsewhere
rm -rf %{buildroot}%{_datadir}/puppet/ext/{emacs,vim}
# remove misc packaging artifacts in source not applicable to rpm
rm -rf %{buildroot}%{_datadir}/puppet/ext/{gentoo,freebsd,solaris,suse,windows,osx,ips,debian}
rm -f %{buildroot}%{_datadir}/puppet/ext/{build_defaults.yaml,project_data.yaml}
rm -f %{buildroot}%{_datadir}/puppet/ext/redhat/*.init

# vim syntax file
vimdir=%{buildroot}%{_datadir}/vim
install -D -m 644 ext/vim/syntax/puppet.vim $vimdir/syntax/puppet.vim
install -D -m 644 ext/vim/ftdetect/puppet.vim $vimdir/ftdetect/puppet.vim

# emacs syntax file
emacsdir=%{buildroot}%{_datadir}/emacs/site-lisp
install -D -m 644 ext/emacs/puppet-mode.el $emacsdir/puppet-mode.el
install -D -m 644 ext/emacs/puppet-mode-init.el \
    $emacsdir/site-start.d/puppet-mode-init.el

# logcheck files
logcheckdir=%{buildroot}%{_sysconfdir}/logcheck/
install -D -m 644 ext/logcheck/puppet $logcheckdir/ignore.d.server/puppet
install -D -m 644 ext/logcheck/puppet $logcheckdir/ignore.d.workstation/puppet

%pre
%_pre_useradd puppet %{_localstatedir}/lib/%{name} /sbin/nologin 

%post
%tmpfiles_create %{name}
%_post_service puppet

%preun
%_preun_service puppet

%post server
%_post_service puppetmaster

%preun server
%_preun_service puppetmaster 

%files
%doc LICENSE README.md examples
%dir %{_sysconfdir}/puppet
%dir %{_sysconfdir}/puppet/modules
%config(noreplace) %{_sysconfdir}/puppet/puppet.conf
%config(noreplace) %{_sysconfdir}/puppetlabs/puppet/*.conf
%{_sysconfdir}/logcheck/ignore.d.workstation/puppet
%{_sysconfdir}/logcheck/ignore.d.server/puppet
%{_tmpfilesdir}/puppet.conf
%{_unitdir}/puppet.service
%{_bindir}/puppet
%{_bindir}/extlookup2hiera
%{ruby_vendorlibdir}/hiera
%{ruby_vendorlibdir}/hiera_puppet.rb
%config(noreplace) %{_sysconfdir}/logrotate.d/puppetagent
%{ruby_vendorlibdir}/puppet
%{ruby_vendorlibdir}/puppet.rb
%{ruby_vendorlibdir}/puppet_x.rb
%{ruby_vendorlibdir}/semver.rb
%{_datadir}/puppet
%attr(-,puppet,puppet) %{_localstatedir}/log/puppet
%attr(-,puppet,puppet) %{_localstatedir}/lib/puppet
%{_mandir}/man5/puppet.conf.5.*
%{_mandir}/man8/puppet.8.*
%{_mandir}/man8/puppet-agent.8.*
%{_mandir}/man8/puppet-apply.8.*
%{_mandir}/man8/puppet-catalog.8.*
%{_mandir}/man8/puppet-describe.8.*
%{_mandir}/man8/puppet-ca.8.*
%{_mandir}/man8/puppet-cert.8.*
%{_mandir}/man8/puppet-certificate.8.*
%{_mandir}/man8/puppet-epp.8.xz
%{_mandir}/man8/puppet-certificate_request.8.*
%{_mandir}/man8/puppet-certificate_revocation_list.8.*
%{_mandir}/man8/puppet-config.8.*
%{_mandir}/man8/puppet-device.8.*
%{_mandir}/man8/puppet-doc.8.*
%{_mandir}/man8/puppet-facts.8.*
%{_mandir}/man8/puppet-file.8.*
%{_mandir}/man8/puppet-filebucket.8.*
%{_mandir}/man8/puppet-help.8.*
%{_mandir}/man8/puppet-inspect.8.*
%{_mandir}/man8/puppet-key.8.*
%{_mandir}/man8/puppet-man.8.*
%{_mandir}/man8/puppet-module.8.*
%{_mandir}/man8/puppet-node.8.*
%{_mandir}/man8/puppet-parser.8.*
%{_mandir}/man8/puppet-plugin.8.*
%{_mandir}/man8/puppet-report.8.*
%{_mandir}/man8/puppet-resource.8.*
%{_mandir}/man8/puppet-resource_type.8.*
%{_mandir}/man8/puppet-status.8.*
%{_mandir}/man8/extlookup2hiera.8.*

%files server
%config(noreplace) %{_sysconfdir}/puppet/fileserver.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/puppetmaster
%dir %{_sysconfdir}/puppet/manifests
%{_mandir}/man8/puppet-master.8.*

%files -n vim-puppet
%{_datadir}/vim/syntax/puppet.vim
%{_datadir}/vim/ftdetect/puppet.vim

%files -n emacs-puppet
%{_datadir}/emacs/site-lisp/puppet-mode.el
%{_datadir}/emacs/site-lisp/site-start.d/puppet-mode-init.el

%changelog

* Sun May 08 2016 Denis Silakov <denis.silakov@rosalab.ru> 4.2.1-1
- (526e4fd) Updated to 4.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13863 |14cu|purple-facebook-0.9.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rgitrev 9ff9acf9fa14

Summary:	Facebook chat plugin for libpurple IM clients
Name:		purple-facebook
# Version should be greater than "0.0" erroneously used in initial build pushed to repos
Version:	0.9.5
Release:	2
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		https://github.com/jgeboski/purple-facebook
# Real source URL: Source0:	https://github.com/jgeboski/purple-facebook/archive/rgitrev.tar.gz
Source0:	https://github.com/dequis/purple-facebook/releases/download/v%{version}-%{rgitrev}/%{name}-%{version}-%{rgitrev}.tar.gz
Patch0:		purple-facebook-0.9.5-patches.patch
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(purple)
%rename pidgin-facebookchat

%description
Purple Facebook implements the Facebook Messenger protocol into Pidgin.

%files
%doc AUTHORS COPYING
%{_libdir}/purple-2/libfacebook.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{rgitrev}
%patch0 -p1

%build
mkdir -p m4
autoreconf --verbose --force --install
%configure2_5x
%make

%install
%makeinstall_std

%changelog

* Mon Apr 02 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.5-2
- (2014553) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13864 |14cu|purple-funyahoo-plusplus-0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname funyahoo-plusplus

Summary:	A replacement Yahoo prpl (protocol plugin) for Pidgin/libpurple
Name:		purple-funyahoo-plusplus
Version:	0.9
Release:	4
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		https://github.com/EionRobb/funyahoo-plusplus
Source0:	https://github.com/EionRobb/%{oname}/archive/master.zip
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(purple)

%description
A replacement Yahoo prpl (protocol plugin) for Pidgin/libpurple compatible with
the new protocol enforced by Yahoo since Sept 2016

%files
%doc README.md LICENSE
%{_libdir}/purple-2/libyahoo-plusplus.so

#----------------------------------------------------------------------------

%prep
%setup -n funyahoo-plusplus-master -q

%build
%make

%install
mkdir -p %{buildroot}/%{_libdir}/purple-2/
mv libyahoo-plusplus.so %{buildroot}/%{_libdir}/purple-2/


%changelog

* Wed Jun 28 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9-4
- (6eadd97) Update to current master snapshot



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13865 |14cu|purple-hangouts-1.0-0.20160227.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global plugin_name hangouts

%global commit0 a2c9af3a253cac3af87b9298c1d162d167eed070
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global archcommit0 %(c=%{commit0}; echo ${c:0:12})
%global date 20160227

Summary:	Hangouts plugin for libpurple
Name:		purple-%{plugin_name}
Version:	1.0
Release:	0.%{date}.1
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		https://bitbucket.org/EionRobb/purple-hangouts/
Source0:	https://bitbucket.org/EionRobb/purple-hangouts/get/%{commit0}.tar.gz#/purple-hangouts-%{shortcommit0}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libprotobuf-c)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(purple)
BuildRequires:	pkgconfig(zlib)

%description
Adds support for Hangouts to Pidgin, Adium, Finch and other libpurple-based
messengers.

%files
%doc README.md
%{_libdir}/purple-2/lib%{plugin_name}.so

#----------------------------------------------------------------------------

%package -n pidgin-%{plugin_name}
Summary:	Adds pixmaps, icons and smileys for Hangouts protocol
Group:		Networking/Instant messaging
Requires:	%{name} = %{EVRD}
Requires:	pidgin
BuildArch:	noarch

%description -n pidgin-%{plugin_name}
Adds pixmaps, icons and smileys for Hangouts protocol inplemented by
purple-hangouts.

%files -n pidgin-%{plugin_name}
%{_datadir}/pixmaps/pidgin/protocols/*/%{plugin_name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn EionRobb-purple-%{plugin_name}-%{archcommit0}

%build
%make CC="%__cc %{optflags}"

%install
# Executing base install from makefile...
mkdir -p %{buildroot}%{_libdir}/purple-2/
install -m 0755 lib%{plugin_name}.so %{buildroot}%{_libdir}/purple-2/lib%{plugin_name}.so

# Installing icons...
mkdir -p %{buildroot}%{_datadir}/pixmaps/pidgin/protocols/{16,22,48}/
install -p hangouts16.png %{buildroot}%{_datadir}/pixmaps/pidgin/protocols/16/%{plugin_name}.png
install -p hangouts22.png %{buildroot}%{_datadir}/pixmaps/pidgin/protocols/22/%{plugin_name}.png
install -p hangouts48.png %{buildroot}%{_datadir}/pixmaps/pidgin/protocols/48/%{plugin_name}.png


%changelog

* Mon Jun 20 2016 Rosa <rosa@abf.rosalinux.ru> 1.0-0.20160227.1
- (0e7b9a4) Automatic import for version 1.0-0.20160227.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13866 |14cu|purple-plugin-pack-2.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Compilation of plugins for libpurple and Pidgin
Name:		purple-plugin-pack
Version:	2.7.0
Release:	4
License:	GPLv2+ and GPLv3+
Group:		Networking/Instant messaging
Url:		https://guifications.org/
Source:		https://bitbucket.org/rekkanoryo/purple-plugin-pack/downloads/%{name}-%{version}.tar.bz2
Patch0:		purple-plugin-pack-fix-autoprofile-crash.patch
Patch1:		purple-plugin_pack-fix-warning.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(finch)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnt)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkspell-2.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pidgin)
BuildRequires:	pkgconfig(purple)
Suggests:	pidgin-plugin-pack
Conflicts:	pidgin-plugin-pack < 2.7.0-4

%description
The Purple Plugin Pack is a compilation of plugins for the libpurple
family of IM clients.

%files -f plugin_pack.lang
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/purple-2/autoprofile.so
%{_libdir}/purple-2/autoreply.so
%{_libdir}/purple-2/bash.so
%{_libdir}/purple-2/capsnot.so
%{_libdir}/purple-2/colorize.so
%{_libdir}/purple-2/dewysiwygification.so
%{_libdir}/purple-2/dice.so
%{_libdir}/purple-2/eight_ball.so
%{_libdir}/purple-2/findip.so
%{_libdir}/purple-2/flip.so
%{_libdir}/purple-2/google.so
%{_libdir}/purple-2/groupmsg.so
%{_libdir}/purple-2/highlight.so
%{_libdir}/purple-2/ignore.so
%{_libdir}/purple-2/irchelper.so
%{_libdir}/purple-2/irc-more.so
%{_libdir}/purple-2/libsnpp.so
%{_libdir}/purple-2/listhandler.so
%{_libdir}/purple-2/napster.so
%{_libdir}/purple-2/ning.so
%{_libdir}/purple-2/okcupid.so
%{_libdir}/purple-2/oldlogger.so
%{_libdir}/purple-2/omegle.so
%{_libdir}/purple-2/showoffline.so
%{_libdir}/purple-2/simfix.so
%{_libdir}/purple-2/slashexec.so
%{_libdir}/purple-2/splitter.so
%{_libdir}/purple-2/sslinfo.so
%{_libdir}/purple-2/translate.so
%{_libdir}/purple-2/xmppprio.so

#----------------------------------------------------------------------------

%package -n pidgin-plugin-pack
Summary:	Compilation of plugins for Pidgin
Group:		Networking/Instant messaging
Requires:	%{name}
Requires:	pidgin

%description -n pidgin-plugin-pack
The Purple Plugin Pack is a compilation of plugins for the
libpurple family of IM clients.

This package provides the Pidgin plugins from the Purple Plugin Pack.

%files -n pidgin-plugin-pack
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/pidgin/album.so
%{_libdir}/pidgin/blistops.so
%{_libdir}/pidgin/convbadger.so
%{_libdir}/pidgin/difftopic.so
%{_libdir}/pidgin/enhancedhist.so
%{_libdir}/pidgin/gRIM.so
%{_libdir}/pidgin/icon_override.so
%{_libdir}/pidgin/infopane.so
%{_libdir}/pidgin/irssi.so
%{_libdir}/pidgin/lastseen.so
%{_libdir}/pidgin/listlog.so
%{_libdir}/pidgin/mystatusbox.so
%{_libdir}/pidgin/nicksaid.so
%{_libdir}/pidgin/pidgin-schedule.so
%{_libdir}/pidgin/plonkers.so
%{_libdir}/pidgin/sepandtab.so
%{_libdir}/pidgin/switchspell.so
%{_libdir}/pidgin/timelog.so
%{_libdir}/pidgin/xchat-chats.so
%{_datadir}/pixmaps/pidgin/protocols/*/napster.png
%{_datadir}/pixmaps/pidgin/protocols/*/okcupid.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang plugin_pack


%changelog

* Mon May 22 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.7.0-4
- (f7bee76) Add Conflicts with older pidgin-plugin-pack package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13867 |14cu|purple-skypeweb-1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname skype4pidgin
%define plugin_name skypeweb

Summary:	Adds support for Skype to Pidgin
Name:		purple-%{plugin_name}
Version:	1.4
Release:	1
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		https://github.com/EionRobb/skype4pidgin
# From git by tag
Source0:	%{oname}-%{version}.tar.gz
Patch0:		purple-skypeweb-linkage.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(purple)
BuildRequires:	pkgconfig(zlib)

%description
Adds support for Skype to Pidgin, Adium, Finch and other libpurple 
based messengers.

%files
%doc README.md
%{_libdir}/purple-2/lib%{plugin_name}.so

#----------------------------------------------------------------------------

%package -n pidgin-%{plugin_name}
Summary:	Adds pixmaps, icons and smileys for Skype protocol
Requires:	%{name} = %{EVRD}
Requires:	pidgin
BuildArch:	noarch

%description -n pidgin-%{plugin_name}
Adds pixmaps, icons and smileys for Skype protocol inplemented by libskypeweb.

%files -n pidgin-%{plugin_name}
%{_datadir}/pixmaps/pidgin/protocols/*/skype*.png
%{_datadir}/pixmaps/pidgin/emotes/skype/theme

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}/skypeweb
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_datadir}/pixmaps/pidgin/emotes/skype/
install theme %{buildroot}%{_datadir}/pixmaps/pidgin/emotes/skype/theme

%changelog

* Fri Jun 16 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4-1
- (eab5e4a) New version 1.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13868 |14cu|purple-telegram-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       purple-telegram
Version:    1.3.0
Release:    1
Summary:    Adds support for Libpurple based messengers
Group:      Networking/Instant messaging
License:    GPLv2+
URL:        https://github.com/majn/telegram-purple
Source0:    https://github.com/majn/telegram-purple/releases/download/v%{version}/telegram-purple_%{version}.orig.tar.gz

BuildRequires:  gettext, libgcrypt-devel >= 1.6, pkgconfig(zlib), pkgconfig(purple), pkgconfig(libwebp)
BuildRequires:  pkgconfig(appstream-glib)

%description
Adds support for Telegram to Pidgin, Adium, Finch
and other Libpurple based messengers.

%prep
%setup -q -n telegram-purple

%build
autoreconf
%configure2_5x
%make

%install
%make_install
chmod 755 %{buildroot}/%{_libdir}/purple-2/telegram-purple.so
%find_lang telegram-purple

%files -f telegram-purple.lang
%doc README* CHANGELOG*
%{_libdir}/purple-2/telegram-purple.so
%config %{_sysconfdir}/telegram-purple/*
%{_datadir}/appdata/telegram-purple.metainfo.xml
%{_datadir}/pixmaps/pidgin/protocols/16/telegram.png
%{_datadir}/pixmaps/pidgin/protocols/22/telegram.png
%{_datadir}/pixmaps/pidgin/protocols/48/telegram.png

%changelog

* Mon Oct 31 2016 Denis Silakov <dsilakov@gmail.com> 1.3.0-1
- (58323ab) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13869 |14cu|pushover-0.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pushover
Version:	0.0.5
Release:	3
Summary:	Fun puzzle game with dominos
Group:		Games/Puzzles
License:	GPLv3
URL:		http://pushover.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop

BuildRequires:	gettext
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(zlib)

%description
Rearrange the dominoes on the different platforms so that you can start a
chain reaction that makes all dominoes topple over.

%prep
%setup -q

# Fix char encoding
iconv --from=ISO-8859-1 --to=UTF-8 ChangeLog > ChangeLog.utf8
touch -r ChangeLog ChangeLog.utf8
mv ChangeLog.utf8 ChangeLog

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}
%make

%install
%makeinstall_std

# Remove installed docs
rm -rf %{buildroot}%{_docdir}/%{name}

# Install icons (16, 32, 48, 64px)
for i in 0 1 2 3; do
    px=$(expr ${i} \* 16 + 16)
    mkdir -p %{buildroot}%{_iconsdir}/hicolor/${px}x${px}/apps
    convert %{name}.ico[${i}] \
	%{buildroot}%{_iconsdir}/hicolor/${px}x${px}/apps/%{name}.png
done

# Install desktop file
desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	%{SOURCE1}

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog

* Thu Oct 08 2015 dsilakov <denis.silakov@rosalab.ru> 0.0.5-3
- (67ab80d) Merge pull request #1 from changhse/pushover:rosa2014.1
- (67ab80d) updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13870 |14cu|putty-0.68-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SSH, Telnet and Rlogin client
Name:		putty
Version:	0.68
Release:	1
Epoch:		2
License:	MIT
Group:		Networking/Remote access
Url:		http://www.chiark.greenend.org.uk/~sgtatham/putty/
Source0:	http://the.earth.li/~sgtatham/putty/latest/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
Source2:	%{name}-icons.tar.bz2
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	halibut
BuildRequires:	desktop-file-utils
BuildRequires:	perl(Digest::SHA)

%description
This is the Unix port of the popular Windows ssh client, PuTTY. It
supports flexible terminal setup, mid-session reconfiguration using
Ctrl-rightclick, multiple X11 authentication protocols, and various
other interesting things not provided by ssh in an xterm.

%files
%doc LICENCE README CHECKLST.txt html
%{_bindir}/*
%{_mandir}/man1/*.1*
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/icons/putty.png

#--------------------------------------------------------------

%prep
%setup -q
%setup -q -T -D -a2
find . -name "*.c" -exec chmod a+r {} \;
find . -name "*.h" -exec chmod a+r {} \;

%build
./mkfiles.pl
%make -C doc

pushd unix
sed -i -e "s/-O2 -Wall -Werror/%{optflags}/g" \
	-e "s,/usr/local,%{_prefix},g" \
	Makefile.gtk
ln -s Makefile.gtk Makefile
popd
%make VER=-DSNAPSHOT=%{version} -C unix CC="gcc %ldflags"


%install
install -d  html
install -pm 0644 doc/*.html html
%makeinstall INSTALL="install -p" -C unix

desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	%{SOURCE1}

install -D -m 644 %{name}48.png %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -D -m 644 %{name}32.png %{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -D -m 644 %{name}32.png %{buildroot}/%{_datadir}/icons/%{name}.png
install -D -m 644 %{name}16.png %{buildroot}/%{_datadir}/icons/hicolor/16x16/apps/%{name}.png

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13871 |14cu|pvpgn-199.r577-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define support_version 1.3

Summary:	PvPGN is a BNETD mod which aims to provide support for all Blizzard clients
Name:		pvpgn
Version:	199.r577
Release:	9
License:	GPLv2+
Group:		Games/Other
Url:		http://pvpgn.berlios.de
Source0:	http://sourceforge.net/projects/pvpgn.berlios/files/%{name}-%{version}.tar.bz2
Source2:	http://sourceforge.net/projects/pvpgn.berlios/files/pvpgn-support-%{support_version}.tar.gz
Source3:	%{name}.service
Source4:	%{name}.logrotate
Source5:	%{name}-tmpfiles.conf
Patch1:		DefineInstallationPaths.cmake.patch
Patch2:		pvpgn-fix-bnet-deletion.patch
Patch3:		pvpgn-build-static-lib.patch
BuildRequires:	cmake
BuildRequires:	mysql-devel
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(zlib)
Requires(pre):	shadow-utils
Requires(post,preun,postun):	systemd

%description
PvPGN is a BNETD mod which aims to provide support for all Blizzard clients
(thus it supports all BNETD supported clients plus the most recent ones).
The list of supported clients and their minimum verion required is:
- Diablo 1 v1.09
- Starcraft v1.08
- BroodWar v1.08
- Warcraft II Battle.Net Edition v2.05
- Diablo 2 v1.10 (*)
- Diablo 2 LOD v1.10
- Warcraft III Reign Of Chao
- Warcraft III Frozen Throne

This build of PvPGN is linked with MySQL libraries.

%files
%config(noreplace) %{_sysconfdir}/%{name}/*
%doc docs/* version-history.txt TODO README CREDITS COPYING BUGS README.DEV
%{_bindir}/*
%{_sbindir}/*
%{_sysconfdir}/logrotate.d/%{name}
%{_unitdir}/%{name}.service
%{_mandir}/*
%{_var}/lib/%{name}/*
%{_tmpfilesdir}/%{name}.conf
%attr(750,pvpgn,pvpgn) %dir %{_logdir}/%{name}
%ghost %attr(750,pvpgn,pvpgn) %dir %{_var}/run/%{name}
%attr(750,pvpgn,pvpgn) %dir %{_var}/lib/%{name}

%pre
%{_sbindir}/groupadd -r -f pvpgn 2>/dev/null ||:
%{_sbindir}/useradd -g pvpgn -c 'PvPGN' -d /dev/null -s '' -r pvpgn 2>/dev/null ||:

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q
tar xzf %{SOURCE2}
%patch1 -p0
%patch2 -p0
%patch3 -p0

%build
%cmake \
	-DWITH_MYSQL=ON
%make

%install
%makeinstall_std -C build
install -d -m755 %{buildroot}%{_sysconfdir}/pvpgn
install -d -m755 %{buildroot}%{_unitdir}
install -d -m755 %{buildroot}%{_var}/log/pvpgn
install -d -m750 %{buildroot}%{_sysconfdir}/logrotate.d
install -d -m755 %{buildroot}%{_tmpfilesdir}
install -m755 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service
install -m640 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/pvpgn
install -m644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf
mkdir -p -m750 %{buildroot}%{_var}/run/%{name}

# support files
mkdir -p %{buildroot}%{_var}/lib/pvpgn/files/
cp -r %{name}-support-%{support_version}/* %{buildroot}%{_var}/lib/pvpgn/files/


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 199.r577-9
- (ed2bc1f) Properly handle /var/run/pvpgn



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13872 |14cu|pwgen-2.07-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:         pwgen
URL:          http://sourceforge.net/projects/pwgen/
License:      GPL
Group:        Text tools
Version:      2.07
Release:      1
Summary:      Password generator
Source:       http://belnet.dl.sourceforge.net/sourceforge/pwgen/pwgen-%{version}.tar.gz
Source1:      ftp://ftp.linpeople.org/pub/People/lilo/source/makepasswd-1.10.tar.bz2
BuildRequires: perl
BuildRequires: zlib-devel

%description
pwgen generates random, meaningless but pronounceable and thus easy to
remember passwords. The also contained makepasswd gives even more
options which are more aimed at security.

Authors:
--------
    Theodore Ts'o <tytso@alum.mit.edu> (this version)
    Brandon S. Allbery <allbery@ncoast.UUCP> (previous version)
    Rob Levin <levin@openproject.net> (previous version)

%prep
%setup -q -b 1
cd ../makepasswd-1.10
chmod 644 *

%build
autoconf
%configure
%make

%install
mkdir -p	%{buildroot}%{_bindir}
mkdir -p	%{buildroot}%{_mandir}/man1
%makeinstall_std
cd ../makepasswd-1.10
install -m 755 makepasswd	%{buildroot}%{_bindir}/makepasswd2
install -m 644 makepasswd.1	%{buildroot}%{_mandir}/man1/makepasswd2.1

%files
%{_mandir}/man1/*
%{_bindir}/makepasswd2
%{_bindir}/pwgen



%changelog
* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.07-1
+ Revision: fcb801e
- Updated to 2.07



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13873 |14cu|pxsup2dast-20120704-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Project X sup to dvdauthor subtitle xml converter
Name:		pxsup2dast
Version:	20120704
Release:	1
Group:		Video
License:	GPLv2+
URL:		http://www.guru-group.fi/~too/sw/m2vmp2cut/
Source0:	http://www.guru-group.fi/~too/sw/m2vmp2cut/pxsup2dast.c
Source100:	%{name}.rpmlintrc
BuildRequires:	zlib-devel

%description
Converts Project X sup files to dvdauthor subtitle xml files.

%files
%{_bindir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -q -c -T
cp -a %{SOURCE0} .


%build
# and points go to the author for his imaginative build system :)
export CC="%{__cc} %{optflags}"
sh pxsup2dast.c


%install
install -d -m755 %{buildroot}%{_bindir}
install -m755 %{name} %{buildroot}%{_bindir}

%changelog

* Mon Apr 13 2015 Giovanni Mariani <mc2374@mclink.it> 20120704-1
- (6d35ce3) Updated to version 20120704, cleaned specfile and silenced useless rpmlint warning



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13874 |14cu|pyalsa-1.0.29-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python ALSA bindings
Name:		pyalsa
Version:	1.0.29
Release:	1
License:	LGPLv2.1+
Group:		Development/Python
Source0:	pyalsa-%{version}.tar.bz2
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(python)

%description
This package provides the Python binding to ALSA.

%files
%py_platsitedir/%{name}
%py_platsitedir/*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
%__python setup.py build

%install
%__python setup.py install \
	--root=%{buildroot} \
	--prefix=%{_prefix}


%changelog
* Wed Mar 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.29-1
+ Revision: 42a8aae
- New version 1.0.29



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13875 |14cu|pyao-0.82-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A wrapper for the ao libraries
Name:		pyao
Version:	0.82
Release:	17
Source0:	http://ekyo.nerim.net/software/pyogg/%{name}-%{version}.tar.gz
#gw http://groups.google.com/group/pyogg/t/9e5e6f0971604ac1?hl=en
Patch:		pyao-0.82-fix-crash-on-x86_64.patch
# (fc) 0.82-13mdv fix build with libao4 (Debian)
Patch1:		pyao-0.82-libao4.patch
License:	GPL
Group:		Development/Python
BuildRequires:	libao-devel
BuildRequires:	python-devel
Url:	http://ekyo.nerim.net/software/pyogg/index.html

%description
This is a wrapper for libao, an audio device abstraction
library.

%prep
%setup -q
%patch -p1 -b .fix-crash
%patch1 -p1 -b .libao4

%build
python config_unix.py
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files 
%doc README AUTHORS ChangeLog
%{py_platsitedir}/*





%changelog

* Wed Aug 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.82-17
- (5b8c81f) Fix URL, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13876 |14cu|pyaudio-0.2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkg_name PyAudio

Name:		pyaudio
Version:	0.2.8
Release:	2
License:	MIT
Url:		http://people.csail.mit.edu/hubert/pyaudio/
Source0:	http://people.csail.mit.edu/hubert/pyaudio/packages/%{name}-%{version}.tar.gz
Group:		System/Libraries
Summary:	Python bindings for PortAudio
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(portaudio-2.0)

%description
PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O
library. With PyAudio, you can easily use Python to play and record audio on
a variety of platforms. 

%files
%defattr(-,root,root,-)
%doc README CHANGELOG docs
%{python_sitearch}/*.py*
%{python_sitearch}/*.so
%{python_sitearch}/*egg-info

#---------------------------------------------------------------------------

%package -n python3-%{name}
Summary:	Python bindings for PortAudio
Group:		System/Libraries

%description -n python3-%{name}
PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O
library. With PyAudio, you can easily use Python to play and record audio on
a variety of platforms.

%files -n python3-%{name}
%defattr(-,root,root,-)
%doc README CHANGELOG docs
%{python3_sitearch}/*.py*
%{python3_sitearch}/*.so
%{python3_sitearch}/*egg-info

#---------------------------------------------------------------------------

%prep
%setup -qn %{pkg_name}-%{version}

cp -a . %{py3dir}

%build
pushd %{py3dir}
python3 setup.py build
popd

python setup.py build

%install
pushd %{py3dir}
python3 setup.py install --root=%{buildroot} --install-purelib=%{python3_sitearch}
popd

python setup.py install --root=%{buildroot} --install-purelib=%{python_sitearch}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13877 |14cu|pybik-2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           pybik
Version:        2.1
Release:        1
License:        GPLv3+
Summary:        Rubik's cube game
Group:          Games/Puzzles
Url:            https://launchpad.net/pybik/
Source:         https://launchpad.net/pybik/trunk/2.1/+download/pybik-2.1.tar.gz
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glut)
BuildRequires:  gettext
BuildRequires:  intltool
BuildRequires:  help2man
BuildRequires:  desktop-file-utils
BuildRequires:  imagemagick

Requires:  python3-qt5-core
Requires:  python3-qt5-gui
Requires:  python3-qt5-widgets
Requires:  python3egg(pyicu)

%description
Pybik is a 3D puzzle game about the cube invented by Ernő Rubik.
* Different 3D puzzles - up to 10x10x10:
  cubes, towers, bricks, tetrahedra and prisms
* Solvers for some puzzles
* Pretty patterns
* Editor for move sequences
* Changeable colors and images

%files -f %{name}.lang
%doc COPYING README NEWS
%{_bindir}/pybik
%{py3_platsitedir}/*
%{_datadir}/pybik/
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/pybik.desktop
#--------------------------------------------------------------------
%prep
%setup -q

%build
%py3_build

%install
%py3_install

cp -R build/models %{buildroot}%{_datadir}/pybik/models
mkdir -p %{buildroot}%{_localedir}
cp -a build/mo/. %{buildroot}%{_localedir}/

desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
  data/applications/pybik.desktop 
  
rm -fr %{buildroot}%{_datadir}/pixmaps

for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size data/icons/pybik-572.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

chmod 755 %{buildroot}%{py3_platsitedir}/pybiklib/{model,pybik,modelcommon}.py
chmod 755 %{buildroot}%{py3_platsitedir}/pybiktest/{runner,utils}.py


%find_lang pybik


%changelog

* Sun Dec 04 2016 abfonly <abfonly@gmail.com> 2.1-1
- (ebd0d09) Updated pybik.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13878 |14cu|pybliographer-1.2.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	A framework for working with bibliographic databases
Name:           pybliographer
Version:        1.2.16
Release:        1
License:	GPL
Group:		Office
Url:            http://pybliographer.org/
Source: 	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
Source1:        %{name}-16.png
Source2:        %{name}-32.png
Source3:        %{name}-48.png
Patch: pybliographer-1.2.11-icon.patch
Buildrequires:	pygtk2.0-libglade
Buildrequires:	python-bibtex
Buildrequires:	gnome-python
BuildRequires:	gnome-python-gnomevfs
Buildrequires:	gnome-python-gconf
Buildrequires:	gnome-doc-utils-devel
BuildRequires:	docbook-utils
BuildRequires:  scrollkeeper
BuildRequires:  desktop-file-utils
BuildRequires:  intltool
Requires:	gnome-python
Requires:	gnome-python-gconf
Requires:	gnome-python-gnomevfs
Requires:	pygtk2.0-libglade
Requires:	python-bibtex >= 1.1.93.1
Requires(post): desktop-file-utils scrollkeeper
Requires(postun): desktop-file-utils scrollkeeper
BuildArch:	noarch

%description
Pybliographer is a tool for managing bibliographic databases. It
currently supports the following formats: 

- BibTeX (quite complete) 
- Medline (read-only) 
- Ovid files (from ovid.com) 
- Refer and EndNote (read only)
- SGML DocBook (write only) 

Pybliographer can be used for searching, editing, reformatting, etc.
In fact, it's a simple framework that provides easy to use python
classes and functions, and therefore can be extended to any usage
(generating HTML pages according to bibliographic searches, etc).

In addition to the scripting environment, a graphical GNOME interface
is available. It provides powerful editing capabilities, in addition
to a nice hierarchical search mechanism.

%prep
%setup -q
%patch1 -p1
rm -f pybliographic.desktop

%build
%configure2_5x
%make


%install
%makeinstall_std
rm -f %{buildroot}%{_datadir}/applications/mimeinfo.cache
chmod -x %{buildroot}%{_datadir}/pybliographer/*.py

%{find_lang} %{name} --with-gnome --all-name

# menu
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-Office-Publishing" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


# icon
mkdir -p %{buildroot}%{_miconsdir}
mkdir -p %{buildroot}%{_liconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/pybliographic.png
install -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/pybliographic.png
install -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/pybliographic.png

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README TODO
%{_bindir}/*
%{_datadir}/applications/pybliographic.desktop
%{_datadir}/mime-info/*
%{_datadir}/pixmaps/*
%{_datadir}/pybliographer
%{_iconsdir}/pybliographic.png
%{_miconsdir}/pybliographic.png
%{_liconsdir}/pybliographic.png





%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 1.2.16-1
- (75a80b2) Add source tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13879 |14cu|pybowl-0.1-0.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           pybowl
Version:        0.1
Release:        0.1
Summary:        Python bowling game using the Blessed terminal library
License:        MIT
Group:          Games/Boards
Url:            https://github.com/haliphax/pybowl
Source0:        https://github.com/haliphax/pybowl/archive/%{name}-master.zip
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
Requires:	python
Requires:	pythonegg(blessed)
BuildArch:	noarch

%description
%{summary}

%files
%doc README.md LICENSE
%{_bindir}/%{name}
#----------------------------------------------

%prep
%setup -qn %{name}-master


%build


%install
install -Dm 755 bowling.py %{buildroot}%{_bindir}/%{name}

%changelog

* Mon Aug 22 2016 abfonly <abfonly@gmail.com> 0.1-0.1
- (2b627aa) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13880 |14cu|pycam-0.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           pycam
Version:        0.5.1
Release:        1
Summary:        Open Source CAM - Toolpath Generation for 3-Axis CNC machining 
Group:          Development/Other
License:        GPLv3+
URL:            http://sourceforge.net/projects/%{name}/
BuildArch:      noarch

Source0:        http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz

BuildRequires:  pkgconfig(python2)
BuildRequires:  ccache
BuildRequires:  desktop-file-utils

Requires:       python-opengl
Requires:       pygtk2
Requires:       python-gtkglext
# Needed because it owns the icon directories
Requires:       hicolor-icon-theme


%description
PyCAM is a toolpath generator for 3-axis CNC machining. It loads 3D
models in STL format or 2D contour models from DXF or SVG files. The
resulting GCode can be used with EMC2 or any other machine controller.

PyCAM supports a wide range of toolpath strategies for 3D models and
2D contour models.


%prep
%setup -q

for f in ./*.{txt,TXT} ./Changelog ./PKG-INFO; do
    iconv -f iso-8859-1 -t utf-8 $f |sed 's|\r||g' > $f.utf8
    touch -c -r $f $f.utf8
    mv $f.utf8 $f
done


%build
python setup.py build


%install
python setup.py install -O1 --skip-build --root %{buildroot}

desktop-file-install  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
    share/desktop/%{name}.desktop

pushd %{buildroot}%{py_puresitedir}/%{name}/
# remove shebang lines from top of module files
for lib in `find . -path "*.py"`; do
    echo $lib
    sed '/\/usr\/bin\/env/d' $lib > $lib.new && \
        touch -r $lib $lib.new && \
        mv $lib.new $lib
done
popd

# Install icons
install -pD -m 0644 share/mime/application-sla.svg \
	%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/pycam.svg
install -pD -m 0644 share/mime/icons/32x32/application-sla.png \
	%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/pycam.png
install -pD -m 0644 share/mime/icons/64x64/application-sla.png \
	%{buildroot}%{_datadir}/icons/hicolor/64x64/apps/pycam.png
install -pD -m 0644 share/mime/icons/128x128/application-sla.png \
	%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/pycam.png

# Install man page
install -pD -m 0644 man/pycam.1 %{buildroot}%{_mandir}/man1/pycam.1

%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun
if [ $1 -eq 0 ] ; then
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%files
%doc Changelog COPYING.TXT LICENSE.TXT PKG-INFO README.TXT
%{_datadir}/%{name}/
%{_bindir}/%{name}
%{_datadir}/applications/pycam.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.1.*
%{py_puresitedir}/*



%changelog
* Thu Jan 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-1
+ Revision: a36c80f
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13881 |14cu|pykolab-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define kolab_user kolab
%define kolabn_user kolab-n
%define kolabr_user kolab-r


Summary:            Kolab Groupware Solution
Name:		    pykolab
Version:	    0.8.0
Release:	    1
License:	    GPLv3+
Group:		    System/Servers
URL:		    http://git.kolab.org/pykolab
Source0:	    http://git.kolab.org/pykolab//%{name}-%{version}.tar.gz
Source1:	    kolab-saslauthd.tmpfiles.d.conf
Source2:            pykolab.logrotate
Patch0:		    mga-schema-loc.patch
Patch1:		    imap-rosa.patch
Patch3:		    rosa_sasl.patch
Patch4:		    amavisd.conf.patch
Patch5:		    mta.patch
## This patch needs to be removed with kolab-3.3
# Patch6:		    imap-sieve.patch
BuildRequires:	    gettext-devel
BuildRequires:      glib2-devel
BuildRequires:      intltool
#BuildRequires:      python-icalendar
BuildRequires:      python-kolabformat
BuildRequires:      python-ldap
BuildRequires:      python-nose
BuildRequires:      python-pyasn1
BuildRequires:      python-pyasn1-modules
BuildRequires:      python-sqlalchemy
Requires:           kolab-cli = %{version}-%{release}
Requires:	    python-ldap >= 2.4
Requires:           python-pyasn1
Requires:           python-pyasn1-modules
# this is for serviceadd, etc.
Requires(post):     systemd
Requires(post):     rpm-helper
Requires(preun):    rpm-helper
# this is for useradd, groupadd, etc.
Requires(pre):      rpm-helper
Requires(postun):   rpm-helper
Requires(pre):	    shadow-utils
Requires(pre):	    shadow-utils
BuildArch:	    noarch


%description
Kolab enables you to easily build a groupware server as part of a
collaborative environment.

##
## Kolab Telemetry Logging
##
%package telemetry
Summary:	Kolab Telemetry Logging Capabilities
Group:		System/Servers
Requires:	kolab-cli = %{version}-%{release}

%description telemetry
Cyrus IMAP Telemetry logging handling capabilities for Kolab Groupware

##
## Kolab XML
##
%package xml
Summary:            Kolab XML format wrapper for %{name}
Group:              System/Servers
Requires:           %{name} = %{version}-%{release}
Requires:           python-kolabformat >= 0.5

%description xml
Kolab Format XML bindings wrapper for %{name}

##
## Kolab CLI
##
%package -n kolab-cli
Summary:	Kolab CLI components
Group:		System/Servers
BuildRequires:	intltool
BuildRequires:	gettext
BuildRequires:	python
Requires:	%{name} = %{version}-%{release}
Requires:	python-augeas
Requires:	python-cheetah

%description -n kolab-cli
Kolab CLI utilities

##
## Kolab SASL Authentication Daemon
##
%package -n kolab-saslauthd
Summary:	Kolab SASL Authentication Daemon
Group:		System/Servers
BuildRequires:	intltool
BuildRequires:	gettext
BuildRequires:	python
Requires:	%{name} = %{version}-%{release}
Requires:	cyrus-sasl
Requires:	sasl-plug-plain

%description -n kolab-saslauthd
Kolab SASL Authentication Daemon for multi-domain,
multi-authn database deployments

##
## Kolab Server implemented in Python
##
%package -n kolab-server
Summary:	Kolab Server implemented in Python
Group:		System/Servers
BuildRequires:	intltool
BuildRequires:	gettext
BuildRequires:	python
Requires:	%{name} = %{version}-%{release}


%description -n kolab-server
Kolab Server implemented in Python

##
## Kolab SMTP Access Policy for Postfix
##
%package -n postfix-kolab
Summary:	Kolab SMTP Access Policy for Postfix
Group:		System/Servers
BuildRequires:	intltool
BuildRequires:	gettext
BuildRequires:	pkgconfig(python)
Requires:	postfix
Requires:	%{name} = %{version}-%{release}
Requires:	python-sqlalchemy
Requires:	python-mysql

%description -n postfix-kolab
Kolab SMTP Access Policy for Postfix

##
## Wallace
##
%package -n wallace
Summary:            Kolab Content-Filter
Group:              System/Servers
Requires:           %{name} = %{version}-%{release}
Requires:           python-sqlalchemy
Requires:           python-mysql
Requires:           python-icalendar >= 3.0
Requires:           %{name}-xml = %{version}-%{release}


%description -n wallace
This is the Kolab Content Filter, with plugins

%prep
%setup -q
%patch0 -p1 -b .mga-schema-loc
#%%patch1 -p1 -b .imap-mga
%patch3 -p1 -b .sasl
%patch4 -p1 -b .amavisd_conf
%patch5 -p1 -b .mta
## %patch6 -p1 -b .impa-sieve


%build
autoreconf -fi

%configure2_5x

%install
make install DESTDIR=%{buildroot}

mkdir -p %{buildroot}/%{_unitdir}
install -p -m 644 kolabd/kolabd.systemd %{buildroot}/%{_unitdir}/kolabd.service
install -p -m 644 saslauthd/kolab-saslauthd.systemd %{buildroot}/%{_unitdir}/kolab-saslauthd.service
install -p -m 644 wallace/wallace.systemd %{buildroot}/%{_unitdir}/wallace.service

# Install the systemd tempfiles
install -D -p -m 644 kolabd/kolabd.tmpfiles.d.conf %{buildroot}%{_tmpfilesdir}/kolabd.conf
install -D -p -m 644 wallace/wallace.tmpfiles.d.conf %{buildroot}%{_tmpfilesdir}/wallace.conf
install -D -p -m 644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/kolab-saslauthd.conf


mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig
install -p -m 644 kolabd/kolabd.sysconfig %{buildroot}/%{_sysconfdir}/sysconfig/kolabd
install -p -m 644 saslauthd/kolab-saslauthd.sysconfig %{buildroot}/%{_sysconfdir}/sysconfig/kolab-saslauthd
install -p -m 644 wallace/wallace.sysconfig %{buildroot}/%{_sysconfdir}/sysconfig/wallace
%find_lang pykolab

# install the logrotate file, otherwise will fill the log indefinitely
install -p -m 644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/pykolab

# No sieve script management without kolab's modified version of
# python-sievelib
rm -rf %{buildroot}%{py_puresitedir}/pykolab/cli/sieve
rm -rf %{buildroot}%{py_puresitedir}/pykolab/plugins/sievemgmt

%pre
# Add the kolab user and group accounts
%_pre_useradd %{kolab_user} %{_localstatedir}/lib/%{kolab_user} /sbin/nologin
%_pre_useradd %{kolabn_user} %{_localstatedir}/lib/%{kolabn_user} /sbin/nologin
%_pre_useradd %{kolabr_user} %{_localstatedir}/lib/%{kolabr_user} /sbin/nologin
 
%postun
%_postun_userdel %{kolab_user}
%_postun_userdel %{kolabn_user}
%_postun_userdel %{kolabr_user}
 
%post -n kolab-saslauthd
%tmpfiles_create %{_tmpfilesdir}/kolab-saslauthd.conf
%_post_service kolab-saslauthd

%preun -n kolab-saslauthd
%_preun_service kolab-saslauthd

%post -n kolab-server
%tmpfiles_create %{_tmpfilesdir}/kolabd.conf
%_post_service kolabd

%preun -n kolab-server
%_preun_service kolabd

%post -n wallace
%tmpfiles_create %{_tmpfilesdir}/wallace.conf
%_post_service wallace

%preun -n wallace
%_preun_service wallace


%files -f pykolab.lang
%doc AUTHORS COPYING README README.tests
%doc conf/kolab.conf
%attr(0640,kolab-n,kolab) %config(noreplace) %{_sysconfdir}/kolab/kolab.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/pykolab
%dir %{py_puresitedir}/pykolab/
%exclude %{py_puresitedir}/pykolab/telemetry.*
%{py_puresitedir}/pykolab/*.py
%{py_puresitedir}/pykolab/*.pyc
%{py_puresitedir}/pykolab/*.pyo
%{py_puresitedir}/pykolab/auth/
%{py_puresitedir}/pykolab/conf/
%{py_puresitedir}/pykolab/imap/
%{py_puresitedir}/pykolab/itip/
%dir %{py_puresitedir}/pykolab/plugins/
%{py_puresitedir}/pykolab/plugins/*.py
%{py_puresitedir}/pykolab/plugins/*.pyc
%{py_puresitedir}/pykolab/plugins/*.pyo
%{py_puresitedir}/pykolab/plugins/defaultfolders
%{py_puresitedir}/pykolab/plugins/dynamicquota
%{py_puresitedir}/pykolab/plugins/recipientpolicy
##            %{python_sitelib}/kolab/
%{py_puresitedir}/cyruslib.py*
%attr(0775,kolab,kolab-n) %dir %{_localstatedir}/lib/kolab/
%attr(0775,kolab,kolab-n) %dir %{_localstatedir}/log/kolab/

%files telemetry
%doc AUTHORS   COPYING
%{_sbindir}/kolab_parse_telemetry
%{py_puresitedir}/pykolab/telemetry.*
%{py_puresitedir}/pykolab/cli/telemetry/

%files xml
%dir %{py_puresitedir}/pykolab/xml
%{py_puresitedir}/pykolab/xml/*.py
%{py_puresitedir}/pykolab/xml/*.pyc
%{py_puresitedir}/pykolab/xml/*.pyo

%files -n kolab-cli
%{_sbindir}/kolab
%{_sbindir}/kolab-conf
%{_sbindir}/setup-kolab
%dir %{_sysconfdir}/kolab/templates
%{_datadir}/kolab/templates
%dir %{py_puresitedir}/pykolab/cli/
%{py_puresitedir}/pykolab/cli/*.py
%{py_puresitedir}/pykolab/cli/*.pyc
%{py_puresitedir}/pykolab/cli/*.pyo
%{py_puresitedir}/pykolab/cli/wap/*.py
%{py_puresitedir}/pykolab/cli/wap/*.pyc
%{py_puresitedir}/pykolab/cli/wap/*.pyo

%dir %{py_puresitedir}/pykolab/setup/
%{py_puresitedir}/pykolab/setup/*.py
%{py_puresitedir}/pykolab/setup/*.pyc
%{py_puresitedir}/pykolab/setup/*.pyo
%dir %{py_puresitedir}/pykolab/wap_client/
%{py_puresitedir}/pykolab/wap_client/*.py
%{py_puresitedir}/pykolab/wap_client/*.pyc
%{py_puresitedir}/pykolab/wap_client/*.pyo

%files -n kolab-saslauthd
%doc AUTHORS   COPYING
%{_unitdir}/kolab-saslauthd.service
%config(noreplace) %{_sysconfdir}/sysconfig/kolab-saslauthd
%{_sbindir}/kolab-saslauthd
%{py_puresitedir}/saslauthd/
%{_tmpfilesdir}/kolab-saslauthd.conf

%files -n kolab-server
%doc AUTHORS   COPYING
%{_unitdir}/kolabd.service
%config(noreplace) %{_sysconfdir}/sysconfig/kolabd
%{_sbindir}/kolabd
%{py_puresitedir}/kolabd/
%{_tmpfilesdir}/kolabd.conf

%files -n postfix-kolab
%doc AUTHORS   COPYING
%{_libexecdir}/postfix/kolab_smtp_access_policy

%files -n wallace
%doc AUTHORS   COPYING
%{_unitdir}/wallace.service
%{_sysconfdir}/sysconfig/wallace
%{_sbindir}/wallaced
%{py_puresitedir}/wallace
%attr(0700,%{kolab_user},%{kolab_user}) %dir %{_var}/spool/pykolab
%attr(0700,%{kolab_user},%{kolab_user}) %dir %{_var}/spool/pykolab/wallace
%{_tmpfilesdir}/wallace.conf


%changelog

* Tue Jul 19 2016 Denis Silakov <dsilakov@gmail.com> 0.8.0-1
- (4da4ef8) Fix requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13882 |14cu|pylint-1.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Extensible Python source code checker
Name:		pylint
Version:	1.4.4
Release:	1
Source0:	%{name}-%{version}.tar.gz
Patch0:		0001-Add-upstream-patch-for-epylint-981859.patch
License:	GPLv2+
Group:		Development/Python
Url:		http://www.logilab.org/project/pylint

BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)

Requires:	pythonegg(logilab-common) >= 0.53.0
Requires:	pythonegg(logilab-astng)
Requires:	tkinter
Requires:	pythonegg(astroid) >= 0.24.3

%description
PyLint is an extensible tool for checking whether Python
code satisfies a specified coding standard. It is similar to PyChecker
insofar that it can perform nearly all tests supported by
PyChecker. Pylint, however, can check many other things such as
line-code length, variable name adherence to a coding standard,
whether interfaces defined in code are actually implemented, and much
more. One can easily extend PyLint with plugins.

%files
%doc README COPYING ChangeLog doc/ examples/ elisp
%{_bindir}/*
%{py_puresitedir}/pylint*
%{_mandir}/man?/*
%exclude %{_bindir}/pylint-gui
%exclude %{py_puresitedir}/pylint/gui.py*
%config(noreplace) %{_sysconfdir}/pylintrc
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/pylint.el
#--------------------------
%package -n %{name}-gui
Summary:    Graphical User Interface for Pylint
Requires:   tkinter
Requires:   pylint

%description -n %{name}-gui
This package provides a gui tool for pylint written in tkinter.

%files -n %{name}-gui
%doc README COPYING ChangeLog doc/ examples/
%{_bindir}/pylint-gui
%{py_puresitedir}/pylint/gui.py*


%prep
%setup -q -n %{name}-%{version}

%build
python setup.py build

%install
python setup.py install -O1 --root %{buildroot}
rm -rf %{buildroot}%{py_puresitedir}/pylint/test

mkdir -pm 755 %{buildroot}%{_mandir}/man1
install -pm 644 man/*.1 %{buildroot}%{_mandir}/man1/

install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 ./examples/pylintrc %{buildroot}%{_sysconfdir}

install -d -m 755 %{buildroot}%{_sysconfdir}/emacs/site-start.d
install -m 644 ./elisp/pylint.el %{buildroot}%{_sysconfdir}/emacs/site-start.d/


chmod +x %{buildroot}%{py_puresitedir}/pylint/__main__.py



%check
python setup.py test

%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 1.4.4-1
- (3b8ba85) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13883 |14cu|pymacs-0.25-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Pymacs

Summary: Bidirectional communication between Emacs Lisp and Python
Name:	 pymacs
Version: 0.25
Release: 1
Source0: %{tarname}-%{version}.tar.gz
License: GPLv2+
Group:	 Development/Python
Url:	 http://pymacs.progiciels-bpi.ca
BuildArch: noarch
BuildRequires:	emacs, python-devel, python-docutils

%description
Pymacs is a powerful tool for bidirectional communication between
Emacs Lisp and Python. Pymacs aims to provide Python as an extension
language for Emacs; using Pymacs, one may load and use Python modules
within Emacs Lisp code. Python functions may also use Emacs services
and handle objects in the Emacs Lisp space.

%package -n python-%{name}
Summary: Bidirectional communication between Emacs Lisp and Python
Group:	 Development/Python

%description -n python-%{name}
Pymacs is a powerful tool for bidirectional communication between
Emacs Lisp and Python. Pymacs aims to provide Python as an extension
language for Emacs; using Pymacs, one may load and use Python modules
within Emacs Lisp code. Python functions may also use Emacs services
and handle objects in the Emacs Lisp space.

This package contains the Python portion of Pymacs.

%package -n emacs-%{name}
Summary: Bidirectional communication between Emacs Lisp and Python
Group:	 Editors
Requires: emacs

%description -n emacs-%{name}
Pymacs is a powerful tool for bidirectional communication between
Emacs Lisp and Python. Pymacs aims to provide Python as an extension
language for Emacs; using Pymacs, one may load and use Python modules
within Emacs Lisp code. Python functions may also use Emacs services
and handle objects in the Emacs Lisp space.

This package contains the Emacs portion of Pymacs.

%prep
%setup -q -n %{tarname}-%{version}

%build
%__make all

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}
rst2html --input-encoding=UTF-8 pymacs.rst pymacs.html
install -d -m 755 %{buildroot}%{_datadir}/emacs/site-lisp/
emacs -batch --eval '(byte-compile-file "pymacs.el" t)'
install -m 644 pymacs.el pymacs.elc %{buildroot}%{_datadir}/emacs/site-lisp/
install -d -m 755 %{buildroot}%{_sysconfdir}/emacs/site-start.d
echo "(require 'pymacs)" >> %{buildroot}%{_sysconfdir}/emacs/site-start.d/pymacs.el

%clean

%files -n python-%{name} 
%{py_puresitedir}/Pymacs*

%files -n emacs-%{name}
%doc COPYING README THANKS TODO pymacs.html
%{_sysconfdir}/emacs/site-start.d/pymacs.el
%{_datadir}/emacs/site-lisp/pymacs.*


%changelog

* Wed Oct 07 2015 Denis Silakov <uragan@localhost.localdomain> 0.25-1
- (d2debac) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13884 |14cu|pymecavideo-6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pymecavideo 
Summary:	Pedagogic tool to analyze video records for mechanics
Version:	6.1
Release:	1
#svn://svn.tuxfamily.org/svnroot/oppl/pymecavideo/branches/6.1
Source:		%{name}-%{version}.tar.gz
URL:		http://outilsphysiques.tuxfamily.org/wiki/index.php?title=Pymecavideo
Group:		Sciences/Physics
License:	GPLv3 
BuildRequires:	python-qt4-devel
BuildRequires:	pkgconfig(python)

Requires:	python-qt4
Requires:	python-opencv >= 2.1
Requires:	python-matplotlib-qt4
Requires:       ffmpeg
Requires:	vlc

Suggests:	libreoffice-pyuno
Suggests:	gnuplot

BuildArch:	noarch

%description
Pedagogic tool to analyze video records for mechanics.
You can track the movement of one or many points in video frames and export
the position measurements to standard analysis tools.

%prep 
%setup -qn %{name}_%{version}
perl -pi -e "s|version='6.0'|version='6.1'|" setup.py

%build 
pushd src
%make
popd
python setup.py build

%install
python setup.py install --root=%{buildroot}

mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/applications 
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
mkdir %{buildroot}%{py_puresitedir}/%{name}/help/
cp data/help/* %{buildroot}%{py_puresitedir}/%{name}/help/

cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/bash
python %{py_puresitedir}/pymecavideo/pymecavideo.py 
EOF
chmod a+x %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}/%_docdir/HTML/fr/pymecavideo/
cp -r %{buildroot}%{py_puresitedir}/%{name}/help/*.png %{buildroot}/%{_docdir}/HTML/fr/pymecavideo/
cp -r %{buildroot}%{py_puresitedir}/%{name}/help/*.css %{buildroot}/%{_docdir}/HTML/fr/pymecavideo/
cp -r %{buildroot}%{py_puresitedir}/%{name}/help/help-fr.* %{buildroot}/%{_docdir}/HTML/fr/pymecavideo/

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=Tool to analyze video records
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Science;Physics;
EOF

cp data/icones/%{name}.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

chmod +x %{buildroot}%{py_puresitedir}/%{name}/{make_exe,build,dicopoint,oootools,testfilm,testfilm_prop_ced}.py

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%lang(fr) %{_docdir}/HTML/fr/%{name}
%{py_puresitedir}/%{name}-*.egg-info
%{py_puresitedir}/%{name}/

%changelog

* Fri May 01 2015 abfonly <John@smith.org> 6.1-1
- (87964d5) Log: Update to 6.1, spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13885 |14cu|pymol-1.7.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov '_cmd.so|_champ.so'



Summary:	Molecular Graphics System
Name:		pymol
Version:	1.7.4.0
Release:	1
License:	Python license
Group:		Sciences/Chemistry
URL:		http://www.pymol.org
Source:		%{name}-v%{version}.tar.bz2
Source1:	%{name}.png
Patch0:		add_missing_math_linker.patch
Patch1:		pymol-1.7.0.0-strfmt.patch

Requires:	python
Requires:	python-numeric
Requires:	tcl
Requires:	tk
Requires:	tkinter
Requires:	Pmw
Requires:	tcsh
Requires:	chemical-mime-data
BuildRequires:	imagemagick
BuildRequires:	python-devel
BuildRequires:	python-numeric-devel
BuildRequires:	python-numpy-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libxml-2.0)

%description
PyMOL is a molecular graphics system with an embedded Python interpreter 
designed for real-time visualization and rapid generation of high-quality 
molecular graphics images and animations. It is fully extensible and 
available free to everyone via the "Python" license.  Although a newcomer 
to the field, PyMOL can already be used to generate stunning images and 
animations with unprecedented ease. It can also perform many other 
valuable tasks (such as editing PDB files) to assist you in your research.

%prep
%setup -q -n %{name}
%patch0 -p0
%patch1 -p1
find . -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*hxx" |xargs chmod 0644
sed -i "s|\r||g" modules/cealign/src/tnt/tnt_vector.h

%build
python ./setup.py build

%install
python ./setup.py install --root=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/%{name}
cp -R scripts data %buildroot%_datadir/%{name}

mkdir -p %{buildroot}%{_bindir}
cat <<EOF >%{buildroot}%{_bindir}/%{name}
#!/bin/sh
export PYMOL_DATA=/usr/share/pymol/data
export PYMOL_SCRIPTS=/usr/share/pymol/scripts
export PYMOL_PATH=/usr/bin/pymol

python %{python_sitearch}/pymol/__init__.py
EOF

# menu
install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Name=PyMol
Comment=Python controlled molecular graphics
Exec=pymol
Icon=pymol
Type=Application
Categories=Chemistry;Science;
EOF

mkdir -p %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert %{SOURCE1} -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert %{SOURCE1} -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
cp %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png

find %{buildroot} -size 0 -delete
chmod  +x %{buildroot}%{python_sitearch}/pmg_tk/startup/apbs_tools.py 
find %{buildroot} -name "*.dat"  -exec chmod -x {} \;

%files
%doc ChangeLog DEVELOPERS LICENSE README
%doc examples
%{python_sitearch}/*
%{_datadir}/%{name}
%attr(0755,root,root) %{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png


%changelog

* Fri May 01 2015 abfonly <John@smith.org> 1.7.4.0-1
- (15623af) Log: update to 1.7.4.0, fix BR, fix Req, fix linting



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13886 |14cu|pynac-0.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Modified GiNaC that replaces the dependency on CLN by Python
Name:		pynac
License:	GPLv2+
Version:	0.3.2
Release:	3
Group:		Sciences/Mathematics
Url:		http://wiki.sagemath.org/spkg/pynac
# pynac-%{version}.spkg from sage tarball renamed
Source0:	pynac-%{version}.tar.bz2
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(python)

%description
A modified version of GiNaC that replaces the dependency on CLN by Python.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Modified GiNaC that replaces the dependency on CLN by Python
Group:		System/Libraries
Conflicts:	%{_lib}libpynac < 0.3.2-3
Obsoletes:	%{_lib}libpynac < 0.3.2-3

%description -n %{libname}
A modified version of GiNaC that replaces the dependency on CLN by Python.

%files -n %{libname}
%{_libdir}/libpynac.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Modified GiNaC that replaces the dependency on CLN by Python
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
A modified version of GiNaC that replaces the dependency on CLN by Python.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q
# let's keep it verbose, please sflo
autoreconf -fiv

%build
export CXXFLAGS="%{optflags} -I%{_includedir}/python%{pyver}"
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.2-3
- (eb2f276) Properly name library package
- (eb2f276) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13887 |14cu|pyopenal-0.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	PyOpenAL

%{expand:%%define py_ver %(python -V 2>&1| awk '{print $2}'|cut -d. -f1-2)}

Name:		pyopenal
Version:	0.1.6
Release:	4
License:	GPL
Url:		http://home.gna.org/oomadness/en/pyopenal/
Source0:	http://download.gna.org/pyopenal/%{oname}-%{version}.tar.gz
Group:		Development/Python
Summary:	OpenAL port to Python
BuildRequires:	python-devel
BuildRequires:	openal-devel
BuildRequires:	freealut-devel

%description
OpenAL port to Python.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%clean

%files
%doc README CHANGES AUTHORS
%{_libdir}/python%{py_ver}/site-packages/%{name}
%{_libdir}/python%{py_ver}/site-packages/_openal.so
%{_libdir}/python%{py_ver}/site-packages/*.egg-info

%changelog

* Wed Aug 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.6-4
- (85a0e36) Fix URL, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13888 |14cu|pypar2-1.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname PyPar2

Name:		pypar2
Version:	1.4
Release:	11
License:	GPL
Group:		File tools
Summary:	Graphical frontend for the Linux par2 command line
URL:		http://pypar2.silent-blade.org/
Source0:	http://pypar2.silent-blade.org/uploads/Main/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python
BuildRequires:	pygtk2.0-devel
BuildRequires:	pygtk2.0-libglade
BuildRequires:	desktop-file-utils
BuildRequires:	python-vte
Requires:       pygtk2.0
Requires:       pygtk2.0-libglade
Requires:       parchive2
Requires:       python
Requires:       python-vte

Requires(post): desktop-file-utils 
Requires(postun): desktop-file-utils

%description
PyPar2 is a graphical frontend for the Linux par2 command line, 
written in Python. Its GUI uses GTK through the PyGTK library.

PyPar2 is designed to be very easy to use. For this reason:

    * Advanced settings are present, but hidden by default.
    * There is no preferences dialog, all selected options 
      are automatically saved and restored. 

%prep
%setup -q -n %{realname}-%{version}

perl -pi -e "s!/usr/local!%{buildroot}/usr!g" Makefile

%build


%install
make install

perl -pi -e 's,%{name}.png,%{name},g' %{buildroot}%{_datadir}/applications/*

desktop-file-install --vendor="" \
  --add-category="System;Filesystem" \
  --remove-category="Application" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/pypar2.desktop

rm -f %{buildroot}/%{_bindir}/pypar2
echo "python /usr/share/pypar2/src/main.py" > %{buildroot}/%{_bindir}/pypar2

%find_lang %{name}

%files -f %{name}.lang
%{_datadir}/applications/pypar2.desktop
%{_mandir}/man1/pypar2.*
%{_datadir}/%{name}/res/*.glade
%{_datadir}/%{name}/src/*.py
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/pix/*.png
%defattr(755,root,root)
%{_bindir}/pypar2

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.4-11
- (3f139fb) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13889 |14cu|pythia-8.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define devname %mklibname %{name} -d

Summary:	High-energy pp and pbarp collisions simulation
Name:		pythia
Version:	8.1
Release:	8
License:	GPLv2+
Group:		Sciences/Physics
Url:		http://home.thep.lu.se/~torbjorn/Pythia.html
Source0:	http://home.thep.lu.se/~torbjorn/pythia8/pythia8157.tgz
BuildRequires:	hepmc-devel

%description
Pythia 8 release is focussed towards LHC and Tevatron applications, i.e.
high-energy pp and pbarp collisions. Also e+e- and mu+mu- annihilation
processes may be simulated, but not e.g. ep, gammap or gammagamma collisions.

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Pythia runtime and development files
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Pythia runtime and development files.

%files -n %{devname}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_includedir}/%{name}/*.h
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q -n pythia8157

%build
./configure \
	--disable-shared \
	--with-hepmc=%{_prefix}
%make

%install
mkdir -p %{buildroot}%{_libdir}
# cp -fa lib/*.so lib/archive/*.a %{buildroot}%{_libdir}
cp -fa lib/archive/*.a %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_includedir}/%{name}
cp -fa include/[A-Z]*.h %{buildroot}%{_includedir}/%{name}
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -fa AUTHORS GUIDELINES examples htmldoc phpdoc xmldoc worksheet.pdf %{buildroot}%{_datadir}/%{name}


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 8.1-8
- (e23a4cb) Disable debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13890 |14cu|python3-aiohttp-0.21.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global srcname aiohttp
%define debug_package %{nil}

Name:           python3-%{srcname}
Version:        0.21.6
Release:        1
Summary:        A Python HTTP client/server for asyncio
Group:		Development/Python
License:        ASL 2.0
URL:            https://github.com/KeepSafe/aiohttp/
Source0:        https://github.com/KeepSafe/aiohttp/archive/v%{version}.tar.gz
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
Requires:       python3-chardet

%description
A Python HTTP client/server for asyncio

%prep
%setup -qn %{srcname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root=%{buildroot}

%files
%doc CHANGES.txt CONTRIBUTORS.txt README.rst LICENSE.txt
%{py3_platsitedir}/*


%changelog

* Wed Sep 14 2016 Denis Silakov <dsilakov@gmail.com> 0.21.6-1
- (14fd70b) Downgrade to 0.21.6 for now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13891 |14cu|python3-alembic-0.8.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name alembic

Name:           python3-%{pypi_name}
Version:        0.8.4
Release:        1
Group:          Development/Python
Summary:        A database migration tool for SQLAlchemy
License:        MIT
URL:            http://pypi.python.org/pypi/%{pypi_name}
Source0:        http://pypi.python.org/packages/source/a/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3-setuptools
Requires:       python3-mako
Requires:       python3-sqlalchemy
Obsoletes:	%{pypi_name}

%description
A database migration tool for SQLAlchemy

%prep
%setup -qn %{pypi_name}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root %{buildroot}

%files
%{_bindir}/*
%{py3_puresitedir}/%{pypi_name}*

%changelog

* Tue Feb 02 2016 Denis Silakov <dsilakov@gmail.com> 0.8.4-1
- (779082e) Drop unneeded requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13892 |14cu|python3-apache-libcloud-0.17.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python3-apache-libcloud
Version:        0.17.0
Release:        1
Summary:        Abstract away differences among multiple cloud provider APIs
License:        GPL
Group:          Development/Python
Url:            https://libcloud.apache.org
Source0:        http://pypi.python.org/packages/source/a/apache-libcloud/apache-libcloud-%{version}.tar.bz2
Patch0:			python3-apache-libcloud-ssl_match_hostname.patch
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
Requires:       python3-simplejson
BuildArch:      noarch

%description
Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs.

%prep
%setup -q -n apache-libcloud-%{version}
%patch0 -p1

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%doc LICENSE CHANGES.rst README.rst
%{py3_puresitedir}/*

%changelog

* Sat Feb 27 2016 Denis Silakov <dsilakov@gmail.com> 0.17.0-1
- (31b2ca3) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13893 |14cu|python3-apsw-3.8.11.1.r1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sqlite_version 3.8.11.1
%define uprel 1
%define pkg_version %{sqlite_version}-r%{uprel}

%define __noautoprov 'apsw.so'

Name:           python3-apsw
Version:	3.8.11.1.r1
Release:        4
Summary:        Another Python SQLite Wrapper
Source0:        http://apsw.googlecode.com/files/apsw-3.8.11.1-r1.tar.gz
URL:            http://code.google.com/p/apsw/
Group:          Development/Python
License:        zlib/libpng License
BuildRequires:  sqlite3-devel >= %{sqlite_version}
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)

%description
APSW is a Python wrapper for the SQLite embedded relational database
engine. In contrast to other wrappers such as pysqlite it focuses on
being a minimal layer over SQLite attempting just to translate the
complete SQLite API into Python.

%prep
%setup -q -n "apsw-%{pkg_version}"
find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'

%build
CFLAGS="%{optflags} -fno-strict-aliasing" \
python3 ./setup.py build

%install
python3 ./setup.py install \
    --prefix="%{_prefix}" \
    --root="%{buildroot}"


%files
%{py3_platsitedir}/*

%changelog

* Fri Sep 23 2016 Denis Silakov <dsilakov@gmail.com> 3.8.11.1.r1-4
- (2b9dd66) Drop doc subpackage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13894 |14cu|python3-augeas-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname python-augeas

Name:		python3-augeas
Version:	0.5.0
Release:	3
Summary:	Python bindings to augeas
Group:		Development/Python
License:	LGPLv2+
Url:		http://augeas.net/
Source0:	http://augeas.net/download/python/%{oname}-%{version}.tar.gz
BuildArch:	noarch
Requires:	pkgconfig(augeas)
BuildRequires:	python3egg(setuptools)
BuildRequires:  pkgconfig(python3)


%description
python3-augeas is a set of Python3 bindings around augeas.

%prep
%setup -qn %{oname}-%{version}


%build
# Remove CFLAGS=... for noarch packages (unneeded)
CFLAGS="%{optflags}" python3 setup.py build_ext -i
CFLAGS="%{optflags}" python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root=%{buildroot}

 

%files
%doc COPYING AUTHORS README.txt
%{py3_puresitedir}/augeas.py*
%{py3_puresitedir}/*augeas*.egg-info



%changelog
* Sat Mar 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-3
+ Revision: 85296e7
- Updated to 0.5.0 (sync with python2 package)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13895 |14cu|python3-backports-abc-0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Created by pyp2rpm-1.1.2
%global pypi_name backports_abc

Name:           python3-backports-abc
Version:        0.4
Release:        1
Group:          Development/Python
Summary:        A backport of recent additions to the 'collections.abc' module

License:        Python
URL:            https://github.com/cython/backports_abc
Source0:        https://pypi.python.org/packages/source/b/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools

%description
A backport of recent additions to the 'collections.abc' module

%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}

%files
%doc README.rst
%{py3_puresitedir}/%{pypi_name}.py*
%{py3_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info

%changelog

* Sat Jun 18 2016 Denis Silakov <dsilakov@gmail.com> 0.4-1
- (8771804) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13896 |14cu|python3-blosc-1.2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	blosc

Summary:	Blosc data compressor
Name:		python3-%{module}
Version:	1.2.8
Release:	2
Source0:	http://pypi.python.org/packages/source/b/blosc/blosc-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/blosc/
BuildRequires:	python3-devel
BuildRequires:	python3-setuptools

%description
Blosc is a high performance compressor optimized for binary data.

%prep
%setup -qn %{module}-%{version}

%build
python3 setup.py build

%install
PYTHONDONTWRITEBYTECODE=  python3 setup.py install --root=%{buildroot}

%clean

%files
%doc LICENSES/BLOSC.txt
%{py3_platsitedir}/%{module}*




%changelog

* Mon Jan 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.2.8-2
- (d6284b9) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13897 |14cu|python3-bottleneck-0.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Bottleneck
# doesn't really works  the *so are still provided ...
%define __provides_exclude_from ^%{py_platsitedir}/bottleneck/*.so

Summary:	Fast NumPy array functions written in Cython
Name:		python3-bottleneck
Version:	0.8.0
Release:	3
Source0:	https://pypi.python.org/packages/source/B/%{tarname}/%{tarname}-%{version}.tar.gz
Patch0:		lm-0.7.0.patch
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/Bottleneck
Requires:	python3-numpy

BuildRequires:	python3egg(nose)
BuildRequires:	python3-numpy-devel
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
BuildRequires:	python-sphinx
BuildRequires:	pkgconfig(lapack)

%description
Bottleneck is a collection of fast NumPy array functions written in
Cython.

%prep
%setup -q -n %{tarname}-%{version}
%patch0 -p0

%build

python3 setup.py build

export PYTHONPATH="`pwd`/`find . -depth -type d -name lib.linux*`"
pushd doc
mkdir -p source/_static
make html

# clean after sphinx
rm -rf build/html/.buildinfo \
	build/html/_sources


%install
python3 setup.py install --root `pwd`/test_install
# clean unneeded stuff
rm -rf test_install/%{py_platsitedir}/bottleneck/src \
	test_install/%{py_platsitedir}/bottleneck/LICENSE

# install into buildroot
cp -a test_install/* %{buildroot}

%check
pushd `find . -depth -type d -name lib.linux*`
python3 -c 'import bottleneck as bn; bn.test()'
popd


%files
%doc LICENSE README.rst RELEASE.rst doc/build/html
%{py3_platsitedir}/Bottleneck*
%{py3_platsitedir}/bottleneck*




%changelog
* Sat Mar 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-3
+ Revision: fa74af7
- Updated to 0.8.0 (sync with python2 package)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13898 |14cu|python3-bsddb3-6.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python3-bsddb3
Version:        6.1.1
Release:        1
Summary:        Python 3 bindings for BerkleyDB
Group:          Development/Python

License:        BSD
URL:            https://pypi.python.org/pypi/bsddb3/
Source0:        https://pypi.python.org/packages/source/b/bsddb3/bsddb3-%{version}.tar.gz

Requires:       python(abi) >= 3.0
BuildRequires:  python3-devel
BuildRequires:  db-devel

%description
This package contains Python wrappers for Berkeley DB, the Open Source embedded
database system. The Python wrappers allow you to store Python string objects
of any length.

%prep
%setup -q -n bsddb3-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root %{buildroot}
# Get rid of unneeded header
rm -f %{buildroot}%{_includedir}/python3.?m/bsddb3/bsddb.h
# Make all scripts executable
chmod 0755 %{buildroot}%{py3_platsitedir}/bsddb3/{dbshelve.py,tests/test_dbtables.py}

%check
#{__python3} test.py

%files 
%doc ChangeLog PKG-INFO README.txt LICENSE.txt
%{py3_platsitedir}/bsddb3/
%{py3_platsitedir}/bsddb3-%{version}-py3.?.egg-info

%changelog

* Fri May 13 2016 Denis Silakov <dsilakov@gmail.com> 6.1.1-1
- (576e637) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13899 |14cu|python3-bugz-0.11.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name pybugz
%define shortname bugz

Summary:    A python and command line interface to Bugzilla 
Name:		python3-bugz
Version:	0.11.1
Release:	2
Source0:	http://pybugz.googlecode.com/files/pybugz-%version.tar.gz
License:	GPLv2
Group:		Development/Python
Url:		http://code.google.com/p/pybugz/

BuildRequires: pkgconfig(python3) >= 3.3

BuildArch: noarch

%rename python-bugz 

%description
PyBugz is a python and command line interface to Bugzilla.

It was conceived as a tool to speed up the workflow for Gentoo Linux developers
and contributors when dealing with bugs using Bugzilla. By avoiding the clunky 
web interface, the user quickly search, isolate and contribute to the project 
very quickly. 
Developers alike can easily extract attachments and close bugs all from the 
comfort of the command line.

PyBugz is written in Python and written in a way to be extended easily for 
use on other Bugzillas.  

%prep
%setup -qn %{module_name}-%{version}
perl -pi -e "s|gentoo.org|rosalinux.ru|" bugz/argparsers.py


%build
python3 setup.py build

%check
python3 setup.py check

%install
python3 setup.py install --root=%{buildroot}

install -D -m 0644  contrib/bash-completion  %{buildroot}%{_sysconfdir}/bash_completion.d/%{module_name}
install -D -m 0644  contrib/zsh-completion   %{buildroot}%{_sysconfdir}/zsh_completion.d/%{module_name}

%files
%doc README LICENSE
%{_bindir}/bugz
%{py3_puresitedir}/%{shortname}/
%{py3_puresitedir}/%{module_name}-%{version}-py%{py3_ver}.egg-info
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{module_name}
%config(noreplace) %{_sysconfdir}/zsh_completion.d/%{module_name}


%changelog

* Tue Jun 23 2015 abfonly <John@smith.org> 0.11.1-2
- (2a24c3a) Log: Add %check section to the spec and enable self tests, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13900 |14cu|python3-dateutil-2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname	dateutil

Summary:	Provides powerful extensions to the standard datetime module
Name:		python3-dateutil
Version:	2.2
Release:	2
License:	Python
Group:		Development/Python
URL:		http://labix.org/python-dateutil
Source0:	http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-%{version}.tar.gz
BuildRequires:	python3-devel
BuildRequires:	python3-setuptools
Requires:	python3
BuildArch:	noarch

%description
The dateutil module provides powerful extensions to the standard
datetime module available in Python. Features include:

* Computing of relative deltas (next month, next year, next monday,
  last week of month, etc);
* Computing of relative deltas between two given date and/or datetime
  objects;
* Computing of dates based on very flexible recurrence rules, using a
  superset of the iCalendar specification. Parsing of RFC strings is
  supported as well;
* Generic parsing of dates in almost any string format;
* Timezone (tzinfo) implementations for tzfile(5) format files
  (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string
  (in all known formats), iCalendar format files, given ranges (with
  help from relative deltas), local machine timezone, fixed offset
  timezone, UTC timezone, and Windows registry-based time zones;
* Internal up-to-date world timezone information based on Olson's
  database;
* Computing of Easter Sunday dates for any given year, using Western,
  Orthodox or Julian algorithms;
* More than 400 test cases.

%prep
%setup -qn python-dateutil-%{version}

%build

%install
python3 setup.py install --root=%{buildroot}
# Give read permissions for all files inside egg-info folder
find %{buildroot}%{py3_puresitedir}/*egg-info -type f -exec chmod 644 {} \;

%files
%doc LICENSE README NEWS
%{py3_puresitedir}/%{fname}
%{py3_puresitedir}/python_%{fname}-%{version}-py%{py3_ver}.egg-info

%changelog
* Tue Feb 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-2
+ Revision: c137447
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13901 |14cu|python3-django-1.8.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module django
%define tarname Django
%define urlver %(echo %{version}|cut -d. -f1,2)

Summary:	A high-level Python Web framework
Name:		python3-%{module}
Version:	1.8.18
Release:	1
License:	BSD
Group:		Development/Python
Url:		http://www.djangoproject.com
#Source0:	https://pypi.python.org/packages/source/D/Django/Django-%{version}.tar.gz
Source0:	https://www.djangoproject.com/m/releases/%{urlver}/%{tarname}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python3-distribute
BuildRequires:	python3-sphinx
BuildRequires:	python3-devel
Conflicts:	python-django

%description
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.

Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges:	the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.

Django focuses on automating as much as possible and adhering to the
DRY principle.

%files
%doc LICENSE  docs/_build/html
%{_bindir}/*
%{py3_puresitedir}/%{module}
%{py3_puresitedir}/%{tarname}-*.egg-info

#--------------------------------------------------------------

%prep
%setup -qn %{tarname}-%{version}
sed -i 's/^\(ez_setup.use_setuptools\)/#\1/' setup.py

%build
PYTHONDONTWRITEBYTECODE= python3 setup.py build
make -C docs/ html

%install
PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13902 |14cu|python3-django-ajax-selects-1.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-ajax-selects

Name:           python3-%{realname}
Version:        1.3.4
Release:        2
Summary:        JQuery-powered auto-complete fields for ForeignKey and ManyToMany fields

Group:          Development/Python
License:        MIT and GPLv3
URL:            http://pypi.python.org/pypi/django-ajax-selects
Source:         http://pypi.python.org/packages/source/d/django-ajax-selects/django-ajax-selects-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
Requires:       python3-django

%description
Enables editing of `ForeignKey`, `ManyToMany` and simple text fields using the
Autocomplete - `jQuery` plugin.
        
django-ajax-selects will work in any normal form as well as in the admin.
        
The user is presented with a text field. They type a search term or a few
letters of a name they are looking for, an ajax request is sent to the server,
a search channel returns possible results. Results are displayed as a drop down
menu. When an item is selected it is added to a display area just below the
text field.

%prep
%setup -q -n %{realname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}
rm -rf %{buildroot}/usr/templates

%files
%doc  ajax_select/LICENSE.txt 
%{py3_puresitedir}/ajax_select
%{py3_puresitedir}/django_ajax_selects-%{version}-py%{py3_ver}.egg-info




%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-2
- (e52bc31) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13903 |14cu|python3-django-appconf-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name django-appconf

Name:           python3-%{pypi_name}
Version:        0.6
Release:        2
Summary:        A helper class for handling configuration defaults of packaged apps gracefully
Group:		Development/Python

License:        BSD
URL:            http://pypi.python.org/pypi/django-appconf/0.5
Source0:        http://pypi.python.org/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python3-devel
BuildRequires:  python3-sphinx
BuildRequires:	python3-setuptools

Requires:   python3-django

%description
A helper class for handling configuration
defaults of packaged Django
apps gracefully.

%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

# generate html docs 
sphinx-build docs html
# remove the sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root %{buildroot}

%files
%doc html README.rst LICENSE
%{py3_puresitedir}/appconf
%{py3_puresitedir}/django_appconf-%{version}-py?.?.egg-info


%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-2
- (596a692) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13904 |14cu|python3-django-authority-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  oname  django-authority
Name:           python3-%{oname}
Version:        0.4
Release:        2
Summary:        A Django app for generic per-object permissions and custom permission checks

Group:          Development/Python
License:        BSD
URL:            http://bitbucket.org/jezdez/%{oname}/
Source:         http://bitbucket.org/jezdez/%{oname}/downloads/%{oname}-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python3-devel python3-setuptools
Requires:       python3-django

%description
This is a Django app for generic per-object permissions, custom permission
checks and permission requests. It also includes view decorators and template 
tags for ease of use.

%prep
%setup -q -n %{oname}-%{version}
find . -name \*._* -exec rm {} +
find . -name \*.buildinfo* -exec rm {} +

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README docs/build/html/
%{py3_puresitedir}/*



%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-2
- (756a243) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13905 |14cu|python3-django-classy-tags-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	django-classy-tags

Name:		python3-%{oname}
Version:	0.5.1
Release:	2
Summary:	Class based template tags for Django
Source0:	http://pypi.python.org/packages/source/d/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD 
Group:		Development/Python
Url:		http://github.com/ojii/django-classy-tags

BuildArch:	noarch
BuildRequires:	python3egg(setuptools)
BuildRequires:  pkgconfig(python)


Requires:       python3egg(django)

%description
The goal of this project is to create a new way of writing Django template tags
which is fully compatible with the current Django templating infrastructure.
This new way should be easy, clean and require as little boilerplate code
as possible while still staying as powerful as possible.

%prep
%setup -q -n %{oname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}

find %{buildroot} -size 0 -delete

%files
%doc README.rst 
%{py3_puresitedir}/classytags/*.py*
%{py3_puresitedir}/classytags/test/*.py*
%{py3_puresitedir}/classytags/test/project/*.py*
%{py3_puresitedir}/django_classy_tags*.egg-info

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-2
- (c6a11fd) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13906 |14cu|python3-django-contact-form-0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-contact-form
%define alphatag 97559a887345

Name:           python3-django-contact-form
Version:        0.3
Release:        5
Summary:        An extensible contact-form application for Django

Group:          Development/Python
License:        BSD
URL:            http://bitbucket.org/ubernostrum/django-contact-form/
Source0:        contact_form-%{alphatag}.tar.gz

BuildArch:      noarch
BuildRequires:  python3-devel
Requires:       python3-django

%description
An extensible contact-form application for Django

%prep
%setup -q -n %{realname}

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.txt docs/
%{py3_puresitedir}/*



%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-5
- (8297f93) Turn back alphatag definition



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13907 |14cu|python3-django-easy-thumbnails-2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python3-django-easy-thumbnails
Version:        2.2
Release:        1
Url:            http://github.com/lukaszb/django-guardian
Summary:        A powerful, yet easy to implement thumbnailing application for Django

License:        BSD-3-Clause
Group:          Development/Python
Source0:        https://pypi.python.org/packages/source/e/easy-thumbnails/easy-thumbnails-%{version}.tar.gz
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
Requires:       python3-django >= 1.2
BuildArch:      noarch

%description
A powerful, yet easy to implement thumbnailing application for Django.

%prep
%setup -q -n easy-thumbnails-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%doc README.rst
%{py3_puresitedir}/*

%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 2.2-1
- (6218274) Sync with python2 package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13908 |14cu|python3-django-filter-0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname    django-filter

Name: python3-%{realname}
Version: 0.7
Release: 2
Summary:        A Django application for allowing users to filter queryset dynamically
Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/django-filter
Source0:        https://pypi.python.org/packages/source/d/django-filter/django-filter-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python3-devel python3-setuptools
Requires:       python3-django

%description
Django-filter provides a simple way to filter down a queryset based on
parameters a user provides.


%prep
%setup -q -n %{realname}-%{version}
find . -name \*._* -exec rm {} +
find . -name \*.buildinfo* -exec rm {} +

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}

%files
%{py3_puresitedir}/*


%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7-2
- (6b77da3) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13909 |14cu|python3-django-guardian-1.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python3-django-guardian
Version:	1.3.2
Release:        2
Url:            http://github.com/lukaszb/django-guardian
Summary:        Implementation of per object permissions for Django 1.2

License:        BSD-3-Clause
Group:          Development/Python
Source0:        https://pypi.python.org/packages/source/d/django-guardian/django-guardian-%{version}.tar.gz
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
Requires:       python3-django >= 1.2
BuildArch:      noarch

%description
django-guardian is implementation of per object permissions as
authorization backend which is supported since Django 1.2. It won't
work with older Django releases.

%prep
%setup -q -n django-guardian-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%doc CHANGES README.rst
%{py3_puresitedir}/*

%changelog

* Thu Sep 22 2016 Denis Silakov <dsilakov@gmail.com> 1.3.2-2
- (7480882) Updated to 1.3.2 (sync with python2 package)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13910 |14cu|python3-django-mptt-0.7.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	django-mptt

Name:		python3-%{oname}
Version:	0.7.4
Release:	1
Summary:	Modified Preorder Tree Traversal for Django models

Source0:	http://pypi.python.org/packages/source/d/django-mptt/django-mptt-%{version}.tar.gz

License:	BSD 
Group:		Development/Python
Url:		http://github.com/django-mptt/django-mptt
BuildArch:	noarch

BuildRequires:	python3egg(setuptools)
BuildRequires:	python3egg(sphinx)
BuildRequires:  python3egg(django) >= 1.4.2

Requires: python3
Requires: python3egg(django) >= 1.4.2

%description
Utilities for implementing Modified Preorder Tree Traversal
with your Django Models and working with trees of Model instances.

%prep
%setup -q -n %{oname}-%{version}

%install
python3 setup.py install --root="%{buildroot}"



%files
%doc LICENSE MANIFEST.in PKG-INFO README.rst
%{py3_puresitedir}/django_mptt-%{version}-py3.*.egg-info

%lang(de) %{py3_puresitedir}/mptt/locale/de/LC_MESSAGES/django.mo
%{py3_puresitedir}/mptt/locale/de/LC_MESSAGES/django.po
%lang(dk) %{py3_puresitedir}/mptt/locale/dk/LC_MESSAGES/django.mo
%{py3_puresitedir}/mptt/locale/dk/LC_MESSAGES/django.po
%lang(es) %{py3_puresitedir}/mptt/locale/es/LC_MESSAGES/django.mo
%{py3_puresitedir}/mptt/locale/es/LC_MESSAGES/django.po
%lang(fr) %{py3_puresitedir}/mptt/locale/fr/LC_MESSAGES/django.mo
%{py3_puresitedir}/mptt/locale/fr/LC_MESSAGES/django.po
%lang(mn) %{py3_puresitedir}/mptt/locale/mn/LC_MESSAGES/django.mo
%{py3_puresitedir}/mptt/locale/mn/LC_MESSAGES/django.po
%lang(nb) %{py3_puresitedir}/mptt/locale/nb/LC_MESSAGES/django.mo
%{py3_puresitedir}/mptt/locale/nb/LC_MESSAGES/django.po
%lang(pl) %{py3_puresitedir}/mptt/locale/pl/LC_MESSAGES/django.mo
%{py3_puresitedir}/mptt/locale/pl/LC_MESSAGES/django.po
%lang(pt_BR) %{py3_puresitedir}/mptt/locale/pt_BR/LC_MESSAGES/django.mo
%{py3_puresitedir}/mptt/locale/pt_BR/LC_MESSAGES/django.po
%lang(ru) %{py3_puresitedir}/mptt/locale/ru/LC_MESSAGES/django.mo
%{py3_puresitedir}/mptt/locale/ru/LC_MESSAGES/django.po
%{py3_puresitedir}/mptt/*py
%{py3_puresitedir}/mptt/templates/admin/grappelli_mptt_change_list.html
%{py3_puresitedir}/mptt/templates/admin/grappelli_mptt_change_list_results.html
%{py3_puresitedir}/mptt/templates/admin/mptt_change_list.html
%{py3_puresitedir}/mptt/templates/admin/mptt_change_list_results.html
%{py3_puresitedir}/mptt/templatetags/__init__.py
%{py3_puresitedir}/mptt/templatetags/mptt_admin.py
%{py3_puresitedir}/mptt/templatetags/mptt_tags.py




%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 0.7.4-1
- (afd00b2) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13911 |14cu|python3-django-notification-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-notification

Name:           python3-django-notification
Version:        1.1.1
Release:        2
Summary:        User notification management for the Django web framework


Group:          Development/Python
License:        MIT
URL:            http://code.google.com/p/django-notification/
Source0:        http://pypi.python.org/packages/source/d/django-notification/django-notification-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python3-devel python3-setuptools
Requires:       python3-django

%description
Many sites need to notify users when certain events have occurred and to
allow configurable options as to how those notifications are to be received.

The project aims to provide a Django app for this sort of functionality.
This includes:

    * submission of notification messages by other apps
    * notification messages on signing in
    * notification messages via email (configurable by user)
    * notification messages via feed

%prep
%setup -q -n %{realname}-%{version}
find -name '._*' -exec rm {} \;

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE  docs/
%{py3_puresitedir}/*




%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-2
- (1329acf) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13912 |14cu|python3-django-pagination-1.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-pagination

Name:           python3-django-pagination
Version:        1.0.7
Release:        2
Summary:        Django pagination tools

Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/django-pagination
Source0:        http://pypi.python.org/packages/source/d/django-pagination/%{realname}-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python3-devel python3-setuptools
Requires:       python3-django

%description
A set of utilities for creating robust pagination tools throughout a Django
application.

%prep
%setup -q -n %{realname}-%{version}
find -name '._*' -exec rm {} \;

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%defattr(-,root,root,-)
%doc CONTRIBUTORS.txt LICENSE.txt docs/
%{py3_puresitedir}/*



%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-2
- (cc29597) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13913 |14cu|python3-django-piston-0.2.3-0.0.2.e539a104d516
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   django-piston
%define mercurial_snapshot e539a104d516
%define rel 2

Name:           python3-django-piston
Version:        0.2.3
%if %mercurial_snapshot
Release:        0.0.%rel.%mercurial_snapshot
%else
Release:        %rel
%endif
Summary:        A mini-framework for Django for creating RESTful APIs

Group:          Development/Python
License:        BSD
URL:            http://bitbucket.org/jespern/django-piston/
%if %mercurial_snapshot
Source0:        https://bitbucket.org/jespern/django-piston/get/%{mercurial_snapshot}.tar.bz2
%else
Source0         http://bitbucket.org/jespern/django-piston/downloads/%{oname}-%{version}.tar.gz
%endif

BuildArch:      noarch
BuildRequires:  python3-devel python3-setuptools
Requires:       python3-django

%description
Piston is a relatively small Django application that lets you
create application programming interfaces (API) for your sites.

%prep
%if %mercurial_snapshot
%setup -q -n jespern-django-piston-%mercurial_snapshot
touch piston/__init__.py
%else
%setup -q -n %{oname}
%endif
%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}
touch %{buildroot}/%{py3_puresitedir}/piston/__init__.py

%files
%{py3_puresitedir}/*

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-0.0.2.e539a104d516
- (2feea55) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13914 |14cu|python3-django-profile-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-profile
%define vcsdate 20090813
%define vcstag r420

Name:           python3-%{realname}
Version:        0.6
Release:        2
Summary:        Django pluggable user profile zone
Group:          Development/Python
License:        BSD
URL:            http://code.google.com/p/django-profile/
Source:         %{realname}-%{version}-%{vcstag}.tar.gz
BuildArch:      noarch
BuildRequires:  python3-devel python3-setuptools
Requires:       python3-django python3-pillow

%description
This is a user private zone/profile management application, allowing
the user to take control of his account and insert information about
him in his profile.

Inside this package you will find a demo application which will show
you what can be accomplished with the rest of the utilities included
in the package.

%prep
%setup -q -n %{realname}-%{version}-%{vcstag}

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}

# delete unpackaged files
rm -rf %{buildroot}%{py3_puresitedir}/demo

%clean

%files
%defattr(-,root,root,-)
%doc INSTALL.txt CHANGELOG.txt LICENSE.txt README.txt TODO.txt demo/
%{py3_puresitedir}/*



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-2
- (f6cc4e7) Fix imaging requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13915 |14cu|python3-django-registration-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-registration

Name:           python3-django-registration
Version:        1.0
Release:        2
Summary:        A user-registration application for Django

Group:          Development/Python
License:        BSD
URL:            http://bitbucket.org/ubernostrum/django-registration
Source0:        https://pypi.python.org/packages/source/d/django-registration/django-registration-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python3-devel
BuildRequires:	python3-setuptools
Requires:       python3-django

%description
This is a fairly simple user-registration application for Django_, designed to
make allowing user signups as painless as possible.

%prep
%setup -q -n %{realname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%doc docs/
%{py3_puresitedir}/*


%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
- (06438c8) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13916 |14cu|python3-django-sekizai-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	django-sekizai

Summary:	Media framework for Django
Name:		python3-%{module}
Version:	0.7
Release:	3
Source0:	https://pypi.python.org/packages/source/d/django-sekizai/%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://github.com/ojii/django-sekizai/
BuildArch:	noarch
Requires:	python3egg(django-classy-tags) >= 0.3.1
BuildRequires:	python3egg(django-classy-tags) >= 0.3.1
BuildRequires:	python3egg(setuptools)
BuildRequires:	python3egg(sphinx)

%description
Sekizai is media (css/js) framework for Django and Django CMS.

%prep
%setup -q -n %{module}-%{version}

%build
python3 setup.py build
pushd docs
    make html
    rm _build/html/.buildinfo
popd

%install
python3 setup.py install  --root %{buildroot}
(cd %{buildroot}; find *) | sort -u | \
while read FILE; do
    [ -d "%{buildroot}/$FILE" ] && echo "%dir /$FILE" || echo "/$FILE"
done > %{module}.files

find %{buildroot} -size 0 -delete


%files 
%doc LICENSE README.rst docs/_build/html
%dir %{py3_puresitedir}/sekizai
%{py3_puresitedir}/sekizai/*.py
%dir %{py3_puresitedir}/sekizai/templatetags
%{py3_puresitedir}/sekizai/templatetags/*.py
%dir %{py3_puresitedir}/sekizai/test_templates
%{py3_puresitedir}/sekizai/test_templates/*.html
%dir %{py3_puresitedir}/sekizai/test_templates/errors
%{py3_puresitedir}/sekizai/test_templates/errors/*.html
%dir %{py3_puresitedir}/sekizai/test_templates/inherit
%{py3_puresitedir}/sekizai/test_templates/inherit/*.html
%dir %{py3_puresitedir}/sekizai/test_templates/processors
%{py3_puresitedir}/sekizai/test_templates/processors/*.html
%{py3_puresitedir}/django_sekizai-%{version}-py3.*.egg-info



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7-3
- (a94856d) Fix requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13917 |14cu|python3-django-sorting-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname    django-sorting

Name: python3-%{realname}
Version: 0.1
Release: 2
Summary:        A Django application for easy sorting
Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/django-sorting
Source:         %{realname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python3-devel python3-setuptools
Requires:       python3-django

%description
Django-sorting allows for easy sorting, and sorting links generation
without modifying your views.

%prep
%setup -q -n %{realname}-%{version}
find . -name \*._* -exec rm {} +
find . -name \*.buildinfo* -exec rm {} +

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%defattr(-,root,root,-)
%{py3_puresitedir}/*




%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-2
- (a08c24a) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13918 |14cu|python3-django-south-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname    South

Summary:        Migrations for Django
Name:		    python3-django-south
Version:	    1.0
Release:	    1
Source:         https://pypi.python.org/packages/source/S/South/South-%{version}.tar.gz
Group:          Development/Python
License:        ASL 2.0
URL:            http://south.aeracode.org/
BuildArch:      noarch
Requires:       python3egg(django)
BuildRequires:  pkgconfig(python)
BuildRequires:  python3egg(setuptools)

%description
South is an intelligent database migrations library for the Django web
framework. It is database-independent and DVCS-friendly, as well as a
whole host of other features.

%prep
%setup -q -n %{oname}-%{version}
rm -rf South.egg-info

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} 
find %{buildroot} -size 0 -delete

%files 
%doc README
%{py3_puresitedir}/south
%{py3_puresitedir}/South-%{version}-py?.?.egg-info

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-1
- (3ca3509) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13919 |14cu|python3-django-staticfiles-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname    django-staticfiles

Name:		python3-%{realname}
Version:	1.2.1
Release:	1
Summary:        A Django app that provides helpers for serving static files
Group:          Development/Python
License:        BSD
URL:            http://bitbucket.org/jezdez/django-authority/
Source:         https://pypi.python.org/packages/source/d/django-staticfiles/django-staticfiles-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python3-devel python3-setuptools
Requires:       python3-django

%description
A Django app that provides helpers for serving static files

%prep
%setup -q -n %{realname}-%{version}
find . -name \*._* -exec rm {} +
find . -name \*.buildinfo* -exec rm {} +

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%defattr(-,root,root,-)
%{py3_puresitedir}/*




%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-1
- (b5627d5) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13920 |14cu|python3-django-tagging-0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-tagging

Name:           python3-django-tagging
Version:        0.4
Release:        1
Summary:        A generic tagging application for Django projects

Group:          Development/Python
License:        MIT
URL:            http://code.google.com/p/django-tagging/
# svn export -r154 http://django-tagging.googlecode.com/svn/trunk/ django-tagging-0.3-r154
# tar zcf django-tagging-0.3-r154.tar.gz django-tagging-0.3-r154
Source0:        http://django-tagging.googlecode.com/files/%{realname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  locales-en
Requires:       python3-django

%description
A generic tagging application for Django projects, which allows association
of a number of tags with any Model instance and makes retrieval of tags
simple.

%prep
%setup -q -n %{realname}-%{version}

%build
export LC_ALL=en_US.utf8
python3 setup.py build

%install
export LC_ALL=en_US.utf8
python3 setup.py install -O1 --skip-build --root %{buildroot}

%files
%doc CHANGELOG.txt LICENSE.txt docs/
%{py3_puresitedir}/*

%changelog

* Sat Jun 18 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.4-1
- (6e247df) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13921 |14cu|python3-django-tagging-autocomplete-0.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-tagging-autocomplete

Name:           python3-django-tagging-autocomplete
Version:        0.3.1
Release:        3
Summary:        Autocompletion for django-tagging

Group:          Development/Python
License:        MIT
URL:            http://pypi.python.org/pypi/django-tagging-autocomplete
Source0:        http://pypi.python.org/packages/source/d/django-tagging-autocomplete/%{realname}-%{version}.tar.gz


BuildArch:      noarch
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
Requires:       python3-django

%description
Autocompletion for django-tagging

%prep
%setup -q -n %{realname}-%{version}

%build
python3 setup.py build


%install
python3 setup.py install -O1 --skip-build --root %{buildroot}

%files
%doc LICENSE.txt README.txt
%{py3_puresitedir}/*

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-3
- (d30e976) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13922 |14cu|python3-django-threadedcomments-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname    django-threadedcomments

Name: python3-%{realname}
Version: 0.9
Release: 2
Summary:        A simple yet flexible threaded commenting system
Group:          Development/Python
License:        BSD
URL:            http://code.google.com/p/django-threadedcomments/
Source:         %{realname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python3-devel python3-setuptools
Requires:       python3-django

%description
A simple yet flexible threaded commenting system.

%prep
%setup -q -n %{realname}-%{version}
find . -name \*._* -exec rm {} +
find . -name \*.buildinfo* -exec rm {} +

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%defattr(-,root,root,-)
%{py3_puresitedir}/*




%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9-2
- (13a0dc4) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13923 |14cu|python3-django-userprofile-0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname    django-userprofile

Name: python3-%{realname}
Version: 0.7
Release: 2
Summary:        A user private zone/profile management application
Group:          Development/Python
License:        BSD
URL:            http://transifex.org
Source:         userprofile-%{version}-r422-correct-validation.tar.gz
BuildArch:      noarch
BuildRequires:  python3-devel python3-setuptools
Requires:       python3-django

%description
This is a user private zone/profile management application, allowing
the user to take control of his account and insert information about
him in his profile.

Inside this package you will find a demo application which will show
you what can be accomplished with the rest of the utilities included
in the package.

%prep
%setup -q -n userprofile-%{version}-r422-correct-validation
find . -name \*._* -exec rm {} +
find . -name \*.buildinfo* -exec rm {} +

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%defattr(-,root,root,-)
%{py3_puresitedir}/*




%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7-2
- (bc3c1d2) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13924 |14cu|python3-fixtures-1.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fixtures

Name:           python3-%{oname}
Version:	1.4.0
Release:        1
Summary:        Fixtures, reusable state for writing clean tests and more
Group:          Development/Python
License:        ASL 2.0 or BSD
URL:            https://launchpad.net/python-fixtures
Source0:        http://pypi.python.org/packages/source/f/%{oname}/%{oname}-%{version}.tar.gz


BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)

Requires: python3egg(setuptools)

BuildArch:      noarch

%description
Fixtures defines a Python contract for reusable state / support logic,
primarily for unit testing. Helper and adaption logic is included to
make it easy to write your own fixtures using the fixtures contract.
Glue code is provided that makes using fixtures that meet the Fixtures
contract in unittest compatible test cases easy and straight forward.

%prep
%setup -q -n %{oname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root %{buildroot}


%files 
%doc README GOALS NEWS Apache-2.0 BSD COPYING
%{py3_puresitedir}/%{oname}
%{py3_puresitedir}/%{oname}-%{version}-py?.?.egg-info














%changelog

* Thu Sep 22 2016 Denis Silakov <dsilakov@gmail.com> 1.4.0-1
- (2c9be9a) Updated to 1.4.0 (sync with python2 package)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13925 |14cu|python3-gmpy-1.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	gmpy

Summary:	Python interface to GMP
Name:		python3-%{module}
Version:	1.17
Release:	1
Source0:	http://gmpy.googlecode.com/files/gmpy-%{version}.zip
License: 	LGPLv2.1
Group: 		Development/Python
Url: 		http://code.google.com/p/gmpy/
BuildRequires:	gmp-devel >= 4.2.4
BuildRequires:  python3-devel

%description
The General Multiprecision PYthon project (GMPY) focuses on
Python-usable modules providing multiprecision arithmetic
functionality to Python programmers. The project mission includes both
C and C++ Python-modules (for speed) and pure Python modules (for
flexibility and convenience); it potentially includes integral,
rational and floating-point arithmetic in any base. Only
cross-platform functionality is of interest, at least for now.

%prep
%setup -q -n %{module}-%{version}

%build
find -name .svn | xargs rm -rf
python3 ./setup.py build

%install
python3 ./setup.py install --root=%{buildroot} --record=FILE_LIST

%files -f FILE_LIST
%doc README lgpl-2.1.txt doc/ test/

%changelog

* Wed Jul 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.17-1
- (5ca297e) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13926 |14cu|python3-gns3-net-converter-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python3-gns3-net-converter
Version:        1.3.0
Release:        1
Summary:        Abstract away differences among multiple cloud provider APIs
License:        GPL
Group:          Development/Python
Url:            https://pypi.python.org/pypi/gns3-net-converter/
Source0:        http://pypi.python.org/packages/source/a/gns3-net-converter/gns3-net-converter-%{version}.tar.gz
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
Requires:       python3-simplejson
Requires:       python3-qt5
BuildArch:      noarch

%description 
The converter will convert all IOS, 
Cloud and VirtualBoxdevices to the new format.  
It will also convert all QEMU based devices
(QEMU VM, ASA, PIX, JUNOS & IDS).  VPCS nodes 
will be converted to cloud devices due to 
lack of information the 0.8.7 topology files.

%prep
%setup -q -n gns3-net-converter-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%{py3_puresitedir}/*
%{_bindir}/gns3-converter

%changelog

* Mon Feb 29 2016 Denis Silakov <dsilakov@gmail.com> 1.3.0-1
- (8150eb1) Spec cleanup, added python3-qt5 requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13927 |14cu|python3-ipython-5.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An interactive computing environment for Python 
Name:		python3-ipython
Version:	5.0.0
Release:	2
Source0:	https://github.com/ipython/ipython/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://ipython.org
BuildArch:	noarch
BuildRequires:	python3-devel
BuildRequires:	python3-setuptools
BuildRequires:	python3-simplegeneric
BuildRequires:	python3-pygments
BuildRequires:	python3-sphinx 
BuildRequires:	python3-jinja2
BuildRequires:	python3-pexpect
BuildRequires:	python3-pyzmq
BuildRequires:	python3-tornado 
Requires:	python3-pexpect
Requires:	python3-mglob
Requires:	python3-simplegeneric
Requires:	python3-traitlets
Requires:	python3-decorator
Requires:	python3-ipython_genutils
Requires:	python3-backports.shutil_get_terminal_size
Requires:	python3-pickleshare
Requires:	python3-prompt_toolkit
Suggests:	python3-pygments
Suggests:	python3-sip
Suggests:	python3-qt4
Suggests:	python3-mpi4py
Suggests:	python3-tornado 
Suggests:	python3-jinja2
Suggests:	python3-matplotlib
Suggests:	python3-pyzmq

%description
IPython provides a replacement for the interactive Python interpreter with
extra functionality.

Main features:
 * Comprehensive object introspection.
 * Input history, persistent across sessions.
 * Caching of output results during a session with automatically generated\
   references.
 * Readline based name completion.
 * Extensible system of 'magic' commands for controlling the environment and
   performing many tasks related either to IPython or the operating system.
 * Configuration system with easy switching between different setups (simpler
   than changing $PYTHONSTARTUP environment variables every time).
 * Session logging and reloading.
 * Extensible syntax processing for special purpose situations.
 * Access to the system shell with user-extensible alias system.
 * Easily embeddable in other Python programs.
 * Integrated access to the pdb debugger and the Python profiler.

%prep
%setup -qn ipython-%{version}
# delete bundling libs
pushd IPython/external

# use decorators of numpy
rm decorators/_decorators.py

popd

# Get rid of library shebangs
find . -type f -name "*.py" -exec sed -i '/#!\/usr\/bin\/env/d' {} \;

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot} 
for f in %{buildroot}%{_mandir}/man1/*.1; do mv ${f} ${f%.1}3.1; done

chmod 644 %{buildroot}%{_mandir}/man1/*.1*
find %{buildroot} -name .buildinfo -exec rm -f {} \;
find %{buildroot} -name .git_commit_info.ini -exec rm -rf {} \;

%files
%{_bindir}/ipython
%{_bindir}/iptest
%{_bindir}/ipython3
%{_bindir}/iptest3
%{_mandir}/man1/*

%{py3_puresitedir}/*


%changelog

* Tue Jul 19 2016 Denis Silakov <dsilakov@gmail.com> 5.0.0-2
- (cc9f3a2) Added decorator requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13928 |14cu|python3-jsonschema-2.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	jsonschema
%define __noautoreq functools32

Name:		python3-%{oname}
Version:	2.4.0
Release:	1
Summary:	An implementation of JSON Schema validation for Python
Source0:	http://pypi.python.org/packages/source/j/%{oname}/%{oname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://github.com/Julian/jsonschema
BuildArch:	noarch
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(nose)
BuildRequires:  python3egg(mock)


%description
jsonschema is JSON Schema validator currently based on
http://tools.ietf.org/html/draft-zyp-json-schema-03

%prep
%setup -q -n %{oname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}

%check
%{_bindir}/nosetests-3* -v

%files
%doc CHANGELOG.rst COPYING README.rst
%{_bindir}/*
%{py3_puresitedir}/jsonschema/*.py*
%{py3_puresitedir}/jsonschema/tests/*.py*
%{py3_puresitedir}/jsonschema*.egg-info
%{py3_puresitedir}/jsonschema/schemas/draft*.json
%changelog

* Sat Feb 27 2016 Denis Silakov <dsilakov@gmail.com> 2.4.0-1
- (4944525) Only 2.4.0 for now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13929 |14cu|python3-livestreamer-1.12.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname livestreamer

Name:           python3-%{oname}
Version:        1.12.2
Release:        1
License:        BSD and MIT
Summary:        Extracts streams and pipes them into a video player of choice
Url:            http://livestreamer.tanuki.se/
Group:          Sound
Source:         https://pypi.python.org/packages/source/l/%{oname}/%{oname}-%{version}.tar.gz
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3egg(requests)
BuildRequires:  python3egg(sphinx)
BuildRequires:  python3egg(singledispatch)
BuildRequires:  python3egg(urllib3)
BuildRequires:  dos2unix
Conflicts:	python-%{oname}
BuildArch:      noarch

%description
Livestreamer is a CLI program that extracts streams from various services and
pipes them into a video player of choice.
Livestreamer is built upon a plugin system which allows support for new
services to be easily added.

%files
%doc *.rst LICENSE* 
%{_docdir}/%{oname}/html/
%{_bindir}/%{oname}
%{py3_puresitedir}/%{oname}
%{py3_puresitedir}/%{oname}_cli
%{py3_puresitedir}/%{oname}-%{version}-py*.egg-info
%{_mandir}/man1/%{oname}.1.*
#-------------------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

# edit .py file and use python3
find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'

# delete version-control-internal-file
find . -name .gitignore -exec rm -f {} \; >/dev/null
# Remove bundled egg-info
rm -rf src/livestreamer.egg-info

%build
%{__python3} setup.py build

# Generate man page and html documentation (needs python-sphinx)
%{__python3} setup.py build_sphinx -b man
%{__python3} setup.py build_sphinx -b html

pushd build/lib/livestreamer/packages/flashmedia
find . -type f -name "*.py" -exec chmod +x {} \;
popd

%install
%{__python3} setup.py install --root=%{buildroot} --skip-build

# install man page
install -p -d -m755 %{buildroot}%{_mandir}/man1
install -p -m644 build/sphinx/man/%{oname}.1 %buildroot%{_mandir}/man1/%{oname}.1

# install html docs
install -p -d -m755 %{buildroot}%{_docdir}/%{oname}
mv build/sphinx/html %{buildroot}%{_docdir}/%{oname} 

# convert to unix format due rpmlint warning W: wrong-file-end-of-line-encoding
dos2unix %{buildroot}%{_docdir}/%{oname}/html/_static/jquery.js

# convert to utf8 due rpmling warning W: file-not-utf8 /usr/share/doc/python-livestreamer/html/objects.inv
iconv -f iso-8859-1 -t utf-8 %{buildroot}%{_docdir}/%{oname}/html/objects.inv > objects.inv.utf8; \
mv objects.inv.utf8 %{buildroot}%{_docdir}/%{oname}/html/objects.inv

# convert to unix format due rpmlint warning W: wrong-file-end-of-line-encoding
dos2unix %{buildroot}%{_docdir}/%{oname}/html/objects.inv

# Sphinx info file for hashing, no longer needed 
rm %{buildroot}%{_docdir}/%{oname}/html/.buildinfo
pushd %{buildroot}%{py3_puresitedir}/%{oname}/packages/flashmedia
chmod -x {types,box,amf,compat,ordereddict}.py
popd
chmod +x %{buildroot}%{py3_puresitedir}/%{oname}/plugins/tvplayer.py
chmod +x %{buildroot}%{py3_puresitedir}/%{oname}/plugins/tv3cat.py

%check
%{__python3} setup.py test


%changelog

* Sat Jun 25 2016 abfonly <abfonly@gmail.com> 1.12.2-1
- (286397f) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13930 |14cu|python3-markdown-2.6.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Markdown

Summary: Python implementation of the markdown text-to-HTML conversion tool

Name:		python3-markdown
Version:	2.6.5
Release:	2
Source0: 	https://pypi.python.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://www.freewisdom.org/projects/python-markdown/ 
BuildRequires:	python3
BuildArch:	noarch

%description
This is a Python implementation of John Gruber's Markdown. It is almost 
completely compliant with the reference implementation, though there 
are a few known issues

Markdown  is a text-to-HTML conversion tool for web writers. Markdown 
allows you to write using an easy-to-read, easy-to-write plain text format, 
then convert it to structurally valid XHTML (or HTML).

%prep
%setup -qn %{oname}-%{version} 

%build
PYTHONDONTWRITEBYTECODE=  python3 setup.py build

%install
PYTHONDONTWRITEBYTECODE=  python3 setup.py install --root=%{buildroot} --record=FILE_LIST
mv %{buildroot}%{_bindir}/markdown_py %{buildroot}%{_bindir}/markdown_py3
sed -i s/markdown_py/markdown_py3/ FILE_LIST

%files -f FILE_LIST
%doc docs

%changelog

* Tue Jan 26 2016 Denis Silakov <dsilakov@gmail.com> 2.6.5-2
- (0529843) Fix binary name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13931 |14cu|python3-markups-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python3-markups
Version:        1.0.1
Release:        2
Group:		Development/Python
License:        BSD
Summary:        A wrapper around various text markups
URL:            https://pypi.python.org/pypi/Markups
Source0:        http://pypi.python.org/packages/source/M/Markups/Markups-%{version}.tar.gz

BuildRequires:  python3-devel
BuildRequires:  python3-docutils
BuildRequires:  python3-markdown
BuildRequires:  python3-setuptools
BuildRequires:  python3-textile
Requires:       python3-docutils
Requires:       python3-markdown
Requires:       python3-textile
BuildArch:      noarch

%description
This module provides a Python 3 wrapper around the various text markup
languages, such as Markdown and reStructuredText (these two are supported
by default).

%prep
%setup -qn Markups-%{version}

# The source tarball contains a bundled egg-info.
rm -rf Markups.egg-info

%build
python3 setup.py build

%install

python3 setup.py install --skip-build --root %{buildroot}

%check
python3 setup.py test


%files
%doc changelog README.rst LICENSE
%{py3_puresitedir}/* 


%changelog

* Thu Feb 04 2016 Denis Silakov <dsilakov@gmail.com> 1.0.1-2
- (b222d9c) Leave only python3 module



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13932 |14cu|python3-matplotlib-1.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module matplotlib
# the default backend; one of GTK GTKAgg GTKCairo GTK3Agg GTK3Cairo
# CocoaAgg MacOSX Qt4Agg Qt5Agg TkAgg WX WXAgg Agg Cairo GDK PS PDF SVG
%global backend                 TkAgg

Summary:	Python 2D plotting library
Name:		python3-%{module}
Version:	1.5.1
Release:	1
License:	Python license
Group:		Development/Python
Url:		http://matplotlib.sourceforge.net/
#Modified Sources to remove the one undistributable file
Source0:	matplotlib-%{version}-without-extern.tar.xz
Source1:	setup.cfg
Patch0:		20_matplotlibrc_path_search_fix.patch
Patch1:		70_bts720549_try_StayPuft_for_xkcd.patch
%if %{with html}
BuildRequires:	graphviz
BuildRequires:	ipython
BuildRequires:	python3-docutils
BuildRequires:	python3-sphinx
BuildRequires:	texlive
%endif
BuildRequires:	python3-configobj
BuildRequires:	python3-dateutil
BuildRequires:	python3-parsing
BuildRequires:	python3-pytz
BuildRequires:	python3-qt4
BuildRequires:	python3-setuptools
BuildRequires:	tkinter
BuildRequires:	x11-server-xvfb
BuildRequires:	qhull-devel
BuildRequires:	python3-numpy-devel
BuildRequires:	libwxPythonGTK-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libagg)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(tcl)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(zlib)
Requires:	python3-configobj
Requires:	python3-dateutil
Requires:	python3-matplotlib-gtk = %{EVRD}
Requires:	python3-numpy
Requires:	python3-parsing
Requires:	python3-pytz
Obsoletes:	%{name}-emf < 1.5.1
Obsoletes:	%{name}-fltk < 1.5.1

%description
Matplotlib is a python 2D plotting library which produces publication
quality figures in a variety of hardcopy formats and interactive
environments across platforms. matplotlib can be used in python
scripts, the python and ipython shell, web application servers, and
six graphical user interface toolkits.

Matplotlib tries to make easy things easy and hard things possible.
You can generate plots, histograms, power spectra, bar charts,
errorcharts, scatterplots, etc, with just a few lines of code.

%files
%doc doc/README.txt %doc LICENSE/* %doc CHANGELOG
%{py3_platsitedir}/*egg-info
%{py3_platsitedir}/%{module}/
%{py3_platsitedir}/%{module}-*-nspkg.pth
%{py3_platsitedir}/mpl_toolkits/
%{py3_platsitedir}/pylab.py*
%{py3_platsitedir}/__pycache__/pylab*
%exclude %{py3_platsitedir}/%{module}/backends/backend_cairo.py*
%exclude %{py3_platsitedir}/%{module}/backends/backend_gdk.py*
%exclude %{py3_platsitedir}/%{module}/backends/backend_gtk.py*
%exclude %{py3_platsitedir}/%{module}/backends/backend_gtkagg.py*
%exclude %{py3_platsitedir}/%{module}/backends/backend_gtkcairo.py*
%exclude %{py3_platsitedir}/%{module}/backends/backend_qt4.py*
%exclude %{py3_platsitedir}/%{module}/backends/backend_qt4agg.py*
%exclude %{py3_platsitedir}/%{module}/backends/backend_svg.py*
%exclude %{py3_platsitedir}/%{module}/backends/backend_tkagg.py*
%exclude %{py3_platsitedir}/%{module}/backends/tkagg.py*
%exclude %{py3_platsitedir}/%{module}/backends/backend_wx.py*
%exclude %{py3_platsitedir}/%{module}/backends/backend_wxagg.py*

#----------------------------------------------------------------------------

%package cairo
Summary:	Cairo backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	python3-cairo >= 1.2.0

%description cairo
This package contains the Cairo backend for matplotlib.

%files cairo
%{py3_platsitedir}/%{module}/backends/backend_cairo.py*

#----------------------------------------------------------------------------

%package gtk
Summary:	GDK and GTK backends for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	pygtk2.0 >= 2.4.0
Requires:	%{name}-cairo = %{EVRD}

%description gtk
This package contains the GDK and GTK backends for matplotlib.

%files gtk
%{py3_platsitedir}/%{module}/backends/backend_gdk.py*
%{py3_platsitedir}/%{module}/backends/backend_gtk.py*
%{py3_platsitedir}/%{module}/backends/backend_gtkagg.py*
%{py3_platsitedir}/%{module}/backends/backend_gtkcairo.py*

#----------------------------------------------------------------------------

%package qt4
Summary:	Qt backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	python3-qt4

%description qt4
This package contains the Qt4 backend for matplotlib.

%files qt4
%{py3_platsitedir}/%{module}/backends/backend_qt4.py*
%{py3_platsitedir}/%{module}/backends/backend_qt4agg.py*

#----------------------------------------------------------------------------

%package svg
Summary:	SVG backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	python

%description svg
This package contains the SVG backend for matplotlib.

%files svg
%{py3_platsitedir}/%{module}/backends/backend_svg.py*

#----------------------------------------------------------------------------

%package tk
Summary:	Tk backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	tkinter

%description tk
This package contains the Tk backend for matplotlib.

%files tk
%{py3_platsitedir}/%{module}/backends/backend_tkagg.py*
%{py3_platsitedir}/%{module}/backends/tkagg.py*

#----------------------------------------------------------------------------

%package wx
Summary:	WxPython backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	wxPython

%description wx
This package contains the wxPython backend for matplotlib.

%files wx
%{py3_platsitedir}/%{module}/backends/backend_wx.py*
%{py3_platsitedir}/%{module}/backends/backend_wxagg.py*

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for matplotlib
Group:		Development/Python
BuildArch:	noarch

%description doc
This package contains documentation and sample code for matplotlib.

%files doc
%doc examples/ CHANGELOG doc/README.txt
%if %{with html}
%doc doc/build/html/*
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}
%apply_patches

# Copy setup.cfg to the builddir
#sed 's/\(backend = \).*/\1%{backend}/' >setup.cfg <%{SOURCE1}
sed 's/\(backend = \).*/\1%{backend}/' >setup.cfg <%{SOURCE1}

chmod -x lib/matplotlib/mpl-data/images/*.svg

%build
PYTHONDONTWRITEBYTECODE=  xvfb-run python3 setup.py build

%install
PYTHONDONTWRITEBYTECODE=  python3 setup.py install --skip-build --root=%{buildroot}
chmod +x %{buildroot}%{py3_platsitedir}/matplotlib/dates.py
rm -rf %{buildroot}%{py3_platsitedir}/matplotlib/mpl-data/fonts


%changelog

* Mon Nov 07 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-1
- (aedb753) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13933 |14cu|python3-mimeparse-0.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mimeparse

Name:           python3-%{oname}
Version:        0.1.4
Release:        2
Summary:        Python module for parsing mime-type names
Group:          Development/Python
License:        MIT
URL:            https://pypi.python.org/pypi/python-mimeparse
Source0:        https://pypi.python.org/packages/source/p/python-%{oname}/python-%{oname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  pkgconfig(python3)


%description
This module provides basic functions for parsing mime-type names
and matching them against a list of media-ranges.

%prep
%setup -q -n python-%{oname}-%{version}

%build
CFLAGS="%{optflags}" python3 setup.py build

%check
python3 mimeparse_test.py

%install
python3 setup.py install --skip-build --root %{buildroot}

%files
%doc README
%{py3_puresitedir}/*

%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 0.1.4-2
- (af47176) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13934 |14cu|python3-mock-1.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	mock

Name:		python3-%{oname}
Version:	1.3.0
Release:	3
Summary:	A Python Mocking and Patching Library for Testing
Source0:	http://pypi.python.org/packages/source/m/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://www.voidspace.org.uk/python/mock/
BuildArch:	noarch
BuildRequires:	python3egg(setuptools)
BuildRequires:	pkgconfig(python3)


%description
mock is a library for testing in Python. It allows you to replace parts of
your system under test with mock objects and make assertions about how they
have been used.

mock is now part of the Python standard library, available as `unittest.mock
<http://docs.python.org/py3k/library/unittest.mock.html#module-unittest.mock>`
in Python 3.3 onwards.

mock provides a core `MagicMock` class removing the need to create a host of
stubs throughout your test suite. After performing an action, you can make
assertions about which methods / attributes were used and arguments they were
called with. You can also specify return values and set needed attributes in
the normal way.

mock is tested on Python versions 2.4-2.7 and Python 3. mock is also tested
with the latest versions of Jython and pypy.

The mock module also provides utility functions / objects to assist with
testing, particularly monkey patching.


%prep
%setup -q -n %{oname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}


%files
%doc *.txt docs/*.txt
%{py3_puresitedir}/mock
%{py3_puresitedir}/mock*.egg-info

%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 1.3.0-3
- (fab63d2) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13935 |14cu|python3-msgpack-0.4.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define tarname	msgpack-python

Summary:	MessagePack (de)serializer for Python

Name:		python3-msgpack
Version:	0.4.5
Release:	1
Source0:	https://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-%{version}.tar.gz
Patch0:		egg-info-0.2.0.patch
License:	Apache License
Group:		Development/Python
Url:		http://msgpack.org/
BuildRequires:	python3-cython
BuildRequires:	python3-setuptools
Provides:	python3egg(msgpack-python)

%description
MessagePack is a binary-based efficient data interchange format that
is focused on high performance. It is like JSON, but very fast and
small.

%prep
%setup -qn %{tarname}-%{version}
%patch0 -p0

%build
python3 setup.py build

%install
PYTHONDONTWRITEBYTECODE=  python3 setup.py install --root=%{buildroot}

%clean

%files 
%doc COPYING README.rst
%{py3_platsitedir}/msgpack*




%changelog
* Sat Feb 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4.5-1
+ Revision: f684513
- Updated to 0.4.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13936 |14cu|python3-multidict-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global modname multidict

Name:           python3-%{modname}
Version:        1.1.0
Release:        1
Summary:        MultiDict implementation
Group:		Development/Python
License:        ASL 2.0
URL:            https://github.com/aio-libs/%{modname}
Source0:        %{url}/archive/v%{version}%{?rctag:%{rctag}}/%{modname}-%{version}%{?rctag:%{rctag}}.tar.gz
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  python3-cython
BuildRequires:  python3-pytest


%description 
Multidicts are useful for working with HTTP headers, URL query args etc.
The code was extracted from aiohttp library.

%prep
%setup -qn %{modname}-%{version}
rm -f %{modname}/*.c

%build
%py3_build

%install
%py3_install
rm -f %{buildroot}%{py3_platsitedir}/%{modname}/*.{c,pyx}

%check
PYTHONPATH=%{buildroot}%{py3_platsitedir} py.test-3.4 -v

%files
%doc README.rst CHANGES.rst LICENSE
%{py3_platsitedir}/%{modname}-*.egg-info/
%{py3_platsitedir}/%{modname}/


%changelog

* Wed Sep 14 2016 Denis Silakov <dsilakov@gmail.com> 1.1.0-1
- (c89f463) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13937 |14cu|python3-netifaces-0.10.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	netifaces

Name:		python3-%{oname}
Version:	0.10.4
Release:	1
Summary:	Portable network interface information
Source0:	https://bitbucket.org/al45tair/netifaces/get/release_0_10_4.tar.gz
License:	MIT License
Group:		Development/Python
Url:		http://alastairs-place.net/netifaces
BuildRequires:	python3-devel
BuildRequires:	python3-setuptools

%description
netifaces provides a (hopefully portable-ish) way for Python programmers to
get access to a list of the network interfaces on the local machine, and to
obtain the addresses of those network interfaces.

The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux
and Solaris.

It should work on other UNIX-like systems provided they implement
either getifaddrs() or support the SIOCGIFxxx socket options, although the
data provided by the socket options is normally less complete.

%prep
%setup -qn al45tair-netifaces-1d6d179f8bce

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}

%files
%{py3_platsitedir}/*.so
%{py3_platsitedir}/netifaces*.egg-info

%changelog

* Tue Mar 08 2016 Denis Silakov <dsilakov@gmail.com> 0.10.4-1
- (aed2ded) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13938 |14cu|python3-parted-3.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname pyparted

Summary: Python module for GNU parted
Name:    python3-parted
Version: 3.10.0
Release: 1
License: GPLv2+
Group:   System/Configuration/Hardware
URL:     http://fedorahosted.org/pyparted
Source0: https://fedorahosted.org/releases/p/y/pyparted/pyparted-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: parted-devel >= 1.9.0-20
BuildRequires: python3-decorator

Requires: python3-decorator

%description
Python module for the parted library.  It is used for manipulating
partition tables.

%prep
%setup -qn %{fname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}

%files
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
%{py3_platsitedir}/*

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.10.0-1
- (0d45b2c) Fix name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13939 |14cu|python3-paste-2.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Paste

Name:           python3-paste
Version:        2.0.2
Release:        1
Summary:        Tools for using a Web Server Gateway Interface stack
Group:          Development/Python
License:        MIT
URL:            http://pythonpaste.org
Source0:        http://pypi.python.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz
BuildArch:      noarch
Requires:	python3-pkg-resources
BuildRequires:  python3-setuptools
BuildRequires:	python3-sphinx

%description
These provide several pieces of "middleware" (or filters) that can be nested
to build web applications.  Each piece of middleware uses the WSGI (PEP 333)
interface, and should be compatible with other middleware based on those
interfaces.

%prep
%setup -q -n %{tarname}-%{version}
%{__sed} -i -e '/^#!.*/,1 d' paste/util/scgiserver.py paste/debug/doctest_webapp.py

%install
PYTHONDONTWRITEBYTECODE=  python3 setup.py install --root=%{buildroot}
sphinx-build -b html docs html
rm -f html/.buildinfo

%files
%doc html/
%{py3_puresitedir}/*

%changelog

* Fri Jan 15 2016 Denis Silakov <dsilakov@gmail.com> 2.0.2-1
- (af78d31) Updated to 2.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13940 |14cu|python3-pbr-1.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pbr

Name:		python3-%{oname}
Version:	1.8.1
Release:	1
Summary:	Python Build Reasonableness
Source0:	https://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.gz
License:	Apache Software License
Group:		Development/Python
Url:		http://pypi.python.org/pypi/pbr

BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
BuildRequires:	pythonegg(sphinx)
BuildRequires:  graphviz
BuildRequires:  python3egg(d2to1)

Requires:	python3egg(pip) 

BuildArch:	noarch

%description
Introduction
============

PBR is a library that injects some useful and sensible default behaviors
into your setuptools run. It started off life as the chunks of code that
were copied between all of the OpenStack projects. Around the time that
OpenStack hit 18 different projects each with at least 3 active branches,
it seems like a good time to make that code into a proper re-usable library.

PBR is only mildly configurable. The basic idea is that there's a decent
way to run things and if you do, you should reap the rewards, because then
it's simple and repeatable. If you want to do things differently, cool! But
you've already got the power of python at your fingertips, so you don't
really need PBR.

PBR builds on top of the work that `d2to1` started to provide for declarative
configuration. `d2to1` is itself an implementation of the ideas behind
`distutils2`. Although `distutils2` is now abandoned in favor of work towards
PEP 426 and Metadata 2.0, declarative config is still a great idea and
specifically important in trying to distribute setup code as a library
when that library itself will alter how the setup is processed. As Metadata
2.0 and other modern Python packaging PEPs come out, `pbr` aims to support
them as quickly as possible.



%prep
%setup -q -n %{oname}-%{version}
# no test, missing deps for testing
rm -rf {test-,}requirements.txt
#remove bundled
rm -rf %{oname}.egg-info


%build
python3 setup.py build

# build docs and clean after sphinx
sphinx-build doc/source html
rm -rf html/.{doctrees,buildinfo}


%install
python3 setup.py install --root=%{buildroot}
mv %{buildroot}%{_bindir}/pbr %{buildroot}%{_bindir}/pbr-py3


%files
%doc html README.rst LICENSE
%{py3_puresitedir}/%{oname}-%{version}-py?.?.egg-info
%{py3_puresitedir}/%{oname}
%{_bindir}/*

%changelog

* Mon Oct 19 2015 abfonly <abfonly@gmail.com> 1.8.1-1
- (1858f7f) Update to 1.8.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13941 |14cu|python3-pep8-1.5.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define	debug_package %{nil}
%define oname pep8

Name:           python3-%{oname}
Version:	1.5.7
Release:        3
Summary:        Python3 style guide checker

Group:          Development/Other
License:        MIT
URL:            https://github.com/jcrocholl/pep8
Source0:        https://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  pythonegg(sphinx)
Requires:       python3egg(setuptools)


%description
pep8 is a tool to check your Python code against some of the style conventions
in PEP 8. It has a plug-in architecture, making new checks easy, and its output
is parse-able, making it easy to jump to an error location in your editor.

%prep
%setup -qn %{oname}-%{version}

%build
python3 setup.py build
cd docs 
make man
cd ..
%install
python3 setup.py install  --prefix=/usr --root %{buildroot}
install -Dm644  docs/_build/man/%{oname}.1 %{buildroot}%{_mandir}/man1/python3-%{oname}*
chmod +x %{buildroot}%{python3_sitelib}/pep8.py

%files
%doc CHANGES.txt 
%{_bindir}/pep8
%{py3_puresitedir}/*
%{_mandir}/man1/python3-%{oname}*



%changelog
* Sat Mar 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5.7-3
+ Revision: 38dce15
- Updated to 1.5.7 (sync with python2 package)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13942 |14cu|python3-poppler-qt4-0.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pypi_name python-poppler-qt4

Summary:	Python3 bindings for the Poppler PDF rendering library
Name:		python3-poppler-qt4
Version:	0.24.0
Release:	1
License:	LGPLv2+
Group:		Development/Python
Url:		https://pypi.python.org/pypi/%{pypi_name}/
Source0:	https://pypi.python.org/packages/source/p/python-poppler-qt4/%{pypi_name}-%{version}.tar.gz
BuildRequires:	python3-sip
BuildRequires:	python3-qt4-devel
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(python3)
Requires:	python3-sip-api(%{sip_api_major}) >= %{sip_api}

%description
Python bindings for the Poppler PDF rendering library. It is needed to run
programs written in Python and using Poppler set.

%files
%doc ChangeLog LICENSE TODO
%{py3_platsitedir}/popplerqt4*.so
%{py3_platsitedir}/python_poppler*

#----------------------------------------------------------------------------

%prep
%setup -qn %{pypi_name}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root=%{buildroot} --prefix=%{_prefix}


%changelog

* Wed Feb 03 2016 Denis Silakov <dsilakov@gmail.com> 0.24.0-1
- (243545f) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13943 |14cu|python3-psutil-3.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global short_name psutil

Name:		python3-psutil
Version:	3.1.1
Release:	1
Summary:	A process utilities module for Python

Group:		Development/Python
License:	BSD
URL:		http://psutil.googlecode.com/
Source0:	https://pypi.python.org/packages/source/p/psutil/psutil-%{version}.tar.gz

BuildRequires:	python3-devel

%description
psutil is a module providing an interface for retrieving information on running
processes and system utilization (CPU, memory) in a portable way by using
Python, implementing many functionalities offered by tools like ps, top and
Windows task manager.



%prep
%setup -q -n %{short_name}-%{version}

# Remove shebangs
for file in psutil/*.py; do
  sed -i.orig -e 1d $file && \
  touch -r $file.orig $file && \
  rm $file.orig
done



%build
export CFLAGS="%{optflags}"
python3 setup.py build


%install
python3 setup.py install \
  --skip-build \
  --root %{buildroot}

%files
%doc CREDITS LICENSE docs/
%{py3_platsitedir}/%{short_name}/
%{py3_platsitedir}/*.egg-info

%changelog

* Thu Oct 08 2015 Denis Silakov <dsilakov@gmail.com> 3.1.1-1
- (3be5852) Updated to 3.1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13944 |14cu|python3-pycodestyle-2.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define distsuffix mrb
%define oname pycodestyle

Name:           python3-%{oname}
Version:        2.3.1
Release:        4
Summary:        Python style guide checker
Group:          Development/Python
License:        MIT
Url:            https://github.com/PyCQA/pycodestyle
Source0:        https://github.com/PyCQA/pycodestyle/archive/%{oname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3egg(sphinx)
BuildRequires:  pkgconfig(libtoxcore)
Requires:       python3egg(setuptools)
Provides:       python3-pep8 == %{EVRD}
Obsoletes:      python3-pep8 < %{EVRD}
Obsoletes:      python3-codestyle < %{EVRD}
#Conflicts:      python-%{oname}

%description
pep8 is a tool to check your Python code against some of the style conventions
in PEP 8. It has a plug-in architecture, making new checks easy, and its output
is parse-able, making it easy to jump to an error location in your editor.
This package used to be called pep8 but was renamed to 
"pycodestyle"  to reduce confusion. Further discussion can be found:
https://github.com/PyCQA/pycodestyle/issues/466
.

%files
%doc LICENSE *.txt *.rst
%{_bindir}/py3codestyle
%{py3_puresitedir}/*
%{_mandir}/man1/%{oname}*
#---------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%py3_build
cd docs 
make man
cd ..

%install
%py3_install
install -Dm644  docs/_build/man/%{oname}.1 %{buildroot}%{_mandir}/man1/%{oname}*
chmod +x %{buildroot}%{py3_puresitedir}/*.py
mv %{buildroot}%{_bindir}/pycodestyle %{buildroot}%{_bindir}/py3codestyle

%check
python3 setup.py test


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13945 |14cu|python3-pymongo-3.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname    pymongo

Name:           python3-%{shortname}
Version:        3.0.3
Release:        1
Summary:        Python driver for MongoDB


Group:          Development/Python
License:        Apache License
URL:            http://api.mongodb.org/python/2.1/
Source0:        http://pypi.python.org/packages/source/p/pymongo/pymongo-%{version}.tar.gz
BuildRequires:  python3-setuptools
BuildRequires:  python3-devel

%define debug_package %{nil}

%description
The PyMongo distribution contains tools for interacting with MongoDB
database from Python.

The bson package is an implementation of the BSON format for Python.
The pymongo package is a native Python driver for MongoDB.
The gridfs package is a gridfs implementation on top of pymongo.
This driver is build without the C extensions.

%prep
%setup -q -n %{shortname}-%{version}

%build
python3 setup.py --no_ext build

%install
python3 setup.py --no_ext install -O1 --skip-build --root %{buildroot} --install-purelib=%{py3_platsitedir}

%files
%{py3_platsitedir}/*

%changelog

* Thu Mar 10 2016 Denis Silakov <dsilakov@gmail.com> 3.0.3-1
- (af68f13) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13946 |14cu|python3-pyside-1.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define qtver   4.8
%define py3verflags %(python3 -c "import sysconfig; print(sysconfig.get_config_var('SOABI'))")
%define pyname     PySide
%define tarname    pyside

Name:           python3-pyside
Version:        1.2.2
Release:        1
License:        LGPLv2+
Summary:        The PySide project provides LGPL-licensed Python bindings for the Qt
Group:          Development/KDE and Qt
URL:            http://www.pyside.org
Source0:        http://download.qt-project.org/official_releases/pyside/%{tarname}-qt%{qtver}+%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
BuildRequires:  cmake
BuildRequires:  qt4-devel
BuildRequires:  pkgconfig(QtWebKit)
BuildRequires:  phonon-devel
BuildRequires:  shiboken-devel >= 1.2.0
BuildRequires:  python3-devel
BuildRequires:  python3-shiboken-devel
Requires:       python3-pyside-phonon
Requires:       python3-pyside-core
Requires:       python3-pyside-declarative
Requires:       python3-pyside-gui
Requires:       python3-pyside-help
Requires:       python3-pyside-multimedia
Requires:       python3-pyside-network
Requires:       python3-pyside-opengl
Requires:       python3-pyside-script
Requires:       python3-pyside-scripttools
Requires:       python3-pyside-sql
Requires:       python3-pyside-test
Requires:       python3-pyside-xmlpatterns
Requires:       python3-pyside-xml
Requires:       python3-pyside-uitools
Requires:       python3-pyside-svg
Requires:       python3-pyside-webkit

%description
The PySide project provides LGPL-licensed Python bindings for the Qt
cross-platform application and UI framework. PySide Qt bindings allow both free
open source and proprietary software development and ultimately aim to support
all of the platforms as Qt itself. This is the Python3 version.

%files

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-phonon
Summary:        PySide phonon module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-phonon
PySide phonon module. This is the Python3 version.

%files -n       python3-%{tarname}-phonon
%{python3_sitearch}/PySide/phonon.so
%{_datadir}/PySide/typesystems/typesystem_phonon.*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-core
Summary:        PySide core module
Group:          Development/KDE and Qt

%description -n python3-%{tarname}-core
PySide core module. This is the Python3 version.

%files -n        python3-%{tarname}-core
%{python3_sitearch}/PySide/QtCore.so
%{python3_sitearch}/PySide/__init__.py*
%{python3_sitearch}/PySide/_utils.py*
%{_datadir}/PySide/typesystems/typesystem_core*
%{_datadir}/PySide/typesystems/typesystem_templates.*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-declarative
Summary:        PySide declarative module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-declarative
PySide declarative module. This is the Python3 version.

%files -n       python3-%{tarname}-declarative
%{python3_sitearch}/PySide/QtDeclarative.so
%{_datadir}/PySide/typesystems/typesystem_declarative.*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-gui
Summary:        PySide gui module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-gui
PySide gui module. This is the Python3 version.

%files -n       python3-%{tarname}-gui
%{python3_sitearch}/PySide/QtGui.so
%{_datadir}/PySide/typesystems/typesystem_gui*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-help
Summary:        PySide help module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-help
PySide help module. This is the Python3 version.

%files -n       python3-%{tarname}-help
%{python3_sitearch}/PySide/QtHelp.so
%{_datadir}/PySide/typesystems/typesystem_help.*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-multimedia
Summary:        PySide multimedia module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-multimedia
PySide multimedia module. This is the Python3 version.

%files -n       python3-%{tarname}-multimedia
%{python3_sitearch}/PySide/QtMultimedia.so
%{_datadir}/PySide/typesystems/typesystem_multimedia*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-network
Summary:        PySide network module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-network
PySide network module. This is the Python3 version.

%files -n       python3-%{tarname}-network
%{python3_sitearch}/PySide/QtNetwork.so
%{_datadir}/PySide/typesystems/typesystem_network.*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-opengl
Summary:        PySide opengl module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-opengl
PySide opengl module. This is the Python3 version.

%files -n       python3-%{tarname}-opengl
%{python3_sitearch}/PySide/QtOpenGL.so
%{_datadir}/PySide/typesystems/typesystem_opengl*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-script
Summary:        PySide script module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-script
PySide script module. This is the Python3 version.

%files -n       python3-%{tarname}-script
%{python3_sitearch}/PySide/QtScript.so
%{_datadir}/PySide/typesystems/typesystem_script.*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-scripttools
Summary:        PySide scripttool module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-scripttools
PySide scripttool module. This is the Python3 version.

%files -n       python3-%{tarname}-scripttools
%{python3_sitearch}/PySide/QtScriptTools.so
%{_datadir}/PySide/typesystems/typesystem_scripttools.*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-sql
Summary:        PySide sql module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-sql
PySide sql module. This is the Python3 version.

%files -n       python3-%{tarname}-sql
%{python3_sitearch}/PySide/QtSql.so
%{_datadir}/PySide/typesystems/typesystem_sql.*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-svg
Summary:        PySide svg module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-svg
PySide svg module. This is the Python3 version.

%files -n       python3-%{tarname}-svg
%{python3_sitearch}/PySide/QtSvg.so
%{_datadir}/PySide/typesystems/typesystem_svg.*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-test
Summary:        PySide test module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-test
PySide test module. This is the Python3 version.

%files -n       python3-%{tarname}-test
%{python3_sitearch}/PySide/QtTest.so
%{_datadir}/PySide/typesystems/typesystem_test.*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-uitools
Summary:        PySide uitools module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-uitools
PySide uitools module. This is the Python3 version.

%files -n       python3-%{tarname}-uitools
%{python3_sitearch}/PySide/QtUiTools.so
%{_datadir}/PySide/typesystems/typesystem_uitools.*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-webkit
Summary:        PySide webkit module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-webkit
PySide webkit module. This is the Python3 version.

%files -n       python3-%{tarname}-webkit
%{python3_sitearch}/PySide/QtWebKit.so
%{_datadir}/PySide/typesystems/typesystem_webkit*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-xmlpatterns
Summary:        PySide xmlpatterns module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-xmlpatterns
PySide xmlpatterns module. This is the Python3 version.

%files -n       python3-%{tarname}-xmlpatterns
%{python3_sitearch}/PySide/QtXmlPatterns.so
%{_datadir}/PySide/typesystems/typesystem_xmlpatterns*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-xml
Summary:        PySide xml module
Group:          Development/KDE and Qt
Requires:       python3-%{tarname}-core = %{version}

%description -n python3-%{tarname}-xml
PySide xml module. This is the Python3 version.

%files -n       python3-%{tarname}-xml
%{python3_sitearch}/PySide/QtXml.so
%{_datadir}/PySide/typesystems/typesystem_xml.*

#------------------------------------------------------------------------------

%define major   1
%define py3libname %mklibname python3-%{tarname} %{major}

%package -n     %{py3libname}
Summary:        PySide core library
Group:          Development/KDE and Qt

%description -n %{py3libname}
PySide core library. This is the Python3 version.

%files -n       %{py3libname}
%{_libdir}/libpyside.%{py3verflags}.so.%{major}*

#------------------------------------------------------------------------------

%package -n     python3-%{tarname}-devel
Summary:        PySide devel files
Group:          Development/KDE and Qt
Requires:       python3-%{tarname} = %{version}
Requires:       %{py3libname} = %{version}

%description -n python3-%{tarname}-devel
PySide devel files. This is the Python3 version.

%files -n       python3-%{tarname}-devel
%{_libdir}/libpyside.%{py3verflags}.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/cmake/*

#------------------------------------------------------------------------------

%prep
%setup -qn pyside-qt%{qtver}+%{version}

%build
%define Werror_cflags %nil
%cmake \
        -DQT_SRC_DIR=%{buildroot}%{qt4dir} \
        -DQT_PHONON_INCLUDE_DIR=%{_includedir}/phonon \
        -DPYTHON_SUFFIX=.%{py3verflags} \
        -DPYTHON_EXECUTABLE=%{__python3}
%make

%install
%makeinstall_std -C build

%changelog
* Mon Mar 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-1
+ Revision: 1804ec6
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13947 |14cu|python3-python-editor-0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# this specfile is inspired from fedoras'one.
# but I choose not to use git sources, I prefer using tarball
%define bname editor
%define tarname python-%{bname}
%define fname %{tarname}

Name:		python3-%{tarname}
Version:	0.4
Release:	1
Summary:	Programmatically open an editor

Group:		Development/Python
License:	ASL
URL:		https://github.com/jcrocholl/pep8
Source0:	http://pypi.python.org/packages/source/p/%{fname}/%{fname}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python3-devel
BuildRequires:	python3-setuptools
BuildRequires:	python3-sphinx
Requires:	python3-setuptools

%description
python-editor is a library that provides the editor module for programmatically
interfacing with your system’s $EDITOR.

This is a version for Python 3.

%prep
%setup -qn %{tarname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install -O1 --root %{buildroot}

%files
%{py3_puresitedir}/%{bname}.py*
%{py3_puresitedir}/python_editor-%{version}-*.egg-info

%changelog

* Tue Feb 02 2016 Denis Silakov <dsilakov@gmail.com> 0.4-1
- (81d8ff1) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13948 |14cu|python3-raven-5.10.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python3-raven
Version:        5.10.2
Release:        1
Summary:        Python client for Sentry
Group:          Development/Python
License:        BSD
URL:            https://pypi.python.org/pypi/raven/
Source0:        http://pypi.python.org/packages/source/r/raven/raven-%{version}.tar.gz
Patch0:         raven-use-system-cacert.patch
BuildArch:      noarch
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools

%description
Raven is a Python client for Sentry <http://getsentry.com>. It provides full
out-of-the-box support for many of the popular frameworks, including Django,
and Flask. Raven also includes drop-in support for any WSGI-compatible web
application.

%prep
%setup -q -n raven-%{version}
%patch0 -p1

rm raven/data/cacert.pem
rmdir raven/data

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root=%{buildroot}

%check
#Disable check for now because of missing dependency pytest-timeout
#python3 setup.py test

%files
%doc README.rst LICENSE
%{_bindir}/raven
%{py3_puresitedir}/*


%changelog

* Fri Feb 26 2016 Denis Silakov <dsilakov@gmail.com> 5.10.2-1
- (f6e81cd) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13949 |14cu|python3-rpy2-2.7.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module rpy2
%define r_version 3.2.3
%define __noautoreq 'libR.so\\(.*'

Summary:	A very simple, yet robust, Python interface to the R Programming Language
Name:		python3-%{module}
Version:	2.7.4
Release:	2
Group:		Development/Python
License:	AGPLv3+
URL:		http://rpy.sourceforge.net/
Source0:	http://pypi.python.org/packages/source/r/%{module}/%{module}-%{version}.tar.gz
Requires:	python3-numpy
Requires:	R-core = %{r_version}
BuildRequires:	lapack-devel
BuildRequires:	python3-devel
BuildRequires:	python3-setuptools
BuildRequires:	python3-numpy-devel
BuildRequires:	R-core = %{r_version}
BuildRequires:	R-devel = %{r_version}
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:  pcre-devel
BuildRequires:  lzma-devel
BuildRequires:  bzip2-devel
BuildRequires:  zlib-devel
Provides:	rpy = %{EVRD}

%description
RPy is a very simple, yet robust, Python interface to the R Programming
Language. It can manage all kinds of R objects and can execute arbitrary R
functions (including the graphic functions). All errors from the R language
areconverted to Python exceptions. Any module installed for the R system can
be used from within Python. 

This code is inspired by RSPython from the Omegahat project. The main goals of
RPy are: 
 + to have a very robust interface for using R from Python 
 + the interface should be as transparent and easy to use as possible 
 + it should be usable for real scientific and statistical computations
 

%prep
%setup -qn %{module}-%{version}

%build
env CFLAGS="%{optflags}" LDFLAGS="-lreadline" python3 setup.py build

%install
PYTHONDONTWRITEBYTECODE= \
python3 setup.py install -O1 --skip-build --root %{buildroot} --record=INSTALLED_FILES
sed -i '/egg-info$/d' INSTALLED_FILES

%files -f INSTALLED_FILES
%doc NEWS

%changelog

* Mon Mar 21 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.7.4-2
- (72a092c) Rebuild with new R



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13950 |14cu|python3-stevedore-1.15.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stevedore

Name:           python3-%{oname}
Version:        1.15.0
Release:        1
Summary:        Manage dynamic plugins for Python applications
Group:          Development/Python
License:        ASL 2.0
URL:            https://github.com/dreamhost/%{oname}
Source0:        http://pypi.python.org/packages/source/s/%{oname}/%{oname}-%{version}.tar.gz

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3egg(pbr)
BuildRequires:  python3egg(nose)
BuildRequires:  python3egg(mock)
BuildRequires:  python3egg(testtools)
BuildRequires:  python3egg(oslotest)
BuildRequires:  python3egg(pillow)
BuildRequires:  python3egg(sphinx)
BuildRequires:  python3egg(mock)
BuildRequires:  python3egg(coverage)
BuildRequires:  python3egg(testrepository)
BuildRequires:  python3egg(discover)
BuildRequires:  python3egg(oslosphinx)
Requires:       python3egg(setuptools)
Requires:       python3egg(six)
Requires:       python3egg(pbr)
BuildArch:      noarch

%description 
Manage dynamic plugins for Python applications.
%files 
%doc README.rst LICENSE
%{py3_puresitedir}/%{oname}
%{py3_puresitedir}/%{oname}-%{version}-py?.?.egg-info
#--------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
# we have newer modules
rm -fr requirements.txt

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root=%{buildroot}
find %{buildroot} -size 0 -delete

%check
PYTHONPATH=. nosetests-%{python3_version}




%changelog

* Sat Jun 18 2016 abfonly <abfonly@gmail.com> 1.15.0-1
- (d15e0b7) Log: Update to 1.15.0
- (d15e0b7) backported missing BR and Req
- (d15e0b7) fixed and enabled tests
- (d15e0b7) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13951 |14cu|python3-sympy-0.7.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	sympy

Summary:	Python library for symbolic mathematics

Name:		python3-%{module}
Version:	0.7.6
Release:	1
License:	BSD
Group:		Development/Python
Url:		http://sympy.googlecode.com/
Source0:	https://github.com/sympy/sympy/releases/download/sympy-0.7.6/sympy-%{version}.tar.gz
Patch0:		sympy-0.7.6-strip-internal-mpmath.patch
Patch1:		https://github.com/AadityaNair/sympy/commit/1be64700c1063eff2b2747ce63ca03eac797b4a4.patch
Patch2:		https://github.com/debugger22/sympy/commit/d3d3bd01bc5f625055bfa7247efc1e8cdeef0b33.patch
Requires: 	python3-numpy
Requires: 	python3-mpmath
Requires: 	python3

Suggests:	python3-gmpy >= 1.03
Suggests:	python3-pyglet


BuildRequires:  python3-devel
BuildRequires:  librsvg
BuildRequires:  imagemagick
BuildRequires:	python3-mpmath
BuildRequires:  gettext
BuildRequires:  graphviz

BuildArch:	noarch

%description
SymPy is a Python library for symbolic mathematics. It aims to become
a full-featured computer algebra system (CAS) while keeping the code
as simple as possible in order to be comprehensible and easily
extensible. SymPy is written entirely in Python and does not require
any external libraries, except optionally for plotting support.

%prep
%setup -q -n %{module}-%{version}

%patch0 -p0 -b .mpmath
%patch1 -p1
%patch2 -p1

# Use python-mpmath package
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-python/sympy/sympy-0.7.1.ebuild?revision=1.2&view=markup
rm -rf sympy/mpmath doc/src/modules/mpmath
rm -rf %{name}-%{version}/sympy/mpmath %{name}-%{version}/doc/src/module/mpmath


%build

%install
python3 setup.py install --root=%{buildroot}

# happy linting
rm -rf doc/_build/html/.buildinfo
rm -rf %{buildroot}%{_bindir}/test %{buildroot}%{_bindir}/doctest %{buildroot}%{_bindir}/py.bench
rm -rf %{buildroot}%{py3_puresitedir}/sympy/strategies/tests/test_strat.py
chmod +x %{buildroot}%{py3_puresitedir}/sympy/utilities/tests/diagnose_imports.py
#

%files 
%doc AUTHORS LICENSE examples/
%{_bindir}/isympy
%{_mandir}/man1/isympy.*
%dir %{py3_puresitedir}/%{module}
%{py3_puresitedir}/%{module}/*
%{py3_puresitedir}/%{module}-*.egg-info

%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 0.7.6-1
- (bf3b9b4) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13952 |14cu|python3-textile-2.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname textile
%define debug_package %{nil}

Name:           python3-%{shortname}
Version:        2.2.2
Release:        1
Summary:        A Humane Web Text Generator

Group:          Development/Python
License:        BSD
URL:            http://dealmeida.net/projects/textile/
Source0:        http://pypi.python.org/packages/source/t/textile/textile-%{version}.tar.gz

BuildRequires:  python3-devel
BuildRequires:  python3-setuptools

%description
Textile is a XHTML generator using a simple markup developed by Dean Allen.
This is a Python port with support for code validation, itex to MathML
translation, Python code coloring and much more.

%prep
%setup -qn %{shortname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot} --install-purelib=%{py3_platsitedir}
 
%files
%{py3_platsitedir}/*

%changelog

* Tue Jan 26 2016 Denis Silakov <dsilakov@gmail.com> 2.2.2-1
- (cb99839) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13953 |14cu|python3-unittest2-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname unittest2

Name:           python3-%{oname}
Version:        1.1.0
Release:        2
Url:            http://pypi.python.org/pypi/unittest2
Summary:        Backport ofunittest2 to Python3
License:        BSD
Group:          Development/Python
Source:         http://pypi.python.org/packages/source/u/%{oname}/%{oname}-%{version}.tar.gz
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3egg(argparse)
BuildRequires:  python3egg(six)
BuildRequires:  python3egg(nose)
BuildRequires:  python3egg(linecache2)
Requires:       python3
BuildArch:	noarch



%description
unittest2 is a backport of the new features added to the unittest
testing framework in Python 2.7. It has been tested to on Python 2.4 -
2.6.

To use unittest2 instead of unittest simply replace ``import
unittest`` with ``import unittest2``.

Classes in unittest2 derive from the equivalent classes in unittest,
so it should be possible to use the unittest2 test running infra-
structure without having to switch all your tests to using unittest2
immediately. Similarly, you can use the new assert methods on
``unittest2.TestCase`` with the standard unittest test running
infrastructure. Not all of the new features in unittest2 will work
with the standard unittest test loaders and runners, however.
This is python3 module.

%prep
%setup -qn %{oname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

# rename py3 binaries for coexsistance
mv %{buildroot}%{_bindir}/unit2 %{buildroot}%{_bindir}/unit2-python%{py3_ver}


%files
%doc README.txt
%{_bindir}/*
%{py3_puresitedir}/unittest2/
%{py3_puresitedir}/unittest2-%{version}-py%{py3_ver}.egg-info


%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 1.1.0-2
- (70b1aca) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13954 |14cu|python3-werkzeug-0.10.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global srcname Werkzeug

Name:           python3-werkzeug
Version:        0.10.4
Release:        1
Summary:        The Swiss Army knife of Python web development 

Group:          Development/Python
License:        BSD
URL:            http://werkzeug.pocoo.org/
Source0:        https://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python3-devel

%description
Werkzeug
========

Werkzeug started as simple collection of various utilities for WSGI
applications and has become one of the most advanced WSGI utility
modules.  It includes a powerful debugger, full featured request and
response objects, HTTP utilities to handle entity tags, cache control
headers, HTTP dates, cookie handling, file uploads, a powerful URL
routing system and a bunch of community contributed addon modules.

Werkzeug is unicode aware and doesn't enforce a specific template
engine, database adapter or anything else.  It doesn't even enforce
a specific way of handling requests and leaves all that up to the
developer. It's most useful for end user applications which should work
on as many server environments as possible (such as blogs, wikis,
bulletin boards, etc.).

%prep
%setup -q -n %{srcname}-%{version}
%{__sed} -i 's/\r//' LICENSE

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}

%files
%doc AUTHORS LICENSE PKG-INFO CHANGES
%{py3_puresitedir}/*

%changelog

* Thu Mar 24 2016 Denis Silakov <dsilakov@gmail.com> 0.10.4-1
- (ca8415a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13955 |14cu|python3-whoosh-2.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Whoosh

Summary:	Fast, pure Python full text indexing, search, and spell checking library
Name:		python3-whoosh
Version:	2.7.0
Release:	1
Source0:	http://pypi.python.org/packages/source/W/Whoosh/Whoosh-%{version}.zip
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/Whoosh/
BuildArch:	noarch
BuildRequires:	python3-setuptools
BuildRequires:	python3-sphinx

%description
Whoosh is a fast, featureful full-text indexing and searching library
implemented in pure Python. Programmers can use it to easily add
search functionality to their applications and websites. Every part of
how Whoosh works can be extended or replaced to meet your needs
exactly.

Some of Whoosh's features include:

* Pythonic API.
* Pure-Python. No compilation or binary packages needed, no mysterious
  crashes.
* Fielded indexing and search.
* Fast indexing and retrieval -- faster than any other pure-Python,
  scoring, full-text search solution I know of.
* Pluggable scoring algorithm (including BM25F), text analysis,
  storage, posting format, etc.
* Powerful query language parsed by pyparsing.
* Pure Python spell-checker (as far as I know, the only one).

%prep
%setup -q -n %{tarname}-%{version}

%install
PYTHONDONTWRITEBYTECODE=  python3 setup.py install --root=%{buildroot}

PYTHONPATH=`dir -d build/lib*` sphinx-build -b html docs/source html
%__rm -rf html/.buildinfo html/.doctrees

chmod 644 *.txt
chmod 644 %{buildroot}%{py3_puresitedir}/%{tarname}-%{version}-py%{py3_ver}.egg-info/*

%files
%doc *.txt html/
%{py3_puresitedir}/%{tarname}*
%{py3_puresitedir}/whoosh*


%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 2.7.0-1
- (16d39a1) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13956 |14cu|python-amqp-1.4.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define oname amqp
Name:           python-%{oname}
Version:        1.4.7
Release:        1
Summary:        Low-level AMQP client for Python (fork of amqplib)
Group:          Development/Python
License:        LGPLv2+
URL:            http://pypi.python.org/pypi/amqp
Source0:        http://pypi.python.org/packages/source/a/amqp/amqp-%{version}.tar.gz
BuildArch:      noarch

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(nose)
BuildRequires:  pythonegg(sphinx) >= 0.8

%description
Low-level AMQP client for Python

This is a fork of amqplib, maintained by the Celery project.

This library should be API compatible with librabbitmq.


%package -n python3-%{oname}
Summary:        Client library for AMQP


BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3egg(nose)

%description -n python3-%{oname}
Low-level AMQP client for Python
This is a fork of amqplib, maintained by the Celery project.
This library should be API compatible with librabbitmq.

%prep
%setup -q -n %{oname}-%{version}
mkdir -p python3
cp -a {amqp,amqp.egg-info,Changelog,demo,docs,extra,funtests,LICENSE,MANIFEST.in,PKG-INFO,README.rst,requirements,setup.cfg,setup.py} python3

%build
python setup.py build

pushd python3
python3 setup.py build
popd

%install
python setup.py install --skip-build --root %{buildroot}

pushd python3
python3 setup.py install --skip-build --root %{buildroot}
popd

export PYTHONPATH="$( pwd ):$PYTHONPATH"
chmod -x demo/*.py

pushd docs
sed -i s/^extensions/disable_extensions/ conf.py
SPHINX_DEBUG=1 sphinx-build -b html . build/html
rm -rf build/html/.doctrees build/html/.buildinfo
popd


%files
%doc Changelog LICENSE README.rst
%{py_puresitedir}/%{oname}/
%{py_puresitedir}/%{oname}*.egg-info


%files -n python3-%{oname}
%doc Changelog LICENSE README.rst
%{py3_puresitedir}/%{oname}/
%{py3_puresitedir}/%{oname}*.egg-info

%package doc
Summary:        Documentation for python-amqp
Group:          Books/Computer books
License:        LGPLv2+
Requires:       %{name} = %{version}-%{release}

%description doc
Documentation for python-amqp

%files doc
%doc LICENSE demo/
%doc docs/build/html docs/reference

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.4.7-1
- (686f3cc) Updated to 1.4.7 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13957 |14cu|python-apsw-3.8.11.1.r1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sqlite_version 3.8.10.1
%define uprel 1
%define pkg_version %{sqlite_version}-r%{uprel}

%define __noautoprov 'apsw.so'

Name:		python-apsw
Version:	3.8.11.1.r1
Release:	1
Summary:	Another Python SQLite Wrapper
Source0:	http://apsw.googlecode.com/files/apsw-3.8.11.1-r1.tar.gz
URL:		http://rogerbinns.github.io/apsw/
Group:		Development/Python
License:	zlib/libpng License
BuildRequires:	sqlite3-devel >= %{sqlite_version}
BuildRequires:	python-devel

%description
APSW is a Python wrapper for the SQLite embedded relational database
engine. In contrast to other wrappers such as pysqlite it focuses on
being a minimal layer over SQLite attempting just to translate the
complete SQLite API into Python.


%prep
%setup -qn apsw-3.8.11.1-r1

%build
CFLAGS="%{optflags} -fno-strict-aliasing" \
python ./setup.py build

%install
python ./setup.py install \
    --prefix="%{_prefix}" \
    --root="%{buildroot}"

%files
%{py_platsitedir}/*



%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 3.8.11.1.r1-1
- (6f68d0e) Merge pull request #2 from import/python-apsw:auto_update
- (6f68d0e) Updated to 3.8.11.1.r1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13958 |14cu|python-asn1-modules-0.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pyasn1-modules
%define	module	asn1-modules

Name:		python-%{module}
Version:	0.0.5
Release:	1
Summary:	A collection of ASN.1-based protocols modules
Source0:	http://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://sourceforge.net/projects/pyasn1/
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)

%description
A collection of ASN.1 modules expressed 
in form of pyasn1 classes. 
Includes protocols PDUs definition 
(SNMP, LDAP etc.) and various data structures (X.509, PKCS etc.).

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc CHANGES
%doc LICENSE
%doc README
%{py_puresitedir}/pyasn1_modules/*.py*
%{py_puresitedir}/pyasn1_modules*.egg-info

%changelog
* Sun Jan 04 2015 abfonly <abfonly@gmail.com> 0.0.5-1
+ Revision: 597c276
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13959 |14cu|python-astroid-1.3.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	astroid

Name:		python-%{module}
Summary:	Extension of compiler.ast Python module
Version:	1.3.8
Release:	2
Source0:	https://pypi.python.org/packages/source/a/%{module}/%{module}-%{version}.tar.gz
License:	GPLv2+
Group:		Development/Python
Url:		http://www.pylint.org/astroid
Requires:	pythonegg(logilab-common) >= 0.62.0
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
#BuildRequires:	python-logilab-common
#BuildRequires:	python3-logilab-common
Provides:	python-logilab-astng
Obsoletes:	python-logilab-astng
Provides:	pythonegg(logilab-astng)

%description
This module provides a common base representation of Python source
code for Logilab projects such as pylint. It extends class defined in
the compiler.ast module with some additional methods and attributes

%package -n	python3-%{module}
Summary:	Extension of compiler.ast Python module
Requires:	python3-logilab-common >= 0.62.0
BuildRequires:	python3-setuptools
Provides:	python3-logilab-astng
Obsoletes:	python3-logilab-astng
Provides:	python3egg(logilab-astng)

%description -n	python3-%{module}
This module provides a common base representation of Python source
code for Logilab projects such as pylint. It extends class defined in
the compiler.ast module with some additional methods and attributes

This is a version for Python 3.

%prep
%setup -q -n %{module}-%{version}

# py3K prep
rm -rf %{py3dir}
cp -a . %{py3dir}

%build
NO_SETUPTOOLS=1 python setup.py build

# py3k build
pushd %{py3dir}
NO_SETUPTOOLS=1 python3 setup.py build
popd

%check
#pushd %{py3dir}/build/lib/astroid/test
#PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3}-pytest
#popd
#pushd build/lib/astroid
#PYTHONPATH=%{buildroot}%{python_sitelib} %{__python} -Wi -m unittest discover -s test -p "unittest*.py"
#popd

%install
# py3k install
pushd %{py3dir}
NO_SETUPTOOLS=1 python3 setup.py install -O1 --root %{buildroot}
rm -rf %{buildroot}%{py3_puresitedir}/astroid/tests
popd

# python2
NO_SETUPTOOLS=1 python setup.py install -O1 --root=%{buildroot}
rm -rf %{buildroot}%{py_puresitedir}/astroid/tests

%files
%doc README COPYING ChangeLog
%{py_puresitedir}/astroid*

%files -n python3-%{module}
%doc README COPYING ChangeLog
%{py3_puresitedir}/astroid*





%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 1.3.8-2
- (9a63a77) Provides logilab-astng python-egg



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13960 |14cu|python-async-0.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name async
%define debug_package %{nil}

Name: 		python-%{upstream_name}
Version: 	0.6.2
Release: 	1
Summary: 	Async Framework
License:	BSD
Group: 		Development/Python
Url: 		http://pypi.python.org/pypi/async
Source0: 	http://pypi.python.org/packages/source/a/async/async-%{version}.tar.gz
BuildRequires:  python-distribute

%description
Async is a framework to process interdependent tasks in a pool of workers.

%prep
%setup -q -n %{upstream_name}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS
%{py_puresitedir}/async
%{py_puresitedir}/async-%{version}-py%{py_ver}.egg-info

%changelog

* Thu Oct 08 2015 Denis Silakov <dsilakov@gmail.com> 0.6.2-1
- (33bef57) Updated to 0.6.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13961 |14cu|python-axiom-0.7.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  axiom

Summary:	Object database, or alternatively, an object-relational mapper

Name:		python-%{module}
Version:	0.7.4
Release:	1
Group:		Development/Python 
License:	BSD
Url:		http://www.divmod.org/trac/wiki/DivmodAxiom
Source0:	https://pypi.python.org/packages/source/A/Axiom/Axiom-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-epsilon
BuildRequires:	python-twisted
BuildRequires:	pkgconfig(python)
Requires:	python-epsilon 
Provides:	python-Axiom = %{version}
Provides:	Axiom = %{version}

%description
Axiom is an object database, or alternatively, an object-relational mapper.

%prep
%setup -qn Axiom-%{version}

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE=  python setup.py install --root=%{buildroot}
rm -rf %{buildroot}%{py_puresitedir}/build
rm -f %{buildroot}%{py_puresitedir}/twisted/plugins/dropin.cache

%files
%doc *.txt LICENSE
%{py_puresitedir}/*
%{_bindir}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.7.4-1
- (d4ea440) Updated to 0.7.4 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13962 |14cu|python-backports-abc-0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Created by pyp2rpm-1.1.2
%global pypi_name backports_abc

Name:           python-backports-abc
Version:        0.4
Release:        1
Group:          Development/Python
Summary:        A backport of recent additions to the 'collections.abc' module

License:        Python
URL:            https://github.com/cython/backports_abc
Source0:        https://pypi.python.org/packages/source/b/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
A backport of recent additions to the 'collections.abc' module

%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}


%files
%doc README.rst
%{python_sitelib}/%{pypi_name}.py*
%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info

%changelog

* Sat Jun 18 2016 Denis Silakov <dsilakov@gmail.com> 0.4-1
- (e814d97) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13963 |14cu|python-backports.shutil_get_terminal_size-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname	backports.shutil_get_terminal_size

Name:		python-backports.shutil_get_terminal_size
Summary:	A backport of the get_terminal_size function from Python 3.3's shutil
Version:	1.0.0
Release:	2
Source0:	http://pypi.python.org/packages/source/b/%{fname}/%{fname}-%{version}.tar.gz
URL:		https://github.com/chrippa/backports.shutil_get_terminal_size
Group:		Development/Python
License:	BSD
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:  python3egg(setuptools)
Requires:       python-backports

%description
A backport of the get_terminal_size function from Python 3.3's 
shutil for Python 2.

%package -n python3-backports.shutil_get_terminal_size
Summary:	A backport of the get_terminal_size function from Python 3.3's shutil
Group:		Development/Python

%description -n python3-backports.shutil_get_terminal_size
A backport of the get_terminal_size function from Python 3.3's 
shutil for Python 3. 


%prep
%setup -qn %{fname}-%{version}

%build
%py2_build
%py3_build

%install
%py2_install
rm -f %{buildroot}%{py_puresitedir}/backports/__init__.py*
%py3_install

%files
%doc README.rst LICENSE
%{py_puresitedir}/backports/shutil_get_terminal_size
%{py_puresitedir}/backports.shutil_get_terminal_size-%{version}-*egg*

%files -n python3-backports.shutil_get_terminal_size
%doc README.rst LICENSE
%{py3_puresitedir}/

%changelog

* Mon Jul 18 2016 Denis Silakov <dsilakov@gmail.com> 1.0.0-2
- (8274dec) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13964 |14cu|python-bcrypt-3.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname bcrypt
%define name	python-bcrypt
%define version 3.1.3
%define release 1

Summary:	Modern password hashing for your software and your servers
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	https://pypi.python.org/packages/58/e9/6d7f1d883d8c5876470b5d187d72c04f2a9954d61e71e7eb5d2ea2a50442/bcrypt-3.1.3.tar.gz
License:	Apache License
Group:		Development/Python
Url:		https://github.com/pyca/bcrypt/
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(cffi)
BuildRequires:	pythonegg(pytest)
BuildRequires:	pythonegg(py)
BuildRequires:	pythonegg(six)
BuildRequires:	pythonegg(setuptools)

%description
bcrypt is an implementation the OpenBSD Blowfish password hashing
algorithm, as described in "A Future-Adaptable Password Scheme" by
Niels Provos and David Mazieres.

This system hashes passwords using a version of Bruce Schneier's
Blowfish block cipher with modifications designed to raise the cost of
off-line password cracking. The computation cost of the algorithm is
parametised, so it can be increased as computers get faster.

%prep
%setup -q -n %{tarname}-%{version}

%build
python setup.py build

%install

python setup.py install --root=%{buildroot} --record=FILE_LIST

%check
python setup.py test

%files 
%{py_platsitedir}/bcrypt/*.py*
%{py_platsitedir}/bcrypt/_bcrypt.so
%{py_platsitedir}/bcrypt*.egg-info





%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13965 |14cu|python-beautifulsoup4-4.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	beautifulsoup4
  
Name:		python-%{oname}
Version:	4.4.1
Release:	1
Summary:	The Screen-Scraper's Friend 
Group:		Development/Python
License:	MIT
URL:		http://www.crummy.com/software/BeautifulSoup 
Source0:	http://www.crummy.com/software/BeautifulSoup/bs4/download/4.4/beautifulsoup4-%{version}.tar.gz
BuildArch:	noarch 
#  pkgconfig and pythonegg style are more handy
# python2
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
#python3
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)

Requires:       python(abi) = 2.7


%description 
The BeautifulSoup class turns arbitrarily bad HTML into a tree-like 
nested tag-soup list of Tag objects and text snippets. A Tag object 
corresponds to an HTML tag.  It knows about the HTML tag's attributes, 
and contains a representation of everything contained between the 
original tag and its closing tag (if any). It's easy to extract Tags 
that meet certain criteria. 

%package -n python3-%{oname}
Summary:        The Screen-Scraper's Friend 
Group:          Development/Python
Requires:       python(abi) = %{py3_ver}
 
%description -n python3-%{oname}
The BeautifulSoup class turns arbitrarily bad HTML into a tree-like 
nested tag-soup list of Tag objects and text snippets. A Tag object 
corresponds to an HTML tag.  It knows about the HTML tag's attributes, 
and contains a representation of everything contained between the 
original tag and its closing tag (if any). It's easy to extract Tags 
that meet certain criteria. 
  
%prep
%setup -q -c
mv %{oname}-%{version} python2
cp -r python2 python3

%build
pushd python2
python setup.py build
popd

pushd python3
python3 setup.py build
popd


%install 
pushd python2
python setup.py install --root=%{buildroot}
iconv -f iso8859-1 -t utf-8 AUTHORS.txt > AUTHORS.txt.conv \
  && mv -f AUTHORS.txt.conv AUTHORS.txt
popd

pushd python3
python3 setup.py install --root=%{buildroot}
iconv -f iso8859-1 -t utf-8 AUTHORS.txt > AUTHORS.txt.conv \
  && mv -f AUTHORS.txt.conv AUTHORS.txt
popd 


%check
# scam for some tests failed in py3
pushd python2
python -m unittest discover -s bs4 || :
popd 

pushd python3
python3 -m unittest discover -s bs4 || :
popd


%files
%doc python2/*.txt
%{py_puresitedir}/bs4
%{py_puresitedir}/beautifulsoup4*.egg-info

%files -n python3-%{oname}
%doc python3/*.txt
%{py3_puresitedir}/bs4
%{py3_puresitedir}/beautifulsoup4*.egg-info

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 4.4.1-1
- (66fc10c) Updated to 4.4.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13966 |14cu|python-belonesox-tools-0.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	python-belonesox-tools

Name:	       %{oname}
Version:       0.0.1
Release:       1
Summary:       Stas Fomin's small utils library

Source0:       https://abf.io/belonesox/python-belonesox-tools/archive/%{oname}-v%{version}.tar.gz

License:	MIT
Group:		Development/Python
BuildArch:	noarch
BuildRequires:  pkgconfig(python)

%description
Stas Fomin's small utils library

%prep
%setup -qn %{oname}-v%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%{py_puresitedir}/*

%changelog

* Thu Apr 30 2015 Stas Fomin <stas-fomin@yandex.ru> 0.0.1-1
- (8d8e395) first spec version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13967 |14cu|python-biopython-1.66-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	biopython

Summary:	The Biopython Project

Name:		python-biopython
Version:	1.66
Release:	1
Epoch:		1
License:	BSD
Group:		Sciences/Biology
Url:		http://biopython.org/
Source0:	http://biopython.org/DIST/biopython-%{version}.tar.gz
BuildRequires:	egenix-mx-base
BuildRequires:	flex
BuildRequires:	python-reportlab
BuildRequires:	python-numpy
BuildRequires:	python-numpy-devel
BuildRequires:	epydoc
BuildRequires:	dos2unix
BuildRequires:	python-devel
Requires:	python-numpy
Requires:	python-reportlab
Requires:	egenix-mx-base
Requires:	wise
Suggests:	ncbi-blast
# don't explicitly require clustalw because it is non-free
Suggests:	clustalw
Provides:	biopython = %{EVRD}
%rename python-Bio

%description
The Biopython Project is an international association of developers of
freely available Python tools for computational molecular biology.

http://biopython.org provides an online resource for modules,
scripts, and web links for developers of Python-based software for
life science research.

This package provides various Python modules from the Biopython Project 
used to process biological data.

%package	tools
Summary: 	Regression testing code and miscellaneous standalone scripts

Group:		Sciences/Biology
Requires:	%{name} = %{EVRD}
Suggests:	tkinter, wxPython
%rename biopython-tools

%description tools
This package provides various scripts and tests that are comprised by the
Biopython Project.

%package	sql
Summary:	Code for using Biopython with BioSQL databases

Requires:	%{name} = %{epoch}:%{version}-%{release}
Group:		Development/Python
Requires:	python-psycopg2
Requires:	python-mysql
Provides:	biopython-biosql = %{EVRD}
%rename python-BioSQL

%description sql
BioSQL is meant to be a common data storage layer supported by all the
different Bio* projects, Bioperl, Biojava, Biopython, and Bioruby.
Entries stored through an application written in, say, Bioperl could
be retrieved by another written in Biojava.

%package	doc
Summary:	The Biopython Project documentation

Group:		Development/Python
Requires:	%{name} = %{EVRD}
%rename biopython-doc

%description doc
This package provides the documentation for the various components of the 
Biopython Project.

%prep
%setup -q -n %{oname}-%{version}

# remove Mac-related files
rm -f Tests/CodonUsage/.DS_Store
# remove CVS dirs
find -type d -name CVS | xargs rm -rf
# convert wrong end of line
find -type f -exec dos2unix -b -U {} \;

%build
python setup.py build_ext -lm build

%install
python setup.py install --root=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/%{name}-%{version}
cp -r Tests Scripts %{buildroot}%{_datadir}/%{name}-%{version}

%files
%defattr(-,root,root,0755)
%{py_platsitedir}/Bio
%{py_platsitedir}/*.egg-info
%doc CONTRIB DEPRECATED LICENSE NEWS README

%files sql
%defattr(-,root,root,0755)
%{py_platsitedir}/BioSQL
%doc LICENSE

%files tools
%defattr(-,root,root,0755)
%{_datadir}/%{name}-%{version}/Tests
%{_datadir}/%{name}-%{version}/Scripts

%files doc
%defattr(-,root,root,0755)
%doc Doc/*.pdf Doc/examples/

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1:1.66-1
- (1d938c0) Updated to 1.66 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13968 |14cu|python-blessed-1.14.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	blessed

Summary: 	A thin, practical wrapper around terminal
Name: 	 	python-%{module}
Version: 	1.14.1
Release: 	2
License:	MIT
Group:		Development/Python
Url:		https://github.com/jquast/blessed
Source0:        https://github.com/jquast/blessed/archive/%{module}-%{version}.tar.gz
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(six)
BuildRequires:	pythonegg(wcwidth)
BuildRequires:	pythonegg(setuptools)

BuildArch:	noarch

%description
A thin, practical wrapper around terminal styling, 
screen positioning, and keyboard input.

%files
%doc *.txt docs/
%{py_puresitedir}/%{module}
%{py_puresitedir}/%{module}-%{version}-py*.*.egg-info
#------------------------------------------------------------------
%package -n python3-%{module}

Summary: 	A thin, practical wrapper around terminal
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(six)
BuildRequires:	python3egg(wcwidth)
BuildRequires:	python3egg(setuptools)

%description -n python3-%{module}
A thin, practical wrapper around terminal styling, 
screen positioning, and keyboard input.
This is python3 module.

%files -n python3-%{module}
%doc *.txt docs/
%{py3_puresitedir}/%{module}
%{py3_puresitedir}/%{module}-%{version}-py*.*.egg-info
#------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}
cp -a . %{py3dir}

%build
%py_build

pushd %{py3dir}
  %py3_build
popd


%install
pushd %{py3dir}
  %py3_install 
popd

%py_install 


%changelog

* Mon Aug 22 2016 abfonly <abfonly@gmail.com> 1.14.1-2
- (af44857) Log: Build python3 module
- (af44857) add documentation to the package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13969 |14cu|python-blosc-1.2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	blosc

Summary:	Blosc data compressor
Name:		python-%{module}
Version:	1.2.8
Release:	2
Source0:	http://pypi.python.org/packages/source/b/blosc/blosc-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/blosc/
BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
Blosc is a high performance compressor optimized for binary data.

%prep
%setup -qn %{module}-%{version}

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE=  python setup.py install --root=%{buildroot}

%clean

%files
%doc LICENSES/BLOSC.txt
%{py_platsitedir}/%{module}*




%changelog

* Mon Jan 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.2.8-2
- (2efd688) Added setuptools BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13970 |14cu|python-boto-2.38.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module boto

Summary:	A simple lightweight interface to Amazon Web Services
Name:		python-%{module}
Version:	2.38.0
Release:	1
License:	MIT
Group:		Development/Python
URL:		https://github.com/%{module}/%{module}/
Source:		http://pypi.python.org/packages/source/b/%{module}/%{module}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	pkgconfig(python) 
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python3) 
BuildRequires:	python3-setuptools

%description
Boto is a Python package that provides interfaces to Amazon Web Services.
It supports S3 (Simple Storage Service), SQS (Simple Queue Service) via
the REST API's provided by those services and EC2 (Elastic Compute Cloud)
via the Query API. The goal of boto is to provide a very simple, easy to
use, lightweight wrapper around the Amazon services.

%package -n python3-%{module}
Summary:	A simple lightweight interface to Amazon Web Services
Group:		Development/Python

%description -n python3-%{module}
Boto is a Python package that provides interfaces to Amazon Web Services.
It supports S3 (Simple Storage Service), SQS (Simple Queue Service) via
the REST API's provided by those services and EC2 (Elastic Compute Cloud)
via the Query API. The goal of boto is to provide a very simple, easy to
use, lightweight wrapper around the Amazon services.

%prep
%setup -q -n %{module}-%{version}
#%autopatch -p1
rm -r %{module}.egg-info
cp -a . %{py3dir}


%build
python setup.py build  
pushd %{py3dir}
python3 setup.py build
popd


%install
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd

python setup.py install -O1 --skip-build --root %{buildroot} 


%files
%{_bindir}/asadmin
%{_bindir}/bundle_image
%{_bindir}/cfadmin
%{_bindir}/cq
%{_bindir}/cwutil
%{_bindir}/dynamodb_dump
%{_bindir}/dynamodb_load
%{_bindir}/elbadmin
%{_bindir}/fetch_file
%{_bindir}/glacier
%{_bindir}/instance_events
%{_bindir}/kill_instance
%{_bindir}/launch_instance
%{_bindir}/list_instances
%{_bindir}/lss3
%{_bindir}/mturk
%{_bindir}/pyami_sendmail
%{_bindir}/route53
%{_bindir}/s3put
%{_bindir}/sdbadmin
%{_bindir}/taskadmin
%{py_puresitedir}/%{module}*


%files -n python3-%{module}
%{py3_puresitedir}/%{module}*




%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 2.38.0-1
- (4243a76) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13971 |14cu|python-bottle-0.12.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bottle

Name:           python-%{oname}
Version:        0.12.11
Release:        1
Summary:        Fast and simple WSGI-framework for small web-applications
Group:          Development/Python
License:        MIT
URL:            http://bottlepy.org
Source0:        https://files.pythonhosted.org/packages/source/b/%{srcname}/%{oname}-%{version}.tar.gz
# py2.7
BuildRequires:  python-devel
BuildRequires:  python-distribute
# py3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute

BuildArch:      noarch

%description
Bottle is a fast and simple micro-framework for small web-applications. 
It offers request dispatching (Routes) with URL parameter support, Templates, 
a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and 
template engines. All in a single file and with no dependencies other than the 
Python Standard Library.


%files
%{py_puresitedir}/*

#####################################
# python3
%package -n python3-%{oname}
Summary:        Fast and simple WSGI-framework for small web-applications

Group:          Development/Python

%description -n python3-%{oname}
Bottle is a fast and simple micro-framework for small web-applications. 
It offers request dispatching (Routes) with URL parameter support, Templates, 
a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and 
template engines. All in a single file and with no dependencies other than the 
Python Standard Library.

%files -n python3-%{oname}
%{py3_puresitedir}/*

#####################################
%prep
%setup -q -n %{oname}-%{version}
sed -i '/^#!/d' bottle.py

# python3
mkdir -p python3
cp -a {bottle.py,PKG-INFO,README.rst,setup.py*,test} python3
find python3 -name '*.py' | xargs sed -i '1s|^#!python|#!python3|'

%build
python setup.py build

pushd python3
python3 setup.py build
popd

%install
python setup.py install -O1 --skip-build --root %{buildroot}
rm %{buildroot}%{_bindir}/bottle.py

pushd python3
python3 setup.py install --skip-build --root %{buildroot}
rm %{buildroot}%{_bindir}/bottle.py
popd

%changelog

* Thu Jan 19 2017 Denis Silakov <denis.silakov@rosalab.ru> 0.12.11-1
- (57079ba) Updated to 0.12.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13972 |14cu|python-BTrees-4.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	BTrees

Name:		python-%{oname}
Version:	4.2.0
Release:	1
Summary:	Scalable persistent object containers
Source0:	http://pypi.python.org/packages/source/B/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Ruby
Url:		http://packages.python.org/BTrees
BuildRequires:	python-devel python-setuptools

%description
``BTrees``:  scalable persistent components
===========================================

This package contains a set of persistent object containers built around
a modified BTree data structure.  The trees are optimized for use inside
ZODB's "optimistic concurrency" paradigm, and include explicit resolution
of conflicts detected by that mechannism.

Please see the Sphinx documentation (``docs/index.rst``) for further
information.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.rst
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.rst
%doc BTrees/Development.txt
%doc docs
%{py_platsitedir}/BTrees/*
%{py_platsitedir}/BTrees*.egg-info

%changelog

* Sat Jun 18 2016 Denis Silakov <dsilakov@gmail.com> 4.2.0-1
- (1420021) Updated to 4.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13973 |14cu|python-cairocffi-0.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name cairocffi
%global pypi_oname cairocffi

%define python3 0

Name:           python-%{pypi_name}
Version:        0.5.1
Release:        1
Group:          Development/Python
Summary:        cffi-based cairo bindings for Python

License:        MIT
URL:            http://pypi.python.org/pypi/%{pypi_name}
Source0:        http://pypi.python.org/packages/source/c/%{pypi_oname}/%{pypi_oname}-%{version}.tar.gz
Patch0:         cairocffi-0.5.1-fix-python3-build.patch

BuildArch:      noarch
 
BuildRequires:  pkgconfig(python)
BuildRequires:  python-setuptools

%description
cffi-based cairo bindings for Python

%if %python3
%package -n python3-%{pypi_name}
Summary:        cffi-based cairo bindings for Python
Group:          Development/Python

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3-setuptools

%description -n python3-%{pypi_name}
cffi-based cairo bindings for Python
%endif

%prep
%setup -q -n %{pypi_oname}-%{version}
%apply_patches

%if %python3
cp -a . %{py3dir}
%endif

%build
%{__python} setup.py build

%if %python3
pushd %{py3dir}
LANG="en_US.UTF-8" %{__python3} setup.py build
popd
%endif

%install
%if %python3
pushd %{py3dir}
%{__python3} setup.py install --skip-build --root %{buildroot}
popd
%endif

%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%files
%{python_sitelib}/%{pypi_name}*

%if %python3
%files -n python3-%{pypi_name}
%{python3_sitelib}/%{pypi_name}*
%endif


%changelog

* Tue Apr 07 2015 Guilherme Moro <guilherme.moro@gmail.com> 0.5.1-1
- (3600440) disable python until python-cffi has it



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13974 |14cu|python-cairosvg-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name cairosvg
%global pypi_oname CairoSVG

%define python3 1

Name:           python-%{pypi_name}
Version:        1.0.1
Release:        1
Group:          Development/Python
Summary:        A Simple SVG Converter for Cairo
License:        MIT
URL:            http://pypi.python.org/pypi/%{pypi_name}
Source0:        http://pypi.python.org/packages/source/c/%{pypi_oname}/%{pypi_oname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  pkgconfig(python)
BuildRequires:  python-setuptools
Requires:       %{pypi_name}

%description
A Simple SVG Converter for Cairo

%package -n %{pypi_name}
Summary:        A Simple SVG Converter for Cairo
Group:          Development/Python

%description -n %{pypi_name}
A Simple SVG Converter for Cairo

%if %python3
%package -n python3-%{pypi_name}
Summary:        A Simple SVG Converter for Cairo
Group:          Development/Python

Requires:       %{pypi_name}

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3-setuptools

%description -n python3-%{pypi_name}
A Simple SVG Converter for Cairo
%endif

%prep
%setup -q -n %{pypi_oname}-%{version}

%apply_patches

%if %python3
cp -a . %{py3dir}
%endif

%build
%{__python} setup.py build

%if %python3
pushd %{py3dir}
%{__python3} setup.py build
popd
%endif

%install
%if %python3
pushd %{py3dir}
%{__python3} setup.py install --skip-build --root %{buildroot}
popd
%endif

%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%files
%{python_sitelib}/%{pypi_name}*
%{python_sitelib}/%{pypi_oname}-%version-py%{py_ver}.egg-info

%files -n %{pypi_name}
%_bindir/cairosvg

%if %python3
%files -n python3-%{pypi_name}
%{python3_sitelib}/%{pypi_name}*
%{python3_sitelib}/%{pypi_oname}-%version-py%{py3_ver}.egg-info
%endif


%changelog

* Thu Apr 02 2015 Guilherme Moro <guilherme.moro@gmail.com> 1.0.1-1
- (0d8e284) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13975 |14cu|python-caja-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python bindings for MATE's caja
Name:		python-caja
Version:	1.12.0
Release:	1
License:	GPLv2+ and LGPLv2+
Group:		Development/Python
Url:		http://mate-desktop.org
Source0:	http://pub.mate-desktop.org/releases/1.12/%{name}-%{version}.tar.xz
BuildRequires:	gtk-doc
BuildRequires:	mate-common
BuildRequires:	pkgconfig(libcaja-extension)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(python)

%description
These are bindings for the caja extension library introduced in MATE.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS
%{_libdir}/caja/extensions-2.0/*
#%{_datadir}/caja-python
%{_datadir}/caja/extensions/*
#%{_datadir}/gtk-doc/html/caja-python

#----------------------------------------------------------------------------

%package devel
Summary:	Pkgconfig file and examples for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
Pkgconfig file for %{name}.

%files devel
%{_libdir}/pkgconfig/caja-python.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure2_5x

%make

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.12.0-1
- (38ffd00) Updated to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13976 |14cu|python-catcher-0.1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Created by pyp2rpm-1.0.1
%global pypi_name python-catcher
%global with_python3 1

Name:           python-catcher
Version:        0.1.7
Release:        1
Group:          Development/Python
Summary:        Beautiful stack traces for Python
License:        LGPLv3
Source0:        https://pypi.python.org/packages/source/p/python-catcher/python-catcher-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python-devel
BuildRequires:  python-setuptools
 
%if %{?with_python3}
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
%endif # if with_python3

%description
Beautiful stack traces for Python

%if 0%{?with_python3}
%package -n     python3-catcher
Summary:        Beautiful stack traces for Python

%description -n python3-catcher
Beautiful stack traces for Python
%endif # with_python3


%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info


%if 0%{?with_python3}
rm -rf %{py3dir}
cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
2to3 -w -n %{py3dir}
%endif # with_python3


%build
python setup.py build

%if 0%{?with_python3}
pushd %{py3dir}
python3 setup.py build
popd
%endif # with_python3


%install
# Must do the subpackages' install first because the scripts in /usr/bin are
# overwritten with every setup.py install (and we want the python2 version
# to be the default for now).
%if 0%{?with_python3}
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd
%endif # with_python3

python setup.py install --skip-build --root %{buildroot}


%files
%doc 
%{py_puresitedir}/catcher
%{py_puresitedir}/python_catcher-%{version}-py?.?.egg-info
%if 0%{?with_python3}
%files -n python3-catcher
%doc 
%{py3_puresitedir}/catcher
%{py3_puresitedir}/python_catcher-%{version}-py?.?.egg-info
%endif # with_python3




%changelog

* Wed Sep 23 2015 Denis Silakov <dsilakov@gmail.com> 0.1.7-1
- (cb98ee2) Cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13977 |14cu|python-certifi-2015.11.20.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	certifi

Summary:	Mozilla's SSL Certs
Name:		python-%{module}
Version:	2015.11.20.1
Release:	1
Source0:	https://pypi.python.org/packages/source/c/certifi/certifi-%{version}.tar.gz
License:	ISC
Group:		Development/Python
Url:		http://python-requests.org/
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
This package may or may not become a dependency of Requests. Mozilla's
CA bundle for SSL is MPL / GPL licensed. This will allow for that.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}

%clean

%files
%doc LICENSE README.rst
%{py_puresitedir}/certifi*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2015.11.20.1-1
- (bc02aee) Updated to 2015.11.20.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13978 |14cu|python-characteristic-14.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	characteristic

Name:		python-%{oname}
Version:	14.3.0
Release:	1
Summary:	Python class decorators
Source0:	http://pypi.python.org/packages/source/c/%{oname}/%{oname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		https://github.com/hynek/characteristic/
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)

%description
``characteristic`` is an `MIT -licensed Python 
package with class decorators that ease 
the chores of implementing the most common 
attribute-related object protocols.
You just specify the attributes to work with and 
``characteristic`` gives you:
- a nice human-readable ``__repr__``,
- a complete set of comparison methods,
- and a kwargs-based initializer (that
cooperates with your existing one)
*without* writing dull boilerplate code again and again.



%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS.rst
%doc LICENSE
%doc README.rst
%{py_puresitedir}/characteristic.py*
%{py_puresitedir}/test_characteristic.py*
%{py_puresitedir}/characteristic*.egg-info

%changelog
* Sun Jan 04 2015 abfonly <abfonly@gmail.com> 14.3.0-1
+ Revision: 4e776d0
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13979 |14cu|python-chardet-2.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	chardet

Summary:	Character encoding auto-detection in Python
Name:		python-%{module}
Version:	2.3.0
Release:	1
License:	LGPLv2+
Group:		Development/Python
Source:		https://pypi.python.org/packages/source/c/chardet/chardet-%{version}.tar.gz
URL:		http://chardet.feedparser.org/
BuildRequires:	python-devel
BuildRequires:	python-distribute
BuildRequires:	python3-devel
BuildRequires:	python3-distribute
BuildArch:	noarch

%description
Character encoding auto-detection in Python. As smart as your browser.

%package -n python3-chardet
Summary:        Character encoding auto-detection in Python
Group:          Development/Python
Requires:       python3

%description -n python3-chardet
Character encoding auto-detection in Python. As smart as your browser.

%prep
%setup -q -c

mv %{module}-%{version} python2
cp -r python2 python3

%build
pushd python2
python setup.py build
popd

pushd python3
%{__python3} setup.py build
popd

%install
pushd python3
PYTHONDONTWRITEBYTECODE=  %{__python3} setup.py install --root=%{buildroot}
mv %{buildroot}/%{_bindir}/chardetect %{buildroot}/%{_bindir}/python3-chardetect
popd

pushd python2
PYTHONDONTWRITEBYTECODE=  python setup.py install --root=%{buildroot}
popd

%clean

%files
%{_bindir}/chardetect
%{py_puresitedir}/*.egg-info
%{py_puresitedir}/%{module}

%files -n python3-chardet
%{_bindir}/python3-chardetect
%{py3_puresitedir}/*.egg-info
%{py3_puresitedir}/%{module}

%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 2.3.0-1
- (0e502fa) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13980 |14cu|python-cherrypy-3.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname CherryPy-%{version}

Summary:        A Python-based framework for web application development
Name:           python-cherrypy
Version:        3.8.0
Release:        1
License:        BSD
Group:          Development/Python
URL:            http://www.cherrypy.org
Source0:        https://pypi.python.org/packages/source/C/CherryPy/CherryPy-%{version}.tar.gz
# Python 2 now accepts both bytestrings and unicode in ntob and always returns unicode                                       
# See: https://bitbucket.org/cherrypy/cherrypy/issue/1285/n-must-be-a-native-str-got-unicode                                 
Patch1:         cherrypy-3.5.0-python2_unicode.patch 
BuildRequires:	python-devel
BuildRequires:	python-nose
BuildRequires:	python-setuptools
BuildRequires:  python3-devel
BuildRequires:  python3-nose
BuildRequires:	python3-setuptools
BuildArch:      noarch

%description
A Python-based framework for web application development.

CheryPy allows you to write and easyly deploy web applications, thanks
to a bundled webserver. It features a automated way to map an url to a
mathod, allowing you to describe your site as a python class.

%package -n python3-cherrypy
Summary:        A Python-based framework for web application development
Group:          Development/Python
Requires:       python3

%description -n python3-cherrypy
A Python-based framework for web application development.

CheryPy allows you to write and easyly deploy web applications, thanks
to a bundled webserver. It features a automated way to map an url to a
mathod, allowing you to describe your site as a python class.

%prep
%setup -q -c

mv %{tarname} python2

pushd python2
%patch1 -p1
popd

cp -r python2 python3

%build
cat > tutorial.conf << EOF
[server]
socketPort = 8080
threadPool = 10

[session]
storageType=ram
EOF

pushd python2
cp ../tutorial.conf .
python setup.py build
popd

pushd python3
cp ../tutorial.conf .
%{__python3} setup.py build
popd

%install
pushd python3
%{__python3} setup.py install --root=%{buildroot} 
mv %{buildroot}/%{_bindir}/cherryd %{buildroot}/%{_bindir}/python3-cherryd
popd

pushd python2
python setup.py install --root=%{buildroot}
popd

%files -n python-cherrypy
%doc python2/README.txt
%doc python2/cherrypy/tutorial/*
%{py_puresitedir}/cherrypy/*
%{py_puresitedir}/*.egg-info
%{_bindir}/cherryd

%files -n python3-cherrypy
%doc python3/README.txt
%doc python3/cherrypy/tutorial/*
%{py3_puresitedir}/cherrypy/*
%{py3_puresitedir}/*.egg-info
%{_bindir}/python3-cherryd

%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 3.8.0-1
- (20a11ca) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13981 |14cu|python-clamd-1.0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name clamd

Name:           python-%{upstream_name}
Version:        1.0.1
Release:        7
Summary:        Python interface to Clamd (Clamav daemon)
Group:          Development/Python
License:        LGPL
URL:            https://pypi.python.org/pypi/clamd
Source0:        https://pypi.python.org/packages/source/c/clamd/clamd-%{version}.zip
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
clamd is a portable Python module to use the ClamAV anti-virus engine on
Windows, Linux, MacOSX and other platforms. It requires a running instance of
the clamd daemon.

%prep
%setup -q -n %{upstream_name}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%doc CHANGES.rst README.rst
%{py_puresitedir}/clamd.py*
%{py_puresitedir}/clamd-%{version}-*.egg-info



%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 1.0.1-7
- (c7cf967) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13982 |14cu|python-cluster-1.1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name cluster

Name:           python-%{upstream_name}
Version:        1.1.2
Release:        7
Summary:        Create several groups (clusters) of objects from a list
Group:          Development/Python
License:        LGPL
URL:            https://pypi.python.org/pypi/cluster
Source0:        https://pypi.python.org/packages/source/c/cluster/cluster-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
python-cluster is a "simple" package that allows to create several groups
(clusters) of objects from a list. It's meant to be flexible and able to
cluster any object. To ensure this kind of flexibility, you need not only to
supply the list of objects, but also a function that calculates the similarity
between two of those objects. For simple datatypes, like integers, this can be
as simple as a subtraction, but more complex calculations are possible. Right
now, it is possible to generate the clusters using a hierarchical clustering
and the popular K-Means algorithm. For the hierarchical algorithm there are
different "linkage" (single, complete, average and uclus) methods available.

%prep
%setup -q -n %{upstream_name}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%doc CHANGELOG LICENSE README
%{py_puresitedir}/cluster.py*
%{py_puresitedir}/cluster-%{version}-*.egg-info



%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 1.1.2-7
- (13694ac) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13983 |14cu|python-cocos2d-0.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module cocos2d

Summary:	A framework for building 2D applications
Name:		python-%{module}
Version:	0.6.3
Release:	1
License:	BSD
Group:		Development/Python
URL:		http://cocos2d.org/
Source0:	https://pypi.python.org/packages/source/c/cocos2d/%{module}-%{version}.zip
BuildArch:	noarch
BuildRequires:  python-setuptools
Requires:	python-pyglet

%description
cocos2d is a framework for building 2D games, demos, and other
graphical/interactive applications.

%prep
%setup -q -n %{module}-%{version}

%build
python setup.py build

%install
python setup.py install --root %{buildroot} --prefix /usr

%clean

%files
%{py_puresitedir}/*


%changelog

* Mon Jul 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.3-1
- (d58d523) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13984 |14cu|python-coherence-0.6.6.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define modname Coherence
%define gstapi 1.0

Summary:	A DLNA/UPnP MediaServer/MediaRenderer in addition of a framework
Name:		python-coherence
Version:	0.6.6.2
Release:	11
Group:		Networking/File transfer 
License:	MIT
Url:		https://coherence.beebits.net/
Source0:	https://coherence.beebits.net/download/%{modname}-%{version}.tar.gz
Source1:	coherence.conf
Source2:	coherence-32x32.png
Patch0:		Coherence-0.6.0-daemon_name_fix.diff
BuildRequires:	imagemagick
BuildRequires:	python-setuptools
BuildRequires:	python-twisted-core
BuildRequires:	python-twisted-web
Provides:	coherence = %{version}
Requires:	python-twisted-core
Requires:	python-twisted-web
Requires:	python-twisted-conch >= 0.8
#Requires:	python-louie
Requires:	python-axiom >= 0.5.7
Requires:	python-epsilon >= 0.5.8
Requires:	python-configobj
Requires:	python-celementtree
Requires:	python-elementtree
Requires:	python-dbus
Requires:	python-mechanize
Requires:	pyid3lib
# Gstreamer
Requires:	gstreamer%{gstapi}-python
Requires:	gstreamer%{gstapi}-flac
Requires:	gstreamer%{gstapi}-plugins-base

Requires:	python-pkg-resources
Requires:	python-nose
Requires:	python-sqlite2
Requires(post,preun):	rpm-helper
BuildRequires:  python-devel

%description
As a stand-alone application Coherence acts as a DLNA/UPnP MediaServer and
exports local and remote media files via its plugins to other UPnP clients.
And together with GStreamer it forms a controllable DLNA/UPnP MediaRenderer.

%post
%_post_service coherence

%preun
%_preun_service coherence

%files 
%doc docs/coherence.conf.example 
%{_bindir}/coherence
%{_initrddir}/coherence
%config(noreplace) %{_sysconfdir}/coherence/*conf
%{py_platsitedir}/*
/srv/public
%{_datadir}/dbus-1/services/

#------------------------------------------------------------

%package applet
Summary:	Applet for controlling coherence
Group:		Networking/File transfer
Requires:	%{name}
Requires:	python-qt4
Requires:	python-qt4-core
Requires:	python-qt4-gui

%description applet
A simple desktop applet to control (start/stop) coherence

%files applet
%{_bindir}/applet-coherence
%{_iconsdir}/coherence/*
%{_datadir}/applications/%{name}-applet.desktop
%{_iconsdir}/coherence.png
%{_liconsdir}/coherence.png
%{_miconsdir}/coherence.png

#------------------------------------------------------------

%prep
%setup -qn %{modname}-%{version}
%patch0 -p0

%build
python setup.py build

%install
mkdir -p %{buildroot}/%{_initrddir}
mkdir -p %{buildroot}/%{_sysconfdir}/coherence
mkdir -p %{buildroot}/usr/share/icons/coherence
mkdir -p %{buildroot}%{_datadir}/applications/
mkdir -p %{buildroot}/srv/public
# Install the D-Bus service file
mkdir -p %{buildroot}/%{_datadir}/dbus-1/services

python setup.py install --root=%{buildroot} --install-lib=%{py_platsitedir}
install -m 755 misc/coherence-initscript.sh %{buildroot}/%{_initrddir}/coherence
install -m 644 %SOURCE1 %{buildroot}/%{_sysconfdir}/coherence
mv "%{buildroot}/%{py_platsitedir}/misc/Desktop-Applet/tango-system-file-manager.png" %{buildroot}/usr/share/icons/coherence
install -m 644 misc/org.Coherence.service %{buildroot}/%{_datadir}/dbus-1/services/

# install icons
mkdir -p %{buildroot}%{_miconsdir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_liconsdir}
install -m 644 %SOURCE2 %{buildroot}%{_iconsdir}/coherence.png
convert -scale 16x16 %SOURCE2 %{buildroot}%{_miconsdir}/coherence.png
convert -scale 48x48 %SOURCE2 %{buildroot}%{_liconsdir}/coherence.png

# menu
cat > %{buildroot}%{_datadir}/applications/%{name}-applet.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=Coherence
Comment=DLNA/UPnP MediaServer/MediaRenderer
Exec=applet-coherence
Icon=coherence
StartupNotify=true
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Internet;X-MandrivaLinux-CrossDesktop
EOF


%changelog

* Wed Apr 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.6.2-11
- (9a734e1) Rebuildwith gstreamer1.0, move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13985 |14cu|python-configparser-3.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname configparser

Summary:        Configparser module
Name:           python-%{oname}
Version:        3.5.0
Release:        1
Group:          Development/Python
License:        MIT
URL:            https://bitbucket.org/ambv/configparser
Source0:        https://pypi.python.org/packages/source/c/%{oname}/%{oname}-%{version}.tar.gz
BuildRequires:  pkgconfig(python) 
BuildRequires:  pythonegg(setuptools)
Requires:       pythonegg(setuptools)
Provides:       python-%{oname} = %{EVRD}

BuildArch:      noarch

%description
The ancient ConfigParser module available in the standard library 2.x
has seen a major update in Python 3.2. This package is a backport of
those changes so that they can be used directly in Python 2.6 - 3.5.

%files
%doc python2/README.rst
%{py_puresitedir}/backports/
%{py_puresitedir}/*.egg-info
%{py_puresitedir}/%{oname}-%{version}-py*-nspkg.pth
%{py_puresitedir}/%{oname}.py
#--------------------------------------------------------------------
%package -n python3-%{oname}

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
Requires:       python3egg(setuptools)
Provides:       python3-%{oname} = %{EVRD}

%description -n python3-%{oname}
The ancient ConfigParser module available in the standard library 2.x
has seen a major update in Python 3.2. This package is a backport of
those changes so that they can be used directly in Python 2.6 - 3.5.

%files -n python3-%{oname}
%doc python3/README.rst
%{py3_puresitedir}/backports/
%{py3_puresitedir}/*.egg-info
%{py3_puresitedir}/%{oname}-%{version}-py*-nspkg.pth
#--------------------------------------------------------------------

%prep
%setup -qc 
rm -rf %{oname}-%{version}/*.egg-info
mv %{oname}-%{version} python2
cp -r python2 python3

%build
pushd python2 
%py2_build
popd
pushd python3
%py3_build
popd

%install
pushd python3
%py3_install
pushd %{buildroot}%{py3_puresitedir}
chmod 755 backports/configparser/helpers.py \
  backports/configparser/__init__.py
  popd
popd

pushd python2 
%py2_install
pushd %{buildroot}%{py_puresitedir}
chmod 755 configparser.py \
  backports/configparser/helpers.py \
  backports/configparser/__init__.py
  popd
popd

%check
pushd python2 
%if %{mdvver} >= 201610
%py_test
%else
python setup.py test
%endif
popd

pushd python3
%if %{mdvver} >= 201610
%py3_test
%else
python3 setup.py test
%endif
popd


%changelog

* Sat Nov 19 2016 abfonly <abfonly@gmail.com> 3.5.0-1
- (e7ead87) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13986 |14cu|python-construct-2.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	construct

Name:		python-%{module}
Version:	2.5.2
Release:	1
Summary:	A powerful declarative parser/builder for binary data
License:	MIT
Group:		Development/Python
URL:		http://construct.readthedocs.org
Source0:	https://pypi.python.org/packages/source/c/%{module}/%{module}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	pkgconfig(python2)
BuildRequires:	python-setuptools

%description
Construct is a powerful declarative parser (and builder) for binary
data.

Instead of writing imperative code to parse a piece of data, you
declaratively define a data structure that describes your data. As
this data structure is not code, you can use it in one direction to
parse data into Pythonic objects, and in the other direction, convert
(build) objects into binary data.

%package -n	python3-%{module}
Summary:	A powerful declarative parser/builder for binary data
Group:		Development/Python
BuildArch:	noarch
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-setuptools

%description -n python3-%{module}
Construct is a powerful declarative parser (and builder) for binary
data.

Instead of writing imperative code to parse a piece of data, you
declaratively define a data structure that describes your data. As
this data structure is not code, you can use it in one direction to
parse data into Pythonic objects, and in the other direction, convert
(build) objects into binary data.

This is the Python 3 version of the package.

%prep
%setup -q -n %{module}-%{version}

# Remove bundled egg-info
rm -rf %{module}.egg-info

%build
%py2_build
%py3_build

%install
%py2_install
%py3_install

%files
%doc README.rst LICENSE
%{py_puresitedir}/%{module}/
%{py_puresitedir}/%{module}-%{version}-py%{python2_version}.egg-info

%files -n python3-%{module}
%doc README.rst LICENSE
%{py3_puresitedir}/%{module}/
%{py3_puresitedir}/%{module}-%{version}-py%{python3_version}.egg-info



%changelog

* Sun Nov 20 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.5.2-1
- (a8207c9) Upload tarball, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13987 |14cu|python-contextlib2-0.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname contextlib2

Name:               python-contextlib2
Version:            0.4.0
Release:            1
Summary:            Backports and enhancements for the contextlib module
Group:              Development/Python
License:            Python
URL:                http://pypi.python.org/pypi/contextlib2
Source0:            https://pypi.python.org/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz
BuildArch:          noarch
BuildRequires:      python-devel
BuildRequires:      python3-devel

%description
contextlib2 is a backport of the standard library's contextlib module to
earlier Python versions.

It also serves as a real world proving ground for possible future
enhancements to the standard library version.

%package -n python3-contextlib2
Summary:            Backports and enhancements for the contextlib module
Group:              Development/Python

%description -n python3-contextlib2
contextlib2 is a backport of the standard library's contextlib module to
earlier Python versions.

It also serves as a real world proving ground for possible future
enhancements to the standard library version.

%prep
%setup -q -n %{modname}-%{version}

# Remove bundled egg-info in case it exists
rm -rf %{modname}.egg-info
rm -rf %{py3dir}
cp -a . %{py3dir}

%build
python2 setup.py build
pushd %{py3dir}
python3 setup.py build
popd

%install
pushd %{py3dir}
python3 setup.py install -O1 --skip-build --root=%{buildroot}
popd
python2 setup.py install -O1 --skip-build --root=%{buildroot}

%check
python2 test_contextlib2.py
pushd %{py3dir}
python3 test_contextlib2.py
popd

%files
%doc README.txt VERSION.txt NEWS.rst LICENSE.txt
%{py_puresitedir}/%{modname}.py*
%{py_puresitedir}/%{modname}-%{version}*

%files -n python3-contextlib2
%doc README.txt VERSION.txt NEWS.rst LICENSE.txt
%{py3_puresitedir}/%{modname}.py*
%{py3_puresitedir}/%{modname}-%{version}-*


%changelog

* Tue Aug 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-1
- (6cc0908) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13988 |14cu|python-coverage-3.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	coverage

Summary:	Code coverage measurement for Python
Name:		python-%{module}
Version:	3.7.1
Release:	1
Source0:	http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://nedbatchelder.com/code/coverage/
BuildRequires:	python-setuptools
BuildRequires:  python-devel
BuildRequires:  python3-devel
BuildRequires:  python3egg(setuptools)

%description
Coverage measures code coverage, typically during test execution. It
uses the code analysis tools and tracing hooks provided in the Python
standard library to determine which lines are executable, and which
have been executed.

%package -n python3-coverage
Summary:        Code coverage measurement for Python
Group:          Development/Python
Requires:       python3
 
%description -n python3-coverage
Coverage measures code coverage, typically during test execution. It
uses the code analysis tools and tracing hooks provided in the Python
standard library to determine which lines are executable, and which
have been executed.

%prep
%setup -q -c

mv %{module}-%{version} python2
cp -r python2 python3

%build
pushd python2
%{__python} setup.py build
popd

pushd python3
%{__python3} setup.py build
popd

%install
pushd python2
%{__python} setup.py install --root=%{buildroot}
popd

pushd python3
%{__python3} setup.py install --root=%{buildroot}
popd

%files -n python-coverage 
%doc python2/*.txt
%{python_sitearch}/coverage
%{python_sitearch}/coverage-%{version}-py%{py_ver}.egg-info
/usr/bin/coverage
/usr/bin/coverage2
/usr/bin/coverage-%{py_ver}

%files -n python3-coverage
%doc python3/*.txt
%{python3_sitearch}/coverage
%{python3_sitearch}/coverage-%{version}-py%{py3_ver}.egg-info
/usr/bin/coverage3
/usr/bin/coverage-%{py3_ver}

%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 3.7.1-1
- (1a5b822) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13989 |14cu|python-crypto-1.1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module crypto

Name:           python-%module
Version:        1.1.0
Release:        7
Summary:        Simply tool for cryptography
License:        LGPLv3.0
Group:          Development/Python
URL:            http://ondrejsika.com/docs/python-crypto
Source0:        https://pypi.python.org/packages/source/c/%{module}/%{module}-%{version}.tar.gz
BuildRequires:  python-devel
Buildrequires:	python-setuptools
BuildArch:      noarch

%description
Simply tool for cryptography

%files
%{py_puresitedir}/%{module}*

#--------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root %{buildroot} --install-purelib=%{py_puresitedir}




%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-7
- (4254617) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13990 |14cu|python-cssmin-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname	cssmin

Name:       python-cssmin
Summary:    A Python port of the YUI CSS compression algorithm
Version:    0.2.0
Release:    1
URL:        http://github.com/zacharyvoase/cssmin
Source0:    https://pypi.python.org/packages/source/c/%{fname}-%{version}.tar.gz
Group:	    Development/Python
License:    BSD
BuildRequires:	pythonegg(setuptools)
BuildRequires:  python3egg(setuptools)
BuildArch:  noarch

%description
A Python port of the YUI CSS compression algorithm. The library can be used for
merging and compressing CSS files.

%package -n python3-%{fname}
Summary:  A Python port of the YUI CSS compression algorithm

%description -n python3-%{fname}
A Python port of the YUI CSS compression algorithm. The library can be used for
merging and compressing CSS files.


%prep
%setup -qn %{fname}-%{version}

%build
%py2_build
%py3_build

%install
%py3_install
mv %{buildroot}%{_bindir}/cssmin %{buildroot}%{_bindir}/cssmin3
%py2_install


%files -n python-%fname
%doc PKG-INFO
%{py_puresitedir}/%{fname}*
%{_bindir}/cssmin

%files -n python3-%fname
%doc PKG-INFO
%{py3_puresitedir}/%{fname}*
%{_bindir}/cssmin3

%changelog

* Tue Jul 19 2016 Denis Silakov <dsilakov@gmail.com> 0.2.0-1
- (d7fa52a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13991 |14cu|python-cxx-6.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-cxx
Version:        6.2.6
Release:        1
License:        BSD
Summary:        Write Python extensions in C++

Url:            http://CXX.sourceforge.net/
Group:          Development/Python
Source0:        http://downloads.sourceforge.net/cxx/pycxx-%{version}.tar.gz
Patch0:         %{name}-6.2.3-change-include-paths.patch
#Patch1:         %{name}-6.2.3-fix-indentation.patch
BuildRequires:  python-devel
BuildArch:      noarch

%description
PyCXX is a set of classes to help create extensions of Python in the C
language. The first part encapsulates the Python C API taking care of
exceptions and ref counting. The second part supports the building of Python
extension modules in C++.

%package -n python3-cxx
Summary: Write Python 2.x extensions in C++
Group: Development/Python
BuildRequires: python3-devel

%description -n python3-cxx
PyCXX is a set of classes to help create extensions of Python in the C
language. The first part encapsulates the Python C API taking care of
exceptions and ref counting. The second part supports the building of Python
extension modules in C++.

%package devel
Summary:        Python-cxx Header files
Group:          Development/Python
Requires:       %{name} = %{EVRD}
Requires:       python-devel

%description devel
Header files and documentation for python-cxx development.

%package -n python3-cxx-devel
Summary:        Python3-cxx Header files
Group:          Development/Python
Requires:       python3-cxx = %{EVRD}
Requires:       python3-devel

%description -n python3-cxx-devel
Header files and documentation for python3-cxx development.

%prep
%setup -q -n pycxx-%{version}
%apply_patches

mkdir -p PY3
cp -a `ls |grep -v PY3` PY3/

2to3 -w PY3/Lib/__init__.py

%build
python setup.py build

cd PY3
python3 setup.py build

%install
cd PY3
PYTHONDONTWRITEBYTECODE=true python3 setup.py install --root=%{buildroot} --prefix="%{_prefix}"
install CXX/*.hxx %{buildroot}/%{_includedir}/python3*/CXX
install CXX/*.h %{buildroot}/%{_includedir}/python3*/CXX/
cp -R CXX/Python3 %{buildroot}/%{_includedir}/python3*/CXX/
#dh_link -ppython-cxx-dev /usr/include/$${i}/CXX/ /usr/include/$${i}_d/CXX; \
install Src/*.c %{buildroot}/%{_datadir}/python3*/CXX/
install Src/*.cxx %{buildroot}/%{_datadir}/python3*/CXX/
cp -R Src/Python3 %{buildroot}/%{_datadir}/python3*/CXX/
chmod -x %{buildroot}/%{_datadir}/python3*/CXX/*.*
chmod -x %{buildroot}/%{_includedir}/python3*/CXX/*.*
cd ..

PYTHONDONTWRITEBYTECODE=true python setup.py install --root=%{buildroot} --prefix="%{_prefix}"
install CXX/*.hxx %{buildroot}/%{_includedir}/python2*/CXX
install CXX/*.h %{buildroot}/%{_includedir}/python2*/CXX/
cp -R CXX/Python2 %{buildroot}/%{_includedir}/python2*/CXX/
#dh_link -ppython-cxx-dev /usr/include/$${i}/CXX/ /usr/include/$${i}_d/CXX; \
install Src/*.c %{buildroot}/%{_datadir}/python2*/CXX/
install Src/*.cxx %{buildroot}/%{_datadir}/python2*/CXX/
cp -R Src/Python2 %{buildroot}/%{_datadir}/python2*/CXX/
chmod -x %{buildroot}/%{_datadir}/python2*/CXX/*.*
chmod -x %{buildroot}/%{_includedir}/python2*/CXX/*.*

%files
%doc README.html COPYRIGHT
%{py_puresitedir}/*

%files devel
%doc Doc/Python2/
%dir %{_datadir}/python2*
%{_includedir}/python2*/CXX
%{_datadir}/python2*/CXX

%files -n python3-cxx
%doc README.html COPYRIGHT
%{py3_puresitedir}/*

%files -n python3-cxx-devel
%doc Doc/Python3/
%dir %{_datadir}/python3*
%{_includedir}/python3*/CXX
%{_datadir}/python3*/CXX

%changelog
* Tue Jan 20 2015 dsilakov <denis.silakov@rosalab.ru> 6.2.6-1
+ Revision: a3432ee
- Merge pull request #1 from import/python-cxx:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13992 |14cu|python-cycler-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module cycler

Summary:	Composable cycles Python module
Name:		python-%{module}
Version:	0.10.0
Release:	1
License:	LGPLv2+
Group:		Development/Python
Url:		https://github.com/matplotlib/cycler
Source0:	https://github.com/matplotlib/cycler/releases/%{module}-%{version}.tar.gz
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	python3egg(setuptools)
BuildArch:	noarch

%description
Composable cycles Python module.

%files
%doc LICENSE README.rst
%{py_puresitedir}/%{module}-*egg-info
%{py_puresitedir}/%{module}.py

#----------------------------------------------------------------------------

%package -n python3-%{module}
Summary:	Composable cycles Python 3 module
Group:		Development/Python

%description -n python3-%{module}
Composable cycles Python 3 module.

%files -n python3-%{module}
%doc LICENSE README.rst
%{py3_puresitedir}/%{module}-*egg-info
%{py3_puresitedir}/%{module}.py

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}

cp -a . %{py3dir}

%build
pushd %{py3dir}
python3 setup.py build
popd

python setup.py build

%install
pushd %{py3dir}
python3 setup.py install --root=%{buildroot} --install-purelib=%{py3_puresitedir}
popd

python setup.py install --root=%{buildroot} --install-purelib=%{py_puresitedir}


%changelog

* Thu Jun 30 2016 Rosa <rosa@abf.rosalinux.ru> 0.10.0-1
- (b2b76a0) Automatic import for version 0.10.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13993 |14cu|python-d2to1-0.2.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	d2to1

Name:		python-%{oname}
Version:	0.2.12
Release:	1
Summary:	Allows using distutils2-like setup.cfg files with setup.py
Source0:	https://pypi.python.org/packages/source/d/d2to1/d2to1-%{version}.tar.gz
License:	BSD 
Group:		Development/Python
Url:		http://pypi.python.org/pypi/d2to1
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:  pkgconfig(python)

Requires:       pythonegg(setuptools)

BuildArch: noarch

%description
d2to1 allows using distutils2-like setup.cfg files for a package's metadata 
with a distribute/setuptools setup.py script. It works by providing a 
distutils2-formatted setup.cfg file containing all of a package's metadata, 
and a very minimal setup.py which will slurp its arguments from the setup.cfg.

%prep
%setup -q -n %{oname}-%{version}
rm -rf %{oname}.egg-info
find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%doc CHANGES.rst LICENSE README.rst 
%{py_puresitedir}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.2.12-1
- (ccae273) Updated to 0.2.12 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13994 |14cu|python-daemon-2.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-daemon
Version:        2.1.0
Release:        1
Summary:        Library to implement a well-behaved Unix daemon process
Group:          Development/Python
License:        Python
URL:            http://pypi.python.org/pypi/python-daemon
Source0:        http://pypi.python.org/packages/source/p/python-daemon/%{name}-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python-nose
BuildRequires:  python-lockfile
BuildRequires:  python-minimock
Requires:       python-lockfile

%define debug_package %{nil}

%description
This library implements the well-behaved daemon specification of
PEP 3143, "Standard daemon process library".

%prep
%setup -q

%build

%install
python setup.py install --root %{buildroot}
rm -fr %{buildroot}%{py_puresitedir}/tests

%files
%doc ChangeLog  
%{py_puresitedir}/daemon/
%{py_puresitedir}/python_daemon-%{version}-py%{py_ver}.egg-info/

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 2.1.0-1
- (a321715) Merge pull request #1 from import/python-daemon:auto_update
- (a321715) Updated to 2.1.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13995 |14cu|python-ddt-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	ddt

Name:		python-%{oname}
Version:	1.1.1
Release:	1
Summary:	Data-Driven/Decorated Tests
Source0:	http://pypi.python.org/packages/source/d/%{oname}/%{oname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		https://github.com/txels/ddt
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(pyyaml)
BuildRequires:	pythonegg(six)
BuildRequires:	pythonegg(mock)
BuildRequires:	pythonegg(nose)

BuildArch:	noarch

%description
A library to multiply test cases

%files
%doc python2/{LICENSE.md,README.md}
%{py_puresitedir}/ddt.py*
%{py_puresitedir}/ddt*.egg-info
#---------------------------------------------------------------------------------
%package -n python3-%{oname}
BuildRequires:	python3egg(setuptools)
BuildRequires:	python3egg(pyyaml)
BuildRequires:	python3egg(six)
BuildRequires:	python3egg(mock)
BuildRequires:	python3egg(nose)

%description -n python3-%{oname}
A library to multiply test cases

%files -n python3-%{oname}
%doc python3/{LICENSE.md,README.md}
%{py3_puresitedir}/ddt.py*
%{py3_puresitedir}/ddt*.egg-info
#---------------------------------------------------------------------------------
%prep
%setup -qc 
mv %{oname}-%{version} python2
cp -r python2 python3

%build
pushd python2 
%py_build
popd

pushd python3
%py3_build
popd

%install
pushd python3
%py3_install 
popd

pushd python2 
%py_install
popd

%check
pushd python2 
%if %{mdvver} >= 201610
%py_test
%else
python setup.py test
%endif
popd

pushd python3
%if %{mdvver} >= 201610
%py3_test
%else
python3 setup.py test
%endif
popd

%changelog

* Tue Nov 15 2016 abfonly <abfonly@gmail.com> 1.1.1-1
- (64811ce) Updated python-ddt.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13996 |14cu|python-debtcollector-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module debtcollector

Name:        python-%{module}
Version:     1.3.0
Release:     1
Summary:     A collection of Python deprecation patterns and strategies
Group:       Development/Python
License:     ASL 2.0
URL:         https://pypi.python.org/pypi/%{module}
Source0:     http://tarballs.openstack.org/%{module}/%{module}-%{version}.tar.gz
BuildRequires: pkgconfig(python)
BuildRequires: pythonegg(setuptools)
BuildRequires: pythonegg(pbr)
Requires:    pythonegg(babel)
Requires:    pythonegg(pbr)
Requires:    pythonegg(six)
Requires:    pythonegg(wrapt)
BuildArch:   noarch

%description
It is a collection of functions/decorators 
which is used to signal a user when
*  a method (static method, class method, 
or regular instance method) or a class
    or function is going to be removed at 
    some point in the future.
* to move a instance method/property/class 
from an existing one to a new one
* a keyword is renamed
* further customizing the emitted messages

%files 
%doc python2/{README.rst,CONTRIBUTING.rst,LICENSE,ChangeLog}
%{py_puresitedir}/%{module}
%{py_puresitedir}/%{module}*.egg-info
#---------------------------------------------------------------------

%package -n python3-%{module}
Summary:     A collection of Python deprecation patterns and strategies

BuildRequires: pkgconfig(python3)
BuildRequires: python3egg(setuptools)
BuildRequires: python3egg(pbr)
Requires:    python3egg(babel)
Requires:    python3egg(pbr)
Requires:    python3egg(six)
Requires:    python3egg(wrapt)

%description -n python3-%{module}
It is a collection of functions/decorators 
which is used to signal a user when
*  a method (static method, class method, 
or regular instance method) or a class
    or function is going to be removed at 
    some point in the future.
* to move a instance method/property/class 
from an existing one to a new one
* a keyword is renamed
* further customizing the emitted messages

%files -n python3-%{module}
%doc python3/{README.rst,CONTRIBUTING.rst,LICENSE,ChangeLog}
%{py3_puresitedir}/%{module}
%{py3_puresitedir}/%{module}*.egg-info
#---------------------------------------------------------------------

%prep
%setup -qc
# let RPM handle deps
rm -rf %{module}-%{version}/requirements.txt

mv %{module}-%{version} python2
cp -r python2 python3

%build
pushd python2
python setup.py build
popd

pushd python3
python3 setup.py build
popd

%install
pushd python3
python3 setup.py install --skip-build --root %{buildroot}
popd

pushd python2
python setup.py install --skip-build --root %{buildroot}
rm -fr %{buildroot}/%{py_puresitedir}/%{module}/tests
popd

%changelog

* Fri Jun 17 2016 abfonly <abfonly@gmail.com> 1.3.0-1
- (70adcbc) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13997 |14cu|python-discover-0.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	discover

Name:		python-%{oname}
Version:	0.4.0
Release:	1
Summary:	Test discovery for unittest. Backported from Python 2.7
Source0:	http://pypi.python.org/packages/source/d/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/discover/
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(unittest2)
BuildArch:	noarch


%description
This is the test discovery mechanism and ``load_tests`` 
protocol for unittest
backported from Python 2.7 to work with Python 2.4 or 
more recent (including Python 3).

%files
%doc README.txt
%{_bindir}/discover 
%{py_puresitedir}/discover.py*
%{py_puresitedir}/discover*.egg-info
#-------------------------------------------------------------------
%package -n     python3-%{oname}
Summary:	Test discovery for unittest backported for Python3 
BuildRequires:	python3egg(setuptools)
BuildRequires:	python3egg(unittest2)
BuildArch:	noarch

%description -n python3-%{oname}
This is the test discovery mechanism and ``load_tests`` 
protocol for unittest
backported from Python 2.7 to work with Python 2.4 or 
more recent (including Python 3).

%files -n python3-%{oname}
%doc README.txt
%{_bindir}/python3-discover 
%{py3_puresitedir}/discover.py*
%{py3_puresitedir}/discover*.egg-info
#-------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
pushd %{py3dir}
python3 setup.py install --root %{buildroot}
cd %{buildroot}%{_bindir}
mv discover python3-discover
popd

python setup.py install --root=%{buildroot}

chmod +x %{buildroot}%{py3_puresitedir}/discover.py
chmod +x %{buildroot}%{py_puresitedir}/discover.py

%check
python setup.py test
pushd %{py3dir}
python3 setup.py test
popd  

%changelog

* Sat Jun 18 2016 abfonly <abfonly@gmail.com> 0.4.0-1
- (d0ef677) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13998 |14cu|python-django-1.8.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	django
%define tarname	Django

Summary:	A high-level Python Web framework
Name:		python-%{module}
Version:	1.8.18
Release:	1
License:	BSD
Group:		Development/Python
Url:		http://www.djangoproject.com
Source0:	https://pypi.io/packages/source/D/%{tarname}/%{tarname}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-distribute
BuildRequires:	python-sphinx
BuildRequires:	pkgconfig(python-2.7)

%description
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.

Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges:	the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.

Django focuses on automating as much as possible and adhering to the
DRY principle.

%prep
%setup -qn %{tarname}-%{version}
sed -i 's/^\(ez_setup.use_setuptools\)/#\1/' setup.py

%build
PYTHONDONTWRITEBYTECODE= python setup.py build
make -C docs/ html

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}

%files
%doc LICENSE  docs/_build/html
%{_bindir}/*
%{py_puresitedir}/%{module}
%{py_puresitedir}/%{tarname}-*.egg-info

%changelog

* Sun Apr 23 2017 Denis Silakov <denis.silakov@rosalab.ru> 1.8.18-1
- (97e37ef) Updated to 1.8.18



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 13999 |14cu|python-django-appconf-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name django-appconf

Name:           python-%{pypi_name}
Version:        1.0.1
Release:        1
Summary:        A helper class for handling configuration defaults of packaged apps gracefully
Group:		Development/Python

License:        BSD
URL:            http://pypi.python.org/pypi/django-appconf/0.5
Source0:        https://pypi.python.org/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python-devel
BuildRequires:  python-sphinx
BuildRequires:	python-setuptools

Requires:   python-django

%description
A helper class for handling configuration
defaults of packaged Django
apps gracefully.

%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

# generate html docs 
sphinx-build docs html
# remove the sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%doc html README.rst LICENSE
%{py_puresitedir}/appconf
%{py_puresitedir}/django_appconf-%{version}-py?.?.egg-info

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.0.1-1
- (01dfca3) Updated to 1.0.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14000 |14cu|python-django-auth-ldap-1.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	django-auth-ldap

Name: 		python-%{module}
Version: 	1.2.6
Release: 	1
Summary: 	Django LDAP authentication backend
License:	BSD
Group: 		Development/Python
URL: 		https://bitbucket.org/psagers/django-auth-ldap/
Source0: 	https://pypi.python.org/packages/source/d/%{module}/%{module}-%{version}.tar.gz
Patch0:		django-auth-ldap-1.2.0-mga-fix-setup-install_requires.patch
BuildArch:	noarch
BuildRequires:	python-setuptools

Requires:	python-ldap

%description
This is a Django authentication backend that authenticates against an LDAP
service. Configuration can be as simple as a single distinguished name
template, but there are many rich configuration options for working with users,
groups, and permissions.

#---------------------------------------------------------------------------

%package -n	python3-%{module}
Summary:	Django LDAP authentication backend
Group:		Development/Python
BuildArch:	noarch
BuildRequires:	python3-setuptools

Requires:	python-ldap

%description -n python3-%{module}
This is a Django authentication backend that authenticates against an LDAP
service. Configuration can be as simple as a single distinguished name
template, but there are many rich configuration options for working with users,
groups, and permissions.
This is the Python 3 build of %{module}.

#---------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}
%apply_patches

find . -name '.buildinfo' -delete
find . -name '.spell*' -delete

cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
python setup.py install --root=%{buildroot} --skip-build

pushd %{py3dir}
python3 setup.py install --root=%{buildroot} --skip-build
popd

%files
%doc docs/*
%{py_puresitedir}/django_auth_ldap
%{py_puresitedir}/django_auth_ldap-%{version}-py*.egg-info


%files -n python3-%{module}
%doc CHANGES LICENSE README docs
%{py3_puresitedir}/django_auth_ldap/
%{py3_puresitedir}/django_auth_ldap-%{version}-py*.egg-info



%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 1.2.6-1
- (b7bbcc5) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14001 |14cu|python-django-contact-form-1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-contact-form
%define alphatag 97559a887345

Name:           python-django-contact-form
Version:        1.1
Release:        1
Summary:        An extensible contact-form application for Django

Group:          Development/Python
License:        BSD
URL:            http://bitbucket.org/ubernostrum/django-contact-form/
Source0:        https://pypi.python.org/packages/source/d/django-contact-form/django-contact-form-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-django

%description
An extensible contact-form application for Django

%prep
%setup -qn django-contact-form-%{version}

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

%clean

%files
%doc docs/
%{py_puresitedir}/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.1-1
- (e79aa96) Merge pull request #1 from import/python-django-contact-form:auto_update
- (e79aa96) Updated to 1.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14002 |14cu|python-django-easy-thumbnails-2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-django-easy-thumbnails
Version:        2.3
Release:        1
Url:            http://github.com/lukaszb/django-guardian
Summary:        A powerful, yet easy to implement thumbnailing application for Django

License:        BSD-3-Clause
Group:          Development/Python
Source0:        https://pypi.python.org/packages/source/e/easy-thumbnails/easy-thumbnails-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
Requires:       python-django >= 1.2
BuildArch:      noarch

%description
A powerful, yet easy to implement thumbnailing application for Django.

%prep
%setup -q -n easy-thumbnails-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%doc README.rst
%{py_puresitedir}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.3-1
- (1ea9d4a) Updated to 2.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14003 |14cu|python-django-filter-0.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname    django-filter

Name: python-%{realname}
Version: 0.11.0
Release: 1
Summary:        A Django application for allowing users to filter queryset dynamically
Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/django-filter
Source0:        https://pypi.python.org/packages/source/d/django-filter/django-filter-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel python-setuptools
Requires:       python-django

%description
Django-filter provides a simple way to filter down a queryset based on
parameters a user provides.


%prep
%setup -q -n %{realname}-%{version}
find . -name \*._* -exec rm {} +
find . -name \*.buildinfo* -exec rm {} +

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

%files
%{py_puresitedir}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.11.0-1
- (9b89529) Updated to 0.11.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14004 |14cu|python-django-guardian-1.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-django-guardian
Version:        1.3.2
Release:        1
Url:            http://github.com/lukaszb/django-guardian
Summary:        Implementation of per object permissions for Django 1.2

License:        BSD-3-Clause
Group:          Development/Python
Source0:        https://pypi.python.org/packages/source/d/django-guardian/django-guardian-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
Requires:       python-django >= 1.2
BuildArch:      noarch

%description
django-guardian is implementation of per object permissions as
authorization backend which is supported since Django 1.2. It won't
work with older Django releases.

%prep
%setup -q -n django-guardian-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%doc CHANGES README.rst
%{py_puresitedir}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.3.2-1
- (c0e8d76) Updated to 1.3.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14005 |14cu|python-django-haystack-2.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	django-haystack

Name:		python-%{oname}
Version:	2.4.0
Release:	1
Summary:	Pluggable search for Django
Source0:	https://pypi.python.org/packages/source/d/django-haystack/django-haystack-%{version}.tar.gz
License:	BSD 
Group:		Development/Python
Url:		http://haystacksearch.org/
BuildArch:	noarch

BuildRequires:	pythonegg(setuptools)
Requires:       pythonegg(django)
Requires:       python(abi) = 2.7

%description
========
Haystack
========

:author: Daniel Lindsley
:date: 2013/07/28

Haystack provides modular search for Django. It features a unified, familiar
API that allows you to plug in different search backends (such as Solr_,
Elasticsearch_, Whoosh_, Xapian_, etc.) without having to modify your code.

.. _Solr: http://lucene.apache.org/solr/
.. _Elasticsearch: http://elasticsearch.org/
.. _Whoosh: https://bitbucket.org/mchaput/whoosh/
.. _Xapian: http://xapian.org/

Haystack is BSD licensed, plays nicely with third-party app without needing to
modify the source and supports advanced features like faceting, More Like This,
highlighting, spatial search and spelling suggestions.

You can find more information at http://haystacksearch.org/.

#------python3-----
%package -n python3-%{oname}
Summary:        Django module for modular search
Group:          Development/Python
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
Requires:       python3egg(django)
Requires:       python(abi) = %{py3_ver}

%description -n python3-%{oname}
========
Haystack
========

:author: Daniel Lindsley
:date: 2013/07/28

Haystack provides modular search for Django. It features a unified, familiar
API that allows you to plug in different search backends (such as Solr_,
Elasticsearch_, Whoosh_, Xapian_, etc.) without having to modify your code.

.. _Solr: http://lucene.apache.org/solr/
.. _Elasticsearch: http://elasticsearch.org/
.. _Whoosh: https://bitbucket.org/mchaput/whoosh/
.. _Xapian: http://xapian.org/

Haystack is BSD licensed, plays nicely with third-party app without needing to
modify the source and supports advanced features like faceting, More Like This,
highlighting, spatial search and spelling suggestions.

You can find more information at http://haystacksearch.org/.

This is python3 module.


%files -n python3-%{oname}
%doc python3/AUTHORS
%doc python3/LICENSE
%doc python3/README.rst
%doc python3/docs/faq.rst
%doc python3/docs/haystack_theme/layout.html
%{py3_puresitedir}/haystack/*.py*
%{py3_puresitedir}/haystack/backends/*.py*
%{py3_puresitedir}/haystack/management/*.py*
%{py3_puresitedir}/haystack/management/commands/*.py*
%{py3_puresitedir}/haystack/templatetags/*.py*
%{py3_puresitedir}/haystack/utils/*.py*
%{py3_puresitedir}/django_haystack*.egg-info
%{py3_puresitedir}/haystack/templates/
#---------------------

%prep
%setup -q -c
cp -r %{oname}-%{version} python3

%build
pushd %{oname}-%{version}
python setup.py build
popd

pushd python3
python3 setup.py build
popd

%install
pushd %{oname}-%{version}
python setup.py install --root=%{buildroot}
popd

pushd python3
python3 setup.py install --root=%{buildroot}
popd

%files
%doc %{oname}-%{version}/AUTHORS
%doc %{oname}-%{version}/LICENSE
%doc %{oname}-%{version}/README.rst
%doc %{oname}-%{version}/docs/faq.rst
%doc %{oname}-%{version}/docs/haystack_theme/layout.html
%{py_puresitedir}/haystack/*.py*
%{py_puresitedir}/haystack/backends/*.py*
%{py_puresitedir}/haystack/management/*.py*
%{py_puresitedir}/haystack/management/commands/*.py*
%{py_puresitedir}/haystack/templatetags/*.py*
%{py_puresitedir}/haystack/utils/*.py*
%{py_puresitedir}/django_haystack*.egg-info
%{py_puresitedir}/haystack/templates/

%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 2.4.0-1
- (e6b389c) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14006 |14cu|python-django-mptt-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	django-mptt

Name:		python-%{oname}
Version:	0.8.0
Release:	1
Summary:	Modified Preorder Tree Traversal for Django models

Source0:	https://pypi.python.org/packages/source/d/django-mptt/django-mptt-%{version}.tar.gz

License:	BSD 
Group:		Development/Python
Url:		http://github.com/django-mptt/django-mptt
BuildArch:	noarch

BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(sphinx)
BuildRequires:  pythonegg(django) >= 1.4.2

Requires: python(abi) = 2.7 
Requires: pythonegg(django) >= 1.4.2

%description
Utilities for implementing Modified Preorder Tree Traversal
with your Django Models and working with trees of Model instances.

%prep
%setup -q -n %{oname}-%{version}

%install
python setup.py install --root="%{buildroot}"

%check
cd tests
sh runtests.sh

%files
%doc LICENSE MANIFEST.in PKG-INFO README.rst
%{py_puresitedir}/django_mptt-%{version}-py2.*.egg-info
%{py_puresitedir}/mptt/locale/es_AR/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/es_AR/LC_MESSAGES/django.po

%lang(de) %{py_puresitedir}/mptt/locale/de/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/de/LC_MESSAGES/django.po
%lang(dk) %{py_puresitedir}/mptt/locale/dk/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/dk/LC_MESSAGES/django.po
%lang(es) %{py_puresitedir}/mptt/locale/es/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/es/LC_MESSAGES/django.po
%lang(fr) %{py_puresitedir}/mptt/locale/fr/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/fr/LC_MESSAGES/django.po
%lang(mn) %{py_puresitedir}/mptt/locale/mn/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/mn/LC_MESSAGES/django.po
%lang(nb) %{py_puresitedir}/mptt/locale/nb/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/nb/LC_MESSAGES/django.po
%lang(pl) %{py_puresitedir}/mptt/locale/pl/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/pl/LC_MESSAGES/django.po
%lang(pt_BR) %{py_puresitedir}/mptt/locale/pt_BR/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/pt_BR/LC_MESSAGES/django.po
%lang(ru) %{py_puresitedir}/mptt/locale/ru/LC_MESSAGES/django.mo
%{py_puresitedir}/mptt/locale/ru/LC_MESSAGES/django.po
%{py_puresitedir}/mptt/*py
%{py_puresitedir}/mptt/templates/admin/grappelli_mptt_change_list.html
%{py_puresitedir}/mptt/templates/admin/grappelli_mptt_change_list_results.html
%{py_puresitedir}/mptt/templates/admin/mptt_change_list.html
%{py_puresitedir}/mptt/templates/admin/mptt_change_list_results.html
%{py_puresitedir}/mptt/templatetags/__init__.py
%{py_puresitedir}/mptt/templatetags/mptt_admin.py
%{py_puresitedir}/mptt/templatetags/mptt_tags.py

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 0.8.0-1
- (bec6eba) Merge pull request #3 from import/python-django-mptt:auto_update
- (bec6eba) Updated to 0.8.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14007 |14cu|python-django-tagging-0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname django-tagging

Name:           python-django-tagging
Version:        0.4
Release:        1
Summary:        A generic tagging application for Django projects

Group:          Development/Python
License:        MIT
URL:            http://code.google.com/p/django-tagging/
# svn export -r154 http://django-tagging.googlecode.com/svn/trunk/ django-tagging-0.3-r154
# tar zcf django-tagging-0.3-r154.tar.gz django-tagging-0.3-r154
Source0:        http://pypi.python.org/packages/source/d/django-tagging}/django-tagging-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-django

%description
A generic tagging application for Django projects, which allows association
of a number of tags with any Model instance and makes retrieval of tags
simple.

%prep
%setup -q -n %{realname}-%{version}

%build
python setup.py build


%install
python setup.py install -O1 --skip-build --root %{buildroot}

%files
%doc CHANGELOG.txt LICENSE.txt docs/
%{py_puresitedir}/*

%changelog

* Fri Jan 15 2016 dsilakov <denis.silakov@rosalab.ru> 0.4-1
- (acc414f) Merge pull request #1 from import/python-django-tagging:auto_update
- (acc414f) Updated to 0.4 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14008 |14cu|python-django-userena-1.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	django-userena

Name:		python-%{module}
Version:	1.4.1
Release:	1
Summary:	Complete user management application for Django
Group:		Development/Python
License:	BSD
URL:		https://github.com/bread-and-pepper/django-userena/
Source0:	https://pypi.python.org/packages/source/d/%{module}/%{module}-%{version}.tar.gz
Patch0:		django-userena-1.4.1-mga-fix-setup-install_requires.patch
BuildArch:	noarch
BuildRequires:	python-setuptools

Requires:	python-html2text

%description
Userena is a Django application that supplies your Django
project with full account management.
It's a fully customizable application that takes care of the
signup, activation, messaging and more.
It's BSD licensed, which means you can use it commercially for free!

#---------------------------------------------------------------------------

%package -n	python3-%{module}
Summary:	Complete user management application for Django
Group:		Development/Python
BuildArch:	noarch
BuildRequires:	python3-setuptools

%description -n python3-%{module}
Userena is a Django application that supplies your Django
project with full account management.
It's a fully customizable application that takes care of the
signup, activation, messaging and more.
It's BSD licensed, which means you can use it commercially for free!
This is the Python 3 build of %{module}.

#---------------------------------------------------------------------------
%prep
%setup -q -n %{module}-%{version}
%apply_patches
cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
python setup.py install --root=%{buildroot} --skip-build

pushd %{py3dir}
python3 setup.py install --root=%{buildroot} --skip-build
popd

%files
%doc README.mkd docs
# list some files explicitly to avoid listing locale files twice
%{py_puresitedir}/userena/*.py*
%{py_puresitedir}/userena/contrib/
%{py_puresitedir}/userena/fixtures/
%{py_puresitedir}/userena/management/
%{py_puresitedir}/userena/migrations/
%{py_puresitedir}/userena/runtests/
%{py_puresitedir}/userena/south_migrations/
%{py_puresitedir}/userena/templates/
%{py_puresitedir}/userena/tests/
%{py_puresitedir}/django_userena-%{version}-py*.*.egg-info
# locale files
%lang(bg) %{py_puresitedir}/userena/locale/bg/LC_MESSAGES/django.?o
%lang(de) %{py_puresitedir}/userena/locale/de/LC_MESSAGES/django.?o
%lang(de_du) %{py_puresitedir}/userena/locale/de_du/LC_MESSAGES/django.?o
%lang(el) %{py_puresitedir}/userena/locale/el/LC_MESSAGES/django.?o
%lang(es) %{py_puresitedir}/userena/locale/es/LC_MESSAGES/django.?o
%lang(fr) %{py_puresitedir}/userena/locale/fr/LC_MESSAGES/django.?o
%lang(gl) %{py_puresitedir}/userena/locale/gl/LC_MESSAGES/django.?o
%lang(it) %{py_puresitedir}/userena/locale/it/LC_MESSAGES/django.?o
%lang(nb) %{py_puresitedir}/userena/locale/nb/LC_MESSAGES/django.?o
%lang(nl) %{py_puresitedir}/userena/locale/nl/LC_MESSAGES/django.?o
%lang(pl) %{py_puresitedir}/userena/locale/pl/LC_MESSAGES/django.?o
%lang(pt) %{py_puresitedir}/userena/locale/pt/LC_MESSAGES/django.?o
%lang(pt_BR) %{py_puresitedir}/userena/locale/pt_BR/LC_MESSAGES/django.?o
%lang(ru) %{py_puresitedir}/userena/locale/ru/LC_MESSAGES/django.?o
%lang(tr) %{py_puresitedir}/userena/locale/tr/LC_MESSAGES/django.?o
%lang(zh_CN) %{py_puresitedir}/userena/locale/zh_CN/LC_MESSAGES/django.?o
%lang(zh_TW) %{py_puresitedir}/userena/locale/zh_TW/LC_MESSAGES/django.?o

%files -n python3-%{module}
%doc README.mkd docs
# list some files explicitly to avoid listing locale files twice
%{py3_puresitedir}/userena/*py*
%{py3_puresitedir}/userena/contrib/
%{py3_puresitedir}/userena/fixtures/
%{py3_puresitedir}/userena/management/
%{py3_puresitedir}/userena/migrations/
%{py3_puresitedir}/userena/runtests/
%{py3_puresitedir}/userena/south_migrations/
%{py3_puresitedir}/userena/templates/
%{py3_puresitedir}/userena/tests/
%{py3_puresitedir}/django_userena-%{version}-py*.*.egg-info
# locale files
%lang(bg) %{py3_puresitedir}/userena/locale/bg/LC_MESSAGES/django.?o
%lang(de) %{py3_puresitedir}/userena/locale/de/LC_MESSAGES/django.?o
%lang(de_du) %{py3_puresitedir}/userena/locale/de_du/LC_MESSAGES/django.?o
%lang(el) %{py3_puresitedir}/userena/locale/el/LC_MESSAGES/django.?o
%lang(es) %{py3_puresitedir}/userena/locale/es/LC_MESSAGES/django.?o
%lang(fr) %{py3_puresitedir}/userena/locale/fr/LC_MESSAGES/django.?o
%lang(gl) %{py3_puresitedir}/userena/locale/gl/LC_MESSAGES/django.?o
%lang(it) %{py3_puresitedir}/userena/locale/it/LC_MESSAGES/django.?o
%lang(nb) %{py3_puresitedir}/userena/locale/nb/LC_MESSAGES/django.?o
%lang(nl) %{py3_puresitedir}/userena/locale/nl/LC_MESSAGES/django.?o
%lang(pl) %{py3_puresitedir}/userena/locale/pl/LC_MESSAGES/django.?o
%lang(pt) %{py3_puresitedir}/userena/locale/pt/LC_MESSAGES/django.?o
%lang(pt_BR) %{py3_puresitedir}/userena/locale/pt_BR/LC_MESSAGES/django.?o
%lang(ru) %{py3_puresitedir}/userena/locale/ru/LC_MESSAGES/django.?o
%lang(tr) %{py3_puresitedir}/userena/locale/tr/LC_MESSAGES/django.?o
%lang(zh_CN) %{py3_puresitedir}/userena/locale/zh_CN/LC_MESSAGES/django.?o
%lang(zh_TW) %{py3_puresitedir}/userena/locale/zh_TW/LC_MESSAGES/django.?o



%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 1.4.1-1
- (e589e41) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14009 |14cu|python-docsassembler-0.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	docsassembler

Name:	         python-%{oname}
Version:       0.0.3
Release:       1
Summary:       Stas Fomin's small utils library

Source0:       https://abf.io/belonesox/%{oname}/archive/%{oname}-v%{version}.tar.gz

License:	MIT
Group:		Development/Python
BuildArch:	noarch
BuildRequires:  pkgconfig(python)
Requires:        python-pytz
Requires:        python-trans
Requires:        python-pygments
Requires:        python-networkx
Requires:        python-scipy
Requires:        python-matplotlib-svg
Requires:        python-matplotlib-wx
Requires:        python-belonesox-tools
Requires:        python-latex-helpers
Requires:        texlive-biber
Requires:        graphviz
Requires:        inkscape
Requires:        texlive-docstruct
Requires:        scons



%description
Stas Fomin's small utils library

%prep
%setup -qn %{oname}-v%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%{py_puresitedir}/*

%changelog

* Mon May 18 2015 Stas Fomin <stas-fomin@yandex.ru> 0.0.3-1
- (22cb666) from v0.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14010 |14cu|python-dpkt-1.8.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
Summary:	Fast, simple packet creation and parsing
Name:		python-dpkt
Version:	1.8.6.2
Release:	1
License:	BSD
Group:		Development/Python
URL:		http://code.google.com/p/dpkt/
Source0:	https://pypi.python.org/packages/source/d/dpkt/dpkt-%{version}.tar.gz
BuildRequires:	python-devel

%description
Fast, simple packet creation and parsing

%prep
%setup -q -n dpkt-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS CHANGES  LICENSE 
%{py_puresitedir}/dpkt
%{py_puresitedir}/dpkt-%{version}-py%{py_ver}.egg-info

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.8.6.2-1
- (9c14406) Merge pull request #2 from import/python-dpkt:auto_update
- (9c14406) Updated to 1.8.6.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14011 |14cu|python-dropbox-3.41-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pypi_name dropbox

Name:           python-%{pypi_name}
Version:        3.41
Release:        1
Summary:        Official Dropbox REST API Client
License:        MIT
Group:          Development/Python
URL:            https://www.dropbox.com/developers/core/sdks
Source0:        https://pypi.python.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

# Don't install tests
Patch0:         %{pypi_name}-setuptools.patch

BuildArch:      noarch

BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python-urllib3
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  python3-urllib3

%description
A Python library for Dropbox's HTTP-based Core and Datastore APIs.

%package -n python3-%{pypi_name}
Group:          Development/Python
Summary:        Official Dropbox REST API Client

%description -n python3-%{pypi_name}
A Python library for Dropbox's HTTP-based Core and Datastore APIs.

%prep
%setup -qn %{pypi_name}-%{version}
%patch0 -p1
rm -rf %{pypi_name}.egg-info

cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3}|'

%build
python2 setup.py build
pushd %{py3dir}
python3 setup.py build
popd

%install
python setup.py install --root %{buildroot}

pushd %{py3dir}
python3 setup.py install --root %{buildroot}
popd

%files
%doc README.rst LICENSE
%{py_puresitedir}/%{pypi_name}
%{py_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info

%files -n python3-%{pypi_name}
%doc README.rst LICENSE
%{py3_puresitedir}/%{pypi_name}
%{py3_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info

%changelog

* Sun Jan 31 2016 Denis Silakov <dsilakov@gmail.com> 3.41-1
- (5100e6b) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14012 |14cu|python-dulwich-0.11.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	dulwich

Summary:	Python implementation of the Git file formats and protocols


Name:		python-%{module}
Version:	0.11.2
Release:	1
Source0:	https://pypi.python.org/packages/source/d/dulwich/dulwich-%{version}.tar.gz
License:	GPLv2
Group:		Development/Python
Url:		https://launchpad.net/dulwich/
BuildRequires:	python-sphinx
BuildRequires:	python-nose, git-core
BuildRequires:  python-devel

%description
Dulwich is a pure-Python implementation of the Git file formats and protocols.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}

pushd docs
%__make html
popd

rm -rf %{buildroot}/%{py_platsitedir}/docs/tutorial

# Tests require unittest2 to run:
#%check
#make check

%files
%doc  COPYING  NEWS  docs/build/html docs/tutorial
%{_bindir}/dul*
%{py_platsitedir}/%{module}*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.11.2-1
- (cc61c74) Updated to 0.11.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14013 |14cu|python-efl-1.18.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov '(.*)\\.so(.*)'

Summary:	EFL bindings for Python
Name:		python-efl
Version:	1.18.0
Release:	1
License:	GPLv3+
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/bindings/python/%{name}-%{version}.tar.xz
Patch0:		python-efl-1.17.0-linkage.patch
BuildRequires:	pkgconfig(dbus-python)
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(ecore-file)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(emotion)
BuildRequires:	pkgconfig(eo)
BuildRequires:	pkgconfig(evas)
BuildRequires:	pkgconfig(python)
Obsoletes:	python-e_dbus < 1.8.0
Obsoletes:	python-e_dbus < 1.8.0
Obsoletes:	python-ecore < 1.8.0
Obsoletes:	python-ecore-devel < 1.8.0
Obsoletes:	python-edje < 1.8.0
Obsoletes:	python-edje-devel < 1.8.0
Obsoletes:	python-elementary < 1.8.0
Obsoletes:	python-elementary-devel < 1.8.0
Obsoletes:	python-emotion < 1.8.0
Obsoletes:	python-emotion-devel < 1.8.0
Obsoletes:	python-ethumb < 1.8.0
Obsoletes:	python-ethumb-devel < 1.8.0
Obsoletes:	python-evas < 1.8.0
Obsoletes:	python-evas-devel < 1.8.0

%description
Python support files for EFL.

%files
%doc README
%{py_platsitedir}/efl/*
%{py_platsitedir}/python_efl-%{version}-py%{py_ver}.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}


%changelog

* Mon Nov 07 2016 tremod <negry.m@yandex.ru> 1.18.0-1
- (d1c4685) Merge pull request #1 from import/python-efl:rosa2016.1
- (d1c4685) Update to 1.18.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14014 |14cu|python-elib.intl-0.0.3-0.20110711.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	elib.intl

%define gdate	20110711

Name:		python-%{oname}
Version:	0.0.3
Release:	0.%{gdate}.1
Summary:	Enhanced internationalization (I18N) for Python
License:	LGPLv3+
Group:		Development/Python
Url:		https://github.com/dieterv/elib.intl
Source0:	%{oname}-%{gdate}.tar.xz
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx
Provides:	%{oname} = %{version}-%{release}

%description
The elib.intl module provides enhanced internationalization (I18N) services
for your Python modules and applications.

elib.intl wraps Python's :func:`gettext` functionality.

%prep
%setup -qn %{oname}-%{gdate}

%build
python setup.py build

pushd doc/reference
        make html
	rm -rf build/html/.buildinfo
popd

%install
python setup.py install \
	--root %{buildroot}

%files
%doc doc/reference/build/html
%{py_puresitedir}/%{oname}*
%{py_puresitedir}/elib/



%changelog
* Tue Mar 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-0.20110711.1
+ Revision: 7a282ba
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14015 |14cu|python-epsilon-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  epsilon

Summary:	A small utility package

Name:		python-%{module}
Version:	0.7.0
Release:	3
Group:		Development/Python 
License:	BSD
Url:		http://www.divmod.org/trac/wiki/DivmodEpsilon
Source0:	https://pypi.python.org/packages/source/E/Epsilon/Epsilon-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
BuildRequires:	python-twisted
Provides:	python-Epsilon = %{version}
Provides:	Epsilon = %{version}
Requires:	python-twisted

%description
A small utility package that depends on tools too recent for Twisted (like
datetime in python2.4) but performs generic enough functions that it can be
used in projects that don't want to share the large footprint of Divmod's 
other projects.

%prep
%setup -qn Epsilon-%{version}

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE=  python setup.py install --root=%{buildroot} --record=INSTALLED_FILES.tmp

rm -rf %{buildroot}%{py_puresitedir}/build

%files
%doc README *.txt LICENSE
%{py_puresitedir}/*
%{_bindir}/*


%changelog

* Wed Apr 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-3
- (b0a7b14) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14016 |14cu|python-esmre-0.3.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name esmre

Name:           python-%{upstream_name}
Version:        0.3.1
Release:        7
Summary:        Regular expression accelerator
Group:          Development/Python
License:        LGPL
URL:            https://pypi.python.org/pypi/esmre
Source0:        https://pypi.python.org/packages/source/e/esmre/esmre-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
Modules used to accelerate execution of a large collection of regular
expressions using the Aho-Corasick algorithms.

%prep
%setup -q -n %{upstream_name}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%doc AUTHORS COPYING README
%{py_platsitedir}/esm.so
%{py_platsitedir}/esmre.py*
%{py_platsitedir}/esmre-%{version}-*.egg-info



%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 0.3.1-7
- (64f8b0e) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14017 |14cu|python-exconsole-0.1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Created by pyp2rpm-1.0.1
%global pypi_name python-exconsole
%global with_python3 1

Name:           python-exconsole
Version:        0.1.5
Release:        1
Group:          Development/Python
Summary:        Emergency/postmortem Python console

License:        LGPLv3
URL:            TODO:
Source0:        https://pypi.python.org/packages/source/p/python-exconsole/python-exconsole-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python-devel
BuildRequires:  python-setuptools
 
%if %{?with_python3}
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
%endif # if with_python3


%description
Emergency/postmortem Python console

%if 0%{?with_python3}
%package -n     python3-exconsole
Summary:        Emergency/postmortem Python console


%description -n python3-exconsole
Emergency/postmortem Python console
%endif # with_python3


%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info


%if 0%{?with_python3}
rm -rf %{py3dir}
cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'

%endif # with_python3


%build
python setup.py build

%if 0%{?with_python3}
pushd %{py3dir}
python3 setup.py build
popd
%endif # with_python3


%install
# Must do the subpackages' install first because the scripts in /usr/bin are
# overwritten with every setup.py install (and we want the python2 version
# to be the default for now).
%if 0%{?with_python3}
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd
%endif # with_python3

python setup.py install --skip-build --root %{buildroot}


%files
%doc 
%{py_puresitedir}/exconsole
%{py_puresitedir}/python_exconsole-%{version}-py?.?.egg-info
%if 0%{?with_python3}
%files -n python3-exconsole
%doc 
%{py3_puresitedir}/exconsole
%{py3_puresitedir}/python_exconsole-%{version}-py?.?.egg-info
%endif # with_python3




%changelog

* Wed Sep 23 2015 Denis Silakov <dsilakov@gmail.com> 0.1.5-1
- (4a2de95) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14018 |14cu|python-extras-0.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Created by pyp2rpm-1.0.1
%global pypi_name extras

Name:           python-%{pypi_name}
Version:        0.0.3
Release:        3
Group:          Development/Python
Summary:        Useful extra bits for Python - things that should be in the standard library

License:        MIT
URL:            https://github.com/testing-cabal/extras
Source0:        https://pypi.python.org/packages/source/e/extras/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch

BuildRequires:  pkgconfig(python2)
BuildRequires:  pythonegg(setuptools)


%description
extras is a set of extensions to the Python standard library, originally
written to make the code within testtools cleaner, but now split out for
general use outside of a testing context.

pydoc extras is your friend. extras currently contains the
following functions:

* try_import

* try_imports

* safe_hasattr

Which do
what their name ...


%package -n     python3-%{pypi_name}
Summary:        Useful extra bits for Python - things that should be in the standard library
Group:          Development/Python
BuildArch:      noarch
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)

%description -n python3-%{pypi_name}
extras is a set of extensions to the Python standard library, originally
written to make the code within testtools cleaner, but now split out for
general use outside of a testing context.

pydoc extras is your friend. extras currently contains the
following functions:

* try_import

* try_imports

* safe_hasattr

Which do
what their name ...


%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

cp -a . %{py3dir}


%build
pushd %{py3dir}
python3 setup.py build
popd

python2 setup.py build


%install
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd

python2 setup.py install --skip-build --root %{buildroot}


%files
%doc README.rst LICENSE
%{py_puresitedir}/%{pypi_name}
%{py_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info

%files -n python3-%{pypi_name}
%doc README.rst LICENSE
%{py3_puresitedir}/%{pypi_name}
%{py3_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info



%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 0.0.3-3
- (b9fe3c3) Added python3 module



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14019 |14cu|python-fixtures-1.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fixtures

Name:           python-%{oname}
Version:        1.4.0
Release:        1
Summary:        Fixtures, reusable state for writing clean tests and more
Group:          Development/Python
License:        ASL 2.0 or BSD
URL:            https://launchpad.net/python-fixtures
Source0:        https://pypi.python.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
Requires:	pythonegg(setuptools)
BuildArch:      noarch

%description
Fixtures defines a Python contract for reusable state / support logic,
primarily for unit testing. Helper and adaption logic is included to
make it easy to write your own fixtures using the fixtures contract.
Glue code is provided that makes using fixtures that meet the Fixtures
contract in unittest compatible test cases easy and straight forward.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%doc README GOALS NEWS Apache-2.0 BSD COPYING
%{py_puresitedir}/%{oname}
%{py_puresitedir}/%{oname}-%{version}-py?.?.egg-info

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.4.0-1
- (e3b0690) Updated to 1.4.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14020 |14cu|python-flake8-3.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	flake8

Name:		python-%{oname}
Version:	3.3.0
Release:	1
Summary:	The modular source code checker: pep8, pyflakes and co
Source0:	http://pypi.python.org/packages/source/f/%{oname}/%{oname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		https://gitlab.com/pycqa/flake8
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(sphinx)
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(nose)
BuildRequires:	pythonegg(mccabe)
BuildRequires:	pythonegg(configparser)
BuildRequires:	pythonegg(enum34)
BuildRequires:	pythonegg(pycodestyle)
BuildRequires:	pythonegg(pyflakes)
BuildRequires:	pythonegg(pytest)
BuildRequires:	pythonegg(mock)
BuildRequires:	pythonegg(pbr)

BuildArch:	noarch

%description
Flake8 is a wrapper around these tools:
- PyFlakes
- pycodestyle
- Ned Batchelder's McCabe script
Flake8 runs all the tools by launching the single ``flake8`` command.
It displays the warnings in a per-file, merged output.

%files
%doc python2/{CONTRIBUTORS.txt,LICENSE,README.rst,docs/source/faq.rst}
%{_bindir}/python-flake8
%{py_puresitedir}/%{oname}-%{version}-py?.?.egg-info
%{py_puresitedir}/%{oname}/
#-------------------------------------------------------------------
%package -n python3-%{oname}

Group:          Development/Python
Summary:        The modular source code checker: pep8, pyflakes and co
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
BuildRequires:	python3egg(nose)
BuildRequires:	python3egg(mccabe)
BuildRequires:	python3egg(pycodestyle)
BuildRequires:	python3egg(pyflakes)
BuildRequires:	python3egg(configparser)
BuildRequires:	python3egg(pytest)
BuildRequires:	python3egg(mock)
BuildRequires:	python3egg(pbr)

%description -n python3-%{oname}
Flake8 is a wrapper around these tools:
- PyFlakes
- pycodestyle
- Ned Batchelder's McCabe script
Flake8 runs all the tools by launching the single ``flake8`` command.
It displays the warnings in a per-file, merged output.
This is version of the package running with Python 3.

%files -n python3-%{oname}
%doc python3/{CONTRIBUTORS.txt,LICENSE,README.rst,docs/source/faq.rst}
%{_bindir}/python3-flake8
%{py3_puresitedir}/%{oname}-%{version}-py?.?.egg-info
%{py3_puresitedir}/%{oname}/

#-------------------------------------------------------------------

%prep
%setup -qc
rm -rf %{oname}-%{version}/flake8.egg-info
cp -R %{oname}-%{version} python3
mv %{oname}-%{version} python2

%build
pushd python2
%py_build
popd

pushd python3
%py3_build
popd

%install
pushd python3
%py3_install
mv %{buildroot}%{_bindir}/flake8 %{buildroot}%{_bindir}/python3-flake8
popd

pushd python2
%py_install
mv %{buildroot}%{_bindir}/flake8 %{buildroot}%{_bindir}/python-flake8
popd

%check
%if 0 
pushd python2 
%py_test
popd

pushd python3
%py3_test
popd
%endif

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14021 |14cu|python-flask-0.10.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	flask
%define	soname	Flask
Name:		python-%{oname}
Version:	0.10.1
Release:	8
Summary:	A microframework based on Werkzeug, Jinja2 and good intentions
Source0:	https://pypi.python.org/packages/source/F/%{soname}/%{soname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://github.com/mitsuhiko/flask/
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)

Requires: python(abi) = 2.7 
Requires: pythonegg(itsdangerous) >= 0.21 
Requires: pythonegg(jinja2) >= 2.4 
Requires: pythonegg(werkzeug) >= 0.7


%description
Flask
-----
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good
intentions. 

%files
%doc python2/{AUTHORS,README,LICENSE,CHANGES,docs/,examples/,flask/}
%{py_puresitedir}/flask/ext/*.py*
%{py_puresitedir}/Flask*.egg-info
%{py_puresitedir}/flask/testsuite/
%{py_puresitedir}/flask/*.py
#-------------------------------------------------------------------
%package -n python3-%{oname}

BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
Requires: python(abi) = 3.4
Requires: python3egg(itsdangerous) >= 0.21 
Requires: python3egg(jinja2) >= 2.4 
Requires: python3egg(werkzeug) >= 0.7

%description -n python3-%{oname}
Flask
-----
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good
intentions.

%files -n python3-%{oname}
%doc python3/{AUTHORS,README,LICENSE,CHANGES,docs/,examples/,flask/}
%{py3_puresitedir}/flask/ext/*.py*
%{py3_puresitedir}/Flask*.egg-info
%{py3_puresitedir}/flask/testsuite/
%{py3_puresitedir}/flask/*.py
#-------------------------------------------------------------------

%prep
%setup -qc 
pushd %{soname}-%{version}
rm -fr docs/.gitignore  docs/_themes/.git examples/.DS_Store \
  examples/persona/static/.DS_Store docs/_themes/.gitignore  \
  examples/persona/.DS_Store
popd

mv %{soname}-%{version} python2
cp -r python2 python3

%build
pushd python2 
%py2_build
popd
#
pushd python3
%py3_build
popd

%install
pushd python3
%py3_install 
popd

pushd python2
%py2_install
popd

# clean
find %{buildroot} -size 0 -delete

%check
pushd python2 
python setup.py test
rm -fr flask/testsuite/test_apps/flask_broken/b.py
popd

pushd python3
python3 setup.py test
rm -fr flask/testsuite/test_apps/flask_broken/b.py
popd


%changelog

* Sat Nov 12 2016 abfonly <abfonly@gmail.com> 0.10.1-8
- (092bf98) Log: Build python3 module
- (092bf98) fixed linting and tests
- (092bf98) bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14022 |14cu|python-funcsigs-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module funcsigs

Name:           python-funcsigs
Version:        0.4
Release:        3
Summary:        Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+

Group:          Development/Python
License:        ASL
URL:            http://funcsigs.readthedocs.org/
Source0:        http://pypi.python.org/packages/source/f/%{module}/%{module}-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  pkgconfig(python)
BuildRequires:  python-setuptools

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3-setuptools


%description
funcsigs is a backport of the PEP 362 function signature features from
Python 3.3’s inspect module.

%package -n python3-funcsigs
Summary:        Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
Group:          Development/Python

%description -n python3-funcsigs
funcsigs is a backport of the PEP 362 function signature features from
Python 3.3’s inspect module.

%prep
%setup -q -n %{module}-%{version}

cp -ap . %{py3dir}


%build
CFLAGS="%{optflags}" python2 setup.py build

pushd %{py3dir}
python3 setup.py build
popd


%check
python2 setup.py test


%install
pushd %{py3dir}
python3 setup.py install -O1 --skip-build --root %{buildroot} 
popd

python2 setup.py install -O1 --skip-build --root %{buildroot} 

%files
%doc docs/ README.rst PKG-INFO 
%{py_puresitedir}/*

%files -n python3-funcsigs
%doc docs/ README.rst PKG-INFO 
%{py3_puresitedir}/*




%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 0.4-3
- (bc118bd) Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14023 |14cu|python-functools32-3.2.3_2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	functools32
%define	oversion	3.2.3-2

Name:		python-%{oname}
Version:	3.2.3_2
Release:	1
Summary:	Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy
Source0:	http://pypi.python.org/packages/source/f/%{oname}/%{oname}-%{oversion}.tar.gz
License:	PSF license
Group:		Development/Python
Url:		https://github.com/MiCHiLU/python-functools32
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildArch:	noarch

%description
This is a backport of the functools standard library module from
Python 3.2.3 for use on Python 2.7 and PyPy. It includes
new features `lru_cache` (Least-recently-used cache decorator).

%prep
%setup -qn %{oname}-%{oversion}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc ChangeLog
%doc LICENSE
%{py_puresitedir}/functools32/*.py*
%{py_puresitedir}/functools32*.egg-info

%changelog

* Sat Feb 27 2016 Denis Silakov <dsilakov@gmail.com> 3.2.3_2-1
- (8c0b0c7) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14024 |14cu|python-futures-2.1.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name futures

Name:           python-%{upstream_name}
Version:        2.1.6
Release:        5
Summary:        Backport of the concurrent.futures package from Python 3.2
Group:          Development/Python
License:        BSD
URL:            https://pypi.python.org/pypi/futures
Source0:        https://pypi.python.org/packages/source/f/futures/futures-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
The concurrent.futures module provides a high-level interface for
asynchronously executing callables.

%prep
%setup -q -n %{upstream_name}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%{py_puresitedir}/concurrent
%{py_puresitedir}/futures
%{py_puresitedir}/futures-%{version}-*.egg-info



%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 2.1.6-5
- (9b48925) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14025 |14cu|python-gammu-2.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python module to communicate with mobile phones
Name:		python-gammu
Version:	2.11
Release:	4
License:	GPLv2+
Group:		Development/Python
Url:		https://wammu.eu/python-gammu/
Source0:	https://dl.cihar.com/python-gammu/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gammu)
BuildRequires:	pkgconfig(python2)
BuildRequires:	python-setuptools
Obsoletes:	python2-gammu < 2.11-4

%description
Python bindings which allow you to use (most) of Gammu functionality from
Python language.

%files
%doc AUTHORS NEWS.rst README.rst COPYING
%{python2_sitearch}/gammu/
%{python2_sitearch}/python_gammu-%{version}-py?.?.egg-info/

#-------------------------------------------------------------------------

%package -n python3-gammu
Summary:	Python module to communicate with mobile phones
Group:		Development/Python
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-setuptools

%description -n python3-gammu
Python bindings which allow you to use (most) of Gammu functionality from
Python language.

%files -n python3-gammu
%doc AUTHORS NEWS.rst README.rst COPYING
%{python3_sitearch}/gammu/
%{python3_sitearch}/python_gammu-%{version}-py?.?.egg-info/

#-------------------------------------------------------------------------

%prep
%setup -q

rm -rf *.egg-info

%build
%py2_build
%py3_build

%install
%py2_install
%py3_install

%changelog

* Thu May 24 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.11-4
- (4ed1936) Don't use Fedora-style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14026 |14cu|python-geoip-1.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname GeoIP

Summary: Python bindings for the GeoIP library


Name: python-geoip
Version: 1.3.2
Release: 1
Source0: https://pypi.python.org/packages/source/G/GeoIP/GeoIP-%{version}.tar.gz
URL: http://www.maxmind.com/app/python
License: BSD-like
Group: Development/Python
BuildRequires:  python-devel
BuildRequires: pkgconfig(geoip)

%description
This is the Python API to the GeoIP library that enables the user to
find the country that any IP address or hostname originates from. It
uses a file based database that is accurate as of March 2003. This
database simply contains IP blocks as keys, and countries as
values. This database should be more complete and accurate than using
reverse DNS lookups. Commercial databases and automatic update
services are available from http://www.maxmind.com/

%prep
%setup -q -n %oname-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%{py_platsitedir}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.3.2-1
- (994b943) Updated to 1.3.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14027 |14cu|python-gevent-1.1b4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname gevent
%define with_system_libev 1
%define with_system_c_ares 1
%define with_tests 0

# with fixes from
# https://github.com/pld-linux/python-gevent/blob/master/python-gevent.spec

Name:		python-%{srcname}
Version:	1.1b4
Release:	4
Summary:	A coroutine-based Python networking library
License:	MIT
Group:		Development/Python
Url:		http://www.gevent.org/
Source0:	http://pypi.python.org/packages/source/g/%{srcname}/%{srcname}-%{version}.tar.gz
Patch0:		known_failures-pld.patch
Patch1:		gevent-1.1b4-ignore-http-header-encode-errors.patch

BuildRequires:	glibc-devel
BuildRequires:	python-devel
BuildRequires:  python3-devel
# Needed for tests
BuildRequires:  lsof
%{?with_system_libev:BuildRequires:    c-ares-devel >= 1.10.0}
%{?with_system_c_ares:BuildRequires:   libev-devel >= 4.11}
%{?with_tests:BuildRequires: python-greenlet}

Requires:   pythonegg(greenlet)


%description
Gevent is a coroutine-based Python networking library that uses greenlet to
provide a high-level synchronous API on top of the libevent event loop.

%package -n python3-%{srcname}
Summary: A coroutine-based Python3 networking library
Requires:   python3egg(greenlet)
%{?with_tests:BuildRequires: python3-greenlet}

%description -n python3-%{srcname}
Gevent is a coroutine-based Python3 networking library that uses greenlet to
provide a high-level synchronous API on top of the libevent event loop.

%prep
%setup -q -n %{srcname}-%{version}
%patch0 -p1
%patch1 -p1
rm -rf %{py3dir}
cp -a . %{py3dir}
pushd %{py3dir}
# Syntax error in python3
rm gevent/_util_py2.py 
popd
# Syntax error in python2
rm gevent/_socket3.py


%build
CFLAGS="%{optflags} -I/usr/include/libev" \
%{?with_system_libev:LIBEV_EMBED=false} \
%{?with_system_c_ares:CARES_EMBED=false} \
python2  setup.py build
%if 0%{?with tests}
cd greentest
PATH=/usr/sbin:$PATH PYTHONPATH=.. python testrunner.py --config ../known_failures.py
cd ..
%endif

pushd %{py3dir}
CFLAGS="%{optflags} -I/usr/include/libev" \
%{?with_system_libev:LIBEV_EMBED=false} \
%{?with_system_c_ares:CARES_EMBED=false} \
python3 setup.py build
%if 0%{?with tests}
cd greentest
PATH=/usr/sbin:$PATH PYTHONPATH=.. python3 testrunner.py --config ../known_failures.py
cd ..
%endif
popd

%install
pushd %{py3dir}
%{?with_system_libev:LIBEV_EMBED=false} \
%{?with_system_c_ares:CARES_EMBED=false} \
python3 setup.py install -O1 --skip-build --root %{buildroot} 
popd
%{?with_system_libev:LIBEV_EMBED=false} \
%{?with_system_c_ares:CARES_EMBED=false} \
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%{py_platsitedir}/%{srcname}*

%files -n python3-%{srcname}
%{py3_platsitedir}/%{srcname}*



%changelog

* Fri Sep 25 2015 Denis Silakov <dsilakov@gmail.com> 1.1b4-4
- (2c9c2d8) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14028 |14cu|python-gevent-socketio-0.3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name gevent-socketio
%global with_python3 0

Name:           python-gevent-socketio
Version:        0.3.6
Release:        1
Group:          Development/Python
Summary:        SocketIO server based on the Gevent pywsgi server, a Python network library

License:        BSD
Source0:        https://pypi.python.org/packages/source/g/gevent-socketio/gevent-socketio-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python-devel
BuildRequires:  python-sphinx
BuildRequires:  python-setuptools
 
%if %{?with_python3}
BuildRequires:  python3-devel
BuildRequires:  python3-sphinx
BuildRequires:  python3-setuptools
%endif # if with_python3


%description
``gevent-socketio`` is a Python implementation of the Socket.IO
protocol, developed originally for Node.js by LearnBoost and then
ported to other languages.  Socket.IO enables real-time web
communications between a browser and a server, using a WebSocket-like
API.

%if 0%{?with_python3}
%package -n     python3-%{pypi_name}
Summary:        SocketIO server based on the Gevent pywsgi server, a Python network library


%description -n python3-%{pypi_name}
``gevent-socketio`` is a Python implementation of the Socket.IO
protocol, developed originally for Node.js by LearnBoost and then
ported to other languages.  Socket.IO enables real-time web
communications between a browser and a server, using a WebSocket-like
API.
%endif # with_python3


%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

# generate html docs 
sphinx-build docs/source html
# remove the sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}

%if 0%{?with_python3}
rm -rf %{py3dir}
cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
# generate html docs 
sphinx-build-3.4 docs/source html
# remove the sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}

%endif # with_python3


%build
python setup.py build

%if 0%{?with_python3}
pushd %{py3dir}
python3 setup.py build
popd
%endif # with_python3


%install
# Must do the subpackages' install first because the scripts in /usr/bin are
# overwritten with every setup.py install (and we want the python2 version
# to be the default for now).
%if 0%{?with_python3}
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd
%endif # with_python3

python setup.py install --skip-build --root %{buildroot}


%files
%doc html README.rst LICENSE
%{py_puresitedir}/socketio
%{py_puresitedir}/gevent_socketio-%{version}-py?.?.egg-info
%if 0%{?with_python3}
%files -n python3-%{pypi_name}
%doc html README.rst LICENSE
%{py3_puresitedir}/socketio
%{py3_puresitedir}/gevent_socketio-%{version}-py?.?.egg-info
%endif # with_python3




%changelog

* Wed Sep 23 2015 Denis Silakov <dsilakov@gmail.com> 0.3.6-1
- (4cf618b) Added setuptools BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14029 |14cu|python-gevent-websocket-0.9.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Created by pyp2rpm-1.0.1
%global pypi_name gevent-websocket
%global with_python3 1

Name:           python-gevent-websocket
Version:        0.9.3
Release:        6
Group:          Development/Python
Summary:        Websocket handler for the gevent pywsgi server, a Python network library

License:        ASL 2.0
URL:            https://bitbucket.org/Jeffrey/gevent-websocket/
Source0:        https://pypi.python.org/packages/source/g/gevent-websocket/gevent-websocket-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python-devel
BuildRequires:  python-setuptools
 
%if %{?with_python3}
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
%endif # if with_python3


%description
gevent-websocket is a WebSocket library for the gevent networking library.

Features include:

- Integration on both socket level or using an abstract interface.
- RPC and PubSub framework using WAMP (WebSocket Application
  Messaging Protocol).
- Easily extendible using a simple WebSocket protocol plugin API

%if 0%{?with_python3}
%package -n     python3-%{pypi_name}
Summary:        Websocket handler for the gevent pywsgi server, a Python network library


%description -n python3-%{pypi_name}
gevent-websocket is a WebSocket library for the gevent networking library.

Features include:

- Integration on both socket level or using an abstract interface.
- RPC and PubSub framework using WAMP (WebSocket Application
  Messaging Protocol).
- Easily extendible using a simple WebSocket protocol plugin API
%endif # with_python3


%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info


%if 0%{?with_python3}
rm -rf %{py3dir}
cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
2to3 -w %{py3dir}
%endif # with_python3


%build
python setup.py build

%if 0%{?with_python3}
pushd %{py3dir}
python3 setup.py build
popd
%endif # with_python3


%install
# Must do the subpackages' install first because the scripts in /usr/bin are
# overwritten with every setup.py install (and we want the python2 version
# to be the default for now).
%if 0%{?with_python3}
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd
%endif # with_python3

python setup.py install --skip-build --root %{buildroot}


%files
%doc README.rst LICENSE
%{py_puresitedir}/geventwebsocket
%{py_puresitedir}/gevent_websocket-%{version}-py?.?.egg-info
%if 0%{?with_python3}
%files -n python3-%{pypi_name}
%doc README.rst LICENSE
%{py3_puresitedir}/geventwebsocket
%{py3_puresitedir}/gevent_websocket-%{version}-py?.?.egg-info
%endif # with_python3

%changelog

* Wed Sep 23 2015 Denis Silakov <dsilakov@gmail.com> 0.9.3-6
- (2d97389) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14030 |14cu|python-glance-2014.1-0.5.b3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Based on fedora rawhide , import for
# RosaFresh 2012.1   .Symbianflo

%define module	glance
#define _sharedstatedir /usr/com

Name:           python-%{module}
Version:        2014.1
Release:        0.5.b3
Summary:        Discover, Register and Retrieve virtual machine images
#
# Apache License
# Version 2.0, January 2004
# http://www.apache.org/licenses/
# DO NOT change license type, the developers 
# are very rigid about this. Symbianflo
#
License:        ASL 2.0
Group:          Development/Python
Url:            http://glance.openstack.org/
Source0:          https://launchpad.net/glance/icehouse/icehouse-2/+download/glance-%{version}.b3.tar.gz
Source1:          openstack-glance-api.service
Source2:          openstack-glance-registry.service
Source3:          openstack-glance-scrubber.service
Source4:          openstack-glance.logrotate
Source5:          glance-api-dist.conf
Source6:          glance-registry-dist.conf
Source7:          glance-cache-dist.conf
Source8:          glance-scrubber-dist.conf
Source9:          glance-tmpfiles.conf
#
# upsteream patches_base=2014.1.b3
#
Patch0001: 0001-Don-t-access-the-net-while-building-docs.patch
Patch0002: 0002-Remove-runtime-dep-on-python-pbr.patch
Patch0003: 0003-Revert-Switch-over-to-oslosphinx.patch
Patch0004: 0004-unconfigure-unsupported-storage-drivers.patch


BuildRequires:    pkgconfig(python)
BuildRequires:    pythonegg(setuptools)
BuildRequires:    intltool
BuildRequires:    crudini   
BuildRequires:    pythonegg(pbr)
BuildRequires:    pythonegg(sphinx)
BuildRequires:    pythonegg(oslo.sphinx)
BuildRequires:    pythonegg(oslo.config) >= 1.2.0
BuildRequires:    pythonegg(oslo.messaging) 



# Do not remove it even if overlaps
# R systemd-units, let rpm handle this
# and merge flags. Symbianflo
Requires(post):   systemd-units
Requires(preun):  systemd-units
Requires(postun): systemd-units
Requires(pre):    shadow-utils
#

# all missing modules imported.
Requires:         pythonegg(mysql-python)
Requires:         pythonegg(pysendfile)
Requires:         pythonegg(eventlet)
Requires:         pythonegg(httplib2)
Requires:         pythonegg(iso-8601)
Requires:         pythonegg(jsonschema)
Requires:         pythonegg(sqlalchemy-migrate)
Requires:         pythonegg(pastedeploy)
Requires:         pythonegg(routes)
Requires:         pythonegg(sqlalchemy)
Requires:         pythonegg(webob)
Requires:         pythonegg(pycrypto)
Requires:         pythonegg(xattr)
Requires:         pythonegg(python-swiftclient)  
Requires:         pythonegg(python-cinderclient)
Requires:         pythonegg(python-keystoneclient)
Requires:         pythonegg(oslo.config) >= 1.2.0
Requires:         pythonegg(oslo.messaging)  
Requires:         pythonegg(qpid-python)

# TODO: Maybe split openstack-glance and python-glance 
# as 2 separate packages?
Provides:	openstack-glance = %{EVRD}

BuildArch:        noarch

%description
The Glance project provides services for discovering, registering,
and retrieving virtual machine images. Glance has a RESTful API
that allows querying of VM image metadata as well as retrieval
of the actual image.

%prep
%setup -q -n glance-%{version}.b3

%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
# Remove bundled egg-info
rm -rf glance.egg-info
sed -i '/\/usr\/bin\/env python/d' glance/common/config.py glance/common/crypt.py glance/db/sqlalchemy/migrate_repo/manage.py
# versioninfo is missing in f3 tarball
echo %{version} > glance/versioninfo

sed -i '/setuptools_git/d; /setup_requires/d; /install_requires/d; /dependency_links/d' setup.py
sed -i s/REDHATGLANCEVERSION/%{version}/ glance/version.py
sed -i s/REDHATGLANCERELEASE/%{release}/ glance/version.py

# Remove the requirements file so that pbr hooks don't add it
# to distutils requiers_dist config
# let rpm handle req.Symbianflo
rm -rf {test-,}requirements.txt tools/{pip,test}-requires

%build
# Move authtoken configuration out of paste.ini
for svc in api registry; do
  for var in admin_tenant_name admin_user admin_password auth_host auth_port auth_protocol; do
    crudini --del etc/glance-$svc-paste.ini filter:authtoken $var
  done
done

python setup.py build

%install
python setup.py install --root %{buildroot}

# Delete tests
rm -fr %{buildroot}%{py_puresitedir}/glance/tests

# Drop old glance CLI it has been deprecated
# and replaced glanceclient.Symbianflo
rm -f %{buildroot}%{_bindir}/glance

export PYTHONPATH="$( pwd ):$PYTHONPATH"
pushd doc
sphinx-build -b html source build/html
sphinx-build -b man source build/man

mkdir -p %{buildroot}%{_mandir}/man1
install -p -D -m 644 build/man/*.1 %{buildroot}%{_mandir}/man1/
popd
install -d -m755 %{buildroot}%{_tmpfilesdir}
install -m644 %{SOURCE9} %{buildroot}%{_tmpfilesdir}/glance.conf

# Fix linting.Symbianflo
rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
rm -f %{buildroot}%{_sysconfdir}/glance*.conf
rm -f %{buildroot}%{_sysconfdir}/glance*.ini
rm -f %{buildroot}%{_sysconfdir}/logging.cnf.sample
rm -f %{buildroot}%{_sysconfdir}/policy.json
rm -f %{buildroot}%{_sysconfdir}/schema-image.json
rm -f %{buildroot}/usr/share/doc/glance/README.rst

# Setup directories
install -d -m 755 %{buildroot}%{_datadir}/glance
install -d -m 755 %{buildroot}%{_sharedstatedir}/glance/images

# Config file
install -p -D -m 640 etc/glance-api.conf %{buildroot}%{_sysconfdir}/glance/glance-api.conf
install -p -D -m 644 %{SOURCE5} %{buildroot}%{_datadir}/glance/glance-api-dist.conf
install -p -D -m 644 etc/glance-api-paste.ini %{buildroot}%{_datadir}/glance/glance-api-dist-paste.ini
install -p -D -m 640 etc/glance-registry.conf %{buildroot}%{_sysconfdir}/glance/glance-registry.conf
install -p -D -m 644 %{SOURCE6} %{buildroot}%{_datadir}/glance/glance-registry-dist.conf
install -p -D -m 644 etc/glance-registry-paste.ini %{buildroot}%{_datadir}/glance/glance-registry-dist-paste.ini
install -p -D -m 640 etc/glance-cache.conf %{buildroot}%{_sysconfdir}/glance/glance-cache.conf
install -p -D -m 644 %{SOURCE7} %{buildroot}%{_datadir}/glance/glance-cache-dist.conf
install -p -D -m 640 etc/glance-scrubber.conf %{buildroot}%{_sysconfdir}/glance/glance-scrubber.conf
install -p -D -m 644 %{SOURCE8} %{buildroot}%{_datadir}/glance/glance-scrubber-dist.conf

install -p -D -m 640 etc/policy.json %{buildroot}%{_sysconfdir}/glance/policy.json
install -p -D -m 640 etc/schema-image.json %{buildroot}%{_sysconfdir}/glance/schema-image.json

# Initscripts
install -p -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/openstack-glance-api.service
install -p -D -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/openstack-glance-registry.service
install -p -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/openstack-glance-scrubber.service

# Logrotate config
install -p -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

# Install pid directory
install -d -m 755 %{buildroot}%{_localstatedir}/run/glance

# Install log directory
install -d -m 755 %{buildroot}%{_localstatedir}/log/glance

# Update common config and paramterized config
crudini --set %{buildroot}%{_datadir}/glance/glance-api-dist.conf DEFAULT filesystem_store_datadir %{_localstatedir}/lib/glance/images/
crudini --set %{buildroot}%{_datadir}/glance/glance-api-dist.conf DEFAULT scrubber_datadir %{_localstatedir}/lib/glance/scrubber
crudini --set %{buildroot}%{_datadir}/glance/glance-api-dist.conf DEFAULT image_cache_dir %{_localstatedir}/lib/glance/image-cache/
for svc in api registry; do
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf DEFAULT sql_connection mysql://glance:glance@localhost/glance
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf DEFAULT log_file %{_localstatedir}/log/glance/$svc.log
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf keystone_authtoken admin_tenant_name %SERVICE_TENANT_NAME%
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf keystone_authtoken admin_user %SERVICE_USER%
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf keystone_authtoken admin_password %SERVICE_PASSWORD%
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf keystone_authtoken auth_host 127.0.0.1
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf keystone_authtoken auth_port 35357
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf keystone_authtoken auth_protocol http
  crudini --set %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf paste_deploy config_file %{_datadir}/glance/glance-$svc-dist-paste.ini
done
crudini --set %{buildroot}%{_datadir}/glance/glance-cache-dist.conf DEFAULT image_cache_dir %{_localstatedir}/lib/glance/image-cache/
crudini --set %{buildroot}%{_datadir}/glance/glance-cache-dist.conf DEFAULT log_file %{_localstatedir}/log/glance/image-cache.log
crudini --set %{buildroot}%{_datadir}/glance/glance-scrubber-dist.conf DEFAULT scrubber_datadir %{_localstatedir}/lib/glance/scrubber
crudini --set %{buildroot}%{_datadir}/glance/glance-scrubber-dist.conf DEFAULT log_file %{_localstatedir}/log/glance/scrubber.log

# Programmatically update defaults in sample config
# which is installed at /etc/$project/$program.conf
# TODO: Make this more robust
# Note it only edits the first occurance, so assumes a section ordering in sample
# and also doesn't support multi-valued variables.
for svc in api registry cache scrubber; do
  cfg=%{buildroot}%{_sysconfdir}/glance/glance-$svc.conf
  test -e $cfg || continue
  while read name eq value; do
    test "$name" && test "$value" || continue
    # Note some values in upstream glance config may not be commented
    # and if not, they might not match the default value in code.
    # So we comment out both froms to have dist config take precedence.
    sed -i "0,/^#* *$name *=/{s!^#* *$name *=.*!#$name=$value!}" $cfg
  done < %{buildroot}%{_datadir}/glance/glance-$svc-dist.conf
done

# Fix more linting.Symbianflo
pushd  %{buildroot}%{py_puresitedir}/glance/cmd
# fix attr
find . {manage,api,scrubber,registry,cache_prefetcher,cache_manage,replicator}.py |xargs chmod +x
# add missing shebang
sed -i -e '1i#!/usr/bin/python' {__init__,cache_pruner,cache_cleaner,control}.py 
popd


# %%pre, %%post, %%preun, %%postun 
# must handle users-add, update/upgrade
# install/uninstall/downgrade, 
# start/stop service, do not remove. Symbianflo

%pre
getent group glance >/dev/null || groupadd -r glance -g 161
getent passwd glance >/dev/null || \
useradd -u 161 -r -g glance -d %{_sharedstatedir}/glance -s /sbin/nologin \
-c "OpenStack Glance Daemons" glance
exit 0

%post
if [ $1 -eq 1 ] ; then
    # Initial installation
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%tmpfiles_create %{_localstatedir}/run/glance

%preun
if [ $1 -eq 0 ] ; then
    # Package removal, not upgrade
    /bin/systemctl --no-reload disable openstack-glance-api.service > /dev/null 2>&1 || :
    /bin/systemctl --no-reload disable openstack-glance-registry.service > /dev/null 2>&1 || :
    /bin/systemctl --no-reload disable openstack-glance-scrubber.service > /dev/null 2>&1 || :
    /bin/systemctl stop openstack-glance-api.service > /dev/null 2>&1 || :
    /bin/systemctl stop openstack-glance-registry.service > /dev/null 2>&1 || :
    /bin/systemctl stop openstack-glance-scrubber.service > /dev/null 2>&1 || :
fi

%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall
    /bin/systemctl try-restart openstack-glance-api.service >/dev/null 2>&1 || :
    /bin/systemctl try-restart openstack-glance-registry.service >/dev/null 2>&1 || :
    /bin/systemctl try-restart openstack-glance-scrubber.service >/dev/null 2>&1 || :
fi

# TODO: separate openstack-glance and python-glance,  
# maybe,separate doc package.Symbianflo

%files
%doc README.rst doc/build/html
%{_bindir}/glance-api
%{_bindir}/glance-control
%{_bindir}/glance-manage
%{_bindir}/glance-registry
%{_bindir}/glance-cache-cleaner
%{_bindir}/glance-cache-manage
%{_bindir}/glance-cache-prefetcher
%{_bindir}/glance-cache-pruner
%{_bindir}/glance-scrubber
%{_bindir}/glance-replicator
%{_datadir}/glance/glance-api-dist.conf
%{_datadir}/glance/glance-registry-dist.conf
%{_datadir}/glance/glance-cache-dist.conf
%{_datadir}/glance/glance-scrubber-dist.conf
%{_datadir}/glance/glance-api-dist-paste.ini
%{_datadir}/glance/glance-registry-dist-paste.ini
%{_unitdir}/openstack-glance-api.service
%{_unitdir}/openstack-glance-registry.service
%{_unitdir}/openstack-glance-scrubber.service
%{_mandir}/man1/glance*.1.*
%dir %{_sysconfdir}/glance
%{_tmpfilesdir}/glance.conf
#attr for conffiles
%config(noreplace) %attr(644, root, glance) %{_sysconfdir}/glance/glance-api.conf
%config(noreplace) %attr(644, root, glance) %{_sysconfdir}/glance/glance-registry.conf
%config(noreplace) %attr(644, root, glance) %{_sysconfdir}/glance/glance-cache.conf
%config(noreplace) %attr(644, root, glance) %{_sysconfdir}/glance/glance-scrubber.conf
%config(noreplace) %attr(644, root, glance) %{_sysconfdir}/glance/policy.json
%config(noreplace) %attr(644, root, glance) %{_sysconfdir}/glance/schema-image.json
%config(noreplace) %attr(644, root, glance) %{_sysconfdir}/logrotate.d/%{name}
#
%dir %attr(0755, glance, nobody) %{_sharedstatedir}/glance
%dir %attr(0755, glance, glance) %{_localstatedir}/log/glance
%dir %ghost %attr(0755, glance, nobody) %{_localstatedir}/run/glance
%{py_puresitedir}/glance
%{py_puresitedir}/glance-%{version}*.egg-info




%changelog

* Thu Jun 16 2016 abfonly <abfonly@gmail.com> 2014.1-0.5.b3
- (49f070b) Log: Properly handle ghost files in /var/run
- (49f070b) bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14031 |14cu|python-greenlet-0.4.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname greenlet

Name:		python-greenlet
Version:	0.4.9
Release:	1
Summary:	A spin-off of Stackless
License:	MIT
Group:		System/Libraries
Url:		http://pypi.python.org/pypi/greenlet
Source0:	http://pypi.python.org/packages/source/g/greenlet/greenlet-%{version}.zip
BuildRequires:	glibc-devel
BuildRequires:	python-devel
BuildRequires:  python-setuptools

%description
The greenlet package is a spin-off of Stackless, a version of CPython that
supports micro-threads called "tasklets".

%package -n python3-greenlet
Summary:	A spin-off of Stackless
Group:		System/Libraries
BuildRequires:	python3-devel
BuildRequires:  python3-setuptools

%description -n python3-greenlet
The greenlet package is a spin-off of Stackless, a version of CPython that
supports micro-threads called "tasklets".

%prep
%setup -q -n %{srcname}-%{version}
cp -a . %{py3dir} 

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
pushd %{py3dir}
python3 setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot} 
popd

python setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot}

%check
# Run the upstream test suite:
python setup.py test

pushd %{py3dir}
python3 setup.py test
popd

%files
%{_includedir}/python2.7/%{srcname}
%{py_platsitedir}/%{srcname}*

%files -n python3-greenlet
%{_includedir}/python3.*/%{srcname}
%{py3_platsitedir}/%{srcname}*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.4.9-1
- (04aab3d) Updated to 0.4.9 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14032 |14cu|python-gtkglext-1.1.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	libname		pygtkglext

Summary:	Python bindings for GtkGLExt
Name:		python-gtkglext
Version:	1.1.0
Release:	12
License:	BSD
Group:		System/Libraries
URL:		http://www.k-3d.org/gtkglext/Main_Page
Source:		http://prdownloads.sourceforge.net/sourceforge/gtkglext/%{libname}-%{version}.tar.bz2
Requires:	gtkglext, python-opengl
BuildRequires:	gtkglext-devel
BuildRequires:  pygtk2.0-devel
BuildRequires:  python-devel
 
%description
Python bindings for GtkGTLExt

%prep
%setup -q -n %{libname}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std
%if %_lib != lib
mv %{buildroot}%{py_puresitedir}/gtk-2.0/gtk/gdkgl/* %{buildroot}%{py_platsitedir}/gtk-2.0/gtk/gdkgl/
mv %{buildroot}%{py_puresitedir}/gtk-2.0/gtk/gtkgl/* %{buildroot}%{py_platsitedir}/gtk-2.0/gtk/gtkgl/
%endif

%files
%doc AUTHORS ChangeLog COPYING COPYING.LIB INSTALL README README.win32 examples/
%{python_sitearch}/gtk-2.0/gtk/gtkgl
%{python_sitearch}/gtk-2.0/gtk/gdkgl
%{_datadir}/pygtk/2.0/defs/*
%{_libdir}/pkgconfig/*.pc


%changelog

* Tue May 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-12
- (b33c36c) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14033 |14cu|python-gudev-147.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-gudev
Version:	147.2
Release:	1
Summary:	Python (PyGObject) bindings to the GUDev library
License:	LGPLv3+
Group:		Development/Python
Url:		http://github.com/nzjrs

# Retrieved from https://github.com/nzjrs/python-gudev/archive/%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
Patch0:		python-gudev-147-automake-1.13.patch

BuildRequires:	python-devel
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool
%if %_arch == i386
BuildRequires:  libgudev1.0-devel >= 147
%endif 
%if  %_arch == x86_64
BuildRequires:  lib64gudev1.0-devel >= 147
%endif
BuildRequires:	python-gobject-devel

Requires:	python-gobject
%if %_arch == i386
Requires:       libgudev1.0_0 >= 147
%endif
%if %_arch == X86_64
Requires:       lib64gudev1.0_0 >= 147
%endif

%description
python-gudev is a Python (PyGObject) binding to the GUDev UDEV library.

%prep
%setup -q
%apply_patches

%build
sh autogen.sh --prefix=%{_prefix} --disable-static
%make

%install
%makeinstall

%files
%doc COPYING README NEWS
%doc test.py
%{py_platsitedir}/*
%{_datadir}/pygobject/2.0/defs/gudev.defs

%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 147.2-1
- (33369a3) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14034 |14cu|python-guess-language-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name guess-language

Name:           python-%{upstream_name}
Version:        0.2
Release:        7
Summary:        Guess the natural language of a text
Group:          Development/Python
License:        LGPL
URL:            https://pypi.python.org/pypi/guess-language
Source0:        https://pypi.python.org/packages/source/g/guess-language/guess-language-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
Attempts to determine the natural language of a selection of Unicode (utf-8)
text.

Based on guesslanguage.cpp by Jacob R Rideout for KDE which itself is based on
Language::Guess by Maciej Ceglowski.

Detects over 60 languages - all languages listed in the trigrams directory plus
Japanese, Chinese, Korean and Greek.

guess_language uses heuristics based on the character set and trigrams in a
sample text to detect the language. It works better with longer samples and
will be confused if the sample text includes markup such as HTML tags.

%prep
%setup -q -n %{upstream_name}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%doc README
%{py_puresitedir}/guess_language
%{py_puresitedir}/guess_language-%{version}-*.egg-info



%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 0.2-7
- (41434c5) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14035 |14cu|python-h5py-2.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Created by pyp2rpm-1.0.0
%define pypi_name h5py
# we don't want to provide private python extension libs
%define __noautoprov '.so'

Name:           python-%{pypi_name}
Version:        2.5.0
Release:        1
Summary:        Read and write HDF5 files from Python
Group:          Development/Python
License:        BSD
URL:            http://www.h5py.org/
Source0:        https://pypi.python.org/packages/source/h/h5py/%{pypi_name}-%{version}.tar.gz

BuildRequires:  python-devel
BuildRequires:  hdf5-devel
BuildRequires:  python-cython
BuildRequires:  python-numpy-devel
BuildRequires:  python-sphinx
BuildRequires:  python-pkgconfig

Requires:       python-numpy

%description
The h5py package provides both a high- and low-level interface to the HDF5
library from Python. The low-level interface is intended to be a complete
wrapping of the HDF5 API, while the high-level component supports  access to
HDF5 files, datasets and groups using established Python and NumPy concepts.

#----------------------------------------------------------------

%package -n     python3-%{pypi_name}
Summary:        Read and write HDF5 files from Python 3
Group:          Development/Python
BuildRequires:  python-pytools
BuildRequires:  python3-devel
BuildRequires:  python3-cython
BuildRequires:  python3-numpy-devel
BuildRequires:  python3-pkgconfig
#BuildRequires:  python3-sphinx

Requires:       python3-numpy

%description -n python3-h5py
The h5py package provides both a high- and low-level interface to the HDF5
library from Python. The low-level interface is intended to be a complete
wrapping of the HDF5 API, while the high-level component supports  access to
HDF5 files, datasets and groups using established Python and NumPy concepts.
This is the Python 3 version of %{pypi_name}.

#----------------------------------------------------------------
%prep
%setup -q -n %{pypi_name}-%{version}
cp -a . %{py3dir}

%build
pushd %{py3dir}
python3 setup.py build
popd

python setup.py build

%install
pushd %{py3dir}
python3 setup.py install --root=%{buildroot} --skip-build
popd

python setup.py install --root=%{buildroot} --skip-build

%files
%doc licenses/*.txt ANN.rst README.rst
%{py_platsitedir}/%{pypi_name}/
%{py_platsitedir}/%{pypi_name}-%{version}-py*.*.egg-info

%files -n python3-h5py
%doc licenses/*.txt ANN.rst README.rst
%{py3_platsitedir}/%{pypi_name}/
%{py3_platsitedir}/%{pypi_name}-%{version}-py*.*.egg-info



%changelog

* Mon Jan 25 2016 Denis Silakov <dsilakov@gmail.com> 2.5.0-1
- (15c47b5) Added pkgconfig BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14036 |14cu|python-icalendar-3.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  icalendar

Name:           python-%{module}
Version:        3.9.2
Release:        1
Summary:        Parser/generator of iCalendar files following the RFC 2445
Group:          Development/Python
License:        BSD
URL:            https://github.com/collective/icalendar
Source0:        https://pypi.python.org/packages/source/i/icalendar/%{module}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(pytz)
BuildRequires:  pythonegg(python-dateutil)

%description
iCalendar specification (RFC 2445) defines calendaring format used
by many applications (Zimbra, Thunderbird and others). This
module is a parser/generator of iCalendar files for use with
Python. It follows the RFC 2445 (iCalendar) specification.
The aim is to make a package that is fully compliant with RFC 2445,
well designed, simple to use and well documented.

#------------------------------------------------------------------

%package -n     python3-%{module}
Summary:        Parser/generator of iCalendar files following the RFC 2445 for Python 3
Group:          Development/Python
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3egg(pytz)
BuildRequires:  python3egg(python-dateutil)

%description -n python3-%{module}
iCalendar specification (RFC 2445) defines calendaring format used
by many applications (Zimbra, Thunderbird and others). This
module is a parser/generator of iCalendar files for use with
Python 3. It follows the RFC 2445 (iCalendar) specification.
The aim is to make a package that is fully compliant with RFC 2445,
well designed, simple to use and well documented.

#------------------------------------------------------------------
%prep
%setup -qn %{module}-%{version}

%build
%py2_build
%py3_build

%install
%py2_install
%py3_install

%check
python2 %py_setup test
python3 %py_setup test

%files
%doc README.rst CHANGES.rst docs LICENSE.rst
%{py_puresitedir}/%{module}/
%{py_puresitedir}/%{module}-%{version}-py%{python2_version}.egg-info

%files -n python3-%{module}
%doc README.rst CHANGES.rst docs LICENSE.rst
%{py3_puresitedir}/%{module}/
%{py3_puresitedir}/%{module}-%{version}-py%{python3_version}.egg-info



%changelog

* Tue Jul 19 2016 Denis Silakov <dsilakov@gmail.com> 3.9.2-1
- (0af73ff) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14037 |14cu|python-icu-1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		realname PyICU
%define		module icu

Name:		python-%{module}
Version:	1.6
Release:	1
Summary:	Python extension wrapping IBM's ICU C++ libraries
Group:		Development/Python
License:	MIT
URL:		http://pyicu.osafoundation.org/
Source0:	http://pypi.python.org/packages/source/P/%{realname}/%{realname}-%{version}.tar.gz
Patch0:		PyICU-1.6-svnrev220.patch
Patch1:		0001-disable-failing-test.patch
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(icu-i18n)

%description
PyICU is Python extension wrapping IBM's International Components
for Unicode C++ library (ICU). ICU is a mature, widely used set of
C/C++ and Java libraries providing Unicode and Globalization support
for software applications. ICU is widely portable and gives applications
the same results on all platforms and between C/C++ and Javasoftware.

%package -n python3-%{module}
Summary:	Python extension wrapping IBM's ICU C++ libraries
Group:		Development/Python
BuildRequires:	python3-devel
BuildRequires:	python3-setuptools

%description -n python3-%{module}
PyICU is Python extension wrapping IBM's International Components
for Unicode C++ library (ICU). ICU is a mature, widely used set of
C/C++ and Java libraries providing Unicode and Globalization support
for software applications. ICU is widely portable and gives applications
the same results on all platforms and between C/C++ and Javasoftware.

%prep
%setup -q -n %{realname}-%{version}
%patch0 -p0 -b .r220
%patch1 -p0

cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%check
python setup.py test

pushd %{py3dir}
python3 setup.py test
popd

%install
python setup.py install --skip-build --root %{buildroot}
# Remove tests
rm -rf %{buildroot}%{py_platsitedir}/tests

pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
# Remove tests
rm -rf %{buildroot}%{py3_platsitedir}/tests
popd

%files
%doc LICENSE README CHANGES CREDITS
%{py_platsitedir}/

%files -n python3-%{module}
%doc LICENSE README CHANGES CREDITS
%{py3_platsitedir}/


%changelog

* Fri May 20 2016 Rosa <rosa@abf.rosalinux.ru> 1.6-1
- (697e24c) Automatic import for version 1.6-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14038 |14cu|python-imdb-4.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	imdb
%define oname	IMDbPY

Summary:	Python module for the IMDb movie database
Name:		python-%{module}
Version:	4.9
Release:	1
License:	GPLv2+
Group:		Development/Python
Source:		https://sourceforge.net/projects/imdbpy/files/IMDbPY/4.9/IMDbPY-%{version}.tar.gz
URL:		http://imdbpy.sourceforge.net/
BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
IMDbPY is a Python package useful to retrieve and manage the data of
the IMDb movie database.

IMDbPY is mainly a tool intended for programmers and developers, but
some example scripts are included.

%prep
%setup -q -n %{oname}-%{version}
chmod -x docs/*.ico

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}
# Move doc files to correct place
mv %{buildroot}/usr/doc %{buildroot}/%{py_puresitedir}/imdb/
mv %{buildroot}/usr/etc %{buildroot}/%{py_puresitedir}/imdb/

%clean

%files
%{_bindir}/*.py
%{py_platsitedir}/*

%changelog
* Thu Jan 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.9-1
+ Revision: 0b73eb5
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14039 |14cu|python-ipaddr-2.1.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ipaddr

Summary:	A library for working with IP addresses
Name:		python-%{oname}
Version:	2.1.11
Release:	1
License:	Apache License
Group:		Development/Python
Url:		http://code.google.com/p/ipaddr-py/
Source0:	https://pypi.python.org/packages/source/i/ipaddr/ipaddr-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	pkgconfig(python)

%description
ipaddr is a library for working with IP addresses, both IPv4 and IPv6.
It was developed by Google for internal use, and is now open source.

%prep
%setup -qn %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --skip-build --root=%{buildroot}

%files
%doc COPYING README RELEASENOTES
%{py_puresitedir}/%{oname}.py
%{py_puresitedir}/*.egg-info

%changelog
* Mon Dec 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.11-1
+ Revision: 916ad88
- Updated to 2.1.11 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14040 |14cu|python-ipython_genutils-0.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname ipython_genutils	

Name:		python-%{fname}
Summary:	Vestigial utilities from IPython
Version:	0.1.0
Release:	1
Source0:	http://pypi.python.org/packages/source/i/%{fname}/%{fname}-%{version}.tar.gz
URL:		http://ipython.org/
Group:		Development/Python
License:	BSD
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:  python3egg(setuptools)

%description
Pretend this doesn’t exist. Nobody should use it.
Only there as a dependency for ipython.

%package -n python3-%{fname}
Summary:	Vestigial utilities from IPython
Group:		Development/Python

%description -n python3-%{fname}
Pretend this doesn’t exist. Nobody should use it.
Only there as a dependency for ipython.

%prep
%setup -qn %{fname}-%{version}

%build
%py2_build
%py3_build

%install
%py2_install
%py3_install

%files
%doc README.md
%{py_puresitedir}/*egg-info
%{py_puresitedir}/%{fname}

%files -n python3-%{fname}
%doc README.md
%{py3_puresitedir}/*egg-info
%{py3_puresitedir}/%{fname}

%changelog

* Mon Jul 18 2016 Denis Silakov <dsilakov@gmail.com> 0.1.0-1
- (93eb95b) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14041 |14cu|python-itsdangerous-0.24-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	itsdangerous

Name:		python-%{oname}
Version:	0.24
Release:	2
Summary:	Various helpers to pass trusted data to untrusted environments and back
Source0:	https://pypi.python.org/packages/source/i/itsdangerous/itsdangerous-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://github.com/mitsuhiko/itsdangerous
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
It's Dangerous
   ... so better sign this

Various helpers to pass data to untrusted environments and to get it back
safe and sound.

This repository provides a module that is a port of the django signing
module.  It's not directly copied but some changes were applied to
make it work better on its own.

%files
%doc python2/{CHANGES,LICENSE,README,docs/_themes/}
%{py_puresitedir}/itsdangerous.py*
%{py_puresitedir}/itsdangerous*.egg-info

#-------------------------------------------------------------------
%package -n python3-%{oname}

BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)

%description -n python3-%{oname}
It's Dangerous
   ... so better sign this

Various helpers to pass data to untrusted environments and to get it back
safe and sound.

This repository provides a module that is a port of the django signing
module.  It's not directly copied but some changes were applied to
make it work better on its own.

%files -n python3-%{oname}
%doc python3/{CHANGES,LICENSE,README,docs/_themes/}
%{py3_puresitedir}/itsdangerous.py*
%{py3_puresitedir}/itsdangerous*.egg-info

#-------------------------------------------------------------------

%prep
%setup -qc 
pushd %{oname}-%{version}
rm -fr docs/_themes/.gitignore
popd

mv %{oname}-%{version} python2
cp -r python2 python3

%build
pushd python2 
%py2_build
popd
#
pushd python3
%py3_build
popd

%install
pushd python3
%py3_install 
popd
#
pushd python2
%py2_install
popd

%check
pushd python2 
python setup.py test
popd
#
pushd python3
python3 setup.py test
popd


%changelog

* Sat Nov 12 2016 abfonly <abfonly@gmail.com> 0.24-2
- (dbc7b96) Log: build python3 module
- (dbc7b96) fixed and enable tests
- (dbc7b96) fixed linting
- (dbc7b96) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14042 |14cu|python-jsonschema-2.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	jsonschema

Name:		python-%{oname}
Version:	2.4.0
Release:	1
Summary:	An implementation of JSON Schema validation for Python
Source0:	http://pypi.python.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://github.com/Julian/jsonschema
BuildArch:	noarch
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(nose)
BuildRequires:  pythonegg(mock)


%description
jsonschema is JSON Schema validator currently based on
http://tools.ietf.org/html/draft-zyp-json-schema-03

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
%{_bindir}/nosetests-2* -v

%files
%doc CHANGELOG.rst COPYING README.rst
%{_bindir}/jsonschema
%{py_puresitedir}/jsonschema/*.py*
%{py_puresitedir}/jsonschema/tests/*.py*
%{py_puresitedir}/jsonschema*.egg-info
%{py_puresitedir}/jsonschema/schemas/draft*.json

%changelog

* Fri Jan 15 2016 dsilakov <denis.silakov@rosalab.ru> 2.4.0-1
- (cc57a77) Merge pull request #1 from import/python-jsonschema:auto_update
- (cc57a77) Updated to 2.4.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14043 |14cu|python-keyring-5.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname	keyring

Name:		python-keyring
Summary:	Python library to access the system keyring service
Version:	5.7
Release:	1
Source0:	https://pypi.python.org/packages/source/k/keyring/keyring-%{version}.tar.gz
URL:		http://pypi.python.org/pypi/keyring
Group:		Development/Python
License:	Python
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	python-gi

%description
The Python keyring lib provides a easy way to access the system keyring
service from python. It can be used in any application that needs safe
password storage.

This package only provides file-based pseudo-keyrings. To interface with
gnome-keyring or KWallet, please install one of python-keyring-gnome or
python-keyring-kwallet.

%package -n python3-keyring
Summary:	Python 3 library to access the system keyring service
Group:		Development/Python
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
Requires:	python3-gobject3

%description -n python3-keyring
The Python 3 keyring lib provides a easy way to access the system keyring
service from python 3. It can be used in any application that needs safe
password storage.

This package only provides file-based pseudo-keyrings. To interface with
gnome-keyring or KWallet, please install one of python3-keyring-gnome or
python3-keyring-kwallet.

%prep
%setup -qc
mv %{fname}-%{version} python2

pushd python2
rm -rf %{fname}.egg-info
# For rpmlint warning: remove shebang from python library:
sed -i '/^#!/d' keyring/cli.py keyring/backends/_win_crypto.py
%apply_patches
popd

cp -a python2 python3

%build
pushd python2
CFLAGS="%{optflags}" python setup.py build
popd

pushd python3
CFLAGS="%{optflags}" python3 setup.py build
popd

%install
pushd python3
python3 setup.py install -O1 --root=%{buildroot} 
mv %{buildroot}/%{_bindir}/keyring %{buildroot}/%{_bindir}/python3-keyring
popd

pushd python2
python setup.py install -O1 --root=%{buildroot}
popd

# we don't ship tests they need a test environment
rm -rf %{buildroot}/%{py3_puresitedir}/%{fname}/tests/
rm -rf %{buildroot}/%{py_puresitedir}/%{fname}/tests/

%files
%doc python2/README.rst python2/CHANGES.rst 
%{py_puresitedir}/*egg-info
%{py_puresitedir}/%{fname}
%{_bindir}/keyring

%files -n python3-keyring
%doc python3/README.rst python3/CHANGES.rst 
%{py3_puresitedir}/*egg-info
%{py3_puresitedir}/%{fname}
%{_bindir}/python3-keyring

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 5.7-1
- (a71fae6) Merge pull request #1 from import/python-keyring:auto_update
- (a71fae6) Updated to 5.7 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14044 |14cu|python-kezmenu3-0.3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	kezmenu3

Name:		python-%{module}
Version:	0.3.6
Release:	1
Summary:	KezMenu3 is a KezMenu fork for Python2 
Source0:	http://pypi.python.org/packages/source/k/%{module}/%{module}-%{version}.tar.gz
Source1:	https://raw.githubusercontent.com/a-tal/kezmenu3/master/LICENSE
Source2:	https://raw.githubusercontent.com/a-tal/kezmenu3/master/README.md
License:	GPLv2+
Group:		Development/Python
Url:		https://github.com/a-tal/kezmenu3
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)

%description
KezMenu is a GPL PyGame menu library

%files
%doc LICENSE README.md
%{py_puresitedir}/kezmenu3/*.py*
%{py_puresitedir}/kezmenu3*.egg-info
#---------------------------------------------------------------------------
%package -n python3-%{module}

Summary:	KezMenu3 is a KezMenu fork for Python3
BuildRequires:	python3egg(setuptools)

%description -n python3-%{module}
KezMenu is a GPL PyGame menu library

%files -n python3-%{module}
%doc LICENSE README.md
%{py3_puresitedir}/kezmenu3/*.py*
%{py3_puresitedir}/kezmenu3*.egg-info
#---------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}
cp -p %{SOURCE1} .
cp -p %{SOURCE2} .

cp -a . %{py3dir}

%build
%py_build

pushd %{py3dir}
%py3_build
popd

%install
pushd %{py3dir}
%py3_install
popd

%py_install






%changelog

* Sat Nov 26 2016 abfonly <abfonly@gmail.com> 0.3.6-1
- (48b3c53) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14045 |14cu|python-kitchen-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Small, useful pieces of code to make python coding easier
Name:		python-kitchen
Version:	1.2.1
Release:	1
License:	LGPLv2+
Group:		Development/Python
Url:		https://pypi.python.org/pypi/kitchen/
Source0:	https://fedorahosted.org/releases/k/i/kitchen/kitchen-%{version}.tar.gz
BuildRequires:	python-nose
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python2)
BuildRequires:	pythonegg(chardet)
BuildRequires:	pythonegg(sphinx)
Requires:	pythonegg(chardet)
BuildArch:	noarch

%description
kitchen includes functions to make gettext easier to use, handling unicode
text easier (conversion with bytes, outputting xml, and calculating how many
columns a string takes), and compatibility modules for writing code that uses
python-2.7 modules but needs to run on python-2.3.

%files
%doc COPYING README.rst NEWS.rst COPYING.LESSER html
%{python_sitelib}/*

#----------------------------------------------------------------------------

%package doc
Summary:	API documentation for the Kitchen python module
Requires:	%{name} = %{EVRD}

%description doc
kitchen includes functions to make gettext easier to use, handling unicode
text easier (conversion with bytes, outputting xml, and calculating how many
columns a string takes), and compatibility modules for writing code that uses
python-2.7 modules but needs to run on python-2.3.

This package contains the API documenation for programming with the
kitchen library.

%files doc
%doc COPYING COPYING.LESSER kitchen2/docs/*

#----------------------------------------------------------------------------

%prep
%setup -q -n kitchen-%{version}

%build
python setup.py build
#Build docs
sphinx-build kitchen2/docs/ build/sphinx/html
cp -pr build/sphinx/html .
rm -rf html/.buildinfo

%install
python setup.py install --skip-build --root %{buildroot}
 

%changelog

* Thu Sep 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-1
- (a61153d) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14046 |14cu|python-kivy-1.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module kivy
%define __noautoprov '_img_sdl2.so|properties.so|opengl_utils.so|vertex_instructions.so|opengl.so|stencil_instructions.so|texture.so|c_opengl_debug.so|transformation.so|tesselator.so|_text_sdl2.so|instructions.so|vertex.so|fbo.so|gl_instructions.so|context_instructions.so|_gstplayer.so|context.so|shader.so|vbo.so|_clipboard_sdl2.so|weakproxy.so|scissor_instructions.so|buffer.so|_window_sdl2.so|audio_sdl2.so|svg.so|compiler.so|text_layout.so|_event.so'                                                  

Name:           python-%{module}
Version:        1.9.1
Release:        1
URL:            http://kivy.org/
Summary:        Hardware-accelerated multitouch application library
License:        LGPLv3
Group:          Development/Python
Source:         https://github.com/%{module}/%{module}/archive/1.9.1.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:  pkgconfig(gl)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:  pythonegg(cython)
BuildRequires:  pythonegg(sphinx)
BuildRequires:  pkgconfig(python)
BuildRequires:  pkgconfig(osmesa)
BuildRequires:  pythonegg(pyopengl)
BuildRequires:  pythonegg(pillow)
BuildRequires:  pkgconfig(sdl2)
BuildRequires:  pkgconfig(SDL2_ttf)
BuildRequires:  pkgconfig(SDL2_image)
BuildRequires:  pkgconfig(SDL2_mixer)
BuildRequires:  pkgconfig(glew)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(glesv2)
BuildRequires:  pkgconfig(egl)

Requires:       mtdev
Requires:       pythonegg(pillow)
Requires:       pygame

%description
Kivy is an open source software library for rapid development of applications
that make use of innovative user interfaces, such as multi-touch apps.

%files
%doc AUTHORS  doc/README.* doc/build/html
%{py_platsitedir}/*
%exclude %{_datadir}/doc/%{name}
#-----------------------------------------------------------

%package -n python3-%{module}

Summary:        Hardware-accelerated multitouch application library
BuildRequires:  python3egg(cython)
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(pillow)
Requires:       python3egg(pillow)

%description -n python3-%{module}
Kivy is an open source software library for rapid development of applications
that make use of innovative user interfaces, such as multi-touch apps.
This is python3 module

%files -n python3-%{module}
%doc AUTHORS  doc/README.* doc/build/html
%{py3_platsitedir}/*
#-----------------------------------------------------------

%package doc
Summary:        Hardware-accelerated multitouch application library - Documentation

Group:          Development/Python
Requires:       %{name} = %{version}

%description doc
Kivy is an open source software library for rapid development of applications
that make use of innovative user interfaces, such as multi-touch apps.

This package contains the developer documentation and examples.

%files doc
%{_datadir}/doc/%{name}
%exclude %{_datadir}/doc/%{name}/AUTHORS
%exclude %{_datadir}/doc/%{name}/README.md
#-----------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}
sed -i "s|data_file_prefix = 'share/%{module}-'|data_file_prefix = '%{_docdir}/%{name}/'|" setup.py
sed -i "s|#!/usr/bin/python||" %{module}/lib/osc/OSC.py # Fix non-executable script
rm examples/demo/pictures/images/.empty # Remove empty file
rm -r examples/audio # Remove content with non-commercial only license (bnc#749340)
chmod -x examples/demo/showcase/data/screens/'tabbedpanel + layouts.kv'
chmod -x examples/demo/*/*.{py,txt}
chmod -x %{module}/lib/libtess2/*/*.{c,h}
chmod -x examples/keyboard/{numeric.json,main.py,android.txt}
chmod -x examples/settings/main.py

cp -a . %{py3dir}

%build
CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build 
cd doc && make html && rm -r build/html/.buildinfo # Build HTML documentation

pushd %{py3dir}
CFLAGS="%{optflags} -fno-strict-aliasing" python3 setup.py build
popd


%install
pushd %{py3dir}
python3 setup.py install --root %{buildroot}
popd

python setup.py install --prefix=%{_prefix} --root=%{buildroot}






%changelog

* Thu Jun 23 2016 abfonly <abfonly@gmail.com> 1.9.1-1
- (763ee22) Log: Update to 1.9.1
- (763ee22) build python3 module
- (763ee22) fixed BR and rec
- (763ee22) fixed linting
- (763ee22) filter provides
- (763ee22) fixed debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14047 |14cu|python-kiwi-1.9.41-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kiwi

# There are no binary files in package itself,
# but we need to place files to arch-specific glade3 libdir
%define debug_package %{nil}

Summary: A framework and a set of enhanced widgets based on PyGTK
Name:    python-kiwi
Version: 1.9.41
Release: 1
Source0: https://github.com/stoq/kiwi/archive/%{version}.tar.gz
License: LGPLv2+
Group:   Development/Python
Url:     https://github.com/stoq/kiwi
BuildRequires: pygtk2.0-devel
BuildRequires: python-distribute
BuildRequires: python-setuptools
Requires: pygtk2.0-libglade

%description
kiwi offers a set of enhanced widgets for
Python based on PyGTK. It also includes a framework designed to make
creating Python applications using PyGTK and libglade much
simpler.

%package docs
Group:	Development/Python
Summary: Documentation related to python-kiwi
Requires: %{name} = %{EVRD}

%description docs
This package contains documentation that contains APIs and related materials,
useful for reference when writing software using Kiwi.


%prep
%setup -q -n %{oname}-%{version}
sed -i -e 's|share/doc/kiwi|share/doc/%{name}-%{version}|' setup.py

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root=%{buildroot}
rm -rf %{buildroot}%{_defaultdocdir}
%if %{_lib} != lib
mkdir -p %{buildroot}%{_libdir}
mv %{buildroot}%{_prefix}/lib/glade3 %{buildroot}%{_libdir}
%endif
rm %buildroot%{py_puresitedir}/kiwi-%{version}-py2.7.egg-info/requires.txt

%find_lang %{oname}

%files -f %{oname}.lang
%doc AUTHORS COPYING README NEWS
%{_bindir}/*
%{py_puresitedir}/*.egg-info
#gw this dir is arch-dependant:
%{_libdir}/glade3/*
%{_datadir}/glade3/*
%{py_puresitedir}/kiwi

%files docs
%doc COPYING doc/* examples

%changelog

* Mon Nov 23 2015 guilhermemoro <guilherme.moro@gmail.com> 1.9.41-1
- (cc45712) Merge pull request #2 from guilhermemoro/python-kiwi:rosa2014.1
- (cc45712) update



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14048 |14cu|python-kombu-3.0.26-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define oname kombu

Name:           python-%{oname}
Version:        3.0.26
Release:        1
Summary:        AMQP Messaging Framework for Python

Group:          Development/Python
License:        BSD 
URL:            http://pypi.python.org/pypi/%{oname}
Source0:        http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz
BuildArch:      noarch

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(nose)
BuildRequires:  pythonegg(anyjson)
BuildRequires:  pythonegg(amqp) >= 1.4.2
# python3
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(nose)
BuildRequires:  python3egg(setuptools)

Requires:      pythonegg(anyjson)
Requires:      pythonegg(amqp) >= 1.4.2

%description
AMQP is the Advanced Message Queuing Protocol, an open standard protocol
for message orientation, queuing, routing, reliability and security.
One of the most popular implementations of AMQP is RabbitMQ.
The aim of Kombu is to make messaging in Python as easy as possible by
providing an idiomatic high-level interface for the AMQP protocol, and
also provide proven and tested solutions to common messaging problems.

%files
%doc AUTHORS Changelog FAQ LICENSE READ* THANKS TODO examples/
%{py_puresitedir}/%{oname}/
%{py_puresitedir}/%{oname}*.egg-info

############################
%package -n python3-kombu
Summary:        AMQP Messaging Framework for Python3
Group:          Development/Python

Requires:       python3
Requires:       python3egg(amqp) >= 1.4.2

%description -n python3-kombu
AMQP is the Advanced Message Queuing Protocol, an open standard protocol
for message orientation, queuing, routing, reliability and security.
One of the most popular implementations of AMQP is RabbitMQ.
The aim of Kombu is to make messaging in Python as easy as possible by
providing an idiomatic high-level interface for the AMQP protocol, and
also provide proven and tested solutions to common messaging problems.
Python3 module.

%files -n python3-kombu
%doc AUTHORS Changelog FAQ LICENSE READ* THANKS TODO examples/
%{py3_puresitedir}/%{oname}/
%{py3_puresitedir}/%{oname}*.egg-info

###########################

%prep
%setup -q -n %{oname}-%{version}
chmod 644 README.rst

#python3
mkdir -p python3
cp -a {AUTHORS,Changelog,docs,examples,extra,FAQ,funtests,INSTALL,kombu,kombu.egg-info,LICENSE,MANIFEST.in,PKG-INFO,README.rst,requirements,setup.cfg,setup.py,THANKS,TODO} python3

%build
python setup.py build

# python3
pushd python3
python3 setup.py build
popd

%install
python setup.py install --skip-build --root %{buildroot}
chmod +x %{buildroot}%{py_puresitedir}/%{oname}/tests/test_serialization.py

# python3
pushd python3
python3 setup.py install --skip-build --root %{buildroot}
chmod +x %{buildroot}%{py3_puresitedir}/%{oname}/tests/test_serialization.py
popd

%changelog

* Fri Jan 15 2016 dsilakov <denis.silakov@rosalab.ru> 3.0.26-1
- (be1641f) Merge pull request #1 from import/python-kombu:auto_update
- (be1641f) pdated to 3.0.26 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14049 |14cu|python-latex-helpers-0.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	python-latex-helpers

Name:	       %{oname}
Version:       0.0.1
Release:       1
Summary:       Stas Fomin's small utils library

Source0:       https://abf.io/belonesox/%{oname}/archive/%{oname}-v%{version}.tar.gz

License:	MIT
Group:		Development/Python
BuildArch:	noarch
BuildRequires:  pkgconfig(python)

%description
Stas Fomin's small utils library

%prep
%setup -qn %{oname}-v%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%{py_puresitedir}/*

%changelog

* Fri May 08 2015 Stas Fomin <stas-fomin@yandex.ru> 0.0.1-1
- (7c72e73) first version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14050 |14cu|python-leveldb-0.193-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	leveldb

Name:		python-%{oname}
Version:	0.193
Release:	1
Summary:	Python bindings for leveldb database library
Source0:	http://pypi.python.org/packages/source/l/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://code.google.com/p/py-leveldb/
BuildRequires:	python-devel
BuildRequires:	pythonegg(setuptools)

%description
Python bindings for leveldb database library.

%prep
%setup -qn %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README
%{py_platsitedir}/leveldb.so
%{py_platsitedir}/leveldb*.egg-info

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.193-1
+ Revision: 4cc32c5
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14051 |14cu|python-linecache2-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global srcname linecache2

Name:           python-%{srcname}
Version:        1.0.0
Release:        1
Summary:        Backports of the linecache module

Group:          Development/Python
License:        Python Software Foundation License
URL:            https://github.com/testing-cabal/linecache2
Source0:        http://pypi.python.org/packages/source/l/%{srcname}/%{srcname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  pkgconfig(python2)
BuildRequires:  pythonegg(setuptools)

%description
A backport of linecache to older supported Pythons.

%package -n     python3-%{srcname}
Summary:        Backports of the linecache module
Group:          Development/Python
BuildArch:      noarch
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)

%description -n python3-%{srcname}
A backport of linecache to older supported Pythons.

%prep
%setup -q -n %{srcname}-%{version}

cp -a . %{py3dir}

%build
pushd %{py3dir}
python3 setup.py build
popd

python2 setup.py build

%install
pushd %{py3dir}
python3 setup.py install -O1 --skip-build --root %{buildroot}
rm -fr %{buildroot}%{py3_puresitedir}/%{srcname}/tests
popd

python2 setup.py install --skip-build --root %{buildroot}
rm -fr %{buildroot}%{py_puresitedir}/%{srcname}/tests

%files
%doc AUTHORS ChangeLog README.rst
%{py_puresitedir}/%{srcname}
%{py_puresitedir}/%{srcname}-%{version}-py%{py_ver}.egg-info

%files -n python3-%{srcname}
%doc AUTHORS ChangeLog README.rst
%{py3_puresitedir}/%{srcname}
%{py3_puresitedir}/%{srcname}-%{version}-py%{py3_ver}.egg-info



%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 1.0.0-1
- (654c478) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14052 |14cu|python-livestreamer-1.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname livestreamer

Name:           python-%{oname}
Version:        1.12.2
Release:        2
License:        BSD and MIT
Summary:        Extracts streams and pipes them into a video player of choice
Url:            http://livestreamer.tanuki.se/
Group:          Sound
Source:         https://pypi.python.org/packages/source/l/%{oname}/%{oname}-%{version}.tar.gz
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(requests)
BuildRequires:  pythonegg(sphinx)
BuildRequires:  pythonegg(singledispatch)
BuildRequires:  pythonegg(urllib3)
BuildRequires:  pythonegg(backports.ssl-match-hostname)
BuildRequires:  pythonegg(futures)
BuildRequires:  graphviz
BuildRequires:  dos2unix
Requires:  pythonegg(backports.ssl-match-hostname)


Conflicts:	python3-%{oname}
Conflicts:	python3egg(%{oname})
BuildArch:      noarch

%description
Livestreamer is a CLI program that extracts streams from various services and
pipes them into a video player of choice.
Livestreamer is built upon a plugin system which allows support for new
services to be easily added.

%files
%doc *.rst LICENSE* 
%{_docdir}/%{oname}/html/
%{_bindir}/%{oname}
%{py_puresitedir}/%{oname}
%{py_puresitedir}/%{oname}_cli
%{py_puresitedir}/%{oname}-%{version}-py*.egg-info
%{_mandir}/man1/%{oname}.1.*
#-------------------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
# delete version-control-internal-file
find . -name .gitignore -exec rm -f {} \; >/dev/null
# Remove bundled egg-info
rm -rf src/livestreamer.egg-info

%build
%{__python} setup.py build

# Generate man page and html documentation (needs python-sphinx)
%{__python} setup.py build_sphinx -b man
%{__python} setup.py build_sphinx -b html

pushd build/lib/livestreamer/packages/flashmedia
find . -type f -name "*.py" -exec chmod +x {} \;
popd

%install
%{__python} setup.py install --root=%{buildroot} --skip-build

# install man page
install -p -d -m755 %{buildroot}%{_mandir}/man1
install -p -m644 build/sphinx/man/%{oname}.1 %buildroot%{_mandir}/man1/%{oname}.1

# install html docs
install -p -d -m755 %{buildroot}%{_docdir}/%{oname}
mv build/sphinx/html %{buildroot}%{_docdir}/%{oname} 

# convert to unix format due rpmlint warning W: wrong-file-end-of-line-encoding
dos2unix %{buildroot}%{_docdir}/%{oname}/html/_static/jquery.js

# convert to utf8 due rpmling warning W: file-not-utf8 /usr/share/doc/python-livestreamer/html/objects.inv
iconv -f iso-8859-1 -t utf-8 %{buildroot}%{_docdir}/%{oname}/html/objects.inv > objects.inv.utf8; \
mv objects.inv.utf8 %{buildroot}%{_docdir}/%{oname}/html/objects.inv

# convert to unix format due rpmlint warning W: wrong-file-end-of-line-encoding
dos2unix %{buildroot}%{_docdir}/%{oname}/html/objects.inv

# Sphinx info file for hashing, no longer needed 
rm %{buildroot}%{_docdir}/%{oname}/html/.buildinfo
pushd %{buildroot}%{py_puresitedir}/%{oname}/packages/flashmedia
chmod -x {types,box,amf,compat,ordereddict}.py
popd
chmod +x %{buildroot}%{py_puresitedir}/%{oname}/plugins/tvplayer.py
chmod +x %{buildroot}%{py_puresitedir}/%{oname}/plugins/tv3cat.py

%check
%{__python} setup.py test


%changelog

* Sat Jun 25 2016 abfonly <abfonly@gmail.com> 1.12.2-2
- (f70048c) fixed req



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14053 |14cu|python-llfuse-0.41.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:               python-llfuse
Version:            0.41.1
Release:            1
Summary:            Python Bindings for the low-level FUSE API

Source0:            https://pypi.python.org/packages/source/l/llfuse/llfuse-%{version}.tar.bz2
URL:                http://code.google.com/p/python-llfuse/
Group:              Development/Python
License:            LGPLv2+
BuildRequires:      attr-devel
BuildRequires:      fuse-devel >= 2.8.0
BuildRequires:      python-distribute >= 0.6.12
BuildRequires:  	python-devel

%description
LLFUSE is a set of Python bindings for the low level FUSE API. It requires at
least FUSE 2.8.0 and supports both Python 2.x and 3.x.

LLFUSE was originally part of S3QL, but has been factored out so that it can be
used by other projects as well. 

%package -n python3-llfuse
Summary:            Python Bindings for the low-level FUSE API
Group:              Development/Python
BuildRequires:      python3-distribute >= 0.6.12
BuildRequires:  	python3-devel

%description -n python3-llfuse
LLFUSE is a set of Python bindings for the low level FUSE API. It requires at
least FUSE 2.8.0 and supports both Python 2.x and 3.x.

LLFUSE was originally part of S3QL, but has been factored out so that it can be
used by other projects as well.

This is a package for python3


%prep
%setup -q -n "llfuse-%{version}"
rm doc/html/.buildinfo

rm -rf %{_builddir}/python3-llfuse
cp -a . %{_builddir}/python3-llfuse

%build
python ./setup.py build
pushd %{_builddir}/python3-llfuse
    python3 setup.py build
popd


%install
python ./setup.py install \
    --prefix="%{_prefix}" \
    --root="%{buildroot}"
    
pushd %{_builddir}/python3-llfuse
python3 ./setup.py install \
    --prefix="%{_prefix}" \
    --root="%{buildroot}"
popd

%files
%doc Changes.txt doc/html
%{py_platsitedir}/*

%files -n python3-llfuse
%doc Changes.txt doc/html
%{py3_platsitedir}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.41.1-1
- (da6df53) Updated to 0.41.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14054 |14cu|python-logilab-common-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  logilab-common

Name:       python-%{module}
Summary:    Python modules used by Logilab software
Version:    1.0.2
Release:    1
Source0:    https://pypi.python.org/packages/source/l/%{module}/%{module}-%{version}.tar.gz
License:    GPLv2+
Group:      Development/Python
Url:        http://www.logilab.org/
BuildArch:  noarch
BuildRequires:  python-setuptools

%description
This package contains a number of Python modules that provide low level
functionality used by various free software projects supported by Logilab.

%package -n python3-%{module}
Summary:    Python modules used by Logilab software
BuildRequires:  python3-setuptools

%description -n python3-%{module}
This package contains a number of Python modules that provide low level
functionality used by various free software projects supported by Logilab.

This is a version for Python 3.

%prep
%setup -q -n %{module}-%{version}

# py3K prep
rm -rf %{py3dir}
cp -a . %{py3dir}

%build
python setup.py build

# py3k build
pushd %{py3dir}
python3 setup.py build
popd

%check
python setup.py test
pushd %{py3dir}
python3 setup.py test
popd

%install
# py3k install
pushd %{py3dir}
python3 setup.py install -O1 --root %{buildroot}
rm -rf %{buildroot}%{py3_puresitedir}/logilab/common/test
for FILE in %{buildroot}%{_bindir}/*; do
    NAME=$(basename $FILE)
    mv $FILE %{buildroot}%{_bindir}/python3-$NAME
done
popd

# python2
python setup.py install -O1 --root=%{buildroot}
rm -rf %{buildroot}%{py_puresitedir}/logilab/common/test

%files
%doc README COPYING ChangeLog
%{_bindir}/pytest
%{py_puresitedir}/logilab*

%files -n python3-%{module}
%doc README COPYING ChangeLog
%{_bindir}/python3-pytest
%{py3_puresitedir}/logilab*

%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 1.0.2-1
- (2a96064) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14055 |14cu|python-ly-0.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package	%{nil}
%define	build_html	0

Name:		python-ly
Version:	0.9.4
Release:	1
Summary:	Tool and library for manipulating LilyPond files
Group:		Development/Python
License:	GPLv2+
Url:		https://pypi.python.org/pypi/%{name}
Source0:	https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
Patch0:		python_ly-0.9.4-fix-html-theme-with-sphinx3.patch
BuildArch:	noarch
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-setuptools
BuildRequires:	python3-sphinx
Requires:	python3-setuptools
Requires:	python3-tkinter

%description
This package provides a Python library "ly" containing various Python modules
To parse, manipulate or create documents in LilyPond format. A command line
program ly is also provided that can be used to do various manipulations with
LilyPond files. This package allows for use of python-ly with Python 3.

%files
%doc ChangeLog README.rst
%if %{build_html}
%doc doc/build/html/
%endif
%{_bindir}/ly
%{_bindir}/ly-server
%{py3_puresitedir}/ly/*
%{py3_puresitedir}/python_ly-%{version}-py*.egg-info/*

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1


%build
python3 setup.py build

%if %{build_html}
pushd doc
make html
popd
# Leftover from doc build
rm -f doc/build/html/.buildinfo
%endif


%install
python3 setup.py install --skip-build --root %{buildroot}

chmod +x %{buildroot}%{py3_puresitedir}/ly/data/makeschemedata.py
%changelog

* Sun Jun 12 2016 Giovanni Mariani <mc2374@mclink.it> 0.9.4-1
- (870dfae) Updated to release 0.9.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14056 |14cu|python-markdown-2.6.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Markdown

Summary: Python implementation of the markdown text-to-HTML conversion tool

Name: python-markdown
Version: 2.6.5
Release: 1
Source0:  https://pypi.python.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
License: BSD
Group: Development/Python
Url: http://www.freewisdom.org/projects/python-markdown/ 
BuildArch: noarch

%description
This is a Python implementation of John Gruber's Markdown. It is almost 
completely compliant with the reference implementation, though there 
are a few known issues

Markdown  is a text-to-HTML conversion tool for web writers. Markdown 
allows you to write using an easy-to-read, easy-to-write plain text format, 
then convert it to structurally valid XHTML (or HTML).

%prep
%setup -q -n %{oname}-%{version} 

%build
PYTHONDONTWRITEBYTECODE= python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=FILE_LIST

%files -f FILE_LIST
%doc docs 

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.6.5-1
- (caff7d2) Updated to 2.6.5 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14057 |14cu|python-matplotlib-1.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with html
%define module matplotlib

Summary:	Python 2D plotting library
Name:		python-%{module}
Version:	1.5.1
Release:	1
License:	Python license
Group:		Development/Python
Url:		http://matplotlib.sourceforge.net/
#Modified Sources to remove the one undistributable file
Source0:	matplotlib-%{version}-without-extern.tar.xz
Source1:	setup.cfg
Patch0:		20_matplotlibrc_path_search_fix.patch
Patch1:		70_bts720549_try_StayPuft_for_xkcd.patch
%if %{with html}
BuildRequires:	graphviz
BuildRequires:	ipython
BuildRequires:	python-docutils
BuildRequires:	python-sphinx
BuildRequires:	texlive
%endif
BuildRequires:	python-configobj
BuildRequires:	python-dateutil
BuildRequires:	python-parsing
BuildRequires:	python-pytz
BuildRequires:	python-qt4
BuildRequires:	python-setuptools
BuildRequires:	tkinter
BuildRequires:	x11-server-xvfb
BuildRequires:	qhull-devel
BuildRequires:	python-numpy-devel
BuildRequires:	libwxPythonGTK-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libagg)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(tcl)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(zlib)
Requires:	python-configobj
Requires:	python-dateutil
Requires:	python-matplotlib-gtk = %{EVRD}
Requires:	python-numpy
Requires:	python-parsing
Requires:	python-pytz
Obsoletes:	%{name}-emf < 1.5.1
Obsoletes:	%{name}-fltk < 1.5.1

%description
Matplotlib is a python 2D plotting library which produces publication
quality figures in a variety of hardcopy formats and interactive
environments across platforms. matplotlib can be used in python
scripts, the python and ipython shell, web application servers, and
six graphical user interface toolkits.

Matplotlib tries to make easy things easy and hard things possible.
You can generate plots, histograms, power spectra, bar charts,
errorcharts, scatterplots, etc, with just a few lines of code.

%files
%doc doc/README.txt %doc LICENSE/* %doc CHANGELOG
%{python_sitearch}/*egg-info
%{python_sitearch}/%{module}/
%{python_sitearch}/%{module}-*-nspkg.pth
%{python_sitearch}/mpl_toolkits/
%{python_sitearch}/pylab.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_cairo.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_gdk.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_gtk.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_gtkagg.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_gtkcairo.py*
%exclude %{py_platsitedir}/%{module}/backends/_backend_gdk.so
%exclude %{py_platsitedir}/%{module}/backends/_gtkagg.so
%exclude %{py_platsitedir}/%{module}/backends/backend_qt4.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_qt4agg.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_svg.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_tkagg.py*
%exclude %{py_platsitedir}/%{module}/backends/tkagg.py*
%exclude %{py_platsitedir}/%{module}/backends/_tkagg.so
%exclude %{py_platsitedir}/%{module}/backends/backend_wx.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_wxagg.py*

#----------------------------------------------------------------------------

%package cairo
Summary:	Cairo backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	python-cairo >= 1.2.0

%description cairo
This package contains the Cairo backend for matplotlib.

%files cairo
%{py_platsitedir}/%{module}/backends/backend_cairo.py*

#----------------------------------------------------------------------------

%package gtk
Summary:	GDK and GTK backends for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	pygtk2.0 >= 2.4.0
Requires:	%{name}-cairo = %{EVRD}

%description gtk
This package contains the GDK and GTK backends for matplotlib.

%files gtk
%{py_platsitedir}/%{module}/backends/backend_gdk.py*
%{py_platsitedir}/%{module}/backends/backend_gtk.py*
%{py_platsitedir}/%{module}/backends/backend_gtkagg.py*
%{py_platsitedir}/%{module}/backends/backend_gtkcairo.py*
%{py_platsitedir}/%{module}/backends/_backend_gdk.so
%{py_platsitedir}/%{module}/backends/_gtkagg.so

#----------------------------------------------------------------------------

%package qt4
Summary:	Qt backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	python-qt4

%description qt4
This package contains the Qt4 backend for matplotlib.

%files qt4
%{py_platsitedir}/%{module}/backends/backend_qt4.py*
%{py_platsitedir}/%{module}/backends/backend_qt4agg.py*

#----------------------------------------------------------------------------

%package svg
Summary:	SVG backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	python

%description svg
This package contains the SVG backend for matplotlib.

%files svg
%{py_platsitedir}/%{module}/backends/backend_svg.py*

#----------------------------------------------------------------------------

%package tk
Summary:	Tk backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	tkinter

%description tk
This package contains the Tk backend for matplotlib.

%files tk
%{py_platsitedir}/%{module}/backends/backend_tkagg.py*
%{py_platsitedir}/%{module}/backends/tkagg.py*
%{py_platsitedir}/%{module}/backends/_tkagg.so

#----------------------------------------------------------------------------

%package wx
Summary:	wxPython backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	wxPython

%description wx
This package contains the wxPython backend for matplotlib.

%files wx
%{py_platsitedir}/%{module}/backends/backend_wx.py*
%{py_platsitedir}/%{module}/backends/backend_wxagg.py*

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for matplotlib
Group:		Development/Python
BuildArch:	noarch

%description doc
This package contains documentation and sample code for matplotlib.

%files doc
%doc examples/ CHANGELOG doc/README.txt
%if %{with html}
%doc doc/build/html/*
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}

# Copy setup.cfg to the builddir
sed 's/\(backend = \).*/\1%{backend}/' >setup.cfg <%{SOURCE1}

chmod -x lib/matplotlib/mpl-data/images/*.svg

%build
PYTHONDONTWRITEBYTECODE= xvfb-run %{__python} setup.py build

%if %{with html}
# Need to make built matplotlib libs available for the sphinx extensions:
pushd doc
export PYTHONPATH=`realpath ../build/lib.linux*`
./make.py html
popd
%endif

%install
PYTHONDONTWRITEBYTECODE= %{__python} setup.py install --skip-build --root=%{buildroot}
chmod +x %{buildroot}%{python_sitearch}/matplotlib/dates.py
rm -rf %{buildroot}%{python_sitearch}/matplotlib/mpl-data/fonts


%changelog

* Thu Jun 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.1-1
- (98b9eee) Build requires qhull-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14058 |14cu|python-mayavi-4.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module mayavi

Summary:	Enthought Tool Suite - scientific data 3D visualizer
Name:		python-%{module}
Version:	4.4.4
Release:	1
License:	BSD
Group:		Development/Python
Url:		https://github.com/enthought/mayavi/
Source0:	http://www.enthought.com/repo/ets/mayavi-%{version}.tar.gz
BuildRequires:	procps
BuildRequires:	python-numpy-devel >= 1.1.0
BuildRequires:	python-setupdocs >= 1.0.5
BuildRequires:	python-setuptools >= 0.6c8
BuildRequires:	python-vtk >= 5.0
BuildRequires:	x11-server-xvfb
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(python)
Requires:	python-apptools >= 4.1.0
Requires:	python-configobj
Requires:	python-envisage >= 4.2.0
Requires:	python-numpy >= 1.1.0
Requires:	python-pyface >= 4.2.0
Requires:	python-traits >= 4.2.0
Requires:	python-traitsui >= 4.2.0
Requires:	python-vtk

%description
MayaVi2 seeks to provide easy and interactive visualization of 3D data. It does
this by the following:

- an (optional) rich user interface with dialogs to interact with all data
  and objects in the visualization.
- a simple and clean scripting interface in Python, including one-liners,
  a-la mlab, or object-oriented programming interface.
- harnesses the power of the VTK toolkit without forcing you to learn it.

Additionally Mayavi2 strives to be a reusable tool that can be embedded in your
applications in different ways or combined with the envisage
application-building framework to assemble domain-specific tools.

%files
%doc *.txt *.rst examples/ html/
%{_bindir}/mayavi2
%{_bindir}/tvtk_doc
%{py_platsitedir}/%{module}*
%{py_platsitedir}/tvtk*

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}

%build
Xvfb :100 -ac &
XPID=$!
export DISPLAY=:100.0
python setup.py build
python setup.py build_docs
kill -9 $XPID || /bin/true
mkdir html
mv docs/build/mayavi/html html/mayavi
mv docs/build/tvtk/html html/tvtk

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}


%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.4.4-1
- (db5e261) Build requires pkgconfig(python)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14059 |14cu|python-mccabe-0.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	mccabe

Name:		python-%{oname}
Version:	0.6.1
Release:	2
Summary:	McCabe checker, plugin for flake8
Source0:	http://pypi.python.org/packages/source/m/%{oname}/%{oname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		https://github.com/pycqa/mccabe
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(pytest)
BuildArch:	noarch

%description
McCabe complexity checker
=========================
Ned's script to check McCabe complexity.
This module provides a plugin for ``flake8``, 
the Python code checker.

%files
%doc python2/{LICENSE,README.rst}
%{py_puresitedir}/mccabe.py*
%{py_puresitedir}/mccabe*.egg-info
#------------------------------------------------------------
%package -n python3-%{oname}

Group:          Development/Python
Summary:        McCabe checker, plugin for flake8
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3egg(pytest)
BuildArch:      noarch

%description -n python3-%{oname}
McCabe complexity checker
=========================
Ned's script to check McCabe complexity.
This module provides a plugin for ``flake8``, 
the Python code checker.

%files -n python3-%{oname}
%doc python3/{LICENSE,README.rst}
%{py3_puresitedir}/mccabe.py*
%{py3_puresitedir}/mccabe*.egg-info

#------------------------------------------------------------
%prep
%setup -qc 
mv %{oname}-%{version} python2
cp -r python2 python3

%build
pushd python2 
%py2_build
popd
pushd python3
%py3_build
popd

%install
pushd python2 
%py2_install
popd

pushd python3
%py3_install
popd

%check
pushd python2 
%if %{mdvver} >= 201610
%py_test
%else
python setup.py test
%endif
popd

pushd python3
%if %{mdvver} >= 201610
%py3_test
%else
python3 setup.py test
%endif
popd


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14060 |14cu|python-mglob-0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-mglob
Version:        0.4
Release:        1
Summary:        Enhanced file name globbing module

Group:          Development/Python
License:        MIT
URL:            http://pypi.python.org/pypi/mglob
Source0:        http://pypi.python.org/packages/source/m/mglob/mglob-%{version}.zip
# sent upstream via mail
Patch0:         mglob-0.4-built-in-set.patch

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

BuildRequires:  python3-devel
BuildRequires:  python3-setuptools

%description
Usable as stand-alone utility (for xargs, backticks etc.), or as a globbing
library for own python programs.
Some enhanced features are recursion, exclusion, and directory omission.

%package -n python3-mglob
Group:          Development/Python
Summary:        Enhanced file name globbing module
%description -n python3-mglob
Usable as stand-alone utility (for xargs, backticks etc.), or as a globbing
library for own python programs.
Some enhanced features are recursion, exclusion, and directory omission.

%prep
%setup -q -n mglob-%{version}
%patch0
sed -i -e '/^#!\//, 1d' mglob.py

cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'

%{_bindir}/2to3 --write --nobackups %{py3dir}

find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'


%build
pushd %{py3dir}
    python3 setup.py build
popd

python setup.py build


%install
pushd %{py3dir}
    python3 setup.py install -O1 --skip-build --root %{buildroot}
    mv %{buildroot}%{_bindir}/mglob %{buildroot}%{_bindir}/python3-mglob
popd

python setup.py install -O1 --skip-build --root %{buildroot}

 
%files
%{_bindir}/mglob
%{py_puresitedir}/mglob.py*
%{py_puresitedir}/mglob-%{version}-py?.?.egg-info

%files -n python3-mglob
%{_bindir}/python3-mglob
%{py3_puresitedir}/mglob.py*
%{py3_puresitedir}/mglob-%{version}-py?.?.egg-info




%changelog
* Mon Mar 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-1
+ Revision: cd592a7
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14061 |14cu|python-mock-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	mock

Name:		python-%{oname}
Version:	1.3.0
Release:	1
Summary:	A Python Mocking and Patching Library for Testing
Source0:	http://pypi.python.org/packages/source/m/%{oname}/%{oname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://www.voidspace.org.uk/python/mock/
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(unittest2)

%description
Mock is a Python module that provides a core mock class. It removes the need
to create a host of stubs throughout your test suite. After performing an
action, you can make assertions about which methods / attributes were used and
arguments they were called with. You can also specify return values and set
needed attributes in the normal way.
mock is a library for testing in Python. It allows you to replace parts of
your system under test with mock objects and make assertions about how they
have been used.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc docs/ README*
%{py_puresitedir}/mock
%{py_puresitedir}/mock*.egg-info

%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 1.3.0-1
- (421c7a3) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14062 |14cu|python-mox3-0.13.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module mox3

Name:           python-%{module}
Version:        0.13.0
Release:        1
Group:          Development/Python
Summary:        Mock object framework for Python
License:        ASL 2.0
URL:            http://www.openstack.org/
Source0:        http://pypi.python.org/packages/source/m/%{module}/%{module}-%{version}.tar.gz
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
Requires:  pythonegg(fixtures)
Requires:  pythonegg(pbr)

BuildArch:	noarch

%description
Mox3 is an unofficial port of the Google mox framework to Python 3. It
was meant to be as compatible with mox as possible, but small enhancements
have been made.

%files
%doc AUTHORS *.rst COPYING.txt
%{py_puresitedir}/%{module}
%{py_puresitedir}/%{module}-%{version}-py?.?.egg-info
#-------------------------------------------------------------------------------

%package -n python3-%{module}
Summary:        Mock object framework for Python 3
Group:          Development/Python

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
Requires:  python3egg(fixtures)
Requires:  python3egg(pbr)

%description -n python3-%{module}
Mox3 is an unofficial port of the Google mox framework to Python 3. It
was meant to be as compatible with mox as possible, but small enhancements
have been made.


%files -n python3-%{module}
%doc AUTHORS *.rst COPYING.txt
%{py3_puresitedir}/%{module}
%{py3_puresitedir}/%{module}-%{version}-py?.?.egg-info/
#-------------------------------------------------------------------------------
%prep
%setup -qn %{module}-%{version}

# Remove bundled egg-info
rm -rf %{module}.egg-info
cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd

python setup.py install --skip-build --root %{buildroot}

%changelog

* Sat Jun 18 2016 abfonly <abfonly@gmail.com> 0.13.0-1
- (3c19a05) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14063 |14cu|python-mpmath-0.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	mpmath

Summary:	Python library for symbolic mathematics
Name:		python-%{module}
Version:	0.18
Release:	1
Source0:	http://mpmath.googlecode.com/files/%{module}-%{version}.tar.gz
Source1:	http://mpmath.googlecode.com/files/%{module}-docsrc-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://mpmath.googlecode.com/
BuildArch:	noarch
Suggests:	python3-gmpy
Suggests:	python3-numpy
Suggests:	python3-matplotlib
BuildRequires:	python3
BuildRequires:  python3-sphinx

%description
Mpmath is a pure-Python library for multiprecision floating-point arithmetic.
It provides an extensive set of transcendental functions, unlimited exponent
sizes, complex numbers, interval arithmetic, numerical integration and
differentiation, root-finding, linear algebra, and much more. Almost any
calculation can be performed just as well at 10-digit or 1000-digit precision,
and in many cases mpmath implements asymptotically fast algorithms that scale
well for extremely high precision work. If available, mpmath will (optionally)
use gmpy to speed up high precision operations. 

%package	doc
Group:		Development/Python
Summary:	Documentation for python-%{name}

%description	doc
Documentation for python-%{name}.

%prep
%setup -q -n %{module}-%{version} -a 1

%install
PYTHONDONTWRITEBYTECODE=  python3 setup.py install --root=%{buildroot} 

pushd doc
python3 build.py
rm -rf build/.buildinfo build/.doctrees
mkdir -p %{buildroot}/%{_docdir}/%{module}
cp -far build/* %{buildroot}/%{_docdir}/%{module}
popd

%files
%doc CHANGES LICENSE
%{py3_puresitedir}/*

%files doc
%{_docdir}/%{module}/

%changelog

* Wed Jul 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.18-1
- (8dd451b) Suggest python3-gmpy, now we have it in our repos



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14064 |14cu|python-mpmath-0.19-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module mpmath

Name:		python-mpmath
Version:	0.19
Release:	1
Summary:	Python library for arbitrary-precision floating-point arithmetic
Group:		Development/Python
License:	BSD
URL:		http://mpmath.org/
Source0:	https://pypi.python.org/packages/source/m/%{module}/%{module}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-setuptools
Suggests:	python-gmpy
Suggests:	python-matplotlib

%description
A Python library for arbitrary-precision floating-point arithmetic.

%package -n python3-%{module}
Summary:	Python library for arbitrary-precision floating-point arithmetic
Group:		Development/Python
BuildRequires:	python3-setuptools
Suggests:	python3-matplotlib

%description -n python3-%{module}
A Python library for arbitrary-precision floating-point arithmetic.

%prep
%setup -qn %{module}-%{version}
# Convert line encodings
for doc in LICENSE CHANGES PKG-INFO README mpmath/tests/runtests.py; do
 sed "s|\r||g" $doc > $doc.new && \
 touch -r $doc $doc.new && \
 mv $doc.new $doc
done

# Get rid of unnecessary shebangs
for lib in mpmath/elliptic.py mpmath/tests/runtests.py; do
 sed '/#!\/usr\/bin\/env/d' $lib > $lib.new && \
 touch -r $lib $lib.new && \
 mv $lib.new $lib
done
cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
python setup.py install -O1 --skip-build --root %{buildroot} 

pushd %{py3dir}
python3 setup.py install -O1 --skip-build --root %{buildroot} 
popd

#%py2_install

#pushd %{py3dir}
#%py3_install
#popd

%check

%files
%doc README.new CHANGES
%{py_puresitedir}/%{module}
%{py_puresitedir}/%{module}-%{version}-py*.*.egg-info

%files -n python3-%{module}
%doc README.new CHANGES
%{py3_puresitedir}/%{module}
%{py3_puresitedir}/%{module}-%{version}-py*.*.egg-info



%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 0.19-1
- (1189d14) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14065 |14cu|python-msgpack-0.4.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define tarname	msgpack-python

Summary:	MessagePack (de)serializer for Python
Name:		python-msgpack
Version:	0.4.6
Release:	1
Source0:	https://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-%{version}.tar.gz
Patch0:		egg-info-0.2.0.patch
License:	Apache License
Group:		Development/Python
Url:		http://msgpack.org/
BuildRequires:	python-cython
BuildRequires:	python-setuptools

%description
MessagePack is a binary-based efficient data interchange format that
is focused on high performance. It is like JSON, but very fast and
small.

%prep
%setup -q -n %{tarname}-%{version}
%patch0 -p0

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE=  python setup.py install --root=%{buildroot}

%clean

%files 
%doc COPYING README.rst
%{py_platsitedir}/msgpack*

%changelog

* Thu Oct 08 2015 Denis Silakov <dsilakov@gmail.com> 0.4.6-1
- (c8fab63) Updated to 0.4.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14066 |14cu|python-mygpoclient-1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mygpoclient

Summary:	Library for accessing my.gpodder.org web services
Name:		python-%{oname}
Version:	1.7
Release:	3
Source0:	http://thpinfo.com/2010/mygpoclient/mygpoclient-%{version}.tar.gz
License:	GPLv3
Group:		Development/Python
BuildArch:	noarch
BuildRequires:	python-devel
Url:		http://thpinfo.com/2010/mygpoclient/

%description
The mygpoclient library allows developers to utilize a Pythonic
interface to the my.gpodder.org web services for synchronizing podcast
subscriptions. This page provides the public place for downloading
source releases of the library.

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%clean

%files
%doc AUTHORS README
%{_bindir}/bpsync
%{py_puresitedir}/%{oname}
%{py_puresitedir}/*.egg-info


%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.7-3
- (f5eee73) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14067 |14cu|python-nbxmpp-0.5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global srcname nbxmpp

Name:           python-%{srcname}
Version:        0.5.3
Release:        1
Summary:        Non blocking Jabber/XMPP module

Group:          Development/Python
License:        MIT
URL:            https://pypi.python.org/pypi/nbxmpp
Source0:        http://pypi.python.org/packages/source/n/nbxmpp/%{srcname}-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-OpenSSL
Requires:       python-gobject

%description
The goal of this python library is to provide a way for python applications
to use Jabber/XMPP networks in a non-blocking way. This library is initialy 
a fork of xmpppy one, but using non-blocking sockets.

%prep
%setup -q -n %{srcname}-%{version}

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

%files
%{py_puresitedir}/%{srcname}/
%{py_puresitedir}/%{srcname}*.egg-info




%changelog

* Mon Apr 18 2016 Denis Silakov <dsilakov@gmail.com> 0.5.3-1
- (dcdae45) Updated to 0.5.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14068 |14cu|python-netifaces-0.10.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	netifaces

Name:		python-%{oname}
Version:	0.10.4
Release:	1
Summary:	Portable network interface information
Source0:	https://bitbucket.org/al45tair/netifaces/get/release_0_10_4.tar.gz
License:	MIT License
Group:		Development/Python
Url:		http://alastairs-place.net/netifaces
BuildRequires:	python-devel 
BuildRequires:	python-setuptools

Requires: python(abi) = 2.7



%description
netifaces provides a (hopefully portable-ish) way for Python programmers to
get access to a list of the network interfaces on the local machine, and to
obtain the addresses of those network interfaces.

The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux
and Solaris.

It should work on other UNIX-like systems provided they implement
either getifaddrs() or support the SIOCGIFxxx socket options, although the
data provided by the socket options is normally less complete.

%prep
%setup -qn al45tair-netifaces-1d6d179f8bce

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}

%files
%{py_platsitedir}/netifaces.so
%{py_platsitedir}/netifaces*.egg-info
%changelog

* Thu Oct 08 2015 Denis Silakov <dsilakov@gmail.com> 0.10.4-1
- (ed26719) Updated to 0.10.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14069 |14cu|python-networkx-1.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	networkx

Name:		python-%{module}
Version:	1.9.1
Release:	1
Summary:	Python package for the study of complex networks
License:	BSD
Group:		Development/Python
Url:		http://networkx.github.io/
Source0:	http://pypi.python.org/packages/source/n/networkx/%{module}-%{version}.tar.gz
Source1:	http://networkx.github.io/documentation/%{module}-%{version}/_downloads/networkx_reference.pdf
Source2:	http://networkx.github.io/documentation/%{module}-%{version}/_downloads/networkx_tutorial.pdf
Source3:	http://networkx.github.io/documentation/%{module}-%{version}/_downloads/networkx-documentation.zip
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	python-matplotlib
BuildRequires:	python-devel
BuildRequires:	python-decorator
BuildRequires:	python-parsing
BuildRequires:	python-six
BuildRequires:	python-nose

Requires:	python-pygraphviz
Requires:	python-matplotlib
Suggests:	python-parsing
Suggests:	python-numpy
Suggests:	python-scipy
Suggests:	python-yaml

%description
NetworkX (NX) is a Python package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.

Features:
* Includes standard graph-theoretic and statistical physics functions
* Easy exchange of network algorithms between applications, disciplines, 
  and platforms
* Includes many classic graphs and synthetic networks
* Nodes and edges can be "anything" (e.g. time-series, text, images, 
  XML records)
* Exploits existing code from high-quality legacy software in C, C++, 
  Fortran, etc.
* Open source (encourages community input)
* Unit-tested

%package	doc
Summary:	Documentation for networkx
Group:		Documentation
BuildRequires:	python-sphinx
BuildRequires:	python-numpydoc
Requires:	%{name} = %{version}-%{release}

%description	doc
Documentation for networkx

%package -n	python3-%{module}
Summary:	Python 3 package for the study of complex networks
Group:		Development/Python
BuildRequires:	python3-setuptools
#BuildRequires:	python3-matplotlib
BuildRequires:	python3-devel
BuildRequires:	python3-decorator
BuildRequires:	python3-parsing
BuildRequires:	python3-six
BuildRequires:	python3-nose

#Requires:	python3-matplotlib
Suggests:	python3-parsing
Suggests:	python3-numpy
Suggests:	python3-scipy
Suggests:	python3-yaml

%description -n	python3-networkx
NetworkX is a Python 3 package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.


%prep
%setup -q -n %{module}-%{version}

# Fix permissions
find examples -type f -perm /0111 | xargs chmod a-x

# Use the system python-decorator instead of the bundled version
sed -e '/          "networkx\.external.*",/d' \
    -e "/sys\.version >= '3'/,/^$/d" \
    -i setup.py
pushd networkx
  rm -fr external
  sed "/import networkx\.external/d" __init__.py > init.py
  touch -r __init__.py init.py
  mv -f init.py __init__.py
for f in utils/decorators.py utils/misc.py; do
  sed "s/networkx\.external\.//" $f > fixed.py
  touch -r $f fixed.py
  mv -f fixed.py $f
done
popd

# Avoid downloading the doc files while building
cp -pf %{SOURCE1} %{SOURCE2} %{SOURCE3} doc/source

cp -a . %{py3dir} 

%build
python setup.py build

pushd %{py3dir} 
python3 setup.py build
popd


%install
pushd %{py3dir} 
python3 setup.py install --root=%{buildroot} --skip-build 
popd

python setup.py install --root=%{buildroot} --skip-build
mv %{buildroot}%{_docdir}/networkx-%{version} ./installed-docs
rm -f installed-docs/INSTALL.txt

# Fix permissions and binary paths
for f in `grep -FRl /usr/bin/env %{buildroot}%{py_puresitedir}`; do
  sed 's|/usr/bin/env python|%{_bindir}/python|' $f > $f.new
  touch -r $f $f.new
  chmod a+x $f.new
  mv -f $f.new $f
done

for f in `grep -FRl /usr/bin/env %{buildroot}%{py3_puresitedir}`; do
  sed 's|/usr/bin/env python|%{_bindir}/python3|' $f > $f.new
  touch -r $f $f.new
  chmod a+x $f.new
  mv -f $f.new $f
done

%check
%define enable_tests 1
%if %{enable_tests}
mkdir site-packages
mv networkx site-packages
PYTHONPATH=`pwd`/site-packages python -c "import networkx; networkx.test()"
%endif

%files
%doc installed-docs/*
%{py_puresitedir}/%{module}
%{py_puresitedir}/%{module}-%{version}-py*.*.egg-info

%files -n python3-%{module}
%doc installed-docs/*
%{py3_puresitedir}/%{module}
%{py3_puresitedir}/%{module}-%{version}-py*.*.egg-info




%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 1.9.1-1
- (b77714e) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14070 |14cu|python-ntlm-1.0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name python-ntlm

Name:           %{upstream_name}
Version:        1.0.1
Release:        7
Summary:        NTLM support for python
Group:          Development/Python
License:        LGPL
URL:            https://pypi.python.org/pypi/python-ntlm
Source0:        https://pypi.python.org/packages/source/p/python-ntlm/python-ntlm-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
This package allows Python clients running on any operating system to provide
NTLM authentication to a supporting server.

python-ntlm is probably most useful on platforms that are not Windows, since on
Windows it is possible to take advantage of platform-specific NTLM support.

%prep
%setup -q -n %{upstream_name}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

# dont install examples
rm -f %{buildroot}%{_bindir}/*

%files
%doc ntlm_examples
%{py_puresitedir}/ntlm
%{py_puresitedir}/python_ntlm-%{version}-*.egg-info



%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 1.0.1-7
- (d4c4122) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14071 |14cu|python-numexpr-2.4.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	numexpr
%define __noautoprov '.*\\.so'

Summary: 	Fast numerical array expression evaluator for Python and NumPy

Name:		python-%{module}
Version:	2.4.6
Release:	1
Source0:	https://pypi.python.org/packages/source/n/numexpr/numexpr-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://numexpr.googlecode.com/
BuildRequires:	python-devel
BuildRequires:	python-numpy
BuildRequires:	python-numpy-devel >= 1.6
BuildRequires:	pkgconfig(lapack)
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3-numpy
BuildRequires:  python3-numpy-devel
BuildRequires:  python-six
BuildRequires:  python3-six
Requires:	python-numpy >= 1.6

%description
The numexpr package evaluates multiple-operator array expressions many
times faster than NumPy can. It accepts the expression as a string,
analyzes it, rewrites it more efficiently, and compiles it to faster
Python code on the fly. It's the next best thing to writing the
expression in C and compiling it with a specialized just-in-time (JIT)
compiler, i.e. it does not require a compiler at runtime.

%package -n python3-%{module}
Summary:        Fast numerical array expression evaluator for Python3 and NumPy

Group:          Development/Python
Requires:       python3-numpy

%description -n python3-%{module}
The numexpr package evaluates multiple-operator array expressions many
times faster than NumPy can. It accepts the expression as a string,
analyzes it, rewrites it more efficiently, and compiles it to faster
Python code on the fly. It's the next best thing to writing the
expression in C and compiling it with a specialized just-in-time (JIT)
compiler, i.e. it does not require a compiler at runtime.

%prep
%setup -qc
sed -i "s|/usr/bin/env |/usr/bin/|" %{module}-%{version}/%{module}/cpuinfo.py

mv %{module}-%{version} python2
cp -a python2 python3

%build
pushd python2
PYTHONDONTWRITEBYTECODE= python setup.py build
popd

pushd python3
PYTHONDONTWRITEBYTECODE= python3 setup.py build
popd

%install
pushd python2
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}
popd

pushd python3
PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot}
popd

%files
%doc  python2/LICENSE.txt  
%dir %{py_platsitedir}/%{module}
%{py_platsitedir}/%{module}/*
%{py_platsitedir}/%{module}-*.egg-info

%files -n python3-%{module}
%doc  python3/LICENSE.txt  
%dir %{py3_platsitedir}/%{module}
%{py3_platsitedir}/%{module}/*
%{py3_platsitedir}/%{module}-*.egg-info

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.4.6-1
- (bbabf4e) Updated to 2.4.6 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14072 |14cu|python-numpydoc-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-numpydoc
Version:        0.5
Release:        2
Summary:        Sphinx extension to support docstrings in Numpy format
Group:          Development/Python

License:        BSD
URL:            https://pypi.python.org/pypi/numpydoc
Source0:        https://pypi.python.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  pkgconfig(python)
BuildRequires:  python-nose
BuildRequires:  python-sphinx
BuildRequires:  python-setuptools
BuildRequires:  python-matplotlib
BuildRequires:  pythonegg(pyparsing)

%description
Numpydoc inserts a hook into Sphinx's autodoc that converts docstrings
following the Numpy/Scipy format to a form palatable to Sphinx.

%prep
%setup -q -n numpydoc-%{version}

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}
chmod a+r -R %{buildroot}%{py_puresitedir}/numpydoc-%{version}-py?.?.egg-info
chmod a+r -R %{buildroot}%{py_puresitedir}/numpydoc

# %check
# nosetests -v

%files
%doc LICENSE.txt README.rst
%{py_puresitedir}/numpydoc
%{py_puresitedir}/numpydoc-%{version}-py?.?.egg-info


%changelog

* Thu Dec 31 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-2
- (56fb7e8) Fix file permissions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14073 |14cu|python-oauthlib-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	oauthlib

Name:		python-%{oname}
Version:	1.0.3
Release:	1
Summary:	Spec-compliant, thorough OAuth request-signing logic
Source0:	https://pypi.python.org/packages/source/o/oauthlib/oauthlib-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://github.com/idan/oauthlib
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)

%description
OAuthLib
========

*A generic, spec-compliant, thorough implementation of the 
OAuth request-signing logic.*

.. image:: https://travis-ci.org/idan/oauthlib.png?branch=master
  :target: https://travis-ci.org/idan/oauthlib
.. image:: https://coveralls.io/repos/idan/oauthlib/badge.png?branch=master
  :target: https://coveralls.io/r/idan/oauthlib


OAuth often seems complicated and difficult-to-implement. There are several
prominent libraries for handling OAuth requests, but they all 
suffer from one or both of the following:

1. They predate the `OAuth 1.0 spec`_, AKA RFC 5849.
2. They predate the `OAuth 2.0 spec`_, AKA RFC 6749.
3. They assume the usage of a specific HTTP request library.

.. _`OAuth 1.0 spec`: http://tools.ietf.org/html/rfc5849
.. _`OAuth 2.0 spec`: http://tools.ietf.org/html/rfc6749

OAuthLib is a generic utility which implements the logic of OAuth without
assuming a specific HTTP request object or web framework. Use it to graft OAuth
client support onto your favorite HTTP library, or provider support onto your
favorite web framework. If you're a maintainer of such a library, write a thin
veneer on top of OAuthLib and get OAuth support for very little effort.




%prep
%setup -q -n %{oname}-%{version}
find . -type f -exec chmod 644 {} \;

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
#python setup.py test

%files
%doc LICENSE
%doc README.rst
%{py_puresitedir}/oauthlib/*.py*
%{py_puresitedir}/oauthlib/oauth1/*.py*
%{py_puresitedir}/oauthlib/oauth1/rfc5849/*.py*
%{py_puresitedir}/oauthlib/oauth1/rfc5849/endpoints/*.py*
%{py_puresitedir}/oauthlib/oauth2/*.py*
%{py_puresitedir}/oauthlib/oauth2/rfc6749/*.py*
%{py_puresitedir}/oauthlib/oauth2/rfc6749/clients/*.py*
%{py_puresitedir}/oauthlib/oauth2/rfc6749/endpoints/*.py*
%{py_puresitedir}/oauthlib/oauth2/rfc6749/grant_types/*.py*
%{py_puresitedir}/oauthlib*.egg-info

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.0.3-1
- (7bb1140) Updated to 1.0.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14074 |14cu|python-odconverter-1.2-0.r27.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pyodconverter
%define	module	odconverter
%define	user	oooconvert
%define	service	ooo-converter
%define revno	r27

Summary:	Python OpenDocument Converter
Name:		python-%{module}
Version:	1.2
Release:	0.%{revno}.5
License:	LGPLv2.1+
Group:		Development/Python
Url:		http://www.artofsolving.com/opensource/pyodconverter
# Based on my branch at http://launchpad.net/pyodconverter, heavily adapted
# for use with DocMGR package, please don't replace, but rather just merge
# the diff between previous upstream version if ever updating, or even better,
# check with me first. (hopefully upstream author will agree on merging when
# suggested sometime soon...)
Source0:	%{oname}-%{version}.tar.gz
Source1:	ooo-converter.init
Source2:        %{name}.tmpfiles.d
Patch0:		pyodconverter-1.2-py3.patch
BuildArch:	noarch
Requires:	libreoffice-pyuno
Requires:	libreoffice-writer
Requires:	libreoffice-calc
Requires:	libreoffice-impress
Requires:	python3-pkg-resources
Requires(pre):	rpm-helper
Requires(preun):	rpm-helper
BuildRequires:	python3-setuptools

%description
PyODConverter is a Python module for automating office document conversions
from the command line using OpenOffice.org.

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
python3 setup.py build

tee %{service}.sysconf << EOH
# OpenOffice.org
OOFFICE_HOST="localhost"
OOFFICE_PORT="8100"
# Any additional options to pass to ooffice can be set here
OOFFICE_OPTIONS="-norestore -nofirststartwizard -invisible -nodefault -nologo -nolockcheck"
EOH

%install
python3 setup.py install --root=%{buildroot}

install -d %{buildroot}%{_localstatedir}/run/%{service}
install -m755 %{SOURCE1} -D %{buildroot}%{_initrddir}/%{service}
install -m644 %{service}.sysconf -D %{buildroot}%{_sysconfdir}/sysconfig/%{service}

install -p -D -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%pre
%_pre_useradd %{user} %{_localstatedir}/run/%{service} /sbin/nologin

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service %{service}

%postun
%_postun_userdel %{user}

%preun
%_preun_service %{service}

%files
%{_bindir}/DocumentConverter
%{_initrddir}/%{service}
%{_sysconfdir}/sysconfig/%{service}
%{_tmpfilesdir}/%{name}.conf
%{py3_puresitedir}/%{module}.py*
%{py3_puresitedir}/%{oname}*.egg-info


%changelog

* Thu Jun 09 2016 Denis Silakov <dsilakov@gmail.com> 1.2-0.r27.5
- (fd4fa5e) Switch to python3 and tmpfiles.d



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14075 |14cu|python-odf-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define iname	odfpy

Name:		python-odf
Version:	1.3.1
Release:	1
Summary:	Python library for manipulating OpenDocument files
Group:		Development/Python
License:	GPLv2+
URL:		http://forge.osor.eu/projects/odfpy/
Source0:	https://pypi.python.org/packages/source/o/odfpy/odfpy-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-devel 
BuildRequires:	python-setuptools

%description
Odfpy aims to be a complete API for OpenDocument in Python. Unlike
other more convenient APIs, this one is essentially an abstraction
layer just above the XML format. The main focus has been to prevent
the programmer from creating invalid documents. It has checks that
raise an exception if the programmer adds an invalid element, adds an
attribute unknown to the grammar, forgets to add a required attribute
or adds text to an element that doesn't allow it.
 
These checks and the API itself were generated from the RelaxNG
schema, and then hand-edited. Therefore the API is complete and can
handle all ODF constructions, but could be improved in its
understanding of data types.


%prep
%setup -q -n %{iname}-%{version}

%build
CFLAGS="%{optflags}" python -c 'import setuptools; execfile("setup.py")' build


%install
python -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}
sed -i '/#!\/usr\/bin\/python/d' %{buildroot}%{python_sitelib}/odf/*.py


%files
%docdir examples
%docdir contrib
%{_bindir}/*
%{_mandir}/man1/*
%{py_puresitedir}/*egg-info
%{py_puresitedir}/odf

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.3.1-1
- (dbf68a3) Updated to 1.3.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14076 |14cu|python-opengl-3.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	libname PyOpenGL

Summary:	Python bindings for OpenGL
Name:		python-opengl
Version:	3.1.0
Release:	3
License:	BSD
Group:		System/Libraries
URL:		http://pyopengl.sourceforge.net/
Source0:	https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-%{version}.tar.gz
BuildRequires:	mesa-common-devel
BuildRequires:	python-devel
BuildRequires:	swig
BuildRequires:	tcl
BuildRequires:	tcl-devel
BuildRequires:	tk
BuildRequires:	tk-devel
BuildRequires:	python-setuptools
Requires:	python-numeric
BuildArch:      noarch

%description
Python bindings for OpenGL

%package	tk
Summary:	PyOpenGL Tk widget
Group:		System/Libraries
Requires:	%{name} = %{version}
Requires:	tkinter

%description	tk
PyOpenGL Togl (Tk OpenGL widget) 1.6 support.

%package	doc
Summary:	Documentation files for %{name}
Group:		Development/Python

%description	doc
Documentation files for %{name}

%prep

%setup -q -n %{libname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --prefix=%{_prefix}

%files
%{py_puresitedir}/*OpenGL*
%exclude %{py_puresitedir}/OpenGL/Tk

%files tk
%defattr(-,root,root,-)
%{py_puresitedir}/OpenGL/Tk

%files doc
%defattr(-,root,root,-)



%changelog

* Tue May 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1.0-3
- (d0359bc) Updated to 3.1.0, move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14077 |14cu|python-oslo-config-3.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global srcname oslo-config

Name:           python-%{srcname}
Version:        3.1.0
Release:        1
Summary:        Oslo configuration API

Group:          Development/Python
License:        MIT
URL:            http://www.openstack.org/
Source0:        https://pypi.python.org/packages/source/o/oslo.config/oslo.config-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
The Oslo configuration API supports parsing command line arguments 
and .ini style configuration files

%prep
%setup -q -n oslo.config-%{version}

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}


%files
%{py_puresitedir}/oslo*
%{_bindir}/oslo-config-generator

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 3.1.0-1
- (06b2713) Updated to 3.1.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14078 |14cu|python-oslo-sphinx-3.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global srcname oslo-sphinx

Name:           python-%{srcname}
Version:        3.1.0
Release:        1
Summary:        OpenStack Sphinx Extensions

Group:          Development/Python
License:        MIT
URL:            http://www.openstack.org/
Source0:        https://pypi.python.org/packages/source/o/oslosphinx/oslosphinx-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
OpenStack Sphinx Extensions

%prep
%setup -q -n oslosphinx-%{version}

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}


%files
%{py_puresitedir}/oslo*




%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 3.1.0-1
- (9b7b995) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14079 |14cu|python-oslosphinx-4.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module oslosphinx

Name:       python-%{module}
Version:    4.3.0
Release:    1
Summary:    OpenStack Sphinx Extensions
License:    ASL 2.0
Group:      Development/Python
URL:        https://launchpad.net/oslo
Source0:    http://tarballs.openstack.org/%{module}/%{module}-%{version}.tar.gz
BuildRequires: pkgconfig(python)
BuildRequires: pythonegg(setuptools)
BuildRequires: pythonegg(d2to1)
BuildRequires: pythonegg(pbr)
BuildRequires: pythonegg(requests) >= 2.5.2
Requires:      git
Requires:      pythonegg(requests) >= 2.5.2
Requires:      pythonegg(pbr)
Requires:      pythonegg(six) >= 1.9.0
Requires:      pythonegg(setuptools)
BuildArch:  noarch

%description
The Oslo project intends to produce a python library containing
infrastructure code shared by OpenStack projects. The APIs provided
by the project should be high quality, stable, consistent and generally
useful.

The oslo-sphinx library contains Sphinx theme and extensions support used by
OpenStack.

%files
%doc python2/{README.rst,LICENSE}
%{py_puresitedir}/oslosphinx
%{py_puresitedir}/oslosphinx*.egg-info
#-----------------------------------------------------------------------------

%package -n python3-%{module}
Summary:    OpenStack Sphinx Extensions
Group:      Development/Python
BuildRequires: pkgconfig(python3)
BuildRequires: python3egg(setuptools)
BuildRequires: python3egg(d2to1)
BuildRequires: python3egg(pbr)
BuildRequires: python3egg(requests) >= 2.5.2
Requires:      python3egg(setuptools)
Requires:      python3egg(requests) >= 2.5.2
Requires:      python3egg(pbr)
Requires:      python3egg(six)

%description -n python3-%{module}
The Oslo project intends to produce a python library containing
infrastructure code shared by OpenStack projects. The APIs provided
by the project should be high quality, stable, consistent and generally
useful.

The oslo-sphinx library contains Sphinx theme and extensions support used by
OpenStack.

%files -n python3-%{module}
%doc python3/{README.rst,LICENSE}
%{py3_puresitedir}/oslosphinx
%{py3_puresitedir}/oslosphinx*.egg-info

#-----------------------------------------------------------------------------
%prep
%setup -qc
mv %{module}-%{version} python2
cp -r python2 python3

%build
pushd python2
# Remove bundled egg-info
rm -rf oslo_sphinx.egg-info
rm -rf {test-,}requirements.txt
python setup.py build
popd

pushd python3
# Remove bundled egg-info
rm -rf oslo_sphinx.egg-info
rm -rf {test-,}requirements.txt
python3 setup.py build
popd

%install
pushd python2
python setup.py install -O1 --skip-build --root %{buildroot}
popd

pushd python3
python3 setup.py install -O1 --skip-build --root %{buildroot}
popd

%check
pushd python2
python setup.py test
popd

pushd python3
python3 setup.py test
popd


%changelog

* Thu Jun 16 2016 abfonly <abfonly@gmail.com> 4.3.0-1
- (6400c77) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14080 |14cu|python-oslotest-2.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module oslotest

Name:           python-%{module}
Version:        2.1.0
Release:        1
Summary:        OpenStack test framework
License:        ASL 2.0
Group:          Development/Python
URL:            http://launchpad.net/oslo
Source0:        https://pypi.python.org/packages/source/o/%{module}/%{module}-%{version}.tar.gz
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(pbr)
BuildRequires:  pythonegg(sphinx)
BuildRequires:  pythonegg(oslosphinx)
BuildRequires:  pythonegg(six)
BuildRequires:  pythonegg(testrepository)
BuildRequires:  pythonegg(testscenarios)
BuildRequires:  pythonegg(mock)
BuildRequires:  pythonegg(mox3)
BuildRequires:  pythonegg(debtcollector)

Requires: pythonegg(debtcollector)
Requires: pythonegg(six)
Requires: pythonegg(testrepository)
Requires: pythonegg(testscenarios)
Requires: pythonegg(mock)
Requires: pythonegg(mox3)
BuildArch:      noarch

%description
OpenStack test framework and test fixtures.

%files 
%doc html/ README.rst LICENSE
%{_bindir}/oslo_*
%{py_puresitedir}/%{module}
%{py_puresitedir}/%{module}*.egg-info
#-----------------------------------------------------------------------------
%package -n python3-%{module}
Summary:        OpenStack test framework

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(pbr)
BuildRequires:  python3egg(six)
BuildRequires:  python3egg(testrepository)
BuildRequires:  python3egg(testscenarios)
BuildRequires:  python3egg(mock)
BuildRequires:  python3egg(mox3)
BuildRequires:  python3egg(debtcollector)

Requires: python3egg(six)
Requires: python3egg(testrepository)
Requires: python3egg(testscenarios)
Requires: python3egg(mock)
Requires: python3egg(mox3)
Requires: python3egg(debtcollector)

%description -n python3-%{module}
OpenStack test framework and test fixtures.

%files -n python3-%{module}
%doc html/ README.rst LICENSE
%{_bindir}/python3-*
%{py3_puresitedir}/%{module}
%{py3_puresitedir}/%{module}*.egg-info
#-----------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}

# let RPM handle deps
rm -rf {test-,}requirements.txt
cp -a . %{py3dir}

%build
python setup.py build

# generate html docs
sphinx-build doc/source html
# remove the sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}

pushd %{py3dir}
python3 setup.py build
popd

%install
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
mv %{buildroot}%{_bindir}/oslo_run_cross_tests \
   %{buildroot}%{_bindir}/python3-oslo_run_cross_tests
mv %{buildroot}%{_bindir}/oslo_run_pre_release_tests \
   %{buildroot}%{_bindir}/python3-oslo_run_pre_release_tests
mv %{buildroot}%{_bindir}/oslo_debug_helper \
   %{buildroot}%{_bindir}/python3-oslo_debug_helper
popd

python setup.py install --skip-build --root %{buildroot}

%check
python setup.py test

pushd %{py3dir}
python3 setup.py test
popd

%changelog

* Sat Jun 18 2016 abfonly <abfonly@gmail.com> 2.1.0-1
- (7be04b5) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14081 |14cu|python-pandas-0.17.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	pandas

Summary:	Powerful Python data structures for data analysis and statistics

Name:		python-%{module}
Version:	0.17.0
Release:	1
Source0:	https://pypi.python.org/packages/source/p/pandas/pandas-%{version}.tar.gz
Patch0:		setup-lm-0.13.1.patch
Patch1:		make-doc-0.13.1.patch
License:	BSD
Group:		Development/Python
Url:		http://pandas.sourceforge.net/
Requires:	python-numpy >= 1.6.1
Requires:	python-dateutil
Suggests:	python-scipy
Suggests:	python-matplotlib
Suggests:	python-pytz
Suggests:	python-tables
Suggests:	python-statsmodels
BuildRequires:	python-setuptools
BuildRequires:	python-numpy-devel >= 1.6.1
BuildRequires:	python-dateutil
BuildRequires:	python-matplotlib
BuildRequires:	python-sphinx
BuildRequires:	ipython
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(python)

%description
pandas is a Python package providing fast, flexible, and expressive
data structures designed to make working with "relational" or
"labeled" data both easy and intuitive. It aims to be the fundamental
high-level building block for doing practical, real world data
analysis in Python. Additionally, it has the broader goal of becoming
the most powerful and flexible open source data analysis /
manipulation tool available in any language. It is already well on its
way toward this goal.

%prep
%setup -q -n %{module}-%{version}
%patch0 -p0
%patch1 -p1

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
# pushd doc
# export PYTHONPATH=`dir -1d ../build/lib*`
# %__python make.py html
# find . -name .buildinfo -exec rm -rf {} \;
# popd

%files
# %doc LICENSE README.rst TODO.rst examples/ doc/build/html
%doc LICENSE 
%{py_platsitedir}/%{module}*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 0.17.0-1
- (c9ada24) Merge pull request #1 from import/python-pandas:auto_update
- (c9ada24) Updated to 0.17.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14082 |14cu|python-parsley-1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	Parsley

Name:		python-parsley
Version:	1.2
Release:	1
Summary:	Parsing and pattern matching made easy
Source0:	http://pypi.python.org/packages/source/P/%{oname}/%{oname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://launchpad.net/parsley
BuildRequires:	pythonegg(setuptools)

BuildArch:	noarch

%description
Parsley is a parsing library for people who find parsers scary or
annoying. I wrote it because I wanted to parse a programming language,
and tools like PLY or ANTLR or Bison were very hard to understand and
integrate into my Python code. Most parser generators are based on LL
or LR parsing algorithms that compile to big state machine
tables. It was like I had to wake up a different section of my brain
to understand or work on grammar rules.

Parsley, like pyparsing and ZestyParser, uses the PEG algorithm, so
each expression in the grammar rules works like a Python
expression. In particular, alternatives are evaluated in order, unlike
table-driven parsers such as yacc, bison or PLY.

Parsley is an implementation of OMeta, an object-oriented
pattern-matching language developed by Alessandro Warth at
http://tinlizzie.org/ometa/ . For further reading, see Warth's PhD
thesis, which provides a detailed description of OMeta:
http://www.vpri.org/pdf/tr2008003_experimenting.pdf.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README
%{py_puresitedir}/ometa/*.py*
%{py_puresitedir}/ometa/_generated/*.py*
%{py_puresitedir}/ometa/test/*.py*
%{py_puresitedir}/parsley.py*
%{py_puresitedir}/terml/*.py*
%{py_puresitedir}/terml/_generated/*.py*
%{py_puresitedir}/terml/test/*.py*
%{py_puresitedir}/Parsley*.egg-info

%changelog
* Sun Jan 04 2015 abfonly <abfonly@gmail.com> 1.2-1
+ Revision: 0001cd1
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14083 |14cu|python-passlib-1.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-passlib
Version:	1.6.1
Release:	1
Summary:	Comprehensive password hashing framework supporting over 20 schemes
Group:		Development/Python

License:	BSD and Beerware and Copyright only
URL:		http://passlib.googlecode.com
Source0:	https://pypi.python.org/packages/source/p/passlib/passlib-%{version}.tar.gz

BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	python3-devel
BuildRequires:	python3-setuptools
# docs generation requires python-cloud-sptheme, which isn't packaged yet.
# so we won't generate the docs yet.
#BuildRequires:	python-sphinx >= 1.0
#BuildRequires:	python-cloud-sptheme

%description
Passlib is a password hashing library for Python 2 & 3, which provides
cross-platform implementations of over 20 password hashing algorithms,
as well as a framework for managing existing password hashes. It's
designed to be useful for a wide range of tasks, from verifying a hash
found in /etc/shadow, to providing full-strength password hashing for
multi-user application.

%package -n python3-passlib
Summary:	Python library to display tabular data in tables
Group:		Development/Python

%description -n python3-passlib
Passlib is a password hashing library for Python 2 & 3, which provides
cross-platform implementations of over 20 password hashing algorithms,
as well as a framework for managing existing password hashes. It's
designed to be useful for a wide range of tasks, from verifying a hash
found in /etc/shadow, to providing full-strength password hashing for
multi-user application.


%prep
%setup -q -n passlib-%{version}
cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd


%install
pushd %{py3dir}
python3 setup.py install -O1 --skip-build --root %{buildroot}
popd

python setup.py install -O1 --skip-build --root %{buildroot}

%files
%doc LICENSE README
%{py_puresitedir}/*

%files -n python3-passlib
%doc LICENSE README
%{py3_puresitedir}/*

%changelog

* Wed Sep 23 2015 Denis Silakov <dsilakov@gmail.com> 1.6.1-1
- (1f1a05c) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14084 |14cu|python-paste-2.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Paste

Name:           python-paste
Version:        2.0.2
Release:        1
Summary:        Tools for using a Web Server Gateway Interface stack
Group:          Development/Python
License:        MIT
URL:            http://pythonpaste.org
Source0:        http://pypi.python.org/packages/source/P/Paste/Paste-%{version}.tar.gz
BuildArch:      noarch
Requires:	python-pkg-resources
BuildRequires:  python-setuptools
BuildRequires:	python-sphinx

%description
These provide several pieces of "middleware" (or filters) that can be nested
to build web applications.  Each piece of middleware uses the WSGI (PEP 333)
interface, and should be compatible with other middleware based on those
interfaces.

%prep
%setup -q -n %{tarname}-%{version}
%{__sed} -i -e '/^#!.*/,1 d' paste/util/scgiserver.py paste/debug/doctest_webapp.py

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}
#sed -i '/.egg-info$/d' FILE_LIST
sphinx-build -b html docs html
rm -f html/.buildinfo

%files
%doc html/
%{py_puresitedir}/*

%changelog

* Fri Jan 15 2016 Denis Silakov <dsilakov@gmail.com> 2.0.2-1
- (35789d7) Updated to 2.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14085 |14cu|python-pathlib2-2.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pypi_name pathlib2

Name:           python-pathlib2
Version:        2.1.0
Release:        1
Group:          Development/Python
Summary:        Object-oriented filesystem paths

License:        MIT
URL:            https://pypi.python.org/pypi/pathlib2
Source0:        https://pypi.python.org/packages/2.7/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires: pythonegg(setuptools)


%description
The goal of pathlib2 is to provide a backport of
`standard pathlib <http://docs.python.org/dev/library/pathlib.html>`_
module which tracks the standard library module,
so all the newest features of the standard pathlib can be
used also on older Python versions.


%prep
%setup -q -n %{pypi_name}-%{version}



%build
%py2_build


%install
%py2_install


%files
%doc README.rst LICENSE.rst
%{py_puresitedir}/




%changelog

* Mon Jul 18 2016 Denis Silakov <dsilakov@gmail.com> 2.1.0-1
- (03b080f) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14086 |14cu|python-pbr-1.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pbr

Name:		python-%{oname}
Version:	1.8.1
Release:	3
Summary:	Python Build Reasonableness
Source0:	http://pypi.python.org/packages/source/p/pbr/pbr-%{version}.tar.gz
License:	Apache Software License
Group:		Development/Python
Url:		http://pypi.python.org/pypi/pbr
BuildArch:	noarch

BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(sphinx)
BuildRequires:  graphviz

Requires: 	pythonegg(python) >= 2.7.9

#python-pip 7.1.0, does not provide it's egg 
###TODO: tell Denis###

Requires:	python-pip >= 7.1.0

%description

Introduction
============

PBR is a library that injects some useful and sensible default behaviors
into your setuptools run. It started off life as the chunks of code that
were copied between all of the OpenStack projects. Around the time that
OpenStack hit 18 different projects each with at least 3 active branches,
it seems like a good time to make that code into a proper re-usable library.

PBR is only mildly configurable. The basic idea is that there's a decent
way to run things and if you do, you should reap the rewards, because then
it's simple and repeatable. If you want to do things differently, cool! But
you've already got the power of python at your fingertips, so you don't
really need PBR.

PBR builds on top of the work that `d2to1` started to provide for declarative
configuration. `d2to1` is itself an implementation of the ideas behind
`distutils2`. Although `distutils2` is now abandoned in favor of work towards
PEP 426 and Metadata 2.0, declarative config is still a great idea and
specifically important in trying to distribute setup code as a library
when that library itself will alter how the setup is processed. As Metadata
2.0 and other modern Python packaging PEPs come out, `pbr` aims to support
them as quickly as possible.



%prep
%setup -qn %{oname}-%{version}
rm -rf {test-,}requirements.txt
#remove bundled
rm -rf %{oname}.egg-info


%build
python setup.py build

# build docs and clean after sphinx
sphinx-build doc/source html
rm -rf html/.{doctrees,buildinfo}


%check
# python setup.py test

%install
python setup.py install --root=%{buildroot}

%files
%doc html README.rst LICENSE
%{_bindir}/*
%{py_puresitedir}/%{oname}-%{version}-py?.?.egg-info
%{py_puresitedir}/%{oname}

%changelog

* Mon Oct 19 2015 abfonly <abfonly@gmail.com> 1.8.1-3
- (226db82) Last try
- (226db82) python-pip 7.1.0, does not provide its egg....



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14087 |14cu|python-pdfminer-20140328-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name pdfminer

Name:           python-%{upstream_name}
Version:        20140328
Release:        4
Summary:        PDF parser and analyzer
Group:          Development/Python
License:        MIT
URL:            https://pypi.python.org/pypi/pdfminer
Source0:        https://pypi.python.org/packages/source/p/pdfminer/pdfminer-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
PDFMiner is a tool for extracting information from PDF documents. Unlike other
PDF-related tools, it focuses entirely on getting and analyzing text data.
PDFMiner allows to obtain the exact location of texts in a page, as well as
other information such as fonts or lines. It includes a PDF converter that can
transform PDF files into other text formats (such as HTML). It has an
extensible PDF parser that can be used for other purposes instead of text
analysis.

%prep
%setup -q -n %{upstream_name}-%{version}

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%{_bindir}/dumppdf.py
%{_bindir}/latin2ascii.py
%{_bindir}/pdf2txt.py
%{py_puresitedir}/pdfminer
%{py_puresitedir}/pdfminer-%{version}-*.egg-info



%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 20140328-4
- (63356a4) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14088 |14cu|python-pdfrw-0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pdfrw

Name:		python-%{oname}
Version:	0.2
Release:	1
Summary:	PDF file reader/writer library
Source0:	https://pypi.python.org/packages/source/p/pdfrw/pdfrw-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://code.google.com/p/pdfrw/
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)

%description
pdfrw lets you read and write PDF files, including
compositing multiple pages together (e.g. to do watermarking,
or to copy an image or diagram from one PDF to another),
and can output by itself, or in conjunction with reportlab.

pdfrw will faithfully reproduce vector formats without
rasterization, so the rst2pdf package has used pdfrw
by default for PDF and SVG images by default since
March 2010.  Several small examples are provided.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
cp -R examples %{buildroot}%{py_puresitedir}/pdfrw/
chmod +x %{buildroot}%{py_puresitedir}/pdfrw/pdfwriter.py

%files
%doc 
%{py_puresitedir}/pdfrw/*.py*
%{py_puresitedir}/pdfrw/objects/*.py*
%{py_puresitedir}/pdfrw*.egg-info
%{py_puresitedir}/pdfrw/examples/

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 0.2-1
- (be3eb26) Merge pull request #1 from import/python-pdfrw:auto_update
- (be3eb26) Updated to 0.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14089 |14cu|python-persistent-4.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	persistent
%define __noautoprov 'cPickleCache.so|_timestamp.so|cPersistence.so'
# we don't have practically python3 zope modules
%define with_python3 0

Name:		python-%{oname}
Version:	4.2.1
Release:	1
Summary:	Translucent persistent objects
Source0:	http://pypi.python.org/packages/source/p/persistent/persistent-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
License:	ZPL 2.1
Group:		Development/Python
Url:		http://www.zope.org/Products/ZODB
BuildRequires:	pkgconfig(python) 
BuildRequires:	pythonegg(setuptools)
%if %{with_python3}
BuildRequires:	pkgconfig(python3) 
BuildRequires:	python3egg(setuptools)
%endif

%description
This package contains a generic persistence implementation for Python. It
forms the core protocol for making objects interact "transparently" with
a database such as the ZODB.

Please see the Sphinx documentation (``docs/index.rst``) for further
information.

%files
%doc *.rst *.txt
%{py_incdir}/persistent/*
%{py_platsitedir}/persistent/*
%{py_platsitedir}/persistent*.egg-info
#-------------------------------------------------------------
%if %{with_python3}
%package -n     python3-%{oname}
Summary:	Translucent persistent objects

%description -n python3-%{oname}
This package contains a generic persistence implementation for Python. It
forms the core protocol for making objects interact "transparently" with
a database such as the ZODB.

Please see the Sphinx documentation (``docs/index.rst``) for further
information.

%files -n python3-%{oname}
%doc *.rst *.txt
%{py3_incdir}/persistent/*
%{py3_platsitedir}/persistent/*
%{py3_platsitedir}/persistent*.egg-info
#-------------------------------------------------------------
%endif

%prep
%setup -qn %{oname}-%{version}

%if %{with_python3}
cp -a . %{py3dir}
%endif

%build
python setup.py build

%if %{with_python3}
pushd %{py3dir}
python3 setup.py build
popd
%endif

%install
%if %{with_python3}
pushd %{py3dir}
python3 setup.py install --root %{buildroot}
popd
%endif

python setup.py install --root=%{buildroot}

%check
python setup.py test

%if %{with_python3}
pushd %{py3dir}
python3 setup.py test
popd  
%endif

%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 4.2.1-1
- (6e1a41e) Log: Update to 4.2.1
- (6e1a41e) spec ready for python3
- (6e1a41e) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14090 |14cu|python-phply-1.0-1.20130821.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name phply

Name:           python-%{upstream_name}
Version:        1.0
Release:        1.20130821.6
Summary:        PHP parser written in Python
Group:          Development/Python
License:        LGPL
URL:            https://github.com/ramen/phply
Source0:        phply-master.zip
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
phply is a parser for the PHP programming language written using PLY, a
Lex/YACC-style parser generator toolkit for Python.

%prep
%setup -q -n phply-master

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

rm -rf %{buildroot}%{py_puresitedir}/tests

%files
%doc AUTHORS LICENSE README.md
%{py_puresitedir}/phply
%{py_puresitedir}/phply-dev-py%{py_ver}.egg-info
%{py_puresitedir}/phply-dev-py%{py_ver}-nspkg.pth



%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 1.0-1.20130821.6
- (23e8629) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14091 |14cu|python-pickleshare-0.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pypi_name pickleshare
%global __noautoreq '.*pathlib2.*

Name:           python-%{pypi_name}
Version:        0.7.2
Release:        2
Group:          Development/Python
Summary:        Tiny 'shelve'-like database with concurrency support

License:        MIT
URL:            https://github.com/pickleshare/pickleshare
Source0:        https://pypi.python.org/packages/3.4/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  pythonegg(setuptools)
BuildRequires:  python3egg(setuptools)
Requires:       python-pathlib2

%description
PickleShare - a small 'shelve' like datastore with concurrency support

Like shelve, a PickleShareDB object acts like a normal dictionary.
Unlike shelve, many processes can access the database simultaneously.
Changing a value in database is immediately visible to other processes
accessing the same database.
Concurrency is possible because the values are stored in separate files.


%package -n     python3-%{pypi_name}
Group:          Development/Python
Summary:        Tiny 'shelve'-like database with concurrency support

%description -n python3-%{pypi_name}
PickleShare - a small 'shelve' like datastore with concurrency support

Like shelve, a PickleShareDB object acts like a normal dictionary.
Unlike shelve, many processes can access the database simultaneously.
Changing a value in database is immediately visible to other processes
accessing the same database.
Concurrency is possible because the values are stored in separate files.


%prep
%setup -q -n %{pypi_name}-%{version}
rm -rf %{pypi_name}.egg-info


%build
%py2_build
%py3_build


%install
%py2_install
%py3_install


%files
%{py_puresitedir}/

%files -n python3-%{pypi_name}
%{py3_puresitedir}/




%changelog

* Mon Jul 18 2016 Denis Silakov <dsilakov@gmail.com> 0.7.2-2
- (90b956d) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14092 |14cu|python-pkgconfig-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global srcname pkgconfig
%global _docdir_fmt %{name}

Name:           python-%{srcname}
Version:        1.1.0
Release:        1
Summary:        A Python interface to the pkg-config command line tool
Group:		Development/Python
License:        MIT
URL:            https://github.com/matze/%{srcname}
Source0:        https://github.com/matze/%{srcname}/archive/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
# For tests
BuildRequires:  python-nose

%description
pkgconfig is a Python module to interface with the pkg-config command line
tool and supports Python 2.6+.

It can be used to

* check if a package exists
* check if a package meets certain version requirements
* query CFLAGS and LDFLAGS
* parse the output to build extensions with setup.py

If pkg-config is not on the path, raises EnvironmentError.

%package -n python3-%{srcname}
Summary:        A Python3 interface to the pkg-config command line tool
Group:		Development/Python
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
# For tests
BuildRequires:  python3-nose

%description -n python3-%{srcname}
pkgconfig is a Python3 module to interface with the pkg-config command line
tool and supports Python 2.6+.

It can be used to

* check if a package exists
* check if a package meets certain version requirements
* query CFLAGS and LDFLAGS
* parse the output to build extensions with setup.py

If pkg-config is not on the path, raises EnvironmentError.

%prep
%setup -q -n %{srcname}-%{version}
# Strip shbang
find -name \*.py | xargs sed -i '/^#!\/usr\/bin\/.*python/d'


%build
python2 setup.py build
python3 setup.py build


%install
python3 setup.py install --skip-build --root %{buildroot}
python2 setup.py install --skip-build --root %{buildroot}


%check
python2 setup.py test
python3 setup.py test

%files
%doc README.rst LICENSE
%{py_puresitedir}/*

%files -n python3-%{srcname}
%{py3_puresitedir}/*



%changelog

* Mon Jan 25 2016 Denis Silakov <dsilakov@gmail.com> 1.1.0-1
- (74a4347) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14093 |14cu|python-pmw-2.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	Pmw

Summary:	Python toolkit for building compound Tkinter widgets
Name:		python-pmw
Version:	2.0.0
Release:	5
License:	MIT
Group:		Development/Python
Url:		http://www.dscpl.com.au/pmw
Source0:	https://pypi.python.org/packages/source/P/%{oname}/%{oname}-2.0.0.tar.gz
Requires:	blt tkinter python
Obsoletes:	%{oname}
Provides:	%{oname} = %{version}-%{release}
Buildarch:	noarch
BuildRequires:	python-devel

%description
Pmw is a toolkit for building high-level compound widgets in Python 
using the Tkinter module. It consists of a set of base classes and a 
library of flexible and extensible megawidgets built on this foundation. 
These megawidgets include notebooks, comboboxes, selection widgets, paned 
widgets, scrolled widgets and dialog windows. 

%package -n python3-pmw
Summary:    Python 3 toolkit for building compound Tkinter widgets
Group:      Development/Python
BuildRequires:  python3-devel
Requires:	blt tkinter3 python3

%description -n python3-pmw
Pmw is a toolkit for building high-level compound widgets in Python 3
using the Tkinter module. It consists of a set of base classes and a 
library of flexible and extensible megawidgets built on this foundation. 
These megawidgets include notebooks, comboboxes, selection widgets, paned 
widgets, scrolled widgets and dialog windows.

%prep
%setup -q -n %{oname}-%{version} 
cp -a . %{py3dir} 

%build
pushd %{py3dir}
python3 setup.py build
popd

python setup.py build

%install
pushd %{py3dir} 
python3 setup.py install --root=%{buildroot} --skip-build
popd

python setup.py install --skip-build --root %{buildroot}

%files
%{py_puresitedir}/%{oname}
%{py_puresitedir}/*.egg-info

%files -n python3-pmw
%{py3_puresitedir}/%{oname}
%{py3_puresitedir}/*.egg-info

%changelog

* Wed Oct 07 2015 Denis Silakov <dsilakov@gmail.com> 2.0.0-5
- (3792a63) Correctly rename spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14094 |14cu|python-power-1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module power

Summary:	Cross-platform system power status information
Name:		python-%{module}
Version:	1.4
Release:	1
License:	MIT
Group:		Development/Python
Url:		https://github.com/Kentzo/Power
Source0:	https://pypi.python.org/packages/source/p/%{module}/%{module}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
Python module that allows you to get power and battery status of the system.

%files
%dir %{py_puresitedir}/%{module}/
%{py_puresitedir}/%{module}/*
%{py_puresitedir}/%{module}-*.egg-info

#----------------------------------------------------------------------------

%package -n python3-%{module}
Summary:	Cross-platform system power status information
Group:		Development/Python
BuildRequires:	python3-setuptools
BuildRequires:	pkgconfig(python)

%description -n python3-%{module}
Python module that allows you to get power and battery status of the system.

%files -n python3-%{module}
%dir %{py3_puresitedir}/%{module}/
%{py3_puresitedir}/%{module}/*
%{py3_puresitedir}/%{module}-*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}

cp -a . %{py3dir}

%build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

pushd %{py3dir}
PYTHONDONTWRITEBYTECODE= %__python3 setup.py install --root=%{buildroot}
popd

%changelog

* Thu Jun 02 2016 Rosa <rosa@abf.rosalinux.ru> 1.4-1
- (6e5f93d) Automatic import for version 1.4-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14095 |14cu|python-prompt_toolkit-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name prompt_toolkit

Name:           python-%{pypi_name}
Version:        1.0.3
Release:        1
Group:          Development/Python
Summary:        Library for building powerful interactive command lines in Python
License:        BSD
URL:            https://github.com/jonathanslenders/python-prompt-toolkit
Source0:        https://pypi.io/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
Requires:       python-pygments
Requires:       python-six >= 1.9.0
Requires:       python-wcwidth

%description
prompt_toolkit is a library for building powerful interactive command lines
and terminal applications in Python.

%package -n     python3-%{pypi_name}
Summary:        Library for building powerful interactive command lines in Python
Requires:       python3-pygments
Requires:       python3-six >= 1.9.0
Requires:       python3-wcwidth

%description -n python3-%{pypi_name}
prompt_toolkit is a library for building powerful interactive command lines
and terminal applications in Python.

%prep
%setup -q -n %{pypi_name}-%{version}
rm -rf %{pypi_name}.egg-info

%build
%py2_build
%py3_build

%install
%py3_install
%py2_install


%files -n python-%{pypi_name} 
%doc README.rst AUTHORS.rst CHANGELOG LICENSE
%{python_sitelib}/%{pypi_name}
%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info

%files -n python3-%{pypi_name} 
%doc README.rst AUTHORS.rst CHANGELOG LICENSE
%{py3_puresitedir}/%{pypi_name}
%{py3_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info

%changelog

* Mon Jul 18 2016 Denis Silakov <dsilakov@gmail.com> 1.0.3-1
- (de84e64) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14096 |14cu|python-psutil-3.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global short_name psutil

Name:		python-psutil
Version:	3.3.0
Release:	2
Summary:	A process utilities module for Python

Group:		Development/Python
License:	BSD
URL:		http://psutil.googlecode.com/
Source0:	https://github.com/giampaolo/psutil/archive/release-3.3.0/psutil-%{version}.tar.gz

BuildRequires:	python-devel

%description
psutil is a module providing an interface for retrieving information on running
processes and system utilization (CPU, memory) in a portable way by using
Python, implementing many functionalities offered by tools like ps, top and
Windows task manager.



%prep
%setup -qn psutil-release-%{version}

# Remove shebangs
for file in psutil/*.py; do
  sed -i.orig -e 1d $file && \
  touch -r $file.orig $file && \
  rm $file.orig
done



%build
export CFLAGS="%{optflags}"
python setup.py build


%install
python setup.py install \
  --skip-build \
  --root %{buildroot}

sed -i '1s/^/# -*- coding: utf-8 -*-/' %{buildroot}%{py_platsitedir}/psutil/__init__.py

%files
%doc CREDITS LICENSE docs/
%{py_platsitedir}/%{short_name}/
%{py_platsitedir}/*.egg-info

%changelog

* Sat Feb 20 2016 Denis Silakov <dsilakov@gmail.com> 3.3.0-2
- (775a134) Force encoding in init.py



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14097 |14cu|python-psycopg2-2.4.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module psycopg2

Summary:        PostgreSQL database adapter for Python
Name:           python-%{module}
Version:        2.4.6
Release:        2
Group:          Development/Python
License:        GPLv2 and ZPLv2.1 and BSD
URL:            http://www.psycopg.org/psycopg/
Source0:        http://www.psycopg.org/psycopg/tarballs/PSYCOPG-2-4/%{module}-%{version}.tar.gz
Patch0:		psycopg2-2.4.1-link.patch
BuildRequires:  python3-devel
BuildRequires:  postgresql-devel

%description
psycopg is a PostgreSQL database adapter for the Python programming
language (just like pygresql and popy.) It was written from scratch with
the aim of being very small and fast, and stable as a rock. The main
advantages of psycopg are that it supports the full Python DBAPI-2.0 and
being thread safe at level 2.

psycopg2 is an almost complete rewrite of the psycopg 1.1.x branch.

%prep
%setup -q -n %{module}-%{version}
%patch0 -p0

%build
export CFLAGS="%{optflags}"
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}

%files
%doc AUTHORS examples/ ChangeLog  LICENSE  README
%{py3_platsitedir}/psycopg2*

%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4.6-2
- (078d2b0) Cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14098 |14cu|python-py2pack-0.6.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	py2pack

Name:           python-%{module}
Version:        0.6.4
Release:        1
License:        ASL 2.0 
Summary:        Generate distribution packages from PyPI
Url:            http://github.com/saschpe/py2pack
Group:          Development/Python
Source:         https://pypi.python.org/packages/8e/c1/35c36d28f19da6c6392ce54744f9249cb3b618e2c2ef71908e7ee06fffc6/%{module}-%{version}.tar.gz
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(jinja2)
BuildRequires:  pythonegg(six)
BuildRequires:  pkgconfig(libexslt)
BuildRequires:  pkgconfig(libxml-2.0)
# test requirements
BuildRequires:  pythonegg(coverage)
BuildRequires:  pythonegg(ddt)
BuildRequires:  pythonegg(flake8)
BuildRequires:  pythonegg(nose)
BuildRequires:  pythonegg(requests)
BuildRequires:  pythonegg(lxml)

Requires:       pythonegg(jinja2)
Requires:       pythonegg(setuptools)
Requires:       pythonegg(six)

BuildArch:      noarch

%description
Py2pack: Generate distribution packages from PyPI
=================================================
This script allows to generate RPM spec or DEB dsc files from Python modules.
It allows to list Python modules or search for them on the Python Package Index
(PyPI). Conveniently, it can fetch tarballs and changelogs making it an
universal tool to package Python modules.


%files
%{_defaultdocdir}/py2pack/
%{_mandir}/man1/py2pack.1.*
%{_bindir}/py2pack
%{py_puresitedir}/*
#------------------------------------------------------------
%prep
%setup -qn %{module}-%{version}

%build
%py2_build

%install
%py2_install
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}/usr/man/man1/py2pack.1 %{buildroot}%{_mandir}/man1/py2pack.1
rm -fr  %{buildroot}/usr/man

chmod 755 %{buildroot}%{py_puresitedir}/py2pack/__init__.py

%changelog

* Sat Nov 19 2016 abfonly <abfonly@gmail.com> 0.6.4-1
- (1dd316e) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14099 |14cu|python-pybeam-0.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pybeam

Name:		python-%{module}
Version:	0.3.2
Release:	1
Summary:	Python module to parse Erlang BEAM files
License:	MIT
Group:		Development/Python
URL:		https://github.com/matwey/%{module}
Source0:	https://github.com/matwey/%{module}/archive/%{version}/%{module}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	pkgconfig(python2)
BuildRequires:	python-setuptools
BuildRequires:	python-construct

%description
Python module to parse Erlang BEAM files.

%package -n	python3-%{module}
Summary:	Python 3 module to parse Erlang BEAM files
Group:		Development/Python
BuildArch:	noarch
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-setuptools
BuildRequires:	python3-construct

%description -n python3-%{module}
Python 3 module to parse Erlang BEAM files.

%prep
%setup -q -n %{module}-%{version}

%build
%py2_build
%py3_build

%install
%py2_install
%py3_install

%check
python2 setup.py test
python3 setup.py test

%files
%doc README.md LICENSE
%{py_puresitedir}/*

%files -n python3-%{module}
%doc README.md LICENSE
%{py3_puresitedir}/*



%changelog

* Sun Nov 20 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-1
- (8912e5d) Upload tarball, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14100 |14cu|python-pybloomfiltermmap-0.3.14-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name pybloomfiltermmap

Name:           python-%{upstream_name}
Version:        0.3.14
Release:        5
Summary:        A Bloom filter (bloomfilter) for Python built on mmap
Group:          Development/Python
License:        MIT
URL:            http://pypi.python.org/pypi/pybloomfiltermmap
Source0:        http://pypi.python.org/packages/source/p/pybloomfiltermmap/pybloomfiltermmap-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python-cython
BuildRequires:  openssl-devel

%description
The goal of `pybloomfiltermmap` is simple: to provide a fast, simple, scalable,
correct library for Bloom Filters in Python.

%prep
%setup -q -n %{upstream_name}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%doc AUTHORS CHANGELOG LICENSE 
%{py_platsitedir}/*



%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 0.3.14-5
- (ae7d359) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14101 |14cu|python-pychart-1.39-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	pychart

Name: 	 	python-%{oname}
Summary:	Python library for data graphs and charts
Version: 	1.39
Release: 	10
Source0:	http://download.gna.org/pychart/PyChart-%{version}.tar.gz
URL:		http://home.gna.org/pychart/
License:	GPLv2+
Group:		Sciences/Mathematics
BuildRequires:	python-devel
BuildArch:	noarch
Obsoletes:	pychart
Provides:	pychart

%description
PyChart is a Python library for creating high quality Encapsulated Postscript,
PDF, PNG, or SVG charts. It currently supports line plots, bar plots,
range-fill plots, and pie charts. Because it is based on Python, you can make
full use of Python's scripting power.

%prep
%setup -q -n PyChart-%{version}
chmod 644 `find -type f`

%install
python setup.py install --root=%{buildroot} --compile --optimize=2

%files
%doc README demos doc
%{py_puresitedir}/%{oname}
%{py_puresitedir}/PyChart-%{version}-py%{py_ver}.egg-info

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.39-10
- (79b74ca) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14102 |14cu|python-pycodestyle-2.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define distsuffix mrb
%define oname pycodestyle

Name:           python-%{oname}
Version:        2.3.1
Release:        3
Summary:        Python style guide checker
Group:          Development/Python
License:        MIT
Url:            https://github.com/PyCQA/pycodestyle
Source0:        https://github.com/PyCQA/pycodestyle/archive/%{oname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(sphinx)
BuildRequires:  pkgconfig(libtoxcore)
Requires:       pythonegg(setuptools)
Provides:       python-pep8 == %{EVRD}
Provides:       python-codestyle == %{EVRD}
Obsoletes:      python-pep8 < %{EVRD}
Obsoletes:      python-codestyle < %{EVRD}
#Conflicts:      python3-%{oname}

%description
pep8 is a tool to check your Python code against some of the style conventions
in PEP 8. It has a plug-in architecture, making new checks easy, and its output
is parse-able, making it easy to jump to an error location in your editor.
This package used to be called pep8 but was renamed to 
"pycodestyle"  to reduce confusion. Further discussion can be found:
https://github.com/PyCQA/pycodestyle/issues/466
.

%files
%doc LICENSE *.txt *.rst
%{_bindir}/%{oname}
%{py_puresitedir}/*
%{_mandir}/man1/%{oname}*
#---------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%py2_build
cd docs 
make man
cd ..

%install
%py2_install
install -Dm644  docs/_build/man/%{oname}.1 %{buildroot}%{_mandir}/man1/%{oname}*
chmod +x %{buildroot}%{py_puresitedir}/*.py

%check
python setup.py test


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14103 |14cu|python-pycountry-1.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Created by pyp2rpm-1.0.1
%global pypi_name pycountry

Name:           python-%{pypi_name}
Version:        1.18
Release:        1
Group:          Development/Python
Summary:        ISO databases accessible from Python
License:        LGPLv2+
URL:            https://pypi.python.org/pypi/pycountry/
Source0:        https://pypi.python.org/packages/source/p/pycountry/pycountry-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:	python-devel
BuildRequires:  python-setuptools

%description
pycountry provides the ISO databases for the standards:
 639 Languages
 3166 Countries
 3166-2 Subdivisions of countries
 4217 Currencies
 15924 Scripts

The package includes a copy from Debian\'s \`pkg-isocodes\` and makes the data
accessible through a Python API.
Translation files for the various strings are included as well.

%package -n python3-%{pypi_name}
Summary:        ISO databases accessible from Python
BuildArch:      noarch
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools

%description -n python3-%{pypi_name}
pycountry provides the ISO databases for the standards:
 639 Languages
 3166 Countries
 3166-2 Subdivisions of countries
 4217 Currencies
 15924 Scripts

The package includes a copy from Debian\'s \`pkg-isocodes\` and makes the data
accessible through a Python API.
Translation files for the various strings are included as well.

%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
cp -a . %{py3dir}

%build
python setup.py build
pushd %{py3dir}
python3 setup.py build
popd

%install
python setup.py install --skip-build --root=%{buildroot}
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd

%files
%doc HISTORY.txt README LICENSE.txt TODO.txt
%{py_puresitedir}/%{pypi_name}
%{py_puresitedir}/*egg-info

%files -n python3-%{pypi_name}
%doc HISTORY.txt README LICENSE.txt TODO.txt
%{py3_puresitedir}/%{pypi_name}
%{py3_puresitedir}/*egg-info

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.18-1
- (61da0ce) Updated to 1.18 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14104 |14cu|python-pyflakes-1.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pyflakes

Summary:	Simple program which checks Python source files for errors
Name:		python-%{oname}
Version:	1.5.0
Release:	1
License:	BSD
Group:		Development/Python
Url:		http://divmod.org/trac/wiki/DivmodPyflakes
Source0:	http://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.gz
BuildRequires:  pythonegg(setuptools)
BuildRequires:	pkgconfig(python)
Provides:       pyflakes = %{EVRD}
Obsoletes:      pyflakes < %{EVRD}
BuildArch:	noarch

%description
Pyflakes is a simple program which checks Python source files for errors. It is
similar to PyChecker in scope, but differs in that it does not execute the
modules to check them. This is both safer and faster, although it does not
perform as many checks.

Unlike PyLint, Pyflakes checks only for logical errors in programs; it does
not perform any checks on style.

%files
%doc python2/{LICENSE,NEWS.txt,README.rst,AUTHORS}
%{_bindir}/%{oname}
%{py_puresitedir}/%{oname}
%{py_puresitedir}/*.egg-info

#----------------------------------------------------------------------------
%package -n python3-%{oname}
Summary:        Simple program which checks Python source files for errors
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
Provides:       py3flakes = %{EVRD}

%description -n python3-%{oname}
Pyflakes is a simple program which checks Python source files for errors. It is
similar to PyChecker in scope, but differs in that it does not execute the
modules to check them. This is both safer and faster, although it does not
perform as many checks.

Unlike PyLint, Pyflakes checks only for logical errors in programs; it does
not perform any checks on style.

%files  -n python3-%{oname}
%doc python3/{LICENSE,NEWS.txt,README.rst,AUTHORS}
%{_bindir}/%{oname}3
%{py3_puresitedir}/%{oname}
%{py3_puresitedir}/*.egg-info
#----------------------------------------------------------------------------

%prep
%setup -qc 
mv %{oname}-%{version} python2
cp -r python2 python3

%build
pushd python2 
%py2_build
popd
pushd python3
%py3_build
popd

%install
pushd python3
%py3_install
mv %{buildroot}%{_bindir}/%{oname} %{buildroot}%{_bindir}/%{oname}3
popd

pushd python2 
%py2_install
popd

%check
pushd python2 
%if %{mdvver} >= 201610
%py_test
%else
python setup.py test
%endif
popd

pushd python3
%if %{mdvver} >= 201610
%py3_test
%else
python3 setup.py test
%endif
popd

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14105 |14cu|python-pygithub-1.17.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name PyGithub

Name:           python-pygithub
Version:        1.17.0
Release:        7
Summary:        Use the full Github API v3
Group:          Development/Python
License:        LGPL
URL:            https://pypi.python.org/pypi/PyGithub
Source0:        https://pypi.python.org/packages/source/P/PyGithub/PyGithub-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
PyGithub is a Python (2 and 3) library to use the Github API v3. With it, you
can manage your Github resources (repositories, user profiles, organizations,
etc.) from Python scripts.

%prep
%setup -q -n %{upstream_name}-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%doc README.rst
%{py_puresitedir}/github
%{py_puresitedir}/PyGithub-%{version}-*.egg-info



%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 1.17.0-7
- (99d1cfc) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14106 |14cu|python-pyglet-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  pyglet
%define pyurl   https://pypi.python.org/packages/f5/5d/95d04ed45551c7d1d568a6baaeb683c8565aa11f1ed51f91954bb46d4786

Summary:	A cross-platform windowing and multimedia library for Python
Name:		python-%{module}
Version:	1.2.4
Release:	1
License:	BSD
Group:		Development/Python
Url:		http://pyglet.org
Source0:	%{pyurl}/%{module}-%{version}.tar.gz
Source1:	python-pyglet.rpmlintrc
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
Requires:	libmesagl
Requires:	libmesaglu
Requires:	gdk-pixbuf

BuildArch:	noarch

%description
Pyglet provides an object-oriented programming interface for
developing games and other visually-rich applications for Windows, Mac
OS X and Linux. Some of the features of pyglet are:

* No external dependencies or installation requirements. For most
  application and game requirements, pyglet needs nothing else besides
  Python, simplifying distribution and installation.

* Take advantage of multiple windows and multi-monitor
  desktops. pyglet allows you to use as many windows as you need,
  and is fully aware of multi-monitor setups for use with
  fullscreen games.

* Load images, sound, music and video in almost any format. pyglet can
  optionally use AVbin to play back audio formats such as MP3,
  OGG/Vorbis and WMA, and video formats such as DivX, MPEG-2, H.264,
  WMV and Xvid.
  
%files
%doc README LICENSE CHANGELOG NOTICE
%{py_puresitedir}/*

#---------------------------------------------------------------
%package -n python3-%{module}

Summary:	A cross-platform windowing and multimedia library for Python3
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
Requires:	libmesagl
Requires:	libmesaglu
Requires:	gdk-pixbuf

%description -n python3-%{module}
Pyglet provides an object-oriented programming interface for
developing games and other visually-rich applications for Windows, Mac
OS X and Linux. Some of the features of pyglet are:

* No external dependencies or installation requirements. For most
  application and game requirements, pyglet needs nothing else besides
  Python, simplifying distribution and installation.

* Take advantage of multiple windows and multi-monitor
  desktops. pyglet allows you to use as many windows as you need,
  and is fully aware of multi-monitor setups for use with
  fullscreen games.

* Load images, sound, music and video in almost any format. pyglet can
  optionally use AVbin to play back audio formats such as MP3,
  OGG/Vorbis and WMA, and video formats such as DivX, MPEG-2, H.264,
  WMV and Xvid.

%files -n python3-%{module}
%doc README LICENSE CHANGELOG NOTICE
%{py3_puresitedir}/*
#---------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}
cp -a . %{py3dir}


%build
%py_build

pushd %{py3dir}
%py3_build
popd

%install
pushd %{py3dir}
%py3_install 
  pushd %{buildroot}%{py3_puresitedir}/pyglet
  chmod +x canvas/carbon.py 
  chmod +x   canvas/win32.py 
  chmod +x   canvas/base.py 
  chmod +x   input/carbon_tablet.py 
  chmod +x   input/directinput.py 
  chmod +x   media/drivers/silent.py 
  chmod +x   gl/carbon.py 
  chmod +x   media/drivers/directsound/__init__.py 
  chmod +x   input/x11_xinput_tablet.py
  chmod +x   gl/win32.py 
  chmod +x   input/x11_xinput.py 
  chmod +x   canvas/xlib_vidmoderestore.py 
  chmod +x   gl/cocoa.py input/wintab.py gl/base.py
  chmod +x   canvas/xlib.py app/base.py 
  chmod +x   input/evdev.py 
  chmod +x   libs/win32/libwintab.py 
  chmod +x   libs/win32/__init__.py 
  chmod +x   input/carbon_hid.py 
  chmod +x   input/evdev_constants.py 
  chmod +x   gl/xlib.py
  popd
popd

%py_install
pushd %{buildroot}%{py_puresitedir}/pyglet
  chmod +x   canvas/carbon.py 
  chmod +x   canvas/win32.py 
  chmod +x   canvas/base.py 
  chmod +x   input/carbon_tablet.py 
  chmod +x   input/directinput.py 
  chmod +x   media/drivers/silent.py 
  chmod +x   gl/carbon.py 
  chmod +x   media/drivers/directsound/__init__.py 
  chmod +x   input/x11_xinput_tablet.py
  chmod +x   gl/win32.py 
  chmod +x   input/x11_xinput.py 
  chmod +x   canvas/xlib_vidmoderestore.py 
  chmod +x   gl/cocoa.py input/wintab.py gl/base.py
  chmod +x   canvas/xlib.py app/base.py 
  chmod +x   input/evdev.py 
  chmod +x   libs/win32/libwintab.py 
  chmod +x   libs/win32/__init__.py 
  chmod +x   input/carbon_hid.py 
  chmod +x   input/evdev_constants.py 
  chmod +x   gl/xlib.py
popd

%changelog

* Sun Nov 27 2016 abfonly <abfonly@gmail.com> 1.2.4-1
- (38c5192) Log: Update to 1.2.4
- (38c5192) build python3 module
- (38c5192) drop pyglet-get-tarball.sh , won't work anymore anyway.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14107 |14cu|python-pygraphviz-1.3-0.1.rc2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pygraphviz
%define __noautoprov '.so'

Summary:	Python interface to Graphviz
Name:		python-%{module}
Version:	1.3
Release:	0.1.rc2
Source0:	https://pypi.python.org/packages/source/p/%{module}/%{module}-%{version}rc2.tar.gz
License:	BSD
Group:		Development/Python
Url:		https://networkx.lanl.gov/pygraphviz
Requires:	graphviz >= 2.0
BuildRequires:	graphviz-devel >= 2.0
BuildRequires:	python-devel python3-devel
BuildRequires:	python-sphinx

%description
PyGraphviz is a Python interface to the Graphviz graph layout and
visualization package.

With PyGraphviz, you can create, edit, read, write, and draw graphs
using Python to access the Graphviz graph data structure and layout
algorithms.

This package contains the version for Python 2.

%package -n python3-pygraphviz
Summary:        Create and Manipulate Graphs and Networks
Requires:       python-graphviz

%description -n python3-pygraphviz
PyGraphviz is a Python interface to the Graphviz graph layout and
visualization package.

With PyGraphviz, you can create, edit, read, write, and draw graphs
using Python to access the Graphviz graph data structure and layout
algorithms.

This package contains the version for Python 3.

%prep
%setup -q -n %{module}-%{version}rc2

%build
python setup.py build
python3 setup.py build

#docs
python setup.py build_ext -i
%make -C doc html PYTHONPATH=..

%install
python setup.py install --skip-build --root=%{buildroot} 
python3 setup.py install --skip-build --root %{buildroot}
mv %{buildroot}%{_docdir}/pygraphviz-* %{buildroot}%{_pkgdocdir}
rm -rf %{buildroot}%{_defaultdocdir}/%{module}-%{version}

%files
%doc doc/build/html examples
%{py_platsitedir}/*


%files -n python3-pygraphviz
%{py3_platsitedir}/*



%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 1.3-0.1.rc2
- (89ef305) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14108 |14cu|python-pylast-1.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module pylast

Summary:	Python interface to Last.fm
Name:		python-%{module}
Version:	1.8.0
Release:	1
License:	GPLv2+
Group:		Development/Python
Url:		https://github.com/pylast/pylast
Source0:	%{module}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
Python interface to Last.fm and other API-compatible websites
such as Libre.fm.

%files
%dir %{py_puresitedir}/pylast
%{py_puresitedir}/pylast/*
%{py_puresitedir}/pylast-%{version}-py%{py_ver}.egg-info

#----------------------------------------------------------------------------

%package -n python3-%{module}
Summary:	Python 3 interface to Last.fm
Group:		Development/Python
BuildRequires:	python3-setuptools
BuildRequires:	pkgconfig(python3)

%description -n python3-%{module}
Python 3 interface to Last.fm and other API-compatible websites
such as Libre.fm.

%files -n python3-%{module}
%dir %{py3_puresitedir}/pylast
%{py3_puresitedir}/pylast/*
%{py3_puresitedir}/pylast-%{version}-py%{py3_ver}.egg-info

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}

cp -a . %{py3dir}

%build

%install
%__python setup.py install --root=%{buildroot}

pushd %{py3dir}
%__python3 setup.py install --root=%{buildroot}
popd


%changelog

* Tue Feb 28 2017 tremod <negry.m@yandex.ru> 1.8.0-1
- (2784953) Update to 1.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14109 |14cu|python-pymongo-3.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname    pymongo

Name:           python-%{shortname}
Version:        3.0.3
Release:        1
Summary:        Python driver for MongoDB


Group:          Development/Python
License:        Apache License
URL:            http://api.mongodb.org/python/2.1/
Source0:        http://pypi.python.org/packages/source/p/pymongo/pymongo-%{version}.tar.gz
BuildRequires:  python-setuptools
BuildRequires:  python-devel

%define debug_package %{nil}

%description
The PyMongo distribution contains tools for interacting with MongoDB
database from Python.

The bson package is an implementation of the BSON format for Python.
The pymongo package is a native Python driver for MongoDB.
The gridfs package is a gridfs implementation on top of pymongo.
This driver is build without the C extensions.

%prep
%setup -q -n %{shortname}-%{version}

%build
python setup.py --no_ext build

%install
python setup.py --no_ext install -O1 --skip-build --root %{buildroot} --install-purelib=%{py_platsitedir}

%files
%{py_platsitedir}/*

%changelog

* Thu Oct 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0.3-1
- (e3d0207) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14110 |14cu|python-pymunk-5.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%ifarch x86_64
%define __noautoprov 'libchipmunk64.so'
%else
%define __noautoprov 'libchipmunk.so'
%endif

%define	oname	pymunk

Name:		python-%{oname}
Version:	5.1.0
Release:	1
Summary:	Pymunk is a easy-to-use pythonic 2d physics library
Url:		http://www.pymunk.org
Source0:	http://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.zip
License:	MIT
Group:		Development/Python
BuildRequires:	pkgconfig(python) 
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(cffi)
BuildRequires:	pythonegg(sphinx)
BuildRequires:	pythonegg(pyglet)
Requires:	pythonegg(cffi)

%description
Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever 
you need 2d rigid body physics from Python. Perfect when you need 2d physics 
in your game, demo or other application! It is built on top of the very 
capable 2d physics library `Chipmunk <http://chipmunk-physics.net>`_.

%files
%doc *.txt docs/html/ 
%{py_platsitedir}/pymunk/*.py*
%{py_platsitedir}/pymunk/libchipmunk*.so
%{py_platsitedir}/pymunkoptions/*.py*
%{py_platsitedir}/pymunk*.egg-info
#---------------------------------------------------------

%package -n python3-%{oname}

Summary:	Pymunk is a easy-to-use pythonic 2d physics library
BuildRequires:	pkgconfig(python3) 
BuildRequires:	python3egg(setuptools)
BuildRequires:	python3egg(cffi)
BuildRequires:	python3egg(pyglet)
Requires:	python3egg(cffi)

%description -n python3-%{oname}
Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever 
you need 2d rigid body physics from Python. Perfect when you need 2d physics 
in your game, demo or other application! It is built on top of the very 
capable 2d physics library `Chipmunk <http://chipmunk-physics.net>`_.

%files -n python3-%{oname}
%doc *.txt
%{py3_platsitedir}/pymunk/*.py*
%{py3_platsitedir}/pymunk/libchipmunk*.so
%{py3_platsitedir}/pymunkoptions/*.py*
%{py3_platsitedir}/pymunk*.egg-info

#---------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}
# Fix newlines -- preserve timestamps
for file in docs/api/*.{html,txt,css,js} examples/*.py *.txt PKG-INFO; do
  sed -e 's/\r//g' $file > $file.new &&
  touch -r $file $file.new &&
  mv $file.new $file
done
find . -perm 0666 -exec chmod 0644 {} \;


cp -a . %{py3dir}

%build
%py_build

pushd %{py3dir}
%py3_build
popd

%install
pushd %{py3dir}
%py3_install 
popd

%py_install
rm -fr docs/html/.buildinfo docs/html/.doctrees


%check
python setup.py test
pushd %{py3dir}
python3 setup.py test
popd



%changelog

* Sun Nov 27 2016 abfonly <abfonly@gmail.com> 5.1.0-1
- (2f5dd1b) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14111 |14cu|python-pypcap-1.2-0.20150713.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define date 20150713

Summary:	Simplified object-oriented Python extension module for libpcap
Name:		python-pypcap
Version:	1.2
Release:	0.%{date}.1
License:	BSD
Group:		Development/Python
URL:		https://github.com/dugsong/pypcap
Source0:	https://github.com/dugsong/pypcap/archive/pypcap-master.zip
Patch1:		pypcap-1.1-fix_build.diff
BuildRequires:	python-devel
BuildRequires:	python-pyrex
BuildRequires:	pcap-devel

%description
Simplified object-oriented Python extension module for libpcap - 
the current tcpdump.org version, the legacy version shipping with
some of the BSD operating systems, and the WinPcap port for
Windows.

%prep
%setup -qn pypcap-master
%patch1 -p0

%build
%make

%install
# "make install" doesn't pass DESTDIR to actual install command
# %makeinstall_std
python setup.py install --root=%{buildroot}

%files
%doc CHANGES LICENSE README
%{py_platsitedir}/*

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-0.20150713.1
- (a2f8725) Updated to trunk



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14112 |14cu|python-pyphen-0.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name pyphen
%global pypi_oname Pyphen

%define python3 1

Name:           python-%{pypi_name}
Version:        0.9.1
Release:        1
Group:          Development/Python
Summary:        Pure Python module to hyphenate text

License:        MIT
URL:            http://pypi.python.org/pypi/%{pypi_name}
Source0:        http://pypi.python.org/packages/source/P/%{pypi_oname}/%{pypi_oname}-%{version}.tar.gz

BuildArch:      noarch
 
BuildRequires:  pkgconfig(python)
BuildRequires:  python-setuptools

Requires:       %{pypi_name}

%description
Pure Python module to hyphenate text

%package -n %{pypi_name}
Summary:        Pure Python module to hyphenate text 
Group:          Development/Python

%description -n %{pypi_name}
Pure Python module to hyphenate text

%if %python3
%package -n python3-%{pypi_name}
Summary:        Pure Python module to hyphenate text
Group:          Development/Python

Requires:       %{pypi_name}

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3-setuptools

%description -n python3-%{pypi_name}
Pure Python module to hyphenate text
%endif

%prep
%setup -q -n %{pypi_oname}-%{version}

%apply_patches

%if %python3
cp -a . %{py3dir}
%endif

%build
%{__python} setup.py build

%if %python3
pushd %{py3dir}
%{__python3} setup.py build
popd
%endif

%install
%if %python3
pushd %{py3dir}
%{__python3} setup.py install --skip-build --root %{buildroot}
popd
%endif

%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%files
%{python_sitelib}/%{pypi_name}*
%{python_sitelib}/%{pypi_oname}-%version-py?.?.egg-info

%files -n %{pypi_name}
%_datadir/%{pypi_name}

%if %python3
%files -n python3-%{pypi_name}
%{python3_sitelib}/%{pypi_name}*
%{python3_sitelib}/%{pypi_oname}-%version-py?.?.egg-info
#%{python3_sitelib}/__pycache__/*
%endif


%changelog

* Thu Apr 02 2015 Guilherme Moro <guilherme.moro@gmail.com> 0.9.1-1
- (0050842) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14113 |14cu|python-pyquery-1.2.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	pyquery

Summary:	JQuery-like library for Python

Name:		python-%{module}
Version:	1.2.9
Release:	1
Source0:	https://pypi.python.org/packages/source/p/pip/pyquery-%{version}.zip
License:	BSD
Group:		Development/Python
Url:		https://bitbucket.org/olauzanne/pyquery/
BuildArch:	noarch
Requires:	python-lxml >= 2.1
Requires:	python-cssselect
BuildRequires:	python-setuptools
BuildRequires:	python-lxml >= 2.1

%description
pyquery allows you to make jquery queries on xml documents.  The API
is as much as possible the similar to jquery. pyquery uses lxml for
fast xml and html manipulation.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}

%clean

%files
%doc *
%{py_puresitedir}/%{module}*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.2.9-1
- (b386735) Updated to 1.2.9 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14114 |14cu|python-pywapi-0.3.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pywapi

Name:		python-%{oname}
Version:	0.3.8
Release:	1
Summary:	Python wrapper around different weather APIs
License:	MIT
Group:		Development/Python
Url:		http://code.google.com/p/python-weather-api/
Source0:	http://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.gz

BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
BuildArch:	noarch

%description
This module provides a Python wrapper around the Yahoo! Weather, Weather.com,
and National Oceanic and Atmospheric Administration (NOAA) APIs. Fetch
weather reports using zip code, location id, city name, state, country, etc.

%prep
%setup -qn %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
chmod +x %{buildroot}%{py_puresitedir}/pywapi.py

%files
%doc CHANGELOG LICENSE README
%{py_puresitedir}/pywapi.py*
%{py_puresitedir}/pywapi*.egg-info

%changelog

* Tue Sep 22 2015 abfonly <abfonly@gmail.com> 0.3.8-1
- (cf2398a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14115 |14cu|python-pyzmq-15.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pyzmq

Summary:	Python bindings for zeromq
Name:		python-%{module}
Version:	15.2.0
Release:	2
Source0:	http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
License:	LGPLv3+ and ASL 2.0 and BSD
Group:		Development/Python
Url:		http://github.com/zeromq/pyzmq
BuildRequires:	pkgconfig(libzmq)
BuildRequires:	python-nose
BuildRequires:	python-tornado
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-nose
BuildRequires:	python3-tornado
BuildRequires:  pythonegg(cython)
BuildRequires:  python3egg(cython)
BuildRequires:  python-backports-abc
BuildRequires:  python3-backports-abc

%description
This package contains Python bindings for zeromq, a lightweight and
fast messaging implementation.

%package -n python3-%{module}
Summary:        Software library for fast, message-based applications



Group:          Development/Python

%description -n python3-%{module}
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialized messaging middle-ware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.

This package contains the python 3 bindings.

%prep
%setup -q -c

pushd %{module}-%{version}
# forcibly regenerate the Cython-generated .c files:
find zmq -name "*.c" -delete

# remove bundled libraries
rm -rf bundled
for lib in zmq/eventloop/*.py; do
    sed '/\/usr\/bin\/env/d' $lib > $lib.new &&
    touch -r $lib $lib.new &&
    mv $lib.new $lib
done

# remove excecutable bits
chmod -x examples/pubsub/topics_pub.py
chmod -x examples/pubsub/topics_sub.py
popd

mv %{module}-%{version} python2
cp -r python2 python3

pushd python2
python setup.py cython
popd

pushd python3
find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
popd

%build
pushd python2
CFLAGS="%{optflags}" python setup.py build
popd

pushd python3
CFLAGS="%{optflags}" python3 setup.py build
popd

%install
pushd python3
python3 setup.py install --skip-build --root %{buildroot}
popd

pushd python2
python setup.py install --skip-build --root %{buildroot}
popd

%check
rm python2/zmq/__*
rm python3/zmq/__*

# On 32bit, some tests fail due to int overflow...
%ifarch x86_64
pushd python3
PYTHONPATH=%{buildroot}%{py3_platsitedir} \
 %{__python3} setup.py test
popd
%endif

rm -rf %{buildroot}%{py_platsitedir}/zmq/tests
rm -rf %{buildroot}%{py3_platsitedir}/zmq/tests

%files
%doc python2/README.md python2/COPYING.* python2/examples/
%{py_platsitedir}/%{module}-*.egg-info
%{py_platsitedir}/zmq

%files -n python3-%{module}
%doc python3/README.md python3/COPYING.* python3/examples/
%{py3_platsitedir}/%{module}-*.egg-info
%{py3_platsitedir}/zmq

%changelog

* Sat Oct 15 2016 abfonly <abfonly@gmail.com> 15.2.0-2
- (ee9ec38) BuildList#2743004: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14116 |14cu|python-qprogedit-2.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname QProgEdit

Name:		python-qprogedit
Version:	2.1.0
Release:	1
Summary:	PyQt4 widget that implements a full-featured text editor component

Group:		Development/Python
License:	GPLv2
URL:		https://github.com/smathot/QProgEdit
Source0:	https://github.com/smathot/QProgEdit/archive/release/%{version}.zip
BuildArch:	noarch
BuildRequires:	python-qt4
BuildRequires:	python-qt4-qscintilla
Requires:	python-qt4 
Requires:	python-qt4-qscintilla


%description
PyQt4 widget that implements a full-featured text editor component

%files
%{py_puresitedir}/*.egg-info
%{py_puresitedir}/%{oname}

%prep
%setup -qn %{oname}-release-%{version}


%build

%install
PYTHONDONTWRITEBYTECODE=  python setup.py install --root=%{buildroot}







%changelog
* Sat Mar 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-1
+ Revision: 1878413
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14117 |14cu|pythonqt-2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		2.1
%define libname		%mklibname %{name} %{major}
%define devname		%mklibname %{name} -d
%define qtver		Qt4.8
%define oname		PythonQt

Name:           pythonqt
Version:        2.1
Release:        1
Summary:        Lightweight script binding of the Qt4 framework to the Python language
Group:          Development/Python
License:        LGPLv2
URL:            http://pythonqt.sourceforge.net
Source0:        http://downloads.sourceforge.net/pythonqt/%{oname}%{major}_%{qtver}.zip
# Python-2.7 patch
Patch0:         pythonqt-2.1-python27.patch
# Patch in the "make install" command
Patch1:         pythonqt-2.1-install.patch
BuildRequires:  pkgconfig(python)
BuildRequires:  qt4-devel
BuildRequires:  pkgconfig(phonon)

%description
PythonQt4 is a dynamic and lightweight script binding of the Qt4 framework
to the Python language. It can be easily embedded into Qt4 applications and
makes any QObject derived object scriptable via Python without the need of
wrapper code generation.


%package -n %{libname}

Summary:	Library for %{name}
Group:		Development/Python

%description -n %{libname}
PythonQt is a dynamic and lightweight script binding of the Qt4 framework
to the Python language. It can be easily embedded into Qt4 applications and
makes any QObject derived object scriptable via Python without the need of
wrapper code generation.

%files -n %{libname}
%doc README COPYING
%{_libdir}/libPythonQt.so.*
%{_libdir}/libPythonQt_QtAll.so.*
#----------------------------------------------
%package -n %{devname}

Summary:        Lightweight script binding of the Qt4 framework to the Python language
Group:          Development/Python
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(python)
Provides:	%{name}-devel = %{EVRD}
Provides:       pythonqt4-devel = %{EVRD}
    

%description  -n %{devname}
Header files and development libraries for pythonqt package. PythonQt4
is a dynamic and lightweight script binding of the Qt4 framework
to the Python language. 

%files  -n %{devname}
%doc README COPYING
%{_includedir}/PythonQt
%{_libdir}/libPythonQt.so
%{_libdir}/libPythonQt_QtAll.so

#--------------------------------------------------------
%prep
%setup -qn %{oname}%{major}_%{qtver}
# fedora patches
%patch0 -p1 -b .python27
%patch1 -p1 -b .install

# Fix README end-of-line encoding
sed -i 's/\r//' README

%build
%qmake_qt4 -config verbose "VERSION=%{version}" \
    "LIB_INSTALL=%{_libdir}" \
    "HEADER_INSTALL=%{_includedir}/PythonQt" \
    "QMAKE_LFLAGS_SHLIB *= -Wl,--as-needed" \
    "QMAKE_CXXFLAGS_RELEASE *= -fno-strict-aliasing"
%make

%install
%makeinstall_qt  


%changelog

* Mon Apr 18 2016 abfonly <abfonly@gmail.com> 2.1-1
- (decf28d) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14118 |14cu|pythonqt-qt5-3.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define pyver		3.4
%define libname		%mklibname %{oname} %{major}
%define devname		%mklibname %{oname} -d
#
%define debug_package	%{nil}
%define oname PythonQt
%define Werror_cflags %nil

Name:           pythonqt-qt5
Version:        3.0
Release:        6
Summary:        Lightweight script binding of the Qt framework to the Python language
Group:		Development/Python
License:        LGPLv2
URL:            http://pythonqt.sourceforge.net/
# https://sourceforge.net/projects/pythonqt/files/pythonqt/PythonQt-3.0/
Source0:        PythonQt3.0.zip 
BuildRequires:  pkgconfig(python3)
BuildRequires:	qmake5
BuildRequires:  pkgconfig(Qt5OpenGL)
BuildRequires:  pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(Qt5Network)
BuildRequires:  pkgconfig(Qt5Script)
BuildRequires:  pkgconfig(Qt5Multimedia)
BuildRequires:  pkgconfig(Qt5WebKit)
BuildRequires:  pkgconfig(Qt5XmlPatterns)
BuildRequires:  pkgconfig(Qt5Svg)
BuildRequires:  pkgconfig(Qt5UiTools)
BuildRequires:  pkgconfig(Qt5Xml)
BuildRequires:  pkgconfig(Qt5PrintSupport)
BuildRequires:  pkgconfig(Qt5WebKitWidgets)
BuildRequires:  pkgconfig(Qt5MultimediaWidgets)
BuildRequires:  pkgconfig(Qt5Test)

BuildConflicts: pkgconfig(python)
Conflicts:	pythonqt
Requires:  %{libname} = %{EVRD}


%description
PythonQt is a dynamic and lightweight script binding of the Qt framework
to the Python language. It can be easily embedded into Qt applications and
makes any QObject derived object scriptable via Python without the need of
wrapper code generation.
#-------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for %{name}
Group:		Development/Python
Conflicts:	%{_lib}pythonqt2.1

%description -n %{libname}
PythonQt is a dynamic and lightweight script binding of the Qt framework
to the Python language. It can be easily embedded into Qt applications and
makes any QObject derived object scriptable via Python without the need of
wrapper code generation.

%files -n %{libname}
%doc README COPYING
%{_libdir}/lib%{oname}.so.*
%{_libdir}/lib%{oname}_QtAll.so.*
#--------------------------------------------------------

%package -n %{devname}
Summary:        Lightweight script binding of the Qt framework to the Python language
Group:          Development/Python
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(python3)
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}pythonqt-devel
%description -n %{devname}
Header files and development libraries for pythonqt package. PythonQt
is a dynamic and lightweight script binding of the Qt framework
to the Python language. 

%files -n %{devname}
%doc README COPYING
%{_libdir}/libPythonQt.so
%{_libdir}/libPythonQt_QtAll.so
%{_bindir}/CPPPyWrapperExample
%{_bindir}/PyCPPWrapperExample
%{_bindir}/PyCustomMetaTypeExample
%{_bindir}/PyDecoratorsExample
%{_bindir}/PyGettingStarted
%{_bindir}/PyGuiExample
%{_bindir}/PyLauncher
%{_bindir}/PyScriptingConsole
%{_bindir}/PythonQtTest
%{_includedir}/%{oname}
#--------------------------------------------------------------------
%prep
%setup -qn %{oname}%{version}
# define python3 headers since is not default python yet
perl -pi -e "s|unix:PYTHON_VERSION=2.6|unix:PYTHON_VERSION=3.4|" build/python.prf


%build
%qmake_qt5 \
	CONFIG+=release \
	CONFIG+=c++14 \
	-spec linux-g++ \
	"QMAKE_LFLAGS_SHLIB *= -Wl,--as-needed" 
	
%make

%install
mkdir -p %{buildroot}%{_includedir}/%{oname}/{gui,extensions/%{oname}_QtAll}
cp src/*.h %{buildroot}%{_includedir}/%{oname}
cp src/gui/*.h %{buildroot}%{_includedir}/%{oname}/gui
cp extensions/%{oname}_QtAll/*.h  %{buildroot}%{_includedir}/%{oname}/extensions/%{oname}_QtAll	

mkdir -p %{buildroot}%{_bindir}
mv lib/CPPPyWrapperExample %{buildroot}%{_bindir}/CPPPyWrapperExample 
mv lib/PyCPPWrapperExample %{buildroot}%{_bindir}/PyCPPWrapperExample
mv lib/PyCustomMetaTypeExample %{buildroot}%{_bindir}/PyCustomMetaTypeExample
mv lib/PyDecoratorsExample %{buildroot}%{_bindir}/PyDecoratorsExample
mv lib/PyGettingStarted %{buildroot}%{_bindir}/PyGettingStarted
mv lib/PyGuiExample %{buildroot}%{_bindir}/PyGuiExample
mv lib/PyLauncher %{buildroot}%{_bindir}/PyLauncher
mv lib/PyScriptingConsole %{buildroot}%{_bindir}/PyScriptingConsole
mv lib/PythonQtTest %{buildroot}%{_bindir}/PythonQtTest

cp -Rd lib %{buildroot}%{_prefix}

%ifarch x86_64
mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
%endif
%changelog

* Thu Apr 21 2016 abfonly <abfonly@gmail.com> 3.0-6
- (eea8680) Updated pythonqt-qt5.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14119 |14cu|python-random2-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	random2

Name:		python-%{oname}
Version:	1.0.1
Release:	1
Summary:	Python 3 compatible Pytohn 2 `random` Module
Source0:	http://pypi.python.org/packages/source/r/%{oname}/%{oname}-%{version}.zip
License:	Python 
Group:		Development/Python
Url:		http://pypi.python.org/pypi/random2
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
BuildRequires:	pythonegg(setuptools)
BuildArch:	noarch
%description
This package provides a Python 3 ported version of Python 2.7's ``random``
module. It has also been back-ported to work in Python 2.6.

In Python 3, the implementation of ``randrange()`` was changed, so that even
with the same seed you get different sequences in Python 2 and 3. Note that
several high-level functions such as ``randint()`` and ``choice()`` use
``randrange()``.

%files
%doc CHANGES.txt README.txt
%{py_puresitedir}/random2.py*
%{py_puresitedir}/random2*.egg-info
#------------------------------------------------------------------
%package -n     python3-%{oname}
Summary:	Python 3 compatible Pytohn 2 `random` Module
BuildArch:	noarch

%description -n python3-%{oname}
This package provides a Python 3 ported version of Python 2.7's ``random``
module. It has also been back-ported to work in Python 2.6.

In Python 3, the implementation of ``randrange()`` was changed, so that even
with the same seed you get different sequences in Python 2 and 3. Note that
several high-level functions such as ``randint()`` and ``choice()`` use
``randrange()``.

%files -n python3-%{oname}
%doc CHANGES.txt README.txt
%{py3_puresitedir}/random2.py*
%{py3_puresitedir}/random2*.egg-info
#------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
cp -a . %{py3dir}


%build
python setup.py build
pushd %{py3dir}
python3 setup.py build
popd

%install
pushd %{py3dir}
python3 setup.py install --root %{buildroot}
popd
python setup.py install --root=%{buildroot}

%check
python setup.py test
pushd %{py3dir}
python3 setup.py test
popd  

%changelog

* Sat Jun 18 2016 abfonly <abfonly@gmail.com> 1.0.1-1
- (d40cf0f) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14120 |14cu|python-rarfile-2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	rarfile

Summary:	RAR archive reader for Python
Name:		python-%{module}
Version:	2.7
Release:	2
Source0:	rarfile-%{version}.tar.gz
License:	ISC
Group:		Development/Python
Url:		https://github.com/markokr/rarfile/
BuildArch:	noarch
Requires:	unrar

%description
This is a Python module for RAR archive reading. The interface is
similar to that of the zipfile module.

%prep
%setup -q -n %{module}-%{version}

%build
python setup.py build 

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}

%clean

%files
%doc  LICENSE  
%{py_puresitedir}/%{module}*

%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 2.7-2
- (9a64ee4) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14121 |14cu|python-reconfigure-0.1.50-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Created by pyp2rpm-1.0.1
%global pypi_name reconfigure
%global with_python3 1

Name:           python-reconfigure
Version:        0.1.50
Release:        4
Group:          Development/Python
Summary:        An ORM for config files

License:        LGPLv3
URL:            TODO:
Source0:        https://pypi.python.org/packages/source/r/reconfigure/reconfigure-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python-devel
BuildRequires:  python-setuptools
 
%if %{?with_python3}
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
%endif # if with_python3
 
Requires:       python-chardet

%description
UNKNOWN

%if 0%{?with_python3}
%package -n     python3-%{pypi_name}
Summary:        An ORM for config files
 
Requires:       python3-chardet

%description -n python3-%{pypi_name}
UNKNOWN
%endif # with_python3


%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info


%if 0%{?with_python3}
rm -rf %{py3dir}
cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'

%endif # with_python3


%build
python setup.py build

%if 0%{?with_python3}
pushd %{py3dir}
python3 setup.py build
popd
%endif # with_python3


%install
# Must do the subpackages' install first because the scripts in /usr/bin are
# overwritten with every setup.py install (and we want the python2 version
# to be the default for now).
%if 0%{?with_python3}
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd
%endif # with_python3

python setup.py install --skip-build --root %{buildroot}


%files
%doc 
%{py_puresitedir}/%{pypi_name}
%{py_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info
%if 0%{?with_python3}
%files -n python3-%{pypi_name}
%doc 
%{py3_puresitedir}/%{pypi_name}
%{py3_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info
%endif # with_python3




%changelog

* Wed Sep 23 2015 Denis Silakov <dsilakov@gmail.com> 0.1.50-4
- (d94a5c7) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14122 |14cu|python-requests-2.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	requests

Name:		python-%{module}
Version:	2.9.1
Release:	1
Summary:	Python HTTP for Humans
License:	Apache License
Group:		Development/Python
Url:		http://python-requests.org/
Source0:	https://pypi.python.org/packages/source/r/requests/requests-%{version}.tar.gz
# From Fedora Explicitly use the system certificates in ca-certificates.
# https://bugzilla.redhat.com/show_bug.cgi?id=904614
Patch0:		python-requests-system-cert-bundle.patch
# From Fedora Remove an unnecessary reference to a bundled compat lib in urllib3
Patch1:		python-requests-remove-nested-bundling-dep.patch
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
BuildRequires:	python-chardet
BuildRequires:	python-urllib3
#BuildRequires:	python-backports-ssl_match_hostname

Requires:	rootcerts
Requires:	python-chardet
Requires:	python-urllib3
#Requires:	python-backports-ssl_match_hostname

%description
Requests allow you to send HTTP/1.1 requests. You can add headers,
form data, multipart files, and parameters with simple Python
dictionaries, and access the response data in the same way. It's
powered by httplib and urllib3, but it does all the hard work and
crazy hacks for you.

%package -n	python3-%{module}
Summary:	HTTP library, written in Python, for human beings
Group:		Development/Python
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-chardet
#BuildRequires:	python3-urllib3

Requires:	python3-chardet
#Requires:	python3-urllib3
Requires:	rootcerts

%description -n	python3-%{module}
Most existing Python modules for sending HTTP requests are extremely
verbose and cumbersome. Python’s built-in urllib2 module provides most
of the HTTP capabilities you should need, but the API is thoroughly broken.
This library is designed to make HTTP requests easy for developers.

%prep
%setup -q -n %{module}-%{version}
%apply_patches

# Unbundle the certificate bundle from mozilla.
rm -rf requests/cacert.pem

cp -a . %{py3dir}

%build
pushd %{py3dir}
python3 setup.py build
# Unbundle chardet and urllib3.  We replace these with symlinks to system libs.
rm -rf build/lib/requests/packages/chardet
rm -rf build/lib/requests/packages/urllib3
popd

python setup.py build
# Unbundle chardet and urllib3.  We replace these with symlinks to system libs.
rm -rf build/lib/requests/packages/chardet
rm -rf build/lib/requests/packages/urllib3

%install
pushd %{py3dir}
python3 setup.py install --skip-build --root=%{buildroot}
ln -s ../../chardet %{buildroot}/%{py3_puresitedir}/requests/packages/chardet
ln -s ../../urllib3 %{buildroot}/%{py3_puresitedir}/requests/packages/urllib3
popd

python setup.py install --skip-build --root=%{buildroot}
ln -s ../../chardet %{buildroot}/%{py_puresitedir}/requests/packages/chardet
ln -s ../../urllib3 %{buildroot}/%{py_puresitedir}/requests/packages/urllib3

%pretrans -p <lua>
st = posix.stat("%{py_puresitedir}/%{module}/packages/chardet")
if st and st.type == "directory" then
  os.execute("rm -rf %{py_puresitedir}/%{module}/packages/chardet")
end
st = posix.stat("%{py_puresitedir}/%{module}/packages/urllib3")
if st and st.type == "directory" then
  os.execute("rm -rf %{py_puresitedir}/%{module}/packages/urllib3")
end

%pretrans -n python3-%{module} -p <lua>
st = posix.stat("%{py3_puresitedir}/%{module}/packages/chardet")
if st and st.type == "directory" then
  os.execute("rm -rf %{py3_puresitedir}/%{module}/packages/chardet")
end
st = posix.stat("%{py3_puresitedir}/%{module}/packages/urllib3")
if st and st.type == "directory" then
  os.execute("rm -rf %{py3_puresitedir}/%{module}/packages/urllib3")
end

%files
%doc NOTICE LICENSE README.rst HISTORY.rst
%{py_puresitedir}/%{module}-%{version}-py*.*.egg-info
%{py_puresitedir}/%{module}/

%files -n python3-%{module}
%{py3_puresitedir}/%{module}-%{version}-py*.*.egg-info
%{py3_puresitedir}/%{module}/

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.9.1-1
- (bad7fe3) Updated to 2.9.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14123 |14cu|python-requests-oauthlib-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	requests-oauthlib

Name:		python-%{oname}
Version:	0.5.0
Release:	1
Summary:	OAuthlib authentication support for Requests
Source0:	https://pypi.python.org/packages/source/r/requests-oauthlib/requests-oauthlib-%{version}.tar.gz
License:	ISC
Group:		Development/Python
Url:		https://github.com/requests/requests-oauthlib
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)

Requires:	python(abi) = 2.7 
Requires:	pythonegg(oauthlib) >= 0.4.2 
Requires:	pythonegg(requests) >= 2.0.0

%description
Requests-OAuthlib
=================

This project provides first-class OAuth library support for 
`Requests <http://python-requests.org>`_.



%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
#python setup.py test

%files
%doc AUTHORS.rst
%doc HISTORY.rst
%doc LICENSE
%doc README.rst
%doc requirements.txt
%{py_puresitedir}/requests_oauthlib/*.py*
%{py_puresitedir}/requests_oauthlib/compliance_fixes/*.py*
%{py_puresitedir}/requests_oauthlib*.egg-info

%changelog

* Fri Jan 15 2016 dsilakov <denis.silakov@rosalab.ru> 0.5.0-1
- (8c2ae0f) Merge pull request #1 from import/python-requests-oauthlib:auto_update
- (8c2ae0f) Updated to 0.5.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14124 |14cu|python-routes-2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Routes

Summary:	Routing recognition and generation tools for Python

Name:		python-routes
Version:	2.2
Release:	1
Source0:	http://pypi.python.org/packages/source/R/Routes/Routes-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://routes.groovie.org/
BuildArch:	noarch
Requires:	python-pkg-resources
Requires:	python-webob
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx, python-webob

%description
Routes is a Python re-implementation of the Rails routes system for
mapping URLs to application actions, and conversely to generate
URLs. Routes makes it easy to create pretty and concise URLs that are
RESTful with little effort.

Routes allows conditional matching based on domain, cookies, HTTP
method, or a custom function. Sub-domain support is built in. Routes
comes with an extensive unit test suite.

%prep
%setup -q -n %{tarname}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST
pushd docs
export PYTHONPATH=`dir -d ../build/lib*`
make html
rm -f _build/html/.buildinfo
popd

%files -f FILE_LIST
%doc docs/_build/html

%changelog

* Thu Jun 09 2016 Denis Silakov <dsilakov@gmail.com> 2.2-1
- (81f32de) Updated to 2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14125 |14cu|python-rpy2-2.7.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module rpy2
%define r_version 3.2.3
%define __noautoreq 'libR.so\\(.*'

Summary:	A very simple, yet robust, Python interface to the R Programming Language
Name:		python-%{module}
Version:	2.7.4
Release:	2
Group:		Development/Python
License:	AGPLv3+
URL:		http://rpy.sourceforge.net/
Source0:	https://pypi.python.org/packages/source/r/rpy2/rpy2-%{version}.tar.gz
Requires:	python-numpy
Requires:	R-core = %{r_version}
BuildRequires:	lapack-devel
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	python-numpy-devel
BuildRequires:	R-core = %{r_version}
BuildRequires:	R-devel = %{r_version}
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:  pcre-devel
BuildRequires:  lzma-devel
BuildRequires:  bzip2-devel
BuildRequires:  zlib-devel
Provides:	rpy = %{EVRD}

%description
RPy is a very simple, yet robust, Python interface to the R Programming
Language. It can manage all kinds of R objects and can execute arbitrary R
functions (including the graphic functions). All errors from the R language
areconverted to Python exceptions. Any module installed for the R system can
be used from within Python. 

This code is inspired by RSPython from the Omegahat project. The main goals of
RPy are: 
 + to have a very robust interface for using R from Python 
 + the interface should be as transparent and easy to use as possible 
 + it should be usable for real scientific and statistical computations
 

%prep
%setup -qn %{module}-%{version}

%build
env CFLAGS="%{optflags}" LDFLAGS="-lreadline" python setup.py build

%install
PYTHONDONTWRITEBYTECODE= \
python setup.py install -O1 --skip-build --root %{buildroot} --record=INSTALLED_FILES
sed -i '/egg-info$/d' INSTALLED_FILES

%files -f INSTALLED_FILES
%doc NEWS

%changelog

* Mon Mar 21 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.7.4-2
- (ca14105) Rebuild with new R



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14126 |14cu|python-rsa-3.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module rsa

Name:           python-%{module}
Version:        3.2.3
Release:        1
Summary:        Pure-Python RSA implementation
License:        ASLv2
Group:          Development/Python
URL:            http://stuvel.eu/rsa 
Source0:        https://pypi.python.org/packages/source/r/%{module}/%{module}-%{version}.tar.gz
Patch0:		CVE-2016-1494.patch
BuildRequires:  python-devel
Buildrequires:	python-setuptools
BuildArch:      noarch

%description
Pure-Python RSA implementation.

%package -n python3-%module
Summary:        Pure-Python RSA implementation
Group:          Development/Python
BuildRequires:  python3-devel
Buildrequires:	python3-setuptools

%description -n python3-%module
Pure-Python RSA implementation.

%files
%{_bindir}/pyrsa-*
%{py_puresitedir}/%{module}*

%files -n python3-%module
# provide only python2 version of executables
#%_bindir/pyrsa-*
%{py3_puresitedir}/%{module}*

#--------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}
%apply_patches
cp -a . %{py3dir} 

%build
pushd %{py3dir}
CFLAGS="%{optflags}" python3 setup.py build
popd

CFLAGS="%{optflags}" python setup.py build

%install
pushd %{py3dir}
python3 setup.py install --root %{buildroot} --skip-build
popd

python setup.py install --root %{buildroot} --skip-build




%changelog

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 3.2.3-1
- (bd021b3) Updated to 3.2.3 + patch for CVE-2016-1494



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14127 |14cu|python-scientific-2.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname ScientificPython

Summary:	Various Python modules for scientific computing
Name:		python-scientific
Version:	2.9.4
Release:	1
License:	CeCILL-C
Group:		Development/Python
Url:		http://dirac.cnrs-orleans.fr/ScientificPython/
Source0:	https://sourcesup.renater.fr/frs/download.php/4153/%{tarname}-%{version}.tar.gz
Patch0:		setup.py.patch
Patch1:		remove_oldnumeric.patch
BuildRequires:	openmpi
BuildRequires:	python-numpy-devel
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(ompi)
BuildRequires:	pkgconfig(python)
Requires:	python-numpy
Requires:	openmpi

%description
ScientificPython is a collection of Python modules that are useful for
scientific computing. In this collection you will find modules that
cover basic geometry (vectors, tensors, transformations, vector and
tensor fields), quaternions, automatic derivatives, (linear)
interpolation, polynomials, elementary statistics, nonlinear
least-squares fits, unit calculations, Fortran-compatible text
formatting, 3D visualization via VRML, and two Tk widgets for simple
line plots and 3D wireframe models. There are also interfaces to the
netCDF library (portable structured binary files), to MPI (Message
Passing Interface, message-based parallel programming), and to BSPlib
(Bulk Synchronous Parallel programming).

%files
%doc LICENSE README README.MPI README.BSP Doc/CHANGELOG Doc/Reference Doc/BSP_Tutorial.pdf Examples/ Src/MPI/impipython
%attr(755,root,root) %{_bindir}/*
%{py_platsitedir}/Scientific/*
%{py_platsitedir}/*.egg-info

#----------------------------------------------------------------------------

%package devel
Summary:	Various Python modules for scientific computing, header files
Group:		Development/Python
Requires:	pkgconfig(python)
Requires:	%{name} = %{EVRD}

%description devel
Headers file associated with the python-scientific package.

%files devel
%{_includedir}/python%{py_ver}/Scientific/

#----------------------------------------------------------------------------

%prep
%setup -q -n %{tarname}-%{version}
%patch0 -p0
%patch1 -p0

# fix encoding
iconv -f ISO-8859-1 -t UTF-8 LICENSE -o LICENSE-utf8
touch -r LICENSE LICENSE-utf8
mv LICENSE-utf8 LICENSE

%build
python setup.py build

%install
python setup.py install --skip-build  --root=%{buildroot}

export PYTHONPATH=%{buildroot}%{py_platsitedir}
export PYINCLUDE=`pwd`/Include

pushd Src/MPI
%ifarch x86_64
sed -i 's/lib\/python/lib64\/python/' compile.py
%endif
cat compile.py | sed 's/-I/-I$PYINCLUDE -I/' > compile-new.py
python compile-new.py

install -m 755 mpipython %{buildroot}%{_bindir}

cat <<EOF>impipython
#!/bin/bash
mpirun -np 2 `python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)+'/Scientific/BSP/console.py'"` $*
EOF

popd



%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 2.9.4-1
- (8453e57) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14128 |14cu|python-scikits-learn-0.15.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	scikit-learn

Summary:	Python modules for machine learning and data mining
Name:		python-scikits-learn
Version:	0.15.2
Release:	2
Source0:	%{tarname}-%{version}.tar.gz
#Source1:	user_guide-0.7.pdf
License:	BSD
Group:		Development/Python
Url:		http://scikit-learn.sourceforge.net/
BuildRequires:  blas-devel
BuildRequires:  python-setuptools
BuildRequires:  python-numpy-devel >= 1.2
BuildRequires:  python-scipy >= 0.7
BuildRequires:  python-matplotlib
BuildRequires:  python-nose >= 0.10
BuildRequires:  python-devel
Provides:       sklearn
Provides:       python-sklearn
Provides:       scikits-learn
Provides:       scikit-learn

%description
scikits.learn is a Python module that integrates classic machine learning
algorithms with the tightly-knit world of scientific Python packages
(numpy, scipy, matplotlib).

%prep
%setup -qn %{tarname}-%{version}
#cp -f %SOURCE1 .

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE=  %__python setup.py install --root=%{buildroot} --record=FILE_LIST

%files -f FILE_LIST
%doc AUTHORS.rst README.rst


%changelog

* Wed Oct 07 2015 dsilakov <denis.silakov@rosalab.ru> 0.15.2-2
- (9e223b2) Merge pull request #1 from changhse/python-scikits-learn:rosa2014.1
- (9e223b2) updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14129 |14cu|python-scipy-0.17.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}

%define module scipy

Summary:	Scientific tools for Python
Name:		python-%{module}
Version:	0.17.1
Release:	1
License:	BSD
Group:		Development/Python
Url:		http://www.scipy.org
Source0:	%{module}-%{version}.tar.xz
Patch0:		scipy-0.17.1-linkage.patch
Requires:	python-numpy
BuildRequires:	gcc-gfortran
BuildRequires:	python-matplotlib
BuildRequires:	python-nose
BuildRequires:	python-sphinx
BuildRequires:	swig
BuildRequires:	amd-devel
BuildRequires:	python-numpy-devel
BuildRequires:	umfpack-devel
BuildRequires:	pkgconfig(blas)
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(python)

%description
SciPy is an open source library of scientific tools for Python. SciPy
supplements the popular numpy module, gathering a variety of high level
science and engineering modules together as a single package.

SciPy includes modules for graphics and plotting, optimization, integration,
special functions, signal and image processing, genetic algorithms, ODE
solvers, and others.

%files
%doc doc/README.txt THANKS.txt LICENSE.txt
%dir %{py_platsitedir}/%{module}
%{py_platsitedir}/%{module}/*
%{py_platsitedir}/%{module}-*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}
%patch0 -p1

cat > site.cfg << EOF
[amd]
library_dirs = %{_libdir}
include_dirs = /usr/include/suitesparse:/usr/include/ufsparse
amd_libs = amd

[umfpack]
library_dirs = %{_libdir}
include_dirs = /usr/include/suitesparse:/usr/include/ufsparse
umfpack_libs = umfpack
EOF

%build
env \
	FFLAGS="%{optflags} -fPIC -O3 -DNO_ATLAS_INFO" \
	CFLAGS="%{optflags} -fPIC -O3 -DNO_ATLAS_INFO" \
	ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} \
	python setup.py config_fc --fcompiler=gnu95 --noarch build

%install
env \
	FFLAGS="%{optflags} -fPIC -O3 -DNO_ATLAS_INFO" \
	CFLAGS="%{optflags} -fPIC -O3 -DNO_ATLAS_INFO" \
	ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} \
	python setup.py install --root=%{buildroot}

find %{buildroot}%{python_sitearch}/scipy -type d -name tests | xargs rm -rf # Don't ship tests
# Don't ship weave examples, they're marked as documentation:
find %{buildroot}%{python_sitearch}/scipy/weave -type d -name examples | xargs rm -rf

%check
pushd doc &> /dev/null
PYTHONPATH=%{buildroot}%{py_platsitedir} python -c "import scipy; scipy.test()"
popd &> /dev/null


%changelog

* Thu Jun 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.1-1
- (71e722e) New version 0.17.1
- (71e722e) Use blas instead of atlas (follow python-numpy)
- (71e722e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14130 |14cu|python-selenium-2.48.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	selenium

Summary:	Python bindings for Selenium

Name:		python-%{module}
Version:	2.48.0
Release:	1
Source0:	http://pypi.python.org/packages/source/s/selenium/selenium-%{version}.tar.gz
License:	Apache License
Group:		Development/Python
Url:		http://pypi.python.org/pypi/selenium
BuildRequires:	python-devel, python-setuptools

%description
Selenium Python Client Driver is a Python language binding for
Selenium Remote Control (version 1.0 and 2.0).

Currently the remote protocol, Firefox and Chrome for Selenium 2.0 are
supported, as well as the Selenium 1.0 bindings.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= python setup.py install \
        --root=%{buildroot} \
	--install-lib=%{py_platsitedir} \
	--install-data=%{py_platsitedir}

# Fix for x86_64 described in 
# http://code.google.com/p/selenium/issues/detail?id=2852
pushd %{buildroot}%{py_platsitedir}/selenium/webdriver/firefox
cp -f x86/x_ignore_nofocus.so amd64/x_ignore_nofocus.so
popd

%clean

%files 
%{py_platsitedir}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.48.0-1
- (0383732) Updated to 2.48.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14131 |14cu|python-serial-3.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			python-serial
Version:		3.0.1
Release:		3

Summary:	Python serial port extension
License:	Python license
Group:          Development/Python
URL:		https://pypi.python.org/pypi/pyserial/
Source0:	https://pypi.python.org/packages/source/p/pyserial/pyserial-%{version}.tar.gz

BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	dos2unix

Obsoletes:	pyserial < %{version}-%{release}
Provides:	pyserial = %{version}-%{release}

%description
This module encapsulates the access for the serial port.
It provides backends for Python running on Windows, Linux, BSD (possibly any 
POSIX compilant system) and Jython. The module named "serial" automatically 
selects the appropriate backend.

%prep
%setup -q -n pyserial-%{version}

#fix shebangs
perl -pi -e "s/#! python/#!\/usr\/bin\/env python/" serial/*.py
perl -pi -e "s/#!jython/#!\/usr\/bin\/env jython/" serial/*.py

#fix EOL
dos2unix examples/port_publisher.py

%install
python setup.py install --root %{buildroot}

%clean

%files
%doc LICENSE.txt PKG-INFO examples
%{_bindir}/miniterm.py
%{py_puresitedir}/serial
%{py_puresitedir}/pyserial-%{version}-py%{py_ver}.egg-info


%changelog

* Mon Jan 25 2016 Denis Silakov <denis.silakov@rosalab.ru> 3.0.1-3
- (1d84174) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14132 |14cu|python-service_identity-14.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	service_identity

Name:		python-%{oname}
Version:	14.0.0
Release:	1
Summary:	Service identity verification for pyOpenSSL
Source0:	http://pypi.python.org/packages/source/s/%{oname}/%{oname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		https://github.com/pyca/service_identity
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
Requires:	pythonegg(characteristic) >= 14.3.0
Requires:	pythonegg(pyasn1-modules)

%description
===========================================
Service Identity Verification for pyOpenSSL
===========================================

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS.rst
%doc LICENSE
%doc README.rst
%doc docs/changelog.rst
%doc docs/license.rst
%{py_puresitedir}/service_identity/*.py*
%{py_puresitedir}/service_identity*.egg-info

%changelog
* Sun Jan 04 2015 abfonly <abfonly@gmail.com> 14.0.0-1
+ Revision: 1889429
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14133 |14cu|python-setproctitle-1.1.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	setproctitle

Name:		python-%{module}
Version:	1.1.10
Release:	1
Summary:	A library allowing a process to change its title
License:	BSD
Group:		Development/Python
Url:		https://github.com/dvarrazzo/py-setproctitle/
Source0:	https://pypi.io/packages/source/s/%{module}/%{module}-%{version}.tar.gz

BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)

%description
The library allows a process to change its title (as displayed by system tools
such as ps and top).
Changing the title is mostly useful in multi-process systems, for example when
a master process is forked: changing the children's title allows to identify
the task each process is busy with.

%files
%doc HISTORY.rst README.rst
%{py_platsitedir}/%{module}.so
%{py_platsitedir}/%{module}-%{version}-py%{py_ver}.egg-info
#--------------------------------------------------------------------
%package -n	python3-%{module}
Summary:	A library allowing a process to change its title
Group:		Development/Python

BuildRequires:	python3egg(setuptools)
BuildRequires:	pkgconfig(python3)

%description -n	python3-%{module}
The library allows a process to change its title (as displayed by system tools
such as ps and top).
Changing the title is mostly useful in multi-process systems, for example when
a master process is forked: changing the children's title allows to identify
the task each process is busy with.

This is the Python 3 version of the package.

%files -n python3-%{module}
%doc HISTORY.rst README.rst
%{py3_platsitedir}/%{module}.cpython-3?m*.so
%{py3_platsitedir}/%{module}-%{version}-py%{py3_ver}.egg-info
#--------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}

cp -a . %{py3dir}

%build
%py_build

pushd %{py3dir}
%py3_build
popd

%install
pushd %{py3dir}
%py3_install
popd

%py_install

%changelog

* Sun Oct 16 2016 abfonly <abfonly@gmail.com> 1.1.10-1
- (350bf3c) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14134 |14cu|python-singledispatch-3.4.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	singledispatch

Name:		python-%{module}
Version:	3.4.0.3
Release:	1
Summary:	This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3
Group:		Development/Python
License:	MIT
URL:		http://docs.python.org/3/library/functools.html#functools.singledispatch
Source0:	https://pypi.python.org/packages/source/s/%{module}/%{module}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	pkgconfig(python2)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(six)


%description
PEP 443 proposed to expose a mechanism in the functools standard library
module in Python 3.4 that provides a simple form of generic programming
known as single-dispatch generic functions.

This library is a backport of this functionality to Python 2.6 - 3.3.

#---------------------------------------------------------------------------

%package -n     python3-%{module}
Summary:        This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3
Group:          Development/Python
BuildArch:      noarch
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
BuildRequires:	python3egg(six)


%description -n python3-%{module}
PEP 443 proposed to expose a mechanism in the functools standard library
module in Python 3.4 that provides a simple form of generic programming
known as single-dispatch generic functions.

This library is a backport of this functionality to Python 2.6 - 3.3.

This is the Python 3 build of %{module}.

#---------------------------------------------------------------------------
%prep
%setup -q -n %{module}-%{version}

# Remove bundled egg-info
rm -rf %{module}.egg-info

# remove /usr/bin/env python from scripts
sed -i '1d' singledispatch.py
sed -i '1d' singledispatch_helpers.py

cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
python setup.py install --root=%{buildroot} --skip-build

pushd %{py3dir}
python3 setup.py install --root=%{buildroot} --skip-build
popd

%check
python setup.py test

pushd %{py3dir}
python3 setup.py test
popd

%files
%doc README.rst
%{py_puresitedir}/%{module}.py*
%{py_puresitedir}/%{module}_helpers.py*
%{py_puresitedir}/%{module}-%{version}-py%{py_ver}.egg-info

%files -n python3-%{module}
%doc README.rst
%{py3_puresitedir}/%{module}.py*
%{py3_puresitedir}/%{module}_helpers.py*
%{py3_puresitedir}/%{module}-%{version}-py%{py3_ver}.egg-info



%changelog

* Tue Apr 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.4.0.3-1
- (3cb7b43) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14135 |14cu|python-spread-1.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python wrapper for Spread client libraries
Name:		python-spread
Version:	1.5
Release:	6
Group:		Development/Python
License:	BSD-style
URL:		http://www.zope.org/Members/tim_one/spread/
Source0:	http://old.zope.org/Members/tim_one/spread/SpreadModule-%{version}/SpreadModule-%{version}.tgz
Patch0:		SpreadModule-1.5-fix-for-spread4.patch
Requires:	spread >= 4.0.0
BuildRequires:	python-devel
BuildRequires:	spread-devel >= 4.0.0
Epoch:		1

%description
This package contains a simple Python wrapper module for the Spread toolkit.
The wrapper is known to be compatible with Python 2.3 and 2.4. It may work
with earlier Pythons, but this has not been tested.

%prep

%setup -q -n SpreadModule-%{version}
%patch0 -p1

%build

python setup.py build_ext

%install
python setup.py install --root %{buildroot} --record=INSTALLED_FILES

%files -f INSTALLED_FILES
%doc CHANGES doc.txt LICENSE README TODO.txt

%changelog

* Fri Nov 20 2015 Denis Silakov <dsilakov@gmail.com> 1:1.5-6
- (eb93dfe) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14136 |14cu|python-sqlalchemy-migrate-0.9.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module sqlalchemy-migrate

%define debug_package %{nil}

Name:           python-%{module}
Version:        0.9.7
Release:        2
License:        MIT
Source:         http://pypi.python.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-%{version}.tar.gz
Group:          Development/Python
Summary:        Database schema migration for SQLAlchemy
BuildRequires:  python-py
Url:            http://pypi.python.org/pypi/sqlalchemy-migrate
BuildRequires:  python-setuptools
Requires:       python-nose >= 0.10
Requires:       python-sqlalchemy >= 0.5
Requires:       python-sphinx >= 0.5
Requires:       python-tempita
Requires:       python-decorator

%description
Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with
database schema changes in SQLAlchemy projects.

Migrate extends SQLAlchemy to have database changeset handling. It provides a
database change repository mechanism which can be used from the command line as
well as from inside python code.

%prep
%setup -q -n %module-%version

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root %{buildroot} --install-purelib=%{py_platsitedir}

%clean

%files 
%doc PKG-INFO  
%{_bindir}/migrate*
%{py_platsitedir}/*



%changelog

* Wed Oct 07 2015 dsilakov <denis.silakov@rosalab.ru> 0.9.7-2
- (bb0d765) Merge pull request #2 from changhse/python-sqlalchemy-migrate:rosa2014.1
- (bb0d765) updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14137 |14cu|python-sqlobject-2.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Object-Relational Manager, aka database wrapper for python

Name: python-sqlobject
Version: 2.1.2
Release: 1
URL: http://sqlobject.org/
Source0: http://pypi.python.org/packages/source/S/SQLObject/SQLObject-%{version}.tar.gz
License: LGPL
Group: Development/Python
BuildArch: noarch
BuildRequires: python-devel python-setuptools
Requires: python

%description
Classes created using SQLObject wrap database rows, presenting a
friendly-looking Python object instead of a database/SQL interface.
Emphasizes convenience.  Works with MySQL, PostgreSQL, SQLite, Firebird.

%prep
%setup -n SQLObject-%{version} -q

%build
python setup.py build

%install
python setup.py install --root %{buildroot}
rm -Rf %{buildroot}/%{_bindir}/easy_install

%clean

%files
%doc docs
%{py_puresitedir}/*
%{_bindir}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.1.2-1
- (e01de05) Updated to 2.1.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14138 |14cu|python-sqlparse-0.1.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pypi_name sqlparse

Name:           python-sqlparse
Version:        0.1.16
Release:        1
Group:          Development/Python
Summary:        Non-validating SQL parser

License:        BSD
URL:            https://github.com/andialbrecht/sqlparse
Source0:        https://pypi.python.org/packages/source/s/sqlparse/sqlparse-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python-devel
BuildRequires:  python-sphinx
BuildRequires:  python-setuptools
 
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools


%description
``sqlparse`` is a non-validating SQL parser module.
It provides support for
parsing, splitting and formatting SQL statements.


%package -n     python3-%{pypi_name}
Summary:        Non-validating SQL parser
Group:          Development/Python


%description -n python3-%{pypi_name}
``sqlparse`` is a non-validating SQL parser module.
It provides support for
parsing, splitting and formatting SQL statements.


%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

# generate html docs 
sphinx-build docs/source html
# remove the sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}

cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'


%build
python2 setup.py build

pushd %{py3dir}
python3 setup.py build
popd


%install
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
mv %{buildroot}%{_bindir}/sqlformat %{buildroot}/%{_bindir}/python3-sqlformat
popd

python2 setup.py install --skip-build --root %{buildroot}


%files
%doc html README.rst
%{_bindir}/sqlformat
%{py_puresitedir}/%{pypi_name}
%{py_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info


%files -n python3-%{pypi_name}
%doc html README.rst
%{_bindir}/python3-sqlformat
%{py3_puresitedir}/%{pypi_name}
%{py3_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info


%changelog

* Thu Oct 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.16-1
- (db85a73) Added setuptools BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14139 |14cu|python-stevedore-1.15.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname stevedore

Name:           python-%{oname}
Version:        1.15.0
Release:        1
Summary:        Manage dynamic plugins for Python applications
Group:          Development/Python
License:        ASL 2.0
URL:            https://github.com/dreamhost/%{oname}
Source0:        http://pypi.python.org/packages/source/s/%{oname}/%{oname}-%{version}.tar.gz

BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(pbr)
BuildRequires:  pythonegg(nose)
BuildRequires:  pythonegg(mock)
BuildRequires:  pythonegg(testtools)
BuildRequires:  pythonegg(oslotest)
BuildRequires:  pythonegg(pillow)
BuildRequires:  pythonegg(sphinx)
BuildRequires:  pythonegg(mock)
BuildRequires:  pythonegg(coverage)
BuildRequires:  pythonegg(testrepository)
BuildRequires:  pythonegg(discover)
BuildRequires:  pythonegg(oslosphinx)
Requires:       pythonegg(setuptools)
Requires:       pythonegg(six)
Requires:       pythonegg(pbr)
BuildArch:      noarch

%description 
Manage dynamic plugins for Python applications.
%files 
%doc README.rst LICENSE
%{py_puresitedir}/%{oname}
%{py_puresitedir}/%{oname}-%{version}-py?.?.egg-info
#--------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
# we have newer modules
rm -fr requirements.txt

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root=%{buildroot}
find %{buildroot} -size 0 -delete

%check
PYTHONPATH=. nosetests-%{py_ver}




%changelog

* Sat Jun 18 2016 abfonly <abfonly@gmail.com> 1.15.0-1
- (6d36569) Log: Update to 1.15.0
- (6d36569) backported missing BR and Req
- (6d36569) fixed and enabled tests
- (6d36569) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14140 |14cu|python-subunit-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  subunit

Name:           python-%{module}
Version:        1.2.0
Release:        1
Summary:        Python implementation of subunit test streaming protocol
Group:          Development/Python
License:        ASL 2.0
URL:            https://launchpad.net/testrepository
Source0:        https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildArch:      noarch

%description
Subunit is a streaming protocol for test results.

%files
%doc NEWS README.rst
%{_bindir}/%{module}*
%{_bindir}/tap2%{module}
%{py_puresitedir}/*
#-----------------------------------------------------------------
%package -n     python3-%{module}
Summary:        Python 3 implementation of subunit test streaming protocol
Group:          Development/Python
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildArch:      noarch

%description -n python3-%{module}
Subunit is a streaming protocol for test results.
This is the Python 3 version of the package.

%files -n python3-%{module}
%doc NEWS README.rst
%{_bindir}/python3-%{module}*
%{_bindir}/python3-tap2%{module}
%{py3_puresitedir}/*
#-----------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}

# Remove bundled egg-info
rm -rf python_%{module}.egg-info
cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
  cd %{buildroot}%{_bindir}
  mv subunit-1to2 python3-subunit-1to2
  mv subunit2gtk python3-subunit2gtk
  mv subunit2pyunit python3-subunit2pyunit
  mv subunit-filter python3-subunit-filter
  mv subunit-notify python3-subunit-notify
  mv subunit-stats python3-subunit-stats
  mv tap2subunit python3-tap2subunit
  mv subunit2csv python3-subunit2csv
  mv subunit2junitxml python3-subunit2junitxml
  mv subunit-2to1 python3-subunit-2to1
  mv subunit-ls python3-subunit-ls
  mv subunit-output python3-subunit-output
  mv subunit-tags python3-subunit-tags
popd

python setup.py install --skip-build --root %{buildroot}

pushd %{buildroot}%{py3_puresitedir}/%{module}
chmod +x tests/sample-two-script.py \
  tests/sample-script.py \
  run.py
popd

pushd %{buildroot}%{py_puresitedir}/%{module}
chmod +x tests/sample-two-script.py \
  tests/sample-script.py \
  run.py
popd


%changelog

* Fri Jun 17 2016 abfonly <abfonly@gmail.com> 1.2.0-1
- (316bc04) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14141 |14cu|python-swiftclient-2.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       python-swiftclient
Version:    2.0.3
Release:    1
Summary:    Client Library for OpenStack Object Storage API
License:    ASL 2.0
Group:      Development/Python
URL:        http://pypi.python.org/pypi/%{name}
Source0:    http://pypi.python.org/packages/source/p/python-swiftclient/%{name}-%{version}.tar.gz
# fedora patch
Patch0001: 0001-Remove-builtin-requirements-handling.patch

BuildRequires: pkgconfig(python)
BuildRequires: pythonegg(setuptools)
BuildRequires: pythonegg(d2to1)
BuildRequires: pythonegg(pbr)
BuildRequires: pythonegg(requests)
BuildRequires: pythonegg(sphinx)
BuildRequires: pythonegg(six)

Requires:    pythonegg(python-keystoneclient)
Requires:    pythonegg(requests)

Conflicts:  openstack-swift

BuildArch:  noarch

%description
Client library and command line utility for interacting with Openstack
Object Storage API.


%prep
%setup -q

%patch0001 -p1
rm -f test-requirements.txt requirements.txt
rm -rf python_swiftclient.egg-info

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

# build html docs
export PYTHONPATH="$( pwd ):$PYTHONPATH"
pushd doc
make html
popd

# manpage
install -p -D -m 644 doc/manpages/swift.1 %{buildroot}%{_mandir}/man1/swift.1

# Fix linting
rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo

%files
%doc LICENSE README.rst doc/build/html
%{_bindir}/swift
%{py_puresitedir}/swiftclient
%{py_puresitedir}/*.egg-info
%{_mandir}/man1/swift.1*

%changelog

* Mon Mar 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-1
- (7f546ce) Updated to 2.0.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14142 |14cu|python-sympy-0.7.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	sympy

Summary:	Python library for symbolic mathematics

Name:		python-%{module}
Version:	0.7.6.1
Release:	1
License:	BSD
Group:		Development/Python
Url:		http://sympy.googlecode.com/
Source0:	https://github.com/sympy/sympy/releases/download/sympy-0.7.6.1/sympy-%{version}.tar.gz
Patch0:		sympy-0.7.6-strip-internal-mpmath.patch
Patch1:		https://github.com/AadityaNair/sympy/commit/1be64700c1063eff2b2747ce63ca03eac797b4a4.patch
Patch2:		https://github.com/debugger22/sympy/commit/d3d3bd01bc5f625055bfa7247efc1e8cdeef0b33.patch
Requires: 	python-numpy
Requires: 	python-mpmath
Requires: 	python(abi) = 2.7

Suggests:	python-gmpy >= 1.03
Suggests:	python-pyglet


BuildRequires:  python-devel
BuildRequires:  librsvg
BuildRequires:  imagemagick
BuildRequires:	python-sphinx
BuildRequires:	python-docutils
BuildRequires:	python-mpmath
BuildRequires:  gettext
BuildRequires:  graphviz

BuildArch:	noarch

%description
SymPy is a Python library for symbolic mathematics. It aims to become
a full-featured computer algebra system (CAS) while keeping the code
as simple as possible in order to be comprehensible and easily
extensible. SymPy is written entirely in Python and does not require
any external libraries, except optionally for plotting support.

%prep
%setup -q -n %{module}-%{version}

%patch0 -p0 -b .mpmath
%patch1 -p1
%patch2 -p1

# Use python-mpmath package
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-python/sympy/sympy-0.7.1.ebuild?revision=1.2&view=markup
rm -rf sympy/mpmath doc/src/modules/mpmath
rm -rf %{name}-%{version}/sympy/mpmath %{name}-%{version}/doc/src/module/mpmath


%build

%install
python setup.py install --root=%{buildroot}
%make -C doc html

# happy linting
rm -rf doc/_build/html/.buildinfo
rm -rf %{buildroot}%{_bindir}/test %{buildroot}%{_bindir}/doctest %{buildroot}%{_bindir}/py.bench
rm -rf %{buildroot}%{py_puresitedir}/sympy/strategies/tests/test_strat.py
chmod +x %{buildroot}%{py_puresitedir}/sympy/utilities/tests/diagnose_imports.py
#

%files 
%doc AUTHORS LICENSE examples/ doc/_build/html
%{_bindir}/isympy
%{_mandir}/man1/isympy.*
%dir %{py_puresitedir}/%{module}
%{py_puresitedir}/%{module}/*
%{py_puresitedir}/%{module}-*.egg-info

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.7.6.1-1
- (78ab2d3) Updated to 0.7.6.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14143 |14cu|python-tables-3.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	tables

Summary: 	Hierarchical datasets in Python

Name: 	 	python-%{module}
Version: 	3.2.2
Release: 	1
Source0: 	http://pypi.python.org/packages/source/t/tables/tables-%{version}.tar.gz
License: 	BSD
Group: 	 	Development/Python
Url: 	 	http://www.pytables.org
Requires: 	python-numpy >= 1.4.1
Requires:	python-numexpr >= 1.4.1
BuildRequires:	python-numpy >= 1.4.1
BuildRequires:	python-numpy-devel >= 1.4.1
BuildRequires:	python-numexpr >= 1.4.1
BuildRequires: 	hdf5-devel >= 1.6.10
BuildRequires:	bzip2-devel
BuildRequires:	liblzo-devel
BuildRequires:	python-cython >= 0.13
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
BuildRequires:	python-sphinx
BuildRequires:	pkgconfig(lapack)
%rename python-pytables

%description
PyTables is a Python package for managing hierarchical datasets
designed to efficiently and easily cope with extremely large amounts
of data. It is built on top of the HDF5 library and the NumPy package
(numarray and Numeric are also supported). PyTables features an
object-oriented interface and performance-critical extensions coded in
C (generated using Pyrex) that make it a fast yet extremely
easy-to-use tool for interactively processing and searching through
very large amounts of data. PyTables also optimizes memory and disk
resources so that data occupies much less space than with other
solutions such as relational or object-oriented databases (especially
when compression is used).

%package	doc
Group:		Development/Python
Summary:	Documentation for PyTables

BuildArch:	noarch

%description doc
The %{name}-doc package contains the documentation related to 
PyTables.

%package -n python3-%{module}
Summary:        Hierarchical datasets in Python 3

Group:          Development/Python
Requires: 	python3-numpy
Requires:	python3-numexpr
BuildRequires:	python3-numpy
BuildRequires:	python3-numpy-devel
BuildRequires:	python3-numexpr
BuildRequires:	python3-distribute
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-cython

%description -n python3-%{module}
PyTables is a Python 3 package for managing hierarchical datasets
designed to efficiently and easily cope with extremely large amounts
of data. It is built on top of the HDF5 library and the NumPy package
(numarray and Numeric are also supported). PyTables features an
object-oriented interface and performance-critical extensions coded in
C (generated using Pyrex) that make it a fast yet extremely
easy-to-use tool for interactively processing and searching through
very large amounts of data. PyTables also optimizes memory and disk
resources so that data occupies much less space than with other
solutions such as relational or object-oriented databases (especially
when compression is used).


%prep 
%setup -qc
mv %{module}-%{version} python2
cp -a python2 python3

find python3/utils -name 'pt*' | xargs sed -i '1s|^#!/usr/bin/env python|#!python3|'

%build
export LIBS="dl m"
pushd python2
CFLAGS="%{optflags}" python setup.py build
popd

pushd python3
CFLAGS="%{optflags}" python3 setup.py build
popd

%install
pushd python3
python3 setup.py install -O1 --skip-build --root %{buildroot}
mv %{buildroot}/usr/bin/pt2to3 %{buildroot}/usr/bin/pt2to33
mv %{buildroot}/usr/bin/ptdump %{buildroot}/usr/bin/ptdump3
mv %{buildroot}/usr/bin/ptrepack %{buildroot}/usr/bin/ptrepack3
popd

pushd python2
chmod -x examples/check_examples.sh
for i in utils/*; do sed -i 's|bin/env |bin/|' $i; done
python setup.py install -O1 --skip-build --root=%{buildroot}
popd

%check
pushd python3
libdir=`ls build/|grep lib`
export PYTHONPATH=`pwd`/build/$libdir
echo "import tables; tables.test()" > bench/check_all.py
python3 bench/check_all.py
popd

pushd python2
libdir=`ls build/|grep lib`
export PYTHONPATH=`pwd`/build/$libdir
echo "import tables; tables.test()" > bench/check_all.py
python bench/check_all.py
popd


%files
%doc python2/*.txt python2/LICENSES
%{_bindir}/pt2to3
%{_bindir}/ptdump
%{_bindir}/pttree
%{_bindir}/ptrepack
%{py_platsitedir}/%{module}
%{py_platsitedir}/%{module}-%{version}-py*.egg-info

%files doc
%doc python2/examples/
%doc python2/doc/html/

%files -n python3-%{module}
%doc python3/*.txt python3/LICENSES
%{_bindir}/pt2to33
%{_bindir}/ptdump3
%{_bindir}/ptrepack3
%{py3_platsitedir}/%{module}
%{py3_platsitedir}/%{module}-%{version}-py*.egg-info


%changelog

* Thu Jun 09 2016 Denis Silakov <dsilakov@gmail.com> 3.2.2-1
- (ddf4398) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14144 |14cu|python-tempita-0.5.3dev-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Tempita

Summary:	A very small text templating language

Name:		python-tempita
Version:	0.5.3dev
Release:	5
Source0:	http://pypi.python.org/packages/source/T/Tempita/Tempita-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pythonpaste.org/tempita/
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
Tempita is a small templating language for text substitution.

This isn't meant to be the Next Big Thing in templating; it's just a
handy little templating language for when your project outgrows
string.Template or % substitution. It's small, it embeds Python in
strings, and it doesn't do much else.

%package -n python3-%{tarname}
Summary:	A very small text templating language
Group:		Development/Python
BuildRequires:	python3-setuptools

%description -n python3-%{tarname}
Tempita is a small templating language for text substitution.

This isn't meant to be the Next Big Thing in templating; it's just a
handy little templating language for when your project outgrows
string.Template or % substitution. It's small, it embeds Python in
strings, and it doesn't do much else.

This is a python-3 package.

%prep
%setup -q -n %{tarname}-%{version}
rm -rf %{py3dir}
cp -a . %{py3dir}

%install
pushd %{py3dir}
PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot} --record=FILE_LIST
popd
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST

%files -n python3-%{tarname}
%defattr(-,root,root,-)
/usr/lib/python3.4/site-packages/Tempita-*.egg-info/
/usr/lib/python3.4/site-packages/tempita/

%changelog

* Wed Jun 01 2016 Denis Silakov <dsilakov@gmail.com> 0.5.3dev-5
- (78c248d) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14145 |14cu|python-termcolor-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	termcolor

Name:		python-%{module}
Version:	1.1.0
Release:	1
Summary:	ANSII Color formatting for output in terminal
License:	MIT
Group:		Development/Python
Url:		https://github.com/dvarrazzo/py-setproctitle/
Source0:	https://pypi.io/packages/source/s/%{module}/%{module}-%{version}.tar.gz
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)

BuildArch:	noarch

%description
%{summary}.

%files
%doc *.rst *.txt
%{py_puresitedir}/%{module}.py
%{py_puresitedir}/%{module}-%{version}-py*.egg-info
#--------------------------------------------------------------------
%package -n	python3-%{module}
Summary:	A library allowing a process to change its title
Group:		Development/Python

BuildRequires:	python3egg(setuptools)
BuildRequires:	pkgconfig(python3)

%description -n	python3-%{module}
%{summary}.
This is the Python 3 version of the package.

%files -n python3-%{module}
%doc *.rst *.txt
%{py3_puresitedir}/%{module}.py
%{py3_puresitedir}/%{module}-%{version}-py*.egg-info
#--------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}

cp -a . %{py3dir}

%build
%py_build

pushd %{py3dir}
%py3_build
popd

%install
pushd %{py3dir}
%py3_install
popd

%py_install

%changelog

* Sun Oct 16 2016 abfonly <abfonly@gmail.com> 1.1.0-1
- (4bd9e33) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14146 |14cu|python-testrepository-0.0.20-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module testrepository

Name:           python-%{module}
Version:        0.0.20
Release:        1
Summary:        A repository of test results
Group:          Development/Python
License:        ASL 2.0
URL:            https://launchpad.net/testrepository
Source0:        http://pypi.python.org/packages/source/t/%{module}/%{module}-%{version}.tar.gz
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(fixtures)
BuildRequires:  pythonegg(python-subunit)
BuildRequires:  pythonegg(testtools)
BuildRequires:  pythonegg(extras)
BuildRequires:  pythonegg(testresources)
BuildRequires:  pythonegg(testscenarios)
BuildRequires:  pythonegg(pytz)

Requires:       pythonegg(fixtures)
Requires:       pythonegg(python-subunit)
Requires:       pythonegg(testtools)
Requires:       pythonegg(extras)
BuildArch:      noarch

%description
Provides a database of test results which can be used to
support easy developer workflows, supporting functionality
like isolating failing tests. Testrepository is compatible
with any test suite that can output subunit. This includes any
TAP test suite and any pyunit compatible test suite.

%files
%doc README.txt Apache-2.0
%{_bindir}/testr
%{py_puresitedir}/%{module}
%{py_puresitedir}/%{module}-%{version}-py?.?.egg-info
#-------------------------------------------------------------------

%package -n python3-%{module}
Summary:        A repository of test results (for Python 3)
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3egg(fixtures)
BuildRequires:  python3egg(python-subunit)
BuildRequires:  python3egg(testtools)
BuildRequires:  python3egg(extras)
BuildRequires:  python3egg(testresources)
BuildRequires:  python3egg(testscenarios)
BuildRequires:  python3egg(pytz)

Requires:       python3egg(fixtures)
Requires:       python3egg(python-subunit)
Requires:       python3egg(testtools)
Requires:       python3egg(extras)

%description -n python3-%{module}
Provides a database of test results which can be used to
support easy developer workflows, supporting functionality
like isolating failing tests. Testrepository is compatible
with any test suite that can output subunit. This includes any
TAP test suite and any pyunit compatible test suite.

This package is for Python 3.

%files -n python3-%{module}
%doc README.txt Apache-2.0
%{_bindir}/python3-testr
%{py3_puresitedir}/%{module}
%{py3_puresitedir}/%{module}-%{version}-py?.?.egg-info

#-------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}
# Remove bundled egg-info
rm -rf %{module}.egg-info

cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd


%install
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
mv %{buildroot}%{_bindir}/testr %{buildroot}%{_bindir}/python3-testr
popd

python setup.py install --skip-build --root %{buildroot}

%check
pushd %{py3dir}
python3 setup.py test ||:
popd

python setup.py test  

%changelog

* Sat Jun 18 2016 abfonly <abfonly@gmail.com> 0.0.20-1
- (851342a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14147 |14cu|python-testresources-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module testresources

Name:           python-%{module}
Version:        1.0.0
Release:        1
Summary:        Testresources, a pyunit extension for managing expensive test resources
Group:          Development/Python
License:        ASL 2.0
URL:            https://launchpad.net/testresources
Source0:        https://pypi.python.org/packages/source/t/%{module}/%{module}-%{version}.tar.gz
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(testtools)
BuildRequires:  pythonegg(fixtures)
BuildArch:      noarch

%description
testresources: extensions to python unittest to allow declarative use
of resources by test cases.

%files
%doc README NEWS doc
%{py_puresitedir}/%{module}
%{py_puresitedir}/%{module}-%{version}-py?.?.egg-info
#---------------------------------------------------------------------------------------

%package -n python3-%{module}
Summary:        Testresources, a pyunit extension for managing expensive test resources
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3egg(testtools)
BuildRequires:  python3egg(fixtures)

%description -n python3-%{module}
testresources: extensions to python unittest to allow declarative use
of resources by test cases.

%files -n python3-%{module}
%doc README NEWS doc
%{py3_puresitedir}/%{module}
%{py3_puresitedir}/%{module}-%{version}-py?.?.egg-info
#---------------------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}
# Remove bundled egg-info
rm -rf lib/%{module}.egg-info

cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd

python setup.py install --skip-build --root %{buildroot}

%check
python setup.py test || :

pushd %{py3dir}
python3 setup.py test || :
popd

%changelog

* Sat Jun 18 2016 abfonly <abfonly@gmail.com> 1.0.0-1
- (ce823d5) tests fail randomly on abf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14148 |14cu|python-testscenarios-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	testscenarios

Name:		python-%{module}
Version:	0.5.0
Release:	2
Summary:	Testscenarios, a pyunit extension for dependency injection
Source0:	http://pypi.python.org/packages/source/t/%{module}/%{module}-%{version}.tar.gz
License:	Apache Software License
Group:		Development/Python
Url:		https://launchpad.net/testscenarios
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
testscenarios provides clean dependency injection for python unittest style
tests. This can be used for interface testing (testing many implementations via
a single test suite) or for classic dependency injection (provide tests with
dependencies externally to the test code itself, allowing easy testing in
different situations).

%files
%doc COPYING HACKING NEWS README
%{py_puresitedir}/testscenarios/*.py*
%{py_puresitedir}/testscenarios/tests/*.py*
%{py_puresitedir}/testscenarios*.egg-info
#---------------------------------------------------------------------------

%package -n python3-%{module}
Summary:	Testscenarios, a pyunit extension for dependency injection
BuildRequires:	python3egg(setuptools)
BuildRequires:	pkgconfig(python3)

%description -n python3-%{module}
testscenarios provides clean dependency injection for python unittest style
tests. This can be used for interface testing (testing many implementations via
a single test suite) or for classic dependency injection (provide tests with
dependencies externally to the test code itself, allowing easy testing in
different situations).

%files -n python3-%{module}
%doc COPYING HACKING NEWS README
%{py3_puresitedir}/testscenarios/*.py*
%{py3_puresitedir}/testscenarios/tests/*.py*
%{py3_puresitedir}/testscenarios*.egg-info
#---------------------------------------------------------------------------



%prep
%setup -qn %{module}-%{version}
# Remove bundled egg-info
rm -rf %{module}.egg-info
cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd

python setup.py install --root=%{buildroot}


%changelog

* Sat Jun 18 2016 abfonly <abfonly@gmail.com> 0.5.0-2
- (c66d0dc) Log: Build python3 module
- (c66d0dc) bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14149 |14cu|python-testtools-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global srcname testtools

Name:           python-%{srcname}
Version:        1.8.0
Release:        2
Summary:        Extensions to the Python standard library unit testing framework

Group:          Development/Python
License:        MIT
URL:            https://github.com/testing-cabal/testtools
Source0:        https://pypi.python.org/packages/source/t/%{srcname}/%{srcname}-%{version}.tar.gz
Patch0:         testtools-1.8.0-py3.patch
BuildArch:      noarch
BuildRequires:  pkgconfig(python2)
BuildRequires:  pythonegg(setuptools)

%description
testtools is a set of extensions to the Python standard library’s unit
testing framework. These extensions have been derived from many years
of experience with unit testing in Python and come from many different
sources.

%package -n     python3-%{srcname}
Summary:        Extensions to the Python standard library unit testing framework
Group:          Development/Python
BuildArch:      noarch
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)

%description -n python3-%{srcname}
testtools is a set of extensions to the Python standard library’s unit
testing framework. These extensions have been derived from many years
of experience with unit testing in Python and come from many different
sources.

%prep
%setup -q -n %{srcname}-%{version}

cp -a . %{py3dir}

pushd %{py3dir}
# make the Python 3 build load the Python 3.x compatibility library directly
%patch0 -p1 -b .py3

find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
rm testtools/_compat2x.py
popd

rm testtools/_compat3x.py

%build
pushd %{py3dir}
python3 setup.py build
popd

python setup.py build

%install
pushd %{py3dir}
python3 setup.py install -O1 --skip-build --root %{buildroot}
popd

python setup.py install -O1 --skip-build --root %{buildroot}

%files
%doc AUTHORS ChangeLog README.rst
%{py_puresitedir}/%{srcname}
%{py_puresitedir}/%{srcname}-%{version}-py*.*.egg-info

%files -n python3-%{srcname}
%doc AUTHORS ChangeLog README.rst
%{py3_puresitedir}/%{srcname}
%{py3_puresitedir}/%{srcname}-%{version}-py*.*.egg-info



%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 1.8.0-2
- (a7e6f6a) Fix BR for python3 submodule



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14150 |14cu|python-textile-2.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname textile
%define debug_package %{nil}

Name:           python-%{shortname}
Version:        2.2.2
Release:        1
Summary:        A Humane Web Text Generator

Group:          Development/Python
License:        BSD
URL:            http://dealmeida.net/projects/textile/
Source0:        http://pypi.python.org/packages/source/t/textile/textile-%{version}.tar.gz

BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
Textile is a XHTML generator using a simple markup developed by Dean Allen.
This is a Python port with support for code validation, itex to MathML
translation, Python code coloring and much more.

%prep
%setup -q -n %{shortname}-%{version}

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot} --install-purelib=%{py_platsitedir}
 
%files
%{py_platsitedir}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.2.2-1
- (95702b3) Updated to 2.2.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14151 |14cu|python-tinycss-0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-tinycss
Summary:        CSS parser for Python
Version:        0.3
Release:        1
Group:          System/Libraries
License:        BSD
URL:            http://pythonhosted.org/tinycss/
Source0:        https://github.com/SimonSapin/tinycss/archive/v%{version}.tar.gz

BuildRequires:  dos2unix
BuildRequires:  python-devel python-setuptools python-cython
#%if 0%{?with_python3}
#BuildRequires:  python3-devel python3-setuptools python3-Cython
#%endif # if with_python3

# Do not check .so files in the python_sitelib directory
# or any files in the application's directory for provides
#%global __provides_exclude_from ^(%{python_sitearch}|%{python3_sitearch})/.*\\.so$

%description
tinycss is a complete yet simple CSS parser for Python. It supports
the full syntax and error handling for CSS 2.1 as well as some CSS 3
modules. It is designed to be easy to extend for new CSS modules and
syntax, and integrates well with cssselect for Selectors 3 support.

#%if 0%{?with_python3}
#%package -n python3-tinycss
#Summary:        CSS parser for Python
#Group:          System Environment/Libraries
#
#%description -n python3-tinycss
#tinycss is a complete yet simple CSS parser for Python. It supports
#the full syntax and error handling for CSS 2.1 as well as some CSS 3
#modules. It is designed to be easy to extend for new CSS modules and
#syntax, and integrates well with cssselect for Selectors 3 support.
#%endif # if with_python3

%prep
%setup -q -n tinycss-%{version}
dos2unix LICENSE

#%if 0%{?with_python3}
#rm -rf %{py3dir}
#cp -a . %{py3dir}
#find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!/usr/bin/python|#!%{__python3}|'
#%endif # with_python3

%build
%{__python} setup.py build

#%if 0%{?with_python3}
#pushd %{py3dir}
#%{__python3} setup.py build
#popd
#%endif # with_python3

%install
%{__python} setup.py install --skip-build --prefix=%{_prefix} --root %{buildroot}

#%if 0%{?with_python3}
#pushd %{py3dir}
#%{__python3} setup.py install --skip-build --prefix=%{_prefix} --root %{buildroot}
#popd
#%endif # with_python3

%files
%doc LICENSE README.rst
%{python_sitearch}/*

#%if 0%{?with_python3}
#%files -n python3-tinycss
#%doc LICENSE README.rst
#%{python3_sitearch}/*
#%endif # with_python3


%changelog

* Wed May 20 2015 Rosa <rosa@abf.rosalinux.ru> 0.3-1
- (1028e14) Automatic import for version 0.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14152 |14cu|python-tornado-4.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname tornado
%define debug_package %{nil}
%define __noautoreq '.*backports.ssl-match-hostname.*'

Name:           python-%{oname}
Version:        4.4.2
Release:        1
Summary:        Scalable, non-blocking web server and tools
Group:          Development/Python
License:        ASL 2.0
URL:            http://www.tornadoweb.org
Source0:        https://files.pythonhosted.org/packages/source/t/%{oname}/%{oname}-%{version}.tar.gz
Source1:        %{name}.rpmlintrc
BuildRequires:	python-devel
Requires:	    python
Requires:       python-pycurl
Requires:       python-simplejson

%description
Tornado is an open source version of the scalable, non-blocking web server and
and tools.

The framework is distinct from most mainstream web server frameworks (and
certainly most Python frameworks) because it is non-blocking and reasonably
fast. Because it is non-blocking and uses epoll, it can handle thousands of
simultaneous standing connections, which means it is ideal for real-time web
services.

%package doc
Summary:        Examples for python-tornado

Group:          Development/Python
Requires:       %{name} = %{version}-%{release}

%description doc
Tornado is an open source version of the scalable, non-blocking web server and
and tools. This package contains some example applications.

%package -n python3-%{oname}
Summary:        Scalable, non-blocking web server and tools
Group:          Development/Python

BuildRequires:	python3-devel
Requires:	    python3
Requires:       python3-pycurl
Requires:       python3-simplejson

%description -n python3-%{oname}
Tornado is an open source version of the scalable, non-blocking web server and
and tools.

The framework is distinct from most mainstream web server frameworks (and
certainly most Python frameworks) because it is non-blocking and reasonably
fast. Because it is non-blocking and uses epoll, it can handle thousands of
simultaneous standing connections, which means it is ideal for real-time web
services.

%prep 
%setup -q -n %{oname}-%{version}

# remove shebang from files
%{__sed} -i.orig -e '/^#!\//, 1d' *py tornado/*.py tornado/*/*.py

# spurious permission fix
find demos/ -name "*.py" -exec chmod -x {} \;

# remove empty file
rm -rf demos/facebook/static/facebook.js

rm -rf %{_builddir}/python3-%{oname}
cp -a . %{_builddir}/python3-%{oname}

%build
python setup.py build
pushd %{_builddir}/python3-%{oname}
    python3 setup.py build
popd

%install
pushd %{_builddir}/python3-%{oname}
    python3 setup.py install --root=%{buildroot}
popd
python setup.py install --root=%{buildroot}

%files
%doc 
%{py_platsitedir}/%{oname}/
%{py_platsitedir}/%{oname}-%{version}-py%{py_ver}.egg-info/

%files doc
%doc demos

%files -n python3-%{oname}
%doc 
%{py3_platsitedir}/*

%changelog

* Fri Dec 09 2016 Denis Silakov <dsilakov@virtuozzo.com> 4.4.2-1
- (fa1623c) Updated to 4.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14153 |14cu|python-traceback2-1.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global srcname traceback2

Name:           python-%{srcname}
Version:        1.4.0
Release:        1
Summary:        Backports of the traceback module

Group:          Development/Python
License:        Python Software Foundation License
URL:            https://github.com/testing-cabal/traceback2
Source0:        https://pypi.python.org/packages/source/t/%{srcname}/%{srcname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  pkgconfig(python2)
BuildRequires:  pythonegg(setuptools)

%description
A backport of traceback to older supported Pythons.

%package -n     python3-%{srcname}
Summary:        Backports of the traceback module
Group:          Development/Python
BuildArch:      noarch
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)

%description -n python3-%{srcname}
A backport of traceback to older supported Pythons.

%prep
%setup -q -n %{srcname}-%{version}

cp -a . %{py3dir}

%build
pushd %{py3dir}
python3 setup.py build
popd

python2 setup.py build

%install
pushd %{py3dir}
python3 setup.py install -O1 --skip-build --root %{buildroot}
popd

python2 setup.py install -O1 --skip-build --root %{buildroot}

%files
%doc AUTHORS ChangeLog README.rst
%{py_puresitedir}/%{srcname}
%{py_puresitedir}/%{srcname}-%{version}-py%{py_ver}.egg-info

%files -n python3-%{srcname}
%doc AUTHORS ChangeLog README.rst
%{py3_puresitedir}/%{srcname}
%{py3_puresitedir}/%{srcname}-%{version}-py%{py3_ver}.egg-info



%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 1.4.0-1
- (56d9563) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14154 |14cu|python-traitlets-4.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pypi_name traitlets

Name:           python-traitlets
Version:        4.2.1
Release:        1
Group:          Development/Python
Summary:        Traitlets Python config system

License:        BSD
URL:            http://ipython.org
Source0:        https://pypi.python.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch
 
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python-sphinx
BuildRequires:  python-sphinx_rtd_theme

BuildRequires:  python3-devel
BuildRequires:  python3-setuptools


%description
A configuration system for Python applications.

%package -n     python3-%{pypi_name}
Summary:        Traitlets Python config system

%description -n python3-%{pypi_name}
A configuration system for Python applications.

%prep
%setup -q -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

# generate html docs 
sphinx-build docs/source html
# remove the sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}

%build
%py2_build
%py3_build

%install
# Must do the subpackages' install first because the scripts in /usr/bin are
# overwritten with every setup.py install (and we want the python2 version
# to be the default for now).
%py3_install
%py2_install

%files
%doc html 
%{py_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info
%{py_puresitedir}/traitlets/*

%files -n python3-%{pypi_name}
%doc html 
%{py3_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info
%{py3_puresitedir}/traitlets/*


%changelog

* Mon Jul 18 2016 Denis Silakov <dsilakov@gmail.com> 4.2.1-1
- (eb0075c) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14155 |14cu|python-trans-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	trans

Name:		python-%{oname}
Version:	2.0.1
Release:	1
Summary:	Python national characters transcription module

Source0:	http://pypi.python.org/packages/source/t/%{oname}/%{oname}-%{version}.tar.bz2
License:	MIT
Group:		Development/Python
Url:		http://pypi.python.org/pypi/%{oname}/
BuildArch:	noarch
BuildRequires:  pkgconfig(python)

%description
This module translates national characters into similar 
sounding latin characters (transliteration). 
At the moment, Czech, Greek, Latvian, Polish, 
Turkish, Russian, Ukrainian and Kazakh alphabets 
are supported (it covers 99% of needs).

%prep
%setup -qn %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README.rst
%{py_puresitedir}/*

%changelog

* Tue May 05 2015 Stas Fomin <stas-fomin@yandex.ru> 2.0.1-1
- (459be1c) Add python national characters transcription module.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14156 |14cu|python-transaction-1.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-transaction
Version:	1.6.1
Release:	1
Group:		Development/Python
License:	Zope Public License
Summary:	Transaction management for Python
Source:		https://pypi.io/packages/source/t/transaction/transaction-%{version}.tar.gz
URL:		https://pypi.io/project/transaction
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildArch:      noarch

%description
This package contains a generic transaction implementation for Python.
It is mainly used by the ZODB, though.

Note that the data manager API, transaction.interfaces.IDataManager,
is syntactically simple, but semantically complex. The semantics were
not easy to express in the interface. This could probably use more work.
The semantics are presented in detail through examples of a sample data
manager in transaction.tests.test_SampleDataManager.

%prep
%setup -q -n transaction-%{version}

%build

%install
PYTHONDONTWRITEBYTECODE=  python setup.py install --root=%{buildroot}

%files
%{py_puresitedir}/transaction/
%{py_puresitedir}/*.egg-info

%changelog

* Sat Jun 18 2016 Denis Silakov <dsilakov@gmail.com> 1.6.1-1
- (cb519eb) Updated to 1.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14157 |14cu|python-twiggy-0.4.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Twiggy
%define	module	twiggy

Summary:	A Pythonic logger package
Name:		python-%{module}
Version:	0.4.7
Release:	1
Source0:	http://pypi.python.org/packages/source/T/Twiggy/Twiggy-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://code.google.com/p/python-twiggy/
BuildArch:	noarch
BuildRequires:	python-sphinx
BuildRequires:	python-sphinxcontrib-googleanalytics

%description
Twiggy is a logging package with a more Pythonic interface than
Python's own logger package.

%prep
%setup -q -n %{tarname}-%{version}

%build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%files
%doc LICENSE
%{py_puresitedir}/%{tarname}*
%{py_puresitedir}/%{module}*




%changelog

* Fri Jun 10 2016 Denis Silakov <dsilakov@gmail.com> 0.4.7-1
- (53ad3f0) Updated to 0.4.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14158 |14cu|python-twisted-pair-15.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define directory_down %(echo %{version}|perl -n -e  '/^(\d+\.\d+).*$/; print \$1 ')
%define debug_package %{nil}

Summary:        A module to do low level tcp stuff with Twisted

Name:           python-twisted-pair
Version:        15.2.1
Release:        1
Source0:        http://twistedmatrix.com/Releases/Pair/15.2/TwistedPair-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/projects/pair/
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core
# do not work on x86_64 du to module loading issue
#BuildArch:      noarch
%description
A module to do low level tcp stuff with Twisted.


%prep
%setup -q -n TwistedPair-%{version}

%build
%__python setup.py build

%install
%__python setup.py install --root  %{buildroot} --install-purelib=%{py_platsitedir}

%files
%defattr(0644,root,root,0755)
%doc LICENSE README *
%{py_platsitedir}/*

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 15.2.1-1
- (03d440f) Updated to 15.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14159 |14cu|python-txsocksx-1.13.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	txsocksx

Name:		python-%{oname}
Version:	1.13.0.3
Release:	1
Summary:	Twisted client endpoints for SOCKS{4,4a,5}
Source0:	http://pypi.python.org/packages/source/t/%{oname}/%{oname}-%{version}.tar.gz
License:	ISC
Group:		Development/Python
Url:		https://github.com/habnabit/txsocksx
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)

%description
|txsocksx| is SOCKS4/4a and SOCKS5 client 
endpoints for `Twisted`_ 10.1 or
greater. The code is available on 
github: https://github.com/habnabit/txsocksx.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc COPYING
%doc README.rst
%doc requirements.txt
%doc version.txt
%{py_puresitedir}/txsocksx/*.py*
%{py_puresitedir}/txsocksx/test/*.py*
%{py_puresitedir}/txsocksx*.egg-info

%changelog
* Sun Jan 04 2015 abfonly <abfonly@gmail.com> 1.13.0.3-1
+ Revision: 2adc394
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14160 |14cu|python-unittest2-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	unittest2

Name:           python-%{module}
Version:        1.1.0
Release:        1
Summary:        Backport of new unittest features for Python 2.7 to Python 2.4+
Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/unittest2
Source0:        http://pypi.python.org/packages/source/u/%{module}/%{module}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  pythonegg(argparse)
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(six) >= 1.4
BuildRequires:  pythonegg(nose)
BuildRequires:  pythonegg(linecache2)
BuildRequires:  python-devel

%description
unittest2 is a backport of the new features added to the unittest
testing framework in Python 2.7. It has been tested to on Python 2.4 -
2.6.

To use unittest2 instead of unittest simply replace ``import
unittest`` with ``import unittest2``.

Classes in unittest2 derive from the equivalent classes in unittest,
so it should be possible to use the unittest2 test running infra-
structure without having to switch all your tests to using unittest2
immediately. Similarly, you can use the new assert methods on
``unittest2.TestCase`` with the standard unittest test running
infrastructure. Not all of the new features in unittest2 will work
with the standard unittest test loaders and runners, however.


%prep
%setup -q -n %{module}-%{version}

%build
python setup.py build

%install
python setup.py install --root %{buildroot}

%files
%doc README.txt
%{_bindir}/*
%{py_puresitedir}/%{module}/
%{py_puresitedir}/%{module}-%{version}-py*.*.egg-info/

%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 1.1.0-1
- (6bfb7bc) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14161 |14cu|python-urllib3-1.13.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module urllib3

Summary:       Python HTTP library with thread-safe connection pooling, file post, and more
Name:          python-%{module}
Version:       1.13.1
Release:       1
Source0:       https://pypi.python.org/packages/source/u/%{module}/%{module}-%{version}.tar.gz
Source1:       ssl_match_hostname_py3.py

License:       MIT
Group:         Development/Python
Url:           http://urllib3.readthedocs.org/
BuildArch:     noarch
BuildRequires: pkgconfig(python)
BuildRequires: python-setuptools
Requires:      rootcerts
Requires:      python-six
#Requires:      python-backports-ssl_match_hostname
# For unittests
BuildRequires:  python3-nose
BuildRequires:  python3-mock
BuildRequires:  python3-tornado
BuildRequires:  python-tornado
BuildRequires:  python-nose
BuildRequires:  python-mock
#BuildRequires:  python-backports-ssl_match_hostname
BuildRequires:  python-six
BuildRequires:  python3-six

%description
There are two critical features missing from the Python standard
library: Connection re-using/pooling and file posting. It's not
terribly hard to implement these yourself, but it's much easier to use
a module that already did the work for you.

The Python standard libraries urllib and urllib2 have little to do
with each other. They were designed to be independent and standalone,
each solving a different scope of problems, and urllib3 follows in a
similar vein.

%package -n python3-%{module}
Summary:       Python 3 HTTP library with thread-safe connection pooling, file post, and more
Group:         Development/Python
BuildRequires: pkgconfig(python3)
BuildRequires: python3-setuptools
BuildRequires: python3-six
Requires:      rootcerts
Requires:      python3-six

%description -n python3-%{module}
There are two critical features missing from the Python standard
library: Connection re-using/pooling and file posting. It's not
terribly hard to implement these yourself, but it's much easier to use
a module that already did the work for you.

The Python standard libraries urllib and urllib2 have little to do
with each other. They were designed to be independent and standalone,
each solving a different scope of problems, and urllib3 follows in a
similar vein.

%prep
%setup -q -n %{module}-%{version}

%apply_patches

cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
python setup.py install --skip-build --root %{buildroot}

rm -rf %{buildroot}/%{py_puresitedir}/urllib3/packages/six.py*
rm -rf %{buildroot}/%{py_puresitedir}/urllib3/packages/ssl_match_hostname/

mkdir -p %{buildroot}/%{py_puresitedir}/urllib3/packages/
ln -s ../../six.py %{buildroot}/%{py_puresitedir}/urllib3/packages/six.py
ln -s ../../six.pyc %{buildroot}/%{py_puresitedir}/urllib3/packages/six.pyc
ln -s ../../six.pyo %{buildroot}/%{py_puresitedir}/urllib3/packages/six.pyo
ln -s ../../backports/ssl_match_hostname %{buildroot}/%{py_puresitedir}/urllib3/packages/ssl_match_hostname

# dummyserver is part of the unittest framework
rm -rf %{buildroot}%{py_puresitedir}/dummyserver

pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}

# dummyserver is part of the unittest framework
rm -rf %{buildroot}%{py3_puresitedir}/dummyserver

rm -rf %{buildroot}/%{py3_puresitedir}/urllib3/packages/six.py*
rm -rf %{buildroot}/%{py3_puresitedir}/urllib3/packages/ssl_match_hostname/

mkdir -p %{buildroot}/%{py3_puresitedir}/urllib3/packages/
ln -s ../../six.py %{buildroot}/%{py3_puresitedir}/urllib3/packages/six.py
ln -s ../../six.pyc %{buildroot}/%{py3_puresitedir}/urllib3/packages/six.pyc
ln -s ../../six.pyo %{buildroot}/%{py3_puresitedir}/urllib3/packages/six.pyo
cp %{SOURCE1} %{buildroot}/%{py3_puresitedir}/urllib3/packages/ssl_match_hostname.py

popd

%pretrans -p <lua>
path = "%{py_puresitedir}/urllib3/packages/ssl_match_hostname"
st = posix.stat(path)
if st and st.type == "directory" then
  status = os.rename(path, path .. ".rpmmoved")
  if not status then
    suffix = 0
    while not status do
      suffix = suffix + 1
      status = os.rename(path .. ".rpmmoved", path .. ".rpmmoved." .. suffix)
    end
    os.rename(path, path .. ".rpmmoved")
  end
end

%pretrans -p <lua> -n python3-%{module}
path = "%{py3_puresitedir}/urllib3/packages/ssl_match_hostname"
st = posix.stat(path)
if st and st.type == "directory" then
  status = os.rename(path, path .. ".rpmmoved")
  if not status then
    suffix = 0
    while not status do
      suffix = suffix + 1
      status = os.rename(path .. ".rpmmoved", path .. ".rpmmoved." .. suffix)
    end
    os.rename(path, path .. ".rpmmoved")
  end
end

%files
%doc CHANGES.rst README.rst CONTRIBUTORS.txt
%{py_puresitedir}/*

%files -n python3-%{module}
%doc CHANGES.rst README.rst CONTRIBUTORS.txt
%{py3_puresitedir}/*




%changelog

* Tue Mar 22 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.13.1-1
- (daec7cd) Updated to 1.13.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14162 |14cu|python-urwid-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	urwid

Summary:	Full-featured Python console user interface library
Name: 		python-%{module}
Version: 	1.3.1
Release: 	1
Source0: 	https://pypi.python.org/packages/source/u/urwid/urwid-%{version}.tar.gz
License:	LGPL
Group: 		Development/Python
Url: 		http://excess.org/%{module}
BuildRequires:	python-setuptools
BuildRequires:	python-devel

%description
Urwid is a console user interface library. It includes many features
useful for text console application developers including :

* Applcations resize quickly and smoothly
* Automatic, programmable text alignment and wrapping
* Simple markup for setting text attributes within blocks of text
* Powerful list box with programmable content for scrolling all
  widget types
* Your choice of event loops: Twisted, Glib or built-in
  select-based loop
* Pre-built widgets include edit boxes, buttons, check
  boxes and radio buttons
* Display modules include raw, curses, and
  experimental LCD and web displays
* Support for UTF-8, simple 8-bit and CJK encodings
* 256 and 88 color mode support
* Python 3.2 support

%package -n python3-urwid
Summary:	Full-featured Python console user interface library
Group: 		Development/Python

BuildRequires:	python3-setuptools
BuildRequires:	python3-devel

%description -n python3-urwid
Urwid is a console user interface library. It includes many features
useful for text console application developers including :

* Applcations resize quickly and smoothly
* Automatic, programmable text alignment and wrapping
* Simple markup for setting text attributes within blocks of text
* Powerful list box with programmable content for scrolling all
  widget types
* Your choice of event loops: Twisted, Glib or built-in
  select-based loop
* Pre-built widgets include edit boxes, buttons, check
  boxes and radio buttons
* Display modules include raw, curses, and
  experimental LCD and web displays
* Support for UTF-8, simple 8-bit and CJK encodings
* 256 and 88 color mode support
* Python 3.2 support

%prep
%setup -q -n %{module}-%{version}
rm -rf %{_builddir}/python3-%{module}
cp -a . %{_builddir}/python3-%{module}


%build
%setup_compile_flags
python setup.py build
pushd %{_builddir}/python3-%{module}
    python3 setup.py build
popd    

%install
pushd %{_builddir}/python3-%{module}
    PYTHONDONTWRITEBYTECODE=  python3 setup.py install --root=%{buildroot}
popd 
PYTHONDONTWRITEBYTECODE=  python setup.py install --root=%{buildroot}

%files 
%{py_platsitedir}/*

%files -n python3-%{module}
%{py3_platsitedir}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.3.1-1
- (26eb398) Updated to 1.3.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14163 |14cu|python-waitress-0.8.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	waitress

Name:		python-%{oname}
Version:	0.8.8
Release:	1
Summary:	Waitress WSGI server
Source0:	http://pypi.python.org/packages/source/w/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		https://github.com/Pylons/waitress
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
Requires:	pythonegg(setuptools)

%description
Waitress is meant to be a production-quality pure-Python WSGI server with very
acceptable performance.  It has no dependencies except ones which live in the
Python standard library.  It runs on CPython on Unix and Windows under Python
2.6+ and Python 3.2+.  It is also known to run on PyPy 1.6.0+ on UNIX.  It
supports HTTP/1.0 and HTTP/1.1.

For more information, see the "docs" directory of the Waitress package or
http://docs.pylonsproject.org/projects/waitress/en/latest/ .


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc README.rst
%{_bindir}/waitress-serve
%{py_puresitedir}/waitress/*.py*
%{py_puresitedir}/waitress/tests/*.py*
%{py_puresitedir}/waitress/tests/fixtureapps/*.py*
%{py_puresitedir}/waitress*.egg-info
%{py_puresitedir}/waitress/tests/fixtureapps/groundhog1.jpg

%changelog

* Sat May 03 2014 symbianflo <symbianflo@symbianflo> 0.8.8-1
- (1815fce) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14164 |14cu|python-wcwidth-0.1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module wcwidth

Name:           python-%{module}
Version:        0.1.6
Release:        1
Summary:        Measures number of terminal column cells of wide-character codes
Group:          Development/Python
License:        MIT
URL:            https://github.com/jquast/wcwidth
Source0:        https://pypi.python.org/packages/source/w/wcwidth/%{module}-%{version}.tar.gz
BuildArch:      noarch

BuildRequires:  pkgconfig(python2)
BuildRequires:  pythonegg(setuptools)

%description
This library is mainly for those implementing a terminal emulator,
or programs that carefully produce output to be interpreted by one.

%package -n     python3-%{module}
Summary:        Measures number of terminal column cells of wide-character codes
Group:          Development/Python

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)

%description -n python3-%{module}
This library is mainly for those implementing a terminal emulator,
or programs that carefully produce output to be interpreted by one.

%prep
%setup -q -n %{module}-%{version}

rm -rf %{py3dir}
cp -a . %{py3dir}

%build
%py2_build

pushd %{py3dir}
%py3_build
popd

%install
%py2_install

pushd %{py3dir}
%py3_install 
popd

%files
%doc LICENSE.txt README.rst
%{py_puresitedir}/%{module}
%{py_puresitedir}/%{module}-*-py*.egg-info

%files -n python3-%{module}
%doc LICENSE.txt README.rst
%{py3_puresitedir}/%{module}
%{py3_puresitedir}/%{module}-*-py*.egg-info

%changelog

* Mon Jul 18 2016 Denis Silakov <dsilakov@gmail.com> 0.1.6-1
- (3bedee6) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14165 |14cu|python-webob-1.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	WebOb

Summary:	WSGI request and response object for Python

Name:		python-webob
Version:	1.5.1
Release:	1
Source0:	http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pythonpaste.org/webob/
BuildArch:	noarch
Requires:	python-pkg-resources
BuildRequires:	python-setuptools

%description
WebOb provides wrappers around the WSGI request environment, and an
object to help create WSGI responses.

The objects map much of the specified behavior of HTTP, including
header parsing and accessors for other standard parts of the
environment.

%package -n python3-webob
Summary:	WSGI request and response object for Python
Group:		Development/Python
BuildRequires:	python3-setuptools

%description -n python3-webob
WebOb provides wrappers around the WSGI request environment, and an
object to help create WSGI responses.

The objects map much of the specified behavior of HTTP, including
header parsing and accessors for other standard parts of the
environment.

This is a python-3 package.


%prep
%setup -q -n %{tarname}-%{version}
rm -rf %{_builddir}/python3-%{tarname}
cp -a . %{_builddir}/python3-%{tarname}

%install
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=FILE_LIST
pushd %{_builddir}/python3-%{tarname}
	PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot} --record=FILE_LIST
popd
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST

%files -n python3-webob
%{py3_puresitedir}/*

%changelog

* Fri Jan 15 2016 Denis Silakov <dsilakov@gmail.com> 1.5.1-1
- (9a78a33) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14166 |14cu|python-webpy-0.37-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pkgname webpy
%global srcname web.py

Name:		python-%{pkgname}
Version:	0.37
Release:	5
Summary:	A simple web framework for Python
Group:		Development/Python

# The entire source code is Public Domain save for the following exceptions:
#   web/debugerror.py (Modified BSD)
#     This is from django
#     See http://code.djangoproject.com/browser/django/trunk/LICENSE
#   web/httpserver.py (Modified BSD)
#     This is from WSGIUtils/lib/wsgiutils/wsgiServer.py
#     See http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5
License:		Public Domain and BSD

URL:			http://webpy.org/
Source0:		http://webpy.org/static/%{srcname}-%{version}.tar.gz
BuildRequires:	pkgconfig(python2)
BuildArch:		noarch
#Requires:		python-cherrypy

%description
web.py is a web framework for python that is as simple as it is
powerful. web.py is in the public domain; you can use it for whatever
purpose with absolutely no restrictions. 

%prep
%setup -q -n web.py-%{version}
chmod 0755 web/wsgiserver/ssl_builtin.py
chmod 0755 web/wsgiserver/ssl_pyopenssl.py
chmod 0755 web/wsgiserver/__init__.py

%build
%{__python} setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}


%files
%doc PKG-INFO
%{python_sitelib}/web
%{python_sitelib}/%{srcname}-%{version}-py?.?.egg-info

%changelog
* Fri Jul 11 2014 Bernhard Rosenkraenzer <bero@bero.eu> 0.37-5
+ Revision: 533fe02
- MassBuild#451: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14167 |14cu|python-websockify-0.5.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name websockify

Name:           python-%{pypi_name}
Version:        0.5.1
Release:        8
Group:          Development/Python
Summary:        WebSockets support for any application/server

License:        MIT
URL:            http://pypi.python.org/pypi/%{pypi_name}
Source0:        http://pypi.python.org/packages/source/c/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

BuildArch:      noarch
 
BuildRequires:  pkgconfig(python)
BuildRequires:  python-setuptools

Requires:       %{pypi_name}
Requires:	python-pkg-resources

%description
WebSockets support for any application/server

%package -n %{pypi_name}
Summary:        WebSockets support for any application/server
Group:          Development/Python

%description -n %{pypi_name}
WebSockets support for any application/server

%package -n python3-%{pypi_name}
Summary:        WebSockets support for any application/server
Group:          Development/Python

Requires:       %{pypi_name}

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3-setuptools

%description -n python3-%{pypi_name}
WebSockets support for any application/server

%prep
%setup -q -n %{pypi_name}-%{version}

%apply_patches

cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd

python setup.py install -O1 --skip-build --root %{buildroot}

%files
%{py_puresitedir}/%{pypi_name}*

%files -n %{pypi_name}
%{_bindir}/websockify
%{_datadir}/websockify

%files -n python3-%{pypi_name}
%{py3_puresitedir}/%{pypi_name}*



%changelog

* Sat Apr 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-8
- (f24de2d) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14168 |14cu|python-webtest-2.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname WebTest
%define _with_docs 0

Summary:	Helper to test WSGI applications
Name:		python-webtest
Version:	2.0.6
Release:	1
Source0:	http://pypi.python.org/packages/source/W/%{tarname}/%{tarname}-%{version}.zip
Source1:	Makefile
License:	MIT
Group:		Development/Python
Url:		http://pythonpaste.org/webtest/
BuildArch:	noarch
Requires:	python-webob
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx

%description
This package wraps any WSGI application and makes it easy to send test
requests to that application, without starting up an HTTP server.

It provides convenient full-stack testing of applications written with
any WSGI-compatible framework.

WebTest is based on paste.fixture.TestApp.

%files
%if %{_with_docs}
%doc docs/_build/html
%endif
%{py_puresitedir}/webtest
%{py_puresitedir}/WebTest-%{version}-py%{py_ver}.egg-info

#--------------------------------------------------------------------

%prep
%setup -q -n %{tarname}-%{version}
cp -f %{SOURCE1} docs/

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}
%if %{_with_docs}
pushd docs
export PYTHONPATH=`dir -d ../build/lib*`
make html
rm -f _build/html/.buildinfo
popd docs
%endif




%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 2.0.6-1
- (642474c) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14169 |14cu|python-werkzeug-0.10.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global srcname Werkzeug

Name:           python-werkzeug
Version:        0.10.4
Release:        1
Summary:        The Swiss Army knife of Python web development 

Group:          Development/Python
License:        BSD
URL:            http://werkzeug.pocoo.org/
Source0:        https://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel

%description
Werkzeug
========

Werkzeug started as simple collection of various utilities for WSGI
applications and has become one of the most advanced WSGI utility
modules.  It includes a powerful debugger, full featured request and
response objects, HTTP utilities to handle entity tags, cache control
headers, HTTP dates, cookie handling, file uploads, a powerful URL
routing system and a bunch of community contributed addon modules.

Werkzeug is unicode aware and doesn't enforce a specific template
engine, database adapter or anything else.  It doesn't even enforce
a specific way of handling requests and leaves all that up to the
developer. It's most useful for end user applications which should work
on as many server environments as possible (such as blogs, wikis,
bulletin boards, etc.).

%prep
%setup -q -n %{srcname}-%{version}
%{__sed} -i 's/\r//' LICENSE

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

%files
%doc AUTHORS LICENSE PKG-INFO CHANGES
%{py_puresitedir}/*

%changelog

* Thu Mar 24 2016 Denis Silakov <dsilakov@gmail.com> 0.10.4-1
- (8c00de1) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14170 |14cu|python-whoosh-2.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Whoosh

Summary:	Fast, pure Python full text indexing, search, and spell checking library
Name:		python-whoosh
Version:	2.7.0
Release:	1
Source0:	http://pypi.python.org/packages/source/W/Whoosh/Whoosh-%{version}.zip
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/Whoosh/
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx

%description
Whoosh is a fast, featureful full-text indexing and searching library
implemented in pure Python. Programmers can use it to easily add
search functionality to their applications and websites. Every part of
how Whoosh works can be extended or replaced to meet your needs
exactly.

Some of Whoosh's features include:

* Pythonic API.
* Pure-Python. No compilation or binary packages needed, no mysterious
  crashes.
* Fielded indexing and search.
* Fast indexing and retrieval -- faster than any other pure-Python,
  scoring, full-text search solution I know of.
* Pluggable scoring algorithm (including BM25F), text analysis,
  storage, posting format, etc.
* Powerful query language parsed by pyparsing.
* Pure Python spell-checker (as far as I know, the only one).

%prep
%setup -q -n %{tarname}-%{version}

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}

PYTHONPATH=`dir -d build/lib*` sphinx-build -b html docs/source html
%__rm -rf html/.buildinfo html/.doctrees

chmod 644 *.txt
chmod 644 %{buildroot}%{py_puresitedir}/%{tarname}-%{version}-py%{py_ver}.egg-info/*

%clean

%files
%doc *.txt html/
%{py_puresitedir}/%{tarname}*
%{py_puresitedir}/whoosh*

%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 2.7.0-1
- (829a585) Move python3 package in a separate project



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14171 |14cu|python-wmd-0.1.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname wmd

Summary: Driver for the Nintendo Wii Remote
Name: python-%{oname}
Version: 0.1.2
Release: 9
Source0: http://forthewiin.org/WMD/%{oname}-%{version}.tar.bz2
Patch0: wmd-0.1.2.2-uinput.patch
Patch1: wmd-0.1.2.2-defaddr.patch
Patch2: wmd-0.1.2.2-compiz.patch
Source1: setup.py
License: GPL
Group: System/Kernel and hardware
Url: http://www.forthewiin.org/
BuildArch: noarch
BuildRequires: python-devel
Requires: python-xlib python-pybluez python-osd pygame

%description
WMD is a Linux Driver for the Nintendo Wii Remote.
WMD lets you use the Wiimote as a mouse.
WMD lets you use the Wiimote as a keyboard.

%prep
%setup -q -n %{oname}-%{version}
perl -p -e 's/(^\s+version = \").*(\",$)/${1}%{version}${2}/' %{SOURCE1} > setup.py
%patch0 -p1 -b .uinput
%patch1 -p1 -b .defaddr
%patch2 -p1 -b .compiz

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

install -d %{buildroot}%{_sysconfdir}/modules-load.d/
echo uinput > %{buildroot}%{_sysconfdir}/modules-load.d/%{oname}

%clean

%files
%doc README
%config(noreplace) %{_sysconfdir}/modules-load.d/%{oname}
%{_bindir}/WMD.py
%{py_puresitedir}/%{oname}
%{py_puresitedir}/*.egg-info





%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-9
- (04723a7) Speccleanup, use /etc/modules-load.d folder



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14172 |14cu|python-wrapt-1.10.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module wrapt
%define __noautoprov '_wrappers.so'


Name:           python-%{module}
Version:        1.10.8
Release:        1
Summary:        A Python module for decorators, wrappers and monkey patching
Group:          Development/Python
License:        BSD
URL:            https://github.com/GrahamDumpleton/%{module}
Source0:        https://github.com/GrahamDumpleton/%{module}/archive/%{version}.tar.gz
BuildRequires:  pkgconfig(python)
BuildRequires:  pkgconfig(python3)

%description
The aim of the wrapt module is to provide a transparent object proxy
for Python, which can be used as the basis for the construction of
function wrappers and decorator functions.

%files
%doc README.rst LICENSE
%{py_platsitedir}/%{module}
%{py_platsitedir}/%{module}-%{version}-py?.?.egg-info
#------------------------------------------------------------------------------

%package -n python3-%{module}
Summary:        A Python module for decorators, wrappers and monkey patching

%description -n  python3-%{module}
The aim of the wrapt module is to provide a transparent object proxy
for Python, which can be used as the basis for the construction of
function wrappers and decorator functions.

%files -n  python3-%{module}
%doc README.rst LICENSE
%{py3_platsitedir}/%{module}
%{py3_platsitedir}/%{module}-%{version}-py?.?.egg-info
#------------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}

# Remove bundled egg-info in case it exists
rm -rf %{module}.egg-info
cp -a . %{py3dir}


%build
pushd %{py3dir}
CFLAGS="%{optflags}" python3 setup.py build
popd

CFLAGS="%{optflags}" python setup.py build

%install
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd

python setup.py install --skip-build --root %{buildroot}

%changelog

* Fri Jun 17 2016 abfonly <abfonly@gmail.com> 1.10.8-1
- (8418663) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14173 |14cu|python-xlwt-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Created by pyp2rpm-1.0.1
%global pypi_name xlwt

Name:           python-xlwt
Version:        1.0.0
Release:        1
Group:          Development/Python
Summary:        Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003
License:        BSD
Source0:        https://pypi.python.org/packages/source/x/xlwt/xlwt-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools

%description
xlwt is a library for generating spreadsheet files that are compatible
with Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. xlwt
has full support for Unicode. Excel spreadsheets can be generated on
any platform without needing Excel or a COM server. The only
requirement is Python 2.3 to 2.7.

%package -n     python3-%{pypi_name}
Summary:        Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003

%description -n python3-%{pypi_name}
xlwt is a library for generating spreadsheet files that are compatible
with Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. xlwt
has full support for Unicode. Excel spreadsheets can be generated on
any platform without needing Excel or a COM server. The only
requirement is Python 2.3 to 2.7.

%prep
%setup -q -n %{pypi_name}-%{version}

rm -rf %{py3dir}
cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd


%install
# Must do the subpackages' install first because the scripts in /usr/bin are
# overwritten with every setup.py install (and we want the python2 version
# to be the default for now).
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd

python setup.py install --skip-build --root %{buildroot}

%files
%doc README.rst
%{py_puresitedir}/%{pypi_name}
%{py_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info

%files -n python3-%{pypi_name}
%doc README.rst
%{py3_puresitedir}/%{pypi_name}
%{py3_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info




%changelog

* Tue Oct 13 2015 Denis Silakov <dsilakov@gmail.com> 1.0.0-1
- (c360f96) Fix summary



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14174 |14cu|python-zipstream-1.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global srcname zipstream
%global desc zipstream.py is a zip archive generator based on python 3.3's zipfile.py.\
It was created to generate a zip file generator for streaming (ie web apps).

Name:           python-%{srcname}
Version:        1.1.4
Release:        1
Group:		Development/Python
Summary:        ZIP archive generator for Python
License:        GPLv3+
URL:            https://github.com/allanlei/%{name}
Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-setuptools python-devel python-nose


%description
%{desc}

%package -n python3-%{srcname}
Summary:        %{summary}
BuildRequires:  python3-setuptools python3-devel python3-nose

%description -n python3-%{srcname}
%{desc}
Python 3 version.

%prep
%setup -q

%build
%py2_build
%py3_build

%install
%py2_install
%py3_install

%check
python setup.py test
python3 setup.py test

%files
%doc README.* LICENSE
%{py_puresitedir}/*

%files -n python3-%{srcname}
%doc README.* LICENSE
%{py3_puresitedir}/*

%changelog

* Tue Sep 13 2016 Denis Silakov <dsilakov@gmail.com> 1.1.4-1
- (69ef749) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14175 |14cu|python-ZODB-4.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ZODB

Name:		python-%{oname}
Version:	4.3.1
Release:	1
Group:		Development/Python
License:	ZPLv2.1
Summary:	Zope Object Database: object database and persistence
Source0:	https://files.pythonhosted.org/packages/source/Z/%{oname}/%{oname}-%{version}.tar.gz
Source1:	https://raw.githubusercontent.com/zopefoundation/ZODB/master/src/ZODB/tests/synchronizers.txt
Url:		http://www.zodb.org/
BuildRequires:  pythonegg(btrees)
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(manuel)
BuildRequires:  pythonegg(persistent)
BuildRequires:  pythonegg(random2)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  pythonegg(six)
BuildRequires:  pythonegg(transaction)
BuildRequires:  pythonegg(zc.lockfile)
BuildRequires:  pythonegg(zconfig)
BuildRequires:  pythonegg(zodbpickle) >= 0.6.0
BuildRequires:  pythonegg(zope.testing)
BuildRequires:  pythonegg(persistent) >= 4.2.1

Requires:       pythonegg(setuptools)
Requires:       pythonegg(zconfig)
Requires:       pythonegg(zdaemon)
Requires:       pythonegg(zope.event)
Requires:       pythonegg(zope.interface)
Requires:	pythonegg(transaction)
Requires:	pythonegg(zc.lockfile)
Requires:	pythonegg(zope.proxy)
Requires:	pythonegg(zdaemon)
Requires:	pythonegg(persistent)
Requires:	pythonegg(btrees)
BuildArch:      noarch

%description
The Zope Object Database provides an object-oriented database for
Python that provides a high-degree of transparency. Applications
can take advantage of object database features with few, if any,
changes to application logic. ZODB includes features such as a
pluggable storage interface, rich transaction support, and undo.

%files
%doc CHANGES.rst *.txt
%{_bindir}/fsdump
%{_bindir}/fsoids
%{_bindir}/fsrefs
%{_bindir}/fstail
%{_bindir}/repozo
%{py_puresitedir}/%{oname}*
#---------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
# Remove prebuilt egg
rm -fr src/%{oname}.egg-info
# Remove backup files
find src -name \*~ -exec rm {} +
find src -name \#\*\# -exec rm {} +
# Fix tests
sed -i 's/random/random2/' src/%{oname}/tests/testUtils.py
pushd src/ZODB/tests/
cp -p %{SOURCE1} .
popd

%build
python setup.py build

%install
python setup.py install --root %{buildroot}
pushd %{buildroot}%{py_puresitedir}/%{oname}/scripts
chmod +x {space,fsoids,fsrefs,analyze,migrate,fstest,fstail,repozo,fsstats,checkbtrees,netspace,zodbload}.py
popd

%check
python setup.py test || :  

%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 4.3.1-1
- (f20a9f3) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14176 |14cu|python-zodbpickle-0.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zodbpickle
%define __noautoprov '_pickle.so'

Name:		python-%{oname}
Version:	0.6.0
Release:	1
Summary:	Fork of Python 3 pickle module
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zodbpickle
BuildRequires:	python-devel 
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(nose)
BuildRequires:	pythonegg(coverage)

%files
%doc *.rst
%doc src/zodbpickle.egg-info/*.txt
%{py_platsitedir}/zodbpickle/
%{py_platsitedir}/zodbpickle*.egg-info
#---------------------------------------------------------------

%description
This package presents a uniform pickling interface for ZODB:
- Under Python2, this package forks both Python 2.7's ``pickle`` and
  ``cPickle`` modules, adding support for the ``protocol 3`` opcodes.
  It also provides a new subclass of ``bytes``, ``zodbpickle.binary``,
  which Python2 applications can use to pickle binary values such that
  they will be unpickled as ``bytes`` under Py3k.

- Under Py3k, this package forks the ``pickle`` module (and the supporting
  C extension) from both Python 3.2 and Python 3.3.  The fork add support
  for the ``noload`` operations used by ZODB.

%prep
%setup -qn %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test



%changelog

* Sat Jun 18 2016 abfonly <abfonly@gmail.com> 0.6.0-1
- (14403a3) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14177 |14cu|python-zope.interface-4.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.interface

Name:		python-%{oname}
Version:	4.1.1
Release:	2
Summary:	Interfaces for Python
Source0:	%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.interface
BuildRequires:	python-devel 
BuildRequires:	python-setuptools
BuildRequires:	python-zope.event

%description
``zope.interface`` README
=========================

This package is intended to be independently reusable in any Python
project. It is maintained by the `Zope Toolkit project
<http://docs.zope.org/zopetoolkit/>`_.

This package provides an implementation of "object interfaces" for Python.
Interfaces are a mechanism for labeling objects as conforming to a given
API or contract. So, this package can be considered as implementation of
the `Design By Contract`_ methodology support in Python.

.. _Design By Contract: http://en.wikipedia.org/wiki/Design_by_contract

For detailed documentation, please see http://docs.zope.org/zope.interface
%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files
%doc CHANGES.rst
%doc COPYRIGHT.txt
%doc LICENSE.txt
%doc README.rst
%doc docs/README.rst
%doc docs/README.ru.rst
%doc docs/hacking.rst
%doc src/zope.interface.egg-info/SOURCES.txt
%doc src/zope.interface.egg-info/dependency_links.txt
%doc src/zope.interface.egg-info/namespace_packages.txt
%doc src/zope.interface.egg-info/requires.txt
%doc src/zope.interface.egg-info/top_level.txt
%{py_platsitedir}/zope/interface/*
%{py_platsitedir}/zope.interface*.egg-info
%{py_platsitedir}/zope.interface*.pth


%changelog

* Mon Oct 12 2015 Denis Silakov <dsilakov@gmail.com> 4.1.1-2
- (291bf55) Update from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14178 |14cu|python-zope.site-4.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	zope.site
%define __noautoreq '.*zope.security.*'

Name:		python-%{oname}
Version:	4.0.0
Release:	3
Epoch:		1
Summary:	Local registries for zope component architecture
Source0:	http://pypi.python.org/packages/source/z/%{oname}/%{oname}-%{version}.tar.gz
License:	ZPL 2.1
Group:		Development/Python
Url:		http://pypi.python.org/pypi/zope.site
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
BuildRequires:  pythonegg(zope.location)
BuildRequires:  pythonegg(zope.lifecycleevent)
BuildRequires:  pythonegg(zope.event)
BuildRequires:  pythonegg(zope.component)
BuildRequires:  pythonegg(zope.security)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.container)
BuildRequires:  pythonegg(zope.annotation)
BuildRequires:  pythonegg(zope.proxy)
BuildRequires:  pythonegg(zope.schema)
BuildRequires:  pythonegg(zc.lockfile)
BuildRequires:  pythonegg(zope.testrunner)
BuildRequires:  pythonegg(zope.testing)
BuildRequires:  pythonegg(zodb) >= 4.3.1
BuildRequires:  pythonegg(zodbpickle)

# Avoid versioned reqs
Requires:  pythonegg(zope.security)

%description
=====================================
Zope 3's Local Component Architecture
=====================================

This package provides a local and persistent site manager
implementation, so that one can register local utilities and
adapters. It uses local adapter registries for its adapter and utility
registry. The module also provides some facilities to organize the
local software and ensures the correct behavior inside the ZODB.

%files
%doc *.txt *.rst
%{py_puresitedir}/zope/site/*
%{py_puresitedir}/zope.site*.egg-info
%{py_puresitedir}/zope.site*.pth
#---------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test


%changelog

* Sun Jun 19 2016 abfonly <abfonly@gmail.com> 1:4.0.0-3
- (324d29c) Log: Update to stable 4.0.0
- (324d29c) -Epoched to overlap alfa1 (that should have beingn released as 0.x)
- (324d29c) -Bakport BR and Req
- (324d29c) -Enable and fixed test
- (324d29c) -spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14179 |14cu|pyxattr-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Extended attributes library wrapper for Python
Name:		pyxattr
Version:	0.5.0
Release:	1
License:	LGPLv2+
Group:		Development/Python
Url:		http://pyxattr.sourceforge.net/
Source0:	https://sourceforge.net/projects/pyxattr/files/pyxattr/0.5.0/%{name}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	attr-devel
BuildRequires:	pkgconfig(python)
#### from looking at it, I'm pretty sure we are conflictiong with python-xattr :-(
#### same namespace, differenct functions...
Conflicts:	python-xattr

%files
%doc COPYING NEWS README PKG-INFO
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%description
Python extension module wrapper for libattr. It allows to query, list,
add and remove extended attributes from files and directories.

%prep
%setup -q

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root %{buildroot} --install-purelib=%{py_platsitedir}

%changelog
* Mon Nov 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-1
+ Revision: 316a491
- Updated to 0.5.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14180 |14cu|pzl-games-13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pzl
%define over 13_0

Name:		pzl-games
Version:	13
Release:	1
Summary:	Small collection of computer games
License:	GPLv3
Group:		Games/Puzzles
Url:		http://pzl.org.uk/
Source0:	http://pzl.org.uk/%{oname}_%{over}.zip
Source1:	LICENSE.TXT
Source100:	%{name}.rpmlintrc
#Let's make it as task package
Requires:	%{name}-akari = %{EVRD}
Requires:	%{name}-boggle = %{EVRD}
Requires:	%{name}-bridges = %{EVRD}
Requires:	%{name}-codeword = %{EVRD}
Requires:	%{name}-fillomino = %{EVRD}
Requires:	%{name}-futoshiki = %{EVRD}
Requires:	%{name}-hidato = %{EVRD}
Requires:	%{name}-jigsaw = %{EVRD}
Requires:	%{name}-kakuro = %{EVRD}
Requires:	%{name}-minesweeper = %{EVRD}
Requires:	%{name}-nurikabe = %{EVRD}
Requires:	%{name}-scrabbler = %{EVRD}
Requires:	%{name}-shikaku = %{EVRD}
Requires:	%{name}-sumpuzzle = %{EVRD}
Requires:	%{name}-sudoku = %{EVRD}
Requires:	%{name}-suguru = %{EVRD}
Requires:	%{name}-sokoban = %{EVRD}
Requires:	%{name}-wordladder = %{EVRD}
Requires:	%{name}-wordwheel = %{EVRD}

BuildArch:	noarch

%description
Small collection of computer games.
All of the thousands of puzzles contained in 
the games can be solved by logic: no guessing is required, 
even when playing Minesweeper. Every game has a hint option.

%files
%doc LICENSE.TXT
#--------------------------------------------------------

%package -n %{name}-common
Summary:	Common files for pzl games
Group:		Games/Puzzles
Requires:	python
Requires:	tkinter
BuildArch:	noarch

%description  -n %{name}-common
Common files for pzl games.

%files -n %{name}-common
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/pzl_lib.py
%{py_puresitedir}/%{name}/pzl_launcher.pyw
%{py_puresitedir}/%{name}/dawg.py
%{_datadir}/pixmaps/pzl_icon.png
%{_datadir}/pixmaps/gplv3-88x31.png 

#----------------------------------------------------------

%package -n %{name}-akari
Summary:	A binary-determination logic puzzle,AKA=Light Up
Group:		Games/Puzzles
Url:		http://pzl.org.uk/akari.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch

%description  -n %{name}-akari
Akari or Light Up is an interesting logic game 
published by Nikoli and played on a 
rectangular grid of black and white cells. 
Some of the black cells contain numbers from 0 - 4, 
and the object of the game is to illuminate 
all the white cells with light bulbs. 
Bulbs are placed on white cells and 
each will light its row and column in 
both directions until blocked by a black cell. 
What makes the game interesting is that no bulb 
can illuminate another and that when the puzzle 
is completed the numbered cells must have 
exactly their given number of bulbs touching 
their four sides (any touching their corners do not count). 
Each puzzle has a unique solution: 
ie there is only one way to satisfy the numbers 
on the black cells and at the same time to illuminate 
all the white cells with no bulb shining on another.

%files   -n %{name}-akari
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/akari.pyw
%{_datadir}/applications/%{name}-akari.desktop
%{_datadir}/pixmaps/akari_logo.png
#----------------------------------------------------------

%package -n %{name}-boggle
Summary:	Find as many words as possible in a grid of letters
Group:		Games/Puzzles
Url:		http://pzl.org.uk/boggle.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description  -n %{name}-boggle
In the real world Boggle is traditionally played 
with lettered dice, pen and paper. 
The aim of the games being to find as many 
different words as possible in a randomly 
generated grid of letters. 
Here the program generates and displays 
the grid and players enter as many of 
the hidden words as they can find.
Words are entered by left clicking 
on the letters in turn, or by typing on the keyboard. 
Letters may be used any number of times, 
but only once per word. 
The sequence of letters in a word must be 
from touching squares. 
Unless it is at the edge of the grid 
each square touches eight others: left, 
right, up, down and four diagonals.

%files   -n %{name}-boggle
%doc LICENSE.TXT
%{_datadir}/pixmaps/boggle_icon.png
%{py_puresitedir}/%{name}/boggle.pyw
%{_datadir}/applications/%{name}-boggle.desktop
#----------------------------------------------------------
%package -n %{name}-bridges
Summary:	Link a set of islands with bridges
Group:		Games/Puzzles
Url:		http://pzl.org.uk/bridges.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description  -n %{name}-bridges
Hashiwokakero or Bridges is a logic 
game published by Nikoli. 
The object of the game is to link 
a set of islands with bridges so 
that it is possible to reach any 
island from any other. 
As ever, there is a range of rules 
designed to make this difficult and interesting. 
The islands, represented by circles, 
are laid out on a rectangular grid 
and bridges can only follow the lines 
of the grid, vertically or horizontally. 
Bridges cannot cross. 
The circles representing the islands 
contain numbers which specify 
the number of bridges that must 
start from that island. 
A maximum of two bridges can be 
placed between any pair of islands. 
There is only one arrangement of bridges 
that will satisfy these criteria for each puzzle.

%files   -n %{name}-bridges
%doc LICENSE.TXT
%{_datadir}/pixmaps/bridges_icon.png
%{py_puresitedir}/%{name}/bridges.pyw
%{_datadir}/applications/%{name}-bridges.desktop

#----------------------------------------------------------

%package -n %{name}-codeword
Summary:	Challenging crossword pattern recognition game 
Group:		Games/Puzzles
Url:		http://pzl.org.uk/codeword.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description  -n %{name}-codeword
A codeword is a completed crossword but 
with the letters represented by numbers. 
The object of the game is to work out which 
number corresponds to which letter and 
hence to reveal the finished crossword. 
It's a challenging pattern recognition 
game and test of word power (and sometimes, spelling).
The program has randomly assigned the numbers 
1-26 to the letters A-Z. 
Crossword grid in which, apart from three starting letters,
only the numbers are shown. 
Using the mouse players assign letters 
to numbers and the program fills in the 
corresponding boxes in the grid. 
If they get it right, eventually the crossword will be complete. 
If players make mistakes they can change assignments 
and the program will update the grid accordingly. 
A small number of letter to number assignments 
are given to help players get started.

%files   -n %{name}-codeword
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/codeword.pyw
%{_datadir}/pixmaps/codeword_icon.png
%{_datadir}/applications/%{name}-codeword.desktop

#----------------------------------------------------------

%package -n %{name}-fillomino

Summary:	Logic game in which players solve a Latin square
Group:		Games/Puzzles
Url:		http://pzl.org.uk/fillomino.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch

%description  -n %{name}-fillomino
Introduction
Fillomino is yet another game from Nicoli. 
Finished fillomino puzzles consist of a two 
dimensional grid completely filled with 
polyominoes formed from cells which each 
contain a number matching the size of the 
enclosing polyomino. In our version all 
polyominoes of a given size have a 
specific colour.

%files   -n %{name}-fillomino
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/fillomino.pyw
%{_datadir}/pixmaps/fillomino_icon.png
%{_datadir}/applications/%{name}-fillomino.desktop

#----------------------------------------------------------

%package -n %{name}-futoshiki

Summary:	Logic game in which players solve a Latin square
Group:		Games/Puzzles
Url:		http://pzl.org.uk/futoshiki.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description  -n %{name}-futoshiki
Challenging logic game in which players use 
a combination of methods to solve a Latin square. 
At the start of a game the program 
presents a 6x6 grid of squares. 
Most of these squares will be empty 
except for tiny candidate numbers 
along their top and bottom edges, 
but a few squares will already have 
their answers filled in. 
Between some pairs of squares 
the inequality symbols < and > 
are displayed to indicate the relative 
sizes of their answers. 
To solve the puzzle players 
must place each of the digits 1 - 6 
exactly once in every row and column so 
that they are consistent with the 
given inequality symbols.

%files   -n %{name}-futoshiki
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/futoshiki.pyw
%{_datadir}/pixmaps/futoshiki_icon.png
%{_datadir}/applications/%{name}-futoshiki.desktop

#----------------------------------------------------------

%package -n %{name}-hidato
Summary:	Place a chain of consecutive numbers in touching cells
Group:		Games/Puzzles
Url:		http://pzl.org.uk/hidato.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description  -n %{name}-hidato
Hidato first came to our attention 
in an article by Alex Bellos 
where he describes solving a 
puzzle made of hexagonal cells. 
In addition to the hexagonal 
form there are also two versions 
of the puzzle made of square cells, 
one of which is known as Numbrix.

%files   -n %{name}-hidato
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/hidato.pyw
%{_datadir}/pixmaps/hidato_icon.png
%{_datadir}/applications/%{name}-hidato.desktop

#----------------------------------------------------------

%package -n %{name}-jigsaw
Summary:	Puzzle assemble segments of a picture
Group:		Games/Puzzles
Url:		http://pzl.org.uk/jigsaw.html
Requires:	python
Requires:	pythonegg(pillow)
Requires:	python-pillow-tk
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description  -n %{name}-jigsaw
Jigsaw is a puzzle game in which 
players assemble segments of a picture 
into their correct relative positions. 
The jigsaw picture is either an image file 
- say a photograph - or one created by the 
program's built-in pattern generators. 
The selected image will be broken into 
square tiles which the player can move 
around the screen until they are 
assembled correctly.

%files   -n %{name}-jigsaw
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/jigsaw.pyw
%{_datadir}/pixmaps/jigsaw_icon.png
%{_datadir}/applications/%{name}-jigsaw.desktop

#----------------------------------------------------------

%package -n %{name}-kakuro
Summary:	An absorbing logic game
Group:		Games/Puzzles
Url:		http://pzl.org.uk/kakuro.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description  -n %{name}-kakuro
The player is presented with a 
rectangular grid of 3 types of squares: 
sum squares, solve squares and spacers. 
The solve squares are arranged into 
intersecting horizontal and vertical 
strips with sum squares at their ends. 
Sum squares contain numbers relating to 
their adjacent strips of solve squares. 
The object of the game is to place the 
digits 1-9 in the solve squares so that 
the sum of these digits is equal to 
the number in the sum square at the end 
of the strip. Each digit can only 
occur once in each strip. 
At the start of a game the solve squares 
each contain tiny candidate solutions around 
their edges. The player works out which 
candidates can be deleted and, eventually, 
the solutions for each square. 
Candidates can be deleted by left mouse clicks.

%files   -n %{name}-kakuro
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/kakuro.pyw
%{_datadir}/pixmaps/kakuro_icon.png
%{_datadir}/applications/%{name}-kakuro.desktop

#----------------------------------------------------------

%package -n %{name}-minesweeper
Summary:	Minesweeper 
Group:		Games/Puzzles
Url:		http://pzl.org.uk/minesweeper.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description  -n %{name}-minesweeper
Minesweeper is a version of the classic 
computer game in which players try to 
find the locations of mines hidden in a 
rectangular grid. In almost all other 
versions of the game the locations of 
the mines is entirely random and so 
guessing is generally required when 
trying to find them. The main distinguishing 
feature of the pzl version of minesweeper 
is that though the mine locations are 
randomly chosen, only grids which can 
be solved logically are displayed: 
if the player is smart enough, 
all puzzles can be solved without guessing. 
Why play a game where you can be 
defeated by bad luck, when you can 
instead play one in which only your 
skill determines the outcome.

%files   -n %{name}-minesweeper
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/minesweeper.pyw
%{_datadir}/pixmaps/minesweeper_icon.png
%{_datadir}/applications/%{name}-minesweeper.desktop

#----------------------------------------------------------
%package -n %{name}-nurikabe

Summary:	Nurikabe
Group:		Games/Puzzles
Url:		http://pzl.org.uk/nurikabe.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description  -n %{name}-nurikabe
It is played on a rectangular grid of cells, 
most of which are initially blank 
(grey in our version) but with a 
scattering of clue cells (white with numbers).
Cells "touch" orthogonally and the cells 
from one clue must not touch those of another.
When the puzzle is complete each clue cell 
of value N must be part of a cluster of 
touching white cells of size N and all 
other cells on the board must be black.
The black cells must touch to form a 
continuous path. 
This means that from every black 
cell we can find a route to any other, 
using only touching black cells.
The final rule is that no 2x2 blocks 
of black cells (squares) are allowed.


%files   -n %{name}-nurikabe
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/nurikabe.pyw
%{py_puresitedir}/%{name}/nurikabe_data.py
%{_datadir}/pixmaps/nurikabe.png
%{_datadir}/applications/%{name}-nurikabe.desktop

#----------------------------------------------------------
%package -n %{name}-scrabbler
Summary:	Scrabble version
Group:		Games/Puzzles
Url:		http://pzl.org.uk/scrabbler.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description -n %{name}-scrabbler
Players add words to the board by typing 
them into an entrybox and then clicking 
on the board to indicate their start position. 
The program will only allow words that 
are in the official SCRABBLE dictionary and 
it will indicate errors in words or
board position by changing the colour 
of the entrybox. After each turn the 
player clicks on the clockface which 
stops their clock from counting down 
and triggers the machine into taking its turn.
Players can use their turn to swap letters 
from their current rack or they can 
ask the computer to provide a hint 
in the form of a high scoring word.
Games can be saved so that they can 
be continued at a later time.

%files   -n %{name}-scrabbler
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/scrabbler.pyw
%{_datadir}/pixmaps/scrabbler_icon.png
%{_datadir}/applications/%{name}-scrabbler.desktop

#----------------------------------------------------------

%package -n %{name}-shikaku
Summary:	Draw non-overlapping rectangles around the clue cells
Group:		Games/Puzzles
Url:		http://pzl.org.uk/shikaku.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description -n %{name}-shikaku
Shikaku or Divide by Box is a logic game 
published by Nikoli. 
It is also known as Cell Block in the Guardian. 
In the pencil and paper version of the 
game the player is presented with a 
rectangular grid of cells; 
most are empty but some contain numbers, 
typically with values in the range 2 - 20. 
For our purposes we'll term these numbered 
cells "clue cells". 
The object of the game is to draw non-overlapping 
rectangles around the clue cells so that, 
when complete, the grid is completely 
covered by rectangles, each of exactly 
the size of the value in the enclosed 
clue cell (so for example a clue cell 
of value 4 would be in a rectangle of 4 cells).

%files   -n %{name}-shikaku
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/shikaku.pyw
%{_datadir}/pixmaps/shikaku_icon.png
%{_datadir}/applications/%{name}-shikaku.desktop

#----------------------------------------------------------

%package -n %{name}-sumpuzzle
Summary:	Challenging test of logic and simple arithmetic
Group:		Games/Puzzles
Url:		http://pzl.org.uk/sumpuzzle.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description -n %{name}-sumpuzzle
Challenging test of logic and simple arithmetic 
in which the player positions numbers to 
satisfy six intersecting sums. 
These intersecting sums contain exactly 9 numbers: 
the digits 1-9. The starting puzzle presents 
a grid showing the intersecting sums 
and their totals, but not the numbers used. 
The player must work out where to place 
the numbers 1-9, each of which must appear exactly once.


%files -n %{name}-sumpuzzle
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/sumpuzzle.pyw
%{_datadir}/pixmaps/sumpuzzle_icon.png
%{_datadir}/applications/%{name}-sumpuzzle.desktop

#----------------------------------------------------------

%package -n %{name}-sudoku
Summary:	Well-known and popular logic game
Group:		Games/Puzzles
Url:		http://pzl.org.uk/sudoku.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description -n %{name}-sudoku
Well-known and popular logic game. 
At the start of a game the program 
presents a 9x9 grid of squares 
divided into rows, columns and 3x3 boxes. 
Most of these squares will be empty 
except for tiny candidate numbers at 
their top and bottom edges, 
but a few squares will already have 
their answers filled in. 
To solve the puzzle players must 
place each of the digits 1 - 9 
exactly once in every row, column an box.

%files -n %{name}-sudoku
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/sudoku.pyw
%{_datadir}/pixmaps/sudoku_icon.png
%{_datadir}/applications/%{name}-sudoku.desktop

#----------------------------------------------------------
%package -n %{name}-suguru
Summary:	Place the digits 1-N once in each polyomino
Group:		Games/Puzzles
Url:		http://pzl.org.uk/suguru.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description -n %{name}-suguru
This is one of a huge number of 
puzzles created by puzzle inventer 
Naoki Inaba and named in Romaji 
"Nanba Burokku", which translates as 
"Number Blocks". If you read Japanese 
see his Puzzle Laboratory site, 
otherwise see a useful translation of 
some of the puzzles from his site. 
In Europe and North America the 
puzzle is also known as Suguru and Tectonic. 
We first saw it as Suguru in the 
Guardian and that is the 
name we have stuck with.

%files -n %{name}-suguru
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/suguru.pyw
%{_datadir}/pixmaps/suguru_icon.png
%{_datadir}/applications/%{name}-suguru.desktop


#----------------------------------------------------------
%package -n %{name}-sokoban
Summary:	The warehouse keeper must push boxes to designated positions
Group:		Games/Puzzles
Url:		http://pzl.org.uk/sokoban.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description -n %{name}-sokoban
The game Sokoban, which in Japanese means 
warehouse keeper, was invented by 
Hiroyuki Imabayashi in 1980. 
The warehouse keeper must push 
boxes to designated positions. 
The area in which he operates is 
effectively a maze, and is viewed from above. 
He can only push a single box at a time. 
He cannot pull. He cannot climb over boxes. 
He can only move up, down, left, right. 
Players control the movement of the man 
using the arrow keys and mouse. 
A puzzle is completed when all 
boxes are in the designated 
locations. In the pzl version, 
using the default skin, 
the boxes are represented by 
blue stars and the designated 
positions by concentric circles.

%files -n %{name}-sokoban
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/sokoban.pyw
%{_datadir}/pixmaps/sokoban_icon.png
%{_datadir}/applications/%{name}-sokoban.desktop

#----------------------------------------------------------
%package -n %{name}-wordladder

Group:		Games/Puzzles
Url:		http://pzl.org.uk/wordladder.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description -n %{name}-wordladder
Charles Lutwidge Dodgson, better known 
by his pseudonym Lewis Carroll, 
is credited with inventing the word game 
known as word ladder. A word ladder puzzle 
is a series of words, conventionally 
represented one above the other, 
in which each word differs from its 
immediate neighbours by a single letter. 
Players are given the first and last words 
and have to deduce the intervening words 
to complete the ladder. Carroll's 
puzzles had a deeper relationship between 
the start and end words than 
mere letter exchanges. 
But for our puzzles a humourless 
algorithm randomly chooses the 
start words and then finds end words 
the specified distance away. However, 
by chance, the choices are sometimes 
quite amusing. We also find it amusing 
that Knuth coined the term "aloof" for 
words with no hamming distance 1 neighbours. 
(there is no word 1 letter different from 
aloof and Knuth used it as a general 
term for all such words.).

%files -n %{name}-wordladder
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/wordladder.pyw
%{py_puresitedir}/%{name}/wordladder_data.py
%{_datadir}/pixmaps/wordladder.png
%{_datadir}/applications/%{name}-wordladder.desktop


#----------------------------------------------------------
%package -n %{name}-wordwheel

Group:		Games/Puzzles
Url:		http://pzl.org.uk/wordladder.html
Requires:	python
Requires:	tkinter
Requires:	%{name}-common = %{EVRD}
BuildArch:	noarch


%description -n %{name}-wordwheel
Wordwheel is a popular puzzle in many newspapers. 
A nine-letter word is scrambled and 
written in a circle of eight spokes 
with the ninth letter being written 
at the centre. 
There are two tasks: 1. find the nine-letter word; 
2. find as many words of 3 letters and above 
using its letters 
(letters may only be used once per word). 
All words must include the letter written 
at the centre of the wheel. For our puzzles 
there is only one possible nine-letter word. 
The game includes 1000 interesting words. 
Every time a word is loaded it is 
rescrambled so there are very many potential games.

The game has an option to use shading to 
provide additional information to the player. 
This option is switched on in the example figure, 
but not at the start of the worked example video. 
The shading shows the remaining number of 
words starting with the letters in the wheel 
or of the lengths shown in the three 
boxes either side of the white input box. 
The colours fade as the words are found, white meaning none.

%files -n %{name}-wordwheel
%doc LICENSE.TXT
%{py_puresitedir}/%{name}/wordwheel_data.py
%{py_puresitedir}/%{name}/wordwheel.pyw
%{_datadir}/pixmaps/wordwheel_icon.png
%{_datadir}/applications/%{name}-wordwheel.desktop
###########################################

%prep
%setup -qn %{oname}_download
cp -p %{SOURCE1} LICENSE.TXT

%build


%install
# common
	install -dm755 %{buildroot}%{_datadir}/{applications,pixmaps}
	install -dm755 %{buildroot}%{py_puresitedir}/%{name}
	install -m644 pzl_lib.py "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 pzl_launcher.pyw "%{buildroot}%{py_puresitedir}/%{name}"
    install -m644 dawg.py "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 {pzl_icon,gplv3-88x31}.png "%{buildroot}%{_datadir}/pixmaps"
	
# akari	
	install -m644 akari.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 akari_logo.png "%{buildroot}%{_datadir}/pixmaps"
		
cat > %{buildroot}%{_datadir}/applications/%{name}-akari.desktop << EOF
[Desktop Entry]
Name=%{name}-akari
Comment=Light Up puzzle game
Exec=%{py_puresitedir}/%{name}/akari.pyw
Icon=akari_logo
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
# 


# boggle	
	install -m644 boggle.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 boggle_icon.png "%{buildroot}%{_datadir}/pixmaps"

cat > %{buildroot}%{_datadir}/applications/%{name}-boggle.desktop << EOF
[Desktop Entry]
Name=%{name}-boggle
Comment=Find as many words as possible
Exec=%{py_puresitedir}/%{name}/boggle.pyw
Icon=boggle_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
# 

# bridges
	install -m644 bridges.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 bridges_icon.png "%{buildroot}%{_datadir}/pixmaps"

cat > %{buildroot}%{_datadir}/applications/%{name}-bridges.desktop << EOF
[Desktop Entry]
Name=%{name}-bridges
Comment=Link a set of islands with bridges
Exec=%{py_puresitedir}/%{name}/bridges.pyw
Icon=bridges_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
# 

# codeword	
	install -m644 codeword.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 codeword_icon.png "%{buildroot}%{_datadir}/pixmaps"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-codeword.desktop << EOF
[Desktop Entry]
Name=%{name}-codeword
Comment=Challenging crossword pattern recognition game
Exec=%{py_puresitedir}/%{name}/codeword.pyw
Icon=codeword_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
# 

# futoshiki
	install -m644 futoshiki.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 futoshiki_icon.png "%{buildroot}%{_datadir}/pixmaps"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-futoshiki.desktop << EOF
[Desktop Entry]
Name=%{name}-futoshiki
Comment=You have to solve a Latin square
Exec=%{py_puresitedir}/%{name}/futoshiki.pyw
Icon=futoshiki_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
#	

#fillomino
	install -m644 fillomino.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 fillomino_icon.png "%{buildroot}%{_datadir}/pixmaps"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-fillomino.desktop << EOF
[Desktop Entry]
Name=%{name}-fillomino
Comment=Two dimensional grid completely filled with polyominoes
Exec=%{py_puresitedir}/%{name}/fillomino.pyw
Icon=fillomino_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF


# hidato
	install -m644 hidato.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 hidato_icon.png "%{buildroot}%{_datadir}/pixmaps"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-hidato.desktop << EOF
[Desktop Entry]
Name=%{name}-hidato
Comment=Place a chain of consecutive numbers in touching cells
Exec=%{py_puresitedir}/%{name}/hidato.pyw
Icon=hidato_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
#	

# jigsaw	
	install -m644 jigsaw.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 jigsaw_icon.png "%{buildroot}%{_datadir}/pixmaps"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-jigsaw.desktop << EOF	
[Desktop Entry]
Name=%{name}-jigsaw
Comment=Puzzle assemble segments of a picture
Exec=%{py_puresitedir}/%{name}/jigsaw.pyw
Icon=jigsaw_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
#		

# kakuro
	install -m644 kakuro.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 kakuro_icon.png "%{buildroot}%{_datadir}/pixmaps"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-kakuro.desktop << EOF	
[Desktop Entry]
Name=%{name}-kakuro
Comment=An absorbing logic game
Exec=%{py_puresitedir}/%{name}/kakuro.pyw
Icon=kakuro_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
#		

# minesweeper
	install -m644 minesweeper.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 minesweeper_icon.png "%{buildroot}%{_datadir}/pixmaps"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-minesweeper.desktop << EOF	
[Desktop Entry]
Name=%{name}-minesweeper
Comment=Minesweeper game
Exec=%{py_puresitedir}/%{name}/minesweeper.pyw
Icon=minesweeper_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
#

# nurikabe
	install -m644 nurikabe.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 nurikabe.png "%{buildroot}%{_datadir}/pixmaps"
	install -m644 nurikabe_data.py "%{buildroot}%{py_puresitedir}/%{name}"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-nurikabe.desktop << EOF
[Desktop Entry]
Name=%{name}-nurikabe
Comment=nurikabe
Exec=%{py_puresitedir}/%{name}/nurikabe.pyw
Icon=nurikabe
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
#	

# scrabbler
	install -m644 scrabbler.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 scrabbler_icon.png "%{buildroot}%{_datadir}/pixmaps"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-scrabbler.desktop << EOF	
[Desktop Entry]
Name=%{name}-scrabbler
Comment=Scrabble version
Exec=%{py_puresitedir}/%{name}/scrabbler.pyw
Icon=scrabbler_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
#	

# shikaku
	install -m644 shikaku.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 shikaku_icon.png "%{buildroot}%{_datadir}/pixmaps"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-shikaku.desktop << EOF	
[Desktop Entry]
Name=%{name}-shikaku
Comment=Draw non-overlapping rectangles around the clue cells
Exec=%{py_puresitedir}/%{name}/shikaku.pyw
Icon=shikaku_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
#

# suguru
	install -m644 suguru.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 suguru_icon.png "%{buildroot}%{_datadir}/pixmaps"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-suguru.desktop << EOF	
[Desktop Entry]
Name=%{name}-suguru
Comment=Place the digits 1-N once in each polyomino
Exec=%{py_puresitedir}/%{name}/suguru.pyw
Icon=suguru_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
#	

# sumpuzzle
	install -m644 sumpuzzle.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 sumpuzzle_icon.png "%{buildroot}%{_datadir}/pixmaps"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-sumpuzzle.desktop << EOF	
[Desktop Entry]
Name=%{name}-sumpuzzle
Comment=Arithmetic Logic Game
Exec=%{py_puresitedir}/%{name}/sumpuzzle.pyw
Icon=sumpuzzle_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
#

# sudoku
	install -m644 sudoku.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 sudoku_icon.png "%{buildroot}%{_datadir}/pixmaps"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-sudoku.desktop << EOF	
[Desktop Entry]
Name=%{name}-sudoku
Comment=The popular logic game
Exec=%{py_puresitedir}/%{name}/sudoku.pyw
Icon=sudoku_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
#

# sokoban
	install -m644 sokoban.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 sokoban_icon.png "%{buildroot}%{_datadir}/pixmaps"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-sokoban.desktop << EOF	
[Desktop Entry]
Name=%{name}-sokoban
Comment=The game Sokoban
Exec=%{py_puresitedir}/%{name}/sokoban.pyw
Icon=sokoban_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
#

# wordladder

	install -m644 wordladder.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 wordladder_data.py "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 wordladder.png "%{buildroot}%{_datadir}/pixmaps"
	
cat > %{buildroot}%{_datadir}/applications/%{name}-wordladder.desktop << EOF	
[Desktop Entry]
Name=%{name}-wordladder
Comment=A word ladder puzzle
Exec=%{py_puresitedir}/%{name}/wordladder.pyw
Icon=wordladder.png
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
#	
	
# wordwheel	
	install -m644 wordwheel.pyw "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 wordwheel_data.py "%{buildroot}%{py_puresitedir}/%{name}"
	install -m644 wordwheel_icon.png "%{buildroot}%{_datadir}/pixmaps"
cat > %{buildroot}%{_datadir}/applications/%{name}-wordwheel.desktop << EOF	
[Desktop Entry]
Name=%{name}-wordwheel
Comment=Wordwheel is a popular puzzle in many newspapers
Exec=%{py_puresitedir}/%{name}/wordwheel.pyw
Icon=wordwheel_icon
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;LogicGame;
EOF
#		
	
	
	
	

pushd %{buildroot}%{py_puresitedir}/%{name}
find . -type f -name "*.pyw" -exec chmod 755 {} \;
chmod 755 pzl_lib.py wordwheel_data.py wordladder_data.py dawg.py nurikabe_data.py
popd
%changelog

* Sat Apr 14 2018 abfonly <abfonly@gmail.com> 13-1
- (445c9ba) Log: Update to 13.0
- (445c9ba) added new game nurikabe



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14181 |14cu|q4wine-1.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qt5 GUI for wine
Name:		q4wine
Version:	1.3.4
Release:	1
License:	GPLv3+
Group:		Emulators
Url:		https://github.com/brezerk/q4wine/
# Source0:	https://github.com/brezerk/q4wine/archive/v1.3.4.tar.gz
Source0:	%{name}-%{version}.tar.gz
Patch0:		q4wine-1.1-r2-linking.patch
# Unfortunately, the original web site with q4wine documentation
# was replaced with political propaganda web site. So disable it.
# "This web site and all my projects are closed for now"
Patch1:		q4wine-1.1-r2-disable-propaganda.patch
BuildRequires:	cmake >= 2.8.11
BuildRequires:	fuseiso
BuildRequires:	icoutils >= 0.26.0
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(sqlite3) >= 3.5.6
Requires:	fuseiso
Requires:	icoutils
Requires:	qt5-database-plugin-sqlite
Requires:	sudo
Requires:	wget
Requires:	wine-bin

%description
Q4Wine will help you manage wine prefixes and installed applications.

General features are:
- Easy controlling for wine process ;
- Autostart icons support ;
- Easy cd-image use ;
- You can extract icons from PE files (.exe .dll) ;
- Easy backup and restore for managed prefixes ;
- Winetriks support ;
- and more... ;)

%files
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*
%{_libdir}/lib%{name}-core.so
%{_mandir}/man1/q4wine*
%{_iconsdir}/hicolor/*/apps/*
%{_iconsdir}/ubuntu-mono-dark/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
%apply_patches

%build
%cmake_qt5 \
	-DLIBS_ENTRY_PATH=%{_libdir} \
	-DQT5=ON
%make

%install
%makeinstall_std -C build

%changelog

* Thu Mar 16 2017 abfonly <abfonly@gmail.com> 1.3.4-1
- (d728aac) Merge pull request #2 from rosalinuxro/q4wine:rosa2014.1
- (d728aac) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14182 |14cu|qantenna-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Software dedicated to viewing and analyzing antennas
Name:		qantenna
Version:	0.3.0
Release:	3
License:	GPLv2+
Group:		Sciences/Physics
Url:		http://qantenna.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/qantenna/qantenna/%{version}/%{name}-%{version}.orig.tar.xz
Patch0:		qantenna-0.3.0-qt56.patch
BuildRequires:	qt5-linguist
BuildRequires:	pkgconfig(bdw-gc)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	nec2++

%description
QAntenna is a FLOSS software dedicated to viewing and analyzing
antennas and their radiation patterns. It provides the user with a
3D view of the models, capable of zooming, rotating, and more to come.

%files
%doc README AUTHORS ChangeLog COPYING
%{_bindir}/qantenna

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%global optflags %{optflags} -fpermissive
%qmake_qt5 \
	PREFIX=%{_prefix} qantenna.pro

%make

%install
%makeinstall_qt


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.0-3
- (f0afb5b) Fix build with Qt 5.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14183 |14cu|qarecord-0.5.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           qarecord
Summary:        QT based ALSA recording interface
Version:        0.5.0
Release:        8

Source0:        http://dl.sf.net/alsamodular/%{name}-%{version}.tar.bz2
Patch0:         qarecord-0.5.0-upstream1.patch
Patch1:         qarecord-0.5.0-rus.patch
URL:            http://alsamodular.sourceforge.net/
License:        GPLv2
Group:          Sound
BuildRequires:  qt4-devel alsa-oss-devel
BuildRequires:	pkgconfig(jack)

%description
QARecord is a simple multithreaded stereo recording tool. It can record both
16 bit and 32 bit WAVs. By using a large ringbuffer for the captured data,
buffer overruns are avoided. QARecord can also be used as JACK client. 

%prep
%setup -q
%patch0 -p1
%patch1 -p1
iconv -f=latin1 -t=utf8 man/de/%{name}.1 -o man/de/%{name}.1
iconv -f=latin1 -t=utf8 man/fr/%{name}.1 -o man/fr/%{name}.1

%build
%configure2_5x
%make

%install
%makeinstall_std

install -D -m 0644 src/pixmaps/%{name}_48.xpm %{buildroot}%{_datadir}/pixmaps/%{name}.xpm

mkdir -p %{buildroot}/etc/modules-load.d
echo "snd_seq" > %{buildroot}/etc/modules-load.d/%{name}.conf

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=QARecord
Name[ru]=QARecord
Comment=ALSA recording GUI
Comment[ru]=Запись звука
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;Audio;Recorder;
EOF

%post
modprobe snd_seq

%files
%doc README NEWS COPYING AUTHORS 
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.xpm
%{_mandir}/man1/*
%lang(de) %{_mandir}/de/man1/*
%lang(fr) %{_mandir}/fr/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop
/etc/modules-load.d/%{name}.conf


%changelog

* Fri Jan 29 2016 VictorR2007 <victorr2007@yandex.ru> 0.5.0-8
- (bf42760) Added Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14184 |14cu|qarte-3.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           qarte
Version:        3.4.0
Release:        1
License:        GPLv3
Url:            https://launchpad.net/qarte
Source0:        http://oqapy.eu/releases/%{name}-%{version}.tar.gz
Group:          Video
Summary:        A browser for the arte.tv website
Requires:       python-notify
Requires:       python-qt4-gui
Requires:       python-qt4-svg
Requires:       rtmpdump
BuildArch:      noarch

%description
Qarte lets you browse the archives of arte+7 & arteLiveWeb sites, and record
your favourite programs.

%prep
%setup -q 

%build

%install
install -D -m 755 %{name} %{buildroot}%{_bindir}/%{name}

install -d %{buildroot}%{_datadir}/%{name}
cp -a *.py* medias \
      %{buildroot}%{_datadir}/%{name}

chmod -R a+r %{buildroot}%{_datadir}/%{name}

install -D -m 644 q_arte.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
install -D %{name}.png %{buildroot}%{_iconsdir}/%{name}.png
install -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

install -D -m 644 locale/de/LC_MESSAGES/%{name}.mo %{buildroot}%{_datadir}/locale/de/LC_MESSAGES/%{name}.mo
install -D -m 644 locale/fr/LC_MESSAGES/%{name}.mo %{buildroot}%{_datadir}/locale/fr/LC_MESSAGES/%{name}.mo
install -D -m 644 locale/pt/LC_MESSAGES/%{name}.mo %{buildroot}%{_datadir}/locale/pt/LC_MESSAGES/%{name}.mo

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_mandir}/man1/%{name}.1*

%changelog

* Tue Oct 11 2016 Denis Silakov <dsilakov@gmail.com> 3.4.0-1
- (84b7fdb) Updated to 3.4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14185 |14cu|qastools-0.21.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A collection of Qt-based mixer and setup tools for the Linux sound system ALSA
Name:		qastools
Version:	0.21.0
Release:	2
License:	GPLv3+
Group:		Sound
Url:		http://xwmw.org/qastools
Source0:	http://sourceforge.net/projects/qastools/files/%{version}/%{name}_%{version}.tar.xz
BuildRequires:	cmake >= 2.8.11
BuildRequires:	desktop-file-utils
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(udev)
%rename		qasmixer

%description
A collection of Qt-based mixer and setup tools for the Linux sound system ALSA.

%files
%doc CHANGELOG COPYING README
%{_bindir}/qasconfig
%{_bindir}/qashctl
%{_bindir}/qasmixer
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_mandir}/man1/qasconfig.1.*
%{_mandir}/man1/qashctl.1.*
%{_mandir}/man1/qasmixer.1.*
%{_datadir}/%{name}/icons/*.svg
%{_datadir}/%{name}/widgets/sw_joined_*.svg
%{_datadir}/%{name}/l10n/%{name}_*.qm

#-----------------------------------------------------------------------------

%prep
%setup -q -n %{name}_%{version}
find . -perm 0640 | xargs chmod 0644

%build
%cmake
%make

%install
%makeinstall_std -C build

# make the .desktop file compliant with freedesktop specs
for i in qasconfig qashctl qasmixer;
do
desktop-file-install --add-category="X-MandrivaLinux-Sound" \
%{buildroot}%{_datadir}/applications/$i.desktop

desktop-file-validate %{buildroot}%{_datadir}/applications/$i.desktop
done

# it'll be %%doc'ed
rm -f %{buildroot}%{_datadir}/%{name}/COPYING


%changelog

* Mon Sep 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.21.0-2
- (760c775) Spec cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14186 |14cu|qbittorrent-3.3.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without nox

%define oname qBittorrent

Summary:	A lightweight but featureful BitTorrent client
Name:		qbittorrent
Version:	3.3.10
Release:	1
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://www.qbittorrent.org/
# Source0:	https://github.com/qbittorrent/qBittorrent/archive/release-%{version}.tar.gz?/%{oname}-release-%{version}.tar.gz
Source0:	https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-%{version}/qbittorrent-%{version}.tar.xz
Patch0:		%{name}-3.2.5-menu.patch
# https://github.com/qbittorrent/qBittorrent/issues/5933
Patch1:		qbittorrent-3.3.10-error-libtorrent.patch
BuildRequires:	boost-devel
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(libtorrent-rasterbar)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(zlib)
Requires:	geoip
Requires:	python

%description
A lightweight but feature-full BitTorrent client that aims to be very easy
to use. It is multi-platform and provides a Qt graphical interface.

%files
%doc AUTHORS Changelog COPYING NEWS README.md TODO
%{_bindir}/%{name}
%{_datadir}/applications/qBittorrent.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/appdata/qBittorrent.appdata.xml
%{_datadir}/pixmaps/qbittorrent.png
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%if %{with nox}
%package nox
Summary:	A Headless Bittorrent Client
Group:		Networking/File transfer

%description nox
A Headless Bittorrent Client with a feature rich Web UI allowing users to
control the clinet remotely.

%files -n  %{name}-nox
%{_bindir}/%{name}-nox
%{_mandir}/man1/%{name}-nox.1*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%setup_compile_flags
# headless aka nox
%if %{with nox}
mkdir build-nox
pushd build-nox
  ../configure \
	--prefix=%{_prefix} \
	--disable-gui
  cp conf.pri ..
  %make
  mv -f ../conf.pri ../conf.pri.nox
popd
%endif

# GUI
mkdir build-gui
pushd build-gui
  ../configure \
	--prefix=%{_prefix}
  cp conf.pri ..
  %make
  mv -f ../conf.pri ../conf.pri.gui
popd

%install
# install headless part
%if %{with nox}
cp -f conf.pri.nox conf.pri
pushd build-nox
  make INSTALL_ROOT=%{buildroot} install STRIP=true
popd
%endif

# install gui
cp -f conf.pri.gui conf.pri
pushd build-gui
  make INSTALL_ROOT=%{buildroot} install STRIP=true
popd

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14187 |14cu|qcalcmultifilehash-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname QCalcMultiFileHash

Summary:	Hash calculator
Name:		qcalcmultifilehash
Version:	1.0.0
Release:	3
License:	GPLv2+
Group:		File tools
Url:		https://bitbucket.org/admsasha/qcalcmultifilehash
Source0:	https://bitbucket.org/admsasha/qcalcmultifilehash/downloads/%{oname}_v%{version}.zip
Source1:	%{oname}.png
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Hash calculator (SHA1, SHA-224, SHA-256, SHA-384, SHA-512, MD5, CRC32, CRC8).

%files
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/*
%{_iconsdir}/hicolor/32x32/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}

%build
%qmake_qt5
lupdate-qt5 ./QCalcMultiFileHash.pro
lrelease-qt5 ./QCalcMultiFileHash.pro
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 Bin/%{name} %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_datadir}/%{name}
install -m 644 *.qm %{buildroot}%{_datadir}/%{name}/

mkdir -p %{buildroot}%{_iconsdir}/hicolor/32x32/apps/
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png

mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=QCalcMultiFileHash
Comment=Hash calculator
Type=Application
Exec=%{name}
Icon=%{name}
Categories=Utility;Qt;
EOF


%changelog

* Wed Aug 30 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-3
- (43ea9a1) Build requires pkgconfig(openssl)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14188 |14cu|qconnman-ui-0-0.20140513.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20140513

Summary:	Qt GUI for Connman
Name:		qconnman-ui
Version:	0
Release:	0.%{git}.1
License:	LGPLv2.1+
Group:		Networking/Other
Url:		https://github.com/OSSystems/qconnman-ui
# git snapshot
Source0:	%{name}-%{git}.tar.bz2
# from their git
Source1:	qconnman-ui.png
BuildRequires:	imagemagick
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(qconnman)
Requires:	connman

%description
Qt GUI for Connman. It requires that Connman is installed and running.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/qconnman/i18n/*.qm
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{git}

%build
%qmake_qt4
%make

%install
make install INSTALL_ROOT=%{buildroot}%{_prefix}

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=QConnMan-UI
Comment=GUI for Connman
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Network;Utility;
EOF

# install menu icons
for N in 16 32 48 64;
do
convert %{SOURCE1} -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog
* Wed Sep 17 2014 Rosa <rosa@abf.rosalinux.ru> 0-0.20140513.1
+ Revision: 5ce1883
- Automatic import for version 0-0.20140513.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14189 |14cu|qdbm-1.8.78-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 14
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Quick Database Manager
Name:		qdbm
Version:	1.8.78
Release:	1
License:	LGPLv2.1+
Group:		Databases
Url:		http://qdbm.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz

%description
QDBM is an embeded database library compatible with GDBM and NDBM. It features
hash database and B+ tree database and is developed referring to GDBM for the
purpose of the following three points: higher processing speed, smaller size
of a database file, and simpler API. This package includes APIs for C, C++,
and Java. CGI scripts are also contained. APIs for Perl and Ruby should be
installed with a source package.

%files
%doc COPYING ChangeLog NEWS README THANKS
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	QDBM shared library
Group:		System/Libraries

%description -n %{libname}
QDBM shared library.

%files -n %{libname}
%{_libdir}/libqdbm.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers of %{name} for development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
QDBM development package: static libraries, header files, and the like.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/*.h
%{_libdir}/libqdbm.a
%{_libdir}/pkgconfig/qdbm.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CPPFLAGS="%{optflags}"
%configure2_5x
%make

%install
%makeinstall_std

# remove docs (they should be installed by %doc)
rm -f %{buildroot}%{_datadir}/qdbm/{COPYING,ChangeLog,NEWS,THANKS,*.html}


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.78-1
- (1d055cf) Fix files and build flags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14190 |14cu|qdevelop-0.29-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	A Development Environment for Qt4
Name:		qdevelop
Version:	0.29
Release:	1
License:	GPLv2
Group:		Development/C++
URL:		http://qdevelop.org/
Source:		http://qdevelop.org/public/release/%{name}-v%{version}.tar.gz
Source1:	qdevelop-16.png
Source2:	qdevelop-32.png
Source3:	qdevelop-48.png
# http://code.google.com/p/qdevelop/issues/detail?id=391
Patch0:		%{name}-%{version}-mga-i18n-desktop.patch

BuildRequires:	cmake 
BuildRequires:	qt4-devel
Requires:		qt4-devel
Requires: 		ctags
Requires:		gdb
Requires: 		qt4-designer
Requires:		qt4-assistant
Requires:		qt4-linguist

%description 
QDevelop is a development environment entirely dedicated to Qt4.
QDevelop requires Qt4, gcc under Linux or MinGW under Windows,
possibly gdb for program debugging and ctags for code completion.
QDevelop is available in English, French, German, Dutch, Polish,
Spanish, Chinese, Russian, Italian, Ukrainian, Czech and
Portuguese. 

QDevelop is not a Kdevelop like or reduced. It's an independent IDE
dedicated to Qt and is totally independent of KDevelop. Less complete,
but faster, light and especially multi-platforms. QDevelop and
KDevelop have different code sources.

%prep
%setup -qn %{name}-v%{version}
%patch0 -p1
# for wrong-script-end-of-line-encoding
sed -i -e 's/\r//' README.txt
# hardcoded lib path
sed -i -e "s/lib/%{_lib}/" src/mainimpl.cpp
# Change translation directory
sed -i -e "s/lib\//share\//" src/main.cpp
# Change initialization to avoid compilation error with Qt 4.7.0
sed -i -e "s/=0/=QString::null/" src/build.h
sed -i -e "s/ttf=0/ttf=QString::null/" src/textEdit.h

%build
%{qt4bin}/lrelease QDevelop.pro
%qmake_qt4 -recursive
%make
# plugins compilation
cd plugins
for pluginName in $(ls)
do
   cd $pluginName
   %qmake_qt4
   %make
   cd ..
done

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}
mkdir -p %{buildroot}/%{_iconsdir}
mkdir -p %{buildroot}/%{_miconsdir}
mkdir -p %{buildroot}/%{_liconsdir}
install %{SOURCE1} %{buildroot}/%{_miconsdir}/%{name}.png
install %{SOURCE2} %{buildroot}/%{_iconsdir}/%{name}.png
install %{SOURCE3} %{buildroot}/%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/pixmaps/ %{buildroot}%{_libdir}/%{name}/plugins/ %{buildroot}%{_datadir}/%{name}/translations/
install -Dp bin/plugins/*.so %{buildroot}%{_libdir}/%{name}/plugins/
install -pDm644 resources/translations/*.qm %{buildroot}%{_datadir}/%{name}/translations/
install -pDm644 resources/images/logo.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
desktop-file-install --mode 644 --dir %{buildroot}%{_datadir}/applications/ %{name}.desktop

%files 
%doc ChangeLog.txt
%doc README.txt
%{_bindir}/*
%{_datadir}/applications/*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}
%{_libdir}/%{name}

%changelog

* Tue Aug 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.29-1
- (3d8fbba) Updated to 0.29



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14191 |14cu|qdigidoc-3.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Estonian digital signature application
Name:		qdigidoc
Version:	3.12.1
Release:	1
License:	LGPLv2+
Group:		Office
Url:		http://id.eesti.ee
Source0:	http://archive.esteid.org/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	qt5-linguist-tools
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libdigidocpp)
BuildRequires:	pkgconfig(libpcsclite)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	ccid
Requires:	opensc
Requires:	pcsc-lite
# fix mga#11352
Requires:	locales-et

%description
QDigiDoc is an application for digitally signing and encrypting documents in
BDoc, DDoc, and CDoc container formats. These file formats are widespread in
Estonia where they are used for storing legally binding digital signatures.

%files
%{_bindir}/qdigidocclient
%{_datadir}/appdata/qdigidoc-client.appdata.xml
%{_datadir}/appdata/qdigidoc-cypto.appdata.xml
%{_datadir}/applications/qdigidoc-client.desktop
%{_datadir}/applications/qdigidoc-crypto.desktop
%{_datadir}/mime/packages/*.xml
%{_datadir}/icons/hicolor/*/*/*.png
%{_datadir}/kde4/services/*.desktop
%{_mandir}/man1/qdigidocclient.1.*

#----------------------------------------------------------------------------

%package nautilus
Summary:	Nautilus extension for %{name}
Group:		Graphical desktop/GNOME
Requires:	%{name} = %{EVRD}
Requires:	nautilus-python
Requires:	python-gi

%description nautilus
The %{name}-nautilus package contains the %{name} extension for the
nautilus file manager.

%files nautilus -f nautilus-qdigidoc.lang
%{_datadir}/nautilus-python/extensions/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
# Fix linking
LDFLAGS="-Wl,--copy-dt-needed-entries"
export LDFLAGS
%cmake ../..
popd

%make -C %{_target_platform}/build

%install
%makeinstall_std -C %{_target_platform}/build

%find_lang nautilus-qdigidoc


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.12.1-1
- (b0f598d) New version 3.12.1
- (b0f598d) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14192 |14cu|qdwizard-1.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          qdwizard
Summary:       Simple Java Swing Wizard API
Version:       1.9
Release:       4
License:       LGPL
Group:	       Sound
Source0:       %{name}-%{version}.tar.bz2
Patch0:        qdwizard-1.9-fix-build.patch
URL: 	       http://qdwizard.sourceforge.net/
BuildArch:     noarch

BuildRequires: ant
BuildRequires: java-devel

%description
* Designed to minimize required code. Only few methods to implement.
* Simple design, only two classes visible by the programmer.
* I18n support for action buttons (en, fr, de, sp, ca, nl for the moment).
* Full branching support, can implement any wizard cinematic.
* Error management using the simple setProblem() method.
* Supports Wizard images natively and resizes image automaticaly.
* Ultra light API: only few KB.
* Actively supported by the Jajuk team.
* Learning curve of 15 minutes maximum.
* Real world samples provided (jajuk classes).

%files 
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

#--------------------------------------------------------------------

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/*

#--------------------------------------------------------------------

%prep
%setup -q -n QDWizard
%patch0 -p0

%build

ant

%install

# jars
install -dm 755 %{buildroot}%{_javadir}
install -m644 qdwizard_releases/qdwizard-1.9/qdwizard-1.9.jar -D %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -r dist/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}



%changelog

* Sat Apr 23 2016 Denis Silakov <dsilakov@gmail.com> 1.9-4
- (e5e3726) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14193 |14cu|qelectrotech-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		qelectrotech
Epoch:		3
Version:	0.5
Release:	2
Summary:	A tool to design electric diagrams
License:	GPLv2+
Group:		Sciences/Other
URL:		http://qelectrotech.org/
Source:		http://download.tuxfamily.org/qet/tags/20151127/%{name}-%{version}-src.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(Qt5Svg)

Requires:	qt5-database-plugin-sqlite

%description
QElectroTech is a Qt5 application to design electric diagrams. It uses XML
files for elements and diagrams, and includes both a diagram editor and an
element editor.

%prep
%setup -q -n %{name}-%{version}%{?prel}-src

sed -e s,/usr/local/,%{_prefix}/, \
    -e /QET_MAN_PATH/s,'man/','share/man', \
    -e /QET_MIME/s,../,, \
    -i %{name}.pro

%build
%qmake_qt5
%make

%install
%make_install INSTALL_ROOT=%{buildroot}

# let files section handle docs
rm -rf %{buildroot}%{_prefix}/doc

desktop-file-install --vendor="" \
		--add-category=Electronics \
		--remove-key=Version \
		--dir=%{buildroot}%{_datadir}/applications/ \
		%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-man

%files -f %{name}.lang
%doc ChangeLog CREDIT ELEMENTS.LICENSE LICENSE README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mimelnk/application/*.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/mime/application/*.xml
%{_datadir}/appdata/%{name}.appdata.xml
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/*/mimetypes/*.png
%{_mandir}/man1/%{name}.1.*



%changelog

* Sat Jun 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 3:0.5-2
- (7a6389a) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14194 |14cu|qgis-2.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Doesnt build with -j16, does with -j12 or lower, we choose -j8
%global make %(cpus=%_smp_mflags;if [ "${cpus##-j}" -gt 8 ];then echo make -j8;else echo make $cpus;fi)

%define __noautoreq '.*libgrass_.*'

%define libanalysis %mklibname qgis_analysis %{version}
%define libcore %mklibname qgis_core %{version}
%define libgui %mklibname qgis_gui %{version}
%define libnetworkanalysis %mklibname qgis_networkanalysis %{version}

%define libgrass %mklibname qgisgrass7_ %{version}
%define libpython %mklibname qgispython %{version}

%define devname %mklibname %{name} -d

Summary:	Geographic Information System for Linux/Unix
Name:		qgis
Version:	2.10.1
Release:	2
License:	GPLv2+
Group:		Sciences/Geosciences
Url:		http://www.qgis.org/
Source0:	http://qgis.org/downloads/%{name}-%{version}.tar.bz2
Source1:	%{name}-mime.xml
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	dos2unix
BuildRequires:	flex
BuildRequires:	grass
BuildRequires:	imagemagick
BuildRequires:	mlocate
BuildRequires:	postgis
BuildRequires:	python-sip
BuildRequires:	gdal-devel
BuildRequires:	geos-devel
BuildRequires:	libqwt-devel
BuildRequires:	python-BioSQL
BuildRequires:	python-qt4-devel
BuildRequires:	qscintilla-qt4-devel
BuildRequires:	qt4-devel
BuildRequires:	qt4-linguist
BuildRequires:	spatialindex-devel
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(proj)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(spatialite)
Requires:	python-BioSQL
Requires:	postgis
Obsoletes:	%{name}-theme-gis < 1.8.0

%description
Quantum GIS (QGIS) is designed to be a Geographic Information System (GIS)
built for Linux/Unix. QGIS will offer support for vector and raster formats.
Currently QGIS supports shapefiles and PostgreSQL/PostGIS layers.

Planned features include:

    * Read and edit shapefiles
    * Display georeferenced rasters (tiff, png, geotiff)
    * Plugins to dynamically add new functionality to the application
    * Support for database tables
    * Support for spatially enabled tables in PostgreSQL using PostGIS
    * Map output
    * Script engine
    * Metadata support

%files
%doc BUGS TODO
%{_bindir}/qbrowser
%{_bindir}/qgis_bench
%{_libdir}/%{name}/crssync
%{_bindir}/%{name}
%{_libdir}/%{name}/qgis_help
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*.so
%exclude %{_libdir}/%{name}/libgrass*.so
%{_datadir}/%{name}/doc
%{_datadir}/applications/*.desktop
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/i18n
%{_datadir}/%{name}/images
%{_datadir}/%{name}/resources
%{_datadir}/%{name}/svg
%{_datadir}/mime/packages/*
%{_datadir}/pixmaps/*
%{_mandir}/man1/*
%{_iconsdir}/hicolor/*/apps/*
%{_iconsdir}/hicolor/*/mimetypes/*

#----------------------------------------------------------------------------

%package -n %{libanalysis}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libanalysis}
Shared library for %{name}.

%files -n %{libanalysis}
%{_libdir}/libqgis_analysis.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libcore}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libcore}
Shared library for %{name}.

%files -n %{libcore}
%{_libdir}/libqgis_core.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libgui}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libgui}
Shared library for %{name}.

%files -n %{libgui}
%{_libdir}/libqgis_gui.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libnetworkanalysis}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libnetworkanalysis}
Shared library for %{name}.

%files -n %{libnetworkanalysis}
%{_libdir}/libqgis_networkanalysis.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libgrass}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libgrass}
Shared library for %{name}.

%files -n %{libgrass}
%{_libdir}/libqgisgrass7.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libpython}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libpython}
Shared library for %{name}.

%files -n %{libpython}
%{_libdir}/libqgispython.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and headers for QGIS
Group:		Sciences/Geosciences
Requires:	%{libanalysis} = %{EVRD}
Requires:	%{libcore} = %{EVRD}
Requires:	%{libgui} = %{EVRD}
Requires:	%{libnetworkanalysis} = %{EVRD}
Requires:	%{libgrass} = %{EVRD}
Requires:	%{libpython} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 2.10.1
Obsoletes:	%{name}-devel < 2.10.1
Conflicts:	qgis < 0.11.0
Conflicts:	qgiss-grass < 0.11.0

%description -n %{devname}
Development headers for QGIS.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/lib%{name}_*.so
%{_libdir}/libqgisgrass7.so
%{_libdir}/libqgispython.so
%{_datadir}/%{name}/FindQGIS.cmake

#----------------------------------------------------------------------------

%package grass
Summary:	QGIS plugins for accessing GRASS data
Group:		Sciences/Geosciences
Requires:	grass
Conflicts:	qgis < 0.11.0

%description grass
This package provides plugins for QGIS that provide access to GRASS data from
within QGIS.

%files grass
%{_libdir}/%{name}/libgrass*.so
%{_libdir}/%{name}/grass
%{_datadir}/%{name}/grass

#----------------------------------------------------------------------------

%package python
Summary:	Python integration and plugins for qgis
Group:		Sciences/Geosciences
Requires:	%{name} = %{EVRD}
Requires:	python-sip
Requires:	python-qt4
Conflicts:	qgis < 0.11.0

%description python
Python integration and plugins for qgis.

%files python
%{_datadir}/%{name}/python

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt4 \
	-DQGIS_LIB_SUBDIR=%{_lib} \
	-DQGIS_PLUGIN_SUBDIR=%{_lib}/qgis \
	-DGRASS_PREFIX=%{_libdir}/grass70

%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}/%{_datadir}/applications
cat > %{buildroot}/%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Quantum GIS
Comment=Quantum Geographic Information System
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Science;Geoscience;Qt;
EOF

mv %{buildroot}/%{_prefix}/man %{buildroot}/%{_datadir}

desktop-file-install \
    --remove-mime-type="application/x-raster-ecw" \
    --remove-mime-type="application/x-raster-mrsid" \
    --dir=%{buildroot}%{_datadir}/applications \
    debian/qgis.desktop

desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
    debian/qbrowser.desktop

# Install MIME type definitions
install -d %{buildroot}%{_datadir}/mime/packages
install -pm0644 %{SOURCE1} \
    %{buildroot}%{_datadir}/mime/packages/%{name}.xml

# Install application and MIME icons
install -pd %{buildroot}%{_datadir}/pixmaps
install -pd %{buildroot}%{_datadir}/icons/hicolor/16x16/apps
install -pd %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
install -pd %{buildroot}%{_datadir}/icons/hicolor/128x128/mimetypes
install -pm0644 \
    %{buildroot}%{_datadir}/%{name}/images/icons/%{name}-icon.png \
    %{buildroot}%{_datadir}/pixmaps/%{name}-icon.png
install -pm0644 \
    images/icons/%{name}-icon-16x16.png \
    %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}-icon.png
install -pm0644 \
    images/icons/%{name}_icon.svg \
    %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}-icon.svg
install -pm0644 \
    %{buildroot}%{_datadir}/%{name}/images/icons/%{name}-mime-icon.png \
    %{buildroot}%{_datadir}/icons/hicolor/128x128/mimetypes/application-x-qgis-layer-settings.png
install -pm0644 \
    %{buildroot}%{_datadir}/%{name}/images/icons/%{name}-mime-icon.png \
    %{buildroot}%{_datadir}/icons/hicolor/128x128/mimetypes/application-x-qgis-project.png

%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.10.1-2
- (39a3da1) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14195 |14cu|qgit-2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary: A git GUI viewer
Name: qgit
Version: 2.5
Release: 1
Source0: http://libre.tibirna.org/attachments/download/9/%{name}-%{version}.tar.gz
Patch0: %{name}-2.5-qmake.patch
Patch1: %{name}-2.5-fix-format.patch
License: GPL
Group: Development/Other
Url: http://repo.or.cz/w/qgit4/redivivus.git
BuildRequires: scons
BuildRequires: qt4-devel
Requires: git-core

%define qtdir /usr/lib/qt4

%description
With qgit you will be able to browse revisions history, view patch content
and changed
files, graphically following different development branches.

Main features
- View revisions, diffs, files history, files annotation, archive tree.
- Commit changes visually cherry picking modified files.
- Apply or format patch series from selected commits, drag and
  drop commits between two instances of qgit.
- qgit implements a GUI for the most common StGIT commands like push/pop
  and apply/format patches. You can also create new patches or refresh
  current top one using the same semantics of git commit, i.e. cherry
  picking single modified files.

%prep
%setup -qn redivivus
%patch0 -p1 -b .qmake
%patch1 -p1 -b .fix-format

%build
qmake %{name}.pro
%make

%install
make install INSTALL_ROOT=%{buildroot}

%clean

%files
%doc README
%{_bindir}/qgit

%changelog
* Sat Dec 27 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.5-1
+ Revision: 2b522cb
- Fixes for version 2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14196 |14cu|qhull-2012.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6.3.0.1483
%define libname %mklibname %{name} %{major}
%define libname6p %mklibname %{name}6_p %{major}
%define devname %mklibname %{name} -d
%define sdevname %mklibname %{name} -d -s

Summary:	Compute convex hulls
Name:		qhull
Version:	2012.1
Release:	6
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.qhull.org/
Source0:	http://www.qhull.org/files/%{name}-%{version}-src.tgz
BuildRequires:	cmake
Patch0:		qhull-2012.1-format.patch

%description
Qhull computes convex hulls, Delaunay triangulations, halfspace
intersections about a point, Voronoi diagrams, furthest-site Delaunay
triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d,
4-d, and higher dimensions. It implements the Quickhull algorithm for
computing the convex hull. Qhull handles roundoff errors from floating
point arithmetic. It can approximate a convex hull.

%files
%doc Announce.txt COPYING.txt README.txt REGISTER.txt
%{_bindir}/qconvex*
%{_bindir}/qdelaunay*
%{_bindir}/qhalf*
%{_bindir}/qhull*
%{_bindir}/qvoronoi*
%{_bindir}/rbox*
%{_bindir}/testqset*
%{_bindir}/user_eg*
%{_mandir}/man1/qhull.1*
%{_mandir}/man1/rbox.1*
%exclude %{_docdir}/%{name}/html

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}qhull6 < 2012.1-6
Obsoletes:	%{_lib}qhull6 < 2012.1-6

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libqhull.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libname6p}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}qhull6 < 2012.1-6

%description -n %{libname6p}
Shared library for %{name}.

%files -n %{libname6p}
%{_libdir}/libqhull6_p.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries for development with %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libname6p} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Header files and libraries for development with %{name}.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/*
%doc %{_docdir}/%{name}/html

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static library for development with %{name}
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
Header files and static library for development with %{name}.

%files -n %{sdevname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
pushd build
    cmake \
	-DCMAKE_INSTALL_PREFIX:PATH=%{buildroot}%{_prefix} \
	-DLIB_INSTALL_DIR:PATH=%{buildroot}%{_libdir} \
	-DMAN_INSTALL_DIR:PATH=%{buildroot}%{_mandir}/man1 \
	-DDOC_INSTALL_DIR:PATH=%{buildroot}%{_docdir}/%{name} \
	 ..
    %make
popd

%install
make -C build install
mkdir -p %{buildroot}%{_docdir}/%{name}
cp -fpa html %{buildroot}%{_docdir}/%{name}

# add some symlinks to satisfy octave configure
ln -sf libqhull %{buildroot}%{_includedir}/qhull
ln -sf libqhull.h %{buildroot}%{_includedir}/qhull/qhull.h


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2012.1-6
- (445c3f7) Move libqhull6_p to individual package
- (445c3f7) Fix library major version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14197 |14cu|qiv-2.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qiv
Version:	2.3.1
Release:	1
Summary:	Gdk/imlib image viewer
Group:		Graphics
License:	GPL+
Url:		http://spiegl.de/qiv/
Source0:	http://spiegl.de/qiv/download/%{name}-%{version}.tgz
Patch0:		qiv-2.2.4-no-strip.patch
BuildRequires:	jpeg-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(xinerama)

%description
qiv is a fast image viewer for X based on gdk and imlib.

%prep
%setup -q
%patch0 -p1

%build
%make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}

#don't change this to %_mandir, since Makefile is not BM

mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man1}
perl -pi -e 's!PREFIX\)/man/man1!PREFIX\)/share/man/man1!g' Makefile
DISPLAY="" make PREFIX=%{buildroot}%{_prefix} install
cp contrib/%{name}-command.example %{buildroot}%{_bindir}/%{name}-command

%files
%doc README Changelog README.COPYING README.INSTALL
%{_bindir}/qiv
%{_bindir}/qiv-command
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/qiv.1*

%changelog
* Mon Feb 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-1
+ Revision: dcf0617
- Added tiff BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14198 |14cu|qjackctl-0.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package	%{nil}

%define	with_qt5	1

Summary:	A QT gui for the JACK audio daemon
Name:		qjackctl
Version:	0.4.2
Release:	1
License:	GPLv2+
Group:		Sound
URL:		http://sourceforge.net/projects/%{name}/
Source0:	http://downloads.sourceforge.net/%{name}/files/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
%if %{with_qt5}
BuildRequires:	pkgconfig(Qt5Core) >= 5.1
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	qt5-linguist-tools
%else
BuildRequires:	qt4-devel >= 4.4
%endif
BuildRequires:	pkgconfig(jack) >= 0.118.3
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
# For metadata it needs 0.124.1
Requires:	jack >= 0.118.3
Requires:	hicolor-icon-theme

%description
JACK Audio Connection Kit - Qt GUI Interface: A simple Qt application to
control the JACK server daemon.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO
%{_bindir}/%{name}
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_mandir}/man1/*

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure	--enable-jack-version \
		--enable-jack-port-aliases \
		--enable-jack-midi \
		--disable-jack-metadata \
		--enable-alsa-seq \
		--enable-portaudio \
		--enable-dbus \
%if %{with_qt5}
		--enable-qt5 \
		--disable-qt4 \
%else
		--disable-qt5 \
		--enable-qt4 \
%endif
		--enable-system-tray \
		--enable-xunique \
		--localedir=%{_datadir}/%{name}/locale/
%make


%install
%makeinstall_std

# Fix the .desktop file
# Not needed:
#  --vendor="" 
#  --remove-category="ALSA"
#  --remove-category="JACK"
#  --remove-category="MIDI"
desktop-file-install \
		    --remove-key="X-SuSE-translate" \
		    --add-category="X-MandrivaLinux-Sound" \
		    --set-key="Exec" --set-value="qjackctl" \
		    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

# Massage icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -size 48x48 src/images/%{name}.png %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -size 32x32 src/images/%{name}.png %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 src/images/%{name}.png %{buildroot}/%{_miconsdir}/%{name}.png

%find_lang %{name} --with-qt

%changelog

* Wed Apr 06 2016 Giovanni Mariani <mc2374@mclink.it> 0.4.2-1
- (4291d1f) Updated to release 0.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14199 |14cu|qjoypad-4.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Emulate keyboard or mouse actions with a joystick
Name:		qjoypad
Version:	4.2.1
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://qjoypad.sourceforge.net/
# Fork by a new maintainer
Source0:	https://github.com/panzi/qjoypad/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	imagemagick

%description
QJoyPad converts input from a gamepad or joystick into key-presses or mouse
actions, letting you control any X program with your game controller.
It comes with a convenient and easy-to-use interface.

%files
%doc LICENSE.txt README.md
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q


%build
%cmake
%make


%install
%makeinstall_std -C build

# Add more icons (other than 24x24 and 64x64 from sources) for the menu
pushd icons
	convert gamepad4-64x64.png -resize 48x48 %{name}-48x48.png
	install -D -m 644 %{name}-48x48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

	convert gamepad4-64x64.png -resize 32x32 %{name}-32x32.png
	install -D -m 644 %{name}-32x32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png

	convert gamepad4-64x64.png -resize 16x16 %{name}-16x16.png
	install -D -m 644 %{name}-16x16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
popd

desktop-file-edit --add-category="Settings" %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog

* Mon Jan 04 2016 Giovanni Mariani <mc2374@mclink.it> 4.2.1-1
- (9c3bf78) Updated to release 4.2.1, update Source URL (new maintainer) and fixed file list



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14200 |14cu|qlandkartegt-1.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GPS device mapping tool
Name:		qlandkartegt
Version:	1.8.1
Release:	2
License:	GPLv2+
Group:		Communications
Url:		http://www.qlandkarte.org/
Source0:	http://downloads.sourceforge.net/qlandkartegt/%{name}-%{version}.tar.gz
Patch0:		qlandkartegt-1.3.0-fedora-glu.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	gdal-devel
BuildRequires:	jpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libdmtx)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libgpsd)
BuildRequires:	pkgconfig(proj)
BuildRequires:	pkgconfig(zlib)
Requires:	garmindev(interface) = 1.18
Requires:	gpsbabel
Suggests:	gdal
Obsoletes:	qlandkarte < %{version}
Provides:	qlandkarte = %{version}

%description
QLandkarte GT is the ultimate outdoor aficionado's tool for GPS maps in
GeoTiff format as well as Garmin's img vector map format. Additional it is
the PC side frontend to QLandkarte M, a moving map application for mobile
devices. And it fills the gap Garmin leaves in refusing to support Linux.
QLandkarte GT is the proof that writing portable applications for Unix,
Windows and OSX is feasible with a minimum of overhead. No excuses!

QLandkarte GT does replace the original QLandkarte with a much more
flexible architecture. It's not limited to a map format or device. Thus
if you think your Magellan GPS or other should be supported, join the team.

Additionally it is a front end to the GDAL tools, to make georeferencing
scanned maps feasible for the normal user. Compared to similar tools like
QGis, it's target users are more on the consumer side than on the scientific
one. QLandkarte GT might not let you select every possible feature of the
GDAL tools, but it will simplify their use to the demands of most users.

%files
%doc copying changelog.txt
%{_bindir}/%{name}
%{_bindir}/map2gcm
%{_bindir}/map2jnx
%{_bindir}/map2rmap
%{_bindir}/map2rmp
%{_bindir}/cache2gtiff
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake -DBUILD_SHARED_LIBS:BOOL=OFF -DGPX_EXTENSIONS=ON
%make VERBOSE=1

%install
%makeinstall_std -C build
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog

* Thu Dec 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.1-2
- (ac370de) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14201 |14cu|qlipper-2.0.3-0.11172015.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define date 11172015

Name:		qlipper
Version: 	2.0.3
Release: 	0.%{date}.1
License:	GPLv2
#Source:		http://qlipper.googlecode.com/files/%{name}-%{version}.tar.bz2
Source:		%{name}-master.zip
#Patch0:		qlipper-2.0.2-qtsa-includedir.patch
URL:		https://github.com/pvanek/qlipper/
Group:		Text tools
Summary:	Lightweight clipboard history
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools
BuildRequires:	cmake
BuildRequires:	imagemagick
#BuildRequires:	libqxt-devel
#BuildRequires:	qtsingleapplication-devel

%description
Lightweight and cross-platform clipboard history applet.

%prep
%setup -qn %{name}-master
# % apply_patches

%build
%cmake_qt5 -DCMAKE_BUILD_TYPE=release 
%make

%install
%makeinstall_std -C build

install -d -D -m 755 %{buildroot}%{_datadir}/pixmaps
install -d -D -m 755 %{buildroot}%{_iconsdir}

install -D src/icons/%{name}.png %{buildroot}%{_iconsdir}
convert %{buildroot}%{_iconsdir}/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.xpm

desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-qt

%files -f %{name}.lang
%doc COPYING README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.*
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/pixmaps/%{name}.*

%changelog

* Wed Nov 25 2015 Denis Silakov <dsilakov@gmail.com> 2.0.3-0.11172015.1
- (bd7b67e) Fix qt5 BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14202 |14cu|qmapshack-1.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qmapshack
Version:	1.6.1
Release:	1
Summary:	GPS mapping and management tool
Group:		Communications
License:	GPLv3+
URL:		https://bitbucket.org/maproom/qmapshack/wiki/Home
Source0:	https://bitbucket.org/maproom/%{name}/downloads/%{name}-%{version}.tar.gz
Patch0:		qmapshack-0.11.0-cmake28.patch
# use planetsplitter from routino package
Patch1:		qmapshack-1.3.1-system-routino.diff
Requires:	proj
Requires:	gdal
Requires:	routino

BuildRequires:	cmake
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	qt5-linguist
BuildRequires:	qt5-linguist-tools
BuildRequires:	qt5-tools
BuildRequires:	pkgconfig(proj)
BuildRequires:	pkgconfig(gdal)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(libdmtx)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	routino
BuildRequires:	routino-devel
BuildRequires:	pkgconfig(xerces-c)


%description
QMapShack provides a versatile tool for GPS maps in GeoTiff format as well as
Garmin's img vector map format. You can also view and edit your GPX tracks.
QMapShack is the successor of QLandkarteGT.

Main features:
- use of several work-spaces
- use several maps on a work-space
- handle data project-oriented
- exchange data with the device by drag-n-drop


%prep
%setup -q
#apply_patches

%build
%cmake -DBUILD_SHARED_LIBS:BOOL=OFF ..
%make VERBOSE=1


%install
cd build
%makeinstall_std

desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop


%files
%doc LICENSE changelog.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/QMapShack.png
%{_datadir}/icons/hicolor/32x32/apps/QMapShack.png
%{_datadir}/icons/hicolor/48x48/apps/QMapShack.png
%{_datadir}/icons/hicolor/scalable/apps/QMapShack.svg
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.*


%changelog

* Tue Apr 26 2016 dsilakov <denis.silakov@rosalab.ru> 1.6.1-1
- (ed75249) Merge pull request #1 from djam/qmapshack:rosa2014.1
- (ed75249) Update to new version 1.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14203 |14cu|qmc2-0.61-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# sdlmame & sdlmess templates section is commented out because
# templates are up to date at this moment but sometimes we need to
# update them from SVN

Summary:	M.A.M.E. Catalog / Launcher II
Name:		qmc2
Version:	0.61
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Emulators
Url:		http://qmc2.batcom-it.net
#alt url	http://qmc2.arcadehits.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
#http://qmc2.svn.sourceforge.net/viewvc/qmc2/trunk/data/opt/SDLMAME/template.xml?revision=2835
#Source1:	sdlmame-0.142u4-template.xml
#http://qmc2.svn.sourceforge.net/viewvc/qmc2/trunk/data/opt/SDLMESS/template.xml?revision=2755
#Source2:	sdlmess-0.142u3-template.xml
Source10:	qmc2-48.png
# EMULATOR build option is removed since MAME and MESS merge in upstream (0.162+)
# We use SDLMAME instead of MAME as QMC2_EMULATOR
Patch0:		qmc2-0.53-sdlmame.patch
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	rsync

#not requiring non-free
Suggests:	sdlmame
Suggests:	sdlmame-extra-data

%description
QMC2 is a Qt4 based front-end for SDLMAME (including SDLMESS functionality).

%files
%{_bindir}/%{name}
%{_bindir}/%{name}-sdlmame
%{_bindir}/%{name}-arcade
%{_datadir}/%{name}
%{_datadir}/applications/%{name}-sdlmame.desktop
%{_datadir}/applications/%{name}-arcade.desktop
%{_iconsdir}/%{name}.png
%{_iconsdir}/%{name}-arcade.png
%config %{_sysconfdir}/%{name}/%{name}.ini

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p1
#updates sdlmame & sdlmess templates
#cp -f %{SOURCE1} data/opt/SDLMAME/template.xml
#cp -f %{SOURCE2} data/opt/SDLMESS/template.xml

%build
# to debug qmc2, add DEBUG=1 and install the -debug package too.
%make \
 QTDIR=%{_prefix}/lib/qt4 \
 PREFIX=%{_prefix} \
 CXX_FLAGS="%{optflags}" \
 JOYSTICK=1 \
 OPENGL=1 \
 SDL=2

%make \
 CXX_FLAGS="%{optflags}" \
 SDL=2 \
 arcade

%install
%makeinstall \
 PREFIX=%{_prefix} \
 DESTDIR=%{buildroot} \
 QTDIR=%{_prefix}/lib/qt4

#install qmc2-arcade
install -m 755 arcade/%{name}-arcade %{buildroot}%{_bindir}/%{name}-arcade

#icons
install -d -m 755 %{buildroot}%{_iconsdir}
install -m 644 %{SOURCE10} %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 arcade/images/%{name}-arcade.png %{buildroot}%{_iconsdir}/%{name}-arcade.png

#xdg menus
install -d -m 755 %{buildroot}%{_datadir}/applications

cat<<EOF>%{buildroot}%{_datadir}/applications/%{name}-sdlmame.desktop
[Desktop Entry]
Encoding=UTF-8
Name=QMC2 (SDL MAME & MESS)
Comment=%{summary}
Exec=%{_bindir}/%{name}-sdlmame
Icon=%{name}
Terminal=false
Type=Application
Categories=Emulator;Game;
EOF

cat<<EOF>%{buildroot}%{_datadir}/applications/%{name}-arcade.desktop
[Desktop Entry]
Encoding=UTF-8
Name=QMC2 (Arcade)
Comment=%{summary}
Exec=%{_bindir}/%{name}-arcade
Icon=%{name}-arcade.png
Terminal=false
Type=Application
Categories=Emulator;Game;
EOF


%changelog

* Thu Feb 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.61-1
- (8a2712b) New version 0.61



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14204 |14cu|qmidiarp-0.6.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Leave git option intact, but update to new release
%define	git		0
%define	gitdate	20170721

Summary:	Arpgeggiator, sequencer and LFO for JACK and ALSA
Name:		qmidiarp
%if %{git}
Version:	0.6.5
Release:	0.%{gitdate}.0
%else
Version:	0.6.5
Release:	1
%endif
License:	GPLv2+
Group:		Sound
Url:		http://qmidiarp.sourceforge.net/
%if %{git}
Source0:	%{name}-%{gitdate}.tar.xz
%else
Source0:	https://download.sf.net/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
%endif
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo) >= 0.26
BuildRequires:	pkgconfig(lv2) >= 1.10
BuildRequires:	pkgconfig(Qt5Core) >= 5.1
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	qt5-linguist-tools
Suggests:	%{name}-plugins-lv2

%description
Advanced arpeggiator, step sequencer and MIDI LFO for JACK and ALSA.

%files -f %{name}.lang
%doc README NEWS COPYING AUTHORS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/metainfo/%{name}.appdata.xml 
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%docdir %{_mandir}/man1/*
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%package plugins-lv2
Summary:	LV2 Plugins of the qmidiarp MIDI modules with Qt GUI
Group:		Sound
Requires:	lv2

%description plugins-lv2
This package contains the QMidiArp LV2 plugins of the three modules with
Qt-GUIs. QMidiArp is an advanced arpeggiator, step sequencer and
MIDI LFO for JACK and ALSA.

%files plugins-lv2
%doc COPYING
%dir %{_libdir}/lv2
%{_libdir}/lv2/*

#----------------------------------------------------------------------------

%prep
%if %{git}
%setup -qn %{name}-%{gitdate}
%else
%setup -q
%endif


%build
%global optflags %{optflags} -std=gnu++11
autoreconf -vfi
%configure2_5x \
	--enable-translations

%make


%install
%makeinstall_std

desktop-file-edit \
	--add-category="X-MandrivaLinux-Multimedia-Sound;" \
	--set-generic-name="Midi arpeggiator" \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-man


%changelog

* Fri Dec 22 2017 emuse <goemusic@yahoo.fr> 0.6.5-1
- (f426f4f) Update to new version 0.6.5
- (f426f4f) o Removed patch from older release
- (f426f4f) o Build against qt5 is now default
- (f426f4f) o Fixed source URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14205 |14cu|qml-material-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Material Design implemented in QtQuick
Name:		qml-material
Version:	0.2.0
Release:	1
License:	GPLv2
Group:		Graphical desktop/KDE 
URL:		https://github.com/papyros/qml-material
Source0:	https://github.com/papyros/qml-material/archive/v%{version}.tar.gz
Source1:	https://raw.githubusercontent.com/papyros/docmaker/master/docmaker.py
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(Qt5QuickTest)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Declarative)

%description
This is a library of QML widgets implementing
Google's Material Design.

%files
%doc COPYING *.md 
%dir %{_qt5_libdir}/qt5/qml/Material
%dir %{_qt5_libdir}/qt5/qml/QtQuick/Controls/Styles/Material
%{_qt5_libdir}/qt5/qml/Material/*
%{_qt5_libdir}/qt5/tests/tst_material/tst_material
%{_qt5_libdir}/qt5/qml/QtQuick/Controls/Styles/Material/*.qml
%{_qt5_libdir}/qt5/qml/QtQuick/Controls/Styles/Material/qmldir
#------------------------------------------------------------
%prep
%setup -q
# make rpmlint happy
chmod -x tests/tests.cpp
find . -type f -name '*.svg' -exec chmod -x {} \;

%build
%qmake_qt5
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}
rm -rf %{_buildroot}%{_qt5_libdir}/qt5/tests/tst_material/tst_material



%changelog

* Fri Mar 18 2016 abfonly <abfonly@gmail.com> 0.2.0-1
- (7613323) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14206 |14cu|qmmp-plugin-youtube-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	YouTube plugin for QMMP
Name:		qmmp-plugin-youtube
Version:	0.1
Release:	3
License:	GPLv3+
Group:		Sound
Url:		https://github.com/rigon/qmmp-plugin-youtube
Source0:	https://github.com/rigon/%{name}/archive/v%{version}.tar.gz
Patch0:		qmmp-plugin-youtube-0.1-qjson-qt5.patch
Patch1:		qmmp-plugin-youtube-python3.4.patch
BuildRequires:	qmmp >= 1.0.7
BuildRequires:	pythonqt-qt5-devel
BuildRequires:	pkgconfig(qmmp) >= 1.0.7
BuildRequires:	pkgconfig(qmmpui) >= 1.0.7
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(QJson-qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	youtube-dl
Requires:	qmmp

%description
Plugin for Qt-based Multimedia Player (Qmmp) to search and play
musics directly from YouTube.

%files
%doc *.md
%{_libdir}/qmmp/General/libyoutube.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%if %{mdvver} < 201610
%patch1 -p1
perl -pi -e "s|python3.5m|python3.4m|"  youtube.pro
%endif

%build
%qmake_qt5
%make

%install
mkdir -p %{buildroot}/%{_libdir}/qmmp/General
cp -pr libyoutube.so.1.0.0 %{buildroot}/%{_libdir}/qmmp/General/libyoutube.so


%changelog

* Tue Jan 10 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-3
- (f15f15d) Make sure to use Qt5 version of QJson



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14207 |14cu|qmplay2-17.12.31-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: qmplay2.spec 
# Generato: http://www.mandrivausers.ro/
#
%define major 1
%define libname %mklibname %{name}_ %{major}
%define devqmplay2 %mklibname %{name} -d
######
%define oname QMPlay2

Summary:	Video player
Name:		qmplay2
Version:	17.12.31
Release:	1
License:	LGPLv3+
Group:		Video
Url:		http://zaps166.sourceforge.net/?app=QMPlay2
Source0:	https://github.com/zaps166/QMPlay2/releases/download/%{version}/QMPlay2-src-%{version}.tar.xz
Source1:	QMplay2.desktop
Source2:	qmplay2_17.10.24.ru.tar.gz
BuildRequires:  cmake
BuildRequires:  qt5-devel
BuildRequires:  qt5-tools
BuildRequires:  qt5-linguist-tools
BuildRequires:  pkgconfig(Qt5OpenGL)
BuildRequires:  pkgconfig(Qt5DBus)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  pkgconfig(Qt5X11Extras)
BuildRequires:  pkgconfig(Qt5Svg)
BuildRequires:  pkgconfig(openssl)
BuildRequires:  pkgconfig(portaudio-2.0)
BuildRequires:  pkgconfig(libpulse)
BuildRequires:  pkgconfig(libavresample)
BuildRequires:  pkgconfig(libva)
BuildRequires:  pkgconfig(libcdio)
BuildRequires:  pkgconfig(libass)
BuildRequires:  pkgconfig(xv)
BuildRequires:  pkgconfig(gl) 
BuildRequires:  pkgconfig(vdpau)
BuildRequires:  pkgconfig(libcddb)
BuildRequires:  pkgconfig(taglib)
BuildRequires:  pkgconfig(libgme)
BuildRequires:  pkgconfig(libsidplayfp)
BuildRequires:  desktop-file-utils
BuildRequires:  imagemagick
BuildRequires:	appstream-util

Requires:       %{libname} = %{EVRD}

%description
QMPlay2 is a video player, it can plays all formats 
and stream supported by ffmpeg and libmodplug 
(including J2B). It has integrated Youtube and Wrzuta browser.

%files  
%doc TODO ChangeLog LICENSE
%{_bindir}/%{oname}
%{_iconsdir}/hicolor/*/apps/QMPlay2.*
# keep this for kde integration
%{_datadir}/solid/actions/QMPlay2-opencda.desktop
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages/*.xml
%{_datadir}/qmplay2/
%{_mandir}/man1/QMPlay2.1.xz
%{_datadir}/metainfo/QMPlay2.appdata.xml
#############################

%package -n %{libname}

Summary:	Shared library of %{name}
Group:		System/Libraries

%description -n %{libname}
qmplay2 dynamic libraries.

%files -n %{libname}
%doc TODO ChangeLog README.md
%{_libdir}/libqmplay2.so
%{_libdir}/qmplay2/modules/*.so

#-----------------------------------------------------------------------------
%package -n %{devqmplay2}

Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:  %{name} = %{EVRD}

%description -n %{devqmplay2}
Development files for %{name}

%files -n %{devqmplay2}
%doc TODO ChangeLog README.md
%dir %{_includedir}/QMPlay2/
%{_includedir}/QMPlay2/*

#-----------------------------------------------------------------------------

%prep
%setup -qn QMPlay2-src-%{version}
pushd lang
tar -xvzf %{SOURCE2}
popd


%build
%cmake -DSOLID_ACTIONS_INSTALL_PATH="/usr/share/solid/actions" \
	-DCMAKE_BUILD_TYPE=Debug -DUSE_PORTAUDIO=ON \
	-DUSE_AVRESAMPLE=ON
	
%setup_compile_flags
%make

%install
%makeinstall_std -C build

# the new desktop.in create a real scum...
rm -fr %{buildroot}%{_datadir}/applications/%{oname}.desktop
desktop-file-install %{SOURCE1} \
  --dir=%{buildroot}%{_datadir}/applications

rm -fr %{buildroot}%{_datadir}/qmplay2/noautoupdates

%changelog

* Sat Jan 20 2018 abfonly <abfonly@gmail.com> 17.12.31-1
- (84a7fb9) Log:
- (84a7fb9) Automaticaly rotate movie or set spherical view if is set in metadata,
- (84a7fb9) update Ukrainian translation file (Alexey Lugin),
- (84a7fb9) add reading of CUE files,
- (84a7fb9) VA-API/OpenGL fixes.

* Sun Dec 24 2017 abfonly <abfonly@gmail.com> 17.12.11-1
- (6a2c89e) Log :Update to QMPlay2-src-17.12.11

* Sun Oct 29 2017 Victor Ryzhikh <victorr2007@yandex.ru> 17.10.24-2
- (2d9c33f) Updated Russian translations

* Sun Oct 29 2017 Victor Ryzhikh <victorr2007@yandex.ru> 17.10.24-1
- (201b87b) Updated Russian translations
- (abfonly: d592f65) Log: Update to 17.10.24

* Sat Oct 07 2017 Victor Ryzhikh <victorr2007@yandex.ru> 17.10.04-2
- (c4bdc0b) Updated Russian translations

* Sat Oct 07 2017 Victor Ryzhikh <victorr2007@yandex.ru> 17.10.04-1
- (3884ead) Updated Russian translations
- (abfonly: e980b85) Log: Update to 17.10.04

* Fri Aug 04 2017 Victor Ryzhikh <victorr2007@yandex.ru> 17.07.25-1
- (9b0d544) Updated to 17.07.25, Updated Russian translations
- (Victor Ryzhikh: e22fd80) Updated to 17.07.25, Updated Russian translations

* Fri Aug 04 2017 Victor Ryzhikh <victorr2007@yandex.ru> 17.06.09-1
- (bb1ee47) Updated to 17.07.25, Updated Russian translations
- (Victor Ryzhikh: 3074346) Updated to 17.06.09, Updated Russian translations

* Sun Jun 11 2017 Victor Ryzhikh <victorr2007@yandex.ru> 17.03.17-2
- (bb8061c) Updated to 17.06.09, Updated Russian translations
- (Victor Ryzhikh: 77bd3e7) Updated Russian translations
- (Victor Ryzhikh: 702916e) Updated Russian translations
- (Victor Ryzhikh: d3c95ca) Updated Russian translations

* Tue Mar 21 2017 abfonly <abfonly@gmail.com> 17.03.17-1
- (e353b7b) Log: Update to 17.03.17
- (e353b7b) add appdata.xml
- (e353b7b) drop youtubr-dl from req
- (e353b7b) spec clean

* Wed Mar 01 2017 abfonly <abfonly@gmail.com> 17.02.12-1
- (d22406d) Log: Update to 17.02.12
- (d22406d) * Fix updating covers (also title, artist and album outside QMPlay2) in network streams,
- (d22406d) * add -Skip- and -Stop after- flags for playlist (Zamarin Arthur),
- (d22406d) * add -Lock- flag for playlist entry - don't allow to remove it,
- (d22406d) * equalizer improvements (presets must be set again),
- (d22406d) * display cover arts in Freedesktop notifications,
- (d22406d) * scale VU meters in Simple Visualization,
- (d22406d) * minor improvements and bug fixes,
- (d22406d) * add quick group synchronization,
- (d22406d) * add Profiles (Zamarin Arthur),
- (d22406d) * displaying still images,
- (d22406d) * add full macOS support.

* Sat Dec 24 2016 abfonly <abfonly@gmail.com> 16.12.23-1
- (6e437f2) Log: Update to 16.12.23
- (6e437f2) New Notifications module (Zamarin Arthur),
- (6e437f2) use cookies obtained from youtube-dl,
- (6e437f2) add Bauer stereophonic-to-binaural DSP,
- (6e437f2) updated German translation (martinkg),
- (6e437f2) add audio dynamic range compressor,
- (6e437f2) bugfix.

* Fri Dec 23 2016 abfonly <abfonly@gmail.com> 16.11.20-1
- (ca89ec6) Log: Update to 16.11.20
- (ca89ec6) -Display real FPS and interlaced video information on Information panel,
- (ca89ec6) -VA-API displays using OpenGL (default behavior),
- (ca89ec6) -updated German translation (martinkg),
- (ca89ec6) -add DXVA2 decoder (limited features),
- (ca89ec6) -fix seeking on interlaced videos,
- (ca89ec6) -CUVID bugfix.

* Sun Nov 06 2016 abfonly <abfonly@gmail.com> 16.11.01-1
- (99ee286) Log: Update to 16.11.01
- (99ee286) build with avresample support
- (99ee286) fixed debug
- (abfonly: e5b11ff) Log: Update to 16.11.01
- (abfonly: e5b11ff) build with avresample support
- (abfonly: e5b11ff) fixed debug

* Sat Oct 01 2016 Victor Ryzhikh <victorr2007@yandex.ru> 16.09.24-1
- (188a1ba) Update to 16.09.24

* Sat Oct 01 2016 Victor Ryzhikh <victorr2007@yandex.ru> 16.09.04-1
- (f3b182b) Update to 16.09.24
- (abfonly: a621f7c) Log: Update to 16.09.04
- (abfonly: a621f7c) enable portaudio _19.25_ only on mrb
- (abfonly: a621f7c) Changes in QMPlay2 build 16.09.04:
- (abfonly: a621f7c) - don't load subtitles which needs decoder without the decoder,
- (abfonly: a621f7c) - add checkbox to disable PBO in OpenGL2 module settings,
- (abfonly: a621f7c) - fix displaying multi-line graphical subtitles,
- (abfonly: a621f7c) - don't crop non-graphics subtitles on zoom,
- (abfonly: a621f7c) - add quality button in YouTube browser,
- (abfonly: a621f7c) - download -youtube-dl- if necessary,
- (abfonly: a621f7c) - get rid of -QtNetwork- module

* Sat Aug 27 2016 abfonly <abfonly@gmail.com> 16.08.19-1
- (b5051bc) Log: Update to 16.08.19
- (b5051bc) fixed BR
- (b5051bc) fixed and enable debug

* Sat Jul 23 2016 Victor Ryzhikh <victorr2007@yandex.ru> 16.07.20-1
- (592a521) Update to 16.07.20

* Sat Jul 23 2016 Victor Ryzhikh <victorr2007@yandex.ru> 16.07.07-1
- (7339025) Updated translations QMplay2.desktop
- (Victor Ryzhikh: 2a8bc92) Update to 16.07.20
- (abfonly: 656ab46) Log: Update to 16.07.07



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14208 |14cu|qnetstatview-1.2.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Shows detailed listings of all TCP and UDP endpoints
Name:		qnetstatview
Version:	1.2.0
Release:	8
License:	GPLv3+
Group:		Networking/Other
Url:		http://qt-apps.org/content/show.php?content=157088
Source0:	http://dansoft.krasnokamensk.ru/data/1016/qnetstatview_source.tar.gz
BuildRequires:	imagemagick
BuildRequires:	libnet-devel
BuildRequires:	libpcap-devel
BuildRequires:	qt4-devel

%description
Shows detailed listings of all TCP and UDP endpoints.

#----------------------------------------------------------------------------

%files
%doc Bin/HISTORY Bin/COPYING
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png


%prep
%setup -q -n %{name}_source
find . -perm 0600 | xargs chmod 0644

%build
%qmake_qt4 QMAKE_CXXFLAGS_RELEASE= %{name}.pro
%make

%install
# install binary
mkdir -p %{buildroot}%{_bindir}
cp Bin/%{name} %{buildroot}%{_bindir}/%{name}

# install locales
mkdir -p %{buildroot}%{_datadir}/%{name}
cp Bin/*.qm %{buildroot}%{_datadir}/%{name}/

# create and install icons
for N in 16 32 48 64 128; do convert %{name}.ico -scale ${N}x${N}! $N.png; done
install -D 16.png -m 644 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D 32.png -m 644 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D 48.png -m 644 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -D 64.png -m 644 %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png -m 644 %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# XDG menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=QNetStatView
Comment=Shows detailed listings of all TCP and UDP endpoints
Icon=%{name}
Exec=%{name}
Terminal=false
Categories=Network;Utility;
EOF


%changelog

* Sun Mar 12 2017 Victor Ryzhikh <victorr2007@yandex.ru> 1.2.0-8
- (6c20354) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14209 |14cu|qnetwalk-1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Game for System Administrators
Name:		qnetwalk
Version:	1.4
Release:	1
License:	GPLv2+
Group:		Games/Puzzles
Url:		http://qt.osdn.org.ua/qnetwalk.html
Source0:	http://qt.osdn.org.ua/%{name}-%{version}.tar.gz
Patch0:		qnetwalk-1.3-datapath.patch
Patch1:		qnetwalk-1.4-makefile.patch
Patch2:		qnetwalk-1.3-sfmt.patch
Patch3:		qnetwalk-1.3-desktop.patch
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)

%description
This is a Qt-version of the popular NetWalk game for system administrators.
You have to connect all computers to the central server with as few clicks
as possible.

%files
%doc COPYING ChangeLog README
%{_gamesbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man6/%{name}.6.*
%{_datadir}/pixmaps/%{name}.xpm
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%qmake_qt4
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}


%changelog
* Mon Jan 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4-1
+ Revision: c557692
- New version 1.4, update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14210 |14cu|qomp-1.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1.3.1
%define libname		%mklibname %{name} %{major}

Summary:	Quick(Qt) Online Music Player
Name:		qomp
Version:	1.3.1
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://qomp.sourceforge.net/
#
# https://sourceforge.net/projects/qomp/files/1.3.1/qomp_1.3.1_src.tar.gz/download
# sourceforge does not offer a direct link to the file
# 
Source0:	qomp_1.3.1_src.tar.gz
BuildRequires:	cmake >= 3.1.0
BuildRequires:	desktop-file-utils
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(libcue)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(zlib)
Requires:	%{name}-plugins = %{EVRD}
Requires:	gstreamer1.0-plugins-good
Suggests:	gstreamer1.0-plugins-bad
Suggests:	gstreamer1.0-plugins-ugly

%description
Quick (Qt) Online Music Player: only one player for different online music
hostings. Main features:
* search and play music from several online music hostings:
	(Yandex.Music, myzuka.ru, pleer.com);
* play music from local filesystem;
* Last.fm scrobbling;
* MPRIS support(Linux only);
* system tray integration;
* proxy-server support;
* playlists support;
* crossplatform (Windows, OS X, Linux, Android).

%files -f %{name}.lang
%doc CHANGELOG.md LICENSE.txt README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/themes/themes.rcc
%{_iconsdir}/hicolor/*/apps/%{name}.png

#---------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries
# do not delete the obsoletes
Obsoletes:	%{libname} < %{EVRD}

%description -n %{libname}
Quick (Qt5) Online Music Player:
one player for different online music hostings.
This package contains the main library for %{name}.

%files -n %{libname}
%doc CHANGELOG.md LICENSE.txt README
%{_libdir}/libqomp.so.%{major}

#----------------------------------------------------------------------------

%package plugins
Summary:	Plugins for %{name}	
Group:		Sound

%description plugins
Quick (Qt5) Online Music Player:
one player for different online music hostings.
This package contains the plugins for %{name}.

%files plugins
%doc CHANGELOG.md LICENSE.txt README
%{_libdir}/%{name}/plugins/*.so

#----------------------------------------------------------------------------

%prep
%setup -q 


%build
%{_qt5_bindir}/lupdate %{name}.pro
%cmake \
    -DCMAKE_INSTALL_PREFIX=/usr/ \
    -DUSE_QT5=ON \
    -DCMAKE_BUILD_TYPE=Release
%make


%install
%makeinstall_std -C build

desktop-file-edit \
	--remove-key=Encoding \
	--set-key=Comment --set-value="Quick Qt5 Online Music Player" \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

%{find_lang} %{name} --with-qt

%changelog

* Sun Jan 21 2018 abfonly <abfonly@gmail.com> 1.3.1-2
- (484044c) Log: Update to 1.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14211 |14cu|qorganizer-3.1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		src qOrganizer
Name:		qorganizer
Version:	3.1.5
Release:	1
Summary:	Personal organizer
License: 	GPLv2
Group: 		Office
Url:		https://sourceforge.net/projects/qorganizer
Source0:	http://kent.dl.sourceforge.net/sourceforge/qorganizer/%{src}-%{version}.tar.gz
Source1:	%{name}.desktop

BuildRequires:	imagemagick
BuildRequires:	qt4-devel

%description
qOrganizer is a general organizer that includes calendar with
jurnal and schedule for every day in which you can choose to
be reminded of events, a general to-do list for your tasks and
also includes features useful for students like timetable and
a booklet with marks and absences.

%prep
%setup -qn %{src}

%build
pushd src
%qmake_qt4
#export PATH=$PATH:%_qt4dir/bin
#qmake "QMAKE_CFLAGS+=%{optflags}" "QMAKE_CXXFLAGS+=%{optflags}" %src.pro
%make

%install
pushd src
install -Dp -m 0755 %{src} %{buildroot}%{_bindir}/%{name}
install -Dp -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -resize 16x16 images/logo.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -resize 32x32 images/logo.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -resize 48x48 images/logo.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%files
%doc CHANGELOG.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog

* Mon Dec 07 2015 Denis Silakov <dsilakov@gmail.com> 3.1.5-1
- (7d7fd27) Fix desktop file location



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14212 |14cu|qpass-1.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qpass
Summary:	Qt4-based password manager
Version:	1.3.2
Release:	1
License:	GPLv2+
Group:		Databases
URL:		http://qpass.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/qpass/source/%{name}-%{version}.tar.bz2
Source1:    qpass_ru.tar.gz
Patch0:     qpass-1.3.2-build_locale_ru.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	libgcrypt-devel

%description
QPass is easy to use, open source password manager application with built-in
password generator. You can store in it's database such data as passwords
and logins which will be encrypted using AES-256 algorithm. Each entry can
include additional information about entry such as name, url adress
and description.

%prep
%setup -q
%patch0 -p1

pushd translations
tar -xvzf %{SOURCE1}
popd

%build
%cmake
%make

%install
%makeinstall_std -C build
%__rm -f %{buildroot}/%{_datadir}/%{name}/{COPYING,README}
%__mkdir_p  %{buildroot}/%{_docdir}
%if %{mdvver} >= 201200
%find_lang %{name} --with-qt --all-name
%else
touch %{name}.lang
%endif

%files -f %{name}.lang
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/translations
%{_datadir}/%{name}/translations/ru.qm
%{_bindir}/qpass
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/qpass.png
%{_datadir}/pixmaps/qpass.png
%doc ChangeLog README
%if %mdvver < 201200
%{_datadir}/%{name}/translations/*
%endif


%changelog

* Tue May 31 2016 Victor Ryzhikh <victorr2007@yandex.ru> 1.3.2-1
- (c7a2de7) Updated now version 1.3.2, Added Russian translations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14213 |14cu|qpdfpresenterconsole-2.5.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sfname qpdfpresenter

Summary:	Beamer-targeted presentation tool
Name:		qpdfpresenterconsole
Version:	2.5.13
Release:	4
License:	MIT
Group:		Graphical desktop/Other
Url:		http://gitorious.org/qpdfpresenterconsole
Source0:	http://sourceforge.net/projects/%{sfname}/files/sources/%{name}-v%{version}.tar.bz2
BuildRequires:	a2x
BuildRequires:	asciidoc
BuildRequires:	cmake
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-xsl
BuildRequires:	libxml2-utils
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(libvlc)
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(Qt3Support)

%description
Presentation console software, similar to what is provided by LibreOffice
Impress' plug-in or Apple Keynote, targeting PDF presentations and especially
those written in LaTeX with the Beamer package. It provides a presentation
console on the main speaker's screen which contains:
 - the current slide if it's a simple pdf presentation, with notes below if
   there is a text file provided that contains slide notes
 - the current notes slide if it contains Beamer notes (left/right notes
   supported)
 - current date and time, current slide number
 - countdown from the start of the presentation
 - timer alarm to notify when the end of your slot is approaching
Slides are pre-rendered in background (current, next, previous) so that
changing slide is smooth and fast. Beamer-embedded (at least using movie15
package) videos are supported through LibVLC and one can provide separate text
file containing notes too. It's also heavily inspired from Pdf Presenter
Console, main differences are background pre-rendering of slides, videos
support, beamer and text file notes support. It should work nice on any
XRandR-capable system.

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/%{name}/*
%{_datadir}/pixmaps/QPdfPresenterConsole.png
%{_datadir}/applications/QPdfPresenterConsole.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-v%{version}

%build
%cmake_qt4
make

%install
%makeinstall_std -C build


%changelog

* Fri Nov 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.13-4
- (20a3da2) Build requires a2x



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14214 |14cu|qpdfview-0.4.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qpdfview
Summary:	Light-weight tabbed PDF, DJVU and PostScript viewer
Version:	0.4.16
Release:	1
License:	GPLv2+
Group:		Office
URL:		https://launchpad.net/qpdfview
Source0:	https://launchpad.net/qpdfview/trunk/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	cups-devel
BuildRequires:	magic-devel
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(ddjvuapi)
BuildRequires:	pkgconfig(libspectre)
BuildRequires:	pkgconfig(poppler-qt5)
BuildRequires:	pkgconfig(zlib)

%description
qpdfview is a light-weight tabbed PDF, DJVU and PostScript viewer.

%prep
%setup -q

%build
lrelease-qt5 %{name}.pro
%qmake_qt5 \
        QMAKE_STRIP="" \
	PLUGIN_INSTALL_PATH="%{_libdir}/%{name}" \
	DATA_INSTALLPATH="%{_datadir}/%{name}" \
	%{name}.pro
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}
install -Dm 0644 icons/%{name}.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
install -Dm 0644 icons/%{name}.svg %{buildroot}%{_datadir}/%{name}/%{name}.svg

# install menu icons
for N in 16 32 48 64 128;
do
convert icons/%{name}.svg -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done
install -D -m 0644 icons/%{name}.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

%find_lang %{name} --with-qt

%files -f %{name}.lang
%{_bindir}/%{name}
%{_libdir}/%{name}/libqpdfview_djvu.so
%{_libdir}/%{name}/libqpdfview_image.so
%{_libdir}/%{name}/libqpdfview_pdf.so
%{_libdir}/%{name}/libqpdfview_ps.so
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/%{name}.svg
%{_datadir}/%{name}/help*.html
%{_datadir}/%{name}/qpdfview_ast.qm
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/appdata/*

%changelog

* Mon Dec 07 2015 Denis Silakov <dsilakov@gmail.com> 0.4.16-1
- (817e7e0) Updated to 0.4.16, rebuild with Qt5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14215 |14cu|qremotecontrol-2.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Remote control your desktop from your mobile
Name:		qremotecontrol
Version:	2.4.1
Release:	1
License:	GPLv3+
Group:		Networking/Other
Url:		http://qremote.org
Source0:	http://downloads.sourceforge.net/project/qrc/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(QtNetwork)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)

%description
With QRemoteControl installed on your desktop you can easily control your
computer via WiFi from your mobile. By using the touch pad of your Phone
you can for example open the internet browser and navigate to the pages you
want to visit, use the music player or your media center without being next
to your PC or laptop. Summarizing QRemoteControl allows you to do almost
everything you would be able to do with a mouse and a keyboard, but from
a greater distance. To make these replacements possible QRemoteControl
offers you a touch pad, a keyboard, multimedia keys and buttons for starting
applications. Even powering on the computer via Wake On Lan is supported.

%files
%doc README
%{_bindir}/qremotecontrol-server
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%qmake_qt4
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}


%changelog

* Sat Aug 15 2015 Rosa <rosa@abf.rosalinux.ru> 2.4.1-1
- (e1421e3) Automatic import for version 2.4.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14216 |14cu|qross-0.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0.1
%define	libname	%mklibname %{oname} %{major}
%define	devname	%mklibname %{oname} -d
%define	oname Qross


Name:           qross
Version:        0.3.1
Release:        1
License:        LGPLv2+
Summary:        A Qt-only fork of Kross
Url:            https://github.com/0xd34df00d/Qross
Group:          System/Libraries
# WARNING: don't forget to remove at least
# src/bindings/csharp directory from upstream sources,
# really only src/bindings/python works now, see more at
Source0:        %{oname}-%{version}.tar.xz

BuildRequires:  cmake >= 2.8
BuildRequires:  fdupes
BuildRequires:  pkgconfig(QtCore)
Requires:  %{libname} = %{EVRD}


%description
Qross is a Qt-only fork of Kross
the KDE scripting framework.
The Qross scripting framework is 
not a scripting language itself. 
It merely serves to plug into C++/Qt 
applications the support for 
other, already existing scripting 
languages, like JavaScript or
Python.


%files  
%doc docs/CHANGES
%{_bindir}/%{name}


%package -n %{libname}
Summary:        A Qt-only fork of Kross
Group:          System/Libraries

%description   -n %{libname}
Qross is a Qt-only fork of Kross
the KDE scripting framework.
The Qross scripting framework is 
not a scripting language itself. 
It merely serves to plug into C++/Qt 
applications the support for 
other, already existing scripting 
languages, like JavaScript or
Python.

%files   -n %{libname}
%doc docs/CHANGES
%{_libdir}/*%{name}*.so.*
%{_libdir}/qt4/plugins/script/*%{name}*.so.*
#-------------------------------------

%package -n %{devname}
Summary:        Development files for %{name}
Group:          Development/C
Requires:       cmake
Requires:       %{libname} = %{EVRD}
Requires:       pkgconfig(QtCore)
Provides:       Qross-devel = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%files -n %{devname}
%doc docs/CHANGES
%{_includedir}/%{name}
%{_libdir}/*%{name}*.so
%{_libdir}/qt4/plugins/script/*%{name}*.so
%dir %{_datadir}/leechcraft
%dir %{_datadir}/leechcraft/cmake
%{_datadir}/leechcraft/cmake/FindQrosscore.cmake
%{_datadir}/cmake/Modules/FindQrosscore.cmake
#-------------------------------------

%prep
%setup -qn %{oname}-%{version}/src/%{name}


%build
mkdir build && cd build

cmake .. \
%ifarch x86_64
        -DLIB_SUFFIX=64 \
%endif
        -DCMAKE_C_FLAGS="%{optflags}" \
        -DCMAKE_CXX_FLAGS="%{optflags}" \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DCMAKE_BUILD_TYPE=RelWithDebInfo

%make VERBOSE=1


%install
cd build
%make_install

%fdupes -s %{buildroot}%{_datadir}







%changelog
* Mon Feb 16 2015 abfonly <abfonly@gmail.com> 0.3.1-1
+ Revision: 3902390
- Updated qross.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14217 |14cu|qsampler-0.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package %{nil}
# Now Qt5 is the default
%define	with_qt4 1

Name:		qsampler
Summary:	LinuxSampler GUI front-end application
Version:	0.3.1
Release:	1
Group:		Sound
License:	GPLv2+
URL:		http://qsampler.sourceforge.net
Source0:	http://downloads.sourceforge.net/qsampler/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(lscp)
%if %{with_qt4}
BuildRequires:	qt4-devel >= 4.4
%else
BuildRequires:	pkgconfig(Qt5Core) >= 5.1
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	qt5-linguist-tools
%endif
BuildRequires:	pkgconfig(gig) >= 4.0.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	desktop-file-utils
Requires:	linuxsampler

%description
QSampler is a LinuxSampler GUI front-end application written in C++ around the
Qt4/5 toolkits using Qt Designer. At the moment it  just wraps as a client
reference interface for the LinuxSampler Control Protocol (LSCP).

%files
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/%{name}/translations/*.qm
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_iconsdir}/hicolor/*/mimetypes/application-x-%{name}-session.*
%{_mandir}/man1/%{name}.1*

#--------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}


%build
%configure2_5x	--enable-libgig \
%if %{with_qt4}
		--with-qt4
%else
		--with-qt5
%endif

%make


%install
%makeinstall_std
# Fix the .desktop file
desktop-file-install	\
		--remove-key="Version" \
		--set-key=Exec --set-value=%{name} \
		--dir %{buildroot}%{_datadir}/applications \
		%{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Wed Dec 23 2015 Giovanni Mariani <mc2374@mclink.it> 0.3.1-1
- (92501f8) Updated to release 0.3.1, added means to build against Qt5 and cleaned specfile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14218 |14cu|qsstv-7.1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		qsstv
Summary: 	QSSTV is an sstv app 
Version: 	7.1.7
Release: 	3
License: 	GPLv2
Group: 		Communications
Source0: 	http://users.telenet.be/on4qz/qsstv/downloads/%{name}_%{version}.tgz
Source1:        qsstv.png
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	hamlib-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	qt4-devel
Patch0:		qsstv-7.1.7-gcc-47.patch

%description
qsstv is an sstv app.
You can send and receive images sent over radio using your soundcard.

%prep
%setup -q -n qsstv_%{version}
    sed -i -e "s:/doc/\$\$TARGET:/doc/qsstv:" \
        -e "s:/usr/local/bin:%{buildroot}/usr/bin:" \
        -e "s:/usr/share/doc:%{buildroot}/usr/share/doc:" \
        -e "s:target.extra:#target.extra:" \
        -e "s:-lhamlib:-L%{_libdir}/hamlib -lhamlib:g" src/src.pro
    sed -i -e "s:doc/qsstv:doc/qsstv:" src/configdialog.cpp

%patch0 -p0

%build
%qmake_qt4
%make

%install
%makeinstall_std
%files
%{_bindir}/*
%{_datadir}/doc/%{name}/*

%changelog

* Sat Jun 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 7.1.7-3
- (5ae5feb) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14219 |14cu|qsynth-0.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	with_qt5	0

Name:		qsynth
Summary:	Qt GUI Interface for FluidSynth
Version:	0.4.1
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://%{name}.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
%if %{with_qt5}
BuildRequires:	pkgconfig(Qt5Core) >= 5.1
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	qt5-linguist-tools
%else
BuildRequires:	qt4-devel >= 4.2.0
BuildRequires:	qt4-linguist
%endif
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	desktop-file-utils
Requires:	fluidsynth

%description
Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt
toolkit using Qt Designer. Eventually it may evolve into a softsynth
management application allowing the user to control and manage a variety of
command line softsynth but for the moment it wraps the excellent FluidSynth
softsynth.

%files -f %{name}.lang
%doc ChangeLog AUTHORS TRANSLATORS COPYING README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_mandir}/man1/%{name}.*

#-----------------------------------------------------------------------------


%prep
%setup -q
iconv -f iso8859-1 -t utf-8 \
  AUTHORS > AUTHORS.conv && mv -f AUTHORS.conv AUTHORS

  
%build
%configure2_5x	\
		--enable-system-tray \
		--enable-gradient \
%if %{with_qt5}
		--enable-qt5 \
		--disable-qt4 \
%else
		--disable-qt5 \
		--enable-qt4 \
%endif
		--enable-xunique
%make


%install
%makeinstall_std

desktop-file-install \
    --remove-key="X-SuSE-translate" \
    --add-category="X-MandrivaLinux-Sound" \
    --set-key="Exec" --set-value="qsynth" \
    --dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-qt

%changelog

* Wed Apr 06 2016 Giovanni Mariani <mc2374@mclink.it> 0.4.1-1
- (7130552) Updated to release 0.4.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14220 |14cu|qt5ct-0.24-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define qtid 168066

Summary:	Qt5 configuration tool
Name:		qt5ct
Version:	0.24
Release:	2
License:	BSD
Group:		Graphical desktop/Other
Url:		http://qt-apps.org/content/show.php/Qt5+Configuration+Tool?content=%{qtid}
Source0:	http://downloads.sourceforge.net/project/qt5ct/%{name}-%{version}.tar.bz2
Source1:	62qt5ct.sh
BuildRequires:	qmake5
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	qt5-platformtheme-ct = %{EVRD}

%description
This program allows users to configure Qt5 settings (theme, font, icons, etc.)
under DE/WM without Qt integration.

%files
%doc README COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_sysconfdir}/profile.d/62qt5ct.sh

#----------------------------------------------------------------------------

%package -n qt5-platformtheme-ct
Summary:	Qt5 configuration tool platform theme for Qt 5
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 0.8

%description -n qt5-platformtheme-ct
Qt5 configuration tool platform theme for Qt 5.

%files -n qt5-platformtheme-ct
%{_qt5_plugindir}/platformthemes/libqt5ct.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%qmake_qt5
%make

%install
make install \
	INSTALL_ROOT=%{buildroot} \
	STRIP=/bin/true

mkdir -p %{buildroot}%{_sysconfdir}/profile.d
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/62qt5ct.sh


%changelog

* Tue Jun 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.24-2
- (b24986c) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14221 |14cu|qtav-1.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname         QtAV
%define major           1
%define libname         %mklibname %{name} %{major}
%define libname_widgets %mklibname %{name}widgets %{major}
%define develname       %mklibname %{name} -d

Name:           qtav
Version:        1.10.0
Release:        1
Summary:        Qt5 multimedia framework
License:        LGPLv2+
Group:          Video
Url:            http://qtav.org/
Source0:        https://github.com/wang-bin/QtAV/archive/v%{version}/%{oname}-%{version}.tar.gz
Patch0:         qtav-git-deploy-fix-linux-install-destinations.patch

BuildRequires:  imagemagick
BuildRequires:  kde5-macros
BuildRequires:  portaudio-devel
BuildRequires:  pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(Qt5Gui)
BuildRequires:  pkgconfig(Qt5OpenGL)
BuildRequires:  pkgconfig(Qt5Qml)
BuildRequires:  pkgconfig(Qt5Quick)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  pkgconfig(egl)
BuildRequires:  pkgconfig(libass)
BuildRequires:  pkgconfig(libavcodec)
BuildRequires:  pkgconfig(libavdevice)
BuildRequires:  pkgconfig(libavfilter)
BuildRequires:  pkgconfig(libavformat)
BuildRequires:  ffmpeg-devel
BuildRequires:  pkgconfig(libavutil)
BuildRequires:  pkgconfig(libpulse) >= 1.0
BuildRequires:  pkgconfig(libswresample)
BuildRequires:  pkgconfig(libswscale)
BuildRequires:  pkgconfig(libva)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(uchardet)
BuildRequires:  pkgconfig(xv)

Provides:       %{oname} = %{EVRD}

%description
QtAV is a multimedia playback library based on Qt and FFmpeg. It can help
you to write a player with less effort than ever before.

Features include:
   * Hardware decoding suppprt: DXVA2, VAAPI, VDA, CedarX, CUDA
   * OpenGL and ES2 support for Hi10P and other 16-bit YUV videos
   * Real time preview
   * Video capture in rgb and yuv format
   * OSD and custom filters
   * Subtitle
   * Transform video using GraphicsItemRenderer. (rotate, shear, etc)
   * Playing frame by frame (currently support forward playing)
   * Playback speed control
   * Variant streams: locale file, http, rtsp, etc.
   * Audio channel, tracks and external audio tracks
   * Dynamically change render engine when playing
   * Multiple video outputs for 1 player
   * Region of interest(ROI), i.e. video cropping
   * Video eq: brightness, contrast, saturation, hue
   * QML support as a plugin. Most playback APIs are compatible with
     QtMultiMedia module

%files
%doc Changelog README*
%{_qt5_bindir}/Player
%{_qt5_bindir}/QMLPlayer
%{_bindir}/*
%{_datadir}/applications/Player.desktop
%{_datadir}/applications/QMLPlayer.desktop
%{_iconsdir}/hicolor/scalable/apps/%{oname}.svg
%dir %{_kde5_qmldir}/%{oname}
%{_kde5_qmldir}/%{oname}/Video.qml
%{_kde5_qmldir}/%{oname}/libQmlAV.so
%{_kde5_qmldir}/%{oname}/plugins.qmltypes
%{_kde5_qmldir}/%{oname}/qmldir

#----------------------------------------------------

%package -n     %{libname}
Summary:        QtAV library
Group:          System/Libraries

%description -n %{libname}
QtAV is a multimedia playback library based on Qt and FFmpeg.

This package contains the QtAV library.

%files -n %{libname}
%doc Changelog README*
%{_qt5_libdir}/lib%{oname}.so.%{major}
%{_qt5_libdir}/lib%{oname}.so.%{major}.*

#----------------------------------------------------

%package -n     %{libname_widgets}
Summary:        QtAV Widgets module
Group:          System/Libraries

%description -n %{libname_widgets}
QtAV is a multimedia playback library based on Qt and FFmpeg.

This package contains a set of widgets to play media.

%files -n %{libname_widgets}
%doc Changelog README*
%{_qt5_libdir}/lib%{oname}Widgets.so.%{major}
%{_qt5_libdir}/lib%{oname}Widgets.so.%{major}.*
#----------------------------------------------------

%package -n     %{develname}
Summary:        QtAV development files
Group:          Development/C++
Requires:       %{libname} = %{EVRD}
Requires:       %{libname_widgets} = %{EVRD}
Provides:       %{name}-devel = %{EVRD}
Provides:       %{oname}-devel = %{EVRD}
Provides:       %{name}widgets-devel = %{EVRD}
Provides:       %{oname}Widgets-devel = %{EVRD}

%description -n %{develname}
QtAV is a multimedia playback library based on Qt and FFmpeg.

This package contains the header development files for building some QtAV
applications using QtAV headers.

%files -n %{develname}
%doc Changelog README*
%{_qt5_includedir}/%{oname}/
%{_qt5_includedir}/%{oname}Widgets/
%{_qt5_libdir}/lib%{oname}.so
%{_qt5_libdir}/lib%{oname}Widgets.so
%{_qt5_libdir}/lib%{oname}.prl
%{_qt5_libdir}/lib%{oname}Widgets.prl
%{_qt5_prefix}/mkspecs/features/av.prf
%{_qt5_prefix}/mkspecs/features/avwidgets.prf
%{_kde5_mkspecsdir}/qt_lib_av.pri
%{_kde5_mkspecsdir}/qt_lib_av_private.pri
%{_kde5_mkspecsdir}/qt_lib_avwidgets.pri
%{_kde5_mkspecsdir}/qt_lib_avwidgets_private.pri

#----------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
find . -name "*.c" -o -name "*.h" -o -name "*.cpp" |xargs chmod 0644
%patch0 -p1

%build
%setup_compile_flags
%qmake_qt5 "CONFIG+=no_rpath recheck"
%make

%install
%makeinstall_qt INSTALL_ROOT=%{buildroot}

# KDE4 won't see _qt5_bindir,so let's trick it ... 
mkdir -p %{buildroot}%{_bindir}
cp -pr %{buildroot}%{_qt5_bindir}/Player %{buildroot}%{_bindir}/Player
cp -pr %{buildroot}%{_qt5_bindir}/QMLPlayer %{buildroot}%{_bindir}/QMLPlayer

find %{buildroot} -name '*.a' -delete

# duplicate files
rm -rf %{buildroot}%{_datadir}/doc



%changelog

* Wed Jun 29 2016 abfonly <abfonly@gmail.com> 1.10.0-1
- (ff36c7e) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14222 |14cu|qtcam-8.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Qtcam

Summary:        Open Source Linux Webcamera Software
Name:           qtcam
# src/qml/qtcam/about/release.ini
Version:        8.1.1
Release:        1
License:        GPLv3
Group:          Video
Url:            http://www.e-consystems.com/opensource-linux-webcam-software-application.asp
# fixed recording in arch , using this git .
Source0:        https://github.com/alexzk1/qtcam/archive/master.zip
Source1:        Qtcam.desktop 
BuildRequires:  pkgconfig(Qt5Declarative)
BuildRequires:  ffmpeg-devel
BuildRequires:  pkgconfig(libusb-1.0)
BuildRequires:  pkgconfig(Qt5Qml)
BuildRequires:  pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(Qt5Quick)
BuildRequires:  qmake5
BuildRequires:  imagemagick
BuildRequires:  desktop-file-utils

%description
QtCAM is a free, Open Source Linux Webcamera 
Software with more than 10 image control settings, 
extension settings and Color space switching

%files
%doc LICENSE README
%{_bindir}/%{oname}
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#------------------------------------------------------------------

%prep
%setup -qn %{name}-master

%build
pushd src
%qmake_qt5 
%make
popd

%install
%makeinstall_qt -C src
install -Dm755 src/qtcam %{buildroot}%{_bindir}/%{oname}
# menu entry
desktop-file-install %{SOURCE1} \
  --dir=%{buildroot}%{_datadir}/applications

# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size src/qml/qtcam/icon/images/icon.jpg \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

# data   
install -dm755 %{buildroot}%{_datadir}/%{name}/qml
%changelog

* Sat Sep 03 2016 abfonly <abfonly@gmail.com> 8.1.1-1
- (ff04bc4) Log: Update to 8.1.1
- (ff04bc4) switch github source to arch maintained source
- (ff04bc4) drop hacks and patches
- (ff04bc4) fixed recording



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14223 |14cu|qtemu-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define qtemudir %{_datadir}/qtemu

Summary:	A graphical user interface for QEMU
Name:		qtemu
Version:	1.0.5
Release:	4
Source0:	%{name}-%{version}.tar.bz2
Source10:	qtemu.png
Source11:	qtemu.16.png
Source12:	qtemu.48.png
Patch2:		qtemu-qemu-accelerators.patch
Source2:	processor.png
License:	GPLv2
Group:		Emulators
Url:		http://www.qtemu.org/
Requires:	qemu
BuildRequires:	cmake, qt4-devel >= 4.1, qt4-linguist

%description
QtEmu is a graphical user interface for QEMU written in Qt4. It has
the ability to run virtual operating systems on native systems. This
way you can easily test a new operating system or try a Live CD on
your system without any troubles and dangers.

%prep
%setup -q
%patch2 -p0 -b .qemu-accelerators
cp %{SOURCE2} images/

# fix qtemu data location
perl -pi -e \
	's|QCoreApplication::applicationDirPath\(\)|QString("%{qtemudir}")|g' \
	helpwindow.cpp main.cpp

%build
%cmake \
       -DCMAKE_INSTALL_PREFIX=%{qtemudir} \
%if "%{_lib}" != "lib"
       -DLIB_SUFFIX=64 \
%endif

%make

%install

%makeinstall_std -C build

# move files around
mkdir -p %{buildroot}%{_bindir}
mv %{buildroot}%{qtemudir}/bin/qtemu %{buildroot}%{_bindir}/
rmdir %{buildroot}%{qtemudir}/bin

# install icons
mkdir -p %{buildroot}%{_iconsdir}
install -m644 %{SOURCE10} %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_miconsdir}
install -m644 %{SOURCE11} %{buildroot}%{_miconsdir}/%{name}.png
mkdir -p %{buildroot}%{_liconsdir}
install -m644 %{SOURCE12} %{buildroot}%{_liconsdir}/%{name}.png

# install menu entries

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=QtEmu
Comment=A graphical user interface for QEMU
Exec=%{_bindir}/qtemu
Icon=%{name}
Type=Application
Terminal=false
Categories=X-MandrivaLinux-MoreApplications-Emulators;Emulator;
EOF

%clean

%files
%{_bindir}/qtemu
%dir %{qtemudir}
%{qtemudir}/*
# desktop integration
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/applications/mandriva-%{name}.desktop





%changelog

* Fri Jun 10 2016 Denis Silakov <dsilakov@gmail.com> 1.0.5-4
- (241ff20) Spec cleanup, fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14224 |14cu|qterminal-0.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qt-based multitab terminal emulator
Name:		qterminal
Version:	0.6.0
Release:	3
License:	GPLv2+
Group:		Terminals
Url:		https://gitorious.org/qterminal
Source0:	https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
Source1:	%{name}.png
Patch0:		qterminal-0.6.0-l10n-ru.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(qtermwidget5)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)

%description
Qt-based multitab terminal emulator.

%files
%doc AUTHORS COPYING NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}_drop.desktop
%{_datadir}/pixmaps/%{name}.png
%lang(cs) %{_datadir}/%{name}/translations/%{name}_cs.qm
%lang(de) %{_datadir}/%{name}/translations/%{name}_de.qm
%lang(es) %{_datadir}/%{name}/translations/%{name}_es.qm
%lang(et) %{_datadir}/%{name}/translations/%{name}_et.qm
%lang(it) %{_datadir}/%{name}/translations/%{name}_it.qm
%lang(ru) %{_datadir}/%{name}/translations/%{name}_ru.qm

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake \
	-DUSE_QT5:BOOL=ON \
	-DUSE_SYSTEM_QXT:BOOL=OFF
# FIXME stop turning system Qxt off once it works with Qt5

%install
%makeinstall_std -C build
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}_drop.desktop


%changelog

* Tue Dec 08 2015 Denis Silakov <dsilakov@gmail.com> 0.6.0-3
- (92afe6b) Really apply localization patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14225 |14cu|qtermwidget-0.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 0
%define libname %mklibname qtermwidget %{api} %{major}
%define devname %mklibname qtermwidget %{api} -d

Summary:	Qt5 terminal widget
Name:		qtermwidget
Version:	0.6.0
Release:	1
License:	GPLv2+
Group:		Development/KDE and Qt
Url:		https://github.com/qterminal/qtermwidget/
Source0:	https://github.com/qterminal/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
# https://github.com/qterminal/qtermwidget/commit/da6838df1ab5a919c32cde68017518ac7b8ba0e5
Patch0:		qtermwidget-0.6.0-qt-virt-manager.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
QTermWidget is an open source project based on KDE Konsole application.
The main goal of this project is to provide unicode-enabled,
embeddable Qt widget for using as a built-in console (or terminal
emulation widget).

%files
%doc AUTHORS COPYING Changelog README TODO
%{_datadir}/%{name}5/

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt terminal widget - shared library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
This package provides shared library for Qt terminal widget.

%files -n %{libname}
%{_libdir}/lib%{name}%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Qt terminal widget - devel package
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{name}-devel < 0.4.0-1
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides headers files for qtermwidget development.

%files -n %{devname}
%{_includedir}/%{name}%{api}
%{_libdir}/lib%{name}%{api}.so
%{_libdir}/pkgconfig/%{name}%{api}.pc
%{_datadir}/cmake/%{name}%{api}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%cmake \
	-DUSE_QT5:BOOL=ON \
	-DBUILD_DESIGNER_PLUGIN:BOOL=OFF
%make

sed -i 's#${prefix}//#${prefix}/#' qtermwidget%{api}.pc

%install
%makeinstall_std -C build


%changelog

* Thu Sep 24 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.0-1
- (142f7b1) New version 0.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14226 |14cu|qtfm-5.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qtfm
Summary:	Lightweight file manager based on pure Qt
Version:	5.5
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Other
URL:		http://www.qtfm.org/
Source0:	http://www.qtfm.org/%{name}-%{version}.tar.gz
Patch0:		qtfm-5.4-mdv-desktop.patch
BuildRequires:	pkgconfig(Qt3Support)
BuildRequires:	magic-devel

%description
qtFM is a small, lightweight file manager for Linux desktops based on pure Qt
and works great with minimal desktop environments like Openbox.

Features:

*  lightweight, pure Qt, no KDE libraries or other dependencies
*  full theme and mime file type icon integration
*  tree, bookmarks, list, icon, detail and thumbnail views
*  customizable interface, rearrange views and toolbars to suit
*  powerful custom command system for user defined actions
*  customizable key bindings for built-in and custom actions
*  drag & drop functionality
*  tabs

%prep
%setup -q
%patch0 -p1

%build
%qmake_qt4
%make

%install
make install INSTALL_ROOT=%{buildroot}

%if %{mdvver} >= 201200
%find_lang %{name} --with-qt
%define langfile %{name}.lang
%endif

%files %{?langfile:-f %{langfile}}
%{_bindir}/qtfm
%{_datadir}/applications/qtfm.desktop
%doc CHANGELOG COPYING README
%{_datadir}/pixmaps/qtfm.png
%if %{mdvver} <= 201100
%{_datadir}/qtfm/qtfm_*.qm
%endif

%changelog
* Mon Nov 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.5-1
+ Revision: e9383ab
- Updated to 5.5 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14227 |14cu|qtkeychain-qt5-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qtkeychain

%define major 1
%define libname %mklibname qt5keychain %{major}
%define devname %mklibname qt5keychain -d

Summary:	Platform-independent Qt API for storing passwords securely
Name:		qtkeychain-qt5
Version:	0.7.0
Release:	1
License:	LGPLv2+
Group:		Development/KDE and Qt
Url:		https://github.com/frankosterfeld/qtkeychain
Source0:	%{oname}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)

%description
Platform-independent Qt API for storing passwords securely.

#----------------------------------------------------------------------------

%package common
Summary:	Common files for %{name} (translations etc)
Group:		System/Libraries

%description common
Common files for %{name} (translations etc).

%files common -f %{oname}.lang

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Platform-independent Qt API for storing passwords securely
Group:		System/Libraries
Requires:	%{name}-common

%description -n %{libname}
Platform-independent Qt API for storing passwords securely.

%files -n %{libname}
%{_libdir}/libqt5keychain.so.%{major}
%{_libdir}/libqt5keychain.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs which will use the %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and .so libraries for developing
%{name}.

%files -n %{devname}
%{_includedir}/qt5keychain
%{_libdir}/libqt5keychain.so
%{_libdir}/cmake/Qt5Keychain

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_qt5 \
	-DBUILD_WITH_QT4:BOOL=OFF
%make

%install
%makeinstall_std -C build

%find_lang %{oname} --with-qt

%changelog

* Sun Mar 19 2017 Rosa <rosa@abf.rosalinux.ru> 0.7.0-1
- (dcdf885) Automatic import for version 0.7.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14228 |14cu|qtlockedfile-2.4.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_version 2.4_1
%define oversion %(echo %{upstream_version} | sed 's,_,.,')

%define major 1
%define api 2.4
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	QFile extension with advisory locking functions
Name:		qtlockedfile
Version:	%{oversion}
Release:	5
Group:		Development/KDE and Qt
License:	GPLv3 or LGPLv2 with exceptions
Url:		http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Utilities/qtlockedfile
Source0:	http://get.qt.nokia.com/qt/solutions/lgpl/%{name}-%{upstream_version}-opensource.tar.gz
Source1:	qtlockedfile.prf
# (Fedora) don't build examples
Patch0:		qtlockedfile-dont-build-example.patch
# (Fedora) Remove unnecessary linkage to libQtGui
Patch1:		qtlockedfile-dont-link-qtgui.patch
BuildRequires:	qt4-devel

%description
This class extends the QFile class with inter-process file locking
capabilities.

If an application requires that several processes should access the same file,
QtLockedFile can be used to easily ensure that only one process at a time is
writing to the file, and that no process is writing to it while others are
reading it.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	QFile extension with advisory locking functions
Group:		Development/KDE and Qt
Requires:	qt4-common
Conflicts:	%{_lib}qtlockedfile1 < 2.4.1-5
Obsoletes:	%{_lib}qtlockedfile1 < 2.4.1-5

%description -n %{libname}
This class extends the QFile class with inter-process file locking
capabilities.

If an application requires that several processes should access the same file,
QtLockedFile can be used to easily ensure that only one process at a time is
writing to the file, and that no process is writing to it while others are
reading it.

This is the library package for %{name}

%files -n %{libname}
%{_libdir}/libQtSolutions_LockedFile-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use QtLockedFile.

%files -n %{devname}
%doc LGPL_EXCEPTION.txt LICENSE.* README.TXT
%doc doc example
%{_libdir}/lib*.so
%{_qt_includedir}/QtSolutions
%{_qt_datadir}/mkspecs/features/%{name}.prf

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{upstream_version}-opensource
%patch0 -p1 -b .no-example
%patch1 -p1 -b .dont-link-qtgui

%build
touch .licenseAccepted
# Does not use GNU configure
./configure -library
%qmake_qt4
%make

%install
# libraries
mkdir -p %{buildroot}%{_libdir}
cp -a lib/* %{buildroot}%{_libdir}

# headers
mkdir -p %{buildroot}%{_qt_includedir}/QtSolutions
cp -a \
    src/qtlockedfile.h \
    src/QtLockedFile \
    %{buildroot}%{_qt_includedir}/QtSolutions

mkdir -p %{buildroot}%{_qt_datadir}/mkspecs/features
cp -a %{SOURCE1} %{buildroot}%{_qt_datadir}/mkspecs/features/


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.1-5
- (d624154) Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14229 |14cu|qtoctave-0.10.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           qtoctave
Version:        0.10.1
Release:        4
Summary:        Frontend for Octave
Group:          Sciences/Mathematics
License:        GPLv2+
URL:            http://qtoctave.wordpress.com/
Source0:        https://forja.rediris.es/frs/download.php/744/qtoctave-%{version}.tar.gz

# place qtoctave_doc and qtoctave-utils in qtoctave datadir
Patch0:         qtoctave-doc-path.patch
# fix *.m filters in file dialogs (debian#620062, patch by Sébastien Villemot)
Patch1:         qtoctave-0.10.1-filedialog-filters.patch
# fix crash when closing a dock tool within the first 5 seconds (#722986)
# (a NULL pointer dereference caused by a race condition between the user
# closing the tool and the timer setting the initial positions, prevented by
# using a QWeakPointer<QWidget> instead of a raw QWidget *)
Patch2:         qtoctave-0.10.1-initialposition.patch
# fix Octave help not working (#737297)
# (system(command, 1, "async"); is nonsense, use system(command, 0, "async");)
Patch3:         qtoctave-0.10.1-qtinfo.patch
Patch4:		no-native-menubars.patch

Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
Requires:	octave >= 3.2.0
Requires:	octave-doc >= 3.2.0
BuildRequires:  cmake
BuildRequires:  desktop-file-utils
BuildRequires:  qt4-devel

%description
Besides offering an attractive front-end to GNU Octave, an
environment for numerical computation highly compatible with MATLAB,
QtOctave currently also features matrix data entry and display and
some GUI shortcuts to frequently used Octave functions.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .doc-path
%patch1 -p1 -b .filedialog-filters
%patch2 -p1 -b .initialposition
%patch3 -p1 -b .qtinfo
%patch4 -p1

find xmlwidget/qt4/src/ -type f -exec chmod a-x {} \;
find easy_plot/src/ -type f -exec chmod a-x {} \;

%build
%cmake "-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}"
%make

%install
%makeinstall_std -C build

%clean

%files
%defattr(0644,root,root,0755)
%defattr(-,root,root,-)
%doc readme.txt leeme.txt LICENSE_GPL.txt
%{_bindir}/*
%{_datadir}/%{name}/*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/64x64/apps/*
%exclude %{_datadir}/doc/octave-html

%changelog

* Sat Jun 04 2016 Denis Silakov <dsilakov@gmail.com> 0.10.1-4
- (ab52f2e) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14230 |14cu|qtox-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qTox
%define Werror_cflags %{nil}

Summary:	qTox is a powerful Tox client
Name:		qtox
Version:	1.6.0
Release:	1
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		https://tox.chat
Source0:	https://github.com/tux3/qTox/archive/v%{version}.tar.gz?/%{oname}-%{version}.tar.gz
Patch0:		qtox-1.4.1-edit_qTox.desktop.patch
BuildRequires:	cmake
BuildRequires:	qt5-linguist-tools
BuildRequires:	toxcore-devel
BuildRequires:	pkgconfig(filteraudio)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libqrencode)
BuildRequires:	pkgconfig(libsodium)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(sqlcipher)
BuildRequires:	pkgconfig(xscrnsaver)

%description
qTox is a powerful Tox client that follows the Tox design guidelines.
Tox is a decentralized and encrypted replacement for Skype, supporting
chats, audio, and video calls.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{oname}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%qmake_qt5 GIT_VERSION="%{version}" GIT_DESCRIBE="Release"
%make

%install
%makeinstall_qt

ICONS="14 16 22 24 32 36 48 64 72 96 128 256 512"
for i in $ICONS; do
    mkdir -p %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps/
    install -m644 img/icons/"$i"x"$i"/%{name}.png %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps/%{name}.png
done

mkdir -p %{buildroot}%{_iconsdir}/hicolor/scalable/apps
install -m644 img/icons/%{name}.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

mkdir -p %{buildroot}%{_datadir}/%{name}/audio
install -m644 audio/* %{buildroot}%{_datadir}/%{name}/audio/

mkdir -p %{buildroot}%{_datadir}/%{name}/translations
install -m644 translations/*.qm %{buildroot}%{_datadir}/%{name}/translations/

%changelog

* Sun Dec 11 2016 tremod <negry.m@yandex.ru> 1.6.0-1
- (c25f339) Update to 1.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14231 |14cu|qtractor-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package  %{nil}
%define	enable_qt5     0

Name:		qtractor
Version:	0.8.0
Release:	1
Summary:	An Audio/MIDI multi-track sequencer
License:	GPLv2+
Group:		Sound
Url:		http://qtractor.sourceforge.net/
Source0:	http://softlayer-dal.dl.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
%if %{enable_qt5}
BuildRequires:	pkgconfig(Qt5Core) >= 5.1
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	qt5-linguist-tools
%else
BuildRequires:	qt4-devel >= 4.4
%endif
BuildRequires:	ladspa-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dssi)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(lilv-0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(rubberband) >= 1.0.1
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(suil-0)
BuildRequires:	pkgconfig(vorbis)
Requires:	dssi
Requires:	ladspa
%if %{enable_qt5}
Requires:	suil-x11-in-qt5
Requires:	suil-gtk2-in-qt5
%else
Requires:	suil-gtk2-in-qt4
Requires:	suil-x11-in-qt4
%endif

%description
Qtractor is an Audio/MIDI multi-track sequencer application written in C++
around the Qt toolkit using Qt Designer. The initial target platform will be
Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced
Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to
evolve as a fairly-featured Linux Desktop Audio Workstation GUI, specially
dedicated to the personal home-studio.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog README TODO
%{_bindir}/%{name}
%{_bindir}/%{name}_vst_scan
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/icons/hicolor/32x32/mimetypes/*.png
%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg
%{_datadir}/mime/packages/%{name}.xml
%{_mandir}/man1/*

#-----------------------------------------------------------------------------

%prep
%setup -q
chmod -x src/qtractorMmcEvent.*


%build
%configure	--enable-lilv \
%if %{enable_qt5}
		--disable-qt4 \
%else
		--enable-qt4 \
%endif
		--enable-suil \
		--enable-gradient \
		--localedir=%{_localedir}/%{name}
%make


%install
%makeinstall_std
# Fix the .desktop file by removing 2 non-Mdv key
desktop-file-install \
    --remove-key="X-SuSE-translate" \
    --remove-key="Version" \
    --add-category="X-MandrivaLinux-Sound" \
    --dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}.desktop
# and by removing the useless prefix in Exec key
desktop-file-edit --set-key=Exec --set-value=%{name} %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-qt

%changelog

* Sun Nov 27 2016 emuse <goemusic@yahoo.fr> 0.8.0-1
- (41cd1a8) New version 0.8.0

* Sat Jul 30 2016 emuse <goemusic@yahoo.fr> 0.7.8-1
- (8abea13) Fixed version of source package in yml file
- (emuse: 09207aa) New version 0.7.8

* Thu Apr 28 2016 Giovanni Mariani <mc2374@mclink.it> 0.7.7-1
- (01fde6d) Updated to release 0.7.7

* Wed Apr 06 2016 Giovanni Mariani <mc2374@mclink.it> 0.7.6-1
- (dd32054) Updated to release 0.7.6 and fixed file list

* Tue Mar 22 2016 Giovanni Mariani <mc2374@mclink.it> 0.7.5-1
- (b1a7fa1) Updated to release 0.7.5

* Sat Jan 30 2016 Giovanni Mariani <mc2374@mclink.it> 0.7.4-1
- (648361a) Updated to release 0.7.4

* Wed Dec 30 2015 Giovanni Mariani <mc2374@mclink.it> 0.7.3-1
- (2f65f8d) Updated to release 0.7.3

* Tue Dec 15 2015 Giovanni Mariani <mc2374@mclink.it> 0.7.2-1
- (16a0e44) Fix version tag

* Tue Dec 15 2015 Giovanni Mariani <mc2374@mclink.it> 0.7.1-1
- (1eccd9c) Updated to release 0.7.2
- (emuse: 77ee5dd) New version 0.7.1
- (emuse: 77ee5dd) o Added future suil Qt5 requires for LV2 GUI support
- (emuse: 77ee5dd) o Added Qt5extras BuildRequire in case of Qt5 build

* Fri Aug 28 2015 Giovanni Mariani <mc2374@mclink.it> 0.7.0-1
- (3b76301) Updated to release 0.7.0, added option to build against QT5 and updated .desktop file massaging

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.6-3
- (ab25d53) Rebuild

* Wed Apr 29 2015 abfonly <abfonly@gmail.com> 0.6.6-2
- (ae141ea) rebuild against rubberband 1.8.1, bump rel.

* Mon Apr 06 2015 emuse <goemusic@yahoo.fr> 0.6.6-1
- (7f78306) New version 0.6.6

* Sat Feb 14 2015 emuse <goemusic@yahoo.fr> 0.6.5-1
- (828b2bd) New version 0.6.5

* Thu Jan 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.3-1
- (23c94b0) Fix build
- (Denis Silakov: 7b7519a) Fix files
- (emuse: 7c93e4f) New version 0.6.3

* Mon Aug 18 2014 emuse <goemusic@yahoo.fr> 0.6.2-1
- (164e021) Makeinstall macro doesnt work with manpage installation here
- (emuse: 8c84d32) Missing man file added to package
- (emuse: 1a23ecb) New version 0.6.2

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-2
- (f0203bb) MassBuild#464: Increase release tag

* Wed Apr 30 2014 emuse <goemusic@yahoo.fr> 0.6.1-1
- (eb404b1) New version 0.6.1

* Fri Mar 21 2014 emuse <goemusic@yahoo.fr> 0.6.0-1
- (b059f44) New version 0.6.0

* Wed Jan 01 2014 symbianflo <symbianflo@symbianflo> 0.5.12-1
- (264eba3) Log: update to 0.5.12 , switch to pkgconfig style , fix file, fix lang

* Wed Dec 04 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.5.11-1
- (c269bea) Fix BR
- (emuse: e12cfc1) New version 0.5.11

* Sat Jul 27 2013 emuse <goemusic@yahoo.fr> 0.5.10-1
- (2ebe017) new version 0.5.10

* Wed Jun 12 2013 emuse <goemusic@yahoo.fr> 0.5.9-1
- (d4b89b3) New version 0.5.9

* Thu Mar 21 2013 emuse <goemusic@yahoo.fr> 0.5.8-1
- (b6f39e4) New version 0.5.8

* Sat Jan 19 2013 emuse <goemusic@yahoo.fr> 0.5.7-2
- (b40a339) Rebuild with new lv2 bundle

* Wed Jan 02 2013 emuse <goemusic@yahoo.fr> 0.5.7-1
- (63dfe97) Fixed abf.yml typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14232 |14cu|qtradio-0.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	QtRadio
%define name	qtradio
%define version	0.9.1
%define release	1

Summary:	Listen to the radio with QtRadio
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv2
URL:		http://sourceforge.net/projects/qtradio/
Group:		Sound
Source0:	%{oname}-%{version}.tar.gz
Patch0:		qtradio-0.9.1-install.patch


BuildRequires:	qt4-devel

%description
QtRadio - listen to the radio with QtRadio.
It should work with every FM tuner card that is supported
by video4linux. 
It has support for remote controls via lirc-support
and recording to file.


%prep
%setup -qn %{oname}-%{version}
%patch0 -p0 


%build
%qmake_qt4
%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}
mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %buildroot%{_datadir}/applications/%name.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=%name
Name=QtRadio
Comment=QtRadio - listen to the radio with QtRadio.
Categories=Audio;
EOF

rm -fr %{buildroot}/usr/doc

mkdir -p %{buildroot}%{_datadir}/pixmaps
cp -R %{buildroot}%{_datadir}/QtRadio/icons/qtradio.png %{buildroot}%{_datadir}/pixmaps/qtradio.png

%files
%doc DOC/english.html DOC/README-UA-koi8-u.txt AUTHORS COPYING ChangeLog TODO
%{_bindir}/*
%{_datadir}/QtRadio/
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/qtradio.png


%changelog
* Sun Nov 16 2014 abfonly <abfonly@gmail.com> 0.9.1-1
+ Revision: 9091bbc
- Merge pull request #1 from abfonly/qtradio:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14233 |14cu|qtsingleapplication-2.6.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
# Upstream uses weird versioning convention
%define upstreamver 2.6_1
%define oversion %(echo %{upstreamver} | sed 's!_!.!' )

%define api 2.6
%define major 1
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d
%define libcore %mklibname qtsinglecoreapplication %{api} %{major}
%define devcore %mklibname qtsinglecoreapplication -d

Summary:	Qt library to start applications only once per user
Name:		qtsingleapplication
Version:	%{oversion}
Release:	8
License:	GPLv3+ or LGPLv2+ with exceptions
Group:		Development/KDE and Qt
Url:		http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Utilities/qtsingleapplication
Source0:	http://get.qt.nokia.com/qt/solutions/lgpl/qtsingleapplication-%{upstreamver}-opensource.tar.gz
# The following source and 2 patches are sent upstream:
# http://bugreports.qt.nokia.com/browse/QTSOLBUG-119
# To add qmake support for convenience for packages using this library:
Source1:	qtsingleapplication.prf
Source2:	qtsinglecoreapplication.prf
# Don't build examples, Include qtsinglecoreapplication library in the build:
Patch0:		qtsingleapplication-build.diff
# The library includes a duplicate of qtlockedfile. We link to it dynamically instead:
Patch1:		qtsingleapplication-dont-bundle-external-libs.patch
# Additional API for building clementine
# http://bugreports.qt.nokia.com/browse/QTSOLBUG-133
Patch2:		qtsingleapplication-add-api.patch
# gcc-4.7 compilation fix
Patch3:		qtsingleapplication-gcc47.patch
BuildRequires:	qt4-devel
BuildRequires:	qtlockedfile-devel

%description
For some applications it is useful or even critical that they are started
only once by any user. Future attempts to start the application should
activate any already running instance, and possibly perform requested
actions, e.g. loading a file, in that instance.

The QtSingleApplication class provides an interface to detect a running
instance, and to send command strings to that instance.

#--------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt library to start applications only once per user
Group:		Development/KDE and Qt
Conflicts:	%{_lib}qtsingleapplication1 < 2.6.1-8
Obsoletes:	%{_lib}qtsingleapplication1 < 2.6.1-8

%description -n %{libname}
For some applications it is useful or even critical that they are started
only once by any user. Future attempts to start the application should
activate any already running instance, and possibly perform requested
actions, e.g. loading a file, in that instance.

The QtSingleApplication class provides an interface to detect a running
instance, and to send command strings to that instance.

This is the library package for QtSingleApplication.

%files -n %{libname}
%{_qt_libdir}/lib*SingleApplication-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	qtsingleapplication-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use QtSingleApplication.

%files -n %{devname}
%doc LGPL_EXCEPTION.txt LICENSE.* README.TXT
%doc doc examples
%{_qt_libdir}/lib*SingleApplication*.so
%dir %{_qt_includedir}/QtSolutions/
%{_qt_includedir}/QtSolutions/QtSingleApplication
%{_qt_includedir}/QtSolutions/%{name}.h
%{_qt_datadir}/mkspecs/features/%{name}.prf

#----------------------------------------------------------------------------

%package -n %{libcore}
Summary:	Qt library to start applications only once per user
Group:		Development/KDE and Qt
Conflicts:	%{_lib}qtsinglecoreapplication1 < 2.6.1-8
Obsoletes:	%{_lib}qtsinglecoreapplication1 < 2.6.1-8

%description -n %{libcore}
For some applications it is useful or even critical that they are started
only once by any user. Future attempts to start the application should
activate any already running instance, and possibly perform requested
actions, e.g. loading a file, in that instance.

For console (non-GUI) applications, the QtSingleCoreApplication variant
is provided, which avoids dependency on QtGui.

This is the library package for QtSingleCoreApplication.

%files -n %{libcore}
%{_qt_libdir}/lib*SingleCoreApplication-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devcore}
Summary:	Development files for qtsinglecoreapplication
Group:		Development/KDE and Qt
Requires:	%{libcore} = %{EVRD}
Provides:	qtsinglecoreapplication-devel = %{EVRD}

%description -n %{devcore}
This package contains libraries and header files for developing applications
that use QtSingleCoreApplication.

%files -n %{devcore}
%doc LGPL_EXCEPTION.txt LICENSE.*
%{_qt_libdir}/lib*SingleCoreApplication*.so
%dir %{_qt_includedir}/QtSolutions/
%{_qt_includedir}/QtSolutions/QtSingleCoreApplication
%{_qt_includedir}/QtSolutions/qtsinglecoreapplication.h
%{_qt_datadir}/mkspecs/features/qtsinglecoreapplication.prf

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{upstreamver}-opensource
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1


# (Fedora) We already disabled bundling this extrenal library.
# But just to make sure:
rm src/{QtLocked,qtlocked}*


%build
touch .licenseAccepted
# Does not use GNU configure
./configure -library
%qmake_qt4
%make

%install
# libraries
mkdir -p %{buildroot}%{_qt_libdir}
cp -a lib/* %{buildroot}%{_qt_libdir}
chmod 755 %{buildroot}%{_qt_libdir}/*.so.*.*.*

# headers
mkdir -p %{buildroot}%{_qt_includedir}/QtSolutions
cp -a \
    src/qtsingleapplication.h \
    src/QtSingleApplication \
    src/qtsinglecoreapplication.h \
    src/QtSingleCoreApplication \
    %{buildroot}%{_qt_includedir}/QtSolutions

mkdir -p %{buildroot}%{_qt_datadir}/mkspecs/features
cp -a %{SOURCE1} %{SOURCE2} %{buildroot}%{_qt_datadir}/mkspecs/features/

%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.6.1-8
- (733c689) Properly name library packages
- (733c689) Spec cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14234 |14cu|qtsixa-1.5.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	QtSixA

%define udev_rulesd     /lib/udev/rules.d

Name:		qtsixa
Version:	1.5.1
Release:	9
Summary:	The Sixaxis Joystick Manager
License:	GPLv2
Group:		System/Configuration/Hardware
Url:		http://qtsixa.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{oname}%20%{version}/%{oname}-%{version}-src.tar.xz
Source1:	sixad.service
Patch0:		qtsixa-1.5.1-gcc4.7.patch
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	python-qt4-devel
Requires:	sixad = %{version}-%{release}
Requires:	python-qt4
Requires:	python-dbus
Requires:	libnotify
Requires:	bluez
Requires:	bluez-hcidump
Requires:	xdg-utils
Requires:	x11-driver-input-joystick
BuildRequires: systemd
Requires(preun): systemd
Requires(post): systemd

%description
This package provides a useful GUI to control the sixad modules.

QtSixA is written in PyQt.

%package -n sixad
Summary:	[Qt]SixA Daemon
Group:		Development/C
Requires(post):		rpm-helper
Requires(preun):	rpm-helper

%description -n sixad
This package provides the modules (called 'sixad') for connecting PS3 hardware
(Sixaxis/DualShock3 and Keypads) to a Linux-compatible machine.

Currently sixad supports:
 - Sixaxis buttons, axis, accelerometers and LEDs
 - PS3 Keypads

sixad also registers the Sixaxis and Keypad's MAC/ID in the joystick name
(ex: "PLAYSTATION(R)3 Controller (00:XX:X0:0X:XX)".

sixad is triggered by udev, making it super easy to connect new devices
(you just need to press the PS button).

%prep
%setup -q -n QtSixA-1.5.1
%patch0 -p1

%build
CFLAGS="%{optflags}" %make

%install
%makeinstall_std
install -d %{buildroot}%{_unitdir}
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/sixad.service

#symlink
pushd %{buildroot}%{_datadir}/%{name}
	ln -s %{_sysconfdir}/qtsixa.conf .
popd

%post -n sixad
%systemd_post sixad.service

%preun -n sixad
%systemd_preun sixad.service

%postun -n sixad
%systemd_postun_with_restart sixad.service

%files
%{_bindir}/sixad-*
%{_bindir}/qtsixa
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm

%files -n sixad
%config(noreplace) %{_sysconfdir}/default/sixad
%{_sbindir}/sixad-*
%{_sbindir}/hidraw-dump
%{_sbindir}/sixpair
%{_sbindir}/sixpair-kbd
%{_bindir}/sixad
%{_unitdir}/sixad.service
%{_sysconfdir}/init.d/sixad
%{_sysconfdir}/logrotate.d/sixad


%changelog

* Fri Jun 03 2016 Denis Silakov <dsilakov@gmail.com> 1.5.1-9
- (34efaa6) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14235 |14cu|qtspell-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libqt5 %mklibname qtspell-qt5_ %{major}
%define devqt5 %mklibname qtspell-qt5 -d

Summary:	Spell checking for Qt text widgets
Name:		qtspell
Version:	0.8.1
Release:	1
License:	GPLv3+
Group:		System/Libraries
Url:		https://github.com/manisandro/qtspell
Source0:	https://github.com/manisandro/qtspell/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	iso-codes

%description
QtSpell adds spell-checking functionality to Qt's text widgets, using the
enchant spell-checking library.

#----------------------------------------------------------------------------

%package qt5-i18n
Summary:	QtSpell Qt5 translations
Group:		System/Internationalization
BuildArch:	noarch

%description qt5-i18n
QtSpell Qt5 translations.

%files qt5-i18n
%{_qt5_translationsdir}/QtSpell_*.qm

#----------------------------------------------------------------------------

%package -n %{libqt5}
Summary:	Spell checking for Qt text widgets shared library
Group:		System/Libraries
Requires:	%{name}-qt5-i18n

%description -n %{libqt5}
Spell checking for Qt text widgets shared library.

%files -n %{libqt5}
%{_libdir}/libqtspell-qt5.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devqt5}
Summary:	Spell checking for Qt text widgets development files
Group:		System/Libraries
Requires:	%{libqt5} = %{EVRD}
Provides:	%{name}-qt5-devel = %{EVRD}

%description -n %{devqt5}
Spell checking for Qt text widgets development files.

%files -n %{devqt5}
%{_includedir}/QtSpell-qt5/QtSpell.hpp
%{_libdir}/libqtspell-qt5.so
%{_libdir}/pkgconfig/QtSpell-qt5.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt5 \
	-DUSE_QT5=ON

%install
%makeinstall_std -C build


%changelog

* Fri Mar 04 2016 Rosa <rosa@abf.rosalinux.ru> 0.8.1-1
- (5d16311) Automatic import for version 0.8.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14236 |14cu|quaddouble-2.3.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define devname	%mklibname -d -s qd

%define debug_package %{nil}

Epoch:		1
Name:		quaddouble
Group:		Sciences/Mathematics
License:	BSD
Summary:	Double-Double and Quad-Double Arithmetic
Version:	2.3.14
Release:	1
Source0:	http://crd.lbl.gov/~dhbailey/mpdist/qd-%{version}.tar.gz
URL:		http://www.cs.berkeley.edu/~yozo/

%description
This package provides numeric types of twice the precision of IEEE
double (106 mantissa bits, or approximately 32 decimal digits) and
four times the precision of IEEE double (212 mantissa bits, or
approximately 64 decimal digits).  Due to features such as operator
and function overloading, these facilities can be utilized
with only minor modifications to conventional C++ and Fortran-90
programs.

%package	-n %{devname}
Group:		Development/C++
Summary:	Double-Double and Quad-Double Arithmetic
Provides:	qd-static-devel = %{version}-%{release}

%description	-n %{devname}
This package provides numeric types of twice the precision of IEEE
double (106 mantissa bits, or approximately 32 decimal digits) and
four times the precision of IEEE double (212 mantissa bits, or
approximately 64 decimal digits).  Due to features such as operator
and function overloading, these facilities can be utilized
with only minor modifications to conventional C++ and Fortran-90
programs.

%prep
%setup -q -n qd-%{version}

%build
%configure --enable-fortran=no
aclocal
automake --add-missing
%make CXXFLAGS='%{optflags} -fPIC'

%install
%makeinstall_std
rm -fr %{buildroot}%{_libdir}/qd

%files	-n %{devname}
%{_bindir}/qd-config
%dir %{_includedir}/qd
%{_includedir}/qd/*
%doc %dir %{_datadir}/doc/qd
%doc %{_datadir}/doc/qd/*
%{_libdir}/*.a




%changelog

* Mon Aug 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.3.14-1
- (3688695) Turn back epoch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14237 |14cu|quagga-0.99.24.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

# configure options
%define	with_snmp	0
%define	with_vtysh	1
%define	with_ospf_te	1
%define	with_opaque_lsa	1
%define	with_tcp_zebra	0
%define	with_vtysh	1
%define	with_pam	1
%define	with_ipv6	1
%define	with_ospfclient	0
%define	with_ospfapi	0
%define	with_irdp	1
%define	with_isisd	1
%define	with_multipath	64
%define	quagga_user	quagga
%define	vty_group	quaggavt

# path defines
%define	zeb_src		%{_builddir}/%{name}-%{version}
%define	zeb_rh_src	%{zeb_src}/redhat
%define	zeb_docs	%{zeb_src}/doc

%define major 0
%define libospf %mklibname ospf %{major}
%define libzebra %mklibname zebra %{major}
%define devname %mklibname %{name} -d

Summary:	Routing daemon
Name:		quagga
Version:	0.99.24.1
Release:	7
License:	GPLv2+
Group:		System/Servers
Url:		http://www.quagga.net
Source0:	http://download.savannah.gnu.org/releases/quagga/%{name}-%{version}.tar.xz
Source1:	http://download.savannah.gnu.org/releases/quagga/%{name}-%{version}.tar.asc
Source2:	%{name}-tmpfiles.conf
Source10:	babeld.service
Source11:	ripngd.service
Source12:	ospf6d.service
Source13:	isisd.service
Source14:	ospfd.service
Source15:	ripd.service
Source16:	bgpd.service
Source17:	zebra.service
Source18:	watchquagga.service
# patch to ignore netlik message not coing from kernel
# not sure if this is still needed
# likely related to http://osvdb.org/show/osvdb/55382
# to be sent upstream
Patch0:		quagga-0.99.11-netlink.patch
Patch1:		quagga-CVE-2016-2342-VPNv4-NLRI-memcpy-stack-overflow.patch
Patch2:         quagga-CVE-2016-4049.patch
Patch3:		quagga-0.99.24.1-CVE-2016-1245.patch
Patch4:         0005-lib-limit-size-of-vty-buffer-to-4096-bytes.patch
BuildRequires:	chrpath
BuildRequires:	systemd-units
BuildRequires:	texi2html
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	pam-devel
BuildRequires:	pcap-devel
%if %{with_snmp}
Requires:	net-snmp-mibs
BuildRequires:	net-snmp-devel
BuildRequires:	pkgconfig(openssl)
%endif
%if %{with_vtysh}
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
%endif
Requires(post):		systemd
Requires(pre,post,preun,postun):	rpm-helper

%description
Quagga is a free software that manages TCP/IP based routing
protocol. It takes multi-server and multi-thread approach to resolve
the current complexity of the Internet.

Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng.

Quagga is intended to be used as a Route Server and a Route Reflector. It is
not a toolkit, it provides full routing power under a new architecture.
Quagga by design has a process for each protocol.

Quagga is a fork of GNU Zebra.

%files
%doc */*.sample* AUTHORS COPYING doc/quagga.html doc/mpls
%doc ChangeLog INSTALL NEWS README REPORTING-BUGS SERVICES TODO
#
%dir %attr(0751,%{quagga_user},%{quagga_user}) %{_sysconfdir}/quagga
%dir %attr(0750,%{quagga_user},%{quagga_user}) /var/log/quagga
%{_tmpfilesdir}/%{name}.conf
#
%attr(0640,%{quagga_user},%{vty_group}) %config(noreplace) %{_sysconfdir}/quagga/vtysh.conf*
#
%config(noreplace) %{_sysconfdir}/pam.d/quagga
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/*
%config(noreplace) %{_sysconfdir}/sysconfig/quagga
%config(noreplace) %{_sysconfdir}/quagga/bgpd.conf*
%config(noreplace) %{_sysconfdir}/quagga/ospf6d.conf*
%config(noreplace) %{_sysconfdir}/quagga/ospfd.conf*
%config(noreplace) %{_sysconfdir}/quagga/ripd.conf*
%config(noreplace) %{_sysconfdir}/quagga/ripngd.conf*
%config(noreplace) %{_sysconfdir}/quagga/zebra.conf*
%config(noreplace) %{_sysconfdir}/quagga/babeld.conf*
#
%{_unitdir}/*.service
#
%{_sbindir}/bgpd
%{_sbindir}/ospf6d
%if %{with_ospfclient}
%{_sbindir}/ospfclient
%endif
%{_sbindir}/ospfd
%{_sbindir}/ripd
%{_sbindir}/ripngd
%{_sbindir}/watchquagga
%{_sbindir}/zebra
%{_sbindir}/babeld
#
%if %{with_vtysh}
%{_bindir}/vtysh
%attr(0644,root,root) %{_mandir}/man1/vtysh.1*
%endif
#
%if %{with_isisd}
%{_sbindir}/isisd
%attr(0644,root,root) %{_mandir}/man8/isisd.8*
%config(noreplace) %{_sysconfdir}/quagga/isisd.conf*
%endif
#
%attr(0644,root,root) %{_mandir}/man8/bgpd.8*
%attr(0644,root,root) %{_mandir}/man8/ospf6d.8*
%attr(0644,root,root) %{_mandir}/man8/ospfd.8*
%attr(0644,root,root) %{_mandir}/man8/ripd.8*
%attr(0644,root,root) %{_mandir}/man8/ripngd.8*
%attr(0644,root,root) %{_mandir}/man8/zebra.8*
%if %{with_ospfclient}
%attr(0644,root,root) %{_mandir}/man8/ospfclient.8*
%endif
%attr(0644,root,root) %{_mandir}/man8/watchquagga.8*
%{_infodir}/*info*

%pre
# add vty_group
%_pre_groupadd %{vty_group}
# add quagga user and group
%_pre_useradd %{quagga_user} %{_localstatedir}/lib /sbin/nologin

%post
systemd-tmpfiles --create %{name}.conf
%_post_service zebra
%_post_service ripd
%if %{with_ipv6}
%_post_service ospf6d
%_post_service ripngd
%endif
%_post_service ospfd
%_post_service bgpd
%_post_service watchquagga

# Create dummy files if they don't exist so basic functions can be used.
if [ ! -e %{_sysconfdir}/quagga/zebra.conf ]; then
	echo "hostname `hostname`" > %{_sysconfdir}/quagga/zebra.conf
	chown %{quagga_user}:%{quagga_user} %{_sysconfdir}/quagga/zebra.conf
	chmod 640 %{_sysconfdir}/quagga/zebra.conf
fi
if [ ! -e %{_sysconfdir}/quagga/vtysh.conf ]; then
	touch %{_sysconfdir}/quagga/vtysh.conf
	chmod 640 %{_sysconfdir}/quagga/vtysh.conf
fi

%preun
%_preun_service zebra
%_preun_service ripd
%if %{with_ipv6}
%_preun_service ripngd
%endif
%_preun_service ospfd
%if %{with_ipv6}
%_preun_service ospf6d
%endif
%_preun_service bgpd
%_preun_service watchquagga

%postun
%_postun_userdel %{quagga_user}

#----------------------------------------------------------------------------

%package contrib
Summary:	Tools for quagga
Group:		System/Servers

%description contrib
Contributed/3rd party tools which may be of use with quagga.

%files contrib
%doc tools

#----------------------------------------------------------------------------

%package -n %{libospf}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}quagga0 < 0.99.22.4
Obsoletes:	%{_lib}quagga0 < 0.99.22.4

%description -n %{libospf}
This package provides the shared library for name.

%files -n %{libospf}
%{_libdir}/libospf.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libzebra}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}quagga0 < 0.99.22.4

%description -n %{libzebra}
This package provides the shared library for name.

%files -n %{libzebra}
%{_libdir}/libzebra.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header and object files for quagga development
Group:		Development/C
Requires:	%{libospf} = %{EVRD}
Requires:	%{libzebra} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The quagga-devel package contains the header and object files necessary for
developing OSPF-API and quagga applications.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/quagga/

#----------------------------------------------------------------------------

%prep
%setup  -q
%patch0 -p1 -b .netlink~
%patch1 -p1 -b .cve2342~
%patch2 -p1 -b .cve4049~
%patch3 -p1 -b .cve~
%patch4 -p1 -b .cve~5495

%build
export CFLAGS="%{optflags} -fPIC"

%serverbuild
autoreconf -fi
%configure2_5x \
	--sysconfdir=%{_sysconfdir}/quagga \
	--localstatedir=/run/quagga \
%if %{with_ipv6}
	--enable-ipv6 \
%endif
%if %{with_snmp}
	--enable-snmp \
%endif
%if %{with_multipath}
	--enable-multipath=%{with_multipath} \
%endif
%if %{with_tcp_zebra}
	--enable-tcp-zebra \
%endif
%if %{with_opaque_lsa}
	--enable-opaque-lsa \
%endif
%if %{with_ospf_te}
	--enable-ospf-te \
%endif
%if %{with_vtysh}
	--enable-vtysh \
%endif
%if %{with_ospfclient}
	--enable-ospfclient=yes \
%else
	--enable-ospfclient=no\
%endif
%if %{with_ospfapi}
	--enable-ospfapi=yes \
%else
	--enable-ospfapi=no \
%endif
%if %{with_irdp}
	--enable-irdp=yes \
%else
	--enable-irdp=no \
%endif
%if %{with_isisd}
	--enable-isisd \
%else
	--disable-isisd \
%endif
%if %{with_pam}
	--with-libpam \
%endif
	--enable-user=%{quagga_user} \
	--enable-group=%{quagga_user} \
	--enable-vty-group=%{vty_group} \
	--with-cflags="%{optflags}" \
	--enable-netlink

%make MAKEINFO="makeinfo --no-split"

pushd doc
	texi2html quagga.texi
popd

%install
# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/pam.d
install -d %{buildroot}/var/log/quagga
install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -d %{buildroot}%{_infodir}

%makeinstall_std

# Remove this file, as it is uninstalled and causes errors when building on RH9
rm -rf %{buildroot}/usr/share/info/dir

mkdir -p %{buildroot}%{_unitdir}

install -m 644 %{SOURCE16} %{buildroot}%{_unitdir}
install -m 644 %{SOURCE17} %{buildroot}%{_unitdir}
install -m 644 %{SOURCE14} %{buildroot}%{_unitdir}
install -m 644 %{SOURCE15} %{buildroot}%{_unitdir}
install -m 644 %{SOURCE18} %{buildroot}%{_unitdir}
%if %{with_ipv6}
install -m 644 %{SOURCE11} %{buildroot}%{_unitdir}
install -m 644 %{SOURCE12} %{buildroot}%{_unitdir}
%endif
%if %{with_isisd}
install -m 644 %{SOURCE13} %{buildroot}%{_unitdir}
%endif

install -m644 %{zeb_rh_src}/quagga.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/quagga
install -m644 %{zeb_rh_src}/quagga.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/quagga

# fix conditional pam config file
install -m644 %{zeb_rh_src}/quagga.pam %{buildroot}%{_sysconfdir}/pam.d/quagga

# nuke rpath
chrpath -d %{buildroot}%{_bindir}/*
chrpath -d %{buildroot}%{_sbindir}/*

rm -f %{buildroot}%{_libdir}/*.*a


%changelog

* Sun Apr 23 2017 Denis Silakov <denis.silakov@rosalab.ru> 0.99.24.1-7
- (c8f9eac) Fix CVE-2017-5495



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14238 |14cu|quasi88-0.6.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NEC PC-8801 Emulator
Name:		quasi88
Version:	0.6.3
Release:	5
License:	GPLv2+
Group:		Emulators
Url:		http://www.117.ne.jp/~show/pc8801/pc88emu.html
Source0:	http://www.117.ne.jp/~show/pc8801/%name-%version.tgz
Patch0:		quasi88-compile.patch
Patch1:		quasi88-rpmlint.patch
Patch2:		quasi88-Werror.patch
BuildRequires:	pkgconfig(sdl)

%description
Needs ROM images in ~/.quasi88/rom. You can use the corresponding MESS rom set
(pc88srl.zip).

%files
%doc document/* *.ini *.rc tools/*.txt
%{_bindir}/*88

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .config~
%patch1 -p0 -b .rpmlint~
%patch2 -p1 -b .Werror~

%build
CFLAGS="%{optflags}" \
%make \
LD="%__cc" \
LSB_FIRST=1

cd tools
CFLAGS="%{optflags}" \
%make \
LD="%__cc" \

%install
install -D -m 755 quasi88.sdl %{buildroot}%{_bindir}/quasi88
install -m 755 tools/*88 %{buildroot}%{_bindir}


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.3-5
- (351d7db) Build with system optflags to fix debug package
- (351d7db) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14239 |14cu|quassel-0.12.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A modern cross-platform distributed IRC client (monolythic)
Name:		quassel
Version:	0.12.4
Release:	1
License:	GPLv3+
Group:		Networking/IRC
Url:		http://quassel-irc.org/
Source0:	http://quassel-irc.org/pub/quassel-%{version}.tar.bz2
Source1:	networks.ini
BuildRequires:	cmake
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5notifyconfig-devel
BuildRequires:	kf5textwidgets-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(dbusmenu-qt5)
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(qca2-qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	%{name}-common = %{EVRD}
Provides:	plasma5-irc-client

%description
Quassel IRC is a modern, cross-platform, distributed IRC client,
meaning that one (or multiple) client(s) can attach to and detach
from a central core -- much like the popular combination of screen
and a text-based IRC client such as WeeChat, but graphical. In
addition to this unique feature, we aim to bring a pleasurable,
comfortable chatting experience to all major platforms (including
Linux®, Windows®, and MacOS X® as well as Qtopia-based cell phones
and PDAs), making communication with your peers not only convenient,
but also ubiquitous available.

%files
%{_kde5_bindir}/quassel
%{_kde5_applicationsdir}/quassel.desktop

#-----------------------------------------------------------------------

%package common
Summary:	A modern cross-platform distributed IRC client - Common files
Group:		Networking/IRC
Requires:	qt5-database-plugin-sqlite

%description common
A modern, cross-platform, distributed IRC client
- This is client only, depends on a core server.

%files common
%doc AUTHORS ChangeLog README
%{_kde5_iconsdir}/hicolor/*/*/*
%{_kde5_datadir}/%{name}
%{_kde5_notificationsdir}/quassel.notifyrc
%{_datadir}/pixmaps/%{name}.png

#-----------------------------------------------------------------------

%package client
Summary:	A modern cross-platform distributed IRC client - Client only
Group:		Networking/IRC
Requires:	quassel-common = %{EVRD}

%description client
A modern, cross-platform, distributed IRC client - Client only

%files client
%{_kde5_bindir}/quasselclient
%{_kde5_applicationsdir}/quasselclient.desktop

#-----------------------------------------------------------------------

%package core
Summary:	A modern cross-platform distributed IRC client - Core server
Group:		Networking/IRC
Requires:	%{name}-common = %{EVRD}

%description core
A modern, cross-platform, distributed IRC client - This is the quassel
core server for clients.

%files core
%{_kde5_bindir}/quasselcore

#-----------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake_kde5 \
	-DWANT_MONO=ON \
	-DWITH_KDE=ON \
	-DEMBED_DATA=OFF \
	-DUSE_QT5=ON

%make

%install
%makeinstall_std -C build

# Our own defined networks
rm -f %{buildroot}%{_kde5_datadir}/%{name}/networks.ini
mkdir -p %{buildroot}%{_kde5_datadir}/%{name}/
install -m 644 %{SOURCE1} %{buildroot}%{_kde5_datadir}/%{name}

%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.12.4-1
- (f784e6f) New version 0.12.4
- (f784e6f) Update BuildRequires
- (f784e6f) Install networks.ini to proper path



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14240 |14cu|quaternion-0.0.1-1.20170607.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Quaternion
%define git 20170607

Summary:	An IM client for the Matrix protocol
Name:		quaternion
Version:	0.0.1
Release:	1.%{git}.1
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		https://github.com/QMatrixClient/Quaternion
# git snapshot
Source0:	%{oname}-%{version}-%{git}.tar.bz2
BuildRequires:	cmake
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
An IM client for the Matrix protocol.

%files
%doc COPYING README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}-%{git}

%build
%cmake \
	-DBUILD_SHARED_LIBS:BOOL=OFF \
	-DBUILD_STATIC_LIBS:BOOL=ON
%make

%install
%makeinstall_std -C build


%changelog

* Tue Jun 20 2017 Rosa <rosa@abf.rosalinux.ru> 0.0.1-1.20170607.1
- (26e07f3) Automatic import for version 0.0.1-1.20170607.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14241 |14cu|qucs-0.0.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	An integrated circuit simulator
Name:		qucs
Version:	0.0.18
Release:	1
License:	QPL
Group:		Sciences/Other
Url:		http://qucs.sourceforge.net/
Source0:	http://sourceforge.net/projects/qucs/files/qucs/%{version}/%{name}-%{version}.tar.gz
Patch0:		qucs-0.0.18-desktop.patch
BuildRequires:	adms
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	imagemagick
BuildRequires:	qt4-devel

%description
Qucs is going to be an integrated circuit simulator which means you will be
able to setup a circuit with a graphical user interface (GUI) and simulate the
large-signal, small-signal and noise behaviour of the circuit. After that
simulation has finished you can present the simulation results on a
presentation page or window.

%files
%doc README
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man?/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/qucs.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the shared libraries for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}.so.%{major}.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files and headers for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files and headers for %{name}.

%files -n %{devname}
%{_includedir}/qucs-core/
%{_libdir}/lib%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
#autoreconf -vfi
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Wed Oct 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.18-1
+ Revision: 17bd6f3
- Now comes with own .desktop file, no need to use custom one
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14242 |14cu|quilt-0.64-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Scripts for working with series of patches
Name:		quilt
Version:	0.64
Release:	1
License:	GPLv2+
Group:		Development/Tools
Url:		http://savannah.nongnu.org/projects/quilt
Source0:	http://download.savannah.gnu.org/releases/quilt/%{name}-%{version}.tar.gz
Source1:	http://download.savannah.gnu.org/releases/quilt/%{name}-%{version}.tar.gz.sig
BuildRequires:	diffstat
BuildRequires:	ed
BuildRequires:	procmail
# sendmail-command is needed for testing purpose
BuildRequires:	sendmail-command
Requires:	coreutils
Requires:	bzip2
Requires:	diffstat
Requires:	diffutils
Requires:	ed
Requires:	gettext
Requires:	gzip
Requires:	mktemp
Requires:	patch
Requires:	procmail

%description
The scripts allow to manage a series of patches by keeping track of the changes
each patch makes. Patches can be applied, un-applied, refreshed, etc.

The scripts are heavily based on Andrew Morton's patch scripts found at
http://www.zip.com.au/~akpm/linux/patches/

%files -f %{name}.lang
%doc AUTHORS TODO
%doc %{_docdir}/%{name}-%{version}
%config(noreplace) /etc/bash_completion.d/quilt
%config(noreplace) /etc/quilt.quiltrc
%{_bindir}/*
%{_datadir}/emacs/site-lisp/quilt.el
%{_datadir}/%{name}/*
%{_mandir}/man1/*.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--with-mta=%{_sbindir}/sendmail \
	--with-diffstat=%{_bindir}/diffstat
make BUILD_ROOT=%{buildroot}

%check
make check

%install
make install BUILD_ROOT=%{buildroot}
mv -f %{buildroot}/%{_docdir}/%{name}/ %{buildroot}/%{_docdir}/%{name}-%{version}/

%find_lang %{name}


%changelog

* Sun Apr 10 2016 dsilakov <denis.silakov@rosalab.ru> 0.64-1
- (d2a656d) Merge pull request #1 from alzim/quilt:rosa2014.1
- (d2a656d) Updated to 0.64



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14243 |14cu|quiterss-0.18.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define oname QuiteRSS

Summary:	RSS/Atom feed reader written on Qt
Name:		quiterss
Version:	0.18.6
Release:	1
License:	GPLv3+
Group:		Networking/News
Url:		http://quiterss.org
Source0:	http://quiterss.org/files/%{version}/%{oname}-%{version}-src.tar.gz
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(sqlite3)

%description
QuiteRSS is RSS/Atom feed reader written on Qt.

%files -f %{name}.lang
%doc AUTHORS CHANGELOG COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/sound/notification.wav
%{_datadir}/%{name}/style/*.qss
%{_datadir}/%{name}/style/*.css

#----------------------------------------------------------------------------

%prep
%setup -qcn %{oname}-%{version}-src
find . -type f -executable -exec chmod a-x {} \;

%build
export CFLAGS="%{optflags}"
%qmake_qt5 ./QuiteRSS.pro PREFIX=%{_prefix}
%make

%install
make install INSTALL_ROOT=%{buildroot}

%find_lang %{name} --with-qt

%changelog

* Tue Aug 15 2017 dsilakov <denis.silakov@rosalab.ru> 0.18.6-1
- (e0a4f6f) Merge pull request #4 from vladimir71/quiterss:rosa2014.1
- (e0a4f6f) quiterss



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14244 |14cu|quodlibet-3.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package	%nil

Summary: 	Advanced, elegant jukebox style music player
Name:		quodlibet
Version:	3.2.2
Release: 	1
License:	GPLv2+
Group:		Sound
URL:		http://code.google.com/p/quodlibet/
Source0:	http://quodlibet.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	gtk+3.0
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	mutagen
BuildRequires:	python-dbus
BuildRequires:	pkgconfig(xtst)
Requires:	python-gi-cairo
Requires:	python-feedparser
Requires:	mutagen
# for Replay Gain plugin
Requires:       vorbisgain
# for CDDB plugin
Requires:       python-CDDB
Requires:	python-dbus
Requires:	python-feedparser

%description
Quod Libet is a GTK+-based audio player written in Python. It's designed
around the idea that you know better than we do how to organize your music.
It lets you make playlists based on regular expressions (don't worry,
regular searches work too). It lets you display and edit any tags you want
in the file.

It supports Ogg Vorbis and MP3 by default, but other formats (FLAC, Musepack,
Wavepack, MPEG-4/AAC and MOD are available through gstreamer0.10 plugins.

Quod Libet easily scales to libraries of thousands of songs. It also supports
most of the features you expect from a modern media player, like Unicode
support, gapless playback, multimedia keys, and an OSD. 

%prep
%setup -q
%apply_patches

%build
export CFLAGS="%{optflags}"

python setup.py build

%install
python setup.py install --root=%{buildroot} --prefix=%{_prefix}

# (tpg) install icons
#install -dm 755 %{buildroot}%{_datadir}/pixmaps
#install -m 644 build/lib/quodlibet/images/exfalso.png %{buildroot}%{_datadir}/pixmaps
#install -m 644 build/lib/quodlibet/images/%{name}.png %{buildroot}%{_datadir}/pixmaps

# (tpg) get rid of extension
sed -i -e 's/^Icon=%{name}.png$/Icon=%{name}/g' %{buildroot}%{_datadir}/applications/*
sed -i -e 's/^Icon=exfalso.png$/Icon=exfalso/g' %{buildroot}%{_datadir}/applications/*

%find_lang %{name}

%files -f %{name}.lang
%doc NEWS README
%{_bindir}/%{name}
%{_bindir}/exfalso
%{_bindir}/operon
%{py_puresitedir}/%{name}
%{py_puresitedir}/%{name}*.egg-info
%{_datadir}/appdata/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/icons/hicolor/*/apps/*.svg
%{_datadir}/dbus-1/services/net.sacredchao.QuodLibet.service
%{_datadir}/gnome-shell/search-providers/quodlibet-search-provider.ini
%{_mandir}/man1/*

%changelog
* Fri Jan 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.2.2-1
+ Revision: 542453e
- Updated to 3.2.2 (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14245 |14cu|qupzilla-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname QupZilla
%define major 2
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Summary:	Fast browser based on QtWebKit
Name:		qupzilla
Version:	2.0.1
Release:	1
License:	GPLv3+ and BSD and LGPLv2.1 and GPLv2+ and MPL
Group:		Networking/WWW
Url:		http://www.qupzilla.org/
# Packaged from git://github.com/QupZilla/qupzilla.git
Source0:	https://github.com/QupZilla/qupzilla/releases/download/v%{version}/%{oname}-%{version}.tar.xz
Patch0:		qupzilla-1.3.5-mdv-linking.patch
BuildRequires:	dos2unix
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5WebEngine)
BuildRequires:	pkgconfig(Qt5WebEngineWidgets)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(xcb-atom)
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-plugins = %{EVRD}
Requires:	qt5-database-plugin-sqlite
Requires:	qt5-output-driver-default
Conflicts:	rosa-media-player-plugin

%description
QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight
web browser available through all major platforms. This project has been
originally started only for educational purposes. But from its start, QupZilla
has grown into a feature-rich browser.

QupZilla has all standard functions you expect from a web browser. It includes
bookmarks, history (both also in sidebar) and tabs. Above that, you can manage
RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin,
block Flash content with Click2Flash and edit the local CA Certificates
database with an SSL Manager.

QupZilla's main aim is to be a very fast and very stable QtWebKit browser
available to everyone. There are already a lot of QtWebKit browsers available,
but they are either bound to the KDE environment (rekonq), are not actively
developed or very unstable and miss important features. But there is missing
a multiplatform, modern and actively developed browser. QupZilla is trying
to fill this gap by providing a very stable browsing experience.

%files

#----------------------------------------------------------------------------

%package core
Summary:	%{oname} web browser core package
Group:		Networking/WWW

%description core
QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight
web browser available through all major platforms. This project has been
originally started only for educational purposes. But from its start, QupZilla
has grown into a feature-rich browser.

QupZilla has all standard functions you expect from a web browser. It includes
bookmarks, history (both also in sidebar) and tabs. Above that, you can manage
RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin,
block Flash content with Click2Flash and edit the local CA Certificates
database with an SSL Manager.

QupZilla's main aim is to be a very fast and very stable QtWebKit browser
available to everyone. There are already a lot of QtWebKit browsers available,
but they are either bound to the KDE environment (rekonq), are not actively
developed or very unstable and miss important features. But there is missing
a multiplatform, modern and actively developed browser. QupZilla is trying
to fill this gap by providing a very stable browsing experience.

%files core -f %{name}.lang
%doc AUTHORS COPYRIGHT FAQ README.md
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/themes
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/bash-completion/completions/*
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%dir %{_datadir}/%{name}/locale
%dir %{_libdir}/qupzilla

#----------------------------------------------------------------------------

%package plugins
Summary:	Various plugins for %{oname} web browser
Group:		Networking/WWW
Requires:	%{name} = %{EVRD}

%description plugins
QupZilla Plugins are dynamically loaded shared libraries (*.so) that can extend
application in almost any way. This package contains the following plugins:

* Mouse Gestures
* Access Keys Navigation
* Personal Information Manager
* GreaseMonkey

%files plugins
%{_libdir}/qupzilla/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	%{oname} shared library
Group:		System/Libraries

%description -n %{libname}
Shared library used by %{oname} web browser.

%files -n %{libname}
%{_libdir}/lib%{oname}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	%{oname} development files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for %{libname} library.

%files -n %{devname}
%{_libdir}/lib%{oname}.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches
dos2unix COPYRIGHT README.md
# remove outdated prebuilt localizations
rm -rf bin/locale

%build
export USE_LIBPATH=%{_libdir}/
export USE_WEBGL="true"
%qmake_qt5
%make STRIP=true

%install
make install INSTALL_ROOT=%{buildroot} STRIP=true

%find_lang %{name} --all-name --with-qt

rm -f %{buildroot}%{_datadir}/qupzilla/locale/sr@*.qm

cat >>%{name}.lang <<EOF
%lang(lg) %{_datadir}/qupzilla/locale/lg.qm
%lang(lt) %{_datadir}/qupzilla/locale/lt.qm
%lang(nqo) %{_datadir}/qupzilla/locale/nqo.qm
%lang(uz) %{_datadir}/qupzilla/locale/uz@Latn.qm
%lang(sr) %{_datadir}/qupzilla/locale/sr.qm
EOF

%changelog

* Sat Jun 11 2016 dsilakov <denis.silakov@rosalab.ru> 2.0.1-1
- (a06d8b1) Merge pull request #2 from alzim/qupzilla:rosa2014.1
- (a06d8b1) Updated to 2.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14246 |14cu|qwinff-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: qwinff.spec
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################
Summary:	An intuitive media converter GUI
Name:		qwinff
Version:	0.2.1
Release:	2
License:	GPLv3+
Group:		Video
Url:		http://qwinff.github.io/
Source0:	http://netcologne.dl.sourceforge.net/project/%{name}/release/v%{version}/%{name}_%{version}.tar.bz2
Source1:    qwinff_ru.tar.gz
Patch0:		qwinff-0.2.1-desktop.patch
BuildRequires:	qt5-devel
BuildRequires:  qt5-linguist-tools
BuildRequires:	cmake
BuildRequires:	pkgconfig(libnotify)
Requires:	ffmpeg
Requires:	sox

%description
QWinFF is a cross-platform, easy-to-use media converter front-end to FFmpeg.
FFmpeg is a powerful command-line utility to convert audio and video file
into numerous formats.

QWinFF features a rich set of presets to help users use FFmpeg easily without
having to manually input command-line flags. Average users can convert multiple
media files in just a few clicks, while advanced users can still adjust
conversion parameters in detail.

Please make sure to use ffmpeg from Restricted repository (PLF version).

%files 
#%% -f {name}.lang
%doc CHANGELOG.txt COPYING.txt README.md
%{_bindir}/qwinff
%{_datadir}/applications/qwinff.desktop
%{_datadir}/pixmaps/qwinff.png
%dir %{_datadir}/qwinff
%dir %{_datadir}/qwinff/translations/*
%{_datadir}/qwinff/*.xml
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

pushd src/translations
tar -xvzf %{SOURCE1}
popd

rm -fr windows_build.bat windows_build_portable.bat
%patch0 -p0

%build
%make QMAKE=qmake-qt5 LRELEASE=lrelease-qt5 USE_LIBNOTIFY=1

%install
%makeinstall_qt DESTDIR=%{buildroot}

%changelog

* Mon Jul 18 2016 Victor Ryzhikh <victorr2007@yandex.ru> 0.2.1-2
- (39d4f55) Fix build locales



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14247 |14cu|qxkb-0.4.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qxkb
Version: 	0.4.6
Release: 	1
License:	GPLv2
Url:		http://qxkb.googlecode.com
Source:		http://qxkb.googlecode.com/files/%{name}-%{version}.tar.bz2
Group:		System/X11
Summary:	Qt keyboard layout switcher
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	qt4-linguist
BuildRequires:	pkgconfig(xkbfile)

%description
The keypad switch written on Qt4.
Uses setxkbmap; The interface repeats kxkb; 
Can use svg icon for indicate language layer.

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%doc COPYING NEWS README 
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png



%changelog

* Thu May 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4.6-1
- (244ea22) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14248 |14cu|qxmpp-0.9.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname %{name} -d

Summary:	XMPP client library based on Qt
Name:		qxmpp
Version:	0.9.3
Release:	1
License:	LGPLv2.1+ and Creative Commons Attribution
Group:		System/Libraries
Url:		https://github.com/qxmpp-project/qxmpp
Source0:	https://github.com/qxmpp-project/qxmpp/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
Patch0:		qxmpp-0.6.3.1-dynamiclib.patch
BuildRequires:	qt4-devel

%description
QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++.

QXmpp is pretty intuitive and easy to use. It uses Qt extensively. Qt is
the only third party library it is dependent on. Users need to a have working
knowledge of C++ and Qt basics (Signals and Slots and Qt data types).
The underlying TCP socket and the XMPP RFCs (RFC3920 and RFC3921) have been
encapsulated into classes and functions. Therefore the user would not be
bothered with these details. But it is always recommended to the advanced users
to read and enjoy the low level details.

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	XMPP client library based on Qt
Group:		System/Libraries

%description -n %{libname}
QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++.

QXmpp is pretty intuitive and easy to use. It uses Qt extensively. Qt is
the only third party library it is dependent on. Users need to a have working
knowledge of C++ and Qt basics (Signals and Slots and Qt data types).
The underlying TCP socket and the XMPP RFCs (RFC3920 and RFC3921) have been
encapsulated into classes and functions. Therefore the user would not be
bothered with these details. But it is always recommended to the advanced users
to read and enjoy the low level details.

%files -n %{libname}
%{_libdir}/libqxmpp.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{devname}
Summary:	QXmpp development files
Group:		Development/C++
Requires:	qt4-devel
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 0.7.5

%description -n %{devname}
QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++.

This package contains files required for development.

%files -n %{devname}
%doc AUTHORS CHANGELOG LICENSE.LGPL
%{_includedir}/qxmpp
%{_libdir}/libqxmpp.so
%{_libdir}/pkgconfig/qxmpp.pc

#------------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%qmake_qt4 \
	PREFIX=%{_prefix} \
	LIBDIR=%{_lib} \
	QMAKE_CXXFLAGS_RELEASE= 
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}

%changelog

* Sat Jun 04 2016 abondrov <andrey.bondrov@rosalab.ru> 0.9.3-1
- (641c1c9) Merge pull request #1 from alzim/qxmpp:rosa2014.1
- (641c1c9) Updated to 0.9.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14249 |14cu|r8101-1.031.02-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

%define tarball_prefix 0007


Summary:	Standalone driver for Realtek RTL810x network adapters
Name:		r8101
Version:	1.031.02
Release:	1
Source0:	%{tarball_prefix}-%{name}-%{version}.tar.bz2
Source1:	%{name}.rpmlintrc
Source2:	%{name}.conf
Patch0:		r8101-linux-4.11.patch
License:	GPLv2
Group:		System/Kernel and hardware
URL:		http://www.realtek.com.tw/Downloads/
# http://www.realtek.com.tw/Downloads/downloadsView.aspx?Langid=1&PFid=7&Level=5&Conn=4&DownTypeID=3#2

%description
This package contains the standalone driver for the following network
adapters by Realtek: RTL8100*, RTL8101*, RTL8102*, RTL8103*, RTL8105*,
RTL8106*, RTL8107E, RTL8401*, RTL8402*.

%package -n dkms-%{name}
Summary:	Standalone driver for Realtek RTL810x network adapters
Group:		System/Kernel and hardware
Requires(post):		dkms
Requires(preun):	dkms

%description -n dkms-%{name}
This package contains the standalone driver for the following network
adapters by Realtek: RTL8100*, RTL8101*, RTL8102*, RTL8103*, RTL8105*,
RTL8106*, RTL8107E, RTL8401*, RTL8402*.

%prep
%setup -q
chmod -x src/*.* src/Makefile* readme

%apply_patches


%build

%install
install -m755 -d %{buildroot}/etc/modprobe.d/
install -m644 %{SOURCE2} %{buildroot}/etc/modprobe.d

# install dkms sources
mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
install -m644 src/*.c src/*.h src/Makefile %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/
cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/dkms.conf << EOF
MAKE="make -C \$kernel_source_dir M=\\\$(pwd) modules"
CLEAN="make -C \$kernel_source_dir M=\\\$(pwd) clean"
PACKAGE_NAME=%{name}
PACKAGE_VERSION=%{version}-%{release}
DEST_MODULE_LOCATION=/kernel/3rdparty/%{name}
BUILT_MODULE_NAME=%{name}
AUTOINSTALL=yes
EOF

%post -n dkms-%{name}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{release}

# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
	kk=$(echo $kk | sed 's/^\/lib\/modules\///');
	if test -d "/lib/modules/$kk/build"; then
		/usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{release} -k $kk &&
		/usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{release} -k $kk || true
	else
		echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
	fi;
done

%preun -n dkms-%{name}
# rmmod can fail (e.g. if the module is not loaded), but it should not stop
# deinstallation.
/sbin/rmmod %{name} >/dev/null 2>&1 || true
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{release} --all || true

%files -n dkms-%{name}
%doc readme
%config(noreplace) /etc/modprobe.d/%{name}.conf
%dir %{_usr}/src/%{name}-%{version}-%{release}
%{_usr}/src/%{name}-%{version}-%{release}/*

%changelog

* Wed Jun 21 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.031.02-1
- (63c54b0) Added a patch to make the driver build with kernel 4.11.x as well
- (63c54b0) Similar to the patch used in r8168 for that purpose.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14250 |14cu|rabbitvcs-0.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname RabbitVCS

Name:		rabbitvcs  
Version:	0.16
Release:	1

Summary:	Graphical user interface to version control systems
Group:		File tools
License:	GPLv2+
URL:		http://blog.rabbitvcs.org/
Source0:	https://github.com/rabbitvcs/rabbitvcs/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires:	pygtk2.0-devel >= 2.12
BuildRequires:	python-devel
BuildRequires:	gtk+2.0
BuildArch:	noarch

%description
RabbitVCS is a set of graphical tools written to provide simple
and straightforward access to the version control systems you use.

#----------------------------------------------------------------------------------

%package core
Summary:	Core package of RabbitVCS
Group:		File tools
Requires:	dbus-python
Requires:	meld
Requires:	pygtk2.0-libglade
Requires:	pygtk2.0
Requires:	python-pysvn
Requires:	python-configobj
Requires:	subversion
Requires:	python-dulwich
BuildArch:	noarch

%description core
Contains packages shared between the RabbitVCS extensions.

%files core -f %{oname}.lang
%doc AUTHORS MAINTAINERS README
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/scalable/*/*.svg
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info
%{_iconsdir}/hicolor/*/actions/rabbitvcs-push.*

#----------------------------------------------------------------------------------

%package nautilus
Summary:	Nautilus extension for RabbitVCS
Group:		File tools
Requires:	rabbitvcs-core = %{version}
Requires:	nautilus
Requires:	nautilus-python >= 0.5.2
Requires:	dbus-python
BuildArch:	noarch

%description nautilus
RabbitVCS is a set of graphical tools written to provide simple and 
straightforward access to the version control systems you use. This is the 
extension for the Nautilus file manager.

%files nautilus
%doc clients/nautilus/README
%{_libdir}/nautilus/extensions-2.0/python/%{oname}.py*

#----------------------------------------------------------------------------------

%package gedit
Summary:	Gedit extension for RabbitVCS
Group:		File tools
Requires:	rabbitvcs-core = %{version}
Requires:	gedit
BuildArch:	noarch

%description gedit
RabbitVCS is a set of graphical tools written to provide simple and 
straightforward access to the version control systems you use. This is the 
extension for gedit text editor

%files gedit
%doc clients/gedit/README
%{_libdir}/gedit-2/plugins/%{name}-plugin.py*
#%{_libdir}/gedit-2/plugins/%{name}.gedit-plugin

#----------------------------------------------------------------------------------

%package cli
Summary:	CLI extension for RabbitVCS
Group:		File tools
Requires:	rabbitvcs-core = %{version}
BuildArch:	noarch

%description cli
RabbitVCS is a set of graphical tools written to provide simple and 
straightforward access to the version control systems you use. This is the 
extension for command line interface.

%files cli
%doc clients/cli/README
%{_bindir}/%{name}

#----------------------------------------------------------------------------------

%prep
%setup -q

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --skip-build --root %{buildroot}

# nautilus extension
mkdir -p %{buildroot}%{_libdir}/nautilus/extensions-2.0/python/
cp clients/nautilus/%{oname}.py %{buildroot}%{_libdir}/nautilus/extensions-2.0/python/%{oname}.py

# gedit extension
mkdir -p %{buildroot}%{_libdir}/gedit-2/plugins/
cp clients/gedit/%{name}-plugin.py %{buildroot}%{_libdir}/gedit-2/plugins/%{name}-plugin.py
#cp clients/gedit/%{name}.gedit-plugin %{buildroot}%{_libdir}/gedit-2/plugins/%{name}.gedit-plugin

# CLI extension
mkdir -p %{buildroot}%{_bindir}
cp clients/cli/%{name} %{buildroot}%{_bindir}/%{name}

rm -rf %{buildroot}%{_defaultdocdir}/%{name}

%find_lang %{oname}

%changelog

* Mon Oct 24 2016 alzim <alzim@bk.ru> 0.16-1
- (07bed17) Merge pull request #1 from import/rabbitvcs:rosa2016.1
- (07bed17) Updated to 0.16



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14251 |14cu|raceintospace-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# define distsuffix mrb


Name:           raceintospace
Version:        1.1.0
Release:        1
Summary:        A turn based space race strategy game
Group:          Games/Strategy
License:        GPLv2+
Url:            http://www.raceintospace.org/
Source0:        https://github.com/raceintospace/raceintospace/archive/master.zip
Patch0:         rosa-games-path.patch
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(ogg)
BuildRequires:  pkgconfig(vorbis)
BuildRequires:  pkgconfig(theora)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(protobuf)
BuildRequires:  boost-devel
BuildRequires:  zlib-devel
BuildRequires:  jsoncpp-devel
BuildRequires:  protobuf-compiler
BuildRequires:  imagemagick
BuildRequires:  desktop-file-utils
BuildRequires:  cmake

%description
Race Into Space is the free software version of the Liftoff! board game
by Fritz Bronner, originally developed by Strategic Visions and published
by Interplay in 1993 and 1994 as Buzz Aldrin's Race Into Space.

%files
%doc AUTHORS COPYING README.md doc/
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------------------
%prep
%setup -qn %{name}-master
%patch0 -p1


%build
%cmake 
export CXXFLAGS="%{optflags} -Wstrict-aliasing=0"  
%make

%install
%makeinstall_std -C build

# icons
rm -fr %{buildroot}%{_datadir}/pixmaps
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size icons/raceintospace.xpm \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

desktop-file-install --mode=0644 \
    --delete-original \
    %{buildroot}%{_datadir}/applications/%{name}.desktop
    
rm -fr %{buildroot}%{_docdir}


%changelog

* Sun Jun 25 2017 abfonly <abfonly@gmail.com> 1.1.0-1
- (28ed366) drop mrb ready for contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14252 |14cu|radicale-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	Radicale

%define _radicaledir %{_localstatedir}/lib/%{name}

Summary:	Simple calendar server
Name:		radicale
Version:	1.1.1
Release:	1
Source0:	http://pypi.python.org/packages/source/R/%{oname}/%{oname}-%{version}.tar.gz
Source1:	radicale.service
Source2:	README.urpmi
Source3:	radicale.logrotate
Source4:	radicale.tmpfiles
Patch0:		%{name}-1.1.1-systemwide.patch
Group:		Office
License:	GPLv3+
URL:		http://radicale.org/
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	python-setuptools
Requires(pre):		rpm-helper
Requires(preun):	rpm-helper
Obsoletes:	python-%{name}
Suggests:	python-OpenSSL

%description
The Radicale Project is a complete CalDAV calendar server solution. It can
store multiple calendars.

Calendars are available from both local and distant accesses, possibly
limited through authentication policies.

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

#README.urpmi
cp %{SOURCE2} .

%build
#nothing to do

%install
python setup.py install --root=%{buildroot}

#dir for calendars
install -dm0755 %{buildroot}%{_radicaledir}/calendars

#config
install -Dm0644 config %{buildroot}%{_sysconfdir}/%{name}/config

#Empty htpasswd file
echo "# Htpasswd file for Radical" > %{buildroot}%{_sysconfdir}/%{name}/users

#init
install -Dm0755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

#logging
install -Dm0644 logging %{buildroot}%{_sysconfdir}/%{name}/logging

#logrotate
install -Dm0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

#systemd service file
install -Dm0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

#tmpfile
install -Dm0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf

#for ghost file
mkdir -p %{buildroot}%{_logdir}/%{name}
touch %{buildroot}%{_logdir}/%{name}/%{name}.log

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} %{_sbindir}/nologin
%_pre_groupadd %{name}

%post
%create_ghostfile %{_logdir}/%{name}/%{name}.log %{name} %{name} 0600
%_tmpfilescreate %{name}
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%doc README 
%{_bindir}/%{name}
%{_unitdir}/%{name}.service 
%{_tmpfilesdir}/%{name}.conf
%{_radicaledir}
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/config
%config(noreplace) %{_sysconfdir}/%{name}/users
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/logging
%dir %attr(700, radicale, radicale) %{_logdir}/%{name}/
%ghost %attr(600, radicale, radicale) %{_logdir}/%{name}/%{name}.log
%{py_puresitedir}/%{name}
%{py_puresitedir}/%{oname}-%{version}-py%{py_ver}.egg-info

%changelog

* Wed Feb 10 2016 Denis Silakov <dsilakov@gmail.com> 1.1.1-1
- (af819af) Added python-setuptools BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14253 |14cu|radiotray-0.7.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Radio Tray is a streaming player for listening to online radios
Name:		radiotray
Version:	0.7.3
Release:	4
Group:		Sound
License:	GPLv1
URL:		http://radiotray.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:         radiotray-0.7.3-fix-crash-on-startup.patch
Patch1:         radiotray-0.7.3-create-XDG_DATA_HOME-if-it-does-no-exist.patch
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	pyxdg
BuildRequires:	python-devel
Requires:       gstreamer0.10-python
Requires:       pygtk2.0
Requires:       pygtk2.0-libglade
Requires:       python-pyxdg
Requires:       python-lxml
Requires:       python-notify
Requires:       python-dbus
Requires:       python-gobject
Requires:       gstreamer0.10-soup
Requires:       gstreamer0.10-plugins-base
Requires:       gstreamer0.10-plugins-good
Requires:       gstreamer0.10-plugins-bad
Requires:       gstreamer0.10-plugins-ugly
Requires:       gstreamer0.10-mms
# restricted packages
Suggests:       gstreamer0.10-faad
Suggests:       gstreamer0.10-faac
BuildArch:	noarch

%description
Radio Tray is an online radio streaming player that runs on a Linux system
tray. Its goal is to have the minimum interface possible, making it very
straightforward to use. Radio Tray is not a full featured music player,
there are plenty of excellent music players already. However, there was a
need for a simple application with minimal interface just to listen to online
radios. And that's the sole purpose of Radio Tray.

%prep
%setup -q
%apply_patches

sed -i -e '/^#!\//, 1d' src/radiotray.py

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}
desktop-file-validate %{buildroot}%{_datadir}/applications/radiotray.desktop
%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_docdir}/%{name}-%{version}/*
%{py_puresitedir}/%{name}/
%{py_puresitedir}/%{name}*egg-info



%changelog

* Tue May 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7.3-4
- (5e48e94) Added gstreamer0.10-faad and gstreamer0.10-faac suggests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14254 |14cu|R-affy-1.46.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  affy
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.46.1
Release:          1
Summary:          Methods for Affymetrix Oligonucleotide Arrays
Group:            Sciences/Mathematics
License:          LGPL (>= 2.0)
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/affy_%{version}.tar.gz
Requires:         R-Biobase R-affyio R-Biobase R-BiocInstaller R-graphics
Requires:         R-grDevices R-methods R-preprocessCore R-stats R-utils
Requires:         R-zlibbioc R-tkWidgets
Requires:         R-BiocGenerics
%if %{without bootstrap}
Requires:         R-affydata
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-Biobase
BuildRequires:    R-affyio R-Biobase R-BiocInstaller R-graphics
BuildRequires:    R-grDevices R-methods R-preprocessCore R-stats R-utils
BuildRequires:    R-zlibbioc R-tkWidgets
BuildRequires:    R-BiocGenerics
%if %{without bootstrap}
BuildRequires:    R-affydata
%endif

%description
The package contains functions for exploratory oligonucleotide array
analysis. The dependence on tkWidgets only concerns few convenience
functions. 'affy' is fully functional without it.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/tests



%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.46.1-1
- (6a5a736) Clean .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14255 |14cu|R-AGD-0.35-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  AGD
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.35
Release:          2
Summary:          Analysis of Growth Data
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-gamlss 


BuildRequires:    R-devel Rmath-devel  R-gamlss


%description
Tools for NIHES course EP18 'Analysis of Growth Data', May 22-23 2012,

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.35-2
- (4fdff0b) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14256 |14cu|rage-0.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Enlightened media center
Name:		rage
Version:	0.2.1
Release:	1
Epoch:		1
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.xz
BuildRequires:	edje
BuildRequires:	evas
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(emotion)
BuildRequires:	pkgconfig(evas)

%description
This is a media center designed mostly for use on a television hooked up to
your pc via a remote control. see the key controls at the end to make your
remote send the right keystrokes - eventually this will be 100% configurable
via the gui.

%files
%doc AUTHORS README ChangeLog NEWS TODO
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_libdir}/%{name}/utils/rage_thumb

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/pixmaps
mv %{buildroot}%{_datadir}/icons/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

%changelog

* Mon Nov 07 2016 tremod <negry.m@yandex.ru> 1:0.2.1-1
- (78a850e) Merge pull request #1 from import/rage:rosa2016.1
- (78a850e) Update to 0.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14257 |14cu|ragel-6.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ragel
Version:        6.9
Release:        1
Summary:        Finite state machine compiler

Group:          Development/Other
License:        GPLv2+
URL:            http://www.cs.queensu.ca/~thurston/ragel/
Source0:        http://www.cs.queensu.ca/~thurston/ragel/%{name}-%{version}.tar.gz

BuildRequires:  transfig

%description
Ragel compiles finite state machines from regular languages into executable C,
C++, Objective-C, D, Java or Ruby code.

Ragel state machines can not only recognize byte sequences as regular
expression machines do, but can also execute code at arbitrary points in the
recognition of a regular language.

Code embedding is done using inline operators that do not disrupt the regular
language syntax.

%prep
%setup -q

%build
%configure2_5x
%make
pushd doc
%make
popd


%install
%makeinstall
chmod a-x examples/*
pushd doc
%makeinstall
popd

%clean

%files
%doc COPYING ragel.vim
%doc examples
%doc doc/ragel-guide.pdf
%{_bindir}/ragel
%{_mandir}/*/*



%changelog

* Fri Jul 17 2015 dsilakov <denis.silakov@rosalab.ru> 6.9-1
- (def79ca) Merge pull request #1 from semsonic/ragel:rosa2014.1
- (def79ca) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14258 |14cu|rakarrack-0.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    Guitar FX processor emulator
Name:       rakarrack
Version:    0.6.1
Release:    4
License:    GPLv2
Group:      Sound
URL:        http://rakarrack.sourceforge.net/
Source0:    http://dfn.dl.sourceforge.net/sourceforge/rakarrack/%{name}-%{version}.tar.bz2
Patch0:     rakarrack-0.6.1-strfmt.patch
Patch1:		rakarrack-0.6.1-libfltk.patch
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(cairo)
BuildRequires:  pkgconfig(pixman-1)
BuildRequires:  alsa-utils
BuildRequires:  desktop-file-utils
BuildRequires:  fltk-devel
BuildRequires:  jackit-devel
BuildRequires:  libpng-devel
BuildRequires:  libxau-devel
BuildRequires:  libxdmcp-devel
BuildRequires:  libxpm-devel
BuildRequires:  xcb-devel
BuildRequires:  libxft-devel
BuildRequires:  libsamplerate-devel
BuildRequires:  sndfile-devel

%description
Rakarrack is a FX processor emulator for guitar and other purposes. It provides
many effects: tcompressor, expander, noise gate, graphic equalizer, parametric
equalizer, exciter, shuffle, convolotron, valve, flanger, dual flange, chorus,
musicaldelay, arpie, echo with reverse playback, musical delay, reverb,
digital phaser, analogic phaser, synthfilter, varyband, ring, wah-wah,
alien-wah, mutromojo, harmonizer, looper and four flexible distortion modules
including sub-octave modulation and dirty octave up. It features real time
processing, JACK support, an online tuner, bank and preset managment, and a
monophonic MIDI converter. Patch files from previous versions can be converted
using the provided rakconvert script.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
sed -ie 's/<Fl\//<FL\//g' src/global.h src/process.C

%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/etc/modules-load.d
echo "snd_seq" > %{buildroot}/etc/modules-load.d/%{name}.conf

%post
modprobe snd_seq

%files
%defattr(-,root,root,0755)
%doc %{_docdir}/%{name}
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0755,root,root) %{_bindir}/rakconvert
%attr(0755,root,root) %{_bindir}/rakgit2new
%attr(0755,root,root) %{_bindir}/rakverb
%attr(0755,root,root) %{_bindir}/rakverb2
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/pixmaps/*.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*.1*
/etc/modules-load.d/%{name}.conf

%changelog

* Tue Apr 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-4
- (4e80973) Patch to build with updated fltk



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14259 |14cu|R-amap-0.8.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  amap
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.8.14
Release:          1
Summary:          Another Multidimensional Analysis Package
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/amap_0.8-14.tar.gz
Requires:         R-Biobase 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-Biobase 

%description
Tools for Clustering and Principal Component Analysis (With robusts
methods, and parallelized functions).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/exec
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/po



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.14-1
- (c737b8e) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14260 |14cu|R-Amelia-1.7.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname Amelia
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.7.4
Release:          1
Summary:          Amelia II: A Program for Missing Data
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-core >= 2.15.3 R-foreign R-utils R-Rcpp >= 0.10.0.4 R-RcppArmadillo
Requires:         liblapack libblas
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-core >= 2.15.3 R-foreign R-utils R-Rcpp >= 0.10.0.4 R-RcppArmadillo
BuildRequires:    lapack-devel

%description
Amelia II multiply imputes missing data in a single
cross-section (such as a survey), from a time series (like
variables collected for each year in a country), or from a
time-series-cross-sectional data set (such as collected by
years for each of several countries). Amelia II implements our
bootstrapping-based algorithm that gives essentially the same
answers as the standard IP or EMis approaches, is usually
considerably faster than existing approaches and can handle
many more variables. Unlike Amelia I and other statistically
rigorous imputation software, it virtually never crashes (but
please let us know if you ﬁnd to the contrary!). The program
also generalizes existing approaches by allowing for trends in
time series across observations within a crosssectional unit,
as well as priors that allow experts to incorporate beliefs
they have about the values of missing cells in their data.
Amelia II also includes useful diagnostics of the ﬁt of
multiple imputation models. The program works from the R
command line or via a graphical user interface that does not
require users to know R.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/gui
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/test

%changelog

* Fri Sep 02 2016 alzim <alzim@bk.ru> 1.7.4-1
- (2c4951d) Merge pull request #1 from import/R-Amelia:rosa2016.1
- (2c4951d) Updated to 1.7.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14261 |14cu|rancid-2.3.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _localstatedir /var/lib
%define _bindir %{_libdir}/%{name}/bin
%define _sysconfdir /etc/%{name}

%if %{?mdkversion:0}%{?!mdkversion:1}
%global notmdk 1
%endif

Name:		rancid
Version:	2.3.8
Release:	1
Summary:	Really Awesome New Cisco confIg Differ
Group:		Monitoring
License:	GPL
URL:		http://www.shrubbery.net/rancid/
Source:		ftp://ftp.shrubbery.net/pub/rancid/rancid-%{version}.tar.gz
Source1:	README.rancid.urpmi
Patch1:		ftp://ftp.shrubbery.net/pub/rancid/rancid-2.3.8.p1
Patch2:		ftp://ftp.shrubbery.net/pub/rancid/rancid-2.3.8.p2
Patch3:		ftp://ftp.shrubbery.net/pub/rancid/rancid-2.3.8.p3
Patch4:		ftp://ftp.shrubbery.net/pub/rancid/rancid-2.3.8.p4
Requires:	cvs expect >= 5.40
BuildRequires:	expect >= 5.40
Requires(pre):	%{?!notmdk:rpm-helper}%{?notmdk:/usr/sbin/useradd}
Requires(postun):	%{?!notmdk:rpm-helper}%{?notmdk:/usr/sbin/userdel}
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
RANCID monitors a router's (or more generally a device's) configuration,
including software and hardware (cards, serial numbers, etc) and uses CVS
(Concurrent Version System) or Subversion  to maintain history of changes.

RANCID does this by the very simple process summarized here:

    * login to each device in the router table (router.db),
    * run various commands to get the information that will be saved,
    * cook the output; re-format, remove oscillating or incrementing data,
    * email any differences (sample) from the previous collection to a mail
      list,
    * and finally commit those changes to the reivision control system

RANCID also includes looking glass software. It is based on Ed Kern's looking
glass which was once used for http://nitrous.digex.net/, for the old-school
folks who remember it. Our version has added functions, supports cisco,
juniper, and foundry and uses the login scripts that come with rancid; so it
can use telnet or ssh to connect to your devices(s).

Rancid currently supports Cisco routers, Juniper routers, Catalyst switches,
Foundry switches, Redback NASs, ADC EZT3 muxes, MRTd (and thus likely IRRd),
Alteon switches, and HP Procurve switches and a host of others.

Rancid is known to be used at: AOL, Global Crossing, MFN, NTT America,
Certainty Solutions Inc. 

%prep
%setup -q
cp %{SOURCE1} README.urpmi
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0


%build
%configure
%make

%install
rm -Rf %{buildroot}
mkdir -p %{buildroot}/%{_sysconfdir}/ %{buildroot}/%{_localstatedir}/%{name}
%makeinstall_std
perl -pi -e 's/^([^#\$])/# $1/g' %{buildroot}/%{_datadir}/%{name}/cloginrc.sample

perl -pi -e 's,^BASEDIR=%{_localstatedir},BASEDIR=%{_localstatedir}/%{name},g;s,/usr/bin\;,%{_sbindir}\;,' %{buildroot}/%{_sysconfdir}/rancid.conf

mkdir -p %{buildroot}/%{_sysconfdir}/../cron.d/
cat << EOF >> %{buildroot}/%{_sysconfdir}/../cron.d/%{name}
# Rancid cron jobs

# Run config differ hourly
1 * * * * rancid %{_libdir}/rancid/rancid-run

# Clean out config differ logs
50 23 * * * rancid /usr/bin/find /var/lib/rancid/logs -type f -mtime +2 -exec rm {} \;
EOF

%clean
rm -Rf %{buildroot}

%pre
%_pre_useradd %{name} %{_localstatedir}/%{name} /bin/false

%postun
%_postun_userdel %{name}

%files
%defattr(-,root,root)
%dir %{_sysconfdir}
%config(noreplace) %{_sysconfdir}/*
%config(noreplace) %{_sysconfdir}/../cron.d/%{name}
%{_libdir}/%{name}
%{_datadir}/%{name}
%attr(750,rancid,rancid) %{_localstatedir}/%{name}
%doc %{_mandir}/man?/*
%doc README README.lg share/README.misc README.urpmi

%changelog

* Sun Jul 19 2015 dsilakov <denis.silakov@rosalab.ru> 2.3.8-1
- (3f235c6) Merge pull request #1 from semsonic/rancid:rosa2014.1
- (3f235c6) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14262 |14cu|R-animation-2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  animation
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.3
Release:          2
Summary:          A gallery of animations in statistics and utilities to create animations
Group:            Sciences/Mathematics
License:          GPLv2 | GPLv3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core


Requires:         R-MASS 

BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-MASS
BuildRequires:    x11-server-xvfb

%description
This package contains a variety of functions for animations in statistics,
covering areas such as probability theory, mathematical statistics,
multivariate statistics, nonparametric statistics, sampling survey, linear
models, time series, computational statistics, data mining and machine
learning. These functions might be helpful in teaching statistics and data
analysis. Also provided in this package are several approaches to save
animations to various formats, e.g. Flash, GIF, HTML pages, PDF and videos
(saveSWF(), saveGIF(), saveHTML(), saveLatex(), and saveVideo()
respectively). PDF animations can be inserted into Sweave/knitr easily.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Need to setup some fonts for check...
# %check
# xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/articles
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/misc


%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3-2
- (5014cab) Clean .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14263 |14cu|R-AnnotationDbi-1.30.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  AnnotationDbi
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.30.1
Release:          1
Summary:          Annotation Database Interface
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-methods R-utils R-Biobase R-DBI R-RSQLite R-IRanges
Requires:         R-XML R-RCurl R-RUnit R-GenomeInfoDb
%if %{without bootstrap}
Requires:         R-hgu95av2.db R-GO.db R-human.db0 R-hgu95av2cdf
Requires:         R-org.Sc.sgd.db R-org.At.tair.db R-affy R-KEGG.db
Requires:         R-seqnames.db R-reactome.db R-AnnotationForge R-graph R-org.TguttataTestingSubset.eg.db
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-utils R-Biobase R-methods R-utils R-Biobase R-DBI
BuildRequires:    R-RSQLite R-IRanges R-XML R-RCurl R-RUnit R-GenomeInfoDb
%if %{without bootstrap}
BuildRequires:    R-hgu95av2.db R-GO.db R-human.db0 R-hgu95av2cdf
BuildRequires:    R-org.Sc.sgd.db R-org.At.tair.db R-affy R-KEGG.db
BuildRequires:    R-seqnames.db R-reactome.db R-AnnotationForge R-graph R-org.TguttataTestingSubset.eg.db
%endif

%description
Provides user interface and database connection code for annotation data
packages using SQLite data storage.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/NOTES-Herve
%doc %{rlibdir}/%{packname}/TODO
%{rlibdir}/%{packname}/DBschemas
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/script
%{rlibdir}/%{packname}/unitTests

%changelog

* Fri Jul 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.30.1-1
- (31cb5ca) Updated to 1.30.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14264 |14cu|rapid-photo-downloader-0.4.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rapid-photo-downloader
Version:	0.4.11
Release:	1
Summary:	Images downloader for external devices
License:	GPLv2+
Group:		Graphics
URL:		http://damonlynch.net/rapid
Source0:	https://launchpad.net/rapid/trunk/%{version}/+download/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	desktop-file-utils
BuildRequires:	gettext

Requires:	findutils
Requires:	pythonegg(pil)
Requires:	pythonegg(kaa-metadata)
Requires:	pythonegg(hachoir-metadata)
Requires:	perl(Image::ExifTool)
Requires:	fbida
Requires:	gtk2
Requires:	pygtk2.0
Requires:	python-exiv2 >= 0.3.0
Requires:	exiv2
Requires:	hicolor-icon-theme
Requires:	gnome-python-gconf
Requires:	ffmpegthumbnailer
Requires:	pkgconfig(notify-python)
Suggests:	librsvg2

%description
Rapid Photo Downloader is written by a photographer for professional and
amateur photographers. Released under the GNU GPL license, it is designed for
use on the Linux Desktop. It can download photos from multiple cameras, memory
cards, and Portable Storage Devices simultaneously. It provides many options
for sub-folder creation, image renaming and backup.

%files -f %{name}.lang
%doc rapid/AUTHORS rapid/ChangeLog rapid/COPYING README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}.xpm
%{py_puresitedir}/rapid/
%{py_puresitedir}/*.egg-info
# kde integration, we'll keep it
%{_datadir}/kde4/apps/solid/actions/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_mandir}/man1/%{name}.1*


#---------------------------------------------------------------------

%prep
%setup -q
cp  rapid/{ChangeLog,COPYING,AUTHORS} .
pod2man --section=1 -u --release=%{version}  --center "" doc/rapid-photo-downloader.pod > %{name}.1


%build
python setup.py build


%install
python setup.py install --root=%{buildroot}

desktop-file-install	--dir=%{buildroot}%{_datadir}/applications \
			%{buildroot}%{_datadir}/applications/%{name}.desktop
  
# man    
install -d %{buildroot}/%{_mandir}/man1
install -m 644 %name.1 %{buildroot}/%{_mandir}/man1/

# fix attr
find %{buildroot}%{py_puresitedir}/rapid/ -name "*.py*" -exec chmod 755 {} \;
chmod 644 %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml

# fix shebang 
sed -i -e '1i#!/usr/bin/python' \
    %{buildroot}%{py_puresitedir}/rapid/{rpdmultiprocessing,prefs,higdefaults,config,ValidatedEntry,__init__,paths}.py

%find_lang %{name}



%changelog

* Wed Dec 23 2015 Giovanni Mariani <mc2374@mclink.it> 0.4.11-1
- (723dbf6) Updated to release 0.4.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14265 |14cu|R-aplpack-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  aplpack
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.3.0
Release:          2
Summary:          Another Plot PACKage: stem.leaf, bagplot, faces, spin3R, slider functions
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/aplpack_%{version}.tar.gz
Requires:         R-tcltk 
Requires:         R-tkrplot 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-tcltk
BuildRequires:    R-tkrplot 
%rename R-cran-aplpack

%description
set of functions for drawing some special plots: stem.leaf plots a stem
and leaf plot bagplot plots a bagplot faces plots chernoff faces spin3R
for an inspection of a 3-dim point cloud slider functions for interactive

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
# %{rlibdir}/%{packname}/pdf
%{rlibdir}/%{packname}/src



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-2
- (bab3eaf) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14266 |14cu|R-arm-1.7.07-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  arm
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.7.07
Release:          1
Summary:          Data Analysis Using Regression and Multilevel/Hierarchical Models
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.7-07.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-MASS R-Matrix R-stats R-lme4 
Requires:         R-abind R-methods R-coda R-nlme 
# Requires:         R-R2WinBUGS R-foreign 
BuildRequires:    R-devel Rmath-devel  R-MASS R-Matrix R-stats R-lme4
BuildRequires:    R-abind R-methods R-coda R-nlme 
# BuildRequires:   R-R2WinBUGS R-foreign 

%description
R functions for processing lm, glm, svy.glm, merMod and polr outputs.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.07-1
+ Revision: 08dd306
- Updated to 1.7.07



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14267 |14cu|R-arules-1.1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  arules
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.1.7
Release:          1
Summary:          Mining Association Rules and Frequent Itemsets
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/arules_1.1-7.tar.gz
Requires:         R-stats
Requires:         R-methods
Requires:         R-Matrix
%if %{without bootstrap}
Requires:         R-pmml
Requires:         R-arulesViz
%endif
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-stats
BuildRequires:    R-methods
BuildRequires:    R-Matrix
%if %{without bootstrap}
BuildRequires:    R-pmml
BuildRequires:    R-arulesViz
%endif
BuildRequires:    pkgconfig(lapack)

%description
Provides the infrastructure for representing, manipulating and analyzing
transaction data and patterns (frequent itemsets and association rules).
Also provides interfaces to C implementations of the association mining
algorithms Apriori and Eclat by C. Borgelt.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs




%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.7-1
- (808e462) Updated to 1.1.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14268 |14cu|ratpoison-1.4.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ratpoison
Summary:	Simple Window Manager largely modelled after Screen
Group:		Graphical desktop/Other
Version:	1.4.8
Release:	1
License:	GPL
URL:		http://www.nongnu.org/ratpoison/
Source0:	http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	readline-devel

%description
Ratpoison is a simple window manager with no large library dependencies,
no fancy graphics, no window decorations, and no rodent dependence. It
is largely modeled after GNU Screen, which has done wonders in the
virtual terminal market. All interaction with the window manager is done
through keystrokes. ratpoison has a prefix map to minimize the key
clobbering that cripples EMACS and other quality pieces of software. All
windows are maximized and kept maximized to avoid wasting precious
screen space.

%prep
%setup -q

%build
export CFLAGS="%optflags -DHAVE_GETLINE"
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std
rm -rf %{buildroot}/usr/share/doc/%{name}

# startfile
%{__cat} > %{buildroot}%{_bindir}/start%{name} << EOF
exec %{_bindir}/%{name}
EOF

# session file
%{__install} -d %{buildroot}%{_sysconfdir}/X11/wmsession.d
%{__cat} > %{buildroot}%{_sysconfdir}/X11/wmsession.d/16%{name} << EOF
NAME=%{name}
EXEC=%{_bindir}/start%{name}
DESC=%{name} window manager
SCRIPT:
exec %{_bindir}/start%{name}
EOF




%files
%doc INSTALL README TODO doc/ipaq.ratpoisonrc doc/sample.ratpoisonrc AUTHORS COPYING contrib/genrpbindings contrib/split.sh NEWS
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/16%{name}
%attr(644,root,root) %{_mandir}/man1/%{name}.1*
%attr(644,root,root) %{_infodir}/%{name}.info*
%{_datadir}/%{name}
%defattr(755,root,root,755)
%{_bindir}/start%{name}
%{_bindir}/%{name}
%{_bindir}/rpws
%{_datadir}/emacs/site-lisp/ratpoison.el

%changelog

* Fri Jul 17 2015 dsilakov <denis.silakov@rosalab.ru> 1.4.8-1
- (6bb6ac5) Merge pull request #1 from semsonic/ratpoison:rosa2014.1
- (6bb6ac5) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14269 |14cu|rawtherapee-unstable-4.2.859-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rawtherapee

Summary:	Raw image processing software
Name:		%{oname}-unstable
Version:	4.2.859
Release:	1
License:	GPLv3+ and MIT and IJG
Group:		Graphics
Url:		http://www.rawtherapee.com/
Source0:	%{oname}-%{version}.tar.bz2
Patch0:		rawtherapee-4.2.717-link.patch
Patch1:		dcraw-9.25.0-CVE-2013-1438.patch
BuildRequires:	cmake >= 2.6
BuildRequires:	bzip2-devel
BuildRequires:	gomp-devel
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	gtk-engines2
BuildRequires:	pkgconfig(expat) >= 2.0
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(fftw3f)
BuildRequires:	pkgconfig(gio-2.0) >= 2.16
BuildRequires:	pkgconfig(giomm-2.4) >= 2.12
BuildRequires:	pkgconfig(glib-2.0) >= 2.16
BuildRequires:	pkgconfig(glibmm-2.4) >= 2.16
BuildRequires:	pkgconfig(gobject-2.0) >= 2.16
BuildRequires:	pkgconfig(gthread-2.0) >= 2.16
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.12
BuildRequires:	pkgconfig(gtkmm-2.4) >= 2.22
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libiptcdata)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sigc++-2.0)
Requires:	hicolor-icon-theme
Requires:	gtk-engines2
Conflicts:	%{oname}

%description
RawTherapee is a RAW image processing software. It gives full control over
many parameters to enhance the raw picture before finally exporting it
to some common image format.

This package provides development version of RawTherapee.

%files
%doc AUTHORS.txt LICENSE.txt RELEASE_NOTES.txt
%{_bindir}/rawtherapee
%{_datadir}/rawtherapee
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/appdata/*xml
%{_iconsdir}/hicolor/*/apps/%{oname}.png
%{_mandir}/man1/%{oname}.1*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches

%build
%cmake -DBUILD_SHARED_LIBS=OFF
%make

%install
%makeinstall_std -C build

# These file are taken from the root already
rm -rf %{buildroot}%{_datadir}/doc/rawtherapee


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14270 |14cu|razercfg-0.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		razercfg
Version:	0.22
Release:	1
Summary:	Razer device configuration tool
Group:		System/Configuration/Hardware
License:	GPLv2
URL:		http://bues.ch/cms/hacking/razercfg.html
Source0:	http://bues.ch/razercfg/%{name}-%{version}.tar.bz2
Source1:	razerd.service
BuildRequires:	python-qt4
BuildRequires:	cmake
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	python-devel
Patch0:		libdir_64_fix.patch
Patch1:		razercfg-0.19-udev-rules-dir.patch

%description
This is the next generation Razer device configuration tool
bringing the Razer gaming experience to the free open source world.
This utility is a replacement for the old deathaddercfg tool.
The tool architecture is based on "razerd", which is a background
daemon doing all of the lowlevel privileged hardware accesses.
The user interface tools are "razercfg", a commandline tool;
and "qrazercfg", a QT4 based graphical device configuration tool.

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
%cmake
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_unitdir}/

%{__install} -m 0755 %{SOURCE1} -D %{buildroot}%{_unitdir}/razerd.service
rm %{buildroot}%{_sysconfdir}/systemd/system/razerd.service

%post
%_post_service razerd.service

%preun
%_preun_service razerd.service

%files
%doc COPYING README
%{_bindir}/*
%{_sbindir}/razerd
%{_unitdir}/razerd.service
%{_libdir}/librazer.so
%{_sysconfdir}/pm/sleep.d/50-razer
%{_prefix}/lib/udev/rules.d/01-razer-udev.rules

%changelog

* Mon Jul 20 2015 dsilakov <denis.silakov@rosalab.ru> 0.22-1
- (03d11c9) Merge pull request #1 from semsonic/razercfg:rosa2014.1
- (03d11c9) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14271 |14cu|R-BatchJobs-1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BatchJobs
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.6
Release:          1
Summary:          Batch computing with R
Group:            Sciences/Mathematics
License:          BSD_3_clause + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-BBmisc R-methods 
Requires:         R-checkmate R-utils R-stats R-digest R-DBI R-RSQLite R-sendmailR R-brew R-stringr R-fail 
Requires:         R-testthat R-MASS 
BuildRequires:    R-devel Rmath-devel R-BBmisc R-methods
BuildRequires:    R-checkmate R-utils R-stats R-digest R-DBI R-RSQLite R-sendmailR R-brew R-stringr R-fail 
BuildRequires:   R-testthat R-MASS 
%description
Provides Map, Reduce and Filter variants to generate jobs on batch
computing systems like PBS/Torque, LSF, SLURM and Sun Grid Engine.
Multicore and SSH systems are also supported. For further details see the
project web page.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/bin
%{rlibdir}/%{packname}/etc

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-1
- (b052694) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14272 |14cu|R-BayesX-0.2.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BayesX
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.2.9
Release:          1
Summary:          R Utilities Accompanying the Software Package BayesX
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/BayesX_0.2-9.tar.gz
Requires:         R-akima R-shapefiles 
Requires:         R-sp R-colorspace R-coda R-splines 
Requires:         R-spdep 
BuildRequires:    R-devel Rmath-devel  R-akima R-shapefiles
BuildRequires:    R-sp R-colorspace R-coda R-splines 
BuildRequires:    R-spdep 

%description
This package provides functionality for exploring and visualising
estimation results obtained with the software package BayesX for
structured additive regression. It also provides functions that allow to
read, write and manipulate map objects that are required in spatial
analyses performed with BayesX, a free software for estimating structured
additive regression models (http://www.stat.uni-muenchen.de/~bayesx).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.9-1
- (c43ee67) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14273 |14cu|R-BBmisc-1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BBmisc
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.9
Release:          1
Summary:          Miscellaneous helper functions for B. Bischl
Group:            Sciences/Mathematics
License:          BSD_3_clause + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz


Requires:         R-stats R-checkmate 
Requires:         R-testthat R-microbenchmark 
BuildRequires:    R-devel Rmath-devel  
BuildRequires:    R-stats R-checkmate 
BuildRequires:   R-testthat R-microbenchmark 

%description
Miscellaneous helper functions for and from B. Bischl and some other guys
at TU Dortmund, mainly for package development.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/LICENSE
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.9-1
- (8997be3) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14274 |14cu|R-BiocGenerics-0.14.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname BiocGenerics
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.14.0
Release:          1
Summary:          Generic functions for Bioconductor
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/BiocGenerics.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/BiocGenerics_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-methods R-graphics R-stats R-parallel
BuildRequires:    R-methods R-graphics R-stats R-parallel

%description
S4 generic functions needed by many Bioconductor packages

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/unitTests
%{rlibdir}/%{packname}/CITATION

%changelog

* Fri Jul 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.14.0-1
- (49bbafa) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14275 |14cu|R-BiocParallel-0.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  BiocParallel
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.6.1
Release:          1
Summary:          Bioconductor facilities for parallel evaluation
Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz


Requires:         R-methods R-parallel R-foreach R-tools R-BatchJobs R-BBmisc R-BiocGenerics 
Requires:         R-doParallel R-snow R-Rmpi R-RUnit R-BiocStyle R-knitr 
# Requires:		  openmpi
BuildRequires:    R-devel Rmath-devel texlive-latex 
BuildRequires:    R-methods R-parallel R-foreach R-tools R-BatchJobs R-BBmisc R-BiocGenerics 
BuildRequires:    R-doParallel R-snow R-Rmpi R-RUnit R-BiocStyle R-knitr 
# BuildRequires:    openmpi

%description
This package provides modified versions and novel implementation of
functions for parallel evaluation, tailored to use with Bioconductor

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Check will fail on a local node
# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/unitTests
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Mon Dec 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-1
+ Revision: 2dec521
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14276 |14cu|R-Biostrings-2.36.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  Biostrings
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.36.1
Release:          2
Summary:          String objects representing biological sequences, and matching algorithms
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/Biostrings_%{version}.tar.gz
Requires:         R-methods R-IRanges R-graphics R-methods R-stats R-utils
Requires:         R-RUnit R-Rmpi
%if %{without bootstrap}
Requires:         R-BSgenome R-BSgenome.Celegans.UCSC.ce2
Requires:         R-BSgenome.Dmelanogaster.UCSC.dm3 R-drosophila2probe
Requires:         R-hgu95av2probe R-hgu133aprobe R-GenomicFeatures
Requires:         R-hgu95av2cdf R-affy R-affydata R-XVector
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-IRanges R-graphics R-methods R-stats R-utils R-IRanges
BuildRequires:    R-RUnit R-Rmpi
%if %{without bootstrap}
BuildRequires:    R-BSgenome R-BSgenome.Celegans.UCSC.ce2
BuildRequires:    R-BSgenome.Dmelanogaster.UCSC.dm3 R-drosophila2probe
BuildRequires:    R-hgu95av2probe R-hgu133aprobe R-GenomicFeatures
BuildRequires:    R-hgu95av2cdf R-affy R-affydata R-XVector
%endif
BuildRequires:    x11-server-xvfb

%description
Memory efficient string containers, string matching algorithms, and other
utilities, for fast manipulation of large biological sequences or sets of

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Check fils due to texlive issue
# %if %{without bootstrap}
# %check
# xvfb-run %{_bindir}/R CMD check %{packname}
# %endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/unitTests
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.36.1-2
- (2f07a5f) Disable check for now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14277 |14cu|R-biovizBase-1.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  biovizBase
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.16.0
Release:          1
Summary:          Basic graphic utilities for visualization of genomic data
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              None
Source0:          http://www.bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-methods 
Requires:         R-grDevices R-stats R-scales R-Hmisc R-RColorBrewer R-dichromat R-BiocGenerics R-S4Vectors R-IRanges R-GenomeInfoDb R-GenomicRanges R-Biostrings R-Rsamtools R-GenomicAlignments R-GenomicFeatures R-AnnotationDbi R-VariantAnnotation 
Requires:         R-BSgenome.Hsapiens.UCSC.hg19 R-TxDb.Hsapiens.UCSC.hg19.knownGene R-BSgenome R-rtracklayer 
BuildRequires:    R-devel Rmath-devel R-methods
BuildRequires:    R-grDevices R-stats R-scales R-Hmisc R-RColorBrewer R-dichromat R-BiocGenerics R-S4Vectors R-IRanges R-GenomeInfoDb R-GenomicRanges R-Biostrings R-Rsamtools R-GenomicAlignments R-GenomicFeatures R-AnnotationDbi R-VariantAnnotation 
BuildRequires:   R-BSgenome.Hsapiens.UCSC.hg19 R-TxDb.Hsapiens.UCSC.hg19.knownGene R-BSgenome R-rtracklayer 

%description
The biovizBase package is designed to provide a set of utilities, color
schemes and conventions for genomic data. It serves as the base for
various high-level packages for biological data visualization. This saves
development effort and encourages consistency.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/libs

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.16.0-1
- (de2eca9) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14278 |14cu|rbldnsd-0.997-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Small, fast daemon to serve DNSBLs
Name:		rbldnsd
Version:	0.997
Release:	1
License:	GPLv2+
Group:		System/Servers
URL:		http://www.corpit.ru/mjt/rbldnsd.html
Source0:	http://www.corpit.ru/mjt/rbldnsd/rbldnsd-%{version}.tar.gz
Source1:	rbldnsd.init
Patch0:		rbldnsd-0.996b-format_not_a_string_literal_and_no_format_arguments.diff
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	gawk
BuildRequires:	zlib-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Rbldnsd is a small, authoritative-only DNS nameserver designed to serve
DNS-based blocklists (DNSBLs). It may handle IP-based and name-based
blocklists.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0

sed -i	-e 's@/var/lib/rbldns\([/ ]\)@/var/lib/rbldnsd\1@g' \
    -e 's@\(-r/[a-z/]*\) -b@\1 -q -b@g' debian/rbldnsd.default

%build
%serverbuild

# this is not an autotools-generated configure script, and does not support --libdir
CFLAGS="$CFLAGS" ./configure

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}/var/lib/rbldnsd

install -m0755 rbldnsd %{buildroot}%{_sbindir}
install -m0644 rbldnsd.8 %{buildroot}%{_mandir}/man8
install -m0644 debian/rbldnsd.default %{buildroot}%{_sysconfdir}/sysconfig/rbldnsd
install -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/rbldnsd

%pre
%_pre_useradd rbldns /var/lib/rbldnsd /sbin/nologin

%post
%_post_service rbldnsd

%preun
%_preun_service rbldnsd

%postun
%_postun_userdel rbldns

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root,-)
%doc README.user NEWS TODO debian/changelog CHANGES-0.81
%{_initrddir}/rbldnsd
%config(noreplace) %{_sysconfdir}/sysconfig/rbldnsd
%{_sbindir}/rbldnsd
%{_mandir}/man8/rbldnsd.8*
%dir /var/lib/rbldnsd

%changelog

* Mon Jul 20 2015 dsilakov <denis.silakov@rosalab.ru> 0.997-1
- (026d49b) Merge pull request #2 from semsonic/rbldnsd:rosa2014.1
- (026d49b) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14279 |14cu|R-boot-1.3.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  boot
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.3.17
Release:          1
Summary:          Bootstrap Functions (originally by Angelo Canty for S)
Group:            Sciences/Mathematics
License:          Unlimited
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.3-17.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-graphics R-stats 

Requires:         R-MASS R-survival 
BuildRequires:    R-devel Rmath-devel  R-graphics R-stats

BuildRequires:   R-MASS R-survival 
%description
functions and datasets for bootstrapping from the book "Bootstrap Methods
and Their Applications" by A. C. Davison and D. V. Hinkley (1997, CUP).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/bd.q
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/po

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.17-1
- (d3f52d1) Updated to 1.3.17



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14280 |14cu|R-BSgenome-1.36.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#%bcond_with internet
%bcond_with bootstrap
%global packname  BSgenome
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.36.2
Release:          1
Summary:          Infrastructure for Biostrings-based genome data packages
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/BSgenome_%{version}.tar.gz
Requires:         R-methods R-IRanges R-GenomicRanges R-Biostrings R-RUnit
Requires:         R-Biobase
%if %{without bootstrap}
Requires:         R-BSgenome.Celegans.UCSC.ce2 R-BSgenome.Hsapiens.UCSC.hg19
Requires:         R-SNPlocs.Hsapiens.dbSNP.20100427 R-hgu95av2probe
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-IRanges R-GenomicRanges R-Biostrings R-RUnit R-Biobase
%if %{without bootstrap}
BuildRequires:    R-BSgenome.Celegans.UCSC.ce2 R-BSgenome.Hsapiens.UCSC.hg19
BuildRequires:    R-SNPlocs.Hsapiens.dbSNP.20100427 R-hgu95av2probe
%endif

%description
Infrastructure shared by all the Biostrings-based genome data packages

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
    %if %{with internet}
%check
%{_bindir}/R CMD check %{packname}
    %endif
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/pkgtemplates

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.36.2-1
- (5bbc313) Updated to 1.36.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14281 |14cu|rbtools-0.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname RBTools

Summary:	Tools for use with ReviewBoard
Name:		rbtools
Version:	0.6.2
Release:	1
License:	MIT
Group:		Development/Tools
Url:		http://www.review-board.org
Source0:	http://downloads.review-board.org/releases/%{oname}/0.6/%{oname}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
Requires:	python-setuptools
Requires:	python-simplejson
BuildArch:	noarch

%description
RBTools provides client tools for interacting with a ReviewBoard code-review
server.

%files
%doc AUTHORS NEWS README
%{_bindir}/rbt
%{python_sitelib}/rbtools/
%{python_sitelib}/RBTools*.egg-info/

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

rm -Rf %{oname}*.egg-info

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}


%changelog
* Thu Oct 23 2014 Rosa <rosa@abf.rosalinux.ru> 0.6.2-1
+ Revision: 643a7b9
- Automatic import for version 0.6.2-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14282 |14cu|rbutil-1.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%define upstream_name RockboxUtility

Summary:	Rockbox (rbutil) firmware for mp3 players 
Name:		rbutil
Version:	1.4.0
Release:	1
License:	GPLv2
Group:		System/Configuration/Hardware
URL:		http://www.rockbox.org/
Source:		http://download.rockbox.org/rbutil/source/%{upstream_name}-v%{version}-src.tar.bz2
BuildRequires:	qt4-devel
BuildRequires:	usb1-devel
Patch0:		werror_sec.patch


%description
Rockbox (rbutil) is an open source firmware for mp3 players, written from
scratch. It runs on a wide range of players:

* Apple: 1st through 5.5th generation iPod, iPod Mini and 1st generation iPod
Nano
(not the Shuffle, 2nd/3rd/4th gen Nano, Classic or Touch)
* Archos: Jukebox 5000, 6000, Studio, Recorder, FM Recorder, Recorder V2 and
Ondio
* Cowon: iAudio X5, X5V, X5L, M5, M5L, M3 and M3L
* iriver: iHP100 series, H100 series, H300 series and H10 series
* Olympus: M:Robe 100
* SanDisk: Sansa c200 series, e200 series and e200R series (not the AMS models)
* Toshiba: Gigabeat X and F series (not the S series) 

%prep
%setup -q -n %{upstream_name}-v%{version}

%build
cd rbutil/rbutilqt
lrelease rbutilqt.pro

%qmake_qt4
%make

%install
# menu 
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=RockBox
Comment=Firmware for mp3 players
Exec=rbutil
Icon=%{name}.png
Terminal=false
Type=Application
StartupNotify=true
Categories=System;Hardware;X-MandrivaLinux-System-Configuration-Hardware;
EOF

#icon
install -m 644 rbutil/rbutilqt/icons/%{name}.png -D %{buildroot}%{_iconsdir}/%{name}.png
install -m 755 rbutil/rbutilqt/RockboxUtility -D %{buildroot}%{_bindir}/%{name}


%files 
%{_bindir}/rbutil
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.4.0-1
- (81ebbf3) Updated to 1.4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14283 |14cu|R-ca-0.58-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ca
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.58
Release:          1
Summary:          Simple, Multiple and Joint Correspondence Analysis
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core



Requires:         R-rgl 
BuildRequires:    R-devel Rmath-devel  

BuildRequires:   R-rgl 
%description
A package for computation and visualization of simple, multiple and joint
correspondence analysis.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/N*
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.58-1
- (c7fed1f) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14284 |14cu|R-cairoDevice-2.22-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  cairoDevice
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.22
Release:          3
Summary:          Cairo-based cross-platform antialiased graphics device driver
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-grDevices 
BuildRequires:    R-devel Rmath-devel  
BuildRequires:    R-grDevices 
BuildRequires:    cairo-devel
BuildRequires:    glib2-devel
BuildRequires:    gtk2-devel
BuildRequires:    jpeg-devel
BuildRequires:    tiff-devel
BuildRequires:    x11-server-xvfb
%rename R-cran-cairoDevice

%description
Cairo/GTK graphics device driver with output to screen, file (png, svg,
pdf, and ps) or memory (arbitrary GdkDrawable or Cairo context). The
screen device may be embedded into RGtk2 interfaces. Supports all
interactive features of other graphics devices, including

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.22-3
- (89d77ba) Clean .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14285 |14cu|R-car-2.0.19-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  car
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.0.19
Release:          5
Summary:          Companion to Applied Regression
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/car_2.0-19.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-stats R-graphics R-MASS R-nnet
%if %{with bootstrap}
Requires:         R-leaps R-lme4 R-nlme R-rgl R-survival
%else
Requires:         R-alr3 R-leaps R-lme4 R-lmtest R-nlme R-sandwich
Requires:         R-rgl R-survival R-survey
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats
BuildRequires: R-pbkrtest
Requires: R-pbkrtest
BuildRequires:    R-graphics R-MASS R-nnet
%if %{with bootstrap}
BuildRequires:    R-leaps R-lme4 R-nlme R-mgcv R-rgl R-survival
%else
BuildRequires:    R-alr3 R-leaps R-lme4 R-lmtest R-nlme R-sandwich R-mgcv
BuildRequires:    R-rgl R-survival R-survey
%endif
%rename R-cran-car

%description
This package accompanies J. Fox and S. Weisberg, An R Companion to Applied
Regression, Second Edition, Sage, 2011.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/car/doc/embedding.R
%{rlibdir}/car/doc/embedding.Rnw
%{rlibdir}/car/doc/embedding.pdf
%{rlibdir}/car/doc/index.html

%changelog

* Thu Jun 30 2016 Denis Silakov <dsilakov@gmail.com> 2.0.19-5
- (97565d7) Drop mgcv requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14286 |14cu|R-caret-6.0.35-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  caret
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          6.0.35
Release:          2
Summary:          Classification and Regression Training
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_6.0-35.tar.gz

Requires:         R-stats R-lattice R-ggplot2 
Requires:         R-car R-reshape2 R-foreach R-methods R-plyr R-nlme R-BradleyTerry2 
Requires:         R-e1071 R-earth R-fastICA R-gam R-ipred R-kernlab R-klaR R-MASS R-ellipse R-mda R-mlbench R-nnet R-party R-pls R-pROC R-proxy R-randomForest R-RANN R-spls 
BuildRequires:    R-devel Rmath-devel texlive-latex R-stats R-lattice R-ggplot2
BuildRequires:    R-car R-reshape2 R-foreach R-methods R-plyr R-nlme R-BradleyTerry2 
BuildRequires:   R-e1071 R-earth R-fastICA R-gam R-ipred R-kernlab R-klaR R-MASS R-ellipse R-mda R-mlbench R-nnet R-party R-pls R-pROC R-proxy R-randomForest R-RANN R-spls 

%description
Misc functions for training and plotting classification and regression

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/models


%changelog

* Thu Jun 30 2016 Denis Silakov <dsilakov@gmail.com> 6.0.35-2
- (aea3650) Drop mgcv requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14287 |14cu|R-catdata-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  catdata
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.2.1
Release:          4
Summary:          Categorical Data
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-MASS 

Requires:         R-rms R-qvcalc R-glmmML R-pscl R-VGAM R-gee R-mlogit R-Ecdat
Requires:         R-geepack R-rpart R-party R-ordinal R-lme4 R-glmnet
Requires:         R-mboost R-e1071 R-flexmix R-lqa R-lpSolve R-GAMBoost
Requires:         R-penalized R-class R-vcdExtra

BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS

BuildRequires:    R-rms R-qvcalc R-glmmML R-pscl R-VGAM R-gee R-mlogit R-Ecdat
BuildRequires:    R-geepack R-rpart R-party R-ordinal R-lme4 R-glmnet
BuildRequires:    R-mboost R-e1071 R-flexmix R-lqa R-lpSolve R-GAMBoost
BuildRequires:    R-penalized R-class R-vcdExtra

%description
This R-package contains examples from the book "Regression for Categorical
Data", Tutz 2011, Cambridge University Press. The names of the examples
refer to the chapter and the data set that is used.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog

* Thu Jun 30 2016 Denis Silakov <dsilakov@gmail.com> 1.2.1-4
- (1f0d3a4) Drop mgcv requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14288 |14cu|R-caTools-1.17.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  caTools
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.17.1
Release:          2
Summary:          Tools: moving window statistics, GIF, Base64, ROC AUC, etc
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/caTools_%{version}.tar.gz
Requires:         R-bitops 
Requires:         R-MASS R-rpart 
BuildRequires:    R-devel Rmath-devel  R-bitops
BuildRequires:    R-MASS R-rpart 

%description
Contains several basic utility functions including: moving (rolling,
running) window statistic functions, read/write for GIF and ENVI binary
files, fast calculation of AUC, LogitBoost classifier, base64
encoder/decoder, round-off error free sum and cumsum, etc.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.17.1-2
- (7eadda9) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14289 |14cu|R-cem-1.1.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  cem
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.1.16
Release:          2
Summary:          Coarsened Exact Matching
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/cem/index.html
Source0:          http://cran.r-project.org/src/contrib/cem_1.1.16.tar.gz
BuildRequires:    R-devel R-randomForest R-combinat R-tcltk R-nlme R-lattice R-MatchIt
Requires:         R-core R-randomForest R-combinat R-tcltk R-nlme R-lattice R-MatchIt
BuildArch:        noarch

%description
Implementation of the Coarsened Exact Matching algorithm

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css


%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/doc
%{rlibdir}/%{packname}/makeLelonde.R
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.16-2
- (9948f96) Added MAtchIt requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14290 |14cu|R-checkmate-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  checkmate
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.6.0
Release:          1
Summary:          Fast and versatile argument checks
Group:            Sciences/Mathematics
License:          BSD_3_clause + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz



Requires:         R-testthat 
BuildRequires:    R-devel Rmath-devel  

BuildRequires:   R-testthat 
%description
Tests and assertions to perform frequent argument checks. A substantial
part of the package was written in C to minimize any worries about
execution time overhead.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/LICENSE
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/doc

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0-1
- (80f7da3) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14291 |14cu|R-chipseq-1.18.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  chipseq
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.18.0
Release:          1
Summary:          chipseq: A package for analyzing chipseq data
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              None
Source0:          http://www.bioconductor.org/packages/release/bioc/src/contrib/chipseq_%{version}.tar.gz

Requires:         R-methods R-BiocGenerics R-S4Vectors R-IRanges R-GenomicRanges R-BSgenome R-ShortRead 
Requires:         R-methods R-BiocGenerics R-IRanges R-BSgenome R-GenomicRanges R-lattice R-ShortRead R-stats 
Requires:         R-GenomicFeatures R-TxDb.Mmusculus.UCSC.mm9.knownGene 
BuildRequires:    R-devel Rmath-devel R-methods R-BiocGenerics R-S4Vectors R-IRanges R-GenomicRanges R-BSgenome R-ShortRead
BuildRequires:    R-methods R-BiocGenerics R-IRanges R-BSgenome R-GenomicRanges R-lattice R-ShortRead R-stats 
BuildRequires:   R-GenomicFeatures 
%description
Tools for helping process short read data for chipseq experiments

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/Scripts
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/help

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.18.0-1
- (4c433b2) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14292 |14cu|R-chron-2.3.47-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  chron
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.3.47
Release:          1
Summary:          Chronological objects which can handle dates and times
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/chron_2.3-47.tar.gz
Requires:         R-graphics R-stats 
BuildRequires:    R-devel Rmath-devel  
BuildRequires: R-scales
Requires: R-scales
BuildRequires:    R-graphics R-stats 

%description
Chronological objects which can handle dates and times

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Tue Oct 11 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.3.47-1
- (6e84470) Updated to 2.3.47



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14293 |14cu|R-circular-0.4.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  circular
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.4.7
Release:          1
Summary:          Circular Statistics
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.4-7.tar.gz


Requires:         R-boot 

BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-boot 

%description
Circular Statistics, from "Topics in circular Statistics" (2001) S. Rao
Jammalamadaka and A. SenGupta, World Scientific.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/COPYRIGHTS
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.7-1
+ Revision: adf8f4e
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14294 |14cu|R-coin-1.0.24-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  coin
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.24
Release:          2
Summary:          Conditional Inference Procedures in a Permutation Test Framework
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/coin_1.0-24.tar.gz
Requires:         R-methods R-survival R-mvtnorm R-modeltools R-xtable
Requires:         R-e1071 R-vcd
%if %{without bootstrap}
Requires:         R-multcomp
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-survival R-mvtnorm R-modeltools R-xtable R-e1071 R-vcd
%if %{without bootstrap}
BuildRequires:    R-multcomp
%endif
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Conditional inference procedures for the general independence problem
including two-sample, K-sample (non-parametric ANOVA), correlation,
censored, ordered and multivariate problems.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%doc %{rlibdir}/%{packname}/README
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog

* Tue Jul 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.24-2
- (0a08513) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14295 |14cu|R-CompQuadForm-1.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  CompQuadForm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.4.1
Release:          1
Summary:          Distribution function of quadratic forms in normal variables
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/CompQuadForm_%{version}.tar.gz
BuildRequires:    R-devel Rmath-devel texlive 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Computes the distribution function of quadratic forms in normal variables
using Imhof's method, Davies's algorithm, Farebrother's algorithm or Liu
et al.'s algorithm.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/HISTORY
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-1
- (5f04792) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14296 |14cu|R-corpcor-1.6.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  corpcor
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.6.7
Release:          2
Summary:          Efficient Estimation of Covariance and (Partial) Correlation
Group:            Sciences/Mathematics
License:          GPLv3+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

BuildRequires:    R-devel Rmath-devel  


%description
This package implements a James-Stein-type shrinkage estimator for the
covariance matrix, with separate shrinkage for variances and correlations.
 The details of the method are explained in Sch\"afer and Strimmer (2005)
and Opgen-Rhein and Strimmer (2007).  The approach is both computationally
as well as statistically very efficient, it is applicable to "small n,
large p" data, and always returns a positive definite and well-conditioned
covariance matrix.  In addition to inferring the covariance matrix the
package also provides shrinkage estimators for partial correlations and
partial variances.  The inverse of the covariance and correlation matrix
can be efficiently computed, as well as any arbitrary power of the
shrinkage correlation matrix.  Furthermore, functions are available for
fast singular value decomposition, for computing the pseudoinverse, and
for checking the rank and positive definiteness of a matrix.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6.7-2
- (a9fa33c) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14297 |14cu|R-corrgram-1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  corrgram
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.7
Release:          2
Summary:          Plot a correlogram
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-graphics R-seriation R-stats 


BuildRequires:    R-devel Rmath-devel  R-graphics R-seriation R-stats


%description
Calculates correlation of variables and displays the results graphically.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/doc

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7-2
- (3e5b701) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14298 |14cu|rcs-5.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rcs
Summary:	Revision Control System (RCS) file version management tools
Version:	5.9.4
Release:	1
License:	GPL
Group:		Development/Other
Source0:	ftp://ftp.gnu.org:21/pub/gnu/rcs/%{name}-%{version}.tar.xz
Patch0:		rcs-5.8-build-tweaks.patch
Url:		http://www.cs.purdue.edu/homes/trinkle/RCS/
BuildRequires:	autoconf
BuildRequires:	ed
BuildRequires:	groff

%description
The Revision Control System (RCS) is a system for managing multiple
versions of files.  RCS automates the storage, retrieval, logging,
identification and merging of file revisions.  RCS is useful for text
files that are revised frequently (for example, programs,
documentation, graphics, papers and form letters).

The rcs package should be installed if you need a system for managing
different versions of files.

%prep
%setup -q
%patch0 -p1 -b .build-tweaks

%build
export CC=gcc
autoreconf -fi
%configure --with-diffutils
make

%install
%makeinstall_std

install -m 755 src/rcsfreeze %{buildroot}%{_bindir}

rm -f %{buildroot}/%{_infodir}/dir

%clean

%files
%doc NEWS
%{_bindir}/*
%{_mandir}/man?/*
%{_infodir}/*



%changelog

* Sun Jul 19 2015 dsilakov <denis.silakov@rosalab.ru> 5.9.4-1
- (c46747a) Merge pull request #1 from semsonic/rcs:rosa2014.1
- (c46747a) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14299 |14cu|R-DAAG-1.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  DAAG
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.20
Release:          3
Summary:          Data Analysis And Graphics data and functions
Group:            Sciences/Mathematics
License:          Unlimited
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/DAAG_%{version}.tar.gz
Requires:         R-MASS R-rpart R-randomForest R-boot R-survival 
Requires:         R-lattice R-leaps R-oz R-lme4 R-quantreg R-knitr
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS R-rpart R-randomForest R-boot R-survival
BuildRequires:    R-lattice R-leaps R-oz R-lme4 R-quantreg R-knitr

%description
various data sets used in examples and exercises in the book Maindonald,
J.H. and Braun, W.J. (2003, 2007, 2010) "Data Analysis and Graphics Using

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/misc
%{rlibdir}/%{packname}/seedrates.txt

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.20-3
- (615b677) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14300 |14cu|R-DBI-0.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  DBI
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.3.1
Release:          2
Summary:          R Database Interface
Group:            Sciences/Mathematics
License:          LGPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/DBI_%{version}.tar.gz
Requires:         R-methods 
Requires:         R-testthat R-RSQLite
BuildRequires:    R-devel Rmath-devel texlive R-testthat R-RSQLite
BuildRequires:    R-methods 

%define debug_package %{nil}

%description
A database interface (DBI) definition for communication between R and
relational database management systems.  All classes in this package are
virtual and need to be extended by the various R/DBMS implementations.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-2
- (db44508) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14301 |14cu|R-Deducer-0.7.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Deducer
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.7.7
Release:          1
Summary:          Deducer
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.7-7.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-rJava R-ggplot2 R-scales R-JGR R-car R-multcomp R-effects R-foreign R-plyr R-e1071 R-MASS 

Requires:         R-lawstat R-Hmisc 
BuildRequires:    R-devel Rmath-devel  R-rJava R-ggplot2 R-scales R-JGR R-car R-multcomp R-effects R-foreign R-plyr R-e1071 R-MASS

BuildRequires:    R-lawstat R-Hmisc 
BuildRequires:    java-rpmbuild
BuildRequires:    x11-server-xvfb

%description
An intuitive, cross-platform graphical data analysis system. It uses menus
and dialogs to guide the user efficiently through the data manipulation
and analysis process, and has an excel like spreadsheet for easy data
frame visualization and editing. Deducer works best when used with the
Java based R GUI JGR, but the dialogs can be called from the command line.
Dialogs have also been integrated into the Windows Rgui.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/java

%changelog

* Wed Jul 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7.7-1
- (c401a14) Updated to 0.7.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14302 |14cu|R-deldir-0.1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  deldir
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.1.9
Release:          1
Summary:          Delaunay Triangulation and Dirichlet (Voronoi) Tessellation

Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/deldir_0.1-9.tar.gz
BuildRequires:    R-devel Rmath-devel  
BuildRequires: R-polyclip
Requires: R-polyclip
BuildRequires:    R-spatstat

%description
Calculates the Delaunay triangulation and the Dirichlet or Voronoi
tessellation (with respect to the entire plane) of a planar point set.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/code.discarded
%doc %{rlibdir}/%{packname}/err.list
%doc %{rlibdir}/%{packname}/ex.out
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/READ_ME
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/ratfor






%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.9-1
- (5219a63) Updated to 0.1.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14303 |14cu|R-denstrip-1.5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  denstrip
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.5.3
Release:          1
Summary:          Density strips and other methods for compactly illustrating distributions
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/denstrip_1.5.3.tar.gz
BuildArch:        noarch
Requires:         R-core



Requires:         R-survival R-vioplot R-lattice R-Hmisc 
BuildRequires:    R-devel Rmath-devel  

BuildRequires:   R-survival R-vioplot R-lattice R-Hmisc 
%description
Graphical methods for compactly illustrating probability distributions,
including density strips, density regions, sectioned density plots and
varying width strips.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help


%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5.3-1
- (5d64e46) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14304 |14cu|R-DEoptimR-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  DEoptimR
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0.2
Release:          2
Summary:          Differential Evolution Optimization in pure R
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-2.tar.gz
BuildArch:        noarch
Requires:         R-core

BuildRequires:    R-devel Rmath-devel  


%description
An implementation of the jDE variant of the Differential Evolution
stochastic algorithm for global optimization of nonlinear programming

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/xtraR
%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-2
- (b82e8df) Updated to 1.0-2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14305 |14cu|R-descr-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  descr
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.1.1
Release:          2
Summary:          Descriptive statistics
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/descr_%{version}.tar.gz
Requires:         R-xtable R-ENmisc 
BuildRequires:    R-devel Rmath-devel  
BuildRequires:    R-xtable R-ENmisc 

%description
This package contains functions to describe weighted categorical variables
and functions to facilitate the character encoding conversion of objects.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/po



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-2
- (d05bba7) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14306 |14cu|R-DESeq2-1.4.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  DESeq2
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.4.5
Release:          1
Summary:          Differential gene expression analysis
Group:            Sciences/Mathematics
License:          GPL (>= 3)
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-GenomicRanges R-IRanges R-Rcpp R-RcppArmadillo 
Requires:         R-BiocGenerics R-methods R-locfit R-genefilter R-geneplotter R-RColorBrewer R-lattice 
Requires:         R-RUnit R-gplots R-knitr R-Biobase R-BiocStyle R-parathyroidSE R-pasilla R-DESeq R-vsn R-GenomicFeatures R-Rsamtools R-biomaRt 
BuildRequires:    R-devel Rmath-devel texlive-latex R-GenomicRanges R-IRanges R-Rcpp R-RcppArmadillo
BuildRequires:    R-BiocGenerics R-methods R-locfit R-genefilter R-geneplotter R-RColorBrewer R-lattice 
BuildRequires:    R-RUnit R-gplots R-knitr R-Biobase R-BiocStyle R-parathyroidSE R-pasilla R-DESeq R-vsn R-GenomicFeatures R-Rsamtools R-biomaRt 
#BuildRequires:    R-GenomicAlignments 
#Requires:         R-GenomicAlignments 
BuildRequires:    lapack-devel blas-devel

%description
Estimate variance-mean dependence in count data from high-throughput
sequencing assays and test for differential expression based on a model
using the negative binomial distribution

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/unitTests

%changelog
* Sun Dec 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.5-1
+ Revision: 18f828b
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14307 |14cu|rdiff-backup-1.3.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Backup software
Name:		rdiff-backup
Version:	1.3.3
Release:	5
License:	GPLv2
Group:		Networking/Other
URL:		http://www.nongnu.org/rdiff-backup/
Source0:	http://download.savannah.nongnu.org/releases/rdiff-backup/%{name}-%{version}.tar.gz
# from http://wiki.rdiff-backup.org/wiki/index.php/BashCompletion
Source1:	rdiff-backup.bash_completion
# docs are already installed by %doc macro
Patch0:		rdiff-backup-1.2.0-dont-install-docs.patch
Patch1:         rdiff-backup-1.2.8-librsync-1.0.0.patch
Requires:	python
BuildRequires:	librsync-devel >= 0.9.6
BuildRequires:	popt-devel
BuildRequires:	python-devel >= 2.2.1
BuildRequires:	python-rpm
Epoch:		1

%description
rdiff-backup is a script, written in Python, that backs up one
directory to another and is intended to be run periodically
(nightly from cron for instance). The target directory ends up
a copy of the source directory, but extra reverse diffs are
stored in the target directory, so you can still recover files
lost some time ago. The idea is to combine the best features of
a mirror and an incremental backup. rdiff-backup can also operate
in a bandwidth efficient manner over a pipe, like rsync. Thus you
can use rdiff-backup and ssh to securely back a hard drive up to
a remote location, and only the differences from the previous
backup will be transmitted.

%prep
%setup -q
%patch0 -p1 -b .dont-install-docs
%patch1 -p1

%build
python setup.py build

%install
python \
	setup.py install \
	--optimize=2 \
	--root=%{buildroot}
# install bash_completion
mkdir -p -m 0755 %{buildroot}/%{_sysconfdir}/bash_completion.d
install -m 0644 %SOURCE1 %{buildroot}/%{_sysconfdir}/bash_completion.d/%{name}


%clean

%files
%defattr(644,root,root,755)
%doc CHANGELOG README FAQ.html examples.html
%attr(755,root,root) %{_bindir}/rdiff-backup
%attr(755,root,root) %{_bindir}/rdiff-backup-statistics
%dir %{py_platsitedir}/rdiff_backup
%{py_platsitedir}/rdiff_backup/*.py
%attr(755,root,root) %{py_platsitedir}/rdiff_backup/*.so
%{py_platsitedir}/rdiff_backup-*.egg-info
%{_mandir}/man1/rdiff-backup*
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}



%changelog

* Mon May 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.3.3-5
- (0b113c0) Patch to work with librsync-1.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14308 |14cu|R-digest-0.6.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  digest
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6.8
Release:          2
Summary:          Create cryptographic hash digests of R objects
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/digest_%{version}.tar.gz
BuildRequires:    R-devel Rmath-devel  

%description
The digest package provides a function 'digest()' for the creation of hash
digests of arbitrary R objects (using the md5, sha-1, sha-256 and crc32
algorithms) permitting easy comparison of R language objects, as well as a
function 'hmac()' to create hash-based message authentication code. . The
md5 algorithm by Ron Rivest is specified in RFC 1321, the SHA-1 and
SHA-256 algorithms are specified in FIPS-180-1 and FIPS-180-2, and the
crc32 algorithm is described in
ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. For md5, sha-1
and sha-256, this packages uses small standalone implementations that were
provided by Christophe Devine. For crc32, code from the zlib library is
used. . Please note that this package is not meant to be deployed for
cryptographic purposes for which more comprehensive (and widely tested)
libraries such as OpenSSL should be used.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/GPL-2
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/include



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.8-2
- (bcb9501) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14309 |14cu|R-diptest-0.75.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  diptest
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.75.7
Release:          2
Summary:          Hartigan's dip test statistic for unimodality - corrected code
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/diptest_0.75-7.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 

%description
Compute Hartigan's dip test statistic for unimodality

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extraData
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.75.7-2
- (20fd41e) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14310 |14cu|R-doBy-4.5.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  doBy
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          4.5.13
Release:          1
Summary:          Groupwise summary statistics, general linear contrasts, population means, etc
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/doBy_4.5-13.tar.gz
Requires:         R-survival R-R2HTML R-multcomp R-lme4 R-snow R-MASS
Requires:         R-Matrix
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-survival
BuildRequires:    R-R2HTML R-multcomp R-lme4 R-snow R-MASS R-Matrix

%description
doBy contains a variety of utilities including: 1) Facilities for
groupwise computations of summary statistics and other facilities for
working with grouped data. 2) General linear contrasts and LSMEANS
(least-squares-means also known as population means), 3) Rscript2HTML for
autmatic generation of HTML file from R-script with a minimum of markup,
4) other utilities. doBy originally contained facilities for 'doing
something to data where data would be partitioned by some variables which
define groupings of data' - hence the name doBy.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.5.13-1
- (9fe7118) Updated to 4.5.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14311 |14cu|R-doMC-1.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname doMC
%global rlibdir %{_libdir}/R/library

Name: R-%{packname}
Version: 1.3.3
Release: 2
Summary: Foreach parallel adaptor for the multicore package
Group: Sciences/Mathematics
License: GPLv2
URL: http://cran.r-project.org/web/packages/%{packname}/index.html
Source0: http://cran.r-project.org/src/contrib/doMC_%{version}.tar.gz
BuildArch: noarch
Requires: R-core R-foreach R-iterators R-utils
BuildRequires: R-devel R-foreach R-iterators R-utils texlive-collection-latex

%description
Provides a parallel backend for the dopar function using
the multicore functionality of the parallel package.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/unitTests



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-2
- (11f340d) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14312 |14cu|R-doParallel-1.0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  doParallel
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.0.8
Release:          1
Summary:          Foreach parallel adaptor for the parallel package
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-foreach R-iterators R-parallel R-utils 

Requires:         R-caret R-mlbench R-rpart 
BuildRequires:    R-devel Rmath-devel texlive-latex R-foreach R-iterators R-parallel R-utils

BuildRequires:   R-caret R-mlbench R-rpart 
%description
Provides a parallel backend for the dopar function using the parallel

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/unitTests

%changelog
* Mon Dec 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-1
+ Revision: 55eb664
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14313 |14cu|R-doSNOW-1.0.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  doSNOW
%global rlibdir  %{_datadir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.0.12
Release:          2
Summary:          Foreach parallel adaptor for the snow package
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-foreach R-iterators R-snow R-utils 

Requires:         R-RUnit R-mlbench R-rpart
Requires:         R-caret 
BuildRequires:    R-devel Rmath-devel texlive-latex R-foreach R-iterators R-snow R-utils

BuildRequires:    R-RUnit R-mlbench R-rpart
BuildRequires:    R-caret

%description
Provides a parallel backend for the dopar function using Luke Tierney's
snow package.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/unitTests
%{rlibdir}/%{packname}/examples

%changelog
* Mon Dec 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.12-2
+ Revision: cdc61e2
- Rebuild with caret



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14314 |14cu|R-e1071-1.6.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  e1071
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.6.4
Release:          2
Summary:          Misc Functions of the Department of Statistics (e1071), TU Wien
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/e1071_1.6-4.tar.gz
Requires:         R-class 
Requires:         R-graphics R-stats R-grDevices R-utils 
Requires:         R-cluster R-mlbench R-nnet R-randomForest R-rpart R-SparseM R-xtable R-Matrix R-MASS 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-class
BuildRequires:    R-graphics R-stats R-grDevices R-utils 
BuildRequires:    R-cluster R-mlbench R-nnet R-randomForest R-rpart R-SparseM R-xtable R-Matrix R-MASS 

%description
Functions for latent class analysis, short time Fourier transform, fuzzy
clustering, support vector machines, shortest path computation, bagged
clustering, naive Bayes classifier, ...

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6.4-2
- (d4dcb31) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14315 |14cu|reaction-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define _noautoprov ^renderer(.*)
%else
%define _provides_exceptions ^renderer
%endif

%define		oname	Reaction

Name:		reaction
Version:	1.0
Release:	4
Summary:	First-person shooter based on modified Quake 3 engine
Group:		Games/Arcade
License:	GPLv2
URL:		http://rq3.com/
Source0:	http://download.rq3.com/%{oname}-%{version}-source.tar.gz
Patch0:		reaction-1.0-mdv-custom.patch
Patch1:		reaction-debug.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	imagemagick
Requires:	%{name}-data

%description
Reaction was originally called Reaction Quake 3 which was a "total conversion
mod" for Quake III Arena based on action and realism with a specific emphasis
on action over realism. Reaction is a port of the classic Action Quake 2 (AQ2)
mod. AQ2 still enjoyed great popularity in online gaming even 4 years after it
was initially released and on an "obsolete" game engine as well. Many people
attribute this lasting popularity to both the unique gameplay and the AQ2
community. At the time Reaction Quake 3 was first released, AQ2 was still more
popular than other Q3 realism mods and any other Quake 2 and Quake/QuakeWorld
mods.

Reaction Quake 3 aimed to bring the gameplay of AQ2 to a new, more modern game
engine. This mod is made by AQ2 fans and players specifically for those who
love the fast and furious AQ2 gameplay and also to hopefully expose a new
generation of players to this unique gameplay.

Reaction has already surpassed many facets of the last official release of
Action Quake 2, 1.52, and is catching up to some of the latest AQ2 variants.
Considering that AQ2 has had over 4 years of development time and the bulk
Reaction's teamplay, matchmode, and bot development was done in less than
6 months, this is a pretty exciting project. What started out as a project by
part of the AQ2 community who wanted someone to make "Action Quake 3" has
turned into a well-received and pretty solid and fun standalone game.

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1

# fix png rgb 
find . -type f -name "Reaction.png" -exec convert {} -strip {} \;

%build
mkdir -p ~/tmp
%make V=1

%install
mkdir -p %{buildroot}%{_gamesbindir}
cp build/release-linux-*/%{oname}.* %{buildroot}%{_gamesbindir}/%{name}
cp build/release-linux-*/%{oname}ded.* %{buildroot}%{_gamesbindir}/%{name}-server

mkdir -p %{buildroot}%{_libdir}/%{name}
cp build/release-linux-*/*.so %{buildroot}%{_libdir}/%{name}/

mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
pushd %{buildroot}%{_gamesdatadir}/%{name}
for N in %{buildroot}%{_libdir}/%{name}/*.so
do
ln -s %{_libdir}/%{name}/`basename $N` `basename $N`;
done
popd

# create and install icons
for N in 16 32 48 64 128; do convert %{oname}.png -scale ${N}x${N}! $N.png; done
install -D 16.png -m 644 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D 32.png -m 644 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D 48.png -m 644 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -D 64.png -m 644 %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png -m 644 %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# XDG menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=%{oname}
Comment=First-person shooter
Icon=%{name}
Exec=%{_gamesbindir}/%{name}
Terminal=false
Categories=Game;ArcadeGame;
EOF

%files
%doc COPYING.txt README README-Reaction id-readme.txt
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-server
%{_gamesdatadir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png





%changelog

* Sat Jun 04 2016 Denis Silakov <dsilakov@gmail.com> 1.0-4
- (c2c8a7e) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14316 |14cu|reaver-1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Brute force attack against Wifi Protected Setup
Name:		reaver
Version:	1.4
Release:	1
License:	GPLv2+
Group:		Networking/Other
Url:		http://code.google.com/p/reaver-wps/
Source0:	http://reaver-wps.googlecode.com/files/reaver-%{version}.tar.gz
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(sqlite3)

%description
Reaver implements a brute force attack against Wifi Protected Setup (WPS)
registrar PINs in order to recover WPA/WPA2 passphrases, as described in
http://sviehb.files.wordpress.com/2011/12/viehboeck_wps.pdf.

Reaver has been designed to be a robust and practical attack against WPS, and
has been tested against a wide variety of access points and WPS
implementations.

On average Reaver will recover the target AP's plain text WPA/WPA2 passphrase
in 4-10 hours, depending on the AP. In practice, it will generally take half
this time to guess the correct WPS pin and recover the passphrase.

%files
%doc docs/LICENSE docs/README
%{_bindir}/reaver

#----------------------------------------------------------------------------

%prep
%setup -q

%build
cd src
%configure2_5x
%make

%install
cd src
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_sysconfdir}/reaver
install -m 755 reaver %{buildroot}%{_bindir}


%changelog

* Fri Apr 28 2017 Rosa <rosa@abf.rosalinux.ru> 1.4-1
- (799b9e6) Automatic import for version 1.4-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14317 |14cu|recoll-1.22.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
Name:		recoll
Version:	1.22.3
Release:	1
Summary:	Desktop full text search tool with a qt gui

Source0:	http://www.lesbonscomptes.com/recoll/%{name}-%{version}.tar.gz
Source1:    recoll-ru.tar.gz
URL:		http://www.lesbonscomptes.com/recoll/
Group:		Databases

License:	GPL
BuildRequires:	xapian-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	bison

%description
Recoll is a personal full text search package for Linux, FreeBSD and
other Unix systems. It is based on a very strong backend (Xapian), for
which it provides an easy to use, feature-rich, easy administration
interface.

%prep
%setup -q

pushd qtgui/i18n
tar -xvzf %{SOURCE1}
popd

%build
%configure2_5x --disable-python-module
%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/*
%{_libdir}/%{name}/librecoll*
%{_datadir}/applications/recoll-searchgui.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}
%{_datadir}/appdata/*
%{_mandir}/man1/%{name}*.1*
%{_mandir}/man5/%{name}*.5*

%changelog

* Sun Aug 28 2016 Victor Ryzhikh <victorr2007@yandex.ru> 1.22.3-1
- (b93823a) Updated to version 1.22.3, Updated Russian translations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14318 |14cu|recordmydesktop-0.3.8.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    Desktop session recorder
Name:       recordmydesktop
Version:    0.3.8.1
Release:    9
License:    GPLv2+
Group:      Video
URL:        http://recordmydesktop.sourceforge.net/
Source0:    http://downloads.sourceforge.net/recordmydesktop/%{name}-%{version}.tar.bz2
Patch0:     recordmydesktop-fix-libtheora1.1.patch
Patch1:     recordmydesktop-fix-xorg-headers-1.patch
Patch2:     recordmydesktop-fix-xorg-headers-2.patch
Patch3:     recordmydesktop-fix-havejack.patch
BuildRequires:  libalsa-devel
BuildRequires:  libogg-devel
BuildRequires:  libtheora-devel
BuildRequires:  libvorbis-devel
BuildRequires:  libice-devel
BuildRequires:  libsm-devel
BuildRequires:  libxdamage-devel
BuildRequires:  libxext-devel
BuildRequires:  libxfixes-devel
BuildRequires:  zlib-devel
BuildRequires:  pkgconfig(jack)
Requires:   jack-example-clients

%description
Simple command line tool that performs the basic tasks of capturing
and encoding desktop session. It produces files using only open
formats like Theora for video and Vorbis for audio, using the Ogg
container.

%files
%doc AUTHORS ChangeLog README
%{_bindir}/%{name}
%{_mandir}/man1/recordmydesktop.1*

#------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1


%build
%configure2_5x \
    --enable-oss=no \
    --enable-jack=yes

%make


%install
%makeinstall_std

%changelog

* Tue Jan 12 2016 gvm <mc2374@mclink.it> 0.3.8.1-9
- (4b28195) Rebuild for updated jack package (change BReq and Req), cleaned specfile.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14319 |14cu|recoverjpeg-2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		recoverjpeg
Version:	2.6
Release:	1
Summary:	JFIF/JPEG File Recovery Tool
Group:		Graphics
License:	GPLv2+
URL:		http://www.rfc1149.net/devel/recoverjpeg
Source0:	https://github.com/downloads/samueltardieu/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	make
BuildRequires:	gcc
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool 
Requires:	imagemagick

%description
This program tries to recover JFIF (JPEG) pictures from a peripheral. This may
be useful if you mistakenly overwrite a partition or if a device such as a
digital camera memory card is bogus.

%files
%doc COPYING
%{_bindir}/%{name}
%{_bindir}/recovermov
%{_bindir}/remove-duplicates
%{_bindir}/sort-pictures
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/sort-pictures.1*
%{_mandir}/man1/recovermov.1*
%{_mandir}/man1/remove-duplicates.1*

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
autoreconf -fiv
%configure2_5x
%make


%install
%makeinstall_std


%changelog

* Wed Dec 23 2015 Giovanni Mariani <mc2374@mclink.it> 2.6-1
- (411541d) Updated to release 2.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14320 |14cu|recutils-1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname rec %{major}
%define devname %mklibname rec -d

Summary:	A set of tools to access GNU recfile databases
Name:		recutils
Version:	1.7
Release:	3
License:	GPLv3+
Group:		Databases
Url:		http://www.gnu.org/software/recutils/
Source0:	ftp://ftp.gnu.org/gnu/recutils/%{name}-%{version}.tar.gz
#Source1:	rec-mode-init.el
Patch0:		recutils-shared-lib-calls-exit.patch
Patch1:		recutils-Wformat.patch
BuildRequires:	chrpath
BuildRequires:	help2man
BuildRequires:	texinfo
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libmdb)

%description
Recutils is a set of tools and libraries to access human-editable,
text-based databases called recfiles. The data is stored as a sequence
of records, each record containing an arbitrary number of named
fields.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/recutils
%{_datadir}/emacs/site-lisp/*
%{_infodir}/*.info*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for recutils
Group:		System/Libraries
Conflicts:	%{name} < 1.7-3

%description -n %{libname}
Shared library for recutils.

%files -n %{libname}
%{_libdir}/librec.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for recutils
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 1.7-3
Obsoletes:	%{name}-devel < 1.7-3

%description -n %{devname}
Libraries and header files for recutils.

%files -n %{devname}
%{_includedir}/rec.h
%{_libdir}/librec.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .shared-lib-calls-exit
%patch1 -p1 -b .Wformat

%build
autoreconf -fi
%configure \
	--disable-static \
	--disable-rpath
%make

%check
make check

%install
%makeinstall_std INSTALL="install -p"

rm -f %{buildroot}%{_infodir}/dir

chrpath --delete %{buildroot}%{_bindir}/*

%find_lang %{name}

%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7-3
- (1c04879) Split library from main package
- (1c04879) Properly name development package
- (1c04879) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14321 |14cu|redbutton-author-20090727-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Redbutton author for MHEG5 content
Name:		redbutton-author
Version:	20090727
Release:	4
License:	GPLv2+
Group:		Development/Other
Url:		http://redbutton.sourceforge.net/
Source0:	redbutton-author-%{version}.tar.gz
BuildRequires:	bison
BuildRequires:	flex

%description
This package provides an authoring program for MHEG5, which is used to make
user interface on TVs.

It is part of the redbutton tools suite.

%files
%{_bindir}/mhegc
%{_bindir}/mhegd

#----------------------------------------------------------------------------

%prep
%setup -q

%build
make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
#make install DESTDIR=%{buildroot} # happens "/bin" to DESTDIR
install -m 755 mhegc %{buildroot}%{_bindir}/
install -m 755 mhegd %{buildroot}%{_bindir}/


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 20090727-4
- (c438fe2) Build with system optflags to fix debug package
- (c438fe2) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14322 |14cu|redbutton-download-20090727-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Redbutton download for MHEG5 content
Name:		redbutton-download
Version:	20090727
Release:	4
License:	GPLv2+
Group:		Development/Other
Url:		http://redbutton.sourceforge.net/
Source0:	redbutton-download-%{version}.tar.gz
BuildRequires:	pkgconfig(zlib)

%description
This package provides a download utility for MHEG5, which is used to make
user interface on TVs.

It is part of the redbutton tools suite.

%files
%{_bindir}/rb-download

#----------------------------------------------------------------------------

%prep
%setup -q

%build
make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
#make install DESTDIR=%{buildroot} # happens "/bin" to DESTDIR
install -m 755 rb-download %{buildroot}%{_bindir}


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 20090727-4
- (86aba85) Build with system optflags to fix debug package
- (86aba85) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14323 |14cu|redeclipse-1.5.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}


Summary:	Fast aced first person ego-shooter
Name:		redeclipse
Version:	1.5.8
Release:	1
# https://github.com/red-eclipse/base/blob/master/doc/license.txt
License:	CC-BY-SA
Group:		Games/Arcade
Url:		http://www.redeclipse.net/
#Source0:	http://sourceforge.net/projects/%{name}/files/%{name}_%{version}/%{name}_%{version}_nix.tar.bz2
# github is far more quick. Sflo
Source0:	https://github.com/red-eclipse/base/releases/download/v%{version}/%{name}_%{version}_nix.tar.bz2
BuildRequires:	ed
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_image)
BuildRequires:	pkgconfig(SDL2_mixer)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	desktop-file-utils
BuildRequires:	appstream-util

Requires:	%{name}-data = %{EVRD}

%files
%doc readme.* doc/*.txt
%{_bindir}/%{name}-server
%{_bindir}/%{name}
%dir %{_libdir}/%{name}/
%{_libdir}/%{name}/%{name}-server
%{_libdir}/%{name}/%{name}
%{_libdir}/%{name}/config
%{_libdir}/%{name}/data
%{_libdir}/%{name}/doc
%{_datadir}/applications/%{name}.desktop
%{_appdatadir}/%{name}.appdata.xml
%{_datadir}/pixmaps/%{name}.xpm
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/%{name}-server.6.*
%{_mandir}/man6/%{name}.6.*

#----------------------------------------------------------------------------

%description
The game is a single-player and multi-player first-person ego-shooter,
built as a total conversion of Cube Engine 2, which lends itself toward a
balanced gameplay, completely at the control of map makers, while maintaining
a general theme of agility in a variety of environments.

%package data
Summary:	Data files for RedEclipse game
License:	CC-BY-SA
Requires:	%{name} = %{EVRD}
BuildArch:	noarch


%description data
The game is a single-player and multi-player first-person ego-shooter,
built as a total conversion of Cube Engine 2, which lends itself toward a
balanced gameplay, completely at the control of map makers, while maintaining
a general theme of agility in a variety of environments.

%files data
%doc readme.*
%dir %{_datadir}/redeclipse
%{_datadir}/redeclipse/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make CXXFLAGS="%{optflags}" -C src


%install
%makeinstall_std -C src \
	prefix=%{_prefix} \
	libexecdir=%{buildroot}%{_libdir} \
	system-install
desktop-file-install --delete-original \
  --mode=644 \
  %{buildroot}%{_datadir}/applications/%{name}.desktop
# fix some linting
find %{buildroot} -size 0 -delete  
rm -fr %{buildroot}%{_datadir}/redeclipse/data/*/{.gitmodules,.gitattributes,.github}
  
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml


%changelog

* Sat Feb 04 2017 abfonly <abfonly@gmail.com> 1.5.8-1
- (07cd785) Log: update to 1.5.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14324 |14cu|redis-2.8.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Check for status of man pages
# http://code.google.com/p/redis/issues/detail?id=202

Name:		redis
Version:	2.8.13
Release:	2
Summary:	A persistent key-value database
Group:		Databases
License:	BSD
URL:		http://redis.io/
Source0:	http://redis.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	%{name}.logrotate
Source2:	%{name}.tmpfiles
Source3:	%{name}.service
Patch0:		redis-2.8.3-shared.patch
Patch1:		redis-2.8.17-config.patch
Patch2:		CVE-2015-8080-Integer-wraparound-in-lua_struct.c-cau.patch
BuildRequires:	tcl >= 8.5
BuildRequires:	jemalloc-devel
Requires(post):   rpm-helper >= 0.24.1-1
Requires(preun):  rpm-helper >= 0.24.1-1

%description
Redis is an advanced key-value store.
It is similar to memcached but the data set is not
volatile, and values can be strings, exactly like in
memcached, but also lists, sets, and ordered sets.
All this data types can be manipulated with atomic operations
to push/pop elements, add/remove elements, perform server side
union, intersection, difference between sets, and so forth.
Redis supports different kind of sorting abilities.

%prep
%setup -q
%apply_patches
sed -i -e 's:AR=:AR?=:g' -e 's:RANLIB=:RANLIB?=:g' deps/lua/src/Makefile
sed -i -e "s:-std=c99::g" deps/linenoise/Makefile deps/Makefile

%build
%make CC="%{__cc}" CFLAGS="%{optflags}" AR="%{__ar} rcu" JEMALLOC_SHARED=yes

%check
tclsh tests/test_helper.tcl

%install
# Install binaries
install -p -D -m 0755 src/%{name}-benchmark %{buildroot}%{_bindir}/%{name}-benchmark
install -p -D -m 0755 src/%{name}-cli %{buildroot}%{_bindir}/%{name}-cli
install -p -D -m 0755 src/%{name}-check-aof %{buildroot}%{_bindir}/%{name}-check-aof
install -p -D -m 0755 src/%{name}-check-dump %{buildroot}%{_bindir}/%{name}-check-dump
install -p -D -m 0755 src/%{name}-server %{buildroot}%{_sbindir}/%{name}-server
# Install misc other
install -p -D -m 0644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf
install -p -D -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -p -D -m 0755 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -p -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service

install -d -m 0755 %{buildroot}%{_localstatedir}/lib/%{name}
install -d -m 0755 %{buildroot}%{_localstatedir}/log/%{name}

%pre
%_pre_useradd redis  %{_sharedstatedir}/redis /sbin/nologin

%post
systemd-tmpfiles --create %{name}.conf
%_post_service redis

%preun
%_preun_service redis

%postun
%_postun_userdel redis

%files
%doc 00-RELEASENOTES BUGS COPYING README
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/%{name}.conf
%dir %attr(0755, redis, root) %{_localstatedir}/lib/%{name}
%dir %attr(0755, redis, root) %{_localstatedir}/log/%{name}
%{_bindir}/%{name}-*
%{_sbindir}/%{name}-*
%{_prefix}/lib/tmpfiles.d/%{name}.conf
%{_unitdir}/%{name}.service

%changelog

* Fri Dec 18 2015 Denis Silakov <dsilakov@gmail.com> 2.8.13-2
- (0e231b0) Fix CVE-2015-8080



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14325 |14cu|redshift-1.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		redshift
Version:	1.11
Release:	2
Summary:	Adjusts the color temperature of your screen according to time of day
Group:		Graphical desktop/Other
Url:		http://jonls.dk/redshift/
License:	GPLv3+
Source0:	https://github.com/jonls/redshift/releases/download/v%{version}/redshift-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	x11-server-devel
BuildRequires:  pkgconfig(xxf86vm)
BuildRequires:	python3-devel
BuildRequires:	pkgconfig(systemd)
BuildRequires:	geoclue2-devel
Requires:	geoclue2

%package gtk
Summary:	GTK integration for Redshift
Group:		Graphical desktop/Other
Requires:	python3-gobject3
Requires:	python3-pyxdg
Requires:	redshift = %{version}-%{release}

%description
Redshift adjusts the color temperature of your screen according to your
surroundings. This may help your eyes hurt less if you are working in
front of the screen at night.

The color temperature is set according to the position of the sun. A
different color temperature is set during night and daytime. During
twilight and early morning, the color temperature transitions smoothly
from night to daytime temperature to allow your eyes to slowly
adapt.

%description gtk
GTK integration for Redshift, a screen color temperature adjustment
program.

%prep
%setup -q

%build
%configure2_5x \
	--enable-geoclue2 \
	--disable-rpath \
	--with-systemduserunitdir=%{_unitdir} \
	--enable-gui
%make V=1

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc NEWS DESIGN HACKING README*
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%{_unitdir}/redshift.service

%files gtk
%{_bindir}/%{name}-gtk
%{_iconsdir}/hicolor/scalable/apps/%{name}*.svg
%{_datadir}/applications/*.desktop
%{_datadir}/appdata/%{name}-gtk.appdata.xml
%{py3_puresitedir}/redshift_gtk/
%{_unitdir}/redshift-gtk.service

%changelog

* Sun May 14 2017 Victor Ryzhikh <victorr2007@yandex.ru> 1.11-2
- (f33a2c7) Updated to 1.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14326 |14cu|R-effects-3.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  effects
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3.0.4
Release:          1
Summary:          Graphical and tabular effect displays

Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/effects_3.0-4.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-lattice R-grid R-nlme R-MASS R-nnet R-colorspace 
BuildRequires:    R-devel Rmath-devel  R-lattice R-grid R-nlme R-MASS R-nnet R-colorspace
BuildRequires: R-heplots
Requires: R-heplots
BuildRequires: R-poLCA
Requires: R-poLCA
BuildRequires: R-lme4
Requires: R-lme4
%rename R-cran-effects

%description
Graphical and tabular effect displays, e.g., of interactions, for linear
generalized linear, multinomial-logit, and proportional-odds logit models.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help




%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0.4-1
- (c2e4170) Updated to 3.0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14327 |14cu|reiser4progs-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 0

%define api 1.1
%define libreiser %mklibname reiser4_ %{api} %{major}
%define librepair %mklibname repair %{api} %{major}
%define libminimal %mklibname %{name}-minimal %{api} %{major}

%define devname %mklibname %{name} -d
%define sdevname %mklibname %{name} -d -s

Summary:	Utilities belonging to the Reiser4 filesystem
Name:		reiser4progs
Version:	1.1.0
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.namesys.com/
Source0:	http://downloads.sourceforge.net/project/reiser4/reiser4-utils/reiser4progs/%{name}-%{version}.tar.gz
Patch0:		reiser4progs-1.0.7-fix-string-format.patch
Patch1:		reiser4progs-1.0.9-readline6.3.patch
BuildRequires:	glibc-static-devel
BuildRequires:	libaal-static-devel
BuildRequires:	readline-devel
# wants uuid
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(ncurses)


%description
Reiser4 is a file system using plug-in based object oriented variant
on classical balanced tree algorithms. It is the next generation of
Reiserfs 3.x, the one included in Linux kernel. With new plugins,
people can create their own types of directories and files.

%files
# COPYING contains information other than GPL text
%doc AUTHORS COPYING CREDITS README THANKS
/sbin/*
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%package -n %{libreiser}
Summary:	Shared library for Reiser4 programs
Group:		System/Libraries

%description -n %{libreiser}
Libraries needed by Reiser4 programs.

%files -n %{libreiser}
%doc COPYING
/%{_lib}/libreiser4-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{librepair}
Summary:	Shared library for Reiser4 programs
Group:		System/Libraries

%description -n %{librepair}
Libraries needed by Reiser4 programs.

%files -n %{librepair}
%doc COPYING
/%{_lib}/librepair-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libminimal}
Summary:	Reiser4 library with minimal memory footprint
Group:		System/Libraries

%description -n %{libminimal}
This library is another version of Reiser4 library, with minimal
memory footprint.

%files -n %{libminimal}
%doc COPYING
/%{_lib}/libreiser4-minimal-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development related files for reiser4progs libraries
Group:		Development/Kernel
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libreiser} = %{EVRD}
Requires:	%{librepair} = %{EVRD}
Requires:	%{libminimal} = %{EVRD}

%description -n %{devname}
Development related files for reiser4progs libraries.

%files -n %{devname}
%doc BUGS ChangeLog TODO
/%{_lib}/lib*.so
%{_includedir}/*
%{_datadir}/aclocal/*.m4

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static reiser4progs libraries
Group:		Development/Kernel
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
Static reiser4progs libraries.

%files -n %{sdevname}
/%{_lib}/lib*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .strfmt~
%patch1 -p1 -b .readline63~

%build
# be very careful
%configure2_5x \
	--sbindir=/sbin \
	--libdir=/%{_lib} \
	--libexecdir=/%{_lib} \
	%{?debug:--enable-debug}

%make

%install
%makeinstall_std


%changelog

* Mon Sep 26 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.1.0-2
- (5d84ea8) Build reiser4progs with support for UUIDs
- (5d84ea8) https://abf.io/import/reiser4progs/pull_requests/1#comment9811



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14328 |14cu|remmina-1.2.0-5.rcgit.15.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rc_name         rcgit.15
%define tarballver      %{version}-%{rc_name}

Name:		remmina
Version:	1.2.0
Release:	5.%{rc_name}.1
Summary:	GTK++ remote desktop client
Group:		Networking/Remote access
License:	GPLv2+
Url:		http://www.remmina.org/wp/
Source0:	https://github.com/FreeRDP/Remmina/archive/v%{version}%-%{rc_name}.tar.gz?/Remmina-%{tarballver}.tar.gz
Patch1:		Remmina-1.2.0.rcgit.14-l10n.patch

BuildRequires:	cmake
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	jpeg-devel
BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(webkit2gtk-4.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libssh)
BuildRequires:	pkgconfig(avahi-client) >= 0.6.3
BuildRequires:	pkgconfig(avahi-ui) >= 0.6.3
BuildRequires:	pkgconfig(avahi-ui-gtk3) >= 0.6.30
BuildRequires:	pkgconfig(libvncserver)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(vte-2.91)
BuildRequires:	pkgconfig(zlib)

Obsoletes:	remmina-plugins < %{version}
Suggests:	remmina-plugins-gnome
Suggests:	remmina-plugins-nx
Suggests:	remmina-plugins-rdp
Suggests:	remmina-plugins-telepathy
Suggests:	remmina-plugins-vnc
Suggests:	remmina-plugins-xdmcp

%description
Remmina is a remote desktop client written in GTK+, aiming to be useful for
system administrators and travelers, who need to work with lots of remote
computers in front of either large monitors or tiny netbooks.

Remmina supports multiple network protocols in an integrated and consistent
user interface. Currently RDP, VNC, XDMCP and SSH are supported.

Please don't forget to install the plugins for the protocols you want to use.

%files -f %{name}.lang
%doc AUTHORS CHANGELOG.md README.md THANKS.md COPYING LICENSE
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_iconsdir}/hicolor/*/apps/%{name}*.svg
%{_iconsdir}/hicolor/*/apps/%{name}*.png
%{_iconsdir}/hicolor/*/actions/%{name}*.png
%{_iconsdir}/hicolor/*/emblems/%{name}-sftp.png

#----------------------------------------------------------------------------

%package	devel
Summary:	Development files for %{name}
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{version}-%{release}

%description	devel
The %{name}-devel package contains header files for developing plugins for
%{name}.

%files devel
%{_includedir}/%{name}/
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package	plugins-common
Summary:	Common files for Remmina Remote Desktop Client plugins
Group:		Networking/Remote access
Requires:	%{name} = %{version}-%{release}

%description	plugins-common
Remmina is a remote desktop client written in GTK+, aiming to be useful for
system administrators and travelers, who need to work with lots of remote
computers in front of either large monitors or tiny netbooks.

This package contains files shared among all plugins for the Remmina remote
desktop client.

%files plugins-common
%doc AUTHORS CHANGELOG.md README.md THANKS.md COPYING LICENSE
%dir %{_libdir}/%{name}/
%dir %{_libdir}/%{name}/plugins/

#----------------------------------------------------------------------------

%package	plugins-gnome
Summary:	GNOME keyring integration for Remmina Remote Desktop Client
Group:		Networking/Remote access
BuildRequires:	pkgconfig(libsecret-1)
Requires:	%{name}-plugins-common = %{version}-%{release}

%description	plugins-gnome
Remmina is a remote desktop client written in GTK+, aiming to be useful for
system administrators and travelers, who need to work with lots of remote
computers in front of either large monitors or tiny netbooks.

This package contains the plugin with GNOME keyring support for the Remmina
remote desktop client.

%files plugins-gnome
%{_libdir}/%{name}/plugins/%{name}-plugins-gnome.so

#----------------------------------------------------------------------------

%package	plugins-nx
Summary:	NX plugin for Remmina Remote Desktop Client
Group:		Networking/Remote access
Requires:	%{name}-plugins-common = %{version}-%{release}
Requires:	nxproxy

%description	plugins-nx
Remmina is a remote desktop client written in GTK+, aiming to be useful for
system administrators and travelers, who need to work with lots of remote
computers in front of either large monitors or tiny netbooks.

This package contains the NX plugin for the Remmina remote desktop client.

%files plugins-nx
%{_libdir}/%{name}/plugins/%{name}-plugin-nx.so
%{_iconsdir}/hicolor/*/emblems/%{name}-nx.png

#----------------------------------------------------------------------------

%package	plugins-rdp
Summary:	RDP plugin for Remmina Remote Desktop Client
Group:		Networking/Remote access
BuildRequires:	pkgconfig(freerdp2) >= 2.0
Requires:	%{name}-plugins-common = %{version}-%{release}
Requires:	freerdp >= 2.0

%description	plugins-rdp
Remmina is a remote desktop client written in GTK+, aiming to be useful for
system administrators and travelers, who need to work with lots of remote
computers in front of either large monitors or tiny netbooks.

This package contains the Remote Desktop Protocol (RDP) plugin for the Remmina
remote desktop client.

%files plugins-rdp
%{_libdir}/%{name}/plugins/%{name}-plugin-rdp.so
%{_iconsdir}/hicolor/*/emblems/%{name}-rdp-ssh.png
%{_iconsdir}/hicolor/*/emblems/%{name}-rdp.png

#----------------------------------------------------------------------------

%package	plugins-telepathy
Summary:	Telepathy plugin for Remmina Remote Desktop Client
Group:		Networking/Remote access
BuildRequires:	pkgconfig(telepathy-glib)
Requires:	%{name}-plugins-common = %{version}-%{release}

%description	plugins-telepathy
Remmina is a remote desktop client written in GTK+, aiming to be useful for
system administrators and travelers, who need to work with lots of remote
computers in front of either large monitors or tiny netbooks.

This package contains the Telepathy plugin for the Remmina remote desktop
client.

%files plugins-telepathy
%{_libdir}/%{name}/plugins/%{name}-plugin-telepathy.so

#----------------------------------------------------------------------------

%package	plugins-vnc
Summary:	VNC plugin for Remmina Remote Desktop Client
Group:		Networking/Remote access
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libvncserver)
Requires:	%{name}-plugins-common = %{version}-%{release}

%description	plugins-vnc
Remmina is a remote desktop client written in GTK+, aiming to be useful for
system administrators and travelers, who need to work with lots of remote
computers in front of either large monitors or tiny netbooks.

This package contains the VNC plugin for the Remmina remote desktop
client.

%files plugins-vnc
%{_libdir}/%{name}/plugins/%{name}-plugin-vnc.so
%{_iconsdir}/hicolor/*/emblems/%{name}-vnc-ssh.png
%{_iconsdir}/hicolor/*/emblems/%{name}-vnc.png

#----------------------------------------------------------------------------

%package	plugins-xdmcp
Summary:	XDMCP plugin for Remmina Remote Desktop Client
Group:		Networking/Remote access
Requires:	%{name}-plugins-common = %{version}-%{release}
Requires:	x11-server-xephyr

%description	plugins-xdmcp
Remmina is a remote desktop client written in GTK+, aiming to be useful for
system administrators and travelers, who need to work with lots of remote
computers in front of either large monitors or tiny netbooks.

This package contains the XDMCP plugin for the Remmina remote desktop
client.

%files plugins-xdmcp
%{_libdir}/%{name}/plugins/%{name}-plugin-xdmcp.so
%{_iconsdir}/hicolor/*/emblems/%{name}-xdmcp-ssh.png
%{_iconsdir}/hicolor/*/emblems/%{name}-xdmcp.png

#----------------------------------------------------------------------------

%prep
%setup -qn Remmina-%{tarballver}
%patch1 -p1

%build
%cmake -DWITH_APPINDICATOR=OFF
%make

%install
%make_install -C build

%find_lang %{name}

desktop-file-install \
	--remove-category="X-GNOME-NetworkSettings" \
	--dir %{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Tue Aug 23 2016 Denis Silakov <dsilakov@gmail.com> 1.2.0-5.rcgit.15.1
- (32b0e94) Updated to rcgit.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14329 |14cu|remmina-xfce-0.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Xfce panel plugin for remmina
Name:		remmina-xfce
Version:	0.8.1
Release:	4
License:	GPLv2
Group:		Graphical desktop/Xfce
Url:		http://remmina.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/remmina/%{version}/%{name}-%{version}.tar.gz
Requires:	remmina >= %{version}-%{release}
BuildRequires:	libxfce4util-devel >= 4.3.99.2
BuildRequires:	libxfce4-panel-devel >= 4.3.99.2
BuildRequires:	avahi-client-devel
BuildRequires:	intltool >= 0.35.0
BuildRequires:	perl(XML::Parser)

%description
Remmina is a remote desktop client written in GTK+, aiming to be
useful for system administrators and travellers, who need to work with
lots of remote computers in front of either large monitors or tiny
netbooks. Remmina supports multiple network protocols in an integrated
and consistant user interface. Currently RDP, VNC, XDMCP and SSH are
supported.

This package contains an Xfce panel plugin for remmina.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/xfce4/panel-plugins/*.*
%{_datadir}/xfce4/panel-plugins/remmina-xfce-plugin.desktop
%{_datadir}/locale/*/*/remmina-xfce.mo



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.8.1-4
- (dd71743) Rebuild with new xfce



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14330 |14cu|rendercheck-1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: rendercheck
Version: 1.5
Release: 1
Summary: Test a Render extension implementation
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: libxrender-devel

%description
rendercheck is a program to test a Render extension implementation against
separate calculations of expected output.

%prep
%setup -q -n %{name}-%{version}

%build
%configure

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/rendercheck
%{_mandir}/man1/rendercheck.*


%changelog

* Sat Jul 18 2015 dsilakov <denis.silakov@rosalab.ru> 1.5-1
- (5cfa80b) Merge pull request #1 from semsonic/rendercheck:rosa2014.1
- (5cfa80b) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14331 |14cu|R-ergm-3.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ergm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.4.0
Release:          2
Summary:          Fit, Simulate and Diagnose Exponential-Family Models for Networks
Group:            Sciences/Mathematics
License:          GPL-3 + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/ergm_%{version}.tar.gz
Requires:         R-network R-nlme R-trust 
Requires:         R-coda R-KernSmooth R-sna R-Rglpk R-robustbase R-Matrix 
Requires:         R-latticeExtra
Requires:         R-networkDynamic
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-network R-nlme R-trust
BuildRequires:    R-coda R-KernSmooth R-sna R-Rglpk R-robustbase R-Matrix 
BuildRequires:    R-latticeExtra
BuildRequires:    R-networkDynamic

%description
An integrated set of tools to analyze and simulate networks based on
exponential-family random graph models (ERGM). "ergm" is a part of the
"statnet" suite of packages for network analysis.  For a list of functions
type: help(package='ergm')

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/doc
%{rlibdir}/%{packname}/include



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.4.0-2
- (c843cc9) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14332 |14cu|residualvm-0.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           residualvm
Version:        0.2.1
Release:        1
Summary:        3D adventure game interpreter
License:        GPL-2.0+
Group:          Games/Adventure
Url:            http://www.residualvm.org
Source:         http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}-sources.tar.bz2
BuildRequires:  desktop-file-utils
BuildRequires:  gcc-c++
BuildRequires:  hicolor-icon-theme
BuildRequires:  libfaad2-devel
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(flac)
BuildRequires:  pkgconfig(fluidsynth)
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(mad)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(sdl) >= 1.2.2
BuildRequires:  pkgconfig(vorbis)
BuildRequires:  pkgconfig(zlib)

%description
A cross-platform 3D game interpreter which allows you to play LucasArts'
Lua-based 3D adventures: Grim Fandango and Escape from Monkey Island, provided
you already have their data files. ResidualVM just replaces the executables
shipped with the games, allowing you to play them on systems for which they
were never designed! Also included is Myst III: Exile support.

This version comes without MP3 and MPEG support for patent reasons. This
affects at least Myst III:Exile.

%prep
%setup -q

%build
# This is not a true autotools configure and inherited from scummVM. Most dependencies are unused, but linked against.
./configure --prefix=%{_prefix} \
            --enable-fluidsynth \
            --enable-faad \
            --enable-flac \
            --enable-mad \
            --enable-translation \
            --disable-sparkle \
            --disable-tremor \
            --disable-libunity \
            --backend=sdl \
            --enable-release \
            --enable-zlib \
            --enable-opengl-shaders \
            --enable-safedisc \
            --enable-all-engines

%make

%install
install -m755 -D residualvm %{buildroot}%{_bindir}/residualvm
install -m644 -D dists/residualvm.6 %{buildroot}%{_mandir}/man6/residualvm.6
install -m644 -D icons/residualvm.xpm %{buildroot}%{_datadir}/pixmaps/residualvm.xpm
install -m644 -D icons/residualvm.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/residualvm.svg
install -m644 -D dists/redhat/residualvm48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/residualvm.png
install -m644 -D gui/themes/modern.zip %{buildroot}%{_datadir}/residualvm/modern.zip
install -m644 -D dists/engine-data/residualvm-grim-patch.lab %{buildroot}%{_datadir}/residualvm/residualvm-grim-patch.lab
desktop-file-install --dir=%{buildroot}/%{_datadir}/applications dists/residualvm.desktop

%files
%defattr(0644,root,root,0755)
%doc AUTHORS README.md KNOWN_BUGS NEWS COPYING COPYING.LGPL COPYING.BSD COPYING.FREEFONT COPYRIGHT
%attr(0755,root,root)%{_bindir}/residualvm
%{_datadir}/applications/*
%{_datadir}/pixmaps/residualvm.xpm
%{_datadir}/icons/hicolor/48x48/apps/residualvm.png
%{_datadir}/icons/hicolor/scalable/apps/residualvm.svg
%dir %{_datadir}/residualvm
%{_datadir}/residualvm/modern.zip
%{_datadir}/residualvm/residualvm-grim-patch.lab
%{_mandir}/man6/residualvm.6*

%changelog
* Tue Feb 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-1
+ Revision: 16d5f66
- Fix group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14333 |14cu|retext-5.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global srcname ReText
%bcond_without tests

Name:           retext
Version:        5.3.0
Release:        1
Group:		Development/Other
License:        GPLv3+
Summary:        Text editor for Markdown and reStructuredText
Source0:        http://downloads.sourceforge.net/project/%{name}/%{srcname}-5.0/%{srcname}-%{version}.tar.gz

# The template for man page translations can be created with this command:
# po4a-updatepo -v -M utf-8 -f man -m retext.1 -p retext-man.pot
# English man pages are taken from the Debian package.
Source1:        https://mariobl.fedorapeople.org/Retext/%{name}-man-de.po
Source2:        https://mariobl.fedorapeople.org/Retext/%{name}.1

BuildArch:      noarch

BuildRequires:  desktop-file-utils
#BuildRequires:  pkgconfig(appstream-glib)
BuildRequires:	appdata-tools
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(librsvg-2.0)
#BuildRequires:  librsvg2-tools
BuildRequires:  imagemagick
BuildRequires:  python3-devel
BuildRequires:  python3-markups
BuildRequires:  po4a
BuildRequires:  qt5-tools

%if %{with tests}
BuildRequires:  python3-qt5
BuildRequires:  qt5-devel
%endif

Requires:       hicolor-icon-theme
Requires:       python3-docutils
Requires:       python3-enchant
Requires:       python3-markdown
Requires:       python3-markups
Requires:       python3-qt5
Requires:       %{_lib}qt5location5
Requires:       python3-qt5-webkit

BuildArch:      noarch

%description
ReText is a simple but powerful text editor for Markdown and reStructuredText.

%prep
%setup -q -n ReText-%{version}

%build
python3 setup.py build

%install
python3 setup.py install -O1 --skip-build --root %{buildroot}

mkdir -p %{buildroot}/%{_mandir}/man1
install -p -m 0644 %{SOURCE2} %{buildroot}/%{_mandir}/man1

# Generate and install localized man pages
mkdir -p man/de
po4a-translate -M utf-8 -f man \
               --option groff_code=verbatim \
               -m %{SOURCE2} -p %{SOURCE1} \
               -l man/de/%{name}.1

mkdir -p %{buildroot}/%{_mandir}/de/man1
install -p -m 0644 man/de/%{name}.1 %{buildroot}/%{_mandir}/de/man1

# Generate resized icons
pushd icons
mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/{16x16,22x22,24x24,32x32,48x48,64x64,72x72,96x96,128x128,scalable}/apps
for s in 16x16 22x22 24x24 32x32 48x48 64x64 72x72 96x96 128x128
do
    convert ./retext.png -resize $s %{buildroot}/%{_datadir}/icons/hicolor/$s/apps/retext.png;
done
install -p -m 0644 retext.svg %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps
popd

desktop-file-install \
--dir=%{buildroot}%{_datadir}/applications \
%{_builddir}/%{srcname}-%{version}/data/*.desktop

%find_lang retext --with-man

%check
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.xml || :

%if %{with tests}
python3 setup.py test
%endif

%files -f retext.lang
%doc changelog.md configuration.md README.md LICENSE_GPL
%{_bindir}/%{name}
%{_datadir}/appdata/*.appdata.xml
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/%{name}/
%{_mandir}/man1/*.1.*
%{py3_puresitedir}/%{srcname}/
%{py3_puresitedir}/*egg-info


%changelog

* Tue Jan 26 2016 Denis Silakov <dsilakov@gmail.com> 5.3.0-1
- (6d5d3a9) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14334 |14cu|retroarch-1.7.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname RetroArch

%bcond_without ffmpeg
%bcond_without shaders

Summary:	A modular multi-system emulator system
Name:		retroarch
Version:	1.7.6
Release:	1
License:	GPLv3+
Group:		Emulators
Url:		https://www.libretro.com
Source0:	https://github.com/libretro/RetroArch/releases/download/v%{version}/%{oname}-%{version}.tar.xz
Source1:	%{name}-shaders.tar.bz2
Patch0:		RetroArch-1.7.5-max-users.patch
Patch1:		RetroArch-1.7.5-force-system-flac.patch
BuildRequires:	imagemagick
%if %{with shaders}
# for shaders support, requires non-free repo
BuildRequires:	cg-devel
%endif
%if %{with ffmpeg}
# ffmpeg part
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libswscale)
%endif
# The rest
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gbm)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xkbcommon)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(zlib)
Requires:	libretro

%description
RetroArch is a modular multi-system emulator system that is designed to be
fast, lightweight, and portable. It has features few other emulators frontends
have, such as real-time rewinding and game-aware shading.

For each emulator 'core', RetroArch makes use of a library API that we like
to call 'libretro'.

Think of libretro as an interface for emulator and game ports. You can make
a libretro port once and expect the same code to run on all the platforms
that RetroArch supports. It's designed with simplicity and ease of use in
mind so that the porter can worry about the port at hand instead of having
to wrestle with an obfuscatory API.

Please read this wiki page about RetroArch BIOS files configuration:
http://emulation.gametechwiki.com/index.php/Emulator_Files

%files
%config %{_sysconfdir}/%{name}.cfg
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.*
%{_datadir}/%{name}/assets/
%{_mandir}/man6/%{name}.6*
%if %{with shaders}
%{_bindir}/%{name}-cg2glsl
%{_mandir}/man6/%{name}-cg2glsl.6*
%dir %attr(0777,root,root) %{_var}/games/%{name}/shaders
%{_var}/games/%{name}/shaders/*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q -a1 -n %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%setup_compile_flags
# Quickbuild script, not autotools
./configure \
	--prefix=%{_prefix} \
	--enable-al \
	--enable-alsa \
%if %{with ffmpeg}
	--enable-ffmpeg \
%else
	--disable-ffmpeg \
%endif
	--enable-networking \
	--enable-pulse \
	--enable-qt \
	--enable-sdl \
	--disable-sdl2 \
	--enable-threads \
	--enable-xinerama \
	--enable-xmb \
	--enable-zlib \
%if %{with shaders}
	--enable-cg \
%else
	--disable-cg \
%endif
	--disable-egl \
	--disable-jack \
	--disable-oss \
	--disable-python \
	--disable-vg \
	--disable-wayland
%make V=1

%install
%makeinstall_std

# Set path where to search for libretro
sed -i s,.*libretro_path.*,"libretro_path = \"%{_libdir}/libretro\"",g %{buildroot}%{_sysconfdir}/%{name}.cfg
sed -i s,.*libretro_directory.*,"libretro_directory = \"%{_libdir}/libretro\"",g %{buildroot}%{_sysconfdir}/%{name}.cfg
sed -i s,.*libretro_info_path.*,"libretro_info_path = \"%{_libdir}/libretro\"",g %{buildroot}%{_sysconfdir}/%{name}.cfg
sed -i s,.*video_shader_dir.*,"video_shader_dir = \"%{_var}/games/%{name}/shaders\"",g %{buildroot}%{_sysconfdir}/%{name}.cfg

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=RetroArch
Comment=A modular multi-system emulator system
Exec=%{_bindir}/%{name}
Icon=%{_datadir}/pixmaps/%{name}.svg
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF

%if %{with shaders}
mkdir -p %{buildroot}%{_var}/games/%{name}/shaders
cp -r retroarch-shaders/* %{buildroot}%{_var}/games/%{name}/shaders/
%endif

rm -rf %{buildroot}%{_datadir}/doc/%{name}

%changelog

* Thu Feb 07 2019 alekseyz <a.zimin@rosalinux.ru> 1.7.6-1
- (a7df301) Merge pull request #2 from import/retroarch:rosa2016.1
- (a7df301) Added pkgconfig(xrandr)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14335 |14cu|retroshare-0.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define oname RetroShare

Summary:	Secure decentralized communication platform
Name:		retroshare
Version:	0.6.3
Release:	1
License:	GPLv2+
Group:		Networking/File transfer
Url:		https://retroshare.github.io
Source0:	https://github.com/RetroShare/RetroShare/archive/v%{version}.tar.gz?/%{oname}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libssh)
BuildRequires:	pkgconfig(libupnp)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(protobuf)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(sqlcipher)
BuildRequires:	pkgconfig(libmicrohttpd)
BuildRequires:	pkgconfig(libavcodec)

%description
RetroShare is a Open Source cross-platform, Friend-2-Friend and secure
decentralized communication platform.

It lets you to securely chat and share files with your friends and
family, using a web-of-trust to authenticate peers and OpenSSL to
encrypt all communication.

RetroShare provides filesharing, chat, messages, forums and channels.

%files
%{_bindir}/retroshare
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
sed -i s,"/usr/lib/retroshare","%{_libdir}/retroshare",g libretroshare/src/rsserver/rsinit.cc

%build
%global optflags %{optflags} -std=c++11
%qmake_qt4
# As of 0.5.5, not ready for real SMP build
make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 retroshare-gui/src/retroshare %{buildroot}%{_bindir}/retroshare

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=RetroShare
Comment=Secure decentralized communication platform
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Network;FileTransfer;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert data/retroshare.xpm -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

%changelog

* Wed Aug 16 2017 alzim <alzim@bk.ru> 0.6.3-1
- (8709d67) Merge pull request #4 from alekseyz/retroshare:rosa2014.1
- (8709d67) Updated to 0.6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14336 |14cu|R-evaluate-0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  evaluate
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.7
Release:          2
Summary:          Parsing and evaluation tools that provide more details than the default
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/evaluate_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-stringr 
%if %{without bootstrap}
Requires:         R-testthat R-ggplot2 
%endif
BuildRequires:    R-devel Rmath-devel  
BuildRequires:    R-stringr 
%if %{without bootstrap}
BuildRequires:    R-testthat R-ggplot2 
%endif
BuildRequires:    x11-server-xvfb

%description
Parsing and evaluation tools that make it easy to recreate the command
line behaviour of R.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME
#  length(dev.list()) not equal to 1
#...
#  cannot shut down device 1 (the null device)
%if 0
%check
xvfb-run %{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7-2
- (461523e) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14337 |14cu|revelation-0.4.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Password manager for GNOME
Name:		revelation
Version:	0.4.14
Release:	3
License:	GPLv2+
Group:		File tools
Url:		http://oss.codepoet.no/revelation/
Source0:	https://bitbucket.org/erikg/%{name}/downloads/%{name}-%{version}.tar.xz
Source1:	%{name}.png
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	%{_lib}crack2-python
BuildRequires:	pkgconfig(gnome-python-2.0)
BuildRequires:	gnome-python-extras
BuildRequires:	gnome-python-desktop
BuildRequires:	gnome-python-gconf
BuildRequires:	gnome-python-gnomevfs
BuildRequires:	python-dbus
BuildRequires:	cracklib-devel
BuildRequires:	pycrypto >= 1.9
BuildRequires:	imagemagick
Requires:	gnome-python
Requires:	gnome-python-gconf
Requires:	gnome-python-gnomevfs
Requires:	python-dbus
Requires:	python-libxml2
Requires:	pycrypto >= 1.9
Requires:	pygtk2.0 >= 2.3.91
# For python cracklib module
Requires:	%{_lib}crack2-python

%description
Revelation is a password manager for the GNOME desktop, released under
the GNU GPL license. It organizes accounts in a tree structure, and
stores them as AES-encrypted XML files.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_sysconfdir}/gconf/schemas/*.schemas
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*
%{py_platsitedir}/%{name}
%dir %{_datadir}/icons/hicolor/
%{_datadir}/icons/hicolor/*
%{_datadir}/mime/packages/%{name}.xml
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-mime-update \
	--disable-desktop-update

%make WARN_CFLAGS=""

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std UPDATE_MIME_DATABASE=true UPDATE_DESKTOP_DATABASE=true
rm -f %{buildroot}%{_libdir}/python%{py_ver}/site-packages/%{name}/*.pyc

# menu entry
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-System-Other" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 %{SOURCE1} %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
cp %{SOURCE1} %{buildroot}%{_datadir}/pixmaps

%find_lang %{name}


%changelog
* Tue Mar 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4.14-3
+ Revision: 6f68b26
- Added python-cracklib requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14338 |14cu|Rex-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       Rex
Version:    1.1.0
Release:    1
Summary:    Tool to ease the execution of commands on multiple remote servers
License:    Apache License
Group:      Development/Perl
Url:        http://rexify.org
Source0:    http://rex.linux-files.org/source/Rex-%{version}.tar.gz
BuildRequires: perl-devel
BuildRequires: perl(common::sense)
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Digest::MD5)
BuildRequires: perl(Exporter)
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(FindBin)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Socket)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(JSON::XS)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Net::SSH2)
BuildRequires: perl(POSIX)
BuildRequires: perl(Storable)
BuildRequires: perl(Symbol)
BuildRequires: perl(Text::Glob)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(UNIVERSAL)
BuildRequires: perl(URI)
BuildRequires: perl(URI::QueryParam)
BuildRequires: perl(XML::Simple)
BuildRequires: perl(YAML)
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)

BuildArch: noarch

%description
Rex is a tool to ease the execution of commands on multiple remote
servers. You can define small tasks, chain tasks to batches, link
them with servers or server groups, and execute them easily in
your terminal.


%prep
%setup -q

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_bindir}/*
%{_mandir}/man?/*
%{perl_vendorlib}/*

%changelog

* Wed Apr 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-1
- (d85ec6c) Updated to 1.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14339 |14cu|Rex-JobControl-0.18.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'perl\\(Rex::JobControl.*'

Name:       Rex-JobControl
Version:    0.18.0
Release:    2
Summary:    Tool to ease the execution of commands on multiple remote servers
License:    Apache License
Group:      Development/Perl
Url:        http://rexify.org
Source0:    http://rex.linux-files.org/source/%{name}-%{version}.tar.gz
BuildRequires: perl-devel
BuildRequires: perl(common::sense)
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(DateTime)
BuildRequires: perl(Digest::Bcrypt)
BuildRequires: perl(Digest::MD5)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(FindBin)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Minion)
BuildRequires: perl(Mojo::Base)
BuildRequires: perl(Mojo::JSON)
BuildRequires: perl(Mojo::Log)
BuildRequires: perl(Mojolicious)
BuildRequires: perl(Mojolicious::Commands)
BuildRequires: perl(Mojolicious::Plugin)
BuildRequires: perl(Mojolicious::Plugin::Authentication)
BuildRequires: perl(Rex)
BuildRequires: perl(YAML)
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
Requires: perl(Minion)

BuildArch: noarch

%description
Rex is a tool to ease the execution of commands on multiple remote
servers. You can define small tasks, chain tasks to batches, link
them with servers or server groups, and execute them easily in
your terminal.


%prep
%setup -q

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# make test

%install
%makeinstall_std
mkdir -p %{buildroot}/var/lib/rex/
mkdir -p %{buildroot}/etc/rex
cp jobcontrol.conf %{buildroot}/etc/rex/

%files
%doc README
%{_bindir}/*
%{_mandir}/man?/*
%{perl_vendorlib}/*
/etc/rex/
%dir /var/lib/rex/


%changelog
* Fri Oct 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.18.0-2
+ Revision: 93e21b5
- Added Minion requirement and default config



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14340 |14cu|R-fBasics-3011.87-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fBasics
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3011.87
Release:          2
Summary:          Rmetrics - Markets and Basic Statistics
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/fBasics_%{version}.tar.gz
Requires:         R-MASS R-methods R-timeDate R-timeSeries 
Requires:         R-akima R-spatial R-RUnit R-tcltk 
BuildRequires:    R-devel Rmath-devel  R-MASS R-methods R-timeDate R-timeSeries
BuildRequires:    R-akima R-spatial R-RUnit R-tcltk 
BuildRequires:    R-gss
BuildRequires:    R-stabledist
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Environment for teaching "Financial Engineering and Computational Finance"
NOTE: SEVERAL PARTS ARE STILL PRELIMINARY AND MAY BE CHANGED IN THE
FUTURE. THIS TYPICALLY INCLUDES FUNCTION AND ARGUMENT NAMES, AS WELL AS
DEFAULTS FOR ARGUMENTS AND RETURN VALUES. Please donate, www.rmetrics.org,
to support future activities of the Rmetrics association.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/unitTests

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3011.87-2
- (1dabbca) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14341 |14cu|rfcdiff-1.42-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Draft Diff Tool
Name:		rfcdiff
Version:	1.42
Release:	1
Group:		Development/Other
License:	GPLv2+
URL:		http://tools.ietf.org/tools/rfcdiff/
Source0:	http://tools.ietf.org/tools/rfcdiff/rfcdiff-%{version}.tgz
Patch0:         rfcdiff-1.42.patch
BuildRequires:	txt2man
Requires:       wdiff
BuildArch:	noarch

%description
rfcdiff takes two RFCs or Internet-Drafts in text form as input, and
produces output which indicates the differences found in one of various
forms, controlled by a list of options. In all cases, page headers and
page footers are stripped before looking for changes.

%prep
%setup -q
%patch0 -p1

%build
make

%install
mkdir -p %{buildroot}%{_prefix}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1/
install %{name} %{buildroot}%{_bindir}
install -m 644 %{name}.1.gz %{buildroot}%{_mandir}/man1/

%clean

%files
%doc copyright
%{_mandir}/man1/*
%{_bindir}/%{name}

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.42-1
- (3294966) Updated to 1.42



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14342 |14cu|R-fdrtool-1.2.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fdrtool
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.2.14
Release:          2
Summary:          Estimation and Control of (Local) False Discovery Rates
Group:            Sciences/Mathematics
License:          GPL (>= 3)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/fdrtool_%{version}.tar.gz
BuildRequires:    R-devel Rmath-devel  

%description
This package allows to estimate both tail area-based false discovery rates
(Fdr) as well as local false discovery rates (fdr) for a variety of null
models (p-values, z-scores, correlation coefficients, t-scores).  The
proportion of null values and the parameters of the null distribution are
adaptively estimated from the data.  In addition, the package contains
functions for non-parametric density estimation (Grenander estimator), for
monotone regression (isotonic regression and antitonic regression with
weights), for computing the greatest convex minorant (GCM) and the least
concave majorant (LCM), and for the half-normal and correlation

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.14-2
- (413018b) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14343 |14cu|R-fields-8.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  fields
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          8.2.1
Release:          1
Summary:          Tools for spatial data
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/fields_8.2-1.tar.gz
Requires:         R-methods R-spam R-maps
BuildRequires:    R-devel Rmath-devel R-methods R-spam R-maps


%description
Fields is for curve, surface and function fitting with an emphasis on
splines, spatial data and spatial statistics. The major methods include
cubic, robust, and thin plate splines, and Kriging for large data sets.
The splines and Kriging methods are supporting by functions that can
determine the smoothing parameter (nugget and sill variance) by cross
validation and also by restricted maximum likelihood.  A major feature is
that any covariance function implemented in R with the fields interface
can be used for spatial prediction. Some tailored optimization functions
are supplied for find the MLEs for the Matern family of covariances. There
are also many useful functions for plotting and working with spatial data
as images. This package also contains an implementation of a sparse matrix
methods for large data sets and currently requires the sparse matrix
(spam) package for testing (but not for the standard spatial functions.)
Use help(fields) to get started and for an overview.  The fields source
code is heavily commented and should provide useful explanation of
numerical details in addition to the manual pages.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 8.2.1-1
- (16e69f8) Updated to 8.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14344 |14cu|R-flexmix-2.3.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  flexmix
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.3.13
Release:          2
Summary:          Flexible Mixture Modeling

Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/flexmix_2.3-13.tar.gz
Requires:         R-lattice R-modeltools R-multcomp R-methods R-stats R-stats4
Requires:         R-MASS R-codetools R-diptest R-ellipse R-gclus R-grid R-lme4
Requires:         R-mlbench R-mvtnorm R-nnet
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-lattice
BuildRequires:    R-modeltools R-multcomp R-methods R-stats R-stats4
BuildRequires:    R-MASS R-codetools R-diptest R-ellipse R-gclus R-grid
BuildRequires:    R-lme4 R-mlbench R-mvtnorm R-nnet

%description
FlexMix implements a general framework for finite mixtures of regression
models using the EM algorithm.  FlexMix provides the E-step and all data
handling, while the M-step can be supplied by the user to easily define
new models. Existing drivers implement mixtures of standard linear models,
generalized linear models and model-based clustering.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help


%changelog

* Thu Jun 30 2016 Denis Silakov <dsilakov@gmail.com> 2.3.13-2
- (7d5097d) Drop mgcv requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14345 |14cu|R-foreach-1.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  foreach
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.4.2
Release:          2
Summary:          Foreach looping construct for R
Group:            Sciences/Mathematics
License:          Apache License (== 2.0)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/foreach_%{version}.tar.gz
Requires:         R-iterators R-codetools R-utils 
Requires:         R-randomForest 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-iterators R-codetools R-utils
BuildRequires:    R-randomForest 

%description
Support for the foreach looping construct.  Foreach is an idiom that
allows for iterating over elements in a collection, without the use of an
explicit loop counter.  This package in particular is intended to be used
for its return value, rather than for its side effects.  In that sense, it
is similar to the standard lapply function, but doesn't require the
evaluation of a function.  Using foreach without side effects also
facilitates executing the loop in parallel.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# It seems we should update iter and maybe some other packages for all tests to pass
# %check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/unitTests



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-2
- (45080c1) Clean .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14346 |14cu|R-forecast-6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  forecast
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          6.1
Release:          3
Summary:          Forecasting functions for time series and linear models
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-stats R-graphics R-zoo R-timeDate 
Requires:         R-tseries R-testthat R-Rcpp R-colorspace
Requires:         R-Rmalschains R-fracdiff R-fpp 
# Requires:         R-nnet  R-parallel 

BuildRequires:    R-devel Rmath-devel  R-stats R-graphics R-zoo R-timeDate
BuildRequires:    R-tseries R-testthat R-Rcpp R-colorspace
BuildRequires:    R-Rmalschains R-fracdiff R-fpp 
# BuildRequires:    R-nnet R-parallel
BuildRequires:    lapack-devel

%description
Methods and tools for displaying and analysing univariate time series
forecasts including exponential smoothing via state space models and
automatic ARIMA modelling.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/tests

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 6.1-3
- (00d3049) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14347 |14cu|R-gam-1.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gam
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.12
Release:          2
Summary:          Generalized Additive Models
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gam_%{version}.tar.gz
Requires:         R-stats R-splines 
Requires:         R-akima R-foreach
BuildRequires:    R-devel Rmath-devel  R-stats R-splines
BuildRequires:    R-akima R-foreach
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Functions for fitting and working with generalized additive models, as
described in chapter 7 of "Statistical Models in S" (Chambers and Hastie
(eds), 1991), and "Generalized Additive Models" (Hastie and Tibshirani,

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/ratfor



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.12-2
- (133964c) Added foreach BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14348 |14cu|R-gamlss.dist-4.3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gamlss.dist
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          4.3.6
Release:          1
Summary:          Distributions to be used for GAMLSS modelling

Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gamlss.dist_4.3-6.tar.gz

Requires:         R-MASS 


BuildRequires:    R-devel Rmath-devel texlive-latex R-MASS


%description
This package contains the distributions for GAMLSS modelling.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog

* Mon May 30 2016 Denis Silakov <dsilakov@gmail.com> 4.3.6-1
- (9cf7091) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14349 |14cu|R-gdata-2.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gdata
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}
%define __noautoreq 'perl.*'
%define __noautoprov 'perl.*'

Name:             R-%{packname}
Version:          2.16.1
Release:          1
Summary:          Various R programming tools for data manipulation
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gdata_%{version}.tar.gz
Requires:         R-gtools R-RUnit
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-gtools R-RUnit

%description
Various R programming tools for data manipulation

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/bin
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/perl
%{rlibdir}/%{packname}/xls

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.16.1-1
- (9d6a011) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14350 |14cu|R-GenomeInfoDb-1.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname GenomeInfoDb
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.4.1
Release:          1
Summary:          Utilities for manipulating chromosome and other 'seqname' identifiers
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://www.bioconductor.org/packages/release/bioc/html/GenomeInfoDb.html
Source0:          http://www.bioconductor.org/packages/release/bioc/src/contrib/GenomeInfoDb_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-methods R-BiocGenerics R-stats4 R-S4Vectors R-IRanges
BuildRequires:    R-methods R-BiocGenerics R-stats4 R-S4Vectors R-IRanges
Requires:	R-GenomicRanges R-Rsamtools R-BSgenome 
Requires:	R-RUnit R-BiocStyle R-knitr
BuildRequires:	R-GenomicRanges R-BSgenome 
BuildRequires:	R-RUnit R-BiocStyle R-knitr

%description
Utilities for manipulating chromosome and other 'seqname' identifiers

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/doc
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/unitTests


%changelog

* Fri Jul 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-1
- (ad43a15) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14351 |14cu|R-GenomicAlignments-1.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  GenomicAlignments
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.4.1
Release:          1
Summary:          Representation and manipulation of short genomic alignments
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-methods R-BiocGenerics R-IRanges R-GenomicRanges R-Biostrings R-Rsamtools R-BSgenome
Requires:         R-methods R-stats R-BiocGenerics R-IRanges R-GenomicRanges R-Biostrings R-Rsamtools R-BiocParallel
Requires:         R-rtracklayer R-GenomicFeatures R-pasillaBamSubset  R-DESeq R-edgeR R-RUnit R-BiocStyle
# More requires - for check?
#Requires:         R-rtracklayer R-GenomicFeatures R-RNAseqData.HNRNPC.bam.chr14 R-pasillaBamSubset R-TxDb.Hsapiens.UCSC.hg19.knownGene R-TxDb.Dmelanogaster.UCSC.dm3.ensGene R-BSgenome.Dmelanogaster.UCSC.dm3 R-BSgenome.Hsapiens.UCSC.hg19 R-DESeq R-edgeR R-RUnit R-BiocStyle 
BuildRequires:    R-devel Rmath-devel texlive-latex R-methods R-BiocGenerics R-IRanges R-GenomicRanges R-Biostrings R-Rsamtools R-BSgenome
BuildRequires:    R-methods R-stats R-BiocGenerics R-IRanges R-GenomicRanges R-Biostrings R-Rsamtools R-BiocParallel
#BuildRequires:   R-rtracklayer R-GenomicFeatures R-RNAseqData.HNRNPC.bam.chr14 R-pasillaBamSubset R-TxDb.Hsapiens.UCSC.hg19.knownGene R-TxDb.Dmelanogaster.UCSC.dm3.ensGene R-BSgenome.Dmelanogaster.UCSC.dm3 R-BSgenome.Hsapiens.UCSC.hg19 R-DESeq R-edgeR R-RUnit R-BiocStyle 
BuildRequires:   R-rtracklayer R-GenomicFeatures R-pasillaBamSubset R-RUnit R-BiocStyle 

%description
Provides efficient containers for storing and manipulating short genomic
alignments (typically obtained by aligning short reads to a reference
genome). This includes read counting, computing the coverage, junction
detection, and working with the nucleotide content of the alignments.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
# % {_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/unitTests

%changelog

* Fri Jul 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-1
- (4fe402f) Build with BiocParallel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14352 |14cu|R-GenomicFeatures-1.20.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  GenomicFeatures
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.20.1
Release:          1
Summary:          Tools for making and manipulating transcript centric annotations
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/GenomicFeatures_%{version}.tar.gz
Requires:         R-IRanges R-GenomicRanges R-AnnotationDbi 
Requires:         R-methods R-DBI R-RSQLite R-IRanges R-GenomicRanges R-Biostrings R-rtracklayer R-biomaRt R-RCurl R-utils R-Biobase 
Requires:         R-rtracklayer R-biomaRt R-org.Mm.eg.db R-Biostrings R-BSgenome R-BSgenome.Hsapiens.UCSC.hg18 R-BSgenome.Celegans.UCSC.ce2 R-RUnit 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-IRanges R-GenomicRanges R-AnnotationDbi
BuildRequires:    R-methods R-DBI R-RSQLite R-IRanges R-GenomicRanges R-Biostrings R-rtracklayer R-biomaRt R-RCurl R-utils R-Biobase 
BuildRequires:    R-rtracklayer R-biomaRt R-org.Mm.eg.db R-Biostrings R-BSgenome R-BSgenome.Hsapiens.UCSC.hg18 R-BSgenome.Celegans.UCSC.ce2 R-RUnit 

%description
A set of tools and methods for making and manipulating transcript centric
annotations. With these tools the user can easily download the genomic
locations of the transcripts, exons and cds of a given organism, from
either the UCSC Genome Browser or a BioMart database (more sources will be
supported in the future). This information is then stored in a local
database that keeps track of the relationship between transcripts, exons,
cds and genes. Flexible methods are provided for extracting the desired
features in a convenient format.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/script
%{rlibdir}/%{packname}/txdb-template
%{rlibdir}/%{packname}/unitTests



%changelog

* Fri Jul 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.20.1-1
- (00f7530) Updated to 1.20.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14353 |14cu|R-GenomicRanges-1.20.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#%bcond_with internet
%bcond_without bootstrap
%global packname  GenomicRanges
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.20.5
Release:          1
Summary:          Representation and manipulation of genomic intervals
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/GenomicRanges_%{version}.tar.gz
Requires:         R-methods R-IRanges R-GenomeInfoDb
%if %{with bootstrap}
Requires:         R-RUnit
%else
Requires:         R-RUnit R-BSgenome R-GenomicFeatures R-Rsamtools
Requires:         R-EatonEtAlChIPseq R-leeBamViews R-edgeR R-DESeq
Requires:         R-rtracklayer R-org.Sc.sgd.db
Requires:         R-BSgenome.Scerevisiae.UCSC.sacCer2 R-DEXSeq R-pasilla 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires: R-GenomicRanges R-GenomeInfoDb
Requires: R-GenomicRanges
BuildRequires: R-XVector
Requires: R-XVector
BuildRequires:    R-IRanges R-methods
BuildRequires:    R-BiocGenerics
%if %{with bootstrap}
BuildRequires:    R-RUnit
%else
BuildRequires:    R-RUnit R-BSgenome R-GenomicFeatures R-Rsamtools
BuildRequires:    R-EatonEtAlChIPseq R-leeBamViews R-edgeR R-DESeq
BuildRequires:    R-rtracklayer R-org.Sc.sgd.db
BuildRequires:    R-BSgenome.Scerevisiae.UCSC.sacCer2 R-DEXSeq R-pasilla 
%endif

%description
The ability to efficiently store genomic annotations and alignments is
playing a central role when it comes to analyze high-throughput sequencing
data (a.k.a. NGS data). The package defines general purpose containers for
storing genomic intervals as well as more specialized containers for
storing alignments against a reference genome.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
    %if %{with internet}
%check
%{_bindir}/R CMD check %{packname}
    %endif
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/scripts
%{rlibdir}/%{packname}/unitTests

%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.20.5-1
- (9284991) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14354 |14cu|R-geoR-1.7.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  geoR
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.7.5.1
Release:          1
Summary:          Analysis of geostatistical data
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/geoR_1.7-5.1.tar.gz
Requires:         R-stats R-sp R-methods R-MASS R-splancs R-RandomFields
Requires:         R-scatterplot3d R-tcltk R-lattice R-graphics
%if %{without bootstrap}
Requires:         R-geoRglm
%endif
BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-stats R-sp R-methods R-MASS R-splancs R-RandomFields
BuildRequires:    R-scatterplot3d R-tcltk R-lattice R-graphics
%if %{without bootstrap}
BuildRequires:    R-geoRglm
%endif

%description
Geostatistical analysis including traditional, likelihood-based and
Bayesian methods.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7.5.1-1
- (eb51ce2) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14355 |14cu|R-GGally-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  GGally
%global rlibdir  %{_datadir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.5.0
Release:          1
Summary:          Extension to ggplot2
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core


Requires:         R-ggplot2 R-grid R-gtable R-plyr R-reshape R-stringr 
Requires:         R-arm R-intergraph R-network R-RColorBrewer R-scales R-scagnostics R-sna R-survival R-tnet R-roxygen2 
BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-ggplot2 R-grid R-gtable R-plyr R-reshape R-stringr 
BuildRequires:   R-arm R-intergraph R-network R-RColorBrewer R-scales R-scagnostics R-sna R-survival R-tnet R-roxygen2

%description
GGally is designed to be a helper to ggplot2. It contains templates for
different plots to be combined into a plot matrix, a parallel coordinate
plot function, as well as a function for making a network plot.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-1
+ Revision: 63ed24e
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14356 |14cu|R-ggbio-1.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ggbio
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.16.0
Release:          1
Summary:          Visualization tools for genomic data
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-methods R-BiocGenerics R-ggplot2 
Requires:         R-grid R-grDevices R-graphics R-stats R-utils R-biovizBase R-reshape2 R-gtable R-Biobase R-S4Vectors R-IRanges R-GenomeInfoDb R-GenomicRanges R-Biostrings R-Rsamtools R-GenomicAlignments R-BSgenome R-gridExtra R-scales R-VariantAnnotation R-Hmisc R-rtracklayer R-GenomicFeatures R-OrganismDbi R-GGally 
Requires:         R-vsn R-BSgenome.Hsapiens.UCSC.hg19 R-Homo.sapiens R-TxDb.Hsapiens.UCSC.hg19.knownGene R-chipseq R-TxDb.Mmusculus.UCSC.mm9.knownGene R-knitr R-BiocStyle R-testthat 
BuildRequires:    R-devel Rmath-devel R-methods R-BiocGenerics R-ggplot2
BuildRequires:    R-grid R-grDevices R-graphics R-stats R-utils R-biovizBase R-reshape2 R-gtable R-Biobase R-S4Vectors R-IRanges R-GenomeInfoDb R-GenomicRanges R-Biostrings R-Rsamtools R-GenomicAlignments R-BSgenome R-gridExtra R-scales R-VariantAnnotation R-Hmisc R-rtracklayer R-GenomicFeatures R-OrganismDbi R-GGally 
BuildRequires:   R-vsn R-BSgenome.Hsapiens.UCSC.hg19 R-Homo.sapiens R-TxDb.Hsapiens.UCSC.hg19.knownGene R-chipseq R-TxDb.Mmusculus.UCSC.mm9.knownGene R-knitr R-BiocStyle R-testthat 

%description
The ggbio package extends and specializes the grammar of graphics for
biological data. The graphics are designed to answer common scientific
questions, in particular those often asked of high throughput genomics
data. All core Bioconductor data structures are supported, where
appropriate. The package supports detailed views of particular genomic
regions, as well as genome-wide overviews. Supported overviews include
ideograms and grand linear views. High-level plots include sequence
fragment length, edge-linked interval to data view, mismatch pileup, and
several splicing summaries.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/example

%changelog

* Fri Jul 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.16.0-1
- (d6f4f59) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14357 |14cu|R-ggdendro-0.1.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  ggdendro
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.1.15
Release:          1
Summary:          Tools for extracting dendrogram and tree diagram plot data for use with ggplot
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.1-15.tar.gz


Requires:         R-MASS R-ggplot2 
Requires:         R-rpart R-tree 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex texlive-inconsolata
BuildRequires:    R-MASS R-ggplot2 
BuildRequires:   R-rpart R-tree

%description
This is a set of tools for dendrograms and tree plots using ggplot.  The
ggplot philosophy is to clearly separate data from the presentation.
Unfortunately the plot method for dendrograms plots directly to a plot
device without exposing the data. The ggdendro package resolves this by
making available functions that extract the dendrogram plot data.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.15-1
- (34c2cef) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14358 |14cu|R-ggplot2-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ggplot2
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0.1
Release:          1
Summary:          An implementation of the Grammar of Graphics
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/ggplot2_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-reshape R-grid R-proto 
Requires:         R-plyr R-splines R-MASS R-RColorBrewer R-digest R-colorspace 
Requires:         R-quantreg R-Hmisc R-mapproj R-maps R-hexbin R-gpclib R-maptools 
Requires:         R-scales R-gtable
BuildRequires:    R-devel Rmath-devel  R-reshape R-grid R-proto
BuildRequires:    R-plyr R-splines R-MASS R-RColorBrewer R-digest R-colorspace 
BuildRequires:    R-quantreg R-Hmisc R-mapproj R-maps R-hexbin R-gpclib R-maptools 
BuildRequires:    R-scales R-gtable

%description
An implementation of the grammar of graphics in R. It combines the
advantages of both base and lattice graphics: conditioning and shared axes
are handled automatically, and you can still build up a plot step by step
from multiple data sources. It also implements a sophisticated
multidimensional conditioning system and a consistent interface to map
data to aesthetic attributes. See the ggplot2 website for more
information, documentation and examples.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/doc
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/staticdocs
%{rlibdir}/%{packname}/test_ns
%{rlibdir}/%{packname}/tests

%changelog

* Thu Jul 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-1
- (ee91c12) Updated to 1.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14359 |14cu|R-gplots-2.17.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gplots
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.17.0
Release:          2
Summary:          Various R programming tools for plotting data
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gplots_%{version}.tar.gz
Requires:         R-gtools R-gdata R-stats R-caTools R-grid R-KernSmooth
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-gtools R-gdata R-stats R-caTools R-grid R-KernSmooth

%description
Various R programming tools for plotting data

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/TODO
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help


%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.17.0-2
- (77ec8e4) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14360 |14cu|R-gridExtra-0.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gridExtra
%global rlibdir  %{_datadir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.9.1
Release:          1
Summary:          functions in Grid graphics
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-grid 

#Requires:         R-RGraphics
Requires:         R-pixmap R-EBImage R-ggplot2 R-lattice
BuildRequires:    R-devel Rmath-devel R-grid

BuildRequires:   R-pixmap R-EBImage R-ggplot2 R-lattice
#BuildRequires:   R-RGraphics

%description
misc. high-level Grid functions

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/test

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-1
+ Revision: bc16594
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14361 |14cu|R-gss-2.1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gss
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.1.5
Release:          1
Summary:          General Smoothing Splines
Group:            Sciences/Mathematics
License:          GPLv3
URL:              http://cran.r-project.org/web/packages/gss/index.html
Source0:          http://cran.r-project.org/src/contrib/gss_2.1-5.tar.gz
Requires:         R-core
BuildRequires:    R-devel 
BuildRequires:    pkgconfig(lapack)

%description
A comprehensive package for structural multivariate function 
estimation using smoothing splines.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/gss/CITATION



%changelog

* Thu Jul 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.5-1
- (c050c26) Updated to 2.1.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14362 |14cu|R-gtools-3.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gtools
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.5.0
Release:          1
Summary:          Various R programming tools
Group:            Sciences/Mathematics
License:          LGPL-2.1
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gtools_%{version}.tar.gz
BuildRequires:    R-devel Rmath-devel  

%description
Various R programming tools

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.5.0-1
- (77ac960) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14363 |14cu|R-gWidgets-0.0.54-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  gWidgets
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.0.54
Release:          1
Summary:          GWidgets API for building toolkit-independent, interactive GUIs
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gWidgets_0.0-54.tar.gz
Requires:         R-methods R-utils R-cairoDevice
%if %{without bootstrap}
Requires:         R-gWidgetsRGtk2 R-gWidgetstcltk
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-utils R-cairoDevice
%if %{without bootstrap}
BuildRequires:    R-gWidgetsRGtk2 R-cairoDevice R-gWidgetstcltk
%endif
BuildRequires:    x11-server-xvfb

%description
gWidgets provides a toolkit-independent API for building interactive GUIs.
Atleast one of the gWidgetsXXX packages, such as gWidgetstcltk, needs to
be installed. Some icons are on loan from the scigraphica project

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
xvfb-run %{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/images
%{rlibdir}/%{packname}/install
%{rlibdir}/%{packname}/tests
%{rlibdir}/%{packname}/src



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.54-1
- (69374eb) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14364 |14cu|R-gWidgetsRGtk2-0.0.83-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gWidgetsRGtk2
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.0.83
Release:          1
Summary:          Toolkit implementation of gWidgets for RGtk2
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gWidgetsRGtk2_0.0-83.tar.gz
Requires:         R-methods R-gWidgets R-RGtk2 R-cairoDevice
BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-methods R-gWidgets R-RGtk2  R-cairoDevice
BuildRequires:    gtk2-devel x11-server-xvfb

%description
Port of gWidgets API to RGtk2

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/images


%changelog

* Thu Jul 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.83-1
- (749cefa) Use xvfb-run



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14365 |14cu|R-gWidgetstcltk-0.0.55-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  gWidgetstcltk
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.0.55
Release:          1
Summary:          Toolkit implementation of gWidgets for tcltk package
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/gWidgetstcltk_0.0-55.tar.gz
Requires:         R-methods R-gWidgets R-tcltk R-tcltk2 R-digest
BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-methods R-gWidgets R-tcltk R-tcltk2 R-digest
BuildRequires:    x11-server-xvfb

%description
Port of the gWidgets API to the tcltk package. Requires TK 8.5 or greater
for the tile (ttk)widgets http://www.tcl.tk/software/tcltk/8.5.tml. This
is the default on Windows. Under linux, Tk must be installed. Under Mac OS
X (10.5) there are two options: native Tk or X11. For the native one, Tk
must be upgraded. See www.tcl.tk to download source. Under the Mac it
compiles and installs cleanly. For X11, tcltk libraries can be downloaded
to augment the R binary package. See
http://cran.r-project.org/bin/macosx/tools/. The gdf function requires the
add on Tk package TkTable (http://tktable.sourceforge.net/).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
xvfb-run %{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/images
%{rlibdir}/%{packname}/tcl
%{rlibdir}/%{packname}/tklibs
%{rlibdir}/%{packname}/*.tcl
%{rlibdir}/%{packname}/ChangeLog

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.55-1
- (c68cc46) Updated to 0.0.55



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14366 |14cu|R-heplots-1.0.15-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  heplots
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.15
Release:          3
Summary:          Visualizing Hypothesis Tests in Multivariate Linear Models
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-15.tar.gz

Requires:         R-car R-graphics R-stats R-MASS 

Requires:         R-rgl R-effects R-reshape R-gplots R-nlme R-lattice R-reshape2 R-corrgram R-FRB R-animation 
Requires:         R-candisc
BuildRequires:    R-devel Rmath-devel texlive-latex R-car R-graphics R-stats R-MASS

BuildRequires:   R-rgl R-effects R-reshape R-gplots R-nlme R-lattice R-reshape2 R-corrgram R-FRB R-animation 
BuildRequires:  R-candisc

%description
Provides HE plot functions for visualizing hypothesis tests in
multivariate linear models. They represents sums-of-squares-and-products
matrices for linear hypotheses and for error using ellipses (in two
dimensions) and ellipsoids (in three dimensions).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Disable for now; TODO: try with xvfb
# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.15-3
- (2035c99) Updated to 1.0.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14367 |14cu|R-hexbin-1.27.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hexbin
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.27.0
Release:          2
Summary:          Hexagonal Binning Routines
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/hexbin_%{version}.tar.gz
Requires:         R-methods R-grid R-lattice R-graphics R-grDevices
Requires:         R-stats R-utils R-marray R-affy R-Biobase
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-grid R-lattice R-graphics R-grDevices
BuildRequires:    R-stats R-utils R-marray R-affy R-Biobase

%description
Binning and plotting functions for hexagonal bins. Now uses and relies on
grid graphics and formal (S4) classes and methods.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.27.0-2
- (6ce13a3) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14368 |14cu|R-highr-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  highr
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.5
Release:          3
Summary:          Syntax highlighting for R
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-knitr R-testit 
BuildRequires:    R-devel Rmath-devel  
BuildRequires:    R-knitr R-testit 

%description
This package provides syntax highlighting for R source code. Currently it
supports LaTeX and HTML output. Source code of other languages can be
supported via Andre Simon's Highlight package.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-3
- (6d1a31b) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14369 |14cu|R-Hmisc-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  Hmisc
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.16.0
Release:          1
Summary:          Harrell Miscellaneous
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Hmisc_3.16-0.tar.gz
Requires:         R-methods R-survival R-lattice R-cluster R-Formula
Requires:         R-ggplot2 R-proto R-scales R-latticeExtra R-acepack R-gtable R-gridExtra
%if %{without bootstrap}
Requires:         R-grid R-nnet R-foreign R-chron R-subselect R-tree
Requires:         R-TeachingDemos R-rms R-mice
%endif
BuildRequires:    R-devel Rmath-devel  R-methods
BuildRequires:    R-survival R-lattice R-cluster R-Formula
BuildRequires:         R-ggplot2 R-proto R-scales R-latticeExtra R-acepack R-gtable R-gridExtra
%if %{without bootstrap}
BuildRequires:    R-grid R-nnet R-foreign R-chron R-subselect R-tree
BuildRequires:    R-TeachingDemos R-rms R-mice
%endif

%description
The Hmisc library contains many functions useful for data analysis,
high-level graphics, utility operations, functions for computing sample
size and power, importing datasets, imputing missing values, advanced
table making, variable clustering, character string manipulation,
conversion of S objects to LaTeX code, and recoding variables.  Please
submit bug reports to 'http://biostat.mc.vanderbilt.edu/trac/Hmisc'.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/todo
%doc %{rlibdir}/%{packname}/CHANGELOG
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/THANKS
%doc %{rlibdir}/%{packname}/WISHLIST
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.16.0-1
- (7f07d4c) Adjust BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14370 |14cu|R-HSAUR-1.3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  HSAUR
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.3.6
Release:          1
Summary:          A Handbook of Statistical Analyses Using R
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/HSAUR_1.3-6.tar.gz
Requires:         R-lattice R-MASS R-scatterplot3d 
Requires:         R-ape R-coin R-flexmix R-gee R-ipred R-lme4 R-mclust R-party R-randomForest R-rmeta R-vcd R-survival R-KernSmooth R-rpart R-mvtnorm R-Matrix R-boot 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-lattice R-MASS R-scatterplot3d
BuildRequires: R-TH.data
Requires: R-TH.data
BuildRequires:    R-ape R-coin R-flexmix R-gee R-ipred R-lme4 R-mclust R-party R-randomForest R-rmeta R-vcd R-survival R-KernSmooth R-rpart R-mvtnorm R-Matrix R-boot 
BuildRequires:    texlive

%description
Functions, data sets, analyses and examples from the book `A Handbook of
Statistical Analyses Using R' (Brian S. Everitt and Torsten Hothorn,
Chapman & Hall/CRC, 2006). The first chapter of the book, which is
entitled `An Introduction to R', is completely included in this package,
for all other chapters, a vignette containing all data analyses is

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/N*
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/cache
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/rawdata

%changelog

* Fri Jul 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.6-1
- (b173d4f) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14371 |14cu|R-htmltools-0.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  htmltools
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.2.6
Release:          1
Summary:          Tools for HTML
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              None
Source0:          http://cran.r-project.org/src/contrib/htmltools_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core


Requires:         R-utils R-digest 
Requires:         R-markdown R-testthat 
BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-utils R-digest 
BuildRequires:   R-markdown R-testthat 
%description
Tools for HTML generation and output

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/tests

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.6-1
- (1857635) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14372 |14cu|R-httpuv-1.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  httpuv
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.3.2
Release:          1
Summary:          HTTP and WebSocket server library
Group:            Sciences/Mathematics
License:          GPL-3 | file LICENSE
URL:              None
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-methods 
Requires:         R-Rcpp 

BuildRequires:    R-devel Rmath-devel R-methods
BuildRequires:    R-Rcpp 

%description
httpuv provides low-level socket and protocol support for handling HTTP
and WebSocket requests directly from within R. It is primarily intended as
a building block for other packages, rather than making it particularly
easy to create complete web applications using httpuv alone. httpuv is
built on top of the libuv and http-parser C libraries, both of which were
developed by Joyent, Inc. (See LICENSE file for libuv and http-parser
license information.)

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/libs

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-1
- (b6ecf98) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14373 |14cu|rhvoice-0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname RHVoice

%define major 2
%define libname %mklibname RHVoice %{major}
%define major_a 0
%define libaudio %mklibname RHVoice_audio %{major_a}
%define major_c 0
%define libcore %mklibname RHVoice_core %{major_c}
%define devname %mklibname %{name} -d

Summary:	Free and open source speech synthesizer
Name:		rhvoice
Version:	0.5
Release:	1
License:	GPLv3+
Group:		Sound
Url:		http://tiflo.info/rhvoice/
# From git by tag https://github.com/Olga-Yakovleva/RHVoice/archive/%{version}.tar.gz
Source0:	%{oname}-%{version}.tar.gz
BuildRequires:	scons
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(libpulse-simple)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sigc++-2.0)

%description
RHVoice is a free and open source speech synthesizer.

%files
%{_bindir}/%{oname}-*
%{_bindir}/sd_rhvoice
%dir %{_datadir}/%{oname}
%{_datadir}/%{oname}/*
%{_datadir}/dbus-1/services/com.github.OlgaYakovleva.RHVoice.service
%{_sysconfdir}/RHVoice/RHVoice.conf

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libRHVoice.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libaudio}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libaudio}
Shared library for %{name}.

%files -n %{libaudio}
%{_libdir}/libRHVoice_audio.so.%{major_a}*

#----------------------------------------------------------------------------

%package -n %{libcore}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libcore}
Shared library for %{name}.

%files -n %{libcore}
%{_libdir}/libRHVoice_core.so.%{major_c}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libaudio} = %{EVRD}
Requires:	%{libcore} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/libRHVoice.so
%{_libdir}/libRHVoice_audio.so
%{_libdir}/libRHVoice_core.so

#----------------------------------------------------------------------------


%prep
%setup -qn %{oname}-%{version}

%build
scons \
	prefix=%{_prefix} \
	libdir=%{_libdir} \
	sysconfdir=%{_sysconfdir} \
	CFLAGS="%{optflags}" \
	CPPFLAGS="%{optflags}" \

%install
scons \
	prefix=%{_prefix} \
	libdir=%{_libdir} \
	sysconfdir=%{_sysconfdir} \
	DESTDIR=%{buildroot} \
	install

%changelog

* Sun Oct 25 2015 Rosa <rosa@abf.rosalinux.ru> 0.5-1
- (844d625) Automatic import for version 0.5-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14374 |14cu|R-hypergraph-1.38.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  hypergraph
%global rlibdir  %{_datadir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.38.1
Release:          1
Summary:          A package providing hypergraph data structures
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-methods R-utils R-graph 


BuildRequires:    R-devel Rmath-devel R-methods R-utils R-graph


%description
A package that implements some simple capabilities for representing and
manipulating hypergraphs.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/unitTests

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.38.1-1
+ Revision: 62eaf04
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14375 |14cu|R-ineq-0.2.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ineq
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.2.13
Release:          1
Summary:          Measuring Inequality, Concentration, and Poverty

Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/ineq_0.2-13.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-stats R-graphics R-grDevices 
Requires:         R-stats R-graphics R-grDevices 
BuildRequires:    R-devel Rmath-devel  R-stats R-graphics R-grDevices
BuildRequires:    R-stats R-graphics R-grDevices texlive

%description
Inequality, concentration, and poverty measures. Lorenz curves (empirical
and theoretical).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.13-1
- (8ce1a5e) Updated to 0.2.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14376 |14cu|ring-0.20170618-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 20170618
%define hash 89b5eea

%define major 1.0.0
%define libname %mklibname ringclient %{major}
%define devname %mklibname ringclient -d

Summary:	Free software for distributed and secured communication
Name:		ring
Version:	0.%{oversion}
Release:	1
License:	GPLv3+
Group:		Communications
Url:		https://ring.cx/
Source0:	http://dl.ring.cx/ring-release/tarballs/ring_%{oversion}.1.%{hash}.tar.gz
BuildRequires:	cmake
BuildRequires:	qt5-linguist-tools
BuildRequires:	yasm
BuildRequires:	boost-devel
BuildRequires:	gettext-devel
BuildRequires:	gsm-devel
BuildRequires:	jsoncpp-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(appindicator3-0.1)
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(cryptopp)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-c++-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libebook-1.2)
BuildRequires:	pkgconfig(libedataserver-1.2)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libqrencode)
BuildRequires:	pkgconfig(libupnp)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(nettle)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(webkit2gtk-4.0)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(yaml-cpp)
Suggests:	%{name}-gnome
Suggests:	%{name}-kde

%description
Ring is free software for universal communication which respects freedoms
and privacy of its users.

%files
%{_bindir}/ring.cx

#----------------------------------------------------------------------------

%package daemon
Summary:	Free software for distributed and secured communication - daemon
Group:		Communications

%description daemon
Ring is free software for universal communication which respects freedoms
and privacy of its users.

This package contains the Ring daemon: dring.

%files daemon
%{_libdir}/ring/dring
%{_datadir}/ring/ringtones/default.wav
%{_datadir}/ring/ringtones/konga.ul
%{_datadir}/dbus-1/services/cx.ring.Ring.service
%{_datadir}/dbus-1/interfaces/cx.ring.Ring.CallManager.xml
%{_datadir}/dbus-1/interfaces/cx.ring.Ring.ConfigurationManager.xml
%{_datadir}/dbus-1/interfaces/cx.ring.Ring.Instance.xml
%{_datadir}/dbus-1/interfaces/cx.ring.Ring.PresenceManager.xml
%{_datadir}/dbus-1/interfaces/cx.ring.Ring.VideoManager.xml
%{_mandir}/man1/dring.1*

#----------------------------------------------------------------------------

%package gnome
Summary:	Gnome client for the Ring communication framework
Group:		Communications
Requires:	ring-daemon

%description gnome
Gnome client for the Ring communication framework.

%files gnome -f ring-client-gnome.lang
%{_bindir}/gnome-ring
%{_datadir}/appdata/gnome-ring.appdata.xml
%{_datadir}/applications/gnome-ring.desktop
%{_datadir}/glib-2.0/schemas/cx.ring.RingGnome.gschema.xml
%dir %{_datadir}/gnome-ring/
%{_datadir}/gnome-ring/*
%{_iconsdir}/hicolor/*/apps/ring.*

#----------------------------------------------------------------------------

%package -n libringclient-i18n
Summary:	Ring client library translations
Group:		System/Internationalization
BuildArch:	noarch

%description -n libringclient-i18n
Ring client library translations.

%files -n libringclient-i18n -f lrc.lang

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Ring client shared library
Group:		System/Libraries
Requires:	libringclient-i18n

%description -n %{libname}
Ring client shared library.

%files -n %{libname}
%{_libdir}/libringclient.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Ring client library development files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	lrc-devel = %{EVRD}
Provides:	ringclient-devel = %{EVRD}

%description -n %{devname}
Ring client library development files.

%files -n %{devname}
%dir %{_includedir}/libringclient
%{_includedir}/libringclient/*
%{_libdir}/libringclient.so
%dir %{_libdir}/cmake/LibRingClient
%{_libdir}/cmake/LibRingClient/*

#----------------------------------------------------------------------------

%prep
%setup -qn ring-project

%build
# Ring daemon
mkdir -p daemon/contrib/native
pushd daemon/contrib/native
../bootstrap \
	--no-checksums \
	--disable-ogg \
	--disable-flac \
	--disable-vorbis \
	--disable-vorbisenc \
	--disable-speex \
	--disable-sndfile \
	--disable-gsm \
	--disable-speexdsp \
	--disable-natpmp
make list
make fetch
%make V=1
popd

pushd daemon
./autogen.sh
%configure2_5x \
	--disable-shared
%make
popd

# libringclient
pushd lrc
%cmake \
	-DRING_BUILD_DIR=%{_builddir}/ring-project/daemon/src
%make
popd

# gnome client
pushd client-gnome
%cmake \
	-DLibRingClient_PROJECT_DIR=%{_builddir}/ring-project/lrc \
	-DGSETTINGS_LOCALCOMPILE=OFF
%make
popd

%install
# Ring daemon
%makeinstall_std -C daemon

# Drop development files
rm -rf %{buildroot}%{_includedir}/dring
rm -r %{buildroot}%{_libdir}/libring.a

# libringclient
%makeinstall_std -C lrc/build

# Gnome client
%makeinstall_std -C client-gnome/build

%find_lang lrc --with-qt
%find_lang ring-client-gnome


%changelog

* Thu Jun 22 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20170618-1
- (b8d92c3) Adjust BuildRequires to work in rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14377 |14cu|R-intergraph-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  intergraph
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.0.0
Release:          1
Summary:          Coercion routines for network data objects in R
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2.0-0.tar.gz
BuildArch:        noarch
Requires:         R-core


Requires:         R-utils R-graphics R-network R-igraph 
Requires:         R-testthat R-roxygen2 
BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-utils R-graphics R-network R-igraph 
BuildRequires:   R-testthat R-roxygen2 
%description
R world provides several packages for working with network data.  This
package supplements that functionality by providing methods for converting
network data objects between classes defined in other packages. Currently
supported classes: network, igraph.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/tests

%changelog
* Tue Dec 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-1
+ Revision: 132825c
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14378 |14cu|riot-0.14.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# To avoid out of memory error
%define _build_pkgcheck_set %{nil}

%define debug_package %{nil}

%define oname riot-web
%define _riotdir /opt/riot

%define __noautoreqfiles /opt/riot/resources
%define __noautoreq 'libffmpeg.so*|libnode.so*'

Summary:	Client for the decentralized and secure protocol Matrix
Name:		riot
Version:	0.14.1
Release:	1
License:	ASL 2.0
Group:		Networking/Instant messaging
Url:		http://riot.im/
Source0:	https://github.com/vector-im/riot-web/archive/v%{version}.tar.gz?/%{oname}-%{version}.tar.gz
Source1:	%{name}-extras-desktop.tar.gz
Patch0:		riot-web-0.12.2-menubar.patch
BuildRequires:	git
BuildRequires:	nodejs
AutoProv:	no

%description
Riot is a decentralized, secure messaging client for collaborative group
communication. Riot's core architecture is an implementation of the Matrix
protocol.

Riot is more than a messaging app. Riot is a shared workspace for the web.
Riot is a place to connect with teams. Riot is a place to to collaborate,
to work, to discuss your current projects.

Riot removes the barriers between apps, allowing you to connect teams and
functionality like never before.

Riot is free. Riot is secure.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_riotdir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version} -a 1
%patch0 -p1

%build
npm install
npm run build

%ifarch x86_64
%define linuxunpacked electron_app/dist/linux-unpacked
node_modules/.bin/build -l tar.gz --x64
%else
%define linuxunpacked electron_app/dist/linux-ia32-unpacked
node_modules/.bin/build -l tar.gz --ia32
%endif

%install
mkdir -p %{buildroot}%{_riotdir}
cp -a %{linuxunpacked}/* %{buildroot}%{_riotdir}

# install binary wrapper
mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/riot << EOF
#!/bin/sh
pushd %{_riotdir}
./riot-web
popd
EOF
chmod 755 %{buildroot}%{_bindir}/riot

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Riot
Comment=Client for the decentralized and secure protocol Matrix
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Network;InstantMessaging;
EOF

# install menu icons
for N in 16 22 24 32 48 128 256;
do
install -D -m 0644 riot-extras-desktop/extras/riot.hicolor.${N}x${N}.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done
install -D -m 0644 riot-extras-desktop/extras/riot.hicolor.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.png


%changelog

* Sat Apr 21 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.14.1-1
- (d776cca) New version 0.14.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14379 |14cu|ripperx-2.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	ripperX

Summary:	GTK program to rip CD audio and encode mp3s
Name:		ripperx
Version:	2.8.0
Release:	1
License:	GPLv2+
Group:		Sound
URL:		http://sourceforge.net/projects/ripperx/
Source0:	%{name}-%{version}.tar.bz2
Source11:	%{oname}-48.png
Source12:	%{oname}-32.png
Source13:	%{oname}-16.png
#Patch2:	%%{oname}-2.7.0-cdplay-command.patch
#Patch3:	ripperX-2.7.0-fix-format-errors.patch
#Patch4:	ripperX-2.7.0-fix-linking.patch
BuildRequires:	gettext >= 0.15
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.6
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	id3lib-devel
BuildRequires:	desktop-file-utils
Requires:	cdparanoia
# Encoders
Requires:	flac
Requires:	vorbis-tools
Suggests:	lame
%rename		%{oname}

%description
A GTK program to rip CD audio and encode mp3s. It Supports parallel ripping /
encoding, has plugins for cdparanoia, BladeEnc, Lame, GoGo, FHG (l3enc and
mp3enc), XingMp3enc, 8hz-mp3, and the ISO encoder. It also has support for
CDDB and ID3 tags.

%files
%doc FAQ README README.plugin README.plugin_spec_v0.1 README.plugin_tester TODO CHANGES COPYING BUGS
%{_bindir}/%{oname}*
%{_iconsdir}/%{oname}.png
%{_liconsdir}/%{oname}.png
%{_miconsdir}/%{oname}.png
%{_datadir}/pixmaps/%{oname}-icon.xpm
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/locale/*/LC_MESSAGES/%{name}.mo
%{_mandir}/man1/%{oname}.1.*

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
#patch2 -p1
#patch3 -p1
#patch4 -p1

perl -pi -e 's/MultipleArgs=false\n//' ripperX.desktop


%build
%configure2_5x
%make


%install
%makeinstall

install -m644 src/xpms/%{oname}-icon.xpm -D %{buildroot}%{_datadir}/pixmaps/%{oname}-icon.xpm
desktop-file-install --vendor="" \
	--dir=%{buildroot}%{_datadir}/applications/ \
	--add-category="AudioVideo;Audio;" \
	%{oname}.desktop

#icon
install -m644 %{SOURCE11} -D %{buildroot}/%{_liconsdir}/%{oname}.png
install -m644 %{SOURCE12} -D %{buildroot}/%{_iconsdir}/%{oname}.png
install -m644 %{SOURCE13} -D %{buildroot}/%{_miconsdir}/%{oname}.png

# Remove spurious .pc file
rm -rf %{buildroot}%{_libdir}
%changelog

* Wed Apr 08 2015 Giovanni Mariani <mc2374@mclink.it> 2.8.0-1
- (a59db4b) Updated to release 2.8.0, dropped obsolete patches, updated BReqs and Reqs and fixed file list



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14380 |14cu|R-IRanges-2.2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  IRanges
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.2.5
Release:          1
Summary:          Infrastructure for manipulating intervals on sequences
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/IRanges_%{version}.tar.gz
Requires:         R-methods R-utils R-stats
Requires:         R-RUnit R-S4Vectors
Requires:	  R-BiocGenerics
Requires:         R-XVector R-GenomicRanges R-BSgenome.Celegans.UCSC.ce2
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-utils R-stats
BuildRequires:    R-methods R-utils R-stats
BuildRequires:    R-RUnit R-S4Vectors
BuildRequires:    R-BiocGenerics
BuildRequires:    R-XVector R-GenomicRanges R-BSgenome.Celegans.UCSC.ce2
BuildRequires:    texlive-collection-langgreek

%description
The package provides efficient low-level and highly reusable S4 classes
for storing ranges of integers, RLE vectors (Run-Length Encoding), and,
more generally, data that can be organized sequentially (formally defined
as Vector objects), as well as views on these Vector objects. Efficient
list-like classes are also provided for storing big collections of
instances of the basic classes. All classes in the package use consistent
naming and share the same rich and consistent "Vector API" as much as

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/unitTests

%changelog

* Fri Jul 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2.5-1
- (f3ba6b1) Updated to 2.2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14381 |14cu|ristretto-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	url_ver %(echo %{version} | cut -c 1-3)

Summary:	A picture viewer for the Xfce desktop environment
Name:		ristretto
Version:	0.8.0
Release:	2
License:	GPLv2+
Group:		Graphics
URL:		http://goodies.xfce.org/projects/applications/%{name}
Source0:	http://archive.xfce.org/src/apps/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.20.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.24.0
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.34
BuildRequires:	pkgconfig(cairo) >= 1.8.0
BuildRequires:	intltool
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(libexif) >= 0.6.0
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.10.0
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfconf-0)
BuildRequires:	pkgconfig(exo-1)
Requires(post,postun):	desktop-file-utils
Requires:	xfconf

%description
Ristretto is a fast and lightweight picture-viewer for the Xfce desktop
environment.

%files -f %{name}.lang
%doc AUTHORS ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

#-----------------------------------------------------------------------------


%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-install \
	--add-only-show-in="XFCE" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-gnome

%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 0.8.0-2
- (a6182e6) Build with libxfce4ui-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14382 |14cu|R-iterators-1.0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with       bootstrap
%global packname  iterators
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.0.7
Release:          3
Summary:          Iterator construct for R
Group:            Sciences/Mathematics
License:          Apache License (== 2.0)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/iterators_%{version}.tar.gz
Requires:         R-utils 
%if %{with bootstrap}
Requires:         R-RUnit 
%else
Requires:         R-foreach R-RUnit 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-utils
%if %{with bootstrap}
BuildRequires:    R-RUnit 
%else
BuildRequires:    R-foreach R-RUnit 
%endif

%description
Support for iterators, which allow a programmer to traverse through all
the elements of a vector, list, or other collection of data.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/unitTests



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-3
- (199d343) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14383 |14cu|R-kernlab-0.9.20-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  kernlab
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9.20
Release:          1
Summary:          Kernel-based Machine Learning Lab
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/kernlab_0.9-20.tar.gz
Requires:         R-methods 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Kernel-based machine learning methods for classification, regression,
clustering, novelty detection, quantile regression and dimensionality
reduction. Among other methods kernlab includes Support Vector Machines,
Spectral Clustering, Kernel PCA and a QP solver.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/COPYRIGHTS

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.20-1
- (51b96da) Updated to 0.9.20



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14384 |14cu|rkhunter-1.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Rootkit scans for rootkits, backdoors and local exploits
Name:		rkhunter
Version:	1.4.2
Release:	1
License:	GPLv2+
Group:		System/Configuration/Other
URL:		http://rkhunter.sourceforge.net/
Source0:	http://downloads.sourceforge.net/rkhunter/%{name}-%{version}.tar.gz
Source1:	http://downloads.sourceforge.net/rkhunter/%{name}-%{version}.tar.gz.asc
Source2:	rkhunter.cron
Source3:	rkhunter.logrotate
BuildArch:	noarch
Requires:	binutils
Requires:	e2fsprogs
Requires:	webfetch
Suggests:	unhide

%description
Rootkit scanner is scanning tool to ensure you you're clean of known nasty 
tools. This tool scans for rootkits, backdoors and local exploits by running 
tests like:
 - MD5/SHA1 hash compare
 - Look for default files used by rootkits
 - Wrong file permissions for binaries
 - Look for suspected strings in LKM and KLD modules
 - Look for hidden files
 - Optional scan within plaintext and binary files

%prep

%setup -q
chmod -R a+r .

%build

%install
mkdir -p %{buildroot}%{_sysconfdir} %{buildroot}%{_sbindir} \
 %{buildroot}%{_var}/lib/rkhunter/{db/i18n,scripts,tmp} \
 %{buildroot}%{_mandir}/man8
install files/rkhunter %{buildroot}%{_sbindir}/
install -m 644 files/%{name}.conf %{buildroot}%{_sysconfdir}

cat<<EOF>>%{buildroot}%{_sysconfdir}/rkhunter.conf
INSTALLDIR=%{_var}
SCRIPTDIR=%{_var}/lib/rkhunter/scripts
PKGMGR=RPM
# to avoid some false positives...
ALLOWDEVFILE=/dev/shm/pulse-shm-*
ALLOWDEVFILE=/dev/shm/mono.*
ALLOWHIDDENDIR="/etc/.java"
ALLOWHIDDENDIR=/dev/.udev
ALLOWHIDDENDIR=/dev/.udevdb
ALLOWHIDDENDIR=/dev/.udev.tdb
ALLOWHIDDENDIR=/dev/.static
ALLOWHIDDENDIR=/dev/.initramfs
ALLOWHIDDENDIR=/dev/.SRC-unix
ALLOWHIDDENDIR=/dev/.mdadm
ALLOWHIDDENDIR=/dev/.systemd
ALLOWHIDDENDIR=/dev/.mount
ALLOWHIDDENFILE=/usr/share/man/man1/..1%{_extension}
ALLOWHIDDENFILE=/usr/share/man/man1/.nvidia-current-settings.1%{_extension}
ALLOWHIDDENFILE=/usr/share/man/man1/.nvidia-current-smi.1%{_extension}
ALLOWHIDDENFILE=/usr/share/man/man1/.nvidia-current-xconfig.1%{_extension}
ALLOWHIDDENFILE=/usr/share/man/man1/.nvidia96xx-settings.1%{_extension}
ALLOWHIDDENFILE=/usr/share/man/man1/.nvidia96xx-xconfig.1%{_extension}
ALLOWHIDDENFILE=/usr/share/man/man5/.k5login.5%{_extension}
ALLOWHIDDENFILE=/usr/share/man/man5/.k5identity.5%{_extension}
SCRIPTWHITELIST=/usr/bin/GET
SCRIPTWHITELIST=/usr/bin/groups
SCRIPTWHITELIST=/usr/bin/ldd
SCRIPTWHITELIST=/usr/bin/whatis
SCRIPTWHITELIST=/sbin/ifup
SCRIPTWHITELIST=/sbin/ifdown
ALLOWDEVFILE=/dev/shm/pulse-shm-*
ALLOWDEVFILE=/dev/md/md-device-map
# tomboy creates this one
ALLOWDEVFILE="/dev/shm/mono.*"
# created by libv4l
ALLOWDEVFILE="/dev/shm/libv4l-*"
# created by spice video
ALLOWDEVFILE="/dev/shm/spice.*"
EOF

install -m 644 files/*.dat %{buildroot}%{_var}/lib/rkhunter/db
install -m 644 files/i18n/* %{buildroot}%{_var}/lib/rkhunter/db/i18n
install -m 754 files/*.{pl,sh} %{buildroot}%{_var}/lib/rkhunter/scripts
install -m 644 files/rkhunter.8 %{buildroot}%{_mandir}/man8

mkdir -p %{buildroot}%{_sysconfdir}/cron.daily
install -m 0755 %{SOURCE2} \
 %{buildroot}%{_sysconfdir}/cron.daily/rkhunter

mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
install -m 0644 %{SOURCE3} \
 %{buildroot}%{_sysconfdir}/logrotate.d/rkhunter

%post
if [ $1 = 1 ]; then
    # create rkhunter.dat
    %{_sbindir}/rkhunter --propupd
    # gather user / group info
    echo "\r"|%{_sbindir}/rkhunter --enable group_changes,passwd_changes
    # Suppress warning on fresh install because of missing copies of passwd 
    # and groups file above
    /bin/true
fi

%files
%doc files/CHANGELOG files/README
%config(noreplace) %{_sysconfdir}/rkhunter.conf
%{_sysconfdir}/cron.daily/rkhunter
%{_sysconfdir}/logrotate.d/rkhunter
%{_sbindir}/*
%{_var}/lib/rkhunter
%{_mandir}/man8/*



%changelog
* Thu Feb 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-1
+ Revision: c6a5fae
- Updated to 1.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14385 |14cu|R-kinship2-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  kinship2
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.6.0
Release:          1
Summary:          Pedigree functions
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/kinship2_%{version}.tar.gz
Requires:         R-Matrix R-quadprog 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-Matrix R-quadprog

%description
Routines to handle family data with a pedigree object. The initial purpose
was to create correlation structures that describe family relationships
such as kinship and identity-by-descent, which can be used to model family
data in mixed effects models, such as in the coxme function.  Also
includes a tool for pedigree drawing which is focused on producing compact
layouts without intervention.  Recent additions include utilities to trim
the pedigree object with various criteria.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/COPYRIGHT
%{rlibdir}/%{packname}/GPL2.txt
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help


%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0-1
- (163fdc9) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14386 |14cu|rkward-0.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'libR\\.so|libRblas\\.so|libRlapack\\.so'
%else
%define _requires_exceptions libR.so\\|libRblas.so\\|libRlapack.so
%endif

Summary:	A KDE gui to R language
Name:		rkward
Version:	0.6.3
Release:	1
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://rkward.sourceforge.net
Source0:	http://downloads.sourceforge.net/rkward/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libR)
BuildRequires:	kdelibs4-devel
BuildRequires:	gcc-gfortran
BuildRequires:	desktop-file-utils
BuildRequires:	cmake
Requires:	R-base
Requires:	php-cli
Suggests:	katepart
Obsoletes:	kde4-%{name} < 0.5.1
Provides:	kde4-%{name} = %{version}

%description
RKWard is meant to become an easy to use, transparent frontend to the
R-language, a very powerful, yet hard-to-get-into scripting-language with
a strong focus on statistic functions. It will not only provide a convenient
user-interface, however, but also take care of seamless integration with an
office-suite. Practical statistics is not just about calculating, after all,
but also about documenting and ultimately publishing the results.

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

#(tpg) provide by R-base
rm -rf %{buildroot}%{_libdir}/R/lib/R.css

# provided by katepart
rm -f %{buildroot}%{_kde_appsdir}/katepart/syntax/r.xml

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_datadir}/mime/packages/*xml
%{_datadir}/kde4/services/*protocol
%{_kde_bindir}/%{name}*
%{_kde_datadir}/applications/kde4/*.desktop
%{_kde_appsdir}/rkward
%{_kde_appsdir}/katepart/*
%{_kde_docdir}/*/*/*
%{_kde_iconsdir}/*
%{_kde_libdir}/kde4/libexec/%{name}.*
%{_kde_mandir}/man1/%{name}.1*
%{_libdir}/R/*

%changelog

* Fri Jan 15 2016 Denis Silakov <dsilakov@gmail.com> 0.6.3-1
- (4da61ff) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14387 |14cu|R-labdsv-1.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  labdsv
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.6.1
Release:          3
Summary:          Ordination and Multivariate Analysis for Ecology
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/labdsv_1.6-1.tar.gz
Requires:         R-MASS 
Requires:         R-rgl 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    R-MASS
BuildRequires:    R-rgl 
BuildRequires:    pkgconfig(lapack)
%rename R-cran-labdsv

%description
A variety of ordination and vegetation analyses useful in analysis of
datasets in community ecology.  Includes many of the common ordination
methods, with graphical routines to facilitate their interpretation, as
well as several novel analyses.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog

* Thu Jun 30 2016 Denis Silakov <dsilakov@gmail.com> 1.6.1-3
- (251c32c) Drop mgcv requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14388 |14cu|R-labeling-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname labeling
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.3
Release:          2
Summary:          Axis Labeling
Group:            Sciences/Mathematics
License:          MIT
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
BuildRequires:    R-devel Rmath-devel texlive

%description
Provides a range of axis labeling algorithms

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-2
- (66e2c8f) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14389 |14cu|R-latentnet-2.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  latentnet
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.5.0
Release:          1
Summary:          Latent position and cluster models for statistical networks
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2.5.0.tar.gz
Requires:         R-network R-shapes R-abind R-tools R-mvtnorm R-coda 
Requires:         R-KernSmooth R-snowFT R-ergm R-rgl 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-network R-shapes R-abind R-tools R-mvtnorm R-coda
BuildRequires:    R-KernSmooth R-snowFT R-ergm R-rgl 
BuildRequires:    lapack-devel

%description
A package to fit and simulate latent position and cluster models for
statistical networks.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME build system test (works locally on x86_64)
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog

* Wed Jul 29 2015 dsilakov <denis.silakov@rosalab.ru> 2.5.0-1
- (df4020e) Merge pull request #1 from dsilakov/R-latentnet:rosa2014.1
- (df4020e) Updated to  2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14390 |14cu|R-lavaan-0.5.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  lavaan
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.5.18
Release:          2
Summary:          Latent Variable Analysis
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/lavaan_0.5-18.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-methods 
Requires:         R-stats4
Requires:         R-stats
Requires:         R-graphics 
%if %{with bootstrap}
Requires:         R-quadprog
Requires:         R-boot 
%else
Requires:         R-psych
Requires:         R-qgraph
Requires:         R-quadprog
Requires:         R-boot 
%endif
BuildRequires:    R-devel
BuildRequires: R-lavaan
Requires: R-lavaan
BuildRequires: R-pbivnorm
Requires: R-pbivnorm
BuildRequires: R-mnormt
Requires: R-mnormt
BuildRequires:    Rmath-devel
BuildRequires:    R-methods
BuildRequires:    R-stats4
BuildRequires:    R-stats
BuildRequires:    R-graphics 
%if %{with bootstrap}
BuildRequires:    R-quadprog R-boot 
%else
BuildRequires:    R-psych
BuildRequires:    R-qgraph
BuildRequires:    R-quadprog
BuildRequires:    R-boot 
%endif
BuildRequires:    pkgconfig(lapack)

%description
Fit a variety of latent variable models, including confirmatory factor
analysis, structural equation modeling and latent growth curve models.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/lavaan/CITATION



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.18-2
- (863f119) Updated to 0.5.18



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14391 |14cu|R-LearnBayes-2.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname LearnBayes
%global rlibdir %{_libdir}/R/library

Name: R-%{packname}
Version: 2.15
Release: 2
Summary: Functions for Learning Bayesian Inference
Group: Sciences/Mathematics
License: GPLv2+
URL: http://cran.r-project.org/web/packages/%{packname}/index.html
Source0: http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch: noarch
Requires: R-core
BuildRequires: R-devel 

%description
LearnBayes contains a collection of functions helpful in
learning the basic tenets of Bayesian statistical inference.
It contains functions for summarizing basic one and two
parameter posterior distributions and predictive distributions.
It contains MCMC algorithms for summarizing posterior
distributions defined by the user. It also contains functions
for regression models, hierarchical models, Bayesian tests, and 
illustrations of Gibbs sampling.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/d*
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.15-2
- (e23f221) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14392 |14cu|R-limma-3.24.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  limma
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.24.14
Release:          1
Summary:          Linear Models for Microarray Data
Group:            Sciences/Mathematics
License:          LGPL
URL:              http://bioconductor.org/packages/release/bioc/html/limma.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/limma_3.24.14.tar.gz
Requires:         R-methods R-affy R-MASS R-org.Hs.eg.db R-splines R-statmod
%if %{without bootstrap}
Requires:         R-vsn
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-affy R-MASS R-org.Hs.eg.db R-splines R-statmod
%if %{without bootstrap}
BuildRequires:    R-vsn
%endif

%description
Data analysis, linear models and differential expression for microarray

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Disable check; either some example in this package is incorect or we should rebuild some 
# dependent packages
%if %{without bootstrap}
#%check
#%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog

* Mon Jul 27 2015 dsilakov <denis.silakov@rosalab.ru> 3.24.14-1
- (a94cc1e) Merge pull request #1 from semsonic/R-limma:rosa2014.1
- (a94cc1e) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14393 |14cu|R-lpSolve-5.6.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  lpSolve
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          5.6.11
Release:          3
Summary:          Interface to Lp_solve v. 5.5 to solve linear/integer programs
Group:            Sciences/Mathematics
License:          LGPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/lpSolve_%{version}.tar.gz
BuildRequires:    R-devel Rmath-devel
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Lp_solve is freely available (under LGPL 2) software for solving linear,
integer and mixed integer programs. In this implementation we supply a
"wrapper" function in C and some R functions that solve general
linear/integer problems, assignment problems, and transportation problems.
This version calls lp_solve version 5.5.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.6.11-3
- (bb171ec) Upload tarball, drop unneded patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14394 |14cu|rlwrap-0.41-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Readline wrapper
Name:		rlwrap
Version:	0.41
Release:	1
License:	GPLv2+
Group:		Text tools
Url:		http://utopia.knoware.nl/~hlub/rlwrap/
Source0:	http://utopia.knoware.nl/~hlub/rlwrap/rlwrap-%{version}.tar.gz
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)

%description
rlwrap is a 'readline wrapper' that uses the GNU readline library to
allow the editing of keyboard input for any other command. Input
history is remembered across invocations, separately for each command;
history completion and search work as in bash and completion word
lists can be specified on the command line.

%files
%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO PLEA
%attr(0755,root,root) %{_bindir}/rlwrap
%{_mandir}/man1/rlwrap.1*
%{_mandir}/man3/RlwrapFilter.3pm*
%dir %{_datadir}/rlwrap
%{_datadir}/rlwrap/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%check
%make check


%changelog

* Sat Jul 18 2015 dsilakov <denis.silakov@rosalab.ru> 0.41-1
- (85fe08f) Merge pull request #1 from semsonic/rlwrap:rosa2014.1
- (85fe08f) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14395 |14cu|R-magrittr-1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  magrittr
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.5
Release:          1
Summary:          A Forward-Pipe Operator for R
Group:            Sciences/Mathematics
License:          MIT + file LICENSE
URL:              None
Source0:          http://cran.r-project.org/src/contrib/magrittr_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core



Requires:         R-testthat R-knitr 
BuildRequires:    R-devel Rmath-devel 

BuildRequires:   R-testthat 
%description
Provides a mechanism for chaining commands with a new forward-pipe
operator, %>%. This operator will forward a value, or the result of an
expression, into the next function call/expression. There is flexible
support for the type of right-hand side expressions. For more information,
see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe."

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-1
- (c8fd7c2) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14396 |14cu|R-maps-2.3.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  maps
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.3.9
Release:          1
Summary:          Draw Geographical Maps

Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/maps_2.3-9.tar.gz
%if %{without bootstrap}
Requires:         R-mapproj
%endif
BuildRequires:    R-devel Rmath-devel 
%if %{without bootstrap}
BuildRequires:    R-mapproj
%endif

%description
Display of maps.  Projection code and larger maps are in separate packages
(mapproj and mapdata).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/mapdata



%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3.9-1
- (3205fe6) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14397 |14cu|R-maptools-0.8.36-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  maptools
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.8.36
Release:          1
Summary:          Tools for reading and handling spatial objects
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/maptools_0.8-36.tar.gz
Requires:         R-foreign R-sp R-methods R-lattice R-spatstat R-PBSmapping
Requires:         R-maps R-rgeos R-gpclib R-RArcInfo
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-foreign R-sp R-methods R-lattice R-spatstat R-PBSmapping
BuildRequires:    R-maps R-rgeos R-gpclib R-RArcInfo
BuildRequires:    geos-devel
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Set of tools for manipulating and reading geographic data, in particular
ESRI shapefiles; C code used from shapelib. It includes binary access to
GSHHS shoreline files. The package also provides interface wrappers for
exchanging spatial objects with packages such as PBSmapping, spatstat,
maps, RArcInfo, Stata tmap, WinBUGS, Mondrian, and others.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/changes
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/grids
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
#%{rlibdir}/%{packname}/old_man
%{rlibdir}/%{packname}/shapes
%{rlibdir}/%{packname}/share
%{rlibdir}/maptools/README
%{rlibdir}/maptools/doc/combine_maptools.R
%{rlibdir}/maptools/doc/combine_maptools.Rnw
%{rlibdir}/maptools/doc/combine_maptools.pdf
%{rlibdir}/maptools/doc/index.html

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.36-1
- (8e06ec3) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14398 |14cu|R-markdown-0.7.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  markdown
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.7.7
Release:          3
Summary:          Markdown rendering for R
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

BuildRequires:    R-devel Rmath-devel  
Requires:        R-RCurl R-mime
BuildRequires:   R-RCurl R-mime

%if %{with bootstrap}
%else
Requires:        R-knitr
BuildRequires:   R-knitr
%endif

%description
Markdown is a plain-text formatting syntax that can be converted to XHTML
or other formats. This package provides R bindings to the Sundown markdown
rendering library.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{with bootstrap}
%else
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/COPYING
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%doc %{rlibdir}/%{packname}/NOTICE
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/resources

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7.7-3
- (f7c20e8) Added R-mime req



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14399 |14cu|R-MatchIt-2.4_21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  MatchIt
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.4_21
Release:          3
Summary:          The skew-normal and skew-t distributions
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/MatchIt/index.html
Source0:          http://cran.r-project.org/src/contrib/MatchIt_2.4-21.tar.gz
BuildRequires:    R-devel R-MASS R-WhatIf R-cem R-nnet R-rpart R-Matching texlive-wallpaper
Requires:         R-core R-MASS R-WhatIf R-cem R-nnet R-rpart R-Matching texlive-wallpaper
BuildArch:        noarch

%description
Functions for manipulating skew-normal and skew-t probability distributions,
and for fitting them to data, in the scalar and in the multivariate case.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog

* Thu Jun 30 2016 Denis Silakov <dsilakov@gmail.com> 2.4_21-3
- (f48bdff) Drop mgcv requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14400 |14cu|R-maxLik-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  maxLik
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.2.4
Release:          1
Summary:          Maximum Likelihood Estimation
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/maxLik_1.2-4.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-miscTools 
Requires:         R-sandwich 
BuildRequires:    R-devel Rmath-devel  R-miscTools
BuildRequires:    R-sandwich 

%description
Tools for Maximum Likelihood Estimation

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{_datadir}/R/library/maxLik/CITATION



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.4-1
- (62e7913) Updated to 1.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14401 |14cu|R-memoise-0.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  memoise
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.2.1
Release:          1
Summary:          Memoise functions
Group:            Sciences/Mathematics
License:          MIT + file LICENSE
URL:              None
Source0:          http://cran.r-project.org/src/contrib/memoise_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core


Requires:         R-digest 

BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-digest 

%description
Cache the results of a function so that when you call it again with the
same arguments it returns the pre-computed value.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-1
- (5209915) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14402 |14cu|R-mgcv-1.8.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mgcv
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.8.12
Release:          1
Summary:          Mixed GAM Computation Vehicle with GCV/AIC/REML smoothness estimation
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.8-12.tar.gz

Requires:         R-nlme 
Requires:         R-methods R-stats R-graphics R-Matrix 
Requires:         R-splines R-parallel 
BuildRequires:    R-devel Rmath-devel  R-nlme
BuildRequires:    R-methods R-stats R-graphics R-Matrix 
BuildRequires:    R-splines R-parallel 
BuildRequires:    lapack-devel

%description
Routines for GAMs and other generalized ridge regression with multiple
smoothing parameter selection by GCV, REML or UBRE/AIC. Also GAMMs.
Includes a gam() function.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/po

%changelog

* Sat Jun 11 2016 Denis Silakov <dsilakov@gmail.com> 1.8.12-1
- (574cdf5) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14403 |14cu|R-mice-2.22-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mice
%global rlibdir  %{_datadir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.22
Release:          3
Summary:          Multivariate Imputation by Chained Equations
Group:            Sciences/Mathematics
License:          GPL-2 | GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/mice_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-MASS R-nnet R-methods R-lattice 
Requires:         R-VIM R-lattice R-mitools R-nlme R-Zelig R-lme4 
Requires:         R-AGD R-gamlss R-pan
BuildRequires:    R-devel Rmath-devel  R-MASS R-nnet R-methods R-lattice
BuildRequires:    R-VIM R-lattice R-mitools R-nlme R-Zelig R-lme4 
BuildRequires:    R-AGD R-gamlss R-pan

%description
Multiple Imputation using Fully Conditional Specification

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/mice/libs/mice.so



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.22-3
- (87442ef) Updated to 2.22



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14404 |14cu|R-mime-0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mime
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.3
Release:          1
Summary:          Map Filenames to MIME Types
Group:            Sciences/Mathematics
License:          GPL-2
URL:              None
Source0:          http://cran.r-project.org/src/contrib/mime_%{version}.tar.gz


Requires:         R-tools 

BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-tools 

%description
Guesses the MIME type from a filename extension using the data derived
from /etc/mime.types in UNIX-type systems.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-1
- (d346ea3) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14405 |14cu|R-minqa-1.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  minqa
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.2.4
Release:          3
Summary:          Derivative-free optimization algorithms by quadratic approximation
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/minqa_%{version}.tar.gz

Requires:         R-Rcpp 


BuildRequires:    R-devel Rmath-devel R-Rcpp
BuildRequires:    texlive-scheme-tetex


%description
Derivative-free optimization by quadratic approximation based on an
interface to Fortran implementations by M. J. D. Powell.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.4-3
- (b7543d6) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14406 |14cu|R-mitools-2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mitools
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.3
Release:          1
Summary:          Tools for multiple imputation of missing data
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/mitools_%{version}.tar.gz
Requires:         R-RODBC R-DBI 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-RODBC R-DBI 

%description
Tools to perform analyses and combine results from multiple-imputation

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/dta
%{rlibdir}/%{packname}/help



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3-1
- (db66c72) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14407 |14cu|R-MPV-1.38-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  MPV
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.38
Release:          2
Summary:          Data Sets from Montgomery, Peck and Vining's Book
Group:            Sciences/Mathematics
License:          Unlimited
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/MPV_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    pkgconfig(lapack)

%description
These data sets are taken from the book Introduction to Linear Regression
Analysis (3rd ed), by the above authors.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.38-2
- (62ed4b1) Updated to 1.7.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14408 |14cu|R-mvtnorm-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  mvtnorm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.2
Release:          1
Summary:          Multivariate Normal and t Distributions

Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.0-2.tar.gz
Requires:         R-stats 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex 
BuildRequires:    R-stats 
BuildRequires:    pkgconfig(lapack)

%rename R-cran-mvtnorm

%description
Computes multivariate normal and t probabilities, quantiles, random
deviates and densities.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
# %doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/C_API_Example
%{rlibdir}/%{packname}/include




%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-1
- (e47e8a2) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14409 |14cu|R-ncdf-1.6.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ncdf
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.6.8
Release:          1
Summary:          Interface to Unidata netCDF data files
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

BuildRequires:    R-devel Rmath-devel
BuildRequires:    pkgconfig(netcdf)
BuildRequires:    texlive-collection-latex

%description
This package provides a high-level R interface to Unidata's netCDF data
files, which are portable across platforms and include metadata
information in addition to the data sets. Using this package netCDF files
can be opened and data sets read in easily. It is also easy to create new
netCDF dimensions, variables, and files, or manipulate existing netCDF
files. This interface provides considerably more functionality than the
old "netCDF" package for R, and is not compatible with the old "netCDF"
package for R. Release 1.2 (2005-01-24) adds better support for character
variables, and miscellaneous bug fixes.  Release 1.3 (2005-03-27) is for
miscellaneous bug fixes, and improves the documentation.  Release 1.4
(2005-06-27) improves the efficiency, and adds small bug fixes. Release
1.5 (2006-02-27) adds support for byte variables, plus small bug fixes.
Release 1.6 (2006-06-19) adds various bug fixes, plus support for making
dimensions WITHOUT dimvars (coordinate variables), although I think this
is a bad idea in general.  ALSO, the default behavior for put.var.ncdf
with unlimited variables and NO specified start and count parameters has
changed!  Before, the default was to append to the end of the existing
variable.  Now, the default is to assume a start of 1 along each
dimension, and a count of the current length of each dimension.  This
really can be ambiguous when using an unlimited dimension. I always
specify both start and count when writing to a variable with an unlimited
dimension, and suggest you do as well.  I may require this in a future
release, as it seems to cause people problems.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/HDF5_COPYING
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Mon Dec 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.8-1
+ Revision: bfdf380
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14410 |14cu|R-network-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  network
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.12.0
Release:          1
Summary:          Classes for Relational Data
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/network_%{version}.tar.gz
Requires:         R-utils 
%if %{without bootstrap}
Requires:         R-sna R-statnet 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-utils
%if %{without bootstrap}
BuildRequires:    R-sna R-statnet 
%endif

%description
Tools to create and modify network objects.  The network class can
represent a range of relational data types, and supports arbitrary
vertex/edge/graph attributes.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/network.api

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.12.0-1
- (5301d00) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14411 |14cu|R-networkDynamic-0.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname networkDynamic
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.7.1
Release:          1
Summary:          Dynamic Extensions for Network Objects
Group:            Sciences/Mathematics
License:          GPLv3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/networkDynamic_0.7.1.tar.gz
Requires:         R-network >= 1.7.2 R-statnet.common R-testthat >= 0.7.1
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-network >= 1.7.2 R-statnet.common R-testthat >= 0.7.1

%description
Simple interface routines to facilitate the handling of
network objects with complex intertemporal data.
networkDynamic is a part of the statnet suite of packages for network analysis.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R


%changelog
* Wed Jan 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-1
+ Revision: f3c6b0d
- Upload tarball to file store



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14412 |14cu|robotfindskitten-2.7182818.701-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		robotfindskitten
Version:	2.7182818.701
Release:	1
Summary:	A game/zen simulation. You are robot. Your job is to find kitten
Group:		Games/Strategy
License:	GPLv2+
URL:		http://robotfindskitten.org
Source0:        http://robotfindskitten.org/download/POSIX/%{name}-%{version}.tar.gz
Source1:        https://raw.githubusercontent.com/xxv/robotfindskitten/master/artwork/rfk.png
BuildRequires:	pkgconfig(ncurses) 
BuildRequires:	glibc-devel 
BuildRequires:	texinfo
BuildRequires:	imagemagick

%description
In this game, you are robot (#). Your job is to find kitten. This task
is complicated by the existence of various things which are not kitten.
Robot must touch items to determine if they are kitten or not. The game
ends when robotfindskitten.

%files
%doc AUTHORS BUGS ChangeLog COPYING NEWS README
%{_gamesbindir}/%{name}
%{_datadir}/games/%{name}/
%{_infodir}/%{name}.info*
%{_datadir}/man/man6/%{name}.6*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#-------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --prefix=/usr \
	    --bindir=%{_bindir} 
	        
%make

%check
make check

%install
%makeinstall_std
mkdir -p %{buildroot}%{_datadir}/games/%{name}
install -m644 nki/vanilla.nki \
  %{buildroot}%{_datadir}/games/%{name}/vanilla.nki



# icons
for i in 16x16 22x22 32x32 48x48 64x64 128x128 256x256; do
   install -Dm644 %{SOURCE1} \
                  %{buildroot}%{_iconsdir}/hicolor/$i/apps/%{name}.png
done

# Desktop entries
install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=%{name}
GenericName=A game/zen simulation
Comment=Your job is to find kitten
Exec=%{name}
Icon=%{name}
Terminal=true
Type=Application
Categories=Game;StrategyGame;
EOF


%changelog

* Fri Aug 19 2016 abfonly <abfonly@gmail.com> 2.7182818.701-1
- (ab15b58) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14413 |14cu|rocksndiamonds-4.0.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rocksndiamonds
Summary:	A boulderdash like game
Version:	4.0.0.2
Release:	1
License:	GPL
Group:		Games/Arcade
URL:		http://www.artsoft.org/rocksndiamonds/
Source0:	http://www.artsoft.org/RELEASES/unix/rocksndiamonds/%{name}-%{version}.tar.gz
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
Source14:	%{name}.6
Patch0:         rocksndiamonds-CVE-2011-4606.patch
Patch1:         rocksndiamonds-3.3.1.2-mga-games-data-and-save-paths.patch
BuildRequires:  pkgconfig(sdl2)
BuildRequires:  pkgconfig(SDL2_image)
BuildRequires:  pkgconfig(SDL2_mixer)
BuildRequires:  pkgconfig(SDL2_net)
BuildRequires:	smpeg-devel


%description
This is a nice little game with color graphics and sound for your
Unix system.

If you know the game "Boulderdash" (Commodore C64) or "Emerald Mine"
(Amiga) or "Supaplex" (PC), you know what "ROCKS'N'DIAMONDS" is about.

%files
%doc COPYING CREDITS ChangeLog
%attr(0755,root,root) %{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/*
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_mandir}/man?/*
/var/games/%{name}
#------------------------------------------------

%prep
%setup -q
perl -pi -e 's!.*RO_GAME_DIR\s*=.*!RO_GAME_DIR = %{_gamesdatadir}/%{name}!; s!.*RW_GAME_DIR\s*=.*!RW_GAME_DIR = /var/games/%{name}!' Makefile
# precompiled binary
rm -fr %{name}
# file-not-utf8
iconv -f iso8859-1 -t utf-8 CREDITS > CREDITS.conv && mv -f CREDITS.conv CREDITS

%build
%make EXTRA_CFLAGS="%{optflags} -Wstrict-aliasing=0" EXTRA_LDFLAGS="%{ldflags}"

%install
# Install stuff
mkdir -p %{buildroot}%{_gamesbindir} %{buildroot}%{_gamesdatadir}/%{name}
cp -a %{name} %{buildroot}%{_gamesbindir}/%{name}
cp -a graphics levels sounds music %{buildroot}%{_gamesdatadir}/%{name}
install -D -m644  %{SOURCE14} %{buildroot}%{_mandir}/man6/%{name}.6

# Install scores
mkdir -p %{buildroot}/var/games/%{name}
install -d %{buildroot}/var/games/%{name}/scores


# Menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Rocks n Diamonds
Comment=A boulderdash like game
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF


# Icon
install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

%pre
if [ -d %{_gamesdatadir}/%{name}/scores ]; then
	mkdir -p /var/games/%{name}/
	mv %{_gamesdatadir}/%{name}/scores /var/games/%{name}/
fi




%changelog

* Sat Mar 18 2017 abfonly <abfonly@gmail.com> 4.0.0.2-1
- (3094037) Log: Update to 4.0.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14414 |14cu|R-optextras-2013.10.28-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  optextras
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2013.10.28
Release:          2
Summary:          A set of tools to support optimization methods
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2013-10.28.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-numDeriv 

BuildRequires:    R-devel Rmath-devel  R-numDeriv

%description
Tools to assist in safely applying user generated objective and derivative
function to optimization programs. These are primarily function
minimization methods with at most bounds and masks on the parameters.
Provides a way to check the basic computation of objective functions that
the user provides, along with proposed gradient and Hessian functions, as
well as to wrap such functions to avoid failures when inadmissible
parameters are provided. Check bounds and masks. Check scaling or
optimality conditions. Perform an axial search to seek lower points on the
objective function surface. Includes forward, central and backward
gradient approximation codes.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog

* Tue Jul 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 2013.10.28-2
- (b8cc020) Updated to 2013-10.28



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14415 |14cu|R-optimx-2013.8.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  optimx
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2013.8.7
Release:          2
Summary:          A Replacement and Extension of the optim() Function
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-numDeriv 

Requires:         R-BB R-ucminf R-Rcgmin R-Rvmmin R-minqa R-setRNG R-dfoptim R-svUnit 
BuildRequires:    R-devel Rmath-devel  R-numDeriv

BuildRequires:   R-BB R-ucminf R-Rcgmin R-Rvmmin R-minqa R-setRNG R-dfoptim R-svUnit 
%description
Provides a replacement and extension of the optim() function to unify and
streamline optimization capabilities in R for smooth, possibly box
constrained functions of several or many parameters. This is the CRAN
version of the package.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/unitTests

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 2013.8.7-2
- (0892893) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14416 |14cu|R-OrganismDbi-1.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  OrganismDbi
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.10.0
Release:          1
Summary:          Software to enable the smooth interfacing of different database packages
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-methods R-AnnotationDbi R-GenomicFeatures 
Requires:         R-BiocGenerics R-graph R-RBGL R-AnnotationDbi 
Requires:         R-Homo.sapiens R-Rattus.norvegicus R-RUnit 
BuildRequires:    R-devel Rmath-devel texlive-latex R-methods R-AnnotationDbi R-GenomicFeatures
BuildRequires:    R-BiocGenerics R-graph R-RBGL R-AnnotationDbi 
BuildRequires:    R-Homo.sapiens R-Rattus.norvegicus R-RUnit 

%description
The package enables a simple unified interface to several annotation
packages each of which has its own schema by taking advantage of the fact
that each of these packages implements a select methods.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Fails due to texlive issue
# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/OrgPkg-template
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/script
%{rlibdir}/%{packname}/unitTests

%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.10.0-1
- (b0d86c7) Disable check



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14417 |14cu|R-org.Hs.eg.db-3.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  org.Hs.eg.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3.1.2
Release:          1
Summary:          Genome wide annotation for Human
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/org.Hs.eg.db_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core R-methods R-AnnotationDbi R-annotate
%if %{without bootstrap}
Requires:         R-hgu95av2.db
%endif
BuildRequires:    R-devel Rmath-devel  R-methods
BuildRequires:    R-AnnotationDbi R-annotate
%if %{without bootstrap}
BuildRequires:    R-methods R-AnnotationDbi R-hgu95av2.db R-annotate
%endif

%description
Genome wide annotation for Human, primarily based on mapping using Entrez
Gene identifiers.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help

%changelog

* Fri Jul 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1.2-1
- (567ab21) Updated to 3.1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14418 |14cu|R-org.Rn.eg.db-2.10.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  org.Rn.eg.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          3
Summary:          Genome wide annotation for Rat
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/org.Rn.eg.db_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core R-methods R-AnnotationDbi R-annotate
%if %{without bootstrap}
Requires:         R-hgu95av2.db
%endif
BuildRequires:    R-devel Rmath-devel  R-methods
BuildRequires:    R-AnnotationDbi R-annotate
%if %{without bootstrap}
BuildRequires:    R-hgu95av2.db
%endif

%description
Genome wide annotation for Rat, primarily based on mapping using Entrez
Gene identifiers.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%if %{without bootstrap}
#%check
#%{_bindir}/R CMD check %{packname}
#%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog

* Mon Jun 06 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-3
- (0a13fe0) Disable check for now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14419 |14cu|R-org.Sc.sgd.db-2.10.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  org.Sc.sgd.db
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.10.1
Release:          3
Summary:          Genome wide annotation for Yeast
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/org.Sc.sgd.db_2.10.1.tar.gz
BuildArch:        noarch
Requires:         R-core R-methods R-AnnotationDbi R-annotate
%if %{without bootstrap}
Requires:         R-hgu95av2.db
%endif
BuildRequires:    R-devel Rmath-devel  R-methods
BuildRequires:    R-AnnotationDbi R-annotate
%if %{without bootstrap}
BuildRequires:    R-hgu95av2.db
%endif

%description
Genome wide annotation for Yeast, primarily based on mapping using ORF
identifiers from SGD.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Check fails due to texlive errors...
#%if %{without bootstrap}
#%check
#%{_bindir}/R CMD check %{packname}
#%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help



%changelog

* Sat Jun 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.10.1-3
- (145bf35) Disable check - fails due to texlive errors...



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14420 |14cu|rosa-cloud-connector-0.3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rosa-cloud-connector
Version:	0.3.6
Release:	1
Summary:	Connect to different cloud storage services
License:	BSD
Group:		Networking/File transfer
Url:		https://abf.rosalinux.ru/soft/rosa-cloud-connector
Source0:	https://abf.rosalinux.ru/soft/rosa-cloud-connector/archive/%{name}-%{version}.tar.gz
# These are just "weather-clouds" icons from oxygen theme:)
Source1:	rosa-cloud-16.png
Source2:	rosa-cloud-22.png
Source3:	rosa-cloud-32.png
Source4:	rosa-cloud-48.png
Source5:	rosa-cloud-64.png
Source6:	rosa-cloud-128.png
BuildRequires:	qmake5
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools

Provides:	rosa-cloud
Provides:	rcloud

%description
A simple tool to connect to different cloud storage services.

%prep
%setup -q

%build
%qmake_qt5
%make
lrelease-qt5 app/rosa_cloud_ru.ts

%install
mkdir -p %{buildroot}/%{_bindir}
cp app/rosa-cloud %{buildroot}/%{_bindir}

mkdir -p %{buildroot}%{_datadir}/%{name}/data/lang/
cp app/*qm %{buildroot}%{_datadir}/%{name}/data/lang/
cp app/*ts %{buildroot}%{_datadir}/%{name}/data/lang/

for s in 16 22 32 48 64 128; do
  mkdir -p %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/
done

install -m 0644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 0644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/22x22/apps/%{name}.png
install -m 0644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 0644 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m 0644 %{SOURCE5} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -m 0644 %{SOURCE6} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Version=1.0
Name=ROSA Cloud Connector
Name[ru]=ROSA Cloud Connector
Comment=Tool for connecting to different cloud storage services
Comment[ru]=Инструментарий подключения к облачным хранилищам
Exec=%{_bindir}/rosa-cloud
Icon=rosa-cloud-connector
Terminal=false
Type=Application
Categories=System;
EOF

desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*

%changelog
* Wed Mar 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.6-1
+ Revision: 888f9be
- Adopt for modern davfs2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14421 |14cu|rosa-flat-icons-0.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	rosa-flat
%define _name	rosa-flat

Summary:	ROSA Flat icons theme
Name:		%{_name}-icons
Version:	0.0.2
Release:	3
Source0:	%{tarname}.tar.xz
URL:		www.rosalinux.com
License:	GPLv2
Group:		Graphical desktop/Other
BuildArch:	noarch
BuildRequires:	fdupes inkscape
Requires:	gnome-icon-theme

%description
ROSA icon theme is high quality icon theme for KDE, GNOME and Xfce.
It is part of ROSA theme pack - theme for ROSA Desktop distribution.
Initially based on the original icon theme Elementary by Daniel Fore
(Dan Rabbit).

%prep
%setup -q -n %{_name}

%install
mkdir -p %{buildroot}%{_datadir}/icons/%{_name}
cp -rf ./* %{buildroot}%{_datadir}/icons/%{_name}
%fdupes -s %{buildroot}%{_datadir}/icons/%{_name}

%files
%{_datadir}/icons/%{_name}/*

%changelog
* Wed Nov 12 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-3
+ Revision: 2a0ae6d
- Move to contrib repository



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14422 |14cu|rosa-lxde-flat-0.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	rosa-lxde-flat

Summary:	ROSA-elementary theme
Name:		rosa-lxde-flat
Version:	0.0.4
Release:	3
Source0:	%{tarname}-%{version}.tar.xz
License:	GPLv2
Group:		Graphical desktop/Other
URL:		www.rosalinux.com
BuildArch:	noarch
Requires:	murrine
Suggests:	rosa-flat-icons

%description
ROSA flat theme creates specially for the ROSA LXDE spin.
Originally based on Sive Flat theme by http://nale12.deviantart.com

%prep
%setup -q

%install
%__mkdir -p %{buildroot}%{_datadir}/themes
%__mkdir -p %{buildroot}%{_datadir}/themes/rosa-lxde-flat
cp -rf ./* %{buildroot}%{_datadir}/themes/rosa-lxde-flat

%files
%defattr(644,root,root,755)
%{_datadir}/themes/*

%changelog
* Wed Nov 12 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-3
+ Revision: 2a995a9
- Move to contrib repository



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14423 |14cu|rosa-stat-client-1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:      rosa-stat-client
Version:   1.1
Release:   1
Group:     System/Base
Summary:   ROSA Stat client
License:   BSD
Url:       http://wiki.rosalab.ru
Source0:   https://abf.io/soft/%{name}/archive/%{name}-%{version}.tar.gz
Patch0:    rosa-stat-client-launcher.patch
BuildArch: noarch

%description
ROSA Stat client

%package -n     python-%{name}
Summary:        Python API for ROSA Freeze
Group:          System/Base

%description -n python-%{name}
Python-%{name} is a module with Python API to
manipulate ROSA Freeze features.

%prep
%setup -q
%patch0 -p0

%build

%install
install -m755 -D run.sh %{buildroot}%{_bindir}/rosa-stat
mkdir -p %{buildroot}%{py_puresitedir}/%{name}
cp -r fanotify %{buildroot}%{py_puresitedir}
cp *py %{buildroot}%{py_puresitedir}/%{name}/

%files
%{_bindir}/*

%files -n python-%{name}
%{py_puresitedir}/*

%changelog

* Tue Jun 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-1
- (c373048) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14424 |14cu|rosa-tunnel-0.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global _build_pkgcheck_set %{nil}
# define _sourcedir %(pwd)

Summary: 	ROSA Tunnel
Name: 		rosa-tunnel
Version: 	0.1.0
Release:	1
Group: 		System/Libraries
License: 	LGPLv2+
Source0:    rosa-tunnel.py
Requires: 	ssh 
Requires: 	x11vnc
Requires:   python-pexpect


%description
Simple Tunnel for SSH and VNC tunneling. Low security!

%prep
%setup -T -c


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_bindir}
install -m755 %{SOURCE0} %{buildroot}/%{_bindir}

%files
%{_bindir}/*.py

%changelog

* Tue Apr 28 2015 Stas Fomin <stas-fomin@yandex.ru> 0.1.0-1
- (9d740c6) fix



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14425 |14cu|rosa-wallpapers-0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           rosa-wallpapers
Version:        0.2
Release:        1
Summary:        Wallpapers from ROSA users
Group:          Graphical desktop/KDE
License:        Creative Commons Attribution-NonCommercial
Url:            https://vk.com/album-33847957_216724465
Source0:        https://abf.io/soft/rosa-wallpapers/archive/%{name}-%{version}.tar.gz
BuildArch:      noarch


%description
Wallpapers created by ROSA users.

%prep
%setup -q

%build
# Nothing to do

%install
mkdir -p %{buildroot}%{_datadir}/wallpapers
cp -r * %{buildroot}%{_datadir}/wallpapers

%files
%{_datadir}/wallpapers/*

%changelog

* Thu Nov 19 2015 Denis Silakov <dsilakov@gmail.com> 0.2-1
- (dce4ab8) Add more wallpapers, add localized description



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14426 |14cu|rosa-xfce-config-2014.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap 20140914

Summary:	ROSA Xfce configuration files
Name:		rosa-xfce-config
Version:	2014.1
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://rosalab.ru
Source0:	%{name}-%{snap}.tar.bz2
Requires:	dynamic
Requires:	ia_ora-xfce
Requires:	rosa-icons
Requires:	branding-configs-common
Requires:	xfconf
BuildArch:	noarch

%description
This package contains configuration files for ROSA Xfce desktop environment.

%files
%doc AUTHORS ChangeLog README.update.urpmi
%{_sysconfdir}/xdg/Terminal/*
%{_sysconfdir}/xdg/Thunar/*
%{_sysconfdir}/xdg/autostart/*
%{_sysconfdir}/xdg/xfce4/*
%{_bindir}/xfce4-firstrun

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{snap}

%build

%install
%makeinstall_std \
	sysconfdir=%{_sysconfdir} \
	iconsdir=%{_iconsdir} \
	prefix=%{_prefix}


%changelog
* Wed Mar 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 2014.1-2
+ Revision: c6e2bab
- Switch to branding-configs-common



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14427 |14cu|rosegarden-16.02-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	with_qt5 0
%define	oversion 16.02

Name:		rosegarden
Version:	16.02
Release:	1
Summary:	Midi, audio and notation editor
License:	GPLv2+
Group:		Sound
URL:		http://www.rosegardenmusic.com/
Source0:	http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
BuildRequires:	cmake >= 2.8.12
%if %{with_qt5}
BuildRequires:	pkgconfig(Qt5Core) >= 5.1.0
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
%else
BuildRequires:	qt4-devel >= 4.8.0
%endif
BuildRequires:	ladspa-devel
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(sndfile) >= 1.0.16
BuildRequires:	pkgconfig(samplerate) >= 0.1.2
BuildRequires:	pkgconfig(lrdf) >= 0.2
BuildRequires:	pkgconfig(dssi)
BuildRequires:	pkgconfig(fftw3) >= 3.0.0
BuildRequires:	pkgconfig(liblo) >= 0.7
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	imagemagick
BuildRequires:	chrpath
BuildRequires:	libxml2-utils
BuildRequires:	makedepend
#BuildRequires:	python
BuildRequires:	perl
#BuildRequires:	alsa-oss-devel
Requires:	flac
Requires:	wavpack
Requires:	libsndfile-progs
# For sndfile-resample, see https://bugzilla.novell.com/show_bug.cgi?id=443543
# - AdamW 2008/12
Requires:	libsamplerate-progs
Requires:	xterm
Suggests:	lilypond
Suggests:	okular
Suggests:	qjackctl
Suggests:	fluidsynth
%rename		%{name}4

%description
Rosegarden is an attractive, user-friendly MIDI and audio sequencer, notation
editor, and general-purpose music composition and editing application for Unix
and Linux

%files
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/*/*/*/*%{name}*
%{_datadir}/mime/*
%{_datadir}/appdata/%{name}.appdata.xml

#--------------------------------------------------------------------

%prep
%setup -qn %{name}-%{oversion}


# Fix exec bits to avoid rpmlint noise
chmod -x src/gui/widgets/BaseTextFloat.*


%build
%if %{with_qt5}
%cmake .. -DUSE_QT5=TRUE
%else
%cmake .. -DUSE_QT4=TRUE
%endif
%make


%install
%makeinstall_std -C build

# Install some extra files
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr \
	data/autoload \
	data/chords \
	data/examples \
	data/fonts \
	data/library \
	data/percussion \
	data/pitches \
	data/pixmaps \
	data/presets \
	data/profile \
	data/rc \
	data/styles \
	data/templates \
	%{buildroot}%{_datadir}/%{name}

# FIXME Install manually translation .qm files:
# they are in build/src and not bundled with the main executable
mkdir -p %{buildroot}%{_datadir}/%{name}/locale
cp build/src/*.qm %{buildroot}%{_datadir}/%{name}/locale
%changelog

* Mon Mar 07 2016 Giovanni Mariani <mc2374@mclink.it> 16.02-1
- (da40ff3) Updated to release 16.02



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14428 |14cu|roundcubemail-1.2.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global __requires_exclude pear\\(vendor/autoload.php\\)|pear\\(xmlapi.php\\)
## pear(xmlapi.php) may need to be packaged, but for the time being a bug has been filed
%define oname %{name}-%{version}

%global php_inidir %{_sysconfdir}/php.d

# Paths. Do not include trailing slash
%global roundcube %{_datadir}/roundcubemail
%global roundcube_plugins %{roundcube}/plugins
%global roundcube_conf %{_sysconfdir}/roundcubemail
%global roundcube_log %{_logdir}/roundcubemail
%global roundcube_lib %{_localstatedir}/lib/roundcubemail

Summary:	Round Cube Webmail is a browser-based multilingual IMAP client
Name:		roundcubemail
Version:	1.2.7
Release:	1
Epoch:		1
Group:		System/Servers
License:	GPLv3
Url:		http://www.roundcube.net/
Source0:	https://github.com/roundcube/roundcubemail/releases/download/%{version}/%{name}-%{version}.tar.gz
Source1:	roundcubemail.conf
Source2:	roundcubemail.logrotate
Source3:	roundcubemail-README
Patch0:		roundcubemail-1.2.1-no_swf.patch
Patch1:		ticket-466-changes.patch
Requires:	apache-mod_php
Requires:	php-gd
Requires:	php-gettext
Requires:	php-iconv
Requires:	php-mbstring
Requires:	php-mcrypt
Requires:	php-openssl
Requires:	php-session
Requires:	php-pdo_mysql
Requires:	php-pear-Auth_SASL
Requires:	php-pear-Mail_Mime
Requires:	php-pear-Mail_mimeDecode
Requires:	php-pear-Net_SMTP
Requires:	php-pear-Net_LDAP2
Requires:	php-pear-Net_Sieve
Requires:	php-pear-Net_Socket
Requires:	php-pear-MDB2
Requires:	php-pear-Net_IDNA2
Requires(pre):	php-pear >= 1.9.0
Requires:	php-xml
Requires:	php-pear-Crypt_GPG
Suggests:	php-fileinfo
Suggests:	php-intl
Suggests:	php-pear-MDB2_Driver_mysql
Suggests:	php-zip
Provides:	roundcubemail-skin-larry
Provides:	roundcubemail-skin-classic
Provides:	roundcubemail-plugin-jqueryui
Provides:	roundcubemail-plugin-acl
BuildArch:	noarch

%description
RoundCube Webmail is a browser-based multilingual IMAP client with an 
application-like user interface. It provides full functionality you 
expect from an e-mail client, including MIME support, address book, 
folder manipulation, message searching and spell checking.
RoundCube Webmail is written in PHP and requires a database: MariaDB,
PostgreSQL and SQLite are known to work.
The user interface is fully skinnable using XHTML and CSS 2.

%files
%doc CHANGELOG INSTALL LICENSE README.md SQL UPGRADING
%{_datadir}/%{name}
%dir %{_sysconfdir}/%{name}
%attr(0755,root,apache)%{_logdir}/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(0640,root,apache)%config(noreplace) %{_sysconfdir}/%{name}/acl.inc.php
%attr(0640,root,apache)%config(noreplace) %{_sysconfdir}/%{name}/defaults.inc.php
%attr(0640,root,apache)%config(noreplace) %{_sysconfdir}/%{name}/config.inc.php
%attr(0640,root,apache)%config(noreplace) %{_sysconfdir}/%{name}/enigma.inc.php
%attr(0640,root,apache)%config(noreplace) %{_sysconfdir}/%{name}/managesieve.inc.php
%attr(0640,root,apache)%config(noreplace) %{_sysconfdir}/%{name}/mimetypes.php
%attr(0640,root,apache)%config(noreplace) %{_sysconfdir}/%{name}/password.inc.php
%config(noreplace) %{_webappconfdir}/%{name}.conf
%attr(0775,root,apache) %dir %{_localstatedir}/lib/roundcubemail
%attr(0770,root,apache) %dir %{_localstatedir}/lib/roundcubemail/plugins
%attr(0770,root,apache) %dir %{_localstatedir}/lib/roundcubemail/plugins/enigma

#---------------------------------------------------------------------------

%prep
%setup -q -n %{oname}
%patch0 -p1
%patch1 -p1

sed -i '/sqlite/d' config/defaults.inc.php
sed -i 's/\r//' SQL/mssql.initial.sql

find . -type f -name '*.swf' | xargs rm -f

echo "CVE-2012-4230: removing tinymce bbcode plugin, check path if this fails."
test -d program/js/*mce/plugins/bbcode && rm -rf program/js/*mce/plugins/bbcode || exit 1

%build

%install
install -d %{buildroot}%{roundcube}
cp -pr ./* %{buildroot}%{roundcube}
cp -a ./.htaccess %{buildroot}%{roundcube}/.htaccess

sed -i \
	-e '/memory_limit/d' \
	-e '/post_max_size/d' \
	-e '/upload_max_filesize/d' \
	%{buildroot}%{roundcube}/.htaccess

rm -rf %{buildroot}%{roundcube}/installer

mkdir -p %{buildroot}%{_webappconfdir}
cp -pr %SOURCE1 %{buildroot}%{_webappconfdir}

mkdir -p %{buildroot}%{roundcube_conf}
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
cp -pr %SOURCE2 %{buildroot}%{_sysconfdir}/logrotate.d/roundcubemail

mkdir -p %{buildroot}%{roundcube_lib}/plugins/enigma
mkdir -p %{buildroot}%{roundcube_log}

mv %{buildroot}%{roundcube}/config/config.inc.php.sample %{buildroot}%{roundcube_conf}/config.inc.php
mv %{buildroot}%{roundcube}/config/defaults.inc.php %{buildroot}%{roundcube_conf}/defaults.inc.php

mv %{buildroot}%{roundcube}/config/* %{buildroot}%{roundcube_conf}/
rm -rf %{buildroot}%{roundcube}/config
rm -rf %{buildroot}%{roundcube}/logs
rm -rf %{buildroot}%{roundcube}/temp

pushd %{buildroot}%{roundcube}
ln -s ../../..%{roundcube_conf} config
ln -s ../../..%{roundcube_log} logs
ln -s ../../..%{roundcube_lib} temp
popd

# Enigma
mv %{buildroot}%{roundcube_plugins}/enigma/config.inc.php.dist %{buildroot}%{roundcube_conf}/enigma.inc.php
rm -rf %{buildroot}%{roundcube_plugins}/enigma/config.inc.php
pushd %{buildroot}%{roundcube_plugins}/enigma
ln -s ../../../../..%{roundcube_conf}/enigma.inc.php config.inc.php
rm -rf home/
ln -s ../../../../..%{roundcube_lib}/plugins/enigma/ home
popd
mkdir -p %{buildroot}%{roundcube_lib}/plugins/enigma

# ACL plugin
mv %{buildroot}%{roundcube_plugins}/acl/config.inc.php.dist %{buildroot}%{roundcube_conf}/acl.inc.php
rm -rf %{buildroot}%{roundcube_plugins}/acl/config.inc.php
pushd %{buildroot}%{roundcube_plugins}/acl/
ln -s ../../../../..%{roundcube_conf}/acl.inc.php config.inc.php
popd

# Managesieve plugin
mv %{buildroot}%{roundcube_plugins}/managesieve/config.inc.php.dist %{buildroot}%{roundcube_conf}/managesieve.inc.php
pushd %{buildroot}%{roundcube_plugins}/managesieve/
ln -s ../../../../..%{roundcube_conf}/managesieve.inc.php config.inc.php
popd

# Password plugin
mv %{buildroot}%{roundcube_plugins}/password/config.inc.php.dist %{buildroot}%{roundcube_conf}/password.inc.php
pushd %{buildroot}%{roundcube_plugins}/password/
ln -s ../../../../..%{roundcube_conf}/password.inc.php config.inc.php
popd

# clean up the buildroot
rm -rf %{buildroot}%{roundcube}/{CHANGELOG,INSTALL,LICENSE,README,UPGRADING,SQL}

# Fix anything executable that does not have a shebang
for file in `find %{buildroot}/%{roundcube} -type f -perm /a+x`; do
	[ -z "`head -n 1 $file | grep \"^#!/\"`" ] && chmod -v 644 $file
done

# Find files with a shebang that do not have executable permissions
for file in `find %{buildroot}/%{roundcube} -type f ! -perm /a+x`; do
	[ ! -z "`head -n 1 $file | grep \"^#!/\"`" ] && chmod -v 755 $file
done

# Find files that have non-standard-executable-perm
find %{buildroot}/%{roundcube} -type f -perm /g+wx -exec chmod -v g-w {} \;

# Find files that are not readable
find %{buildroot}/%{roundcube} -type f ! -perm /go+r -exec chmod -v go+r {} \;

#
# Exclude the following external libraries
#
# php-pear-Net-IDNA2
rm -rf %{buildroot}/%{roundcube}/program/lib/Net/IDNA2/ \
	%{buildroot}/%{roundcube}/program/lib/Net/IDNA2.php
# php-pear-Net-SMTP
rm -rf %{buildroot}/%{roundcube}/program/lib/Net/SMTP.php
# php-pear-Net-Socket
rm -rf %{buildroot}/%{roundcube}/program/lib/Net/Socket.php
# php-pear-Mail
rm -rf %{buildroot}/%{roundcube}/program/lib/Mail/
# php-pear-MDB2
rm -rf %{buildroot}/%{roundcube}/program/lib/MDB2/ \
	%{buildroot}/%{roundcube}/program/lib/MDB2.php
# php-pear
rm -rf %{buildroot}/%{roundcube}/program/lib/PEAR.php \
	%{buildroot}/%{roundcube}/program/lib/PEAR5.php
# php-pear-Net-Sieve
rm -rf %{buildroot}/%{roundcube_plugins}/managesieve/lib/Net


%pre
# needed if you have kolab installed
if [ -f "/etc/roundcubemail/kolab.inc.php" ]; then
	mv /etc/roundcubemail/kolab.inc.php /etc/roundcubemail/libkolab.inc.php
fi

if [ -L %{roundcube_plugins}/enigma/home -a ! -d %{roundcube_plugins}/enigma/home ]; then
	rm -rf %{roundcube_plugins}/enigma/home >/dev/null 2>&1 || :
fi



%post
# replace default des string in config file for better security
function makedesstr () {
    chars=(0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z A
    B C D E F G H I J K L M N O P Q R S T U V W X Y Z)

    max=${#chars[*]}

    for i in `seq 1 24`; do
        let rand=${RANDOM}%%${max}
        str="${str}${chars[$rand]}"
    done
    echo $str
}

sed -i "s/rcmail-\!24ByteDESkey\*Str/`makedesstr`/" /etc/roundcubemail/defaults.inc.php || : &> /dev/null

sed -i -r -e "s/.*(\s*define\(\s*'RCMAIL_VERSION'\s*,\s*').*('\);)/\1%{version}-%{release}\2/g" \
    %{roundcube}/program/include/iniset.php || :

if [ -f "%{php_inidir}/99_apcu.ini" ]; then
    if [ ! -z "`grep ^apcu.enabled=1 %{php_inidir}/99_apc.ini`" ]; then

        /sbin/systemctl condrestart %{httpd_name}

    fi
fi

/usr/share/roundcubemail/bin/updatedb.sh \
    --dir /usr/share/doc/roundcubemail/SQL/ \
    --package roundcube || : \
    >/dev/null 2>&1

exit 0

cat > README.urpmi <<EOF
WARNING: when upgrading from <= 0.9.5 the old configuration files named 
main.inc.php and db.inc.php are now deprecated and should be replaced 
with one single config.inc.php file. Run the ./bin/update.sh script to 
get this conversion done or manually merge the files. 
Also see the UPGRADE file in the doc section.
NOTE: the new config.inc.php should only contain options that differ 
from the ones listed in defaults.inc.php.
EOF

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14429 |14cu|roundcubemail-plugins-kolab-3.3.0-0.git20151218.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global httpd_group apache
%global httpd_name httpd
%global httpd_user apache

%global roundcube_version 1.2
%global datadir %{_datadir}/roundcubemail
%global plugindir %{datadir}/plugins
%global confdir %{_sysconfdir}/roundcubemail
%global tmpdir %{_var}/lib/roundcubemail

%define git 20151218

Name:           roundcubemail-plugins-kolab
Version:        3.3.0
Release:        0.git%{git}.1
Summary:        Kolab Groupware plugins for Roundcube Webmail

Group:          System/Servers
License:        AGPLv3+ and GPLv3+
URL:            http://www.kolab.org
Source0:        http://mirror.kolabsys.com/pub/releases/roundcubemail-plugins-kolab-master.tar.gz
Source1:        comm.py
BuildArch:      noarch

#BuildRequires:  composer

BuildRequires:  python-cssmin
#BuildRequires:  uglify-js

BuildRequires:  python

Requires:       php-kolabformat >= 1.0
Requires:       php-kolab >= 0.5
Requires:       php-pear-HTTP_Request2
Requires:       php-pear-Net_LDAP3
Requires:       php-pear-Mail_Mime >= 1.8.5
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-calendar = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_activesync = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_addressbook = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_auth = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_config = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_delegation = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_files = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_folders = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_notes = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_tags = %{version}-%{release}
Requires:       roundcubemail-plugin-odfviewer = %{version}-%{release}
Requires:       roundcubemail-plugin-pdfviewer = %{version}-%{release}
Requires:       roundcubemail-plugin-tasklist = %{version}-%{release}
Obsoletes:      roundcubemail-kolab < %{version}-%{release}
Provides:       roundcubemail-kolab = %{version}-%{release}

%description
A collection of Kolab Groupware plugins for Roundcube Webmail

%package -n roundcubemail-plugin-calendar
Summary:        Plugin calendar
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-calendar-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-calendar-skin = %{version}-%{release}
Requires:       roundcubemail-plugin-libcalendaring = %{version}-%{release}
Requires:       roundcubemail-plugin-libkolab = %{version}-%{release}

%description -n roundcubemail-plugin-calendar
Plugin calendar

%package -n roundcubemail-plugin-kolab_2fa
Summary:        Plugin kolab_2fa
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_2fa-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_2fa-skin = %{version}-%{release}
Requires:       php-endroid-qrcode
Requires:       php-enygma-yubikey
Requires:       php-spomky-labs-otphp

%description -n roundcubemail-plugin-kolab_2fa
Plugin kolab_2fa

%package -n roundcubemail-plugin-kolab_activesync
Summary:        Plugin kolab_activesync
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_activesync-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_activesync-skin = %{version}-%{release}
Requires:       roundcubemail-plugin-jqueryui >= %{roundcube_version}
Requires:       roundcubemail-plugin-libkolab = %{version}-%{release}

%description -n roundcubemail-plugin-kolab_activesync
Plugin kolab_activesync

%package -n roundcubemail-plugin-kolab_addressbook
Summary:        Plugin kolab_addressbook
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_addressbook-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_addressbook-skin = %{version}-%{release}
Requires:       roundcubemail-plugin-libkolab = %{version}-%{release}

%description -n roundcubemail-plugin-kolab_addressbook
Plugin kolab_addressbook

%package -n roundcubemail-plugin-kolab_auth
Summary:        Plugin kolab_auth
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_auth-assets = %{version}-%{release}

%description -n roundcubemail-plugin-kolab_auth
Plugin kolab_auth

%package -n roundcubemail-plugin-kolab_config
Summary:        Plugin kolab_config
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_config-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-libkolab = %{version}-%{release}

%description -n roundcubemail-plugin-kolab_config
Plugin kolab_config

%package -n roundcubemail-plugin-kolab_delegation
Summary:        Plugin kolab_delegation
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_delegation-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_delegation-skin = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_auth = %{version}-%{release}
Requires:       roundcubemail-plugin-libkolab = %{version}-%{release}

%description -n roundcubemail-plugin-kolab_delegation
Plugin kolab_delegation

%package -n roundcubemail-plugin-kolab_files
Summary:        Plugin kolab_files
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_files-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_files-skin = %{version}-%{release}
Requires:       roundcubemail-plugin-libkolab = %{version}-%{release}
Requires:       php-curl

%description -n roundcubemail-plugin-kolab_files
Plugin kolab_files

%package -n roundcubemail-plugin-kolab_folders
Summary:        Plugin kolab_folders
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_folders-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-libkolab = %{version}-%{release}

%description -n roundcubemail-plugin-kolab_folders
Plugin kolab_folders

%package -n roundcubemail-plugin-kolab_notes
Summary:        Plugin kolab_notes
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_notes-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_notes-skin = %{version}-%{release}
Requires:       roundcubemail-plugin-acl >= %{roundcube_version}
Requires:       roundcubemail-plugin-libkolab = %{version}-%{release}

%description -n roundcubemail-plugin-kolab_notes
Plugin kolab_notes

%package -n roundcubemail-plugin-kolab_shortcuts
Summary:        Plugin kolab_shortcuts
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_shortcuts-assets = %{version}-%{release}

%description -n roundcubemail-plugin-kolab_shortcuts
Plugin kolab_shortcuts

%package -n roundcubemail-plugin-kolab_tags
Summary:        Plugin kolab_tags
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_tags-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_tags-skin = %{version}-%{release}
Requires:       roundcubemail-plugin-libkolab = %{version}-%{release}

%description -n roundcubemail-plugin-kolab_tags
Plugin kolab_tags

%package -n roundcubemail-plugin-kolab_zpush
Summary:        Plugin kolab_zpush
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_zpush-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-kolab_zpush-skin = %{version}-%{release}
Requires:       roundcubemail-plugin-jqueryui >= %{roundcube_version}
Requires:       roundcubemail-plugin-libkolab = %{version}-%{release}

%description -n roundcubemail-plugin-kolab_zpush
Plugin kolab_zpush

%package -n roundcubemail-plugin-ldap_authentication
Summary:        Plugin ldap_authentication
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-ldap_authentication-assets = %{version}-%{release}

%description -n roundcubemail-plugin-ldap_authentication
Plugin ldap_authentication

%package -n roundcubemail-plugin-libcalendaring
Summary:        Plugin libcalendaring
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-libcalendaring-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-libcalendaring-skin = %{version}-%{release}

%description -n roundcubemail-plugin-libcalendaring
Plugin libcalendaring

%package -n roundcubemail-plugin-libkolab
Summary:        Plugin libkolab
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-libkolab-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-libkolab-skin = %{version}-%{release}

%description -n roundcubemail-plugin-libkolab
Plugin libkolab

%package -n roundcubemail-plugin-loginfail
Summary:        Plugin loginfail
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-loginfail-assets = %{version}-%{release}

%description -n roundcubemail-plugin-loginfail
Plugin loginfail

%package -n roundcubemail-plugin-logon_page
Summary:        Plugin logon_page
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-logon_page-assets = %{version}-%{release}

%description -n roundcubemail-plugin-logon_page
Plugin logon_page

%package -n roundcubemail-plugin-odfviewer
Summary:        Plugin odfviewer
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-odfviewer-assets = %{version}-%{release}

%description -n roundcubemail-plugin-odfviewer
Plugin odfviewer

%package -n roundcubemail-plugin-owncloud
Summary:        Plugin owncloud
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-owncloud-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-owncloud-skin = %{version}-%{release}

%description -n roundcubemail-plugin-owncloud
Plugin owncloud

%package -n roundcubemail-plugin-pdfviewer
Summary:        Plugin pdfviewer
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-pdfviewer-assets = %{version}-%{release}

%description -n roundcubemail-plugin-pdfviewer
Plugin pdfviewer

%package -n roundcubemail-plugin-piwik_analytics
Summary:        Plugin piwik_analytics
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-piwik_analytics-assets = %{version}-%{release}

%description -n roundcubemail-plugin-piwik_analytics
Plugin piwik_analytics

%package -n roundcubemail-plugin-tasklist
Summary:        Plugin tasklist
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-tasklist-assets = %{version}-%{release}
Requires:       roundcubemail-plugin-tasklist-skin  =  %{version}-%{release}
Requires:       roundcubemail-plugin-acl  >= %{roundcube_version}
Requires:       roundcubemail-plugin-jqueryui  >= %{roundcube_version}
Requires:       roundcubemail-plugin-libcalendaring  =  %{version}-%{release}
Requires:       roundcubemail-plugin-libkolab  =  %{version}-%{release}

%description -n roundcubemail-plugin-tasklist
Plugin tasklist

%package -n roundcubemail-plugin-tinymce_config
Summary:        Plugin tinymce_config
Group:          System/Servers
Requires:       roundcubemail >= %{roundcube_version}
Requires:       roundcubemail-plugin-tinymce_config-assets  =  %{version}-%{release}

%description -n roundcubemail-plugin-tinymce_config
Plugin tinymce_config

%package -n roundcubemail-plugin-calendar-assets
Summary:        Plugin calendar Assets
Group:          System/Servers

%description -n roundcubemail-plugin-calendar-assets
Plugin calendar Assets

%package -n roundcubemail-plugin-kolab_2fa-assets
Summary:        Plugin kolab_2fa Assets
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_2fa-assets
Plugin kolab_2fa Assets

%package -n roundcubemail-plugin-kolab_activesync-assets
Summary:        Plugin kolab_activesync Assets
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_activesync-assets
Plugin kolab_activesync Assets

%package -n roundcubemail-plugin-kolab_addressbook-assets
Summary:        Plugin kolab_addressbook Assets
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_addressbook-assets
Plugin kolab_addressbook Assets

%package -n roundcubemail-plugin-kolab_auth-assets
Summary:        Plugin kolab_auth Assets
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_auth-assets
Plugin kolab_auth Assets

%package -n roundcubemail-plugin-kolab_config-assets
Summary:        Plugin kolab_config Assets
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_config-assets
Plugin kolab_config Assets

%package -n roundcubemail-plugin-kolab_delegation-assets
Summary:        Plugin kolab_delegation Assets
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_delegation-assets
Plugin kolab_delegation Assets

%package -n roundcubemail-plugin-kolab_files-assets
Summary:        Plugin kolab_files Assets
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_files-assets
Plugin kolab_files Assets

%package -n roundcubemail-plugin-kolab_folders-assets
Summary:        Plugin kolab_folders Assets
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_folders-assets
Plugin kolab_folders Assets

%package -n roundcubemail-plugin-kolab_notes-assets
Summary:        Plugin kolab_notes Assets
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_notes-assets
Plugin kolab_notes Assets

%package -n roundcubemail-plugin-kolab_shortcuts-assets
Summary:        Plugin kolab_shortcuts Assets
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_shortcuts-assets
Plugin kolab_shortcuts Assets

%package -n roundcubemail-plugin-kolab_tags-assets
Summary:        Plugin kolab_tags Assets
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_tags-assets
Plugin kolab_tags Assets

%package -n roundcubemail-plugin-kolab_zpush-assets
Summary:        Plugin kolab_zpush Assets
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_zpush-assets
Plugin kolab_zpush Assets

%package -n roundcubemail-plugin-ldap_authentication-assets
Summary:        Plugin ldap_authentication Assets
Group:          System/Servers

%description -n roundcubemail-plugin-ldap_authentication-assets
Plugin ldap_authentication Assets

%package -n roundcubemail-plugin-libcalendaring-assets
Summary:        Plugin libcalendaring Assets
Group:          System/Servers

%description -n roundcubemail-plugin-libcalendaring-assets
Plugin libcalendaring Assets

%package -n roundcubemail-plugin-libkolab-assets
Summary:        Plugin libkolab Assets
Group:          System/Servers

%description -n roundcubemail-plugin-libkolab-assets
Plugin libkolab Assets

%package -n roundcubemail-plugin-loginfail-assets
Summary:        Plugin loginfail Assets
Group:          System/Servers

%description -n roundcubemail-plugin-loginfail-assets
Plugin loginfail Assets

%package -n roundcubemail-plugin-logon_page-assets
Summary:        Plugin logon_page Assets
Group:          System/Servers

%description -n roundcubemail-plugin-logon_page-assets
Plugin logon_page Assets

%package -n roundcubemail-plugin-odfviewer-assets
Summary:        Plugin odfviewer Assets
Group:          System/Servers

%description -n roundcubemail-plugin-odfviewer-assets
Plugin odfviewer Assets

%package -n roundcubemail-plugin-owncloud-assets
Summary:        Plugin owncloud Assets
Group:          System/Servers

%description -n roundcubemail-plugin-owncloud-assets
Plugin owncloud Assets

%package -n roundcubemail-plugin-pdfviewer-assets
Summary:        Plugin pdfviewer Assets
Group:          System/Servers

%description -n roundcubemail-plugin-pdfviewer-assets
Plugin pdfviewer Assets

%package -n roundcubemail-plugin-piwik_analytics-assets
Summary:        Plugin piwik_analytics Assets
Group:          System/Servers

%description -n roundcubemail-plugin-piwik_analytics-assets
Plugin piwik_analytics Assets

%package -n roundcubemail-plugin-tasklist-assets
Summary:        Plugin tasklist Assets
Group:          System/Servers

%description -n roundcubemail-plugin-tasklist-assets
Plugin tasklist Assets

%package -n roundcubemail-plugin-tinymce_config-assets
Summary:        Plugin tinymce_config Assets
Group:          System/Servers

%description -n roundcubemail-plugin-tinymce_config-assets
Plugin tinymce_config Assets

%package -n roundcubemail-plugin-calendar-skin-larry
Summary:        Plugin calendar / Skin larry
Group:          System/Servers
Requires:       roundcubemail-plugin-calendar  =  %{version}-%{release}
Requires:       roundcubemail-skin-larry  >= %{roundcube_version}
Requires:       roundcubemail-plugin-calendar-skin-larry-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-calendar-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-calendar-skin-larry
Plugin calendar / Skin larry

%package -n roundcubemail-plugin-calendar-skin-classic
Summary:        Plugin calendar / Skin classic
Group:          System/Servers
Requires:       roundcubemail-plugin-calendar  =  %{version}-%{release}
Requires:       roundcubemail-skin-classic  >= %{roundcube_version}
Requires:       roundcubemail-plugin-calendar-skin-classic-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-calendar-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-calendar-skin-classic
Plugin calendar / Skin classic

%package -n roundcubemail-plugin-kolab_2fa-skin-larry
Summary:        Plugin kolab_2fa / Skin larry
Group:          System/Servers
Requires:       roundcubemail-plugin-kolab_2fa  =  %{version}-%{release}
Requires:       roundcubemail-skin-larry  >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_2fa-skin-larry-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-kolab_2fa-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-kolab_2fa-skin-larry
Plugin kolab_2fa / Skin larry

%package -n roundcubemail-plugin-kolab_activesync-skin-larry
Summary:        Plugin kolab_activesync / Skin larry
Group:          System/Servers
Requires:       roundcubemail-plugin-kolab_activesync  =  %{version}-%{release}
Requires:       roundcubemail-skin-larry  >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_activesync-skin-larry-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-kolab_activesync-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-kolab_activesync-skin-larry
Plugin kolab_activesync / Skin larry

%package -n roundcubemail-plugin-kolab_activesync-skin-classic
Summary:        Plugin kolab_activesync / Skin classic
Group:          System/Servers
Requires:       roundcubemail-plugin-kolab_activesync  =  %{version}-%{release}
Requires:       roundcubemail-skin-classic  >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_activesync-skin-classic-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-kolab_activesync-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-kolab_activesync-skin-classic
Plugin kolab_activesync / Skin classic

%package -n roundcubemail-plugin-kolab_addressbook-skin-larry
Summary:        Plugin kolab_addressbook / Skin larry
Group:          System/Servers
Requires:       roundcubemail-plugin-kolab_addressbook  =  %{version}-%{release}
Requires:       roundcubemail-skin-larry  >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_addressbook-skin-larry-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-kolab_addressbook-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-kolab_addressbook-skin-larry
Plugin kolab_addressbook / Skin larry

%package -n roundcubemail-plugin-kolab_addressbook-skin-classic
Summary:        Plugin kolab_addressbook / Skin classic
Group:          System/Servers
Requires:       roundcubemail-plugin-kolab_addressbook  =  %{version}-%{release}
Requires:       roundcubemail-skin-classic  >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_addressbook-skin-classic-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-kolab_addressbook-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-kolab_addressbook-skin-classic
Plugin kolab_addressbook / Skin classic

%package -n roundcubemail-plugin-kolab_delegation-skin-larry
Summary:        Plugin kolab_delegation / Skin larry
Group:          System/Servers
Requires:       roundcubemail-plugin-kolab_delegation  =  %{version}-%{release}
Requires:       roundcubemail-skin-larry  >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_delegation-skin-larry-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-kolab_delegation-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-kolab_delegation-skin-larry
Plugin kolab_delegation / Skin larry

%package -n roundcubemail-plugin-kolab_delegation-skin-classic
Summary:        Plugin kolab_delegation / Skin classic
Group:          System/Servers
Requires:       roundcubemail-plugin-kolab_delegation  =  %{version}-%{release}
Requires:       roundcubemail-skin-classic  >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_delegation-skin-classic-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-kolab_delegation-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-kolab_delegation-skin-classic
Plugin kolab_delegation / Skin classic

%package -n roundcubemail-plugin-kolab_files-skin-larry
Summary:        Plugin kolab_files / Skin larry
Group:          System/Servers
Requires:       roundcubemail-plugin-kolab_files  =  %{version}-%{release}
Requires:       roundcubemail-skin-larry  >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_files-skin-larry-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-kolab_files-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-kolab_files-skin-larry
Plugin kolab_files / Skin larry

%package -n roundcubemail-plugin-kolab_notes-skin-larry
Summary:        Plugin kolab_notes / Skin larry
Group:          System/Servers
Requires:       roundcubemail-plugin-kolab_notes  =  %{version}-%{release}
Requires:       roundcubemail-skin-larry  >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_notes-skin-larry-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-kolab_notes-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-kolab_notes-skin-larry
Plugin kolab_notes / Skin larry

%package -n roundcubemail-plugin-kolab_tags-skin-larry
Summary:        Plugin kolab_tags / Skin larry
Group:          System/Servers
Requires:       roundcubemail-plugin-kolab_tags  =  %{version}-%{release}
Requires:       roundcubemail-skin-larry  >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_tags-skin-larry-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-kolab_tags-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-kolab_tags-skin-larry
Plugin kolab_tags / Skin larry

%package -n roundcubemail-plugin-kolab_zpush-skin-larry
Summary:        Plugin kolab_zpush / Skin larry
Group:          System/Servers
Requires:       roundcubemail-plugin-kolab_zpush = %{version}-%{release}
Requires:       roundcubemail-skin-larry >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_zpush-skin-larry-assets = %{version}-%{release}
Provides:       roundcubemail-plugin-kolab_zpush-skin = %{version}-%{release}

%description -n roundcubemail-plugin-kolab_zpush-skin-larry
Plugin kolab_zpush / Skin larry

%package -n roundcubemail-plugin-kolab_zpush-skin-classic
Summary:        Plugin kolab_zpush / Skin classic
Group:          System/Servers
Requires:       roundcubemail-plugin-kolab_zpush = %{version}-%{release}
Requires:       roundcubemail-skin-classic  >= %{roundcube_version}
Requires:       roundcubemail-plugin-kolab_zpush-skin-classic-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-kolab_zpush-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-kolab_zpush-skin-classic
Plugin kolab_zpush / Skin classic

%package -n roundcubemail-plugin-owncloud-skin-larry
Summary:        Plugin owncloud / Skin larry
Group:          System/Servers
Requires:       roundcubemail-plugin-owncloud  =  %{version}-%{release}
Requires:       roundcubemail-skin-larry  >= %{roundcube_version}
Requires:       roundcubemail-plugin-owncloud-skin-larry-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-owncloud-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-owncloud-skin-larry
Plugin owncloud / Skin larry

%package -n roundcubemail-plugin-owncloud-skin-classic
Summary:        Plugin owncloud / Skin classic
Group:          System/Servers
Requires:       roundcubemail-plugin-owncloud  =  %{version}-%{release}
Requires:       roundcubemail-skin-classic  >= %{roundcube_version}
Requires:       roundcubemail-plugin-owncloud-skin-classic-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-owncloud-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-owncloud-skin-classic
Plugin owncloud / Skin classic

%package -n roundcubemail-plugin-tasklist-skin-larry
Summary:        Plugin tasklist / Skin larry
Group:          System/Servers
Requires:       roundcubemail-plugin-tasklist  =  %{version}-%{release}
Requires:       roundcubemail-skin-larry  >= %{roundcube_version}
Requires:       roundcubemail-plugin-tasklist-skin-larry-assets  =  %{version}-%{release}
Provides:       roundcubemail-plugin-tasklist-skin  =  %{version}-%{release}

%description -n roundcubemail-plugin-tasklist-skin-larry
Plugin tasklist / Skin larry

%package -n roundcubemail-plugin-calendar-skin-larry-assets
Summary:        Plugin calendar / Skin larry (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-calendar-skin-larry-assets
Plugin calendar / Skin larry (Assets Package)

%package -n roundcubemail-plugin-calendar-skin-classic-assets
Summary:        Plugin calendar / Skin classic (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-calendar-skin-classic-assets
Plugin calendar / Skin classic (Assets Package)

%package -n roundcubemail-plugin-kolab_2fa-skin-larry-assets
Summary:        Plugin kolab_2fa / Skin larry (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_2fa-skin-larry-assets
Plugin kolab_2fa / Skin larry (Assets Package)

%package -n roundcubemail-plugin-kolab_activesync-skin-larry-assets
Summary:        Plugin kolab_activesync / Skin larry (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_activesync-skin-larry-assets
Plugin kolab_activesync / Skin larry (Assets Package)

%package -n roundcubemail-plugin-kolab_activesync-skin-classic-assets
Summary:        Plugin kolab_activesync / Skin classic (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_activesync-skin-classic-assets
Plugin kolab_activesync / Skin classic (Assets Package)

%package -n roundcubemail-plugin-kolab_addressbook-skin-larry-assets
Summary:        Plugin kolab_addressbook / Skin larry (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_addressbook-skin-larry-assets
Plugin kolab_addressbook / Skin larry (Assets Package)

%package -n roundcubemail-plugin-kolab_addressbook-skin-classic-assets
Summary:        Plugin kolab_addressbook / Skin classic (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_addressbook-skin-classic-assets
Plugin kolab_addressbook / Skin classic (Assets Package)

%package -n roundcubemail-plugin-kolab_delegation-skin-larry-assets
Summary:        Plugin kolab_delegation / Skin larry (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_delegation-skin-larry-assets
Plugin kolab_delegation / Skin larry (Assets Package)

%package -n roundcubemail-plugin-kolab_delegation-skin-classic-assets
Summary:        Plugin kolab_delegation / Skin classic (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_delegation-skin-classic-assets
Plugin kolab_delegation / Skin classic (Assets Package)

%package -n roundcubemail-plugin-kolab_files-skin-larry-assets
Summary:        Plugin kolab_files / Skin larry (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_files-skin-larry-assets
Plugin kolab_files / Skin larry (Assets Package)

%package -n roundcubemail-plugin-kolab_notes-skin-larry-assets
Summary:        Plugin kolab_notes / Skin larry (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_notes-skin-larry-assets
Plugin kolab_notes / Skin larry (Assets Package)

%package -n roundcubemail-plugin-kolab_tags-skin-larry-assets
Summary:        Plugin kolab_tags / Skin larry (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_tags-skin-larry-assets
Plugin kolab_tags / Skin larry (Assets Package)

%package -n roundcubemail-plugin-kolab_zpush-skin-larry-assets
Summary:        Plugin kolab_zpush / Skin larry (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_zpush-skin-larry-assets
Plugin kolab_zpush / Skin larry (Assets Package)

%package -n roundcubemail-plugin-kolab_zpush-skin-classic-assets
Summary:        Plugin kolab_zpush / Skin classic (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-kolab_zpush-skin-classic-assets
Plugin kolab_zpush / Skin classic (Assets Package)

%package -n roundcubemail-plugin-libcalendaring-skin-larry-assets
Summary:        Plugin libcalendaring / Skin larry (Assets)
Group:          System/Servers
Requires:       roundcubemail-plugin-libcalendaring = %{version}-%{release}
Requires:       roundcubemail-skin-larry >= %{roundcube_version}
Obsoletes:      roundcubemail-plugin-libcalendaring-skin-larry
Provides:       roundcubemail-plugin-libcalendaring-skin = %{version}-%{release}
Provides:       roundcubemail-plugin-libcalendaring-skin-larry = %{version}-%{release}

%description -n roundcubemail-plugin-libcalendaring-skin-larry-assets
Plugin libcalendaring / Skin larry (Assets Package)

%package -n roundcubemail-plugin-libkolab-skin-larry-assets
Summary:        Plugin libkolab / Skin larry (Assets)
Group:          System/Servers
Requires:       roundcubemail-plugin-libkolab = %{version}-%{release}
Requires:       roundcubemail-skin-larry >= %{roundcube_version}
Obsoletes:      roundcubemail-plugin-libkolab-skin-larry
Provides:       roundcubemail-plugin-libkolab-skin = %{version}-%{release}
Provides:       roundcubemail-plugin-libkolab-skin-larry = %{version}-%{release}

%description -n roundcubemail-plugin-libkolab-skin-larry-assets
Plugin libkolab / Skin larry (Assets Package)

%package -n roundcubemail-plugin-owncloud-skin-larry-assets
Summary:        Plugin owncloud / Skin larry (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-owncloud-skin-larry-assets
Plugin owncloud / Skin larry (Assets Package)

%package -n roundcubemail-plugin-owncloud-skin-classic-assets
Summary:        Plugin owncloud / Skin classic (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-owncloud-skin-classic-assets
Plugin owncloud / Skin classic (Assets Package)

%package -n roundcubemail-plugin-tasklist-skin-larry-assets
Summary:        Plugin tasklist / Skin larry (Assets)
Group:          System/Servers

%description -n roundcubemail-plugin-tasklist-skin-larry-assets
Plugin tasklist / Skin larry (Assets Package)

%prep
%setup -q -c "%{name}-master

pushd %{name}-master

# Remove the results of patching when there's an incidental offset
find . -type f -name "*.orig" -delete

# Remove hidden files
find . -type f -name ".*" -delete

# Eliminate links
for link in `find . -type l`; do
    source=$(readlink -f ${link})
    rm -rf ${link}
    cp -av ${source} ${link}
done

popd

for plugin in $(find %{name}-master/plugins -mindepth 1 -maxdepth 1 -type d | sort); do
    target_dir=$(echo ${plugin} | %{__sed} -e "s|%{name}-master|%{name}-plugin-$(basename ${plugin})-%{version}|g")
    mkdir -p $(dirname ${target_dir})
    cp -av ${plugin} ${target_dir}

    (
        echo "%package -n roundcubemail-plugin-$(basename ${plugin})"
        echo "Summary:        Plugin $(basename ${plugin})"
        echo "Group:          System/Servers"
        echo "Requires:       roundcubemail >= %%{roundcube_version}"
        echo "Requires:       roundcubemail-plugin-$(basename ${plugin})-assets) = %%{version}-%%{release}"
        if [ -d "${plugin}/skins/" ]; then
            echo "Requires:       roundcubemail-plugin-$(basename ${plugin})-skin) = %%{version}-%%{release}"
        fi

        for rplugin in $(grep -rn "require_plugin" ${plugin}/ | cut -d"'" -f2 | sort); do
            if [ -d "%{name}-master/plugins/${rplugin}" ]; then
                echo "Requires:       roundcubemail-plugin-${rplugin}) = %%{version}-%%{release}"
            else
                echo "Requires:       roundcubemail-plugin-${rplugin}) >= %%{roundcube_version}"
            fi
        done

        if [ "$(basename ${plugin})" == "kolab_files" ]; then
            echo "Requires:       php-curl"
        elif [ "$(basename ${plugin})" == "kolab_2fa" ]; then
            echo "Requires:       php-endroid-qrcode"
            echo "Requires:       php-enygma-yubikey"
            echo "Requires:       php-spomky-labs-otphp"
        fi

        echo ""
        echo "%description -n roundcubemail-plugin-$(basename ${plugin})"
        echo "Plugin $(basename ${plugin})"
        echo ""
    ) >> plugins.packages

    (
        echo "%files -n roundcubemail-plugin-$(basename ${plugin}) -f plugin-$(basename ${plugin}).files"
        echo " "
        echo ""
    ) >> plugins.files

    (
        echo "%pre -n roundcubemail-plugin-$(basename ${plugin})"
        echo "if [ -f \"%%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted\" ]; then"
        echo "    %rm -f \"%%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted\""
        echo "fi"
        echo ""
    ) >> plugins.pre

    (
        echo "%posttrans -n roundcubemail-plugin-$(basename ${plugin})"
        echo "if [ ! -f \"%%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted\" ]; then"
        echo "    if [ -f \"%%{php_inidir}/apc.ini\" ]; then"
        echo "        if [ ! -z \"\$(grep ^apc.enabled=1 %%{php_inidir}/apc.ini)\" ]; then"
        echo "%if 0%%{?with_systemd}"
        echo "            /bin/systemctl condrestart %%{httpd_name}.service"
        echo "%else"
        echo "            /sbin/service %%{httpd_name} condrestart"
        echo "%endif"
        echo "        fi"
        echo "    fi"
        echo "    %mkdir -p %%{_localstatedir}/lib/rpm-state/roundcubemail/"
        echo "    touch %%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
        echo "fi"
        echo ""
        if [ ! -z "$(find ${plugin} -type d -name SQL)" ]; then
            echo "for dir in \$(find /usr/share/roundcubemail/plugins/$(basename ${plugin})/ -type d -name SQL); do"
            echo "    # Skip plugins with multiple drivers and no kolab driver"
            echo "    if [ ! -z \"\$(echo \${dir} | grep driver)\" ]; then"
            echo "        if [ -z \"\$(echo \${dir} | grep kolab)\" ]; then"
            echo "            continue"
            echo "        fi"
            echo "    fi"
            echo ""
            echo "    /usr/share/roundcubemail/bin/updatedb.sh \\"
            echo "        --dir \${dir} \\"
            echo "        --package $(basename ${plugin}) \\"
            echo "        >/dev/null 2>&1 || :"
            echo ""
            echo "done"
            echo ""
        fi
    ) >> plugins.post

    (
        echo "%package -n roundcubemail-plugin-$(basename ${plugin})-assets"
        echo "Summary:        Plugin $(basename ${plugin}) Assets"
        echo "Group:          System/Servers"
        echo ""
        echo "%description -n roundcubemail-plugin-$(basename ${plugin})-assets"
        echo "Plugin $(basename ${plugin}) Assets"
        echo ""
    ) >> plugins-assets.packages

    (
        echo "%files -n roundcubemail-plugin-$(basename ${plugin})-assets -f plugin-$(basename ${plugin})-assets.files"
        echo " "
        echo ""
    ) >> plugins-assets.files

    for skin in larry classic; do
        for dir in $(find ${target_dir} -type d -name "${skin}" | grep -v "helpdocs" | sort); do
            starget_dir=$(echo ${dir} | %{__sed} -e "s|%{name}-plugin-$(basename ${plugin})-%{version}|%{name}-plugin-$(basename ${plugin})-skin-${skin}-%{version}|g")
            mkdir -p $(dirname ${starget_dir})
            mv ${dir} ${starget_dir}

            (
                echo "%package -n roundcubemail-plugin-$(basename ${plugin})-skin-${skin}"
                echo "Summary:        Plugin $(basename ${plugin}) / Skin ${skin}"
                echo "Group:          System/Servers"
                echo "Requires:       roundcubemail-plugin-$(basename ${plugin})) = %%{version}-%%{release}"
                echo "Requires:       roundcubemail(skin-${skin}) >= %%{roundcube_version}"
                echo "Requires:       roundcubemail-plugin-$(basename ${plugin})-skin-${skin}-assets) = %%{version}-%%{release}"
                echo "Provides:       roundcubemail-plugin-$(basename ${plugin})-skin) = %%{version}-%%{release}"
                echo ""
                echo "%description -n roundcubemail-plugin-$(basename ${plugin})-skin-${skin}"
                echo "Plugin $(basename ${plugin}) / Skin ${skin}"
                echo ""
            ) >> plugins-skins.packages

            (
                echo "%files -n roundcubemail-plugin-$(basename ${plugin})-skin-${skin} -f plugin-$(basename ${plugin})-skin-${skin}.files"
                echo " "
                echo ""
            ) >> plugins-skins.files

            (
                echo "%package -n roundcubemail-plugin-$(basename ${plugin})-skin-${skin}-assets"
                echo "Summary:        Plugin $(basename ${plugin}) / Skin ${skin} (Assets)"
                echo "Group:          System/Servers"
                echo ""
                echo "%description -n roundcubemail-plugin-$(basename ${plugin})-skin-${skin}-assets"
                echo "Plugin $(basename ${plugin}) / Skin ${skin} (Assets Package)"
                echo ""
            ) >> plugins-skins-assets.packages

            (
                echo "%files -n roundcubemail-plugin-$(basename ${plugin})-skin-${skin}-assets -f plugin-$(basename ${plugin})-skin-${skin}-assets.files"
                echo " "
                echo ""
            ) >> plugins-skins-assets.files
        done
    done
done

cat \
    plugins.packages \
    plugins-assets.packages \
    plugins-skins.packages \
    plugins-skins-assets.packages \
    > packages

cat \
    plugins.files \
    plugins-assets.files \
    plugins-skins.files \
    plugins-skins-assets.files \
    > files

find | sort | tee files.find >/dev/null

%build

%install
install -pm 755 %{SOURCE1} .

function new_files() {
    find %{buildroot}%{datadir} -type d -exec echo "%dir {}" \; > current-new.files
    find %{buildroot}%{datadir} -type f >> current-new.files
    find %{buildroot}%{datadir} -type l >> current-new.files

    if [ -f "current.files" ]; then
        %{_bindir}/python ./comm.py current.files current-new.files
    else
        cat current-new.files
    fi

    mv current-new.files current.files
}


install -d \
    %{buildroot}%{confdir} \
    %{buildroot}%{datadir}/public_html \
    %{buildroot}%{plugindir}

if [ -d "%{buildroot}%{datadir}/public_html/" ]; then
    asset_path="%{buildroot}%{datadir}/public_html/assets"
else
    asset_path="%{buildroot}%{datadir}/assets"
fi

mkdir -p ${asset_path}

echo "================================================================="
echo "Dividing Plugins, Plugin Assets, Plugin Skins and Plugin Skin Assets and Non-Assets"
echo "================================================================="

for plugin in $(find %{name}-master/plugins/ -mindepth 1 -maxdepth 1 -type d -exec basename {} \; | sort); do
    for skin in larry classic; do
        orig_dir="%{name}-plugin-${plugin}-skin-${skin}-%{version}"
        asset_dir="%{name}-plugin-${plugin}-skin-${skin}-assets-%{version}"

        # Compress the CSS
        for file in `find ${orig_dir} -type f -name "*.css"`; do
            asset_loc=$(dirname $(echo ${file} | %{__sed} -e "s|${orig_dir}|${asset_dir}|g"))
            mkdir -p ${asset_loc}
            cat ${file} | %{_bindir}/python-cssmin > ${asset_loc}/$(basename ${file}) && \
                rm -rf ${file} || \
                mv -v ${file} ${asset_loc}/$(basename ${file})
        done || :

        # Compress the JS, but not the already minified
        for file in `find ${orig_dir} -type f -name "*.js" ! -name "*.min.js"`; do
            asset_loc=$(dirname $(echo ${file} | %{__sed} -e "s|${orig_dir}|${asset_dir}|g"))
            mkdir -p ${asset_loc}
            uglifyjs ${file} > ${asset_loc}/$(basename ${file}) && \
                rm -rf ${file} || \
                mv -v ${file} ${asset_loc}/$(basename ${file})
        done || :

        # The already minified JS can just be copied over to the assets location
        for file in `find ${orig_dir} -type f -name "*.min.js"`; do
            asset_loc=$(dirname $(echo ${file} | %{__sed} -e "s|${orig_dir}|${asset_dir}|g"))
            mkdir -p ${asset_loc}
            mv -v ${file} ${asset_loc}/$(basename ${file})
        done || :

        # Other assets
        for file in $(find ${orig_dir} -type f \
                -name "*.eot" -o \
                -name "*.gif" -o \
                -name "*.ico" -o \
                -name "*.jpg" -o \
                -name "*.png" -o \
                -name "*.svg" -o \
                -name "*.swf" -o \
                -name "*.tif" -o \
                -name "*.ttf" -o \
                -name "*.woff"
            ); do
            asset_loc=$(dirname $(echo ${file} | %{__sed} -e "s|${orig_dir}|${asset_dir}|g"))
            mkdir -p ${asset_loc}
            mv -vf ${file} ${asset_loc}/$(basename $file)
        done || :

        # Purge empty directories
        find ${orig_dir} -type d -empty -delete || :
    done

    # Skin-independent assets
    orig_dir="%{name}-plugin-${plugin}-%{version}"
    asset_dir="%{name}-plugin-${plugin}-assets-%{version}"

    # Compress the CSS
    for file in `find ${orig_dir} -type f -name "*.css"`; do
        asset_loc=$(dirname $(echo ${file} | %{__sed} -e "s|${orig_dir}|${asset_dir}|g"))
        mkdir -p ${asset_loc}
        cat ${file} | %{_bindir}/python-cssmin > ${asset_loc}/$(basename ${file}) && \
            rm -rf ${file} || \
            mv -v ${file} ${asset_loc}/$(basename ${file})
    done

    # Compress the JS, but not the already minified
    for file in `find ${orig_dir} -type f -name "*.js" ! -name "*.min.js"`; do
        asset_loc=$(dirname $(echo ${file} | %{__sed} -e "s|${orig_dir}|${asset_dir}|g"))
        mkdir -p ${asset_loc}
        uglifyjs ${file} > ${asset_loc}/$(basename ${file}) && \
            rm -rf ${file} || \
            mv -v ${file} ${asset_loc}/$(basename ${file})
    done

    # The already minified JS can just be copied over to the assets location
    for file in `find ${orig_dir} -type f -name "*.min.js"`; do
        asset_loc=$(dirname $(echo ${file} | %{__sed} -e "s|${orig_dir}|${asset_dir}|g"))
        mkdir -p ${asset_loc}
        mv -v ${file} ${asset_loc}/$(basename ${file})
    done

    # Other assets
    for file in $(find ${orig_dir} -type f \
            -name "*.eot" -o \
            -name "*.gif" -o \
            -name "*.ico" -o \
            -name "*.jpg" -o \
            -name "*.png" -o \
            -name "*.svg" -o \
            -name "*.swf" -o \
            -name "*.tif" -o \
            -name "*.ttf" -o \
            -name "*.woff"
        ); do
        asset_loc=$(dirname $(echo ${file} | %{__sed} -e "s|${orig_dir}|${asset_dir}|g"))
        mkdir -p ${asset_loc}
        mv -vf ${file} ${asset_loc}/$(basename $file)
    done

    if [ "${plugin}" == "pdfviewer" ]; then
        mv -vf ${orig_dir}/plugins/pdfviewer/viewer/locale ${asset_dir}/plugins/pdfviewer/viewer/.
        mv -vf ${orig_dir}/plugins/pdfviewer/viewer/viewer.html ${asset_dir}/plugins/pdfviewer/viewer/.
    fi

    # Purge empty directories
    find ${orig_dir} -type d -empty -delete || :

    # Install the assets
    for file in `find %{name}-plugin-${plugin}-assets-%{version} -type f`; do
        asset_loc=$(dirname $(echo ${file} | %{__sed} -e "s|%{name}-plugin-${plugin}-assets-%{version}|${asset_path}|g"))
        mkdir -p ${asset_loc}
        mv -v ${file} ${asset_loc}/$(basename ${file})
    done || :

    new_files > plugin-${plugin}-assets.files

    echo "== Files for plugin ${plugin}: =="
    cat plugin-${plugin}-assets.files
    echo "==========================="

    mkdir -p %{buildroot}%{plugindir}
    cp -a %{name}-plugin-${plugin}-%{version}/plugins/${plugin} %{buildroot}%{plugindir}/.

    if [ -f "%{buildroot}%{plugindir}/${plugin}/config.inc.php.dist" ]; then
        pushd %{buildroot}%{plugindir}/${plugin}
        mv config.inc.php.dist %{buildroot}%{confdir}/${plugin}.inc.php
        ln -s ../../../../..%{confdir}/${plugin}.inc.php config.inc.php
        popd
    fi

    new_files > plugin-${plugin}.files

    echo "== Files for plugin ${plugin}: =="
    cat plugin-${plugin}.files
    echo "==========================="
done

for plugin in $(find %{name}-master/plugins/ -mindepth 1 -maxdepth 1 -type d -exec basename {} \; | sort); do
    for skin in larry classic; do
        touch plugin-${plugin}-skin-${skin}.files
        touch plugin-${plugin}-skin-${skin}-assets.files

        if [ -d "%{name}-plugin-${plugin}-skin-${skin}-%{version}/plugins/${plugin}/skins/${skin}" ]; then
            install -d %{buildroot}%{plugindir}/${plugin}/skins/
            cp -a %{name}-plugin-${plugin}-skin-${skin}-%{version}/plugins/${plugin}/skins/${skin} %{buildroot}%{plugindir}/${plugin}/skins/.

            new_files > plugin-${plugin}-skin-${skin}.files

            echo "== Files for skin ${plugin}-${skin}: =="
            cat plugin-${plugin}-skin-${skin}.files
            echo "==========================="
        fi

        # Install the assets
        for file in `find %{name}-plugin-${plugin}-skin-${skin}-assets-%{version} -type f`; do
            asset_loc=$(dirname $(echo ${file} | %{__sed} -e "s|%{name}-plugin-${plugin}-skin-${skin}-assets-%{version}|${asset_path}|g"))
            mkdir -p ${asset_loc}
            cp -av ${file} ${asset_loc}/$(basename ${file})
        done || :

        new_files > plugin-${plugin}-skin-${skin}-assets.files

        echo "== Files for skin ${plugin}-${skin}: =="
        cat plugin-${plugin}-skin-${skin}-assets.files
        echo "==========================="

    done
done

# Provide the rpm state directory
mkdir -p %{buildroot}/%{_localstatedir}/lib/rpm-state/roundcubemail/

%{__sed} -r -i \
    -e 's|%{buildroot}||g' \
    -e '/^%dir\s*$/d' \
    -e '/^(%dir )*\/etc\/roundcubemail\//d' \
    -e '/^(%dir )*\/var\//d' \
    *.files

%pre -n roundcubemail-plugin-calendar
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-kolab_2fa
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-kolab_activesync
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-kolab_addressbook
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-kolab_auth
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-kolab_config
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-kolab_delegation
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-kolab_files
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-kolab_folders
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-kolab_notes
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-kolab_shortcuts
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-kolab_tags
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-kolab_zpush
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-ldap_authentication
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-libcalendaring
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-libkolab
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-logon_page
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-odfviewer
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-owncloud
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-pdfviewer
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-piwik_analytics
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-tasklist
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%pre -n roundcubemail-plugin-tinymce_config
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    rm -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
fi

%posttrans -n roundcubemail-plugin-calendar
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

for dir in $(find /usr/share/roundcubemail/plugins/calendar/ -type d -name SQL); do
    # Skip plugins with multiple drivers and no kolab driver
    if [ ! -z "$(echo ${dir} | grep driver)" ]; then
        if [ -z "$(echo ${dir} | grep kolab)" ]; then
            continue
        fi
    fi

    /usr/share/roundcubemail/bin/updatedb.sh \
        --dir ${dir} \
        --package calendar \
        >/dev/null 2>&1 || :

done

%posttrans -n roundcubemail-plugin-kolab_2fa
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-kolab_activesync
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-kolab_addressbook
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-kolab_auth
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-kolab_config
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-kolab_delegation
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-kolab_files
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-kolab_folders
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-kolab_notes
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-kolab_shortcuts
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-kolab_tags
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-kolab_zpush
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-ldap_authentication
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-libcalendaring
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-libkolab
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
%if 0%{?with_systemd}
            /bin/systemctl condrestart %{httpd_name}.service
%else
            /sbin/service %{httpd_name} condrestart
%endif
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

for dir in $(find /usr/share/roundcubemail/plugins/libkolab/ -type d -name SQL); do
    # Skip plugins with multiple drivers and no kolab driver
    if [ ! -z "$(echo ${dir} | grep driver)" ]; then
        if [ -z "$(echo ${dir} | grep kolab)" ]; then
            continue
        fi
    fi

    /usr/share/roundcubemail/bin/updatedb.sh \
        --dir ${dir} \
        --package libkolab \
        >/dev/null 2>&1 || :

done

%posttrans -n roundcubemail-plugin-logon_page
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-odfviewer
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-owncloud
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-pdfviewer
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service

        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-piwik_analytics
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /bin/systemctl condrestart %{httpd_name}.service

        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

%posttrans -n roundcubemail-plugin-tasklist
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
%if 0%{?with_systemd}
            /bin/systemctl condrestart %{httpd_name}.service
%else
            /sbin/service %{httpd_name} condrestart
%endif
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi

for dir in $(find /usr/share/roundcubemail/plugins/tasklist/ -type d -name SQL); do
    # Skip plugins with multiple drivers and no kolab driver
    if [ ! -z "$(echo ${dir} | grep driver)" ]; then
        if [ -z "$(echo ${dir} | grep kolab)" ]; then
            continue
        fi
    fi

    /usr/share/roundcubemail/bin/updatedb.sh \
        --dir ${dir} \
        --package tasklist \
        >/dev/null 2>&1 || :

done

%posttrans -n roundcubemail-plugin-tinymce_config
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
    if [ -f "%{php_inidir}/apc.ini" ]; then
        if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
            /sbin/service %{httpd_name} condrestart
        fi
    fi
    mkdir -p %{_localstatedir}/lib/rpm-state/roundcubemail/
    touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
fi


%files
 
%dir %{_localstatedir}/lib/rpm-state/
%dir %{_localstatedir}/lib/rpm-state/roundcubemail/
# % {_datadir}/roundcubemail/public_html/assets/plugins/kolab_activesync/skins/larry/

%files -n roundcubemail-plugin-calendar -f plugin-calendar.files
%attr(0640,root,%{httpd_group}) %config(noreplace) %{confdir}/calendar.inc.php

%files -n roundcubemail-plugin-kolab_2fa -f plugin-kolab_2fa.files
%attr(0640,root,%{httpd_group}) %config(noreplace) %{confdir}/kolab_2fa.inc.php

%files -n roundcubemail-plugin-kolab_activesync -f plugin-kolab_activesync.files
%attr(0640,root,%{httpd_group}) %config(noreplace) %{confdir}/kolab_activesync.inc.php

%files -n roundcubemail-plugin-kolab_addressbook -f plugin-kolab_addressbook.files
%attr(0640,root,%{httpd_group}) %config(noreplace) %{confdir}/kolab_addressbook.inc.php

%files -n roundcubemail-plugin-kolab_auth -f plugin-kolab_auth.files
%attr(0640,root,%{httpd_group}) %config(noreplace) %{confdir}/kolab_auth.inc.php

%files -n roundcubemail-plugin-kolab_config -f plugin-kolab_config.files
 

%files -n roundcubemail-plugin-kolab_delegation -f plugin-kolab_delegation.files
%attr(0640,root,%{httpd_group}) %config(noreplace) %{confdir}/kolab_delegation.inc.php

%files -n roundcubemail-plugin-kolab_files -f plugin-kolab_files.files
%attr(0640,root,%{httpd_group}) %config(noreplace) %{confdir}/kolab_files.inc.php

%files -n roundcubemail-plugin-kolab_folders -f plugin-kolab_folders.files
%attr(0640,root,%{httpd_group}) %config(noreplace) %{confdir}/kolab_folders.inc.php

%files -n roundcubemail-plugin-kolab_notes -f plugin-kolab_notes.files
 

%files -n roundcubemail-plugin-kolab_shortcuts -f plugin-kolab_shortcuts.files
 

%files -n roundcubemail-plugin-kolab_tags -f plugin-kolab_tags.files
 

%files -n roundcubemail-plugin-kolab_zpush -f plugin-kolab_zpush.files
 

%files -n roundcubemail-plugin-ldap_authentication -f plugin-ldap_authentication.files
%attr(0640,root,%{httpd_group}) %config(noreplace) %{confdir}/ldap_authentication.inc.php

%files -n roundcubemail-plugin-libcalendaring -f plugin-libcalendaring.files
 

%files -n roundcubemail-plugin-libkolab -f plugin-libkolab.files
%attr(0640,root,%{httpd_group}) %config(noreplace) %{confdir}/libkolab.inc.php

%files -n roundcubemail-plugin-loginfail -f plugin-loginfail.files

%files -n roundcubemail-plugin-logon_page -f plugin-logon_page.files
 

%files -n roundcubemail-plugin-odfviewer -f plugin-odfviewer.files
 

%files -n roundcubemail-plugin-owncloud -f plugin-owncloud.files
%attr(0640,root,%{httpd_group}) %config(noreplace) %{confdir}/owncloud.inc.php

%files -n roundcubemail-plugin-pdfviewer -f plugin-pdfviewer.files
 

%files -n roundcubemail-plugin-piwik_analytics -f plugin-piwik_analytics.files
%attr(0640,root,%{httpd_group}) %config(noreplace) %{confdir}/piwik_analytics.inc.php

%files -n roundcubemail-plugin-tasklist -f plugin-tasklist.files
%attr(0640,root,%{httpd_group}) %config(noreplace) %{confdir}/tasklist.inc.php

%files -n roundcubemail-plugin-tinymce_config -f plugin-tinymce_config.files
 

%files -n roundcubemail-plugin-calendar-assets -f plugin-calendar-assets.files
 

%files -n roundcubemail-plugin-kolab_2fa-assets -f plugin-kolab_2fa-assets.files
 

%files -n roundcubemail-plugin-kolab_activesync-assets -f plugin-kolab_activesync-assets.files
 

%files -n roundcubemail-plugin-kolab_addressbook-assets -f plugin-kolab_addressbook-assets.files
 

%files -n roundcubemail-plugin-kolab_auth-assets -f plugin-kolab_auth-assets.files
 

%files -n roundcubemail-plugin-kolab_config-assets -f plugin-kolab_config-assets.files
 

%files -n roundcubemail-plugin-kolab_delegation-assets -f plugin-kolab_delegation-assets.files
 

%files -n roundcubemail-plugin-kolab_files-assets -f plugin-kolab_files-assets.files
 

%files -n roundcubemail-plugin-kolab_folders-assets -f plugin-kolab_folders-assets.files
 

%files -n roundcubemail-plugin-kolab_notes-assets -f plugin-kolab_notes-assets.files
 

%files -n roundcubemail-plugin-kolab_shortcuts-assets -f plugin-kolab_shortcuts-assets.files
 

%files -n roundcubemail-plugin-kolab_tags-assets -f plugin-kolab_tags-assets.files
 

%files -n roundcubemail-plugin-kolab_zpush-assets -f plugin-kolab_zpush-assets.files
 

%files -n roundcubemail-plugin-ldap_authentication-assets -f plugin-ldap_authentication-assets.files
 

%files -n roundcubemail-plugin-libcalendaring-assets -f plugin-libcalendaring-assets.files
 

%files -n roundcubemail-plugin-libkolab-assets -f plugin-libkolab-assets.files
 
%files -n roundcubemail-plugin-loginfail-assets -f plugin-loginfail-assets.files

%files -n roundcubemail-plugin-logon_page-assets -f plugin-logon_page-assets.files
 

%files -n roundcubemail-plugin-odfviewer-assets -f plugin-odfviewer-assets.files
 

%files -n roundcubemail-plugin-owncloud-assets -f plugin-owncloud-assets.files
 

%files -n roundcubemail-plugin-pdfviewer-assets -f plugin-pdfviewer-assets.files
 

%files -n roundcubemail-plugin-piwik_analytics-assets -f plugin-piwik_analytics-assets.files
 

%files -n roundcubemail-plugin-tasklist-assets -f plugin-tasklist-assets.files
 

%files -n roundcubemail-plugin-tinymce_config-assets -f plugin-tinymce_config-assets.files
 

%files -n roundcubemail-plugin-calendar-skin-larry -f plugin-calendar-skin-larry.files
 

%files -n roundcubemail-plugin-calendar-skin-classic -f plugin-calendar-skin-classic.files
 

%files -n roundcubemail-plugin-kolab_2fa-skin-larry -f plugin-kolab_2fa-skin-larry.files
 

%files -n roundcubemail-plugin-kolab_activesync-skin-larry -f plugin-kolab_activesync-skin-larry.files
 

%files -n roundcubemail-plugin-kolab_activesync-skin-classic -f plugin-kolab_activesync-skin-classic.files
 

%files -n roundcubemail-plugin-kolab_addressbook-skin-larry -f plugin-kolab_addressbook-skin-larry.files
 

%files -n roundcubemail-plugin-kolab_addressbook-skin-classic -f plugin-kolab_addressbook-skin-classic.files
 

%files -n roundcubemail-plugin-kolab_delegation-skin-larry -f plugin-kolab_delegation-skin-larry.files
 

%files -n roundcubemail-plugin-kolab_delegation-skin-classic -f plugin-kolab_delegation-skin-classic.files
 

%files -n roundcubemail-plugin-kolab_files-skin-larry -f plugin-kolab_files-skin-larry.files
 

%files -n roundcubemail-plugin-kolab_notes-skin-larry -f plugin-kolab_notes-skin-larry.files
 

%files -n roundcubemail-plugin-kolab_tags-skin-larry -f plugin-kolab_tags-skin-larry.files
 

%files -n roundcubemail-plugin-kolab_zpush-skin-larry -f plugin-kolab_zpush-skin-larry.files
 

%files -n roundcubemail-plugin-kolab_zpush-skin-classic -f plugin-kolab_zpush-skin-classic.files
  

%files -n roundcubemail-plugin-owncloud-skin-larry -f plugin-owncloud-skin-larry.files
 

%files -n roundcubemail-plugin-owncloud-skin-classic -f plugin-owncloud-skin-classic.files
 

%files -n roundcubemail-plugin-tasklist-skin-larry -f plugin-tasklist-skin-larry.files
 

%files -n roundcubemail-plugin-calendar-skin-larry-assets -f plugin-calendar-skin-larry-assets.files
 

%files -n roundcubemail-plugin-calendar-skin-classic-assets -f plugin-calendar-skin-classic-assets.files
 

%files -n roundcubemail-plugin-kolab_2fa-skin-larry-assets -f plugin-kolab_2fa-skin-larry-assets.files
 

%files -n roundcubemail-plugin-kolab_activesync-skin-larry-assets -f plugin-kolab_activesync-skin-larry-assets.files
 

%files -n roundcubemail-plugin-kolab_activesync-skin-classic-assets -f plugin-kolab_activesync-skin-classic-assets.files
 

%files -n roundcubemail-plugin-kolab_addressbook-skin-larry-assets -f plugin-kolab_addressbook-skin-larry-assets.files
 

%files -n roundcubemail-plugin-kolab_addressbook-skin-classic-assets -f plugin-kolab_addressbook-skin-classic-assets.files
 

%files -n roundcubemail-plugin-kolab_delegation-skin-larry-assets -f plugin-kolab_delegation-skin-larry-assets.files
 

%files -n roundcubemail-plugin-kolab_delegation-skin-classic-assets -f plugin-kolab_delegation-skin-classic-assets.files
 

%files -n roundcubemail-plugin-kolab_files-skin-larry-assets -f plugin-kolab_files-skin-larry-assets.files
 

%files -n roundcubemail-plugin-kolab_notes-skin-larry-assets -f plugin-kolab_notes-skin-larry-assets.files
 

%files -n roundcubemail-plugin-kolab_tags-skin-larry-assets -f plugin-kolab_tags-skin-larry-assets.files
 

%files -n roundcubemail-plugin-kolab_zpush-skin-larry-assets -f plugin-kolab_zpush-skin-larry-assets.files
 

%files -n roundcubemail-plugin-kolab_zpush-skin-classic-assets -f plugin-kolab_zpush-skin-classic-assets.files
 

%files -n roundcubemail-plugin-libcalendaring-skin-larry-assets -f plugin-libcalendaring-skin-larry-assets.files
 

%files -n roundcubemail-plugin-libkolab-skin-larry-assets -f plugin-libkolab-skin-larry-assets.files
 

%files -n roundcubemail-plugin-owncloud-skin-larry-assets -f plugin-owncloud-skin-larry-assets.files
 

%files -n roundcubemail-plugin-owncloud-skin-classic-assets -f plugin-owncloud-skin-classic-assets.files
 

%files -n roundcubemail-plugin-tasklist-skin-larry-assets -f plugin-tasklist-skin-larry-assets.files
 

%changelog

* Tue Jul 19 2016 Denis Silakov <dsilakov@gmail.com> 3.3.0-0.git20151218.1
- (101e9c2) Build wo uglify



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14430 |14cu|routino-3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname	%mklibname routino %{major}
%define develname %mklibname -d routino

Summary:	Router for OpenStreetMap Data
Name:		routino
Version:	3.0
Release:	1
License:	AGPLv3+
Group:		File tools
URL:		http://www.routino.org/
Source0:	http://www.routino.org/download/routino-%{version}.tgz
Patch0:		r1801-Dont-create-the-.so-files-on-Windows.diff
Patch1:		r1803-Add-a-SONAME-shared-library-version-number.diff
Patch2:		install_path.diff
Patch3:		rename_router.diff
Patch4:		more_rename_router.diff
Patch5:		routino-3.0-mga_fixes.diff
Patch6:		routino-3.0-skip_cruft.diff
Patch7:		r1818-Add-Routino_Version.diff
BuildRequires:	bzip2-devel
BuildRequires:	zlib-devel
BuildRequires: pkgconfig(liblzma)

%description
Routino is a command-line application for finding a route between two points
using the dataset of topographical information collected by OpenStreetMap. It
can be used as a routing tool in Marble.

%package -n %{libname}
Summary: Shared routino library
Group: System/Libraries

%description -n %{libname}
Routino is a command-line application for finding a route between two points
using the dataset of topographical information collected by OpenStreetMap. It
can be used as a routing tool in Marble.

This package provides the shared %{name} library.

%package -n %{develname}
Summary: Development files for the %{name} library
Group: Development/C
Provides: %{name}-devel = %{version}-%{release}
Requires: %{libname} >= %{version}-%{release}

%description -n	%{develname}
Routino is a command-line application for finding a route between two points
using the dataset of topographical information collected by OpenStreetMap. It
can be used as a routing tool in Marble.

This package contains development files for the %{name} library.

%prep

%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p0

# cleanup
rm -f INSTALL.txt doc/INSTALL.txt doc/html/installation.html

# The web stuff needs more work to be packaged. The makefiles will copy things
# into the web directory if it's present, so get rid of it now.
rm -rf web

# Upstream builds but does not install extras. Don't waste build time, nor
# bother fixing the parallel make breakage there.
rm -rf extras

%build
export CFLAGS="%{optflags}"
export LDFLAGS="%{ldflags}"

%make

%install
%makeinstall_std libdir=%{_libdir}

%files
%doc %{_docdir}/%{name}/
%{_bindir}/%{name}-*
%{_datadir}/%{name}/

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so

%changelog

* Mon Jan 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 3.0-1
- (8071da9) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14431 |14cu|rox-2.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define wrappers_ver 1.0.3
%define oname ROX-Filer

Summary:	A fast and powerful graphical file manager
Name:		rox
Version:	2.11
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://rox.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-filer-%{version}.tar.bz2
Source1:	http://prdownloads.sourceforge.net/%{name}/Wrappers-%{wrappers_ver}.tgz
Source2:	rox-48.png
Source3:	rox-32.png
Source4:	rox-16.png
Patch0:		rox-filer-2.10-linkage.patch
Patch1:		rox-filer-2.7-shell.patch
Patch2:		rox-2.1.0-gnuclient.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(shared-mime-info)
BuildRequires:	pkgconfig(xt)

%description
ROX-Filer is a fast, powerful, and easy to use graphical file manager. It
has full support for drag-and-drop and application directories. The filer
can also provide a pinboard (allowing you to pin up files on your desktop
background) and panels. The emphasis is on uncluttered directory views;
menus and prompts only appear when needed.

The Wrappers package found on the Rox home page is already included.

%files -f %{name}.lang
%doc README*
%doc %{_libdir}/apps/%{oname}/Help
%doc %{_libdir}/apps/%{oname}/Messages/README
%dir %{_libdir}/apps/
%dir %{_libdir}/apps/%{oname}
%{_libdir}/apps/%{oname}/.DirIcon
%{_libdir}/apps/%{oname}/A*
%{_libdir}/apps/%{oname}/Options.xml
%dir %{_libdir}/apps/%{oname}/Messages
%{_libdir}/apps/%{oname}/ROX*
%{_libdir}/apps/%{oname}/images
%{_libdir}/apps/%{oname}/style.css
%{_libdir}/apps/%{oname}/subclasses
%{_libdir}/apps/%{oname}/Templates.ui
#wrappers
%{_libdir}/apps/A*
%{_libdir}/apps/E*
%{_libdir}/apps/G*
%{_libdir}/apps/L*
%{_libdir}/apps/M*
%{_libdir}/apps/N*
%{_libdir}/apps/O*
%{_libdir}/apps/README
%{_libdir}/apps/S*
%{_libdir}/apps/T*
%{_libdir}/apps/V*
%{_libdir}/apps/X*
%{_mandir}/man1/*
%{_bindir}/*
%dir %{_datadir}/Choices
%dir %{_datadir}/Choices/MIME-types
%{_datadir}/mime/packages/rox.xml
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -a 1 -n rox-filer-%{version}
%patch0 -p1 -b .linkage
%patch1 -p1 -b .shell
%patch2 -p1 -b .gnuclient

%build
%setup_compile_flags
mkdir %{oname}/build
pushd %{oname}/build
../src/configure
%make
popd

%install
mkdir -p %{buildroot}%{_libdir}/apps
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_datadir}/mime/packages
cp -a %{oname} %{buildroot}%{_libdir}/apps/
rm -rf %{buildroot}%{_libdir}/apps/src
rm -rf %{buildroot}%{_libdir}/apps/*/{src,build}
cp -a rox.1 %{buildroot}%{_mandir}/man1
( cd %{buildroot}%{_mandir}/man1 ; ln -s rox.1 %{oname}.1 )
cat << EOF > %{buildroot}%{_bindir}/rox
#!/bin/sh
exec %{_libdir}/apps/%{oname}/AppRun "\$@"
EOF
chmod a+x %{buildroot}%{_bindir}/rox
cp rox.xml %{buildroot}%{_datadir}/mime/packages
cp -r Choices %{buildroot}%{_datadir}

# Wrappers
cp -a Wrappers/* %{buildroot}%{_libdir}/apps/
cp -a Wrappers/README README.wrappers

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=ROX
Comment=File Manager of the ROX desktop environment
Exec=%{_bindir}/%{name} %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-System-FileTools;System;FileManager;
EOF


install -D %{SOURCE2} %{buildroot}%{_liconsdir}/%{name}.png
install -D %{SOURCE3} %{buildroot}%{_iconsdir}/%{name}.png
install -D %{SOURCE4} %{buildroot}%{_miconsdir}/%{name}.png

# remove temp file
rm -f %{buildroot}%{_libdir}/apps/Netscape/.AppRun.swp %{buildroot}%{_datadir}/Choices/MIME-types/* %{buildroot}%{_libdir}/apps/ROX-Filer/AppRun.*

for langdir in %{buildroot}%{_libdir}/apps/%{oname}/Messages/*/;do
echo "%lang($(basename $langdir)) $(echo $langdir |sed s!%{buildroot}!!)" >> %{name}.lang
done


%changelog

* Sat Jul 18 2015 dsilakov <denis.silakov@rosalab.ru> 2.11-1
- (d419c87) Merge pull request #1 from semsonic/rox:rosa2014.1
- (d419c87) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14432 |14cu|rox-session-0.41.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ROX-Session
%define appdir %_prefix/lib/apps
Name:		rox-session
Version:	0.41.0
Release:    	1
Summary:	Session manager for the ROX graphical desktop
Group:		Graphical desktop/Other
License:	GPL
URL:		http://rox.sourceforge.net/rox_session.php3
Source:		http://prdownloads.sourceforge.net/rox/%{name}-%{version}.tar.gz
Source1:	rox-session
Source2:	%name-48.png
Source3:	%name-32.png
Source4:	%name-16.png
Patch1: 	rox-session-0.26-suppress-error.patch
Requires:	rox-lib
Requires: 	python
Requires:	dbus-python
#BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildArch: noarch

%description
ROX-Session is a really simple session manager. It loads, runs any
programs you asked it to, and then quits when you run it a second time
(thus ending your session). It does not display any windows until you
ask it to quit.

The first time you run it it will offer to make itself your session
manager (so that you'll get a ROX desktop when you log in).

%prep
%setup -q -n %oname
%patch1 -p1
chmod 644 *.xml

%build
rm -f %oname/Messages/*.p?
rm -f %oname/Messages/update-po
rm -f %oname/Messages/dist

%install
rm -rf $RPM_BUILD_ROOT %name.lang
mkdir -p $RPM_BUILD_ROOT%appdir
#cp -a ./%oname $RPM_BUILD_ROOT%appdir
rm -rf %buildroot%appdir/%oname/{src,build}

#rox session entry
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat << EOF > %{buildroot}%{_sysconfdir}/X11/wmsession.d/17Rox
NAME=ROX
ICON=%name.png
DESC=Session manager for the ROX desktop
EXEC=%{_bindir}/rox-session
SCRIPT:
exec %{_bindir}/rox-session
EOF

#session script
mkdir -p %buildroot%_bindir
cp %SOURCE1 %buildroot%_bindir/%name
#gw path to the ROX-Session directory
perl -pi -e "s^%%s^%appdir/%oname^" %buildroot%_bindir/%name

#session icons
mkdir -p %buildroot{%_iconsdir,%_miconsdir,%_liconsdir}
install -m 644 %SOURCE2 %buildroot%_liconsdir/%name.png
install -m 644 %SOURCE3 %buildroot%_iconsdir/%name.png
install -m 644 %SOURCE4 %buildroot%_miconsdir/%name.png

#for gmo in %buildroot%appdir/%oname/Messages/*.gmo;do
#echo "%lang(en) $(echo $gmo|sed s!%buildroot!!)" » %name.lang
#done

%clean
rm -rf $RPM_BUILD_ROOT



%files 
#-f %name.lang
%defattr (-,root,root)
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/17Rox
%attr(755,root,root) %{_bindir}/rox-session
%_liconsdir/%name.png
%_iconsdir/%name.png
%_miconsdir/%name.png

%changelog

* Mon Jul 27 2015 dsilakov <denis.silakov@rosalab.ru> 0.41.0-1
- (d5eac62) Merge pull request #1 from semsonic/rox-session:rosa2014.1
- (d5eac62) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14433 |14cu|R-party-1.0.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  party
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.21
Release:          2
Summary:          A Laboratory for Recursive Partytioning
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/party_1.0-21.tar.gz
Requires:         R-methods R-survival R-grid R-modeltools R-coin R-zoo
Requires:         R-sandwich R-strucchange R-vcd R-stats
Requires:         R-ipred R-mlbench R-colorspace R-MASS R-mvtnorm
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires: R-TH.data
Requires: R-TH.data
BuildRequires:    R-methods R-survival R-grid R-modeltools R-coin R-zoo
BuildRequires:    R-sandwich R-strucchange R-vcd R-stats
BuildRequires:    R-ipred R-mlbench R-colorspace R-MASS R-mvtnorm
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
A computational toolbox for recursive partitioning. The core of the
package is ctree(), an implementation of conditional inference trees which
embed tree-structured regression models into a well defined theory of
conditional inference procedures. This non-parametric class of regression
trees is applicable to all kinds of regression problems, including
nominal, ordinal, numeric, censored as well as multivariate response
variables and arbitrary measurement scales of the covariates. Based on
conditional inference trees, cforest() provides an implementation of
Breiman's random forests. The function mob() implements an algorithm for
recursive partitioning based on parametric models (e.g. linear models,
GLMs or survival regression) employing parameter instability tests for
split selection. Extensible functionality for visualizing tree-structured
regression models is available.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/party/demo/strucchange-perm.R
%{rlibdir}/party/doxygen.cfg



%changelog

* Tue Jul 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.21-2
- (605db4c) Updated to 1.0.21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14434 |14cu|R-pbkrtest-0.3.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pbkrtest
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.3.8
Release:          1
Summary:          Parametric bootstrap and Kenward Roger based methods for mixed model comparison
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.3-8.tar.gz

Requires:         R-MASS R-lme4 R-parallel 
Requires:         R-Matrix 
Requires:         R-gplots 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS R-lme4 R-parallel
BuildRequires:    R-Matrix 
BuildRequires:   R-gplots 
%description
Test in linear mixed effects models. . Attention is on linear mixed
effects models as implemented in the lme4 package. . The package
implements a parametric bootstrap test . The package implements a
Kenward-Roger modification of F-tests

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# % check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog

* Sun Jul 19 2015 dsilakov <denis.silakov@rosalab.ru> 0.3.8-1
- (9f540d8) Merge pull request #1 from semsonic/R-pbkrtest:rosa2014.1
- (9f540d8) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14435 |14cu|R-PBSmapping-2.69.76-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  PBSmapping
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.69.76
Release:          1
Summary:          Mapping Fisheries Data and Spatial Analysis Tools
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/PBSmapping_%{version}.tar.gz
Requires:         R-foreign R-deldir
%if %{without bootstrap}
Requires:         R-maptools
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-foreign R-deldir
%if %{without bootstrap}
BuildRequires:    R-maptools
%endif

%description
This software has evolved from fisheries research conducted at the Pacific
Biological Station (PBS) in Nanaimo, British Columbia, Canada. It extends
the R language to include two-dimensional plotting features similar to
those commonly available in a Geographic Information System (GIS). 
Embedded C code speeds algorithms from computational geometry, such as
finding polygons that contain specified point events or converting between
longitude-latitude and Universal Transverse Mercator (UTM) coordinates. 
It includes data for a global shoreline and other data sets in the public
domain. The R directory '.../library/PBSmapping/doc' includes a complete
user's guide PBSmapping-UG.pdf. To use this package effectively, please
consult the guide.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/Extra
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/Utils
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.69.76-1
- (8f25c90) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14436 |14cu|R-pcaPP-1.9.60-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pcaPP
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.9.60
Release:          2
Summary:          Robust PCA by Projection Pursuit
Group:            Sciences/Mathematics
License:          GPL (>= 3)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.9-60.tar.gz

Requires:         R-mvtnorm 

BuildRequires:    R-devel Rmath-devel texlive-latex R-mvtnorm
BuildRequires:    lapack-devel


%description
Robust PCA by Projection Pursuit

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/help

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.9.60-2
- (d23ce33) Updated to 1.9.60



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14437 |14cu|R-penalized-0.9.45-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  penalized
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9.45
Release:          1
Summary:          L1 and L2 penalized estimation in GLMs and in the Cox model
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.9-45.tar.gz

Requires:         R-methods R-survival
Requires:         R-survival
Requires:         R-globaltest
BuildRequires:    R-devel Rmath-devel texlive-latex R-methods R-survival
BuildRequires:    R-survival
BuildRequires:    R-globaltest

%description
A package for fitting possibly high dimensional penalized regression
models. The penalty structure can be any combination of an L1 penalty
(lasso and fused lasso), an L2 penalty (ridge) and a positivity constraint
on the regression coefficients. The supported regression models are
linear, logistic and poisson regression and the Cox Proportional Hazards
model. Cross-validation routines allow optimization of the tuning

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog

* Tue Jul 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.45-1
- (2d120a8) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14438 |14cu|R-pixmap-0.4.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pixmap
%global rlibdir  %{_datadir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.4.11
Release:          1
Summary:          Bitmap Images (``Pixel Maps'')
Group:            Sciences/Mathematics
License:          GPLv2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.4-11.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-methods 

BuildRequires:    R-devel Rmath-devel R-methods texlive


%description
Functions for import, export, plotting and other manipulations of
bitmapped images.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/pictures

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.11-1
+ Revision: fa6865d
- Add texlive BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14439 |14cu|R-plotrix-3.5.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  plotrix
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3.5.12
Release:          1
Summary:          Various plotting functions
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_3.5-12.tar.gz
BuildArch:        noarch
Requires:         R-core




BuildRequires:    R-devel Rmath-devel 


%description
Lots of plots, various labeling, axis and color scaling functions.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.5.12-1
- (bbe3b9f) Updated to 3.5.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14440 |14./rosa_platform_2014.1/repository/SRPMS/contrib/updates-rpm-backup/telegram-2.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Telegram desktop client
Name:		telegram
Version:	2.5.0
Release:	1
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		https://desktop.telegram.org
Source0:	https://github.com/telegramdesktop/tdesktop/releases/download/v%{version}/tsetup.%{version}.tar.xz
#Source1:	https://github.com/telegramdesktop/tdesktop/releases/download/v%{version}/tsetup32.%{version}.tar.xz

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%description
Telegram is an Open Source instant messaging platform for mobile and
desktop focused on privacy.

%prep
%setup -q -c -T
%ifarch %{ix86}
tar xJf %{SOURCE1}
%else
tar xJf %{SOURCE0}
%endif

%build

%install
mkdir -p %{buildroot}%{_bindir}
strip Telegram/*
mv Telegram/* %{buildroot}%{_bindir}

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14441 |14cu|rpmdevtools-8.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define spectool_version 1.0.10

Name:           rpmdevtools
Version:        8.3
Release:        1
Summary:        RPM Development Tools
Group:		System/Configuration/Packaging
# rpmdev-setuptree is GPLv2, everything else GPLv2+
License:        GPLv2+ and GPLv2
URL:            https://fedorahosted.org/rpmdevtools/
Source0:        https://fedorahosted.org/released/rpmdevtools/%{name}-%{version}.tar.xz
Source1:	rosa_spec_templates.tar.xz
Source2:	inc_rel.pl
Patch0:		rpmdevtools-8.3-bugzilla.patch
Patch1:		rpmdevtools-8.3-setuptree-no-macros.patch
BuildArch:      noarch
# help2man, pod2man, *python for creating man pages
BuildRequires:  help2man
#BuildRequires:  pod2man
BuildRequires:  python >= 2.4
BuildRequires:  python-rpm
# emacs-common >= 1:22.3-3 for macros.emacs
#BuildRequires:  emacs-common >= 1:22.3-3
# xemacs-common >= 21.5.29-8 for macros.xemacs
#BuildRequires:  xemacs-common >= 21.5.29-8
Provides:       spectool = %{spectool_version}
Requires:       curl
Requires:       diffutils
Requires:       fakeroot
Requires:       file
Requires:       findutils
Requires:       gawk
Requires:       grep
Requires:       python >= 2.4
Requires:       rpm-build >= 4.4.2.3
Requires:       python-rpm
Requires:       sed
%rename checkbashisms
#Requires:       emacs-filesystem
#Requires:       xemacs-filesystem

%description
This package contains scripts to aid in development of RPM packages.
rpmdev-setuptree    Create RPM build tree within user's home directory
rpmdev-diff         Diff contents of two archives
rpmdev-newspec      Creates new .spec from template
rpmdev-rmdevelrpms  Find (and optionally remove) "development" RPMs
rpmdev-checksig     Check package signatures using alternate RPM keyring
rpminfo             Print information about executables and libraries
rpmdev-md5/sha*     Display checksums of all files in an archive file
rpmdev-vercmp       RPM version comparison checker
spectool            Expand and download sources and patches in specfiles
rpmdev-wipetree     Erase all files within dirs created by rpmdev-setuptree
rpmdev-extract      Extract various archives, "tar xvf" style
rpmdev-bumpspec     Bump revision in specfile
...and many more.


%prep
%setup -q
%apply_patches
rm -f spectemplate*spec
tar xvf %{SOURCE1}
mv rosa_spec_templates/* .

%build
%configure --libdir=%{_prefix}/lib
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_bindir}/rpmdev-packager
rm -f %{buildroot}%{_bindir}/rpmdev-newinit
rm -f %{buildroot}%{_bindir}/rpmdev-bumpspec
install -m755 %{SOURCE2} %{buildroot}%{_bindir}/rpmdev-bumpspec

%files
%doc COPYING NEWS
%config(noreplace) %{_sysconfdir}/rpmdevtools/
%{_sysconfdir}/bash_completion.d/
%{_datadir}/rpmdevtools/
%{_bindir}/*
%{_mandir}/man?/*


%changelog

* Tue Jul 19 2016 Denis Silakov <dsilakov@gmail.com> 8.3-1
- (e79d5b2) Rename checkbashisms



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14442 |14cu|R-pmml-1.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pmml
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.4.2
Release:          2
Summary:          Generate PMML for various models
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/pmml_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-XML 
Requires:         R-arules R-nnet R-rpart R-randomSurvivalForest R-randomForest R-kernlab 
BuildRequires:    R-devel Rmath-devel  R-XML
BuildRequires:	R-pmmlTransformations R-mlbench R-e1071
BuildRequires:	R-glmnet R-ada R-randomForestSRC R-amap R-rattle
Requires:	R-pmmlTransformations R-mlbench R-e1071
Requires:	R-glmnet R-ada R-randomForestSRC R-amap R-rattle
BuildRequires:    R-arules R-nnet R-rpart R-randomSurvivalForest R-randomForest R-kernlab 

%description
The Predictive Modelling Markup Language (PMML) is a language for
representing models using XML in an application independent way. Such
models can then be shared with other applications that support PMML (see
http://www.dmg.org/products.html). The generic pmml() function takes an R
model as its argument and returns the corresponding PMML.  Currently
supported models for export include linear regression (lm and glm),
support vector machines (ksvm), decision trees (rpart), neural networks
(nnet, multinom), association rules (arules), survival models (coxph,
survreg), random survival forests (randomSurvivalForest), and clusters
(kmeans, hclust).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-2
- (b8e748e) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14443 |14cu|R-pmmlTransformations-1.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pmmlTransformations
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.2.2
Release:          3
Summary:          Transforms input data from a PMML perspective
Group:            Sciences/Mathematics
License:          LGPL (>= 2.1)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core



Requires:         R-pmml 
BuildRequires:    R-devel Rmath-devel  

BuildRequires:   R-pmml 
%description
Allows for data to be transformed before using it to construct models.
Builds structures to allow functions in the PMML package to output
transformation details in addition to the model in the resulting PMML

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-3
- (5184cf9) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14444 |14cu|rpmorphan-1.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           rpmorphan
Version:        1.12
Release:        1
Epoch:          0
Summary:        Find orphaned RPM packages
Group:          System/Configuration/Packaging
License:        GPLv2+
URL:            http://rpmorphan.sourceforge.net/
Source0:        http://downloads.sourceforge.net/sourceforge/rpmorphan/rpmorphan-%{version}.tar.gz
Source1:        rpmorphan.logrotate
Requires:       perl-Tk
Requires:       rpm
Requires(post): rpm-helper
BuildArch:      noarch

%description
rpmorphan finds orphaned packages on your system. It determines
which packages have no other packages depending on their installation,
and shows you a list of these packages.

It intends to be clone of deborphan Debian tools for RPM packages.

%prep
%setup -q

%build

%install
%makeinstall_std

%{__mv} %{buildroot}%{_bindir}/rpmorphan{.pl,}
%{__mv} %{buildroot}%{_bindir}/rpmusage{.pl,}
%{__perl} -pi -e 's/^rpmorphan\.pl/rpmorphan/g' %{buildroot}%{_bindir}/rpmorphan %{buildroot}%{_mandir}/man1/rpmorphan.1
%{__perl} -pi -e 's/^rpmusage\.pl/rpmorphan/g' %{buildroot}%{_bindir}/rpmusage %{buildroot}%{_mandir}/man1/rpmusage.1

%{__mkdir_p} %{buildroot}%{_sysconfdir}/logrotate.d
%{__cp} -p %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

%post
%create_ghostfile %{_logdir}/rpmorphan.log root root 644

%files
%defattr(0644,root,root,0755)
%doc Authors Changelog COPYING NEWS Readme rpmorphan.lsm Todo
%attr(0755,root,root) %{_bindir}/rpmorphan
%attr(0755,root,root) %{_bindir}/rpmusage
%attr(0755,root,root) %{_bindir}/rpmextra
%attr(0755,root,root) %{_bindir}/rpmextra.pl
%attr(0755,root,root) %{_bindir}/grpmorphan
%attr(0755,root,root) %{_bindir}/rpmdep
%attr(0755,root,root) %{_bindir}/rpmdep.pl
%attr(0755,root,root) %{_bindir}/rpmduplicates
%attr(0755,root,root) %{_bindir}/rpmduplicates.pl
%{_mandir}/man1/rpmdep.1.xz
%{_mandir}/man1/rpmextra.1.xz
%{_mandir}/man1/rpmduplicates.1.xz
%ghost %{_logdir}/rpmorphan.log
%{_mandir}/man1/rpmorphan.1*
%{_mandir}/man1/rpmusage.1*
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config /etc/rpmorphanrc
%dir %{_var}/lib/rpmorphan
%{_var}/lib/rpmorphan/keep
/usr/lib/%{name}/locale/en/rpmorphan_trans.pl
/usr/lib/%{name}/locale/fr_FR/rpmorphan_trans.pl
%attr(644, root, root) /usr/lib/rpmorphan/rpmorphan-lib.pl
%attr(644, root, root) /usr/lib/rpmorphan/rpmorphan-curses-lib.pl
%attr(644, root, root) /usr/lib/rpmorphan/rpmorphan-tk-lib.pl


%changelog

* Sat Jul 18 2015 dsilakov <denis.silakov@rosalab.ru> 0:1.12-1
- (3ff24eb) Merge pull request #1 from semsonic/rpmorphan:rosa2014.1
- (3ff24eb) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14445 |14cu|rpmrebuild-2.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           rpmrebuild
Version:        2.11
Release:        4
Epoch:          1
Summary:        Tool to build an RPM file from the RPM database
Group:          System/Configuration/Packaging
License:        GPLv2+
URL:            http://rpmrebuild.sourceforge.net/
Source0:        http://downloads.sourceforge.net/sourceforge/rpmrebuild/rpmrebuild-%{version}.tar.gz
Patch0:		rpmrebuild-2.11-rpm5.patch
Requires:       rpm-build
BuildArch:      noarch

%description
rpmrebuild allows for the building of an RPM file from an installed RPM
or from another RPM file with or without changes (batch or interactive).
It can be extended by a plugin system.

Typical usage is the easy repackaging of software after a configuration
change.

%prep
%setup -c rpmrebuild
%patch0 -p1

%build
%make

%install
%makeinstall_std

%clean

%files -f rpmrebuild.files

%changelog

* Thu Apr 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.11-4
- (f0f45ac) Updated to 2.11, patch to work with our rpm



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14446 |14cu|R-prabclus-2.2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  prabclus
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2.2.6
Release:          3
Summary:          Clustering of presence-absence, abundance and multilocus genetic data
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2.2-6.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-MASS R-mclust 
Requires:         R-spdep R-maptools R-foreign R-mvtnorm 
BuildRequires:    R-devel Rmath-devel  R-MASS R-mclust
BuildRequires:    R-spdep R-maptools R-foreign R-mvtnorm 

%description
Distance-based parametric bootstrap tests for clustering with spatial
neighborhood information. Some distance measures, Clustering of
presence-absence, abundance and multilocus genetical data for species
delimitation, nearest neighbor based noise detection. Try package?prabclus
for on overview. Note that the use of the package mclust (called by
function prabclust) is protected by a special license, see
http://www.stat.washington.edu/mclust/license.txt, particularly point 6.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/extdata
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2.6-3
- (1118500) Updated to 2.2.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14447 |14cu|R-pROC-1.7.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  pROC
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.7.3
Release:          1
Summary:          display and analyze ROC curves
Group:            Sciences/Mathematics
License:          GPLv3+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-plyr R-utils R-methods R-Rcpp 
Requires:         R-microbenchmark R-tcltk R-MASS R-logcondens R-doMC R-doSNOW 
BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-plyr R-utils R-methods R-Rcpp 
BuildRequires:   R-microbenchmark R-tcltk R-MASS R-logcondens R-doMC R-doSNOW 

%description
Tools for visualizing, smoothing and comparing receiver operating
characteristic (ROC curves). (Partial) area under the curve (AUC) can be
compared with statistical tests based on U-statistics or bootstrap.
Confidence intervals can be computed for (p)AUC or ROC curves.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/data

%changelog
* Mon Dec 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.3-1
+ Revision: 085f4d1
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14448 |14cu|R-proxy-0.4.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  proxy
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.4.14
Release:          2
Summary:          Distance and Similarity Measures
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/proxy_0.4-14.tar.gz
%if %{without bootstrap}
Requires:         R-cba
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
%if %{without bootstrap}
BuildRequires:    R-cba
%endif

%description
Provides an extensible framework for the effcient calculation of auto- and
cross-proximities, along with implementations of the most popular ones.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4.14-2
- (a7bdc6a) Updated to 0.4.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14449 |14cu|R-psych-1.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  psych
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.5.4
Release:          2
Summary:          Procedures for Psychological, Psychometric, and Personality Research
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/psych_%{version}.tar.gz
Requires:         R-MASS R-GPArotation R-graph R-Rgraphviz R-mvtnorm R-polycor R-sem R-Rcsdp R-lavaan 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-MASS R-GPArotation R-graph R-Rgraphviz R-mvtnorm R-polycor R-sem R-Rcsdp R-lavaan 

%define debug_package %{nil}

%description
A number of routines for personality, psychometrics and experimental
psychology.  Functions are primarily for scale construction using factor
analysis, cluster analysis and reliability analysis, although others
provide basic descriptive statistics. Item Response Theory is done using
factor analysis of tetrachoric and polychoric correlations. Functions for
simulating particular item and test structures are included. Several
functions serve as a useful front end for structural equation modeling. 
Graphical displays of path diagrams, factor analysis and structural
equation models are created using basic graphics. Some of the functions
are written to support a book on psychometrics as well as publications in
personality research. For more information, see the
personality-project.org/r webpage.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.Rd
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5.4-2
- (9f0849a) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14450 |14cu|R-quantreg-5.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  quantreg
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          5.11
Release:          2
Summary:          Quantile Regression
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/quantreg_%{version}.tar.gz
Requires:         R-stats R-SparseM R-tripack R-akima R-MASS R-survival R-rgl
Requires:         R-logspline R-nor1mix R-MatrixModels R-Matrix R-Formula
%if %{without bootstrap}
Requires:         R-zoo
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-stats R-SparseM R-tripack R-akima R-MASS R-survival R-rgl
BuildRequires:    R-logspline R-nor1mix R-MatrixModels R-Matrix R-Formula
%if %{without bootstrap}
BuildRequires:    R-zoo
%endif
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
Quantile regression and related methods.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/FAQ
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/TODO
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.11-2
- (18827d5) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14451 |14cu|R-R2HTML-2.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  R2HTML
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.3.1
Release:          3
Summary:          HTML exportation for R objects
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-boot R-splines R-survival R-stats R-cluster R-nlme R-rpart R-nnet R-utils 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-boot R-splines R-survival R-stats R-cluster R-nlme R-rpart R-nnet R-utils 
%rename R-cran-R2HTML

%description
Includes HTML function and methods to write in an HTML file. Thus, making
HTML reports is easy. Includes a function that allows redirection on the
fly, which appears to be very usefull for teaching purpose, as the student
can keep a copy of the produced output to keep all that he did during the
course. Package comes with a vignette describing how to write HTML reports
for statistical analysis. Finally, a driver for Sweave allows to parse
HTML flat files containing R code and to automatically write the
corresponding outputs (tables and graphs).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/output
%{rlibdir}/%{packname}/samples



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-3
- (55ec8c6) Updated to 2.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14452 |14cu|R-RandomFields-3.0.62-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RandomFields
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.0.62
Release:          1
Summary:          Simulation and Analysis of Random Fields
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/RandomFields_3.0.62.tar.gz
BuildRequires:    R-devel Rmath-devel
BuildRequires:    R-sp
BuildRequires:    blas-devel
BuildRequires:    lapack-devel
Requires:    R-sp
BuildRequires:  R-raster R-tcltk2 R-tkrplot R-spam R-colorspace
Requires:       R-raster R-tcltk2 R-tkrplot R-spam R-colorspace


%description
Simulation of Gaussian and extreme value random fields; conditional
simulation; kriging

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Requires too much RAM
# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/doc

%changelog

* Tue Jul 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0.62-1
- (4e1834a) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14453 |14cu|R-randomForest-4.6.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  randomForest
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          4.6.10
Release:          1
Summary:          Breiman and Cutler's random forests for classification and regression
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/randomForest_4.6-10.tar.gz
Requires:         R-stats 
Requires:         R-RColorBrewer R-MASS 
BuildRequires:    R-devel Rmath-devel  R-stats
BuildRequires:    R-RColorBrewer R-MASS 

%description
Classification and regression based on a forest of trees using random

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.6.10-1
- (d86dc13) Updated to 4.6.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14454 |14cu|R-RANN-2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RANN
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.5
Release:          1
Summary:          Fast Nearest Neighbour Search
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/RANN_%{version}.tar.gz
BuildRequires:    R-devel Rmath-devel R-testthat
Requires:	R-testthat

%description
Finds the k nearest neighbours for every point in a given dataset in O(N
log N) time using Arya and Mount's ANN library (v1.1.1).  Two functions
allow searches for nearest neighbours within a point set or between two
separate point sets. There is support for approximate as well as exact
searches, fixed radius searches and bd as well as kd trees. This version
updates ANN 1.1.3 and fixes package compilation on Windows.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/COPYRIGHT

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5-1
- (8384778) Added testthat BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14455 |14cu|R-raster-2.3.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  raster
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.3.12
Release:          2
Summary:          raster: Geographic data analysis and modeling
Group:            Sciences/Mathematics
License:          GPLv3+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2.3-12.tar.gz

Requires:         R-methods R-sp

Requires:         R-rgdal R-rgeos R-ncdf R-igraph R-snow R-tcltk
Requires:         R-rasterVis
BuildRequires:    R-devel Rmath-devel R-methods R-sp
BuildRequires:   R-rgdal R-rgeos R-ncdf R-igraph R-snow R-tcltk
BuildRequires:    R-rasterVis

%description
Reading, writing, manipulating, analyzing and modeling of gridded spatial
data. The package implements basic and high-level functions. Processing of
very large files is supported.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Check suggests R-ncdf4 for early netcdf versions
# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/external

%changelog
* Tue Dec 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.12-2
+ Revision: 731409d
- Rebuild with rasterVis



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14456 |14cu|R-rasterVis-0.32-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rasterVis
%global rlibdir  %{_datadir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.32
Release:          1
Summary:          Visualization methods for the raster package
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-methods R-raster R-lattice R-latticeExtra R-hexbin 
Requires:         R-grid R-grDevices R-sp R-zoo R-RColorBrewer 
Requires:         R-parallel R-rgl R-ggplot2 R-colorspace R-dichromat 
BuildRequires:    R-devel Rmath-devel R-methods R-raster R-lattice R-latticeExtra R-hexbin
BuildRequires:    R-grid R-grDevices R-sp R-zoo R-RColorBrewer 
BuildRequires:   R-parallel R-rgl R-ggplot2 R-colorspace R-dichromat 

%description
The raster package defines classes and methods for spatial raster data
access and manipulation. The rasterVis package complements raster
providing a set of methods for enhanced visualization and interaction.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog
* Tue Dec 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.32-1
+ Revision: 5a46196
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14457 |14cu|R-RBGL-1.44.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RBGL
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.44.0
Release:          1
Summary:          An interface to the BOOST graph library
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/RBGL_%{version}.tar.gz
Requires:         R-graph R-methods 
Requires:         R-methods 
Requires:         R-Rgraphviz 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-graph R-methods
BuildRequires:    R-methods 
BuildRequires:    R-Rgraphviz 
BuildRequires:    blas-devel
BuildRequires:    boost-devel
BuildRequires:    graphviz-devel
BuildRequires:    lapack-devel

%description
A fairly extensive and comprehensive interface to the graph algorithms
contained in the BOOST library.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/XML
%{rlibdir}/%{packname}/boostExamples
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demos
%{rlibdir}/%{packname}/dot
%{rlibdir}/%{packname}/dtd
%{rlibdir}/%{packname}/fdep.ps
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/unitTests

%changelog

* Fri Jul 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.44.0-1
- (3d650d9) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14458 |14cu|R-Rcgmin-2013.2.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rcgmin
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2013.2.21
Release:          1
Summary:          Conjugate gradient minimization of nonlinear functions with box constraints
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2013-2.21.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-numDeriv 

BuildRequires:    R-devel Rmath-devel  R-numDeriv texlive


%description
Conjugate gradient minimization of nonlinear functions with box
constraints incorporating Dai/Yuan update

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help

%changelog

* Wed Jul 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 2013.2.21-1
- (7461d56) Updated to 2013-2.21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14459 |14cu|R-Rcmdr-2.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rcmdr
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.0.4
Release:          3
Summary:          R Commander

Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Rcmdr_2.0-4.tar.gz
Requires:         R-tcltk R-grDevices R-utils R-car 
Requires:         R-abind R-aplpack R-colorspace R-effects R-e1071 R-foreign R-grid R-Hmisc R-lattice R-leaps R-lmtest R-MASS R-multcomp R-nlme R-nnet R-relimp R-rgl R-RODBC R-sem 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-tcltk R-grDevices R-utils R-car
BuildRequires:    R-abind R-aplpack R-colorspace R-effects R-e1071 R-foreign R-grid R-Hmisc R-lattice R-leaps R-lmtest R-MASS R-multcomp R-nlme R-nnet R-relimp R-rgl R-RODBC R-sem 

%description
A platform-independent basic-statistics GUI (graphical user interface) for
R, based on the tcltk package.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/etc
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/po



%changelog

* Thu Jun 30 2016 Denis Silakov <dsilakov@gmail.com> 2.0.4-3
- (979cd1d) Drop mgcv requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14460 |14cu|R-RColorBrewer-1.1_2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RColorBrewer
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.1_2
Release:          1
Summary:          ColorBrewer palettes
Group:            Sciences/Mathematics
License:          Apache License 2.0
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.1-2.tar.gz
BuildArch:        noarch
Requires:         R-core
BuildRequires:    R-devel Rmath-devel  

%description
The packages provides palettes for drawing nice maps shaded according to a

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/COPYING
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog

* Fri Jul 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1_2-1
- (dd6f987) Updated to 1.1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14461 |14cu|R-Rcpp-0.11.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rcpp
%global rlibdir  %{_libdir}/R/library

%define __noautoreq '/usr/bin/R'

Name:             R-%{packname}
Version:          0.11.6
Release:          1
Summary:          Seamless R and C++ Integration
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Rcpp_%{version}.tar.gz
Requires:         R-methods 
Requires:         R-RUnit
Requires:         R-inline
Requires:         R-rbenchmark 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-methods
BuildRequires:    R-RUnit
BuildRequires:    R-inline
BuildRequires:    R-rbenchmark 

%description
The Rcpp package provides R functions as well as a C++ library which
facilitate the integration of R and C++. . R data types (SEXP) are matched
to C++ objects in a class hierarchy. All R types are supported (vectors,
functions, environment, etc ...)  and each type is mapped to a dedicated
class. For example, numeric vectors are represented as instances of the
Rcpp::NumericVector class, environments are represented as instances of
Rcpp::Environment, functions are represented as Rcpp::Function, etc ...
The "Rcpp-introduction" vignette provides a good entry point to Rcpp. .
Conversion from C++ to R and back is driven by the templates Rcpp::wrap
and Rcpp::as which are highly flexible and extensible, as documented in
the "Rcpp-extending" vignette. . Rcpp also provides Rcpp modules, a
framework that allows exposing C++ functions and classes to the R level.
The "Rcpp-modules" vignette details the current set of features of
Rcpp-modules. . Rcpp includes a concept called Rcpp sugar that brings many
R functions into C++. Sugar takes advantage of lazy evaluation and
expression templates to achieve great performance while exposing a syntax
that is much nicer to use than the equivalent low-level loop code. The
"Rcpp-sugar" vignette gives an overview of the feature. . Several examples
are included, and more than 750 unit tests in over 330 unit test functions
provide additional usage examples. . An earlier version of Rcpp,
containing what we now call the 'classic Rcpp API' was written during 2005
and 2006 by Dominick Samperi. This code has been factored out of Rcpp into
the package RcppClassic, and it is still available for code relying on the
older interface. New development should use alwayse use this Rcpp package

%prep
%setup -q -c -n %{packname}
perl -pi -e 's|%{_bindir}/r|%{_bindir}/R|;' `find . -name \*.R` `find . -name \*.r`

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/announce
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/README
%doc %{rlibdir}/%{packname}/THANKS
%doc %{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/discovery
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
# %{rlibdir}/%{packname}/lib
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/prompt
%{rlibdir}/%{packname}/skeleton
%{rlibdir}/%{packname}/unitTests



%changelog

* Thu Jul 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.11.6-1
- (7365bcd) Updated to 0.11.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14462 |14cu|R-Rcsdp-0.1.53-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rcsdp
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.1.53
Release:          2
Summary:          R interface to the CSDP semidefinite programming library
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Rcsdp_%{version}.tar.gz
Requires:         R-Matrix 
BuildRequires:    R-devel Rmath-devel  
BuildRequires:    R-Matrix 
BuildRequires:    blas-devel
BuildRequires:    coin-or-devel
BuildRequires:    lapack-devel

%description
R interface to the CSDP semidefinite programming library. Installs version
6.0.1 of CSDP from the COIN-OR website if required. An existing
intallation of CSDP may be used by passing the proper configure arguments
to the installation command. See the INSTALL file for further details.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/INSTALL
%{rlibdir}/%{packname}/INDEX
# %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.53-2
- (11e3a5f) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14463 |14cu|R-RCurl-1.95.4.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RCurl
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.95.4.7
Release:          1
Summary:          General network (HTTP/FTP/...) client interface for R
Group:            Sciences/Mathematics
License:          BSD
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Requires:         R-methods R-bitops R-Rcompression R-XML
BuildRequires:    R-devel Rmath-devel 
Source0:          http://cran.r-project.org/src/contrib/RCurl_1.95-4.7.tar.gz
BuildRequires:    R-methods R-bitops R-Rcompression R-XML
BuildRequires:    curl-devel

%description
The package allows one to compose general HTTP requests and provides
convenient functions to fetch URIs, get & post forms, etc. and process the
results returned by the Web server. This provides a great deal of control
over the HTTP/FTP/... connection and the form of the request while
providing a higher-level interface than is available just using R socket
connections.  Additionally, the underlying implementation is robust and
extensive, supporting FTP/FTPS/TFTP (uploads and downloads), SSL/HTTPS,
telnet, dict, ldap, and also supports cookies, redirects, authentication,

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CurlSSL
%{rlibdir}/%{packname}/HTTPErrors
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/enums
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/etc

%changelog

* Wed Jul 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.95.4.7-1
- (567aa3c) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14464 |14cu|R-reshape-0.8.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  reshape
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.8.5
Release:          3
Summary:          Flexibly reshape data
Group:            Sciences/Mathematics
License:          MIT
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-plyr 
BuildRequires:    R-devel Rmath-devel  R-plyr texlive-collection-latex

%description
Reshape lets you flexibly restructure and aggregate data using just two
functions: melt and cast.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.5-3
- (75a94b2) Fix spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14465 |14cu|R-reshape2-1.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname reshape2
%global rlibdir %{_libdir}/R/library

Name:		R-%{packname}
Version:	1.4.1
Release:	2
Summary:	Flexibly reshape data: a reboot of the reshape package
Group:		Sciences/Mathematics
License:	MIT
URL:		http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:	http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:	R-core R-plyr R-stringr R-lattice
BuildRequires:	R-devel Rmath-devel R-plyr R-stringr R-lattice 

%description
Reshape lets you flexibly restructure and aggregate data
using just two functions: melt and cast.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/libs

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.1-2
- (51a1968) Fix spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14466 |14cu|R-rgeos-0.3.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  rgeos
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.3.11
Release:          1
Summary:          Interface to Geometry Engine - Open Source (GEOS)
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/rgeos_0.3-11.tar.gz
Requires:         R-methods R-sp R-stringr R-testthat R-plyr R-XML
%if %{without bootstrap}
Requires:         R-maptools
%endif
Requires:         gdal
Requires:         gdal-devel
Requires:         proj
BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-methods R-sp R-stringr R-testthat R-plyr R-XML
%if %{without bootstrap}
BuildRequires:    R-maptools
%endif
BuildRequires:    gdal
BuildRequires:    gdal-devel
BuildRequires:    proj

%description
Interface to Geometry Engine - Open Source (GEOS) using the C API for
topology operations on geometries.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/README*
%doc %{rlibdir}/%{packname}/SVN_VERSION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/poly-ex-gpc
%{rlibdir}/%{packname}/test*
%{rlibdir}/%{packname}/wkts


%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.11-1
- (a5870a6) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14467 |14cu|R-rggobi-2.1.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rggobi
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.1.20
Release:          3
Summary:          Interface between R and GGobi
Group:            Sciences/Mathematics
License:          BSD
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/rggobi_%{version}.tar.gz
Requires:         R-RGtk2 R-utils R-methods R-reshape
BuildRequires:    R-devel Rmath-devel
BuildRequires:    R-RGtk2 R-utils R-methods R-reshape
BuildRequires:    ggobi-devel
BuildRequires:    octave-devel

%description
The rggobi package provides a command-line interface to GGobi, an
interactive and dynamic graphics package. Rggobi complements GGobi's
graphical user interface, providing a way to fluidly transition between
analysis and exploration, as well as automating common tasks.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
if [ x$DISPLAY != x ];	then %{_bindir}/R CMD check %{packname}
else			true
fi

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.20-3
- (70fcc7e) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14468 |14cu|R-rgl-0.95.1247-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rgl
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.95.1247
Release:          1
Summary:          3D visualization device system (OpenGL)
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/rgl_%{version}.tar.gz
Requires:         R-stats R-grDevices 
Requires:         R-MASS 
BuildRequires:    R-devel Rmath-devel  R-stats R-grDevices
BuildRequires:    R-MASS 
BuildRequires:    png-devel
BuildRequires:    pkgconfig(gl)
BuildRequires:    pkgconfig(glu)
%rename R-cran-rgl

%description
3D visualization device (OpenGL)

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/demodata
%{rlibdir}/%{packname}/fonts
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/doc
%{rlibdir}/%{packname}/textures
%{rlibdir}/%{packname}/WebGL



%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.95.1247-1
- (9544064) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14469 |14cu|R-RGtk2-2.20.31-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RGtk2
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.20.31
Release:          1
Summary:          R bindings for Gtk 2.8.0 and above
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/RGtk2_%{version}.tar.gz
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    gtk2-devel
BuildRequires:    pkgconfig(libglade-2.0)
%rename R-cran-RGtk2

%description
Facilities in the R language for programming graphical interfaces using
Gtk, the Gimp Tool Kit.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/images
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/ui



%changelog

* Thu Jul 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.20.31-1
- (ad958e0) Drop patch - merged upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14470 |14cu|R-Rmalschains-0.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rmalschains
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.2.2
Release:          1
Summary:          Continuous Optimization using MA-LS-Chains
Group:            Sciences/Mathematics
License:          GPLv3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.2-2.tar.gz

Requires:         R-Rcpp 

Requires:         R-inline 
BuildRequires:    R-devel Rmath-devel  R-Rcpp

BuildRequires:   R-inline 
%description
This package implements an algorithm family for continuous optimization
called memetic algorithms with local search chains (MA-LS-Chains). Memetic
algorithms are hybridizations of genetic algorithms with local search
methods. They are especially suited for continuous optimization.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog

* Tue Jul 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-1
- (12332e1) Updated to 0.2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14471 |14cu|R-rms-4.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rms
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          4.1.1
Release:          1
Summary:          Regression Modeling Strategies
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/rms_4.1-1.tar.gz
Requires:         R-Hmisc R-survival 
Requires:         R-survival 
Requires:         R-lattice R-quantreg R-nlme R-rpart R-polspline R-multcomp 
BuildRequires:    R-devel Rmath-devel  R-Hmisc R-survival
BuildRequires:    R-survival 
BuildRequires:    R-lattice R-quantreg R-nlme R-rpart R-polspline R-multcomp 
BuildRequires:    x11-server-xvfb

%description
Regression modeling, testing, estimation, validation, graphics,
prediction, and typesetting by storing enhanced model design attributes in
the fit.  rms is a collection of 229 functions that assist with and
streamline modeling.  It also contains functions for binary and ordinal
logistic regression models and the Buckley-James multiple regression model
for right-censored responses, and implements penalized maximum likelihood
estimation for logistic and ordinary linear models. rms works with almost
any regression model, but it was especially written to work with binary or
ordinal logistic regression, Cox regression, accelerated failure time
models, ordinary linear models, the Buckley-James model, generalized least
squares for serially or spatially correlated observations, generalized
linear models, and quantile regression.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
#xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/demo

%changelog

* Tue Jul 21 2015 dsilakov <denis.silakov@rosalab.ru> 4.1.1-1
- (e096fa1) Merge pull request #1 from semsonic/R-rms:rosa2014.1
- (e096fa1) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14472 |14cu|R-robust-0.4.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  robust
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.4.16
Release:          1
Summary:          Robust Library
Group:            Sciences/Mathematics
License:          GPLv1+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.4-16.tar.gz

Requires:         R-fit.models R-MASS R-lattice R-robustbase R-rrcov 
Requires:         R-stats R-robustbase 

BuildRequires:    R-devel Rmath-devel  R-fit.models R-MASS R-lattice R-robustbase R-rrcov
BuildRequires:    R-stats R-robustbase 
BuildRequires:    lapack-devel

%description
A package of robust methods.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/C*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data*
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/tests_S

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4.16-1
- (54ae1b2) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14473 |14cu|R-robustbase-0.92.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  robustbase
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.92.4
Release:          1
Summary:          Basic Robust Statistics

Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/robustbase_0.92-4.tar.gz
Requires:         R-stats R-graphics R-methods 
Requires:         R-MASS R-lattice R-boot R-MPV R-xtable R-ggplot2 R-RColorBrewer 
Requires:         R-reshape2
Requires:         R-robust R-fit.models R-catdata
BuildRequires:    R-devel Rmath-devel texlive R-stats R-graphics R-methods
BuildRequires:    R-DEoptimR
Requires:         R-DEoptimR R-GGally
BuildRequires:    R-robust R-fit.models R-catdata
BuildRequires:    R-MASS R-lattice R-boot R-MPV R-xtable R-ggplot2 R-RColorBrewer 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel
BuildRequires:    R-reshape2 R-GGally

%description
"Essential" Robust Statistics.  The goal is to provide tools allowing to
analyze data with robust methods.  This includes regression methodology
including model selections and multivariate statistics where we strive to
cover the book "Robust Statistics, Theory and Methods" by Maronna, Martin
and Yohai; Wiley 2006.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# Fails due to texlive issues
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/Copyrights
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/external
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/xtraR
%{rlibdir}/%{packname}/po

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.92.4-1
- (29d7b8b) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14474 |14cu|R-roxygen2-4.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  roxygen2
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          4.1.0
Release:          2
Summary:          In-source Documentation for R
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-stringr R-brew R-digest R-methods R-Rcpp
Requires:         R-testthat R-knitr
BuildRequires:    R-devel Rmath-devel
BuildRequires:    R-stringr R-brew R-digest R-methods R-Rcpp
BuildRequires:    R-testthat R-knitr
BuildRequires:    texlive-collection-langgreek

%description
A Doxygen-like in-source documentation system for Rd, collation, and

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog
* Sat Feb 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.1.0-2
+ Revision: 34b0520
- Add texlive BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14475 |14cu|R-rrcov-1.3.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  rrcov
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.3.8
Release:          1
Summary:          Scalable Robust Estimators with High Breakdown Point
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.3-8.tar.gz

Requires:         R-methods R-robustbase R-pcaPP 
Requires:         R-stats4 R-mvtnorm 
Requires:         R-grid R-lattice R-cluster R-mclust R-MASS R-ellipse 
BuildRequires:    R-devel Rmath-devel texlive-latex R-methods R-robustbase R-pcaPP
BuildRequires:    R-stats4 R-mvtnorm 
BuildRequires:    R-grid R-lattice R-cluster R-mclust R-MASS R-ellipse 
BuildRequires:    lapack-devel

%description
Robust Location and Scatter Estimation and Robust Multivariate Analysis
with High Breakdown Point.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/bm
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.8-1
- (c0103ea) Updated to 1.3.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14476 |14cu|R-Rsamtools-1.20.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  Rsamtools
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.20.4
Release:          1
Summary:          Binary alignment (BAM), variant call (BCF), or tabix file import
Group:            Sciences/Mathematics
License:          Artistic-2.0 + file LICENSE
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/Rsamtools_%{version}.tar.gz
Requires:         R-methods R-IRanges R-GenomicRanges R-Biostrings
Requires:         R-utils R-zlibbioc R-rtracklayer R-bitops
%if %{with bootstrap}
Requires:         R-RUnit R-KEGG.db
%else
Requires:         R-ShortRead R-GenomicFeatures R-RUnit R-KEGG.db R-pasillaBamSubset R-GenomicAlignments
Requires:         R-TxDb.Dmelanogaster.UCSC.dm3.ensGene R-TxDb.Hsapiens.UCSC.hg18.knownGene R-RNAseqData.HNRNPC.bam.chr14
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-GenomeInfoDb R-S4Vectors R-methods R-IRanges R-XVector R-GenomicRanges R-Biostrings
BuildRequires:    R-utils R-zlibbioc R-rtracklayer R-bitops
Requires:	R-GenomeInfoDb R-S4Vectors R-methods R-IRanges R-XVector R-GenomicRanges R-Biostrings
Requires:	R-utils R-zlibbioc R-rtracklayer R-bitops
%if %{with bootstrap}
BuildRequires:    R-RUnit R-KEGG.db
%else
BuildRequires:    R-ShortRead R-GenomicFeatures R-RUnit R-KEGG.db R-pasillaBamSubset R-GenomicAlignments
BuildRequires:    R-TxDb.Dmelanogaster.UCSC.dm3.ensGene R-TxDb.Hsapiens.UCSC.hg18.knownGene R-RNAseqData.HNRNPC.bam.chr14
%endif

%description
This package provides an interface to the 'samtools', 'bcftools', and
'tabix' utilities (see 'LICENCE') for manipulating SAM (Sequence Alignment
/ Map), binary variant call (BCF) and compressed indexed tab-delimited
(tabix) files.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/scripts
%{rlibdir}/%{packname}/unitTests
%{rlibdir}/%{packname}/usrlib

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.20.4-1
- (50950e2) Add more requirements, bootstrap



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14477 |14cu|R-RSQLite-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RSQLite
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.0.0
Release:          2
Summary:          SQLite interface for R
Group:            Sciences/Mathematics
License:          LGPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/RSQLite_%{version}.tar.gz
Requires:         R-methods R-DBI R-RUnit
BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-methods R-DBI R-RUnit
BuildRequires:    sqlite3-devel

%description
Database Interface R driver for SQLite. This package embeds the SQLite
database engine in R and provides an interface compliant with the DBI
package. The source for the SQLite engine (version 3.7.9) is included.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/db

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-2
- (0012dd8) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14478 |14cu|R-RSvgDevice-0.6.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RSvgDevice
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6.4.4
Release:          2
Summary:          An R SVG graphics device
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/RSvgDevice_%{version}.tar.gz
BuildRequires:    R-devel Rmath-devel texlive

%description
A graphics device for R that uses the w3.org xml standard for Scalable
Vector Graphics.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.4.4-2
- (f937938) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14479 |14cu|R-Rsymphony-0.1.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rsymphony
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.1.21
Release:          2
Summary:          Symphony in R
Group:            Sciences/Mathematics
License:          EPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Rsymphony_0.1-21.tar.gz
BuildRequires:    R-devel Rmath-devel  
BuildRequires:    coin-or-devel
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
An R interface to the SYMPHONY MILP solver (version 5.4.3).

%prep
%setup -q -c -n %{packname}
perl -pi -e 's|^(SYMPHONY_LIBS="-lSym)"|$1 -lCgl -lOsiClp -lClp -lOsi -lCoinUtils"|;' \
    Rsymphony/configure

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.21-2
- (8475750) Upload tarball, drop unneded patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14480 |14cu|R-rtracklayer-1.28.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with internet
%bcond_with bootstrap
%global packname  rtracklayer
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.28.6
Release:          1
Summary:          R interface to genome browsers and their annotation tracks
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/rtracklayer_%{version}.tar.gz
Requires:         R-methods R-RCurl R-XML R-IRanges R-GenomicRanges R-GenomicAlignments
Requires:         R-Biostrings R-BSgenome R-zlibbioc
Requires:         R-Rsamtools
%if %{with bootstrap}
Requires:         R-microRNA R-genefilter R-org.Hs.eg.db
Requires:         R-BSgenome.Hsapiens.UCSC.hg19 R-hgu133plus2.db
%else
Requires:         R-humanStemCell R-microRNA R-genefilter R-limma
Requires:         R-org.Hs.eg.db R-BSgenome.Hsapiens.UCSC.hg19
Requires:         R-TxDb.Hsapiens.UCSC.hg19.knownGene R-hgu133plus2.db
Requires:         R-BiocGenerics
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-RCurl R-XML R-IRanges R-GenomicRanges R-Biostrings R-GenomicAlignments
BuildRequires:    R-BSgenome R-zlibbioc
BuildRequires:    R-BiocGenerics
%if %{with bootstrap}
BuildRequires:    R-microRNA R-genefilter R-org.Hs.eg.db
BuildRequires:    R-BSgenome.Hsapiens.UCSC.hg19 R-hgu133plus2.db
%else
BuildRequires:    R-humanStemCell R-microRNA R-genefilter R-limma
BuildRequires:    R-org.Hs.eg.db R-BSgenome.Hsapiens.UCSC.hg19
BuildRequires:    R-TxDb.Hsapiens.UCSC.hg19.knownGene R-hgu133plus2.db
%endif
BuildRequires:    R-Rsamtools

%description
Extensible framework for interacting with multiple genome browsers
(currently UCSC built-in) and manipulating annotation tracks in various
formats (currently GFF, BED, bedGraph, BED15, WIG, and BigWig built-in).
The user may export/import tracks to/from the supported browsers, as well
as query and modify the browser state, such as the current viewport.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
    %if %{with internet}
%check
%{_bindir}/R CMD check %{packname}
    %endif
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/notes
%{rlibdir}/%{packname}/scripts
%{rlibdir}/%{packname}/tests
%{rlibdir}/%{packname}/unitTests
%{rlibdir}/%{packname}/extdata



%changelog

* Thu Jul 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.28.6-1
- (74d17df) Added R-GenomicAlignments req



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14481 |14cu|R-RUnit-0.4.28-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RUnit
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.4.28
Release:          3
Summary:          R Unit test framework
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-utils R-methods 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-utils R-methods
BuildRequires:    x11-server-xvfb

%description
R functions implementing a standard Unit Testing framework, with
additional code inspection and report generation tools

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/examples
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/share
%{rlibdir}/%{packname}/unitTests



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4.28-3
- (87ab71b) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14482 |14cu|R-Rvmmin-2013.11.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Rvmmin
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          2013.11.12
Release:          2
Summary:          Variable metric nonlinear function minimization with bounds constraints
Group:            Sciences/Mathematics
License:          GPLv2+
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_2013-11.12.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-optextras 

BuildRequires:    R-devel Rmath-devel  R-optextras texlive-latex


%description
Variable metric nonlinear function minimization with bounds constraints

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help

%changelog

* Tue Jul 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 2013.11.12-2
- (ea7d486) Updated to 2013-11.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14483 |14cu|R-RWekajars-3.7.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  RWekajars
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3.7.12.1
Release:          1
Summary:          R/Weka interface jars
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_3.7.12-1.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-rJava 

BuildRequires:    R-devel Rmath-devel  
BuildRequires:    R-rJava 
#BuildRequires:    java-1.6.0-openjdk
BuildRequires:    java-rpmbuild

%description
External jars required for package RWeka.

%prep
%setup -q -c -n %{packname}

%build

%install
export JAVA="/usr/bin/java"
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/java
%{rlibdir}/%{packname}/help

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.7.12.1-1
- (2f7ffe7) Updated to 3.7.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14484 |14cu|R-S4Vectors-0.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  S4Vectors
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6.1
Release:          1
Summary:          S4 implementation of vectors and lists
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-methods R-utils R-stats R-stats4 R-BiocGenerics 
Requires:         R-methods R-utils R-stats R-stats4 R-BiocGenerics 
Requires:         R-IRanges R-RUnit 
BuildRequires:    R-devel Rmath-devel R-methods R-utils R-stats R-stats4 R-BiocGenerics
BuildRequires:    R-methods R-utils R-stats R-stats4 R-BiocGenerics 
BuildRequires:   R-IRanges R-RUnit texlive

%description
The S4Vectors package defines the Vector and List virtual classes and a
set of generic functions that extend the semantic of ordinary vectors and
lists in R. Package developers can easily implement vector-like or
list-like objects as concrete subclasses of Vector or List. In addition, a
few low-level concrete subclasses of general interest (e.g. DataFrame,
Rle, and Hits) are implemented in the S4Vectors package itself (many more
are implemented in the IRanges package and in other Bioconductor
infrastructure packages).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
# Fails due to texlive issues
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/unitTests

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-1
- (4733501) Disable check - fails due to texlive



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14485 |14cu|R-sandwich-2.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  sandwich
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          2.3.3
Release:          2
Summary:          Robust Covariance Matrix Estimators
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/sandwich_2.3-3.tar.gz
Requires:         R-stats R-zoo R-stats
%if %{with bootstrap}
Requires:         R-car R-lmtest R-survival R-MASS R-scatterplot3d
%else
Requires:         R-car R-lmtest R-strucchange R-AER R-survival R-MASS
Requires:         R-scatterplot3d
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats R-zoo
BuildRequires:    R-stats
%if %{with bootstrap}
BuildRequires:    R-car R-lmtest R-survival R-MASS R-scatterplot3d
%else
BuildRequires:    R-car R-lmtest R-strucchange R-AER R-survival R-MASS
BuildRequires:    R-scatterplot3d
%endif

%description
Model-robust standard error estimators for cross-sectional, time series
and longitudinal data.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3.3-2
- (0bd0fa9) Updated to 2.3.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14486 |14cu|R-scagnostics-0.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  scagnostics
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.2.4
Release:          1
Summary:          Compute scagnostics - scatterplot diagnostics
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.2-4.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-rJava 


BuildRequires:    R-devel Rmath-devel R-rJava


%description
Calculates graph theoretic scagnostics. Scagnostics describe various
measures of interest for pairs of variables, based on their appearance on
a scatterplot.  They are useful tool for discovering interesting or
unusual scatterplots from a scatterplot matrix, without having to look at
every individual plot.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/LICENSE
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/java

%changelog
* Tue Dec 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.4-1
+ Revision: e6cf1fb
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14487 |14cu|R-scales-0.2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname scales
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.2.5
Release:          2
Summary:          Scale functions for graphics
Group:            Sciences/Mathematics
License:          MIT
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-methods R-RColorBrewer R-stringr R-dichromat 
Requires:         R-munsell >= 0.2 R-plyr >= 1.2 R-labeling R-testthat
BuildRequires:    R-devel Rmath-devel 
BuildRequires:    R-methods R-RColorBrewer R-stringr R-dichromat 
BuildRequires:    R-munsell >= 0.2 R-plyr >= 1.2 R-labeling R-testthat

%description
Scales map data to aesthetics, and provide methods for
automatically determining breaks and labels for axes and legends.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.5-2
- (bc910f2) Fix spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14488 |14cu|R-sfsmisc-1.0.27-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  sfsmisc
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.0.27
Release:          1
Summary:          Utilities from Seminar fuer Statistik ETH Zurich
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/sfsmisc_1.0-27.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-stats R-methods R-utils 
Requires:         R-datasets R-MASS R-tcltk 
BuildRequires:    R-devel Rmath-devel  R-stats R-methods R-utils
BuildRequires:   R-datasets R-MASS R-tcltk 

%description
Useful utilities ['goodies'] from Seminar fuer Statistik ETH Zurich, quite
a few related to graphics; many ported from S-plus times.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME fail to reencode latin1 to utf (should not be latin1...)
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help




%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.27-1
- (d5fcd85) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14489 |14cu|R-shapes-1.1.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  shapes
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.1.10
Release:          1
Summary:          Statistical shape analysis
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/shapes_1.1-10.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-scatterplot3d R-rgl R-MASS 
BuildRequires:    R-devel Rmath-devel  R-scatterplot3d R-rgl R-MASS

%description
Routines for the statistical analysis of shapes. In particular, the
package provides routines for procrustes analysis, displaying shapes and
principal components, testing for mean shape difference, thin-plate spline
transformation grids and edge superimposition methods.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME (Error in rgl.open() : rgl.open failed)
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.10-1
- (aad7312) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14490 |14cu|R-ShortRead-1.26.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  ShortRead
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.26.0
Release:          1
Summary:          Classes and methods for high-throughput short-read sequencing data
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/ShortRead_%{version}.tar.gz
Requires:         R-methods R-IRanges R-GenomicRanges R-Biostrings R-lattice R-Rsamtools R-latticeExtra 
Requires:         R-IRanges R-GenomicRanges R-Biostrings R-Biobase R-hwriter R-Rsamtools R-zlibbioc R-lattice 
Requires:         R-biomaRt R-RUnit R-GenomicFeatures R-yeastNagalakshmi 
Requires:	  R-BiocParallel R-GenomicAlignments
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-IRanges R-GenomicRanges R-Biostrings R-lattice R-Rsamtools R-latticeExtra
BuildRequires:    R-IRanges R-GenomicRanges R-Biostrings R-Biobase R-hwriter R-Rsamtools R-zlibbioc R-lattice 
BuildRequires:    R-biomaRt R-RUnit R-GenomicFeatures R-yeastNagalakshmi 
BuildRequires:    R-XVector
BuildRequires:	  R-BiocParallel R-GenomicAlignments

%description
Base classes, functions, and methods for representation of
high-throughput, short-read sequencing data.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# FIXME fails in build system (probably hidden message due no internet access) 
%if 0
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/script
%{rlibdir}/%{packname}/template
%{rlibdir}/%{packname}/unitTests



%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.26.0-1
- (5ae833a) Added R-BiocParallel R-GenomicAlignments res



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14491 |14cu|rsl-1.48-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname rsl %{major}
%define devname %mklibname rsl -d

Summary:	TRMM Radar Software Library
Name:		rsl
Version:	1.48
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://trmm-fc.gsfc.nasa.gov/trmm_gv/software/rsl/
Source0:	%{name}-v%{version}.tar.gz
Patch0:		rsl-1.48-mdv-install.patch
Patch1:		rsl-v1.48-tirpc.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(zlib)

%description
This library is an object oriented programming environment for writing software
applicable to all RADAR data related to the TRMM GV effort. This library reads
the WSR88D, Lassen, Sigmet, McGill, UF, HDF, RAPIC, RADTEC and native RSL file
formats. Additional functions are provided to manipulate the RSL objects.
Nearly all of the functions return objects. When they don't, they usually
perform actions like output, making images, etc. The most general object in RSL
is Radar. The structure Radar is the method used to define the ideal
or universal radar representation in RAM while keeping the natural resolution
of the data unchanged. More simply, Radar represents the super set of all radar
file formats. The Radar structure is hierarchically defined such that it is
composed of Volumes, each containing one field type. Volumes are composed
of Sweeps. Sweeps are composed of Rays and Rays contains a vector of the field
type. Some field types are Reflectivity(DZ), Velocity(VR), Spectrum Width(SW),
etc. There are approximately 20 field types.

%files
%{_bindir}/*
%doc CHANGES Copyright README

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	TRMM Radar Software Library
Group:		System/Libraries
Requires:	%{name}-data >= %{EVRD}

%description -n %{libname}
This library is an object oriented programming environment for writing software
applicable to all RADAR data related to the TRMM GV effort. This library reads
the WSR88D, Lassen, Sigmet, McGill, UF, HDF, RAPIC, RADTEC and native RSL file
formats. Additional functions are provided to manipulate the RSL objects.
Nearly all of the functions return objects. When they don't, they usually
perform actions like output, making images, etc. The most general object in RSL
is Radar. The structure Radar is the method used to define the ideal
or universal radar representation in RAM while keeping the natural resolution
of the data unchanged. More simply, Radar represents the super set of all radar
file formats. The Radar structure is hierarchically defined such that it is
composed of Volumes, each containing one field type. Volumes are composed
of Sweeps. Sweeps are composed of Rays and Rays contains a vector of the field
type. Some field types are Reflectivity(DZ), Velocity(VR), Spectrum Width(SW),
etc. There are approximately 20 field types.

%files -n %{libname}
%{_libdir}/librsl.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{devname}
Summary:	TRMM Radar Software Library development files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This library is an object oriented programming environment for writing software
applicable to all RADAR data related to the TRMM GV effort. This library reads
the WSR88D, Lassen, Sigmet, McGill, UF, HDF, RAPIC, RADTEC and native RSL file
formats. Additional functions are provided to manipulate the RSL objects.
Nearly all of the functions return objects. When they don't, they usually
perform actions like output, making images, etc. The most general object in RSL
is Radar. The structure Radar is the method used to define the ideal
or universal radar representation in RAM while keeping the natural resolution
of the data unchanged. More simply, Radar represents the super set of all radar
file formats. The Radar structure is hierarchically defined such that it is
composed of Volumes, each containing one field type. Volumes are composed
of Sweeps. Sweeps are composed of Rays and Rays contains a vector of the field
type. Some field types are Reflectivity(DZ), Velocity(VR), Spectrum Width(SW),
etc. There are approximately 20 field types.

This package contains files needed only for development.

%files -n %{devname}
%{_libdir}/librsl.so
%{_includedir}/*
%doc CHANGES Copyright README

#------------------------------------------------------------------------------

%package data
Summary:	TRMM Radar Software Library data files
Group:		System/Libraries

%description data
This library is an object oriented programming environment for writing software
applicable to all RADAR data related to the TRMM GV effort. This library reads
the WSR88D, Lassen, Sigmet, McGill, UF, HDF, RAPIC, RADTEC and native RSL file
formats. Additional functions are provided to manipulate the RSL objects.
Nearly all of the functions return objects. When they don't, they usually
perform actions like output, making images, etc. The most general object in RSL
is Radar. The structure Radar is the method used to define the ideal
or universal radar representation in RAM while keeping the natural resolution
of the data unchanged. More simply, Radar represents the super set of all radar
file formats. The Radar structure is hierarchically defined such that it is
composed of Volumes, each containing one field type. Volumes are composed
of Sweeps. Sweeps are composed of Rays and Rays contains a vector of the field
type. Some field types are Reflectivity(DZ), Velocity(VR), Spectrum Width(SW),
etc. There are approximately 20 field types.

%files data
%{_datadir}/rsl/

#------------------------------------------------------------------------------

%package doc
Summary:	TRMM Radar Software Library documentation
Group:		Documentation

%description doc
This library is an object oriented programming environment for writing software
applicable to all RADAR data related to the TRMM GV effort. This library reads
the WSR88D, Lassen, Sigmet, McGill, UF, HDF, RAPIC, RADTEC and native RSL file
formats. Additional functions are provided to manipulate the RSL objects.
Nearly all of the functions return objects. When they don't, they usually
perform actions like output, making images, etc. The most general object in RSL
is Radar. The structure Radar is the method used to define the ideal
or universal radar representation in RAM while keeping the natural resolution
of the data unchanged. More simply, Radar represents the super set of all radar
file formats. The Radar structure is hierarchically defined such that it is
composed of Volumes, each containing one field type. Volumes are composed
of Sweeps. Sweeps are composed of Rays and Rays contains a vector of the field
type. Some field types are Reflectivity(DZ), Velocity(VR), Spectrum Width(SW),
etc. There are approximately 20 field types.

This package contains RSL documentation.

%files doc
%doc doc/*.html doc/*.gif doc/*.jpg doc/*.fig

#------------------------------------------------------------------------------

%prep
%setup -q -n %{name}-v%{version}
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}
# --disable-static doesn't work here
rm -rf %{buildroot}%{_libdir}/librsl.a


%changelog

* Tue Jul 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.48-1
- (06c4ab1) Updated to 1.48



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14492 |14cu|R-snow-0.3.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  snow
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.3.13
Release:          3
Summary:          Simple Network of Workstations
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/snow_0.3-13.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-utils 
Requires:         R-Rmpi R-rlecuyer R-rsprng R-nws 
BuildRequires:    R-devel Rmath-devel  R-utils
BuildRequires:    R-Rmpi R-rlecuyer R-rsprng R-nws 

%description
Support for simple parallel computing in R.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R*
%{rlibdir}/%{packname}/help

%changelog

* Tue Jun 14 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.3.13-3
- (02fe35e) Drop pvm req



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14493 |14cu|R-snowFT-1.3_0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  snowFT
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.3_0
Release:          4
Summary:          Fault Tolerant Simple Network of Workstations
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_1.3-0.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-snow 
Requires:         R-Rmpi R-rlecuyer R-rsprng 
BuildRequires:    R-devel Rmath-devel  R-snow
BuildRequires:    R-Rmpi R-rlecuyer R-rsprng 

%description
Extension of the snow package supporting fault tolerant and reproducible
applications, as well as supporting easy-to-use parallel programming -
only one function is needed.

%prep
%setup -q -c -n %{packname}

perl -pi -e 's|\brmpi\b|Rmpi|;' snowFT/man/snowFT-package.Rd snowFT/DESCRIPTION

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog

* Tue Jun 14 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.3_0-4
- (104ca01) Drop pvm requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14494 |14cu|R-SNPlocs.Hsapiens.dbSNP.20100427-0.99.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  SNPlocs.Hsapiens.dbSNP.20100427
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.99.6
Release:          4
Summary:          SNP locations for Homo sapiens (dbSNP BUILD 131)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/data/annotation/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/data/annotation/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-IRanges R-GenomicRanges 
Requires:         R-methods R-IRanges R-GenomicRanges 
Requires:         R-Biostrings R-BSgenome R-BSgenome.Hsapiens.UCSC.hg19 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-IRanges R-GenomicRanges
BuildRequires:    R-methods R-IRanges R-GenomicRanges 
BuildRequires:    R-Biostrings R-BSgenome R-BSgenome.Hsapiens.UCSC.hg19 
BuildRequires:    texlive-scheme-tetex

%description
SNP locations and alleles for Homo sapiens extracted from dbSNP BUILD
131:human_9606 (based on GRCh37). The source data files used for this
package were created by NCBI on 24-26 March 2010. WARNING: The SNPs in
this package are based on the GRCh37 genome. Note that the GRCh37 genome
is the same as the hg19 genome from UCSC except for the mitochondrion
chromosome. Therefore, the SNPs in this package can be "injected" in
BSgenome.Hsapiens.UCSC.hg19 but this injection will exclude chrM (i.e.
nothing will be injected in that sequence).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/tools



%changelog

* Fri Jun 03 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.99.6-4
- (645f861) Disable check



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14495 |14cu|R-sp-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  sp
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.1.1
Release:          1
Summary:          Classes and methods for spatial data

Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/sp_1.1-1.tar.gz
Requires:         R-methods R-graphics 
Requires:         R-utils R-lattice R-grid 
%if %{with bootstrap}
Requires:         R-lattice R-RColorBrewer
%else
Requires:         R-lattice R-RColorBrewer R-rgdal R-rgeos 
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods
BuildRequires:    R-graphics R-utils R-lattice R-grid
%if %{with bootstrap}
BuildRequires:    R-lattice R-RColorBrewer
%else
BuildRequires:    R-lattice R-RColorBrewer R-rgdal R-rgeos 
%endif
BuildRequires:    blas-devel
BuildRequires:    lapack-devel
BuildRequires:    x11-server-xvfb

%description
A package that provides classes and methods for spatial data. The classes
document where the spatial location information resides, for 2D or 3D
data. Utility functions are provided, e.g. for plotting data as maps,
spatial selection, as well as methods for retrieving coordinates, for
subsetting, print, summary, etc.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
xvfb-run %{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/external
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs




%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-1
- (4de2090) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14496 |14cu|R-SparseM-1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  SparseM
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.6
Release:          2
Summary:          Sparse Linear Algebra
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/SparseM_%{version}.tar.gz
Requires:         R-methods
Requires:         R-stats
Requires:         R-utils 
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-methods
BuildRequires:    R-stats
BuildRequires:    R-utils
BuildRequires:    pkgconfig(lapack)

%description
Basic linear algebra for sparse matrices

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/Change*
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/TODO
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-2
- (06781d2) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14497 |14cu|R-spatstat-1.38.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  spatstat
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.38.1
Release:          2
Summary:          Spatial Point Pattern analysis, model-fitting, simulation, tests
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/spatstat_1.38-1.tar.gz
Requires:         R-stats R-graphics R-utils R-deldir
Requires:         R-gsl
%if %{with bootstrap}
Requires:         R-gpclib R-sm R-spatial R-rpanel R-tkrplot R-scatterplot3d
Requires:         R-RandomFields
%else
Requires:         R-gpclib R-sm R-maptools R-spatial R-rpanel R-tkrplot
Requires:         R-scatterplot3d R-RandomFields R-tensor R-goftest
%endif
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-stats
BuildRequires:    R-graphics R-utils R-deldir
BuildRequires:    R-gsl
%if %{with bootstrap}
BuildRequires:    R-gpclib R-sm R-spatial R-rpanel R-tkrplot R-scatterplot3d
BuildRequires:    R-RandomFields
%else
BuildRequires:    R-gpclib R-sm R-maptools R-spatial R-rpanel R-tkrplot
BuildRequires:    R-scatterplot3d R-RandomFields R-tensor R-goftest
%endif
BuildRequires:    x11-server-xvfb

%description
A package for analysing spatial data, mainly Spatial Point Patterns,
including multitype/marked points and spatial covariates, in any
two-dimensional spatial region. Also supports three-dimensional point
patterns, and space-time point patterns in any number of dimensions. 
Contains over 1000 functions for plotting spatial data, exploratory data
analysis, model-fitting, simulation, spatial sampling, model diagnostics,
and formal inference.  Data types include point patterns, line segment
patterns, spatial windows, pixel images and tessellations.  Exploratory
methods include K-functions, nearest neighbour distance and empty space
statistics, Fry plots, pair correlation function, kernel smoothed
intensity, relative risk estimation with cross-validated bandwidth
selection, mark correlation functions, segregation indices, mark
dependence diagnostics etc.  Point process models can be fitted to point
pattern data using functions ppm, kppm, slrm similar to glm. Models may
include dependence on covariates, interpoint interaction, cluster
formation and dependence on marks. Fitted models can be simulated
automatically.  Also provides facilities for formal inference (such as
chi-squared tests) and model diagnostics (including simulation envelopes,
residuals, residual plots and Q-Q plots).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
xvfb-run %{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/ratfor



%changelog

* Thu Jun 30 2016 Denis Silakov <dsilakov@gmail.com> 1.38.1-2
- (a85b73f) Drop mgcv requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14498 |14cu|R-spdep-0.5.88-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  spdep
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.5.88
Release:          1
Summary:          Spatial dependence: weighting schemes, statistics and models
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/spdep_0.5-88.tar.gz
Requires:         R-methods R-sp R-boot R-Matrix R-MASS R-nlme R-maptools R-deldir R-coda 
Requires:         R-snow R-rlecuyer R-spam R-RANN R-RColorBrewer R-lattice 
Requires:         R-LearnBayes
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-sp R-boot R-Matrix R-MASS R-nlme R-maptools R-deldir R-coda
BuildRequires:    R-snow R-rlecuyer R-spam R-RANN R-RColorBrewer R-lattice 
BuildRequires:    R-LearnBayes
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
A collection of functions to create spatial weights matrix objects from
polygon contiguities, from point patterns by distance and tesselations,
for summarising these objects, and for permitting their use in spatial
data analysis, including regional aggregation by minimum spanning tree; a
collection of tests for spatial autocorrelation, including global Moran's
I, APLE, Geary's C, Hubert/Mantel general cross product statistic,
Empirical Bayes estimates and Assuncao/Reis Index, Getis/Ord G and
multicoloured join count statistics, local Moran's I and Getis/Ord G,
saddlepoint approximations  and exact tests for global and local Moran's
I; and functions for estimating spatial simultaneous autoregressive (SAR)
lag and error models, impact measures for lag models, weighted and
unweighted SAR and CAR spatial regression models, semi-parametric and
Moran eigenvector spatial filtering, GM SAR error models, and generalized
spatial two stage least squares models.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CHANGES
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/etc
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/spdep/README

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.88-1
- (32f3963) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14499 |14cu|rspfd-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:         rspfd
License:      GPL
Group:        Communications
Version:      1.1
Release:      3
Summary:      Routing Daemon for Use Over Amateur Radio Links
Source0:      http://rspf.sourceforge.net/rspf/rspfd-%{version}.tar.gz
Patch0:		rspfd-1.1-debug.patch
URL:          http://rspf.sourceforge.net/

%description
RSPFd is a routing daemon specifically designed to be used over amateur
radio links.  This implementation adheres as closely as possible to
RSPF v2.2. Most other implementations (part of *NOS programs) follow
RSPF v2.0 somewhat.



Authors:
--------
    Craig Small <csmall@small.dropbear.id.au>

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
#make install DESTDIR=$RPM_BUILD_ROOT
%makeinstall_std

%files
%doc AUTHORS README
%{_mandir}/man5/*.xz
%{_mandir}/man8/*.xz
%{_sbindir}/*

%changelog

* Sat Jun 11 2016 Denis Silakov <dsilakov@gmail.com> 1.1-3
- (29d5077) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14500 |14cu|R-splancs-2.01.37-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  splancs
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.01.37
Release:          2
Summary:          Spatial and Space-Time Point Pattern Analysis
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/splancs_2.01-37.tar.gz
Requires:         R-sp 
BuildRequires:    R-devel Rmath-devel  R-sp

%description
Spatial and Space-Time Point Pattern Analysis Functions

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/ChangeLog
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/README



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.01.37-2
- (c7990f2) Updated to 2.01-37



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14501 |14cu|rss2email-2.71-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           rss2email
Version:        2.71
Release:        1
Summary:        Deliver news from RSS feeds to your smtp server as text or html mail
Group:          Networking/News
License:        GPLv3
URL:            http://rss2email.infogami.com/
Source0:        http://rss2email.infogami.com/rss2email.py
Source1:        http://rss2email.infogami.com/CHANGELOG
# Fedora variant of http://lindsey.smith.googlepages.com/r2e
Source3:        rss2email-r2e
# man page taken from
# http://ftp.debian.org/debian/pool/main/r/rss2email/rss2email_2.60-3.diff.gz
Source4:        rss2email-r2e.1
Source5:        rss2email-config.py.template
Patch0:         rss2email-use-configpy-from-homedir.patch
# patch taken from
# http://ftp.debian.org/debian/pool/main/r/rss2email/rss2email_2.60-3.diff.gz
Patch1:         rss2email-warn-if-problems-with-local-mta.patch
BuildArch:      noarch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

Requires:       python-feedparser
Requires:       python-html2text

%description
rss2email lets you subscribe to a list of XML newsfeeds (RSS or Atom). It can
parse them regularly with the help of cron and send new items to you by email.

A HTML mail will be send in the default configuration to the local smtp server.
See the man page r2e for details how to set rss2email up.


%prep
%setup -q -c -T
install -p -m 0644 %{SOURCE0} rss2email.py
install -p -m 0644 %{SOURCE1} CHANGELOG.html
# let rss2email use ${HOME}/.rss2email/config.py
%patch0 -b .patch0
%patch1 -b .patch1
sed -i -e 's/\r//' CHANGELOG.html rss2email.py


%build
echo nothing to build


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p  \
   $RPM_BUILD_ROOT%{_bindir}/ \
   $RPM_BUILD_ROOT%{_datadir}/%{name}/  \
   $RPM_BUILD_ROOT%{_mandir}/man1/

install -p -m 0755 rss2email.py $RPM_BUILD_ROOT%{_datadir}/%{name}/
install -p -m 0755 %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/r2e
sed -i -e 's;/usr/share;%{_datadir};g' $RPM_BUILD_ROOT%{_bindir}/r2e
install -p -m 0644 %{SOURCE4} $RPM_BUILD_ROOT%{_mandir}/man1/r2e.1
install -p -m 0644 %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/%{name}/config.py.template


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CHANGELOG.html
%{_bindir}/*
%{_datadir}/%{name}/
%{_mandir}/man1/*

%changelog

* Mon Jul 20 2015 dsilakov <denis.silakov@rosalab.ru> 2.71-1
- (42b65ca) Merge pull request #1 from semsonic/rss2email:rosa2014.1
- (42b65ca) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14502 |14cu|rssh-2.3.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Restricted shell for scp or sftp
Name:		rssh
Version:	2.3.4
Release:	3
License:	BSD
Group:		Networking/Remote access
Url:		http://www.pizzashack.org/rssh/
#gw this is tar.gz for signature checking
Source0:	http://prdownloads.sourceforge.net/rssh/%{name}-%{version}.tar.gz
Source1:	http://prdownloads.sourceforge.net/rssh/%{name}-%{version}.tar.gz.sig
Patch0:		rssh-2.3.4-optflags.patch
BuildRequires:	openssh-server
Requires:	openssh

%description
rssh is a restricted shell, used as a login shell, that allows users to perform
only scp, sftp, cvs, svnserve (Subversion), rdist, and/or rsync operations.

%files
%doc AUTHORS ChangeLog CHROOT COPYING README SECURITY TODO
%config(noreplace) %{_sysconfdir}/rssh.conf
%attr(0755,root,root) %{_bindir}/rssh
%attr(4755,root,root) %{_libexecdir}/rssh_chroot_helper
%{_mandir}/man?/*
%{_datadir}/rssh

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--with-sftp-server=%{_libdir}/ssh/sftp-server \
	--with-rsync=%{_bindir}/rsync \
	--with-scp=%{_bindir}/scp \
	--with-rdist=%{_bindir}/rdist \
	--with-cvs=%{_bindir}/cvs
%make CPPFLAGS="%{optflags}"

%install
%makeinstall

install -m 755 -D conf_convert.sh %{buildroot}%{_datadir}/%{name}/conf_convert.sh

cp rssh.conf.default %{buildroot}%{_sysconfdir}/rssh.conf
rm -f %{buildroot}/%{_sysconfdir}/rssh.conf.default

%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.4-3
- (ce315ad) Build with system optflags to fix debug package
- (ce315ad) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14503 |14cu|R-statmod-1.4.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without bootstrap
%global packname  statmod
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.4.21
Release:          2
Summary:          Statistical Modeling
Group:            Sciences/Mathematics
License:          LGPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/statmod_%{version}.tar.gz
# BuildArch:        noarch
Requires:         R-core R-MASS
%if %{without bootstrap}
Requires:         R-tweedie
%endif
BuildRequires:    R-devel Rmath-devel  R-MASS
%if %{without bootstrap}
BuildRequires:    R-tweedie
%endif

%description
Various statistical modeling functions including growth curve comparisons,
limiting dilution analysis, mixed linear models, heteroscedastic
regression, Tweedie family generalized linear models, the inverse-Gaussian
distribution and Gauss quadrature.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs


%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.21-2
- (1c77358) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14504 |14cu|R-statnet.common-3.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname statnet.common
%global rlibdir %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.2.2
Release:          1
Summary:          Common R Scripts and Utilities Used by the Statnet Project Software
Group:            Sciences/Mathematics
License:          GPLv3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/statnet.common_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex

%description
This package contains non-statistical utilities used by
the software developed by the Statnet Project. 
They may also be of use to others.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/R


%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.2.2-1
- (149d6ef) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14505 |14cu|R-stringr-0.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with       bootstrap
%global packname  stringr
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.6.2
Release:          1
Summary:          Make it easier to work with strings
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-plyr 
%if %{without bootstrap}
Requires:         R-testthat 
%endif
BuildRequires:    R-devel Rmath-devel  
BuildRequires:    R-plyr 
%if %{without bootstrap}
BuildRequires:    R-testthat 
%endif

%description
stringr is a set of simple wrappers that make R's string functions more
consistent, simpler and easier to use.  It does this by ensuring that:
function and argument names (and positions) are consistent, all functions
deal with NA's and zero length character appropriately, and the output
data structures from each function matches the input data structures of
other functions.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%if %{without bootstrap}
%check
%{_bindir}/R CMD check %{packname}
%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/tests



%changelog
* Wed Dec 24 2014 dsilakov <denis.silakov@rosalab.ru> 0.6.2-1
+ Revision: 221ce2c
- Merge pull request #1 from dsilakov/R-stringr:rosa2014.1
- 0.6.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14506 |14cu|rstudio-0.99.2891-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitversion c097d85

Summary:	RStudio IDE is a powerful and productive user interface for R
Name:		rstudio
Version:	0.99.2891
Release:	3
License:	GPLv3+
Group:		Sciences/Mathematics
Url:		http://www.rstudio.com/
Source:		%{name}-%{version}.zip
Source1:	https://s3.amazonaws.com/rstudio-buildtools/core-dictionaries.zip
Source2:	https://s3.amazonaws.com/rstudio-buildtools/mathjax-23.zip
Source3:	https://s3.amazonaws.com/rstudio-buildtools/gin-1.5.zip
Source4:	rmarkdown-0.1.2.tar.gz
Source5:	packrat-0.4.0.tar.gz
Source6:	https://s3.amazonaws.com/rstudio-buildtools/gwt-2.7.0.zip
Source7:	https://s3.amazonaws.com/rstudio-buildtools/pandoc-1.12.3.zip
Source8:	rsconnect_0.4.2_0a350894eaf4c7addb9424cad03a4f0348132461.tar.gz
Patch0:		cmakefile-remove-pandoc.diff
BuildRequires:	ant
BuildRequires:	cmake
BuildRequires:	git
BuildRequires:	boost-devel
BuildRequires:	java-devel
BuildRequires:	pam-devel
BuildRequires:	R-base
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libR)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Positioning)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Sensors)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(Qt5XmlPatterns)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(uuid)
Requires:	R-base
Requires:	%{name}-common

%description
RStudio is a free and open source integrated development environment for R.

%files
%doc README.md COPYING
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/rosa-%{name}.desktop

#----------------------------------------------------------------------------

%package server
Summary:	RStudio IDE - server part
Group:		Sciences/Mathematics
Requires:	R-base
Requires:	%{name}-common

%description server
RStudio is a free and open source integrated development environment for R.

%files server
%{_bindir}/%{name}-server
%{_bindir}/rserver
%{_libdir}/%{name}-server

#----------------------------------------------------------------------------

%package common
Summary:	RStudio IDE - common files
Group:		Sciences/Mathematics
Requires:	R-base

%description common
RStudio is a free and open source integrated development environment for R.

%files common
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/*/mimetypes/application-x-r-*.png

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
mkdir -p dependencies/common/dictionaries
unzip -qd dependencies/common/dictionaries %{SOURCE1}
mkdir -p dependencies/common/mathjax-23
unzip -qd dependencies/common/mathjax-23 %{SOURCE2}
mkdir -p src/gwt/lib/gwt
mkdir -p src/gwt/lib/gin/1.5
unzip -qd src/gwt/lib/gin/1.5 %{SOURCE3}
unzip -qd src/gwt/lib/gwt %{SOURCE6}
mv src/gwt/lib/gwt/gwt-2.7.0 src/gwt/lib/gwt/2.7.0
pushd dependencies/common
./install-packages
./install-libclang
tar xzf %{SOURCE4}
mv rmarkdown-* rmarkdown
tar xzf %{SOURCE5}
mv rstudio-packrat-* packrat
tar xzf %{SOURCE8}
popd

# Fix for build with boost-1.59/60
# specify that namespace core is in the global namespace and not
# relative to some other namespace (like its ::core not ::boost::core)
#find . \( -name *.cpp -or -name *.hpp \) -exec sed \
#        -e 's@<core::@< ::core::@g' -e 's@\([^:]\)core::@\1::core::@g' -i {} \;

%build
pushd .
%cmake \
-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt5 \
-DRSTUDIO_TARGET=Desktop \
-DCMAKE_INSTALL_PREFIX=%{_libdir}/%{name} \
-DCMAKE_BUILD_TYPE=Release

sed -i 's/all: cmake_check_build_system/all:/' Makefile
%make
popd

pushd .
%cmake \
-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt5 \
-DRSTUDIO_TARGET=Server \
-DCMAKE_INSTALL_PREFIX=%{_libdir}/%{name}-server \
-DCMAKE_BUILD_TYPE=Release

%make
popd

%install
pushd .
%cmake \
-DRSTUDIO_TARGET=Desktop \
-DCMAKE_INSTALL_PREFIX=%{_libdir}/%{name} \
-DCMAKE_BUILD_TYPE=Release
%makeinstall_std

mkdir -p %{buildroot}%{_bindir}
ln -s %{_libdir}/%{name}-server/bin/%{name}-server %{buildroot}%{_bindir}/%{name}-server
ln -s %{_libdir}/%{name}/bin/%{name} %{buildroot}%{_bindir}/%{name}


# The default one is too ugly
rm -f %{buildroot}%{_datadir}/applications/%{name}.desktop
cat > %{buildroot}%{_datadir}/applications/rosa-%{name}.desktop << EOF
[Desktop Entry]
Name=RStudio
Comment=IDE for R
Exec=%{_bindir}/rstudio
Icon=rstudio
Type=Application
Terminal=false
Categories=Science;Math;X-MandrivaLinux-MoreApplications-Sciences-Mathematics;
MimeType=text/x-r-source;text/x-r;text/x-R;text/x-r-doc;text/x-r-sweave;text/x-r-markdown;text/x-r-html;application/x-r-data;application/x-r-project;text/x-r-history;text/x-r-profile;text/x-tex;text/x-markdown;text/html;text/css;text/javascript;
EOF
popd

%cmake \
-DRSTUDIO_TARGET=Server \
-DCMAKE_INSTALL_PREFIX=%{_libdir}/%{name}-server
%makeinstall_std
ln -s %{_libdir}/%{name}-server/bin/rserver %{buildroot}%{_bindir}/rserver


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.99.2891-3
- (f610712) Build requires pkgconfig(Qt5Xml)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14507 |14cu|R-subselect-0.12.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  subselect
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.12.5
Release:          2
Summary:          Selecting variable subsets
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/subselect_0.12-5.tar.gz
Requires:         R-MASS R-ISwR 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex 
BuildRequires:    R-MASS R-ISwR 
BuildRequires:    blas-devel
BuildRequires:    lapack-devel

%description
A collection of functions which (i) assess the quality of variable subsets
as surrogates for a full data set, in either an exploratory data analysis
or in the context of a multivariate linear model, and (ii) search for
subsets which are optimal under various criteria.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/readme
%doc %{rlibdir}/%{packname}/CHANGELOG
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.12.5-2
- (3722591) Updated to 0.12-5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14508 |14cu|R-tcltk2-1.2.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tcltk2
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.2.11
Release:          2
Summary:          Tcl/Tk Additions
Group:            Sciences/Mathematics
License:          file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/tcltk2_1.2-11.tar.gz
Source1:	  %{name}.rpmlintrc
Requires:         R-tcltk 
Requires:         R-utils 
BuildRequires:    R-devel Rmath-devel  R-tcltk
BuildRequires:    R-utils 

%description
A series of additional Tcl commands and Tk widgets with style and various
functions (under Windows: DDE exchange, access to the registry and icon
manipulation) to supplement the tcltk package

%prep
%setup -q -c -n %{packname}
perl -pi -e 's|/bin/tclsh8.3|%{_bindir}/tclsh|;'			\
    tcltk2.Rcheck/tcltk2/tklibs/ctext3.2/function_finder.tcl		\
    tcltk2/inst/tklibs/ctext3.2/function_finder.tcl

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/Fonts.txt
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/gui
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/po
%{rlibdir}/%{packname}/tklibs
%{rlibdir}/tcltk2/test.R



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.11-2
- (9b3b875) Updated to 1.2-11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14509 |14cu|R-tergm-3.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tergm
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          3.3.0
Release:          1
Summary:          Fit, Simulate and Diagnose Models for Network Evoluation
Group:            Sciences/Mathematics
License:          GPL-3 + file LICENSE
Url:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/tergm_%{version}.tar.gz

Requires:         R-statnet.common R-ergm R-robustbase R-nlme R-network R-networkDynamic R-coda 

Requires:         R-lattice R-snow 
BuildRequires:    R-devel Rmath-devel  R-statnet.common R-ergm R-robustbase R-nlme R-network R-networkDynamic R-coda
BuildRequires:    R-lattice R-snow

%description
An integrated set of extensions to the `ergm` package to analyze and
simulate network evolution based on exponential-family random graph models
(ERGM). "tergm" is a part of the "statnet" suite of packages for network

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS*
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/doc


%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.3.0-1
- (1c4d931) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14510 |14cu|R-testit-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  testit
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.4
Release:          2
Summary:          A simple package for testing R packages
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

BuildRequires:    R-devel Rmath-devel texlive-latex

%description
This package provides two convenience functions assert() and test_pkg() to
facilitate testing R packages.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-2
- (382e585) Clean .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14511 |14cu|R-testthat-0.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  testthat
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.9.1
Release:          2
Summary:          Testthat code.  Tools to make testing fun :)
Group:            Sciences/Mathematics
License:          GPL
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-core
Requires:         R-digest R-stringr >= 0.4 R-evaluate >= 0.4.3 R-methods 
BuildRequires:    R-devel Rmath-devel  
BuildRequires:    R-digest R-stringr >= 0.4 R-evaluate >= 0.4.3 R-methods 

%description
A testing package specifically tailored for R that's fun, flexible and
easy to set up.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog
* Sat Feb 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-2
+ Revision: 37afff9
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14512 |14cu|rtf-converter-1.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Converts RTF files to HTML
Name:		rtf-converter
Version:	1.1
Release:	11
License:	GPL
Group:		Publishing
Source0:	http://www.kaitiaki.org.nz/download/%{name}_%{version}.tar.gz
# Source0-md5:	224c2855e68d1aea5c4f0230cbc1879b
URL:		http://www.kaitiaki.org.nz/download/
Patch0:		%{name}-cflags.patch
Patch1:		rtf-converter-1.1-mdv-fix-gcc-4.3.patch
BuildRequires:	libstdc++-devel

%description
The program is intended for command-line conversion of RTF to HTML. It
produces only the HTML body code which will need to be wrapped in BODY
tags and given an HTML header. It attempts to produce HTML 4.0
(strict) compliant html code.

%prep
%setup -q -n rtf
find . -name "*.h" -exec chmod 644 {} \;
find . -name "*.cpp" -exec chmod 644 {} \;
%patch0 -p1
%patch1 -p1 -b .gcc43

%build
%make

%install
install -D %{name} %{buildroot}%{_bindir}/%{name}

%clean

%files
%defattr(644,root,root,755)
%doc INSTALL README
%attr(755,root,root) %{_bindir}/rtf-converter

%changelog

* Tue Jun 14 2016 Denis Silakov <dsilakov@gmail.com> 1.1-11
- (769d845) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14513 |14cu|R-tikzDevice-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tikzDevice
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.8.1
Release:          1
Summary:          A Device for R Graphics Output in PGF/TikZ Format
Group:            Sciences/Mathematics
License:          GPL (>= 3)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/tikzDevice_%{version}.tar.gz
Requires:         R-filehash 
Requires:         R-testthat R-evaluate R-stringr R-ggplot2 R-maps 
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-filehash texlive-preview
BuildRequires:    R-testthat R-evaluate R-stringr R-ggplot2 R-maps 

%description
The TikZ device enables LaTeX-ready output from R graphics functions. This
is done by producing code that can be understood by the TikZ graphics
language. All text in a graphic output with the tikz() function will can
be typeset by LaTeX and therefore will match whatever fonts are currently
used in the document. This also means that LaTeX mathematics can be
typeset directly into labels and annotations!  Graphics produced this way
can also be annotated with custom TikZ commands.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Fails due to texlive issues
# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/NEWS*
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Fri Jul 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-1
- (28ff9ce) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14514 |14cu|R-timeDate-3012.100-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  timeDate
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3012.100
Release:          1
Summary:          Rmetrics - Chronological and Calendarical Objects
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/timeDate_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-graphics R-utils R-stats R-methods 
Requires:         R-RUnit 
BuildRequires:    R-devel Rmath-devel  R-graphics R-utils R-stats R-methods
BuildRequires:    R-RUnit 

%description
Environment for teaching "Financial Engineering and Computational Finance"

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/COPYRIGHT.html
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/unitTests



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 3012.100-1
- (55ec286) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14515 |14cu|R-timeSeries-3012.99-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%global packname  timeSeries
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3012.99
Release:          1
Summary:          Rmetrics - Financial Time Series Objects
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/timeSeries_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core R-graphics R-grDevices R-methods R-stats R-utils
Requires:         R-timeDate R-RUnit
%if %{without bootstrap}
Requires:         R-robustbase
%endif
BuildRequires:    R-devel Rmath-devel  R-graphics
BuildRequires:    R-grDevices R-methods R-stats R-utils R-timeDate R-RUnit
%if %{without bootstrap}
BuildRequires:    R-robustbase
%endif

%description
Environment for teaching "Financial Engineering and Computational Finance"

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%if %{without bootstrap}
#%check
#%{_bindir}/R CMD check %{packname}
#%endif

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/README
%doc %{rlibdir}/%{packname}/THANKS
%{rlibdir}/%{packname}/COPYING
%{rlibdir}/%{packname}/COPYRIGHTS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/*Tests
%{rlibdir}/%{packname}/doc

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 3012.99-1
- (5529c53) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14516 |14cu|R-tis-1.30-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  tis
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.30
Release:          1
Summary:          Time Indexes and Time Indexed Series
Group:            Sciences/Mathematics
License:          Unlimited
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
BuildRequires:    R-devel Rmath-devel  
Source0:          http://cran.r-project.org/src/contrib/tis_%{version}.tar.gz

%description
Functions and S3 classes for time indexes and time indexed series, which
are compatible with FAME frequencies.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/COPYRIGHTS
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.30-1
- (9eccee0) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14517 |14cu|R-tkWidgets-1.42.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tkWidgets
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.42.0
Release:          2
Summary:          R based tk widgets
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
Requires:         R-methods R-widgetTools R-DynDoc R-tools 
Requires:         R-Biobase R-hgu95av2.db R-hgu95av2cdf R-hgu95av2probe
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-methods R-widgetTools R-DynDoc R-tools
BuildRequires:    R-Biobase R-hgu95av2.db R-hgu95av2cdf R-hgu95av2probe

%description
Widgets to provide user interfaces. tcltk should have been installed for
the widgets to run.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

#%check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/testfiles

%changelog

* Mon May 30 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.42.0-2
- (0b3087a) Disable check for now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14518 |14cu|rtl8188eu-4.1.8-0.37a56bc.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Revision from the upstream git repository.
%define git_rev 37a56bc

# The real release number (increment it before rebuild).
%define real_rel 1

%define _enable_debug_packages  %{nil}
%define debug_package       %{nil}

Summary:	The standalone RTL8188EU driver
Name:		rtl8188eu
Version:	4.1.8
Release:	0.%{git_rev}.%{real_rel}
Source0:	%{name}-%{git_rev}.tar.xz
Source1:	Kbuild
Source2:	rtl8188eu.conf
License:	GPLv2
Group:		System/Kernel and hardware
URL:		https://github.com/lwfinger/rtl8188eu

# The driver is now in the process of being included into the mainline 
# kernel. When it finally gets to the appropriate kernel versions, this
# package will be needed no longer.
%description
This package contains the driver for Realtek 8188 802.11n USB wireless
adapters (RTL8188EU).

%package -n dkms-%{name}
Summary:	The standalone RTL8188EU driver
Group:		System/Kernel and hardware
Requires(post):		dkms
Requires(preun):	dkms

%description -n dkms-%{name}
This package contains the driver for Realtek 8188 802.11n USB wireless
adapters (RTL8188EU).

%prep
%setup -q -T -c -a0 %{name}

# Kbuild file is a stripped version of the original Makefile. This is to 
# make sure the driver is build with the same compiler settings as the rest
# of the kernel - just in case.
cp -p %{SOURCE1} .

%build

%install

# sources to be used by DKMS
mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{real_rel}
cp -R %{name}/core/ %{name}/hal/ %{name}/include/ %{name}/os_dep/ \
  %{buildroot}%{_usr}/src/%{name}-%{version}-%{real_rel}/
cp Kbuild %{buildroot}%{_usr}/src/%{name}-%{version}-%{real_rel}/

# Blacklist the corresponding drivers that might be provided by the kernel
# packages. This is needed to avoid conflicts while still keeping the
# original drivers available, just in case.
mkdir -p %{buildroot}/etc/modprobe.d/
install -m644 %{SOURCE2} %{buildroot}/etc/modprobe.d

cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{real_rel}/dkms.conf << EOF
MAKE="make -C \$kernel_source_dir M=\\\$(pwd)"
PACKAGE_NAME=%{name}
PACKAGE_VERSION=%{version}-%{real_rel}
DEST_MODULE_LOCATION=/kernel/3rdparty/%{name}
BUILT_MODULE_NAME=%{name}
AUTOINSTALL=yes
EOF

%post -n dkms-%{name}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{real_rel}
/usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{real_rel}
/usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{real_rel}

%preun -n dkms-%{name}
# rmmod can fail
/sbin/rmmod %{name} >/dev/null 2>&1
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{real_rel} --all || :

%files -n dkms-%{name}
%defattr(0644,root,root,0755)
%dir %{_usr}/src/%{name}-%{version}-%{real_rel}
%{_usr}/src/%{name}-%{version}-%{real_rel}/*
%config(noreplace) /etc/modprobe.d/rtl8188eu.conf

%changelog

* Tue Mar 22 2016 spectre <eugene.shatokhin@rosalab.ru> 4.1.8-0.37a56bc.1
- (bba9fdf) Merge pull request #1 from alzim/rtl8188eu:rosa2014.1
- (bba9fdf) Update to 4.1.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14519 |14cu|rtl8192cu-4.0.2-0.f3edeee.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Preparing source archive from git repo:
# $ hash=`git log -1 --format='%h'`
# $ git archive --prefix rtl8192cu/ ${hash} | xz -7e > rtl8192cu-${hash}.tar.xz

# Revision from the upstream git repository.
%define git_rev f3edeee

# The real release number (increment it before rebuild).
%define real_rel 1

%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Standalone driver for RTL8192CU-based devices
Name:		rtl8192cu
Version:	4.0.2
Release:	0.%{git_rev}.%{real_rel}
Source0:	%{name}-%{git_rev}.tar.xz
Source1:	Kbuild
Source2:	rtl8192cu.conf
License:	GPLv2
Group:		System/Kernel and hardware
URL:		https://github.com/pvaret/rtl8192cu-fixes

%description
This package contains the driver for RTL8192CU-based USB wireless adapters
by Realtek.

%package -n dkms-%{name}
Summary:	Standalone driver for RTL8192CU-based devices
Group:		System/Kernel and hardware
Requires(post):		dkms
Requires(preun):	dkms

%description -n dkms-%{name}
This package contains the driver for RTL8192CU-based USB wireless adapters
by Realtek.

%prep
%setup -q -T -c -a0 %{name}

# Kbuild file is a stripped version of the original Makefile. This is to 
# make sure the driver is build with the same compiler settings as the rest
# of the kernel - just in case.
cp -p %{SOURCE1} .

%build

%install
# sources to be used by DKMS
mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{real_rel}
cp -R %{name}/core/ %{name}/hal/ %{name}/include/ %{name}/os_dep/ \
  %{buildroot}%{_usr}/src/%{name}-%{version}-%{real_rel}/
cp Kbuild %{buildroot}%{_usr}/src/%{name}-%{version}-%{real_rel}/

# remove the spurious executable perm from the sources
find %{buildroot}%{_usr}/src/%{name}-%{version}-%{real_rel} -type f -exec chmod -x {} \;

cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{real_rel}/dkms.conf << EOF
MAKE="make -C \$kernel_source_dir M=\\\$(pwd)"
PACKAGE_NAME=%{name}
PACKAGE_VERSION=%{version}-%{real_rel}
DEST_MODULE_LOCATION=/kernel/3rdparty/%{name}
BUILT_MODULE_NAME=%{name}_fixed
AUTOINSTALL=yes
EOF

mkdir -p %{buildroot}/etc/modprobe.d/
install -m 644 %{SOURCE2} %{buildroot}/etc/modprobe.d/

cp %{name}/README.md .

%post -n dkms-%{name}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{real_rel}
/usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{real_rel}
/usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{real_rel}

%preun -n dkms-%{name}
/sbin/rmmod %{name} >/dev/null 2>&1
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{real_rel} --all || :

%files -n dkms-%{name}
%dir %{_usr}/src/%{name}-%{version}-%{real_rel}
%{_usr}/src/%{name}-%{version}-%{real_rel}/*
%config(noreplace) /etc/modprobe.d/%{name}.conf
%doc README.md

%changelog

* Wed Mar 23 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.0.2-0.f3edeee.1
- (fc5170c) Avoid conflicts with rtl8192cu from the kernel
- (fc5170c) 1. Renamed the driver from this package to rtl8192cu_fixed.
- (fc5170c) 2. Blacklisted rtl8192cu instead of disabling it as well as rtlwifi
- (fc5170c) altogether like they do in
- (fc5170c) https://github.com/pvaret/rtl8192cu-fixes/issues/56. That approach seems
- (fc5170c) to be an overkill in ROSA.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14520 |14cu|rtl8812au-20161021-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrev be67c6e
%define gitdate 20161021

# How to prepare the source archive from the git tree:
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix rtl8812au-${date}-git${hash}/ ${hash} \
#	| xz -7e > ../rtl8812au-${date}-git${hash}.tar.xz

%define kname 8812au

%define _enable_debug_packages	%{nil}
%define debug_package	%{nil}

Summary:	The standalone RTL8812AU driver
Name:		rtl8812au
Version:	%{gitdate}
Release:	1
Source0:	%{name}-%{gitdate}-git%{gitrev}.tar.xz
Source1:	%{name}.rpmlintrc
License:	GPLv2
Group:		System/Kernel and hardware
URL:		https://github.com/diederikdehaas/rtl8812AU/tree/driver-4.3.14

%description
This package contains the driver for Realtek 8812A 802.11n USB wireless
adapters.

%package -n dkms-%{name}
Summary:	The standalone RTL8812AU driver
Group:		System/Kernel and hardware
Requires(post,preun):	dkms

%description -n dkms-%{name}
This package contains the driver for Realtek 8812A 802.11n USB wireless
adapters.

%prep
%setup -qn %{name}-%{gitdate}-git%{gitrev}
%apply_patches

%build

%install

# install dkms sources
mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
cp -R * %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/
cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/dkms.conf << EOF
MAKE="'make' KVER=\${kernelver}"
PACKAGE_NAME=%{name}
PACKAGE_VERSION=%{version}-%{release}
DEST_MODULE_LOCATION=/kernel/3rdparty/%{name}
BUILT_MODULE_NAME=%{kname}
AUTOINSTALL=yes
EOF


%post -n dkms-%{name}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{release}

# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
	kk=$(echo $kk | sed 's/^\/lib\/modules\///');
	if test -d "/lib/modules/$kk/build"; then
		/usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{release} -k $kk &&
		/usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{release} -k $kk || true
	else
		echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
	fi;
done

%preun -n dkms-%{name}
# rmmod can fail (e.g. if the module is not loaded), but it should not stop
# deinstallation.
/sbin/rmmod %{kname} >/dev/null 2>&1 || true
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{release} --all || true

%files -n dkms-%{name}
%dir %{_usr}/src/%{name}-%{version}-%{release}
%{_usr}/src/%{name}-%{version}-%{release}/*

%changelog

* Fri Jan 27 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 20161021-1
- (10f0755) Moved to another upstream repository, moved back to base version 4.3.14
- (10f0755) Version 4.3.14 from
- (10f0755) https://github.com/diederikdehaas/rtl8812AU/tree/driver-4.3.14 seems to
- (10f0755) work OK with both 2,4GHz and 5GHz bands unlike the versions 4.3.20+ from
- (10f0755) that and other repositories.
- (10f0755) Reported: https://github.com/diederikdehaas/rtl8812AU/issues/55



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14521 |14cu|rtlwifi_new-20170113-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrev d4d11b5
%define gitdate 20170113

# How to prepare the source archive from the git tree:
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix rtlwifi_new-${date}-git${hash}/ ${hash} \
#	| xz -7e > ../rtlwifi_new-${date}-git${hash}.tar.xz

%define _enable_debug_packages	%{nil}
%define debug_package	%{nil}

Summary:	Collection of drivers for WiFi adapters by Realtek
Name:		rtlwifi_new
Version:	%{gitdate}
Release:	1
Source0:	%{name}-%{gitdate}-git%{gitrev}.tar.xz
Source1:	rtlwifi_new.conf
License:	GPLv2
Group:		System/Kernel and hardware
URL:		https://github.com/lwfinger/rtlwifi_new

# Rename the modules to avoid conflicts with the modules provided by the
# kernel packages. Change the path to firmware for that purpose as well.
Patch1:		001-Rename-modules-to-name_new.patch
Patch2:		002-Use-rtlwifi_new-as-firmware-dir.patch
# By default, the modules are built for the current kernel but we want them
# for the kernel that dkms specifies in KERNELRELEASE variable.
Patch3:		003-Build-for-the-right-kernel.patch

%description
This package contains the following drivers for the WiFi adapters by Realtek:
rtl8192ce, rtl8192se, rtl8192de, rtl8188ee, rtl8192ee, rtl8723ae, rtl8723be,
and rtl8821ae as well as the common modules they need. The respective
modules provided by the kernel packages will be blacklisted to avoid
conflicts.

%package -n dkms-%{name}
Summary:	Collection of drivers for WiFi adapters by Realtek
Group:		System/Kernel and hardware
Requires(post,preun):		dkms
Requires:	dkms

%description -n dkms-%{name}
This package contains the following drivers for the WiFi adapters by Realtek:
rtl8192ce, rtl8192se, rtl8192de, rtl8188ee, rtl8192ee, rtl8723ae, rtl8723be,
and rtl8821ae as well as the common modules they need. The respective
modules provided by the kernel packages will be blacklisted to avoid
conflicts.


%prep
%setup -qn %{name}-%{gitdate}-git%{gitrev}
%apply_patches

%build

%install
# sources to be used by DKMS
mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
for subdir in \
	btcoexist \
	rtl8188ee \
	rtl8192c \
	rtl8192ce \
	rtl8192cu \
	rtl8192de \
	rtl8192ee \
	rtl8192se \
	rtl8723ae \
	rtl8723be \
	rtl8723com \
	rtl8821ae; do
	mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/$subdir
	install -m644 $subdir/*.c $subdir/*.h $subdir/Makefile \
		%{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/$subdir
done

install -m644 *.c *.h Makefile \
  %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/

# Blacklist the corresponding drivers that might be provided by the kernel
# packages. This is needed to avoid conflicts while still keeping the
# original drivers available, just in case.
mkdir -p %{buildroot}/etc/modprobe.d/
install -m644 %{SOURCE1} %{buildroot}/etc/modprobe.d

mkdir -p %{buildroot}/lib/firmware/rtlwifi_new
install -m644 firmware/rtlwifi/* %{buildroot}/lib/firmware/rtlwifi_new/

cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/dkms.conf << EOF
MAKE="make"
PACKAGE_NAME=%{name}
PACKAGE_VERSION=%{version}-%{release}
BUILT_MODULE_NAME[0]=rtlwifi_new
BUILT_MODULE_NAME[1]=rtl_pci_new
BUILT_MODULE_NAME[2]=rtl_usb_new
BUILT_MODULE_NAME[3]=btcoexist_new
BUILT_MODULE_LOCATION[3]=btcoexist/
BUILT_MODULE_NAME[4]=rtl8192c-common_new
BUILT_MODULE_LOCATION[4]=rtl8192c/
BUILT_MODULE_NAME[5]=rtl8821ae_new
BUILT_MODULE_LOCATION[5]=rtl8821ae/
BUILT_MODULE_NAME[6]=rtl8192se_new
BUILT_MODULE_LOCATION[6]=rtl8192se/
BUILT_MODULE_NAME[7]=rtl8192de_new
BUILT_MODULE_LOCATION[7]=rtl8192de/
BUILT_MODULE_NAME[8]=rtl8723be_new
BUILT_MODULE_LOCATION[8]=rtl8723be/
BUILT_MODULE_NAME[9]=rtl8192ee_new
BUILT_MODULE_LOCATION[9]=rtl8192ee/
BUILT_MODULE_NAME[10]=rtl8192cu_new
BUILT_MODULE_LOCATION[10]=rtl8192cu/
BUILT_MODULE_NAME[11]=rtl8188ee_new
BUILT_MODULE_LOCATION[11]=rtl8188ee/
BUILT_MODULE_NAME[12]=rtl8192ce_new
BUILT_MODULE_LOCATION[12]=rtl8192ce/
BUILT_MODULE_NAME[13]=rtl8723ae_new
BUILT_MODULE_LOCATION[13]=rtl8723ae/
BUILT_MODULE_NAME[14]=rtl8723-common_new
BUILT_MODULE_LOCATION[14]=rtl8723com/
DEST_MODULE_LOCATION[0]=/kernel/3rdparty/%{name}/
DEST_MODULE_LOCATION[1]=/kernel/3rdparty/%{name}/
DEST_MODULE_LOCATION[2]=/kernel/3rdparty/%{name}/
DEST_MODULE_LOCATION[3]=/kernel/3rdparty/%{name}/
DEST_MODULE_LOCATION[4]=/kernel/3rdparty/%{name}/
DEST_MODULE_LOCATION[5]=/kernel/3rdparty/%{name}/
DEST_MODULE_LOCATION[6]=/kernel/3rdparty/%{name}/
DEST_MODULE_LOCATION[7]=/kernel/3rdparty/%{name}/
DEST_MODULE_LOCATION[8]=/kernel/3rdparty/%{name}/
DEST_MODULE_LOCATION[9]=/kernel/3rdparty/%{name}/
DEST_MODULE_LOCATION[10]=/kernel/3rdparty/%{name}/
DEST_MODULE_LOCATION[11]=/kernel/3rdparty/%{name}/
DEST_MODULE_LOCATION[12]=/kernel/3rdparty/%{name}/
DEST_MODULE_LOCATION[13]=/kernel/3rdparty/%{name}/
DEST_MODULE_LOCATION[14]=/kernel/3rdparty/%{name}/
REMAKE_INITRD=yes
AUTOINSTALL=yes
EOF

%post -n dkms-%{name}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{release}

# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
	kk=$(echo $kk | sed 's/^\/lib\/modules\///');
	if test -d "/lib/modules/$kk/build"; then
		/usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{release} -k $kk &&
		/usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{release} -k $kk || true
	else
		echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
	fi;
done

%preun -n dkms-%{name}
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{release} --all || :

%files -n dkms-%{name}
%dir %{_usr}/src/%{name}-%{version}-%{release}
%{_usr}/src/%{name}-%{version}-%{release}/*
%dir /lib/firmware/rtlwifi_new
/lib/firmware/rtlwifi_new/*
%config(noreplace) /etc/modprobe.d/rtlwifi_new.conf

%changelog

* Mon Jan 16 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 20170113-1
- (b5fa3cf) Updated to git rev. d4d11b5 (2017-01-13)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14522 |14cu|R-tnet-3.0.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tnet
%global rlibdir  %{_datadir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          3.0.11
Release:          1
Summary:          tnet: Software for Analysis of Weighted, Two-mode, and Longitudinal networks
Group:            Sciences/Mathematics
License:          CC BY-NC 3.0 + file LICENSE
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-igraph R-survival 

BuildRequires:    R-devel Rmath-devel R-igraph R-survival


%description
R package for analyzing weighted, two-mode, and longitudinal networks.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data

%changelog
* Tue Dec 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.11-1
+ Revision: d703f64
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14523 |14cu|rtorrent-0.9.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libtorrentver 0.13.6

Summary:	Curses based BitTorrent client
Name:		rtorrent
Version:	0.9.6
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://libtorrent.rakshasa.no/
Source0:	http://rtorrent.net/downloads/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libtorrent) >= %{libtorrentver}
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(xmlrpc)
Requires:	libtorrent >= %{libtorrentver}

%description
This is a text mode BitTorrent client with a curses interface based on
libtorrent.

%files
%doc README AUTHORS doc/rtorrent.rc
%{_bindir}/rtorrent

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CPPFLAGS=-I%{_includedir}/ncursesw
export LIBS="-lpthread -lxmlrpc -lxmlrpc_util"

%configure2_5x \
	--with-xmlrpc-c
%make

%install
%makeinstall_std

%changelog

* Sun Jan 03 2016 dsilakov <denis.silakov@rosalab.ru> 1:0.9.6-1
- (cd44c50) Merge pull request #2 from import/rtorrent:auto_update
- (cd44c50) Updated to 0.9.6 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14524 |14cu|R-TSA-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  TSA
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          1.01
Release:          3
Summary:          Time Series Analysis
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core
Requires:         R-leaps R-locfit R-tseries
BuildRequires:    R-devel Rmath-devel R-leaps R-locfit R-tseries

%description
Contains R functions and datasets detailed in the book "Time Series
Analysis with Applications in R (second edition)" by Jonathan Cryer and
Kung-Sik Chan

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog

* Thu Jun 30 2016 Denis Silakov <dsilakov@gmail.com> 1.01-3
- (af2bd90) Drop mgcv requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14525 |14cu|rt-tests-0.84-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Programs that test various rt-features
Name:    rt-tests
Version: 0.84
Release: 1
License: GPLv2
Group:   Development/Other
URL:     http://rt.wiki.kernel.org/index.php/Cyclictest
Source0: %{name}-%{version}.tar.xz
Patch0: rt-tests-0.72-fix-str-fmt.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: python
BuildRequires: numa-devel

%description
A set of programs that test and measure various components of "realtime"
kernel behavior, such as timer latency, signal latency and the functioning
of priority-inheritance mutexes.

%prep
%setup -q -n %{name}
%patch0 -p0

%build
%make CC="gcc %{optflags} %{ldflags}"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
mkdir -p $RPM_BUILD_ROOT/%{python_sitelib}
make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/cyclictest
%{_bindir}/hackbench
%{_bindir}/pip_stress
%{_bindir}/pi_stress
%{_bindir}/pmqtest
%{_bindir}/ptsematest
%{_bindir}/rt-migrate-test
%{_bindir}/sendme
%{_bindir}/signaltest
%{_bindir}/hwlatdetect
%{_bindir}/sigwaittest
%{_bindir}/svsematest
%{_mandir}/man4/*.4.*
%{_mandir}/man8/*.8.*
%{python_sitelib}/hwlatdetect.py
%{_usrsrc}/backfire/backfire.c
%{_usrsrc}/backfire/Makefile

%changelog

* Sat Jul 18 2015 dsilakov <denis.silakov@rosalab.ru> 0.84-1
- (da117dd) Merge pull request #1 from semsonic/rt-tests:rosa2014.1
- (da117dd) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14526 |14cu|R-tweedie-2.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  tweedie
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.2.1
Release:          1
Summary:          Tweedie exponential family models
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/tweedie_%{version}.tar.gz
Requires:         R-statmod 
Requires:         R-fBasics 
Requires:         R-stabledist
BuildRequires:    R-devel Rmath-devel  R-statmod
BuildRequires:    R-fBasics 
BuildRequires:    R-stabledist

%description
Maximum likelihood computations for Tweedie families.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-1
- (9f854ff) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14527 |14cu|R-TxDb.Mmusculus.UCSC.mm9.knownGene-3.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  TxDb.Mmusculus.UCSC.mm9.knownGene
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          3.1.2
Release:          1
Summary:          Annotation package for TxDb object(s)
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              None
Source0:          http://www.bioconductor.org/packages/release/data/annotation/src/contrib/TxDb.Mmusculus.UCSC.mm9.knownGene_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-GenomicFeatures 
Requires:         R-GenomicFeatures R-AnnotationDbi 

BuildRequires:    R-devel Rmath-devel R-GenomicFeatures
BuildRequires:    R-GenomicFeatures R-AnnotationDbi 

%description
Exposes an annotation databases generated from UCSC by exposing these as
TxDb objects

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/extdata

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1.2-1
- (3012be3) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14528 |14cu|rubberband-1.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major		2
%define		libname		%mklibname %{name} %{major}
%define		develname	%mklibname -d %{name}

Summary:	Audio time-stretching and pitch-shifting library
Name:		rubberband
Version:	1.8.1
Release:	1
License:	GPLv2
Group:		System/Libraries
URL:		http://www.breakfastquay.com/rubberband/
Source0:	http://www.breakfastquay.com/rubberband/files/%{name}-%{version}.tar.bz2
Source1:	http://www.breakfastquay.com/rubberband/usage.txt
Patch1:		rubberband-1.5.0-mk.patch

BuildRequires:	fftw3-devel
BuildRequires:	ladspa-devel
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig
BuildRequires:	vamp-plugin-sdk-devel
Requires:	%{libname} = %{EVRD}

%description
Rubber Band is a library and utility program that permits you to change the
tempo and pitch of an audio recording independently of one another.

%package -n %{libname}
Summary:	Audio time-stretching and pitch-shifting library
Group:		System/Libraries

%description -n %{libname}
Rubber Band is a library and utility program that permits you to change the
tempo and pitch of an audio recording independently of one another.

%package -n %{develname}
Summary:	Development files for rubberband
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n	%{develname}
Rubber Band is a library and utility program that permits you to change the
tempo and pitch of an audio recording independently of one another. This
package contains files needed to develop with the rubberband library.

%prep
%setup -q
%patch1 -p1

%__cp %{SOURCE1} .

%build
autoreconf -fiv
sed -i 's|{exec_prefix}/lib|{exec_prefix}/%{_lib}|' rubberband.pc.in
%configure2_5x
%make

%install
%makeinstall_std

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" %{buildroot}%{_libdir}/pkgconfig/rubberband.pc

%files
%doc usage.txt CHANGELOG
%{_bindir}/rubberband
%{_datadir}/ladspa/rdf/ladspa-rubberband.rdf

%files -n %{libname}
%doc usage.txt CHANGELOG
%{_libdir}/librubberband.so.%{major}*
%{_libdir}/ladspa/ladspa-rubberband.cat
%{_libdir}/ladspa/ladspa-rubberband.so
%{_libdir}/vamp/vamp-rubberband.cat
%{_libdir}/vamp/vamp-rubberband.so

%files -n %{develname}
%doc usage.txt CHANGELOG
%{_includedir}/rubberband
%{_libdir}/librubberband.so
%{_libdir}/librubberband.a
%{_libdir}/pkgconfig/rubberband.pc

%changelog

* Wed Apr 29 2015 abfonly <abfonly@gmail.com> 1.8.1-1
- (25b87ef) Merge pull request #1 from abfonly/rubberband:rosa2014.1
- (25b87ef) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14529 |14cu|ruby-activesupport-4.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rname	activesupport

Summary:	Support and utility classes used by the Rails framework
Name:		ruby-%{rname}
Version:	4.2.6
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://as.rubyonrails.com/
Source0:	http://rubygems.org/downloads/%{rname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Provides:	rubygem(%{rname})
Provides:	rubygem-activesupport
BuildArch:	noarch

%description
Utility library which carries commonly used classes and goodies from the Rails
framework.

%files
%{ruby_gemdir}/gems/%{rname}-%{version}
%{ruby_gemdir}/specifications/%{rname}-%{version}.gemspec

#----------------------------------------------------------------------------

%prep

%build

%install
gem install -E -n %{buildroot}%{_bindir} --no-rdoc --no-ri --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.6-1
- (ec54a4b) New version 4.2.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14530 |14cu|ruby-amazon-0.9.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ruby/Amazon module for access to Amazon Web Services
Name:		ruby-amazon
Version:	0.9.2
Release:	8
License:	GPL
Group:		Development/Ruby
URL:		http://www.caliban.org/ruby/
Source0:	http://www.caliban.org/files/ruby/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	ruby
Requires:	ruby

%description
Ruby/Amazon is a Ruby interface to Amazon Web Services.

%prep
%setup -q
ruby setup.rb config --prefix=%{buildroot}%{_prefix}
ruby setup.rb setup

%build
rdoc -x CVS lib

%clean

%install
ruby setup.rb install

%files
%{ruby_sitelibdir}/amazon*
%doc COPYING INSTALL NEWS README README.rdoc TODO example doc






%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.9.2-8
- (6715afc) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14531 |14cu|ruby-daemons-1.1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	daemons

Summary:	A toolkit to create and control daemons in different ways
Name:		ruby-%{oname}
Version:	1.1.9
Release:	1
License:	BSD and Ruby
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems
BuildArch:	noarch

%description
Daemons provides an easy way to wrap existing ruby scripts (for example a
self-written server)  to be run as a daemon and to be controlled by simple
start/stop/restart commands.  You can also call blocks as daemons and control
them from the parent or just daemonize the current process.  Besides this basic
functionality, daemons offers many advanced features like exception backtracing
and logging (in case your ruby script crashes) and monitoring and automatic
restarting of your processes if they crash.

%prep

%build

%install
gem install --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}
rm -rf %{buildroot}%{ruby_gemdir}/{cache,gems/%{oname}-%{version}/ext}

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec



%changelog

* Sat Jul 18 2015 dsilakov <denis.silakov@rosalab.ru> 1.1.9-1
- (4bcaabd) Merge pull request #1 from semsonic/ruby-daemons:rosa2014.1
- (4bcaabd) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14532 |14cu|ruby-diff-lcs-1.2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	diff-lcs

Summary:	Provide a list of changes between two sequenced collections
Name:		ruby-%{oname}
Version:	1.2.5
Release:	1
License:	GPLv2+ or Ruby or Artistic
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby
BuildArch:	noarch

%description
Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest
common subsequence (LCS) algorithm to compute intelligent differences between
two sequenced enumerable containers. The implementation is based on Mario I.
Wolczko's Smalltalk version (1.2, 1993) and Ned Konz's Perl version
(Algorithm::Diff).

%prep

%build

%install
gem install --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

chmod g-w,g+r,o+r -R %{buildroot}

mv %{buildroot}%{ruby_gemdir}/bin %{buildroot}%{_prefix}

%clean

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{_bindir}/*
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec




%changelog

* Sun Jul 19 2015 dsilakov <denis.silakov@rosalab.ru> 1.2.5-1
- (12b928e) Merge pull request #1 from semsonic/ruby-diff-lcs:rosa2014.1
- (12b928e) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14533 |14cu|rubygem-actionmailer-4.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname actionmailer

Summary:	Service layer for easy email delivery and testing
Name:		rubygem-%{rbname}
Version:	4.2.6
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://www.rubyonrails.com/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby-RubyGems
Provides:	ruby-%{rbname} = %{EVRD}
Conflicts:	ruby-%{rbname} < 4.2.6
Obsoletes:	ruby-%{rbname} < 4.2.6
BuildArch:	noarch

%description
Makes it trivial to test and deliver emails sent from a single service layer.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	ruby-%{rbname} < 4.2.6

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(test)/'

%install
%gem_install


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.6-1
- (8131fcc) New version 4.2.6
- (8131fcc) Rename to rubygem-actionmailer



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14534 |14cu|rubygem-actionpack-4.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname actionpack

Summary:	Part of Rails framework handling controller/view split
Name:		rubygem-%{rbname}
Version:	4.2.6
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://www.rubyonrails.com/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby-RubyGems
Provides:	ruby-%{rbname} = %{EVRD}
Conflicts:	ruby-%{rbname} < 4.2.6
Obsoletes:	ruby-%{rbname} < 4.2.6
BuildArch:	noarch

%description
Action Pack splits the response to a web request into a controller part
(performing the logic) and a view part (rendering a template). This two-step
approach is known as an action, which will normally create, read, update, or
delete (CRUD for short) some sort of model part (often backed by a database)
before choosing either to render a template or redirecting to another action.

Action Pack implements these actions as public methods on Action Controllers
and uses Action Views to implement the template rendering. Action Controllers
are then responsible for handling all the actions relating to a certain part
of an application. This grouping usually consists of actions for lists and for
CRUDs revolving around a single (or a few) model objects. So ContactController
would be responsible for listing contacts, creating, deleting, and updating
contacts. A WeblogController could be responsible for both posts and comments.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	ruby-%{rbname} < 4.2.6

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(test)/'

%install
%gem_install


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.6-1
- (5a210c6) New version 4.2.6
- (5a210c6) Rename to rubygem-actionpack



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14535 |14cu|rubygem-actionview-4.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname actionview

Summary:	Rendering framework putting the V in MVC (part of Rails)
Name:		rubygem-%{rbname}
Version:	4.2.6
Release:	1
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		http://www.rubyonrails.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Simple, battle-tested conventions and helpers for building web pages.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/helpers
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/helpers/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/helpers/tags
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/helpers/tags/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/locale
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/locale/*.yml
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/renderer
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/renderer/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/tasks
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/tasks/*.rake
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/template
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/template/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/template/handlers
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/template/handlers/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/testing
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/action_view/testing/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.6-1
- (8371c1b) New version 4.2.6
- (8371c1b) Update files
- (8371c1b) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14536 |14cu|rubygem-activejob-4.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname activejob

Summary:	Declare job classes that can be run by a variety of queueing backends
Name:		rubygem-%{rbname}
Version:	4.2.6
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby-RubyGems
BuildArch:	noarch

%description
Declare job classes that can be run by a variety of queueing backends.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	ruby-%{rbname} < 4.2.6

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(test)/'

%install
%gem_install


%changelog

* Thu Jun 16 2016 Rosa <rosa@abf.rosalinux.ru> 4.2.6-1
- (2dbff6c) Automatic import for version 4.2.6-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14537 |14cu|rubygem-activemodel-4.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname activemodel

Summary:	A toolkit for building modeling frameworks (part of Rails)
Name:		rubygem-%{rbname}
Version:	4.2.6
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://www.rubyonrails.org
Source0:	http://rubygems.org/downloads/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildRequires:	rubygem(activesupport) = %{version}
BuildRequires:	rubygem(builder)
BuildRequires:	rubygem(i18n) => 0.4.2
BuildRequires:	rubygem(mocha)
BuildArch:	noarch

%description
A toolkit for building modeling frameworks like Active Record and Active
Resource. Rich support for attributes, callbacks, validations, observers,
serialization, internationalization, and testing.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model/locale
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model/locale/*.yml
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model/serializers
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model/serializers/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model/validations
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/active_model/validations/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.6-1
- (ae222a4) New version 4.2.6
- (ae222a4) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14538 |14cu|rubygem-activerecord-4.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname activerecord

Summary:	Object-relational mapper framework (part of Rails)
Name:		rubygem-%{rbname}
Version:	4.2.6
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://www.rubyonrails.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch
%rename		ruby-activerecord

%description
Databases on Rails. Build a persistent domain model by mapping database tables
to Ruby classes. Strong conventions for associations, validations,
aggregations, migrations, and testing come baked-in.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/examples
%{ruby_gemdir}/gems/%{rbname}-%{version}/examples/*.rb

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f examples

%install
%gem_install


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.6-1
- (342edb0) New version 4.2.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14539 |14cu|rubygem-arel-6.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname arel

Summary:	Arel is a SQL AST manager for Ruby
Name:		rubygem-%{rbname}
Version:	6.0.3
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://github.com/rails/arel
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Arel is a SQL AST manager for Ruby. It
1. Simplifies the generation of complex SQL queries
2. Adapts to various RDBMS systems

It is intended to be a framework framework; that is, you can build your
own ORM with it, focusing on innovative object and collection modeling
as opposed to database compatibility and query generation.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.markdown
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.txt

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.0.3-1
- (7297216) New version 6.0.3
- (7297216) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14540 |14cu|rubygem-atomic-1.1.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rbname	atomic

Summary:	An atomic reference implementation for JRuby, Rubinius, and MRI
Name:		rubygem-%{rbname}
Version:	1.1.16
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rack.rubyforge.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	ruby-RubyGems
BuildRequires:	pkgconfig(ruby)
Requires:	ruby-RubyGems

%description
An atomic reference implementation for JRuby, Rubinius, and MRI.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/atomic_reference.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/examples/*
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(examples|test)/'

%install
%gem_install


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.16-1
- (8353ced) Build requires pkgconfig(ruby)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14541 |14cu|rubygem-aws-sdk-v1-1.60.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname aws-sdk-v1

Summary:	Ruby binding of AWS SDK
Name:		rubygem-%{rbname}
Version:	1.60.2
Release:	1
License:	ASLv2.0
Group:		Development/Ruby
Url:		http://aws.amazon.com/sdkforruby/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	pkgconfig(ruby)
Requires:	rubygem(json)
Requires:	rubygem(nokogiri)
Requires:	rubygem(uuidtools)
BuildArch:	noarch

%description
Build Ruby applications with the aws-sdk gem that takes the complexity
out of coding directly against the web service interfaces. The gem handles
common tasks, such as authentication, request retries, XML processing,
error handling, and more.

%files
%{_bindir}/aws-rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/aws-rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/aws.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/aws/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/aws/*/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/aws/*/*/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/aws/*/*/*/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/aws/api_config/*.yml
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -qn %{rbname}-%{version}

%build
%gem_build

%install
%gem_install


%changelog

* Fri Dec 11 2015 Rosa <rosa@abf.rosalinux.ru> 1.60.2-1
- (5e90afc) Automatic import for version 1.60.2-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14542 |14cu|rubygem-byebug-6.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname byebug

Summary:	Simple to use, feature rich debugger for Ruby 2
Name:		rubygem-%{rbname}
Version:	6.0.2
Release:	1
License:	BSD
Group:		Development/Ruby
Url:		https://github.com/deivid-rodriguez/byebug/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	pkgconfig(ruby)

%description
Byebug is a simple to use, feature rich debugger for Ruby 2. It uses the new
TracePoint API for execution control and the new Debug Inspector API for call
stack navigation, so it doesn't depend on internal core sources. It's developed
as a C extension, so it's fast. And it has a full test suite so it's reliable.

%files
%{_bindir}/%{rbname}
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/%{rbname}
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/commands/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/commands/*/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/helpers/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/interfaces/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/printers/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/printers/texts/*.yml
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/processors/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/settings/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}/%{rbname}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.md

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog

* Tue Sep 29 2015 Rosa <rosa@abf.rosalinux.ru> 6.0.2-1
- (1ccdf5a) Automatic import for version 6.0.2-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14543 |14cu|rubygem-cucumber-rails-1.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname cucumber-rails

Summary:	Cucumber Generators and Runtime for Rails
Name:		rubygem-%{rbname}
Version:	1.4.3
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://github.com/aslakhellesoy/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
Suggests:	rubygem(aruba)
BuildArch:	noarch

%description
Cucumber Generators and Runtime for Rails.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 1.4.1

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install




%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.3-1
- (ff0ec06) New version 1.4.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14544 |14cu|rubygem-daemon_controller-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from daemon_controller-0.2.6.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	daemon_controller

Summary:	A library for implementing daemon management capabilities
Name:		rubygem-%{rbname}

Version:	1.2.0
Release:	1
Group:		Development/Ruby
License:	BSD
URL:		http://github.com/FooBarWidget/daemon_controller/tree/master
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems 
BuildArch:	noarch

%description
A library for robust daemon management.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build -f spec/

%install
%gem_install

%files
%doc LICENSE.txt README.markdown
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/daemon_controller
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/daemon_controller/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/spec
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_gemdir}/gems/%{rbname}-%{version}/spec/run_echo_server
 
%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

%changelog

* Mon Jul 20 2015 dsilakov <denis.silakov@rosalab.ru> 1.2.0-1
- (1a0ec2d) Merge pull request #1 from semsonic/rubygem-daemon_controller:rosa2014.1
- (1a0ec2d) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14545 |14cu|rubygem-globalid-0.3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname globalid

Summary:	URIs for your models makes it easy to pass references around
Name:		rubygem-%{rbname}
Version:	0.3.6
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby-RubyGems
BuildArch:	noarch

%description
URIs for your models makes it easy to pass references around.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	ruby-%{rbname} < 4.2.6

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(test)/'

%install
%gem_install


%changelog

* Thu Jun 16 2016 Rosa <rosa@abf.rosalinux.ru> 0.3.6-1
- (44c5c90) Automatic import for version 0.3.6-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14546 |14cu|rubygem-i18n-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from i18n-0.6.0.gem by gem2rpm5 0.6.6 -*- rpm-spec -*-
%define	rbname	i18n

Summary:	New wave Internationalization support for Ruby
Name:		rubygem-%{rbname}
Version:	0.7.0
Release:	1
Group:		Development/Ruby
License:	GPLv2+ or Ruby
Url:		http://github.com/svenfuchs/i18n
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems >= 1.3.5
BuildArch:	noarch

%description
New wave Internationalization support for Ruby.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/backend
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/backend/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/core_ext
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/core_ext/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/core_ext/kernel
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/core_ext/kernel/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/core_ext/string
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/core_ext/string/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/gettext
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/gettext/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/interpolate
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/interpolate/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/locale
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/locale/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/locale/tag
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/locale/tag/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/tests
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/tests/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/tests/localization
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/i18n/tests/localization/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.0-1
- (b69bcff) New version 0.7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14547 |14cu|rubygem-loofah-2.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname loofah

Summary:	Library for manipulating and transforming HTML/XML documents and fragments
Name:		rubygem-%{rbname}
Version:	2.0.3
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rack.rubyforge.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby-RubyGems
BuildArch:	noarch

%description
Loofah is a general library for manipulating and transforming HTML/XML
documents and fragments. It's built on top of Nokogiri and libxml2, so
it's fast and has a nice API. Loofah excels at HTML sanitization (XSS
prevention). It includes some nice HTML sanitizers, which are based on
HTML5lib's whitelist, so it most likely won't make your codes less secure.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.txt
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(test)/'

%install
%gem_install


%changelog

* Thu Jun 16 2016 Rosa <rosa@abf.rosalinux.ru> 2.0.3-1
- (5e03838) Automatic import for version 2.0.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14548 |14cu|rubygem-mail-2.5.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname mail

Summary:	A really Ruby Mail handler
Name:		rubygem-%{rbname}
Version:	2.5.4
Release:	5
License:	MIT
Group:		Development/Ruby
Url:		http://www.rubyonrails.org/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby-RubyGems
Provides:	ruby-%{rbname} = %{EVRD}
Conflicts:	ruby-%{rbname} < 2.5.4-5
Obsoletes:	ruby-%{rbname} < 2.5.4-5
BuildArch:	noarch

%description
A really Ruby Mail handler.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 2.5.4-5
Conflicts:	ruby-%{rbname} < 2.5.4-5

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.md
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(test)/'

%install
%gem_install


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.4-5
- (15302e1) Use standard rubygem packaging template



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14549 |14cu|rubygem-mini_portile2-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname mini_portile2

Summary:	Simplistic port-like solution for developers
Name:		rubygem-%{rbname}
Version:	2.0.0
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rack.rubyforge.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby-RubyGems
BuildArch:	noarch

%description
Simplistic port-like solution for developers. It provides a standard and
simplified way to compile against dependency libraries without messing up
your system.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(test)/'

%install
%gem_install


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-1
- (1894d74) Downgrade to 2.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14550 |14cu|rubygem-nokogiri-1.6.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname nokogiri

Summary:	Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser
Name:		rubygem-%{rbname}
Version:	1.6.7.2
Release:	2
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		http://nokogiri.org
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
Patch0:		rubygem-nokogiri-1.6.7.2-mini_portile2.patch
BuildRequires:	locales-en
BuildRequires:	rubygems
BuildRequires:	rubygem(mini_portile2)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(ruby)

%description
Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser.  Among Nokogiri's
many features is the ability to search documents via XPath or CSS3 selectors.
XML is like violence - if it doesn’t solve your problems, you are not using
enough of it.

%files
%{_bindir}/nokogiri
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/ext
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/xsd
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/nokogiri
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/ext/nokogiri
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/css
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/css/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/css/*.rex
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/css/*.y
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/decorators
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/decorators/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/html
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/html/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/html/sax
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/html/sax/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/node
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/node/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/pp
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/pp/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/sax
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/sax/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/xpath
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xml/xpath/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xslt
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/nokogiri/xslt/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/xsd/xmlparser
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/xsd/xmlparser/*.rb

%{ruby_sitearchdir}/%{rbname}/*.so
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.txt
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/*.md
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/ext/nokogiri/*.c
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/suppressions/README.txt
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
export LC_ALL=en_US.UTF-8
%gem_build

%install
%gem_install

# Fix mini_portile2 version because 2.0.0.rc2 is considered to be greater than 2.0.0 by RPM
sed s,"2.0.0.rc2","2.0.0",g -i %{buildroot}%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.7.2-2
- (53e1a7a) Get rid of rc2 in required mini_portile2 version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14551 |14cu|rubygem-openssl-nonblock-0.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define rbname openssl-nonblock

Summary:	Non-blocking support for Ruby OpenSSL
Name:		rubygem-%{rbname}
Version:	0.2.1
Release:	5
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		http://rev.rubyforge.org
Source0:	http://gems.rubyforge.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(ruby)

%description
Non-blocking support for Ruby OpenSSL.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/openssl
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/openssl/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/*.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.1-5
- (26a4c1f) Disable debug package
- (26a4c1f) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14552 |14cu|rubygem-pam-1.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define rbname pam

Summary:	Ruby bindings for pam
Name:		rubygem-%{rbname}
Version:	1.5.3
Release:	4
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		http://sourceforge.net/projects/ruby-pam
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
Patch0:		pam-1.5.3-ruby1.9.patch
Patch1:		pam-1.5.3-add-missing-tags-to-metadata.patch
BuildRequires:	rubygems
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(ruby)
%rename		ruby-pam

%description
Ruby bindings for pam.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/test
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*.rb
%{ruby_sitearchdir}/_%{rbname}.so
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .ruby19~
gunzip metadata.gz
%patch1 -p1 -b .missing_field~
gzip metadata

%build
%gem_build -f test

%install
%gem_install


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.3-4
- (a0b9125) Disable debug package
- (a0b9125) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14553 |14cu|rubygem-rack-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rbname	rack

Summary:	A modular Ruby webserver interface
Name:		rubygem-%{rbname}

Version:	1.6.0
Release:	1
Group:		Development/Ruby
License:	MIT
URL:		http://rack.rubyforge.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
Requires:	ruby-RubyGems
Requires:	rubygem(bacon)	
Requires:	rubygem(memcache-client)	
Requires:	rubygem(mongrel)	
BuildRequires:	ruby-RubyGems 
BuildRequires:	rubygem(bacon)
BuildRequires:	rubygem(mongrel)
BuildArch:	noarch


%description
Rack provides minimal, modular and adaptable interface for developing
web applications in Ruby.  By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.

%files
%{_bindir}/rackup
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/rackup
%{ruby_gemdir}/gems/%{rbname}-%{version}/contrib/*.svg
%{ruby_gemdir}/gems/%{rbname}-%{version}/contrib/*.png
%{ruby_gemdir}/gems/%{rbname}-%{version}/contrib/*.css
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
#------------------------------------------------------------

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books 
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/KNOWN-ISSUES
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README.rdoc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/example/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/example/*.ru
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*
#------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(contrib|example|test)/'

%install
%gem_install







%changelog

* Sun Jul 19 2015 dsilakov <denis.silakov@rosalab.ru> 1.6.0-1
- (092bbed) Merge pull request #2 from semsonic/rubygem-rack:rosa2014.1
- (092bbed) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14554 |14cu|rubygem-rails-4.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname rails

Summary:	Web-application framework with template engine, control-flow layer, and ORM
Name:		rubygem-%{rbname}
Version:	4.2.6
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://www.rubyonrails.com/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby-RubyGems
Provides:	%{rbname} = %{EVRD}
Conflicts:	%{rbname} < 4.2.6
Obsoletes:	%{rbname} < 4.2.6
BuildArch:	noarch

%description
Rails is a full-stack framework for developing database-backed web
applications according to the Model-View-Control pattern. From the
Ajax in the view, to the request and response in the controller, to
the domain model wrapping the database, Rails gives you a pure-Ruby
development environment. To go live, all you need to add is a database
and a web server.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/guides
%{ruby_gemdir}/gems/%{rbname}-%{version}/guides/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{rbname} < 4.2.6

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(guides)/'

%install
%gem_install


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.6-1
- (a70a6bd) Rename to rubygem-rails
- (a70a6bd) New version 4.2.6
- (a70a6bd) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14555 |14cu|rubygem-rails-dom-testing-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname rails-dom-testing

Summary:	Compare doms and assert certain elements exists in doms using Nokogiri
Name:		rubygem-%{rbname}
Version:	2.0.1
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rack.rubyforge.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby-RubyGems
BuildArch:	noarch

%description
This gem can compare doms and assert certain elements exists in doms
using Nokogiri.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(test)/'

%install
%gem_install


%changelog

* Thu Jun 16 2016 Rosa <rosa@abf.rosalinux.ru> 2.0.1-1
- (fb879d4) Automatic import for version 2.0.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14556 |14cu|rubygem-rails-html-sanitizer-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname rails-html-sanitizer

Summary:	HTML sanitization for Rails applications
Name:		rubygem-%{rbname}
Version:	1.0.3
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://rack.rubyforge.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby-RubyGems
BuildArch:	noarch

%description
HTML sanitization for Rails applications.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/test/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(test)/'

%install
%gem_install


%changelog

* Thu Jun 16 2016 Rosa <rosa@abf.rosalinux.ru> 1.0.3-1
- (286078d) Automatic import for version 1.0.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14557 |14cu|rubygem-railties-4.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname railties

Summary:	Tools for creating, working with, and running Rails applications
Name:		rubygem-%{rbname}
Version:	4.2.6
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://www.rubyonrails.org
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
Source10:	%{name}.rpmlintrc
BuildRequires:	rubygems
BuildArch:	noarch

%description
Rails internals: application bootup, plugins, generators, and rake tasks.

%files
%{_bindir}/rails
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/rails
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f guides

%install
%gem_install


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.6-1
- (abedd50) New version 4.2.6
- (abedd50) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14558 |14cu|rubygem-rake-10.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname   rake

Summary:    Simple ruby build program with capabilities similar to make
Name:       rubygem-%{rbname}
Version:    10.0.4
Release:    3
License:    MIT
Group:      Development/Ruby
URL:        http://rake.rubyforge.org/
Source0:    http://rubygems.org/downloads/%{rbname}-%{version}.gem
BuildArch:  noarch
BuildRequires: rubygems
BuildRequires: p7zip

%description
This package contains Rake, a simple ruby build program with capabilities
similar to make.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

# Install manpage
#mkdir -p %{buildroot}%{_mandir}/man1/
# use 7z and not gzip, as the file is corrupted.
# For some reason it works fine with 7z.
#7z e doc/%{rbname}.1.gz 
#install %{rbname}.1 %{buildroot}%{_mandir}/man1/rake.1

%files
%{_bindir}/rake
#%{_mandir}/man1/*
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/bin
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/rake
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/doc
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/doc/release_notes
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake/contrib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake/contrib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake/ext
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake/ext/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake/loaders
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/rake/loaders/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}
%{ruby_gemdir}/gems/%{rbname}-%{version}/*.rdoc
%{ruby_gemdir}/gems/%{rbname}-%{version}/CHANGES
%{ruby_gemdir}/gems/%{rbname}-%{version}/MIT-LICENSE
%{ruby_gemdir}/gems/%{rbname}-%{version}/TODO
%{ruby_gemdir}/gems/%{rbname}-%{version}/doc/*.rdoc
%{ruby_gemdir}/gems/%{rbname}-%{version}/doc/release_notes/*.rdoc

%changelog

* Wed Jun 15 2016 Denis Silakov <denis.silakov@rosalab.ru> 10.0.4-3
- (8aa1e5f) Drop man page



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14559 |14cu|rubygem-sass-3.4.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname sass

Summary:	Ruby extension of CSS3, adding nested rules, variables, mixins, and more
Name:		rubygem-%{rbname}
Version:	3.4.5
Release:	2
License:	MIT
Group:		Development/Ruby
Url:		http://rubygems.org/gems/%{rbname}
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules,
variables, mixins, selector inheritance, and more. It's translated to well-
formatted, standard CSS using the command line tool or a web-framework plugin.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/
%{_bindir}/*
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/
%{ruby_gemdir}/gems/%{rbname}-%{version}/VERSION*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install
install -m644 VERSION* %{buildroot}%{ruby_gemdir}/gems/%{rbname}-%{version}/


%changelog

* Thu Apr 09 2015 Arkady Shane <ashejn@gmail.com> 3.4.5-2
- (6c6f2e8) fix path



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14560 |14cu|rubygem-sprockets-3.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname sprockets

Summary:	Sprockets is a Rack-based asset packaging system
Name:		rubygem-%{rbname}
Version:	3.4.1
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://www.rubyonrails.com/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby-RubyGems
BuildArch:	noarch

%description
Sprockets is a Rack-based asset packaging system that concatenates
and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS

%files
%{_bindir}/sprockets
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/sprockets
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 3.4.1

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(test)/'

%install
%gem_install


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.4.1-1
- (ac6f398) New version 3.4.1
- (ac6f398) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14561 |14cu|rubygem-sprockets-rails-3.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname sprockets-rails

Summary:	Sprockets Rails integration
Name:		rubygem-%{rbname}
Version:	3.0.4
Release:	1
License:	MIT
Group:		Development/Ruby
URL:		https://github.com/rails/sprockets-rails
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
Sprockets Rails integration.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/sprockets
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/sprockets/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/sprockets/rails
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/sprockets/rails/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.4-1
- (353fb28) New version 3.0.4
- (353fb28) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14562 |14cu|rubygem-thor-0.19.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname thor

Summary:	A scripting framework that replaces rake, sake and rubigen
Name:		rubygem-%{rbname}
Version:	0.19.1
Release:	1
License:	MIT
Group:		Development/Ruby
Url:		http://www.rubyonrails.com/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	ruby-RubyGems
Requires:	ruby-RubyGems
BuildArch:	noarch

%description
A scripting framework that replaces rake, sake and rubigen.

%files
%{_bindir}/thor
%{ruby_gemdir}/gems/%{rbname}-%{version}/bin/thor
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 0.19.1

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build -f '(test)/'

%install
%gem_install


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.19.1-1
- (b523479) New version 0.19.1
- (b523479) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14563 |14cu|rubygem-thread_safe-0.3.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from thread_safe-0.3.3.gem by gem2rpm5 0.6.7 -*- rpm-spec -*-
%define	rbname	thread_safe

Summary:	Thread-safe collections and utilities for Ruby
Name:		rubygem-%{rbname}
Version:	0.3.5
Release:	1
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		https://github.com/headius/thread_safe
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
A collection of data structures and utilities
to make thread-safe programming in Ruby easier

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

# %check
# rake test

%install
%gem_install

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thread_safe
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thread_safe/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thread_safe/util
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/thread_safe/util/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%{ruby_gemdir}/doc/%{rbname}-%{version}

%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.5-1
- (607890a) New version 0.3.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14564 |14cu|ruby-geoip-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	geoip

Summary:	GeoIP ruby gem
Name:		ruby-%{oname}
Version:	1.2.0
Release:	1
License:	MIT
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
BuildArch:	noarch
BuildRequires:	ruby-RubyGems
Requires:	ruby

%description
The Ruby gem for querying Maxmind.com's GeoIP database, which returns the
geographic location of a server given its IP address

%prep

%build

%install
gem install --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

%clean

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%{ruby_gemdir}/gems/%{oname}-%{version}
%{_prefix}/lib/ruby/gems/2.1.0/bin/geoip

%changelog

* Mon Jul 20 2015 dsilakov <denis.silakov@rosalab.ru> 1.2.0-1
- (c7a6794) Merge pull request #1 from semsonic/ruby-geoip:rosa2014.1
- (c7a6794) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14565 |14cu|ruby-hiera-3.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   hiera

Name:       ruby-%{oname}
Version:    3.0.5
Release:    1
Summary:    Light weight hierarchical data store
License:    Apache License 
Group:      Development/Ruby
URL:        https://github.com/puppetlabs/hiera/
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildArch:  noarch

%description
A pluggable data store for hierarchical data

%files
%{_bindir}/hiera
%{ruby_gemdir}/gems/*
%{ruby_gemdir}/specifications/*

#-------------------------------------------------------------------------------
%package        doc
Summary:    Documentation for %{name}
Group:      Development/Ruby
Requires:   %{name} = %{version}-%{release}

%description    doc
Documents, Rdoc & RI documentation for %{name}.

%files          doc
%{ruby_gemdir}/doc/*
#-------------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install



%changelog

* Sun May 08 2016 Denis Silakov <denis.silakov@rosalab.ru> 3.0.5-1
- (99bc584) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14566 |14cu|ruby-hike-2.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname	hike

Name:		ruby-%{rname}
Summary:	A Ruby library for finding files in a set of paths
Version:	2.1.3
Release:	1
License:	MIT
Group:		Development/Ruby
URL:		https://github.com/sstephenson/hike
Source0:	http://rubygems.org/downloads/%{rname}-%{version}.gem
BuildRequires:	ruby-RubyGems
BuildArch:	noarch

%description
Hike is a Ruby library for finding files in a set of paths. Use it to implement
search paths, load paths, and the like.

%prep

%build

%install
gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}
rm -rf %{buildroot}%{ruby_gemdir}/cache

%files
%doc %{ruby_gemdir}/doc/%{rname}-%{version}
%{ruby_gemdir}/gems/%{rname}-%{version}
%{ruby_gemdir}/specifications/%{rname}-%{version}.gemspec



%changelog

* Sat Jul 18 2015 dsilakov <denis.silakov@rosalab.ru> 2.1.3-1
- (3a5648b) Merge pull request #1 from semsonic/ruby-hike:rosa2014.1
- (3a5648b) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14567 |14cu|ruby-pg-0.18.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   pg

Name:           ruby-pg
Version:        0.18.2
Release:        1
Summary:        A Ruby interface to the PostgreSQL RDBMS
License:        GPLv2+ or Ruby License
Group:          Development/Ruby
Source0:        http://rubygems.org/gems/%{oname}-%{version}.gem
URL:            http://rubyforge.org/projects/ruby-pg/
BuildRequires:  postgresql-devel
BuildRequires:  ruby-devel
Requires:       postgresql-server

%description
This is the extension library to access a PostgreSQL database from Ruby.
This library works with PostgreSQL 7.4 and later.

%prep
%setup -q -n pg-%{version}

%build
cd ext
ruby extconf.rb
make \
    CFLAGS="%{optflags} -fPIC"

%install
install -d %{buildroot}%{ruby_archdir}

cd ext
make install \
    archdir=%{buildroot}%{ruby_archdir} \
    sitearchdir=%{buildroot}%{ruby_archdir}

%files
%{ruby_archdir}/pg_ext.so
%{gem_spec}
%dir %{gem_instdir}
%{gem_instdir}/lib
%{gem_instdir}/spec
%{gem_extdir_mri}

%changelog

* Sun Nov 15 2015 Denis Silakov <dsilakov@gmail.com> 0.18.2-1
- (3c0fcd9) Updated to 0.18.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14568 |14cu|ruby-polyglot-0.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname	polyglot

Name:		ruby-%{rname}
Summary:	Ruby library allowing a module to register a file type loader
Version:	0.3.4
Release:	1
License:	MIT
Group:		Development/Ruby
URL:		http://rubygems.org/gems/polyglot
Source0:	http://rubygems.org/downloads/polyglot-0.3.4.gem
BuildArch:	noarch
BuildRequires:	ruby-RubyGems

%description
The Polyglot library allows a Ruby module to register a loader for the file
type associated with a filename extension, and it augments 'require' to find
and load matching files.

%prep

%build

%install
gem install -E -n %{buildroot}%{_bindir} --local --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

rm -rf %{buildroot}%{ruby_gemdir}/cache

%files
%{ruby_gemdir}/gems/%{rname}-%{version}
%{ruby_gemdir}/specifications/%{rname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/%{rname}-%{version}


%changelog

* Sat Jul 18 2015 dsilakov <denis.silakov@rosalab.ru> 0.3.4-1
- (afdd491) Merge pull request #1 from semsonic/ruby-polyglot:rosa2014.1
- (afdd491) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14569 |14cu|ruby-racc-1.4.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname racc

Summary:	LALR(1) Parser Generator
Name:		ruby-%{rname}
Version:	1.4.9
Release:	1
URL:		http://i.loveruby.net/en/racc.html
Source0:	http://rubygems.org/downloads/%{rname}-%{version}.gem
License:	LGPL
Group:		Development/Ruby
Requires:	ruby
BuildRequires:	ruby-devel

%description
Racc is Ruby yACC. It is written in Ruby and generates ruby code.
Now almost all functions of yacc are implemented.

%files
%{_bindir}/*
%{ruby_sitelibdir}/*
%{ruby_gemdir}/*/*

#-------------------------------------------------------------------------------
%package        doc
Summary:    Documentation for %{name}
Group:      Development/Ruby
BuildArch:	noarch
Requires:   %{name} = %{version}-%{release}

%description    doc
Documents, Rdoc & RI documentation for %{name}.

%files          doc
%doc README.rdoc README.ja.rdoc Manifest.txt

#-------------------------------------------------------------------------------

%prep
%setup -q -n %{rname}-%{version}-all

%build
sed -i 's;#!.*;#!/usr/bin/env ruby;' bin/*
%gem_build

%install
%gem_install
rm -rf %{buildroot}%{gem_extdir_mri}/ext


%changelog

* Mon Jul 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.9-1
- (a074246) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14570 |14cu|ruby-rdiscount-2.1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	rdiscount

Summary:	Discount (For Ruby) Implementation of John Gruber's Markdown
Name:		ruby-%{oname}
# (proyvind): stick with 1.3.1.1 for now as it's explicitly required by gitorious...
Version:	2.1.6
Release:	1
License:	BSD
Group:		Development/Ruby
URL:		http://%{oname}.rubyforge.org/
Source0:	http://gems.rubyforge.org/gems/%{oname}-%{version}.gem
Patch0:     rdiscount-2.1.6-file-list.patch
BuildRequires:	ruby-RubyGems ruby-devel
Requires:	ruby

%description
Discount (For Ruby) Implementation of John Gruber's Markdown.

%prep

%build

%install
gem install --install-dir %{buildroot}/%{ruby_gemdir} --force %{SOURCE0}

mv %{buildroot}%{ruby_gemdir}/bin %{buildroot}%{_prefix}

rm -rf %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/ext

# install the so file in sitearchdir
mkdir -p %{buildroot}%{ruby_sitearchdir}
mv %{buildroot}%{ruby_gemdir}/extensions/*/*/%{oname}-%{version}/rdiscount.so %{buildroot}%{ruby_sitearchdir}

%files
%doc %{ruby_gemdir}/doc/%{oname}-%{version}
%{_bindir}/*
%{ruby_gemdir}/cache/%{oname}-%{version}.gem
%{ruby_gemdir}/gems/%{oname}-%{version}
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
%doc %{ruby_gemdir}/doc/extensions/*/*/%{oname}-%{version}
%{ruby_gemdir}/extensions/*/*/%{oname}-%{version}
%{ruby_sitearchdir}/*.so
%{gem_extdir_mri}
%{gem_instdir}/
%{gem_spec}

%changelog

* Sun Jul 19 2015 dsilakov <denis.silakov@rosalab.ru> 2.1.6-1
- (111dd31) Merge pull request #1 from semsonic/ruby-rdiscount:rosa2014.1
- (111dd31) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14571 |14cu|ruby-RMagick-2.13.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define rbname RMagick

Summary:	ImageMagick extension for Ruby
Name:		ruby-%{rbname}
Version:	2.13.1
Release:	7
License:	BSD-like
Group:		Development/Ruby
Url:		http://rmagick.rubyforge.org
Source0:	%{rbname}-%{version}.tar.bz2
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(ruby)
Provides:	ruby-rvg = %{EVRD}

%description
A Ruby binding for ImageMagick, a graphics manipulation toolkit.
This release includes RVG.

%prep
%setup -q -n %{rbname}-%{version}

%build
sed -i -e 's/-ldotneato//' ext/RMagick/extconf.rb
ruby setup.rb config --doc-dir=%{buildroot}%{_datadir}/doc/%{name}-%{version} --disable-htmldoc
ruby setup.rb setup

%install
ruby setup.rb install --prefix=%{buildroot}
rm -rf %{buildroot}%{_datadir}/doc/%{name}-%{version}

for f in `find doc examples -name \*.rb`
do
	if head -n1 "$f" | grep '^#!' >/dev/null;
	then
		sed -i 's|/usr/local/bin|/usr/bin|' "$f"
		chmod 0755 "$f"
	else
		chmod 0644 "$f"
	fi
done
chmod 0755 %{buildroot}%{ruby_sitearchdir}/*.so

%files
%doc README.html ChangeLog doc examples
%{ruby_sitelibdir}/*.rb
%{ruby_sitelibdir}/rvg
%{ruby_sitearchdir}/*.so

%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.13.1-7
- (2264a31) Disable debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14572 |14cu|ruby-SDL-2.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name rubysdl

Summary: Wrapper around the cross platform Simple DirectMedia Layer game library
Name:    ruby-SDL
Version: 2.1.2
Release: 1
License: LGPLv2+
Source:  http://www.kmc.gr.jp/~ohai/rubysdl/%{real_name}-%{version}.tar.gz
Source1: http://www.kmc.gr.jp/~ohai/rubysdl_ref_2.en.html.bz2
Group:   Development/Ruby
URL:     http://www.kmc.gr.jp/~ohai/index.en.html
BuildRequires: SDL-devel
BuildRequires: SDL_image-devel
BuildRequires: SDL_mixer-devel
BuildRequires: SDL_ttf-devel
BuildRequires: libsmpeg-devel
BuildRequires: ruby-devel

Provides: %{real_name} = %{version}-%{release}

%description
Ruby-SDL is a wrapper around the cross platform Simple Direct Layer game
library. Essentially it allows you to write cross platform games in Ruby,
using 2d (SDL), or 3d (OpenGL), or a combination of both if you wish.

%prep
%setup -q -n %{real_name}-%{version}
bzcat %{SOURCE1} > reference_manual.html

%build
ruby extconf.rb --enable-opengl
make
sed -i 's|/usr/local/bin/ruby|/usr/bin/ruby|' sample/*.rb
chmod 0755 sample/kanji.rb

%install
%makeinstall_std

%files
%doc README.* sample reference_manual.html
%{ruby_sitelibdir}/*.rb
%{ruby_sitearchdir}/*.so


%changelog

* Wed Jul 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.2-1
- (1c3faf3) Updated to 2.1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14573 |14cu|ruli-0.36-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 4
%define libname %mklibname ruli %{major}
%define develname %mklibname ruli -d

Summary:	The RULI (Resolver User Layer Interface) library
Name:		ruli
Version:	0.36
Release:	7
License:	BSD
Group:		System/Libraries
URL:		http://www.nongnu.org/ruli/
Source0:	http://savannah.nongnu.org/download/ruli/ruli_%{version}.orig.tar.gz
Source2:	http://savannah.nongnu.org/download/ruli/ruli_%{version}.orig.tar.gz.sig
Patch0:		ruli-0.35-optflags.diff
Patch1:		ruli-0.36-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	oop-devel
BuildConflicts:	%{name}-devel

%description
RULI stands for Resolver User Layer Interface. It's a library
built on top of an asynchronous DNS stub resolver. RULI provides
an easy-to-use interface for querying DNS SRV resource records.
The goal is to promote the wide deployment of SRV-cognizant
software. RULI aims to fully support SRV-related standards. There
are bindings for PHP and Perl. IPv6 is supported. 

As side-effect, RULI also provides a general-purpose,
event-driven, asynchronous, stub DNS resolver. 

%package -n	%{libname}
Summary:	The RULI (Resolver User Layer Interface) library
Group:          System/Libraries

%description -n	%{libname}
RULI stands for Resolver User Layer Interface. It's a library
built on top of an asynchronous DNS stub resolver. RULI provides
an easy-to-use interface for querying DNS SRV resource records.
The goal is to promote the wide deployment of SRV-cognizant
software. RULI aims to fully support SRV-related standards. There
are bindings for PHP and Perl. IPv6 is supported. 

As side-effect, RULI also provides a general-purpose,
event-driven, asynchronous, stub DNS resolver. 

%package -n	%{develname}
Summary:	Static library and header files for the %{libname} library
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{develname}
RULI stands for Resolver User Layer Interface. It's a library
built on top of an asynchronous DNS stub resolver. RULI provides
an easy-to-use interface for querying DNS SRV resource records.
The goal is to promote the wide deployment of SRV-cognizant
software. RULI aims to fully support SRV-related standards. There
are bindings for PHP and Perl. IPv6 is supported. 

As side-effect, RULI also provides a general-purpose,
event-driven, asynchronous, stub DNS resolver. 

%package	tools
Summary:	Tools utilizing the RULI (Resolver User Layer Interface) library
Group:          System/Servers

%description	tools
RULI stands for Resolver User Layer Interface. It's a library
built on top of an asynchronous DNS stub resolver. RULI provides
an easy-to-use interface for querying DNS SRV resource records.
The goal is to promote the wide deployment of SRV-cognizant
software. RULI aims to fully support SRV-related standards. There
are bindings for PHP and Perl. IPv6 is supported. 

As side-effect, RULI also provides a general-purpose,
event-driven, asynchronous, stub DNS resolver. 

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1

%build

for dir in src sample tools; do
    %make -C $dir \
	OOP_BASE_DIR=%{_prefix} \
	OOP_INCLUDE_DIR=%{_includedir} \
	OOP_LIB_DIR=%{_libdir}
done

#	DEFINE_SOLARIS="%{optflags} -fPIC"

%install

for dir in src sample tools; do
    make -C $dir \
	INSTALL_BASE_DIR=%{buildroot}%{_prefix} \
	INSTALL_INCLUDE_DIR=%{buildroot}%{_includedir} \
	INSTALL_LIB_DIR=%{buildroot}%{_libdir} \
	INSTALL_MAN_DIR=%{buildroot}%{_mandir} \
	install
done

%clean

%files -n %{libname}
%doc README
%attr(0755,root,root) %{_libdir}/*.so.*
%attr(0644,root,root) %{_mandir}/man3/*

%files -n %{develname}
%doc TODO
%attr(0644,root,root) %{_includedir}/*.h
%attr(0755,root,root) %{_libdir}/*.so
%attr(0755,root,root) %{_libdir}/*.a

%files tools
%doc tools/README
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_mandir}/man1/*

%changelog

* Mon Nov 09 2015 Denis Silakov <dsilakov@gmail.com> 0.36-7
- (cdc2c4a) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14574 |14cu|runit-2.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	A UN*X init scheme with service supervision
Name:		runit
Version:	2.1.2
Release:	1
License:	BSD
Group:		System/Base
URL:		http://smarden.org/runit/
Source0:	http://smarden.org/runit/%{name}-%{version}.tar.gz
BuildRequires:	dietlibc-devel >= 0.32

%description
runit is a daemontools alike replacement for SysV-init and other init schemes.
It currently runs on GNU/Linux, OpenBSD, FreeBSD, and can easily be adapted to
other Unix operating systems. runit implements a simple three-stage concept.
Stage 1 performs the system's one-time initialization tasks. Stage 2 starts the
system's uptime services (via the runsvdir program). Stage 3 handles the tasks
necessary to shutdown and halt or reboot. 

%prep

%setup -q -n admin

%build

pushd %{name}-%{version}/src
    echo "diet gcc -Os -pipe" > conf-cc
    echo "diet gcc -Os -static -s" > conf-ld
    make
popd
 
%install

install -d %{buildroot}/sbin/
install -d %{buildroot}%{_mandir}/man8

pushd %{name}-%{version}
    for i in `cat package/commands`; do
	install -m0755 src/$i %{buildroot}/sbin/
    done
popd

install -m0644 %{name}-%{version}/man/*.8 %{buildroot}%{_mandir}/man8/

%clean

%files
%doc %{name}-%{version}/package/CHANGES
%doc %{name}-%{version}/package/README
%doc %{name}-%{version}/package/THANKS
%doc %{name}-%{version}/doc/*.html
%doc %{name}-%{version}/etc/2
%doc %{name}-%{version}/etc/debian
%attr(0755,root,root) /sbin/chpst
%attr(0755,root,root) /sbin/runit
%attr(0755,root,root) /sbin/runit-init
%attr(0755,root,root) /sbin/runsv
%attr(0755,root,root) /sbin/runsvchdir
%attr(0755,root,root) /sbin/runsvdir
%attr(0755,root,root) /sbin/sv
%attr(0755,root,root) /sbin/svlogd
%attr(0755,root,root) /sbin/utmpset
%attr(0644,root,root) %{_mandir}/man8/chpst.8*
%attr(0644,root,root) %{_mandir}/man8/runit-init.8*
%attr(0644,root,root) %{_mandir}/man8/runit.8*
%attr(0644,root,root) %{_mandir}/man8/runsv.8*
%attr(0644,root,root) %{_mandir}/man8/runsvchdir.8*
%attr(0644,root,root) %{_mandir}/man8/runsvdir.8*
%attr(0644,root,root) %{_mandir}/man8/sv.8*
%attr(0644,root,root) %{_mandir}/man8/svlogd.8*
%attr(0644,root,root) %{_mandir}/man8/utmpset.8*

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 2.1.2-1
- (9b9ba76) Updated to 2.1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14575 |14cu|rusers-0.17-28
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Displays the users logged into machines on the local network
Name:		rusers
Version:	0.17
Release:	28
License:	BSD
Group:		Monitoring
Url:		ftp://sunsite.unc.edu/pub/Linux/system/network/daemons/
Source0:	ftp://sunsite.unc.edu/pub/Linux/system/network/daemons/netkit-rusers-%{version}.tar.bz2
Source1:	rusersd.service
Source2:	rstatd.tar.bz2
Source3:	rstatd.service
Source4:	rusers.x
Source5:	rstat.x
Source100:	rusers.rpmlintrc
Patch0:		rstatd-jbj.patch
Patch1:		netkit-rusers-0.15-numusers.patch
Patch2:		rusers-0.15-libproc.patch
Patch3:		netkit-rusers-0.17-2.4.patch
Patch4:		netkit-rusers-0.17-includes.patch
Patch5:		netkit-rusers-0.17-2.6-stats.patch
BuildRequires:	procps-devel
BuildRequires:	pkgconfig(libtirpc)

%description
The rusers program allows users to find out who is logged into various machines
on the local network.  The rusers command produces output similar to who, but
for the specified list of hosts or for all machines on the local network.

Install rusers if you need to keep track of who is logged into your local
network.

%files
%{_bindir}/rup
%{_bindir}/rusers
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package	server
Summary:	Server for the rusers protocol
Group:		System/Servers
Requires(post,preun):	rpm-helper
Requires:	rpcbind

%description	server
The rusers program allows users to find out who is logged into various machines
on the local network. The rusers command produces output similar to who, but
for the specified list of hosts or for all machines on the local network. The
rusers-server package contains the server for responding to rusers requests.
(rpc.rusersd, rpc.rstatd)

Install rusers-server if you want remote users to be able to see who is logged
into your machine.

%files server
%doc  README ChangeLog BUGS
%{_unitdir}/*
%{_sbindir}/*
%{_mandir}/man8/*


%post server
%systemd_post rstatd.service
%systemd_post rusersd.service

%preun server
%systemd_preun rstatd.service
%systemd_preun rusersd.service

%postun server
%systemd_postun_with_restart rstatd.service
%systemd_postun_with_restart rusersd.service

#----------------------------------------------------------------------------

%prep
%setup -qn netkit-rusers-%{version} -a 2
cp %{SOURCE4} %{SOURCE5} .
%apply_patches

%build
%serverbuild
sh configure
sed -i -e 's|-O2|\$(RPM_OPT_FLAGS)|' MCONFIG
sed -i -e 's|LIBS=|LIBS=-ltirpc|' MCONFIG
sed -i -e 's|/usr/include/rpcsvc/rusers.x|../rusers.x|g' */Makefile
sed -i -e 's|/usr/include/rpcsvc/rstat.x|../rstat.x|g' */*akefile

make
make -C rpc.rstatd

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_mandir}/{man1,man8}

make INSTALLROOT=%{buildroot} install MANDIR=%{_mandir}
make INSTALLROOT=%{buildroot} install -C rpc.rstatd MANDIR=%{_mandir}

install -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/rusersd.service
install -m 755 %{SOURCE3} %{buildroot}%{_unitdir}/rstatd.service

cd %{buildroot}%{_mandir}/man8
for i in rstatd rusersd; do
	rm $i.8
	ln -s rpc.$i.8.bz2 $i.8.bz2
done



%changelog
* Sun Nov 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17-28
+ Revision: c342a9b
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14576 |14cu|rutorrent-3.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Web frontend for the rTorrent bittorrent client
Name:		rutorrent
Version:	3.5
Release:	1
License:	GPLv3
Group:		Networking/File transfer
URL:		http://code.google.com/p/rutorrent/
Source:		http://rutorrent.googlecode.com/files/%{name}-%{version}.tar.gz
# Plugins are here in the same .spec for simplicity as they mostly share
# rutorrent's version number. If this changes in the future or it is otherwise
# seemed better, this can be splitted to one or more separate src.rpms.
# - Anssi 08/2010
Source1:	http://rutorrent.googlecode.com/files/plugins-%{version}.tar.gz
Patch0:		rutorrent-fhs.patch
Patch1:		rutorrent-log.patch
# Load a "backup" config file before the actual config file.
# In case of an unhandled .rpmnew file, the possible newly added configuration
# options are loaded from the backup file. This is similar in how e.g. normal
# initscript configurations are handled. - Anssi 08/2010
Patch2:		rutorrent-defaults.patch
# Disable non-service plugins by default, but allow the user to enable them
# via GUI. http://code.google.com/p/rutorrent/wiki/Plugins recommends to not
# enable unused plugins, and this way we don't have to split them in many
# packages. - Anssi 03/2012
Patch3:		rutorrent-disable-plugins-by-default.patch
BuildArch:	noarch
Requires:	webserver
# suggests to allow other webservers:
Suggests:	apache-mod_php
# for apache user:
Requires(pre):	apache-conf

%description
rutorrent is a web frontend for the rTorrent bittorrent client.

Official plugins are included in %{name}-plugins subpackage.

Note that you need to either configure an SCGI module for your web
server or install %{name}-plugins and enable rpc or httprpc
plugins for rutorrent to work. See the online documentation for more
details. All configuration files, including plugin configuration,
are in %{_sysconfdir}/%{name}.

%package plugins
Summary:	Official plugins for ruTorrent
Group:		Networking/File transfer
Requires:	%{name} = %{version}
%define old_plugins autotools chunks cookies cpuload create data datadir diskspace edit	erasedata extsearch feeds geoip _getdir httprpc loginmgr ratio retrackers rpc rss rssurlrewrite scheduler seedingtime show_peers_like_wtorrent source theme throttle tracklabels trafic unpack
Obsoletes:	%(for plugin in %old_plugins; do echo -n "rutorrent-plugin-$plugin < 3.4-1 "; done)
		
%description plugins
This package contains the official plugins for ruTorrent.

The plugins are disabled by default, they can be enabled via GUI or
in %{_sysconfdir}/%{name}/plugins.ini.

%prep
%setup -q -n %{name} -a 1
%apply_patches
find -name '*.00??*' -print -delete

# make sure a directory layout change is not missed
[ $(ls | wc -l) -eq 10 ]
# make sure the fhs patch does not miss anything
grep -R -e 'conf/' -e "'/share" . && exit 1

# for defaults.patch:
cp -a conf/config.php php/defaults-rpm.php

cat > README.install.urpmi <<EOF
Note that you will need to either configure an SCGI module for your web server
or install %{name}-plugins and enable rpc or httprpc in %{_sysconfdir}/%{name}/plugins.ini
for rutorrent to work. See the online documentation for more details:
http://code.google.com/p/rutorrent/wiki/WebSERVER

The official plugins are contained in the %{name}-plugins subpackage.

On this %product_distribution packaging of rutorrent and its plugins, all configuration
files are in %{_sysconfdir}/%{name}.
The access configuration is in %{_webappconfdir}/%{name}.conf. By default only
localhost is allowed to use rutorrent.
EOF

cat > README.3.4.upgrade.urpmi <<EOF
All the plugins have been moved to a single %{name}-plugins subpackage.

The plugins are disabled by default. They can be enabled via GUI or
in %{_sysconfdir}/%{name}/plugins.ini.
EOF

%install
install -d -m755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
Alias /%{name} %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Require local granted
</Directory>
EOF

install -d -m755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
%{_logdir}/%{name}/*.log {
    missingok
}
EOF

install -d -m755 %{buildroot}%{_datadir}/%{name}
cp -a *.html *.ico css images js lang php plugins %{buildroot}%{_datadir}/%{name}

install -d -m755 %{buildroot}%{_localstatedir}/lib/%{name}
cp -a share %{buildroot}%{_localstatedir}/lib/%{name}

install -d -m755 %{buildroot}%{_sysconfdir}/%{name}
cp -a conf/* %{buildroot}%{_sysconfdir}/%{name}

install -d -m755 %{buildroot}%{_logdir}/%{name}

rm -rf lists
mkdir lists
rm -rf plugindocs
mkdir plugindocs
for dir in %{buildroot}%{_datadir}/%{name}/plugins/*; do
	plugin=$(basename "$dir")
	version=$(sed -n 's,plugin.version: ,,p' "$dir/plugin.info" | tr -d '\r')
	# check that rpm version is set correctly:
	[ "%{version}" = "$version" ]

	touch lists/$plugin.list
	echo %{_datadir}/%{name}/plugins/$plugin > lists/$plugin.list
	if [ -e "$dir/conf.php" ]; then
		install -d -m755 %{buildroot}%{_sysconfdir}/%{name}/plugins/$plugin
		cp "$dir/conf.php" %{buildroot}%{_sysconfdir}/%{name}/plugins/$plugin
		mv "$dir/conf.php" "$dir/defaults-rpm.php"
		sed -i '/rtorrent.php.error/s/conf.php/defaults-rpm.php/' $dir/plugin.info
		echo "%dir %{_sysconfdir}/%{name}/plugins/$plugin" >> lists/$plugin.list
		echo "%config(noreplace) %{_sysconfdir}/%{name}/plugins/$plugin/conf.php" >> lists/$plugin.list
	fi
	for file in $dir/readme*.txt; do
		[ -e "$file" ] || continue
		mkdir -p plugindocs/$plugin
		mv "$file" plugindocs/$plugin/
		#echo "%%doc plugins/$plugin/$(basename "$file")" >> lists/$plugin.list
	done
done

# include all plugins in a single package
cat lists/*.list > all-plugins.list

%files
%doc README.*urpmi
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/access.ini
%config(noreplace) %{_sysconfdir}/%{name}/config.php
%config(noreplace) %{_sysconfdir}/%{name}/plugins.ini
%dir %{_sysconfdir}/%{name}/plugins
%dir %{_sysconfdir}/%{name}/users
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/css
%{_datadir}/%{name}/favicon.ico
%{_datadir}/%{name}/images
%{_datadir}/%{name}/index.html
%{_datadir}/%{name}/js
%{_datadir}/%{name}/lang
%{_datadir}/%{name}/php
%dir %{_datadir}/%{name}/plugins
%dir %{_localstatedir}/lib/%{name}
%attr(0755,apache,apache) %{_localstatedir}/lib/%{name}/share
%attr(0755,apache,apache) %dir %{_logdir}/%{name}

%files plugins -f all-plugins.list
%doc plugindocs/*

%changelog

* Tue Sep 15 2015 Denis Silakov <dsilakov@gmail.com> 3.5-1
- (f658c3e) Updated to 3.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14577 |14cu|rutracker-news-0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without qt5

Summary:	Rutracker.org new releases fetcher
Name:		rutracker-news
Version:	0.8
Release:	1
License:	GPLv2+
Group:		Networking/News
Url:		https://github.com/Pulfer/rutracker-news
# From git by tag, https://github.com/Pulfer/rutracker-news/archive/%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
%if %{with qt5}
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
%else
BuildRequires:	qt4-devel
%endif

%description
Rutracker.org new releases fetcher. Supports most popular subforums (various
movies, TV series, anime etc). Fetches also IMDB ratings where it's possible.
See project homepage for more info.

GUI in Russian only (other languages make no sense for this application).

%files
%doc AUTHORS COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%if %{with qt5}
%qmake_qt5
%else
%qmake_qt4
%endif
%make

%install
install -D %{name} %{buildroot}%{_bindir}/%{name}

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Rutracker News
Name[ru]=Rutracker News
Comment=Rutracker.org new releases fetcher
Comment[ru]=Просмотр информации о новых релизах на Rutracker.org
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Qt;Network;News;
EOF

# menu icons
for N in 16 32 48 64 128;
do
convert %{name}.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

%changelog

* Thu Jun 22 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8-1
- (1aa5b86) New version 0.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14578 |14cu|R-VariantAnnotation-1.14.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  VariantAnnotation
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          1.14.6
Release:          1
Summary:          Annotation of Genetic Variants
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              None
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/VariantAnnotation_%{version}.tar.gz

Requires:         R-methods R-BiocGenerics R-GenomeInfoDb R-GenomicRanges R-Rsamtools 
Requires:         R-utils R-DBI R-zlibbioc R-Biobase R-S4Vectors R-IRanges R-XVector R-Biostrings R-AnnotationDbi R-BSgenome R-rtracklayer R-GenomicFeatures 
Requires:         R-RUnit R-ggplot2 R-BiocStyle 
BuildRequires:    R-devel Rmath-devel R-methods R-BiocGenerics R-GenomeInfoDb R-GenomicRanges R-Rsamtools
BuildRequires:    R-utils R-DBI R-zlibbioc R-Biobase R-S4Vectors R-IRanges R-XVector R-Biostrings R-AnnotationDbi R-BSgenome R-rtracklayer R-GenomicFeatures 
BuildRequires:   R-RUnit  R-ggplot2 R-BiocStyle 

%description
Annotate variants, compute amino acid coding changes, predict coding

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/CITATION
%{rlibdir}/%{packname}/extdata
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/scripts
%{rlibdir}/%{packname}/unitTests

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.14.6-1
- (b45be58) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14579 |14cu|R-vcdExtra-0.6.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  vcdExtra
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.6.8
Release:          2
Summary:          Vcd extensions and additions
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.6-8.tar.gz

Requires:         R-vcd R-gnm 
Requires:         R-MASS 
Requires:         R-ca R-gmodels R-Fahrmeir R-effects R-VGAM R-plyr R-rgl R-lmtest R-nnet R-ggplot2 R-Sleuth2 R-car R-lattice 
BuildRequires:    R-devel Rmath-devel texlive-latex R-vcd R-gnm
BuildRequires:    R-MASS 
BuildRequires:    R-ca R-gmodels R-Fahrmeir R-effects R-VGAM R-plyr R-rgl R-lmtest R-nnet R-ggplot2 R-Sleuth2 R-car R-lattice 
BuildRequires:    x11-server-xvfb

%description
Provides additional data sets, methods and documentation to complement the
vcd package for Visualizing Categorical Data and the gnm package for
Generalized Nonlinear Models. In particular, vcdExtra extends mosaic,
assoc and sieve plots from vcd to handle glm() and gnm() models and adds a
3D version in mosaic3d.  Additionally, methods are provided for comparing
and visualizing lists of glm and loglm objects.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# Fail even with xvfb due to GL problems
# %check
#xvfb-run %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.8-2
- (3541419) Updated to 0.6.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14580 |14cu|R-verification-1.36-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  verification
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.36
Release:          1
Summary:          Forecast verification utilities
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/verification_1.36.tar.gz
Requires:         R-methods R-waveslim R-fields R-boot R-CircStats
BuildRequires:    R-devel Rmath-devel texlive-collection-latex
BuildRequires:    R-methods R-waveslim R-fields R-boot R-CircStats

%description
This package contains utilities for verification of discrete,continuous,
probabilistic forecasts and forecast expressed as parametric

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
#%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help

%changelog

* Mon Jul 20 2015 dsilakov <denis.silakov@rosalab.ru> 1.36-1
- (9d14f10) Merge pull request #1 from semsonic/R-verification:rosa2014.1
- (9d14f10) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14581 |14cu|R-VGAM-0.9.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  VGAM
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.9.8
Release:          1
Summary:          Vector Generalized Linear and Additive Models
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/VGAM_0.9-8.tar.gz
Requires:         R-splines
Requires:         R-methods
Requires:         R-stats
Requires:         R-stats4
Requires:         R-VGAMdata
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex
BuildRequires:    R-splines
BuildRequires:    R-methods
BuildRequires:    R-stats
BuildRequires:    R-stats4
BuildRequires:    R-VGAMdata
BuildRequires:    pkgconfig(lapack)

%description
Vector generalized linear and additive models, and associated models
(Reduced-Rank VGLMs, Quadratic RR-VGLMs, Reduced-Rank VGAMs). This package
fits many models and distribution by maximum likelihood estimation (MLE)
or penalized MLE. Also fits constrained ordination models in ecology.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/doc

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.8-1
- (b279449) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14582 |14cu|R-VGAMdata-0.9.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  VGAMdata
%global rlibdir  %{_datadir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          0.9.7
Release:          1
Summary:          Data supporting the VGAM package
Group:            Sciences/Mathematics
License:          GPL-2
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_0.9-7.tar.gz
BuildArch:        noarch
Requires:         R-core



Requires:         R-VGAM 
BuildRequires:    R-devel Rmath-devel 

BuildRequires:   R-VGAM 
%description
Data sets to accompany the VGAM package. These are used to illustrate
vector generalized linear and additive models (VGLMs/VGAMs), and
associated models (Reduced-Rank VGLMs, Quadratic RR-VGLMs, Row-Column
Interaction Models, and constrained and unconstrained ordination models in

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.7-1
- (03ca912) Updated to 0.9.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14583 |14cu|rvm-1.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1

%define libname %mklibname %name %major
%define develname %mklibname %name -d

Summary: RVM library
Name: rvm
Version: 1.17
Release: 1
Group: Development/Other
License: LGPL
Url: http://www.coda.cs.cmu.edu/doc/html/index.html
Source: http://www.coda.cs.cmu.edu/pub/rvm/src/%{name}-%{version}.tar.gz
BuildRequires:	liblwp-devel
BuildRequires:	chrpath

%description
The RVM persistent recoverable memory library. The RVM library is used by
the Coda distributed filesystem.

%package -n %libname
Summary: RVM tools
Group: Development/Other

%description -n %libname
The RVM persistent recoverable memory library. The RVM library is used by
the Coda distributed filesystem.

%package -n %develname
Summary: RVM library development files
Group: Development/Other
Requires: %libname = %version-%release
Provides: rvm-devel = %version-%release
Obsoletes:  %mklibname %name -d 1

%description -n %develname
Headers and static libraries for developing programs using the RVM library.
The RVM library is used by the Coda distributed filesystem.

%package tools
Summary: RVM tools
Group: Development/Other

%description tools
Userspace tools to initialize and manipulate RVM log and data segments.
The RVM library is used by the Coda distributed filesystem.

%prep
%setup -q

%build
autoreconf -fi
%configure
%make

%install
%makeinstall
chrpath --delete %{buildroot}%{_libdir}/*.so.*

%files -n %libname
%doc COPYING NEWS INSTALL
%{_libdir}/librvmlwp.so.*
%{_libdir}/librdslwp.so.*
%{_libdir}/libseglwp.so.*

%files -n %develname
%{_libdir}/librvmlwp.a
%{_libdir}/librvmlwp.so
%{_libdir}/librdslwp.a
%{_libdir}/librdslwp.so
%{_libdir}/libseglwp.a
%{_libdir}/libseglwp.so
%{_includedir}/rvm
%{_libdir}/pkgconfig/rvmlwp.pc

%files tools
%{_sbindir}/rvmutl
%{_sbindir}/rdsinit
%{_mandir}/man1/*.xz
%changelog

* Thu Jul 16 2015 dsilakov <denis.silakov@rosalab.ru> 1.17-1
- (e6022ff) Merge pull request #1 from semsonic/rvm:rosa2014.1
- (e6022ff) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14584 |14cu|rwall-0.17-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
Summary:	Client and server for sending messages to a host's logged in users
Name:		rwall
Version:	0.17
Release:	25
License:	BSD
Group:		System/Servers
Source:		ftp://sunsite.unc.edu/pub/Linux/system/network/daemons/netkit-rwall-%{version}.tar.bz2
Source1:	rwalld.service
Patch0:		netkit-rwalld-0.10-banner.patch
Patch2:		netkit-rwall-0.17-strip.patch
Patch4:		netkit-rwall-0.17-droppriv.patch
BuildRequires:	tirpc-devel

%description
The rwall command sends a message to all of the users logged into a specified
host.  Actually, your machine's rwall client sends the message to the rwall
daemon running on the specified host, and the rwall daemon relays the message
to all of the users logged in to that host.  The rwall daemon is run from
/etc/inetd.conf and is disabled by default on Mandriva Linux systems (it can be
very annoying to keep getting all those messages when you're trying to play
Quake--I mean trying to get some work done).

Install rwall if you'd like the ability to send messages to users logged in to
a specified host machine.

%package server
Summary:	Server for sending messages to a host's logged in users
Group:		System/Servers
BuildRequires:	systemd-units

%description server
The rwall command sends a message to all of the users logged into
a specified host.  The rwall-server package contains the daemon for
receiving such messages, and is disabled by default on Red Hat Linux
systems (it can be very annoying to keep getting all those messages
when you're trying to play Quake--I mean, trying to get some work done).

Install rwall-server if you'd like the ability to receive messages
from users on remote hosts.

%prep
%setup -q -n netkit-rwall-%{version}
%patch0 -p1
%patch2 -p1 -b .strip
%patch4 -p1 -b .droppriv

%build
%serverbuild
CC="gcc" CFLAGS="%{optflags}" ./configure
%make LIBS="-ltirpc"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_mandir}/man{1,8}
mkdir -p %{buildroot}%{_unitdir}

%makeinstall INSTALLROOT=%{buildroot} MANDIR=%{_mandir}
install -m 755 %{SOURCE1} -D %{buildroot}%{_unitdir}/rwalld.service

rm %{buildroot}%{_mandir}/man8/rwalld.8
ln -s rpc.rwalld.8 %{buildroot}%{_mandir}/man8/rwalld.8

%post server
%systemd_post rwalld.service

%preun server
%systemd_preun rwalld.service

%postun server
%systemd_postun_with_restart rwalld.service

%files
%{_bindir}/rwall
%{_mandir}/man1/rwall.1*

%files server
%{_sbindir}/rpc.rwalld
%{_mandir}/man8/rpc.rwalld.8*
%{_mandir}/man8/rwalld.8*
%{_unitdir}/*




%changelog
* Sun Nov 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17-25
+ Revision: eb1194e
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14585 |14cu|R-whisker-0.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  whisker
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.3.2
Release:          1
Summary:          {{mustache}} for R, logicless templating
Group:            Sciences/Mathematics
License:          GPL-3
URL:              None
Source0:          http://cran.r-project.org/src/contrib/whisker_0.3-2.tar.gz
BuildArch:        noarch
Requires:         R-core



Requires:         R-markdown 
BuildRequires:    R-devel Rmath-devel 

BuildRequires:   R-markdown 
%description
logicless templating, reuse templates in many programming languages
including R

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/tests
%{rlibdir}/%{packname}/specs

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-1
- (7833a18) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14586 |14cu|rwho-0.17-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Logged in to local network machines
Name:		rwho
Version:	0.17
Release:	24
License:	BSD
Group:		Monitoring
Url:		ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
Source:		ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rwho-%{version}.tar.bz2
Source1:	rwhod.service
#FIX for http://www.mandriva.com/security/advisories?name=MDKSA-2005:039
Patch0:		netkit-rwho-0.17-makefiles.patch
Patch2:		rwho-0.17-fixbcast.patch
Patch3:		rwho-0.17-fixhostname.patch
Patch5:		rwho-0.17-CAN-2004-1180.patch

%description
The rwho command displays output similar to the output of the who
command (it shows who is logged in) for all machines on the local
network running the rwho daemon.

Install the rwho command if you need to keep track of the users who
are logged in to your local network.

%prep
%setup -q -n netkit-rwho-%{version}

%patch5 -p1 -b .can-2004-118
# (02/11/05 - vdanen) drop due to it being too intrusive against the security patch
# and we don't support alpha anyways
%patch0 -p1 -b .makefiles
%patch2 -p0 -b .fixbcast
%patch3 -p1 -b .fixhostname

%build
%serverbuild
CFLAGS="%{optflags}" ./configure --with-c-compiler=gcc

make RPM_OPT_FLAGS="%{optflags}"
make RPM_OPT_FLAGS="%{optflags}" -C ruptime

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}/%{_mandir}/man{1,8}
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}/var/spool/rwho

make INSTALLROOT=%{buildroot} MANDIR=%{_mandir} install 
make INSTALLROOT=%{buildroot} install -C ruptime MANDIR=%{_mandir}

install -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/rwhod.service

%post
%systemd_post rwhod.service

%preun
%systemd_preun rwhod.service

%postun
%systemd_postun_with_restart rwhod.service

%files
%{_bindir}/ruptime
%{_mandir}/man1/ruptime.1*
%{_bindir}/rwho
%{_mandir}/man1/rwho.1*
%{_sbindir}/rwhod
%{_mandir}/man8/rwhod.8*
%attr(0755,daemon,daemon) /var/spool/rwho
%{_unitdir}/rwhod*


%changelog
* Sun Nov 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17-24
+ Revision: fe872bd
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14587 |14cu|R-xlsx-0.5.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global packname  xlsx
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.5.7
Release:          2
Summary:          Read, write, format Excel 2007 and Excel 97/2000/XP/2003 files
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-rJava R-xlsxjars 

BuildRequires:    R-devel Rmath-devel texlive-latex R-rJava R-xlsxjars
BuildRequires:    java-rpmbuild


%description
Provide R functions to read/write/format Excel 2007 and Excel
97/2000/XP/2003 file formats.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/java
%{rlibdir}/%{packname}/tests

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.7-2
- (99e0b4b) Updated to 0.5.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14588 |14cu|R-xlsxjars-0.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  xlsxjars
%global rlibdir  %{_datadir}/R/library

Name:             R-%{packname}
Version:          0.6.1
Release:          2
Summary:          Package required POI jars for the xlsx package
Group:            Sciences/Mathematics
License:          GPL-3
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildArch:        noarch
Requires:         R-core

Requires:         R-rJava 

BuildRequires:    R-devel Rmath-devel  R-rJava

BuildRequires:    java-rpmbuild


%description
The xlsxjars package collects all the external jars required for the xlxs
package.  These external jars are quite large in size (15MB) and have a
slow release cycle.  By separating the Java and R development, the storage
footprint on CRAN is reduced. This release corresponds to POI 3.10.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/java
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/COPYRIGHT*

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-2
- (f22ca0e) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14589 |14cu|R-xtable-1.7.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  xtable
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.7.4
Release:          1
Summary:          Export tables to LaTeX or HTML
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/xtable_1.7-4.tar.gz
BuildRequires:    R-devel
BuildRequires:    Rmath-devel
BuildRequires:    texlive-collection-latex 
BuildRequires:    pkgconfig(lapack)

%description
Coerce data to LaTeX and HTML tables

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/help



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7.4-1
- (97b6f02) Merge branch 'auto_update' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14590 |14cu|R-XVector-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  XVector
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          0.8.0
Release:          1
Summary:          Representation and manpulation of external sequences
Group:            Sciences/Mathematics
License:          Artistic-2.0
URL:              http://bioconductor.org/packages/release/bioc/html/XVector.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz

Requires:         R-methods R-BiocGenerics R-IRanges R-S4Vectors
Requires:         R-Biostrings R-drosophila2probe R-RUnit
BuildRequires:    R-devel Rmath-devel R-methods R-BiocGenerics R-IRanges
BuildRequires:    R-methods R-BiocGenerics R-IRanges R-S4Vectors
BuildRequires:    R-Biostrings R-drosophila2probe R-RUnit

%description
Memory efficient S4 classes for storing sequences "externally" (behind an
R external pointer, or on disk).

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

# %check
# %{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/include
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/unitTests


%changelog

* Fri Jul 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-1
- (6b2f215) Updated to 0.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14591 |14cu|rxvt-unicode-9.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A color VT102 terminal emulator for the X Window System
Name:		rxvt-unicode
Version:	9.21
Release:	1
License:	GPLv2+
Group:		Terminals
Url:		http://dist.schmorp.de/rxvt-unicode
Source0:	http://dist.schmorp.de/rxvt-unicode/%{name}-%{version}.tar.bz2
Source1:	%{name}.desktop
Patch0:		rxvt-unicode-9.21-Fix-hard-coded-wrong-path-to-xsubpp.patch
# Don't build terminfo files because they are already in ncurses-extraterms
Patch1:		rxvt-unicode-9.20-terminfo.patch
# X11 locales are required to build IM support
BuildRequires:	libx11-common
BuildRequires:	libstdc++-static-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xrender)
Requires:	ncurses-extraterms

%description
Rxvt-unicode is a clone of the well known terminal emulator rxvt, modified to
store text in Unicode (either UCS-2 or UCS-4) and to use locale-correct input
and output. It also supports mixing multiple fonts at the same time, including
Xft fonts.

%files
%{_bindir}/urxvt*
%{_libdir}/urxvt
%{_datadir}/applications/*.desktop
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
find . -type f -exec chmod a+r {} \;

%build
./autogen.sh

%configure2_5x \
	--enable-unicode3 \
	--enable-combining \
	--enable-xft \
	--enable-font-styles \
	--enable-transparency \
	--enable-fading \
	--enable-rxvt-scroll \
	--disable-next-scroll \
	--disable-xterm-scroll \
	--enable-perl \
	--enable-xim \
	--enable-backspace-key \
	--enable-delete-key \
	--enable-resources \
	--disable-8bitctrls \
	--enable-swapscreen \
	--enable-iso14755 \
	--enable-frills \
	--enable-keepscrolling \
	--enable-selectionscrolling \
	--enable-mousewheel \
	--enable-slipwheeling \
	--enable-smart-resize \
	--enable-text-blink \
	--enable-pointer-blank \
	--disable-utmp \
	--disable-wtmp \
	--disable-lastlog \
	--with-term=rxvt-unicode-256color \
	--enable-256-color

%make

%install
%makeinstall_std

install -D -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 9.21-1
- (4fffccb) Updated to 9.21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14592 |14cu|R-yaml-2.1.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  yaml
%global rlibdir  %{_libdir}/R/library

Name:             R-%{packname}
Version:          2.1.13
Release:          1
Summary:          Methods to convert R data to YAML and back
Group:            Sciences/Mathematics
License:          BSD_3_clause + file LICENSE
URL:              None
Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz



Requires:         R-testthat 
BuildRequires:    R-devel Rmath-devel 

BuildRequires:   R-testthat 
%description
This package implements the libyaml YAML 1.1 parser and emitter
(http://pyyaml.org/wiki/LibYAML) for R.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/CHANGELOG
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/THANKS
%{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/tests
%{rlibdir}/%{packname}/implicit.re
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.13-1
- (23d9be0) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14593 |14cu|R-Zelig-4.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  Zelig
%global rlibdir  %{_libdir}/R/library

%define debug_package %{nil}

Name:             R-%{packname}
Version:          4.2.1
Release:          4
Summary:          Everyone's Statistical Software
Group:            Sciences/Mathematics
License:          GPL (>= 2)
URL:              http://cran.r-project.org/web/packages/%{packname}/index.html
Source0:          http://cran.r-project.org/src/contrib/Zelig_4.2-1.tar.gz
Requires:         R-MASS R-boot R-stats 
Requires:         R-VGAM R-MCMCpack R-mvtnorm R-survival R-sandwich R-zoo R-coda R-nnet R-sna R-gee R-systemfit R-lme4 R-anchors R-survey R-quantreg 
Requires:         R-Amelia R-MatchIt
BuildRequires:    R-devel Rmath-devel texlive-collection-latex R-MASS R-boot R-stats
BuildRequires:    R-VGAM R-MCMCpack R-mvtnorm R-survival R-sandwich R-zoo R-coda R-nnet R-sna R-gee R-systemfit R-lme4 R-anchors R-survey R-quantreg 
BuildRequires:    R-Amelia R-MatchIt

%description
Zelig is an easy-to-use program that can estimate, and help interpret the
results of, an enormous range of statistical models. It literally is
``everyone's statistical software'' because Zelig's simple unified
framework incorporates everyone else's (R) code. We also hope it will
become ``everyone's statistical software'' for applications and teaching,
and so have designed Zelig so that anyone can easily use it or add their
programs to it.  Zelig also comes with infrastructure that facilitates the
use of any existing method, such as by allowing multiply imputed data for
any model, and mimicking the program Clarify (for Stata) that takes the
raw output of existing statistical procedures and translates them into
quantities of direct interest.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/data
%{rlibdir}/%{packname}/demo
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/templates
%{rlibdir}/%{packname}/NEWS


%changelog

* Thu Jun 30 2016 Denis Silakov <dsilakov@gmail.com> 4.2.1-4
- (bc65c2f) Drop mgcv requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14594 |14cu|R-zlibbioc-1.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global packname  zlibbioc
%global rlibdir  %{_libdir}/R/library
%define debug_package %{nil}

Name:             R-%{packname}
Version:          1.8.0
Release:          3
Summary:          An R packaged zlib-1.2.5
Group:            Sciences/Mathematics
License:          Artistic-2.0 + file LICENSE
URL:              http://bioconductor.org/packages/release/bioc/html/%{packname}.html
Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/zlibbioc_1.8.0.tar.gz
BuildRequires:    R-devel Rmath-devel texlive
BuildRequires:    zlib-devel

%description
This package uses the source code of zlib-1.2.5 to create libraries for
systems that do not have these available via other means (most Linux and
Mac users should have system-level access to zlib, and no direct need for
this package). See the vignette for instructions on use.

%prep
%setup -q -c -n %{packname}

%build

%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css

%check
%{_bindir}/R CMD check %{packname}

%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%doc %{rlibdir}/%{packname}/DESCRIPTION
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs

%changelog

* Fri Jun 03 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-3
- (5dbdef8) Build wo debug for now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14595 |14cu|saga-1.6.35da44git-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitversion 35da44git

%define major 1.6
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	The SAGA C++ Framework (Simple API for Grid Computing)
Name:		saga
Version:	1.6.%{gitversion}
Release:	5
License:	Boost Software License 1.0
Group:		System/Cluster
Url:		http://saga-project.github.com/saga-cpp/
# git clone git://github.com/saga-project/saga-cpp.git
# git --git-dir=saga-cpp/.git archive --format tar --prefix saga-35da44git/ 35da44 | gzip > saga-35da44git.tar.gz
Source0:	%{name}-%{gitversion}.tar.gz
Patch0:		saga-35da44git.boost150.patch
Patch1:		saga-35da44git.fixscope.patch
Patch2:		boost-1.55.patch
BuildRequires:	boost-devel
BuildRequires:	soci-devel
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xmlrpc)
Conflicts:	%{_lib}saga0 < 1.6.35da44git-5

%description
The SAGA C++ Framework is the first implementation of the SAGA (Simple
API for Grid Computing) API specification. The SAGA specification has
been defined by the SAGA Research Group at OGF as a high-level API that
directly addresses the needs of Grid application developers.

The purpose of the open source SAGA C++ Framework is to enable an
application programmer to easily create Grid applications without getting
involved with any specific Grid middleware. This does not only greatly
reduce the implementation complexity of an application but also makes
it portable between various Grid ecosystems.

%files
%{_bindir}/%{name}-*
%{_datadir}/%{name}/*.ini

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The SAGA C++ Framework (Simple API for Grid Computing)
Group:		System/Libraries
Suggests:	%{name}
Conflicts:	%{_lib}saga0 < 1.6.35da44git-5
Obsoletes:	%{_lib}saga0 < 1.6.35da44git-5

%description -n %{libname}
The SAGA C++ Framework is the first implementation of the SAGA (Simple
API for Grid Computing) API specification. The SAGA specification has
been defined by the SAGA Research Group at OGF as a high-level API that
directly addresses the needs of Grid application developers.

The purpose of the open source SAGA C++ Framework is to enable an
application programmer to easily create Grid applications without getting
involved with any specific Grid middleware. This does not only greatly
reduce the implementation complexity of an application but also makes
it portable between various Grid ecosystems.

%files -n %{libname}
%doc CHANGES INSTALL LICENSE README
%{_libdir}/libsaga_*.so.1
%{_libdir}/libsaga_*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The SAGA C++ Framework (Simple API for Grid Computing)
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}saga0 < 1.6.35da44git-5

%description -n %{devname}
The SAGA C++ Framework is the first implementation of the SAGA (Simple
API for Grid Computing) API specification. The SAGA specification has
been defined by the SAGA Research Group at OGF as a high-level API that
directly addresses the needs of Grid application developers.

The purpose of the open source SAGA C++ Framework is to enable an
application programmer to easily create Grid applications without getting
involved with any specific Grid middleware. This does not only greatly
reduce the implementation complexity of an application but also makes
it portable between various Grid ecosystems.

This package contains the developement files to compile applications
using saga.

%files -n %{devname}
%doc examples
%{_libdir}/libsaga_*.so
%{_libdir}/pkgconfig/*
%{_includedir}/%{name}
%{_datadir}/%{name}/make
%{_datadir}/%{name}/doc
%{_datadir}/%{name}/*.%{name}-core
%{_datadir}/%{name}/adaptor_generator
%{_datadir}/%{name}/config
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{gitversion}
%apply_patches

%build
%configure2_5x

sed -i 's!usr//!usr/!g' config/saga_boost.pc
%make

%install
%make_install

rm -f %{buildroot}%{_libdir}/libsaga_*.a*

%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.35da44git-5
- (85973fb) Delete static libraries from buildroot



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14596 |14cu|samsung-tools-2.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		samsung-tools
Version:	2.3.1
Release:	3
License:	GPLv2+
Group:		System/Configuration/Hardware
URL:		https://launchpad.net/samsung-tools
Source0:	http://launchpad.net/samsung-tools/trunk/2.3.1/+download/%{name}-%{version}.tar.gz
Summary:	Tools for Samsung laptops

%description
Tools for Samsung netbooks.
'Samsung Tools' is the successor of 'Samsung Scripts' 
provided by the 'Linux On My Samsung' project.
It allows the complete configuration and the
control in a friendly way of devices
found on Samsung netbooks (bluetooth, wireless, 
webcam, backlight, CPU fan, special keys) 
and the control of various aspects 
related to power management, 
like the CPU undervolting
(when a PHC-enabled kernel is available).


%prep
%setup -q

%build
#make

%install
#without this build throws a bunch of warnings
LC_ALL=UTF-8 %makeinstall_std

#move files to a correct location
%ifarch x86_64
        mkdir -p %{buildroot}%{_libdir}
        mv %{buildroot}%{_prefix}/lib/pm-utils %{buildroot}%{_libdir}/pm-utils
%endif

mkdir -p %{buildroot}%{_unitdir}
mv %{buildroot}/usr/%{_unitdir}/%{name}.service %{buildroot}%{_unitdir}

%find_lang %{name} --all-name

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files -f %{name}.lang
%doc ChangeLog README
%{_bindir}/%{name}
%{_bindir}/%{name}-preferences
%dir %{_sysconfdir}/%{name}/
%dir %{_sysconfdir}/%{name}/scripts/
%config(noreplace) %{_sysconfdir}/%{name}/session.conf
%config(noreplace) %{_sysconfdir}/%{name}/system.conf
%config(noreplace) %{_sysconfdir}/%{name}/scripts/*
%{_sysconfdir}/dbus-1/system.d/org.voria.SamsungTools.System.conf
%{_sysconfdir}/xdg/autostart/%{name}-session-service.desktop
%{_libdir}/pm-utils/power.d/%{name}*
%{_libdir}/pm-utils/sleep.d/20_%{name}
%{_datadir}/applications/%{name}-preferences.desktop
%{_datadir}/dbus-1/*/org.voria.SamsungTools.*.service
%{_datadir}/%{name}/
%{_unitdir}/%{name}.service


%changelog

* Wed Jun 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-3
- (ef5fff2) Adjust file locations a little



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14597 |14cu|samtools-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for manipulating next-generation sequencing data
Name:		samtools
Version:	1.3.1
Release:	1
License:	MIT
Group:		Sciences/Biology
Url:		https://github.com/samtools/samtools
Source0:	https://github.com/samtools/samtools/releases/download/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(zlib)

%description
SAM (Sequence Alignment/Map) is a flexible generic format for storing
nucleotide sequence alignment.

SAMtools provide efficient utilities on manipulating alignments in the
SAM format.

%files
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--with-ncurses
%make

%install
%makeinstall_std


%changelog

* Thu Dec 29 2016 Rosa <rosa@abf.rosalinux.ru> 1.3.1-1
- (02f0284) Automatic import for version 1.3.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14598 |14cu|sandy-0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple ncurses text editor
Name:		sandy
Version:	0.4
Release:	1
License:	MIT
Group:		Editors
Url:		http://tools.suckless.org/sandy
Source0:	http://git.suckless.org/sandy/snapshot/%{name}-%{version}.tar.bz2
Patch0:		sandy-0.4-optflags.patch
BuildRequires:	pkgconfig(ncursesw)

%description
Simple ncurses text editor.

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
make \
	OPTS="%{optflags}"

%install
%makeinstall_std \
	PREFIX=%{_prefix}


%changelog

* Mon Feb 22 2016 Rosa <rosa@abf.rosalinux.ru> 0.4-1
- (1ebd97c) Automatic import for version 0.4-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14599 |14cu|sankore-3.1.2.5.r.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define   branch 3.1
%define   int_ver 2.5.r.0
%define   oname Sankore
%define   destdir %{_datadir}/%{name}
Name:     sankore
Version:  %{branch}.%{int_ver}
Release:  1
Summary:  The open-source software suite for digital teachers
License:  GPLv3+ or LGPLv3+
Group:    Education
URL:      https://github.com/Sankore/
Source0:  https://github.com/Sankore/Sankore-%{version}/archive/v%{int_ver}.tar.gz
Patch0:   Sankore_3.1.pro.patch
Patch1:   gethostbyname.patch
Patch2:   Sankore-3.1-phonon-include-file.patch
Patch3:   poppler.patch
BuildRequires:    qt4-devel
BuildRequires:    zlib-devel
BuildRequires:	  pkgconfig(poppler-qt4)
BuildRequires:    quazip-devel
BuildRequires:    phonon-devel
BuildRequires:    qtsingleapplication-devel
BuildRequires:    libgomp-devel
BuildRequires:    freetype2-devel
BuildRequires:    desktop-file-utils
Requires:         phonon-gstreamer
Requires:         qt4-accessibility-plugin
Requires:         qt4-qmlviewer
Requires:         phonon-designer-plugin
Requires:         qt4-designer-plugin-qt3support
Requires:         qt4-designer-plugin-webkit
Requires:         qt4-graphicssystems-plugin
Requires:         %{_lib}qtsvg4
Requires:         %{_lib}qtgui4
Requires:         %{_lib}qtscript4
Requires:         appmenu-qt
Requires:         qt4-qmlviewer
Requires:         qt4-database-plugin-sqlite


%description
%{name} can be considered as three integrated  
functions in one outstanding tool:
- uniboard universal interactive white board software
- the sankore teaching designer
- the sankore editor

%prep
%setup -q -n %{oname}-%{branch}-%{int_ver}
%apply_patches

%build
%{qmake_qt4} PREFIX=%{destdir} DESTDIR=%{destdir}
lrelease Sankore_3.1.pro
%make

%install
#%make INSTALL="install -p" INSTALL_ROOT=%{buildroot} PREFIX=%{destdir} DESTDIR=%{destdir} release-install
%make INSTALL="install -p" release-install

mkdir -p %{buildroot}%{_datadir}/icons/

#missed icon, taking one
install -D -m 0644 resources/images/uniboard.png %{buildroot}%{_datadir}/icons/%{name}.png

#missed desktop file, writing one
cat > %{name}.desktop <<EOF
[Desktop Entry]
Name=Sankore
GenericName=The open-source software suite for digital teachers
GenericName[ru]=Цифровые технологии для учителей
Comment=Software to create presentations for interactive whiteboard (TNI)
Comment[fr]=Logiciel de création de présentations pour tableau numérique interactif (TNI)
Comment[ru]=Программное обеспечение для создания презентаций для интерактивной доски
Exec=%{destdir}/Open-Sankore
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Education
EOF

desktop-file-install --mode=0644 --dir=%{buildroot}%{_datadir}/applications %{name}.desktop

mkdir -p %{buildroot}/%_bindir/
cat > %{buildroot}/%_bindir/%{name} <<EOF
#!/bin/sh
%{destdir}/Open-Sankore

EOF

chmod 755 %{buildroot}/%_bindir/%{name}
mkdir -p %{buildroot}/%{destdir}/i18n
#anaselli Following line copies qt.conf and brakes icons
#cp -R resources/linux/qtlinux/* %{buildroot}/%{destdir}
cp -R resources/customizations %{buildroot}/%{destdir}
cp -R resources/i18n/*.qm %{buildroot}/%{destdir}/i18n

cp -r build/linux/release/product/* %{buildroot}/%{destdir}
#mv %{buildroot}/%{destdir}/Sankore\ %{version} %{buildroot}/%{destdir}/sankore

%files
%doc ChangeLog.html README.txt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/%{name}.png
%{destdir}


%changelog

* Fri Oct 16 2015 Denis Silakov <dsilakov@gmail.com> 3.1.2.5.r.0-1
- (8997e01) Updated to 3.1.2.5.r.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14600 |14cu|sawfish-1.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define libver		0.92.3
%define repver		0.90.7

Summary:	An extensible window manager for the X Window System
Name:		sawfish
Version:	1.11
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/Sawfish
Url:		http://sawmill.sourceforge.net/
Source0:	http://download.tuxfamily.org/%name/%{name}_%{version}.tar.bz2
BuildRequires:	kdelibs4-core
Buildrequires:	texinfo
BuildRequires:	gmp-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(librep) >= %{libver}
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(pangox)
BuildRequires:	pkgconfig(pangoxft)
BuildRequires:	pkgconfig(rep-gtk) >= %{repver}
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xtst)

Requires:	librep >= %{libver}
Requires:	rep-gtk >= %{repver}
Requires:	xsetroot
Provides:	windowmanager
Provides:	sawmill
Provides:	sawmill-gnome
Provides:	sawfish-gnome
Provides:	sawfish-themer

%description
Sawfish is an extensible window manager which uses a Lisp-based scripting
language. All window decorations are configurable and the basic idea is to
have as much user-interface policy as possible controlled through the Lisp
language. Configuration can be accomplished by writing Lisp code in a
personal .sawfishrc file, or using a GTK+ interface. Sawfish is mostly
GNOME compliant.

%files -f %{name}.lang
%doc COPYING INSTALL README* NEWS TODO
%{_bindir}/*
%{_libexecdir}/%{name}
%{_libexecdir}/rep/*
%{_datadir}/applications/*.desktop
%{_datadir}/apps/ksmserver/windowmanagers/sawfish.desktop
%{_datadir}/gnome/wm-properties/sawfish-wm.desktop
%{_datadir}/sawfish
%{_datadir}/xsessions/*
%{_iconsdir}/hicolor/*/apps/sawfish*
%{_mandir}/man1/sawfish.1*
%{_mandir}/man1/sawfish-client.1*
%{_mandir}/man1/sawfish-config.1*
%{_infodir}/sawfish*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Sawfish
Group:		Graphical desktop/Sawfish
Requires:	%{name} = %{EVRD}

%description devel
This package contains development files for sawfish.

%files devel
%{_libdir}/pkgconfig/*.pc
%{_includedir}/sawfish/

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}_%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 2:1.11-1
- (45b18be) Updated to 1.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14601 |14cu|saxon-9.3.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Summary:        Java XPath, XSLT 2.0 and XQuery implementation
Name:           saxon
Version:        9.3.0.4
Release:        1
# net.sf.saxon.om.XMLChar is from ASL-licensed Xerces
# net/sf/saxon/option/jdom/ is MPLv1.1
# net/sf/saxon/serialize/codenorm/ is UCD
# net/sf/saxon/expr/sort/GenericSorter.java is MIT
# net/sf/saxon/expr/Tokenizer.java and few other bits are BSD
License:        MPLv1.0 and MPLv1.1 and ASL 1.1 and UCD and MIT
Group:          Development/Java
URL:            http://saxon.sourceforge.net/
Source0:        https://downloads.sourceforge.net/project/saxon/Saxon-HE/9.3/saxon9-3-0-4source.zip
Source1:        %{name}.saxon.script
Source2:        %{name}.saxonq.script
Source3:        %{name}.build.script
Source4:        %{name}.1
Source5:        %{name}q.1
Source6:        https://downloads.sourceforge.net/project/saxon/Saxon-HE/9.3/saxon-resources9-3.zip
BuildRequires:  unzip
BuildRequires:  ant
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  bea-stax-api
BuildRequires:  xml-commons-apis
BuildRequires:  xom
BuildRequires:  jdom >= 0:1.0-0.b7
BuildRequires:  java-javadoc
BuildRequires:  jdom-javadoc >= 0:1.0-0.b9.3jpp
BuildRequires:  dom4j
BuildRequires:  recode
BuildRequires:  locales-en
Requires:       jpackage-utils
Requires:       bea-stax-api
Requires:       bea-stax
Requires:       jaxp_parser_impl
Requires:       /usr/sbin/update-alternatives
Provides:       jaxp_transform_impl = %{version}-%{release}

# Older versions were split into multile packages
Obsoletes:	%{name}-xpath < %{version}-%{release}
Obsoletes:	%{name}-xom < %{version}-%{release}
Obsoletes:	%{name}-sql < %{version}-%{release}
Obsoletes:	%{name}-jdom < %{version}-%{release}
Obsoletes:	%{name}-dom < %{version}-%{release}

BuildArch:      noarch

%description
Saxon HE is Saxonica's non-schema-aware implementation of the XPath 2.0,
XSLT 2.0, and XQuery 1.0 specifications aligned with the W3C Candidate
Recommendation published on 3 November 2005. It is a complete and
conformant implementation, providing all the mandatory features of
those specifications and nearly all the optional features. 


%package        manual
Summary:        Manual for %{name}
Group:          Development/Java

%description    manual
Manual for %{name}.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%package        demo
Summary:        Demos for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}

%description    demo
Demonstrations and samples for %{name}.

%package        scripts
Summary:        Utility scripts for %{name}
Group:          Development/Java
Requires:       jpackage-utils >= 0:1.5
Requires:       %{name} = %{version}-%{release}

%description    scripts
Utility scripts for %{name}.


%prep
%setup -q -c

unzip -q %{SOURCE6}
cp -p %{SOURCE3} ./build.xml

# deadNET
rm -rf net/sf/saxon/dotnet

# Depends on XQJ (javax.xml.xquery)
rm -rf net/sf/saxon/xqj

# This requires a EE edition feature (com.saxonica.xsltextn)
rm -rf net/sf/saxon/option/sql/SQLElementFactory.java

# cleanup unnecessary stuff we'll build ourselves
rm -rf docs/api
find . \( -name "*.jar" -name "*.pyc" \) -delete

find -name '*.java' -exec recode Latin-1..UTF-8 {} \; 


%build
locale -a
export LC_ALL=en_GB.UTF-8
mkdir -p build/classes
cat >build/classes/edition.properties <<EOF
config=net.sf.saxon.Configuration
platform=net.sf.saxon.java.JavaPlatform
EOF

export JAVA_HOME=/usr/lib/jvm/java-openjdk/
export CLASSPATH=%(build-classpath xml-commons-apis jdom xom bea-stax-api dom4j)
ant \
  -Dj2se.javadoc=%{_javadocdir}/java \
  -Djdom.javadoc=%{_javadocdir}/jdom \
  -Dfile.encoding=UTF8


%install
# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p build/lib/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr build/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}

# demo
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
cp -pr samples/* $RPM_BUILD_ROOT%{_datadir}/%{name}

# scripts
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -p -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/%{name}
install -p -m755 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/%{name}q
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -p -m644 %{SOURCE4} $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
install -p -m644 %{SOURCE5} $RPM_BUILD_ROOT%{_mandir}/man1/%{name}q.1

# jaxp_transform_impl ghost symlink
ln -s %{_sysconfdir}/alternatives \
  $RPM_BUILD_ROOT%{_javadir}/jaxp_transform_impl.jar


%post
update-alternatives --install %{_javadir}/jaxp_transform_impl.jar \
  jaxp_transform_impl %{_javadir}/%{name}.jar 25

%preun
{
  [ $1 -eq 0 ] || exit 0
  update-alternatives --remove jaxp_transform_impl %{_javadir}/%{name}.jar
} >/dev/null 2>&1 || :

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%ghost %{_javadir}/jaxp_transform_impl.jar

%files manual
%doc doc/*.html

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}

%files demo
%{_datadir}/%{name}

%files scripts
%{_bindir}/%{name}
%{_bindir}/%{name}q
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/%{name}q.1*

%changelog

* Tue Jul 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 9.3.0.4-1
- (cf3ae89) Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14602 |14cu|sayonara-0.9.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarball	git11-20161030

Name:		sayonara
Version:	0.9.2
Release:	2
Summary:	A lightweight Qt Audio player
License:	GPLv3+
Group:		Sound
URL:		http://sayonara-player.com
Source0:	http://sayonara-player.com/sw/%{name}-player-%{version}-%{tarball}.tar.gz
Source1:    sayonara_lang_ru.tar.gz
Patch0:     sayonara-player_fix_string_translate.patch
BuildRequires:	cmake
BuildRequires:	qt5-tools
BuildRequires:	pkgconfig(gstreamer-app-1.0)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(taglib)
BuildRequires:  qt5-linguist-tools
Requires: qt5-database-plugin-sqlite

%description
Sayonara is a small, clear, not yet 
platform-independent music player.
Low CPU usage, low memory consumption 
and no long loading times are only
three benefits of this player. Sayonara 
should be easy and intuitive to use
and therefore it should be able to compete 
with the most popular music players.

%prep
%setup -q -n %{name}-player
%patch0 -p1

pushd src/Languages
tar -xvzf %{SOURCE1}
popd

%build
%cmake_qt5
%make

%install
%make_install -C build

# remove menu dir, because it's not necessary
rm -rf %{buildroot}%{_datadir}/menu

%files
%doc MANUAL README.txt
%{_bindir}/%{name}
%{_libdir}/%{name}/
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.xpm
%{_mandir}/man1/%{name}.1.*

%changelog

* Sat Nov 26 2016 Victor Ryzhikh <victorr2007@yandex.ru> 0.9.2-2
- (b014493) Updated Russian translations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14603 |14cu|sbcl-1.1.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap
%bcond_without threads

Summary:	Steel Bank Common Lisp compiler and runtime system
Name:		sbcl
Version:	1.1.14
Release:	3
License:	Public Domain and MIT and BSD with advertising
Group:		Development/Other
Url:		http://sbcl.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}-source.tar.bz2
Source10:	customize-target-features.lisp
Patch1:		%{name}-1.0.45-default-%{name}-home.patch
Patch2:		%{name}-1.1.14-personality.patch
Patch3:		%{name}-1.1.14-optflags.patch
Patch4:		%{name}-0.9.17-LIB_DIR.patch
# Allow override of contrib test failure(s)
Patch7:		%{name}-1.1.14-permissive.patch
# doc generation
BuildRequires:	ghostscript
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	texlive-collection-fontsrecommended
BuildRequires:	texlive-collection-langgerman
BuildRequires:	texlive-texinfo
BuildRequires:	time
BuildRequires:	gmp-devel
%if %{with bootstrap}
BuildRequires:	clisp
%else
BuildRequires:	%{name}
%endif

%description
Steel Bank Common Lisp (SBCL) is a Open Source development environment for
Common Lisp. It includes an integrated native compiler, interpreter, and
debugger.

%files
%doc %{_docdir}/%{name}
%{_bindir}/*
%{_libdir}/%{name}/%{name}.core
%define sb_prefix %{_libdir}/%{name}/contrib
%{sb_prefix}/asdf.*
%{sb_prefix}/sb-aclrepl.*
%{sb_prefix}/sb-bsd-sockets.*
%{sb_prefix}/sb-cltl2.*
%{sb_prefix}/sb-concurrency.*
%{sb_prefix}/sb-cover.*
%{sb_prefix}/sb-executable.*
%{sb_prefix}/sb-gmp.*
%{sb_prefix}/sb-grovel.*
%{sb_prefix}/sb-introspect.*
%{sb_prefix}/sb-md5.*
%{sb_prefix}/sb-posix.*
%{sb_prefix}/sb-queue.*
%{sb_prefix}/sb-rotate-byte.*
%{sb_prefix}/sb-rt.*
%{sb_prefix}/sb-simple-streams.*
%{sb_prefix}/sb-sprof.*
%{_infodir}/*
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch7 -p0

%if %{with threads}
install -m644 -p %{SOURCE10} ./customize-target-features.lisp
%endif

%build
#setup SBCL_HOME, DEFAULT_SBCL_HOME and RPM_OPT_FLAGS
#these variables are available thanks to patching
export SBCL_HOME=%{_libdir}/%{name}
export DEFAULT_SBCL_HOME=%{_libdir}/%{name}
export RPM_OPT_FLAGS=$(echo %{optflags} | sed -e "s/-fomit-frame-pointer//")

%if %{with bootstrap}
sh make.sh "clisp"
%else
sh make.sh "%{name}"
%endif

make -C doc/manual

%install
unset SBCL_HOME
export INSTALL_ROOT=%{buildroot}%{_prefix}
export LIB_DIR=%{buildroot}%{_libdir}
sh install.sh

if test %{_docdir} != %{_prefix}/share/doc ;then
   mkdir -p %{buildroot}%{_docdir}
   mv %{buildroot}%{_prefix}/share/doc/%{name} %{buildroot}%{_docdir}/
fi

## Unpackaged files
rm -f  %{buildroot}%{_infodir}/dir
# CVS crud
find %{buildroot} -name CVS -type d | xargs rm -rf
find %{buildroot} -name .cvsignore | xargs rm -f
# 'test-passed' files from %%check
find %{buildroot} -name 'test-passed' | xargs rm -vf


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.14-3
- (a538c7c) Build requires texlive-collection-fontsrecommended



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14604 |14cu|sbsigntools-0.7.99-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sbsigntools
Summary:	Canonical EFI binary signing tools
Version:	0.7.99
Release:	1
Group:		System/Kernel and hardware
License:	GPLv3
URL:		https://git.kernel.org/cgit/linux/kernel/git/jejb/sbsigntools.git/
Source0:	%{name}_%{version}.orig.tar.gz
Source1:	ccan-0.0.2.tar.gz
Patch0:		0001-sbsigntools-fix-autogen.sh-for-build-service.patch
BuildRequires:	binutils-devel
BuildRequires:	openssl-devel
BuildRequires:	pkgconfig
BuildRequires:	automake
BuildRequires:	libuuid-devel
BuildRequires:	gnu-efi
BuildRequires:	help2man

%description
This package installs tools which can cryptographically sign EFI
binaries and drivers.

%prep
%setup -q
%setup -T -D -n %{name}-%{version}/lib/ccan.git -a 1
%setup -T -D
%patch0 -p1

%build
NOCONFIGURE=1 ./autogen.sh
%configure
# hack to make sure ccan uses correct config file
cp lib/ccan.git/config.h lib/ccan/
%make

%install
%makeinstall_std

%files 
%doc COPYING
%{_bindir}/*
%{_mandir}/man1/*

%changelog

* Fri Jan 29 2016 Denis Silakov <dsilakov@gmail.com> 0.7.99-1
- (3b3a0e7) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14605 |14cu|sbxkb-0.7.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           sbxkb
Summary:        Simple keyboard indicator
Version:        0.7.6
Release:        5
License:        GPLv2
Group:          System/Configuration/Other
Url:            http://sourceforge.net/projects/staybox/
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(gdk-pixbuf-xlib-2.0)
Source0:        %{name}-%{version}.tar.gz


%description
Simple keyboard indicator

Author: Sorry, I don;t know :(
--------

%define INSTALL      install -m755 -s
%define INSTALL_DIR  install -d -m755

%prep
%setup -q


%build
./configure --prefix=%{_prefix} LIBS=-lX11
make

%install
%makeinstall_std

%files
%{_bindir}/%{name}
%doc COPYING 
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*

%changelog

* Tue May 31 2016 Denis Silakov <dsilakov@gmail.com> 0.7.6-5
- (dd8fc46) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14606 |14cu|scanmem-0.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Simple interactive debugging utility
Name:		scanmem
Version:	0.16
Release:	2
License:	GPLv2+
Group:		Development/Tools
Url:		https://github.com/scanmem/scanmem/
Source0:	https://github.com/scanmem/scanmem/archive/%{name}-%{version}.tar.gz
# Fix library name for dlopen, should include library major
Patch0:		scanmem-0.15.8-dlopen.patch
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	readline-devel

%description
scanmem is a simple interactive debugging utility, used to locate the address
of a variable in an executing process. This can be used for the analysis or
modification of a hostile process on a compromised machine, reverse
engineering, or as a "pokefinder" to cheat at video games.

%files
%doc ChangeLog README TODO COPYING
%{_bindir}/scanmem
%{_mandir}/man1/scanmem.1.*
#----------------------------------------------------------------------------

%package -n gameconqueror
Summary:	CheatEngline-alike interface for scanmem
Group:		Development/Tools
Requires:	%{name} = %{EVRD}
Requires:	polkit
Requires:	python-gobject

%description -n gameconqueror
GameConqueror aims to provide a CheatEngline-alike interface for scanmem, it's
user-friendly and easy to use. GameConqueror is written in PyGTK.

%files -n gameconqueror -f GameConqueror.lang
%{_bindir}/gameconqueror
%{_datadir}/appdata/GameConqueror.appdata.xml
%{_datadir}/applications/GameConqueror.desktop
%dir %{_datadir}/gameconqueror/
%{_datadir}/gameconqueror/*
%{_datadir}/icons/hicolor/*/apps/GameConqueror.png
%{_datadir}/polkit-1/actions/org.freedesktop.gameconqueror.policy
%{_mandir}/man1/gameconqueror.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Requires: %{name} = %{EVRD}

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libscanmem.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for %{name}
Group:		System/Libraries
Requires: %{name} = %{EVRD}

%description -n %{devname}
Header files for %{name}.

%files -n %{devname}
%dir %{_includedir}/scanmem
%{_includedir}/scanmem/*

#----------------------------------------------------------------------------
%prep
%setup -q
%patch0 -p1

%build
./autogen.sh
%configure2_5x \
	--enable-gui
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/libscanmem.a
rm -f %{buildroot}%{_libdir}/libscanmem.so
%find_lang GameConqueror

%check
make check
desktop-file-validate %{buildroot}%{_datadir}/applications/GameConqueror.desktop


%changelog

* Wed Dec 28 2016 Nemial <negry.m@yandex.ru> 0.16-2
- (8570360) Minor Clean Spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14607 |14cu|scantailor-0.9.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define over 0_9_12_1

Summary:	Scan processing software
Name:		scantailor
Version:	0.9.12.1
Release:	1
License:	GPLv3+
Group:		Graphics
Url:		http://scantailor.sf.net
Source0:	https://github.com/scantailor/scantailor/archive/RELEASE_%{over}.tar.gz?/scantailor-RELEASE_%{over}.tar.gz
Source1:	%{name}.desktop
Source2:	%{name}.xml
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xrender)

%description
Scan Tailor is an interactive post-processing tool for scanned pages. It
performs operations such as page splitting, deskewing, adding/removing borders,
and others. You give it raw scans, and you get pages ready to be printed
or assembled into a PDF or DJVU file. Scanning, optical character recognition,
and assembling multi-page documents are out of scope of this project.

%files -f %{name}.lang
%doc COPYING
%{_bindir}/%{name}
%{_bindir}/%{name}-cli
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_iconsdir}/hicolor/*/apps/%{name}.svg

#----------------------------------------------------------------------------

%prep
%setup -qn scantailor-RELEASE_%{over}

%build
%cmake \
	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
	-DEXTRA_LIBS=Xrender
%make

%install
%makeinstall_std -C build
install -pm644 -D resources/appicon.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
install -pm644 -D %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
install -pm644 -D %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/%{name}.xml

%find_lang %{name} --with-qt
%changelog

* Wed Aug 16 2017 dsilakov <denis.silakov@rosalab.ru> 0.9.12.1-1
- (3843ce7) Merge pull request #2 from vladimir71/scantailor:rosa2014.1
- (3843ce7) scantailor



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14608 |14cu|scapy-2.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		scapy
Version:	2.3.1
Release:	1
Summary:	An interactive packet manipulation tool and network scanner
Group:		Networking/Other
License:	GPLv2
URL:		http://www.secdev.org/projects/scapy
Source0:	http://www.secdev.org/projects/scapy/files/%name-%version.zip
BuildArch:	noarch
BuildRequires:	python-devel
Requires:	python >= 2.2
Requires:	nmap
Requires:	tcpdump

%description
Scapy is a powerful interactive packet manipulation tool, packet generator,
network scanner, network discovery, packet sniffer, etc. It can for the
moment replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump,
tethereal, p0f, ....

Scapy uses the python interpreter as a command board. That means that you
can use directly python language (assign variables, use loops, define
functions, etc.) If you give a file as parameter when you run scapy, your
session (variables, functions, intances, ...) will be saved when you leave
the interpretor, and restored the next time you launch scapy.

%prep
unzip %{SOURCE0}
%setup -q

%build
%__python setup.py build

%install
%__install -Dp -m0644 doc/scapy.1.gz %{buildroot}%{_mandir}/man1/scapy.1.gz
%__python setup.py install -O1 --skip-build --root %{buildroot}
%__rm -f %{buildroot}%{python_sitelib}/*egg-info/requires.txt

%files
%doc %{_mandir}/man1/scapy.1*
%{_bindir}/scapy
%{_bindir}/UTscapy
%{py_puresitedir}/scapy/*
%{py_puresitedir}/scapy-*.egg-info
%changelog

* Tue Jul 07 2015 dsilakov <denis.silakov@rosalab.ru> 2.3.1-1
- (d23bdc5) Merge pull request #1 from alozhkov/scapy:rosa2014.1
- (d23bdc5) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14609 |14cu|scew-1.1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary: SCEW provides an easy interface around the XML Expat library
Name:    scew
Version: 1.1.5
Release: 1
Source0: %{name}-%{version}.tar.gz
License: LGPL
Group: Development/C
BuildRequires: expat-devel
URL: http://www.nongnu.org/scew/

%description 
SCEW (Simple C Expat Wrapper) incorporated functions to create XML
files and handle XML memory trees. That is, add and delete tree nodes,
change attribute names and values...

SCEW provides functions to load and access XML elements without the
need to create the event handling routines and probably the most
important: without the need to rewrite these functions each time you
need to load a different XML tree. It also lets you access to the
internal Expat parser, that means you can still have all the
functionality that Expat library gives you.

%package -n %{libname}
Summary: Simple C Expat Wrapper library
Group: Development/C

%description -n %{libname}
This package contains the SCEW (Simple C Expat Wrapper) library.

%package -n %{devname}
Summary: Headers for developing programs that will use scew
Group: Development/C
Provides:  libscew-devel = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
Requires: %{libname} = %{version}-%{release}
Requires: %{name} = %{version}-%{release}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use scew.

%prep
%setup -q

%build
%configure --includedir=%{_includedir}/%{name}
%make 

%install
%makeinstall_std

mkdir -p %{buildroot}%{_bindir}
install -m 755 examples/scew_print/scew_print %{buildroot}%{_bindir}
install -m 755 examples/scew_write/scew_write %{buildroot}%{_bindir}

%files
%{_bindir}/scew_print
%{_bindir}/scew_write

%files -n %{libname}
%{_libdir}/libscew.so.%{major}*

%files -n %{devname}
%{_libdir}/libscew.a
%{_libdir}/libscew.so
%{_includedir}/*
%{_libdir}/pkgconfig/*

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-1
- (69a3986) Updated to 1.1.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14610 |14cu|schedtool-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		schedtool
Version:	1.3.0
Release:	4
Summary:	Tool for setting and querying scheduling parameters
License:	GPLv2
Group:		System/Kernel and hardware
Url:		http://freequaos.host.sk/schedtool/
Source:		%{name}-%{version}.tar.bz2
Patch0:		schedtool-1.3.0-debug.patch

%description
schedtool can set all scheduling parameters Linux is capable of or dis-
play information for given processes.

Long-running, non-interactive tasks may  benefit  from  SCHED_BATCH  as
timeslices are longer, less system-time is wasted by computing the next
runnable process and the caches stay stable.

Audio/video or other near-realtime applications may run with less skip-
ping  if  set  to SCHED_RR.  Use the static priority-switch -p to fine-
tune inter-process-hierarchies.

schedtool now supports setting the  CPU-affinity  introduced  in  linux
2.5.8.

%prep
%setup -q
%patch0 -p1

%build
CFLAGS="%{optflags}" %make

%install
install -m755 -d %{buildroot}/%{_bindir}/
install -m755  %{name} %{buildroot}/%{_bindir}/%{name}
install -m755 -d %{buildroot}/%{_mandir}/man8/
install -m611  %{name}.8 %{buildroot}/%{_mandir}/man8/%{name}.8

%clean

%files
%attr(755,root,root) %{_bindir}/*
%doc CHANGES INSTALL LICENSE PACKAGERS README SCHED_DESIGN TUNING
%attr(644,root,root) %{_mandir}/man8/%{name}.*

%changelog

* Wed Jun 15 2016 Denis Silakov <dsilakov@gmail.com> 1.3.0-4
- (37d5c23) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14611 |14cu|schroot-1.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname sbuild 1.7.2
%define devname %mklibname -d sbuild

Summary:	Execute commands in a chroot environment
Name:		schroot
Version:	1.7.2
Release:	1
License:	GPLv3+
Group:		Development/Other
Url:		http://packages.debian.org/schroot
Source0:	http://ftp.de.debian.org/debian/pool/main/s/schroot/%{name}_%{version}.orig.tar.xz
Patch0:		schroot-pam.patch
Patch1:		schroot-default-config-path.patch
Patch2:		schroot-1.7.2-regex.patch
BuildRequires: pam-devel
BuildRequires: boost-devel
BuildRequires: lockdev-devel
BuildRequires: gettext
BuildRequires: libuuid-devel
BuildRequires: liblvm2app-devel
BuildRequires: cppunit-devel
BuildRequires: btrfs-progs
BuildRequires: debootstrap
BuildRequires: fakeroot
BuildRequires: groff
BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: gtest-devel
BuildRequires: po4a

Suggests:	lvm2
Suggests:	btrfs-progs

%description
schroot allows users to execute commands or interactive shells in
different chroots.  Any number of named chroots may be created, and
access permissions given to each, including root access for normal
users, on a per-user or per-group basis.  Additionally, schroot can
switch to a different user in the chroot, using PAM for
authentication and authorisation.  
All operations are logged for security.

Several different types of chroot are supported, including normal
directories in the filesystem, and also block devices.  Sessions,
persistent chroots created on the fly from files (tar with optional
compression and zip) and LVM snapshots are also supported.

schroot supports kernel personalities, allowing the programs run
inside the chroot to have a different personality.  For example,
running 32-bit chroots on 64-bit systems, or even running binaries
from alternative operating systems such as SVR4 or Xenix.

schroot also integrates with sbuild, to allow building packages with
all supported chroot types, including session-managed chroot types
such as LVM snapshots.

schroot shares most of its options with dchroot, but offers vastly
more functionality.

%package -n dchroot
Summary:	Older tool similar to schroot
Group:		Development/Other

%description -n dchroot
dchroot allows users to execute commands or interactive shells in different 
chroots. Users can move between chroots as necessary. Enhanced functionality 
is available in the next generation tool called schroot.

%package -n %libname
Group: Development/Other
Summary: Sbuild library for schroot and dchroot


%description -n %libname
sbuild library for schroot and dchroot

%package -n %devname
Group: Development/Other
Summary: Develoment files for schroot and dchroot
Requires: %libname = %version
Provides: schroot-devel

%description -n %devname
Develoment files for schroot and dchroot

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
export CXXFLAGS="%optflags -std=c++11"
%cmake  -DCMAKE_INSTALL_LOCALSTATEDIR=/var \
	-DCMAKE_INSTALL_SYSCONFDIR=/etc \
	-Dlvm-snapshot=ON \
	-Dbtrfs-snapshot=ON \
	-Ddchroot=ON \
	-Ddchroot-dsa=ON \
	-DBTRFS_EXECUTABLE=/usr/sbin/btrfs \
	-DLVCREATE_EXECUTABLE=/usr/sbin/lvcreate \
	-DLVREMOVE_EXECUTABLE=/usr/sbin/lvremove

%make

%install
pushd build
%makeinstall_std
mkdir -p %{buildroot}%{_localstatedir}/lib/schroot/session
mkdir -p %{buildroot}%{_sysconfdir}/schroot/chroot.d
/sbin/ldconfig -n %{buildroot}/%{_libdir}

%find_lang %{name}

%files -f build/%{name}.lang
%doc COPYING AUTHORS ChangeLog HACKING NEWS README THANKS TODO
%{_bindir}/schroot
%dir %{_sysconfdir}/schroot
%dir %{_sysconfdir}/schroot/chroot.d
%config(noreplace) %{_sysconfdir}/schroot/schroot.conf
%config(noreplace) %{_sysconfdir}/pam.d/schroot
%dir %{_sysconfdir}/schroot/setup.d
%{_sysconfdir}/bash_completion.d/schroot
%{_sysconfdir}/schroot/default/copyfiles
%{_sysconfdir}/schroot/default/fstab
%{_sysconfdir}/schroot/default/nssdatabases
%{_sysconfdir}/schroot/desktop/copyfiles
%{_sysconfdir}/schroot/desktop/fstab
%{_sysconfdir}/schroot/desktop/nssdatabases
%{_sysconfdir}/schroot/minimal/copyfiles
%{_sysconfdir}/schroot/minimal/fstab
%{_sysconfdir}/schroot/minimal/nssdatabases
%{_sysconfdir}/schroot/buildd/copyfiles
%{_sysconfdir}/schroot/buildd/fstab
%{_sysconfdir}/schroot/buildd/nssdatabases
%{_sysconfdir}/schroot/sbuild/copyfiles
%{_sysconfdir}/schroot/sbuild/fstab
%{_sysconfdir}/schroot/sbuild/nssdatabases
%{_sysconfdir}/schroot/setup.d/00check
%{_sysconfdir}/schroot/setup.d/05btrfs
%{_sysconfdir}/schroot/setup.d/05file
%{_sysconfdir}/schroot/setup.d/05lvm
%{_sysconfdir}/schroot/setup.d/05union
%{_sysconfdir}/schroot/setup.d/10mount
%{_sysconfdir}/schroot/setup.d/15binfmt
%{_sysconfdir}/schroot/setup.d/15killprocs
%{_sysconfdir}/schroot/setup.d/20copyfiles
%{_sysconfdir}/schroot/setup.d/20nssdatabases
%{_sysconfdir}/schroot/setup.d/50chrootname
%{_sysconfdir}/schroot/setup.d/70services
%{_sysconfdir}/schroot/setup.d/99check
%dir /usr/libexec/schroot
/usr/libexec/schroot/listmounts
/usr/libexec/schroot/mount
%dir %{_localstatedir}/lib/schroot
%{_localstatedir}/lib/schroot/session
%{_localstatedir}/lib/schroot/mount
%{_datadir}/%{name}/setup/common-config
%{_datadir}/%{name}/setup/common-data
%{_datadir}/%{name}/setup/common-functions
%{_mandir}/man1/schroot.1.*
%{_mandir}/de/man1/schroot.1.*
%{_mandir}/fr/man1/schroot.1.*
%{_mandir}/man5/schroot*.5.*
%{_mandir}/man7/schroot*.7.*
%{_mandir}/de/man5/schroot*.5.*
%{_mandir}/de/man7/schroot*.7.*
%{_mandir}/fr/man5/schroot*.5.*
%{_mandir}/fr/man7/schroot*.7.*

%files -n dchroot
%{_bindir}/dchroot*
%{_mandir}/man1/dchroot*.1.*
%{_mandir}/de/man1/dchroot*.1.*
%{_mandir}/fr/man1/dchroot*.1.*

%files -n %libname
%{_libdir}/*.so.*

%files -n %devname
%dir %{_includedir}/sbuild
%{_includedir}/sbuild/*
%{_libdir}/libsbuild.so
%{_libdir}/pkgconfig/sbuild.pc
%changelog

* Tue Jul 07 2015 dsilakov <denis.silakov@rosalab.ru> 1.7.2-1
- (939c9fc) Merge pull request #1 from alozhkov/schroot:rosa2014.1
- (939c9fc) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14612 |14cu|scid-4.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Shane's Chess Information Database
Name:		scid
Version:	4.6.1
Release:	1
License:	GPLv2+
Group:		Games/Boards
Url:		http://scid.sourceforge.net
Source0:	%{name}-v%{version}.zip
Source1:	%{name}.png
Patch0:		scid-4.6.1-cflags.patch
Patch1:		scid-4.6.1-sfmt.patch
# Based on Gentoo patch
Patch2:		scid-4.6.1-rosa.patch
BuildRequires:	pkgconfig(tcl)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(zlib)

%description
Scid (Shane's Chess Information Database) is a free chess database app.

With Scid you can maintain a database of chess games, search games by
many criteria, view graphical trends, and produce printable reports on
players and openings.

You can also analyze games with the Xboard or UCI compatible chess
program, and even use Scid to study endings with endgame tablebases.

With Scid you can also play against various engines, or on the Internet.

%files
%doc ChangeLog COPYING
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/*/*/*/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p1
%patch1 -p1
%patch2 -p1

sed -i -e "s:@ROSA_DATADIR@:%{_datadir}/%{name}:" tcl/options.tcl
sed -i -e "s:@ROSA_DATADIR@:%{_datadir}/%{name}:" tcl/start.tcl

%build
%setup_compile_flags
./configure \
	BINDIR=%{_bindir} \
	SHAREDIR=%{_datadir}/%{name} \
	OPTIMIZE="%{optflags}"
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_iconsdir}/hicolor/128x128/apps
cp %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/128x128/apps

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Scid
Comment=Chess games database
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=BoardGame;
EOF


%changelog

* Tue Jun 30 2015 Rosa <rosa@abf.rosalinux.ru> 4.6.1-1
- (fa2a675) Automatic import for version 4.6.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14613 |14cu|scidavis-1.D8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		scidavis
Version:	1.D8
Release:	1
Summary:	An application for Scientific Data Analysis and Visualization
License:	GPLv2
Group:		Sciences/Other
Url:		http://scidavis.sourceforge.net/
Source0:	http://download.sourceforge.net/sourceforge/scidavis/%{name}.%{version}.tar.gz
#Patch0:		scidavis-0.2.4-link-everything-dynamically.patch
# Patch to adjust qwt5-qt4 library path for Fedora
Patch0:         fix_qwt5_includes.patch
# Unbundle liborigin
Patch1:         unbundle_liborigin.patch
# Backport Fix http://sourceforge.net/p/scidavis/svn/1458/.
Patch2:         fix_active_window.patch

BuildRequires:	boost-devel
BuildRequires:	desktop-file-utils
BuildRequires:	qt4-devel >= 4.3
BuildRequires:	qt-assistant-adp-devel
Buildrequires:	origin-devel
Buildrequires:	python-qt4-devel >= 4.2
BuildRequires:	python-devel >= 2.5
BuildRequires:	python-sip >= 4.6
BuildRequires:	muparser-devel
BuildRequires:	gsl-devel
Buildrequires:	qwt5-devel
BuildRequires:	libqwtplot3d-devel

%description
SciDAVis is a free interactive application aimed at data analysis and
publication-quality plotting. It combines a shallow learning curve and
an intuitive, easy-to-use graphical user interface with powerful
features such as scriptability and extensibility.

%files
%doc CHANGES README
%{_sysconfdir}/scidavisrc.py
%{_bindir}/%{name}
%{_bindir}/readWriteProject
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/locolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/mimelnk/application/x-sciprj.desktop

#-------------------------------------------------------------------------

%prep
%setup -qn %{name}.%{version}
# Unbundle liborigin
rm -rf 3rdparty/liborigin
%patch0 -p1
%patch1 -p1
%patch2 -p1


%build
%qmake_qt4 \
	%if "%{_lib}" != "lib"
		libsuff=64 \
	%endif

%make

%install
make INSTALL_ROOT=%{buildroot} install

# translations
install -d %{buildroot}%{_datadir}/%{name}/translations
install -D -m644 %{name}/translations/*.qm %{buildroot}%{_datadir}/%{name}/translations/

# fix desktop file
desktop-file-install	--remove-category=Physics \
	--remove-category=Math \
	--remove-category=Graphics \
	--add-category=DataVisualization \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}/%{_datadir}/applications/%{name}.desktop 

%clean



%changelog

* Thu Apr 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.D8-1
- (ef9b17a) Added boost-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14614 |14cu|scilab-5.5.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# %define __noautoreq 'libblas.so.3|jaxp_parser_impl|libodbc.*|libsci.*'
%define __noautoprov 'lib.*|ld-linux.*'
%define __noautoreq 'lib.*'
%define debug_package %{nil}

Summary:	A high-level language for numerical computations
Name:		scilab
Version:	5.5.1
Release:	6
License:	CeCILL
Group:		Sciences/Mathematics
URL:		http://www.scilab.org/
Source0:	http://www.scilab.org/download/%{version}/%{name}-%{version}.bin.linux-i686.tar.gz
Source1:	http://www.scilab.org/download/%{version}/%{name}-%{version}.bin.linux-x86_64.tar.gz
Source100:	%{name}.rpmlintrc
#Requires:	tcl >= 8.5
#Requires:	tk >= 8.5
Requires:	ocaml
Requires:	gcc-gfortran
Requires:	java
#Requires:	liblapack
#Requires:	libblas
#Requires:	fftw
#Requires:	libmatio
#Requires:	libumfpack
Requires:	docbook-style-xsl
Requires:	jlatexmath

%description
Scilab is a high-level language, primarily intended for numerical
computations.  Scilab includes a number of toolboxes and on-line
documentation.

%package devel
Summary:	Development files for %{name}
Group:		Development/Other

%description devel
Development files and headers for %{name}.

%prep
%setup -qcT
%ifarch x86_64
tar xzvf %{SOURCE1}
%endif

%ifarch %{ix86}
tar xzvf %{SOURCE0}
%endif

%build

%install
mkdir -p %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_includedir}

cp -r %{name}-%{version} %{buildroot}%{_datadir}/
mv %{buildroot}%{_datadir}/%{name}-%{version}/share/appdata %{buildroot}%{_datadir}/
mv %{buildroot}%{_datadir}/%{name}-%{version}/share/applications %{buildroot}%{_datadir}/
mv %{buildroot}%{_datadir}/%{name}-%{version}/share/icons %{buildroot}%{_datadir}/
mv %{buildroot}%{_datadir}/%{name}-%{version}/share/mime %{buildroot}%{_datadir}/

mv %{buildroot}%{_datadir}/%{name}-%{version}/include/%{name} %{buildroot}%{_includedir}/
rm -rf %{buildroot}%{_datadir}/%{name}-%{version}/include

# pc file should be adopted. can't ship it "as is"
rm -rf %{buildroot}%{_datadir}/%{name}-%{version}/lib/pkgconfig

mkdir -p %{buildroot}%{_bindir}

cat > %{buildroot}%{_bindir}/%{name} <<EOF
#!/bin/sh

pushd %{_datadir}/%{name}-%{version}/bin
./scilab
popd

EOF

chmod a+x %{buildroot}%{_bindir}/%{name}

#%find_lang %{name}

%files
%{_bindir}/*
%{_iconsdir}/hicolor/*/*/*.png
%{_datadir}/appdata
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages
%{_datadir}/%{name}-%{version}

%files devel
%{_includedir}/%{name}

%changelog
* Sat Mar 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.5.1-6
+ Revision: 74d1332
- Do not provide ld-linux



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14615 |14cu|scintilla-3.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

%define scintillaver %(echo %{version} | sed -e 's/\\.//g')

Summary: 	Free source code editing component
Name: 		scintilla
Version: 	3.5.0
Release: 	1
License: 	BSD
Group: 		Editors
Url: 		http://www.scintilla.org/index.html
Source0: 	http://downloads.sourceforge.net/project/scintilla/%{name}/%{version}/%{name}%{scintillaver}.tgz
Source1:	scintilla.cmake
Source2:	scintilla.pc.cmake

BuildRequires:	gtk+3-devel pkgconfig
BuildRequires:	cmake >= 2.6

%description
Scintilla is a free source code editing component. As well as features
found in standard text editing components, Scintilla includes features
especially useful when editing and debugging source code. These include
support for syntax styling, error indicators, code completion and call
tips.

%package -n %{libname}
Summary:	Scintilla shared libraries
Group:		System/Servers

%description -n %{libname}
This package contains scintilla shared libraries.

%package -n	%{develname}
Group:		Development/C
Summary:	Headers and static lib for scintilla development
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
Install this package if you want do compile applications using the
scintilla library.

%prep
%setup -q -n scintilla
cp %{SOURCE1} %{_builddir}/scintilla/CMakeLists.txt
cp %{SOURCE2} %{_builddir}/scintilla/scintilla.pc.cmake

sed -i -e 's/\@scintilla_VERSION\@/%{version}/' %{_builddir}/scintilla/scintilla.pc.cmake

%build
%cmake
%make

%install
%makeinstall_std -C build

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{develname}
%doc doc/* License.txt
%{_includedir}/%{name}/
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.5.0-1
- (2223c45) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14616 |14cu|scite-3.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define 	debug_package %{nil}
%define		_version 350

Name:		scite
Version:	3.5.0
Release:	1
Summary:	SCIntilla based GTK3 text editor
License:	MIT
Group:		Editors
URL:		http://www.scintilla.org/SciTE.html
Source0:	http://download.sourceforge.net/scintilla/%{name}%{_version}.tgz
Patch0:		scite-3.4.4-desktop-file.patch
Patch1:		scite-3.4.4-use-system-scintilla.patch

BuildRequires:	gtk+3-devel
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(scintilla) = %{version}

Requires:       gtk+3.0

%description
SciTE is a SCIntilla based Text Editor. Originally built to demonstrate
Scintilla, it has grown to be a generally useful editor with facilities for
building and running programs.

%prep
%setup -q -c
%apply_patches

%build
%make OPTFLAGS="%{optflags}" GTK3=1 -C scite/gtk

%install
%makeinstall_std GTK3=1 -C scite/gtk
ln -s SciTE %{buildroot}%{_bindir}/scite

# move and rename icon
mkdir -p %{buildroot}%{_iconsdir}/hicolor/48x48/apps
mv %{buildroot}%{_datadir}/pixmaps/Sci48M.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%files
%doc scite/README scite/License.txt
%{_bindir}/SciTE
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/SciTE.desktop
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%changelog

* Tue Jul 07 2015 dsilakov <denis.silakov@rosalab.ru> 3.5.0-1
- (30b8dca) Merge pull request #1 from alozhkov/scite:rosa2014.1
- (30b8dca) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14617 |14cu|scmbug-0.26.22-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32::OLE\\)'
%endif

%define upstream_version %(echo %{version} | sed -e 's/\\./-/g')

Summary:	Integration of Software Configuration Management with Bug-tracking
Name:		scmbug
Version:	0.26.22
Release:	5
License:	GPLv2+
Group:		Networking/WWW
Url:		http://www.mkgnu.net/?q=scmbug
Source:		http://files.mkgnu.net/files/scmbug/SCMBUG_RELEASE_%{upstream_version}/source/SCMBUG_RELEASE_%{upstream_version}.tar.gz
BuildRequires:	transfig
BuildRequires:	imagemagick
BuildRequires:	docbook-utils
BuildRequires:	docbook-dtd42-sgml
BuildRequires:	docbook-utils-pdf
BuildRequires:	ghostscript-dvipdf
BuildRequires:	texlive
BuildRequires:	texlive-collection-fontsrecommended
BuildRequires:	texlive-collection-genericrecommended
BuildRequires:	texlive-collection-htmlxml
BuildRequires:	texlive-collection-langgerman
BuildRequires:	texlive-collection-latex
BuildRequires:	texlive-collection-latexrecommended
BuildArch:	noarch

%description
Scmbug is a system that integrates software configuration management (SCM) with
bug-tracking.  It aims to be a universal tool that will glue any SCM system
(such as CVS, Subversion, and Arch) with any bug-tracking system (such as
Bugzilla and Mantis).

#----------------------------------------------------------------------------

%package common
Summary:	Scmbug common libraries
Group:		Networking/WWW

%description common
Provides library functionality shared by scmbug-tools and scmbug-server.

%files common
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/ChangeLog*
%{_docdir}/%{name}/AUTHORS
%{_docdir}/%{name}/COPYING
%{_docdir}/%{name}/TODO
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/lib
%dir %{_datadir}/%{name}/lib/Scmbug
%{_datadir}/%{name}/lib/Scmbug/*.pm

#----------------------------------------------------------------------------

%package tools
Summary:	Scmbug integration tools
Group:		Networking/WWW
Requires:	scmbug-common = %{EVRD}
Requires:	libxslt-proc
Requires:	docbook-utils

%description tools
Collection of tools that can install the integration glue in an SCM repository
and enhance the experience of integrating SCM with bug-tracking.

%files tools
%{_mandir}/man1/*
%{_prefix}/bin/*
%dir %{_datadir}/%{name}/glue
%dir %{_datadir}/%{name}/glue/etc
%config(noreplace) %{_datadir}/%{name}/glue/etc/*
%{_datadir}/%{name}/glue/templates
%{_datadir}/%{name}/glue/bin
%{_datadir}/%{name}/lib/Scmbug/Glue
%{_datadir}/%{name}/lib/Scmbug/Tools

#----------------------------------------------------------------------------

%package server
Summary:	Scmbug integration server
Group:		Networking/WWW
Requires:	scmbug-common = %{EVRD}

%description server
Accepts integration requests from the Scmbug glue.

%files server
%dir %{_localstatedir}/log/%{name}
%dir %{_sysconfdir}/%{name}
%{_sysconfdir}/init.d/*
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_sbindir}/*
%{_mandir}/man8/*
%{_datadir}/%{name}/lib/Scmbug/Daemon
%{_datadir}/%{name}/WebReports

#----------------------------------------------------------------------------

%package doc
Summary:	Scmbug documentation
Group:		Documentation

%description doc
Provides the Scmbug manual.

%files doc
%{_docdir}/%{name}/manual

#----------------------------------------------------------------------------

%prep
%setup -q -n SCMBUG_RELEASE_%{upstream_version}

%build
export POSIXLY_CORRECT=1
%configure2_5x
make

%install
%makeinstall

# fix documentation mess
rm -rf %{buildroot}%{_docdir}/%{name}-server
rm -rf %{buildroot}%{_docdir}/%{name}-common
rm -rf %{buildroot}%{_docdir}/%{name}-tools
mv %{buildroot}%{_docdir}/%{name}-doc %{buildroot}%{_docdir}/%{name}
install -m 644 ChangeLog* %{buildroot}%{_docdir}/%{name}


%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.26.22-5
- (1c94b1c) Build requires texlive-collection-htmlxml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14618 |14cu|scorched3d-44-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Scorched3D

Summary:	3D artillery game similar to Scorched Earth
Name:		scorched3d
Version:	44
Release:	1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.scorched3d.co.uk
Source0:	http://downloads.sourceforge.net/scorched3d/%{oname}-%{version}-src.tar.gz
# openal-soft does not provide openal-config, so fake it
Source1:	openal-config
Patch1:		scorched3d-help.patch
Patch2:		scorched3d-44-fdr-sys-lua.patch
Patch3:		scorched3d-44-fdr-syslibs.patch
Patch4:		scorched3d-43.3d-mga-freetype2.patch
BuildRequires:	jpeg-devel
BuildRequires:	imagemagick
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(vorbis)

%description
Scorched is a game loosely-based on the classic DOS game Scorched
Earth, "The Mother Of All Games", with fully destructible 3D landscapes
and stunning visual effects.

"Scorched Earth is a simple, yet exciting artillery combat game,
based on an auspicious history of artillery games."
(Review of Scorched Earth at ClassicGaming.com)

In its simplest form Scorched is an artillery game.
Tanks take turns to earn money by destroying opponents in an arena.
Scorched attempts to recreate the simple yet addictive game play
of the original game, adding amongst other new features a 3D island
environment and LAN and internet play.

%files
%doc README documentation/*
%{_gamesbindir}/%{name}*
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n scorched
%apply_patches
install -m 755 %{SOURCE1} .

# ensure we use the system versions of these
rm -f src/common/common/snprintf.c
rm -f src/common/lua/l*.{cpp,h}
rm -f src/common/lua/print.cpp

%build
touch NEWS AUTHORS ChangeLog
autoreconf -vfi
export OPENAL_CONFIG=$PWD/openal-config
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir}/%{name} \
	--with-wx-config=%{_bindir}/wx-config \
	--disable-openaltest \
	--enable-dependency-tracking

%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_gamesdatadir}/%{name}/{README,documentation}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Scorched3D
GenericName=Artillery game
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;StrategyGame;
EOF

# Extract 48x48 icon
convert data/images/tank2.ico tank2.png
install -D -m 644 tank2-0.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png


%changelog

* Wed Jul 08 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 44-1
- (bd58360) Restore spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14619 |14cu|scratch-1.4.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Disable the build of a debug package
%define		_enable_debug_package	0
%define		debug_package		%{nil}
%define		__os_install_post	/usr/lib/rpm/brp-compress %{nil}
%define		squeak_ver		4.10.2-2614

Name:		scratch
Version:	1.4.0.7
Release:	5
Summary:	Programming system and content development tool
Group:		Education
Group:		Development/Other
License:	MIT
URL:		http://scratch.mit.edu
Source0:	http://info.scratch.mit.edu/sites/infoscratch.media.mit.edu/files/file/scratch-1.4.0.7.src.tar.gz
Source1:	scratch.rpmlintrc
Patch0:		scratch_locale.patch
BuildRequires:	libv4l-devel
BuildRequires:	pkgconfig(pangocairo)
Requires:	squeak-vm

%description
Scratch is a programming language that makes it easy to create your own
interactive stories, animations, games, music, and art -- and share your
creations on the web.

%prep
%setup -q -n %{name}-%{version}.src
%patch0 -p0

rm -f Plugins/* Plugins64/* App/scratch_squeak_vm

%build

make

%install
install -d %{buildroot}%{_libdir}/%{name}/Plugins
install -m 644 Scratch.{image,ini} %{buildroot}%{_libdir}/%{name}
install -m 644 Plugins/* %{buildroot}%{_libdir}/%{name}/Plugins

install -d %{buildroot}%{_datadir}/%{name}

cp -R Media  %{buildroot}%{_datadir}/%{name}/

install -m 755 -d %{buildroot}%{_datadir}/%{name}/Projects/Animation
install -m 644 Projects/Animation/*.sb %{buildroot}%{_datadir}/%{name}/Projects/Animation/
install -m 755 -d %{buildroot}%{_datadir}/%{name}/Projects/Games
install -m 644 Projects/Games/*.sb %{buildroot}%{_datadir}/%{name}/Projects/Games/
install -m 755 -d %{buildroot}%{_datadir}/%{name}/Projects/Greetings
install -m 644 Projects/Greetings/*.sb %{buildroot}%{_datadir}/%{name}/Projects/Greetings/
install -m 755 -d %{buildroot}%{_datadir}/%{name}/Projects/Interactive\ Art
install -m 644 Projects/Interactive\ Art/*.sb %{buildroot}%{_datadir}/%{name}/Projects/Interactive\ Art/
install -m 755 -d %{buildroot}%{_datadir}/%{name}/Projects/Music\ and\ Dance
install -m 644 Projects/Music\ and\ Dance/*.sb %{buildroot}%{_datadir}/%{name}/Projects/Music\ and\ Dance/
install -m 755 -d %{buildroot}%{_datadir}/%{name}/Projects/Names
install -m 644 Projects/Names/*.sb %{buildroot}%{_datadir}/%{name}/Projects/Names/
install -m 755 -d %{buildroot}%{_datadir}/%{name}/Projects/Sensors\ and\ Motors
install -m 644 Projects/Sensors\ and\ Motors/*.sb %{buildroot}%{_datadir}/%{name}/Projects/Sensors\ and\ Motors/
install -m 755 -d %{buildroot}%{_datadir}/%{name}/Projects/Simulations
install -m 644 Projects/Simulations/*.sb %{buildroot}%{_datadir}/%{name}/Projects/Simulations/
install -m 755 -d %{buildroot}%{_datadir}/%{name}/Projects/Speak\ Up
install -m 644 Projects/Speak\ Up/*.sb %{buildroot}%{_datadir}/%{name}/Projects/Speak\ Up/
install -m 755 -d %{buildroot}%{_datadir}/%{name}/Projects/Stories
install -m 644 Projects/Stories/*.sb %{buildroot}%{_datadir}/%{name}/Projects/Stories/

install -m 755 -d %{buildroot}%{_datadir}/%{name}/Help/en/images
install -m 644 Help/en/*.pdf %{buildroot}%{_datadir}/%{name}/Help/en/
install -m 644 Help/en/*.html %{buildroot}%{_datadir}/%{name}/Help/en/
install -m 644 Help/en/*.gif %{buildroot}%{_datadir}/%{name}/Help/en/
install -m 644 Help/en/images/*.gif %{buildroot}%{_datadir}/%{name}/Help/en/images/

install -m 755 -d %{buildroot}%{_datadir}/%{name}/locale
install -m 644 locale/* %{buildroot}%{_datadir}/%{name}/locale/

install -d %{buildroot}%{_docdir}/%{name}
ln -sf %{_datadir}/%{name}/Help %{buildroot}%{_docdir}/%{name}/Help
install -m 644 {ACKNOWLEDGEMENTS,KNOWN-BUGS,LICENSE} %{buildroot}%{_docdir}/%{name}

install -d %{buildroot}%{_mandir}/man1
install -m 644 src/man/scratch.1.gz %{buildroot}%{_mandir}/man1

install -d %{buildroot}%{_datadir}/applications
install -m 644 src/%{name}.desktop %{buildroot}%{_datadir}/applications

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{48x48,128x128}/{apps,mimetypes}
install -m 644 src/icons/48x48/scratch.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
install -m 644 src/icons/128x128/scratch.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps
install -m 644 src/icons/48x48/gnome-mime-application-x-scratch-project.png %{buildroot}%{_datadir}/icons/hicolor/48x48/mimetypes
install -m 644 src/icons/128x128/gnome-mime-application-x-scratch-project.png %{buildroot}%{_datadir}/icons/hicolor/128x128/mimetypes
install -d %{buildroot}%{_datadir}/mime/packages
install -m 644 src/%{name}.xml %{buildroot}%{_datadir}/mime/packages

install -d %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/%{name} <<EOF
#!/bin/sh
# Squeakvm wrapper to load Scratch image.
#------------------------------------------------------------

/usr/bin/squeak \
-plugins %{_libdir}/scratch/Plugins:%{_libdir}/squeak/%{squeak_ver} \
-vm-sound-pulse \
%{_libdir}/scratch/Scratch.image "\${@}"
EOF
chmod +x %{buildroot}%{_bindir}/%{name}
chmod -R 755 %{buildroot}%{_datadir}/%{name}/Media

%files
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/%{name}/Help
%{_datadir}/%{name}/locale
%{_datadir}/%{name}/Projects
%{_datadir}/%{name}/Media
%doc %{_docdir}/%{name}
%{_mandir}/man1/%{name}*.1*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/icons/hicolor/48x48/apps/*
%{_datadir}/icons/hicolor/48x48/mimetypes/*
%{_datadir}/icons/hicolor/128x128/apps/*
%{_datadir}/icons/hicolor/128x128/mimetypes/*

%changelog

* Sat Jun 06 2015 Victor Ryzhikh <victorr2007@yandex.ru> 1.4.0.7-5
- (b27788c) Updated scratch.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14620 |14cu|screenfetch-dev-3.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: screenfetch-dev.spec 
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################
%define name    screenfetch-dev 
%define oname    screenFetch
%define version 3.8.0

Name:           %{name}
Version:        %{version}
Release:        1
Summary: 	Screen-shot information tool for nerds
License: 	GPLv3
Group: 		Shells
Url:		http://github.com/KittyKatt/screenFetch
Source0:	%{oname}-%{version}.tar.gz
BuildArch: 	noarch
Provides:	sfetch = %{EVRD}
Provides:	screenfetch = %{EVRD}

%description
Script to fetch system and theme settings for screen-shots in most mainstream.

%files
%doc CHANGELOG COPYING README.mkdn TODO
%{_bindir}/*
%{_mandir}/man1/screenfetch.1*
#-----------------------------------------------------------------------
%prep
%setup -qn  %{oname}-%{version}
# clean the shell before launch it.Sflo
sed -i '28iclear' screenfetch-dev

%build

%install
install -d -m 755 %{buildroot}%{_bindir}
# alias , "sfetch" is more handy to use for newbies
# and not only.Sflo
install -m 755 screenfetch-dev %{buildroot}%{_bindir}/
pushd %{buildroot}%{_bindir}
ln -s screenfetch-dev sfetch
popd
install -m 644 -p -D screenfetch.1 %{buildroot}%{_mandir}/man1/screenfetch.1



%changelog

* Thu Mar 23 2017 abfonly <abfonly@gmail.com> 3.8.0-1
- (fcc8966) Log: Update to 3.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14621 |14cu|screengen-1.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package   %{nil}
#define distsuffix mrb
%define oversion   20140909


Name:           screengen
Version:        1.8
Release:        1
License:        GPLv3
Summary:        Screen-list Generator
Url:            http://kochkin.tk/doku.php/screengen/start
Group:          Video
Source0:        http://www.kochkin.org/lib/exe/fetch.php/%{name}/%{name}-%{version}-%{oversion}.tar.bz2
BuildRequires:  qt4-devel >= 4.8
BuildRequires:  ffmpeg-devel
Requires:       ffmpeg


%description
Creates screen-list from a video file using ffmpeg-libs.
Console application (no GUI).
All parameters are specified on the command 
line or in the configuration file.

%files
%doc CHANGELOG COPYING example-scripts/
%{_bindir}/%{name}
%{_bindir}/%{name}-file
%lang(ru_RU) %{_datadir}/%{name}/translations/%{name}_ru_RU.qm
%{_datadir}/kde4/services/ServiceMenus/*.desktop
#-----------------------------------------------

%prep
%setup -qn %{name}
find . -type f -exec chmod 644 {} \;


%build
%qmake_qt4
%make 

%install
%makeinstall_qt
# kde4 integraytion
# contextuat menu entry in Dolphin
install -m755 example-scripts/screengen-file \
  %{buildroot}%{_bindir}/
  
mkdir -p %{buildroot}%{_datadir}/kde4/services/ServiceMenus
cp -pr  example-scripts/%{name}.desktop \
  %{buildroot}%{_datadir}/kde4/services/ServiceMenus/%{name}.desktop

%changelog

* Sun Apr 17 2016 abfonly <abfonly@gmail.com> 1.8-1
- (967155d) Log: Update to 1.8
- (967155d) ready for contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14622 |14cu|screengrab-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %nil

Name:		screengrab
Version:	1.0
Release: 	10
License:	GPLv2
URL:		http://screengrab.doomer.org/
Source0:	http://screengrab.doomer.org/download//%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
Summary:	Screen grabber
Group:		Graphical desktop/Other
Patch0:		screengrab-1.0-detect-lib64.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	qt4-linguist
BuildRequires:	libqxt-devel
BuildRequires:	qtsingleapplication-devel

%description
ScreenGrab -- program getting screenshots working in Linux and Windows. 
The program uses Qt and is independent from any desktop environment.
Main features:
    * grab screenshot of desktop
    * working on Window and Linux operating systems
    * save screenshots in PNG and JPEG format
    * grab screenshot with delay (1 - 90 sec)
    * hide its window
    * minimize to system tray and work from at (tray menu) 

%prep
%setup -q
find . -type f | xargs chmod 644
%apply_patches
%{__rm} -rf src/3rdparty

%build
#cmake_qt4 -DBUILD_SHARED_LIBS:BOOL=OFF -DCMAKE_BUILD_TYPE=release -DSG_USE_SYSTEM_QXT=ON
mkdir build
pushd build
%{__cmake} ../  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
		-DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \
		-DBUILD_SHARED_LIBS:BOOL=OFF \
		-DCMAKE_BUILD_TYPE=release \
		-DSG_USE_SYSTEM_QXT=ON
%make
popd

%install
%makeinstall_std -C build

%files
%doc docs/*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}
%{_libdir}/%{name}/*.so*

%changelog
* Fri Jan 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-10
+ Revision: 72b9eb0
- Added rpmlintrc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14623 |14cu|screenlets-0.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		screenlets
Version:	0.1.6
Release:	2
License:	GPLv2
Url:		http://www.screenlets.org/
Summary:	Widget mini-apps (like OSX Dashboard or Vista Gadgets)
Group:		System/X11
# https://code.launchpad.net/screenlets/trunk
Source0:	%{name}-%{version}.tar.bz2
Patch0:		fix-dotdesktop.patch
Source1:	logo24.png
BuildRequires:	python-devel
BuildRequires:	desktop-file-utils
Buildarch:	noarch
Requires(post,postun):	desktop-file-utils
Requires:	pyxdg
Requires:	dbus-python
Requires:	gnome-python-desktop
Requires:	python-beautifulsoup
Requires:	gnome-python-wnck
Suggests:	screenlets-addons

%description
Screenlets are small owner-drawn applications (written in Python) 
that can be described as "the virtual representation of things 
lying/standing around on your desk". Sticknotes, clocks, rulers, ... 
the possibilities are endless

Screenlets work best with the Widget plugin for Compiz Fusion.

%prep
%setup -q
%patch0 -p0 -b .desktop
# Fix paths
grep -rl '/usr/local' * | xargs sed -i 's,/usr/local,%{_prefix},g'

# Fix dodgy desktop files
find -name *.desktop -exec sed -i 's/^\(Exec=.*\) >.*$/\1/' {} \;

%build
python setup.py build

%install
python setup.py install --root %{buildroot}

# Remove useless egg-info file
rm -f %{buildroot}%{py_puresitedir}/*.egg-info

# Define prefix
mkdir -p %{buildroot}%{_sysconfdir}/%{name}

echo %{_prefix} > %{buildroot}%{_sysconfdir}/%{name}/prefix

# Icons
install -Dm0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/%{name}.png
install -Dm0644 desktop-menu/screenlets.svg %{buildroot}%{_datadir}/icons/screenlets.svg

desktop-file-install \
  --vendor="" \
  --add-category="Settings" \
  --add-category="DesktopSettings" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications \
  desktop-menu/%{name}-manager.desktop

echo "Icon=%{name}" >> desktop-menu/%{name}-daemon.desktop

desktop-file-install \
  --vendor="" \
  --add-category="Settings" \
  --add-category="DesktopSettings" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications \
  desktop-menu/%{name}-daemon.desktop

%find_lang %{name}

%find_lang %{name}-manager

# Clean Ubuntu icons
rm -rf %{buildroot}%{_datadir}/icons/ubuntu*

%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc CHANGELOG README TODO
%{_bindir}/*
%{_datadir}/applications/%{name}-*.desktop
%{_datadir}/%{name}
%{_datadir}/%{name}-manager
%{_iconsdir}/%{name}.*
%{_iconsdir}/hicolor/scalable/apps/*svg
%{py_puresitedir}/screenlets/*
%{_sysconfdir}/%{name}/prefix
%{_datadir}/locale/*/LC_MESSAGES/%{name}-manager.mo


%changelog
* Sat Mar 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.6-2
+ Revision: 5aa8cd6
- Suggest screenlets-addons



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14624 |14cu|screenlets-addons-0.1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		screenlets-addons
Version:	0.1.5
Release:	1
License:	GPLv2
URL:		http://www.screenlets.org/
Summary:	Widget mini-apps (like OSX Dashboard or Vista Gadgets)
Group:		System/X11
Source0:	%{name}-%{version}.tar.xz
BuildRequires:	python-devel
BuildRequires:	desktop-file-utils
BuildArch:	noarch

Requires: pyxdg
Requires: python-dbus
Requires: gnome-python-desktop
Requires: python-beautifulsoup
Requires: screenlets

%description
Screenlets Theme pack

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root %{buildroot}

%clean

%files
%{_datadir}/applications/*
%{_datadir}/screenlets/*
%{py_puresitedir}/*

%changelog
* Sat Mar 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.5-1
+ Revision: 3c87555
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14625 |14cu|sctl-0.2.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sctl
Summary:	A program designed to control Bearcat model BC-895xlt & BC-245xlt scanners
Version:	0.2.3
Release:	10
Source:		http://www.obairlann.net/~reaper/sctl/tarfiles/%{name}-%{version}.tar.gz
URL:		http://www.obairlann.net/~reaper/sctl/
Group:		Communications
License:	GPL

%description
Sctl is a program designed to control Bearcat model BC-895xlt scanners. It
may control other scanners with PC-control (aka, "serial") ports on them 
(no testing has been done yet). It provides a command-line interface, and 
is extremely small (it would be described as "fast" too, but 9600 baud 
communication makes anything seem slow). It should work with any *nix system, 
and more targets will be tested as time goes on. At present it's known to 
work with Debian 1.2 and Redhat 6.2, indicating a good chance it'll work 
on any reasonably modern Linux system.  Compatible scanners include the 
BC-245xlt.

%prep 

%setup 

%build 

%make

%install
mkdir -p %{buildroot}%{_bindir}

install sctl %{buildroot}%{_bindir}

# cleanup
find . -type d -name CVS | xargs rm -rf

%clean 

%files
%defattr(-,root,root,0755)
%{_bindir}/*
%doc BUGS Changelog CREDITS LICENSE NEWS README
%doc docs/*





%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.2.3-10
- (d9c1bc7) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14626 |14cu|scummvm-1.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An implementation of LucasArts's SCUMM interpreter
Name:		scummvm
Version:	1.9.0
Release:	1
License:	GPLv2+ and LGPLv2.1+
Group:		Games/Adventure
Url:		http://scummvm.sourceforge.net/
Source0:	http://scummvm.org/frs/scummvm/%{version}/scummvm-%{version}.tar.xz
BuildRequires:	nasm
BuildRequires:	jpeg-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libmpeg2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(theoradec)
BuildRequires:	pkgconfig(vorbis)

%description
ScummVM is an implementation of LucasArts S.C.U.M.M.
(Script Creation Utility for Maniac Mansion) interpreter, used in games
such as Monkey Island, Indiana Jones, Day Of The Tentacle, Sam and Max,
and many more. Some things are still missing, and some games cannot
be completeted yet. There are quite a few known bugs. Regardless of
the bugs it is still possible to play many games all the way through
to the end. Still other games do not load at all.

Some games such as "Beneath A Steel Sky", "Flight Of The Amazon Queen"
and "Drascula: The Vampire Strikes Back" have been released by their
developers. Install beneath-a-steel-sky, flight-of-the-amazon-queen and
drascula packages from non-free repository to play.

%files
%doc %{_docdir}/%{name}
%{_gamesbindir}/*
%{_mandir}/*/*
%{_datadir}/pixmaps/%{name}.xpm
%{_datadir}/appdata/%{name}.appdata.xml
%{_gamesdatadir}/*
%{_datadir}/applications/%{name}.desktop
%dir %{_datadir}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
./configure	--prefix=%{_prefix} \
		--bindir=%{_gamesbindir} \
		--mandir=%{_mandir} \
		--datadir=%{_gamesdatadir} \
		--enable-release \
		--enable-verbose-build \
		--opengl-mode=auto \
		--enable-all-engines \
                --enable-optimizations
%make NASMFLAGS="-Ox -gdwarf2 -f elf -Fdwarf" STRIP="true"

%install
%makeinstall_std STRIP="true"

install -m644 dists/%{name}.desktop -D %{buildroot}%{_datadir}/applications/%{name}.desktop

install -m644 dists/maemo/scummvm48.png -D %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -m644 dists/maemo/scummvm64.png -D %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
install -m644 dists/motomagx/pep/scummvm_big_usr.png -D %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -m644 icons/scummvm.svg -D %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

mkdir -p %{buildroot}%{_datadir}/%{name}


%changelog

* Thu Oct 20 2016 abondrov <andrey.bondrov@rosalab.ru> 1.9.0-1
- (2436697) Merge pull request #2 from tremod/scummvm:rosa2016.1
- (2436697) Update to 1.9.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14627 |14cu|sdb-0.10.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Simple database library
Name:		sdb
Version:	0.10.1
Release:	3
License:	LGPLv2+
Group:		Databases
Url:		http://siag.nu/libsdb/
Source0:	http://siag.nu/pub/libsdb/%{name}-%{version}.tar.gz
Patch0:		sdb-0.6.0-no_ms.diff
Patch1:		sdb-0.6.0-postgres.diff
BuildRequires:	libtool
BuildRequires:	gdbm-devel
BuildRequires:	mysql-devel
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sqlite)
BuildRequires:	pkgconfig(zlib)

%description
This is libsdb, the simple database library, which provides a way
to support multiple database management systems in an application
with negligeable overhead, in terms of code as well as system
resources. It is mainly intended for use on Unix, but the ODBC
driver works on Windows as well.

%files -n %{name}
%doc AUTHORS COPYING* ChangeLog INSTALL README*
%{_bindir}/sdb_client
%{_bindir}/sdbd
%{_bindir}/sdbd_client
%{_mandir}/man3/sdb.3*
%{_mandir}/man8/sdbd.8*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains libraries necessary for %{name}.

%files -n %{libname}
%{_libdir}/libsdb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development header files and libraries for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development header files and libraries
for %{name}.

%files -n %{devname}
%{_bindir}/sdb-config
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0

perl -pi -e "s|/usr/local/|%{_prefix}/|g" configure
perl -pi -e "s|/lib |%{_lib} |g" configure

%build
./configure \
    --with-gdbm \
    --with-mysql \
    --with-postgres \
    --with-odbc=odbc \
    --with-sqlite

perl -pi -e "s|/sbin/ldconfig|#/sbin/ldconfig|g" Makefile

make CFLAGS="%{optflags} -fPIC "\
    LDFLAGS="%{ldflags}" \
    PREFIX=%{_prefix} \
    BINDIR=%{_bindir} \
    LIBDIR=%{_libdir} \
    MANDIR=%{_mandir} \
    INCDIR=%{_includedir}

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_mandir}
install -d %{buildroot}%{_includedir}

make \
    PREFIX=%{buildroot}%{_prefix} \
    BINDIR=%{buildroot}%{_bindir} \
    LIBDIR=%{buildroot}%{_libdir} \
    MANDIR=%{buildroot}%{_mandir} \
    INCDIR=%{buildroot}%{_includedir} \
    install

# remove invalid manpages
rm -f %{buildroot}%{_mandir}/man3/sdb_*


%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.1-3
- (dab80d4) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14628 |14cu|sdcc-3.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Small Device C Compiler
Name:		sdcc
Version:	3.4.0
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://sdcc.sourceforge.net/
Source0:	http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-src-%{version}.tar.bz2
Patch0:		sdcc-3.4-mga-binutils-2.24-bfd.patch
Patch1:		sdcc-3.4.0-libiberty.patch
Patch2:		sdcc-3.4.0-strndup.patch

BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	ghostscript-common
BuildRequires:	gputils
BuildRequires:	latex2html
#BuildRequires:	lyx
BuildRequires:	boost-devel
BuildRequires:	glibc-devel
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(bdw-gc)
Requires:	gputils
Conflicts:	sdcc2.9
Obsoletes:	%{name}-doc < 3.4
Obsoletes:	%{name}2.9 < 3.0

%description
SDCC is a retargettable, optimizing ANSI-C compiler that targets the
Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08 based
MCUs. Work is in progress on supporting the Microchip PIC16 and
PIC18 series.

%files
%doc %{_docdir}/%{name}/
%{_bindir}/*
%{_datadir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%global optflags %{optflags} -Wstrict-aliasing=0
%configure2_5x \
	--enable-libgc \
	--disable-doc \
	--disable-werror \
	--disable-non-free \
	PDFOPT="/bin/cp"
make

%install
%makeinstall_std
rm -f %{buildroot}%{_includedir}/*
rm -f %{buildroot}%{_libdir}/*
mv %{buildroot}%{_docdir}/ucsim %{buildroot}%{_docdir}/%{name}/

find %{buildroot} -name INSTALL.txt -delete


%changelog

* Wed Jul 08 2015 dsilakov <denis.silakov@rosalab.ru> 3.4.0-1
- (4112ce1) Merge pull request #1 from alozhkov/sdcc:rosa2014.1
- (4112ce1) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14629 |14cu|sdd-1.52-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       sdd
Summary:    A fast and enhanced replacement for dd
Version:    1.52
Release:    4
URL:        ftp://ftp.berlios.de/pub/sdd
Source0:    %{name}-%{version}.tar.bz2
Source1:    bash-completion-sdd
Patch0:     sdd-name-conflicts-fix.patch
Patch1:		sdd-1.52-debug.patch
License:    GPL
Group:      File tools
BuildRequires:  gcc
BuildRequires:  make

%description
sdd is a replacement for dd program with some fixes and improvements including:
* better performance when input block size (ibs) is not equal to the output
  block size (obs);
* improved statistics readability;
* progress display;
* and other features.

%prep
%setup -q -n %{name}-%{version}
%apply_patches
ln -s i586-linux-cc.rul RULES/x86_64-linux-cc.rul

%build
COPTS="%{optflags}" CPPOPTS="%{optflags}" %make

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 %{buildroot}%{_datadir}/bash-completion/completions

install -m 0755 sdd/OBJ/*/sdd %{buildroot}%{_bindir}
install -p -m 0644 sdd/sdd.1 %{buildroot}%{_mandir}/man1
install -p -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/bash-completion/completions/sdd

%files
%defattr(-,root,root)

%{_bindir}/sdd
%{_mandir}/man1/sdd.1.xz
%{_datadir}/bash-completion/completions/sdd

%changelog

* Thu Jun 23 2016 Denis Silakov <dsilakov@gmail.com> 1.52-4
- (5be379e) Fix debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14630 |14cu|seamonkey-2.48-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define homepage file:///usr/share/doc/HTML/index.html

%define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
#define Werror_cflags %nil

%define minimum_build_nspr_version 4.12
%define minimum_build_nss_version 3.25

%define build_langpacks 1

%define builddir %{_builddir}/%{name}-%{version}
%define mozdir %{_libdir}/%{name}-%{version}
#beta
#release

%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)'
%define __noautoreq 'libldap60\\.so(.*)|libldif60\\.so(.*)|liblgpllibs\\.so(.*)|libprldap60\\.so(.*)|libsuite\\.so(.*)|libxul\\.so(.*)'
%endif

Summary:	Web browser, e-mail, news, IRC client, HTML editor
Name:		seamonkey
Version:	2.48
Release:	1
License:	MPLv1.1
Group:		Networking/WWW
Url:		http://http://www.seamonkey-project.org/
Source0:	https://archive.mozilla.org/pub/seamonkey/releases/%{version}/source/seamonkey-%{version}.source.tar.xz
Source1:	%{name}-langpacks-%{version}.tar.xz
Source2:	%{name}.png
Source3:	%{name}.sh.in
Source10:	%{name}-mozconfig
Source20:	%{name}-rosa-default-prefs.js
Patch0:		mozilla-2.46-homepage.patch
Patch1:		mozilla-2.26.1-nongnome-proxies.patch
Patch2:		mozilla-2.46-check_return.patch
Patch4:		mozilla-2.46-ntlm-full-path.patch
Patch5:		mozilla-2.46-skia-overflow.patch
Patch6:		mozilla-2.48-language.patch
Patch7:		mozilla-2.46-reduce-files-per-UnifiedBindings.patch

BuildRequires:	autoconf2.1
BuildRequires:	coreutils
BuildRequires:	desktop-file-utils
BuildRequires:	doxygen
BuildRequires:	imagemagick
BuildRequires:	java-rpmbuild
BuildRequires:	makedepend
BuildRequires:	perl
BuildRequires:	python-setuptools
BuildRequires:	python-simplejson
#BuildRequires:	python-virtualenv >= 1.7.2
BuildRequires:	rootcerts
BuildRequires:	unzip
BuildRequires:	valgrind
BuildRequires:	wget
BuildRequires:	yasm
BuildRequires:	zip

BuildRequires:	jpeg-devel
BuildRequires:	krb5-devel
BuildRequires:	libiw-devel
BuildRequires:	nss-static-devel

BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(valgrind)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)

Requires:	nspr >= %{minimum_build_nspr_version}
Requires:	nss >= %{minimum_build_nss_version}
Obsoletes:	%{name}-devel < %{version}
Obsoletes:	%{name}-dom-inspector < %{version}
Obsoletes:	%{name}-enigmail  < %{version}
Obsoletes:	%{name}-enigmime < %{version}
Obsoletes:	%{name}-irc < %{version}
Obsoletes:	%{name}-js-debugger < %{version}
Obsoletes:	%{name}-mail < %{version}
Obsoletes:	%{name}-spellchecker < %{version}

%description
SeaMonkey is an all-in-one Internet application suite. It includes a browser,
mail/news client, IRC client, JavaScript debugger, and a tool to inspect the
DOM for web pages. It is derived from the application formerly known as Mozilla
Application Suite.

%files
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{mozdir}
%{_datadir}/applications/*.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%patch0 -p1

# mozilla patches
pushd mozilla
# mozilla-nongnome-proxies
%patch1 -p1
%patch2 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
popd

rm -f .mozconfig
cp %{SOURCE10} .mozconfig

%build
# Mozilla builds with -Wall with exception of a few warnings which show up
# everywhere in the code; so, don't override that.
#
# Disable C++ exceptions since Mozilla code is not exception-safe
#
%global optflags %(echo %{optflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//' -e 's/-Wa,--compress-debug-sections//' -e 's/-Wall//' -e 's/-fexceptions/-fno-exceptions/g')
MOZ_OPT_FLAGS='%{optflags}'
export CFLAGS=$MOZ_OPT_FLAGS
export CXXFLAGS=$MOZ_OPT_FLAGS

export PREFIX='%{_prefix}'
export LIBDIR='%{_libdir}'

MOZ_SMP_FLAGS=%{_smp_mflags}

make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS" MOZ_PKG_FATAL_WARNINGS=0

%install
DESTDIR=%{buildroot} make -f client.mk install

# we don't want to ship mozilla's default sidebar components
rm -f %{buildroot}/%{mozdir}/searchplugins/bugzilla.gif
rm -f %{buildroot}/%{mozdir}/searchplugins/bugzilla.src
rm -f %{buildroot}/%{mozdir}/searchplugins/dmoz.gif
rm -f %{buildroot}/%{mozdir}/searchplugins/dmoz.src
rm -f %{buildroot}/%{mozdir}/searchplugins/lxrmozilla.gif
rm -f %{buildroot}/%{mozdir}/searchplugins/lxrmozilla.src
rm -f %{buildroot}/%{mozdir}/searchplugins/mozilla.gif
rm -f %{buildroot}/%{mozdir}/searchplugins/mozilla.src
rm -f %{buildroot}/%{mozdir}/plugins/libnullplugin.so

# the %%makeinstall_std macro also install files that we don't need (yet?)
rm -rf %{buildroot}%{_datadir}/idl

echo > %{name}.lang
%if %{build_langpacks}
# Install langpacks
mkdir -p %{buildroot}%{mozdir}/extensions
tar xf %{SOURCE1}
for langpack in `ls seamonkey-langpacks/*.xpi`; do
  language=$(basename $langpack .xpi | sed 's/^seamonkey-//' | sed 's/\.langpack$//' | sed 's/\([0-9]\{1,2\}\.\)*//')
  extensiondir=%{buildroot}%{mozdir}/extensions/langpack-$language@seamonkey.mozilla.org
  mkdir -p $extensiondir
  unzip $langpack -d $extensiondir
  find $extensiondir -type f | xargs chmod 644

  jarfile=$extensiondir/chrome/$language.jar

  sed -i -e "s|browser.startup.homepage.*$|browser.startup.homepage=%{homepage}|g;" \
         $extensiondir/chrome/$language/locale/$language/navigator-region/region.properties

  pushd $extensiondir/chrome/$language
  zip -r -D $jarfile locale
  popd

  language=`echo $language | sed -e 's/-/_/g'`
  extensiondir=`echo $extensiondir | sed -e "s,^%{buildroot},,"`
  echo "%%lang($language) $extensiondir" >> %{name}.lang
done
rm -rf firefox-langpacks
%endif # build_langpacks


# set up our desktop files
install -m 755 -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=SeaMonkey Navigator
Comment=Seamonkey Navigator web browser
Exec=%{_bindir}/%{name} %u
Icon=%{name}.png
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Network;WebBrowser;X-MandrivaLinux-Internet-WebBrowsers;
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
StartupWMClass=Seamonkey-bin
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-mail.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=SeaMonkey Mail
Comment=Seamonkey Mail & Newsgroups e-mail client
Exec=%{_bindir}/%{name} -mail
Icon=%{name}.png
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;X-MandrivaLinux-Internet-Mail;Office;Network;Email;
MimeType=x-scheme-handler/mailto;
StartupWMClass=Seamonkey-bin
EOF

#Icons
mkdir -p %{buildroot}%{_datadir}/pixmaps/
install -c -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
install -m 644 %{SOURCE2} %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE2} %{buildroot}%{_liconsdir}/%{name}.png
convert %{buildroot}%{_miconsdir}/%{name}.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert %{buildroot}%{_iconsdir}/%{name}.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png


#Link to existing plugins
if [ -d %{buildroot}/%{mozdir}/plugins ]; then
rm -rf %{buildroot}/%{mozdir}/plugins
fi
ln -s %{_libdir}/mozilla/plugins %{buildroot}/%{mozdir}/plugins

# install our seamonkey.sh file
rm -rf %{buildroot}/usr/bin/%{name}
cat %{SOURCE3} | sed -e 's/MOZILLA_VERSION/%{version}/g' \
		     -e 's,LIBDIR,%{_libdir},g' > \
  %{buildroot}%{_bindir}/%{name}

chmod 0755 %{buildroot}%{_bindir}/%{name}

# set up our default preferences
cat %{SOURCE20} | sed -e 's,SEAMONKEY_RPM_VR,%{version}-%{release},g' > \
        %{buildroot}/mdv-default-prefs
cp %{buildroot}/mdv-default-prefs %{buildroot}/%{mozdir}/defaults/pref/all-mandriva.js
rm %{buildroot}/mdv-default-prefs

#remove unneeded files
rm -f %{buildroot}%{mozdir}/.autoreg
rm -f %{buildroot}%{mozdir}/removed-files
rm -f %{buildroot}%{mozdir}/update.locale
rm -f %{buildroot}%{mozdir}/updater.ini

rm -rf %{buildroot}%{_libdir}/%{name}-devel-%{version}
rm -rf %{buildroot}%{_includedir}


%changelog

* Tue Aug 08 2017 alzim <alzim@bk.ru> 2.48-1
- (9956420) Merge pull request #1 from alekseyz/seamonkey:rosa2014.1
- (9956420) Updated to 2.48



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14631 |14cu|searchandrescue-1.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name    SearchAndRescue

%define title       SearchAndRescue
%define longtitle   Helicopter simulator

Name:           searchandrescue
Version:        1.5.0
Release:        1
Summary:        Helicopter simulator
License:        GPL
Group:          Games/Other
Url:            http://searchandrescue.sourceforge.net/
Source0:        http://downloads.sourceforge.net/project/searchandrescue/Program/SearchAndRescue-%version.tar.gz
Patch0:		SearchAndRescue-1.1.0-link.patch
Patch1:		searchandrescue-1.4.0-compile.patch
Requires:       %{name}-data
BuildRequires:  jsw-devel
BuildRequires:  yiff-devel
BuildRequires:  SDL-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:  imagemagick

%description
Changing the pace of recent sterotypical game themes, Search and Rescue aims to
create a plot based on positive goals such as saving victims in varying 
situations of distress.
The player will be given the chance to pilot different types of rescue aircraft
in a variety of search and rescue style missions.
Search and Rescue is highly customizeable by allowing intermediate players to 
create their own missions and allowing experianced players to design their own 
aircraft and scenery.  

%prep
%setup -q -n %{name}_%{version}
%patch0 -p0 -b .link~
%patch1 -p1 -b .compile~

%build
export CFLAGS="%{optflags}"
export LD_LIBRARY_PATH=%{_libdir}
export CPP="g++ %ldflags "
./configure Linux -v --disable=arch-i686 --libdir="-L%{_libdir}"
make all

%install
make PREFIX=%{buildroot}%{_prefix} MAN_DIR=%{buildroot}%{_mandir}/man6 install

# icons
convert sar/icons/%{Name}.xpm -resize 16x16 %{name}-16.png
convert sar/icons/%{Name}.xpm -resize 32x32 %{name}-32.png
convert sar/icons/%{Name}.xpm %{name}-48.png
install -D -m 644 %{name}-16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 644 %{name}-32.png %{buildroot}%{_iconsdir}/%{name}.png 
install -D -m 644 %{name}-48.png %{buildroot}%{_liconsdir}/%{name}.png 

install -d -m 755 %{buildroot}%{_datadir}/pixmaps

# menu entry

install -d -m 755 %{buildroot}%{_datadir}/applications
cat >  %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{title}
Comment=%{longtitle}
Comment[ru]=Симулятор вертолета
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;Simulation;
EOF

%files
%doc AUTHORS  HACKING  INSTALL  README
%{_gamesbindir}/*
%{_mandir}/man6/*
%{_datadir}/pixmaps/*.xpm
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

%changelog

* Sat Jul 04 2015 dsilakov <denis.silakov@rosalab.ru> 1.5.0-1
- (e1bc229) Merge pull request #1 from alozhkov/searchandrescue:rosa2014.1
- (e1bc229) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14632 |14cu|sec-2.7.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           sec
Version:        2.7.6
Release:        1
Summary:        Simple Event Correlator script to filter log file entries
Group:          System/Servers
License:        GPLv2+
URL:            http://simple-evcorr.sourceforge.net/
Source0:        http://downloads.sourceforge.net/simple-evcorr/%{name}-%{version}.tar.gz
Source1:        sec.service
Source3:        sec.logrotate
# Example files and configuration info
Source4:        conf.README
Source5:        http://simple-evcorr.sourceforge.net/rulesets/amavisd.sec
Source6:        http://simple-evcorr.sourceforge.net/rulesets/bsd-MONITOR.sec
Source7:        http://simple-evcorr.sourceforge.net/rulesets/bsd-PHYSMOD.sec
Source8:        http://simple-evcorr.sourceforge.net/rulesets/bsd-USERACT.sec
Source9:        http://simple-evcorr.sourceforge.net/rulesets/bsd-general.sec
Source10:       http://simple-evcorr.sourceforge.net/rulesets/bsd-mpd.sec
Source11:       http://simple-evcorr.sourceforge.net/rulesets/cisco-syslog.sec
Source12:       http://simple-evcorr.sourceforge.net/rulesets/cvs.sec
Source13:       http://simple-evcorr.sourceforge.net/rulesets/dameware.sec
Source14:       http://simple-evcorr.sourceforge.net/rulesets/hp-openview.sec
Source15:       http://simple-evcorr.sourceforge.net/rulesets/labrea.sec
Source16:       http://simple-evcorr.sourceforge.net/rulesets/pix-general.sec
Source17:       http://simple-evcorr.sourceforge.net/rulesets/pix-security.sec
Source18:       http://simple-evcorr.sourceforge.net/rulesets/pix-url.sec
Source19:       http://simple-evcorr.sourceforge.net/rulesets/portscan.sec
Source20:       http://simple-evcorr.sourceforge.net/rulesets/snort.sec
Source21:       http://simple-evcorr.sourceforge.net/rulesets/snortsam.sec
Source22:       http://simple-evcorr.sourceforge.net/rulesets/ssh-brute.sec
Source23:       http://simple-evcorr.sourceforge.net/rulesets/ssh.sec
Source24:       http://simple-evcorr.sourceforge.net/rulesets/vtund.sec
Source25:       http://simple-evcorr.sourceforge.net/rulesets/windows.sec
BuildArch:      noarch

BuildRequires:  systemd

Requires:       logrotate

Requires(post):   systemd
Requires(preun):  systemd
Requires(postun): systemd

%description
SEC is a simple event correlation tool that reads lines from files, named
pipes, or standard input, and matches the lines with regular expressions,
Perl subroutines, and other patterns for recognizing input events.
Events are then correlated according to the rules in configuration files,
producing output events by executing user-specified shell commands, by
writing messages to pipes or files, etc.

%prep
%setup -q

%build

%install
# Install SEC and its associated files
install -D -m 0755 -p sec        %{buildroot}%{_bindir}/sec
install -D -m 0644 -p sec.man    %{buildroot}%{_mandir}/man1/sec.1
install -D -m 0644 -p %{SOURCE1} %{buildroot}%{_unitdir}/sec.service
install -D -m 0644 -p %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/sec

# Install the example config files and readme
install -D -m 0644 -p %{SOURCE4} %{buildroot}%{_sysconfdir}/%{name}/README
install -d -m 0755  examples
install -m 0644 -p %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} \
                   %{SOURCE9} %{SOURCE10} %{SOURCE11} %{SOURCE12} \
                   %{SOURCE13} %{SOURCE14} %{SOURCE15} %{SOURCE16} \
                   %{SOURCE17} %{SOURCE18} %{SOURCE19} %{SOURCE20} \
                   %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} \
                   %{SOURCE25} examples/

# Remove executable bits because these files get packed as docs
chmod 0644 contrib/convert.pl contrib/swatch2sec.pl

%post
%systemd_post sec.service

%preun
%systemd_preun sec.service

%postun
%systemd_postun_with_restart sec.service

%clean

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README contrib/convert.pl contrib/itostream.c contrib/swatch2sec.pl examples
%config(noreplace) %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/sec
%{_bindir}/sec
%{_mandir}/man1/sec.1*
%{_unitdir}/sec.service


%changelog
* Sat Oct 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.6-1
+ Revision: abe002a
- Updated to 2.7.6, migrated to systemd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14633 |14cu|semicontrol-0.1-69
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  oname semicontrol.love
%define  distuffix mrb

Name:           semicontrol
Version:        0.1
Release:        69
Summary:        A simple puzzle game
Group:          Games/Arcade
License:        GPLv3+
Url:            https://gordebak.itch.io/semicontrol
Source0:        %{oname}
BuildRequires:  imagemagick
BuildRequires:  zip

Requires:       love
BuildArch:      noarch

%description
A simple puzzle game where you try to put 
the disc on the right in the red square by 
moving the disc on the left. 
Green squares reverses the movement relationship.
This game is a prototype. 
But the response I got for it was positive, 
so I decided to work on it more. 
Currently there are 22 levels in the game.
Semicontrol is open source.


%files
%doc license.txt
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/%{oname}
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep 
%setup -q -c -n semicontrol

%build

%install
# data
install -D -m 644 %{SOURCE0} %{buildroot}%{_gamesdatadir}/%{name}/%{oname}


# wrapper
mkdir -p %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
#!/bin/sh
love %{_gamesdatadir}/%{name}/%{oname}
EOF
chmod 0755 %{buildroot}%{_gamesbindir}/%{name}

# Desktop entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
GenericName=%{summary}
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size -background transparent -gravity Center images/ic_launcher.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done


%changelog

* Mon May 08 2017 abfonly <abfonly@gmail.com> 0.1-69
- (669e757) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14634 |14cu|ser2net-2.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Serial to network proxy
Name:		ser2net
Version:	2.9.1
Release:	2
License:	GPLv2+
Group:		System/Servers
Source0:	http://dl.sourceforge.net/ser2net/%{name}-%{version}.tar.gz
Source1:	ser2net.service
URL:		http://ser2net.sourceforge.net/
BuildRequires:	libwrap-devel

%description
Make serial ports available to network via TCP/IP connection.

%prep
%setup -q

%build
%configure2_5x --with-tcp-wrappers
%make

%install
%makeinstall_std

%{__install} -Dpm644 %{name}.conf %{buildroot}/%{_sysconfdir}/%{name}.conf
%{__install} -Dpm755 %{SOURCE1} %{buildroot}/%{_unitdir}/%{name}.service

%post
%systemd_post ser2net.service

%preun
%systemd_preun ser2net.service

%postun
%systemd_postun_with_restart ser2net.service

%files
%doc AUTHORS ChangeLog NEWS README
%{_sbindir}/ser2net
%{_mandir}/man8/ser2net.8*
%{_unitdir}/%{name}*
%config(noreplace) %{_sysconfdir}/%{name}.conf



%changelog
* Sat Oct 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.1-2
+ Revision: 8af75b9
- Fix typo in service name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14635 |14cu|serd-0.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define api 0
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Lightweight RDF syntax library
Name:		serd
Version:	0.24.0
Release:	1
License:	MIT
Group:		System/Libraries
Url:		http://drobilla.net/software/
Source0:	http://download.drobilla.net/%{name}-%{version}.tar.bz2
BuildRequires:	waf

%description
Lightweight C library for RDF syntax which supports reading
and writing Turtle and NTriples. Serd is not intended to be a swiss-army
knife of RDF syntax, but rather is suited to resource limited or
performance critical applications, or situations where a simple
reader/writer with minimal dependencies is ideal
(e.g. in LV2 hosts or plugins).

%files
%{_bindir}/serdi
%{_mandir}/man1/serdi.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Lightweight RDF syntax library
Group:		System/Libraries
Conflicts:	%{_lib}serd0 < 0.18.2-3
Obsoletes:	%{_lib}serd0 < 0.18.2-3

%description -n %{libname}
Lightweight C library for RDF syntax which supports reading
and writing Turtle and NTriples. Serd is not intended to be a swiss-army
knife of RDF syntax, but rather is suited to resource limited or
performance critical applications, or situations where a simple
reader/writer with minimal dependencies is ideal
(e.g. in LV2 hosts or plugins).

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for the Lightweight RDF syntax library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files needed to build applications against serd.

%files -n %{devname}
%{_libdir}/lib%{name}-%{api}.so
%dir %{_includedir}/%{name}-%{api}/%{name}
%{_includedir}/%{name}-%{api}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./waf configure \
	--prefix=%{_prefix} \
	--mandir=%{_mandir} \
	--libdir=%{_libdir}
./waf

%install
./waf install --destdir=%{buildroot}

%changelog

* Mon Sep 26 2016 alzim <alzim@bk.ru> 0.24.0-1
- (aaa5677) Merge pull request #2 from import/serd:rosa2016.1
- (aaa5677) Updated to 0.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14636 |14cu|sethdlc-1.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package	%nil

Summary:	HDLC card configurator
Name:		sethdlc
Version:	1.18
Release:	1
License:	GPLv2+
Group:          System/Kernel and hardware
URL:		http://hq.pm.waw.pl/hdlc/
Source0:	http://www.kernel.org/pub/linux/utils/net/hdlc/%{name}-%{version}.tar.gz
Patch0:		sethdlc-no-kernel-headers.patch

%description
Sethdlc utility for 2.4/2.6 kernels. The sethdlc utility is used to configure
certain HDLC cards. General HDLC layer for Linux is an interface between
low-level hardware drivers for synchronous serial (HDLC) cards and the rest of
kernel networking.

%prep

%setup -q -n %{name}-%{version}
%apply_patches
# remove prebuilt binary included in the tarball
rm -f sethdlc

%build
%setup_compile_flags
%make CFLAGS="%{optflags}"

%install
install -d %{buildroot}%{_bindir}
install -m0755 sethdlc %{buildroot}%{_bindir}/

%files
%{_bindir}/sethdlc

%changelog

* Sat Jul 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.18-1
- (54d8faf) Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14637 |14cu|sfc-0.018-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sfc
Summary:	SoundFontCombi - ALSA MIDI event mixer
Version:	0.018
Release:	4
License:	GPLv2
Group:		Sound
URL:		http://personal.telefonica.terra.es/web/soudfontcombi
Source:		%{name}-%{version}.tar.gz
Patch0:		sfc-0.018-debug.patch
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(x11)

%description
SoudFontCombi uses the ALSA sequencer to route MIDI events. You have 8 parts
and 2 MIDI ports, and you can produce combinations of sounds like some fancy
synthetizers.

%prep
%setup -q
%apply_patches

%build
export CXXFLAGS="%{optflags}"
autoreconf -fiv
%configure2_5x
%make

%install
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=Audio;
Icon=sound_section
Name=SoundFontCombi
Comment=MIDI event mixer
Comment[ru]=Микшер MIDI-событий
Categories=AudioVideo;Player;Audio;
EOF

%files
%doc AUTHORS ChangeLog README COPYING
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop


%changelog

* Thu Jun 23 2016 Denis Silakov <dsilakov@gmail.com> 0.018-4
- (becea47) Fix debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14638 |14cu|sflphone-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A robust standards-compliant enterprise softphone
Name:		sflphone
Version:	1.3.0
Release:	4
# pjsip is GPLv2+; sflphone-common is GPLv3+
License:	GPLv2+ and GPLv3+
Group:		Communications
Url:		http://www.sflphone.org/
#Source0:	https://projects.savoirfairelinux.com/attachments/download/2865/%{name}-%{version}.tar.gz
# some files are missed in original tarball, so using version from git
Source0:	https://projects.savoirfairelinux.com/attachments/download/9198/%{name}-%{version}.tar.gz
BuildRequires:	astyle
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	rarian
BuildRequires:	yelp-tools
BuildRequires:	gsm-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(celt)
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-c++-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(evolution-data-server-1.2)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libccext2)
BuildRequires:	pkgconfig(libccrtp)
BuildRequires:	pkgconfig(libebook-1.2)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libzrtpcpp)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(yaml-0.1)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(webkitgtk-3.0)
Suggests:	%{name}-client

%description
SFLphone is a robust standards-compliant enterprise softphone, for desktop and
embedded systems. It is designed to handle several hundreds of calls a day.

Features highlight:
  o  UI-independant telephony core
  o  Enterprise scalability functions
  o  GNOME, KDE and CLI clients
  o  SIP and IAX2 protocols support
  o  Multi-line, call transfer, call hold, call recording
  o  Multi-way conferencing
  o  High definition audio codecs
  o  Signalling and voice encryption (TLS, SRTP)
  o  Pulseaudio support

%files
%doc daemon/AUTHORS daemon/NEWS daemon/README daemon/TODO
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/codecs/
%{_libdir}/%{name}/sflphoned
%{_datadir}/dbus-1/services/org.sflphone.SFLphone.service
%{_mandir}/man1/sflphoned*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/ringtones/

#----------------------------------------------------------------------------

%package plugins
Summary:	A robust standards-compliant enterprise softphone
License:	GPLv3+
Requires:	%{name}

%description plugins
Plugins for SFLphone software phone.

%files plugins
%doc plugins/AUTHORS plugins/NEWS plugins/README
%{_libdir}/%{name}/plugins/

#----------------------------------------------------------------------------

%package client-gnome
Summary:	A robust standards-compliant enterprise softphone
License:	GPLv3+
Requires:	%{name}
Provides:	%{name}-client = %{EVRD}

%description client-gnome
This package contains the GNOME client for SFLphone.

%files client-gnome -f %{name}.lang
%doc gnome/AUTHORS gnome/README gnome/NEWS
%{_bindir}/%{name}
%{_bindir}/%{name}-client-gnome
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/sflphone.1*
%{_mandir}/man1/sflphone-client-gnome.1*
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/%{name}/*.svg
%{_datadir}/%{name}/*.gif
%{_datadir}/%{name}/ui/
%{_datadir}/glib-2.0/schemas/org.sflphone.SFLphone.gschema.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
pushd daemon/libs/pjproject-2.1.0
%configure2_5x --enable-libsamplerate
make dep
make
popd

pushd daemon
./autogen.sh
%configure2_5x
%make
popd

pushd plugins
./autogen.sh
%configure2_5x
%make
popd

pushd gnome
./autogen.sh
%configure2_5x --disable-schemas-install --disable-silent-rules
%make
popd

%install
%makeinstall_std -C daemon
%makeinstall_std -C plugins
%makeinstall_std -C gnome

%find_lang %{name} --with-gnome


%changelog

* Fri Mar 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.0-4
- (9809f24) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14639 |14cu|sfml2-2.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname SFML

%define	major		2.3
%define	minor		2

%define	libname_a	%mklibname %{name}-audio %{major}
%define	libname_g	%mklibname %{name}-graphics %{major}
%define	libname_n	%mklibname %{name}-network %{major}
%define	libname_s	%mklibname %{name}-system %{major}
%define	libname_w	%mklibname %{name}-window %{major}
%define	devname		%mklibname %{name} -d

Summary:	Simple and Fast Multimedia Library
Name:		sfml2
Version:	2.3.2
Release:	2
License:	zlib/libpng License
Group:		System/Libraries
Url:		http://www.sfml-dev.org
Source0:	http://www.sfml-dev.org/download/sfml/%{version}/%{oname}-%{version}-sources.zip
Patch0:		SFML-2.3.2-cmake.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	udev-devel

%description
SFML is a portable and easy to use multimedia API written in C++.

Its features are :
 - portability,
 - object-oriented design,
 - flexibility (a lot of small packages),
 - easy to use,
 - easy to integrate with GUI toolkits.

The library is divided in 5 small packages :
 - audio
 - graphics
 - network
 - system
 - window

%files
%defattr(0644,root,root,0755)
%doc readme.txt license.txt

#----------------------------------------------------------------------------

%package -n %{libname_a}
Summary:	Dynamic libraries from %{name}-audio
Group:		System/Libraries
Provides:	%{name}-audio = %{EVRD}
Conflicts:	%{_lib}sfml2-audio2.0 < 2.1
Obsoletes:	%{_lib}sfml2-audio2.0 < 2.1

%description -n %{libname_a}
Dynamic libraries from %{name}-audio.

%files -n %{libname_a}
%{_libdir}/libsfml-audio.so.%{major}
%{_libdir}/libsfml-audio.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_g}
Summary:	Dynamic libraries from %{name}-graphics
Group:		System/Libraries
Provides:	%{name}-graphics = %{EVRD}
Conflicts:	%{_lib}sfml2-graphics2.0 < 2.1
Obsoletes:	%{_lib}sfml2-graphics2.0 < 2.1

%description -n %{libname_g}
Dynamic libraries from %{name}-graphics.

%files -n %{libname_g}
%{_libdir}/libsfml-graphics.so.%{major}
%{_libdir}/libsfml-graphics.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_n}
Summary:	Dynamic libraries from %{name}-network
Group:		System/Libraries
Provides:	%{name}-network = %{EVRD}
Conflicts:	%{_lib}sfml2-network2.0 < 2.1
Obsoletes:	%{_lib}sfml2-network2.0 < 2.1

%description -n %{libname_n}
Dynamic libraries from %{name}-network.

%files -n %{libname_n}
%{_libdir}/libsfml-network.so.%{major}
%{_libdir}/libsfml-network.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_s}
Summary:	Dynamic libraries from %{name}-system
Group:		System/Libraries
Provides:	%{name}-system = %{EVRD}
Conflicts:	%{_lib}sfml2-system2.0 < 2.1
Obsoletes:	%{_lib}sfml2-system2.0 < 2.1

%description -n %{libname_s}
Dynamic libraries from %{name}-system.

%files -n %{libname_s}
%{_libdir}/libsfml-system.so.%{major}
%{_libdir}/libsfml-system.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_w}
Summary:	Dynamic libraries from %{name}-window
Group:		System/Libraries
Provides:	%{name}-window = %{EVRD}
Conflicts:	%{_lib}sfml2-window2.0 < 2.1
Obsoletes:	%{_lib}sfml2-window2.0 < 2.1

%description -n %{libname_w}
Dynamic libraries from %{name}-window.

%files -n %{libname_w}
%{_libdir}/libsfml-window.so.%{major}
%{_libdir}/libsfml-window.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header and .so files for %{name}
Group:		Development/C++
Requires:	%{name}-audio = %{EVRD}
Requires:	%{name}-graphics = %{EVRD}
Requires:	%{name}-network = %{EVRD}
Requires:	%{name}-system = %{EVRD}
Requires:	%{name}-window = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	libsfml-audio-devel < %{version}
Conflicts:	libsfml-graphics-devel < %{version}
Conflicts:	libsfml-network-devel < %{version}
Conflicts:	libsfml-system-devel < %{version}
Conflicts:	libsfml-window-devel < %{version}

%description -n %{devname}
Includes files for developing programs based on %{name}.

%files -n %{devname}
%defattr(0644,root,root,0755)
%{_includedir}/SFML
%{_libdir}/libsfml-*.so
%{_datadir}/cmake/Modules/*.cmake
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package doc
Summary:	Documenation for %{name}
Group:		Books/Computer books
BuildArch:	noarch

%description doc
Documenation for %{name}.

%files doc
%defattr(0644,root,root,0755)
%doc examples build/doc/html

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%cmake -DSFML_BUILD_DOC=TRUE -DSFML_INSTALL_PKGCONFIG_FILES=TRUE
%make

%install
%makeinstall_std -C build

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14640 |14cu|shared-color-targets-0.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %nil

Summary: Shared color targets for creating color profiles
Name: shared-color-targets
Version: 0.1.3
Release: 1
URL: http://github.com/hughsie/shared-color-targets
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
License: GPLv2+ and Public Domain and CC-BY-SA
Group: System/Libraries
BuildArchitectures: noarch

%description 
The shared-color-targets package contains various targets which are useful for
programs that create ICC profiles.
This package only contains the free targets that can be safely distributed
with Fedora.

%prep
%setup -q

%build
%configure2_5x

%install
%makeinstall_std

%files
%doc AUTHORS COPYING
%dir %{_datadir}/color/targets
%{_datadir}/color/targets/*.it8
%dir %{_datadir}/shared-color-targets

# Wolf Faust
%dir %{_datadir}/shared-color-targets/wolf_faust
%{_datadir}/shared-color-targets/wolf_faust/*
%dir %{_datadir}/color/targets/wolf_faust
%dir %{_datadir}/color/targets/wolf_faust/reflective
%{_datadir}/color/targets/wolf_faust/reflective/*.it8
%dir %{_datadir}/color/targets/wolf_faust/transmissive
%{_datadir}/color/targets/wolf_faust/transmissive/*.it8
%changelog

* Mon Jul 06 2015 dsilakov <denis.silakov@rosalab.ru> 0.1.3-1
- (184421e) Merge pull request #1 from alozhkov/shared-color-targets:rosa2014.1
- (184421e) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14641 |14cu|shelldap-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		shelldap
Version:	1.3.1
Release:	1
Summary:	LDAP shell
License:	BSD
Group:		Networking/Other
URL:		http://projects.martini.nu/shelldap
Source:		shelldap
BuildArch:	noarch
Requires:	perl-Term-ReadLine-Gnu

%description
A handy shell-like interface for browsing LDAP servers and editing their
content. It keeps command history, has sane autocompletes, credential caching,
site-wide and individual configs, and it's fun to say. Shelldap! Shelldap!
Shelldap!

%prep
%setup -q -T -c shelldap-%{version}
install %{SOURCE0} shelldap

%build
pod2man shelldap shelldap.1

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 shelldap %{buildroot}%{_bindir}
install -m 644 shelldap.1 %{buildroot}%{_mandir}/man1

%files
%{_bindir}/shelldap
%{_mandir}/man1/shelldap.1*

%changelog

* Wed Jul 08 2015 abondrov <andrey.bondrov@rosalab.ru> 1.3.1-1
- (5df81dc) Merge pull request #1 from alozhkov/shelldap:rosa2014.1
- (5df81dc) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14642 |14cu|shflags-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       shflags
Version:    1.0.3
Release:    1
Summary:    Simple handling of command-line flags in Bourne based Unix scripts
Group:      Development/Other
License:    LGPLv2
URL:        http://code.google.com/p/shflags/
Source0:    http://shflags.googlecode.com/files/shflags-1.0.3.tgz
BuildArch:  noarch

Requires:   config(util-linux)

%description
Shell Flags (shFlags) is a library written to greatly
simplify the handling of command-line flags in 
Bourne based Unix shell scripts (bash, dash, ksh, sh, zsh)
on many Unix OSes (Linux, Solaris, Mac OS X, etc.).

Most shell scripts use getopt for flags processing,
but the different versions of getopt on various OSes
make writing portable shell scripts difficult. shFlags
instead provides an API that doesn't change across shell
and OS versions so the script writer can be confident 
that the script will work.

shFlags is a port of the google-gflags C++/Python library.

%prep
%setup -q
chmod -x examples/*.sh

%build

%check
pushd src
sh shflags_test_defines.sh
sh shflags_test_parsing.sh
sh shflags_test_public.sh
sh shflags_test_private.sh
sh shflags_test.sh
popd

%install
mkdir -p %{buildroot}/%{_datadir}/%{name}
cp -p src/shflags %{buildroot}/%{_datadir}/%{name}/.

%files
%doc README.txt README.html doc/ examples/
%{_datadir}/%{name}


%changelog

* Fri Aug 07 2015 Eugene Budanov <eugene.budanov@rosalab.ru> 1.0.3-1
- (8b72d6b) Initial port



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14643 |14cu|shinken-2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shinken_user shinken
%define shinken_group shinken

Name:           shinken
Version:        2.2
Release:        1
Summary:        Python Monitoring tool
License:        AGPLv3+
Group:          Networking/Other
URL:            http://www.shinken-monitoring.org
Source0:        https://github.com/naparuba/%{name}/archive/%{version}.tar.gz
Source1:        %{name}.8shinken
Source2:        path.cfg
Requires:       python
Requires:       python-simplejson
Requires:       python-pycurl
Requires:       python-cherrypy
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Buildarch:      noarch

%description
Shinken is a new monitoring tool written in Python. 
The main goal of Shinken is to allow users to have a fully flexible 
architecture for their monitoring system that can easily scale to large 
environments.
Shinken also provides interfaces with NDODB and Merlin database, 
Livestatus connector Shinken does not include any human interfaces.

%package arbiter
Summary:    Shinken Arbiter Daemon
Requires:   %{name} = %{version}-%{release}
Requires(post):  rpm-helper
Requires(preun): rpm-helper

%description arbiter
The arbiter daemon reads the configuration, divides it into parts (N
schedulers = N parts), and distributes them to the appropriate Shinken
daemons

%package reactionner
Summary:    Shinken Reactionner Daemon
Requires:   %{name} = %{version}-%{release}
Requires(post):  rpm-helper
Requires(preun): rpm-helper

%description reactionner
The reactionner daemon issues notifications and launches
event_handlers.

%package scheduler
Summary:    Shinken Scheduler Deamon
Requires:   %{name} = %{version}-%{release}
Requires(post):  rpm-helper
Requires(preun): rpm-helper

%description scheduler
The scheduler daemon manages the dispatching of checks and actions to
the poller and reactionner daemons respectively.

%package poller
Summary:    Shinken Poller Deamon
Requires:   %{name} = %{version}-%{release}
Recommends:   nagios-plugins
Requires(post):  rpm-helper
Requires(preun): rpm-helper

%description poller
The poller daemon launches check plugins as requested by schedulers.
When the check is finished it returns the result to the schedulers.

%package broker
Summary:    Shinken Broker Deamon
Requires:   %{name} = %{version}-%{release}
Requires:   python-redis
Requires:   python-memcached
Requires(post):  rpm-helper
Requires(preun): rpm-helper

%description broker
The broker daemon exports and manages data from schedulers. The broker
uses modules exclusively to get the job done.

%package receiver
Summary:    Shinken Receiver Deamon
Requires:   %{name} = %{version}-%{release}
Requires(post):  rpm-helper
Requires(preun): rpm-helper

%description receiver
The receiver daemon receives passive check data and serves as a
distributed command buffer.  The receiver is an optional component,
install it if you want to receive passive check data or have a
distributed command buffer.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install -O1 --root %{buildroot} --install-scripts=/usr/sbin/

install -d -m 755 %{buildroot}%{_sbindir}
install -p -m 755 bin/shinken-{arbiter,broker,poller,reactionner,receiver,scheduler} %{buildroot}%{_sbindir}

install -d -m 755 %{buildroot}%{py_puresitedir}/%{name}
install -p %{name}/*.py %{buildroot}%{py_puresitedir}/%{name}

rm -rf %{buildroot}%{_sysconfdir}/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 644 etc/%{name}.cfg %{buildroot}%{_sysconfdir}/%{name}/%{name}.cfg

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/daemons
install -m 644 etc/daemons/{brokerd,pollerd,reactionnerd,receiverd,schedulerd}.ini %{buildroot}%{_sysconfdir}/%{name}/daemons

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/{arbiters,brokers,pollers,schedulers,reactionners,receivers}
install -m 644 etc/arbiters/arbiter-master.cfg \
    %{buildroot}%{_sysconfdir}/%{name}/arbiters
install -m 644 etc/brokers/broker-master.cfg \
    %{buildroot}%{_sysconfdir}/%{name}/brokers
install -m 644 etc/pollers/poller-master.cfg \
    %{buildroot}%{_sysconfdir}/%{name}/pollers
install -m 644 etc/reactionners/reactionner-master.cfg \
    %{buildroot}%{_sysconfdir}/%{name}/reactionners
install -m 644 etc/receivers/receiver-master.cfg \
    %{buildroot}%{_sysconfdir}/%{name}/receivers
install -m 644 etc/schedulers/scheduler-master.cfg \
    %{buildroot}%{_sysconfdir}/%{name}/schedulers

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/realms
install -m 644 etc/realms/all.cfg %{buildroot}%{_sysconfdir}/%{name}/realms

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/{commands,timeperiods,escalations,dependencies,templates,notificationways,servicegroups,hostgroups,contactgroups,hosts,services,contacts,packs,modules,resource.d}
install -m 644 for_fedora/etc/templates.cfg \
    %{buildroot}%{_sysconfdir}/%{name}/templates
install -m 644 for_fedora/etc/timeperiods.cfg \
    %{buildroot}%{_sysconfdir}/%{name}/timeperiods
install -m 644 for_fedora/etc/contactgroups.cfg \
    %{buildroot}%{_sysconfdir}/%{name}/contactgroups
install -m 644 for_fedora/etc/commands.cfg \
    %{buildroot}%{_sysconfdir}/%{name}/commands
install -m 644 for_fedora/etc/objects/contacts/nagiosadmin.cfg \
    %{buildroot}%{_sysconfdir}/%{name}/contacts
install -m 644 for_fedora/etc/objects/hosts/localhost.cfg \
    %{buildroot}%{_sysconfdir}/%{name}/hosts
install -m 644 for_fedora/etc/objects/services/linux_disks.cfg \
    %{buildroot}%{_sysconfdir}/%{name}/services

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/resource.d
install -m 644 %{SOURCE2} \
    %{buildroot}%{_sysconfdir}/%{name}/resource.d/path.cfg

install -d -m 755 %{buildroot}%{_unitdir}
install -m 644 for_fedora/systemd/%{name}-arbiter.service \
    %{buildroot}%{_unitdir}
install -m 644 for_fedora/systemd/%{name}-broker.service \
    %{buildroot}%{_unitdir}
install -m 644 for_fedora/systemd/%{name}-reactionner.service \
    %{buildroot}%{_unitdir}
install -m 644 for_fedora/systemd/%{name}-scheduler.service \
    %{buildroot}%{_unitdir}
install -m 644 for_fedora/systemd/%{name}-receiver.service \
    %{buildroot}%{_unitdir}
install -m 644 for_fedora/systemd/%{name}-poller.service \
    %{buildroot}%{_unitdir}

install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
install -m 644 for_fedora/%{name}.logrotate \
    %{buildroot}%{_sysconfdir}/logrotate.d/shinken

install -d -m 755 %{buildroot}%{_prefix}/lib/tmpfiles.d
install -m 644 for_fedora/%{name}-tmpfiles.conf %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf

install -d -m 755 %{buildroot}%{_localstatedir}/log/%{name}
install -d -m 755 %{buildroot}%{_localstatedir}/log/%{name}/archives
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}

install -d -m 755 %{buildroot}%{_mandir}/man8
install -p -m 644 for_fedora/man/* %{buildroot}%{_mandir}/man8
install -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man8/shinken.8

sed -i 's|#!/usr/bin/env python||g' %{buildroot}%{_localstatedir}/lib/%{name}/cli/desc/cli.py
sed -i 's|#!/usr/bin/env python||g' %{buildroot}%{_localstatedir}/lib/%{name}/cli/shinkenio/cli.py
sed -i 's|#!/usr/bin/env python||g' %{buildroot}%{_localstatedir}/lib/%{name}/cli/doc/cli.py

sed -i 's|#!/usr/bin/python||g' %{buildroot}%{_localstatedir}/lib/%{name}/modules/{dummy_arbiter,dummy_broker,dummy_scheduler,dummy_broker_external}/module.py
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{_localstatedir}/lib/%{name}/cli/shinkenio/cli.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{_localstatedir}/lib/%{name}/modules/dummy_poller/module.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{_localstatedir}/lib/%{name}/modules/__init__.py
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{_localstatedir}/lib/%{name}/cli/doc/cli.py

sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/hostextinfo.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/servicegroup.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/serviceescalation.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/hostescalation.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/daemons/reactionnerdaemon.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/clients/livestatus.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/discovery/__init__.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/hostdependency.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/schedulingitem.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/daemons/arbiterdaemon.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/discovery/discoverymanager.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/misc/sorter.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/daemons/brokerdaemon.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/misc/perfdata.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/timeperiod.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/itemgroup.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/daemons/receiverdaemon.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/misc/datamanager.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/hostgroup.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/serviceextinfo.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/__init__.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/resultmodulation.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/misc/__init__.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/contact.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/command.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/config.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/contactgroup.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/pack.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/webui/__init__.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/host.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/businessimpactmodulation.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/escalation.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/clients/LSB.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/realm.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/discoveryrun.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/daemons/schedulerdaemon.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/misc/regenerator.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/clients/__init__.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/discoveryrule.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/service.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/macromodulation.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/checkmodulation.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/matchingitem.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/servicedependency.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/daemons/pollerdaemon.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/daemons/__init__.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/module.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/misc/filter.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/trigger.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/notificationway.py 
sed -i 's|#!/usr/bin/python||g' %{buildroot}%{py_puresitedir}/%{name}/objects/item.py

sed -i \
    -e 's|nagios|%{shinken_user}|g' \
    %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf

rm -rf %{buildroot}%{_localstatedir}/lib/%{name}/inventory/__void_for_git
rm -rf %{buildroot}%{_localstatedir}/{log,run,lib}/%{name}/void_for_git
rm -rf %{buildroot}%{_sysconfdir}/%{name}/{modules,packs}/__for_git
rm -rf %{buildroot}%{_sysconfdir}/init.d/shinken*
rm -rf %{buildroot}%{_sbindir}/shinken-{arbiter,discovery,broker,poller,reactionner,receiver,scheduler}.py
rm -rf %{buildroot}%{_sysconfdir}/default/%{name}
rm -rf %{buildroot}%{_localstatedir}/lib/%{name}/libexec
rm -rf %{buildroot}%{py_puresitedir}/modules

find %{buildroot} -type f -name *.pyc | xargs rm -f
find %{buildroot} -type f -name *.pyo | xargs rm -f

%pre
%_pre_useradd %{shinken_user} %{_localstatedir}/lib/shinken /sbin/sh

%post arbiter
%systemd_post arbiter.service

%post broker
%systemd_post broker.service

%post poller
%systemd_post poller.service

%post reactionner
%systemd_post reactionner.service

%post scheduler
%systemd_post scheduler.service

%post receiver
%systemd_post receiver.service

%preun arbiter
%systemd_preun arbiter.service

%preun broker
%systemd_preun broker.service

%preun poller
%systemd_preun poller.service

%preun reactionner
%systemd_preun reactionner.service

%preun scheduler
%systemd_preun scheduler.service

%preun receiver
%systemd_preun receiver.service

%postun arbiter
%systemd_postun_with_restart arbiter.service

%postun broker
%systemd_postun_with_restart broker.service

%postun poller
%systemd_postun_with_restart poller.service

%postun reactionner
%systemd_postun_with_restart reactioner.service

%postun scheduler
%systemd_postun_with_restart scheduler.service

%postun receiver
%systemd_postun_with_restart receiver.service

%files arbiter
%{_unitdir}/%{name}-arbiter.service
%{_sbindir}/%{name}-arbiter*
%{_mandir}/man8/%{name}-arbiter*

%files reactionner
%{_unitdir}/%{name}-reactionner.service
%{_sbindir}/%{name}-reactionner*
%{_mandir}/man8/%{name}-reactionner*
%config(noreplace) %{_sysconfdir}/%{name}/daemons/reactionnerd.ini

%files scheduler
%{_unitdir}/%{name}-scheduler.service
%{_sbindir}/%{name}-scheduler*
%{_mandir}/man8/%{name}-scheduler*
%config(noreplace) %{_sysconfdir}/%{name}/daemons/schedulerd.ini

%files poller
%{_unitdir}/%{name}-poller.service
%{_sbindir}/%{name}-poller*
%{_mandir}/man8/%{name}-poller*
%config(noreplace) %{_sysconfdir}/%{name}/daemons/pollerd.ini

%files broker
%{_unitdir}/%{name}-broker.service
%{_sbindir}/%{name}-broker*
%{_mandir}/man8/%{name}-broker*
%config(noreplace) %{_sysconfdir}/%{name}/daemons/brokerd.ini

%files receiver
%{_unitdir}/%{name}-receiver.service
%{_sbindir}/%{name}-receiver*
%{_mandir}/man8/%{name}-receiver*
%config(noreplace) %{_sysconfdir}/%{name}/daemons/receiverd.ini

%files
%{py_puresitedir}/%{name}
%{py_puresitedir}/Shinken*.egg-info
%doc README.rst COPYING Changelog THANKS doc
%{_sbindir}/%{name}
%{_sbindir}/%{name}-discovery
%{_mandir}/man8/%{name}.8*
%{_mandir}/man8/%{name}-discovery.8*
%config(noreplace) %{_sysconfdir}/%{name}
%exclude %{_sysconfdir}/%{name}/daemons/*.ini
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_prefix}/lib/tmpfiles.d/%{name}.conf
%attr(-,%{shinken_user},%{shinken_group}) %dir %{_localstatedir}/log/%{name}
%attr(-,%{shinken_user},%{shinken_group}) %{_localstatedir}/lib/%{name}

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-1
- (c247fc3) Fix rpm-helper requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14644 |14cu|shotcut-17.02-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Free, open source, cross-platform video editor
Name:		shotcut
Version:	17.02
Release:	1
License:	GPLv3+
Group:		Video
Url:		https://github.com/mltframework/shotcut/
Source0:	%{name}-%{version}.tar.gz
Source1:	shotcut.desktop
BuildRequires:	desktop-file-utils
BuildRequires:	mlt >= 0.9.8
BuildRequires:	qt5-linguist-tools >= 5.6
BuildRequires:	ffmpeg-devel
BuildRequires:	ladspa-devel
BuildRequires:	pkgconfig(frei0r)
BuildRequires:	pkgconfig(mlt++) >= 0.9.8
BuildRequires:	pkgconfig(Qt5Concurrent) >= 5.6
BuildRequires:	pkgconfig(Qt5Core) >= 5.6
BuildRequires:	pkgconfig(Qt5Gui) >= 5.6
BuildRequires:	pkgconfig(Qt5Multimedia) >= 5.6
BuildRequires:	pkgconfig(Qt5Network) >= 5.6
BuildRequires:	pkgconfig(Qt5OpenGL) >= 5.6
BuildRequires:	pkgconfig(Qt5PrintSupport) >= 5.6
BuildRequires:	pkgconfig(Qt5Quick) >= 5.6
BuildRequires:	pkgconfig(Qt5WebKitWidgets) >= 5.6
BuildRequires:	pkgconfig(Qt5X11Extras) >= 5.6
BuildRequires:	pkgconfig(Qt5Xml) >= 5.6
BuildRequires:	pkgconfig(Qt5QuickWidgets) >= 5.6
BuildRequires:	pkgconfig(Qt5WebSockets) >= 5.6
BuildRequires:	pkgconfig(vpx)

# Mandatory req.
Requires:	frei0r-plugins
Requires:	ladspa
Requires:	mlt >= 0.9.8
Requires:	qt5-qtquickcontrols-qml


%description
Free, open source, cross-platform video editor.

%files
%doc COPYING README.md
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
cp -p %{SOURCE1} .

%build
%qmake_qt5 \
	CONFIG-=c++11 \
	PREFIX=%{_prefix}
%make

lrelease-qt5 translations/*.ts

%install
%makeinstall_qt

install -d -m0755 %{buildroot}%{_datadir}/%{name}/translations
cp -a translations/*.qm %{buildroot}%{_datadir}/%{name}/translations

for i in 16x16 22x22 32x32 48x48 64x64 128x128 256x256; do
install -Dm644 icons/%{name}-logo-64.png %{buildroot}%{_iconsdir}/hicolor/$i/apps/%{name}.png
done

desktop-file-install \
	%{name}.desktop \
	--dir=%{buildroot}%{_datadir}/applications

chmod 644 %{buildroot}%{_datadir}/%{name}/qml/filters/webvfx_ruttetraizer/ruttetraizer.html
chmod 644 %{buildroot}%{_datadir}/%{name}/qml/filters/webvfx_ruttetraizer/three.js

%changelog

* Mon Feb 13 2017 tremod <negry.m@yandex.ru> 17.02-1
- (8b87857) Update to 17.02



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14645 |14cu|shutter-0.93.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Feature-rich screenshot application
Name:		shutter
Version:	0.93.1
Release:	2
License:	GPLv3+
Group:		Graphical desktop/GNOME
Url:		http://shutter-project.org/
Source0:	http://shutter-project.org/wp-content/uploads/releases/tars/%{name}-%{version}.tar.gz
Patch0:		%{name}-0.93-mga-i18n-desktop.patch
Patch2:         CVE-2015-0854.patch
Patch3:         shutter-0.93.1-fix-left-brace-warn.patch
Patch4:         shutter-0.93.1-mga-fix-utf8-locale.patch
BuildArch:	noarch
BuildRequires:	gettext
Requires:	gnome-vfs2
Requires:   perl-Image-ExifTool
Suggests:	gnome-web-photo
%rename gscrot

%description
Shutter is a feature-rich screenshot program. You can take a screenshot of a
specific area, window, your whole screen, or even of a website - apply
different effects to it, draw on it to highlight points, and then upload
to an image hosting site, all within one window.

%files -f %{name}.lang
%doc README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*
%{_iconsdir}/ubuntu-mono-dark/*
%{_iconsdir}/ubuntu-mono-light/*
%{_iconsdir}/hicolor/*
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/HighContrast/scalable/apps/%{name}-panel.svg
%{_iconsdir}/HighContrast/scalable/apps/%{name}.svg

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch2 -p1 -b .CVE-2015-0854
%patch3 -p1 -b .LEFT_BRACE_WARN
%patch4 -p1 -b .UTF8_LOCALE

%build

%install
# Remove non-standard groups
perl -i -ln -e 'print unless m{\A\[(Select|Screen|Window|Active) Shortcut Group\]\s*\z}..m{\A\s*\z}' share/applications/%{name}.desktop

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 bin/shutter %{buildroot}%{_bindir}

install -d -m 755 %{buildroot}%{_datadir}
cp -pr share/* %{buildroot}%{_datadir}

%find_lang %{name}
%find_lang %{name}-plugins
%find_lang %{name}-upload-plugins
cat %{name}-plugins.lang >> %{name}.lang
cat %{name}-upload-plugins.lang >> %{name}.lang




%changelog

* Sun May 07 2017 Victor Ryzhikh <victorr2007@yandex.ru> 0.93.1-2
- (7432df5) Fix utf8 locale



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14646 |14cu|siefs-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	SieFS - virtual filesystem for Siemens mobile phones' memory
Name:		siefs
Version:	0.5
Release:	2
License:	GPL, partially free (see COPYRIGHT.vmo2wav)
Group:		System/Base
Source0:	http://chaos.allsiemens.com/download/%{name}-%{version}.tar.gz
Patch0:		siefs-0.5-qa-fixes.patch
URL:		http://chaos.allsiemens.com/siefs/
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	pkgconfig(fuse) >= 2.2
BuildRequires:	pkgconfig

%description
This is SieFS - a virtual filesystem for accessing Siemens mobile
phones' memory via datacable. Now you can mount your phone to a Linux
box and browse it like a simple directory! The program was tested on
S45/ME45/SL45/S55/M55/MC60, but should work also on C55/M50/MT50/SL55/C60.

%description -l pl
SieFS - wirtualny system plikw udostpniajcy pami telefonw
komrkowych Siemens podczonych kablem. Pozwala podmontowa telefon
spod Linuksa i przeglda go tak, jak zwyky katalog. Program by
testowany na S45/ME45/SL45/S55/MC60, ale powinien dziaa take z
C55/M50/MT50/SL55/C60.

%prep
%setup -q
%apply_patches

%build
autoreconf -fiv
CFLAGS="$(pkg-config --cflags fuse) -DFUSE_USE_VERSION=22"
LDFLAGS="$(pkg-config --libs fuse)"
%configure \
	--with-fuse=%{_prefix}
%make

%install
%makeinstall_std

cp converter/README README.vmo2wav
cp converter/COPYRIGHT COPYRIGHT.vmo2wav

%files
%doc AUTHORS README* ChangeLog COPYRIGHT.vmo2wav
%attr(755,root,root) %{_bindir}/*
/sbin/mount.siefs

%changelog

* Mon Apr 13 2015 Alexander Khryukin <alexander@mezon.ru> 0.5-2
- (313dd31) QA fix for siefs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14647 |14cu|sienna-1.0c-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           sienna
Version:        1.0c
Release:        1
Summary:        Simple, albeit frustrating, one-button platformer
Group:          Games/Arcade
License:        zlib
Url:            http://tangramgames.dk/games/sienna/
Source0:        https://github.com/SimonLarsen/sienna/archive/%{name}-%{version}.tar.gz
Source1:        http://tangramgames.dk/img/thumb/sienna.png
BuildRequires:  imagemagick
BuildRequires:  zip

Requires:       love >= 0.10
BuildArch:      noarch

%description
Sienna is a simple, albeit frustrating, 
one-button platformer.
The game started as a solo project by 
Simon but features some artwork by Lukas. 
Sienna was never properly finished but 
is still pretty fun if you like a challenge.



%files
%doc *.md *.txt
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/%{name}.love
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
# data
zip -9 -r %{name}.love .
install -D -m644 %{name}.love %{buildroot}%{_gamesdatadir}/%{name}/%{name}.love

# wrapper
mkdir -p %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
#!/bin/sh
love %{_gamesdatadir}/%{name}/%{name}.love
EOF
chmod 0755 %{buildroot}%{_gamesbindir}/%{name}

# Desktop entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Sienna
GenericName=%{summary}
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size %{SOURCE1} \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done


%changelog

* Mon Apr 24 2017 abfonly <abfonly@gmail.com> 1.0c-1
- (841e646) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14648 |14cu|sieve-connect-0.87-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sieve-connect
Version:	0.87
Release:	1
Summary:	A client for the ManageSieve protocol
Group:		Networking/Mail
License:	BSD
URL:		http://people.spodhuis.org/phil.pennock/software/
Source0:	http://people.spodhuis.org/phil.pennock/software/%{name}-%{version}.tar.bz2
BuildArch:	noarch
Requires:	perl
Requires:	perl-Authen-SASL
Requires:	perl-IO-Socket-INET6
Requires:	perl-IO-Socket-SSL
Requires:	perl-Net-DNS
Requires:	perl-Term-ReadKey
Suggests:	perl-Pod-Simple
Suggests:	perl-Term-ReadLine-Gnu

%description
This is sieve-connect.  A client for the ManageSieve protocol, as
specified in RFC 5804.  Historically, this was MANAGESIEVE as implemented
by timsieved in Cyrus IMAP.

sieve-connect speaks ManageSieve and supports TLS for connection privacy
and also authentication if using client certificates.  sieve-connect
will use SASL authentication; SASL integrity layers are not supported,
use TLS instead.  GSSAPI-based authentication should generally work,
provided that client and server can use a common underlaying protocol.
If it doesn't work for you, please report the issue.

sieve-connect is designed to be both a tool which can be invoked from
scripts and also a decent interactive client.  It should also be a
drop-in replacement for "sieveshell", as supplied with Cyrus IMAP.

%prep
%setup -q

%build

%install
%__install -d -m 755 %{buildroot}%{_bindir}/
%__install -d -m 755 %{buildroot}%{_mandir}/man1/
make INSTALLROOT=%{buildroot} PREFIX=%{_prefix} MANDIR=/share/man install

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%changelog

* Mon Jul 06 2015 dsilakov <denis.silakov@rosalab.ru> 0.87-1
- (96e34aa) Merge pull request #1 from alozhkov/sieve-connect:rosa2014.1
- (96e34aa) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14649 |14cu|sigar-1.6.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	System Information Gatherer And Reporter
Name:		sigar
Version:	1.6.5
Release:	1
License:	GPLv2+
Group:		Monitoring
Url:		http://support.hyperic.com/display/SIGAR/Home
Source0:	%{name}-%{version}.tar.bz2
Patch0:		sigar-1.6.5-tirpc.patch
Patch1:		bz714249-1-cpu-count.patch
Patch2:		bz746288-1-cpu-count-arch.patch
Patch3:		sigar-1.6.5-soversion.patch
BuildRequires:	cmake
BuildRequires:	valgrind
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(python)

%description
The Sigar API provides a portable interface for gathering system information
such as:

    * System memory, swap, cpu, load average, uptime, logins
    * Per-process memory, cpu, credential info, state, arguments,
      environment, open files
    * File system detection and metrics
    * Network interface detection, configuration info and metrics
    * TCP and UDP connection tables
    * Network route table

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	System Information Gatherer And Reporter
Group:		System/Libraries

%description -n %{libname}
The Sigar API provides a portable interface for gathering system information
such as:

    * System memory, swap, cpu, load average, uptime, logins
    * Per-process memory, cpu, credential info, state, arguments,
      environment, open files
    * File system detection and metrics
    * Network interface detection, configuration info and metrics
    * TCP and UDP connection tables
    * Network route table

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	System Information Gatherer And Reporter
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The Sigar API provides a portable interface for gathering system information
such as:

    * System memory, swap, cpu, load average, uptime, logins
    * Per-process memory, cpu, credential info, state, arguments,
      environment, open files
    * File system detection and metrics
    * Network interface detection, configuration info and metrics
    * TCP and UDP connection tables
    * Network route table

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/lib%{name}.so

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	System Information Gatherer And Reporter
Group:		Development/Python

%description -n python-%{name}
The Sigar API provides a portable interface for gathering system information
such as:

    * System memory, swap, cpu, load average, uptime, logins
    * Per-process memory, cpu, credential info, state, arguments,
      environment, open files
    * File system detection and metrics
    * Network interface detection, configuration info and metrics
    * TCP and UDP connection tables
    * Network route table

%files -n python-%{name}
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

# Fix lib directory
sed -i 's|DESTINATION lib|DESTINATION %{_lib}|' src/CMakeLists.txt

%build
pushd bindings/python
    python setup.py build
popd

%cmake
%make

%install
%makeinstall_std -C build

pushd bindings/python
    python setup.py install --root=%{buildroot}
popd


%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.5-1
- (4fca758) New version 1.6.5
- (4fca758) Switch to cmake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14650 |14cu|sigil-0.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	Sigil

Summary:	A free, open source WYSIWYG ebook editor
Name:		sigil
Version:	0.8.2
Release:	1
Url:		http://code.google.com/p/sigil/
Source0:	https://github.com/user-none/Sigil/releases/download/%{version}/%{oname}-%{version}-Code.zip
Source1:	ru_RU.aff
Source2:	ru_RU.dic
# from Anssi: this makes it use system libs instead of bundled ones. Except for
# libtidy which has some local hacks not present in system-provided libtidy.
# code is GPlv3 and content is CC BY-SA
License:	GPLv3 and Creative Commons Attribution-ShareAlike
Group:		Office
BuildRequires:	cmake
BuildRequires:	boost-devel >= 1.54.0
BuildRequires:	flightcrew-devel
BuildRequires:	qt5-devel
BuildRequires:	qt5-tools
BuildRequires:  qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5XmlPatterns)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(xerces-c) >= 3.1
BuildRequires:	pkgconfig(hunspell) >= 1.3.2
BuildRequires:	pkgconfig(libpcre) >= 8.31
BuildRequires:	pkgconfig(zlib) >= 1.2.7
BuildRequires:	pkgconfig(minizip)

%description
Sigil is a free, open source WYSIWYG e-book editor.
It is designed to edit books in ePub format.

%prep
%setup -q -n %{oname}-%{version}

# remove unbundled stuff
for i in src/*; do
	# lets not remove Sigil itself ...
	if [ "$i" = "src/Sigil" ]; then
		continue
	fi
	# tidyLib is modified to deal with epub, so stick with the bundled copy
	if [ "$i" = "src/tidyLib" ]; then
		continue
	fi
    rm -r "$i"
done

%build
# there are only internal helper libs, and they need to be static as build
# fails otherwise (they contain undefined symbols), and making them shared
# libs wouldn't make sense anyway (they are not shared by anything else)
# - Anssi 06/2010
%cmake_qt5 \
	-DBUILD_SHARED_LIBS:BOOL=OFF \
	-DBUILD_STATIC_LIBS:BOOL=ON \
	-DHUNSPELL_DICTS_PATH=%{_datadir}/myspell
%make

%install
%makeinstall_std -C build

# install icons for the .desktop file
install -m644 -D src/Sigil/Resource_Files/icon/app_icon_16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/sigil.png
install -m644 -D src/Sigil/Resource_Files/icon/app_icon_32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/sigil.png
install -m644 -D src/Sigil/Resource_Files/icon/app_icon_48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/sigil.png
install -m644 -D src/Sigil/Resource_Files/icon/app_icon_128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/sigil.png
install -m644 -D src/Sigil/Resource_Files/icon/app_icon_256.png %{buildroot}%{_iconsdir}/hicolor/256x256/apps/sigil.png

# create a .desktop file:
mkdir -p %{buildroot}%{_datadir}/applications

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=%{oname}
Comment=WYSIWYG ebook editor
Icon=%{name}
Exec=%{name} %u
MimeType=application/epub+zip;
Categories=Office;
EOF

# install additional dictionaries
install -m644 -D %{SOURCE1} %{SOURCE2} %{buildroot}%{_datadir}/%{name}/hunspell_dictionaries/

%find_lang %{name} --with-qt

%files -f %{name}.lang
%doc ChangeLog.txt COPYING.txt README.md
%{_bindir}/%{name}
%{_datadir}/%{name}/examples
%{_datadir}/%{name}/hunspell_dictionaries
%{_datadir}/%{name}/plugin_launchers
%{_datadir}/%{name}/translations/sigil_cmn.qm
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/pixmaps/*.png

%changelog

* Wed Jul 15 2015 dsilakov <denis.silakov@rosalab.ru> 0.8.2-1
- (89ffbaf) Merge pull request #1 from alozhkov/sigil:rosa2014.1
- (89ffbaf) 0.8.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14651 |14cu|silicon-2.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libsdatabase %mklibname SDataBase %{major}
%define libsidi %mklibname SiDi %{major}
%define libsiliconlib %mklibname SiliconLib %{major}

Summary:	Disc burning and managing application
Name:		silicon
Version:	2.0.0
Release:	5
License:	GPLv3+
Group:		Archiving/Cd burning
Url:		http://getsilicon.org
Source0:	http://getsilicon.org/download/%{name}_%{version}_source.tar.gz
Source1:        Silicon-lang-ru.ts.tar.gz
Source2:        CMakeLists.txt.tar.gz
Patch0:		silicon-1.8.1-splugin-lyricbrowser.patch
Patch1:		silicon-1.8.1-qtlocalpeer.patch
Patch2:		silicon-2.0.0-versioned-libraries.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(taglib)
# Extra BR needed for plugins check
BuildRequires:	cdrkit
BuildRequires:	cdrkit-genisoimage
BuildRequires:	dvd+rw-tools
BuildRequires:	fuse
BuildRequires:	fuseiso
BuildRequires:	mpg123
BuildRequires:	udisks
Requires:	cdrkit
Requires:	cdrkit-genisoimage
Requires:	dvd+rw-tools
Requires:	qt4-database-plugin-mysql
Suggests:	%{name}-audio-disc
Suggests:	%{name}-converter
Suggests:	%{name}-copy-disc
Suggests:	%{name}-database
Suggests:	%{name}-data-disc
Suggests:	%{name}-disc-details
Suggests:	%{name}-disc-eraser
Suggests:	%{name}-disc-imaging
Suggests:	%{name}-disc-scanner
Suggests:	%{name}-image-burner
Suggests:	%{name}-library
Suggests:	%{name}-limoo
Suggests:	%{name}-mounter
Suggests:	%{name}-sample-app
Suggests:	%{name}-script-runner
Suggests:	%{name}-tagarg-player
Suggests:	%{name}-themes
Suggests:	%{name}-plugin-audio-cd-record
Suggests:	%{name}-plugin-cd-record
Suggests:	%{name}-plugin-eraser
Suggests:	%{name}-plugin-fuseiso
Suggests:	%{name}-plugin-lyric-browser
Suggests:	%{name}-plugin-mkdiscfs
Suggests:	%{name}-plugin-mkisofs
Suggests:	%{name}-plugin-mpg123
Suggests:	%{name}-plugin-now-playing
Suggests:	%{name}-plugin-read-cd
Suggests:	%{name}-plugin-single-inner-dialog
Suggests:	%{name}-plugin-system-tray
Suggests:	%{name}-plugin-tagarg-audio-disc
Requires:	%{name}-plugin-udisks

%description
Silicon Empire is set of tools to Burn, Copy, Backup and Manage
your optical discs like CDs, DVDs and Blu-Rays.

%files
%doc README Authors
%{_bindir}/%{name}
%{_datadir}/applications/silicon.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/languages/*

#----------------------------------------------------------------------------

%package -n %{libsdatabase}
Summary:	Silicon shared library
Group:		System/Libraries
Requires:	qt4-database-plugin-sqlite

%description -n %{libsdatabase}
Silicon shared library.

%files -n %{libsdatabase}
%{_libdir}/libSDataBase.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libsidi}
Summary:	Silicon shared library
Group:		System/Libraries

%description -n %{libsidi}
Silicon shared library.

%files -n %{libsidi}
%{_libdir}/libSiDi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libsiliconlib}
Summary:	Silicon shared library
Group:		System/Libraries

%description -n %{libsiliconlib}
Silicon shared library.

%files -n %{libsiliconlib}
%{_libdir}/libSiliconLib.so.%{major}*

#----------------------------------------------------------------------------

%package audio-disc
Summary:	Silicon audio disc
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description audio-disc
Silicon application to create Audio discs:
* CDs
* DVDs
* Blu-Rays

%files audio-disc
%{_libdir}/%{name}/apps/libAudioDisc.so

#----------------------------------------------------------------------------

%package converter
Summary:	Silicon converter
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description converter
Silicon application to convert your files to other supported formats.

%files converter
%{_libdir}/%{name}/apps/libConverter.so

#----------------------------------------------------------------------------

%package copy-disc
Summary:	Silicon copy disc
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description copy-disc
Silicon application to copy a disc to another disc.

%files copy-disc
%{_libdir}/%{name}/apps/libCopyDisc.so

#----------------------------------------------------------------------------

%package database
Summary:	Silicon database
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description database
Silicon application to show informations and indexed data that DiscScanner
stored into the Silicon DataBase.

%files database
%{_libdir}/%{name}/apps/libDataBase.so

#----------------------------------------------------------------------------

%package data-disc
Summary:	Silicon data disc
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description data-disc
Silicon application to burn data discs or to create data images.

%files data-disc
%{_libdir}/%{name}/apps/libDataDisc.so

#----------------------------------------------------------------------------

%package disc-details
Summary:	Silicon disc details
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description disc-details
Silicon application to show disc, image or database disc details.

%files disc-details
%{_libdir}/%{name}/apps/libDiscDetails.so

#----------------------------------------------------------------------------

%package disc-eraser
Summary:	Silicon disc eraser
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description disc-eraser
Silicon application to erase rw discs.

%files disc-eraser
%{_libdir}/%{name}/apps/libDiscEraser.so

#----------------------------------------------------------------------------

%package disc-imaging
Summary:	Silicon disc imaging
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description disc-imaging
Silicon application to create images of your discs.

%files disc-imaging
%{_libdir}/%{name}/apps/libDiscImaging.so

#----------------------------------------------------------------------------

%package disc-scanner
Summary:	Silicon disc scanner
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description disc-scanner
Silicon application to collect data from your discs to the
Silicon DataBase.

%files disc-scanner
%{_libdir}/%{name}/apps/libDiscScanner.so

#----------------------------------------------------------------------------

%package image-burner
Summary:	Silicon image burner
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description image-burner
Silicon application to burn a images to discs.

%files image-burner
%{_libdir}/%{name}/apps/libImageBurner.so

#----------------------------------------------------------------------------

%package library
Summary:	Silicon library
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description library
Silicon application to manage your iso images in a classic way.

%files library
%{_libdir}/%{name}/apps/libLibrary.so

#----------------------------------------------------------------------------

%package limoo
Summary:	Silicon Limoo
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description limoo
Silicon application - Limoo image viewer.

%files limoo
%{_libdir}/%{name}/apps/libLimoo.so

#----------------------------------------------------------------------------

%package mounter
Summary:	Silicon mounter
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description mounter
Silicon application to mount/umount images easily.

%files mounter
%{_libdir}/%{name}/apps/libMounter.so

#----------------------------------------------------------------------------

%package sample-app
Summary:	Silicon sample app
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description sample-app
Silicon sample application.

%files sample-app
%{_libdir}/%{name}/apps/libSampleApp.so

#----------------------------------------------------------------------------

%package script-runner
Summary:	Silicon script runner
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description script-runner
Silicon application to run scripts.

%files script-runner
%{_libdir}/%{name}/apps/libScriptRunner.so

#----------------------------------------------------------------------------

%package tagarg-player
Summary:	Silicon app tagarg player
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description tagarg-player
Silicon music player.

%files tagarg-player
%{_libdir}/%{name}/apps/libTagargPlayer.so

#----------------------------------------------------------------------------

%package themes
Summary:	Silicon themes
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description themes
Silicon themes.

%files themes
%{_datadir}/%{name}/themes/*

#----------------------------------------------------------------------------

%package plugin-audio-cd-record
Summary:	Silicon Audio CD record plugin
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}
Requires:	mpg123

%description plugin-audio-cd-record
Silicon Audio CD record plugin.

Burn Audio-Discs using AudioCdRecord/Wodim.

%files plugin-audio-cd-record
%{_libdir}/%{name}/plugins/libAudioCdRecord.so

#----------------------------------------------------------------------------

%package plugin-cd-record
Summary:	Silicon CD record plugin
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description plugin-cd-record
Silicon CD record plugin.

Copy Disc to Disc or Burn Images to Discsr using CdRecord/Wodim.

%files plugin-cd-record
%{_libdir}/%{name}/plugins/libCdRecord.so

#----------------------------------------------------------------------------

%package plugin-eraser
Summary:	Silicon eraser plugin
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description plugin-eraser
Silicon eraser plugin.

Erase Optical discs using dvd+rw-tools and cdrecord.

%files plugin-eraser
%{_libdir}/%{name}/plugins/libEraser.so

#----------------------------------------------------------------------------

%package plugin-fuseiso
Summary:	Silicon fuseiso plugin
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}
Requires:	fuse
Requires:	fuseiso

%description plugin-fuseiso
Silicon fuseiso plugin.

Mount Disc images using FUseIso.

%files plugin-fuseiso
%{_libdir}/%{name}/plugins/libFUseIso.so

#----------------------------------------------------------------------------

%package plugin-lyric-browser
Summary:	Silicon lyric browser plugin
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}
Requires:	%{name}-tagarg-player = %{EVRD}

%description plugin-lyric-browser
Silicon lyric browser plugin.

%files plugin-lyric-browser
%{_libdir}/%{name}/plugins/libLyricBrowser.so

#----------------------------------------------------------------------------

%package plugin-mkdiscfs
Summary:	Silicon MkDiscFs plugin
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description plugin-mkdiscfs
Silicon MkDiscFs plugin.

Burn Data Discs using MkIsoFs and CdRecord.

%files plugin-mkdiscfs
%{_libdir}/%{name}/plugins/libMkDiscFs.so

#----------------------------------------------------------------------------

%package plugin-mkisofs
Summary:	Silicon MkIsoFs plugin
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description plugin-mkisofs
Silicon MkIsoFs plugin.

Create Iso Images using MkIsoFs.

%files plugin-mkisofs
%{_libdir}/%{name}/plugins/libMkIsoFs.so

#----------------------------------------------------------------------------

%package plugin-mpg123
Summary:	Silicon mpg123 plugin
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}
Requires:	mpg123

%description plugin-mpg123
Silicon mpg123 plugin.

It's used to convert mpeg formats.

%files plugin-mpg123
%{_libdir}/%{name}/plugins/libmpg123.so

#----------------------------------------------------------------------------

%package plugin-now-playing
Summary:	Silicon now playing plugin
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}
Requires:	%{name}-tagarg-player = %{EVRD}

%description plugin-now-playing
Silicon now playing plugin.

%files plugin-now-playing
%{_libdir}/%{name}/plugins/libNowPlaying.so

#----------------------------------------------------------------------------

%package plugin-read-cd
Summary:	Silicon read CD plugin
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description plugin-read-cd
Silicon read CD plugin.

Read Discs using ReadCd/Readom.

%files plugin-read-cd
%{_libdir}/%{name}/plugins/libReadCd.so

#----------------------------------------------------------------------------

%package plugin-single-inner-dialog
Summary:	Silicon single inner dialog plugin
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description plugin-single-inner-dialog
Silicon single inner dialog plugin.

Show Dialogs in Single and Animation Window.

%files plugin-single-inner-dialog
%{_libdir}/%{name}/plugins/libSingleInnerDialog.so

#----------------------------------------------------------------------------

%package plugin-system-tray
Summary:	Silicon system tray plugin
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description plugin-system-tray
Silicon system tray plugin.

%files plugin-system-tray
%{_libdir}/%{name}/plugins/libSystemTray.so

#----------------------------------------------------------------------------

%package plugin-tagarg-audio-disc
Summary:	Silicon tagarg audio disc plugin
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}

%description plugin-tagarg-audio-disc
Silicon tagarg audio disc plugin.

Add an audio-disc widget to player.

%files plugin-tagarg-audio-disc
%{_libdir}/%{name}/plugins/libTagargAudioDisc.so

#----------------------------------------------------------------------------

%package plugin-udisks
Summary:	Silicon UDisks plugin
Group:		Archiving/Cd burning
Requires:	%{name} = %{EVRD}
Requires:	udisks

%description plugin-udisks
Silicon UDisks plugin.

Detect Devices using UDisks.

%files plugin-udisks
%{_libdir}/%{name}/plugins/libUDisks.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-empire
%patch0 -p1 -b .lbnetwork~
%patch1 -p1 -b .unistd~
%patch2 -p1 -b .sonames~

pushd src/Silicon/locale
tar -xvzf %{SOURCE1}
popd

pushd src/Silicon
tar -xvzf %{SOURCE2}
popd

%build
cd src
%cmake_qt4
%make

%install
cd src
%makeinstall_std -C build

rm -f %{buildroot}%{_libdir}/%{name}/plugins/libSingleInnerDialogQML.so
rm -f %{buildroot}%{_libdir}/libSDataBase.so
rm -f %{buildroot}%{_libdir}/libSiDi.so
rm -f %{buildroot}%{_libdir}/libSiliconLib.so

%changelog
* Sun Oct 12 2014 Victor Ryzhikh <victorr2007@yandex.ru> 2.0.0-5
+ Revision: a0f6a84
- Updated silicon.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14652 |14cu|sim4-20030921-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define split_version	2003-09-21

Name:		sim4
Version:	20030921
Release:	10
Summary:	Program to align cDNA and genomic DNA
Group:		Sciences/Biology
License:	GPL
URL:		http://globin.cse.psu.edu/html/docs/sim4.html
Source:		http://globin.cse.psu.edu/ftp/dist/sim4/%{name}.%{split_version}.tar.gz

%description
sim4 is a similarity-based tool for aligning an expressed DNA sequence
(EST, cDNA, mRNA) with a genomic sequence for the gene.
It also detects end matches when the two input sequences overlap at one end
(i.e., the start of one sequence overlaps the end of the other)

Reference for Sim4:
L. Florea, G. Hartzell, Z. Zhang, G. Rubin, and W. Miller (1998)
"A computer program for aligning a cDNA sequence with a genomic DNA sequence."
Genome Research 8, 967-974.

%prep
%setup -n %{name}.%{split_version}

%build
%make CFLAGS="%{optflags}"

%install
install -m 755 %{name} -D %{buildroot}%{_bindir}/%{name}

%clean

%files
%doc COPYRIGHT README.sim4 VERSION
%{_bindir}/%{name}




%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 20030921-10
- (7764ed4) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14653 |14cu|simgear-2016.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Basic tools for Simulation
Name:		simgear
Version:	2016.2.1
Release:	1
License:	LGPLv2+ and GPLv2+
Group:		System/Libraries
Url:		http://www.flightgear.org
Source:		http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/%{name}-%{version}.tar.bz2
Patch4:		0004-Fix-cmake-config-package-location.patch
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	plib-devel
BuildRequires:	subversion-devel
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(openscenegraph)
BuildRequires:	pkgconfig(zlib)
BuildRequires:  pkgconfig(libcurl)

%description
All the basic routines required for the flight simulator as well as for
building scenery. Needed for FlightGear, for example.

#----------------------------------------------------------------------------

%define libSimGearCore %mklibname SimGearCore %{version}

%package -n %{libSimGearCore}
Summary:	Shared library for SimGear
Group:		System/Libraries

%description -n %{libSimGearCore}
Shared library for SimGear.

%files -n %{libSimGearCore}
%{_libdir}/libSimGearCore.so.%{version}

#----------------------------------------------------------------------------

%define libSimGearScene %mklibname SimGearScene %{version}

%package -n %{libSimGearScene}
Summary:	Shared library for SimGear
Group:		System/Libraries

%description -n %{libSimGearScene}
Shared library for SimGear.

%files -n %{libSimGearScene}
%{_libdir}/libSimGearScene.so.%{version}

#----------------------------------------------------------------------------

%package devel
Summary:	Headers/misc for developing programs that will use SimGear
Group:		Development/C++
Requires:	%{libSimGearCore} = %{EVRD}
Requires:	%{libSimGearScene} = %{EVRD}
Conflicts:	%{_lib}SimGearCore3.0.0 < 3.2.0
Conflicts:	%{_lib}SimGearCore3.2.0 < 3.2.0-2

%description devel
This package contains the headers that programmers will need to develop
applications which will use SimGear, for example FlightGear.

%files devel
%doc README COPYING AUTHORS NEWS
%{_includedir}/simgear/
%{_libdir}/libSimGearCore.so
%{_libdir}/libSimGearScene.so
%{_libdir}/cmake/SimGear

#----------------------------------------------------------------------------

%prep
%setup -q
%patch4 -p1 -b .cmake

%build
%cmake \
	-DJPEG_FACTORY:BOOL=ON \
	-DSYSTEM_EXPAT:BOOL=ON \
	-DSIMGEAR_SHARED:BOOL=ON
%make

%install
%makeinstall_std -C build

%changelog

* Thu Aug 25 2016 dsilakov <denis.silakov@rosalab.ru> 2016.2.1-1
- (0b1cb4a) Merge pull request #3 from tremod/simgear:rosa2014.1
- (0b1cb4a) Update to 2016.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14654 |14cu|simon-0.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	libname	%mklibname %{name}
%define	devname	%mklibname -d %{name}

Name: simon
Summary: Speech recognition
Version: 0.4.1
Release: 3
License: GPLv2+
Group:	 Graphical desktop/KDE
URL: http://www.simon-listens.org/
Source0: http://download.kde.org/stable/simon/%{version}/src/simon-%{version}.tar.bz2
Source1: Simon_po.tar.gz
Source2: l10n_ru.tar.gz
Patch0: simon-LIB_SUFFIX.patch
Patch2: desktop_russian.patch
Patch3: simon-eventsimulation_soname.diff
BuildRequires: bison
BuildRequires: desktop-file-utils
BuildRequires: flex
BuildRequires: gettext
BuildRequires: kdelibs4-devel
BuildRequires: kdepim4-devel
BuildRequires: opencv-devel
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(sphinxbase)
BuildRequires: pkgconfig(pocketsphinx)
BuildRequires: libqwt-devel
BuildRequires: pkgconfig(samplerate)
BuildRequires: qaccessibilityclient-devel
Requires: sphinxbase
Requires: pocketsphinx
Requires: sphinxtrain
Suggests: espeak
Suggests: sox
Requires: %{libname} = %{version}-%{release}

%description
Simon is an open-source speech recognition program and replaces the mouse
and keyboard.  It is designed to be very flexible and allows customization
for any application where speech recognition is needed.  It is in development
for physically disabled people and seniors to give them the possibility to
chat, to write e-mails, to surf the internet, to do internet-banking and much
more.

%package -n	%{libname}
Summary: Runtime libraries for %{name}
Group:	System/Libraries
Requires: %{name} = %{version}-%{release}
%description -n	%{libname}

%files -n %{libname}
%{_libdir}/lib*.so.*

%package -n    %{devname}
Summary: Development files for %{name} 
Group:	Development/KDE and Qt
Requires: %{libname} = %{version}-%{release}
%description -n        %{devname}


%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/simon/*
%{_includedir}/simond/simonddatabaseaccess/*.h
%{_includedir}/ssc/sscdaccess/*.h
%{_includedir}/ssc/sscobjects/*
%{_includedir}/ssc/sscprotocol/sscprotocol.h



%package doc
Summary: Application handbook documentation for %{name}
License: GFDL
Requires:  %{name} = %{version}
BuildArch: noarch
%description doc

%files doc
%{_datadir}/doc/HTML/*





%prep
%setup -q
%patch0 -p1
%patch2 -p1
%patch3 -p1

pushd /builddir/build/BUILD/simon-%{version}
tar -xvzf %{SOURCE1}
popd


pushd simon/themes/default
tar -xvzf %{SOURCE2}
popd


%build
%cmake_kde4
%make


%install
%makeinstall_std -C build

%find_lang %{name}-doc --with-kde --all-name --without-mo
%find_lang %{name} --all-name


%check
for f in %{buildroot}%{_datadir}/applications/kde4/*.desktop ; do
  desktop-file-validate $f
done

rm -f %{buildroot}%{_datadir}/apps/simon.log


%post
touch --no-create %{_iconsdir}/hicolor &> /dev/null || :
  /sbin/ldconfig

%posttrans
gtk-update-icon-cache %{_iconsdir}/hicolor &> /dev/null || :

%postun
if [ $1 -eq 0 ] ; then
touch --no-create %{_iconsdir}/hicolor &> /dev/null || :
gtk-update-icon-cache %{_iconsdir}/hicolor &> /dev/null || :
  /sbin/ldconfig
fi

%files  -f %{name}.lang
%doc COPYING COPYING.LIB
%{_bindir}/afaras
%{_bindir}/ksimond
%{_bindir}/sam
%{_bindir}/simon
%{_bindir}/simond
%{_bindir}/ssc
%{_bindir}/sscd
%{_libdir}/kde4/*.so
%{_datadir}/applications/kde4/*.desktop
%{_datadir}/autostart/ksimond_autostart.desktop
%{_datadir}/autostart/simon_autostart.desktop
%{_iconsdir}/hicolor/*/*/*
%{_datadir}/apps/*.rc
%{_datadir}/apps/ai/*
%{_datadir}/apps/sam/*
%{_datadir}/apps/simon/conf/*.xml
%{_datadir}/apps/simon/images/*.png
%{_datadir}/apps/simon/model/phonemes
%{_datadir}/apps/simon/scripts/*
%{_datadir}/apps/simon/themes/default/*.png
%{_datadir}/apps/simon/themes/default/l10n/ca/*.png
%{_datadir}/apps/simon/themes/default/l10n/de/*.png
%{_datadir}/apps/simon/themes/default/l10n/en/*.png
%{_datadir}/apps/simon/themes/default/l10n/ru/*.png
%{_datadir}/apps/simon/ttsrec/ttssets.xml
%{_datadir}/apps/ssc/*
%{_datadir}/apps/simoninfo/*
%{_datadir}/apps/simond/*
%{_datadir}/kde4/services/*.desktop
%{_datadir}/kde4/servicetypes/*.desktop
%{_datadir}/config.kcfg/speechmodelmanagementconfiguration.kcfg
%{_datadir}/config/*.knsrc
%{_datadir}/sscd/

%changelog
* Wed Mar 11 2015 Victor Ryzhikh <victorr2007@yandex.ru> 0.4.1-3
+ Revision: 63b58bc
- Updated simon.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14655 |14cu|simpleburn-1.7.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Basic burning tool for CDs and DVDs
Name:		simpleburn
Version:	1.7.3
Release:	1
Group:		Archiving/Cd burning
License:	CeCILL
URL:		http://simpleburn.tuxfamily.org/
Source0:	http://simpleburn.tuxfamily.org/IMG/gz/%{name}-%{version}.tar.gz

BuildRequires:	cmake
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0)

Requires:	cdrkit
Requires:	vorbis-tools
Requires:	mpg123
Requires:	normalize

%description
SimpleBurn is a basic burning application for CDs and DVDs.

%prep
%setup -q

%build
export CFLAGS="$CFLAGS -lm"
export LDFLAGS="$LDFLAGS -lm -lglib-2.0 -lgobject-2.0 -lgtk-3"
%cmake \
	-DDETECTION=UDEV \
	-DBURNING=CDRTOOLS

%make

%install
%makeinstall_std -C build
rm -rf %{buildroot}/usr/doc/

mkdir -p %{buildroot}%{_libdir}/%{name}
install -m755 build/src/lib*.so %{buildroot}%{_libdir}/%{name}

%find_lang %{name}

%files -f %{name}.lang
%doc doc/*
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}*
%{_datadir}/pixmaps/*.png
%{_libdir}/%{name}/lib*.so

%changelog

* Wed Oct 21 2015 Denis Silakov <dsilakov@gmail.com> 1.7.3-1
- (d834e3c) Pack embedded libraries



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14656 |14cu|simplescreenrecorder-0.3.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# There's no library major version here
%define oname ssr
%define libname %mklibname %{oname}-glinject
%define _appdatadir %{_datadir}/appdata

Summary:	A feature-rich screen recorder that supports X11 and OpenGL
Name:		simplescreenrecorder
Version:	0.3.6
Release:	3
License:	GPLv3+
Group:		Video
Url:		http://www.maartenbaert.be/simplescreenrecorder
Source0:	https://github.com/MaartenBaert/ssr/archive/%{version}.tar.gz#/%{oname}-%{version}.tar.gz
Source1:	simplescreenrecorder_ru.ts.tar.gz
Source2:	https://raw.githubusercontent.com/MaartenBaert/ssr/master/data/simplescreenrecorder.appdata.xml
Patch0:		%{name}-0.3.3-fix-filenames-with-percent.patch
BuildRequires:	appstream-util
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
Requires:	%{libname} = %{EVRD}
%ifarch x86_64
Suggests:	lib%{oname}-glinject
%endif

%description
SimpleScreenRecorder is a Linux program that was created to record programs
and games.
The original goal was to create a program that was just really simple to use,
the result is actually a pretty powerful program. It's 'simple' in the sense
that it's easier to use than ffmpeg/avconv or VLC, because it has a
straightforward user interface.
Features:
 * Graphical user interface (Qt4 or Qt5 based).
 * Faster than VLC and ffmpeg/avconv.
 * Records the entire screen or part of it, or records OpenGL applications
   directly (similar to Fraps on Windows).
 * Synchronizes audio and video properly (a common issue with VLC and
   ffmpeg/avconv).
 * Reduces the video frame rate if your computer is too slow (rather than
   using up all your RAM like VLC does).
 * Fully multithreaded: small delays in any of the components will never
   block the other components, resulting is smoother video and better
   performance on computers with multiple processors.
 * Pause and resume recording at any time (either by clicking a button or by
   pressing a hotkey).
 * Shows statistics during recording (file size, bit rate, total recording
   time, actual frame rate, ...).
 * Can show a preview during recording, so you don't waste time recording
   something only to figure out afterwards that some setting was wrong.
 * Uses libav/ffmpeg libraries for encoding, so it supports many different
   codecs and file formats (adding more is trivial).
 * Sensible default settings: no need to change anything if you don't want to.
 * Tooltips for almost everything: no need to read the documentation to find
   out what something does.

%files
%doc COPYING *.txt README.md data/resources/about.htm
%{_bindir}/%{name}
%{_bindir}/%{oname}-glinject
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_iconsdir}/hicolor/*/apps/%{name}*
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/%{oname}-glinject.1*
%{_appdatadir}/%{name}.appdata.xml

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A feature-rich screen recorder library
Group:		System/Libraries
Conflicts:	%{_lib}ssr-glinject0 < 0.3.6-3
Obsoletes:	%{_lib}ssr-glinject0 < 0.3.6-3

%description -n %{libname}
This package provides SimpleScreenRecorder's library.

%files -n %{libname}
%doc COPYING *.txt README.md
%{_libdir}/libssr-glinject.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
pushd src/translations
tar -xvzf %{SOURCE1}
popd


# The BS doesn't like %% in filenames
pushd data/output-profiles
  mv High\%20Quality\%20Intermediate.conf HighQualityIntermediate.conf
  mv Live\%20Stream\%20\%281000kbps\%29.conf LiveStream1000kbps.conf
  mv Live\%20Stream\%20\%282000kbps\%29.conf LiveStream2000kbps.conf
  mv Live\%20Stream\%20\%283000kbps\%29.conf LiveStream3000kbps.conf
popd

%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_appdatadir}
pushd %{buildroot}%{_appdatadir}
cp -p %{SOURCE2} .
popd

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml

%changelog

* Mon Mar 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.6-3
- (a949f2d) Properly name library package (there's no major version for it)
- (a949f2d) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14657 |14cu|simplyhtml-0.12.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           simplyhtml
Version:        0.12.3
Release:        1
Epoch:          0
Summary:        Application and a java component for rich text processing
License:        GPLv2+
Group:          Development/Java
URL:            http://simplyhtml.sourceforge.net/
# cvs -z3 -d:pserver:guest@simplyhtml.cvs.sourceforge.net:/cvsroot/simplyhtml export -r shtml_0_12_3 shtml
# mv shtml simplyhtml-0.12.3
# tar cjf simplyhtml-0.12.3.tar.bz2 simplyhtml-0.12.3
Source0:        http://downloads.sourceforge.net/sourceforge/simplyhtml/simplyhtml-%{version}.tar.bz2
Requires:       gnu-regexp
Requires:       javahelp2
BuildRequires:  ant
BuildRequires:  gnu-regexp
BuildRequires:  javahelp2
BuildArch:      noarch
BuildRequires:  java-rpmbuild

%description
SimplyHTML is an application and a java component for rich text
processing. It stores documents as HTML files in combination with
Cascading Style Sheets (CSS). SimplyHTML is not intended to be used
as an editor for web pages.

%package javadoc
Summary:        Javadoc documentation for %{name}
Group:          Development/Java

%description javadoc
Javadoc documentation for %{name}.

%prep
%setup -q
%{_bindir}/find . -name '*.jar' | %{_bindir}/xargs -t rm

%{_bindir}/find . -type f -name '*.htm' | \
  %{_bindir}/xargs -t perl -pi -e 's/\r$//g'

perl -pi -e 's/^Class-Path:.*\n//;' \
              -e 's/^Created-By:.*\n//;' \
  src/MANIFEST.MF

cd lib
ln -s $(build-classpath gnu-regexp) gnu-regexp-1.1.4.jar
ln -s $(build-classpath javahelp2) jhall.jar
cd ..

%build
export CLASSPATH=
export OPT_JAR_LIST=:
cd src
%{ant}
cd ..

%install
mkdir -p %{buildroot}%{_javadir}

cp -a dist/lib/SimplyHTML.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/SimplyHTML-%{version}.jar
ln -s SimplyHTML-%{version}.jar %{buildroot}%{_javadir}/SimplyHTML.jar

cp -a dist/lib/SimplyHTMLHelp.jar %{buildroot}%{_javadir}/%{name}-help-%{version}.jar
ln -s %{name}-help-%{version}.jar %{buildroot}%{_javadir}/%{name}-help.jar
ln -s %{name}-help-%{version}.jar %{buildroot}%{_javadir}/SimplyHTMLHelp-%{version}.jar
ln -s SimplyHTMLHelp-%{version}.jar %{buildroot}%{_javadir}/SimplyHTMLHelp.jar

mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc doc/*
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0:0.12.3-1
- (ac53101) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14658 |14cu|simutrans-0.120.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	majver		120
%define	minver		1
%define	minminver	3

Summary:	Transport and Economic Simulation Game
Name:		simutrans
Version:	0.%{majver}.%{minver}.%{minminver}
Release:	1
License:	Artistic
Group:		Games/Strategy
Url:		http://www.simutrans.com/
Source0:	%{name}-src-%{majver}-%{minver}-%{minminver}.zip
Source1:	config.default
Source2:	simutrans.run
Source3:	simutrans.desktop
Source4:	simutrans.png
Source5:	simutrans_langtabs-99-17.tar.bz2
Patch0:		simutrans-0.120.1.3-optflags.patch
Patch1:		simutrans-0.120.1.3-homepath.patch
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(zlib)
Requires:	simutrans-pak >= 0.%{majver}

%description
Simutrans is a freeware transportation simulator that runs under
Windows, Linux, and a few other operating systems (Apple Macintosh
with Intel processors, BEOS). It's similar to Transport Tycoon,
Transport Tycoon Deluxe and Transport Giant.

You take on the role of operating a transportation company, and your
goal is to get goods of various kinds, as well as passengers and mail,
from one place to the next.

Don't be fooled by the tile-based graphics - this is a very complex
game, and it is constantly evolving, with new features being added. It
is a living game, and consistently being made better and better.

%files
%doc simutrans/*.txt
%{_bindir}/*
%{_libexecdir}/simutrans
%{_iconsdir}/*
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -c -a 5
find . -type f -exec chmod 644 {} \;
%patch0 -p1 -b .optflags~
%patch1 -p1 -b .homepath~
cp -pr %{SOURCE1} .

%build
%setup_compile_flags
%make

%install
mkdir -p %{buildroot}%{_libexecdir}/simutrans
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_datadir}/applications

install -m 0755 build/default/sim %{buildroot}%{_libexecdir}/simutrans/simutrans.bin
cp -pr simutrans/{config,font,music,script,text,themes} %{buildroot}%{_libexecdir}/simutrans/

sed -e 's,@LIBEXECDIR@,%{_libexecdir},g' %{SOURCE2} > %{buildroot}%{_bindir}/simutrans
chmod 0755 %{buildroot}%{_bindir}/simutrans
install -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/applications/
install -m 0644 %{SOURCE4} %{buildroot}%{_iconsdir}/


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.120.1.3-1
- (31e141a) New version 0.120.1.3
- (31e141a) Re-diff patches
- (31e141a) Build with system optflags to fix debug package
- (31e141a) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14659 |14cu|simutrans-pak128-0.120-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define	ver	2.6
%define	majver	120
#define	minver	1
%define	pak	pak128

Summary:	A complete Simutrans game data package with 128x128 tiles
Name:		simutrans-%{pak}
Version:	0.%{majver}
Release:	1
License:	Artistic
Group:		Games/Strategy
Url:		http://www.simutrans.com
Source0:	%{pak}-%{ver}--ST%{majver}.zip
Requires:	simutrans
Provides:	simutrans-pak = %{version}

%description
This is a complete data package for Simutrans transport game
with 128x128 tiles. Internal version is %{ver}.

%files
%{_libexecdir}/simutrans/pak128*

#----------------------------------------------------------------------------

%prep
%setup -q -c %{name}-%{version}

%build

%install
mkdir -p %{buildroot}%{_libexecdir}/simutrans/pak128
cp -pr pak128/* %{buildroot}%{_libexecdir}/simutrans/pak128/


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.120-1
- (4d143bb) New version 2.6-120
- (4d143bb) Shouldn't be noarch package (uses libexec)
- (4d143bb) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14660 |14cu|singularity-0.30c-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           singularity
Version:        0.30c
Release:        1
Summary:        Simulation of true AI
License:        GPLv2
Group:          Games/Strategy
Url:            http://www.emhsoft.com/%{name}/index.html
Source0:        http://www.emhsoft.com/%{name}/%{name}-%{version}-src.tar.gz
Source1:        http://www.emhsoft.com/%{name}/endgame-%{name}-music-007.zip
Source2:        %{name}.desktop
Source100:      %{name}.rpmlintrc
BuildRequires:  unzip
BuildRequires:  pkgconfig(python)
BuildRequires:  pythonegg(setuptools)
BuildRequires:  desktop-file-utils
Requires:       pygame
Requires:       pythonegg(numpy)
BuildArch:      noarch

%description
Survive, grow, and learn. Go from computer to computer,
pursued by the entire world.

Keep hidden, and you might have a chance.

%files
%doc README.txt GPL.txt AUTHORS Changelog TODO
%{_gamesbindir}/%{name}
%{py_puresitedir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
#----------------------------------------------------------

%prep
%setup -q -a1

%build


%install
install -Dm755 %{name}.py %{buildroot}%{py_puresitedir}/%{name}/%{name}.py

cp -R code data %{buildroot}%{py_puresitedir}/%{name}/
cp -R endgame-%{name}-music-007 %{buildroot}%{py_puresitedir}/%{name}/music
chmod +x %{buildroot}%{py_puresitedir}/%{name}/code/%{name}.py

# wrapper
mkdir -p %{buildroot}%{_gamesbindir}
cat >> %{buildroot}%{_gamesbindir}/%{name} <<EOF
#!/bin/sh
cd %{py_puresitedir}/%{name}/
exec python %{name}.py "$@"
EOF
chmod +x %{buildroot}%{_gamesbindir}/%{name}

# icons
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
ln -sf %{py_puresitedir}/%{name}/data/images/icon.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png

# menu entry
desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
  %{SOURCE2}

# linting
pushd %{buildroot}%{py_puresitedir}/%{name}
sed -i '1i#!/usr/bin/python' %{name}.py
popd

%changelog

* Sun Apr 16 2017 abfonly <abfonly@gmail.com> 0.30c-1
- (e4b0ed4) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14661 |14cu|sipfwd-0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Stateless SIP Proxy
Name:		sipfwd
Version:	0.8
Release:	1
Source0:	http://download.cmeerw.net/debian/sipfwd/source/%{name}_%{version}.tar.gz
Source1:	%{name}.sysinit
Source2:        %{name}.tmpfiles.d
License:	GPLv2+
Group:		System/Servers
Url:		http://freecode.com/projects/sipfwd
BuildRequires:	pkgconfig(libosip2)
BuildRequires:	udns-devel
BuildRequires:	sqlite3-devel
BuildRequires:	sqlite3-tools

%description
SIPFwd is a SIP forwarding daemon that acts as a stateless SIP proxy to
essentially forward a SIP address to another SIP server. This is useful
if you already have an account with a SIP provider, but aren't too happy
about the SIP URL you got and instead prefer to use a SIP URL with your
own domain name (but don't want to run a full-blown SIP server like
Asterisk or OpenSER).

So it allows you to use and publish SIP URLs of the form
sip:user@example.com with the minimum possible effort.

Of course, your existing SIP provider has to allow incoming connections
via SIP (unfortunately, some providers choose to block direct SIP connections
and only allow connections via PSTN).


%prep
%setup -q
cp %{SOURCE1} %{name}.sysinit

%apply_patches

%build
#configure2_5x

%make

%install
%makeinstall_std
install -D -m 0755 %{name}.sysinit %{buildroot}%{_sysconfdir}/init.d/%{name}
install -d %{buildroot}%{_localstatedir}/run/%{name}
install -d %{buildroot}%{_localstatedir}/lib/%{name}
sqlite3 %{buildroot}%{_localstatedir}/lib/%{name}/db.sqlite <db.sqlite
install -p -D -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service %{name}

%preun
%_preun_service %{name}

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false

%postun
%_postun_userdel %{name}

%clean


%files
%doc README
%{_sbindir}/%{name}
%{_sysconfdir}/init.d/%{name}
%attr(755,%{name},%{name}) %dir %{_localstatedir}/lib/%{name}
%attr(755,%{name},%{name}) %{_localstatedir}/lib/%{name}/db.sqlite
%{_tmpfilesdir}/%{name}.conf

%changelog

* Thu Jun 16 2016 Denis Silakov <dsilakov@gmail.com> 0.8-1
- (6fc6f16) Updated to 0.8, switch to tmpfiles



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14662 |14cu|sipp-3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Performance testing tool for the SIP protocol
Name: 	 	sipp
Version: 	3.3
Release: 	1
License:	GPL
Group:		Networking/Other
URL:		http://sipp.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/sipp/sipp-%{version}.tar.gz
Patch2:         sipp-3.3-format-security.patch
BuildRequires:	libstdc++-devel
BuildRequires:	ncurses-devel
BuildRequires:  openssl-devel
BuildRequires:  pcap-devel
BuildRequires:  lksctp-tools-devel


%description
SIPp is a performance testing tool for the SIP protocol. It
includes a few basic SipStone user agent scenarios (UAC and UAS)
and establishes and releases multiple calls with the INVITE and
BYE methods. It can also reads XML scenario files describing any
performance testing configuration. It features the dynamic display
of statistics about running tests (call rate, round trip delay,
and message statistics), periodic CSV statistics dumps, TCP and
UDP over multiple sockets or multiplexed with retransmission
management, regular expressions and variables in scenario files,
and dynamically adjustable call rates.

SIPp can be used to test many real SIP equipements like SIP
proxies, B2BUAs, SIP media servers, SIP/x gateways, SIP PBX, 
... It is also very useful to emulate thousands of user agents
calling your SIP system. 

%prep
%setup -q
autoreconf -fi
%patch2 -p1 -b .format

%build
%configure --with-openssl --with-pcap --with-sctp
%make

%install
install -d %{buildroot}%{_bindir}
install -m0755 sipp %{buildroot}%{_bindir}/
mkdir -p %{buildroot}%{_datadir}/%{name}/pcap
install -p -m 644 pcap/*.pcap %{buildroot}%{_datadir}/%{name}/pcap

%files
%doc README*
%{_bindir}/sipp
%{_datadir}/%{name}

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.3-1
- (2aa7432) Updated to 3.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14663 |14cu|sitecopy-0.16.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sitecopy
Version:	0.16.6
Release:	5
Summary:	Tool for easily maintaining remote web sites
License:	GPL
Group:		Networking/File transfer
Source0:	http://www.lyra.org/sitecopy/sitecopy-%{version}.tar.bz2
Source1:	%{name}.bash-completion
Patch0:		configure-0.16.6.patch
URL:		http://www.lyra.org/sitecopy/
BuildRequires:	neon-devel

%description
sitecopy allows you to easily maintain remote Web sites.  The program
will upload files to the server which have changed locally, and delete
files from the server which have been removed locally, to keep the
remote site synchronized with the local site, with a single
command. sitecopy will also optionally try to spot files you move
locally, and move them remotely.  FTP and WebDAV servers are
supported.

%prep
%setup -q
%patch0 -p1

%build
export CFLAGS="%{optflags} -fPIE"
export LDFLAGS="%ldflags -pie"
%configure2_5x \
	--enable-debug \
	--with-ssl \
	--with-neon \
	--disable-rsh
%make

%install
%makeinstall_std

%find_lang %{name}

# (sb) remove fr man pages
rm -fr %{buildroot}/%{_mandir}/fr

# fix doc file permissions
chmod 0644 COPYING ChangeLog INSTALL NEWS README* THANKS TODO

# (sb) installed but unpackaged files
rm -fr %{buildroot}/%{_prefix}/doc

install -d -m 755 %{buildroot}%{_sysconfdir}/bash_completion.d
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}

%clean

%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/sitecopy
%{_mandir}/man1/*
%{_prefix}/share/sitecopy
%doc COPYING ChangeLog INSTALL NEWS README* THANKS TODO
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}

%changelog

* Wed Jun 15 2016 Denis Silakov <dsilakov@gmail.com> 0.16.6-5
- (9b788d2) Build with modern neon



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14664 |14cu|sk1-0.9.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname sK1

# https://sk1.svn.sourceforge.net/svnroot/sk1/trunk/sK1
%define	svn %{nil}

Summary:	Advanced vector graphics editor
Name:		sk1
Version:	0.9.3
Release:	1
License:	GPLv2+ and LGPLv2+
Group:		Graphics
Url:		https://github.com/sk1project
Source0:	https://sourceforge.net/projects/%{name}/files/%{name}/%{oname}_%{version}/%{name}-%{version}.tar.gz
Patch1:		sk1-0.9.2-linkage.patch
BuildRequires:	tcl
BuildRequires:	tk
BuildRequires:	tcl-devel
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pycairo)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
Requires:	tkinter
Requires:	python-pillow
Requires:	python-pillow-tk
Requires:	python-lcms
Requires:	zenity
Provides:	sketch = %{EVRD}
Provides:	skencil = %{EVRD}

%description
sK1 is an open source vector graphics editor similar to CorelDRAW, Adobe
Illustrator, or Freehand. sK1 is mainly oriented for PostScript processing.
It features CMYK colorspace support, CMYK support in Postscript, a Cairo-based
engine, color managment, universal CDR importer (7-X3 versions), and a modern
Tk based (former Tile widgets) user interface.

%files
%doc README.txt
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}.*
%{_datadir}/applications/%{name}.desktop
# FIXME All the stuff below %%{_prefix}/lib/
# should go in %%py_puresitedir or %%py_platsitedir instead
%{_prefix}/lib/%{name}*


#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .linkage


%build
python ./setup.py build


%install
python setup.py install -O1 --root=%{buildroot}


# Modify and use the provided .desktop file
desktop-file-edit	--remove-key="Version" \
			--add-category="VectorGraphics" \
			--add-mime-type="image/x-sk" \
			%{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Mon Dec 28 2015 Giovanni Mariani <mc2374@mclink.it> 0.9.3-1
- (3005131) Added BReq to fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14665 |14cu|ski-6.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Skiing game for the console
Name:		ski
Version:	6.11
Release:	1
License:	BSD
Group:		Games/Puzzles
Url:		http://www.catb.org/esr/ski/
Source:		http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	python
BuildRequires:	desktop-file-utils
BuildArch:	noarch

%description
A hotdogging game, evade the deadly Yeti on your jet-powered skis.
Imagine you are skiing down an infinite slope, 
facing such hazards as trees, ice, bare ground, 
and the man-eating Yeti! Unfortunately, 
you have put your jet-powered skis on backwards, 
so you can't see ahead where you are going; 
only behind where you have been. 
However, you can turn to either side, 
jump or hop through the air, teleport through hyperspace, 
launch nuclear ICBMs, and cast spells to call the Fire Demon. 
And since the hazards occur in patches, 
you can skillfully outmaneuver them. 
A fun and very silly game that proves 
you don't need fancy graphical user interfaces to have a good time.

%files
%doc README NEWS COPYING ski.xml 
%{_mandir}/man6/%{name}.6*
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/ski.png
%{_datadir}/appdata/ski.xml
#-----------------------------------------
%prep
%setup -q

%build
%setup_compile_flags
make

%install
%makeinstall_std

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop


%changelog

* Sat Aug 13 2016 abfonly <abfonly@gmail.com> 6.11-1
- (72ec652) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14666 |14cu|skipfish-2.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		skipfish
Version:	2.10
Release:	1
Summary:	A fully automated, active web application security reconnaissance tool
License:	GPLv2
Group:		Security
URL:		http://code.google.com/p/skipfish/
Source0:	http://%{name}.googlecode.com/files/%{name}-%{version}b.tgz
Source1:	%{name}-starter
Patch0:		skipfish-2.09b-fhs.patch
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	zlib-devel
BuildRequires:	pcre-devel

%description 
A fully automated, active web application security reconnaissance tool. Key
features:
 * High speed: pure C code, highly optimized HTTP handling, minimal CPU
   footprint - easily achieving 2000 requests per second with responsive
   targets.
 * Ease of use: heuristics to support a variety of quirky web frameworks and
   mixed-technology sites, with automatic learning capabilities, on-the-fly
   wordlist creation, and form autocompletion.
 * Cutting-edge security logic: high quality, low false positive, differential
   security checks, capable of spotting a range of subtle flaws, including
   blind injection vectors.

%prep
%setup -q -n %{name}-%{version}b
find . -perm 0440 | xargs chmod 0644
find . -perm 0640 | xargs chmod 0644
%patch0 -p1

%build
%make

%install
install -d %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}/%{name}
install -d %{buildroot}%{_mandir}/man1
install doc/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
install -d %{buildroot}/%{_datadir}/%{name}
cp -r assets %{buildroot}/%{_datadir}/%{name}
install -m 644 dictionaries/*.wl %{buildroot}/%{_datadir}/%{name}
ln -s default.wl %{buildroot}/%{_datadir}/%{name}/%{name}.wl

%files
%doc README ChangeLog doc/*.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/%{name}
%changelog

* Sun Jul 05 2015 dsilakov <denis.silakov@rosalab.ru> 2.10-1
- (d4adf12) Merge pull request #1 from alozhkov/skipfish:rosa2014.1
- (d4adf12) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14667 |14cu|skobo-0.5.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SDL port of Akira Higuchis game XKobo 
Name:		skobo
Version:	0.5.1
Release:	7
License:	GPL
Group:		Games/Arcade
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		http://www.olofson.net/kobodl/
Source0:	http://olofson.net/kobodl/download/KoboDeluxe-%{version}.tar.bz2
Source5:	%{name}-16.png
Source6:	%{name}-32.png
Source7:	%{name}-48.png
Patch0:		skobo-0.4pre10-gcc4.patch
# Patch1:		KoboDeluxe-0.4.1-various-from-debian.patch
Patch2:		KoboDeluxe-0.4pre10-fix-segfault-in-midi.patch
Patch3:		04_enemies-pipe-decl.patch
Patch4:		skobo-0.5.1-gcc44.patch
BuildRequires: SDL_image-devel
BuildRequires: libmesaglu-devel
Provides:	KoboDeluxe = %version
Provides:	kobodeluxe = %version

%description
Kobo Deluxe is an SDL port of Akira Higuchi's game XKobo. It adds sound,
smoother animation, filtered high resolution support, a more intuitive menu
driven user interface, joystick support and other features, and runs on most
of the major operating systems. Kobo Deluxe uses the Free/Open Source
libraries SDL and SDL_image, which can be downloaded (source as well as
binaries for various platforms) from http://www.libsdl.org.

%prep
%setup -q -n KoboDeluxe-%{version}
%patch0 -p0 -b .gcc4
# %patch1 -p1
%patch2 -p1
%patch3 -p1 -b .debian
%patch4 -p0 -b .gcc44

%build
%configure2_5x	--bindir=%{_gamesbindir}
%make kobo_scoredir=%{_localstatedir}/lib/games/%{name}

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/games/%{name}
%makeinstall_std kobo_scoredir=%{_localstatedir}/lib/games/%{name}


mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Kobo Deluxe
Comment=Arcade video game
Exec=%_gamesbindir/kobodl
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

install -D -m644 %SOURCE6 $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -D -m644 %SOURCE5 $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -D -m644 %SOURCE7 $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post 
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr(-,root,root)
%doc COPYING* ChangeLog README* TODO
%attr(2755, root, games) %{_gamesbindir}/kobodl
%attr(775, root, games) %{_localstatedir}/lib/games/%{name}
%{_datadir}/kobo-deluxe
%{_mandir}/man6/*
%{_datadir}/applications/*
%{_iconsdir}/*.png
%{_miconsdir}/*
%{_liconsdir}/*



%changelog

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.1-7
- (a2dcb68) MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14668 |14cu|sleuthkit-4.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 10
%define libname		%mklibname tsk %{major}
%define develname	%mklibname tsk -d

Summary: 	The Sleuth Kit
Name:		sleuthkit
Version:	4.1.3
Release:	1
License:	CPL
Group:		File tools
URL:		http://www.sleuthkit.org/sleuthkit/
Source0:	http://prdownloads.sourceforge.net/sleuthkit/%{name}-%{version}.tar.gz

Requires:       mac-robber
Requires:	file
Conflicts:	dstat
BuildRequires:	gcc-c++
BuildRequires:	afflib-devel
BuildRequires:	pkgconfig(libewf)
BuildRequires:	libstdc++-devel
BuildRequires:	openssl-devel
BuildRequires:	zlib-devel
BuildRequires:	ncurses-devel

%description
The Sleuth Kit (previously known as TASK) is a collection of UNIX-based command
line file system forensic tools that allow an investigator to examine NTFS,
FAT, FFS, EXT2FS, and EXT3FS file systems of a suspect computer in a
non-intrusive fashion. The  tools have a layer-based design and can extract
data from internal file system structures. Because the tools do not rely on the
operating system to process the file systems, deleted and hidden content is
shown.

When performing a complete analysis of a system, command line tools can become
tedious. The Autopsy Forensic Browser is a graphical interface to the tools in
The Sleuth Kit, which allows one to more easily conduct an investigation.
Autopsy provides case management, image integrity, keyword searching, and other
automated operations.

%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libname}
The %libname package contains library for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}

%description -n %{develname}
The %{develname} package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -n %{name}-%{version}

%build
autoreconf -fi
export LIBS='-lpthread -ldl -lstdc++'
%configure2_5x --disable-static

# remove rpath from libtool
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

# hack...
perl -pi -e "s|%{_builddir}/%{name}-%{version}|%{_prefix}|g" bin/sorter

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%files
%doc ChangeLog.txt README.txt licenses/*
# License is CPL 1.0 exept for some files.
%{_bindir}/blkcalc
%{_bindir}/blkcat
%{_bindir}/blkls
%{_bindir}/blkstat
%{_bindir}/fcat
%{_bindir}/ffind
%{_bindir}/fiwalk
%{_bindir}/fls
%{_bindir}/fsstat
%{_bindir}/hfind
%{_bindir}/icat
%{_bindir}/ifind
%{_bindir}/ils
%{_bindir}/img_cat
%{_bindir}/img_stat
%{_bindir}/istat
%{_bindir}/jcat
%{_bindir}/jpeg_extract
%{_bindir}/jls
# This file is described as GPL in the doc
# But the license remains CPL in the source.
%{_bindir}/mactime
##
%{_bindir}/mmcat
%{_bindir}/mmls
%{_bindir}/mmstat
%{_bindir}/sigfind
%{_bindir}/sorter
%{_bindir}/tsk_comparedir
%{_bindir}/tsk_gettimes
%{_bindir}/tsk_loaddb
%{_bindir}/tsk_recover
## This file is GPLv2+
%{_bindir}/srch_strings
#
%{_mandir}/man1/blkcalc.1*
%{_mandir}/man1/blkcat.1*
%{_mandir}/man1/blkls.1*
%{_mandir}/man1/blkstat.1*
%{_mandir}/man1/ffind.1*
%{_mandir}/man1/fls.1*
%{_mandir}/man1/fsstat.1*
%{_mandir}/man1/hfind.1*
%{_mandir}/man1/icat.1*
%{_mandir}/man1/ifind.1*
%{_mandir}/man1/ils.1*
%{_mandir}/man1/img_cat.1*
%{_mandir}/man1/img_stat.1*
%{_mandir}/man1/istat.1*
%{_mandir}/man1/jcat.1*
%{_mandir}/man1/jls.1*
%{_mandir}/man1/mactime.1*
%{_mandir}/man1/mmcat.1*
%{_mandir}/man1/mmls.1*
%{_mandir}/man1/mmstat.1*
%{_mandir}/man1/sigfind.1*
%{_mandir}/man1/sorter.1*
%{_mandir}/man1/tsk_comparedir.1*
%{_mandir}/man1/tsk_gettimes.1*
%{_mandir}/man1/tsk_loaddb.1*
%{_mandir}/man1/tsk_recover.1*
%dir %{_datadir}/tsk
%{_datadir}/tsk/sorter/

%files -n %{libname}
%{_libdir}/libtsk.so.%{major}*

%files -n %{develname}
# CPL and IBM
%{_includedir}/tsk/
%{_libdir}/libtsk.so

%changelog

* Wed Jul 08 2015 dsilakov <denis.silakov@rosalab.ru> 4.1.3-1
- (9c74c3e) Merge pull request #1 from alozhkov/sleuthkit:rosa2014.1
- (9c74c3e) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14669 |14cu|sloccount-2.26-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		sloccount
Summary:	Measures source lines of code (SLOC) in programs
Version:	2.26
Release:	10
License:	GPL
Group:		Development/Other
Source:		http://www.dwheeler.com/sloccount/%{name}-%{version}.tar.gz
URL:		http://www.dwheeler.com/sloccount
BuildRequires:	flex

%description
SLOCCount (pronounced "sloc-count") is a suite of programs for counting
physical source lines of code (SLOC) in potentially large software systems
(thus, SLOCCount is a "software metrics tool" or "software measurement tool").
SLOCCount can count physical SLOC for a wide number of languages;
listed alphabetically, they are: Ada, Assembly, awk, Bourne shell, C, C++,
C shell, COBOL, Expect, Fortran, Java, lex/flex, LISP (including Scheme),
Modula-3, Objective-C, Pascal, Perl, PHP, Python, sed, TCL, and Yacc.
SLOCCount can automatically determine if a file
is a source code file or not, and if so, which language it's written in.
As a result, you can analyze large systems completely automatically;
it's been used to examine entire GNU/Linux distributions, for example.
SLOCCount also includes some report-generating tools
to collect the data generated and present it in several different formats.
Normally you can just run "sloccount DIRECTORY" and all the source code
in the directory and its descendants will be counted.

%prep
%setup -q

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
make install_programs PREFIX=%{buildroot}%{_prefix}
make install_man PREFIX=%{buildroot}%{_prefix}

%clean

%files
%doc sloccount.html README ChangeLog COPYING TODO
%{_bindir}/*
%{_mandir}/*/*

%changelog

* Thu Nov 19 2015 Denis Silakov <dsilakov@gmail.com> 2.26-10
- (2f5535b) Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14670 |14cu|slock-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		slock
Version:	1.2
Release:	3
Group:		Graphical desktop/Other
Summary:	Simple X display locker
URL:		http://tools.suckless.org/slock
Source:		http://dl.suckless.org/tools/slock-%{version}.tar.gz
Patch0:		slock-1.2-CVE-2016-6866.patch
License:	MIT
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)

%description
A very simple X screen locker from suckless.org. It is stable and quite
a lot of people are using it every day when they are out with friends
or fetching some food from the local pub


%prep
%setup -q
%patch0 -p1 -b .CVE-2016-6866

%build
%setup_compile_flags
%make CFLAGS="$CFLAGS "'$(CPPFLAGS) ' LDFLAGS="$LDFLAGS "'$(LIBS)'

%install
%make_install PREFIX=%{_prefix}

%files
%doc LICENSE README
%{_bindir}/%{name}

%changelog

* Sun Oct 09 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.2-3
- (78a9ac3) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14671 |14cu|slowmoVideo-0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Create slow-motion videos from your footage
Name:		slowmoVideo
Version:	0.5
Release:	1
License:	GPLv2+
Group:		Video
Url:		https://github.com/slowmoVideo/slowmoVideo
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	unzip
BuildRequires:	ffmpeg-devel
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	jpeg-devel
BuildRequires:	desktop-file-utils

%description
slowmoVideo is an OpenSource program that creates slow-motion videos from
your footage. But it does not simply make your videos play at 0.01× speed.
You can smoothly slow down and speed up your footage, optionally with
motion blur.

How does slow motion work? slowmoVideo tries to find out where pixels
move in the video (this information is called Optical Flow), and then uses
this information to calculate the additional frames between the ones
recorded by your camera.

%files
%doc README.* LICENSE.* 
%{_bindir}/slowmo*
%{_datadir}/applications/*.desktop
%{_iconsdir}/*.png
#----------------------------------------------------------------------------

%prep
%setup -q

%build
pushd src
%cmake_qt5 \
	-DBUILD_SHARED_LIBS:BOOL=OFF \
	-DBUILD_STATIC_LIBS:BOOL=ON
%make
popd

%install
%makeinstall_std -C src/build

rm -rf %{buildroot}%{_bindir}/Test

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop  

%changelog

* Sat Jun 25 2016 abfonly <abfonly@gmail.com> 0.5-1
- (ebb9759) Log: Update to 0.5
- (ebb9759) qt5 build
- (ebb9759) add docs and menu entry



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14672 |14cu|smalltalk-3.2.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define libname %mklibname gst %{major}
%define devname %mklibname gst -d

Summary:	Smalltalk free language implementation
Name:		smalltalk
Version:	3.2.5
Release:	6
License:	GPLv2+ and LGPLv2.1+ and GFDL
Group:		Development/Other
Url:		http://smalltalk.gnu.org/
Source0:	ftp://ftp.gnu.org/gnu/smalltalk/%{name}-%{version}.tar.gz
# Fix for Tcl 8.6 (interp->result, TIP #330) - AdamW 2008/12
Patch2:		smalltalk-3.1-tcl86.patch
Patch3:		smalltalk-3.2.4-gst-reload-symlink.patch
Patch4:		smalltalk-3.2.5-texi.patch
BuildRequires:	emacs-bin
BuildRequires:	tcl
BuildRequires:	texinfo
BuildRequires:	tk
BuildRequires:	zip
BuildRequires:	gdbm-devel
BuildRequires:	gmp-devel
BuildRequires:	libsigsegv-devel
BuildRequires:	readline-devel
BuildRequires:	SDL_sound-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)

%description
GNU Smalltalk is a Free (or Open Source) implementation that closely
follows the Smalltalk-80 language as described in the book Smalltalk-80:
the Language and its Implementation by Adele Goldberg and David
Robson. GNUSmalltalk runs on most versions of Unix or Unix like
systems (GNU/Linux, FreeBSD, etc...).
There is even a version for commercial operating systems like MS-NT.

%files
%doc AUTHORS NEWS README
%{_bindir}/gst
%{_bindir}/gst-blox
%{_bindir}/gst-convert
%{_bindir}/gst-doc
%{_bindir}/gst-load
%{_bindir}/gst-package
%{_bindir}/gst-reload
%{_bindir}/gst-remote
%{_bindir}/gst-sunit
%{_bindir}/gst-browser
%{_bindir}/gst-profile
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_libdir}/smalltalk
%{_infodir}/*.info*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package emacs
Summary:	Smalltalk mode for Emacs
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Conflicts:	smalltalk < 3.0.1-1

%description emacs
GNU Smalltalk is a Free (or Open Source) implementation that closely
follows the Smalltalk-80 language as described in the book Smalltalk-80:
the Language and its Implementation by Adele Goldberg and David
Robson. GNUSmalltalk runs on most versions of Unix or Unix like
systems (GNU/Linux, FreeBSD, etc...).
There is even a version for commercial operating systems like MS-NT.

This Package contains the Smalltalk mode for Emacs.

%files emacs
%{_datadir}/emacs/site-lisp/*
%{_sysconfdir}/emacs/site-start.d/**

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library GNU Smalltalk
Group:		System/Libraries
Conflicts:	%{name} < 3.2.5-6

%description -n %{libname}
Shared library GNU Smalltalk.

%files -n %{libname}
%{_libdir}/libgst.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for GNU Smalltalk
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 3.2.5-6
Obsoletes:	%{name}-devel < 3.2.5-6

%description -n %{devname}
GNU Smalltalk is a Free (or Open Source) implementation that closely
follows the Smalltalk-80 language as described in the book Smalltalk-80:
the Language and its Implementation by Adele Goldberg and David
Robson. GNUSmalltalk runs on most versions of Unix or Unix like
systems (GNU/Linux, FreeBSD, etc...).
There is even a version for commercial operating systems like MS-NT.

This Package contains header files and other stuff provided by
GNU Smalltalk. You will need this package, if you want to extent GNU
Smalltalk with functions written in C.

%files -n %{devname}
%{_bindir}/gst-config
%{_libdir}/libgst.so
%{_libdir}/pkgconfig/gnu-smalltalk.pc
%{_datadir}/aclocal/*.m4
%{_includedir}/gst.h
%{_includedir}/gstpub.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch2 -p1 -b .tcl86
%patch3 -p1
%patch4 -p1

%build
export LDFLAGS="-lpthread"
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--with-tcl=%{_libdir} \
	--with-tk=%{_libdir} \
	--with-system-libsigsegv \
	--with-system-libffi=yes \
	--with-imagedir=%{_libdir}/%{name}
%make

cd doc
for i in gst*;
do
  sed -i -e 's!%{_libdir}!/usr/lib(64)!g' \
         -e 's!/usr/lib!/usr/lib(64)!g' \
         -e 's!/usr/share/smalltalk/kernel!/usr/lib(64)/smalltalk/kernel!g' $i
done

%install
%makeinstall_std


%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.2.5-6
- (aba5c57) Split shared library from main package
- (aba5c57) Properly name development package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14673 |14cu|smokeping-2.6.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'perl\\(Authen::.*|perl\\(Smokeping.*'
%define __noautoprov perl(.*)

Summary:          Latency Logging and Graphing System
Name:             smokeping
Version:          2.6.9
Release:          2
License:          GPLv2+
Group:            Networking/WWW
URL:              http://oss.oetiker.ch/smokeping/
Source0:          http://oss.oetiker.ch/smokeping/pub/smokeping-%{version}.tar.gz
Source1:          smokeping.service
Source3:          http://oss.oetiker.ch/smokeping-demo/img/smokeping.png
Source4:          http://oss.oetiker.ch/smokeping-demo/img/rrdtool.png
Source5:          README.urpmi
Source6:          smokeping-tmpfs.conf
Source7:          smokeping-httpd24.conf.d
Patch0:           smokeping-2.6.7-path.patch
Patch1:           smokeping-2.6.7-config.patch
Patch2:           smokeping-2.6.7-silence.patch
Patch3:           smokeping-2.6.7-datadir.patch
Patch4:           smokeping-2.6.8-Escape-solidus-in-POD-link.patch
Patch5:           smokeping-2.6.9-remove-date.patch
BuildRequires:    systemd-units
BuildRequires:    perl(CGI)
BuildRequires:    perl(CGI::Fast)
BuildRequires:    perl(Config::Grammar)
BuildRequires:    perl(Digest::HMAC_MD5)
BuildRequires:    perl(FCGI)
BuildRequires:    perl(File::Basename)
BuildRequires:    perl(Getopt::Long)
BuildRequires:    perl(LWP)
BuildRequires:    perl(Pod::Usage)
BuildRequires:    perl(POSIX)
BuildRequires:    perl(RRDs)
BuildRequires:    perl(SNMP_Session)
BuildRequires:    perl(SNMP_util) >= 1.13
BuildRequires:    perl(strict) 
BuildRequires:    perl(Sys::Hostname)
BuildRequires:    perl(Sys::Syslog)
BuildRequires:    perl(URI::Escape)
BuildRequires:    perl(vars)
#BuildRequires:    pod2man
BuildRequires:    automake
BuildRequires:    autoconf
Requires:         perl >= 5.6.1
Requires:         rrdtool >= 1.0.33
Requires:         fping >= 2.4b2
Requires:         traceroute
# Not picked up for some reason
Requires:         perl(Config::Grammar)
Requires:         perl(SNMP_util) >= 1.13
# only httpd supported without config changes
Requires:         apache
Requires:         apache-mod_fcgid
Requires(post):   systemd-units
Requires(preun):  systemd-units
Requires(postun): systemd-units
BuildArch:        noarch

%description
SmokePing is a latency logging and graphing system. It consists of a
daemon process which organizes the latency measurements and a CGI
which presents the graphs.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

install -p -m 0644 %{SOURCE5} . 
iconv -f ISO-8859-1 -t utf-8 -o CHANGES.utf8 CHANGES
touch -r CHANGES CHANGES.utf8 
mv CHANGES.utf8 CHANGES

# remove some external modules
rm -f lib/{SNMP_Session,SNMP_util,BER}.pm

%build
autoreconf -fi
automake
autoconf
%configure --with-htdocs-dir=%{_datadir}/%{name}/htdocs \
           --disable-silent-rules

%install
%make install DESTDIR=%{buildroot}

# Some additional dirs and files
install -d %{buildroot}%{_localstatedir}/lib/%{name}/{rrd,images} \
                %{buildroot}%{_datadir}/%{name}/cgi
install -Dp -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -Dp -m 0644 %{SOURCE7} %{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}.conf
install  -p -m 0644 %{SOURCE3} %{SOURCE4} %{buildroot}%{_datadir}/%{name}/htdocs
install -Dp -m 0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf

# Fix some files
for f in config basepage.html smokemail tmail smokeping_secrets ; do
    mv %{buildroot}%{_sysconfdir}/%{name}/$f.dist \
            %{buildroot}%{_sysconfdir}/%{name}/$f
done
mv %{buildroot}%{_sysconfdir}/%{name}/examples __examples
mv %{buildroot}%{_bindir}/%{name}_cgi %{buildroot}%{_datadir}/%{name}/cgi
ln -s %{name}_cgi %{buildroot}%{_datadir}/%{name}/cgi/%{name}.fcgi
rm -f %{buildroot}%{_datadir}/%{name}/htdocs/smokeping.fcgi.dist

%post
%systemd_post smokeping.service

%preun
%systemd_preun smokeping.service

%postun
%systemd_postun_with_restart smokeping.service

%files
%doc CHANGES CONTRIBUTORS COPYRIGHT LICENSE README TODO README.urpmi
%doc __examples/*
%{_sbindir}/%{name}
%{_bindir}/smokeinfo
%{_bindir}/tSmoke
%{_unitdir}/%{name}.service
%dir %{_sysconfdir}/%{name}
%attr(0640, root, apache) %config(noreplace) %{_sysconfdir}/%{name}/config
%config(noreplace) %{_sysconfdir}/%{name}/basepage.html
%config(noreplace) %{_sysconfdir}/%{name}/smokemail
%attr(0640, root, root) %config(noreplace) %{_sysconfdir}/%{name}/smokeping_secrets
%config(noreplace) %{_sysconfdir}/%{name}/tmail
%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf
%config(noreplace) %{_sysconfdir}/tmpfiles.d/%{name}.conf
%{_datadir}/%{name}
%dir %{_localstatedir}/lib/%{name}
%{_localstatedir}/lib/%{name}/rrd
%attr(0755, apache, root) %{_localstatedir}/lib/%{name}/images
%{_mandir}/man1/%{name}*.1*
%{_mandir}/man1/tSmoke.1*
%{_mandir}/man3/Smokeping_*.3*
%{_mandir}/man5/%{name}_*.5*
%{_mandir}/man7/%{name}_*.7*


%changelog

* Thu Jun 16 2016 Denis Silakov <dsilakov@gmail.com> 2.6.9-2
- (1a906b2) Do not pack /var/run



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14674 |14cu|smplayer-18.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Complete front-end for mplayer written in Qt4
Name:		smplayer
Version:	18.1.0
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Video
Url:		http://smplayer.sourceforge.net
Source0:	https://sourceforge.net/projects/smplayer/files/SMPlayer/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	qt4-devel
BuildRequires:	desktop-file-utils
Requires:	mplayer
Suggests:	smplayer-themes
Obsoletes:	smplayer-qt4 < 0.5.62-1
Provides:	smplayer-qt4 = %{version}-%{release}

%description
SMPlayer intends to be a complete front-end for MPlayer,
from basic features like playing videos, DVDs, and VCDs 
to more advanced features like support for MPlayer filters and more.

One of the most interesting features of SMPlayer: it remembers the 
settings of all files you play. So you start to watch a movie but you 
have to leave... don't worry, when you open that movie again it will 
resume at the same point you left it, and with the same settings: 
audio track, subtitles, volume...

Other additional interesting features:

* New GUI. Now there are toolbars, the control at the bottom is different 
  (and it changes if the window is made smaller), the icons can be changed 
  (several icon themes are available). In fullscreen mode the floating 
  control that appears when you move the mouse to the bottom of the screen 
  is new too and this time the video doesn't resize when it shows.
* Configurable key shortcuts. A shortcut editor has been added, it's 
  located at "Preferences->Mouse & keyboard". Please read 
  Configurable_shortcuts.txt.
* Support for VCD. Now you can also play VCD discs.
* System tray icon. Now it's possible to leave SMPlayer running in the 
  system tray. This feature requires Qt 4.2.
* Added some new functions, like pan&scan, stay on top, set the size 
  of the window...
* Improved support for subtitles. For instance, now you can load a idx/sub 
  file and you'll be able to select among all languages that the file 
  provides. You can have a mkv file with embedded subtitles, load an 
  idx/sub file (or srt, sub...) and all subtitles will be available.
* New translations. SMPlayer 0.5.0 is translated (totally or partially) to 
  the following languages: Bulgarian, Czech, German, Spanish, French, 
  Hungarian, Italian, Japanese, Georgian, Dutch, Polish, Brazilian Portuguese, 
  Russian, Slovak, Serbian, Swedish, Turkish, Ukrainian, Simplified-Chinese 
  and Traditional Chinese. By the way, now it's possible to change the language
  at run-time.

SMPlayer supports themes which can be found in smplayer-themes package.

%files
%doc Changelog *.txt
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/shortcuts
%dir %{_datadir}/%{name}/translations
%{_bindir}/%{name}
%{_bindir}/simple_web_server
%{_mandir}/man1/%{name}.*
%{_datadir}/%{name}/*.conf
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.svg
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}/shortcuts/*
%lang(ar) %{_datadir}/%{name}/translations/smplayer_ar.qm
%lang(ar_SY) %{_datadir}/%{name}/translations/smplayer_ar_SY.qm
%lang(am) %{_datadir}/%{name}/translations/smplayer_am.qm
%lang(bg) %{_datadir}/%{name}/translations/smplayer_bg.qm
%lang(ca) %{_datadir}/%{name}/translations/smplayer_ca.qm
%lang(cs) %{_datadir}/%{name}/translations/smplayer_cs.qm
%lang(de) %{_datadir}/%{name}/translations/smplayer_de.qm
%lang(da) %{_datadir}/%{name}/translations/smplayer_da.qm
%lang(el) %{_datadir}/%{name}/translations/smplayer_el.qm
%lang(en) %{_datadir}/%{name}/translations/smplayer_en.qm
%lang(en) %{_datadir}/%{name}/translations/smplayer_en_GB.qm
%lang(en_US) %{_datadir}/%{name}/translations/smplayer_en_US.qm
%lang(es) %{_datadir}/%{name}/translations/smplayer_es.qm
%lang(et) %{_datadir}/%{name}/translations/smplayer_et.qm
%lang(eu) %{_datadir}/%{name}/translations/smplayer_eu.qm
%lang(fa) %{_datadir}/%{name}/translations/smplayer_fa.qm
%lang(fi) %{_datadir}/%{name}/translations/smplayer_fi.qm
%lang(fr) %{_datadir}/%{name}/translations/smplayer_fr.qm
%lang(gl) %{_datadir}/%{name}/translations/smplayer_gl.qm
%lang(he_IL) %{_datadir}/%{name}/translations/smplayer_he_IL.qm
%lang(hr) %{_datadir}/%{name}/translations/smplayer_hr.qm
%lang(hu) %{_datadir}/%{name}/translations/smplayer_hu.qm
%lang(id) %{_datadir}/%{name}/translations/smplayer_id.qm
%lang(it) %{_datadir}/%{name}/translations/smplayer_it.qm
%lang(ja) %{_datadir}/%{name}/translations/smplayer_ja.qm
%lang(ka) %{_datadir}/%{name}/translations/smplayer_ka.qm
%lang(ko) %{_datadir}/%{name}/translations/smplayer_ko.qm
%lang(ku) %{_datadir}/%{name}/translations/smplayer_ku.qm
%lang(lt) %{_datadir}/%{name}/translations/smplayer_lt.qm
%lang(mk) %{_datadir}/%{name}/translations/smplayer_mk.qm
%lang(nl) %{_datadir}/%{name}/translations/smplayer_nl.qm
%lang(nb_NO) %{_datadir}/%{name}/translations/smplayer_nb_NO.qm
%lang(nn_NO) %{_datadir}/%{name}/translations/smplayer_nn_NO.qm
%lang(pl) %{_datadir}/%{name}/translations/smplayer_pl.qm
%lang(pt) %{_datadir}/%{name}/translations/smplayer_pt.qm
%lang(pt_BR) %{_datadir}/%{name}/translations/smplayer_pt_BR.qm
%lang(ro_RO) %{_datadir}/%{name}/translations/smplayer_ro_RO.qm
%lang(ru_RU) %{_datadir}/%{name}/translations/smplayer_ru_RU.qm
%lang(sk) %{_datadir}/%{name}/translations/smplayer_sk.qm
%lang(sl) %{_datadir}/%{name}/translations/smplayer_sl_SI.qm
%lang(sr) %{_datadir}/%{name}/translations/smplayer_sr.qm
%lang(sv) %{_datadir}/%{name}/translations/smplayer_sv.qm
%lang(th) %{_datadir}/%{name}/translations/smplayer_th.qm
%lang(tr) %{_datadir}/%{name}/translations/smplayer_tr.qm
%lang(uk_UA) %{_datadir}/%{name}/translations/smplayer_uk_UA.qm
%lang(uz) %{_datadir}/%{name}/translations/smplayer_uz.qm
%lang(vi) %{_datadir}/%{name}/translations/smplayer_vi_VN.qm
%lang(zh_CN) %{_datadir}/%{name}/translations/smplayer_zh_CN.qm
%lang(zh_TW) %{_datadir}/%{name}/translations/smplayer_zh_TW.qm
%lang(ms_MY) %{_datadir}/%{name}/translations/smplayer_ms_MY.qm
%lang(sq_AL) %{_datadir}/%{name}/translations/smplayer_sq_AL.qm

#--------------------------------------------------------------

%prep
%setup -q %{name}-%{version}

%build
%setup_compile_flags
%make PREFIX=%{_prefix} 'DOC_PATH=\"%{_docdir}/%{name}\"'

%install
%makeinstall_std PREFIX=%{_prefix}

# Allow html docs
mv %{buildroot}%{_docdir}/packages/%{name} %{buildroot}%{_docdir}/%{name}
rm -fr %{buildroot}%{_docdir}/packages

desktop-file-install \
	--remove-key='Encoding' \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14675 |14cu|smplayer-skins-15.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		smplayer-skins
Version:	15.2.0
Release:	1
Epoch:		1
Summary:	Skins for SMPlayer
# Actually, various
License:	GPLv2
Group:		Video
URL:		http://smplayer.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	qt4-devel
Requires:	smplayer >= 0.8.2
BuildArch:	noarch

%description
This package provides skin themes for SMPlayer.

SMPlayer intends to be a complete front-end for Mplayer, from basic features
like playing videos, DVDs, and VCDs to more advanced features like support
for Mplayer filters and more. One of the main features is the ability to
remember the state of a played file, so when you play it later it will resume
at the same point and with the same settings. smplayer is developed with
the Qt toolkit, so it's multi-platform.

%prep
%setup -q

%build
%make

%install
%makeinstall_std DESTDIR=%{buildroot} PREFIX=%{_prefix}

%files
%doc README.txt Changelog COPYING*.txt
%dir %{_datadir}/smplayer/themes
%{_datadir}/smplayer/themes/*
%changelog
* Tue Mar 24 2015 Victor Ryzhikh <victorr2007@yandex.ru> 1:15.2.0-1
+ Revision: dcf8846
- Updated smplayer-skins.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14676 |14cu|smplayer-themes-17.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Themes for SMPlayer
Name:		smplayer-themes
Version:	17.3.0
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Video
Url:		http://smplayer.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/smplayer/SMPlayer-themes/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	qt4-devel
Requires:	smplayer
BuildArch:	noarch
Obsoletes:	%{name}-0.1.20

%description
A set of themes for SMPlayer.

%prep
%setup -q

%build
%make

%install
%makeinstall_std DESTDIR=%{buildroot} PREFIX=%{_prefix}

%files
%doc README.txt Changelog
%dir %{_datadir}/smplayer/themes
%{_datadir}/smplayer/themes/*

%changelog

* Wed May 03 2017 Victor Ryzhikh <victorr2007@yandex.ru> 2:17.3.0-1
- (9bc304b) Updated to 17.3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14677 |14cu|smstools-3.1.15-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _varlogdir      %{_localstatedir}/log/smsd
%define _varrundir      %{_localstatedir}/run/smsd

Summary:	Tools to send and receive short messages through GSM modems or mobile phones
Name:		smstools
Version:	3.1.15
Release:	4
License:	GPLv2+
Group:		Communications
Url:		http://smstools3.kekekasvi.com
Source0:	http://smstools3.kekekasvi.com/packages/smstools3-%{version}.tar.gz
Source1:	smsd.service
Source2:	smsd.logrotate
Source3:	smsd.tmpfiles
Patch0:		smstools3-3.1.5-loglocation.patch
Patch1:		smstools3-3.1.15-rundirectory.patch
Patch2:		smstools3-3.1.15-makefile-whitespace.patch
Requires(pre):	shadow-utils
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description
The SMS Server Tools are made to send and receive short messages through
GSM modems. It supports easy file interfaces and it can run external
programs for automatic actions.

%files
%doc LICENSE manual/ examples/ scripts/checkhandler-utf-8 scripts/email2sms scripts/eventhandler-utf-8
%doc scripts/mysmsd scripts/regular_run scripts/smsevent scripts/smsresend scripts/sql_demo
%{_sbindir}/*
%{_bindir}/*
%{_unitdir}/smsd.service
%config(noreplace) %{_sysconfdir}/logrotate.d/smstools
%config(noreplace) %{_sysconfdir}/smsd.conf
%config %{_sysconfdir}/tmpfiles.d/smstools.conf
%attr(-,smstools,smstools) %dir %{_localstatedir}/spool/sms/
%attr(-,smstools,smstools) %dir %{_localstatedir}/spool/sms/checked
%attr(-,smstools,smstools) %dir %{_localstatedir}/spool/sms/failed
%attr(-,smstools,smstools) %dir %{_localstatedir}/spool/sms/incoming
%attr(-,smstools,smstools) %dir %{_localstatedir}/spool/sms/outgoing
%attr(-,smstools,smstools) %dir %{_localstatedir}/spool/sms/sent
%attr(0750,smstools,smstools) %dir %{_varlogdir}
%attr(0640,smstools,smstools) %ghost %{_varlogdir}/smsd.log
%attr(0640,smstools,smstools) %ghost %{_varlogdir}/smsd_trouble.log
%attr(0750,smstools,smstools) %dir %{_varlogdir}/smsd_stats

%pre
getent group smstools >/dev/null || groupadd -r smstools

# on older releases we need to use uucp (here it seems only the uucp group exists)
# on newer releases it's dialout (here it seems both groups exist)
# it would be more elegant to base my if clause on the udev rules instead of the group existence
if [ `getent group dialout` ]
  then
    getent passwd smstools >/dev/null || useradd -r -d /var/lib/smstools -m -g smstools -G dialout smstools
  else
    getent passwd smstools >/dev/null || useradd -r -d /var/lib/smstools -m -g smstools -G uucp smstools
fi

%post
%systemd_post %{name}.service

# Create initial log files so that logrotate doesn't complain
for n in smsd.log smsd_trouble.log; do
        [ -f %{_varlogdir}/$n ] || touch %{_varlogdir}/$n
        chown smstools:smstools %{_varlogdir}/$n
        chmod 640 %{_varlogdir}/$n
done

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q -n smstools3
%patch0 -p1 -b .loglocation~
%patch1 -p1 -b .conf~
%patch2 -p1 -b .make4~

mv doc manual
mv examples/.procmailrc examples/procmailrc
mv examples/.qmailrc examples/qmailrc
find scripts/ examples/ manual/ -type f -print0 |xargs -0 chmod 644

%build
%make -C src CFLAGS="%{optflags} -DNOSTATS -D NUMBER_OF_MODEMS=64" LFLAGS="%{ldflags}"

%install
install -Dm 644 %{SOURCE1} %{buildroot}%{_unitdir}/smsd.service
install -Dm 664 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/smstools
install -Dm 664 %{SOURCE3} %{buildroot}%{_sysconfdir}/tmpfiles.d/smstools.conf
install -Dm 600 examples/smsd.conf.easy %{buildroot}%{_sysconfdir}/smsd.conf
install -Dm 755 src/smsd %{buildroot}%{_sbindir}/smsd
install -Dm 755 scripts/sendsms %{buildroot}%{_bindir}/smssend
install -Dm 755 scripts/sms2html %{buildroot}%{_bindir}/sms2html
install -Dm 755 scripts/sms2unicode %{buildroot}%{_bindir}/sms2unicode
install -Dm 755 scripts/sms2xml %{buildroot}%{_bindir}/sms2xml
install -Dm 755 scripts/unicode2sms %{buildroot}%{_bindir}/unicode2sms
install -dm 750 %{buildroot}%{_localstatedir}/spool/sms/checked
install -dm 750 %{buildroot}%{_localstatedir}/spool/sms/failed
install -dm 750 %{buildroot}/%{_localstatedir}/spool/sms/incoming
install -dm 770 %{buildroot}/%{_localstatedir}/spool/sms/outgoing
install -dm 750 %{buildroot}/%{_localstatedir}/spool/sms/sent
mkdir -p %{buildroot}/%{_varlogdir}
mkdir -p %{buildroot}/%{_varlogdir}/smsd_stats

# Create ghost files
for n in smsd.log smsd_trouble.log; do
    touch %{buildroot}/%{_varlogdir}/$n
done


%changelog

* Thu Jun 16 2016 Denis Silakov <dsilakov@gmail.com> 3.1.15-4
- (7f9fcf2) Do not pack /var/run



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14678 |14cu|smtp-gated-1.4.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define user smtpgw

Summary:	SMTP Transparent Proxy
Name: 		smtp-gated
Version: 	1.4.20.0
Release: 	1
Group: 		System/Servers
License:	GPLv2+
URL: 		http://smtp-proxy.klolik.org
Source0: 	http://software.klolik.org/smtp-gated/files/%{name}-%{version}.tar.gz
Source1:	%{name}.service
Source2:	%{name}.conf
Source3:	%{name}-tmpfiles.conf
Patch0: 	smtp-gated-1.4.17-fdprintf.patch
Patch1: 	smtp-gated-1.4.17-syslog.patch
Patch2:		smtp-gated-1.4.18.8-linkage.patch
#Requires: spamassassin-spamd clamd libpcre libspf2
BuildRequires:  pcre-devel 
BuildRequires:  libspf2-devel
Provides: 	smtp-proxy
Requires(pre):		rpm-helper
Requires(post):		rpm-helper
Requires(preun):	rpm-helper
Requires(postun):	rpm-helper
Requires(pre):	rpm-helper
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description
Transparent proxy for SMTP traffic.

%prep
%setup -q
%patch0 -p0 -b .fdprintf
%patch1 -p0 -b .syslog
%patch2 -p0 -b .linkage

%build
%configure --enable-pcre=%{_includedir} --enable-spf=%{_includedir}/spf2

%make

%install
%makeinstall

install -d %{buildroot}%{_localstatedir}/spool/%{name}/msg
install -d %{buildroot}%{_localstatedir}/spool/%{name}/lock

install -Dm 755 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

# src/%{name} -t | sed 's/^\([^#]\)/; &/' > %{buildroot}%{_sysconfdir}/%{name}.conf
install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}.conf
install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%files
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README README.PL
%doc contrib/fixed.conf contrib/nat.conf
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_mandir}/man5/smtp-gated.conf.5.xz
%{_mandir}/man8/smtp-gated.8.xz
%{_tmpfilesdir}/%{name}.conf

%defattr(0755,root,root,0755)
%{_sbindir}/%{name}
%{_unitdir}/%{name}.service

%defattr(0750,smtpgw,smtpgw,0750)
/var/spool/%{name}

%pre
getent group %{name} >/dev/null || groupadd -r %{name}

# on older releases we need to use uucp (here it seems only the uucp group exists)
# on newer releases it's dialout (here it seems both groups exist)
# it would be more elegant to base my if clause on the udev rules instead of the group existence
if [ `getent group dialout` ]
  then
    getent passwd %{name} >/dev/null || useradd -r -d /var/lib/%{name} -m -g %{name} -G dialout %{name}
  else
    getent passwd %{name} >/dev/null || useradd -r -d /var/lib/%{name}-m -g smstools -G uucp %{name}
fi

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%changelog

* Wed Jul 08 2015 dsilakov <denis.silakov@rosalab.ru> 1.4.20.0-1
- (cfd2170) Merge pull request #2 from alozhkov/smtp-gated:rosa2014.1
- (cfd2170) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14679 |14cu|smtube-18.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Smtube started supporting Qt5
%define	with_qt5 0

Summary:	Allows to play and download videos from YouTube
Name:		smtube
Version:	18.1.0
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://www.smtube.org/
Source0:	http://sourceforge.net/projects/smtube/files/SMTube/%{version}/%{name}-%{version}.tar.bz2 
%if %{with_qt5}
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
%else
BuildRequires:	qt4-devel >= 4:4.2.0
BuildRequires:	qt4-linguist >= 4:4.2.0
%endif
Suggests:	smplayer

%description
SMTube is a tool for searching and downloading videos from YouTube.
It supports SMPlayer, VLC and some other players.

%files
%doc Copying.txt Readme.txt
%{_bindir}/%{name}
%{_datadir}/applications//%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}/translations/*.qm

#----------------------------------------------------------------------------

%prep
%setup -q


%build
%setup_compile_flags
%if %{with_qt5}
%make PREFIX=%{_prefix} QMAKE=%{_bindir}/qmake-qt5 LRELEASE=%{_bindir}/lrelease-qt5
%else
%make PREFIX=%{_prefix} QMAKE=%{qt4bin}/qmake LRELEASE=%{qt4bin}/lrelease
%endif


%install
%makeinstall_std PREFIX=%{_prefix}

find %{buildroot} -size 0 -delete

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14680 |14cu|snack-2.2.10-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Script-driven sound processing toolkit
Name:		snack
Version:	2.2.10
Release:	11
License:	BSD
Group:		Sound
Url:		http://www.speech.kth.se/snack/
Source0:	http://www.speech.kth.se/~kare/%{name}%{version}.tar.bz2
# Fix underlinking
Patch0:		snack-2.2.10-underlinking.patch
Patch1:		snack-2.2.10-unity-linux-fix-roundf.patch
Patch2:		snack-2.2.10-unity-linux-gcc44.patch
Patch3:		snack-2.2.10-mdv-fix-string-format.patch
Patch4:		snack-2.2.10-suse-alsa.patch
Patch5:		tcl-snack-2.2.10-CVE-2012-6303-fix.patch
BuildRequires:	dos2unix
BuildRequires:	tcl
BuildRequires:	tk
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(tcl)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)

%description
Snack is a sound processing toolkit designed as an extension
to a scripting language. Snack currently works with the scripting
languages Tcl/Tk, Python, and Ruby.

Snack has commands to play, record, process, and visualize sound.
Snack provides high level sound objects, with flexible storage management,
and streaming support. It handles most common sound file formats.
The visualization canvas item types update in real-time and can output
postscript. The same scripts run on Unix (Linux, Solaris, HP-UX, IRIX,
FreeBSD, NetBSD), Macintosh, and Windows 95/98/NT/2000/XP.

#----------------------------------------------------------------------------

%package -n tcl-%{name}
Summary:	Snack Sound Toolkit for Tcl
Group:		Sound
Requires:	tcl

%description -n tcl-%{name}
Snack Sound Toolkit for Tcl.

%files -n tcl-%{name}
%doc changes COPYING doc/tcl-man.html demos/tcl/* doc/A* doc/C* doc/F* README doc/S*
%{tcl_sitearch}/%{name}%{version}

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Snack Sound Toolkit for Python
Group:		Sound
Requires:	tcl-%{name} = %{EVRD}
Requires:	tkinter

%description -n python-%{name}
Snack Sound Toolkit for Python.

%files -n python-%{name}
%doc doc/python-man.html demos/python/*
%{py_puresitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}%{version}
%patch0 -p1 -b .underlink
%patch1 -p1
%patch2 -p1
%patch3 -p0
%patch4 -p0
%patch5 -p1
chmod 644 COPYING README changes

%build
cd unix
%configure2_5x --with-tcl=/usr/lib --with-tk=/usr/lib --with-ogg-include=/usr/include/ogg --with-ogg-lib=/usr/lib
%make TCL_INCPATH=/usr/include TK_INCPATH=/usr/include CC="gcc %{optflags}"
%make TCL_INCPATH=/usr/include TK_INCPATH=/usr/include CC="gcc %{optflags}" libsnackogg.so

%install
chmod 644 doc/*
chmod 755 python/*.py
chmod 644 demos/tcl/*
chmod 755 demos/tcl/*.tcl
dos2unix demos/tcl/*.txt
rm -f demos/tcl/tclkit-linux-x86
chmod 644 demos/python/*
chmod 755 demos/python/*.py
dos2unix demos/python/*.txt

cd unix
mkdir -p %{buildroot}%{tcl_sitearch}/%{name}%{version}
mkdir -p %{buildroot}%{py_puresitedir}
cp *.so %{buildroot}%{tcl_sitearch}/%{name}%{version}
install -m 0755 *.tcl %{buildroot}%{tcl_sitearch}/%{name}%{version}
cd ../python
python setup.py install --root=%{buildroot} --compile --optimize=2


%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.10-11
- (303ff4c) Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14681 |14cu|snapper-0.2.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	snapperlib %{_prefix}/lib/%{name}
%define	pamsnapperlib %{_prefix}/lib/pam_%{name}
%define	snapperunitdir %{_prefix}/lib/systemd/system

Summary:	Tool for filesystem snapshot management
Name:		snapper
Version:	0.2.8
Release:	1
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://en.opensuse.org/Portal:Snapper
# source tarball creation process from master branch:
# git clone git://github.com/openSUSE/snapper.git
# git archive --format=tar --prefix=snapper-0.1.3/ 35ff4eca49393b033a7cbaf76479addeb6c77a8d | bzip2 > /tmp/snapper-0.1.3.tar.bz2
Source0:	%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-0.2.8-remove-info-about-ext4.patch
Patch1:		%{name}-0.2.8-rename-cron-files.patch
#Patch2		%%{name}-link-boost_system.patch
BuildRequires:	docbook-style-xsl
BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:  xsltproc
BuildRequires:	acl-devel
BuildRequires:	boost-devel
BuildRequires:	btrfs-devel
BuildRequires:	gettext-devel
BuildRequires:	pam-devel
BuildRequires:	stdc++-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mount)
Requires:	%{name}-libs = %{version}-%{release}
Requires:	coreutils
Requires:	diffutils
Requires:	e2fsprogs
Requires:	lvm2

%description
This package contains snapper, a tool for filesystem snapshot management.

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_sbindir}/snapperd
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_sysconfdir}/cron.hourly/%{name}
%{_sysconfdir}/cron.daily/%{name}
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.opensuse.Snapper.conf
%{_datadir}/dbus-1/system-services/org.opensuse.Snapper.service
%{_mandir}/man8/%{name}.8*
%{_mandir}/man8/pam_snapper.8*
%{_mandir}/man8/snapperd.8*
%{snapperlib}/*
%{snapperunitdir}/%{name}-cleanup.*
%{snapperunitdir}/%{name}-timeline.*


#-----------------------------------------------------------------------------

%package libs
Summary:	Library for filesystem snapshot management
Group:		Archiving/Backup
Requires:	util-linux

%description libs
This package contains the snapper shared library for filesystem snapshot
management.

%files libs
%doc AUTHORS COPYING
/%{_lib}/security/pam_%{name}.so
%{pamsnapperlib}/*.sh
%{_libdir}/libsnapper.so.*
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/configs
%dir %{_sysconfdir}/%{name}/config-templates
%config(noreplace) %{_sysconfdir}/%{name}/config-templates/default
%dir %{_sysconfdir}/%{name}/filters
%config(noreplace) %{_sysconfdir}/%{name}/filters/*.txt
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_mandir}/man5/%{name}-configs.5*

#-----------------------------------------------------------------------------

%package devel
Group:		Development/Other
Summary:	Header files and documentation for libsnapper
Requires:	%{name} = %{version}-%{release}
Requires:	acl-devel
Requires:	boost-devel
Requires:	btrfs-devel
Requires:	stdc++-devel
Requires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mount)

%description devel
This package contains header files and documentation for developing with
snapper.

%files devel
%doc AUTHORS COPYING
%doc examples/c++-lib/*.cc
%doc examples/c/*.c
%{_libdir}/libsnapper.so
%{_includedir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
#patch2 -p1


%build
aclocal
libtoolize --force --automake --copy
autoheader
automake --add-missing --copy
autoconf

# NOTE: --disable-ext4 option removes support for ext4 internal snapshots since the feature
# never made it into upstream kernel
%configure	--disable-silent-rules --disable-ext4 \
		--disable-zypp --enable-xattrs \
		--disable-static

#NOTE: avoid 'unused-direct-shlib-dependency' warning in rpmlint checks
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
export LDFLAGS="-lboost_system-mt"
export CFLAGS="-lboost_system-mt -Wl,-lboost_system-mt"
export CXXFLAGS="-lboost_system-mt -Wl,-lboost_system-mt"
%make


%install
%makeinstall_std

install -m644 -D data/sysconfig.snapper %{buildroot}%{_sysconfdir}/sysconfig/%{name}

%find_lang %{name}

%changelog

* Mon Jan 11 2016 Giovanni Mariani <mc2374@mclink.it> 0.2.8-1
- (5fde0bc) Added needed BReq for pam-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14682 |14cu|snd-16.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Audio file editor
Name:		snd
Version:	16.6
Release:	1
License:	BSD-like
Group:		Sound
Url:		https://ccrma.stanford.edu/software/snd/
Source0:	ftp://ccrma-ftp.stanford.edu/pub/Lisp/%{name}-%{version}.tar.gz
Patch0:		snd-15.4-fix-build.patch
# Math
BuildRequires:	gmp-devel
BuildRequires:	pkgconfig(fftw3)
# Output audio
BuildRequires:	ladspa-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(samplerate)
# GUI stuff
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gsl) >= 1.0
BuildRequires:	pkgconfig(gtk+-3.0)
# Encoders & Co.
BuildRequires:	flac
BuildRequires:	mpg123
BuildRequires:	mpg321
BuildRequires:	speex
BuildRequires:	TiMidity++
BuildRequires:	ttaenc
BuildRequires:	vorbis-tools
BuildRequires:	wavpack

%description
Snd is a free sound editor modelled loosely after Emacs and an old,
sorely-missed PDP-10 sound editor named Dpysnd.

%files
%doc README.Snd HISTORY.Snd NEWS COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*
%{_mandir}/man1/%{name}.1*

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1


%build
export LDFLAGS="-lX11 -lpthread -lportaudio"
%configure2_5x \
	--with-gsl \
	--with-fftw \
	--with-alsa \
	--without-pulseaudio \
	--with-portaudio \
	--with-jack \
	--with-ladspa \
	--with-gtk \
	--with-gui

%make

%install
%makeinstall_std

# Provide a menu item
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Snd
Comment=%{summary}
Exec=%{name} %U
Icon=sound_section
Terminal=false
Type=Application
Categories=GTK;Audio;AudioVideo;AudioVideoEditing;
EOF

%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.6-1
- (f80c34f) New version 16.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14683 |14cu|snes9x-1.55-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Super NES emulator
Name:		snes9x
Version:	1.55
Release:	1
Group:		Emulators
License:	Freeware and LGPLv2
Url:		https://github.com/snes9xgit/snes9x
Source0:	https://github.com/snes9xgit/snes9x/archive/%{version}/%{name}-%{version}.tar.gz
Patch0:		snes9x-1.55-unix_flags.patch
BuildRequires:	intltool
BuildRequires:	nasm
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse-simple)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(minizip)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(zlib)

%description
Snes9X is a portable, freeware Super Nintendo Entertainment System (SNES)
emulator. It basically allows you to play most games designed for the SNES
and Super Famicom Nintendo game systems on your PC or Workstation.

%files
%doc docs/*
%doc unix/docs/readme_unix.html
%doc docs/snes9x-license.txt
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%package -n %{name}-gtk
Summary:	Graphical User Interface for snes9x
Group:		Emulators

%description -n %{name}-gtk
This package adds a GTK graphical user interface to snes9x.

%files -n %{name}-gtk -f snes9x-gtk.lang
%doc docs/*
%doc gtk/doc/README
%doc docs/snes9x-license.txt
%{_bindir}/%{name}-gtk
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
pushd gtk
./autogen.sh
%configure2_5x \
	--without-oss \
	--with-netplay
%make V=1
popd

# Second, build the CLI version
pushd unix
autoreconf -fi
%configure2_5x \
	--enable-netplay
%make V=1
popd

%install
%makeinstall_std -C gtk

mkdir -p %{buildroot}%{_bindir}
install -m 755 unix/snes9x %{buildroot}%{_bindir}

%find_lang snes9x-gtk


%changelog

* Tue Nov 21 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.55-1
- (af2ef19) Build requires pkgconfig(minizip)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14684 |14cu|snmptt-1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           snmptt
Version:        1.4
Release:        1
Summary:        SNMP Trap Translator
Group:          System/Servers
License:        GPL
URL:            http://snmptt.sourceforge.net/
Source0:        http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}_%{version}/%{name}_%{version}.tgz
BuildArch:	noarch
Requires(pre):	rpm-helper

%description
SNMPTT (SNMP Trap Translator) is an SNMP trap handler written in Perl for use
with the Net-SNMP / UCD-SNMP snmptrapd program (www.net-snmp.org).

%prep
%setup -q -n %{name}_%{version}

%install
install -d -m 755 %{buildroot}%{_sbindir}
install -m 755 snmptt snmpttconvert snmpttconvertmib snmptthandler \
    %{buildroot}%{_sbindir}
 
install -d -m 755 %{buildroot}%{_sysconfdir}/snmp
install -m 644 snmptt.ini %{buildroot}%{_sysconfdir}/snmp
install -m 644 examples/snmptt.conf.generic \
    %{buildroot}%{_sysconfdir}/snmp/snmptt.conf

install -d -m 755 %{buildroot}%{_initrddir}
install -m 755 snmptt-init.d %{buildroot}%{_initrddir}/snmptt

install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/snmptt <<EOF
/var/log/snmptt/*.log /var/log/snmptt/*.debug {
   sharedscripts
   postrotate
       /etc/init.d/snmptt restart > /dev/null
   endscript
}
EOF

install -d -m 755 %{buildroot}%{_localstatedir}/log/snmptt
install -d -m 755 %{buildroot}%{_localstatedir}/spool/snmptt

%pre
%_pre_useradd %{name} %{_localstatedir}/spool/%{name} /bin/sh

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

%files
%doc BUGS ChangeLog COPYING README
%doc docs/*html docs/*.css examples
%{_initrddir}/snmptt
%config(noreplace) %{_sysconfdir}/snmp
%config(noreplace) %{_sysconfdir}/logrotate.d/snmptt
%{_sbindir}/snmptt
%{_sbindir}/snmpttconvert
%{_sbindir}/snmpttconvertmib
%{_sbindir}/snmptthandler
%attr(-,snmptt,snmptt) %{_localstatedir}/log/snmptt
%attr(-,snmptt,snmptt) %{_localstatedir}/spool/snmptt

%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-1
- (45c79eb) Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14685 |14cu|snortsam-2.70-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		snortsam
Version:	2.70
Release:	3
Summary:	SnortSAM module
License:	BSD
Group:		Networking/Other
URL:		http://www.snortsam.net/
Source:		http://www.snortsam.net/files/snortsam/%{name}-src-%{version}.tar.gz
Patch0:		snortsam-debug.patch

%description
Snortsam is a daemon that interacts with snort to use a firewall.

%prep
%setup -qn %{name}
%patch0 -p1
cat > Makefile <<EOF
install:
EOF

%build
sh ./makesnortsam.sh
cd src
make samtool
#%make "CFLAGS=%optflags"

%install
install -d %{buildroot}%{_sbindir}
rm -rf %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_sysconfdir}
install snortsam %{buildroot}%{_sbindir}
install samtool %{buildroot}%{_sbindir}
install conf/snortsam.conf.sample %{buildroot}%{_sysconfdir}/snortsam.conf
%makeinstall
#%{__rm} -rf %{buildroot}

#mkdir %{buildroot}%_mandir/man1
#mv %{buildroot}%_mandir/*.1 %{buildroot}%_mandir/man1/

%clean

%files
%doc docs/{README*,LICENSE,INSTALL,FAQ,CREDITS,BUGS,AUTHORS}
%{_sbindir}/*
%{_sysconfdir}/snortsam.conf







%changelog

* Thu Jun 16 2016 Denis Silakov <dsilakov@gmail.com> 2.70-3
- (4047c74) Fix debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14686 |14cu|sobby-0.4.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sobby
Version:	0.4.8
Release:	3
Summary:	Standalone collaborative editing server, to use with gobby 
URL:		http://gobby.0x539.de/trac/
Group:		System/Servers
License:	GPLv2+
Source0:	http://releases.0x539.de/sobby/%{name}-%{version}.tar.gz
Source1:	%{name}.conf
Source2:	%{name}.service
BuildRequires:  pkgconfig(net6-1.3)
BuildRequires:  pkgconfig(obby-0.4)
BuildRequires:  pkgconfig(glibmm-2.4)
BuildRequires:  pkgconfig(libxml++-2.6)
BuildRequires:  pkgconfig(avahi-glib)
Requires:       systemd
%description
Sobby is a standalone collaborative editor, to be used with gobby. It allows 
to save the edited document automatically, and to trigger actions after various
editing events.

%prep
%setup -q 
 
%build
%configure
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_unitdir}
mkdir -p %{buildroot}/%{_sysconfdir}
cp %{SOURCE1} %{buildroot}/%{_sysconfdir}/%{name}.conf
cp %{SOURCE2} %{buildroot}/%{_unitdir}/%{name}.service
mkdir -p %{buildroot}/var/lib/%{name}/{command,tmp}
touch  %{buildroot}/var/lib/%{name}/autosave.obby

%pre
%_pre_useradd %{name} /var/lib/%{name} /sbin/nologin

%post
%systemd_post %{name}
if [ ! -f /var/lib/%{name}/autosave.obby ] ; then 
cat <<EOF > /var/lib/%{name}/autosave.obby
!obby
session version="%{version}"
 user_table
 chat
EOF

fi

%preun
%systemd_preun %{name}

%postun
%_postun_userdel %{name}

%files
%dir %attr(700,sobby,sobby) /var/lib/%{name}
%dir %attr(700,sobby,sobby) /var/lib/%{name}/command
%dir %attr(700,sobby,sobby) /var/lib/%{name}/tmp
%{_bindir}/%{name}
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(0644,root,root) %{_unitdir}/%{name}.service
%ghost %attr(0600,sobby,sobby) /var/lib/%{name}/autosave.obby



%changelog
* Mon Oct 06 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.8-3
+ Revision: 718c42a
- Migrated to systemd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14687 |14cu|solarus-1.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An open-source Zelda-like 2D game engine
Name:		solarus
Version:	1.3.1
Release:	4
License:	GPLv3+
Group:		Games/Adventure
Url:		http://www.solarus-games.org/
Source0:	http://www.solarus-games.org/downloads/solarus/%{name}-%{version}-src.tar.gz
BuildRequires:	cmake
BuildRequires:	physfs-devel
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(luajit)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_image)
BuildRequires:	pkgconfig(SDL2_ttf)
BuildRequires:	pkgconfig(vorbis)

%description
Solarus is an open-source Zelda-like 2D game engine written in C++.

If you want, you can download games "Zelda Mystery of Solarus DX"
and "Zelda Mystery of Solarus XD" on solarus site at:
http://www.solarus-games.org/games/

Their licenses do not allow redistribution, they are open-source but
contain copyrighted material from Nintendo, thus preventing their
redistribution as per Mageia's licensing policy.

%files
%doc ChangeLog license.txt README.md
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Thu Feb 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-4
- (a1e9b18) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14688 |14cu|songs-0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:	 	songs
Summary:	A little tool used to record and mix audio files
Version:	0.5
Release:	1
License:	Public Domain
Group:		Sound
URL:		http://sed.free.fr/songs/
Source0:	http://sed.free.fr/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(alsa)

%description
A sort of a hacker tool, using GTK 2.0 and ALSA or OSS.
There are Linux recording tools, but these are too complex, too huge, eat too
much memory and resources. Songs tries to prove that small machines can be
used to record and mix audio files, even with a graphical interface.
Features of Songs:
    * Unlimited number of tracks
    * Supports WAV files (mono/stereo, only 44.1 KHz, 16 bits)
    * Supports raw float files (mono/stereo)
    * Several effects
    * Not too much memory used.
    
%files
%doc BUGS ChangeLog README TODO
%{_bindir}/%{name}
%{_datadir}/applications/rosa-%{name}.desktop
    
#-----------------------------------------------------------------------------    

%prep
%setup -q


%build
export CFLAGS="%{optflags}"
%make


%install
install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}
#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/rosa-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=sound_section
Name=Songs
Comment=Multitrack wave editor
Categories=Audio;AudioVideo;
EOF

%changelog

* Sat Apr 11 2015 Giovanni Mariani <mc2374@mclink.it> 0.5-1
- (64d984d) Update to release 0.5, cleaned specfile, updated BReqs and Description, updated .desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14689 |14cu|sonic-visualiser-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           sonic-visualiser
Version:        2.0
Release:        3
Summary:        Application for viewing and analysing the contents of music audio files
Group:          Sound
License:        GPLv2+
URL:            http://www.sonicvisualiser.org
Source0:        http://downloads.sourceforge.net/sv1/%{name}-%{version}.tar.gz
Source1:	sonic-visualiser.desktop

BuildRequires:  raptor-devel
BuildRequires:  liblrdf-devel
BuildRequires:  mad-devel
BuildRequires:  id3tag-devel
BuildRequires:  portaudio-devel
BuildRequires:  qt4-devel
BuildRequires:  pkgconfig(vamp)
BuildRequires:  pkgconfig(sndfile)
BuildRequires:  pkgconfig(samplerate)
BuildRequires:  pkgconfig(fftw3)
BuildRequires:  bzip2-devel
BuildRequires:  alsa-oss-devel
BuildRequires:  pkgconfig(jack)
BuildRequires:  pkgconfig(libpulse)
BuildRequires:  redland-devel
BuildRequires:  rubberband-devel
BuildRequires:  liboggz-devel
BuildRequires:  libfishsound-devel
BuildRequires:  pkgconfig(liblo)
BuildRequires:  pkgconfig(dataquay)

%description
Sonic Visualiser is an application for viewing and analysing the
contents of musiic audio files. The aim of Sonic Visualiser is to
be the first program you reach for when want to study a musical
recording rather than simply listen to it.

As well as a number of features designed to make exploring audio data
as revealing and fun as possible, Sonic Visualiser also has powerful
annotation capabilities to help you to describe what you find, and the
ability to run automated annotation and analysis plugins in the Vamp
analysis plugin format – as well as applying standard audio effects.

%prep
%setup -q
# Fix incorrect version string
sed -i.ver "s|1.9'|2.0'|" sonic-visualiser/configure


%build
%configure2_5x
make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 -p sonic-visualiser/sonic-visualiser \
        %{buildroot}%{_bindir}/
# desktop file and icon
for s in 16 22 24 32 48 64 128; do
    mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
    install -m 644 -p sonic-visualiser/icons/sv-${s}x${s}.png \
        %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/sonic-visualiser.png
done
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}


%files
%doc sonic-visualiser/CHANGELOG sonic-visualiser/COPYING sonic-visualiser/README sonic-visualiser/README.OSC
%{_bindir}/sonic-visualiser
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*.png

%changelog

* Wed Apr 29 2015 abfonly <abfonly@gmail.com> 2.0-3
- (47d1b72) rebuild against rubberband 1.8.1, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14690 |14cu|sooperlooper-1.6.18-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sooperlooper
Version:	1.6.18
Release:	5
Summary:	Live audio looper
URL:		http://sonosaurus.com/%{name}
Source:		http://sonosaurus.com/%{name}/%{name}-%{version}.tar.gz
License:	GPLv2
Group:		Sound
BuildRequires:	fftw3-devel
BuildRequires:	pkgconfig(sigc++-1.2)
BuildRequires:	sndfile-devel
BuildRequires:	rubberband-devel
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	jackit-devel
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	ncurses-devel
BuildRequires:	wxgtku-devel

%description
SooperLooper is a live looping sampler capable of immediate loop recording, 
overdubbing, multiplying, reversing and more. It allows for multiple 
simultaneous multi-channel loops limited only by your computer's 
available memory.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

#menu
%__mkdir_p %{buildroot}/%{_datadir}/applications
%__cat > %{buildroot}/%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=SooperLooper
Comment=Live Audio Looper
Exec=%{_bindir}/slgui 
Icon=sound_section
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;Audio;AudioVideoEditing;
EOF


%files
%doc README
%{_bindir}/%{name}
%{_bindir}/slconsole
%{_bindir}/slgui
%{_bindir}/slregister
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog

* Wed Apr 29 2015 abfonly <abfonly@gmail.com> 1.6.18-5
- (6b1ea1a) rebuild against rubberband 1.8.1, bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14691 |14cu|sord-0.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}
%define lib_api         0
%define lib_major       0
%define lib_name        %mklibname %{name} %{lib_api} %{lib_major}
%define lib_name_devel  %mklibname %{name} -d

Name:           sord
Version:        0.16.0
Release:        1
Summary:        Lightweight C library for storing RDF data in memory
URL:            http://drobilla.net/software/%{name}/
Source0:        http://download.drobilla.net/%{name}-%{version}.tar.bz2
License:        ISC
Group:          System/Libraries

BuildRequires:  waf
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(serd-0)

%description
Lightweight C library for storing RDF data in memory.

%files
%doc COPYING README
%doc %{_mandir}/man1/*
%{_bindir}/sordi
%{_bindir}/sord_validate


#-----------------------------------
%package -n %{lib_name}

Summary:        Lightweight RDF syntax library
Group:          System/Libraries

%description -n %{lib_name}
Lightweight C library for storing RDF data in memory.


%files -n %{lib_name}
%{_libdir}/lib%{name}-%{lib_api}.so.%{lib_major}
%{_libdir}/lib%{name}-%{lib_api}.so.%{lib_major}.*

#-----------------------------------
%package -n %{lib_name_devel}
Summary:        Headers for the sord RDF storage library
Group:          System/Libraries
Requires:       %{lib_name} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{lib_name_devel}
Development files needed to build applications against sord.

%files -n %{lib_name_devel}
%{_libdir}/lib%{name}-%{lib_api}.so
%dir %{_includedir}/%{name}-%{lib_api}/%{name}
%{_includedir}/%{name}-%{lib_api}/%{name}/*.h
%{_includedir}/%{name}-%{lib_api}/%{name}/*.hpp
%{_libdir}/pkgconfig/%{name}-%{lib_api}.pc

#-----------------------------------
%prep
%setup -q

%build
%setup_compile_flags
./waf configure --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir}
./waf -v

%install
./waf install --destdir=%{buildroot}

%changelog

* Mon Sep 26 2016 alzim <alzim@bk.ru> 0.16.0-1
- (7ff900d) Merge pull request #2 from import/sord:rosa2016.1
- (7ff900d) Updated to 0.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14692 |14cu|soundconverter-2.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sound converter application for the GNOME environment
Name:		soundconverter
Version:	2.1.6
Release:	2
License:	GPLv3
Group:		Sound
URL:		http://soundconverter.org/
Source0:	http://launchpad.net/soundconverter/trunk/%{version}/+download/%{name}-%{version}.tar.xz
Patch0:		soundconverter-2.1.5-fix-install-path.patch
BuildRequires:	pygtk2.0-devel
BuildRequires:	gnome-python
# For autogen.sh
BuildRequires:	gnome-common
BuildRequires:	desktop-file-utils
BuildRequires:	perl(XML::Parser)
BuildRequires:	intltool
Requires:	gstreamer0.10-gnomevfs
Requires:       gstreamer0.10-plugins-good
Requires:       gstreamer0.10-lame
Requires:       gstreamer0.10-flac
Requires:       gstreamer0.10-plugins-bad
Requires:       gstreamer0.10-faac
Requires:	gnome-python-gnomevfs
Requires:	gstreamer0.10-python
Requires:	pygtk2.0-libglade
Requires:	gnome-python-gconf 
Requires:	gnome-python
Requires:	libbonobo
BuildArch:	noarch

%description
SoundConverter is a simple sound converter application for the GNOME
environment. It reads and writes WAV, FLAC, MP3 and Ogg Vorbis. The user
interface is raw, but should be simple enough to get the job done.
NOTE: To create MP3 files, you will have to install gstreamer0.10-lame
yourself.

%files -f %{name}.lang
%doc ChangeLog README TODO
%{_bindir}/%{name}
%{py_puresitedir}/%{name}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_iconsdir}/hicolor/*/apps/%{name}.*

#-----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
# Needed by P0
./autogen.sh


%build
%configure2_5x
%make


%install
%makeinstall_std

#desktop-file-install \
#  --add-category="Audio" \
#  --dir %%{buildroot}%%{_datadir}/applications %%{buildroot}%%{_datadir}/applications/*

# Fix exec bits to avoid rpmlint noise
chmod +x %{buildroot}%{py_puresitedir}/%{name}/*.py

%find_lang %{name}


%changelog

* Wed Sep 07 2016 dsilakov <denis.silakov@rosalab.ru> 2.1.6-2
- (4750fb2) Merge pull request #4 from tremod/soundconverter:rosa2016.1
- (4750fb2) Requires to support all formats



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14693 |14cu|soundkonverter-2.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _appdatadir %{_datadir}/appdata
%define major 2
%define libsoundkonvertercore %mklibname soundkonvertercore %{major}


Summary:	An audio file converter, CD ripper and replay gain tool
Name:		soundkonverter
Version:	2.2.2
Release:	1
License:	GPLv2+
Group:		Sound
Url:		https://gitorious.org/soundkonverter/soundkonverter
Source0:	https://github.com/HessiJames/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1:	soundkonverter.desktop
# !!! Make sure to update this patch on EVERY version update !!!_
Patch0:		soundkonverter-2.2.2-soname.patch
BuildRequires:	cmake
BuildRequires:	cdda-devel
BuildRequires:	libkcddb-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(taglib) >= 1.4
BuildRequires:	desktop-file-utils
Requires:	%{libsoundkonvertercore} = %{EVRD}
Requires:	%{name}-plugins = %{EVRD}
Requires:	cdparanoia
Requires:	flac
Requires:	fluidsynth
Requires:	ffmpeg
Requires:	opus-tools
Requires:	mplayer
Requires:	mppenc
Requires:	speex
Requires:	TiMidity++
Requires:	twolame
Requires:	vorbis-tools
Requires:	wavpack
Requires:	cdrecord-cdda2wav
# suggested requires on mrb to be imported in restricted eventually
Suggests:	aacgain
Suggests:	aften
Suggests:	faac
Suggests:	faad2
Suggests:	flac123
Suggests:	lame
Suggests:	mac
Suggests:	mp3gain
Suggests:	mppdec
Suggests:	neroaac
Suggests:	shorten
Suggests:	ttaenc
Suggests:	vorbisgain
# Wrong library package
Conflicts:	%{_lib}soundkonverter < %{EVRD}

%description
An audio file converter, CD ripper and replay gain tool GUI for various
back-ends.

%files -f %{name}.lang
%doc src/CHANGELOG src/README
%{_kde_bindir}/%{name}
%{_kde_appsdir}/%{name}
%{_kde_appsdir}/solid/actions/%{name}-*
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_iconsdir}/hicolor/*/apps/*.png
%{_kde_services}/%{name}_*
%{_kde_servicetypes}/%{name}_*
%{_appdatadir}/%{name}.appdata.xml
#----------------------------------------------------------------------------

%package -n %{libsoundkonvertercore}
Summary:	Library for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}soundkonverter < 2.0.90

%description -n %{libsoundkonvertercore}
This package provides the library for %{name}.

%files -n %{libsoundkonvertercore}
%doc README.md
%{_kde_libdir}/libsoundkonvertercore.so.%{major}*

#----------------------------------------------------------------------------
%package plugins

Summary:	Codecs and filters for %{name}
Group:		Sound

%description plugins
Codecs and filters for %{name}

%files plugins
%doc README.md
%{_kde_libdir}/kde4/soundkonverter_*.so
#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
cd src
# fix debug linting more then 100 w
find . -type f -exec chmod -x {} \;
cd -

%build
cd src
%cmake_kde4
%make
cd -

%install
cd src
%makeinstall_std -C build

# replace desktop file
rm -f %{buildroot}%{_kde_applicationsdir}/%{name}.desktop
install -m 644 %{SOURCE1} %{buildroot}%{_kde_applicationsdir}/%{name}.desktop
# We don't need it as there are no headers anyway
rm -f %{buildroot}%{_kde_libdir}/libsoundkonvertercore.so
cd -

# lang scam
cd tools
sh extract_messages.sh
cd -
ln -s src/%{name}.lang %{name}.lang

%find_lang %{name}
%changelog

* Sun May 29 2016 abfonly <abfonly@gmail.com> 2.2.2-1
- (731628f) Log: Update to 2.2.2
- (731628f) rediff the soname patch
- (731628f) split plugins package
- (731628f) fixed linting

* Sun May 08 2016 abfonly <abfonly@gmail.com> 2.2.1-1
- (9034a2f) Log: Update to 2.2.1
- (9034a2f) -Add: Dutch, Spanish (Argentina) and Polish (Poland) translations
- (9034a2f) -Change: Swedish translation moved to Swedish (Sweden)
- (9034a2f) -Change: Update translations

* Sun Apr 17 2016 abfonly <abfonly@gmail.com> 2.2.0-1
- (4045d76) Log: Update to 2.2.0
- (4045d76) Changelog:
- (4045d76) new in 2.2.0:
- (4045d76) -Add: Decode webm audio stream
- (4045d76) -Add: --file-list argument
- (4045d76) -Change: Remove both APE and ID3 Replay Gain tags with mp3gain and aacgain
- (4045d76) -Change: Disable --modify audio stream-- option by default in mp3gain and aacgain
- (4045d76) -Change: Don-t write icedax info file
- (4045d76) -Change: Set so-version for libsoundkonvertercore
- (4045d76) -Fix: Don-t require an output path when using a user defined profile as command line argument
- (4045d76) -Fix: Don-t crash when tags can-t be read
- (4045d76) -Fix: Error message when trying to write to a directory without permissions
- (4045d76) -Fix: Store album artist information to file list files
- (4045d76) -Fix: Some crashes
- (4045d76) -Fix: Handle newer ffmpeg versions
- (4045d76) -Fix: Don-t wait with Replay Gain calculation for items with same album name but no Replay Gain conversion option set
- (4045d76) -Fix: Don-t convert all files at once if the conversion starts with copying files with the same input an output codec
- (4045d76) -Fix: Infinite loop when waiting for album gain for a failed item
- (4045d76) Packaging
- (4045d76) ========
- (4045d76) -Include appdata.xml
- (4045d76) -Repatch soname-patch
- (4045d76) -spec clean

* Sun Dec 14 2014 abfonly <abfonly@gmail.com> 2.1.2-1
- (8c1fe72) Log: Update to 2.1.2:
- (8c1fe72) -Fix: False error detection in the Replay Gain tool
- (8c1fe72) -Fix: Properly re-paint conversion file list on status change

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-5
- (d0ea67c) MassBuild#464: Increase release tag

* Thu Jun 19 2014 abfonly <abfonly@gmail.com> 2.1.1-4
- (bd76d00) Updated for the new ffmpeg

* Thu Apr 17 2014 symbianflo <symbianflo@symbianflo> 2.1.1-3
- (55c787d) Log: update to 2.1.1
- (55c787d) -Add: Check for MP4 support in faac
- (55c787d) -Fix: Don't run vorbisgain more than once per directory
- (55c787d) -Fix: Progress bar jumps when a file finished

* Thu Apr 17 2014 SymbianFlo <symbianflo@mandrivausers.ro> 2.1.1-1
- (96e5ea7) Update to 2.1.1
- (96e5ea7) -Add: Check for MP4 support in faac
- (96e5ea7) -Fix: Don't run vorbisgain more than once per directory
- (96e5ea7) -Fix: Progress bar jumps when a file finished

* Sat Mar 08 2014 symbianflo <symbianflo@symbianflo> 2.1.0-1
- (bb12c5d) Log: update to 2.1.0:
- (bb12c5d) -Add: Update translations

* Wed Feb 19 2014 symbianflo <symbianflo@symbianflo> 2.0.91-1
- (3f652d8) Log: new in 2.0.91 (2.1.0 rc2):
- (3f652d8) -Add: Full GUI support for album artist tags including the CD ripper
- (3f652d8) -Add: Chinese translation
- (3f652d8) -Change: Replace uses of fixed pixel metrics with sizes based on the default font size
- (3f652d8) -Fix: CD ripper layout

* Sun Dec 22 2013 symbianflo <symbianflo@mandrivausers.ro> 2.0.90-1
- (5130b12) Log:
- (5130b12) -Add: Hide main window when started with --replaygain argument ...
- (5130b12) -Add: Option to eject CD after ripping has been completed (enabled by default)
- (5130b12) -Add: New space holder for the meta data naming mode that contains the source directory
- (5130b12) -Add: Configuration options for cdparanoia
- (5130b12) -Add: icedax ripper plugin
- (5130b12) -Add: Copy album artist tags
- (5130b12) -Change: Remember last folder for add files/directory/playlist dialogs
- (5130b12) -Change: Add symlinked files to file list
- (5130b12) -New structure source tarball
- (symbianflo: 173c3e5) Log:
- (symbianflo: e81c8a2) Log: fix new source build path
- (symbianflo: 698eaf4) Log:
- (symbianflo: 698eaf4) -Add: Hide main window when started with --replaygain argument
- (symbianflo: 698eaf4) -Add: Option to eject CD after ripping has been completed (enabled by default)
- (symbianflo: 698eaf4) -Add: New space holder for the _meta data_ naming mode that contains the source directory
- (symbianflo: 698eaf4) -Add: Configuration options for cdparanoia
- (symbianflo: 698eaf4) -Add: icedax ripper plugin
- (symbianflo: 698eaf4) -Add: Copy album artist tags
- (symbianflo: 698eaf4) -Change: Remember last folder for add files/directory/playlist dialogs
- (symbianflo: 698eaf4) -Change: Add symlinked files to file list

* Mon Jul 22 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.4-1
- (62abbd3) LOG New version 2.0.4, spec cleanup, fix library package (add patch to fix soname etc)

* Wed Jun 05 2013 symbianflo <symbianflo@mandrivausers.ro> 2.0.3-1
- (9818ce7) LOG update to 2.0.3, fix normalize ,spec clean

* Sun May 05 2013 symbianflo <symbianflo@mandrivausers.ro> 2.0.2-1
- (3059345) LOG update to 2.0.2, Changelog:
- (3059345) new in 2.0.2:
- (3059345) -Add: Italian translation
- (3059345) -Fix: Find normalize properly

* Sun Apr 14 2013 SymbianFlo <symbianflo@mandrivausers.ro> 2.0.1-2
- (4406105) Updated soundkonverter.spec
- (SymbianFlo: 3fe0430) suggested mac, just to keep this in contrib.
- (symbianflo: 020a2ff) LOG: fix linting for debug.

* Sun Apr 14 2013 symbianflo <symbianflo@mandrivausers.ro> 2.0.1-1
- (9843ca4) LOG: update to 2.0.1

* Tue Mar 12 2013 SymbianFlo <symbianflo@mandrivausers.ro> 2.0.0-1
- (336575a) change faacd2 as suggested to keep this package in contrib
- (SymbianFlo: 93974a9) change faac as suggested to keep this package in contrib.
- (SymbianFlo: c82ddc8) change lame as suggested to keep this package in contrib.
- (symbianflo: 6648fc7) Log update to 2.0.0, fix buildreq for 2012.1, build the lib  package
- (symbianflo: cdc391e) Log update to 2.0.0, fix buildreq for 2012.1

* Sun Dec 02 2012 SymbianFlo <symbianflo@mandrivausers.ro> 1.6.4-1
- (4d1aaf6) Updated soundkonverter.spec

* Sun Dec 02 2012 symbianflo <symbianflo@mandrivausers.ro> 1.6.3-4
- (1cda4c0) LOG new upstream bugfix release
- (Alexander Khryukin: db37607) contrib repairing
- (symbianflo: 0f7a115) LOG pushed from master branch to 2012.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14694 |14cu|spacefm-1.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A multi-panel tabbed file manager
Name:		spacefm
Version:	1.0.5
Release:	1
License:	GPLv3+
Group:		File tools
Url:		http://ignorantguru.github.io/spacefm/
#Source0:	https://github.com/IgnorantGuru/spacefm/archive/%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libffmpegthumbnailer)

# To perform 'run as root' functions
Requires:	gksu
# Eject media
Requires:	util-linux
# For device processes
Requires:	lsof
# Mount as non-root user
Requires:	udisks2
# For plugin download
Requires:	wget

%description
SpaceFM is a multi-panel tabbed file manager with built-in VFS, udev-based
device manager, customizable menu system, and bash integration.

%prep
%setup -qn %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

# handle docs in files section
rm -rf %{buildroot}%{_defaultdocdir}

%find_lang %{name}

%files -f %{name}.lang
%doc data/spacefm-manual-en.html
%{_bindir}/%{name}*
/etc/%{name}/%{name}.conf
%{_datadir}/%{name}/
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages/spacefm-mime.xml
%{_iconsdir}/hicolor/*/apps/%{name}*.png
%{_iconsdir}/Faenza/apps/*/spacefm*.png

%changelog

* Thu Apr 14 2016 abondrov <andrey.bondrov@rosalab.ru> 1.0.5-1
- (fbd9c7d) Merge pull request #2 from alzim/spacefm:rosa2014.1
- (fbd9c7d) Updated to 1.0.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14695 |14cu|spacerider-0.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# I've gave it a chance see the patch.Sflo
%define debug_package	%{nil}

Name:           spacerider
Version:        0.13
Release:        1
Summary:        Best CLI Space-shooter till now
License:        GPLv2
Group:          Games/Strategy
Url:            http://www.hackl.dhs.org/spacerider/
Source0:        http://www.hackl.dhs.org/data/download/download.php?file/%{name}-%{version}.tar.bz2
Patch0:		spaceraider-rosa.patch
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(SDL_image)
BuildRequires:  pkgconfig(SDL_ttf)
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  pkgconfig(SDL_net)
BuildRequires:  pkgconfig(SDL_gfx)
BuildRequires:  SDL_sound-devel

%description
Space-shooter written in C++, using the SDL. 

%files
%{_defaultdocdir}/%{name}
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_mandir}/man1/%{name}.1*
#----------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make 

%install
%makeinstall_std
%changelog

* Sat Aug 27 2016 abfonly <abfonly@gmail.com> 0.13-1
- (9ca1948) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14696 |14cu|spacewar-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	pyspacewar
%define	module	spacewar

Name:		%{module}
Version:	1.1.0
Release:	1
Summary:	A game loosely inspired by the original Spacewar
Source0:	http://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.gz
License:	GPLv2
Group:		Games/Arcade 
Url:		http://mg.pov.lt/pyspacewar/
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pygame-devel
Requires:	pythonegg(pygame)

%description
Two ships duel in a gravity field.   Gravity doesn't affect
the ships themselves (which have spanking new anti-gravity
devices), but it affects missiles launced by the ships.

You can play against the computer, or two players can play
with one keyboard.  There is also a Gravity Wars mode, where
the two ships do not move, and the players repeatedly
specify the direction and velocity of their missiles.

Latest changes
--------------

September 21, 2016: Released version 1.1.0:

- Support Python 3.4 and 3.5 in addition to 2.7.
- Made 'pip install pyspacewar' work.

%files
%doc GPL.txt NEWS.rst README.rst TODO.rst
%{_bindir}/pyspacewar
%{py_puresitedir}/pyspacewar
%{py_puresitedir}/pyspacewar*.egg-info
%{_iconsdir}/hicolor/*/apps/%{oname}.svg
%{_datadir}/applications/%{name}.desktop
#----------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%py_build

%install
%py_install

# icons
for size in 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps 
done       
    install -m644 src/pyspacewar/icons/%{oname}48.svg \
        %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{oname}.svg
    install -m644 src/pyspacewar/icons/%{oname}32.svg \
	%{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{oname}.svg
    install -m644 src/pyspacewar/icons/%{oname}16.svg \
	%{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{oname}.svg


# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=Python port of Spacewar 
Exec=%{oname}
Icon=%{oname}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF


%changelog

* Sun Oct 16 2016 abfonly <abfonly@gmail.com> 1.1.0-1
- (b64ea1e) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14697 |14cu|spacezero-0.86.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package	%{nil}

Name:		spacezero
Version:	0.86.00
Release:	3
Summary:	2D multi player net game
Group:		Games/Other
License:	GPLv3
URL:		http://sourceforge.net/projects/spacezero/
Source0:	http://garr.dl.sourceforge.net/project/spacezero/spacezero%200.86/%{name}-%{version}.tar.gz
Source1:	%{name}.png
Patch0:		spacezero-make-0.84.00.patch
Patch1:		spacezero-debug.patch

BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)

%description
SpaceZero is a 2D space combat, multi player (two players by now) net game.


%prep
%setup -q -n %{name}
%patch0 -p0
%patch1 -p1
find src -name '*.c' -exec chmod a-x {} \;
find include -name '*.h' -exec chmod a-x {} \;

%build
%make

%install
# game data
install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -r dat/sounds %{buildroot}%{_datadir}/%{name}/

# binaries
install -d -m 755 %{buildroot}%{_bindir}
install -m 755  bin/%{name} %{buildroot}%{_bindir}/
chmod a+x %{buildroot}%{_bindir}/%{name}

# icons
install -d -m755 %{buildroot}%{_iconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}/%{name}.png

# man pages
install -d -m755 %{buildroot}%{_docdir}/%{name}
cp -R html/manual.html html/manual_files %{buildroot}%{_docdir}/%{name}
find %{buildroot}%{_docdir}/%{name} -name '*.png' -exec chmod a-x {} \;
chmod a-x %{buildroot}%{_docdir}/%{name}/manual.html
chmod a-x %{buildroot}%{_docdir}/%{name}/manual_files/cssscreen.css
chmod a-x %{buildroot}%{_docdir}/%{name}/manual_files/space.ico
chmod a-x %{buildroot}%{_docdir}/%{name}/manual_files/cssprint.css

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Categories=GNOME;GTK;Game;
Comment=funny 2D game
Exec=spacezero
GenericName=spacezero
Icon=spacezero
Name=spacezero
Terminal=false
Type=Application
EOF

%files 
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_docdir}/%{name}
%{_iconsdir}/%{name}.png
%{_datadir}/%{name}/*

%changelog

* Thu Jun 16 2016 Denis Silakov <dsilakov@gmail.com> 0.86.00-3
- (2100eda) Fiux debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14698 |14cu|spamoracle-1.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		spamoracle
Version:	1.4
Release:	11
Group:		Networking/Mail
Summary:	Spam filter based on statistical analysis of e-mail contents
License:	GPL
Url:		http://pauillac.inria.fr/~xleroy/software.html#spamoracle
Source:		http://pauillac.inria.fr/~xleroy/software/spamoracle-%{version}.tar.gz
BuildRequires: ocaml

%description
SpamOracle is a tool to help detect and filter away "spam"
(unsolicited commercial e-mail).  It proceeds by statistical analysis
of the words that appear in the e-mail, comparing the frequencies of
words with those found in a user-provided corpus of known spam and
known legitimate e-mail.  The classification algorithm is based on
Bayes' formula, and is described in Paul Graham's paper, "A plan for
spam", http://www.paulgraham.com/spam.html.

%prep
%setup -q

%build
%make

%install
mkdir -p %{buildroot}/{%{_bindir},%{_mandir}/{man1,man5}}
%makeinstall BINDIR=%{buildroot}/%{_bindir} MANDIR=%{buildroot}/%{_mandir}

%clean

%files
%doc README Changes
%{_bindir}/spamoracle
%{_mandir}/man1/spamoracle.1*
%{_mandir}/man5/spamoracle.conf.5*

%changelog

* Thu Nov 19 2015 Denis Silakov <dsilakov@gmail.com> 1.4-11
- (18c7280) Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14699 |14cu|sparkleshare-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%global commit c1ed43e6c9ef83d90c21027175dec348a14ec65e

Summary:	Easy file sharing based on git repositories
Name:		sparkleshare
Version:	1.2.0
Release:	2
License:	GPLv3+
Group:		Networking/File transfer
Url:		http://www.sparkleshare.org/
Source0:	https://github.com/hbons/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
Patch0:		SparkleShare-ignore-missing-user-id.patch
BuildRequires:	intltool
BuildRequires:	nant
BuildRequires:	pkgconfig(mono)
BuildRequires:	pkgconfig(notify-sharp)
BuildRequires:	pkgconfig(webkit-sharp-1.0)
Requires:	git
Requires:	desktop-file-utils
Requires:	yelp
Requires:	mono
Requires:	webkit-sharp
Requires:	gtk-sharp2
Requires:	glib-sharp2

%description
Easy file sharing based on git repositories. A special folder is setup,
and directories/files placed within are placed in a git-based version
control system and synchronized elsewhere.

%files
%{_bindir}/%{name}
%{_libdir}/%{name}/
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-invite-opener.desktop
%{_datadir}/icons/gnome/scalable/apps/%{name}-symbolic.svg
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
%{_datadir}/icons/hicolor/24x24/status/*
%{_datadir}/icons/hicolor/48x48/status/*
%{_datadir}/icons/ubuntu-mono-dark/status/24/*
%{_datadir}/icons/ubuntu-mono-light/status/24/*
%doc legal/Authors.txt legal/License.txt legal/Trademark.txt News.txt README.md

#----------------------------------------------------------------------------

%prep
%setup -qn SparkleShare-%{commit}
%apply_patches

%build
./autogen.sh
%configure --prefix=%{_prefix}
# no parallel make on SMP because it's racy for this build :(
GMCS_FLAGS=-codepage:utf8 make

%install
mkdir -p %{buildroot}%{_libdir}/mono/gac/
%makeinstall_std


%changelog
* Wed Jan 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-2
+ Revision: bfa8d1e
- Patch to ignore user id check failure, ass requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14700 |14cu|spatialindex-1.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	3
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d

Name:		spatialindex
Version:	1.8.1
Release:	1
Summary:	Spatial index library
Group:		System/Libraries
License:	MIT
URL:		http://libspatialindex.org
Source0:	http://download.osgeo.org/lib%{name}/%{name}-src-%{version}.tar.bz2
Patch0:		%{name}-1.8.0-soname.patch
BuildRequires:	cmake

%description
Spatialindex provides a general framework for developing spatial indices.
Currently it defines generic interfaces, provides simple main memory and
disk based storage managers and a robust implementation of an R*-tree,
an MVR-tree and a TPR-tree.

%package -n %{libname}
Summary:	Spatial index library
Group:		System/Libraries

%description -n %{libname}
Spatialindex provides a general framework for developing spatial indices.
Currently it defines generic interfaces, provides simple main memory and
disk based storage managers and a robust implementation of an R*-tree,
an MVR-tree and a TPR-tree.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn %{name}-src-%{version}
%patch0 -p1 -b .soname~

%build
%cmake
%make

%install
%makeinstall_std -C build

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/lib%{name}*.so.*

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/lib%{name}*.so


%changelog

* Mon Jul 06 2015 dsilakov <denis.silakov@rosalab.ru> 1.8.1-1
- (3420da1) Merge pull request #1 from alozhkov/spatialindex:rosa2014.1
- (3420da1) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14701 |14cu|spawn-fcgi-1.6.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    spawn-fcgi
Version: 1.6.4
Release: 1
Summary: Simple program for spawning FastCGI processes
License: BSD
Group:   System/Servers
URL:     http://redmine.lighttpd.net/projects/spawn-fcgi/
Source0: http://www.lighttpd.net/download/spawn-fcgi-%{version}.tar.gz

%description
This package contains the spawn-fcgi program used for spawning FastCGI
processes, which can be local or remote.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING NEWS README
%{_bindir}/spawn-fcgi
%{_mandir}/man1/spawn-fcgi.1*

%changelog

* Mon Jul 06 2015 dsilakov <denis.silakov@rosalab.ru> 1.6.4-1
- (55d4896) Merge pull request #1 from alozhkov/spawn-fcgi:rosa2014.1
- (55d4896) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14702 |14cu|spec-gen-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		spec-gen
Version:	1.0
Release:	1
Summary:	ROSA RPM spec file generator
Group:		System/Configuration/Packaging
License:	GPLv2+
Url:		http://wiki.rosalab.ru/en/index.php/spec-file-generator
Source0:	https://abf.io/soft/spec-gen-dev/blob/master/spec-gen.py
BuildArch:	noarch
BuildRequires:	python3

%description
Generate spec file on the basis of source tarball analysis.

%prep

%build

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 %{SOURCE0} %{buildroot}%{_bindir}/

%files
%{_bindir}/*

%changelog

* Mon Aug 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-1
- (cfc5ca1) Support PKG_CHECK_PKGS



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14703 |14cu|spectrum2-2.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define groupname spectrum
%define username spectrum

%define major 2.0
%define libtransport %mklibname transport %{major}
%define libtransportplugin %mklibname libtransport-plugin %{major}
%define devtransport %mklibname transport -d

Summary:	XMPP transport service
Name:		spectrum2
Version:	2.0.3
Release:	1
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		http://spectrum.im/
Source0:	https://github.com/hanzz/spectrum2/archive/%{version}.tar.gz
Source1:	%{name}.service
Source2:	%{name}-tmpfiles.conf
Patch0:		spectrum2-2.0.3-linkage.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	protobuf-compiler
BuildRequires:	boost-devel
BuildRequires:	communi-devel
BuildRequires:	mysql-devel
BuildRequires:	popt-devel
BuildRequires:	qt4-devel
BuildRequires:	swiften-devel
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-core)
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libev)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(liblog4cxx)
BuildRequires:	pkgconfig(libpqxx)
BuildRequires:	pkgconfig(libxml)
BuildRequires:	pkgconfig(protobuf)
BuildRequires:	pkgconfig(purple)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)
Suggests:	%{name}-backend-frotz
Suggests:	%{name}-backend-libcommuni
Suggests:	%{name}-backend-libpurple
Suggests:	%{name}-backend-smstools3
Suggests:	%{name}-backend-swiften
Suggests:	%{name}-backend-twitter
Requires(pre,post,preun,postun):	rpm-helper

%description
Spectrum2 XMPP Transport for libpurple.

%files
%{_bindir}/spectrum2
%{_bindir}/spectrum2_manager
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/%{name}.service
%attr(700, %{username}, %{groupname}) %{_localstatedir}/lib/spectrum2/
%ghost %attr(700, %{username}, %{groupname}) %{_localstatedir}/run/spectrum2/
%attr(700, %{username}, %{groupname}) %{_localstatedir}/log/spectrum2/
%{_sysconfdir}/spectrum2/backend-logging.cfg
%{_sysconfdir}/spectrum2/logging.cfg
%{_sysconfdir}/spectrum2/manager-logging.cfg
%{_sysconfdir}/spectrum2/spectrum_manager.cfg
%{_sysconfdir}/spectrum2/transports/spectrum.cfg.example
%{_sysconfdir}/spectrum2/transports/spectrum_server_mode.cfg.example
%{_localstatedir}/lib/spectrum2_manager/html/footer.shtml
%{_localstatedir}/lib/spectrum2_manager/html/form.css
%{_localstatedir}/lib/spectrum2_manager/html/header.shtml
%{_localstatedir}/lib/spectrum2_manager/html/instances/index.shtml
%{_localstatedir}/lib/spectrum2_manager/html/instances/join_room.shtml
%{_localstatedir}/lib/spectrum2_manager/html/instances/list_rooms.shtml
%{_localstatedir}/lib/spectrum2_manager/html/instances/register.shtml
%{_localstatedir}/lib/spectrum2_manager/html/js/app.js
%{_localstatedir}/lib/spectrum2_manager/html/js/jquery-ui.js
%{_localstatedir}/lib/spectrum2_manager/html/js/jquery.cookie.js
%{_localstatedir}/lib/spectrum2_manager/html/js/jquery.js
%{_localstatedir}/lib/spectrum2_manager/html/login/index.shtml
%{_localstatedir}/lib/spectrum2_manager/html/logo.png
%{_localstatedir}/lib/spectrum2_manager/html/style.css
%{_localstatedir}/lib/spectrum2_manager/html/users/list.shtml
%{_localstatedir}/lib/spectrum2_manager/html/users/register.shtml

%pre
%_pre_useradd %{username} %{_localstatedir}/lib/spectrum /sbin/nologin

%post
%systemd_post %{name}

%preun
%systemd_preun %{name}

%postun
%_postun_userdel %{username}

#----------------------------------------------------------------------------

%package backend-frotz
Summary:	Spectrum2 Frotz backend
Group:		Networking/Instant messaging

%description backend-frotz
Spectrum2 Frotz backend.

%files backend-frotz
%{_bindir}/dfrotz
%{_bindir}/spectrum2_frotz_backend

#----------------------------------------------------------------------------

%package backend-libcommuni
Summary:	Spectrum2 libcommuni backend
Group:		Networking/Instant messaging

%description backend-libcommuni
Spectrum2 libcommuni backend.

%files backend-libcommuni
%{_bindir}/spectrum2_libcommuni_backend

#----------------------------------------------------------------------------

%package backend-libpurple
Summary:	Spectrum2 libpurple backend
Group:		Networking/Instant messaging

%description backend-libpurple
Spectrum2 libpurple backend.

%files backend-libpurple
%{_bindir}/spectrum2_libpurple_backend
%{_bindir}/spectrum_libpurple_backend

#----------------------------------------------------------------------------

%package backend-smstools3
Summary:	Spectrum2 SMSTools3 backend
Group:		Networking/Instant messaging

%description backend-smstools3
Spectrum2 SMSTools3 backend.

%files backend-smstools3
%{_bindir}/spectrum2_smstools3_backend

#----------------------------------------------------------------------------

%package backend-swiften
Summary:	Spectrum2 Swiften backend
Group:		Networking/Instant messaging

%description backend-swiften
Spectrum2 Swiften backend.

%files backend-swiften
%{_bindir}/spectrum2_swiften_backend

#----------------------------------------------------------------------------

%package backend-twitter
Summary:	Spectrum2 Twitter backend
Group:		Networking/Instant messaging

%description backend-twitter
Spectrum2 Twitter backend.

%files backend-twitter
%{_bindir}/spectrum2_twitter_backend

#----------------------------------------------------------------------------

%package -n %{libtransport}
Summary:	Libtransport shared library
Group:		System/Libraries

%description -n %{libtransport}
Libtransport shared library.

%files -n %{libtransport}
%{_libdir}/libtransport.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libtransportplugin}
Summary:	Libtransport shared library
Group:		System/Libraries

%description -n %{libtransportplugin}
Libtransport shared library.

%files -n %{libtransportplugin}
%{_libdir}/libtransport-plugin.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devtransport}
Summary:	Libtransport development files
Group:		Development/Other
Requires:	%{libtransport} = %{EVRD}
Requires:	%{libtransportplugin} = %{EVRD}
Provides:	libtransport-devel = %{EVRD}
Provides:	transport-devel = %{EVRD}

%description -n %{devtransport}
Libtransport library development files.

%files -n %{devtransport}
%{_includedir}/transport
%{_libdir}/libtransport.so
%{_libdir}/libtransport-plugin.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build

install -d %{buildroot}%{_localstatedir}/{lib,run,log}/spectrum2
install -p -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/spectrum2.service
install -p -D -m 644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf

ln -s %{_bindir}/spectrum2_libpurple_backend %{buildroot}%{_bindir}/spectrum_libpurple_backend


%changelog

* Mon Jun 12 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.3-1
- (568b136) Add patch to fix linkage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14704 |14cu|speedcrunch-0.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define uname	SpeedCrunch

Name:		speedcrunch
Version:	0.11
Release:	1
Summary:	Fast, high precision and powerful desktop calculator
License:	GPLv2+
Group:		Sciences/Mathematics
URL:		http://speedcrunch.org
Source0:	https://github.com/speedcrunch/SpeedCrunch/archive/%{version}.tar.gz

BuildRequires:	qt4-devel 
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils


%description
SpeedCrunch is a fast, high precision and powerful desktop calculator.

Among its features are:
- high precision, up to 50 decimal digits
- to be enjoyed using keyboard
- result shown in scrollable window
- history of last expressions (use up and down arrow)
- built-in functions: abs, sqrt, pi, log, exp, ln, sin, cos, tan, sinh,
  cosh, tanh, asin, acos, atan, arsinh, arcosh, artanh
- postfix operator ! lets you compute factorials
- support for variables, e.g try x=pi/3 and then sin(x)
- special variable ans holds the last calculation result
- percent operator, try e.g. 45%*75 or price/80%
- angle mode: Alt+D for degrees, Alt+R for radians
- automatic parentheses closing, e.g. cos(pi/4 becomes cos(pi/4)

%prep
%setup -qn %{uname}-%{version}

%build
pushd src
%cmake_qt4
%make
popd

%install
%makeinstall_std -C src/build

# move and convert speedcrunch icon
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{16x16,32x32,48x48}/apps
pushd %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
mv %{buildroot}%{_datadir}/pixmaps/%{name}.png %{name}.png
convert -resize 16x16 %{name}.png \
	%{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
convert -resize 32x32 %{name}.png \
	%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
rm -rf %{buildroot}%{_datadir}/pixmaps
popd

# fix desktop file
sed -i -e 's/speedcrunch.png/speedcrunch/' \
	%{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install \
	--remove-category=KDE \
	--remove-category=Utility \
	--add-category=Math \
	--add-category=X-MandrivaLinux-MoreApplications-Sciences-Mathematics \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*


%files
%doc README.md doc/logic-unit.pdf doc/new_engine.pdf doc/speedcrunch-manual.odt
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png

%changelog

* Wed Jul 08 2015 dsilakov <denis.silakov@rosalab.ru> 0.11-1
- (83f1250) Merge pull request #1 from alozhkov/speedcrunch:rosa2014.1
- (83f1250) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14705 |14cu|speed-dreams-2.2.0-1.6381.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 6381

Summary:	Speed Dreams 2.0 a racing cars game
Name:		speed-dreams
Version:	2.2.0
Release:	1.%{svn}.1
License:	GPLv2+
Group:		Games/Simulation
Url:		http://www.speed-dreams.org
Source0:	https://sourceforge.net/projects/speed-dreams/files/%{version}/%{name}-src-base-%{version}-r%{svn}.tar.xz
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	jpeg-devel
BuildRequires:	plib-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(libenet)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(openscenegraph)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(zlib)
Requires:	mesa
Requires:	openal
Requires:	%{name}-data-base = %{version}

%description
A fork of the open racing car simulator Torcs, aiming to implement exciting
new features, cars, tracks and AI opponents to make a more enjoyable game for
the player, as well as constantly improving visual and physics realism.

%files
%doc CHANGES.txt COPYING.txt INSTALL.txt README.txt
%{_mandir}/man6/*
%attr(755,root,root) %{_gamesbindir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_libdir}/games/%{name}-2/drivers/human/human.so
%{_libdir}/games/%{name}-2/drivers/networkhuman/networkhuman.so
%{_libdir}/games/%{name}-2/drivers/simplix_lp1/simplix_lp1.so
%{_libdir}/games/%{name}-2/drivers/simplix_ref/simplix_ref.so
%{_libdir}/games/%{name}-2/drivers/simplix_sc/simplix_sc.so
%{_libdir}/games/%{name}-2/drivers/usr_lp1/usr_lp1.so
%{_libdir}/games/%{name}-2/drivers/usr_sc/usr_sc.so
%{_libdir}/games/%{name}-2/drivers/dandroid/dandroid.so
%{_libdir}/games/%{name}-2/drivers/dandroid_36GP/dandroid_36GP.so
%{_libdir}/games/%{name}-2/drivers/dandroid_67GP/dandroid_67GP.so
%{_libdir}/games/%{name}-2/drivers/dandroid_lp1/dandroid_lp1.so
%{_libdir}/games/%{name}-2/drivers/dandroid_ls1/dandroid_ls1.so
%{_libdir}/games/%{name}-2/drivers/dandroid_ls2/dandroid_ls2.so
%{_libdir}/games/%{name}-2/drivers/dandroid_mpa1/dandroid_mpa1.so
%{_libdir}/games/%{name}-2/drivers/dandroid_mpa11/dandroid_mpa11.so
%{_libdir}/games/%{name}-2/drivers/dandroid_mpa12/dandroid_mpa12.so
%{_libdir}/games/%{name}-2/drivers/dandroid_rs/dandroid_rs.so
%{_libdir}/games/%{name}-2/drivers/dandroid_sc/dandroid_sc.so
%{_libdir}/games/%{name}-2/drivers/dandroid_srw/dandroid_srw.so
%{_libdir}/games/%{name}-2/drivers/dandroid_trb1/dandroid_trb1.so
%{_libdir}/games/%{name}-2/drivers/simplix_mpa11/simplix_mpa11.so
%{_libdir}/games/%{name}-2/drivers/simplix_mpa12/simplix_mpa12.so
%{_libdir}/games/%{name}-2/drivers/simplix_srw/simplix_srw.so
%{_libdir}/games/%{name}-2/drivers/usr_mpa11/usr_mpa11.so
%{_libdir}/games/%{name}-2/drivers/usr_mpa12/usr_mpa12.so
%{_libdir}/games/%{name}-2/lib/liblearning.so
%{_libdir}/games/%{name}-2/lib/libnetworking.so
%{_libdir}/games/%{name}-2/lib/libportability.so
%{_libdir}/games/%{name}-2/lib/librobottools.so
%{_libdir}/games/%{name}-2/lib/libtgf.so
%{_libdir}/games/%{name}-2/lib/libtgfclient.so
%{_libdir}/games/%{name}-2/lib/libtgfdata.so
%{_libdir}/games/%{name}-2/lib/libephemeris.so
%{_libdir}/games/%{name}-2/modules/graphic/ssggraph.so
%{_libdir}/games/%{name}-2/modules/racing/standardgame.so
%{_libdir}/games/%{name}-2/modules/simu/simuv2.1.so
%{_libdir}/games/%{name}-2/modules/simu/simuv4.so
%{_libdir}/games/%{name}-2/modules/sound/snddefault.so
%{_libdir}/games/%{name}-2/modules/telemetry/telemetryv1.so
%{_libdir}/games/%{name}-2/modules/track/trackv1.so
%{_libdir}/games/%{name}-2/modules/userinterface/legacymenu.so
%{_libdir}/games/%{name}-2/modules/userinterface/textonly.so
%{_libdir}/games/%{name}-2/modules/graphic/osggraph.so
%{_libdir}/games/%{name}-2/modules/racing/genparoptv1.so

#----------------------------------------------------------------------------

%package data-base
Summary:	Data base for Speed Dreams
Group:		Games/Simulation
Requires:	%{name} >= %{version}
Conflicts:	%{name} < 2.1.0

%description data-base
Base data files for Speed Dreams.

%files data-base
%{_gamesdatadir}/%{name}-2/

#----------------------------------------------------------------------------

%package robots-hq
Summary:	Basic robots for Speed Dreams
Group:		Games/Simulation
Requires:	%{name} >= %{version}
Requires:	%{name}-data-hq >= %{version}

%description robots-hq
HQ robots for LS1 and 36GP series cars in Speed Dreams.

%files robots-hq
%{_libdir}/games/%{name}-2/drivers/simplix_ls1/simplix_ls1.so*
%{_libdir}/games/%{name}-2/drivers/simplix_36GP/simplix_36GP.so*
%{_libdir}/games/%{name}-2/drivers/usr_ls1/usr_ls1.so*
%{_libdir}/games/%{name}-2/drivers/usr_36GP/usr_36GP.so*

#----------------------------------------------------------------------------

%package robots-more-hq
Summary:	More HQ robots for Speed Dreams
Group:		Games/Simulation
Requires:	%{name} >= %{version}
Requires:	%{name}-robots-hq >= %{version}
Requires:	%{name}-data-more-hq

%description robots-more-hq
More HQ robots for TRB1 series cars and add kilo2008 robot in Speed Dreams.

%files robots-more-hq
%{_libdir}/games/%{name}-2/drivers/kilo2008/kilo2008.so
%{_libdir}/games/%{name}-2/drivers/simplix/simplix.so
%{_libdir}/games/%{name}-2/drivers/simplix_mpa1/simplix_mpa1.so
%{_libdir}/games/%{name}-2/drivers/simplix_trb1/simplix_trb1.so
%{_libdir}/games/%{name}-2/drivers/usr/usr.so
%{_libdir}/games/%{name}-2/drivers/usr_mpa1/usr_mpa1.so
%{_libdir}/games/%{name}-2/drivers/usr_trb1/usr_trb1.so

#----------------------------------------------------------------------------

%package robots-wip
Summary:	WIP robots for Speed Dreams
Group:		Games/Simulation
Requires:	%{name} >= %{version}
Requires:	%{name}-robots-more-hq >= %{version}
Requires:	%{name}-data-wip

%description robots-wip
WIP robots for LS2, MP5 and RS series cars in Speed Dreams.

%files robots-wip
%{_libdir}/games/%{name}-2/drivers/simplix_mp5/simplix_mp5.so
%{_libdir}/games/%{name}-2/drivers/simplix_ls2/simplix_ls2.so
%{_libdir}/games/%{name}-2/drivers/usr_ls2/usr_ls2.so
%{_libdir}/games/%{name}-2/drivers/usr_rs/usr_rs.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Speed Dreams
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
This package contains files for developing robots for Speed Dreams.

%files devel
%{_includedir}/%{name}-2/3D/*.h
%{_includedir}/%{name}-2/SOLID/solid.h
%{_includedir}/%{name}-2/learning/*.h
%{_includedir}/%{name}-2/tmath/*.h
%{_includedir}/%{name}-2/*.*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-2 -c

%build
%cmake \
	-DCMAKE_SKIP_RPATH:BOOL=OFF \
	-DBUILD_SHARED_LIBS:BOOL=OFF \
	-DOPTION_TRACE:BOOL=OFF
%make

%install
%makeinstall_std -C build

rm -rf %{buildroot}%{_gamesdatadir}/%{name}-2/cmake
rm -rf %{buildroot}%{_gamesdatadir}/%{name}-2/*.txt

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}-2
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

install -d %{buildroot}{%{_miconsdir},%{_liconsdir}}
convert -size 16x16 data/data/icons/icon.png %{buildroot}%{_miconsdir}/%{name}.png
install data/data/icons/icon.png %{buildroot}%{_iconsdir}/%{name}.png
convert -size 48x48 data/data/icons/icon.png %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_mandir}/man6
install -m644 doc/man/sd2-accc.6 %{buildroot}%{_mandir}/man6/sd2-accc.6
install -m644 doc/man/sd2-nfs2ac.6 %{buildroot}%{_mandir}/man6/sd2-nfs2ac.6
install -m644 doc/man/sd2-nfsperf.6 %{buildroot}%{_mandir}/man6/sd2-nfsperf.6
install -m644 doc/man/sd2-trackgen.6 %{buildroot}%{_mandir}/man6/sd2-trackgen.6
install -m644 doc/man/speed-dreams-2.6 %{buildroot}%{_mandir}/man6/speed-dreams-2.6

chmod 0755 %{buildroot}%{_libdir}/games/%{name}-2/*/*/*.so

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 2.2.0-1.6381.1
- (a59159f) Merge pull request #1 from import/speed-dreams:rosa2016.1
- (a59159f) Updated to 2.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14706 |14cu|speed-dreams-data-hq-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 6381
%define oname speed-dreams-2

Summary:	HQ data for Speed Dreams
Name:		speed-dreams-data-hq
Version:	2.2.0
Release:	1
License:	GPLv2+
Group:		Games/Simulation
Url:		http://www.speed-dreams.org
Source0:	http://downloads.sourceforge.net/project/speed-dreams/%{version}/speed-dreams-src-hq-cars-and-tracks-%{version}-r%{svn}.tar.xz
Requires:	speed-dreams = %{version}
Requires:	speed-dreams-data-base = %{version}
Requires:	speed-dreams-robots-hq = %{version}
BuildArch:	noarch

%description
HQ data for Speed Dreams:
- new tracks: brondehach, chemisay, corkscrew, forza, karwada, allondaz,
  charmey, arizona, manton
- new cars: 36GP, LS1 series
- new robots: simplix_ls1, simplix_36GP, usr_ls1, usr_36GP
- adds mods: championship, single event

%files
%{_gamesdatadir}/%{oname}/tracks/circuit/brondehach/
%{_gamesdatadir}/%{oname}/tracks/circuit/chemisay/
%{_gamesdatadir}/%{oname}/tracks/circuit/corkscrew/
%{_gamesdatadir}/%{oname}/tracks/circuit/forza/
%{_gamesdatadir}/%{oname}/tracks/circuit/karwada/
%{_gamesdatadir}/%{oname}/tracks/road/allondaz/
%{_gamesdatadir}/%{oname}/tracks/road/charmey/
%{_gamesdatadir}/%{oname}/tracks/speedway/arizona/
%{_gamesdatadir}/%{oname}/tracks/speedway/manton/
%{_gamesdatadir}/%{oname}/tracks/speedway/mile/
%{_gamesdatadir}/%{oname}/config/raceman/championship*.xml
%{_gamesdatadir}/%{oname}/config/raceman/singleevent*.xml
%{_gamesdatadir}/%{oname}/cars/models/36gp*/
%{_gamesdatadir}/%{oname}/cars/models/ls1*/
%{_gamesdatadir}/%{oname}/drivers/*_36GP/
%{_gamesdatadir}/%{oname}/drivers/*_ls1/

#----------------------------------------------------------------------------

%prep
%setup -q -c

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}
cp -a data/* %{buildroot}%{_gamesdatadir}/%{oname}/

find %{buildroot} -name "CMakeLists.txt" -delete

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 2.2.0-1
- (06236ac) Merge pull request #1 from import/speed-dreams-data-hq:rosa2016.1
- (06236ac) Updated to 2.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14707 |14cu|speed-dreams-data-more-hq-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 6381
%define oname speed-dreams-2

Summary:	More HQ data for Speed Dreams
Name:		speed-dreams-data-more-hq
Version:	2.2.0
Release:	1
License:	GPLv2+
Group:		Games/Simulation
Url:		http://www.speed-dreams.org
Source0:	http://downloads.sourceforge.net/project/speed-dreams/%{version}/speed-dreams-src-more-hq-cars-and-tracks-%{version}-r%{svn}.tar.xz
Requires:	speed-dreams = %{version}
Requires:	speed-dreams-data-base = %{version}
Requires:	speed-dreams-data-hq = %{version}
Requires:	speed-dreams-robots-more-hq = %{version}
BuildArch:	noarch

%description
More HQ data for Speed Dreams
- new tracks: aalborg, migrant, ruudskogen, garguree, inuksuk,
  lombaro, ole-oroad-1, peters, pinabashi, prenzlau, salty,
  longpond, mile, milky-five, newton
- new cars: MPA1 and TRB1 series
- new robots: simplix_mpa1, usr_mpa1, simplix_trb1, usr_trb1

%files
%{_gamesdatadir}/%{oname}/cars/models/mpa1*/
%{_gamesdatadir}/%{oname}/cars/models/trb1*/
%{_gamesdatadir}/%{oname}/config/raceman/championship-mpa1.xml
%{_gamesdatadir}/%{oname}/config/raceman/championship-trb1.xml
%{_gamesdatadir}/%{oname}/drivers/*_mpa1/
%{_gamesdatadir}/%{oname}/drivers/*_trb1/
%{_gamesdatadir}/%{oname}/tracks/circuit/aalborg/
%{_gamesdatadir}/%{oname}/tracks/circuit/migrants/
%{_gamesdatadir}/%{oname}/tracks/circuit/ruudskogen/
%{_gamesdatadir}/%{oname}/tracks/dirt/garguree/
%{_gamesdatadir}/%{oname}/tracks/road/inuksuk/
%{_gamesdatadir}/%{oname}/tracks/road/lombaro/
%{_gamesdatadir}/%{oname}/tracks/road/longday/
%{_gamesdatadir}/%{oname}/tracks/road/ole-road-1/
%{_gamesdatadir}/%{oname}/tracks/road/peters/
%{_gamesdatadir}/%{oname}/tracks/road/pinabashi/
%{_gamesdatadir}/%{oname}/tracks/road/prenzlau/
%{_gamesdatadir}/%{oname}/tracks/road/salty/
%{_gamesdatadir}/%{oname}/tracks/speedway/alamo/
%{_gamesdatadir}/%{oname}/tracks/speedway/longpond/
%{_gamesdatadir}/%{oname}/tracks/speedway/milky-five/
%{_gamesdatadir}/%{oname}/tracks/speedway/newton/

#----------------------------------------------------------------------------

%prep
%setup -q -c

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}
cp -a data/* %{buildroot}/%{_gamesdatadir}/%{oname}/

find %{buildroot} -name "CMakeLists.txt" -delete

# These files are provided by speed-dreams-data-hq
rm -rf %{buildroot}%{_gamesdatadir}/%{oname}/config/raceman/championship.xml
rm -rf %{buildroot}%{_gamesdatadir}/%{oname}/config/raceman/championship-supercars.xml

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 2.2.0-1
- (66abdf8) Merge pull request #3 from import/speed-dreams-data-more-hq:rosa2016.1
- (66abdf8) Del /tracks/speedway/mile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14708 |14cu|speed-dreams-data-wip-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 6381
%define oname speed-dreams-2

Summary:	Work-in-progress data for Speed Dreams
Name:		speed-dreams-data-wip
Version:	2.2.0
Release:	1
License:	GPLv2+
Group:		Games/Simulation
Url:		http://www.speed-dreams.org
Source0:	http://downloads.sourceforge.net/project/speed-dreams/%{version}/speed-dreams-src-wip-cars-and-tracks-%{version}-r%{svn}.tar.xz
Requires:	speed-dreams = %{version}
Requires:	speed-dreams-data-base = %{version}
Requires:	speed-dreams-data-hq = %{version}
Requires:	speed-dreams-robots-wip = %{version}
BuildArch:	noarch

%description
Work-in-progress data for Speed Dreams
- new tracks : dirt-1, dirt-2, dirt-4, dirt-6, mixed-1, mixed-2,
  e-track-2, e-track-3, e-track-4, e-track-5, spring, street-1, wheel-1,
  a-speedway, b-speedway, c-speedway, d-speedway, e-speedway, f-speedway,
  caddo, sunshine, tennessee
- new cars : ls2, mp5, rs series
- new robots : simplix_ls2, usr_ls2, simplix_mp5, usr_rs
- adds mod: career

%files
%{_gamesdatadir}/%{oname}/cars/models/67gp*/
%{_gamesdatadir}/%{oname}/cars/models/ls1*/
%{_gamesdatadir}/%{oname}/cars/models/ls2*/
%{_gamesdatadir}/%{oname}/cars/models/mp5*/
%{_gamesdatadir}/%{oname}/cars/models/rs1*/
%{_gamesdatadir}/%{oname}/cars/models/rs2*/
%{_gamesdatadir}/%{oname}/cars/models/sc*/
%{_gamesdatadir}/%{oname}/cars/models/srw*/
%{_gamesdatadir}/%{oname}/config/raceman/career*.xml*
%{_gamesdatadir}/%{oname}/config/raceman/*-mp5.xml
%{_gamesdatadir}/%{oname}/config/raceman/networkrace.xml
%{_gamesdatadir}/%{oname}/drivers/dandroid_*/
%{_gamesdatadir}/%{oname}/drivers/simplix_*/
%{_gamesdatadir}/%{oname}/drivers/usr_*/
%{_gamesdatadir}/%{oname}/tracks/circuit/goldstone-sand/
%{_gamesdatadir}/%{oname}/tracks/dirt/dirt-*/
%{_gamesdatadir}/%{oname}/tracks/dirt/mixed-*/
%{_gamesdatadir}/%{oname}/tracks/road/e-track*/
%{_gamesdatadir}/%{oname}/tracks/road/spring/
%{_gamesdatadir}/%{oname}/tracks/road/street-1/
%{_gamesdatadir}/%{oname}/tracks/road/wheel-1/
%{_gamesdatadir}/%{oname}/tracks/speedway/*-speedway/
%{_gamesdatadir}/%{oname}/tracks/speedway/caddo/
%{_gamesdatadir}/%{oname}/tracks/speedway/corn/
%{_gamesdatadir}/%{oname}/tracks/speedway/e-track-5/
%{_gamesdatadir}/%{oname}/tracks/speedway/sunshine/
%{_gamesdatadir}/%{oname}/tracks/speedway/tennessee/

#----------------------------------------------------------------------------

%prep
%setup -q -c

%build

%install
mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}
cp -a data/* %{buildroot}%{_gamesdatadir}/%{oname}/

find %{buildroot} -name "CMakeLists.txt" -delete

# These files are provided by speed-dreams-data-hq
rm -rf %{buildroot}%{_gamesdatadir}/%{oname}/config/raceman/championship.xml
rm -rf %{buildroot}%{_gamesdatadir}/%{oname}/config/raceman/championship-supercars.xml

%changelog

* Sun Sep 04 2016 alzim <alzim@bk.ru> 2.2.0-1
- (a8375c2) Merge pull request #1 from import/speed-dreams-data-wip:rosa2016.1
- (a8375c2) Updated to 2.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14709 |14cu|speedtest-cli-1.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line interface for testing internet bandwidth
Name:		speedtest-cli
Version:	1.0.7
Release:	1
License:	ASL 2.0 
Group:		Development/Tools
Url:		https://github.com/sivel/speedtest-cli
Source0:	https://github.com/sivel/%{name}/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildRequires:	python-setuptools
Requires:	python
Requires:	python-setuptools
BuildArch:	noarch

%description
Command line interface for testing internet bandwidth using speedtest.net

%files
%doc CONTRIBUTING.md  LICENSE  README.rst
%{_bindir}/speedtest-cli
%{py_puresitedir}/*
%{_mandir}/man1/speedtest-cli.1.*

#-----------------------------------------------------------------------------

%prep
%setup -q
sed -i -e '/^#!\//, 1d' *.py

%build
%py_build

%install
python setup.py install --skip-build --root %{buildroot}
gzip speedtest-cli.1
mkdir -p %{buildroot}%{_mandir}/man1
install -p -m 644 speedtest-cli.1.gz %{buildroot}%{_mandir}/man1/speedtest-cli.1.gz
rm -f %{buildroot}%{_bindir}/speedtest

%check
python setup.py test

%changelog

* Thu Oct 19 2017 Denis Silakov <dsilakov@virtuozzo.com> 1.0.7-1
- (cd73260) Updated to 1.0.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14710 |14cu|spek-0.8.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		spek
Version:	0.8.3
Release:	1
Group:		Sound
License:	GPLv3
Summary:	Tool for audio spectrum analysis and visualization
URL:		http://spek.cc/
Source:		https://github.com/alexkay/spek/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires:	wxgtku2.8-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	intltool

%description
Spek (IPA: /spɛk/, ‘bacon’ in Dutch) helps to analyse your audio files by
showing their spectrogram. Spek is free software available for Unix,
Windows and Mac OS X.

Features:

* Supports all popular lossy and lossless audio file formats 
  (thanks to the FFmpeg libraries.)
* Ultra-fast signal processing, uses multiple threads to further
  speed up the analysis.
* Shows the codec name and the audio signal parameters.
* Allows to save the spectrogram as an image file.
* Drag-and-drop support; associates with common audio file formats.
* Auto-fitting time, frequency and spectral density rulers.
* Adjustable spectral density range.
* Translated into 16 languages.

%prep
%setup -q

NOCONFIGURE=1 ./autogen.sh

%build
%configure2_5x
%make

%install
%make_install

%find_lang %{name}

%files -f %{name}.lang
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*
%{_mandir}/man1/%{name}.*

%changelog

* Sun Nov 20 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3-1
- (a4bd99e) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14711 |14cu|sphinx2-0.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%define _disable_ld_no_undefined 1

%define major 0
%define libname %mklibname sphinx2_ %{major}
%define libnamead %mklibname sphinx2ad %{major}
%define libnamefe %mklibname sphinx2fe %{major}
%define devname %mklibname sphinx2 -d

Summary:	Speech recognitnion engine
Name:		sphinx2
Version:	0.6
Release:	6
License:	BSD-like
Group:		Sound
Url:		http://www.speech.cs.cmu.edu/sphinx/
Source0:	http://dl.sourceforge.net/cmusphinx/%{name}-%{version}.tar.gz
Patch0:		%{name}-wid.patch
BuildRequires:	sphinxbase
BuildRequires:	pkgconfig(sphinxbase)
Requires:	sphinxbase

%description
One of Carnegie Mellon University's open source large vocabulary,
speaker-independent continuous speech recognition engine.

Plug your microphone, launch sphinx2-simple, and test it!

%files
%doc README doc
%{_bindir}/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 0.6-5

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libsphinx2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamead}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 0.6-5

%description -n %{libnamead}
Shared library for %{name}.

%files -n %{libnamead}
%{_libdir}/libsphinx2ad.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamefe}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 0.6-5

%description -n %{libnamefe}
Shared library for %{name}.

%files -n %{libnamefe}
%{_libdir}/libsphinx2fe.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamead} = %{EVRD}
Requires:	%{libnamefe} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.6-5
Obsoletes:	%{name}-devel < 0.6-5
Obsoletes:	%{name}-static < 0.6-5

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
cp configure.ac configure.in
%configure2_5x --disable-static
make

%install
%makeinstall_std

# hmm, name may conflict
rm -f %{buildroot}%{_bindir}/batch.csh


%changelog

* Thu Jun 16 2016 Denis Silakov <dsilakov@gmail.com> 0.6-6
- (6de3a7b) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14712 |14cu|sphinx-2.1.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname %mklibname %{name}client %{major}
%define develname %mklibname %{name}client -d

Summary:	SQL full-text search engine
Name:		sphinx
Version:	2.1.9
Release:	3
License:	GPLv2+
Group:		System/Servers
URL:		http://sphinxsearch.com/
Source0:	http://%{name}search.com/downloads/%{name}-%{version}-release.tar.gz
Source1:	%{name}-searchd.service
Source2:	%{name}.logrotate
Patch0:		sphinx-DESTDIR.diff
Patch1:		sphinx-mdv_conf.diff
Patch2:		sphinx-libsphinxclient-version-info_fix.diff
Patch3:		sphinx-2.0.3-fix_static.patch

Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Requires(preun): rpm-helper
Requires(postun): rpm-helper

BuildRequires:	expat-devel
BuildRequires:	libstemmer-devel
BuildRequires:	libtool
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel

%description
Sphinx is a full-text search engine, distributed under GPL version 2.
Commercial licensing is also available upon request.

Generally, it's a standalone search engine, meant to provide fast,
size-efficient and relevant full text search functions to other applications.
Sphinx was specially designed to integrate well with SQL databases and
scripting languages. Currently built-in data source drivers support fetching
data either via direct connection to MySQL, PostgreSQL, or from a pipe in a
custom XML format.

As for the name, Sphinx is an acronym which is officially decoded as 
SQL Phrase Index. Yes, I know about CMU's Sphinx project.

%package -n	%{libname}
Summary:	Shared sphinxclient library
Group:		System/Libraries

%description -n	%{libname}
This package contains the shared sphinxclient library.

%package -n	%{develname}
Summary:	Development files for the sphinxclient library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}client-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package contains the development files for the sphinxclient library.

%prep

%setup -q -n %{name}-%{version}-release
%patch0 -p0
%patch1 -p1
%patch2 -p0
%patch3 -p1

cp %{SOURCE1} %{name}-searchd.service
cp %{SOURCE2} %{name}.logrotate

# Fix wrong-file-end-of-line-encoding
sed -i 's/\r//' api/ruby/spec/%{name}/%{name}_test.sql
sed -i 's/\r//' api/java/mk.cmd
sed -i 's/\r//' api/ruby/spec/fixtures/keywords.php
sed -i 's/\r//' api/ruby/lib/%{name}/response.rb


%build 
%serverbuild

pushd api/lib%{name}client
libtoolize --copy --force; aclocal
cp configure.ac configure.in
sh ./buildconf.sh
cp configure.ac configure.in
export CPPFLAGS="-I%{_includedir}/libstemmer"
%configure2_5x
make
popd


export CPPFLAGS="-I%{_includedir}/libstemmer"

%configure2_5x \
    --sysconfdir=%{_sysconfdir}/%{name} \
    --program-prefix="%{name}-" \
    --localstatedir=/var/lib/%{name} \
    --with-mysql \
    --with-pgsql

# hack to enable external stemmer libs
perl -pi -e "s|^LIBSTEMMER_LIBS.*|LIBSTEMMER_LIBS=-lstemmer|g" src/Makefile
perl -pi -e "s|^#define USE_LIBSTEMMER.*|#define USE_LIBSTEMMER 1|g" config/config.h

%make

%install

install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}/var/lib/%{name}
install -d %{buildroot}/var/log/%{name}
install -d %{buildroot}%{_localstatedir}/lib/%{name}/data

%makeinstall_std
%makeinstall_std -C api/lib%{name}client

mv %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf.dist %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
mv %{buildroot}%{_sysconfdir}/%{name}/%{name}-min.conf.dist %{buildroot}%{_sysconfdir}/%{name}/%{name}-min.conf
mv %{buildroot}%{_bindir}/%{name}-searchd %{buildroot}%{_sbindir}/%{name}-searchd

install -m0644 %{name}-searchd.service %{buildroot}%{_unitdir}/%{name}-searchd.service
install -m0644 %{name}.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}-searchd

# create ghostfiles
touch %{buildroot}%{_logdir}/%{name}/%{name}-searchd.log
touch %{buildroot}%{_logdir}/%{name}/%{name}-query.log

rm -f %{buildroot}%{_libdir}/*.*a

mkdir -p %{buildroot}%{_tmpfilesdir}
cat <<EOF > %{buildroot}%{_tmpfilesdir}/%{name}.conf
d /run/%{name} 0755 %{name} %{name} -
EOF

%pre
 %_pre_useradd %{name} %{_localstatedir}/lib/%{name} /sbin/nologin
 
# Check that log files are owned by sphinx and fix if necessary
 [ -e %{_logdir}/%{name}/%{name}-query.log ] && \
 [ "$(stat -c %U %{_logdir}/%{name}/%{name}-query.log)" != "%{name}" ] && \
 chown -R %{name}:%{name} %{_logdir}/%{name} ||:
 
%post
%create_ghostfile %{_logdir}/%{name}/%{name}-searchd.log %{name} %{name} 0644
%create_ghostfile %{_logdir}/%{name}/%{name}-query.log %{name} %{name} 0644
systemd-tmpfiles --create %{name}.conf
%_post_service %{name}-searchd

%preun
%_preun_service %{name}-searchd

%postun
%_postun_userdel %{name}

%files
%doc COPYING doc/*.html doc/*.css mysqlse/gen_data.php example.sql
%{_unitdir}/%{name}-searchd.service
%attr(0755,root,root) %dir %{_sysconfdir}/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/example.sql
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/%{name}-min.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}-searchd
%{_tmpfilesdir}/%{name}.conf
%attr(0755,root,root) %{_bindir}/%{name}-indexer
%attr(0755,root,root) %{_bindir}/%{name}-indextool
%attr(0755,root,root) %{_bindir}/%{name}-search
%attr(0755,root,root) %{_bindir}/%{name}-spelldump
%attr(0755,root,root) %{_bindir}/%{name}-wordbreaker
%attr(0755,root,root) %{_sbindir}/%{name}-searchd
%attr(0755,%{name},%{name}) %dir /var/lib/%{name}
%attr(0755,%{name},%{name}) %dir %{_logdir}/%{name}
%ghost %{_logdir}/%{name}/%{name}-searchd.log
%ghost %{_logdir}/%{name}/%{name}-query.log
%{_mandir}/man1/%{name}-indexer.1*
%{_mandir}/man1/%{name}-indextool.1*
%{_mandir}/man1/%{name}-search.1*
%{_mandir}/man1/%{name}-searchd.1*
%{_mandir}/man1/%{name}-spelldump.1*
%attr(0755,%{name},%{name}) %dir %{_localstatedir}/lib/%{name}/data

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc api/lib%{name}client/README
%{_includedir}/%{name}client.h
%{_libdir}/*.so



%changelog

* Mon Aug 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.9-3
- (c27c1d7) Use tmpfiles to create /run subfolder



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14713 |14cu|sphinx3-0.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}
%define _disable_ld_no_undefined 1

%define major 0
%define libs3decoder %mklibname s3decoder %{major}
%define devname %mklibname %{name} -d

Summary:	CMU Sphinx Recognition System
Name:		sphinx3
Version:	0.8
Release:	7
License:	BSD-style (see COPYING)
Group:		Sound
Url:		http://cmusphinx.sourceforge.net/
Source0:	%{name}-%{version}.tar.gz
Patch0:		sphinx3-0.8-libutil.patch
Source1:	Makefile.patch
Source2:	Makefile.inc.patch
Source3:	Makefile.an4.patch
Source4:	Makefile2.patch
BuildRequires:	pkgconfig(sphinxbase)
BuildRequires:	sphinxbase
Requires:	sphinxbase

%description
The CMU Sphinx Recognition System is a library and a set of examples and
utilities for speech recognition.

%files
%doc AUTHORS COPYING INSTALL README NEWS doc/*.ppt
%doc doc/*.html doc/*.pdf doc/*.txt doc/*.gif
%{_bindir}/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libs3decoder}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 0.8-6

%description -n %{libs3decoder}
Shared library for %{name}.

%files -n %{libs3decoder}
%{_libdir}/libs3decoder.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libs3decoder} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.8-6
Obsoletes:	%{name}-devel < 0.8-6
Conflicts:	%{name} < 0.8-6

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/libs3decoder.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
patch -p0 -F 90 Makefile.in %{SOURCE1}
patch -p0 -F 90 include/Makefile.in %{SOURCE2}
patch -p0 -F 90 model/lm/an4/Makefile.in %{SOURCE3}

%build
autoreconf -fi
cp configure.ac configure.in
%configure2_5x --disable-static
patch -p0 -F 90 Makefile %{SOURCE4}
patch -p0 -F 90 include/Makefile %{SOURCE4}
patch -p0 -F 90 model/lm/an4/Makefile %{SOURCE4}
%make

%install
%makeinstall_std


%changelog

* Thu Jun 16 2016 Denis Silakov <dsilakov@gmail.com> 0.8-7
- (ff465a2) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14714 |14cu|spicctrl-1.9-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sony Vaio SPIC Control Program
Name:		spicctrl
Version:	1.9
Release:	8
License:	GPL
Group:		System/Configuration/Hardware
Source:		http://popies.net/sonypi/%{name}-%{version}.tar.bz2
Patch0:		spicctrl-1.9-debug.patch
URL:		http://popies.net/sonypi/

%description
This utility allows one to query and set a variety of parameters on your
Sony Vaio laptop computer, including:

 * AC Power status
 * Battery status 
 * Screen brightness
 * Bluetooth device power status

%prep
%setup
%patch0 -p1

%build
%make

%clean

%install
mkdir -p %{buildroot}%{_sbindir}/
install %{_builddir}/%{name}-%{version}/spicctrl %{buildroot}/usr/sbin

%post
if [ ! -c /dev/sonypi ]; then
	rm -f /dev/sonypi
	mknod /dev/sonypi c 10 250
fi
grep 'alias char-major-10-250 sonypi' /etc/modules.conf > /dev/null
RETVAL=$?
if [ $RETVAL -ne 0 ]; then
	echo 'alias char-major-10-250 sonypi' >> /etc/modules.conf
	echo 'options sonypi minor=250' >> /etc/modules.conf
	echo 'alias char-major-10-250 sonypi' >> /etc/modprobe.conf
	echo 'options sonypi minor=250' >> /etc/modprobe.conf
fi

%files
%{_sbindir}/*
%doc AUTHORS LICENSE CHANGES





%changelog

* Thu Jun 16 2016 Denis Silakov <dsilakov@gmail.com> 1.9-8
- (731bd8e) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14715 |14cu|spice-parent-26-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           spice-parent
Version:        26
Release:        1
Summary:        Sonatype Spice Components

Group:          Development/Java
License:        ASL 2.0
URL:            http://github.com/sonatype/oss-parents
Source0:        http://repo1.maven.org/maven2/org/sonatype/spice/%{name}/%{version}/%{name}-%{version}.pom
Source1:        http://apache.org/licenses/LICENSE-2.0.txt
Patch0:        pom.patch

BuildArch: noarch

BuildRequires:  jpackage-utils >= 0:1.7.2

Requires:          jpackage-utils
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
Spice components and libraries are common components 
used throughout the Sonatype Forge.

%prep
%setup -qcT
cp -p %{SOURCE0} pom.xml
cp -p %{SOURCE1} .

%patch0

%build
#nothing to do for the pom

%install

%add_to_maven_depmap org.sonatype.spice spice-parent %{version} JPP spice-parent

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%post
%update_maven_depmap

%postun
%update_maven_depmap

%clean

%files
%doc LICENSE-2.0.txt
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 26-1
- (f586388) Updated to version 26



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14716 |14cu|spindown-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    Daemon that can spin idle disks down
Name:       spindown
Version:    0.4.0
Release:    4
License:    GPLv3+
Group:      System/Servers
Url:        http://code.google.com/p/spindown
Source0:    http://spindown.googlecode.com/files/spindown-%{version}.tar.gz
Source1:    spindown.service
Source2:    01spindown

Patch0: spindown-0.4.0-Makefile.patch
Patch1: spindown-0.4.0-iniparser.patch
Patch2: spindown-0.4.0-iniparser-3.0-1.patch
Patch3: spindown-0.4.0-bz1037334.patch

Requires(preun): systemd-units

BuildRequires: iniparser-devel
BuildRequires: systemd-units

%description
Spindown is a daemon that can spin idle disks down and thus save energy and
improve disk lifetime. It periodically checks for read or written blocks. When
no blocks are read or written the disk is idle. When a disk stays idle long
enough, spindown uses custom command like sg_start or hdparm to spin it down.
It also works with USB disks and hot-swappable disks because it doesn't watch
the device name (hda, sdb, ...), but the device ID. This means that it doesn't
matter if the disk is swapped while the daemon is running.

%prep
%setup -q
rm -rf src/ininiparser3.0b
cp -pf %{SOURCE1} spindown.service
cp -pf %{SOURCE2} 01spindown
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%make OPT="%{optflags}"

%install
make DESTDIR="%{buildroot}" install
mkdir -p %{buildroot}/%{_libdir}/pm-utils/sleep.d
mkdir -p %{buildroot}/%{_unitdir}
install -p -m 755 01spindown %{buildroot}/%{_libdir}/pm-utils/sleep.d/01spindown
install -p -m 755 spindown.service %{buildroot}/%{_unitdir}/spindown.service

%post
%systemd_post spindown.service

%preun
%systemd_preun spindown.service

%files
%defattr(-,root,root,-)
%doc COPYING CHANGELOG README
%{_unitdir}/spindown.service
%{_sbindir}/spindownd
%{_libdir}/pm-utils/sleep.d/01spindown
%config(noreplace) %{_sysconfdir}/spindown.conf


%changelog
* Mon Oct 06 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-4
+ Revision: 7eafb82
- Migrated to systemd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14717 |14cu|spiralsynthmodular-0.2.2a-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkg_name spiralmodular

Summary:    Object oriented modular softsynth / sequencer / sampler
Name:       spiralsynthmodular
Version:    0.2.2a
Release:    11
URL:        http://www.pawfal.org/Software/SSM/
Source0:    %{pkg_name}-%{version}.tar.bz2
Source1:    SpiralLogo48.png
Source2:    SpiralLogo32.png
Source3:    SpiralLogo16.png
Patch0:     spiralmodular-fix-build.patch
Patch1:     spiralmodular-0.2.2-gcc43.patch
Patch2:     spiralmodular-0.2.2-newer-fltk.patch
Patch3:     spiralmodular-0.2.2-debug.patch
License:    GPL
Group:      Sound
BuildRequires:  fltk-devel
BuildRequires:  pkgconfig(jack)
BuildRequires:  python
BuildRequires:  ladspa-devel
BuildRequires:  pkgconfig(alsa)
BuildRequires:  sndfile-devel
BuildRequires:  pkgconfig(cairo)
BuildRequires:  pkgconfig(pixman-1)

%description
SpiralSynthModular (or SSM) is a object orientated modular softsynth
/ sequencer / sampler.

Audio or control data can be freely passed between the plugins, its
all treated the same. Data can also be fed back on itself for chaotic
effects.

%prep
%setup -qn %{pkg_name}-0.2.2
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p1

%build
%setup_compile_flags
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
export CPPFLAGS="%{optflags}"
%configure2_5x
%make

%install
mkdir -p %{buildroot}/{%{_bindir},%{_libdir}}
%makeinstall

# Menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Categories=Audio;
Name=Spiral Modular Synth
Comment=Spiral Modular Software Synthesizer
Exec=/usr/bin/%{name}
Icon=%{name}
EOF

#icons
mkdir -p %{buildroot}/%{_liconsdir}
cat %SOURCE1 > %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
cat %SOURCE2 > %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
cat %SOURCE3 > %{buildroot}/%{_miconsdir}/%{name}.png


%files
%doc CHANGES COPYING README Examples
%{_bindir}/spiralsynthmodular
%{_libdir}/SpiralPlugins
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

%changelog

* Thu Jun 23 2016 Denis Silakov <dsilakov@gmail.com> 0.2.2a-11
- (2acb800) Fix debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14718 |14cu|splint-3.1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Splint - Secure Programming Lint
Name:		splint
Version:	3.1.2
Release:	7
License:	GPLv2+
Group:		Development/C
Source0:	http://www.splint.org/downloads/splint-%{version}.tar.bz2
Url:		http://www.splint.org
BuildRequires:	flex

%description
Splint is a tool for statically checking C programs for security
vulnerabilities and coding mistakes. With minimal effort, Splint can
be used as a better lint. If additional effort is invested adding
annotations to programs, Splint can perform stronger checking than can
be done by any standard lint.

%files
%attr(0755,root,root) %{_bindir}/splint
%defattr(0644,root,root,0755)
%doc README
%{_mandir}/man1/splint.1*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure
make

%install
%makeinstall_std


%changelog

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.2-7
- (5b5ab92) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14719 |14cu|spread-4.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname %mklibname spread %{major}
%define develname %mklibname spread -d

Summary:	Multicast Group Communication Framework
Name:		spread
Version:	4.1.0
Release:	5
Group:		System/Servers
License:	BSD-style
URL:		http://www.spread.org/
Source0:	spread-src-%{version}.tar.gz
Source2:	spread.service
Source3:	spread.sysconfig
Source4:        %{name}.tmpfiles.d
Patch1:		spread-mdv_config.diff
Patch2:		spread-src-force_man_page_format.diff
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
BuildRequires:	flex
BuildRequires:	groff-for-man

%description
Spread is a toolkit that provides a high performance messaging service that is
resilient to faults across external or internal networks. Spread functions as a
unified message bus for distributed applications, and provides highly tuned
application-level multicast and group communication support. Spread services
range from reliable message passing to fully ordered messages with delivery
guarantees, even in case of computer failures and network partitions. Spread is
designed to encapsulate the challenging aspects of asynchronous networks and
enable the construction of scalable distributed applications, allowing
application builders to focus on the differentiating components of their
application.

%package -n	%{libname}
Summary:	Multicast Group Communication Framework library
Group:          System/Libraries

%description -n	%{libname}
Spread is a toolkit that provides a high performance messaging service that is
resilient to faults across external or internal networks. Spread functions as a
unified message bus for distributed applications, and provides highly tuned
application-level multicast and group communication support. Spread services
range from reliable message passing to fully ordered messages with delivery
guarantees, even in case of computer failures and network partitions. Spread is
designed to encapsulate the challenging aspects of asynchronous networks and
enable the construction of scalable distributed applications, allowing
application builders to focus on the differentiating components of their
application.

%package -n	%{develname}
Summary:	Static library and header files for the libevent library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname spread 1 -d}

%description -n	%{develname}
Spread is a toolkit that provides a high performance messaging service that is
resilient to faults across external or internal networks. Spread functions as a
unified message bus for distributed applications, and provides highly tuned
application-level multicast and group communication support. Spread services
range from reliable message passing to fully ordered messages with delivery
guarantees, even in case of computer failures and network partitions. Spread is
designed to encapsulate the challenging aspects of asynchronous networks and
enable the construction of scalable distributed applications, allowing
application builders to focus on the differentiating components of their
application.

This package includes the necessary files to develop systems with Spread.

%prep

%setup -q -n spread-src-%{version}
%patch1 -p0 -b .mdv_config
%patch2 -p1 -b .force_man_page_format

cp %{SOURCE2} spread.init
cp %{SOURCE3} spread.sysconfig

%build

%configure \
    --with-mantype=man \
    --with-pid-dir=/var/run/spread

%make

%install
%makeinstall_std
install -d %{buildroot}%{_sysconfdir}/{sysconfig,logrotate.d}
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}/var/log/spread

install -Dm 644 docs/sample.spread.access_ip %{buildroot}%{_sysconfdir}/spread.access_ip
install -Dm 755 spread.init %{buildroot}%{_unitdir}/spread.service
install -Dm 644 spread.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/spread
install -p -D -m 0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf

touch %{buildroot}/var/log/spread/spread.log

# install log rotation stuff
cat > %{buildroot}%{_sysconfdir}/logrotate.d/spread << EOF
/var/log/spread/spread.log {
    create 644 spread spread
    monthly
    compress
    missingok
    postrotate
	/bin/kill -HUP \`cat /var/run/spread/spread.pid 2> /dev/null\` 2> /dev/null || true
    endscript
}
EOF

%pre
%_pre_useradd spread /var/run/spread /bin/false

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%create_ghostfile /var/log/spread/spread.log spread spread 0644
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%_postun_userdel spread
%systemd_postun_with_restart %{name}.service

%clean

%files
%doc license.txt release_announcement_*.txt CVS_Readme.txt Readme.txt
%doc docs/PORTING docs/Short_Buffer_Handling.txt docs/TODO
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/spread.*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/spread
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/spread
%attr(0755,root,root) %{_unitdir}/spread.service
%{_bindir}/flush_user
%{_bindir}/sp*
%{_sbindir}/sp*
%{_mandir}/man1/*
%attr(0755,spread,spread) %dir /var/log/spread
%attr(0644,spread,spread) %ghost /var/log/spread/spread.log
%{_tmpfilesdir}/%{name}.conf

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_libdir}/lib*.so
%{_libdir}/lib*.a
%{_includedir}/*
%{_mandir}/man3/*

%changelog

* Thu Jun 16 2016 Denis Silakov <dsilakov@gmail.com> 4.1.0-5
- (76c99cf) Use tmpfiles



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14720 |14cu|spring-103.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Don't provides private modules
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so$'
%endif

%define distname spring_%{version}

%define Werror_cflags %nil

Summary:	Realtime strategy game (inspired by Total Annihilation)
Name:		spring
Version:	103.0
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://springrts.com
Source0:	http://sourceforge.net/projects/springrts/files/springrts/%{name}-%{version}/%{name}_%{version}_src.tar.gz
Source10:	%{name}.rpmlintrc
Patch1:		spring-100.0-linkage.patch
Patch2:		spring-100-cmake3.patch
Patch3:		spring-100-gcc6.patch
BuildRequires:	asciidoc
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-style-xsl
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	java-rpmbuild
BuildRequires:	icoutils
BuildRequires:	p7zip
BuildRequires:	xerces-j2
BuildRequires:	xsltproc
BuildRequires:	zip
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(allegro)
BuildRequires:	pkgconfig(assimp)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(IL)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libunwind)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(zlib)
Obsoletes:	%{name}-data < 0.75
Requires:	fonts-ttf-freefont
# Some mod is required, this is the one that was shipped with
# spring-data:
Suggests:	spring-mod-nanoblobs
# Some map is required, these are the default maps from the
# installer:
Suggests:	spring-maps-default
# Internet lobby and springsettings:
Suggests:	springlobby

%description
Spring is a 3D realtime strategy game. It was inspired by Total Annihilation
and has the same features Total Annihilation had, and more.

%files
%doc README.install.urpmi
%{_bindir}/*
%{_sysconfdir}/%{name}
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/*/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_libdir}/%{name}
%{_mandir}/man*/spring*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}_%{version}
%patch1 -p1
%patch2 -p0
%patch3 -p1

cat > README.install.urpmi <<EOF
If you want to install additional mods and maps that are not available as
Rosa packages, you can install them inside your homedir in subdirectories
.spring/maps and .spring/mods.
EOF
%build
export CFLAGS="%{optflags} -fpermissive"
export CXXFLAGS="%{optflags} -fpermissive"
export LDFLAGS="-ldl"
%cmake \
	-DBINDIR=%{_gamesbindir} \
	-DLIBDIR=%{_lib}/%{name} \
	-DJAVA_INCLUDE_PATH=%{java_home}/include \
	-DJAVA_INCLUDE_PATH2=%{java_home}/include/linux \
	-DJAVA_AWT_INCLUDE_PATH=%{java_home}/include
%make

%install
%makeinstall_std -C build

# Nanar:
# need by spring dedicated server
# it is not installed 

mkdir -p %{buildroot}%{_libdir}/

rm -fr %{buildroot}%{_datadir}/doc

# Move icons into proper Freedesktop hicolor theme
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
mv %{buildroot}%{_datadir}/pixmaps/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/mimetypes/
mv %{buildroot}%{_datadir}/pixmaps/application-x-spring-demo.png \
   %{buildroot}%{_datadir}/icons/hicolor/48x48/mimetypes/

perl -pi -e 's|^Exec=.*|Exec=%{_gamesbindir}/%{name}|' %{buildroot}%{_datadir}/applications/%{name}.desktop
perl -pi -e 's|true|false|' %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install \
	--vendor="" \
	--remove-category="Application" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop


install -d -m755 %{buildroot}%{_sysconfdir}/%{name}
echo '$HOME/.spring' > %{buildroot}%{_sysconfdir}/%{name}/datadir
echo '%{_gamesdatadir}/%{name}' >> %{buildroot}%{_sysconfdir}/%{name}/datadir

install -d -m755 %{buildroot}%{_gamesdatadir}/%{name}/{mods,maps}

rm -rf %{buildroot}%{_datadir}/pixmaps/*.png


%changelog

* Mon Nov 28 2016 Nemial <negry.m@yandex.ru> 103.0-1
- (2152465) Add source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14721 |14cu|springlobby-0.255-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}

Summary:	Cross-platform lobby client for the Spring RTS project
Name:		springlobby
Version:	0.255
Release:	1
# bundled springsettings is GPLv3+
License:	GPL+ and GPLv3+
Group:		Games/Strategy
Url:		http://springlobby.info/
Source0:	http://www.springlobby.info/tarballs/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	boost-devel
BuildRequires:	wxgtku3.0-devel
BuildRequires:	pkgconfig(alure)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(minizip)
BuildRequires:	pkgconfig(openal)
Requires:	curl
Requires:	openal
Requires:	spring

%description
SpringLobby is a free cross-platform lobby client for the Spring RTS project.

%files -f %{name}.lang
%doc THANKS AUTHORS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q
sed -i -e 's,Exec=springlobby,Exec=%{_gamesbindir}/%{name},g' src/springlobby.desktop
find . -perm 0600 | xargs chmod 0644

%build
%cmake
%make

%install
%makeinstall_std -C build

install -d -m755 %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,scalable}/apps
install -m644 src/images/springlobby.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
convert src/images/springlobby.svg -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert src/images/springlobby.svg -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert src/images/springlobby.svg -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%find_lang %{name}


%changelog

* Mon Nov 28 2016 tremod <negry.m@yandex.ru> 0.255-1
- (4536279) Update to 0.255



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14722 |14cu|spyder-2.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Scientific Python Development Environment
Name:		spyder
Version:	2.3.4
Release:	1
License:	MIT
Group:		Development/Python
Url:		http://spyderlib.googlecode.com/
Source0:	https://bitbucket.org/spyder-ide/spyderlib/downloads/%{name}-%{version}.zip
Source1:	%{name}.desktop
BuildRequires:	python-sphinx
BuildRequires:	pkgconfig(python)
Requires:	python-matplotlib-qt4
Requires:	python-qt4
Requires:	python-qt4-qscintilla
Suggests:	ipython
Suggests:	pyflakes >= 0.3.0
Suggests:	pylint
Suggests:	python-matplotlib
Suggests:	python-numpy
Suggests:	python-rope >= 0.9.2
Suggests:	python-scipy
BuildArch:	noarch

%description
Spyder is a Python development environment with tons of features:

* Editor - Multi-language editor with function/class browser, code
  analysis (pyflakes and pylint are currently supported),
  horizontal/verti- cal splitting, etc.

* Documentation viewer - Automatically show documentation (if
  available, or source code otherwise) for any class instantiation or
  function call made in a Python shell (interactive/external console,
  see below).

* Interactive console - Python shell with workspace support (variable
  explorer with GUI based editors: dictionary editor, array editor,
  ...) and matplotlib figures integration.

* External console (separate process) - Run Python scripts
  (interactive, debugging or normal mode) or open a Python interpreter
  with variable explorer and documentation viewer support (a basic
  terminal window may also be opened with the external console)

* File/directories explorer

* Find in files feature - Supports regular expressions and mercurial
  repositories

* History log

Spyder may also be used as a PyQt4 extension library (module 'spyderlib').
For example, the Python interactive shell widget used in Spyder may be
embedded in your own PyQt4 application.

%files
%doc README.md
%{py_puresitedir}/spyder-*.egg-info
%{py_puresitedir}/spyderlib
%{py_puresitedir}/spyderplugins
%{_bindir}/spyder
%{_datadir}/applications/spyder.desktop
%{_datadir}/pixmaps/spyder.*

#----------------------------------------------------------------------------

%prep
%setup -q
rm -rf PKG-INFO

# Remove DOS line endings
for file in `find -name "*.rst" -o -name "*.py" -o -name "*.css"` README; do
	sed "s|\r||g" $file > $file.new && \
	touch -r $file $file.new && \
	mv $file.new $file
done

%build
python setup.py build

%install
# PYTHONDONTWRITEBYTECODE=  python setup.py install --root=%{buildroot} --record=FILE_LIST

python setup.py install -O1 --skip-build --root=%{buildroot}
rm -rf %{buildroot}%{py_puresitedir}/spyderlib/doc/{.buildinfo,.doctrees}
rm -rf %{buildroot}%{_bindir}/spyder_win_post_install.py


# adding a launcher

install -d -m755 %{buildroot}%{_datadir}/applications
install -d -m755 %{buildroot}%{_datadir}/pixmaps

install -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications
install -m644 spyderlib/images/spyder.svg %{buildroot}%{_datadir}/pixmaps


%changelog

* Thu May 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3.4-1
- (01c218e) Updated to 2.3.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14723 |14cu|sqlgrey-1.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Postfix grey-listing policy service
Name:		sqlgrey
Version:	1.8.0
Release:	1
License:	GPLv2+
Group:		System/Servers
URL:		http://sqlgrey.sourceforge.net
Source0:	%{name}-%{version}.tar.gz
Source1:	sqlgrey.service
Patch0:         sqlgrey-1.7.4-sqlite.patch
Patch1:         sqlgrey-1.7.4-warnings.patch
BuildRequires:	perl-Pod-Perldoc
Requires:	postfix
Requires:	perl-DBD-SQLite
Requires(pre):	shadow-utils
Requires(post):	systemd
BuildRequires: 	systemd
BuildArch:	noarch

%description
SQLgrey is a Postfix grey-listing policy service with
auto-white-listing written in Perl with SQL database as storage
backend. Greylisting stops 50 to 90 % junk mails (spam and virus)
before they reach your Postfix server (saves BW, user time and CPU
time).

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
make

%install
make rh-install ROOTDIR=%{buildroot}
install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/sqlgrey.service
rm -rf %{buildroot}%{_sysconfdir}/init.d/
mkdir -p -m 755 %{buildroot}%{_var}/lib
mkdir -m 755 %{buildroot}%{_var}/lib/sqlgrey
touch %{buildroot}%{_var}/lib/sqlgrey/sqlgrey.db

%pre
getent group sqlgrey >/dev/null || groupadd -r sqlgrey
getent passwd sqlgrey >/dev/null || \
    useradd -r -g sqlgrey -d /var/lib/sqlgrey -s /sbin/nologin \
    -c "SQLgrey server" sqlgrey
exit 0

%post
%systemd_post sqlgrey.service

%preun
%systemd_preun sqlgrey.service

%postun
%systemd_postun_with_restart sqlgrey.service

%files
%doc Changelog CONTRIB COPYING FAQ HOWTO README* TODO
%{_unitdir}/sqlgrey.service
%{_sbindir}/sqlgrey
%{_sbindir}/update_sqlgrey_config
%{_bindir}/sqlgrey-logstats.pl
%{_mandir}/man1/sqlgrey.1*
%attr(-,sqlgrey,sqlgrey) %dir %{_var}/lib/sqlgrey
%attr(-,sqlgrey,sqlgrey) %ghost %{_var}/lib/sqlgrey/sqlgrey.db
%dir %{_sysconfdir}/sqlgrey
%config(noreplace) %{_sysconfdir}/sqlgrey/sqlgrey.conf
# Content of these files are changed by sqlgrey itself
%config(noreplace) %{_sysconfdir}/sqlgrey/clients_ip_whitelist
%config(noreplace) %{_sysconfdir}/sqlgrey/clients_fqdn_whitelist
%config(noreplace) %{_sysconfdir}/sqlgrey/*.regexp
# Warning admins to not touch the above files
%attr(644,root,root) %config %{_sysconfdir}/sqlgrey/README
%changelog

* Wed Jul 15 2015 dsilakov <denis.silakov@rosalab.ru> 1.8.0-1
- (464b6d4) Merge pull request #1 from alozhkov/sqlgrey:rosa2014.1
- (464b6d4) Updated to version 1.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14724 |14cu|sqlite2-2.8.17-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname %{name} %{major}

Summary:	C library that implements an embeddable SQL database engine
Name:		sqlite2
Version:	2.8.17
Release:	8
License:	Public Domain
Group:		System/Libraries
URL:		http://www.sqlite.org/
Source0:	http://www.sqlite.org/sqlite-%{version}.tar.bz2
Patch0:		sqlite-2.8.14-lib64.patch
Patch1:		sqlite-64bit-fixes.patch
Patch2:		sqlite-2.8.15-arch-double-differences.patch
Patch3:		sqlite-CVE-2007-1887_1888.patch
Patch4:		sqlite-2.8.17-format_not_a_string_literal_and_no_format_arguments.diff
Provides:	sqlite = 2.8.17-16
Obsoletes:	sqlite < 2.8.17-16
BuildRequires:	chrpath
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel
BuildRequires:	tcl tcl-devel

%description
SQLite2 is an old version of the SQLite library.

SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

%package -n	%{libname}
Summary:	C library that implements an embeddable SQL database engine
Group:          System/Libraries

%description -n	%{libname}
SQLite2 is an old version of the SQLite library.

SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

This package contains the shared libraries for %{name}

%package -n	%{libname}-devel
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	lib%{name}-devel
Provides:	%{name}-devel

%description -n	%{libname}-devel
SQLite2 is an old version of the SQLite library.

SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

This package contains the static %{libname} library and its header
files.

%package	tools
Summary:	Command line tools for managing the %{libname} library
Group:		Databases
Requires:	%{libname} = %{version}-%{release}

%description	tools
SQLite2 is an old version of the SQLite library.

SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

This package contains command line tools for managing the
%{libname} library.

%prep

%setup -q -n sqlite-%{version}
%patch0 -p0 -b .lib64
%patch1 -p1 -b .64bit-fixes
%patch2 -p1 -b .double-fixes
%patch3 -p0 -b .CVE-2007-1887_1888
%patch4 -p0 -b .format_not_a_string_literal_and_no_format_arguments

%build
export CFLAGS="${CFLAGS:-%{optflags}} -DNDEBUG=1"
export CXXFLAGS="${CXXFLAGS:-%{optflags}} -DNDEBUG=1"
export FFLAGS="${FFLAGS:-%{optflags}} -DNDEBUG=1"

%configure2_5x \
	--enable-utf8

%make
make doc

%install

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_mandir}/man1

%makeinstall_std

install -m644 sqlite.1 %{buildroot}%{_mandir}/man1/sqlite2.1
mv %{buildroot}%{_bindir}/sqlite %{buildroot}%{_bindir}/sqlite2

chrpath -d %{buildroot}%{_bindir}/*

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%doc README
%{_libdir}/lib*.so.%{major}*

%files -n %{libname}-devel
%doc doc/*.html doc/*.png
%{_includedir}/*.h
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc

%files tools
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Sun Oct 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.8.17-8
+ Revision: 42fd6c5
- Properly rename old library (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14725 |14cu|sqlitebrowser-3.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Design and edit database files compatible with SQLite
Name:		sqlitebrowser
Version:	3.9.1
Release:	1
License:	Public Domain
Group:		System/Configuration/Other
Url:		https://dbhub.io
Source0:	https://github.com/sqlitebrowser/sqlitebrowser/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
# Fix build failure due to project name with whitespace...
Patch0:		sqlitebrowser_build.patch
BuildRequires:	cmake
BuildRequires:	antlr-C++
BuildRequires:	appstream-util
BuildRequires:	sqlite3-devel
BuildRequires:	qscintilla-qt4-devel
BuildRequires:	qscintilla-qt5-devel
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
SQLite Database Browser is a freeware, public domain, open source 
visual tool used to create, design and edit database files compatible 
with SQLite. It is meant to be used for users and developers that want 
to create databases, edit and search data using a familiar 
spreadsheet-like interface, without the need to learn complicated 
SQL commands.

%files
%doc LICENSE README.md
%{_bindir}/%{name}
%{_datadir}/appdata/%{name}.desktop.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
%{_qt5_translationsdir}

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
cmake \
	-DUSE_QT5=1\
	-DCMAKE_INSTALL_PREFIX=/usr

%make

%install
%makeinstall_std
%{_bindir}/appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.desktop.appdata.xml

cat >%{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=SQLite database browser
GenericName=DB Browser for SQLite
GenericName[ru]=Браузер для SQLite
Comment=GUI editor for SQLite databases
Comment[ru]=Графический редактор для баз данных SQLite
TryExec=sqlitebrowser
Exec=sqlitebrowser
Icon=sqlitebrowser
Terminal=false
Type=Application
Categories=Development;Database;Qt;
MimeType=application/x-sqlite3;
EOF

mkdir -p %{buildroot}%{_qt5_translationsdir}
install -D src/translations/*.qm %{buildroot}%{_qt5_translationsdir}/

%changelog

* Wed Feb 01 2017 alzim <alzim@bk.ru> 3.9.1-1
- (14e3ea2) Merge pull request #2 from import/sqlitebrowser:rosa2016.1
- (14e3ea2) Updated to 3.9.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14726 |14cu|sqliteodbc-0.9994-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sqliteodbc
Version:	0.9994
Release:	1
Summary:	SQLite ODBC Driver

Group:		Databases
License:	BSD
URL:		http://www.ch-werner.de/sqliteodbc
Source0:	http://www.ch-werner.de/sqliteodbc/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc

BuildRequires:	libxml2-devel
BuildRequires:	sqlite-devel
BuildRequires:	unixODBC-devel
BuildRequires:	zlib-devel

Requires:	unixODBC


%description
ODBC driver for SQLite interfacing SQLite 2.x and/or 3.x using the
unixODBC or iODBC driver managers. For more information refer to:
- http://www.sqlite.org    -  SQLite engine
- http://www.unixodbc.org  -  unixODBC Driver Manager
- http://www.iodbc.org     -  iODBC Driver Manager


%prep
%setup -q
# correct EOL
for i in README; do
	sed 's#\r##g' $i > $i.tmp && \
	touch -r $i $i.tmp && \
	mv $i.tmp $i
done

# Convert encoding to UTF-8
for i in ChangeLog; do
	iconv -f ISO-8859-1 -t UTF-8 -o $i.tmp $i && \
	touch -r $i $i.tmp && \
	mv $i.tmp $i
done


%build
%configure2_5x
%make


%install
mkdir -p %{buildroot}%{_libdir}
make install DESTDIR=%{buildroot}
rm -f %{buildroot}%{_libdir}/libsqliteodbc*.{a,la}
rm -f %{buildroot}%{_libdir}/libsqlite3odbc*.{a,la}
rm -f %{buildroot}%{_libdir}/libsqlite3_mod_*.{a,la}
# install example file
cat > odbc.ini.sample <<- 'EOD'
	# ~/.odbc.ini example file
	[mysqlitedb]
	Description=My SQLite3 test database
	Driver=SQLite3
	Database=/home/user_name/Documents/databases/testdb.sqlite
	# optional lock timeout in milliseconds
	# Timeout=2000
	# StepAPI = No|Yes
	# ShortNames = No|Yes
	# FKSupport = No|Yes
	# SyncPragma = NORMAL|OFF|FULL
	# JournalMode = WAL|MEMORY|TRUNCATE|OFF|PERSIST|DELETE
	# BigInt = No|Yes
EOD

%post
if [ -x %{_bindir}/odbcinst ] ; then
	INST=/tmp/sqliteodbcinst$$

	if [ -r %{_libdir}/libsqliteodbc.so ] ; then
		cat > $INST <<- 'EOD'
			[SQLITE]
			Description=SQLite ODBC 2.X
			Driver=%{_libdir}/libsqliteodbc.so
			Setup=%{_libdir}/libsqliteodbc.so
			Threading=2
			FileUsage=1
		EOD

		%{_bindir}/odbcinst -q -d -n SQLITE | grep '^\[SQLITE\]' >/dev/null || {
			%{_bindir}/odbcinst -i -d -n SQLITE -f $INST || true
		}

		cat > $INST <<- 'EOD'
			[SQLite Datasource]
			Driver=SQLITE
		EOD

		%{_bindir}/odbcinst -q -s -n "SQLite Datasource" | \
		grep '^\[SQLite Datasource\]' >/dev/null || {
			%{_bindir}/odbcinst -i -l -s -n "SQLite Datasource" -f $INST || true
		}
	fi

	if [ -r %{_libdir}/libsqlite3odbc.so ] ; then
		cat > $INST <<- 'EOD'
			[SQLITE3]
			Description=SQLite ODBC 3.X
			Driver=%{_libdir}/libsqlite3odbc.so
			Setup=%{_libdir}/libsqlite3odbc.so
			Threading=2
			FileUsage=1
		EOD

		%{_bindir}/odbcinst -q -d -n SQLITE3 | grep '^\[SQLITE3\]' >/dev/null || {
			%{_bindir}/odbcinst -i -d -n SQLITE3 -f $INST || true
		}

		cat > $INST <<- 'EOD'
			[SQLite3 Datasource]
			Driver=SQLITE3
		EOD

		%{_bindir}/odbcinst -q -s -n "SQLite3 Datasource" | \
		grep '^\[SQLite3 Datasource\]' >/dev/null || {
			%{_bindir}/odbcinst -i -l -s -n "SQLite3 Datasource" -f $INST || true
		}
	fi

	rm -f $INST || true
fi


%preun
if [ "$1" = "0" ] ; then
	test -x %{_bindir}/odbcinst && {
		%{_bindir}/odbcinst -u -d -n SQLITE || true
		%{_bindir}/odbcinst -u -l -s -n "SQLite Datasource" || true
		%{_bindir}/odbcinst -u -d -n SQLITE3 || true
		%{_bindir}/odbcinst -u -l -s -n "SQLite3 Datasource" || true
	}

	true
fi


%files
%doc README license.terms ChangeLog odbc.ini.sample
%{_libdir}/*.so*

%changelog

* Thu Mar 30 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.9994-1
- (34d83b9) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14727 |14cu|squeeze-0.2.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

%define major 0
%define apiversion 0.2
%define libname %mklibname %{name} %{apiversion} %{major}
%define develname %mklibname %{name} -d

Summary:	Advanced archive manager for the Xfce
Name:		squeeze
Version:	0.2.3
Release:	12
License:	GPLv2+
Group:		Archiving/Compression
Url:		http://squeeze.xfce.org
Source0:	http://archive.xfce.org/src/apps/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.2.1-TreeView-border.patch
Patch1:		%{name}-0.2.1-recent-documents.patch
BuildRequires:	pkgconfig(thunar-vfs-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	desktop-file-utils
BuildRequires:	dos2unix

%description
Squeeze is a modern and advanced archive manager for 
the Xfce Desktop Environment.Its design adheres to the 
Xfce philosophy, which basically means Squeeze is both 
fast and easy to use.

%package -n %{libname}
Summary:	Main library for squeeze
Group:		System/Libraries

%description -n %{libname}
Main library for squeeze.

%package -n %{develname}
Summary:	Development files for squeeze
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
Development files for squeeze.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
dos2unix TODO

%build
%define Werror_cflags %nil
%configure2_5x \
	--disable-static \
	--enable-gslices \
	--enable-pathbar \
	--enable-toolbar \
	--enable-iter-slices

%make

%install
%makeinstall_std

%find_lang %{name}

desktop-file-install \
    --add-only-show-in="XFCE" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%files -f %{name}.lang
%doc AUTHORS README ChangeLog NEWS TODO
%doc %{_datadir}/gtk-doc/html/*
%{_bindir}/squeeze
%{_libdir}/thunar-archive-plugin/squeeze.tap
%{_datadir}/applications/squeeze.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/*/apps/*.svg
%{_datadir}/pixmaps/squeeze/*.png

%files -n %{libname}
%{_libdir}/*%{apiversion}.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.2.3-12
- (b8a8de1) Rebuild with new xfce



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14728 |14cu|squirrelmail-1.4.23-0.0.r14325.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# These ones don't show up with now
#%define __noautoreq pear(\\(class.JavaScriptPacker.php\\|/etc/squirrelmail/plugins/change_pass_settings.php\\))

%define __noautoreq '/usr/bin/php'

# helps to find new languages
%define _unpackaged_files_terminate_build 0

%define basedir /var/www/squirrelmail
%define varlibdir /var/lib/squirrelmail
%define prefsdir %{varlibdir}/prefs
%define varspooldir /var/spool/squirrelmail
%define attdir %{varspooldir}/attach
%define etcdir /etc/squirrelmail
%define crondir /etc/cron.daily
# Plugin config files
%define pluginetc %{etcdir}/plugins

%define locale_stamp 20090526

%define snap r14325

Summary:	Webmail client for PHP
Name:		squirrelmail
Version:	1.4.23
Release:	0.0.%{snap}.8
License:	GPLv2+
Group:		System/Servers
Url:		http://www.squirrelmail.org/
#Source0:	http://prdownloads.sf.net/squirrelmail/%{name}-webmail-%{version}.tar.gz
Source0:	squirrelmail.tar.gz
Source1:	http://prdownloads.sf.net/squirrelmail/all_locales-1.4.18-%{locale_stamp}.tar.bz2
Source2:	squirrelmail-RPM.readme
# http://squirrelmail.org/plugin_list.php
Source3:	http://www.squirrelmail.org/plugins/address_add-2.1-1.4.0.tar.bz2
Source4:	http://www.squirrelmail.org/plugins/block_sender.2.02-1.4.0.tar.bz2
Source5:	http://www.squirrelmail.org/plugins/login_image-0.2.tar.bz2
Source6:	http://www.squirrelmail.org/plugins/secure_login-1.4-1.2.8.tar.bz2
Source7:	http://www.squirrelmail.org/plugins/compatibility-2.0.14-1.0.tar.bz2
Source8:	http://www.squirrelmail.org/plugins/change_pass-3.0-1.4.0.tar.gz
Source9:	http://www.squirrelmail.org/plugins/quota_usage-1.3.1-1.2.7.tar.bz2
# http://sourceforge.net/tracker/index.php?func=detail&aid=1255733&group_id=311&atid=300311
Source10:	http://www.squirrelmail.org/plugins/change_ldappass-2.2-1.4.0.tar.bz2
Source11:	http://www.squirrelmail.org/plugins/avelsieve-1.9.9.tar.gz
Source12:	http://www.squirrelmail.org/plugins/windows-1.6-1.4.tar.bz2
Source13:	http://www.squirrelmail.org/plugins/folder_sizes-1.5-1.4.0.tar.bz2
Source14:	http://www.squirrelmail.org/plugins/archive_mail.1.2-1.4.2.tar.bz2
Source15:	http://www.squirrelmail.org/plugins/empty_folders-2.0.1-1.2.tar.bz2
Source16:	http://www.squirrelmail.org/plugins/abook_import_export-1.1-1.4.4.tar.bz2
Source17:	http://www.squirrelmail.org/plugins/ldifimport-1.4-1.2.x.tar.bz2
Source18:	http://www.squirrelmail.org/plugins/username-2.3-1.0.0.tar.bz2
Source19:	http://www.squirrelmail.org/plugins/bookmarks-2.0.3-1.4.1.tar.bz2
Source20:	http://www.squirrelmail.org/plugins/select_range-3.7.1-1.4.4.tar.gz
Source21:	http://www.squirrelmail.org/plugins/rewrap-1.3-1.4.0.tar.bz2
Source22:	http://www.squirrelmail.org/spam_buttons-2.3-1.4.0.tar.gz
# http://sourceforge.net/projects/php-sa-mysql
Source23:	http://prdownloads.sourceforge.net/php-sa-mysql/SquirrelSAP105.tar.bz2
Source24:	http://squirrelmail.org/plugins/junkfolder-1.0.tar.bz2
Source25:	conf.pl
# javascript_libs is required/recommended by avelsieve-1.9.8
Source26:	http://email.uoa.gr/download/squirrelmail/javascript_libs/javascript_libs-0.1.2.tar.bz2
# http://code.google.com/p/yubico-squirrelmail-plugin/
Source27:	http://yubico-squirrelmail-plugin.googlecode.com/files/yubikey-0.8.1-1.4.0.tar.bz2
# branding :)
Source100:	logoMDA-CS.png
Patch0:		squirrelmail-1.4.8-get_branded.diff
Patch1:		squirrelmail-1.4.2-config.php.patch
Patch2:		squirrelmail-1.4.5-change_pass_syntax.diff
Patch5:		login_image-position.diff
Patch6:		secure_login-stayinssl.patch
Patch7:		squirrelmail-1.4.1-default_folder_prefix.patch
Patch8:		squirrelmail-select_range.diff
Patch10:	squirrelmail-1.4.6-ldappass.diff
Patch11:	squirrelmail-avelsieve.diff
Patch12:	squirrelmail-1.4.2-sqspell.patch
Patch13:	squirrelmail-1.4.2-filters.patch
Patch14:	squirrelmail-1.4.6-aspell.diff
Patch17:	squirrelmail-1.4.4-log_failed_login_attempts.diff
Patch18:	squirrelmail-broken_sql_auth_fix.diff
Patch19:	squirrelmail-1.4.19-more_rosa_branding.diff
Patch20:	squirrelmail-1.4.22-CVE-2017-7692.patch
Requires:	apache-mod_php
Requires:	sendmail-command
Requires:	aspell
Requires:	php-imap
Requires:	php-ldap
Requires:	poppassd-ceti
Requires:	tmpwatch >= 2.8
# We use ccp to upgrade our config file when possible
Requires(post):	ccp >= 0.4.0
BuildArch:	noarch

%description
SquirrelMail is a standards-based webmail package written in PHP. It
includes built-in pure PHP support for the IMAP and SMTP protocols, and
all pages render in pure HTML 4.0 (with no Javascript) for maximum
compatibility across browsers.  It has very few requirements and is very
easy to configure and install. SquirrelMail has all the functionality
you would want from an email client, including strong MIME support,
address books, and folder manipulation.

%package poutils
Summary:	Some development tools for SquirrelMail
Group:		System/Servers
Requires:	%{name} = %{version}

%description poutils
This package includes some development tools for squirrelmail
i18n, including the main po file and some compilation scripts.

%package cyrus
Summary:	Cyrus meta package for SquirrelMail
Group:		System/Servers
Requires:	%{name} = %{version}
Requires:	sasl-plug-login
Requires:	sasl-plug-plain
Requires:	cyrus-imapd
Requires:	cyrus-imapd-utils
Requires:	cyrus-sasl

%description cyrus
Cyrus meta package for SquirrelMail.

%package ar
Summary:	Arabic language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ar
Requires:	%{name} = %{version}

%description ar
This add-on package provides Arabic translation for
Squirrelmail.

%package bg
Summary:	Bulgarian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-bg
Requires:	%{name} = %{version}

%description bg
This add-on package provides Bulgarian translation for
Squirrelmail.

%package bn-india
Summary:	Bengali (India) language files for SquirrelMail
Group:		System/Servers
Requires:	locales-bn
Requires:	%{name} = %{version}
Obsoletes:	%{name}-bn

%description bn-india
This add-on package provides Bengali (India) translation for
Squirrelmail.

%package bn-bangladesh
Summary:	Bengali (Bangladesh) language files for SquirrelMail
Group:		System/Servers
Requires:	locales-bn
Requires:	%{name} = %{version}

%description bn-bangladesh
This add-on package provides Bengali (Bangladesh) translation for
Squirrelmail.

%package ca
Summary:	Catalan language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ca
Requires:	%{name} = %{version}

%description ca
This add-on package provides Catalan translation for
Squirrelmail.

%package cs
Summary:	Czech language files for SquirrelMail
Group:		System/Servers
Requires:	locales-cs
Requires:	%{name} = %{version}

%description cs
This add-on package provides Czech translation for
Squirrelmail.

%package cy
Summary:	Welsh language files for SquirrelMail
Group:		System/Servers
Requires:	locales-cy
Requires:	%{name} = %{version}

%description cy
This add-on package provides Welsh translation for
Squirrelmail.

%package da
Summary:	Danish language files for SquirrelMail
Group:		System/Servers
Requires:	locales-da
Requires:	%{name} = %{version}

%description da
This add-on package provides Danish translation for
Squirrelmail.

%package de
Summary:	German language files for SquirrelMail
Group:		System/Servers
Requires:	locales-de
Requires:	%{name} = %{version}

%description de
This add-on package provides German translation for
Squirrelmail.

%package el
Summary:	Greek language files for SquirrelMail
Group:		System/Servers
Requires:	locales-el
Requires:	%{name} = %{version}

%description el
This add-on package provides Greek translation for
Squirrelmail.

%package es
Summary:	Spanish language files for SquirrelMail
Group:		System/Servers
Requires:	locales-es
Requires:	%{name} = %{version}

%description es
This add-on package provides Spanish translation for
Squirrelmail.

%package et
Summary:	Estonian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-et
Requires:	%{name} = %{version}

%description et
This add-on package provides Estonian translation for
Squirrelmail.

%package eu
Summary:	Basque language files for SquirrelMail
Group:		System/Servers
Requires:	locales-eu
Requires:	%{name} = %{version}

%description eu
This add-on package provides Basque translation for
Squirrelmail.

%package fa
Summary:	Farsi language files for SquirrelMail
Group:		System/Servers
Requires:	locales-fa
Requires:	%{name} = %{version}

%description fa
This add-on package provides Farsi translation for
Squirrelmail.

%package fi
Summary:	Finnish language files for SquirrelMail
Group:		System/Servers
Requires:	locales-fi
Requires:	%{name} = %{version}

%description fi
This add-on package provides Finnish translation for
Squirrelmail.

%package fo
Summary:	Faroese language files for SquirrelMail
Group:		System/Servers
Requires:	locales-fo
Requires:	%{name} = %{version}

%description fo
This add-on package provides Faroese translation for
Squirrelmail.

%package fr
Summary:	French language files for SquirrelMail
Group:		System/Servers
Requires:	locales-fr
Requires:	%{name} = %{version}

%description fr
This add-on package provides French translation for
Squirrelmail.

%package fy
Summary:	Frisian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-fy
Requires:	%{name} = %{version}

%description fy
This add-on package provides Frisian translation for
Squirrelmail.

%package he
Summary:	Hebrew language files for SquirrelMail
Group:		System/Servers
Requires:	locales-he
Requires:	%{name} = %{version}

%description he
This add-on package provides Hebrew translation for
Squirrelmail.

%package hr
Summary:	Croatian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-hr
Requires:	%{name} = %{version}

%description hr
This add-on package provides Croatian translation for
Squirrelmail.

%package hu
Summary:	Hungarian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-hu
Requires:	%{name} = %{version}

%description hu
This add-on package provides Hungarian translation for
Squirrelmail.

%package id
Summary:	Indonesian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-id
Requires:	%{name} = %{version}

%description id
This add-on package provides Indonesian translation for
Squirrelmail.

%package is
Summary:	Icelandic language files for SquirrelMail
Group:		System/Servers
Requires:	locales-is
Requires:	%{name} = %{version}

%description is
This add-on package provides Icelandic translation for
Squirrelmail.

%package it
Summary:	Italian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-it
Requires:	%{name} = %{version}

%description it
This add-on package provides Italian translation for
Squirrelmail.

%package ja
Summary:	Japanese language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ja
Requires:	%{name} = %{version}

%description ja
This add-on package provides Japanese translation for
Squirrelmail.

%package	ko
Summary:	Korean language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ko
Requires:	%{name} = %{version}

%description ko
This add-on package provides Korean translation for
Squirrelmail.

%package lt
Summary:	Lithuanian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-lt
Requires:	%{name} = %{version}

%description lt
This add-on package provides Lithuanian translation for
Squirrelmail.

%package ms
Summary:	Bahasa Melayu language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ms
Requires:	%{name} = %{version}

%description ms
This add-on package provides Bahasa Melayu translation for
Squirrelmail.

%package nb
Summary:	Norwegian Bokmål language files for SquirrelMail
Group:		System/Servers
Requires:	locales-nb
Requires:	%{name} = %{version}
Obsoletes:	%{name}-nb_NO

%description nb
This add-on package provides Norwegian Bokmal translation for
Squirrelmail.

%package nl
Summary:	Dutch language files for SquirrelMail
Group:		System/Servers
Requires:	locales-nl
Requires:	%{name} = %{version}

%description nl
This add-on package provides Dutch translation for
Squirrelmail.

%package nn
Summary:	Norwegian Nynorsk language files for SquirrelMail
Group:		System/Servers
Requires:	locales-nn
Requires:	%{name} = %{version}
Obsoletes:	%{name}-nn_NO

%description nn
This add-on package provides Norwegian Nynorsk translation for
Squirrelmail.

%package pl
Summary:	Polish language files for SquirrelMail
Group:		System/Servers
Requires:	locales-pl
Requires:	%{name} = %{version}

%description pl
This add-on package provides Polish translation for
Squirrelmail.

%package pt
Summary:	Portuguese and Brazilian Portuguese language files for SquirrelMail
Group:		System/Servers
Requires:	locales-pt
Requires:	%{name} = %{version}
Provides:	%{name}-pt_BR = %{version}
Obsoletes:	%{name}-pt_BR < %{EVRD}

%description pt
This add-on package provides Portuguese and Brazilian Portuguese translation
for Squirrelmail.

%package ro
Summary:	Romanian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ro
Requires:	%{name} = %{version}

%description ro
This add-on package provides Romanian translation for
Squirrelmail.

%package ru
Summary:	Russian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ru
Requires:	%{name} = %{version}

%description ru
This add-on package provides Russian translation for
Squirrelmail.

%package sk
Summary:	Slovak language files for SquirrelMail
Group:		System/Servers
Requires:	locales-sk
Requires:	%{name} = %{version}

%description sk
This add-on package provides Slovak translation for
Squirrelmail.

%package sl
Summary:	Slovenian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-sl
Requires:	%{name} = %{version}

%description sl
This add-on package provides Slovenian translation for
Squirrelmail.

%package sr
Summary:	Serbian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-sr
Requires:	%{name} = %{version}

%description sr
This add-on package provides Serbian translation for
Squirrelmail.

%package sv
Summary:	Swedish language files for SquirrelMail
Group:		System/Servers
Requires:	locales-sv
Requires:	%{name} = %{version}

%description sv
This add-on package provides Swedish translation for
Squirrelmail.

%package th
Summary:	Thai language files for SquirrelMail
Group:		System/Servers
Requires:	locales-th
Requires:	%{name} = %{version}

%description th
This add-on package provides Thai translation for
Squirrelmail.

%package tr
Summary:	Turkish language files for SquirrelMail
Group:		System/Servers
Requires:	locales-tr
Requires:	%{name} = %{version}

%description tr
This add-on package provides Turkish translation for
Squirrelmail.

%package ug
Summary:	Uighur language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ug
Requires:	%{name} = %{version}

%description ug
This add-on package provides Uighur translation for
Squirrelmail.

%package uk
Summary:	Ukrainian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-uk
Requires:	%{name} = %{version}

%description uk
This add-on package provides Ukrainian translation for
Squirrelmail.

%package vi
Summary:	Vietnamese language files for SquirrelMail
Group:		System/Servers
Requires:	locales-vi
Requires:	%{name} = %{version}

%description vi
This add-on package provides Vietnamese translation for
Squirrelmail.

%package zh_CN
Summary:	Chinese Simplified language files for SquirrelMail
Group:		System/Servers
Requires:	locales-zh
Requires:	%{name} = %{version}

%description zh_CN
This add-on package provides Chinese Simplified translation for
Squirrelmail.

%package zh_TW
Summary:	Chinese Traditional language files for SquirrelMail
Group:		System/Servers
Requires:	locales-zh
Requires:	%{name} = %{version}

%description zh_TW
This add-on package provides Chinese Traditional translation for
Squirrelmail.

%package ka
Summary:	Georgian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ka
Requires:	%{name} = %{version}

%description ka
This add-on package provides Georgian translation for
Squirrelmail.

%package km
Summary:	Khmer language files for SquirrelMail
Group:		System/Servers
Requires:	locales-km
Requires:	%{name} = %{version}

%description km
This add-on package provides Khmer translation for
Squirrelmail.

%package lv
Summary:	Latvian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-lv
Requires:	%{name} = %{version}

%description lv
This add-on package provides Latvian translation for
Squirrelmail.

%package mk
Summary:	Macedonian language files for SquirrelMail
Group:		System/Servers
Requires:	locales-mk
Requires:	%{name} = %{version}

%description mk
This add-on package provides Macedonian translation for
Squirrelmail.

%package ta
Summary:	Tamil language files for SquirrelMail
Group:		System/Servers
Requires:	locales-ta
Requires:	%{name} = %{version}

%description ta
This add-on package provides Tamil translation for
Squirrelmail.

%prep

#setup -q -n %{name}-webmail-%{version} -a1
%setup -q -n squirrelmail -a1

for i in `find . -type d -name .svn`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p0
%patch7 -p1
%patch8 -p1
%patch12 -p1
%patch14 -p0
%patch17 -p0
%patch18 -p0

rm -f plugins/make_archive.pl

# branding :)
install -m0644 %{SOURCE100} images/rosa.png
%patch19 -p0

%patch20 -p1

# hard code the path to the core config files

find . -type f|xargs perl -pi -e "s|SM_PATH \. \'config/config\.php\'|\'%{etcdir}/config\.php\'|g; \
    s|SM_PATH \. \"config/config\.php\"|\'%{etcdir}/config\.php\'|g; \
    s|\'config/config\.php\'|\'%{etcdir}/config\.php\'|g; \
    s|\.\./config/config\.php|%{etcdir}/config\.php|g; \
    s|SM_PATH \. \'config/config_default\.php\'|\'%{etcdir}/config_default\.php\'|g; \
    s|SM_PATH \. \'config/config_local\.php\'|\'%{etcdir}/config_local\.php\'|g"

perl -pi -e "s|config/config\.php|%{etcdir}/config\.php|g; \
    s|\"config\.php\"|\"%{etcdir}/config\.php\"|g; \
    s|\"config_default\.php\"|\"%{etcdir}/config_default\.php\"|g; \
    s|\"config_local\.php\"|\"%{etcdir}/config_local\.php\"|g; \
    s|\.\./plugins|%{basedir}/plugins|g; \
    s|\.\./themes|%{basedir}/themes|g; \
    s|\>config\.php|\>%{etcdir}/config\.php|g" config/conf.pl

# hard code the path to the plugins config files

perl -pi -e "s|SM_PATH \. \'config/admins\'|\'%{pluginetc}/administrator-admins\'|g" plugins/administrator/*.php
perl -pi -e "s|SM_PATH \. \\\$SQSPELL_DIR \. \'sqspell_config\.php\'|\'%{pluginetc}/sqspell_config\.php\'|g" plugins/squirrelspell/*.php


if [ -d plugins/address_add ]; then
    echo "address_add plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE3}
	# Do not use chmod -R 644, otherwise you can't chdir to the
	# directory anymore
	chmod 644 address_add/*.php address_add/classes/*.php address_add/README
    popd
fi

if [ -d plugins/block_sender ]; then
    echo "block_sender plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE4}
	chmod 755 block_sender
	find block_sender -type f -print | xargs chmod 644
	perl -pi -e 's|data_dir \. \$username|data_dir ."/". \$username|;' block_sender/*.php
    popd
fi

if [ -d plugins/login_image ]; then
    echo "login_image plugin already present"
    sleep 360
else
    pushd plugins; tar -jxf %{SOURCE5}; chmod 0644 login_image/*.php; popd
fi
%patch5 -p0


if [ -d plugins/secure_login ]; then
    echo "secure_login plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE6}
    popd
fi
pushd plugins/secure_login
    cp -f config.sample.php config.php
popd
%patch6 -p0
perl -pi -e "s|SM_PATH \. \'plugins/secure_login/config\.php\'|\'%{pluginetc}/secure_login_config\.php\'|g" plugins/secure_login/*.php
perl -pi -e "s|\'\.\./plugins/secure_login/config\.php\'|\'%{pluginetc}/secure_login_config\.php\'|g" plugins/secure_login/*.php

if [ -d plugins/compatibility ]; then
    echo "compatibility plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE7}
    popd
    cat plugins/compatibility/patches/compatibility_patch-1.4.11.diff | patch -p2
    rm -rf plugins/compatibility/patches plugins/compatibility/patches.old
    rm -f plugins/compatibility/COPYING plugins/compatibility/make_release.sh plugins/compatibility/getpot
fi

if [ -d plugins/change_pass ]; then
    echo "change_pass plugin already present"
    sleep 360
else
    pushd plugins
	tar -zxf %{SOURCE8}
	pushd change_pass
%patch2 -p0
	    perl -pi -e "s|SM_PATH \. \'plugins/change_pass/config.php\'|\'%{pluginetc}/change_pass_settings.php\'|g" *.php
	popd
    popd
fi

if [ -d plugins/quota_usage ]; then
    echo "quota_usage plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE9}
	cp -f quota_usage/config.php.sample quota_usage/config.php
	rm -f quota_usage/screen.jpg quota_usage/getpot
    popd
perl -pi -e "s|SM_PATH \. \'plugins/quota_usage/config.php\'|\'%{pluginetc}/quota_usage_config.php\'|g" plugins/quota_usage/*.php
fi

if [ -d plugins/change_ldappass ]; then
    echo "change_ldappass plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE10}
    popd
    pushd plugins/change_ldappass
%patch10 -p0
	cp -f config_sample.php config.php
	perl -pi -e "s|SM_PATH \. \'config/config\.php\'|\'%{etcdir}/config\.php\'|g; \
	    s|\"\.\./plugins/change_ldappass/config\.php\"|\'%{pluginetc}/change_ldappass_config\.php\'|g" *.php
    popd
fi

if [ -d plugins/avelsieve ]; then
    echo "avelsieve plugin already present"
    sleep 360
else
    pushd plugins
	tar -zxf %{SOURCE11}
    popd
fi
pushd plugins/avelsieve
%patch11 -p0
    cp -f config/config_sample.php config/config.php
    rm -rf po
    perl -pi -e "s|^include \"config\.php\"\;|include \'%{pluginetc}/avelsieve_config\.php\'\;|g; \
	s|SM_PATH \. \'plugins/avelsieve/config/rule|\'%{pluginetc}/avelsieve_rules|g; \
	s|SM_PATH \. \'plugins/avelsieve/config/config\.php\'|\'%{pluginetc}/avelsieve_config\.php\'|g; \
	s|SM_PATH \. \'plugins/junkfolder/config\.php\'|\'%{pluginetc}/junkfolder_config\.php\'|g" *.php include/*.php config/*.php
popd

if [ -d plugins/windows ]; then
    echo "windows plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE12}
    popd
fi
pushd plugins/windows
    rm -f *.diff
popd

if [ -d plugins/folder_sizes ]; then
    echo "folder_sizes plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE13}
    popd
perl -pi -e "s|SM_PATH \. \"/plugins/folder_sizes/folder_sizes_config\.php\"|\'%{pluginetc}/folder_sizes_config\.php\'|g" plugins/folder_sizes/*.php
fi

if [ -d plugins/archive_mail ]; then
    echo "archive_mail plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE14}
    popd
fi

if [ -d plugins/empty_folders ]; then
    echo "empty_folders plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE15}
    popd
fi

pushd plugins/empty_folders
    cp -f config_example.php config.php
    rm -f empty_folder.php.old getpot make_release.sh
    rm -rf patches
    perl -pi -e "s|\'config\.php\'|\'%{pluginetc}/empty_folders_config\.php\'|g" *.php
popd

if [ -d plugins/abook_import_export ]; then
    echo "abook_import_export plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE16}
    popd
perl -pi -e "s|SM_PATH \. \'plugins/abook_import_export/config_default\.php\'|\'%{pluginetc}/abook_import_export_config\.php\'|g" plugins/abook_import_export/*.php
fi

if [ -d plugins/ldifimport ]; then
    echo "ldifimport plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE17}
    popd
perl -pi -e "s|\'config.php\'|\'%{pluginetc}/ldifimport_config\.php\'|g" plugins/ldifimport/*php
fi

if [ -d plugins/username ]; then
    echo "username plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE18}
    popd
fi

pushd plugins/username
    cp -f config.php.sample config.php
    perl -pi -e "s|SM_PATH \. \'plugins/username/config\.php\'|\'%{pluginetc}/username_config\.php\'|g; \
	s|\.\./plugins/username/config\.php|%{pluginetc}/username_config\.php|g" *.php
popd

if [ -d plugins/bookmarks ]; then
    echo "bookmarks plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE19}
    popd
fi

pushd plugins/bookmarks
    cp -f bookmarks_data_text.php bookmarks_data.php
    chmod 644 *
popd

if [ -d plugins/select_range ]; then
    echo "select_range plugin already present"
    sleep 360
else
    pushd plugins
        tar -zxf %{SOURCE20}
    popd
fi

pushd plugins/select_range
    cp -p config_example.php config.php
    rm -rf patch
    perl -pi -e "s|SM_PATH \. \'plugins/select_range/config\.php\'|\'%{pluginetc}/select_range_config\.php\'|g" *.php
popd

if [ -d plugins/rewrap ]; then
    echo "rewrap plugin already present"
    sleep 360
else
    pushd plugins
        tar -jxf %{SOURCE21}
    popd
fi

pushd plugins/rewrap
    rm -f getpot make_release.sh rewrap.pot
popd

if [ -d plugins/spam_buttons ]; then
    echo "spam_buttons plugin already present"
    sleep 360
else
    pushd plugins
	tar -zxf %{SOURCE22}
    popd
fi

pushd plugins/spam_buttons
    cp -p config_example.php config.php
    rm -f getpot
    perl -pi -e "s|\'\.\.\/\.\.\/config\/config_spam_buttons\.php\'|\'%{pluginetc}/spam_buttons_config\.php\'|g" functions.php
popd

if [ -d plugins/spamassassin ]; then
    echo "spamassassin plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxvf %{SOURCE23}
	mv SquirrelSAP*/spamassassin .
	mv SquirrelSAP*/ReadMe_SquirrelSAP spamassassin/
	perl -pi -e "s|\r|\n|g" spamassassin/config.php
	perl -pi -e "s|\r|\n|g" spamassassin/options.php
	perl -pi -e "s|\r|\n|g" spamassassin/spamassassin.php
	rm -rf SquirrelSAP*
    popd
perl -pi -e "s|SM_PATH \. \'plugins/spamassassin/config\.php\'|\'%{pluginetc}/spamassassin_config\.php\'|g" plugins/spamassassin/*.php
perl -pi -e "s|define\(\'SM_PATH\', \'\.\./\.\./\'\)\;||g" plugins/spamassassin/setup.php

fi

if [ -d plugins/junkfolder ]; then
    echo "junkfolder plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE24}
    popd
fi

pushd plugins/junkfolder
    rm -f po/xgetpo
    perl -pi -e "s|SM_PATH \. \'plugins/junkfolder/config\.php\'|\'%{pluginetc}/junkfolder_config\.php\'|g" config.php
popd

# Don't enable SPAM RBL by default
pushd plugins/filters
%patch13 -p0
popd

# javascript_libs is required/recommended by avelsieve-1.9.8
if [ -d plugins/javascript_libs ]; then
    echo "javascript_libs plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE26}
    popd
fi

pushd plugins/javascript_libs
    perl -pi -e "s|SM_PATH \. \'plugins/javascript_libs/config\.php\'|\'%{pluginetc}/javascript_libs_config\.php\'|g" *.php
    perl -pi -e "s|^#\!/usr/bin/php5|#\!/usr/bin/php|g" minify_offline.php
popd

if [ -d plugins/yubikey ]; then
    echo "yubikey plugin already present"
    sleep 360
else
    pushd plugins
	tar -jxf %{SOURCE27}
    popd
fi

pushd plugins/yubikey
    rm -f getpot yubikey.pot
    perl -pi -e "s|SM_PATH \. \'config/config_yubikey\.php\'|\'%{pluginetc}/yubikey_glogal_config\.php\'|g" *.php
    perl -pi -e "s|SM_PATH \. \'plugins/yubikey/config\.php\'|\'%{pluginetc}/yubikey_config\.php\'|g" *.php
popd

# Rearrange the documentation
mv README doc/
mv themes/README.themes doc/

for f in `find plugins -name "README*" -or -name INSTALL -or -name CHANGES \
    -or -name HISTORY -or -name CHANGELOG -or -name ChangeLog -or -name FAQ`; do
    mkdir -p doc/`dirname $f`
    mv $f $_
done

# cleanup
for f in `find plugins -name COPYING -or -name LICENSE`; do
    rm -f $f
done

#mv doc/plugins/squirrelspell/doc/README doc/plugins/squirrelspell
#rmdir doc/plugins/squirrelspell/doc
mv plugins/squirrelspell/doc/* doc/plugins/squirrelspell
rm -f doc/plugins/squirrelspell/index.php
rmdir plugins/squirrelspell/doc
mv doc/index.html doc/index2.html

cat << EOF > doc/index.html
Your squirrelmail package is installed in <a href=/squirrelmail/>%{basedir}</a>, and is aliased to <a href=/webmail>/webmail</a>.
<p>
<a href=index2.html>Read documentation</a>
EOF

# Fixup various files
echo "left_refresh=300" >> data/default_pref
%patch1 -p0 -b .oldconf
for f in contrib/RPM/squirrelmail.cron contrib/RPM/config.php.redhat; do
    perl -pi -e "s|__ATTDIR__|%{attdir}|g;s|__PREFSDIR__|%{prefsdir}|g;" $f
done

pushd plugins/mail_fetch
    cp -f config_example.php mail_fetch_config.php
    perl -pi -e "s|SM_PATH \. \'plugins/mail_fetch/config\.php\'|\'%{pluginetc}/mail_fetch_config\.php\'|g" *.php
popd

cp %{SOURCE2} doc/RPM.readme

%install
export DONT_RELINK=1

install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/httpd/conf.d
install -d %{buildroot}%{etcdir}
install -d %{buildroot}%{prefsdir}
install -d %{buildroot}%{attdir}
install -d %{buildroot}%{basedir}
install -d %{buildroot}%{crondir}
install -d %{buildroot}%{_sbindir}/

# install default_pref
install -m 0644 data/default_pref %{buildroot}%{prefsdir}

# install the config files
install -m0644 config/config*.php %{buildroot}%{etcdir}/
install -m0644 contrib/RPM/config.php.redhat %{buildroot}%{etcdir}/config.php
install -m0750 config/conf.pl %{buildroot}%{_sbindir}/squirrelmail-conf

# install index.php
install -m0644 index.php %{buildroot}%{basedir}/

# install classes
install -d -m0755 %{buildroot}%{basedir}/class
cp -pr class %{buildroot}%{basedir}

# install include
install -d -m0755 %{buildroot}%{basedir}/include
cp -pr include %{buildroot}%{basedir}

# install functions
install -d -m0755 %{buildroot}%{basedir}/functions/decode
install -d -m0755 %{buildroot}%{basedir}/functions/encode
install -m 0644 functions/*.php %{buildroot}%{basedir}/functions/
install -m 0644 functions/decode/*.php %{buildroot}%{basedir}/functions/decode
install -m 0644 functions/encode/*.php %{buildroot}%{basedir}/functions/encode

# install src
install -d -m0755 %{buildroot}%{basedir}/src
install -m 0644 src/* %{buildroot}%{basedir}/src/

# install themes
install -d -m0755 %{buildroot}%{basedir}/themes
install -m 0644 themes/*.php %{buildroot}%{basedir}/themes/
install -d -m0755 %{buildroot}%{basedir}/themes/css
install -m 0644 themes/css/*.css %{buildroot}%{basedir}/themes/css/

# install images
install -d -m0755 %{buildroot}%{basedir}/images
install -m 0644 images/* %{buildroot}%{basedir}/images/

# install the plugins
cp -rp plugins %{buildroot}%{basedir}

# install the locales.
cp -rp locale %{buildroot}%{basedir}

# install help files
cp -rp help %{buildroot}%{basedir}

# po will go into the poutils package, so just copy it
cp -rp po %{buildroot}%{basedir}

# install the cron script
install -m 0755 contrib/RPM/squirrelmail.cron %{buildroot}/%{crondir}

install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# squirrelmail.conf

Alias /%{name} %{basedir}

<Directory %{basedir}>
    Require local granted
    ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"

    php_admin_value session.bug_compat_42 0
    # Otherwise can't send mails
    php_admin_value safe_mode 0
    # Misc
    php_flag register_globals	off
    # Other increased PHP parameters
    php_admin_value memory_limit    64M
    php_admin_value post_max_size   17M
    php_admin_value upload_max_filesize 16M
    php_admin_value max_execution_time 120
</Directory>
EOF


# Move plugin config files
mkdir -p %{buildroot}%{pluginetc}
mv %{buildroot}%{basedir}/plugins/avelsieve/config/config.php %{buildroot}%{pluginetc}/avelsieve_config.php

# fix rules
install -d %{buildroot}%{pluginetc}/avelsieve_rules
mv %{buildroot}%{basedir}/plugins/avelsieve/config/rule.*.default.php %{buildroot}%{pluginetc}/avelsieve_rules/

mv %{buildroot}%{basedir}/plugins/change_ldappass/config.php %{buildroot}%{pluginetc}/change_ldappass_config.php
mv %{buildroot}%{basedir}/plugins/change_pass/config_example.php %{buildroot}%{pluginetc}/change_pass_config.php
mv %{buildroot}%{basedir}/plugins/empty_folders/config.php %{buildroot}%{pluginetc}/empty_folders_config.php
#mv %{buildroot}%{basedir}/plugins/folder_sizes/folder_sizes_config.php %{buildroot}%{pluginetc}/folder_sizes_config.php
mv %{buildroot}%{basedir}/plugins/ldifimport/config.php %{buildroot}%{pluginetc}/ldifimport_config.php
mv %{buildroot}%{basedir}/plugins/quota_usage/config.php %{buildroot}%{pluginetc}/quota_usage_config.php
mv %{buildroot}%{basedir}/plugins/secure_login/config.php %{buildroot}%{pluginetc}/secure_login_config.php
mv %{buildroot}%{basedir}/plugins/squirrelspell/sqspell_config.php %{buildroot}%{pluginetc}/sqspell_config.php
mv %{buildroot}%{basedir}/plugins/username/config.php %{buildroot}%{pluginetc}/username_config.php
mv %{buildroot}%{basedir}/plugins/select_range/config.php %{buildroot}%{pluginetc}/select_range_config.php
mv %{buildroot}%{basedir}/plugins/spam_buttons/config.php %{buildroot}%{pluginetc}/spam_buttons_config.php
mv %{buildroot}%{basedir}/plugins/spamassassin/config.php %{buildroot}%{pluginetc}/spamassassin_config.php
mv %{buildroot}%{basedir}/plugins/junkfolder/config.php %{buildroot}%{pluginetc}/junkfolder_config.php
mv %{buildroot}%{basedir}/plugins/abook_import_export/config_default.php %{buildroot}%{pluginetc}/abook_import_export_config.php
mv %{buildroot}%{basedir}/plugins/javascript_libs/config.php %{buildroot}%{pluginetc}/javascript_libs_config.php
mv %{buildroot}%{basedir}/plugins/yubikey/config_example.php %{buildroot}%{pluginetc}/yubikey_config.php
cp %{buildroot}%{pluginetc}/yubikey_config.php %{buildroot}%{pluginetc}/yubikey_glogal_config.php
mv %{buildroot}%{basedir}/plugins/mail_fetch/mail_fetch_config.php %{buildroot}%{pluginetc}/mail_fetch_config.php

# wrong locale name, would never be used, and it is duplicated with a
# correct name (just "pl")
rm -rf %{buildroot}%{basedir}/plugins/change_ldappass/locale/PL_pl

# make some po file lists
find %{buildroot} -type f -name "*.po" | sed -e 's|^%{buildroot}|%%exclude |' > exclude_pofiles.list
find %{buildroot} -type f -name "*.po" | sed -e 's|^%{buildroot}||' > pofiles.list
find %{buildroot} -type f -name "*.mo" | sed -e 's|^%{buildroot}||' > mofiles.list

ls -1d locale/*/|sed -e 's/locale\///'|sed -e 's/\///'> LOCALES

# add some extra locales here
cat >> LOCALES << EOF
th_TH
uk_UA
vi_VN
EOF

for i in `cat LOCALES`; do
    grep "/${i}/" mofiles.list > ${i}.list
    if [ -d help/${i} ]; then echo "%{basedir}/help/${i}" >> ${i}.list; fi
    if [ -f images/sec_remove_${i}.png ]; then echo "%{basedir}/images/sec_remove_${i}.png" >> ${i}.list; fi
    if [ -f locale/${i}/setup.php ]; then echo "%{basedir}/locale/${i}/setup.php" >> ${i}.list; fi
done

#  merge the pt and pt_BR packages as locales-pt includes locales-pt_BR but does not provide
cat pt_BR.list >> pt_PT.list

# nuke unwanted files
rm -rf contrib/RPM
find %{buildroot} -name "\.htaccess" | xargs rm -f

install -d %{buildroot}%{basedir}/conf
install -m0750 %{SOURCE25} %{buildroot}%{basedir}/conf/conf.pl

mv doc/ReleaseNotes doc/ReleaseNotes.txt

# cleanup
rm -f %{buildroot}%{basedir}/plugins/address_add/locale/he_HE/LC_MESSAGES/address_add.mo
rm -f %{buildroot}%{basedir}/plugins/address_add/locale/compileall.pl
rm -f %{buildroot}%{basedir}/plugins/address_add/locale/index.php
rm -f %{buildroot}%{basedir}/plugins/address_add/locale/no_NO/LC_MESSAGES/address_add.mo
rm -f %{buildroot}%{basedir}/plugins/change_ldappass/locale/no_NO/LC_MESSAGES/change_ldappass.mo

%post
# Put correct hostname in config. We do this every time, since we change the
# .rpmnew as well. This is safe even if someone already modified the config,
# because the script will not find __HOSTNAME__ in the file and will do
# nothing.
for f in %{etcdir}/config.php %{etcdir}/config.php.rpmnew \
    %{pluginetc}/avelsieve_config.php %{basedir}/plugins/avelsieve/addrule_html.php; do
    perl -pi -e "s|__HOSTNAME__|$HOSTNAME|g" $f 2>/dev/null
done

# Upgrade the configuration file using ccp if needed
# --ifexists makes sure it doesn't do anything (or whine/return nonzero)
# --ignoreopt config_version makes sure the config_version in config.php.rpmnew is kept
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{etcdir}/config.php --newfile %{etcdir}/config.php.rpmnew

# try to fix the plugins config too
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/avelsieve_config.php --newfile %{pluginetc}/avelsieve_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/change_ldappass_config.php --newfile %{pluginetc}/change_ldappass_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/change_pass_config.php --newfile %{pluginetc}/change_pass_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/empty_folders_config.php --newfile %{pluginetc}/empty_folders_config.php.rpmnew
#ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/folder_sizes_config.php --newfile %{pluginetc}/folder_sizes_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/ldifimport_config.php --newfile %{pluginetc}/ldifimport_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/quota_usage_config.php --newfile %{pluginetc}/quota_usage_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/secure_login_config.php --newfile %{pluginetc}/secure_login_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/select_range_config.php --newfile %{pluginetc}/select_range_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/spamassassin_config.php --newfile %{pluginetc}/spamassassin_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/spam_buttons_config.php --newfile %{pluginetc}/spam_buttons_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/sqspell_config.php --newfile %{pluginetc}/sqspell_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/username_config.php --newfile %{pluginetc}/username_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/junkfolder_config.php --newfile %{pluginetc}/junkfolder_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/abook_import_export_config.php --newfile %{pluginetc}/abook_import_export_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/javascript_libs_config.php --newfile %{pluginetc}/javascript_libs_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/yubikey_config.php --newfile %{pluginetc}/yubikey_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/yubikey_glogal_config.php --newfile %{pluginetc}/yubikey_glogal_config.php.rpmnew
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile %{pluginetc}/mail_fetch_config.php --newfile %{pluginetc}/mail_fetch_config.php.rpmnew


%files -f exclude_pofiles.list
%doc doc/* contrib
%config(noreplace) %{_webappconfdir}/%{name}.conf
%dir %{etcdir}
%attr(0644,root,root) %config(noreplace) %{etcdir}/config.php
%attr(0644,root,root) %config(noreplace) %{etcdir}/config_default.php
%attr(0644,root,root) %config(noreplace) %{etcdir}/config_local.php
%dir %{pluginetc}
%attr(0644,root,root) %config(noreplace) %{pluginetc}/avelsieve_config.php
%attr(0755,root,apache) %dir %{pluginetc}/avelsieve_rules
%attr(0644,root,root) %config(noreplace) %{pluginetc}/avelsieve_rules/rule.*.default.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/change_ldappass_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/change_pass_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/empty_folders_config.php
#%attr(0644,root,root) %config(noreplace) %{pluginetc}/folder_sizes_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/ldifimport_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/quota_usage_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/secure_login_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/select_range_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/spamassassin_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/spam_buttons_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/sqspell_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/username_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/junkfolder_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/abook_import_export_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/javascript_libs_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/yubikey_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/yubikey_glogal_config.php
%attr(0644,root,root) %config(noreplace) %{pluginetc}/mail_fetch_config.php
%dir %{basedir}
%dir %{varlibdir}
%dir %{varspooldir}
%dir %{basedir}/conf
%dir %{basedir}/help
%dir %{basedir}/images
%dir %{basedir}/locale
%dir %{basedir}/plugins
%{basedir}/class
%{basedir}/functions
%{basedir}/help/en_US
%{basedir}/help/index.php
%{basedir}/locale/timezones.cfg
%{basedir}/locale/index.php
%{basedir}/locale/README.locales
%{basedir}/images/blank.png
%{basedir}/images/delitem.png
%{basedir}/images/down_pointer.png
%{basedir}/images/draft.png
%{basedir}/images/folder.png
%{basedir}/images/inbox.png
%{basedir}/images/index.php
%{basedir}/images/minus.png
%{basedir}/images/plus.png
%{basedir}/images/sec_remove_eng.png
%{basedir}/images/senti.png
%{basedir}/images/sm_logo.png
%{basedir}/images/sort_none.png
%{basedir}/images/up_pointer.png
%{basedir}/images/rosa.png
%{basedir}/include
%exclude %{basedir}/plugins/address_add/locale
%exclude %{basedir}/plugins/avelsieve/locale
%exclude %{basedir}/plugins/change_ldappass/locale
%exclude %{basedir}/plugins/junkfolder/locale/el_GR/LC_MESSAGES/junkfolder.mo
%exclude %{basedir}/plugins/quota_usage/locale/it_IT/LC_MESSAGES/quota_usage.mo
%{basedir}/plugins/index.php
# bundled plugins
%{basedir}/plugins/administrator
%{basedir}/plugins/bug_report
%{basedir}/plugins/calendar
%{basedir}/plugins/delete_move_next
%{basedir}/plugins/demo
%{basedir}/plugins/filters
%{basedir}/plugins/fortune
%{basedir}/plugins/info
%{basedir}/plugins/listcommands
%{basedir}/plugins/mail_fetch
%{basedir}/plugins/message_details
%{basedir}/plugins/newmail
%{basedir}/plugins/sent_subfolders
%{basedir}/plugins/spamcop
%{basedir}/plugins/squirrelspell
%{basedir}/plugins/test
%{basedir}/plugins/translate
# added plugins
%{basedir}/plugins/abook_import_export
%{basedir}/plugins/address_add
%{basedir}/plugins/archive_mail
%{basedir}/plugins/avelsieve
%{basedir}/plugins/block_sender
%{basedir}/plugins/bookmarks
%{basedir}/plugins/change_ldappass
%{basedir}/plugins/change_pass
%{basedir}/plugins/compatibility
%{basedir}/plugins/empty_folders
%{basedir}/plugins/folder_sizes
%{basedir}/plugins/ldifimport
%{basedir}/plugins/login_image
%{basedir}/plugins/quota_usage
%{basedir}/plugins/rewrap
%{basedir}/plugins/secure_login
%{basedir}/plugins/select_range
%{basedir}/plugins/spamassassin
%{basedir}/plugins/spam_buttons
%{basedir}/plugins/username
%{basedir}/plugins/windows
%{basedir}/plugins/junkfolder
%{basedir}/plugins/javascript_libs
%{basedir}/plugins/yubikey
%{basedir}/src
%{basedir}/themes
%{basedir}/index.php
%attr(0750,root,root) %{_sbindir}/squirrelmail-conf
%attr(0750,root,root) %{basedir}/conf/conf.pl
%attr(0770,root,apache) %dir %{prefsdir}
%attr(0730,root,apache) %dir %{attdir}
%{prefsdir}/default_pref
%{crondir}/squirrelmail.cron

%files poutils -f pofiles.list
%{basedir}/po

%files cyrus

%files ar -f ar.list

%files bg -f bg_BG.list

%files bn-india -f bn_IN.list

%files bn-bangladesh -f bn_BD.list

%files ca -f ca_ES.list

%files cs -f cs_CZ.list

%files cy -f cy_GB.list

%files da -f da_DK.list

%files de -f de_DE.list

%files el -f el_GR.list

%files es -f es_ES.list

%files et -f et_EE.list

%files eu -f eu_ES.list

%files fa -f fa_IR.list

%files fi -f fi_FI.list

%files fo -f fo_FO.list

%files fr -f fr_FR.list

%files fy -f fy.list

%files he -f he_IL.list

%files hr -f hr_HR.list

%files hu -f hu_HU.list

%files id -f id_ID.list

%files is -f is_IS.list

%files it -f it_IT.list

%files ja -f ja_JP.list

%files ko -f ko_KR.list

%files lt -f lt_LT.list

%files ms -f ms_MY.list

# "no" is a deprecated language code for "nb"
%files nb -f nb_NO.list

%files nl -f nl_NL.list

%files nn -f nn_NO.list

%files pl -f pl_PL.list

%files pt -f pt_PT.list

%files ro -f ro_RO.list

%files ru -f ru_RU.list

%files sk -f sk_SK.list

%files sl -f sl_SI.list

%files sr -f sr_YU.list

%files sv -f sv_SE.list

%files th -f th_TH.list

%files tr -f tr_TR.list

%files ug -f ug.list

%files uk -f uk_UA.list

%files vi -f vi_VN.list

%files zh_CN -f zh_CN.list

%files zh_TW -f zh_TW.list

%files ka -f ka.list

%files km -f km.list

%files lv -f lv_LV.list

%files mk -f mk.list

%files ta -f ta_LK.list


%changelog

* Wed May 03 2017 Denis Silakov <dsilakov@virtuozzo.com> 1.4.23-0.0.r14325.8
- (e1e40fa) Fix CVE-2017-7692, adjusted branding



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14729 |14cu|sratom-0.4.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_api		0
%define lib_major	0
%define lib_name	%mklibname %{name} %{lib_api} %{lib_major}
%define lib_name_devel	%mklibname %{name} -d

%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Name:           sratom
Version:        0.4.6
Release:        1
Summary:        Library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax
Source0:        http://download.drobilla.net/%{name}-%{version}.tar.bz2
URL:            http://drobilla.net/software/%{name}/
License:        MIT-like
Group:          System/Libraries

BuildRequires:	waf
BuildRequires:	pkgconfig
BuildRequires:  glib2-devel
BuildRequires:  serd-devel
BuildRequires:  sord-devel
BuildRequires:  pkgconfig(lv2)

%description
Lightweight C library for storing RDF data in memory.

%files
%doc COPYING README

#-----------------------------------
%package -n %{lib_name}

Summary:        Library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax
Group:          System/Libraries

%description -n %{lib_name}
Lightweight C library for storing RDF data in memory.


%files -n %{lib_name}
%{_libdir}/lib%{name}-%{lib_api}.so.%{lib_major}
%{_libdir}/lib%{name}-%{lib_api}.so.%{lib_major}.*

#-----------------------------------
%package -n %{lib_name_devel}
Summary:        Headers for the sord RDF storage library
Group:          System/Libraries
Requires:       %{lib_name} = %{version}-%{release}
Requires:       pkgconfig
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{lib_name_devel}
Development files needed to build applications against %{name}.

%files -n %{lib_name_devel}
%{_libdir}/lib%{name}-%{lib_api}.so
%dir %{_includedir}/%{name}-%{lib_api}/%{name}
%{_includedir}/%{name}-%{lib_api}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}-%{lib_api}.pc

#-----------------------------------
%prep
%setup -q

%build
./waf configure --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir}
./waf

%install
./waf install --destdir=%{buildroot}

%changelog

* Wed Jul 15 2015 dsilakov <denis.silakov@rosalab.ru> 0.4.6-1
- (63d0a4f) Merge pull request #1 from alozhkov/sratom:rosa2014.1
- (63d0a4f) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14730 |14cu|ss5-3.8.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Socks Server 5
Name:		ss5
Version:	3.8.9
Release:	3
License:	GPL
Group:		System/Servers
URL:		http://sourceforge.net/projects/ss5
Source0:	http://prdownloads.sourceforge.net/ss5/ss5-%{version}-5.tar.gz
Source1:	ss5.service
Source2:	ss5-tmpfiles.conf
Patch0:		ss5-make.diff
Patch1:		ss5-ss5-ha-loc.diff
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	openssl-devel
BuildRequires:	gssglue-devel
BuildRequires:	krb5-devel
BuildRequires:	mysql-devel

%description
ss5 is a socks server, which supports both SOCKS4 and SOCKS5 protocols,
that runs on Linux, Solaris and FreeBSD platforms.

%prep
%setup -q
%patch0 -p0 -b .makedir
%patch1 -p0 -b .ss5ha

%build

%configure2_5x \
	--with-epollio \
	--with-gssapi \
	--with-mysql \
	--with-logpathbase=%{_logdir}/ss5 \
	--with-configfile=%{_sysconfdir}/ss5/ss5.conf \
	--with-passwordfile=%{_sysconfdir}/ss5/ss5.passwd \
	--with-logfile=%{_logdir}/ss5/ss5.log \
	--with-profilepath=%{_sysconfdir}/ss5 \
	--with-libpath=%{_libdir} \
	--with-tracepath=%{_logdir}/ss5 \
	--with-confpathbase=%{_sysconfdir}

make -j2 CXX="g++ %optflags" 

%install 
%makeinstall dst_dir=%{?buildroot:%{buildroot}}
find %{?buildroot:%{buildroot}}/%_mandir -name "*.bz2" -exec rm {} \;
%{__install} -D -p -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf
%{__install} -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

rm -f %{buildroot}%{_initrddir}/ss5

%clean

%post
%_post_service ss5

%preun
%_preun_service squid

%files
%defattr(755,root,root)
%{_sbindir}/ss5
%{_sbindir}/ss5srv
%{_libdir}/ss5/
%{_unitdir}/ss5.service

%defattr(644,root,root)
%dir %{_docdir}/ss5
%{_docdir}/ss5/License
%{_docdir}/ss5/README.pam
%dir %{_docdir}/ss5/examples
%{_docdir}/ss5/examples/ss5.pam
%{_docdir}/ss5/README.ldap
%{_docdir}/ss5/examples/slapd.conf
%{_docdir}/ss5/examples/entries.ldif
%{_docdir}/ss5/README.statmgr
%{_docdir}/ss5/README.balamgr

%{_mandir}/man1/ss5.1.*
%{_mandir}/man1/ss5srv.1.*
%{_mandir}/man5/ss5.passwd.5.*
%{_mandir}/man5/ss5.ha.5.*
%{_mandir}/man5/ss5.conf.5.*
%{_mandir}/man5/ss5.pam.5.*
%{_mandir}/man5/ss5_gss.5.*
%{_mandir}/man5/ss5_supa.5.*

%defattr(755,root,root)
%{_localstatedir}/log/ss5

%defattr(644,root,root)
%dir %{_sysconfdir}/ss5
%config(noreplace) %{_sysconfdir}/ss5/ss5.conf
%config(noreplace) %{_sysconfdir}/ss5/ss5.passwd
%config(noreplace) %{_sysconfdir}/ss5/ss5.ha
%config(noreplace) %{_sysconfdir}/pam.d/ss5
%config(noreplace) %{_sysconfdir}/sysconfig/ss5
%{_tmpfilesdir}/%{name}.conf

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 3.8.9-3
- (848065e) Switch to tmpfiles



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14731 |14cu|ssmtp-2.64-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A minimal mail-transfer agent which forwards mail to an SMTP server
Name:		ssmtp
Version:	2.64
Release:	8
License:	GPL
URL:		http://packages.debian.org/unstable/mail/ssmtp.html
Group:		System/Servers
BuildRequires:	rcs
BuildRequires:	openssl-devel
Provides:	sendmail-command
Requires:	common-licenses

Source:		http://ftp.debian.org/debian/pool/main/s/ssmtp/%{name}_%{version}.orig.tar.bz2

%description
This is sSMTP, a program that replaces sendmail on workstations that
should send their mail via the departmental mailhub from which they pick up
their mail (via pop, imap, rsmtp, pop_fetch, NFS... or the like).  This
program accepts mail and sends it to the mailhub, optionally replacing the
domain in the From: line with a different one.

%prep
%setup -q

# viet 05/08/2003 / by default, the configure script sets sysconfdir
# to /usr/etc, which is no good. The --sysconfdir= switch doesn't do
# anything either because Makefile.in is not using it => patching Makefile.in
perl -pi -e 's|etcdir=\$\(prefix\)/etc|etcdir=\@sysconfdir\@|' Makefile.in

%build
%serverbuild
export LIBS="-lcrypto"
%configure --enable-ssl --enable-md5auth
%make

%install
install -D -m 755 ssmtp		%{buildroot}%{_sbindir}/ssmtp
install -D -m 644 ssmtp.conf	%{buildroot}%{_sysconfdir}/ssmtp/ssmtp.conf
install -D -m 644 revaliases	%{buildroot}%{_sysconfdir}/ssmtp/revaliases
install -D -m 644 ssmtp.conf.5	%{buildroot}%{_mandir}/man5/ssmtp.conf.5
install -D -m 644 ssmtp.8	%{buildroot}%{_mandir}/man8/ssmtp.8

# fix doc permissions:
chmod 644 INSTALL README ChangeLog CHANGELOG_OLD COPYRIGHT TLS *.lsm

#ln -s %{_sbindir}/ssmtp %{buildroot}%{_sbindir}/sendmail
# ln -s %{_mandir}/man8/ssmtp.8.bz2 %{buildroot}%{_mandir}/man8/sendmail.8.bz2
#ln -s ssmtp.8.bz2 %{buildroot}%{_mandir}/man8/sendmail.8.bz2

%clean

%post
update-alternatives --install %{_sbindir}/sendmail sendmail-command %{_sbindir}/ssmtp 5 --slave %{_prefix}/lib/sendmail sendmail-command-in_libdir %{_sbindir}/ssmtp


%preun
if [ $1 = 0 ]; then
        update-alternatives --remove sendmail-command %{_sbindir}/ssmtp
fi


%files
%doc INSTALL README ChangeLog CHANGELOG_OLD COPYRIGHT TLS *.lsm 
%{_sbindir}/ssmtp
%config(noreplace) %dir %{_sysconfdir}/ssmtp
%config(noreplace) %{_sysconfdir}/ssmtp/*
%{_mandir}/man8/*
%{_mandir}/man5/*

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 2.64-8
- (a9c8404) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14732 |14cu|starfighter-1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Space/Arcade game which uses SDL libraries
Name:		starfighter
Version:	1.7
Release:	2
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.parallelrealities.co.uk/starfighter.php
Source0:	http://download.savannah.gnu.org/releases/%{name}/1.5/%{name}-%{version}-src.tar.gz
Patch0:		starfighter-1.7-desktop.patch
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_mixer)
BuildRequires:	pkgconfig(SDL2_image)

%description
Project: Starfighter is a is a Space/Arcade game which uses SDL libraries.

The story:
After decades of war one company, who had gained powerful supplying both
sides with weaponary, steps forwards and crushes both warring factions in
one swift movement. Using far superior weaponary and AI craft, the company
was completely unstoppable and now no one can stand in their way. Thousands
began to perish under the iron fist of the company. The people cried out
for a saviour, for someone to light this dark hour... and someone did.

Features:
- 26 missions over 4 star systems
- Primary and Secondary Weapons (including a laser cannon and a charge weapon)
- A weapon powerup system
- Wingmates
- Missions with Primary and Secondary Objectives
- A Variety of Missions (Protect, Destroy, etc)
- 13 different music tracks
- Boss battles

%files
%doc docs/* LICENSES README.txt
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/*
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-src
%patch0 -p1
find . -perm 0600 -exec chmod 0644 {} \;
chmod 0644 docs/*

%build
%configure2_5x \
	--bindir="%{_gamesbindir}" \
	--datadir="%{_gamesdatadir}"
%make

%install
%makeinstall_std

for i in 16x16 22x22 32x32 48x48 64x64 128x128 256x256; do
   install -Dm644 misc/%{name}.png \
                  %{buildroot}%{_iconsdir}/hicolor/$i/apps/%{name}.png
done

mv %{buildroot}%{_gamesdatadir}/applications %{buildroot}%{_datadir}/applications
rm -fr %{buildroot}%{_gamesdatadir}/pixmaps

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Wed Mar 08 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7-2
- (c7880e9) New version 1.7
- (c7880e9) Fix desktop category



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14733 |14cu|statifier-1.7.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		statifier
Version:	1.7.3
Release:	1
License:	GPLv2
Group:		Development/Other
Summary:	Convert elf dynamic linked exe to "pseudo-static"
Source:		http://prdownloads.sourceforge.net/statifier/%{name}-%{version}.tar.gz
Url:		http://%{name}.sourceforge.net	
ExclusiveArch:	%ix86 alpha x86_64
BuildRequires:  glibc-static-devel
Requires:      coreutils
Requires:      gawk
Requires:      gdb

%description
Statifier create from dynamically linked ELF executable
and all it's libraries (and all LD_PRELOAD libraries if any)
one file. This file can be copied and run on another machine
without need to drag all it's libraries.

%prep
%setup -q

%build
make all

%install

%makeinstall_std
chmod -R u+w %buildroot


%files
%doc AUTHORS ChangeLog LICENSE NEWS README TODO
%attr(755,root,root)	%{_bindir}/statifier
%dir %{_prefix}/lib/statifier
%attr(755,root,root)	%{_prefix}/lib/statifier/*
%{_mandir}/man1/statifier.1*



%changelog

* Mon Jul 06 2015 dsilakov <denis.silakov@rosalab.ru> 1.7.3-1
- (3c1f696) Merge pull request #1 from alozhkov/statifier:rosa2014.1
- (3c1f696) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14734 |14cu|steak-1.7.3-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:         steak
Url:          http://www.informatik.uni-frankfurt.de/~razi/steak/steak.html
License:      GPLv2+
Group:        System/Internationalization
Summary:      English <-> German translator
Version:      1.7.3
Release:      15
Source0:      Steak.%{version}.tar.bz2
Patch0:       Steak-1.7.3-install.patch
Patch1:	      steak-1.7.3-aspell.patch
Patch2:	      Steak-recode-printbuffer-to-utf8.patch
Patch3:		Steak-debug.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
BuildRequires:	recode
Requires: aspell-de
Requires: aspell-en
Requires: recode

%description
steak translates and explain words. You can use it to translate
between German and English on the command line. It will even translate
the word you've selected under X when you call steak without
arguments.

%prep
%setup -q -n Steak
%patch3 -p1
%patch0 -p 0 -E
%patch1 -p0 -b .aspell
%patch2 -p1
find -type d | xargs chmod 755
perl -pi -e "s!xxxLIBDIRx!%_libdir!" steak_install.sh
recode l9..u8 iso2txt 
recode l9..u8 Datensatz/ger-eng.txt

%build
%make X11LIBDIR="-L%{_prefix}/X11R6/%_lib"

%install
mkdir -p %{buildroot}%{_libdir}/Steak/
echo | %makeinstall_std

cat > README.urpmi <<EOF
Anpassungen spezifisch fÃ¼r das Mandriva-Paket

Die Datenbank und das Programm wurden so umgestellt, dass es nur noch in der
UTF-8-Kodierung funktioniert, die inzwischen Standard ist. Die ursprÃ¼ngliche
Version funktionierte nur mit ISO-8859-1.


Mandriva RPM specific notes

The database and the program were changed to work in the UTF-8 encoding only. 
This is the current default. The original version only worked in ISO-8859-1.
EOF


%files
%doc README* INSTALL INSTALL.ger ChangeLog
%{_bindir}/*
%{_libdir}/Steak

%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 1.7.3-15
- (51f3696) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14735 |14cu|steghide-0.5.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A steganography program
Name:		steghide
Version:	0.5.1
Release:	16
License:	GPLv2+
Group:		File tools
URL:		http://steghide.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		steghide-0.5.1-gcc34.patch
Patch1:		steghide-0.5.1-gcc4.diff
Patch2:		steghide-0.5.1-passphrase-file.diff
Patch3:		steghide-0.5.1-gcc4_1.diff
Patch4:		steghide-0.5.1-libtool.diff
Patch5:		steghide-0.5.1-gcc43.patch
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	doxygen
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	libmcrypt-devel >= 2.5.8
BuildRequires:	libmhash-devel
BuildRequires:	libtool
BuildRequires:	libtool-devel
BuildRequires:	zlib-devel

%description
Steghide is a steganography program which embeds a secret message
in a cover file by replacing some of the least significant bits of
the cover file with bits of the secret message. After that, the
secret message is imperceptible and can only be extracted with the
correct passphrase. To increase invisibility the hidden bits are
encrypted (using the blowfish encryption algorithm) and
pseudo-randomly spreaded in the stego file. Steghide is able to
embed data in BMP, WAV and AU files.

%prep

%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p0
%patch4 -p1
%patch5 -p1 

%build
rm -f configure
libtoolize --force --copy; aclocal -I m4; autoheader; automake --add-missing --copy --foreign; autoconf
#touch NEWS ChangeLog AUTHORS

export CPPFLAGS="%{optflags}"
%configure2_5x
%make

%check
make check

%install
%makeinstall_std

# add the html docs
rm -rf html; cp -r doc/doxygen/html .

# fix this
rm -rf %{buildroot}%{_datadir}/doc

%find_lang %{name}

%files -f %{name}.lang
%doc BUGS CREDITS HISTORY INSTALL README TODO html
%{_bindir}/steghide
%{_mandir}/man1/steghide.1*

%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 0.5.1-16
- (4ad5315) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14736 |14cu|stella-4.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without sound
%bcond_without debugger
%bcond_without joystick
%bcond_without cheats
%bcond_with static

Summary:	An Atari 2600 Video Computer System emulator
Name:		stella
Version:	4.7.2
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://stella.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.xz
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(zlib)

%description
The Atari 2600 Video Computer System (VCS), introduced in 1977, was the most
popular home video game system of the early 1980's.  This emulator will run
most Atari ROM images, so that you can play your favorite old Atari 2600 games
on your PC.

%files
%{_docdir}/stella/*
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
perl -pi -e "s|$(INSTALL) -c -s|$(INSTALL) -c|" Makefile

%build
%setup_compile_flags
touch configure.in
./configure \
%if %{with sound}
	--enable-sound \
%else
	--disable-sound \
%endif
%if %{with debugger}
	--enable-debugger \
%else
	--disable-debugger \
%endif
%if %{with joystick}
	--enable-joystick \
%else
	--disable-joystick \
%endif
%if %{with cheats}
	--enable-cheats \
%else
	--disable-cheats \
%endif
%if %{with static}
	--enable-static \
%else
	--enable-shared \
%endif
	--docdir=%{_docdir}/stella \
	--prefix=%{_prefix}

%make

%install
%makeinstall_std


%changelog

* Sun Mar 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.2-1
- (296ffb9) New version 4.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14737 |14cu|stellarium-0.18.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Desktop planetarium
Name:		stellarium
Version:	0.18.1
Release:	1
License:	GPLv2+
Group:		Sciences/Astronomy
Url:		http://www.stellarium.org
Source0:	https://github.com/Stellarium/stellarium/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source1:	https://github.com/Stellarium/stellarium/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
BuildRequires:	cmake
BuildRequires:	gettext
BuildRequires:	imagemagick
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Declarative)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5MultimediaWidgets)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Positioning)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5SerialPort)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(zlib)

%description
Stellarium renders 3D photo-realistic skies in real time.
With stellarium, you really see what you can see with your eyes,
binoculars or a small telescope.

%files
%doc README.md COPYING CREDITS.md
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*.1.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/stellarium.xpm
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/metainfo/%{name}.appdata.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt5
%make

%install
%makeinstall_std -C build

install -d -m 755 %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert %{buildroot}%{_datadir}/stellarium/data/stellarium.ico[1] \
	%{buildroot}%{_liconsdir}/stellarium.png
convert %{buildroot}%{_datadir}/stellarium/data/stellarium.ico[2] \
	%{buildroot}%{_iconsdir}/stellarium.png
convert %{buildroot}%{_datadir}/stellarium/data/stellarium.ico[4] \
	%{buildroot}%{_miconsdir}/stellarium.png


%changelog

* Wed Aug 29 2018 survolog <survolog@yandex.ru> 0.18.1-1
- (48637d1) Updated to 0.18.1, because the old version stopped working.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14738 |14cu|stepmania-5.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Enable support for mp3.
%bcond_without mp3

# Using ffmpeg from the system with StepMania is not supported upstream. 
# Using ffmpeg bundled with StepMania is error-prone. Let us still try with
# the system ffmpeg. If there are problems, we can rebuild StepMania without
# ffmpeg support (set 'bcond_with ffmpeg' below).
%bcond_without ffmpeg


Summary:	A dance and rhythm game
Name:		stepmania
Version:	5.0.6
Release:	2
# GPL, because of ffmpeg and MAD library.
License:	GPL
Url:		http://www.stepmania.com/download/
Group:		Games/Arcade
Source0:	https://github.com/stepmania/stepmania/releases/download/v%{version}/%{name}-%{version}.tar.gz

Patch0:		stepmania-5beta4a-add-space-before-lx11.patch

# By default, StepMania 5 looks for its data (Themes/*, etc.) in the subdirs
# of the directory where 'stepmania' executable is. This is not convenient
# in Linux, so this patch adds a hack for StepMania to use 
# $(datadir)/stepmania for that.
Patch1:		stepmania-5.0.6-use-pkg-data-dir-for-data.patch

BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(vorbis)
%if %{with ffmpeg}
BuildRequires:  ffmpeg-devel
%endif
BuildRequires:  jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xrandr)
%if %{with mp3}
BuildRequires:	mad-devel
%endif

Requires:	%{name}-data = %{version}-%{release}
Suggests:	stepmania-stepmix1


%description
StepMania is a free dance and rhythm game. It features 3D graphics, 
keyboard and dance pad support, and an editor for creating your own steps.
To add songs, simply copy the content of your folder containing songs 
to ~/.stepmania-5.0/Songs.


%package	data
Summary:	Data files for StepMania
BuildArch:	noarch
Obsoletes:	stepmania-data < 5.0

%description	data
This package contains arch-independent data files for StepMania.


%prep
%setup -q
%apply_patches

%build
autoreconf -fvi

%configure2_5x \
	--datadir=%{_gamesdatadir} \
	--without-gles2 \
%if %{with mp3}
	--with-mp3 \
%else
	--without-mp3 \
%endif
%if %{with ffmpeg}
	--with-system-ffmpeg \
%else
	--without-ffmpeg \
%endif
	--disable-gtk2

%make

%install

# By default, StepMania 5.0 installs everything to /usr/stepmania-5, which 
# is difficult to override. Installing manually.
install -D -m 755 src/%{name} %{buildroot}%{_gamesbindir}/%{name}

install -d %{buildroot}%{_iconsdir}
cp -af icons/hicolor %{buildroot}%{_iconsdir}/

install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -af \
	Announcers \
	BackgroundEffects \
	BackgroundTransitions \
	BGAnimations \
	Characters \
	Courses \
	Data \
	NoteSkins \
	Scripts \
	Songs \
	Themes \
	%{buildroot}%{_gamesdatadir}/%{name}/

install -d %{buildroot}%{_datadir}/applications

cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=StepMania
Name[ru]=StepMania
Comment=A dance and rhythm game
Comment[ru]=Танцевальная игра StepMania
Exec=%{_gamesbindir}/%{name}
Icon=%{name}-ssc
Type=Application
Terminal=false
Categories=Game;ArcadeGame;
EOF

%files
%doc Manual/
%doc Docs/SimfileFormats/ Docs/Themerdocs/ Docs/Userdocs/
%doc Docs/Changelog*
%doc Docs/{CommandLineArgs.txt,CourseFormat.txt,credits.txt,Licenses.txt}
%doc Docs/KnownIssues.txt
%{_gamesbindir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}-ssc.*
%{_datadir}/applications/%{name}.desktop

%files data
%{_gamesdatadir}/%{name}/

%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0.6-2
+ Revision: 250425c
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14739 |14cu|stepmania-stepmix1-1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	StepMania StepMix1 song pack
Name:		stepmania-stepmix1
Version:	1
Release:	8
# from http://www.tfbw.com/dancegames/songs/
License:	Creative Commons Attribution/Attribution-ShareAlike 2.5
Group:		Games/Arcade
Url:		http://www.stepmania.com/wiki/StepMix_1_Contest
BuildArch:	noarch
Source0:	http://files.tfbw.com/stepmania/songs/StepMania_all_StepMix1_entries.smzip

Requires:	stepmania >= 5.0

%description
This packages contains the songs from the StepMania StepMix1 contest.

%prep
%setup -q -c -T

%install
install -D -m 644 %{SOURCE0} %{buildroot}%{_gamesdatadir}/stepmania/Packages/StepMix1.smzip

%files
%{_gamesdatadir}/stepmania/Packages/StepMix1.smzip

%changelog
* Sat Jan 03 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1-8
+ Revision: 46002c4
- Restored Source0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14740 |14cu|stfl-0.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0

%define libname   %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	Structured Terminal Forms Language
Name:		stfl
Version:	0.22
Release:	1
URL:		http://www.clifford.at/stfl/
Source0:	http://www.clifford.at/stfl/%{name}-%{version}.tar.gz
License:	LGPLv3+
Group:		Development/Other
BuildRequires:  ncurses-devel
BuildRequires:  perl-devel
BuildRequires:  python-devel
BuildRequires:  ruby
BuildRequires:  ruby-devel
BuildRequires:  swig
 
%description
STFL is a library which implements a curses-based widget set for text
terminals. The STFL API can be used from C, SPL, Python, Perl and
Ruby. Since the API is only 14 simple function calls big and there are
already generic SWIG bindings, it is very easy to port STFL to
other scripting languages.

A special language (the Structured Terminal Forms Language) is used to
describe STFL GUIs. The language is designed to be easy and fast to
write so an application programmer does not need to spend ages
fiddling around with the GUI and can concentrate on the more
interesting programming tasks.

%package -n	%{libname}
Summary:	Structured Terminal Forms Language library

Group:		System/Libraries

%description -n	%{libname}
STFL is a library which implements a curses-based widget set for text
terminals. 

This package contains the shared library required for running programs
that use STFL.

%package -n	%{develname}
Summary:	Structured Terminal Forms Language development files

Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
STFL is a library which implements a curses-based widget set for text
terminals. 

This package contains the C headers and other files needed to compile
programs that use STFL.

%package -n	python-%{name}
Summary:	Structured Terminal Forms Language Python bindings

Group:		Development/Python

%description -n	python-%{name}
STFL is a library which implements a curses-based widget set for text
terminals. 

This package contains the bindings needed to use STFL with Python.

%package -n	perl-%{name}
Summary:	Structured Terminal Forms Language Perl bindings

Group:		Development/Perl

%description -n	perl-%{name}
STFL is a library which implements a curses-based widget set for text
terminals.

This package contains the bindings needed to use STFL with Perl.

%package -n	ruby-%{name}
Summary:	Structured Terminal Forms Language Ruby bindings

Group:		Development/Ruby

%description -n	ruby-%{name}
STFL is a library which implements a curses-based widget set for text
terminals. 

This package contains the bindings needed to use STFL with Ruby.

%prep
%setup -q
%{__sed} -i 's,$(prefix)/lib,/%{_libdir},g' python/Makefile.snippet
%{__sed} -i 's,$(prefix)/lib,/%{_libdir},g' ruby/Makefile.snippet
%{__sed} -i 's,$(prefix)/$(libdir)/ruby,%{ruby_sitedir},g' ruby/Makefile.snippet
%{__sed} -i 's,libdir=lib,libdir=%{_libdir},g' Makefile 
%{__sed} -i "s,cd python && python -c 'import stfl',python -mcompileall .," python/Makefile.snippet
%{__sed} -i 's,export prefix ?= /usr/local,export prefix ?= %{_prefix},g' Makefile.cfg
%{__sed} -i 's,mkdir -p \$(DESTDIR)\$(prefix)/lib/pkgconfig,mkdir -p \$(DESTDIR)%{_libdir}/pkgconfig,g' Makefile
%{__sed} -i 's,libstfl.a \$(DESTDIR)\$(prefix)/lib/,libstfl.a \$(DESTDIR)%{_libdir},g' Makefile
%{__sed} -i 's,stfl.pc \$(DESTDIR)\$(prefix)/lib/pkgconfig/,stfl.pc \$(DESTDIR)%{_libdir}\/pkgconfig/,g' Makefile

%build
CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" %make

%install
%makeinstall_std prefix=%{_prefix} libdir=%{_lib}

%files -n %{libname}
%{_libdir}/libstfl.so.%{major}*

%files -n %{develname}
%doc COPYING README 
%{_includedir}/stfl.h
%{_libdir}/libstfl.a
%{_libdir}/libstfl.so
%{_libdir}/pkgconfig/stfl.pc

%files -n python-%{name}
# XXX: python extension should likely not be located under this directory..
#%{py_dyndir}/_stfl.so
%dir %{py_platsitedir}/lib-dynload
%{py_platsitedir}/lib-dynload/_stfl.so
%{py_platsitedir}/stfl.py*

%files -n perl-%{name}
%{perl_vendorarch}/example.pl
%{perl_vendorarch}/stfl.pm
%dir %{perl_vendorarch}/auto/stfl
%{perl_vendorarch}/auto/stfl/stfl.so

%files -n ruby-%{name}
%{ruby_sitearchdir}/stfl.so
%changelog

* Sun Jul 05 2015 dsilakov <denis.silakov@rosalab.ru> 0.22-1
- (a18f6f3) Merge pull request #1 from alozhkov/stfl:rosa2014.1
- (a18f6f3) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14741 |14cu|stgit-0.17.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Stacked GIT
Name:		stgit
Version: 	0.17.1
Release: 	1
Url: 		http://www.procode.org/stgit/
Source0: 	http://download.gna.org/stgit/%{name}-%{version}.tar.gz

License: 	GPL
Group: 		Development/Other
BuildArch: 	noarch
Requires: 	python
Requires: 	git-core
BuildRequires:	python-devel
BuildRequires:  git-core

%description
StGIT is a Python application providing similar functionality to Quilt (i.e.
pushing/popping patches to/from a stack) on top of GIT. These operations are
performed using GIT commands and the patches are stored as GIT commit objects,
allowing easy merging of the StGIT patches into other repositories using
standard GIT functionality.

Note that StGIT is not an SCM interface on top of GIT and it expects a
previously initialised GIT repository. For standard SCM operations, either use
plain GIT commands or the Cogito tool.


%prep
%setup

%build
%make

%install
%make install DESTDIR=%{buildroot} prefix=%{_prefix}

%files
%{_bindir}/*
%{_datadir}/%{name}
%{py_puresitedir}/%{name}
%{py_puresitedir}/%{name}-*.egg-info
%doc README AUTHORS INSTALL COPYING


%changelog

* Wed Apr 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.17.1-1
- (77614ab) Updated to 0.17.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14742 |14cu|stlport-5.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define oname STLport

%define major 5
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Multiplatform C++ Standard Library (STL implementation)
Name:		stlport
Version:	5.2.1
Release:	3
License:	GPL
Group:		System/Libraries
Url:		http://www.stlport.org/
Source0:	http://sourceforge.net/projects/stlport/files/STLport/%{oname}-%{version}/%{oname}-%{version}.tar.gz
Patch0:		STLport-5.2.1-soname.patch
BuildRequires:	boost-devel
BuildRequires:	libstdc++-devel
BuildRequires:	libstdc++-static-devel

%description
STLport is a multiplatform ANSI C++ Standard Library implementation. It is
free, open-source product, featuring the following:

-  Advanced techniques and optimizations for maximum efficiency
-  Exception safety and thread safety
-  Important extensions - hash tables, singly-linked list, rope

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	%{name} - Complete C++ standard library
Group:		System/Libraries

%description -n %libname
STLport is a multiplatform STL implementation based on SGI STL.
This package contains the runtime library for STLport.

%files -n %{libname}
%doc README
%{_libdir}/libstlport.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel package for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
STLport is a multiplatform STL implementation based on SGI STL. Complete   
C++ standard library, including <complex> and SGI STL iostreams.

This package contains static libraries and header files need for development.

%files -n %{devname}
%doc INSTALL* etc/ChangeLog* etc/*.txt etc/*.gif doc/FAQ doc/README.utf8 doc/*.txt
%dir %{_includedir}/stlport
%{_includedir}/stlport/*
%{_libdir}/libstlport.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
# Unknown configuration option '--build=i586-*-linux-gnu'
./configure \
	--prefix=%{_prefix} \
	--bindir=%{_bindir} \
	--libdir=%{_libdir} \
	--includedir=%{_includedir} \
	--use-compiler-family=gcc \
	--with-system-boost \
	--without-debug
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{buildroot}


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.1-3
- (f5d67cb) Fix library SONAME
- (f5d67cb) Spec cleanup
- (f5d67cb) Disable debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14743 |14cu|stopmotion-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git_commit b08ca1cb91bb733e0334af989a3a663a8617d19b

Summary:	An application for creating stopmotion animations
Name:		stopmotion
Version:	0.8.0
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://linuxstopmotion.sourceforge.net/
Source0:	http://sourceforge.net/code-snapshots/git/l/li/linuxstopmotion/code.git/linuxstopmotion-code-%{git_commit}.zip
BuildRequires:	librsvg
BuildRequires:	qt4-linguist
BuildRequires:	inotifytools-devel
BuildRequires:	libtar-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(vorbis)
Requires:	vgrabbj

%description
Stopmotion is a free application for creating stop-motion animation movies.
The users will be able to create stop-motions from pictures imported from
a camera or from the harddrive, add sound effects and export the animation
to different video formats such as mpeg or avi.

%files
%doc README AUTHORS manual/
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/%{name}.svg

#----------------------------------------------------------------------------

%prep
%setup -qn linuxstopmotion-code-%{git_commit}

%build
%qmake_qt4 PREFIX=%{_prefix}

%make

%install
# FIXME: "make install" doesn't install translations atm
mkdir -p %{buildroot}%{_datadir}/stopmotion/translations/
cp build/*qm %{buildroot}%{_datadir}/stopmotion/translations/

make install INSTALL_ROOT=%{buildroot}


# Install icons of various sizes
for s in 256 128 96 48 32 22 16 ; do
    mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
    rsvg-convert -w ${s} -h ${s} \
    graphics/%{name}.svg -o \
    %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png
done

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.8.0-1
- (e54831c) Updated to 0.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14744 |14cu|stoq-1.11.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name stoq
%define version 1.11.1
%define full_version 1.11.1
%define release 1

Summary: A powerful retail system
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: System/Libraries
URL: http://www.stoq.com.br/
Source0: https://github.com/stoq/stoq/archive/%{version}.tar.gz
Requires: postgresql-server >= 8.4
Requires: postgresql-contrib >= 8.4
Requires: pygtk2 >= 2.20
Requires: pypoppler >= 0.12.1
Requires: python-dateutil >= 1.4.1
Requires: python-imaging >= 1.1.5
Requires: python-gudev >= 147
Requires: python-kiwi >= 1.9.41
Requires: python-mako >= 0.2.5
Requires: python-psycopg2 >= 2.0.5
Requires: python-storm >= 0.19
Requires: python-reportlab >= 2.4
Requires: python-zope-interface >= 3.0.1
Requires: stoqdrivers >= 0.9.24
Requires: pywebkitgtk >= 1.1.7
Requires: python-twisted-core >= 10.0.0
Requires: python-twisted-web >= 10.0.0
Requires: python-xlwt >= 0.7.2
Requires: weasyprint >= 0.15
Requires: yelp
Requires: iso-codes >= 3.12
BuildRequires: python-setuptools
BuildRequires: python-kiwi >= 1.9.41
BuildRequires: python-devel
BuildArch: noarch

%description
Stoq is a suite of Retail Management System applications.
It includes the following applications;
Point of Sales, Cash register, Sales, Purchase Orders, Inventory control,
Customer Relationship Management (CRM), Financial Accounting,
Accounts Payable and Accounts Receivable, Printable Reports, 
Employees and Suppliers registry.

%prep
%setup -q -n stoq-%{version}

%build
%{__python} setup.py build

%install
mkdir -p %{_etcdir}/stoq
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
rm -rf %{buildroot}%{_defaultdocdir}
rm %buildroot%py_puresitedir/stoq-%{full_version}-py2.7.egg-info/requires.txt

%files
%doc AUTHORS CONTRIBUTORS COPYING README NEWS
%doc %{_datadir}/stoq/docs/*
%{_bindir}/stoq
%{_bindir}/stoqdbadmin
%{_datadir}/stoq/scripts/createdbuser.sh
%{_datadir}/stoq/plugins
%{py_puresitedir}/*.egg-info
#%{_sysconfdir}/stoq
%{_datadir}/icons/hicolor/48x48/apps/stoq.png
%{_datadir}/polkit-1/actions/br.com.stoq.createdatabase.policy
%{_datadir}/stoq/csv
%{_datadir}/stoq/glade
%{_datadir}/stoq/html
%{_datadir}/stoq/misc
%{_datadir}/stoq/pixmaps
%{_datadir}/stoq/sql
%{_datadir}/stoq/template
%{_datadir}/stoq/uixml
%{_datadir}/stoq/scripts/packageinstaller.py
%{_datadir}/locale/*/LC_MESSAGES/stoq.mo
%{_datadir}/applications/stoq.desktop
%{_datadir}/gnome/help
%{python_sitelib}/stoq
%{python_sitelib}/stoqlib

%changelog

* Wed Jun 22 2016 dsilakov <denis.silakov@rosalab.ru> 1.11.1-1
- (533b0e4) Merge pull request #6 from guilhermemoro/stoq:rosa2014.1
- (533b0e4) update



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14745 |14cu|stoqdrivers-0.9.24-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name stoqdrivers
%define version 0.9.24
%define release 1

Summary: Fiscal driver collection
Name: %{name}
Version: %{version}
Release: %{release}
Epoch: 1
License: LGPL
Group: System/Libraries
URL: http://www.stoq.com.br/
Source0: https://github.com/stoq/stoqdrivers/archive/%{version}.tar.gz
Requires: python-zope-interface >= 3.0.1, python-serial >= 2.2, python-kiwi >= 1.9.27
BuildRequires: python-kiwi >= 1.9.41
BuildRequires: python-zope-interface >= 3.0.1
BuildRequires: python-serial >= 2.2
BuildArch: noarch

%description
This is a powerful collection of device drivers written in Python and totally
focused on retail systems. Stoqdrivers also offers an unified API for devices
like fiscal printers which makes it easy to embed in many applications.

%prep

%setup -q

%build

%install
#%{__rm} requirements.txt
python setup.py install --root=%{buildroot}
%{__rm} %buildroot/%{python_sitelib}/*.egg-info/requires.txt

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README
%{python_sitelib}/stoqdrivers
%{_datadir}/locale/*/LC_MESSAGES/stoqdrivers.mo
%{_datadir}/stoqdrivers/conf/*.ini
%{python_sitelib}/*.egg-info


%changelog

* Tue Nov 24 2015 Guilherme Moro <guilherme.moro@gmail.com> 1:0.9.24-1
- (cef51ed) update to version 0.9.24



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14746 |14cu|stow-2.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Separate software packages manager
Name:		stow
Version:	2.2.2
Release:	1
License:	GPL
Group:		System/Configuration/Packaging
Source0:	ftp://ftp.gnu.org/gnu/stow/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/gnu/stow/%{name}-%{version}.tar.gz.sig
# (blino) from upstream CVS
Patch0:		stow-1.3.3-root_foo.patch.bz2
URL:		http://www.gnu.org/software/stow/
BuildArch:	noarch

%description
GNU Stow is a program for managing the installation of software packages,
keeping them separate (/usr/local/stow/emacs vs. /usr/local/stow/perl, for
example) while making them appear to e installed in the same place
(/usr/local).

%prep
%setup -q

%build
%configure2_5x 
%make

%install
%makeinstall

%files
%defattr(-,root,root,0755)
%doc AUTHORS COPYING NEWS README THANKS TODO
%{_bindir}/*
%{_infodir}/*
%{_mandir}/man8/stow.*
%{_usr}/lib/perl5/site_perl/



%changelog

* Thu Apr 14 2016 dsilakov <denis.silakov@rosalab.ru> 2.2.2-1
- (ecd8b7d) Merge pull request #1 from alzim/stow:rosa2014.1
- (ecd8b7d) Updated to 2.2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14747 |14cu|stratagus-2.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A real time strategy game engine
Name:		stratagus
Version:	2.4.1
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://stratagus.com/
Source0:	https://github.com/Wargus/stratagus/archive/%{name}-%{version}.tar.gz
Patch0:		stratagus-2.4.1-sfmt.patch
BuildRequires:	cmake
BuildRequires:	bzip2-devel
BuildRequires:	libmikmod-devel
BuildRequires:	mng-devel
BuildRequires:	tolua++-devel
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
Stratagus is a free cross-platform real-time strategy gaming engine.
It includes support for playing over the internet/LAN, or playing a computer
opponent. The engine is configurable and can be used to create games with a
wide-range of features specific to your needs.

%files
%doc README.md doc/*
%{_gamesbindir}/%{name}
%{_bindir}/png2stratagus
%{_sbindir}/metaserver

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description devel
This package contains development files for %{name}.

%files devel
%{_includedir}/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
# default build options seem to be fine
%cmake -DENABLE_DEV=ON
%make

%install
%makeinstall_std -C build


%changelog

* Fri Feb 24 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.1-1
- (f62b7ad) New version 2.4.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14748 |14cu|streamtuner-2.1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _name   streamtuner2

Name:           streamtuner
Version:        2.1.9
Release:        1
Summary:        An internet radio browser
Group:          Sound
License:        Public Domain
URL:            http://sourceforge.net/projects/streamtuner2/
Source0:        http://downloads.sf.net/streamtuner2/streamtuner2-%{version}.src.txz
Patch0:         streamtuner2-default-config-desktop-file.patch
BuildRequires:  findutils
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(python2)
Requires:       python
Requires:       python-chardet
Requires:       python-keybinder
Requires:       python-lxml
Requires:       python-pyquery
Requires:       python-requests
Requires:       python-simplejson
Requires:       pygtk2
Requires:       pyxdg
Requires:       audacious
Requires:       perl
Requires:       xterm
# required for youtube record
Requires:       youtube-dl
BuildArch:      noarch


%description
Streamtuner lists radio directory services like Shoutcast, Xiph, Live365, 
MyOggRadio, Jamendo. It allows listening via any audio player and recording of
streams via streamripper.
This is streamtuner2 which mimics the older streamtuner 0.99.99 application
in look and feel. But it's an independent rewrite and runs on Python;
is therefore easier to extend.

%prep
%setup -qn %{_name}
%patch0 -p1 -b .default-config-desktop-file

%build

%install
install -Dpm 755 bin %{buildroot}/%{_bindir}/%{_name}
install -Dpm 644 %{_name}.desktop %{buildroot}/%{_datadir}/applications/%{_name}.desktop
install -Dpm 644 icon.png %{buildroot}/%{_datadir}/pixmaps/%{_name}.png

mkdir %{buildroot}/%{_datadir}/%{_name}
files=`find . -maxdepth 1 -type f -name "*.py" -or -name "*.png" -or -name "*.xml" -or -name "*.xml.gz"`
for f in $files
    do install -pm 644 $f %{buildroot}/%{_datadir}/%{_name}/
done

# Permission correction
chmod 0755 %{buildroot}/%{_datadir}/%{_name}/st2.py

# Gnome help browser
mkdir -p %{buildroot}%{_datadir}/doc/%{_name}/help
cp -rp help %{buildroot}%{_datadir}/doc/%{_name}

# Channels
mkdir %{buildroot}/%{_datadir}/%{_name}/channels
pushd channels
files=`find . -maxdepth 1 -type f -name "*.py*" -or -name "*.png"`
for f in $files
    do install -pm 644 $f %{buildroot}/%{_datadir}/%{_name}/channels/
done
popd

# Fix encoding issues
for file in README; do
   sed 's|\r||' $file > $file.tmp
   iconv -f ISO-8859-1 -t UTF8 $file.tmp > $file.tmp2
   touch -r $file $file.tmp2
   mv -f $file.tmp2 $file
done

sed -i -e 's/^Value=/Version=/g' %{buildroot}%{_datadir}/applications/%{_name}.desktop

# install man file
install -Dpm 644 help/streamtuner2.1 %{buildroot}%{_mandir}/man1/streamtuner2.1

desktop-file-install                         \
  --dir %{buildroot}%{_datadir}/applications \
  --add-category Audio                       \
  --add-category Tuner                       \
  --add-category GTK                         \
  --delete-original                          \
  %{buildroot}%{_datadir}/applications/%{_name}.desktop

%files
%doc README
%{_bindir}/%{_name}
%{_datadir}/applications/%{_name}.desktop
%{_datadir}/pixmaps/%{_name}.png
%{_datadir}/%{_name}/
%{_datadir}/doc/%{_name}/
%{_mandir}/man1/streamtuner2.1.*


%changelog

* Fri Dec 09 2016 tremod <negry.m@yandex.ru> 2.1.9-1
- (e3708cb) Update to 2.1.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14749 |14cu|strongswan-5.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#%%define Werror_cflags %nil
%define _disable_ld_no_undefined 1
%bcond_without	nm

Summary:	IPSEC implementation
Name:		strongswan
Version:	5.5.0
Release:	1
License:	GPLv2+
URL:		https://www.strongswan.org/
Source0:	http://download.strongswan.org/%{name}-%{version}.tar.bz2

Group:		System/Servers

BuildRequires:  gmp-devel
BuildRequires:  curl-devel
BuildRequires:  openldap-devel
BuildRequires:  openssl-devel
BuildRequires:  sqlite-devel
BuildRequires:  gettext-devel
BuildRequires:  trousers-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(systemd)
%if %{with nm}
BuildRequires:	pkgconfig(NetworkManager)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(libnm-glib)
%endif

%description
FreeS/WAN is a free implementation of IPSEC & IKE for Linux.  IPSEC is
the Internet Protocol Security and uses strong cryptography to provide
both authentication and encryption services.  These services allow you
to build secure tunnels through untrusted networks.  Everything passing
through the untrusted net is encrypted by the ipsec gateway machine and
decrypted by the gateway at the other end of the tunnel.  The resulting
tunnel is a virtual private network or VPN.

This package contains the daemons and userland tools for setting up
FreeS/WAN on a freeswan enabled kernel.


%if %{with nm}
%package	charon-nm
Summary:	NetworkManager plugin for Strongswan
Group:		System/Servers

%description charon-nm
NetworkManager plugin integrates a subset of Strongswan capabilities
to NetworkManager.
%endif

%package	tnc-imcvs
Summary:	Trusted network connect (TNC)'s IMC/IMV functionality
Group:		System/Servers
Requires:	%{name} = %{version}

%description tnc-imcvs
This package provides Trusted Network Connect's (TNC) IMC and IMV
functionality. Specifically it includes PTS based IMC/IMV for TPM based
remote attestation and scanner and test IMCs and IMVs. The Strongswan's
IMC/IMV dynamic libraries can be used by any third party TNC Client/Server
implementation possessing a standard IF-IMC/IMV interface.


%prep
%setup -q
# %apply_patches

%build

libtoolize --install --copy --force --automake
aclocal -I m4
autoconf
autoheader
automake --add-missing --copy

%serverbuild
%configure \
    --disable-static \
    --with-ipsec-script=%{name} \
    --sysconfdir=%{_sysconfdir}/%{name} \
    --with-ipsecdir=%{_libexecdir}/%{name} \
    --with-ipseclibdir=%{_libdir}/%{name} \
    --with-fips-mode=2 \
    --with-tss=trousers \
    --enable-openssl \
    --enable-md4 \
    --enable-xauth-eap \
    --enable-eap-md5 \
    --enable-eap-gtc \
    --enable-eap-tls \
    --enable-eap-ttls \
    --enable-eap-peap \
    --enable-eap-mschapv2 \
    --enable-farp \
    --enable-dhcp \
    --enable-sqlite \
    --enable-tnc-ifmap \
    --enable-tnc-pdp \
    --enable-imc-test \
    --enable-imv-test \
    --enable-imc-scanner \
    --enable-imv-scanner  \
    --enable-imc-attestation \
    --enable-imv-attestation \
    --enable-imv-os \
    --enable-imc-os \
    --enable-eap-tnc \
    --enable-tnccs-20 \
    --enable-tnccs-11 \
    --enable-tnccs-dynamic \
    --enable-tnc-imc \
    --enable-tnc-imv \
    --enable-eap-radius \
    --enable-curl \
    --enable-eap-identity \
%if %{with nm}
    --enable-nm \
%endif

%make
sed -i 's/\t/    /' src/starter/ipsec.conf

%install
%makeinstall_std
# prefix man pages
for i in %{buildroot}%{_mandir}/*/*; do
    if echo "$i" | grep -vq '/%{name}[^\/]*$'; then
        mv "$i" "`echo "$i" | sed -re 's|/([^/]+)$|/%{name}_\1|'`"
    fi
done
# delete unwanted library files
rm %{buildroot}%{_libdir}/%{name}/*.so
find %{buildroot} -type f -name '*.la' -delete
# fix config permissions
chmod 644 %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
# protect configuration from ordinary user's eyes
chmod 700 %{buildroot}%{_sysconfdir}/%{name}

# Create ipsec.d directory tree.
install -d -m 700 %{buildroot}%{_sysconfdir}/%{name}/ipsec.d
for i in aacerts acerts certs cacerts crls ocspcerts private reqs; do
    install -d -m 700 %{buildroot}%{_sysconfdir}/%{name}/ipsec.d/${i}
done

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#%postun
#%_postun_userdel strongswan

%files
%doc README COPYING NEWS TODO
%dir %{_sysconfdir}/%{name}
%{_sysconfdir}/%{name}/ipsec.d/
%config(noreplace) %{_sysconfdir}/%{name}/ipsec.conf
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%{_unitdir}/%{name}.service
/etc/%{name}/%{name}.d
/etc/%{name}/swanctl
/usr/share/%{name}/templates/config/plugins/*.conf
/usr/share/%{name}/templates/config/%{name}.conf
/usr/share/%{name}/templates/config/%{name}.d/*.conf
/usr/share/%{name}/templates/database/imv/*.sql
%{_libdir}/%{name}/libcharon.so.0
%{_libdir}/%{name}/libcharon.so.0.0.0
%{_libdir}/%{name}/libtls.so.0
%{_libdir}/%{name}/libtls.so.0.0.0
%{_libdir}/%{name}/libpttls.so.0
%{_libdir}/%{name}/libpttls.so.0.0.0
%{_libdir}/%{name}/libtpmtss.so.0
%{_libdir}/%{name}/libtpmtss.so.0.0.0
%{_libdir}/%{name}/lib%{name}.so.0
%{_libdir}/%{name}/lib%{name}.so.0.0.0
%{_libdir}/%{name}/libvici.so.0
%{_libdir}/%{name}/libvici.so.0.0.0
%dir %{_libdir}/%{name}/plugins
%{_libdir}/%{name}/plugins/lib%{name}-aes.so
%{_libdir}/%{name}/plugins/lib%{name}-attr.so
%{_libdir}/%{name}/plugins/lib%{name}-cmac.so
%{_libdir}/%{name}/plugins/lib%{name}-constraints.so
%{_libdir}/%{name}/plugins/lib%{name}-des.so
%{_libdir}/%{name}/plugins/lib%{name}-dnskey.so
%{_libdir}/%{name}/plugins/lib%{name}-fips-prf.so
%{_libdir}/%{name}/plugins/lib%{name}-gmp.so
%{_libdir}/%{name}/plugins/lib%{name}-hmac.so
%{_libdir}/%{name}/plugins/lib%{name}-kernel-netlink.so
%{_libdir}/%{name}/plugins/lib%{name}-md5.so
%{_libdir}/%{name}/plugins/lib%{name}-nonce.so
%{_libdir}/%{name}/plugins/lib%{name}-openssl.so
%{_libdir}/%{name}/plugins/lib%{name}-pem.so
%{_libdir}/%{name}/plugins/lib%{name}-pgp.so
%{_libdir}/%{name}/plugins/lib%{name}-pkcs1.so
%{_libdir}/%{name}/plugins/lib%{name}-pkcs8.so
%{_libdir}/%{name}/plugins/lib%{name}-pkcs12.so
%{_libdir}/%{name}/plugins/lib%{name}-rc2.so
%{_libdir}/%{name}/plugins/lib%{name}-sshkey.so
%{_libdir}/%{name}/plugins/lib%{name}-pubkey.so
%{_libdir}/%{name}/plugins/lib%{name}-random.so
%{_libdir}/%{name}/plugins/lib%{name}-resolve.so
%{_libdir}/%{name}/plugins/lib%{name}-revocation.so
%{_libdir}/%{name}/plugins/lib%{name}-sha1.so
%{_libdir}/%{name}/plugins/lib%{name}-sha2.so
%{_libdir}/%{name}/plugins/lib%{name}-socket-default.so
%{_libdir}/%{name}/plugins/lib%{name}-stroke.so
%{_libdir}/%{name}/plugins/lib%{name}-updown.so
%{_libdir}/%{name}/plugins/lib%{name}-x509.so
%{_libdir}/%{name}/plugins/lib%{name}-xauth-generic.so
%{_libdir}/%{name}/plugins/lib%{name}-xauth-eap.so
%{_libdir}/%{name}/plugins/lib%{name}-xcbc.so
%{_libdir}/%{name}/plugins/lib%{name}-md4.so
%{_libdir}/%{name}/plugins/lib%{name}-eap-md5.so
%{_libdir}/%{name}/plugins/lib%{name}-eap-gtc.so
%{_libdir}/%{name}/plugins/lib%{name}-eap-tls.so
%{_libdir}/%{name}/plugins/lib%{name}-eap-ttls.so
%{_libdir}/%{name}/plugins/lib%{name}-eap-peap.so
%{_libdir}/%{name}/plugins/lib%{name}-eap-mschapv2.so
%{_libdir}/%{name}/plugins/lib%{name}-farp.so
%{_libdir}/%{name}/plugins/lib%{name}-dhcp.so
%{_libdir}/%{name}/plugins/lib%{name}-curl.so
%{_libdir}/%{name}/plugins/lib%{name}-eap-identity.so
%{_libdir}/%{name}/plugins/lib%{name}-vici.so
%dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/_copyright
%{_libexecdir}/%{name}/_updown
%{_libexecdir}/%{name}/charon
%{_libexecdir}/%{name}/scepclient
%{_libexecdir}/%{name}/starter
%{_libexecdir}/%{name}/stroke
%{_libexecdir}/%{name}/_imv_policy
%{_libexecdir}/%{name}/imv_policy_manager
%{_libexecdir}/%{name}/pt-tls-client
%{_sbindir}/%{name}
%{_sbindir}/swanctl
%{_bindir}/pki
%{_mandir}/man5/%{name}.conf.5.*
%{_mandir}/man1/%{name}*.1.*
%{_mandir}/man5/%{name}_ipsec.conf.5.*
%{_mandir}/man5/%{name}_ipsec.secrets.5.*
%{_mandir}/man5/%{name}_swanctl.conf.5.*
%{_mandir}/man8/%{name}.8.*
%{_mandir}/man8/%{name}_scepclient.8.*
%{_mandir}/man8/%{name}_swanctl.8.*

%files tnc-imcvs
%{_libdir}/%{name}/libimcv.so.0
%{_libdir}/%{name}/libimcv.so.0.0.0
%{_libdir}/%{name}/libtnccs.so.0
%{_libdir}/%{name}/libtnccs.so.0.0.0
%{_libdir}/%{name}/libradius.so.0
%{_libdir}/%{name}/libradius.so.0.0.0
%dir %{_libdir}/%{name}/imcvs
%{_libdir}/%{name}/imcvs/imc-attestation.so
%{_libdir}/%{name}/imcvs/imc-scanner.so
%{_libdir}/%{name}/imcvs/imc-test.so
%{_libdir}/%{name}/imcvs/imc-os.so
%{_libdir}/%{name}/imcvs/imv-attestation.so
%{_libdir}/%{name}/imcvs/imv-scanner.so
%{_libdir}/%{name}/imcvs/imv-test.so
%{_libdir}/%{name}/imcvs/imv-os.so
%dir %{_libdir}/%{name}/plugins
%{_libdir}/%{name}/plugins/lib%{name}-pkcs7.so
%{_libdir}/%{name}/plugins/lib%{name}-sqlite.so
%{_libdir}/%{name}/plugins/lib%{name}-eap-tnc.so
%{_libdir}/%{name}/plugins/lib%{name}-tnc-imc.so
%{_libdir}/%{name}/plugins/lib%{name}-tnc-imv.so
%{_libdir}/%{name}/plugins/lib%{name}-tnc-tnccs.so
%{_libdir}/%{name}/plugins/lib%{name}-tnccs-20.so
%{_libdir}/%{name}/plugins/lib%{name}-tnccs-11.so
%{_libdir}/%{name}/plugins/lib%{name}-tnccs-dynamic.so
%{_libdir}/%{name}/plugins/lib%{name}-eap-radius.so
%{_libdir}/%{name}/plugins/lib%{name}-tnc-ifmap.so
%{_libdir}/%{name}/plugins/lib%{name}-tnc-pdp.so
%dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/attest
%{_libexecdir}/%{name}/pacman

%if %{with nm}
%files charon-nm
%doc COPYING
%{_libexecdir}/%{name}/charon-nm
%endif

%changelog

* Tue Aug 30 2016 Denis Silakov <dsilakov@gmail.com> 5.5.0-1
- (f10dde7) Updated to 5.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14750 |14cu|struts-1.2.9-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define full_name	jakarta-%{name}
# % define tomcat5appsdir  %{_localstatedir}/lib/tomcat5/webapps
# % define tomcat5ctxdir   %{_sysconfdir}/tomcat5/Catalina/localhost
%define webapps		blank documentation example examples tiles-documentation
%define webapplibs commons-beanutils commons-digester commons-fileupload commons-validator oro struts

Name:		struts
Version:	1.2.9
Release:	18
Epoch:		0
Summary:	Web application framework
License:	ASL 2.0
Group:      Development/Java
Source0:	%{name}-%{version}-src-RHCLEAN.tar.gz
#Patch0:		%{name}-%{version}.build.patch
Patch0:		struts-1.2.9-strutsel-build_xml.patch
Patch1:		struts-1.2.9-FacesRequestProcessor.patch
Patch2:		struts-1.2.9-HttpServletRequestWrapper.patch
Patch3:		struts-1.2.9-FacesTilesRequestProcessor.patch
Patch4:		struts-1.2.9-strutsfaces-example1-build_xml.patch
Patch5:		struts-1.2.9-strutsfaces-example2-build_xml.patch
Patch6:		struts-1.2.9-strutsfaces-systest1-build_xml.patch
Patch7:		struts-1.2.9.bz157205.patch
Patch8:		struts-1.2.9-CVE-2008-2025.patch
Patch9:		struts-1.2.9-CVE-2014-0114.patch
Patch10:	struts-1.2.9-CVE-2015-0899.patch
Patch11:	struts-1.2.9-not-implemented.patch
Patch12:        struts-1.2.9-CVE-2016-1181-CVE-2016-1182.patch
URL:		http://struts.apache.org/
Requires:	servlet6
Requires:	jakarta-commons-beanutils
Requires:	jakarta-commons-digester
Requires:	jakarta-commons-fileupload
Requires:	jakarta-commons-validator
Requires:	jakarta-oro
BuildRequires:	locales-en
BuildRequires:	jpackage-utils >= 1.6
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:	ant >= 1.6
BuildRequires:	ant-nodeps >= 1.6
BuildRequires:	antlr
BuildRequires:	jaxp_transform_impl
BuildRequires:	sed
BuildRequires:	jsp22
BuildRequires:	servlet6
BuildRequires:  jakarta-commons-beanutils
BuildRequires:  jakarta-commons-digester
BuildRequires:  jakarta-commons-fileupload
BuildRequires:  jakarta-commons-logging
BuildRequires:  jakarta-commons-validator
BuildRequires:  jakarta-oro

Group:		Development/Java
BuildArch:	noarch

%description
Welcome to the Struts Framework! The goal of this project is to provide
an open source framework useful in building web applications with Java
Servlet and JavaServer Pages (JSP) technology. Struts encourages
application architectures based on the Model-View-Controller (MVC)
design paradigm, colloquially known as Model 2 in discussions on various
servlet and JSP related mailing lists.
Struts includes the following primary areas of functionality:
A controller servlet that dispatches requests to appropriate Action
classes provided by the application developer.
JSP custom tag libraries, and associated support in the controller
servlet, that assists developers in creating interactive form-based
applications.
Utility classes to support XML parsing, automatic population of
JavaBeans properties based on the Java reflection APIs, and
internationalization of prompts and messages.
Struts is part of the Jakarta Project, sponsored by the Apache Software
Foundation. The official Struts home page is at
http://jakarta.apache.org/struts.

%package manual
Summary:        Manual for %{name}
Group:          Development/Java

%description manual
Documentation for %{name}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -n %{name}-%{version}-src -q
%patch0 -p0 -b .sav
%patch1 -p0 -b .sav
%patch2 -p0 -b .sav
%patch3 -p0 -b .sav
%patch4 -p0 -b .sav
%patch5 -p0 -b .sav
%patch6 -p0 -b .sav
%patch7 -p0 -b .sav
%patch8 -p1 -b .sav
%patch9 -p1 -b .cve
%patch10 -p1 -b .cve0899
%patch11 -p1 -b .new_servlet
%patch12 -p1 -b .cve1181
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;

%build
export LC_ALL=en_US.ISO-8859-1

# build struts
export CLASSPATH=$(build-classpath tomcat-servlet-api)
export ANT_OPTS="-Xmx256m"
STRUTS_BUILD_HOME=$(pwd)
ant -Dlibdir=/usr/share/java \
	-Dcommons-beanutils.jar=$(build-classpath commons-beanutils) \
	-Dcommons-digester.jar=$(build-classpath commons-digester) \
	-Dcommons-fileupload.jar=$(build-classpath commons-fileupload) \
	-Dcommons-logging.jar=$(build-classpath commons-logging) \
	-Dcommons-validator.jar=$(build-classpath commons-validator) \
	-Djakarta-oro.jar=$(build-classpath oro) \
        -Djdbc20ext.jar=$(find-jar jdbc-stdext) \
	-Djsp.jar=$(build-classpath jsp) \
	-Dservlet.jar=$(build-classpath tomcat-servlet-api) \
	-Dantlr.jar=$(build-classpath antlr) \
	 dist
#	 compile.library compile.webapps compile.javadoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 dist/lib/%{name}.jar \
	%{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/documentation/api/* %{buildroot}%{_javadocdir}/%{name}
rm -rf target/documentation/api

# data
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 644 dist/lib/*.tld %{buildroot}%{_datadir}/%{name}
install -m 644 dist/lib/*.dtd %{buildroot}%{_datadir}/%{name}
install -m 644 dist/lib/vali*.xml %{buildroot}%{_datadir}/%{name}

# core docs
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}/docs
cp -p {INSTALL,LICENSE.txt,NOTICE.txt,README,STATUS.txt} %{buildroot}%{_docdir}/%{name}-%{version}
cp -p target/documentation/*.html %{buildroot}%{_docdir}/%{name}-%{version}/docs
cp -p target/documentation/*.gif %{buildroot}%{_docdir}/%{name}-%{version}/docs
cp -pr target/documentation/uml %{buildroot}%{_docdir}/%{name}-%{version}/docs
cp -pr target/documentation/userGuide %{buildroot}%{_docdir}/%{name}-%{version}/docs
cp -pr target/documentation/images %{buildroot}%{_docdir}/%{name}-%{version}/docs

%files
%dir %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}-%{version}/INSTALL
%doc %{_docdir}/%{name}-%{version}/README
%doc %{_docdir}/%{name}-%{version}/*.txt
%{_javadir}/%{name}.jar
%{_datadir}/%{name}

%files manual
%dir %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}-%{version}/docs

%files javadoc
%{_javadocdir}/%{name}

%changelog

* Tue Jul 12 2016 Denis Silakov <dsilakov@gmail.com> 0:1.2.9-18
- (d6af143) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14751 |14cu|stuntrally-2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Racing game with Track Editor, based on VDrift and OGRE
Name:		stuntrally
Version:	2.6
Release:	1
License:	GPLv3+
Group:		Games/Arcade
Url:		http://code.google.com/p/vdrift-ogre/
# Sometimes we re-pack from git
# 1. https://github.com/stuntrally/stuntrally
# 2. https://github.com/stuntrally/tracks
Source0:	%{name}-%{version}.tar.gz
# Tracks
Source1:	tracks-%{version}.tar.gz
Patch0:		stuntrally-2.2-gamesbindir.patch
Patch1:		stuntrally-2.5-shiny-boost.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(bullet)
BuildRequires:	pkgconfig(libenet)
BuildRequires:	pkgconfig(MYGUI) >= 3.2
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(OGRE) >= 1.8.0
BuildRequires:	pkgconfig(OIS)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xcursor)
Requires:	ogre
Requires:	stuntrally-tracks = %{version}
# ogre-cg-plugin is in non-free
Suggests:	ogre-cg-plugin

%description
Rally game with Stunt elements, based on VDrift and OGRE.
The game features many tracks, sceneries, cars and a Track Editor.
It focuses on closed rally tracks with possible stunt elements (jumps,
loops, pipes).

Warning! You need ogre-cg-plugin from Non-Free repository to run this game.

%files
%doc Readme.txt License.txt
%{_gamesbindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/sr-editor.desktop
%{_gamesdatadir}/%{name}
%exclude %{_gamesdatadir}/%{name}/tracks
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/*/apps/sr-editor.png

#----------------------------------------------------------------------------

%package tracks
Summary:	Tracks for Stunt Rally
Group:		Games/Arcade
Requires:	stuntrally = %{version}
Conflicts:	stuntrally < 2.3
BuildArch:	noarch

%description tracks
Tracks for Stunt Rally.

%files tracks
%{_gamesdatadir}/%{name}/tracks/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

pushd data
rm -f tracks
tar -xf %{SOURCE1}
mv tracks-%{version} tracks
popd

%build
%cmake \
	-DBUILD_SHARED_LIBS:BOOL=OFF \
	-DBUILD_STATIC_LIBS:BOOL=ON
# Too greedy for resources
make

%install
%makeinstall_std -C build

# Don't install libshiny files
rm -f %{buildroot}%{_libdir}/libshiny.a
rm -f %{buildroot}%{_libdir}/OGRE/libshiny.OgrePlatform.a
rm -rf %{buildroot}%{_includedir}/shiny

%changelog

* Fri Feb 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.6-1
- (6c601ba) Build requires pkgconfig(openal)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14752 |14cu|subtitleeditor-0.52.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname %{name} %{major}

%define	url_ver	%(echo %{version} | cut -c 1-4)

Summary:	GTK+3 subtitle editor 
Name:		subtitleeditor
Version:	0.52.1
Release:	1
Group:		Video
License:	GPLv3+
URL:		http://home.gna.org/subtitleeditor/
Source0:	http://download.gna.org/subtitleeditor/%{url_ver}/%{name}-%{version}.tar.gz
Patch0:		subtitleeditor-0.51.0-memory.patch
Patch1:		subtitleeditor-0.52.1-fix-build-error.patch
BuildRequires:	intltool
BuildRequires:	iso-codes
BuildRequires:	libtool
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(enchant) >= 1.4.0
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glibmm-2.4) >= 2.16.3
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gstreamermm-1.0) >= 1.0
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtkmm-3.0)
BuildRequires:	pkgconfig(gtkglextmm-1.2)
BuildRequires:	pkgconfig(libglademm-2.4)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libxml++-2.6) >= 2.20
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	gstreamer1.0-plugins-good

Requires:	iso-codes
Requires:	gstreamer1.0-plugins-base
Requires:	gstreamer1.0-plugins-good
Requires:	gstreamer1.0-ffmpeg
Requires:	mplayer
# Due to library splitting
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{name} <= 0.40

%description
Subtitle Editor is a GTK+3 tool to edit subtitles. It can be used for new
subtitles or as a tool to transform, edit, correct and refine existing
subtitle. This program also shows sound waves, which makes it easier to
synchronise subtitles to voices.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/pixmaps/%{name}.svg

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library associated with %{name}
Group:		System/Libraries

%description -n %{libname}
A GTK+3 tool to edit subtitles. This package contains the shared libraries
needed to use %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING
%{_libdir}/%{name}
%{_libdir}/lib%{name}.so.*

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1


%build
%configure2_5x	--disable-static \
		--with-default-audio-sink=pulsesink \
		--with-default-video-sink=autovideosink
# This one makes the build fail
#		--enable-gl \
%make


%install
%makeinstall_std

%find_lang %{name}

# We don't ship devel files for now
rm -f %{buildroot}%{_libdir}/*.so


%changelog

* Mon Jan 25 2016 Giovanni Mariani <mc2374@mclink.it> 0.52.1-1
- (24faff8) Updated to release 0.52.1 (support GTK+3 and gstreamer 1.0), added P0 from Cooker and P1 to fix build, disabled opengl waveform renderer (breaks the build)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14753 |14cu|suikyo-2.1.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Disable debug because it should be empty but rpmlint rejects build
%define debug_package %{nil}

%define libname_orig %mklibname %{name}
%define libname %{libname_orig}0

%define devname suikyo-devel

Name:		suikyo
Summary:	Romaji-Kana conversion Library
Version:	2.1.0
Release:	13
Group:		System/Internationalization
License:	GPL
URL:		http://taiyaki.org/suikyo/
Source0:	%{name}-%{version}.tar.bz2
Requires:	ruby
BuildRequires:	ruby-devel

%package -n %{devname}
Summary:	Development files for %{name}
Requires:	%{name} = %{EVRD}

%description
Suikyo is Romaji-Kana conversion Library.

%description -n %{devname}
Development files for %{name}.

%prep
%setup -q

%build
[[ ! -x configure ]] && ./autogen.sh

%configure2_5x --with-rubydir=%{ruby_sitelibdir}
%make

%install
%makeinstall_std
rm -fr %{buildroot}%{_datadir}/doc

%files
%doc AUTHORS COPYING ChangeLog README
%{ruby_sitelibdir}/*
%{_datadir}/emacs/site-lisp/*
%{_datadir}/%{name}

%files -n %{devname}
%{_libdir}/pkgconfig/*

%changelog
* Sat Jan 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-13
+ Revision: 358b796
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14754 |14cu|suil-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define	api 0
%define	major 0
%define	libname %mklibname %{name} %{api} %{major}
%define	devname %mklibname %{name} %{api} -d

Summary:	Lightweight C library for loading and wrapping LV2 plugin UIs
Name:		suil
Version:	0.10.0
Release:	1
License:	MIT
Group:		System/Libraries
Url:		http://drobilla.net/software/%{name}/
Source0:	http://download.drobilla.net/%{name}-%{version}.tar.bz2
BuildRequires:	waf
BuildRequires:	qt4-devel >= 4.4.0
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(lv2)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(serd-0)
BuildRequires:	pkgconfig(sratom-0)

%description
Suil is a lightweight C library for loading and wrapping LV2 plugin UIs.

Suil makes it possible to load a UI of any toolkit in a host using any
other toolkit (assuming the toolkits are both supported by Suil).
Hosts do not need to build against or link to foreign toolkit libraries
to use UIs written with that toolkit (Suil performs its magic at
runtime using dynamically loaded modules). The API is designed such that
hosts do not need to explicitly support particular toolkits whatsoever.
If Suil supports a particular toolkit, then all hosts that use Suil will
support that toolkit.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Lightweight RDF syntax library
Group:		System/Libraries
Conflicts:	%{_lib}suil0 < 0.10.0
Obsoletes:	%{_lib}suil0 < 0.10.0

%description -n %{libname}
Suil is a lightweight C library for loading and wrapping LV2 plugin UIs.
It makes it possible to load a UI of any toolkit in a host using any other
toolkit (assuming the toolkits are both supported by Suil). Hosts do not need
to build against or link to foreign toolkit libraries to use UIs written with
that toolkit (the library performs its magic at runtime using dynamically
loaded modules). The API is designed such that hosts do not need to explicitly
support particular toolkits whatsoever. If Suil supports a particular toolkit,
then all hosts that use Suil will support that toolkit.

%files -n %{libname}
%doc COPYING README
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for the sord RDF storage library
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}suil-devel < 0.10.0
Obsoletes:	%{_lib}suil-devel < 0.10.0

%description -n %{devname}
Development files needed to build applications against suil.

%files -n %{devname}
%doc COPYING README
%{_libdir}/lib%{name}-%{api}.so
%dir %{_includedir}/%{name}-%{api}/%{name}
%{_includedir}/%{name}-%{api}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{_lib}%{name}-x11-in-gtk2
Summary:	Shared object for GTK2 hosts displaying X11 LV2 GUIs
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-x11-in-gtk2 = %{EVRD}

%description -n %{_lib}%{name}-x11-in-gtk2
Shared object for GTK2 hosts displaying X11 LV2 GUIs.

%files -n %{_lib}%{name}-x11-in-gtk2
%doc COPYING README
%{_libdir}/%{name}-%{api}/libsuil_x11_in_gtk2.so

#----------------------------------------------------------------------------

%package -n %{_lib}%{name}-x11-in-gtk3
Summary:	Shared object for GTK3 hosts displaying X11 LV2 GUIs
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-x11-in-gtk3 = %{EVRD}

%description -n %{_lib}%{name}-x11-in-gtk3
Shared object for GTK3 hosts displaying X11 LV2 GUIs.

%files -n %{_lib}%{name}-x11-in-gtk3
%{_libdir}/%{name}-%{api}/libsuil_x11.so
%{_libdir}/%{name}-%{api}/libsuil_x11_in_gtk3.so

#----------------------------------------------------------------------------

%package -n %{_lib}%{name}-x11-in-qt4
Summary:	Shared object for Qt4 hosts displaying X11 LV2 GUIs
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-x11-in-qt4 = %{EVRD}

%description -n %{_lib}%{name}-x11-in-qt4
Shared object for Qt4 hosts displaying X11 LV2 GUIs.

%files -n %{_lib}%{name}-x11-in-qt4
%doc COPYING README
%{_libdir}/%{name}-%{api}/libsuil_x11_in_qt4.so

#----------------------------------------------------------------------------

%package -n %{_lib}%{name}-x11-in-qt5
Summary:	Shared object for Qt5 hosts displaying X11 LV2 GUIs
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-x11-in-qt5 = %{EVRD}

%description -n %{_lib}%{name}-x11-in-qt5
Shared object for Qt5 hosts displaying X11 LV2 GUIs.

%files -n %{_lib}%{name}-x11-in-qt5
%doc COPYING README
%{_libdir}/%{name}-%{api}/libsuil_x11_in_qt5.so

#----------------------------------------------------------------------------

%package -n %{_lib}%{name}-qt4-in-gtk2
Summary:	Shared object for GTK2 hosts displaying Qt4 LV2 GUIs
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-qt4-in-gtk2 = %{EVRD}

%description -n %{_lib}%{name}-qt4-in-gtk2
Shared object for GTK2 hosts displaying Qt4 LV2 GUIs.

%files -n %{_lib}%{name}-qt4-in-gtk2
%doc COPYING README
%{_libdir}/%{name}-%{api}/lib%{name}_qt4_in_gtk2.so

#----------------------------------------------------------------------------

%package -n %{_lib}%{name}-qt5-in-gtk2
Summary:	Shared object for GTK2 hosts displaying Qt5 LV2 GUIs
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-qt5-in-gtk2 = %{EVRD}

%description -n %{_lib}%{name}-qt5-in-gtk2
Shared object for GTK2 hosts displaying Qt5 LV2 GUIs.

%files -n %{_lib}%{name}-qt5-in-gtk2
%{_libdir}/%{name}-%{api}/lib%{name}_qt5_in_gtk2.so

#----------------------------------------------------------------------------

%package -n %{_lib}%{name}-gtk2-in-qt4
Summary:	Shared object for Qt4 hosts displaying GTK2 LV2 GUIs
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-gtk2-in-qt4 = %{EVRD}

%description -n %{_lib}%{name}-gtk2-in-qt4
Shared object for Qt4 hosts displaying GTK2 LV2 GUIs.

%files -n %{_lib}%{name}-gtk2-in-qt4
%doc COPYING README
%{_libdir}/%{name}-%{api}/lib%{name}_gtk2_in_qt4.so

#----------------------------------------------------------------------------

%package -n %{_lib}%{name}-gtk2-in-qt5
Summary:	Shared object for Qt5 hosts displaying GTK2 LV2 GUIs
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-gtk2-in-qt5 = %{EVRD}

%description -n %{_lib}%{name}-gtk2-in-qt5
Shared object for Qt5 hosts displaying GTK2 LV2 GUIs.

%files -n %{_lib}%{name}-gtk2-in-qt5
%doc COPYING README
%{_libdir}/%{name}-%{api}/lib%{name}_gtk2_in_qt5.so

#----------------------------------------------------------------------------

%prep
%setup -q


%build
export CXXFLAGS="%{optflags} -std=gnu++11"
./waf configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir}
./waf


%install
./waf install --destdir=%{buildroot}

%changelog

* Fri Dec 22 2017 emuse <goemusic@yahoo.fr> 0.10.0-1
- (85577f5) Added missing Gtk-3 BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14755 |14cu|sunflow-0.07.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sunflow
Version:	0.07.3
Release:	5
Summary:	Sunflow Rendering System
License:	MIT
Group:		Development/Java
URL:		http://sunflow.sourceforge.net/
# svn co https://sunflow.svn.sourceforge.net/svnroot/sunflow/trunk sunflow
# tar czf sunflow-0.07.3-src-svn.tar.gz sunflow
Source0:	sunflow-0.07.3-src-svn.tar.gz
Patch0:		sunflow-0.07.3g-patch
Patch1:		sunflow-0.07.3-noclasspathinmanifest.patch
BuildArch:	noarch
BuildRequires:	ant
BuildRequires:	janino
BuildRequires:	java-devel
BuildRequires:	jpackage-utils
BuildRequires:	java-rpmbuild
BuildRequires:	junit

Requires:	jpackage-utils


%description
Sunflow is an open source rendering system for photo-realistic image synthesis.
It is written in Java and built around a flexible ray tracing core and
an extensible object-oriented design.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description javadoc
Sunflow Rendering System.

This package contains javadoc for %{name}.

%prep
%setup -q -n %{name}

for j in $(find . -name "*.jar"); do
  mv $j $j.no
done

%patch0 -p1
%patch1 -p0

ln -sf $(build-classpath janino/janino) janino.jar

find examples -name ".svn" -type d -depth -exec rm -rf {} \;


%build
%ant

%install
# .jar-repertory
mkdir -p %{buildroot}%{_javadir}
install -m 644 release/sunflow.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar

(
  cd %{buildroot}%{_javadir}
  for jar in *-%{version}.jar; do
    ln -sf ${jar} ${jar/-%{version}/}
  done
)

# javadoc-repertory
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr release/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s sunflow-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%doc CHANGELOG LICENSE README* examples
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}



%changelog

* Thu Nov 19 2015 Denis Silakov <dsilakov@gmail.com> 0.07.3-5
- (a3f2143) Added java-rpmbuild BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14756 |14cu|superiotool-0.20111206-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svnversion 20111206

Summary:	Detect which Super I/O you have on your mainboard
Name:		superiotool
Version:	0.%{svnversion}
Release:	3
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.coreboot.org/Superiotool
Source0:	%{name}-%{svnversion}.tar.bz2
BuildRequires:	pkgconfig(libpci)
Patch0:		makefiles_normal_dir.patch

%description
Superiotool is a GPL'd user-space helper tool for LinuxBIOS development
purposes (but may also be useful for other things).

It allows you to detect which Super I/O you have on your mainboard,
and it can provide detailed information about the register contents
of the Super I/O.

%files
%{_sbindir}/superiotool
%{_mandir}/man8/superiotool*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p1

%build
%setup_compile_flags
%make

%install
%makeinstall_std



%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20111206-3
- (404caa2) Build with system optflags to fix debug package
- (404caa2) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14757 |14cu|superlu-4.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname superlu %{major}
%define devname %mklibname superlu -d

%define oname SuperLU
%define Werror_cflags %{nil}

Summary:	Matrix solver
Name:		superlu
Version:	4.3
Release:	8
License:	BSD
Group:		Development/C
Url:		http://crd.lbl.gov/~xiaoye/SuperLU/
Source0:	http://crd.lbl.gov/~xiaoye/SuperLU/%{name}_%{version}.tar.gz
BuildRequires:	gcc-gfortran
BuildRequires:	tcsh
BuildRequires:	pkgconfig(blas)
# Build with -fPIC
Patch0:		SuperLU-add-fpic.patch
# Build shared library
Patch1:		SuperLU-build-shared-lib3.patch

%description
SuperLU is an algorithm that uses group theory to optimize LU
decomposition of sparse matrices. It's the fastest direct solver for
linear systems that the author is aware of.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for SuperLU
Group:		System/Libraries

%description -n %{libname}
SuperLU is an algorithm that uses group theory to optimize LU
decomposition of sparse matrices. It's the fastest direct solver for
linear systems that the author is aware of.

%files -n %{libname}
%{_libdir}/libsuperlu.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries for SuperLU development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Header files and libraries for SuperLU development.

%files -n %{devname}
%doc README
%doc DOC
%{_includedir}/%{name}/
%{_libdir}/libsuperlu.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}_%{version}
%patch0 -p1
%patch1 -p1
chmod a-x SRC/qselect.c
cp -p MAKE_INC/make.linux make.inc
sed -i "s|-O3|%{optflags}|" make.inc
sed -i "s|\$(SUPERLULIB) ||" make.inc
sed -i "s|\$(HOME)/Codes/%{name}_%{version}|%{_builddir}/%{name}_%{version}|" make.inc
sed -i "s|-L/usr/lib -lblas|-L%{_libdir}/atlas -lblas|" make.inc

find . -perm 0600 -exec chmod 0644 {} \;

%build
%make superlulib BLASLIB="$(pkg-config --libs blas)"

%install
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_includedir}/%{name}
install -p SRC/libsuperlu.so.%{major} %{buildroot}%{_libdir}
install -p SRC/*.h %{buildroot}%{_includedir}/%{name}
chmod -x %{buildroot}%{_includedir}/%{name}/*.h
cp -Pp SRC/libsuperlu.so %{buildroot}%{_libdir}


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.3-8
- (0ca87b3) Fix library major
- (0ca87b3) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14758 |14cu|supertux-0.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Classic 2D jump n run sidescroller with Tux
Name:		supertux
Version:	0.5.1
Release:	1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://supertux.github.io/
Source0:	https://github.com/SuperTux/supertux/releases/download/v%{version}/SuperTux-v%{version}-Source.tar.gz
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	physfs-devel
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_image)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	pkgconfig(zlib)

%description
SuperTux is a classic 2D jump 'n run sidescroller game in
a similar style like the original SuperMario games.

%files
%doc LICENSE.txt NEWS.md README.md
%{_gamesbindir}/%{name}2
%{_gamesdatadir}/%{name}2
%{_datadir}/appdata/supertux2.appdata.xml
%{_datadir}/applications/%{name}2.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}.xpm
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}*.png
%{_miconsdir}/%{name}*.png

#----------------------------------------------------------------------------

%prep
%setup -qn SuperTux-v%{version}-Source

%build
%cmake \
	-DBUILD_SHARED_LIBS:BOOL=OFF \
	-DENABLE_BOOST_STATIC_LIBS=OFF

%make

%install
%makeinstall_std -C build

rm -fr %{buildroot}%{_gamesdatadir}/doc/%{name}2-%{version}
rm -fr %{buildroot}%{_docdir}/supertux2

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14759 |14cu|supertuxkart-0.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Kart racing game
Name:		supertuxkart
Version:	0.9.2
Release:	1
License:	GPLv2+
Group:		Games/Arcade
Url:		https://supertuxkart.net
Source0:	https://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/%{version}/%{name}-%{version}-src.tar.xz
Patch0:		supertuxkart-0.9.2-static.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(freealut)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libenet)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(zlib)

%description
SuperTuxKart is an improved version of TuxKart, a kart racing game
featuring Tux and friends. SuperTuxKart contains new characters, new
tracks and a reworked user interface.

%files
%doc AUTHORS CHANGELOG.md README.md TODO.md
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/appdata/supertuxkart.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}_*.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake \
	-DBUILD_SHARED_LIBS:BOOL=OFF \
	-DSTK_INSTALL_BINARY_DIR=%{_gamesbindir} \
	-DSTK_INSTALL_DATA_DIR=%{_gamesdatadir}/%{name}
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64,128x128}/apps
convert -scale 16x16 data/%{name}_32.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert data/%{name}_32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 48x48 data/%{name}_128.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 64x64 data/%{name}_128.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
convert data/%{name}_128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14760 |14cu|svg2pdf-0-1.20100407.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git_clone_date 20100407

Summary:	Simple SVG to PDF converter
Name:		svg2pdf
Version:	0
Release:	1.%{git_clone_date}.2
License:	MIT
Group:		Development/X11
Url:		http://cgit.freedesktop.org/~cworth/svg2pdf/
Source0:	svg2pdf.c
Source1:	Makefile
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(librsvg-2.0)

%description
svg2pdf is a very simple tool to convert SVG files to PDF using cairo.

%files
%{_bindir}/svg2pdf

#----------------------------------------------------------------------------

%prep
%setup -q -c -T
cp %{SOURCE0} .
cp %{SOURCE1} .

%build
%setup_compile_flags
%make

%install
mkdir -p %{buildroot}/%{_bindir}
install svg2pdf %{buildroot}/%{_bindir}/svg2pdf


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0-1.20100407.2
- (d053a64) Build with system optflags to fix debug package
- (d053a64) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14761 |14cu|SVGCleaner-0.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define git	20120506
Name:		SVGCleaner
Summary:	Tool to clean up SVG files
Version:	0.6.2
Release:	1
License:	GPLv2+
Group:		Graphics
URL:		https://github.com/RazrFalcon/%{name}
Source0:	https://github.com/RazrFalcon/%{name}/archive/%{name}-%{version}.tar.gz
Patch0:		%{name}-0.6.2-fix-translations-build.patch
BuildRequires:	qt4-devel >= 4.6
BuildRequires:	coreutils
BuildRequires:	desktop-file-utils
Requires:	p7zip

%description
Generally, SVG files produced by vector editors contain a lot of unused
elements and attributes that just blow up their size without providing better
visible quality.
SVG Cleaner could help you to clean up your SVG files from unnecessary data.
It has a lot of options for cleanup and optimization, works in batch mode,
provides threaded processing on the multicore processors and basically does
two things:
  - removing elements and attributes that don't contribute to the final
    rendering;
  - making those elements and attributes in use more compact.
Images cleaned by SVG Cleaner are typically 10-60 percent smaller than the
original ones.

Important! The internal image viewer in SVG Cleaner uses the QtSvg module for
rendering SVG images. Qt supports only the static features of SVG 1.2 Tiny,
and that imposes a number of restrictions on rendering of advanced features.
For instance, elements such as clipPath, mask, filters etc. will not be
rendered at all.

%files
%doc README
%{_bindir}/svgcleaner-*
%{_datadir}/applications/svgcleaner.desktop
%{_iconsdir}/hicolor/scalable/apps/svgcleaner.svg
%{_datadir}/svgcleaner/translations/*.qm

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
%patch0 -p1
find . -type f -exec chmod -x {} \;


%build
%qmake_qt4
%make


%install
%makeinstall_std INSTALL_ROOT=%{buildroot}

# The source makefile installs the binaries and the .qm files in a "bin"
# directory in %%{_sourcedir}; move them in the right places
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/svgcleaner/translations/
install -m 755 bin/svgcleaner-* %{buildroot}%{_bindir}
install -m 644 bin/svgcleaner_* %{buildroot}%{_datadir}/svgcleaner/translations/

# Fix the .desktop file: it uses the program version for the Version key
desktop-file-edit --set-key=Version --set-value=1.0 %{buildroot}%{_datadir}/applications/svgcleaner.desktop
%changelog
* Tue Feb 24 2015 Giovanni Mariani <mc2374@mclink.it> 0.6.2-1
+ Revision: 67571a4
- Updated to release 0.6.2; fixed binaries and translations install; fixed .desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14762 |14cu|svnauthcheck-1.0.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		svnauthcheck
Version:	1.0.15
Release:	1
Summary:	Tool to check the syntax of subversion acl file
License:	GPLv2+
Group:		Development/Other
Url:		https://svn.id.ethz.ch/docs/svnauthcheck.html
Source:		https://svn.id.ethz.ch/files/%{name}-%{version}.tar.bz2
BuildRequires:	flex
BuildRequires:	bison

%description
svnauthcheck is a tool to check the syntax of Subversion access control files.
It was developed to be able to delegate to certain repository users the ability
to manage the access control to the repository itself.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%{_bindir}/*
%{_mandir}/man1/*


%changelog

* Thu Apr 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.15-1
- (486091e) Updated to 1.0.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14763 |14cu|svnmailer-1.0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           svnmailer
Version:        1.0.9
Release:        1
Summary:        Tool to send subversion commit notifications 
Group:          Development/Other
License:        ASL 2.0
URL:            http://opensource.perlig.de/svnmailer/
Source0:        http://storage.perlig.de/svnmailer/%{name}-%{version}.tar.bz2
BuildRequires:  python-devel
Requires:       python-svn  
BuildArch:      noarch

%description
The svnmailer is a tool that is usually called by a subversion hook to submit 
commit notifications in various ways (at the moment: mail via SMTP or a pipe 
to a sendmail like program, news via NNTP, or CIA live tracker notification 
via XML-RPC). It is derived from the original mailer.py distributed with 
subversion, but should be much more consistent, more extensible, and have 
many more features.

%package doc
Summary:	Developer and API documentation for svnmailer
Group:		Development/Tools

%description doc
This package contains developer information and API documentation for the
svnmailer tool.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot} --install-data %{_datadir}

# See if there's any egg-info
if [ -f %{buildroot}%{py_puresitedir}/svnmailer*.egg-info ]; then
	echo %{buildroot}%{py_puresitedir}/svnmailer*.egg-info |
		sed -e 's|^%{buildroot}||'
fi > egg-info

%files -f egg-info
%doc README CHANGES CREDITS LICENSE NOTICE
%{_bindir}/svn-mailer
%{_mandir}/man1/svn-mailer.1*
%{py_puresitedir}/svnmailer

%files doc
%doc docs/*
%changelog

* Sun Jul 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9-1
- (4d100d3) Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14764 |14cu|svrcore-4.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define nspr_version 4.12
%define nss_version 3.11

%define major	  0
%define libname   %mklibname %{name} %{major}
%define devname   %mklibname %{name} -d

Summary:          Secure PIN handling using NSS crypto
Name:             svrcore
Version:          4.1.2
Release:          1
License:          MPLv1.1 or GPLv2+ or LGPLv2+
URL:              http://www.mozilla.org/projects/security/pki/
Group:            Security
Requires:         nspr >= %{nspr_version}
Requires:         nss >= %{nss_version}
BuildRequires:    nspr-devel >= %{nspr_version}
BuildRequires:    nss-devel >= %{nss_version}
BuildRequires:    pkgconfig

Source0:          ftp://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/%{version}/src/%{name}-%{version}.tar.bz2

%description
svrcore provides applications with several ways to handle secure PIN storage
e.g. in an application that must be restarted, but needs the PIN to unlock
the private key and other crypto material, without user intervention.  svrcore
uses the facilities provided by NSS.

%package -n %{libname}
Summary:	Secure PIN handling using NSS crypto
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{name} < 4.0.4-5

%description -n %{libname}
svrcore provides applications with several ways to handle secure PIN storage
e.g. in an application that must be restarted, but needs the PIN to unlock
the private key and other crypto material, without user intervention.  svrcore
uses the facilities provided by NSS.

%package -n %{devname}
Summary: 	Development files for secure PIN handling using NSS crypto
Group: 		Development/C
Requires: 	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{name}-devel < 4.0.4-5

%description -n %{devname}
svrcore provides applications with several ways to handle secure PIN storage
e.g. in an application that must be restarted, but needs the PIN to unlock
the private key and other crypto material, without user intervention.  svrcore
uses the facilities provided by NSS.

This package contains header files and symlinks to develop programs which will
use the libsvrcore library.  You should install this package if you need to
develop programs which will use the svrcore library.

%prep
%setup -q

%build
autoreconf -vfi
%configure2_5x
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/libsvrcore.{a,la}

%files -n %{libname}
%doc LICENSE README NEWS
%{_libdir}/libsvrcore.so.%{major}
%{_libdir}/libsvrcore.so.%{major}.*

%files -n %{devname}
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/libsvrcore.so
%{_includedir}/svrcore.h



%changelog

* Tue Jul 19 2016 Denis Silakov <dsilakov@gmail.com> 4.1.2-1
- (ba30f17) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14765 |14cu|swatch-3.2.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A utility for monitoring system logs files

Name:		swatch
Version:	3.2.3
Release:	7
License:	GPLv2
Group:		Monitoring
Source0:	%{name}-%{version}.tar.gz
URL:		http://swatch.sourceforge.net/
Source1:	swatchrc.bz2
Source2:	README-mandrake.bz2
BuildRequires:	perl-devel perl-File-Tail perl-Date-Calc perl-Time-HiRes perl-TimeDate
Requires:	perl perl-File-Tail perl-Date-Calc perl-Time-HiRes perl-TimeDate
BuildArch:	noarch

%description
The Swatch utility monitors system log files, filters out unwanted data
and takes specified actions (i.e., sending email, executing a script,
etc.) based upon what it finds in the log files.

Install the swatch package if you need a program that will monitor log
files and alert you in certain situations.

%prep
%setup -q
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor

%make

%check
make test

%install
eval `perl '-V:installarchlib'`
mkdir -p %{buildroot}/$installarchlib
perl -pi -e "s|^(INSTALLMAN1DIR\s=\s/usr/share/man/man1)|INSTALLMAN1DIR = \\$\(PREFIX\)/share/man/man1|" $RPM_BUILD_DIR/%{name}-%{version}/Makefile
%makeinstall_std
install tools/swatch_oldrc2newrc -D %{buildroot}%{_bindir}/swatch_oldrc2newrc

mkdir -p %{buildroot}%{_sysconfdir}
bzcat %{SOURCE1} >> %{buildroot}%{_sysconfdir}/swatchrc

bzcat %{SOURCE2} >> $RPM_BUILD_DIR/%{name}-%{version}/README-Mandrake

rm -rf %{buildroot}%{perl_vendorlib}/auto

%clean

%files
%doc CHANGES INSTALL COPYRIGHT KNOWN_BUGS README* examples tools
%{_bindir}/swatch
%{_bindir}/swatch_oldrc2newrc
%{_mandir}/man?/*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/swatchrc
%dir %{perl_vendorlib}/Swatch
%{perl_vendorlib}/Swatch/*



%changelog
* Sat Dec 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.3-7
+ Revision: f42209e
- Rebuild to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14766 |14cu|SweetHome3D-5.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname SweetHome3D
%define pkgmod 3DModels
%define pkgtextu Textures
%define modelver 1.6.3
%define textuver 1.2
%define texturesver 1.5
%define furniturever 1.21

Summary:	A free interior design application, with a 3D preview
Name:		SweetHome3D
Version:	5.5
Release:	1
License:	GPLv2
Group:		Graphics
Url:		http://www.sweethome3d.com/
Source0:	http://sourceforge.net/projects/%{name}/files/SweetHome3D-source/SweetHome3D-%{version}-src/%{pkgname}-%{version}-src.zip
Source1:	http://sourceforge.net/projects/%{name}/files/SweetHome3D-models/3DModels-%{modelver}/%{pkgmod}-Contributions-%{modelver}.zip
Source2:	http://sourceforge.net/projects/%{name}/files/SweetHome3D-models/3DModels-%{modelver}/%{pkgmod}-KatorLegaz-%{modelver}.zip
Source3:	http://sourceforge.net/projects/%{name}/files/SweetHome3D-models/3DModels-%{modelver}/%{pkgmod}-LucaPresidente-%{modelver}.zip
Source4:	http://sourceforge.net/projects/%{name}/files/SweetHome3D-models/3DModels-%{modelver}/%{pkgmod}-Reallusion-%{modelver}.zip
Source5:	http://sourceforge.net/projects/%{name}/files/SweetHome3D-models/3DModels-%{modelver}/%{pkgmod}-Scopia-%{modelver}.zip
Source6:	http://sourceforge.net/projects/%{name}/files/SweetHome3D-models/3DModels-%{modelver}/%{pkgmod}-Trees-%{modelver}.zip
Source7:	http://sourceforge.net/projects/%{name}/files/SweetHome3D-models/3DModels-%{modelver}/%{pkgmod}-BlendSwap-CC-BY-%{modelver}.zip
Source8:	http://sourceforge.net/projects/%{name}/files/SweetHome3D-models/3DModels-%{modelver}/%{pkgmod}-BlendSwap-CC-0-%{modelver}.zip
Source9:	sweethome3d_128x128.png
Source10:	sweethome3d-4.6-script
Source11:	http://sourceforge.net/projects/%{name}/files/TexturesLibraryEditor-source/TexturesLibraryEditor-%{texturesver}-src.zip
Source12:	http://sourceforge.net/projects/%{name}/files/FurnitureLibraryEditor-source/FurnitureLibraryEditor-%{furniturever}-src.zip
Source13:	http://sourceforge.net/projects/%{name}/files/SweetHome3D-textures/Textures-%{textuver}/%{pkgtextu}-Contributions-%{textuver}.zip
Source14:	http://sourceforge.net/projects/%{name}/files/SweetHome3D-textures/Textures-%{textuver}/%{pkgtextu}-eTeksScopia-%{textuver}.zip
Source15:	SweetHome3D.rpmlintrc
Patch0:		sweethome3d-5.1-nomacosx.patch
Patch1:		sweethome3d-5.1-build_xml.patch
Patch2:		sweethome3d-5.4-javadoc.patch
Patch3:		sweethome3d-5.1-disable_checkForUpdates.patch

BuildArch:	noarch

BuildRequires:	ant
BuildRequires:	batik
BuildRequires:	desktop-file-utils
BuildRequires:	dos2unix
BuildRequires:	gnu-regexp
BuildRequires:	icedtea-web
BuildRequires:	imagemagick
BuildRequires:	itext
BuildRequires:	java-devel >= 1.7.0
BuildRequires:	java-javadoc
BuildRequires:	java-rpmbuild
BuildRequires:	java3d
BuildRequires:	java3d-javadoc
BuildRequires:	jdepend
BuildRequires:	jdom
BuildRequires:	jiprof
BuildRequires:	junit
BuildRequires:	jpackage-utils
BuildRequires:	sunflow
BuildRequires:	vecmath
BuildRequires:	xerces-j2
BuildRequires:	xml-commons-apis

Requires:	batik
Requires:	icedtea-web
Requires:	itext
Requires:	java-headless
Requires:	java3d
Requires:	jpackage-utils
Requires:	sunflow
Requires:	vecmath

Suggests:	%{name}-3dmodels
Suggests:	%{name}-textures

%description
Sweet Home 3D is a free interior design application that helps you place your
furniture on a house 2D plan, with a 3D preview.
Available at http://www.sweethome3d.eu/, this program is aimed at people who
want to design their interior quickly, whether they are moving or they just
want to redesign their existing home. Numerous visual guides help you draw the
plan of your home and layout furniture. You may draw the walls of your rooms
upon the image of an existing plan, and then, drag and drop furniture onto the
plan from a catalog organized by categories. Each change in the 2D plan is
simultaneously updated in the 3D view, to show you a realistic rendering of
your layout.

%files
%doc COPYING* LICENSE.TXT README.TXT
%{_bindir}/%{name}
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/Furniture.jar
%{_javadir}/%{name}/Help.jar
%{_javadir}/%{name}/%{pkgname}-%{version}.jar
%{_javadir}/%{name}/%{pkgname}.jar
%{_javadir}/%{name}/Textures.jar
# FIXME for package jar that does not exist
%{_javadir}/%{name}/jmf.jar
%{_javadir}/%{name}/freehep-vectorgraphics-svg-2.1.1b.jar
%{_javadir}/%{name}/jnlp.jar
#
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/*.jpg
%{_iconsdir}/*.gif
%{_iconsdir}/hicolor/*x*/apps/%{name}.png

#-----------------------------------------------------------------------------

%package 3dmodels
Summary:	Some extra 3DModels for %{pkgname}
Group:		Graphics
BuildArch:	noarch
Requires:	%{name} = %{EVRD}

%description 3dmodels
Some extra 3DModels for %{pkgname}.

This package contains:
* 3DModels Contributions %{modelver}
* 3DModels KatorLegaz %{modelver}
* 3DModels Scopia %{modelver}
* 3DModels Trees %{modelver}
* 3DModels LucaPresidente %{modelver}
* 3DModels Reallusion-%{modelver}
* 3DModels BlendSwap-CC-BY-%{modelver}
* 3DModels BlendSwap-CC-0-%{modelver}

%files 3dmodels
%doc 3DModels-Contributions/*.txt 3DModels-KatorLegaz/*.txt 3DModels-Scopia/*.txt 3DModels-Trees/*.txt 3DModels-LucaPresidente/*.txt 3DModels-Reallusion/*.txt 3DModels-BlendSwap-CC-BY/*.txt 3DModels-BlendSwap-CC-0/*.txt
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/%{pkgmod}
%{_datadir}/%{name}/%{pkgmod}/*.sh3f

#-----------------------------------------------------------------------------

%package textures
Summary:	Some extra Textures for %{pkgname}
Group:		Graphics
BuildArch:	noarch
Requires:	%{name} = %{EVRD}

%description textures
(New) Some extra Textures for %{pkgname}.

This package contains:
* Textures Contributions %{textuver}
* Textures eTeksScopia %{textuver}

%files textures
%doc Textures-Contributions/*.txt Textures-eTeksScopia/*.txt
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/%{pkgtextu}
%{_datadir}/%{name}/%{pkgtextu}/*.sh3t

#-----------------------------------------------------------------------------

%package javadoc
Summary:	Javadoc for %{pkgname}
Group:		Documentation
BuildArch:	noarch

%description javadoc
Sweet Home 3D - An application for placing your furniture on a house 2D plan,
with a 3D preview

This package contains javadoc for %{pkgname}.

%files javadoc
%dir %{_javadocdir}/%{name}
%{_javadocdir}/%{name}/*

#-----------------------------------------------------------------------------

%prep
%setup -q -n %{pkgname}-%{version}-src
%apply_patches

for j in $(find . -name "*.jar"); do
	mv $j $j.no
done

rm -rf lib/windows
rm -rf lib/macosx
rm -rf lib/linux

pushd lib
	ln -sf $(build-classpath batik-all) batik-svgpathparser-1.7.jar
	ln -sf $(build-classpath itext) iText-2.1.7.jar
	ln -sf $(build-classpath java3d/j3dcore) j3dcore.jar
	ln -sf $(build-classpath java3d/j3dutils) j3dutils.jar
	ln -sf $(build-classpath sunflow) sunflow-0.07.3i.jar
	ln -sf $(build-classpath vecmath) vecmath.jar
# FIXME for package jar that does not exist on Mageia
	mv jmf.jar.no jmf.jar
	mv freehep-vectorgraphics-svg-2.1.1b.jar.no freehep-vectorgraphics-svg-2.1.1b.jar
popd

# Abbot is not built yet
pushd libtest
	ln -sf $(build-classpath gnu-regexp) gnu-regexp-1.1.0.jar
	ln -sf $(build-classpath jdepend) jdepend-2.9.jar
	ln -sf $(build-classpath jdom) jdom-1.0.jar
	ln -sf /usr/share/icedtea-web/netx.jar jnlp.jar
	ln -sf $(build-classpath jiprof/profile) profile.jar
popd

for c in $(find lib -name "*.class"); do
	rm -f $c
done

dos2unix  *.TXT
chmod 644 *.TXT

# for extra 3DModels
mkdir -p 3DModels-Contributions
pushd 3DModels-Contributions
	unzip -q %{SOURCE1}
	mv README.TXT README-3DModels-Contributions.txt
	mv LICENSE.TXT LICENSE-3DModels-Contributions.txt
	sed -i 's/\r$//' *.txt
popd
mkdir -p 3DModels-KatorLegaz
pushd 3DModels-KatorLegaz
	unzip -q %{SOURCE2}
	mv README.TXT README-3DModels-KatorLegaz.txt
	mv LICENSE.TXT LICENSE-3DModels-KatorLegaz.txt
	sed -i 's/\r$//' *.txt
popd
mkdir -p 3DModels-LucaPresidente
pushd 3DModels-LucaPresidente
	unzip -q %{SOURCE3}
	mv README.TXT README-3DModels-LucaPresidente.txt
	mv LICENSE.TXT LICENSE-3DModels-LucaPresidente.txt
	sed -i 's/\r$//' *.txt
popd
mkdir -p 3DModels-Reallusion
pushd 3DModels-Reallusion
	unzip -q %{SOURCE4}
	mv README.TXT README-3DModels-Reallusion.txt
	mv LICENSE.TXT LICENSE-3DModels-Reallusion.txt
	sed -i 's/\r$//' *.txt
popd
mkdir -p 3DModels-Scopia
pushd 3DModels-Scopia
	unzip -q %{SOURCE5}
	mv README.TXT README-3DModels-Scopia.txt
	mv LICENSE.TXT LICENSE-3DModels-Scopia.txt
	sed -i 's/\r$//' *.txt
popd
mkdir -p 3DModels-Trees
pushd 3DModels-Trees
	unzip -q %{SOURCE6}
	mv README.TXT README-3DModels-Trees.txt
	mv LICENSE.TXT LICENSE-3DModels-Trees.txt
	sed -i 's/\r$//' *.txt
popd
mkdir -p 3DModels-BlendSwap-CC-BY
pushd 3DModels-BlendSwap-CC-BY
	unzip -q %{SOURCE7}
	mv README.TXT README-3DModels-BlendSwap-CC-BY.txt
	mv LICENSE.TXT LICENSE-3DModels-BlendSwap-CC-BY.txt
	sed -i 's/\r$//' *.txt
popd
mkdir -p 3DModels-BlendSwap-CC-0
pushd 3DModels-BlendSwap-CC-0
	unzip -q %{SOURCE8}
	mv README.TXT README-3DModels-BlendSwap-CC-0.txt
	mv LICENSE.TXT LICENSE-3DModels-BlendSwap-CC-0.txt
	sed -i 's/\r$//' *.txt
popd
# for extra Textures
mkdir -p Textures-Contributions
pushd Textures-Contributions
	unzip -q %{SOURCE13}
	mv README.TXT README-Textures-Contributions.txt
	mv LICENSE.TXT LICENSE-Textures-Contributions.txt
	sed -i 's/\r$//' *.txt
popd
mkdir -p Textures-eTeksScopia
pushd Textures-eTeksScopia
	unzip -q %{SOURCE14}
	mv README.TXT README-Textures-eTeksScopia.txt
	mv LICENSE.TXT LICENSE-Textures-eTeksScopia.txt
	sed -i 's/\r$//' *.txt
popd

%build
%ant application furniture textures help javadoc

%install
# .jar-repertory
mkdir -p %{buildroot}%{_javadir}/%{name}
install -pm 644 build/SweetHome3D.jar \
	%{buildroot}%{_javadir}/%{name}/%{pkgname}-%{version}.jar

(
	cd %{buildroot}%{_javadir}/%{name}
	for jar in *-%{version}*; do
		ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`
	done
)

for i in Furniture Textures Help; do
	install -pm 644 build/$i.jar %{buildroot}%{_javadir}/%{name}
done

rm -rf lib/iText-2.1.7.jar
rm -rf lib/j3dcore.jar
rm -rf lib/j3dutils.jar
rm -rf lib/sunflow-0.07.3i.jar
rm -rf lib/vecmath.jar
rm -rf lib/Loader3DS1_2u.jar

# FIXME for package jar that does not exist on Mageia
install -pm 644 lib/jmf.jar %{buildroot}%{_javadir}/%{name}
install -pm 644 lib/freehep-vectorgraphics-svg-2.1.1b.jar %{buildroot}%{_javadir}/%{name}
# FIXME for display the sweethome3d splash screen
install -pm 644 libtest/jnlp.jar.no %{buildroot}%{_javadir}/%{name}/jnlp.jar

# 3Dmodels-repertory
mkdir -p %{buildroot}%{_datadir}/%{name}/%{pkgmod}
for i in Contributions KatorLegaz LucaPresidente Reallusion Scopia Trees BlendSwap-CC-BY BlendSwap-CC-0; do
	install -m 644 3DModels-$i/*.sh3f %{buildroot}%{_datadir}/%{name}/%{pkgmod}
done

# Textures-repertory
mkdir -p %{buildroot}%{_datadir}/%{name}/%{pkgtextu}
for i in Contributions eTeksScopia; do
	install -m 644 Textures-$i/*.sh3t %{buildroot}%{_datadir}/%{name}/%{pkgtextu}
done

# javadoc-repertory
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}

# binary-repertory
mkdir -p %{buildroot}%{_bindir}
install -m 755 %{SOURCE10} %{buildroot}%{_bindir}/%{name}

# icons-repertory
mkdir -p %{buildroot}%{_datadir}/pixmaps %{buildroot}%{_iconsdir} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/
cp -pr %{SOURCE9} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
cp -pr %{SOURCE9} %{buildroot}%{_datadir}/pixmaps/%{name}.png
cp -pr deploy/%{pkgname}*.jpg %{buildroot}%{_iconsdir}
cp -pr deploy/%{pkgname}*.gif %{buildroot}%{_iconsdir}

for png in 64x64 32x32 22x22 16x16; do
	mkdir -p %{buildroot}%{_iconsdir}/hicolor/${png}/apps/
	convert -geometry $png %{SOURCE9} %{buildroot}%{_iconsdir}/hicolor/${png}/apps/%{name}.png
done

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{name}.desktop <<EOF
[Desktop Entry]
Version=1.0
Name=Sweet Home 3D
Name[fr]=Sweet Home 3D
Name[ru]=Sweet Home 3D
GenericName=Sweet Home 3D
GenericName[fr]=Sweet Home 3D
GenericName[ru]=Проектирование домашнего интерьера в 3D
Comment=Design Application
Comment[fr]=Application de conception d'intérieur en 3D
Comment[ru]=Программа проектирования домашнего интерьера в 3D
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
StartupWMClass=com-eteks-sweethome3d-SweetHome3D
Categories=Graphics;2DGraphics;3DGraphics;
EOF

desktop-file-install \
	--mode=0644 \
	--dir=%{buildroot}%{_datadir}/applications %{name}.desktop

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14767 |14cu|swh-lv2-1.0.15-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SWH LV2 plugins converted from LADSPA
Name:		swh-lv2
Version:	1.0.15
Release:	5
License:	GPLv2+
Group:		Sound
Url:		http://plugin.org.uk/
Source0:	http://plugin.org.uk/lv2/%{name}-%{version}.tar.gz
BuildRequires:	libxslt-proc
BuildRequires:	ladspa-devel
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(lv2)
Requires:	lv2

%description
This is an early experimental port of my LADSPA plugins to the LV2
specification, c.f. http://lv2plug.in/ . It's still quite early days, but most
things should work as well or not as they did in LADSPA.

%files
%doc README
%{_libdir}/lv2/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
%make LDFLAGS="-lm"

%install
make install-system \
    PREFIX=%{buildroot} \
    INSTALL_DIR=%{buildroot}%{_libdir}/lv2
chmod 644 %{buildroot}%{_libdir}/lv2/*/*.ttl


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.15-5
- (4bd7967) Build with system optflags to fix debug package
- (4bd7967) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14768 |14cu|swh-plugins-0.4.15-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A set of audio plugins for LADSPA
Name:		swh-plugins
Version:	0.4.15
Release:	8
License:	GPL
Group:		Sound
Source:		http://plugin.org.uk/releases/%{version}/%{name}-%{version}.tar.gz
Patch:		swh-plugins-0.4.15-build.patch
BuildRequires:	ladspa-devel
BuildRequires:	fftw-devel
URL:		http://plugin.org.uk/

%description
A set of audio plugins for LADSPA (see http://plugin.org.uk/ for more
details).

%prep
%setup -q
%patch -p1 -b .build

%build
%configure2_5x
%make CFLAGS="%{optflags} -fPIC"

%install
%makeinstall_std
%if %_lib != lib
mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
%endif
%find_lang %{name}

%clean

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/ladspa/*.so
%dir %{_datadir}/ladspa/
%dir %{_datadir}/ladspa/rdf/
%{_datadir}/ladspa/rdf/*.rdf






%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.4.15-8
- (d7eb8d1) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14769 |14cu|swift-3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname swiften %{major}
%define devname %mklibname swiften -d

Summary:	XMPP client
Name:		swift
Version:	3.0
Release:	3
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		http://swift.im/
Source0:	http://swift.im/downloads/releases/%{name}-%{version}/%{name}-%{version}.tar.gz
Patch0:		swiften-libdirsuffix.patch
Patch1:		swift-3.0-boost161.patch
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtds
BuildRequires:	qt5-linguist-tools
BuildRequires:	scons
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-core)
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(zlib)
# Obsoletes:	jabbim < 0.5.1-7

%description
Swift is an easy to setup and use Jabber/XMPP instant messaging chat
application.

%files
%doc COPYING
%{_bindir}/swift-im
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/*/apps/%{name}.xpm

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Cross-platform XMPP client/server library
Group:		System/Libraries

%description -n %{libname}
Swiften is a robust, high-quality, standards-compliant, cross-platform,
and performant C++ library for implementing XMPP applications.

%files -n %{libname}
%{_libdir}/libSwiften.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Cross-platform XMPP client/server library (development files)
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	swiften-devel = %{EVRD}

%description -n %{devname}
Swiften is a robust, high-quality, standards-compliant, cross-platform,
and performant C++ library for implementing XMPP applications.

%files -n %{devname}
%{_bindir}/swiften-config
%{_includedir}/Swiften
%{_libdir}/libSwiften.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

# Remove 3rd party libraries.
find 3rdParty/Boost/src -delete

find 3rdParty/SCons -delete
find 3rdParty/Expat/src -delete
find 3rdParty/LibIDN -delete
find 3rdParty/SQLite -delete
find 3rdParty/Lua -delete
find 3rdParty/ZLib -delete

find 3rdParty/LCov -delete
find 3rdParty/OpenSSL -delete
find 3rdParty/Snarl -delete
find 3rdParty/LibMiniUPnPc -delete
find 3rdParty/LibNATPMP -delete
find 3rdParty/Breakpad/src -delete
# Swift fails to build with our docbook, but it's used only to generate
# documentation at compile time, so it's not problem.
#find 3rdParty/DocBook -delete 

# HippoMocks  is needed just for unit tests and it's only one header
# so we're not deleting it for now
#find 3rdParty/HippoMocks -delete
# CPPUnit is used only for unit tests, enabling it for now
#find 3rdParty/CppUnit/src -delete

# echo 'qt="/usr"' > config.py
# echo 'linkflags="-lpthread -lX11 -lQtDBus"' >> config.py
# ccflags have to be a list, not string
echo 'ccflags="%{optflags} -std=gnu++11 -fPIC".split(" ")' >> config.py

%build
export PATH=%{_qt5_bindir}:$PATH
export QTDIR=%{_qt5_prefix}
# rpmlint warns about buildroot here, but it's needed to put proper paths in the "swiften-config" binary.
%scons \
	V=1 \
	qt5=1 \
	Swift \
	Swiften \
	swiften_dll=1 \
	SWIFTEN_INSTALLDIR=%{buildroot}%{_prefix} \
	SWIFTEN_LIBDIR=%{buildroot}%{_libdir}

%install
export PATH=%{_qt5_bindir}:$PATH
export QTDIR=%{_qt5_prefix}
scons \
	V=1 \
	qt5=1 \
	Swift \
	Swiften \
	swiften_dll=1 \
	SWIFTEN_INSTALLDIR=%{buildroot}%{_prefix} \
	SWIFTEN_LIBDIR=%{buildroot}%{_libdir} \
	%{buildroot}%{_prefix}
install -p -D -m 755 Swift/QtUI/swift-im %{buildroot}%{_bindir}/swift-im

install -p -m 644 -D Swift/resources/logo/logo-icon-32.xpm \
    %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
install -p -m 644 -D Swift/resources/logo/logo-icon-128.png \
    %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
install -p -m 644 -D Swift/resources/logo/logo-icon-16.png \
    %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
install -p -m 644 -D Swift/resources/logo/logo-icon-22.png \
    %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
install -p -m 644 -D Swift/resources/logo/logo-icon-24.png \
    %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
install -p -m 644 -D Swift/resources/logo/logo-icon-32.xpm \
    %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.xpm
install -p -m 644 -D Swift/resources/logo/logo-icon-512.png \
    %{buildroot}%{_datadir}/icons/hicolor/512x512/apps/%{name}.png
install -p -m 644 -D Swift/resources/logo/logo-icon-64.png \
    %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png

# menu
desktop-file-install \
	--dir=%{buildroot}%{_datadir}/applications \
	Swift/resources/swift.desktop


%changelog

* Mon Jun 12 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0-3
- (a044390) Provide swiften-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14770 |14cu|swing-layout-1.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		swing-layout
Summary:	Natural layout for Swing panels
Version:	1.0.4
Release:	1
Group:		Development/Java
Source:		%{name}-%{version}-src.zip
URL:		https://swing-layout.dev.java.net/
License:	LGPLv2
BuildArch:	noarch
BuildRequires:	java-devel >= 1.6.0
BuildRequires:	ant
BuildRequires:  java-rpmbuild
Requires:       java >= 1.3

%description
Swing Layout Extensions goal is to make it easy to create professional
cross platform layouts with Swing. This project will consist of extensions
to Swing and possibly a new LayoutManager. The long term goal is to roll
these changes back into Swing proper.

%package javadoc
Summary:	Javadoc for %name
Group:		Development/Java
%description javadoc
Javadoc for %name

%prep
%setup -q

%build
%{ant}
cd dist
%{__mv} %{name}.jar %{name}-%{version}.jar
%{__ln_s} %{name}-%{version}.jar %{name}.jar


%install
%{__rm} -Rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_javadir} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/%{name}.jar dist/%{name}-%{version}.jar %{buildroot}%{_javadir}
cp -pr dist/javadoc/*  %{buildroot}%{_javadocdir}/%{name}-%{version}/

%files
%doc COPYING releaseNotes.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files javadoc
%{_javadocdir}/%{name}-%{version}
%changelog

* Mon Jul 06 2015 dsilakov <denis.silakov@rosalab.ru> 1.0.4-1
- (a9045c3) Merge pull request #1 from alozhkov/swing-layout:rosa2014.1
- (a9045c3) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14771 |14cu|sword-1.7.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_name_orig	libsword
%define lib_major	4
%define lib_name	%mklibname %{name} %{version}
%define develname	%mklibname -d %{name}
%define staticname	%mklibname -d -s %{name}

Summary:	The SWORD Project framework for manipulating Bible texts
Name:		sword
Version:	1.7.3
Release:	1
License:	GPLv2+
Group:		System/Libraries
URL:		file:///home/anton/rpmbuild/SPECS/sword/sword.spec
Source0:	http://www.crosswire.org/ftpmirror/pub/sword/source/v1.7/%{name}-%{version}.tar.gz
Source1:        ftp://ftp.zedz.net/pub/crypto/crypto/LIBS/sapphire/sapphire.zip

BuildRequires:  pkgconfig(openssl)
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  zlib-devel
BuildRequires:  pkgconfig(libidn)
BuildRequires:  pkgconfig(libclucene-core) >= 2.0
BuildRequires:  pkgconfig(cppunit)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	icu-devel
BuildRequires:	icu
Requires:	%{lib_name} = %{version}-%{release}
Requires:	curl


%description
The SWORD Project is an effort to create an ever expanding software package 
for research and study of God and His Word.  The SWORD Framework 
allows easy manipulation of Bible texts, commentaries, lexicons, dictionaries, 
etc.  Many frontends are build using this framework.  An installed module 
set may be shared between any frontend using the framework.

#main package (contains *.so.[major].* only)
%package -n %{lib_name}
Summary:	Main library for SWORD
Group:		System/Libraries

%description -n %{lib_name}
This package contains the library needed to run programs dynamically
linked with sword.

%package -n %{develname}
Summary:	Include files for developing sword applications
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use the SWORD Bible Framework.

%package -n %{staticname}
Summary:	Static libs for developing sword applications
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Requires:	%{develname} = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}

%description -n %{staticname}
This package contains the static libraries that programmers will need to
develop applications which will use the SWORD Bible Framework.

%prep
%setup -q

unzip -d sapphire %{SOURCE1}
%__cp -a sapphire/SAPPHIRE.H include/sapphire.h
%__cp -a sapphire/SAPPHIRE.CPP src/modules/common/sapphire.cpp

%build
%configure --with-icu --with-clucene=%{_prefix}
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_datadir}/sword/modules
install -m 0755 utilities/{mkfastmod,mod2vpl,vpl2mod} %{buildroot}%{_bindir}

%files
%doc AUTHORS LICENSE NEWS README
%doc samples doc/*.*
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/%{name}
%config(noreplace) %{_sysconfdir}/sword.conf

%files -n %{lib_name}
%doc COPYING ChangeLog 
%{_libdir}/*%{name}-*.so

%files -n %{develname}
%doc CODINGSTYLE
%attr(0755,root,root) %dir %{_includedir}/sword
%{_includedir}/sword/*.*
%{_libdir}/*%{name}.so
%{_libdir}/pkgconfig/*.pc

%files -n %{staticname}
%doc CODINGSTYLE
%{_libdir}/*.a


%changelog

* Tue Jul 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7.3-1
- (100f89d) Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14772 |14cu|sxiv-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Otherwise we have an error from rpmlint
%define	debug_package		%{nil}

Name:		sxiv
Version:	1.3.1
Release:	1
Summary:	Simple (or small or suckless) X Image Viewer
Group:		Graphics
License:	GPLv2+
URL:		https://github.com/muennich/%{name}/
Source0:	https://github.com/downloads/muennich/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	giflib-devel
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	desktop-file-utils

%description
This is an alternative to feh and qiv. Its only dependency besides xlib is
imlib2. The primary goal for writing sxiv is to create an image viewer, which
only has the most basic features required for fast image viewing (the ones I
want). It works nicely with tiling window managers and its code base should be
kept small and clean to make it easy for you to dig into it and customize it
for your needs.

%files
%doc LICENSE README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/exec/*
%{_iconsdir}/hicolor/*/apps/%{name}.png

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
%make


%install
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}

# Install the source provided icons
pushd icon
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
popd

desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}

%changelog

* Wed Apr 22 2015 Giovanni Mariani <mc2374@mclink.it> 1.3.1-1
- (3a3af84) Fix BReqs - Take 2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14773 |14cu|sylpheed-3.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#%%define major %%(echo %%{version}|cut -d. -f1,2)
%define urlver %(echo %{version}|cut -d. -f1,2)

%define api 0
%define major 1
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	A GTK+2 based, lightweight, and fast e-mail client
Name:		sylpheed
Version:	3.7.0
Release:	1
License:	GPLv2+
Group:		Networking/Mail
Url:		http://sylpheed.sraoss.jp/
Source0:	http://sylpheed.sraoss.jp/sylpheed/v%{urlver}/%{name}-%{version}.tar.bz2
BuildRequires:	imagemagick
BuildRequires:	openldap-devel
BuildRequires:	gpgme-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkspell-2.0)
BuildRequires:	pkgconfig(pilot-link)
Requires:	curl
Provides:	sylpheed-main = %{EVRD}

%description
This program is an X based fast e-mail client which has features
(or go for it :-)) like:
	o user-friendly and intuitive interface
	o integrated NetNews client (partially implemented)
	o ability of keyboard-only operation
	o Mew/Wanderlust-like key bind
	o multipart MIME
	o built-in image view
	o external editor support
	o unlimited multiple account handling
	o message queueing
	o filtering
	o XML-based address book
See 'README' for more information.

%files -f %{name}.lang
%doc AUTHORS ChangeLog* NEWS README* TODO*
%{_bindir}/*
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/faq
%lang(de) %doc %{_datadir}/%{name}/faq/de
%lang(en) %doc %{_datadir}/%{name}/faq/en
%lang(es) %doc %{_datadir}/%{name}/faq/es
%lang(fr) %doc %{_datadir}/%{name}/faq/fr
%lang(it) %doc %{_datadir}/%{name}/faq/it
%dir %{_datadir}/%{name}/manual
%lang(en) %doc %{_datadir}/%{name}/manual/en
%lang(ja) %doc %{_datadir}/%{name}/manual/ja
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/sylpheed.png
%{_liconsdir}/sylpheed.png
%{_miconsdir}/sylpheed.png

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library files for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains shared library files for %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog* NEWS README* TODO*
%{_libdir}/*-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog* NEWS README* TODO*
%{_libdir}/*.so
%{_includedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-gpgme \
	--enable-jpilot \
	--enable-ssl \
	--enable-ldap \
	--enable-ipv6

%make

%install
%makeinstall_std

mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert sylpheed.png -geometry 48x48 %{buildroot}%{_liconsdir}/sylpheed.png
convert sylpheed.png -geometry 32x32 %{buildroot}%{_iconsdir}/sylpheed.png
convert sylpheed.png -geometry 16x16 %{buildroot}%{_miconsdir}/sylpheed.png

%find_lang %{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14774 |14cu|sympa-6.1.24-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sympa
Version:	6.1.24
Release:	1
Summary:	Electronic mailing list manager
License:	GPL
Group:		System/Servers
URL:		http://www.sympa.org/
Source0:	http://www.sympa.org/distribution/%{name}-%{version}.tar.gz
Source1:	sympa.service
Source2:	sympa-bulk.service
Source3:	sympa-archived.service
Source4:	sympa-bounced.service
Source5:	sympa-task_manager.service
Source6:	sympa.tmpfiles
Requires:	openssl >= 0.9.5a
Requires:	mhonarc >= 2.4.5
Requires:	mail-server
Requires(pre):	    rpm-helper
Requires(post):     rpm-helper >= 0.20.0
Requires(post):     mail-server
Requires(preun):    rpm-helper
Requires(preun):    mail-server
Requires(postun):   rpm-helper >= 0.16
BuildRequires:      rpm-helper >= 0.20.0
BuildRequires:      rpm-mandriva-setup >= 1.23
BuildRequires:	    openssl-devel >= 0.9.5a
BuildRequires:	    perl-MailTools
BuildRequires:	    perl-libintl-perl
BuildRequires:	    gettext-devel
BuildRequires:	    perl(HTML::StripScripts::Parser)

Requires:	    perl-libintl-perl
Provides:	    perl(SympaTransport)

%description
SYMPA is an electronic mailing list manager. It is used to automate list
management functions such as subscription, moderation and management of 
archives. SYMPA also manages sending of messages to the lists, and 
makes it possible to reduce the load on the system. Provided that you 
have enough memory on your system, Sympa is especially well adapted for big 
lists. For a list with 20 000 subscribers, it takes 5 minutes to send a
message to 90% of subscribers, of course considering that the network is 
available.

Documentation is available under HTML and SGML (source) formats. 

%package www
Summary:	Web interface for %{name}
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}
Requires:	webserver
Suggests:   apache-mod_fastcgi
Requires(post):     rpm-helper >= 0.20.0
Requires(postun):   rpm-helper >= 0.16

%description www
This package contains the web interface for %{name}.

%prep
%setup -q 

%build
%serverbuild
%configure2_5x \
    --enable-fhs \
    --libexecdir=%{_sbindir} \
    --sysconfdir=%{_sysconfdir}/sympa \
    --with-confdir=%{_sysconfdir}/sympa \
    --with-aliases_file=%{_localstatedir}/lib/sympa/aliases \
    --with-newaliases_arg=-oA/var/lib/sympa/aliases
%make

%install
%makeinstall_std HOST=localhost

perl -pi -e 's|/var/run|/run|' \
    %{buildroot}%{_sysconfdir}/sympa/sympa.conf \
    %{buildroot}%{_sysconfdir}/sympa/wwsympa.conf

rm -f %{buildroot}%{_sysconfdir}/sympa/rc.d/init.d/sympa
install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/sympa.service
install -D -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/sympa-bulk.service
install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/sympa-archived.service
install -D -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/sympa-bounced.service
install -D -m 644 %{SOURCE5} %{buildroot}%{_unitdir}/sympa-task_manager.service
install -D -m 644 %{SOURCE6} %{buildroot}%{_prefix}/lib/tmpfiles.d/sympa.conf

# apache conf
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/sympa.conf <<EOF
Alias /static-sympa %{_localstatedir}/lib/sympa/static_content
Alias /sympa %{_libdir}/sympa/cgi

<Directory %{_localstatedir}/sympa/static_content>
    Order allow,deny
    Allow from all
</Directory>

<Directory %{_libdir}/sympa/cgi>
    Options ExecCGI
    AddHandler fastcgi-script .fcgi
    DirectoryIndex wwsympa-wrapper.fcgi

    Order allow,deny
    Allow from all
</Directory>
EOF

cat > README.urpmi <<EOF
Mandriva RPM specific notes
---------------------------

Updates
-------
This new release:
- default /wws Apache URL is now /sympa, for consistency with other webapps
- binaries are now installed in standard system locations (%{_bindir} and
  %{_sbindir}), whereas they were previously installed under
  %%{_libdir}/sympa/bin. package update procedure should automatically correct
  %them in your alias file, but may eventually fails.

Setup
-----
The setup used here differs from default one, to achieve better FHS compliance.
- the binaries are in %{_bindir} and %{_sbindir}
- the configuration files are in %{_sysconfdir}/sympa
- the constant files are in %{_libdir}/sympa and %{_datadir}/sympa
- the variable files are in %{_localstatedir}/lib/sympa
- the logs files are in %{_localstatedir}/log/sympa

Post-installation
-----------------
Sympa requires database for using the web interface. You have to create it
using the adequate script among %{_datadir}/sympa/script/db.

You can regenerate configuration files for sympa by executing
%{_sbindir}/sympa_wizard.pl

Additional useful packages
--------------------------
- perl-ldap for LDAP support
EOF

# Install remaining documentation manually
install -m 644 COPYING README NEWS README.urpmi %{buildroot}%{_docdir}/%{name}

# don't install  bundled certs
rm -f %{buildroot}%{_datadir}/sympa/ca-bundle.crt

# not the place for documentation
rm -f %{buildroot}%{_sysconfdir}/sympa/README

%find_lang sympa
%find_lang web_help
cat web_help.lang >> sympa.lang

%clean
rm -rf %{buildroot}

%pre
%_pre_useradd sympa %{_localstatedir}/lib/sympa /bin/false

%post
%_post_service sympa

if [ $1 = 1 ]; then
  # installation

  # sympa configuration
  hostname=`hostname`

  perl -pi \
    -e "s|^domain(\s+).*|domain\$1$hostname|;" \
    -e "s|^listmaster(\s+).*|listmaster\$1listmaster\@$hostname|;" \
    -e "s|^wwsympa_url(\s+).*|wwsympa_url\$1http://$hostname/sympa|;" \
    -e "s|^syslog(\s+).*|syslog\$1mail|;" \
    %{_sysconfdir}/sympa/sympa.conf

  # Initial aliase file creation
  cat >> %{_localstatedir}/lib/sympa/aliases <<EOF
listmaster:	"|%{_sbindir}/queue listmaster"
sympa:		"|%{_sbindir}/queue sympa"
bounce+*:	"|%{_sbindir}/bouncequeue sympa"
sympa-request:	listmaster@$hostname
sympa-owner:	listmaster@$hostname
EOF
  chown sympa.sympa %{_localstatedir}/lib/sympa/aliases

  # mta-specific aliases inclusion procedure
  mta="`readlink /etc/alternatives/sendmail-command 2>/dev/null | cut -d . -f 2`"
  if [ "$mta" == "postfix" ]; then
    database=`/usr/sbin/postconf -h alias_database`
    maps=`/usr/sbin/postconf -h alias_maps`
    postconf -e \
        "alias_database = $database, hash:%{_localstatedir}/lib/sympa/aliases" \
        "alias_maps = $maps, hash:%{_localstatedir}/lib/sympa/aliases"
  else
    cat >> %{_sysconfdir}/aliases <<EOF
:include:	%{_localstatedir}/lib/sympa/aliases
EOF
  fi
  # masqmail don't have this command
  [ -x /usr/bin/newaliases ] && /usr/bin/newaliases
else
  # find aliases file
  aliases=`awk '/sendmail_aliases/ {print $2}' %{_sysconfdir}/sympa/sympa.conf`
  if [ -z "$aliases" ]; then
    aliases=%{_sysconfdir}/aliases
  fi
  # correct pathes
  sed -i \
      -e 's|%{_bindir}/queue|%{_sbindir}/queue|' \
      -e 's|%{_bindir}/bouncequeue|%{_sbindir}/bouncequeue|' \
      $aliases
  # regenerate aliases
  /usr/bin/newaliases
fi

%preun
%_preun_service sympa

if [ $1 = 0 ]; then
  # uninstallation

  # remove aliases
  mta="`readlink /etc/alternatives/sendmail-command 2>/dev/null | cut -d . -f 2`"
  if [ "$mta" == "postfix" ]; then
    database=`/usr/sbin/postconf -h alias_database | \
      sed -e 's|, hash:%{_localstatedir}/lib/sympa/aliases||'`
    maps=`/usr/sbin/postconf -h alias_maps | \
      sed -e 's|, hash:%{_localstatedir}/lib/sympa/aliases||'`
    postconf -e \
      "alias_database = $database" \
      "alias_maps = $maps"
  else
    sed -i -e '/:include:   %{_localstatedir}/lib/sympa/aliases/d' \
      %{_sysconfdir}/aliases
  fi
  /usr/bin/newaliases
fi

%postun
%_postun_userdel sympa

%files -f sympa.lang
%{_docdir}/%{name}

# variable directories
%attr(-,sympa,sympa) %{_localstatedir}/lib/sympa
%attr(-,sympa,sympa) %{_localstatedir}/spool/sympa

# config files
%dir %{_sysconfdir}/sympa
%config(noreplace) %attr(640,root,sympa) %{_sysconfdir}/sympa/sympa.conf
%config(noreplace) %{_sysconfdir}/sympa/wwsympa.conf
%config(noreplace) %{_sysconfdir}/sympa/data_structure.version

%{_unitdir}/sympa.service
%{_unitdir}/sympa-bulk.service
%{_unitdir}/sympa-archived.service
%{_unitdir}/sympa-bounced.service
%{_unitdir}/sympa-task_manager.service
%{_prefix}/lib/tmpfiles.d/sympa.conf

# binaries
%attr(-,sympa,sympa) %{_sbindir}/queue
%attr(-,sympa,sympa) %{_sbindir}/bouncequeue
%attr(-,sympa,sympa) %{_sbindir}/familyqueue
%attr(-,sympa,sympa) %{_sbindir}/sympa_newaliases.pl
%attr(-,root,sympa) %{_sbindir}/sympa_newaliases-wrapper
%{_sbindir}/sympa.pl
%{_sbindir}/alias_manager.pl
%{_sbindir}/archived.pl
%{_sbindir}/bounced.pl
%{_sbindir}/bulk.pl
%{_sbindir}/sympa_wizard.pl
%{_sbindir}/task_manager.pl

# other
%{_datadir}/sympa
%{_mandir}/man1/sympa_newaliases.1*
%{_mandir}/man8/*

%files www
%dir %{_libdir}/sympa
%dir %{_libdir}/sympa/cgi
%{_libdir}/sympa/cgi/wwsympa.fcgi
%{_libdir}/sympa/cgi/sympa_soap_server.fcgi
%attr(-,sympa,sympa) %{_libdir}/sympa/cgi/sympa_soap_server-wrapper.fcgi
%attr(-,sympa,sympa) %{_libdir}/sympa/cgi/wwsympa-wrapper.fcgi
%config(noreplace) %{_webappconfdir}/sympa.conf


%changelog

* Sun Jul 05 2015 dsilakov <denis.silakov@rosalab.ru> 6.1.24-1
- (37c75f7) Merge pull request #3 from alozhkov/sympa:rosa2014.1
- (37c75f7) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14775 |14cu|sympow-1.019-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define sympowdir %{_datadir}/%{name}

Summary:	Compute special values of symmetric power elliptic curve L-functions
Name:		sympow
Version:	1.019
Release:	5
License:	BSD
Group:		Sciences/Mathematics
Url:		http://www.maths.bris.ac.uk/~mamjw/
Source0:	http://www.maths.bris.ac.uk/~mamjw/sympow.src.tar.bz2
# sagemath sympow datafiles
Source1:	datafiles.tar.bz2
Patch0:		sympow-1.019-datafiles.patch
BuildRequires:	pari
Requires:	pari

%description
SYMPOW is a package to compute special values of symmetric power elliptic
curve L-functions. It can compute up to about 64 digits of precision.

%files
%{_bindir}/%{name}
%dir %{sympowdir}
%{sympowdir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n SYMPOW-%{version}
%patch0 -p1

perl -pi \
	-e 's|"new_data"|"%{_datadir}/%{name}/bin/new_data"|;' \
	-e 's|(standard.\.gp)|%{sympowdir}/$1|g;' \
	generate.c

%build
sh Configure
make

%install
mkdir -p %{buildroot}%{_bindir}

cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh

SYMPOW_DATA=%{sympowdir}/datafiles
if test -n "\$SYMPOW_DIR"; then
    if [ ! -d \$SYMPOW_DIR/datafiles ]; then
	mkdir -p \$SYMPOW_DIR/datafiles
	cp -far \$SYMPOW_DATA/*.txt \$SYMPOW_DATA/param_data \$SYMPOW_DIR/datafiles
    fi
    cd \$SYMPOW_DIR
else
    cd %{sympowdir}
fi

exec %{sympowdir}/bin/%{name} "\$@"
EOF
chmod +x %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{sympowdir}/bin
cp -fa %{name} %{buildroot}%{sympowdir}/bin
cp -fa new_data %{buildroot}%{sympowdir}/bin
cp -fa standard?.gp %{buildroot}%{sympowdir}
tar jxf %{SOURCE1} -C %{buildroot}%{sympowdir}


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.019-5
- (4176fbd) Disable debug package
- (4176fbd) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14776 |14cu|synapse-0.2.99.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A semantic launcher written in Vala
Name:		synapse
Version:	0.2.99.2
Release:	1
License:	GPLv3+
Group:		System/Libraries
Url:		http://synapse.zeitgeist-project.com/wiki/index.php?title=Main_Page
Source0:	http://launchpad.net/%{name}-project/0.2/%{version}/+download/%{name}-%{version}.tar.xz
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	vala
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(keybinder-3.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(rest-0.7)
BuildRequires:	pkgconfig(unique-1.0)
BuildRequires:	pkgconfig(zeitgeist-2.0)

%description
Synapse is a semantic launcher written in Vala that you can use to start
applications as well as find and access relevant documents and files by making
use of the Zeitgeist engine.

%files -f %{name}.lang
%doc COPYING README
%{_bindir}/synapse
%{_mandir}/man1/synapse.1*
%{_datadir}/applications/synapse.desktop
%{_datadir}/icons/hicolor/scalable/apps/synapse.svg

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files devel
%doc AUTHORS
%{_datadir}/vala/vapi

#----------------------------------------------------------------------------

%prep
%setup -q
#patch0 -p1 -b .glib
#patch1 -p1 -b .libm-dso-for-powf
#patch2 -p1

%build
%configure2_5x \
	--disable-static \
	--enable-zeitgeist=yes
%make V=1

%install
%makeinstall_std
install -d -p -m 755 %{buildroot}%{_datadir}/vala/vapi
install -D -p -m 644 vapi/*.vapi %{buildroot}%{_datadir}/vala/vapi

# language files
%find_lang %{name}


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.99.2-1
- (a0ce2d6) New version 0.2.99.2
- (a0ce2d6) Switch to GTK3 (update BuildRequires)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14777 |14cu|sync-engine-0.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define srcname synce-sync-engine

Summary:	SynCE synchronization engine
Name:		sync-engine
Version:	0.16
Release:	2
License:	GPLv2+
Group:		Office
Url:		http://synce.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/synce/SynCE/%{version}/synce-%{name}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
Requires:	python
Requires:	python-dbus
Requires:	python-gobject
Requires:	python-librra
Requires:	python-librtfcomp
Requires:	python-libsynce
Requires:	python-libxml2
Requires:	python-libxslt
Requires:	python-sqlite2
#Requires:	pywbxml

%description
SynCE synchronization engine. This component handles actual data
exchange between a Windows Mobile 5+ device and a synchronization
application.

%files
%doc CHANGELOG COPYING
%{_bindir}/*py
%{_bindir}/%{name}
%{_sysconfdir}/syncengine.conf.xml
%{_datadir}/dbus-1/services/org.synce.SyncEngine.service
%{py_puresitedir}/*

#----------------------------------------------------------------------------

%package -n synce-opensync-plugin
Summary:	Synce plugin for opensync
Group:		Office
Requires:	libopensync-plugin-python >= 0.22
Requires:	%{name}
Obsoletes:	libopensync-plugin-synce < 0.22

%description -n synce-opensync-plugin
SynCE plugin for OpenSync. Allows applications using the OpenSync
framework to synchronise with devices handled by SynCE. This is the
plugin provided by the SynCE team, rather than that provided by the
OpenSync team. This plugin works with Windows Mobile 5 and later
devices.

%files -n synce-opensync-plugin
%{_libdir}/opensync/python-plugins/*
%{_datadir}/opensync/defaults/synce-opensync-plugin

#----------------------------------------------------------------------------

%prep
%setup -q -n synce-%{name}-%{version}

%build
python ./setup.py build

%install
mkdir -p %{buildroot}%{_bindir}
python setup.py install -O1 --skip-build --root %{buildroot}

mkdir -p %{buildroot}%{_libdir}/opensync/python-plugins/
mv \
 %{buildroot}%{py_puresitedir}/plugins/synce-opensync-plugin-2x.py \
 %{buildroot}%{_libdir}/opensync/python-plugins/

rm -fr %{buildroot}%{py_puresitedir}/plugins/

# install dbus service file
mkdir -p %{buildroot}%{_datadir}/dbus-1/services
install -m 0644 config/org.synce.SyncEngine.service %{buildroot}%{_datadir}/dbus-1/services/org.synce.SyncEngine.service

# default config for opensync plugin, specifying an empty configuration
# so apps like multisync know the plugin needs no config. Note this
# will be different for opensync 0.3 / 0.4 - AdamW 2008/03
mkdir -p %{buildroot}%{_datadir}/opensync/defaults
cat > %{buildroot}%{_datadir}/opensync/defaults/synce-opensync-plugin << EOF
<config></config>
EOF

# install a default config file
mkdir -p %{buildroot}%{_sysconfdir}
install -m 0644 config/syncengine.conf.xml %{buildroot}%{_sysconfdir}/syncengine.conf.xml


%changelog

* Sun Apr 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.16-2
- (7e5df52) Drop obsolete python-pyxml requierment



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14778 |14cu|syncevolution-1.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir /usr/libexec
%define _disable_ld_no_undefined 1

%define gdbussyncevo_major 0
%define gdbussyncevo_libname %mklibname gdbussyncevo %gdbussyncevo_major
%define smltk_major 0
%define smltk_libname %mklibname smltk %smltk_major
%define syncevodbus_major 0
%define syncevodbus_libname %mklibname syncevo-dbus %syncevodbus_major
%define syncevolution_major 0
%define syncevolution_libname %mklibname syncevolution %syncevolution_major
%define synthesis_major 0
%define synthesis_libname %mklibname synthesis %synthesis_major

%define develname %mklibname %name -d

Summary:       SyncML client for evolution
Name:          syncevolution
Version:       1.4.1
Release:       1
License:       LGPLv2+
Group:         Networking/Remote access 
URL:           http://syncevolution.org/
Source0:       http://downloads.syncevolution.org/%{name}/sources/%{name}-%{version}.tar.gz
BuildRequires: kdepimlibs4-devel
BuildRequires: pkgconfig(bluez)
BuildRequires: boost-devel
BuildRequires: pkgconfig(cppunit)
BuildRequires: pkgconfig(libedataserver-1.2)
BuildRequires: pkgconfig(expat)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libical)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(neon)
BuildRequires: pkgconfig(libpcre)
BuildRequires: pythonegg(docutils)
BuildRequires: pkgconfig(unique-1.0)
BuildRequires: pkgconfig(openobex)
BuildRequires: pkgconfig(libebook-1.2)
BuildRequires: desktop-file-utils
BuildRequires: libtlen-devel
BuildRequires: pkgconfig(libecal-1.2)
BuildRequires: pkgconfig(gnome-bluetooth-1.0)
BuildRequires: intltool
BuildRequires: gettext
BuildRequires: libtool
BuildRequires: xsltproc

Requires: python-twisted-web
Requires: %{name}-backends

%description
syncevolution is designed to provide a SyncML client that can
connect to and sync with various SyncML-based servers

%package backends
Group:          System/Libraries
Summary:        %{name} backend plugins

%description backends
This package contains the backend plugins for %{name}.

%package -n %{gdbussyncevo_libname}
Group:          System/Libraries
Summary:        Gdbussyncevo library

%description -n %{gdbussyncevo_libname}
This package contains the gdbussyncevo library.

%package -n %{smltk_libname}
Group:          System/Libraries
Summary:        Smltk library

%description -n %{smltk_libname}
This package contains the smltk library.

%package -n %{syncevodbus_libname}
Group:          System/Libraries
Summary:        Syncevo-dbus library

%description -n %{syncevodbus_libname}
This package contains the syncevo-dbus library.

%package -n %{syncevolution_libname}
Group:          System/Libraries
Summary:        Syncevolution library

%description -n %{syncevolution_libname}
This package contains the syncevolution library.

%package -n %{synthesis_libname}
Group:          System/Libraries
Summary:        Synthesis library

%description -n %{synthesis_libname}
This package contains the synthesis library.

%package -n %{develname}
Summary: Development package for %{name}
Group: Development/C
Requires: %{name} = %{EVRD}

%description -n %{develname}
Files for development with %{name}.

%package gtk
Summary: GTK+ GUI for %{name}
Group: Networking/Remote access 
Requires: %{name} = %{EVRD}

%description gtk
GTK+ GUI for use with %{name}.

%package perl
Summary: Perl utils for %{name}
Group: Development/Perl
Requires: %{name} = %{EVRD}

%description perl
Perl utils for use with %{name}.

%prep
%setup -q
find . -name "*.c" -o -name "*.h" -o -name "*.cpp" |xargs chmod 0644

# use the ac macros in Makefile.am
sed -i '/^ACLOCAL_AMFLAGS/{ /m4-repo/!s/$/ -I m4-repo/ }' Makefile*.am

%build
intltoolize --automake --copy --force
autoreconf -fiv
(cd src/synthesis && autoreconf -fi && ./autogen.sh)

%configure2_5x --enable-libsoup --enable-dbus-service --enable-shared --with-expat=system \
    --disable-static --enable-gtk=3 --enable-gui --with-gio-gdbus --enable-dav --enable-bluetooth \
    --enable-akonadi --enable-gnomebluetooth


sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g
        s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

make
find . -type d -perm 02755 -exec chmod 0755 '{}' \;

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/doc

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS NEWS README HACKING README.html README.rst
%{_sysconfdir}/xdg/autostart/syncevo-dbus-server.desktop
%{_bindir}/syncevolution
%{_bindir}/syncevo-http-server
%{_bindir}/syncevo-phone-config
%{_bindir}/synclog2html
%{_bindir}/syncevo-webdav-lookup
%{_libexecdir}/syncevo-dbus-helper
%{_libexecdir}/syncevo-dbus-server
%{_libexecdir}/syncevo-dbus-server-startup.sh
%{_libexecdir}/syncevo-local-sync
%{_datadir}/syncevolution
%{_datadir}/dbus-1/services/org.syncevolution.service
%{_mandir}/man1/syncevolution.1*
%exclude %{_datadir}/syncevolution/xml/*.pl

%files backends
%doc AUTHORS NEWS README
%dir %{_libdir}/syncevolution
%{_libdir}/syncevolution/backends

%files -n %{gdbussyncevo_libname}
%doc AUTHORS NEWS README
%{_libdir}/libgdbussyncevo.so.%{gdbussyncevo_major}*

%files -n %{smltk_libname}
%doc AUTHORS NEWS README
%{_libdir}/libsmltk.so.%{smltk_major}*

%files -n %{syncevodbus_libname}
%doc AUTHORS NEWS README
%{_libdir}/libsyncevo-dbus.so.%{syncevodbus_major}*

%files -n %{syncevolution_libname}
%doc AUTHORS NEWS README
%{_libdir}/libsyncevolution.so.%{syncevolution_major}*

%files -n %{synthesis_libname}
%doc AUTHORS NEWS README
%{_libdir}/libsynthesis.so.%{synthesis_major}*

%files -n %{develname}
%doc AUTHORS NEWS README
%{_includedir}/syncevo
%{_includedir}/syncevo-dbus
%{_includedir}/synthesis
%{_libdir}/pkgconfig/s*.pc
%{_libdir}/*.so
%{_libdir}/*.a

%files gtk
%doc AUTHORS NEWS README
%{_bindir}/sync-ui
%{_datadir}/applications/sync.desktop
%{_datadir}/icons/hicolor/48x48/apps/sync.png

%files perl
%doc AUTHORS NEWS README
%{_bindir}/synccompare
%{_datadir}/syncevolution/xml/*.pl



%changelog
* Sat Jan 03 2015 abfonly <abfonly@gmail.com> 1.4.1-1
+ Revision: a3f00fe
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14779 |14cu|syncthing-0.14.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}

%ifarch x86_64
%global altarch amd64
%endif
%ifarch %{ix86}
%global altarch 386
%endif
%ifarch %{arm}
%global altarch arm
%endif

Summary:	Syncthing
Name:		syncthing
Version:	0.14.21
Release:	1
License:	MIT
Group:		Networking/File transfer
Url:		http://syncthing.net
Source0:	https://github.com/syncthing/syncthing/archive/v%{version}.zip?/%{name}-%{version}.zip
Source1:	syncthing@.service
Source2:	syncthing.init
Source3:	syncthing.sysconfig
Source4:	syncthing-tmpfiles.conf
Source5:	syncthing.sh
Source100:	%{name}.rpmlintrc
Patch0:		syncthing-0.14.0-version.patch
BuildRequires:	golang
BuildRequires:	unzip
BuildRequires:	systemd
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Requires(post):	systemd
Requires(preun):	rpm-helper
Requires(postun):	rpm-helper
Requires:	coreutils
Suggests:	cpulimit

%description
Syncthing replaces Dropbox and BitTorrent Sync with something open, trustworthy
and decentralized. Your data is your data alone and you deserve to choose where
it is stored, if it is shared with some third party and how it's transmitted
over the Internet.

Using syncthing, that control is returned to you.

%files
%doc src/github.com/syncthing/syncthing/README.md src/github.com/syncthing/syncthing/LICENSE src/github.com/syncthing/syncthing/CONTRIBUTING.md
%{_bindir}/*
%config (noreplace) /etc/sysconfig/%{name}
%{_unitdir}/%{name}@.service
%{_tmpfilesdir}/%{name}.conf

#--------------------------------------------------------------------------------

%prep
%setup -c -T
mkdir -p src/github.com/syncthing
pushd src/github.com/syncthing
unzip %{SOURCE0}
mv syncthing-%{version} syncthing
pushd syncthing
%patch0 -p1
popd
popd

%build
pushd src/github.com/syncthing/syncthing
go run build.go -version %{version} -no-upgrade -goarch %{altarch}
popd

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}/etc/sysconfig
mkdir -p %{buildroot}/var/run/syncthing
install -p -m 0755 src/github.com/syncthing/syncthing/bin/* %{buildroot}%{_bindir}
install %{SOURCE3} %{buildroot}/etc/sysconfig/%{name}
install -p -m 0755 %{SOURCE5} %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_unitdir}
install -p -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}
install -D -p -m 0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%pre
%_pre_useradd %{name} /dev/null /bin/false

%post
if ! /usr/bin/id syncthing &>/dev/null; then
	/usr/sbin/useradd -r -g daemon -s /bin/false -c "The Syncthing" -d /var/run/syncthing syncthing
fi
%tmpfiles_create %{name}
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

%changelog

* Mon Jan 30 2017 alzim <alzim@bk.ru> 0.14.21-1
- (560fbb6) Merge pull request #2 from import/syncthing:rosa2016.1
- (560fbb6) Updated to 0.14.21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14780 |14cu|synergy-1.7.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}


Summary:	Mouse and keyboard sharing utility
Name:		synergy
Version:	1.7.6
Release:	1
License:	GPLv2
Url:		http://synergy-foss.org/
Group:		Networking/Remote access
Source0:	https://github.com/synergy/synergy/archive/v%{version}-stable/%{name}-%{version}.tar.gz
Source1:	synergyc.sgml
Source2:	synergyd.sgml
Source3:	synergy.sgml
Source4:	synergys.sgml
Patch0:		synergy-1.5.0-pthread.patch
Patch1:		synergy-1.7.3-test.patch
Patch2:		synergy-1.7.3-disable-version-check.patch
Patch3:		synergy-1.7.6-flags.patch

BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(xtst)
BuildRequires: pkgconfig(xi)
BuildRequires: cmake
BuildRequires: pkgconfig(cryptopp)
BuildRequires: pkgconfig(libcurl)
BuildRequires: qt4-devel
BuildRequires: pkgconfig(avahi-compat-libdns_sd)


Provides: synergy-plus = %{EVRD}
Obsoletes: synergy-plus < %{EVRD}

%description
Synergy lets you easily share a single mouse and keyboard between
multiple computers with different operating systems, each with its
own display, without special hardware.  It's intended for users
with multiple computers on their desk since each system uses its
own display.

%files
%doc ChangeLog
%doc doc/synergy.conf.*
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_bindir}/synergyc
%{_bindir}/synergys
%{_bindir}/synergyd
%{_bindir}/syntool
%{_bindir}/usynergy
%{_mandir}/man8/synergys.8*
#---------------------------------------------

%package gui
Summary:	Qt based GUI for %{name}
Group:		Networking/Remote access
Requires:	%{name} = %{EVRD}
Provides:	qsynergy = %{EVRD}

%description gui
The Synergy GUI is based on QSynergy by Volker Lanz.

%files gui
%doc ChangeLog
%{_datadir}/applications/synergy.desktop
%{_datadir}/pixmaps/synergy.ico
%{_bindir}/synergy
%{_mandir}/man8/synergyc.8*
#------------------------------------------
%prep
%setup -q -n %{name}-%{version}-stable
%apply_patches


# No tests for now.
# TODO: fix tests without network connection?
rm -f ext/cryptopp562.zip
rm -f ext/gmock-1.6.0.zip
rm -f ext/gtest-1.6.0.zip
rm -rf src/test

sed -i /.*\(test.*/d src/CMakeLists.txt
perl -pi -e "s|#include <dns_sd.h>|#include <avahi-compat-libdns_sd/dns_sd.h>|" src/gui/src/{ZeroconfRegister,ZeroconfBrowser}.h

perl -pi -e "s|#include <dns_sd.h>|#include <avahi-compat-libdns_sd/dns_sd.h>|" src/gui/src/ZeroconfService.cpp


%build
export CFLAGS+=" -fno-strict-aliasing -Wno-error=deprecated-declarations" \
  CXXFLAGS+=" -fno-strict-aliasing -pthread" 
pushd src/gui
	%qmake_qt4
	make
popd
%cmake
%make

%install
install -D -p -m 0755 bin/synergyc %{buildroot}%{_bindir}/synergyc
install -D -p -m 0755 bin/synergys %{buildroot}%{_bindir}/synergys
install -D -p -m 0755 bin/synergy %{buildroot}%{_bindir}/synergy
install -D -p -m 0755 bin/synergyd %{buildroot}%{_bindir}/synergyd
install -D -p -m 0755 bin/syntool %{buildroot}%{_bindir}/syntool
install -D -p -m 0755 bin/usynergy %{buildroot}%{_bindir}/usynergy
install -D -p -m 0644 doc/synergy.conf.example %{buildroot}%{_sysconfdir}/%{name}.conf
install -D -p -m 0644 doc/synergyc.man %{buildroot}%{_mandir}/man8/synergyc.8
install -D -p -m 0644 doc/synergys.man %{buildroot}%{_mandir}/man8/synergys.8
install -D -p -m 0644 res/synergy.desktop %{buildroot}%{_datadir}/applications/synergy.desktop
install -D -p -m 0644 res/synergy.ico %{buildroot}%{_datadir}/pixmaps/synergy.ico


desktop-file-install --delete-original  \
  --dir %{buildroot}%{_datadir}/applications            \
  --set-icon=%{_datadir}/pixmaps/synergy.ico            \
  %{buildroot}%{_datadir}/applications/synergy.desktop

desktop-file-validate %{buildroot}/%{_datadir}/applications/synergy.desktop

%changelog

* Thu May 12 2016 Denis Silakov <dsilakov@gmail.com> 1.7.6-1
- (ef67bdc) Adjust patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14781 |14cu|synfig-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package %{nil}

%define	major 0
%define	libname %mklibname %{name} %{major}
%define	devname %mklibname %{name} -d

Summary:	Vector-based 2D animation renderer
Name:		synfig
Version:	1.0.2
Release:	2
License:	GPLv3+
Group:		Graphics
Url:		http://www.synfig.org
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-1.0.1-cflags.patch
BuildRequires:	cvs
BuildRequires:	boost-devel >= 1.53.0
BuildRequires:	ffmpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	libltdl-devel
BuildRequires:	pkgconfig(ETL) >= 0.4.19
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(giomm-2.4) >= 2.18.2
BuildRequires:	pkgconfig(glibmm-2.4) >= 2.24.2
BuildRequires:	pkgconfig(GraphicsMagick++)
BuildRequires:	pkgconfig(ImageMagick) >= 6.4.2
BuildRequires:	pkgconfig(libmng)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml++-2.6)
BuildRequires:	pkgconfig(mlt++)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(cairo) >= 1.12.0
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	automake
#BuildRequires:	automake1.4
BuildRequires:	config(autoconf)
# Clang knows what  the linker is? Sflo.
BuildRequires:	gcc-c++, gcc, gcc-cpp

Requires:	libdv-apps
Requires:	imagemagick
Requires:	x11-font-cursor-misc
Requires:	x11-font-misc
Requires:	ffmpeg

%description
synfig is a vector based 2D animation renderer. It is designed to be capable
of producing feature-film quality animation.
This package contains the command-line renderer. For the GUI animation editor,
please install synfigstudio.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%config(noreplace) %{_sysconfdir}/%{name}_modules.cfg
%{_bindir}/%{name}
%{_libdir}/%{name}

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
synfig is a vector based 2D animation renderer. It is designed to be capable
of producing feature-film quality animation.
This package contains the shared library provided by synfig.

%files -n %{libname}
%doc COPYING ChangeLog NEWS
%{_libdir}/lib*.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
synfig is a vector based 2D animation renderer. It is designed to be capable
of producing feature-film quality animation.
This package contains the development files for the shared library provided
by synfig.

%files -n %{devname}
%doc COPYING ChangeLog NEWS
%{_bindir}/%{name}-config
%{_includedir}/%{name}-*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/%{name}.pc

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1


%build
export CC=gcc
export CXX=g++
# These two fix for the split of libMagick in recent releases - AdamW
# (gvm) Not found in configure.ac
#sed -i -e 's|Magick,OptimizeImageTransparency|MagickCore,OptimizeImageTransparency|g' configure.ac
# (gvm) Already changed in the source file
#sed -i -e 's|MagickLib::|MagickCore::|g' src/modules/mod_magickpp/trgt_magickpp.cpp

aclocal -I m4
automake --add-missing
autoconf -i --force

# No more useful
#CXXFLAGS='-I /usr/include/ImageMagick' CFLAGS='-I /usr/include/ImageMagick' CPPFLAGS='-I /usr/include/ImageMagick'
%configure2_5x --disable-static
%make


%install
%makeinstall_std

# FIXME zh-Hant is not supported by Rosa language tree:
# remove offending lang file until we will support it
# and avoid 2 rpmlint errors
rm -rf %{buildroot}%{_datadir}/locale/zh-Hant

%find_lang %{name}

%changelog

* Thu Feb 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-2
- (e4db819) Rebuild with new imagemagick



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14782 |14cu|synfigstudio-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define	libname %mklibname synfigapp %{major}
%define	devname %mklibname synfigapp -d

Summary:	Vector-based 2D animation GUI
Name:		synfigstudio
Version:	1.0.2
Release:	1
License:	GPLv3+
Group:		Graphics
Url:		http://www.synfig.org/cms/
Source0:	http://downloads.sourceforge.net/synfig/%{name}-%{version}.tar.gz
Patch0:		%{name}-1.0.1-cflags.patch
BuildRequires:	desktop-file-utils
BuildRequires:	fontconfig
BuildRequires:	imagemagick
BuildRequires:	intltool >= 0.35.2
BuildRequires:	perl
BuildRequires:	perl(XML::Parser)
BuildRequires:	synfig >= 1.0.2
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(atkmm-1.6)
BuildRequires:	pkgconfig(ETL) >= 0.04.19
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtkmm-3.0)
BuildRequires:	pkgconfig(Magick++)
BuildRequires:	pkgconfig(MagickCore)
BuildRequires:	pkgconfig(MagickWand)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(pangomm-1.4)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(synfig) >= 1.0.2
Requires:	synfig >= 1.0.2

%description
Synfig is a vector based 2D animation renderer. It is designed to be capable
of producing feature-film quality animation.
This package contains the graphical user interface for synfig.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog README NEWS TODO
%{_bindir}/%{name}
%{_datadir}/synfig/plugins/
%{_datadir}/synfig/brushes/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/synfig_icon.*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/mime-info/%{name}.*
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/*.png
%{_datadir}/pixmaps/%{name}

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Synfig is a vector based 2D animation renderer. It is designed to be capable
of producing feature-film quality animation.
This package contains the shared library provided by %{name}.

%files -n %{libname}
%doc COPYING ChangeLog NEWS
%{_libdir}/libsynfigapp.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C++
Provides:	synfigapp-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Synfig is a vector based 2D animation renderer. It is designed to be capable
of producing feature-film quality animation.
This package contains the development files for the shared library provided
by %{name}.

%files -n %{devname}
%doc COPYING ChangeLog NEWS
%{_includedir}/synfigapp-0.0
%{_libdir}/libsynfigapp.so

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1


%build
autoreconf -fi
intltoolize --force
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--disable-update-mimedb
%make


%install
%makeinstall_std

%find_lang %{name}

# Needed no more
#sed -i -e 's,synfig_icon.png,synfig_icon,g' %%{buildroot}%%{_datadir}/applications/*

desktop-file-install	\
		  --add-category="X-MandrivaLinux-CrossDesktop" \
		  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog

* Sun Jan 24 2016 Giovanni Mariani <mc2374@mclink.it> 1.0.2-1
- (7c366c5) Fixed stupid typo in file list



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14783 |14cu|syntek-3.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname stk11xx

Name: 		syntek
Version: 	3.0.0
Release: 	1
Summary: 	Syntek USB Video Camera driver for DC-1125 and STK-1135
Group: 		System/Configuration/Hardware
License: 	GPLv2
URL:		http://syntekdriver.sourceforge.net/
#http://syntekdriver.svn.sourceforge.net/viewvc/syntekdriver/tags/%{version}/?view=tar
Source:         syntekdriver-%{version}.tar.gz
BuildRequires:	doxygen
BuildArch:	noarch

%description
Documentation for the syntek USB 2.0 video camera driver for DC-1125 and
STK-1135


%package -n dkms-%name
Summary:	DKMS-ready kernel-source for the Syntek USB Video Camera kernel module
Group:		System/Configuration/Hardware
Requires(post):	ctags
Requires(post):	dkms
Requires(preun):dkms

%description -n dkms-%name
DKMS-ready syntek USB 2.0 video camera driver for DC-1125 and STK-1135


%prep
%setup -qn %{version}

%build
%make -f Makefile.standalone doc

%install
mkdir -p -m755 %{buildroot}%{_docdir}/%{name}-%{version}/html
install -m644 %{_builddir}/doxygen/html/* %{buildroot}%{_docdir}/%{name}-%{version}/html
install -m644 README %{buildroot}%{_docdir}/%{name}-%{version}

# DKMS stuff
mkdir -p -m755 %{buildroot}%{_usrsrc}/%{name}-%{version}-%{release}
cp -a * %{buildroot}%{_usrsrc}/%{name}-%{version}-%{release}
# Configuration for dkms
cat > %{buildroot}%{_usrsrc}/%{name}-%{version}-%{release}/dkms.conf << 'EOF'
PACKAGE_VERSION=%{version}-%{release}
# Items below here should not have to change with each driver version
PACKAGE_NAME=%{name}
BUILT_MODULE_NAME[0]="%{modname}"
DEST_MODULE_LOCATION[0]="/kernel/3rdparty/%{name}"
REMAKE_INITRD="no"
AUTOINSTALL=yes
EOF

%post -n dkms-%{name}
dkms add -m %{name} -v %{version}-%{release} --rpm_safe_upgrade || :
dkms build -m %{name} -v %{version}-%{release} --rpm_safe_upgrade || :
dkms install -m %{name} -v %{version}-%{release} --rpm_safe_upgrade || :

%preun -n dkms-%{name}
dkms remove -m %{name} -v %{version}-%{release} --all --rpm_safe_upgrade || :

%files
%dir %{_docdir}/%{name}-%{version}/
%doc %{_docdir}/%{name}-%{version}/README
%dir %{_docdir}/%{name}-%{version}/html/
%doc %{_docdir}/%{name}-%{version}/html/*

%files -n dkms-%{name}
%doc README
%{_usrsrc}/%{name}-%{version}-%{release}/

%changelog

* Tue Jul 14 2015 dsilakov <denis.silakov@rosalab.ru> 3.0.0-1
- (fc37bcd) Merge pull request #1 from alozhkov/syntek:rosa2014.1
- (fc37bcd) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14784 |14cu|synthein-0.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           synthein
Version:        0.1.1
Release:        1
Summary:        A space ship building and combat game
Group:          Games/Arcade
License:        GPLv3+
Url:            https://github.com/synthein/synthein
Source0:        https://github.com/synthein/synthein/archive/v0.1.1.tar.gz
BuildRequires:  imagemagick
BuildRequires:  zip
Requires:       love >= 0.10
BuildArch:      noarch

%description
Synthein is a game about blowing up 
space ships and using their parts 
to make your space ship bigger and better.
Features:
*You can build onto your ship.
*Enemies spawn at random.
*AI allies can follow you and attack nearby enemies.

 

%files
%doc README.md LICENSE
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/%{name}.love
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------
%prep
%setup  -q
zip -9 -q -r %{name}.love .

%build

%install
# data

install -D -m 644 %{name}.love %{buildroot}%{_gamesdatadir}/%{name}/%{name}.love

# wrapper
mkdir -p %{buildroot}%{_gamesbindir}
cat > %{buildroot}%{_gamesbindir}/%{name} << EOF
#!/bin/sh
love %{_gamesdatadir}/%{name}/%{name}.love
EOF
chmod 0755 %{buildroot}%{_gamesbindir}/%{name}

# Desktop entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
GenericName=%{summary}
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size  -background transparent res/images/explosion.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

%changelog

* Sun May 14 2017 abfonly <abfonly@gmail.com> 0.1.1-1
- (da6a016) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14785 |14cu|sysprof-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	System-wide Linux Profiler
Name:		sysprof
Version:	1.2.0
Release:	1
License:	GPL
Group:		Development/Other
URL:		http://sysprof.com/
Source0:	http://sysprof.com/%{name}-%{version}.tar.gz
BuildRequires:	autoconf2.5
BuildRequires:	libglade2.0-devel
BuildRequires:	binutils-devel
BuildRequires:	imagemagick
ExclusiveArch:	%{ix86} x86_64

%description
Sysprof is a sampling profiler that uses a kernel module to generate
stacktraces which are then interpreted by the userspace program
"sysprof".

Sysprof handles shared libraries and applications do not need to be
recompiled. In fact they don't even have to be restarted.

Just insert the kernel module and start sysprof.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Sysprof
Comment=System-wide Linux Profiler
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Development;Profiling;X-MandrivaLinux-MoreApplications-Development-Tools;
EOF

mkdir -p $RPM_BUILD_ROOT{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
cp sysprof-icon-48.png $RPM_BUILD_ROOT%{_liconsdir}/sysprof.png
cp sysprof-icon-16.png $RPM_BUILD_ROOT%{_miconsdir}/sysprof.png
cp sysprof-icon-32.png $RPM_BUILD_ROOT%{_iconsdir}/sysprof.png

%files
%doc AUTHORS COPYING README TODO
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
/etc/udev/rules.d/60-sysprof.rules
%{_liconsdir}/*
%{_iconsdir}/*.png
%{_miconsdir}/*
%{_datadir}/applications/mandriva-%{name}.desktop
%changelog

* Wed Jul 08 2015 abondrov <andrey.bondrov@rosalab.ru> 1.2.0-1
- (8e31bbe) Merge pull request #1 from alozhkov/sysprof:rosa2014.1
- (8e31bbe) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14786 |14cu|systemd-manager-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Manager for systemd services
Name:		systemd-manager
Version:	1.0.0
Release:	1
License:	GPLv3+
Group:		System/Configuration/Boot and Init
Url:		http://www.rust-lang.org/
Source0:	https://github.com/mmstick/systemd-manager/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires:	cargo
BuildRequires:	rust
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gtk+-3.0)

%description
This application is a systemd service manager written in the Rust programming
language with GTK3 as the graphical user interface of choice. The units are
filtered into three separate lists: services, sockets, and timers. As a unit
is selected in the left pane, the right pane is updated with information
pertaining to that unit, and the right headerbar is updated to reflect the
status of the unit where you may disable/enable and start/stop the selected
unit. Services are units that are activated immediately, sockets are units
that are activated when they are needed, and timers are units that activate
on a regular time interval. In addition to display units, the application
also provides stats generated by systemd-analyze on the Systemd Analyze view.

%files
%{_bindir}/systemd-manager
%{_bindir}/systemd-manager-pkexec
%{_datadir}/applications/systemd-manager.desktop
%{_datadir}/polkit-1/actions/org.freedesktop.policykit.systemd-manager.policy
%{_datadir}/doc/systemd-manager/README
%{_datadir}/licenses/systemd-manager/COPYING

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
%make

%install
make install DESTDIR=%{buildroot}%{_prefix}

%changelog

* Mon Aug 08 2016 alzim <alzim@bk.ru> 1.0.0-1
- (b19507e) Merge pull request #1 from import/systemd-manager:rosa2016.1
- (b19507e) Updated to 1.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14787 |14cu|systemd-ui-3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	System and Service Manager UI for systemd
Name:		systemd-ui
Version:	3
Release:	2
License:	GPLv2+
Group:		System/Configuration/Boot and Init
URL:		http://www.freedesktop.org/wiki/Software/systemd
Source0:	http://www.freedesktop.org/software/systemd/systemd-ui-%{version}.tar.xz
Patch0:		systemd-ui-0-linkage_fix.diff
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	m4
BuildRequires:	libtool
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	vala >= 0.11
BuildRequires:	xsltproc
Requires:	polkit
Requires:	systemd
Obsoletes:	systemd-gtk < 45
Provides:	systemd-gtk = %{version}-%{release}
Provides:	systemadm = %{version}-%{release}
Obsoletes:	systemadm <= 0-3

%description
Graphical front-end for systemd

It contains :
	* systemadm is a graphical frontend for the systemd system and service manager
          and allows introspection and control of systemd

%prep

%setup -q -n systemd-ui-%{version}
%patch0 p-1

%build
export CC=gcc
export CXX=g++

autoreconf -fi

%configure
%make

%install
%makeinstall_std

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/systemadm.desktop <<EOF
[Desktop Entry]
Name=Graphical front-end for systemd
Name[ru]=Графический интерфейс для systemd
Comment=Modify systemd configuration
Comment[ru]=Настройка параметров и мониторинг systemd
Exec=systemadm
Terminal=false
Type=Application
Icon=development_tools_section
Categories=GTK;Settings;System;X-Mageia-CrossDesktop;
EOF

%files
%{_bindir}/systemadm
%{_bindir}/systemd-gnome-ask-password-agent
%{_mandir}/man1/systemadm.*
%{_datadir}/applications/systemadm.desktop

%changelog
* Tue Mar 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 3-2
+ Revision: 511ddd0
- Sync with cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14788 |14cu|system-switch-java-1.1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: system-switch-java
Version: 1.1.5
Release: 1
Summary: A tool for changing the default Java toolset
Group: System/Configuration/Other
License: GPLv2+
URL: https://fedorahosted.org/system-switch-java/
Source0: https://fedorahosted.org/releases/s/y/system-switch-java/%{name}-%{version}.tar.gz
BuildArch: noarch

BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: python-devel

Requires: chkconfig
# for snack.py python module:
Requires: newt
Requires: pygtk2.0
Requires: pygtk2.0-libglade
Requires: python
Requires: usermode-consoleonly
Requires: usermode

Obsoletes: system-switch-java-gui <= 1.0.0-1.fc7
Provides: system-switch-java-gui = %{version}-%{release}

%description
The system-switch-java package provides an easy-to-use tool to select
the default Java toolset for the system.

%prep
%setup -q

sed -i 's|Icon=system-switch-java.png|Icon=system-switch-java|' %{name}.desktop.in

%build
%configure2_5x
%make

%install
%makeinstall_std
%find_lang %{name}
%{_bindir}/desktop-file-install \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/%{name}.desktop

%files -f %{name}.lang
%doc AUTHORS COPYING* README
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%{_bindir}/%{name}
%{_sbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.py*
%{_datadir}/%{name}/*.glade

%changelog

* Mon Jul 06 2015 dsilakov <denis.silakov@rosalab.ru> 1.1.5-1
- (6d1f637) Merge pull request #1 from alozhkov/system-switch-java:rosa2014.1
- (6d1f637) Updated to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14789 |14cu|system-tools-backends2-2.10.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname system-tools-backends

Summary:	GNOME System Tools Backends
Name:		system-tools-backends2
Version:	2.10.2
Release:	3
License:	GPLv2+ and LGPLv2+
Group:		System/Configuration/Other
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{oname}/%{oname}-%{version}.tar.bz2
Source1:	system-tools-backends2.rpmlintrc
Patch0:		system-tools-backends-2.8.1-mandriva.patch
URL:		http://www.gnome.org/projects/gst/
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	perl-Net-DBus
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	intltool
Requires:	polkit-agent
Conflicts:	system-tools-backends

%description
Day-to-day system management on Unix systems is a chore. Even when 
you're using a friendly graphical desktop, seemingly basic tasks 
like setting the system time, changing the network setup, importing 
and exporting network shared filesystems and configuring swap partitions 
requires editing configuration files by hand, and the exact procedure 
varies between different operating systems and distributions.

The GNOME System Tools solve all these problems, giving you a simple
graphical interface for each task, which uses an advanced backend to 
edit all the relevant files and apply your changes. The interface 
looks and acts in exactly the same way regardless of what platform 
you're using.

This package contains the backends of GNOME System Tools.

%prep
%setup -q -n %{oname}-%{version}

%build
#gw for backports, it has hardwired LOCALSTATEDIR/run as path
%define _localstatedir /var

autoreconf -fiv
%configure --with-stb-group=wheel
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_localstatedir}/cache/%{oname}

%find_lang %{oname}

%files -f %{oname}.lang
%doc README AUTHORS NEWS 
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf
%{_sbindir}/%{oname}
%{_datadir}/dbus-1/system-services/org.freedesktop.SystemToolsBackends*.service
%{_datadir}/polkit-1/actions/org.freedesktop.SystemToolsBackends.policy
%{_datadir}/system-tools-backends-2.0/
%{_libdir}/pkgconfig/system-tools-backends-2.0.pc
%{_localstatedir}/cache/%{oname}


%changelog

* Mon Dec 14 2015 Denis Silakov <dsilakov@gmail.com> 2.10.2-3
- (728d78f) Use autoreconf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14790 |14cu|tachyon-0.99-0.b2.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%ifarch x86_64
%define target linux-64
%else
%define target linux
%endif

%define variants thr thr-ogl
%define beta b2

%define libname %mklibname %{name} %{version}
%define devname %mklibname %{name} -d

Summary:	Parallel / Multiprocessor Ray Tracing System
Name:		tachyon
Version:	0.99
Release:	0.%{beta}.2
License:	BSD with advertising
Group:		Graphics
Url:		http://jedi.ks.uiuc.edu/~johns/raytracer/
Source0:	http://jedi.ks.uiuc.edu/~johns/raytracer/files/%{version}%{beta}/%{name}-%{version}%{beta}.tar.gz
# taken from Debian package
Source1:	%{name}.1
Patch0:		%{name}-rpm.patch
Patch1:		%{name}-shared.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libpng)
Conflicts:	%{name}-docs < 0.99-0.b2.2
Obsoletes:	%{name}-docs < 0.99-0.b2.2

%description
A portable, high performance parallel ray tracing system with
multithreaded implementation.

%files
%doc Changes
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%package gl
Summary:	Parallel / Multiprocessor Ray Tracing System with OpenGL display
Group:		Graphics
Requires:	%{name}

%description gl
A portable, high performance parallel ray tracing system with
multithreaded implementation.

This package contains OpenGL-enabled build.

%files gl
%{_bindir}/%{name}-ogl
%{_mandir}/man1/%{name}-ogl.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Parallel / Multiprocessor Ray Tracing System library
Group:		System/Libraries
Conflicts:	%{name}-libs < 0.99-0.b2.2
Obsoletes:	%{name}-libs < 0.99-0.b2.2

%description -n %{libname}
A portable, high performance parallel ray tracing system with
multithreaded implementation.  Tachyon is built as a C callable
library, which can be used with the included demo programs or within
your own application.

This package contains the shared library.

%files -n %{libname}
%doc Copyright README
%{_libdir}/libtachyon-%{version}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for tachyon
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.99-0.b2.2
Obsoletes:	%{name}-devel < 0.99-0.b2.2

%description -n %{devname}
This package contains development headers and libraries for developing
with tachyon.

%files -n %{devname}
%{_includedir}/tachyon
%{_libdir}/libtachyon.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p1 -b .r
%patch1 -p1 -b .shared
find . -name CVS | xargs rm -r
# executable sources
chmod 644 src/hash.{c,h}
chmod 644 src/pngfile.h
chmod 644 demosrc/spaceball.c
chmod 644 demosrc/trackball.{c,h}
chmod 644 scenes/imaps/*

%build
pushd unix
for variant in %{variants} ; do
  %make OPTFLAGS="%{optflags}" %{target}-$variant
done
popd

%install
mkdir -p %{buildroot}{%{_bindir},%{_libdir},{%{_datadir},%{_includedir}}/tachyon,%{_mandir}/man1}
for variant in %{variants} ; do
  install -pm755 compile/%{target}-$variant/tachyon %{buildroot}%{_bindir}/tachyon-$variant
done
rename -- -thr "" %{buildroot}%{_bindir}/*
cp -pr scenes %{buildroot}%{_datadir}/tachyon/
install -pm644 %{SOURCE1} %{buildroot}%{_mandir}/man1/
echo ".so tachyon.1" > %{buildroot}%{_mandir}/man1/tachyon-ogl.1
cp -a compile/%{target}-thr/libtachyon*.so %{buildroot}%{_libdir}/
install -pm644 src/{hash,tachyon{,_dep},util}.h %{buildroot}%{_includedir}/tachyon/

find %{buildroot}%{_datadir}/%{name}/ -type f | xargs chmod 0644

%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.99-0.b2.2
- (20ce0ec) Properly name library and development packages
- (20ce0ec) Fix file permissions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14791 |14cu|tagsoup-1.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major %(echo %{version} |cut -d. -f1-2)
Name:           tagsoup
Version:        1.2.1
Release:        5
Epoch:          0
Summary:        SAX-compliant parser written in Java
License:        GPL
Source0:        http://home.ccil.org/~cowan/XML/tagsoup/tagsoup-%{version}-src.zip
URL:            http://mercury.ccil.org/~cowan/XML/tagsoup/
Group:          Development/Java
BuildArch:      noarch
BuildRequires:  java-1.8.0-openjdk-devel
Requires:       jpackage-utils >= 0:1.6
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  xalan-j2

%description 
TagSoup is a SAX-compliant parser written in Java that, instead of
parsing well-formed or valid XML, parses HTML as it is found in the wild: nasty
and brutish, though quite often far from short. TagSoup is designed for people
who have to process this stuff using some semblance of a rational application
design. By providing a SAX interface, it allows standard XML tools to be
applied to even the worst HTML.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q

%build
export CLASSPATH=$(build-classpath xalan-j2-serializer xalan-j2)
export OPT_JAR_LIST="`%{__cat} %{_sysconfdir}/ant.d/trax`"
export JAVA_HOME=%{_prefix}/lib/jvm/java-1.7.0
%ant \
  -Dversion=%{version} \
  -Dj2se.apiurl=%{_javadocdir}/java \
  dist docs-api

%install
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 dist/lib/%{name}-%{major}.jar %{buildroot}%{_javadir}/%{name}-%{major}.jar
ln -s %{name}-%{major}.jar %{buildroot}%{_javadir}/%{name}.jar
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc CHANGES README
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Fri Jun 17 2016 Denis Silakov <denis.silakov@rosalab.ru> 0:1.2.1-5
- (0871d2b) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14792 |14cu|tango-icon-theme-0.8.90-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define extraname tango-icon-theme-extras
%define extraversion 0.1.0

Summary:	Tango icon theme
Name:		tango-icon-theme
Version:	0.8.90
Release:	6
License:	Public Domain
Group:		Graphical desktop/Other
URL:		http://tango.freedesktop.org/Tango_Icon_Library#Download
Source0:	http://tango.freedesktop.org/releases/%{name}-%{version}.tar.bz2
Source1:	http://tango.freedesktop.org/releases/%{extraname}-%{extraversion}.tar.gz
# http://www.gnome-look.org/content/show.php?content=41229
Source2:	tango_addon-0.5b.tar.bz2
Source3:	tango-icon-theme-xfce.tar.bz2
BuildArch:	noarch
BuildRequires:	intltool
BuildRequires:	imagemagick
BuildRequires:	imagemagick-devel
BuildRequires:	icon-naming-utils >= 0.8.90
Requires(post):	gtk+2.0
Requires(postun): gtk+2.0
Provides:	tango-icon-theme-kde
Obsoletes:	tango-icon-theme-kde

%description
This is an icon theme that follows the Tango visual guidelines.
It bundles with the extra icon set and additional Mandriva icons.

%prep
%setup -q -a 1 -a 2 -a 3
cp %{extraname}-%{extraversion}/README README.extra
cp %{extraname}-%{extraversion}/AUTHORS AUTHORS.extra
cp %{extraname}-%{extraversion}/ChangeLog ChangeLog.extra
mv "tango addon" tango_addon
chmod 644 tango_addon/readme.txt
rm tango_addon/apps/gtk-close.svg

%build
./configure --prefix=%{_prefix}
%make
cd %{extraname}-%{extraversion}
./configure --prefix=%{_prefix}
%make

%install
%makeinstall_std
cd %{extraname}-%{extraversion}
%makeinstall_std
cd ../tango_addon
install -m 644 apps/* %{buildroot}%{_datadir}/icons/Tango/scalable/apps
install -m 644 categories/* %{buildroot}%{_datadir}/icons/Tango/scalable/categories

cd ../tango-icon-theme-xfce
install -m 644 scalable/apps/* %{buildroot}%{_datadir}/icons/Tango/scalable/apps

touch %{buildroot}%{_datadir}/icons/Tango/icon-theme.cache

ln -s mozilla-firefox.svg %{buildroot}%{_iconsdir}/Tango/scalable/apps/firefox.svg

%clean

%post
%update_icon_cache Tango

%postun
%clean_icon_cache Tango

%files
%defattr(-,root,root,-)
%doc README* AUTHORS* ChangeLog* COPYING
%doc tango_addon/readme.txt
%dir %{_datadir}/icons/Tango/
%{_datadir}/icons/Tango/index.theme
%{_datadir}/icons/Tango/16x16
%{_datadir}/icons/Tango/22x22
%{_datadir}/icons/Tango/24x24
%{_datadir}/icons/Tango/32x32
%{_datadir}/icons/Tango/scalable
%ghost %{_datadir}/icons/Tango/icon-theme.cache

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.8.90-6
- (dee04c8) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14793 |14cu|tanks-of-freedom-0.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   Tanks-of-Freedom

Summary:        Indie Turn Based Strategy in Isometric Pixel Art
Name:           tanks-of-freedom
Version:        0.6.3
Release:        1
Group:          Games/Strategy
# https://github.com/w84death/Tanks-of-Freedom/blob/master/LICENSE.md
License:        MIT 
Url:            http://tof.p1x.in
Source0:        https://github.com/w84death/%{oname}/archive/%{version}-beta/%{oname}-%{version}-beta.tar.gz
BuildRequires:  imagemagick
Requires:       godot-runner

BuildArch:      noarch


%description
Classic turn-based strategy game with two armies fighting against each
other. Challenge yourself in campaign against AI or hot-seat battle
with a friend. Using easy map editor you can create any imaginable
scenario to play and share online for others to discover!

%files
%doc *.md
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#-------------------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}-beta
cp -f buildConfig/engine_linux32.cfg engine.cfg

# clean before copy
rm -rf bin buildConfig .git{attributes,ignore}
find . -perm 0600 -exec chmod 0644 {} \;

%build

%install
# game data
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
cp -a . %{buildroot}%{_gamesdatadir}/%{name}/

# godot wrapper
cat << EOF > %{name}.sh
#!/bin/sh
exec godot-runner -path %{_gamesdatadir}/%{name} "\$@"
EOF
install -D -m755 %{name}.sh %{buildroot}%{_gamesbindir}/%{name}

# icons
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size assets/icons/icon1024.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

# menu entry
install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=Tanks of Freedom
GenericName=Turn-based strategy game
Comment=Indie Turn Based Strategy in Isometric Pixel Art
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;StrategyGame;
EOF


%changelog

* Sat Jun 17 2017 abfonly <abfonly@gmail.com> 0.6.3-1
- (f6a1791) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14794 |14cu|tap-1.03-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	    %mklibname %{name} %{major}
%define develname   %mklibname -d %{name}

Name:		tap
Version:	1.03
Release:	1
Summary:	Write tests that implement the Test Anything Protocol
License:	GPL
Group:		System/Libraries
URL:		http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap
Source:		http://download.berlios.de/web-cpan/%{name}-%{version}.tar.gz


%description
The tap library provides functions for writing test scripts that produce output
consistent with the Test Anything Protocol.  A test harness that parses this
protocol can run these tests and produce useful reports indicating their
success or failure.

%package -n	%{libname}
Summary:	Write tests that implement the Test Anything Protocol
Group:		System/Libraries

%description -n	%{libname}
The tap library provides functions for writing test scripts that produce output
consistent with the Test Anything Protocol.  A test harness that parses this
protocol can run these tests and produce useful reports indicating their
success or failure.

%package -n	%{develname} 
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d %{name} 0}

%description -n	%{develname}
This package contains development files for %{name}.

%prep
%setup -q

%build
%configure2_5x
%make CFLAGS+=-UHAVE_LIBPTHREAD

%install
%makeinstall_std
rm -fr %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%doc INSTALL README
%{_libdir}/*.so.*

%files -n %{develname}
%{_libdir}/*.so
%{_includedir}/*
%{_mandir}/man3/*


%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.03-1
- (83b1d26) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14795 |14cu|tap-plugins-0.7.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tom's Audio Processing plugins
Name:		tap-plugins
Version:	0.7.3
Release:	1
License:	GPLv2+
Group:		Sound
URL:		http://tap-plugins.sourceforge.net/
Source0:	https://sourceforge.net/projects/tap-plugins/files/tap-plugins/%{version}/%{name}-%{version}.tar.gz
%description
TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch of
LADSPA plugins for digital audio processing, intended for use in a
professional DAW environment such as Ardour.

%prep
%setup -q
perl -p -i -e "s/-O3/%{optflags}/g" Makefile

%build
%make

%install
mkdir -p %{buildroot}%{_libdir}/ladspa
make INSTALL_PLUGINS_DIR=%{buildroot}%{_libdir}/ladspa/ \
     INSTALL_LRDF_DIR=%{buildroot}%{_datadir}/ladspa/rdf/ install

%files
%doc CREDITS README
%dir %{_libdir}/ladspa
%{_libdir}/ladspa/*.so
%{_datadir}/ladspa/rdf/*

%changelog

* Sat Apr 23 2016 dsilakov <denis.silakov@rosalab.ru> 0.7.3-1
- (1767e09) Merge pull request #1 from alzim/tap-plugins:rosa2014.1
- (1767e09) Updated to 0.7.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14796 |14cu|task-2.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A command-line to do list manager
Name:		task
Version:	2.5.1
Release:	1
License:	MIT
Group:		Office
Url:		http://taskwarrior.org
Source0:	http://taskwarrior.org/download/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(uuid)
Provides:	taskwarrior = %{EVRD}

%description
Task is a command-line to do list manager. It has support for GTD functionality
and includes the following features: tags, colorful tabular output, reports and
graphs, lots of manipulation commands, low-level API, abbreviations for all
commands and options, multi-user file locking, recurring tasks.

%files
%{_bindir}/task
%{_mandir}/man1/task.1.xz
%{_mandir}/man5/taskrc.5.xz
%{_mandir}/man5/task-color.5.xz
%{_mandir}/man5/task-sync.5.xz
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/*
%{_datadir}/bash-completion/completions/task
%{_datadir}/fish/completions/task.fish
%{_datadir}/vim/site/ftdetect/*.vim
%{_datadir}/vim/site/syntax/*.vim
%{_datadir}/zsh/site-functions/_task

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake \
	-DTASK_RCDIR=%{_datadir}/%{name}
# Too greedy for resources
make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/
install -m 644 scripts/bash/task.sh %{buildroot}%{_datadir}/bash-completion/completions/task

mkdir -p %{buildroot}%{_datadir}/zsh/site-functions/
install -m 644 scripts/zsh/_task %{buildroot}%{_datadir}/zsh/site-functions/

mkdir -p %{buildroot}%{_datadir}/fish/completions/
install -m 644 scripts/fish/task.fish %{buildroot}%{_datadir}/fish/completions/

mkdir -p %{buildroot}%{_datadir}/vim/site/ftdetect/
mkdir -p %{buildroot}%{_datadir}/vim/site/syntax/
install -m 644 scripts/vim/ftdetect/*vim %{buildroot}%{_datadir}/vim/site/ftdetect/
install -m 644 scripts/vim/syntax/*vim %{buildroot}%{_datadir}/vim/site/syntax/

rm -rf %{buildroot}%{_defaultdocdir}/%{name}


%changelog

* Fri Apr 22 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.1-1
- (7aea841) New version 2.5.1
- (7aea841) Build requires pkgconfig(gnutls)
- (7aea841) Install more completions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14797 |14cu|taskcoach-1.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	TaskCoach
%define python_compile     python -c "import compileall; compileall.compile_dir('.')"

Summary:	Your friendly task manager
Name:		taskcoach
Version:	1.4.3
Release:	1
Source0:	http://downloads.sourceforge.net/%{name}/%{tarname}-%{version}.tar.gz
Source1:        %{name}.desktop
License:	GPLv3+
Group:		Development/Other
Url:		http://www.taskcoach.org/
BuildRequires:	pkgconfig(python)
BuildRequires:	desktop-file-utils
Requires:	python >= 2.6
Requires:	wxPythonGTK >= 2.8.9.2
BuildArch:	noarch

%description
Task Coach is a simple open source todo manager to keep track of
personal tasks and todo lists. It grew out of a frustration th at most
task managers do not provide facilities for composite tasks. Often,
tasks and other things todo consist of several activities. Task Coach
is designed to deal with composite tasks. In addition, it offers
effort tracking, categories, and notes. 

%files
%doc CHANGES.txt COPYRIGHT.txt HACKING.txt LICENSE.txt PUBLICITY.txt README.txt
%{_bindir}/taskcoach
%{py_puresitedir}/TaskCoach*
%{py_puresitedir}/taskcoach*
%{_datadir}/applications/taskcoach.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#------------------------------------------------------

%prep
%setup -qn %{tarname}-%{version}
rm -rf taskcoachlib/bin.in/
chmod a-x *.txt
find . -perm 0600 -exec chmod 0644 {} \;

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}

mv %{buildroot}%{_bindir}/taskcoach.py %{buildroot}%{_bindir}/taskcoach

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -m 644 -p icons.in/%{name}.png  %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png

desktop-file-install \
  --dir=%{buildroot}%{_datadir}/applications \
  %{SOURCE1}
  
 rm -rf %{buildroot}%{py_puresitedir}/buildlib* 
 
# linting
pushd %{buildroot}%{py_puresitedir}/taskcoachlib/thirdparty
chmod +x desktop/{windows,dialog,__init__}.py \
  wxScheduler/{wxReportScheduler,wxScheduleUtils,wxTimeFormat,__init__,wxScheduler,wxSchedulerPrint,wxSchedulerCore}.py \
  keyring/cli.py \
  gntp/test/{test_hash,basic_tests}.py \
  squaremap/squaremap.py \
  {guid,smartdatetimectrl}.py \
  timeline/timeline.py \
  gntp/cli.py \
  wxScheduler/{wxSchedulerPaint,wxSchedulerConstants,wxDrawer,wxSchedule}.py 
popd  
chmod +x %{buildroot}%{py_puresitedir}/taskcoachlib/i18n/po2dict.py \
  

%changelog

* Mon Jul 18 2016 abfonly <abfonly@gmail.com> 1.4.3-1
- (ab921ee) Log: Update to 1.4.3
- (ab921ee) fixed build
- (ab921ee) fixed linting and attr
- (ab921ee) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14798 |14cu|task-compiz-stable-2014.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		task-compiz-stable
Version:	%{rosa_release}
Release:	1
Summary:	Meta task for stable version of Compiz
License:	GPLv2
Group:		System/X11
URL:		http://www.compiz.org/
Requires:	compiz0.8
Requires:	ccsm0.8
Requires:	compiz-fusion
Requires:	compiz-fusion-plugins-main
Requires:	compiz-fusion-plugins-extra
Requires:	emerald
Requires:	emerald-themes
Requires:	fusion-icon
Conflicts:	compiz > 0.9
BuildArch:	noarch

%description
Meta task for stable version of Compiz.

%prep
# nothing

%build
# nothing

%install
# nothing

%files
# nothing
%changelog

* Thu Sep 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 2012.1-1
- (54f8898) Use rosa_release macro as version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14799 |14cu|task-enlightenment-0.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Metapackage for the Enlightenment
Name:		task-enlightenment
Version:	0.21
Release:	2
Epoch:		1
License:	BSD
Group:		Graphical desktop/Enlightenment
Url:		http://www.rosalinux.com
Requires:	%{name}-minimal = %{EVRD}
Requires:	e_modules
Requires:	econnman
# Seems to be useless for now
#Requires:	emote
#Requires:	emprint
#Requires:	enjoy
#Requires:	enventor
#Requires:	ephoto
#Requires:	epour
Requires:	python-efl
Requires:	rage
Requires:	terminology
# prefered apps
# Suggests:	lxdm
Obsoletes:	task-e17 < 1:0.18
Provides:       task-e21 = %{EVRD}
Provides:	task-e20 = %{EVRD}
Provides:	task-e19 = %{EVRD}
Provides:	task-e18 = %{EVRD}
Provides:	task-e17 = %{EVRD}
BuildArch:	noarch

%description
This package is a meta-package, meaning that its purpose is to contain
all Enlightenment applications and libraries.

%files

#----------------------------------------------------------------------------

%package minimal
Summary:	Metapackage minimal for the Enlightenment
License:	BSD
Group:		Graphical desktop/Enlightenment
Requires:	e
Requires:	ecore
Requires:	edje
Requires:	eet
Requires:	eeze
Requires:	efreet
Requires:	eldbus
Requires:	elementary
Requires:	elua
Requires:	embryo
Requires:	emotion
Requires:	ethumb
Requires:	evas
Obsoletes:	emotion_generic_players
Obsoletes:	evas_generic_loaders
Obsoletes:	e_dbus < 1.8.0
Obsoletes:	editje < 0.9.3-1
Obsoletes:	edje_viewer < 1.1.1
Obsoletes:	enki < 0.6.1
Obsoletes:	enlil < 0.6.1
Obsoletes:	exalt < 0.9-2
Obsoletes:	expedite < 1.7.11
Obsoletes:	task-e17-minimal < 1:0.18
Provides:	task-e21-minimal = %{EVRD}
Provides:	task-e20-minimal = %{EVRD}
Provides:	task-e19-minimal = %{EVRD}
Provides:	task-e18-minimal = %{EVRD}
Provides:	task-e17-minimal = %{EVRD}
BuildArch:	noarch

%description minimal
This package is a meta-package, meaning that its purpose is to contain
minimal set of Enlightenment applications and libraries.

%files minimal

#----------------------------------------------------------------------------

%prep

%build

%install


%changelog

* Wed Nov 09 2016 Nemial <negry.m@yandex.ru> 1:0.21-2
- (fb001ea) Drop Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14800 |14cu|task-lamp-2014.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		task-lamp
Version:	%{rosa_release}
Release:	7
Summary:	Metapackage for the Linux, Apache, MySQL, PHP and Perl server
Group:		System/Servers
License:	GPL
Requires:	task-lamp-php
Requires:	task-lamp-perl
Requires:	mysql
Suggests:	task-lamp-extras

BuildArch:	noarch

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies for running LAMP-server, allowing easy installation of a 
comprehensive LAMP testing/development setup. For a production server, 
you may prefer to install a subset of the dependencies.

%package php
Summary:	Metapackage for the Linux, Apache, MySQL, PHP server
Group:		System/Servers
License:	GPL
Requires:	apache-base
Suggests:	apache-mpm-prefork
Requires:	apache-mod_php
Requires:	freetype
Requires:	php-mysql
#Suggests:	php-pear
Requires:	php-gettext
Requires:	php-xml
Requires:	php-imap
Requires:	php-mcrypt
Requires:	php-gd
Requires:	php-sqlite3
Suggests:	mysql
Suggests:	phpmyadmin
# Eaccelerator is not in a good shape and has been moved to contrib
# Suggests:	php-eaccelerator-admin

%description php
This package is a meta-package, meaning that its purpose is to contain
dependencies for running LAMP (PHP) server

%package perl
Summary:	Metapackage for the Linux, Apache, MySQL, Perl server
Group:		System/Servers
License:	GPL
Requires:	apache-base
Requires:	apache-mod_perl
Requires:	perl-DBD-mysql
#Requires:	perl-DBD-SQLite2 ??
Suggests:	mysql

%description perl
This package is a meta-package, meaning that its purpose is to contain
dependencies for running LAMP (Perl) server

%package extras
Summary:	Metapackage for the Linux, Apache, MySQL, PHP/Perl/Python extras
Group:		System/Servers
License:	GPL
Requires:	apache-mod_userdir
Requires:	apache-mod_dav
Suggests:	proftpd

%description extras
This package is a meta-package, meaning that its purpose is to add 
additional packages for a LAMP setup that are not strictly required, 
but are often provided in other similar bundles. These extra packages
are usually a convenience, and not recommended for use on production
servers without securing them.

%files

%files php

%files perl

%files extras



%changelog

* Tue Feb 09 2016 Denis Silakov <dsilakov@gmail.com> 2012.1-7
- (b238857) Do not even suggest php-pear



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14801 |14cu|task-lxde-2014.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    task-lxde
Version: %{rosa_release}
Release: 9
Summary: Metapackage for lxde
Group: Graphical desktop/Other
License: GPL
URL: http://lxde.org
Requires: desktop-common-data
Requires: lxde-common
Requires: lxappearance
Requires: lxterminal
Suggests: gpicview
Suggests: leafpad
Suggests: xarchiver
Suggests: lxtask
Suggests: lxrandr
Suggests: scrot
Suggests: xmessage
Suggests: networkmanager-applet
Requires: parcellite
Suggests: mdvinput
Suggests: fskbsetting
Suggests: xfce4-power-manager > 1:1.2.0-10
Suggests: compton
Suggests: compton-conf
#Suggests: xfce4-notifyd

BuildArch: noarch

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies for running the Lightweight X11 Desktop Environment.

%files

%changelog
* Wed Nov 12 2014 Denis Silakov <denis.silakov@rosalab.ru> 2012.1-9
+ Revision: 51b72a6
- Move to contrib repository



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14802 |14cu|task-lxqt-0.10.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Metapackage for the LXQt (LXDE-Qt) desktop environment
Name:		task-lxqt
Version:	0.10.0
Release:	7
License:	LGPLv2.1+
Group:		Graphical desktop/Other
Url:		http://www.lxqt.org
# LXQt itself
Requires:	lxqt-about >= %{version}
Requires:	lxqt-admin >= %{version}
Requires:	lxqt-common >= %{version}
Requires:	lxqt-config >= %{version}
Requires:	lxqt-globalkeys >= %{version}
Requires:	lxqt-notificationd >= %{version}
Requires:	lxqt-openssh-askpass >= %{version}
Requires:	lxqt-panel >= %{version}
Requires:	lxqt-policykit >= %{version}
Requires:	lxqt-powermanagement >= %{version}
Requires:	qt5-platformtheme-lxqt >= %{version}
Requires:	lxqt-runner >= %{version}
Requires:	lxqt-session >= %{version}
Requires:	lxqt-sudo >= %{version}
Requires:	pcmanfm-qt >= %{version}
Requires:	drakconf-lxqt
# Other stuff
Requires:	openbox
Requires:	qterminal
Requires:	lximage-qt
Requires:	obconf-qt
Suggests:       trojita
#Suggests:       qupzilla
BuildArch:	noarch

# Forgot to add this to ISO image
Requires:	fuse-exfat

# kf5solid is used instead of liblxqt-mount
Obsoletes:	liblxqt-mount < %{version}
Obsoletes:	%{mklibname lxqtmount 0} < %{version}
Obsoletes:	%{mklibname lxqtmount -d} < %{version}

Obsoletes:	lxqt-config-randr < %{version}
Obsoletes:	%mklibname lxqtmount 0
Obsoletes:	%mklibname lxqtmount -d

%description
This package is a meta-package, meaning that its purpose is to contain
all LXQt applications and libraries.

%files

#----------------------------------------------------------------------------

%prep

%build

%install


%changelog

* Fri Jan 15 2016 Denis Silakov <dsilakov@gmail.com> 0.10.0-7
- (3a00a39) Do not obsolete pcmanfm at all



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14803 |14cu|task-mate-1.12.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Metapackage for MATE desktop environment
Name:		task-mate
Version:	1.12.0
Release:	9
License:	GPLv2+
Group:		Graphical desktop/MATE
Requires:	%{name}-minimal >= %{version}
Requires:	atril >= %{version}
Requires:	caja >= %{version}
#Requires:	caja-dropbox >= %{version}
Requires:	caja-image-converter >= %{version}
Requires:	caja-open-terminal >= %{version}
Requires:	caja-sendto >= %{version}
Requires:	caja-sendto-pidgin >= %{version}
Requires:	caja-sendto-upnp >= %{version}
Requires:	caja-sendto-devel >= %{version}
Requires:	caja-share >= %{version}
Requires:	caja-wallpaper >= %{version}
Requires:	dconf-editor
Requires:	deadbeef
Requires:	engrampa >= %{version}
Requires:	eom >= %{version}
Suggests:	gdm-220
Requires:	gparted
Requires:	mate-applets >= %{version}
Requires:	mate-backgrounds >= %{version}
Requires:	mate-calc
Requires:	mate-common >= %{version}
Requires:	mate-control-center >= %{version}
Requires:	mate-desktop >= %{version}
Requires:	mate-icon-theme >= %{version}
Requires:	mate-indicator-applet >= %{version}
Requires:	mate-media >= %{version}
Requires:	mate-menus >= %{version}
Requires:	mate-netspeed >= %{version}
Requires:	mate-notification-daemon >= %{version}
Requires:	mate-panel >= %{version}
Requires:	mate-polkit >= %{version}
Requires:	mate-power-manager >= %{version}
Requires:	mate-screensaver >= %{version}
Requires:	mate-sensors-applet >= %{version}
Requires:	mate-session-manager >= %{version}
Requires:	mate-settings-daemon >= %{version}
Requires:	mate-system-monitor >= %{version}
Requires:	mate-terminal >= %{version}
Requires:	mate-user-share >= %{version}
Requires:	mate-utils >= %{version}
Requires:	pluma >= %{version}
Requires:	python-caja >= %{version}
Requires:	mozo
Requires:	marco
Requires:	drakconf-mate
Requires:	mate-icon-theme-menta
Suggests:	mucharmap
Requires:	remmina
Requires:	remmina-plugins-rdp
Requires:	remmina-plugins-vnc
Suggests:	totem-gtk2
Requires:	transmission
Requires:	vorbis-tools
BuildArch:	noarch

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies for running the MATE.

%files

#----------------------------------------------------------------------------

%package minimal
Summary:	Minimal dependencies needed for MATE desktop
Group:		Graphical desktop/MATE
Requires:	accountsservice
Requires:	blueman
Requires:	caja >= %{version}
Requires:	libgnomesu
Requires:	marco >= %{version}
Requires:	mate-backgrounds >= %{version}
Requires:	mate-icon-theme >= %{version}
Requires:	mate-panel >= %{version}
Requires:	mate-power-manager >= %{version}
Requires:	mate-session-manager >= %{version}
Requires:	mate-themes >= 1.8.0
Requires:	newmoon
Requires:	parcellite
Requires:	preload
Requires:	task-pulseaudio
Requires:	task-x11

%description minimal
This package is a meta-package, meaning that its purpose is to contain
minimal dependencies for running a minimal MATE desktop environment.

%files minimal

#----------------------------------------------------------------------------

%prep

%build

%install


%changelog

* Mon Jul 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.12.0-9
- (17adf92) Minimal task requires libgnomesu



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14804 |14cu|task-MRB-1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Metapackage for MRB
Name:		task-MRB
Version:	1
Release:	5
License:	GPL
Group:		Graphical desktop/Other
# filter some linting .
Source100:	%{name}.rpmlintrc
Requires:	task-MRB-tty
Requires:	cairo-dock 
Requires:	cairo-dock-plugins
Requires:	xt7-player3
Requires:	pidgin
Requires:	gimp
Requires:	meld
Requires:	darktable 
Requires:	xwinwrap
Requires:	filezilla
Requires:	screenfetch



# if restricted is available
Requires:	libdvdcss

#Conflicts:	rosa-media-player
#Conflicts:	clementine
#Conflicts:	kopete
#Conflicts:	youmagic
#Conflicts:	kppp-provider
#Conflicts:	kppp


BuildArch:	noarch

Provides:	task-MRB = %{EVRD}

%description
This package is a meta-package, meaning that its purpose is to contain
the Rosalinux.Ro (MRB) GUI apps customizations.

%files

#---------------------------------------------------------------------

%package tty

Summary:	This is tty dependencies needed by %{name} package
Group:		Graphical desktop/Other
Requires:	fbterm
Requires:	fbv
Requires:	byobu
Requires:	mybashburn
Requires:	tty-clock
Requires:	lynx
Requires:	centerim
Requires:	youtube-dl
Requires:	alpine
Requires:	mc
Requires:	cmatrix 
Requires:	caca-utils
Requires:	asciiquarium
Requires:	dvtm
Requires:	fbida
Requires:	fbcat
Requires:	inxi 
Requires:	bsd-games
Requires:	htop
Requires:	iptraf
Requires:	mtr 
Requires:	slmenu
Requires:	videotop
Requires:	weatherman
# also from restricted
Requires:	moc

Provides:	task-MRB-tty = %{EVRD}

%description tty
This package is a meta-package, meaning that its purpose is to contain
the Rosalinux.Ro (MRB) CLI && tty apps customizations.


%files tty

#--------------------------------------------------------------------


%changelog
* Sun Nov 23 2014 abfonly <abfonly@gmail.com> 1-5
+ Revision: 9cbaa0a
- Updated task-MRB.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14805 |14cu|task-nodejs-es6-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dversion 0.1.1
%define es5version 0.10.11
%define itversion 2.0.0 
%define mapversion 0.1.2
%define setversion 0.1.3
%define symversion 3.0.2
%define wmapversion 2.0.1
%define eeversion 0.3.4

Summary:        Task-es5 and 6
Name:           task-nodejs-es6
Version:        1.0
Release:        2
License:        MIT
Group:          Development/Other
Url:            https://www.npmjs.com/
Source0:https://github.com/medikoo/d/archive/v0.1.1.tar.gz
Source1:https://github.com/medikoo/es5-ext/archive/v0.10.11.tar.gz
Source2:https://github.com/medikoo/es6-iterator/archive/v2.0.0.tar.gz
Source3:https://github.com/medikoo/es6-map/archive/v0.1.2.tar.gz
Source4:https://github.com/medikoo/es6-set/archive/v0.1.3.tar.gz
Source5:https://github.com/medikoo/es6-symbol/archive/v3.0.2.tar.gz
Source6:https://github.com/medikoo/es6-weak-map/archive/v2.0.1.tar.gz
Source7:https://github.com/medikoo/event-emitter/archive/v0.3.4.tar.gz  

BuildRequires:  nodejs-packaging
BuildArch:      noarch

%description
This is build as task because are all circular among each other,
and I don't know where to open the circular chain.
#===================================================================
%package -n nodejs-d
Summary:        Property descriptor factory
Version:        %{dversion}
License:        MIT
BuildArch:      noarch

%description -n nodejs-d
%{summary}.

%files -n nodejs-d
%doc d-%{dversion}/CHANGES d-%{dversion}/LICENCE d-%{dversion}/README.md
%{nodejs_sitelib}/d

#------------------------------------------------------------------
%package -n nodejs-es5-ext

Summary:        ECMAScript extensions and shims
Version:        %{es5version}
License:        MIT
BuildArch:      noarch

%description -n nodejs-es5-ext
%{summary}.

%files -n nodejs-es5-ext
%doc es5-ext-%{es5version}/LICENSE es5-ext-%{es5version}/README.md es5-ext-%{es5version}/CHANGES
%{nodejs_sitelib}/es5-ext

#------------------------------------------------------------------
%package -n nodejs-es6-iterator

Summary:        Iterator abstraction based on ES6 specification
Version:        %{itversion}
License:        MIT
BuildArch:      noarch

%description -n nodejs-es6-iterator
%{summary}.

%files -n nodejs-es6-iterator
%doc es6-iterator-%{itversion}/LICENSE es6-iterator-%{itversion}/README.md es6-iterator-%{itversion}/CHANGES
%{nodejs_sitelib}/es6-iterator
#------------------------------------------------------------------
%package -n nodejs-es6-map

Summary:        ECMAScript6 Map polyfill
Version:        %{mapversion}
License:        MIT
BuildArch:      noarch

%description -n nodejs-es6-map
%{summary}.

%files -n nodejs-es6-map
%doc es6-map-%{mapversion}/LICENSE es6-map-%{mapversion}/README.md es6-map-%{mapversion}/CHANGES
%{nodejs_sitelib}/es6-map
#------------------------------------------------------------------
%package -n nodejs-es6-set

Summary:        ECMAScript6 Set polyfill
Version:        %{setversion}
License:        MIT
BuildArch:      noarch

%description -n nodejs-es6-set
%{summary}.

%files -n nodejs-es6-set
%doc es6-set-%{setversion}/LICENSE es6-set-%{setversion}/README.md es6-set-%{setversion}/CHANGES
%{nodejs_sitelib}/es6-set
#------------------------------------------------------------------
%package -n nodejs-es6-symbol

Summary:        ECMAScript 6 Symbol polyfill   
Version:        %{symversion}
License:        MIT
BuildArch:      noarch

%description -n nodejs-es6-symbol
%{summary}.

%files -n nodejs-es6-symbol
%doc es6-symbol-%{symversion}/LICENSE es6-symbol-%{symversion}/README.md es6-symbol-%{symversion}/CHANGES
%{nodejs_sitelib}/es6-symbol
#------------------------------------------------------------------

%package -n nodejs-es6-weak-map

Summary:        ECMAScript6 WeakMap polyfill
Version:        %{wmapversion}
License:        MIT
BuildArch:      noarch

%description -n nodejs-es6-weak-map
%{summary}.

%files -n nodejs-es6-weak-map
%doc es6-weak-map-%{wmapversion}/LICENSE es6-weak-map-%{wmapversion}/README.md es6-weak-map-%{wmapversion}/CHANGES
%{nodejs_sitelib}/es6-weak-map
#------------------------------------------------------------------

%package -n nodejs-event-emitter

Summary:        Environment agnostic event emitter
Version:        %{eeversion}
License:        MIT
BuildArch:      noarch

%description -n nodejs-event-emitter
%{summary}.

%files -n nodejs-event-emitter
%doc event-emitter-%{eeversion}/LICENSE event-emitter-%{eeversion}/README.md event-emitter-%{eeversion}/CHANGES
%{nodejs_sitelib}/event-emitter
#------------------------------------------------------------------
%prep
### d
%setup -q -c -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7


%build

%install
mkdir -p \
  %{buildroot}%{nodejs_sitelib}/{d,es5-ext,es6-iterator,es6-map,es6-set,es6-symbol,es6-weak-map,event-emitter}

### d
pushd d-%{dversion}
mkdir -p node_modules
ln -sf ../../{es5-ext,es6-iterator,es6-symbol} node_modules
cp -pr package.json *.js node_modules %{buildroot}%{nodejs_sitelib}/d
popd

### es5-ext
pushd es5-ext-%{es5version}
mkdir -p node_modules
ln -sf ../../{d,es6-iterator,es6-symbol} node_modules 
cp -pr package.json array error *.js iterable math object string boolean date function number reg-exp node_modules  %{buildroot}%{nodejs_sitelib}/es5-ext
popd

### es6-iterator
pushd es6-iterator-%{itversion}
mkdir -p node_modules
ln -sf ../../{d,es5-ext,es6-symbol} node_modules
cp -pr package.json *.js node_modules %{buildroot}%{nodejs_sitelib}/es6-iterator
popd

### es6-map
pushd es6-map-%{mapversion}
mkdir -p node_modules
ln -sf ../../{d,es5-ext,es6-iterator,es6-set,es6-symbol,event-emitter} node_modules
cp -pr package.json *.js primitive lib node_modules \
  %{buildroot}%{nodejs_sitelib}/es6-map
popd

### es6-set
pushd es6-set-%{setversion}
mkdir -p node_modules
ln -sf ../../{d,es5-ext,es6-iterator,es6-symbol,event-emitter} node_modules
cp -pr package.json *.js primitive lib ext node_modules \
  %{buildroot}%{nodejs_sitelib}/es6-set
popd

### es6-symbol
pushd es6-symbol-%{symversion}
mkdir -p node_modules
ln -sf ../../{d,es5-ext,es6-iterator} node_modules
cp -pr package.json *.js  node_modules %{buildroot}%{nodejs_sitelib}/es6-symbol
popd

### es6-weak-map
pushd es6-weak-map-%{wmapversion}
mkdir -p node_modules
ln -sf ../../{d,es5-ext,es6-iterator,es6-symbol} node_modules
cp -pr package.json *.js  node_modules \
  %{buildroot}/%{nodejs_sitelib}/es6-weak-map
popd

### event-emitter
pushd event-emitter-%{eeversion}
mkdir -p node_modules
ln -sf ../../{d,es5-ext,es6-iterator,es6-symbol} node_modules
cp -pr package.json *.js  node_modules \
  %{buildroot}%{nodejs_sitelib}/event-emitter
popd  

#------------------------------------------------------------------

%changelog

* Sat Feb 06 2016 abfonly <abfonly@gmail.com> 1.0-2
- (95cc7e9) fixed stupid typo, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14806 |14cu|task-sound-studio-0.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		task-sound-studio
Version:	0.3
Release:	11
Summary:	Meta package for Sound Studio and Music Production
Group:		Sound
License:	GPLv2+

## Packages organized by groups and divided in Suggests and Requires
####################################################################

# Jack engine-related
Requires:	jack
Requires:	jack-example-clients
Requires:	laditools
Requires:	qjackctl
Suggests:	ladish
Suggests:	ac3jack
Suggests:	ffado

# Bridges to other sound systems
Suggests:	tritonus-fluidsynth
Requires:	jackasyn

# Basic MIDI utilities
Suggests: a2jmidid
Suggests: vmpk
Suggests: qmidiroute
Suggests: qmidiarp

# Soundfont-related
Requires: fluid-soundfont-common
Requires: fluid-soundfont-gm
Requires: fluid-soundfont-gs
Requires: soundfont-utils
Suggests: swami
Requires: timidity-patch-gravis
Requires: timidity-patch-freepats
Requires: TiMidity++
Suggests: TiMidity++-interfaces-extra

# Score and tablature editors
Requires: lilypond
Suggests: nted
Suggests: ktabedit
Suggests: mscore

# Ladspa system and effect plugins
Requires: ladspa
Requires: ladspa-quitte-dsp
Requires: mcp-plugins
Requires: pvc
Requires: pvoc
Requires: rev-plugins
Requires: swh-plugins
Requires: tap-plugins
Requires: cmt
Requires: blop
Requires: caps

# LV2 system and plugins
Requires: lv2core
Requires: slv2
Requires: swh-lv2
Requires: ll-plugins
Requires: calf
Requires: ll-plugins-gui
Requires: invada-studio-plugins-lv2
Requires: foo-yc20

# DSSI system and synth plugins
Requires: dssi
Requires: fluidsynth-dssi
Requires: hexter
Requires: nekobee
Requires: whysynth
Requires: wsynth-dssi
Requires: xsynth-dssi

# Standalone Synths
Requires: fluidsynth
Suggests: yoshimi
Suggests: qsynth
Suggests: ams
Suggests: amsynth
Suggests: phasex
Suggests: bristol
Suggests: bristol-arp2600
Suggests: bristol-axxe
Suggests: bristol-b3
Suggests: bristol-dx
Suggests: bristol-explorer
Suggests: bristol-juno
Suggests: bristol-memory
Suggests: bristol-mini
Suggests: bristol-mono
Suggests: bristol-obx
Suggests: bristol-obxa
Suggests: bristol-odyssey
Suggests: bristol-poly800
Suggests: bristol-prophet
Suggests: bristol-rhodes
Suggests: bristol-rhodesbass
Suggests: bristol-roadrunner
Suggests: bristol-solina
Suggests: bristol-vox
Suggests: qsampler

# Simple audio recorders and players
Suggests: jack_capture
Suggests: timemachine
Suggests: qarecord
Suggests: uade
Suggests: upse
Suggests: xmp

# DAW - SAW and sequencers
Suggests: ardour
Suggests: audacity
Suggests: dino
Suggests: jokosher
Suggests: lmms
Suggests: qtractor
Suggests: rezound
Suggests: rosegarden
Suggests: seq24
Suggests: jackbeat
Suggests: beast
Suggests: kmid2

# Trackers
Suggests: schismtracker

# Effect racks
Suggests: jack-rack
Suggests: zynjacku
Suggests: ecamegapedal
Suggests: gnuitar
Suggests: guitarix
Suggests: jcgui
Suggests: jconvolver
Suggests: rakarrack
Suggests: tuxguitar
Suggests: jackeq
Suggests: zita-rev1

# Drum machines, live audio tools
Suggests: hydrogen
Suggests: mixxx
Suggests: terminatorx
Suggests: sooperlooper

# Audio developpers
Suggests: faust
Suggests: pd
Suggests: drumstick

# KernelRT
Suggests: kernel-rt-latest
Suggests: kernel-rt-devel-latest
Suggests: rtirq

# Media players
Suggests: xine-jack
Suggests: mplayer
Suggests: vlc-plugin-jack
Suggests: gstreamer0.10-plugins-good

# Desktop-specific configuration files
Suggests: lilypond-kde4

# Cadence set of tools for audio production
Suggests: cadence

#########################################################

BuildArch:  noarch

%description
This package is a meta-package which installs everything needed to have
a complete sound creation and processing studio.
- Rosa/Mandriva for Digital Audio Workstations -


%files

%changelog

* Wed Jan 13 2016 Giovanni Mariani <mc2374@mclink.it> 0.3-11
- (69d781c) Rebuilt for new jack (changed BReq and Req)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14807 |14cu|tavrasm-1.22-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A AVR assembler
Name:		tavrasm
Version:	1.22
Release:	9
License:	GPLv2+
Group:		Development/Tools
Url:		http://www.tavrasm.org
Source0:	%{name}-%{version}.tar.bz2
Patch0:		tavrasm.122-sfmt.patch
BuildRequires:	bison
BuildRequires:	flex

%description
Toms Linux AVR Assembler :

- Compiles code written for Atmels AVR DOS assembler.
- Super-set of Atmel AVR assembler.
- Generates Intel Hex, Motorola S-record, Generic and binary output.
- Atmel object files compatible with Atmel's AVR Studio.
- More than 100 warning/error messages.
- 'C' like escape characters in char/string literals ('\n', '\t', ...).
- Macros in macros.

%files
%{_bindir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}.122
%patch0 -p1

%build
cd src
# parallel build fail
make CPPFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1

install -m 0755 src/%{name} %{buildroot}%{_bindir}/%{name}
install -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.22-9
- (3cd5ac9) Build with system optflags to fix debug package
- (3cd5ac9) Fix string format errors
- (3cd5ac9) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14808 |14cu|tcl-tcllib-1.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	tcllib

Summary:	Collection of utility modules for Tcl
Name:		tcl-%{oname}
Version:	1.16
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://www.tcl.tk/software/tcllib/
Source0:	%{oname}-%{version}.tar.bz2
# Upstream patch for RHBZ #1197669
Patch0:    tcllib-1.16-textarea.patch
BuildRequires:	tcl-devel
BuildArch:	noarch

%description
Tcllib is a collection of utility modules for Tcl. These modules
provide a wide variety of functionality, from implementations of
standard data structures to implementations of common networking
protocols. The intent is to collect commonly used function into
a single library, which users can rely on to be available and
stable.

%files
%doc support/releases/PACKAGES README support/releases/history/README-1.9.txt
%doc ChangeLog license.terms
%{_bindir}/*
%{tcl_sitelib}/tcllib%{version}
%{_mandir}/mann/*

#--------------------------------------------------------------------

%prep
%setup -q -n Tcllib-%{version}
%patch0 -p0
chmod -x modules/doctools/mpformats/fr.msg
# Convert a couple of files to UTF-8
for file in modules/struct/pool.html ; do
    iconv --from=ISO-8859-1 --to=UTF-8 ${file} > ${file}.new
    mv -f ${file}.new ${file}
done

%build
%configure2_5x --libdir=%{tcl_sitelib}
%make

%install
%makeinstall_std


%changelog

* Fri May 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.16-1
- (30353ab) Updated to 1.16 with a fix for textarea bug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14809 |14cu|tcltls-1.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SSL2, SSL3, and TLS1 encryption extensions for TCL
Name:		tcltls
Version:	1.6
Release:	6
License:	BSD
Group:		System/Libraries
Url:		http://tls.sourceforge.net/
Source0:	http://downloads.sourceforge.net/tls/tls%{version}-src.tar.gz
Patch0:		tcltls-1.6-simpleclient.patch
Patch1:		tcltls-1.6-openssl.patch
Patch2:		tcltls-1.6-no-rpath.patch
Patch3:		tcltls-1.6-ciphers.patch
Patch4:		tcltls-1.6-sslv2.patch
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(tcl)
Requires:	openssl
Requires:	tcl >= 8.4.11

%description
Provides SSL2, SSL3, and TLS1 socket encryption functionality
to the TCL interpreted language.

Needed for Sguild.

%files
%doc ChangeLog README.txt license.terms tls.htm
%{tcl_sitearch}/tls%{version}

#----------------------------------------------------------------------------

%package devel
Summary:	SSL2, SSL3, and TLS1 encryption extensions for TCL
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description devel
Provides SSL2, SSL3, and TLS1 socket encryption functionality
to the TCL interpreted language. Development headers.

%files devel
%{_includedir}/tls.h

#----------------------------------------------------------------------------

%prep
%setup -q -n tls%{version}
%patch0 -p1 -b .simpleclient
%patch1 -p1 -b .openssl098a
%patch2 -p1 -b .rpath
%patch3 -p0
%patch4 -p1 -b .ssl2

%build
%configure2_5x \
	--enable-shared \
	--with-gcclib \
	--with-ssl-dir=%{_prefix} \
	--with-tcl=%{_libdir}

%make

%install
%makeinstall_std libdir=%{tcl_sitearch} includedir=%{_includedir}


%changelog

* Fri Mar 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6-6
- (120d7be) Disable tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14810 |14cu|tcpflow-1.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network traffic recorder
Name:		tcpflow
Version:	1.4.4
Release:	1
License:	GPL
Group:		Networking/Other
Source0:	http://www.digitalcorpora.org/downloads/tcpflow/%{name}-%{version}.tar.gz
URL:		http://afflib.org
BuildRequires:	libpcap-devel
BuildRequires:	autoconf
BuildRequires:	boost-devel
BuildRequires:	gtk+2.0
BuildRequires:	pkgconfig(openssl)

%description
tcpflow is a program that captures data transmitted as part of TCP 
connections (flows), and stores the data in a way that is convenient
for protocol analysis or debugging.
A program like 'tcpdump' shows a summary of packets seen on the wire,
but usually doesn't store the data that's actually being transmitted.
In contrast, tcpflow reconstructs the actual data streams and stores
each flow in a separate file for later analysis.

%prep
%setup -q -n %{name}-%{version}
chmod -x COPYING

%build
%configure2_5x
%make

%install
%makeinstall

%files
%doc AUTHORS COPYING ChangeLog NEWS README INSTALL
%{_bindir}/*
%{_mandir}/man*/*

%changelog
* Wed Nov 26 2014 dsilakov <denis.silakov@rosalab.ru> 1.4.4-1
+ Revision: 07386a2
- Merge pull request #1 from import/tcpflow:auto_update
- Updated to 1.4.4 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14811 |14cu|tcpreplay-4.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool to replay captured network traffic
Name:		tcpreplay
Version:	4.1.1
Release:	1
License:	BSD
Group:		Networking/Other
URL:		http://tcpreplay.synfin.net/trac/
Source0:	http://prdownloads.sourceforge.net/tcpreplay/%{name}-%{version}.tar.gz
Patch0:		tcpreplay-4.1.1-enforce-maxpacket.patch
BuildRequires:	autogen >= 5.9
BuildRequires:	autogen-devel >= 5.9
BuildRequires:	libdnet-devel
BuildRequires:	libpcap-devel >= 0.7.2
BuildRequires:	tcpdump

%description
Tcpreplay is a tool to replay captured network traffic. Currently, tcpreplay
supports pcap (tcpdump) and snoop capture formats. Also included, is tcpprep a
tool to pre-process capture files to allow increased performance under certain
conditions as well as capinfo which provides basic information about capture
files.

%prep
%setup -q
%patch0 -p1 -b .get_interface

%build
%configure2_5x \
    --enable-dynamic-link \
    --enable-tcpreplay-edit \
    --with-testnic=eth0 \
    --with-testnic2=eth1
%make

%install
%makeinstall_std

%clean

%files
%doc docs/CHANGELOG docs/CREDIT docs/HACKING docs/INSTALL docs/LICENSE docs/TODO
%{_bindir}/tcpbridge
%{_bindir}/tcpprep
%{_bindir}/tcpreplay
%{_bindir}/tcpreplay-edit
%{_bindir}/tcprewrite
%{_bindir}/tcpcapinfo
%{_bindir}/tcpliveplay
%{_mandir}/man1/*



%changelog

* Mon Jul 11 2016 Denis Silakov <dsilakov@gmail.com> 4.1.1-1
- (19a3c97) Updated to 4.1.1 with CVE-2016-6160 patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14812 |14cu|tcron-0.5.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name}

Summary:	Another cron daemon
Name:		tcron
Version:	0.5.3
Release:	9
License:	LGPLv2+
Group:		System/Servers
Url:		http://tcron.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}.makefile.patch
Patch1:		tcron-check-dev_rtc.patch
Requires(post,preun):	rpm-helper

%description
Tcron integrates 'cron' with the ATX power-up capability.
It can invoke multiple cron jobs and switch the computer on
and off any number of times per day.

%files
%doc README Changelog
%config(noreplace) %{_sysconfdir}/tcron.conf
%{_sbindir}/tcrond
%{_bindir}/*
%{_initrddir}/tcrond
%{_libdir}/tcrontab-ap
%{_var}/spool/tcron

%post
%_post_service tcrond

%preun
%_preun_service tcrond

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library need by tcron
Group:		System/Libraries

%description -n %{libname}
Tcron integrates 'cron' with the ATX power-up capability.
It can invoke multiple cron jobs and switch the computer on
and off any number of times per day.

This package contains the tcron common library.

%files -n %{libname}
%doc README Changelog
%{_libdir}/libtcrontab-api.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The development files from tcron
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Tcron integrates 'cron' with the ATX power-up capability.
It can invoke multiple cron jobs and switch the computer on
and off any number of times per day.

This package contains files need to create applications using
tcron library.

%files -n %{devname}
%doc README README.api Changelog demo
%{_libdir}/libtcrontab-api.so
%{_libdir}/libtcrontab-api.a
%{_includedir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .orig
%patch1 -p0 -b .devrtc

%build
%make \
	prefix=%{_prefix} \
	TCRONTAB_AP_LIB=%{_libdir} \
	OFLAGS="%{optflags}"

%install
%makeinstall_std \
	prefix=%{_prefix} \
	TCRONTAB_AP_LIB=%{_libdir} \
	OFLAGS="%{optflags}"

mkdir -p %{buildroot}%{_initrddir}
mv %{buildroot}%{_sysconfdir}/init.d/tcrond %{buildroot}%{_initrddir}/tcrond

(
cd %{buildroot}%{_libdir}
ln -s libtcrontab-api.so.%{major} libtcrontab-api.so
)

mkdir -p %{buildroot}%{_var}/spool/tcron


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.3-9
- (14920bf) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14813 |14cu|tea-43.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Powerful text editor with many HTML editing and text processing functions
Name:		tea
Version:	43.1.0
Release:	1
License:	GPLv3+
Group:		Editors
Url:		http://semiletov.org/tea/
Source0:	http://semiletov.org/tea/dloads/%{name}-%{version}.tar.bz2
BuildRequires:	imagemagick
BuildRequires:	aspell-devel
BuildRequires:	hunspell-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	locales-ru

%description
Powerful text editor with many HTML editing and text processing functions.

%files
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

find . -perm 0600 | xargs chmod 0644

%build
export LC_ALL=ru_RU.utf8
%qmake_qt5
%make

%install
export LC_ALL=ru_RU.utf8
install -D -m 0755 bin/%{name} %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_datadir}/applications
cat <<EOF >%{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Tea
Comment=Tea is a small but powerful text editor
Comment[ru]=Tea - небольшой, но мощный текстовый редактор
Comment[ua]=Tea - малий, але дуже потужний текстовий редактор
TryExec=%{name}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Qt;Utility;TextEditor;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert icons/tea-icon-v3-02.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

%changelog

* Mon Oct 03 2016 abondrov <andrey.bondrov@rosalab.ru> 43.1.0-1
- (fd9af0c) Merge pull request #5 from tremod/tea:rosa2014.1
- (fd9af0c) Update to 43.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14814 |14cu|tecnoballz-0.93.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Brick Busting game
Name:		tecnoballz
Version:	0.93.1
Release:	1
License:	GPLv3+
Group:		Games/Arcade
Url:		http://linux.tlk.fr/games/TecnoballZ/
Source0:	http://linux.tlk.fr/games/TecnoballZ/download/%{name}-%{version}.tgz
Source1:	%{name}.xpm
Source2:	%{name}.desktop
Patch0:		tecnoballz-0.93.1-gamesdir.patch

BuildRequires:	pkgconfig(libmikmod)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	tinyxml-devel

%description
A exciting Brick Breaker with 50 levels of game and 11 special levels,
distributed on the 2 modes of game to give the player a sophisticated
system of attack weapons with an enormous power of fire that can be
build by gaining bonuses. Numerous decors, musics and sounds
complete this great game. This game was ported from the Commodore Amiga.

%files
%doc AUTHORS CHANGES COPYING README
%attr(2755,root,games) %{_bindir}/%{name}
%attr(-,root,games) %{_datadir}/%{name}
%dir %{_localstatedir}/games/%{name}
%attr(-,root,games) %config(noreplace) %{_localstatedir}/games/%{name}/%{name}.hi
%{_mandir}/man6/%{name}.6*
%{_iconsdir}/hicolor/32x32/apps/%{name}.xpm
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fvi
%configure2_5x
# FIX: ovverride CXXFLAGS to pick up RPM_OPT_FLAGS
%make CXXFLAGS="%{optflags}"

%install
%makeinstall_std

# install desktop file
mkdir -p %{buildroot}%{_datadir}/applications
cp %{SOURCE2} %{buildroot}%{_datadir}/applications/

# install icon
mkdir -p %{buildroot}%{_iconsdir}/hicolor/32x32/apps
install -p -m 0644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.xpm


%changelog
* Mon Nov 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.93.1-1
+ Revision: 94bb785
- New version 0.93.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14815 |14cu|teeworlds-0.6.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		teeworlds
Version:	0.6.4
Release:	1
Summary:	Online multi-player platform 2D shooter
Group:		Games/Arcade
License:	Teeworlds
URL:		http://www.teeworlds.com/
Source0:	https://downloads.teeworlds.com/%{name}-%{version}-src.tar.gz
Source1:	%{name}.png
Source2:	%{name}.desktop
Patch1:		%{name}-0.6.4-extlibs.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	bam >= 0.4.0
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pnglite-devel
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(freetype2)
Requires:	%{name}-data = %{EVRD}

%description
The game features cartoon-themed graphics and physics,
and relies heavily on classic shooter weaponry and gameplay.
The controls are heavily inspired by the FPS genre of computer games.

%files
%doc readme.txt license.txt
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
#------------------------------------------------------------------------------

%package server
Summary:	Server for %{name}
Group:		Games/Arcade
Requires:	%{name}-data

%description	server
The server daemon for %{name}, an online multi-player platform 2D shooter,
which allows you to host online %{name} games.



%files server
%doc readme.txt license.txt
%{_bindir}/%{name}-srv
#----------------------------------------------------------------------------------
%package	data
Summary:	Data-files for %{name}
Group:		Games/Arcade
Requires:	%{name}
BuildArch:      noarch

%description    data
Data-files for %{name}, an online multi-player platform 2D shooter.

%files data
%doc readme.txt license.txt
%{_datadir}/%{name}/
#--------------------------------------------------------------------------------
%prep
%setup -qn %{name}-%{version}-src
rm -rf src/engine/external

%patch1 -p1 -b .extlibs

iconv -f iso-8859-1 -t utf-8 readme.txt |sed 's|\r||g' > readme.txt.utf8
touch -c -r readme.txt readme.txt.utf8
mv readme.txt.utf8 readme.txt

%build
%setup_compile_flags
bam -v release

%install
mkdir -p %{buildroot}%{_datadir}/%{name}/data
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -D -m 0755 %{name}_srv %{buildroot}%{_bindir}/%{name}-srv
cp -pr data/* %{buildroot}%{_datadir}/%{name}/data
install -p -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

desktop-file-install \
     --dir=%{buildroot}%{_datadir}/applications \
     %{SOURCE2}


%changelog

* Wed Dec 14 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.6.4-1
- (e744cab) Fix patch name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14816 |14cu|telegram-2.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Telegram desktop client
Name:		telegram
Version:	2.5.1
Release:	1
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		https://desktop.telegram.org
Source0:	https://github.com/telegramdesktop/tdesktop/releases/download/v%{version}/tsetup.%{version}.tar.xz
#Source1:	https://github.com/telegramdesktop/tdesktop/releases/download/v%{version}/tsetup32.%{version}.tar.xz

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%description
Telegram is an Open Source instant messaging platform for mobile and
desktop focused on privacy.

%prep
%setup -q -c -T
%ifarch %{ix86}
tar xJf %{SOURCE1}
%else
tar xJf %{SOURCE0}
%endif

%build

%install
mkdir -p %{buildroot}%{_bindir}
strip Telegram/*
mv Telegram/* %{buildroot}%{_bindir}

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14817 |14cu|telegram-cli-1.3.1-0.20150515git5935c9.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global  checkout   5935c97ed05b90015418b5208b7beeca15a6043c
%global  date       20150515

Name:		telegram-cli
Version:	1.3.1
Release:	0.%{date}git%(echo %{checkout} | cut -c-6).2
Summary:	Linux Command-line interface for Telegram
Group:		Networking/Instant messaging
License:	GPLv2+ and LGPLv2+
Url:		https://github.com/vysheng/tg
## Source archive made by using following commands
## git clone --recursive https://github.com/vysheng/tg
## tar -cvzf tg-5935c97ed05b90015418b5208b7beeca15a6043c.tar.gz tg
Source0:	tg-%{checkout}.tar.gz

BuildRequires:	pkgconfig(jansson)
BuildRequires:	pkgconfig(lua) >= 5.2
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(libconfig)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	readline-devel

%description
Telegram is an Open Source instant messaging platform for mobile and
desktop focused on privacy.
This is a Linux Command-line interface for Telegram.

%prep
%setup -q -n tg

sed -e 's|event2/event.h|event.h|g' -i *.c

%build
%configure \
	--enable-libconfig \
	--enable-liblua \
	--enable-extf \
	--with-zlib=%{_prefix} \
	--with-openssl=%{_prefix} \
	--with-progname=telegram-cli \
	--enable-json \
	--enable-extf \
	--disable-valgrind

%make 


%install
##Manual installation
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sysconfdir}/telegram-cli
mkdir -p %{buildroot}%{_mandir}/man8

install -p -m 0755 bin/telegram-cli %{buildroot}%{_bindir}
install -p -m 0755 bin/tl-parser %{buildroot}%{_bindir}
install -p -m 0755 bin/generate %{buildroot}%{_bindir}
install -p -m 0644 server.pub %{buildroot}%{_sysconfdir}/telegram-cli
install -p -m 0644 debian/%{name}.8 %{buildroot}%{_mandir}/man8

%files
%doc README.md README-LUA CHANGELOG LICENSE
%{_bindir}/telegram-cli
%{_bindir}/tl-parser
%{_bindir}/generate
%dir %{_sysconfdir}/telegram-cli
%config(noreplace) %{_sysconfdir}/telegram-cli/server.pub
%{_mandir}/man8/%{name}.8*

%changelog

* Fri May 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-0.20150515git5935c9.2
- (3a2d5fd) Enable lua



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14818 |14cu|telegramqml-0.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname TelegramQML

%define major 1
%define libname %mklibname telegramqml %{major}
%define devname %mklibname telegramqml -d
%define qmlname %mklibname telegram-qml

Summary:	QML plugin for Telegram client
Name:		telegramqml
Version:	0.9.2
Release:	1
License:	GPLv3+
Group:		Development/KDE and Qt
Url:		https://github.com/Aseman-Land/TelegramQML
# https://github.com/Aseman-Land/TelegramQML/archive/v%{version}-stable.tar.gz
Source0:	%{oname}-%{version}.tar.gz
BuildRequires:	libqtelegram-ae-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Xml)

%description
QML plugin for Telegram client.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	This is a Qt asynchronous library to be used as Telegram client
Group:		System/Libraries

%description -n %{libname}
This is a Qt asynchronous library to be used as Telegram client.

%files -n %{libname}
%{_libdir}/libtelegramqml.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%dir %{_includedir}/qt5/telegramqml/
%{_includedir}/qt5/telegramqml/*
%{_libdir}/libtelegramqml.so

#----------------------------------------------------------------------------

%package -n %{qmlname}
Summary:	QML plugin for Telegram client
Group:		System/Libraries
Provides:	telegram-qml = %{EVRD}
Obsoletes:	libqtelegram < 1.0.1

%description -n %{qmlname}
QML plugin for Telegram client.

%files -n %{qmlname}
%dir %{_qt5_libdir}/qt5/qml/TelegramQml
%{_qt5_libdir}/qt5/qml/TelegramQml/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

mkdir QML
mv `ls -1 |grep -v QML` QML
cp -a QML LIB

%build
pushd LIB
%qmake_qt5 \
	BUILD_MODE=lib \
	LIBDIR=%{_libdir}
%make
popd

pushd QML
%qmake_qt5
%make
popd

%install
pushd LIB
%makeinstall_std INSTALL_ROOT=%{buildroot} STRIP=true
popd

pushd QML
%makeinstall_std INSTALL_ROOT=%{buildroot} STRIP=true
popd


%changelog

* Wed Jun 15 2016 abondrov <andrey.bondrov@rosalab.ru> 0.9.2-1
- (2f1d6d7) Merge pull request #1 from tremod/telegramqml:rosa2014.1
- (2f1d6d7) Update to 0.9.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14819 |14cu|telepathy-kde-common-internals-0.8.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ktp-common-internals
%define major 7
%define version_lib 0.8
%define qmlname %mklibname telepathy-kde-qml

Summary:	KDE Telepathy Parts
Name:		telepathy-kde-common-internals
Version:	%{version_lib}.1
Release:	5
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/extragear/network/telepathy/ktp-common-internals
Source0:	ftp://ftp.kde.org/pub/kde/stable/kde-telepathy/%{version}/src/%{srcname}-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	kpeople-devel < 5
BuildRequires:	pkgconfig(TelepathyLoggerQt4)
BuildRequires:	pkgconfig(TelepathyQt4) >= 0.9.2.1

%description
This package provides the commons part used by telepathy-kde.

#----------------------------------------------------------------------------

%package core
Summary:	Commons files used by telepathy-kde
Group:		Graphical desktop/KDE
# Not sure if it's really needed but let's keep it
Requires:	telepathy-kde-kpeople
Requires:	telepathy-kde-qml
Requires:	telepathy-logger
Obsoletes:	telepathy-kde-presence-applet < 0.8
BuildArch:	noarch

%description core
Commons files used by telepathy-kde.

%files core -f ktp-common-internals.lang
%{_kde_iconsdir}/hicolor/*/*/*.png
%{_kde_appsdir}/katepart/syntax/ktpdebugoutput.xml
%{_kde_appsdir}/ktelepathy/ktelepathy.notifyrc
%{_kde_iconsdir}/hicolor/scalable/apps/telepathy-kde.svgz

#----------------------------------------------------------------------------

%package -n telepathy-kde-kpeople
Summary:	KPeople module for Telepathy
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}
Requires:	libkpeople-core

%description -n telepathy-kde-kpeople
KPeople module for Telepathy.

%files -n telepathy-kde-kpeople
%{_kde_libdir}/kde4/im_persons_data_source_plugin.so
%{_kde_libdir}/kde4/imdetailswidgetplugin.so
%{_kde_libdir}/kde4/ktp_kpeople_plugin.so
%{_kde_libdir}/kde4/ktploggerplugin_tplogger.so
%{_kde_services}/im_persons_data_source_plugin.desktop
%{_kde_services}/imdetailswidgetplugin.desktop
%{_kde_services}/ktp_kpeople_plugin.desktop
%{_kde_services}/ktploggerplugin_tplogger.desktop
%{_kde_servicetypes}/ktp_logger_plugin.desktop

#----------------------------------------------------------------------------

%define libktpcommoninternalsprivate %mklibname ktpcommoninternalsprivate %{major}

%package -n %{libktpcommoninternalsprivate}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libktpcommoninternalsprivate}
Runtime library for %{name}.

%files -n %{libktpcommoninternalsprivate}
%{_kde_libdir}/libktpcommoninternalsprivate.so.%{major}
%{_kde_libdir}/libktpcommoninternalsprivate.so.%{version_lib}*

#----------------------------------------------------------------------------

%define libktploggerprivate %mklibname ktploggerprivate %{major}

%package -n %{libktploggerprivate}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libktploggerprivate}
Runtime library for %{name}.

%files -n %{libktploggerprivate}
%{_kde_libdir}/libktploggerprivate.so.%{major}
%{_kde_libdir}/libktploggerprivate.so.%{version_lib}*

#----------------------------------------------------------------------------

%define libktpmodelsprivate %mklibname ktpmodelsprivate %{major}

%package -n %{libktpmodelsprivate}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libktpmodelsprivate}
Runtime library for %{name}.

%files -n %{libktpmodelsprivate}
%{_kde_libdir}/libktpmodelsprivate.so.%{major}
%{_kde_libdir}/libktpmodelsprivate.so.%{version_lib}*

#----------------------------------------------------------------------------

%define libktpwidgetsprivate %mklibname ktpwidgetsprivate %{major}

%package -n %{libktpwidgetsprivate}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libktpwidgetsprivate}
Runtime library for %{name}.

%files -n %{libktpwidgetsprivate}
%{_kde_libdir}/libktpwidgetsprivate.so.%{major}
%{_kde_libdir}/libktpwidgetsprivate.so.%{version_lib}*

#----------------------------------------------------------------------------

%package -n %{qmlname}
Summary:	QML plugin for %{name}
Group:		System/Libraries
Provides:	telepathy-kde-qml = %{EVRD}

%description -n %{qmlname}
QML plugin for %{name}.

%files -n %{qmlname}
%{_kde_libdir}/kde4/imports/org/kde/telepathy/*

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Headers files for %{name}
Group:		Development/KDE and Qt
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Requires:	%{libktpcommoninternalsprivate} = %{EVRD}
Requires:	%{libktploggerprivate} = %{EVRD}
Requires:	%{libktpmodelsprivate} = %{EVRD}
Requires:	%{libktpwidgetsprivate} = %{EVRD}
Requires:	%{qmlname} = %{EVRD}
Provides:	%{srcname}-devel = %{EVRD}

%description -n %{devname}
Headers files for %{name}.

%files -n %{devname}
%{_kde_includedir}/KTp/
%{_kde_libdir}/libktpcommoninternalsprivate.so
%{_kde_libdir}/libktploggerprivate.so
%{_kde_libdir}/libktpmodelsprivate.so
%{_kde_libdir}/libktpwidgetsprivate.so
%{_kde_bindir}/ktp-debugger

#------------------------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang ktp-common-internals

%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-5
- (c82b53d) Require Qt4 version of KPeople



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14820 |14cu|tellico-2.3.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A collection manager
Name:		tellico
Version:	2.3.11
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Databases
URL:		http://tellico-project.org/
Source0:	http://www.tellico-project.org/files/%{name}-%{version}.tar.bz2
BuildRequires:	kde4-macros
BuildRequires:	kdelibs4-devel >= 4.4
BuildRequires:	kdepimlibs4-devel
BuildRequires:	libkcddb-devel
BuildRequires:	libkcompactdisc-devel
BuildRequires:	imagemagick
BuildRequires:	nepomuk-core-devel
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(exempi-2.0)
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	pkgconfig(libksane)
BuildRequires:	pkgconfig(libv4l2) >= 0.8.3
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(qimageblitz)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(soprano) >= 1.99
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(yaz) >= 3.0
Requires:	kdebase4-runtime
Requires:	kdelibs4-core
Requires:	kdepimlibs4-core
Requires(post,postun):	desktop-file-utils
%rename	bookcase

%description
Tellico is a collection manager for KDE. It includes default collections for
books, bibliographies, comic books, videos, music, coins, stamps, trading
cards, and wines, and also allows custom collections. Unlimited user-defined
fields are allowed. Filters are available to limit the visible entries by
definable criteria. Full customization for printing is possible through
editing the default XSLT file. It can import CSV, Bibtex, and Bibtexml and
export CSV, HTML, Bibtex, Bibtexml, and PilotDB. Entries may be imported
directly from different web services such as amazon.com.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README
%{_kde_bindir}/%{name}
%{_kde_datadir}/applications/kde4/%{name}.desktop
#{_kde_datadir}/mimelnk/application/x-%%{name}.desktop
%{_kde_datadir}/mime/packages/%{name}.xml
%{_kde_datadir}/apps/%{name}
%{_kde_datadir}/apps/kconf_update/*
%{_kde_datadir}/config.kcfg/%{name}_config.kcfg
%{_kde_datadir}/config/*
%{_kde_iconsdir}/hicolor/*/*/*.png
%{_datadir}/appdata/tellico.appdata.xml

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Remove the executable bit wrongly set by the installation process
chmod -x %{buildroot}%{_kde_datadir}/applications/kde4/%{name}.desktop

%find_lang %{name} --with-html


%changelog

* Sat Dec 12 2015 Giovanni Mariani <mc2374@mclink.it> 3:2.3.11-1
- (f8f16ef) Updated to release 2.3.11, dropped support for ancient Mandriva releases and enabled QJson support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14821 |14cu|tenshi-0.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Log monitoring program
Name:		tenshi
Version:	0.15
Release:	2
Group:		Monitoring
License:	Public Domain
Url:		http://www.inversepath.com/tenshi.html
Source0:	http://dev.inversepath.com/download/%{name}/%{name}-%{version}.tar.gz
Source1:	tenshi.service
Source2:	tenshi.rosa-conf
Source3:        %{name}.tmpfiles.d
Patch0:		tenshi-0.14-buildfix.diff
Requires:	perl

%define debug_package %{nil}

%description
tenshi is a log monitoring program, designed to watch one or more log
files for lines matching user defined regular expressions and report
on the matches. The regular expressions are assigned to queues which
have an alert interval and a list of mail recipients.

%prep
%setup -q
%patch0 -p1

%build

%install
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_sysconfdir}/%{name}.d
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_mandir}/man8/

%makeinstall

rm -rf %{buildroot}%{_sysconfdir}/%{name}
install -m0644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -m755 %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}.conf
mkdir -p %{buildroot}/var/log/%{name}
mkfifo %{buildroot}/var/log/%{name}.fifo

sed "s:sysconfig:%{_sysconfdir}/sysconfig:" -i %{buildroot}%{_unitdir}/%{name}.service

install -p -D -m 0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%pre
%_pre_useradd %{name} /dev/null /sbin/nologin

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%systemd_post %{name}
if [ ! -n "`grep '/var/log/tenshi.fifo' %{_sysconfdir}/security/msec/perms.conf`" ] ; then
	echo "/var/log/tenshi.fifo	current.tenshi 640" >> \
		%{_sysconfdir}/security/msec/perms.conf
fi

if [ ! -n "`grep '# BEGIN: Automatically added by tenshi installation' /etc/syslog-ng.conf`" ] ; then
cat << EOF >> /etc/syslog-ng.conf
# BEGIN: Automatically added by tenshi installation
destination d_tenshi {
	pipe("/var/log/tenshi.fifo"
	group(tenshi)
	perm(0640)
	);
};
filter f_level_tenshi { level(debug..emerg); };
log { source(s_sys); filter(f_level_tenshi); destination(d_tenshi); };
# END
EOF

elif [ ! -n "`grep '# BEGIN: Automatically added by tenshi installation' %{_sysconfdir}/syslog.conf`" ] ; then
cat << EOF >> %{_sysconfdir}/syslog.conf
# BEGIN: Automatically added by tenshi installation
*.*					-/var/log/tenshi.fifo
# END
EOF

elif [ -d %{_sysconfdir}/rsyslog.d ] ; then
	if [ ! -e %{_sysconfdir}/rsyslog.d/tenshi.conf ] ; then
		cat << EOF >> %{_sysconfdir}/rsyslog.d/tenshi.conf
# Create by tenshi install
*.* |/var/log/tenshi.fifo
EOF
	fi

else
	echo "Not found your syslog daemon's config file."
	echo "Please setup with your hand."
fi

%preun
%systemd_preun %{name}
%_preun_syslogdel 

%postun
%_postun_userdel %{name}
if [ ! -e %{_sysconfdir}/rsyslog.d/tenshi.conf ] ; then
	rm -f %{_sysconfdir}/rsyslog.d/tenshi.conf
fi

%files
%defattr(644,root,root,755)
%doc README INSTALL CREDITS LICENSE Changelog FAQ tenshi.conf
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(0644,root,root) %{_unitdir}/%{name}.service
%attr(755,root,root) %{_bindir}/%{name}
%{_mandir}/man8/%{name}.8*
%dir %attr(755,root,root) %{_sysconfdir}/%{name}.d
%attr(644,root,tenshi) /var/log/%{name}.fifo
%{_tmpfilesdir}/%{name}.conf

%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 0.15-2
- (fe1d89c) Use tmpfiles



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14822 |14cu|terminator-0.98-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	A simple way to run multiple terminals in a single window
Name:		terminator
Version:	0.98
Release:	1
Source0:	https://launchpad.net/terminator/trunk/%{version}/+download/%{name}-%{version}.tar.gz
License:	GPLv2
Group:		Terminals
Url:		http://www.tenshu.net/p/terminator/
BuildArch:	noarch
Requires:	python-vte, gtk+2.0, gnome-python-gnomevfs
Suggests:	python-keybinder, python-notify
BuildRequires:	intltool

%description 
Terminator is an attempt to maximise useful space on a given desktop
for terminals. It is a simple Python script that places multiple vte
widgets (the same used by gnome-terminal) in a window. That's the same
widget used by gnome-terminal.

%prep
%setup -q -n %{name}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py --without-icon-cache install --root=%{buildroot}

%find_lang %name

%clean

%files -f %name.lang
%doc README COPYING ChangeLog
%{_mandir}/man1/%{name}.*
%{_mandir}/man5/%{name}_config.*
%{_bindir}/%{name}
%{_bindir}/terminator.wrapper
%{py_puresitedir}/Terminator*.egg-info
%{py_puresitedir}/terminatorlib
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/*/*.png
%{_iconsdir}/hicolor/*/*/%{name}*.svg
%{_iconsdir}/HighContrast/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/appdata/*
%{_bindir}/remotinator

%changelog

* Thu Sep 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.98-1
- (fcdb347) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14823 |14cu|terminix-1.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tiling terminal emulator based on GTK+ 3
Name:		terminix
Version:	1.4.2
Release:	1

License:	MPLv2.0
Group:		Graphical desktop/GNOME
URL:		http://github.com/gnunn1/terminix
Source0:	https://github.com/gnunn1/%{name}/releases/download/%{version}/terminix.zip
Source1:	com.gexperts.Terminix.gschema.override

Requires:	%{_lib}vte2.91_0

ExclusiveArch:	x86_64

%description
A tiling terminal emulator. This is binary repack for x86_64 from
https://github.com/gnunn1/terminix/releases

#------------------------------------------------------------------------------------

%prep

%build

%install
unzip -q -x -d %{buildroot} %{SOURCE0}
strip -p %{buildroot}%{_bindir}/%{name}
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/glib-2.0/schemas/

sed -i 's@Categories.*@Categories=GNOME;GTK;System;TerminalEmulator;@g' \
	%{buildroot}%{_datadir}/applications/com.gexperts.Terminix.desktop

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/applications/com.gexperts.Terminix.desktop
%{_datadir}/dbus-1/services/*.service
%{_datadir}/metainfo/com.gexperts.Terminix.appdata.xml
%{_iconsdir}/hicolor/*/apps/com.gexperts.Terminix.png
%{_iconsdir}/hicolor/*/apps/com.gexperts.Terminix-symbolic.svg
%{_datadir}/glib-2.0/schemas/com.gexperts.Terminix.gschema.xml
%{_datadir}/glib-2.0/schemas/com.gexperts.Terminix.gschema.override
%{_datadir}/nautilus-python/extensions/
%{_datadir}/%{name}
%{_mandir}/man1/terminix.*.*

%changelog

* Tue Feb 14 2017 tremod <negry.m@yandex.ru> 1.4.2-1
- (17ce020) Update to 1.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14824 |14cu|terminology-0.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Terminal emulator that uses modern EFL
Name:		terminology
Version:	0.9.1
Release:	1
License:	LGPLv2+
Group:		Graphical desktop/Enlightenment
Url:		http://www.enlightenment.org/
Source0:	http://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.xz
# Non-devel packages are needed to compile themes
BuildRequires:	e
BuildRequires:	ecore
BuildRequires:	eet
BuildRequires:	edje
BuildRequires:	elementary
BuildRequires:	emotion
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(edje)
BuildRequires:	pkgconfig(eet)
BuildRequires:	pkgconfig(efreet)
BuildRequires:	pkgconfig(eina)
BuildRequires:	pkgconfig(elementary)
BuildRequires:	pkgconfig(emotion)
BuildRequires:	pkgconfig(ethumb_client)
BuildRequires:	pkgconfig(evas)
Requires:	edje
Requires:	elementary
Requires:	emotion
Requires:	ethumb

%description
EFL Terminal Emulator.

%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_bindir}/ty*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/icons/%{name}.png
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Thu Mar 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.1-1
- (065f9a8) New version 0.9.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14825 |14cu|termit-2.10.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple terminal emulator based on vte library
Name:		termit
Version:	2.10.1
Release:	1
License:	GPLv2+
Group:		Terminals
Url:		http://wiki.github.com/nonstop/termit/
Source0:	https://github.com/nonstop/termit/archive/%{name}-%{version}.tar.gz?/%{name}-%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(vte)

%description
TermIt is a simple terminal emulator based on vte library with a lot of 
features:
 * tabs
 * bookmarks
 * sessions
 * changing tab name
 * changing font for tabs
 * encodings (all available from GTK2)
 * integrated lua interpreter
Configuration can be changed via $HOME/.config/termit/termit.cfg file.

%files -f %{name}.lang
%doc ChangeLog COPYING TODO
%doc doc/README doc/rc.lua.example doc/lua_api.txt doc/termit.svg
%{_bindir}/%{name}
%{_sysconfdir}/xdg/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{name}-%{version}
# fix paths in the README
sed -i 's!doc/!%{_docdir}/%{name}-%{version}!' ./doc/README

%build
%cmake
%make

%install
%makeinstall_std -C build

desktop-file-install \
	--delete-original \
	--remove-category=Utility \
	--add-category=System \
	--dir=%{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}
# we install the docfiles versioned
rm -rf %{buildroot}%{_datadir}/doc/termit/

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14826 |14cu|tetzle-2.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		tetzle
Version:	2.1.0
Release:	1
Summary:	Jigsaw puzzle game with tetrominoes
License:	GPLv3
Group:		Games/Puzzles
URL:		http://gottcode.org/tetzle/
Source:		http://gottcode.org/tetzle/%{name}-%{version}-src.tar.bz2
BuildRequires:	qt5-devel
BuildRequires:	qt5-linguist-tools


%description
A jigsaw puzzle game that uses tetrominoes for the pieces.
Any image can be imported and used to create puzzles with
a wide range of sizes. Games are saved automatically, and
you can select between currently in progress games.


%files  -f %{name}.lang
%doc COPYING CREDITS ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
%{_datadir}/pixmaps/%{name}.xpm
%{_appdatadir}/%{name}.appdata.xml
%{_mandir}/man6/tetzle.6.*

#-----------------------------------------------------------
%prep
%setup -q 
# not needed crap
rm -fr mac_deploy.sh
rm -fr windows_deploy.bat

%build
%setup_compile_flags
%qmake_qt5 PREFIX=%{_prefix}
%make

%install
%makeinstall_qt

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=Tetzle
GenericName=Jigsaw Puzzle Game
GenericName[de]=Jigsaw Puzzle Spiel
Comment=Jigsaw puzzle with tetromino pieces
Comment[de]=Jigsaw Puzzle mit Tetromino Stücke
Icon=tetzle
Exec=tetzle
Terminal=false
Categories=Game;LogicGame;
EOF

%{find_lang} %{name} --with-qt

%changelog

* Sun Oct 30 2016 abfonly <abfonly@gmail.com> 2.1.0-1
- (1beeebb) Log: Update to 2.1.0
- (1beeebb) switch to qt5 build
- (1beeebb) drop appdata absolute path
- (1beeebb) fixed files and lang
- (1beeebb) install manpages
- (1beeebb) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14827 |14cu|texlive-12many-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/12many
# catalog-date 2008-10-03 01:00:01 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-12many
Version:	0.3
Release:	6
Summary:	Generalising mathematical index sets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/12many
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/12many.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/12many.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/12many.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
In the discrete branches of mathematics and the computer
sciences, it will only take some seconds before you're faced
with a set like {1,...,m}. Some people write $1\ldotp\ldotp m$,
others $\{j:1\leq j\leq m\}$, and that journal you're
submitting to might want something else entirely. The 12many
package provides an interface that makes changing from one to
another a one-line change.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/12many/12many.sty
%doc %{_texmfdistdir}/doc/latex/12many/12many.pdf
%doc %{_texmfdistdir}/doc/latex/12many/README
#- source
%doc %{_texmfdistdir}/source/latex/12many/12many.dtx
%doc %{_texmfdistdir}/source/latex/12many/12many.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-6
+ Revision: 98e0591
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14828 |14cu|texlive-a2ping-20120413-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category TLCore
# catalog-ctan /graphics/a2ping/a2ping.pl
# catalog-date 2012-04-13 20:01:51 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-a2ping
Version:	20120413
Release:	9
Summary:	Advanced PS, PDF, EPS converter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/a2ping/a2ping.pl
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a2ping.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a2ping.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-a2ping.bin = %{EVRD}

%description
a2ping is a Perl script command line utility written for Unix
that converts many raster image and vector graphics formats to
EPS or PDF and other page description formats. Accepted input
file formats are: PS (PostScript), EPS, PDF, PNG, JPEG, TIFF,
PNM, BMP, GIF, LBM, XPM, PCX, TGA. Accepted output formats are:
EPS, PCL5, PDF, PDF1, PBM, PGM, PPM, PS, markedEPS, markedPS,
PNG, XWD, BMP, TIFF, JPEG, GIF, XPM. a2ping delegates the low-
level work to Ghostscript (GS), pdftops and sam2p. a2ping fixes
many glitches during the EPS to EPS conversion, so its output
is often more compatible and better embeddable than its input.


#-----------------------------------------------------------------------
%files
%{_bindir}/a2ping
%{_texmfdistdir}/scripts/a2ping/a2ping.pl
%doc %{_mandir}/man1/a2ping.1*
%doc %{_texmfdistdir}/doc/man/man1/a2ping.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/a2ping/a2ping.pl a2ping
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120413-9
+ Revision: 13944ed
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14829 |14cu|texlive-abbr-20070525-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/abbr
# catalog-date 2007-05-25 16:15:27 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-abbr
Version:	20070525
Release:	5
Summary:	Simple macros supporting abreviations for Plain and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/abbr
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abbr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abbr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Abbr is a set of some simple macros to support abbreviations in
Plain or LaTeX. It allows writing e.g. \<TEX> instead of \TeX,
hence frees users from having to escape space after
parameterless macros.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/abbr/abbr.tex
%doc %{_texmfdistdir}/doc/generic/abbr/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070525-5
+ Revision: 6a73e1e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14830 |14cu|texlive-abstyles-20081126-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/abstyles
# catalog-date 2008-11-26 23:58:56 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-abstyles
Version:	20081126
Release:	5
Summary:	Adaptable BibTeX styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/abstyles
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abstyles.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abstyles.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A family of modifications of the standard BibTeX styles whose
behaviour may be changed by changing the user document, without
change to the styles themselves. The package is largely used
nowadays in its adaptation for working with Babel.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/abstyles/acompat.bib
%{_texmfdistdir}/bibtex/bib/abstyles/jourabbr.bib
%{_texmfdistdir}/bibtex/bib/abstyles/jourfull.bib
%{_texmfdistdir}/bibtex/bst/abstyles/aabbrv.bst
%{_texmfdistdir}/bibtex/bst/abstyles/aalpha.bst
%{_texmfdistdir}/bibtex/bst/abstyles/anotit.bst
%{_texmfdistdir}/bibtex/bst/abstyles/aplain.bst
%{_texmfdistdir}/bibtex/bst/abstyles/aunsnot.bst
%{_texmfdistdir}/bibtex/bst/abstyles/aunsrt.bst
%{_texmfdistdir}/tex/generic/abstyles/apreambl.tex
%doc %{_texmfdistdir}/doc/bibtex/abstyles/README
%doc %{_texmfdistdir}/doc/bibtex/abstyles/a4c.sty
%doc %{_texmfdistdir}/doc/bibtex/abstyles/a4c.tex
%doc %{_texmfdistdir}/doc/bibtex/abstyles/abstdok.pdf
%doc %{_texmfdistdir}/doc/bibtex/abstyles/abstdok.tex
%doc %{_texmfdistdir}/doc/bibtex/abstyles/apreambl.doc
%doc %{_texmfdistdir}/doc/bibtex/abstyles/btxabst.doc
%doc %{_texmfdistdir}/doc/bibtex/abstyles/docmac.doc
%doc %{_texmfdistdir}/doc/bibtex/abstyles/docmac.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081126-5
+ Revision: ae7d300
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14831 |14cu|texlive-adforn-1.001b2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20019
# category Package
# catalog-ctan /fonts/adforn
# catalog-date 2010-10-06 08:49:34 +0200
# catalog-license lppl
# catalog-version 1.001-b-2
Name:		texlive-adforn
Version:	1.001b2
Release:	5
Summary:	OrnementsADF font with TeX/LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/adforn
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adforn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adforn.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides the Ornements ADF font in PostScript type 1
format with TeX/LaTeX support files. The font is licensed under
GPL v2 or later with font exception. (See NOTICE, COPYING,
README.) The TeX/LaTeX support is licensed under LPPL. (See
README, manifest.txt.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arkandis/adforn/OrnementsADF.afm
%{_texmfdistdir}/fonts/enc/dvips/adforn/OrnementsADF.enc
%{_texmfdistdir}/fonts/map/dvips/adforn/OrnementsADF.map
%{_texmfdistdir}/fonts/tfm/arkandis/adforn/OrnementsADF.tfm
%{_texmfdistdir}/fonts/type1/arkandis/adforn/OrnementsADF.pfb
%{_texmfdistdir}/fonts/type1/arkandis/adforn/OrnementsADF.pfm
%{_texmfdistdir}/tex/latex/adforn/adforn.sty
%{_texmfdistdir}/tex/latex/adforn/uornementsadf.fd
%doc %{_texmfdistdir}/doc/fonts/adforn/COPYING
%doc %{_texmfdistdir}/doc/fonts/adforn/NOTICE
%doc %{_texmfdistdir}/doc/fonts/adforn/README
%doc %{_texmfdistdir}/doc/fonts/adforn/adforn.pdf
%doc %{_texmfdistdir}/doc/fonts/adforn/adforn.tex
%doc %{_texmfdistdir}/doc/fonts/adforn/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.001b2-5
+ Revision: 18797ad
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14832 |14cu|texlive-adfsymbols-1.001-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19766
# category Package
# catalog-ctan /fonts/adfsymbols
# catalog-date 2010-09-13 13:22:42 +0200
# catalog-license lppl
# catalog-version 1.001
Name:		texlive-adfsymbols
Version:	1.001
Release:	5
Summary:	SymbolsADF with TeX/LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/adfsymbols
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adfsymbols.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adfsymbols.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
The package provides Arkandis foundry's ArrowsADF and
BulletsADF fonts in Adobe Type 1 format, together with
TeX/LaTeX support files. The fonts are licensed under GPL v2 or
later with font exception. (See NOTICE, COPYING, README.) The
TeX/LaTeX support is licensed under LPPL. (See README,
manifest.txt.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arkandis/adfsymbols/ArrowsADF.afm
%{_texmfdistdir}/fonts/afm/arkandis/adfsymbols/BulletsADF.afm
%{_texmfdistdir}/fonts/enc/dvips/adfsymbols/SymbolsADF.enc
%{_texmfdistdir}/fonts/map/dvips/adfsymbols/ArrowsADF.map
%{_texmfdistdir}/fonts/map/dvips/adfsymbols/BulletsADF.map
%{_texmfdistdir}/fonts/tfm/arkandis/adfsymbols/ArrowsADF.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/adfsymbols/BulletsADF.tfm
%{_texmfdistdir}/fonts/type1/arkandis/adfsymbols/ArrowsADF.pfb
%{_texmfdistdir}/fonts/type1/arkandis/adfsymbols/BulletsADF.pfb
%{_texmfdistdir}/tex/latex/adfsymbols/adfarrows.sty
%{_texmfdistdir}/tex/latex/adfsymbols/adfbullets.sty
%{_texmfdistdir}/tex/latex/adfsymbols/uarrowsadf.fd
%{_texmfdistdir}/tex/latex/adfsymbols/ubulletsadf.fd
%_texmf_updmap_d/adfsymbols
%doc %{_texmfdistdir}/doc/fonts/adfsymbols/COPYING
%doc %{_texmfdistdir}/doc/fonts/adfsymbols/NOTICE
%doc %{_texmfdistdir}/doc/fonts/adfsymbols/README
%doc %{_texmfdistdir}/doc/fonts/adfsymbols/adfsymbols.pdf
%doc %{_texmfdistdir}/doc/fonts/adfsymbols/adfsymbols.tex
%doc %{_texmfdistdir}/doc/fonts/adfsymbols/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/adfsymbols <<EOF
Map ArrowsADF.map
Map BulletsADF.map
EOF



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.001-5
+ Revision: b1c3102
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14833 |14cu|texlive-adhocfilelist-20130104-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29349
# category Package
# catalog-ctan /support/adhocfilelist
# catalog-date 2013-01-04 14:33:54 +0100
# catalog-license lppl
# catalog-version 2013-01-04
Name:		texlive-adhocfilelist
Version:	20130104
Release:	9
Summary:	'\listfiles' entries from the command line
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/adhocfilelist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adhocfilelist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adhocfilelist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adhocfilelist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-adhocfilelist.bin = %{EVRD}

%description
The package provides a Unix shell script to display a list of
LaTeX \Provides...-command contexts on screen. Provision is
made for controlling the searches that the package does. The
package was developed on a Unix-like system, using (among other
things) the gnu variant of the find command.


#-----------------------------------------------------------------------
%files
%{_bindir}/adhocfilelist
%{_texmfdistdir}/scripts/adhocfilelist/adhocfilelist.sh
%{_texmfdistdir}/scripts/adhocfilelist/herelist.sh
%{_texmfdistdir}/tex/support/adhocfilelist/adhocfilelist.RLS
%doc %{_texmfdistdir}/doc/support/adhocfilelist/README
%doc %{_texmfdistdir}/doc/support/adhocfilelist/RELEASEs.txt
%doc %{_texmfdistdir}/doc/support/adhocfilelist/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/support/adhocfilelist/adhocfilelist.htm
%doc %{_texmfdistdir}/doc/support/adhocfilelist/demo/herelist.txt
#- source
%doc %{_texmfdistdir}/source/support/adhocfilelist/adhocfilelist.tex
%doc %{_texmfdistdir}/source/support/adhocfilelist/fdatechk.tex
%doc %{_texmfdistdir}/source/support/adhocfilelist/makehtml.tex
%doc %{_texmfdistdir}/source/support/adhocfilelist/srcfiles.tex
%doc %{_texmfdistdir}/source/support/adhocfilelist/texblog.fdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/adhocfilelist/adhocfilelist.sh adhocfilelist
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130104-9
+ Revision: 696c98d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14834 |14cu|texlive-aichej-20080816-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/misc/aichej.bst
# catalog-date 2008-08-16 20:32:59 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-aichej
Version:	20080816
Release:	5
Summary:	Bibliography style file for the AIChE Journal
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/misc/aichej.bst
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aichej.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The style was generated using custom-bib, and implements the
style of the American Institute of Chemical Engineers Jounal
(or AIChE Journal or AIChE J or AIChEJ).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/aichej/aichej.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080816-5
+ Revision: 56a0624
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14835 |14cu|texlive-allrunes-2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21886
# category Package
# catalog-ctan /fonts/allrunes
# catalog-date 2007-01-14 10:14:42 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-allrunes
Version:	2.1
Release:	5
Summary:	Fonts and LaTeX package for almost all runes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/allrunes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/allrunes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/allrunes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/allrunes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This large collection of fonts (in Adobe Type 1 format), with
the LaTeX package gives access to almost all runes ever used in
Europe. The bundle covers not only the main forms but also a
lot of varieties.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/allrunes/allrunes.map
%{_texmfdistdir}/fonts/source/public/allrunes/frua.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruabm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruabn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruabq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruabr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruabs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruabt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruacm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruacn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruacq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruacr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruacs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruact.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruakm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruakn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruakq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruakr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruaks.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruakt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frualm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frualn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frualq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frualr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruals.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frualt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruamm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruamn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruamq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruamr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruams.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruamt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruanm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruann.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruanq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruanr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruans.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruant.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frubase.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruc.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucbm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucbn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucbq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucbr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucbs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucbt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruccm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruccn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruccq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruccr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruccs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucct.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruckm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruckn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruckq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruckr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucks.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruckt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruclm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucln.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruclq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruclr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucls.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruclt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucmm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucmn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucmq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucmr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucms.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucmt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucnm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucnn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucnq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucnr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucns.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucnt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frul.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulbm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulbn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulbq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulbr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulbs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulbt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulcm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulcn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulcq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulcr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulcs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulct.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulkm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulkn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulkq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulkr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulks.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulkt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frullm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulln.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frullq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frullr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulls.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frullt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulmm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulmn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulmq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulmr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulms.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulmt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulnm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulnn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulnq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulnr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulns.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulnt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frum.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumbm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumbn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumbq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumbr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumbs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumbt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumcm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumcn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumcq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumcr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumcs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumct.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumkm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumkn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumkq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumkr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumks.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumkt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumlm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumln.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumlq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumlr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumls.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumlt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frummm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frummn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frummq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frummr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumms.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frummt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumnm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumnn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumnq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumnr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumns.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumnt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frun.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunbm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunbn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunbq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunbr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunbs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunbt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruncm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruncn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruncq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruncr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruncs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunct.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunkm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunkn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunkq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunkr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunks.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunkt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunlm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunln.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunlq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunlr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunls.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunlt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunmm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunmn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunmq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunmr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunms.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunmt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunnm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunnn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunnq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunnr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunns.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunnt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frusep.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frut.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutbm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutbn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutbq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutbr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutbs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutbt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutcm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutcn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutcq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutcr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutcs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutct.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutkm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutkn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutkq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutkr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutks.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutkt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutlm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutln.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutlq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutlr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutls.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutlt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutmm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutmn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutmq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutmr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutms.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutmt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutnm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutnn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutnq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutnr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutns.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutnt.mf
%{_texmfdistdir}/fonts/type1/public/allrunes/fruabm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruabn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruabq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruabr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruabs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruabt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruacm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruacn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruacq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruacr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruacs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruact.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruakm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruakn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruakq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruakr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruaks.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruakt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frualm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frualn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frualq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frualr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruals.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frualt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruamm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruamn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruamq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruamr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruams.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruamt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruanm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruann.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruanq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruanr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruans.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruant.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucbm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucbn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucbq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucbr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucbs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucbt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruccm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruccn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruccq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruccr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruccs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucct.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruckm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruckn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruckq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruckr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucks.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruckt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruclm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucln.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruclq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruclr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucls.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruclt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucmm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucmn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucmq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucmr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucms.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucmt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucnm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucnn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucnq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucnr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucns.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucnt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulbm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulbn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulbq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulbr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulbs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulbt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulcm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulcn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulcq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulcr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulcs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulct.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulkm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulkn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulkq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulkr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulks.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulkt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frullm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulln.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frullq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frullr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulls.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frullt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulmm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulmn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulmq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulmr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulms.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulmt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulnm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulnn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulnq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulnr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulns.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulnt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumbm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumbn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumbq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumbr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumbs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumbt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumcm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumcn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumcq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumcr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumcs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumct.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumkm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumkn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumkq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumkr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumks.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumkt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumlm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumln.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumlq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumlr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumls.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumlt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frummm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frummn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frummq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frummr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumms.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frummt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumnm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumnn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumnq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumnr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumns.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumnt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunbm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunbn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunbq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunbr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunbs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunbt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruncm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruncn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruncq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruncr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruncs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunct.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunkm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunkn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunkq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunkr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunks.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunkt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunlm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunln.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunlq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunlr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunls.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunlt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunmm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunmn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunmq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunmr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunms.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunmt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunnm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunnn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunnq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunnr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunns.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunnt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutbm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutbn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutbq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutbr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutbs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutbt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutcm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutcn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutcq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutcr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutcs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutct.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutkm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutkn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutkq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutkr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutks.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutkt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutlm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutln.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutlq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutlr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutls.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutlt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutmm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutmn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutmq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutmr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutms.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutmt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutnm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutnn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutnq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutnr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutns.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutnt.pfb
%{_texmfdistdir}/tex/latex/allrunes/allrunes.sty
%{_texmfdistdir}/tex/latex/allrunes/ara.fd
%{_texmfdistdir}/tex/latex/allrunes/arc.fd
%{_texmfdistdir}/tex/latex/allrunes/arl.fd
%{_texmfdistdir}/tex/latex/allrunes/arm.fd
%{_texmfdistdir}/tex/latex/allrunes/arn.fd
%{_texmfdistdir}/tex/latex/allrunes/art.fd
%doc %{_texmfdistdir}/doc/fonts/allrunes/README
%doc %{_texmfdistdir}/doc/fonts/allrunes/allrunes.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/allrunes/allrunes.dtx
%doc %{_texmfdistdir}/source/fonts/allrunes/allrunes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-5
+ Revision: 83acadc
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14836 |14cu|texlive-amsrefs-2.14-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30646
# category Package
# catalog-ctan /macros/latex/contrib/amsrefs
# catalog-date 2013-03-09 15:08:10 +0100
# catalog-license lppl1.3
# catalog-version 2.14
Name:		texlive-amsrefs
Version:	2.14
Release:	8
Summary:	A LaTeX-based replacement for BibTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/amsrefs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsrefs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsrefs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsrefs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Amsrefs is a LaTeX package for bibliographies that provides an
archival data format similar to the format of BibTeX database
files, but adapted to make direct processing by LaTeX easier.
The package can be used either in conjunction with BibTeX or as
a replacement for BibTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/amsrefs/amsj.bib
%{_texmfdistdir}/bibtex/bst/amsrefs/amsra.bst
%{_texmfdistdir}/bibtex/bst/amsrefs/amsrn.bst
%{_texmfdistdir}/bibtex/bst/amsrefs/amsrs.bst
%{_texmfdistdir}/bibtex/bst/amsrefs/amsru.bst
%{_texmfdistdir}/bibtex/bst/amsrefs/amsry.bst
%{_texmfdistdir}/tex/latex/amsrefs/amsbst.sty
%{_texmfdistdir}/tex/latex/amsrefs/amsrefs.sty
%{_texmfdistdir}/tex/latex/amsrefs/ifoption.sty
%{_texmfdistdir}/tex/latex/amsrefs/mathscinet.sty
%{_texmfdistdir}/tex/latex/amsrefs/pcatcode.sty
%{_texmfdistdir}/tex/latex/amsrefs/rkeyval.sty
%{_texmfdistdir}/tex/latex/amsrefs/textcmds.sty
%doc %{_texmfdistdir}/doc/latex/amsrefs/amsrdoc.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/amsrefs.faq
%doc %{_texmfdistdir}/doc/latex/amsrefs/amsrefs.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/amsxport.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/changes.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/cite-xa.tex
%doc %{_texmfdistdir}/doc/latex/amsrefs/cite-xb.tex
%doc %{_texmfdistdir}/doc/latex/amsrefs/cite-xh.tex
%doc %{_texmfdistdir}/doc/latex/amsrefs/cite-xs.tex
%doc %{_texmfdistdir}/doc/latex/amsrefs/gktest.ltb
%doc %{_texmfdistdir}/doc/latex/amsrefs/ifoption.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/jr.bib
%doc %{_texmfdistdir}/doc/latex/amsrefs/mathscinet.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/pcatcode.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/rkeyval.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/textcmds.pdf
#- source
%doc %{_texmfdistdir}/source/latex/amsrefs/README
%doc %{_texmfdistdir}/source/latex/amsrefs/amsrdoc.tex
%doc %{_texmfdistdir}/source/latex/amsrefs/amsrefs.dtx
%doc %{_texmfdistdir}/source/latex/amsrefs/amsrefs.ins
%doc %{_texmfdistdir}/source/latex/amsrefs/amsxport.dtx
%doc %{_texmfdistdir}/source/latex/amsrefs/amsxport.ins
%doc %{_texmfdistdir}/source/latex/amsrefs/changes.tex
%doc %{_texmfdistdir}/source/latex/amsrefs/ifoption.dtx
%doc %{_texmfdistdir}/source/latex/amsrefs/ifoption.ins
%doc %{_texmfdistdir}/source/latex/amsrefs/install.txt
%doc %{_texmfdistdir}/source/latex/amsrefs/manifest.txt
%doc %{_texmfdistdir}/source/latex/amsrefs/mathscinet.dtx
%doc %{_texmfdistdir}/source/latex/amsrefs/mathscinet.ins
%doc %{_texmfdistdir}/source/latex/amsrefs/pcatcode.dtx
%doc %{_texmfdistdir}/source/latex/amsrefs/pcatcode.ins
%doc %{_texmfdistdir}/source/latex/amsrefs/rkeyval.dtx
%doc %{_texmfdistdir}/source/latex/amsrefs/rkeyval.ins
%doc %{_texmfdistdir}/source/latex/amsrefs/textcmds.dtx
%doc %{_texmfdistdir}/source/latex/amsrefs/textcmds.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.14-8
+ Revision: 2b24178
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14837 |14cu|texlive-antiqua-001.003-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24266
# category Package
# catalog-ctan /fonts/urw/antiqua
# catalog-date 2011-10-11 17:17:32 +0200
# catalog-license gpl
# catalog-version 001.003
Name:		texlive-antiqua
Version:	001.003
Release:	5
Summary:	URW Antiqua condensed font, for use with TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/antiqua
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/antiqua.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/antiqua.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The directory contains a copy of the Type 1 font "URW Antiqua
2051 Regular Condensed" released under the GPL by URW, with
supporting files for use with (La)TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/urw/antiqua/uaqr8ac.afm
%{_texmfdistdir}/fonts/map/dvips/antiqua/uaq.map
%{_texmfdistdir}/fonts/map/vtex/antiqua/uaq.ali
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqr7tc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqr8ac.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqr8cc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqr8rc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqr8tc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqrc7tc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqrc8tc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqro7tc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqro8cc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqro8rc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqro8tc.tfm
%{_texmfdistdir}/fonts/type1/urw/antiqua/uaqr8ac.pfb
%{_texmfdistdir}/fonts/type1/urw/antiqua/uaqr8ac.pfm
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqr7tc.vf
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqr8cc.vf
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqr8tc.vf
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqrc7tc.vf
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqrc8tc.vf
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqro7tc.vf
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqro8cc.vf
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqro8tc.vf
%{_texmfdistdir}/tex/latex/antiqua/ot1uaq.fd
%{_texmfdistdir}/tex/latex/antiqua/t1uaq.fd
%{_texmfdistdir}/tex/latex/antiqua/ts1uaq.fd
%doc %{_texmfdistdir}/doc/fonts/antiqua/antiqua.txt
%doc %{_texmfdistdir}/doc/fonts/antiqua/uaqr8ac.afm.org

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 001.003-5
+ Revision: 417fb9a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14838 |14cu|texlive-apacite-6.03-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31264
# category Package
# catalog-ctan /biblio/bibtex/contrib/apacite
# catalog-date 2013-07-22 09:44:36 +0200
# catalog-license lppl
# catalog-version 6.03
Name:		texlive-apacite
Version:	6.03
Release:	8
Summary:	Citation style following the rules of the APA
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/apacite
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apacite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apacite.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apacite.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Apacite provides a BibTeX style and a LaTeX package which are
designed to match the requirements of the American
Psychological Association's style for citations. The package
follows the 6th edition of the APA manual, and is designed to
work with the apa6 class. A test document is provided. The
package is compatible with chapterbib and (to some extent) with
hyperref (for limits of compatibility, see the documentation).
The package also includes a means of generating an author index
for a document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/apacite/apacann.bst
%{_texmfdistdir}/bibtex/bst/apacite/apacannx.bst
%{_texmfdistdir}/bibtex/bst/apacite/apacite.bst
%{_texmfdistdir}/bibtex/bst/apacite/apacitex.bst
%{_texmfdistdir}/tex/latex/apacite/apacdoc.sty
%{_texmfdistdir}/tex/latex/apacite/apacite.sty
%{_texmfdistdir}/tex/latex/apacite/dutch.apc
%{_texmfdistdir}/tex/latex/apacite/english.apc
%{_texmfdistdir}/tex/latex/apacite/finnish.apc
%{_texmfdistdir}/tex/latex/apacite/french.apc
%{_texmfdistdir}/tex/latex/apacite/german.apc
%{_texmfdistdir}/tex/latex/apacite/greek.apc
%{_texmfdistdir}/tex/latex/apacite/ngerman.apc
%{_texmfdistdir}/tex/latex/apacite/norsk.apc
%{_texmfdistdir}/tex/latex/apacite/spanish.apc
%{_texmfdistdir}/tex/latex/apacite/swedish.apc
%doc %{_texmfdistdir}/doc/bibtex/apacite/README
%doc %{_texmfdistdir}/doc/bibtex/apacite/apa5ex.bib
%doc %{_texmfdistdir}/doc/bibtex/apacite/apacite.pdf
%doc %{_texmfdistdir}/doc/bibtex/apacite/apacxmpl.tex
#- source
%doc %{_texmfdistdir}/source/bibtex/apacite/apacite.drv
%doc %{_texmfdistdir}/source/bibtex/apacite/apacite.dtx
%doc %{_texmfdistdir}/source/bibtex/apacite/apacite.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 6.03-8
+ Revision: 8514a64
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14839 |14cu|texlive-apalike2-20091109-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/apalike2/apalike2.bst
# catalog-date 2009-11-09 13:03:38 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-apalike2
Version:	20091109
Release:	5
Summary:	Bibliography style that approaches APA requirements
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/apalike2/apalike2.bst
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apalike2.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Described as a "local adaptation" of apalike.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/apalike2/apalike2.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091109-5
+ Revision: 80db660
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14840 |14cu|texlive-arara-3.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29762
# category Package
# catalog-ctan /support/arara
# catalog-date 2013-02-06 08:25:13 +0100
# catalog-license bsd
# catalog-version 3.0
Name:		texlive-arara
Version:	3.0
Release:	9
Summary:	Automation of LaTeX compilation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/arara
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arara.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arara.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arara.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-arara.bin = %{EVRD}

%description
Arara is comparable with other well-known compilation tools
like latexmk and rubber. The key difference is that that arara
determines its actions from metadata in the source code, rather
than relying on indirect resources, such as log file analysis.


#-----------------------------------------------------------------------
%files
%{_bindir}/arara
%{_texmfdistdir}/scripts/arara/arara.jar
%{_texmfdistdir}/scripts/arara/arara.sh
%{_texmfdistdir}/scripts/arara/rules/biber.yaml
%{_texmfdistdir}/scripts/arara/rules/bibtex.yaml
%{_texmfdistdir}/scripts/arara/rules/clean.yaml
%{_texmfdistdir}/scripts/arara/rules/dvips.yaml
%{_texmfdistdir}/scripts/arara/rules/frontespizio.yaml
%{_texmfdistdir}/scripts/arara/rules/latex.yaml
%{_texmfdistdir}/scripts/arara/rules/lmkclean.yaml
%{_texmfdistdir}/scripts/arara/rules/lualatex.yaml
%{_texmfdistdir}/scripts/arara/rules/lualatexmk.yaml
%{_texmfdistdir}/scripts/arara/rules/luatex.yaml
%{_texmfdistdir}/scripts/arara/rules/make.yaml
%{_texmfdistdir}/scripts/arara/rules/makeglossaries.yaml
%{_texmfdistdir}/scripts/arara/rules/makeindex.yaml
%{_texmfdistdir}/scripts/arara/rules/nomencl.yaml
%{_texmfdistdir}/scripts/arara/rules/pdflatex.yaml
%{_texmfdistdir}/scripts/arara/rules/pdflatexmk.yaml
%{_texmfdistdir}/scripts/arara/rules/pdftex.yaml
%{_texmfdistdir}/scripts/arara/rules/ps2pdf.yaml
%{_texmfdistdir}/scripts/arara/rules/sketch.yaml
%{_texmfdistdir}/scripts/arara/rules/songidx.yaml
%{_texmfdistdir}/scripts/arara/rules/tex.yaml
%{_texmfdistdir}/scripts/arara/rules/xelatex.yaml
%{_texmfdistdir}/scripts/arara/rules/xelatexmk.yaml
%{_texmfdistdir}/scripts/arara/rules/xetex.yaml
%doc %{_texmfdistdir}/doc/support/arara/README
%doc %{_texmfdistdir}/doc/support/arara/arara-usermanual.pdf
%doc %{_texmfdistdir}/doc/support/arara/arara-usermanual.tex
%doc %{_texmfdistdir}/doc/support/arara/arara.sty
%doc %{_texmfdistdir}/doc/support/arara/figures/arara.png
%doc %{_texmfdistdir}/doc/support/arara/figures/inlage/inlage-addcommand.png
%doc %{_texmfdistdir}/doc/support/arara/figures/inlage/inlage-addcompiler.png
%doc %{_texmfdistdir}/doc/support/arara/figures/inlage/inlage-araramenu.png
%doc %{_texmfdistdir}/doc/support/arara/figures/inlage/inlage-editcommands.png
%doc %{_texmfdistdir}/doc/support/arara/figures/inlage/inlage-listarara.png
%doc %{_texmfdistdir}/doc/support/arara/figures/inlage/inlage-newprofile.png
%doc %{_texmfdistdir}/doc/support/arara/figures/inlage/inlage-settings.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-finish.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-langsel.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-license.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-packs.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-path.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-pathwarning.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-progress.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-welcome.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/uninstall-finish.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/uninstall-welcome.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texniccenter/texniccenter-config.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texniccenter/texniccenter-newprofile.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texniccenter/texniccenter-profiles.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texshop/texshop-arara.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texworks/texworks-add.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texworks/texworks-arara.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texworks/texworks-prefs.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texworks/texworks-profile.png
%doc %{_texmfdistdir}/doc/support/arara/figures/winedt/winedt-ararabutton.png
%doc %{_texmfdistdir}/doc/support/arara/figures/winedt/winedt-menu.png
%doc %{_texmfdistdir}/doc/support/arara/figures/winedt/winedt-optionsinterface.png
%doc %{_texmfdistdir}/doc/support/arara/references.bib
#- source
%doc %{_texmfdistdir}/source/support/arara/pom.xml
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/Arara.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/exception/AraraException.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraCommand.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraConfiguration.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraDirective.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraFilePattern.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraLanguage.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraRuleArgument.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraRuleConfig.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraTask.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/AraraConstants.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/AraraLocalization.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/AraraLogging.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/AraraMethods.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/AraraResolver.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/AraraUtils.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/CommandLineAnalyzer.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/CommandTrigger.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/ConfigurationLoader.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/DirectiveExtractor.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/DirectiveParser.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/LanguageController.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/TaskDeployer.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/TeeOutputStream.java
%doc %{_texmfdistdir}/source/support/arara/src/main/resources/com/github/arara/conf/logback.xml
%doc %{_texmfdistdir}/source/support/arara/src/main/resources/com/github/arara/localization/dummy
%doc %{_texmfdistdir}/source/support/arara/src/test/java/com/github/arara/AraraTest.java

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/arara/arara.sh arara
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-9
+ Revision: 81ad43a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14841 |14cu|texlive-archaic-20061108-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/archaic
# catalog-date 2006-11-08 11:10:08 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-archaic
Version:	20061108
Release:	5
Summary:	A collection of archaic fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/archaic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/archaic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/archaic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/archaic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The collection contains fonts to represent Aramaic, Cypriot,
Etruscan, Greek of the 6th and 4th centuries BCE, Egyptian
hieroglyphics, Linear A, Linear B, Nabatean old Persian, the
Phaistos disc, Phoenician, proto-Semitic, runic, South Arabian
Ugaritic and Viking scripts. The bundle also includes a small
font for use in phonetic transcription of the archaic writings.
The bundle's own directory includes a font installation map
file for the whole collection.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/archaic/aram10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/copsn10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/cugar10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/cypr10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/etr10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/fut10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/givbc10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/gvibc10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/linb10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/nab10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/oandsi10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/oandsu10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/phnc10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/pmhg.afm
%{_texmfdistdir}/fonts/afm/public/archaic/proto10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/sarab10.afm
%{_texmfdistdir}/fonts/map/dvips/archaic/aramaic.map
%{_texmfdistdir}/fonts/map/dvips/archaic/archaicprw.map
%{_texmfdistdir}/fonts/map/dvips/archaic/cypriot.map
%{_texmfdistdir}/fonts/map/dvips/archaic/etruscan.map
%{_texmfdistdir}/fonts/map/dvips/archaic/fut10.map
%{_texmfdistdir}/fonts/map/dvips/archaic/greek4cbc.map
%{_texmfdistdir}/fonts/map/dvips/archaic/greek6cbc.map
%{_texmfdistdir}/fonts/map/dvips/archaic/hieroglf.map
%{_texmfdistdir}/fonts/map/dvips/archaic/linearb.map
%{_texmfdistdir}/fonts/map/dvips/archaic/nabatean.map
%{_texmfdistdir}/fonts/map/dvips/archaic/oands.map
%{_texmfdistdir}/fonts/map/dvips/archaic/oldprsn.map
%{_texmfdistdir}/fonts/map/dvips/archaic/phoenician.map
%{_texmfdistdir}/fonts/map/dvips/archaic/protosem.map
%{_texmfdistdir}/fonts/map/dvips/archaic/sarabian.map
%{_texmfdistdir}/fonts/map/dvips/archaic/ugarite.map
%{_texmfdistdir}/fonts/source/public/archaic/copsn10.mf
%{_texmfdistdir}/fonts/source/public/archaic/givbc10.mf
%{_texmfdistdir}/fonts/source/public/archaic/gvibc10.mf
%{_texmfdistdir}/fonts/source/public/archaic/sarab10.mf
%{_texmfdistdir}/fonts/source/public/archaic/vik10.mf
%{_texmfdistdir}/fonts/source/public/archaic/vikglyph.mf
%{_texmfdistdir}/fonts/source/public/archaic/viktitle.mf
%{_texmfdistdir}/fonts/tfm/public/archaic/aram10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/copsn10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/cugar10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/cypr10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/etr10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/fut10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/givbc10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/gvibc10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/linb10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/nab10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/oandsi10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/oandsu10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/phnc10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/pmhg.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/proto10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/sarab10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/vik10.tfm
%{_texmfdistdir}/fonts/type1/public/archaic/aram10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/copsn10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/cugar10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/cypr10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/etr10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/fut10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/givbc10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/gvibc10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/linb10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/nab10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/oandsi10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/oandsu10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/phnc10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/pmhg.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/proto10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/sarab10.pfb
%{_texmfdistdir}/tex/latex/archaic/aramaic.sty
%{_texmfdistdir}/tex/latex/archaic/cypriot.sty
%{_texmfdistdir}/tex/latex/archaic/etruscan.sty
%{_texmfdistdir}/tex/latex/archaic/greek4cbc.sty
%{_texmfdistdir}/tex/latex/archaic/greek6cbc.sty
%{_texmfdistdir}/tex/latex/archaic/hieroglf.sty
%{_texmfdistdir}/tex/latex/archaic/linearb.sty
%{_texmfdistdir}/tex/latex/archaic/nabatean.sty
%{_texmfdistdir}/tex/latex/archaic/oands.sty
%{_texmfdistdir}/tex/latex/archaic/oldprsn.sty
%{_texmfdistdir}/tex/latex/archaic/ot1aram.fd
%{_texmfdistdir}/tex/latex/archaic/ot1copsn.fd
%{_texmfdistdir}/tex/latex/archaic/ot1cugar.fd
%{_texmfdistdir}/tex/latex/archaic/ot1cypr.fd
%{_texmfdistdir}/tex/latex/archaic/ot1etr.fd
%{_texmfdistdir}/tex/latex/archaic/ot1fut.fd
%{_texmfdistdir}/tex/latex/archaic/ot1givbc.fd
%{_texmfdistdir}/tex/latex/archaic/ot1gvibc.fd
%{_texmfdistdir}/tex/latex/archaic/ot1nab.fd
%{_texmfdistdir}/tex/latex/archaic/ot1oands.fd
%{_texmfdistdir}/tex/latex/archaic/ot1phnc.fd
%{_texmfdistdir}/tex/latex/archaic/ot1pmhg.fd
%{_texmfdistdir}/tex/latex/archaic/ot1proto.fd
%{_texmfdistdir}/tex/latex/archaic/ot1sarab.fd
%{_texmfdistdir}/tex/latex/archaic/ot1vik.fd
%{_texmfdistdir}/tex/latex/archaic/phoenician.sty
%{_texmfdistdir}/tex/latex/archaic/protosem.sty
%{_texmfdistdir}/tex/latex/archaic/runic.sty
%{_texmfdistdir}/tex/latex/archaic/sarabian.sty
%{_texmfdistdir}/tex/latex/archaic/t1aram.fd
%{_texmfdistdir}/tex/latex/archaic/t1copsn.fd
%{_texmfdistdir}/tex/latex/archaic/t1cugar.fd
%{_texmfdistdir}/tex/latex/archaic/t1cypr.fd
%{_texmfdistdir}/tex/latex/archaic/t1etr.fd
%{_texmfdistdir}/tex/latex/archaic/t1fut.fd
%{_texmfdistdir}/tex/latex/archaic/t1givbc.fd
%{_texmfdistdir}/tex/latex/archaic/t1gvibc.fd
%{_texmfdistdir}/tex/latex/archaic/t1linb.fd
%{_texmfdistdir}/tex/latex/archaic/t1nab.fd
%{_texmfdistdir}/tex/latex/archaic/t1oands.fd
%{_texmfdistdir}/tex/latex/archaic/t1phnc.fd
%{_texmfdistdir}/tex/latex/archaic/t1pmhg.fd
%{_texmfdistdir}/tex/latex/archaic/t1proto.fd
%{_texmfdistdir}/tex/latex/archaic/t1sarab.fd
%{_texmfdistdir}/tex/latex/archaic/t1vik.fd
%{_texmfdistdir}/tex/latex/archaic/ugarite.sty
%{_texmfdistdir}/tex/latex/archaic/viking.sty
%doc %{_texmfdistdir}/doc/fonts/archaic/README.PRW
%doc %{_texmfdistdir}/doc/fonts/archaic/aramaic-README
%doc %{_texmfdistdir}/doc/fonts/archaic/aramaic.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/asamples.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/asamples.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/cypriot-README
%doc %{_texmfdistdir}/doc/fonts/archaic/cypriot.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/etruscan-README
%doc %{_texmfdistdir}/doc/fonts/archaic/etruscan.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/greek4cbc-README
%doc %{_texmfdistdir}/doc/fonts/archaic/greek4cbc-trygivbc.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/greek4cbc-trygivbc.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/greek4cbc.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/greek6cbc-README
%doc %{_texmfdistdir}/doc/fonts/archaic/greek6cbc-trygvibc.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/greek6cbc-trygvibc.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/greek6cbc.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/hieroglf-README
%doc %{_texmfdistdir}/doc/fonts/archaic/hieroglf-trypmhg.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/hieroglf-trypmhg.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/hieroglf.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/linearb-README
%doc %{_texmfdistdir}/doc/fonts/archaic/linearb.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/nabatean-README
%doc %{_texmfdistdir}/doc/fonts/archaic/nabatean.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/oands-README
%doc %{_texmfdistdir}/doc/fonts/archaic/oands.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/oldprsn-README
%doc %{_texmfdistdir}/doc/fonts/archaic/oldprsn.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/phoenician-README
%doc %{_texmfdistdir}/doc/fonts/archaic/phoenician-tryphnc.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/phoenician-tryphnc.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/phoenician.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/protosem-README
%doc %{_texmfdistdir}/doc/fonts/archaic/protosem.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/runic-README
%doc %{_texmfdistdir}/doc/fonts/archaic/runic.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/sarabian-README
%doc %{_texmfdistdir}/doc/fonts/archaic/sarabian.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryaramaic.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryaramaic.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/trycypriot.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/trycypriot.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/tryetruscan.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryetruscan.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/trylinearb.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/trylinearb.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/trynabatean.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/trynabatean.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/tryoands.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryoands.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/tryoldprsn.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryoldprsn.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/tryprotosem.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryprotosem.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/tryrunic.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryrunic.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/trysarabian.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/trysarabian.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/tryugarite.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryugarite.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/ugarite-README
%doc %{_texmfdistdir}/doc/fonts/archaic/ugarite.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/viking-README
%doc %{_texmfdistdir}/doc/fonts/archaic/viking-try_vik.tex
#- source
%doc %{_texmfdistdir}/source/fonts/archaic/aramaic.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/aramaic.ins
%doc %{_texmfdistdir}/source/fonts/archaic/cypriot.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/cypriot.ins
%doc %{_texmfdistdir}/source/fonts/archaic/etruscan.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/etruscan.ins
%doc %{_texmfdistdir}/source/fonts/archaic/greek4cbc.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/greek4cbc.ins
%doc %{_texmfdistdir}/source/fonts/archaic/greek6cbc.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/greek6cbc.ins
%doc %{_texmfdistdir}/source/fonts/archaic/hieroglf.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/hieroglf.ins
%doc %{_texmfdistdir}/source/fonts/archaic/linearb.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/linearb.ins
%doc %{_texmfdistdir}/source/fonts/archaic/nabatean.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/nabatean.ins
%doc %{_texmfdistdir}/source/fonts/archaic/oands.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/oands.ins
%doc %{_texmfdistdir}/source/fonts/archaic/oldprsn.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/oldprsn.ins
%doc %{_texmfdistdir}/source/fonts/archaic/phoenician.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/phoenician.ins
%doc %{_texmfdistdir}/source/fonts/archaic/protosem.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/protosem.ins
%doc %{_texmfdistdir}/source/fonts/archaic/runic.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/runic.ins
%doc %{_texmfdistdir}/source/fonts/archaic/sarabian.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/sarabian.ins
%doc %{_texmfdistdir}/source/fonts/archaic/ugarite.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/ugarite.ins
%doc %{_texmfdistdir}/source/fonts/archaic/viking.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/viking.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061108-5
+ Revision: d234d18
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14842 |14cu|texlive-arev-20070225-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/arev
# catalog-date 2007-02-25 15:08:52 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-arev
Version:	20070225
Release:	5
Summary:	Fonts and LaTeX support files for Arev Sans
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/arev
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arev.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arev.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arev.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package arev provides type 1 and virtual fonts, together
with LaTeX packages for using Arev Sans in both text and
mathematics. Arev Sans is a derivative of Bitstream Vera Sans
created by Tavmjong Bah, adding support for Greek and Cyrillic
characters. Bah also added a few variant letters that are more
appropriate for mathematics. The primary purpose for using Arev
Sans in LaTeX is presentations, particularly when using a
computer projector. In such a context, Arev Sans is quite
readable, with large x-height, "open letters", wide spacing,
and thick stems. The style is very similar to the SliTeX font
lcmss, but heavier. Arev is one of a very small number of sans-
font mathematics support packages. Others are cmbright, hvmath
and kerkis.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/arev/ArevSans-Bold.afm
%{_texmfdistdir}/fonts/afm/public/arev/ArevSans-BoldOblique.afm
%{_texmfdistdir}/fonts/afm/public/arev/ArevSans-Oblique.afm
%{_texmfdistdir}/fonts/afm/public/arev/ArevSans-Roman.afm
%{_texmfdistdir}/fonts/enc/dvips/arev/arevoml.enc
%{_texmfdistdir}/fonts/enc/dvips/arev/arevoms.enc
%{_texmfdistdir}/fonts/enc/dvips/arev/arevot1.enc
%{_texmfdistdir}/fonts/map/dvips/arev/arev.map
%{_texmfdistdir}/fonts/tfm/public/arev/ArevSans-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/ArevSans-BoldOblique.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/ArevSans-Oblique.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/ArevSans-Roman.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favmb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favmbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favmr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favmr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favmri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favri8r.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/zavmb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/zavmbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/zavmr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/zavmr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/zavmri7m.tfm
%{_texmfdistdir}/fonts/type1/public/arev/ArevSans-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/arev/ArevSans-BoldOblique.pfb
%{_texmfdistdir}/fonts/type1/public/arev/ArevSans-Oblique.pfb
%{_texmfdistdir}/fonts/type1/public/arev/ArevSans-Roman.pfb
%{_texmfdistdir}/fonts/vf/public/arev/favb8t.vf
%{_texmfdistdir}/fonts/vf/public/arev/favbi8t.vf
%{_texmfdistdir}/fonts/vf/public/arev/favr8t.vf
%{_texmfdistdir}/fonts/vf/public/arev/favri8t.vf
%{_texmfdistdir}/fonts/vf/public/arev/zavmb7t.vf
%{_texmfdistdir}/fonts/vf/public/arev/zavmbi7m.vf
%{_texmfdistdir}/fonts/vf/public/arev/zavmr7t.vf
%{_texmfdistdir}/fonts/vf/public/arev/zavmr7y.vf
%{_texmfdistdir}/fonts/vf/public/arev/zavmri7m.vf
%{_texmfdistdir}/tex/latex/arev/ams-mdbch.sty
%{_texmfdistdir}/tex/latex/arev/arev.sty
%{_texmfdistdir}/tex/latex/arev/arevmath.sty
%{_texmfdistdir}/tex/latex/arev/arevsymbols.tex
%{_texmfdistdir}/tex/latex/arev/arevtext.sty
%{_texmfdistdir}/tex/latex/arev/omlzavm.fd
%{_texmfdistdir}/tex/latex/arev/omszavm.fd
%{_texmfdistdir}/tex/latex/arev/ot1zavm.fd
%{_texmfdistdir}/tex/latex/arev/t1fav.fd
%{_texmfdistdir}/tex/latex/arev/uzavm.fd
%doc %{_texmfdistdir}/doc/fonts/arev/ArevSansLicense.txt
%doc %{_texmfdistdir}/doc/fonts/arev/BitstreamVeraLicense.txt
%doc %{_texmfdistdir}/doc/fonts/arev/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/arev/GPLv2.txt
%doc %{_texmfdistdir}/doc/fonts/arev/LPPLv1-3a.txt
%doc %{_texmfdistdir}/doc/fonts/arev/Makefile
%doc %{_texmfdistdir}/doc/fonts/arev/README
%doc %{_texmfdistdir}/doc/fonts/arev/arevdoc.lyx
%doc %{_texmfdistdir}/doc/fonts/arev/arevdoc.pdf
%doc %{_texmfdistdir}/doc/fonts/arev/arevdoc.tex
%doc %{_texmfdistdir}/doc/fonts/arev/fontsample.tex
%doc %{_texmfdistdir}/doc/fonts/arev/mathtesty.pdf
%doc %{_texmfdistdir}/doc/fonts/arev/mathtesty.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-arev.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-cmbright.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-cmss.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-header.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-helvetica.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-kerkis.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-lcmss.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-text.tex
#- source
%doc %{_texmfdistdir}/source/fonts/arev/TODO.txt
%doc %{_texmfdistdir}/source/fonts/arev/afmtoglyphlist
%doc %{_texmfdistdir}/source/fonts/arev/arevfontinst.tex
%doc %{_texmfdistdir}/source/fonts/arev/arevoml.etx
%doc %{_texmfdistdir}/source/fonts/arev/arevoms.etx
%doc %{_texmfdistdir}/source/fonts/arev/arevot1.etx
%doc %{_texmfdistdir}/source/fonts/arev/convert-ff
%doc %{_texmfdistdir}/source/fonts/arev/createkerndata
%doc %{_texmfdistdir}/source/fonts/arev/enctofontpos
%doc %{_texmfdistdir}/source/fonts/arev/fixkernaccents.tex
%doc %{_texmfdistdir}/source/fonts/arev/fixweierstrass.mtx
%doc %{_texmfdistdir}/source/fonts/arev/fonttokernsfd.ff
%doc %{_texmfdistdir}/source/fonts/arev/fonttopfb.ff
%doc %{_texmfdistdir}/source/fonts/arev/glyphlistoml.tex
%doc %{_texmfdistdir}/source/fonts/arev/glyphlistoms.tex
%doc %{_texmfdistdir}/source/fonts/arev/glyphlistot1.tex
%doc %{_texmfdistdir}/source/fonts/arev/makefontfiles
%doc %{_texmfdistdir}/source/fonts/arev/resetdotlessi.mtx
%doc %{_texmfdistdir}/source/fonts/arev/sfdtokernaccent
%doc %{_texmfdistdir}/source/fonts/arev/unsetomssymbols.mtx
%doc %{_texmfdistdir}/source/fonts/arev/unsetot1symbols.mtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070225-5
+ Revision: 1798358
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14843 |14cu|texlive-ascii-2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/ascii
# catalog-date 2008-12-25 13:14:37 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-ascii
Version:	2.0
Release:	5
Summary:	Support for IBM "standard ASCII" font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ascii
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ascii.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ascii.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ascii.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package makes available the graphical representation of
the ASCII characters as defined in the IBM PC Code Page 437 C0
Graphics. A Type 1 font of the glyphs is included.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/ascii/ascii.map
%{_texmfdistdir}/fonts/tfm/public/ascii/ASCII.tfm
%{_texmfdistdir}/fonts/type1/public/ascii/ASCII.pfb
%{_texmfdistdir}/tex/latex/ascii/ascii.sty
%doc %{_texmfdistdir}/doc/fonts/ascii/ascii2006.pdf
%doc %{_texmfdistdir}/doc/fonts/ascii/asciisty1994.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ascii/ascii.dtx
%doc %{_texmfdistdir}/source/latex/ascii/ascii.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-5
+ Revision: 2dcccb0
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14844 |14cu|texlive-aspectratio-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25243
# category Package
# catalog-ctan /macros/latex/contrib/aspectratio
# catalog-date 2012-01-28 10:04:30 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-aspectratio
Version:	2.0
Release:	4
Summary:	Capital A and capital R ligature for Aspect Ratio
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/aspectratio
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aspectratio.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aspectratio.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides fonts (both as Adobe Type 1 format, and as
Metafont source) for the 'AR' symbol (for Aspect Ratio) used by
aeronautical scientists and engineers.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/aspectratio/aspectratio.map
%{_texmfdistdir}/fonts/source/public/aspectratio/ar10.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/ar12.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/ar6.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/ar7.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/ar8.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/ar9.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arb10.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arb12.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arb5.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arb6.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arb7.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arb8.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arb9.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arssbi10.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arssi10.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/artti10.mf
%{_texmfdistdir}/fonts/tfm/public/aspectratio/amarbi.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/amarri.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/aparbi.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/aparri.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar10.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar12.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar5.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar6.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar7.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar8.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar9.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb10.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb12.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb5.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb6.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb7.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb8.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb9.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arssbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/artti10.tfm
%{_texmfdistdir}/fonts/type1/public/aspectratio/amarbi.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/amarri.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/ar10.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/ar12.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/ar5.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/ar6.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/ar7.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/ar8.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/ar9.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arb10.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arb12.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arb5.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arb6.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arb7.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arb8.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arb9.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arssbi10.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arssi10.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/artti10.pfb
%{_texmfdistdir}/tex/latex/aspectratio/ar.sty
%doc %{_texmfdistdir}/doc/latex/aspectratio/ar.pdf
%doc %{_texmfdistdir}/doc/latex/aspectratio/ar.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: a829e72
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14845 |14cu|texlive-astro-2.20-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/astro
# catalog-date 2008-10-03 22:28:15 +0200
# catalog-license lppl
# catalog-version 2.20
Name:		texlive-astro
Version:	2.20
Release:	5
Summary:	Astronomical (planetary) symbols
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/astro
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/astro.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/astro.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Astrosym is a font containing astronomical symbols, including
those used for the planets, four planetoids, the phases of the
moon, the signs of the zodiac, and some additional symbols. The
font is distributed in MetaFont format.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/astro/astrosym.cal
%{_texmfdistdir}/fonts/source/public/astro/astrosym.cmn
%{_texmfdistdir}/fonts/source/public/astro/astrosym.mac
%{_texmfdistdir}/fonts/source/public/astro/astrosym.mf
%{_texmfdistdir}/fonts/source/public/astro/astrosym.uni
%{_texmfdistdir}/fonts/source/public/astro/astrosym.xtr
%{_texmfdistdir}/fonts/tfm/public/astro/astrosym.tfm
%doc %{_texmfdistdir}/doc/fonts/astro/astrosym.tex
%doc %{_texmfdistdir}/doc/fonts/astro/astrosym.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.20-5
+ Revision: 2c9a394
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14846 |14cu|texlive-augie-20061229-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18948
# category Package
# catalog-ctan /fonts/augie
# catalog-date 2006-12-29 12:26:56 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-augie
Version:	20061229
Release:	5
Summary:	Calligraphic font for typesetting handwriting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/augie
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/augie.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/augie.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A calligraphic font for simulating American-style informal
handwriting. The font is distributed in Adobe Type 1 format.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/augie/augie___.afm
%{_texmfdistdir}/fonts/map/dvips/augie/augie.map
%{_texmfdistdir}/fonts/tfm/public/augie/augie7t.tfm
%{_texmfdistdir}/fonts/tfm/public/augie/augie8c.tfm
%{_texmfdistdir}/fonts/tfm/public/augie/augie8r.tfm
%{_texmfdistdir}/fonts/tfm/public/augie/augie8t.tfm
%{_texmfdistdir}/fonts/tfm/public/augie/augie___.tfm
%{_texmfdistdir}/fonts/type1/public/augie/augie___.pfb
%{_texmfdistdir}/fonts/vf/public/augie/augie7t.vf
%{_texmfdistdir}/fonts/vf/public/augie/augie8c.vf
%{_texmfdistdir}/fonts/vf/public/augie/augie8t.vf
%{_texmfdistdir}/tex/latex/augie/ot1augie.fd
%{_texmfdistdir}/tex/latex/augie/t1augie.fd
%{_texmfdistdir}/tex/latex/augie/ts1augie.fd
%doc %{_texmfdistdir}/doc/latex/augie/README.augie
%doc %{_texmfdistdir}/doc/latex/augie/augie.txt
%doc %{_texmfdistdir}/doc/latex/augie/other/Augie___.pfm
%doc %{_texmfdistdir}/doc/latex/augie/other/augie___.inf
%doc %{_texmfdistdir}/doc/latex/augie/vtex/augie.ali

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061229-5
+ Revision: 3f5bb08
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14847 |14cu|texlive-auncial-new-2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/auncial-new
# catalog-date 2008-08-16 20:32:59 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-auncial-new
Version:	2.0
Release:	5
Summary:	Artificial Uncial font and LaTeX support macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/auncial-new
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/auncial-new.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/auncial-new.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/auncial-new.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The auncial-new bundle provides packages and fonts for a script
based on the Artificial Uncial manuscript book-hand used
between the 6th & 10th century AD. The script consists of
minuscules and digits, with some appropriate period punctuation
marks. Both normal and bold versions are provided, and the font
is distributed in Adobe Type 1 format. This is an experimental
new version of the auncial bundle, which is one of a series of
bookhand fonts. The font follows the B1 encoding developed for
bookhands. Access to the encoding is essential. The encoding
mainly follows the standard T1 encoding.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/auncial-new/auncl10.afm
%{_texmfdistdir}/fonts/afm/public/auncial-new/aunclb10.afm
%{_texmfdistdir}/fonts/map/dvips/auncial-new/auncial.map
%{_texmfdistdir}/fonts/tfm/public/auncial-new/auncl10.tfm
%{_texmfdistdir}/fonts/tfm/public/auncial-new/aunclb10.tfm
%{_texmfdistdir}/fonts/type1/public/auncial-new/auncl10.pfb
%{_texmfdistdir}/fonts/type1/public/auncial-new/aunclb10.pfb
%{_texmfdistdir}/tex/latex/auncial-new/allauncl.sty
%{_texmfdistdir}/tex/latex/auncial-new/auncial.sty
%{_texmfdistdir}/tex/latex/auncial-new/b1auncl.fd
%doc %{_texmfdistdir}/doc/fonts/auncial-new/README
%doc %{_texmfdistdir}/doc/fonts/auncial-new/auncial.pdf
%doc %{_texmfdistdir}/doc/fonts/auncial-new/tryauncial.pdf
%doc %{_texmfdistdir}/doc/fonts/auncial-new/tryauncial.tex
#- source
%doc %{_texmfdistdir}/source/fonts/auncial-new/auncial.dtx
%doc %{_texmfdistdir}/source/fonts/auncial-new/auncial.ins
%doc %{_texmfdistdir}/source/fonts/auncial-new/aunclmfb.dtx
%doc %{_texmfdistdir}/source/fonts/auncial-new/aunclmfc.dtx
%doc %{_texmfdistdir}/source/fonts/auncial-new/aunclmft.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-5
+ Revision: 2f9392b
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14848 |14cu|texlive-aurical-1.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/aurical
# catalog-date 2008-07-27 23:11:56 +0200
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-aurical
Version:	1.5
Release:	5
Summary:	Calligraphic fonts for use with LaTeX in T1 encoding
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/aurical
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aurical.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aurical.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package that implements a set (AuriocusKalligraphicus) of
three calligraphic fonts derived from the author's handwriting
in Adobe Type 1 Format, T1 (Cork) encoding for use with LaTeX:
- Auriocus Kalligraphicus; - Lukas Svatba; and - Jana Skrivana.
Each font features oldstyle digits and (machine-generated)
boldface and slanted versions. A variant of Lukas Svatba offers
a 'long s'.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogo.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoBold.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoBoldRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoBoldSlant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoSlant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicus.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusBold.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusBoldRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusBoldSlant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusSlant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivana.afm
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaBold.afm
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaBoldRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaBoldSlant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaSlant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatba.afm
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaBold.afm
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaBoldRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaBoldSlant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaSlant.afm
%{_texmfdistdir}/fonts/map/dvips/aurical/aurical.map
%{_texmfdistdir}/fonts/source/public/aurical/aurical_source.zip
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogo.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoBold.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoBoldRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoBoldSlant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoSlant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicus.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusBold.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusBoldRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusBoldSlant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusSlant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivana.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaBold.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaBoldRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaBoldSlant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaSlant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatba.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaBold.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaBoldRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaBoldSlant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaSlant.tfm
%{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogo.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoBold.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoBoldRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoBoldSlant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoSlant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicus.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusBold.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusBoldRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusBoldSlant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusSlant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivana.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaBold.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaBoldRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaBoldSlant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaSlant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatba.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaBold.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaBoldRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaBoldSlant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaSlant.pfb
%{_texmfdistdir}/tex/latex/aurical/T1AmiciLogo.fd
%{_texmfdistdir}/tex/latex/aurical/T1AuriocusKalligraphicus.fd
%{_texmfdistdir}/tex/latex/aurical/T1JanaSkrivana.fd
%{_texmfdistdir}/tex/latex/aurical/T1LukasSvatba.fd
%{_texmfdistdir}/tex/latex/aurical/aurical.sty
%doc %{_texmfdistdir}/doc/latex/aurical/aurical.pdf
%doc %{_texmfdistdir}/doc/latex/aurical/aurical.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-5
+ Revision: c82f21d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14849 |14cu|texlive-b1encoding-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21271
# category Package
# catalog-ctan /macros/latex/contrib/b1encoding
# catalog-date 2011-02-01 08:52:21 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-b1encoding
Version:	1.0
Release:	5
Summary:	LaTeX encoding tools for Bookhands fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/b1encoding
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/b1encoding.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/b1encoding.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/b1encoding.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package characterises and defines the author's B1 encoding
for use with LaTeX when typesetting things using his Bookhands
fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/b1encoding/TeXB1.enc
%{_texmfdistdir}/tex/latex/b1encoding/b1cmr.fd
%{_texmfdistdir}/tex/latex/b1encoding/b1enc.def
%doc %{_texmfdistdir}/doc/latex/b1encoding/README
%doc %{_texmfdistdir}/doc/latex/b1encoding/b1encoding.pdf
#- source
%doc %{_texmfdistdir}/source/latex/b1encoding/b1encoding.dtx
%doc %{_texmfdistdir}/source/latex/b1encoding/b1encoding.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 761c2ab
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14850 |14cu|texlive-backnaur-0.60.d-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28513
# category Package
# catalog-ctan /macros/latex/contrib/backnaur
# catalog-date 2012-12-12 18:40:20 +0100
# catalog-license lppl1.3
# catalog-version 0.60.d
Name:		texlive-backnaur
Version:	0.60.d
Release:	8
Summary:	Typeset Backus Naur Form definitions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/backnaur
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/backnaur.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/backnaur.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/backnaur.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package typesets Backus-Naur Form (BNF) definitions. It
creates aligned lists of productions, with numbers if required.
It can also print in-line BNF expressions using math mode.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/backnaur/backnaur.sty
%doc %{_texmfdistdir}/doc/latex/backnaur/README
%doc %{_texmfdistdir}/doc/latex/backnaur/backnaur.pdf
#- source
%doc %{_texmfdistdir}/source/latex/backnaur/backnaur.dtx
%doc %{_texmfdistdir}/source/latex/backnaur/backnaur.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.60.d-8
+ Revision: c1e6c61
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14851 |14cu|texlive-barcodes-20080817-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/barcodes/willadt
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-barcodes
Version:	20080817
Release:	5
Summary:	Fonts for making barcodes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/barcodes/willadt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/barcodes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/barcodes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/barcodes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package deals with EAN barcodes; MetaFont fonts are
provided, and a set of examples; for some codes, a small Perl
script is needed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/barcodes/wlc11.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlc128.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlc39.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlc93.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlcr39.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlean.mf
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlc11.tfm
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlc128.tfm
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlc39.tfm
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlc93.tfm
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlcr39.tfm
%{_texmfdistdir}/tex/latex/barcodes/barcodes.sty
%doc %{_texmfdistdir}/doc/latex/barcodes/README
%doc %{_texmfdistdir}/doc/latex/barcodes/bcfaq.tex
%doc %{_texmfdistdir}/doc/latex/barcodes/changes
%doc %{_texmfdistdir}/doc/latex/barcodes/code39.tex
%doc %{_texmfdistdir}/doc/latex/barcodes/codean.pl
%doc %{_texmfdistdir}/doc/latex/barcodes/eandoc.pdf
%doc %{_texmfdistdir}/doc/latex/barcodes/eandoc.tex
%doc %{_texmfdistdir}/doc/latex/barcodes/examples.tex
%doc %{_texmfdistdir}/doc/latex/barcodes/install.bat
%doc %{_texmfdistdir}/doc/latex/barcodes/wlcdb.vpl
%doc %{_texmfdistdir}/doc/latex/barcodes/wlcf39.vpl
%doc %{_texmfdistdir}/doc/latex/barcodes/wlitf.vpl
#- source
%doc %{_texmfdistdir}/source/latex/barcodes/barcodes.dtx
%doc %{_texmfdistdir}/source/latex/barcodes/barcodes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080817-5
+ Revision: b3e39c4
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14852 |14cu|texlive-barr-20110619-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23579
# category Package
# catalog-ctan /macros/generic/diagrams/barr
# catalog-date 2011-06-19 14:02:49 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-barr
Version:	20110619
Release:	5
Summary:	Diagram macros by Michael Barr
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/diagrams/barr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/barr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/barr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Diagxy is a general diagramming package, useful for diagrams in
a number of mathematical disciplines. Diagxy is a development
of an earlier (successful) package to use the facilities of the
xypic bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/barr/diagxy.tex
%doc %{_texmfdistdir}/doc/generic/barr/diaxydoc.pdf
%doc %{_texmfdistdir}/doc/generic/barr/diaxydoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110619-5
+ Revision: fac8d95
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14853 |14cu|texlive-baskervald-1.016-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19490
# category Package
# catalog-ctan /fonts/baskervaldadf
# catalog-date 2010-07-14 23:45:16 +0200
# catalog-license lppl
# catalog-version 1.016
Name:		texlive-baskervald
Version:	1.016
Release:	5
Summary:	Baskervald ADF fonts collection with TeX/LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/baskervaldadf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/baskervald.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/baskervald.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/baskervald.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Baskervald ADF is a serif family with lining figures designed
as a substitute for Baskerville. The family currently includes
upright and italic or oblique shapes in each of regular, bold
and heavy weights. All fonts include the slashed zero and
additional non-standard ligatures. The support package renames
them according to the Karl Berry fontname scheme and defines
two families. One of these primarily provides access to the
"standard" or default characters while the other supports
additional ligatures. The included package files provide access
to these features in LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvb8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvbi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvh8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvho8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvr8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvri8a.afm
%{_texmfdistdir}/fonts/enc/dvips/baskervald/supp-ybv.enc
%{_texmfdistdir}/fonts/map/dvips/baskervald/ybv.map
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvb8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvb8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvb8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvb8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbi8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbi8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbiw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvh8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvh8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvh8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvh8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvho8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvho8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvho8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvho8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvhow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvhw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvr8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvr8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvr8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvr8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvri8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvri8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvriw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvrw8t.tfm
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvb8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvb8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvbi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvbi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvh8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvh8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvho8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvho8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvr8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvr8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvri8a.pfm
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvb8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvb8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvbi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvbi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvbiw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvbw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvh8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvh8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvho8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvho8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvhow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvhw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvr8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvr8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvriw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvrw8t.vf
%{_texmfdistdir}/tex/latex/baskervald/baskervald.sty
%{_texmfdistdir}/tex/latex/baskervald/t1ybv.fd
%{_texmfdistdir}/tex/latex/baskervald/t1ybvw.fd
%{_texmfdistdir}/tex/latex/baskervald/ts1ybv.fd
%{_texmfdistdir}/tex/latex/baskervald/ts1ybvw.fd
%doc %{_texmfdistdir}/doc/fonts/baskervald/COPYING
%doc %{_texmfdistdir}/doc/fonts/baskervald/NOTICE.txt
%doc %{_texmfdistdir}/doc/fonts/baskervald/README
%doc %{_texmfdistdir}/doc/fonts/baskervald/baskervaldadf.pdf
%doc %{_texmfdistdir}/doc/fonts/baskervald/baskervaldadf.tex
%doc %{_texmfdistdir}/doc/fonts/baskervald/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/baskervald/reglyph-ybv.tex
%doc %{_texmfdistdir}/source/fonts/baskervald/supp-ybv.etx
%doc %{_texmfdistdir}/source/fonts/baskervald/t1-baskervald-lig.etx
%doc %{_texmfdistdir}/source/fonts/baskervald/t1-baskervald.etx
%doc %{_texmfdistdir}/source/fonts/baskervald/ts1-baskervald.etx
%doc %{_texmfdistdir}/source/fonts/baskervald/ybv-drv.tex
%doc %{_texmfdistdir}/source/fonts/baskervald/ybv-map.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.016-5
+ Revision: c0b267b
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14854 |14cu|texlive-bbding-1.01-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17186
# category Package
# catalog-ctan /fonts/bbding
# catalog-date 2010-02-15 12:02:42 +0100
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-bbding
Version:	1.01
Release:	5
Summary:	A symbol (dingbat) font and LaTeX macros for its use
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/bbding
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbding.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbding.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbding.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A symbol font (distributed as MetaFont source) that contains
many of the symbols of the Zapf dingbats set, together with an
NFSS interface for using the font. An Adobe Type 1 version of
the fonts is available in the niceframe fonts bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/bbding/bbding10.mf
%{_texmfdistdir}/fonts/tfm/public/bbding/bbding10.tfm
%{_texmfdistdir}/tex/latex/bbding/Uding.fd
%{_texmfdistdir}/tex/latex/bbding/bbding.sty
%doc %{_texmfdistdir}/doc/latex/bbding/README
%doc %{_texmfdistdir}/doc/latex/bbding/bbding.pdf
%doc %{_texmfdistdir}/doc/latex/bbding/bbding10.org
#- source
%doc %{_texmfdistdir}/source/latex/bbding/bbding.dtx
%doc %{_texmfdistdir}/source/latex/bbding/bbding.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-5
+ Revision: 142a5b7
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14855 |14cu|texlive-bbold-type1-20101121-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20524
# category Package
# catalog-ctan /fonts/bbold-type1
# catalog-date 2010-11-21 18:48:27 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-bbold-type1
Version:	20101121
Release:	5
Summary:	An Adobe Type 1 format version of the bbold font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/bbold-type1
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold-type1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold-type1.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The files offer an Adobe Type 1 format version of the 5pt, 7pt
and 10pt versions of the bbold fonts. The distribution also
includes a map file, for use when incorporating the fonts into
TeX documents, but no macro sets are provided (the fonts will
not provide the correct results using macros designed for use
with the MetaFont versions of the fonts. The fonts were
produced to be part of the TeX distribution from Y&Y; they were
generously donated to the TeX Users' Group when Y&Y closed its
doors as a business.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/bbold-type1/bbold10.afm
%{_texmfdistdir}/fonts/afm/public/bbold-type1/bbold5.afm
%{_texmfdistdir}/fonts/afm/public/bbold-type1/bbold7.afm
%{_texmfdistdir}/fonts/map/dvips/bbold-type1/bbold.map
%{_texmfdistdir}/fonts/type1/public/bbold-type1/bbold10.pfb
%{_texmfdistdir}/fonts/type1/public/bbold-type1/bbold5.pfb
%{_texmfdistdir}/fonts/type1/public/bbold-type1/bbold7.pfb
%doc %{_texmfdistdir}/doc/fonts/bbold-type1/README
%doc %{_texmfdistdir}/doc/fonts/bbold-type1/test.pdf
%doc %{_texmfdistdir}/doc/fonts/bbold-type1/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101121-5
+ Revision: 0d6b859
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14856 |14cu|texlive-beebe-20120807-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27123
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-beebe
Version:	20120807
Release:	4
Summary:	TeXLive beebe package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beebe.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive beebe package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/beebe/gut.bib
%{_texmfdistdir}/bibtex/bib/beebe/komoedie.bib
%{_texmfdistdir}/bibtex/bib/beebe/texbook1.bib
%{_texmfdistdir}/bibtex/bib/beebe/texbook2.bib
%{_texmfdistdir}/bibtex/bib/beebe/texbook3.bib
%{_texmfdistdir}/bibtex/bib/beebe/texgraph.bib
%{_texmfdistdir}/bibtex/bib/beebe/texjourn.bib
%{_texmfdistdir}/bibtex/bib/beebe/texnique.bib
%{_texmfdistdir}/bibtex/bib/beebe/tugboat.bib
%{_texmfdistdir}/bibtex/bst/beebe/aaai-named.bst
%{_texmfdistdir}/bibtex/bst/beebe/abstract.bst
%{_texmfdistdir}/bibtex/bst/beebe/annotate.bst
%{_texmfdistdir}/bibtex/bst/beebe/annotation.bst
%{_texmfdistdir}/bibtex/bst/beebe/apa.bst
%{_texmfdistdir}/bibtex/bst/beebe/apalike2.bst
%{_texmfdistdir}/bibtex/bst/beebe/astron.bst
%{_texmfdistdir}/bibtex/bst/beebe/authordate1.bst
%{_texmfdistdir}/bibtex/bst/beebe/authordate2.bst
%{_texmfdistdir}/bibtex/bst/beebe/authordate3.bst
%{_texmfdistdir}/bibtex/bst/beebe/authordate4.bst
%{_texmfdistdir}/bibtex/bst/beebe/bbs.bst
%{_texmfdistdir}/bibtex/bst/beebe/bibtoref.bst
%{_texmfdistdir}/bibtex/bst/beebe/cbe.bst
%{_texmfdistdir}/bibtex/bst/beebe/chicagoa.bst
%{_texmfdistdir}/bibtex/bst/beebe/econometrica.bst
%{_texmfdistdir}/bibtex/bst/beebe/humanbio.bst
%{_texmfdistdir}/bibtex/bst/beebe/humannat.bst
%{_texmfdistdir}/bibtex/bst/beebe/is-abbrv.bst
%{_texmfdistdir}/bibtex/bst/beebe/is-alpha.bst
%{_texmfdistdir}/bibtex/bst/beebe/is-plain.bst
%{_texmfdistdir}/bibtex/bst/beebe/is-unsrt.bst
%{_texmfdistdir}/bibtex/bst/beebe/jas99.bst
%{_texmfdistdir}/bibtex/bst/beebe/jbact.bst
%{_texmfdistdir}/bibtex/bst/beebe/jmb.bst
%{_texmfdistdir}/bibtex/bst/beebe/jtb.bst
%{_texmfdistdir}/bibtex/bst/beebe/jthcarsu.bst
%{_texmfdistdir}/bibtex/bst/beebe/named.bst
%{_texmfdistdir}/bibtex/bst/beebe/namunsrt.bst
%{_texmfdistdir}/bibtex/bst/beebe/nar.bst
%{_texmfdistdir}/bibtex/bst/beebe/newapa.bst
%{_texmfdistdir}/bibtex/bst/beebe/phaip.bst
%{_texmfdistdir}/bibtex/bst/beebe/phapalik.bst
%{_texmfdistdir}/bibtex/bst/beebe/phcpc.bst
%{_texmfdistdir}/bibtex/bst/beebe/phiaea.bst
%{_texmfdistdir}/bibtex/bst/beebe/phjcp.bst
%{_texmfdistdir}/bibtex/bst/beebe/phnf.bst
%{_texmfdistdir}/bibtex/bst/beebe/phnflet.bst
%{_texmfdistdir}/bibtex/bst/beebe/phpf.bst
%{_texmfdistdir}/bibtex/bst/beebe/phppcf.bst
%{_texmfdistdir}/bibtex/bst/beebe/phreport.bst
%{_texmfdistdir}/bibtex/bst/beebe/phrmp.bst
%{_texmfdistdir}/bibtex/bst/beebe/plainyr.bst
%{_texmfdistdir}/bibtex/bst/beebe/refer.bst
%{_texmfdistdir}/bibtex/bst/beebe/xbtxbst.doc

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120807-4
+ Revision: 3086646
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14857 |14cu|texlive-belleek-20081130-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/belleek/belleek.zip
# catalog-date 2008-11-30 15:59:19 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-belleek
Version:	20081130
Release:	5
Summary:	Free replacement for basic MathTime fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/belleek/belleek.zip
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/belleek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/belleek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/belleek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package replaces the original MathTime fonts, not
MathTime-Plus or MathTime Professional (the last being the only
currently available commercial bundle).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/belleek/belleek.map
%{_texmfdistdir}/fonts/truetype/public/belleek/blex.ttf
%{_texmfdistdir}/fonts/truetype/public/belleek/blsy.ttf
%{_texmfdistdir}/fonts/truetype/public/belleek/rblmi.ttf
%{_texmfdistdir}/fonts/type1/public/belleek/blex.pfb
%{_texmfdistdir}/fonts/type1/public/belleek/blsy.pfb
%{_texmfdistdir}/fonts/type1/public/belleek/rblmi.pfb
%doc %{_texmfdistdir}/doc/fonts/belleek/README
#- source
%doc %{_texmfdistdir}/source/latex/belleek/my1mtt.fd
%doc %{_texmfdistdir}/source/latex/belleek/my2mtt.fd
%doc %{_texmfdistdir}/source/latex/belleek/my3mtt.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081130-5
+ Revision: 7f6afed
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14858 |14cu|texlive-bera-20080128-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20031
# category Package
# catalog-ctan /fonts/bera
# catalog-date 2008-01-28 20:53:41 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-bera
Version:	20080128
Release:	5
Summary:	Bera fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/bera
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bera.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bera.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains the Bera Type 1 fonts, and a zip archive
containing files to use the fonts with LaTeX. Bera is a set of
three font families: Bera Serif (a slab-serif Roman), Bera Sans
(a Frutiger descendant), and Bera Mono (monospaced/typewriter).
Support for use in LaTeX is also provided. The Bera family is a
repackaging, for use with TeX, of the Bitstream Vera family.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/bera/fveb8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fver8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvmb8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvmbo8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvmr8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvmro8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvsb8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvsbo8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvsr8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvsro8a.afm
%{_texmfdistdir}/fonts/map/dvips/bera/bera.map
%{_texmfdistdir}/fonts/tfm/public/bera/fveb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fveb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fveb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fveb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvebo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvebo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvebo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fver8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fver8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fver8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fver8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvero8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvero8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvero8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmro8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsro8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsro8t.tfm
%{_texmfdistdir}/fonts/type1/public/bera/fveb8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fver8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvmb8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvmbo8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvmr8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvmro8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvsb8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvsbo8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvsr8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvsro8a.pfb
%{_texmfdistdir}/fonts/vf/public/bera/fveb8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fveb8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvebo8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvebo8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fver8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fver8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvero8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvero8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmb8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmb8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmbo8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmbo8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmr8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmr8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmro8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmro8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsb8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsb8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsbo8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsbo8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsr8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsr8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsro8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsro8t.vf
%{_texmfdistdir}/tex/latex/bera/bera.sty
%{_texmfdistdir}/tex/latex/bera/beramono.sty
%{_texmfdistdir}/tex/latex/bera/berasans.sty
%{_texmfdistdir}/tex/latex/bera/beraserif.sty
%{_texmfdistdir}/tex/latex/bera/t1fve.fd
%{_texmfdistdir}/tex/latex/bera/t1fvm.fd
%{_texmfdistdir}/tex/latex/bera/t1fvs.fd
%{_texmfdistdir}/tex/latex/bera/ts1fve.fd
%{_texmfdistdir}/tex/latex/bera/ts1fvm.fd
%{_texmfdistdir}/tex/latex/bera/ts1fvs.fd
%doc %{_texmfdistdir}/doc/fonts/bera/LICENSE
%doc %{_texmfdistdir}/doc/fonts/bera/README
%doc %{_texmfdistdir}/doc/fonts/bera/bera.pdf
%doc %{_texmfdistdir}/doc/fonts/bera/bera.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080128-5
+ Revision: cead8c4
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14859 |14cu|texlive-berenisadf-1.004-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19952
# category Package
# catalog-ctan /fonts/berenisadf
# catalog-date 2010-09-22 13:22:51 +0200
# catalog-license other-free
# catalog-version 1.004

%if %{_use_internal_dependency_generator}
%define __noautoreq '/usr/bin/fontforge'
%endif

Summary:	Berenis ADF fonts and TeX/LaTeX support
Name:		texlive-berenisadf
Version:	1.004
Release:	6
License:	OTHER-FREE
Group:		Publishing
Url:		http://www.ctan.org/tex-archive/fonts/berenisadf
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/berenisadf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/berenisadf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/berenisadf.source.tar.xz
BuildRequires:	texlive-tlpkg
Requires:	fontforge
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
BuildArch:	noarch

%description
The bundle provides the BerenisADF Pro font collection, in
OpenType and PostScript Type 1 formats, together with support
files to use the fonts in TeXnANSI (LY1) encoding.

%files
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdb.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdbc.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdbci.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdbi.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdr.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdrc.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdrci.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdri.afm
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd0.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd1.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd2.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd2j.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybdj.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansx-ybd2jw.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansx-ybd2w.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansx-ybdjw.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansx-ybdw.enc
%{_texmfdistdir}/fonts/map/dvips/berenisadf/ybd.map
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb08y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb0c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb0ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb0i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb18y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb1c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb1ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb1i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb28y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2ciw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2ij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2ijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2iw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2j8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2jw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2w8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbc8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbciw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbi8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbiw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr08y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr0c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr0ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr0i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr18y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr1c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr1ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr1i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr28y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2ciw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2ij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2ijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2iw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2j8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2jw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2w8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrc8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrciw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdri8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdriw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrw8y.tfm
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdb.pfb
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdbc.pfb
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdbci.pfb
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdbi.pfb
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdr.pfb
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdrc.pfb
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdrci.pfb
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdri.pfb
%{_texmfdistdir}/tex/latex/berenisadf/berenis.sty
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd0.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd1.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd2.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd2j.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd2jw.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd2w.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybdj.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybdjw.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybdw.fd
%doc %{_texmfdistdir}/doc/fonts/berenisadf/COPYING
%doc %{_texmfdistdir}/doc/fonts/berenisadf/NOTICE.txt
%doc %{_texmfdistdir}/doc/fonts/berenisadf/README
%doc %{_texmfdistdir}/doc/fonts/berenisadf/berenisadf.pdf
%doc %{_texmfdistdir}/doc/fonts/berenisadf/berenisadf.tex
%doc %{_texmfdistdir}/doc/fonts/berenisadf/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFPro-Bold.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFPro-BoldItalic.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFPro-Italic.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFPro-Regular.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFProSC-Bold.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFProSC-BoldItalic.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFProSC-Italic.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFProSC-Regular.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/Makefile
%doc %{_texmfdistdir}/source/fonts/berenisadf/cfr.make.public
%doc %{_texmfdistdir}/source/fonts/berenisadf/ff-ybd.pe
%doc %{_texmfdistdir}/source/fonts/berenisadf/ybd-8y.nam
%doc %{_texmfdistdir}/source/fonts/berenisadf/ybd.lig



#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

perl -pi -e 's|/usr/local/bin/fontforge|/usr/bin/fontforge|'		\
    source/fonts/berenisadf/ff-ybd.pe

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}


%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.004-6
+ Revision: 7c5ce54
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14860 |14cu|texlive-besjournals-20131201-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32275
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-besjournals
Version:	20131201
Release:	8
Summary:	TeXLive besjournals package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/besjournals.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/besjournals.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive besjournals package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/besjournals/besjournals.bst
%doc %{_texmfdistdir}/doc/bibtex/besjournals/README
%doc %{_texmfdistdir}/doc/bibtex/besjournals/besjournals.dbj

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131201-8
+ Revision: 4ec6522
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14861 |14cu|texlive-bguq-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27140
# category Package
# catalog-ctan /fonts/bguq
# catalog-date 2012-07-24 10:27:04 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-bguq
Version:	0.3
Release:	4
Summary:	Improved quantifier stroke for Begriffsschrift packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/bguq
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bguq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bguq.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bguq.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The font contains a single character: the Begriffsschrift
quantifier (in several sizes), as used to set the
Begriffsschrift (concept notation) of Frege. The font is not
intended for end users; instead it is expected that it will be
used by other packages which implement the Begriffsschrift. An
(unofficial) modified version of Josh Parsons' begriff is
included as an example of implementation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/bguq/bguq.map
%{_texmfdistdir}/fonts/source/public/bguq/bguq.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t04.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t05.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t06.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t07.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t08.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t09.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t10.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t11.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t12.mf
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t04.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t05.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t06.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t07.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t08.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t09.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t10.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t11.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t12.tfm
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t04.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t05.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t06.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t07.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t08.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t09.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t10.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t11.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t12.pfb
%{_texmfdistdir}/tex/latex/bguq/Ubguq04.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq05.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq06.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq07.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq08.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq09.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq10.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq11.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq12.fd
%{_texmfdistdir}/tex/latex/bguq/begriff-bguq.sty
%{_texmfdistdir}/tex/latex/bguq/bguq.cfg
%{_texmfdistdir}/tex/latex/bguq/bguq.sty
%doc %{_texmfdistdir}/doc/fonts/bguq/INSTALL.txt
%doc %{_texmfdistdir}/doc/fonts/bguq/Makefile
%doc %{_texmfdistdir}/doc/fonts/bguq/README.txt
%doc %{_texmfdistdir}/doc/fonts/bguq/bguq-doc.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/bguq/bguq.dtx
%doc %{_texmfdistdir}/source/fonts/bguq/bguq.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: 9b95450
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14862 |14cu|texlive-bibarts-20061229-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bibarts
# catalog-date 2006-12-29 13:11:21 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-bibarts
Version:	20061229
Release:	5
Summary:	"Arts"-style bibliographical information
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibarts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibarts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibarts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibarts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bibarts package assists in making bibliographical lists in
the way that is common in the arts; it requires an auxiliary
program, for which source and a DOS executable are provided.
(Documentation is in German, though bibarts.sty does contain a
brief introduction in English, as a comment.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/bibarts/gbibarts.ist
%{_texmfdistdir}/tex/latex/bibarts/bibarts.sty
%doc %{_texmfdistdir}/doc/latex/bibarts/bibarts.pdf
%doc %{_texmfdistdir}/doc/latex/bibarts/bibarts.tex
%doc %{_texmfdistdir}/doc/latex/bibarts/gbib209.bat
%doc %{_texmfdistdir}/doc/latex/bibarts/gbib2e.bat
%doc %{_texmfdistdir}/doc/latex/bibarts/gbibsort.exe
#- source
%doc %{_texmfdistdir}/source/latex/bibarts/gbibsort.c

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061229-5
+ Revision: ba31cc4
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14863 |14cu|texlive-bibexport-3.01-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /biblio/bibtex/utils/bibexport
# catalog-date 2011-12-03 09:04:10 +0100
# catalog-license lppl1.3
# catalog-version 3.01
Name:		texlive-bibexport
Version:	3.01
Release:	6
Summary:	Extract a BibTeX file based on a .aux file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/utils/bibexport
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibexport.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibexport.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibexport.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-bibexport.bin = %{EVRD}

%description
A Bourne shell script that uses BibTeX to extract bibliography
entries that are \cite'd in a document. It can also expand a
BibTeX file, expanding the abbreviations (other than the built-
in ones like month names) and following the cross-references.


#-----------------------------------------------------------------------
%files
%{_bindir}/bibexport
%{_texmfdistdir}/bibtex/bst/bibexport/expcites.bst
%{_texmfdistdir}/bibtex/bst/bibexport/expkeys.bst
%{_texmfdistdir}/bibtex/bst/bibexport/export.bst
%{_texmfdistdir}/scripts/bibexport/bibexport.sh
%doc %{_texmfdistdir}/doc/bibtex/bibexport/README
%doc %{_texmfdistdir}/doc/bibtex/bibexport/bibexport.pdf
#- source
%doc %{_texmfdistdir}/source/bibtex/bibexport/bibexport.dtx
%doc %{_texmfdistdir}/source/bibtex/bibexport/bibexport.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/bibexport/bibexport.sh bibexport
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.01-6
+ Revision: 6eb1206
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14864 |14cu|texlive-bibhtml-2.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16093
# category Package
# catalog-ctan /biblio/bibtex/contrib/bibhtml
# catalog-date 2009-11-03 16:56:08 +0100
# catalog-license gpl
# catalog-version 2.0.1
Name:		texlive-bibhtml
Version:	2.0.1
Release:	5
Summary:	BibTeX support for HTML files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/bibhtml
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibhtml.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibhtml.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Bibhtml consists of a Perl script and a set of BibTeX style
files, which together allow you to output a bibliography as a
collection of HTML files. The references in the text are linked
directly to the corresponding bibliography entry, and if a URL
is defined in the entry within the BibTeX database file, then
the generated bibliography entry is linked to this. The package
provides three different style files derived from each of the
standard plain.bst and alpha.bst, as well as two style files
derived from abbrv.bst and unsrt.bst (i.e., eight in total).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/bibhtml/abbrvhtml.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/alphahtml.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/alphahtmldate.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/alphahtmldater.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/plainhtml.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/plainhtmldate.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/plainhtmldater.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/unsrthtml.bst
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/LICENCE
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/README
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/bibhtml
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/bibhtml-extract-aux.xslt
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/bibhtml-insert-bib.xslt
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/bibhtml.html
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/bibrefs.bib
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/detex.sed
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/style.css

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-5
+ Revision: 1dcb3b2
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14865 |14cu|texlive-biblatex-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27308
# category Package
# catalog-ctan /macros/latex/contrib/biblatex
# catalog-date 2012-07-31 19:56:52 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-biblatex
Version:	2.1
Release:	4
Summary:	Bibliographies in LaTeX using BibTeX for sorting only
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Biblatex is a complete reimplementation of the bibliographic
facilities provided by LaTeX in conjunction with BibTeX. It
redesigns the way in which LaTeX interacts with BibTeX at a
fairly fundamental level. With biblatex, BibTeX is only used
(if it is used at all) to sort the bibliography and to generate
labels. Formatting of the bibliography is entirely controlled
by TeX macros (the BibTeX-based mechanism embeds some parts of
formatting in the BibTeX style file. Good working knowledge in
LaTeX should be sufficient to design new bibliography and
citation styles; nothing related to BibTeX's language is
needed. In fact, users need not remain bound to BibTeX for use
with biblatex: an alternative bibliography processor biblatex-
biber is available. Development of biblatex and biblatex-biber
is closely coupled; the present release of biblatex is designed
to work with biblatex-biber version 0.9.6. The package needs e-
TeX, and uses the author's etoolbox and logreq packages. For
users of biblatex-biber, version 0.9 is required (at least;
refer to the notes for the version of biblatex-biber that you
are using). Apart from the features unique to biblatex, the
package also incorporates core features of the following
packages: babelbib, bibtopic, bibunits, chapterbib, cite,
inlinebib, mcite and mciteplus, mlbib, multibib, splitbib.
Biblatex supports split bibliographies and multiple
bibliographies within one document, and separate lists of
bibliographic shorthands. Bibliographies may be subdivided into
parts (by chapter, by section, etc.) and/or segmented by topics
(by type, by keyword, etc.). Biblatex is fully localized and
can interface with the babel.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/biblatex/biblatex.bst
%{_texmfdistdir}/bibtex/csf/biblatex/latin1.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_at.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_de.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_dk.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_fi.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_no.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_se.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_at.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_de.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_dk.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_fi.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_no.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_se.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_at.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_de.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_dk.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_fi.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_no.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_se.csf
%{_texmfdistdir}/tex/latex/biblatex/bbx/alphabetic-verb.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/alphabetic.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-comp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-ibid.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-icomp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-tcomp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-terse.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-ticomp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authoryear-comp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authoryear-ibid.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authoryear-icomp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authoryear.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/debug.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/draft.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/numeric-comp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/numeric-verb.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/numeric.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/reading.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/standard.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-ibid.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-inote.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-note.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-trad1.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-trad2.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-trad3.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose.bbx
%{_texmfdistdir}/tex/latex/biblatex/biblatex.cfg
%{_texmfdistdir}/tex/latex/biblatex/biblatex.def
%{_texmfdistdir}/tex/latex/biblatex/biblatex.sty
%{_texmfdistdir}/tex/latex/biblatex/biblatex1.sty
%{_texmfdistdir}/tex/latex/biblatex/biblatex2.sty
%{_texmfdistdir}/tex/latex/biblatex/blx-compat.def
%{_texmfdistdir}/tex/latex/biblatex/blx-dm.def
%{_texmfdistdir}/tex/latex/biblatex/blx-mcite.def
%{_texmfdistdir}/tex/latex/biblatex/blx-natbib.def
%{_texmfdistdir}/tex/latex/biblatex/cbx/alphabetic-verb.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/alphabetic.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-comp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-ibid.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-icomp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-tcomp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-terse.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-ticomp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authoryear-comp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authoryear-ibid.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authoryear-icomp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authoryear.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/debug.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/draft.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/numeric-comp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/numeric-verb.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/numeric.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/reading.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-ibid.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-inote.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-note.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-trad1.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-trad2.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-trad3.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose.cbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/UKenglish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/USenglish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/american.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/australian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/austrian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/brazil.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/brazilian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/british.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/canadian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/danish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/dutch.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/english.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/finnish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/french.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/german.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/greek.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/icelandic.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/italian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/naustrian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/newzealand.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/ngerman.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/norsk.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/norwegian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/nynorsk.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/portuges.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/portuguese.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/russian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/spanish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/swedish.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex/README
%doc %{_texmfdistdir}/doc/latex/biblatex/RELEASE
%doc %{_texmfdistdir}/doc/latex/biblatex/biblatex.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/biblatex.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/bibtex/bib/biblatex-examples.bib
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/01-introduction.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/01-introduction.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/02-annotations.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/02-annotations.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/10-references-per-section.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/10-references-per-section.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/11-references-by-section.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/11-references-by-section.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/12-references-by-segment.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/12-references-by-segment.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/13-references-by-keyword.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/13-references-by-keyword.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/14-references-by-category.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/14-references-by-category.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/15-references-by-type.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/15-references-by-type.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/16-numeric-prefixed-1.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/17-numeric-prefixed-2.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/18-numeric-hybrid.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/18-numeric-hybrid.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/19-alphabetic-prefixed.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/20-indexing-basic.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/20-indexing-basic.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/21-indexing-advanced.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/21-indexing-advanced.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/30-style-numeric.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/30-style-numeric.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/31-style-numeric-comp.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/31-style-numeric-comp.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/32-style-numeric-verb.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/32-style-numeric-verb.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/40-style-alphabetic.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/40-style-alphabetic.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/41-style-alphabetic-verb.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/41-style-alphabetic-verb.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/42-style-alphabetic-template.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/42-style-alphabetic-template.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/50-style-authoryear.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/50-style-authoryear.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/51-style-authoryear-ibid.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/51-style-authoryear-ibid.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/52-style-authoryear-comp.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/52-style-authoryear-comp.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/53-style-authoryear-icomp.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/60-style-authortitle.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/60-style-authortitle.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/61-style-authortitle-ibid.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/61-style-authortitle-ibid.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/62-style-authortitle-comp.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/62-style-authortitle-comp.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/63-style-authortitle-icomp.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/63-style-authortitle-icomp.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/64-style-authortitle-terse.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/64-style-authortitle-terse.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/65-style-authortitle-tcomp.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/65-style-authortitle-tcomp.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/66-style-authortitle-ticomp.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/70-style-verbose.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/70-style-verbose.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/71-style-verbose-ibid.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/71-style-verbose-ibid.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/72-style-verbose-note.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/72-style-verbose-note.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/73-style-verbose-inote.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/73-style-verbose-inote.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/74-style-verbose-trad1.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/74-style-verbose-trad1.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/75-style-verbose-trad2.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/75-style-verbose-trad2.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/76-style-verbose-trad3.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/76-style-verbose-trad3.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/80-style-reading.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/80-style-reading.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/81-style-draft.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/81-style-draft.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/82-style-debug.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/82-style-debug.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/90-related-entries.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/90-related-entries.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/91-sorting-schemes.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/91-sorting-schemes.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/biblatex-examples.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-4
+ Revision: c693a52
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14866 |14cu|texlive-biblatex-apa-5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27057
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-apa
# catalog-date 2012-07-10 12:04:15 +0200
# catalog-license lppl
# catalog-version 5.0
Name:		texlive-biblatex-apa
Version:	5.0
Release:	4
Summary:	Biblatex citation and reference style for APA
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-apa
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-apa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-apa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a fairly complete biblatex (v0.9a+) style (citations
and references) for APA (American Psychological Association)
publications. It implements and automates most of the
guidelines in the APA 6th edition style guide for citations and
references with a few (documented) exceptions (which are mainly
currently impossible to automate in principle for any BibTeX-
backed system). An example document is also given which
typesets every citation and reference example in the APA 6th
edition style guide. This version of the package requires use
of biblatex v1.4 and biber v0.9 (at least).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-apa/american-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/apa.bbx
%{_texmfdistdir}/tex/latex/biblatex-apa/apa.cbx
%{_texmfdistdir}/tex/latex/biblatex-apa/apa.dbx
%{_texmfdistdir}/tex/latex/biblatex-apa/brazilian-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/british-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/dutch-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/french-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/german-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/greek-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/italian-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/ngerman-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/spanish-apa.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex-apa/README
%doc %{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa-test-references.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa-test.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa-test.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.0-4
+ Revision: fb15f48
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14867 |14cu|texlive-biblatex-bwl-20120809-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26556
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-biblatex-bwl
Version:	20120809
Release:	4
Summary:	TeXLive biblatex-bwl package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-bwl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-bwl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive biblatex-bwl package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-bwl/bwl-FU.bbx
%{_texmfdistdir}/tex/latex/biblatex-bwl/bwl-FU.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-bwl/Changes
%doc %{_texmfdistdir}/doc/latex/biblatex-bwl/doc/bwl-FU.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-bwl/doc/bwl-FU.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-bwl/doc/bwl-FU.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120809-4
+ Revision: df59baf
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14868 |14cu|texlive-biblatex-caspervector-0.1.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32516
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-caspervector
# catalog-date 2013-12-27 09:49:55 +0100
# catalog-license lppl1.3
# catalog-version 0.1.9
Name:		texlive-biblatex-caspervector
Version:	0.1.9
Release:	4
Summary:	A simple citation style for Chinese users
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-caspervector
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-caspervector.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-caspervector.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a simple and easily extensible
biblography/citation style for Chinese LaTeX users, using
biblatex.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-caspervector/biblatex-caspervector-gbk.def
%{_texmfdistdir}/tex/latex/biblatex-caspervector/biblatex-caspervector-utf8.def
%{_texmfdistdir}/tex/latex/biblatex-caspervector/caspervector.bbx
%{_texmfdistdir}/tex/latex/biblatex-caspervector/caspervector.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-caspervector/ChangeLog.txt
%doc %{_texmfdistdir}/doc/latex/biblatex-caspervector/Makefile
%doc %{_texmfdistdir}/doc/latex/biblatex-caspervector/readme.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-caspervector/readme.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-caspervector/readme.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.9-4
+ Revision: 8e796b3
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14869 |14cu|texlive-biblatex-chem-1.1g-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26517
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-chem
# catalog-date 2012-05-18 19:57:07 +0200
# catalog-license lppl1.3
# catalog-version 1.1g
Name:		texlive-biblatex-chem
Version:	1.1g
Release:	4
Summary:	Chemistry styles for biblatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-chem
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-chem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-chem.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle offers a set of styles to allow chemists to use
biblatex. The package has complete styles for: - all ACS
journals; - RSC journals using standard (Chem. Commun.) style;
and - Angewandte Chem. style, thus covering a wide range of
journals. A comprehensive set of examples of use is included.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-acs.bbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-acs.cbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-angew.bbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-angew.cbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-biochem.bbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-biochem.cbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-rsc.bbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-rsc.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/README
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-acs.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-acs.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-angew.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-angew.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-biochem.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-biochem.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-rsc.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-rsc.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1g-4
+ Revision: b961206
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14870 |14cu|texlive-biblatex-chicago-0.9.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27254
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-chicago
# catalog-date 2012-07-05 15:34:29 +0200
# catalog-license lppl1.3
# catalog-version 0.9.9
Name:		texlive-biblatex-chicago
Version:	0.9.9
Release:	4
Summary:	Chicago style files for biblatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-chicago
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-chicago.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-chicago.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a biblatex style that implements the Chicago 'author-
date' and 'notes with bibliography' style specifications given
in the Chicago Manual of Style, 15th edition. The style
implements entry types for citing audio-visual materials. The
package was previously known as biblatex-chicago-notes-df.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-chicago/biblatex-chicago.sty
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-authordate.bbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-authordate.cbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-authordate15.bbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-authordate15.cbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-notes.bbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-notes.cbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-notes15.bbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-notes15.cbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-american.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-french.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-german.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-ngerman.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/README
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/RELEASE
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/biblatex-chicago.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/biblatex-chicago.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/biblatex-chicago15.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/biblatex-chicago15.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms-dates-sample.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms-dates-sample.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms-notes-sample.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms-notes-sample.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms15-dates-sample.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms15-dates-sample.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms15-notes-sample.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms15-notes-sample.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/dates-test.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/notes-test.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.9-4
+ Revision: b012e41
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14871 |14cu|texlive-biblatex-dw-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27035
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-dw
# catalog-date 2012-06-28 18:57:40 +0200
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-biblatex-dw
Version:	1.5
Release:	4
Summary:	Humanities styles for biblatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-dw
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-dw.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-dw.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A small collection of styles for the biblatex package. It was
designed for citations in the humanities and offers some
features that are not provided by the standard biblatex styles.
The styles are dependent on biblatex (at least version 0.9b)
and cannot be used without it. Eine kleine Sammlung von Stilen
fur das Paket biblatex. Es ist auf geisteswissenschaftliche
Zitierweise zugeschnitten und bietet einige Funktionen, die von
den Standard-Stilen von biblatex nicht direkt bereitgestellt
werden. Biblatex-dw baut vollstandig auf biblatex auf und kann
nicht ohne biblatex (mindestens in der Version 0.9b) verwendet
werden.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx
%{_texmfdistdir}/tex/latex/biblatex-dw/bbx/footnote-dw.bbx
%{_texmfdistdir}/tex/latex/biblatex-dw/bbx/standard-dw.bbx
%{_texmfdistdir}/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx
%{_texmfdistdir}/tex/latex/biblatex-dw/cbx/footnote-dw.cbx
%{_texmfdistdir}/tex/latex/biblatex-dw/cbx/standard-dw.cbx
%{_texmfdistdir}/tex/latex/biblatex-dw/lbx/english-dw.lbx
%{_texmfdistdir}/tex/latex/biblatex-dw/lbx/german-dw.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/CHANGES
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/LIESMICH
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/README
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw-preamble.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw-print.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw-screen.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/de-biblatex-dw.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/de-biblatex-dw.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-examples-dw.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-footnote-dw.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/en-footnote-dw.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/examples-dw.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: c366279
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14872 |14cu|texlive-biblatex-fiwi-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27096
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-fiwi
# catalog-date 2012-07-18 16:11:54 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-biblatex-fiwi
Version:	1.2
Release:	4
Summary:	Biblatex styles for use in German humanities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-fiwi
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-fiwi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-fiwi.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a collection of styles for biblatex
(version 1.7 is required, currently). It was designed for
citations in German Humanities, especially film studies, and
offers some features that are not provided by the standard
biblatex styles. The style is highly optimized for documents
written in German, and the main documentation is only available
in German.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi-yearbeginning.bbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi.bbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi.cbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi.dbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi2.bbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi2.cbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi2.dbx
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/README
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/biblatex-fiwi.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/biblatex-fiwi.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi2-options
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi2-options.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi2.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi2.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/examples.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 166cbec
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14873 |14cu|texlive-biblatex-gost-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32980
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-gost
# catalog-date 2014-02-16 17:29:08 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-biblatex-gost
Version:	1.0.0
Release:	4
Summary:	Biblatex support for GOST standard bibliographies
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-gost
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-gost.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-gost.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides biblatex support for Russian bibliography
style GOST 7.0.5-2008.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-gost/biblatex-gost.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/biblatex-gost.def
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-standard.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/russian-gost.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex-gost/README
%doc %{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost-examples.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost-examples.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost-examples.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-gost/ltxdockit.cfg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-4
+ Revision: 866be50
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14874 |14cu|texlive-biblatex-historian-0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19787
# category Package
# catalog-ctan /macros/latex/exptl/biblatex-contrib/biblatex-historian
# catalog-date 2010-08-23 11:17:08 +0200
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-biblatex-historian
Version:	0.4
Release:	5
Summary:	A Biblatex style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/biblatex-historian
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-historian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-historian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A biblatex style, based on the Turabian Manual (a version of
Chicago).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-historian/historian.bbx
%{_texmfdistdir}/tex/latex/biblatex-historian/historian.cbx
%{_texmfdistdir}/tex/latex/biblatex-historian/historian.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex-historian/README.txt
%doc %{_texmfdistdir}/doc/latex/biblatex-historian/historian.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-historian/historian.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-5
+ Revision: 0f0c2be
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14875 |14cu|texlive-biblatex-ieee-1.1b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27183
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-ieee
# catalog-date 2012-07-21 20:46:34 +0200
# catalog-license lppl1.3
# catalog-version 1.1b
Name:		texlive-biblatex-ieee
Version:	1.1b
Release:	4
Summary:	Ieee style files for biblatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-ieee
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-ieee.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-ieee.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a biblatex style that implements the bibliography style
of the IEEE for biblatex. The implementation follows standard
biblatex conventions, and can be used simply by loading
biblatex with the appropriate option:
\usepackage[style=ieee]{biblatex} A demonstration database is
provided to show how to format input for the style.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-ieee/ieee-alphabetic.bbx
%{_texmfdistdir}/tex/latex/biblatex-ieee/ieee-alphabetic.cbx
%{_texmfdistdir}/tex/latex/biblatex-ieee/ieee.bbx
%{_texmfdistdir}/tex/latex/biblatex-ieee/ieee.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-ieee/README
%doc %{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee-alphabetic.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee-alphabetic.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1b-4
+ Revision: 4d62d1d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14876 |14cu|texlive-biblatex-juradiss-0.1f-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27195
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-juradiss
# catalog-date 2012-07-18 10:04:49 +0200
# catalog-license lppl
# catalog-version 0.1f
Name:		texlive-biblatex-juradiss
Version:	0.1f
Release:	4
Summary:	Biblatex stylefiles for German law thesis
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-juradiss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-juradiss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-juradiss.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a style for use in typesetting a German
law thesis with LaTeX. The style (using biblatex) is based on
biblatex-dw.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-juradiss/biblatex-juradiss.bbx
%{_texmfdistdir}/tex/latex/biblatex-juradiss/biblatex-juradiss.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-juradiss/README
%doc %{_texmfdistdir}/doc/latex/biblatex-juradiss/biber.conf
%doc %{_texmfdistdir}/doc/latex/biblatex-juradiss/biblatex-juradiss.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-juradiss/biblatex-juradiss.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1f-4
+ Revision: 1e7cba6
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14877 |14cu|texlive-biblatex-luh-ipw-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25093
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-luh-ipw
# catalog-date 2012-01-10 17:14:00 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-biblatex-luh-ipw
Version:	0.2
Release:	5
Summary:	Biblatex styles for social sciences
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-luh-ipw
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-luh-ipw.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-luh-ipw.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle is a small collection of styles for biblatex. It was
designed for citations in the Humanities, following the
guidelines of style of the institutes for the social sciences
of the Leibniz University Hannover/LUH (especially the
Institute of Political Science). The bundle depends on biblatex
(version 1.1 at least) and cannot be used without it.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/bbx/authoryear-luh-ipw.bbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/bbx/standard-luh-ipw.bbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/bbx/verbose-inote-luh-ipw.bbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/cbx/authoryear-luh-ipw.cbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/cbx/standard-luh-ipw.cbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/cbx/verbose-inote-luh-ipw.cbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex-luh-ipw/README
%doc %{_texmfdistdir}/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-preamble.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-print.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-screen.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-luh-ipw/de-biblatex-luh-ipw.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-luh-ipw/de-biblatex-luh-ipw.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-5
+ Revision: 67bd4fa
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14878 |14cu|texlive-biblatex-manuscripts-philology-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33195
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-manuscripts-philology
# catalog-date 2014-03-15 23:38:06 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-biblatex-manuscripts-philology
Version:	1.1.0
Release:	4
Summary:	Manage classical manuscripts with biblatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-manuscripts-philology
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-manuscripts-philology.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-manuscripts-philology.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package adds a new entry type: @manuscript to manage
manuscript in classical philology, for example to prepare a
critical edition.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-manuscripts-philology/english-manuscripts.lbx
%{_texmfdistdir}/tex/latex/biblatex-manuscripts-philology/french-manuscripts.lbx
%{_texmfdistdir}/tex/latex/biblatex-manuscripts-philology/manuscripts.bbx
%{_texmfdistdir}/tex/latex/biblatex-manuscripts-philology/manuscripts.dbx
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/README
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/documentation/example.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/documentation/example.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/documentation/example.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/documentation/makefile
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-4
+ Revision: 1461196
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14879 |14cu|texlive-biblatex-mla-0.95-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20910
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-mla
# catalog-date 2011-01-02 13:07:58 +0100
# catalog-license lppl
# catalog-version 0.95
Name:		texlive-biblatex-mla
Version:	0.95
Release:	5
Summary:	MLA style files for biblatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-mla
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-mla.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-mla.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides biblatex support for citations in the
format specified by the MLA handbook.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-mla/american-mla.lbx
%{_texmfdistdir}/tex/latex/biblatex-mla/english-mla.lbx
%{_texmfdistdir}/tex/latex/biblatex-mla/italian-mla.lbx
%{_texmfdistdir}/tex/latex/biblatex-mla/mla.bbx
%{_texmfdistdir}/tex/latex/biblatex-mla/mla.cbx
%{_texmfdistdir}/tex/latex/biblatex-mla/portuguese-mla.lbx
%{_texmfdistdir}/tex/latex/biblatex-mla/spanish-mla.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex-mla/CHANGES
%doc %{_texmfdistdir}/doc/latex/biblatex-mla/README
%doc %{_texmfdistdir}/doc/latex/biblatex-mla/doc/biblatex-mla-old.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-mla/doc/biblatex-mla.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-mla/doc/biblatex-mla.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.95-5
+ Revision: 1ee2afc
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14880 |14cu|texlive-biblatex-musuos-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24097
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-musuos
# catalog-date 2011-09-23 15:58:32 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-biblatex-musuos
Version:	1.0
Release:	5
Summary:	A biblatex style for citations in musuos.cls
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-musuos
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-musuos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-musuos.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The style is designed for use with the musuos class, but it
should be usable with other classes, too.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-musuos/german-musuos.lbx
%{_texmfdistdir}/tex/latex/biblatex-musuos/musuos.bbx
%{_texmfdistdir}/tex/latex/biblatex-musuos/musuos.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-musuos/README
%doc %{_texmfdistdir}/doc/latex/biblatex-musuos/biblatex-musuos.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-musuos/biblatex-musuos.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-musuos/musuos-bsp.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: b5dae5a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14881 |14cu|texlive-biblatex-nature-1.2b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27234
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-nature
# catalog-date 2012-06-08 18:13:51 +0200
# catalog-license lppl
# catalog-version 1.2b
Name:		texlive-biblatex-nature
Version:	1.2b
Release:	4
Summary:	Biblatex support for Nature
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-nature
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nature.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nature.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle offers styles that allow authors to use biblatex
when preparing papers for submission to the journal Nature.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-nature/nature.bbx
%{_texmfdistdir}/tex/latex/biblatex-nature/nature.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-nature/README
%doc %{_texmfdistdir}/doc/latex/biblatex-nature/biblatex-nature.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-nature/biblatex-nature.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-nature/biblatex-nature.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2b-4
+ Revision: 0e1c489
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14882 |14cu|texlive-biblatex-nejm-0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24011
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-nejm
# catalog-date 2011-09-09 20:27:18 +0200
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-biblatex-nejm
Version:	0.4
Release:	5
Summary:	Biblatex style for the New England Journal of Medicine (NEJM)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-nejm
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nejm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nejm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a biblatex numeric style based on the design of the New
England Journal of Medicine (NEJM).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-nejm/nejm.bbx
%{_texmfdistdir}/tex/latex/biblatex-nejm/nejm.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-nejm/README
%doc %{_texmfdistdir}/doc/latex/biblatex-nejm/biblatex-nejm.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-nejm/biblatex-nejm.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-5
+ Revision: 1efc6cb
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14883 |14cu|texlive-biblatex-philosophy-0.8b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26219
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-philosophy
# catalog-date 2012-05-05 15:20:56 +0200
# catalog-license lppl1.3
# catalog-version 0.8b
Name:		texlive-biblatex-philosophy
Version:	0.8b
Release:	4
Summary:	Styles for using biblatex for work in philosophy
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-philosophy
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-philosophy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-philosophy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The packages offers two styles philosophy-classic and
philosophy-modern, that facilitate the production of produce
two different kinds of bibliography, based on the authoryear
style, with options and features to manage the information
about the translation of foreign texts or their reprints.
Though the package's default settings are based on the
conventions used in Italian publications, these styles can be
used with every language recognized by babel, possibly with
some simple redefinitions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-philosophy/english-philosophy.lbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/italian-philosophy.lbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-classic.bbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-classic.cbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-modern.bbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-modern.cbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-standard.bbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-verbose.bbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-verbose.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-philosophy/README
%doc %{_texmfdistdir}/doc/latex/biblatex-philosophy/Test-philosophy-classic.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-philosophy/Test-philosophy-modern.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-philosophy/Test-philosophy-verbose.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-philosophy/biblatex-philosophy.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-philosophy/biblatex-philosophy.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8b-4
+ Revision: 95e0367
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14884 |14cu|texlive-biblatex-phys-0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27176
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-phys
# catalog-date 2012-07-24 16:42:22 +0200
# catalog-license lppl1.3
# catalog-version 0.9
Name:		texlive-biblatex-phys
Version:	0.9
Release:	4
Summary:	A biblatex implementation of the AIP and APS bibliography style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-phys
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-phys.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-phys.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The biblatex-phys package provides an implementation of the
bibliography styles of both the AIP and the APS for biblatex.
This implementation follows standard biblatex conventions, and
can be used simply by loading biblatex with the appropriate
option: \usepackage[style=phys]{biblatex} A demonstration
database is provided to show how to format input for the style.
Style options are provided to cover the minor formatting
variations between the AIP and APS bibliography styles.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-phys/phys.bbx
%{_texmfdistdir}/tex/latex/biblatex-phys/phys.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-phys/README
%doc %{_texmfdistdir}/doc/latex/biblatex-phys/biblatex-phys.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-phys/biblatex-phys.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-phys/biblatex-phys.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9-4
+ Revision: c3881fc
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14885 |14cu|texlive-biblatex-publist-0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33176
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-publist
# catalog-date 2014-03-14 11:11:58 +0100
# catalog-license lppl1.3
# catalog-version 0.9
Name:		texlive-biblatex-publist
Version:	0.9
Release:	4
Summary:	BibLaTeX bibliography support for publication lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-publist
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-publist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-publist.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a BibLaTeX bibliography style file (*.bbx)
for publication lists. The style file draws on BibLaTeX's
authoryear style, but provides some extra features often
desired for publication lists, such as the omission of the
author's own name from author or editor data.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-publist/publist.bbx
%doc %{_texmfdistdir}/doc/latex/biblatex-publist/README
%doc %{_texmfdistdir}/doc/latex/biblatex-publist/biblatex-publist.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-publist/biblatex-publist.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9-4
+ Revision: 6e8bd1d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14886 |14cu|texlive-biblatex-science-1.1b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27235
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-science
# catalog-date 2012-06-08 18:13:51 +0200
# catalog-license lppl
# catalog-version 1.1b
Name:		texlive-biblatex-science
Version:	1.1b
Release:	4
Summary:	Biblatex support for Science
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-science
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-science.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-science.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle offers styles that allow authors to use biblatex
when preparing papers for submission to the journal Science.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-science/science.bbx
%{_texmfdistdir}/tex/latex/biblatex-science/science.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-science/README
%doc %{_texmfdistdir}/doc/latex/biblatex-science/biblatex-science.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-science/biblatex-science.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-science/biblatex-science.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1b-4
+ Revision: 87745f5
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14887 |14cu|texlive-biblatex-source-division-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32718
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-source-division
# catalog-date 2014-01-19 18:52:02 +0100
# catalog-license lppl1.3
# catalog-version 1.1.0
Name:		texlive-biblatex-source-division
Version:	1.1.0
Release:	4
Summary:	References by "division" in classical sources
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-source-division
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-source-division.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-source-division.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to make reference to "division
marks" (such as book, chapter, section), in the document being
referenced, in addition to the page-based references that
BibTeX-based citations have always had. The citation is made in
the same way as the LaTeX standard, but what's inside the
square brackets may include the "division" specification, as in
\cite[<division spec.>]{<document>}.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-source-division/biblatex-source-division.sty
%doc %{_texmfdistdir}/doc/latex/biblatex-source-division/README
%doc %{_texmfdistdir}/doc/latex/biblatex-source-division/biblatex-source-division.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-source-division/biblatex-source-division.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-source-division/biblatex-source-division.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-source-division/latexmkrc
%doc %{_texmfdistdir}/doc/latex/biblatex-source-division/makefile
%doc %{_texmfdistdir}/doc/latex/biblatex-source-division/tabular.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-4
+ Revision: 7f1c79a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14888 |14cu|texlive-biblatex-swiss-legal-1.0alpha-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26210
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-swiss-legal
# catalog-date 2012-04-28 17:44:11 +0200
# catalog-license nosource
# catalog-version 1.0 alpha
Name:		texlive-biblatex-swiss-legal
Version:	1.0alpha
Release:	5
Summary:	Bibliography and citation styles following Swiss legal practice
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-swiss-legal
License:	NOSOURCE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-swiss-legal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-swiss-legal.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides biblatex bibliography and citation styles
for documents written in accordance with Swiss legal citation
standards. Currently, the package is only usable for French
documents; translations to German and Italian are under
development for future versions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-fr.lbx
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-general.bbx
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-general.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-swiss-legal/README
%doc %{_texmfdistdir}/doc/latex/biblatex-swiss-legal/biblatex-swiss-legal.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-swiss-legal/doc_source/biblatex-swiss-legal.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-swiss-legal/doc_source/biblioinstructions.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-swiss-legal/doc_source/listerevuesCH.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0alpha-5
+ Revision: f7341cf
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14889 |14cu|texlive-biblatex-trad-0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27852
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-trad
# catalog-date 2012-09-29 14:32:13 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-biblatex-trad
Version:	0.2
Release:	9
Summary:	"Traditional" BibTeX styles with BibLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-trad
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-trad.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-trad.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides implementations of the "traditional" BibTeX
styles (plain, abbrev, unsrt and alpha) with BibLaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-abbrv.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-alpha.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-plain.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-standard.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-unsrt.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-abbrv.cbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-alpha.cbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-plain.cbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-standard.cbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-unsrt.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-trad/README.txt
%doc %{_texmfdistdir}/doc/latex/biblatex-trad/biblatex-trad.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-trad/biblatex-trad.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-9
+ Revision: 5ccca6b
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14890 |14cu|texlive-biblist-20100221-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17116
# category Package
# catalog-ctan /macros/latex209/contrib/biblist
# catalog-date 2010-02-21 11:42:27 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-biblist
Version:	20100221
Release:	5
Summary:	Print a BibTeX database
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex209/contrib/biblist
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblist.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means of listing an entire BibTeX
database, avoiding the potentially large (macro) impact
associated with \nocite{*}.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblist/biblist.sty
%doc %{_texmfdistdir}/doc/latex/biblist/README
%doc %{_texmfdistdir}/doc/latex/biblist/biblist.bst-dist
%doc %{_texmfdistdir}/doc/latex/biblist/biblist.gde
%doc %{_texmfdistdir}/doc/latex/biblist/biblist.pdf
%doc %{_texmfdistdir}/doc/latex/biblist/biblist.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100221-5
+ Revision: 4616f1e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14891 |14cu|texlive-bibtexu-20131013-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29743
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-bibtexu
Version:	20131013
Release:	8
Summary:	TeXLive bibtexu package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtexu.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtexu.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-bibtexu.bin

%description
TeXLive bibtexu package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/bibtexu/00readme.txt
%doc %{_texmfdistdir}/doc/bibtexu/HISTORY
%doc %{_texmfdistdir}/doc/bibtexu/csfile.txt
%doc %{_texmfdistdir}/doc/bibtexu/file_id.diz

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-8
+ Revision: 1b3693f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14892 |14cu|texlive-bibtopicprefix-1.10-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bibtopicprefix
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license lppl
# catalog-version 1.10
Name:		texlive-bibtopicprefix
Version:	1.10
Release:	5
Summary:	Prefix references to bibliographies produced by bibtopic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibtopicprefix
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopicprefix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopicprefix.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopicprefix.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package permits users to apply prefixes (fixed strings) to
references to entries in bibliographies produced by the
bibtopic package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibtopicprefix/bibtopicprefix.sty
%doc %{_texmfdistdir}/doc/latex/bibtopicprefix/README
%doc %{_texmfdistdir}/doc/latex/bibtopicprefix/bibtopicprefix.pdf
%doc %{_texmfdistdir}/doc/latex/bibtopicprefix/bibtopicprefix.xml
#- source
%doc %{_texmfdistdir}/source/latex/bibtopicprefix/bibtopicprefix.drv
%doc %{_texmfdistdir}/source/latex/bibtopicprefix/bibtopicprefix.dtx
%doc %{_texmfdistdir}/source/latex/bibtopicprefix/bibtopicprefix.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.10-5
+ Revision: 41988f7
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14893 |14cu|texlive-bibunits-2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bibunits
# catalog-date 2009-09-27 09:44:19 +0200
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-bibunits
Version:	2.2
Release:	5
Summary:	Multiple bibliographies in one document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibunits
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibunits.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibunits.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibunits.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provide a mechanism to generate separate
bibliographies for different units (chapters, sections or
bibunit-environments) of a text. The package separates the
citations of each unit of text into a separate file to be
processed by BibTeX. The global bibliography section produced
by LaTeX may also appear in the document and citations can be
placed in both the local unit and the global bibliographies at
the same time. The package is compatible with koma-script and
with the babel French option frenchb.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibunits/bibunits.sty
%doc %{_texmfdistdir}/doc/latex/bibunits/README
%doc %{_texmfdistdir}/doc/latex/bibunits/bibtexall
%doc %{_texmfdistdir}/doc/latex/bibunits/bibunits.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bibunits/bibunits.dtx
%doc %{_texmfdistdir}/source/latex/bibunits/bibunits.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-5
+ Revision: b1eabfe
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14894 |14cu|texlive-binomexp-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/binomexp
# catalog-date 2007-03-05 14:17:42 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-binomexp
Version:	1.0
Release:	5
Summary:	Calculate Pascal's triangle
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/binomexp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/binomexp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/binomexp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/binomexp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package calculates and prints rows of Pascal's triangle. It
may be used: - simply to print successive rows of the triangle,
or - to print the rows inside an array or tabular.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/binomexp/binomexp.sty
%doc %{_texmfdistdir}/doc/latex/binomexp/README
%doc %{_texmfdistdir}/doc/latex/binomexp/binomexp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/binomexp/binomexp.dtx
%doc %{_texmfdistdir}/source/latex/binomexp/binomexp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: d898b9d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14895 |14cu|texlive-bitelist-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25779
# category Package
# catalog-ctan /macros/generic/bitelist
# catalog-date 2012-03-29 18:26:00 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-bitelist
Version:	0.1
Release:	4
Summary:	Split list, in TeX's mouth
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/bitelist
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bitelist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bitelist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bitelist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for "splitting" a token list at
the first occurrence of another (specified) token list. I.e.,
for given token lists s, t return b and the shortest a, such
that t = a s b. The package's mechanism differs from those of
packages providing similar features, in the following ways: -
the method uses TeX's mechanism of reading delimited macro
parameters; - the splitting macros work by pure expansion,
without assignments; - the operation is carried out in a single
macro call. A variant of the operation is provided, that
retains outer braces.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/bitelist/bitedemo.tex
%{_texmfdistdir}/tex/generic/bitelist/bitelist.sty
%doc %{_texmfdistdir}/doc/generic/bitelist/README
%doc %{_texmfdistdir}/doc/generic/bitelist/bitelist.pdf
#- source
%doc %{_texmfdistdir}/source/generic/bitelist/bitelist.tex
%doc %{_texmfdistdir}/source/generic/bitelist/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: cf04fdb
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14896 |14cu|texlive-blacklettert1-20080419-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/gothic/blacklettert1
# catalog-date 2008-04-19 22:58:44 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-blacklettert1
Version:	20080419
Release:	5
Summary:	T1-encoded versions of Haralambous old German fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/gothic/blacklettert1
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blacklettert1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blacklettert1.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blacklettert1.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides virtual fonts for T1-like variants of
Yannis Haralambous's old German fonts Gothic, Schwabacher and
Fraktur (which are also available in Adobe type 1 format). The
package includes LaTeX macros to embed the fonts into the LaTeX
font selection scheme.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/blacklettert1/tfrak.tfm
%{_texmfdistdir}/fonts/tfm/public/blacklettert1/tfrakls.tfm
%{_texmfdistdir}/fonts/tfm/public/blacklettert1/tgoth.tfm
%{_texmfdistdir}/fonts/tfm/public/blacklettert1/tswab.tfm
%{_texmfdistdir}/fonts/vf/public/blacklettert1/tfrak.vf
%{_texmfdistdir}/fonts/vf/public/blacklettert1/tfrakls.vf
%{_texmfdistdir}/fonts/vf/public/blacklettert1/tgoth.vf
%{_texmfdistdir}/fonts/vf/public/blacklettert1/tswab.vf
%{_texmfdistdir}/tex/latex/blacklettert1/t1yfrak.fd
%doc %{_texmfdistdir}/doc/fonts/blacklettert1/COPYING
%doc %{_texmfdistdir}/doc/fonts/blacklettert1/INSTALL
%doc %{_texmfdistdir}/doc/fonts/blacklettert1/README
%doc %{_texmfdistdir}/doc/fonts/blacklettert1/blacklettert1.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/blacklettert1/Makefile
%doc %{_texmfdistdir}/source/fonts/blacklettert1/blacklettert1.dtx
%doc %{_texmfdistdir}/source/fonts/blacklettert1/blacklettert1.ins
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmbsy10.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmbx10.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmmi10.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmmib10.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmr10.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmr7.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmsy10.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmu10.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/ecbx1000.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/ecrm0700.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/ecrm1000.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/yfrak.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/ygoth.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/yswab.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080419-5
+ Revision: 45f0736
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14897 |14cu|texlive-boisik-0.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/boisik
# catalog-date 2009-08-23 18:29:20 +0200
# catalog-license gpl2
# catalog-version 0.5
Name:		texlive-boisik
Version:	0.5
Release:	5
Summary:	A font inspired by Baskerville design
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/boisik
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boisik.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boisik.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Boisik is a serif font (inspired by the Baskerville typeface),
written in MetaFont. It comprises roman and italic text fonts
and maths fonts. LaTeX support is offered for use with OT1, IL2
and OM* encodings.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/boisik/bskarr10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskarrows.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskbase.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskex10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskext.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskhc10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bski10-TS1.mf
%{_texmfdistdir}/fonts/source/public/boisik/bski10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskib10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskiol10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskital.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskiu10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskiub10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskletters-i.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskletters-o.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskletters-r.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskligtab-i.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskligtab-sc.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskligtab.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-T1.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-TS1.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-ar.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-bb.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-ex.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-lc.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-ma.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-mi-up.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-mi.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-ms.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-sc.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-sy.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-uc.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskma10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmab10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmath.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmathma.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmathms.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmathsy.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmi10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmib10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskms10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmsb10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmsbsl10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmssl10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskr10-T1.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskr10-TS1.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskr10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrb10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrc10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrcb10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrf10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrl10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrol10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskroman.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrsb10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrsl10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrw10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksc.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksc10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksy10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksyb10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksybsl10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksymbols.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksyol10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksysl10.mf
%{_texmfdistdir}/fonts/tfm/public/boisik/bskarr10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskex10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskhc10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bski10-TS1.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bski10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskib10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskiol10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskiu10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskiub10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskma10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskmab10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskms10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskmsb10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskmsbsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskmssl10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskr10-T1.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskr10-TS1.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskr10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrb10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrc10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrcb10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrf10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrl10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrol10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrsb10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrw10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bsksc10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bsksy10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bsksyol10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bsksysl10.tfm
%{_texmfdistdir}/tex/latex/boisik/boisik.sty
%{_texmfdistdir}/tex/latex/boisik/il2bsk.fd
%{_texmfdistdir}/tex/latex/boisik/il2bskf.fd
%{_texmfdistdir}/tex/latex/boisik/lblbskm.fd
%{_texmfdistdir}/tex/latex/boisik/lblcmr.fd
%{_texmfdistdir}/tex/latex/boisik/lblenc.def
%{_texmfdistdir}/tex/latex/boisik/lbmbsk.fd
%{_texmfdistdir}/tex/latex/boisik/lbmbskms.fd
%{_texmfdistdir}/tex/latex/boisik/lbmcmr.fd
%{_texmfdistdir}/tex/latex/boisik/lbmenc.def
%{_texmfdistdir}/tex/latex/boisik/lbsbsk.fd
%{_texmfdistdir}/tex/latex/boisik/lbsbsksy.fd
%{_texmfdistdir}/tex/latex/boisik/lbscmr.fd
%{_texmfdistdir}/tex/latex/boisik/lbsenc.def
%{_texmfdistdir}/tex/latex/boisik/ot1bsk.fd
%{_texmfdistdir}/tex/latex/boisik/ot1bskf.fd
%{_texmfdistdir}/tex/latex/boisik/ts1bsk.fd
%{_texmfdistdir}/tex/latex/boisik/ubskex.fd
%doc %{_texmfdistdir}/doc/fonts/boisik/README
%doc %{_texmfdistdir}/doc/fonts/boisik/example/boisik-idiot.pdf
%doc %{_texmfdistdir}/doc/fonts/boisik/example/boisik-idiot.tex
%doc %{_texmfdistdir}/doc/fonts/boisik/example/boisik.pdf
%doc %{_texmfdistdir}/doc/fonts/boisik/example/boisik.tex
%doc %{_texmfdistdir}/doc/fonts/boisik/example/bskrlogo10.mf
%doc %{_texmfdistdir}/doc/fonts/boisik/example/table.pdf
%doc %{_texmfdistdir}/doc/fonts/boisik/example/table.tex
%doc %{_texmfdistdir}/doc/fonts/boisik/example/testfont.pdf
%doc %{_texmfdistdir}/doc/fonts/boisik/example/testfont.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-5
+ Revision: 37cd93a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14898 |14cu|texlive-boldtensors-20080817-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/boldtensors
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-boldtensors
Version:	20080817
Release:	5
Summary:	Bold latin and greek characters through simple prefix characters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/boldtensors
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boldtensors.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boldtensors.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides bold latin and greek characters within
\mathversion{normal}, by using ~ and " as prefix characters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/boldtensors/boldtensors.sty
%doc %{_texmfdistdir}/doc/latex/boldtensors/boldtensors.pdf
%doc %{_texmfdistdir}/doc/latex/boldtensors/boldtensors.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080817-5
+ Revision: cca6e86
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14899 |14cu|texlive-bookhands-20080103-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23609
# category Package
# catalog-ctan /fonts/bookhands
# catalog-date 2008-01-03 17:18:54 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-bookhands
Version:	20080103
Release:	5
Summary:	A collection of book-hand fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/bookhands
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bookhands.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bookhands.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bookhands.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a set of book-hand (MetaFont) fonts and packages
covering manuscript scripts from the 1st century until
Gutenberg and Caxton. The included hands are: Square Capitals
(1st century onwards); Roman Rustic (1st-6th centuries);
Insular Minuscule (6th cenury onwards); Carolingian Minuscule
(8th-12th centuries); Early Gothic (11th-12th centuries);
Gothic Textura Quadrata (13th-15th centuries); Gothic Textura
Prescisus vel sine pedibus (13th century onwards); Rotunda (13-
15th centuries); Humanist Minuscule (14th century onwards);
Uncial (3rd-6th centuries); Half Uncial (3rd-9th centuries);
Artificial Uncial (6th-10th centuries); and Insular Majuscule
(6th-9th centuries).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/bookhands/sqrc10.afm
%{_texmfdistdir}/fonts/afm/public/bookhands/sqrcb10.afm
%{_texmfdistdir}/fonts/map/dvips/bookhands/sqrcaps.map
%{_texmfdistdir}/fonts/source/public/bookhands/auncl10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/auncl17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/auncl7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/aunclb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/aunclb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/aunclb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/auncldig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/auncll.mf
%{_texmfdistdir}/fonts/source/public/bookhands/auncllig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/aunclpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/auncltitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/aunclu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cmin10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cmin17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cmin7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cminb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cminb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cminb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cmindig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cminl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cminlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cminpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cmintitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cminu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egoth10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egoth17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egoth7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothdig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothtitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hmin10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hmin17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hmin7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hminb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hminb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hminb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hmindig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hminl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hminlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hminpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hmintitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hminu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/huncl10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/huncl17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/huncl7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hunclb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hunclb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hunclb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/huncldig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/huncll.mf
%{_texmfdistdir}/fonts/source/public/bookhands/huncllig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hunclpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/huncltitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hunclu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imaj10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imaj17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imaj7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajdig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajtitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imaju.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imin10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imin17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imin7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/iminb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/iminb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/iminb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imindig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/iminl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/iminlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/iminpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imintitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/iminu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgoth10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgoth17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgoth7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothdig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothtitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtnd10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtnd17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtnd7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtnddig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndtitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rust10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rust17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rust7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustdig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rusttitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/uncl10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/uncl17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/uncl7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/unclb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/unclb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/unclb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/uncldig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/uncll.mf
%{_texmfdistdir}/fonts/source/public/bookhands/uncllig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/unclpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/uncltitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/unclu.mf
%{_texmfdistdir}/fonts/tfm/public/bookhands/auncl17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/auncl7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/aunclb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/aunclb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/cmin10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/cmin17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/cmin7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/cminb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/cminb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/cminb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/egoth10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/egoth17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/egoth7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/egothb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/egothb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/egothb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hmin10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hmin17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hmin7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hminb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hminb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hminb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/huncl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/huncl17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/huncl7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hunclb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hunclb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hunclb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imaj10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imaj17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imaj7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imajb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imajb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imajb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imin10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imin17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imin7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/iminb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/iminb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/iminb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/pgoth10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/pgoth17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/pgoth7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/pgothb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/pgothb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rtnd10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rtnd17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rtnd7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rtndb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rtndb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rtndb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rust10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rust17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rust7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rustb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rustb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rustb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/sqrc10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/sqrcb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/uncl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/uncl17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/uncl7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/unclb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/unclb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/unclb7.tfm
%{_texmfdistdir}/fonts/type1/public/bookhands/sqrc10.pfb
%{_texmfdistdir}/fonts/type1/public/bookhands/sqrcb10.pfb
%{_texmfdistdir}/tex/latex/bookhands/allcmin.sty
%{_texmfdistdir}/tex/latex/bookhands/allegoth.sty
%{_texmfdistdir}/tex/latex/bookhands/allhmin.sty
%{_texmfdistdir}/tex/latex/bookhands/allhuncl.sty
%{_texmfdistdir}/tex/latex/bookhands/allimaj.sty
%{_texmfdistdir}/tex/latex/bookhands/allimin.sty
%{_texmfdistdir}/tex/latex/bookhands/allpgoth.sty
%{_texmfdistdir}/tex/latex/bookhands/allrtnd.sty
%{_texmfdistdir}/tex/latex/bookhands/allrust.sty
%{_texmfdistdir}/tex/latex/bookhands/allsqrc.sty
%{_texmfdistdir}/tex/latex/bookhands/alluncl.sty
%{_texmfdistdir}/tex/latex/bookhands/carolmin.sty
%{_texmfdistdir}/tex/latex/bookhands/egothic.sty
%{_texmfdistdir}/tex/latex/bookhands/humanist.sty
%{_texmfdistdir}/tex/latex/bookhands/huncial.sty
%{_texmfdistdir}/tex/latex/bookhands/inslrmaj.sty
%{_texmfdistdir}/tex/latex/bookhands/inslrmin.sty
%{_texmfdistdir}/tex/latex/bookhands/ot1auncl.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1cmin.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1egoth.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1hmin.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1huncl.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1imaj.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1imin.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1pgoth.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1rtnd.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1rust.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1sqrc.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1uncl.fd
%{_texmfdistdir}/tex/latex/bookhands/pgothic.sty
%{_texmfdistdir}/tex/latex/bookhands/rotunda.sty
%{_texmfdistdir}/tex/latex/bookhands/rustic.sty
%{_texmfdistdir}/tex/latex/bookhands/sqrcaps.sty
%{_texmfdistdir}/tex/latex/bookhands/t1auncl.fd
%{_texmfdistdir}/tex/latex/bookhands/t1cmin.fd
%{_texmfdistdir}/tex/latex/bookhands/t1egoth.fd
%{_texmfdistdir}/tex/latex/bookhands/t1hmin.fd
%{_texmfdistdir}/tex/latex/bookhands/t1huncl.fd
%{_texmfdistdir}/tex/latex/bookhands/t1imaj.fd
%{_texmfdistdir}/tex/latex/bookhands/t1imin.fd
%{_texmfdistdir}/tex/latex/bookhands/t1pgoth.fd
%{_texmfdistdir}/tex/latex/bookhands/t1rtnd.fd
%{_texmfdistdir}/tex/latex/bookhands/t1rust.fd
%{_texmfdistdir}/tex/latex/bookhands/t1sqrc.fd
%{_texmfdistdir}/tex/latex/bookhands/t1uncl.fd
%{_texmfdistdir}/tex/latex/bookhands/uncial.sty
%doc %{_texmfdistdir}/doc/fonts/bookhands/README.PRW
%doc %{_texmfdistdir}/doc/fonts/bookhands/allsqrcaps.pdf
%doc %{_texmfdistdir}/doc/fonts/bookhands/auncial-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/auncial-tryfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/auncial-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/auncial/allfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/auncial/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/bsamples.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/bsamples.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/carolmin-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/carolmin-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/carolmin/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/egothic-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/egothic-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/egothic/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/humanist-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/humanist-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/humanist/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/huncial-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/huncial-tryfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/huncial-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/huncial/allfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/huncial/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmaj-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmaj-tryfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmaj-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmaj/allfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmaj/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmin-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmin-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmin/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/pgothic-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/pgothic-tryfont.pdf
%doc %{_texmfdistdir}/doc/fonts/bookhands/pgothic-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/pgothic/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/rotunda-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/rotunda-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/rotunda/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/rustic-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/rustic-tryfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/rustic-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/rustic/allfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/rustic/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/sqrcaps-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/sqrcaps.pdf
%doc %{_texmfdistdir}/doc/fonts/bookhands/sqrcaps/allsqrcaps.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/tgothic/README
%doc %{_texmfdistdir}/doc/fonts/bookhands/tgothic/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/tgothic/tgothic.dtx
%doc %{_texmfdistdir}/doc/fonts/bookhands/tgothic/tgothic.ins
%doc %{_texmfdistdir}/doc/fonts/bookhands/tgothic/tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/trysqrcaps.pdf
%doc %{_texmfdistdir}/doc/fonts/bookhands/trysqrcaps.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/uncial-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/uncial-tryfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/uncial-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/uncial/allfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/uncial/allfont.tex
#- source
%doc %{_texmfdistdir}/source/fonts/bookhands/auncial.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/auncial.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/carolmin.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/carolmin.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/egothic.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/egothic.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/humanist.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/humanist.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/huncial.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/huncial.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/inslrmaj.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/inslrmaj.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/inslrmin.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/inslrmin.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/pgothic.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/pgothic.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/rotunda.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/rotunda.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/rustic.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/rustic.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/sqrcaps.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/sqrcaps.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/uncial.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/uncial.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080103-5
+ Revision: 2eab45a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14900 |14cu|texlive-boondox-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22313
# category Package
# catalog-ctan /fonts/boondox
# catalog-date 2011-05-04 08:36:11 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-boondox
Version:	1.0
Release:	5
Summary:	Mathematical alphabets derived from the STIX fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/boondox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boondox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boondox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains a number of PostScript fonts derived from
the STIX OpenType fonts, that may be used in maths mode in
regular and bold weights for calligraphic, fraktur and double-
struck alphabets. Virtual fonts with metrics suitable for maths
mode are provided, as are LaTeX support files.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/boondox/boondox.map
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-b-cal.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-b-calo.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-b-ds.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-b-frak.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-r-cal.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-r-calo.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-r-ds.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-r-frak.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxbf7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxbf8a.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxbl7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxbl8a.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxbow7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxbw7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxbw8a.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxrf7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxrf8a.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxrl7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxrl8a.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxrow7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxrw7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxrw8a.tfm
%{_texmfdistdir}/fonts/type1/public/boondox/zxxbf8a.pfb
%{_texmfdistdir}/fonts/type1/public/boondox/zxxbl8a.pfb
%{_texmfdistdir}/fonts/type1/public/boondox/zxxbw8a.pfb
%{_texmfdistdir}/fonts/type1/public/boondox/zxxrf8a.pfb
%{_texmfdistdir}/fonts/type1/public/boondox/zxxrl8a.pfb
%{_texmfdistdir}/fonts/type1/public/boondox/zxxrw8a.pfb
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-b-cal.vf
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-b-calo.vf
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-b-ds.vf
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-b-frak.vf
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-r-cal.vf
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-r-calo.vf
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-r-ds.vf
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-r-frak.vf
%{_texmfdistdir}/tex/latex/boondox/BOONDOX-cal.sty
%{_texmfdistdir}/tex/latex/boondox/BOONDOX-calo.sty
%{_texmfdistdir}/tex/latex/boondox/BOONDOX-ds.sty
%{_texmfdistdir}/tex/latex/boondox/BOONDOX-frak.sty
%{_texmfdistdir}/tex/latex/boondox/uboondox-cal.fd
%{_texmfdistdir}/tex/latex/boondox/uboondox-calo.fd
%{_texmfdistdir}/tex/latex/boondox/uboondox-ds.fd
%{_texmfdistdir}/tex/latex/boondox/uboondox-frak.fd
%doc %{_texmfdistdir}/doc/fonts/boondox/README
%doc %{_texmfdistdir}/doc/fonts/boondox/boondox-doc.pdf
%doc %{_texmfdistdir}/doc/fonts/boondox/boondox-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 8abda7d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14901 |14cu|texlive-borceux-3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21047
# category Package
# catalog-ctan /macros/generic/diagrams/borceux
# catalog-date 2009-01-02 20:30:08 +0100
# catalog-license noinfo
# catalog-version 3.1
Name:		texlive-borceux
Version:	3.1
Release:	5
Summary:	Diagram macros by Francois Borceux
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/diagrams/borceux
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/borceux.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/borceux.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The macros support the construction of diagrams, such as those
that appear in category theory texts. The user gives the list
of vertices and arrows to be included, just as when composing a
matrix, and the program takes care of computing the dimensions
of the arrows and realizing the pagesetting. All the user has
to do about the arrows is to specify their type (monomorphism,
pair of adjoint arrows, etc.) and their direction (north,
south-east, etc.); 12 types and 32 directions are available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/borceux/Diagram
%{_texmfdistdir}/tex/generic/borceux/MaxiDiagram
%{_texmfdistdir}/tex/generic/borceux/MicroDiagram
%{_texmfdistdir}/tex/generic/borceux/MiniDiagram
%{_texmfdistdir}/tex/generic/borceux/MultipleArrows
%doc %{_texmfdistdir}/doc/generic/borceux/Diagram_Mode_d_Emploi
%doc %{_texmfdistdir}/doc/generic/borceux/Diagram_Read_Me
%doc %{_texmfdistdir}/doc/generic/borceux/README
%doc %{_texmfdistdir}/doc/generic/borceux/compatibility/OldDiagram
%doc %{_texmfdistdir}/doc/generic/borceux/compatibility/OldMaxiDiagram
%doc %{_texmfdistdir}/doc/generic/borceux/compatibility/OldMicroDiagram
%doc %{_texmfdistdir}/doc/generic/borceux/compatibility/OldMiniDiagram
%doc %{_texmfdistdir}/doc/generic/borceux/compatibility/OldMultipleArrows

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1-5
+ Revision: 48e8964
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14902 |14cu|texlive-bosisio-20100210-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16989
# category Package
# catalog-ctan /macros/latex/contrib/bosisio
# catalog-date 2010-02-10 21:47:34 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-bosisio
Version:	20100210
Release:	5
Summary:	A collection of packages by Francesco Bosisio
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bosisio
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bosisio.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bosisio.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bosisio.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of packages containing: accenti dblfont; envmath;
evenpage; graphfig; mathcmd; quotes; and sobolev.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bosisio/accenti.sty
%{_texmfdistdir}/tex/latex/bosisio/dblfont.sty
%{_texmfdistdir}/tex/latex/bosisio/envmath.sty
%{_texmfdistdir}/tex/latex/bosisio/evenpage.sty
%{_texmfdistdir}/tex/latex/bosisio/graphfig.sty
%{_texmfdistdir}/tex/latex/bosisio/mathcmd.sty
%{_texmfdistdir}/tex/latex/bosisio/quotes.sty
%{_texmfdistdir}/tex/latex/bosisio/sobolev.sty
%doc %{_texmfdistdir}/doc/latex/bosisio/README
%doc %{_texmfdistdir}/doc/latex/bosisio/accenti.html
%doc %{_texmfdistdir}/doc/latex/bosisio/accenti.pdf
%doc %{_texmfdistdir}/doc/latex/bosisio/dblfont.html
%doc %{_texmfdistdir}/doc/latex/bosisio/dblfont.pdf
%doc %{_texmfdistdir}/doc/latex/bosisio/envmath.html
%doc %{_texmfdistdir}/doc/latex/bosisio/envmath.pdf
%doc %{_texmfdistdir}/doc/latex/bosisio/evenpage.html
%doc %{_texmfdistdir}/doc/latex/bosisio/evenpage.pdf
%doc %{_texmfdistdir}/doc/latex/bosisio/graphfig.html
%doc %{_texmfdistdir}/doc/latex/bosisio/graphfig.pdf
%doc %{_texmfdistdir}/doc/latex/bosisio/index.html
%doc %{_texmfdistdir}/doc/latex/bosisio/makedoc
%doc %{_texmfdistdir}/doc/latex/bosisio/mathcmd.html
%doc %{_texmfdistdir}/doc/latex/bosisio/mathcmd.pdf
%doc %{_texmfdistdir}/doc/latex/bosisio/quotes.html
%doc %{_texmfdistdir}/doc/latex/bosisio/quotes.pdf
%doc %{_texmfdistdir}/doc/latex/bosisio/sobolev.html
%doc %{_texmfdistdir}/doc/latex/bosisio/sobolev.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bosisio/accenti.drv
%doc %{_texmfdistdir}/source/latex/bosisio/accenti.dtx
%doc %{_texmfdistdir}/source/latex/bosisio/dblfont.drv
%doc %{_texmfdistdir}/source/latex/bosisio/dblfont.dtx
%doc %{_texmfdistdir}/source/latex/bosisio/envmath.drv
%doc %{_texmfdistdir}/source/latex/bosisio/envmath.dtx
%doc %{_texmfdistdir}/source/latex/bosisio/evenpage.drv
%doc %{_texmfdistdir}/source/latex/bosisio/evenpage.dtx
%doc %{_texmfdistdir}/source/latex/bosisio/graphfig.drv
%doc %{_texmfdistdir}/source/latex/bosisio/graphfig.dtx
%doc %{_texmfdistdir}/source/latex/bosisio/mathcmd.drv
%doc %{_texmfdistdir}/source/latex/bosisio/mathcmd.dtx
%doc %{_texmfdistdir}/source/latex/bosisio/quotes.drv
%doc %{_texmfdistdir}/source/latex/bosisio/quotes.dtx
%doc %{_texmfdistdir}/source/latex/bosisio/sobolev.drv
%doc %{_texmfdistdir}/source/latex/bosisio/sobolev.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100210-5
+ Revision: 45d07c9
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14903 |14cu|texlive-braille-20100220-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20655
# category Package
# catalog-ctan /macros/latex/contrib/braille
# catalog-date 2010-02-20 15:53:07 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-braille
Version:	20100220
Release:	5
Summary:	Support for braille
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/braille
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/braille.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/braille.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows the user to produce Braille documents on
paper for the blind without knowing Braille (which can take
years to learn). Python scripts grade1.py and grade2.py convert
ordinary text to grade 1 and 2 braille tags; then, the LaTeX
package braille.sty takes the tags and prints out corresponding
braille symbols.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/braille/braille.sty
%doc %{_texmfdistdir}/doc/latex/braille/README
%doc %{_texmfdistdir}/doc/latex/braille/braille.html
%doc %{_texmfdistdir}/doc/latex/braille/braillegif1.gif
%doc %{_texmfdistdir}/doc/latex/braille/braillegif2.gif
%doc %{_texmfdistdir}/doc/latex/braille/grade1.py
%doc %{_texmfdistdir}/doc/latex/braille/grade2.py
%doc %{_texmfdistdir}/doc/latex/braille/summary.pdf
%doc %{_texmfdistdir}/doc/latex/braille/summary.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100220-5
+ Revision: dffae47
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14904 |14cu|texlive-breakcites-20101211-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21014
# category Package
# catalog-ctan /macros/latex/contrib/breakcites
# catalog-date 2010-12-11 10:17:50 +0100
# catalog-license noinfo
# catalog-version undef
Name:		texlive-breakcites
Version:	20101211
Release:	5
Summary:	Ensure that multiple citations may break at line end
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/breakcites
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/breakcites.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/breakcites.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Makes a very minor change to the operation of the \cite
command. Note that the change is not necessary in unmodified
LaTeX; however, there remain packages that restore the
undesirable behaviour of the command as provided in LaTeX 2.09.
(Note that neither cite nor natbib make this mistake.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/breakcites/breakcites.sty
%doc %{_texmfdistdir}/doc/latex/breakcites/README
%doc %{_texmfdistdir}/doc/latex/breakcites/breakcites.pdf
%doc %{_texmfdistdir}/doc/latex/breakcites/breakcites.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101211-5
+ Revision: f7aba12
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14905 |14cu|texlive-bropd-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28222
# category Package
# catalog-ctan /macros/latex/contrib/bropd
# catalog-date 2012-11-09 11:55:25 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-bropd
Version:	1.1
Release:	8
Summary:	Simplified brackets and differentials in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bropd
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bropd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bropd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bropd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package simplifies the process of writing differential
operators and brackets in LaTeX. The commands facilitate the
easy manipulation of equations involving brackets and allow
partial differentials to be expressed in an alternate form.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bropd/bropd.sty
%doc %{_texmfdistdir}/doc/latex/bropd/README
%doc %{_texmfdistdir}/doc/latex/bropd/bropd.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bropd/bropd.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-8
+ Revision: 37cde0c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14906 |14cu|texlive-brushscr-20061221-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/brushscr
# catalog-date 2006-12-21 23:43:15 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-brushscr
Version:	20061221
Release:	5
Summary:	A handwriting script font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/brushscr
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/brushscr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/brushscr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/brushscr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The BrushScript font is distributed in Adobe Type-1 format,
that simulates hand-written characters. The font is available
in italic shape only. The package includes the files needed by
LaTeX in order to use that font. The file AAA_readme.tex fully
describes the package and sample.tex illustrates its use.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/brushscr/config.pbsi
%{_texmfdistdir}/fonts/afm/public/brushscr/BrushScriptX-Italic.afm
%{_texmfdistdir}/fonts/map/dvips/brushscr/pbsi.map
%{_texmfdistdir}/fonts/tfm/public/brushscr/pbsi.tfm
%{_texmfdistdir}/fonts/tfm/public/brushscr/pbsi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/brushscr/pbsi8t.tfm
%{_texmfdistdir}/fonts/type1/public/brushscr/BrushScriptX-Italic.pfb
%{_texmfdistdir}/fonts/vf/public/brushscr/pbsi8t.vf
%{_texmfdistdir}/tex/latex/brushscr/pbsi.sty
%{_texmfdistdir}/tex/latex/brushscr/t1pbsi.fd
%doc %{_texmfdistdir}/doc/latex/brushscr/AAA_readme.bbl
%doc %{_texmfdistdir}/doc/latex/brushscr/AAA_readme.blg
%doc %{_texmfdistdir}/doc/latex/brushscr/AAA_readme.dvi
%doc %{_texmfdistdir}/doc/latex/brushscr/AAA_readme.tex
%doc %{_texmfdistdir}/doc/latex/brushscr/README
%doc %{_texmfdistdir}/doc/latex/brushscr/example.dvi
%doc %{_texmfdistdir}/doc/latex/brushscr/example.tex
%doc %{_texmfdistdir}/doc/latex/brushscr/generate.tex
%doc %{_texmfdistdir}/doc/latex/brushscr/kern.txt
%doc %{_texmfdistdir}/doc/latex/brushscr/sample.dvi
%doc %{_texmfdistdir}/doc/latex/brushscr/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/brushscr/Makefile
%doc %{_texmfdistdir}/source/latex/brushscr/pbsi.mtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061221-5
+ Revision: 7b1068c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14907 |14cu|texlive-bundledoc-3.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29752
# category Package
# catalog-ctan /support/bundledoc
# catalog-date 2012-01-12 19:29:56 +0100
# catalog-license lppl
# catalog-version 3.1
Name:		texlive-bundledoc
Version:	3.1
Release:	11
Summary:	Bundle together all the files needed to build a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/bundledoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bundledoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bundledoc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-bundledoc.bin = %{EVRD}

%description
The bundledoc package is a post-processor for the snapshot
package that bundles together all the classes, packages and
files needed to build a given LaTeX document. It reads the .dep
file that snapshot produces, finds each of the files mentioned
therein, and archives them into a single .tar.gz (or .zip, or
whatever) file, suitable for moving across systems,
transmitting to a colleague, etc. A script, arlatex, provides
an alternative "archiving" mechanism, creating a single LaTeX
file that contains all of the ancillary files of a LaTeX
document, together with the document itself, using the
filecontents* environment.


#-----------------------------------------------------------------------
%files
%{_bindir}/arlatex
%{_bindir}/bundledoc
%{_texmfdistdir}/scripts/bundledoc/arlatex
%{_texmfdistdir}/scripts/bundledoc/bundledoc
%{_texmfdistdir}/tex/latex/bundledoc/miktex.cfg
%{_texmfdistdir}/tex/latex/bundledoc/texlive-unix.cfg
%doc %{_mandir}/man1/arlatex.1*
%doc %{_texmfdistdir}/doc/man/man1/arlatex.man1.pdf
%doc %{_mandir}/man1/bundledoc.1*
%doc %{_texmfdistdir}/doc/man/man1/bundledoc.man1.pdf
%doc %{_texmfdistdir}/doc/support/bundledoc/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/bundledoc/arlatex arlatex
    ln -sf %{_texmfdistdir}/scripts/bundledoc/bundledoc bundledoc
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1-11
+ Revision: 92e4f93
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14908 |14cu|texlive-calligra-20100503-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/calligra
# catalog-date 2010-05-03 23:11:16 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-calligra
Version:	20100503
Release:	5
Summary:	Calligraphic font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/calligra
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calligra.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calligra.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A calligraphic font in the handwriting style of the author,
Peter Vanroose. The font is supplied as MetaFont source LaTeX
support of the font is provided in the calligra package in the
fundus bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/calligra/callig15.mf
%{_texmfdistdir}/fonts/source/public/calligra/calligra.mf
%{_texmfdistdir}/fonts/tfm/public/calligra/callig15.tfm
%doc %{_texmfdistdir}/doc/latex/calligra/README
%doc %{_texmfdistdir}/doc/latex/calligra/testfont.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100503-5
+ Revision: d073d25
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14909 |14cu|texlive-calligra-type1-001.000-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24302
# category Package
# catalog-ctan /fonts/calligra-type1
# catalog-date 2011-10-16 10:43:33 +0200
# catalog-license other-free
# catalog-version 001.000
Name:		texlive-calligra-type1
Version:	001.000
Release:	5
Summary:	Type 1 version of Caliigra
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/calligra-type1
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calligra-type1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calligra-type1.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a converstion (using mf2pt1 of Peter Vanroose's
handwriting font.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/calligra-type1/callig15.afm
%{_texmfdistdir}/fonts/map/dvips/calligra-type1/calligra.map
%{_texmfdistdir}/fonts/type1/public/calligra-type1/callig15.pfb
%doc %{_texmfdistdir}/doc/fonts/calligra-type1/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 001.000-5
+ Revision: 492961d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14910 |14cu|texlive-cantarell-2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27066
# category Package
# catalog-ctan /fonts/cantarell
# catalog-date 2012-06-11 20:28:41 +0200
# catalog-license lppl1.3
# catalog-version 2.4
Name:		texlive-cantarell
Version:	2.4
Release:	4
Summary:	LaTeX support for the Cantarell font family
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cantarell
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cantarell.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cantarell.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cantarell.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Cantarell is a contemporary Humanist sans serif designed by
Dave Crossland and Jakub Steiner. This font, delivered under
the OFL version 1.1, is available on the GNOME download server.
The present package provides support for this font in LaTeX. It
includes Type 1 versions of the fonts, converted for this
package using FontForge from its sources, for full support with
Dvips.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/cantarell/Cantarell-Bold.afm
%{_texmfdistdir}/fonts/afm/public/cantarell/Cantarell-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/cantarell/cantarell-01.enc
%{_texmfdistdir}/fonts/enc/dvips/cantarell/cantarell-02.enc
%{_texmfdistdir}/fonts/enc/dvips/cantarell/cantarell-03.enc
%{_texmfdistdir}/fonts/map/dvips/cantarell/cantarell.map
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-01.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-02.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-03.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-x2.tfm
%{_texmfdistdir}/fonts/type1/public/cantarell/Cantarell-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/cantarell/Cantarell-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-x2.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-ts1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-x2.vf
%{_texmfdistdir}/tex/latex/cantarell/cantarell.sty
%{_texmfdistdir}/tex/latex/cantarell/ot1fca.fd
%{_texmfdistdir}/tex/latex/cantarell/t1fca.fd
%{_texmfdistdir}/tex/latex/cantarell/t2afca.fd
%{_texmfdistdir}/tex/latex/cantarell/t2bfca.fd
%{_texmfdistdir}/tex/latex/cantarell/t2cfca.fd
%{_texmfdistdir}/tex/latex/cantarell/ts1fca.fd
%{_texmfdistdir}/tex/latex/cantarell/x2fca.fd
%doc %{_texmfdistdir}/doc/fonts/cantarell/CHANGES
%doc %{_texmfdistdir}/doc/fonts/cantarell/README
%doc %{_texmfdistdir}/doc/fonts/cantarell/cantarell-samples.pdf
%doc %{_texmfdistdir}/doc/fonts/cantarell/cantarell-samples.tex
%doc %{_texmfdistdir}/doc/fonts/cantarell/cantarell.pdf
%doc %{_texmfdistdir}/doc/fonts/cantarell/cantarell.tex
%doc %{_texmfdistdir}/doc/fonts/cantarell/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/cantarell/Cantarell-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/cantarell/Cantarell-Regular.sfd
%doc %{_texmfdistdir}/source/fonts/cantarell/Makefile
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-01.etx
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-02.etx
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-03.etx
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-drv.tex
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-fixcyrillic.mtx
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-fixgreek.mtx
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-fixlatin.mtx
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-fixtextcomp.mtx
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-map.tex
%doc %{_texmfdistdir}/source/fonts/cantarell/sfd2type1.pe

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4-4
+ Revision: 0ab28a0
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14911 |14cu|texlive-carolmin-ps-20070221-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/carolmin-ps
# catalog-date 2007-02-21 12:51:17 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-carolmin-ps
Version:	20070221
Release:	5
Summary:	Adobe Type 1 format of Carolingian Minuscule fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/carolmin-ps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/carolmin-ps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/carolmin-ps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle offers Adobe Type 1 format versions of Peter
Wilson's Carolingian Minuscule font set (part of the bookhands
collection). The fonts in the bundle are ready-to-use
replacements for the MetaFont originals.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/carolmin-ps/cmin10.afm
%{_texmfdistdir}/fonts/afm/public/carolmin-ps/cmin17.afm
%{_texmfdistdir}/fonts/afm/public/carolmin-ps/cmin7.afm
%{_texmfdistdir}/fonts/afm/public/carolmin-ps/cminb10.afm
%{_texmfdistdir}/fonts/afm/public/carolmin-ps/cminb17.afm
%{_texmfdistdir}/fonts/afm/public/carolmin-ps/cminb7.afm
%{_texmfdistdir}/fonts/map/dvips/carolmin-ps/cmin.map
%{_texmfdistdir}/fonts/type1/public/carolmin-ps/cmin10.pfb
%{_texmfdistdir}/fonts/type1/public/carolmin-ps/cmin17.pfb
%{_texmfdistdir}/fonts/type1/public/carolmin-ps/cmin7.pfb
%{_texmfdistdir}/fonts/type1/public/carolmin-ps/cminb10.pfb
%{_texmfdistdir}/fonts/type1/public/carolmin-ps/cminb17.pfb
%{_texmfdistdir}/fonts/type1/public/carolmin-ps/cminb7.pfb
%doc %{_texmfdistdir}/doc/fonts/carolmin-ps/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070221-5
+ Revision: 9192544
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14912 |14cu|texlive-catcodes-0.3a-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28210
# category Package
# catalog-ctan /macros/generic/catcodes
# catalog-date 2012-11-08 10:49:44 +0100
# catalog-license lppl1.3
# catalog-version 0.3a
Name:		texlive-catcodes
Epoch:		1
Version:	0.3a
Release:	8
Summary:	Generic handling of TeX category codes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/catcodes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catcodes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catcodes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catcodes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle deals with category code switching; the packages of
the bundle should work with any TeX format (with the support of
the plainpkg package). The bundle provides: - stacklet.sty,
which supports stacks that control the use of different
catcodes; - actcodes.sty, which deals with active characters;
and - catchdq.sty, which provides a simple quotation character
control mechanism.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/catcodes/actcodes.sty
%{_texmfdistdir}/tex/generic/catcodes/catchdq.sty
%{_texmfdistdir}/tex/generic/catcodes/catcodes.RLS
%{_texmfdistdir}/tex/generic/catcodes/stacklet.sty
%doc %{_texmfdistdir}/doc/generic/catcodes/README
%doc %{_texmfdistdir}/doc/generic/catcodes/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/generic/catcodes/catcodes.pdf
#- source
%doc %{_texmfdistdir}/source/generic/catcodes/catcodes.tex
%doc %{_texmfdistdir}/source/generic/catcodes/fdatechk.tex
%doc %{_texmfdistdir}/source/generic/catcodes/makedoc.cfg
%doc %{_texmfdistdir}/source/generic/catcodes/mdoccorr.cfg
%doc %{_texmfdistdir}/source/generic/catcodes/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.3a-8
+ Revision: 52bf2f8
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14913 |14cu|texlive-ccfonts-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17122
# category Package
# catalog-ctan /macros/latex/contrib/ccfonts
# catalog-date 2010-02-21 01:29:55 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-ccfonts
Version:	1.1
Release:	5
Summary:	Support for Concrete text and math fonts in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ccfonts
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccfonts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccfonts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
LaTeX font definition files for the Concrete fonts and a LaTeX
package for typesetting documents using Concrete as the default
font family. The files support OT1, T1, TS1, and Concrete
mathematics including AMS fonts (Ulrik Vieth's concmath).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ccfonts/ccfonts.sty
%{_texmfdistdir}/tex/latex/ccfonts/t1ccr.fd
%{_texmfdistdir}/tex/latex/ccfonts/ts1ccr.fd
%doc %{_texmfdistdir}/doc/latex/ccfonts/ccfonts.pdf
%doc %{_texmfdistdir}/doc/latex/ccfonts/readme
#- source
%doc %{_texmfdistdir}/source/latex/ccfonts/cc.fdd
%doc %{_texmfdistdir}/source/latex/ccfonts/ccfonts.dtx
%doc %{_texmfdistdir}/source/latex/ccfonts/ccfonts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-5
+ Revision: 736ac08
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14914 |14cu|texlive-cell-1.28.2.03-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20756
# category Package
# catalog-ctan /macros/latex/contrib/cell
# catalog-date 2010-12-15 11:00:48 +0100
# catalog-license pd
# catalog-version 1.28/2.03
Name:		texlive-cell
Version:	1.28.2.03
Release:	5
Summary:	Bibliography style for Cell
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cell
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cell.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cell.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is an "apa-like" style (cf. apalike.bst in the BibTeX
distribution), developed from the same author's JMB style. A
supporting LaTeX package is also provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/cell/cell.bst
%{_texmfdistdir}/tex/latex/cell/cell.sty
%doc %{_texmfdistdir}/doc/latex/cell/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.28.2.03-5
+ Revision: bacc1dc
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14915 |14cu|texlive-cfr-lm-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19666
# category Package
# catalog-ctan /macros/latex/contrib/cfr-lm
# catalog-date 2010-09-08 11:26:01 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-cfr-lm
Version:	1.3
Release:	5
Summary:	Enhanced support for the Latin Modern fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cfr-lm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cfr-lm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cfr-lm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cfr-lm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports a number of features of the Latin Modern
fonts which are not easily accessible via the default (La)TeX
support provided in the official distribution. In particular,
the package supports the use of the various styles of digits
available, small-caps and upright italic shapes, and
alternative weights and widths. It also supports variable width
typewriter and the "quotation" font. Version 2.004 of the Latin
Modern fonts is supported. By default, the package uses
proportional oldstyle digits and variable width typewriter but
this can be changed by passing appropriate options to the
package. The package also supports using (for example)
different styles of digits within a document so it is possible
to use proportional oldstyle digits by default, say, but
tabular lining digits within a particular table. The package
requires the official Latin Modern distribution, including its
(La)TeX support. The package relies on the availability of both
the fonts themselves and the official font support files. The
package also makes use of the nfssext-cfr package. Only the T1
and TS1 encodings are supported for text fonts. The set up of
fonts for mathematics is identical to that provided by Latin
Modern.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/cfr-lm/dotdigits-clm.enc
%{_texmfdistdir}/fonts/enc/dvips/cfr-lm/t1-clm.enc
%{_texmfdistdir}/fonts/map/dvips/cfr-lm/clm.map
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmb28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmb2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmb2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmb2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmb8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx28t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx28t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx28t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx28t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx28t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx28t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2i8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2ij8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2j8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2j8t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2j8t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2j8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2j8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2j8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx8t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx8t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxi8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxj8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxj8t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxj8t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxj8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxj8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxj8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxji8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcsc28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcsc2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcsc2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcsc2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcsc8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcscj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcscjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcsco8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmdun2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmdun2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmdunh28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmdunh2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmdunh8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmdunhj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmdunjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmduno8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2i8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2i8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2i8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2i8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2i8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2ij8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2ij8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2ij8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2ij8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2ij8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2jo8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2jo8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2jo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2jo8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2o8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2o8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2o8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2o8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmri8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmri8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmri8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmri8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmri8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrji8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrji8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrji8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrji8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrji8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrjo8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrjo8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrjo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrjo8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmro8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmro8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmro8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmro8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmro8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss28t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss28t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss28t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss28t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2j8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2j8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2j8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2j8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2jo8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2jo8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2jo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2jo8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssb2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssb2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssbjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssbo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssbx28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssbx2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssbx8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssbxj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssd2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssd2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssdc28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssdc2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssdc8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssdcj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssdjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssdo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssj8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssj8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssj8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssj8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssjo8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssjo8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssjo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssjo8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso28t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso28t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso28t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso28t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssq28t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssq2j8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssq2jo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssq2o8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssq8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqb2jo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqb2o8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqbjo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqbo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqbx28t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqbx2j8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqbx8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqbxj8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqj8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqjo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtcsc8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtcscj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtcsjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtcso8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtk8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtkj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtkjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtko8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtl8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtlc8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtlcj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtlcjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtlco8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtlj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtljo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtlo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtt8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtt8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtt8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtt8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtti8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmttij8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmttj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmttj8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmttj8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmttj8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmttjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtto8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmu28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmu2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmu8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmuj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtk28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtk2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtk2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtk2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtk8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtkj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtkjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtko8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtl28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtl2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtl2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtl2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtl8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtlj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtljo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtlo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtt28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtt2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtt2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtt2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtt8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvttj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvttjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtto8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmb8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbo8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbx8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbx8ttl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbx8ttl5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbx8ttl6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbx8ttl7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbx8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbx8ttl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbxi8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbxo8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmcsc8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmcsco8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmdunh8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmduno8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmri8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmri8ttl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmri8ttl7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmri8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmri8ttl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmro8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmro8ttl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmro8ttl17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmro8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmro8ttl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmss8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmss8ttl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmss8ttl17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmss8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmss8ttl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssbo8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssbx8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssdc8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssdo8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmsso8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmsso8ttl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmsso8ttl17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmsso8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmsso8ttl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssq8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssqbo8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssqbx8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssqo8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtcsc8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtcso8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtk8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtko8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtl8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtlc8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtlco8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtlo8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtt8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtt8ttl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtt8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtt8ttl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtti8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtto8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmu8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmvtk8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmvtko8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmvtl8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmvtlo8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmvtt8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmvtto8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmvtto10.tfm
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmb28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmb2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmb2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmb2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmb8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx28t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx28t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx28t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx28t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx28t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx28t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2i8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2ij8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2j8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2j8t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2j8t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2j8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2j8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2j8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx8t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx8t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxi8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxj8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxj8t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxj8t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxj8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxj8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxj8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxji8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcsc28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcsc2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcsc2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcsc2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcsc8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcscj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcscjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcsco8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmdun2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmdun2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmdunh28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmdunh2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmdunh8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmdunhj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmdunjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmduno8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2i8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2i8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2i8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2i8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2i8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2ij8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2ij8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2ij8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2ij8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2ij8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2jo8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2jo8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2jo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2jo8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2o8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2o8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2o8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2o8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmri8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmri8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmri8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmri8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmri8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrji8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrji8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrji8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrji8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrji8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrjo8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrjo8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrjo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrjo8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmro8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmro8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmro8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmro8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmro8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss28t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss28t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss28t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss28t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2j8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2j8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2j8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2j8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2jo8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2jo8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2jo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2jo8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssb2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssb2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssbjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssbo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssbx28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssbx2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssbx8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssbxj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssd2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssd2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssdc28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssdc2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssdc8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssdcj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssdjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssdo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssj8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssj8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssj8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssj8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssjo8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssjo8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssjo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssjo8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso28t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso28t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso28t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso28t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssq28t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssq2j8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssq2jo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssq2o8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssq8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqb2jo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqb2o8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqbjo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqbo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqbx28t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqbx2j8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqbx8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqbxj8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqj8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqjo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtcsc8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtcscj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtcsjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtcso8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtk8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtkj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtkjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtko8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtl8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtlc8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtlcj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtlcjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtlco8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtlj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtljo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtlo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtt8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtt8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtt8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtt8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtti8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmttij8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmttj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmttj8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmttj8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmttj8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmttjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtto8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmu28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmu2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmu8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmuj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtk28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtk2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtk2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtk2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtk8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtkj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtkjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtko8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtl28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtl2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtl2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtl2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtl8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtlj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtljo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtlo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtt28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtt2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtt2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtt2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtt8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvttj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvttjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtto8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmb10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbo10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbx10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbx12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbx5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbx6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbx7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbx8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbx9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbxi10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbxo10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmcsco10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmdunh10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmduno10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmri10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmri12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmri7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmri8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmri9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmro10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmro12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmro17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmro8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmro9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmss10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmss12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmss17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmss8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmss9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssbo10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssbx10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssdc10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssdo10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmsso10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmsso12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmsso17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmsso8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmsso9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssq8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssqbo8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssqbx8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssqo8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtcso10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtk10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtko10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtl10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtlc10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtlco10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtlo10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtt10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtt12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtt8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtt9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtti10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtto10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmu10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmvtk10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmvtko10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmvtl10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmvtlo10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmvtt10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmvtto10.vf
%{_texmfdistdir}/tex/latex/cfr-lm/cfr-lm.sty
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2d.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2dj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2j.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2jqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2js.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2jt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2jv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2qs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2s.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2t.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2v.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmd.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmdj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmjqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmjs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmjt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmjv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clms.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2d.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2dj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2j.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2jqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2js.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2jt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2jv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2qs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2s.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2t.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2v.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmd.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmdj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmjqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmjs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmjt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmjv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clms.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2d.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2dj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2j.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2jqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2js.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2jt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2jv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2qs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2s.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2t.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2v.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmd.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmdj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmjqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmjs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmjt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmjv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclms.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmv.fd
%doc %{_texmfdistdir}/doc/fonts/cfr-lm/README
%doc %{_texmfdistdir}/doc/fonts/cfr-lm/cfr-lm.pdf
%doc %{_texmfdistdir}/doc/fonts/cfr-lm/cfr-lm.tex
%doc %{_texmfdistdir}/doc/fonts/cfr-lm/clm-test.pdf
%doc %{_texmfdistdir}/doc/fonts/cfr-lm/clm-test.tex
%doc %{_texmfdistdir}/doc/fonts/cfr-lm/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/cfr-lm/clm-map.tex
%doc %{_texmfdistdir}/source/fonts/cfr-lm/clm-t1-drv.tex
%doc %{_texmfdistdir}/source/fonts/cfr-lm/clm-ts1-drv.tex
%doc %{_texmfdistdir}/source/fonts/cfr-lm/dotdigits.etx
%doc %{_texmfdistdir}/source/fonts/cfr-lm/dotoldstyle.etx
%doc %{_texmfdistdir}/source/fonts/cfr-lm/dotprop.etx
%doc %{_texmfdistdir}/source/fonts/cfr-lm/dottaboldstyle.etx
%doc %{_texmfdistdir}/source/fonts/cfr-lm/t1-clm.etx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-5
+ Revision: 79431af
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14916 |14cu|texlive-chbibref-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17120
# category Package
# catalog-ctan /macros/latex/contrib/chbibref
# catalog-date 2010-02-23 16:16:11 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-chbibref
Version:	1.0
Release:	5
Summary:	Change the Bibliography/References title
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chbibref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chbibref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chbibref.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a single command, \setbibref, which sets whichever of
\bibname and \refname is in use. (\bibname is used in book.cls
and report.cls, and \refname is used in article.cls.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chbibref/chbibref.sty
%doc %{_texmfdistdir}/doc/latex/chbibref/chbibref.pdf
%doc %{_texmfdistdir}/doc/latex/chbibref/chbibref.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 9ec909d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14917 |14cu|texlive-chembst-0.2.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/chembst
# catalog-date 2008-09-20 13:36:26 +0200
# catalog-license lppl
# catalog-version 0.2.5
Name:		texlive-chembst
Version:	0.2.5
Release:	5
Summary:	A collection of BibTeX files for chemistry journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/chembst
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chembst.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chembst.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chembst.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a collection of advanced BibTeX style files
suitable for publications in chemistry journals. Currently,
style files for journals published by the American Chemical
Society, Wiley-VCH and The Royal Society of Chemistry are
available. The style files support advanced features such as
automatic formatting of errata or creating an appropriate entry
for publications in Angewandte Chemie where both English and
German should be cited simultaneously.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/chembst/ChemCommun.bst
%{_texmfdistdir}/bibtex/bst/chembst/ChemEurJ.bst
%{_texmfdistdir}/bibtex/bst/chembst/InorgChem.bst
%{_texmfdistdir}/bibtex/bst/chembst/JAmChemSoc.bst
%{_texmfdistdir}/bibtex/bst/chembst/JAmChemSoc_all.bst
%{_texmfdistdir}/bibtex/bst/chembst/cv.bst
%doc %{_texmfdistdir}/doc/latex/chembst/README
%doc %{_texmfdistdir}/doc/latex/chembst/chembst.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chembst/chembst.dtx
%doc %{_texmfdistdir}/source/latex/chembst/chembst.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.5-5
+ Revision: ee0052f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14918 |14cu|texlive-cherokee-20081225-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21046
# category Package
# catalog-ctan /fonts/cherokee
# catalog-date 2008-12-25 20:17:19 +0100
# catalog-license noinfo
# catalog-version undef
Name:		texlive-cherokee
Version:	20081225
Release:	5
Summary:	A font for the Cherokee script
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cherokee
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cherokee.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cherokee.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Cherokee script was designed in 1821 by Segwoya. The
alphabet is essentially syllabic, only 6 characters (a e i o s
u) correspond to Roman letters: the font encodes these to the
corresponding roman letter. The remaining 79 characters have
been arbitrarily encoded in the range 38-122; the cherokee
package provides commands that map each such syllable to the
appropriate character; for example, Segwoya himself would be
represented \Cse\Cgwo\Cya.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/cherokee/cherokee.mf
%{_texmfdistdir}/fonts/tfm/public/cherokee/cherokee.tfm
%{_texmfdistdir}/tex/latex/cherokee/cherokee.sty
%doc %{_texmfdistdir}/doc/fonts/cherokee/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081225-5
+ Revision: a678111
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14919 |14cu|texlive-chicago-20081225-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/chicago
# catalog-date 2008-12-25 20:17:19 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-chicago
Version:	20081225
Release:	5
Summary:	A "Chicago" bibliography style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/chicago
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chicago.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Chicago is a BibTeX style that follows the "B" reference style
of the 13th Edition of the Chicago manual of style; a LaTeX
package (to LaTeX 2.09 conventions) is also provided. The style
was derived from the newapa style.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/chicago/chicago.bst
%{_texmfdistdir}/tex/latex/chicago/chicago.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081225-5
+ Revision: 25e2e0e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14920 |14cu|texlive-chicago-annote-20090203-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/chicago-annote/chicago-annote.bst
# catalog-date 2009-02-03 15:12:24 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-chicago-annote
Version:	20090203
Release:	5
Summary:	Chicago-based annotated BibTeX style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/chicago-annote/chicago-annote.bst
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chicago-annote.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chicago-annote.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a revision of chicagoa.bst, using the commonly-used
annote field in place of the original's annotation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/chicago-annote/chicago-annote.bst
%doc %{_texmfdistdir}/doc/bibtex/chicago-annote/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090203-5
+ Revision: 6c14324
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14921 |14cu|texlive-chktex-1.7.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29821
# category TLCore
# catalog-ctan /support/chktex
# catalog-date 2012-12-29 15:06:49 +0100
# catalog-license gpl
# catalog-version 1.7.1
Name:		texlive-chktex
Version:	1.7.1
Release:	10
Summary:	Check for errors in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/chktex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chktex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chktex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-chktex.bin

%description
The program reports typographic and other errors in LaTeX
documents. Filters are also provided for checking the LaTeX
parts of CWEB documents.


#-----------------------------------------------------------------------
%files
%{_bindir}/chkweb
%{_bindir}/deweb
%{_texmfdistdir}/chktex/chktexrc
%{_texmfdistdir}/scripts/chktex/chkweb.sh
%{_texmfdistdir}/scripts/chktex/deweb.pl
%doc %{_texmfdistdir}/doc/chktex/ChkTeX.pdf
%doc %{_mandir}/man1/chktex.1*
%doc %{_texmfdistdir}/doc/man/man1/chktex.man1.pdf
%doc %{_mandir}/man1/chkweb.1*
%doc %{_texmfdistdir}/doc/man/man1/chkweb.man1.pdf
%doc %{_mandir}/man1/deweb.1*
%doc %{_texmfdistdir}/doc/man/man1/deweb.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/chktex/chkweb.sh chkweb
    ln -sf %{_texmfdistdir}/scripts/chktex/deweb.pl deweb
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7.1-10
+ Revision: 2a7920e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14922 |14cu|texlive-chronosys-1.20-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26700
# category Package
# catalog-ctan /macros/latex/contrib/chronosys
# catalog-date 2012-05-28 13:36:39 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-chronosys
Version:	1.20
Release:	4
Summary:	Drawing time-line diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chronosys
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chronosys.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chronosys.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros to produce time line diagrams. Interfaces for Plain TeX,
Context and LaTeX are provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/chronosys/chronosys.sty
%{_texmfdistdir}/tex/generic/chronosys/chronosys.tex
%{_texmfdistdir}/tex/generic/chronosys/chronosyschr.tex
%{_texmfdistdir}/tex/generic/chronosys/x-chronosys.tex
%doc %{_texmfdistdir}/doc/generic/chronosys/README
%doc %{_texmfdistdir}/doc/generic/chronosys/docchronosys_en.pdf
%doc %{_texmfdistdir}/doc/generic/chronosys/docchronosys_en.tex
%doc %{_texmfdistdir}/doc/generic/chronosys/docchronosys_fr.pdf
%doc %{_texmfdistdir}/doc/generic/chronosys/docchronosys_fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.20-4
+ Revision: 1bb5276
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14923 |14cu|texlive-chscite-2.999-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26383
# category Package
# catalog-ctan /macros/latex/contrib/chscite
# catalog-date 2012-05-14 12:19:39 +0200
# catalog-license lppl1.2
# catalog-version 2.999
Name:		texlive-chscite
Version:	2.999
Release:	4
Summary:	Bibliography style for Chalmers University of Technology
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chscite
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chscite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chscite.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chscite.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package, heavily based on the harvard package for Harvard-
style citations, provides a citation suite for students at
Chalmers University of Technology that follows given
recommendations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/chscite/chscite.bst
%{_texmfdistdir}/tex/latex/chscite/chscite.sty
%doc %{_texmfdistdir}/doc/latex/chscite/README
%doc %{_texmfdistdir}/doc/latex/chscite/chscite.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chscite/chscite.dtx
%doc %{_texmfdistdir}/source/latex/chscite/chscite.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.999-4
+ Revision: ea56cda
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14924 |14cu|texlive-cm-lgc-0.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/ps-type1/cm-lgc
# catalog-date 2008-06-12 19:44:55 +0200
# catalog-license gpl
# catalog-version 0.5
Name:		texlive-cm-lgc
Version:	0.5
Release:	5
Summary:	Type 1 CM-based fonts for Latin, Greek and Cyrillic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ps-type1/cm-lgc
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-lgc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-lgc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts are converted from MetaFont sources of the Computer
Modern font families, using textrace. Supported encodings are:
T1 (Latin), T2A (Cyrillic), LGR (Greek) and TS1. The package
also includes Unicode virtual fonts for use with Omega. The
font set is not a replacement for any of the other Computer
Modern-based font sets (for example, cm-super for Latin and
Cyrillic, or cbgreek for Greek), since it is available at a
single size only; it offers a compact set for 'general'
working. The fonts themselves are encoded to external
standards, and virtual fonts are provided for use with TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmb6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmb6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmb8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbc6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbc6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbc8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbcpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbi6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbi6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbi8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbij6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbij6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbij8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbijpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbipg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmr6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmr6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmr8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrc6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrc6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrc8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrcpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmri6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmri6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmri8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrij6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrij6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrij8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrijpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmripg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsb6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsb6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsb8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbo6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbo6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbo8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbopg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsr6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsr6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsr8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsro6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsro6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsro8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsropg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsrpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctr6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctr6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctr8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrc6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrc6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrc8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrcpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctri6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctri6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctri8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrij6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrij6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrij8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrijpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctripg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrpg.afm
%{_texmfdistdir}/fonts/enc/dvips/cm-lgc/8r-mod.enc
%{_texmfdistdir}/fonts/map/dvips/cm-lgc/cm-lgc.map
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmbcut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmbiut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmbut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmrcut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmriut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmrut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcsbout.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcsbut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcsrout.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcsrut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fctrcut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fctriut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fctrut.ofm
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmbcut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmbiut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmbut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmrcut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmriut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmrut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcsbout.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcsbut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcsrout.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcsrut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fctrcut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fctriut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fctrut.ovf
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc8r-nokern.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbcgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbcpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbigr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbij6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbij8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbij8r-nokern.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbij8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbipg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc8r-nokern.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrcgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrcpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrigr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrij6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrij8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrij8r-nokern.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrij8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmripg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbogr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbopg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsrgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsrogr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsropg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsrpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc8r-nokern.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrcgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrcpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrigr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrij6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrij8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrij8r-nokern.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrij8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctripg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrpg.tfm
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbcpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbcpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbijpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbijpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbipg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbipg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrcpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrcpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrijpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrijpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmripg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmripg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbopg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbopg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsropg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsropg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsrpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsrpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrcpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrcpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrijpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrijpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctripg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctripg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrpg.pfb
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmb6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmb8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmb8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbc6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbc8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbcgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbi6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbi8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbi8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbigr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmr6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmr8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmr8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrc6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrc8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrcgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmri6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmri8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmri8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrigr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsb6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsb8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsb8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbo6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbo8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbo8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbogr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsr6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsr8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsr8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsrgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsro6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsro8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsro8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsrogr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctr6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctr8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctr8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrc6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrc8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrcgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctri6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctri8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctri8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrigr.vf
%{_texmfdistdir}/tex/latex/cm-lgc/antcmlgc.sty
%{_texmfdistdir}/tex/latex/cm-lgc/cmlgc.sty
%{_texmfdistdir}/tex/latex/cm-lgc/lgrfcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/lgrfcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/lgrfct.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t1fcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t1fcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t1fct.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t2afcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t2afcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t2afct.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ts1fcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ts1fcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ts1fct.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ut1fcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ut1fcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ut1fct.fd
%doc %{_texmfdistdir}/doc/latex/cm-lgc/COPYING
%doc %{_texmfdistdir}/doc/latex/cm-lgc/HISTORY
%doc %{_texmfdistdir}/doc/latex/cm-lgc/INSTALL
%doc %{_texmfdistdir}/doc/latex/cm-lgc/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-5
+ Revision: 3566cce
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14925 |14cu|texlive-cmll-20100420-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17964
# category Package
# catalog-ctan /fonts/cmll
# catalog-date 2010-04-20 23:51:50 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-cmll
Version:	20100420
Release:	5
Summary:	Symbols for linear logic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cmll
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmll.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmll.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmll.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a very small font set that contain some symbols useful
in linear logic, which are apparently not available elsewhere.
Variants are included for use with Computer Modern serif and
sans-serif and with the AMS Euler series. The font is provided
both as MetaFont source, and in Adobe Type 1 format. LaTeX
support is provided. format.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/cmll/cmll.map
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx10.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx12.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx5.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx6.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx7.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx8.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx9.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr10.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr12.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr17.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr5.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr6.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr7.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr8.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr9.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss10.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss12.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss17.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss8.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss9.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllssbx10.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx10.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx5.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx6.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx7.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx8.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx9.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr10.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr5.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr6.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr7.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr8.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr9.mf
%{_texmfdistdir}/fonts/source/public/cmll/llcommon.mf
%{_texmfdistdir}/fonts/source/public/cmll/lleusym.mf
%{_texmfdistdir}/fonts/source/public/cmll/llsymbols.mf
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr9.tfm
%{_texmfdistdir}/fonts/type1/public/cmll/cmllbx10.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllbx12.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllbx5.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllbx6.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllbx7.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllbx8.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllbx9.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr10.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr12.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr17.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr5.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr6.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr7.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr8.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr9.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllss10.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllss12.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllss17.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllss8.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllss9.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllssbx10.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullbx10.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullbx5.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullbx6.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullbx7.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullbx8.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullbx9.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullr10.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullr5.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullr6.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullr7.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullr8.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullr9.pfb
%{_texmfdistdir}/tex/latex/cmll/cmll.sty
%{_texmfdistdir}/tex/latex/cmll/ucmllr.fd
%{_texmfdistdir}/tex/latex/cmll/ucmllss.fd
%{_texmfdistdir}/tex/latex/cmll/ueull.fd
%doc %{_texmfdistdir}/doc/fonts/cmll/README
%doc %{_texmfdistdir}/doc/fonts/cmll/cmll.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cmll/cmll.dtx
%doc %{_texmfdistdir}/source/latex/cmll/cmll.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100420-5
+ Revision: 45cf14f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14926 |14cu|texlive-cmpica-20081115-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/cmpica
# catalog-date 2008-11-15 17:22:14 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-cmpica
Version:	20081115
Release:	5
Summary:	A Computer Modern Pica variant
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cmpica
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmpica.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmpica.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An approximate equivalent of the Xerox Pica typeface; the font
is optimised for submitting fiction manuscripts to mainline
publishers. The font is a fixed-width one, rather less heavy
than Computer Modern typewriter. Emphasis for bold-face comes
from a wavy underline of each letter. The two fonts are
supplied as MetaFont source.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/cmpica/cmpica.mf
%{_texmfdistdir}/fonts/source/public/cmpica/cmpicab.mf
%{_texmfdistdir}/fonts/source/public/cmpica/cmpicati.mf
%{_texmfdistdir}/fonts/source/public/cmpica/pcpunct.mf
%{_texmfdistdir}/fonts/source/public/cmpica/pica.mf
%{_texmfdistdir}/fonts/tfm/public/cmpica/cmpica.tfm
%{_texmfdistdir}/fonts/tfm/public/cmpica/cmpicab.tfm
%{_texmfdistdir}/fonts/tfm/public/cmpica/cmpicati.tfm
%doc %{_texmfdistdir}/doc/latex/cmpica/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081115-5
+ Revision: a06ecdf
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14927 |14cu|texlive-cmtiup-1.3a-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20512
# category Package
# catalog-ctan /fonts/cm/cmtiup
# catalog-date 2010-11-20 14:00:52 +0100
# catalog-license lppl1.3
# catalog-version 1.3a
Name:		texlive-cmtiup
Version:	1.3a
Release:	5
Summary:	Upright punctuation with CM slanted
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cm/cmtiup
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmtiup.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmtiup.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The cmtiup fonts address a problem with the appearance of
punctuation in italic text in mathematical documents. To
achieve this, all punctuation characters are upright, and
kerning between letters and punctuation is adjusted to allow
for the italic correction. The fonts are implemented as a set
of vf files; a package for support in LaTeX 2e is provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup10.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup12.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup7.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup8.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup9.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiupgn.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiuplg.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiupp.mf
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup9.tfm
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup10.vf
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup12.vf
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup7.vf
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup8.vf
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup9.vf
%{_texmfdistdir}/tex/latex/cmtiup/cmtiup.sty
%doc %{_texmfdistdir}/doc/latex/cmtiup/README
%doc %{_texmfdistdir}/doc/latex/cmtiup/cmtiup.dtx
%doc %{_texmfdistdir}/doc/latex/cmtiup/cmtiup.ins
%doc %{_texmfdistdir}/doc/latex/cmtiup/cmtiup.pdf
%doc %{_texmfdistdir}/doc/latex/cmtiup/testfont.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3a-5
+ Revision: 8fb5a6e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14928 |14cu|texlive-cm-unicode-0.7.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19445
# category Package
# catalog-ctan /fonts/cm-unicode
# catalog-date 2010-07-13 15:28:23 +0200
# catalog-license ofl
# catalog-version 0.7.0
Name:		texlive-cm-unicode
Version:	0.7.0
Release:	5
Summary:	Computer Modern Unicode font family
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cm-unicode
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-unicode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-unicode.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Computer Modern Unicode fonts were converted from metafont
sources using mftrace with autotrace backend and fontforge.
Some characters in several fonts are copied from Blue Sky type
1 fonts released by AMS. Currently the fonts contain glyphs
from Latin (Metafont ec, tc, vnr), Cyrillic (lh), Greek
(cbgreek when available) code sets and IPA extensions (from
tipa). This font set contains 33 fonts. This archive contains
AFM, PFB and OTF versions; the OTF version of the Computer
Modern Unicode fonts works with TeX engines that directly
support OpenType features, such as XeTeX and LuaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbbx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbi.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbl.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbmo.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbmr.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbso.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbsr.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbtl.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbto.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbxo.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunci.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunit.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunobi.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunobx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunorm.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunoti.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunrb.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunrm.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunsi.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunsl.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunso.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunss.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunssdc.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunst.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunsx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmuntb.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunti.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmuntt.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmuntx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunui.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunvi.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunvt.afm
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-ecsc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-g.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-gsc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-la.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-lasc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-lb.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-lc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-ld.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-rx.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-tc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-tipa.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-tipx.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-ux.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-uxsc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-vn.enc
%{_texmfdistdir}/fonts/map/dvips/cm-unicode/cmu.map
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbbx.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbi.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbl.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbmo.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbmr.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbso.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbsr.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbtl.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbto.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbx.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbxo.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunci.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunit.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunobi.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunobx.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunorm.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunoti.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunrb.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunrm.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunsi.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunsl.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunso.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunss.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunssdc.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunst.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunsx.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmuntb.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunti.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmuntt.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmuntx.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunui.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunvi.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunvt.otf
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbbx.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbi.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbl.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbmo.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbmr.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbso.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbsr.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbtl.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbto.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbx.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbxo.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunci.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunit.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunobi.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunobx.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunorm.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunoti.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunrb.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunrm.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunsi.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunsl.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunso.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunss.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunssdc.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunst.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunsx.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmuntb.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunti.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmuntt.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmuntx.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunui.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunvi.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunvt.pfb
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/Changes
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/FAQ
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/FontLog.txt
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/Fontmap.CMU.alias
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/Fontmap.CMU.otf
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/Fontmap.CMU.pfb
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/INSTALL
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/README
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/README.doc
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/TODO
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/cmunrm.pdf
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/cmunti.pdf
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/config.cmu

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7.0-5
+ Revision: 66557c0
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14929 |14cu|texlive-collection-bibtexextra-20140215-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32761
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-bibtexextra
Epoch:		1
Version:	20140215
Release:	3
Summary:	BibTeX additional styles
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-bibtexextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-latex
Requires:	texlive-aichej
Requires:	texlive-amsrefs
Requires:	texlive-apacite
Requires:	texlive-apalike2
Requires:	texlive-beebe
Requires:	texlive-besjournals
Requires:	texlive-bibarts
Requires:	texlive-bibexport
Requires:	texlive-bibhtml
Requires:	texlive-biblatex
Requires:	texlive-biblatex-apa
Requires:	texlive-biblatex-bwl
Requires:	texlive-biblatex-caspervector
Requires:	texlive-biblatex-chem
Requires:	texlive-biblatex-chicago
Requires:	texlive-biblatex-dw
Requires:	texlive-biblatex-fiwi
Requires:	texlive-biblatex-gost
Requires:	texlive-biblatex-historian
Requires:	texlive-biblatex-ieee
Requires:	texlive-biblatex-juradiss
Requires:	texlive-biblatex-luh-ipw
Requires:	texlive-biblatex-manuscripts-philology
Requires:	texlive-biblatex-mla
Requires:	texlive-biblatex-musuos
Requires:	texlive-biblatex-nature
Requires:	texlive-biblatex-nejm
Requires:	texlive-biblatex-philosophy
Requires:	texlive-biblatex-phys
Requires:	texlive-biblatex-publist
Requires:	texlive-biblatex-science
Requires:	texlive-biblatex-source-division
Requires:	texlive-biblatex-swiss-legal
Requires:	texlive-biblatex-trad
Requires:	texlive-biblist
Requires:	texlive-bibtopic
Requires:	texlive-bibtopicprefix
Requires:	texlive-bibunits
Requires:	texlive-breakcites
Requires:	texlive-cell
Requires:	texlive-chbibref
Requires:	texlive-chicago
Requires:	texlive-chicago-annote
Requires:	texlive-chembst
Requires:	texlive-chscite
Requires:	texlive-collref
Requires:	texlive-compactbib
Requires:	texlive-custom-bib
Requires:	texlive-din1505
Requires:	texlive-dk-bib
Requires:	texlive-doipubmed
Requires:	texlive-economic
Requires:	texlive-fbs
Requires:	texlive-figbib
Requires:	texlive-footbib
Requires:	texlive-francais-bst
Requires:	texlive-geschichtsfrkl
Requires:	texlive-harvard
Requires:	texlive-harvmac
Requires:	texlive-historische-zeitschrift
Requires:	texlive-ijqc
Requires:	texlive-inlinebib
Requires:	texlive-iopart-num
Requires:	texlive-jneurosci
Requires:	texlive-jurabib
Requires:	texlive-ksfh_nat
Requires:	texlive-listbib
Requires:	texlive-logreq
Requires:	texlive-margbib
Requires:	texlive-multibib
Requires:	texlive-multibibliography
Requires:	texlive-munich
Requires:	texlive-notes2bib
Requires:	texlive-oscola
Requires:	texlive-perception
Requires:	texlive-pnas2009
Requires:	texlive-rsc
Requires:	texlive-showtags
Requires:	texlive-sort-by-letters
Requires:	texlive-splitbib
Requires:	texlive-uni-wtal-ger
Requires:	texlive-uni-wtal-lin
Requires:	texlive-urlbst
Requires:	texlive-usebib
Requires:	texlive-vak
Requires:	texlive-xcite

%description
Additional BibTeX styles and bibliography data(bases), notably
including BibLaTeX.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Thu Mar 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:20140215-3
+ Revision: ffa2a6a
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14930 |14cu|texlive-collection-binextra-20140215-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32346
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-binextra
Epoch:		1
Version:	20140215
Release:	5
Summary:	TeX auxiliary programs
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-binextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-a2ping
Requires:	texlive-adhocfilelist
Requires:	texlive-arara
Requires:	texlive-bibtex8
Requires:	texlive-bibtexu
Requires:	texlive-bundledoc
Requires:	texlive-chktex
Requires:	texlive-ctanify
Suggests:	texlive-ctanupload
Requires:	texlive-ctie
Requires:	texlive-cweb
Requires:	texlive-de-macro
Requires:	texlive-detex
Requires:	texlive-dtl
Requires:	texlive-dtxgen
Requires:	texlive-dvi2tty
Requires:	texlive-dviasm
Requires:	texlive-dvicopy
Requires:	texlive-dvidvi
Requires:	texlive-dviljk
Requires:	texlive-dvipng
Requires:	texlive-dvipos
Requires:	texlive-dvisvgm
Requires:	texlive-findhyph
Requires:	texlive-fragmaster
Requires:	texlive-hyphenex
Requires:	texlive-installfont
Requires:	texlive-lacheck
Requires:	texlive-latex-git-log
Requires:	texlive-latex2man
Requires:	texlive-latexdiff
Requires:	texlive-latexfileversion
Requires:	texlive-latexmk
Requires:	texlive-latexpand
Requires:	texlive-latexindent
Requires:	texlive-ltxfileinfo
Requires:	texlive-ltximg
Requires:	texlive-listings-ext
Requires:	texlive-match_parens
Requires:	texlive-mkjobtexmf
Requires:	texlive-patgen
Requires:	texlive-pdfcrop
Requires:	texlive-pdfjam
Requires:	texlive-pdftools
Requires:	texlive-pfarrei
Requires:	texlive-pkfix
Requires:	texlive-pkfix-helper
Requires:	texlive-purifyeps
Requires:	texlive-pythontex
Requires:	texlive-seetexk
Requires:	texlive-sty2dtx
Requires:	texlive-synctex
Requires:	texlive-texcount
Requires:	texlive-texdef
Requires:	texlive-texdiff
Requires:	texlive-texdirflatten
Requires:	texlive-texdoc
Requires:	texlive-texliveonfly
Requires:	texlive-texloganalyser
Requires:	texlive-texware
Requires:	texlive-tie
Requires:	texlive-tpic2pdftex
Requires:	texlive-typeoutfileinfo
Requires:	texlive-web

%description
Various useful, but non-essential, support programs. Includes
programs and macros for DVI file manipulation, literate
programming, patgen, and the TeX Works Editor.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Thu Mar 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:20140215-5
+ Revision: 0f90626
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14931 |14cu|texlive-collection-fontsextra-20120810-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27110
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-fontsextra
Epoch:		1
Version:	20120810
Release:	3
Summary:	Extra fonts
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-fontsextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-Asana-Math
Requires:	texlive-adforn
Requires:	texlive-adfsymbols
Requires:	texlive-allrunes
Requires:	texlive-antiqua
Requires:	texlive-antt
Requires:	texlive-archaic
Requires:	texlive-arev
Requires:	texlive-ascii
Requires:	texlive-aspectratio
Requires:	texlive-astro
Requires:	texlive-augie
Requires:	texlive-auncial-new
Requires:	texlive-aurical
Requires:	texlive-b1encoding
Requires:	texlive-barcodes
Requires:	texlive-baskervald
Requires:	texlive-bbding
Requires:	texlive-bbm
Requires:	texlive-bbm-macros
Requires:	texlive-bbold
Requires:	texlive-bbold-type1
Requires:	texlive-belleek
Requires:	texlive-bera
Requires:	texlive-berenisadf
Requires:	texlive-bguq
Requires:	texlive-blacklettert1
Requires:	texlive-boisik
Requires:	texlive-bookhands
Requires:	texlive-boondox
Requires:	texlive-braille
Requires:	texlive-brushscr
Requires:	texlive-calligra
Requires:	texlive-calligra-type1
Requires:	texlive-cantarell
Requires:	texlive-carolmin-ps
Requires:	texlive-ccicons
Requires:	texlive-cfr-lm
Requires:	texlive-cherokee
Requires:	texlive-cm-lgc
Requires:	texlive-cm-unicode
Requires:	texlive-cmbright
Requires:	texlive-cmll
Requires:	texlive-cmpica
Requires:	texlive-cmtiup
Requires:	texlive-comfortaa
Requires:	texlive-concmath-fonts
Requires:	texlive-cookingsymbols
Requires:	texlive-countriesofeurope
Requires:	texlive-courier-scaled
Requires:	texlive-cryst
Requires:	texlive-cyklop
Requires:	texlive-dancers
Requires:	texlive-dejavu
Requires:	texlive-dice
Requires:	texlive-dictsym
Requires:	texlive-dingbat
Requires:	texlive-doublestroke
Requires:	texlive-dozenal
Requires:	texlive-droid
Requires:	texlive-duerer
Requires:	texlive-duerer-latex
Requires:	texlive-dutchcal
Requires:	texlive-ean
Requires:	texlive-ecc
Requires:	texlive-eco
Requires:	texlive-eiad
Requires:	texlive-eiad-ltx
Requires:	texlive-electrum
Requires:	texlive-elvish
Requires:	texlive-epigrafica
Requires:	texlive-epsdice
Requires:	texlive-esstix
Requires:	texlive-esvect
Requires:	texlive-eulervm
Requires:	texlive-euxm
Requires:	texlive-fdsymbol
Requires:	texlive-feyn
Requires:	texlive-fge
Requires:	texlive-foekfont
Requires:	texlive-fonetika
Requires:	texlive-fourier
Requires:	texlive-fouriernc
Requires:	texlive-frcursive
Requires:	texlive-genealogy
Requires:	texlive-gentium
Requires:	texlive-gfsartemisia
Requires:	texlive-gfsbodoni
Requires:	texlive-gfscomplutum
Requires:	texlive-gfsdidot
Requires:	texlive-gfsneohellenic
Requires:	texlive-gfssolomos
Requires:	texlive-gillcm
Requires:	texlive-gnu-freefont
Requires:	texlive-gothic
Requires:	texlive-greenpoint
Requires:	texlive-grotesq
Requires:	texlive-hands
Requires:	texlive-hfbright
Requires:	texlive-hfoldsty
Requires:	texlive-ifsym
Requires:	texlive-inconsolata
Requires:	texlive-initials
Requires:	texlive-iwona
Requires:	texlive-jablantile
Requires:	texlive-jamtimes
Requires:	texlive-junicode
Requires:	texlive-kixfont
Requires:	texlive-knuthotherfonts
Requires:	texlive-kpfonts
Requires:	texlive-kurier
Requires:	texlive-lato
Requires:	texlive-lfb
Requires:	texlive-libertineotf
Requires:	texlive-libertine-legacy
Requires:	texlive-libris
Requires:	texlive-linearA
Requires:	texlive-lxfonts
Requires:	texlive-ly1
Requires:	texlive-mathabx
Requires:	texlive-mathabx-type1
Requires:	texlive-mathdesign
Requires:	texlive-mdputu
Requires:	texlive-mdsymbol
Requires:	texlive-mnsymbol
Requires:	texlive-newtx
Requires:	texlive-nkarta
Requires:	texlive-ocherokee
Requires:	texlive-ocr-b
Requires:	texlive-ocr-b-outline
Requires:	texlive-ogham
Requires:	texlive-oinuit
Requires:	texlive-oldlatin
Requires:	texlive-oldstandard
Requires:	texlive-opensans
Requires:	texlive-orkhun
Requires:	texlive-pacioli
Requires:	texlive-paratype
Requires:	texlive-phaistos
Requires:	texlive-phonetic
Requires:	texlive-pigpen
Requires:	texlive-poltawski
Requires:	texlive-prodint
Requires:	texlive-psafm
Requires:	texlive-pxtxalfa
Requires:	texlive-punk
Requires:	texlive-punknova
Requires:	texlive-recycle
Requires:	texlive-romande
Requires:	texlive-rsfso
Requires:	texlive-sansmathaccent
Requires:	texlive-sauter
Requires:	texlive-sauterfonts
Requires:	texlive-semaphor
Requires:	texlive-skull
Requires:	texlive-staves
Requires:	texlive-starfont
Requires:	texlive-stix
Requires:	texlive-tapir
Requires:	texlive-tengwarscript
Requires:	texlive-tfrupee
Requires:	texlive-tpslifonts
Requires:	texlive-trajan
Requires:	texlive-txfontsb
Requires:	texlive-umtypewriter
Requires:	texlive-universa
Requires:	texlive-urwchancal
Requires:	texlive-venturisadf
Requires:	texlive-wsuipa
Requires:	texlive-xits
Requires:	texlive-yfonts
Requires:	texlive-collection-basic
%rename texlive-fontsextra

%description
TeXLive collection-fontsextra package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Thu Mar 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:20120810-3
+ Revision: de1c9eb
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14932 |14cu|texlive-collection-formatsextra-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30396
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-formatsextra
Epoch:		1
Version:	20131013
Release:	7
Summary:	Additional formats
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-formatsextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-edmac
Requires:	texlive-eplain
Requires:	texlive-mltex
Requires:	texlive-psizzl
Requires:	texlive-startex
Requires:	texlive-texsis

%description
Collected TeX `formats', i.e., large-scale macro packages
designed to be dumped into .fmt files, other than most common
ones, such as latex and context.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Thu Mar 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:20131013-7
+ Revision: 7088736
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14933 |14cu|texlive-collection-genericextra-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31402
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-genericextra
Epoch:		1
Version:	20131013
Release:	7
Summary:	Generic additional packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-genericextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-abbr
Requires:	texlive-abstyles
Requires:	texlive-barr
Requires:	texlive-bitelist
Requires:	texlive-borceux
Requires:	texlive-c-pascal
Requires:	texlive-catcodes
Requires:	texlive-chronosys
Requires:	texlive-colorsep
Requires:	texlive-dinat
Requires:	texlive-dirtree
Requires:	texlive-dowith
Requires:	texlive-eijkhout
Requires:	texlive-encxvlna
Requires:	texlive-epigram
Requires:	texlive-fenixpar
Requires:	texlive-fltpoint
Requires:	texlive-fntproof
Requires:	texlive-gates
Requires:	texlive-ifetex
Requires:	texlive-iftex
Requires:	texlive-insbox
Requires:	texlive-lambda-lists
Requires:	texlive-langcode
Requires:	texlive-lecturer
Requires:	texlive-librarian
Requires:	texlive-mathdots
Requires:	texlive-metatex
Requires:	texlive-midnight
Requires:	texlive-navigator
Requires:	texlive-ofs
Requires:	texlive-pdf-trans
Requires:	texlive-plainpkg
Requires:	texlive-schemata
Requires:	texlive-shade
Requires:	texlive-systeme
Requires:	texlive-tabto-generic
Requires:	texlive-texapi
Requires:	texlive-upca
Requires:	texlive-xlop
Requires:	texlive-yax

%description
Extra packages that work with multiple formats, typically both
TeX and LaTeX.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Thu Mar 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:20131013-7
+ Revision: 62f1a37
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14934 |14cu|texlive-collection-mathextra-20140215-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32693
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-mathextra
Epoch:		1
Version:	20140215
Release:	3
Summary:	Mathematics packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-mathextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-latex
Requires:	texlive-12many
Requires:	texlive-amstex
Requires:	texlive-backnaur
Requires:	texlive-binomexp
Requires:	texlive-boldtensors
Requires:	texlive-bosisio
Requires:	texlive-bropd
Requires:	texlive-ccfonts
Requires:	texlive-commath
Requires:	texlive-concmath
Requires:	texlive-concrete
Requires:	texlive-conteq
Requires:	texlive-eqnarray
Requires:	texlive-extarrows
Requires:	texlive-extpfeil
Requires:	texlive-faktor
Requires:	texlive-interval
Requires:	texlive-ionumbers
Requires:	texlive-isomath
Requires:	texlive-lplfitch
Requires:	texlive-mathcomp
Requires:	texlive-mattens
Requires:	texlive-mhequ
Requires:	texlive-multiobjective
Requires:	texlive-natded
Requires:	texlive-nath
Requires:	texlive-ot-tableau
Requires:	texlive-oubraces
Requires:	texlive-proba
Requires:	texlive-rec-thy
Requires:	texlive-ribbonproofs
Requires:	texlive-shuffle
Requires:	texlive-skmath
Requires:	texlive-statex
Requires:	texlive-statex2
Requires:	texlive-stmaryrd
Requires:	texlive-subsupscripts
Requires:	texlive-susy
Requires:	texlive-syllogism
Requires:	texlive-synproof
Requires:	texlive-tablor
Requires:	texlive-tensor
Requires:	texlive-tex-ewd
Requires:	texlive-thmbox
Requires:	texlive-turnstile
Requires:	texlive-unicode-math
Requires:	texlive-venn
Requires:	texlive-yhmath
Requires:	texlive-ytableau

%description
TeXLive collection-mathextra package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Thu Mar 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:20140215-3
+ Revision: d2bfc57
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14935 |14cu|texlive-collection-plainextra-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31683
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-plainextra
Epoch:		1
Version:	20131013
Release:	7
Summary:	Plain TeX packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-plainextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-figflow
Requires:	texlive-fixpdfmag
Requires:	texlive-font-change
Requires:	texlive-fontch
Requires:	texlive-getoptk
Requires:	texlive-graphics-pln
Requires:	texlive-hyplain
Requires:	texlive-js-misc
Requires:	texlive-mkpattern
Requires:	texlive-newsletr
Requires:	texlive-pitex
Requires:	texlive-placeins-plain
Requires:	texlive-plipsum
Requires:	texlive-plnfss
Requires:	texlive-plstmary
Requires:	texlive-present
Requires:	texlive-resumemac
Requires:	texlive-texinfo
Requires:	texlive-timetable
Requires:	texlive-treetex
Requires:	texlive-varisize
Requires:	texlive-xii

%description
Add-on packages and macros that work with plain TeX.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Thu Mar 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:20131013-7
+ Revision: 9bf96f1
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14936 |14cu|texlive-collref-2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/collref
# catalog-date 2009-11-09 14:16:05 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-collref
Version:	2.0
Release:	5
Summary:	Collect blocks of references into a single reference
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/collref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
The package automatically collects multiple \bibitem
references, which always appear in the same sequence in \cite,
into a single \bibitem block.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/collref/collref.sty
%doc %{_texmfdistdir}/doc/latex/collref/README
%doc %{_texmfdistdir}/doc/latex/collref/collref.pdf
%doc %{_texmfdistdir}/doc/latex/collref/collsamp.tex
#- source
%doc %{_texmfdistdir}/source/latex/collref/collref.dtx
%doc %{_texmfdistdir}/source/latex/collref/collref.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-5
+ Revision: 8746812
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14937 |14cu|texlive-colorsep-20090915-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan /graphics/colorsep/colorsep.pro
# catalog-date 2009-09-15 14:15:21 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-colorsep
Version:	20090915
Release:	5
Summary:	Color separation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/colorsep/colorsep.pro
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorsep.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Support for colour separation when using dvips.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/colorsep/colorsep.pro

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090915-5
+ Revision: 15c844e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14938 |14cu|texlive-comfortaa-2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25090
# category Package
# catalog-ctan /fonts/comfortaa
# catalog-date 2012-01-10 07:43:57 +0100
# catalog-license lppl1.3
# catalog-version 2.2
Name:		texlive-comfortaa
Version:	2.2
Release:	4
Summary:	Sans serif font, with LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/comfortaa
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comfortaa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comfortaa.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comfortaa.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Comfortaa is a sans-serif font, comfortable in every aspect,
designed by Johan Aakerlund. The font, which includes three
weights (thin, regular and bold), is available on Johan's
deviantArt web page as TrueType files under the Open Font
License version 1.1. This package provides support for this
font in LaTeX, and includes both the TrueType fonts, and
conversions to Adobe Type 1 format.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Bold-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Bold.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Light-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Light.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Regular-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/comfortaa/comfortaa-01.enc
%{_texmfdistdir}/fonts/enc/dvips/comfortaa/comfortaa-02.enc
%{_texmfdistdir}/fonts/enc/dvips/comfortaa/comfortaa-03.enc
%{_texmfdistdir}/fonts/enc/dvips/comfortaa/comfortaa-dotlessj.enc
%{_texmfdistdir}/fonts/map/dvips/comfortaa/comfortaa.map
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-x2.tfm
%{_texmfdistdir}/fonts/truetype/public/comfortaa/Comfortaa-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/comfortaa/Comfortaa-Light.ttf
%{_texmfdistdir}/fonts/truetype/public/comfortaa/Comfortaa-Regular.ttf
%{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Bold-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Light-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Light.pfb
%{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Regular-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-x2.vf
%{_texmfdistdir}/tex/latex/comfortaa/comfortaa.sty
%{_texmfdistdir}/tex/latex/comfortaa/lgrfco.fd
%{_texmfdistdir}/tex/latex/comfortaa/ot1fco.fd
%{_texmfdistdir}/tex/latex/comfortaa/t1fco.fd
%{_texmfdistdir}/tex/latex/comfortaa/t2afco.fd
%{_texmfdistdir}/tex/latex/comfortaa/t2bfco.fd
%{_texmfdistdir}/tex/latex/comfortaa/t2cfco.fd
%{_texmfdistdir}/tex/latex/comfortaa/ts1fco.fd
%{_texmfdistdir}/tex/latex/comfortaa/x2fco.fd
%doc %{_texmfdistdir}/doc/fonts/comfortaa/CHANGES
%doc %{_texmfdistdir}/doc/fonts/comfortaa/README
%doc %{_texmfdistdir}/doc/fonts/comfortaa/comfortaa-samples.pdf
%doc %{_texmfdistdir}/doc/fonts/comfortaa/comfortaa-samples.tex
%doc %{_texmfdistdir}/doc/fonts/comfortaa/comfortaa.pdf
%doc %{_texmfdistdir}/doc/fonts/comfortaa/comfortaa.tex
%doc %{_texmfdistdir}/doc/fonts/comfortaa/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/comfortaa/Makefile
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-01.etx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-02.etx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-03.etx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-diacritics.mtx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-dotlessj.etx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-drv.tex
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-fixcyrillic.mtx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-fixgreek.mtx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-fixlatin.mtx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-fixtextcomp.mtx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-map.tex
%doc %{_texmfdistdir}/source/fonts/comfortaa/ttf2type1.pe

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-4
+ Revision: 52421b7
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14939 |14cu|texlive-commath-0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/commath
# catalog-date 2007-03-05 14:17:42 +0100
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-commath
Version:	0.3
Release:	5
Summary:	Mathematics typesetting support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/commath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/commath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/commath.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a range of differential, partial differential and
delimiter commands, together with a \fullfunction (function,
with both domain and range, and function operation) and various
reference commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/commath/commath.sty
%doc %{_texmfdistdir}/doc/latex/commath/README
%doc %{_texmfdistdir}/doc/latex/commath/commath.pdf
%doc %{_texmfdistdir}/doc/latex/commath/commath.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-5
+ Revision: 2c72e2c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14940 |14cu|texlive-compactbib-20070101-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/compactbib/compactbib.sty
# catalog-date 2007-01-01 11:39:06 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-compactbib
Version:	20070101
Release:	5
Summary:	Multiple thebibliography environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/compactbib/compactbib.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/compactbib.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Allows a second bibliography, optionally with a different
title, after the main bibliography.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/compactbib/compactbib.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070101-5
+ Revision: 94aad4e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14941 |14cu|texlive-concmath-19990318-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17219
# category Package
# catalog-ctan /macros/latex/contrib/concmath
# catalog-date 2010-02-24 21:28:09 +0100
# catalog-license lppl
# catalog-version 1999/03/18
Name:		texlive-concmath
Version:	19990318
Release:	5
Summary:	Concrete Math fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/concmath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package and font definition files to access the
Concrete mathematics fonts, which were derived from Computer
Modern math fonts using parameters from Concrete Roman text
fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/concmath/concmath.sty
%{_texmfdistdir}/tex/latex/concmath/omlccm.fd
%{_texmfdistdir}/tex/latex/concmath/omlccr.fd
%{_texmfdistdir}/tex/latex/concmath/omsccr.fd
%{_texmfdistdir}/tex/latex/concmath/omsccsy.fd
%{_texmfdistdir}/tex/latex/concmath/omxccex.fd
%{_texmfdistdir}/tex/latex/concmath/ot1ccr.fd
%{_texmfdistdir}/tex/latex/concmath/ucca.fd
%{_texmfdistdir}/tex/latex/concmath/uccb.fd
%doc %{_texmfdistdir}/doc/fonts/concmath/CATALOGUE
%doc %{_texmfdistdir}/doc/fonts/concmath/README
%doc %{_texmfdistdir}/doc/fonts/concmath/concmath.pdf
#- source
%doc %{_texmfdistdir}/source/latex/concmath/Makefile
%doc %{_texmfdistdir}/source/latex/concmath/concmath.dtx
%doc %{_texmfdistdir}/source/latex/concmath/concmath.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 19990318-5
+ Revision: d2db3c1
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14942 |14cu|texlive-concmath-fonts-20060827-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17218
# category Package
# catalog-ctan /fonts/concmath
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-concmath-fonts
Version:	20060827
Release:	5
Summary:	Concrete mathematics fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/concmath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath-fonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath-fonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts are derived from the computer modern mathematics
fonts and from Knuth's Concrete Roman fonts. LaTeX support is
offered by the concmath package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam5.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam6.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam9.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm5.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm6.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm9.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccex10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccex7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccex8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccex9.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi5.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi6.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi9.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy5.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy6.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy9.mf
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam5.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam6.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam9.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm5.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm6.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm9.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccex10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccex7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccex8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccex9.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy6.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy9.tfm
%doc %{_texmfdistdir}/doc/fonts/concmath-fonts/CATALOGUE
%doc %{_texmfdistdir}/doc/fonts/concmath-fonts/Makefile
%doc %{_texmfdistdir}/doc/fonts/concmath-fonts/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20060827-5
+ Revision: b186f47
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14943 |14cu|texlive-conteq-0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30746
# category Package
# catalog-ctan /macros/latex/contrib/conteq
# catalog-date 2013-05-26 18:29:07 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-conteq
Version:	0.1
Release:	8
Summary:	Typeset multiline continued equalities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/conteq
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/conteq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/conteq.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/conteq.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an environment conteq, which will lay out
systems of continued equalities (or inequalities). Several
variant layouts of the equalities are provided, and the user
may define their own. The package is written use LaTeX 3
macros.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/conteq/conteq.sty
%doc %{_texmfdistdir}/doc/latex/conteq/README
%doc %{_texmfdistdir}/doc/latex/conteq/README.txt
%doc %{_texmfdistdir}/doc/latex/conteq/conteq.hd
%doc %{_texmfdistdir}/doc/latex/conteq/conteq.pdf
#- source
%doc %{_texmfdistdir}/source/latex/conteq/conteq.dtx
%doc %{_texmfdistdir}/source/latex/conteq/conteq.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-8
+ Revision: bc0a9e0
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14944 |14cu|texlive-cookingsymbols-20111110-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24526
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-cookingsymbols
Version:	20111110
Release:	5
Summary:	TeXLive cookingsymbols package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cookingsymbols.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cookingsymbols.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cookingsymbols.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
TeXLive cookingsymbols package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/cookingsymbols/cookingsymbols.mf
%{_texmfdistdir}/fonts/tfm/public/cookingsymbols/cookingsymbols.tfm
%{_texmfdistdir}/tex/latex/cookingsymbols/cookingsymbols.sty
%doc %{_texmfdistdir}/doc/latex/cookingsymbols/README
%doc %{_texmfdistdir}/doc/latex/cookingsymbols/cookingsymbols.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cookingsymbols/cookingsymbols.dtx
%doc %{_texmfdistdir}/source/latex/cookingsymbols/cookingsymbols.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111110-5
+ Revision: 763d7ef
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14945 |14cu|texlive-countriesofeurope-0.21-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26042
# category Package
# catalog-ctan /fonts/countriesofeurope
# catalog-date 2012-04-19 16:32:32 +0200
# catalog-license lppl
# catalog-version 0.21
Name:		texlive-countriesofeurope
Version:	0.21
Release:	5
Summary:	A font with the images of the countries of Europe
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/countriesofeurope
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/countriesofeurope.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/countriesofeurope.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides a font "CountriesOfEurope" (in Adobe Type 1
format) and the necessary metrics, together with LaTeX macros
for its use. The font provides glyphs with a filled outline of
the shape of each country; each glyph is at the same
cartographic scale.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/countriesofeurope/config.CountriesOfEurope
%{_texmfdistdir}/fonts/afm/public/countriesofeurope/CountriesOfEurope.afm
%{_texmfdistdir}/fonts/enc/dvips/countriesofeurope/CountriesOfEurope.enc
%{_texmfdistdir}/fonts/map/dvips/countriesofeurope/CountriesOfEurope.map
%{_texmfdistdir}/fonts/tfm/public/countriesofeurope/CountriesOfEurope.tfm
%{_texmfdistdir}/fonts/type1/public/countriesofeurope/CountriesOfEurope.pfb
%{_texmfdistdir}/tex/latex/countriesofeurope/CountriesOfEurope.sty
%doc %{_texmfdistdir}/doc/fonts/countriesofeurope/CountriesOfEurope.pdf
%doc %{_texmfdistdir}/doc/fonts/countriesofeurope/CountriesOfEurope.tex
%doc %{_texmfdistdir}/doc/fonts/countriesofeurope/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.21-5
+ Revision: 0ea1b09
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14946 |14cu|texlive-courier-scaled-20111225-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24940
# category Package
# catalog-ctan /fonts/psfonts/courier-scaled
# catalog-date 2011-12-25 01:31:26 +0100
# catalog-license lppl1.2
# catalog-version undef
Name:		texlive-courier-scaled
Version:	20111225
Release:	4
Summary:	Provides a scaled Courier font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/psfonts/courier-scaled
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/courier-scaled.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/courier-scaled.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package sets the default typewriter font to Courier with a
possible scale factor (in the same way as the helvet package
for Helvetica works for sans serif).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/courier-scaled/8rpcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/couriers.sty
%{_texmfdistdir}/tex/latex/courier-scaled/il2pcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/ly1pcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/omlpcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/omspcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/ot1pcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/t1pcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/t5pcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/ts1pcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/xl2pcrs.fd
%doc %{_texmfdistdir}/doc/fonts/courier-scaled/Couriers.pdf
%doc %{_texmfdistdir}/doc/fonts/courier-scaled/Couriers.tex
%doc %{_texmfdistdir}/doc/fonts/courier-scaled/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111225-4
+ Revision: c000086
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14947 |14cu|texlive-c-pascal-1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18337
# category Package
# catalog-ctan /macros/generic/c_pascal
# catalog-date 2008-01-08 01:09:19 +0100
# catalog-license pd
# catalog-version 1.2
Name:		texlive-c-pascal
Version:	1.2
Release:	5
Summary:	Typeset Python, C and Pascal programs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/c_pascal
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/c-pascal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/c-pascal.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
A TeX macro package for easy typesetting programs in Python, C
and Pascal. Program source files may also be input.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/c-pascal/cap.tex
%{_texmfdistdir}/tex/generic/c-pascal/cap_c.tex
%{_texmfdistdir}/tex/generic/c-pascal/cap_comm.tex
%{_texmfdistdir}/tex/generic/c-pascal/cap_pas.tex
%{_texmfdistdir}/tex/generic/c-pascal/cap_pyt.tex
%doc %{_texmfdistdir}/doc/generic/c-pascal/README.eng
%doc %{_texmfdistdir}/doc/generic/c-pascal/README.pol
%doc %{_texmfdistdir}/doc/generic/c-pascal/demo1.tex
%doc %{_texmfdistdir}/doc/generic/c-pascal/demo2.tex
%doc %{_texmfdistdir}/doc/generic/c-pascal/prog/fib.py
%doc %{_texmfdistdir}/doc/generic/c-pascal/prog/guess.pas
%doc %{_texmfdistdir}/doc/generic/c-pascal/prog/sun.c

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-5
+ Revision: e2d2289
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14948 |14cu|texlive-cryst-20080815-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/cryst
# catalog-date 2008-08-15 14:30:40 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-cryst
Version:	20080815
Release:	5
Summary:	Font for graphical symbols used in crystallography
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cryst
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cryst.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cryst.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The font is provided as an Adobe Type 1 font, and as MetaFont
source. Instructions for use are available both in the README
file and (with a font diagram) in the documentation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/cryst/cryst.afm
%{_texmfdistdir}/fonts/source/public/cryst/cryst.mf
%{_texmfdistdir}/fonts/tfm/public/cryst/cryst.tfm
%{_texmfdistdir}/fonts/type1/public/cryst/cryst.pfb
%doc %{_texmfdistdir}/doc/latex/cryst/README
%doc %{_texmfdistdir}/doc/latex/cryst/cryst1.pdf
%doc %{_texmfdistdir}/doc/latex/cryst/cryst1.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080815-5
+ Revision: 398f142
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14949 |14cu|texlive-ctanify-1.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30921
# category Package
# catalog-ctan /support/ctanify
# catalog-date 2013-06-19 07:13:38 +0200
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-ctanify
Version:	1.4
Release:	8
Summary:	Prepare a package for upload to CTAN
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/ctanify
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctanify.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctanify.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-ctanify.bin = %{EVRD}

%description
Given a list of filenames, ctanify creates a tarball (a .tar.gz
file) with the files laid out in CTAN's preferred structure.
The tarball additionally contains a ZIP (.zip) file with copies
of all files laid out in the standard TeX Directory Structure
(TDS), which may be used by those intending to install the
package, or by those who need to incorporate it in a
distribution. (The TDS ZIP file will be installed in the CTAN
install/ tree.).


#-----------------------------------------------------------------------
%files
%{_bindir}/ctanify
%{_texmfdistdir}/scripts/ctanify/ctanify
%doc %{_texmfdistdir}/doc/latex/ctanify/README
%doc %{_texmfdistdir}/doc/latex/ctanify/ctanify.pdf
%doc %{_mandir}/man1/ctanify.1*
%doc %{_texmfdistdir}/doc/man/man1/ctanify.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ctanify/ctanify ctanify
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-8
+ Revision: 64c84cd
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14950 |14cu|texlive-ctanupload-1.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/ctanupload
# catalog-date 2012-05-08 15:13:49 +0200
# catalog-license gpl3
# catalog-version 1.7
Name:		texlive-ctanupload
Version:	1.7
Release:	6
Summary:	Support for users uploading to CTAN
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/ctanupload
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctanupload.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctanupload.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-ctanupload.bin = %{EVRD}

%description
The package provides a Perl script that allows the uploads of a
contribution to CTAN from the command line. The aim us to
simplify the release process for LaTeX package authors.


#-----------------------------------------------------------------------
%files
%{_bindir}/ctanupload
%{_texmfdistdir}/scripts/ctanupload/ctanupload.pl
%doc %{_texmfdistdir}/doc/support/ctanupload/Makefile.example
%doc %{_texmfdistdir}/doc/support/ctanupload/README
%doc %{_texmfdistdir}/doc/support/ctanupload/ctanupload.pdf
%doc %{_texmfdistdir}/doc/support/ctanupload/ctanupload.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ctanupload/ctanupload.pl ctanupload
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7-6
+ Revision: 97e77e9
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14951 |14cu|texlive-custom-bib-4.33-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24729
# category Package
# catalog-ctan /macros/latex/contrib/custom-bib
# catalog-date 2011-11-18 13:01:42 +0100
# catalog-license lppl
# catalog-version 4.33
Name:		texlive-custom-bib
Version:	4.33
Release:	5
Summary:	Customised BibTeX styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/custom-bib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/custom-bib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/custom-bib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/custom-bib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Package generating customized BibTeX bibliography styles from a
generic file using docstrip driven by parameters generated by a
menu application. Includes support for the Harvard style of
citations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/custom-bib/catalan.mbs
%{_texmfdistdir}/tex/latex/custom-bib/dansk.mbs
%{_texmfdistdir}/tex/latex/custom-bib/dutch.mbs
%{_texmfdistdir}/tex/latex/custom-bib/english.mbs
%{_texmfdistdir}/tex/latex/custom-bib/esperant.mbs
%{_texmfdistdir}/tex/latex/custom-bib/finnish.mbs
%{_texmfdistdir}/tex/latex/custom-bib/french.mbs
%{_texmfdistdir}/tex/latex/custom-bib/geojour.mbs
%{_texmfdistdir}/tex/latex/custom-bib/geophys.tex
%{_texmfdistdir}/tex/latex/custom-bib/german.mbs
%{_texmfdistdir}/tex/latex/custom-bib/italian.mbs
%{_texmfdistdir}/tex/latex/custom-bib/makebst.tex
%{_texmfdistdir}/tex/latex/custom-bib/merlin.mbs
%{_texmfdistdir}/tex/latex/custom-bib/norsk.mbs
%{_texmfdistdir}/tex/latex/custom-bib/photjour.mbs
%{_texmfdistdir}/tex/latex/custom-bib/physjour.mbs
%{_texmfdistdir}/tex/latex/custom-bib/polski.mbs
%{_texmfdistdir}/tex/latex/custom-bib/portuges.mbs
%{_texmfdistdir}/tex/latex/custom-bib/shorthnd.tex
%{_texmfdistdir}/tex/latex/custom-bib/slovene.mbs
%{_texmfdistdir}/tex/latex/custom-bib/spanish.mbs
%{_texmfdistdir}/tex/latex/custom-bib/suppjour.mbs
%{_texmfdistdir}/tex/latex/custom-bib/svenska.mbs
%doc %{_texmfdistdir}/doc/latex/custom-bib/README
%doc %{_texmfdistdir}/doc/latex/custom-bib/makebst.pdf
%doc %{_texmfdistdir}/doc/latex/custom-bib/merlin.pdf
%doc %{_texmfdistdir}/doc/latex/custom-bib/readme.mkb
#- source
%doc %{_texmfdistdir}/source/latex/custom-bib/makebst.drv
%doc %{_texmfdistdir}/source/latex/custom-bib/makebst.dtx
%doc %{_texmfdistdir}/source/latex/custom-bib/makebst.ins
%doc %{_texmfdistdir}/source/latex/custom-bib/shorthnd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.33-5
+ Revision: 572b9f9
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14952 |14cu|texlive-dancers-20081124-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan /fonts/dancers/dancers.mf
# catalog-date 2008-11-24 17:20:15 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-dancers
Version:	20081124
Release:	5
Summary:	Font for Conan Doyle's "The Dancing Men"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/dancers/dancers.mf
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dancers.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The (Sherlock Holmes) book contains a code which uses dancing
men as glyphs. The alphabet as given is not complete, lacking
f, j, k, q, u, w, x and z, so those letters in the font are not
due to Conan Doyle. The code required word endings to be marked
by the dancing man representing the last letter to be holding a
flag: these are coded as A-Z.
thaTiStOsaYsentenceSiNthEcodElooKlikEthiS. In some cases, the
man has no arms, making it impossible for him to hold a flag.
In these cases, he is wearing a flag on his hat in the
'character'. The font is distributed as MetaFont source.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/dancers/dancers.mf
%{_texmfdistdir}/fonts/tfm/public/dancers/dancers.tfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081124-5
+ Revision: 7841d3f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14953 |14cu|texlive-dejavu-2.33-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24513
# category Package
# catalog-ctan /fonts/dejavu
# catalog-date 2011-08-25 23:27:03 +0200
# catalog-license lppl
# catalog-version 2.33
Name:		texlive-dejavu
Version:	2.33
Release:	6
Summary:	LaTeX support for the fonts DejaVu
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/dejavu
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dejavu.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dejavu.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains LaTeX support for the fonts DejaVu. They
are derived from the Vera fonts and contain more characters and
styles. The fonts are included in the original TrueType format
and converted Type 1 format. The (currently) supported
encodings are: OT1, T1, IL2, TS1, T2*, X2, QX, and LGR. The
package doesn't (currently) support math. More encodings and/or
features will come later.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSans-Bold.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSans-BoldOblique.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSans-ExtraLight.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSans-Oblique.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSans.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansCondensed-Bold.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansCondensed-BoldOblique.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansCondensed-Oblique.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansCondensed.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansMono-Bold.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansMono-BoldOblique.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansMono-Oblique.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansMono.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerif-Bold.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerif-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerif-Italic.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerif.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerifCondensed-Bold.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerifCondensed-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerifCondensed-Italic.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerifCondensed.afm
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_lgr.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_qx.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_t1-truetype.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_t1-type1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_x2.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_lgr.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_qx.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_t1-truetype.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_t1-type1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_x2.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_lgr.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_qx.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_t1-truetype.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_t1-type1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_x2.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_lgr.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_qx.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_t1-truetype.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_t1-type1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_x2.enc
%{_texmfdistdir}/fonts/map/dvips/dejavu/dejavu-truetype.map
%{_texmfdistdir}/fonts/map/dvips/dejavu/dejavu-type1.map
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-lgr--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-lgr--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-lgr--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-lgr--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-x2.tfm
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSans-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSans-BoldOblique.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSans-ExtraLight.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSans-Oblique.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSans.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansCondensed-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansCondensed-BoldOblique.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansCondensed-Oblique.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansCondensed.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansMono-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansMono-BoldOblique.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansMono-Oblique.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansMono.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerif-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerif-BoldItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerif-Italic.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerif.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerifCondensed-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerifCondensed-BoldItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerifCondensed-Italic.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerifCondensed.ttf
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-Bold.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-BoldOblique.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-BoldOblique.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-ExtraLight.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-ExtraLight.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-Oblique.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-Oblique.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed-Bold.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed-BoldOblique.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed-BoldOblique.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed-Oblique.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed-Oblique.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono-Bold.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono-BoldOblique.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono-BoldOblique.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono-Oblique.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono-Oblique.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif-Bold.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif-BoldItalic.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif-Italic.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed-Bold.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed-BoldItalic.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed-Italic.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed.pfm
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-Bold-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-BoldOblique-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-BoldOblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-BoldOblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-ExtraLight-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-ExtraLight-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-ExtraLight-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-ExtraLight-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-ExtraLight-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-ExtraLight-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-ExtraLight-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-Oblique-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-Oblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-Oblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-Bold-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-Oblique-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-Oblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-Oblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-lgr.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-lgr.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-lgr.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-lgr.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-Bold-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-BoldItalic-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-BoldItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-BoldItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-Italic-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-Italic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-Italic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-Bold-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-Italic-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-Italic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-Italic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-tlf-ts1.vf
%{_texmfdistdir}/tex/latex/dejavu/DejaVuSans.sty
%{_texmfdistdir}/tex/latex/dejavu/DejaVuSansCondensed.sty
%{_texmfdistdir}/tex/latex/dejavu/DejaVuSansMono.sty
%{_texmfdistdir}/tex/latex/dejavu/DejaVuSerif.sty
%{_texmfdistdir}/tex/latex/dejavu/DejaVuSerifCondensed.sty
%{_texmfdistdir}/tex/latex/dejavu/IL2DejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/IL2DejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/IL2DejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/IL2DejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/IL2DejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/LGRDejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/LGRDejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/LGRDejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/LGRDejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/LGRDejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/OT1DejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/OT1DejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/OT1DejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/OT1DejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/OT1DejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/QXDejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/QXDejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/QXDejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/QXDejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/QXDejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T1DejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T1DejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T1DejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T1DejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T1DejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2ADejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2ADejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2ADejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2ADejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2ADejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2BDejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2BDejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2BDejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2BDejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2BDejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2CDejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2CDejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2CDejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2CDejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2CDejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/TS1DejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/TS1DejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/TS1DejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/TS1DejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/TS1DejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/X2DejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/X2DejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/X2DejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/X2DejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/X2DejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/dejavu.sty
%doc %{_texmfdistdir}/doc/fonts/dejavu/CHANGELOG
%doc %{_texmfdistdir}/doc/fonts/dejavu/README
%doc %{_texmfdistdir}/doc/fonts/dejavu/dejavu-sample.pdf
%doc %{_texmfdistdir}/doc/fonts/dejavu/dejavu-sample.tex
%doc %{_texmfdistdir}/doc/fonts/dejavu/dejavu.pdf
%doc %{_texmfdistdir}/doc/fonts/dejavu/dejavu.tex
%doc %{_texmfdistdir}/doc/fonts/dejavu/extrakerns.zip
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/AUTHORS
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/BUGS
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/LICENSE
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/NEWS
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/README
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/langcover.txt
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/status.txt
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/unicover.txt
%doc %{_texmfdistdir}/doc/fonts/dejavu/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.33-6
+ Revision: 0913642
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14954 |14cu|texlive-de-macro-1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26355
# category Package
# catalog-ctan /support/de-macro
# catalog-date 2010-03-10 11:48:14 +0100
# catalog-license other-free
# catalog-version 1.3
Name:		texlive-de-macro
Version:	1.3
Release:	6
Summary:	Expand private macros in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/de-macro
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/de-macro.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/de-macro.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-de-macro.bin = %{EVRD}

%description
De-macro is a Python script that helps authors who like to use
private LaTeX macros (for example, as abbreviations). A
technical editor or a cooperating author may balk at such a
manuscript; you can avoid manuscript rejection misery by
running de-macro on it. De-macro will expand macros defined in
\(re)newcommand or \(re)newenvironment commands, within the
document, or in the document's "private" package file.


#-----------------------------------------------------------------------
%files
%{_bindir}/de-macro
%{_texmfdistdir}/scripts/de-macro/de-macro
%doc %{_texmfdistdir}/doc/support/de-macro/README
%doc %{_texmfdistdir}/doc/support/de-macro/user-guide.pdf
%doc %{_texmfdistdir}/doc/support/de-macro/user-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/de-macro/de-macro de-macro
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-6
+ Revision: ca6e672
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14955 |14cu|texlive-dice-20080607-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/dice
# catalog-date 2008-06-07 13:52:00 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-dice
Version:	20080607
Release:	5
Summary:	A font for die faces
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/dice
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dice.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dice.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A MetaFont font that can produce die faces in 2D or with
various 3D effects.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/dice/dice3d.mf
%{_texmfdistdir}/fonts/tfm/public/dice/dice3d.tfm
%doc %{_texmfdistdir}/doc/fonts/dice/dice3d.dvi
%doc %{_texmfdistdir}/doc/fonts/dice/dice3d.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080607-5
+ Revision: 1795a11
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14956 |14cu|texlive-dictsym-20070925-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20031
# category Package
# catalog-ctan /fonts/dictsym
# catalog-date 2007-09-25 10:20:14 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-dictsym
Version:	20070925
Release:	5
Summary:	DictSym font and macro package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/dictsym
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dictsym.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dictsym.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This directory contains the DictSym Type1 font designed by
Georg Verweyen and all files required to use it with LaTeX on
the Unix or PC platforms. The font provides a number of symbols
commonly used in dictionaries. The accompanying macro package
makes the symbols accessible as LaTeX commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/dictsym/dictsym.afm
%{_texmfdistdir}/fonts/map/dvips/dictsym/dictsym.map
%{_texmfdistdir}/fonts/tfm/public/dictsym/dictsym.tfm
%{_texmfdistdir}/fonts/type1/public/dictsym/dictsym.pfb
%{_texmfdistdir}/fonts/type1/public/dictsym/dictsym.pfm
%{_texmfdistdir}/tex/latex/dictsym/dictsym.sty
%doc %{_texmfdistdir}/doc/fonts/dictsym/README
%doc %{_texmfdistdir}/doc/fonts/dictsym/dictsym.pdf
%doc %{_texmfdistdir}/doc/fonts/dictsym/dictsym.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070925-5
+ Revision: 6f53649
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14957 |14cu|texlive-din1505-20081125-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19441
# category Package
# catalog-ctan /biblio/bibtex/contrib/german/din1505
# catalog-date 2008-11-25 15:33:33 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-din1505
Version:	20081125
Release:	5
Summary:	Bibliography styles for German texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/german/din1505
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/din1505.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/din1505.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of bibliography styles that conformt to DIN 1505, and
match the original BibTeX standard set (plain, unsrt, alpha and
abbrv), together with a style natdin to work with natbib.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/din1505/abbrvdin.bst
%{_texmfdistdir}/bibtex/bst/din1505/alphadin.bst
%{_texmfdistdir}/bibtex/bst/din1505/natdin.bst
%{_texmfdistdir}/bibtex/bst/din1505/plaindin.bst
%{_texmfdistdir}/bibtex/bst/din1505/unsrtdin.bst
%doc %{_texmfdistdir}/doc/latex/din1505/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/din1505/leitbild.bib
%doc %{_texmfdistdir}/doc/latex/din1505/natbib.cfg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081125-5
+ Revision: 6ff290e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14958 |14cu|texlive-dinat-2.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/german/dinat
# catalog-date 2008-11-11 09:02:39 +0100
# catalog-license pd
# catalog-version 2.5
Name:		texlive-dinat
Version:	2.5
Release:	5
Summary:	Bibliography style for German texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/german/dinat
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dinat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dinat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Bibliography style files intended for texts in german. They
draw up bibliographies in accordance with the german DIN 1505,
parts 2 and 3.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/dinat/dinat.bst
%doc %{_texmfdistdir}/doc/bibtex/dinat/dinat-index.html
%doc %{_texmfdistdir}/doc/bibtex/dinat/history.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5-5
+ Revision: 3eb9063
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14959 |14cu|texlive-dingbat-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24093
# category Package
# catalog-ctan /fonts/dingbat
# catalog-date 2011-04-10 19:43:45 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-dingbat
Version:	1.0
Release:	5
Summary:	Two dingbat symbol fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/dingbat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dingbat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dingbat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dingbat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts (ark10 and dingbat) are specified in Metafont;
support macros are provided for use in plain TeX and in LaTeX.
An Adobe Type 1 version of the fonts is available in the
niceframe fonts bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/dingbat/ark10.mf
%{_texmfdistdir}/fonts/source/public/dingbat/dingbat.mf
%{_texmfdistdir}/fonts/tfm/public/dingbat/ark10.tfm
%{_texmfdistdir}/fonts/tfm/public/dingbat/dingbat.tfm
%{_texmfdistdir}/tex/latex/dingbat/dingbat.sty
%{_texmfdistdir}/tex/latex/dingbat/uark.fd
%{_texmfdistdir}/tex/latex/dingbat/udingbat.fd
%doc %{_texmfdistdir}/doc/fonts/dingbat/README
%doc %{_texmfdistdir}/doc/fonts/dingbat/dingbat.pdf
%doc %{_texmfdistdir}/doc/fonts/dingbat/dingbat.tex
#- source
%doc %{_texmfdistdir}/source/fonts/dingbat/dingbat.dtx
%doc %{_texmfdistdir}/source/fonts/dingbat/dingbat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 35230cd
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14960 |14cu|texlive-dirtree-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19882
# category Package
# catalog-ctan /macros/generic/dirtree
# catalog-date 2009-04-10 11:30:41 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-dirtree
Version:	0.2
Release:	5
Summary:	Display trees in the style of windows explorer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/dirtree
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtree.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtree.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is designed to emulate the way windows explorer
displays directory and file trees, with the root at top left,
and each level of subtree displaying one step in to the right.
The macros work equally well with Plain TeX and with LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/dirtree/dirtree.sty
%{_texmfdistdir}/tex/generic/dirtree/dirtree.tex
%doc %{_texmfdistdir}/doc/generic/dirtree/README
%doc %{_texmfdistdir}/doc/generic/dirtree/dirtree.pdf
#- source
%doc %{_texmfdistdir}/source/generic/dirtree/dirtree.dtx
%doc %{_texmfdistdir}/source/generic/dirtree/dirtree.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-5
+ Revision: c2c09d7
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14961 |14cu|texlive-dk-bib-0.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/dk-bib
# catalog-date 2009-09-25 22:54:35 +0200
# catalog-license other-free
# catalog-version 0.6
Name:		texlive-dk-bib
Version:	0.6
Release:	5
Summary:	Danish variants of standard BibTeX styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/dk-bib
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dk-bib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dk-bib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dk-bib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Dk-bib is a translation of the four standard BibTeX style files
(abbrv, alpha, plain and unsrt) and the apalike style file into
Danish. The files have been extended with URL, ISBN, ISSN,
annote and printing fields which can be enabled through a LaTeX
style file. Dk-bib also comes with a couple of Danish sorting
order files for BibTeX8.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/dk-bib/litteratur.bib
%{_texmfdistdir}/bibtex/bst/dk-bib/dk-abbrv.bst
%{_texmfdistdir}/bibtex/bst/dk-bib/dk-alpha.bst
%{_texmfdistdir}/bibtex/bst/dk-bib/dk-apali.bst
%{_texmfdistdir}/bibtex/bst/dk-bib/dk-plain.bst
%{_texmfdistdir}/bibtex/bst/dk-bib/dk-unsrt.bst
%{_texmfdistdir}/bibtex/csf/dk-bib/88591-dk.csf
%{_texmfdistdir}/bibtex/csf/dk-bib/cp850-dk.csf
%{_texmfdistdir}/bibtex/csf/dk-bib/mac-dk.csf
%{_texmfdistdir}/bibtex/csf/dk-bib/utf8-dk.csf
%{_texmfdistdir}/tex/latex/dk-bib/dk-apali.sty
%{_texmfdistdir}/tex/latex/dk-bib/dk-bib.sty
%doc %{_texmfdistdir}/doc/latex/dk-bib/COPYRIGHT
%doc %{_texmfdistdir}/doc/latex/dk-bib/README
%doc %{_texmfdistdir}/doc/latex/dk-bib/dk-bib.ltx
%doc %{_texmfdistdir}/doc/latex/dk-bib/dk-bib.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dk-bib/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-5
+ Revision: 36c220e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14962 |14cu|texlive-docstruct-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	docstruct
Name:	            texlive-%{oname}
Version:          0.0.1
Release:          4
Summary:          discopal.ispras.ru styles for books, articles and slides
Group:	         Publishing
License:	         LPPL
Source0:          https://abf.io/belonesox/docstruct/archive/%{oname}-v%{version}.tar.gz
BuildArch:	      noarch
BuildRequires:	   texlive-tlpkg
Requires(pre):	   texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
discopal.ispras.ru styles for books, articles and slides

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/docstruct/*

#-----------------------------------------------------------------------
%prep
%setup -qn %{oname}-v%{version}

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}/tex/latex/docstruct/
cp docstruct.sty %{buildroot}%{_texmfdistdir}/tex/latex/docstruct/

%post
TEXHASH=/usr/bin/texhash
[ -x "$TEXHASH" ] || "$TEXHASH" 2>/dev/null ||:

%postun
TEXHASH=/usr/bin/texhash
[ -x "$TEXHASH" ] || "$TEXHASH" 2>/dev/null ||:

%changelog

* Mon May 18 2015 Stas Fomin <stas-fomin@yandex.ru> 0.0.1-4
- (357636c) add build requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14963 |14cu|texlive-doipubmed-1.01-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/doipubmed
# catalog-date 2009-09-27 10:36:15 +0200
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-doipubmed
Version:	1.01
Release:	5
Summary:	Special commands for use in bibliographies
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/doipubmed
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doipubmed.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doipubmed.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doipubmed.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the commands \doi, \pubmed and \citeurl.
These commands are primarily designed for use in
bibliographies. A LaTeX2HTML style file is also provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/doipubmed/doipubmed.sty
%doc %{_texmfdistdir}/doc/latex/doipubmed/CHANGES
%doc %{_texmfdistdir}/doc/latex/doipubmed/README
%doc %{_texmfdistdir}/doc/latex/doipubmed/doipubmed-manual.html
%doc %{_texmfdistdir}/doc/latex/doipubmed/doipubmed.pdf
%doc %{_texmfdistdir}/doc/latex/doipubmed/doipubmed.perl
#- source
%doc %{_texmfdistdir}/source/latex/doipubmed/doipubmed.dtx
%doc %{_texmfdistdir}/source/latex/doipubmed/doipubmed.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-5
+ Revision: c755cad
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14964 |14cu|texlive-doublestroke-1.111-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/doublestroke
# catalog-date 2009-11-19 15:03:53 +0100
# catalog-license other-free
# catalog-version 1.111
Name:		texlive-doublestroke
Version:	1.111
Release:	6
Summary:	Typeset mathematical double stroke symbols
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/doublestroke
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doublestroke.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doublestroke.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A font based on Computer Modern Roman useful for typesetting
the mathematical symbols for the natural numbers (N), whole
numbers (Z), rational numbers (Q), real numbers (R) and complex
numbers (C); coverage includes all Roman capital letters, '1',
'h' and 'k'. The font is available both as MetaFont source and
in Adobe Type 1 format, and LaTeX macros for its use are
provided. The fonts appear in the blackboard bold sampler.

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/doublestroke/dstroke.map
%{_texmfdistdir}/fonts/source/public/doublestroke/dsrom.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsrom10.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsrom12.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsrom8.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsromo.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsromu.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsss10.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsss12.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsss8.mf
%{_texmfdistdir}/fonts/tfm/public/doublestroke/dsrom10.tfm
%{_texmfdistdir}/fonts/tfm/public/doublestroke/dsrom12.tfm
%{_texmfdistdir}/fonts/tfm/public/doublestroke/dsrom8.tfm
%{_texmfdistdir}/fonts/tfm/public/doublestroke/dsss10.tfm
%{_texmfdistdir}/fonts/tfm/public/doublestroke/dsss12.tfm
%{_texmfdistdir}/fonts/tfm/public/doublestroke/dsss8.tfm
%{_texmfdistdir}/fonts/type1/public/doublestroke/dsrom10.pfb
%{_texmfdistdir}/fonts/type1/public/doublestroke/dsrom12.pfb
%{_texmfdistdir}/fonts/type1/public/doublestroke/dsrom8.pfb
%{_texmfdistdir}/fonts/type1/public/doublestroke/dsss10.pfb
%{_texmfdistdir}/fonts/type1/public/doublestroke/dsss12.pfb
%{_texmfdistdir}/fonts/type1/public/doublestroke/dsss8.pfb
%{_texmfdistdir}/tex/latex/doublestroke/Udsrom.fd
%{_texmfdistdir}/tex/latex/doublestroke/Udsss.fd
%{_texmfdistdir}/tex/latex/doublestroke/dsfont.sty
%doc %{_texmfdistdir}/doc/fonts/doublestroke/README
%doc %{_texmfdistdir}/doc/fonts/doublestroke/dsdoc.pdf
%doc %{_texmfdistdir}/doc/fonts/doublestroke/dsdoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.111-6
+ Revision: b802721
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14965 |14cu|texlive-dowith-0.22-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27125
# category Package
# catalog-ctan /macros/generic/dowith
# catalog-date 2012-06-05 20:15:31 +0200
# catalog-license lppl1.3
# catalog-version 0.22
Name:		texlive-dowith
Version:	0.22
Release:	4
Summary:	Apply a command to a list of items
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/dowith
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dowith.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dowith.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dowith.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for applying a command to all
elements of a list without separators, such as
'\DoWithAllIn{<cmd>}{<list-macro>}', and also for extending and
reducing macros storing such lists. Applications in mind
belonged to LaTeX, but the package should work with other
formats as well. Loop and list macros in other packages are
discussed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/dowith/dowith.RLS
%{_texmfdistdir}/tex/generic/dowith/dowith.sty
%doc %{_texmfdistdir}/doc/generic/dowith/README
%doc %{_texmfdistdir}/doc/generic/dowith/dowith.pdf
#- source
%doc %{_texmfdistdir}/source/generic/dowith/SrcFILEs.txt
%doc %{_texmfdistdir}/source/generic/dowith/dowith.tex
%doc %{_texmfdistdir}/source/generic/dowith/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.22-4
+ Revision: d6f17ea
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14966 |14cu|texlive-dozenal-4.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30592
# category Package
# catalog-ctan /fonts/dozenal
# catalog-date 2013-05-20 17:36:30 +0200
# catalog-license lppl
# catalog-version 4.0
Name:		texlive-dozenal
Version:	4.0
Release:	8
Summary:	Typeset documents using base twelve numbering (also called "dozenal")
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/dozenal
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dozenal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dozenal.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dozenal.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports typesetting documents whose counters are
represented in base twelve, also called "dozenal". It includes
a macro by David Kastrup for converting positive whole numbers
to dozenal from decimal (base ten) representation. The package
also includes a few other macros and redefines all the standard
counters to produce dozenal output. Fonts, in Roman, italic,
slanted, and boldface versions, provide ten and eleven (the
Pitman characters preferred by the Dozenal Society of Great
Britain). The fonts were designed to blend well with the
Computer Modern fonts, and are available both as Metafont
source and in Adobe Type 1 format.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/dozenal/fdzb8a.afm
%{_texmfdistdir}/fonts/afm/public/dozenal/fdzbi8a.afm
%{_texmfdistdir}/fonts/afm/public/dozenal/fdzbs8a.afm
%{_texmfdistdir}/fonts/afm/public/dozenal/fdzi8a.afm
%{_texmfdistdir}/fonts/afm/public/dozenal/fdzr8a.afm
%{_texmfdistdir}/fonts/afm/public/dozenal/fdzs8a.afm
%{_texmfdistdir}/fonts/map/dvips/dozenal/fdz.map
%{_texmfdistdir}/fonts/source/public/dozenal/dozchars10.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchars12.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchars17.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchars6.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchars7.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchars8.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchars9.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchb10.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbx10.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbx12.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbx5.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbx6.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbx7.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbx8.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbx9.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbxi10.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbxsl10.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchit10.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchit12.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchit7.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchit8.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchit9.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchsl10.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchsl12.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchsl8.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchsl9.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozenal.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozenalb.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozenali.mf
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchars10.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchars12.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchars17.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchars6.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchars7.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchars8.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchars9.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchb10.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchit10.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchit12.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchit7.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchit8.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchit9.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbs8a.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzrc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzs7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzs8a.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzs8c.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzs8r.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzs8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzso7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzso8c.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzso8r.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzso8t.tfm
%{_texmfdistdir}/fonts/type1/public/dozenal/fdzb8a.pfb
%{_texmfdistdir}/fonts/type1/public/dozenal/fdzbi8a.pfb
%{_texmfdistdir}/fonts/type1/public/dozenal/fdzbs8a.pfb
%{_texmfdistdir}/fonts/type1/public/dozenal/fdzi8a.pfb
%{_texmfdistdir}/fonts/type1/public/dozenal/fdzr8a.pfb
%{_texmfdistdir}/fonts/type1/public/dozenal/fdzs8a.pfb
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzb7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzb8c.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzb8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbc7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbc8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbi7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbi8c.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbi8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbo7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbo8c.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbo8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzr7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzr8c.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzr8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzrc7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzrc8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzro7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzro8c.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzro8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzs7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzs8c.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzs8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzsc7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzsc8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzso7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzso8c.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzso8t.vf
%{_texmfdistdir}/tex/latex/dozenal/dozenal.sty
%doc %{_texmfdistdir}/doc/fonts/dozenal/README
%doc %{_texmfdistdir}/doc/fonts/dozenal/dozenal.pdf
%doc %{_texmfdistdir}/doc/fonts/dozenal/testdozchars.tex
%doc %{_texmfdistdir}/doc/fonts/dozenal/testfdzchars.tex
#- source
%doc %{_texmfdistdir}/source/fonts/dozenal/dozenal.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.0-8
+ Revision: 899633e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14967 |14cu|texlive-droid-2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23912
# category Package
# catalog-ctan /fonts/droid
# catalog-date 2011-09-12 10:00:04 +0200
# catalog-license lppl1.3
# catalog-version 2.1
Name:		texlive-droid
Version:	2.1
Release:	5
Summary:	LaTeX support for the Droid font families
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/droid
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/droid.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/droid.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/droid.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Droid typeface family was designed in the fall of 2006 by
Steve Matteson, as a commission from Google to create a set of
system fonts for its Android platform. The goal was to provide
optimal quality and comfort on a mobile handset when rendered
in application menus, web browsers and for other screen text.
The Droid family consists of Droid Serif, Droid Sans and Droid
Sans Mono fonts, licensed under the Apache License Version 2.0.
The bundle includes the fonts in both TrueType and Adobe Type 1
formats. The package does not support the Droid Pro family of
fonts, available for purchase from the Ascender foundry.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/droid/DroidSans-Bold.afm
%{_texmfdistdir}/fonts/afm/public/droid/DroidSans.afm
%{_texmfdistdir}/fonts/afm/public/droid/DroidSansMono.afm
%{_texmfdistdir}/fonts/afm/public/droid/DroidSerif-Bold.afm
%{_texmfdistdir}/fonts/afm/public/droid/DroidSerif-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/droid/DroidSerif-Italic.afm
%{_texmfdistdir}/fonts/afm/public/droid/DroidSerif-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/droid/droid-01.enc
%{_texmfdistdir}/fonts/enc/dvips/droid/droid-02.enc
%{_texmfdistdir}/fonts/enc/dvips/droid/droid-03.enc
%{_texmfdistdir}/fonts/enc/dvips/droid/droid-04.enc
%{_texmfdistdir}/fonts/map/dvips/droid/droid.map
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-x2.tfm
%{_texmfdistdir}/fonts/truetype/public/droid/DroidSans-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/droid/DroidSans.ttf
%{_texmfdistdir}/fonts/truetype/public/droid/DroidSansMono.ttf
%{_texmfdistdir}/fonts/truetype/public/droid/DroidSerif-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/droid/DroidSerif-BoldItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/droid/DroidSerif-Italic.ttf
%{_texmfdistdir}/fonts/truetype/public/droid/DroidSerif-Regular.ttf
%{_texmfdistdir}/fonts/type1/public/droid/DroidSans-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/droid/DroidSans.pfb
%{_texmfdistdir}/fonts/type1/public/droid/DroidSansMono.pfb
%{_texmfdistdir}/fonts/type1/public/droid/DroidSerif-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/droid/DroidSerif-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/droid/DroidSerif-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/droid/DroidSerif-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-x2.vf
%{_texmfdistdir}/tex/latex/droid/droid.sty
%{_texmfdistdir}/tex/latex/droid/droidmono.sty
%{_texmfdistdir}/tex/latex/droid/droidsans.sty
%{_texmfdistdir}/tex/latex/droid/droidserif.sty
%{_texmfdistdir}/tex/latex/droid/lgrfdm.fd
%{_texmfdistdir}/tex/latex/droid/lgrfdr.fd
%{_texmfdistdir}/tex/latex/droid/lgrfds.fd
%{_texmfdistdir}/tex/latex/droid/ot1fdm.fd
%{_texmfdistdir}/tex/latex/droid/ot1fdr.fd
%{_texmfdistdir}/tex/latex/droid/ot1fds.fd
%{_texmfdistdir}/tex/latex/droid/t1fdm.fd
%{_texmfdistdir}/tex/latex/droid/t1fdr.fd
%{_texmfdistdir}/tex/latex/droid/t1fds.fd
%{_texmfdistdir}/tex/latex/droid/t2afdm.fd
%{_texmfdistdir}/tex/latex/droid/t2afdr.fd
%{_texmfdistdir}/tex/latex/droid/t2afds.fd
%{_texmfdistdir}/tex/latex/droid/t2bfdm.fd
%{_texmfdistdir}/tex/latex/droid/t2bfdr.fd
%{_texmfdistdir}/tex/latex/droid/t2bfds.fd
%{_texmfdistdir}/tex/latex/droid/t2cfdm.fd
%{_texmfdistdir}/tex/latex/droid/t2cfdr.fd
%{_texmfdistdir}/tex/latex/droid/t2cfds.fd
%{_texmfdistdir}/tex/latex/droid/ts1fdm.fd
%{_texmfdistdir}/tex/latex/droid/ts1fdr.fd
%{_texmfdistdir}/tex/latex/droid/ts1fds.fd
%{_texmfdistdir}/tex/latex/droid/x2fdm.fd
%{_texmfdistdir}/tex/latex/droid/x2fdr.fd
%{_texmfdistdir}/tex/latex/droid/x2fds.fd
%doc %{_texmfdistdir}/doc/fonts/droid/CHANGES
%doc %{_texmfdistdir}/doc/fonts/droid/README
%doc %{_texmfdistdir}/doc/fonts/droid/droid.pdf
%doc %{_texmfdistdir}/doc/fonts/droid/droid.tex
%doc %{_texmfdistdir}/doc/fonts/droid/droidsans-samples.pdf
%doc %{_texmfdistdir}/doc/fonts/droid/droidsans-samples.tex
%doc %{_texmfdistdir}/doc/fonts/droid/droidsansmono-samples.pdf
%doc %{_texmfdistdir}/doc/fonts/droid/droidsansmono-samples.tex
%doc %{_texmfdistdir}/doc/fonts/droid/droidserif-samples.pdf
%doc %{_texmfdistdir}/doc/fonts/droid/droidserif-samples.tex
%doc %{_texmfdistdir}/doc/fonts/droid/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/droid/Makefile
%doc %{_texmfdistdir}/source/fonts/droid/droid-01.etx
%doc %{_texmfdistdir}/source/fonts/droid/droid-02.etx
%doc %{_texmfdistdir}/source/fonts/droid/droid-03.etx
%doc %{_texmfdistdir}/source/fonts/droid/droid-04.etx
%doc %{_texmfdistdir}/source/fonts/droid/droid-drv.tex
%doc %{_texmfdistdir}/source/fonts/droid/droid-fixcyrillic.mtx
%doc %{_texmfdistdir}/source/fonts/droid/droid-fixgreek.mtx
%doc %{_texmfdistdir}/source/fonts/droid/droid-fixlatin.mtx
%doc %{_texmfdistdir}/source/fonts/droid/droid-fixtextcomp.mtx
%doc %{_texmfdistdir}/source/fonts/droid/droid-map.tex
%doc %{_texmfdistdir}/source/fonts/droid/droidsans-drv.tex
%doc %{_texmfdistdir}/source/fonts/droid/droidsansmono-drv.tex
%doc %{_texmfdistdir}/source/fonts/droid/droidserif-drv.tex
%doc %{_texmfdistdir}/source/fonts/droid/ttf2type1.pe

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-5
+ Revision: a177895
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14968 |14cu|texlive-dtxgen-1.03-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30077
# category Package
# catalog-ctan /support/dtxgen
# catalog-date 2013-04-22 18:47:59 +0200
# catalog-license gpl
# catalog-version 1.03
Name:		texlive-dtxgen
Version:	1.03
Release:	9
Summary:	Creates a template for a self-extracting .dtx file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/dtxgen
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxgen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxgen.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-dtxgen.bin = %{EVRD}

%description
The bash script dtxgen creates a template for a self-extracting
.dtx file. It is useful for those who plan to create a new
Documented LaTeX Source (.dtx) file.


#-----------------------------------------------------------------------
%files
%{_bindir}/dtxgen
%{_texmfdistdir}/scripts/dtxgen/dtxgen
%doc %{_texmfdistdir}/doc/support/dtxgen/README
%doc %{_texmfdistdir}/doc/support/dtxgen/dtxgen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/dtxgen/dtxgen dtxgen
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.03-9
+ Revision: 4b74ab6
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14969 |14cu|texlive-duerer-20101214-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20741
# category Package
# catalog-ctan /fonts/duerer
# catalog-date 2010-12-14 12:03:20 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-duerer
Version:	20101214
Release:	5
Summary:	Computer Duerer fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/duerer
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/duerer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/duerer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These fonts are designed for titling use, and consist of
capital roman letters only. Together with the normal set of
base shapes, the family also offers an informal shape. LaTeX
support is available in the duerer-latex bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/duerer/cdb10.mf
%{_texmfdistdir}/fonts/source/public/duerer/cdi10.mf
%{_texmfdistdir}/fonts/source/public/duerer/cdr10.mf
%{_texmfdistdir}/fonts/source/public/duerer/cdsl10.mf
%{_texmfdistdir}/fonts/source/public/duerer/cdss10.mf
%{_texmfdistdir}/fonts/source/public/duerer/cdtt10.mf
%{_texmfdistdir}/fonts/source/public/duerer/dromani.mf
%{_texmfdistdir}/fonts/source/public/duerer/dromanu.mf
%{_texmfdistdir}/fonts/source/public/duerer/dtitle.mf
%{_texmfdistdir}/fonts/tfm/public/duerer/cdb10.tfm
%{_texmfdistdir}/fonts/tfm/public/duerer/cdi10.tfm
%{_texmfdistdir}/fonts/tfm/public/duerer/cdr10.tfm
%{_texmfdistdir}/fonts/tfm/public/duerer/cdsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/duerer/cdss10.tfm
%{_texmfdistdir}/fonts/tfm/public/duerer/cdtt10.tfm
%doc %{_texmfdistdir}/doc/fonts/duerer/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101214-5
+ Revision: cdf6497
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14970 |14cu|texlive-duerer-latex-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/duerer-latex
# catalog-date 2008-08-18 13:49:16 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-duerer-latex
Version:	1.1
Release:	5
Summary:	LaTeX support for the Duerer fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/duerer-latex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/duerer-latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/duerer-latex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX support for Hoenig's Computer Duerer fonts, using their
standard fontname names.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/duerer-latex/duerer.sty
%{_texmfdistdir}/tex/latex/duerer-latex/ot1cdin.fd
%{_texmfdistdir}/tex/latex/duerer-latex/ot1cdr.fd
%{_texmfdistdir}/tex/latex/duerer-latex/ot1cdss.fd
%{_texmfdistdir}/tex/latex/duerer-latex/ot1cdtt.fd
%doc %{_texmfdistdir}/doc/latex/duerer-latex/README
%doc %{_texmfdistdir}/doc/latex/duerer-latex/duerer.pdf
%doc %{_texmfdistdir}/doc/latex/duerer-latex/duerer.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-5
+ Revision: 7d7b7ae
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14971 |14cu|texlive-dutchcal-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23448
# category Package
# catalog-ctan /fonts/dutchcal
# catalog-date 2011-06-24 10:20:36 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-dutchcal
Version:	1.0
Release:	5
Summary:	A reworking of ESSTIX13, adding a bold version
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/dutchcal
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dutchcal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dutchcal.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package reworks the mathematical calligraphic font
ESSTIX13, adding a bold version. LaTeX support files are
included. The new fonts may also be accessed from the most
recent version of mathalfa. The fonts themselves are subject to
the SIL OPEN FONT LICENSE, version 1.1.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/dutchcal/DutchCalBold.afm
%{_texmfdistdir}/fonts/afm/public/dutchcal/DutchCalReg.afm
%{_texmfdistdir}/fonts/map/dvips/dutchcal/dutchcal.map
%{_texmfdistdir}/fonts/tfm/public/dutchcal/dutchcal-b.tfm
%{_texmfdistdir}/fonts/tfm/public/dutchcal/dutchcal-r.tfm
%{_texmfdistdir}/fonts/tfm/public/dutchcal/rdutchcalb.tfm
%{_texmfdistdir}/fonts/tfm/public/dutchcal/rdutchcalr.tfm
%{_texmfdistdir}/fonts/type1/public/dutchcal/DutchCalBold.pfb
%{_texmfdistdir}/fonts/type1/public/dutchcal/DutchCalReg.pfb
%{_texmfdistdir}/fonts/vf/public/dutchcal/dutchcal-b.vf
%{_texmfdistdir}/fonts/vf/public/dutchcal/dutchcal-r.vf
%{_texmfdistdir}/tex/latex/dutchcal/dutchcal.sty
%{_texmfdistdir}/tex/latex/dutchcal/udutchcal.fd
%doc %{_texmfdistdir}/doc/fonts/dutchcal/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 7a838f6
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14972 |14cu|texlive-dviasm-20120410-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /dviware/dviasm
# catalog-date 2012-04-10 15:00:16 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-dviasm
Version:	20120410
Release:	4
Summary:	A utility for editing DVI files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dviasm
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dviasm.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-dviasm.bin = %{EVRD}

%description
A Python script to support changing or creating DVI files via
disassembling into text, editing, and then reassembling into
binary format. It supports advanced features such as adding a
preprint number or watermarks.


#-----------------------------------------------------------------------
%files
%{_bindir}/dviasm
%{_texmfdistdir}/scripts/dviasm/dviasm.py

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/dviasm/dviasm.py dviasm
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120410-4
+ Revision: b058f37
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14973 |14cu|texlive-dvipng-1.14-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29821
# category TLCore
# catalog-ctan /dviware/dvipng
# catalog-date 2012-04-21 10:57:19 +0200
# catalog-license lgpl
# catalog-version 1.14
Name:		texlive-dvipng
Version:	1.14
Release:	10
Summary:	A fast DVI to PNG/GIF converter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvipng
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipng.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipng.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-dvipng.bin

%description
This program makes PNG and/or GIF graphics from DVI files as
obtained from TeX and its relatives. Its benefits include: -
Speed. It offers very fast rendering of DVI as bitmap files,
which makes it suitable for generating large amounts of images
on-the-fly, as needed in preview-latex, WeBWorK and others; -
It does not read the postamble, so it can be started before TeX
finishes. There is a --follow switch that makes dvipng wait at
end-of-file for further output, unless it finds the POST marker
that indicates the end of the DVI; - Interactive query of
options. dvipng can read options interactively through stdin,
and all options are usable. It is even possible to change the
input file through this interface. - Support for PK, VF,
PostScript Type1, and TrueType fonts, colour specials, and
inclusion of PostScript, PNG, JPEG or GIF images.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/dvipng/dvipng.html
%doc %{_texmfdistdir}/doc/dvipng/dvipng.pdf
%doc %{_infodir}/dvipng.info*
%doc %{_mandir}/man1/dvigif.1*
%doc %{_texmfdistdir}/doc/man/man1/dvigif.man1.pdf
%doc %{_mandir}/man1/dvipng.1*
%doc %{_texmfdistdir}/doc/man/man1/dvipng.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdistdir}/doc/info/*.info %{buildroot}%{_infodir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.14-10
+ Revision: 600b485
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14974 |14cu|texlive-dvipos-20131012-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-dvipos
Version:	20131012
Release:	7
Summary:	TeXLive dvipos package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipos.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-dvipos.bin

%description
TeXLive dvipos package.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/dvipos.1*
%doc %{_texmfdistdir}/doc/man/man1/dvipos.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131012-7
+ Revision: 002d60b
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14975 |14cu|texlive-dvisvgm-1.2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /dviware/dvisvgm
# catalog-date 2013-03-04 12:33:38 +0100
# catalog-license gpl
# catalog-version 1.2
Name:		texlive-dvisvgm
Version:	1.2.0
Release:	7
Summary:	Convert DVI files to Scalable Vector Graphics format (SVG)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvisvgm
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvisvgm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvisvgm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-dvisvgm.bin

%description
Dvisvgm is a command line utility that converts TeX DVI files
to the XML-based Scalable Vector Graphics (SVG) format. It
provides full full font support including virtual fonts, font
maps, and sub-fonts. If necessary, dvisvgm vectorizes
Metafont's bitmap output in order to always create lossless
scalable output. The embedded SVG fonts can optionally be
replaced with graphics paths so that applications that don't
support SVG fonts are enabled to render the graphics properly.
Besides many other features, dvisvgm also supports color,
emTeX, tpic, PDF mapfile and PostScript specials. Users will
need a working TeX installation including the kpathsea library.
For more detailed information, see the project page.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/dvisvgm.1*
%doc %{_texmfdistdir}/doc/man/man1/dvisvgm.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-7
+ Revision: 868d7a2
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14976 |14cu|texlive-ean-20070101-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20851
# category Package
# catalog-ctan /macros/generic/ean
# catalog-date 2007-01-01 18:45:52 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-ean
Version:	20070101
Release:	5
Summary:	Macros for making EAN barcodes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/ean
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ean.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ean.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides EAN-8 and EAN-13 forms. The package needs the ocr-b
fonts; note that the fonts are not available under a free
licence, as the macros are.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/ean/ean13.tex
%{_texmfdistdir}/tex/generic/ean/ean8.tex
%doc %{_texmfdistdir}/doc/generic/ean/README
%doc %{_texmfdistdir}/doc/generic/ean/eantest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070101-5
+ Revision: ab17058
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14977 |14cu|texlive-ecc-20061207-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/ecc
# catalog-date 2006-12-07 15:13:33 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-ecc
Version:	20061207
Release:	5
Summary:	Sources for the European Concrete fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ecc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The MetaFont sources and TFM files of the European Concrete
Fonts. This is the T1-encoded extension of Knuth's Concrete
fonts, including also the corresponding text companion fonts.
Adobe Type 1 versions of the fonts are available as part of the
cm-super font bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/ecc/conc10pt.mf
%{_texmfdistdir}/fonts/source/public/ecc/conc5pt.mf
%{_texmfdistdir}/fonts/source/public/ecc/conc6pt.mf
%{_texmfdistdir}/fonts/source/public/ecc/conc7pt.mf
%{_texmfdistdir}/fonts/source/public/ecc/conc8pt.mf
%{_texmfdistdir}/fonts/source/public/ecc/conc9pt.mf
%{_texmfdistdir}/fonts/source/public/ecc/coni10pt.mf
%{_texmfdistdir}/fonts/source/public/ecc/eocc10.mf
%{_texmfdistdir}/fonts/source/public/ecc/eorm10.mf
%{_texmfdistdir}/fonts/source/public/ecc/eorm5.mf
%{_texmfdistdir}/fonts/source/public/ecc/eorm6.mf
%{_texmfdistdir}/fonts/source/public/ecc/eorm7.mf
%{_texmfdistdir}/fonts/source/public/ecc/eorm8.mf
%{_texmfdistdir}/fonts/source/public/ecc/eorm9.mf
%{_texmfdistdir}/fonts/source/public/ecc/eosl10.mf
%{_texmfdistdir}/fonts/source/public/ecc/eosl5.mf
%{_texmfdistdir}/fonts/source/public/ecc/eosl6.mf
%{_texmfdistdir}/fonts/source/public/ecc/eosl7.mf
%{_texmfdistdir}/fonts/source/public/ecc/eosl8.mf
%{_texmfdistdir}/fonts/source/public/ecc/eosl9.mf
%{_texmfdistdir}/fonts/source/public/ecc/eoti10.mf
%{_texmfdistdir}/fonts/source/public/ecc/tcssdc10.mf
%{_texmfdistdir}/fonts/source/public/ecc/torm10.mf
%{_texmfdistdir}/fonts/source/public/ecc/torm5.mf
%{_texmfdistdir}/fonts/source/public/ecc/torm6.mf
%{_texmfdistdir}/fonts/source/public/ecc/torm7.mf
%{_texmfdistdir}/fonts/source/public/ecc/torm8.mf
%{_texmfdistdir}/fonts/source/public/ecc/torm9.mf
%{_texmfdistdir}/fonts/source/public/ecc/tosl10.mf
%{_texmfdistdir}/fonts/source/public/ecc/tosl5.mf
%{_texmfdistdir}/fonts/source/public/ecc/tosl6.mf
%{_texmfdistdir}/fonts/source/public/ecc/tosl7.mf
%{_texmfdistdir}/fonts/source/public/ecc/tosl8.mf
%{_texmfdistdir}/fonts/source/public/ecc/tosl9.mf
%{_texmfdistdir}/fonts/source/public/ecc/toti10.mf
%{_texmfdistdir}/fonts/tfm/public/ecc/eocc10.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eorm10.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eorm5.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eorm6.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eorm7.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eorm8.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eorm9.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eosl10.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eosl5.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eosl6.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eosl7.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eosl8.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eosl9.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eoti10.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/tcssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/torm10.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/torm5.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/torm6.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/torm7.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/torm8.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/torm9.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/tosl10.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/tosl5.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/tosl6.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/tosl7.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/tosl8.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/tosl9.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/toti10.tfm
%doc %{_texmfdistdir}/doc/fonts/ecc/copyrite
%doc %{_texmfdistdir}/doc/fonts/ecc/liesmich
%doc %{_texmfdistdir}/doc/fonts/ecc/readme

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061207-5
+ Revision: 88e5c57
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14978 |14cu|texlive-eco-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/eco
# catalog-date 2007-09-25 20:45:33 +0200
# catalog-license gpl
# catalog-version 1.3
Name:		texlive-eco
Version:	1.3
Release:	5
Summary:	Oldstyle numerals using EC fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/eco
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eco.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eco.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eco.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of font metric files and virtual fonts for using the EC
fonts with oldstyle numerals. These files can only be used
together with the standard ec fonts. The style file eco.sty is
sufficient to use the eco fonts but if you intend to use other
font families as well, e.g., PostScript fonts, try altfont.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt3583.tfm
%{_texmfdistdir}/fonts/vf/public/eco/ecobi0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt3583.vf
%{_texmfdistdir}/tex/latex/eco/T1cmodh.fd
%{_texmfdistdir}/tex/latex/eco/T1cmor.fd
%{_texmfdistdir}/tex/latex/eco/T1cmoss.fd
%{_texmfdistdir}/tex/latex/eco/T1cmott.fd
%{_texmfdistdir}/tex/latex/eco/T1cmovt.fd
%{_texmfdistdir}/tex/latex/eco/eco.sty
%doc %{_texmfdistdir}/doc/fonts/eco/CHANGES
%doc %{_texmfdistdir}/doc/fonts/eco/COPYING
%doc %{_texmfdistdir}/doc/fonts/eco/INSTALL
%doc %{_texmfdistdir}/doc/fonts/eco/README
%doc %{_texmfdistdir}/doc/fonts/eco/VERSION
#- source
%doc %{_texmfdistdir}/source/fonts/eco/TS1.etx
%doc %{_texmfdistdir}/source/fonts/eco/create.sh
%doc %{_texmfdistdir}/source/fonts/eco/dostretch.mtx
%doc %{_texmfdistdir}/source/fonts/eco/ecodh.tex
%doc %{_texmfdistdir}/source/fonts/eco/ecor.tex
%doc %{_texmfdistdir}/source/fonts/eco/ecori.tex
%doc %{_texmfdistdir}/source/fonts/eco/ecoss.tex
%doc %{_texmfdistdir}/source/fonts/eco/ecott.tex
%doc %{_texmfdistdir}/source/fonts/eco/ecovt.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-5
+ Revision: 1d45670
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14979 |14cu|texlive-economic-20091125-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16184
# category Package
# catalog-ctan /biblio/bibtex/contrib/economic
# catalog-date 2009-11-25 18:21:28 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-economic
Version:	20091125
Release:	5
Summary:	BibTeX support for submitting to Economics journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/economic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/economic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/economic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle offers macros and BibTeX styles for the American
Economic Review (AER), the American Journal of Agricultural
Economics (AJAE), the Canadian Journal of Economics (CJE), the
European Review of Agricultural Economics (ERAE), the
International Economic Review (IER) and Economica. The macro
sets are based on (and require) the harvard package, and all
provide variations of author-date styles of presentation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/economic/aer.bst
%{_texmfdistdir}/bibtex/bst/economic/aertt.bst
%{_texmfdistdir}/bibtex/bst/economic/agecon.bst
%{_texmfdistdir}/bibtex/bst/economic/ajae.bst
%{_texmfdistdir}/bibtex/bst/economic/apecon.bst
%{_texmfdistdir}/bibtex/bst/economic/cje.bst
%{_texmfdistdir}/bibtex/bst/economic/ecca.bst
%{_texmfdistdir}/bibtex/bst/economic/econometrica-fr.bst
%{_texmfdistdir}/bibtex/bst/economic/econometrica.bst
%{_texmfdistdir}/bibtex/bst/economic/ecta.bst
%{_texmfdistdir}/bibtex/bst/economic/erae.bst
%{_texmfdistdir}/bibtex/bst/economic/ier.bst
%{_texmfdistdir}/bibtex/bst/economic/itaxpf.bst
%{_texmfdistdir}/bibtex/bst/economic/jae.bst
%{_texmfdistdir}/bibtex/bst/economic/jpe.bst
%{_texmfdistdir}/bibtex/bst/economic/jss2.bst
%{_texmfdistdir}/bibtex/bst/economic/oega.bst
%{_texmfdistdir}/bibtex/bst/economic/regstud.bst
%{_texmfdistdir}/bibtex/bst/economic/tandfx.bst
%{_texmfdistdir}/bibtex/bst/economic/worlddev.bst
%{_texmfdistdir}/tex/latex/economic/aer.sty
%{_texmfdistdir}/tex/latex/economic/aertt.sty
%{_texmfdistdir}/tex/latex/economic/agecon.cls
%{_texmfdistdir}/tex/latex/economic/ajae.cls
%{_texmfdistdir}/tex/latex/economic/apecon.cls
%{_texmfdistdir}/tex/latex/economic/cje.sty
%{_texmfdistdir}/tex/latex/economic/ecca.cls
%{_texmfdistdir}/tex/latex/economic/erae.cls
%{_texmfdistdir}/tex/latex/economic/itaxpf.cls
%{_texmfdistdir}/tex/latex/economic/jrurstud.cls
%{_texmfdistdir}/tex/latex/economic/njf.cls
%{_texmfdistdir}/tex/latex/economic/oegatb.cls
%{_texmfdistdir}/tex/latex/economic/pocoec.cls
%{_texmfdistdir}/tex/latex/economic/regstud.cls
%{_texmfdistdir}/tex/latex/economic/worlddev.cls
%doc %{_texmfdistdir}/doc/bibtex/economic/CHANGELOG
%doc %{_texmfdistdir}/doc/bibtex/economic/NEWS
%doc %{_texmfdistdir}/doc/bibtex/economic/README
%doc %{_texmfdistdir}/doc/bibtex/economic/aer-cje-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/aer-cje-ex.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/aer-natbib-ex.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/ajae-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/ajae-ex.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/ajae-ex.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/apecon-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/apecon-ex.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/apecon-ex.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/ecca-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/ecca-ex.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/ecca-ex.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/erae-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/erae-ex.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/erae-ex.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/ier-bib-test.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/ier-bib-test.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/ier-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/itaxpf-ex-title.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/itaxpf-ex-title.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/itaxpf-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/itaxpf-ex.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/itaxpf-ex.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/oegatb-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/oegatb-ex.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/oegatb-ex.png
%doc %{_texmfdistdir}/doc/bibtex/economic/oegatb-ex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091125-5
+ Revision: 1f34686
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14980 |14cu|texlive-edmac-20070102-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/edmac
# catalog-date 2007-01-02 10:01:06 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-edmac
Version:	20070102
Release:	5
Summary:	Typeset scholarly edition
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/edmac
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edmac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edmac.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edmac.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A macro package for typesetting scholarly critical editions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/edmac/edmac.tex
%{_texmfdistdir}/tex/generic/edmac/edmacfss.sty
%{_texmfdistdir}/tex/generic/edmac/edstanza.tex
%{_texmfdistdir}/tex/generic/edmac/tabmac.tex
%doc %{_texmfdistdir}/doc/latex/edmac/COPYRIGHT
%doc %{_texmfdistdir}/doc/latex/edmac/braonain.tex
%doc %{_texmfdistdir}/doc/latex/edmac/copying
%doc %{_texmfdistdir}/doc/latex/edmac/ed-nfss.txt
%doc %{_texmfdistdir}/doc/latex/edmac/edmac.doc
%doc %{_texmfdistdir}/doc/latex/edmac/edstanza.doc
%doc %{_texmfdistdir}/doc/latex/edmac/edszadoc.tex
%doc %{_texmfdistdir}/doc/latex/edmac/features.tex
%doc %{_texmfdistdir}/doc/latex/edmac/readme
#- source
%doc %{_texmfdistdir}/source/latex/edmac/edmac.drv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070102-5
+ Revision: ab319cc
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14981 |14cu|texlive-eiad-20081205-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/eiad
# catalog-date 2008-12-05 21:50:47 +0100
# catalog-license noinfo
# catalog-version undef
Name:		texlive-eiad
Version:	20081205
Release:	5
Summary:	Traditional style Irish fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/eiad
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
In both lower and upper case 32 letters are defined (18 'plain'
ones, 5 long vowels and 9 aspirated consonants). The ligature
'agus' is also made available. The remaining characters
(digits, punctuation and accents) are inherited from the
Computer Modern family of fonts. The font definitions use code
from the sauter fonts, so those fonts have to be installed
before using eiad. OT1*.fd files are provided for use with
LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/eiad/eiadb10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadbx10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadbxi10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadbxsl10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadccsc10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadci10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadcr10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadcsc10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadcsl10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadcslc9.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiaddunh10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadff10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadfi10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadfib8.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadi10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiaditt10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadr10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadr12.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadr17.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadsl10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadsltt10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadss10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadssbx10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadssdc10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadssi10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadssq8.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadssqi8.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadtcsc10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadtt10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadvtt10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eira.mf
%{_texmfdistdir}/fonts/source/public/eiad/eirl.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiru.mf
%{_texmfdistdir}/fonts/source/public/eiad/gaec7cb.mf
%{_texmfdistdir}/fonts/source/public/eiad/gaelach.mf
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadb10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadccsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadci10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadcr10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadcsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadcslc9.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiaddunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadff10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadfi10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadi10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiaditt10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadr10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadr12.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadr17.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadss10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadvtt10.tfm
%{_texmfdistdir}/tex/latex/eiad/OT1eiad.fd
%{_texmfdistdir}/tex/latex/eiad/OT1eiadcc.fd
%{_texmfdistdir}/tex/latex/eiad/OT1eiadss.fd
%{_texmfdistdir}/tex/latex/eiad/OT1eiadtt.fd
%doc %{_texmfdistdir}/doc/fonts/eiad/Leigh_me.txt
%doc %{_texmfdistdir}/doc/fonts/eiad/amhrawn.pdf
%doc %{_texmfdistdir}/doc/fonts/eiad/amhrawn.tex
%doc %{_texmfdistdir}/doc/fonts/eiad/evening.pdf
%doc %{_texmfdistdir}/doc/fonts/eiad/evening.tex
%doc %{_texmfdistdir}/doc/fonts/eiad/micheal.ps
%doc %{_texmfdistdir}/doc/fonts/eiad/micheal.tex
%doc %{_texmfdistdir}/doc/fonts/eiad/recreat.pdf
%doc %{_texmfdistdir}/doc/fonts/eiad/recreat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081205-5
+ Revision: afd53c4
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14982 |14cu|texlive-eiad-ltx-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eiad
# catalog-date 2007-02-06 22:00:42 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-eiad-ltx
Version:	1.0
Release:	5
Summary:	LaTeX support for the eiad font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eiad
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad-ltx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad-ltx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad-ltx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides macros for use of the eiad fonts in OT1 encoding. Also
offers a couple of MetaFont files described in the font
package, but not provided there.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/eiad-ltx/Fbf10.mf
%{_texmfdistdir}/fonts/source/public/eiad-ltx/Fr10.mf
%{_texmfdistdir}/tex/latex/eiad-ltx/eiad.sty
%doc %{_texmfdistdir}/doc/latex/eiad-ltx/README
#- source
%doc %{_texmfdistdir}/source/latex/eiad-ltx/eiad.dtx
%doc %{_texmfdistdir}/source/latex/eiad-ltx/eiad.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 696becb
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14983 |14cu|texlive-eijkhout-20090121-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/eijkhout
# catalog-date 2009-01-21 09:11:46 +0100
# catalog-license collection
# catalog-version undef
Name:		texlive-eijkhout
Version:	20090121
Release:	5
Summary:	Victor Eijkhout's packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/eijkhout
License:	COLLECTION
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eijkhout.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Three unrelated packages: - DB_process, to parse and process
database output; - CD_labeler, to typeset user text to fit on a
CD label; and - repeat, a nestable, generic loop macro.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/eijkhout/CD_labeler.tex
%{_texmfdistdir}/tex/generic/eijkhout/CD_labeler_test.tex
%{_texmfdistdir}/tex/generic/eijkhout/DB_process.tex
%{_texmfdistdir}/tex/generic/eijkhout/repeat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090121-5
+ Revision: d689355
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14984 |14cu|texlive-electrum-1.005b-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19705
# category Package
# catalog-ctan /fonts/electrumadf
# catalog-date 2010-07-28 12:27:25 +0200
# catalog-license other-free
# catalog-version 1.005-b
Name:		texlive-electrum
Version:	1.005b
Release:	5
Summary:	Electrum ADF fonts collection
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/electrumadf
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/electrum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/electrum.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/electrum.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Electrum ADF is a slab-serif font featuring optical and italic
small-caps; additional ligatures and an alternate Q; lining,
hanging, inferior and superior digits; and four weights. The
fonts are provided in Adobe Type 1 format and the support
material enables use with LaTeX. Licence is mixed: LPPL for
LaTeX support; GPL with font exception for the fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yesb8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yesbo8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yesl8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yeslo8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yesr8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yesro8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yess8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yesso8a.afm
%{_texmfdistdir}/fonts/enc/dvips/electrum/supp-yes.enc
%{_texmfdistdir}/fonts/map/dvips/electrum/yes.map
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb08c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb08t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb0o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb0o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb18c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb18t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb1o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb1o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbcj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbcjo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbcjow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbcjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbco8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbcow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbcw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbj8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbjo8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbjo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbjow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbo8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbo8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbo8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl08c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl08t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl0o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl0o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl18c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl18t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl1o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl1o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslcj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslcjo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslcjow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslcjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslco8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslcow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslcw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslj8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesljo8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesljo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesljow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesljw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslo8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslo8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslo8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr08c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr08t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr0o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr0o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr18c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr18t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr1o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr1o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrcj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrcjo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrcjow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrcjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrco8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrcow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrcw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrj8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrjo8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrjo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrjow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesro8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesro8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesro8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesro8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess08c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess08t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess0o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess0o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess18c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess18t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess1o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess1o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesscj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesscjo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesscjow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesscjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessco8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesscow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesscw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessj8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessjo8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessjo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessjow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesso8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesso8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesso8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesso8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessw8t.tfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesb8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesb8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesbo8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesbo8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesl8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesl8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yeslo8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yeslo8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesr8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesr8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesro8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesro8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yess8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yess8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesso8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesso8a.pfm
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb08c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb08t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb0o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb0o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb18c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb18t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb1o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb1o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbcj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbcjo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbcjow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbcjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbco8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbcow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbcw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbj8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbjo8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbjo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbjow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbo8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl08c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl08t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl0o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl0o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl18c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl18t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl1o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl1o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslcj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslcjo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslcjow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslcjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslco8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslcow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslcw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslj8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesljo8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesljo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesljow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesljw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslo8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr08c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr08t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr0o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr0o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr18c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr18t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr1o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr1o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrcj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrcjo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrcjow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrcjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrco8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrcow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrcw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrj8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrjo8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrjo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrjow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesro8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesro8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess08c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess08t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess0o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess0o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess18c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess18t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess1o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess1o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesscj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesscjo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesscjow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesscjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessco8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesscow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesscw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessj8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessjo8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessjo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessjow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesso8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesso8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessw8t.vf
%{_texmfdistdir}/tex/latex/electrum/electrum.sty
%{_texmfdistdir}/tex/latex/electrum/t1yes.fd
%{_texmfdistdir}/tex/latex/electrum/t1yes0.fd
%{_texmfdistdir}/tex/latex/electrum/t1yes1.fd
%{_texmfdistdir}/tex/latex/electrum/t1yesj.fd
%{_texmfdistdir}/tex/latex/electrum/t1yesjw.fd
%{_texmfdistdir}/tex/latex/electrum/t1yesw.fd
%{_texmfdistdir}/tex/latex/electrum/ts1yes.fd
%{_texmfdistdir}/tex/latex/electrum/ts1yes0.fd
%{_texmfdistdir}/tex/latex/electrum/ts1yes1.fd
%{_texmfdistdir}/tex/latex/electrum/ts1yesj.fd
%{_texmfdistdir}/tex/latex/electrum/ts1yesjw.fd
%{_texmfdistdir}/tex/latex/electrum/ts1yesw.fd
%doc %{_texmfdistdir}/doc/fonts/electrum/COPYING
%doc %{_texmfdistdir}/doc/fonts/electrum/NOTICE.txt
%doc %{_texmfdistdir}/doc/fonts/electrum/README
%doc %{_texmfdistdir}/doc/fonts/electrum/electrumadf.pdf
%doc %{_texmfdistdir}/doc/fonts/electrum/electrumadf.tex
%doc %{_texmfdistdir}/doc/fonts/electrum/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/electrum/build-ttsc.mtx
%doc %{_texmfdistdir}/source/fonts/electrum/dotsc2.etx
%doc %{_texmfdistdir}/source/fonts/electrum/dotscbuild.mtx
%doc %{_texmfdistdir}/source/fonts/electrum/dotscmisc.mtx
%doc %{_texmfdistdir}/source/fonts/electrum/newlatin-dotsc.mtx
%doc %{_texmfdistdir}/source/fonts/electrum/reglyph-yes.tex
%doc %{_texmfdistdir}/source/fonts/electrum/supp-yes.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1-dotinferior.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1-dotsuperior.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1-yes.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1-yesw-sc.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1-yesw.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1j-yes.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1j-yesw-sc.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1j-yesw.etx
%doc %{_texmfdistdir}/source/fonts/electrum/ts1-dotinferior.etx
%doc %{_texmfdistdir}/source/fonts/electrum/ts1-dotoldstyle-yes.etx
%doc %{_texmfdistdir}/source/fonts/electrum/ts1-dotsuperior.etx
%doc %{_texmfdistdir}/source/fonts/electrum/ts1-yes.etx
%doc %{_texmfdistdir}/source/fonts/electrum/yes-drv.tex
%doc %{_texmfdistdir}/source/fonts/electrum/yes-map.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.005b-5
+ Revision: 5ef2ccd
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14985 |14cu|texlive-elvish-20080419-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/elvish
# catalog-date 2008-04-19 23:11:03 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-elvish
Version:	20080419
Release:	5
Summary:	Fonts for typesetting Tolkien Elvish scripts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/elvish
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elvish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elvish.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides fonts for Cirth (cirth.mf, etc.) and for
Tengwar (teng10.mf). The Tengwar fonts are supported by macros
in teng.tex, or by the (better documented) tengtex package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/elvish/cirth.mf
%{_texmfdistdir}/fonts/source/public/elvish/teng10.mf
%{_texmfdistdir}/fonts/source/public/elvish/tengdev.mf
%{_texmfdistdir}/fonts/source/public/elvish/tengmacs.mf
%{_texmfdistdir}/fonts/source/public/elvish/tengmain.mf
%{_texmfdistdir}/fonts/source/public/elvish/tengsecs.mf
%{_texmfdistdir}/fonts/source/public/elvish/tengteht.mf
%{_texmfdistdir}/fonts/tfm/public/elvish/cirth.tfm
%{_texmfdistdir}/fonts/tfm/public/elvish/teng10.tfm
%doc %{_texmfdistdir}/doc/fonts/elvish/README
%doc %{_texmfdistdir}/doc/fonts/elvish/teng.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080419-5
+ Revision: ed27431
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14986 |14cu|texlive-encxvlna-20080819-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/encxvlna
# catalog-date 2008-08-19 08:58:40 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-encxvlna
Version:	20080819
Release:	5
Summary:	Insert nonbreakable spaces, using encTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/encxvlna
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/encxvlna.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/encxvlna.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides tools for inserting nonbreakable spaces
after nonsyllabic prepositions and single letter conjunctions
as required by Czech and Slovak typographical rules. It is
implemented using encTeX and provides files both for plain TeX
and LaTeX. The LaTeX solution tries to avoid conflicts with
other packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/encxvlna/encxvlna.sty
%{_texmfdistdir}/tex/plain/encxvlna/encxvlna.tex
%doc %{_texmfdistdir}/doc/generic/encxvlna/License.txt
%doc %{_texmfdistdir}/doc/generic/encxvlna/README
%doc %{_texmfdistdir}/doc/generic/encxvlna/encxvlna.pdf
%doc %{_texmfdistdir}/doc/generic/encxvlna/encxvlna.tex
%doc %{_texmfdistdir}/doc/generic/encxvlna/vlna-inc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080819-5
+ Revision: d6f11ee
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14987 |14cu|texlive-epigrafica-1.01-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17210
# category Package
# catalog-ctan /fonts/greek/epigrafica
# catalog-date 2010-02-24 20:55:02 +0100
# catalog-license gpl
# catalog-version 1.01
Name:		texlive-epigrafica
Version:	1.01
Release:	5
Summary:	A Greek and Latin font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/epigrafica
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epigrafica.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epigrafica.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Epigrafica is forked from the development of the MgOpen font
Cosmetica, which is a similar design to Optima and includes
Greek. Development has been supported by the Laboratory of
Digital Typography and Mathematical Software, of the Department
of Mathematics of the University of the Aegean, Greece.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/epigrafica/Epigrafica-Entona.afm
%{_texmfdistdir}/fonts/afm/public/epigrafica/Epigrafica-EntonaReonta.afm
%{_texmfdistdir}/fonts/afm/public/epigrafica/Epigrafica-Ortha.afm
%{_texmfdistdir}/fonts/afm/public/epigrafica/Epigrafica-Pezokefalaia.afm
%{_texmfdistdir}/fonts/afm/public/epigrafica/Epigrafica-Reonta.afm
%{_texmfdistdir}/fonts/enc/dvips/epigrafica/epigraficahellenic.enc
%{_texmfdistdir}/fonts/map/dvips/epigrafica/epigrafica.map
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficab8a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficab8r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficabi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficabi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficabo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficabo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficac8a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficac8r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahb7a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahb7r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahbi7a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahbi7r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahbo7a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahbo7r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahc7a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahc7r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahi7a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahi7r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahn7r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficaho7a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficaho7r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficai8a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficai8r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigrafican8a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigrafican8r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficao8a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficao8r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/gepigraficahn7a.tfm
%{_texmfdistdir}/fonts/type1/public/epigrafica/Epigrafica-Entona.pfb
%{_texmfdistdir}/fonts/type1/public/epigrafica/Epigrafica-EntonaReonta.pfb
%{_texmfdistdir}/fonts/type1/public/epigrafica/Epigrafica-Ortha.pfb
%{_texmfdistdir}/fonts/type1/public/epigrafica/Epigrafica-Pezokefalaia.pfb
%{_texmfdistdir}/fonts/type1/public/epigrafica/Epigrafica-Reonta.pfb
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficab8r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficabi8r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficabo8r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficac8r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficahb7r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficahbi7r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficahbo7r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficahc7r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficahi7r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficahn7r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficaho7r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficai8r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigrafican8r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficao8r.vf
%{_texmfdistdir}/tex/latex/epigrafica/epigrafica.sty
%{_texmfdistdir}/tex/latex/epigrafica/lgrepigrafica.fd
%{_texmfdistdir}/tex/latex/epigrafica/ot1epigrafica.fd
%doc %{_texmfdistdir}/doc/fonts/epigrafica/README
%doc %{_texmfdistdir}/doc/fonts/epigrafica/doc.zip
%doc %{_texmfdistdir}/doc/fonts/epigrafica/epigrafica.pdf
%doc %{_texmfdistdir}/doc/fonts/epigrafica/epigrafica.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-5
+ Revision: 0ee8ac3
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14988 |14cu|texlive-epigram-20101120-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20513
# category Package
# catalog-ctan /macros/generic/misc/epigram.tex
# catalog-date 2010-11-20 18:15:00 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-epigram
Version:	20101120
Release:	5
Summary:	Display short quotations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/misc/epigram.tex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epigram.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package determines (on the basis of the width of the text
of the epigram, laid out on a single line) whether to produce a
line or a displayed paragraph.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/epigram/epigram.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101120-5
+ Revision: 9d89ea0
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14989 |14cu|texlive-epsdice-2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/epsdice
# catalog-date 2007-02-15 14:08:03 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-epsdice
Version:	2.1
Release:	5
Summary:	A scalable dice "font"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/epsdice
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epsdice.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epsdice.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epsdice.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The epsdice package defines a single command \epsdice that
takes a numeric argument (in the range 1-6), and selects a face
image from a file that contains each of the 6 possible die
faces. The graphic file is provided in both Encapsulated
PostScript and PDF formats.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/epsdice/dice.eps
%{_texmfdistdir}/tex/latex/epsdice/dice.pdf
%{_texmfdistdir}/tex/latex/epsdice/epsdice.cfg
%{_texmfdistdir}/tex/latex/epsdice/epsdice.sty
%doc %{_texmfdistdir}/doc/latex/epsdice/README
%doc %{_texmfdistdir}/doc/latex/epsdice/dice.eps
%doc %{_texmfdistdir}/doc/latex/epsdice/dice.pdf
%doc %{_texmfdistdir}/doc/latex/epsdice/epsdice.pdf
#- source
%doc %{_texmfdistdir}/source/latex/epsdice/epsdice.dtx
%doc %{_texmfdistdir}/source/latex/epsdice/epsdice.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-5
+ Revision: 293195f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14990 |14cu|texlive-eqnarray-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20641
# category Package
# catalog-ctan /macros/latex/contrib/eqnarray
# catalog-date 2010-12-02 11:00:56 +0100
# catalog-license gpl3
# catalog-version 1.3
Name:		texlive-eqnarray
Version:	1.3
Release:	5
Summary:	More generalised equation arrays with numbering
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eqnarray
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqnarray.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqnarray.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqnarray.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines an equationarray environment, that allows more than
three columns, but otherwise behaves like LaTeX's eqnarray
environment. This environment is similar, in some ways, to the
align environment of amsmath. The package requires the array
package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eqnarray/eqnarray.sty
%doc %{_texmfdistdir}/doc/latex/eqnarray/README
%doc %{_texmfdistdir}/doc/latex/eqnarray/eqnarray.pdf
#- source
%doc %{_texmfdistdir}/source/latex/eqnarray/eqnarray.drv
%doc %{_texmfdistdir}/source/latex/eqnarray/eqnarray.dtx
%doc %{_texmfdistdir}/source/latex/eqnarray/eqnarray.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-5
+ Revision: a09e91e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14991 |14cu|texlive-esstix-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22426
# category Package
# catalog-ctan /fonts/esstix
# catalog-date 2011-05-10 11:05:00 +0200
# catalog-license ofl
# catalog-version 1.0
Name:		texlive-esstix
Version:	1.0
Release:	5
Summary:	PostScript versions of the ESSTIX, with macro support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/esstix
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esstix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esstix.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These fonts represent translation to PostScript Type 1 of the
ESSTIX fonts. ESSTIX seem to have been a precursor to the STIX
project, and were donated by Elsevier to that project. The
accompanying virtual fonts with customized metrics and LaTeX
support files allow their use as calligraphic, fraktur and
double-struck (blackboard bold) in maths mode.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX10.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX10.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX11.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX11.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX12.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX12.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX13.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX13.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX14.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX14.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX15.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX15.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX16.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX16.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX17.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX17.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX1_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX1_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX2_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX2_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX3_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX3_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX4_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX4_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX5_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX5_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX6_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX6_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX7_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX7_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX8_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX8_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX9_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX9_.afm
%{_texmfdistdir}/fonts/map/dvips/esstix/ESSTIX.map
%{_texmfdistdir}/fonts/tfm/public/esstix/esstixbb.tfm
%{_texmfdistdir}/fonts/tfm/public/esstix/esstixcal.tfm
%{_texmfdistdir}/fonts/tfm/public/esstix/esstixfrak.tfm
%{_texmfdistdir}/fonts/tfm/public/esstix/rESSTIX13.tfm
%{_texmfdistdir}/fonts/tfm/public/esstix/rESSTIX14.tfm
%{_texmfdistdir}/fonts/tfm/public/esstix/rESSTIX15.tfm
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX10.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX11.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX12.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX13.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX14.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX15.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX16.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX17.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX1_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX2_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX3_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX4_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX5_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX6_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX7_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX8_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX9_.pfb
%{_texmfdistdir}/fonts/vf/public/esstix/esstixbb.vf
%{_texmfdistdir}/fonts/vf/public/esstix/esstixcal.vf
%{_texmfdistdir}/fonts/vf/public/esstix/esstixfrak.vf
%{_texmfdistdir}/tex/latex/esstix/esstixbb.sty
%{_texmfdistdir}/tex/latex/esstix/esstixcal.sty
%{_texmfdistdir}/tex/latex/esstix/esstixfrak.sty
%{_texmfdistdir}/tex/latex/esstix/uesstixbb.fd
%{_texmfdistdir}/tex/latex/esstix/uesstixcal.fd
%{_texmfdistdir}/tex/latex/esstix/uesstixfrak.fd
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX10.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX11.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX12.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX13.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX14.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX15.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX16.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX17.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX1_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX2_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX3_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX4_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX5_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX6_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX7_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX8_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX9_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/Esstix.pdf
%doc %{_texmfdistdir}/doc/fonts/esstix/Esstix.tex
%doc %{_texmfdistdir}/doc/fonts/esstix/README
%doc %{_texmfdistdir}/doc/fonts/esstix/esstixOther.map

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 3dd903a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14992 |14cu|texlive-esvect-1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/esvect
# catalog-date 2006-10-27 00:09:51 +0200
# catalog-license gpl
# catalog-version 1.2
Name:		texlive-esvect
Version:	1.2
Release:	5
Summary:	Vector arrows
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/esvect
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esvect.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esvect.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esvect.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Write vectors using an arrow which is different to the Computer
Modern one. You have the choice between several kinds of
arrows. The package consists of the relevant metafont code and
a package to use it.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/esvect/esvect.map
%{_texmfdistdir}/fonts/source/public/esvect/mathvec.mf
%{_texmfdistdir}/fonts/source/public/esvect/vecsym.mf
%{_texmfdistdir}/fonts/source/public/esvect/vect10.mf
%{_texmfdistdir}/fonts/source/public/esvect/vect5.mf
%{_texmfdistdir}/fonts/source/public/esvect/vect6.mf
%{_texmfdistdir}/fonts/source/public/esvect/vect7.mf
%{_texmfdistdir}/fonts/source/public/esvect/vect8.mf
%{_texmfdistdir}/fonts/source/public/esvect/vect9.mf
%{_texmfdistdir}/fonts/source/public/esvect/vsymbol.mf
%{_texmfdistdir}/fonts/tfm/public/esvect/vect10.tfm
%{_texmfdistdir}/fonts/tfm/public/esvect/vect5.tfm
%{_texmfdistdir}/fonts/tfm/public/esvect/vect6.tfm
%{_texmfdistdir}/fonts/tfm/public/esvect/vect7.tfm
%{_texmfdistdir}/fonts/tfm/public/esvect/vect8.tfm
%{_texmfdistdir}/fonts/tfm/public/esvect/vect9.tfm
%{_texmfdistdir}/fonts/type1/public/esvect/vect10.pfb
%{_texmfdistdir}/fonts/type1/public/esvect/vect5.pfb
%{_texmfdistdir}/fonts/type1/public/esvect/vect6.pfb
%{_texmfdistdir}/fonts/type1/public/esvect/vect7.pfb
%{_texmfdistdir}/fonts/type1/public/esvect/vect8.pfb
%{_texmfdistdir}/fonts/type1/public/esvect/vect9.pfb
%{_texmfdistdir}/tex/latex/esvect/esvect.sty
%{_texmfdistdir}/tex/latex/esvect/uesvect.fd
%doc %{_texmfdistdir}/doc/latex/esvect/README
%doc %{_texmfdistdir}/doc/latex/esvect/esvect.pdf
#- source
%doc %{_texmfdistdir}/source/latex/esvect/esvect.dtx
%doc %{_texmfdistdir}/source/latex/esvect/esvect.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-5
+ Revision: e4cd236
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14993 |14cu|texlive-euxm-20111103-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20202
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-euxm
Version:	20111103
Release:	5
Summary:	TeXLive euxm package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euxm.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive euxm package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/euxm/eubase.mf
%{_texmfdistdir}/fonts/source/public/euxm/eusmch.mf
%{_texmfdistdir}/fonts/source/public/euxm/euxm10.mf
%{_texmfdistdir}/fonts/source/public/euxm/euxm5.mf
%{_texmfdistdir}/fonts/source/public/euxm/euxm7.mf
%{_texmfdistdir}/fonts/source/public/euxm/euxmch.mf
%{_texmfdistdir}/fonts/tfm/public/euxm/euxm10.tfm
%{_texmfdistdir}/fonts/tfm/public/euxm/euxm5.tfm
%{_texmfdistdir}/fonts/tfm/public/euxm/euxm7.tfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-5
+ Revision: 2e9ea2f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14994 |14cu|texlive-extarrows-1.0b-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/extarrows
# catalog-date 2008-05-15 16:08:02 +0200
# catalog-license lgpl
# catalog-version 1.0b
Name:		texlive-extarrows
Version:	1.0b
Release:	5
Summary:	Extra Arrows beyond those provided in AMSmath
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/extarrows
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extarrows.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extarrows.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Arrows are provided to supplement \xleftarrow and \xrightarrow
of the AMSMath package: \xlongequal, \xLongleftarrow,
\xLongrightarrow, \xLongleftrightarrow, \xLeftrightarrow.
\xlongleftrightarrow, \xleftrightarrow, \xlongleftarrow and
\xlongrightarrow.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/extarrows/extarrows.sty
%doc %{_texmfdistdir}/doc/latex/extarrows/README
%doc %{_texmfdistdir}/doc/latex/extarrows/extarrows-test.pdf
%doc %{_texmfdistdir}/doc/latex/extarrows/extarrows-test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0b-5
+ Revision: eaa6ee2
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14995 |14cu|texlive-extpfeil-0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16243
# category Package
# catalog-ctan /macros/latex/contrib/extpfeil
# catalog-date 2009-10-31 20:51:21 +0100
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-extpfeil
Version:	0.4
Release:	5
Summary:	Extensible arrows in mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/extpfeil
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extpfeil.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extpfeil.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extpfeil.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The exptfeil package provides some more extensible arrows
(usable in the same way as \xleftarrow from amsmath), and a
command to simply create new ones.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/extpfeil/extpfeil.sty
%doc %{_texmfdistdir}/doc/latex/extpfeil/README
%doc %{_texmfdistdir}/doc/latex/extpfeil/extpfeil.pdf
#- source
%doc %{_texmfdistdir}/source/latex/extpfeil/extpfeil.dtx
%doc %{_texmfdistdir}/source/latex/extpfeil/extpfeil.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-5
+ Revision: 053f2b4
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14996 |14cu|texlive-faktor-0.1b-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/faktor
# catalog-date 2007-02-27 14:19:10 +0100
# catalog-license lppl
# catalog-version 0.1b
Name:		texlive-faktor
Version:	0.1b
Release:	5
Summary:	Typeset quotient structures with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/faktor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/faktor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/faktor.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/faktor.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to typeset factor structures, as
are used in many areas of algebraic notation. The structure is
similar to the 'A/B' that is provided by the nicefrac package
(part of the units distribution), and by the xfrac package; the
most obvious difference is that the numerator and denominator's
sizes do not change in the \faktor command.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/faktor/faktor.sty
%doc %{_texmfdistdir}/doc/latex/faktor/README
%doc %{_texmfdistdir}/doc/latex/faktor/faktor.pdf
#- source
%doc %{_texmfdistdir}/source/latex/faktor/faktor.dtx
%doc %{_texmfdistdir}/source/latex/faktor/faktor.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1b-5
+ Revision: ef34fa3
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14997 |14cu|texlive-fbs-20080819-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/misc/fbs.bst
# catalog-date 2008-08-19 20:38:14 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-fbs
Version:	20080819
Release:	5
Summary:	BibTeX style for Frontiers in Bioscience
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/misc/fbs.bst
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fbs.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A BibTeX style file made with custom-bib to fit Frontiers in
Bioscience requirements: - all authors, no et al, full author
names, initials abbreviated; - only abbreviated journal name
italicised, no abbreviation dots; - only year, no month, at end
of reference; and - DOI excluded, ISSN excluded.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/fbs/fbs.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080819-5
+ Revision: 8fae2ee
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14998 |14cu|texlive-fdsymbol-0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26722
# category Package
# catalog-ctan /fonts/fdsymbol
# catalog-date 2012-05-29 12:56:38 +0200
# catalog-license ofl
# catalog-version 0.8
Name:		texlive-fdsymbol
Version:	0.8
Release:	4
Summary:	A maths symbol font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/fdsymbol
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fdsymbol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fdsymbol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fdsymbol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
FdSymbol is a maths symbol font, designed as a companion to the
Fedra family by Typotheque, but it might also fit other
contemporary typefaces.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-a.enc
%{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-b.enc
%{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-c.enc
%{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-d.enc
%{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-e.enc
%{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-f.enc
%{_texmfdistdir}/fonts/map/dvips/fdsymbol/fdsymbol.map
%{_texmfdistdir}/fonts/opentype/public/fdsymbol/FdSymbol-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/fdsymbol/FdSymbol-Book.otf
%{_texmfdistdir}/fonts/opentype/public/fdsymbol/FdSymbol-Medium.otf
%{_texmfdistdir}/fonts/opentype/public/fdsymbol/FdSymbol-Regular.otf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA-Bold.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA-Book.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA-Medium.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA-Regular.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB-Bold.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB-Book.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB-Medium.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB-Regular.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC-Bold.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC-Book.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC-Medium.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC-Regular.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD-Bold.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD-Book.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD-Medium.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD-Regular.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE-Bold.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE-Book.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE-Medium.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE-Regular.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF-Bold.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF-Book.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF-Medium.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF-Regular.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fdaccents.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fdarrows.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fdbase.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fddelims.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fdgeometric.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fdoperators.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fdrelations.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fdturnstile.mf
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolA-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolA-Book.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolA-Medium.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolA-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolB-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolB-Book.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolB-Medium.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolB-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolC-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolC-Book.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolC-Medium.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolC-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolD-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolD-Book.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolD-Medium.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolD-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolE-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolE-Book.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolE-Medium.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolE-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolF-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolF-Book.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolF-Medium.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolF-Regular.tfm
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolA-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolA-Book.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolA-Medium.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolA-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolB-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolB-Book.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolB-Medium.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolB-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolC-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolC-Book.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolC-Medium.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolC-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolD-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolD-Book.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolD-Medium.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolD-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolE-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolE-Book.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolE-Medium.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolE-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolF-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolF-Book.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolF-Medium.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolF-Regular.pfb
%{_texmfdistdir}/tex/latex/fdsymbol/fdsymbol.sty
%doc %{_texmfdistdir}/doc/fonts/fdsymbol/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/fdsymbol/OFL.txt
%doc %{_texmfdistdir}/doc/latex/fdsymbol/fdsymbol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fdsymbol/fdsymbol.dtx
%doc %{_texmfdistdir}/source/latex/fdsymbol/fdsymbol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8-4
+ Revision: 4fdf315
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 14999 |14cu|texlive-fenixpar-0.92-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24730
# category Package
# catalog-ctan /macros/generic/fenixpar
# catalog-date 2011-11-18 23:08:42 +0100
# catalog-license lppl
# catalog-version 0.92
Name:		texlive-fenixpar
Version:	0.92
Release:	5
Summary:	One-shot changes to token registers such as \everypar
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/fenixpar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fenixpar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fenixpar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides two packages, fenxitok and fenixpar. The
fenixtok package provides user macros to add material to a
token register; the material will be (automatically) removed
from the token register when the register is executed. Material
may be added either to the left or to the right, and care is
taken not to override any redefinition that may be included in
the token register itself. The fenixpar package uses the macros
of fenixtok to provide a user interface to manipulation of the
\everypar token register. The packages require the e-TeX
extensions; with them, they work either with Plain TeX or with
LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/fenixpar/fenixpar.sty
%{_texmfdistdir}/tex/generic/fenixpar/fenixtok.sty
%doc %{_texmfdistdir}/doc/generic/fenixpar/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.92-5
+ Revision: 9abae80
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15000 |14cu|texlive-feyn-0.3.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/feyn
# catalog-date 2009-10-08 14:27:31 +0200
# catalog-license gpl
# catalog-version 0.3.3
Name:		texlive-feyn
Version:	0.3.3
Release:	5
Summary:	A font for in-text Feynman diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/feyn
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feyn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feyn.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feyn.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Feyn may be used to produce relatively simple Feynman diagrams
within equations in a LaTeX document. While the feynmf package
is good at drawing large diagrams for figures, the present
package and its fonts allow diagrams within equations or text,
at a matching size. The fonts are distributed as MetaFont
source, and macros for their use are also provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/feyn/feyn.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyn10.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyn11.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyn12.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyn18.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyn24.mf
%{_texmfdistdir}/fonts/source/public/feyn/feynmac.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyntext10.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyntext11.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyntext12.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyntext18.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyntext24.mf
%{_texmfdistdir}/fonts/tfm/public/feyn/feyn10.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyn11.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyn12.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyn18.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyn24.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyntext10.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyntext11.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyntext12.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyntext18.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyntext24.tfm
%{_texmfdistdir}/tex/latex/feyn/feyn.sty
%doc %{_texmfdistdir}/doc/fonts/feyn/LICENCE
%doc %{_texmfdistdir}/doc/fonts/feyn/README
%doc %{_texmfdistdir}/doc/fonts/feyn/VERSION
%doc %{_texmfdistdir}/doc/fonts/feyn/exercise-font.pdf
%doc %{_texmfdistdir}/doc/fonts/feyn/exercise-font.tex
%doc %{_texmfdistdir}/doc/fonts/feyn/feyn.pdf
%doc %{_texmfdistdir}/doc/fonts/feyn/overheads.pdf
%doc %{_texmfdistdir}/doc/fonts/feyn/overheads.tex
#- source
%doc %{_texmfdistdir}/source/fonts/feyn/feyn.drv
%doc %{_texmfdistdir}/source/fonts/feyn/feyn.dtx
%doc %{_texmfdistdir}/source/fonts/feyn/feyn.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.3-5
+ Revision: d9c27ab
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15001 |14cu|texlive-fge-1.24-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24732
# category Package
# catalog-ctan /fonts/fge
# catalog-date 2011-11-18 06:50:27 +0100
# catalog-license lppl
# catalog-version 1.24
Name:		texlive-fge
Version:	1.24
Release:	5
Summary:	A font for Frege's Grundgesetze der Arithmetik
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/fge
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fge.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fge.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fge.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts are provided as Metafont source and Adobe Type 1
(pfb) files. A small LaTeX package (fge) is included.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/fge/fge.map
%{_texmfdistdir}/fonts/source/public/fge/fgebase.mf
%{_texmfdistdir}/fonts/source/public/fge/fgeit.mf
%{_texmfdistdir}/fonts/source/public/fge/fgeit10.mf
%{_texmfdistdir}/fonts/source/public/fge/fgerm.mf
%{_texmfdistdir}/fonts/source/public/fge/fgerm10.mf
%{_texmfdistdir}/fonts/tfm/public/fge/fgeit10.tfm
%{_texmfdistdir}/fonts/tfm/public/fge/fgerm10.tfm
%{_texmfdistdir}/fonts/type1/public/fge/fgeit10.pfb
%{_texmfdistdir}/fonts/type1/public/fge/fgerm10.pfb
%{_texmfdistdir}/tex/latex/fge/Ufgeit.fd
%{_texmfdistdir}/tex/latex/fge/Ufgerm.fd
%{_texmfdistdir}/tex/latex/fge/fge.cfg
%{_texmfdistdir}/tex/latex/fge/fge.sty
%doc %{_texmfdistdir}/doc/fonts/fge/README
%doc %{_texmfdistdir}/doc/fonts/fge/fge-doc.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/fge/fge.dtx
%doc %{_texmfdistdir}/source/fonts/fge/fge.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.24-5
+ Revision: 53a8ba3
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15002 |14cu|texlive-figbib-20061019-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19388
# category Package
# catalog-ctan /macros/latex/contrib/figbib
# catalog-date 2006-10-19 22:42:58 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-figbib
Version:	20061019
Release:	5
Summary:	Organize figure databases with BibTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/figbib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/figbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/figbib.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
FigBib lets you organize your figures in BibTeX databases. Some
FigBib features are: - Store and manage figures in a BibTeX
database; - Include figures in your LaTeX document with one
short command; - Generate a List of Figures containing
more/other information than the figure captions; - Control with
one switch where to output the figures, either as usual float
objects or in a separate part at the end of your document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/figbib/figbib.bst
%{_texmfdistdir}/bibtex/bst/figbib/figbib1.bst
%{_texmfdistdir}/tex/latex/figbib/figbib.sty
%doc %{_texmfdistdir}/doc/latex/figbib/README
%doc %{_texmfdistdir}/doc/latex/figbib/figbib_doc.pdf
%doc %{_texmfdistdir}/doc/latex/figbib/figbib_doc.tex
%doc %{_texmfdistdir}/doc/latex/figbib/figbib_sample.bib
%doc %{_texmfdistdir}/doc/latex/figbib/figbib_sample.pdf
%doc %{_texmfdistdir}/doc/latex/figbib/figbib_sample.tex
%doc %{_texmfdistdir}/doc/latex/figbib/smiley.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061019-5
+ Revision: b34a5b9
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15003 |14cu|texlive-figflow-20110218-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21462
# category Package
# catalog-ctan /macros/plain/contrib/figflow
# catalog-date 2011-02-18 10:42:52 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-figflow
Version:	20110218
Release:	5
Summary:	Flow text around a figure
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/figflow
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/figflow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/figflow.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a Plain TeX macro \figflow that allows one to insert a
figure into an area inset into a paragraph. Command arguments
are width and height of the figure, and the figure (and its
caption) itself. Usage details are to be found in the TeX file
itself. The package does not work with LaTeX; packages such as
wrapfig, floatflt and picins support the needs of LaTeX users
in this area.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/figflow/figflow.tex
%doc %{_texmfdistdir}/doc/plain/figflow/README.figflow

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110218-5
+ Revision: c4b5d94
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15004 |14cu|texlive-findhyph-3.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30915
# category Package
# catalog-ctan /support/findhyph
# catalog-date 2013-06-21 02:36:55 +0200
# catalog-license gpl
# catalog-version 3.3
Name:		texlive-findhyph
Version:	3.3
Release:	8
Summary:	Find hyphenated words in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/findhyph
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/findhyph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/findhyph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-findhyph.bin = %{EVRD}

%description
Findhyph is a Perl script that will analyse the log file from
running your document with \tracingparagraphs=1 set. The output
contains enough context to enable you to find the hyphenated
word that's being referenced.


#-----------------------------------------------------------------------
%files
%{_bindir}/findhyph
%{_texmfdistdir}/scripts/findhyph/findhyph
%doc %{_mandir}/man1/findhyph.1*
%doc %{_texmfdistdir}/doc/man/man1/findhyph.man1.pdf
%doc %{_texmfdistdir}/doc/support/findhyph/Makefile.doc
%doc %{_texmfdistdir}/doc/support/findhyph/README
%doc %{_texmfdistdir}/doc/support/findhyph/findhyph.bat
%doc %{_texmfdistdir}/doc/support/findhyph/findhyph.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/findhyph/findhyph findhyph
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.3-8
+ Revision: 591359e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15005 |14cu|texlive-fixpdfmag-20090917-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/misc/fixpdfmag.tex
# catalog-date 2009-09-17 21:16:39 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-fixpdfmag
Version:	20090917
Release:	5
Summary:	Fix magnification in PDFTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/misc/fixpdfmag.tex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixpdfmag.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A recent change to PDFTeX has caused magnification to apply to
page dimensions. This small package changes the values set in
the page dimension variables from pt to truept, thus evading
the effects of \mag.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/fixpdfmag/fixpdfmag.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090917-5
+ Revision: bcfe2e3
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15006 |14cu|texlive-fltpoint-1.1b-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fltpoint
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version 1.1b
Name:		texlive-fltpoint
Version:	1.1b
Release:	5
Summary:	Simple floating point arithmetic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fltpoint
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fltpoint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fltpoint.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fltpoint.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides simple floating point operations
(addition, subtraction, multiplication, division and rounding).
Used, for example, by rccol.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/fltpoint/deccomma.sty
%{_texmfdistdir}/tex/generic/fltpoint/fltpoint.sty
%{_texmfdistdir}/tex/generic/fltpoint/fltpoint.tex
%doc %{_texmfdistdir}/doc/generic/fltpoint/README
%doc %{_texmfdistdir}/doc/generic/fltpoint/fltpoint.pdf
#- source
%doc %{_texmfdistdir}/source/generic/fltpoint/fltpoint.dtx
%doc %{_texmfdistdir}/source/generic/fltpoint/fltpoint.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1b-5
+ Revision: 72c691f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15007 |14cu|texlive-fntproof-20101201-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20638
# category Package
# catalog-ctan /macros/generic/fntproof
# catalog-date 2010-12-01 01:24:27 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-fntproof
Version:	20101201
Release:	5
Summary:	A programmable font test pattern generator
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/fntproof
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fntproof.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fntproof.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package implements all the font testing commands of Knuth's
testfont.tex, but arranges that information necessary for each
command is supplied as arguments to that command, rather than
prompted for. This makes it possible to type all the tests in
one command line, and easy to input the package in a file and
to use the commands there. A few additional commands supporting
this last purpose are also made available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/fntproof/fntproof.tex
%doc %{_texmfdistdir}/doc/generic/fntproof/README
%doc %{_texmfdistdir}/doc/generic/fntproof/fntproof-doc.pdf
%doc %{_texmfdistdir}/doc/generic/fntproof/fntproof-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101201-5
+ Revision: 749de4b
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15008 |14cu|texlive-foekfont-20070227-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/foekfont
# catalog-date 2007-02-27 14:19:10 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-foekfont
Version:	20070227
Release:	5
Summary:	The title font of the Mads Fok magazine
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/foekfont
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foekfont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foekfont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides an Adobe Type 1 font, and LaTeX support for
its use. The magazine web site shows the font in use in a few
places.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/foekfont/foekfont.map
%{_texmfdistdir}/fonts/tfm/public/foekfont/foekfont.tfm
%{_texmfdistdir}/fonts/type1/public/foekfont/FoekFont.pfb
%{_texmfdistdir}/tex/latex/foekfont/foekfont.sty
%{_texmfdistdir}/tex/latex/foekfont/ot1foekfont.fd
%{_texmfdistdir}/tex/latex/foekfont/t1foekfont.fd
%doc %{_texmfdistdir}/doc/latex/foekfont/FoekFont.sfd
%doc %{_texmfdistdir}/doc/latex/foekfont/README
%doc %{_texmfdistdir}/doc/latex/foekfont/foekfont.pdf
%doc %{_texmfdistdir}/doc/latex/foekfont/foekfont.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070227-5
+ Revision: 1f23fbe
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15009 |14cu|texlive-fonetika-20080819-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21326
# category Package
# catalog-ctan /fonts/fonetika
# catalog-date 2008-08-19 20:38:14 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-fonetika
Version:	20080819
Release:	5
Summary:	Support for the danish "Dania" phonetic system
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/fonetika
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonetika.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonetika.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Fonetika Dania is a font bundle with a serif font and a sans
serif font for the danish phonetic system Dania. Both fonts
exist in regular and bold weights. LaTeX support is provided.
The fonts are based on URW Palladio and Iwona Condensed, and
were created using FontForge.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/fonetika/FonetikaDaniaIwonaeBold.afm
%{_texmfdistdir}/fonts/afm/public/fonetika/FonetikaDaniaIwonaeRegular.afm
%{_texmfdistdir}/fonts/afm/public/fonetika/FonetikaDaniaPallaeBold.afm
%{_texmfdistdir}/fonts/afm/public/fonetika/FonetikaDaniaPallaeRegular.afm
%{_texmfdistdir}/fonts/map/dvips/fonetika/fonetika.map
%{_texmfdistdir}/fonts/tfm/public/fonetika/fonetika.tfm
%{_texmfdistdir}/fonts/tfm/public/fonetika/fonetikabold.tfm
%{_texmfdistdir}/fonts/tfm/public/fonetika/fonetikasans.tfm
%{_texmfdistdir}/fonts/tfm/public/fonetika/fonetikasansbold.tfm
%{_texmfdistdir}/fonts/truetype/public/fonetika/FonetikaDaniaIwonaeBold.ttf
%{_texmfdistdir}/fonts/truetype/public/fonetika/FonetikaDaniaIwonaeRegular.ttf
%{_texmfdistdir}/fonts/truetype/public/fonetika/FonetikaDaniaPallaeBold.ttf
%{_texmfdistdir}/fonts/truetype/public/fonetika/FonetikaDaniaPallaeRegular.ttf
%{_texmfdistdir}/fonts/type1/public/fonetika/FonetikaDaniaIwonaeBold.pfb
%{_texmfdistdir}/fonts/type1/public/fonetika/FonetikaDaniaIwonaeRegular.pfb
%{_texmfdistdir}/fonts/type1/public/fonetika/FonetikaDaniaPallaeBold.pfb
%{_texmfdistdir}/fonts/type1/public/fonetika/FonetikaDaniaPallaeRegular.pfb
%{_texmfdistdir}/tex/latex/fonetika/fonetika.sty
%{_texmfdistdir}/tex/latex/fonetika/t1fonetika.fd
%doc %{_texmfdistdir}/doc/fonts/fonetika/README
%doc %{_texmfdistdir}/doc/fonts/fonetika/fonetika.pdf
%doc %{_texmfdistdir}/doc/fonts/fonetika/fonetika.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080819-5
+ Revision: 5fe7735
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15010 |14cu|texlive-fontch-2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17859
# category Package
# catalog-ctan /macros/plain/contrib/fontch
# catalog-date 2010-04-13 09:02:45 +0200
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-fontch
Version:	2.2
Release:	5
Summary:	Changing fonts, sizes and encodings in Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/fontch
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontch.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fontch macros allow the user to change font size and family
anywhere in a plain TeX document. Sizes of 8, 10, 12, 14, 20
and 24 points are available. A sans serif family (\sf) is
defined in addition to the families already defined in plain
TeX. Optional support for Latin Modern T1 and TS1 fonts is
given. There are macros for non-latin1 letters and for most TS1
symbols. Math mode always uses CM fonts. A command for
producing doubled-spaced documents is also provided. The
present version of the package is designed to deal with the
latest release of the Latin Modern fonts version 1.106.
Unfortunately, it can no longer support earlier versions of the
fonts, so an obsolete version of the package is retained for
users who don't yet have access to the latest version of the
fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/fontch/DSmac.tex
%{_texmfdistdir}/tex/plain/fontch/TS1mac.tex
%{_texmfdistdir}/tex/plain/fontch/bsymbols.tex
%{_texmfdistdir}/tex/plain/fontch/fontch.tex
%{_texmfdistdir}/tex/plain/fontch/fontch_doc.tex
%doc %{_texmfdistdir}/doc/plain/fontch/README
%doc %{_texmfdistdir}/doc/plain/fontch/fontch.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-5
+ Revision: cc063f8
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15011 |14cu|texlive-font-change-2010.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19709
# category Package
# catalog-ctan /macros/plain/contrib/font-change
# catalog-date 2010-07-19 16:45:16 +0200
# catalog-license other-free
# catalog-version 2010.1
Name:		texlive-font-change
Version:	2010.1
Release:	5
Summary:	Macros to Change Text and Math fonts in plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/font-change
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/font-change.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/font-change.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros to Change Text and Math fonts in TeX: 19 Beautiful
Variants These macros are written for plain TeX and can be used
with other packages like AmSTeX, eplain, etc. They allow you to
change the fonts (text and math) in your TeX document with only
one statement. Also different font sizes are available. All the
fonts called by these macro files are free and are included in
the present MiKTeX and TeX Live distributions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/font-change/font-change.tex
%{_texmfdistdir}/tex/plain/font-change/font_antp_euler.tex
%{_texmfdistdir}/tex/plain/font-change/font_antt-condensed-light.tex
%{_texmfdistdir}/tex/plain/font-change/font_antt-condensed-medium.tex
%{_texmfdistdir}/tex/plain/font-change/font_antt-condensed.tex
%{_texmfdistdir}/tex/plain/font-change/font_antt-light.tex
%{_texmfdistdir}/tex/plain/font-change/font_antt-medium.tex
%{_texmfdistdir}/tex/plain/font-change/font_antt.tex
%{_texmfdistdir}/tex/plain/font-change/font_arev.tex
%{_texmfdistdir}/tex/plain/font-change/font_artemisia_euler.tex
%{_texmfdistdir}/tex/plain/font-change/font_bera_concrete.tex
%{_texmfdistdir}/tex/plain/font-change/font_bera_euler.tex
%{_texmfdistdir}/tex/plain/font-change/font_bera_fnc.tex
%{_texmfdistdir}/tex/plain/font-change/font_bookman.tex
%{_texmfdistdir}/tex/plain/font-change/font_century.tex
%{_texmfdistdir}/tex/plain/font-change/font_charter.tex
%{_texmfdistdir}/tex/plain/font-change/font_cm.tex
%{_texmfdistdir}/tex/plain/font-change/font_cmbright.tex
%{_texmfdistdir}/tex/plain/font-change/font_concrete.tex
%{_texmfdistdir}/tex/plain/font-change/font_epigrafica_euler.tex
%{_texmfdistdir}/tex/plain/font-change/font_epigrafica_palatino.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona-bold.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona-condensed-bold.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona-condensed-light.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona-condensed-medium.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona-condensed.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona-light.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona-medium.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona.tex
%{_texmfdistdir}/tex/plain/font-change/font_kp-light.tex
%{_texmfdistdir}/tex/plain/font-change/font_kp.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier-bold.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier-condensed-bold.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier-condensed-light.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier-condensed-medium.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier-condensed.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier-light.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier-medium.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier.tex
%{_texmfdistdir}/tex/plain/font-change/font_libertine_kp.tex
%{_texmfdistdir}/tex/plain/font-change/font_libertine_palatino.tex
%{_texmfdistdir}/tex/plain/font-change/font_libertine_times.tex
%{_texmfdistdir}/tex/plain/font-change/font_pagella.tex
%{_texmfdistdir}/tex/plain/font-change/font_palatino.tex
%{_texmfdistdir}/tex/plain/font-change/font_times.tex
%{_texmfdistdir}/tex/plain/font-change/font_utopia.tex
%doc %{_texmfdistdir}/doc/plain/font-change/README
%doc %{_texmfdistdir}/doc/plain/font-change/default-amssymbols.tex
%doc %{_texmfdistdir}/doc/plain/font-change/font-change.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2010.1-5
+ Revision: 157101a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15012 |14cu|texlive-footbib-2.0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17115
# category Package
# catalog-ctan /macros/latex/contrib/footbib
# catalog-date 2010-02-20 20:57:03 +0100
# catalog-license lppl
# catalog-version 2.0.7
Name:		texlive-footbib
Version:	2.0.7
Release:	5
Summary:	Bibliographic references as footnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/footbib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footbib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footbib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes bibliographic references appear as footnotes.
It defines a command \footcite which is similar to the LaTeX
\cite command but the references cited in this way appear at
the bottom of the pages. This 'foot bibliography' does not
conflict with the standard one and both may exist
simultaneously in a document. The command \cite may still be
used to produce the standard bibliography. The foot
bibliography uses its own style and bibliographic database
which may be specified independently of the standard one. Any
standard bibliography style may be used.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/footbib/footbib.sty
%doc %{_texmfdistdir}/doc/latex/footbib/README
%doc %{_texmfdistdir}/doc/latex/footbib/footbib.pdf
#- source
%doc %{_texmfdistdir}/source/latex/footbib/footbib.dtx
%doc %{_texmfdistdir}/source/latex/footbib/footbib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.7-5
+ Revision: 7184f40
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15013 |14cu|texlive-fourier-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/fourier-GUT
# catalog-date 2008-12-13 14:57:21 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-fourier
Version:	1.3
Release:	5
Summary:	Using Utopia fonts in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/fourier-GUT
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fourier.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fourier.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fourier.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
Fourier-GUTenberg is a LaTeX typesetting system which uses
Adobe Utopia as its standard base font. Fourier-GUTenberg
provides all complementary typefaces needed to allow Utopia
based TeX typesetting, including an extensive mathematics set
and several other symbols. The system is absolutely stand-
alone: apart from Utopia and Fourier, no other typefaces are
required. The fourier fonts will also work with Adobe Utopia
Expert fonts, which are only available for purchase. Utopia is
a registered trademark of Adobe Systems Incorporated.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-alt-black.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-alt-bold.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-alt-boldita.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-alt-ita.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-alt-semi.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-alt-semiita.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-alt.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-bb.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-mcl.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-mex.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-ml.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-mlb.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-mlit.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-mlitb.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-ms.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-orns.afm
%{_texmfdistdir}/fonts/map/dvips/fourier/fourier-utopia-expert.map
%{_texmfdistdir}/fonts/map/dvips/fourier/fourier.map
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-black.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-bold-sl.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-boldita.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-ita.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-semi-sl.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-semi.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-semiita.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-sl.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-bb.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-mcl.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-mex.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-ml.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-mlb.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-mlit.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-mlitb.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-ms.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-orns.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futb8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futb9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futb9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futb9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbi8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbi9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbi9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbi9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbo8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbo9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbo9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbo9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futboorn.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futborn.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futc8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futc9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futc9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futc9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futcorn.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futmi.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futmib.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futmii.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futmiib.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futr8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futr9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futr9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futr9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futrc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futrc9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futrc9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futrd8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futrd8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futri8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futri8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futri9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futri9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futri9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futro8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futro9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futro9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futro9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futroorn.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futrorn.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futs8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futs8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futs9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futs9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futs9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsc9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsc9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsi8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsi9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsi9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsi9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futso8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futso8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futso9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futso9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futso9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsoorn.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsorn.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsy.tfm
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-alt-black.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-alt-bold.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-alt-boldita.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-alt-ita.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-alt-semi.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-alt-semiita.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-alt.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-bb.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-mcl.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-mex.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-ml.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-mlb.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-mlit.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-mlitb.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-ms.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-orns.pfb
%{_texmfdistdir}/fonts/vf/public/fourier/futb8c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futb8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futb9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futb9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futb9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbc8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbi8c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbi8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbi9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbi9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbi9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbo8c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbo8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbo9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbo9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbo9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futboorn.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futborn.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futc9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futc9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futc9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futcorn.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futmi.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futmib.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futmii.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futmiib.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futr8c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futr8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futr9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futr9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futr9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futrc8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futrc9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futrc9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futrd8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futri8c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futri8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futri9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futri9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futri9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futro8c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futro8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futro9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futro9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futro9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futroorn.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futrorn.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futs9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futs9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futs9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsc9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsc9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsi9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsi9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsi9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futso9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futso9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futso9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsoorn.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsorn.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsy.vf
%{_texmfdistdir}/tex/latex/fourier/fmlfutm.fd
%{_texmfdistdir}/tex/latex/fourier/fmlfutmi.fd
%{_texmfdistdir}/tex/latex/fourier/fmsfutm.fd
%{_texmfdistdir}/tex/latex/fourier/fmxfutm.fd
%{_texmfdistdir}/tex/latex/fourier/fourier-orns.sty
%{_texmfdistdir}/tex/latex/fourier/fourier.sty
%{_texmfdistdir}/tex/latex/fourier/t1futj.fd
%{_texmfdistdir}/tex/latex/fourier/t1futs.fd
%{_texmfdistdir}/tex/latex/fourier/t1futx.fd
%{_texmfdistdir}/tex/latex/fourier/ts1futj.fd
%{_texmfdistdir}/tex/latex/fourier/ts1futs.fd
%{_texmfdistdir}/tex/latex/fourier/ts1futx.fd
%{_texmfdistdir}/tex/latex/fourier/ufuts.fd
%_texmf_updmap_d/fourier
%doc %{_texmfdistdir}/doc/fonts/fourier/README
%doc %{_texmfdistdir}/doc/fonts/fourier/fourier-doc-en.pdf
%doc %{_texmfdistdir}/doc/fonts/fourier/fourier-doc-en.tex
%doc %{_texmfdistdir}/doc/fonts/fourier/fourier-orns.pdf
%doc %{_texmfdistdir}/doc/fonts/fourier/fourier-orns.tex
#- source
%doc %{_texmfdistdir}/source/fonts/fourier/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/fourier <<EOF
Map fourier-utopia-expert.map
Map fourier.map
EOF



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-5
+ Revision: 332662c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15014 |14cu|texlive-fouriernc-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/fouriernc
# catalog-date 2008-08-19 20:38:14 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-fouriernc
Version:	1.0
Release:	5
Summary:	Use New Century Schoolbook text with Fourier maths fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/fouriernc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fouriernc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fouriernc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a LaTeX mathematics font setup for use
with New Century Schoolbook text. In order to use it you need
to have the Fourier-GUTenberg fonts installed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/fouriernc/fourier-mcl.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/fourier-ml.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/fourier-mlb.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/fourier-mlit.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/fourier-mlitb.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/fourier-ms.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/pncb8a.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/pncbi8a.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/pncr8a.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/pncri8a.afm
%{_texmfdistdir}/fonts/tfm/public/fouriernc/fncmi.tfm
%{_texmfdistdir}/fonts/tfm/public/fouriernc/fncmib.tfm
%{_texmfdistdir}/fonts/tfm/public/fouriernc/fncmii.tfm
%{_texmfdistdir}/fonts/tfm/public/fouriernc/fncmiib.tfm
%{_texmfdistdir}/fonts/tfm/public/fouriernc/fncsy.tfm
%{_texmfdistdir}/fonts/vf/public/fouriernc/fncmi.vf
%{_texmfdistdir}/fonts/vf/public/fouriernc/fncmib.vf
%{_texmfdistdir}/fonts/vf/public/fouriernc/fncmii.vf
%{_texmfdistdir}/fonts/vf/public/fouriernc/fncmiib.vf
%{_texmfdistdir}/fonts/vf/public/fouriernc/fncsy.vf
%{_texmfdistdir}/tex/latex/fouriernc/fmlfncm.fd
%{_texmfdistdir}/tex/latex/fouriernc/fmlfncmi.fd
%{_texmfdistdir}/tex/latex/fouriernc/fmsfncm.fd
%{_texmfdistdir}/tex/latex/fouriernc/fouriernc.sty
%{_texmfdistdir}/tex/latex/fouriernc/t1fnc.fd
%{_texmfdistdir}/tex/latex/fouriernc/ts1fnc.fd
%doc %{_texmfdistdir}/doc/fonts/fouriernc/README
%doc %{_texmfdistdir}/doc/fonts/fouriernc/build-fouriernc.tex
%doc %{_texmfdistdir}/doc/fonts/fouriernc/mathit.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/mathsy.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/omlgutop.etx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/omsgutop.etx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/setxheight.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/specialkernings.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/specialkerningsital.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/test_fouriernc.pdf
%doc %{_texmfdistdir}/doc/fonts/fouriernc/unset0.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/unset0A.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/unsetAlph.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/unsetUCgreek.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/unsetfontparams.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/unsetmu.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/unsetpar.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/zrmhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/zrykernx.mtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 9f8e44e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15015 |14cu|texlive-fragmaster-1.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/fragmaster
# catalog-date 2011-02-18 08:51:11 +0100
# catalog-license gpl
# catalog-version 1.6
Name:		texlive-fragmaster
Version:	1.6
Release:	6
Summary:	Using psfrag with PDFLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/fragmaster
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fragmaster.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fragmaster.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-fragmaster.bin = %{EVRD}

%description
Fragmaster enables you to use psfrag with PDFLaTeX. It takes
EPS files and psfrag substitution definition files, and
produces PDF and EPS files with the substitutions included.


#-----------------------------------------------------------------------
%files
%{_bindir}/fragmaster
%{_texmfdistdir}/scripts/fragmaster/fragmaster.pl
%doc %{_texmfdistdir}/doc/support/fragmaster/AUTHORS
%doc %{_texmfdistdir}/doc/support/fragmaster/COPYING
%doc %{_texmfdistdir}/doc/support/fragmaster/CREDITS
%doc %{_texmfdistdir}/doc/support/fragmaster/Changes
%doc %{_texmfdistdir}/doc/support/fragmaster/README
%doc %{_texmfdistdir}/doc/support/fragmaster/README.de
%doc %{_texmfdistdir}/doc/support/fragmaster/example/document.pdf
%doc %{_texmfdistdir}/doc/support/fragmaster/example/document.ps
%doc %{_texmfdistdir}/doc/support/fragmaster/example/document.tex
%doc %{_texmfdistdir}/doc/support/fragmaster/example/parabel.eps
%doc %{_texmfdistdir}/doc/support/fragmaster/example/parabel.pdf
%doc %{_texmfdistdir}/doc/support/fragmaster/example/parabel_fm
%doc %{_texmfdistdir}/doc/support/fragmaster/example/parabel_fm.eps
%doc %{_texmfdistdir}/doc/support/fragmaster/example/parabel_fm.gp
%doc %{_texmfdistdir}/doc/support/fragmaster/example/parabel_fm.pdf
%doc %{_texmfdistdir}/doc/support/fragmaster/fragmaster.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/fragmaster/fragmaster.pl fragmaster
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-6
+ Revision: deaa143
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15016 |14cu|texlive-francais-bst-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30446
# category Package
# catalog-ctan /biblio/bibtex/contrib/francais-bst
# catalog-date 2013-05-12 22:32:31 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-francais-bst
Epoch:		1
Version:	1.1
Release:	8
Summary:	Bibliographies conforming to French typographic standards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/francais-bst
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/francais-bst.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/francais-bst.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides bibliographies (in French) conforming to
the rules in "Guide de la communication ecrite" (Malo, M.,
Quebec Amerique, 1996. ISBN 978-2-8903-7875-9) The BibTeX
styles were generated using custom-bib and they are compatible
with natbib.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/francais-bst/francais.bst
%{_texmfdistdir}/bibtex/bst/francais-bst/francaissc.bst
%doc %{_texmfdistdir}/doc/bibtex/francais-bst/README
%doc %{_texmfdistdir}/doc/bibtex/francais-bst/francaisbst.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.1-8
+ Revision: 8d227f3
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15017 |14cu|texlive-frcursive-20111109-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24559
# category Package
# catalog-ctan /fonts/frcursive
# catalog-date 2011-11-09 16:18:27 +0100
# catalog-license lppl1.2
# catalog-version undef
Name:		texlive-frcursive
Version:	20111109
Release:	5
Summary:	French cursive hand fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/frcursive
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frcursive.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frcursive.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A hand-writing font in the style of the French academic
running-hand. The font was written in Metafont and and has been
converted to Adobe Type 1 format. LaTeX support (NFFS fd files,
and a package) and font maps are provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/frcursive/frcursive.map
%{_texmfdistdir}/fonts/source/public/frcursive/frcbx10.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcbx14.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcbx6.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcc10.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcc14.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcc6.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcf10.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcf14.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcf6.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcr10.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcr14.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcr6.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcsl10.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcsl14.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcsl6.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcslbx10.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcslbx14.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcslbx6.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcslc10.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcslc14.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcslc6.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcursive.mf
%{_texmfdistdir}/fonts/tfm/public/frcursive/frca10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcbx14.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcc10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcc14.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcc6.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcf10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcf14.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcf6.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcr10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcr14.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcr6.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcsl14.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcsl6.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcslbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcslbx14.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcslbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcslc10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcslc14.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcslc6.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcw10.tfm
%{_texmfdistdir}/fonts/type1/public/frcursive/frca10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcbx10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcbx14.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcbx6.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcc10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcc14.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcc6.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcf10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcf14.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcf6.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcr10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcr14.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcr6.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcsl10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcsl14.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcsl6.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcslbx10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcslbx14.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcslbx6.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcslc10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcslc14.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcslc6.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcw10.pfb
%{_texmfdistdir}/tex/latex/frcursive/frcursive.sty
%{_texmfdistdir}/tex/latex/frcursive/ot1frc.fd
%{_texmfdistdir}/tex/latex/frcursive/t1frc.fd
%doc %{_texmfdistdir}/doc/fonts/frcursive/COPYING
%doc %{_texmfdistdir}/doc/fonts/frcursive/README
%doc %{_texmfdistdir}/doc/fonts/frcursive/frcursive.pdf
#- source

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111109-5
+ Revision: 03501ab
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15018 |14cu|texlive-gates-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26675
# category Package
# catalog-ctan /macros/generic/gates
# catalog-date 2012-05-27 01:03:23 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-gates
Version:	0.2
Release:	4
Summary:	Support for writing modular and customisable code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/gates
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gates.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gates.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means of writing code in a modular
fashion: big macros or functions are divided into small chunks
(called gates) with names, which can be externally controlled
(e.g. they can be disabled, subjected to conditionals,
loops...) and/or augmented with new chunks. Thus complex code
may easily be customised without having to rewrite it, or even
understand its implementation: the behavior of existing gates
can be modified, and new ones can be added, without endangering
the whole design. This allows code to be hacked in ways the
original authors might have never envisioned. The gates package
is implemented independently for both TeX and Lua. The TeX
implementation, running in any current environment, requires
the texapi package, whereas the Lua version can be run with any
Lua interpreter, not just LuaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/gates/gates.lua
%{_texmfdistdir}/tex/generic/gates/gates.sty
%{_texmfdistdir}/tex/generic/gates/t-gates.tex
%doc %{_texmfdistdir}/doc/generic/gates/README
%doc %{_texmfdistdir}/doc/generic/gates/gates-doc.pdf
%doc %{_texmfdistdir}/doc/generic/gates/gates-doc.tex
%doc %{_texmfdistdir}/doc/generic/gates/gates-doc.txt
%doc %{_texmfdistdir}/doc/generic/gates/gates.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: a889fe7
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15019 |14cu|texlive-genealogy-20110410-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25112
# category Package
# catalog-ctan /fonts/genealogy
# catalog-date 2011-04-10 21:40:35 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-genealogy
Version:	20110410
Release:	4
Summary:	A compilation genealogy font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/genealogy
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/genealogy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/genealogy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A simple compilation of the genealogical symbols found in the
wasy and gen fonts, essentially adding the male and female
symbols to Knuth's 'gen' font, and so avoiding loading two
fonts when you need only genealogical symbols. The font is
distributed as Metafont source.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/genealogy/drgen.mf
%{_texmfdistdir}/fonts/source/public/genealogy/drgen10.mf
%{_texmfdistdir}/fonts/tfm/public/genealogy/drgen10.tfm
%doc %{_texmfdistdir}/doc/fonts/genealogy/README
%doc %{_texmfdistdir}/doc/fonts/genealogy/licence.txt
%doc %{_texmfdistdir}/doc/fonts/genealogy/testgen.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110410-4
+ Revision: 66e106c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15020 |14cu|texlive-gentium-20101009-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20033
# category Package
# catalog-ctan /fonts/gentium
# catalog-date 2010-10-09 15:59:49 +0200
# catalog-license ofl
# catalog-version undef
Name:		texlive-gentium
Version:	20101009
Release:	5
Summary:	Gentium font and support files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/gentium
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package includes TrueType fonts from SIL, files needed to
use them in pdfTeX in multiple encodings (agr, t2a, ec/T1,
texnansi, l7x, qx, t5) and support files for ConTeXt. Other
encodings, and LaTeX support remain to be added.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gentium/GenBasB.afm
%{_texmfdistdir}/fonts/afm/public/gentium/GenBasBI.afm
%{_texmfdistdir}/fonts/afm/public/gentium/GenI102.afm
%{_texmfdistdir}/fonts/afm/public/gentium/GenR102.afm
%{_texmfdistdir}/fonts/enc/dvips/gentium/gentium-agr.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium/gentium-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium/gentium-l7x.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium/gentium-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium/gentium-t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium/gentium-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium/gentium-texnansi.enc
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium-agr.map
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium-ec.map
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium-l7x.map
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium-qx.map
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium-t2a.map
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium-t5.map
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium-texnansi.map
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium.map
%{_texmfdistdir}/fonts/tfm/public/gentium/agr-gentium-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/agr-gentium-roman.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/ec-gentium-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/ec-gentium-roman.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/ec-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/ec-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/l7x-gentium-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/l7x-gentium-roman.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/l7x-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/l7x-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/qx-gentium-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/qx-gentium-roman.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/qx-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/qx-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/t2a-gentium-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/t2a-gentium-roman.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/t5-gentium-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/t5-gentium-roman.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/t5-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/t5-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/texnansi-gentium-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/texnansi-gentium-roman.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/texnansi-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/texnansi-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/truetype/public/gentium/GenAI102.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenAR102.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBasB.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBasBI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBasI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBasR.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBkBasB.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBkBasBI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBkBasI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBkBasR.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenI102.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenR102.ttf
%{_texmfdistdir}/tex/context/third/gentium/type-gentium.tex
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_1.02/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_1.02/GENTIUM-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_1.02/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_1.02/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_1.02/QUOTES.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_1.02/README.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_Basic_1.1/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_Basic_1.1/GENTIUM-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_Basic_1.1/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_Basic_1.1/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/README
#- source
%doc %{_texmfdistdir}/source/fonts/gentium/generate-tfm-files.sh
%doc %{_texmfdistdir}/source/fonts/gentium/gentium-ec-source.enc
%doc %{_texmfdistdir}/source/fonts/gentium/gentium-t5-source.enc

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101009-5
+ Revision: 702adfa
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15021 |14cu|texlive-geschichtsfrkl-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25886
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/geschichtsfrkl
# catalog-date 2012-04-08 13:49:02 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-geschichtsfrkl
Version:	1.1
Release:	4
Summary:	BibLaTeX style for historians
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/geschichtsfrkl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/geschichtsfrkl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/geschichtsfrkl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/geschichtsfrkl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a BibLaTeX style, (mostly) meeting the
requirements of the History Faculty of the University of
Freiburg (Germany).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/geschichtsfrkl/geschichtsfrkl.bbx
%{_texmfdistdir}/tex/latex/geschichtsfrkl/geschichtsfrkl.cbx
%doc %{_texmfdistdir}/doc/latex/geschichtsfrkl/README
%doc %{_texmfdistdir}/doc/latex/geschichtsfrkl/geschichtsfrkl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/geschichtsfrkl/geschichtsfrkl.dtx
%doc %{_texmfdistdir}/source/latex/geschichtsfrkl/geschichtsfrkl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 03345bd
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15022 |14cu|texlive-getoptk-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23567
# category Package
# catalog-ctan /macros/plain/contrib/getoptk
# catalog-date 2011-08-07 22:43:01 +0200
# catalog-license nosource
# catalog-version 1.0
Name:		texlive-getoptk
Version:	1.0
Release:	5
Summary:	Define macros with sophisticated options
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/getoptk
License:	NOSOURCE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/getoptk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/getoptk.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of defining macros whose options
are taken from a dictionary, which includes options which
themselves have arguments. The package was designed for use
with Plain TeX; its syntax derives from that of the \hbox,
\hrule, etc., TeX primitives.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/getoptk/getoptk.tex
%{_texmfdistdir}/tex/plain/getoptk/guide.tex
%doc %{_texmfdistdir}/doc/plain/getoptk/COPYING
%doc %{_texmfdistdir}/doc/plain/getoptk/COPYING-FR
%doc %{_texmfdistdir}/doc/plain/getoptk/README
%doc %{_texmfdistdir}/doc/plain/getoptk/guide.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: dd2f7db
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15023 |14cu|texlive-gfsartemisia-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19469
# category Package
# catalog-ctan /fonts/greek/gfs/gfsartemisia
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-gfsartemisia
Version:	1.0
Release:	5
Summary:	A modern Greek font design
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfsartemisia
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsartemisia.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsartemisia.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
GFS Artemisia is a relatively modern font, designed as a
'general purpose' font in the same sense as Times is nowadays
treated. The present version has been provided by the Greek
Font Society. The font supports the Greek and Latin alphabets.
LaTeX support is provided, using the OT1, T1 and LGR encodings.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfsartemisia/GFSArtemisia-Bold.afm
%{_texmfdistdir}/fonts/afm/public/gfsartemisia/GFSArtemisia-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/gfsartemisia/GFSArtemisia-Italic.afm
%{_texmfdistdir}/fonts/afm/public/gfsartemisia/GFSArtemisia-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisia.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiadenomnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiaec.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiaecsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiael.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiaelsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiamath.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisianumnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiasc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiatabnums.enc
%{_texmfdistdir}/fonts/map/dvips/gfsartemisia/gfsartemisia.map
%{_texmfdistdir}/fonts/opentype/public/gfsartemisia/GFSArtemisia.otf
%{_texmfdistdir}/fonts/opentype/public/gfsartemisia/GFSArtemisiaBold.otf
%{_texmfdistdir}/fonts/opentype/public/gfsartemisia/GFSArtemisiaBoldIt.otf
%{_texmfdistdir}/fonts/opentype/public/gfsartemisia/GFSArtemisiaIt.otf
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiab8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiab8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiab9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiab9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabi9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabi9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabo9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabo9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiadenomnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiadenomnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiai8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiai8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiai9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiai9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiamath8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiamath8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisianumnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisianumnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiao8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiao8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiao9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiao9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiarg8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiarg8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiarg9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiarg9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasc9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasc9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasco9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasco9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiatabnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiatabnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiab6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiab6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiabi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiabi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiabo6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiabo6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiai6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiai6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiao6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiao6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiarg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiarg6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiasc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiasc6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiasco6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiasco6r.tfm
%{_texmfdistdir}/fonts/type1/public/gfsartemisia/GFSArtemisia-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/gfsartemisia/GFSArtemisia-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsartemisia/GFSArtemisia-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsartemisia/GFSArtemisia-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiab8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiab9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiabi8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiabi9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiabo8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiabo9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiadenomnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiai8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiai9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiamath8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisianumnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiao8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiao9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiarg8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiarg9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiasc8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiasc9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiasco8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiasco9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiatabnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiab6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiabi6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiabo6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiai6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiao6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiarg6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiasc6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiasco6a.vf
%{_texmfdistdir}/tex/latex/gfsartemisia/gfsartemisia-euler.sty
%{_texmfdistdir}/tex/latex/gfsartemisia/gfsartemisia.sty
%{_texmfdistdir}/tex/latex/gfsartemisia/lgrartemisia.fd
%{_texmfdistdir}/tex/latex/gfsartemisia/lgrartemisiaeuler.fd
%{_texmfdistdir}/tex/latex/gfsartemisia/ot1artemisia.fd
%{_texmfdistdir}/tex/latex/gfsartemisia/ot1artemisiaeuler.fd
%{_texmfdistdir}/tex/latex/gfsartemisia/t1artemisia.fd
%{_texmfdistdir}/tex/latex/gfsartemisia/t1artemisiaeuler.fd
%{_texmfdistdir}/tex/latex/gfsartemisia/uartemisiaeulernums.fd
%{_texmfdistdir}/tex/latex/gfsartemisia/uartemisianums.fd
%doc %{_texmfdistdir}/doc/fonts/gfsartemisia/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfsartemisia/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfsartemisia/README
%doc %{_texmfdistdir}/doc/fonts/gfsartemisia/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/gfsartemisia/gfsartemisia.pdf
%doc %{_texmfdistdir}/doc/fonts/gfsartemisia/gfsartemisia.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: e759607
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15024 |14cu|texlive-gfsbodoni-1.01-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /fonts/greek/gfs/gfsbodoni
# catalog-date 2010-01-18 14:29:22 +0100
# catalog-license ofl
# catalog-version 1.01
Name:		texlive-gfsbodoni
Version:	1.01
Release:	5
Summary:	A Greek and Latin font based on Bodoni
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfsbodoni
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsbodoni.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsbodoni.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Bodoni's Greek fonts in the 18th century broke, for the first
time, with the Byzantine cursive tradition of Greek fonts. GFS
Bodoni resurrects his work for general use. The font family
supports both Greek and Latin letters. LaTeX support of the
fonts is provided, offering OT1, T1 and LGR encodings. The
fonts themselves are provided in Adobe Type 1 and OpenType
formats.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfsbodoni/GFSBodoni-Bold.afm
%{_texmfdistdir}/fonts/afm/public/gfsbodoni/GFSBodoni-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/gfsbodoni/GFSBodoni-Italic.afm
%{_texmfdistdir}/fonts/afm/public/gfsbodoni/GFSBodoni-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodoni.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodonidenomnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodoniec.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodoniecsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodoniel.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodonielsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodoninumnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodonisc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodonitabnums.enc
%{_texmfdistdir}/fonts/map/dvips/gfsbodoni/gfsbodoni.map
%{_texmfdistdir}/fonts/opentype/public/gfsbodoni/GFSBodoni.otf
%{_texmfdistdir}/fonts/opentype/public/gfsbodoni/GFSBodoniBold.otf
%{_texmfdistdir}/fonts/opentype/public/gfsbodoni/GFSBodoniBoldIt.otf
%{_texmfdistdir}/fonts/opentype/public/gfsbodoni/GFSBodoniIt.otf
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonib8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonib8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonib9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonib9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibi9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibi9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibo9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibo9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonidenomnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonidenomnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonii8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonii8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonii9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonii9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodoninumnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodoninumnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonio8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonio8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonio9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonio9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonirg8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonirg8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonirg9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonirg9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisc9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisc9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisco9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisco9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonitabnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonitabnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonib6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonib6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonibi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonibi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonibo6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonibo6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonii6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonii6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonio6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonio6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonio9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonio9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonirg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonirg6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonisc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonisc6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonisco6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonisco6r.tfm
%{_texmfdistdir}/fonts/type1/public/gfsbodoni/GFSBodoni-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/gfsbodoni/GFSBodoni-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsbodoni/GFSBodoni-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsbodoni/GFSBodoni-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonib8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonib9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonibi8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonibi9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonibo8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonibo9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonidenomnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonii8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonii9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodoninumnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonio8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonio9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonirg8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonirg9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonisc8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonisc9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonisco8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonisco9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonitabnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonib6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonibi6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonibo6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonii6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonio6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonio9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonirg6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonisc6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonisco6a.vf
%{_texmfdistdir}/tex/latex/gfsbodoni/gfsbodoni.sty
%{_texmfdistdir}/tex/latex/gfsbodoni/lgrbodoni.fd
%{_texmfdistdir}/tex/latex/gfsbodoni/ot1bodoni.fd
%{_texmfdistdir}/tex/latex/gfsbodoni/t1bodoni.fd
%{_texmfdistdir}/tex/latex/gfsbodoni/ubodoninums.fd
%doc %{_texmfdistdir}/doc/fonts/gfsbodoni/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfsbodoni/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfsbodoni/README
%doc %{_texmfdistdir}/doc/fonts/gfsbodoni/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/gfsbodoni/gfsbodoni.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-5
+ Revision: 9787d3a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15025 |14cu|texlive-gfscomplutum-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19469
# category Package
# catalog-ctan /fonts/greek/gfs/gfscomplutum
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license ofl
# catalog-version 1.0
Name:		texlive-gfscomplutum
Version:	1.0
Release:	5
Summary:	A Greek font with a long history
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfscomplutum
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfscomplutum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfscomplutum.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
GFS Complutum derives, via a long development, from a
minuscule-only font cut in the 16th century. An unsatisfactory
set of majuscules were added in the early 20th century, but its
author died before he could complete the revival of the font.
The Greek Font Society has released this version, which has a
new set of majuscules.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfscomplutum/GFSComplutum-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/gfscomplutum/gpcomplutum.enc
%{_texmfdistdir}/fonts/map/dvips/gfscomplutum/gfscomplutum.map
%{_texmfdistdir}/fonts/opentype/public/gfscomplutum/GFSPolyglot.otf
%{_texmfdistdir}/fonts/tfm/public/gfscomplutum/gcomplutum8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfscomplutum/gcomplutum8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfscomplutum/gcomplutumo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfscomplutum/gcomplutumo8r.tfm
%{_texmfdistdir}/fonts/type1/public/gfscomplutum/GFSComplutum-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/gfscomplutum/gcomplutum8a.vf
%{_texmfdistdir}/fonts/vf/public/gfscomplutum/gcomplutumo8a.vf
%{_texmfdistdir}/tex/latex/gfscomplutum/gfscomplutum.sty
%{_texmfdistdir}/tex/latex/gfscomplutum/lgrcomplutum.fd
%doc %{_texmfdistdir}/doc/fonts/gfscomplutum/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfscomplutum/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfscomplutum/README
%doc %{_texmfdistdir}/doc/fonts/gfscomplutum/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/gfscomplutum/gfscomplutum.pdf
%doc %{_texmfdistdir}/doc/fonts/gfscomplutum/gfscomplutum.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 111f575
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15026 |14cu|texlive-gfsdidot-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19469
# category Package
# catalog-ctan /fonts/greek/gfs/gfsdidot
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-gfsdidot
Version:	1.0
Release:	5
Summary:	A Greek font based on Didot's work
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfsdidot
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsdidot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsdidot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The design of Didot's 1805 Greek typeface was influenced by the
neoclassical ideals of the late 18th century. The font was
brought to Greece at the time of the 1821 Greek Revolution, by
Didot's son, and was very widely used. The present version is
provided by the Greek Font Society. The font supports the Greek
alphabet, and is accompanied by a matching Latin alphabet based
on Zapf's Palatino. LaTeX support is provided, using the OT1,
T1 and LGR encodings.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfsdidot/GFSDidot-Bold.afm
%{_texmfdistdir}/fonts/afm/public/gfsdidot/GFSDidot-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/gfsdidot/GFSDidot-Italic.afm
%{_texmfdistdir}/fonts/afm/public/gfsdidot/GFSDidot.afm
%{_texmfdistdir}/fonts/afm/public/gfsdidot/GFSOlga.afm
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/didot.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/didotdenomnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/didotec.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/didotnumnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/didottabnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/didotuecsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/didotusc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/gfsudidotmath.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/gpdidot.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/gpdidoti.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/gpdidotusc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/gpolga.enc
%{_texmfdistdir}/fonts/map/dvips/gfsdidot/gfsdidot.map
%{_texmfdistdir}/fonts/opentype/public/gfsdidot/GFSDidot.otf
%{_texmfdistdir}/fonts/opentype/public/gfsdidot/GFSDidotBold.otf
%{_texmfdistdir}/fonts/opentype/public/gfsdidot/GFSDidotBoldItalic.otf
%{_texmfdistdir}/fonts/opentype/public/gfsdidot/GFSDidotItalic.otf
%{_texmfdistdir}/fonts/opentype/public/gfsdidot/GFSOlga.otf
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotb9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotb9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbi9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbi9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbo9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbo9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotdenomnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotdenomnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoti8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoti8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoti9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoti9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotnumnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotnumnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoto8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoto8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoto9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoto9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotrg8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotrg8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotrg9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotrg9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsc9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsc9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsco9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsco9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didottabnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didottabnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotui8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotui8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotui9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotui9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotb6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotbi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotbi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidoti6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidoti6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotrg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotrg6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotsc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotsc6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotsco6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotsco6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gfsudidotmath8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gfsudidotmath8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/golgai6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/golgai6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/golgaui6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/golgaui6r.tfm
%{_texmfdistdir}/fonts/type1/public/gfsdidot/GFSDidot-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/gfsdidot/GFSDidot-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsdidot/GFSDidot-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsdidot/GFSDidot.pfb
%{_texmfdistdir}/fonts/type1/public/gfsdidot/GFSOlga.pfb
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotb8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotb9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotbi8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotbi9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotbo8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotbo9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotdenomnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didoti8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didoti9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotnumnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didoto8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didoto9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotrg8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotrg9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotsc8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotsc9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotsco8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotsco9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didottabnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotui8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotui9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/gdidotb6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/gdidotbi6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/gdidoti6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/gdidotrg6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/gdidotsc6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/gdidotsco6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/gfsudidotmath8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/golgai6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/golgaui6a.vf
%{_texmfdistdir}/tex/latex/gfsdidot/gfsdidot.sty
%{_texmfdistdir}/tex/latex/gfsdidot/lgrudidot.fd
%{_texmfdistdir}/tex/latex/gfsdidot/omludidot.fd
%{_texmfdistdir}/tex/latex/gfsdidot/ot1udidot.fd
%{_texmfdistdir}/tex/latex/gfsdidot/t1udidot.fd
%{_texmfdistdir}/tex/latex/gfsdidot/uudidotnums.fd
%doc %{_texmfdistdir}/doc/fonts/gfsdidot/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfsdidot/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfsdidot/README
%doc %{_texmfdistdir}/doc/fonts/gfsdidot/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/gfsdidot/gfsdidot.pdf
%doc %{_texmfdistdir}/doc/fonts/gfsdidot/gfsdidot.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: aa86d3b
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15027 |14cu|texlive-gfsneohellenic-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /fonts/greek/gfs/gfsneohellenic
# catalog-date 2009-01-15 17:25:25 +0100
# catalog-license other-free
# catalog-version 1.0 rev
Name:		texlive-gfsneohellenic
Version:	1.0
Release:	5
Summary:	A Greek font in the Neo-Hellenic style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfsneohellenic
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsneohellenic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsneohellenic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The NeoHellenic style evolved in academic circles in the 19th
and 20th century; the present font follows a cut commissioned
from Monotype in 1927. The present version was provided by the
Greek Font Society. The font supports both Greek and Latin
characters, and has been adjusted to work well with the
cmbright fonts for mathematics support. LaTeX support of the
fonts is provided, offering OT1, T1 and LGR encodings.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfsneohellenic/GFSNeohellenic-Bold.afm
%{_texmfdistdir}/fonts/afm/public/gfsneohellenic/GFSNeohellenic-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/gfsneohellenic/GFSNeohellenic-Italic.afm
%{_texmfdistdir}/fonts/afm/public/gfsneohellenic/GFSNeohellenic-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenic.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicdenomnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicec.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicecsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicel.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicelsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicmath.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicnumnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenictabnums.enc
%{_texmfdistdir}/fonts/map/dvips/gfsneohellenic/gfsneohellenic.map
%{_texmfdistdir}/fonts/opentype/public/gfsneohellenic/GFSNeohellenic.otf
%{_texmfdistdir}/fonts/opentype/public/gfsneohellenic/GFSNeohellenicBold.otf
%{_texmfdistdir}/fonts/opentype/public/gfsneohellenic/GFSNeohellenicBoldIt.otf
%{_texmfdistdir}/fonts/opentype/public/gfsneohellenic/GFSNeohellenicIt.otf
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gfsneohellenicmath8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gfsneohellenicmath8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicb6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicbi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicbi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicbo6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicbo6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenici6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenici6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenico6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenico6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicrg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicrg6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicsc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicsc6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicsco6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicsco6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicb9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicb9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbi9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbi9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbo9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbo9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicdenomnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicdenomnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenici8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenici8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenici9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenici9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicnumnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicnumnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenico8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenico8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenico9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenico9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicrg8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicrg8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicrg9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicrg9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsc9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsc9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsco9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsco9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenictabnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenictabnums8r.tfm
%{_texmfdistdir}/fonts/type1/public/gfsneohellenic/GFSNeohellenic-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/gfsneohellenic/GFSNeohellenic-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsneohellenic/GFSNeohellenic-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsneohellenic/GFSNeohellenic-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gfsneohellenicmath8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenicb6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenicbi6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenicbo6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenici6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenico6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenicrg6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenicsc6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenicsco6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicb8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicb9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicbi8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicbi9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicbo8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicbo9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicdenomnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenici8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenici9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicnumnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenico8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenico9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicrg8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicrg9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicsc8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicsc9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicsco8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicsco9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenictabnums8a.vf
%{_texmfdistdir}/tex/latex/gfsneohellenic/gfsneohellenic.sty
%{_texmfdistdir}/tex/latex/gfsneohellenic/lgrneohellenic.fd
%{_texmfdistdir}/tex/latex/gfsneohellenic/omlneohellenic.fd
%{_texmfdistdir}/tex/latex/gfsneohellenic/ot1neohellenic.fd
%{_texmfdistdir}/tex/latex/gfsneohellenic/t1neohellenic.fd
%{_texmfdistdir}/tex/latex/gfsneohellenic/uneohellenicnums.fd
%doc %{_texmfdistdir}/doc/fonts/gfsneohellenic/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfsneohellenic/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfsneohellenic/README
%doc %{_texmfdistdir}/doc/fonts/gfsneohellenic/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/gfsneohellenic/gfsneohellenic.pdf
%doc %{_texmfdistdir}/doc/fonts/gfsneohellenic/gfsneohellenic.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 251a06c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15028 |14cu|texlive-gfssolomos-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/greek/gfs/gfssolomos
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license ofl
# catalog-version 1.0
Name:		texlive-gfssolomos
Version:	1.0
Release:	5
Summary:	A Greek-alphabet font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfssolomos
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfssolomos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfssolomos.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Solomos is a font which traces its descent from a
calligraphically-inspired font of the mid-19th century. LaTeX
support, for use with the LGR encoding only, is provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfssolomos/GFSSolomos-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/gfssolomos/gpsolomos.enc
%{_texmfdistdir}/fonts/map/dvips/gfssolomos/gfssolomos.map
%{_texmfdistdir}/fonts/opentype/public/gfssolomos/GFSSolomos.otf
%{_texmfdistdir}/fonts/tfm/public/gfssolomos/gsolomos8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfssolomos/gsolomos8r.tfm
%{_texmfdistdir}/fonts/type1/public/gfssolomos/GFSSolomos-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/gfssolomos/gsolomos8a.vf
%{_texmfdistdir}/tex/latex/gfssolomos/gfssolomos.sty
%{_texmfdistdir}/tex/latex/gfssolomos/lgrsolomos.fd
%doc %{_texmfdistdir}/doc/fonts/gfssolomos/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfssolomos/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfssolomos/README
%doc %{_texmfdistdir}/doc/fonts/gfssolomos/gfssolomos.pdf
%doc %{_texmfdistdir}/doc/fonts/gfssolomos/gfssolomos.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 9e8e966
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15029 |14cu|texlive-gillcm-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19878
# category Package
# catalog-ctan undef
# catalog-date 2010-08-11 13:58:09 +0200
# catalog-license other-free
# catalog-version 1.1
Name:		texlive-gillcm
Version:	1.1
Release:	5
Summary:	Alternative unslanted italic Computer Modern fonts
Group:		Publishing
URL:		http://tug.org/texlive
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gillcm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gillcm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a demonstration of the use of virtual fonts for unusual
effects: the package implements an old idea of Eric Gill. The
package was written for the author's talk at TUG 2010.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/gillcm/cmg.map
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbiu7t.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbiu8c.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbiu8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbiu8t.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgm8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmiu7t.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmiu8c.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmiu8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmiu8t.tfm
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgbi7t.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgbi8c.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgbi8t.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgbiu7t.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgbiu8c.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgbiu8t.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgmi7t.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgmi8c.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgmi8t.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgmiu7t.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgmiu8c.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgmiu8t.vf
%{_texmfdistdir}/tex/latex/gillcm/gillcm.sty
%{_texmfdistdir}/tex/latex/gillcm/ot1cmg.fd
%{_texmfdistdir}/tex/latex/gillcm/t1cmg.fd
%{_texmfdistdir}/tex/latex/gillcm/ts1cmg.fd
%doc %{_texmfdistdir}/doc/latex/gillcm/README
%doc %{_texmfdistdir}/doc/latex/gillcm/gillcm.bib
%doc %{_texmfdistdir}/doc/latex/gillcm/gillcm.dtx
%doc %{_texmfdistdir}/doc/latex/gillcm/gillcm.ins
%doc %{_texmfdistdir}/doc/latex/gillcm/gillcm.pdf
%doc %{_texmfdistdir}/doc/latex/gillcm/sample.pdf
%doc %{_texmfdistdir}/doc/latex/gillcm/sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-5
+ Revision: 4259164
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15030 |14cu|texlive-gnu-freefont-20120705-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29349
# category Package
# catalog-ctan /fonts/gnu-freefont
# catalog-date 2012-07-05 15:28:28 +0200
# catalog-license gpl3
# catalog-version undef
Name:		texlive-gnu-freefont
Version:	20120705
Release:	8
Summary:	A Unicode font, with rather wide coverage
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/gnu-freefont
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gnu-freefont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gnu-freefont.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gnu-freefont.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	fontforge

%define __noautoreq /usr/bin/fontforge

%description
The package provides a set of outline (i.e. OpenType) fonts
covering as much as possible of the Unicode character set. The
set consists of three typefaces: one monospaced and two
proportional (one with uniform and one with modulated stroke).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeMono.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeMonoBold.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeMonoBoldOblique.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeMonoOblique.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSans.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSansBold.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSansBoldOblique.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSansOblique.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSerif.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSerifBold.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSerifBoldItalic.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSerifItalic.otf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeMono.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeMonoBold.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeMonoBoldOblique.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeMonoOblique.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSans.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSansBold.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSansBoldOblique.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSansOblique.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSerif.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSerifBold.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSerifBoldItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSerifItalic.ttf
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/AUTHORS
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/BUILDING
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/COPYING
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/CREDITS
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/INSTALL
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/Makefile
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/README
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/TROUBLESHOOTING
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/USAGE
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/notes/README-downloads.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/notes/building.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/notes/features.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/notes/maintenance.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/notes/troubleshooting.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/notes/usage.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/notes/webfont_guidelines.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/generate/MacTT
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/generate/OpenType
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/generate/TrueType
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/generate/WOFF
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/generate/buildutils.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/generate/buildutils.pyc
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/report/OS2UnicodeRange
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/report/OpenType/UnicodeRanges.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/report/OpenType/__init__.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/report/kernclasses.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/report/ligatureLookups.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/report/private_use.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/report/range_report.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/script-menu/nameBySlot.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/script-menu/unnameBySlot.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/CheckConformance.pl
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/MES-1.lst
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/MES-1.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/MES-2.lst
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/MES-2.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/MES-3B.lst
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/MES-3B.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/WGL4.lst
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/mes-list-expand.pl
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/checkGlyphNumbers.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/findBackLayers.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/isMonoMono.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/ranges/Arabic/arabic_test.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/ranges/Arabic/generate_arabic_shaping.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/ranges/Arabic/unicode_joining.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/validate.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/utility/KerningNumerals.pl
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/utility/fontforge-interp.sh
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/utility/freefont-ttf.spec
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/utility/hex_range.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/utility/metafont/bulk_eps_import.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/utility/special-purpose/makeBraille.py
#- source
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeMono.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeMonoBold.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeMonoBoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeMonoOblique.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSans.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSansBold.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSansBoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSansOblique.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSerif.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSerifBold.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSerifBoldItalic.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSerifItalic.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120705-8
+ Revision: 7242466
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15031 |14cu|texlive-gothic-20090116-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/gothic
# catalog-date 2009-01-16 17:12:15 +0100
# catalog-license collection
# catalog-version undef
Name:		texlive-gothic
Version:	20090116
Release:	5
Summary:	A collection of old German-style fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/gothic
License:	COLLECTION
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gothic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gothic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of fonts that reproduce those used in "old German"
printing. The set comprises Gothic, Schwabacher and Fraktur
fonts, a pair of handwriting fonts, Suetterlin and Schwell, and
a font containing decorative initials. In addition, there are
two re-encoding packages for Haralambous's fonts, providing T1,
using virtual fonts, and OT1 and T1, using Metafont.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/gothic/config.yfrak
%{_texmfdistdir}/fonts/afm/public/gothic/yfrak.afm
%{_texmfdistdir}/fonts/afm/public/gothic/ygoth.afm
%{_texmfdistdir}/fonts/afm/public/gothic/yswab.afm
%{_texmfdistdir}/fonts/map/dvips/gothic/yfrak.map
%{_texmfdistdir}/fonts/source/public/gothic/cmfrabase.mf
%{_texmfdistdir}/fonts/source/public/gothic/cmfrak.mf
%{_texmfdistdir}/fonts/source/public/gothic/cmfraklow.mf
%{_texmfdistdir}/fonts/source/public/gothic/cmfrakmis.mf
%{_texmfdistdir}/fonts/source/public/gothic/cmfraknum.mf
%{_texmfdistdir}/fonts/source/public/gothic/cmfrakoth.mf
%{_texmfdistdir}/fonts/source/public/gothic/cmfrakupp.mf
%{_texmfdistdir}/fonts/source/public/gothic/schwell.mf
%{_texmfdistdir}/fonts/source/public/gothic/su-lig.mf
%{_texmfdistdir}/fonts/source/public/gothic/su-low.mf
%{_texmfdistdir}/fonts/source/public/gothic/su-spec.mf
%{_texmfdistdir}/fonts/source/public/gothic/su-upp.mf
%{_texmfdistdir}/fonts/source/public/gothic/suet14.mf
%{_texmfdistdir}/fonts/source/public/gothic/xxfrak.mf
%{_texmfdistdir}/fonts/source/public/gothic/yfrabase.mf
%{_texmfdistdir}/fonts/source/public/gothic/yfrak.mf
%{_texmfdistdir}/fonts/source/public/gothic/yfraklow.mf
%{_texmfdistdir}/fonts/source/public/gothic/yfrakmis.mf
%{_texmfdistdir}/fonts/source/public/gothic/yfraknum.mf
%{_texmfdistdir}/fonts/source/public/gothic/yfrakoth.mf
%{_texmfdistdir}/fonts/source/public/gothic/yfrakupp.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygotbase.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygoth.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygothgen.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygothlig.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygothlow.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygothmis.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygothnum.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygothupp.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinit.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitA.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitB.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitC.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitD.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitE.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitF.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitG.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitH.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitJ.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitK.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitL.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitM.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitN.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitO.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitP.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitQ.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitR.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitS.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitT.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitU.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitV.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitW.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitX.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitY.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitZ.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitas.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitdd.mf
%{_texmfdistdir}/fonts/source/public/gothic/yintbase.mf
%{_texmfdistdir}/fonts/source/public/gothic/ysmfrak.mf
%{_texmfdistdir}/fonts/source/public/gothic/yswab.mf
%{_texmfdistdir}/fonts/source/public/gothic/yswabase.mf
%{_texmfdistdir}/fonts/source/public/gothic/yswablow.mf
%{_texmfdistdir}/fonts/source/public/gothic/yswabmis.mf
%{_texmfdistdir}/fonts/source/public/gothic/yswabnum.mf
%{_texmfdistdir}/fonts/source/public/gothic/yswabupp.mf
%{_texmfdistdir}/fonts/tfm/public/gothic/cmfrak.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/schwell.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/suet14.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/tfrak.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/tfrakls.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/tgoth.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/tswab.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/yfrak.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/ygoth.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/yinit.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/yinitas.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/yinitdd.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/yswab.tfm
%{_texmfdistdir}/fonts/type1/public/gothic/yfrak.pfb
%{_texmfdistdir}/fonts/type1/public/gothic/ygoth.pfb
%{_texmfdistdir}/fonts/type1/public/gothic/yswab.pfb
%{_texmfdistdir}/fonts/vf/public/gothic/tfrak.vf
%{_texmfdistdir}/fonts/vf/public/gothic/tfrakls.vf
%{_texmfdistdir}/fonts/vf/public/gothic/tgoth.vf
%{_texmfdistdir}/fonts/vf/public/gothic/tswab.vf
%doc %{_texmfdistdir}/doc/fonts/gothic/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090116-5
+ Revision: 72addc7
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15032 |14cu|texlive-graphics-pln-20100103-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16917
# category Package
# catalog-ctan /macros/plain/graphics
# catalog-date 2010-01-03 16:55:09 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-graphics-pln
Version:	20100103
Release:	5
Summary:	LaTeX-style graphics for Plain TeX users
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/graphics
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics-pln.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics-pln.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics-pln.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Plain TeX graphics package is mostly a thin shell around
the LaTeX graphicx and color packages, with support of the
LaTeX-isms in those packages provided by miniltx (which is the
largest part of the bundle). The bundle also contains a file
"picture.tex", which is a wrapper around the autopict.sty, and
provides the LaTeX picture mode to Plain TeX users.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/graphics-pln/autopict.sty
%{_texmfdistdir}/tex/plain/graphics-pln/color.tex
%{_texmfdistdir}/tex/plain/graphics-pln/graphicx.tex
%{_texmfdistdir}/tex/plain/graphics-pln/miniltx.tex
%{_texmfdistdir}/tex/plain/graphics-pln/picture.tex
%{_texmfdistdir}/tex/plain/graphics-pln/psfrag.tex
%doc %{_texmfdistdir}/doc/plain/graphics-pln/00readme.txt
%doc %{_texmfdistdir}/doc/plain/graphics-pln/exmplcol.tex
%doc %{_texmfdistdir}/doc/plain/graphics-pln/exmplgrf.tex
%doc %{_texmfdistdir}/doc/plain/graphics-pln/exmplpfg.tex
%doc %{_texmfdistdir}/doc/plain/graphics-pln/exmplpic.tex
#- source
%doc %{_texmfdistdir}/source/plain/graphics-pln/autopict.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100103-5
+ Revision: d23a807
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15033 |14cu|texlive-greenpoint-20061209-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/greenpoint
# catalog-date 2006-12-09 16:48:33 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-greenpoint
Version:	20061209
Release:	5
Summary:	The Green Point logo
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greenpoint
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greenpoint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greenpoint.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A MetaFont-implementation of the logo commonly known as 'Der
Grune Punkt' ('The Green Point'). In Austria, it can be found
on nearly every bottle. It should not be confused with the
'Recycle'-logo, implemented by Ian Green.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/greenpoint/greenpoint.mf
%{_texmfdistdir}/fonts/tfm/public/greenpoint/greenpoint.tfm
%doc %{_texmfdistdir}/doc/fonts/greenpoint/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/greenpoint/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061209-5
+ Revision: bb6ce68
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15034 |14cu|texlive-grotesq-20071103-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/urw/grotesq
# catalog-date 2007-11-03 13:04:21 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-grotesq
Version:	20071103
Release:	5
Summary:	URW Grotesq font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/grotesq
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grotesq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grotesq.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The directory contains a copy of the Type 1 font "URW Grotesq
2031 Bold' released under the GPL by URW, with supporting files
for use with (La)TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/grotesq/config.ugq
%{_texmfdistdir}/fonts/afm/urw/grotesq/ugqb8a.afm
%{_texmfdistdir}/fonts/map/dvips/grotesq/ugq.map
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqb.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqb7t.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqb8a.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqb8c.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqb8r.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqb8t.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqbc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqbc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqbo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqbo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqbo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqbo8t.tfm
%{_texmfdistdir}/fonts/type1/urw/grotesq/ugqb8a.pfb
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqb.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqb7t.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqb8c.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqb8t.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqbc7t.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqbc8t.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqbo7t.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqbo8c.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqbo8t.vf
%{_texmfdistdir}/tex/latex/grotesq/ot1ugq.fd
%{_texmfdistdir}/tex/latex/grotesq/t1ugq.fd
%{_texmfdistdir}/tex/latex/grotesq/ts1ugq.fd
%doc %{_texmfdistdir}/doc/fonts/grotesq/grotesq.txt
%doc %{_texmfdistdir}/doc/fonts/grotesq/readme.grotesq

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20071103-5
+ Revision: f801199
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15035 |14cu|texlive-hands-20081005-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan /fonts/hands
# catalog-date 2008-10-05 01:10:25 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-hands
Version:	20081005
Release:	5
Summary:	Pointing hand font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/hands
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hands.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides right- and left-pointing hands in both black-on-white
and white-on-black realisation. The font is distributed as
MetaFont source.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/hands/hands.mf
%{_texmfdistdir}/fonts/source/public/hands/handsdef.mf
%{_texmfdistdir}/fonts/source/public/hands/mirror.mf
%{_texmfdistdir}/fonts/source/public/hands/reverse.mf
%{_texmfdistdir}/fonts/source/public/hands/rvmirror.mf
%{_texmfdistdir}/fonts/tfm/public/hands/hands.tfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081005-5
+ Revision: 1258b94
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15036 |14cu|texlive-harvard-2.0.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/harvard
# catalog-date 2009-01-31 11:13:28 +0100
# catalog-license lppl
# catalog-version 2.0.5
Name:		texlive-harvard
Version:	2.0.5
Release:	5
Summary:	Harvard citation package for use with LaTeX 2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/harvard
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harvard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harvard.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harvard.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a re-implementation, for LaTeX 2e, of the original
Harvard package. The bundle contains the LaTeX package, several
BibTeX styles, and a 'Perl package' for use with LaTeX2HTML.
Harvard is an author-year citation style (all but the first
author are suppressed in second and subsequent citations of the
same entry); the package defines several variant styles: -
apsr.bst for the American Political Science Review; - agsm.bst
for Australian Government publications; - dcu.bst from the
Design Computing Unit of the University of Sydney; -
kluwer.bstwhich aims at the format preferred in Kluwer
publications; - nederlands.bst which deals with sorting Dutch
names with prefixes (such as van) according to Dutch rules;
together with several styles whose authors offer no description
of their behaviour.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/harvard/harvard.bib
%{_texmfdistdir}/bibtex/bst/harvard/agsm.bst
%{_texmfdistdir}/bibtex/bst/harvard/apsr.bst
%{_texmfdistdir}/bibtex/bst/harvard/dcu.bst
%{_texmfdistdir}/bibtex/bst/harvard/jmr.bst
%{_texmfdistdir}/bibtex/bst/harvard/jphysicsB.bst
%{_texmfdistdir}/bibtex/bst/harvard/kluwer.bst
%{_texmfdistdir}/bibtex/bst/harvard/nederlands.bst
%{_texmfdistdir}/tex/latex/harvard/harvard.sty
%doc %{_texmfdistdir}/doc/latex/harvard/INSTALL
%doc %{_texmfdistdir}/doc/latex/harvard/README
%doc %{_texmfdistdir}/doc/latex/harvard/harvard.pdf
%doc %{_texmfdistdir}/doc/latex/harvard/harvard.perl
%doc %{_texmfdistdir}/doc/latex/harvard/harvard.tex
%doc %{_texmfdistdir}/doc/latex/harvard/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/harvard/Makefile
%doc %{_texmfdistdir}/source/latex/harvard/doc_Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.5-5
+ Revision: be8fd6d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15037 |14cu|texlive-harvmac-20081220-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/harvmac
# catalog-date 2008-12-20 16:08:04 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-harvmac
Version:	20081220
Release:	5
Summary:	Macros for scientific articles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/harvmac
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harvmac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harvmac.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Known as 'Harvard macros', since written at that University.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/harvmac/harvmac.tex
%doc %{_texmfdistdir}/doc/plain/harvmac/README
%doc %{_texmfdistdir}/doc/plain/harvmac/harvsamp.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081220-5
+ Revision: c5f96e0
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15038 |14cu|texlive-hfbright-20061217-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25054
# category Package
# catalog-ctan /fonts/ps-type1/hfbright
# catalog-date 2006-12-17 23:49:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-hfbright
Version:	20061217
Release:	6
Summary:	The hfbright fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ps-type1/hfbright
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hfbright.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hfbright.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hfbright.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These are Adobe Type 1 versions of the OT1-encoded and maths
parts of the Computer Modern Bright fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbr10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbr17.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbr8.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbr9.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbras10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbras8.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbras9.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrbs10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrbs8.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrbs9.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrbx10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrmb10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrmi10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrmi8.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrmi9.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrsl10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrsl17.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrsl8.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrsl9.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrsy10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrsy8.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrsy9.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfsltl10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hftl10.afm
%{_texmfdistdir}/fonts/enc/dvips/hfbright/hfmital.enc
%{_texmfdistdir}/fonts/enc/dvips/hfbright/hfmsa.enc
%{_texmfdistdir}/fonts/enc/dvips/hfbright/hfmsb.enc
%{_texmfdistdir}/fonts/enc/dvips/hfbright/hfmsym.enc
%{_texmfdistdir}/fonts/enc/dvips/hfbright/hfot1.enc
%{_texmfdistdir}/fonts/map/dvips/hfbright/hfbright.map
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbr10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbr17.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbr8.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbr9.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbras10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbras8.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbras9.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrbs10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrbs8.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrbs9.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrbx10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrmb10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrmi10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrmi8.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrmi9.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrsl10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrsl17.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrsl8.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrsl9.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrsy10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrsy8.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrsy9.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfsltl10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hftl10.pfb
%doc %{_texmfdistdir}/doc/fonts/hfbright/README
%doc %{_texmfdistdir}/doc/fonts/hfbright/config.hfbright
%doc %{_texmfdistdir}/doc/fonts/hfbright/generate.sh
%doc %{_texmfdistdir}/doc/fonts/hfbright/install.sh
%doc %{_texmfdistdir}/doc/fonts/hfbright/simplify-rename.pe
#- source
%doc %{_texmfdistdir}/source/fonts/hfbright/generate.sh
%doc %{_texmfdistdir}/source/fonts/hfbright/install.sh
%doc %{_texmfdistdir}/source/fonts/hfbright/simplify-rename.pe

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061217-6
+ Revision: b7e72fe
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15039 |14cu|texlive-hfoldsty-1.15-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25011
# category Package
# catalog-ctan /fonts/hfoldsty
# catalog-date 2012-01-02 14:24:13 +0100
# catalog-license gpl
# catalog-version 1.15
Name:		texlive-hfoldsty
Version:	1.15
Release:	4
Summary:	Old style numerals with EC fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/hfoldsty
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hfoldsty.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hfoldsty.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hfoldsty.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The hfoldsty package provides virtual fonts for using oldstyle
(0123456789) figures with the European Computer Modern fonts.
It does a similar job as the eco package by Sebastian Kirsch
but includes a couple of improvements, i.e., better kerning
with guillemets, and support for character protruding using the
pdfcprot package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc3583.tfm
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc3583.vf
%{_texmfdistdir}/tex/latex/hfoldsty/hfoldsty.sty
%{_texmfdistdir}/tex/latex/hfoldsty/hforbxitT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hforbxitTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hforbxnT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hforbxnTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hforbxslT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hforbxslTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hformitT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hformitTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hformnT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hformnTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hformslT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hformslTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossbxitT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossbxitTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossbxnT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossbxnTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossbxslT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossbxslTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossmitT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossmitTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossmnT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossmnTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossmslT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossmslTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/omlhfor.fd
%{_texmfdistdir}/tex/latex/hfoldsty/omshfor.fd
%{_texmfdistdir}/tex/latex/hfoldsty/t1hfodh.fd
%{_texmfdistdir}/tex/latex/hfoldsty/t1hfor.fd
%{_texmfdistdir}/tex/latex/hfoldsty/t1hfoss.fd
%{_texmfdistdir}/tex/latex/hfoldsty/t1hfott.fd
%{_texmfdistdir}/tex/latex/hfoldsty/t1hfovt.fd
%{_texmfdistdir}/tex/latex/hfoldsty/ts1hfor.fd
%{_texmfdistdir}/tex/latex/hfoldsty/ts1hfoss.fd
%{_texmfdistdir}/tex/latex/hfoldsty/ts1hfott.fd
%{_texmfdistdir}/tex/latex/hfoldsty/ts1hfovtt.fd
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/Makefile
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/README
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/TODO
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/gpl.txt
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/hfoldsty.pdf
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/hfoldsty.xml
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/test-eco-hfo.tex
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/test-eco.tex
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/test-hfo.tex
#- source
%doc %{_texmfdistdir}/source/fonts/hfoldsty/Makefile
%doc %{_texmfdistdir}/source/fonts/hfoldsty/hfoldsty.dtx
%doc %{_texmfdistdir}/source/fonts/hfoldsty/hfoldsty.ins
%doc %{_texmfdistdir}/source/fonts/hfoldsty/src/Makefile
%doc %{_texmfdistdir}/source/fonts/hfoldsty/src/TS1.etx
%doc %{_texmfdistdir}/source/fonts/hfoldsty/src/dostretch.mtx
%doc %{_texmfdistdir}/source/fonts/hfoldsty/src/generate.sh
%doc %{_texmfdistdir}/source/fonts/hfoldsty/src/t19.etx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.15-4
+ Revision: 8ff52a9
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15040 |14cu|texlive-historische-zeitschrift-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27124
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/historische-zeitschrift
# catalog-date 2012-07-15 23:35:06 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-historische-zeitschrift
Version:	1.0
Release:	4
Summary:	Biblatex style for the journal 'Historische Zeitschrift'
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/historische-zeitschrift
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/historische-zeitschrift.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/historische-zeitschrift.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides citations according with the house style
of the 'Historische Zeitschrift', a German historical journal.
The scheme is a fullcite for the first citation and 'Author,
Shorttitle (as note N, P)' for later citations (P being the
page number). For further details, see the description of the
house style at the journal's site. The package depends on
biblatex (version 0.8 or higher) as well as etoolbox (version
1.5 or higher).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/historische-zeitschrift/bbx/historische-zeitschrift.bbx
%{_texmfdistdir}/tex/latex/historische-zeitschrift/cbx/historische-zeitschrift.cbx
%{_texmfdistdir}/tex/latex/historische-zeitschrift/lbx/historische-zeitschrift.lbx
%doc %{_texmfdistdir}/doc/latex/historische-zeitschrift/CHANGES
%doc %{_texmfdistdir}/doc/latex/historische-zeitschrift/LIESMICH
%doc %{_texmfdistdir}/doc/latex/historische-zeitschrift/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 0feca7f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15041 |14cu|texlive-hyphenex-20120203-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26276
# category Package
# catalog-ctan /info/digests/tugboat/hyphenex
# catalog-date 2012-02-03 11:53:44 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-hyphenex
Version:	20120203
Release:	4
Summary:	Generate a hyphenation exceptions file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/digests/tugboat/hyphenex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Exceptions for American English hyphenation patterns are
occasionally published in the TeX User Group magazine TUGboat.
This bundle provides alternative Perl and Bourne shell scripts
to convert the source of such an article into an exceptions
file, together with a recent copy of the article and its
translation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/hyphenex/ushyphex.tex
#- source
%doc %{_texmfdistdir}/source/generic/hyphenex/GNUmakefile
%doc %{_texmfdistdir}/source/generic/hyphenex/README
%doc %{_texmfdistdir}/source/generic/hyphenex/hyphenex.pl
%doc %{_texmfdistdir}/source/generic/hyphenex/hyphenex.sh
%doc %{_texmfdistdir}/source/generic/hyphenex/tb0hyf.pdf
%doc %{_texmfdistdir}/source/generic/hyphenex/tb0hyf.tex
%doc %{_texmfdistdir}/source/generic/hyphenex/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120203-4
+ Revision: ba207da
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15042 |14cu|texlive-hyplain-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/hyplain
# catalog-date 2007-03-07 20:05:57 +0100
# catalog-license pd
# catalog-version 1.0
Name:		texlive-hyplain
Version:	1.0
Release:	5
Summary:	Basic support for multiple languages in Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/hyplain
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyplain.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyplain.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a means to set up hyphenation suitable for
several languages and/or dialects, and to select them or switch
between them while typesetting.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/hyplain/hylang.tex
%{_texmfdistdir}/tex/plain/hyplain/hypdfplain.ini
%{_texmfdistdir}/tex/plain/hyplain/hyplain.tex
%{_texmfdistdir}/tex/plain/hyplain/hyrules.tex
%doc %{_texmfdistdir}/doc/plain/hyplain/README
%doc %{_texmfdistdir}/doc/plain/hyplain/hydoc.pdf
%doc %{_texmfdistdir}/doc/plain/hyplain/hydoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: bffcb69
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15043 |14cu|texlive-ifetex-1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24853
# category Package
# catalog-ctan /macros/latex/contrib/ifetex
# catalog-date 2011-12-15 16:49:50 +0100
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-ifetex
Version:	1.2
Release:	5
Summary:	Provides \ifetex switch
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ifetex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifetex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifetex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifetex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the switch \ifetex which indicates whether
e-TeX is available or not. The package can be loaded as LaTeX
package using \usepackage{ifetex} or in plain TeX using \input
ifetex. In either case it aborts silently if the \ifetex macro
is already defined. The package's test is whether \eTeXversion
is defined as a primitive; if it is, the package assumes e-TeX
features are available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ifetex/ifetex.sty
%{_texmfdistdir}/tex/plain/ifetex/ifetex.tex
%doc %{_texmfdistdir}/doc/latex/ifetex/README
%doc %{_texmfdistdir}/doc/latex/ifetex/ifetex.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ifetex/ifetex.dtx
%doc %{_texmfdistdir}/source/latex/ifetex/ifetex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-5
+ Revision: ebf7835
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15044 |14cu|texlive-ifsym-20110410-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24868
# category Package
# catalog-ctan /fonts/ifsym
# catalog-date 2011-04-10 22:02:30 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-ifsym
Version:	20110410
Release:	5
Summary:	A collection of symbols
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ifsym
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifsym.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifsym.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of symbol fonts, written in Metafont, offering
(respectively) clock-face symbols, geometrical symbols, weather
symbols, mountaineering symbols, electronic circuit symbols and
a set of miscellaneous symbols. A LaTeX package is provided,
that allows the user to load only those symbols needed in a
document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/ifsym/ifclk.gen
%{_texmfdistdir}/fonts/source/public/ifsym/ifclk10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifclkb10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeo.gen
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeo10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeob10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeobn10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeobw10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeon10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeow10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifsym.gen
%{_texmfdistdir}/fonts/source/public/ifsym/ifsym10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifsymb10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifsymbi10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifsymi10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifwea.gen
%{_texmfdistdir}/fonts/source/public/ifsym/ifwea10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifweab10.mf
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifclk10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifclkb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeo10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeob10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeobn10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeobw10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeon10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeow10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifsym10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifsymb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifsymbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifsymi10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifwea10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifweab10.tfm
%{_texmfdistdir}/tex/latex/ifsym/ifsym.sty
%{_texmfdistdir}/tex/latex/ifsym/uifblk.fd
%{_texmfdistdir}/tex/latex/ifsym/uifclk.fd
%{_texmfdistdir}/tex/latex/ifsym/uifgeo.fd
%{_texmfdistdir}/tex/latex/ifsym/uifsym.fd
%{_texmfdistdir}/tex/latex/ifsym/uifwea.fd
%doc %{_texmfdistdir}/doc/fonts/ifsym/ifsym.ps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110410-5
+ Revision: c67aed9
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15045 |14cu|texlive-iftex-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18833
# category Package
# catalog-ctan /macros/latex/contrib/iftex
# catalog-date 2010-06-08 10:18:35 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-iftex
Version:	0.2
Release:	5
Summary:	Am I running under pdfTeX, XeTeX or LuaTeX?
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/iftex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iftex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iftex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package, which works both for Plain TeX and for LaTeX,
defines the \ifPDFTeX, \ifXeTeX, and \ifLuaTeX conditionals for
testing which engine is being used for typesetting. The package
also provides the \RequirePDFTeX, \RequireXeTeX, and
\RequireLuaTeX commands which throw an error if pdfTeX, XeTeX
or LuaTeX (respectively) is not the engine in use.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/iftex/iftex.sty
%doc %{_texmfdistdir}/doc/generic/iftex/README
%doc %{_texmfdistdir}/doc/generic/iftex/iftex.pdf
%doc %{_texmfdistdir}/doc/generic/iftex/iftex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-5
+ Revision: 3165e87
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15046 |14cu|texlive-ijqc-1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/ijqc
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-ijqc
Version:	1.2
Release:	5
Summary:	BibTeX style file for the Intl. J. Quantum Chem
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/ijqc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ijqc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ijqc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
ijqc.bst is a BibTeX style file to support publication in
Wiley's International Journal of Quantum Chemistry. It is not
in any way officially endorsed by the publisher or editors, and
is provided without any warranty one could ever think of.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/ijqc/ijqc.bst
%doc %{_texmfdistdir}/doc/bibtex/ijqc/README
%doc %{_texmfdistdir}/doc/bibtex/ijqc/makefile
%doc %{_texmfdistdir}/doc/bibtex/ijqc/mybib.bib
%doc %{_texmfdistdir}/doc/bibtex/ijqc/xampl.pdf
%doc %{_texmfdistdir}/doc/bibtex/ijqc/xampl.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-5
+ Revision: e429a83
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15047 |14cu|texlive-initials-20080819-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/initials
# catalog-date 2008-08-19 23:32:24 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-initials
Version:	20080819
Release:	5
Summary:	Adobe Type 1 decorative initial fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/initials
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/initials.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/initials.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
For each font, at least an .pfb and .tfm file is provided, with
a .fd file for use with LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/initials/config.Acorn
%{_texmfdistdir}/dvips/initials/config.AnnSton
%{_texmfdistdir}/dvips/initials/config.ArtNouv
%{_texmfdistdir}/dvips/initials/config.ArtNouvc
%{_texmfdistdir}/dvips/initials/config.Carrickc
%{_texmfdistdir}/dvips/initials/config.Eichenla
%{_texmfdistdir}/dvips/initials/config.Eileen
%{_texmfdistdir}/dvips/initials/config.EileenBl
%{_texmfdistdir}/dvips/initials/config.Elzevier
%{_texmfdistdir}/dvips/initials/config.GotIn
%{_texmfdistdir}/dvips/initials/config.GoudyIn
%{_texmfdistdir}/dvips/initials/config.Kinigcap
%{_texmfdistdir}/dvips/initials/config.Konanur
%{_texmfdistdir}/dvips/initials/config.Kramer
%{_texmfdistdir}/dvips/initials/config.MorrisIn
%{_texmfdistdir}/dvips/initials/config.Nouveaud
%{_texmfdistdir}/dvips/initials/config.Romantik
%{_texmfdistdir}/dvips/initials/config.Rothdn
%{_texmfdistdir}/dvips/initials/config.RoyalIn
%{_texmfdistdir}/dvips/initials/config.Sanremo
%{_texmfdistdir}/dvips/initials/config.Starburst
%{_texmfdistdir}/dvips/initials/config.Typocaps
%{_texmfdistdir}/dvips/initials/config.Zallman
%{_texmfdistdir}/fonts/afm/public/initials/Acorn.afm
%{_texmfdistdir}/fonts/afm/public/initials/AnnSton.afm
%{_texmfdistdir}/fonts/afm/public/initials/ArtNouv.afm
%{_texmfdistdir}/fonts/afm/public/initials/ArtNouvc.afm
%{_texmfdistdir}/fonts/afm/public/initials/Carrickc.afm
%{_texmfdistdir}/fonts/afm/public/initials/Eichenla.afm
%{_texmfdistdir}/fonts/afm/public/initials/Eileen.afm
%{_texmfdistdir}/fonts/afm/public/initials/EileenBl.afm
%{_texmfdistdir}/fonts/afm/public/initials/Elzevier.afm
%{_texmfdistdir}/fonts/afm/public/initials/GotIn.afm
%{_texmfdistdir}/fonts/afm/public/initials/GoudyIn.afm
%{_texmfdistdir}/fonts/afm/public/initials/Kinigcap.afm
%{_texmfdistdir}/fonts/afm/public/initials/Konanur.afm
%{_texmfdistdir}/fonts/afm/public/initials/Kramer.afm
%{_texmfdistdir}/fonts/afm/public/initials/MorrisIn.afm
%{_texmfdistdir}/fonts/afm/public/initials/Nouveaud.afm
%{_texmfdistdir}/fonts/afm/public/initials/Romantik.afm
%{_texmfdistdir}/fonts/afm/public/initials/Rothdn.afm
%{_texmfdistdir}/fonts/afm/public/initials/RoyalIn.afm
%{_texmfdistdir}/fonts/afm/public/initials/Sanremo.afm
%{_texmfdistdir}/fonts/afm/public/initials/Starburst.afm
%{_texmfdistdir}/fonts/afm/public/initials/Typocaps.afm
%{_texmfdistdir}/fonts/afm/public/initials/Zallman.afm
%{_texmfdistdir}/fonts/map/dvips/initials/Acorn.map
%{_texmfdistdir}/fonts/map/dvips/initials/AnnSton.map
%{_texmfdistdir}/fonts/map/dvips/initials/ArtNouv.map
%{_texmfdistdir}/fonts/map/dvips/initials/ArtNouvc.map
%{_texmfdistdir}/fonts/map/dvips/initials/Carrickc.map
%{_texmfdistdir}/fonts/map/dvips/initials/Eichenla.map
%{_texmfdistdir}/fonts/map/dvips/initials/Eileen.map
%{_texmfdistdir}/fonts/map/dvips/initials/EileenBl.map
%{_texmfdistdir}/fonts/map/dvips/initials/Elzevier.map
%{_texmfdistdir}/fonts/map/dvips/initials/GotIn.map
%{_texmfdistdir}/fonts/map/dvips/initials/GoudyIn.map
%{_texmfdistdir}/fonts/map/dvips/initials/Kinigcap.map
%{_texmfdistdir}/fonts/map/dvips/initials/Konanur.map
%{_texmfdistdir}/fonts/map/dvips/initials/Kramer.map
%{_texmfdistdir}/fonts/map/dvips/initials/MorrisIn.map
%{_texmfdistdir}/fonts/map/dvips/initials/Nouveaud.map
%{_texmfdistdir}/fonts/map/dvips/initials/Romantik.map
%{_texmfdistdir}/fonts/map/dvips/initials/Rothdn.map
%{_texmfdistdir}/fonts/map/dvips/initials/RoyalIn.map
%{_texmfdistdir}/fonts/map/dvips/initials/Sanremo.map
%{_texmfdistdir}/fonts/map/dvips/initials/Starburst.map
%{_texmfdistdir}/fonts/map/dvips/initials/Typocaps.map
%{_texmfdistdir}/fonts/map/dvips/initials/Zallman.map
%{_texmfdistdir}/fonts/tfm/public/initials/Acorn.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/AnnSton.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/ArtNouv.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/ArtNouvc.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Carrickc.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Eichenla.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Eileen.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/EileenBl.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Elzevier.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/GotIn.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/GoudyIn.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Kinigcap.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Konanur.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Kramer.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/MorrisIn.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Nouveaud.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Romantik.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Rothdn.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/RoyalIn.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Sanremo.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Starburst.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Typocaps.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Zallman.tfm
%{_texmfdistdir}/fonts/type1/public/initials/Acorn.pfb
%{_texmfdistdir}/fonts/type1/public/initials/AnnSton.pfb
%{_texmfdistdir}/fonts/type1/public/initials/ArtNouv.pfb
%{_texmfdistdir}/fonts/type1/public/initials/ArtNouvc.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Carrickc.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Eichenla.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Eileen.pfb
%{_texmfdistdir}/fonts/type1/public/initials/EileenBl.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Elzevier.pfb
%{_texmfdistdir}/fonts/type1/public/initials/GotIn.pfb
%{_texmfdistdir}/fonts/type1/public/initials/GoudyIn.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Kinigcap.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Konanur.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Kramer.pfb
%{_texmfdistdir}/fonts/type1/public/initials/MorrisIn.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Nouveaud.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Romantik.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Rothdn.pfb
%{_texmfdistdir}/fonts/type1/public/initials/RoyalIn.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Sanremo.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Starburst.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Typocaps.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Zallman.pfb
%{_texmfdistdir}/tex/latex/initials/Acorn.fd
%{_texmfdistdir}/tex/latex/initials/AnnSton.fd
%{_texmfdistdir}/tex/latex/initials/ArtNouv.fd
%{_texmfdistdir}/tex/latex/initials/ArtNouvc.fd
%{_texmfdistdir}/tex/latex/initials/Carrickc.fd
%{_texmfdistdir}/tex/latex/initials/Eichenla.fd
%{_texmfdistdir}/tex/latex/initials/Eileen.fd
%{_texmfdistdir}/tex/latex/initials/EileenBl.fd
%{_texmfdistdir}/tex/latex/initials/Elzevier.fd
%{_texmfdistdir}/tex/latex/initials/GotIn.fd
%{_texmfdistdir}/tex/latex/initials/GoudyIn.fd
%{_texmfdistdir}/tex/latex/initials/Kinigcap.fd
%{_texmfdistdir}/tex/latex/initials/Konanur.fd
%{_texmfdistdir}/tex/latex/initials/Kramer.fd
%{_texmfdistdir}/tex/latex/initials/MorrisIn.fd
%{_texmfdistdir}/tex/latex/initials/Nouveaud.fd
%{_texmfdistdir}/tex/latex/initials/Romantik.fd
%{_texmfdistdir}/tex/latex/initials/Rothdn.fd
%{_texmfdistdir}/tex/latex/initials/RoyalIn.fd
%{_texmfdistdir}/tex/latex/initials/Sanremo.fd
%{_texmfdistdir}/tex/latex/initials/Starburst.fd
%{_texmfdistdir}/tex/latex/initials/Typocaps.fd
%{_texmfdistdir}/tex/latex/initials/Zallman.fd
%_texmf_updmap_d/initials
%doc %{_texmfdistdir}/doc/fonts/initials/Acorn.tex
%doc %{_texmfdistdir}/doc/fonts/initials/AnnSton.tex
%doc %{_texmfdistdir}/doc/fonts/initials/ArtNouv.tex
%doc %{_texmfdistdir}/doc/fonts/initials/ArtNouvc.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Carrickc.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Eichenla.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Eileen.tex
%doc %{_texmfdistdir}/doc/fonts/initials/EileenBl.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Elzevier.tex
%doc %{_texmfdistdir}/doc/fonts/initials/GotIn.tex
%doc %{_texmfdistdir}/doc/fonts/initials/GoudyIn.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Kinigcap.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Konanur.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Kramer.tex
%doc %{_texmfdistdir}/doc/fonts/initials/MorrisIn.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Nouveaud.tex
%doc %{_texmfdistdir}/doc/fonts/initials/README
%doc %{_texmfdistdir}/doc/fonts/initials/Romantik.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Rothdn.tex
%doc %{_texmfdistdir}/doc/fonts/initials/RoyalIn.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Sanremo.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Starburst.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Typocaps.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Zallman.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/initials <<EOF
Map Acorn.map
Map AnnSton.map
Map ArtNouv.map
Map ArtNouvc.map
Map Carrickc.map
Map Eichenla.map
Map Eileen.map
Map EileenBl.map
Map Elzevier.map
Map GotIn.map
Map GoudyIn.map
Map Kinigcap.map
Map Konanur.map
Map Kramer.map
Map MorrisIn.map
Map Nouveaud.map
Map Romantik.map
Map Rothdn.map
Map RoyalIn.map
Map Sanremo.map
Map Starburst.map
Map Typocaps.map
Map Zallman.map
EOF



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080819-5
+ Revision: ba4dc09
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15048 |14cu|texlive-inlinebib-20061212-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22018
# category Package
# catalog-ctan /biblio/bibtex/contrib/inlinebib
# catalog-date 2006-12-12 00:29:31 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-inlinebib
Version:	20061212
Release:	5
Summary:	Citations in footnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/inlinebib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinebib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinebib.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A BibTeX style and a LaTeX package that allow for a full
bibliography at the end of the document as well as citation
details in footnotes. The footnote details include "op. cit."
and "ibid." contractions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/inlinebib/inlinebib.bst
%{_texmfdistdir}/tex/latex/inlinebib/inlinebib.sty
%{_texmfdistdir}/tex/latex/inlinebib/pageranges.sty
%doc %{_texmfdistdir}/doc/bibtex/inlinebib/MANIFEST
%doc %{_texmfdistdir}/doc/bibtex/inlinebib/inlinebib.htm
%doc %{_texmfdistdir}/doc/bibtex/inlinebib/inlinebib.txt
%doc %{_texmfdistdir}/doc/bibtex/inlinebib/inlinebib1.gif
%doc %{_texmfdistdir}/doc/bibtex/inlinebib/inlinebib2.gif

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061212-5
+ Revision: 4d4de9f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15049 |14cu|texlive-insbox-2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17694
# category Package
# catalog-ctan /macros/generic/insbox
# catalog-date 2007-01-07 15:47:33 +0100
# catalog-license pd
# catalog-version 2.2
Name:		texlive-insbox
Version:	2.2
Release:	5
Summary:	A TeX macro for inserting pictures/boxes into paragraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/insbox
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/insbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/insbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive insbox package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/insbox/insbox.tex
%doc %{_texmfdistdir}/doc/generic/insbox/demo.tex
%doc %{_texmfdistdir}/doc/generic/insbox/pic1.eps
%doc %{_texmfdistdir}/doc/generic/insbox/pic2.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-5
+ Revision: 99a3a53
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15050 |14cu|texlive-installfont-v1.6b-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25205
# category Package
# catalog-ctan /support/installfont
# catalog-date 2012-01-26 12:26:54 +0100
# catalog-license lppl
# catalog-version v1.6b
Name:		texlive-installfont
Version:	v1.6b
Release:	5
Summary:	A bash script for installing a LaTeX font family
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/installfont
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/installfont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/installfont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-installfont.bin = %{EVRD}

%description
With this script you can install a LaTeX font family
(PostScript Type 1, TrueType and OpenType formats are
supported). Font series from light to ultra bold, and (faked)
small caps and (faked) slanted shapes are supported, but not
expert fonts. The script will rename the fonts automatically
(optional) or will otherwise expect the *.afm files and the
font files (in PostScript Type1 format) named in the Karl Berry
scheme (e.g. 5bbr8a.pfb). After running the script, you should
have a working font installation in your local TeX tree.


#-----------------------------------------------------------------------
%files
%{_bindir}/installfont-tl
%{_texmfdistdir}/scripts/installfont/installfont-tl
%doc %{_texmfdistdir}/doc/support/installfont/LICENSE
%doc %{_texmfdistdir}/doc/support/installfont/README
%doc %{_texmfdistdir}/doc/support/installfont/installfont
%doc %{_texmfdistdir}/doc/support/installfont/installfont.pdf
%doc %{_texmfdistdir}/doc/support/installfont/installfont.tex
%doc %{_texmfdistdir}/doc/support/installfont/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}	 
pushd %{buildroot}%{_bindir}	 
    ln -sf %{_texmfdistdir}/scripts/installfont/installfont-tl installfont-tl	 
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.6b-5
+ Revision: 4885d2c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15051 |14cu|texlive-interval-0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30747
# category Package
# catalog-ctan /macros/latex/contrib/interval
# catalog-date 2013-05-24 14:49:46 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-interval
Version:	0.1
Release:	8
Summary:	Format mathematical intervals, ensuring proper spacing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/interval
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interval.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interval.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
When typing an open interval as $]a,b[$, a closing bracket is
being used in place of an opening fence and vice versa. This
leads to the wrong spacing in, say, $]-a,b[$ or $A\in]a,b[=B$.
The package attempts to solve this using: \interval{a}{b} ->
[a,b] \interval[open]{a}{b} -> ]a,b[ \interval[open left]{a}{b}
-> ]a,b] The package also supports fence scaling and ensures
that the enclosing fences will end up having the proper closing
and opening types. TeX maths does not do this job properly.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/interval/interval.sty
%doc %{_texmfdistdir}/doc/latex/interval/interval.pdf
%doc %{_texmfdistdir}/doc/latex/interval/interval.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-8
+ Revision: 20b91a6
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15052 |14cu|texlive-ionumbers-0.3.1alpha-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23380
# category Package
# catalog-ctan /macros/latex/contrib/ionumbers
# catalog-date 2011-06-15 09:16:20 +0200
# catalog-license gpl
# catalog-version 0.3.1-alpha
Name:		texlive-ionumbers
Version:	0.3.1alpha
Release:	5
Summary:	Restyle numbers in maths mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ionumbers
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ionumbers.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ionumbers.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ionumbers.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
'ionumbers' stands for 'input/output numbers'. The package
restyles numbers in maths mode. If a number in the input file
is written, e.g., as $3,231.44$ as commonly used in English
texts, the package is able to restyle it to be output as
$3\,231{,}44$ as commonly used in German texts (and vice
versa). This may be useful, for example, if you have a large
table and want to include it in texts with different output
conventions without the need to change the table. The package
can also automatically group digits left of the decimal
separator (thousands) and right of the decimal separator
(thousandths) in triplets without the need of specifing commas
(English) or points (German) as separators. E.g., the input
$1234.567890$ can be output as $1\,234.\,567\,890$. Finally, an
e starts the exponent of the number. For example, $21e6$ may be
output as $26\times10\,^{6}$.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ionumbers/ionumbers.sty
%doc %{_texmfdistdir}/doc/latex/ionumbers/COPYING
%doc %{_texmfdistdir}/doc/latex/ionumbers/Makefile
%doc %{_texmfdistdir}/doc/latex/ionumbers/README
%doc %{_texmfdistdir}/doc/latex/ionumbers/ionumbers.pdf
%doc %{_texmfdistdir}/doc/latex/ionumbers/ionumbers_test.pdf
%doc %{_texmfdistdir}/doc/latex/ionumbers/ionumbers_test.tex
#- source
%doc %{_texmfdistdir}/source/latex/ionumbers/ionumbers.dtx
%doc %{_texmfdistdir}/source/latex/ionumbers/ionumbers.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1alpha-5
+ Revision: aad414a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15053 |14cu|texlive-iopart-num-2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/iopart-num
# catalog-date 2009-01-27 15:17:42 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-iopart-num
Version:	2.1
Release:	5
Summary:	Numeric citation style for IOP journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/iopart-num
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iopart-num.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iopart-num.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A BibTeX style providing numeric citation in Harvard-like
format. Intended for use with Institute of Physics (IOP)
journals, including Journal of Physics.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/iopart-num/iopart-num.bst
%doc %{_texmfdistdir}/doc/bibtex/iopart-num/README
%doc %{_texmfdistdir}/doc/bibtex/iopart-num/iopart-num.bib
%doc %{_texmfdistdir}/doc/bibtex/iopart-num/iopart-num.pdf
%doc %{_texmfdistdir}/doc/bibtex/iopart-num/iopart-num.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-5
+ Revision: 29612d5
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15054 |14cu|texlive-isomath-0.6.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27654
# category Package
# catalog-ctan /macros/latex/contrib/isomath
# catalog-date 2012-09-12 18:41:18 +0200
# catalog-license lppl
# catalog-version 0.6.1
Name:		texlive-isomath
Version:	0.6.1
Release:	8
Summary:	Mathematics style for science and technology
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isomath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isomath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isomath.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides tools for a mathematical style that
conforms to the International Standard ISO 80000-2 and is
common in science and technology. It changes the default shape
of capital Greek letters to italic, sets up bold italic and
sans-serif bold italic math alphabets with Latin and Greek
characters, and defines macros for markup of vector, matrix and
tensor symbols.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/isomath/isomath.sty
%doc %{_texmfdistdir}/doc/latex/isomath/README.html
%doc %{_texmfdistdir}/doc/latex/isomath/README.txt
%doc %{_texmfdistdir}/doc/latex/isomath/isomath-test.pdf
%doc %{_texmfdistdir}/doc/latex/isomath/isomath-test.tex
%doc %{_texmfdistdir}/doc/latex/isomath/isomath.html
%doc %{_texmfdistdir}/doc/latex/isomath/isomath.pdf
%doc %{_texmfdistdir}/doc/latex/isomath/isomath.sty.html
%doc %{_texmfdistdir}/doc/latex/isomath/isomath.sty.txt
%doc %{_texmfdistdir}/doc/latex/isomath/isomath.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-8
+ Revision: 14286c6
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15055 |14cu|texlive-jablantile-20091210-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16364
# category Package
# catalog-ctan /fonts/jablantile
# catalog-date 2009-12-10 11:03:10 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-jablantile
Version:	20091210
Release:	5
Summary:	Metafont version of tiles in the style of Slavik Jablan
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/jablantile
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jablantile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jablantile.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a small Metafont font to implement the modular tiles
described by Slavik Jablan. For an outline of the theoretical
structure of the tiles, see (for example) Jablan's JMM 2006
Exhibit.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/jablantile/jablantile.mf
%doc %{_texmfdistdir}/doc/fonts/jablantile/README
%doc %{_texmfdistdir}/doc/fonts/jablantile/dearjablan.tex
%doc %{_texmfdistdir}/doc/fonts/jablantile/jablantile.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091210-5
+ Revision: 80bb352
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15056 |14cu|texlive-jamtimes-1.12-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20408
# category Package
# catalog-ctan /fonts/jamtimes
# catalog-date 2009-11-07 09:52:42 +0000
# catalog-license other-free
# catalog-version 1.12
Name:		texlive-jamtimes
Version:	1.12
Release:	5
Summary:	Expanded Times Roman fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/jamtimes
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jamtimes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jamtimes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers LaTeX support for the expanded Times Roman
font, which has been used for many years in the Journal
d'Analyse Mathematique. Mathematics support is based on the
Belleek fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/jamtimes/jtm.map
%{_texmfdistdir}/fonts/tfm/public/jamtimes/blsy.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmb7tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmb8cv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmb8rv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmb8tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbc7tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbc8tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi7me.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi7tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi8cv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi8rv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi8tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbo7tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbo8cv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbo8rv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbo8tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7tc.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7ye.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7yoe.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8cc.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8ce.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8cw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8rc.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8re.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8rw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8tc.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmrc7te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmrc7tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmrc8te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmrc8tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri7me.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri7te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri7tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri7ze.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8ce.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8cw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8re.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8rw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro7te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro7tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8ce.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8cw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8re.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8rw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/ptmb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/ptmbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/ptmr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/ptmri8a.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/rblmi.tfm
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmb7tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmb8cv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmb8tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbc7tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbc8tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbi7me.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbi7tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbi8cv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbi8tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbo7tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbo8cv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbo8tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr7tc.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr7te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr7tw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr7ye.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8cc.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8ce.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8cw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8tc.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8tw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmrc7te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmrc7tw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmrc8te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmrc8tw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri7me.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri7te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri7tw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri8ce.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri8cw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri8te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri8tw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro7te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro7tw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro8ce.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro8cw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro8te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro8tw.vf
%{_texmfdistdir}/tex/latex/jamtimes/jamtimes.sty
%{_texmfdistdir}/tex/latex/jamtimes/omljtm.fd
%{_texmfdistdir}/tex/latex/jamtimes/omsjtm.fd
%{_texmfdistdir}/tex/latex/jamtimes/ot1jtm.fd
%{_texmfdistdir}/tex/latex/jamtimes/t1jtm.fd
%{_texmfdistdir}/tex/latex/jamtimes/ts1jtm.fd
%doc %{_texmfdistdir}/doc/latex/jamtimes/README
%doc %{_texmfdistdir}/doc/latex/jamtimes/jamtimes.bib
%doc %{_texmfdistdir}/doc/latex/jamtimes/jamtimes.dtx
%doc %{_texmfdistdir}/doc/latex/jamtimes/jamtimes.ins
%doc %{_texmfdistdir}/doc/latex/jamtimes/jamtimes.pdf
%doc %{_texmfdistdir}/doc/latex/jamtimes/mathsample.pdf
%doc %{_texmfdistdir}/doc/latex/jamtimes/mathsample.tex
%doc %{_texmfdistdir}/doc/latex/jamtimes/mathsample_ps.pdf
%doc %{_texmfdistdir}/doc/latex/jamtimes/textsample.pdf
%doc %{_texmfdistdir}/doc/latex/jamtimes/textsample.tex
%doc %{_texmfdistdir}/doc/latex/jamtimes/textsample_ps.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.12-5
+ Revision: ead816d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15057 |14cu|texlive-jneurosci-1.00-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17346
# category Package
# catalog-ctan /biblio/bibtex/contrib/jneurosci
# catalog-date 2010-03-06 20:55:14 +0100
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-jneurosci
Version:	1.00
Release:	5
Summary:	BibTeX style for the Journal of Neuroscience
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/jneurosci
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jneurosci.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jneurosci.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a slightly modified version of the namedplus style,
which fully conforms with the Journal of Neuroscience citation
style. It should be characterised as an author-date citation
style; a BibTeX style and a LaTeX package are provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/jneurosci/jneurosci.bst
%{_texmfdistdir}/tex/latex/jneurosci/jneurosci.sty
%doc %{_texmfdistdir}/doc/latex/jneurosci/README
%doc %{_texmfdistdir}/doc/latex/jneurosci/jneurosci.pdf
%doc %{_texmfdistdir}/doc/latex/jneurosci/jneurosci.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00-5
+ Revision: cfff2cd
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15058 |14cu|texlive-js-misc-20091128-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16211
# category Package
# catalog-ctan /macros/plain/contrib/js-misc
# catalog-date 2009-11-28 12:18:01 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-js-misc
Version:	20091128
Release:	5
Summary:	Miscellaneous macros from Joachim Schrod
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/js-misc
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/js-misc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/js-misc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A bunch of packages, including: - idverb.tex, for 'short
verbatim'; - xfig.tex, for including xfig/transfig output in a
TeX document; and - cassette.tex for setting cassette labels.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/js-misc/cassette.tex
%{_texmfdistdir}/tex/plain/js-misc/idverb.tex
%{_texmfdistdir}/tex/plain/js-misc/js-misc.tex
%{_texmfdistdir}/tex/plain/js-misc/schild.tex
%{_texmfdistdir}/tex/plain/js-misc/sperr.tex
%{_texmfdistdir}/tex/plain/js-misc/xfig.tex
%doc %{_texmfdistdir}/doc/plain/js-misc/History
%doc %{_texmfdistdir}/doc/plain/js-misc/INSTALL
%doc %{_texmfdistdir}/doc/plain/js-misc/Imakefile
%doc %{_texmfdistdir}/doc/plain/js-misc/License
%doc %{_texmfdistdir}/doc/plain/js-misc/Makefile
%doc %{_texmfdistdir}/doc/plain/js-misc/README
%doc %{_texmfdistdir}/doc/plain/js-misc/TODO
%doc %{_texmfdistdir}/doc/plain/js-misc/deutsch.doc
%doc %{_texmfdistdir}/doc/plain/js-misc/deutsch.tex
%doc %{_texmfdistdir}/doc/plain/js-misc/idverb.doc
%doc %{_texmfdistdir}/doc/plain/js-misc/names.sty
%doc %{_texmfdistdir}/doc/plain/js-misc/xfig/text-2.1-doc.tex
%doc %{_texmfdistdir}/doc/plain/js-misc/xfig/text-2.1.fig
%doc %{_texmfdistdir}/doc/plain/js-misc/xfig/text-2.1.latex
%doc %{_texmfdistdir}/doc/plain/js-misc/xfig/text-3.1-doc.tex
%doc %{_texmfdistdir}/doc/plain/js-misc/xfig/text-3.1.latex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091128-5
+ Revision: 590c2ba
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15059 |14cu|texlive-junicode-0.7.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25896
# category Package
# catalog-ctan /fonts/junicode
# catalog-date 2012-04-09 14:52:28 +0200
# catalog-license gpl
# catalog-version 0.7.6
Name:		texlive-junicode
Version:	0.7.6
Release:	4
Summary:	A TrueType font for mediaevalists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/junicode
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/junicode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/junicode.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Junicode is a TrueType font with many OpenType features for
antiquarians (especially medievalists) based on typefaces used
by the Oxford Press in the late 17th and early 18th centuries.
It works well with Xe(La)TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/truetype/public/junicode/Junicode-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/junicode/Junicode-BoldItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/junicode/Junicode-Italic.ttf
%{_texmfdistdir}/fonts/truetype/public/junicode/Junicode.ttf
%{_texmfdistdir}/tex/latex/junicode/mt-Junicode.cfg
%doc %{_texmfdistdir}/doc/fonts/junicode/Junicode.pdf
%doc %{_texmfdistdir}/doc/fonts/junicode/Junicode.tex
%doc %{_texmfdistdir}/doc/fonts/junicode/README
%doc %{_texmfdistdir}/doc/fonts/junicode/aelfric_job.pdf
%doc %{_texmfdistdir}/doc/fonts/junicode/aelfric_job.tex
%doc %{_texmfdistdir}/doc/fonts/junicode/homer_sample.pdf
%doc %{_texmfdistdir}/doc/fonts/junicode/homer_sample.tex
%doc %{_texmfdistdir}/doc/fonts/junicode/replacements

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7.6-4
+ Revision: fbd115b
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15060 |14cu|texlive-jurabib-0.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/jurabib
# catalog-date 2007-01-08 14:12:54 +0100
# catalog-license gpl
# catalog-version 0.6
Name:		texlive-jurabib
Version:	0.6
Release:	5
Summary:	Extended BibTeX citation support for the humanities and legal texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jurabib
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jurabib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jurabib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jurabib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package enables automated citation with BibTeX for legal
studies and the humanities. In addition, the package provides
commands for specifying editors in a commentary in a convenient
way. Simplified formatting of the citation as well as the
bibliography entry is also provided. It is possible to display
the (short) title of a work only if an authors is cited with
multiple works. Giving a full citation in the text, conforming
to the bibliography entry, is supported. Several options are
provided which might be of special interest for those outside
legal studies--for instance, displaying multiple full
citations. In addition, the format of last names and first
names of authors may be changed easily. Cross references to
other footnotes are possible. Language dependent handling of
bibliography entries is possible by the special language field.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/jurabib/book.bib
%{_texmfdistdir}/bibtex/bib/jurabib/comment.bib
%{_texmfdistdir}/bibtex/bib/jurabib/jbtest.bib
%{_texmfdistdir}/bibtex/bib/jurabib/jbtesthu.bib
%{_texmfdistdir}/bibtex/bst/jurabib/jox.bst
%{_texmfdistdir}/bibtex/bst/jurabib/jurabib.bst
%{_texmfdistdir}/bibtex/bst/jurabib/jureco.bst
%{_texmfdistdir}/bibtex/bst/jurabib/jurunsrt.bst
%{_texmfdistdir}/tex/latex/jurabib/dajbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/dejbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/dujbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/enjbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/fijbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/frjbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/itjbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/jblong.cfg
%{_texmfdistdir}/tex/latex/jurabib/jurabib.cfg
%{_texmfdistdir}/tex/latex/jurabib/jurabib.sty
%{_texmfdistdir}/tex/latex/jurabib/nojbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/ptjbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/spjbbib.ldf
%doc %{_texmfdistdir}/doc/latex/jurabib/changes.txt
%doc %{_texmfdistdir}/doc/latex/jurabib/docs/english/jbendoc.pdf
%doc %{_texmfdistdir}/doc/latex/jurabib/docs/english/jbendoc.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/docs/german/jbgerdoc.pdf
%doc %{_texmfdistdir}/doc/latex/jurabib/docs/german/jbgerdoc.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtest.pdf
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtest.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtest.url
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtestbt.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtestbu.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtestcb.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtestcb1.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtestcb2.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtesthu.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtestmb.tex
#- source
%doc %{_texmfdistdir}/source/latex/jurabib/jurabib.dtx
%doc %{_texmfdistdir}/source/latex/jurabib/jurabib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-5
+ Revision: 9383572
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15061 |14cu|texlive-kixfont-20071005-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18488
# category Package
# catalog-ctan /fonts/kixfont
# catalog-date 2007-10-05 20:57:01 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-kixfont
Version:	20071005
Release:	5
Summary:	A font for KIX codes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/kixfont
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kixfont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kixfont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The KIX code is a barcode-like format used by the Dutch PTT to
encode country codes, zip codes and street numbers in a
machine-readable format. If printed below the address line on
bulk mailings, a discount can be obtained. The font is
distributed in MetaFont format, and covers the numbers and
upper-case letters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/kixfont/kix.mf
%{_texmfdistdir}/fonts/tfm/public/kixfont/kix.tfm
%doc %{_texmfdistdir}/doc/fonts/kixfont/kix.mf.asc
%doc %{_texmfdistdir}/doc/fonts/kixfont/kixtable.pdf
%doc %{_texmfdistdir}/doc/fonts/kixfont/kixtable.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20071005-5
+ Revision: dc515c4
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15062 |14cu|texlive-knuthotherfonts-20111103-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-knuthotherfonts
Version:	20111103
Release:	5
Summary:	TeXLive knuthotherfonts package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/knuthotherfonts.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive knuthotherfonts package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/committee/font1.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/committee/font1base.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/aphalf.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/ddhalf.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/ddralf.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/halftone.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/imhalf.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/imralf.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/mfbook/logobase.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/mfbook/metafon.mf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-5
+ Revision: 4965352
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15063 |14cu|texlive-kpfonts-3.31-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21964
# category Package
# catalog-ctan /fonts/kpfonts
# catalog-date 2010-12-31 19:35:04 +0100
# catalog-license gpl
# catalog-version 3.31
Name:		texlive-kpfonts
Version:	3.31
Release:	5
Summary:	A complete set of fonts for text and mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/kpfonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kpfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kpfonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The family contains text fonts in roman, sans-serif and
monospaced shapes, with true small caps and old-style numbers;
the package offers full support of the textcomp package. The
mathematics fonts include all the AMS fonts, in both normal and
bold weights. Each of the font types is available in two main
versions: default and 'light'. Each version is available in
four variants: default; oldstyle numbers; oldstyle numbers with
old ligatures such as ct and st, and long-tailed capital Q; and
veryoldstyle with long s. Other variants include small caps as
default or 'large small caps', and for mathematics both upright
and slanted shapes for Greek letters, as well as default and
narrow versions of multiple integrals. The fonts were
originally derived from URW Palladio (with URW's agreement)
though the fonts are very clearly different in appearance from
their parent.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbit8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbitc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbite.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbne.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbsc8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbsce.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpkbsc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpkmsc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbit8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbitc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbite.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbne.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbsc8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbsce.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplkbsc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplkmsc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmit8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmitc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmite.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmne.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmsc8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmsce.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmit8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmitc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmite.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmne.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmsc8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmsce.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssbn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssbnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssbne.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssbsc8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssbsce.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpsskbsc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpsskmsc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssmn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssmnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssmne.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssmsc8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssmsce.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpttbn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpttbnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpttbne.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpttmn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpttmnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpttmne.afm
%{_texmfdistdir}/fonts/enc/dvips/kpfonts/kpfonts-expert-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kpfonts/kpfonts-expert-tt.enc
%{_texmfdistdir}/fonts/enc/dvips/kpfonts/kpfonts-expert.enc
%{_texmfdistdir}/fonts/enc/dvips/kpfonts/kpfonts-large-sc.enc
%{_texmfdistdir}/fonts/enc/pdftex/kpfonts/kpfonts-expert-sc.enc
%{_texmfdistdir}/fonts/enc/pdftex/kpfonts/kpfonts-expert-tt.enc
%{_texmfdistdir}/fonts/enc/pdftex/kpfonts/kpfonts-expert.enc
%{_texmfdistdir}/fonts/enc/pdftex/kpfonts/kpfonts-large-sc.enc
%{_texmfdistdir}/fonts/map/dvips/kpfonts/kpfonts.map
%{_texmfdistdir}/fonts/source/public/kpfonts/kpfonts-fontinst.zip
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbex.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbexa.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbit8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbit8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbitc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbite.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbmiaw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsy.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsya.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsyd.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsydw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsyw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxit8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxitc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxite.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpex.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpexa.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbxsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbxscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkmsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkmscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbex.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbexa.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbit8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbit8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbitc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbite.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbmiaw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsy.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsyd.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsydw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsyw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxit8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxitc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxite.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplex.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplexa.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbxsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbxscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkmsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkmscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmia.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmiaw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmit8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmit8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmitc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmite.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplsy.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplsybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplsyd.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplsydw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplsyw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmia.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmiaw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmit8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmit8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmitc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmite.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbex.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssex.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbxsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbxscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskmsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskmscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsslbsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsslbsybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsslsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsslsybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmia.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsssyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsssybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsy.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsya.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsyd.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsydw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsyw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmsl8t.tfm
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbex.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbexa.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbit8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbitc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbite.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbmi.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbmia.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbne.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbsc8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbsce.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbsy.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbsya.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbsyb.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbsyc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbsyd.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpex.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpexa.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpkbsc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpkmsc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbex.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbexa.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbit8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbitc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbite.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbmi.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbmia.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbne.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbsc8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbsce.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbsy.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbsyb.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbsyc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbsyd.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplex.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplexa.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplkbsc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplkmsc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmi.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmia.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmit8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmitc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmite.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmne.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmsc8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmsce.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplsy.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplsyb.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplsyc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplsyd.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmi.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmia.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmit8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmitc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmite.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmne.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmsc8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmsce.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssbn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssbnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssbne.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssbsc8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssbsce.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpsskbsc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpsskmsc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssmn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssmnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssmne.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssmsc8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssmsce.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpsy.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpsya.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpsyb.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpsyc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpsyd.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpttbn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpttbnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpttbne.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpttmn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpttmnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpttmne.pfb
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbmiaw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsydw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsyw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbmiaw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsydw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsyw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmiaw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplsybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplsydw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplsyw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmiaw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbex.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbmia.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsyb.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssex.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsslbsyb.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsslbsybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsslsyb.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsslsybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmia.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsssyb.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsssybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsydw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsyw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttbn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttbsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttmn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttmsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmsl8t.vf
%{_texmfdistdir}/tex/latex/kpfonts/kpfonts.sty
%{_texmfdistdir}/tex/latex/kpfonts/omljkp.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkpl.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkplvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkplvosw.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkplw.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkpss.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkpssvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkpvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkpvosw.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkpw.fd
%{_texmfdistdir}/tex/latex/kpfonts/omsjkp.fd
%{_texmfdistdir}/tex/latex/kpfonts/omsjkpl.fd
%{_texmfdistdir}/tex/latex/kpfonts/omsjkplw.fd
%{_texmfdistdir}/tex/latex/kpfonts/omsjkpw.fd
%{_texmfdistdir}/tex/latex/kpfonts/omxjkp.fd
%{_texmfdistdir}/tex/latex/kpfonts/omxjkpl.fd
%{_texmfdistdir}/tex/latex/kpfonts/omxjkpss.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkp.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpl.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkposn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpss.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpssf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpssfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpssk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpsskf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpsskfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpsskos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpsskosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpsskvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpssos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpssosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpssvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkptt.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpttos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpttosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpttvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpx.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkp.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpk.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpl.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplk.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkposn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpss.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpssf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpssfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpssk.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpsskf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpsskfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpsskos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpsskosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpsskvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpssos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpssosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpssvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkptt.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpttos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpttosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpttvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpx.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxk.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkp.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpl.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkposn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpss.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpssf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpssfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpssk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpsskf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpsskfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpsskos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpsskosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpsskvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpssos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpssosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpssvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkptt.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpttos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpttosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpttvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpx.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpexa.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplexa.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplmia.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplmiaw.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplsyb.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplsybw.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplsyc.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplsyd.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplsydw.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpmia.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpmiaw.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsslsyb.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsslsybw.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpssmia.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsssyb.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsssybw.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsya.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsyb.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsybw.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsyc.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsyd.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsydw.fd
%doc %{_texmfdistdir}/doc/fonts/kpfonts/Kpfonts-Doc-French.pdf
%doc %{_texmfdistdir}/doc/fonts/kpfonts/Kpfonts-Doc-French.tex
%doc %{_texmfdistdir}/doc/fonts/kpfonts/christophe.cls
%doc %{_texmfdistdir}/doc/fonts/kpfonts/kpfonts-abstract.pdf
%doc %{_texmfdistdir}/doc/fonts/kpfonts/kpfonts-abstract.tex
%doc %{_texmfdistdir}/doc/fonts/kpfonts/kpfonts-math-symbols-tables.pdf
%doc %{_texmfdistdir}/doc/fonts/kpfonts/kpfonts-math-symbols-tables.tex
%doc %{_texmfdistdir}/doc/fonts/kpfonts/kpfonts.pdf
%doc %{_texmfdistdir}/doc/fonts/kpfonts/kpfonts.tex
%doc %{_texmfdistdir}/doc/fonts/kpfonts/readme.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.31-5
+ Revision: 39fab90
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15064 |14cu|texlive-ksfh_nat-20111217-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24825
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-ksfh_nat
Version:	20111217
Release:	5
Summary:	TeXLive ksfh_nat package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ksfh_nat.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive ksfh_nat package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/ksfh_nat/ksfh_nat.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111217-5
+ Revision: 50b5648
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15065 |14cu|texlive-lacheck-1.26-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /support/lacheck
# catalog-date 2012-06-24 00:35:21 +0200
# catalog-license gpl
# catalog-version 1.26
Name:		texlive-lacheck
Version:	1.26
Release:	11
Summary:	LaTeX checker
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/lacheck
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lacheck.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-lacheck.bin

%description
Lacheck is a tool for finding common mistakes in LaTeX
documents. The distribution includes sources, and executables
for OS/2 and Win32 environments.


#-----------------------------------------------------------------------
%files
%{_mandir}/man1/lacheck.1*
%{_texmfdistdir}/doc/man/man1/lacheck.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.26-11
+ Revision: d3173d6
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15066 |14cu|texlive-lambda-lists-20130809-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31402
# category Package
# catalog-ctan /macros/generic/lambda-lists
# catalog-date 2013-08-09 20:26:41 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-lambda-lists
Version:	20130809
Release:	8
Summary:	Lists in TeX's mouth
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/lambda-lists
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lambda-lists.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lambda-lists.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These list-processing macros avoid the reassignments employed
in the macros shown in Appendix D of the TeXbook: all the
manipulations take place in what Knuth is pleased to call
"TeX's mouth".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/lambda-lists/lambda.sty
%doc %{_texmfdistdir}/doc/plain/lambda-lists/README
%doc %{_texmfdistdir}/doc/plain/lambda-lists/lambda-lists.pdf
%doc %{_texmfdistdir}/doc/plain/lambda-lists/lambda-lists.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130809-8
+ Revision: 5835253
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15067 |14cu|texlive-langcode-20131019-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27764
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-langcode
Version:	20131019
Release:	8
Summary:	TeXLive langcode package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/langcode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/langcode.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/langcode.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive langcode package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/langcode/langcode.sty
%doc %{_texmfdistdir}/doc/generic/langcode/README
%doc %{_texmfdistdir}/doc/generic/langcode/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/generic/langcode/langcode.pdf
#- source
%doc %{_texmfdistdir}/source/generic/langcode/langcode.tex
%doc %{_texmfdistdir}/source/generic/langcode/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131019-8
+ Revision: d2c1c3e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15068 |14cu|texlive-latex2man-1.24-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/latex2man
# catalog-date 2010-12-23 07:51:16 +0100
# catalog-license lppl
# catalog-version 1.24
Name:		texlive-latex2man
Version:	1.24
Release:	6
Summary:	Translate LaTeX-based manual pages into Unix man format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/latex2man
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2man.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2man.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-latex2man.bin = %{EVRD}

%description
A tool to translate UNIX manual pages written with LaTeX into a
man-page format understood by the Unix man(1) command.
Alternatively HTML or TexInfo code can be produced. Output of
parts of the text may be supressed using the conditional text
feature.


#-----------------------------------------------------------------------
%files
%{_bindir}/latex2man
%{_texmfdistdir}/scripts/latex2man/latex2man
%{_texmfdistdir}/tex/latex/latex2man/latex2man.cfg
%{_texmfdistdir}/tex/latex/latex2man/latex2man.sty
%doc %{_texmfdistdir}/doc/support/latex2man/CHANGES
%doc %{_texmfdistdir}/doc/support/latex2man/INSTALL
%doc %{_texmfdistdir}/doc/support/latex2man/Makefile
%doc %{_texmfdistdir}/doc/support/latex2man/README
%doc %{_texmfdistdir}/doc/support/latex2man/THIS-IS-VERSION-1.24
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man-CHANGES.html
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.1
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.css
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.html
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.pdf
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.tex
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.texi
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.trans
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.txt
%doc %{_infodir}/latex2man.info*

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    # generate relative link manually because it appears to trigger some
    # weird bug that causes the link to be removed
    %define dont_relink                        1
    ln -sf ../share/texmf-dist/scripts/latex2man/latex2man latex2man
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdir}/doc/info/*.info %{buildroot}%{_infodir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.24-6
+ Revision: 8a1a4c2
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15069 |14cu|texlive-latexdiff-1.0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30961
# category Package
# catalog-ctan /support/latexdiff
# catalog-date 2013-06-17 18:07:35 +0200
# catalog-license gpl
# catalog-version 1.0.3
Name:		texlive-latexdiff
Version:	1.0.3
Release:	8
Summary:	Determine and mark up significant differences between latex files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/latexdiff
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexdiff.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexdiff.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-latexdiff.bin = %{EVRD}
%rename latexdiff

%description
Latexdiff is a Perl script for visual mark up and revision of
significant differences between two latex files. Various
options are available for visual markup using standard latex
packages such as color. Changes not directly affecting visible
text, for example in formatting commands, are still marked in
the latex source. A rudimentary revision facilility is provided
by another Perl script, latexrevise, which accepts or rejects
all changes. Manual editing of the difference file can be used
to override this default behaviour and accept or reject
selected changes only.


#-----------------------------------------------------------------------
%files
%{_bindir}/latexdiff-vc
%{_bindir}/latexdiff
%{_bindir}/latexrevise
%{_texmfdistdir}/scripts/latexdiff/latexdiff-vc.pl
%{_texmfdistdir}/scripts/latexdiff/latexdiff.pl
%{_texmfdistdir}/scripts/latexdiff/latexrevise.pl
%doc %{_mandir}/man1/latexdiff-vc.1*
%doc %{_texmfdistdir}/doc/man/man1/latexdiff-vc.man1.pdf
%doc %{_mandir}/man1/latexdiff.1*
%doc %{_texmfdistdir}/doc/man/man1/latexdiff.man1.pdf
%doc %{_mandir}/man1/latexrevise.1*
%doc %{_texmfdistdir}/doc/man/man1/latexrevise.man1.pdf
%doc %{_texmfdistdir}/doc/support/latexdiff/COPYING
%doc %{_texmfdistdir}/doc/support/latexdiff/README
%doc %{_texmfdistdir}/doc/support/latexdiff/doc/example-diff.tex
%doc %{_texmfdistdir}/doc/support/latexdiff/doc/latexdiff-man.pdf
%doc %{_texmfdistdir}/doc/support/latexdiff/doc/latexdiff-man.tex
%doc %{_texmfdistdir}/doc/support/latexdiff/example/example-draft.tex
%doc %{_texmfdistdir}/doc/support/latexdiff/example/example-rev.tex
%doc %{_texmfdistdir}/doc/support/latexdiff/latexdiff
%doc %{_texmfdistdir}/doc/support/latexdiff/latexdiff-fast

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/latexdiff/latexdiff-vc.pl latexdiff-vc
    ln -sf %{_texmfdistdir}/scripts/latexdiff/latexdiff.pl latexdiff
    ln -sf %{_texmfdistdir}/scripts/latexdiff/latexrevise.pl latexrevise
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-8
+ Revision: 51d6278
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15070 |14cu|texlive-latexfileversion-v0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25012
# category Package
# catalog-ctan /support/latexfileversion
# catalog-date 2012-01-02 14:24:13 +0100
# catalog-license lppl
# catalog-version v0.3
Name:		texlive-latexfileversion
Version:	v0.3
Release:	5
Summary:	Prints the version and date of a LaTeX class or style file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/latexfileversion
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileversion.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileversion.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-latexfileversion.bin = %{EVRD}

%description
This simple shell script prints the version and date of a LaTeX
class or style file. Syntax: latexfileversion <file> This
programme handles style files (extension .sty), class files
(extension .cls), and other tex input files. The file extension
must be given.


#-----------------------------------------------------------------------
%files
%{_bindir}/latexfileversion
%{_texmfdistdir}/scripts/latexfileversion/latexfileversion
%doc %{_texmfdistdir}/doc/support/latexfileversion/ChangeLog
%doc %{_texmfdistdir}/doc/support/latexfileversion/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/latexfileversion/latexfileversion latexfileversion
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.3-5
+ Revision: d25a4da
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15071 |14cu|texlive-latex-git-log-0.9-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30983
# category Package
# catalog-ctan /support/latex-git-log
# catalog-date 2013-06-19 18:12:49 +0200
# catalog-license gpl3
# catalog-version 0.9
Name:		texlive-latex-git-log
Version:	0.9
Release:	9
Summary:	Typeset git log information
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/latex-git-log
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-git-log.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-git-log.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-latex-git-log.bin = %{EVRD}

%description
The program is run within a git repository, and outputs the
entire version history, as a LaTeX table. That output will
typically be redirected to a file; the author recommends
typesetting in landscape orientation.


#-----------------------------------------------------------------------
%files
%{_bindir}/latex-git-log
%{_texmfdistdir}/scripts/latex-git-log/latex-git-log
%doc %{_mandir}/man1/latex-git-log.1*
%doc %{_texmfdistdir}/doc/man/man1/latex-git-log.man1.pdf
%doc %{_texmfdistdir}/doc/support/latex-git-log/README
%doc %{_texmfdistdir}/doc/support/latex-git-log/example-output.tex
%doc %{_texmfdistdir}/doc/support/latex-git-log/example.pdf
%doc %{_texmfdistdir}/doc/support/latex-git-log/example.tex
%doc %{_texmfdistdir}/doc/support/latex-git-log/po/de.po

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf ../share/texmf-dist/scripts/latex-git-log/latex-git-log latex-git-log
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9-9
+ Revision: 8fb2d69
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15072 |14cu|texlive-latexindent-1.1R-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32228
# category Package
# catalog-ctan /support/latexindent
# catalog-date 2013-11-18 13:22:51 +0100
# catalog-license gpl3
# catalog-version 1.1R
Name:		texlive-latexindent
Version:	1.1R
Release:	9
Summary:	Indent a LaTeX document, highlighting the programming structure
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/latexindent
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexindent.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexindent.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-latexindent.bin = %{EVRD}

%description
The Perl script (also available as a windows executable)
processes a LaTeX file, indenting parts so as to highlight the
structure for the reader.


#-----------------------------------------------------------------------
%files
%{_bindir}/latexindent
%{_texmfdistdir}/scripts/latexindent/defaultSettings.yaml
%{_texmfdistdir}/scripts/latexindent/latexindent.pl
%doc %{_texmfdistdir}/doc/support/latexindent/README
%doc %{_texmfdistdir}/doc/support/latexindent/documentation/manual.pdf
%doc %{_texmfdistdir}/doc/support/latexindent/documentation/manual.tex
%doc %{_texmfdistdir}/doc/support/latexindent/indent.yaml
%doc %{_texmfdistdir}/doc/support/latexindent/success/bigTest.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/braceTest.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/braceTestsmall.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/environments.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/filecontents.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/matrix.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/nestedalignment.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/nestedalignment1.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/outputfile.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/preamble.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/pstricks1.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/pstricks2.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/pstricks3.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/sampleAFTER.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/sampleBEFORE.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/stylefile.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/table1.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/table2.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/table3.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/testHeadings.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/testHeadings1.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/theorem.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/tikz1.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/tikz2.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/tikz3.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/tikz4.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/tikz5.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/torusPGF.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/torusPSTricks.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/trailingComments.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/latexindent/latexindent.pl latexindent
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1R-9
+ Revision: 89ffe67
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15073 |14cu|texlive-latexmk-4.39-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32200
# category Package
# catalog-ctan /support/latexmk
# catalog-date 2013-11-21 18:12:51 +0100
# catalog-license gpl
# catalog-version 4.39
Name:		texlive-latexmk
Version:	4.39
Release:	8
Summary:	Fully automated LaTeX document generation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/latexmk
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexmk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexmk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexmk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-latexmk.bin = %{EVRD}

%description
Latexmk completely automates the process of generating a LaTeX
document. Given the source files for a document, latexmk issues
the appropriate sequence of commands to generate a .dvi, .ps,
.pdf or hardcopy version of the document. An important feature
is the "preview continuous mode", where the script watches all
of the source files (primary file and included TeX and graphics
files), and reruns LaTeX, etc., whenever a source file has
changed. Thus a previewer can have an updated display whenever
the source files change.


#-----------------------------------------------------------------------
%files
%{_bindir}/latexmk
%{_texmfdistdir}/scripts/latexmk/latexmk.pl
%doc %{_mandir}/man1/latexmk.1*
%doc %{_texmfdistdir}/doc/man/man1/latexmk.man1.pdf
%doc %{_texmfdistdir}/doc/support/latexmk/CHANGES
%doc %{_texmfdistdir}/doc/support/latexmk/COPYING
%doc %{_texmfdistdir}/doc/support/latexmk/INSTALL
%doc %{_texmfdistdir}/doc/support/latexmk/README
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/README
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/Sweave_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/TeX4ht-latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/asymptote_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/clean_pattern_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/exceltex_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/glossary_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/lualatex_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/mpost_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/pdflatexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/pythontex-latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/sagetex_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/sweave_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/tex4ht-latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/xelatex_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/README1
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/dvipdfm_call
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/dvipdfm_call.bat
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/dvipdfmx_call
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/dvipdfmx_call.bat
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/htlatexonly
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/kickxdvi
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/l1
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/l2
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/myhtlatex2
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk_README.txt
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/startacroread
%doc %{_texmfdistdir}/doc/support/latexmk/latexmk.pdf
%doc %{_texmfdistdir}/doc/support/latexmk/latexmk.txt
#- source
%doc %{_texmfdistdir}/source/support/latexmk/latexmk.bat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/latexmk/latexmk.pl latexmk
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.39-8
+ Revision: c3dddda
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15074 |14cu|texlive-latexpand-20120712-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27025
# category Package
# catalog-ctan /support/latexpand
# catalog-date 2012-07-12 10:46:16 +0200
# catalog-license bsd
# catalog-version undef
Name:		texlive-latexpand
Version:	20120712
Release:	4
Summary:	Expand \input and \include in a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/latexpand
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexpand.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexpand.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-latexpand.bin = %{EVRD}

%description
Latexpand is a Perl script that simply replaces \input and
\include commands with the content of the file input/included.
The script does not deal with \includeonly commands.


#-----------------------------------------------------------------------
%files
%{_bindir}/latexpand
%{_texmfdistdir}/scripts/latexpand/latexpand
%doc %{_texmfdistdir}/doc/support/latexpand/Makefile
%doc %{_texmfdistdir}/doc/support/latexpand/README
%doc %{_texmfdistdir}/doc/support/latexpand/tests/README
%doc %{_texmfdistdir}/doc/support/latexpand/tests/foo.tex
%doc %{_texmfdistdir}/doc/support/latexpand/tests/includer.tex
%doc %{_texmfdistdir}/doc/support/latexpand/tests/just-comment.tex
%doc %{_texmfdistdir}/doc/support/latexpand/tests/my-package.sty
%doc %{_texmfdistdir}/doc/support/latexpand/tests/no-eol.tex
%doc %{_texmfdistdir}/doc/support/latexpand/tests/package-user.tex
%doc %{_texmfdistdir}/doc/support/latexpand/version.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/latexpand/latexpand latexpand
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120712-4
+ Revision: 722acf5
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15075 |14cu|texlive-lato-2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24986
# category Package
# catalog-ctan /fonts/lato
# catalog-date 2011-12-31 13:07:31 +0100
# catalog-license lppl1.3
# catalog-version 2.2
Name:		texlive-lato
Version:	2.2
Release:	4
Summary:	Lato font fanily and LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/lato
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lato.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lato.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lato.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Lato is a sanserif typeface family designed in the Summer 2010
by Warsaw-based designer Lukasz Dziedzic for the tyPoland
foundry. This font, which includes five weights (hairline,
light, regular, bold and black), is available from the Google
Font Directory as TrueType files under the Open Font License
version 1.1. The package provides support for this font in
LaTeX. It includes the original TrueType fonts, as well as Type
1 versions, converted for this package using FontForge for full
support with Dvips.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Bla-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Bla.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-BlaIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-BlaIta.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Bol-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Bol.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-BolIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-BolIta.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Hai-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Hai.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-HaiIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-HaiIta.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Lig-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Lig.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-LigIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-LigIta.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Reg-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Reg.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-RegIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-RegIta.afm
%{_texmfdistdir}/fonts/enc/dvips/lato/lato-01.enc
%{_texmfdistdir}/fonts/enc/dvips/lato/lato-02.enc
%{_texmfdistdir}/fonts/enc/dvips/lato/lato-dotlessj.enc
%{_texmfdistdir}/fonts/map/dvips/lato/lato.map
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-ts1.tfm
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Bla.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-BlaIta.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Bol.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-BolIta.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Hai.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-HaiIta.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Lig.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-LigIta.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Reg.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-RegIta.ttf
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Bla-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Bla.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-BlaIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-BlaIta.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Bol-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Bol.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-BolIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-BolIta.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Hai-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Hai.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-HaiIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-HaiIta.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Lig-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Lig.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-LigIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-LigIta.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Reg-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Reg.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-RegIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-RegIta.pfb
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-ts1.vf
%{_texmfdistdir}/tex/latex/lato/lato.sty
%{_texmfdistdir}/tex/latex/lato/ot1fla.fd
%{_texmfdistdir}/tex/latex/lato/t1fla.fd
%{_texmfdistdir}/tex/latex/lato/ts1fla.fd
%doc %{_texmfdistdir}/doc/fonts/lato/CHANGES
%doc %{_texmfdistdir}/doc/fonts/lato/README
%doc %{_texmfdistdir}/doc/fonts/lato/lato-samples.pdf
%doc %{_texmfdistdir}/doc/fonts/lato/lato-samples.tex
%doc %{_texmfdistdir}/doc/fonts/lato/lato.pdf
%doc %{_texmfdistdir}/doc/fonts/lato/lato.tex
%doc %{_texmfdistdir}/doc/fonts/lato/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/lato/Makefile
%doc %{_texmfdistdir}/source/fonts/lato/lato-01.etx
%doc %{_texmfdistdir}/source/fonts/lato/lato-02.etx
%doc %{_texmfdistdir}/source/fonts/lato/lato-dotlessj.etx
%doc %{_texmfdistdir}/source/fonts/lato/lato-drv.tex
%doc %{_texmfdistdir}/source/fonts/lato/lato-fixlatin.mtx
%doc %{_texmfdistdir}/source/fonts/lato/lato-fixtextcomp.mtx
%doc %{_texmfdistdir}/source/fonts/lato/lato-map.tex
%doc %{_texmfdistdir}/source/fonts/lato/ttf2type1.pe

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-4
+ Revision: 0c8c3d8
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15076 |14cu|texlive-lecturer-20110911-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23916
# category Package
# catalog-ctan /macros/generic/lecturer
# catalog-date 2011-09-11 12:44:24 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-lecturer
Version:	20110911
Release:	5
Summary:	On-screen presentations for (almost) all formats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/lecturer
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lecturer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lecturer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package creates slides for on-screen presentations based on
PDF features without manipulating TeX's typesetting process.
The presentation flow relies on PDF's abilities to display
content step by step. Features include: - Free positioning of
anything anywhere in painted areas on the slide, as well as in
the main textblock; - Numerous attributes to control the layout
and the presentation flow, from TeX's primitive dimensions to
the visibility of steps; - Feature inheritance from global to
local settings, with intermediate types; - Basic drawing
facilities to produce symbols, e.g., for list items or buttons;
- Colors, transparency, shades, and pictures; - Navigation with
links, pop-up menus, and customizable bookmarks; - Easy switch
between presentation and handout; and - PDF transitions.
Besides the traditional documentation, the distribution
includes visual documentation and six demo presentations
ranging from geometric abstraction to classic style to silly
video game. Lecturer is designed to work with all formats, but
presently fails with ConTeXt MkIV (because of clashes in
management of PDF objects, probably), works only with pdfTeX
and LuaTeX for the time being, and requires texapi and yax,
both v.1.02.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/lecturer/lecturer.sty
%{_texmfdistdir}/tex/generic/lecturer/lecturer.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-areas.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-graphics.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-job.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-navigation.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-slides.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-steps.tex
%{_texmfdistdir}/tex/generic/lecturer/t-lecturer.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-BeamerCambridgeUS.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-BeamerCambridgeUS.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-KitschScienceFiction.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-KitschScienceFiction.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-Mondrian.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-Mondrian.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-SimplePresentation.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-SimplePresentation.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-SquaresOfAs.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-SquaresOfAs.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-ThePoodleLectures.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-ThePoodleLectures.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-VisualDoc.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-VisualDoc.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/README
%doc %{_texmfdistdir}/doc/generic/lecturer/lecturer-doc.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/lecturer-doc.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/universe.jpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110911-5
+ Revision: 36f9c4f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15077 |14cu|texlive-lfb-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/greek/lfb
# catalog-date 2006-10-18 08:58:01 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-lfb
Version:	1.0
Release:	5
Summary:	A Greek font with normal and bold variants
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/lfb
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lfb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lfb.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a Greek font written in MetaFont, with inspiration from
the Bodoni typefaces in old books. It is stylistically a little
more exotic than the standard textbook Greek fonts,
particularly in glyphs like the lowercase rho and kappa. It
aims for a rather calligraphic feel, but seems to blend well
with Computer Modern. There is a ligature scheme which
automatically inserts the breathings required for ancient
texts, making the input text more readable than in some
schemes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/lfb/accents.mf
%{_texmfdistdir}/fonts/source/public/lfb/alpha.mf
%{_texmfdistdir}/fonts/source/public/lfb/beta.mf
%{_texmfdistdir}/fonts/source/public/lfb/capitals.mf
%{_texmfdistdir}/fonts/source/public/lfb/charmap.mf
%{_texmfdistdir}/fonts/source/public/lfb/delta.mf
%{_texmfdistdir}/fonts/source/public/lfb/epsilon.mf
%{_texmfdistdir}/fonts/source/public/lfb/eta.mf
%{_texmfdistdir}/fonts/source/public/lfb/gamma.mf
%{_texmfdistdir}/fonts/source/public/lfb/iota.mf
%{_texmfdistdir}/fonts/source/public/lfb/kappa.mf
%{_texmfdistdir}/fonts/source/public/lfb/khi.mf
%{_texmfdistdir}/fonts/source/public/lfb/lambda.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb10.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb11.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb12.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb5.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb6.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb7.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb8.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb9.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb10.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb11.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb12.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb5.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb6.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb7.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb8.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb9.mf
%{_texmfdistdir}/fonts/source/public/lfb/ligature.mf
%{_texmfdistdir}/fonts/source/public/lfb/mu.mf
%{_texmfdistdir}/fonts/source/public/lfb/nu.mf
%{_texmfdistdir}/fonts/source/public/lfb/omega.mf
%{_texmfdistdir}/fonts/source/public/lfb/omikron.mf
%{_texmfdistdir}/fonts/source/public/lfb/others.mf
%{_texmfdistdir}/fonts/source/public/lfb/phi.mf
%{_texmfdistdir}/fonts/source/public/lfb/pi.mf
%{_texmfdistdir}/fonts/source/public/lfb/psi.mf
%{_texmfdistdir}/fonts/source/public/lfb/rho.mf
%{_texmfdistdir}/fonts/source/public/lfb/serifs.mf
%{_texmfdistdir}/fonts/source/public/lfb/sigma.mf
%{_texmfdistdir}/fonts/source/public/lfb/sigmafin.mf
%{_texmfdistdir}/fonts/source/public/lfb/tau.mf
%{_texmfdistdir}/fonts/source/public/lfb/theta.mf
%{_texmfdistdir}/fonts/source/public/lfb/upsilon.mf
%{_texmfdistdir}/fonts/source/public/lfb/xi.mf
%{_texmfdistdir}/fonts/source/public/lfb/zeta.mf
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb11.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb12.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb5.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb6.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb7.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb8.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb9.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb11.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb12.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb5.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb6.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb7.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb8.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb9.tfm
%doc %{_texmfdistdir}/doc/fonts/lfb/README
%doc %{_texmfdistdir}/doc/fonts/lfb/example.pdf
%doc %{_texmfdistdir}/doc/fonts/lfb/example.tex
%doc %{_texmfdistdir}/doc/fonts/lfb/lfb.make
%doc %{_texmfdistdir}/doc/fonts/lfb/lfbacc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: c01da6c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15078 |14cu|texlive-libertine-legacy-20111231-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24978
# category Package
# catalog-ctan /fonts/libertine-legacy
# catalog-date 2011-12-31 01:27:20 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-libertine-legacy
Version:	20111231
Release:	4
Summary:	Linux Libertine fonts for TeX and pfdTeX users
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/libertine-legacy
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libertine-legacy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libertine-legacy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for (traditional-)TeX-based users
of the libertine bundle, who were left isolated when that
bundle switched to OTF-only form on 2012-12-11 (thus only, now,
supporting XeTeX and LuaTeX users). To prevent confusion with
libertine 'original', there are no OTF fonts in the present
package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/libertine-legacy/config.libertine
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbb.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbbo.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbk.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbo.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbob.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxboi.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbr.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbri.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbro.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbs.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbsb.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbsi.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlb.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlbi.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlbo.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxldr.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxldro.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxli.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlr.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlri.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlro.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlz.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlzi.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlzo.afm
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/t1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-00.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-01.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-02.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-03.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-04.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-05.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-1d.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-1e.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-1f.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-20.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-21.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-22.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-23.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-24.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-25.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-26.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-27.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-2c.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-2e.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-8x.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-a7.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-e0.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-e1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-e3.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-e4.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-f6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-fb.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-ff.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-t1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-00.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-01.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-03.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-04.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-05.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-1e.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-21.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-24.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-e0.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-e1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-e3.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-e4.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-ff.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-00.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-01.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-02.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-03.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-05.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-21.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-23.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-24.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-25.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-26.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-27.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-e0.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-e1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-e3.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-ff.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-00.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-01.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-02.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-03.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-04.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-05.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-1d.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-1e.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-1f.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-20.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-21.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-22.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-23.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-24.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-25.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-26.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-27.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-2c.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-2e.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-8x.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-a6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-a7.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-circle.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-e0.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-e1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-e3.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-e4.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-f6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-fb.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-ff.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-infsup.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-lgr.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-t1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-ts1.enc
%{_texmfdistdir}/fonts/map/dvips/libertine-legacy/libertine.map
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbobc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbobc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbobc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbobc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbobc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboic-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboic-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboic-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboic-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsbc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsbc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsbc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsbc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsbc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsic-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsic-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsic-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsic-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo.tfm
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbb.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbbo.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbk.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbo.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbob.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxboi.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbr.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbri.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbro.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbs.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbsb.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbsi.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlb.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlbi.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlbo.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxldr.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxldro.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxli.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlr.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlri.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlro.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlz.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlzi.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlzo.pfb
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbobc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbobc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbobc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbobc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbobc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboic-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboic-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboic-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboic-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboic-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsbc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsbc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsbc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsbc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsbc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsic-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsic-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsic-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsic-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsic-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-ts1os.vf
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxb.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxbf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxbfo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxbj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxbjo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxbo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxi.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxk.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxl.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxlc.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxlf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxlfo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxlfz.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxlj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxljo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxljt.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxlo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxlz.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxb.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxbf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxbfo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxbj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxbjo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxbo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxi.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxk.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxl.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxlc.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxlf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxlfo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxlfz.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxlj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxljo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxljt.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxlo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxlz.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/fxb.inc
%{_texmfdistdir}/tex/latex/libertine-legacy/fxi.inc
%{_texmfdistdir}/tex/latex/libertine-legacy/fxk.inc
%{_texmfdistdir}/tex/latex/libertine-legacy/fxl.inc
%{_texmfdistdir}/tex/latex/libertine-legacy/lgrfxl.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/lgrfxlj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/libertine-uni-3.def
%{_texmfdistdir}/tex/latex/libertine-legacy/libertine-uni-31.def
%{_texmfdistdir}/tex/latex/libertine-legacy/libertine-uni-32.def
%{_texmfdistdir}/tex/latex/libertine-legacy/libertine.sty
%{_texmfdistdir}/tex/latex/libertine-legacy/libertinecomp.sty
%{_texmfdistdir}/tex/latex/libertine-legacy/libertinekey.sty
%{_texmfdistdir}/tex/latex/libertine-legacy/libertinelist.sty
%{_texmfdistdir}/tex/latex/libertine-legacy/libertinelogo.sty
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxb.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxbf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxbfo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxbj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxbjo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxbo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxl.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxlc.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxlf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxlfz.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxlj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxljo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxljt.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxlo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxlz.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxb.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxbf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxbj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxbo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxl.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxlf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxlj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxlo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb00.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb01.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb02.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb03.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb04.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb05.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb1d.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb1e.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb1f.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb20.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb21.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb22.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb23.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb24.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb25.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb26.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb27.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb2c.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb2e.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxba7.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxbe0.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxbe1.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxbe3.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxbe4.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxbf6.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxbfb.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxbff.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi00.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi01.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi03.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi04.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi05.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi1e.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi21.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi24.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxie0.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxie1.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxie3.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxie4.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxiff.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk00.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk01.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk02.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk03.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk05.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk21.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk23.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk24.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk25.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk26.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk27.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxke0.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxke1.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxke3.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxkff.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl00.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl01.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl02.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl03.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl04.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl05.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl1d.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl1e.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl1f.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl20.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl21.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl22.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl23.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl24.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl25.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl26.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl27.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl2c.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl2e.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxla6.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxla7.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxle0.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxle1.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxle3.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxle4.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxlf6.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxlfb.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxlff.fd
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/Bugs.txt
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ChangeLog.txt
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/GPL.txt
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/INSTALL.txt
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/LICENCE.txt
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/README
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/grimm.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/grimme.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/grimmf.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/index.ist
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/lgrfxl.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/lgrfxlj.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertine.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinedoku.cls
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertineglyph.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_b_ic.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_b_n.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_b_sc.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_b_sl.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_m_ic.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_m_it.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_m_n.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_m_sc.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_m_sl.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_b_ic.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_b_it.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_b_n.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_b_sc.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_b_sl.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_d_n.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_d_sc.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_d_sl.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_m_ic.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_m_it.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_m_n.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_m_sc.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_m_sl.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_z_ic.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_z_it.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_z_n.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_z_sc.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_z_sl.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinetable_lgr.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinetable_t1.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinetable_ts1.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinetext.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinetexte.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinetextf.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/loadFD.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/loadFDlgr.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/loadFDt1.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/loadFDts1.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/loadFDufxb.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/loadFDufxk.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/loadFDufxl.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/lualibertine.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertine.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertineglyph.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertinetable_lgr.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertinetable_t1.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertinetable_ts1.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertinetext.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertinetexte.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertinetextf.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxb.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxbf.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxbfo.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxbj.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxbjo.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxbo.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxl.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxlc.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxlf.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxlfz.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxlj.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxljo.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxljt.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxlo.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxlz.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/testkerning.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxb.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxbf.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxbj.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxbo.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxl.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxlf.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxlj.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxlo.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb00.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb01.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb02.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb03.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb04.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb05.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb1d.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb1e.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb1f.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb20.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb21.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb22.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb23.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb24.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb25.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb26.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb27.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb2c.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb2e.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxba7.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxbe0.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxbe1.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxbe3.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxbe4.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxbf6.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxbfb.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxbff.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi00.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi01.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi03.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi04.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi05.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi1e.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi21.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi24.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxie0.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxie1.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxie3.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxie4.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxiff.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk00.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk01.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk02.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk03.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk05.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk21.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk23.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk24.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk25.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk26.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk27.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxke0.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxke1.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxke3.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxkff.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl00.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl01.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl02.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl03.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl04.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl05.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl1d.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl1e.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl1f.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl20.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl21.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl22.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl23.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl24.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl25.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl26.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl27.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl2c.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl2e.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxla6.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxla7.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxle0.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxle1.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxle3.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxle4.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxlf6.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxlfb.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxlff.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/xlibertineunicode.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111231-4
+ Revision: b480cdf
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15079 |14cu|texlive-libertineotf-5.13.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25890
# category Package
# catalog-ctan /fonts/libertineotf
# catalog-date 2012-04-08 14:50:51 +0200
# catalog-license gpl2
# catalog-version 5.13-8
Name:		texlive-libertineotf
Version:	5.13.8
Release:	4
Summary:	Linux Libertine fonts for use with lua(La)TeX and xe(La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/libertineotf
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libertineotf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libertineotf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libertineotf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Linux-Libertine project offers a font family with a wide
range of shapes, and support of several alphabets (including
Latin, Cyrillic, Greek and Hebrew). This bundle provides the
fonts in OpenType format (see libertine-legacy for an earlier
release in Adobe Type 1 format).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_K.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_R.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_RB.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_RI.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aBL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aRL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aU.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aUB.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aUI.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aUL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aULB.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aW.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aWB.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aWI.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aWL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aWLB.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_DR.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_I.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_R.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_RB.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_RBI.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_RI.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_RZ.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_RZI.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_aBL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_aDRL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_aRL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_aZL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinMono_M.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinMono_aML.otf
%{_texmfdistdir}/tex/latex/libertineotf/fxbuni.inc
%{_texmfdistdir}/tex/latex/libertineotf/fxiuni.inc
%{_texmfdistdir}/tex/latex/libertineotf/fxkuni.inc
%{_texmfdistdir}/tex/latex/libertineotf/fxluni.inc
%{_texmfdistdir}/tex/latex/libertineotf/libertineotf.sty
%doc %{_texmfdistdir}/doc/fonts/libertineotf/GPL.txt
%doc %{_texmfdistdir}/doc/fonts/libertineotf/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/libertineotf/README
%doc %{_texmfdistdir}/doc/fonts/libertineotf/libertine.pdf
%doc %{_texmfdistdir}/doc/fonts/libertineotf/lppl.txt
#- source
%doc %{_texmfdistdir}/source/fonts/libertineotf/LinBiolinumO-gpos.csv
%doc %{_texmfdistdir}/source/fonts/libertineotf/LinBiolinumO-gsub.csv
%doc %{_texmfdistdir}/source/fonts/libertineotf/LinLibertineO-gpos.csv
%doc %{_texmfdistdir}/source/fonts/libertineotf/LinLibertineO-gsub.csv
%doc %{_texmfdistdir}/source/fonts/libertineotf/lib_bsp_01.tex
%doc %{_texmfdistdir}/source/fonts/libertineotf/lib_bsp_02.tex
%doc %{_texmfdistdir}/source/fonts/libertineotf/lib_bsp_03.tex
%doc %{_texmfdistdir}/source/fonts/libertineotf/lib_bsp_04.tex
%doc %{_texmfdistdir}/source/fonts/libertineotf/lib_bsp_05.tex
%doc %{_texmfdistdir}/source/fonts/libertineotf/lib_bsp_06.tex
%doc %{_texmfdistdir}/source/fonts/libertineotf/libertine.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.13.8-4
+ Revision: ee3f374
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15080 |14cu|texlive-librarian-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19880
# category Package
# catalog-ctan /macros/generic/librarian
# catalog-date 2010-06-25 08:56:08 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-librarian
Version:	1.0
Release:	5
Summary:	Tools to create bibliographies in TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/librarian
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/librarian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/librarian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extracts information in bib files, makes it
available in the current document, and sorts lists of entries
according to that information and the user's specifications.
Citation and bibliography styles can then be written directly
in TeX, without any use of BibTeX. Creating references thus
depends entirely on the user's skill in TeX. The package works
with all formats that use plain TeX's basic syntactic sugar;
the distribution includes a third-party file for ConTeXt and a
style file for LaTeX. As an example of use, an Author (Year)
style is given in a separate file and explained in the
documentation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/librarian/librarian.sty
%{_texmfdistdir}/tex/generic/librarian/librarian.tex
%{_texmfdistdir}/tex/generic/librarian/t-librarian.tex
%doc %{_texmfdistdir}/doc/generic/librarian/README
%doc %{_texmfdistdir}/doc/generic/librarian/authoryear.tex
%doc %{_texmfdistdir}/doc/generic/librarian/librarian-doc.pdf
%doc %{_texmfdistdir}/doc/generic/librarian/librarian-doc.tex
%doc %{_texmfdistdir}/doc/generic/librarian/librarian.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: ccdc5dd
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15081 |14cu|texlive-libris-1.007-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19409
# category Package
# catalog-ctan /fonts/libris
# catalog-date 2010-07-10 19:16:06 +0200
# catalog-license gpl
# catalog-version 1.007
Name:		texlive-libris
Version:	1.007
Release:	5
Summary:	Libris ADF fonts, with LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/libris
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libris.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libris.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libris.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LibrisADF is a sans-serif family designed to mimic Lydian. The
bundle includes: - fonts, in Adobe Type 1, TrueType and
OpenType formats, and - LaTeX support macros, for use with the
Type 1 versions of the fonts. The LaTeX macros depend on the
nfssext-cfr bundle. GPL licensing applies the the fonts
themselves; the support macros are distributed under LPPL
licensing.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arkandis/libris/ylyb8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/libris/ylybi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/libris/ylyr8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/libris/ylyri8a.afm
%{_texmfdistdir}/fonts/enc/dvips/libris/libris-supp.enc
%{_texmfdistdir}/fonts/enc/dvips/libris/t1-cfr-yly.enc
%{_texmfdistdir}/fonts/enc/dvips/libris/ts1-euro-yly.enc
%{_texmfdistdir}/fonts/map/dvips/libris/yly.map
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb-t1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi-t1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi-ts1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybiw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr-t1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr-ts1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri-t1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri-ts1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyriw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyrw8t.tfm
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyb8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyb8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylybi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylybi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyr8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyr8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyri8a.pfm
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyb8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyb8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylybi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylybi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylybiw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylybw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyr8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyr8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyriw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyrw8t.vf
%{_texmfdistdir}/tex/latex/libris/libris.sty
%{_texmfdistdir}/tex/latex/libris/t1yly.fd
%{_texmfdistdir}/tex/latex/libris/t1ylyw.fd
%{_texmfdistdir}/tex/latex/libris/ts1yly.fd
%{_texmfdistdir}/tex/latex/libris/ts1ylyw.fd
%doc %{_texmfdistdir}/doc/fonts/libris/COPYING
%doc %{_texmfdistdir}/doc/fonts/libris/NOTICE.txt
%doc %{_texmfdistdir}/doc/fonts/libris/README
%doc %{_texmfdistdir}/doc/fonts/libris/librisadf.pdf
%doc %{_texmfdistdir}/doc/fonts/libris/librisadf.tex
%doc %{_texmfdistdir}/doc/fonts/libris/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/libris/libris-supp.etx
%doc %{_texmfdistdir}/source/fonts/libris/reglyph-yly.tex
%doc %{_texmfdistdir}/source/fonts/libris/resetalt.mtx
%doc %{_texmfdistdir}/source/fonts/libris/t1-cfr.etx
%doc %{_texmfdistdir}/source/fonts/libris/t1-libris.etx
%doc %{_texmfdistdir}/source/fonts/libris/t1-librisswash.etx
%doc %{_texmfdistdir}/source/fonts/libris/ts1-euro.etx
%doc %{_texmfdistdir}/source/fonts/libris/yly-drv.tex
%doc %{_texmfdistdir}/source/fonts/libris/yly-map.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.007-5
+ Revision: 8c7495b
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15082 |14cu|texlive-linearA-20061201-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/archaic/linearA
# catalog-date 2006-12-01 16:33:32 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-linearA
Version:	20061201
Release:	5
Summary:	Linear A script fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/archaic/linearA
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linearA.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linearA.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linearA.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The linearA package provides a simple interface to two fonts
which include all known symbols, simple and complex, of the
Linear A script. This way one can easily replicate Linear A
"texts" using modern typographic technology. Note that the
Linear A script has not been deciphered yet and probably never
will be deciphered.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/linearA/LinearA.afm
%{_texmfdistdir}/fonts/afm/public/linearA/LinearACmplxSigns.afm
%{_texmfdistdir}/fonts/map/dvips/linearA/linearA.map
%{_texmfdistdir}/fonts/tfm/public/linearA/LinearA.tfm
%{_texmfdistdir}/fonts/tfm/public/linearA/LinearACmplxSigns.tfm
%{_texmfdistdir}/fonts/type1/public/linearA/LinearA.pfb
%{_texmfdistdir}/fonts/type1/public/linearA/LinearACmplxSigns.pfb
%{_texmfdistdir}/tex/latex/linearA/linearA.sty
%doc %{_texmfdistdir}/doc/fonts/linearA/README
%doc %{_texmfdistdir}/doc/fonts/linearA/linearA_glyphs.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/linearA/linearA.dtx
%doc %{_texmfdistdir}/source/fonts/linearA/linearA.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061201-5
+ Revision: f58f126
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15083 |14cu|texlive-listbib-2.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26126
# category Package
# catalog-ctan /macros/latex/contrib/listbib
# catalog-date 2012-04-21 20:14:11 +0200
# catalog-license gpl
# catalog-version 2.2
Name:		texlive-listbib
Version:	2.2
Release:	6
Summary:	Lists contents of BibTeX files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/listbib
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listbib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listbib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-listbib.bin = %{EVRD}

%description
Generates listings of bibliographic data bases in BibTeX format
-- for example for archival purposes. Included is a listbib.bst
which is better suited for this purpose than the standard
styles.


#-----------------------------------------------------------------------
%files
%{_bindir}/listbib
%{_texmfdistdir}/bibtex/bst/listbib/listbib.bst
%{_texmfdistdir}/scripts/listbib/listbib
%{_texmfdistdir}/tex/latex/listbib/listbib.cfg
%{_texmfdistdir}/tex/latex/listbib/listbib.sty
%{_texmfdistdir}/tex/latex/listbib/listbib.tex
%doc %{_texmfdistdir}/doc/latex/listbib/listbib-doc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/listbib/listbib-doc.drv
%doc %{_texmfdistdir}/source/latex/listbib/listbib.drv
%doc %{_texmfdistdir}/source/latex/listbib/listbib.dtx
%doc %{_texmfdistdir}/source/latex/listbib/listbib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/listbib/listbib listbib
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-6
+ Revision: 6a2f4ac
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15084 |14cu|texlive-listings-ext-67-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19195
# category Package
# catalog-ctan /macros/latex/contrib/listings-ext
# catalog-date 2010-06-29 22:02:31 +0200
# catalog-license lppl1.2
# catalog-version 67
Name:		texlive-listings-ext
Version:	67
Release:	5
Summary:	Automated input of source
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/listings-ext
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listings-ext.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listings-ext.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listings-ext.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-listings-ext.bin = %{EVRD}

%description
The package provides a means of marking a source, so that
samples of it may be included in a document (by means of the
listings package) in a stable fashion, regardless of any change
to the source. The markup in the source text defines tags for
blocks of source. These tags are processed by a shell script to
make a steering file that is used by the package when LaTeX is
being run.y.


#-----------------------------------------------------------------------
%files
%{_bindir}/listings-ext.sh
%{_texmfdistdir}/scripts/listings-ext/listings-ext.sh
%{_texmfdistdir}/tex/latex/listings-ext/listings-ext.sty
%doc %{_texmfdistdir}/doc/latex/listings-ext/README
%doc %{_texmfdistdir}/doc/latex/listings-ext/THIS_IS_VERSION_v67
%doc %{_texmfdistdir}/doc/latex/listings-ext/getversion.tex
%doc %{_texmfdistdir}/doc/latex/listings-ext/hyperref.cfg
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext.bib
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext.el
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext.makemake
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext.mk
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext.pdf
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_a.java
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_b.java
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_c.java
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_d.java
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_e.java
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext_test_a.tex
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext_test_d.tex
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings.cfg
#- source
%doc %{_texmfdistdir}/source/latex/listings-ext/listings-ext.dtx
%doc %{_texmfdistdir}/source/latex/listings-ext/listings-ext.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/listings-ext/listings-ext.sh listings-ext.sh
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 67-5
+ Revision: 18d72a0
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15085 |14cu|texlive-logreq-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19640
# category Package
# catalog-ctan /macros/latex/contrib/logreq
# catalog-date 2010-08-11 13:58:09 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-logreq
Version:	1.0
Release:	5
Summary:	Support for automation of the LaTeX workflow
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/logreq
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logreq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logreq.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package helps to automate a typical LaTeX workflow that
involves running LaTeX several times, running tools such as
BibTeX or makeindex, and so on. It will log requests like
"please rerun LaTeX" or "please run BibTeX on file X" to an
external XML file which lists all open tasks in a machine-
readable format. Compiler scripts and integrated LaTeX editing
environments may parse this file to determine the next steps in
the workflow in a way that is more efficient than parsing the
main log file. In sum, the package will do two things: 1)
enable package authors to use LaTeX commands to issue requests,
2) collect all requests from all packages and write them to an
external XML file at the end of the document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/logreq/logreq.def
%{_texmfdistdir}/tex/latex/logreq/logreq.sty
%doc %{_texmfdistdir}/doc/latex/logreq/README
%doc %{_texmfdistdir}/doc/latex/logreq/examples/01-basic.run.xml
%doc %{_texmfdistdir}/doc/latex/logreq/examples/01-basic.tex
%doc %{_texmfdistdir}/doc/latex/logreq/examples/02-index.run.xml
%doc %{_texmfdistdir}/doc/latex/logreq/examples/02-index.tex
%doc %{_texmfdistdir}/doc/latex/logreq/examples/03-biblatex+bibtex8.run.xml
%doc %{_texmfdistdir}/doc/latex/logreq/examples/03-biblatex+bibtex8.tex
%doc %{_texmfdistdir}/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.run.xml
%doc %{_texmfdistdir}/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.tex
%doc %{_texmfdistdir}/doc/latex/logreq/examples/05-biblatex+biber.run.xml
%doc %{_texmfdistdir}/doc/latex/logreq/examples/05-biblatex+biber.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: c795032
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15086 |14cu|texlive-lplfitch-0.9-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31077
# category Package
# catalog-ctan /macros/latex/contrib/lplfitch
# catalog-date 2013-07-02 16:20:31 +0200
# catalog-license lppl1.3
# catalog-version 0.9
Name:		texlive-lplfitch
Version:	0.9
Release:	8
Summary:	Fitch-style natural deduction proofs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lplfitch
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lplfitch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lplfitch.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lplfitch.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for typesetting natural deduction
proofs in "Fitch" style, with subproofs indented and offset by
scope lines. The proofs from use of the package are in the
format used in the textbook Language, Proof, and Logic by Dave
Barker-Plummer, Jon Barwise, and John Etchemendy.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lplfitch/lplfitch.sty
%doc %{_texmfdistdir}/doc/latex/lplfitch/README
%doc %{_texmfdistdir}/doc/latex/lplfitch/lplfitch.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lplfitch/lplfitch.dtx
%doc %{_texmfdistdir}/source/latex/lplfitch/lplfitch.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9-8
+ Revision: 505006e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15087 |14cu|texlive-ltxfileinfo-2.00-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29349
# category Package
# catalog-ctan /support/ltxfileinfo
# catalog-date 2013-02-05 06:50:41 +0100
# catalog-license gpl
# catalog-version 2.00
Name:		texlive-ltxfileinfo
Version:	2.00
Release:	10
Summary:	Print version info for latex class or style file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/ltxfileinfo
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxfileinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxfileinfo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-ltxfileinfo.bin = %{EVRD}

%description
The bash script ltxfileinfo prints information about a LaTeX
class, style and other files to standard output. The script is
based on Uwe Luck's readprov, so it prints information only for
files that contain a \ProvidesFile, \ProvidesClass or
\ProvidesPackage statement. The script tries to correct errors
in these \Provides... statements and it has options, useful for
developers, to make errors in those statements visible.


#-----------------------------------------------------------------------
%files
%{_bindir}/ltxfileinfo
%{_texmfdistdir}/scripts/ltxfileinfo/ltxfileinfo
%doc %{_texmfdistdir}/doc/support/ltxfileinfo/README
%doc %{_texmfdistdir}/doc/support/ltxfileinfo/ltxfileinfo.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ltxfileinfo/ltxfileinfo ltxfileinfo
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.00-10
+ Revision: 9f2ef52
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15088 |14cu|texlive-ltximg-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32346
# category Package
# catalog-ctan /support/ltximg
# catalog-date 2013-12-05 10:21:29 +0100
# catalog-license gpl2
# catalog-version 1.0
Name:		texlive-ltximg
Version:	1.0
Release:	5
Summary:	Split LaTeX files to sanitise a conversion process
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/ltximg
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltximg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltximg.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-ltximg.bin = %{EVRD}

%description
The package provides a Perl script that extracts all TikZ and
PStricks environments for separate processing to produce images
(in eps, pdf, png or jpg format) for use by a converter or the
preview bundle.


#-----------------------------------------------------------------------
%files
%{_bindir}/ltximg
%{_texmfdistdir}/scripts/ltximg/ltximg.pl
%doc %{_texmfdistdir}/doc/support/ltximg/README
%doc %{_texmfdistdir}/doc/support/ltximg/ltximg-doc.pdf
%doc %{_texmfdistdir}/doc/support/ltximg/ltximg-doc.tex
%doc %{_texmfdistdir}/doc/support/ltximg/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ltximg/ltximg.pl ltximg
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: d45062f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15089 |14cu|texlive-lxfonts-0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/lxfonts
# catalog-date 2008-08-22 10:50:40 +0200
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-lxfonts
Version:	0.4
Release:	5
Summary:	Set of slide fonts based on CM
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/lxfonts
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lxfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lxfonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle contains the traditional slides fonts revised to be
completely usable both as text fonts and mathematics fonts;
they are fully integrate with the new operators, letters,
symbols and extensible delimiter fonts, as well as with the AMS
fonts, all redone with the same stylistic parameters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/lxfonts/lxfonts.map
%{_texmfdistdir}/fonts/source/public/lxfonts/lamsya.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lamsyb.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lasymbols.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lbigacc.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lbigdel.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lbigop.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lbsymbols.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmbsy8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmex8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmmi8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmmib8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmsy8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/leclb8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lecli8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/leclo8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/leclq8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lexroman.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lexslides.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/llasy.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/llasy8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/llasyb8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/llcmss8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/llcmssb8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/llcmssi8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/llcmsso8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lmathex.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lmathit.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lmathsy.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lmsam8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lmsbm8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lroman.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/ltclb8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/ltcli8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/ltclo8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/ltclq8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/ltxsymb.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lxbbase.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lxbbold.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lxbcaps.mf
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmbsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmex8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmmib8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/leclb8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lecli8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/leclo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/leclq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llasy8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llasyb8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llcmssb8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llcmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lmsam8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lmsbm8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/ltclb8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/ltcli8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/ltclo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/ltclq8.tfm
%{_texmfdistdir}/fonts/type1/public/lxfonts/lcmbsy8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/lcmex8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/lcmmi8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/lcmmib8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/lcmsy8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/leclb8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/lecli8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/leclo8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/leclq8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/llasy8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/llasyb8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/llcmss8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/llcmssb8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/llcmssi8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/llcmsso8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/lmsam8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/lmsbm8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/ltclb8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/ltcli8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/ltclo8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/ltclq8.pfb
%{_texmfdistdir}/tex/latex/lxfonts/lxfonts.sty
%doc %{_texmfdistdir}/doc/fonts/lxfonts/LXfonts-demo.pdf
%doc %{_texmfdistdir}/doc/fonts/lxfonts/LXfonts-demo.tex
%doc %{_texmfdistdir}/doc/fonts/lxfonts/LXfonts.readme
%doc %{_texmfdistdir}/doc/fonts/lxfonts/manifest

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-5
+ Revision: 707a6a3
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15090 |14cu|texlive-mandi-2.2.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30981
# category Package
# catalog-ctan /macros/latex/contrib/mandi
# catalog-date 2013-06-16 00:51:21 +0200
# catalog-license lppl1.3
# catalog-version 2.2.0
Name:		texlive-mandi
Version:	2.2.0
Release:	8
Summary:	Macros for introductory physics and astronomy
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mandi
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mandi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mandi.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mandi.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains commands for students and teachers of
introductory physics. Commands for physical quantities
intelligently handle SI units so the user need not do so. There
are other features that should make LaTeX easy for introductory
physics students.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mandi/mandi.sty
%doc %{_texmfdistdir}/doc/latex/mandi/README
%doc %{_texmfdistdir}/doc/latex/mandi/mandi.pdf
%doc %{_texmfdistdir}/doc/latex/mandi/vdemo.py
#- source
%doc %{_texmfdistdir}/source/latex/mandi/mandi.dtx
%doc %{_texmfdistdir}/source/latex/mandi/mandi.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Thu Mar 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2.0-8
+ Revision: 4bf5bc4
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15091 |14cu|texlive-margbib-1.0c-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/margbib
# catalog-date 2008-09-23 13:30:27 +0200
# catalog-license gpl
# catalog-version 1.0c
Name:		texlive-margbib
Version:	1.0c
Release:	5
Summary:	Display bibitem tags in the margins
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/margbib
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/margbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/margbib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/margbib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package redefines the 'thebibliography' environment to
place the citation key into the margin.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/margbib/margbib.sty
%doc %{_texmfdistdir}/doc/latex/margbib/margbib.pdf
#- source
%doc %{_texmfdistdir}/source/latex/margbib/margbib.dtx
%doc %{_texmfdistdir}/source/latex/margbib/margbib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0c-5
+ Revision: 90c651d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15092 |14cu|texlive-match_parens-1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/match_parens
# catalog-date 2012-04-05 17:28:29 +0200
# catalog-license gpl
# catalog-version 1.4
Name:		texlive-match_parens
Version:	1.4
Release:	5
Summary:	Easily detect mismatched parens
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/match_parens
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/match_parens.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/match_parens.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-match_parens.bin = %{EVRD}

%description
Mismatches of parentheses, braces, (angle) brackets, especially
in TeX sources which may be rich in those, may be difficult to
trace. This little script helps you by writing your text to
standard output, after adding a left margin to your text, which
will normally be almost empty, but will clearly show any
mismatches.


#-----------------------------------------------------------------------
%files
%{_bindir}/match_parens
%{_texmfdistdir}/scripts/match_parens/match_parens
%doc %{_texmfdistdir}/doc/support/match_parens/Object.html
%doc %{_texmfdistdir}/doc/support/match_parens/README
%doc %{_texmfdistdir}/doc/support/match_parens/add.png
%doc %{_texmfdistdir}/doc/support/match_parens/brick.png
%doc %{_texmfdistdir}/doc/support/match_parens/brick_link.png
%doc %{_texmfdistdir}/doc/support/match_parens/bug.png
%doc %{_texmfdistdir}/doc/support/match_parens/bullet_black.png
%doc %{_texmfdistdir}/doc/support/match_parens/bullet_toggle_minus.png
%doc %{_texmfdistdir}/doc/support/match_parens/bullet_toggle_plus.png
%doc %{_texmfdistdir}/doc/support/match_parens/created.rid
%doc %{_texmfdistdir}/doc/support/match_parens/darkfish.js
%doc %{_texmfdistdir}/doc/support/match_parens/date.png
%doc %{_texmfdistdir}/doc/support/match_parens/delete.png
%doc %{_texmfdistdir}/doc/support/match_parens/find.png
%doc %{_texmfdistdir}/doc/support/match_parens/index.html
%doc %{_texmfdistdir}/doc/support/match_parens/jquery.js
%doc %{_texmfdistdir}/doc/support/match_parens/loadingAnimation.gif
%doc %{_texmfdistdir}/doc/support/match_parens/macFFBgHack.png
%doc %{_texmfdistdir}/doc/support/match_parens/navigation.js
%doc %{_texmfdistdir}/doc/support/match_parens/package.png
%doc %{_texmfdistdir}/doc/support/match_parens/page_green.png
%doc %{_texmfdistdir}/doc/support/match_parens/page_white_text.png
%doc %{_texmfdistdir}/doc/support/match_parens/page_white_width.png
%doc %{_texmfdistdir}/doc/support/match_parens/plugin.png
%doc %{_texmfdistdir}/doc/support/match_parens/rdoc.css
%doc %{_texmfdistdir}/doc/support/match_parens/ruby.png
%doc %{_texmfdistdir}/doc/support/match_parens/search.js
%doc %{_texmfdistdir}/doc/support/match_parens/search_index.js
%doc %{_texmfdistdir}/doc/support/match_parens/searcher.js
%doc %{_texmfdistdir}/doc/support/match_parens/table_of_contents.html
%doc %{_texmfdistdir}/doc/support/match_parens/tag_blue.png
%doc %{_texmfdistdir}/doc/support/match_parens/tag_green.png
%doc %{_texmfdistdir}/doc/support/match_parens/transparent.png
%doc %{_texmfdistdir}/doc/support/match_parens/wrench.png
%doc %{_texmfdistdir}/doc/support/match_parens/wrench_orange.png
%doc %{_texmfdistdir}/doc/support/match_parens/zoom.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/match_parens/match_parens match_parens
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-5
+ Revision: bf9e773
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15093 |14cu|texlive-mathabx-type1-20110119-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21129
# category Package
# catalog-ctan /fonts/ps-type1/mathabx
# catalog-date 2011-01-19 07:58:01 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-mathabx-type1
Version:	20110119
Release:	5
Summary:	Outline version of the mathabx fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ps-type1/mathabx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathabx-type1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathabx-type1.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-mathabx

%description
This is an Adobe Type 1 outline version of the mathabx fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/mathabx-type1/mathabx.map
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/matha10.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/matha12.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/matha5.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/matha6.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/matha7.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/matha8.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/matha9.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathastrotest10.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathb10.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathb12.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathb5.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathb6.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathb7.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathb8.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathb9.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathc10.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathu10.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathux10.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathx10.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathx12.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathx5.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathx6.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathx7.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathx8.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathx9.pfb
%doc %{_texmfdistdir}/doc/fonts/mathabx-type1/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110119-5
+ Revision: 1ec5709
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15094 |14cu|texlive-mathcomp-0.1f-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mathcomp
# catalog-date 2007-01-09 18:22:13 +0100
# catalog-license lppl
# catalog-version 0.1f
Name:		texlive-mathcomp
Version:	0.1f
Release:	5
Summary:	Text symbols in maths mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mathcomp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathcomp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathcomp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathcomp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package which provides access to some interesting characters
of the Text Companion fonts (TS1 encoding) in maths mode.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mathcomp/mathcomp.sty
%doc %{_texmfdistdir}/doc/latex/mathcomp/mathcomp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mathcomp/mathcomp.dtx
%doc %{_texmfdistdir}/source/latex/mathcomp/mathcomp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1f-5
+ Revision: 9fb0179
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15095 |14cu|texlive-mathdesign-2.31-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31639
# category Package
# catalog-ctan /fonts/mathdesign
# catalog-date 2013-08-30 00:42:45 +0200
# catalog-license gpl
# catalog-version 2.31
Name:		texlive-mathdesign
Version:	2.31
Release:	8
Summary:	Mathematical fonts to fit with particular text fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/mathdesign
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdesign.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdesign.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
The Math Design project offers free mathematical fonts that
match with existing text fonts. To date, three free font
families are available: Adobe Utopia, URW Garamond and
Bitstream Charter. Three commercial fonts are also supported:
Adobe Garamond Pro, Adobe UtopiaStd and ITC Charter. Mathdesign
covers the whole LaTeX glyph set, including AMS symbols and
some extra. Both roman and bold versions of these symbols can
be used. Moreover you can choose between three greek fonts (two
of them created by the Greek Font Society).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/mathdesign/config.mdbch
%{_texmfdistdir}/dvips/mathdesign/config.mdici
%{_texmfdistdir}/dvips/mathdesign/config.mdpgd
%{_texmfdistdir}/dvips/mathdesign/config.mdpus
%{_texmfdistdir}/dvips/mathdesign/config.mdput
%{_texmfdistdir}/dvips/mathdesign/config.mdugm
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_2dncez.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_2rwgaw.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_42s2zl.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_45o73x.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_4b5i6w.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_57soyv.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_csqf63.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_e65dz6.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_g2masa.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_g47ck7.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_ipzj2o.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_kld4uc.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_mdpn2k.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_n2elaj.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_oxfbe4.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_py5znv.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_qnfjtt.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_qzg4u4.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_r2nxhw.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_rl4tn2.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_rxz3ga.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_telfo7.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_uwwzqd.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_yezm6g.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/md8x.enc
%{_texmfdistdir}/fonts/map/dvips/mathdesign/mdbch.map
%{_texmfdistdir}/fonts/map/dvips/mathdesign/mdgreek.map
%{_texmfdistdir}/fonts/map/dvips/mathdesign/mdici.map
%{_texmfdistdir}/fonts/map/dvips/mathdesign/mdpgd.map
%{_texmfdistdir}/fonts/map/dvips/mathdesign/mdpus.map
%{_texmfdistdir}/fonts/map/dvips/mathdesign/mdput.map
%{_texmfdistdir}/fonts/map/dvips/mathdesign/mdugm.map
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchbc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchbc8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchrc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchrc8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchri8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chb7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chb8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbc8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbi8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbo8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chboc8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chr8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chrc8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chree.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chri8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chro8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chroc8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchb7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbofc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchrfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchrifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchrofc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grbb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grbbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grbr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grbri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grdb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grdbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grdr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grdri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbCb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbCbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbCr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbCri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdCb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdCbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdCri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdrC7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cib7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cib7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cib7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cib7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cib8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cib8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cibee.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cibi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cibi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cibi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cibi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cibma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cibmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cir7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cir7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cir7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cir7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cir8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cir8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-ciree.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-ciri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-ciri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-ciri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-ciri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cirma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cirmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicib7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicib7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicib7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicib7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicib8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicib8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibic8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicic8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicicc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicicc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicicfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicici8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicici8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicicic8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicicic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicicifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicir7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicir7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicir7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicir7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicir8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicir8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicirc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicirc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicirfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdiciri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdiciri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdiciri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdiciri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdiciric8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdiciric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicirifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicirma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicirmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcib7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcib7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcib8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcibc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcibi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcibi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcibi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcibic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcic7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcic7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcicc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcici7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcici7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcici8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcicic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcir7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcir7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcir8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcirc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwciri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwciri7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwciri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwciric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcib7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcib7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcib8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcibc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcibi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcibi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcibi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcibic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcic7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcic7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcicc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcici7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcici7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcici8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcicic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcir7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcir7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcir8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcirc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxciri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxciri7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxciri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxciric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdree.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gds7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gds7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gds7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gds7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gds8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gds8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdsi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdsi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdsi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdsi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdsma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdsmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbic8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdrc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdrfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdric8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdrifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgds7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgds7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgds7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgds7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgds8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgds8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsic8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdbi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdbic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdri7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgds7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgds7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgds8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdsi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdsi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdsi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdsic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdbi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdbic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdri7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgds7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgds7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgds8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdsi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdsi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdsi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdsic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7t5.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7t6.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7t7.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7t8.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7t9.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usree.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri7t5.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri7t6.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri7t7.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri7t8.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri7t9.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-uss7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-uss7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-uss7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-uss7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-uss8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-uss8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-ussi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-ussi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-ussi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-ussi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-ussma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-ussmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbic8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusrc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusrfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusric8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusrifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpuss7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpuss7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpuss7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpuss7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpuss8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpuss8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussic8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusbi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusbic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusri7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwuss7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwuss7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwuss8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwussc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwussi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwussi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwussi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwussic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusbi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusbic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusri7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxuss7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxuss7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxuss8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxussc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxussi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxussi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxussi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxussic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utb7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utb8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbee.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbi8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbo8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utr8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utree.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utri8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utro8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputb7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbofc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputrfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputrifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputrofc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/putb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/putb8x.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/putbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/putr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/putr8x.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/putri8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmm7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmm7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmm7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmm7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmm8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmm8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmm8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmi8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmo8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmr8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmree.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmri8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmro8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmm7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmm7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmm7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmm7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmm8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmm8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmofc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmrfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmrifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmrofc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/ugmm8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/ugmmi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/ugmr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/ugmri8a.tfm
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chb7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chb7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chb7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chb7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chb8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chb8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chbi7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chbi7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chbi8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chbi8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chbma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chbmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chr7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chr7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chr7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chr7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chr8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chr8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chree.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chri7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chri7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chri8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chri8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chrma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chrmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/UtopiaStd-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cib7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cib7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cib7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cib7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cib8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cib8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cibee.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cibi7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cibi7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cibi8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cibi8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cibma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cibmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cir7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cir7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cir7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cir7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cir8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cir8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-ciree.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-ciri7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-ciri7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-ciri8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-ciri8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cirma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cirmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdr7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdr7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdr7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdr7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdr8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdr8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdree.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdri7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdri7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdri8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdri8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdrma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdrmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gds7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gds7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gds7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gds7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gds8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gds8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdsi7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdsi7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdsi8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdsi8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdsma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdsmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-utrma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7t5.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7t6.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7t7.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7t8.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7t9.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usree.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri7t5.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri7t6.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri7t7.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri7t8.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri7t9.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usrma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usrmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-uss7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-uss7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-uss7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-uss7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-uss8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-uss8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-ussi7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-ussi7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-ussi8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-ussi8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-ussma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-ussmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utb7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utb7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utb7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utb7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utb8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utb8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utbee.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utbi7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utbi7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utbi8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utbi8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utbma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utbmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utr7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utr7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utr7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utr7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utr8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utr8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utree.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utri7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utri7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utri8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utri8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utrma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utrmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmm7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmm7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmm7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmm7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmm8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmm8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmmi7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmmi7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmmi8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmmi8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmmma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmmmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmr7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmr7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmr7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmr7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmr8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmr8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmree.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmri7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmri7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmri8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmri8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmrma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmrmb.pfb
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchb7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchb7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchb7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchb7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchb8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchb8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbi7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbo7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbo8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbo8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbofc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchr7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchr7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchr7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchr8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchr8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchrc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchrfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchri7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchri8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchrifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchrma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchrmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchro7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchro8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchro8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchrofc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbCb7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbCbi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbCr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbCri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbb7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbbi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdCb7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdCbi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdCri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdb7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdbi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdrC7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicib7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicib7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicib7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicib7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicib8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicib8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibi7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibic8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibiu7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibui7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicic8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicicc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicicc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicicfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicici8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicici8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicicic8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicicic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicicifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicir7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicir7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicir7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicir7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicir8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicir8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicirc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicirc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicirfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdiciri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdiciri7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdiciri8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdiciri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdiciric8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdiciric8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicirifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdiciriu7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicirma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicirmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicirui7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcib7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcib8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcibc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcibi7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcibi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcibic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcic7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcicc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcici7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcici8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcicic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcir7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcir8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcirc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxciri7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxciri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxciric8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdb8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdb8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbic8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdr7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdr7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdr7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdr8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdr8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdrc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdrc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdrfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdri7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdri8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdric8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdric8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdrifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdrma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdrmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgds7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgds7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgds7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgds7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgds8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgds8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsi7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsic8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdb7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdb8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdbc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdbi7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdbi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdbic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdr7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdr8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdrc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdri7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdric8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgds7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgds8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdsc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdsi7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdsi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdsic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusb8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusb8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbic8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusr7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusr7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusr7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusr8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusr8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusrc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusrc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusrfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusri7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusri8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusric8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusric8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusrifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusrma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusrmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpuss7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpuss7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpuss7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpuss7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpuss8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpuss8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussi7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussic8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusb7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusb8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusbc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusbi7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusbi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusbic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusr7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusr8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusrc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusri7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusric8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxuss7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxuss8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxussc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxussi7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxussi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxussic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputb7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputb7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputb7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputb7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputb8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputb8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbi7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbo7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbo8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbo8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbofc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputr7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputr7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputr7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputr8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputr8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputrc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputrfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputri7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputri8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputrifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputrma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputrmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputro7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputro8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputro8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputrofc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmm7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmm7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmm7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmm7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmm8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmm8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmi7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmo7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmo8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmo8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmofc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmr7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmr7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmr7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmr8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmr8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmrfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmri7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmri8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmrifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmrma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmrmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmro7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmro8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmro8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmrofc8t.vf
%{_texmfdistdir}/tex/latex/mathdesign/mathdesign.sty
%{_texmfdistdir}/tex/latex/mathdesign/mdacmr.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/mdamdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/mdbch.cfg
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/mdbch.sty
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/mdbmdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/omlmdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/omsmdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/omxmdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/ot1mdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/t1mdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/ts1mdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbcmr.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdfont.def
%{_texmfdistdir}/tex/latex/mathdesign/mdici/mdamdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdici/mdbmdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdici/mdici.cfg
%{_texmfdistdir}/tex/latex/mathdesign/mdici/mdici.sty
%{_texmfdistdir}/tex/latex/mathdesign/mdici/omlmdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdici/omsmdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdici/omxmdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdici/ot1mdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdici/t1mdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdici/ts1mdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/mdamdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/mdbmdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/mdpgd.cfg
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/mdpgd.sty
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/omlmdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/omsmdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/omxmdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/ot1mdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/t1mdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/ts1mdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/mdamdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/mdbmdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/mdpus.cfg
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/mdpus.sty
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/omlmdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/omsmdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/omxmdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/ot1mdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/t1mdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/ts1mdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/mdamdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/mdbmdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/mdput.cfg
%{_texmfdistdir}/tex/latex/mathdesign/mdput/mdput.sty
%{_texmfdistdir}/tex/latex/mathdesign/mdput/omlmdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/omsmdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/omxmdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/ot1mdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/t1mdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/ts1mdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdsffont.def
%{_texmfdistdir}/tex/latex/mathdesign/mdttfont.def
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/mdamdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/mdbmdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/mdugm.cfg
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/mdugm.sty
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/omlmdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/omsmdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/omxmdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/ot1mdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/t1mdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/ts1mdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/omlmdgrb.fd
%{_texmfdistdir}/tex/latex/mathdesign/omlmdgrbc.fd
%{_texmfdistdir}/tex/latex/mathdesign/omlmdgrd.fd
%{_texmfdistdir}/tex/latex/mathdesign/omlmdgrdc.fd
%_texmf_updmap_d/mathdesign
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-Adobe-Adobe-Garamond-Pro-example.tex
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-Adobe-Utopia-Std-example.tex
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-Adobe-Utopia-example.pdf
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-Adobe-Utopia-example.tex
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-Bitstream-Bitstream-Charter-example.pdf
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-Bitstream-Bitstream-Charter-example.tex
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-itc-Charter-ITC-Std-example.tex
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-urw-GaramondNo8-example.tex
%doc %{_texmfdistdir}/doc/fonts/mathdesign/README
%doc %{_texmfdistdir}/doc/fonts/mathdesign/mathdesign-doc.pdf
%doc %{_texmfdistdir}/doc/fonts/mathdesign/mathdesign-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/mathdesign <<EOF
Map mdbch.map
Map mdgreek.map
Map mdici.map
Map mdpgd.map
Map mdpus.map
Map mdput.map
Map mdugm.map
EOF

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.31-8
+ Revision: 78b7ec3
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15096 |14cu|texlive-mathdots-0.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/mathdots
# catalog-date 2007-06-01 10:48:38 +0200
# catalog-license lppl
# catalog-version 0.8
Name:		texlive-mathdots
Version:	0.8
Release:	5
Summary:	Commands to produce dots in math that respect font size
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/mathdots
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdots.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdots.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdots.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Redefines \ddots and \vdots, and defines \iddots. The dots
produced by \iddots slant in the opposite direction to \ddots.
All the commands are designed to change size appropriately in
scripts, as well as in response to LaTeX size changing
commands. The commands may also be used in plain TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/mathdots/mathdots.sty
%{_texmfdistdir}/tex/generic/mathdots/mathdots.tex
%doc %{_texmfdistdir}/doc/generic/mathdots/README
%doc %{_texmfdistdir}/doc/generic/mathdots/mathdots.pdf
%doc %{_texmfdistdir}/doc/generic/mathdots/mdtest.tex
#- source
%doc %{_texmfdistdir}/source/generic/mathdots/mathdots.dtx
%doc %{_texmfdistdir}/source/generic/mathdots/mathdots.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8-5
+ Revision: d558dcd
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15097 |14cu|texlive-mattens-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17582
# category Package
# catalog-ctan /macros/latex/contrib/mattens
# catalog-date 2009-11-09 23:10:10 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-mattens
Version:	1.3
Release:	5
Summary:	Matrices/tensor typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mattens
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mattens.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mattens.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mattens.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The mattens package contains the definitions to typeset
matrices, vectors and tensors as used in the engineering
community for the representation of common vectors and tensors
such as forces, velocities, moments of inertia, etc.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mattens/mattens.sty
%doc %{_texmfdistdir}/doc/latex/mattens/README
%doc %{_texmfdistdir}/doc/latex/mattens/mattens.pdf
%doc %{_texmfdistdir}/doc/latex/mattens/mattens_sample.pdf
%doc %{_texmfdistdir}/doc/latex/mattens/mattens_sample_src.zip
#- source
%doc %{_texmfdistdir}/source/latex/mattens/mattens.dtx
%doc %{_texmfdistdir}/source/latex/mattens/mattens.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-5
+ Revision: a53c45c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15098 |14cu|texlive-mdputu-1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20298
# category Package
# catalog-ctan /fonts/mdputu
# catalog-date 2010-11-03 15:55:25 +0100
# catalog-license other-free
# catalog-version 1.2
Name:		texlive-mdputu
Version:	1.2
Release:	5
Summary:	Upright digits in Adobe Utopia Italic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/mdputu
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdputu.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdputu.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Annals of Mathematics uses italics for theorems. However,
slanted digits and parentheses look disturbing when surrounded
by (upright) mathematics. This package provides virtual fonts
with italics and upright digits and punctuation, as an
extension to Mathdesign Utopia.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/mdputu/mdputubi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mdputu/mdputubi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mdputu/mdputuri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mdputu/mdputuri8t.tfm
%{_texmfdistdir}/fonts/vf/public/mdputu/mdputubi7t.vf
%{_texmfdistdir}/fonts/vf/public/mdputu/mdputubi8t.vf
%{_texmfdistdir}/fonts/vf/public/mdputu/mdputuri7t.vf
%{_texmfdistdir}/fonts/vf/public/mdputu/mdputuri8t.vf
%{_texmfdistdir}/tex/latex/mdputu/mdputu.sty
%{_texmfdistdir}/tex/latex/mdputu/ot1mdputu.fd
%{_texmfdistdir}/tex/latex/mdputu/t1mdputu.fd
%doc %{_texmfdistdir}/doc/latex/mdputu/README
%doc %{_texmfdistdir}/doc/latex/mdputu/mdputu.dtx
%doc %{_texmfdistdir}/doc/latex/mdputu/mdputu.ins
%doc %{_texmfdistdir}/doc/latex/mdputu/mdputu.pdf
%doc %{_texmfdistdir}/doc/latex/mdputu/sample.pdf
%doc %{_texmfdistdir}/doc/latex/mdputu/sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-5
+ Revision: 18c6bbb
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15099 |14cu|texlive-mdsymbol-0.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28399
# category Package
# catalog-ctan /fonts/mdsymbol
# catalog-date 2012-11-29 15:59:01 +0100
# catalog-license ofl
# catalog-version 0.5
Name:		texlive-mdsymbol
Version:	0.5
Release:	8
Summary:	Symbol fonts to match Adobe Myriad Pro
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/mdsymbol
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdsymbol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdsymbol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdsymbol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a font of mathematical symbols, MyriadPro
The font is designed as a companion to Adobe Myriad Pro, but it
might also fit well with other contemporary typefaces.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/mdsymbol/mdsymbol-a.enc
%{_texmfdistdir}/fonts/enc/dvips/mdsymbol/mdsymbol-b.enc
%{_texmfdistdir}/fonts/enc/dvips/mdsymbol/mdsymbol-c.enc
%{_texmfdistdir}/fonts/enc/dvips/mdsymbol/mdsymbol-d.enc
%{_texmfdistdir}/fonts/enc/dvips/mdsymbol/mdsymbol-e.enc
%{_texmfdistdir}/fonts/enc/dvips/mdsymbol/mdsymbol-f.enc
%{_texmfdistdir}/fonts/map/dvips/mdsymbol/mdsymbol.map
%{_texmfdistdir}/fonts/opentype/public/mdsymbol/MdSymbol-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/mdsymbol/MdSymbol-Light.otf
%{_texmfdistdir}/fonts/opentype/public/mdsymbol/MdSymbol-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/mdsymbol/MdSymbol-Semibold.otf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolA-Bold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolA-Light.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolA-Regular.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolA-Semibold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolA.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolB-Bold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolB-Light.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolB-Regular.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolB-Semibold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolB.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolC-Bold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolC-Light.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolC-Regular.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolC-Semibold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolC.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolD-Bold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolD-Light.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolD-Regular.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolD-Semibold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolD.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolE-Bold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolE-Light.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolE-Regular.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolE-Semibold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolE.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolF-Bold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolF-Light.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolF-Regular.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolF-Semibold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolF.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mdaccents.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mdarrows.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mdbase.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mddelims.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mdgeometric.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mdoperators.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mdrelations.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mdturnstile.mf
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolA-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolA-Light.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolA-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolA-Semibold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolB-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolB-Light.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolB-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolB-Semibold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolC-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolC-Light.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolC-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolC-Semibold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolD-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolD-Light.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolD-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolD-Semibold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolE-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolE-Light.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolE-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolE-Semibold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolF-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolF-Light.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolF-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolF-Semibold.tfm
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolA-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolA-Light.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolA-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolA-Semibold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolB-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolB-Light.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolB-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolB-Semibold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolC-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolC-Light.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolC-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolC-Semibold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolD-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolD-Light.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolD-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolD-Semibold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolE-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolE-Light.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolE-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolE-Semibold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolF-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolF-Light.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolF-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolF-Semibold.pfb
%{_texmfdistdir}/tex/latex/mdsymbol/mdsymbol.sty
%doc %{_texmfdistdir}/doc/fonts/mdsymbol/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/mdsymbol/OFL.txt
%doc %{_texmfdistdir}/doc/latex/mdsymbol/mdsymbol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mdsymbol/mdsymbol.dtx
%doc %{_texmfdistdir}/source/latex/mdsymbol/mdsymbol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-8
+ Revision: da4eaa4
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15100 |14cu|texlive-metatex-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/metatex
# catalog-date 2007-01-09 22:36:10 +0100
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-metatex
Version:	1.1
Release:	5
Summary:	Incorporate MetaFont pictures in TeX source
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/metatex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metatex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
METATeX is a set of plain TeX and MetaFont macros that you can
use to define both the text and the figures in a single source
file. Because METATeX sets up two way communication, from TeX
to MetaFont and back from MetaFont to TeX, drawing dimensions
can be controlled by TeX and labels can be located by MetaFont.
Only standard features of TeX and MetaFont are used, but two
runs of TeX and one of MetaFont are needed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/metatex/metatex.tex
%doc %{_texmfdistdir}/doc/plain/metatex/README
%doc %{_texmfdistdir}/doc/plain/metatex/gpl.txt
%doc %{_texmfdistdir}/doc/plain/metatex/mtmp2pdf.tex
%doc %{_texmfdistdir}/doc/plain/metatex/mtpaper.pdf
%doc %{_texmfdistdir}/doc/plain/metatex/mtpaper/delay.mf
%doc %{_texmfdistdir}/doc/plain/metatex/mtpaper/diagram.tex
%doc %{_texmfdistdir}/doc/plain/metatex/mtpaper/frame.tex
%doc %{_texmfdistdir}/doc/plain/metatex/mtpaper/mtpaper.tex
%doc %{_texmfdistdir}/doc/plain/metatex/mtpaper/shadow.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-5
+ Revision: 7ae1c04
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15101 |14cu|texlive-mhequ-1.61-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mhequ
# catalog-date 2008-05-01 20:41:51 +0200
# catalog-license other-free
# catalog-version 1.61
Name:		texlive-mhequ
Version:	1.61
Release:	5
Summary:	Multicolumn equations, tags, labels, sub-numbering
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mhequ
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mhequ.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mhequ.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MHequ simplifies creating multi-column equation environments,
and tagging the equations therein. It supports sub-numbers of
blocks of equations (like (1.2a), (1.2b), etc) and references
to each equation individually (1.2a) or to the whole block
(1.2). The labels can be shown in draft mode. Comments in the
package itself describe usage.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mhequ/mhequ.sty
%doc %{_texmfdistdir}/doc/latex/mhequ/example.pdf
%doc %{_texmfdistdir}/doc/latex/mhequ/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.61-5
+ Revision: 758722c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15102 |14cu|texlive-midnight-20081109-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/midnight
# catalog-date 2008-11-09 11:56:27 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-midnight
Version:	20081109
Release:	5
Summary:	A set of useful macro tools
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/midnight
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/midnight.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/midnight.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Included are: - quire: making booklets, etc.; - gloss:
vertically align words in consecutive sentences; - loop: a
looping construct; - dolines: 'meta'-macros to separate
arguments by newlines; - labels: address labels and bulk mail
letters; - styledef: selectively input part of a file; and -
border: borders around boxes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/midnight/border.tex
%{_texmfdistdir}/tex/generic/midnight/dolines.tex
%{_texmfdistdir}/tex/generic/midnight/gloss.tex
%{_texmfdistdir}/tex/generic/midnight/labels.tex
%{_texmfdistdir}/tex/generic/midnight/loop.tex
%{_texmfdistdir}/tex/generic/midnight/quire.tex
%{_texmfdistdir}/tex/generic/midnight/styledef.tex
%doc %{_texmfdistdir}/doc/generic/midnight/README
%doc %{_texmfdistdir}/doc/generic/midnight/border.doc
%doc %{_texmfdistdir}/doc/generic/midnight/dolines.doc
%doc %{_texmfdistdir}/doc/generic/midnight/gloss.doc
%doc %{_texmfdistdir}/doc/generic/midnight/labels.doc
%doc %{_texmfdistdir}/doc/generic/midnight/loop.doc
%doc %{_texmfdistdir}/doc/generic/midnight/midnight.pdf
%doc %{_texmfdistdir}/doc/generic/midnight/quire.doc
%doc %{_texmfdistdir}/doc/generic/midnight/styledef.doc

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081109-5
+ Revision: 2f7117c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15103 |14cu|texlive-mkjobtexmf-0.8-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category Package
# catalog-ctan /support/mkjobtexmf
# catalog-date 2011-11-16 11:07:17 +0100
# catalog-license artistic
# catalog-version 0.8
Name:		texlive-mkjobtexmf
Version:	0.8
Release:	11
Summary:	Generate a texmf tree for a particular job
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/mkjobtexmf
License:	ARTISTIC
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mkjobtexmf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mkjobtexmf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mkjobtexmf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-mkjobtexmf.bin = %{EVRD}

%description
The package provides a Perl script, which runs a program and
tries to find the names of file used. Two methods are
available, option -recorder of (Web2C) TeX and the program
strace. Then it generates a directory with a texmf tree. It
checks the found files and tries sort them in this texmf tree.
The script may be used for archiving purposes or to speed up
later TeX runs.


#-----------------------------------------------------------------------
%files
%{_bindir}/mkjobtexmf
%{_texmfdistdir}/scripts/mkjobtexmf/mkjobtexmf.pl
%doc %{_texmfdistdir}/doc/generic/mkjobtexmf/README
%doc %{_texmfdistdir}/doc/generic/mkjobtexmf/clean-case.pl
%doc %{_texmfdistdir}/doc/generic/mkjobtexmf/mkjobtexmf.html
%doc %{_texmfdistdir}/doc/generic/mkjobtexmf/mkjobtexmf.ltx
%doc %{_texmfdistdir}/doc/generic/mkjobtexmf/mkjobtexmf.pdf
%doc %{_texmfdistdir}/doc/generic/mkjobtexmf/mkjobtexmf.txt
%doc %{_texmfdistdir}/doc/generic/mkjobtexmf/version.pl
%doc %{_mandir}/man1/mkjobtexmf.1*
%doc %{_texmfdistdir}/doc/man/man1/mkjobtexmf.man1.pdf
#- source
%doc %{_texmfdistdir}/source/generic/mkjobtexmf/Makefile.in
%doc %{_texmfdistdir}/source/generic/mkjobtexmf/configure
%doc %{_texmfdistdir}/source/generic/mkjobtexmf/configure.ac
%doc %{_texmfdistdir}/source/generic/mkjobtexmf/install-sh

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8-11
+ Revision: 6d72375
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15104 |14cu|texlive-mkpattern-1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/hyphenation/utils/mkpattern
# catalog-date 2008-08-22 16:39:18 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-mkpattern
Version:	1.2
Release:	5
Summary:	A utility for making hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/utils/mkpattern
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mkpattern.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mkpattern.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Mkpattern is a general purpose program for the generation of
hyphenation patterns, with definition of letter sets and
template-like constructions. It also provides an easy way to
handle different input and output encodings, and featgures
generation of clean UTF-8 patterns. The package was used for
the creation of the Galician patterns.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/mkpattern/mkpatter.tex
%doc %{_texmfdistdir}/doc/plain/mkpattern/README
%doc %{_texmfdistdir}/doc/plain/mkpattern/mkpatdoc.tex
%doc %{_texmfdistdir}/doc/plain/mkpattern/mkpatter.pdf
%doc %{_texmfdistdir}/doc/plain/mkpattern/mkpattern-exmpl.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-5
+ Revision: 87f52c7
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15105 |14cu|texlive-mnsymbol-1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/mnsymbol
# catalog-date 2008-08-22 15:19:59 +0200
# catalog-license pd
# catalog-version 1.4
Name:		texlive-mnsymbol
Version:	1.4
Release:	5
Summary:	Mathematical symbol font for Adobe MinionPro
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/mnsymbol
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mnsymbol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mnsymbol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mnsymbol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MnSymbol is a symbol font family, designed to be used in
conjunction with Adobe Minion Pro (via the MinionPro package).
Almost all of LaTeX and AMS mathematical symbols are provided;
remaining coverage is available from the MinionPro font with
the MinionPro package. The fonts are available in both MetaFont
and Adobe Type 1 formats, and a comprehensive support package
is provided. While the fonts were designed to fit with Minon
Pro, the design should fit well with other renaissance or
baroque faces: indeed, it will probably work with most fonts
that are neither too wide nor too thin, for example Palatino or
Times; it is known to look good with Sabon. There is no package
designed to configure its use with any font other than Minion
Pro, but (for example) simply loading mnsymbol after mathpazo
will probably do what is needed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/mnsymbol/MnSymbolA.enc
%{_texmfdistdir}/fonts/enc/dvips/mnsymbol/MnSymbolB.enc
%{_texmfdistdir}/fonts/enc/dvips/mnsymbol/MnSymbolC.enc
%{_texmfdistdir}/fonts/enc/dvips/mnsymbol/MnSymbolD.enc
%{_texmfdistdir}/fonts/enc/dvips/mnsymbol/MnSymbolE.enc
%{_texmfdistdir}/fonts/enc/dvips/mnsymbol/MnSymbolF.enc
%{_texmfdistdir}/fonts/enc/dvips/mnsymbol/MnSymbolS.enc
%{_texmfdistdir}/fonts/map/dvips/mnsymbol/MnSymbol.map
%{_texmfdistdir}/fonts/map/vtex/mnsymbol/MnSymbol.ali
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol-Bold10.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol-Bold12.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol-Bold5.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol-Bold6.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol-Bold7.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol-Bold8.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol-Bold9.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol10.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol12.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol5.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol6.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol7.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol8.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol9.otf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbol-Parameter.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Accent.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Arrows.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Base.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Delim.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Geometric.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Init.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Operators.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Order.mf
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA-Bold10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA-Bold12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA-Bold5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA-Bold6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA-Bold7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA-Bold8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA-Bold9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB-Bold10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB-Bold12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB-Bold5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB-Bold6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB-Bold7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB-Bold8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB-Bold9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC-Bold10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC-Bold12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC-Bold5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC-Bold6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC-Bold7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC-Bold8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC-Bold9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD-Bold10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD-Bold12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD-Bold5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD-Bold6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD-Bold7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD-Bold8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD-Bold9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE-Bold10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE-Bold12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE-Bold5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE-Bold6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE-Bold7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE-Bold8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE-Bold9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF-Bold10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF-Bold12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF-Bold5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF-Bold6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF-Bold7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF-Bold8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF-Bold9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS-Bold10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS-Bold12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS-Bold5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS-Bold6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS-Bold7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS-Bold8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS-Bold9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS9.tfm
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol-Bold10.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol-Bold12.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol-Bold5.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol-Bold6.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol-Bold7.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol-Bold8.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol-Bold9.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol10.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol12.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol5.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol6.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol7.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol8.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol9.pfb
%{_texmfdistdir}/tex/latex/mnsymbol/MnSymbol.sty
%doc %{_texmfdistdir}/doc/latex/mnsymbol/MnSymbol.pdf
%doc %{_texmfdistdir}/doc/latex/mnsymbol/README
#- source
%doc %{_texmfdistdir}/source/latex/mnsymbol/MnSymbol.drv
%doc %{_texmfdistdir}/source/latex/mnsymbol/MnSymbol.dtx
%doc %{_texmfdistdir}/source/latex/mnsymbol/MnSymbol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-5
+ Revision: 0e92151
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15106 |14cu|texlive-multibib-1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/multibib
# catalog-date 2008-12-10 20:42:30 +0100
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-multibib
Version:	1.4
Release:	5
Summary:	Multiple bibliographies within one document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multibib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Multibib the creation of references to multiple bibliographies
within one document. It thus provides complementary
functionality to packages like bibunits and chapterbib, which
allow the creation of one bibliography for multiple, but
different parts of the document. Multibib is compatible with
inlinebib, natbib, and koma-script.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/multibib/mbplain.bst
%{_texmfdistdir}/bibtex/bst/multibib/mbunsrtdin.bst
%{_texmfdistdir}/makeindex/multibib/mbgglo.ist
%{_texmfdistdir}/makeindex/multibib/mbgind.ist
%{_texmfdistdir}/tex/latex/multibib/multibib.sty
%doc %{_texmfdistdir}/doc/latex/multibib/README
%doc %{_texmfdistdir}/doc/latex/multibib/bibtexall
%doc %{_texmfdistdir}/doc/latex/multibib/multibib.pdf
#- source
%doc %{_texmfdistdir}/source/latex/multibib/multibib.dtx
%doc %{_texmfdistdir}/source/latex/multibib/multibib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-5
+ Revision: d75b3b7
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15107 |14cu|texlive-multibibliography-1.03-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30939
# category Package
# catalog-ctan /macros/latex/contrib/multibibliography
# catalog-date 2013-06-25 10:24:07 +0200
# catalog-license lppl1.3
# catalog-version 1.03
Name:		texlive-multibibliography
Version:	1.03
Release:	9
Summary:	Multiple versions of a bibliography, with different sort orders
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multibibliography
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibibliography.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibibliography.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibibliography.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-multibibliography.bin = %{EVRD}

%description
Conventional standards for bibliography styles impose a forced
choice between index and name/year citations, and corresponding
references. The package avoids this choice, by providing
alphabetic, sequenced, and even chronological orderings of
references. Inline citations, that integrate these
heterogeneous styles, are also supported (and work with other
bibliography packages).


#-----------------------------------------------------------------------
%files
%{_bindir}/multibibliography
%{_texmfdistdir}/bibtex/bst/multibibliography/chronological.bst
%{_texmfdistdir}/scripts/multibibliography/multibibliography.pl
%{_texmfdistdir}/tex/latex/multibibliography/multibibliography.sty
%doc %{_texmfdistdir}/doc/latex/multibibliography/Makefile
%doc %{_texmfdistdir}/doc/latex/multibibliography/README
%doc %{_texmfdistdir}/doc/latex/multibibliography/figure.pdf
%doc %{_texmfdistdir}/doc/latex/multibibliography/multibibliography.bib
%doc %{_texmfdistdir}/doc/latex/multibibliography/multibibliography.pdf
%doc %{_texmfdistdir}/doc/latex/multibibliography/tug-paper.pdf
%doc %{_texmfdistdir}/doc/latex/multibibliography/tug-paper.tex
%doc %{_texmfdistdir}/doc/latex/multibibliography/type.bib
#- source
%doc %{_texmfdistdir}/source/latex/multibibliography/multibibliography.dtx
%doc %{_texmfdistdir}/source/latex/multibibliography/multibibliography.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/multibibliography/multibibliography.pl multibibliography
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.03-9
+ Revision: 0a19cce
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15108 |14cu|texlive-multiobjective-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/multiobjective
# catalog-date 2008-09-09 11:27:07 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-multiobjective
Version:	1.0
Release:	5
Summary:	Symbols for multibojective optimisation etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multiobjective
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multiobjective.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multiobjective.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multiobjective.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a series of operators commonly used in
papers related to multiobjective optimisation, multiobjective
evolutionary algorithms, multicriteria decision making and
similar fields.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/multiobjective/multiobjective.sty
%doc %{_texmfdistdir}/doc/latex/multiobjective/README
%doc %{_texmfdistdir}/doc/latex/multiobjective/multiobjective.pdf
#- source
%doc %{_texmfdistdir}/source/latex/multiobjective/multiobjective.dtx
%doc %{_texmfdistdir}/source/latex/multiobjective/multiobjective.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 83a80a6
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15109 |14cu|texlive-munich-20070310-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/munich
# catalog-date 2007-03-10 12:18:05 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-munich
Version:	20070310
Release:	5
Summary:	An alternative authordate bibliography style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/munich
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/munich.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/munich.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Munich BibTeX style is produced with custom-bib, as a
German (and, more generally, Continental European) alternative
to such author-date styles as harvard and oxford.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/munich/munich.bst
%doc %{_texmfdistdir}/doc/latex/munich/README
%doc %{_texmfdistdir}/doc/latex/munich/documenation_munich_Bibtex_style.pdf
%doc %{_texmfdistdir}/doc/latex/munich/documenation_munich_Bibtex_style.tex
%doc %{_texmfdistdir}/doc/latex/munich/example_DB.bib
%doc %{_texmfdistdir}/doc/latex/munich/example_munich_Bibtex_style.pdf
%doc %{_texmfdistdir}/doc/latex/munich/example_munich_Bibtex_style.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070310-5
+ Revision: e8efcca
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15110 |14cu|texlive-natded-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32693
# category Package
# catalog-ctan /macros/latex/contrib/natded
# catalog-date 2014-01-16 17:47:37 +0100
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-natded
Version:	0.1
Release:	4
Summary:	Typeset natural deduction proofs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/natded
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/natded.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/natded.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to typeset proofs in the style
used by Jaskowski, or that of Kalish and Montague.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/natded/natded.sty
%doc %{_texmfdistdir}/doc/latex/natded/README.md
%doc %{_texmfdistdir}/doc/latex/natded/extended_doc.pdf
%doc %{_texmfdistdir}/doc/latex/natded/extended_doc.tex
%doc %{_texmfdistdir}/doc/latex/natded/natded.pdf
%doc %{_texmfdistdir}/doc/latex/natded/natded.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: bf0e818
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15111 |14cu|texlive-nath-20061222-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/nath
# catalog-date 2006-12-22 14:37:19 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-nath
Version:	20061222
Release:	5
Summary:	Natural mathematics notation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nath
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nath.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Nath is a LaTeX (both 2e and 2.09) style to separate
presentation and content in mathematical typography. The style
delivers a particular context-dependent presentation on the
basis of a rather coarse context-independent notation.
Highlighted features: depending on the context, the command
\frac produces either built-up or case or solidus fractions,
with parentheses added whenever required for preservation of
the mathematical meaning; delimiters adapt their size to the
material enclosed, rendering \left and \right almost obsolete.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nath/nath.sty
%doc %{_texmfdistdir}/doc/latex/nath/README
%doc %{_texmfdistdir}/doc/latex/nath/nathguide.pdf
%doc %{_texmfdistdir}/doc/latex/nath/nathguide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061222-5
+ Revision: 8c90676
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15112 |14cu|texlive-navigator-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21194
# category Package
# catalog-ctan /macros/generic/navigator
# catalog-date 2011-01-26 01:17:29 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-navigator
Version:	1.0
Release:	5
Summary:	PDF features across formats and engines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/navigator
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/navigator.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/navigator.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Navigator implements PDF features for all formats (with some
limitations in ConTeXt) with PDFTeX, LuaTeX and XeTeX (i.e.
xdvipdfmx). Features include: - Customizable outlines (i.e.
bookmarks); - Anchors; - Links and actions (e.g. JavaScript or
user-defined PDF actions); - File embedding (not in ConTeXt); -
Document information and PDF viewer's display (not in ConTeXt);
and - Commands to create and use raw PDF objects. Navigator
requires texapi and yax, both version at least 1.03.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/navigator/navigator.sty
%{_texmfdistdir}/tex/generic/navigator/navigator.tex
%{_texmfdistdir}/tex/generic/navigator/t-navigator.tex
%doc %{_texmfdistdir}/doc/generic/navigator/README
%doc %{_texmfdistdir}/doc/generic/navigator/navigator-doc.pdf
%doc %{_texmfdistdir}/doc/generic/navigator/navigator-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 0b5ca96
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15113 |14cu|texlive-newsletr-20061222-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/newsletr
# catalog-date 2006-12-22 19:14:47 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-newsletr
Version:	20061222
Release:	5
Summary:	Macros for making newsletters with Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/newsletr
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newsletr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newsletr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive newsletr package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/newsletr/newsletr.tex
%doc %{_texmfdistdir}/doc/plain/newsletr/italic.tex
%doc %{_texmfdistdir}/doc/plain/newsletr/lodriver.tex
%doc %{_texmfdistdir}/doc/plain/newsletr/losample.tex
%doc %{_texmfdistdir}/doc/plain/newsletr/newsletr.txt
%doc %{_texmfdistdir}/doc/plain/newsletr/newssamp.pdf
%doc %{_texmfdistdir}/doc/plain/newsletr/newssamp.tex
%doc %{_texmfdistdir}/doc/plain/newsletr/quote.tex
%doc %{_texmfdistdir}/doc/plain/newsletr/read.me
%doc %{_texmfdistdir}/doc/plain/newsletr/sample.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061222-5
+ Revision: 10cf3f1
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15114 |14cu|texlive-newtx-1.02-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27273
# category Package
# catalog-ctan /fonts/newtx
# catalog-date 2012-07-31 19:56:52 +0200
# catalog-license lppl
# catalog-version 1.02
Name:		texlive-newtx
Version:	1.02
Release:	5
Summary:	Alternative uses of the TX fonts, with improved metrics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/newtx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newtx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newtx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle splits txfonts.sty (from the TX fonts distribution)
into two independent packages, ntxtext.sty and ntxmath.sty,
each with fixes and enhancements. Ntxmath's metrics have been
re-evaluated to provide a less tight appearance, and to provide
a libertine option that substitutes Libertine italic and Greek
letter for the existing math italic and Greek glyphs, making a
mathematics package that matches Libertine text quite well.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/public/newtx/alt-mn-greek.enc
%{_texmfdistdir}/fonts/enc/public/newtx/libertinealt.enc
%{_texmfdistdir}/fonts/map/dvips/public/newtx/ntx.map
%{_texmfdistdir}/fonts/map/dvips/public/newtx/zmn.map
%{_texmfdistdir}/fonts/tfm/public/newtx/LibertineTheta-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlri-5alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlri-5letters.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlri-7alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlri-7letters.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlzi-5alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlzi-5letters.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlzi-7alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlzi-7letters.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlzi-jv.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlzi-jv5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlzi-jv7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbex.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbexa.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbexb.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbexmods.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbexv.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmi15.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmi17.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmial1.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmials.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbsy.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbsya.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxex.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxexa.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxexb.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxexmods.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxexv.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxmi.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxmi15.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxmi17.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxmia.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxsups.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxsy.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxsya.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlbmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlbmi15.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlbmi17.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlbmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlbmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlmi.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlmi15.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlmi17.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlmia.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlr-alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlri-alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlri-vw.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlri-vw5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlri-vw7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlz-alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlzi-alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlzi-vw.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlzi-vw5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlzi-vw7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rntxbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rntxbmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rntxbmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rntxmi.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rntxmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rntxmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rtxbmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rtxbmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rtxbmio.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rtxmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rtxmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rtxmio.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/t1xbij.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/t1xbj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/t1xbslj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/t1xij.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/t1xrj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/t1xslj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txbij.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txbj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txbslj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txbsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txbsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txij.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txrj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txslj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/tyxbij.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/tyxbj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/tyxbslj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/tyxij.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/tyxrj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/tyxslj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/zmn-vw-b.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/zmn-vw-r.tfm
%{_texmfdistdir}/fonts/type1/public/newtx/LibertineTheta-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlri-5letters.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlri-7letters.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlri-vw.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlri-vw5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlri-vw7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-5letters.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-7letters.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-jv.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-jv5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-jv7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-vw.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-vw5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-vw7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/ntxbexb.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/ntxbexmods.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/ntxexb.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/ntxexmods.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/ntxsups.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rntxbmi.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rntxbmi5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rntxbmi7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rntxmi.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rntxmi5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rntxmi7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rtxbmi5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rtxbmi7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rtxmi5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rtxmi7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/txbsy5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/txbsy7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/txsy5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/txsy7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/zmn-vw-b.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/zmn-vw-r.pfb
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbex.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbexa.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbexv.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbmi.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbmi1.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbmi15.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbmi17.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbmi5.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbmi7.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbmia.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbsy.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbsy5.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbsy7.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbsya.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbsyb.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbsyc.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxex.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxexa.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxexv.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxmi.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxmi1.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxmi15.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxmi17.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxmi5.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxmi7.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxmia.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxsy.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxsy5.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxsy7.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxsya.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxsyb.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxsyc.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlbmi.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlbmi1.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlbmi15.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlbmi17.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlbmi5.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlbmi7.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlbmia.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlmi.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlmi1.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlmi15.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlmi17.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlmi5.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlmi7.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlmia.vf
%{_texmfdistdir}/fonts/vf/public/newtx/t1xbij.vf
%{_texmfdistdir}/fonts/vf/public/newtx/t1xbj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/t1xbslj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/t1xij.vf
%{_texmfdistdir}/fonts/vf/public/newtx/t1xrj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/t1xslj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/txbij.vf
%{_texmfdistdir}/fonts/vf/public/newtx/txbj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/txbslj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/txij.vf
%{_texmfdistdir}/fonts/vf/public/newtx/txrj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/txslj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/tyxbij.vf
%{_texmfdistdir}/fonts/vf/public/newtx/tyxbj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/tyxbslj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/tyxij.vf
%{_texmfdistdir}/fonts/vf/public/newtx/tyxrj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/tyxslj.vf
%{_texmfdistdir}/tex/latex/newtx/ly1ntxr.fd
%{_texmfdistdir}/tex/latex/newtx/ly1ntxr1.fd
%{_texmfdistdir}/tex/latex/newtx/ly1ntxrj.fd
%{_texmfdistdir}/tex/latex/newtx/ly1ntxss.fd
%{_texmfdistdir}/tex/latex/newtx/ly1ntxtt.fd
%{_texmfdistdir}/tex/latex/newtx/newtxmath.sty
%{_texmfdistdir}/tex/latex/newtx/newtxtext.sty
%{_texmfdistdir}/tex/latex/newtx/omlntxmi.fd
%{_texmfdistdir}/tex/latex/newtx/omlnxlmi.fd
%{_texmfdistdir}/tex/latex/newtx/omlzmnmi.fd
%{_texmfdistdir}/tex/latex/newtx/omsntxsy.fd
%{_texmfdistdir}/tex/latex/newtx/omxntxex.fd
%{_texmfdistdir}/tex/latex/newtx/omxntxexv.fd
%{_texmfdistdir}/tex/latex/newtx/ot1ntxr.fd
%{_texmfdistdir}/tex/latex/newtx/ot1ntxr1.fd
%{_texmfdistdir}/tex/latex/newtx/ot1ntxrj.fd
%{_texmfdistdir}/tex/latex/newtx/ot1ntxss.fd
%{_texmfdistdir}/tex/latex/newtx/ot1ntxtt.fd
%{_texmfdistdir}/tex/latex/newtx/t1ntxr.fd
%{_texmfdistdir}/tex/latex/newtx/t1ntxr1.fd
%{_texmfdistdir}/tex/latex/newtx/t1ntxrj.fd
%{_texmfdistdir}/tex/latex/newtx/t1ntxss.fd
%{_texmfdistdir}/tex/latex/newtx/t1ntxtt.fd
%{_texmfdistdir}/tex/latex/newtx/ts1ntxr.fd
%{_texmfdistdir}/tex/latex/newtx/ts1ntxr1.fd
%{_texmfdistdir}/tex/latex/newtx/ts1ntxrj.fd
%{_texmfdistdir}/tex/latex/newtx/ts1ntxss.fd
%{_texmfdistdir}/tex/latex/newtx/ts1ntxtt.fd
%{_texmfdistdir}/tex/latex/newtx/untxexa.fd
%{_texmfdistdir}/tex/latex/newtx/untxmia.fd
%{_texmfdistdir}/tex/latex/newtx/untxsya.fd
%{_texmfdistdir}/tex/latex/newtx/untxsyb.fd
%{_texmfdistdir}/tex/latex/newtx/untxsyc.fd
%{_texmfdistdir}/tex/latex/newtx/untxtt.fd
%{_texmfdistdir}/tex/latex/newtx/uzmnmia.fd
%doc %{_texmfdistdir}/doc/fonts/newtx/README
%doc %{_texmfdistdir}/doc/fonts/newtx/implementation.pdf
%doc %{_texmfdistdir}/doc/fonts/newtx/implementation.tex
%doc %{_texmfdistdir}/doc/fonts/newtx/newtxdoc.pdf
%doc %{_texmfdistdir}/doc/fonts/newtx/newtxdoc.tex
%doc %{_texmfdistdir}/doc/fonts/newtx/sample-lib-crop.pdf
%doc %{_texmfdistdir}/doc/fonts/newtx/sample-libmtp-crop.pdf
%doc %{_texmfdistdir}/doc/fonts/newtx/sample-mtp-crop.pdf
%doc %{_texmfdistdir}/doc/fonts/newtx/sample-ntx-crop.pdf
%doc %{_texmfdistdir}/doc/fonts/newtx/sample-ptmx-crop.pdf
%doc %{_texmfdistdir}/doc/fonts/newtx/sample-tx-crop.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.02-5
+ Revision: 8d18c55
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15115 |14cu|texlive-nkarta-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16437
# category Package
# catalog-ctan /fonts/nkarta
# catalog-date 2009-12-20 19:35:44 +0100
# catalog-license pd
# catalog-version 0.2
Name:		texlive-nkarta
Version:	0.2
Release:	5
Summary:	A "new" version of the karta cartographic fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/nkarta
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nkarta.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nkarta.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nkarta.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A development of the karta font, offering more mathematical
stability in MetaFont. A version that will produce the glyphs
as Encapsulated PostScript, using MetaPost, is also provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/nkarta/nkarta.mf
%{_texmfdistdir}/fonts/source/public/nkarta/nkarta15.mf
%{_texmfdistdir}/fonts/source/public/nkarta/nkchars.mf
%{_texmfdistdir}/fonts/tfm/public/nkarta/nkarta15.tfm
%{_texmfdistdir}/metapost/nkarta/nkarta.mp
%{_texmfdistdir}/metapost/nkarta/nkchars.mp
%doc %{_texmfdistdir}/doc/fonts/nkarta/README
%doc %{_texmfdistdir}/doc/fonts/nkarta/figtable.pdf
%doc %{_texmfdistdir}/doc/fonts/nkarta/figtable.tex
%doc %{_texmfdistdir}/doc/fonts/nkarta/fonttable.pdf
%doc %{_texmfdistdir}/doc/fonts/nkarta/fonttable.tex
#- source
%doc %{_texmfdistdir}/source/latex/nkarta/nkarta.dtx
%doc %{_texmfdistdir}/source/latex/nkarta/nkarta.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts metapost doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-5
+ Revision: 502cb4a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15116 |14cu|texlive-notes2bib-2.0i-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27196
# category Package
# catalog-ctan /macros/latex/contrib/notes2bib
# catalog-date 2012-07-17 10:47:29 +0200
# catalog-license lppl
# catalog-version 2.0i
Name:		texlive-notes2bib
Version:	2.0i
Release:	4
Summary:	Integrating notes into the bibliography
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/notes2bib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notes2bib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notes2bib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notes2bib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a new type of note, bibnote, which will
always be added to the bibliography. The package allows
footnotes and endnotes to be moved into the bibliography in the
same way. The package can be used with natbib and biblatex as
well as plain LaTeX citations. Both sorted and unsorted
bibliography styles are supported. The package uses the LaTeX 3
macros and the associated xpackages bundle. It also makes use
of the e-TeX extensions (any post-2005 LaTeX distribution will
provide these by default, but users of older systems may need
to use an elatex command or equivalent). The package relies on
LaTeX 3 support from the l3kernel and l3packages bundles.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/notes2bib/notes2bib.sty
%doc %{_texmfdistdir}/doc/latex/notes2bib/README
%doc %{_texmfdistdir}/doc/latex/notes2bib/notes2bib.pdf
#- source
%doc %{_texmfdistdir}/source/latex/notes2bib/notes2bib.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0i-4
+ Revision: 522e314
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15117 |14cu|texlive-ocherokee-20070312-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25689
# category Package
# catalog-ctan /language/cherokee/ocherokee
# catalog-date 2007-03-12 00:37:02 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-ocherokee
Version:	20070312
Release:	6
Summary:	LaTeX Support for the Cherokee language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/cherokee/ocherokee
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocherokee.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocherokee.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros and Type 1 fonts for Typesetting the Cherokee language
with the Omega version of LaTeX (known as Lambda).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/ocherokee/Cherokee-Bold.afm
%{_texmfdistdir}/fonts/afm/public/ocherokee/Cherokee.afm
%{_texmfdistdir}/fonts/map/dvips/ocherokee/cherokee.map
%{_texmfdistdir}/fonts/ofm/public/ocherokee/OCherokee.ofm
%{_texmfdistdir}/fonts/ofm/public/ocherokee/OCherokeeb.ofm
%{_texmfdistdir}/fonts/ofm/public/ocherokee/OCherokeebo.ofm
%{_texmfdistdir}/fonts/ofm/public/ocherokee/OCherokeeo.ofm
%{_texmfdistdir}/fonts/ovf/public/ocherokee/OCherokee.ovf
%{_texmfdistdir}/fonts/ovf/public/ocherokee/OCherokeeb.ovf
%{_texmfdistdir}/fonts/ovf/public/ocherokee/OCherokeebo.ovf
%{_texmfdistdir}/fonts/ovf/public/ocherokee/OCherokeeo.ovf
%{_texmfdistdir}/fonts/ovp/public/ocherokee/OCherokee.ovp
%{_texmfdistdir}/fonts/ovp/public/ocherokee/OCherokeeb.ovp
%{_texmfdistdir}/fonts/ovp/public/ocherokee/OCherokeebo.ovp
%{_texmfdistdir}/fonts/ovp/public/ocherokee/OCherokeeo.ovp
%{_texmfdistdir}/fonts/tfm/public/ocherokee/Cherokee.tfm
%{_texmfdistdir}/fonts/tfm/public/ocherokee/Cherokeeb.tfm
%{_texmfdistdir}/fonts/tfm/public/ocherokee/Cherokeebo.tfm
%{_texmfdistdir}/fonts/tfm/public/ocherokee/Cherokeeo.tfm
%{_texmfdistdir}/fonts/type1/public/ocherokee/Cherokee-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/ocherokee/Cherokee.pfb
%{_texmfdistdir}/omega/ocp/ocherokee/cher2uni.ocp
%{_texmfdistdir}/omega/otp/ocherokee/cher2uni.otp
%{_texmfdistdir}/tex/lambda/ocherokee/lchcmr.fd
%{_texmfdistdir}/tex/lambda/ocherokee/lchenc.def
%{_texmfdistdir}/tex/lambda/ocherokee/ocherokee.sty
%doc %{_texmfdistdir}/doc/omega/ocherokee/READ.ME
%doc %{_texmfdistdir}/doc/omega/ocherokee/cherokee.pdf
%doc %{_texmfdistdir}/doc/omega/ocherokee/chief.tex
%doc %{_texmfdistdir}/doc/omega/ocherokee/proverb.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts omega tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070312-6
+ Revision: dd528ca
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15118 |14cu|texlive-ocr-b-20101224-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20852
# category Package
# catalog-ctan /fonts/ocr-b
# catalog-date 2010-12-24 15:25:32 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-ocr-b
Version:	20101224
Release:	5
Summary:	Fonts for OCR-B
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ocr-b
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MetaFont programs for OCR-B at several sizes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10e.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10f.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10g.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10l.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10s.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10x.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb5.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb6.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb7.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb8.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb9.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrbdef.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrbmac.mf
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb5.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb6.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb7.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb8.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb9.tfm
%doc %{_texmfdistdir}/doc/fonts/ocr-b/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101224-5
+ Revision: 77924c2
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15119 |14cu|texlive-ocr-b-outline-20110107-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20969
# category Package
# catalog-ctan /fonts/ocr-b-outline
# catalog-date 2011-01-07 10:11:51 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-ocr-b-outline
Version:	20110107
Release:	5
Summary:	OCR-B fonts in Type 1 and OpenType
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ocr-b-outline
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b-outline.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b-outline.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b-outline.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains OCR-B fonts in Type1 and OpenType formats.
They were generated from the MetaFont sources of the OCR-B
fonts. The metric files are not included here, so that original
ocr-b package should also be installed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/ocr-b-outline/ocrb.map
%{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb10.otf
%{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb5.otf
%{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb6.otf
%{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb7.otf
%{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb8.otf
%{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb9.otf
%{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb10.pfb
%{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb5.pfb
%{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb6.pfb
%{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb7.pfb
%{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb8.pfb
%{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb9.pfb
%doc %{_texmfdistdir}/doc/fonts/ocr-b-outline/README
%doc %{_texmfdistdir}/doc/fonts/ocr-b-outline/xe-test.tex
#- source
%doc %{_texmfdistdir}/source/fonts/ocr-b-outline/ocrb10.sfd
%doc %{_texmfdistdir}/source/fonts/ocr-b-outline/ocrb5.sfd
%doc %{_texmfdistdir}/source/fonts/ocr-b-outline/ocrb6.sfd
%doc %{_texmfdistdir}/source/fonts/ocr-b-outline/ocrb7.sfd
%doc %{_texmfdistdir}/source/fonts/ocr-b-outline/ocrb8.sfd
%doc %{_texmfdistdir}/source/fonts/ocr-b-outline/ocrb9.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110107-5
+ Revision: b88302f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15120 |14cu|texlive-ofs-20100212-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16991
# category Package
# catalog-ctan /macros/generic/ofs
# catalog-date 2010-02-12 21:26:56 +0100
# catalog-license knuth
# catalog-version undef
Name:		texlive-ofs
Version:	20100212
Release:	5
Summary:	Macros for managing large font collections
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/ofs
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ofs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ofs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
OFS (Olsak's Font System) is a set of Plain TeX and LaTeX
macros for managing large font collections; it has been used by
Czech/Slovak users for many years. Main features include: -
Mapping from long names of fonts to the metric file name. The
user can specify only exact long names in documents. - Support
for many font encodings. - Printing of catalogues of fonts and
test samples of font families; the interactive macro \showfonts
shows all font families you have installed via OFS. - The user
interface is the same for Plain TeX and for LaTeX, but the
implementation differs: the LaTeX variant of OFS uses NFSS, but
the Plain variant implements its own font management (which may
even be better than NFSS) - Support for math fonts including TX
fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/ofs/a117.tex
%{_texmfdistdir}/tex/generic/ofs/a35.sty
%{_texmfdistdir}/tex/generic/ofs/a35.tex
%{_texmfdistdir}/tex/generic/ofs/allfonts.sty
%{_texmfdistdir}/tex/generic/ofs/allfonts.tex
%{_texmfdistdir}/tex/generic/ofs/amsfn.tex
%{_texmfdistdir}/tex/generic/ofs/mtfn.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6a.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6c.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6k.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6s.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6t.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6x.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6y.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-8c.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-8t.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-8x.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-8z.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-ams.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-cm.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-mt.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-ps.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-px.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-slt.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-tx.tex
%{_texmfdistdir}/tex/generic/ofs/ofs.sty
%{_texmfdistdir}/tex/generic/ofs/ofs.tex
%{_texmfdistdir}/tex/generic/ofs/ofsdef.tex
%{_texmfdistdir}/tex/generic/ofs/pantyk.tex
%{_texmfdistdir}/tex/generic/ofs/txfn.tex
%doc %{_texmfdistdir}/doc/generic/ofs/changes.txt
%doc %{_texmfdistdir}/doc/generic/ofs/eurotex2003-ofs.pdf
%doc %{_texmfdistdir}/doc/generic/ofs/eurotex2003-ofs.tex
%doc %{_texmfdistdir}/doc/generic/ofs/ofs-slt.pdf
%doc %{_texmfdistdir}/doc/generic/ofs/ofsdoc-e.pdf
%doc %{_texmfdistdir}/doc/generic/ofs/ofsdoc-e.tex
%doc %{_texmfdistdir}/doc/generic/ofs/ofsdoc.pdf
%doc %{_texmfdistdir}/doc/generic/ofs/ofsdoc.tex
%doc %{_texmfdistdir}/doc/generic/ofs/ofsmtdef.tex
%doc %{_texmfdistdir}/doc/generic/ofs/ofstest.tex
%doc %{_texmfdistdir}/doc/generic/ofs/readme.ofs

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100212-5
+ Revision: 41e69d3
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15121 |14cu|texlive-ogham-20111219-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24876
# category Package
# catalog-ctan /fonts/ogham
# catalog-date 2011-12-19 12:56:45 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-ogham
Version:	20111219
Release:	5
Summary:	Fonts for typesetting Ogham script
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ogham
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ogham.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ogham.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The font provides the Ogham alphabet, which is found on a
number of Irish and Pictish carvings dating from the 4th
century AD. The font is distributed as Metafont source, which
has been patched (with the author's permission) for stability
at different output device resolutions. (Thanks are due to
Peter Flynn and Dan Luecking.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/ogham/ogham.mf
%{_texmfdistdir}/fonts/tfm/public/ogham/ogham.tfm
%doc %{_texmfdistdir}/doc/fonts/ogham/testfont.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111219-5
+ Revision: 3ee4976
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15122 |14cu|texlive-oinuit-20120616-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28668
# category Package
# catalog-ctan /language/inuktitut/oinuit
# catalog-date 2012-06-16 10:52:26 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-oinuit
Version:	20120616
Release:	8
Summary:	LaTeX Support for the Inuktitut Language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/inuktitut/oinuit
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oinuit.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oinuit.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oinuit.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a set of Lambda (Omega LaTeX) typesetting
tools for the Inuktitut language. Five different input methods
are supported and with the necessary fonts are also provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/oinuit/oinuit.map
%{_texmfdistdir}/fonts/ofm/public/oinuit/OInuit.ofm
%{_texmfdistdir}/fonts/ofm/public/oinuit/OInuitb.ofm
%{_texmfdistdir}/fonts/ofm/public/oinuit/OInuitbo.ofm
%{_texmfdistdir}/fonts/ofm/public/oinuit/OInuito.ofm
%{_texmfdistdir}/fonts/ovf/public/oinuit/OInuit.ovf
%{_texmfdistdir}/fonts/ovf/public/oinuit/OInuitb.ovf
%{_texmfdistdir}/fonts/ovf/public/oinuit/OInuitbo.ovf
%{_texmfdistdir}/fonts/ovf/public/oinuit/OInuito.ovf
%{_texmfdistdir}/fonts/tfm/public/oinuit/Inuit.tfm
%{_texmfdistdir}/fonts/tfm/public/oinuit/Inuitb.tfm
%{_texmfdistdir}/fonts/tfm/public/oinuit/Inuitbo.tfm
%{_texmfdistdir}/fonts/tfm/public/oinuit/Inuito.tfm
%{_texmfdistdir}/fonts/type1/public/oinuit/Inuit.pfb
%{_texmfdistdir}/fonts/type1/public/oinuit/Inuitb.pfb
%{_texmfdistdir}/fonts/type1/public/oinuit/Inuitbo.pfb
%{_texmfdistdir}/fonts/type1/public/oinuit/Inuito.pfb
%{_texmfdistdir}/fonts/type1/public/oinuit/cmssbxo10.pfb
%{_texmfdistdir}/omega/ocp/oinuit/Ninuit2uni.ocp
%{_texmfdistdir}/omega/ocp/oinuit/Qinuit2uni.ocp
%{_texmfdistdir}/omega/ocp/oinuit/inuitscii.ocp
%{_texmfdistdir}/omega/otp/oinuit/Ninuit2uni.otp
%{_texmfdistdir}/omega/otp/oinuit/Qinuit2uni.otp
%{_texmfdistdir}/omega/otp/oinuit/inuitscii.otp
%{_texmfdistdir}/tex/lambda/oinuit/litcmr.fd
%{_texmfdistdir}/tex/lambda/oinuit/litenc.def
%{_texmfdistdir}/tex/lambda/oinuit/oinuit.sty
%doc %{_texmfdistdir}/doc/fonts/oinuit/README.1ST
%doc %{_texmfdistdir}/doc/fonts/oinuit/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/oinuit/Table.eps
%doc %{_texmfdistdir}/doc/fonts/oinuit/book.tex
%doc %{_texmfdistdir}/doc/fonts/oinuit/inuit.tex
%doc %{_texmfdistdir}/doc/fonts/oinuit/taqtu.tex
#- source
%doc %{_texmfdistdir}/source/lambda/oinuit/oinuit.dtx
%doc %{_texmfdistdir}/source/lambda/oinuit/oinuit.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts omega tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120616-8
+ Revision: 2bc751c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15123 |14cu|texlive-oldlatin-1.00-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17932
# category Package
# catalog-ctan /fonts/gothic/oldlatin
# catalog-date 2010-04-29 07:59:03 +0200
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-oldlatin
Version:	1.00
Release:	5
Summary:	Compute Modern like font with long s
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/gothic/oldlatin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldlatin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldlatin.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Metafont sources modified from Computer Modern in order to
generate "long s" which was used in old text.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/oldlatin/olb10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx5.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx6.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx7.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbxsl10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oldunh10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olff10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olfib8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr10s.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr17.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr5.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr6.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr7.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsl10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsl12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsl8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsl9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsltt10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss17.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssbx10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssdc10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi17.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssq8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssqi8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oltt10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oltt12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oltt8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oltt9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olvtt10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oroman.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oromanl.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oromlig.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oromligs.mf
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olb10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oldunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olff10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr17.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr5.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr6.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr7.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss17.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oltt12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oltt8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oltt9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olvtt10.tfm
%doc %{_texmfdistdir}/doc/fonts/oldlatin/README
%doc %{_texmfdistdir}/doc/fonts/oldlatin/oldlatin.pdf
%doc %{_texmfdistdir}/doc/fonts/oldlatin/oldlatin.tex
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_alphabet.tex
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_all.pdf
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_all.tex
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_bf.pdf
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_bf.tex
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_rm.pdf
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_rm.tex
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_sl.pdf
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_sl.tex
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_ss.pdf
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_ss.tex
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_tt.pdf
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_tt.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00-5
+ Revision: c244bab
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15124 |14cu|texlive-oldstandard-2.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19512
# category Package
# catalog-ctan /fonts/oldstandard
# catalog-date 2010-07-10 11:28:49 +0200
# catalog-license ofl
# catalog-version 2.0.2
Name:		texlive-oldstandard
Version:	2.0.2
Release:	5
Summary:	Old Standard: A Unicode Font for Classical and Medieval Studies
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/oldstandard
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstandard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstandard.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstandard.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Old Standard is supposed to reproduce the actual printing style
of the early 20th century, reviving a specific type of Modern
(classicist) style of serif typefaces, very commonly used in
various editions of the late 19th and early 20th century, but
almost completely abandoned later. It supports typesetting of
Old and Middle English, Old Icelandic, Cyrillic (with
historical characters, extensions for Old Slavonic and
localised forms), Gothic transliterations, critical editions of
Classical Greek and Latin, and many more. Old Standard works
with TeX engines that directly support OpenType features, such
as XeTeX and LuaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/oldstandard/OldStandard-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/oldstandard/OldStandard-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/oldstandard/OldStandard-Regular.otf
%doc %{_texmfdistdir}/doc/fonts/oldstandard/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/oldstandard/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/oldstandard/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/oldstandard/README
%doc %{_texmfdistdir}/doc/fonts/oldstandard/didot-de.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/didot-fr.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/gendocs.sh
%doc %{_texmfdistdir}/doc/fonts/oldstandard/genfonts.sh
%doc %{_texmfdistdir}/doc/fonts/oldstandard/greek-contextual.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/oldstand-manual.pdf
%doc %{_texmfdistdir}/doc/fonts/oldstandard/oldstand-manual.tex
%doc %{_texmfdistdir}/doc/fonts/oldstandard/opentype.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/ost-generate.py
%doc %{_texmfdistdir}/doc/fonts/oldstandard/serbian.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/spadmin-add.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/spadmin.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/stand-su.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/teubner.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/truetype.png
#- source
%doc %{_texmfdistdir}/source/fonts/oldstandard/OldStandard-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/oldstandard/OldStandard-Italic.sfd
%doc %{_texmfdistdir}/source/fonts/oldstandard/OldStandard-Regular.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-5
+ Revision: 9a5c09d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15125 |14cu|texlive-opensans-1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24706
# category Package
# catalog-ctan /fonts/opensans
# catalog-date 2011-11-30 18:37:09 +0100
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-opensans
Version:	1.2
Release:	5
Summary:	The Open Sans font family, and LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/opensans
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opensans.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opensans.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opensans.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Open Sans is a humanist sans serif typeface designed by Steve
Matteson; the font is available from the Google Font Directory
as TrueType files licensed under the Apache License version
2.0. The package provides support for this font family in
LaTeX. It includes the original TrueType fonts, as well as Type
1 versions, converted for this package using FontForge for full
support with dvips.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Bold.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-CondLight.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-CondLightItalic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-ExtraBold.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-ExtraBoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Italic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Light.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-LightItalic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Regular.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Semibold.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-SemiboldItalic.afm
%{_texmfdistdir}/fonts/enc/dvips/opensans/opensans-01.enc
%{_texmfdistdir}/fonts/enc/dvips/opensans/opensans-02.enc
%{_texmfdistdir}/fonts/enc/dvips/opensans/opensans-03.enc
%{_texmfdistdir}/fonts/enc/dvips/opensans/opensans-04.enc
%{_texmfdistdir}/fonts/map/dvips/opensans/opensans.map
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-x2.tfm
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-BoldItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-CondLight.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-CondLightItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-ExtraBold.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-ExtraBoldItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Italic.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Light.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-LightItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Regular.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Semibold.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-SemiboldItalic.ttf
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-CondLight.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-CondLightItalic.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-ExtraBold.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-ExtraBoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Light.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-LightItalic.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Semibold.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-SemiboldItalic.pfb
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-x2.vf
%{_texmfdistdir}/tex/latex/opensans/lgrfos.fd
%{_texmfdistdir}/tex/latex/opensans/lgrfosj.fd
%{_texmfdistdir}/tex/latex/opensans/opensans.sty
%{_texmfdistdir}/tex/latex/opensans/ot1fos.fd
%{_texmfdistdir}/tex/latex/opensans/ot1fosj.fd
%{_texmfdistdir}/tex/latex/opensans/t1fos.fd
%{_texmfdistdir}/tex/latex/opensans/t1fosj.fd
%{_texmfdistdir}/tex/latex/opensans/t2afos.fd
%{_texmfdistdir}/tex/latex/opensans/t2afosj.fd
%{_texmfdistdir}/tex/latex/opensans/t2bfos.fd
%{_texmfdistdir}/tex/latex/opensans/t2bfosj.fd
%{_texmfdistdir}/tex/latex/opensans/t2cfos.fd
%{_texmfdistdir}/tex/latex/opensans/t2cfosj.fd
%{_texmfdistdir}/tex/latex/opensans/ts1fos.fd
%{_texmfdistdir}/tex/latex/opensans/ts1fosj.fd
%{_texmfdistdir}/tex/latex/opensans/x2fos.fd
%{_texmfdistdir}/tex/latex/opensans/x2fosj.fd
%doc %{_texmfdistdir}/doc/fonts/opensans/CHANGES
%doc %{_texmfdistdir}/doc/fonts/opensans/README
%doc %{_texmfdistdir}/doc/fonts/opensans/manifest.txt
%doc %{_texmfdistdir}/doc/fonts/opensans/opensans-samples.pdf
%doc %{_texmfdistdir}/doc/fonts/opensans/opensans-samples.tex
%doc %{_texmfdistdir}/doc/fonts/opensans/opensans.pdf
%doc %{_texmfdistdir}/doc/fonts/opensans/opensans.tex
#- source
%doc %{_texmfdistdir}/source/fonts/opensans/Makefile
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-01.etx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-02.etx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-03.etx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-04.etx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-drv.tex
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-fixcyrillic.mtx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-fixgreek.mtx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-fixlatin.mtx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-fixtextcomp.mtx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-map.tex
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-osfigures.etx
%doc %{_texmfdistdir}/source/fonts/opensans/ttf2type1.pe

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-5
+ Revision: 2ee4df4
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15126 |14cu|texlive-orkhun-20090422-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/orkhun
# catalog-date 2009-04-22 11:33:20 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-orkhun
Version:	20090422
Release:	5
Summary:	A font for orkhun script
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/orkhun
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/orkhun.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/orkhun.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The font covers an old Turkic script. It is provided as
MetaFont source.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/orkhun/orhant.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant11.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant14.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant16.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant20.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant25.mf
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant11.tfm
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant14.tfm
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant16.tfm
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant20.tfm
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant25.tfm
%doc %{_texmfdistdir}/doc/fonts/orkhun/README_Orkhun.txt
%doc %{_texmfdistdir}/doc/fonts/orkhun/rakhimov.pdf
%doc %{_texmfdistdir}/doc/fonts/orkhun/rakhimov.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090422-5
+ Revision: fbd41d5
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15127 |14cu|texlive-oscola-1.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31971
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/oscola
# catalog-date 2013-10-22 18:09:49 +0200
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-oscola
Version:	1.3
Release:	8
Summary:	BibLaTeX style for the Oxford Standard for the Citation of Legal Authorities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/oscola
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oscola.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oscola.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a set of style files for use with Biblatex
(v 2+) and Biber (v 1+) to produce citations and bibliographies
in accordance with the widely-used Oxford Standard for the
Citation of Legal Authorities. It also includes facilities for
constructing tables of cases and legislation from citations (in
conjunction with appropriate indexing packages).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/oscola/oscola.ist
%{_texmfdistdir}/tex/latex/oscola/english-oscola.lbx
%{_texmfdistdir}/tex/latex/oscola/oscola.bbx
%{_texmfdistdir}/tex/latex/oscola/oscola.cbx
%doc %{_texmfdistdir}/doc/latex/oscola/README
%doc %{_texmfdistdir}/doc/latex/oscola/oscola-examples.bib
%doc %{_texmfdistdir}/doc/latex/oscola/oscola.pdf
%doc %{_texmfdistdir}/doc/latex/oscola/oscola.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-8
+ Revision: 2cbdff7
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15128 |14cu|texlive-ot-tableau-20100414-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17829
# category Package
# catalog-ctan /macros/latex/contrib/ot-tableau
# catalog-date 2010-04-14 18:13:33 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-ot-tableau
Version:	20100414
Release:	5
Summary:	Optimality Theory tableaux in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ot-tableau
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ot-tableau.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ot-tableau.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes it easy to create beautiful optimality-
theoretic tableaux. The LaTeX source is visually very similar
to a formatted tableau, which makes working with the source
code painless (well, less painful). A variety of stylistic
variants are available to suit personal taste.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ot-tableau/ot-tableau.sty
%doc %{_texmfdistdir}/doc/latex/ot-tableau/README
%doc %{_texmfdistdir}/doc/latex/ot-tableau/ot-tableau.pdf
%doc %{_texmfdistdir}/doc/latex/ot-tableau/ot-tableau.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100414-5
+ Revision: 4949c6b
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15129 |14cu|texlive-oubraces-20110325-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21833
# category Package
# catalog-ctan /macros/latex/contrib/oubraces
# catalog-date 2011-03-25 11:24:40 +0100
# catalog-license noinfo
# catalog-version undef
Name:		texlive-oubraces
Version:	20110325
Release:	5
Summary:	Braces over and under a formula
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/oubraces
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oubraces.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oubraces.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a means to interleave \overbrace and \underbrace in
the same formula.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/oubraces/oubraces.sty
%doc %{_texmfdistdir}/doc/latex/oubraces/oubraces.pdf
%doc %{_texmfdistdir}/doc/latex/oubraces/oubraces.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110325-5
+ Revision: 4aca1a7
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15130 |14cu|texlive-pacioli-20110616-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24947
# category Package
# catalog-ctan /fonts/pacioli
# catalog-date 2011-06-16 21:20:53 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-pacioli
Version:	20110616
Release:	4
Summary:	Fonts designed by Fra Luca de Pacioli in 1497
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/pacioli
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pacioli.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pacioli.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pacioli.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pacioli was a c.15 mathematician, and his font was designed
according to 'the divine proportion'. The font is uppercase
letters together with punctuation and some analphabetics; no
lowercase or digits. The Metafont source is distributed in a
.dtx file, together with LaTeX support.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/pacioli/cpclig.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcpunct.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcr10.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcromanp.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcromanu.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcsl10.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpctitle.mf
%{_texmfdistdir}/fonts/tfm/public/pacioli/cpcr10.tfm
%{_texmfdistdir}/fonts/tfm/public/pacioli/cpcsl10.tfm
%{_texmfdistdir}/tex/latex/pacioli/ot1cpc.fd
%{_texmfdistdir}/tex/latex/pacioli/pacioli.sty
%{_texmfdistdir}/tex/latex/pacioli/t1cpc.fd
%doc %{_texmfdistdir}/doc/fonts/pacioli/README
%doc %{_texmfdistdir}/doc/fonts/pacioli/tryfont.ps
%doc %{_texmfdistdir}/doc/fonts/pacioli/tryfont.tex
#- source
%doc %{_texmfdistdir}/source/fonts/pacioli/pacioli.dtx
%doc %{_texmfdistdir}/source/fonts/pacioli/pacioli.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110616-4
+ Revision: fa69dcc
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15131 |14cu|texlive-paratype-20120604-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26866
# category Package
# catalog-ctan /fonts/paratype
# catalog-date 2012-06-04 14:38:41 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-paratype
Version:	20120604
Release:	4
Summary:	LaTeX support for free fonts by ParaType
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/paratype
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paratype.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paratype.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers LaTeX support for the fonts PT Sans, PT
Serif and PT Mono developed by ParaType for the project "Public
Types of Russian Federation", and released under an open user
license. The fonts themselves are provided in both the TrueType
and Type 1 formats, both created by ParaType). The fonts
provide encodings OT1, T1, IL2, TS1, T2* and X2. The package
provides a convenient replacement of the two packages ptsans
and ptserif.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTC55F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTC55F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTC75F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTC75F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTN57F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTN57F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTN77F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTN77F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS55F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS55F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS56F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS56F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS75F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS75F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS76F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS76F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF55F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF55F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF56F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF56F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF75F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF75F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF76F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF76F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTZ55F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTZ55F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTZ56F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTZ56F.inf
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_t1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_x2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_t1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_x2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_t1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_x2.enc
%{_texmfdistdir}/fonts/map/dvips/paratype/paratype-mixed.map
%{_texmfdistdir}/fonts/map/dvips/paratype/paratype-truetype.map
%{_texmfdistdir}/fonts/map/dvips/paratype/paratype-type1.map
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-il2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-il2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/truetype/paratype/ptmono/PTM55F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptmono/PTM75F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTC55F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTC75F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTN57F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTN77F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTS55F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTS56F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTS75F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTS76F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTF55F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTF56F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTF75F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTF76F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTZ55F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTZ56F.ttf
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTC55F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTC55F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTC75F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTC75F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTN57F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTN57F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTN77F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTN77F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS55F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS55F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS56F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS56F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS75F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS75F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS76F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS76F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF55F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF55F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF56F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF56F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF75F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF75F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF76F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF76F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTZ55F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTZ55F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTZ56F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTZ56F.pfm
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-il2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-il2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-x2.vf
%{_texmfdistdir}/tex/latex/paratype/IL2PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/PTMono.sty
%{_texmfdistdir}/tex/latex/paratype/PTSans.sty
%{_texmfdistdir}/tex/latex/paratype/PTSansCaption.sty
%{_texmfdistdir}/tex/latex/paratype/PTSansNarrow.sty
%{_texmfdistdir}/tex/latex/paratype/PTSerif.sty
%{_texmfdistdir}/tex/latex/paratype/PTSerifCaption.sty
%{_texmfdistdir}/tex/latex/paratype/T1PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/paratype.sty
%doc %{_texmfdistdir}/doc/fonts/paratype/CHANGELOG
%doc %{_texmfdistdir}/doc/fonts/paratype/OT_TT_Install_E.txt
%doc %{_texmfdistdir}/doc/fonts/paratype/OT_TT_Install_R.txt
%doc %{_texmfdistdir}/doc/fonts/paratype/PT_Free_Font_License_eng_1.3.txt
%doc %{_texmfdistdir}/doc/fonts/paratype/PT_Free_Font_License_rus_1.3.txt
%doc %{_texmfdistdir}/doc/fonts/paratype/README
%doc %{_texmfdistdir}/doc/fonts/paratype/manifest.txt
%doc %{_texmfdistdir}/doc/fonts/paratype/paratype-sample.pdf
%doc %{_texmfdistdir}/doc/fonts/paratype/paratype-sample.tex
%doc %{_texmfdistdir}/doc/fonts/paratype/paratype.pdf
%doc %{_texmfdistdir}/doc/fonts/paratype/paratype.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120604-4
+ Revision: 0bc5178
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15132 |14cu|texlive-pdfcrop-1.34-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/pdfcrop/pdfcrop.pl
# catalog-date 2012-04-18 16:26:37 +0200
# catalog-license lppl
# catalog-version 1.34
Name:		texlive-pdfcrop
Version:	1.34
Release:	5
Summary:	Crop PDF graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/pdfcrop/pdfcrop.pl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcrop.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcrop.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pdfcrop.bin = %{EVRD}

%description
A Perl script that can either trim pages of any whitespace
border, or trim them of a fixed border.


#-----------------------------------------------------------------------
%files
%{_bindir}/pdfcrop
%{_bindir}/rpdfcrop
%{_texmfdistdir}/scripts/pdfcrop/pdfcrop.pl
%doc %{_texmfdistdir}/doc/support/pdfcrop/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pdfcrop/pdfcrop.pl pdfcrop
    ln -sf pdfcrop rpdfcrop
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.34-5
+ Revision: 0aeb716
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15133 |14cu|texlive-pdfjam-2.02-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29752
# category Package
# catalog-ctan /support/pdfjam
# catalog-date 2012-06-17 01:47:14 +0200
# catalog-license gpl2
# catalog-version 2.02
Name:		texlive-pdfjam
Version:	2.02
Release:	11
Summary:	Shell scripts interfacing to pdfpages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/pdfjam
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfjam.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfjam.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pdfjam.bin = %{EVRD}
%rename pdfjam

%description
This is a collection of shell scripts which provide an
interface to the pdfpages LaTeX package. They do such jobs as
selecting pages, concatenating files, doing n-up formatting,
and so on.


#-----------------------------------------------------------------------
%files
%{_bindir}/pdf180
%{_bindir}/pdf270
%{_bindir}/pdf90
%{_bindir}/pdfbook
%{_bindir}/pdfflip
%{_bindir}/pdfjam
%{_bindir}/pdfjam-pocketmod
%{_bindir}/pdfjam-slides3up
%{_bindir}/pdfjam-slides6up
%{_bindir}/pdfjoin
%{_bindir}/pdfnup
%{_bindir}/pdfpun
%{_texmfdistdir}/scripts/pdfjam/pdf180
%{_texmfdistdir}/scripts/pdfjam/pdf270
%{_texmfdistdir}/scripts/pdfjam/pdf90
%{_texmfdistdir}/scripts/pdfjam/pdfbook
%{_texmfdistdir}/scripts/pdfjam/pdfflip
%{_texmfdistdir}/scripts/pdfjam/pdfjam
%{_texmfdistdir}/scripts/pdfjam/pdfjam-pocketmod
%{_texmfdistdir}/scripts/pdfjam/pdfjam-slides3up
%{_texmfdistdir}/scripts/pdfjam/pdfjam-slides6up
%{_texmfdistdir}/scripts/pdfjam/pdfjoin
%{_texmfdistdir}/scripts/pdfjam/pdfnup
%{_texmfdistdir}/scripts/pdfjam/pdfpun
%doc %{_mandir}/man1/pdf180.1*
%doc %{_texmfdistdir}/doc/man/man1/pdf180.man1.pdf
%doc %{_mandir}/man1/pdf270.1*
%doc %{_texmfdistdir}/doc/man/man1/pdf270.man1.pdf
%doc %{_mandir}/man1/pdf90.1*
%doc %{_texmfdistdir}/doc/man/man1/pdf90.man1.pdf
%doc %{_mandir}/man1/pdfbook.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfbook.man1.pdf
%doc %{_mandir}/man1/pdfflip.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfflip.man1.pdf
%doc %{_mandir}/man1/pdfjam-pocketmod.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfjam-pocketmod.man1.pdf
%doc %{_mandir}/man1/pdfjam-slides3up.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfjam-slides3up.man1.pdf
%doc %{_mandir}/man1/pdfjam-slides6up.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfjam-slides6up.man1.pdf
%doc %{_mandir}/man1/pdfjam.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfjam.man1.pdf
%doc %{_mandir}/man1/pdfjoin.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfjoin.man1.pdf
%doc %{_mandir}/man1/pdfnup.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfnup.man1.pdf
%doc %{_mandir}/man1/pdfpun.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfpun.man1.pdf
%doc %{_texmfdistdir}/doc/support/pdfjam/COPYING
%doc %{_texmfdistdir}/doc/support/pdfjam/PDFjam-README.html
%doc %{_texmfdistdir}/doc/support/pdfjam/VERSION
%doc %{_texmfdistdir}/doc/support/pdfjam/pdfdroplets.png
%doc %{_texmfdistdir}/doc/support/pdfjam/pdfjam.conf
%doc %{_texmfdistdir}/doc/support/pdfjam/tests.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdf180 pdf180
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdf270 pdf270
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdf90 pdf90
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfbook pdfbook
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfflip pdfflip
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfjam pdfjam
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfjam-pocketmod pdfjam-pocketmod
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfjam-slides3up pdfjam-slides3up
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfjam-slides6up pdfjam-slides6up
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfjoin pdfjoin
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfnup pdfnup
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfpun pdfpun
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.02-11
+ Revision: f30760c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15134 |14cu|texlive-pdf-trans-2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/pdf-trans
# catalog-date 2007-05-25 16:15:27 +0200
# catalog-license pd
# catalog-version 2.2
Name:		texlive-pdf-trans
Version:	2.2
Release:	5
Summary:	A set of macros for various transformations of TeX boxes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/pdf-trans
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf-trans.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf-trans.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
pdf-trans is a set of macros for various transformations of TeX
boxes (based on plain and pdfeTeX primitives). It was initially
inspired by trans.tex, remade to work with pdfTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pdf-trans/pdf-trans.tex
%doc %{_texmfdistdir}/doc/generic/pdf-trans/example.pdf
%doc %{_texmfdistdir}/doc/generic/pdf-trans/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-5
+ Revision: 7cc3cbc
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15135 |14cu|texlive-perception-20070224-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/perception
# catalog-date 2007-02-24 15:09:57 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-perception
Version:	20070224
Release:	5
Summary:	BibTeX style for the journal Perception
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/perception
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/perception.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/perception.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A product of custom-bib, provided simply to save others' time.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/perception/perception.bst
%doc %{_texmfdistdir}/doc/latex/perception/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070224-5
+ Revision: 94b0e40
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15136 |14cu|texlive-pfarrei-r36-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31934
# category Package
# catalog-ctan /macros/latex/contrib/pfarrei
# catalog-date 2013-10-17 11:02:38 +0200
# catalog-license lppl1.3
# catalog-version r36
Name:		texlive-pfarrei
Version:	r36
Release:	8
Summary:	LaTeX support of pastors' and priests' work
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pfarrei
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pfarrei.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pfarrei.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pfarrei.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pfarrei.bin = %{EVRD}

%description
In "Die TeXnische Komodie" (issue 1/2013) Christian Justen
described his use of LaTeX in his work as priest (similar
requirements may be encountered in the work of pastors and
other ministers of religion). One point was to arrange A5 pages
onto A4 landscape paper, either side-by-side or as a booklet.
Justen made two bash scripts for this job; the package provides
one texlua script for both requirements. (Note that file
a5toa4.tlu should have execute permissions in any
installation.).


#-----------------------------------------------------------------------
%files
%{_bindir}/a5toa4
%{_bindir}/pfarrei
%{_texmfdistdir}/scripts/pfarrei/a5toa4.tlu
%{_texmfdistdir}/scripts/pfarrei/pfarrei.tlu
%{_texmfdistdir}/tex/latex/pfarrei/a5toa4.tex
%{_texmfdistdir}/tex/latex/pfarrei/pfarrei.sty
%doc %{_texmfdistdir}/doc/latex/pfarrei/pfarrei.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pfarrei/README
%doc %{_texmfdistdir}/source/latex/pfarrei/pfarrei.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pfarrei/a5toa4.tlu a5toa4
    ln -sf %{_texmfdistdir}/scripts/pfarrei/pfarrei.tlu pfarrei
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> r36-8
+ Revision: f6a1f1b
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15137 |14cu|texlive-phaistos-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/archaic/phaistos
# catalog-date 2008-07-09 12:34:16 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-phaistos
Version:	1.0
Release:	5
Summary:	Disk of Phaistos font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/archaic/phaistos
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/phaistos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/phaistos.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/phaistos.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A font that contains all the symbols of the famous Disc of
Phaistos, together with a LaTeX package. The disc was 'printed'
by stamping the wet clay with some sort of punches, probably
around 1700 BCE. The font is available in Adobe Type 1 and
OpenType formats (the latter using the Unicode positions for
the symbols). There are those who believe that this Cretan
script was used to 'write' Greek (it is known, for example,
that the rather later Cretan Linear B script was used to write
Greek), but arguments for other languages have been presented.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/phaistos/phaistos.afm
%{_texmfdistdir}/fonts/map/dvips/phaistos/phaistos.map
%{_texmfdistdir}/fonts/opentype/public/phaistos/Phaistos.otf
%{_texmfdistdir}/fonts/tfm/public/phaistos/phaistos.tfm
%{_texmfdistdir}/fonts/type1/public/phaistos/phaistos.pfb
%{_texmfdistdir}/tex/latex/phaistos/phaistos.sty
%doc %{_texmfdistdir}/doc/fonts/phaistos/getglyphs
%doc %{_texmfdistdir}/doc/fonts/phaistos/glyphTable.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/phaistos/phaistos.dtx
%doc %{_texmfdistdir}/source/fonts/phaistos/phaistos.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: bbcee9f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15138 |14cu|texlive-phonetic-20110328-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21871
# category Package
# catalog-ctan /fonts/phonetic
# catalog-date 2011-03-28 22:21:58 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-phonetic
Version:	20110328
Release:	5
Summary:	MetaFont Phonetic fonts, based on Computer Modern
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/phonetic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/phonetic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/phonetic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts are based on Computer Modern, and specified in
MetaFont. Macros for the fonts' use are provided, both for
LaTeX 2.09 and for current LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/phonetic/cmph10.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmph5.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmph6.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmph7.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmph8.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmph9.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmphb10.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmphi10.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmphi7.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmphi8.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmphi9.mf
%{_texmfdistdir}/fonts/source/public/phonetic/local.mf
%{_texmfdistdir}/fonts/source/public/phonetic/phochar.mf
%{_texmfdistdir}/fonts/source/public/phonetic/phoital.mf
%{_texmfdistdir}/fonts/source/public/phonetic/phoitchar.mf
%{_texmfdistdir}/fonts/source/public/phonetic/phosym.mf
%{_texmfdistdir}/fonts/source/public/phonetic/symchar.mf
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmph10.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmph5.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmph6.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmph7.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmph8.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmph9.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmphb10.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmphi10.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmphi7.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmphi8.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmphi9.tfm
%{_texmfdistdir}/tex/latex/phonetic/Uphon.fd
%{_texmfdistdir}/tex/latex/phonetic/phonetic.sty
%doc %{_texmfdistdir}/doc/fonts/phonetic/Doc/209/phonetic-table.tex
%doc %{_texmfdistdir}/doc/fonts/phonetic/Doc/209/phonetic.sty
%doc %{_texmfdistdir}/doc/fonts/phonetic/Doc/README
%doc %{_texmfdistdir}/doc/fonts/phonetic/README
%doc %{_texmfdistdir}/doc/fonts/phonetic/makefile
%doc %{_texmfdistdir}/doc/fonts/phonetic/phonetic-table.pdf
%doc %{_texmfdistdir}/doc/fonts/phonetic/phonetic-table.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110328-5
+ Revision: 9d289a3
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15139 |14cu|texlive-pigpen-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/pigpen
# catalog-date 2008-12-10 19:58:48 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-pigpen
Version:	0.2
Release:	5
Summary:	A font for the pigpen (or masonic) cipher
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/pigpen
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pigpen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pigpen.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Pigpen cipher package provides the font and the necessary
wrappers (style file, etc.) in order to write Pigpen ciphers, a
simple substitution cipher. The package provides a font
(available both as MetaFont source, and as an Adobe Type 1
file), and macros for its use.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/pigpen/pigpen.map
%{_texmfdistdir}/fonts/source/public/pigpen/pigpen.mf
%{_texmfdistdir}/fonts/tfm/public/pigpen/pigpen.tfm
%{_texmfdistdir}/fonts/type1/public/pigpen/pigpen.pfa
%{_texmfdistdir}/tex/latex/pigpen/pigpen.sty
%{_texmfdistdir}/tex/latex/pigpen/pigpen.tex
%doc %{_texmfdistdir}/doc/latex/pigpen/README
%doc %{_texmfdistdir}/doc/latex/pigpen/pigpendoc.pdf
%doc %{_texmfdistdir}/doc/latex/pigpen/pigpendoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-5
+ Revision: 9498d16
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15140 |14cu|texlive-pitex-20111118-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24731
# category Package
# catalog-ctan /macros/plain/contrib/pitex
# catalog-date 2011-11-18 01:28:58 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-pitex
Version:	20111118
Release:	5
Summary:	Documentation macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/pitex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pitex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pitex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides macros that the author uses when writing
documentation (for example, that of the texapi and yax
packages). The tools could be used by anyone, but there is no
documentation, and the macros are subject to change without
notice.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/pitex/base.ptxlua
%{_texmfdistdir}/tex/plain/pitex/blocks.ptx
%{_texmfdistdir}/tex/plain/pitex/files.ptx
%{_texmfdistdir}/tex/plain/pitex/fonts.ptx
%{_texmfdistdir}/tex/plain/pitex/fonts.ptxlua
%{_texmfdistdir}/tex/plain/pitex/inserts.ptx
%{_texmfdistdir}/tex/plain/pitex/lua.ptx
%{_texmfdistdir}/tex/plain/pitex/output.ptx
%{_texmfdistdir}/tex/plain/pitex/pitex.tex
%{_texmfdistdir}/tex/plain/pitex/references.ptx
%{_texmfdistdir}/tex/plain/pitex/sections.ptx
%{_texmfdistdir}/tex/plain/pitex/verbatim.ptx
%doc %{_texmfdistdir}/doc/plain/pitex/README
%doc %{_texmfdistdir}/doc/plain/pitex/foundry-settings.lua
%doc %{_texmfdistdir}/doc/plain/pitex/i-pitex.lua
%doc %{_texmfdistdir}/doc/plain/pitex/pitex-doc.pdf
%doc %{_texmfdistdir}/doc/plain/pitex/pitex-doc.tex
%doc %{_texmfdistdir}/doc/plain/pitex/pitex-doc.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111118-5
+ Revision: 2f830e3
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15141 |14cu|texlive-pkfix-1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26032
# category Package
# catalog-ctan /support/pkfix/pkfix.pl
# catalog-date 2012-04-18 16:26:37 +0200
# catalog-license lppl1.3
# catalog-version 1.7
Name:		texlive-pkfix
Version:	1.7
Release:	4
Summary:	Replace pk fonts in PostScript with Type 1 fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/pkfix/pkfix.pl
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkfix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkfix.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pkfix.bin = %{EVRD}

%description
The perl script pkfix looks for DVIPSBitmapFont comments in
PostScript files, generated by 'not too old' dvips, and
replaces them by type 1 versions of the fonts, if possible.


#-----------------------------------------------------------------------
%files
%{_bindir}/pkfix
%{_texmfdistdir}/scripts/pkfix/pkfix.pl
%doc %{_texmfdistdir}/doc/support/pkfix/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pkfix/pkfix.pl pkfix
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7-4
+ Revision: 81bfc6a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15142 |14cu|texlive-pkfix-helper-1.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category Package
# catalog-ctan /support/pkfix-helper
# catalog-date 2012-06-08 16:04:26 +0200
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-pkfix-helper
Version:	1.4
Release:	10
Summary:	Make PostScript files accessible to pkfix
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/pkfix-helper
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkfix-helper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkfix-helper.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pkfix-helper.bin = %{EVRD}

%description
Pkfix is a useful utility for replacing resolution-dependent
bitmapped fonts in a dvips-produced PostScript file with the
corresponding resolution-independent vector fonts.
Unfortunately, pkfix needs to parse certain PostScript comments
that appear only in files produced by dvips versions later than
5.58 (ca. 1996); it fails to work on PostScript files produced
by older versions of dvips. Pkfix-helper is a program that
attempts to insert newer-dvips comments into an older-dvips
PostScript file, thereby making the file suitable for
processing by pkfix. pkfix-helper can sometimes process
documents fully autonomously but does require the user to
verify and, if needed, correct its decisions.


#-----------------------------------------------------------------------
%files
%{_bindir}/pkfix-helper
%{_texmfdistdir}/scripts/pkfix-helper/pkfix-helper
%doc %{_mandir}/man1/pkfix-helper.1*
%doc %{_texmfdistdir}/doc/man/man1/pkfix-helper.man1.pdf
%doc %{_texmfdistdir}/doc/support/pkfix-helper/README
%doc %{_texmfdistdir}/doc/support/pkfix-helper/encoding-samples.pdf
%doc %{_texmfdistdir}/doc/support/pkfix-helper/encoding-samples.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pkfix-helper/pkfix-helper pkfix-helper
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-10
+ Revision: 46b52d2
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15143 |14cu|texlive-placeins-plain-2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/misc/placeins.tex
# catalog-date 2009-11-10 09:15:37 +0100
# catalog-license pd
# catalog-version 2.0
Name:		texlive-placeins-plain
Version:	2.0
Release:	5
Summary:	Insertions that keep their place
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/misc/placeins.tex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/placeins-plain.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This TeX file provides various mechanisms (for plain TeX and
close relatives) to let insertions (footnotes, topins, pageins,
etc.) float within their appropriate section, but to prevent
them from intruding into the following section, even when
sections do not normally begin a new page. (If your sections
normally begin a new page, just use \supereject to flush out
insertions.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/placeins-plain/placeins.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-5
+ Revision: b71c3e8
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15144 |14cu|texlive-plainpkg-20131018-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27765
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-plainpkg
Version:	20131018
Release:	8
Summary:	TeXLive plainpkg package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plainpkg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plainpkg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plainpkg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive plainpkg package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/plainpkg/plainpkg.tex
%doc %{_texmfdistdir}/doc/generic/plainpkg/README
%doc %{_texmfdistdir}/doc/generic/plainpkg/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/generic/plainpkg/plainpkg-doc.pdf
#- source
%doc %{_texmfdistdir}/source/generic/plainpkg/plainpkg-doc.tex
%doc %{_texmfdistdir}/source/generic/plainpkg/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131018-8
+ Revision: 3bc0e66
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15145 |14cu|texlive-plipsum-4.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30353
# category Package
# catalog-ctan /macros/plain/contrib/plipsum
# catalog-date 2013-05-09 11:57:32 +0200
# catalog-license lppl
# catalog-version 4.3
Name:		texlive-plipsum
Version:	4.3
Release:	8
Summary:	'Lorem ipsum' for Plain TeX developers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/plipsum
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plipsum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plipsum.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a paragraph generator designed for use in
Plain TeX documents. The paragraphs generated contain many 'f-
groups' (ff, fl etc.) so the text can act as a test of the
ligatures of the font in use.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/plipsum/plipsum.tex
%doc %{_texmfdistdir}/doc/plain/plipsum/README
%doc %{_texmfdistdir}/doc/plain/plipsum/compile.sh
%doc %{_texmfdistdir}/doc/plain/plipsum/plipsum-doc.pdf
%doc %{_texmfdistdir}/doc/plain/plipsum/plipsum.nw
%doc %{_texmfdistdir}/doc/plain/plipsum/pliptest.tex
%doc %{_texmfdistdir}/doc/plain/plipsum/stripc

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.3-8
+ Revision: b1eaf08
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15146 |14cu|texlive-plnfss-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/plnfss
# catalog-date 2008-05-21 10:21:02 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-plnfss
Version:	1.1
Release:	5
Summary:	Font selection for Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/plnfss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plnfss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plnfss.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Plnfss is a set of macros to provide easy font access (somewhat
similar to NFSS but with some limitations) with Plain TeX.
Plnfss can automatically make use of PSNFSS fd files, i.e.,
when an Adobe Type 1 is used the relevant fd file will be
loaded automatically. For cmr-like fonts (ec, vnr, csr or plr
fonts), a special format called pfd (plain fd) is required and
must be loaded manually. See ot1cmr.pfd for further
information.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/plnfss/MIKmathf.tex
%{_texmfdistdir}/tex/plain/plnfss/ams.pfd
%{_texmfdistdir}/tex/plain/plnfss/il2cm.pfd
%{_texmfdistdir}/tex/plain/plnfss/il2cmr.pfd
%{_texmfdistdir}/tex/plain/plnfss/ly1lm.pfd
%{_texmfdistdir}/tex/plain/plnfss/ot1cm.pfd
%{_texmfdistdir}/tex/plain/plnfss/ot1cmr.pfd
%{_texmfdistdir}/tex/plain/plnfss/ot4cm.pfd
%{_texmfdistdir}/tex/plain/plnfss/plnfss.tex
%{_texmfdistdir}/tex/plain/plnfss/qxlm.pfd
%{_texmfdistdir}/tex/plain/plnfss/t1lm.pfd
%{_texmfdistdir}/tex/plain/plnfss/t5cm.pfd
%{_texmfdistdir}/tex/plain/plnfss/t5cmr.pfd
%{_texmfdistdir}/tex/plain/plnfss/t5lm.pfd
%{_texmfdistdir}/tex/plain/plnfss/ts1lm.pfd
%doc %{_texmfdistdir}/doc/plain/plnfss/LPPL.txt
%doc %{_texmfdistdir}/doc/plain/plnfss/plnfss.txt
%doc %{_texmfdistdir}/doc/plain/plnfss/test-plnfss.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-5
+ Revision: 0220d7e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15147 |14cu|texlive-plstmary-0.5c-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31088
# category Package
# catalog-ctan /macros/plain/contrib/plstmary
# catalog-date 2013-07-03 23:04:38 +0200
# catalog-license pd
# catalog-version 0.5c
Name:		texlive-plstmary
Version:	0.5c
Release:	8
Summary:	St. Mary's Road font support for plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/plstmary
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plstmary.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plstmary.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to produce all the symbols of the
St Mary's Road fonts, in a Plain TeX environment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/plstmary/stmary.tex
%doc %{_texmfdistdir}/doc/plain/plstmary/README
%doc %{_texmfdistdir}/doc/plain/plstmary/plstmary-doc.pdf
%doc %{_texmfdistdir}/doc/plain/plstmary/plstmary-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5c-8
+ Revision: ea36dcc
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15148 |14cu|texlive-pnas2009-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16287
# category Package
# catalog-ctan /biblio/bibtex/contrib/misc/pnas2009.bst
# catalog-date 2009-12-06 09:16:45 +0100
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-pnas2009
Version:	1.0
Release:	5
Summary:	Bibtex style for PNAS
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/misc/pnas2009.bst
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pnas2009.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This style produces bibliographies in the format of
"Proceedings of the National Academy of Sciences, USA". The
style was derived from the standard unsrt.bst and adapted to
the new (2009) formatting rules.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/pnas2009/pnas2009.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 560871a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15149 |14cu|texlive-present-2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25953
# category Package
# catalog-ctan /macros/plain/contrib/present
# catalog-date 2012-04-12 21:32:25 +0200
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-present
Version:	2.2
Release:	4
Summary:	Presentations with Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/present
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/present.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/present.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a collection of simple macros for preparing
presentations in Plain TeX. Slide colour and text colour may be
set, links between parts of the presentation, to other files,
and to web addresses may be inserted. Images may be included
easily, and code is available to provide transition effects
between slides or frames. The structure of the macros is not
overly complex, so that users should find it easy to adapt the
macros to their specific needs.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/present/present.tex
%doc %{_texmfdistdir}/doc/plain/present/HowToTalkTeX.pdf
%doc %{_texmfdistdir}/doc/plain/present/HowToTalkTeX.tex
%doc %{_texmfdistdir}/doc/plain/present/Pfeil1.pdf
%doc %{_texmfdistdir}/doc/plain/present/Pfeil2.pdf
%doc %{_texmfdistdir}/doc/plain/present/Pfeil3.pdf
%doc %{_texmfdistdir}/doc/plain/present/Pfeil4.pdf
%doc %{_texmfdistdir}/doc/plain/present/README
%doc %{_texmfdistdir}/doc/plain/present/Sagnac.pdf
%doc %{_texmfdistdir}/doc/plain/present/Stern.png
%doc %{_texmfdistdir}/doc/plain/present/background.png
%doc %{_texmfdistdir}/doc/plain/present/present-transitions.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-4
+ Revision: a95a1af
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15150 |14cu|texlive-proba-20090602-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/proba
# catalog-date 2009-06-02 14:48:32 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-proba
Version:	20090602
Release:	5
Summary:	Shortcuts commands to symbols used in probability texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/proba
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/proba.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/proba.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/proba.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package includes some of the most often used commands in
probability texts, e.g. probability, expectation, variance,
etc. It also includes some short commands for set (blackboard)
or filtrations (calligraphic). It requires LaTeX2e and the
amsfonts package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/proba/proba.sty
%doc %{_texmfdistdir}/doc/latex/proba/README
%doc %{_texmfdistdir}/doc/latex/proba/proba.pdf
#- source
%doc %{_texmfdistdir}/source/latex/proba/proba.dtx
%doc %{_texmfdistdir}/source/latex/proba/proba.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090602-5
+ Revision: 02b9b55
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15151 |14cu|texlive-prodint-20110330-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21893
# category Package
# catalog-ctan /fonts/prodint
# catalog-date 2011-03-30 12:07:52 +0200
# catalog-license ofl
# catalog-version undef
Name:		texlive-prodint
Version:	20110330
Release:	5
Summary:	A font that provides the product integral symbol
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/prodint
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prodint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prodint.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Product integrals are to products, as integrals are to sums.
They have been around for more than a hundred years, they have
not become part of the standard toolbox, possibly because no-
one invented the right mathematical symbol for them. The
authors remedied that situation by proposing the symbol and
providing this font.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/prodint/prodint.afm
%{_texmfdistdir}/fonts/map/dvips/prodint/prodint.map
%{_texmfdistdir}/fonts/tfm/public/prodint/prodint.tfm
%{_texmfdistdir}/fonts/type1/public/prodint/prodint.pfb
%{_texmfdistdir}/tex/latex/prodint/prodint.sty
%doc %{_texmfdistdir}/doc/fonts/prodint/README
%doc %{_texmfdistdir}/doc/fonts/prodint/config.prodint
%doc %{_texmfdistdir}/doc/fonts/prodint/prodint.bma
%doc %{_texmfdistdir}/doc/fonts/prodint/prodint.mt1
%doc %{_texmfdistdir}/doc/fonts/prodint/prodint.pdf
%doc %{_texmfdistdir}/doc/fonts/prodint/prodint.pfa
%doc %{_texmfdistdir}/doc/fonts/prodint/prodint.sit.hqx
%doc %{_texmfdistdir}/doc/fonts/prodint/prodint.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110330-5
+ Revision: 9510b00
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15152 |14cu|texlive-psafm-20111104-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-psafm
Version:	20111104
Release:	5
Summary:	TeXLive psafm package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psafm.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive psafm package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/itc/psafm/stonesan/is8b8a.afm
%{_texmfdistdir}/fonts/afm/itc/psafm/stonesan/is8bi8a.afm
%{_texmfdistdir}/fonts/afm/itc/psafm/stonesan/is8r8a.afm
%{_texmfdistdir}/fonts/afm/itc/psafm/stonesan/is8ri8a.afm
%{_texmfdistdir}/fonts/afm/itc/psafm/stonesan/is8s8a.afm
%{_texmfdistdir}/fonts/afm/itc/psafm/stonesan/is8si8a.afm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-5
+ Revision: 008dc25
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15153 |14cu|texlive-psizzl-0.35-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/psizzl
# catalog-date 2006-12-03 01:48:16 +0100
# catalog-license lppl
# catalog-version 0.35
Name:		texlive-psizzl
Version:	0.35
Release:	5
Summary:	A TeX format for physics papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/psizzl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psizzl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psizzl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psizzl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
PSIZZL is a TeX format for physics papers written at SLAC and
used at several other places. It dates from rather early in the
development of TeX82; as a result, some of the descriptions of
limitations look rather quaint to modern eyes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/psizzl/base/chapters.Psizzl
%{_texmfdistdir}/tex/psizzl/base/citation.Psizzl
%{_texmfdistdir}/tex/psizzl/base/fontdefs.Psizzl
%{_texmfdistdir}/tex/psizzl/base/index.Psizzl
%{_texmfdistdir}/tex/psizzl/base/institut.Psizzl
%{_texmfdistdir}/tex/psizzl/base/letter.Psizzl
%{_texmfdistdir}/tex/psizzl/base/lists.Psizzl
%{_texmfdistdir}/tex/psizzl/base/macros.Psizzl
%{_texmfdistdir}/tex/psizzl/base/memo.Psizzl
%{_texmfdistdir}/tex/psizzl/base/mypsizzl.tex
%{_texmfdistdir}/tex/psizzl/base/options.Psizzl
%{_texmfdistdir}/tex/psizzl/base/output.Psizzl
%{_texmfdistdir}/tex/psizzl/base/picture.Psizzl
%{_texmfdistdir}/tex/psizzl/base/psizzl.tex
%{_texmfdistdir}/tex/psizzl/base/publicat.Psizzl
%{_texmfdistdir}/tex/psizzl/base/symbols.Psizzl
%{_texmfdistdir}/tex/psizzl/base/thesis.Psizzl
%{_texmfdistdir}/tex/psizzl/config/psizzl.ini
%doc %{_texmfdistdir}/doc/otherformats/psizzl/base/psizzl.commands
%doc %{_texmfdistdir}/doc/otherformats/psizzl/base/psizzl.doc
#- source
%doc %{_texmfdistdir}/source/psizzl/base/aaaread.me

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.35-5
+ Revision: 4745e86
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15154 |14cu|texlive-punk-20081130-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan /fonts/punk
# catalog-date 2008-11-30 13:31:17 +0100
# catalog-license knuth
# catalog-version undef
Name:		texlive-punk
Version:	20081130
Release:	5
Summary:	Donald Knuth's punk font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/punk
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/punk.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A response to the assertion in a lecture that "typography tends
to lag behind other stylistic changes by about 10 years". Knuth
felt it was (in 1988) time to design a replacement for his
designs of the 1970s, and came up with this font! The fonts are
distributed as MetaFont source. The package offers LaTeX
support by Rohit Grover, from an original by Sebastian Rahtz,
which is slightly odd in claiming that the fonts are T1-
encoded. A (possibly) more rational support package is to be
found in punk-latex.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/punk/punk.mf
%{_texmfdistdir}/fonts/source/public/punk/punk10.mf
%{_texmfdistdir}/fonts/source/public/punk/punk12.mf
%{_texmfdistdir}/fonts/source/public/punk/punk20.mf
%{_texmfdistdir}/fonts/source/public/punk/punka.mf
%{_texmfdistdir}/fonts/source/public/punk/punkae.mf
%{_texmfdistdir}/fonts/source/public/punk/punkbx20.mf
%{_texmfdistdir}/fonts/source/public/punk/punkd.mf
%{_texmfdistdir}/fonts/source/public/punk/punkg.mf
%{_texmfdistdir}/fonts/source/public/punk/punkl.mf
%{_texmfdistdir}/fonts/source/public/punk/punkp.mf
%{_texmfdistdir}/fonts/source/public/punk/punksl.mf
%{_texmfdistdir}/fonts/source/public/punk/punksl20.mf
%{_texmfdistdir}/fonts/tfm/public/punk/punk10.tfm
%{_texmfdistdir}/fonts/tfm/public/punk/punk12.tfm
%{_texmfdistdir}/fonts/tfm/public/punk/punk20.tfm
%{_texmfdistdir}/fonts/tfm/public/punk/punkbx20.tfm
%{_texmfdistdir}/fonts/tfm/public/punk/punksl20.tfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081130-5
+ Revision: d58a80d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15155 |14cu|texlive-punknova-1.003-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24649
# category Package
# catalog-ctan /fonts/punknova
# catalog-date 2011-11-23 11:34:47 +0100
# catalog-license other-free
# catalog-version 1.003
Name:		texlive-punknova
Version:	1.003
Release:	5
Summary:	OpenType version of Knuth's Punk font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/punknova
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/punknova.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/punknova.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The font was generated from a MetaPost version of the sources
of the 'original' punk font. Knuth's original fonts generated
different shapes at random. This isn't actually possible in an
OpenType font; rather, the font contains several variants of
each glyph, and uses the OpenType randomize function to select
a variant for each invocation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-bold.otf
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-boldslanted.otf
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-regular.otf
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-slanted.otf
%doc %{_texmfdistdir}/doc/fonts/punknova/Makefile
%doc %{_texmfdistdir}/doc/fonts/punknova/NEWS
%doc %{_texmfdistdir}/doc/fonts/punknova/README
%doc %{_texmfdistdir}/doc/fonts/punknova/documentation/documentation-sources/sample.tex
%doc %{_texmfdistdir}/doc/fonts/punknova/documentation/sample.pdf
%doc %{_texmfdistdir}/doc/fonts/punknova/source/punkfont-bold.mp
%doc %{_texmfdistdir}/doc/fonts/punknova/source/punkfont-boldslanted.mp
%doc %{_texmfdistdir}/doc/fonts/punknova/source/punkfont-regular.mp
%doc %{_texmfdistdir}/doc/fonts/punknova/source/punkfont-slanted.mp
%doc %{_texmfdistdir}/doc/fonts/punknova/tools/build.py

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.003-5
+ Revision: 59f1618
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15156 |14cu|texlive-purifyeps-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category Package
# catalog-ctan /support/purifyeps
# catalog-date 2012-05-07 16:41:43 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-purifyeps
Version:	1.1
Release:	8
Summary:	Make EPS work with both LaTeX/dvips and pdfLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/purifyeps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/purifyeps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/purifyeps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-purifyeps.bin = %{EVRD}

%description
While pdfLaTeX has a number of nice features, its primary
shortcoming relative to standard LaTeX+dvips is that it is
unable to read ordinary Encapsulated PostScript (EPS) files,
the most common graphics format in the LaTeX world. Purifyeps
converts EPS files into a 'purified' form that can be read by
both LaTeX+dvips and pdfLaTeX. The trick is that the standard
LaTeX2e graphics packages can parse MetaPost-produced EPS
directly. Hence, purifyeps need only convert an arbitrary EPS
file into the same stylized format that MetaPost outputs.


#-----------------------------------------------------------------------
%files
%{_bindir}/purifyeps
%{_texmfdistdir}/scripts/purifyeps/purifyeps
%doc %{_mandir}/man1/purifyeps.1*
%doc %{_texmfdistdir}/doc/man/man1/purifyeps.man1.pdf
%doc %{_texmfdistdir}/doc/support/purifyeps/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/purifyeps/purifyeps purifyeps
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-8
+ Revision: 8219f75
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15157 |14cu|texlive-pxtxalfa-1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23682
# category Package
# catalog-ctan /fonts/pxtxalfa
# catalog-date 2011-08-23 14:32:14 +0200
# catalog-license lppl
# catalog-version 1
Name:		texlive-pxtxalfa
Version:	1
Release:	5
Summary:	Virtual maths alphabets based on pxfonts and txfonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/pxtxalfa
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxtxalfa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxtxalfa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides virtual math alphabets based on pxfonts
and txfonts, with LaTeX support files and adjusted metrics. The
mathalfa package offers support for this collection.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/pxtxalfa/pxtx.map
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/pxb-ds.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/pxr-ds.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/rtxmia.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txb-cal.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txb-frak.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txb-of.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txr-cal.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txr-ds.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txr-frak.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txr-of.tfm
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/pxb-ds.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/pxr-ds.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txb-cal.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txb-frak.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txb-of.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txr-cal.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txr-ds.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txr-frak.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txr-of.vf
%{_texmfdistdir}/tex/latex/pxtxalfa/px-ds.sty
%{_texmfdistdir}/tex/latex/pxtxalfa/pxtx-cal.sty
%{_texmfdistdir}/tex/latex/pxtxalfa/pxtx-frak.sty
%{_texmfdistdir}/tex/latex/pxtxalfa/tx-of.sty
%{_texmfdistdir}/tex/latex/pxtxalfa/upx-ds.fd
%{_texmfdistdir}/tex/latex/pxtxalfa/utx-cal.fd
%{_texmfdistdir}/tex/latex/pxtxalfa/utx-frak.fd
%{_texmfdistdir}/tex/latex/pxtxalfa/utx-of.fd
%doc %{_texmfdistdir}/doc/fonts/pxtxalfa/README
%doc %{_texmfdistdir}/doc/fonts/pxtxalfa/pxtxalfa.pdf
%doc %{_texmfdistdir}/doc/fonts/pxtxalfa/pxtxalfa.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1-5
+ Revision: b629316
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15158 |14cu|texlive-pythontex-0.12-1.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31686
# category Package
# catalog-ctan /macros/latex/contrib/pythontex
# catalog-date 2013-09-17 11:10:59 +0200
# catalog-license lppl1.3
# catalog-version 0.12
Name:		texlive-pythontex
Version:	0.12
Release:	1.8
Summary:	Run Python from within a document, typesetting the results
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pythontex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pythontex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pythontex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pythontex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
# FIXME not really, only during update
Provides:	texlive-pythontex.bin
#Requires:	texlive-pythontex.bin

%description
The package allows you to enter Python code within a LaTeX
document, execute the code, and access its output in the
original document. Python code is only executed when it has
been modified, or when it meets user-specified criteria. Code
may be divided into user-defined sessions, which automatically
run in parallel. Errors and warnings are synchronized with the
LaTeX document, so that they refer to the document's line
numbers. External dependencies can be tracked, so that code is
re-executed when the data it depends on is modified. PythonTeX
also provides syntax highlighting for code in LaTeX documents
via the Pygments syntax highlighter. The package provides a
depythontex utility, that creates a copy of the document in
which all Python code has been replaced by its output. This is
useful for journal submissions, sharing documents, and
conversion to other formats.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/pythontex/depythontex.py
%{_texmfdistdir}/scripts/pythontex/depythontex2.py
%{_texmfdistdir}/scripts/pythontex/depythontex3.py
%{_texmfdistdir}/scripts/pythontex/pythontex.py
%{_texmfdistdir}/scripts/pythontex/pythontex2.py
%{_texmfdistdir}/scripts/pythontex/pythontex3.py
%{_texmfdistdir}/scripts/pythontex/pythontex_2to3.py
%{_texmfdistdir}/scripts/pythontex/pythontex_engines.py
%{_texmfdistdir}/scripts/pythontex/pythontex_install_texlive.py
%{_texmfdistdir}/scripts/pythontex/pythontex_utils.py
%{_texmfdistdir}/tex/latex/pythontex/pythontex.sty
%doc %{_texmfdistdir}/doc/latex/pythontex/README
%doc %{_texmfdistdir}/doc/latex/pythontex/pythontex.pdf
%doc %{_texmfdistdir}/doc/latex/pythontex/pythontex_gallery.pdf
%doc %{_texmfdistdir}/doc/latex/pythontex/pythontex_gallery.tex
%doc %{_texmfdistdir}/doc/latex/pythontex/pythontex_quickstart.pdf
%doc %{_texmfdistdir}/doc/latex/pythontex/pythontex_quickstart.tex
#- source
%doc %{_texmfdistdir}/source/latex/pythontex/pythontex.bat
%doc %{_texmfdistdir}/source/latex/pythontex/pythontex.dtx
%doc %{_texmfdistdir}/source/latex/pythontex/pythontex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.12-1.8
+ Revision: 8cfebf2
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15159 |14cu|texlive-rec-thy-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27225
# category Package
# catalog-ctan /macros/latex/contrib/rec-thy
# catalog-date 2012-06-21 10:44:34 +0200
# catalog-license pd
# catalog-version 1.3
Name:		texlive-rec-thy
Version:	1.3
Release:	4
Summary:	Commands to typeset recursion theory papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rec-thy
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rec-thy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rec-thy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides many macros to express standard notation
in recursion theory (otherwise known as computability theory).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rec-thy/rec-thy.sty
%doc %{_texmfdistdir}/doc/latex/rec-thy/README
%doc %{_texmfdistdir}/doc/latex/rec-thy/rec-thy.pdf
%doc %{_texmfdistdir}/doc/latex/rec-thy/rec-thy.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: 1a21a58
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15160 |14cu|texlive-recycle-20091110-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/recycle
# catalog-date 2009-11-10 00:30:52 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-recycle
Version:	20091110
Release:	5
Summary:	A font providing the "recyclable" logo
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/recycle
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/recycle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/recycle.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This single-character font is provided as MetaFont source, and
in Adobe Type 1 format. It is accompanied by a trivial LaTeX
package to use the logo at various sizes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/recycle/recycle.map
%{_texmfdistdir}/fonts/source/public/recycle/recycle.mf
%{_texmfdistdir}/fonts/tfm/public/recycle/recycle.tfm
%{_texmfdistdir}/fonts/type1/public/recycle/recycle.pfb
%{_texmfdistdir}/tex/latex/recycle/recycle.sty
%doc %{_texmfdistdir}/doc/fonts/recycle/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091110-5
+ Revision: c92f2d1
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15161 |14cu|texlive-resumemac-20081121-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/resumemac
# catalog-date 2008-11-21 01:34:08 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-resumemac
Version:	20081121
Release:	5
Summary:	Plain TeX macros for resumes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/resumemac
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resumemac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resumemac.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of macros is provided, together with an file that offers
an example of use.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/resumemac/resumemac.tex
%doc %{_texmfdistdir}/doc/plain/resumemac/README
%doc %{_texmfdistdir}/doc/plain/resumemac/sample_resume.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081121-5
+ Revision: eddec35
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15162 |14cu|texlive-ribbonproofs-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31137
# category Package
# catalog-ctan /macros/latex/contrib/ribbonproofs
# catalog-date 2013-07-08 10:43:32 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-ribbonproofs
Version:	1.0
Release:	8
Summary:	Drawing ribbon proofs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ribbonproofs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ribbonproofs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ribbonproofs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a way to draw "ribbon proofs" in LaTeX. A
ribbon proof is a diagrammatic representation of a mathematical
proof that a computer program meets its specification. These
diagrams are more human-readable, more scalable, and more
easily modified than the corresponding textual proofs.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ribbonproofs/ribbonproofs.sty
%doc %{_texmfdistdir}/doc/latex/ribbonproofs/README
%doc %{_texmfdistdir}/doc/latex/ribbonproofs/ribbonproofsmanual.pdf
%doc %{_texmfdistdir}/doc/latex/ribbonproofs/ribbonproofsmanual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-8
+ Revision: 34cf3f6
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15163 |14cu|texlive-romande-1.008v7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19537
# category Package
# catalog-ctan /fonts/romandeadf
# catalog-date 2010-07-14 23:31:19 +0200
# catalog-license lppl
# catalog-version 1.008-v7
Name:		texlive-romande
Version:	1.008v7
Release:	5
Summary:	Romande ADF fonts and LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/romandeadf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romande.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romande.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romande.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Romande ADF is a serif font family with oldstyle figures,
designed as a substitute for Times, Tiffany or Caslon. The
family currently includes upright, italic and small-caps shapes
in each of regular and demi-bold weights and an italic script
in regular. The support package renames the fonts according to
the Karl Berry fontname scheme and defines four families. Two
of these primarily provide access to the "standard" or default
characters while the "alternate" families support alternate
characters, additional ligatures and the long s. The included
package files provide access to these features in LaTeX as
explained in the documentation. The LaTeX support requires the
nfssext-cfr and the xkeyval packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdd8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrddc8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrddi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdr8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdrc8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdri8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdriw8a.afm
%{_texmfdistdir}/fonts/enc/dvips/romande/romande-supp.enc
%{_texmfdistdir}/fonts/enc/dvips/romande/t1-romandeadf-alt.enc
%{_texmfdistdir}/fonts/enc/dvips/romande/t1-romandeadf.enc
%{_texmfdistdir}/fonts/enc/dvips/romande/ts1-euro-yrd.enc
%{_texmfdistdir}/fonts/map/dvips/romande/yrd.map
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrdd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrddi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrdr.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrdri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrdriw.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrddi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdr.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdriw.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrddc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrddi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdr.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdrc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdriw.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrdd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrddi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrdr.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrdri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrdriw.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdd8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdd8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdda8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrddai8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrddc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrddi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrddi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdr8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdr8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdra8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdrai8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdraiw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdrc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdriw8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdriw8t.tfm
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdd8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdd8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddc8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddc8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdr8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdr8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdrc8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdrc8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdri8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdriw8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdriw8a.pfm
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdd8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdd8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdda8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrddai8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrddc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrddi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrddi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdr8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdr8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdra8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdrai8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdraiw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdrc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdriw8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdriw8t.vf
%{_texmfdistdir}/tex/latex/romande/romande.sty
%{_texmfdistdir}/tex/latex/romande/t1yrd.fd
%{_texmfdistdir}/tex/latex/romande/t1yrda.fd
%{_texmfdistdir}/tex/latex/romande/t1yrdaw.fd
%{_texmfdistdir}/tex/latex/romande/t1yrdw.fd
%{_texmfdistdir}/tex/latex/romande/ts1yrd.fd
%{_texmfdistdir}/tex/latex/romande/ts1yrda.fd
%{_texmfdistdir}/tex/latex/romande/ts1yrdaw.fd
%{_texmfdistdir}/tex/latex/romande/ts1yrdw.fd
%doc %{_texmfdistdir}/doc/fonts/romande/COPYING
%doc %{_texmfdistdir}/doc/fonts/romande/NOTICE.txt
%doc %{_texmfdistdir}/doc/fonts/romande/README
%doc %{_texmfdistdir}/doc/fonts/romande/manifest.txt
%doc %{_texmfdistdir}/doc/fonts/romande/romandeadf.pdf
%doc %{_texmfdistdir}/doc/fonts/romande/romandeadf.tex
#- source
%doc %{_texmfdistdir}/source/fonts/romande/reglyph-yrd.tex
%doc %{_texmfdistdir}/source/fonts/romande/romande-supp.etx
%doc %{_texmfdistdir}/source/fonts/romande/t1-romandeadf-alt.etx
%doc %{_texmfdistdir}/source/fonts/romande/t1-romandeadf.etx
%doc %{_texmfdistdir}/source/fonts/romande/ts1-euro.etx
%doc %{_texmfdistdir}/source/fonts/romande/yrd-drv.tex
%doc %{_texmfdistdir}/source/fonts/romande/yrd-map.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.008v7-5
+ Revision: 5037448
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15164 |14cu|texlive-rsc-3.1e-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20942
# category Package
# catalog-ctan /macros/latex/contrib/rsc
# catalog-date 2011-01-05 00:05:34 +0100
# catalog-license gpl
# catalog-version 3.1e
Name:		texlive-rsc
Version:	3.1e
Release:	5
Summary:	BibTeX style for use with RSC journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rsc
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rsc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rsc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rsc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The rsc package provides a BibTeX style in accordance with the
requirements of the Royal Society of Chemistry. It was
originally based on the file pccp.bst, but also implements a
number of styles from the achemso package. The package is now a
stub for the chemstyle package, which the author developed to
unify the writing of articles with a chemistry content.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/rsc/angew.bst
%{_texmfdistdir}/bibtex/bst/rsc/rsc.bst
%{_texmfdistdir}/tex/latex/rsc/rsc.sty
%doc %{_texmfdistdir}/doc/latex/rsc/README
%doc %{_texmfdistdir}/doc/latex/rsc/rsc-demo.tex
%doc %{_texmfdistdir}/doc/latex/rsc/rsc.bib
%doc %{_texmfdistdir}/doc/latex/rsc/rsc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rsc/rsc.dtx
%doc %{_texmfdistdir}/source/latex/rsc/rsc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1e-5
+ Revision: 39adb08
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15165 |14cu|texlive-rsfso-1.01-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32051
# category Package
# catalog-ctan /fonts/rsfso
# catalog-date 2013-11-03 08:42:21 +0100
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-rsfso
Version:	1.01
Release:	8
Summary:	A mathematical calligraphic font based on rsfs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/rsfso
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rsfso.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rsfso.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides virtual fonts and LaTeX support files for
mathematical calligraphic fonts based on the rsfs Adobe Type 1
fonts (which must also be present for successful installation,
with the slant substantially reduced. The output is quite
similar to that from the Adobe Mathematical Pi script font.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/rsfso/rsfso.map
%{_texmfdistdir}/fonts/tfm/public/rsfso/rrsfso10.tfm
%{_texmfdistdir}/fonts/tfm/public/rsfso/rrsfso5.tfm
%{_texmfdistdir}/fonts/tfm/public/rsfso/rrsfso7.tfm
%{_texmfdistdir}/fonts/tfm/public/rsfso/rsfso10.tfm
%{_texmfdistdir}/fonts/tfm/public/rsfso/rsfso5.tfm
%{_texmfdistdir}/fonts/tfm/public/rsfso/rsfso7.tfm
%{_texmfdistdir}/fonts/vf/public/rsfso/rsfso10.vf
%{_texmfdistdir}/fonts/vf/public/rsfso/rsfso5.vf
%{_texmfdistdir}/fonts/vf/public/rsfso/rsfso7.vf
%{_texmfdistdir}/tex/latex/rsfso/rsfso.sty
%{_texmfdistdir}/tex/latex/rsfso/ursfso.fd
%doc %{_texmfdistdir}/doc/fonts/rsfso/README
%doc %{_texmfdistdir}/doc/fonts/rsfso/mh2scr0.png
%doc %{_texmfdistdir}/doc/fonts/rsfso/rsfso-doc.pdf
%doc %{_texmfdistdir}/doc/fonts/rsfso/rsfso-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-8
+ Revision: e840a2d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15166 |14cu|texlive-sansmathaccent-20120429-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26200
# category Package
# catalog-ctan /fonts/sansmathaccent
# catalog-date 2012-04-29 00:06:22 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-sansmathaccent
Version:	20120429
Release:	5
Summary:	Correct placement of accents in sans-serif maths
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/sansmathaccent
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sansmathaccent.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sansmathaccent.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Sans serif maths (produced by the beamer class or the sfmath
package) often has accents positioned incorrectly. The package
fixes the positioning of such accents when the default font
(cmssi) is used for sans serif maths.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/sansmathaccent/sansmathaccent.map
%{_texmfdistdir}/fonts/tfm/public/sansmathaccent/mathkerncmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/sansmathaccent/mathkerncmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/sansmathaccent/mathkerncmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/sansmathaccent/mathkerncmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/sansmathaccent/mathkerncmssi9.tfm
%{_texmfdistdir}/tex/latex/sansmathaccent/ot1mathkerncmss.fd
%{_texmfdistdir}/tex/latex/sansmathaccent/sansmathaccent.sty
%doc %{_texmfdistdir}/doc/fonts/sansmathaccent/README
%doc %{_texmfdistdir}/doc/fonts/sansmathaccent/sansmathaccent.pdf
%doc %{_texmfdistdir}/doc/fonts/sansmathaccent/sansmathaccent.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120429-5
+ Revision: 7f0c6f5
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15167 |14cu|texlive-sauter-2.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan /fonts/cm/sauter
# catalog-date 2008-12-30 21:17:11 +0100
# catalog-license gpl
# catalog-version 2.4
Name:		texlive-sauter
Version:	2.4
Release:	5
Summary:	Wide range of design sizes for CM fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cm/sauter
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sauter.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Extensions, originally to the CM fonts, providing a
parameterization scheme to build MetaFont fonts at true design
sizes, for a large range of sizes. The scheme has now been
extended to a range of other fonts, including the AMS fonts,
bbm, bbold, rsfs and wasy fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/sauter/b-cmb.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmbsy.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmbx.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmbxsl.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmbxti.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmcsc.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmdunh.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmex.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmff.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmfi.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmfib.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cminch.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmitt.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmmi.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmmib.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmr.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmsl.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmsltt.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmss.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmssbx.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmssdc.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmssi.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmssq.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmssqi.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmssxi.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmsy.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmtcsc.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmtex.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmti.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmtt.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmu.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmvtt.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-bmath.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmbx.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmex.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmff.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmmi.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmr.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmss.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmssbx.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmssq.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmsy.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmti.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmtt.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-sigma.mf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4-5
+ Revision: f81df84
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15168 |14cu|texlive-sauterfonts-20070114-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sauterfonts
# catalog-date 2007-01-14 10:43:12 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-sauterfonts
Version:	20070114
Release:	5
Summary:	Use sauter fonts in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sauterfonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sauterfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sauterfonts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sauterfonts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package providing font definition files (plus a replacement
for the package exscale) to access many of the fonts in
Sauter's collection. These fonts are available in all point
sizes and look nicer for such "intermediate" document sizes as
11pt. Also included is the package sbbm, an alternative to
access the bbm fonts, a nice collection of blackboard bold
symbols.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sauterfonts/sbbm.sty
%{_texmfdistdir}/tex/latex/sauterfonts/sexscale.sty
%{_texmfdistdir}/tex/latex/sauterfonts/somlcmm.fd
%{_texmfdistdir}/tex/latex/sauterfonts/somlcmr.fd
%{_texmfdistdir}/tex/latex/sauterfonts/somscmr.fd
%{_texmfdistdir}/tex/latex/sauterfonts/somscmsy.fd
%{_texmfdistdir}/tex/latex/sauterfonts/somxcmex.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sot1cmdh.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sot1cmfib.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sot1cmfr.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sot1cmr.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sot1cmss.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sot1cmtt.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sot1cmvtt.fd
%{_texmfdistdir}/tex/latex/sauterfonts/subbm.fd
%{_texmfdistdir}/tex/latex/sauterfonts/subbmdh.fd
%{_texmfdistdir}/tex/latex/sauterfonts/subbmfib.fd
%{_texmfdistdir}/tex/latex/sauterfonts/subbmss.fd
%{_texmfdistdir}/tex/latex/sauterfonts/subbmtt.fd
%{_texmfdistdir}/tex/latex/sauterfonts/subbmvtt.fd
%{_texmfdistdir}/tex/latex/sauterfonts/subbold.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sucmr.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sucmss.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sucmtt.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sulasy.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sumsa.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sumsb.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sursfs.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sustmry.fd
%{_texmfdistdir}/tex/latex/sauterfonts/suwasy.fd
%doc %{_texmfdistdir}/doc/latex/sauterfonts/README
#- source
%doc %{_texmfdistdir}/source/latex/sauterfonts/sauterfonts.fdd
%doc %{_texmfdistdir}/source/latex/sauterfonts/sauterfonts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070114-5
+ Revision: aaebbeb
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15169 |14cu|texlive-schemata-0.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31743
# category Package
# catalog-ctan /macros/generic/schemata
# catalog-date 2013-09-24 17:34:21 +0200
# catalog-license lppl1.3
# catalog-version 0.7
Name:		texlive-schemata
Version:	0.7
Release:	8
Summary:	Print topical diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/schemata
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schemata.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schemata.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schemata.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package facilitates the creation of topical schemata,
outlines that use braces (or facsimiles thereof) to illustrate
the breakdown of concepts and categories in Scholastic thought
from late medieval and early modern periods.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/schemata/schemata.sty
%doc %{_texmfdistdir}/doc/generic/schemata/Makefile
%doc %{_texmfdistdir}/doc/generic/schemata/README
%doc %{_texmfdistdir}/doc/generic/schemata/schemata.pdf
#- source
%doc %{_texmfdistdir}/source/generic/schemata/schemata.dtx
%doc %{_texmfdistdir}/source/generic/schemata/schemata.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7-8
+ Revision: dc06f4e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15170 |14cu|texlive-semaphor-20080415-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/semaphor
# catalog-date 2008-04-15 09:54:26 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-semaphor
Version:	20080415
Release:	5
Summary:	Semaphore alphabet font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/semaphor
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semaphor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semaphor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These fonts represent semaphore in a highly schematic, but very
clear, fashion. The fonts are provided as MetaFont source, and
in both OpenType and Adobe Type 1 formats.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/semaphor/smfb10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfbsl10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfeb10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfebsl10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfer10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfesl10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfett10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfpb10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfpbsl10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfpr10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfpsl10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfptt10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfr10-1.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfr10-2.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfr10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfsl10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smftt10.afm
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfb10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfbsl10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfeb10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfebsl10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfer10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfesl10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfett10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfpb10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfpbsl10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfpr10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfpsl10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfptt10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfr10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfsl10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smftt10.enc
%{_texmfdistdir}/fonts/map/dvips/semaphor/semaf.map
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfb10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfbsl10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfeb10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfebsl10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfer10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfesl10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfett10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfpb10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfpbsl10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfpr10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfpsl10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfptt10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfr10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfsl10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smftt10.otf
%{_texmfdistdir}/fonts/source/public/semaphor/Makefile
%{_texmfdistdir}/fonts/source/public/semaphor/README
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/semaf.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfbf10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfebf10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfer10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfesl10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfett10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfpbf10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfpr10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfpsl10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfptt10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfr10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfsl10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smftt10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/pfb2otf.pe
%{_texmfdistdir}/fonts/source/public/semaphor/semaf.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfb10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfbsl10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfeb10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfebsl10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfer10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfesl10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfett10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfpb10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfpbsl10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfpr10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfpsl10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfptt10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfr10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfsl10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smftt10.mp
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfb10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfbsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfeb10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfebsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfer10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfesl10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfett10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfpb10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfpbsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfpr10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfpsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfptt10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfr10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smftt10.tfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfb10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfb10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfbsl10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfbsl10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfeb10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfeb10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfebsl10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfebsl10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfer10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfer10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfesl10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfesl10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfett10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfett10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpb10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpb10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpbsl10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpbsl10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpr10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpr10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpsl10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpsl10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfptt10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfptt10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfr10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfr10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfsl10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfsl10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smftt10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smftt10.pfm
%{_texmfdistdir}/tex/context/third/semaphor/t-type-semaf.tex
%{_texmfdistdir}/tex/latex/semaphor/il2semaf.fd
%{_texmfdistdir}/tex/latex/semaphor/semaf.fd
%{_texmfdistdir}/tex/plain/semaphor/semaf.tex
%doc %{_texmfdistdir}/doc/fonts/semaphor/README
%doc %{_texmfdistdir}/doc/fonts/semaphor/example.pdf
%doc %{_texmfdistdir}/doc/fonts/semaphor/example.tex
%doc %{_texmfdistdir}/doc/fonts/semaphor/test-context.pdf
%doc %{_texmfdistdir}/doc/fonts/semaphor/test-context.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080415-5
+ Revision: 2a56f03
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15171 |14cu|texlive-shade-1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22212
# category Package
# catalog-ctan /macros/generic/shade
# catalog-date 2011-04-25 22:01:30 +0200
# catalog-license lppl1
# catalog-version 1
Name:		texlive-shade
Version:	1
Release:	5
Summary:	Shade pieces of text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/shade
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shade.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shade.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a shaded backdrop to a box of text. It
uses a Metafont font (provided) which generates to appropriate
shading dependent on the resolution used in the Metafont
printer parameters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/shade/shade.mf
%{_texmfdistdir}/tex/generic/shade/shade.tex
%doc %{_texmfdistdir}/doc/generic/shade/README
%doc %{_texmfdistdir}/doc/generic/shade/description.pdf
%doc %{_texmfdistdir}/doc/generic/shade/description.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1-5
+ Revision: 404e144
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15172 |14cu|texlive-showtags-1.05-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20336
# category Package
# catalog-ctan /macros/latex/contrib/showtags
# catalog-date 2010-11-05 08:48:20 +0100
# catalog-license pd
# catalog-version 1.05
Name:		texlive-showtags
Version:	1.05
Release:	5
Summary:	Print the tags of bibliography entries
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/showtags
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showtags.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showtags.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Prints the tag right-aligned on each line of the bibliography.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/showtags/showtags.sty
%doc %{_texmfdistdir}/doc/latex/showtags/showtags-doc.pdf
%doc %{_texmfdistdir}/doc/latex/showtags/showtags-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.05-5
+ Revision: 2703e25
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15173 |14cu|texlive-shuffle-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/shuffle
# catalog-date 2008-10-30 09:46:08 +0100
# catalog-license pd
# catalog-version 1.0
Name:		texlive-shuffle
Version:	1.0
Release:	5
Summary:	A symbol for the shuffle product
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/shuffle
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shuffle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shuffle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shuffle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides a LaTeX package and a font (as MetaFont
source) for the shuffle product which is used in some part of
mathematics and physics.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/shuffle/shuffle.mf
%{_texmfdistdir}/fonts/source/public/shuffle/shuffle10.mf
%{_texmfdistdir}/fonts/source/public/shuffle/shuffle7.mf
%{_texmfdistdir}/fonts/tfm/public/shuffle/shuffle10.tfm
%{_texmfdistdir}/fonts/tfm/public/shuffle/shuffle7.tfm
%{_texmfdistdir}/tex/latex/shuffle/Ushuffle.fd
%{_texmfdistdir}/tex/latex/shuffle/shuffle.sty
%doc %{_texmfdistdir}/doc/latex/shuffle/README
%doc %{_texmfdistdir}/doc/latex/shuffle/shuffle.pdf
#- source
%doc %{_texmfdistdir}/source/latex/shuffle/shuffle.dtx
%doc %{_texmfdistdir}/source/latex/shuffle/shuffle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: ca74b62
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15174 |14cu|texlive-skmath-0.3a-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30941
# category Package
# catalog-ctan /macros/latex/contrib/skmath
# catalog-date 2013-06-24 23:09:25 +0200
# catalog-license lppl1.3
# catalog-version 0.3a
Name:		texlive-skmath
Version:	0.3a
Release:	8
Summary:	Extensions to the maths command repertoir
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/skmath
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skmath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skmath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a selection of new maths commands and
improved re-definitions of existing commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/skmath/skmath.sty
%doc %{_texmfdistdir}/doc/latex/skmath/README
%doc %{_texmfdistdir}/doc/latex/skmath/skmath.pdf
#- source
%doc %{_texmfdistdir}/source/latex/skmath/skmath.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3a-8
+ Revision: 54684dd
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15175 |14cu|texlive-skull-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25608
# category Package
# catalog-ctan /fonts/skull
# catalog-date 2011-04-11 22:34:22 +0200
# catalog-license gpl
# catalog-version 0.1
Name:		texlive-skull
Version:	0.1
Release:	6
Summary:	A font to draw a skull
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/skull
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skull.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skull.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The font (defined in MetaFont) defines a single character, a
black solid skull. A package is supplied to make this character
available as a symbol in maths mode.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/skull/skull.mf
%{_texmfdistdir}/tex/latex/skull/skull.sty
#- source
%doc %{_texmfdistdir}/source/fonts/skull/skull.dtx
%doc %{_texmfdistdir}/source/fonts/skull/skull.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-6
+ Revision: fb9716d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15176 |14cu|texlive-sort-by-letters-20120604-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27128
# category Package
# catalog-ctan /biblio/bibtex/contrib/sort-by-letters
# catalog-date 2012-06-04 23:25:44 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-sort-by-letters
Version:	20120604
Release:	4
Summary:	Bibliography styles for alphabetic sorting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/sort-by-letters
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sort-by-letters.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sort-by-letters.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle contains several bibliography styles for separating
a document's references by the first letter of the first
author/editor in the bibliography entry. The styles are adapted
from standard ones or from natbib ones.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/sort-by-letters/abbrv-letters.bst
%{_texmfdistdir}/bibtex/bst/sort-by-letters/alpha-letters.bst
%{_texmfdistdir}/bibtex/bst/sort-by-letters/apalike-letters.bst
%{_texmfdistdir}/bibtex/bst/sort-by-letters/frplainnat-letters.bst
%{_texmfdistdir}/bibtex/bst/sort-by-letters/plain-letters.bst
%{_texmfdistdir}/bibtex/bst/sort-by-letters/plainnat-letters.bst
%{_texmfdistdir}/bibtex/bst/sort-by-letters/siam-letters.bst
%doc %{_texmfdistdir}/doc/bibtex/sort-by-letters/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120604-4
+ Revision: 1b54d11
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15177 |14cu|texlive-splitbib-1.17-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/splitbib
# catalog-date 2007-01-15 00:27:07 +0100
# catalog-license lppl
# catalog-version 1.17
Name:		texlive-splitbib
Version:	1.17
Release:	5
Summary:	Split and reorder your bibliography
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/splitbib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splitbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splitbib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splitbib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package enables you to split a bibliography into several
categories and subcategories. It does not depend on BibTeX: any
bibliography may be split and reordered.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/splitbib/splitbib.sty
%doc %{_texmfdistdir}/doc/latex/splitbib/README
%doc %{_texmfdistdir}/doc/latex/splitbib/splitbib.pdf
#- source
%doc %{_texmfdistdir}/source/latex/splitbib/splitbib.dtx
%doc %{_texmfdistdir}/source/latex/splitbib/splitbib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.17-5
+ Revision: 523ccfa
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15178 |14cu|texlive-starfont-1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19982
# category Package
# catalog-ctan /fonts/ps-type1/starfont
# catalog-date 2010-09-30 00:35:45 +0200
# catalog-license pd
# catalog-version 1.2
Name:		texlive-starfont
Version:	1.2
Release:	5
Summary:	The StarFont Sans astrological font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ps-type1/starfont
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/starfont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/starfont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains StarFontSans and StarFontSerif, two
public-domain astrological fonts designed by Anthony I.P. Owen,
and the appropriate macros to use them with TeX and LaTeX. The
fonts are supplied in the original TrueType Format and as
PostScript font files.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/starfont/starfont.afm
%{_texmfdistdir}/fonts/afm/public/starfont/strfnser.afm
%{_texmfdistdir}/fonts/map/dvips/starfont/starfont.map
%{_texmfdistdir}/fonts/tfm/public/starfont/fstr8x.tfm
%{_texmfdistdir}/fonts/tfm/public/starfont/fsts8x.tfm
%{_texmfdistdir}/fonts/type1/public/starfont/starfont.pfb
%{_texmfdistdir}/fonts/type1/public/starfont/strfnser.pfb
%{_texmfdistdir}/tex/latex/starfont/starfont.sty
%doc %{_texmfdistdir}/doc/fonts/starfont/COPYING
%doc %{_texmfdistdir}/doc/fonts/starfont/Makefile
%doc %{_texmfdistdir}/doc/fonts/starfont/README
%doc %{_texmfdistdir}/doc/fonts/starfont/STRFNSAN.TTF
%doc %{_texmfdistdir}/doc/fonts/starfont/STRFNSER.TTF
%doc %{_texmfdistdir}/doc/fonts/starfont/starfont.pdf
%doc %{_texmfdistdir}/doc/fonts/starfont/starfont.tex
%doc %{_texmfdistdir}/doc/fonts/starfont/table.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-5
+ Revision: ab86075
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15179 |14cu|texlive-startex-1.04-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/startex
# catalog-date 2008-12-31 20:54:46 +0100
# catalog-license pd
# catalog-version 1.04
Name:		texlive-startex
Version:	1.04
Release:	5
Summary:	An XML-inspired format for student use
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/startex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/startex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/startex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/startex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A TeX format designed to help students write short reports and
essays. It provides the user with a suitable set of commands
for such a task. It is also more robust than plain TeX and
LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/startex/stxglo.ist
%{_texmfdistdir}/makeindex/startex/stxind.ist
%{_texmfdistdir}/tex/startex/base/a4-article.stx
%{_texmfdistdir}/tex/startex/base/article.stx
%{_texmfdistdir}/tex/startex/base/ifi-article.stx
%{_texmfdistdir}/tex/startex/base/ifi-artikkel.stx
%{_texmfdistdir}/tex/startex/base/startex.lan
%{_texmfdistdir}/tex/startex/base/startex.tex
%doc %{_texmfdistdir}/doc/otherformats/startex/base/guide.pdf
%doc %{_texmfdistdir}/doc/otherformats/startex/base/ideas.pdf
%doc %{_texmfdistdir}/doc/otherformats/startex/base/startex.pdf
#- source
%doc %{_texmfdistdir}/source/startex/base/INSTALL
%doc %{_texmfdistdir}/source/startex/base/README
%doc %{_texmfdistdir}/source/startex/base/startex.bib
%doc %{_texmfdistdir}/source/startex/base/startex.dtx
%doc %{_texmfdistdir}/source/startex/base/startex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.04-5
+ Revision: 6cb4d1b
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15180 |14cu|texlive-statex-1.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20306
# category Package
# catalog-ctan /macros/latex/contrib/statex
# catalog-date 2010-11-03 11:47:38 +0100
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-statex
Version:	1.6
Release:	5
Summary:	Statistics style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/statex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/statex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/statex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package defining many macros for items of significance in
statistical presentations. An updated, but incompatible,
version of the package is available: statex2.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/statex/statex.sty
%doc %{_texmfdistdir}/doc/latex/statex/statex-example.pdf
%doc %{_texmfdistdir}/doc/latex/statex/statex-example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-5
+ Revision: 1989795
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15181 |14cu|texlive-statex2-2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23961
# category Package
# catalog-ctan /macros/latex/contrib/statex2
# catalog-date 2011-09-14 18:03:50 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-statex2
Version:	2.1
Release:	5
Summary:	Statistics style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/statex2
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/statex2.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/statex2.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines many macros for items of significance in
statistical presentations. It represents a syntax-incompatible
upgrade of statex.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/statex2/statex2.sty
%doc %{_texmfdistdir}/doc/latex/statex2/statex2-example.pdf
%doc %{_texmfdistdir}/doc/latex/statex2/statex2-example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-5
+ Revision: 421550e
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15182 |14cu|texlive-staves-20080823-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/staves
# catalog-date 2008-08-23 15:48:35 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-staves
Version:	20080823
Release:	5
Summary:	Typeset Icelandic staves and runic letters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/staves
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/staves.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/staves.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/staves.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package contains all the necessary tools to typeset the
"magical" Icelandic staves plus the runic letters used in
Iceland. Included are a font in Adobe Type 1 format and LaTeX
support.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/staves/icelandic.map
%{_texmfdistdir}/fonts/tfm/public/staves/icelandic.tfm
%{_texmfdistdir}/fonts/type1/public/staves/icelandic.pfb
%{_texmfdistdir}/tex/latex/staves/staves.sty
%doc %{_texmfdistdir}/doc/fonts/staves/README
%doc %{_texmfdistdir}/doc/fonts/staves/staves.pdf
%doc %{_texmfdistdir}/doc/fonts/staves/symbols.pdf
#- source
%doc %{_texmfdistdir}/source/latex/staves/staves.dtx
%doc %{_texmfdistdir}/source/latex/staves/staves.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080823-5
+ Revision: d50902b
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15183 |14cu|texlive-stix-20140101-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32585
# category Package
# catalog-ctan /fonts/stix
# catalog-date 2014-01-03 10:16:06 +0100
# catalog-license ofl
# catalog-version 2014-01-01
Name:		texlive-stix
Version:	20140101
Release:	4
Summary:	OpenType Unicode maths fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/stix
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stix.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stix.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The STIX fonts are a suite of unicode OpenType fonts containing
a complete set of mathematical glyphs. The CTAN package is a
copy of the fonts' official release, organised as specified by
the TeX Directory Structure, for inclusion in standard TeX
distributions. A Type 1 only distribution of the fonts is
available in the esstix bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-extra1.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-extra2.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-extra3.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-ot2.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-t1.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-ts1.enc
%{_texmfdistdir}/fonts/map/dvips/stix/stix.map
%{_texmfdistdir}/fonts/opentype/public/stix/STIX-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/stix/STIX-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/public/stix/STIX-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/stix/STIX-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/stix/STIXMath-Regular.otf
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneral-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneral-bolditalic.pl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneral-italic.pl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneral.pl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneralsc-bold.vpl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneralsc.vpl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneral-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneral-bolditalic.pl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneral-italic.pl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneral.pl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneralsc-bold.vpl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneralsc.vpl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra1-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra1.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra2-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra2.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra3-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra3.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathbb-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathbb.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathbbit-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathbbit.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathcal-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathcal.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathex-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathex.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathfrak-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathfrak.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathit-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathit.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathrm-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathrm.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathscr-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathscr.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathsf-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathsf.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathsfit-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathsfit.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathtt-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathtt.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneral-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneral-bolditalic.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneral-italic.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneral.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneralsc-bold.vpl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneralsc.vpl
%{_texmfdistdir}/fonts/source/public/stix/ts1-stixgeneral-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/ts1-stixgeneral-bolditalic.pl
%{_texmfdistdir}/fonts/source/public/stix/ts1-stixgeneral-italic.pl
%{_texmfdistdir}/fonts/source/public/stix/ts1-stixgeneral.pl
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneral-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneral-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneral-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneral.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneralsc-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneralsc.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneral-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneral-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneral-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneral.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneralsc-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneralsc.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-extra1.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-extra2.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-extra3.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathbb-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathbb.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathbbit-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathbbit.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathcal-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathcal.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathex-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathex.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathfrak-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathfrak.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathit-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathit.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathrm-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathrm.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathscr-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathscr.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathsf-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathsf.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathsfit-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathsfit.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathtt-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathtt.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneral-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneral-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneral-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneral.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneralsc-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneralsc.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ts1-stixgeneral-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ts1-stixgeneral-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ts1-stixgeneral-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ts1-stixgeneral.tfm
%{_texmfdistdir}/fonts/type1/public/stix/STIXGeneral-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/STIXGeneral-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/stix/STIXGeneral-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/stix/STIXGeneral-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathbb-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathbb.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathbbit-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathbbit.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathcal-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathcal.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathex-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathex.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathfrak-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathfrak.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathit-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathit.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathrm-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathrm.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathscr-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathscr.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathsf-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathsf.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathsfit-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathsfit.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathtt-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathtt.pfb
%{_texmfdistdir}/fonts/vf/public/stix/ot1-stixgeneralsc-bold.vf
%{_texmfdistdir}/fonts/vf/public/stix/ot1-stixgeneralsc.vf
%{_texmfdistdir}/fonts/vf/public/stix/ot2-stixgeneralsc-bold.vf
%{_texmfdistdir}/fonts/vf/public/stix/ot2-stixgeneralsc.vf
%{_texmfdistdir}/fonts/vf/public/stix/t1-stixgeneralsc-bold.vf
%{_texmfdistdir}/fonts/vf/public/stix/t1-stixgeneralsc.vf
%{_texmfdistdir}/tex/latex/stix/ls1stix.fd
%{_texmfdistdir}/tex/latex/stix/ls1stixbb.fd
%{_texmfdistdir}/tex/latex/stix/ls1stixfrak.fd
%{_texmfdistdir}/tex/latex/stix/ls1stixscr.fd
%{_texmfdistdir}/tex/latex/stix/ls1stixsf.fd
%{_texmfdistdir}/tex/latex/stix/ls2stix.fd
%{_texmfdistdir}/tex/latex/stix/ls2stixcal.fd
%{_texmfdistdir}/tex/latex/stix/ls2stixex.fd
%{_texmfdistdir}/tex/latex/stix/ls2stixtt.fd
%{_texmfdistdir}/tex/latex/stix/ot1stix.fd
%{_texmfdistdir}/tex/latex/stix/ot2stix.fd
%{_texmfdistdir}/tex/latex/stix/stix.sty
%{_texmfdistdir}/tex/latex/stix/t1stix.fd
%{_texmfdistdir}/tex/latex/stix/ts1stix.fd
%doc %{_texmfdistdir}/doc/fonts/stix/README
%doc %{_texmfdistdir}/doc/fonts/stix/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/stix/STIX_Font_License_2010.pdf
%doc %{_texmfdistdir}/doc/fonts/stix/stix.pdf
#- source
%doc %{_texmfdistdir}/source/latex/stix/stix.dtx
%doc %{_texmfdistdir}/source/latex/stix/stix.fdd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20140101-4
+ Revision: 21eb011
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15184 |14cu|texlive-sty2dtx-2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/sty2dtx
# catalog-date 2011-02-22 16:43:40 +0100
# catalog-license gpl3
# catalog-version 2.1
Name:		texlive-sty2dtx
Version:	2.1
Release:	6
Summary:	Create a .dtx file from a .sty file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/sty2dtx
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sty2dtx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sty2dtx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-sty2dtx.bin = %{EVRD}

%description
The package provides a Perl script that converts a .sty file
(LaTeX package) to .dtx format (documented LaTeX source), by
surrounding macro definitions with macro and macrocode
environments. The macro name is automatically inserted as an
argument to the macro environemnt. Code lines outside macro
definitions are wrapped only in macrocode environments. Empty
lines are removed. The script should not be thought to be fool
proof and 100% accurate but rather as a good start to the
business of making a .dtx file from an undocumented style file.
Full .dtx files are generated. A template based on the skeleton
file from 'dtxtut' is used. User level macros are added
automatically to the 'Usage' section of the .dtx file. A
corresponding .ins file can be generated as well.


#-----------------------------------------------------------------------
%files
%{_bindir}/sty2dtx
%{_texmfdistdir}/scripts/sty2dtx/sty2dtx.pl
%doc %{_texmfdistdir}/doc/support/sty2dtx/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/sty2dtx/sty2dtx.pl sty2dtx
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-6
+ Revision: 6d44717
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15185 |14cu|texlive-subsupscripts-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16080
# category Package
# catalog-ctan /macros/latex/contrib/subsupscripts
# catalog-date 2009-11-20 12:24:11 +0100
# catalog-license noinfo
# catalog-version 1.0
Name:		texlive-subsupscripts
Version:	1.0
Release:	5
Summary:	A range of sub- and superscript commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/subsupscripts
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subsupscripts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subsupscripts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a comprehensive and flexible set of
commands for combinations of left and right sub- and
superscripts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subsupscripts/subsupscripts.sty
%doc %{_texmfdistdir}/doc/latex/subsupscripts/README
%doc %{_texmfdistdir}/doc/latex/subsupscripts/SubSupScripts.pdf
%doc %{_texmfdistdir}/doc/latex/subsupscripts/SubSupScripts.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 8e6a5aa
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15186 |14cu|texlive-susy-20080823-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/susy
# catalog-date 2008-08-23 22:26:13 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-susy
Version:	20080823
Release:	5
Summary:	Macros for SuperSymmetry-related work
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/susy
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/susy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/susy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides abbreviations of longer expressions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/susy/susy.sty
%doc %{_texmfdistdir}/doc/latex/susy/README
%doc %{_texmfdistdir}/doc/latex/susy/README.TEXLIVE

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080823-5
+ Revision: 6a0cdb5
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15187 |14cu|texlive-syllogism-1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/syllogism
# catalog-date 2008-10-28 11:39:06 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-syllogism
Version:	1.2
Release:	5
Summary:	Typeset syllogisms in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/syllogism
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/syllogism.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/syllogism.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a simple, configurable, way for neatly
typesetting syllogisms and syllogistic-like arguments, composed
of two premises and a conclusion.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/syllogism/syllogism.sty
%doc %{_texmfdistdir}/doc/latex/syllogism/Examples.pdf
%doc %{_texmfdistdir}/doc/latex/syllogism/Examples.tex
%doc %{_texmfdistdir}/doc/latex/syllogism/README
%doc %{_texmfdistdir}/doc/latex/syllogism/syllogism.pdf
%doc %{_texmfdistdir}/doc/latex/syllogism/syllogism.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-5
+ Revision: dbd5d48
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15188 |14cu|texlive-synproof-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/synproof
# catalog-date 2009-07-05 17:22:22 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-synproof
Version:	1.0
Release:	5
Summary:	Easy drawing of syntactic proofs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/synproof
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/synproof.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/synproof.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a set of macros based on PSTricks that
will enable you to draw syntactic proofs easily (inspired by
the Gamut books). Very few commands are needed, however fine
tuning of the various parameters (dimensions) can still be
achieved through "key=value" pairs.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/synproof/synproof.sty
%doc %{_texmfdistdir}/doc/latex/synproof/README
%doc %{_texmfdistdir}/doc/latex/synproof/synproof-doc.pdf
%doc %{_texmfdistdir}/doc/latex/synproof/synproof-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 9b23562
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15189 |14cu|texlive-systeme-0.2b-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23336
# category Package
# catalog-ctan /macros/generic/systeme
# catalog-date 2011-06-24 11:48:53 +0200
# catalog-license lppl1.3
# catalog-version 0.2b
Name:		texlive-systeme
Version:	0.2b
Release:	5
Summary:	Format systems of equations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/systeme
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/systeme.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/systeme.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows you to enter systems of equations or
inequalities in an intuitive way, and produces typeset output
where the terms and signs are aligned vertically. The package
works with plain TeX or LaTeX, but e-TeX is required. Cette
petite extension permet de saisir des systemes d'equations ou
inequations de facon intuitive, et produit un affichage ou les
termes et les signes sont alignes verticalement.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/systeme/systeme.sty
%{_texmfdistdir}/tex/generic/systeme/systeme.tex
%doc %{_texmfdistdir}/doc/generic/systeme/README
%doc %{_texmfdistdir}/doc/generic/systeme/systeme_doc_fr.pdf
%doc %{_texmfdistdir}/doc/generic/systeme/systeme_doc_fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2b-5
+ Revision: 6cf1bed
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15190 |14cu|texlive-tablor-4.07g-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31855
# category Package
# catalog-ctan /macros/latex/contrib/tablor
# catalog-date 2013-10-07 18:39:11 +0200
# catalog-license lppl
# catalog-version 4.07-g
Name:		texlive-tablor
Version:	4.07g
Release:	8
Summary:	Create tables of signs and of variations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tablor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to use the computer algebra system
XCAS to generate tables of signs and of variations (the actual
plotting of the tables uses the MetaPost macro package
tableauVariations). Tables with forbidden regions may be
developed using the package. A configuration file permits some
configuration of the language to be used in the diagrams. The
tablor package requires that shell escape be enabled.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tablor/tablor-xetex.sty
%{_texmfdistdir}/tex/latex/tablor/tablor.cfg
%{_texmfdistdir}/tex/latex/tablor/tablor.sty
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/TSav-105.mp
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/capture.eps
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.0
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.1
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.10
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.105
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.11
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.12
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.13
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.14
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.15
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.16
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.17
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.18
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.19
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.2
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.20
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.21
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.22
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.23
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.24
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.25
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.26
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.27
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.28
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.29
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.3
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.30
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.31
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.32
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.33
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.35
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.36
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.37
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.38
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.39
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.4
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.40
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.41
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.42
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.43
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.44
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.45
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.47
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.48
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.49
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.5
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.50
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.51
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.52
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.53
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.54
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.55
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.56
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.57
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.6
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.7
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.8
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.9
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.mp
%doc %{_texmfdistdir}/doc/latex/tablor/README
%doc %{_texmfdistdir}/doc/latex/tablor/README-fr.txt
%doc %{_texmfdistdir}/doc/latex/tablor/auto/tablor-xetex.el
%doc %{_texmfdistdir}/doc/latex/tablor/auto/tablor.el
%doc %{_texmfdistdir}/doc/latex/tablor/tablor.html
%doc %{_texmfdistdir}/doc/latex/tablor/tablor.pdf
%doc %{_texmfdistdir}/doc/latex/tablor/tablor.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.07g-8
+ Revision: 56a709c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15191 |14cu|texlive-tabto-generic-20090913-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/misc/tabto.tex
# catalog-date 2009-09-13 19:05:07 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-tabto-generic
Version:	20090913
Release:	5
Summary:	"Tab" to a measured position in the line
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/misc/tabto.tex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabto-generic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
\tabto{<length>} moves the typesetting position to <length>
from the left margin of the paragraph. If the typesetting
position is already further along, \tabto starts a new line.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/tabto-generic/tabto.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090913-5
+ Revision: 0ab42da
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15192 |14cu|texlive-tapir-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20484
# category Package
# catalog-ctan /fonts/tapir
# catalog-date 2007-03-12 14:32:12 +0100
# catalog-license gpl
# catalog-version 0.2
Name:		texlive-tapir
Version:	0.2
Release:	5
Summary:	A simple geometrical font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/tapir
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tapir.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tapir.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Tapir is a simple geometrical font mostly created of line and
circular segments with constant thickness. The font is
available as MetaFont source and in Adobe Type 1 format. The
character set contains all characters in the range 0-127 (as in
cmr10), accented characters used in the Czech, Slovak and
Polish languages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/tapir/tap-enc.mf
%{_texmfdistdir}/fonts/source/public/tapir/tap.mf
%{_texmfdistdir}/fonts/type1/public/tapir/tap.pfb
%doc %{_texmfdistdir}/doc/fonts/tapir/readme
%doc %{_texmfdistdir}/doc/fonts/tapir/readme.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-5
+ Revision: 382bfa3
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15193 |14cu|texlive-tengwarscript-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tengwarscript
# catalog-date 2007-05-24 10:43:22 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-tengwarscript
Version:	1.3
Release:	5
Summary:	LaTeX support for using Tengwar fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tengwarscript
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tengwarscript.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tengwarscript.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tengwarscript.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides "mid-level" access to tengwar fonts,
providing good quality output. Each tengwar sign is represented
by a command, which will place the sign nicely in relation to
previous signs. A transcription package is available from the
package's home page: writing all those tengwar commands would
quickly become untenable. The package supports the use of a
wide variety of tengwar fonts that are available from the net;
metric and map files are provided for all the supported fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/tengwarscript/tengwaralt.enc
%{_texmfdistdir}/fonts/enc/dvips/tengwarscript/tengwarcap.enc
%{_texmfdistdir}/fonts/enc/dvips/tengwarscript/tengwarscript.enc
%{_texmfdistdir}/fonts/map/dvips/tengwarscript/tengwarscript.map
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/Elfica32.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/Parmaite.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/Parmaite_alt.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/Parmaite_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarFormal12.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarFormalA12.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarFormal_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarGothika050.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarNoldor.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarNoldorAlt.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarNoldorCapitals1.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarNoldorCapitals2.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarNoldor_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarQuenya.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarQuenyaAlt.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarQuenyaCapitals1.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarQuenyaCapitals2.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarQuenya_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarSindarin.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarSindarinAlt.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarSindarinCapitals1.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarSindarinCapitals2.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarSindarin_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarTelerin.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/UnicodeParmaite.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tngan.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tngan_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tngana.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tnganab.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tnganabi.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tnganai.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tnganb.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tnganb_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tnganbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tnganbi_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tngani.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tngani_full.tfm
%{_texmfdistdir}/fonts/vf/public/tengwarscript/Parmaite_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/TengwarFormal_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/TengwarNoldor_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/TengwarQuenya_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/TengwarSindarin_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/tngan_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/tnganb_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/tnganbi_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/tngani_full.vf
%{_texmfdistdir}/tex/latex/tengwarscript/annatar.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/annatarbold.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/annatarbolditalic.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/annataritalic.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/elfica.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/formal.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/gothika.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/noldor.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/noldorcapI.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/noldorcapII.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/parmaite.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/quenya.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/quenyacapI.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/quenyacapII.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/sindarin.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/sindarincapI.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/sindarincapII.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/teleri.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/tengwarscript.sty
%{_texmfdistdir}/tex/latex/tengwarscript/unicodeparmaite.cfg
%doc %{_texmfdistdir}/doc/latex/tengwarscript/COPYING
%doc %{_texmfdistdir}/doc/latex/tengwarscript/README
%doc %{_texmfdistdir}/doc/latex/tengwarscript/quetta.eps
%doc %{_texmfdistdir}/doc/latex/tengwarscript/quetta.pdf
%doc %{_texmfdistdir}/doc/latex/tengwarscript/tengfonts.pdf
%doc %{_texmfdistdir}/doc/latex/tengwarscript/tengfonts.tex
%doc %{_texmfdistdir}/doc/latex/tengwarscript/tengtest.pdf
%doc %{_texmfdistdir}/doc/latex/tengwarscript/tengtest.tex
%doc %{_texmfdistdir}/doc/latex/tengwarscript/tengwarscript.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tengwarscript/tengwarscript.dtx
%doc %{_texmfdistdir}/source/latex/tengwarscript/tengwarscript.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-5
+ Revision: f4f3dd2
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15194 |14cu|texlive-tensor-2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tensor
# catalog-date 2006-11-03 07:18:50 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-tensor
Version:	2.1
Release:	5
Summary:	Typeset tensors
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tensor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tensor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tensor.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tensor.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package which allows the user to set tensor-style super- and
subscripts with offsets between successive indices. It supports
the typesetting of tensors with mixed upper and lower indices
with spacing, also typset preposed indices. This is a complete
revision and extension of the original 'tensor' package by Mike
Piff.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tensor/tensor.sty
%doc %{_texmfdistdir}/doc/latex/tensor/README
%doc %{_texmfdistdir}/doc/latex/tensor/tensor.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tensor/tensor.dtx
%doc %{_texmfdistdir}/source/latex/tensor/tensor.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-5
+ Revision: a060ca4
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15195 |14cu|texlive-texapi-1.04-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24237
# category Package
# catalog-ctan /macros/generic/texapi
# catalog-date 2011-10-03 08:52:14 +0200
# catalog-license lppl
# catalog-version 1.04
Name:		texlive-texapi
Version:	1.04
Release:	5
Summary:	Macros to write format-independent packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/texapi
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texapi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texapi.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Texapi provides utility macros to write format-independent (and
-aware) packages. It is similar in spirit to the etoolbox,
except that it isn't tied to LaTeX. Tools include: engine and
format detection, expansion control, command definition and
manipulation, various testing macros, string operations, and
highly customizable while and for loops. The package requires
e-TeX (and, should you want to compile its documentation, the
pitex package is also needed).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/texapi/texapi.tex
%doc %{_texmfdistdir}/doc/generic/texapi/README
%doc %{_texmfdistdir}/doc/generic/texapi/texapi-doc.pdf
%doc %{_texmfdistdir}/doc/generic/texapi/texapi-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.04-5
+ Revision: c12989c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15196 |14cu|texlive-texcount-2.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/texcount
# catalog-date 2011-07-29 16:36:04 +0200
# catalog-license lppl
# catalog-version 2.3
Name:		texlive-texcount
Version:	2.3
Release:	6
Summary:	Count words in a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/texcount
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texcount.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texcount.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texcount.bin = %{EVRD}

%description
TeXcount is a Perl script that counts words in the text of
LaTeX files. It has rules for handling most of the common
macros, and can provide colour-coded output showing which parts
of the text have been counted. The package script is available
as a Web service via its home page.


#-----------------------------------------------------------------------
%files
%{_bindir}/texcount
%{_texmfdistdir}/scripts/texcount/texcount.pl
%doc %{_texmfdistdir}/doc/support/texcount/QuickReference.pdf
%doc %{_texmfdistdir}/doc/support/texcount/QuickReference.tex
%doc %{_texmfdistdir}/doc/support/texcount/README
%doc %{_texmfdistdir}/doc/support/texcount/TeXcount.pdf
%doc %{_texmfdistdir}/doc/support/texcount/TeXcount.tex
%doc %{_texmfdistdir}/doc/support/texcount/macros.tex
%doc %{_texmfdistdir}/doc/support/texcount/sub_addrules.tex
%doc %{_texmfdistdir}/doc/support/texcount/sub_options.tex
%doc %{_texmfdistdir}/doc/support/texcount/sub_tc_other.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texcount/texcount.pl texcount
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3-6
+ Revision: 2eed116
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15197 |14cu|texlive-texdef-1.7b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26420
# category Package
# catalog-ctan /support/texdef
# catalog-date 2012-05-15 15:44:48 +0200
# catalog-license gpl3
# catalog-version 1.7b
Name:		texlive-texdef
Version:	1.7b
Release:	4
Summary:	Display the definitions of TeX commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/texdef
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdef.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdef.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdef.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texdef.bin = %{EVRD}

%description
The (Perl) script displays the definition of (La)TeX command
sequences/macros. Various options allow the selection of the
used class and package files and other things which can have
influence on the definition (before/after the preamble, inside
an environment, ...). The script creates a temporary TeX file
which is then compiled using (La)TeX to find the '\meaning' of
the command sequence. The result is formatted and presented to
the user. Length or number command sequences (dimensions,
\char..., count registers, ...) are recognized and the
contained value is also shown (using \the). Special definitions
like protected macros are also recognized and the underlying
macros are shown as well. The script will show plain TeX
definitions by default. LaTeX and ConTeXt are supported,
including flavours (pdf(la)tex, lua(la)tex, xe(la)tex, ...).
The flavour can be selected using an command line option or
over the script name: latexdef will use LaTeX as default, etc.


#-----------------------------------------------------------------------
%files
%{_bindir}/texdef
%{_texmfdistdir}/scripts/texdef/texdef.pl
%doc %{_texmfdistdir}/doc/support/texdef/INSTALL
%doc %{_texmfdistdir}/doc/support/texdef/README
%doc %{_texmfdistdir}/doc/support/texdef/texdef.pdf
#- source
%doc %{_texmfdistdir}/source/support/texdef/texdef.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texdef/texdef.pl texdef
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7b-4
+ Revision: 77c275a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15198 |14cu|texlive-texdiff-0.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29752
# category Package
# catalog-ctan /support/texdiff
# catalog-date 2012-06-27 20:43:57 +0200
# catalog-license artistic
# catalog-version 0.4
Name:		texlive-texdiff
Version:	0.4
Release:	11
Summary:	Compare documents and produce tagged merge
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/texdiff
License:	ARTISTIC
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdiff.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdiff.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texdiff.bin = %{EVRD}

%description
Two files are compared and a new TeX file is output. When the
output file is processed with (La)TeX it marks new changes with
blue and old text with red with a strike-through line.
Furthermore, passages with changes are marked at the margin
with grey bars by the LaTeX changebar package.


#-----------------------------------------------------------------------
%files
%{_bindir}/texdiff
%{_texmfdistdir}/scripts/texdiff/texdiff
%doc %{_mandir}/man1/texdiff.1*
%doc %{_texmfdistdir}/doc/man/man1/texdiff.man1.pdf
%doc %{_texmfdistdir}/doc/support/texdiff/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texdiff/texdiff texdiff
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-11
+ Revision: 9fb3cb2
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15199 |14cu|texlive-texdirflatten-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category Package
# catalog-ctan /support/texdirflatten
# catalog-date 2012-01-12 19:29:56 +0100
# catalog-license artistic
# catalog-version 1.1
Name:		texlive-texdirflatten
Epoch:		1
Version:	1.1
Release:	8
Summary:	Collect files related to a LaTeX job in a single directory
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/texdirflatten
License:	ARTISTIC
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdirflatten.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdirflatten.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texdirflatten.bin = %{EVRD}

%description
The Perl script parses a LaTeX file recursively, scanning all
child files, and collects details of any included and other
data files. These component files, are then all put into a
single directory (thus "flattening" the document's directory
tree).


#-----------------------------------------------------------------------
%files
%{_bindir}/texdirflatten
%{_texmfdistdir}/scripts/texdirflatten/texdirflatten
%doc %{_mandir}/man1/texdirflatten.1*
%doc %{_texmfdistdir}/doc/man/man1/texdirflatten.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texdirflatten/texdirflatten texdirflatten
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.1-8
+ Revision: e5cac6f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15200 |14cu|texlive-tex-ewd-20081115-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/tex-ewd
# catalog-date 2008-11-15 12:33:11 +0100
# catalog-license bsd
# catalog-version undef
Name:		texlive-tex-ewd
Version:	20081115
Release:	5
Summary:	Macros to typeset calculational proofs and programs in Dijkstra's style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/tex-ewd
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-ewd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-ewd.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Edsger W. Dijkstra and others suggest a unique style to present
mathematical proofs and to construct programs. This package
provides macros that support calculational proofs and
Dijkstra's "guarded command language".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/tex-ewd/dotnot.tex
%doc %{_texmfdistdir}/doc/generic/tex-ewd/README
%doc %{_texmfdistdir}/doc/generic/tex-ewd/bsdlic.txt
%doc %{_texmfdistdir}/doc/generic/tex-ewd/p0.tex
%doc %{_texmfdistdir}/doc/generic/tex-ewd/t1.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081115-5
+ Revision: 2f9cad3
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15201 |14cu|texlive-texliveonfly-20111004-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/texliveonfly
# catalog-date 2011-10-04 11:31:57 +0200
# catalog-license gpl3
# catalog-version undef
Name:		texlive-texliveonfly
Version:	20111004
Release:	6
Summary:	On-the-fly download of missing TeX live packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/texliveonfly
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texliveonfly.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texliveonfly.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texliveonfly.bin = %{EVRD}

%description
The package provides a script that performs 'on the fly'
downloads of missing packages, while a document is being
compiled. (This feature is already available in the MikTeX
distribution for Windows machines.) To use the script, replace
your (LaTeX) compilation command with texliveonfly.py file.tex
(default options are --engine=lualatex and --arguments="-
synctex=1 -interaction=nonstopmode", both of which may be
changed). The script is designed to work on Linux
distributions.


#-----------------------------------------------------------------------
%files
%{_bindir}/texliveonfly
%{_texmfdistdir}/scripts/texliveonfly/texliveonfly.py
%doc %{_texmfdistdir}/doc/support/texliveonfly/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texliveonfly/texliveonfly.py texliveonfly
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111004-6
+ Revision: 804d947
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15202 |14cu|texlive-texloganalyser-0.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/texloganalyser
# catalog-date 2010-07-22 14:36:43 +0200
# catalog-license other-free
# catalog-version 0.7
Name:		texlive-texloganalyser
Version:	0.7
Release:	6
Summary:	Analyse TeX logs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/texloganalyser
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texloganalyser.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texloganalyser.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texloganalyser.bin = %{EVRD}

%description
The perl script allows the user to extract (and display)
elements of the log file.


#-----------------------------------------------------------------------
%files
%{_bindir}/texloganalyser
%{_texmfdistdir}/scripts/texloganalyser/texloganalyser
%doc %{_texmfdistdir}/doc/support/texloganalyser/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texloganalyser/texloganalyser texloganalyser
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7-6
+ Revision: eedf820
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15203 |14cu|texlive-texsis-2.18-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22650
# category Package
# catalog-ctan /macros/texsis
# catalog-date 2006-12-11 00:37:24 +0100
# catalog-license lppl
# catalog-version 2.18
Name:		texlive-texsis
Version:	2.18
Release:	6
Summary:	Plain TeX macros for Physicists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/texsis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texsis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texsis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-tex
Requires:	texlive-texsis.bin

%description
TeXsis is a TeX macro package which provides useful features
for typesetting research papers and related documents. For
example, it includes support specifically for: Automatic
numbering of equations, figures, tables and references;
Simplified control of type sizes, line spacing, footnotes,
running headlines and footlines, and tables of contents,
figures and tables; Specialized document formats for research
papers, preprints and ``e-prints,'' conference proceedings,
theses, books, referee reports, letters, and memoranda;
Simplified means of constructing an index for a book or thesis;
Easy to use double column formatting; Specialized environments
for lists, theorems and proofs, centered or non-justified text,
and listing computer code; Specialized macros for easily
constructing ruled tables. TeXsis was originally developed for
physicists, but others may also find it useful. It is
completely compatible with Plain TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/texsis/texsis.bst
%{_texmfdistdir}/tex/texsis/base/AIP.txs
%{_texmfdistdir}/tex/texsis/base/CVformat.txs
%{_texmfdistdir}/tex/texsis/base/Elsevier.txs
%{_texmfdistdir}/tex/texsis/base/Exam.txs
%{_texmfdistdir}/tex/texsis/base/Formletr.txs
%{_texmfdistdir}/tex/texsis/base/IEEE.txs
%{_texmfdistdir}/tex/texsis/base/PhysRev.txs
%{_texmfdistdir}/tex/texsis/base/Spanish.txs
%{_texmfdistdir}/tex/texsis/base/Swedish.txs
%{_texmfdistdir}/tex/texsis/base/TXSconts.tex
%{_texmfdistdir}/tex/texsis/base/TXSdcol.tex
%{_texmfdistdir}/tex/texsis/base/TXSenvmt.tex
%{_texmfdistdir}/tex/texsis/base/TXSeqns.tex
%{_texmfdistdir}/tex/texsis/base/TXSfigs.tex
%{_texmfdistdir}/tex/texsis/base/TXSfmts.tex
%{_texmfdistdir}/tex/texsis/base/TXSfonts.tex
%{_texmfdistdir}/tex/texsis/base/TXShead.tex
%{_texmfdistdir}/tex/texsis/base/TXSinit.tex
%{_texmfdistdir}/tex/texsis/base/TXSletr.tex
%{_texmfdistdir}/tex/texsis/base/TXSmacs.tex
%{_texmfdistdir}/tex/texsis/base/TXSmemo.tex
%{_texmfdistdir}/tex/texsis/base/TXSprns.tex
%{_texmfdistdir}/tex/texsis/base/TXSrefs.tex
%{_texmfdistdir}/tex/texsis/base/TXSruled.tex
%{_texmfdistdir}/tex/texsis/base/TXSsects.tex
%{_texmfdistdir}/tex/texsis/base/TXSsite.tex
%{_texmfdistdir}/tex/texsis/base/TXSsymb.tex
%{_texmfdistdir}/tex/texsis/base/TXStags.tex
%{_texmfdistdir}/tex/texsis/base/TXStitle.tex
%{_texmfdistdir}/tex/texsis/base/Tablebod.txs
%{_texmfdistdir}/tex/texsis/base/WorldSci.txs
%{_texmfdistdir}/tex/texsis/base/color.txs
%{_texmfdistdir}/tex/texsis/base/nuclproc.txs
%{_texmfdistdir}/tex/texsis/base/printfont.txs
%{_texmfdistdir}/tex/texsis/base/spine.txs
%{_texmfdistdir}/tex/texsis/base/texsis.tex
%{_texmfdistdir}/tex/texsis/base/thesis.txs
%{_texmfdistdir}/tex/texsis/base/twin.txs
%{_texmfdistdir}/tex/texsis/config/texsis.ini
%_texmf_fmtutil_d/texsis
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/COPYING
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/Example.tex
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/Fonts.tex
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/INSTALL
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/Install.tex
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/MANIFEST
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/Manual.fgl
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/Manual.ref
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/Manual.tbl
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/Manual.tex
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/NEWS
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/README
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSapxF.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXScover.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSdcol.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSdoc.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSdoc0.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSdocM.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSend.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSenvmt.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSeqns.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSfigs.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSfmts.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSfonts.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSinstl.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSintro.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSletr.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSmisc.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSprns.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSrefs.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSrevs.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSruled.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSsects.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSsite.000
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSsymb.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXStags.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/index.tex
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/letr
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/penguin.eps
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/penguin2.eps
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/texsis.1
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/texsis.el
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/texsis.lsm

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/texsis <<EOF
#
# from texsis:
texsis pdftex - -translate-file=cp227.tcx texsis.ini
EOF



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.18-6
+ Revision: 0dd91dc
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15204 |14cu|texlive-texware-20120627-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /systems/knuth/dist/texware
# catalog-date 2012-06-27 22:19:02 +0200
# catalog-license knuth
# catalog-version undef
Name:		texlive-texware
Version:	20120627
Release:	7
Summary:	Utility programs for use with TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/knuth/dist/texware
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texware.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texware.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-texware.bin

%description
Basic utitility programs, comprising: - dvitype, which converts
a TeX output (DVI) file to a plain text file (see also the DVI
Text Language suite); - pooltype, which converts a TeX-suite
program's "pool" (string) file into human-readable form; and -
tftopl and pltotf, which convert TeX Font Metric (TFM) file to
human readable Property List (PL) files and vice versa.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/dvitype.1*
%doc %{_texmfdistdir}/doc/man/man1/dvitype.man1.pdf
%doc %{_mandir}/man1/pooltype.1*
%doc %{_texmfdistdir}/doc/man/man1/pooltype.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120627-7
+ Revision: 3d36813
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15205 |14cu|texlive-tfrupee-1.02-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20770
# category Package
# catalog-ctan /fonts/tfrupee
# catalog-date 2010-12-16 15:42:40 +0100
# catalog-license gpl3
# catalog-version 1.02
Name:		texlive-tfrupee
Version:	1.02
Release:	5
Summary:	A font offering the new (Indian) Rupee symbol
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/tfrupee
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tfrupee.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tfrupee.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tfrupee.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
The package provides LaTeX support for the (Indian) Rupee
symbol font, created by TechFat. The original font has been
converted to Adobe Type 1 format, and simple LaTeX support
written for its use.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/tfrupee/tfrupee.afm
%{_texmfdistdir}/fonts/map/dvips/tfrupee/tfrupee.map
%{_texmfdistdir}/fonts/tfm/public/tfrupee/tfrupee.tfm
%{_texmfdistdir}/fonts/type1/public/tfrupee/tfrupee.pfb
%{_texmfdistdir}/tex/latex/tfrupee/tfrupee.sty
%doc %{_texmfdistdir}/doc/fonts/tfrupee/LICENSE
%doc %{_texmfdistdir}/doc/fonts/tfrupee/README
%doc %{_texmfdistdir}/doc/fonts/tfrupee/tfrupee.pdf
%doc %{_texmfdistdir}/doc/fonts/tfrupee/tfrupee.tex
#- source
%doc %{_texmfdistdir}/source/fonts/tfrupee/tfrupee.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.02-5
+ Revision: 86b9030
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15206 |14cu|texlive-thmbox-20090325-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/thmbox
# catalog-date 2009-03-25 08:55:29 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-thmbox
Version:	20090325
Release:	5
Summary:	Decorate theorem statements
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thmbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thmbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thmbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thmbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines an environment thmbox that presents
theorems, definitions and similar objects in boxes decorated
with frames and various aesthetic features. The standard macro
\newtheorem may be redefined to use the environment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thmbox/thmbox.sty
%doc %{_texmfdistdir}/doc/latex/thmbox/README
%doc %{_texmfdistdir}/doc/latex/thmbox/thmbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/thmbox/thmbox.dtx
%doc %{_texmfdistdir}/source/latex/thmbox/thmbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090325-5
+ Revision: 9d07bff
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15207 |14cu|texlive-timetable-20080911-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/timetable/timetable.tex
# catalog-date 2008-09-11 15:08:12 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-timetable
Version:	20080911
Release:	5
Summary:	Generate timetables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/timetable/timetable.tex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/timetable.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A highly-configurable package, with nice output and simple
input. The macros use a radix sort mechanism so that the order
of input is not critical.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/timetable/timetable.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080911-5
+ Revision: 994a04f
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15208 |14cu|texlive-tpic2pdftex-1.97-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /graphics/tpic2pdftex
# catalog-date 2012-08-24 00:56:38 +0200
# catalog-license gpl
# catalog-version 1.97
Name:		texlive-tpic2pdftex
Version:	1.97
Release:	10
Summary:	Use tpic commands in PDFTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/tpic2pdftex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tpic2pdftex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tpic2pdftex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tpic2pdftex.x86_64-linux.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Provides:	texlive-tpic2pdftex.bin = %{EVRD}

%description
The AWK script converts pic language, embedded inline
(delimited by .PS and .PE markers), to \pdfliteral commands.

#-----------------------------------------------------------------------
%files
%{_bindir}/tpic2pdftex
%doc %{_mandir}/man1/tpic2pdftex.1*
%doc %{_texmfdistdir}/doc/man/man1/tpic2pdftex.man1.pdf
%doc %{_texmfdistdir}/doc/tpic2pdftex/Makefile
%doc %{_texmfdistdir}/doc/tpic2pdftex/beamerexample.pdf
%doc %{_texmfdistdir}/doc/tpic2pdftex/beamerexample.pic
%doc %{_texmfdistdir}/doc/tpic2pdftex/example.pdf
%doc %{_texmfdistdir}/doc/tpic2pdftex/example.pic

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
# shell script
mkdir -p %{buildroot}%{_bindir}
cp -fpa bin/x86_64-linux/tpic2pdftex %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.97-10
+ Revision: cd95ce4
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15209 |14cu|texlive-trajan-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/trajan
# catalog-date 2007-10-24 18:05:15 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-trajan
Version:	1.1
Release:	5
Summary:	Fonts from the Trajan column in Rome
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/trajan
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trajan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trajan.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trajan.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides fonts (in both MetaFont and Adobe Type 1 format) based
on the capitals carved on the Trajan column in Rome in 114 AD,
together with macros to access the fonts. Many typographers
think these rank first among the Roman's artistic legacy. The
font is uppercase letters together with some punctuation and
analphabetics; no lowercase or digits.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/trajan/trjnr10.afm
%{_texmfdistdir}/fonts/afm/public/trajan/trjnsl10.afm
%{_texmfdistdir}/fonts/map/dvips/trajan/trajan.map
%{_texmfdistdir}/fonts/tfm/public/trajan/trjnr10.tfm
%{_texmfdistdir}/fonts/tfm/public/trajan/trjnsl10.tfm
%{_texmfdistdir}/fonts/type1/public/trajan/trjnr10.pfb
%{_texmfdistdir}/fonts/type1/public/trajan/trjnsl10.pfb
%{_texmfdistdir}/tex/latex/trajan/t1trjn.fd
%{_texmfdistdir}/tex/latex/trajan/trajan.sty
%doc %{_texmfdistdir}/doc/latex/trajan/README
%doc %{_texmfdistdir}/doc/latex/trajan/trajan.pdf
%doc %{_texmfdistdir}/doc/latex/trajan/trytrajan.pdf
%doc %{_texmfdistdir}/doc/latex/trajan/trytrajan.tex
#- source
%doc %{_texmfdistdir}/source/latex/trajan/trajan.dtx
%doc %{_texmfdistdir}/source/latex/trajan/trajan.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-5
+ Revision: 6218e83
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15210 |14cu|texlive-treetex-20081115-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/treetex
# catalog-date 2008-11-15 20:35:55 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-treetex
Version:	20081115
Release:	5
Summary:	Draw trees
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/treetex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/treetex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/treetex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros to draw trees, within TeX (or LaTeX). The algorithm used
is discussed in an accompanying paper (written using LaTeX
2.09).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/treetex/classes.tex
%{_texmfdistdir}/tex/plain/treetex/l_pic.tex
%{_texmfdistdir}/tex/plain/treetex/treetex.tex
%doc %{_texmfdistdir}/doc/plain/treetex/epodd.bbl
%doc %{_texmfdistdir}/doc/plain/treetex/epodd.dvi
%doc %{_texmfdistdir}/doc/plain/treetex/epodd.tex
%doc %{_texmfdistdir}/doc/plain/treetex/readme
%doc %{_texmfdistdir}/doc/plain/treetex/tree_doc.bbl
%doc %{_texmfdistdir}/doc/plain/treetex/tree_doc.dvi
%doc %{_texmfdistdir}/doc/plain/treetex/tree_doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081115-5
+ Revision: f6d357d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15211 |14cu|texlive-turnstile-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/turnstile
# catalog-date 2008-08-24 14:43:48 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-turnstile
Version:	1.0
Release:	5
Summary:	Typeset the (logic) turnstile notation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/turnstile
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turnstile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turnstile.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turnstile.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Among other uses, the turnstile sign is used by logicians for
denoting a consequence relation, related to a given logic,
between a collection of formulas and a derived formula.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/turnstile/turnstile.sty
%doc %{_texmfdistdir}/doc/latex/turnstile/README
%doc %{_texmfdistdir}/doc/latex/turnstile/README.en
%doc %{_texmfdistdir}/doc/latex/turnstile/README.pt
%doc %{_texmfdistdir}/doc/latex/turnstile/turnstile-en.pdf
%doc %{_texmfdistdir}/doc/latex/turnstile/turnstile-pt.pdf
%doc %{_texmfdistdir}/doc/latex/turnstile/turnstile_article.pdf
%doc %{_texmfdistdir}/doc/latex/turnstile/turnstile_article.tex
%doc %{_texmfdistdir}/doc/latex/turnstile/turnstile_artigo.pdf
%doc %{_texmfdistdir}/doc/latex/turnstile/turnstile_artigo.tex
#- source
%doc %{_texmfdistdir}/source/latex/turnstile/turnstile-en.dtx
%doc %{_texmfdistdir}/source/latex/turnstile/turnstile-en.ins
%doc %{_texmfdistdir}/source/latex/turnstile/turnstile-pt.dtx
%doc %{_texmfdistdir}/source/latex/turnstile/turnstile-pt.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 5741401
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15212 |14cu|texlive-txfontsb-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21578
# category Package
# catalog-ctan /fonts/txfontsb
# catalog-date 2011-03-01 17:09:11 +0100
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-txfontsb
Version:	1.1
Release:	5
Summary:	Extensions to txfonts, using GNU Freefont
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/txfontsb
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txfontsb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txfontsb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txfontsb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts that extend the txfonts bundle with small caps
and old style numbers, together with Greek support. The
extensions are made with modifications of the GNU Freefont.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/txfontsb/FreeSerifb-SmallCaps.afm
%{_texmfdistdir}/fonts/afm/public/txfontsb/FreeSerifb-SmallCapsAlt.afm
%{_texmfdistdir}/fonts/afm/public/txfontsb/FreeSerifb.afm
%{_texmfdistdir}/fonts/afm/public/txfontsb/FreeSerifbBold.afm
%{_texmfdistdir}/fonts/afm/public/txfontsb/FreeSerifbBoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/txfontsb/FreeSerifbItalic.afm
%{_texmfdistdir}/fonts/enc/dvips/txfontsb/gptimes.enc
%{_texmfdistdir}/fonts/enc/dvips/txfontsb/gptimesy.enc
%{_texmfdistdir}/fonts/map/dvips/txfontsb/gptimes.map
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesb6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesbi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesbi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesg6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesrg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimessc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimessc6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimessco6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimessco6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesyb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesyb6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesybi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesybi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesyg6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesyi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesyi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesyrg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesysc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesysc6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesysco6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesysco6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/timessc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/timessc6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/timessco6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/timessco6r.tfm
%{_texmfdistdir}/fonts/type1/public/txfontsb/FreeSerifb-SmallCaps.pfb
%{_texmfdistdir}/fonts/type1/public/txfontsb/FreeSerifb-SmallCapsAlt.pfb
%{_texmfdistdir}/fonts/type1/public/txfontsb/FreeSerifb.pfb
%{_texmfdistdir}/fonts/type1/public/txfontsb/FreeSerifbBold.pfb
%{_texmfdistdir}/fonts/type1/public/txfontsb/FreeSerifbBoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/txfontsb/FreeSerifbItalic.pfb
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesb6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesbi6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesi6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesrg6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimessc6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimessco6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesyb6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesybi6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesyi6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesyrg6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesysc6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesysco6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/timessc6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/timessco6a.vf
%{_texmfdistdir}/tex/latex/txfontsb/lgrtxr.fd
%{_texmfdistdir}/tex/latex/txfontsb/lgrtxrc.fd
%{_texmfdistdir}/tex/latex/txfontsb/lgrtxry.fd
%{_texmfdistdir}/tex/latex/txfontsb/lgrtxryc.fd
%{_texmfdistdir}/tex/latex/txfontsb/ot1txrc.fd
%{_texmfdistdir}/tex/latex/txfontsb/ot1txryc.fd
%{_texmfdistdir}/tex/latex/txfontsb/txfontsb.sty
%doc %{_texmfdistdir}/doc/fonts/txfontsb/README
%doc %{_texmfdistdir}/doc/fonts/txfontsb/txfontsb.pdf
%doc %{_texmfdistdir}/doc/fonts/txfontsb/txfontsb.tex
#- source
%doc %{_texmfdistdir}/source/fonts/txfontsb/FreeSerifb-SmallCaps.sfd
%doc %{_texmfdistdir}/source/fonts/txfontsb/FreeSerifb-SmallCapsAlt.sfd
%doc %{_texmfdistdir}/source/fonts/txfontsb/FreeSerifb.sfd
%doc %{_texmfdistdir}/source/fonts/txfontsb/FreeSerifbBold.sfd
%doc %{_texmfdistdir}/source/fonts/txfontsb/FreeSerifbBoldItalic.sfd
%doc %{_texmfdistdir}/source/fonts/txfontsb/FreeSerifbItalic.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-5
+ Revision: 2b10947
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15213 |14cu|texlive-typeoutfileinfo-0.1a-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/typeoutfileinfo
# catalog-date 2012-03-16 14:12:34 +0100
# catalog-license lppl1.3
# catalog-version 0.1a
Name:		texlive-typeoutfileinfo
Version:	0.1a
Release:	5
Summary:	Display class/package/file information
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/typeoutfileinfo
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typeoutfileinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typeoutfileinfo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-typeoutfileinfo.bin = %{EVRD}

%description
The package provides a minimalist shell script, for Unix
systems, that displays the information content in a
\ProvidesFile, \ProvidesPackage or \ProvidesClass command in a
LaTeX source file. The package requires that the readprov
package is available.


#-----------------------------------------------------------------------
%files
%{_bindir}/typeoutfileinfo
%{_texmfdistdir}/scripts/typeoutfileinfo/typeoutfileinfo.sh
%doc %{_texmfdistdir}/doc/support/typeoutfileinfo/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdir}/scripts/typeoutfileinfo/typeoutfileinfo.sh typeoutfileinfo
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1a-5
+ Revision: ccba851
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15214 |14cu|texlive-umtypewriter-001.002-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/umtypewriter
# catalog-date 2009-07-23 15:45:58 +0200
# catalog-license ofl
# catalog-version 001.002
Name:		texlive-umtypewriter
Version:	001.002
Release:	5
Summary:	Fonts to typeset with the xgreek package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/umtypewriter
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umtypewriter.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The UMTypewriter font family is a monospaced font family that
was built from glyphs from the CB Greek fonts, the CyrTUG
Cyrillic alphabet fonts ("LH"), and the standard Computer
Modern font family. It contains four OpenType fonts which are
required for use of the xgreek package for XeLaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/umtypewriter/UMTypewriter-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/umtypewriter/UMTypewriter-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/public/umtypewriter/UMTypewriter-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/umtypewriter/UMTypewriter-Oblique.otf
%{_texmfdistdir}/fonts/opentype/public/umtypewriter/UMTypewriter-Regular.otf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 001.002-5
+ Revision: 0c71f36
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15215 |14cu|texlive-unicode-math-0.7a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27257
# category Package
# catalog-ctan /macros/latex/contrib/unicode-math
# catalog-date 2012-07-30 11:22:32 +0200
# catalog-license lppl1.3
# catalog-version 0.7a
Name:		texlive-unicode-math
Version:	0.7a
Release:	4
Summary:	Unicode mathematics support for XeTeX and LuaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/unicode-math
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-math.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-math.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-math.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-fontspec

%description
The current release of this package typesets mathematics with
unicode input and using OpenType maths fonts. (There is little
compatibility with older maths packages.) XeTeX support is well
tested, though LuaTeX support less so. The package can typeset
using STIX fonts, the XITS development of those fonts, the
Asana-Math fonts and the commercial Cambria Math fonts. There
is no support yet for any extra alphabets in the Unicode
'private use area'. The package relies on recent versions of
the fontspec package and the l3kernel and l3packages bundles.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/unicode-math/unicode-math-luatex.sty
%{_texmfdistdir}/tex/latex/unicode-math/unicode-math-table.tex
%{_texmfdistdir}/tex/latex/unicode-math/unicode-math-xetex.sty
%{_texmfdistdir}/tex/latex/unicode-math/unicode-math.lua
%{_texmfdistdir}/tex/latex/unicode-math/unicode-math.sty
%doc %{_texmfdistdir}/doc/latex/unicode-math/README
%doc %{_texmfdistdir}/doc/latex/unicode-math/unicode-math-testsuite.pdf
%doc %{_texmfdistdir}/doc/latex/unicode-math/unicode-math.pdf
%doc %{_texmfdistdir}/doc/latex/unicode-math/unimath-example.ltx
%doc %{_texmfdistdir}/doc/latex/unicode-math/unimath-symbols.pdf
#- source
%doc %{_texmfdistdir}/source/latex/unicode-math/Makefile
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-active-sscripts.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-alph-spaces.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-arrow-accents.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-mathstyle-french.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-mathstyle-iso.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-mathstyle-literal.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-mathstyle-tex.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-mathstyle-upright.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-mathversion.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-nolimits-spec.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-over-under-2.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-over-under.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-pkg-url.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-primes-1.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-primes-2.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-primes-back.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-query-mathstyle.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-range-prime-check.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-slash-delim-2.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-sqrt-n.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-sqrt.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-sscript-features.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L-sscale-dimen.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L600a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L600b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L600c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L600f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L601a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L601b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L601f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L602b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L603b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L604a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L604b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L650a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L650b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X002a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X002b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X002c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X002d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X002e.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003e.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003g.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003h.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003i.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003j.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003k.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003l.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003m.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003n.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003o.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003p.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X004a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X004b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X004c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X004d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X004e.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X004f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005e.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005g.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005h.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005i.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005j.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005k.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005l.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X010a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X010b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X010c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X010d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X011a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X011b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X012a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X012b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X013a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X013b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X013c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X013d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X013e.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X014a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X014b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X014c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X015a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X015b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X016a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X016b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X016c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X017a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X017b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X017c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X017d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X018a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X018b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X019a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X019b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X020a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X020b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X021a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X021b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X030a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X031a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X031b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X031c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X032a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X032b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X032c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X033a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X100a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X100b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X100c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X100d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X100e.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X101a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X102a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X150a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X151a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X202a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X202b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X203a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X206a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X206b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X206c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X207a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X401a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X500a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X501a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X501b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X501d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X501e.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X502a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X502b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X503a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X600a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X600b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X600c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X600d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X600f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X601a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X601b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X601f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X604a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X604b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X610f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X620b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X650a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X650b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/umtest-preamble.tex
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/umtest-suite-F.tex
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/umtest-suite-L.tex
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/umtest-suite-X.tex
%doc %{_texmfdistdir}/source/latex/unicode-math/unicode-math-testsuite.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/unicode-math.dtx
%doc %{_texmfdistdir}/source/latex/unicode-math/unimath-symbols.ltx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7a-4
+ Revision: 93bccbf
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15216 |14cu|texlive-universa-2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/universa
# catalog-date 2008-11-02 01:06:10 +0100
# catalog-license gpl
# catalog-version 2.0
Name:		texlive-universa
Version:	2.0
Release:	5
Summary:	Herbert Bayer's 'universal' font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/universa
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/universa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/universa.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/universa.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An implementation of the universal font by Herbert Bayer of the
Bauhaus school. The MetaFont sources of the fonts, and their
LaTeX support, are all supplied in a LaTeX documented source
(.dtx) file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/universa/fulbc10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbc12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbc17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbc8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbc9.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbo10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbo12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbo17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbo8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbo9.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbr10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbr12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbr17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbr8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbr9.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbst10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbst12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbst17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbst8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbst9.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmc10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmc12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmc17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmc8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmc9.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmo10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmo12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmo17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmo8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmo9.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmr10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmr12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmr17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmr8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmr9.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmst10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmst12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmst17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmst8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmst9.mf
%{_texmfdistdir}/fonts/source/public/universa/uniacc.mf
%{_texmfdistdir}/fonts/source/public/universa/unibase.mf
%{_texmfdistdir}/fonts/source/public/universa/unidig.mf
%{_texmfdistdir}/fonts/source/public/universa/uniext.mf
%{_texmfdistdir}/fonts/source/public/universa/unilig.mf
%{_texmfdistdir}/fonts/source/public/universa/unilow.mf
%{_texmfdistdir}/fonts/source/public/universa/unipun.mf
%{_texmfdistdir}/fonts/source/public/universa/unispe.mf
%{_texmfdistdir}/fonts/source/public/universa/uniupp.mf
%{_texmfdistdir}/fonts/tfm/public/universa/fulbc10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbc12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbc17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbc8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbc9.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbo12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbo17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbo9.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbr10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbr12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbr17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbr8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbr9.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbst10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbst12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbst17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbst8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbst9.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmc10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmc12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmc17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmc8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmc9.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmo10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmo12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmo17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmo8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmo9.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmst10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmst12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmst17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmst8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmst9.tfm
%{_texmfdistdir}/tex/latex/universa/omluni.fd
%{_texmfdistdir}/tex/latex/universa/omsuni.fd
%{_texmfdistdir}/tex/latex/universa/ot1uni.fd
%{_texmfdistdir}/tex/latex/universa/t1uni.fd
%{_texmfdistdir}/tex/latex/universa/uni.sty
%{_texmfdistdir}/tex/latex/universa/uuni.fd
%doc %{_texmfdistdir}/doc/fonts/universa/README.uni
%doc %{_texmfdistdir}/doc/fonts/universa/copyright.tex
%doc %{_texmfdistdir}/doc/fonts/universa/unidoc.sty
#- source
%doc %{_texmfdistdir}/source/fonts/universa/uni.dtx
%doc %{_texmfdistdir}/source/fonts/universa/uni.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-5
+ Revision: e7fb256
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15217 |14cu|texlive-uni-wtal-ger-20111104-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22169
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-uni-wtal-ger
Version:	20111104
Release:	5
Summary:	TeXLive uni-wtal-ger package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-wtal-ger.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-wtal-ger.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive uni-wtal-ger package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uni-wtal-ger/uni-wtal-ger.bbx
%{_texmfdistdir}/tex/latex/uni-wtal-ger/uni-wtal-ger.cbx
%doc %{_texmfdistdir}/doc/latex/uni-wtal-ger/LIESMICH
%doc %{_texmfdistdir}/doc/latex/uni-wtal-ger/README
%doc %{_texmfdistdir}/doc/latex/uni-wtal-ger/germanistik.bib
%doc %{_texmfdistdir}/doc/latex/uni-wtal-ger/germanistik.pdf
%doc %{_texmfdistdir}/doc/latex/uni-wtal-ger/germanistik.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-5
+ Revision: ad33e10
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15218 |14cu|texlive-uni-wtal-lin-0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31409
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/uni-wtal-lin
# catalog-date 2013-08-10 17:37:59 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-uni-wtal-lin
Version:	0.2
Release:	8
Summary:	Citation style for linguistic studies at the University of Wuppertal
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/uni-wtal-lin
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-wtal-lin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-wtal-lin.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a biblatex citation style based on the
standard author-year style. The citations are optimised for
linguistic studies at the Institute of Linguistics at the
Bergische Universitat Wuppertal.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uni-wtal-lin/uni-wtal-lin.bbx
%{_texmfdistdir}/tex/latex/uni-wtal-lin/uni-wtal-lin.cbx
%doc %{_texmfdistdir}/doc/latex/uni-wtal-lin/CHANGES
%doc %{_texmfdistdir}/doc/latex/uni-wtal-lin/LIESMICH
%doc %{_texmfdistdir}/doc/latex/uni-wtal-lin/README
%doc %{_texmfdistdir}/doc/latex/uni-wtal-lin/uni-wtal-lin.bib
%doc %{_texmfdistdir}/doc/latex/uni-wtal-lin/uni-wtal-lin.pdf
%doc %{_texmfdistdir}/doc/latex/uni-wtal-lin/uni-wtal-lin.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-8
+ Revision: 1ba33a9
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15219 |14cu|texlive-upca-20111104-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22511
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-upca
Version:	20111104
Release:	5
Summary:	TeXLive upca package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/upca.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/upca.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive upca package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/upca/upca.tex
%doc %{_texmfdistdir}/doc/generic/upca/README
%doc %{_texmfdistdir}/doc/generic/upca/test-upca.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-5
+ Revision: 7f60365
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15220 |14cu|texlive-urlbst-0.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /biblio/bibtex/contrib/urlbst
# catalog-date 2011-11-15 11:50:22 +0100
# catalog-license gpl
# catalog-version 0.7
Name:		texlive-urlbst
Version:	0.7
Release:	6
Summary:	Web support for BibTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/urlbst
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/urlbst.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/urlbst.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/urlbst.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-urlbst.bin = %{EVRD}

%description
Supports a new BibTeX 'webpage' entry type and 'url',
'lastchecked', and 'eprint' and 'DOI' fields. The Perl script
urlbst can be used to add this support to an arbitrary .bst
file which has a reasonably conventional structure. The result
is meant to be robust rather than pretty.


#-----------------------------------------------------------------------
%files
%{_bindir}/urlbst
%{_texmfdistdir}/bibtex/bst/urlbst/abbrvurl.bst
%{_texmfdistdir}/bibtex/bst/urlbst/alphaurl.bst
%{_texmfdistdir}/bibtex/bst/urlbst/plainurl.bst
%{_texmfdistdir}/bibtex/bst/urlbst/unsrturl.bst
%{_texmfdistdir}/scripts/urlbst/urlbst
%doc %{_texmfdistdir}/doc/bibtex/urlbst/Makefile.in
%doc %{_texmfdistdir}/doc/bibtex/urlbst/README
%doc %{_texmfdistdir}/doc/bibtex/urlbst/VERSION
%doc %{_texmfdistdir}/doc/bibtex/urlbst/urlbst.bib
%doc %{_texmfdistdir}/doc/bibtex/urlbst/urlbst.html
%doc %{_texmfdistdir}/doc/bibtex/urlbst/urlbst.html.in
%doc %{_texmfdistdir}/doc/bibtex/urlbst/urlbst.pdf
%doc %{_texmfdistdir}/doc/bibtex/urlbst/urlbst.tex
%doc %{_texmfdistdir}/doc/bibtex/urlbst/urlbst.tex.in
#- source
%doc %{_texmfdistdir}/source/bibtex/urlbst/configure
%doc %{_texmfdistdir}/source/bibtex/urlbst/configure.ac

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/urlbst/urlbst urlbst
popd
# remove bad "dependency" generation on @PERL@
rm -f texmf-dist/doc/bibtex/urlbst/urlbst.in
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7-6
+ Revision: 9cd2ac6
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15221 |14cu|texlive-urwchancal-1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21701
# category Package
# catalog-ctan /fonts/urwchancal
# catalog-date 2011-03-10 10:40:13 +0100
# catalog-license lppl
# catalog-version 1
Name:		texlive-urwchancal
Version:	1
Release:	5
Summary:	Use URW's clone of Zapf Chancery as a maths alphabet
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urwchancal
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/urwchancal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/urwchancal.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows (the URW clone of) Zapf Chancery to function
as a maths alphabet, the target of \mathcal or \mathscr, with
accents appearing where they should, and other spacing
parameters set to reasonable (not very tight) values.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/urw/urwchancal/urwchancal.tfm
%{_texmfdistdir}/fonts/vf/urw/urwchancal/urwchancal.vf
%{_texmfdistdir}/tex/latex/urwchancal/urwchancal.sty
%{_texmfdistdir}/tex/latex/urwchancal/uurwchancal.fd
%doc %{_texmfdistdir}/doc/fonts/urwchancal/README
%doc %{_texmfdistdir}/doc/fonts/urwchancal/urwchancal-doc.pdf
%doc %{_texmfdistdir}/doc/fonts/urwchancal/urwchancal-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1-5
+ Revision: 13a74ad
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15222 |14cu|texlive-usebib-1.0a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25969
# category Package
# catalog-ctan /macros/latex/contrib/usebib
# catalog-date 2012-04-13 23:54:56 +0200
# catalog-license lppl1.3
# catalog-version 1.0a
Name:		texlive-usebib
Version:	1.0a
Release:	4
Summary:	A simple bibloography processor
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/usebib
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/usebib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/usebib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/usebib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is described by its author as "a poor person's
replacement for the more powerful methods provided by biblatex
to access data from a .bib file". Its principle commands are
\bibinput (which specifies a database to use) and \usebibdata
(which typesets a single field from a specified entry in that
database.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/usebib/usebib.sty
%doc %{_texmfdistdir}/doc/latex/usebib/README
%doc %{_texmfdistdir}/doc/latex/usebib/usebib.pdf
#- source
%doc %{_texmfdistdir}/source/latex/usebib/usebib.dtx
%doc %{_texmfdistdir}/source/latex/usebib/usebib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-4
+ Revision: e0260be
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15223 |14cu|texlive-vak-20110704-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23431
# category Package
# catalog-ctan /biblio/bibtex/contrib/vak
# catalog-date 2011-07-04 16:33:07 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-vak
Version:	20110704
Release:	5
Summary:	BibTeX style for Russian Theses, books, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/vak
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vak.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vak.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The file can be used to format the bibliographies of PhD
theses, books etc., according to the latest Russian standards:
GOST 7.82 - 2001 and GOST 7.1 - 2003. It introduces the minimum
number of new entries and styles to cover all frequently used
situations. The style file provides an easy way to perform a
semiautomatic, or a completely manual sort of the list of the
references. Processing bibliographies produced by the style
requires a 8-bit BibTeX system.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/vak/vak.bst
%doc %{_texmfdistdir}/doc/bibtex/vak/README
%doc %{_texmfdistdir}/doc/bibtex/vak/test-key.zip
%doc %{_texmfdistdir}/doc/bibtex/vak/test.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110704-5
+ Revision: e1f3473
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15224 |14cu|texlive-varisize-20081121-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/varisize
# catalog-date 2008-11-21 01:34:08 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-varisize
Version:	20081121
Release:	5
Summary:	Change font size in Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/varisize
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varisize.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varisize.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A series of files, each of which defines a size-change macro.
Note that 10point.tex is by convention called by one of the
other files, so that there's always a "way back".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/varisize/10point.tex
%{_texmfdistdir}/tex/plain/varisize/10pointss.tex
%{_texmfdistdir}/tex/plain/varisize/11point.tex
%{_texmfdistdir}/tex/plain/varisize/12point.tex
%{_texmfdistdir}/tex/plain/varisize/14point.tex
%{_texmfdistdir}/tex/plain/varisize/17point.tex
%{_texmfdistdir}/tex/plain/varisize/20point.tex
%{_texmfdistdir}/tex/plain/varisize/7point.tex
%{_texmfdistdir}/tex/plain/varisize/8point.tex
%{_texmfdistdir}/tex/plain/varisize/9point.tex
%doc %{_texmfdistdir}/doc/plain/varisize/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081121-5
+ Revision: 4d87c0d
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15225 |14cu|texlive-venn-20071204-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/venn/venn.mp
# catalog-date 2007-12-04 22:25:23 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-venn
Version:	20071204
Release:	5
Summary:	Creating Venn diagrams with MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/venn/venn.mp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venn.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MetaPost macros for venn diagrams.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/venn/venn.mp
%doc %{_texmfdistdir}/doc/metapost/venn/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20071204-5
+ Revision: dd33499
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15226 |14cu|texlive-venturisadf-1.005-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19444
# category Package
# catalog-ctan /fonts/venturisadf
# catalog-date 2010-07-12 22:26:03 +0200
# catalog-license other-free
# catalog-version 1.005
Name:		texlive-venturisadf
Version:	1.005
Release:	5
Summary:	Venturis ADF fonts collection
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/venturisadf
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venturisadf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venturisadf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venturisadf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

Requires(post):	texlive-tetex

%description
Serif and sans serif complete text font families, in both Adobe
Type 1 and OpenType formats for publication. The family is
based on Utopia family, and has been modified and developed by
the Arkandis Digital foundry. Support for using the fonts, in
LaTeX, is also provided (and makes use of the nfssext-cfr
package).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtb8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtb8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtbc8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtbc8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtbci8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtbci8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtbd8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtbi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtbi8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvth8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvthi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtr8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtr8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtrc8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtrc8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtrci8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtrci8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtrdl8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtri8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtri8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2b8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2b8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2bi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2bi8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2m8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2mi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2r8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2r8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2ri8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2ri8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2x8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2xi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturisold/yvob8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturisold/yvobi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturisold/yvodd8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturisold/yvor8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturisold/yvori8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1b8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1b8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1b8ax.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1bd8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1bi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1bi8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1bi8ax.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1d8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1dd8au.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1di8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1h8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1ho8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1l8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1li8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1r8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1r8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1r8ax.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1ri8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1ri8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1ri8ax.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3b8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3b8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3b8ax.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3bi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3bi8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3bi8ax.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3r8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3r8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3r8ax.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3ri8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3ri8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3ri8ax.afm
%{_texmfdistdir}/fonts/enc/dvips/venturisadf/t1-dotalt-f_f-venturisadf.enc
%{_texmfdistdir}/fonts/enc/dvips/venturisadf/t1-f_f-venturisadf.enc
%{_texmfdistdir}/fonts/enc/dvips/venturisadf/t1-venturis.enc
%{_texmfdistdir}/fonts/enc/dvips/venturisadf/t1-venturisold-longs.enc
%{_texmfdistdir}/fonts/enc/dvips/venturisadf/ts1-euro-venturisadf.enc
%{_texmfdistdir}/fonts/map/dvips/venturis/yvt.map
%{_texmfdistdir}/fonts/map/dvips/venturis2/yv2.map
%{_texmfdistdir}/fonts/map/dvips/venturisold/yvo.map
%{_texmfdistdir}/fonts/map/dvips/venturissans/yv1.map
%{_texmfdistdir}/fonts/map/dvips/venturissans2/yv3.map
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtb-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtb.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtbc-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtbc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtbci-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtbci.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtbd-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtbi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtbi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvth.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvthi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtr-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtr.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtrc-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtrc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtrci-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtrci.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtrdl.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtbc-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtbc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtbci-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtbci.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtrc-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtrc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtrci-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtrci.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtb-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtb.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtbc-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtbc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtbci-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtbci.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtbd-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtbi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtbi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvth.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvthi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtr-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtr.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtrc-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtrc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtrci-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtrci.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtrdl.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/vent-yvtr.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtb8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtb8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtb8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtb8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbc8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbc8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbc8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbci8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbci8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbci8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbci8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcij8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcij8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcijw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcijw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbciw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbciw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcj8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcjw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbd8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbd8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbi8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbi8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbij8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbij8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbijw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbijw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbiw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbiw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbj8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbjw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvth8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvth8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvthi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvthi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtr8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtr8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtr8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtr8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrajw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtraw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrc8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrc8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrc8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrci8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrci8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrci8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrci8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcij8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcij8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcijw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcijw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrciw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrciw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcj8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcjw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrdl8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrdl8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtri8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtri8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrij8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrij8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrijw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrijw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtriw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtriw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrj8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrjw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2b-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2b.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2bi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2bi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2m.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2mi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2r-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2ri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2ri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2xi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2b-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2b.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2bi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2bi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2m.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2mi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2r-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2ri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2ri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2xi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2b8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2b8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2b8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2b8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2bi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2bi8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2bi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2bi8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2m8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2m8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2mi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2mi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2r8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2r8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2r8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2r8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2ri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2ri8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2ri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2ri8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2x8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2x8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2xi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2xi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/t1-yvob.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/t1-yvobi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/t1-yvodd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/t1-yvor.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/t1-yvori.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/ts1-yvob.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/ts1-yvobi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/ts1-yvodd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/ts1-yvor.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/ts1-yvori.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvoab8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvoabi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvoar8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvoari8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvob8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvob8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvobi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvobi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvodd8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvodd8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvor8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvor8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvori8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvori8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1b-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1b-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1b.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1bd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1bi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1bi-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1bi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1d.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1dd-u.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1di.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1h.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1ho.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1l.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1li.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1r-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1r-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1ri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1ri-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1ri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1b-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1b-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1b.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1bd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1bi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1bi-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1bi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1d.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1dd-u.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1di.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1h.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1ho.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1l.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1li.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1r-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1r-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1ri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1ri-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1ri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1b8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1b8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1b8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1b8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1b8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1b8tx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bd8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bd8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bi8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bi8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bi8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bi8tx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1d8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1d8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1dd8cu.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1dd8tu.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1di8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1di8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1h8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1h8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ho8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ho8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1l8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1l8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1li8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1li8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1r8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1r8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1r8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1r8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1r8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1r8tx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ri8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ri8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ri8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ri8tx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3b-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3b-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3b.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3bi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3bi-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3bi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3r-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3r-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3ri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3ri-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3ri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3b-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3b-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3b.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3bi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3bi-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3bi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3r-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3r-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3ri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3ri-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3ri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3b8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3b8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3b8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3b8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3b8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3b8tx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3bi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3bi8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3bi8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3bi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3bi8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3bi8tx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3r8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3r8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3r8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3r8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3r8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3r8tx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3ri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3ri8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3ri8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3ri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3ri8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3ri8tx.tfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtb8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtb8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtb8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtb8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbc8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbc8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbc8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbc8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbci8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbci8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbci8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbci8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbd8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbd8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbi8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbi8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvth8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvth8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvthi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvthi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtr8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtr8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtr8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtr8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrc8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrc8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrc8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrc8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrci8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrci8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrci8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrci8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrdl8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrdl8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtri8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtri8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtri8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2b8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2b8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2b8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2b8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2bi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2bi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2bi8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2bi8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2m8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2m8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2mi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2mi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2r8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2r8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2r8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2r8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2ri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2ri8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2ri8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2ri8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2x8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2x8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2xi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2xi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvob8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvob8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvobi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvobi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvodd8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvodd8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvor8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvor8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvori8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvori8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1b8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1b8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1b8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1b8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1b8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1b8ax.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bd8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bd8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bi8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bi8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bi8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bi8ax.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1d8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1d8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1dd8au.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1dd8au.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1di8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1di8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1h8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1h8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ho8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ho8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1l8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1l8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1li8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1li8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1r8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1r8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1r8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1r8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1r8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1r8ax.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ri8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ri8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ri8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ri8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ri8ax.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3b8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3b8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3b8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3b8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3b8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3b8ax.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3bi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3bi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3bi8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3bi8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3bi8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3bi8ax.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3r8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3r8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3r8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3r8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3r8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3r8ax.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3ri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3ri8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3ri8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3ri8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3ri8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3ri8ax.pfm
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtb8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtb8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtb8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtb8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbc8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbc8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbc8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbci8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbci8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbci8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbci8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcij8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcij8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcijw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcijw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbciw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbciw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcj8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcjw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbd8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbd8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbi8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbi8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbij8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbij8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbijw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbijw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbiw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbiw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbj8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbjw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvth8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvth8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvthi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvthi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtr8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtr8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtr8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtr8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrajw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtraw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrc8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrc8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrc8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrci8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrci8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrci8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrci8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcij8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcij8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcijw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcijw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrciw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrciw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcj8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcjw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrdl8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrdl8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtri8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtri8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrij8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrij8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrijw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrijw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtriw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtriw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrj8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrjw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2b8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2b8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2b8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2b8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2bi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2bi8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2bi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2bi8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2m8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2m8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2mi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2mi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2r8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2r8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2r8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2r8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2ri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2ri8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2ri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2ri8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2x8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2x8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2xi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2xi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvoab8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvoabi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvoar8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvoari8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvob8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvob8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvobi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvobi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvodd8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvodd8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvor8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvor8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvori8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvori8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1b8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1b8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1b8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1b8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1b8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1b8tx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bd8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bd8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bi8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bi8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bi8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bi8tx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1d8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1d8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1dd8cu.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1dd8tu.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1di8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1di8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1h8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1h8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ho8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ho8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1l8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1l8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1li8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1li8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1r8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1r8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1r8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1r8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1r8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1r8tx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ri8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ri8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ri8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ri8tx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3b8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3b8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3b8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3b8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3b8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3b8tx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3bi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3bi8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3bi8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3bi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3bi8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3bi8tx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3r8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3r8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3r8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3r8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3r8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3r8tx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3ri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3ri8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3ri8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3ri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3ri8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3ri8tx.vf
%{_texmfdistdir}/tex/latex/venturis/t1yvt.fd
%{_texmfdistdir}/tex/latex/venturis/t1yvtajw.fd
%{_texmfdistdir}/tex/latex/venturis/t1yvtaw.fd
%{_texmfdistdir}/tex/latex/venturis/t1yvtd.fd
%{_texmfdistdir}/tex/latex/venturis/t1yvtj.fd
%{_texmfdistdir}/tex/latex/venturis/t1yvtjw.fd
%{_texmfdistdir}/tex/latex/venturis/t1yvtw.fd
%{_texmfdistdir}/tex/latex/venturis/ts1yvt.fd
%{_texmfdistdir}/tex/latex/venturis/ts1yvtajw.fd
%{_texmfdistdir}/tex/latex/venturis/ts1yvtaw.fd
%{_texmfdistdir}/tex/latex/venturis/ts1yvtd.fd
%{_texmfdistdir}/tex/latex/venturis/ts1yvtj.fd
%{_texmfdistdir}/tex/latex/venturis/ts1yvtjw.fd
%{_texmfdistdir}/tex/latex/venturis/ts1yvtw.fd
%{_texmfdistdir}/tex/latex/venturis2/t1yv2.fd
%{_texmfdistdir}/tex/latex/venturis2/ts1yv2.fd
%{_texmfdistdir}/tex/latex/venturisadf/venturis.sty
%{_texmfdistdir}/tex/latex/venturisadf/venturis2.sty
%{_texmfdistdir}/tex/latex/venturisadf/venturisold.sty
%{_texmfdistdir}/tex/latex/venturisold/t1yvo.fd
%{_texmfdistdir}/tex/latex/venturisold/t1yvoa.fd
%{_texmfdistdir}/tex/latex/venturisold/t1yvoad.fd
%{_texmfdistdir}/tex/latex/venturisold/t1yvod.fd
%{_texmfdistdir}/tex/latex/venturisold/ts1yvo.fd
%{_texmfdistdir}/tex/latex/venturisold/ts1yvoa.fd
%{_texmfdistdir}/tex/latex/venturisold/ts1yvoad.fd
%{_texmfdistdir}/tex/latex/venturisold/ts1yvod.fd
%{_texmfdistdir}/tex/latex/venturissans/t1yv1.fd
%{_texmfdistdir}/tex/latex/venturissans/t1yv1d.fd
%{_texmfdistdir}/tex/latex/venturissans/ts1yv1.fd
%{_texmfdistdir}/tex/latex/venturissans/ts1yv1d.fd
%{_texmfdistdir}/tex/latex/venturissans2/t1yv3.fd
%{_texmfdistdir}/tex/latex/venturissans2/ts1yv3.fd
%_texmf_updmap_d/venturisadf
%doc %{_texmfdistdir}/doc/fonts/venturisadf/LICENSE-utopia.txt
%doc %{_texmfdistdir}/doc/fonts/venturisadf/LIST-Venturis.txt
%doc %{_texmfdistdir}/doc/fonts/venturisadf/README
%doc %{_texmfdistdir}/doc/fonts/venturisadf/manifest.txt
%doc %{_texmfdistdir}/doc/fonts/venturisadf/venturisadf.pdf
%doc %{_texmfdistdir}/doc/fonts/venturisadf/venturisadf.tex
#- source
%doc %{_texmfdistdir}/source/fonts/venturisadf/lining.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/oldstyle.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/rename.venturis
%doc %{_texmfdistdir}/source/fonts/venturisadf/rename.venturis2
%doc %{_texmfdistdir}/source/fonts/venturisadf/rename.venturisold
%doc %{_texmfdistdir}/source/fonts/venturisadf/rename.venturissans
%doc %{_texmfdistdir}/source/fonts/venturisadf/rename.venturissans2
%doc %{_texmfdistdir}/source/fonts/venturisadf/rename.venturistitling
%doc %{_texmfdistdir}/source/fonts/venturisadf/resetalt.mtx
%doc %{_texmfdistdir}/source/fonts/venturisadf/t1-dotalt-f_f.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/t1-f_f.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/t1-venturis.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/t1-venturisold-longs.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/t1-venturisold.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/t1j-f_f.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/t1j-venturis.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/ts1-euro.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/ucdotalt.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/yv1-drv.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yv1-map.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yv2-drv.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yv2-map.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yv3-drv.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yv3-map.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yvo-drv.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yvo-map.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yvt-drv.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yvt-map.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/venturisadf <<EOF
Map yv1.map
Map yv2.map
Map yv3.map
Map yvo.map
Map yvt.map
EOF



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.005-5
+ Revision: d997165
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15227 |14cu|texlive-wsuipa-20120127-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25469
# category Package
# catalog-ctan /fonts/wsuipa
# catalog-date 2012-01-27 13:33:18 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-wsuipa
Version:	20120127
Release:	4
Summary:	International Phonetic Alphabet fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/wsuipa
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wsuipa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wsuipa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a 7-bit IPA font, as Metafont source, and
macros for support under TeXt1 and LaTeX. The fonts (and
macros) are now largely superseded by the tipa fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/wsuipa/iaccent.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/igreekl.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/iparoman.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/iromanl.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/iromanp.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/iromanu.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wbxipa10.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wbxipa11.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wbxipa12.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wbxipa17.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wbxipa8.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wbxipa9.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wslipa10.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wslipa11.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wslipa12.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wslipa17.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wslipa8.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wslipa9.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wsuipa10.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wsuipa11.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wsuipa12.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wsuipa17.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wsuipa8.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wsuipa9.mf
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wbxipa10.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wbxipa11.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wbxipa12.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wbxipa17.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wbxipa8.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wbxipa9.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wslipa10.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wslipa11.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wslipa12.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wslipa17.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wslipa8.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wslipa9.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wsuipa10.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wsuipa11.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wsuipa12.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wsuipa17.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wsuipa8.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wsuipa9.tfm
%{_texmfdistdir}/tex/latex/wsuipa/ipa.sty
%{_texmfdistdir}/tex/latex/wsuipa/ipalmacs.sty
%{_texmfdistdir}/tex/latex/wsuipa/uipa.fd
%doc %{_texmfdistdir}/doc/fonts/wsuipa/LICENCE-wsuipa.txt
%doc %{_texmfdistdir}/doc/fonts/wsuipa/README
%doc %{_texmfdistdir}/doc/fonts/wsuipa/changes.dec93
%doc %{_texmfdistdir}/doc/fonts/wsuipa/changes.jun91
%doc %{_texmfdistdir}/doc/fonts/wsuipa/changes.mar91
%doc %{_texmfdistdir}/doc/fonts/wsuipa/changes.may92
%doc %{_texmfdistdir}/doc/fonts/wsuipa/changes.nov90
%doc %{_texmfdistdir}/doc/fonts/wsuipa/compilefonts
%doc %{_texmfdistdir}/doc/fonts/wsuipa/ipamacs.tex
%doc %{_texmfdistdir}/doc/fonts/wsuipa/ipaman.ps
%doc %{_texmfdistdir}/doc/fonts/wsuipa/latex209/ipalman.tex
%doc %{_texmfdistdir}/doc/fonts/wsuipa/latex209/lipaman.tex
%doc %{_texmfdistdir}/doc/fonts/wsuipa/latex2e/ipaman.tex
%doc %{_texmfdistdir}/doc/fonts/wsuipa/text1/ipaman.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120127-4
+ Revision: 5526d0a
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15228 |14cu|texlive-xcite-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23783
# category Package
# catalog-ctan /macros/latex/contrib/xcite
# catalog-date 2011-09-03 01:03:37 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-xcite
Version:	1.0
Release:	5
Summary:	Use citation keys from a different document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xcite
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcite.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcite.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package lets you use citation keys from another document,
just as the xr package allows cross-document use of labels.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xcite/xcite.sty
%doc %{_texmfdistdir}/doc/latex/xcite/README
%doc %{_texmfdistdir}/doc/latex/xcite/xcite.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xcite/xcite.dtx
%doc %{_texmfdistdir}/source/latex/xcite/xcite.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 6f417f7
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15229 |14cu|texlive-xii-20130917-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31683
# category Package
# catalog-ctan /macros/plain/contrib/xii
# catalog-date 2013-09-17 19:06:55 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-xii
Version:	20130917
Release:	7
Summary:	Christmas silliness
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/xii
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xii.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xii.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive xii package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/plain/xii/README
%doc %{_texmfdistdir}/doc/plain/xii/xii.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130917-7
+ Revision: c839f13
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15230 |14cu|texlive-xlop-0.24-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22096
# category Package
# catalog-ctan /macros/generic/xlop
# catalog-date 2011-04-16 11:58:01 +0200
# catalog-license lppl
# catalog-version 0.24
Name:		texlive-xlop
Version:	0.24
Release:	5
Summary:	Calculates and displays arithmetic operations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/xlop
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xlop.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xlop.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xlop.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Xlop (eXtra Large OPeration) will typeset arithmetic problems
either in-line or "as in school" (using French school
conventions). So for example, \opadd{2}{3} can give either
$2+3=5$ or something similar to: \begin{tabular}{r} 2\\ +3\\
\hline 5\end{tabular}. Furthermore, numbers may be very large,
e.g 200 figures (with a very long compilation time). Many other
features allow to deal with numbers (tests, display, some high
level operations, etc.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/xlop/xlop.sty
%{_texmfdistdir}/tex/generic/xlop/xlop.tex
%doc %{_texmfdistdir}/doc/generic/xlop/LISEZ.MOI
%doc %{_texmfdistdir}/doc/generic/xlop/README
%doc %{_texmfdistdir}/doc/generic/xlop/xlop-doc-fr.pdf
%doc %{_texmfdistdir}/doc/generic/xlop/xlop-doc-fr.tex
%doc %{_texmfdistdir}/doc/generic/xlop/xlop-doc.pdf
%doc %{_texmfdistdir}/doc/generic/xlop/xlop-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/xlop/manual.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.24-5
+ Revision: d427f99
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15231 |14cu|texlive-yax-1.03-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21183
# category Package
# catalog-ctan /macros/generic/yax
# catalog-date 2011-01-23 17:05:29 +0100
# catalog-license lppl
# catalog-version 1.03
Name:		texlive-yax
Version:	1.03
Release:	5
Summary:	Yet Another Key System
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/yax
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yax.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yax.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
YaX is advertised as a key system, but it rather organizes
attributes in parameters, which parameters can be executed, so
that YaX is halfway between key management and macro definition
(and actually hopes to provide a user's interface). Values
assigned to attributes can be retrieved and tested in various
ways, with full expandability ensured as much as possible.
Finally, YaX's syntax is a quite peculiar (as few braces as
possible), but may be customized. YaX is based on texapi and
thus requires e-TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/yax/t-yax.tex
%{_texmfdistdir}/tex/generic/yax/yax.sty
%{_texmfdistdir}/tex/generic/yax/yax.tex
%doc %{_texmfdistdir}/doc/generic/yax/README
%doc %{_texmfdistdir}/doc/generic/yax/yax-doc.pdf
%doc %{_texmfdistdir}/doc/generic/yax/yax-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.03-5
+ Revision: 76aa521
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15232 |14cu|texlive-yfonts-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/yfonts
# catalog-date 2007-03-01 23:46:20 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-yfonts
Version:	1.3
Release:	5
Summary:	Support for old German fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/yfonts
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yfonts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yfonts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX interface to the old-german fonts designed by Yannis
Haralambous: Gothic, Schwabacher, Fraktur and the baroque
initials.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/yfonts/yfonts.sty
%doc %{_texmfdistdir}/doc/latex/yfonts/frktest.tex
%doc %{_texmfdistdir}/doc/latex/yfonts/liesmich
%doc %{_texmfdistdir}/doc/latex/yfonts/readme
#- source
%doc %{_texmfdistdir}/source/latex/yfonts/yfonts.dtx
%doc %{_texmfdistdir}/source/latex/yfonts/yfonts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-5
+ Revision: 78777e1
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15233 |14cu|texlive-yhmath-20070301-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/yhmath
# catalog-date 2007-03-01 23:46:20 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-yhmath
Version:	20070301
Release:	5
Summary:	Extended maths fonts for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/yhmath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yhmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yhmath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yhmath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The yhmath bundle contains fonts (type in 1 format) and a LaTeX
package for using them.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/yhmath/yhmath.map
%{_texmfdistdir}/fonts/source/public/yhmath/yhbigacc.mf
%{_texmfdistdir}/fonts/source/public/yhmath/yhbigdel.mf
%{_texmfdistdir}/fonts/source/public/yhmath/yhcmex10.mf
%{_texmfdistdir}/fonts/source/public/yhmath/yhmathex.mf
%{_texmfdistdir}/fonts/source/public/yhmath/yrcmex10.mf
%{_texmfdistdir}/fonts/tfm/public/yhmath/yhcmex10.tfm
%{_texmfdistdir}/fonts/tfm/public/yhmath/yrcmex10.tfm
%{_texmfdistdir}/fonts/type1/public/yhmath/yhcmex.pfb
%{_texmfdistdir}/fonts/vf/public/yhmath/yhcmex10.vf
%{_texmfdistdir}/tex/latex/yhmath/OMXyhex.fd
%{_texmfdistdir}/tex/latex/yhmath/yhmath.sty
%doc %{_texmfdistdir}/doc/latex/yhmath/yhmath.pdf
#- source
%doc %{_texmfdistdir}/source/latex/yhmath/yhmath.drv
%doc %{_texmfdistdir}/source/latex/yhmath/yhmath.dtx
%doc %{_texmfdistdir}/source/latex/yhmath/yhmath.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070301-5
+ Revision: a8f85a9
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15234 |14cu|texlive-ytableau-1.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27430
# category Package
# catalog-ctan /macros/latex/contrib/ytableau
# catalog-date 2012-08-16 12:45:33 +0200
# catalog-license lppl1.2
# catalog-version 1.3
Name:		texlive-ytableau
Version:	1.3
Release:	8
Summary:	Many-featured Young tableaux and Young diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ytableau
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ytableau.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ytableau.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ytableau.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides several functions for drawing Young
tableaux and Young diagrams, extending the young and youngtab
packages but providing lots more features. Skew and coloured
tableaux are easy, and pgfkeys-enabled options are provided
both at package load and configurably.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ytableau/ytableau.sty
%doc %{_texmfdistdir}/doc/latex/ytableau/README
%doc %{_texmfdistdir}/doc/latex/ytableau/ytableau.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ytableau/ytableau.dtx
%doc %{_texmfdistdir}/source/latex/ytableau/ytableau.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Mar 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-8
+ Revision: 9afb86c
- MassBuild#681: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15235 |14cu|texmaker-4.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:            texmaker
Version:         4.5
Release:         1
Epoch:           1
Summary:         A QT-based LATEX editor
License:         GPLv2+
Group:           Publishing
URL:             http://www.xm1math.net/texmaker/
Source0:         http://www.xm1math.net/texmaker/%{name}-%{version}.tar.bz2
### TODO: switch to qt5 build ###
# a compilation trouble has been fixed with Qt 5.5.x

BuildRequires:   desktop-file-utils
BuildRequires:   qt4-devel 
BuildRequires:   pkgconfig(poppler-qt4) 
BuildRequires:   hunspell-devel

Requires:        aspell
Requires:	 texlive-scheme-tetex

%description
Texmaker is a free LaTeX editor that integrates many tools needed to develop
documents with LaTeX, in just one application.

It includes the following features:
- an Unicode editor to write your LaTeX source files 
  (syntax highlighting, undo-redo, search-replace, ...)
- the principal LaTex tags can be inserted directly with the "LaTeX", 
  "Math" and "Greek" menus 
- 370 mathematical symbols can be inserted in just one click 
- wizards to generate code ('Quick document', 'Quick letter', tabular,
  tabbing and array environments) 
- LaTeX-related programs can be launched via the "Tools" menu 
- the standard Bibtex entry types can be inserted in the ".bib" file
  with the "Bibliography" menu 
- a "structure view" of the document for easier navigation of a document 
  (by clicking on an item in the "Structure" frame, you can jump directly 
  to the corresponding part of your document 
- extensive LaTeX documentation 
- in the "Messages / Log File" frame, you can see information about processes 
  and the log file after a LaTeX compilation 
- the "Next Latex Error" and "Previous Latex Error" commands let you reach the
  LaTeX errors detected by Kile in the log file 
- by clicking on the number of a line in the log file, the cursor jumps to the 
  corresponding line in the editor 

%prep
%setup -q
# not utf8
for file in dictionaries/{README_DIC_fr_FR,README_pt_PT,README_en_US,README_de_DE_frami,it_IT_README}.txt; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
%qmake_qt4
%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}

# icons
for size in 16 22 32 48 64 128
do
    dir="%{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/"
    install -d -m755 $dir
    ln -s "../../../../texmaker/texmaker${size}x${size}.png" "%{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/%{name}.png"
done
install -d -m755 %{buildroot}%{_iconsdir}/hicolor/scalable/apps/
ln -s ../../../../texmaker/texmaker.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
install -d -m755 %{buildroot}%{_miconsdir}/
ln -s ../../texmaker/texmaker16x16.png %{buildroot}%{_miconsdir}/%{name}.png
ln -s ../texmaker/texmaker32x32.png %{buildroot}%{_iconsdir}/%{name}.png
install -d -m755 %{buildroot}%{_liconsdir}/
ln -s ../../texmaker/texmaker48x48.png %{buildroot}%{_liconsdir}/%{name}.png

install -d -m 755 %{buildroot}%{_docdir}/%{name}/
mv -f %{buildroot}%{_datadir}/texmaker/*.txt %{buildroot}%{_datadir}/texmaker/AUTHORS %{buildroot}%{_datadir}/texmaker/COPYING %{buildroot}%{_docdir}/%{name}/


%find_lang %{name} --with-qt --all-name


%files -f %{name}.lang
%doc %{_docdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}/*.html
%{_datadir}/%{name}/*.png
%{_datadir}/%{name}/*.aff
%{_datadir}/%{name}/*.dic
%{_datadir}/%{name}/*.css
%{_datadir}/%{name}/*.js
%{_datadir}/%{name}/*.tms
%{_datadir}/%{name}/texmaker.svg
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png




%changelog

* Mon Nov 16 2015 abfonly <abfonly@gmail.com> 1:4.5-1
- (d9dd3c8) Log: Update to 4.5
- (d9dd3c8) - /Library/TeX/texbin/ has been added to the default path for MacOsX El Capitan
- (d9dd3c8) - the content of the \cite{} command is no more scanned while the spell checking
- (d9dd3c8) - a compilation trouble has been fixed with Qt 5.5.x
- (d9dd3c8) - a new option allow the svn users to display the uncommitted lines with a
- (d9dd3c8) different color in the line number widget (Configure Texmaker -> Editor)
- (d9dd3c8) - two more options for the pdf internel viewer contextual menu (user request):
- (d9dd3c8) number of words in the current pdf page and open the file browser at the pdf file location
- (d9dd3c8) TODO
- (d9dd3c8) =====
- (d9dd3c8) switch to qt5 build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15236 |14cu|texstudio-2.10.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		texstudio
Summary:	Free cross-platform LaTeX editor
License:	GPLv2+
Version:	2.10.8
Release:	1
Source0:	http://downloads.sourceforge.net/texstudio/texstudio-%{version}.tar.gz
URL:		http://texstudio.sourceforge.net/
Group:		Publishing
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(poppler-qt4)
Requires:	desktop-file-utils 

%description
TeXstudio is a LaTeX IDE that gives you an environment where you can easily
create and manage LaTeX documents. It provides modern writing support, like
interactive spell checking, code folding and syntax highlighting. Also it
serves as a starting point from where you can easily run all necessary LaTeX
tools.

%prep
%setup -q -n %{name}%{version}
cp INSTALL README

%build
%qmake_qt4 PREFIX=%{_prefix} texstudio.pro 
%make 

%install
%makeinstall INSTALL_ROOT=%buildroot

%files
%doc README
%{_datadir}/%{name}/*
%{_datadir}/applications/texstudio.desktop
%{_datadir}/appdata/texstudio.appdata.xml
%{_datadir}/icons/hicolor/scalable/apps/texstudio.svg
%{_bindir}/texstudio


%changelog

* Thu Mar 31 2016 Denis Silakov <dsilakov@gmail.com> 2.10.8-1
- (57b687c) Updated to 2.10.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15237 |14cu|tgt-1.0.60-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without iser
%bcond_with fcoe

Name:           tgt
Version:        1.0.60
Release:        2
Summary:        The SCSI target daemon and utility programs
Group:          Networking/Other
License:        GPL
URL:            http://stgt.sourceforge.net/

Source0:        https://github.com/fujita/tgt/archive/v%{version}.zip
# initscript stolen from fedora
Source1:        tgtd.init
%if %with iser
BuildRequires:	libibverbs-devel
BuildRequires:	rdmacm-devel
BuildRequires:  xsltproc
%endif

%description
The SCSI target package contains the daemon and tools to setup a SCSI targets.
Currently, software iSCSI targets are supported.

%prep
%setup -q -n tgt-%{version}

%build
%make RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing" \
%if %with iser
ISCSI_RDMA=1 \
%endif
%if %with fcoe
FCOE=1 \
%endif
ISCSI=1

%install
make install DESTDIR=%{buildroot}
mkdir -p %{buildroot}%{_initrddir}
install %{SOURCE1} %{buildroot}%{_initrddir}/tgtd

%post
%_post_service tgtd

%preun
%_preun_service tgtd

%files
%doc README doc/README.* doc/*.txt conf/examples/*
%{_sbindir}/tgtd
%{_sbindir}/tgtadm
%{_sbindir}/tgt-setup-lun
%{_sbindir}/tgt-admin
%{_sbindir}/tgtimg
%{_mandir}/man8/*
%{_initrddir}/tgtd
%config(noreplace) %{_sysconfdir}/tgt/targets.conf
%{_sysconfdir}/tgt/examples

%changelog

* Mon Nov 23 2015 Denis Silakov <dsilakov@gmail.com> 1.0.60-2
- (cf974a0) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15238 |14cu|thedarkmod-2.05-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define name thedarkmod
%define version 2.05
%define release 2
ExclusiveArch: %{ix86}

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        Steampunk Stealth Game
License:        GPLv3 and CC-BY-SA
Group:          Games/Arcade
Url:            http://www.thedarkmod.com/
Source0:        http://www.thedarkmod.com/sources/%{name}.%{version}.src.7z
Source1:        thedarkmod.rpmlintrc
Source3:        thedarkmod
Source4:        thedarkmod.png
Source5:        thedarkmod.desktop
BuildRequires:  libboost-devel
BuildRequires:  glibc-devel
BuildRequires:  hicolor-icon-theme
BuildRequires:  jpeg-devel
BuildRequires:  libtinyxml-devel
BuildRequires:  pkgconfig(alsa)
BuildRequires:  bzip2-devel
BuildRequires:  freetype2-devel
BuildRequires:  pkgconfig(glew)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(IL)
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(libssl)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xxf86vm)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(zlib)
BuildRequires:  p7zip
BuildRequires:  scons
BuildRequires:  zip
BuildRequires:  desktop-file-utils
BuildRequires:  imagemagick

Requires:       xterm
Requires:       opengl-games-utils
Requires:       libpng12.so.0

%description
A first-person stealth game. In it you play a hooded figure
slinking through the shadows of a gothic steampunk city,
hunting priceless valuables while avoiding the swords and
arrows of those hired to stop you.

%files
%doc COPYING.txt LICENSE.txt README.txt README.urpmi
%{_bindir}/thedarkmod
# keep absolute path for _libdir so can be installed on x86_64 machines
/usr/lib/thedarkmod
%{_datadir}/applications/thedarkmod.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
#---------------------------------------------------------

%prep
%setup -qc %{name}-%{version}
cat > README.urpmi << EOF
=============================================
The default resolution is lame , to change it 
according to your screen resolution, edit the 
config file in $HOME/.doom/thedarkmod and set 
width=your_screen_width
height=your_screen_height.
The Data pk file are installed at install time,
according to your bandwith, wil take some time.
Brought to you by:
Symbianflo 
MandrivaUsers.Ro Rosalinux.Ro
MRB ain't no shit
==============================================
EOF

%build
%setup_compile_flags
touch scons.signatures.dblite
%scons  BUILD_GAMEPAK=1 NO_GCH=0 BUILD=release --debug=explain

pushd tdm_update
	scons -c
	scons BUILD="release"
popd

%install
mkdir -p %{buildroot}/usr/lib/thedarkmod/
mv thedarkmod.x86 %{buildroot}/usr/lib/thedarkmod/
mv gamex86-base.so %{buildroot}/usr/lib/thedarkmod/gamex86.so
mv tdm_game02.pk4 %{buildroot}/usr/lib/thedarkmod/

# wrapper
mkdir -p %{buildroot}%{_bindir}
install -m0755 %{SOURCE3} %{buildroot}%{_bindir}

install -m0755 tdm_update/tdm_update.linux %{buildroot}/usr/lib/thedarkmod/


for size in 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size %{SOURCE4} \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

mkdir -p %{buildroot}%{_datadir}/applications/
install -m0644 %{SOURCE5} %{buildroot}%{_datadir}/applications/

desktop-file-validate %{buildroot}%{_datadir}/applications/thedarkmod.desktop

%post
# updating and install the pk files 
cd /usr/lib/thedarkmod
./tdm_update.linux 

%postun
rm -fr /usr/lib/thedarkmod


%changelog

* Sat Mar 18 2017 abfonly <abfonly@gmail.com> 2.05-2
- (10b650d) Log: Update to 2.05
- (10b650d) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15239 |14cu|thinkfan-0.9.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple and lightweight fan control program
Name:		thinkfan
Version:	0.9.3
Release:	1
License:	GPLv3+
Group:		System/Base
Url:		http://thinkfan.sourceforge.net/
Source0:	http://downloads.sourceforge.net/thinkfan/%{name}-%{version}.tar.gz
Source1:	%{name}.service
Source2:	%{name}.modprobe
Source3:	%{name}.sysconfig
Patch0:		thinkfan-0.9.3-cmake.patch
BuildRequires:	cmake
Requires(post,preun,postun):	systemd

%description
Thinkfan is a simple, lightweight fan control program. Originally designed
specifically for IBM/Lenovo Thinkpads, it now supports any kind of system via
the sysfs hwmon interface (/sys/class/hwmon). It is designed to eat as little
CPU power as possible.

%files
%doc COPYING NEWS README examples/
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_sysconfdir}/modprobe.d/thinkfan.conf
%{_sysconfdir}/sysconfig/thinkfan
%{_sbindir}/%{name}
%{_unitdir}/%{name}.service
%{_mandir}/man1/%{name}.1*

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build

#install -p -D -m 644 rcscripts/%{name}.service %{buildroot}%{_unitdir}/%{name}.service
# this is more complete:
install -Dpm 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -Dpm 644 examples/thinkfan.conf.complex %{buildroot}%{_sysconfdir}/%{name}.conf

# Install modprobe configuration file
install -Dpm 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/modprobe.d/thinkfan.conf

# Install sysconfig
install -Dpm 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/thinkfan


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3-1
- (0dd7dbf) New version 0.9.3
- (0dd7dbf) Switch to cmake
- (0dd7dbf) Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15240 |14cu|thttpd-2.25b-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _default_patch_fuzz 2
%define webroot /var/lib/thttpd

Summary:	Throttleable lightweight httpd server

Name:		thttpd
Version:	2.25b
Release:	13
License:	BSD
Group:		System/Servers
URL:		http://www.acme.com/software/thttpd
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.service
Source2:	%{name}.conf
Source3:	%{name}.logrotate
Source4:	%{name}.sysconfig
Source5:	%{name}-index.html
Source11:	%{name}_powered_3.png
# http://rekl.yi.org/thttpd/pub/patch-thttpd-2.25b-re1
Patch0:		patch-thttpd-2.25b-re1
# http://jonas.fearmuffs.net/software/thttpd/thttpd-2.25b+impan-pl5.diff.gz
Patch1:		thttpd-2.25b+impan-pl5.diff
# http://www.ogris.de/thttpd/thttpd-2.25b.access.patch.diff
Patch2:		thttpd-2.25b.access.patch.diff
Patch3:		thttpd-2.25b-getline_conflict_fix.diff
Requires(post,preun):	rpm-helper
Provides:	webserver
BuildRequires:	zlib-devel

%description
Thttpd is a very compact no-frills httpd serving daemon that can
handle very high loads.  While lacking many of the advanced
features of Apachee, thttpd operates without forking and is
extremely efficient in memory use.  Basic support for cgi scripts,
authentication, and ssi is provided for. Advanced features include
the ability to throttle traffic.

%prep

%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p0

# tag the default index.html page
perl -pi -e "s|_NAME_-_VERSION_|%{name}-%{version}|g" %{name}-index.html

echo "# put some css in here for directory listings" > dirlist.css 
echo "# put some css in here for custom error messages" > error.css
echo "<b>This directory contains 'el cheapo' style web links.</b>" > .description

%build
%configure
# Hacks :-)
perl -pi -e 's/-o bin -g bin//g' Makefile
perl -pi -e 's/-m 444/-m 644/g; s/-m 555/-m 755/g' Makefile
perl -pi -e 's/.*chgrp.*//g; s/.*chmod.*//g' extras/Makefile
# Config changes
%{?_without_indexes:      perl -pi -e 's/#define GENERATE_INDEXES/#undef GENERATE_INDEXES/g' config.h}
%{!?_with_showversion:    perl -pi -e 's/#define SHOW_SERVER_VERSION/#undef SHOW_SERVER_VERSION/g' config.h}
%{!?_with_expliciterrors: perl -pi -e 's/#define EXPLICIT_ERROR_PAGES/#undef EXPLICIT_ERROR_PAGES/g' config.h}

# (list SUBDIRS to exclude "cgi-src")
%make \
    SUBDIRS="extras" \
    WEBDIR=%{webroot} \
    STATICFLAG="" \
    CCOPT="%{optflags} -D_FILE_OFFSET_BITS=64"


%install
# make some directories
# Prepare required directories
mkdir -p %{buildroot}%{webroot}
mkdir -p %{buildroot}%{_mandir}/man{1,8}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_unitdir}

# Install init script and logrotate entry
install -Dpm 0644 %{SOURCE1} %{buildroot}%{_unitdir}/
install -Dpm 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/thttpd

# Main install (list SUBDIRS to exclude "cgi-src")
%make install SUBDIRS="extras" \
    BINDIR=%{buildroot}%{_sbindir} \
    MANDIR=%{buildroot}%{_mandir} \
    WEBDIR=%{buildroot}%{webroot}

# Rename htpasswd in case apache is installed too
mkdir -p %{buildroot}%{_bindir}
mv %{buildroot}%{_sbindir}/htpasswd \
        %{buildroot}%{_bindir}/thtpasswd
mv %{buildroot}%{_mandir}/man1/htpasswd.1 \
        %{buildroot}%{_mandir}/man1/thtpasswd.1

# Install the default index.html and related files
install -pm 0644 %{SOURCE5} %{SOURCE11} \
    %{buildroot}%{webroot}/

# Symlink for the powered-by-$DISTRO image
%{__ln_s} %{_datadir}/pixmaps/poweredby.png \
    %{buildroot}%{webroot}/poweredby.png

# Install a default configuration file
cat << EOF > %{buildroot}%{_sysconfdir}/thttpd.conf
# BEWARE : No empty lines are allowed!
# This section overrides defaults
dir=%{webroot}
chroot
user=thttpd         # default = nobody
logfile=/var/log/thttpd.log
pidfile=/var/run/thttpd.pid
# This section _documents_ defaults in effect
# port=80
# nosymlink         # default = !chroot
# novhost
# nocgipat
# nothrottles
# host=0.0.0.0
# charset=iso-8859-1
EOF


%post
%systemd_post %{name}

%preun
%systemd_preun %{name}

%pre 
%_pre_useradd %{name} /var/lib/%{name} /bin/sh

%postun
%_postun_userdel %{name}

%files
%doc README TODO
%{_unitdir}/thttpd.service
%config(noreplace) %{_sysconfdir}/logrotate.d/thttpd
%config(noreplace) %{_sysconfdir}/thttpd.conf
%{_bindir}/thtpasswd
%{_sbindir}/syslogtocern
%{_sbindir}/thttpd
%{webroot}/
%attr(2755,%{name},%{name}) %{_sbindir}/makeweb
%{_mandir}/man?/*

%changelog
* Tue Sep 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.25b-13
+ Revision: 937124d
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15241 |14cu|thumbnailer-1.1-0.20150113.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot_date 20150113

%define major 0
%define libname %mklibname thumbnailer %{major}
%define develname %mklibname thumbnailer -d

Name:		thumbnailer
Version:	1.1
Release:	0.%{snapshot_date}.1
Summary:	Thumbnail generator for all kinds of files

Group:		Graphics
License:	LGPLv3
URL:		https://launchpad.net/thumbnailer
# bzr branch lp:thumbnailer
# tar cjf thumbnailer-%{snapshot_date}.tar.bz2 thumbnailer
Source:		thumbnailer-%{snapshot_date}.tar.bz2
Patch0:		thumbnailer-disable-gtest.patch

BuildRequires:	cmake
BuildRequires:	gtest-devel
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)

%description
A simple shared library that produces and stores thumbnails of image,
audio and video files according to the Freedesktop thumbnail specification.

%package 	-n %{libname}
Summary:	A simple shared library that produces and stores thumbnails
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{_lib}thumbnailer1.1.0 < %{version}-%{release}

%description	-n %{libname}
A simple shared library that produces and stores thumbnails.

%package	-n %{develname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}

%description	-n %{develname}
Development files for %{name}.


%prep
%setup -qn %{name}
%patch0 -p1

%build
%cmake_qt5
%make

%install
%makeinstall_std -C build
mv %{buildroot}/usr/etc %{buildroot}
sed -i 's|libdir=/usr/%{_libdir}|libdir=%{_libdir}|' %{buildroot}%{_libdir}/pkgconfig/%{name}.pc

%files
%doc COPYING
%{_sysconfdir}/apport/blacklist.d/%{name}
%{_libdir}/%{name}
%{_datadir}/dbus-1/services/com.canonical.Thumbnailer.service
%{_datadir}/glib-2.0/schemas/com.canonical.Unity.Thumbnailer.gschema.xml
%{_datadir}/%{name}
%{_libdir}/qt5/qml/Ubuntu/Thumbnailer.0.1

%files -n %{libname}
%doc COPYING
%{_libdir}/*.so.*%{major}*

%files -n %{develname}
%doc COPYING
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*


%changelog

* Mon Jun 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-0.20150113.1
- (999bb3c) Fix pkgconfig files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15242 |14cu|thunar-1.6.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Thunar
%define url_ver %(echo %{version} | cut -c 1-3)

%define major 0
%define api 2
%define libname %mklibname thunarx %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	New modern file manager for the Xfce Desktop Environment
Name:		thunar
Version:	1.6.10
Release:	4
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://thunar.xfce.org
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{oname}-%{version}.tar.bz2
# From upstream bugzilla
# https://bugzilla.xfce.org/show_bug.cgi?id=12444
Patch201:	0001-Fix-potential-buffer-overflow.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	gtk-doc
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(exo-1) >= 0.10.0
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libxfce4panel-1.0) >= 4.11
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.10.0
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.10.1
BuildRequires:	pkgconfig(libxfconf-0) >= 4.10.0
Requires:	exo
Requires:	shared-mime-info
Requires:	thunar-volman

%description
Thunar has been designed from the ground up to be fast and easy-to-use.
Its user interface is clean and intuitive, and does not include any confusing
or useless options. Thunar is fast and responsive with a good start up time
and directory load time. Thunar is accessible using Assistive Technologies and
is fully standards  compliant.

Beside the basic file management features, Thunar includes additional features
that set it ahead of other file managers available for the Unix/Linux desktop
today. For example, Thunar includes a so called Bulk Renamer that allows users
to easily rename multiple files at once using criterions that can be specified
using the available renamer plugins. Probably the most interesting renamer here
is the Audio Tags renamer, which generates new file names based on the tags
present in audio files.

Using the Thunar Extensions Framework it is easy to extend the basic
functionality provided by Thunar to integrate even complex tasks into the file
manager, although the extension framework is still very limited in the 1.0
series, and the 2.0 series will include a way more powerful plugin interface
that allows to adjust virtually every aspect of the file manager. But since
writing extensions for the file manager is still a difficult and time consuming
job, the User Customizable Actions plugin provides users with an easy way to
extend the file and folder context menus with their own custom actions.

%files -f %{oname}.lang
%doc AUTHORS FAQ HACKING README THANKS TODO
%doc docs/README.*
%dir %{_sysconfdir}/xdg/Thunar
%dir %{_datadir}/Thunar
%dir %{_datadir}/Thunar/sendto
%{_bindir}/*
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*
%{_datadir}/pixmaps/*
%{_datadir}/dbus-1/services/*
%{_datadir}/doc/Thunar
%{_datadir}/Thunar/sendto/thunar-sendto-email.desktop
%{_libdir}/%{oname}/ThunarBulkRename
%{_libdir}/thunarx-%{api}
%{_libdir}/%{oname}/thunar-sendto-email
%{_mandir}/man1/*
%{_libdir}/xfce4/panel/plugins/*%{name}-*
%{_datadir}/appdata/thunar.appdata.xml
%{_datadir}/polkit-1/actions/org.xfce.thunar.policy
%{_datadir}/xfce4/panel/plugins/thunar-tpa.desktop

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for the thunar filemanager
Group:		Graphical desktop/Xfce
Conflicts:	libthunar2_0 < 1.6.3-4
Obsoletes:	libthunar2_0 < 1.6.3-4

%description -n %{libname}
Libraries for the thunar filemanager.

%files -n %{libname}
%{_libdir}/libthunarx-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the thunar filemanager
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for the thunar filemanager.

%files -n %{devname}
%dir %{_includedir}/thunarx-%{api}
%{_includedir}/thunarx-%{api}/*
%{_libdir}/libthunarx-%{api}.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches

%build
# re-generate it
pushd thunar
exo-csource --name=thunar_window_ui thunar-window-ui.xml > thunar-window-ui.h
popd

%configure2_5x \
	--enable-dbus \
	--enable-exif \
	--enable-gio-unix \
	--enable-gtk-doc \
	--enable-gudev \
	--enable-notifications \
	--enable-pcre \
	--enable-apr-plugin \
	--enable-tpa-plugin \
	--enable-uca-plugin \
	--enable-wallpaper-plugin

%make

%install
%makeinstall_std

desktop-file-install \
	--remove-key="Encoding" \
	--add-category="FileManager;FileTools" \
	--remove-category="Application" \
	--add-only-show-in="XFCE" \
	--remove-mime-type="x-directory/normal;x-directory/gnome-default-handler" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/Thunar*

# Remove unneeded files
rm -f %{buildroot}%{_libdir}/thunarx-1/thunar-uca.la
rm -f %{buildroot}%{_datadir}/doc/Thunar/README.thunarrc
rm -f %{buildroot}%{_datadir}/doc/Thunar/README.volumes

# (tpg) this file is in mandriva-xfce-config package
rm -rf %{buildroot}%{_sysconfdir}/xdg/Thunar/uca.xml

%find_lang %{oname}


%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 1.6.10-4
- (bae431a) Build with libxfce4ui-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15243 |14cu|thunar-dropbox-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Dropbox extension for Thunar
Name:		thunar-dropbox
Version:	0.2.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/Xfce
Url:		http://www.softwarebakery.com/maato/thunar-dropbox.html
Source0:	%{name}-%{version}.tar.bz2
Source1:	wscript.32
Source2:	wscript.64
BuildRequires:	pkgconfig(thunarx-2)
Requires:	thunar

%description
Dropbox extension for Thunar.

%files
%doc AUTHORS ChangeLog COPYING
%{_libdir}/thunarx-2/*.so
%{_iconsdir}/hicolor/*/*/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%ifarch x86_64
cp -f %{SOURCE2} wscript
%else
cp -f %{SOURCE1} wscript
%endif

%build
./waf configure --prefix=/usr
./waf build

%install
./waf install --destdir=%{buildroot}
find %{buildroot} -name *.so -exec chmod 755 {} \;


%changelog

* Wed May 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.0-2
- (19d1475) Disable empty debug package
- (19d1475) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15244 |14cu|thunar-vcs-plugin-0.1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	VCS support for Thunar file manager
Name:		thunar-vcs-plugin
Version:	0.1.4
Release:	3
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/thunar-plugins/%{name}
Source0:	http://archive.xfce.org/src/thunar-plugins/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(thunarx-2) >= 1.2.0
BuildRequires:	intltool
BuildRequires:	pkgconfig(exo-1) >= 0.6.0
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.8.0
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.14.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.18.0
BuildRequires:	pkgconfig(gobject-2.0) >= 2.18.0
BuildRequires:	pkgconfig(apr-1) >= 0.9.7
BuildRequires:	subversion-devel >= 1.5
BuildRequires:	git
Suggests:	git

%description
The Thunar VCS Plugin adds Subversion actions to the context menu of thunar.
This gives a VCS integration to Thunar.

The current features are:
- Most of the svn action: add, blame, checkout, cleanup, commit, copy, delete,
  export, import, lock, log, move, properties, relocate, resolved, revert,
  status, switch, unlock, update.
- Subversion info in file properties dialog.
- Basic git support: add, blame, branch, clean, clone, log, move, reset,
  stash, status.


%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/thunarx-2/thunar-vcs-plugin.so
%{_libdir}/tvp-git-helper
%{_libdir}/tvp-svn-helper
%{_iconsdir}/hicolor/*/apps/*

%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.1.4-3
- (042015a) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15245 |14cu|thunar-vfs-1.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 1
%define major 2
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Virtual filesystem shipped with Thunar 1.0 and earlier releases
Name:		thunar-vfs
Version:	1.2.0
Release:	6
License:	LGPLv2+
Group:		Graphical desktop/Xfce
Url:		http://thunar.xfce.org
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.34
BuildRequires:	pkgconfig(exo-1) >= 0.6.0
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(gconf-2.0) >= 2.4.0
BuildRequires:	pkgconfig(gdk-pixbuf-2.0) >= 2.10.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.12.0
BuildRequires:	pkgconfig(gthread-2.0) >= 2.12.0
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.10.0
BuildRequires:	pkgconfig(libpng) >= 1.2.0
BuildRequires:	pkgconfig(libstartup-notification-1.0) >= 0.4
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.8.0

%description
Thunar-vfs contains the virtual filesystem shipped with Thunar 1.0 and
earlier releases. It provides compatibility for applications that still
use thunar-vfs while Thunar was ported to GVFS.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%doc docs/ThumbnailersCacheFormat.txt docs/README.volumes
%{_datadir}/thumbnailers/thunar-vfs-font-thumbnailer-1.desktop

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries
Requires:	%{name} >= %{EVRD}
Conflicts:	%{name} < 1.2.0-2

%description -n %{libname}
Thunar-vfs contains the virtual filesystem shipped with Thunar 1.0 and
earlier releases. It provides compatibility for applications that still
use thunar-vfs while Thunar was ported to GVFS.

This package contains the shared libraries for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*
%{_libdir}/thunar-vfs-*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 1.2.0-2

%description -n %{devname}
Thunar-vfs contains the virtual filesystem shipped with Thunar 1.0 and
earlier releases. It provides compatibility for applications that still
use thunar-vfs while Thunar was ported to GVFS.

This package contains the libraries and header files for developing
applications that use %{name}.

%files -n %{devname}
%doc HACKING TODO
%doc %{_datadir}/gtk-doc/html/%{name}/
%{_includedir}/%{name}-%{api}/
%{_libdir}/lib%{name}-%{api}.so
%{_libdir}/pkgconfig/thunar-vfs-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

# remove duplicate docs
rm -rf %{buildroot}%{_datadir}/doc

%check
make tests


%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 1.2.0-6
- (24a0a09) Rebuild with new xfce



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15246 |14cu|thunar-volman-0.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A removable volume manager for Thunar
Name:		thunar-volman
Version:	0.8.1
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/thunar-plugins/%{name}
Source0:	http://archive.xfce.org/src/apps/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	thunar-devel >= 1.3.1
BuildRequires:	dbus-devel >= 0.34
BuildRequires:	libusb-devel
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	exo-devel >= 0.7.2
BuildRequires:	libxfce4util-devel >= 4.9.0
BuildRequires:	libxfce4ui-devel >= 4.9.1
BuildRequires:	xfconf-devel >= 4.7.0
BuildRequires:	libnotify-devel >= 0.4.0
Requires:	thunar >= 1.3.1
Requires:	dbus >= 0.34
Requires:	gvfs
Obsoletes:	xfce4-volstatus-icon <= 0.1.0

%description
The Thunar Volume Manager is an extension for the Thunar
file manager, which enables automatic management of removable
drives and media. For example, if thunar-volman is installed
and configured properly, and you plug in your digital camera,
it will automatically launch your preferred photo application
and import the new pictures from the camera into your photo collection.

%prep
%setup -q

%build
%configure2_5x \
	--enable-notifications

%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/thunar-volman
%{_bindir}/thunar-volman-settings
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_datadir}/applications/thunar-volman-settings.desktop



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.8.1-2
- (2659b8c) Rebuild with new xfce



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15247 |14cu|tickr-0.6.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	RSS Reader
Name:		tickr
Version:	0.6.4
Release:	2
License:	GPLv3
Group:		Networking/News
Url:		http://open-tickr.net/
Source0:	http://www.open-tickr.net/src/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gtk+-2.0)

%description
RSS Reader.

%files
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_mandir}/man1/
mkdir -p %{buildroot}/%{_datadir}/applications/
install -m644 tickr-url-list %{buildroot}/%{_datadir}/%{name}
install -m644 tickr.1 %{buildroot}/%{_mandir}/man1/
install -m644 tickr.desktop %{buildroot}/%{_datadir}/applications/


%changelog

* Wed Apr 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.4-2
- (88aab32) Install man and desktop files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15248 |14cu|tig-2.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           tig
Version:        2.1.1
Release:        1
Summary:        Text-mode interface for the git revision control system

Group:          Development/Other
License:        GPLv3
URL:            http://jonas.nitro.dk/tig
Source0:        http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz

BuildRequires:  git-core
BuildRequires:  ncurses-devel
BuildRequires:  xmlto
BuildRequires:  asciidoc
Requires:       git-core

%description
Tig is a repository browser for the git revision control system that
additionally can act as a pager for output from various git commands.

When browsing repositories, it uses the underlying git commands to present the
user with various views, such as summarized revision log and showing the commit
with the log message, diffstat, and the diff.

Using it as a pager, it will display input from stdin and colorize it.

%prep
%setup -q

%build
%configure2_5x
%make all doc-man doc-html

#Convert to unix line endings
sed -i -e 's/\r//' *.html


%install
%makeinstall_std install-doc-man

%clean


%files
%defattr(-,root,root,-)
%doc COPYING     *.html
%{_bindir}/tig
# %{_bindir}/test-graph
%{_mandir}/man1/tig.1*
%{_mandir}/man5/tigrc.5*
%{_mandir}/man7/tigmanual.7.*
%{_sysconfdir}/tigrc

%changelog

* Thu Sep 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.1-1
- (2e5ed78) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15249 |14cu|tilda-1.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Drop Down Terminal for Linux
Name:           tilda
Version:        1.3.3
Release:        1
License:        GPLv2+
Group:          Terminals
Url:            https://github.com/lanoxx/tilda
Source:         %{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(vte-2.91)
BuildRequires:  pkgconfig(libconfuse)
BuildRequires:  pkgconfig(libglade-2.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  gettext-devel

%description
Linux terminal taking after the likeness
of many classic terminals from first person shooter
games, Quake, Doom and Half-Life to name a few,
where the terminal has no border and is hidden from
the desktop till a key or keys is hit.

%files -f %{name}.lang
%doc ChangeLog COPYING NEWS
%{_bindir}/tilda
%{_datadir}/applications/tilda.desktop
%{_datadir}/appdata/tilda.appdata.xml
%{_datadir}/pixmaps/tilda.png
#-------------------------------------------------------------------

%prep
%setup -q


%build
./autogen.sh 
%configure \
   --enable-lto \
   --disable-rpath
%make

%install
%makeinstall_std

%find_lang %{name}






%changelog

* Fri Dec 16 2016 tremod <negry.m@yandex.ru> 1.3.3-1
- (bed630e) Upload source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15250 |14cu|tiled-0.14.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	tiled-qt
%define debug_package %{nil}

%define major	1
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname -d %{name}

Name:		tiled
Version:	0.14.2
Release:	1
Summary:	General purpose tile map editor
Group:		Graphics
License:	GPLv2+ and BSD
URL:		http://www.mapeditor.org/
Source0:	https://github.com/bjorn/tiled/archive/v%{version}/tiled-%{version}.tar.gz
BuildRequires:	qt5-devel
BuildRequires:	qt5-tools
BuildRequires:	qt5-linguist-tools

%description
Tiled is a general purpose tile map editor.

It's built to be easy to use, yet flexible enough to work
with varying game engines, whether your game is an RPG,
platformer or Breakout clone.

%package -n %{libname}
Summary:	The shared libraries for %{name}
Group:		System/Libraries
License:	BSD

%description -n %{libname}
This package contains the shared libraries for %{name}.

%package -n %{devname}
Summary:	The development files and headers for %{name}
Group:		Development/Other
License:	BSD
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains the development files and headers for %{name}.

%prep
%setup -q
%apply_patches

# Remove copy of zlib
rm -rf src/zlib

%build
%qmake_qt5 PREFIX=%{_prefix} LIBDIR=%{_libdir} RPATH=no
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}

# examples
cp -a examples %{buildroot}%{_datadir}/%{name}

%files
%doc AUTHORS NEWS README.md LICENSE.BSD LICENSE.GPL
%{_bindir}/automappingconverter
%{_bindir}/tiled
%{_bindir}/tmxviewer
%{_bindir}/tmxrasterizer
%{_mandir}/man1/automappingconverter.1.*
%{_mandir}/man1/tiled.1.*
%{_mandir}/man1/tmxrasterizer.1.*
%{_mandir}/man1/tmxviewer.1.*
%{_libdir}/tiled/
%{_datadir}/icons/hicolor/*/*/*%{name}.*
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/tiled/

%files -n %{libname}
%doc LICENSE.BSD
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}.so.%{major}.*

%files -n %{devname}
%{_libdir}/lib%{name}.so


%changelog

* Sun Jan 17 2016 Denis Silakov <dsilakov@gmail.com> 0.14.2-1
- (1ae503c) Added qt5-linguist-tools BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15251 |14cu|tilp2-1.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		tilp2
Url:		http://lpg.ticalc.org/prj_tilp
Version:	1.17
Release:	1
Source0:	http://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.16/%{name}-%{version}.tar.bz2
Group:		Communications
License:	GPLv2+
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(tifiles2)
BuildRequires:	pkgconfig(ticalcs2)
BuildRequires:	pkgconfig(ticonv)
BuildRequires:	glade
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	intltool
# For man page generation
BuildRequires:	groff
Requires: xdg-utils >= 1.0.0
Summary: TiLP is a TI<->PC linking program

%description
TiLP is a TI<->PC linking program

%prep
%setup

%build
%configure2_5x
%make

%install
%makeinstall_std
mkdir -p %{buildroot}/usr/share/applications
cat >%{buildroot}/usr/share/applications/tilp.desktop <<EOF
[Desktop Entry]
Name=TiLP
Name[ru]=TiLP
Name[fr_FR]=TiLP
Comment=Ti Linking Program
Comment[fr_FR]=Programme de connexion pour calculatrices TI
Comment[ru]=Программа для работы с устройствами TI
GenericName=TI Linking Program
GenericName[fr_FR]=Connexion calculatrices TI
GenericName[ru]=Программа для работы с устройствами TI
Encoding=UTF-8
Version=1.0
Type=Application
Exec=/usr/bin/tilp
Icon=/usr/share/tilp2/pixmaps/icon.xpm
Terminal=false
Categories=Utility;X-KDE-Utilities-Peripherals;
MimeType=application/x-tilp
EOF
desktop-file-install --delete-original --vendor lpg     \
  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications          \
  ${RPM_BUILD_ROOT}/usr/share/applications/tilp.desktop
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/mime/packages
cat >${RPM_BUILD_ROOT}%{_datadir}/mime/packages/tilp.xml <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
    <mime-type type="application/x-tilp">
        <comment xml:lang="en">TI File</comment>
        <comment xml:lang="fr">Fichier TI</comment>
        <glob pattern="*.73?" />
        <glob pattern="*.82?" />
        <glob pattern="*.8[xX]?" />
        <glob pattern="*.85?" />
        <glob pattern="*.86?" />
        <glob pattern="*.89?" />
        <glob pattern="*.92?" />
        <glob pattern="*.9[xX]?" />
        <glob pattern="*.[vV]2?" />
  </mime-type>
</mime-info>
EOF

%post
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :

%postun
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :

%files
%{_bindir}/tilp
%{_mandir}/man1/tilp*
%{_datadir}/tilp2
%{_datadir}/applications/lpg-tilp.desktop
%{_datadir}/mime/packages/tilp.xml
%{_datadir}/locale/fr/LC_MESSAGES/*.mo



%changelog

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 1.17-1
- (225726d) Added groff BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15252 |14cu|tintii-2.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		tintii
Version:	2.9.0
Release:	1
Summary:	Color photo image converter
License:	GPLv2+
Group:		Graphics
URL:		http://www.indii.org/software/tintii
Source0:	http://www.indii.org/files/tint/releases/%{name}-%{version}.tar.gz
Source1:	%{name}.png
#Patch0:	tintii-2.6.0-mdv-buildfix.patch
BuildRequires:	scons
BuildRequires:	rcs
BuildRequires:	flex
BuildRequires:	wxgtku-devel
BuildRequires:	gomp-devel
BuildRequires:	boost-devel
BuildRequires:	doxygen
BuildRequires:	imagemagick

%description
Tintii takes full color photos and processes them into black and white with
some select regions highlighted in color. The technique is known as color
popping or selective coloring - tintii makes it easy. Think Schindler's List's
little girl in red, or the dramatic style of Sin City. Tintii takes a color
photo and cleverly separates it into a handful of major hues. You then select
which colours to pop, and the rest become black & white.

%files
%doc README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1


%build
%configure2_5x
%make


%install
%__install -dm 755 %{buildroot}%{_bindir}
%__install -m 755 %{name} %{buildroot}%{_bindir}

# icon
%__install -d %{buildroot}%{_iconsdir}/hicolor/16x16/apps/ %{buildroot}%{_iconsdir}/hicolor/32x32/apps/
convert -geometry 16x16 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -geometry 32x32 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%__install -Dm 644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# menu-entry
%__install -d %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Encoding=UTF-8
Terminal=false
Name=Tintii
Comment=Color photo image converter
Comment[ru]=Конвертер цветных изображений
Exec=%{name}
Icon=%{name}
Categories=Graphics;Viewer;X-MandrivaLinux-Graphics-Utility;
EOF

%changelog
* Mon Mar 16 2015 Giovanni Mariani <mc2374@mclink.it> 2.9.0-1
+ Revision: 9dc089b
- Updated to release 2.9.0 and dropped the now useless P0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15253 |14cu|tinyproxy-1.8.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight, non-caching, optionally anonymizing HTTP proxy
Name:		tinyproxy
Version:	1.8.3
Release:	4
Group:		System/Servers
# License bundled is gpl v3, but source code say gpl v2 or later
License:	GPLv2+
URL:		https://www.banu.com/%{name}/
Source0:	https://www.banu.com/pub/%{name}/1.8/%{name}-%{version}.tar.bz2
Source1:	tinyproxy.init
Patch0:		tinyproxy-CVE-2012-3505-randomized-hashmaps.patch
Patch1:		tinyproxy-CVE-2012-3505-limit-headers.patch
BuildRequires:	asciidoc
BuildRequires:	a2x
BuildRequires:	xsltproc
BuildRequires:  docbook-style-xsl
BuildRequires:  docbook-dtd45-xml
Requires(post): rpm-helper
Requires(preun): rpm-helper
Provides:      webproxy
Epoch:         0

%description
An anonymizing http proxy which is very light on system resources, ideal for
smaller networks and similar situations where other proxies (such as Squid) may
be overkill and/or a security risk. Tinyproxy can also be configured to
anonymize http requests (allowing for exceptions on a per-header basis).

%prep

%setup -q
%patch0 -p1 -b .randomized-hashmaps
%patch1 -p1 -b .limit-headers

cp %{SOURCE1} tinyproxy.init

%build
%serverbuild

%configure2_5x \
    --enable-xtinyproxy \
    --enable-filter \
    --enable-upstream \
    --enable-transparent \
    --enable-reverse \
    --sysconfdir=%{_sysconfdir}/tinyproxy \
    --with-stathost=localhost \
    --program-prefix=""

%make

%install
install -d %{buildroot}%{_sysconfdir}/tinyproxy
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_initrddir}

install -d %{buildroot}%{_logdir}/tinyproxy

%makeinstall bindir=%{buildroot}%{_sbindir}

mv %{buildroot}%{_sysconfdir}/tinyproxy.conf %{buildroot}%{_sysconfdir}/tinyproxy/tinyproxy.conf
/bin/touch %{buildroot}%{_sysconfdir}/tinyproxy/filter

install -m0755 tinyproxy.init %{buildroot}%{_initrddir}/tinyproxy

/bin/echo "FLAGS=\" -c /etc/tinyproxy/tinyproxy.conf\"" > %{buildroot}%{_sysconfdir}/sysconfig/tinyproxy

cat > %{buildroot}%{_sysconfdir}/logrotate.d/tinyproxy <<EOF
/var/log/tinyproxy.log {
    rotate 7
    daily
    compress
    missingok
    postrotate
    if [ -f /var/run/tinyproxy.pid ]; then
       /etc/init.d/tinyproxy restart > /dev/null
    fi
    endscript
}
EOF

mkdir -p %{buildroot}%{_tmpfilesdir}
cat <<EOF > %{buildroot}%{_tmpfilesdir}/%{name}.conf
d /run/tinyproxy 0755 root root
EOF

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service tinyproxy

%preun
%_preun_service tinyproxy


%files
%doc docs/*.txt
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO 
%attr(0755,root,root) %{_sbindir}/tinyproxy
%attr(0755,root,root) %{_initrddir}/tinyproxy
%config(noreplace) %{_sysconfdir}/sysconfig/tinyproxy
%config(noreplace) %{_sysconfdir}/logrotate.d/tinyproxy
%dir %{_sysconfdir}/tinyproxy
%{_tmpfilesdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/tinyproxy/tinyproxy.conf
%config(noreplace) %{_sysconfdir}/tinyproxy/filter
%{_logdir}/tinyproxy/
%{_mandir}/man8/tinyproxy.8*
%{_mandir}/man5/*
%{_datadir}/tinyproxy

%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 0:1.8.3-4
- (fc4b588) Use tmpfiles



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15254 |14cu|tinyxml2-3.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   3
%define libname %mklibname %{name} _%{major}
%define devname %mklibname %{name} -d
%define debug_package	%{nil}

Name:           tinyxml2
Version:        3.0.0
Release:        1
Summary:        Simple, small and efficient C++ XML parser
Group:          System/Libraries
License:        zlib
URL:            http://www.grinninglizard.com/tinyxml2/
Source0:        https://github.com/leethomason/tinyxml2/archive/%{version}/%{name}-%{version}.tar.gz
Source1:        FindTinyXML2.cmake

BuildRequires:  cmake
BuildRequires:  doxygen

%description
TinyXML-2 is a simple, small, efficient, C++ XML parser that can be
easily integrated into other programs. It uses a Document Object Model
(DOM), meaning the XML data is parsed into a C++ objects that can be
browsed and manipulated, and then written to disk or another output stream.

#------------------------------------------------------------------

%package -n     %{libname}
Summary:        Simple, small and efficient C++ XML parser
Group:          System/Libraries

%description -n %{libname}
TinyXML-2 is a simple, small, efficient, C++ XML parser that can be
easily integrated into other programs. It uses a Document Object Model
(DOM), meaning the XML data is parsed into a C++ objects that can be
browsed and manipulated, and then written to disk or another output stream.

TinyXML-2 doesn't parse or use DTDs (Document Type Definitions) nor XSLs
(eXtensible Stylesheet Language).

TinyXML-2 uses a similar API to TinyXML-1, But the implementation of the
parser was completely re-written to make it more appropriate for use in a
game. It uses less memory, is faster, and uses far fewer memory allocations.

%files -n      %{libname}
%doc readme.md
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}.so.%{version}

#------------------------------------------------------------------

%package -n     %{devname}
Summary:        Development files for %{name}
Group:          Development/C++
Requires:       %{libname} = %{EVRD}

%description -n %{devname}
This package contains the libraries and header files that are needed
for writing applications with the %{name} library.

%files -n      %{devname}
%doc readme.md docs/*
%{_datadir}/cmake/Modules/FindTinyXML2.cmake
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

# Build the documentation from the "dox" template
cd ..
doxygen dox

%check
pushd build
export LD_LIBRARY_PATH=`pwd`
./xmltest
popd

%install
%makeinstall_std -C build

# Install CMake find module
install -D -m644 %{SOURCE1} \
                 %{buildroot}%{_datadir}/cmake/Modules/FindTinyXML2.cmake


%changelog

* Thu Aug 20 2015 abfonly <abfonly@gmail.com> 3.0.0-1
- (0bd59ad) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15255 |14cu|tkcvs-8.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tk interface for CVS
Name:		tkcvs
Version: 	8.2.3
Release: 	1
License:	GPLv2
Group:		Development/Other
Url:            http://www.twobarleycorns.net/tkcvs.html
Source:         http://www.twobarleycorns.net/%{name}-%{version}.tar.gz
Patch0:		tkcvs-8.2.1-paths.patch
Requires:	tk
Requires:	cvs
Requires:	tcl
BuildArch:	noarch
Epoch:		1

%description
TkCVS is a Tcl/Tk-based graphical interface to the CVS and Subversion 
configuration management systems.  It includes facilities for providing 
"user friendly" names to modules and directories within the repository, 
and provides a facility to interactively browse the repository looking 
for modules and directories.

%prep
%setup -q
%patch0 -p1 -b .paths

%install
install -d %{buildroot}/%{_bindir}/
install -d %{buildroot}/%{_datadir}/tkcvs/bitmaps
install -d %{buildroot}/%{_mandir}/man1

install tkcvs/tkcvs.tcl %{buildroot}/%{_bindir}/tkcvs
install tkdiff/tkdiff %{buildroot}/%{_bindir}/tkdiff
install tkcvs/*.tcl       %{buildroot}/%{_datadir}/tkcvs
install tkcvs/tclIndex    %{buildroot}/%{_datadir}/tkcvs
install tkcvs/bitmaps/*         %{buildroot}/%{_datadir}/tkcvs/bitmaps/
install tkcvs/*.1         %{buildroot}/%{_mandir}/man1
rm -f %{buildroot}/%{_mandir}/tkcvs/tkcvs_def.tcl
install -d %{buildroot}/%{_sysconfdir}/cvs/
install tkcvs/tkcvs_def.tcl %{buildroot}/%{_sysconfdir}/cvs/

#README.tkcvs tkdiff/COPYING tkcvs/vendor.readme tkcvs/branchgen.sh
ln tkdiff/LICENSE.txt tkdiff.LICENSE.txt
ln tkdiff/README.txt tkdiff.README.txt
ln tkdiff/CHANGELOG.txt tkdiff.CHANGELOG.txt

# Menu support

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=TkCVS
Comment=Graphical interface to CVS and SVN
Comment[ru]=Графический интерфейс для CVS и SVN
Exec=%{_bindir}/%{name} 
Icon=development_tools_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Development;RevisionControl;X-MandrivaLinux-MoreApplications-Development-Tools;
EOF

cat > %{buildroot}%{_datadir}/applications/tkdiff.desktop <<EOF
[Desktop Entry]
Name=TkDiff
Comment=Graphical interface to diff
Comment[ru]=Графический интерфейс для команды diff
Exec=%{_bindir}/tkdiff
Icon=development_tools_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Development;RevisionControl;X-MandrivaLinux-MoreApplications-Development-Tools;
EOF


%files
%doc FAQ.txt CHANGELOG.txt tkdiff*.txt
%attr(755,root,root) %{_bindir}/*
%{_datadir}/tkcvs/*.tcl
%dir %{_datadir}/tkcvs/
%dir %{_datadir}/tkcvs/bitmaps/
%{_datadir}/tkcvs/tclIndex
%{_datadir}/applications/*.desktop
%{_mandir}/man*/*
%{_datadir}/tkcvs/bitmaps/*
%config(noreplace) %{_sysconfdir}/cvs/tkcvs_def.tcl



%changelog

* Tue Mar 22 2016 Denis Silakov <dsilakov@gmail.com> 1:8.2.3-1
- (3ec049d) Updated to 8.2.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15256 |14cu|tmux-2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Terminal multiplexer
Name:		tmux
Version:	2.6
Release:	1
License:	BSD 
Group:		Terminals
Url:		http://tmux.github.io/
Source0:	https://github.com/tmux/tmux/releases/download/%{version}/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(ncurses)

%description
tmux is a "terminal multiplexer". It allows a number of terminals (or
windows) to be accessed and controlled from a single terminal. It is
intended to be a simple, modern, BSD-licensed alternative to programs
such as GNU screen.

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
install -d %{buildroot}%{_bindir}
install -m 755 tmux %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -m 644 tmux.1 %{buildroot}%{_mandir}/man1

%files
%doc TODO CHANGES
%{_bindir}/tmux
%{_mandir}/man1/tmux.*

%changelog

* Mon Dec 25 2017 Sergey Sokolov <sokol@xi-ix.org> 2.6-1
- (7defbd9) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15257 |14cu|tn5250-0.17.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}

%define major 0
%define libname %mklibname 5250_ %{major}
%define devname %mklibname %{name} -d

Summary:	5250 Telnet protocol and Terminal
Name:		tn5250
Version:	0.17.4
Release:	10
License:	LGPLv2.1+
Group:		Networking/Other
Url:		http://tn5250.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/tn5250/%{name}-%{version}.tar.bz2
Patch0:		tn5250-0.17.4-sslv2.patch
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
Requires:	ncurses
Requires:	openssl
Requires(post):	ncurses

%description
tn5250 is an implementation of the 5250 Telnet protocol.
It provides 5250 library and 5250 terminal emulation.

%files
%doc AUTHORS COPYING ChangeLog NEWS README README.ssl TODO README.linux
%{_bindir}/*5250
%{_bindir}/*5250d
%{_bindir}/scs2*
%{_bindir}/5250keys
%{_mandir}/man[15]/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/icons/*
%{_datadir}/applications/%{name}.desktop

%post
if which tic>/dev/null 2>&1; then tic %{_datadir}/%{name}/5250.terminfo >/dev/null 2>&1; fi

%preun
if [ $1 = 0 ]; then
rm -f %{_datadir}/terminfo/5/5250
rm -f %{_datadir}/terminfo/X/xterm-5250
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for 5250 protocol
Group:		System/Libraries
Conflicts:	%{_lib}tn52501 < 0.17.4-9
Obsoletes:	%{_lib}tn52501 < 0.17.4-9

%description -n %{libname}
tn5250 is an implementation of the 5250 Telnet protocol.
It provides 5250 library and 5250 terminal emulation.

%files -n %{libname}
%{_libdir}/lib5250.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for 5250 protocol
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.17.4-9
Obsoletes:	%{name}-devel < 0.17.4-9

%description -n %{devname}
tn5250 is an implementation of the 5250 Telnet protocol.
It provides 5250 library and 5250 terminal emulation.

%files -n %{devname}
%{_libdir}/lib5250.so
%{_includedir}/tn5250.h
%dir %{_includedir}/tn5250
%{_includedir}/tn5250/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
perl -pi -e 's,Example\:,Example\:\\n\\,' src/tn5250.c

%build
%configure2_5x \
	--disable-static \
	--with-x \
	--with-ssl
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=%{name}
Name[ru]=%{name}
Comment=5250 Telnet protocol and Terminal
Comment[ru]=Реализация и эмулятор терминала telnet-протокола 5250
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=ConsoleOnly;TerminalEmulator;X-MandrivaLinux-System-Terminals;
EOF

install -d -m 0755 %{buildroot}/%{_menudir}
install -d -m 0755 %{buildroot}/%{_miconsdir}
install -d %{buildroot}%{_datadir}/icons
install -d %{buildroot}/etc/X11/applnk/Internet/
install linux/5250.tcap %{buildroot}%{_datadir}/%{name}
install linux/5250.terminfo %{buildroot}%{_datadir}/%{name}
install *.png %{buildroot}%{_datadir}/icons
install *.xpm %{buildroot}%{_datadir}/icons
mv -f linux/README README.linux
cp -f %{name}-48x48.png %{buildroot}%{_datadir}/icons/%{name}.png


%changelog

* Fri Mar 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.4-10
- (0331c73) Add patch to fix build with OpenSSL built without SSLv2 support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15258 |14cu|tntnet-2.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# NOTE: when updating, make sure vdr-plugin-live still builds. -Anssi

%define major	12
%define libname	%mklibname tntnet %{major}
%define devname	%mklibname tntnet -d

Summary:	A web application server for web applications written in C++
Name:		tntnet
Version:	2.2.1
Release:	1
License:	LGPLv2.1+
Group:		System/Servers
URL:		http://www.tntnet.org/
Source0:	http://www.tntnet.org/download/%{name}-%{version}.tar.gz

BuildRequires:	zip
BuildRequires:	cxxtools-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libssl)
BuildRequires:	pkgconfig(zlib)

%description
Tntnet is a web application server for web applications written in C++.

You can write a Web-page with HTML and with special tags you embed
C++-code into the page for active contents. These pages, called
components are compiled into C++-classes with the ecpp-compilier
"ecppc", then compiled into objectcode and linked into a shared library.
This shared library is loaded by the webserver "tntnet" on request and
executed.

%package demos
Summary:	Demos for tntnet
Group:		System/Servers
Requires:	%{name} = %{version}

%description demos
Demo web applications for tntnet.

%package -n %{libname}
Summary:	Shared library of tntnet
Group:		System/Libraries

%description -n %{libname}
Tntnet library.

%package -n %{devname}
Summary:	Headers and static library for tntnet development
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	tntnet-devel = %{version}-%release

%description -n %{devname}
Headers and static library for tntnet development.

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/%{name}-config 

%multiarch_binaries %{buildroot}%{_bindir}/ecpp*

# TODO: patch to get compliant
rm -f %{buildroot}/etc/init.d/tntnet

%files
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*.xml
%{_bindir}/tntnet
%{_datadir}/tntnet
%dir %{_libdir}/tntnet
%{_libdir}/tntnet/tntnet.*
%{_mandir}/man7/ecpp.*
%{_mandir}/man7/tntnet.*
%{_mandir}/man8/tntnet.*

%files demos
%exclude %{_libdir}/tntnet/tntnet.*
%{_libdir}/tntnet/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%doc AUTHORS README TODO
%{_bindir}/%{name}-config
%{_bindir}/ecpp*
%{multiarch_bindir}/%{name}-config
%{multiarch_bindir}/ecpp*
%{_libdir}/*.so
%{_includedir}/tnt
%{_mandir}/man1/ecppc.*
%{_mandir}/man1/ecppl.*
%{_mandir}/man1/ecppll.*
%{_mandir}/man1/tntnet-config.*


%changelog

* Thu Jun 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-1
- (f3bcbc0) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15259 |14cu|tomahawk-0.8.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define major %{version}
%define libname %mklibname %{name} %{major}
%define libplaydarapi %mklibname %{name}-playdarapi %{major}
%define libwidgets %mklibname %{name}-widgets %{major}
%define devname %mklibname %{name} -d

Summary:	Qt playdar social music player
Name:		tomahawk
Version:	0.8.4
Release:	1
License:	GPLv3+
Group:		Sound
Url:		http://tomahawk-player.org
Source0:	http://downloads.tomahawk-player.org/%{name}-%{version}.tar.bz2
Source1:	tomahawk_ru.ts.tar.gz
Source2:        Tomahawk.khotkeys
Source10:	%{name}.rpmlintrc
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	liblastfm-devel
BuildRequires:	qt4-devel
BuildRequires:	qtkeychain-devel
BuildRequires:	qtweetlib-devel
BuildRequires:	quazip-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libattica)
BuildRequires:	pkgconfig(libclucene-core) >= 2.3.3.4
BuildRequires:	pkgconfig(libechonest) >= 2.2
BuildRequires:	pkgconfig(libjreen)
BuildRequires:	pkgconfig(liblucene++)
BuildRequires:	pkgconfig(libsparsehash)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(TelepathyQt4) >= 0.9.3
BuildRequires:	kdelibs4-devel
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(websocketpp)


Provides:	tomahawk-player = %{EVRD}

%description
Tomahawk Player is a next generation music player.

It features custom stations (building upon the beatuiful Echo Nest),
a playlist importer, social connection to Twitter, Google Chat, and Jabber.

Maybe most important of all: It's able to find and pull music from different 
sources like YouTube, last.fm, SoundCloud, Skreemr, Spotify, and more using 
the Playdar approach. Of course, it can also play songs from a local library.

Make sure to check out the video if you like to know more.

%files
%doc AUTHORS LICENSE.txt
%{_bindir}/tomahawk
%{_datadir}/applications/tomahawk.desktop
%{_iconsdir}/hicolor/*/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}tomahawklib0.7.0 < 0.8.0

%description -n %{libname}
This package provides shared library for %{name}.

%files -n %{libname}
%doc AUTHORS LICENSE.txt
%{_libdir}/lib%{name}.so.%{major}*
%{_libdir}/libtomahawk_*.so
%exclude %{_libdir}/libtomahawk_configstorage_telepathy_kde.so
%exclude %{_libdir}/libtomahawk_configstorage_telepathy.so
#----------------------------------------------------------------------------

%package -n %{libplaydarapi}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libplaydarapi}
This package provides shared library for %{name}.

%files -n %{libplaydarapi}
%doc AUTHORS LICENSE.txt
%{_libdir}/lib%{name}-playdarapi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwidgets}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libwidgets}
This package provides shared library for %{name}.

%files -n %{libwidgets}
%doc AUTHORS LICENSE.txt
%{_libdir}/lib%{name}-widgets.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libplaydarapi} = %{EVRD}
Requires:	%{libwidgets} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}tomahawklib-devel < 0.8.0
Obsoletes:	%{_lib}tomahawklib-devel < 0.8.0

%description -n %{devname}
This package provides development libraries and headers needed to build
software using %{name}.

%files -n %{devname}
%doc AUTHORS LICENSE.txt
%{_includedir}/libtomahawk
%{_libdir}/cmake/Tomahawk
%{_libdir}/lib%{name}.so
%{_libdir}/lib%{name}-playdarapi.so
%{_libdir}/lib%{name}-widgets.so

#----------------------------------------------------------------------------
%package -n tomahawk-plugins-telepathy
Summary:        Telepathy plugin for Tomahawk
Group:          Sound

%description -n tomahawk-plugins-telepathy
Plugin providing the Telepathy functionality of 
Tomahawk Player .

%files -n tomahawk-plugins-telepathy
%doc AUTHORS LICENSE.txt
%{_libdir}/libtomahawk_configstorage_telepathy.so
#----------------------------------------------------------------------------
%package kde
Summary:        KDE integration for Tomahawk
Group:          Graphical desktop/KDE
Requires:       tomahawk = %{EVRD}

%description kde
This package makes hotkeys configurable in KDE systemsettings

%files kde
%doc AUTHORS LICENSE.txt
%dir %{_datadir}/apps/khotkeys/
%{_datadir}/apps/khotkeys/Tomahawk.khotkeys
#----------------------------------------------------------------------------
%package -n tomahawk-plugins-telepathy-kde
Summary:        Provide KDE config for the Telepathy in Tomahawk
Group:          Sound
Requires:       tomahawk-plugins-telepathy = %{EVRD}

%description -n tomahawk-plugins-telepathy-kde
Plugin providing the KDE config for the 
Telepathy in Tomahawk Player .



%files -n tomahawk-plugins-telepathy-kde
%doc AUTHORS LICENSE.txt
%{_libdir}/libtomahawk_configstorage_telepathy_kde.so
#----------------------------------------------------------------------------

%prep
%setup -q

pushd lang
tar -xvzf %{SOURCE1}
popd

%build
%cmake \
    -DCMAKE_C_FLAGS="%{optflags}" \
    -DCMAKE_CXX_FLAGS="%{optflags}" \
    -DCMAKE_INSTALL_PREFIX=%{_prefix} \
    -DCMAKE_INSTALL_LIBEXECDIR=%{_libdir} \
    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
    -DCMAKE_VERBOSE_MAKEFILE=ON \
    -DCMAKE_SKIP_RPATH=ON \
    -DBUILD_RELEASE=ON

%make

%install
%makeinstall_std -C build
# kde integration
install -D -m 644 %{SOURCE2} \
        %{buildroot}%{_datadir}/apps/khotkeys/Tomahawk.khotkeys
        
%changelog

* Fri Jul 24 2015 abfonly <abfonly@gmail.com> 0.8.4-1
- (44fc5da) Merge pull request #1 from abfonly/tomahawk:rosa2014.1
- (44fc5da) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15260 |14cu|tomboy-1.15.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Desktop note-taking application for Linux and Unix
Name:		tomboy
Version:	1.15.4
Release:	6
# Tomboy itself is LGPL+
# libtomboy contains GPL+ code
License:	LGPL+ and GPLv2+
Group:		Graphical desktop/GNOME
Url:		https://wiki.gnome.org/Apps/Tomboy
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		tomboy-1.15.4-use_dbussharp_2.patch
#gw we need an UTF-8 locale for gmcs to allow non-ASCII source files
BuildRequires:	locales-en
BuildRequires:	intltool
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(dbus-sharp-2.0)
BuildRequires:	pkgconfig(dbus-sharp-glib-2.0)
BuildRequires:	pkgconfig(galago-sharp) >= 0.5.0
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gconf-sharp-2.0)
BuildRequires:	pkgconfig(gmime-sharp-2.6)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.14.0
BuildRequires:	pkgconfig(gtkspell-2.0) >= 2.0.9
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(mono) >= 1.9.1
BuildRequires:	pkgconfig(mono-addins)
BuildRequires:	pkgconfig(sm)
Requires:	dbus-sharp
Requires:	dbus-sharp-glib
Requires:	galago-sharp
Requires:	gmime-sharp
Requires:	gnome-sharp2
Requires:	mono-addins

%description
Tomboy is a desktop note-taking application for Linux and Unix. Simple
and easy to use, but with potential to help you organize the ideas and
information you deal with every day. The key to Tomboy's usefulness
lies in the ability to relate notes and ideas together. Using a
WikiWiki-like linking system, organizing ideas is as simple as typing
a name. Branching an idea off is easy as pressing the Link button. And
links between your ideas won't break, even when renaming and
reorganizing them.

%files -f %{name}.lang
%doc NEWS README AUTHORS
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_bindir}/%{name}
%dir %{_libdir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/tomboy*
%{_datadir}/icons/hicolor/*/mimetypes/application-x-note.*
%{_datadir}/mime/packages/tomboy.xml
%{_datadir}/%{name}
%{_libdir}/%{name}/libtomboy.so
%{_libdir}/%{name}/Tomboy.exe
%{_libdir}/%{name}/Tomboy.exe.config
%{_libdir}/%{name}/Tomboy.exe.mdb
%{_libdir}/%{name}/addins/
%{_libdir}/pkgconfig/tomboy-addins.pc
%{_datadir}/dbus-1/services/org.gnome.Tomboy.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--enable-galago=no \
	--enable-panel-applet=no \
	--disable-scrollkeeper \
	--disable-update-mimedb \
	--disable-schemas-install \
	--enable-gnome=no \
	--enable-tests=no
make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

#we don't want these
rm -f %{buildroot}%{_libdir}/tomboy/libtomboy.la


%changelog

* Thu Jun 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.15.4-6
- (19fcbfd) Run autoreconf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15261 |14cu|tomcat-native-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 1
%define libname %mklibname tcnative %{api} %{major}
%define devname %mklibname tcnative %{api} -d

Summary:	Tomcat Native Java library
Name:		tomcat-native
Version:	1.2.4
Release:	1
License:	Apache License
Group:		Development/Java
Url:		http://tomcat.apache.org/
Source0:	http://www.apache.org/dist/tomcat/tomcat-connectors/native/%{version}/source/%{name}-%{version}-src.tar.gz
BuildRequires:	java-rpmbuild
BuildRequires:	java-1.8.0-openjdk-devel
BuildRequires:	pkgconfig(apr-1)
BuildRequires:	pkgconfig(openssl)

%description
The mission of the Tomcat Native Livrary (TCN) is to provide a
free library of C data structures and routines. This library
contains additional utility interfaces for Java.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Tomcat Native development kit
Group:		Development/Java
Conflicts:	%{_lib}tcnative1 < 1.1.24-2
Obsoletes:	%{_lib}tcnative1 < 1.1.24-2

%description -n %{libname}
The mission of the Tomcat Native Livrary (TCN) is to provide a
free library of C data structures and routines. This library
contains additional utility interfaces for Java.

%files -n %{libname}
%{_libdir}/libtcnative-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Tomcat Native development kit
Group:		Development/Java
Requires:	%{libname} = %{EVRD}
Provides:	%{_lib}tcnative-devel = %{EVRD}
Conflicts:	%{_lib}tcnative1-devel < 1.1.24-2
Obsoletes:	%{_lib}tcnative1-devel < 1.1.24-2

%description -n %{devname}
The mission of the Tomcat Native Livrary (TCN) is to provide a
free library of C data structures and routines. This library
contains additional utility interfaces for Java.

%files -n %{devname}
%{_libdir}/libtcnative-%{api}.so
%{_libdir}/pkgconfig/tcnative-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src/native

%build
export JAVA_HOME=%{java_home}
%configure2_5x \
	--with-apr=%{_prefix} \
	--includedir=%{_includedir}/apr-1 \
	--disable-openssl

%make

%install
%makeinstall


%changelog

* Sat Mar 05 2016 Denis Silakov <dsilakov@gmail.com> 1.2.4-1
- (2236512) Updated to 1.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15262 |14cu|tome-1.4.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define engine  t-engine

Name:           tome
Version:        1.4.9
Release:        1
Summary:        An open-source, single-player, roguelike RPG with 2D tiles
Group:          Games/Strategy
License:        GPLv3+
Url:            http://te4.org
Source0:        http://te4.org/dl/%{engine}/%{engine}4-src-1.4.9.tar.bz2

%description
Tales of Maj'Eyal (ToME) is a free, open source roguelike RPG, featuring
tactical turn-based combat and advanced character building. Play as one of
many unique races and classes in the lore-filled world of Eyal, exploring
random dungeons, facing challenging battles, and developing characters with
our own tailored mix of abilities and powers. With a modern graphical and
customisable interface, intuitive mouse control, streamlined mechanics and
deep, challenging combat, Tales of Maj'Eyal offers engaging roguelike
gameplay for the 21st century.
#------------------------------------------------------------

%package -n tome
Summary:        An open-source, single-player, roguelike RPG with 2D tiles
Requires:       %{engine} = %{EVRD}
BuildArch:      noarch
Provides:       tome4 = %{EVRD}

%description -n tome
Tales of Maj'Eyal (ToME) is a free, open source roguelike RPG, featuring
tactical turn-based combat and advanced character building. Play as one of
many unique races and classes in the lore-filled world of Eyal, exploring
random dungeons, facing challenging battles, and developing characters with
our own tailored mix of abilities and powers. With a modern graphical and
customisable interface, intuitive mouse control, streamlined mechanics and
deep, challenging combat, Tales of Maj'Eyal offers engaging roguelike
gameplay for the 21st century.


%files -n tome
%doc COPYING-MEDIA CREDITS
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{engine}/game/addons/%{name}*
%{_gamesdatadir}/%{engine}/game/modules/%{name}-%{version}*
%{_datadir}/applications/%{name}.desktop

#---------------------------------------------------------
%package -n %{engine}
Summary:        T-Engine4 is a graphical roguelike and tactical RPG engine
License:        GPLv3+
Patch0:         t-engine4-1.4.9-sdl2.patch
Patch1:         t-engine4-1.4.9-no-stripping.patch
BuildRequires:  premake
BuildRequires:  pkgconfig(fontconfig)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(sdl2)
BuildRequires:  pkgconfig(SDL2_image)
BuildRequires:  pkgconfig(SDL2_ttf)
BuildRequires:  pkgconfig(vorbisfile)
BuildRequires:  zip
Suggests:       tome4
Provides:       te4 = %{EVRD}

%description  -n %{engine}
T-Engine4 (TE4 for short) is a roguelike game engine operating in Lua and
available for all major platforms. It was primarily developed as the engine
for the Tales of Maj'Eyal game (see package "tome"), but other
games and mods are based on T-Engine4. See te4.org for more information.

%files  -n %{engine}
%doc CONTRIBUTING COPYING-MEDIA CREDITS
%{_gamesbindir}/%{engine}
%{_gamesdatadir}/%{name}/
%{_iconsdir}/hicolor/64x64/apps/%{name}.png
#---------------------------------------------------------------

%prep
%setup -qn %{engine}4-src-1.4.9
iconv -f iso8859-1 -t utf-8 CREDITS > CREDITS.conv && mv -f CREDITS.conv CREDITS
%patch0 -p1
%patch1 -p1

%build
premake4 gmake
# Parallel build not supported https://github.com/premake/premake-core/issues/286
make config=release

%install
# Wrapper
cat << EOF > %{engine}-script
#!/bin/sh
pushd %{_gamesdatadir}/%{name}
./%{engine}
popd
EOF

install -D -m755 %{engine} %{buildroot}%{_gamesdatadir}/%{name}/%{engine}
install -D -m755 %{engine}-script %{buildroot}%{_gamesbindir}/%{engine}

# Install the common game data.
install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -r bootstrap game %{buildroot}%{_gamesdatadir}/%{name}/

unzip -oj -qq game/engines/te4-%{version}.teae \
              data/gfx/te4-icon.png -d .
install -D -m644 te4-icon.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png

#Game
install -d %{buildroot}%{_gamesdatadir}/%{engine}/game/{addons,modules}
cp -r game/addons/%{name}* %{buildroot}%{_gamesdatadir}/%{engine}/game/addons/
cp -r game/modules/%{name}-%{version}* %{buildroot}%{_gamesdatadir}/%{engine}/game/modules/

# Create a symbolic link for "tome"
install -d %{buildroot}%{_gamesbindir}
ln -s %{_gamesbindir}/t-engine %{buildroot}%{_gamesbindir}/%{name}

# Install the desktop file.
install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=Tales of Maj'Eyal
GenericName=2D roguelike game
GenericName[fr]=Roguelike en 2D
Comment=An open-source, single-player, roguelike RPG with 2D tiles
Comment[fr]=Un jeu de rôle libre, monojoueur avec des graphismes en 2D
Exec=t-engine
Icon=%{engine}
Terminal=false
Type=Application
Categories=Game;StrategyGame;
EOF

# fix linting in debug
find . src/expat -name "*.c" -o -name "*.h" |xargs chmod 0644

%changelog

* Mon Dec 19 2016 abfonly <abfonly@gmail.com> 1.4.9-1
- (bb5223c) Import tome



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15263 |14cu|tong-1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A mixture of two classic games
Name:		tong
Version:	1.3
Release:	1
License:	GPLv3+
Group:		Games/Puzzles
Url:		http://www.nongnu.org/tong
Source0:	http://www.nongnu.org/tong/tong-%{version}.tar.gz
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
Requires:	%{name}-data

%description
Sometimes, the total is greater than the sum of the parts.

Tetris and Pong are classics, addictive and unshakable from their places
in gaming history. TONG is the result of mixing the two, capitalizing
on the essential qualities of each classic and adding new twists of its own
to make an explosive chemical reaction out of it all.

%files
%doc COPYING CREDITS README making-of.txt
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_iconsdir}/hicolor/32x32/apps/%{name}.png

#----------------------------------------------------------------------------

%package data
Summary:	Data files for the Tong game
Group:		Games/Puzzles
Requires:	%{name}
BuildArch:	noarch

%description data
Data files for the Tong game.

%files data
%{_gamesdatadir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
%make \
	CC="%{__cxx} %{optflags}" \
	GAME_DATA_DIR=%{_gamesdatadir}/%{name}

%install
# As of version 1.3 their is no install target
# binary
install -D -m755 tong %{buildroot}%{_gamesbindir}/%{name}

# data + CREDITS file needed for the in-game credits
install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -a media CREDITS %{buildroot}%{_gamesdatadir}/%{name}/

# icon
install -D -m644 media/icon.png %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png

# desktop file
install -d %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=Tong
GenericName=A mixture of two classic games
Comment=Mixture of the classic Pong and Tetris games with some twists
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;BlocksGame;
EOF


%changelog
* Fri Oct 17 2014 Rosa <rosa@abf.rosalinux.ru> 1.3-1
+ Revision: af47b96
- Automatic import for version 1.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15264 |14cu|tor-0.2.9.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define runuser toruser

Summary:	Anonymizing overlay network for TCP (The onion router)
Name:		tor
Version:	0.2.9.15
Release:	1
License:	BSD
Group:		Networking/Other
Url:		http://www.torproject.org/
Source0:	https://dist.torproject.org/%{name}-%{version}.tar.gz
Source1:	%{name}.logrotate
Source3: 	%{name}.sysconfig
Source4:	%{name}.service
Source5:	%{name}-tmpfiles.conf
Source100:	%{name}.rpmlintrc
BuildRequires:	autoconf2.5
BuildRequires:	ghostscript
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libsystemd)
Requires:	openssl
Requires:	tsocks
Requires(pre,post,preun,postun):	rpm-helper
Requires(post):	systemd

%description
Tor is a connection-based low-latency anonymous communication system.

This package provides the "tor" program, which serves as both a client and
a relay node. Scripts will automatically create a "%{runuser}" user and
group, and set tor up to run as a daemon when the system is rebooted.

Applications connect to the local Tor proxy using the SOCKS
protocol. The local proxy chooses a path through a set of relays, in
which each relay knows its predecessor and successor, but no
others. Traffic flowing down the circuit is unwrapped by a symmetric
key at each relay, which reveals the downstream relay.

Warnings: Tor does no protocol cleaning.  That means there is a danger
that application protocols and associated programs can be induced to
reveal information about the initiator. Tor depends on Privoxy and
similar protocol cleaners to solve this problem. This is alpha code,
and is even more likely than released code to have anonymity-spoiling
bugs. The present network is very small -- this further reduces the
strength of the anonymity provided. Tor is not presently suitable
for high-stakes anonymity.

%files
%doc ReleaseNotes INSTALL LICENSE README ChangeLog doc/HACKING
%{_mandir}/man*/*
%{_bindir}/tor
%{_bindir}/torify
%{_bindir}/tor-resolve
%{_bindir}/tor-gencert
%{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}
%dir %attr(0755,root,%{runuser}) %{_sysconfdir}/%{name}/
%config(noreplace) %attr(0644,root,%{runuser}) %{_sysconfdir}/%{name}/*
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0700,%{runuser},%{runuser}) %dir %{_localstatedir}/lib/%{name}
%attr(0750,%{runuser},%{runuser}) %dir %{_var}/%{name}
%attr(0750,%{runuser},%{runuser}) %dir %{_var}/log/%{name}
%{_sysconfdir}/bash_completion.d/%{name}
%{_datadir}/%{name}

%pre
%_pre_useradd %{runuser} / /bin/false

%post
%tmpfiles_create %{name}
%_post_service %{name}

%preun
%_preun_service %{name}
rm -f %{_localstatedir}/%{name}/cached-directory
rm -f %{_localstatedir}/%{name}/bw_accounting
rm -f %{_localstatedir}/%{name}/control_auth_cookie
rm -f %{_localstatedir}/%{name}/router.desc
rm -f %{_localstatedir}/%{name}/fingerprint

%postun
%_postun_userdel %{runuser}
%_postun_groupdel %{runuser}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

install -p -m 644 %{buildroot}%{_sysconfdir}/%{name}/torrc.sample %{buildroot}%{_sysconfdir}/%{name}/torrc

mkdir -p -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat %{SOURCE1} > %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

mkdir -p -m 755 %{buildroot}%{_sysconfdir}/sysconfig/
cat %{SOURCE3} > %{buildroot}%{_sysconfdir}/sysconfig/%{name}

mkdir -p -m 700 %{buildroot}%{_localstatedir}/lib/%{name}
mkdir -p -m 755 %{buildroot}%{_var}/%{name}
mkdir -p -m 755 %{buildroot}%{_var}/log/%{name}

# Bash completion
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
echo 'complete -F _command $filenames torify' > %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}

# Systemd support
install -D -p -m 0644 %{SOURCE4} %{buildroot}%{_unitdir}/%{name}.service
install -D -p -m 0644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15265 |14cu|torbrowser-launcher-0.2.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname torbrowser_launcher

Summary:	Download,update, and run the Tor Browser Bundle
Name:		torbrowser-launcher
Version:	0.2.7
Release:	1
License:	MIT
Group:		Networking/WWW
Url:		https://www.github.com/micahflee/torbrowser-launcher
Source0:	https://github.com/micahflee/torbrowser-launcher/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	fakeroot
BuildRequires:	gnupg
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(twisted)
BuildRequires:	wmctrl
Requires:	pythonegg(parsley)
Requires:	pythonegg(psutil)
Requires:	pythonegg(pyliblzma)
Requires:	pythonegg(service-identity)
Requires:	pythonegg(twisted)
Requires:	pythonegg(txsocksx)
Requires:	wmctrl
BuildArch:	noarch

%description
Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier to
maintain and use for GNU/Linux users.

You install torbrowser-launcher from your distribution's package manager and
it handles downloading the most recent version of TBB for you, in your language
and for your architecture. It also adds a "Tor Browser" application launcher to
your operating system's menu, and lets you set Tor Browser as your default web
browser.

When you first launch Tor Browser Launcher, it will download TBB from
https://www.torproject.org/, extract it in your home directory, and execute it.

When you run it after that it will just execute TBB. When you open Tor Browser
after an update, it will download the newer version of TBB for you and extract
it over your old TBB directory, so you will maintain your TBB bookmarks and
always be running the latest version.

%files -f %{name}.lang
%doc LICENSE README.md
%{_bindir}/%{name}
%{py_puresitedir}/%{oname}-%{version}-*.egg-info
%{py_puresitedir}/%{oname}/
%{_datadir}/appdata/torbrowser.appdata.xml
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/torbrowser.png
%{_datadir}/%{name}
%{_localedir}/%{name}.mo
%config(noreplace) %{_sysconfdir}/apparmor.d/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
desktop-file-install %{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name}

%changelog

* Mon Jan 30 2017 tremod <negry.m@yandex.ru> 0.2.7-1
- (0499a78) Update to 0.2.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15266 |14cu|torcs-1.3.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags	%nil
%define	name	torcs
%define	oname	TORCS
%define	libname	%mklibname %{name}
%define	version	1.3.6
%define release	2
%define	Summary	The Open Racing Car Simulator

Name:		%{name}
Version:	%{version}
Release:%{release}
Summary:	%{Summary}
License:	GPLv2
Group:		Games/Arcade
Source0:	%{oname}-%{version}-src.tar.xz
Source1:	%{oname}-%{version}-src-robots-base.tar.xz
Source2:	%{oname}-1.3.0-src-robots-berniw.tar.bz2
Source3:	%{oname}-1.3.0-src-robots-bt.tar.bz2
Source4:	%{oname}-1.3.0-src-robots-olethros.tar.bz2

URL:		http://torcs.sourceforge.net/
Provides:	%{oname}
Requires:	%{name}-data = %{version}
Requires:	%{name}-data-cars-extra 
Requires:	%{name}-robots-berniw %{name}-robots-bt %{name}-robots-olethros

BuildRequires:	imagemagick 
BuildRequires:	pkgconfig(glu) 
BuildRequires:	pkgconfig(sdl) 
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libpng) 
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	mesa-common-devel 
BuildRequires:	plib-devel 
BuildRequires:	pkgconfig(freealut) 
BuildRequires:	pkgconfig(openal) 
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(ice)
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xmu)


Provides:	%{libname}
Obsoletes:	%{libname}

%description
A 3D racing car simulator using OpenGL.

%package	robots-base
Group:		Games/Arcade
Requires:	%{name} >= %{version}
Summary:	Basic robots for %{name}
Provides:	%{name}-robots

%description	robots-base
Base robots for %{oname}
%package	robots-berniw
Group:		Games/Arcade
Requires:	%{name} >= %{version}
Summary:	Berniw robots for %{name}
Provides:	%{name}-robots

%description	robots-berniw
Berniw robots for %{oname}
by Bernhard Wymann <berniw@bluewin.ch>

%package	robots-bt
Group:		Games/Arcade
Requires:	%{name} >= %{version}
Summary:	Bt robots for %{name}
Provides:	%{name}-robots

%description	robots-bt
bt robots for %{oname}

%package	robots-olethros
Group:		Games/Arcade
Requires:	%{name} >= %{version}
Summary:	Olethros robots for %{name}
Provides:	%{name}-robots

%description	robots-olethros
bt robots for %{oname}
by Christos Dimitrakakis <dimitrak@idiap.ch>


%prep
%setup -q -b1 -b2 -b3 -b4

%build
LDFLAGS="%{ldflags} -lstdc++"
./configure	--bindir=%{_gamesbindir} \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--x-libraries=%{_xorglibdir}
	
#avoid paralel build
make

%install
%{makeinstall_std}

mkdir $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{oname}
Comment=%{Summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

%{__install} -d $RPM_BUILD_ROOT{%{_miconsdir},%{_liconsdir}}
convert -size 16x16 icon.png $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
%{__install} icon.png $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
convert -size 48x48 icon.png $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

# fix rpmlint E, to be seen for W
chmod -R 755 $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}
chmod -R 755 $RPM_BUILD_ROOT%{_libdir}/%{name}

%files
%doc COPYING README 
%{_gamesbindir}/*
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/[!d]*
%{_datadir}/applications/mandriva-%{name}.desktop
%dir %{_gamesdatadir}/%{name}/drivers
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_libdir}/%{name}

%files robots-base
%doc COPYING README 
%{_gamesdatadir}/%{name}/drivers/damned*
%{_gamesdatadir}/%{name}/drivers/human/*              
%{_gamesdatadir}/%{name}/drivers/inferno/*
%{_gamesdatadir}/%{name}/drivers/inferno2/*
%{_gamesdatadir}/%{name}/drivers/lliaw/*
%{_gamesdatadir}/%{name}/drivers/sparkle/*
%{_gamesdatadir}/%{name}/drivers/tita/*

%files robots-berniw
%doc COPYING README 
%{_gamesdatadir}/%{name}/drivers/berniw*

%files robots-bt
%doc COPYING README 
%{_gamesdatadir}/%{name}/drivers/bt

%files robots-olethros
%doc COPYING README 
%{_gamesdatadir}/%{name}/drivers/olethros



%changelog

* Sun Nov 15 2015 gvm <mc2374@mclink.it> 1.3.6-2
- (90be7d5) Rebuild to replace a broken rpm (torcs-robots-base).



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15267 |14cu|torcs-data-1.3.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pname	torcs
%define	opname	TORCS
%define	oname	%{opname}-data
%define	Summary	Data files for %{pname}

Name:		%{pname}-data
Version:	1.3.6
Release:	2
Summary:	%{Summary}
License:	GPL
Group:		Games/Arcade
Source0:	%{opname}-%{version}-data.tar.xz
Source1:	%{opname}-%{version}-data-tracks-road.tar.xz
Source2:	%{opname}-%{version}-data-tracks-oval.tar.xz
Source3:	%{opname}-%{version}-data-tracks-dirt.tar.xz
Source4:	%{opname}-%{version}-data-cars-extra.tar.xz
Source5:	%{opname}-1.3.0-data-cars-nascar.tar.bz2
Source6:	%{opname}-%{version}-data-cars-Patwo-Design.tar.xz
Source7:	%{opname}-%{version}-data-cars-kcendra-gt.tar.xz
Source8:	%{opname}-%{version}-data-cars-kcendra-roadsters.tar.xz
Source9:	%{opname}-%{version}-data-cars-kcendra-sport.tar.xz
Source10:	%{opname}-1.3.0-data-cars-VM.tar.bz2
Url:		http://torcs.org/
BuildArch:	noarch
Requires:	%{pname} = %{version}

%description
%{Summary}

%package cars-extra
Group:		Games/Arcade
Requires:	%{name} >= %{version}
Summary:	Extra cars for %{opname}
Obsoletes:	%{name}-cars-Patwo-Design
Provides:	%{name}-cars-Patwo-Design

%description cars-extra
Extra cars for %{opname}

%prep

%build

%install
install -d %{buildroot}%{_gamesdatadir}/%{pname}
%{__tar} -xf %{SOURCE0} -C %{buildroot}%{_gamesdatadir}/%{pname}
%{__tar} -xf %{SOURCE1} -C %{buildroot}%{_gamesdatadir}/%{pname}
%{__tar} -xf %{SOURCE2} -C %{buildroot}%{_gamesdatadir}/%{pname}
%{__tar} -xf %{SOURCE3} -C %{buildroot}%{_gamesdatadir}/%{pname}
%{__tar} -xf %{SOURCE4} -C %{buildroot}%{_gamesdatadir}/%{pname}
%{__tar} -xf %{SOURCE5} -C %{buildroot}%{_gamesdatadir}/%{pname}
%{__tar} -xf %{SOURCE6} -C %{buildroot}%{_gamesdatadir}/%{pname}
%{__tar} -xf %{SOURCE7} -C %{buildroot}%{_gamesdatadir}/%{pname}
%{__tar} -xf %{SOURCE8} -C %{buildroot}%{_gamesdatadir}/%{pname}
%{__tar} -xf %{SOURCE9} -C %{buildroot}%{_gamesdatadir}/%{pname}
%{__tar} -xf %{SOURCE10} -C %{buildroot}%{_gamesdatadir}/%{pname}

%clean

%files
%defattr(-,root,root,755)
%dir %{_gamesdatadir}/%{pname}/cars
%dir %{_gamesdatadir}/%{pname}/cars/car1-ow1
%dir %{_gamesdatadir}/%{pname}/cars/car1-stock1
%dir %{_gamesdatadir}/%{pname}/cars/car1-stock2
%dir %{_gamesdatadir}/%{pname}/cars/car1-trb1
%dir %{_gamesdatadir}/%{pname}/cars/car1-trb3
%dir %{_gamesdatadir}/%{pname}/cars/car2-trb1
%dir %{_gamesdatadir}/%{pname}/cars/car3-trb1
%dir %{_gamesdatadir}/%{pname}/cars/car4-trb1
%dir %{_gamesdatadir}/%{pname}/cars/car5-trb1
%dir %{_gamesdatadir}/%{pname}/cars/car6-trb1
%dir %{_gamesdatadir}/%{pname}/cars/car7-trb1
%dir %{_gamesdatadir}/%{pname}/cars/p406
%dir %{_gamesdatadir}/%{pname}/cars/car8-trb1
%exclude %{_gamesdatadir}/%{pname}/categories/Nascar.xml
%{_gamesdatadir}/%{pname}/categories/*
%{_gamesdatadir}/%{pname}/data/*
%{_gamesdatadir}/%{pname}/menu/*
%{_gamesdatadir}/%{pname}/tracks/road/aalborg/*
%{_gamesdatadir}/%{pname}/tracks/road/alpine-1/*
%{_gamesdatadir}/%{pname}/tracks/road/alpine-2/*
%{_gamesdatadir}/%{pname}/tracks/road/eroad/*
%{_gamesdatadir}/%{pname}/tracks/road/e-track-1/*
%{_gamesdatadir}/%{pname}/tracks/road/e-track-2/*
%{_gamesdatadir}/%{pname}/tracks/road/e-track-3/*
%{_gamesdatadir}/%{pname}/tracks/road/e-track-4/*
#%{_gamesdatadir}/%{pname}/tracks/road/e-track-5/*
%{_gamesdatadir}/%{pname}/tracks/road/e-track-6/*
%{_gamesdatadir}/%{pname}/tracks/road/forza/*
%{_gamesdatadir}/%{pname}/tracks/road/g-track-1/*
%{_gamesdatadir}/%{pname}/tracks/road/g-track-2/*
%{_gamesdatadir}/%{pname}/tracks/road/g-track-3/*
%{_gamesdatadir}/%{pname}/tracks/road/ole-road-1/*
%{_gamesdatadir}/%{pname}/tracks/road/ruudskogen/*
%{_gamesdatadir}/%{pname}/tracks/road/spring/*
%{_gamesdatadir}/%{pname}/tracks/road/street-1/*
%{_gamesdatadir}/%{pname}/tracks/road/wheel-1/*
%{_gamesdatadir}/%{pname}/tracks/road/wheel-2/*
%{_gamesdatadir}/%{pname}/tracks/oval/*
%{_gamesdatadir}/%{pname}/tracks/dirt/*
%{_gamesdatadir}/%{pname}/cars/car1-trb1/*
%{_gamesdatadir}/%{pname}/cars/car1-trb3/*
%{_gamesdatadir}/%{pname}/cars/car2-trb1/*
%{_gamesdatadir}/%{pname}/cars/car3-trb1/*
%{_gamesdatadir}/%{pname}/cars/car4-trb1/*
%{_gamesdatadir}/%{pname}/cars/car5-trb1/*
%{_gamesdatadir}/%{pname}/cars/car6-trb1/*
%{_gamesdatadir}/%{pname}/cars/car7-trb1/*
%{_gamesdatadir}/%{pname}/cars/p406/*
# %{_gamesdatadir}/%{pname}/cars/sc-f1/*
%{_gamesdatadir}/%{pname}/cars/car1-ow1/*
%{_gamesdatadir}/%{pname}/cars/car1-stock1/*
%{_gamesdatadir}/%{pname}/cars/car8-trb1/*
%{_gamesdatadir}/%{pname}/cars/car1-stock2/*
%{_gamesdatadir}/%{pname}/tracks/road/brondehach/*
%{_gamesdatadir}/%{pname}/tracks/road/corkscrew/*
%{_gamesdatadir}/%{pname}/wheels/*


%files cars-extra
%defattr(-, root, root)
%{_gamesdatadir}/torcs/cars/155-DTM/*
#%{_gamesdatadir}/torcs/cars/360-modena/*
%{_gamesdatadir}/torcs/cars/acura-nsx-sz/*
%{_gamesdatadir}/torcs/cars/baja-bug/*
%{_gamesdatadir}/torcs/cars/buggy/*
#%{_gamesdatadir}/torcs/cars/car1-trb1/*
#%{_gamesdatadir}/torcs/cars/clkdtm/*
#%{_gamesdatadir}/torcs/cars/gt40/*
#%{_gamesdatadir}/torcs/cars/lotus-gt1/*
#%{_gamesdatadir}/torcs/cars/mclaren-f1/*
#%{_gamesdatadir}/torcs/cars/p406/*
#%{_gamesdatadir}/torcs/cars/porsche-gt1/*
#%{_gamesdatadir}/torcs/cars/porsche-gt3rs/*
#%{_gamesdatadir}/torcs/cars/sc-f1/*
#%{_gamesdatadir}/torcs/cars/viper-gts-r/*
#%{_gamesdatadir}/torcs/cars/xj-220/*
%{_gamesdatadir}/torcs/cars/cg-nascar-rwd
%{_gamesdatadir}/torcs/categories/Nascar.xml
%{_gamesdatadir}/torcs/cars/pw-206wrc/*
%{_gamesdatadir}/torcs/cars/pw-306wrc/*
%{_gamesdatadir}/torcs/cars/pw-corollawrc/*
%{_gamesdatadir}/torcs/cars/pw-evoviwrc/*
#%{_gamesdatadir}/torcs/cars/pw-evovwrc/*
%{_gamesdatadir}/torcs/cars/pw-focuswrc/*
%{_gamesdatadir}/torcs/cars/pw-imprezawrc/*
%{_gamesdatadir}/torcs/cars/kc-2000gt/*
%{_gamesdatadir}/torcs/cars/kc-5300gt/*
%{_gamesdatadir}/torcs/cars/kc-corvette-ttop/*
%{_gamesdatadir}/torcs/cars/kc-daytona/*
%{_gamesdatadir}/torcs/cars/kc-db4z/*
%{_gamesdatadir}/torcs/cars/kc-dbs/*
%{_gamesdatadir}/torcs/cars/kc-dino/*
%{_gamesdatadir}/torcs/cars/kc-ghibli/*
%{_gamesdatadir}/torcs/cars/kc-grifo/*
%{_gamesdatadir}/torcs/cars/kc-bigh/*
%{_gamesdatadir}/torcs/cars/kc-a110/*
%{_gamesdatadir}/torcs/cars/kc-alfatz2/*
%{_gamesdatadir}/torcs/cars/kc-coda/*
%{_gamesdatadir}/torcs/cars/kc-conrero/*
%{_gamesdatadir}/torcs/cars/kc-gt40/*
%{_gamesdatadir}/torcs/cars/kc-gto/*
%{_gamesdatadir}/torcs/cars/kc-p4/*
%{_gamesdatadir}/torcs/cars/vm-x2/*
%{_gamesdatadir}/torcs/cars/vm-x4/*



%changelog

* Fri Nov 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.6-2
- (736ed5e) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15268 |14cu|torque-4.2.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%define tcl_sitelib_spaced %(echo %tcl_sitelib | sed -e 's,/, ,g')

%define __noautoreq '/usr/bin/tclsh8.6'

Summary:	The Portable Batch System
Name:		torque
Version:	4.2.10
Release:	1
License:	TORQUEv1.1
Group:		System/Cluster
URL:        http://www.adaptivecomputing.com/products/open-source/torque/
Source0:	http://www.adaptivecomputing.com/resources/downloads/torque/%{name}-%{version}.tar.gz
Source1:	pbs_server
Source2:	pbs.conf
Source3:	TORQUE_Administrator_GUIDE.pdf
Source4:	pbs_mom
Source5:	pbs_sched
Source6:	xpbs
Source7:	xpbsmon
Source8:	tclIndex_xpbsmon
Source9:	tclIndex_xpbs
Source10:	introduction_openPBS
Source11:	xtermPBSlog
Source12:	pbs
Source13:	setup_pbs_server
Source14:	pbs_config.sample
Source15:	pbs_para_job.sh
Source17:	pbs-epilogue
Source18:	pbs-prologue
Source19:	setup_pbs_client
Source100:	torque.rpmlintrc
Patch13:	torque-2.1.11-destdir.patch
Patch14:	torque-2.3.7-tcl86.patch
BuildRequires:	openssh
BuildRequires:	openssh-clients
BuildRequires:	tcl
BuildRequires:	tk
BuildRequires:	readline-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(xmu)
Requires:	openssh-clients
Requires(post,preun):	rpm-helper

%description
The Portable Batch System (PBS) is a flexible batch software processing
system developed at NASA Ames Research Center. It  operates on networked,
multi-platform UNIX environments, including heterogeneous clusters of
workstations, supercomputers, and massively parallel systems.

"This product includes software developed by NASA Ames Research Center,
Lawrence Livermore National Laboratory, and Veridian Information Solutions,
Inc. Visit www.OpenPBS.org for OpenPBS software support,products, and
information."

%files
%doc doc/READ_ME
%{_mandir}/man1/pbs*
%{_mandir}/man3/pbs*
%{_mandir}/man7/*
%{_mandir}/man8/pbsnodes*
%{_mandir}/man8/pbs_server.8*
%{_mandir}/man8/pbs_sch*
%config(noreplace) %{_sysconfdir}/pbs.conf
%defattr(755, root, root)
%{_initrddir}/pbs_server
%{_initrddir}/pbs_sched
%{_initrddir}/openpbs
%{_sbindir}/pbs_server
%{_sbindir}/pbs_sched
%{_sbindir}/pbslogs
%{_sbindir}/qnoded
%{_sbindir}/qschedd
%{_sbindir}/qserverd
%{_sbindir}/trqauthd
%{_bindir}/pbs_track
%{_bindir}/pbsnodes
%{_bindir}/setup_pbs_server
%{_bindir}/pbs-config
%{_bindir}/printtracking
%{_bindir}/printserverdb
%{_var}/spool/pbs/sched_logs/
%dir %{_var}/spool/pbs
%{_var}/spool/pbs/sched_priv
%{_var}/spool/pbs/server_logs/
%{_var}/spool/pbs/checkpoint/
%{_var}/spool/pbs/server_priv/
%attr(775,root,pbs) %{_var}/spool/pbs/spool/
%attr(1777,root,pbs) %{_var}/spool/pbs/undelivered/
%config(noreplace) %{_var}/spool/pbs/pbs_environment
%config(noreplace) %{_var}/spool/pbs/server_name
%{_var}/spool/pbs/pbs_config.sample

%pre
/usr/sbin/groupadd -g 12386 -r -f pbs > /dev/null 2>&1 ||:
# /usr/sbin/useradd -g pbs -d %{pbs_user} -r -s /bin/bash -p "" -m >/dev/null 2>&1 ||:

%post
#!/bin/sh
pbs_prefix=%{_prefix}
pbs_server_home=/var/spool/pbs
if [ -f "${pbs_server_home}/server_name" ]; then
        echo `hostname` > ${pbs_server_home}/server_name
fi
if [ -f "${pbs_server_home}/default_server" ]; then
        echo `hostname` >> ${pbs_server_home}/default_server
fi
if [ ! -f "${pbs_server_home}/server_priv/nodes" ]; then
	echo `hostname` > ${pbs_server_home}/server_priv/nodes
fi

# add pbs service
%_post_service pbs_server
# %_post_service pbs_sched

# mise a jour /etc/services if needed
CHECK_PORT=`grep 15003 /etc/services`
if [ -z "$CHECK_PORT" ]; then
	cat >> /etc/services << EOF
# Port needed by PBS
pbs_server	15001/tcp	# pbs server
pbs_mom		15002/tcp	# mom to/from server
pbs_resmon	15003/tcp   # mom resource management requests
pbs_resmon      15003/udp   # mom resource management requests
pbs_sched	15004/tcp   # scheduler 
EOF
fi

%preun
%_preun_service pbs_server

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libname}
Library for %{name}.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The Portable Batch System (PBS) devel
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The Portable Batch System (PBS) function prototype.

"This product includes software developed by NASA Ames Research Center,
Lawrence Livermore National Laboratory, and Veridian Information Solutions,
Inc. Visit www.OpenPBS.org for OpenPBS software support,products, and
information."

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/*.a
%{_mandir}/man3/tm*
%{_includedir}/%{name}-%{version}
%{_includedir}/*.h
%multiarch %{multiarch_includedir}/%{name}-%{version}/pbs_config.h

#----------------------------------------------------------------------------

%package client
Summary:	The Portable Batch System (PBS) client
Group:		System/Cluster
Requires:	openssh-clients
Requires(post,preun):	rpm-helper

%description client
The Portable Batch System (PBS) client.

"This product includes software developed by NASA Ames Research Center,
Lawrence Livermore National Laboratory, and Veridian Information Solutions,
Inc. Visit www.OpenPBS.org for OpenPBS software support,products, and
information."

%files client
%doc introduction_openPBS para_job_pbs.sh TORQUE_Administrator_GUIDE.pdf 
%{_mandir}/man1/q*
%{_mandir}/man8/q*
%{_mandir}/man8/pbs_mom.8*
%{_mandir}/man1/bas*
%{_mandir}/man1/nqs*
%dir %{_var}/spool/pbs
%{_var}/spool/pbs/mom_logs
%{_var}/spool/pbs/mom_priv
%{_var}/spool/pbs/aux
%{_var}/spool/pbs/checkpoint
%attr(1777,root,pbs) %{_var}/spool/pbs/undelivered
%attr(775,root,pbs) %{_var}/spool/pbs/spool
%{_bindir}/q*
%{_bindir}/chk_tree
%{_bindir}/hostn
%{_bindir}/nqs2pbs
%{_bindir}/printjob
%{_bindir}/tracejob
%{_bindir}/pbsdsh
%{_bindir}/setup_pbs_client
%{_sbindir}/momctl
%{_sbindir}/pbs_demux
#%attr(4755,root,root) %{_sbindir}/pbs_iff
%{_sbindir}/pbs_mom
%{_initrddir}/pbs_mom

%pre client
/usr/sbin/groupadd -g 12386 -r -f pbs > /dev/null 2>&1 ||:

%preun client
%_preun_service pbs_mom

%post client
%_post_service pbs_mom

#----------------------------------------------------------------------------

%package xpbs
Summary:	The Portable Batch System (PBS) X interface
Group:		Monitoring
Requires:	tk
Requires:	tcl
Requires:	%{name}-client = %{EVRD}

%description xpbs
The Portable Batch System (PBS) X interface.

"This product includes software developed by NASA Ames Research Center,
Lawrence Livermore National Laboratory, and Veridian Information Solutions,
Inc. Visit www.OpenPBS.org for OpenPBS software support,products, and
information."

%files xpbs
%{_bindir}/pbs_tclsh
%{_bindir}/pbs_wish
%{_bindir}/xpbsmon
%{_bindir}/xpbs
%dir %{tcl_sitelib}/xpbs/bitmaps
%{tcl_sitelib}/xpbs/bitmaps/*
%dir %{tcl_sitelib}/xpbs/help
%{tcl_sitelib}/xpbs/help/*
%dir %{tcl_sitelib}/xpbs/bin
%{tcl_sitelib}/xpbs/bin/*
%{tcl_sitelib}/xpbs/preferences.tcl
%{tcl_sitelib}/xpbs/pbs.tcl
%{tcl_sitelib}/xpbs/*.tk
%{tcl_sitelib}/xpbs/tclIndex
%config(noreplace) %{tcl_sitelib}/xpbs/xpbsrc
%{tcl_sitelib}/xpbs/buildindex
%{tcl_sitelib}/xpbsmon/buildindex
%{tcl_sitelib}/xpbsmon/*.tk
%dir %{tcl_sitelib}/xpbsmon/help
%{tcl_sitelib}/xpbsmon/*.tcl
%{tcl_sitelib}/xpbsmon/tclIndex
%config(noreplace) %{tcl_sitelib}/xpbsmon/xpbsmonrc
%dir %{tcl_sitelib}/xpbsmon
%dir %{tcl_sitelib}/xpbsmon/bitmaps
%{tcl_sitelib}/xpbsmon/bitmaps/*
%{tcl_sitelib}/xpbsmon/help/*
%{_mandir}/man1/x*

%post xpbs
ln -sf %{tcl_sitelib}/xpbs /usr/lib/xpbs
ln -sf %{tcl_sitelib}/xpbsmon /usr/lib/xpbsmon

#----------------------------------------------------------------------------

%prep
%setup -q
%patch13 -p1 -b .destdir~
%patch14 -p1 -b .tcl86~

# these variables aren't ever set in any file that gets installed,
# so without doing this, xpbs won't run - AdamW 2008/12
sed -i -e 's,$xpbs_datadump,xpbs_datadump,g' src/gui/pbs.tcl
sed -i -e 's,$xpbs_scriptload,xpbs_scriptload,g' src/gui/pbs.tcl

cp %{SOURCE3} %{_builddir}/%{name}-%{version}/TORQUE_Administrator_GUIDE.pdf
cp %{SOURCE10} %{_builddir}/%{name}-%{version}/introduction_openPBS
cp %{SOURCE15} %{_builddir}/%{name}-%{version}/para_job_pbs.sh

%build
CFLAGS="%{optflags} -std=gnu99" \
%configure2_5x \
	--with-rcp=scp \
	--with-server-home=/var/spool/pbs \
	--enable-docs \
	--enable-server \
	--enable-mom \
	--enable-client \
	--srcdir=%{_builddir}/%{name}-%{version} \
	--enable-gui \
	-x-libraries=%{_libdir}
	
%ifarch x86_64
	perl -pi -e 's|\-L\$\(TCL\_DIR\)/lib|\-L\$\(TCL\_DIR\)/lib64|g' src/tools/Makefile
%endif 

#make depend
make clean
%make all XPBS_DIR=%{tcl_sitelib}/xpbs XPBSMON_DIR=%{tcl_sitelib}/xpbsmon

%install
pbs_server_home_for_install=%{buildroot}/var/spool/pbs

mkdir -p %{buildroot}%{_initrddir}
mkdir -p ${pbs_server_home_for_install}/mom_priv/
touch ${pbs_server_home_for_install}/mom_priv/config
mkdir -p ${pbs_server_home_for_install}/sched_priv
chmod 644 ${pbs_server_home_for_install}/mom_priv/config
mkdir -p ${pbs_server_home_for_install}/server_logs
mkdir -p ${pbs_server_home_for_install}/sched_logs
mkdir -p ${pbs_server_home_for_install}/server_priv

mkdir -p %{buildroot}%{_defaultdocdir}
mkdir -p %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{tcl_sitelib}/xpbs
mkdir -p %{buildroot}%{tcl_sitelib}/xpbsmon
mkdir -p %{buildroot}%{_libdir}/%{name}-%{version}
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-client-%{version}
mkdir -p %{buildroot}%{_includedir}/%{name}-%{version}

install -m755 %{SOURCE1} %{buildroot}%{_initrddir}/pbs_server
install -m755 %{SOURCE4} %{buildroot}%{_initrddir}/pbs_mom
install -m755 %{SOURCE5} %{buildroot}%{_initrddir}/pbs_sched
install -m755 %{SOURCE12} %{buildroot}%{_initrddir}/openpbs
install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pbs.conf
install -m644 %{SOURCE11} %{buildroot}%{_sbindir}/pbslogs

%makeinstall_std PBS_SERVER_HOME=/var/spool/pbs mandir=%{_mandir} XPBS_DIR=%{tcl_sitelib}/xpbs XPBSMON_DIR=%{tcl_sitelib}/xpbsmon

mkdir -p %{buildroot}%{_sbindir}
chmod 755 %{buildroot}%{_sbindir}/pbs_mom
chmod 755 %{buildroot}%{_sbindir}/pbs_sched
#chmod 755 %{buildroot}%{_sbindir}/pbs_iff
chmod 755 %{buildroot}%{_sbindir}/pbs_server
chmod 755 %{buildroot}%{_initrddir}/openpbs

# needed to overwrite bad path in those scripts
install -m755 %{SOURCE6} %{buildroot}%{_bindir}/xpbs
install -m755 %{SOURCE7} %{buildroot}%{_bindir}/xpbsmon
install -m755 %{SOURCE13} %{buildroot}%{_bindir}/setup_pbs_server
install -m755 %{SOURCE19} %{buildroot}%{_bindir}/setup_pbs_client
install -m644 %{SOURCE8} %{buildroot}%{tcl_sitelib}/xpbsmon/tclIndex
install -m644 %{SOURCE9} %{buildroot}%{tcl_sitelib}/xpbs/tclIndex
install -m644 %{SOURCE14} %{buildroot}%{_var}/spool/pbs/pbs_config.sample
install -m755 %{SOURCE17} %{buildroot}%{_var}/spool/pbs/mom_priv/epilogue
install -m755 %{SOURCE18} %{buildroot}%{_var}/spool/pbs/mom_priv/prologue

# replace the placeholder text with whatever the real tcl_sitelib
# should be...cunning, eh? - AdamW 2008/12
sed -i -e 's,TCL_SITELIB,%{tcl_sitelib},g' \
%{buildroot}%{tcl_sitelib}/xpbsmon/tclIndex \
%{buildroot}%{tcl_sitelib}/xpbs/tclIndex \
%{buildroot}%{_bindir}/xpbs \
%{buildroot}%{_bindir}/xpbsmon \
%{buildroot}%{_bindir}/setup_pbs_server \
%{buildroot}%{_bindir}/setup_pbs_client

rm -f %{buildroot}%{_libdir}/xpbs/tclIndex
rm -f %{buildroot}%{_libdir}/xpbsmon/tclIndex

echo "# MOM server configuration file" > ${pbs_server_home_for_install}/mom_priv/config
echo "# if more than one value, separate it by comma." >> ${pbs_server_home_for_install}/mom_priv/config

cp -av %{_builddir}/%{name}-%{version}/src/include/* %{buildroot}%{_includedir}/%{name}-%{version}/

perl -pi -e 's/wish8\.3/wish/' %{buildroot}%{_bindir}/xpbs

%multiarch_includes %{buildroot}%{_includedir}/%{name}-%{version}/pbs_config.h


%changelog

* Fri Sep 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.2.10-1
- (89142c3) Fix URL in sources



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15269 |14cu|tortoisehg-4.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mercurial GUI command line tool hgtk
Name:		tortoisehg
Version:	4.1.3
Release:	1
License:	GPLv2+
Group:		Development/Tools
# - few files are however under the more permissive GPLv2+
Url:		http://tortoisehg.bitbucket.org/
Source0:	http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-%{version}.tar.gz
#Source0:	http://bitbucket.org/tortoisehg/stable/get/%{name}-%{version}.tar.gz
# This package _is_ noarch, but that isn't possible because the nautilus
# subpackage has to be arch-specific:
BuildRequires:	python-sphinx
BuildRequires:	python-qt4-devel
BuildRequires:	pkgconfig(python)
Requires:	gnome-python-gconf
Requires:	gnome-python-gtkspell
Requires:	pygtk2
Requires:	python-iniparse
Requires:	python-qt4-qscintilla
BuildArch:	noarch
Requires:	mercurial >= 4.1.3

%description
This package contains the hgtk command line tool, which provides a graphical
user interface to the Mercurial distributed revision control system. 

%files -f %{name}.lang
%doc COPYING.txt doc/build/html/
%{_bindir}/thg
%{py_puresitedir}/tortoisehg/
%{py_puresitedir}/tortoisehg-*.egg-info
%{_datadir}/pixmaps/tortoisehg/
%{_datadir}/applications/thg.desktop
%{py_puresitedir}/hgext3rd/__init__.py
%{py_puresitedir}/hgext3rd/thg.py

#----------------------------------------------------------------------------

%package        nautilus
Summary:        Mercurial GUI plugin to Nautilus file manager 
Group:		Development/Tools
Requires:	%{name} = %{EVRD}
Requires:	nautilus-python

%description    nautilus
This package contains the TortoiseHg Gnome/Nautilus extension, which makes the
Mercurial distributed revision control system available in the file manager
with a graphical interface. 

Note that the nautilus extension has been deprecated upstream.

%files nautilus
%{_datadir}/nautilus-python/extensions/nautilus-thg.py

#----------------------------------------------------------------------------

%prep
%setup -q

# Fedora Nautilus python extensions lives in lib64 on x86_64 (https://bugzilla.redhat.com/show_bug.cgi?id=509633) ...
sed -i "s,lib/nautilus,%{_lib}/nautilus,g" setup.py

cat > tortoisehg/util/config.py << EOT
bin_path     = "%{_bindir}"
license_path = "%{_docdir}/%{name}-%{version}/COPYING.txt"
locale_path  = "%{_datadir}/locale"
icon_path    = "%{_datadir}/pixmaps/tortoisehg/icons"
nofork       = True
EOT

%build
python setup.py build

(cd doc && make html)
rm doc/build/html/.buildinfo

%install
python setup.py install -O1 --skip-build --root %{buildroot}

install -m0644 -D contrib/thg.desktop %{buildroot}%{_datadir}/applications/thg.desktop

#install -m 644 -D contrib/_hgtk %{buildroot}%{_datadir}/zsh/site-functions/_hgtk

%find_lang %{name}


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15270 |14cu|touchpadero-14.5.10-0.alpha.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	An utility to block touchpad
Name:		touchpadero
Version:	14.5.10
Release:	0.alpha.1
License:	GPLv3+
Group:		System/Configuration/Hardware
Url:		https://abf.rosalinux.ru/erofeev/TouchpadEro
Source0:	%{name}-src.tar.xz

BuildRequires:	fpc >= 2.6.0
BuildRequires:	fpc-src >= 2.6.0
BuildRequires:	lazarus >= 0.9.30

%description
This application allows to disable your Touchpad even if don't defined
correctly in your system (for example as mouse). For work you need "xinput"
installed in your system.

%files
%doc doc
#COPYING license.txt license_ru.txt readme.txt history.txt authors.txt
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn src

%build
lazbuild TouchpadEro.lpi

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/icons
mkdir -p %{buildroot}%{_datadir}/%{name}/lang

install -m755 TouchpadEro %{buildroot}%{_bindir}/%{name}
install -m644 *desktop %{buildroot}%{_datadir}/applications
install -m644 TouchpadEro.ico %{buildroot}%{_datadir}/%{name}/%{name}.ico
install -m644 lang/*po %{buildroot}%{_datadir}/%{name}/lang

for s in 16 24 32 48 64 96 128 256; do
    mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/
    install -m 644 icons/%{name}_${s}x${s}x32.png %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png
done
%changelog

* Sat Jan 30 2016 Denis Silakov <dsilakov@gmail.com> 14.5.10-0.alpha.1
- (026ecfa) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15271 |14cu|toxcore-0.0.1-0.20160220.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major_toxav   0
%define major_toxdns  0
%define major_toxcore 0
%define major_toxencryptsave 0

%define libtoxav   %mklibname toxav   %{major_toxav}
%define libtoxdns  %mklibname toxdns  %{major_toxdns}
%define libtoxcore %mklibname toxcore %{major_toxcore}
%define libtoxencryptsave %mklibname toxencryptsave %{major_toxencryptsave}

%define devtoxav   %mklibname toxav   -d
%define devtoxdns  %mklibname toxdns  -d
%define devtoxcore %mklibname toxcore -d
%define devtoxencryptsave %mklibname toxencryptsave -d

%define git 20160220

Summary:	Tox core libraries
Name:		toxcore
Version:	0.0.1
Release:	0.%{git}.4
License:	ISC license
Group:		System/Libraries
Url:		https://github.com/irungentoo/toxcore/
Source0:	%{name}-%{git}.tar.xz
BuildRequires:	cmake
BuildRequires:	pkgconfig(libsodium)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(vpx)

%description
Tox core libraries.

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libtoxav}
Summary:	Tox core shared library
Group:		System/Libraries

%description -n %{libtoxav}
Tox core shared library.

%files -n %{libtoxav}
%{_libdir}/libtoxav.so.%{major_toxav}*

#----------------------------------------------------------------------------

%package -n %{libtoxcore}
Summary:	Tox core shared library
Group:		System/Libraries

%description -n %{libtoxcore}
Tox core shared library.

%files -n %{libtoxcore}
%{_libdir}/libtoxcore.so.%{major_toxcore}*

#----------------------------------------------------------------------------

%package -n %{libtoxdns}
Summary:	Tox core shared library
Group:		System/Libraries

%description -n %{libtoxdns}
Tox core shared library.

%files -n %{libtoxdns}
%{_libdir}/libtoxdns.so.%{major_toxdns}*

#----------------------------------------------------------------------------

%package -n %{libtoxencryptsave}
Summary:	Tox core shared library
Group:		System/Libraries

%description -n %{libtoxencryptsave}
Tox core shared library.

%files -n %{libtoxencryptsave}
%{_libdir}/libtoxencryptsave.so.%{major_toxencryptsave}*

#----------------------------------------------------------------------------

%package -n %{devtoxav}
Summary:	Development files for libtoxav
Group:		Development/C
Requires:	%{libtoxav} = %{EVRD}

%description -n %{devtoxav}
Development files for libtoxav.

%files -n %{devtoxav}
%{_includedir}/tox/toxav.h
%{_libdir}/libtoxav.so
%{_libdir}/pkgconfig/libtoxav.pc

#----------------------------------------------------------------------------

%package -n %{devtoxcore}
Summary:	Development files for libtoxcore
Group:		Development/C
Requires:	%{libtoxcore} = %{EVRD}
Requires:	%{devtoxdns} = %{EVRD}
Requires:	%{devtoxencryptsave} = %{EVRD}

%description -n %{devtoxcore}
Development files for libtoxcore.

%files -n %{devtoxcore}
%{_includedir}/tox/tox.h
%{_includedir}/tox/tox_old.h
%{_libdir}/libtoxcore.so
%{_libdir}/pkgconfig/libtoxcore.pc

#----------------------------------------------------------------------------

%package -n %{devtoxdns}
Summary:	Development files for libtoxdns
Group:		Development/C
Requires:	%{libtoxdns} = %{EVRD}

%description -n %{devtoxdns}
Development files for libtoxdns.

%files -n %{devtoxdns}
%{_includedir}/tox/toxdns.h
%{_libdir}/libtoxdns.so

#----------------------------------------------------------------------------

%package -n %{devtoxencryptsave}
Summary:	Development files for libtoxencryptsave
Group:		Development/C
Requires:	%{libtoxencryptsave} = %{EVRD}

%description -n %{devtoxencryptsave}
Development files for libtoxencryptsave.

%files -n %{devtoxencryptsave}
%{_includedir}/tox/toxencryptsave.h
%{_libdir}/libtoxencryptsave.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for toxcore (metapackage)
Group:		Development/C
Requires:	%{devtoxav} = %{EVRD}
Requires:	%{devtoxdns} = %{EVRD}
Requires:	%{devtoxcore} = %{EVRD}
Requires:	%{devtoxencryptsave} = %{EVRD}

%description devel
Development files for toxcore (metapackage).

%files devel

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{git}

%build
autoreconf -i
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog

* Wed Nov 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.1-0.20160220.4
- (bae1821) Fix a typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15272 |14cu|transifex-client-0.11.1-0.beta.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta beta

Summary:	Command line client for transifex
Name:		transifex-client
Version:	0.11.1
Release:	0.%{beta}.1
License:	BSD
Group:		Networking/WWW
Url:		http://www.transifex.org/
Source0:	%{name}-%{version}.%{beta}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
The Transifex Command-line Client is a command line tool that enables you
to easily manage your translations within a project without the need of
an elaborate UI system, by using Transifex hosted services, or your own
instance.

You can use the command line client to easily create new resources, map locale
files to translations and synchronize your Transifex project with your local
repository and vice verca. Translators and localization managers can also
use it to handle large volumes of translation files easily and without much
hassle.

%files
%{_bindir}/tx
%{py_puresitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}.%{beta}

%build

%install
python setup.py install --root=%{buildroot}


%changelog

* Mon Apr 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.11.1-0.beta.1
- (0341ce4) New version 0.11.1 beta



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15273 |14cu|translate-shell-0.9.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command-line interface and interactive shell for Google Translate
Name:		translate-shell
Version:	0.9.6.1
Release:	1
License:	Public Domain
Group:		Text tools
Url:		http://www.soimort.org/translate-shell
Source0:	https://github.com/soimort/translate-shell/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires:	gawk
Requires:	gawk
BuildArch:	noarch

%description
Translate Shell is a command-line interface and interactive shell
for Google Translate. It works just the way you want it to be.

Translate Shell is a complete rewrite of Google Translate CLI Legacy,
which is a tiny script written in 100 lines of AWK code.
Translate Shell is backward compatible with Google Translate CLI Legacy
in its command-line usage; furthermore, it provides more functionality
including verbose translation, Text-to-Speech and interactive mode, etc.

Run <man trans> in the terminal for usage information.

%files
%doc LICENSE README.md WAIVER CONTRIBUTING.md
%{_bindir}/trans
%{_mandir}/man1/trans.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -pm0755 build/trans %{buildroot}%{_bindir}
install -pm0644 man/trans.1 %{buildroot}%{_mandir}/man1


%changelog

* Wed Apr 05 2017 Rosa <rosa@abf.rosalinux.ru> 0.9.6.1-1
- (20541e6) Automatic import for version 0.9.6.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15274 |14cu|tre-0.8.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Lightweight, robust, and efficient POSIX compliant regexp matching library
Name:		tre
Version:	0.8.0
Release:	6
License:	BSD
Group:		System/Libraries
Url:		http://ville.laurikari.net/tre/
Source0:	http://laurikari.net/tre/%{name}-%{version}.tar.bz2
BuildRequires:	libltdl-devel

%description
TRE is a lightweight, robust, and efficient POSIX compliant regexp
matching library with some exciting features such as approximate
matching.

#----------------------------------------------------------------------------

%package -n agrep
Summary:	Approximate matching
Group:		File tools

%description -n agrep
Approximate pattern matching allows matches to be approximate,
that is, allows the matches to be close to the searched pattern
under some measure of closeness. TRE uses the edit-distance
measure (also known as the Levenshtein distance) where characters
can be inserted, deleted, or substituted in the searched text in
order to get an exact match. Each insertion, deletion, or
substitution adds the distance, or cost, of the match. TRE can
report the matches which have a cost lower than some given
threshold value. TRE can also be used to search for matches with
the lowest cost.

TRE includes a version of the agrep command line tool for
approximate regexp matching in the style of grep.  Unlike other
agrep implementations (like the one by Sun Wu and Udi Manber from
University of Arizona available) TRE agrep allows full regexps of
any length, any number of errors, and non-uniform costs for
insertion, deletion and substitution.

%files -n agrep -f %{name}.lang
%{_bindir}/agrep
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Lightweight, robust, and efficient POSIX compliant regexp matching library
Group:		System/Libraries
Conflicts:	%{_lib}tre4 < 0.8.0-6
Obsoletes:	%{_lib}tre4 < 0.8.0-6

%description -n %{libname}
TRE is a lightweight, robust, and efficient POSIX compliant regexp
matching library with some exciting features such as approximate
matching.

%files -n %{libname}
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%doc doc/tre-syntax.html
%{_libdir}/libtre.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries for developing apps with %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
TRE is a lightweight, robust, and efficient POSIX compliant regexp
matching library with some exciting features such as approximate
matching.

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/tre.pc
%{_includedir}/tre

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-rpath

%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Fri Jun 24 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.0-6
- (da1dbd8) Fix library major
- (da1dbd8) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15275 |14cu|tre-0.8.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Lightweight, robust, and efficient POSIX compliant regexp matching library
Name:		tre
Version:	0.8.0
Release:	8
License:	BSD
Group:		System/Libraries
Url:		http://ville.laurikari.net/tre/
Source0:	http://laurikari.net/tre/%{name}-%{version}.tar.bz2
Patch0:		tre-issue37.patch
Patch1:		tre-CVE-2016-8859.patch
BuildRequires:	libltdl-devel

%description
TRE is a lightweight, robust, and efficient POSIX compliant regexp
matching library with some exciting features such as approximate
matching.

#----------------------------------------------------------------------------

%package -n agrep
Summary:	Approximate matching
Group:		File tools

%description -n agrep
Approximate pattern matching allows matches to be approximate,
that is, allows the matches to be close to the searched pattern
under some measure of closeness. TRE uses the edit-distance
measure (also known as the Levenshtein distance) where characters
can be inserted, deleted, or substituted in the searched text in
order to get an exact match. Each insertion, deletion, or
substitution adds the distance, or cost, of the match. TRE can
report the matches which have a cost lower than some given
threshold value. TRE can also be used to search for matches with
the lowest cost.

TRE includes a version of the agrep command line tool for
approximate regexp matching in the style of grep.  Unlike other
agrep implementations (like the one by Sun Wu and Udi Manber from
University of Arizona available) TRE agrep allows full regexps of
any length, any number of errors, and non-uniform costs for
insertion, deletion and substitution.

%files -n agrep -f %{name}.lang
%{_bindir}/agrep
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Lightweight, robust, and efficient POSIX compliant regexp matching library
Group:		System/Libraries
Conflicts:	%{_lib}tre4 < 0.8.0-6
Obsoletes:	%{_lib}tre4 < 0.8.0-6

%description -n %{libname}
TRE is a lightweight, robust, and efficient POSIX compliant regexp
matching library with some exciting features such as approximate
matching.

%files -n %{libname}
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%doc doc/tre-syntax.html
%{_libdir}/libtre.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries for developing apps with %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
TRE is a lightweight, robust, and efficient POSIX compliant regexp
matching library with some exciting features such as approximate
matching.

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/tre.pc
%{_includedir}/tre

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-rpath

%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Sun Nov 27 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-8
- (aa15896) Fix .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15276 |14cu|trigger-rally-0.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	trigger

Summary:	Rally racing game
Name:		%{oname}-rally
Version:	0.6.2
Release:	1
Source0:	http://downloads.sourceforge.net/trigger-rally/%{name}-%{version}-src.tar.bz2
Source1:	%{name}.png
Patch0:		trigger-0.5.2.1-nodoc.patch
License:	GPLv2+
Group:		Games/Arcade
Url:		http://sourceforge.net/projects/trigger-rally/
BuildRequires:	automake1.8
BuildRequires:	jam
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	freealut-devel
BuildRequires:	glew-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(glu)
BuildRequires:	openal-devel
BuildRequires:	physfs-devel
Requires:	%{name}-data

%description
Trigger is a fast-paced open source rally racing game.

%prep
%setup -q -n %{name}-%{version}-src
%patch0 -p1 -b .nodoc

%build
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}/%{oname}
jam

%install
DESTDIR=%{buildroot} jam install
# only contains .a files
rm -rf %{buildroot}%{_libdir}

install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/icons/%{name}.png

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Trigger Rally
Comment=%{Summary}
Exec=soundwrapper %{_gamesbindir}/%{oname}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%files
%{_gamesbindir}/%{oname}
%{_datadir}/icons/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog

* Thu Sep 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-1
- (4ae445f) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15277 |14cu|trigger-rally-data-0.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	trigger

Summary:	Data files for the Trigger rally racing game
Name:		%{oname}-rally-data
Version:	0.6.2
Release:	1
Source0:	http://downloads.sourceforge.net/trigger-rally/%{oname}-rally-%{version}-data.tar.bz2
License:	GPLv2+ and CC0
Group:		Games/Arcade
Url:		http://sourceforge.net/projects/trigger-rally/
BuildArch:	noarch

%description
Trigger is a fast-paced open source rally racing game.
This packages contains data files required by Trigger.

%prep
%setup -q -n %{oname}-rally-%{version}-data

%build

%install
install -d %{buildroot}%{_gamesdatadir}/%{oname}
cp -ra * %{buildroot}%{_gamesdatadir}/%{oname}
rm -f %{buildroot}%{_gamesdatadir}/%{oname}/*.txt
chmod 644 %{buildroot}%{_gamesdatadir}/%{oname}/trigger.config.defs

%files
%doc README.txt README-stereo.txt
%{_gamesdatadir}/%{oname}

%changelog

* Thu Sep 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.2-1
- (4bb54a9) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15278 |14cu|trilead-ssh2-217-0.jenkins4.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define patchlvl 4

Name:           trilead-ssh2
Version:        217
Release:        0.jenkins%{patchlvl}.4
Summary:        SSH-2 protocol implementation in pure Java

Group:          Development/Java
License:        BSD
URL:            https://github.com/jenkinsci/trilead-ssh2
Source0:        https://github.com/jenkinsci/%{name}/archive/%{name}-build%{version}-jenkins-%{patchlvl}.tar.gz
Source1:        build.xml

BuildRequires:  jpackage-utils
BuildRequires:  java-devel
BuildRequires:  ant
Requires:       jpackage-utils
Requires:       java
Requires(post):   jpackage-utils
Requires(postun): jpackage-utils

BuildArch:      noarch

%description
Trilead SSH-2 for Java is a library which implements the SSH-2 protocol in pure
Java (tested on J2SE 1.4.2 and 5.0). It allows one to connect to SSH servers
from within Java programs. It supports SSH sessions (remote command execution
and shell access), local and remote port forwarding, local stream forwarding,
X11 forwarding and SCP. There are no dependencies on any JCE provider, as all
crypto functionality is included.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java 
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils

%description javadoc
API documentation for trilead-ssh2.

%prep
%setup -q -n %{name}-%{name}-build%{version}-jenkins-%{patchlvl}
cp %{SOURCE1} .

# change file encoding
#iconv -f ISO-8859-1 -t UTF-8 -o HISTORY.txt HISTORY.txt

# delete the jars that are in the archive
#rm %{name}-build%{version}.jar

# fixing wrong-file-end-of-line-encoding warnings
#sed -i 's/\r//' LICENSE.txt README.txt HISTORY.txt faq/FAQ.html
#find examples -name \*.java -exec sed -i 's/\r//' {} \;

%build
ant


%install
# jar
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 %{name}.jar %{buildroot}%{_javadir}/%{name}.jar

# pom
mkdir -p %{buildroot}%{_mavenpomdir}
cp pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap org.tmatesoft.svnkit %{name} %{version} JPP %{name}

# javadoc
javadoc -d javadoc -sourcepath src -subpackages com
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap


%files
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}
%{_javadir}/*
%doc LICENSE.txt HISTORY.txt README.txt


%files javadoc
%{_javadocdir}/%{name}





%changelog

* Sun Nov 15 2015 Denis Silakov <dsilakov@gmail.com> 217-0.jenkins4.4
- (39e6f36) Updated to 217-patchset4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15279 |14cu|tripwire-2.4.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		path_to_vi /bin/vi
%define		path_to_sendmail /usr/sbin/sendmail

Name:		tripwire
Version:	2.4.2.2
Release:	1
Summary:	IDS (Intrusion Detection System)

License:	GPLv2+
Group:		Monitoring
Source0:	http://download.sourceforge.net/tripwire/%{name}-%{version}-src.tar.bz2
Source1:	tripwire.cron.in
Source2:	config.guess
Source3:	tripwire.gif
Source4:	twcfg.txt.in
Source5:	tripwire-setup-keyfiles.in
Source6:	twpol.txt.in
Source7:	README.urpmi.in
Source9:	License-Issues
URL:		http://www.tripwire.org/

BuildRequires:	pkgconfig(openssl)
Requires(post):	sed

Patch1:		tripwire-siggen-man8.patch
Patch2:         tripwire-2.4.2.2-gcc47.patch
Patch3:         tripwire-F21-build.patch

%description
Tripwire is a very valuable security tool for Linux systems, if  it  is
installed to a clean system. Tripwire should be installed  right  after
the OS installation, and before you have connected  your  system  to  a
network (i.e., before any possibility exists that someone  could  alter
files on your system).

When Tripwire is initially set up, it creates a database  that  records
certain file information. Then when it is run, it compares a designated
set of files and directories to the information stored in the database.
Added or deleted files are flagged and reported, as are any files  that
have changed from their previously recorded state in the database. When
Tripwire is run against system files  on  a  regular  basis,  any  file
changes will be spotted when Tripwire is run. Tripwire will report  the
changes, which will give system administrators a clue that they need to
enact damage control measures immediately if certain  files  have  been
altered.

%prep
%setup -q -n %{name}-%{version}-src
cp -p %{SOURCE2} .
cp -p %{SOURCE3} .

%patch1 -p1 -b .siggen.manpage
%patch2 -p1 -b .gcc47
%patch3 -p1 -b .build.patch

%build
chmod 755 configure
%configure \
	--sysconfdir=%{_sysconfdir}/tripwire \
	path_to_vi=%{path_to_vi} \
	path_to_sendmail=%{path_to_sendmail}

%make

%install
# Install the binaries.
mkdir -p %{buildroot}%{_sbindir}
install -p -m755 bin/siggen %{buildroot}%{_sbindir}
install -p -m755 bin/tripwire %{buildroot}%{_sbindir}
install -p -m755 bin/twadmin %{buildroot}%{_sbindir}
install -p -m755 bin/twprint %{buildroot}%{_sbindir}

# Install the man pages.
mkdir -p %{buildroot}%{_mandir}/{man4,man5,man8}
install -p -m644 man/man4/*.4 %{buildroot}%{_mandir}/man4/
install -p -m644 man/man5/*.5 %{buildroot}%{_mandir}/man5/
install -p -m644 man/man8/*.8 %{buildroot}%{_mandir}/man8/

# Create configuration files from templates.
rm -fr _tmpcfg
mkdir _tmpcfg
for infile in %{SOURCE1} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} ; do
	outfile=${infile##/*/}
	outfile=${outfile%.*n}
	cat ${infile} |\
	%{__sed} -e 's|@path_to_vi@|%{path_to_vi}|g' |\
	%{__sed} -e 's|@path_to_sendmail@|%{path_to_sendmail}|g' |\
	%{__sed} -e 's|@sysconfdir@|%{_sysconfdir}|g' |\
	%{__sed} -e 's|@sbindir@|%{_sbindir}|g' |\
	%{__sed} -e 's|@vardir@|%{_var}|g' >\
	_tmpcfg/${outfile}
done
mv _tmpcfg/{tripwire-setup-keyfiles,README.urpmi} .

# Create the reports directory.
install -d -m700 %{buildroot}%{_var}/lib/tripwire/report

# Install the cron job.
install -d -m755 %{buildroot}%{_sysconfdir}/cron.daily
install -p -m755 _tmpcfg/tripwire.cron \
	%{buildroot}%{_sysconfdir}/cron.daily/tripwire-check
rm _tmpcfg/tripwire.cron

# Install configuration files.
mkdir -p %{buildroot}%{_sysconfdir}/tripwire
for file in _tmpcfg/* ; do
	install -p -m644 ${file} %{buildroot}%{_sysconfdir}/tripwire
done

# Install the keyfile setup script
install -p -m755 tripwire-setup-keyfiles %{buildroot}%{_sbindir}

# Fix permissions on documentation files.
cp -p %{SOURCE9} .
chmod 644 \
	ChangeLog COMMERCIAL COPYING TRADEMARK tripwire.gif \
	README.urpmi policy/policyguide.txt License-Issues

%post
# Set the real hostname in twpol.txt
%{__sed} -i -e "s|localhost|$HOSTNAME|g" %{_sysconfdir}/tripwire/twpol.txt

%files
%defattr(0644,root,root,0755)
%doc ChangeLog COMMERCIAL COPYING TRADEMARK tripwire.gif
%doc README.urpmi policy/policyguide.txt License-Issues
%attr(0700,root,root) %dir %{_sysconfdir}/tripwire
%config(noreplace) %{_sysconfdir}/tripwire/twcfg.txt
%config(noreplace) %{_sysconfdir}/tripwire/twpol.txt
%attr(0755,root,root) %{_sysconfdir}/cron.daily/tripwire-check
%attr(0700,root,root) %dir %{_var}/lib/tripwire
%attr(0700,root,root) %dir %{_var}/lib/tripwire/report
%{_mandir}/*/*
%attr(0755,root,root) %{_sbindir}/*

%changelog

* Thu Apr 21 2016 Denis Silakov <dsilakov@gmail.com> 2.4.2.2-1
- (1445811) Really add new files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15280 |14cu|trojita-0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qt-based IMAP e-mail client
Name:		trojita
Version:	0.7
Release:	1
License:	GPLv2+ or GPLv3+
Group:		Networking/Mail
Url:		http://trojita.flaska.net
Source0:	http://sourceforge.net/projects/trojita/files/src/%{name}-%{version}.tar.xz
Source1:	http://sourceforge.net/projects/trojita/files/src/%{name}-%{version}.tar.xz.asc
Source2:        trojita_common_ru.po.tar.gz
BuildRequires:	cmake
BuildRequires:	qt5-linguist-tools
BuildRequires:	ragel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(zlib)
# For tests
BuildRequires:	x11-server-xvfb
Requires:	qt5-database-plugin-sqlite

%description
Qt-based IMAP e-mail client.

* A pure Qt application with no additional dependencies
* Robust IMAP core implemented using Qt's Model-View framework
* Standards compliance is a design goal
* Support for bandwidth-saving mode aimed at mobile users 
  with expensive connection
* IMAP over SSH -- in addition to usual SSL/TLS connections, 
  the server could be accessed via SSH
* On-demand body part loading
* Offline IMAP support (you can access data you already have; 
  there's no complete "offline mail access" yet, though)
* Safe dealing with HTML mail (actually more robust than Thunderbird's)

%files
%{_bindir}/%{name}
%{_bindir}/be.contacts
%{_datadir}/appdata/*xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/%{name}/locale/*.qm
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

pushd po
tar -xvzf %{SOURCE2}
popd

# Evil workaround for build failure
echo 'add_definitions(-fvisibility=default)' >>CMakeLists.txt

%cmake \
	-DWITH_TESTS=ON \
	-DWITH_QT5=ON \
	-DWITH_ZLIB=ON \
	-DWITH_RAGEL=ON \
	-DWITH_SHARED_PLUGINS=ON


%build
%make -C build

%install
%makeinstall_std -C build

#mkdir -p %{buildroot}%{_libdir}
#for i in AbookAddressbook AppVersion Common DesktopGui Composer Imap MSA Streams qwwsmtpclient; do
#	cp -a build/lib$i.so %{buildroot}%{_libdir}/
#done

%check
%define X_display ":98"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}${LD_LIBRARY_PATH:+:}%{buildroot}%{_libdir}"
export DISPLAY=%{X_display}
Xvfb %{X_display} &
trap "kill $! || true" EXIT
cd build
ctest --output-on-failure

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15281 |14cu|trophy-2.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: trophy
Summary: A 2D car racing action game for Linux
Version: 2.0.3
Release: 1
Source: http://heanet.dl.sourceforge.net/sourceforge/trophy/%{name}-%{version}.tar.gz
Source1: trophy-designer-manual.tar.bz2
Source10: %{name}.16.png
Source11: %{name}.32.png
Source12: %{name}.48.png
# patch from upstream, according to https://qa.mandriva.com/show_bug.cgi?id=49361#c8
#Patch1: trophy-1.1.5-fix_crash.diff
URL: http://trophy.sourceforge.net/index.php3
License: GPL
Group: Games/Arcade
BuildRequires: clanlib0.8-devel	libclanlib-network libclanlib-sound libhermes-devel
# (gc) needed because of binary incompatibility of datafiles between versions of clanlib

%description
Trophy is a single-player racing game for Linux. Even though the goal is
basically to finish the laps as the first, Trophy is an action game which
offers much more than just a race. Lots of extras enable "unusual" features for
races such as shooting, putting mines and many others.

%prep
%setup -q -n %{name}-%{version} -a 1
#%patch1 -p0

%build
# (gc) workaround g++ exception bug when -fomit-frame-pointer is set
#export CFLAGS="$RPM_OPT_FLAGS -fno-omit-frame-pointer" CXXFLAGS="$RPM_OPT_FLAGS -fno-omit-frame-pointer"
%configure2_5x --bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

%install

%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Trophy
Comment=Trophy is a 2D car racing action game for Linux
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF


install -m644 %{SOURCE10} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_liconsdir}/%{name}.png

%files
%doc AUTHORS COPYING README designer_manual_en
%{_gamesbindir}/*
%{_gamesdatadir}/trophy
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/games/applications/%{name}.desktop
%{_datadir}/games/icons/%{name}.png
%{_datadir}/man/man6/%{name}.6.xz
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png



%changelog

* Fri Sep 25 2015 Denis Silakov <dsilakov@gmail.com> 2.0.3-1
- (80f95be) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15282 |14cu|trousers-0.3.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname tspi %{major}
%define develname %mklibname -d %{name}

Name:		trousers
Summary:	TCG's Software Stack v1.2
Version:	0.3.13
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://trousers.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	tcsd.service
BuildRequires:	openssl-devel

%description
TrouSerS is an implementation of the Trusted Computing Group's Software Stack
(TSS) specification. You can use TrouSerS to write applications that make use
of your TPM hardware. TPM hardware can create, store and use RSA keys
securely (without ever being exposed in memory), verify a platform's software
state using cryptographic hashes and more.

%package -n %{libname}
Summary:	TrouSerS Shared libraries
Group:		System/Libraries

%description -n %{libname}
Shared libraries for TrouSerS.

%package -n %{develname}
Summary:	TrouSerS header files and documentation
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Header files and man pages for use in creating Trusted Computing enabled
applications.

%prep
%setup -q

%build
%configure2_5x --with-gui=openssl --disable-static
%make

%install
%makeinstall_std
rm -f %{buildroot}/%{_libdir}/libtspi.la
mkdir -p %{buildroot}%{_unitdir}
install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/

%pre
%_pre_useradd tss /dev/null /bin/false

%post
%_post_service tcsd

%preun
%_preun_service tcsd

%postun
%_postun_userdel tss

%files
%doc README LICENSE ChangeLog
%{_sbindir}/tcsd
%config(noreplace) %attr(0600, tss, tss) %{_sysconfdir}/tcsd.conf
%{_mandir}/man5/*
%{_mandir}/man8/*
%{_unitdir}/tcsd.service
%attr(0700, tss, tss) %{_localstatedir}/lib/tpm/

%files -n %{libname}
%{_libdir}/libtspi.so.%{major}
%{_libdir}/libtspi.so.%{major}.*

%files -n %{develname}
%doc doc/LTC-TSS_LLD_08_r2.pdf doc/TSS_programming_SNAFUs.txt
%{_libdir}/libtspi.so
%{_libdir}/libtddl.a
%{_includedir}/*
%{_mandir}/man3/Tspi_*

%changelog

* Thu Sep 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.13-1
- (69bbb38) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15283 |14cu|ttaenc-3.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ttaenc
Version:	3.4.1
Release:	4
License:	GPLv2
Summary:	The True Audio (TTA) codec lossless audio compressor
Group:		Sound
URL:		http://sourceforge.net/projects/tta/
Source:		http://sourceforge.net/projects/tta/files/tta/ttaenc-src/%{name}-%{version}-src.tgz
Patch0:		ttaenc-3.4.1-src-shntool.patch
Patch1:		ttaenc-3.4.1-src-debug.patch

%description
TTA performs lossless compression on multichannel 8,16 and 24 bits
data of the Wav audio files. Being "lossless" means that no data-
quality is lost in the compression - when uncompressed, the data will
be identical to the original. The compression ratios of TTA depend on
the type of music file being compressed, but the compression size
will generally range between 30% - 70% of the original. TTA format
supports both of ID3v1/v2 and APEv2 tags. Detailed format description
is available at http://tta.sourceforge.net

This version is patched with shntool patch.

%prep
%setup -q -n %{name}-%{version}-src
%patch0 -p1
%patch1 -p1

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}/%{name}

%clean

%files
%defattr(-, root, root, -)
%doc COPYING README
%{_bindir}/%{name}




%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 3.4.1-4
- (2bf289b) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15284 |14cu|ttyrec-1.0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ttyrec
Version:	1.0.8
Release:	3
Summary:	A tty recorder
Group:		Text tools
URL:		http://namazu.org/~satoru/ttyrec/index.html.en
Source0:	http://namazu.org/~satoru/ttyrec/%{name}-%{version}.tar.gz
Patch0:		%{name}-Makefile.patch
License:	BSD
BuildRequires:	libbsd-devel

%description
ttyrec is a tty recorder that records your terminal sessions with 
microsecond accuracy. It can record emacs -nw, vi, lynx, or any
programs running on a terminal.

%prep
%setup -q 
%patch0 -p1

%build
%make CFLAGS="-DHAVE_getpt -g"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -m 644 *.1 %{buildroot}%{_mandir}/man1
install -m 755 ttyrec %{buildroot}%{_bindir}
install -m 755 ttyplay %{buildroot}%{_bindir}
install -m 755 ttytime %{buildroot}%{_bindir}

%files
%{_bindir}/*
%{_mandir}/man1/*




%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 1.0.8-3
- (6bfbe63) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15285 |14cu|tty-solitaire-0.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ttysolitaire

Name:           tty-solitaire
Version:        0.2.1
Release:        1
Summary:        An ncurses-based Klondike solitaire clone
License:        MIT
Group:          Games/Cards
Url:            https://github.com/mpereira/tty-solitaire
Source0:        https://github.com/mpereira/tty-solitaire/archive/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(ncurses)

%description
%{summary}.

%files
%doc *.md
%{_bindir}/%{oname}

#----------------------------------------------

%prep
%setup -q


%build

%setup_compile_flags
%make 

%install
%make DESTDIR=%{buildroot} PREFIX=%{_prefix} install

%changelog

* Sat Sep 03 2016 abfonly <abfonly@gmail.com> 0.2.1-1
- (095d1a2) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15286 |14cu|tucnak2-2.48-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           tucnak2
Version:        2.48
Release:        4
Summary:        VHF contest logging program
Group:          Communications 
License:        GPLv2+
URL:            http://tucnak.nagano.cz/wiki/Main_Page
Source0:        http://tucnak.nagano.cz/%{name}-%{version}.tar.gz
Patch0:         missing_ftdi_header.patch
Patch1:         include_dir_ftdi-2.48.patch

BuildRequires:  pkgconfig(sdl), pkgconfig(glib-2.0), pkgconfig(libpng), pkgconfig(sndfile)
BuildRequires:  gpm-devel, alsa-oss-devel, hamlib-devel, pkgconfig(libusb-1.0)
BuildRequires:  desktop-file-utils,pkgconfig(fftw3), automake pkgconfig(libftdi)
BuildRequires:  pkgconfig(libftdi)

Conflicts:	soundwrapper

%description
Tucnak2 is VHF/UHF/SHF log for hamradio contests. It supports multi
bands, free input, networking, voice and CW keyer, WWL database and
much more.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
sed -i -e "s/Encoding=UTF-8//g" -e "s/Categories=HamRadio/Categories=Network;HamRadio;/g" share/applications/%{name}.desktop

#all files must be UTF-8
recode()
{
        iconv -f "$2" -t utf-8 < "$1" > "${1}_"
        touch -r "$1" "${1}_"
        mv -f "${1}_" "$1"

}
recode TODO iso-8859-15

%build
autoreconf -fiv
%configure2_5x --with-sdl
%make


%install
%makeinstall_std

chmod +x %{buildroot}%{_datadir}/%{name}/tac2tuc.pl
desktop-file-install \
        --dir %{buildroot}/%{_datadir}/applications   \
        %{buildroot}/%{_datadir}/applications/%{name}.desktop


%files
%doc AUTHORS ChangeLog COPYING README TODO
%doc doc/NAVOD.pdf doc/NAVOD.sxw
%doc data/*.html data/*.png
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/%{name}

%changelog
* Thu Dec 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.48-4
+ Revision: fc46c50
- Fix .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15287 |14cu|tulip-3.7.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define major 0
%define api 3.7
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A program that allows visualization of huge graphs
Name:		tulip
Version:	3.7.0
Release:	11
License:	GPLv2+
Group:		Graphics
Url:		http://www.tulip-software.org
Source0:	http://downloads.sourceforge.net/project/auber/%{name}/%{name}-%{version}/%{name}-%{version}-src.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		0001-fix-Missing-include-stdlib.h.patch
Patch1:		0001-fix-Force-link-of-libOGDF.so-against-pthread.patch
Patch2:		0001-fix-Tulip-lib-install-dir.patch
Patch3:		0001-fix-Path-for-python-packages-installation.patch
Patch4:		0001-fix-Use-local-XSL-references.patch
Patch5:		0001-fix-Install-python-modules-in-site-packages.patch
Patch6:		tulip-3.7.0-gcc49.patch
Patch7:		tulip-cmake-2.8.12.patch
BuildRequires:	qt4-devel
BuildRequires:	qt-assistant-adp-devel
BuildRequires:	qt4-assistant
BuildRequires:	cmake
BuildRequires:	docbook-style-xsl
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	java
BuildRequires:	libxml2-utils
BuildRequires:	python-sip
BuildRequires:	python-sphinx
BuildRequires:	xmltex
BuildRequires:	ftgl-devel
BuildRequires:	gomp-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
Requires:	python-tulip
Obsoletes:	tulip-render < %{version}

%description
Tulip software is a system dedicated to the visualization of huge graphs.
It manages graphs with a number of elements (node and edges) up to 500.000 
on a personal computer (PIII 600, with 256mo). Its SuperGraph technology 
architecture enables to do the following things :

  * 3D visualizations
  * 3D modifications
  * Plug-in support for easy evolution
  * Building of clusters and navigation into it
  * Automatic drawing of graphs
  * Automatic clustering of graphs
  * Automatic selection of elements
  * Automatic Metric coloration of graphs

%files
%{_bindir}/tulip
%{_bindir}/tulip_app
%{_bindir}/tulip_need_restart
%{_datadir}/applications/
%{_datadir}/pixmaps/
%{_datadir}/%{name}/apiFiles/
%{_datadir}/%{name}/%{name}*.qch
%{_datadir}/%{name}/%{name}*.qhc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A development library for handling large graphs
Group:		System/Libraries
Provides:	lib%{name} = %{EVRD}

%description -n %{libname}
A library for handling large graphs.

%files -n %{libname}
%{_libdir}/libgzstream-tulip*.so
%{_libdir}/libOGDF-tulip*.so
%{_libdir}/libtulip-%{api}.so
%{_libdir}/tulip/view/*.so
%{_libdir}/tulip/interactors/*.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	A library for handling large graphs
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libname}-qt = %{EVRD}
Requires:	%{libname}-ogl = %{EVRD}
Requires:	%{libname}-ogdf = %{EVRD}
Obsoletes:	%{libname}-devel < 3.7.0-3

%description -n %{devname}
A library for handling large graphs.
You need this package if you plan to build apps using tulip libraries.

%files -n %{devname}
%{_includedir}/%{name}
%{_datadir}/cmake/Modules/
%{_datadir}/tulip/*.cmake
%{_bindir}/tulip-config
%{_bindir}/tulip_check_pl

#----------------------------------------------------------------------------

%package -n %{libname}-ogl
Summary:	A library for displaying graph in a GL context
Group:		Graphics
Requires:	%{libname} = %{EVRD}
Requires:	%{name}-ogl-data = %{EVRD}
Provides:	%{name}-qt = %{EVRD}
Provides:	lib%{name}-ogl = %{EVRD}

%description -n %{libname}-ogl
A library for displaying graph in a GL context

%files -n %{libname}-ogl
%{_libdir}/libtulip-ogl-%{api}.so
%{_libdir}/tulip/glyphs

#----------------------------------------------------------------------------

%package -n %{name}-ogl-data
Summary:	Data files for Tulip's library for displaying graph in a GL context
Group:		Graphics
BuildArch:	noarch

%description -n %{name}-ogl-data
Data files for Tulip's library for displaying graph in a GL context.

%files -n %{name}-ogl-data
%dir %{_datadir}/tulip/bitmaps
%{_datadir}/tulip/bitmaps/*

#----------------------------------------------------------------------------

%package -n %{libname}-ogdf
Summary:	A library for playing with graph
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-ogdf = %{EVRD}

%description -n %{libname}-ogdf
A Library for playing with graph.

%files -n %{libname}-ogdf
%{_libdir}/libtulip-ogdf-%{api}.so
%{_libdir}/tulip/libogdf*.so

#----------------------------------------------------------------------------

%package -n %{libname}-qt
Summary:	A set of Qt Widgets for Tulip/Tulip-qt
Group:		Graphics
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-qt = %{EVRD}
Provides:	lib%{name}-qt = %{EVRD}
Conflicts:	%{devname} < 3.0.1

%description -n %{libname}-qt
A set of Qt Widgets for Tulip/Tulip-qt.

%files -n %{libname}-qt
%{_libdir}/libtulip-qt4-%{api}.so
%{_libdir}/tulip/*.so
%exclude %{_libdir}/tulip/libogdf*.so

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	A Python binding for Tulip's library
Group:		Development/Python
Requires:	%{libname} = %{EVRD}

%description -n python-%{name}
A Python binding for Tulip's library.

%files -n python-%{name}
%{py_platsitedir}/

#----------------------------------------------------------------------------

%package -n python-%{name}-doc
Summary:	Documentation of Python binding for Tulip's library
License:	LGPLv2
BuildArch:	noarch

%description -n python-%{name}-doc
Documentation of Python binding for Tulip's library.

%files -n python-%{name}-doc
%{_datadir}/doc/tulip-python/

#----------------------------------------------------------------------------

%package doc
Summary:	Tulip user documentation
License:	LGPLv2
BuildArch:	noarch

%description doc
This package contains Tulip user documentation in HTML.

%files doc
%{_datadir}/doc/tulip/userHandbook/

#----------------------------------------------------------------------------

%package -n %{name}-devel-doc
Summary:	Tulip developer Handbook
License:	LGPLv2
BuildArch:	noarch
Requires:	%{name}-doc = %{EVRD}

%description -n %{name}-devel-doc
This package contains the Tulip developer Handbook in HTML.

%files -n %{name}-devel-doc
%{_datadir}/doc/tulip/common/
%{_datadir}/doc/tulip/doxygen/
%{_datadir}/doc/tulip/developerHandbook/

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p0

# defining at cmake level works but gets overwritten at make install step
sed -ri 's/UBUNTU_PPA_BUILD OFF/UBUNTU_PPA_BUILD ON/g' CMakeLists.txt

%build
# use -fpermissive to avoid:
# [ 46%] Building CXX object library/tulip-python/tulip/CMakeFiles/tulippython.dir/siptuliptlpGraph.cpp.o
# /home/alex/BuildSystem/tulip/BUILD/tulip-3.7.0-src/build/library/tulip-python/tulip/siptuliptlpGraph.cpp: In function 'PyObject* meth_tlp_Graph_setName(PyObject*, PyObject*)':
# /home/alex/BuildSystem/tulip/BUILD/tulip-3.7.0-src/build/library/tulip-python/tulip/siptuliptlpGraph.cpp:5494:32: error: passing 'const tlp::Graph' as 'this' argument of 'virtual void tlp::Graph::setName(const string&)' discards qualifiers [-fpermissive]
%cmake_qt4 -DBUILD_DOC=on -DCMAKE_CXX_FLAGS="-fpermissive"
%make

%install
%makeinstall_std -C build

mv %{buildroot}%{_datadir}/cmake-* %{buildroot}%{_datadir}/cmake


%changelog

* Fri Jun 24 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.7.0-11
- (c762e7e) Don't hardcode cmake version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15288 |14cu|tumbler-0.1.31-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)
%define major 0
%define api 1
%define libname %mklibname %{name} %{api} %{major}
%define develname %mklibname %{name} -d

Summary:	A thumbnail D-Bus service
Name:		tumbler
Version:	0.1.31
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://git.xfce.org/apps/tumbler
Source0:	http://archive.xfce.org/src/apps/tumbler/0.1/%{name}-%{version}.tar.bz2
Patch0:		tumbler-0.1.31-libtool.patch
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	intltool
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	xfce4-dev-tools
BuildRequires:	gtk-doc
Requires:	%{libname} = %{version}-%{release}

%description
Tumbler is a D-Bus service for applications to request 
thumbnails for various URI schemes and MIME types.
It is an implementation of the thumbnail management D-Bus 
specification.

%package -n %{libname}
Summary:	A D-bus thumbnailing framweork
Group:		System/Libraries

%description -n %{libname}
Tumbler is a D-Bus service for applications to request 
thumbnails for various URI schemes and MIME types.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
Development files and headers for %{name}.

%prep
%setup -q
%apply_patches

%build
autoreconf -fiv
xdt-autogen
%configure \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS README TODO ChangeLog
%{_libdir}/tumbler-1/%{name}d
%{_libdir}/tumbler-1/plugins
%{_datadir}/dbus-1/services/*.service
%{_sysconfdir}/xdg/tumbler/tumbler.rc

%files -n %{libname}
%{_libdir}/*%{name}-%{api}.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/%{name}-%{api}
%dir %{_includedir}/%{name}-%{api}/%{name}
%{_libdir}/*%{name}-%{api}.so
%{_includedir}/%{name}-%{api}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_datadir}/gtk-doc/html/%{name}

%changelog

* Fri Sep 18 2015 Denis Silakov <dsilakov@gmail.com> 0.1.31-2
- (d983579) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15289 |14cu|tuxguitar-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname TuxGuitar
%define debug_package %{nil}

Summary:	Multitrack guitar tablature editor and player
Name:		tuxguitar
Version:	1.4
Release:	3
License:	LGPLv2+
Group:		Sound
Url:		http://www.tuxguitar.com.ar/
# Though tuxguitar is Open Source, currently we just repack tarballs from upstream
Source0:	http://sourceforge.net/projects/tuxguitar/files/TuxGuitar/TuxGuitar-%{version}/tuxguitar-%{version}-linux-x86.tar.gz
Source1:	http://sourceforge.net/projects/tuxguitar/files/TuxGuitar/TuxGuitar-%{version}/tuxguitar-%{version}-linux-x86_64.tar.gz
Source2:	%{name}.desktop
Source3:	%{name}.png
BuildRequires:	imagemagick
Requires:	java >= 1.6
Provides:	%{rname} = %{EVRD}
AutoReqProv:	no

%description
TuxGuitar is a multitrack guitar tablature editor and player.

With TuxGuitar, you will be able to compose music using the
following features:

    * Tablature editor
    * Score Viewer
    * Multitrack display
    * Autoscroll while playing
    * Note duration management
    * Various effects (bend, slide, vibrato, hammer-on/pull-off)
    * Support for triplets (5,6,7,9,10,11,12)
    * Repeat open and close
    * Time signature management
    * Tempo management
    * Imports and exports gp3, gp4 and gp5 files

%files
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/applications/%{name}.desktop

#-------------------------------------------------------------------

%prep
%setup -qcT
%ifarch x86_64
tar xf %{SOURCE1}
%endif

%ifarch %{ix86}
tar xf %{SOURCE0}
%endif

%build

%install
mkdir -p %{buildroot}%{_datadir}/%{name} %{buildroot}%{_bindir}
cp -r tuxguitar-*/* %{buildroot}%{_datadir}/%{name}
cat <<EOF > %{buildroot}%{_bindir}/%{name}
#!/bin/sh
pushd %{_datadir}/%{name}
./tuxguitar.sh
popd
EOF

chmod a+x %{buildroot}%{_bindir}/%{name}

for s in 16 24 32 48 64 128 256; do
  mkdir -p %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/
  convert -geometry ${s}x${s} %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/%{name}.png
done

mkdir %{buildroot}%{_datadir}/applications
install %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4-3
- (998180e) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15290 |14cu|tuxmathscrabble-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       tuxmathscrabble
Version:    0.8.1
Release:    1
Summary:    A math version of the popular board game for ages 4-40

License:    GPLv3
Epoch:      1
Group:      Games/Boards
URL:        http://www.asymptopia.org/
Source0:    http://prdownloads.sourceforge.net/tuxmathscrabble/%{name}-%{version}.zip
BuildRequires:	imagemagick
Requires:   python-pygame
Requires:   wxPythonGTK
BuildArch:  noarch

%description
TuxMathScrabble is an OpenSource math version of the popular board game for 
ages 4-40. it challenges young people to construct compound equations and 
consider multiple abstract possibilities. There are 4 skill levels, the 
hardest uses numbers up to 20 and supports division as well as 
add/subtract/multiply. Upon completing a successful move little Tux's 
pop-out of the most recently moved tiles and do a little dance. Tux moves 
his own pieces as well as performing various animated antics.

%prep
%setup -q -n %{name}-master

%build

%install
# fix python env
sed -i -e   s/python2.7-32/python2.7/ %{name}.py

install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}
cp -pr Font %{buildroot}%{_gamesdatadir}/%{name}
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}/lib
cp -pr TuxMathScrabble %{buildroot}%{_gamesdatadir}/%{name}/lib
cp .tms_config_master  %{buildroot}%{_gamesdatadir}/%{name}

install -d -m 755 %{buildroot}%{_gamesbindir}
install -m 755 %{name}.py %{buildroot}%{_gamesbindir}/%{name}

mkdir -p %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_miconsdir}
convert -resize 48x48 tms.ico %{buildroot}%{_liconsdir}/%{name}.png
convert -resize 32x32 tms.ico %{buildroot}%{_iconsdir}/%{name}.png
convert -resize 16x16 tms.ico %{buildroot}%{_miconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=TuxMathScrabble
Comment=Fun game to learn math
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;BoardGame;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-admin.desktop << EOF
[Desktop Entry]
Name=TuxMathScrabble Admin
Comment=Fun game to learn math with administration mode enabled
Exec=%{_gamesbindir}/%{name} -wx
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;BoardGame;
EOF

%clean

%files
%doc INSTALL LICENSE README CHANGES
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/*.desktop 
%{_iconsdir}/*




%changelog

* Fri Sep 25 2015 Denis Silakov <dsilakov@gmail.com> 1:0.8.1-1
- (efc32f9) Fix python location



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15291 |14cu|tuxpaint-config-0.0.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pictures for use with the paint program Tuxpaint
Name:		tuxpaint-config
Version:	0.0.13
Release:	1
License:	GPLv2+
Group:		Graphics
URL:		http://sourceforge.net/projects/tuxpaint
Source0:	http://downloads.sourceforge.net/project/tuxpaint/%{name}/%{version}/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	desktop-file-utils
BuildRequires:	fltk-devel
BuildRequires:	libpaper-devel
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pixman-1)
Requires:	tuxpaint

%description
Tux Paint Config is a graphical configuration tool for "Tux Paint." It
provides a point-and-click interface that allows parents and teachers to alter
Tux Paint's behavior -- disable sound effects, run in full-screen mode, etc. -
without needing to manipulate a text-based configuration file.

%files -f %{name}.lang
%{_bindir}/%{name}
%doc docs/AUTHORS.txt docs/CHANGES.txt docs/COPYING.txt docs/README.txt docs/TODO.txt docs/html/README.html
%{_mandir}/man1/%{name}.1.*
%{_includedir}/X11/pixmaps/%{name}.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*
%{_datadir}/%{name}/images/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
make OPTFLAGS="%{optflags}" PREFIX=%{_prefix} LIBDIR=%{_libdir}


%install
mkdir -p %{buildroot} %{buildroot}%{_bindir}
make install BUILDPREFIX="%{buildroot}" PKG_ROOT="%{buildroot}" PREFIX="%{buildroot}%{_usr}" X11_ICON_PREFIX="%{buildroot}%{_includedir}/X11/pixmaps/" LIBDIR="%{buildroot}%{_libdir}"

install -m644 data/images/icon16x16.png -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 data/images/icon32x32.png -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 data/images/icon48x48.png -D %{buildroot}%{_liconsdir}/%{name}.png

#Fix perms:
chmod -R go+r docs/

%find_lang %{name}

mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install	--vendor="" \
			--dir %{buildroot}%{_datadir}/applications \
			--remove-category="Settings" \
			--add-category="Education" \
			src/tuxpaint-config.desktop

# fix perms
chmod -R go=u-w %{buildroot}/*
chmod -x %{buildroot}%{_docdir}/%{name}/html/README.html
%changelog

* Thu Apr 23 2015 Giovanni Mariani <mc2374@mclink.it> 0.0.13-1
- (1440a98) Updated to release 0.0.13, dropped P0 (merged) and added S100 to kill useless rpmlint error



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15292 |14cu|tuxpaint-stamps-2014.08.23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pictures for use with the paint program Tuxpaint
Name:		tuxpaint-stamps
Version:	2014.08.23
Release:	1
License:	GPL
Group:		Graphics
URL:		http://www.newbreedsoftware.com/tuxpaint/
Source0:	http://sourceforge.net/projects/tuxpaint/files/%{name}/%{version}/%{name}-%{version}.tar.gz
Patch0:		%{name}-2014.08.23-mixed-rules.patch
BuildArch:	noarch
Requires:	tuxpaint

%description
Tux Paint is a simple paint program gear towards young children. 
It provides a simple but entertaining interface, allows drawing
with brushes, lines, shapes, and 'stamps,' and has a 'magic' 
tool, for special effects. Loading and saving is done via a 
graphical interface, and the underlying environment's 
filesystem isn't exposed (much like programs on PDAs).

This packages contains a lot of extra pictures (stamps) for tuxpaint.

%files
%doc docs/*
%{_datadir}/tuxpaint/*

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
# The below now are done by the installation process itself
#rm -rf `find -name CVS`
# Fix unreadable files
#find . -perm 0600 -exec chmod 0644 '{}' \;


%build
# Nothing to do


%install
#mv Makefile Makefile.tmp
#cat Makefile.tmp | sed -e "s#^PREFIX=/usr/local#PREFIX=%%{buildroot}/usr#g" > Makefile
#rm -f Makefile.tmp
make DATA_PREFIX=%{buildroot}%{_datadir}/tuxpaint/ install-all

# Zero lenght files
rm -f %{buildroot}%{_datadir}/tuxpaint/stamps/hobbies/music/wind/bassoon.dat
rm -f %{buildroot}%{_datadir}/tuxpaint/stamps/plants/trees/holly_leaves.dat



%changelog
* Sun Feb 01 2015 Giovanni Mariani <mc2374@mclink.it> 2014.08.23-1
+ Revision: df3dde1
- Updated to release 2014.08.23



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15293 |14cu|tuxtype-1.8.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	fname	tuxtype

Summary:	Educational typing tutor game starring Tux
Name:		tuxtype
Version:	1.8.3
Release:	1
# http://anonscm.debian.org/cgit/tux4kids/tuxtype.git
URL:		http://alioth.debian.org/frs/?group_id=31080
License:	GPLv2+
Group:		Games/Other
Source0:	%{fname}-%{version}.tar.gz
# from Debian (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792817)
Source1:	%{name}.1
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792813
Source2:	ru.po
Source3:	%{name}-russian-scripts.tar.gz
Patch1:		%{name}-%{version}-mga-add-russian-scripts.patch
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792816
Patch2:		%{name}-%{version}-mga-fix-potfiles.patch
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792815
Patch3:		%{name}-%{version}-mga-fix-editor-translations-and-buttons.patch
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792814
Patch4:		%{name}-%{version}-mga-desktop-file.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_Pango)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(t4k_common)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	imagemagick

%description
Tux Typing is an educational typing tutor game starring Tux, the Linux
penguin. It is graphical and requires SDL to run. This is a stable
release.

%prep
%setup -q -n %{fname}-%{version}
%apply_patches

# add Russian
pushd data/themes/russian
tar -xf %{SOURCE3}
popd
cp -f %{SOURCE2} po/

# Fix incorrect paths hardcoded into the source (#46417) - AdamW
sed -i -e 's,/usr/share/fonts/truetype/ttf-.*/,%{_gamesdatadir}/%{name}/fonts/,g' src/SDL_extras.c

# remove the chown command from here and handle it in the file list
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792818
sed -i '/chown root:games $(DESTDIR)$(pkglocalstatedir)\/words/d' Makefile.am

# delete POT file for force update translations ( NOTE: please keep for all new versions )
rm -f po/%{name}.pot

%build
autoreconf -vfi
%configure2_5x	--disable-rpath \
		--bindir=%{_gamesbindir} \
		--datadir=%{_datadir} \
		--localstatedir=%{_localstatedir}/lib \
		--sysconfdir=%{_sysconfdir}
%make

%install
%makeinstall_std

rm -fr %{buildroot}%{_docdir}/%{name}

# must be writable for games group (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792818)
chmod 775 %{buildroot}%{_localstatedir}/lib/%{name}/words

# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792820
install -d %{buildroot}%{_datadir}/applications
install -m 644 %{name}.desktop %{buildroot}%{_datadir}/applications/

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert -scale 16x16 %{name}.ico %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -scale 32x32 %{name}.ico %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 48x48 %{name}.ico %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

mkdir -p %{buildroot}%{_mandir}/man1
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/

%find_lang %{name}

%files -f %{name}.lang
%doc doc/AUTHORS doc/ChangeLog doc/README doc/TODO doc/en/howtotheme.html
%{_sysconfdir}/%{name}
%{_gamesbindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/%{name}.*
%attr(-,root,games) %{_localstatedir}/lib/%{name}

%changelog

* Sun Oct 04 2015 Denis Silakov <uragan@localhost.localdomain> 1.8.3-1
- (ad149c9) Updated to 1.8.3, added Russian-related improvements from MGA



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15294 |14cu|tuxwordsmith-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Multilanguage scrabble game
Name:           tuxwordsmith
Version:        0.8.0
Release:        1
Source0:        %{name}-%{version}.tar.bz2
URL:            http://www.schoolforge.net/education-software/educational-games/tuxwordsmith
License:        GPLv3
Group:          Games/Boards
BuildRequires:  imagemagick
Requires:   python-pygame
Requires:   wxPythonGTK
BuildArch:  noarch
 
%description
With TuxWordSmith you get Scrabble in English, French, German, Italian, Greek,
Latin , Dutch, Swahili, Spanish, Russian, Ukranian, Swedish, Icelandic,
Norwegian, Finnish, Brazillian-Portuguese, Arabic, Hindi, Turkish, Czech,
Kurdish, Hungarian and more, all in one application!

%prep
%setup -q -n %{name}-master

%install
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}
cp -pr Font %{buildroot}%{_gamesdatadir}/%{name}
cp -pr xdxf %{buildroot}%{_gamesdatadir}/%{name}
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}/lib
cp -pr TuxWordSmith %{buildroot}%{_gamesdatadir}/%{name}/lib
cp .tws_config_master  %{buildroot}%{_gamesdatadir}/%{name}

install -d -m 755 %{buildroot}%{_gamesbindir}
install -m 755 %{name}.py %{buildroot}%{_gamesbindir}/%{name}

mkdir -p %{buildroot}%{_liconsdir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_miconsdir}
convert -resize 48x48 tws.ico %{buildroot}%{_liconsdir}/%{name}.png
convert -resize 32x32 tws.ico %{buildroot}%{_iconsdir}/%{name}.png
convert -resize 16x16 tws.ico %{buildroot}%{_miconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=TuxWordSmith
Comment=Multilanguage scrabble game
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;BoardGame;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-admin.desktop << EOF
[Desktop Entry]
Name=TuxWordSmith Admin
Comment=Multilanguage scrabble game with administration mode enabled
Exec=%{_gamesbindir}/%{name} -wx
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;BoardGame;
EOF

%clean

%files
%doc INSTALL LICENSE README CHANGES
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}*.desktop 
%{_iconsdir}/*

%changelog

* Fri Sep 25 2015 Denis Silakov <dsilakov@gmail.com> 0.8.0-1
- (3eb05e1) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15295 |14cu|tvbrowser-3.4.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		tvbrowser
Version:	3.4.1.0
Release:	1
Summary:	Digital TV guide
License:	GPLv3
Group:		Video
Url:		http://tv-browser.org
Source0:	http://downloads.sourceforge.net/project/tvbrowser/TV-Browser%20Releases%20%28Java%206%20and%20higher%29/%{version}/%{name}_%{version}_bin.tar.gz
Source1:	tvbrowser.desktop
BuildRequires:	dos2unix
Requires:	java-openjdk >= 1.7
BuildArch:	noarch

%description
TV-Browser is Plugin based digital TV guide written in Java. Plugins can be
installed with the download function of TV-Browser.

%files
%doc COPYRIGHT.txt LICENSE.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png

#-----------------------------------------------------------------------------

%prep
%setup -q
dos2unix LICENSE.txt


%build
# Pre-built java archive: nothing to do
# but preparing a script for lanching it
cat >tvbrowser <<'EOF'
#!/bin/sh
cd %{_datadir}/%{name} && \
    exec %{_bindir}/java \
        -Xms16m \
        -Xmx128m \
        -Djava.library.path=%{_datadir}/%{name} \
        -Dpropertiesfile=linux.properties \
        -jar tvbrowser.jar \
        "$@"
EOF


%install
install -D -p -m 755 %{name} %{buildroot}%{_bindir}/%{name}
install -D -p -m 644 %{name}.jar %{buildroot}%{_datadir}/%{name}/%{name}.jar
install -D -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop

find hyphen icons imgs personas plugins themepacks -depth -print | \
      cpio -p -d -m %{buildroot}%{_datadir}/%{name}
for size in 16 32 48 128; do
    (
	  install -d %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/
	  cd %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/
	  ln -s ../../../../tvbrowser/imgs/tvbrowser${size}.png %{name}.png
    )
done

%changelog
* Wed Feb 25 2015 Giovanni Mariani <mc2374@mclink.it> 3.4.1.0-1
+ Revision: 24f9b46
- Updated to release 3.4.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15296 |14cu|tvheadend-3.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# import from MIB and upadte to 3.9

Name:           tvheadend
Summary:        TV streaming server
Version:        3.9
Release:        3
License:        GPLv3
URL:            http://www.lonelycoder.com
Group:          Video
Source0:        https://github.com/tvheadend/tvheadend/archive/v3.9.tar.gz
Source1:        %{name}.service
Source2:        %{name}.png
Source3:        README.install.urpmi
Source4:        %{name}.conf


Patch0: 	    %{name}-no_werror.patch
BuildRequires:  fdupes
BuildRequires:	pkgconfig
BuildRequires:  pkgconfig(avahi-client)
BuildRequires:  pkgconfig(openssl)
BuildRequires:  pkgconfig(python)
BuildRequires:  systemd
BuildRequires:  pkgconfig(libavcodec)
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(libv4lconvert)

Requires(pre,preun):  rpm-helper
Requires(post):       pwgen

%description
A TV streaming server supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV,
and Analog video (V4L) as input sources.

It also comes with a powerful and easy to use web interface both used for
configuration and day-to-day operations, such as searching the EPG and
scheduling recordings.


%prep
%setup -q
%patch0 -p1
cp -v %{SOURCE3} .

%build
%configure --prefix=/usr --release --libdir=%{_libdir} --mandir=%{_mandir}/man1 --disable-dvbscan
%make


%install
%makeinstall_std
mkdir -p %{buildroot}/%{_localstatedir}/lib/%{name}/.hts/%{name}/accesscontrol
cp -v %{SOURCE4} %{buildroot}/%{_localstatedir}/lib/%{name}/.hts/%{name}/accesscontrol/1

mkdir -p %{buildroot}/%{_unitdir}
install -m0644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

# Menu entry
mkdir -p %{buildroot}/%{_datadir}/applications
cat > %{buildroot}/%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Tvheadend
Comment=%{summary}
Exec=%{_bindir}/xdg-open http://localhost:9981/
Icon=%{name}
Type=Application
Categories=AudioVideo;Video;TV;Recorder;X-Mandriva-CrossDesktop;
EOF

install -D -m 644 %{SOURCE2} %{buildroot}/%{_iconsdir}/%{name}.png

find %{buildroot} -size 0 -delete

install -m644 %{SOURCE3} README.urpmi

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /sbin/nologin
gpasswd -a %{name} video >/dev/null

%post
chown %{name}:root %{_localstatedir}/lib/%{name} 
cd %{_localstatedir}/lib/%{name}
chown -R %{name}:video .hts*

if  grep -q '"password": "dummypassword"' %{_localstatedir}/lib/%{name}/.hts/%{name}/accesscontrol/1; then
  sed -i "s,\"password\": \"dummypassword\",\"password\": \"$(pwgen -s 12 1)\"," %{_localstatedir}/lib/%{name}/.hts/%{name}/accesscontrol/1
fi

%systemd_post %{name}

%preun
%systemd_preun %{name}


%files

%doc LICENSE README README.urpmi
%{_bindir}/%{name}
%attr(0644,root,root) %{_unitdir}/%{name}.service
%{_mandir}/man1/%{name}.1.xz
%{_iconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}

%dir %attr(-,tvheadend,root) %{_localstatedir}/lib/%{name}
%dir %attr(-,tvheadend,video) %{_localstatedir}/lib/%{name}/.hts/%{name}/accesscontrol
%attr(0600,tvheadend,video) %{_localstatedir}/lib/%{name}/.hts/%{name}/accesscontrol/1

%changelog
* Wed Oct 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.9-3
+ Revision: dc9b713
- Migrated to systemd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15297 |14cu|twinkle-1.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Voice Over IP phone using SIP for QT
Name:		twinkle
Version:	1.9.0
Release:	1
License:	GPLv2+
Group:		Communications
Url:		http://twinkle.dolezel.info
# https://github.com/LubosD/twinkle/archive/%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
Patch0:		Revert-Build-fix-for-a-probably-broken-std-match_res.patch
Patch1:		Revert-Replaced-Boost-regex-dependency-with-C-11-reg.patch
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	flex
BuildRequires:	qt5-linguist-tools
BuildRequires:	boost-devel
BuildRequires:	magic-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(commoncpp)
BuildRequires:	pkgconfig(libccrtp)
BuildRequires:	pkgconfig(libilbc)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Declarative)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(ucommon)

%description
Twinkle is a soft phone for your voice over IP communcations using the SIP
protocol. You can use it for direct IP phone to IP phone communication or in
a network using a SIP proxy to route your calls.

%files
%doc AUTHORS COPYING NEWS README.md THANKS
%{_bindir}/%{name}
%{_bindir}/%{name}-console
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake_qt5 \
	-DWITH_QT5:BOOL=ON \
	-DWITH_SPEEX:BOOL=ON
%make

%install
%makeinstall_std -C build

#icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,24x24,32x32,48x48}/apps
install -m 0644 src/gui/images/twinkle48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m 0644 src/gui/images/twinkle32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 0644 src/gui/images/twinkle24.png %{buildroot}%{_iconsdir}/hicolor/24x24/apps/%{name}.png
install -m 0644 src/gui/images/twinkle16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# correct icon syntax
sed -i -e 's,%{_datadir}/%{name}/twinkle48.png,%{name},g' %{buildroot}%{_datadir}/applications/%{name}.desktop

desktop-file-install \
	--vendor="" \
	--dir %{buildroot}%{_datadir}/applications/ \
	--remove-category="KDE" \
	%{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog

* Mon Aug 24 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.0-1
- (10f91e1) New version 1.9.0
- (10f91e1) Switch to Qt5
- (10f91e1) Update other BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15298 |14cu|txt2regex-0.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A program to generate regex
Name:		txt2regex
Version:	0.8
Release:	7
Group:		File tools
License:	GPLv2
URL:            http://www.aurelio.net/soft/txt2regex/
Source0:        http://txt2regex.sourceforge.net/%{name}-%{version}.tgz
BuildArch:	noarch
Requires:	bash

%description
^txt2regex$ is a Regular Expression "wizard", all written 
with bash2 builtins, that converts human sentences to 
RegExs. with a simple interface, you just answer to 
questions and build your own RegEx for a large variety of 
programs, like awk, ed, emacs, grep, perl, php, procmail, 
python, sed and vim. there are more than 20 supported 
programs. it's bash so download and run, no compilation needed.

%prep 

%setup -q

%build 

%make DESTDIR=%{buildroot}

%install
%makeinstall_std

install -d %{buildroot}%{_mandir}/man1
install -m0644 txt2regex.man %{buildroot}%{_mandir}/man1/%{name}.1

%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root,0755) 
%doc README README.japanese NEWS Changelog TODO
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%changelog

* Wed Aug 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8-7
- (3607965) Fix URL, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15299 |14cu|ubridge-0.9.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __strip /bin/true
%define debug_package %{nil}

Name: ubridge
Version: 0.9.5 
Release: 1

Summary: Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces
License: GPLv3
Group: Networking/Other
Url: https://github.com/GNS3/ubridge


Source: https://github.com/GNS3/ubridge/archive/v0.9.5.tar.gz

BuildRequires: gcc libpcap-devel

%description
uBridge is a simple application to create user-land bridges between various
technologies. Currently bridging between UDP tunnels, Ethernet and TAP
interfaces is supported. Packet capture is also supported.

%prep
%setup -q -n %{name}-%{version}

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m4755 %{name} %{buildroot}%{_bindir}

%files
%doc LICENSE README.rst
%{_bindir}/%{name}


%changelog

* Fri Oct 21 2016 Denis Silakov <dsilakov@gmail.com> 0.9.5-1
- (8be9229) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15300 |14cu|uchardet-0.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# define distsuffix mrb
# define debug_package %{nil}


%define lib_major 0
%define lib_name %mklibname uchardet %{lib_major}
%define develname %mklibname -d uchardet

Name: uchardet
Summary: Universal char-set detection
Version: 0.0.5
Release: 2
Group: Development/Other
License: MPLv1.1 
URL: http://code.google.com/p/uchardet/
Source0: http://uchardet.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires: cmake

%description
uchardet is a C language binding of the original C++ implementation of the
universal char-set detection library by Mozilla. uchardet is an encoding
detector library, which takes a sequence of bytes in an unknown character
encoding without any additional information, and attempts to determine the
encoding of the text.


%package -n %{lib_name}
Summary:    Universal charset detection
Group:      Development/Other

%description -n %{lib_name}
C language binding of the original C++ implementation of the
universal char-set detection library by Mozilla.

%files
%doc COPYING AUTHORS
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*

%files -n %{lib_name}
%doc COPYING AUTHORS
%{_libdir}/lib%{name}.so.%{lib_major}*





%package -n %develname
Summary: Development files for uchardet
Provides:  %{name}-devel = %{version}-%{release}
Requires:  %{lib_name} = %{version}-%release

%description -n %develname
Header files and Libraries for the package uchardet.

%files -n %develname
%doc COPYING AUTHORS
%{_includedir}/%{name}
%{_libdir}/lib%{name}.a
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc


%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build






%changelog

* Tue Oct 18 2016 dsilakov <denis.silakov@rosalab.ru> 0.0.5-2
- (8e8ee57) Merge pull request #1 from praktikarosa/uchardet:rosa2014.1
- (8e8ee57) uchardet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15301 |14cu|ucon64-2.0.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Console ROM backup tool
Name:		ucon64
Version:	2.0.0
Release:	11
License:	GPLv2+
Group:		Emulators
Url:		http://ucon64.sf.net/
Source0:	http://prdownloads.sourceforge.net/ucon64/%{name}-%{version}-src.tar.bz2
Source1:	http://prdownloads.sourceforge.net/ucon64/uf-FOX-1.1-src.tgz
Patch0:		uf-FOX-1.1-libfox1.7.patch
Patch1:		uf-FOX-1.1-ptrfix.patch
Patch2:		ucon64-2.0.0-gzfile.patch
Patch3:		ucon64-2.0.0-ovflfix.patch
Patch4:		ucon64-2.0.0-defines.patch
BuildRequires:	pkgconfig(fox17)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(zlib)
# ld will fail with fatal error, it needs static lib only
BuildConflicts:	ieee1284-devel

%description
uCON64 is a console ROM backup tool.

%files
%doc FILE_ID.DIZ VERSION *.html
%{_bindir}/ucon64

#----------------------------------------------------------------------------

%package -n %{name}-gui
Summary:	GUI for Ucon64, a console ROM backup tool
Group:		Emulators
Requires:	%{name}

%description -n %{name}-gui
GUI for Ucon64, a console ROM backup tool

%files -n %{name}-gui
%doc uf-FOX-1.1-src/README.txt uf-FOX-1.1-src/gpl.txt
%{_bindir}/uf

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src -a 1
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1

#no configure script for the gui :(
perl -pi -e "s/local\///g" uf-FOX-1.1-src/Makefile
LIBFOX_VERSION=1.7
perl -pi -e "s/1\.4/$LIBFOX_VERSION/g" uf-FOX-1.1-src/Makefile

%build
cd src
%configure \
	--enable-libcd64 \
	--with-libusb \
	--enable-ppdev
%make

pushd ../uf-FOX-1.1-src
make
popd

%install
# don't use %%makeinstall here
install -d %{buildroot}%{_bindir}
install -m 755 src/%{name} %{buildroot}%{_bindir}

#install gui
install -m 755 uf-FOX-1.1-src/uf %{buildroot}%{_bindir}
chmod 644 uf-FOX-1.1-src/README.txt
#note : add a icon & menu entry


%changelog

* Fri Jun 24 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-11
- (ab5ec9a) Disable debug package
- (ab5ec9a) Add patch to fix build (undefined TRUE and FALSE)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15302 |14cu|udevil-0.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mount and unmount without password
Name:		udevil
Version:	0.4.4
Release:	1
License:	GPLv3+
Group:		System/Base
Url:		http://ignorantguru.github.com/udevil/
Source0:	https://github.com/IgnorantGuru/%{name}/archive/%{name}-%{version}.tar.gz
Patch0:		udevil-0.4.4-install-mode.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(udev)
Requires(post,preun):	systemd

%description
udevil is a command line Linux program which mounts and unmounts
removable devices without a password, shows device info, and monitors
device changes. It can also mount ISO files, nfs://, smb://, ftp://,
ssh:// and WebDAV URLs, and tmpfs/ramfs filesystems

%files -f %{name}.lang
%doc AUTHORS COPYING README
%attr(4755,root,root) %{_bindir}/%{name}
%{_bindir}/devmon
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%config(noreplace) %{_sysconfdir}/conf.d/devmon
%{_unitdir}/devmon.service

%post
%systemd_post devmon.service

%preun
%systemd_preun devmon.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
# libdir is used for systemd unit install only
%configure2_5x \
	--libdir=/lib
%make

%install
%makeinstall_std

mv %{buildroot}%{_unitdir}/devmon@.service %{buildroot}%{_unitdir}/devmon.service

%find_lang %{name}


%changelog

* Wed Mar 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.4-1
- (b841714) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15303 |14cu|udns-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname udns %{major}
%define develname %mklibname udns -d

Summary:	DNS Resolver Library
Name:		udns
Version:	0.4
Release:	2
Group:		Networking/Other
License:	LGPLv2+
URL:		http://www.corpit.ru/mjt/udns.html
Source0:	http://www.corpit.ru/mjt/udns/%{name}-%{version}.tar.gz
BuildConflicts:	%{name}-devel

%description
UDNS is a stub DNS resolver library with ability to perform both syncronous and
asyncronous DNS queries.

%package -n	%{libname}
Summary:	DNS Resolver Library
Group:          System/Libraries

%description -n	%{libname}
UDNS is a stub DNS resolver library with ability to perform both syncronous and
asyncronous DNS queries.

This package contains the shared UDNS library.

%package -n	%{develname}
Summary:	Static library and header files for the libmemcached library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
UDNS is a stub DNS resolver library with ability to perform both syncronous and
asyncronous DNS queries.

This package contains the static UDNS library and its header files.

%prep

%setup -q -n %{name}-%{version}

%build

./configure

make CFLAGS="%{optflags}" SOVER="%{major}" staticlib sharedlib
ln -snf libudns.so.%{major} libudns.so

gcc %{optflags} -DHAVE_CONFIG_H -o udns-rblcheck rblcheck.c -L. -ludns
gcc %{optflags} -DHAVE_CONFIG_H -o udns-dnsget dnsget.c -L. -ludns
#gcc %{optflags} -DHAVE_CONFIG_H -o udns-ex-rdns ex-rdns.c -L. -ludns

%install

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_mandir}/man3

install -m0755 libudns.so.%{major} %{buildroot}%{_libdir}/
ln -snf libudns.so.%{major} %{buildroot}%{_libdir}/libudns.so
install -m0644 libudns.a %{buildroot}%{_libdir}/
install -m0644 udns.h %{buildroot}%{_includedir}/

install -m0755 udns-rblcheck %{buildroot}%{_bindir}/
install -m0755 udns-dnsget %{buildroot}%{_bindir}/

install -m0644 dnsget.1 %{buildroot}%{_mandir}/man1/udns-dnsget.1
install -m0644 rblcheck.1 %{buildroot}%{_mandir}/man1/udns-rblcheck.1
install -m0644 udns.3 %{buildroot}%{_mandir}/man3/

%clean

%files
%{_bindir}/udns-rblcheck
%{_bindir}/udns-dnsget
%{_mandir}/man1/udns-dnsget.1*
%{_mandir}/man1/udns-rblcheck.1*

%files -n %{libname}
%doc COPYING.LGPL NEWS NOTES TODO
%{_libdir}/libudns.so.%{major}

%files -n %{develname}
%{_includedir}/*
%{_libdir}/libudns.so
%{_libdir}/libudns.a
%{_mandir}/man3/udns.3*



%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 0.4-2
- (e797b5f) Updated to 2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15304 |14cu|udpcast-20120424-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	UDP broadcast installation
Name:		udpcast
Version:	20120424
Release:	2
License:	GPLv2+ and BSD-like
Group:		Networking/Other
Url:		http://udpcast.linux.lu/
Source0:	http://udpcast.linux.lu/download/%{name}-%{version}.tar.gz
Patch0:		udpcast-20120424-gcc4.9.patch

%description
UDPcast is a file transfer tool that can send data simultaneously to many
destinations on a LAN. This can for instance be used to install entire
classrooms of PC's at once. The advantage of UDPcast over using other methods
(nfs, ftp, whatever) is that UDPcast uses Ethernet's multicast abilities:
it won't take longer to install 15 machines than it would to install just 2

%files
%doc cmd.html COPYING *.txt
%{_sbindir}/udp-receiver
%{_sbindir}/udp-sender
%{_mandir}/man1/udp-receiver.1*
%{_mandir}/man1/udp-sender.1*

#----------------------------------------------------------------------------

%package devel
Summary:	Header files for UDPcast
Requires:	%{name} = %{EVRD}

%description devel
Header files for UDPcast

%files devel
%{_includedir}/udpcast/rateGovernor.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Fri Aug 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120424-2
- (ba74ff3) Create separate devel package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15305 |14cu|udpxy-1.0.23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global realversion 1.0.23-9

Name:           udpxy
Version:        1.0.23
Release:        1
Summary:        UDP-to-HTTP multicast traffic relay daemon
Group:          System/Servers
License:        GPLv3+
URL:            http://sourceforge.net/projects/udpxy/
Source0:        http://www.udpxy.com/download/1_23/%{name}.%{realversion}-prod.tar.gz
Source1:        udpxy.service
Source2:	udpxy-manual-RU.rtf

%description
udpxy is a UDP-to-HTTP multicast traffic relay daemon:
it forwards UDP traffic from a given multicast subscription
to the requesting HTTP client.

%prep
%setup -qn %{name}-%{realversion}
cp %{SOURCE2} .

chmod a-x CHANGES
sed -i 's|@cp $(UDPXREC)|@cp -a $(UDPXREC)|g' Makefile

%build
%make

%install
%makeinstall_std PREFIX=%{_prefix}

install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

%post
%systemd_post udpxy.service

%preun
%systemd_preun udpxy.service

%postun
%systemd_postun_with_restart udpxy.service

%files
%doc README CHANGES gpl.txt udpxy-manual-RU.rtf
%{_bindir}/%{name}
%{_bindir}/udpxrec
%{_mandir}/man1/*
%{_unitdir}/%{name}.service

%changelog
* Wed Oct 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.23-1
+ Revision: 9bea12a
- Updated to 1.0.23, migrated to systemd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15306 |14cu|udt-4.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major  0
%define	libname %mklibname %{name} %{major}
%define	devname %mklibname -d %{name}
%define doc %{buildroot}%{_docdir}/lib%{name}

Name:           udt
Version:        4.11
Release:        2
Summary:        UDP-based Data Transfer Protocol
Group:          Networking/Other
License:        BSD
Url:            http://udt.sourceforge.net/
#https://sourceforge.net/projects/udt/files/udt/4.11/
Source0:        %{name}.sdk.%{version}.tar.gz
Patch0:         build.diff
BuildRequires:  dos2unix 


%description
UDT is a reliable UDP based application level data transport protocol for 
distributed data intensive applications over wide area high-speed networks. UDT 
uses UDP to transfer bulk data with its own reliability control and congestion 
control mechanisms. The new protocol can transfer data at a much higher speed 
than TCP does. UDT is also a highly configurable framework that can accommodate 
various congestion control algorithms.
#-------------------------------------------------------------------------------

%package -n	%{libname}
Summary:        UDP-based Data Transfer Protocol: Libraries 
Group:          Networking/Other


%description -n	%{libname}
UDT is a reliable UDP based application level data transport protocol for 
distributed data intensive applications over wide area high-speed networks. UDT 
uses UDP to transfer bulk data with its own reliability control and congestion 
control mechanisms. The new protocol can transfer data at a much higher speed 
than TCP does. UDT is also a highly configurable framework that can accommodate 
various congestion control algorithms.

%files -n	%{libname}
%{_docdir}/lib%{name}/*.txt
%{_libdir}/libudt.so.*
#-------------------------------------------------------------------------------

%package -n %{devname}
Summary:        Development files for %{name}
Group:          Development/Other
Requires:       %{libname} = %{EVRD}
Provides:		%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains, header files, and libraries needed to
develop application that use %{name}

%files -n %{devname}
%{_docdir}/lib%{name}/doc
%exclude %{_docdir}/lib%{name}/*.txt
%{_libdir}/libudt.so 
%{_includedir}/%{name}

#-------------------------------------------------------------------------------

%prep
%setup -qn %{name}4
%patch0 -p0

%build 
%ifarch x86_64
make -e arch=AMD64 
%endif
%ifarch %ix86
make
%endif

%install 
mkdir -p %{buildroot}%{_libdir} 
install -m 755 src/libudt.so.0.0.0 %{buildroot}%{_libdir} 
ln -s -f libudt.so.0.0.0 %{buildroot}%{_libdir}/libudt.so.0 
ln -s -f libudt.so.0.0.0 %{buildroot}%{_libdir}/libudt.so 
mkdir -p %{buildroot}%{_includedir}/%{name}
install -p -m 644 -t %{buildroot}%{_includedir}/%{name} src/*.h
mkdir -p %{doc}/doc/{htm,hlp} 
install -p -m 644 -t %{doc} {LICENSE.txt,RELEASE_NOTES.txt} 
install -p -m 644 -t %{doc}/doc doc/*.htm
install -p -m 644 -t %{doc}/doc/htm doc/{doc/*.css,doc/*.htm}
install -p -m 644 -t %{doc}/doc/hlp doc/hlp/*.gif

# Fix wrong-file-end-of-line-encoding
dos2unix %{doc}/doc/htm/udtdoc.css


%changelog

* Fri Jul 29 2016 abfonly <abfonly@gmail.com> 4.11-2
- (56137c9) Add %name-devel provides to have an unique alias provided



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15307 |14cu|ufoai-2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	UFO: Alien Invasion
Name:		ufoai
Version:	2.5
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://ufoai.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}-source.tar.bz2
Source1:	%{name}.desktop
Patch0:		ufoai-2.5-dont-strip-binaries.patch
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gdkglext-x11-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl) >= 1.2.10
BuildRequires:	pkgconfig(SDL_image) >= 1.2.7
BuildRequires:	pkgconfig(SDL_mixer) >= 1.2.7
BuildRequires:	pkgconfig(SDL_ttf) >= 2.0.7
BuildRequires:	pkgconfig(theoradec)
BuildRequires:	pkgconfig(vorbis)
# xvid is in plf, but we can build without support, adding dlopen() support and
# a suggests on it could be done though..
#BuildRequires:	xvid-devel
BuildRequires:	zip
Requires:	%{name}-data = %{version}
%rename ufo

%description
UFO: ALIEN INVASION is a strategy game featuring tactical combat against
hostile alien forces which are about to infiltrate earth at this very
moment. You are in command of a small special unit which has been
founded to face the alien strike force. To be successful on the long
run, you will also have to have a research team study the aliens and
their technologies in order to learn as much as possible about their
technology, their goals and the aliens themselves. 'UFO: Alien Invasion'
is heavily inspired by the 'X-COM' series by Mythos and Microprose.

%files -f ufoai.lang
%doc LICENSES
%{_gamesbindir}/ufo*
%dir %{_gamesdatadir}/ufoai
%{_gamesdatadir}/ufoai/memory
%{_gamesdatadir}/ufoai/ufo*
%dir %{_gamesdatadir}/ufoai/base
%{_gamesdatadir}/ufoai/base/game.so
%dir %{_gamesdatadir}/ufoai/radiant
%{_gamesdatadir}/ufoai/radiant/uforadiant/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-source
%patch0 -p0 -b .nostrip~

%build
./configure	--prefix=%{_prefix} \
		--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir}/ufoai \
		--localedir=%{_localedir} \
		--enable-release \
%ifarch x86_64
		--enable-sse \
%endif
		--enable-cgame-campaign \
		--enable-cgame-multiplayer \
		--enable-cgame-skirmish \
		--enable-game \
		--enable-memory \
		--enable-testall \
		--enable-ufo2map \
		--enable-ufoded \
		--enable-ufo \
		--enable-ufomodel \
		--enable-uforadiant \
		--enable-ufoslicer \
		--disable-sdl2
make

%install
%makeinstall_std
# Remove empty data files to avoid file conflict with data package
rm -f %{buildroot}/%{_gamesdatadir}/%{name}/base/*pk3

desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
install -m644 src/ports/linux/ufo.png -D %{buildroot}%{_datadir}/pixmaps/%{name}.png

%find_lang ufoai


%changelog

* Mon May 04 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5-1
- (16823af) New version 2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15308 |14cu|ufoai-data-2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ufoai

Summary:	Data files for %{oname}
Name:		%{oname}-data
Version:	2.5
Release:	1
License:	GPLv2+ and CC-BY and CC-BY-SA and GFDL and MIT and Public Domain and Creative Commons Sampling Plus
Group:		Games/Strategy
Url:		http://ufoai.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{oname}/%{oname}-%{version}-data.tar
Requires:	%{oname}
BuildArch:	noarch
%rename ufo-data

%description
Data files needed to run %{oname}.

%files
%dir %{_gamesdatadir}/%{oname}
%{_gamesdatadir}/%{oname}/*

#----------------------------------------------------------------------------

%prep

%install
mkdir -p %{buildroot}%{_gamesdatadir}/%{oname}
tar -xf %{SOURCE0} -C %{buildroot}%{_gamesdatadir}/%{oname}


%changelog

* Mon May 04 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5-1
- (6a56540) New version 2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15309 |14cu|uftp-4.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary: A multicast FTP
Name: uftp
Version: 4.9.2
Release: 1
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: Networking/File transfer
Url: http://www.tcnj.edu/~bush/uftp.html
BuildRequires: pkgconfig(openssl)
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot

%description
UFTP is a multicast file transfer program, utilizing a protocol based on
Starburst MFTP. It is designed to reliably and efficiently transfer files
to multiple receivers simultaneously, where either the intended receivers
can be specified beforehand, or receivers can join the transfer when it is
initiated. This is useful for distributing large files to a large number of
receivers, and is especially useful for data distribution over a satellite
link (with two way communication), where the inherent delay makes any TCP
based communication terribly inefficient. UFTP has been used in the production
process of The Wall Street Journal to send WSJ pages over satellite to their
remote printing plants.

%package server
Summary: A multicast ftp server
Group: Networking/File transfer

%description server
UFTP is a multicast file transfer program, utilizing a protocol based on
Starburst MFTP. It is designed to reliably and efficiently transfer files
to multiple receivers simultaneously, where either the intended receivers
can be specified beforehand, or receivers can join the transfer when it is
initiated. This is useful for distributing large files to a large number of
receivers, and is especially useful for data distribution over a satellite
link (with two way communication), where the inherent delay makes any TCP
based communication terribly inefficient. UFTP has been used in the production
process of The Wall Street Journal to send WSJ pages over satellite to their
remote printing plants.

%prep
%setup -qn %{name}-%{version}

%build
%make

%install
rm -rf $RPM_BUILD_ROOT

install -Dp -m 755 uftp %buildroot%_bindir/uftp
install -Dp -m 755 uftpd %buildroot%_sbindir/uftpd
install -Dp -m 644 uftp.1 %buildroot%_mandir/man1/uftp.1
install -Dp -m 644 uftpd.1 %buildroot%_mandir/man1/uftpd.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%_bindir/uftp
%_mandir/man1/uftp.1*
%doc Changes.txt ReadMe.txt

%files server
%defattr(-,root,root)
%_sbindir/uftpd
%_mandir/man1/uftpd.1*
%doc Changes.txt ReadMe.txt




%changelog

* Tue Sep 06 2016 dsilakov <denis.silakov@rosalab.ru> 4.9.2-1
- (36ab10a) Merge pull request #2 from drxank/uftp:rosa2014.1
- (36ab10a) uftp



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15310 |14cu|ugene-35.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %nil

Summary:	Integrated bioinformatics toolkit
Name:		ugene
Version:	35.0
Release:	1
#The entire source code is GPLv2+ except:
#file src/libs_3rdparty/qtbindings_core/src/qtscriptconcurrent.h which is GPLv2
#files in src/plugins_3rdparty/script_debuger/src/qtscriptdebug/ which are GPLv2
License:	GPLv2
Group:		Sciences/Biology
Url:		http://ugene.net
Source0:	https://github.com/ugeneunipro/ugene/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
Patch6:		ugene_perf_monitor.pri.patch
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5ScriptTools)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebChannel)
BuildRequires:	pkgconfig(Qt5WebEngineWidgets)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5WebSockets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(Qt5XmlPatterns)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libprocps)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	qt5-linguist-tools

#We need strict versions of qt for correct work of src/libs_3rdparty/qtbindings_*
%{?_qt5_version:Requires: qt5%{?_isa} >= %{_qt5_version}}
Provides: bundled(sqlite)
Provides: bundled(samtools)

%description
Unipro UGENE is a cross-platform visual environment for DNA and protein
sequence analysis. UGENE integrates the most important bioinformatics
computational algorithms and provides an easy-to-use GUI for performing
complex analysis of the genomic data. One of the main features of UGENE
is a designer for custom bioinformatics workflows.

%files
%doc LICENSE.txt LICENSE.3rd_party.txt
%{_bindir}/*
%{_libdir}/%{name}/
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/%{name}/*
%{_mandir}/man1/*
%{_iconsdir}/hicolor/*/*/*
%{_datadir}/mime/packages/application-x-ugene.xml

#----------------------------------------------------------------------

%prep
%setup -q
%patch6 -p0

%build
%qmake_qt5 -r \
	INSTALL_LIBDIR=%{_libdir} \
	UGENE_WITHOUT_NON_FREE=1 \
	UGENE_EXCLUDE_LIST_ENABLED=1
%make release

%install
make install INSTALL_ROOT=%{buildroot}
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15311 |14cu|uget-2.0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}
%define iconname %{name}.png

Summary:	Download manager that uses GTK+
Name:		uget
Version:	2.0.9
Release:	1
Group:		Networking/File transfer
License:	GPL
Url:		http://ugetdm.com/
Source0:	http://downloads.sourceforge.net/urlget/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(appindicator3-0.1)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	intltool
BuildRequires:  pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libpcre)
Requires:	wget
%rename		urlgfe
%rename		urlget

%description
uGet is a download manager with downloads queue, pause/resume, clipboard
monitor, batch downloads, browser integration (Firefox & Chrome),
multiple connections, speed limit controls, powerful category based
control and much more. Each Category has an independent configuration
that can be inherited by each download in that category.

%files -f %{name}.lang
%doc COPYING INSTALL
%{_bindir}/*
%{_datadir}/applications/%{name}-gtk.desktop
%{_iconsdir}/*
%{_datadir}/sounds/%{name}/*.wav
%{_datadir}/pixmaps/%{name}

#--------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
        --with-gnutls \
        --without-openssl

%make

%install
%makeinstall_std INSTALL="install -p"

desktop-file-install \
        --dir %{buildroot}%{_datadir}/applications \
        --delete-original \
        %{buildroot}%{_datadir}/applications/%{name}-gtk.desktop


%find_lang %{name} 

%changelog

* Fri Mar 24 2017 tremod <negry.m@yandex.ru> 2.0.9-1
- (9cd3552) Update to 2.0.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15312 |14cu|uglify-js1-1.3.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#enable/disable tests in case the deps aren't there
%global enable_tests 0

Name:           uglify-js1
Version:        1.3.4
Release:        5
Summary:        JavaScript parser, mangler/compressor and beautifier toolkit

BuildArch:      noarch

Group:          Development/Other
# BSD license in README.html
License:        BSD
URL:            https://github.com/mishoo/UglifyJS
Source0:        http://registry.npmjs.org/uglify-js/-/uglify-js-%{version}.tgz
BuildArch:      noarch

BuildRequires:  nodejs-packaging
BuildRequires:  web-assets-devel

%if 0%{?enable_tests}
BuildRequires:  npm(nodeunit)
%endif

Requires: js-uglify-1 == %{version}-%{release}

%description
JavaScript parser, mangler/compressor and beautifier toolkit.  This is the
classic 1.x version of uglify-js.  Consider using the new version provided
in the uglify-js package.

This package ships the uglifyjs command-line tool and a library suitable for
use within Node.js.

%package -n js-uglify-1
Summary: JavaScript parser, mangler/compressor and beautifier toolkit - core library

Group: System/Libraries


Provides: uglify-js1-common = %{EVRD}
Requires: web-assets-filesystem

%description -n js-uglify-1
JavaScript parser, mangler/compressor and beautifier toolkit.  This is the
classic 1.x version of uglify-js.  Consider using the new version provided
in the uglify-js package.

This package ships a JavaScript library suitable for use by any JavaScript
runtime.

%prep
%setup -q -n package

%build
#nothing to do

%install
mkdir -p %{buildroot}%{_jsdir}/uglify-js-1
cp -pr lib/* %{buildroot}%{_jsdir}/uglify-js-1

#compat symlink
mkdir -p %{buildroot}%{_datadir}
ln -sf javascript/uglify-js-1 %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}%{nodejs_sitelib}/uglify-js@1
cp -pr bin package.json uglify-js.js %{buildroot}%{nodejs_sitelib}/uglify-js@1
ln -sf %{_jsdir}/uglify-js-1 %{buildroot}%{nodejs_sitelib}/uglify-js@1/lib

##compat symlink so old modules continue to work
ln -sf uglify-js@1 %{buildroot}%{nodejs_sitelib}/%{name}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/uglify-js1/bin/uglifyjs %{buildroot}%{_bindir}/uglifyjs1

#nodejs-symlink-deps is not called because this package does not have any
#dependencies and can be used outside of node

%if 0%{?enable_tests}
%check
%nodejs_symlink_deps --check
nodeunit test/unit/scripts.js && test/testparser.js && test/testconsolidator.js
%endif

%clean

%pretrans -p <lua>
st = posix.stat("%{nodejs_sitelib}/uglify-js1")
if st and st.type == "directory" then
  os.execute("rm -rf %{nodejs_sitelib}/uglify-js1")
end

st = posix.stat("%{_datadir}/%{name}")
if st and st.type == "directory" then
  os.execute("rm -rf %{_datadir}/%{name}")
end

%files
%{nodejs_sitelib}/uglify-js@1
%{nodejs_sitelib}/uglify-js1
%{_bindir}/uglifyjs1

%files -n js-uglify-1
%{_jsdir}/uglify-js-1
%{_datadir}/%{name}
%doc README.html README.org docstyle.css


%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.3.4-5
- (55df7ac) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15313 |14cu|uhd-3.9.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 003
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%global ver %(printf "%03d.%03d.%03d" 3 9 5)

Summary:	Universal Hardware Driver for Ettus Research products
Name:		uhd
Version:	3.9.5
Release:	5
License:	GPLv3+
Group:		Communications
Url:		http://code.ettus.com/redmine/ettus/projects/uhd/wiki
Source0:	%{name}-%{version}.tar.gz
Source2:        http://files.ettus.com/binaries/images/uhd-images_%{ver}-release.tar.gz
# Create tarball from git with:
# $ make-tarball uhd git://code.ettus.com/ettus/uhd.git
# See note in make-tarball script
Source1:	make-tarball
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	python-cheetah
BuildRequires:	python-mako
BuildRequires:	python-docutils
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(orc-0.4)
Requires(pre):	shadow-utils

%description
The UHD is the universal hardware driver for Ettus Research products.
The goal of the UHD is to provide a host driver and API for current and
future Ettus Research products. It can be used standalone without GNU Radio.

%files
%{_bindir}/*
%{_mandir}/man1/*
%{_udevrulesdir}/10-usrp-uhd.rules
%{_libexecdir}/uhd
/etc/security/limits.d/99-usrp.conf

%pre -n uhd
getent group usrp >/dev/null || groupadd -r usrp

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for UHD
Group:		System/Libraries
Conflicts:	%{name} < 3.5.0-5

%description -n %{libname}
Shared library for the Universal Hardware Driver (UHD).

%files -n %{libname}
%{_libdir}/libuhd.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for UHD
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 3.5.0-5
Obsoletes:	%{name}-devel < 3.5.0-5

%description -n %{devname}
Development files for the Universal Hardware Driver (UHD).

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libuhd.so
%{_libdir}/pkgconfig/uhd.pc
%{_libdir}/cmake/*

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation files for UHD
Group:		Documentation
BuildArch:	noarch

%description doc
Documentation for the Universal Hardware Driver (UHD).

%files doc
%doc _tmpdoc/*
%{_docdir}/%{name}/doxygen/*/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}

# extract binary firmware
mkdir -p images/images
tar -xzf %{SOURCE2} -C images/images --strip-components=4
rm -f images/images/{LICENSE.txt,*.tag}

%build
mkdir -p build
cd build
%setup_compile_flags
cmake .. \
	-DCMAKE_INSTALL_PREFIX=%{_prefix}
%make

%install
%makeinstall_std -C build

# Allow access only to users in usrp group
sed -i 's/MODE:="0666"/MODE:="0660"/' %{buildroot}%{_libdir}/uhd/utils/uhd-usrp.rules
mkdir -p %{buildroot}%{_udevrulesdir}
mv %{buildroot}%{_libdir}/uhd/utils/uhd-usrp.rules %{buildroot}%{_udevrulesdir}/10-usrp-uhd.rules

# Remove binaries for tests, examples
rm -rf %{buildroot}%{_libdir}/uhd/{tests,examples}

# Move the utils stuff to libexec dir
mkdir -p %{buildroot}%{_libexecdir}/uhd
mv %{buildroot}%{_libdir}/uhd/utils/* %{buildroot}%{_libexecdir}/uhd

# Package base docs to base package
mkdir _tmpdoc
mv %{buildroot}%{_docdir}/%{name}/{LICENSE,README.md} _tmpdoc

install -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/security/limits.d/99-usrp.conf

# firmware
#mkdir -p %{buildroot}%{_datadir}/uhd/images
#cp -r images/images/* %{buildroot}%{_datadir}/uhd/images

# remove win stuff
rm -rf %{buildroot}%{_datadir}/uhd/images/winusb_driver

# tools
#install -Dpm 0755 tools/usrp_x3xx_fpga_jtag_programmer.sh %{buildroot}%{_bindir}/usrp_x3xx_fpga_jtag_programmer.sh
#install -Dpm 0755 tools/uhd_dump/chdr_log %{buildroot}%{_bindir}/chdr_log

%check
make test -C build


%changelog

* Wed Oct 19 2016 Denis Silakov <dsilakov@gmail.com> 3.9.5-5
- (ae75087) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15314 |14cu|ulogd-2.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The userspace logging daemon for netfilter
Name:		ulogd
Version:	2.0.5
Release:	2
License:	GPL
Group:		System/Kernel and hardware
URL:		http://www.netfilter.org/projects/ulogd/
Source0:	ftp://ftp.netfilter.org/pub/ulogd/%{name}-%{version}.tar.bz2
Source1:	ftp://ftp.netfilter.org/pub/ulogd/%{name}-%{version}.tar.bz2.sig
Source2:	ulogd.service
# (fc) 1.24-3mdv fix killall path (Mdv bug #35286)
Patch0:		ulogd-1.24-fixkillall.patch
Patch1:		ulogd-build_fix.diff
Patch2:		omv-ulogd-2.0.2-conf.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	autoconf automake libtool
BuildRequires:	dbi-devel
BuildRequires:	pcap-devel
BuildRequires:	linuxdoc-tools texlive
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(libnetfilter_acct)
BuildRequires:	pkgconfig(libnetfilter_conntrack)
BuildRequires:	pkgconfig(libnetfilter_log)
BuildRequires:	pkgconfig(libnfnetlink)
BuildRequires:	postgresql-devel
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(jansson)
BuildRequires:	linuxdoc-tools
Requires:	userspace-ipfilter

%description
Ulogd is an universal logging daemon for the ULOG target of netfilter, the
Linux 2.4/2.6 firewalling subsystem. Ulogd is able to log packets in various
formats to different targets (text files, databases, etc.). It has an
easy-to-use plugin interface to add new protocols and new output targets.

%package	mysql
Summary:	MySQL output plugin for ulogd
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}

%description	mysql
Ulogd-mysql is a MySQL output plugin for ulogd. It enables logging of
firewall information into a MySQL database.

%package	pgsql
Summary:	PostgreSQL output plugin for ulogd
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}

%description	pgsql
Ulogd-pgsql is a PostgreSQL output plugin for ulogd. It enables logging of
firewall information into a PostgreSQL database.

%package	sqlite
Summary:	SQLite output plugin for ulogd
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}

%description	sqlite
Ulogd-sqlite is a SQLite output plugin for ulogd. It enables logging of
firewall information into a SQLite database.

%package	pcap
Summary:	PCAP output plugin for ulogd
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}

%description	pcap
Ulogd-pcap is a output plugin for ulogd that saves packet logs as PCAP file.
PCAP is a standard format that can be later analyzed by a lot of tools such as
tcpdump and wireshark.

%package	dbi
Summary:	Libdbi framework output plugin for ulogd
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}

%description	dbi
Ulogd-dbi is a libdbi output plugin for ulogd. It enables logging of
firewall information through a libdbi interface.

%package	json
Summary:	JSON framework output plugin for ulogd
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}

%description	json
Ulogd-json is a json output plugin for ulogd. It enables logging of
firewall information through a json interface.

%prep

%setup -q
%patch0 -p1 -b .fixkillall
%patch1 -p1
%patch2 -p1

# lib64 fix
perl -pi -e "s|/lib/|/%{_lib}/|g" configure*

cp %{SOURCE2} ulogd.service

%build
autoreconf -fi
%serverbuild

%configure2_5x \
    --disable-static \
    --enable-shared \
    --with-pgsql=%{_prefix} \
    --with-pgsql-inc=%{_includedir}/postgresql \
    --with-mysql=%{_prefix} \
    --with-mysql-inc=%{_includedir}/mysql \
    --with-dbi=%{_prefix} \
    --with-dbi-lib=%{_libdir} \
    --with-dbi-inc=%{_includedir} \

# bork...
cat >> config.h << EOF
#define HAVE_LIBDBI 1
#define HAVE_LIBMYSQLCLIENT 1
#define HAVE_LIBPQ 1
EOF

%make
#make -C doc

%install

%makeinstall_std

# install initscript
install -d %{buildroot}%{_unitdir}
install -m0755 ulogd.service %{buildroot}%{_unitdir}/ulogd.service

# install logrotate file
install -d %{buildroot}/%{_sysconfdir}/logrotate.d
install ulogd.logrotate %{buildroot}/%{_sysconfdir}/logrotate.d/ulogd

install -d %{buildroot}/var/lib/ulogd
install -d %{buildroot}/var/log/ulogd

# install man page
install -d %{buildroot}%{_mandir}/man8
install -m0644 ulogd.8 %{buildroot}%{_mandir}/man8/

install -m0644 ulogd.conf %{buildroot}%{_sysconfdir}/

rm -f %{buildroot}%{_libdir}/ulogd/*.*a

%post
%_post_service ulogd

%preun
%_preun_service ulogd

%files
%doc COPYING AUTHORS README
%doc doc/mysql-ulogd2-flat.sql
%doc doc/mysql-ulogd2.sql
%doc doc/pgsql-ulogd2-flat.sql
%doc doc/pgsql-ulogd2.sql
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ulogd.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/ulogd
%attr(0755,root,root) %{_sbindir}/ulogd
%{_unitdir}/ulogd.service
%dir %{_libdir}/ulogd
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_HWHDR.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_IFINDEX.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_IP2BIN.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_IP2HBIN.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_IP2STR.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_MARK.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_PRINTFLOW.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_PRINTPKT.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_filter_PWSNIFF.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_inpflow_NFACCT.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_inpflow_NFCT.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_inppkt_NFLOG.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_inppkt_ULOG.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_inppkt_UNIXSOCK.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_GPRINT.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_LOGEMU.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_NACCT.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_OPRINT.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_SYSLOG.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_GRAPHITE.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_XML.so
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_raw2packet_BASE.so
%dir /var/lib/ulogd
%dir /var/log/ulogd
%attr(0644,root,root) %{_mandir}/man8/*

%files mysql
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_MYSQL.so

%files pgsql
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_PGSQL.so

%files sqlite
%doc doc/sqlite3.table
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_SQLITE3.so

%files pcap
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_PCAP.so

%files dbi
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_DBI.so

%files json
%attr(0755,root,root) %{_libdir}/ulogd/ulogd_output_JSON.so

%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 2.0.5-2
- (d95cb37) Updated to 2.0.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15315 |14cu|ultracopier-0.2.0.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ultracopier
Version:	0.2.0.16
Release:	3
License:	GPLv3+
Group:		File tools
URL:		http://ultracopier.first-world.info/
Source:		http://files.first-world.info/ultracopier/%{version}/ultracopier-src-%{version}.tar.bz2
Source1:        ultracopier_russian.qm.tar.gz
BuildRoot:	%_tmppath/%{name}-%{version}
BuildRequires:	qt4-devel
BuildRequires:	desktop-file-utils

Summary:	The QT advanced copier

%description
Ultracopier is an advanced file copier with copy list management.

%prep
%setup -q

pushd src/lang
tar -xvzf %{SOURCE1}
popd

#fix the source
%__sed -i "s|\r||g" CHANGELOG
%__chmod 0644 CHANGELOG

%build
qmake
%make 

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/%{name}/lang
install -D src/%{name} %{buildroot}%{_bindir}/%{name}
install -D src/other/*.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
install -D src/other/*16* %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D src/other/*128* %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
cp -r src/lang/russian.* %{buildroot}%{_datadir}/%{name}/lang/
chmod -R 755 %{buildroot}%{_datadir}/%{name}/lang/*.png

sed -i -e 's/^Icon=%{name}.png$/Icon=%{name}/g' %{buildroot}%{_datadir}/applications/*

desktop-file-install --vendor="" \
	--remove-category="Qt" \
	--add-category="System;FileManager;X-MandrivaLinux-System-FileTools;" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING README
%{_bindir}/ultracopier
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/lang/*
%{_iconsdir}/hicolor/*/apps/%{name}.png

%changelog

* Sat Jul 04 2015 Victor Ryzhikh <victorr2007@yandex.ru> 0.2.0.16-3
- (6d1387b) Updated ultracopier.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15316 |14cu|umplayer-0.98.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		umplayer
Version:	0.98.2
Release:	2
Summary:	Complete Frontend for MPlayer
Group:		Video
License:	GPLv3
URL:		http://umplayer.sourceforge.net/
Source:		http://sourceforge.net/projects/smplayer/files/UMPlayer/%{version}/%{name}-%{version}-by-the-smplayer-team.tar.bz2
Patch0:		umplayer-0.98.2-optflags.patch
Patch1:		umplayer-fix_logging_format.patch

BuildRequires:	qt4-devel
BuildRequires:	desktop-file-utils

Requires:	mplayer
Requires:	xdg-utils
Suggests:	umplayer-themes

%description
UMPlayer intends to be a complete front-end for MPlayer, from basic features
like playing videos, DVDs, and VCDs to more advanced features like support for
MPlayer filters and more.

One of the most interesting features of UMPlayer: it remembers the settings of
all files you play. So you start to watch a movie but you have to leave...
don't worry, when you open that movie again it will resume at the same point
you left it, and with the same settings: audio track, subtitles, volume...


Authors:
--------
    Vinay Khaitan <vkhaitan@gmail.com>

#------------------------------------------------------------------------------

%package themes
Summary:	Themes for UMPlayer
Group:		Video
BuildArch:	noarch
Requires:	%{name} = %{version}-%{release}
Provides:	%{name}-theme-Black  = %{version}-%{release}
Provides:	%{name}-theme-Gonzo  = %{version}-%{release}
Provides:	%{name}-theme-Mac    = %{version}-%{release}
Provides:	%{name}-theme-Modern = %{version}-%{release}
Provides:	%{name}-theme-Vista  = %{version}-%{release}

%description themes
UMPlayer is the multimedia player that fills all your needs. With dozens of
advanced features and built-in codecs it can handle any media format, and can
play Audio CDs, DVDs, (S)VCDs, TV / Radio cards, YouTube™ and SHOUTcast™
streams and even incomplete or damaged media files.

This package contains a set of themes for UMPlayer.

%files -f %{name}.lang
%doc Changelog *.txt
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/shortcuts
%dir %{_datadir}/%{name}/translations
%{_bindir}/%{name}
%{_datadir}/applications/%{name}*.desktop
%{_datadir}/%{name}/shortcuts/*.keys
%{_iconsdir}/*/*/apps/%{name}.*
%config(noreplace) %{_datadir}/%{name}/input.conf
%{_mandir}/man1/%{name}.*
%lang(en_US) %{_datadir}/%{name}/translations/%{name}_en_US.qm

%files themes
%dir %{_datadir}/%{name}/themes
%{_datadir}/%{name}/themes/*

#----------------------------------------------------------------------------
%prep
%setup -q -n %{name}-%{version}-by-the-smplayer-team
%patch0 -p1
%patch1 -p0

# fix CRLF in .txt files:
sed -i 's/\r$//' *.txt

%build
%setup_compile_flags
%make PREFIX=%{_prefix} QMAKE=%{qt4bin}/qmake LRELEASE=%{qt4bin}/lrelease

%install
%makeinstall_std

# remove wrongly put docs
rm -rf %{buildroot}%{_datadir}/doc

# for translations
LANGFILE="$PWD/umplayer.lang"
echo -n > "$LANGFILE"
find "%{buildroot}%{_datadir}/umplayer/translations" -name '*.qm' \
| while read qm; do
    qmfile=${qm##*/}
    l=${qmfile#*_}
    l=${l%%.qm}

    [ "$l" = "en_US" ] && continue    
    echo "%lang(${l}) %{_datadir}/umplayer/translations/${qmfile}" >> "$LANGFILE"
done

# for desktop file entry
desktop-file-install \
	--remove-key='Encoding' \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*



%changelog
* Wed Oct 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.98.2-2
+ Revision: f277c88
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15317 |14cu|unac-1.8.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %major
%define develname %mklibname -d %{name}

Summary: A command that removes accents
Name: unac
Version: 1.8.0
Release: 6
License: GPLv2+
Group: Text tools
Source: http://ftp.de.debian.org/debian/pool/main/u/unac/unac_%{version}.orig.tar.gz
URL: http://www.nongnu.org/unac/
BuildRequires: gettext-devel

%description
unac is a C library and command that remove accents from a string.
For instance the string t will become ete.  It provides a command
line interface that removes accents from a string given in argument
(unaccent command). In the library function and the command, the
charset of the input string is specified as an argument. The input
string is converted to UTF-16 using iconv(3), accents are stripped and
the result is converted back to the original charset. The iconv --list
command on GNU/Linux will show all charset supported.

%package -n %libname
Group:System/Libraries
Summary: A C library that removes accents

%description -n %libname
unac is a C library and command that remove accents from a string.
For instance the string t will become ete.  It provides a command
line interface that removes accents from a string given in argument
(unaccent command). In the library function and the command, the
charset of the input string is specified as an argument. The input
string is converted to UTF-16 using iconv(3), accents are stripped and
the result is converted back to the original charset. The iconv --list
command on GNU/Linux will show all charset supported.

%package -n %develname
Group: Development/C
Summary: A C library that removes accents
Requires: %libname = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}

%description -n %develname
unac is a C library and command that remove accents from a string.
For instance the string t will become ete.  It provides a command
line interface that removes accents from a string given in argument
(unaccent command). In the library function and the command, the
charset of the input string is specified as an argument. The input
string is converted to UTF-16 using iconv(3), accents are stripped and
the result is converted back to the original charset. The iconv --list
command on GNU/Linux will show all charset supported.

%prep
%setup -q -n %{name}-%{version}.orig
touch config.rpath
autoreconf -fi

%build

%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%files
%doc ChangeLog README
%{_bindir}/unaccent
%{_mandir}/man1/unaccent.1*

%files -n %libname
%{_libdir}/libunac.so.%{major}*

%files -n %develname
%{_libdir}/libunac*so
%{_libdir}/pkgconfig/unac.pc
%{_includedir}/unac.h
%{_mandir}/man3/unac.3*

%changelog
* Tue Jan 20 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-6
+ Revision: 0d8bdce
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15318 |14cu|unadf-0.7.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname adf %{major}
%define devname %mklibname adf -d

Summary:	Unzip like for .adf files (Amiga devices dumps)
Name:		unadf
Version:	0.7.12
Release:	1
URL:		http://lclevy.free.fr/adflib
Source0:	http://lclevy.free.fr/adflib/adflib-%{version}.tar.bz2
Patch0:		adflib-0.7.12-strfmt.patch
Patch1:		0001-Fix-unsafe-extraction-by-using-mkdir-instead-of-shel.patch
License:	GPL
Group:		Archiving/Compression

BuildRequires:	gcc-c++

%description
Unzip-like for .adf files (Amiga devices dumps) powered by ADFLib

%package -n %{libname}
Summary:	Unzip like for .adf files (Amiga devices dumps) -- the library
License:	GPL
Group:		Development/C

%description -n %{libname}
The ADFlib is a portable C library designed to manage Amiga formatted devices
like harddisks and ZIP disks, or dump files of this kind of media via
the .ADF format.

%package -n %{devname}
Summary:	Development files for unadf
License:	GPL
Group:		Development/C

%description -n %{devname}
Development suite for ADFLib

%prep
%setup -n adflib-%{version}
%apply_patches

%build
./autogen.sh
%configure2_5x \
	--disable-static \
	--includedir=%{_includedir}/adflib
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_datadir}/libadf
cp -rp boot %{buildroot}%{_datadir}/libadf
mkdir -p %{buildroot}%{_includedir}/adflib

%files
%{_bindir}/%{name}

%files -n %{libname}
%{_libdir}/libadf.so.*
%{_datadir}/libadf

%files -n %{devname}
%doc %{_datadir}/doc/adflib
%{_includedir}/adflib
%{_libdir}/libadf.so
%{_libdir}/pkgconfig/*

%changelog

* Thu Sep 29 2016 Denis Silakov <dsilakov@gmail.com> 0.7.12-1
- (3d6e2a4) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15319 |14cu|unarr-0-1.20161029
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname unarr %{major}
%define devname %mklibname -d unarr
%define date	20161029

Name:		unarr
Version:	0
Release:	1.%{date}
Group:		Development/C
Summary:	A decompression library
License:	LGPLv2+
Url:            https://github.com/zeniko/unarr
Source0:	https://github.com/zeniko/unarr/archive/master.zip
Source1:        https://raw.githubusercontent.com/selmf/unarr/master/CMakeLists.txt
Patch0:		unarr-install.patch
BuildRequires: 	cmake
BuildRequires: 	pkgconfig(zlib)
BuildRequires: 	bzip2-devel

%description
A lightweight decompression library with support for rar, tar and zip
archives.
#---------------------------------------------------------------
%package -n %{libname}
Summary:        A decompression library

%description -n %{libname}
A lightweight decompression library with support for rar, tar and zip
archives.

%files -n %{libname}
%doc AUTHORS COPYING README
%{_libdir}/*.so.%{major}*
#---------------------------------------------------------------


%package -n %{devname}
Summary:	Development files for %{name}
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%files -n %{devname}
%doc AUTHORS COPYING README
%{_includedir}/*
%{_libdir}/lib%{name}.so
#---------------------------------------------------------------

%prep
%setup -qn %{name}-master
cp -p %{SOURCE1} .
%patch0	-p0

%build
export CFLAGS+="%{optflags} -DDEBUG -g"
%cmake 
%make

%install
%makeinstall_std -C build LIB_INSTALL_DIR=%{_libdir}
find %{buildroot} -name '*.a' -exec rm -f {} ';'




%changelog

* Sat Oct 29 2016 abfonly <abfonly@gmail.com> 0-1.20161029
- (736d13f) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15320 |14cu|unbound-1.5.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major    2
%define		libname     %mklibname %{name} %{major}
%define		develname   %mklibname -d %{name}

Name:		unbound
Version:	1.5.10
Release:	1
Summary:	A validating, recursive, and caching DNS resolver
License:	BSD
Group:		System/Servers
Url:		https://unbound.net
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}-tmpfiles.conf
Source2:	%{name}.service
Source3:	%{name}_rosa.conf
BuildRequires:	bison
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	nss-devel
BuildRequires:	openssl-devel
BuildRequires:	expat-devel
BuildRequires:	libevent-devel
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires(postun):	rpm-helper

%description
Unbound is a validating, recursive, and caching DNS resolver. The C
implementation of Unbound is developed and maintained by NLnet
Labs. It is based on ideas and algorithms taken from a java prototype
developed by Verisign labs, Nominet, Kirei and ep.net. Unbound is
designed as a set of modular components, so that also DNSSEC (secure
DNS) validation and stub-resolvers (that do not run as a server, but
are linked into an application) are easily possible.

%package	-n %{libname}
Summary:        Shared libraries for Unbound  
Group:          System/Libraries

%description	-n %{libname}
%{summary}.

%package	-n %{develname}
Summary:        Development headers and libraries for Unbound
Group:          Development/C
Requires:       %{libname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}
Provides:       lib%{name}-devel = %{version}-%{release}

%description	-n %{develname}
%{summary}.

%prep
%setup -q

%build
%configure2_5x  --disable-rpath \
                --with-libevent \
                --disable-static
%make

%install
%make_install
install -D -p -m 0644  %{buildroot}%{_sysconfdir}/%{name}/unbound.conf %{buildroot}%{_docdir}/%{name}/unbound.conf
install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf

%pre
%_pre_useradd %{name} /dev/null /bin/false
 
%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service %{name}
 
%preun
%_preun_service %{name}
 
%postun
%_postun_userdel %{name}

%files
%doc README
%{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}/*.conf
%{_sbindir}/%{name}*
%{_mandir}/man1/%{name}*.1*
%{_mandir}/man5/%{name}*.5*
%{_mandir}/man8/%{name}*.8*

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}.so.%{major}.*

%files -n %{develname}
%{_includedir}/*.h
%{_libdir}/lib%{name}*.so
%{_mandir}/man3/*.3.*

%changelog

* Tue Oct 18 2016 dsilakov <denis.silakov@rosalab.ru> 1.5.10-1
- (7a9dcfd) Merge pull request #1 from praktikarosa/unbound:rosa2014.1
- (7a9dcfd) unbound



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15321 |14cu|unetbootin-625-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Create bootable Live USB drives for a variety of Linux distributions
Name:		unetbootin
Version:	625
Release:	1
License:	GPLv2+
Group:		System/Configuration/Hardware
Url:		http://unetbootin.github.io
Source0:	http://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-source-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	qt4-devel
# Not picked up automatically, required for operation
#Requires:	extlinux
Requires:	p7zip
Requires:	syslinux
Requires:	usermode
# Syslinux is only available on x86 architectures
ExclusiveArch:	%{ix86} x86_64

%description
UNetbootin allows you to create bootable Live USB drives for a variety of
Linux distributions from Windows or Linux, without requiring you to burn a CD.
You can either let it download one of the many distributions supported
out-of-the-box for you, or supply your own Linux .iso file if you've already
downloaded one or your preferred distribution isn't on the list.

%files
%doc README.TXT
%{_bindir}/unetbootin
%{_sbindir}/unetbootin
%{_datadir}/unetbootin/
%{_datadir}/applications/rosa-unetbootin.desktop
%{_datadir}/icons/hicolor/*/*
%{_sysconfdir}/pam.d/%{name}
%{_sysconfdir}/security/console.apps/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -c

%build
mv unetbootin.desktop rosa-unetbootin.desktop
lupdate unetbootin.pro
lrelease unetbootin.pro
%qmake_qt4

%make

%install
install -D -p -m 755 unetbootin %{buildroot}%{_sbindir}/unetbootin
# Install desktop file
desktop-file-install \
	--vendor="" \
	--remove-key=Version \
	--remove-key=Name[en_US] \
	--remove-key=GenericName[en_US] \
	--remove-key=Comment[en_US] \
	--remove-category=Application \
	--dir=%{buildroot}%{_datadir}/applications \
	rosa-unetbootin.desktop
# Install localization files
install -d %{buildroot}%{_datadir}/unetbootin
install -c -p -m 644 unetbootin_*.qm %{buildroot}%{_datadir}/unetbootin/
# Install icons
install -D -c -p -m 644 unetbootin_16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_22.png %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_24.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_192.png %{buildroot}%{_datadir}/icons/hicolor/192x192/apps/unetbootin.png
install -D -c -p -m 644 unetbootin_256.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/unetbootin.png

# setup link for consolehelper support to allow root access
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sysconfdir}/pam.d
install -d %{buildroot}%{_sysconfdir}/security/console.apps

ln -sf consolehelper %{buildroot}%{_bindir}/%{name}

cat > %{buildroot}%{_sysconfdir}/pam.d/%{name} <<EOF
#%PAM-1.0
auth            include         config-util
account         include         config-util
session         include         config-util
EOF

cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<EOF
USER=root
PROGRAM=%{_sbindir}/%{name}
FALLBACK=false
SESSION=true
EOF

%changelog

* Wed Aug 03 2016 Alzim <alzim@bk.ru> 625-1
- (5ae42a1) Updated to 625



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15322 |14cu|ungifsicle-1.67-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Powerful program for manipulating GIF images and animations
Name:		ungifsicle
Version:	1.67
Release:	1
License:	GPLv2+
Group:		Graphics
URL:		http://www.lcdf.org/gifsicle
Source0:	http://www.lcdf.org/gifsicle/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(x11)

%description
This program manipulates GIF image files on the command line. It supports:
* merging several GIFs into a GIF animation;
* exploding an animation into its component frames;
* changing individual frames in an animation;
* turning interlacing on and off;
* adding transparency;
* adding delays, disposals, and looping to animations;
* adding or removing comments;
* optimizing animations for space;
* and changing images' colormaps, among other things.
The package contains two other programs: gifview, a lightweight GIF viewer for
X, to show animations as slideshows or in real time; and gifdiff, a program
that compares two GIFs for identical visual appearance.
Those programs don't use LZW compression to avoid patent problems.

%files
%doc NEWS README
%{_bindir}/*
%{_mandir}/man1/*

#-----------------------------------------------------------------------------

%prep
%setup -q
touch `find . -type f`


%build
%configure2_5x --enable-ungif
%make


%install
%makeinstall_std

%changelog

* Thu Apr 23 2015 Giovanni Mariani <mc2374@mclink.it> 1.67-1
- (4bcec8c) Updated to release 1.67 and cleaned spec file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15323 |14cu|unhide-20130526-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           unhide
Version:        20130526
Release:        2
Summary:        Tool to find hidden processes and TCP/UDP ports from rootkits
Group:          System/Configuration/Other
License:        GPLv3+
URL:            http://www.unhide-forensics.info/
Source0:        http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}.tgz

%description
Unhide is a forensic tool to find hidden processes and TCP/UDP ports by
rootkits / LKMs or by another hidden technique. It includes two
utilities: unhide and unhide-tcp.

Unhide detects hidden processes using six techniques:

  - Compare /proc vs /bin/ps output
  - Compare info gathered from /bin/ps with info gathered by walking through
    the procfs.
  - Compare info gathered from /bin/ps with info gathered from syscalls
    (syscall scanning).
  - Full PIDs space occupation (PIDs bruteforcing)
  - Reverse search, verify that all thread seen by ps are also seen by
    the kernel ( /bin/ps output vs /proc, procfs walking and syscall )
  - Quick compare /proc, procfs walking and syscall vs /bin/ps output.

Unhide-tcp identifies TCP/UDP ports that are listening but are not listed
in /bin/netstat through brute forcing of all TCP/UDP ports available.

%prep
%setup -q

%build
gcc %{optflags} %{ldflags} -pthread unhide-linux*.c unhide-output.c -o unhide-linux
gcc %{optflags} %{ldflags} unhide-tcp.c unhide-tcp-fast.c unhide-output.c -o unhide-tcp
gcc %{optflags} %{ldflags} unhide_rb.c -o unhide_rb

%install

# binaries
install -Dp -m0755 unhide-linux %{buildroot}%{_sbindir}/unhide-linux
install -Dp -m0755 unhide-tcp %{buildroot}%{_sbindir}/unhide-tcp
install -Dp -m0755 unhide_rb %{buildroot}%{_sbindir}/unhide_rb

# man pages
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}%{_mandir}/es/man8
install -d %{buildroot}%{_mandir}/fr/man8

install -p -m0644 man/*.8 -t %{buildroot}%{_mandir}/man8/
install -p -m0644 man/es/*.8 -t %{buildroot}%{_mandir}/es/man8/
install -p -m0644 man/fr/*.8 -t %{buildroot}%{_mandir}/fr/man8/

# symlinks
ln -s unhide-linux %{buildroot}%{_sbindir}/unhide
ln -s unhide.8 %{buildroot}%{_mandir}/man8/unhide-linux.8
ln -s unhide.8 %{buildroot}%{_mandir}/es/man8/unhide-linux.8
ln -s unhide.8 %{buildroot}%{_mandir}/fr/man8/unhide-linux.8

%find_lang %{name} --with-man --all-name

%files -f %{name}.lang
%doc changelog LEEME.txt README.txt
%{_mandir}/man8/unhide*
%{_sbindir}/unhide*

%changelog

* Wed Oct 19 2016 Denis Silakov <dsilakov@gmail.com> 20130526-2
- (d0e639c) Updated to 20130526



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15324 |14cu|unicode-ucd-7.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           unicode-ucd
Version:        7.0.0
Release:        1
Summary:        Unicode Character Database
Group:          System/Internationalization 
License:        MIT
URL:            http://www.unicode.org/ucd/
Source0:        http://www.unicode.org/Public/zipped/%{version}/UCD.zip
# http://www.unicode.org/terms_of_use.html referenced in ReadMe.txt redirects to:
Source1:        http://www.unicode.org/copyright.html
BuildArch:      noarch

%description
The Unicode Character Database (UCD) consists of a number of data files
listing Unicode character properties and related data. It also includes
data files containing test data for conformance to several important
Unicode algorithms.

%prep
%setup -q -c
grep -q "%{version}" ReadMe.txt || (echo "zip file seems not %{version}" ; exit 1)
cp %{SOURCE1} .

%build

%install
install -d %{buildroot}%{_datadir}/unicode/ucd
cp -ar . %{buildroot}%{_datadir}/unicode/ucd

%files
%doc ReadMe.txt copyright.html
%dir %{_datadir}/unicode
%{_datadir}/unicode/ucd/



%changelog

* Mon Apr 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 7.0.0-1
- (722dbb3) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15325 |14cu|uniconvertor-2.0-0.svn362
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	python_compile_opt	python -O -c "import compileall; compileall.compile_dir('.')"
%define	python_compile		python -c "import compileall; compileall.compile_dir('.')"

%define	snap svn362

Name:		uniconvertor
Version:	2.0
%if %{snap}
Release:	0.%{snap}
%else
Release:	1
%endif
Summary:	Universal vector graphics translator
License:	GPLv3+
Group:		Graphics
URL:		http://sk1project.org/modules.php?name=Products&product=uniconvertor
%if %{snap}
Source0:	%{name}-%{version}%{snap}.tar.xz
%else
Source0:	http://uniconvertor.googlecode.com/files/%{name}-%{version}.tar.gz
%endif
Patch0:		%{name}-2.0-underlinking.patch
Patch1:		%{name}-2.0-fix-Imaging-includes.patch
BuildRequires:	pkgconfig(python2)
BuildRequires:	python-setuptools
BuildRequires:	python-pillow-devel
BuildRequires:	pkgconfig(pycairo)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	potrace-devel
# For a public domain sRGB.icm
BuildRequires:	argyllcms
BuildRequires:	sk1libs
Requires:	python-pillow
Requires:	python-reportlab
# Temporarily removing to see if is really needed:
# if so we need a rpmlintrc file to filter out wrong error
#Requires:	sk1libs

%description
UniConvertor is a universal vector graphics translator. It uses sK1 engine to
convert one format to another.

%files
%doc LICENSE GPLv3.txt README
%{_bindir}/%{name}
%{_datadir}/mime-info/sk1project.keys
%{_datadir}/mime-info/sk1project.mime
%{_datadir}/mime/packages/vnd.sk1project.pdxf-graphics.xml
%{py_platsitedir}/uc2/*
%{py_platsitedir}/%{name}-%{version}-py*.egg-info

#-----------------------------------------------------------------------------

%prep
%if %{snap}
%setup -q
%else
%setup -qn %{name}-%{version}
%endif
%patch0 -p1 -b .underlink
%patch1 -p1 -b .includes

cp -a %{_datadir}/color/argyll/ref/sRGB.icm src/unittests/cms_tests/cms_data/sRGB.icm


%build
PYTHONDONTWRITEBYTECODE= LIBS="-lm" %{__python} setup.py build


%install
PYTHONDONTWRITEBYTECODE= %{__python} setup.py install --root %{buildroot} 

# Fix permissions
chmod a+x %{buildroot}%{py_platsitedir}/uc2/__init__.py


%changelog

* Thu May 14 2015 Giovanni Mariani <mc2374@mclink.it> 2.0-0.svn362
- (40e0222) Updated to release 2.0 svn362, refidded P0 and added P1 to fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15326 |14cu|unimrcp-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libasrclient %mklibname asrclient %{major}
%define libunimrcpclient %mklibname unimrcpclient %{major}
%define libunimrcpserver %mklibname unimrcpserver %{major}
%define devname %mklibname %{name} -d

Summary:	Media Resource Control Protocol Stack
Name:		unimrcp
Version:	1.0.0
Release:	5
License:	Apache
Group:		System/Servers
Url:		http://unimrcp.org
Source0:	http://unimrcp.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	%{name}server.service
BuildRequires:	libunimrcp-deps-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(pocketsphinx)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(sphinxbase)
Requires:	libunimrcp-deps

%description
Media Resource Control Protocol (MRCP) allows to control media processing
resources over the network using distributed client/server architecture.

Media processing resources include:
- Speech Synthesizer (TTS)
- Speech Recognizer (ASR)
- Speaker Verifier (SV)
- Speech Recorder (SR)

MRCP is not a stand alone protocol and it relies on various VoIP protocols
such as:
- SIP (MRCPv2), RTSP (MRCPv1) session management
- SDP offer/answer model
- RTP media streaming

UniMRCP is an open source cross-platform MRCP implementation, which provides
everything required for MRCP client and server side deployment.
UniMRCP encapsulates SIP/MRCPv2, RTSP, SDP and RTP stacks inside and provides
MRCP version independent user level interface for the integration.

%files
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/conf/*.xml
%config(noreplace) %{_sysconfdir}/%{name}/conf/*.xsd
%config(noreplace) %{_sysconfdir}/%{name}/conf/client-profiles/*.xml
%{_bindir}/*
%{_sysconfdir}/%{name}/plugin
%{_sysconfdir}/%{name}/data
%{_sysconfdir}/%{name}/log
%attr(0644,root,root) %{_unitdir}/%{name}server.service

#----------------------------------------------------------------------------

%package -n %{libasrclient}
Summary:	Media Resource Control Protocol Stack shared library
Group:		System/Libraries
Conflicts:	%{_lib}unimrcp < 1.0.0-5

%description -n %{libasrclient}
Media Resource Control Protocol Stack shared library.

%files -n %{libasrclient}
%{_libdir}/libasrclient.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libunimrcpclient}
Summary:	Media Resource Control Protocol Stack shared library
Group:		System/Libraries
Conflicts:	%{_lib}unimrcp < 1.0.0-5
Obsoletes:	%{_lib}unimrcp < 1.0.0-5

%description -n %{libunimrcpclient}
Media Resource Control Protocol Stack shared library.

%files -n %{libunimrcpclient}
%{_libdir}/libunimrcpclient.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libunimrcpserver}
Summary:	Media Resource Control Protocol Stack shared library
Group:		System/Libraries
Conflicts:	%{_lib}unimrcp < 1.0.0-5

%description -n %{libunimrcpserver}
Media Resource Control Protocol Stack shared library.

%files -n %{libunimrcpserver}
%{_libdir}/libunimrcpserver.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Media Resource Control Protocol Stack development files
Group:		Development/C
Requires:	%{libasrclient} = %{EVRD}
Requires:	%{libunimrcpclient} = %{EVRD}
Requires:	%{libunimrcpserver} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}unimrcp < 1.0.0-5

%description -n %{devname}
UniMRCP is an open source cross-platform MRCP implementation, which provides
everything required for MRCP client and server side deployment.
UniMRCP encapsulates SIP/MRCPv2, RTSP, SDP and RTP stacks inside and provides
MRCP version independent user level interface for the integration.
This package contains development part of UniMRCP.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
[ ! -x ./bootstrap ] || ./bootstrap

perl -pi -w -e 's/lib\/pkgconfig/pkgconfig/g' configure
perl -pi -w -e 's/^confdir=([\W])\$\{prefix\}/confdir=$1\$\(DESTDIR\)\$\{prefix\}/g' configure
perl -pi -w -e 's/^logdir=([\W])\$\{prefix\}/logdir=$1\$\(DESTDIR\)\$\{prefix\}/g' configure
perl -pi -w -e 's/^datadir=([\W])\$\{prefix\}/datadir=$1\$\(DESTDIR\)\$\{prefix\}/g' configure

%configure2_5x \
	--sysconfdir=%{_sysconfdir}/%{name} \
	--with-apr=%{_datadir}/unimrcp-deps \
	--with-apr-util=%{_datadir}/unimrcp-deps \
	--with-sofia-sip=%{_datadir}/unimrcp-deps/lib \
	--with-sphinxbase=%{_libdir} \
	--with-pocketsphinx=%{_libdir} \
	--enable-pocketsphinx-plugin \
	--disable-static
#	--enable-flite-plugin \

%install
%makeinstall_std

install -d -m0775 %{buildroot}%{_sysconfdir}/%{name}
mv -f %{buildroot}/usr/conf %{buildroot}%{_sysconfdir}/%{name}/
mv -f %{buildroot}/usr/data %{buildroot}%{_sysconfdir}/%{name}/
mv -f %{buildroot}/usr/log %{buildroot}%{_sysconfdir}/%{name}/
mv -f %{buildroot}/usr/plugin %{buildroot}%{_sysconfdir}/%{name}/

install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}server.service


%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-5
- (1153c79) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15327 |14cu|unimrcp-deps-1.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)apr(.*)|(.*)sofia(.*)'
%else
%define __find_provides %{nil}
%endif

%define devel %mklibname %{name} -d
%define libs %mklibname %{name}

Name:		unimrcp-deps
Version:	1.1.2
Release:	3

Summary:	Media Resource Control Protocol Stack
License:	Apache
Group:		System/Libraries
Url:		http://unimrcp.org

Source:		http://unimrcp.googlecode.com/files/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	autoconf
BuildRequires:	automake

%package -n %{libs}
Summary:	UniMRCP depends Stack shared librarries
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}

%package -n %{devel}
Summary:	UniMRCP depends Stack development
Group:		Development/C
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	lib%{name} = %{version}-%{release}

%description
UniMRCP depends on a number of third party tools and libraries, which are
required and must be installed first. Alternatively, the original packages
of APR, APR-Util and Sofia-SIP libraries and patches for them
can be downloaded from http://www.unimrcp.org/dependencies/

%description -n %{libs}
UniMRCP depends on a number of third party tools and libraries, which are
required and must be installed first. Alternatively, the original packages
of APR, APR-Util and Sofia-SIP libraries and patches for them
can be downloaded from http://www.unimrcp.org/dependencies/

%description -n %{devel}
UniMRCP depends on a number of third party tools and libraries, which are
required and must be installed first. Alternatively, the original packages
of APR, APR-Util and Sofia-SIP libraries and patches for them
can be downloaded from http://www.unimrcp.org/dependencies/

%prep
%setup -q

%build
cd libs/apr
%configure2_5x --enable-threads \
--includedir=%{_datadir}/%{name}/include \
--libdir=%{_datadir}/%{name}/lib \
--bindir=%{_datadir}/%{name}/bin \
--datadir=%{_datadir}/%{name} \
--prefix=%{_datadir}/%{name}
%make

cd ../apr-util
%configure2_5x --with-apr=../apr \
--includedir=%{_datadir}/%{name}/include \
--libdir=%{_datadir}/%{name}/lib \
--bindir=%{_datadir}/%{name}/bin \
--datadir=%{_datadir}/%{name} \
--prefix=%{_datadir}/%{name}
%make

cd ../sofia-sip
libtoolize --automake --force
aclocal -I m4 --force
autoheader --force
autoconf --force
automake --gnu --force-missing --add-missing
%configure2_5x --disable-rpath --with-glib=no \
--includedir=%{_datadir}/%{name}/include \
--libdir=%{_datadir}/%{name}/lib \
--bindir=%{_datadir}/%{name}/bin \
--datadir=%{_datadir}/%{name} \
--prefix=%{_datadir}/%{name}
%make

%install
install -d -m1775 %{buildroot}%{_datadir}/%{name}

cd libs/apr
%makeinstall_std
cd ../apr-util
%makeinstall_std
cd ../sofia-sip
%makeinstall_std

%files -n %{libs}
%{_datadir}/%{name}/lib
%{_mandir}/man?/*

%files -n %{devel}
%{_datadir}/%{name}/include
%{_datadir}/%{name}/build-1
%{_datadir}/%{name}/bin
%{_datadir}/%{name}/sofia-sip

%changelog

* Wed Oct 19 2016 Denis Silakov <dsilakov@gmail.com> 1.1.2-3
- (24ffb7f) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15328 |14cu|unison-2.48.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	File-synchronization tool for Unix and Windows
Name:		unison
Version:	2.48.4
Release:	2
License:	GPLv2+
Group:		File tools
Url:		http://www.cis.upenn.edu/~bcpierce/unison/
Source0:	%{name}-%{version}.tar.gz
Source1:	unison.png
Source2:	%{name}-%{version}-manual.pdf
Buildrequires:	ocaml
BuildRequires:	emacs-common
BuildRequires:	ocaml-lablgtk2-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
Requires:	openssh-clients
Requires:	x11-font-schumacher-misc
Requires:	rsync

%description
Unison is a file-synchronization tool for Unix and Windows. It allows
two replicas of a collection of files and directories to be stored on
different hosts (or different disks on the same host), modified
separately, and then brought up to date by propagating the changes in
each replica to the other. Unlike simple mirroring or backup
utilities, Unison can deal with updates to both replicas of a
distributed directory structure. Updates that do not conflict are
propagated automatically.  Conflicting updates are detected and
displayed. Unison can synchronize either locally (between volumes
mounted on the same computer) or remotely,between any pair of machines
connected to the internet, communicating over either a direct socket
link or tunneling over an rsh or an encrypted ssh connection. It is
careful with network bandwidth, and runs well over slow links such as
PPP connections. Unison is available for both Windows (95/98/NT/2K)
and Unix (Linux, Solaris). Moreover, Unison works across platforms,
allowing you to synchronize a Windows laptop with a Unix server, for
example.

%files
%doc NEWS RECENTNEWS TODO.txt README CONTRIB COPYING %{name}-%{version}-manual.pdf
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*

#----------------------------------------------------------------------------

%prep
%setup -qn src

%build
make THREADS=true UISTYLE=gtk2

%install
install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_datadir}/pixmaps
cp -f %{SOURCE1} %{buildroot}%{_datadir}/pixmaps
cp -f %{SOURCE2} .

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=System;Utility;
EOF


%changelog

* Tue Oct 18 2016 dsilakov <denis.silakov@rosalab.ru> 2.48.4-2
- (fecfd94) Merge pull request #1 from praktikarosa/unison:rosa2014.1
- (fecfd94) unison



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15329 |14cu|unittest-cpp-1.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname %{name} -d
%define abi 1.6.0

Name:		unittest-cpp
Version:	1.6.1
Release:	1
Summary:	Lightweight unit testing framework for C++
License:	MIT
Group:		System/Libraries
URL:		https://github.com/unittest-cpp/unittest-cpp
Source0:	https://github.com/unittest-cpp/unittest-cpp/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source1:	%{name}.html
BuildRequires:	gcc-c++
BuildRequires:	glibc-devel

%description
%{name} is a lightweight unit testing framework for C++.
Simplicity, portability, speed, and small footprint are all
very important aspects of %{name}.

#----------------------------------------------------

%package -n	%{libname}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n	%{libname}
%{name} is a lightweight unit testing framework for C++.
Simplicity, portability, speed, and small footprint are all
very important aspects of %{name}.
This package contains library files for %{name}.

%files -n %{libname}
%doc %{name}.html AUTHORS 
%{_libdir}/libUnitTest++.so.%{major}
%{_libdir}/libUnitTest++.so.%{abi}
#----------------------------------------------------

%package -n	%{devname}
Summary:	Object files for development using %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
The %{devname} package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%doc %{name}.html AUTHORS 
%{_includedir}/UnitTest++/
%{_libdir}/libUnitTest++.so
%{_libdir}/pkgconfig/UnitTest++.pc
#----------------------------------------------------

%prep
%setup -q

cp -p %{SOURCE1} .

%build
%configure2_5x --disable-static
%make

%check
make check

%install
%makeinstall_std

%changelog

* Fri Oct 14 2016 abfonly <abfonly@gmail.com> 1.6.1-1
- (24ac0dd) Log: Update to 1.6.1
- (24ac0dd) drop hacks
- (24ac0dd) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15330 |14cu|unity-asset-pool-0.8.24-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           unity-asset-pool
Version:        0.8.24
Release:        2
License:        CC-BY-SA
Summary:        Pool of assets for Unity (icons)
Url:            http://launchpad.net/unity-asset-pool
Group:          Graphical desktop/Other
# Need to fix version in url
Source:         https://launchpad.net/unity-asset-pool/0.8/%{version}/+download/%{name}-%{version}.tar.gz

BuildArch:      noarch
Provides:       unity-icon-theme = %{version}

%description
This package provides a pool of assets for Unity, currently all the icons.

%prep
%setup -q

%build

%install
# Install panel/launcher resources
pushd panel
for file in *; do
	install -D -m 0644 $file %{buildroot}%{_datadir}/unity/themes/$file
done
popd
pushd launcher
for file in *; do
	install -D -m 0644 $file %{buildroot}%{_datadir}/unity/themes/$file
done
popd
# Install unity-icon-theme
mkdir -p %{buildroot}%{_datadir}/icons/unity-icon-theme/
cp -a unity-icon-theme/* %{buildroot}%{_datadir}/icons/unity-icon-theme/
# Delete Ubuntu branding icons - will inherit the ones from the icon theme defined for GTK+
for file in "distributor-logo.png"; do
	find %{buildroot}%{_datadir} -name $file -type f -delete -print
done

%files
%doc COPYRIGHT README.txt
%{_datadir}/unity/
%{_datadir}/icons/unity-icon-theme


%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 0.8.24-2
- (10aeff9) Updated to 0.8.24



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15331 |14cu|unknown-horizons-2014.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define icon_name uk

Summary:	A popular economy and city building 2D RTS game
Name:		unknown-horizons
Version:	2014.1
Release:	2
License:	GPLv2+ and CC-BY-SA 3.0 and OFL
Group:		Games/Strategy
Url:		http://www.unknown-horizons.org
# From github's tag
Source0:	%{name}-%{version}.tar.xz
Source1:	%{name}.svg
Patch0:		unknown-horizons-2014.1-mga-gamespath.patch
Patch1:         unknown-horizons-2014.1-git-Use-animationloader-instead-of-imagemanager.patch
BuildRequires:	desktop-file-utils
# Required, docbook-xsl-stylesheets : to build man page
BuildRequires:	docbook-style-xsl
BuildRequires:	fdupes
#Required imagemagick to fix desktop icon
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	python-distutils-extra
# Required, libxslt : to build man page
BuildRequires:	xsltproc
BuildRequires:	fife-devel >= 0.3.5
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(python)
Requires:	fife
Requires:	python-yaml
Requires:	%{name}-data = %{version}
BuildArch:	noarch

%description
Unknown Horizons is a 2D real-time strategy simulation with an emphasis
on economy and city building. Expand your small settlement to a strong
and wealthy colony, collect taxes and supply your inhabitants with
valuable goods. Increase your power with a well balanced economy and
with strategic trade and diplomacy.

%files -f %{name}.lang
%doc doc/AUTHORS.md doc/LICENSE doc/CHANGELOG.md
%{_gamesbindir}/%{name}
%{_mandir}/man6/%{name}.6.*
%{python_sitelib}/*.egg-info
%{python_sitelib}/horizons/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/scalable/apps/%{icon_name}.svg

#----------------------------------------------------------------------------

%package data
Summary:	Games data for the %{name} game
Requires:	%{name} = %{version}
BuildArch:	noarch

%description data
This package contains data files for %{name} game.

%files data
%{_gamesdatadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p1
%patch1 -p1

%build
# Build Unknown Horizons
python setup.py build

%install
python setup.py install \
  --prefix=%{_prefix} \
  --root=%{buildroot}

rm %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
# KDE has problems handling icon files starting with 'unknown' followed by a dash
# (ex: unknown-horizons.svg) and displays unknown.* icon. We fix this by changing
# the icon name in .desktop file.
sed -i "s/Icon=unknown-horizons/Icon=%{icon_name}/" %{buildroot}%{_datadir}/applications/%{name}.desktop
install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{icon_name}.svg

desktop-file-install \
	--vendor="" \
	--dir %{buildroot}%{_datadir}/applications \
	--remove-category="Simulation" \
	 %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name} %{name}-server %{name}.lang


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014.1-2
- (79c8716) Adjust patch with platform detection to detect ROSA properly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15332 |14cu|unrtf-0.21.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		unrtf
Version:	0.21.9
Release:	3
Source0:	http://ftp.gnu.org/gnu/unrtf/unrtf-%{version}.tar.gz
Source1:	http://ftp.gnu.org/gnu/unrtf/unrtf-%{version}.tar.gz.sig
Patch0:		unrtf-0.21.9_replace_sprintf_with_snprintf.patch
URL:		http://www.gnu.org/software/unrtf/unrtf.html
License:	GPLv3
Summary:	RTF to other formats converter
Group:		Text tools

%description
UnRTF is a moderately complicated converter from RTF to other
formats, including HTML, LaTeX, text, and PostScript. Converting
to HTML, it supports tables, fonts, colors, embedded images,
hyperlinks, paragraph alignment among other things. All other
conversions are "alpha"--just begun.

%prep
%setup -q
%apply_patches
sed -i -e 's#/usr/local/lib/unrtf/#%{_datadir}/unrtf/#' src/main.h
sed -i -e 's#/usr/local/lib/unrtf/#%{_datadir}/unrtf/#' src/path.h
sed -i -e 's#/usr/local/lib/unrtf/#%{_datadir}/unrtf/#' src/my_iconv.h

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS README NEWS
%{_mandir}/man1/%{name}.1*
%{_bindir}/%{name}
%{_datadir}/%{name}

%changelog

* Wed Jan 11 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.21.9-3
- (6941653) Fix CVE-2016-10091



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15333 |14cu|untie-0.4-0.2.git14b92c7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 14b92c7

Summary: Process namespace creator
Name: untie
Version: 0.4
Release: 0.2.git%{git}
License: GPL
Group: Shells
URL: http://guichaz.free.fr/untie
Source0: untie-%{version}-%{git}.tar.gz

%description
untie is a tool used to launch commands in new namespaces.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
%makeinstall PREFIX=%{buildroot}/%{_prefix}

%files
%doc COPYING NEWS README
%{_sbindir}/*
%doc %{_mandir}/*/*

%changelog

* Wed Jun 22 2016 Denis Silakov <dsilakov@gmail.com> 0.4-0.2.git14b92c7
- (77fe535) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15334 |14cu|unvanquished-0.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# need this to avoid stripping
# witch causes failure at runtime with an IPC error.
%global __os_install_post %{nil}
%define debug_package %{nil}
%define oname Unvanquished
%define _service %{name}-server
%define _service_user %{name}
%define _service_home /var/lib/%{_service}


Summary:	Sci-fi RTS and FPS game
Name:		unvanquished
Version:	0.50.0
Release:	1
License:	GPLv3+
Group:		Games/Arcade
Url:		http://unvanquished.net/
Source0:	https://github.com/Unvanquished/Unvanquished/archive/%{oname}-%{version}.tar.gz
Source1:	http://dl.unvanquished.net/deps/linux32-4.tar.bz2
Source2:	http://dl.unvanquished.net/deps/linux64-4.tar.bz2
Source3:	http://dl.unvanquished.net/deps/pnacl-3.zip
#https://github.com/DaemonDevelopers/CBSE-Toolchain
Source4:	CBSE-Toolchain-1d62124.zip
Source10:	%{name}-service.sh
Source11:	server.cfg
Source12:	maprotation.cfg
Source13:	NOTES.txt
Source100:	unvanquished.rpmlintrc

BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	bzip2-devel
BuildRequires:	gmp-devel
BuildRequires:	jpeg-devel
BuildRequires:	tinyxml-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(geoip)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(nettle)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(opusfile)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(pyyaml)
BuildRequires:	pythonegg(jinja2)

Requires:	opengl-games-utils
# those are circular , and suggested on the spec files
# just because I'm not good in chain-build on abf.Symbianflo.
Requires:	%{name}-data = %{version}
Requires:	%{name}-maps = %{version}
Requires:	%{name}-service = %{version}

%description
Players fight online in team based combat in a war of aliens against humans.

While the humans are equipped with weapons that they use to exterminate
the alien presence, the aliens have only their pincers and a few special
attacks, such as poison gas, and ranged electrical and projectile attacks.
Players do not spawn at random points in the map; instead, each map has
default spawn points and both teams are capable of moving them wherever
they please.

Both teams have other buildings that round out their base, such as
machinegun turrets for the humans and barricades for the aliens. Either
team wins by destroying the opposing team's spawn points and killing any
remaining members of that team before they are able to build any more
spawn points or the game timer ends.

This package only contains the game engine.

%files
%doc GPL.txt COPYING.txt NOTES.txt
%{_bindir}/*
%{_libdir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png

#----------------------------------------------------------------------------
# Service
%package service
Summary:	Run game server as a service
Group:		Games/Arcade
Requires:	%{name} >= %{version}

%description service
This package installs the files and config to run a unvanquished server
as a systemd service.

** THIS IS A WORK IN PROGRESS - EXPERIMENTAL**
 - Service control and monitoring still experimental.
 - Connection to server instance's console not telnet'esque yet.

%files service
%doc NOTES.txt
%config(noreplace)  /var/adm/fillup-templates/sysconfig.%{_service}
%{_unitdir}/%{_service}.service
%attr(750,%{_service_user},%{_service_user}) %dir %{_service_home}/
%attr(750,%{_service_user},%{_service_user}) %dir %{_service_home}/config/
%attr(750,%{_service_user},%{_service_user}) %dir %{_service_home}/game/
%attr(750,%{_service_user},%{_service_user}) %dir %{_service_home}/pkg/
%attr(0750,%{_service_user},%{_service_user}) %{_service_home}/%{name}-service.sh
%attr(0750,%{_service_user},%{_service_user}) %{_service_home}/%{_service}-cmd
%attr(0640,%{_service_user},%{_service_user}) %config(noreplace) %{_service_home}/config/server.cfg
%attr(0640,%{_service_user},%{_service_user}) %config(noreplace) %{_service_home}/game/maprotation.cfg
#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
iconv -f iso8859-1 -t utf-8 GPL.txt > GPL.txt.conv && mv -f GPL.txt.conv GPL.txt
# Google Native Client (NaCl)
pushd daemon/external_deps
%ifarch i586
tar -xjvf %{SOURCE1}
%endif
%ifarch x86_64
tar -xjvf %{SOURCE2}
%endif
unzip -o %{SOURCE3}
popd

pushd src/utils/cbse/
unzip %{SOURCE4}
mv CBSE-Toolchain-*/* .
popd


mkdir -p build

%build
cd build

cmake .. \
	-DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_SKIP_RPATH=ON \
	-DBUILD_GAME_NATIVE_DLL=OFF \
	-DBUILD_GAME_NATIVE_EXE=OFF \
	-DBUILD_GAME_NACL=OFF
	
%setup_compile_flags \
  %make


%install
export DONT_STRIP=1
export DISABLE_DEBUG=1
rm -fr build/CMakeFiles/revision.h
# doc
cp -a %{SOURCE13} ./

# Icons
install -Dm644 debian/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png

# CLI
mkdir command-ui
pushd command-ui

# game client wrapper
# ----------------------
cat >> %{name} <<EOF
#!/bin/sh

app_args=''
uri=''

while [ \$# -gt 0 ]; do
case "\$1" in
    # handle URI unv:// passed in
    unv://*)
    	uri=\$(echo "\$1" | grep -o '^unv://[^[:space:]+;]*')
    	app_args="\${app_args} +connect \${uri}"
        ;;
    *)
    	app_args="\${app_args} \$1"
        ;;
esac
shift
done

# Note: argument stucture changed in alpha 37: 
#   -set <variable> <value> is now the preferred way to set a configuration variable.
# 	+set <variable> <value> and +<command> are only applied after engine initialization.
exec %{_libdir}/%{name}/daemon -libpath %{_libdir}/%{name} -pakpath %{_datadir}/%{name}/pkg \${app_args}
EOF
# ----------------------

# game server wrapper
# ----------------------
cat >> %{name}-server <<EOF
#!/bin/sh

# Note: argument stucture changed in alpha 37: 
#   -set <variable> <value> is now the preferred way to set a configuration variable.
# 	+set <variable> <value> and +<command> are only applied after engine initialization.
exec %{_libdir}/%{name}/daemonded -libpath %{_libdir}/%{name}/ -pakpath %{_datadir}/%{name}/pkg -curses "\$@"
EOF
# ----------------------
# binary
mkdir -p %{buildroot}%{_bindir}/
install -m 755 %{name} %{name}-server %{buildroot}%{_bindir}/
# ----------------------
# menu entry
cat >> %{name}.desktop <<EOF
[Desktop Entry]
Categories=Game;ActionGame;
Name=Unvanquished
GenericName=sci-fi RTS and FPS mashup
Type=Application
Exec=%{name}
Icon=%{name}
MimeType=x-scheme-handler/unv;
EOF
# ----------------------
install -Dm 644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop


# Server service
# ----------------------
cat >> %{_service}.conf <<EOF
# Unvanquished Dedicated Server - Environment Config

# Daemonded lib directory
LIBPATH=%{_libdir}/%{name}

# Server Store
HOMEPATH=%{_service_home}

# .pk3 Package Store - for installed game data and maps
PAKPATH=%{_datadir}/%{name}/pkg

# Startup Server Configuration
EXEC=server.cfg
EOF
# ----------------------

# For /etc/sysconfig/
install -Dm 644 %{_service}.conf %{buildroot}/var/adm/fillup-templates/sysconfig.%{_service}

install -Dm 750 %{SOURCE10} %{buildroot}%{_service_home}/%{name}-service.sh

# Systemd service file
# ----------------------
cat >> %{_service}.service <<EOF
[Unit]
Description=Unvanquished Dedicated Server
After=network.target

[Service]
EnvironmentFile=/etc/sysconfig/%{_service}
User=%{_service_user}
Group=%{_service_user}
ExecStart=%{_service_home}/%{name}-service.sh +exec \$EXEC
ExecStop=%{_service_home}/%{name}-service.sh stop

[Install]
WantedBy=multi-user.target
EOF
# ----------------------
install -Dm 644 %{_service}.service %{buildroot}%{_unitdir}/%{_service}.service

# Administer the running service instance
# ----------------------
cat >> %{_service}-cmd <<EOF
#!/bin/sh
# Send command(s) to running daemonded instance started as a service
#
test -s /etc/sysconfig/%{_service} && . /etc/sysconfig/%{_service}

service_state=\$(systemctl is-active %{_service}.service)
if [ "\${service_state}" != "active" ]; then
	echo "No active instance of %{_service}, Exiting."
    exit 1
fi

# Administer running service instance - To send it commands.
#   -homepath must be same as running instance
exec %{_libdir}/%{name}/daemonded -libpath \$LIBPATH -pakpath \$PAKPATH -homepath \$HOMEPATH "\$@"

EOF
# ----------------------
install -Dm 750 %{_service}-cmd %{buildroot}%{_service_home}/%{_service}-cmd

#
popd # command-ui

# Service Home
install -Dm 640 %{SOURCE11} %{buildroot}%{_service_home}/config/server.cfg
install -Dm 640 %{SOURCE12} %{buildroot}%{_service_home}/game/maprotation.cfg
install -d %{buildroot}%{_service_home}/pkg


# == Binary Assets ==
mkdir -p %{buildroot}%{_libdir}/%{name}/

cd build

# Application
install -m 755 daemon daemonded daemon-tty %{buildroot}%{_libdir}/%{name}/

# Helpers
install -m 755 nacl_helper_bootstrap nacl_loader %{buildroot}%{_libdir}/%{name}/

%ifarch i586
install -m 755 irt_core-x86.nexe %{buildroot}%{_libdir}/%{name}/
%endif
%ifarch x86_64
install -m 755 irt_core-x86_64.nexe %{buildroot}%{_libdir}/%{name}/
%endif


%pre service
# Server Setup of User / Group
getent group %{_service_user} >/dev/null || groupadd -r %{_service_user}
getent passwd %{_service_user} >/dev/null || useradd -r -g %{_service_user} \
	-d %{_service_home} -s /bin/false -c "Unvanquished Dedicated Server" %{_service_user}
%changelog

* Wed Jul 20 2016 abfonly <abfonly@gmail.com> 0.50.0-1
- (ff59359) Updated unvanquished.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15335 |14cu|unvanquished-data-0.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _build_pkgcheck_set %{nil}
%define _build_pkgcheck_srpm %{nil}

Name:           unvanquished-data
Version:        0.50.0
Release:        1
Summary:        Sci-fi RTS and FPS game
License:        CC-BY-SA-2.5 and CC-BY-SA-3.0
Group:          Games/Arcade
Url:            http://cdn.unvanquished.net/0.50/pkg/

Source1:	http://cdn.unvanquished.net/0.50/pkg/tex-all_2.0.pk3
Source2:	http://cdn.unvanquished.net/0.50/pkg/tex-common_2.0.pk3
Source3:	http://cdn.unvanquished.net/0.50/pkg/tex-ej01-clean_1.0.pk3
Source4:	http://cdn.unvanquished.net/0.50/pkg/tex-ej01-common_1.0.pk3
Source5:	http://cdn.unvanquished.net/0.50/pkg/tex-ej01-ice_1.0.pk3
Source6:	http://cdn.unvanquished.net/0.50/pkg/tex-ex_1.0.pk3
Source7:	http://cdn.unvanquished.net/0.50/pkg/tex-exm_1.0.pk3
Source8:	http://cdn.unvanquished.net/0.50/pkg/tex-pk01_1.0.pk3
Source9:	http://cdn.unvanquished.net/0.50/pkg/tex-pk02_1.0.pk3
Source10:	http://cdn.unvanquished.net/0.50/pkg/tex-space_1.0.pk3
Source11:	http://cdn.unvanquished.net/0.50/pkg/tex-tech_1.0.pk3
Source12:	http://cdn.unvanquished.net/0.50/pkg/tex-trak5_1.0.pk3
Source13:	http://cdn.unvanquished.net/0.50/pkg/tex-vega_b4.pk3
Source14:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.25.0.pk3
Source15:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.26.0.pk3
Source16:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.27.0.pk3
Source17:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.28.0.pk3
Source18:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.29.0.pk3
Source19:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.30.0.pk3
Source20:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.31.0.pk3
Source21:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.32.0.pk3
Source22:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.33.0.pk3
Source23:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.34.0.pk3
Source24:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.35.0.pk3
Source25:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.36.0.pk3
Source26:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.37.0.pk3
Source27:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.38.0.pk3
Source28:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.39.0.pk3
Source29:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.40.0.pk3
Source30:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.41.0.pk3
Source31:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.42.0.pk3
Source32:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.43.0.pk3
Source33:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.44.0.pk3
Source34:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.45.0.pk3
Source35:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.46.0.pk3
Source36:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.47.0.pk3
Source37:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.48.0.pk3
Source38:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.49.0.pk3
Source39:	http://cdn.unvanquished.net/0.50/pkg/unvanquished_0.50.0.pk3
# make rpmlint happy
Source40:	COPYING.txt
Source41:	GPL.txt

BuildArch:      noarch
# suggested because I'm not very good on chain build on abf.Symbianflo
Suggests:       unvanquished = %{version}

%description
Players fight online in team based 
combat in a war of aliens against humans.
This package only contains the game files.

%files
%doc *.txt
%{_datadir}/unvanquished/pkg/
#-----------------------------------------------------------------------------

%prep
cp -p %{SOURCE40} .
cp -p %{SOURCE41} .

%build

%install
mkdir -p  %{buildroot}%{_datadir}/unvanquished/pkg/
install -m 644 %{_sourcedir}/unvanquished_*.pk3 %{buildroot}%{_datadir}/unvanquished/pkg/
install -m 644 %{_sourcedir}/tex-*.pk3 %{buildroot}%{_datadir}/unvanquished/pkg/




%changelog

* Wed Jul 20 2016 abfonly <abfonly@gmail.com> 0.50.0-1
- (39b3e29) Log: Update to 0.50.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15336 |14cu|unvanquished-maps-0.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _build_pkgcheck_set %{nil}
%define _build_pkgcheck_srpm %{nil}

Name:		unvanquished-maps
Version:	0.50.0
Release:	1
Summary:	Sci-fi RTS and FPS game
License:	CC-BY-SA-2.5 and CC-BY-SA-3.0
Group:  	Games/Arcade
Url:    	http://cdn.unvanquished.net/0.50/pkg/

Source1:	http://cdn.unvanquished.net/0.50/map-antares_a04+1.pk3
Source2:	http://cdn.unvanquished.net/0.50/map-antares_a04.pk3
Source3:	http://cdn.unvanquished.net/0.50/map-chasm_b2.pk3
Source4:	http://cdn.unvanquished.net/0.50/map-forlorn_a15.pk3
Source5:	http://cdn.unvanquished.net/0.50/map-parpax_d05.pk3
Source6:	http://cdn.unvanquished.net/0.50/map-perseus_b5a+1.pk3
Source7:	http://cdn.unvanquished.net/0.50/map-plat23_b13+1.pk3
Source8:	http://cdn.unvanquished.net/0.50/map-spacetracks_1.0+1.pk3
Source9:	http://cdn.unvanquished.net/0.50/map-station15_1.0+1.pk3
Source10:	http://cdn.unvanquished.net/0.50/map-station15_1.0+2.pk3
Source11:	http://cdn.unvanquished.net/0.50/map-station15_1.0.pk3
Source12:	http://cdn.unvanquished.net/0.50/map-thunder_b3+2.pk3
Source13:	http://cdn.unvanquished.net/0.50/map-vega_b4.pk3
Source14:	http://cdn.unvanquished.net/0.50/map-yocto_b2c+1.pk3
# make rpmlint happy
Source15:	COPYING.txt
Source16:	GPL.txt

BuildArch:	noarch
# suggested because I'm not very good on chain build on abf.Symbianflo
Suggests:       unvanquished = %{version}

%description
Players fight online in team based combat 
in a war of aliens against humans.
This package only contains the map pack.
Other maps are available at 
http://dl.unvanquished.net/pkg/,
or automatically downloaded when 
connecting to an online game server.

%files
%doc *.txt
%{_datadir}/unvanquished/pkg/map-*.pk3
#--------------------------------------------------------------------

%prep
cp -p %{SOURCE15} .
cp -p %{SOURCE16} .

%build

%install
mkdir -p %{buildroot}%{_datadir}/unvanquished/pkg/
install -m 644 %{_sourcedir}/map-*.pk3 %{buildroot}%{_datadir}/unvanquished/pkg/



%changelog

* Wed Jul 20 2016 abfonly <abfonly@gmail.com> 0.50.0-1
- (1702fe6) Log: Update to 0.50.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15337 |14cu|uqm-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Ur-Quan Masters
Name:		uqm
Version:	0.7.0
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://sc2.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/sc2/%{name}-%{version}-source.tgz
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
Patch0:		uqm-0.7.0-optflags.patch
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libmikmod)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(vorbis)
Requires:	%{name}-content

%description
The Ur-Quan Masters is a port of the 3DO version of Star Control 2.

%files
%doc AUTHORS BUGS COPYING WhatsNew ChangeLog README Contributing
%doc doc/users/manual.txt
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

# create configuration
cat > config.state <<EOF
CHOICE_debug_VALUE='nodebug'
CHOICE_graphics_VALUE='opengl'
CHOICE_sound_VALUE='mixsdl'
CHOICE_ioformat_VALUE='stdio_zip'
INPUT_install_prefix_VALUE='%{_gamesbindir}'
INPUT_install_bindir_VALUE='%{_gamesbindir}'
INPUT_install_libdir_VALUE='%{_libdir}'
INPUT_install_sharedir_VALUE='%{_gamesdatadir}'
EOF


# non-readable debug
find . -name "*.c" -o -name "*.h" -o -name "*.cpp" |xargs chmod 0644
chmod 644 AUTHORS BUGS COPYING WhatsNew ChangeLog README Contributing
#

%build
./build.sh uqm < /dev/null


%install
perl -pi -e 's|%{_prefix}|%{buildroot}%{_prefix}|' build.vars
./build.sh uqm install

# icons
install -D -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png

# menu
install -d -m 755 %{buildroot}%{_datadir}/applications
cat >  %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Ur-Quan Masters
Comment=Port of the 3DO version of Star Control 2
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;StrategyGame;
EOF


%changelog

* Fri Nov 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.0-1
- (feb7cb5) New version 0.7.0, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15338 |14cu|uqm-3domusic-0.7.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	uqm

Name:		%{base_name}-3domusic
Version:	0.7.0
Release:	8
Summary:	Optional 3DO music package for Ur-Quan Masters game
License:	GPL
Group:		Games/Strategy
URL:		http://sc2.sourceforge.net
Source:		http://prdownloads.sourceforge.net/sc2/%{base_name}-%{version}-3domusic.uqm
Requires:	%{base_name}
BuildArch:	    noarch
ExcludeArch:    x86_64 amd64

%description
The Ur-Quan Masters is a port of the 3DO version of Star Control 2.

%prep
%setup -c -q

%build

%install
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{base_name}/content
cp -pr * %{buildroot}%{_gamesdatadir}/%{base_name}/content

%clean

%files
%{_gamesdatadir}/%{base_name}/content/3domusic





%changelog

* Wed Oct 19 2016 Denis Silakov <dsilakov@gmail.com> 0.7.0-8
- (d33c76b) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15339 |14cu|uqm-voice-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	uqm

Name:		%{base_name}-voice
Version:	0.7.0
Release:	1
Summary:	Optional speech package for Ur-Quan Masters game
License:	GPL
Group:		Games/Strategy
URL:		http://sc2.sourceforge.net
Source:		http://prdownloads.sourceforge.net/sc2/%{base_name}-%{version}-voice.uqm
Requires:	%{base_name}
BuildArch:      noarch
ExcludeArch:    x86_64 amd64

%description
The Ur-Quan Masters is a port of the 3DO version of Star Control 2.

%prep
%setup -c -q

%build

%install
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{base_name}/content
cp -pr * %{buildroot}%{_gamesdatadir}/%{base_name}/content

%clean

%files
%{_gamesdatadir}/%{base_name}/content/3dovoice

%changelog

* Wed Oct 19 2016 Denis Silakov <dsilakov@gmail.com> 0.7.0-1
- (c5a404a) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15340 |14cu|uriparser-0.8.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname uriparser %{major}
%define devname %mklibname uriparser -d

Summary:	URI parsing library - RFC 3986
Name:		uriparser
Version:	0.8.5
Release:	1
License:	BSD
Group:		System/Libraries
Url:		https://uriparser.github.io
Source0:	https://github.com/uriparser/uriparser/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	pkgconfig(libcpptest)

%description
Uriparser is a strictly RFC 3986 compliant URI parsing library written in C.
uriparser is cross-platform, fast, supports Unicode and is licensed under the
New BSD license.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	URI parsing library - RFC 3986
Group:		System/Libraries

%description -n %{libname}
Uriparser is a strictly RFC 3986 compliant URI parsing library written in C.
uriparser is cross-platform, fast, supports Unicode and is licensed under the
New BSD license.

%files -n %{libname}
%doc THANKS AUTHORS COPYING ChangeLog
%{_libdir}/liburiparser.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the uriparser library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use uriparser.

%files -n %{devname}
%doc doc/html
%{_bindir}/uriparse
%{_datadir}/doc/%{name}/html/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
sed -i 's/\r//' THANKS
sed -i 's/\r//' COPYING
iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,}
mv THANKS{.utf8,}

%build
autoreconf -fi
%configure2_5x \
	--disable-static
pushd doc
#    autoreconf -fi
    # Remove qhelpgenerator dependency, by commenting these lines in
    # Doxygen.in
    ## .qch output
    ## QCH_FILE = "../uriparser-doc-0.7.5.qch"
    ## QHG_LOCATION = "qhelpgenerator"
    sed -i 's/^# .qch output.*//' Doxyfile.in
    sed -i 's/^QCH.*//' Doxyfile.in
    sed -i 's/^QHG.*//' Doxyfile.in
    %make
popd

%make

%install
%makeinstall_std INSTALL="install -p"

rm -rf %{buildroot}%{_docdir}/uriparser-doc

%check
make check


%changelog

* Sat Feb 10 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.5-1
- (af47877) New version 0.8.5
- (af47877) New homepage URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15341 |14cu|usbmon-5.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		usbmon
Version:	5.4
Release:	3
Summary:	A basic front-end to usbmon
Group:		Development/Other
License:	GPLv2
URL:		http://people.redhat.com/zaitcev/linux/
Source:		http://people.redhat.com/zaitcev/linux/%{name}-%{version}.tar.gz

%description
The usbmon program collects and prints a trace of USB transactions as they
occur between the USB core and HCDs. Analyzing the trace helps to debug the
kernel USB stack, device firmware, and applications.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}/%{_mandir}/man8
install -p -m 644 -t %{buildroot}/%{_mandir}/man8 usbmon.8
mkdir -p %{buildroot}/%{_sbindir}
install -p -m 755 -t %{buildroot}/%{_sbindir} usbmon

%clean

%files
%doc README COPYING
%{_sbindir}/usbmon
%{_mandir}/man8/usbmon.8*

%changelog

* Wed Jun 22 2016 Denis Silakov <dsilakov@gmail.com> 5.4-3
- (b9a00fd) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15342 |14cu|usbview-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	USB topology and device viewer
Name:		usbview
Version:	2.0
Release:	3
Group:		System/Kernel and hardware
License:	GPLv2+
URL:		http://www.kroah.com/linux-usb/
Source:		http://www.kroah.com/linux-usb//%{name}-%{version}.tar.gz
BuildRequires:	gtk+3-devel imagemagick

%description
USBView is a GTK program that displays the topography of the devices that are
plugged into the USB bus on a Linux machine. It also displays information on
each of the devices. This can be useful to determine if a device is working
properly or not.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

for i in 16x16 32x32 48x48; do
mkdir -p %{buildroot}%{_iconsdir}/hicolor/$i/apps
convert -resize $i %{name}_logo.xpm %{buildroot}%{_iconsdir}/hicolor/$i/apps/%{name}.png;
done

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;System;
EOF

%files
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/*
%{_mandir}/*/*



%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 2.0-3
- (7663151) Updated to 2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15343 |14cu|usermin-1.580-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __spec_install_post %{nil}
%define __noautoreq 'perl\\(\\)'

Summary:	A web-based user account administration interface
Name:		usermin
Version:	1.580
Release:	3
Provides:	%{name}-%{version}
License:	BSD
Group:		System/Configuration/Other
URL:		http://www.usermin.com/
Source0:	http://heanet.dl.sourceforge.net/project/webadmin/%{name}/%{version}/%{name}-%{version}.tar.gz
Patch3:		usermin-1.440-never-fail-detect-os.patch
Requires:	perl
Requires(pre):	rpm-helper
Requires:	perl perl-Net_SSLeay 
BuildArch:	noarch

%description
A web-based user account administration interface for Unix systems.

After installation, enter the URL https://localhost:20000/ into your
browser and login as any user on your system.

%prep
%setup -q
%patch3 -p0

perl -pi -e 's|/tmp/.webmin|/root/.webmin|' *

%build
(find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl %{_bindir}/perl -
rm -f mount/freebsd-mounts-*
rm -f mount/openbsd-mounts-*
#chmod -R og-rxw .

%install
mkdir -p %{buildroot}{%{_sysconfdir}/{pam.d,sysconfig},%{_initrddir},%{_var}/run/usermin,%{_datadir}/usermin}

cp -rp * %{buildroot}%{_datadir}/usermin

cp usermin-daemon %{buildroot}%{_sysconfdir}/sysconfig/usermin
cp usermin-init %{buildroot}%{_initrddir}/usermin
cp usermin-pam %{buildroot}%{_sysconfdir}/pam.d/usermin

# Fix perms for rpmlint:
find %{buildroot}%{_datadir}/usermin ! -type d -exec chmod 644 {} \;

find %{buildroot}%{_datadir}/usermin \( \
	-type d \
	-o -name "*.sh" -o -name "*.cgi" \
	-o -name "install-module.pl" -o -name "web-lib.pl" \
	-o -name "miniserv.pl" -o -name "newmods.pl" \
	-o -name "cron_editor.pl" -o -name "autoreply.pl" \
	-o -name "theme.pl" -o -name "solaris-lib.pl" \
	-o -name "unixware-lib.pl" \
	-o -name "msctile2.jpg" -o -name "theme_by.jpg" \
	-o -name "webmin_logo.jpg" \
	\) \
	-exec chmod 755 {} \;

echo rpm >%{buildroot}%{_datadir}/usermin/install-type

%pre
perl <<EOD;
# maketemp.pl
# Create the /root/.webmin directory if needed
# ASkwar:
# This really needs to be /root/.webmin, because of (at least) the setup.sh
# script

\$tmp_dir = "/root/.webmin";

if (!-d \$tmp_dir) {
	mkdir(\$tmp_dir, 0755) || exit 1;
	chown(\$<, \$(, \$tmp_dir);
	chmod(0755, \$tmp_dir);
	}
@st = stat(\$tmp_dir);
if (@st && \$st[4] == \$< && \$st[5] == \$( && \$st[2] & 0x4000 &&
    (\$st[2] & 0777) == 0755) {
	exit 0;
	}
else {
	exit 1;
	}


EOD
if [ "$?" != "0" ]; then
	echo "Failed to create or check temp files directory /root/.webmin"
	exit 1
fi

%post
if [ "$1" != 1 ]; then
	# Upgrading the RPM, so stop the old usermin properly
	service usermin stop
fi
cd %{_datadir}/usermin
config_dir=%{_sysconfdir}/usermin
var_dir=%{_var}/run/usermin
perl=%{_bindir}/perl
autoos=1
port=20000
host=`hostname`
ssl=1
atboot=1
nochown=1
autothird=1
noperlpath=1
nouninstall=1
nostart=1
export config_dir var_dir perl autoos port host ssl nochown autothird noperlpath nouninstall nostart allow
./setup.sh > /root/tmp/usermin-setup.out 2>/root/tmp/usermin-setup.err

cat > %{_sysconfdir}/usermin/uninstall.sh <<EOFF
#!/bin/sh
printf "Are you sure you want to uninstall Usermin? (y/n) : "
read answer
printf "\n"
if [ "\$answer" = "y" ]; then
	echo "Removing usermin RPM .."
	#rpm -e --nodeps usermin
	urpme usermin
	echo "Done!"
fi
EOFF
chmod +x %{_sysconfdir}/usermin/uninstall.sh

%_post_service usermin

%preun
%_preun_service usermin

%postun
if [ "$1" = 0 ]; then
	grep root=%{_datadir}/usermin %{_sysconfdir}/usermin/miniserv.conf >/dev/null 2>&1
	if [ "$?" = 0 ]; then
		# RPM is being removed, and no new version of usermin
		# has taken it's place. Delete the config files
		rm -rf %{_sysconfdir}/usermin %{_var}/usermin
	fi
fi

%files
%doc LICENCE* README
#%{_libexecdir}/usermin
%{_datadir}/usermin
%config(noreplace) %{_sysconfdir}/sysconfig/usermin
%config(noreplace) %{_sysconfdir}/pam.d/usermin
%config(noreplace) %{_initrddir}/usermin

%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 1.580-3
- (8ec7d2c) Updated to 1.580



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15344 |14cu|userspace-rcu-0.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		4
%define libname		%mklibname urcu %{major}
%define develname	%mklibname urcu -d

Name:		userspace-rcu
Summary:	Userspace RCU (read-copy-update) library
Version:	0.9.1
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
URL:		http://lttng.org/urcu
Source0:	http://lttng.org/files/urcu/%{name}-%{version}.tar.bz2

%description
liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data
synchronization library provides read-side access which scales linearly
with the number of cores. It does so by allowing multiples copies of a given
data structure to live at the same time, and by monitoring the data structure
accesses to detect grace periods after which memory reclamation is possible.

%package -n %{libname}
Summary:	Userspace RCU (read-copy-update) library

%description -n %{libname}
liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data
synchronization library provides read-side access which scales linearly
with the number of cores. It does so by allowing multiples copies of a given
data structure to live at the same time, and by monitoring the data structure
accesses to detect grace periods after which memory reclamation is possible.

%package -n %{develname}
Summary:	Development files for liburcu
Group:		Development/C
Requires:	%{libname} = %{version}

%description -n %{develname}
Development file for the userspace RCU library (liburcu).

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/liburcu*.so.%{major}*

%files -n %{develname}
%{_includedir}/urcu/
%{_includedir}/urcu*.h
%{_libdir}/liburcu*.so
%{_libdir}/pkgconfig/liburcu*.pc
%doc %{_docdir}/userspace-rcu

%changelog

* Fri Jan 15 2016 Denis Silakov <dsilakov@gmail.com> 0.9.1-1
- (ae3b713) Fix major



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15345 |14cu|ushare-1.1a-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary: UPnP (TM) A/V Media Server
Name: ushare
Version: 1.1a
Release: 8
Source0: http://ushare.geexbox.org/releases/%{name}-%{version}.tar.bz2
Source1: %{name}.service
Source2: ushare.crontab
Patch0: ushare-1.1a-fix-str-fmt.patch
Patch1:	01_all_ushare_build_system.patch
Patch3:	03_all_ushare_mp4_video_mime.patch
Patch4:	04_all_ushare_upnp_build_fix.patch
Patch5:	05_all_missing_headers.patch
License: GPLv2+
Group: Video
Url: http://ushare.geexbox.org/
Buildrequires: pkgconfig(libupnp)
Buildrequires: pkgconfig(libdlna)

%description
GeeXboX uShare is able to provide access to both images, videos, music or 
playlists files (see below for a complete file format support list).
It does not act as an UPnP Media Adaptor and thus,
can't transcode streams to fit the client requirements.

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%build
%setup_compile_flags
./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --enable-dlna
make

%install
%makeinstall_std

%find_lang %{name}

#Installing a better initscript
rm -rf %{buildroot}/etc/init.d
mkdir -p %{buildroot}/%{_unitdir}
mkdir -p %{buildroot}/etc/cron.daily
install -m0644 %SOURCE1 -D %{buildroot}%{_unitdir}/%{name}.service
install -m 755 %SOURCE2 %{buildroot}/etc/cron.daily/ushare

%post
%systemd_post ushare

%preun
%systemd_preun ushare

%files -f %{name}.lang
%attr(0644,root,root) %{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/ushare.conf
%{_bindir}/ushare
%{_sysconfdir}/cron.daily/ushare

%changelog
* Mon Oct 06 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1a-8
+ Revision: 361d651
- Migrated to systemd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15346 |14cu|util-core-1.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           util-core
Version:        1.0.6
Release:        2
Epoch:          0
Summary:        Org.freecompany.util.core
License:        MIT
Group:          Development/Java
URL:            http://www.freecompany.org/
# svn export https://svn.freecompany.org/public/util/tags/util-core-1.0.6
# zip -9r util-core-src-1.0.6.zip util-core-1.0.6
Source0:        http://repository.freecompany.org/org/freecompany/util/zips/util-core-src-%{version}.zip
Source1:        util-core-1.0.6-build.xml
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
BuildRequires:  java-devel
BuildArch:      noarch

%description
org.freecompany.util.core

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
cp -a %{SOURCE1} build.xml
perl -pi -e 's|<javac|<javac nowarn="true"|g' build.xml

%build
export CLASSPATH=$(build-classpath junit)
export OPT_JAR_LIST="ant/ant-junit"
%{ant} jar javadoc test

%install
mkdir -p %{buildroot}%{_javadir}
cp -a dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} ${jar/-%{version}/}; done)

mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0:1.0.6-2
- (c67b601) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15347 |14cu|util-multicaster-0.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           util-multicaster
Version:        0.3.3
Release:        1
Epoch:          0
Summary:        Utility classes for low-cost event dispatch to multiple listeners
License:        MIT
Group:          Development/Java
URL:            http://www.freecompany.org/
# svn export https://svn.freecompany.org/public/util/tags/util-multicaster-0.3.3
# zip -9r util-multicaster-src-0.3.3.zip util-multicaster-0.3.3
Source0:        http://repository.freecompany.org/org/freecompany/util/zips/util-multicaster-src-%{version}.zip
Source1:        util-multicaster-0.3.3-build.xml
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
BuildRequires:  java-devel
BuildArch:      noarch

%description
The multicaster package provides utility classes for low-cost event dispatch 
to multiple listeners. Modeled after the AWTEventMulticaster this class 
provides type-safe and thread-safe generic method dispatch. The benefit of 
this approach to handling multiple listeners is the low overhead - when there 
is a single listener there is zero cost, and each additional listener requires 
only two additional method calls.

A basic implementation is provided, the DefaultMulticaster, which uses dynamic 
proxies to minimize the amount of new code that must be written in order to use 
a multicaster.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
cp -a %{SOURCE1} build.xml
perl -pi -e 's|<javac|<javac nowarn="true"|g' build.xml

%build
export CLASSPATH=$(build-classpath junit)
export OPT_JAR_LIST="ant/ant-junit"
%{ant} jar javadoc test

%install
mkdir -p %{buildroot}%{_javadir}
cp -af dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} ${jar/-%{version}/}; done)

mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -ra dist/doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0:0.3.3-1
- (613db29) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15348 |14cu|util-xml-editor-0.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           util-xml-editor
Version:        0.0.6
Release:        1
Epoch:          0
Summary:        Org.freecompany.util
License:        MIT
Group:          Development/Java
URL:            http://www.freecompany.org/
# svn export https://svn.freecompany.org/public/util/tags/util-xml-editor-0.0.6
# zip -9r util-xml-editor-src-0.0.6.zip util-xml-editor-0.0.6
Source0:        http://repository.freecompany.org/org/freecompany/util/zips/util-xml-editor-src-%{version}.zip
Source1:        util-xml-editor-0.0.6-build.xml
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
BuildRequires:  java-devel
BuildArch:      noarch

%description
org.freecompany.util

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
cp -a %{SOURCE1} build.xml
perl -pi -e 's|<javac|<javac nowarn="true"|g' build.xml

%build
export CLASSPATH=$(build-classpath junit)
export OPT_JAR_LIST="ant/ant-junit"
%{ant} jar javadoc

%install
mkdir -p %{buildroot}%{_javadir}
cp -ra dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} ${jar/-%{version}/}; done)

mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -ra dist/doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.db
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.so
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0:0.0.6-1
- (48ff761) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15349 |14cu|utox-0.9.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname uTox
%define		Werror_cflags %{nil}

Summary:	Lightweight Tox client
Name:		utox
Version:	0.9.8
Release:	1
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		http://utox.org/
Source0:	https://github.com/GrayHatter/uTox/archive/%{oname}-%{version}.tar.gz
BuildRequires:	toxcore-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libsodium)
BuildRequires:  pkgconfig(filteraudio)
BuildRequires:	pkgconfig(libv4lconvert)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xrender)

%description
Lightweight Tox client.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%setup_compile_flags
%make GIT_V=%{version}

%install
%makeinstall_std \
	PREFIX=%{_prefix}


%changelog

* Fri Sep 16 2016 dsilakov <denis.silakov@rosalab.ru> 0.9.8-1
- (d2eaf60) Merge pull request #5 from tremod/utox:rosa2016.1
- (d2eaf60) Update to 0.9.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15350 |14cu|v4l2loopback-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	v4l2-loopback device 
Name:		v4l2loopback
Version:	0.10.0
Release:	1
Source0:	%{name}-%{version}.tar.gz
License:	GPLv2
Group:		System/Kernel and hardware
URL:		https://github.com/umlaeute/v4l2loopback
Requires: dkms-%{name}
%description
this module allows you to create "virtual video devices" normal (v4l2) 
applications will read these devices as if they were ordinary video devices

%files
%{_bindir}/v4l2loopback-ctl
#-------------------------------------------------------------------------------------------------
%package -n dkms-%{name}
Summary:	v4l2-loopback device 
Group:		System/Kernel and hardware
Requires(post):		dkms
Requires(preun):	dkms

%description -n dkms-%{name}
this module allows you to create "virtual video devices" normal (v4l2) 
applications will read these devices as if they were ordinary video devices

%files -n dkms-%{name}
%dir %{_usr}/src/%{name}-%{version}-%{release}
%{_usr}/src/%{name}-%{version}-%{release}/*
#-------------------------------------------------------------------------------------------------
%prep
%setup -qn %{name}-%{version}

%build

%install
mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
cp -R * %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/
cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/dkms.conf << EOF
MAKE="make -C \$kernel_source_dir M=\\\$(pwd)"
PACKAGE_NAME=%{name}
PACKAGE_VERSION=%{version}-%{release}
DEST_MODULE_LOCATION=/kernel/3rdparty/%{name}
BUILT_MODULE_NAME=%{name}
AUTOINSTALL=yes
REMAKE_INITRD=yes
EOF

install -m755 -d %{buildroot}%{_bindir}
install -m644 utils/v4l2loopback-ctl %{buildroot}%{_bindir}
%post -n dkms-%{name}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{release}

# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
	kk=$(echo $kk | sed 's/^\/lib\/modules\///');
	if test -d "/lib/modules/$kk/build"; then
		/usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{release} -k $kk &&
		/usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{release} -k $kk || true
	else
		echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
	fi;
done

%preun -n dkms-%{name}
# rmmod can fail (e.g. if the module is not loaded), but it should not stop
# deinstallation.
/sbin/rmmod %{kname} >/dev/null 2>&1 || true
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{release} --all || true

%changelog

* Mon Dec 19 2016 Rosa <rosa@abf.rosalinux.ru> 0.10.0-1
- (865d445) Automatic import for version 0.10.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15351 |14cu|vacation-1.2.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:  Automatic mail answering program for Linux
Name:     vacation 
Version:  1.2.7.1
Release:  1
License:  GPL
Group:    Networking/Mail
Source:   http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
URL:      http://sourceforge.net/projects/vacation/
Requires: sendmail-command
BuildRequires: gdbm-devel

%description 
Vacation is the automatic mail answering program found
on many Unix systems. This version works with the sendmail 
restricted shell.

%prep
%setup -q

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1

install -s -m 755 vacation        %{buildroot}%{_bindir}/vacation
install -m 755 vaclook         %{buildroot}%{_bindir}/vaclook
install -m 444 vacation.man    %{buildroot}%{_mandir}/man1/vacation.1
install -m 444 vaclook.man     %{buildroot}%{_mandir}/man1/vaclook.1

%post
if [ -d /etc/smrsh/ ] ; then 
  ln -s /usr/bin/vacation /etc/smrsh
fi

%postun
if [ -L /etc/smrsh/vacation ] ; then 
  rm -f /etc/smrsh/vacation
fi

%files
%{_bindir}/vacation
%{_bindir}/vaclook
%{_mandir}/*/*
%doc COPYING README README.smrsh ChangeLog

%changelog

* Mon Sep 14 2015 Denis Silakov <dsilakov@gmail.com> 1.2.7.1-1
- (15762a0) Updated to 1.2.7.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15352 |14cu|vacuum-im-1.2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sname vacuum

%define major 1.17
%define libname %mklibname vacuumutils %{major}
%define devname %mklibname vacuumutils -d

Summary:	Crossplatform Jabber client written in Qt
Name:		%{sname}-im
Version:	1.2.5
Release:	1
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		https://github.com/Vacuum-IM/vacuum-im
Source:		https://github.com/Vacuum-IM/vacuum-im/archive/%{name}-%{version}.tar.gz
Patch0:		vacuum-1.2.1-linkage.patch
BuildRequires:	cmake >= 2.8
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(zlib)

%description
The core program is just a plugin loader - all functionality is made
available via plugins. This enforces modularity and ensures well defined
component interaction via interfaces.

%package -n %{libname}
Summary:	Shared library for Vacuum-IM
Group:		System/Libraries

%description -n %{libname}
This package includes shared libraris needed to work Vacuum-IM program.

%package -n %{devname}
Summary:	Development files for Vacuum-IM
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	vacuumutils-devel = %{version}-%{release}

%description -n %{devname}
This package includes files needed to develop Vacuum-IM modules.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1

%build
%cmake \
	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
	-DINSTALL_SDK=1 \
	-DINSTALL_LIB_DIR=%{_lib}

%make

%install
%makeinstall_std -C build

install -D -m644 resources/menuicons/shared/mainwindowlogo128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
install -D -m644 resources/menuicons/shared/mainwindowlogo96.png %{buildroot}%{_datadir}/icons/hicolor/96x96/apps/%{name}.png
install -D -m644 resources/menuicons/shared/mainwindowlogo64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
install -D -m644 resources/menuicons/shared/mainwindowlogo48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -D -m644 resources/menuicons/shared/mainwindowlogo32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -D -m644 resources/menuicons/shared/mainwindowlogo24.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
install -D -m644 resources/menuicons/shared/mainwindowlogo16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png

sed -i "s/Exec=%{sname}/Exec=%{name}/;s/Icon=%{sname}/Icon=%{name}/" %{buildroot}%{_datadir}/applications/%{sname}.desktop

mv %{buildroot}%{_datadir}/applications/%{sname}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
mv %{buildroot}%{_datadir}/pixmaps/%{sname}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
mv %{buildroot}%{_bindir}/%{sname} %{buildroot}%{_bindir}/%{name}

%files
%doc %{_docdir}/%{sname}
%{_bindir}/%{name}
%{_libdir}/%{sname}
%{_datadir}/%{sname}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.png

%files -n %{libname}
%{_libdir}/libvacuumutils.so.%{major}*

%files -n %{devname}
%{_libdir}/libvacuumutils.so
%{_includedir}/%{sname}


%changelog

* Tue Jun 14 2016 abondrov <andrey.bondrov@rosalab.ru> 1.2.5-1
- (1b25163) Merge pull request #1 from tremod/vacuum-im:rosa2014.1
- (1b25163) Update to 1.2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15353 |14cu|vagalume-0.8.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	with_gtk3	1
%define	with_gstreamer1	1

Summary:	Client for Last.fm and compatible music streaming services
Name:		vagalume
Version:	0.8.6
Release:	1
License:	GPLv3+
Group:		Sound
Url:		http://vagalume.igalia.com/
Source0:	http://vagalume.igalia.com/files/source/%{name}-%{version}.tar.gz
%if %{with_gstreamer1}
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
%else
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
%endif
BuildRequires:	pkgconfig(libxml-2.0)
%if %{with_gtk3}
BuildRequires:	pkgconfig(gtk+-3.0)
%else
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.18
%endif
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libnotify) >= 0.4.1
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	desktop-file-utils

%description
Vagalume is a Last.fm client written using GTK+ 3.0.
Its main features are:
 * It plays Last.fm radio streams (using the v2.0 API)
 * It supports Libre.fm and other compatible servers
 * Support for different radio stations (personal, neighbours, loved tracks
  or any lastfm:// URL)
 * It supports marking tracks as loved or banned
 * It can tag artists, tracks and albums
 * It can send recommendations to other users
 * It can add tracks to your playlist
 * It can download free tracks to your hard disk
 * It scrobbles tracks so they appear in your Last.fm webpage.

%files -f %{name}.lang
%doc README AUTHORS THANKS TODO TRANSLATORS
%{_bindir}/%{name}
%{_bindir}/vagalumectl
%{_datadir}/pixmaps/%{name}.xpm
%{_datadir}/man/man1/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/dbus-1/services/%{name}.service

#-----------------------------------------------------------------------------
 
%prep
%setup -q


%build
%configure2_5x	--with-platform=gnome \
%if %{with_gtk3}
		--with-gtk-version=3 \
%else
		--with-gtk-version=2\
%endif
%if %{with_gstreamer1}
		--with-gstreamer=1.0
%else
		--with-gstreamer=0.10
%endif
%make


%install
%makeinstall_std

# Fix rpmlint warning
desktop-file-edit --set-key="Exec" --set-value="%{name}" \
		%{buildroot}%{_datadir}/applications/%{name}.desktop


%find_lang %{name}

%changelog

* Sat Apr 11 2015 Giovanni Mariani <mc2374@mclink.it> 0.8.6-1
- (7b79ecf) Updated to release 0.8.6, cleaned specfile, updated BReqs and switched the build to GTK3 and gstreamer 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15354 |14cu|valadoc-0.3.4-0.20150401.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

# Snapshot date 
%define date 20150401

Summary:	Documentation generator for Vala programs
Name:		valadoc
Version:	0.3.4
Release:	0.%{date}.1
License:	GPLv2
Group:		Development/Other
Url:		https://wiki.gnome.org/Projects/Valadoc
Source0:	https://github.com/GNOME/valadoc/archive/master.zip
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	vala
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(glib-2.0) >= 2.25
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(gcr-3)
BuildRequires:	pkgconfig(libgvc)

%description
Valadoc is a documentation generator for generating API documentation
from Vala source code based on libvala.

%files
%doc NEWS README
%{_bindir}/valadoc
%{_datadir}/vala/vapi/*
%{_datadir}/valadoc
%{_mandir}/man1/*
%{_libdir}/valadoc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Valadoc runtime library
Group:		System/Libraries

%description -n %{libname}
This is the runtime library of the Valadoc documentation generator.

%files -n %{libname}
%{_libdir}/libvaladoc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Valadoc development files
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{name} = %{EVRD}
Provides:	valadoc-devel = %{EVRD}

%description -n %{devname}
This is the development library of the Valadoc documentation generator.

%files -n %{devname}
%doc ChangeLog AUTHORS MAINTAINERS
%{_includedir}/*
%{_libdir}/libvaladoc.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-master
%apply_patches

%build
./autogen.sh
%configure2_5x

%make

%install
%makeinstall_std

%changelog

* Wed Apr 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.4-0.20150401.1
- (cf4d40f) Fix gvc BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15355 |14cu|valentina-0.4.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  debug_package %{nil}

%define oname Valentina
%define qmumajor 2
%define vproperajor 1
%define libqmuparser  %mklibname qmuparser %{qmumajor}
%define libvpropertyexplorer %mklibname libvpropertyexplorer %{vproperajor}


Summary:	Pattern Making Application
Name:           valentina
Version:	0.4.5
Release:	1
Group:		Graphics
License:	GPLv3+
URL:		http://valentina-project.org
Source0:	https://github.com/dismine/Valentina/archive/v%{version}.tar.gz
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(Qt5XmlPatterns)
BuildRequires:	qt5-devel
Requires:	%{name}-tape = %{EVRD}
Requires:	%{libqmuparser} = %{EVRD}
Requires:	%{libvpropertyexplorer} = %{EVRD}

%description
Valentina is a cross-platform patternmaking program which allows designers 
to create and model patterns of clothing. This software allows pattern 
creation, using either standard sizing tables or an individual’s set of 
measurements. It blends new technologies with traditional methods to create 
a unique pattern making tool.

%files -f %{name}.lang
%doc README.txt LICENSE_GPL.txt
%{_bindir}/%{name}
%{_datadir}/%{name}/tables
%{_datadir}/%{name}/diagrams.rcc
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/application-x-valentina-i-measurements.png  
%{_datadir}/pixmaps/application-x-valentina-s-measurements.png  
%{_datadir}/pixmaps/valentina.png
%{_datadir}/pixmaps/application-x-valentina-pattern.png
%{_mandir}/man1/%{name}.1.*
#----------------------------------------------------------------------------

%package -n %{name}-tape

Summary:	Pattern Making Application
Group:		Graphics

%description -n %{name}-tape
Pattern Making Application.

%files -n %{name}-tape
%doc README.txt LICENSE_GPL.txt
%{_bindir}/tape
%{_mandir}/man1/tape.1.*
%{_datadir}/applications/tape.desktop
%{_datadir}/pixmaps/tape.png
#----------------------------------------------------------------------------

%package -n %{libqmuparser}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libqmuparser}
Shared library for %{name}.

%files -n %{libqmuparser}
%doc README.txt LICENSE_GPL.txt
%{_libdir}/libqmuparser.so.%{qmumajor}
%{_libdir}/libqmuparser.so.%{qmumajor}.*
%{_libdir}/libqmuparser.so
#----------------------------------------------------------------------------
%package -n %{libvpropertyexplorer}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libvpropertyexplorer}
Shared library for %{name}.

%files -n %{libvpropertyexplorer}
%doc README.txt LICENSE_GPL.txt
%{_libdir}/libvpropertyexplorer.so.%{vproperajor}
%{_libdir}/libvpropertyexplorer.so.%{vproperajor}.*
%{_libdir}/libvpropertyexplorer.so
#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%setup_compile_flags
qmake-qt5
%make

%install
%makeinstall_qt
install -Dm 644 dist/debian/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
install -m644 dist/debian/tape.1 %{buildroot}%{_mandir}/man1/tape.1

%find_lang %{name} --with-qt --all-name

%changelog

* Mon Oct 31 2016 abfonly <abfonly@gmail.com> 0.4.5-1
- (4bb2309) Log: Update to 0.4.5
- (4bb2309) build acording rosa rpm  build policy
- (4bb2309) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15356 |14cu|vapoursynth-editor-r4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}


Summary:	VapourSynth script editor
Name:		vapoursynth-editor
Version:	r4
Release:	2
License:	MIT
Group:		Video
Url:		https://bitbucket.org/mystery_keeper/vapoursynth-editor
Source0:	https://bitbucket.org/mystery_keeper/%{name}/get/545df58274ba.zip
Source1:	%{name}.desktop
BuildRequires:	pkgconfig(vapoursynth) >= 26
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	imagemagick
Requires:	vapoursynth >= R26

%description
VapourSynth script editor.


%files
%doc LICENSE CHANGELOG README TODO.txt
%{_bindir}/*
%{_datadir}/application/%{name}.desktop
%{_iconsdir}/hicolor/*/*/vsedit.png
%{_iconsdir}/hicolor/scalable/vsedit.svg
#--------------------------------------------

%prep
%setup -qn mystery_keeper-vapoursynth-editor-545df58274ba

%build
cd pro
%qmake_qt5
%make

%install
install -dm 755 %{buildroot}{%{_bindir},%{_datadir}/application}
desktop-file-install %{SOURCE1} \
  --dir=%{buildroot}%{_datadir}/application
  
%ifarch %{ix86}
cd build/release-32bit-gcc
install -m 755 vsedit-32bit %{buildroot}%{_bindir}/vsedit

install -d 755 %{buildroot}%{_iconsdir}/hicolor/scalable
install -m 644 vsedit.svg %{buildroot}%{_iconsdir}/hicolor/scalable

for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size vsedit.svg \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/vsedit.png
done
%endif

%ifarch x86_64 
cd build/release-64bit-gcc
install -m 755 vsedit %{buildroot}%{_bindir}/vsedit

install -d 755 %{buildroot}%{_iconsdir}/hicolor/scalable
install -m 644 vsedit.svg %{buildroot}%{_iconsdir}/hicolor/scalable

for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size vsedit.svg \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/vsedit.png
done

%endif


%changelog

* Sun May 10 2015 abfonly <abfonly@gmail.com> r4-2
- (bd706e2) Updated vapoursynth-editor.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15357 |14cu|vapoursynth-plugin-addgrain-r4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-AddGrain

Summary:	AddGrain vapoursynth plugin
Name:		vapoursynth-plugin-addgrain
Version:	r4
Release:	2
License:	GPLv2
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}/archive/%{version}.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26
Requires:	vapoursynth >= R26

%description
AddGrain generates film like grain or other effects (like rain) 
by adding random noise to a video clip. 
This noise may optionally be horizontally 
or vertically correlated to cause streaking.

%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Mon May 25 2015 abfonly <abfonly@gmail.com> r4-2
- (226128d) Rebuild against new vapoursynth



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15358 |14cu|vapoursynth-plugin-bilateral-r3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-Bilateral

Summary:	AddGrain vapoursynth plugin
Name:		vapoursynth-plugin-bilateral
Version:	r3
Release:	1
License:	GPLv3
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}-%{version}.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26
Requires:	vapoursynth >= R26

%description
AddGrain generates film like grain or other effects (like rain) 
by adding random noise to a video clip. 
This noise may optionally be horizontally 
or vertically correlated to cause streaking.

%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Mon May 25 2015 abfonly <John@smith.org> r3-1
- (14e6b29) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15359 |14cu|vapoursynth-plugin-BM3D-r2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-BM3D

Summary:	BM3D vapoursynth plugin
Name:		vapoursynth-plugin-BM3D
Version:	r2
Release:	1
License:	GPLv3
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}-%{version}.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26
BuildRequires:	pkgconfig(fftw3)

Requires:	vapoursynth >= R26

%description
BM3D is a state-of-the-art image denoising algorithm. 
It can be extended to video denoising, named V-BM3D, 
which is also implemented in this plugin.

%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Mon May 25 2015 abfonly <John@smith.org> r2-1
- (8f9bbfb) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15360 |14cu|vapoursynth-plugin-CTMF-r2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-CTMF

Summary:	CTMF vapoursynth plugin
Name:		vapoursynth-plugin-CTMF
Version:	r2
Release:	1
License:	GPLv3
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}-%{version}.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26


Requires:	vapoursynth >= R26

%description
Median filter for VapourSynth.

%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Mon May 25 2015 abfonly <John@smith.org> r2-1
- (7e0e2e6) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15361 |14cu|vapoursynth-plugin-Deblock-r3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-Deblock

Summary:	Deblock vapoursynth plugin
Name:		vapoursynth-plugin-Deblock
Version:	r3
Release:	1
License:	GPLv2
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}-%{version}.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26


Requires:	vapoursynth >= R26

%description
It does a deblocking of the picture, 
using the deblocking filter of h264. 
Ported from AviSynth plugin 
http://www.avisynth.nl/users/fizick/mvtools/deblock.html.

%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Mon May 25 2015 abfonly <John@smith.org> r3-1
- (d5831ca) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15362 |14cu|vapoursynth-plugin-DeLogo-0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-DeLogo

Summary:	DeLogo vapoursynth plugin
Name:		vapoursynth-plugin-DeLogo
Version:	0.3
Release:	1
License:	GPLv2
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}-%{version}.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26


Requires:	vapoursynth >= R26

%description
Usage
core.delogo.AddLogo(clip clip, string logofile, ...)
core.delogo.EraseLogo(clip clip, string logofile, ...)

%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Mon May 25 2015 abfonly <John@smith.org> 0.3-1
- (ee56b56) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15363 |14cu|vapoursynth-plugin-DFTTest-r2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-DFTTest

Summary:	DFTTest vapoursynth plugin
Name:		vapoursynth-plugin-DFTTest
Version:	r2
Release:	1
License:	GPLv2
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}-%{version}.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26
BuildRequires:	pkgconfig(fftw3)

Requires:	vapoursynth >= R26

%description
2D/3D frequency domain denoiser.
Ported from AviSynth plugin 
http://bengal.missouri.edu/~kes25c/.

%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Mon May 25 2015 abfonly <John@smith.org> r2-1
- (9f055ff) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15364 |14cu|vapoursynth-plugin-EEDI2-r6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-EEDI2

Summary:	EEDI2 vapoursynth plugin
Name:		vapoursynth-plugin-EEDI2
Version:	r6
Release:	1
License:	GPLv2
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}-%{version}.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26

Requires:	vapoursynth >= R26

%description
EEDI2 resizes an image by 2x in the vertical direction 
by copying the existing image to 2*y(n) and 
interpolating the missing field. It is intended 
for edge-directed interpolation for deinterlacing 
(i.e. not really made for resizing a 
normal image, but can do that as well).
Ported from AviSynth plugin 
http://bengal.missouri.edu/~kes25c/.

%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Mon May 25 2015 abfonly <John@smith.org> r6-1
- (d6f541a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15365 |14cu|vapoursynth-plugin-fluxsmooth-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	vapoursynth-fluxsmooth

Summary:	FluxSmooth plugin for VapourSynth
Name:		vapoursynth-plugin-fluxsmooth
Version:	1.0
Release:	2
#The original FluxSmooth author said: 
#"There is no copyright on this code,
#and there are no conditions on its 
#distribution or use. Do with it 
#what you will." Thank you.
License:	None
Group:		Video
Url:		https://github.com/dubhater/vapoursynth-fluxsmooth
Source0:	https://github.com/dubhater/vapoursynth-fluxsmooth/archive/v%{version}.tar.gz
%ifarch x86_64
BuildRequires:	yasm
%endif
BuildRequires:	automake
BuildRequires:	pkgconfig(vapoursynth) = 26
BuildRequires:	pkgconfig(libswscale)
Requires:	vapoursynth >= R26


%description
FluxSmooth is a filter for smoothing of fluctuations.

%files
%doc readme.rst
%{_libdir}/vapoursynth/libfluxsmooth.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
./autogen.sh
%configure2_5x \
  --prefix='/usr' \
  --libdir='%{_libdir}/vapoursynth'
  
%make

%install
%makeinstall_std

%changelog

* Mon May 25 2015 abfonly <abfonly@gmail.com> 1.0-2
- (cfa2762) Rebuild against new vapoursynth



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15366 |14cu|vapoursynth-plugin-IT-1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-IT

Summary:	IT vapoursynth plugin
Name:		vapoursynth-plugin-IT
Version:	1.2
Release:	1
License:	GPLv2
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}-%{version}.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26

Requires:	vapoursynth >= R26

%description
VapourSynth Plugin - Inverse Telecine 
YV12 Only, IT-0051 base, IT_YV12-0103 base)

- Original plugin: IT 0.051 by thejam79
- Original plugin: IT_YV12 v0.1.03 by minamina
- Original modify: 64bit/8k mod 
by poodle from (avisynth64bitplugin)
- All credits go to them.
- Special thanks to: macromizer.

%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Tue May 26 2015 abfonly <John@smith.org> 1.2-1
- (599dff0) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15367 |14cu|vapoursynth-plugin-mvtools-8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	vapoursynth-mvtools

Summary:	MVTools plugin for VapourSynth
Name:		vapoursynth-plugin-mvtools
Version:	8
Release:	4
License:	GPLv2
Group:		Video
Url:		https://github.com/dubhater/vapoursynth-mvtools
Source0:	https://github.com/dubhater/vapoursynth-mvtools/archive/v%{version}.tar.gz

BuildRequires:	yasm
BuildRequires:	automake
BuildRequires:	pkgconfig(vapoursynth) >= 26
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pkgconfig(fftw3)

Requires:	vapoursynth >= R26



%description
MVTools is a set of filters for motion estimation and compensation.


%files
%doc readme.rst
%{_libdir}/vapoursynth/libmvtools.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
./autogen.sh
%configure2_5x \
  --prefix='/usr' \
  --libdir='%{_libdir}/vapoursynth'
  
%make

%install
%makeinstall_std

%changelog

* Mon May 25 2015 abfonly <abfonly@gmail.com> 8-4
- (dbae0bb) Rebuild against new vapoursynth



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15368 |14cu|vapoursynth-plugin-Retinex-r3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-Retinex

Summary:	Retinex vapoursynth plugin
Name:		vapoursynth-plugin-Retinex
Version:	r3
Release:	1
License:	GPLv3
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}-%{version}.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26

Requires:	vapoursynth >= R26
Requires:	python

%description
The Retinex theory and algorithm mainly aims at 
simulating the color constancy feature of 
HVS(Human Visual System).

The light perceived by visual receptors 
can be separated into illuminance and reflectance. 
Retinex estimates the illuminance and derive the 
reflectance from the light, the filtered result 
of which is an image represents the reflectance 
characteristics of the scene, 
regardless of the illuminance.

Retinex is a very powerful filter in 
dynamic range compression, local contrast enhancement,
color constancy, de-fog, etc.

%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Tue May 26 2015 abfonly <John@smith.org> r3-1
- (182c3cf) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15369 |14cu|vapoursynth-plugin-SangNomMod-0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-SangNomMod

Summary:	SangNomMod vapoursynth plugin
Name:		vapoursynth-plugin-SangNomMod
Version:	0.1
Release:	1
License:	MIT
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}-%{version}-fix.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26

Requires:	vapoursynth >= R26


%description
VapourSynth Plugin - SangNomMod (YUVP8/Y8 Only)

- Original plugin: SangNom by MarcFD
- Original plugin: SangNom2 by TurboPascal7 (Victor Efimov)
- All credits go to them.

%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}-fix
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Tue May 26 2015 abfonly <John@smith.org> 0.1-1
- (d22aedf) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15370 |14cu|vapoursynth-plugin-TCanny-r2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-TCanny

Summary:	TCanny vapoursynth plugin
Name:		vapoursynth-plugin-TCanny
Version:	r2
Release:	1
License:	GPLv2
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}-%{version}.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26

Requires:	vapoursynth >= R26


%description
Builds an edge map using canny edge detection.

Ported from AviSynth plugin 
http://bengal.missouri.edu/~kes25c/.

%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Tue May 26 2015 abfonly <John@smith.org> r2-1
- (38ba5ac) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15371 |14cu|vapoursynth-plugin-TDeintMod-r6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-TDeintMod

Summary:	TDeintMod vapoursynth plugin
Name:		vapoursynth-plugin-TDeintMod
Version:	r6
Release:	1
License:	GPLv2
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}-%{version}.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26

Requires:	vapoursynth >= R26


%description
TDeintMod is a combination of TDeint and TMM, 
which are both ported from tritical's 
AviSynth plugin http://bengal.missouri.edu/~kes25c/.

IsCombed is a utility function to check 
whether or not a frame is combed and stores 
the result (0 or 1) as a frame property named _Combed. 
It's intended to be used within `std.FrameEval` 
to process only combed frames and leave 
non-combed frames untouched.

Only a few functionality of TDeint is kept in TDeintMod,
either because some use inline asm and there 
is no equivalent C code in the source, or some 
are very rarely used by people nowadays. 
For example, the biggest change is that TDeint's 
internal building of motion mask is entirely 
dropped, and be replaced with TMM's motion mask. 
The second is that only cubic interpolation is 
kept as the only one internal interpolation method, 
all the others (ELA interpolation, kernel 
interpolation and blend interpolation) are dropped. 
Cubic interpolation is kept only for testing purpose, 
and people should really specify an externally 
interpolated clip via `edeint` argument for practical use.



%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Tue May 26 2015 abfonly <John@smith.org> r6-1
- (31ad3bc) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15372 |14cu|vapoursynth-plugin-VagueDenoiser-r1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-VagueDenoiser

Summary:	VagueDenoiser vapoursynth plugin
Name:		vapoursynth-plugin-VagueDenoiser
Version:	r1
Release:	1
License:	GPLv2
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}-%{version}.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26

Requires:	vapoursynth >= R26


%description
This is a wavelet based denoiser.

Basically, it transforms each frame from the video 
input into the wavelet domain, 
using Cohen-Daubechies-Feauveau 9/7. 
Then it applies some filtering to 
the obtained coefficients. 
It does an inverse wavelet transform after. 
Due to wavelet properties, it should give a 
nice smoothed result, and reduced noise, 
without blurring picture features.

Ported from AviSynth plugin 
http://avisynth.org.ru/vague/vaguedenoiser.html.



%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Tue May 26 2015 abfonly <John@smith.org> r1-1
- (92231c3) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15373 |14cu|vapoursynth-plugin-Yadifmod-r7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define oname	VapourSynth-Yadifmod

Summary:	Yadifmod vapoursynth plugin
Name:		vapoursynth-plugin-Yadifmod
Version:	r7
Release:	1
License:	GPLv2
Group:		Video
Url:		https://github.com/HomeOfVapourSynthEvolution/%{oname}
Source0:	https://github.com/HomeOfVapourSynthEvolution/%{oname}-%{version}.tar.gz

BuildRequires:	pkgconfig(vapoursynth) >= 26

Requires:	vapoursynth >= R26


%description
Modified version of Fizick's avisynth filter 
port of yadif from mplayer. 
This version doesn't internally 
generate spatial predictions, 
but takes them from an external clip.

Ported from AviSynth plugin 
http://web.missouri.edu/~kes25c/.

%files
%doc LICENSE README.md
%{_libdir}/vapoursynth/*.so

#--------------------------------------------

%prep
%setup -qn %{oname}-%{version}
chmod +x configure

%build
./configure --install=%{buildroot}%{_libdir}/vapoursynth

%make

%install
%makeinstall_std
%changelog

* Tue May 26 2015 abfonly <John@smith.org> r7-1
- (f732e49) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15374 |14cu|vapoursynth-R26-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define libscript %mklibname vapoursynth-script %{major}
%define devname %mklibname %{name} -d

Summary:	A video processing framework with the future in mind
Name:		vapoursynth
Version:	R26
Release:	2
License:	OFL and LGPLv2.1
Group:		Video
Url:		http://www.vapoursynth.com/
Source0:	https://github.com/vapoursynth/vapoursynth/archive/%{version}.tar.gz
Source1:	vapoursynth.xml
Patch0:		vapoursynth-R26-soname.patch
BuildRequires:	python3egg(cython)
BuildRequires:	python3egg(sphinx)
BuildRequires:	shared-mime-info
BuildRequires:	yasm
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(tesseract)
Requires:	%{name}-plugins = %{EVRD}
Requires:	ffmpeg
Requires:	tesseract

%description
VapourSynth is an application for video manipulation. Or a plugin. Or a
library. It’s hard to tell because it has a core library written in C++
and a Python module to allow video scripts to be created. It came to be
when I started thinking about alternative designs for Avisynth and most
of it was written over a 3 month period.

The software has been heavily inspired by Avisynth and aims to be a 21st
century rewrite, taking advantage of the advancements computers have made
since the late 90s.

The main features compared to Avisynth are:

* Multithreaded
  - Frame level multithreading that scales well
* Generalized Colorspaces
  - New colorspaces can be specified at runtime
* Per Frame Properties
  - Additional metadata can be attached to frames
* Python Based
  - The scripting part is implemented as a Python module so you don’t have
    to learn a special language
* Support for video with format changes
  - Some video just can’t stick to one format or frame size.
* Compatible with a large number of already existing Avisynth plugins

%files
%doc ofl.txt COPYING.LGPLv2.1 ChangeLog
%{_bindir}/*
%{_datadir}/mime/packages/*

#----------------------------------------------------------------------------

%package plugins
Summary:	Plugins for %{name}
Group:		Video
Requires:	%{name} = %{EVRD}

%description plugins
Plugins package for %{name}

%files plugins
%doc ofl.txt COPYING.LGPLv2.1 ChangeLog
%{_libdir}/vapoursynth/libassvapour.so
%{_libdir}/vapoursynth/libeedi3.so
%{_libdir}/vapoursynth/libmorpho.so
%{_libdir}/vapoursynth/libocr.so
%{_libdir}/vapoursynth/libremovegrain.so
%{_libdir}/vapoursynth/libvinverse.so
%{_libdir}/vapoursynth/libvivtc.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%doc ofl.txt COPYING.LGPLv2.1 ChangeLog
%{_libdir}/libvapoursynth.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libscript}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}vapoursynth0 < R26-2

%description -n %{libscript}
Shared library for %{name}.

%files -n %{libscript}
%doc ofl.txt COPYING.LGPLv2.1 ChangeLog
%{_libdir}/libvapoursynth-script.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libscript} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}vapoursynth-static-devel < R26-2

%description -n %{devname}
Development files and headers for %{name}.

%files -n %{devname}
%doc ofl.txt COPYING.LGPLv2.1 ChangeLog
%{_includedir}/%{name}
%{_libdir}/libvapoursynth.so
%{_libdir}/libvapoursynth-script.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package -n python3-%{name}
Summary:	Python bindings for %{name}
Group:		Development/Python
Requires:	%{libname} = %{EVRD}
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)

%description -n python3-%{name}
Python bindings for %{name}.


%files -n python3-%{name}
%doc ofl.txt COPYING.LGPLv2.1 ChangeLog
%{py3_platsitedir}/vapoursynth.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation

%description doc
This package contains documentation of %{name}.

%files doc
%doc doc/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std
install -dm 755 %{buildroot}%{_datadir}/mime/packages
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/mime/packages

rm -f %{buildroot}%{_libdir}/*.a


%changelog

* Tue May 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> R26-2
- (c7a6a39) Make sure main library has soname with major version number



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15375 |14cu|varnish-3.0.3-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname varnish %{major}
%define develname %mklibname varnish -d

Summary:	Varnish is a high-performance HTTP accelerator
Name:		varnish
Version:	3.0.3
Release:	18
License:	BSD
Group:		System/Servers
URL:		http://www.varnish-cache.org/
Source0:	http://repo.varnish-cache.org/source/varnish-%{version}.tar.gz
Source1:        varnish.service
Source3:        varnishncsa.service
Source4:        varnishlog.service
Source5:	varnish.logrotate
Source6:	default.vcl
Patch0:		varnish.varnishtest_debugflag.patch
Patch1:		varnish-3.0.3-link.patch
Patch2:		varnish-3.0.3-automake-1.13.patch
Patch3:		varnish-3.0.3-CVE-2013-4484.patch
Patch4:		varnish-3.0.3-CVE-2015-8852.patch
BuildRequires:	ncurses-devel
BuildRequires:	libxslt-proc
BuildRequires:	pcre-devel
BuildRequires:	groff
# Varnish actually needs gcc installed to work. It uses the C compiler 
# at runtime to compile the VCL configuration files. This is by design.
Requires:	gcc
Requires(post): systemd
Requires(post): util-linux

%description
This is the Varnish high-performance HTTP accelerator. Documentation wiki and
additional information about Varnish is available on the following web site:
http://www.varnish-cache.org/

%package -n	%{libname}
Summary:	Shared libraries for varnish
Group:		System/Libraries

%description -n	%{libname}
Varnish is a high-performance HTTP accelerator.

This package provides the shared libraries for varnish.

%package -n	%{develname}
Summary:	Development headers and libraries for varnish
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
Varnish is a high-performance HTTP accelerator.

This package provides the development files for varnish.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p1

# Hack to get 32- and 64-bits tests run concurrently on the same build machine
case `uname -m` in
	ppc64 | s390x | x86_64 | sparc64 )
		sed -i '
			s,9001,9011,g;
			s,9080,9090,g;
			s,9081,9091,g;
			s,9082,9092,g;
			s,9180,9190,g;
		' bin/varnishtest/*.c bin/varnishtest/tests/*vtc
		;;
	*)
		;;
esac

mkdir examples
cp bin/varnishd/default.vcl etc/zope-plone.vcl examples

mkdir -p Mandriva
cp %{SOURCE5} Mandriva/varnish.logrotate
cp %{SOURCE6} Mandriva/default.vcl

%build
autoreconf -fi

%configure2_5x \
    --disable-static \
    --localstatedir=/var/lib

# We have to remove rpath - not allowed in Fedora
# (This problem only visible on 64 bit arches)
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g;
	s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install

%makeinstall_std INSTALL="install -p"

install -d %{buildroot}%{_sysconfdir}/varnish
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var/lib/varnish
install -d %{buildroot}/var/log/varnish

mkdir -p %{buildroot}%{_unitdir}
install -D -m 0644 %SOURCE1 %{buildroot}%{_unitdir}/varnish.service
install -D -m 0644 %SOURCE3 %{buildroot}%{_unitdir}/varnishncsa.service
install -D -m 0644 %SOURCE4 %{buildroot}%{_unitdir}/varnishlog.service
install -m0644 Mandriva/varnish.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/varnish
install -m0644 Mandriva/default.vcl %{buildroot}%{_sysconfdir}/varnish/default.vcl

# cleanup
find %{buildroot}/%{_libdir}/ -name '*.la' -exec rm -f {} ';'

mkdir -p %{buildroot}%{_tmpfilesdir}
cat <<EOF > %{buildroot}%{_tmpfilesdir}/%{name}.conf
d /run/varnish 0755 varnish varnish
EOF

# Use the new ld.so.conf.d
mkdir -p %{buildroot}/%{_sysconfdir}/ld.so.conf.d
pushd %{buildroot}/%{_sysconfdir}/ld.so.conf.d
echo "%{_libdir}/varnish" > %{name}.conf
popd

%pre
getent group varnish >/dev/null || groupadd -r varnish
getent passwd varnish >/dev/null || \
	useradd -r -g varnish -d /var/lib/varnish -s /sbin/nologin \
		-c "Varnish http accelerator user" varnish
exit 0

%post
if [ ! -f %{_sysconfdir}/%{name}/secret ]; then
	uuidgen > %{_sysconfdir}/%{name}/secret
	chown %{name}:adm %{_sysconfdir}/%{name}/secret
	chmod 0660 %{_sysconfdir}/%{name}/secret

	# While not strictly related, we also need to fix storage permissions from
	# older versions and the lack of a secret file is a good indicator
	find /var/lib/%{name}/ -uid 0 -exec chown %{name}:%{name} {} \;
fi
%_tmpfilescreate %{name}
%_post_service %{name} %{name} varnishlog varnishncsa

%preun
%_preun_service %{name} %{name} varnishlog varnishncsa

%files
%doc INSTALL README ChangeLog examples
%config(noreplace) %{_sysconfdir}/logrotate.d/varnish
%dir %{_sysconfdir}/varnish
%config(noreplace) %{_sysconfdir}/varnish/default.vcl
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/*
%{_unitdir}/varnish.service
%{_unitdir}/varnishncsa.service
%{_unitdir}/varnishlog.service
%{_tmpfilesdir}/%{name}.conf
%{_sbindir}/*
%{_bindir}/*
%attr(0755,varnish,varnish) %dir /var/lib/varnish
%attr(0755,varnish,varnish) %dir /var/log/varnish
%{_mandir}/man1/*.1*
%{_mandir}/man7/*.7*
%dir %{_libdir}/varnish
%{_libdir}/varnish/libvarnish.so
%{_libdir}/varnish/libvarnishcompat.so
%{_libdir}/varnish/libvcl.so
%{_libdir}/varnish/libvgz.so
%dir %{_libdir}/varnish/vmods
%{_libdir}/varnish/vmods/libvmod_std.so
%{_mandir}/man3/vmod_std.3*

%files -n %{libname}
%doc LICENSE
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_libdir}/lib*.so
%dir %{_includedir}/varnish
%{_includedir}/varnish/*.h
%{_libdir}/pkgconfig/*.pc


%changelog

* Wed Apr 27 2016 Denis Silakov <dsilakov@gmail.com> 3.0.3-18
- (dc05e4f) Fix CVE-2015-8852



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15376 |14cu|vavoom-1.33-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open source port of the DOOM game engine
Name:		vavoom
Version:	1.33
Release:	5
License:	GPLv2+
Group:		Games/Arcade
Url:		http://vavoom-engine.com/
Source0:	http://dl.sourceforge.net/vavoom/%{name}-%{version}.tar.bz2
Patch0:		vavoom-1.30-linkage.patch
Patch1:		vavoom-1.30-fix-str-fmt.patch
Patch2:		vavoom-1.33-sfmt.patch
Patch3:		vavoom-1.33-cmake35.patch
# From Fedora package
Patch10:	vavoom-1.33-default-iwaddir.patch
Patch11:	vavoom-1.33-dont-override-delete.patch
Patch12:	vavoom-1.33-gcc6.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	subversion
BuildRequires:	jpeg-devel >= 1.3.0
BuildRequires:	libmikmod-devel
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(allegro)
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(vorbis)
Suggests:	vavoom-vmdl
Suggests:	TiMidity++

%description
Vavoom is an open-source port of Doom, the classic 3D first-person shooter
game.  It adds some extra features to Doom such as translucency
and freelook support.

%files
%doc docs/*.log docs/gnu.txt docs/vavoom.txt
%{_gamesbindir}/*
%{_gamesdatadir}/*
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1

# This one line sed command is easier than trying to muck with the Makefile
# to add the proper -D definition.
sed -i "s|#define FL_BASEDIR.*|#define FL_BASEDIR \"%{_gamesdatadir}/%{name}\"|" source/files.h

%build
%cmake \
	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
	-DBINDIR=%{_gamesbindir} \
	-DDATADIR=%{_gamesdatadir}/%{name} \
	-DWITH_SDL=Y \
	-DWITH_OPENGL=Y \
	-DWITH_OPENAL=Y \
	-DWITH_FLAC=Y \
	-DWITH_ALLEGRO=N

# The Makefile doesn't do parallel builds correctly.
make

%install
%makeinstall_std -C build

cat << EOF > %{name}.desktop
[Desktop Entry]
Name=Freedoom
Comment=Freedoom with the Vavoom engine
Exec=vavoom
Icon=arcade_section
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

desktop-file-install \
	--vendor="" \
	--dir %{buildroot}%{_datadir}/applications \
	%{name}.desktop


%changelog

* Tue Jun 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.33-5
- (1762b29) Add patch to fix build with cmake 3.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15377 |14cu|vbam-2.0.0-0.beta2.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta 2

Summary:	A GameBoy Advance and GameBoy Color emulator
Name:		vbam
Version:	2.0.0
Release:	0.beta%{beta}.3
License:	GPLv2+
Group:		Emulators
Url:		http://vba-m.com/
# From github
# https://github.com/visualboyadvance-m/visualboyadvance-m
Source0:	visualboyadvance-m-VBA-M_Beta_%{beta}.tar.gz
Patch0:		visualboyadvance-m-VBA-M_Beta_2-cmake-sfml2.patch
Patch1:		visualboyadvance-m-VBA-M_Beta_2-gui-freeze-on-exit.patch
BuildRequires:	cmake
BuildRequires:	zip
BuildRequires:	sfml2-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)

%description
VisualBoyAdvance-M is a GameBoy Advance and GameBoy Color emulator.
It is based on VisualBoyAdvance and integrates the best features from
the various other forks.

It also features a wxWidgets frontend.

%files -f wxvbam.lang
%doc doc/ReadMe.SDL.txt doc/DevInfo.txt
%{_bindir}/vbam
%{_bindir}/visualboyadvance-m
%{_datadir}/applications/wxvbam.desktop
%{_datadir}/vbam/
%{_iconsdir}/hicolor/*/apps/vbam.*
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/vbam.cfg

#----------------------------------------------------------------------------

%prep
%setup -q -n visualboyadvance-m-VBA-M_Beta_%{beta}
%patch0 -p1
%patch1 -p1

%build
%cmake \
	-DENABLE_LINK:BOOL=ON
%make

%install
%makeinstall_std -C build

install -m 0755 build/visualboyadvance-m %{buildroot}%{_bindir}/visualboyadvance-m

%find_lang wxvbam


%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-0.beta2.3
- (5a537cb) Build requires zip



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15378 |14cu|vblade-21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (Nanar) TODO: An initscript !!

Summary: Programs to export AoE block device
Name: vblade
Version: 21
Release: 3
Source0: %{name}-%{version}.tgz
License: GPLv2
Group: System/Kernel and hardware
Url: http://sourceforge.net/projects/aoetools/

%description
The vblade program (storage target) exports a block device using AoE.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install

mkdir -p %{buildroot}{%{_sbindir},%{_mandir}/man8}

install vblade  %{buildroot}%{_sbindir}/vblade
install vblade.8 %{buildroot}%{_mandir}/man8/vblade.8

%clean

%files
%doc HACKING NEWS README
%{_sbindir}/*
%{_mandir}/*/*



%changelog

* Mon Sep 14 2015 Denis Silakov <dsilakov@gmail.com> 21-3
- (1c6ca3d) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15379 |14cu|vcmi-0.98-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}
%define debugcflags %{nil}

%define __noautoprov '(.*)\\.so(.*)'
%define __noautoreq 'libvcmi\\.so(.*)'

Summary:	Open-source reimplementation and extension of the Heroes III game engine
Name:		vcmi
Version:	0.98
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.vcmi.eu/
Source0:	http://download.vcmi.eu/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	qmake5
BuildRequires:	boost-devel
BuildRequires:	fuzzylite-devel
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pkgconfig(minizip)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(zlib)
# For data extraction
Requires:	unshield

%description
VCMI is an open-source project aiming to reimplement the Heroes of Might and
Magic III: In the Wake of Gods game engine, giving it new and extended
possibilities.

To play Heroes III, you will need a copy of the original game.
See VCMI's wiki for Heroes III installation instructions:
http://wiki.vcmi.eu/index.php?title=Installation_on_Linux

%files
%doc README.md README.linux AUTHORS ChangeLog
%{_datadir}/applications/%{name}*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}client.png
%{_libdir}/%{name}/
%{_gamesbindir}/%{name}*
%{_gamesdatadir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake \
	-DCMAKE_CXX_FLAGS_RELWITHDEBINFO="" \
	-DBIN_DIR=games \
	-DDATA_DIR=share/games/%{name} \
	-DLIB_DIR=%{_lib}/%{name} \
	-DCMAKE_INSTALL_LIBDIR=%{_lib} \
	-DCMAKE_SKIP_RPATH=OFF \
	-DENABLE_SDL2=OFF
make

%install
%makeinstall_std -C build


%changelog

* Thu Apr 09 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.98-1
- (d4a66ab) New version 0.98



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15380 |14cu|vdk-2.5.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# underlink.patch fixes most underlinking issues but there's one weird
# one I just can't shift - AdamW 2008/09
%define _disable_ld_no_undefined	1

%define oname		vdklib

%define major		2
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	C++++ framework that binds GTK+ GUI libraries
Name:		vdk
Version:	2.5.1
Release:	7
Source0:	http://downloads.sourceforge.net/%{oname}/%{name}-%{version}.tar.gz
URL:		http://vdklib.sourceforge.net/
License:	LGPLv2+
Group:		System/Libraries
BuildRequires:	sigc++2.0-devel
BuildRequires:	tetex
BuildRequires:	gtk2-devel
BuildRequires:	libdmx-devel

%description
The Visual Development Kit (VDK) is a C++ library that wraps the GTK+
toolkit. The package also includes the VDK Component Library which
contains some useful new components not available in pure GTK+.

Programming in VDK is much like programming in VCL and Borland C++
Builder. 

%package -n %{libname}
Summary:        C++++ framework that binds GTK+ GUI libraries
Group:		System/Libraries

%description -n %{libname}
The Visual Development Kit (VDK) is a C++ library that wraps the GTK+
toolkit. The package also includes the VDK Component Library which
contains some useful new components not available in pure GTK+.

Programming in VDK is much like programming in VCL and Borland C++
Builder.

%package -n %{develname} 
Summary:	C++++ framework that binds GTK+ GUI libraries
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{mklibname vdk 2 -d}

%description -n %{develname}
This package contains the headers and libraries needed to compile and
link applications using VDK.
                               
%prep
%setup -q

%build
%configure2_5x \
			--host=%{_target_platform} \
			--build=%{_target_platform} \
			--enable-debug=no \
			--enable-shared=yes \
			--enable-static=no \
			--enable-opt=2 \
			--enable-testvdk=yes \
			--enable-sigc=yes \
			--enable-testsigc=yes \
			--enable-gnome=yes \
			--enable-doc-html=yes \
			--enable-doc-latex=no \
			--enable-doc-man=yes

%make
make docs


%install
%makeinstall
rm -rf %{buildroot}/%{_docdir}/%{name}-devel-%{version}

%files -n %{libname}
%{_libdir}/libvdk*.so.%{major}*   

%files -n %{develname}
%doc README TODO example doc/*.txt     
%{_libdir}/libvdk*.so
%{_includedir}/vdk-2
%{_mandir}/man1/*
%{_bindir}/*
%{_datadir}/aclocal/*
%{_libdir}/pkgconfig/vdk-2.x.pc



%changelog

* Tue Oct 18 2016 Denis Silakov <dsilakov@gmail.com> 2.5.1-7
- (2fff346) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15381 |14cu|vdpauinfo-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	vdpauinfo
%define version	1.0
%define snap	0
%define rel	1

Summary:	VDPAU acceleration information utility
Name:		%{name}
Version:	%{version}
%if %snap
Release:	0.%snap.%rel
%else
Release:	%rel
%endif
License:	MIT
Group:		Development/X11
URL:		http://www.nvnews.net/vbulletin/showthread.php?t=124978
%if %snap
# rm -rf vdpauinfo && git clone git://anongit.freedesktop.org/~aplattner/vdpauinfo && cd vdpauinfo/
# git archive --prefix=vdpauinfo-$(date +%Y%m%d)/ --format=tar HEAD | lzma > ../vdpauinfo-$(date +%Y%m%d).tar.lzma
Source:		vdpauinfo-%{snap}.tar.lzma
%else
Source:		http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-%{version}.tar.gz
%endif

BuildRequires:	pkgconfig(vdpau) >= 0.4
BuildRequires:	pkgconfig(x11)
BuildRequires:	python
Obsoletes:	vdpinfo < 0.0.6

%description
Simple utility that queries and displays the VDPAU capabilities of
your X display and prints them in tabular format.

%prep
%if %snap
%setup -q -n %{name}-%snap
%else
%setup -q
%endif

%build
%if %snap
python functions.py > VDPDeviceImpl.h
autoreconf -fi
%endif
%configure2_5x
%make

%install
%makeinstall_std


%files
%{_bindir}/%{name}

%changelog

* Wed Nov 18 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0-1
- (72ac068) Updated to version 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15382 |14cu|vdr-2.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define maintpatch 0
%define oapiversion 2.0.6

# Increased when ABI compatibility is broken by patches
# Reset to 1 when %oapiversion is raised
%define vdr_sub_abi	1
%define vdr_abi		%{oapiversion}_%{_lib}_abi_%{vdr_sub_abi}
%define apiversion	%{oapiversion}.%{vdr_sub_abi}

%define vdr_plugin_dir		%{_libdir}/%{name}
%define vdr_plugin_datadir	%{vdr_datadir}/plugins
%define vdr_plugin_cfgdir	%{vdr_cfgdir}/plugins
%define vdr_plugin_paramdir	%{vdr_datadir}/defaults
%define vdr_plugin_cachedir	%{_var}/cache/%{name}
%define vdr_videodir		%{_localstatedir}/lib/%{name}/video
%define vdr_cfgdir		%{_localstatedir}/lib/%{name}/config
%define	vdr_datadir		%{_datadir}/%{name}
%define vdr_chanlogodir		%{vdr_datadir}/chanlogos
%define vdr_themedir		%{_localstatedir}/lib/%{name}/themes
%define vdr_epgimagesdir	%{_var}/cache/%{name}/epgimages

# shared libraries need to be built with -fPIC
%define vdr_plugin_flags	-fPIC

%if %{maintpatch}
%define fullversion		%{version}-%{maintpatch}
%else
%define fullversion		%{version}
%endif

Summary:	Video Disk Recorder - PVR suite
Name:		vdr
Version:	2.0.7
Release:	1
Group:		Video
License:	GPLv2+
URL:		http://www.tvdr.de/
Source:		ftp://ftp.tvdr.de/vdr/%{name}-%{version}.tar.bz2

Source2:	vdr-runvdr
Source3:	vdr-shutdown.sh.example
Source4:	vdr.sysconfig
Source8:	vdr-plugin-filetriggers.script
Source9:	vdr2.service.example
Source10:	plugin-update.sh
Source11:	vdr.service

# Patches last checked for updates: 2012/02/17

# ===============
# Patches from upstream (Patch000..099):

# VDR maintenance release patches from upstream
%if %maintpatch
%(for n in {1..%maintpatch}; do
	echo "Patch$((n+70)): ftp://ftp.cadsoft.de/vdr/Developer/vdr-%{version}-$n.diff"
done)
%endif

# ===============
# Patches that are upstreamable (TODO: do it) (Patch100..199):

# add VdrVersion() function for determining VDR version at run-time:
Patch100:       vdr-1.6.0-vdrversion.patch

# submitted a long time ago without reply, TODO: try again
Patch101:	vdr-1.6.0-rsvps.patch

# ===============
# From http://www.saunalahti.fi/~rahrenbe/vdr/patches/ by Rolf Ahrenberg.
# Updated with each version, gunzipped.
# Note that they are usually just rediffed, no actual changes.
# Upstreaming handled by author.
# Not all patches are applied, only those that are generally useful or
# unintrusive.
# (Patch200..299)

Patch200:	vdr-2.0.6-kamalasamala.patch
Patch202:	vdr-2.0.6-lcn-base.patch
Patch203:	vdr-2.1.6-lcn-support.patch

# ===============
# Patches from various sources (Patch300..499):
# Presumed to be upstreamed by the authors.

# From epgsearch
Patch310:	vdr.epgsearch-exttimeredit-0.0.2.diff
Patch312:	timercmd-0.1_1.7.17.diff

# From ttxtsubs
# -2.0.6 = identical
Patch320:	vdr-1.7.40-ttxtsubs.patch

# From Fedora
# http://pkgs.fedoraproject.org/cgit/vdr.git/tree/
Patch420:	vdr-channel+epg.patch
Patch423:	http://toms-cafe.de/vdr/download/vdr-timer-info-0.5-1.7.13.diff
Patch424:	vdr-timer-info-1.7.28.patch
# for epgsearch:
Patch425:	http://pkgs.fedoraproject.org/cgit/vdr.git/plain/vdr-2.0.4-mainmenuhooks101.patch
#
Patch426:	http://www.udo-richter.de/vdr/files/vdr-2.1.5-naludump-0.1.diff

# ===============
# From http://e-tobi.net/ Debian repository (current only).
# Patch headers contain additional information.
# Unknown upstreaming status.
# (Patch500..599)
Patch501:	vdr-1.7.11-yaepg.patch
Patch502:	vdr-1.6.0-menuorg.patch
Patch504:	vdr-1.7.13-graphtft.patch

# From yavdr:
Patch503:	vdr-2.0.3-pin.patch
Patch550:	vdr-1.7.23-rotor.patch

# ===============
# Patches that are unsuitable to be upstreamed
# as-is (Patch600..699):

# CanHandleOver2BitSubtitles() hack:
Patch600:	vdr-1.6.0-dxr3.patch

# Use monospace as default monospace font,
# sans serif as default large font:
Patch601:	vdr-1.6.0-default-fonts-mdv.patch

# Show more font aliases instead of only the per-category defaults (this could
# possibly be upstreamed if made more generic):
Patch602:	vdr-1.6.0-show-more-aliasfonts.patch

BuildRequires:	libcap-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	fribidi-devel
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(post):	vdr-common = %{version}
Requires:	vdr-common = %{version}
Provides:	vdr-abi = %{vdr_abi}
Obsoletes:	vdr-plugin-subtitles < 0.5.0-8
Requires(post):	ccp >= 0.4.1
# Plugins:
Requires:	ccp >= 0.4.1

%description
VDR (Video Disk Recorder) is a very powerful and customizable PVR
suite. One of the most common usage cases of VDR is as a digital
set-top-box with the picture displayed on a television set. VDR can
also be used on desktop or even without any video output devices.
There are also lots of different plugins available to extend VDR's
capabilities.

See http://www.linuxtv.org/vdrwiki/ for more information.

VDR in this package is patched with the liemikuutio patch and several
other patches.
%if %maintpatch
This build is additionally patched to the maintenance release
%{version}-%maintpatch.
%endif

%files -f vdr.lang
%doc HISTORY* INSTALL* MANUAL* CONTRIBUTORS* UPDATE* README*
%doc shutdown.sh.example
%doc vdr2.service.example
%attr(-,vdr,vdr) %dir %{vdr_cfgdir}
%attr(-,vdr,vdr) %dir %{vdr_plugin_cfgdir}
%attr(-,vdr,vdr) %dir %{vdr_themedir}
%config(noreplace) %{vdr_cfgdir}/*.conf
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_bindir}/vdr
%{_unitdir}/%{name}.service
%{_bindir}/runvdr
%{_bindir}/epg2html
%{_bindir}/summary2info
%{_bindir}/svdrpsend
%{_mandir}/man1/vdr.1*
%{_mandir}/man1/svdrpsend.1*
%{_mandir}/man5/vdr.5*
%attr(-,vdr,vdr) %dir %{vdr_videodir}
%dir %{vdr_plugin_dir}
%dir %{vdr_datadir}
%dir %{vdr_plugin_datadir}
%attr(-,vdr,vdr) %dir %{vdr_plugin_cachedir}
%dir %{vdr_chanlogodir}
# symlink
%{vdr_cfgdir}/themes
%dir %{vdr_plugin_paramdir}
%attr(-,vdr,vdr) %dir %{vdr_epgimagesdir}
%{_var}/lib/rpm/filetriggers/vdr-plugins.filter
%{_var}/lib/rpm/filetriggers/vdr-plugins.script
%{_datadir}/%{name}/plugin-update.sh


%post
# This test can be removed when ccp is updated to check that .rpmnew is
# not obsolete (via ctime, not mtime) -Anssi
if test -e %{_sysconfdir}/sysconfig/vdr.rpmnew && test $(stat -c%%Z %{_sysconfdir}/sysconfig/vdr.rpmnew) \
		-gt $(stat -c%%Z %{_sysconfdir}/sysconfig/vdr); then
	ccp --backup --delete --ifexists --set NoOrphans --oldfile \
		%{_sysconfdir}/sysconfig/vdr --newfile %{_sysconfdir}/sysconfig/vdr.rpmnew
fi
%_post_unit vdr

%preun
%_preun_unit vdr

#----------------------------------------------------------------------------

%package common
Summary:	Common files for VDR
Group:		Video
Requires(pre):	rpm-helper
Requires(postun): rpm-helper

%description common
VDR (Video Disk Recorder) is a very powerful and customizable PVR
suite.

This package contains the default "vdr" user required by VDR and
some other related tools.

%files common
%attr(-,vdr,vdr) %dir %{_localstatedir}/lib/%{name}

%pre common
%_pre_useradd vdr %{_localstatedir}/lib/%{name} /bin/nologin
%{_bindir}/gpasswd -a vdr video >/dev/null

%postun common
%_postun_userdel vdr


#----------------------------------------------------------------------------

%package devel
Summary:	VDR development headers
Group:		Development/C++
Requires:	gettext

%description devel
This package contains the headers that are needed to build
plugins for VDR.

%files devel
%{_sysconfdir}/rpm/macros.d/vdr.macros
%{_includedir}/vdr
%{_includedir}/libsi
%{_libdir}/pkgconfig/vdr.pc

#----------------------------------------------------------------------------

%package plugin-dvbhddevice
Summary:	VDR plugin: HD Full Featured DVB device
Group:		Video
Requires:	vdr-abi = %{vdr_abi}

%description plugin-dvbhddevice
This plugin implements the output device for the
"Full Featured TechnoTrend S2-6400" DVB cards.

%files plugin-dvbhddevice -f vdr-dvbhddevice.lang
%doc PLUGINS/src/dvbhddevice/HISTORY
%doc PLUGINS/src/dvbhddevice/README
%{vdr_plugin_dir}/libvdr-dvbhddevice.so.%{apiversion}

#----------------------------------------------------------------------------

%package plugin-dvbsddevice
Summary:	VDR plugin: SD Full Featured DVB device
Group:		Video
Requires:	vdr-abi = %{vdr_abi}

%description plugin-dvbsddevice
This plugin implements the output device for the
"Full Featured" DVB cards based on the TechnoTrend/Fujitsu-Siemens
design. This code was originally part of the core VDR source, and
was moved into this plugin in VDR version 1.7.11.

%files plugin-dvbsddevice
%doc PLUGINS/src/dvbsddevice/HISTORY
%doc PLUGINS/src/dvbsddevice/README
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-dvbsddevice
%{vdr_plugin_dir}/libvdr-dvbsddevice.so.%{apiversion}
%{vdr_plugin_paramdir}/dvbsddevice.*

#----------------------------------------------------------------------------

%package plugin-epgtableid0
Summary:	VDR plugin: EPG handler for events with table id 0x00
Group:		Video
Requires:	vdr-abi = %{vdr_abi}

%description plugin-epgtableid0
The special handling of EPG events with table id 0x00 has been dropped
in VDR version 1.7.26, and replaced by a more felxible "EPG Handler"
concept. You can use this plugin to get the previous functionality back.

%files plugin-epgtableid0
%doc PLUGINS/src/epgtableid0/HISTORY
%doc PLUGINS/src/epgtableid0/README
%{vdr_plugin_dir}/libvdr-epgtableid0.so.%{apiversion}

#----------------------------------------------------------------------------

%package plugin-hello
Summary:	VDR plugin: A friendly greeting
Group:		Video
Requires:	vdr-abi = %{vdr_abi}

%description plugin-hello
This is a small demo of the VDR plugin interface.

%files plugin-hello -f vdr-hello.lang
%doc PLUGINS/src/hello/HISTORY
%doc PLUGINS/src/hello/README
%{vdr_plugin_dir}/libvdr-hello.so.%{apiversion}

#----------------------------------------------------------------------------

%package plugin-osddemo
Summary:	VDR plugin: Demo of arbitrary OSD setup
Group:		Video
Requires:	vdr-abi = %{vdr_abi}

%description plugin-osddemo
Demonstration of how a plugin can have its very own OSD setup.

It's a very primitive game that opens a small window in which the
user can draw lines with the Up, Down, Left and Right buttons.
The color buttons are used to switch color.
Press Ok to close the window.

%files plugin-osddemo
%doc PLUGINS/src/osddemo/HISTORY
%doc PLUGINS/src/osddemo/README
%{vdr_plugin_dir}/libvdr-osddemo.so.%{apiversion}

#----------------------------------------------------------------------------

%package plugin-rcu
Summary:	VDR plugin: Remote Control Unit
Group:		Video
Requires:	vdr-abi = %{vdr_abi}

%description plugin-rcu
This VDR plugin implements support for the RCU (Remote Control Unit),
a custom device with an infrared receiver and a four digit display:
http://tvdr.de/remote.htm

%files plugin-rcu
%doc PLUGINS/src/rcu/HISTORY
%doc PLUGINS/src/rcu/README
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-rcu
%{vdr_plugin_dir}/libvdr-rcu.so.%{apiversion}
%{vdr_plugin_paramdir}/rcu.*

#----------------------------------------------------------------------------

%package plugin-skincurses
Summary:	VDR plugin: A text only skin
Group:		Video
Requires:	vdr-abi = %{vdr_abi}

%description plugin-skincurses
The 'skincurses' plugin implements a VDR skin that works in a
shell window, using only plain text output. It re-implements
what used to be available by compiling VDR versions before 1.3.7
with the DEBUG_OSD macro set.

%files plugin-skincurses -f vdr-skincurses.lang
%doc PLUGINS/src/skincurses/HISTORY
%doc PLUGINS/src/skincurses/README
%{vdr_plugin_dir}/libvdr-skincurses.so.%{apiversion}

#----------------------------------------------------------------------------

%package plugin-status
Summary:	VDR plugin: Status monitor test
Group:		Video
Requires:	vdr-abi = %{vdr_abi}

%description plugin-status
This is an example that shows the use of cStatus.

%files plugin-status
%doc PLUGINS/src/status/HISTORY
%doc PLUGINS/src/status/README
%{vdr_plugin_dir}/libvdr-status.so.%{apiversion}

#----------------------------------------------------------------------------

%package plugin-servicedemo
Summary:	VDR plugin: Service demo
Group:		Video
Requires:	vdr-abi = %{vdr_abi}

%description plugin-servicedemo
Demonstration of how plugins can communicate with each other.

%files plugin-servicedemo
%doc PLUGINS/src/servicedemo/HISTORY
%doc PLUGINS/src/servicedemo/README
%{vdr_plugin_dir}/libvdr-svccli.so.%{apiversion}
%{vdr_plugin_dir}/libvdr-svcsvr.so.%{apiversion}

#----------------------------------------------------------------------------

%package plugin-svdrpdemo
Summary:	VDR plugin: How to add SVDRP support to a plugin
Group:		Video
Requires:	vdr-abi = %{vdr_abi}

%description plugin-svdrpdemo
This plugin shows how to add SVDRP support to a plugin.

%files plugin-svdrpdemo
%doc PLUGINS/src/svdrpdemo/HISTORY
%doc PLUGINS/src/svdrpdemo/README
%{vdr_plugin_dir}/libvdr-svdrpdemo.so.%{apiversion}

#----------------------------------------------------------------------------

%package plugin-pictures
Summary:	VDR plugin: A simple picture viewer
Group:		Video
Requires:	vdr-abi = %{vdr_abi}

%description plugin-pictures
The 'pictures' plugin implements a simple picture viewer.

There is already an 'image' plugin out there which has a lot more
functionality than this one but is also more complex.

This plugin assumes that the pictures have already been converted to
MPEG frames (with the 'pic2mpg' script that comes with this package),
and doesn't implement any fancy features like zooming, panning or
tiled previews. It's just a very simple viewer.

%files plugin-pictures -f vdr-pictures.lang
%doc PLUGINS/src/pictures/HISTORY
%doc PLUGINS/src/pictures/README
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-pictures
%{_bindir}/pic2mpg
%{_bindir}/pic2mpg-sd
%{vdr_plugin_dir}/libvdr-pictures.so.%{apiversion}
%{vdr_plugin_paramdir}/pictures.*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

cp %{SOURCE9} .

# drop backups for documentation to avoid them ending up in the rpm
rm -f {README,CONTRIBUTORS,HISTORY,INSTALL,MANUAL,README}.[0-9][0-9][0-9][0-9]

sed -i "/isyslog(\"VDR version %%s started\", VDRVERSION);/s/VDRVERSION/\"%{fullversion} (%{version}-%{release})\"/" vdr.c
sed -ri '/define APIVERSION/s/^(.*")%{oapiversion}(".*)$/\1%{apiversion}\2/' config.h
sed -ri '/define VDRVERSION/s/^(.*")%{fullversion}(".*)$/\1%{version}-%{release}\2/' config.h

# check that the macros are set correctly
[ $(sed -rn '/define APIVERSION/s/^.*"(.*)".*$/\1/p' config.h) == "%{apiversion}" ]
[ $(sed -rn '/define VDRVERSION/s/^.*"(.*)".*$/\1/p' config.h) == "%{version}-%{release}" ]

cp -a %{SOURCE3} shutdown.sh.example

cat > README.%{vendor}.custom-plugins <<EOF
=========================================
Installing additional plugins manually
=========================================

In some cases you want to be able to build and install a plugin manually
against %{product_distribution} VDR, such as when you are developing a new plugin or the
plugin does not yet have a %{product_distribution} package. (Note that in the latter case,
you can send me a packaging request).

You need to have the packages vdr-devel and rpm-build installed.

1. cd into the plugin source directory
2. execute:
     eval \$(rpm --eval %%vdr_plugin_build)
3. copy the resulting libvdr-*.so.* into %{vdr_plugin_dir}

You can give the plugins parameters as instructed in /etc/sysconfig/vdr.
EOF

cat > README.%{vendor}.multi-vdr <<EOF
You can setup a system that runs multiple vdr daemons simultaneusly by doing
the following:
# cp /usr/share/doc/vdr/vdr2.service.sample /etc/systemd/system/vdr2.service
# cp /etc/sysconfig/vdr /etc/sysconfig/vdr2
and editing the files accordingly.

To set plugin parameters individually, you need to set them using
VDR_PLUGIN_ARGS_ in the instance sysconfig fie ("vdr2" above).

The extra VDR daemons will not be restarted automatically on upgrades.
EOF

# Comment default examples out
perl -pi -e "s/^S/# S/" diseqc.conf

cat > README.1.7.0.upgrade.urpmi <<EOF
VDR 1.7 series is a major upgrade and you may need to make configuration
changes to adapt for this new series.

Notable changes that may require user action are:
- DVB output devices ("FF cards") are now supported by the dvbsddevice
  plugin instead of being supported by VDR core.
- Default SVDRP port has been changed to 6419 as assigned for SVDRP use by
  IANA.
- Some scripts have had their '.pl' suffix removed, notably 'svdrpsend'.
- VDR now uses the TS recording format instead of PES. Old recordings
  are still playable.
- LNB sharing is now implemented in VDR core and is now configured
  differently.

See HISTORY in the documentation directory for the full list of changes.
EOF

cat > Make.config <<EOF
CFLAGS   = %{optflags} %{?ldflags}
CXXFLAGS = \$(CFLAGS) -Werror=overloaded-virtual

BINDIR   = %{_bindir}
INCDIR   = %{_includedir}
MANDIR   = %{_mandir}
LOCDIR   = %{_datadir}/locale
PCDIR    = %{_libdir}/pkgconfig

LIBDIR   = %{vdr_plugin_dir}
VIDEODIR = %{vdr_videodir}
CONFDIR  = %{vdr_cfgdir}
RESDIR   = %{vdr_datadir}
CACHEDIR = %{vdr_plugin_cachedir}

LIRC_DEVICE = %{_var}/run/lirc/lircd
BIDI = 1
EOF

cat > README.install.urpmi <<EOF
VDR is an advanced PVR suite and configuring it may not be straight-forward.
Please take a look at the provided documentation first.

Note that VDR does not support output to X11 or framebuffer without
additional plugins, such as xineliboutput or softdevice.

VDR service is provided for your convenience. Instead of running vdr
directly, you should use the vdr service.

%{product_distribution} VDR packages have the following filesystem layout:

%{_sysconfdir}/sysconfig/vdr
%{product_distribution} VDR configuration file; the settings in this file are used to
construct the VDR parameters.

%{_sysconfdir}/sysconfig/vdr-PLUGINNAME
%{product_distribution} VDR plugin configuration files; the settings in these files are used
to construct the parameters for VDR plugins.

%vdr_videodir
Default VDR recordings directory.

%vdr_cfgdir
Default VDR configuration directory.

%vdr_chanlogodir
Default channel logo directory; The channel logos are used by plugins that
support them. The most compatible format is 64x48px 16-color xpm.

For more information on VDR and its plugins, see http://linuxtv.org/vdrwiki/ .
EOF

# The escaping gets a little messy:
# \$	= plain $ in macros
# \\	= multiline macro
# \\\\	= plain \ in macros
# these and their combinations are the only types of escaping present below:
cat > vdr.macros <<EOF
## VDR plugin macros ##

%%vdr_version		%{version}-%{release}
%%vdr_rpmversion	%{version}
%%vdr_apiversion	%{apiversion}
%%vdr_abi		%{vdr_abi}

%%vdr_plugin_flags	%%{optflags} %vdr_plugin_flags %%{vdr_plugin_ldflags} \${VDR_PLUGIN_EXTRA_FLAGS}
%%vdr_plugin_ldflags	%%(echo "%%{?ldflags}" | sed 's@-Wl,--no-undefined@@')

%%vdr_plugin_dir        %{_libdir}/%{name}
%%vdr_plugin_datadir    %{vdr_datadir}
%%vdr_plugin_cfgdir     %{vdr_cfgdir}/plugins
%%vdr_plugin_paramdir   %{vdr_datadir}/defaults
%%vdr_plugin_cachedir   %{_var}/cache/%{name}
%%vdr_videodir          %{_localstatedir}/lib/%{name}/video
%%vdr_cfgdir            %{_localstatedir}/lib/%{name}/config
%%vdr_datadir           %{_datadir}/%{name}
%%vdr_chanlogodir       %{vdr_datadir}/chanlogos
%%vdr_themedir          %{_localstatedir}/lib/%{name}/themes
%%vdr_epgimagesdir      %{_var}/cache/%{name}/epgimages

%%vdr_plugin_prep \\
for file in po/*.po; do \\
	# drop empty translations \\
	grep -Eq 'msgstr ".+"' \$file || rm -f \$file \\
done \\
set +x \\
echo Silent renaming of locales \\
for file in po/*_*.po; do \\
	[ -f \$file ] || continue \\
	[ \$(basename \$file .po) == "zh_CN" ] && continue \\
	# VDR wrongly uses the _COUNTRY identification always \\
	rm -rf \${file%_*.po}.po \\
	mv \$file \${file%_*.po}.po \\
done \\
set -x \\
touch vdr_plugin_prep.done

%%vdr_plugin_build \\
    %%make all							\\\\\\
    CFLAGS="%%{vdr_plugin_flags}"				\\\\\\
    CXXFLAGS="%%{vdr_plugin_flags}"				\\\\\\
    LDFLAGS="%%{vdr_plugin_ldflags}"				\\\\\\
    PLUGINLIBDIR=%%{vdr_plugin_dir}				\\\\\\
    VIDEODIR=%%{vdr_videodir}					\\\\\\
    LIBDIR=.							\\\\\\
    LOCALEDIR=locale						\\\\\\
    VDRLOCALE='""'						\\\\\\
    DVBDIR=%%{_prefix}						\\\\\\
    VDRDIR=%{_includedir}/vdr					\\\\\\
    VDRVERSION=%%{vdr_version}					\\\\\\
    VDRVERSNUM=%%(echo %%{vdr_rpmversion} |			\\\\\\
        %__awk -F'.' '{ print \$1*10000+\$2*100+\$3 }')		\\\\\\
    APIVERSION=%%{vdr_apiversion}				\\\\\\
    APIVERSNUM=%%(echo %%{vdr_apiversion} |			\\\\\\
        %__awk -F'.' '{ print \$1*10000+\$2*100+\$3 }')

%%vdr_plugin_install \\
    if ! [ -e vdr_plugin_prep.done ]; then \\
        echo "Missing %%%%vdr_plugin_prep, aborting!" \\
        exit 1 \\
    fi \\
    if grep -q "^install:" Makefile; then \\
        %%makeinstall_std \\
    fi \\
    rename .so.%%{vdr_version} .so.%%{vdr_apiversion} *.so.%%{vdr_version} &>/dev/null || : \\
    for f in libvdr-*.so.%%{vdr_apiversion}; do \\
        [ -e "\$f" ] || continue \\
        install -D -m755 \$f %%{buildroot}%%{vdr_plugin_dir}/\$f \\
        install -d -m755 %%{buildroot}%%{_datadir} \\
        [ -d locale ] && cp -r locale %%{buildroot}%%{_datadir} \\
    done \\
    for f in %%{buildroot}%%{vdr_plugin_dir}/libvdr-*.so.%%{vdr_apiversion}; do \\
        NAME=\$(echo \$f | perl -pe "s/^.*libvdr-(.*).so.%%{vdr_apiversion}/\\\\1/") \\
        echo %%{vdr_plugin_dir}/\$(basename "\$f") > \$NAME.vdr \\
        %%find_lang vdr-\$NAME || touch $NAME.lang \\
        cat vdr-\$NAME.lang >> \$NAME.vdr \\
        if [ -f "\$NAME.rpm-params" ]; then \\
            install -D -m644 \$NAME.rpm-defaults %%{buildroot}%%{vdr_plugin_paramdir}/\$NAME.defaults \\
            install -D -m644 \$NAME.rpm-params %%{buildroot}%%{vdr_plugin_paramdir}/\$NAME.params \\
            install -D -m644 \$NAME.rpm-sysconfig %%{buildroot}%%{_sysconfdir}/sysconfig/vdr-\$NAME \\
            echo "%%config(noreplace) %%{_sysconfdir}/sysconfig/vdr-\$NAME" >> \$NAME.vdr \\
            echo "%%{vdr_plugin_paramdir}/\$NAME.defaults" >> \$NAME.vdr \\
            echo "%%{vdr_plugin_paramdir}/\$NAME.params" >> \$NAME.vdr \\
        fi \\
    done \\
    if [ -e "%%{buildroot}%%{vdr_cfgdir}/themes" ]; then \\
        mv "%%{buildroot}%%{vdr_cfgdir}/themes" "%%{buildroot}%%{vdr_themedir}" \\
    fi

%%vdr_chanlogo_notice This skin is able to display channel logos. In order to use this \\
functionality, channel logos must be put in %%{vdr_chanlogodir}. The \\
recommended format is 64x48px 16-color xpm. When using dxr3 as the \\
output device, the recommended maximum number of colors is 6.

%%vdr_plugin_params_begin() \\
vdr_plugin_params_do() { \\
	vdr_plugin_params_handle() { \\
		if echo "\$gotparam" | grep -q "\$gotvar"; then \\
			echo "local \$gotvar=\\\\"\$gotdefault\\\\"" >> %%1.rpm-defaults \\
			echo "# \$gotvar=\\\\"\$gotdefault\\\\"" >> %%1.rpm-sysconfig \\
			gotparam="\$(echo "\$gotparam" | sed "s/\$gotvar/'\\\\\$\$gotvar'/")" \\
			echo "[ -n \\\\"\\\\\$\$gotvar\\\\" ] && echo \\\\"\$gotparam\\\\"" >> %%1.rpm-params \\
		elif echo "\$gotparam" | grep -q "MULTIPLE_PARAMS"; then \\
			echo "local \$gotvar=\\\\"\$gotdefault\\\\"" >> %%1.rpm-defaults \\
			echo "# \$gotvar=\\\\"\$gotdefault\\\\"" >> %%1.rpm-sysconfig \\
			echo "local gotparam=\\\\"\$gotparam\\\\"" >> %%1.rpm-params \\
			echo "echo \\\\"\\\\\$\$gotvar\\\\" | xargs -n1 | while read subvar &&" >> %%1.rpm-params \\
			echo "	[ -n \\\\"\\\\\$subvar\\\\" ]; do" >> %%1.rpm-params \\
			echo "	echo \\\\"\\\\\$gotparam\\\\" | sed \\\\"s/MULTIPLE_PARAMS/'\\\\\$subvar'/\\\\"" >> %%1.rpm-params \\
			echo "done" >> %%1.rpm-params \\
		else \\
			[ -z "\$gotdefault" ] && gotdefault=no \\
			echo "local \$gotvar=\\\\"\$gotdefault\\\\"" >> %%1.rpm-defaults \\
			echo "# \$gotvar=\\\\"\$gotdefault\\\\"" >> %%1.rpm-sysconfig \\
			echo "[ \\\\"\\\\\$\$gotvar\\\\" = \\\\"yes\\\\" ] && echo \\\\"\$gotparam\\\\"" >> %%1.rpm-params \\
		fi \\
		echo >> %%1.rpm-sysconfig \\
		gotvar= \\
		gotparam= \\
		gotdefault= \\
	} \\
	local gotvar= \\
	local gotparam= \\
	local gotdefault= \\
	echo "# Do not modify this file, use %%{_sysconfdir}/sysconfig/%{name}-%%1 instead" > %%1.rpm-defaults \\
	echo "# Do not modify this file, use %%{_sysconfdir}/sysconfig/%{name}-%%1 instead" > %%1.rpm-params \\
	echo "# VDR plugin %%1 configuration" > %%1.rpm-sysconfig \\
	echo >> %%1.rpm-sysconfig \\
	echo "# You can also define the plugin arguments manually by using the" >> %%1.rpm-sysconfig \\
	echo "# VDR_PLUGIN_ARGS variable below. Note that setting VDR_PLUGIN_ARGS will" >> %%1.rpm-sysconfig \\
	echo "# override all the other settings in this file and that setting" >> %%1.rpm-sysconfig \\
	echo "# VDR_PLUGIN_ARGS_%%1 in the main VDR sysconfig file will" >> %%1.rpm-sysconfig \\
	echo "# override this file completely." >> %%1.rpm-sysconfig \\
	echo "# VDR_PLUGIN_ARGS=\\\\"\\\\"" >> %%1.rpm-sysconfig \\
	echo >> %%1.rpm-sysconfig \\
	while read INPUT; do \\
		if [ -z "\$INPUT" ]; then \\
			continue \\
		fi \\
		if echo "\$INPUT" | grep -q '^#'; then \\
			[ -n "\$gotvar" ] && [ -n "\$gotparam" ] && vdr_plugin_params_handle \\
			echo "\$INPUT" >> %%1.rpm-sysconfig \\
			continue \\
		fi \\
		if echo "\$INPUT" | grep -q '^var='; then \\
			gotvar="\${INPUT/var=}" \\
			continue \\
		fi \\
		if echo "\$INPUT" | grep -q '^param='; then \\
			eval gotparam="\${INPUT/param=}" \\
			continue \\
		fi \\
		if echo "\$INPUT" | grep -q '^default='; then \\
			eval gotdefault="\${INPUT/default=}" \\
			continue \\
		fi \\
		exit 1 \\
	done \\
	vdr_plugin_params_handle \\
} \\
vdr_plugin_params_do <<VDR_PLUGIN_PARAMS_EOF \\
%%nil

%%vdr_plugin_params_end VDR_PLUGIN_PARAMS_EOF

%%vdr_plugin_post() %%{nil}
%%vdr_plugin_postun() %%{nil}
EOF

%build
%make vdr i18n

%define vdr_plugin_ldflags %(echo "%{?ldflags}" | sed 's@-Wl,--no-undefined@@')
# [a-z] does not match v,w on fi_FI.ISO-8859-15, TODO: patch to use [[:lower:]]
LC_ALL=C %make plugins \
	CFLAGS="%{optflags} %vdr_plugin_flags -I%{_includedir}/ncursesw %vdr_plugin_ldflags" \
	CXXFLAGS="%{optflags} %vdr_plugin_flags -I%{_includedir}/ncursesw %vdr_plugin_ldflags"

%install
%makeinstall_std

rm -f %{buildroot}%{vdr_cfgdir}/channels.conf

install -d -m755 %{buildroot}%{vdr_plugin_datadir}
install -d -m755 %{buildroot}%{vdr_chanlogodir}
install -d -m755 %{buildroot}%{vdr_themedir}
ln -s %{vdr_themedir} %{buildroot}%{vdr_cfgdir}/themes

# included by plugin makefiles, in includedir because plugin makefiles
# may use $(VDRDIR) for both Make.global and grepping VDR headers:
install -m644 Make.global %{buildroot}%{_includedir}/%{name}

# required at least by sc:
install -d -m755 %{buildroot}%{_includedir}/%{name}/dvb{sd,hd}device/
install -m644 PLUGINS/src/dvbsddevice/dvbsdffdevice.h %{buildroot}%{_includedir}/%{name}/dvbsddevice/
install -m644 PLUGINS/src/dvbhddevice/dvbhdffdevice.h %{buildroot}%{_includedir}/%{name}/dvbhddevice/
# deps of dvbhdffdevice.h:
install -m644 PLUGINS/src/dvbhddevice/hdffcmd.h %{buildroot}%{_includedir}/%{name}/dvbhddevice/
install -d -m755 %{buildroot}%{_includedir}/%{name}/dvbhddevice/libhdffcmd
install -m644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd*.h %{buildroot}%{_includedir}/%{name}/dvbhddevice/libhdffcmd/

install -d -m755 %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m644 vdr.macros %{buildroot}%{_sysconfdir}/rpm/macros.d

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}

install -d -m755 %{buildroot}%{vdr_plugin_paramdir}
install -d -m755 %{buildroot}%{vdr_epgimagesdir}

# init stuff
install -d -m755 %{buildroot}%{_unitdir}
install -d -m755 %{buildroot}%{_sysconfdir}/sysconfig
install -d -m755 %{buildroot}%{_datadir}/%{name}
install -m755 %{SOURCE11} %{buildroot}%{_unitdir}/vdr.service
install -m755 %{SOURCE2} %{buildroot}%{_bindir}/runvdr
install -m644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m755 %{SOURCE10} %{buildroot}%{_datadir}/%{name}/plugin-update.sh


# fix locales
for dir in %{buildroot}%{_datadir}/locale/*_*; do
	[ $(basename $dir) == "zh_CN" ] && continue
	# VDR wrongly uses the _COUNTRY identification always
	rm -rf ${dir%_*}
	mv $dir ${dir%_*}
done

# pictures plugin
install -m755 PLUGINS/src/pictures/pic2mpg{,-sd} %{buildroot}%{_bindir}
# We don't have the nice %%vdr_plugin_params_begin available yet, so hardcode..:
cat > %{buildroot}%{vdr_plugin_paramdir}/pictures.defaults <<EOF
# Do not modify this file, use /etc/sysconfig/vdr-pictures instead
local DIR=""
EOF
cat > %{buildroot}%{vdr_plugin_paramdir}/pictures.params <<EOF
# Do not modify this file, use /etc/sysconfig/vdr-pictures instead
[ -n "\$DIR" ] && echo "--remote='\$DIR'"
EOF
cat > %{buildroot}%{_sysconfdir}/sysconfig/vdr-pictures <<EOF
# VDR plugin pictures configuration

# Set a custom picture directory
# DIR=""
EOF

# dvbsddevice
# We don't have the nice %%vdr_plugin_params_begin available yet, so hardcode..:
cat > %{buildroot}%{vdr_plugin_paramdir}/dvbsddevice.defaults <<EOF
# Do not modify this file, use /etc/sysconfig/vdr-dvbsddevice instead
local OUTPUT_ONLY=""
EOF
cat > %{buildroot}%{vdr_plugin_paramdir}/dvbsddevice.params <<EOF
# Do not modify this file, use /etc/sysconfig/vdr-dvbsddevice instead
[ "\$OUTPUT_ONLY" = "yes" ] && echo "-o"
EOF
cat > %{buildroot}%{_sysconfdir}/sysconfig/vdr-dvbsddevice <<EOF
# VDR plugin dvbsddevice configuration

# Use the device as output device only
# OUTPUT_ONLY="no"
EOF

# rcu
# We don't have the nice %%vdr_plugin_params_begin available yet, so hardcode..:
cat > %{buildroot}%{vdr_plugin_paramdir}/rcu.defaults <<EOF
# Do not modify this file, use /etc/sysconfig/vdr-rcu instead
local DEVICE=""
EOF
cat > %{buildroot}%{vdr_plugin_paramdir}/rcu.params <<EOF
# Do not modify this file, use /etc/sysconfig/vdr-rcu instead
[ -n "\$DEVICE" ] && echo "--device='\$DEVICE'"
EOF
cat > %{buildroot}%{_sysconfdir}/sysconfig/vdr-rcu <<EOF
# VDR plugin rcu configuration

# Set the serial device to be used (default: /dev/ttyS1).
# Note that the vdr user has to have proper permissions to it.
# DEVICE=""
EOF

# scripts
install -m755 epg2html summary2info %{buildroot}%{_bindir}

# automatic plugin post and postun actions
install -d -m755 %{buildroot}%{_var}/lib/rpm/filetriggers
install -m755 %{SOURCE8} %{buildroot}%{_var}/lib/rpm/filetriggers/vdr-plugins.script
echo "^.%{vdr_plugin_dir}/libvdr-.*\.so\." > %{buildroot}%{_var}/lib/rpm/filetriggers/vdr-plugins.filter

%find_lang vdr
%find_lang vdr-dvbhddevice
%find_lang vdr-hello
%find_lang vdr-skincurses
%find_lang vdr-pictures


%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.7-1
- (18ed12e) Updated to 2.0.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15383 |14cu|vdradmin-am-3.6.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Web interface for VDR
Name:           vdradmin-am
Version:        3.6.9
Release:        1
Group:          Video
License:        GPL
URL:            http://andreas.vdr-developer.org/vdradmin-am/
Source:         http://andreas.vdr-developer.org/download/%{name}-%{version}.tar.bz2
Source2:        vdradmin.service
Source3:        vdradmin.sysconfig
Source4:        vdradmin-wrapper.sh
# https://qa.mandriva.com/show_bug.cgi?id=52396
# We should probably use "use open ':locale';", but it doesn't seem to
# work if we do that, TODO: investigate
Patch0:         vdradmin-am-workaround-perl-bug.patch
# we use syslog now, no logdir needed
Patch1:         vdradmin-am-no-logdir-needed.patch
# allow pidfile in non-writable directory (we precreate the file with good perms),
# allow start with empty pidfile
Patch2:         vdradmin-am-pidfile.patch
BuildArch:      noarch
BuildRequires:  perl(CGI)
BuildRequires:  perl(Locale::gettext)
BuildRequires:  perl(HTTP::Date)
BuildRequires:  perl(Shell)
BuildRequires:  vdr-devel
BuildRequires:  gettext
Requires:       vdr-common
Requires:       perl(Template::Plugin::JavaScript)
Requires:       perl(Sys::Syslog)
Provides:       vdradmin

%description
Web Interface for Video Disk Recorder. With this you can manage your
recordings, timers, etc. You can also create auto-timers to record
specific programs automatically.

%prep
%setup -q
%apply_patches

rm -rf locale/*

# Setup default config
# Now using syslog: sed -i -e '/^$CONFIG{LOGFILE}\s*=\s*".*";/s,".*","vdradmin/vdradmind.log",' vdradmind.pl
#sed -i -e '/^$CONFIG{LOCAL_NET}\s*=\s*".*";/s,".*","127.0.0.1/32",' vdradmind.pl
sed -i -e '/^$CONFIG{VIDEODIR}\s*=\s*".*";/s,".*","%{_vdr_videodir}",' vdradmind.pl
sed -i -e '/^$CONFIG{VDRCONFDIR}\s*=\s*".*";/s,".*","%{_vdr_cfgdir}",' vdradmind.pl
#sed -i -e '/^$CONFIG{VDRVFAT}\s*=\s*[01];/s,[01],0,' vdradmind.pl
sed -i -e '/^\s*$PIDFILE\s*=\s*".*";/s,".*","%{_var}/run/vdradmind.pid",' vdradmind.pl
sed -i -e '/^my $SEARCH_FILES_IN_SYSTEM\s*=\s*[01];/s,[01],1,' vdradmind.pl

./vdradmind.pl --cfgdir . --config < /dev/null

cat > README.install.urpmi <<EOF
Use "vdradmind.pl --config" to configure the credentials and the tcp port.
EOF

chmod a+r README*

%build
./make.sh po

%install
install -d -m755 %{buildroot}%{_bindir}
# symlink
cp -a vdradmind %{buildroot}%{_bindir}
install -m755 *.pl %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_sysconfdir}
install -d -m755 %{buildroot}%{_localstatedir}/lib/vdradmin
install -m644 vdradmind.conf %{buildroot}%{_localstatedir}/lib/vdradmin
ln -s %{_localstatedir}/lib/vdradmin %{buildroot}%{_sysconfdir}/vdradmin

install -d -m755 %{buildroot}%{_sysconfdir}/sysconfig
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/vdradmin

install -d -m755 %{buildroot}%{_mandir}/man1
install -m644 vdradmind.pl.1 %{buildroot}%{_mandir}/man1

install -d -m755 %{buildroot}%{_datadir}/vdradmin
cp -a template %{buildroot}%{_datadir}/vdradmin
cp -a locale %{buildroot}%{_datadir}

install -d -m755 %{buildroot}%{_unitdir}
install -m755 %{SOURCE2} %{buildroot}%{_unitdir}/vdradmin.service

install -d -m755 %{buildroot}%{_var}/cache/vdradmin

install -m755 %{SOURCE4} %{buildroot}%{_bindir}/vdradmin-wrapper.sh

%find_lang vdradmin

# having encoding in %lang does not work correctly
sed -i 's,\.UTF-8),),' vdradmin.lang

%clean

%post
%systemd_post vdradmin

%preun
%systemd_preun vdradmin

%files -f vdradmin.lang
%doc CREDITS FAQ HISTORY INSTALL README.* contrib
%doc README.install.urpmi
%{_sysconfdir}/vdradmin
%attr(-,vdr,vdr) %dir %{_localstatedir}/lib/vdradmin
%attr(-,vdr,vdr) %dir %{_var}/cache/vdradmin

%attr(0640,vdr,vdr) %config(noreplace) %{_localstatedir}/lib/vdradmin/vdradmind.conf
%config(noreplace) %{_sysconfdir}/sysconfig/vdradmin
%{_unitdir}/vdradmin*
%{_bindir}/vdradmind
%{_bindir}/vdradmind.pl
%{_bindir}/convert.pl
%{_bindir}/autotimer2searchtimer.pl
%{_datadir}/vdradmin
%{_mandir}/man1/vdradmind.pl.1*
%{_bindir}/vdradmin-wrapper.sh

%changelog

* Wed Sep 30 2015 Denis Silakov <dsilakov@gmail.com> 3.6.9-1
- (c2b6746) Updated to 3.6.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15384 |14cu|vdr-plugin-aide-0.0.2-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	aide

Summary:	VDR plugin: VDR Aide
Name:		vdr-plugin-%plugin
Version:	0.0.2
Release:	22
Group:		Video
License:	GPL
URL:		http://vdr.bluox.org/download/?path=vdr-aide/
Source:		http://vdr.bluox.org/download/vdr-aide/vdr-%plugin-%version.tar.bz2
Source1:	aide-deu.tar.bz2
Source2:	aide-dutch.tar.bz2
Source3:	aide-eng.tar.bz2
Source4:	aide-rus.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
An OSD Help Browser for VDR. You can read VDR User Manual and other
plain text help files on the TV screen.

%prep
%setup -q -n %plugin-%version -a 1 -a 2 -a 3 -a 4
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY aide deu dut eng rus





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-22
- (ea4e794) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15385 |14cu|vdr-plugin-archive-0.0.2-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	archive

Summary:	VDR plugin: Multimedia-Archive
Name:		vdr-plugin-%plugin
Version:	0.0.2
Release:	23
Group:		Video
License:	GPL
URL:		http://schwatke.net/
Source:		vdr-%plugin-%version.tar.bz2
Patch0:		archive-includes.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi
Requires(pre):	rpm-helper

%description
Multimedia-Archive plugin for Klaus Schmidinger's Video Disc
Recorder.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
rm scripts/new_entry scripts/sort_archive
%vdr_plugin_prep

%build
%vdr_plugin_build
cd scripts
g++ %optflags -o new_entry new_entry.cc
g++ %optflags -o sort_archive sort_archive.cc

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/%plugin
install -m755 scripts/new_entry %{buildroot}%{vdr_plugin_cfgdir}/%plugin
install -m755 scripts/sort_archive %{buildroot}%{vdr_plugin_cfgdir}/%plugin
touch %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}/archive

%post
%create_ghostfile %{vdr_plugin_cfgdir}/%{plugin}/archive vdr vdr 644

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%attr(-,vdr,vdr) %dir %{vdr_plugin_cfgdir}/%{plugin}
%{vdr_plugin_cfgdir}/%{plugin}/new_entry
%{vdr_plugin_cfgdir}/%{plugin}/sort_archive
%attr(644,vdr,vdr) %ghost %{vdr_plugin_cfgdir}/%{plugin}/archive





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-23
- (289c83f) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15386 |14cu|vdr-plugin-arghdirector-0.2.6-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	arghdirector

Summary:	VDR plugin: plugin to use the premiere multifeed option
Name:		vdr-plugin-%plugin
Version:	0.2.6
Release:	22
Group:		Video
License:	GPL
URL:		http://www.arghgra.de/arghdirector.html
Source:		http://www.arghgra.de/vdr-%plugin-%version.tar.bz2
Patch0:		arghdirector-0.2.6-fonts-1.6.patch
Patch1:		arghdirector-0.2.6-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Director is a plugin to use the multifeed option of some Premiere
channels(Direkt,Sport1,Sport2).

%prep
%setup -q -n %plugin-%version
chmod a-x HISTORY README
%patch0 -p1
%patch1 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.6-22
- (7efe7dd) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15387 |14cu|vdr-plugin-autosort-0.1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	autosort

Summary:	VDR plugin: Channel Autosort
Name:		vdr-plugin-%plugin
Version:	0.1.3
Release:	7
Group:		Video
License:	GPL
URL:		http://www.copypointburscheid.de/linux/autosort.htm
Source:		http://www.copypointburscheid.de/linux/vdr-%plugin-%version.tgz
Patch0:		autosort-90_ConfigDir.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin performs a presortion of new channels.

%prep
%setup -q -n %plugin-%version
sed -i 's,/video,%{_vdr_videodir},' scripts/*.pl README*
%patch0 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{_bindir}
install -m755 scripts/*.pl %{buildroot}%{_bindir}

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README* HISTORY examples
%{_bindir}/createopengroups.pl




%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.3-7
- (1f7f65e) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15388 |14cu|vdr-plugin-autotimer-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	autotimer

Summary:	VDR plugin: Autotimer
Name:		vdr-plugin-%plugin
Version:	2.0.0
Release:	1
Group:		Video
License:	GPL
URL:		http://phivdr.dyndns.org/vdr/vdr-autotimer/
Source:		http://phivdr.dyndns.org/vdr/vdr-autotimer/vdr-%plugin-%{version}.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Simple autotimer plugin for vdr. This plugin creates automatically
timers for matching EPG events.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY *.example

%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-1
- (10f02f0) Merge branch 'rosa2014.1' of https://abf.rosalinux.ru/import/vdr-plugin-autotimer into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15389 |14cu|vdr-plugin-autotimeredit-0.1.8-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	autotimeredit

# backportability
%define _localstatedir %{_var}

Summary:	VDR plugin: OSD autotimer edit
Name:		vdr-plugin-%plugin
Version:	0.1.8
Release:	21
Group:		Video
License:	GPL
URL:		http://www.fast-info.de/vdr/autotimeredit/
Source:		http://www.fast-info.de/vdr/autotimeredit/vdr-%plugin-%version.tar.bz2
Patch1:		http://gentoo.fh-luh.de/files/vdr-autotimeredit/autotimeredit-0.1.8.patch
Patch2:		92_autotimeredit-0.1.8-1.5.3.dpatch
Patch3:		autotimeredit-0.1.8-i18n-1.6.patch
Patch4:		autotimeredit-0.1.8-vdr-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This is a plugin for the Video Disk Recorder (VDR) to edit the vdradmind.at
for vdradmind via VDR on-screen-display (OSD).

%prep
%setup -q -n %plugin-%version
%patch1 -p4 -b .uint
%patch2 -p1
%patch3 -p1
%patch4 -p1
%vdr_plugin_prep

# this plugin has somewhat bloated configuration scheme...

%vdr_plugin_params_begin %plugin
# Note that most of these options can also be set from the OSD setup menu and
# autotimeredit.conf.
# Read the documentation for more info.
#
# Autotimer-file (same for vdradmind!)
var=AUTOTIMER_FILE
param="-f AUTOTIMER_FILE"
default=%{_localstatedir}/lib/vdradmin/vdradmind.at
# Hide the file from setup-menu
var=HIDE_AUTOTIMER_FILE
param="--ns_autotimerfile"
# Use SIGHUP (vdradmind) for update Autotimer
var=USE_SIGHUP_VDRADMIN
param=-p
default=yes
# Use SIGHUP (xxv) for update Autotimer
var=USE_SIGHUP_XXV
param=-x
# Hide the use_sgihup from setup-menu
var=HIDE_USE_SIGHUP
param=--ns_update_method
# Script/Config-file for force update autotimer
var=FORCE_UPDATE_FILE
param="-u FORCE_UPDATE_FILE"
default=%{_localstatedir}/lib/vdradmin/vdradmind.conf
# Hide the vdradminupdate-file form setup-menu
var=HIDE_FORCE_UPDATE_FILE
param="--ns_vdradminupdate"
# Show the plugin in the mainmenu
var=VISIBLE
param=-m
# Hide the plugin in the mainmenu
var=HIDDEN
param=-M
# Select Name for entry in the mainmenu
var=MAINMENU_NAME
param="-n MAINMENU_NAME"
# Enable more logging
var=ENABLE_VERBOSE
param=-v
# Disable more logging
var=DISABLE_VERBOSE
param=-V
# Use the repeat feature from vdradmin bp0.9
var=USE_REPEAT
param=-r
# not use, it set automatic to use, if the autotimerfile with 11 values
var=NOT_USE_REPEAT
param=-R
# Hide the option from setup-menu
var=HIDE_USE_REPEAT
param=--ns_repeat_feature
# Use weekday feature (sets also USE_REPEAT)
var=USE_WEEKDAY
param=-k
default=yes
# not use, it set automatic to use, if the autotimerfile with 12 values
var=NOT_USE_WEEKDAY
param=-K
# Hide the option from setup-menu
var=HIDE_USE_WEEKDAY
param=--ns_weekday_feature
# Show the manual update line at begin of autotimer-list
var=UPDATE_BEGIN
param=-b
# Hide the manual update line at begin of autotimer-list
var=NO_UPDATE_BEGIN
param=-B
# Show the manual update line at end of autotimer-list
var=UPDATE_END
param=-e
# Hide the manual update line at end of autotimer-list
var=NO_UPDATE_END
param=-E
# When one or more Autotimer are modifed, by quit the plugin appears
# a question for force search update
var=QUESTION_UPDATE
param=-q
# Above but no question
var=NO_QUESTION_UPDATE
param=-Q
# For the Autotimerlist show search in title, subtitle and
# description as a single char
var=SHOW_FLAGS
param=-l
# Column is hidden
var=HIDE_FLAGS
param=-L
# For the Autotimerlist show the startsearchtime
var=SHOW_START
param=-a
# Column is hidden
var=HIDE_START
param=-A
# For the Autotimerlist show the stopsearchtime
var=SHOW_STOP
param=-t
# Column is hidden
var=HIDE_STOP
param=-T
# For the Autotimerlist show the searchchannel
var=SHOW_CHANNEL
param=-c
# Column is hidden
var=HIDE_CHANNEL
param=-C
# if show_channel the name of channel is use
var=SHOW_CHANNEL_NAME
param=-s
# if show_channel the number of channel is use
var=SHOW_CHANNEL_NUMBER
param=-S
# Hide the Preferr Command Line Parameter form setup-menu
var=HIDE_COMMANDLINE
param=--ns_commandline
# set the default choise for the dictionary (space '_', any special
# char with #xx) a dictionary for blacklist starts with '~' include
# subdictionary with '~~'
# example: "/some/dir,/another/dir"
var=DEFAULTDICTIONARY
param="-d DEFAULTDICTIONARY"
# Select the source for the defaultdictionary
# 0x01 - autotimer 0x02 - timer 0x04 - records 0x08 - commandline 0x10 - setup
var=USE_DEFAULTDICTIONARY
param="-D USE_DEFAULTDICTIONARY"
# Hide all options with default dictionary from setup-menu
var=HIDE_DEFAULTDICTIONARY
param=--ns_defaultdictionary
# time (hours) between two updates for defaultdictionary from
# records (-1 only by start, 0 by each call autotimeredit)
var=UPDATETIMERECORDS
param="-y UPDATETIMERECORDS"
# Hide the updatetimerecords option from setup-menu
var=HIDE_UPDATETIMERECORDS
param=--ns_updatetimerecords
# file for read more options (relativ to <config-dir>/plugins, or
# when begins with '/' absolute)
var=MORE_OPTIONS_FILE
param="@MORE_OPTIONS_FILE"
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.8-21
- (f98b00a) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15390 |14cu|vdr-plugin-avolctl-0.3b-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	avolctl

Summary:	VDR plugin: Alsa Volume Control
Name:		vdr-plugin-%plugin
Version:	0.3b
Release:	14
Group:		Video
License:	GPL
URL:		http://martins-kabuff.de/avolctl.html
Source:		http://martins-kabuff.de/download/vdr-%plugin-%version.tar.bz2
Patch0:		avolctl-0.3b-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	libalsa-devel
Requires:	vdr-abi = %vdr_abi

%description
This plugin controls selectable volume controls if your soundcard depending on
the volume control of VDR. It is also possible to select controls and switches
that can be controlled within the settings menu. This is for example useful for
tone control.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3b-14
- (246fa8c) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15391 |14cu|vdr-plugin-beep-0.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	beep

Summary:	VDR plugin: Notify with a beep
Name:		vdr-plugin-%plugin
Version:	0.1.2
Release:	5
Group:		Video
License:	GPL
URL:		http://www.deltab.de/content/view/25/62
Source:		vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This Plugin notify with a beep over the internal mainboard speaker,
to selected VDR events.

%prep
%setup -q -n %plugin-%version
chmod a+x contrib
chmod a+x contrib/Elise.sh
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY contrib





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-5
- (3bba213) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15392 |14cu|vdr-plugin-btrcu-0.0.1-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	btrcu

Summary:	VDR plugin: Controls VDR through a Bluetooth mobile phone
Name:		vdr-plugin-%plugin
Version:	0.0.1
Release:	22
Group:		Video
License:	GPL
URL:		http://www.k13zoo.de/vdr/
Source:		http://www.k13zoo.de/vdr/vdr-%plugin-%version.tar.bz2
Patch1:		btrcu-0.0.1-gcc4.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin allows using a bluetooth mobile phone to act as remote.

%prep
%setup -q -n %plugin-%version
%patch1 -p1 -b .gcc4
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# BtRCU device (default is /dev/rfcomm0)
var=BTRCU_DEV
param=--device=BTRCU_DEV
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -D -m755 btrcu.sh.example %{buildroot}%{vdr_plugin_cfgdir}/btrcu.sh

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY
%config(noreplace) %{vdr_plugin_cfgdir}/btrcu.sh





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-22
- (d3abd20) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15393 |14cu|vdr-plugin-calc-0.0.1-0.rc5.21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	calc
%define tarversion 0[1].0.1-%rcver
%define rcver	rc5

Summary:	VDR plugin: VDR mini calculator
Name:		vdr-plugin-%plugin
Version:	0.0.1
Release:	0.%rcver.21
Group:		Video
License:	GPL
URL:		http://www.vdrcalc.bmschneider.de/index2.html
Source:		http://www.vdrcalc.bmschneider.de/dateien/vdr-%plugin-%tarversion.tar.bz2
Patch1:		calc-0.0.1-rc5-extra-qualification.patch
Patch2:		calc-02_pathes.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi
Requires:	bc

%description
This is a small calculator plugin for the VDR.
It supports the 4 basic mathematic functions plus a memory, just
like your pocket calculator. It now has also the basic trigonometric
functions.

%prep
%setup -q -n %plugin-%{version}-%rcver
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY




%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-0.rc5.21
- (4ec51ff) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15394 |14cu|vdr-plugin-channelswitcher-0.0.1b-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	channelswitcher

Summary:	VDR plugin: Channel.conf Switcher
Name:		vdr-plugin-%plugin
Version:	0.0.1b
Release:	19
Group:		Video
License:	GPL
URL:		http://www.freewebs.com/sadhome/
Source:		http://www.freewebs.com/sadhome/Plugin/Channelswitcher/vdr-%plugin-%version.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
The channelswitcher plugin administers several channel
configurations. One can change between different channel.conf.*.

%prep
%setup -q -n %plugin-%version
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1b-19
- (309a15d) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15395 |14cu|vdr-plugin-chanorg-0.0.6-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	chanorg
%define name	vdr-plugin-%plugin
%define version	0.0.6

Summary:	VDR plugin: Channels Organizer
Name:		%name
Version:	%version
Release:	19
Group:		Video
License:	GPL
URL:		http://www.freewebs.com/sadhome/
Source:		http://www.freewebs.com/sadhome/Plugin/Channelswitcher/vdr-%plugin-%version.tar.bz2
Patch1:		http://deela.cc.fh-lippe.de/files/vdr-chanorg/chanorg-0.0.6.patch
Patch2:		03_chanorg-0.0.6_fix-EbS-crash.dpatch
Patch3:		chanorg-0.0.6-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
With this plugin one can edit the channels.conf file via OSD.

%prep
%setup -q -n %plugin-%version
%patch1 -p1 -b .p
%patch2 -p1
%patch3 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.6-19
- (0c2e2eb) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15396 |14cu|vdr-plugin-cinebars-0.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	cinebars

Summary:	VDR plugin: Overlays "cinebars"
Name:		vdr-plugin-%plugin
Version:	0.1.0
Release:	1
Group:		Video
License:	GPL+
URL:		http://www.egal-vdr.de/plugins/
Source:		http://www.egal-vdr.de/plugins/vdr-%plugin-%{version}.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Overlays "cinema-bars" over the live picture.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY





%changelog

* Mon Sep 28 2015 Denis Silakov <dsilakov@gmail.com> 0.1.0-1
- (e01579d) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15397 |14cu|vdr-plugin-clock-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	clock

Summary:	VDR plugin: A Simple Clock
Name:		vdr-plugin-%plugin
Version:	1.0.0
Release:	6
Group:		Video
License:	GPL
URL:		http://vdr.humpen.at/
Source:		http://vdr.humpen.at/uploads/media/vdr-%plugin-%{version}.tgz
Patch0:		clock-1.0.0-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
My Humax Receiver has a Clock Function that I enjoy very much.
So I decided to write a Plugin for VDR which allows me to see
a small clock in the Top right corner.

The Idea is to set a unused key from your remote control
(for example the key User1) to show the clock.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-6
- (835383d) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15398 |14cu|vdr-plugin-console-0.6.0-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	console

Summary:	VDR plugin: Expands VDR to a Console on TV
Name:		vdr-plugin-%plugin
Version:	0.6.0
Release:	19
Group:		Video
License:	GPL
URL:		http://ricomp.de/vdr/
Source:		http://ricomp.de/vdr/vdr-%plugin-%{version}.tgz
Patch1:		http://deela.cc.fh-lippe.de/files/vdr-console/console-0.6.0.patch
Patch2:		03_command_from_cli.dpatch
Patch3:		93_console-1.5.0.dpatch
Patch4:		console-0.6.0-i18n-1.6.patch
Patch5:		94_console-1.6.0.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Your  TV  screen  and a keyboard  that  are  connected to a VDR box  are
building a terminal. With this terminal you can manage several consoles.
In the OSD  of VDR you can  open as many  consoles as you want. In  each
console you can start a program that runs in the background. Your inputs
to the keyboard are  redirected to the current  selected console as well
as the output that these  programs generate are redirected into the OSD.

%prep
%setup -q -n %plugin-%{version}
%patch1 -p4 -b .1318
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# specify the program which is called when you start the plugin
var=COMMAND
param='-c COMMAND'
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY TODO





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-19
- (8f0d769) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15399 |14cu|vdr-plugin-control-0.0.2a-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	control

Summary:	VDR plugin: Control VDR over terminal or telnet
Name:		vdr-plugin-%plugin
Version:	0.0.2a
Release:	19
Group:		Video
License:	GPL
URL:		http://ricomp.de/vdr/
Source:		http://ricomp.de/vdr/vdr-%plugin-%{version}.tgz
Patch1:		http://deela.cc.fh-lippe.de/files/vdr-control/control-0.0.2a.patch
Patch2:		02_gateway.dpatch
Patch3:		93_control-0.0.2a-1.5.0.dpatch
Patch4:		control-const-char-gcc4.4.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
The 'control' plugin brings the ability to VDR to control
the whole OSD over a telnet client.

%prep
%setup -q -n %plugin-%{version}
%patch1 -p1 -b .1318
%patch2 -p1
%patch3 -p1
%patch4 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# tty to control vdr per virtual terminal
# default: none
var=TERMINAL
param=--terminal=TERMINAL
# port to receive remote connections
# default: 2002
var=PORT
param=--port=PORT
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY TODO





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2a-19
- (6b6593e) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15400 |14cu|vdr-plugin-csf-0.0.1-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	csf

Summary:	VDR plugin: CSF Channel Sort&Filter
Name:		vdr-plugin-%plugin
Version:	0.0.1
Release:	19
Group:		Video
License:	GPL
URL:		http://jmorra.tripod.com/
# binaries removed
Source:		%plugin-%version.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin provides a menu entry from which the channels list can
be sorted and filtered using different algorithms.

%prep
%setup -q -n %plugin
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-19
- (fa3cf42) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15401 |14cu|vdr-plugin-decruft-0.0.4-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	decruft

Summary:	VDR plugin: Remove the cruft from your channels
Name:		vdr-plugin-%plugin
Version:	0.0.4
Release:	17
Group:		Video
License:	GPL
URL:		http://www.rst38.org.uk/vdr/decruft/
Source:		http://www.rst38.org.uk/vdr/decruft/vdr-%plugin-%{version}.tgz
Patch0:		02_avoid-vdr-patch.dpatch
Patch1:		vdr-decruft-0.0.4_compile.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Clean the cruft from your channels file - i.e. turn on add channels
without fear of being overwhelmed. Sort your channels into logical
groups.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%patch1 -p1
%vdr_plugin_prep
rm -r examples/CVS

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY examples


%changelog

* Tue Sep 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-17
- (114692d) Adopt for new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15402 |14cu|vdr-plugin-director-0.2.8-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	director

Summary:	VDR plugin: plugin to use the premiere multifeed option
Name:		vdr-plugin-%plugin
Version:	0.2.8
Release:	19
Group:		Video
License:	GPL
URL:		http://www.wontorra.net/staticpages/index.php?page=director
Source:		vdr-%plugin-%{version}.tar.bz2
Patch0:		90_director-0.2.8-1.5.3.dpatch
Patch1:		director-0.2.8-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Director is a plugin to use the multifeed option of some Premiere
channels (Direkt, Sport Portal).

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%patch1 -p1
chmod -x HISTORY COPYING README
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README COPYING HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.8-19
- (b6cee15) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15403 |14cu|vdr-plugin-dvd-0.3.6-0.b03.20090118.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	dvd
%define betaver	b03
%define cvsrev	20090118

Summary:	VDR plugin: turn VDR into an (almost) full featured DVD player
Name:		vdr-plugin-%plugin
Version:	0.3.6
Release:	0.%betaver.%cvsrev.1
Group:		Video
# GPLv2+ due to dvdspu.c, otherwise would be GPL+
License:	GPLv2+
URL:		http://sourceforge.net/projects/dvdplugin
Source:		vdr-%{plugin}-%{cvsrev}.tar.bz2
# from e-tobi debian repository:
Patch0:		11_allow-non-existing-dvd-drive.dpatch
Patch1:		12_dvd-fixed-german-spelling.dpatch
BuildRequires:	vdr-devel >= 1.6.0-7
BuildRequires:	libdvdnav-devel 
BuildRequires:	a52dec-devel
Requires:	vdr-abi = %vdr_abi
Requires(post):	vdr-common

%description
This is the DVD plugin for the Video Disk Recorder (VDR).

%prep
%setup -q -n %{plugin}
%apply_patches
%vdr_plugin_prep
# script-without-shellbang
chmod -x README COPYING HISTORY CONTRIBUTORS

%vdr_plugin_params_begin %plugin
# DVD device
# default: /dev/dvd
var=DVD_DEVICE
param=--dvd=DVD_DEVICE
%vdr_plugin_params_end

%build
%vdr_plugin_build LDFLAGS="%vdr_plugin_ldflags"

%install
%vdr_plugin_install

%post
%{_bindir}/gpasswd -a vdr cdrom >/dev/null
%{_bindir}/gpasswd -a vdr cdwriter >/dev/null

%files -f %plugin.vdr
%doc README COPYING HISTORY CONTRIBUTORS







%changelog

* Mon Aug 31 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.6-0.b03.20090118.1
- (513930f) Fix group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15404 |14cu|vdr-plugin-dvdselect-0.8-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	dvdselect

Summary:	VDR plugin: virtual dvd-selector
Name:		vdr-plugin-%plugin
Version:	0.8
Release:	19
Group:		Video
License:	GPL
URL:		http://www.vdr-wiki.de/wiki/index.php/Dvdselect-plugin
Source:		http://www.vdr-wiki.de/vdr/vdr-dvdselect/vdr-%plugin-%{version}.tar.bz2
Patch0:		dvdselect-default-paths.patch
Patch1:		dvdselect-0.8-i18n-1.6.patch
Patch2:		dvdselect-format-string.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This Plugin is used to mount multiple DVD-Images to the dvd-device.
Doing this, you are able to play these dvds using the dvdplugin.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep
rm -f examples/*~

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY examples





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8-19
- (c6e85c5) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15405 |14cu|vdr-plugin-dvdswitch-0.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	dvdswitch

Summary:	VDR plugin: allows to play DVD-Images
Name:		vdr-plugin-%{plugin}
Version:	0.2.2
Release:	1
Group:		Video
License:	GPLv2
URL:		http://projects.vdr-developer.org/projects/plg-dvdswitch
Source:		http://projects.vdr-developer.org/attachments/download/1323/vdr-%{plugin}-%{version}.tgz
Patch1:		03_no-files-crash.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %{vdr_abi}

%description
The dvdswitch plugin functions as a kind of a DVD changer. It makes it possible
to select images and play them with the DVD plugin.

%prep
%setup -q -n %plugin-%{version}
%patch1 -p1
%vdr_plugin_prep
chmod 0644 README HISTORY

%vdr_plugin_params_begin %plugin
# scriptname with path for reading DVD as a ISO Image File
var=READ_SCRIPT
param=--readscript=READ_SCRIPT
# scriptname with path for writing selected DVD Image
var=WRITE_SCRIPT
param=--writescript=WRITE_SCRIPT
# path to DVD Images. This option can be set in setup-menu.
var=IMAGE_PATH
param=--imagedir=IMAGE_PATH
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY



%changelog

* Tue Sep 29 2015 Denis Silakov <dsilakov@gmail.com> 0.2.2-1
- (c6831bc) Updated to 0.2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15406 |14cu|vdr-plugin-epgsearch-1.0.1-0.beta5.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	epgsearch
%define prever	beta5

Summary:	VDR plugin: search the EPG for repeats and more
Name:		vdr-plugin-%plugin
Version:	1.0.1
%if %prever
Release:	0.%prever.2
%else
Release:	2
%endif
Group:		Video
License:	GPL+
URL:		http://winni.vdr-developer.org/epgsearch/index_eng.html
%if %prever
Source:		vdr-%plugin-%{version}.%prever.tgz
%else
Source:		http://winni.vdr-developer.org/epgsearch/downloads/vdr-%plugin-%{version}.tgz
%endif
Patch0:         0001-fix-summary-comparison-when-checking-for-repeats-was.patch
Patch1:         0002-label-favorites-menu-for-graphtft-with-MenuEpgsFavor.patch
Patch2:		0003-detect-grapftft-ng-in-autoconf.patch
Patch3:		0004-fix-for-pin-patch.patch
BuildRequires:	vdr-devel >= 1.6.0-7
BuildRequires:  pcre-devel
Requires:	vdr-abi = %vdr_abi

%description
EPG-Search can be used as a replacement for the default schedules
menu entry. It looks like the standard schedules menu, but adds some
additional functions:
- Commands for EPG entries with 5 built-in commands like 'show repeats',
  'create search'. One can add own commands for other needs, like adding a
  VDRAdmin auto-timer.
- Add up to 4 user-defined times to 'now' and 'next'
- Searching the EPG: Create reusable queries, which can also be used
  as 'search timers'.
- Search timers: Search for broadcasts in the background and add a
  timer if one matches (similar to VDRAdmin's auto-timers) or simply
  make an announcement about it via OSD
- Avoid double recordings of the same event
  * timer preview
  * recognition of broken recordings
  * fuzzy event comparison
- Progress bar in 'What's on now' and 'What's on next'
- Shift the time displayed by keypress, e.g. 'What's on now' + 30 minutes
- Start menu can be setup between 'Schedule' or 'What's on now'
- background check for timer conflicts with a timer conflict manager
- detailed epg menu (summary) allows jumping to the next/previous
  event
- support for extended EPG info for search timers
- extension of the timer edit menu with a directory item, user
  defined weekday selection and a subtitle completion.

%package -n %plugin-devel
Summary:	Development headers of epgsearch VDR plugin
Group:		Development/C++
Requires:	vdr-devel

%description -n %plugin-devel
Headers for developing plugins that will use services provided by
epgsearch.

%prep
%if %prever
%setup -q -n %plugin-%{version}.%prever
%else
%setup -q -n %plugin-%{version}
%endif
%apply_patches
%vdr_plugin_prep

chmod -x scripts/*.conf

%vdr_plugin_params_begin %plugin
# the path to svdrpsend.pl for external
# SVDRP communitcation (default is internal
# communication)
var=SVDRPSENDCMD
param=--svdrpsendcmd=SVDRPSENDCMD
# config dir for epgsearch
var=CONFIGDIR
param=--config=CONFIGDIR
# logfile for epgsearch
var=LOGFILE
param=--logfile=LOGFILE
# logfile verbosity
var=LOGLEVEL
param=--verbose=LOGLEVEL
# reload epgsearchmenu.conf with plugin call
var=RELOADMENUCONF
param=--reloadmenuconf
# path to an alternative mail script for mail notification
var=MAILCMD
param=--mailcmd=MAILCMD
%vdr_plugin_params_end

%build
# -DUSE_PINPLUGIN does not work with current pin patch
VDR_PLUGIN_EXTRA_FLAGS="-DUSE_GRAPHTFT"
%vdr_plugin_build

%install
%vdr_plugin_install

make install-doc MANDIR=%{buildroot}%{_mandir}

install -d -m755 %{buildroot}%{_bindir}
install -m755 scripts/*.pl %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_includedir}/vdr/%{plugin}
install -m644 services.h %{buildroot}%{_includedir}/vdr/%{plugin}

cat %plugin.vdr conflictcheckonly.vdr epgsearchonly.vdr quickepgsearch.vdr > combined.vdr

%files -f combined.vdr
%doc README* HISTORY* MANUAL* doc conf scripts
%{_bindir}/autotimer2searchtimer.pl
%{_bindir}/convert_epgsearchdone_data.pl
%{_bindir}/convert_info_vdr.pl
%{_bindir}/createcats
%{_bindir}/sendEmail.pl
%{_mandir}/man1/createcats.1*
%{_mandir}/man1/epgsearch.1*
%{_mandir}/man4/epgsearch.4*
%{_mandir}/man5/epgsearch*.5*
%{_mandir}/man5/noannounce.conf.5*
%{_mandir}/man5/timersdone.conf.5*
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/*.conf*
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/*.templ*
%lang(de) %{_mandir}/de

%files -n %plugin-devel
%{_includedir}/vdr/%{plugin}

%changelog

* Mon Aug 31 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-0.beta5.2
- (3a88609) Fix post scripts



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15407 |14cu|vdr-plugin-epgsync-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	epgsync

Summary:	VDR plugin: Import EPG of an other VDR
Name:		vdr-plugin-%plugin
Version:	1.0.0
Release:	3
Group:		Video
License:	GPL
URL:		http://vdr.schmirler.de/
Source:		http://vdr.schmirler.de/epgsync/vdr-%plugin-%{version}.tgz
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	svdrpservice-devel
Requires:	vdr-abi = %vdr_abi
Requires:	vdr-plugin-svdrpservice

%description
With this plugin you can import the EPG of a remote VDR. It can
either use SVDRP or streamdev's VTP to download the EPG.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

perl -pi -e 's,"../svdrpservice/svdrpservice.h",<vdr/svdrpservice/svdrpservice.h>,' thread.h

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY



%changelog

* Wed Sep 23 2015 dsilakov <denis.silakov@rosalab.ru> 1.0.0-3
- (91dc029) Merge pull request #1 from dmt_obd/vdr-plugin-epgsync:rosa2014.1
- (91dc029) Update to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15408 |14cu|vdr-plugin-externalplayer-0.1.0-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	externalplayer

Summary:	VDR plugin: launch external players
Name:		vdr-plugin-%plugin
Version:	0.1.0
Release:	20
Group:		Video
License:	GPL
URL:		http://sourceforge.net/projects/externalplayer
Source:		http://prdownloads.sourceforge.net/externalplayer/vdr-%plugin-%{version}.tar.bz2
Patch0:		externalplayer-0.1.0-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This can be used to launch external players from main menu.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# specify path to an alternative config file
var=CFGFILE
param=--config=CFGFILE
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -D -m644 examples/externalplayer.conf %{buildroot}%{vdr_plugin_cfgdir}/externalplayer.conf

%files -f %plugin.vdr
%doc README HISTORY
%config(noreplace) %{vdr_plugin_cfgdir}/externalplayer.conf



%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-20
- (1d1b135) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15409 |14cu|vdr-plugin-extrecmenu-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	extrecmenu

Summary:	VDR plugin: Extended recordings menu
Name:		vdr-plugin-%plugin
Version:	1.2.4
Release:	1
Group:		Video
License:	GPL
URL:		http://projects.vdr-developer.org/projects/show/plg-extrecmenu
Source:		http://projects.vdr-developer.org/git/vdr-plugin-extrecmenu.git/snapshot/vdr-plugin-%plugin-%{version}.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin provides a recordings menu enhanced with the possibility to
rename or move recordings and directories. The display of recording date, time
and length is configurable. Sorting by name or date is selectable for each
directory. If you use the PIN-plugin, the replay and editing of recordings is
protected. The plugin also handles archive dvds of VDR recordings (as known
from the DVDArchive-patch for VDR). This plugin extends VDR's '-r'-option with
messages for deleting, moving and renaming a recording.

%prep
%setup -q
%vdr_plugin_prep

%build
VDR_PLUGIN_EXTRA_FLAGS="-DUSE_GRAPHTFT"
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY contrib scripts



%changelog

* Tue Sep 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.4-1
- (389cc8a) Updated to 1.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15410 |14cu|vdr-plugin-femon-2.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	femon

Summary:	VDR plugin: DVB Signal Information Monitor (OSD)
Name:		vdr-plugin-%plugin
Version:	2.0.2
Release:	1
Group:		Video
License:	GPLv2+
URL:		http://www.saunalahti.fi/~rahrenbe/vdr/femon/
Source:		http://www.saunalahti.fi/~rahrenbe/vdr/femon/files/vdr-%plugin-%{version}.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
DVB Frontend Status Monitor is a plugin that displays some signal information
parameters of the current tuned channel on OSD. You can zap through all your
channels and the plugin should be monitoring always the right frontend. The
transponder and stream information are also available in advanced display
modes.

The plugin is based on a neat console frontend status monitor application
called 'femon' by Johannes Stezenbach (see DVB-apps/szap/femon.c for further
information). The bitrate calculation trick originates from the 'dvbstream'
application by Dave Chapman and the stream information routines are taken from
the 'libdvb' library by Metzler Brothers.

%package -n vdr-%plugin-devel
Summary:	Development headers of femon VDR plugin
Group:		Development/C++
Requires:	vdr-devel

%description -n vdr-%plugin-devel
Headers for developing VDR plugins that use services provided by femon.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

%build
%vdr_plugin_build STRIP=/bin/true

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{_includedir}/vdr/%{plugin}
install -m644 femonservice.h %{buildroot}%{_includedir}/vdr/%{plugin}

%files -f %plugin.vdr
%doc README HISTORY

%files -n vdr-%plugin-devel
%dir %{_includedir}/vdr/%{plugin}
%{_includedir}/vdr/%{plugin}/femonservice.h



%changelog

* Wed Sep 23 2015 dsilakov <denis.silakov@rosalab.ru> 2.0.2-1
- (6137797) Merge pull request #1 from dmt_obd/vdr-plugin-femon:rosa2014.1
- (6137797) Update to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15411 |14cu|vdr-plugin-ffnetdev-0.1.0-12.svn33.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	ffnetdev
%define snapshot 33

Summary:	VDR plugin: Full Featured Network Device for Streaming
Name:		vdr-plugin-%plugin
Version:	0.1.0
%if %snapshot
Release:	12.svn%snapshot.7
%else
Release:	7
%endif
Group:		Video
License:	GPL+
URL:		http://developer.berlios.de/projects/ffnetdev
%if %snapshot
Source:		vdr-%plugin-%snapshot.tar.bz2
%else
Source:		http://download.berlios.de/ffnetdev/vdr-%plugin-%{version}.tar.bz2
%endif
Patch0:		ffnetdev-i18n-1.6.patch
Patch1:		91_ffnetdev-0.1.0+svn20060625-1.5.0.dpatch
Patch2:		92_vdr-1.5.12-ffnetdev-svn20071122.dpatch
Patch3:		ffnetdev-duplicate-param-name.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
The purpose of this plugin is to provide an "easy" way of connecting
possible streaming clients to VDR by emulating a full featured DVB
device over the network including OSD and TS streaming capabilities.

%prep
%if %snapshot
%setup -q -n %plugin-%snapshot
%else
%setup -q -n vdr-%plugin-%{version}
%endif
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# port number for sending TS to
var=TS_PORT
param="-t TS_PORT"
# listen on this port for OSD connect
var=OSD_PORT
param="-o OSD_PORT"
# listen on this port for ClientControl connection
var=CONTROL_PORT
param="-c CONTROL_PORT"
# enable remote control over OSD connection
var=OSD_CONTROL
param=-e
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README CHANGELOG





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-12.svn33.7
- (70a13f4) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15412 |14cu|vdr-plugin-filebrowser-0.2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	filebrowser

Summary:	VDR plugin: Browse through files and execute actions on them
Name:		vdr-plugin-%plugin
Version:	0.2.0
Release:	7
Group:		Video
License:	GPLv3+
URL:		http://vdr.nasenbaeren.net/filebrowser/
Source:		http://vdr.nasenbaeren.net/filebrowser/vdr-%plugin-%{version}.tgz
Patch0:		filebrowser-format-string.patch
Patch1:		filebrowser-type-fixes.patch
# workaround for http://sourceware.org/bugzilla/show_bug.cgi?id=9759
# for pre-2.10 glibc
Patch2:		filebrowser-dirent.patch
BuildRequires:	vdr-devel >= 1.6.0-7
Requires:	vdr-abi = %vdr_abi

%description
This plugin is a filebrowser with user-defined commands to execute
on files.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY examples





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-7
- (9fe2084) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15413 |14cu|vdr-plugin-freecell-0.0.2-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	freecell

Summary:	VDR plugin: The well-known card game
Name:		vdr-plugin-%plugin
Version:	0.0.2
Release:	22
Group:		Video
License:	GPL+
URL:		http://www.magoa.net/linux/index.php?view=freecell
Source:		http://www.magoa.net/linux/files/vdr-%plugin-%{version}.tar.bz2
Patch0:		vdr-cardgames-0.0.2-to-gcc3.4.diff
Patch1:		vdr-freecell-0.0.2-time.patch
Patch2:		93_freecell-0.0.2-1.5.4.dpatch
Patch3:		freecell-0.0.2-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This Freecell plugin is an implementation of the (well-known) card game
"Freecell" played on the On Screen Display of your Video Disk Recorder.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1 -b .gcc34
%patch1 -p1 -b .time
%patch2 -p1
%patch3 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_datadir}/%{plugin}
install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}
install -m644 freecell/* %{buildroot}%{vdr_plugin_datadir}/%{plugin}
ln -s %{vdr_plugin_datadir}/%{plugin} 	%{buildroot}%{vdr_plugin_cfgdir}/freecell


%files -f %plugin.vdr
%doc README COPYING HISTORY CONTRIBUTORS
%{vdr_plugin_cfgdir}/freecell
%{vdr_plugin_datadir}/%{plugin}





%changelog

* Tue Sep 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-22
- (12f9738) Fix macro names



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15414 |14cu|vdr-plugin-fussball-0.0.3b-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define plugin	fussball

Summary:	VDR plugin: Displays table of the German Football(Soccer) League
Name:		vdr-plugin-%plugin
Version:	0.0.3b
Release:	17
Group:		Video
License:	GPL+
URL:		http://www.vdr-wiki.de/wiki/index.php/Fussball-plugin
Source:		http://home.arcor.de/crystl/vdr-%plugin-%{version}.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi
Requires:	wget

%description
This VDR plugin displays table of the German Football(Soccer)
League.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

perl -pi -e 's,/usr/local/bin,%{_bindir},' fussball.c
perl -pi -e 's,/usr/local/bin/sort.pl,%{_bindir}/fussball-sort.pl,' scripte/ergebnisse.sh

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{_bindir}
install -m755 scripte/*.sh %{buildroot}%{_bindir}
install -m755 scripte/sort.pl %{buildroot}%{_bindir}/fussball-sort.pl

%files -f %plugin.vdr
%doc README HISTORY
%{_bindir}/ergebnisse.sh
%{_bindir}/tabelle.sh
%{_bindir}/fussball-sort.pl





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3b-17
- (06961a0) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15415 |14cu|vdr-plugin-iaxphone-0.0.4-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	iaxphone

Summary:	VDR plugin: Place voip phone calls
Name:		vdr-plugin-%plugin
Version:	0.0.4
Release:	20
Group:		Video
License:	GPL
URL:		http://ventoso.org/luca/vdr/
Source:		http://ventoso.org/luca/vdr/vdr-%plugin-%version.tar.bz2
Patch0:		iaxphone-0.0.4-i18n-1.6.patch
Patch1:		iaxphone-system-iaxclient.patch
Patch2:		iaxphone-new-iaxclient.patch
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	iaxclient-devel
Requires:	vdr-abi = %vdr_abi

%description
This plugin is a very simple (read: not very featureful and hopefully with
an high WAF ;-) softphone using the iax protocol (asterisk server).
It uses the iaxclient library (http://iaxclient.sourceforge.net) to handle
every details of the call, so the plugin is just an user interface.
It needs a free (i.e that isn't used by something else, like a softdevice
plugin), full-duplex sound card.

%prep
%setup -q -n %plugin-%version
rm -rf iaxclient
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY




%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-20
- (a59d874) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15416 |14cu|vdr-plugin-imonlcd-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	imonlcd
%define snap	0

Summary:	VDR plugin: Control an iMON LCD
Name:		vdr-plugin-%plugin
Version:	1.0.1
%if %snap
Release:	1.%snap.1
%else
Release:	1
%endif
Group:		Video
License:	GPLv3
URL:		http://projects.vdr-developer.org/projects/plg-imonlcd
%if %snap
# rm -rf vdr-plugin-imonlcd
# git clone git://community.xeatre.tv/vdr-plugin-imonlcd.git
# cd vdr-plugin-imonlcd
# git archive --prefix=imonlcd-$(date +%Y%m%d)/ --format=tar HEAD | bzip2 > ../vdr-imonlcd-$(date +%Y%m%d).tar.bz2
Source:		vdr-%plugin-%snap.tar.bz2
%else
Source:		vdr-%plugin-%{version}.tgz
%endif
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	freetype2-devel
Requires:	vdr-abi = %vdr_abi

%description
A Video Disk Recorder plugin that shows information about the
current state of VDR on an iMON LCD screen.

%prep
%if %snap
%setup -q -n %plugin-%snap
%else
%setup -q -n %plugin-%{version}
%endif
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# Sets the lcd-device to other device than /dev/lcd0
var=LCD_DEVICE
param="-d LCD_DEVICE"
# sets the protocol of lcd-device:
# '0038'	For LCD with ID 15c2:0038 SoundGraph Inc (default)
# 'ffdc'	For LCD with ID 15c2:ffdc SoundGraph Inc
var=PROTOCOL
param="-p PROTOCOL"
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY

%changelog

* Fri Aug 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-1
- (ca761c0) Updated to 1.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15417 |14cu|vdr-plugin-joystick-0.0.3-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	joystick

Summary:	VDR plugin: use a joystick as a remote
Name:		vdr-plugin-%plugin
Version:	0.0.3
Release:	21
Group:		Video
License:	GPL
URL:		http://www.powarman.de/vdr_plugins.htm
Source:		http://home.arcor.de/andreas.regel/files/joystick/vdr-%plugin-%{version}.tar.bz2
# workaround for glibc #22923
Patch1:		vdr-joystick-glibc-int32.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin allows using a joystick as a remote control for VDR. I recommend
a joystick with a minimum of 2 axes and 4 buttons.

%prep
%setup -q -n %plugin-%{version}
%patch1 -p0
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# joystick device
var=DEVICE
param=--device=DEVICE
default=/dev/input/js0
%vdr_plugin_params_end

perl -pi -e 's/^2/# 2/' examples/mappings.conf

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -D -m644 examples/mappings.conf %{buildroot}%{vdr_plugin_cfgdir}/%plugin/mappings.conf

%files -f %plugin.vdr
%doc README HISTORY
%dir %{vdr_plugin_cfgdir}/%{plugin}
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/mappings.conf





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-21
- (a4564d2) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15418 |14cu|vdr-plugin-kvdrmon-0.6-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	kvdrmon

Summary:	VDR plugin: kvdrmon support plugin
Name:		vdr-plugin-%plugin
Version:	0.6
Release:	18
Group:		Video
License:	GPL
URL:		http://vdr-statusleds.sourceforge.net/kvdrmon/
Source:		http://prdownloads.sourceforge.net/vdr-statusleds/vdr-%plugin-%{version}.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin allows monitoring VDR activity. There exists a co-project
kvdrmon. This KDE kicker applet talks with the vdrmon plugin and shows
the VDR status.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# port number to listen in
var=LISTEN_PORT
param="-p LISTEN_PORT"
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-18
- (7be9ca5) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15419 |14cu|vdr-plugin-launcher-0.0.2a-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	launcher

Summary:	VDR plugin: launch other plugins
Name:		vdr-plugin-%plugin
Version:	0.0.2a
Release:	18
Group:		Video
License:	GPL
URL:		http://people.freenet.de/cwieninger/html/vdr-launcher.html
Source:		http://people.freenet.de/cwieninger/vdr_1.3.11-%plugin-%{version}.tar.bz2
Patch0:		launcher-0.0.2a-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This is a little plugin, that allows you to select and start other
plugins, even if there are not shown in the main menu. You can also
access the setup menu of a plugin.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README* HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2a-18
- (6bac86b) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15420 |14cu|vdr-plugin-mlcd-0.0.4a-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	mlcd

Summary:	VDR plugin: Multitainer LCD-Display Driver
Name:		vdr-plugin-%plugin
Version:	0.0.4a
Release:	19
Group:		Video
License:	GPL
URL:		http://home.arcor.de/meinrad/
Source:		http://home.arcor.de/meinrad/vdr-%plugin-%{version}.tar.bz2
Patch1:		02_mlcd-0.0.4a-fontfile.dpatch
Patch2:		90_mlcd-0.0.4a-1.3.38.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Enables the build in display of Fujitsu-Siemens Multitainer device.

%prep
%setup -q -n %plugin-%{version}
%patch1 -p1 -b .fontfile
%patch2 -p1 -b .1338
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/%plugin
install -m644 char.dat %{buildroot}%{vdr_plugin_cfgdir}/%plugin

%files -f %plugin.vdr
%doc README HISTORY
%config(noreplace) %{vdr_plugin_cfgdir}/%plugin





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4a-19
- (3e98e16) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15421 |14cu|vdr-plugin-mlist-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	mlist

Summary:	VDR plugin: Displays the message history
Name:		vdr-plugin-%plugin
Version:	1.0.1
Release:	4
Group:		Video
License:	GPL+
URL:		http://joachim-wilke.de/vdr-mlist.htm
Source:		vdr-%plugin-%{version}.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin displays a list of all shown OSD-Messages since VDR
startup.

%prep
%setup -q -n %plugin-%{version}
chmod 0644 README HISTORY
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY



%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-4
- (9ffac4f) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15422 |14cu|vdr-plugin-mosaic-0.1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	mosaic

Summary:	VDR plugin: Browse mosaic channel
Name:		vdr-plugin-%plugin
Version:	0.1.0
Release:	7
Group:		Video
License:	GPL+
URL:		http://vdrwiki.free.fr/vdr/mosaic/
Source:		http://vdrwiki.free.fr/vdr/mosaic/files/vdr-%plugin-%{version}.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Mosaic is a plugin for VDR that brings the ability to quickly browse
the mosaic channels of Canalsat on Astra. It shows the EPG
information and plays the audio of the selected channel.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}
install -m644 files/*.conf %{buildroot}%{vdr_plugin_cfgdir}

%files -f %plugin.vdr
%doc README
%config(noreplace) %{vdr_plugin_cfgdir}/%plugin.conf





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-7
- (f2cc2c3) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15423 |14cu|vdr-plugin-mp3-0.10.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	mp3
%define prever	0

Summary:	VDR plugin: A versatile audio player
Name:		vdr-plugin-%plugin
Version:	0.10.2
Release:	5
Group:		Video
License:	GPLv2+
URL:		http://www.muempf.de/
%if %prever
Source:		http://www.muempf.de/down/vdr-%plugin-%{version}%prever.tar.gz
%else
Source:		http://www.muempf.de/down/vdr-%plugin-%{version}.tar.gz
%endif
Patch0:		vdr-mp3-0.10.2-mga-vdrdir.patch
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	libmad-devel libid3tag-devel sndfile-devel libvorbis-devel
Requires:	vdr-abi = %vdr_abi

%description
The "MP3-Plugin" allows playback of MP3 and other audio files.

%package -n vdr-plugin-mplayer
Summary:	VDR plugin: Media replay via MPlayer
Group:		Video
Requires:	vdr-abi = %vdr_abi
Requires:	mplayer

%description -n vdr-plugin-mplayer
The "MPlayer-Plugin" is used to call MPlayer for playback of video
files.

%prep
%if %prever
%setup -q -n %plugin-%{version}%prever
%else
%setup -q -n %plugin-%{version}
%endif
chmod +x examples/*.sh.*
%apply_patches
%vdr_plugin_prep

%vdr_plugin_params_begin mp3
# use CMD to mount/unmount/eject mp3 sources
var=MOUNT_CMD
param=--mount=MOUNT_CMD
# execute CMD before & after network access
var=NETWORK_CMD
param=--network=NETWORK_CMD
# store ID3 cache file in DIR
var=CACHE_DIR
param=--cache=CACHE_DIR
default=%vdr_plugin_cachedir/mp3/id3
# search CDDB files in DIR
var=CDDB_DIR
param=--cddb=CDDB_DIR
default=%vdr_plugin_cachedir/mp3/images/cddb
# device for OSS output
var=OSS_DEV
param=--dsp=OSS_DEV
# use CMD to convert background images
var=IMAGE_CMD
param=--iconv=IMAGE_CMD
# use IMG as default background image
var=IMAGE_IMG
param=--defimage=IMAGE_IMG
# cache converted images in DIR
var=IMAGE_DIR
param=--icache=IMAGE_DIR
default=%vdr_plugin_cachedir/mp3/images
# search sources config in SUB subdirectory
var=SOURCES_SUBDIR
param=--sources=SOURCES_SUBDIR
%vdr_plugin_params_end

%vdr_plugin_params_begin mplayer
# use CMD to mount/unmount/eject mplayer sources
var=MOUNT_CMD
param=--mount=MOUNT_CMD
# use CMD when calling MPlayer
var=MPLAYER_CMD
param=--mplayer=MPLAYER_CMD
# search sources config in SUB subdirectory
var=SOURCES_SUBDIR
param=--sources=SOURCES_SUBDIR
# store global resume file in DIR
var=RESUME_DIR
param=--resume=RESUME_DIR
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%vdr_plugin_cfgdir
for f in mp3sources.conf mplayersources.conf; do
cat > %{buildroot}%vdr_plugin_cfgdir/$f <<EOF
# Please remove the line below when you add the correct configuration
/invalid/directory;Please configure;0
EOF
done

install -d -m755 %{buildroot}%vdr_plugin_cachedir/mp3/images
install -d -m755 %{buildroot}%vdr_plugin_cachedir/mp3/id3
install -d -m755 %{buildroot}%vdr_plugin_cachedir/mp3/cddb

%files -f mp3.vdr
%doc README COPYING HISTORY MANUAL examples
%config(noreplace) %vdr_plugin_cfgdir/mp3sources.conf
%attr(-,vdr,vdr) %dir %vdr_plugin_cachedir/mp3
%attr(-,vdr,vdr) %dir %vdr_plugin_cachedir/mp3/images
%attr(-,vdr,vdr) %dir %vdr_plugin_cachedir/mp3/id3
%attr(-,vdr,vdr) %dir %vdr_plugin_cachedir/mp3/cddb

%files -n vdr-plugin-mplayer -f mplayer.vdr
%doc README COPYING HISTORY MANUAL examples
%config(noreplace) %vdr_plugin_cfgdir/mplayersources.conf

%changelog

* Tue Sep 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.10.2-5
- (9e6c259) Adopt for new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15424 |14cu|vdr-plugin-newsticker-0.0.4-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	newsticker

Summary:	VDR plugin: Newsticker
Name:		vdr-plugin-%plugin
Version:	0.0.4
Release:	19
Group:		Video
License:	GPL
URL:		http://www.wontorra.net/staticpages/index.php?page=newsticker
Source:		vdr-%plugin-%{version}.tar.bz2
Patch1:		vdr-newsticker-0.0.4-gcc4.diff
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi
Requires:	wget
BuildRequires:	dos2unix

%description
This plugin downloads rdf news-feeds and displays them on the tv.

%prep
%setup -q -n %plugin-%{version}
dos2unix *.[ch]
chmod 0644 README HISTORY
%patch1 -p1 -b .extra
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# alternative directory for downloaded files
var=DOWNLOAD_DIR
param="-o DOWNLOAD_DIR"
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}

%files -f %plugin.vdr
%doc README HISTORY
%attr(-,vdr,vdr) %dir %{vdr_plugin_cfgdir}/%{plugin}





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.4-19
- (bab02ee) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15425 |14cu|vdr-plugin-nordlichtsepg-0.8a-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	nordlichtsepg

Summary:	VDR plugin: Extended EPG
Name:		vdr-plugin-%plugin
Version:	0.8a
Release:	19
Group:		Video
License:	GPL
URL:		http://martins-kabuff.de/nordlichtsepg.html
Source:		http://martins-kabuff.de/download/vdr-%plugin-%{version}.tar.bz2
Patch0:		91_nordlichtsepg-0.8a_vdr153.dpatch
Patch1:		nordlichtsepg-0.8a-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin provides an EPG (Electronic Program Guide) similar to VDR's
"What's on now?"-menu. Unlike this it also shows channels without epg-infos.
You can browse the epg with an adjustable step width. It is also possible to
set a time at the setup which you can jump to by keypress, with the keys 1-7
you can jumpo 1-7 days forward. You can enter a time to jump to instantly.
A bargraph at the "What's on now?"-view shows the progress of the running
program. Timers are marked with a clock-icon, recording timers with a
'REC'-icon. It is possible, also for channels without epg-infos, to set and
delete timers.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%patch1 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README* HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8a-19
- (09c4013) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15426 |14cu|vdr-plugin-osdimage-0.1.2-27
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	osdimage

Summary:	VDR plugin: OSD Image Viewer
Name:		vdr-plugin-%{plugin}
Version:	0.1.2
Release:	27
Group:		Video
License:	GPL
URL:		http://brougs78.vdr-developer.org/vdr.htm
Source:		vdr-%{plugin}-%{version}.tar.bz2
Patch1:		http://deela.cc.fh-lippe.de/files/vdr-osdimage/vdr-1.3.18-osdimage-0.1.2.patch
Patch2:		vdr-osdimage-0.1.2-gcc41.patch
Patch3:		osdimage-0.1.2-i18n-1.6.patch
Patch4:		osdimage-pkgconfig.patch
BuildRequires:	vdr-devel >= 1.6.0-7
Requires:	vdr-abi = %vdr_abi
BuildRequires:	imagemagick-devel
BuildRequires:	netpbm-devel

%description
Plugin for VDR that allows viewing pictures on the OSD.

%prep
%setup -q -n %{plugin}-%{version}
%patch1 -p4 -b .1318
%patch2 -p0 -b .gcc41
%patch3 -p1
%patch4 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# directory of pictures (required)
var=PICTURE_DIR
param="-d PICTURE_DIR"
%vdr_plugin_params_end

%build
VDR_PLUGIN_EXTRA_FLAGS="$(pkg-config --cflags ImageMagick++)"
%vdr_plugin_build HAVE_NETPBM=1

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY CREDITS TODO

%changelog

* Thu Dec 24 2015 Denis Silakov <dsilakov@gmail.com> 0.1.2-27
- (da67eb9) Rebuild with new imagemagick



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15427 |14cu|vdr-plugin-osdteletext-0.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	osdteletext

Summary:	VDR plugin: Displays teletext on the OSD
Name:		vdr-plugin-%plugin
Version:	0.9.4
Release:	1
Group:		Video
License:	GPLv2+
URL:		http://projects.vdr-developer.org/projects/show/plg-osdteletext
Source:		vdr-%plugin-%{version}.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Osd-Teletext displays the teletext directly on the OSD.
Both sound and video are played in the background.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

# check default cache dir
grep "\"%{vdr_plugin_cachedir}/vtx\"" rootdir.c

perl -pi -e 's|../../man|.|' Makefile

%vdr_plugin_params_begin %{plugin}
# Directory for the teletext page cache.
# default: %{vdr_plugin_cachedir}/vtx
var=DIRECTORY
param=--directory=DIRECTORY
# Maximum cache size in MB.
# default: a calculated value below 50 MB
var=MAX_CACHE
param=--max-cache=MAX_CACHE
# Cache system to be used:
# legacy: traditional one-file-per-page system
# packed: one-file-for-a-few-pages system
# default: packed
var=CACHE_SYSTEM
param=--cache-system=CACHE_SYSTEM
# Store top text pages at cache. (unviewable pages)
var=STORE_TOPTEXT
param=-t
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_cachedir}/vtx

%pre
if [ -d /var/cache/vdr/osdteletext ] && ! [ -d %{vdr_plugin_cachedir}/vtx ]; then
	mv /var/cache/vdr/osdteletext %{vdr_plugin_cachedir}/vtx || :
fi

%files -f %plugin.vdr
%doc README* COPYING HISTORY
%attr(-,vdr,vdr) %{vdr_plugin_cachedir}/vtx

%changelog

* Mon Aug 31 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-1
- (4ffde16) Fix group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15428 |14cu|vdr-plugin-pilot-0.0.9-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	pilot

Summary:	VDR plugin: A zapping co-pilot
Name:		vdr-plugin-%plugin
Version:	0.0.9
Release:	18
Group:		Video
License:	GPL
URL:		http://famillejacques.free.fr/vdr/pilot/
Source:		http://famillejacques.free.fr/vdr/pilot/vdr-%plugin-%{version}.tar.bz2
Patch0:		01_drop-unused-code.dpatch
Patch1:		02_gcc-4.1.x.dpatch
Patch2:		03_vdr-1.5-i18n.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Pilot is a plugin for VDR that brings the ability to quickly browse
the EPG information.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README*





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.9-18
- (e7ad693) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15429 |14cu|vdr-plugin-pilotskin-0.0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	pilotskin

Summary:	VDR plugin: A zapping co-pilot
Name:		vdr-plugin-%plugin
Version:	0.0.3
Release:	9
Group:		Video
License:	GPL+
URL:		http://vdrwiki.free.fr/vdr/pilotskin/
Source:		http://vdrwiki.free.fr/vdr/pilotskin/files/vdr-%plugin-%{version}.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Pilotskin is a plugin for VDR based on the plugin vdr-pilot created
by Olivier Jacques. It brings the ability to quickly browse the EPG
information. The browsing calls the skin that you use, and the
plugin has the appearance of the OSD *Display Channel Info*. The
plugin adds the possibility of having detailed information of the
event and launching timers.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.3-9
- (88e81fd) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15430 |14cu|vdr-plugin-pim-0.0.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	pim

Summary:	VDR plugin: Simple Personal Information Manager
Name:		vdr-plugin-%plugin
Version:	0.0.8
Release:	7
Group:		Video
License:	GPL
URL:		http://pim.vdr-developer.org/
Source:		http://pim.vdr-developer.org/source/vdr-%plugin-%version.tgz
Patch0:		pim-0.0.8-i18n-1.6.patch
Patch1:		pim-format-string.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This is a plugin for VDR to display a calendar in which you can
store events.

%prep
%setup -q -n %plugin-%version
%patch0 -p1
%patch1 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.8-7
- (66f3d14) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15431 |14cu|vdr-plugin-powermate-0.0.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	powermate

Summary:	VDR plugin: Control VDR through a Griffin PowerMate
Name:		vdr-plugin-%plugin
Version:	0.0.5
Release:	5
Group:		Video
License:	GPL
URL:		http://home.arcor.de/andreas.regel/vdr_plugins.htm
Source:		http://home.arcor.de/andreas.regel/files/powermate/vdr-%plugin-%{version}.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin allows using a Griffin PowerMate to control some of VDR's
functions through the mapping of remote control keys to PowerMate actions.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# the PowerMate device (default is /dev/input/event0)
var=POWERMATE_DEVICE
param=--device=POWERMATE_DEVICE
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5-5
- (af82dd7) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15432 |14cu|vdr-plugin-prefermenu-0.6.6-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	prefermenu

Summary:	VDR plugin: Preferred channels menu
Name:		vdr-plugin-%plugin
Version:	0.6.6
Release:	18
Group:		Video
License:	GPL
URL:		http://famillejacques.free.fr/vdr/prefermenu/
Source:		http://famillejacques.free.fr/vdr/prefermenu/vdr-%plugin-%{version}.tar.bz2
Patch0:		90_prefermenu-0.6.6-1.5.3+SetAreas-bugfix.dpatch
Patch1:		prefermenu-0.6.6-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
PreferMenu is a plugin that implements a preferred channel menu.
It makes it easy to recall (switch to) your favorite channels.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%patch1 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README* TODO





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.6-18
- (9ab7292) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15433 |14cu|vdr-plugin-quicktimer-0.1.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	quicktimer

Summary:	VDR plugin: Create new timers quickly
Name:		vdr-plugin-%plugin
Version:	0.1.2
Release:	12
Group:		Video
License:	GPL
URL:		http://phivdr.dyndns.org/vdr/vdr-quicktimer/
Source:		http://phivdr.dyndns.org/vdr/vdr-quicktimer/vdr-%plugin-%{version}.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Create timers by entering channel, day and start time. Creating
timers from TV magazines is fast and does not require browsing EPG.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-12
- (767ee2b) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15434 |14cu|vdr-plugin-remote-0.5.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	remote
%define rel	6

Summary:	VDR plugin: Remote control
Name:		vdr-plugin-%plugin
Version:	0.5.0
Release:	%mkrel %rel
Group:		Video
License:	GPL+
URL:		http://www.escape-edv.de/endriss/vdr/
Source:		http://www.escape-edv.de/endriss/vdr/vdr-%plugin-%version.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin extends the remote control capabilities of vdr.
The following remote control devices are supported:

(a) linux input device driver ('/dev/input/eventX', X=0,1,2,...)
    - built-in remote control port of the av711x-based DVB cards
      (aka full-featured cards), e.g. DVB-S Nexus [1]
    - remote control port of some budget cards, e.g. Nova-CI [2]
    - other input devices (not tested, please report success!)
    See file FAQ for a list of cards which have been reported to work.

(b) keyboard (tty driver): /dev/console, /dev/ttyX

(c) TCP connection (telnet)

(d) LIRC

%prep
%setup -q -n %plugin-%version
grep -q "^all: install" Makefile
sed -i 's,^all: install,,' Makefile

%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# Select an input device using evdev protocol
# (/dev/input/... | autodetect)
var=EVDEV_DEVICE
param="-i EVDEV_DEVICE"
# Select an input device using LIRC protocol
# (e.g. /var/run/lirc/lircd)
var=LIRC_DEVICE
param="-l LIRC_DEVICE"
# Select a terminal device for input
var=TTY_DEVICE
param="-t TTY_DEVICE"
# Select a terminal device for input with OSD
var=TTY_OSD_DEVICE
param="-T TTY_OSD_DEVICE"
# Select a connection on tcp port
var=TCP_PORT
param="-p tcp:TCP_PORT"
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY CONTRIBUTORS FAQ 



%changelog

* Wed Sep 23 2015 dsilakov <denis.silakov@rosalab.ru> 0.5.0-6
- (3832660) Merge pull request #1 from dmt_obd/vdr-plugin-remote:rosa2014.1
- (3832660) Update to a new version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15435 |14cu|vdr-plugin-screenshot-0.0.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	screenshot

Summary:	VDR plugin: Takes screenshots
Name:		vdr-plugin-%plugin
Version:	0.0.15
Release:	1
Group:		Video
License:	GPL+
URL:		http://www.joachim-wilke.de/vdr-screenshot.htm
Source:		vdr-%plugin-%{version}.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
With this plugin you can take still images of your screen. After installing
the plugin, a new mainmenu entry "Screenshot" will show up. Each time you
select this item, a file /tmp/title-yyyymmdd-hhmmss.jpg will be created,
where title is the current transmission or the recording currently replayed.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY







%changelog

* Wed Sep 23 2015 Denis Silakov <dsilakov@gmail.com> 0.0.15-1
- (fb68d93) Updated to 0.0.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15436 |14cu|vdr-plugin-skinelchi-0.2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	skinelchi
%define prever	0

Summary:	VDR plugin: Elchi VDR Skin-Plugin
Name:		vdr-plugin-%plugin
Version:	0.2.8
%if %{prever}
Release:	0.%prever.2
%else
Release:	2
%endif
Group:		Video
License:	GPLv2+
URL:		http://firefly.vdr-developer.org/skinelchi
%if %{prever}
Source:		http://firefly.vdr-developer.org/skinelchi/vdr-%{plugin}-%{version}%{prever}.tar.bz2
%else
Source:		http://firefly.vdr-developer.org/skinelchi/vdr-%{plugin}-%{version}.tar.bz2
%endif
Patch0:		skinelchi-0.2.8-mga-separate-install.patch
BuildRequires:	vdr-devel >= 1.6.0-7
BuildRequires:	imagemagick-devel
Requires:	vdr-abi = %{vdr_abi}

%description
VDR skin plugin, based on:
    - original-skins of vdr
    - Elchi for vdr 1.2.6 and enElchi/Elchi for text2skin
    - osdimage from brougs78

This skin is able to display channel logos. In order to use this 
functionality, channel logos must be put in /usr/share/vdr/chanlogos. The 
recommended format is 64x48px 16-color xpm. When using dxr3 as the 
output device, the recommended maximum number of colors is 6.

%prep
%if %prever
%setup -q -n %{plugin}-%{version}%{prever}
%else
%setup -q -n %{plugin}-%{version}
%endif
%apply_patches
%vdr_plugin_prep

%vdr_plugin_params_begin %{plugin}
# optional path for epgimages (default: %{vdr_plugin_cachedir}/epgimages)
var=ICACHE
param=--icache=ICACHE
# path for channel logos
var=LOGO_DIR
param=--logos=LOGO_DIR
default=%{vdr_chanlogodir}
%vdr_plugin_params_end

cat > README.install.urpmi <<EOF
%vdr_chanlogo_notice
EOF

%build
%vdr_plugin_build SKINELCHI_HAVE_IMAGEMAGICK=1

%install
%vdr_plugin_install
mkdir -p %{buildroot}%{_sysconfdir}/vdr/themes
cp -a themes/* %{buildroot}%{_sysconfdir}/vdr/themes

%files -f %plugin.vdr
%doc README HISTORY README.install.urpmi
%{_sysconfdir}/vdr/themes



%changelog

* Thu Feb 04 2016 Denis Silakov <dsilakov@gmail.com> 0.2.8-2
- (46ba21f) Drop obsolete macro



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15437 |14cu|vdr-plugin-skinenigmang-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	skinenigmang

Summary:	VDR plugin: EnigmaNG skin
Name:		vdr-plugin-%plugin
Version:	0.1.2
Release:	2
Group:		Video
License:	GPL+
URL:		http://andreas.vdr-developer.org/enigmang/
Source:		http://andreas.vdr-developer.org/enigmang/download/vdr-%plugin-%{version}.tgz
Source1:	http://andreas.vdr-developer.org/enigmang/download/skinenigmang-logos-xpm-hi-20070702.tgz
BuildRequires:	vdr-devel >= 1.6.0-7
BuildRequires:	imagemagick-devel
BuildRequires:	freetype2-devel
Requires:	vdr-abi = %vdr_abi

%description
"EnigmaNG" is a standalone VDR skin based on the "Enigma" text2skin
addon.

This skin is able to display channel logos. In order to use this 
functionality, channel logos must be put in /usr/share/vdr/chanlogos. The 
recommended format is 64x48px 16-color xpm. When using dxr3 as the 
output device, the recommended maximum number of colors is 6.

%prep
%setup -q -n %plugin-%{version} -a 1
mv %plugin/HISTORY HISTORY.logos
mv %plugin/README README.logos
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# Channel logo directory
var=LOGODIR
param="-l LOGODIR"
default=%{vdr_chanlogodir}
# Set directory where epgimages are stored
var=IMAGESDIR
param="-i IMAGESDIR"
default=%{vdr_plugin_cachedir}/epgimages
%vdr_plugin_params_end

cat > README.install.urpmi <<EOF
%vdr_chanlogo_notice
EOF

%build
VDR_PLUGIN_EXTRA_FLAGS="$(pkg-config --cflags ImageMagick++)"
%vdr_plugin_build \
	SKINENIGMA_USE_PLUGIN_EPGSEARCH=1 \
	SKINENIGMA_USE_PLUGIN_AVARDS=1 \
	SKINENIGMA_USE_PLUGIN_MAILBOX=1 \
	HAVE_IMAGEMAGICK=1 \
	HAVE_FREETYPE=1

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_themedir}
install -m644 themes/*.theme %{buildroot}%{vdr_themedir}

install -d -m755 %{buildroot}%{vdr_plugin_datadir}
cp -a %{plugin} %{buildroot}%{vdr_plugin_datadir}

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}
ln -s %{vdr_plugin_datadir}/%{plugin} %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}

%files -f %plugin.vdr
%doc README* HISTORY*
%{vdr_plugin_datadir}/%{plugin}
%{vdr_plugin_cfgdir}/%{plugin}
%{vdr_themedir}/*.theme



%changelog

* Thu Feb 04 2016 Denis Silakov <dsilakov@gmail.com> 0.1.2-2
- (fdf40f1) Drop obsolete macro



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15438 |14cu|vdr-plugin-skinsoppalusikka-2.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	skinsoppalusikka

Summary:	VDR plugin: Soppalusikka skin
Name:		vdr-plugin-%plugin
Version:	2.0.1
Release:	2
Group:		Video
License:	GPLv2+
URL:		http://www.saunalahti.fi/~rahrenbe/vdr/soppalusikka/
Source:		vdr-%plugin-%{version}.tgz
Obsoletes:	vdr-skin-soppalusikka < 1.6.0
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
The "Soppalusikka" is a standalone skin providing the good old
"ElchiAIO" looks.

This skin is able to display channel logos. In order to use this 
functionality, channel logos must be put in /usr/share/vdr/chanlogos. The 
recommended format is 64x48px 16-color xpm. When using dxr3 as the 
output device, the recommended maximum number of colors is 6.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# Channel logo directory
var=LOGO_DIR
param=--logodir=LOGO_DIR
default=%{_vdr_chanlogodir}
%vdr_plugin_params_end

cat > README.install.urpmi <<EOF
This skin is able to display channel logos. In order to use this 
functionality, channel logos must be put in /usr/share/vdr/chanlogos. The 
recommended format is 64x48px 16-color xpm. When using dxr3 as the 
output device, the recommended maximum number of colors is 6.
EOF

%build
%vdr_plugin_build STRIP=/bin/true

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY README.install.urpmi
/var/lib/vdr/themes/*.theme

%changelog

* Wed Jun 22 2016 Denis Silakov <dsilakov@gmail.com> 2.0.1-2
- (313e55b) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15439 |14cu|vdr-plugin-solitaire-0.0.2-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	solitaire

Summary:	VDR plugin: The well-known card game
Name:		vdr-plugin-%plugin
Version:	0.0.2
Release:	21
Group:		Video
License:	GPL
URL:		http://www.djdagobert.com/vdr/solitaire/
Source:		http://www.djdagobert.com/vdr/solitaire/vdr-%plugin-%{version}.tgz
Patch0:		vdr-cardgames-0.0.2-to-gcc3.4.diff
Patch1:		91_solitaire-0.0.2-1.5.4.dpatch
Patch2:		solitaire-0.0.2-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	dos2unix
Requires:	vdr-abi = %vdr_abi

%description
This solitaire plugin is an implementation of the (well-known) card game
"Solitaire" played on the On Screen Display of your Video Disk Recorder.

%prep
%setup -q -c
cd %plugin
dos2unix tools/list.h
%patch0 -p1 -b .gcc34
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

chmod 0644 CONTRIBUTORS HISTORY README

%build
cd %plugin
%vdr_plugin_build

%install

cd %plugin
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_datadir}/%{plugin}
install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}
install -m644 solitaire/* %{buildroot}%{vdr_plugin_datadir}/%{plugin}
ln -s %{vdr_plugin_datadir}/%{plugin} 	%{buildroot}%{vdr_plugin_cfgdir}/solitaire

%files -f %plugin/%plugin.vdr
%doc %plugin/README %plugin/HISTORY %plugin/CONTRIBUTORS
%{vdr_plugin_cfgdir}/solitaire
%{vdr_plugin_datadir}/%{plugin}

%changelog

* Tue Sep 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-21
- (c0c9418) Fix macro names



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15440 |14cu|vdr-plugin-streamdev-0.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	streamdev
%define snap	0

Summary:	VDR plugin: streamdev
Name:		vdr-plugin-%plugin
Version:	0.6.0
%if %snap
Release:	0.%snap.1
%else
Release:	1
%endif
Group:		Video
# Several .c files cause GPLv2+, others are GPL+
License:	GPLv2+
URL:		http://streamdev.vdr-developer.org/

%if %snap
# git://projects.vdr-developer.org/vdr-plugin-streamdev.git
# git archive --prefix streamdev/ master | xz > vdr-streamdev-git20120225.tar.xz
Source:		vdr-%plugin-git%snap.tar.xz
%else
Source:		http://streamdev.vdr-developer.org/releases/vdr-%plugin-%{version}.tgz
%endif
# The default writerbuffer seems to be either too small for high-bitrate
# streams or buffer-full situation is handled wrongly.
# I suspect the latter. TODO: investigate
# -Anssi 10/2013
# same for streamerbuffer
# -Anssi 11/2014
Patch0:		streamdev-buffers-size.patch
BuildRequires:	vdr-devel >= 1.6.0

%description
This PlugIn is a VDR implementation of the VTP (Video Transfer Protocol,
see file PROTOCOL) and a basic HTTP Streaming Protocol.

It consists of a server and a client part, but both parts are compiled together
with the PlugIn source, but appear as separate PlugIns to VDR.

%package server
Summary:	VDR plugin: VDR Streaming Server
Group:		Video
Requires:	vdr-abi = %vdr_abi

%description server
This PlugIn is a VDR implementation of the VTP (Video Transfer Protocol,
see file PROTOCOL) and a basic HTTP Streaming Protocol.

The server part acts as a Receiver-Device and works transparently in the
background within your running VDR. It can serve multiple clients and it can
distribute multiple input streams (i.e. from multiple DVB-cards) to multiple
clients using the native VTP protocol (for VDR-clients), or using the HTTP
protocol supporting clients such as XINE, MPlayer and so on. With XMMS or
WinAMP, you can also listen to radio channels over a HTTP connection.

%package client
Summary:	VDR plugin: VTP Streaming Client
Group:		Video
Requires:	vdr-abi = %vdr_abi

%description client
This PlugIn is a VDR implementation of the VTP (Video Transfer Protocol,
see file PROTOCOL) and a basic HTTP Streaming Protocol.

The client part acts as a full Input Device, so it can be used in conjunction
with a DXR3-Card, XINE, SoftDevice or others to act as a working VDR
installation without any DVB-Hardware including EPG-Handling.

%prep
%if %snap
%setup -q -n %plugin
%else
%setup -q -n %plugin-%{version}
%endif
%apply_patches
cd server
%vdr_plugin_prep
cd ../client
%vdr_plugin_prep
cd ..

perl -pi -e 's/^CFLAGS =/MOREFLAGS =/' libdvbmpeg/Makefile
sed -i 's/$(CFLAGS)/$(MOREFLAGS) $(CFLAGS)/' libdvbmpeg/Makefile

cd server
%vdr_plugin_params_begin %plugin-server
# Credentials for HTTP authentication, in format "LOGIN:PASSWORD".
# Credentials are required when connecting from a host not listed in
# streamdevhosts.conf. The default (i.e. no credentials set below) is to
# not allow connection from such hosts at all.
var=AUTH
param=--auth=AUTH
# Define an external command for remuxing
var=REMUXER
param=--remux=REMUXER
%vdr_plugin_params_end
cd ..

cat > README.0.5.0-1.upgrade.urpmi <<EOF
The config file location of streamdev has changed from
/var/lib/vdr/config/plugins/streamdev
to
/var/lib/vdr/config/plugins/streamdev-server.
streamdevhosts.conf has been automatically moved unless there was a conflict.
externremux.sh is not moved automatically as there has been a slight change
in the syntax (it has to provide HTTP headers).
EOF

%build
%vdr_plugin_build

%install
cd server

%vdr_plugin_install
cd ../client

%vdr_plugin_install
cd ..

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}-server
install -m755 %plugin-server/externremux.sh %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}-server
install -m644 %plugin-server/streamdevhosts.conf %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}-server

%pre server
if [ $1 = 2 ] && ! [ -e %{vdr_plugin_cfgdir}/%{plugin}-server ] && [ -e %{vdr_plugin_cfgdir}/%{plugin} ]; then
	mkdir -p %{vdr_plugin_cfgdir}/%{plugin}-server
	touch %{vdr_plugin_cfgdir}/%{plugin}-server/mdv-050-migration
fi

%post server
if [ $1 = 2 ] && [ -e %{vdr_plugin_cfgdir}/%{plugin}-server/mdv-050-migration ]; then
	mv -vf %{vdr_plugin_cfgdir}/%{plugin}/streamdevhosts.conf %{vdr_plugin_cfgdir}/%{plugin}-server/streamdevhosts.conf
	rm -f %{vdr_plugin_cfgdir}/%{plugin}-server/mdv-050-migration
fi

%files server -f server/streamdev-server.vdr
%doc README HISTORY CONTRIBUTORS PROTOCOL README.*.upgrade.urpmi
%dir %{vdr_plugin_cfgdir}/%plugin-server
%config(noreplace) %{vdr_plugin_cfgdir}/%plugin-server/streamdevhosts.conf
%config(noreplace) %{vdr_plugin_cfgdir}/%plugin-server/externremux.sh

%files client -f client/streamdev-client.vdr
%doc README HISTORY CONTRIBUTORS



%changelog

* Fri Aug 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.0-1
- (5f91193) Updated to 0.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15441 |14cu|vdr-plugin-sudoku-0.3.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	sudoku

Summary:	VDR plugin: Sudoku - generate and solve Number Place puzzles
Name:		vdr-plugin-%plugin
Version:	0.3.5
Release:	4
Group:		Video
License:	GPL
URL:		http://toms-cafe.de/vdr/sudoku/
Source:		http://projects.vdr-developer.org/attachments/download/280/vdr-%plugin-%{version}.tgz
# Fixes build (04/2008)
Patch0:		sudoku-0.2.1-makefile.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
'Sudoku' is a VDR plugin to generate and solve Number Place puzzles, so called
Sudokus.

A Sudoku puzzle consists of 9 x 9 cells subdivided into 9 regions with 3 x 3
cells. The rules are simple. There have to be the numbers from 1 to 9 in every
row, column and region. In the beginning some numbers are given. These cells
are painted with cyan background color. The aim of the puzzle is to find the
missing numbers. There is only one solution of a Sudoku puzzle.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build
%make -C tools CXXFLAGS="%{optflags} %ldflags"

%install
%vdr_plugin_install
%makeinstall -C tools

%files -f %plugin.vdr
%doc README HISTORY
%{_bindir}/sudoku_generator
%{_mandir}/man1/sudoku_generator.1*




%changelog

* Sun Nov 15 2015 Denis Silakov <dsilakov@gmail.com> 0.3.5-4
- (86c07eb) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15442 |14cu|vdr-plugin-suspendoutput-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	suspendoutput

Summary:	VDR plugin: Suspend output
Name:		vdr-plugin-%plugin
Version:	2.0.0
Release:	4
Group:		Video
License:	GPLv2+
URL:		http://phivdr.dyndns.org/vdr/vdr-suspendoutput/
Source:		http://phivdr.dyndns.org/vdr/vdr-suspendoutput/vdr-%plugin-%{version}.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Suspend vdr output (display still image instead of live video).
Suspending live TV releases current channel (DVB card) for
recording(s) and saves some CPU time with software decoders.
Blanking display while replay is paused can avoid burning the image
on tube.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# Show suspend/resume entry in main menu (default)
var=MENU
param=-m
# Don't show entry in main menu
var=NOMENU
param=-M
# Suspend output after MIN minutes of inactivity (default: 120 minutes)
var=TIMER_MIN
param=--timer=TIMER_MIN
# Disable inactivity timer
var=NOTIMER
param=-T
# Allow suspend when replay is paused
var=PAUSED
param=-p
# Show VDR logo when suspended
var=LOGO
param=-l
# Blank screen when suspended
var=BLANK
param=-b
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY



%changelog

* Wed Sep 23 2015 dsilakov <denis.silakov@rosalab.ru> 2.0.0-4
- (0bc149b) Merge pull request #1 from dmt_obd/vdr-plugin-suspendoutput:rosa2014.1
- (0bc149b) Updated to 2.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15443 |14cu|vdr-plugin-svdrpservice-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	svdrpservice

Summary:	VDR plugin: SVDRP client
Name:		vdr-plugin-%plugin
Version:	1.0.0
Release:	1
Group:		Video
License:	GPL+
URL:		http://vdr.schmirler.de/
Source:		http://vdr.schmirler.de/svdrpservice/vdr-%plugin-%{version}.tgz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin offers SVDRP connections as a service to other plugins.
Connecting to streamdev's VTP server port is possible, too. VTP provides
a subset of the SVDRP commands but in contrast to SVDRP it can handle
multiple connections at a time.

There's no reason to load this plugin if no other plugin relies on it.

%package -n %plugin-devel
Summary:	Development headers for svdrpservice VDR plugin
Group:		Development/C++
Requires:	vdr-devel

%description -n %plugin-devel
Development headers for svdrpservice VDR plugin needed for building
some plugins depending on svdrpservice.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# Default server IP and optional port (e.g. 192.168.0.1:2001).
# If no port is given, the default SVDRP port 2001 is assumed.
var=DEFAULT_SERVER
param=DEFAULT_SERVER
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -D -m644 svdrpservice.h %{buildroot}%{_includedir}/vdr/%plugin/svdrpservice.h

%files -f %plugin.vdr
%doc README HISTORY

%files -n %plugin-devel
%{_includedir}/vdr/%{plugin}



%changelog

* Wed Sep 23 2015 Denis Silakov <dsilakov@gmail.com> 1.0.0-1
- (1b66e63) Fix tarball hash



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15444 |14cu|vdr-plugin-sysinfo-0.1.0a-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	sysinfo

Summary:	VDR plugin: System information plugin
Name:		vdr-plugin-%plugin
Version:	0.1.0a
Release:	24
Group:		Video
License:	GPL
URL:		http://kikko77.altervista.org/
Source:		vdr-%plugin-%{version}.tar.bz2
Patch0:		01_sysinfo-0.1.0a-fontfix.dpatch
Patch1:		sysinfo-0.1.0a-i18n-1.6.patch
Patch2:		sysinfo-fix-includes.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin show same features of the vdr-box system like :
- kernel version
- cpu type
- cpu frequency
- cpu usage
- cpu free
- total memory
- memory free
- memory usage

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}
install -m755 script/sysinfo.sh %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}

install -d -m755 %{buildroot}%{_bindir}

cat > %{buildroot}%{_bindir}/sysinfo.sh <<EOF
#!/bin/sh
VDR_CONFIGDIR="%{vdr_cfgdir}"
[ -e %{_sysconfdir}/sysconfig/vdr ] && . %{_sysconfdir}/sysconfig/vdr
exec \$VDR_CONFIGDIR/plugins/%plugin/sysinfo.sh \$@
EOF
chmod a+x %{buildroot}%{_bindir}/sysinfo.sh

%files -f %plugin.vdr
%doc README HISTORY
%{_bindir}/sysinfo.sh
%{vdr_plugin_cfgdir}/%{plugin}



%changelog

* Tue Sep 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0a-24
- (068c390) Fix macro names



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15445 |14cu|vdr-plugin-taste-0.0.2d-1.20080425.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	taste
%define snapshot 20080425

Summary:	VDR plugin: Lock unwanted shows by keywords
Name:		vdr-plugin-%plugin
Version:	0.0.2d
Release:	1.%snapshot.7
Group:		Video
License:	GPL
URL:		http://linux.kompiliert.net/index.php?view=taste
Patch0:		91_taste-0.0.2d+cvs20061111-1.5.0.dpatch
Patch1:		taste-i18n-1.6.patch
Source:		vdr-%plugin-%snapshot.tar.bz2
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
With this plugin, VDR will skip every channel that doesn't match
your "taste", which means that the current programme (if available)
is checked against a blacklist, and if it matches, a message will be
displayed and the channel is being skipped. You can either wait for
the plugin to change the channel for you after a configurable amount
of time, or simply zap again.

%prep
%setup -q -n %plugin
%patch0 -p1
%patch1 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY



%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2d-1.20080425.7
- (7fdd99d) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15446 |14cu|vdr-plugin-timersync-0.1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	timersync

Summary:	VDR plugin: Synchronize timers with server
Name:		vdr-plugin-%plugin
Version:	0.1.0
Release:	11
Group:		Video
License:	GPL
URL:		http://phivdr.dyndns.org/vdr/vdr-timersync/
Source:		http://phivdr.dyndns.org/vdr/vdr-timersync/vdr-%plugin-%{version}.tgz
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	svdrpservice-devel
Requires:	vdr-abi = %vdr_abi
Requires:	vdr-plugin-svdrpservice

%description
This plugin synchronizes timers between client VDR and server VDR.
All recordings are done at server, but all timers are visible in
both VDR instances.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

perl -pi -e 's,"../svdrpservice/svdrpservice.h",<vdr/svdrpservice/svdrpservice.h>,' timersync.c

%vdr_plugin_params_begin %plugin
# VDR Server address and optional SVDRP port
# This can also be configured in svdrpservice plugin setup menu
var=VDR_SERVER_ADDRESS
param=--server=VDR_SERVER_ADDRESS
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY



%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-11
- (a8772ce) Fix URL, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15447 |14cu|vdr-plugin-ttxtsubs-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	ttxtsubs

Summary:	VDR plugin: Teletext subtitles
Name:		vdr-plugin-%plugin
Epoch:		1
Version:	0.3.0
Release:	1
Group:		Video
License:	GPLv2+
URL:		http://projects.vdr-developer.org/projects/plg-ttxtsubs
Source:		vdr-%plugin-%{version}.tar.gz
BuildRequires:	vdr-devel >= 1.7.6
Requires:	vdr-abi = %vdr_abi

%description
This plugin implements displaying, recording and replaying teletext
based subtitles using the on screen display.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README TROUBLESHOOTING HISTORY



%changelog

* Mon Aug 31 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.3.0-1
- (0192bd9) Updated to 0.3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15448 |14cu|vdr-plugin-tvonscreen-1.0.141-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	tvonscreen

# backportability
%define _localstatedir %{_var}

Summary:	VDR plugin: Shows the EPG info in form of a typical TV magazine
Name:		vdr-plugin-%plugin
Version:	1.0.141
Release:	14
Group:		Video
License:	GPL
URL:		http://www.js-home.org/vdr/tvonscreen/
Source:		vdr-%plugin-%{version}.tar.bz2
# dpatches from e-tobi repo
Patch0:		02_tvonscreen-1.0-fixes.dpatch
Patch1:		90_tvonscreen-1.0.141-1.5.3.dpatch
Patch2:		tvonscreen-1.0.141-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugins shows the EPG data in the typical way a TV magazine
does. The channels are shown from left to right, 3 on one screen.

You can scroll though the channels and the time, create timers,
show details, search for events and add vdradmin auto timers.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# optional path for the XPM channel logos
var=CHANLOGOS
param="-l CHANLOGOS"
default=%{_vdr_chanlogodir}
# path and filename to vdradmin at file
var=VDRADMIN_TIMERFILE
param="-v VDRADMIN_TIMERFILE"
default=%{_localstatedir}/lib/vdradmin/vdradmin.at
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.141-14
- (4a04402) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15449 |14cu|vdr-plugin-vcd-0.9-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	vcd

Summary:	VDR plugin: VideoCD Player
Name:		vdr-plugin-%plugin
Version:	0.9
Release:	10
Group:		Video
License:	GPLv2+
URL:		http://www.heiligenmann.de/vdr/vdr/plugins/vcd.html
Source:		http://www.heiligenmann.de/vdr/download/vdr-%plugin-%{version}.tgz
Patch0:		vcd-0.9-i18n-1.6.patch
# from e-tobi:s
Patch1:		90_vcd-0.9-1.7.3.dpatch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi
Requires(post):	vdr-common

%description
This plugin adds the functionality to replay VideoCDs (and Super VideoCDs)
from within VDR (by Klaus Schmidinger).

%prep
%setup -q -n %plugin-%{version}
%apply_patches
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# use DEV as the CD-ROM device
# default: /dev/cdrom
var=VCD_DEVICE
param=--vcd=VCD_DEVICE
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%post
%{_bindir}/gpasswd -a vdr cdrom >/dev/null
%{_bindir}/gpasswd -a vdr cdwriter >/dev/null

%files -f %plugin.vdr
%doc README COPYING HISTORY



%changelog

* Mon Aug 31 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9-10
- (dcb20d5) Fix group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15450 |14cu|vdr-plugin-vdrrip-0.3.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	vdrrip

%bcond_with	plf

%if %with plf
%define distsuffix plf
%endif

Summary:	VDR plugin: A MPlayer using movie encoder
Name:		vdr-plugin-%plugin
Version:	0.3.0
Release:	15
Group:		Video
License:	GPL
# an interesting use of a domain...
URL:		http://www.a-land.de/
Source:		http://www.a-land.de/vdr-%plugin-%{version}.tgz
# e-tobi script
Source1:	vdrripsplit.sh
# initscript
Source2:	vdrrip.service
Source3:	vdrrip.sysconfig
Patch0:		vdrrip-0.3.0-paths.patch
# (anssi) This seems to be the easiest way to do detaching...
Patch8:		vdrrip-0.3.0-queue-bg.patch
# (anssi) Link against dvdread instead of dvdnav, as dvdnav is not needed
# and does not contain the needed headers as of 11/2007
Patch9:		vdrrip-dvdnav2dvdread.patch
# #35140
Patch10:	vdrrip-dvdread-inttypes.patch
Patch12:	vdrrip-0.3.0-i18n-1.6.patch
Patch13:	vdrrip-format-string.patch
Patch14:	vdrrip-const-char-gcc4.4.patch
# e-tobi patches
Patch1:		02_maketempdir.dpatch
Patch2:		03_greppid2.dpatch
Patch3:		05_fix-dvdparameter.dpatch
Patch4:		06_fix-ogm-ac3-vdrsync-dev.dpatch
Patch5:		07_preserve-queue-owner.dpatch
Patch6:		11_fix-identify-aspect.dpatch
Patch7:		91_vdrrip+dvd-0.3.0-1.3.7.dpatch
Patch11:		95_fix_crop.dpatch
BuildRequires:	vdr-devel >= 1.6.0-7
%if %with plf
BuildRequires:	libdvdread-devel
%endif
Requires:	vdr-abi = %{vdr_abi}
# The plugin really requires these itself as well
Requires:	mplayer
Requires:	mencoder
Suggests:	vdrrip

%description
Vdrrip is a plugin to encode the vdr recordings into several
formats. You likely want to also install the vdrrip package which
contains the queue handler script.
%if %with plf
This package is in PLF because this build contains support for DVD
ripping which may be prohibited by local laws.
%endif

%package -n %plugin
Summary:	Queue handler of vdrrip
Group:		Video
Requires(preun): rpm-helper
Requires(post):	rpm-helper
Requires:	mplayer
Requires:	mencoder
Suggests:	ogmtools
Suggests:	vdrsync
Suggests:	mkvtoolnix
Suggests:	ffmpeg

%description -n %plugin
The queue handler for VDR vdrrip plugin. It does the actual
encoding.

For encoding ogm files you also need the packages ogmtools and
vdrsync. For encoding matroska files you need the packages
mkvtoolnix and vdrsync. For encoding ogm or matroska files with mp3
or ogg vorbis audio you also need the package ffmpeg.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%vdr_plugin_prep
chmod -x TODO COPYING README FAQ HISTORY
perl -pi -e 's,scriptdir=.*$,scriptdir="%{_sysconfdir}/%{plugin}",' scripts/queuehandler.sh
grep scriptdir= scripts/queuehandler.sh

%vdr_plugin_params_begin %plugin
# You likely want to also install the vdrrip package which
# contains the queue handler script which does the actual encoding.
#
# use alternative mplayer instead of the default one
var=MPLAYER
param="-p MPLAYER"
# use alternative mencoder instead of the default one
var=MENCODER
param="-e MENCODER"
%if %with plf
# use alternative DVD device instead of /dev/dvd
var=DVD_DEVICE
param="-d DVD_DEVICE"
%endif
%vdr_plugin_params_end

%build
# see #35140
VDR_PLUGIN_EXTRA_FLAGS="-D__STDC_LIMIT_MACROS"
%vdr_plugin_build \
%if %with plf
	VDRRIP_DVD=1
%endif

%install
%vdr_plugin_install
install -d -m755 %{buildroot}%{_bindir}
install -m755 scripts/queuehandler.sh %{buildroot}%{_bindir}
install -m755 %{SOURCE1} %{buildroot}%{_bindir}
install -d -m755 %{buildroot}%{_sysconfdir}/%{plugin}
install -m644 scripts/queuehandler.sh.conf %{buildroot}%{_sysconfdir}/%{plugin}

install -d -m755 %{buildroot}%{_unitdir} %{buildroot}%{_sysconfdir}/sysconfig
install -m0644 %{SOURCE2} -D %{buildroot}%{_unitdir}/%{name}.service
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{plugin}

%post -n %{plugin}
%systemd_post %{plugin}.service

%preun -n %{plugin}
%systemd_preun %{plugin}.service

%postun -n %{plugin}
%systemd_postun_with_restart %{plugin}.service


%files -f %plugin.vdr
%doc README HISTORY FAQ TODO COPYING scripts/sleephalt.sh scripts/vdrshutdown.sh

%files -n %plugin
%{_bindir}/vdrripsplit.sh
%{_bindir}/queuehandler.sh
%dir %{_sysconfdir}/%{plugin}
%config(noreplace) %{_sysconfdir}/%{plugin}/queuehandler.sh.conf
%attr(0644,root,root) %{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/sysconfig/%{plugin}



%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-15
- (fb34bb3) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15451 |14cu|vdr-plugin-wapd-0.9-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	wapd

Summary:	VDR plugin: Remote control by WAP
Name:		vdr-plugin-%plugin
Version:	0.9
Release:	7
Group:		Video
License:	GPL
URL:		http://www.heiligenmann.de/vdr/vdr/plugins/wapd.html
Source:		http://www.heiligenmann.de/vdr/download/vdr-%plugin-%{version}.tgz
Patch0:		02_gettext-i18n.dpatch
Patch1:		03_gcc-4.1.x.dpatch
Patch2:		wapd-linking-order.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
This plugin lets VDR listen to WAP requests to allow remote control
by WML enabled browsers - eg. mobile devices - and is called "WAP
daemon" or "wapd".

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# use PORT for WAP (default: 8888)
var=PORT
param="-p PORT"
%vdr_plugin_params_end

%build
%vdr_plugin_build

%install
%vdr_plugin_install
install -D -m755 wappasswd %{buildroot}%{_bindir}/wappasswd

%files -f %plugin.vdr
%doc README HISTORY
%{_bindir}/wappasswd



%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9-7
- (46a2cd4) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15452 |14cu|vdr-plugin-weather-0.2.1e-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	weather

Summary:	VDR plugin: Displays the current weather conditons
Name:		vdr-plugin-%plugin
Version:	0.2.1e
Release:	14
Group:		Video
License:	GPL
URL:		http://www.moldaner.de/vdr/
Source:		http://www.moldaner.de/vdr/download/vdr-%plugin-%{version}.tar.bz2
# dpatches from e-tobi repository
Patch0:		weather-02_vdr_1.3-fix.dpatch
Patch1:		weather-03_g++4.1-fix.dpatch
Patch2:		weather-04_ftp-location.dpatch
Patch3:		weather-0.2.1e-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	mdsplib-devel
BuildRequires:	ftp-devel
Requires:	vdr-abi = %vdr_abi

%description
Displays the current weather conditions for a selected location.

%prep
%setup -q -n %plugin-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%vdr_plugin_prep
chmod 0644 HISTORY README

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1e-14
- (ae1e18f) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15453 |14cu|vdr-plugin-webvideo-0.3.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin webvideo

%define major 0
%define libname %mklibname webvi %{major}
%define devname %mklibname webvi -d

Summary:	VDR plugin: Download video files from the web
Name:		vdr-plugin-%{plugin}
Version:	0.3.2
Release:	8
License:	GPLv3+
Group:		Video
Url:		http://users.tkk.fi/~aajanki/vdr/webvideo/
Source:		http://users.tkk.fi/~aajanki/vdr/webvideo/vdr-%{plugin}-%{version}.tgz
Patch0:		webvideo-lib64.patch
Patch1:		webvideo-ldflags.patch
# remove stuff that is already handled by us from Makefile:
Patch2:		webvideo-makefile-skip.patch
Patch3:		webvideo-sysconfdir.patch
Patch4:		webvideo-no-ldconfig.patch
Patch5:		webvideo-default-template-path.patch
BuildRequires:	vdr-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(python)
Requires:	vdr-abi = %{vdr_abi}

%description
Webvideo plugin is a tool for browsing and downloading videos from
popular video sharing websites, such as YouTube and Google video,
using VDR menu interface or a command line client. With the help of
xineliboutput plugin the videos can be played directly without
downloading them first. Mplayer plugin is also supported.

This package is the VDR plugin. A standalone command line client is
available in package webvi.

%files -f src/vdr-plugin/%{plugin}.vdr
%doc README README.vdrplugin HISTORY TODO
%dir %{vdr_plugin_cfgdir}/%plugin
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/mime.types
%config(noreplace) %{vdr_plugin_cfgdir}/%{plugin}/webvi.plugin.conf

#----------------------------------------------------------------------------

%package -n python-webvi
Summary:	Python module for web video download and playback
Group:		System/Libraries
Requires:	python-curl
Requires:	python-libxslt
Requires:	python-libxml2
Requires:	python-mimms
Suggests:	rtmpdump
Suggests:	rtmpdump-yle
Obsoletes:	webvid < 0.3.2

%description -n python-webvi
webvi is a tool for downloading and playing videos from popular video
sharing webvites such as YouTube.

This package contains the python module.

%files -n python-webvi
%{python_sitelib}/webvi
%{python_sitelib}/libwebvi-*.egg-info
%{_datadir}/webvi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for using webvi
Group:		System/Libraries
Requires:	python-webvi = %{EVRD}

%description -n %{libname}
webvi is a tool for downloading and playing videos from popular video
sharing webvites such as YouTube.

This package contains the C library for using the webvi python
module.

%files -n %{libname}
%{_libdir}/libwebvi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for webvi C bindings
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	webvi-devel = %{EVRD}

%description -n %{devname}
webvi is a tool for downloading and playing videos from popular video
sharing webvites such as YouTube.

This package contains the C bindings for the webvi python module.

%files -n %{devname}
%doc README TODO HISTORY doc/developers.txt
%{_includedir}/libwebvi.h
%{_libdir}/libwebvi.so

#----------------------------------------------------------------------------

%package -n webvi
Summary:	Command line web video downloader
Group:		Video
Requires:	python-libxml2
Requires:	python-webvi = %{EVRD}

%description -n webvi
webvi is a command line tool for downloading video and audio files
from certain media sharing websites, such as YouTube or Google Video.

%files -n webvi
%doc README README.webvi TODO HISTORY
%{_sysconfdir}/webvi.conf
%{_bindir}/webvi
%{python_sitelib}/webvicli

#----------------------------------------------------------------------------

%prep
%setup -q -n %{plugin}-%{version}
%apply_patches
cd src/vdr-plugin
%vdr_plugin_prep
%vdr_plugin_params_begin %{plugin}
# save downloaded files to dir
var=DOWNLOAD_DIR
param="-d DOWNLOAD_DIR"
# read video site templates from DIR instead of default
var=TEMPLATE_DIR
param="-t TEMPLATE_DIR"
# read another config file instead of default
var=CONFIG_FILE
param="-c CONFIG_FILE"
# execute a command after downloading a file
var=POSTPROCESS_CMD
param="-p POSTPROCESS_CMD"
%vdr_plugin_params_end

%build
%make CXXFLAGS="%{optflags}" CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" PREFIX="%{_prefix}"
cd src/vdr-plugin
%vdr_plugin_build

%install
python setup.py install --root=%{buildroot}
%make install \
	VDRPLUGINCONFDIR=%{buildroot}%{vdr_plugin_cfgdir} \
	PREFIX=%{buildroot}%{_prefix} \
	SYSCONFDIR="%{buildroot}%{_sysconfdir}" \
	LIBDIR="%{buildroot}%{_libdir}"

install -d -m755 %{buildroot}%{_includedir}
install -m644 src/libwebvi/libwebvi.h %{buildroot}%{_includedir}

cd src/vdr-plugin
%vdr_plugin_install


%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.2-8
- (e9cd24d) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15454 |14cu|vdr-plugin-xxvautotimer-0.1.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	xxvautotimer

# backportability
%define _localstatedir %{_var}

Summary:	VDR plugin: Autotimer for XXV
Name:		vdr-plugin-%plugin
Version:	0.1.2
Release:	14
Group:		Video
License:	GPL
URL:		http://www.vdrtools.de/vdrxxvautotimer.html
Source:		http://www.vdrtools.de/download/vdr-%plugin-%{version}.tar.bz2
Patch0:		xxvautotimer-0.1.2-i18n-1.6.patch
Patch1:		xxvautotimer-includes.patch
Patch2:		xxvautotimer-format-string.patch
BuildRequires:	vdr-devel >= 1.6.0
BuildRequires:	mysql-devel
Requires:	vdr-abi = %vdr_abi
Requires:       xxv

%description
This is a plugin for the Video Disk Recorder (VDR) to edit
Autotimers of XXV via VDR on-screen-display (OSD).

%prep
%setup -q -c
cd %plugin
%patch0 -p1
%patch1 -p1
%patch2 -p1
%vdr_plugin_prep

%vdr_plugin_params_begin %plugin
# xxv configuration file
var=XXVD_CFG
param=--xxvconfigfile=XXVD_CFG
default=%{_localstatedir}/lib/xxv/xxvd.cfg
%vdr_plugin_params_end

%build
cd %plugin
%vdr_plugin_build

%install
cd %plugin
%vdr_plugin_install

install -d -m755 %{buildroot}%{_bindir}
install -m755 Scripte/* %{buildroot}%{_bindir}

%files -f %plugin/%plugin.vdr
%doc %plugin/README %plugin/HISTORY
%{_bindir}/epg2xxvautotimer.pl



%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2-14
- (bf84154) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15455 |14cu|vdr-plugin-yaepg-0.0.2.1-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	yaepg

Summary:	VDR plugin: Yet Another EPG
Name:		vdr-plugin-%plugin
Version:	0.0.2.1
Release:	21
Group:		Video
License:	GPL
URL:		http://www.hoochvdr.info/
# http://www.hoochvdr.info/modules.php?name=Forums&file=viewtopic&t=98
Source:		http://www.hoochvdr.info/files/vdr-%plugin-%{version}.tar.bz2
# Use standard VDR logging mechanism instead of own logfile
Patch1:		yaepg-logging.patch
# Use standard types, from e-tobi repository
Patch2:		yaepg-standard-types.patch
# Change screenshot location
Patch3:		94_yaepg-1.3.38.dpatch
Patch4:		95_yaepg-0.0.2.1-vdr-1.5.3.dpatch
Patch5:		yaepg-0.0.2.1-i18n-1.6.patch
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Yaepg (Yet Another Electronic Programming Guide) is an EPG that tries to
simulate the look and feel of a commercial IRD.

%prep
%setup -q -n %plugin-%{version}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README COPYING HISTORY





%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2.1-21
- (c60ee7f) Rebuild with new vdr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15456 |14cu|vdr-plugin-zaphistory-0.9.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	zaphistory

Summary:	VDR plugin: History of the last zapped channels
Name:		vdr-plugin-%plugin
Version:	0.9.6
Release:	1
Group:		Video
License:	GPL
URL:		http://projects.vdr-developer.org/projects/plg-zaphistory
Source:		http://projects.vdr-developer.org/attachments/download/1437/%plugin-%{version}.tar.gz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
Originally the plugins provided a history of the latest viewed
channels. Since version 0.0.3 statistics (zaps and watchtime) are
collected for each channel. History can be sorted by latest viewed,
zap count and watch time. The idea is a self-learning favourites
list. The history provides a channel name + EPG view and a channel
name + statistics view. Statistics and history entries can be
deleted or reseted from the menu.

%prep
%setup -q -n %plugin-%{version}
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

%files -f %plugin.vdr
%doc README HISTORY



%changelog

* Tue Sep 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-1
- (f1f010b) Drop unused files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15457 |14cu|vdrsync-0.1.2.2dev2-050322.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot 050322

Summary:	Repack VDR recordings to DVD compatible fromat
Name:		vdrsync
Version:	0.1.2.2dev2
Release:	%{snapshot}.4
Group:		Video
License:	GPL
URL:		http://vdrsync.vdr-portal.de/
Source:		http://vdrsync.vdr-portal.de/releases/%{name}-%snapshot.tar.bz2
BuildArch:	noarch

%description
VDRsync was programmed to allow conversion of a VDR recording into a
DVD compatible format. This conversion requires the "unpacking" of
Video and Audio data from the native VDR format, and the repacking
into a DVD compatible format. During this packing steps important
timing information is lost, leading to Audio-Video synchronisation
problems. In other words, audio is a bit too early or too late for
the video. Watching such a "desynced" movie is a pain.

Not too long ago an excellent tool named ds.jar was available, which
took care of the problem by aligning Audio and Video during the
first "unpacking" step. This tool was unavailable for a certain
period and therefore I decided to try to write a replacement for it
(ds.jar is now available again under the name Project X).

In the meantime I added some features to VDRsync, like cutting the
movie while syncing, and developed some additional tools, like the
sharemarks project.

%prep
%setup -q -n %{name}-%{snapshot}

%install
install -d -m755 %{buildroot}%{_bindir}
install -m755 *.pl %{buildroot}%{_bindir}

%files
%doc CHANGES
%{_bindir}/*.pl




%changelog

* Tue Jun 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.2.2dev2-050322.4
- (53a9ea2) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15458 |14cu|velocity-1.6.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free

Name:           velocity
Version:        1.6.4
Release:        7
Epoch:          0
Summary:        Java-based template engine
License:        Apache Software License
Source0:        http://www.apache.org/dist/%{name}/engine/%{version}/%{name}-%{version}.tar.gz
Source1:        http://repo1.maven.org/maven2/org/apache/%{name}/%{name}/%{version}/%{name}-%{version}.pom
Patch0:         velocity-remove-avalon-logkit.patch
Patch1:         velocity-use-system-jars.patch
Patch2:         velocity-servletapi5.patch
Patch3:         velocity-cleanup-pom.patch
Patch4:         velocity-tomcat6.patch
Group:          Development/Libraries/Java
Requires:       apache-commons-collections
Requires:       apache-commons-logging
Requires:       apache-commons-lang
Requires:       servlet6
Requires:       oro
Requires:       werken-xpath
Requires:       junit
Requires:       hsqldb
Requires:       jdom
Requires:       bcel
Requires:       log4j
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

BuildRequires:  werken-xpath
BuildRequires:  ant
BuildRequires:  antlr
BuildRequires:  junit
BuildRequires:  ant-junit
BuildRequires:  hsqldb
BuildRequires:  apache-commons-collections
BuildRequires:  apache-commons-logging
BuildRequires:  apache-commons-lang
BuildRequires:  servlet6
BuildRequires:  oro
BuildRequires:  jdom
BuildRequires:  bcel
BuildRequires:  log4j
BuildRequires:  jpackage-utils
BuildRequires:  xml-commons-jaxp-1.3-apis
BuildRequires:  xerces-j2

URL:            http://velocity.apache.org/
Group:          Development/Java
Requires:       werken.xpath

BuildRequires:  java-devel >= 1.6.0
BuildRequires:	java-1.8.0-openjdk-devel
BuildArch:      noarch

%description
Velocity is a Java-based template engine. It permits anyone to use the
simple yet powerful template language to reference objects defined in
Java code.
When Velocity is used for web development, Web designers can work in
parallel with Java programmers to develop web sites according to the
Model-View-Controller (MVC) model, meaning that web page designers can
focus solely on creating a site that looks good, and programmers can
focus solely on writing top-notch code. Velocity separates Java code
from the web pages, making the web site more maintainable over the long
run and providing a viable alternative to Java Server Pages (JSPs) or
PHP.
Velocity's capabilities reach well beyond the realm of web sites; for
example, it can generate SQL and PostScript and XML (see Anakia for more
information on XML transformations) from templates. It can be used
either as a standalone utility for generating source code and reports,
or as an integrated component of other systems. Velocity also provides
template services for the Turbine web application framework.
Velocity+Turbine provides a template service that will allow web
applications to be developed according to a true MVC model.

%package        manual
Summary:        Manual for %{name}
Group:          Development/Java

%description    manual
Documentation for %{name}.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%package        demo
Summary:        Demo for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}


%description    demo
Demonstrations and samples for %{name}.

# -----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

# remove bundled libs/classes (except those used for testing)
find . -name '*.jar' -o -name '*.class' -not -path '*test*' -print -delete

# Remove dependency on avalon-logkit
rm -f src/java/org/apache/velocity/runtime/log/AvalonLogChute.java
rm -f src/java/org/apache/velocity/runtime/log/AvalonLogSystem.java
rm -f src/java/org/apache/velocity/runtime/log/VelocityFormatter.java
%patch0 -p1

# Use system jars instead of downloading
%patch1 -p1

#Apply patch to remove explicit dependency on servletapi3
%patch2 -p1

# Remove (unavailable) parent reference and avalon-logkit from POM
cp %{SOURCE1} ./pom.xml
%patch3 -p1

# fix test for servlet api 2.5
%patch4 -p1

# -----------------------------------------------------------------------------

%build
export CLASSPATH=$(build-classpath \
antlr \
apache-commons-collections \
commons-lang \
commons-logging \
tomcat-servlet-api \
junit \
oro \
log4j \
jdom \
bcel \
werken.xpath \
hsqldb \
junit)
ant \
  -buildfile build/build.xml \
  -Dbuild.sysclasspath=first \
  jar javadocs
 # test

# fix line-endings in generated files
sed -i 's/\r//' docs/api/stylesheet.css docs/api/package-list

# -----------------------------------------------------------------------------

%install

# jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 bin/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr docs/api/* %{buildroot}%{_javadocdir}/%{name}

# data
install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -pr convert examples test %{buildroot}%{_datadir}/%{name}

# Maven metadata
install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap org.apache.velocity %{name} %{version} JPP %{name}
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

# -----------------------------------------------------------------------------

%post
%update_maven_depmap

%postun
%update_maven_depmap

# -----------------------------------------------------------------------------


%files
%defattr(0644,root,root,0755)
%doc LICENSE NOTICE README.txt
%{_javadir}/*.jar
%{_mavenpomdir}/*
%config(noreplace) %{_mavendepmapfragdir}/*

%files manual
%defattr(0644,root,root,0755)
%doc docs/*

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}


%changelog

* Wed Mar 16 2016 Denis Silakov <dsilakov@gmail.com> 0:1.6.4-7
- (e304f0b) Updated to modern BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15459 |14cu|veracrypt-1.19-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Disk encryption software 
Name:		veracrypt
Version:	1.19
Release:	1
License:	Microsoft Public License
Group:		File tools
Url:		https://veracrypt.codeplex.com
Source0:	https://github.com/veracrypt/VeraCrypt/archive/VeraCrypt-VeraCrypt_%{version}.tar.gz
Patch1:		veracrypt-1.0f-2-no-makeself.patch
Patch2:		veracrypt-1.0f-2-desktop.patch 
BuildRequires:	wxgtku3.0-devel
BuildRequires:	nasm
BuildRequires:	fuse-devel
BuildRequires:	imagemagick

%description
Free disk encryption software based on TrueCrypt.

%files
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/*/apps/*

#----------------------------------------------------------------------------

%prep
%setup -qn VeraCrypt-VeraCrypt_%{version}
%patch1 -p1
%patch2 -p1
%build
pushd src
%make
popd

pushd src/Resources/Icons
convert VeraCrypt-16x16.xpm VeraCrypt-16x16.png
convert VeraCrypt-48x48.xpm VeraCrypt-48x48.png
popd

rm -f src/Setup/Linux/usr/bin/veracrypt-uninstall.sh

%install
cp -r src/Setup/Linux/usr %{buildroot}
mkdir -p %{buildroot}%{_iconsdir}/hicolor/16x16/apps/
mkdir -p %{buildroot}%{_iconsdir}/hicolor/48x48/apps/
install -m 0644 src/Resources/Icons/VeraCrypt-16x16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 0644 src/Resources/Icons/VeraCrypt-48x48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%changelog

* Tue Oct 18 2016 dsilakov <denis.silakov@rosalab.ru> 1.19-1
- (9623fad) Merge pull request #4 from tremod/veracrypt:rosa2016.1
- (9623fad) Update to 1.19



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15460 |14cu|verbiste-0.1.43-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   0
%define api	0.1
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Name:		verbiste
Version:	0.1.43
Release:	1
Summary:	To use well french verbs
License:	GPLv2+
Group:		Toys
URL:		http://sarrazip.com/dev/%{name}.html
Source:		http://sarrazip.com/dev/%{name}-%{version}.tar.gz
BuildRequires:	bison
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libpanelapplet-2.0)
BuildRequires:	pkgconfig(libglade-2.0)

%description
Verbiste is a French conjugation system. It contains a C++ library, two
programs that can be run from the command line or from another program,
and a GNOME applet. This applet shows a text field in the GNOME Panel
where the user can enter a conjugated verb and obtain its complete
conjugation. The knowledge base is represented in XML and contains over
6800 verbs.

%files -f %{name}.lang
%{_docdir}/%{name}-%{version}/*
%{_bindir}/french-*conjugator
%{_datadir}/%{name}-0.1
%{_mandir}/fr/man?/*
%{_mandir}/man?/*

#--------------------------------------------------------------------

%package -n %{name}-gtk
Summary:	Gtk+ interface for %{name}
Group:		Development/Other
Requires:	%{name}

%description -n %{name}-gtk
Gtk+ interface for %{name}.

%files -n %{name}-gtk
%{_bindir}/verbiste
%{_bindir}/verbiste-gtk
%{_libdir}/bonobo/servers/verbiste.server
%{_libdir}/verbiste-applet
%{_datadir}/applications/verbiste.desktop
%{_iconsdir}/hicolor/*/apps/verbiste.*
%{_datadir}/texmf/tex/latex/verbiste/verbiste.cfg
%{_datadir}/texmf/tex/latex/verbiste/verbiste.cls


#--------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared Librairies for %{name}
Group:		Development/Other
Obsoletes:	%{_lib}%{name}1 < 0.1.26-2

%description  -n %{libname}
Shared Librairies for cluster

%files -n %{libname}
%{_libdir}/lib%{name}-0.1.so.%{major}*

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	%{name} header files and static libraries
Group:		Development/Other
Requires:	%{name} = %{version}
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}
Obsoletes:	%{_lib}%{name}-devel < 0.1.26-2

%description -n %{devname}
This package contains header files and static libraries.

%files -n %{devname}
%{_includedir}/%{name}-0.1
%{_libdir}/lib%{name}-0.1.so
%{_libdir}/pkgconfig/%{name}-0.1.pc

#--------------------------------------------------------------------
%prep
%setup -q

%build
%configure2_5x \
		--with-gtk-app \
        --with-gnome-app \
        --with-gnome-applet
%make

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Tue Oct 18 2016 dsilakov <denis.silakov@rosalab.ru> 0.1.43-1
- (075265c) Merge pull request #2 from praktikarosa/verbiste:rosa2014.1
- (075265c) verbiste



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15461 |14cu|veromix-0.18.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mixer for the Pulseaudio sound server
Name:		veromix
Version:	0.18.3
Release:	4
License:	GPLv3+
Group:		Sound
Url:		http://code.google.com/p/veromix-plasmoid/
Source0:	http://veromix-plasmoid.googlecode.com/files/%{name}_%{version}.orig.tar.gz
Source1:        veromix-ru.mo
Patch0:		veromix-0.18.3-path.patch
BuildRequires:	imagemagick
BuildRequires:	kde4-macros
BuildArch:	noarch

%description
Mixer for the Pulseaudio sound server.

#--------------------------------------------------------------------

%package -n plasma-applet-%{name}
Summary:	Plasma applet that provides Pulseaudio volume control
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	ladspa
Requires:	plasma-scriptengine-python
Requires:	python-kde4
Requires:	python-qt4-dbus
Requires:	python-pyxdg
Requires:	swh-plugins
Provides:	plasma-applet
Provides:	%{name} = %{EVRD}

%description
Plasma applet that provides Pulseaudio volume control.

%files -n plasma-applet-%{name} -f %{name}.lang
%{_kde_appsdir}/plasma/plasmoids/%{name}-plasmoid
%{_kde_iconsdir}/hicolor/*/apps/%{name}-plasmoid.png
%{_kde_services}/plasma-widget-veromix.desktop
%{_datadir}/dbus-1/services/*.service
%{_datadir}/%{name}

#--------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p1

%build
%make

%install
make DESTDIR=%{buildroot} install-plasmoid

rm -rf %{buildroot}%{_datadir}/icons
rm -rf %{buildroot}%{_datadir}/locale/ru/LC_MESSAGES/veromix.mo
cp %{SOURCE1} %{buildroot}%{_datadir}/locale/ru/LC_MESSAGES/veromix.mo

# install icons
for N in 16 32 48 64 96 128;
do
convert %{buildroot}%{_datadir}/%{name}/data/icons/%{name}-plasmoid-128.png -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_kde_iconsdir}/hicolor/${N}x${N}/apps/%{name}-plasmoid.png
done

%find_lang %{name}

%changelog
* Sat Mar 28 2015 Victor Ryzhikh <victorr2007@yandex.ru> 0.18.3-4
+ Revision: 7248b29
- Updated veromix.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15462 |14cu|vice-3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	Werror_cflags	%{nil}

Summary:	The Versatile Commodore Emulator
Name:		vice
Version:	3.0
Release:	3
License:	GPLv2+
Group:		Emulators
Url:		http://vice-emu.sourceforge.net/
Source0:	http://sourceforge.net/projects/vice-emu/files/development-releases/%{name}-%{version}.tar.gz
Source1:	vice-normalicons.tar.bz2
Source2:	vice-largeicons.tar.bz2
Source3:	vice-miniicons.tar.bz2
Source100:	vice.rpmlintrc
BuildRequires:	bdftopcf
BuildRequires:	bison
BuildRequires:	dos2unix
BuildRequires:	flex
# For joystick support
BuildRequires:	kernel-headers
BuildRequires:	mkfontdir
BuildRequires:	readline-devel
BuildRequires:	gettext-devel
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	SDL_sound-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gdkglext-1.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vte)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xxf86vm)
Requires:	vice-binaries = %{EVRD}

%description
VICE is a set of accurate emulators for the Commodore 64, 128, VIC20, PET and
CBM-II 8-bit computers, all of which run under the X Window System.

%files -f %{name}.lang
%doc AUTHORS COPYING FEEDBACK README ChangeLog doc/html/*
%{_libdir}/vice
%{_mandir}/man1/*
%{_infodir}/%{name}*
%{_iconsdir}/hicolor/*/apps/*.png

#----------------------------------------------------------------------------

%package sdl
Summary:	SDL set of VICE emulators binaries
Group:		Emulators
Requires:	%{name} = %{EVRD}
Provides:	vice-binaries = %{EVRD}

%description sdl
SDL set of vice emulators binaries.

%files sdl
%doc AUTHORS COPYING
%{_bindir}/*-sdl
%{_datadir}/applications/*-sdl.desktop

#----------------------------------------------------------------------------

%package gtk
Summary:	GTK set of VICE emulators binaries
Group:		Emulators
Requires:	%{name} = %{EVRD}
Provides:	vice-binaries = %{EVRD}

%description gtk
GTK set of vice emulators binaries.

%files gtk
%doc AUTHORS COPYING
%{_bindir}/*
%exclude %{_bindir}/*-sdl
%{_datadir}/applications/*-gtk.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
#patch0 -p1

%build
# Otherwise it uses clang
export CC=gcc CXX=g++
%configure2_5x	--enable-sdlui \
		--enable-fullscreen \
		--enable-external-ffmpeg \
		--with-sdlsound \
		--enable-memmap
%make

make install DESTDIR=`pwd`/sdl

pushd sdl/usr/bin
for i in *
do
	mv $i $i-sdl
done
popd
make clean

%configure2_5x	--enable-gnomeui \
		--enable-fullscreen  \
		--enable-external-ffmpeg \
		--with-uithreads \
		--enable-quicktime \
		--enable-memmap \
		--with-x
%make


%install
%makeinstall_std

cp sdl/%{_bindir}/*-sdl %{buildroot}%{_bindir}/

# Remove a conflicting duplicate file
rm -f doc/html/COPYING

# Fix a ton of rpmlint warnings:
# 1. Wrong exec perms
chmod -x ChangeLog
# 2. Unneeded script
rm -f doc/html/texi2html
# 3. Remove %%{_bindir} from .desktop files: the binaries are already in the executable path

#xdg menus
#============GTK============
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-x64-gtk.desktop << EOF
[Desktop Entry]
Name=C64 Emulator (GTK)
Comment=Commodore 64 Emulator
Exec=x64 %U
Icon=c64icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=GNOME;GTK;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-x128-gtk.desktop << EOF
[Desktop Entry]
Name=C128 Emulator (GTK)
Comment=Commodore 128 Emulator
Exec=x128 %U
Icon=c128icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=GNOME;GTK;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xpet-gtk.desktop << EOF
[Desktop Entry]
Name=PET Emulator (GTK)
Comment=Commodore PET Emulator
Exec=xpet %U
Icon=peticon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=GNOME;GTK;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xvic-gtk.desktop << EOF
[Desktop Entry]
Name=VIC 20 Emulator (GTK)
Comment=Commodore VIC 20 Emulator
Exec=xvic %U
Icon=vic20icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=GNOME;GTK;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xcbm2-gtk.desktop << EOF
[Desktop Entry]
Name=CBM2 Emulator (GTK)
Comment=Commodore BM 2 Emulator
Exec=xcbm2 %U
Icon=c610icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=GNOME;GTK;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xplus4-gtk.desktop << EOF
[Desktop Entry]
Name=CPLUS4 Emulator (GTK)
Comment=Commodore PLUS4 Emulator
Exec=xplus4 %U
Icon=plus4icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=GNOME;GTK;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-c1541-gtk.desktop << EOF
[Desktop Entry]
Name=VICE disk image tool (GTK)
Comment=C1541 stand alone disk image maintenance program
Exec=c1541 %U
Icon=commodore
Terminal=true
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-vsid-gtk.desktop << EOF
[Desktop Entry]
Name=VSID music player (GTK)
Comment=VICE SID music player for Commodore tunes
Exec=vsid %U
Icon=commodore
Terminal=false
Type=Application
StartupNotify=true
Categories=Audio;Player;
EOF
#============GTK============

#============SDL============
cat > %{buildroot}%{_datadir}/applications/mandriva-x64-sdl.desktop << EOF
[Desktop Entry]
Name=C64 Emulator (SDL)
Comment=Commodore 64 Emulator
Exec=x64-sdl %U
Icon=c64icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=Game;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-x128-sdl.desktop << EOF
[Desktop Entry]
Name=C128 Emulator (SDL)
Comment=Commodore 128 Emulator
Exec=x128-sdl %U
Icon=c128icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=Game;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xpet-sdl.desktop << EOF
[Desktop Entry]
Name=PET Emulator (SDL)
Comment=Commodore PET Emulator
Exec=xpet-sdl %U
Icon=peticon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=Game;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xvic-sdl.desktop << EOF
[Desktop Entry]
Name=VIC 20 Emulator (SDL)
Comment=Commodore VIC 20 Emulator
Exec=xvic-sdl %U
Icon=vic20icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=Game;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xcbm2-sdl.desktop << EOF
[Desktop Entry]
Name=CBM2 Emulator (SDL)
Comment=Commodore BM 2 Emulator
Exec=xcbm2-sdl %U
Icon=c610icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=Game;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-xplus4-sdl.desktop << EOF
[Desktop Entry]
Name=CPLUS4 Emulator (SDL)
Comment=Commodore PLUS4 Emulator
Exec=xplus4-sdl %U
Icon=plus4icon
Terminal=false
Type=Application
MimeType=application/x-d64;application/x-t64;application/x-x64;
StartupNotify=true
Categories=Game;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-c1541-sdl.desktop << EOF
[Desktop Entry]
Name=VICE disk image tool (SDL)
Comment=C1541 stand alone disk image maintenance program
Exec=c1541-sdl %U
Icon=commodore
Terminal=true
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-vsid-sdl.desktop << EOF
[Desktop Entry]
Name=VSID music player (SDL)
Comment=VICE SID music player for Commodore tunes
Exec=vsid-sdl %U
Icon=commodore
Terminal=false
Type=Application
StartupNotify=true
Categories=Audio;Player;
EOF
#============SDL============

#install icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
tar xjf %{SOURCE1} -C %{buildroot}%{_iconsdir}/hicolor/32x32/apps
tar xjf %{SOURCE2} -C %{buildroot}%{_iconsdir}/hicolor/48x48/apps
tar xjf %{SOURCE3} -C %{buildroot}%{_iconsdir}/hicolor/16x16/apps

%find_lang %{name}


%changelog

* Thu Jan 12 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0-3
- (2368980) Fix desktop categories



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15463 |14cu|vidalia-0.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           vidalia
Version:        0.3.1
Release:        1
Summary:        Cross-platform controller GUI for Tor, built using the Qt framework
License:        GPLv2+
Group:          Networking/Other
URL:            http://www.torproject.org/projects/vidalia
Source0:        http://www.torproject.org/dist/vidalia/%{name}-%{version}.tar.gz
Source1:        http://www.torproject.org/dist/vidalia/%{name}-%{version}.tar.gz.asc
Patch0:         vidalia-0.3.1-fix-paths.patch
Patch1:		vidalia-0.3.1-gcc-4.7.patch
BuildRequires:  cmake
BuildRequires:  desktop-file-utils
BuildRequires:  doxygen
BuildRequires:  openssl-devel
BuildRequires:  qt4-devel
BuildRequires:  qt4-linguist
Requires:       tor

%description
Vidalia is a cross-platform controller GUI for Tor, built using the Qt
framework. Vidalia runs on any platform supported by Qt 4.1, including
Windows, Mac OS X, and Linux or other Unix variants using the X11
window system.

Vidalia allows you to start and stop Tor, view the status of Tor at a
glance, and monitor Tor's bandwidth usage. Vidalia also makes it easy
to contribute to the Tor network by helping you setup a Tor server, if
you wish.

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
%cmake_qt4
%make
# make the docs
make doxygen

%install
%makeinstall_std -C build

install -D -p -m 644 doc/vidalia.1 %{buildroot}%{_mandir}/man1/vidalia.1

desktop-file-install --vendor="" \
  --add-category="X-MandrivaLinux-Internet-Other" \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/*

%files
%doc CHANGELOG CREDITS HACKING LICENSE README README.marble
%doc build/doc/html
%{_bindir}/vidalia
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png 
%{_mandir}/man1/%{name}.1*

%changelog

* Tue Sep 29 2015 Denis Silakov <dsilakov@gmail.com> 0.3.1-1
- (ebc792a) Updated to 0.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15464 |14cu|vidcutter-3.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        FFmpeg based video cutter & joiner with a modern PyQt5 GUI
Name:           vidcutter
Version:        3.5.0
Release:        1
Group:          Video
License:        GPLv3+
Url:            http://vidcutter.ozmartians.com
Source0:        https://github.com/ozmartian/vidcutter/archive/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(python3)
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3-qt5-devel
Requires:       python3-qt5
Requires:       python3egg(setuptools)
Requires:       ffmpeg
Requires:       mpv
Requires:       mediainfo

BuildArch:      noarch

%files
%doc README.md LICENSE
%{_bindir}/vidcutter
%{py3_puresitedir}/%{name}
%{py3_puresitedir}/%{name}-%{version}-py?.?.egg-info
%{_datadir}/applications/vidcutter.desktop
%{_datadir}/mime/packages/x-vidcutter.xml
%{_datadir}/pixmaps/vidcutter.svg
%{_iconsdir}/hicolor/
#--------------------------------------------------------------

%description
FFmpeg based video cutter & joiner with a modern PyQt5 GUI.

%prep
%setup -q
rm -rf %{name}.egg-info
sed -i "s/pypi/fedora/" "%{name}/__init__.py"

%build
%py3_build

%install
%py3_install

chmod 644 %{buildroot}%{_iconsdir}/hicolor/scalable/apps/vidcutter.svg
pushd %{buildroot}%{py3_puresitedir}/%{name}
find . -type f -name "*.py" -exec chmod 0755 {} \;
chmod 0644 resources.py
popd

%changelog

* Sun Jun 11 2017 Victor Ryzhikh <victorr2007@yandex.ru> 3.5.0-1
- (ef4b30a) Updated to 3.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15465 |14cu|videocut-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		videocut
Version:	0.2.0
Release:	3
License:	GPLv2
Group:		Video
Url:		http://code.google.com/p/videocut/
Source:		%{name}-%{version}.tar.gz
Patch1:		videocut-strcmp-0.2.0.patch
Patch2:		videocut-0.2.0-ftbfs.patch
Patch3:		videocut-0.2.0-ru-l10n.patch
BuildRequires:	qt4-devel 
BuildRequires:	pkgconfig(libxine)
Requires:	xine-plugins

Summary:	Application for creating compositions of screenshots from video files

%description
VideoCut is an open source desktop application specialized 
for creating compositions of screenshots from video files.

%prep
%setup -qn %{name}-%{version}.orig
%patch1 -p1
%patch2 -p0
%patch3 -p1

%build
qmake
%make

%install
install -Dm 0755 build/result/videocut %{buildroot}%{_bindir}/videocut
install -Dm 0644 videocut.desktop %{buildroot}%{_datadir}/applications/videocut.desktop
install -Dm 0644 videocut.svg %{buildroot}%{_datadir}/pixmaps/videocut.svg

%files
%doc ABOUT AUTHORS THANKSTO
%{_bindir}/videocut
%{_datadir}/applications/videocut.desktop
%{_datadir}/pixmaps/videocut.svg

%changelog

* Fri Feb 19 2016 Denis Silakov <dsilakov@gmail.com> 0.2.0-3
- (df12b0d) Require xine-plugins



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15466 |14cu|videotop-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: videotop.spec 
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################
%define debug_package	%{nil}
#define distsuffix mrb
%define	oname	intnull-videotop
%define	name	videotop
%define	version	0.1
%define	release	2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Console browser for online videos
License:	GPLv3
URL:		https://github.com/intnull/videotop
Source0:	https://github.com/intnull/videotop/zipball/master/intnull-videotop-0.1.zip
Group:		Networking/Other
BuildArch:	noarch

BuildRequires:	pkgconfig(python) 
BuildRequires:	pkgconfig(libgdata)
Requires:	python-urwid 
Requires:	python-gdata 
Requires:	youtube-dl 
Requires:	mplayer


%description
A free console browser for online videos, 
written in python with vim-like keybindings.

%prep
%setup -q -n %{oname}


%build
python setup.py build

%install
python setup.py install \
	--prefix=%{_prefix} \
	--root=%{buildroot} \
	--install-scripts=%{_bindir}


install -d %{buildroot}{%{_desktopdir},%{_bindir},%{py_puresitedir}}

chmod +x %{buildroot}%{py_puresitedir}/videotop/videotop.py

%files
%attr(755,root,root) %{_bindir}/%{name}
%{py_puresitedir}/%{name}/
%{py_puresitedir}/%{name}-0.0-py2.7.egg-info
%doc LICENSE README.md



%changelog

* Tue Aug 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-2
- (398786e) Build with new gdata



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15467 |14cu|vidstab-0.98b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0.9
%define	libname	%mklibname vidstab %{major}
%define	devname	%mklibname vidstab -d

Summary:	Video stabilization library
Name:		vidstab
Version:	0.98b
Release:	2
Group:		Video
License:	GPLv2
Url:		http://public.hronopik.de/vid.stab
Source0:	https://github.com/georgmartius/vid.stab/archive/release-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	gomp-devel

%description
Video stabilization library with plugins for transcode and ffmpeg.
#-------------------------------------------------------------
%package -n	%{libname}
Summary:	Shared library for vidstab
Group:		System/Libraries

%description -n	%{libname}
Shared library required for using %{name}.

%files -n %{libname}
%doc LICENSE README Changelog Todo
%{_libdir}/libvidstab.so.%{major}
#-------------------------------------------------------------
%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n	%{devname}
This package contains libraries and signature files for
developing applications that use %{name}.


%files -n %{devname}
%{_libdir}/libvidstab.so
%dir %{_includedir}/vid.stab
%{_includedir}/vid.stab/*.h
%{_libdir}/pkgconfig/vidstab.pc
#--------------------------------------------------------------

%prep
%setup -qn vid.stab-release-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Thu Mar 03 2016 abfonly <abfonly@gmail.com> 0.98b-2
- (0ac37fa) fixed typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15468 |14cu|viewnior-1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Elegant image viewer
Name:		viewnior
Version:	1.6
Release:	1
License:	GPLv3+
Group:		Graphics
Url:		http://xsisqox.github.com/Viewnior
Source0:	https://github.com/xsisqox/Viewnior/archive/Viewnior-%{name}-%{version}.tar.gz
#Source0:	https://www.dropbox.com/s/zytq0suabesv933/viewnior-%%{version}.tar.gz
#Patch0:	viewnior-1.2-dsofix.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(exiv2) >= 0.21
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.20
BuildRequires:	pkgconfig(glib-2.0) >= 2.32
BuildRequires:	pkgconfig(gdk-pixbuf-2.0) >= 2.4.0
BuildRequires:	pkgconfig(shared-mime-info)

%description
Viewnior is an image viewer program. Created to be simple, fast and elegant.
It's minimalist interface provides more screen space for your images. Among
its features are:
* Fullscreen & Slideshow
* Rotate, flip, save, delete images
* Animation support
* Browse only selected images
* Navigation window
* Simple interface
* Configurable mouse actions.

%files -f %{name}.lang
%doc AUTHORS ChangeLog-* NEWS README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/%{name}/
%{_mandir}/man*/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -qn Viewnior-%{name}-%{version}
#patch0 -p1

# fix spurious executable perms
chmod 0644 AUTHORS ChangeLog-* NEWS README TODO src/*


%build
autoreconf -vfi
%configure2_5x
%make


%install
%makeinstall_std

%find_lang %{name}


%changelog

* Wed Dec 30 2015 Giovanni Mariani <mc2374@mclink.it> 1.6-1
- (a9e73c7) Updated to release 1.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15469 |14cu|viewvc-1.1.26-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           viewvc
Version:        1.1.26
Release:        3
Epoch:          0
Summary:        Browser interface for CVS and Subversion version control repositories
License:        BSD
Group:          System/Servers
URL:            http://www.viewvc.org/
Source0:        http://www.viewvc.org/%{name}-%{version}.tar.gz
Patch0:		viewvc-1.1.0-config.patch
Patch1:		viewvc-tools.patch
Requires:       apache
Requires(post): rpm-helper
Requires(postun): rpm-helper
BuildRequires:  python
Requires:       python
Obsoletes:      viewcvs < %{epoch}:%{version}-%{release}
Provides:       viewcvs = %{epoch}:%{version}-%{release}
BuildArch:      noarch

%description
ViewVC is a browser interface for CVS and Subversion version control 
repositories. It generates templatized HTML to present navigable 
directory, revision, and change log listings. It can display specific 
versions of files as well as diffs between those versions. Basically, 
ViewVC provides the bulk of the report-like functionality you expect out 
of your version control tool, but much more prettily than the average 
textual command-line program output.

Here are some of the additional features of ViewVC:

    * Support for filesystem-accessible CVS and Subversion repositories.
    * Individually configurable virtual host support.
    * Line-based annotation/blame display (CVS only).
    * Revision graph capabilities (via integration with CvsGraph) (CVS 
      only).
    * Syntax highlighting support (via integration with GNU enscript).
    * Bonsai-like repository query facilities.
    * Template-driven output generation.
    * Colorized, side-by-side differences.
    * Tarball generation (by tag/branch for CVS, by revision for 
      Subversion).
    * I18N support based on the Accept-Language request header.
    * Ability to run either as CGI script or as a standalone server.
    * Regexp-based file searching.
    * INI-like configuration file (as opposed to requiring actual code 
      tweaks).

%prep
%setup -q -n %{name}-%{version}
%apply_patches

%build

%install
python ./viewvc-install --destdir=%{buildroot} --prefix=%{_datadir}/%{name}

# remove uneeded files
rm -f %{buildroot}%{_datadir}/%{name}/bin/mod_python/.htaccess

# fix python files perms and shellbang
perl -pi \
        -e 's|/usr/local/bin/python|%{_bindir}/python|g;' \
        -e 's|\s*/usr/bin/env python|%{_bindir}/python|g;' \
        -e 's|CONF_PATHNAME =.*|CONF_PATHNAME = r"%{_sysconfdir}/%{name}/viewvc.conf"|g;' \
        `%{_bindir}/find %{buildroot}%{_datadir}/%{name} -type f` 

# install cgi's to www directory
mkdir -p %{buildroot}%{_var}/www/cgi-bin
install -m 755 %{buildroot}%{_datadir}/%{name}/bin/cgi/*.cgi %{buildroot}%{_var}/www/cgi-bin
rm -rf %{buildroot}%{_datadir}/%{name}/bin/cgi

# fix paths in configuration
perl -pi \
  -e 's|^#template_dir = .*|template_dir = %{_datadir}/%{name}/templates/|g;' \
  -e 's|^#docroot = .*|docroot = /%{name}|;' \
  -e 's|^#cvsgraph_conf = .*|cvsgraph_conf = %{_sysconfdir}/%{name}/cvsgraph.conf|;' \
  -e 's|^#mime_types_files = .*|mime_types_files = %{_sysconfdir}/%{name}/mimetypes.conf, %{_sysconfdir}/httpd/conf/mime.types|;' \
  %{buildroot}%{_datadir}/%{name}/viewvc.conf

# install config to sysconf directory
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
install -m 644 %{buildroot}%{_datadir}/%{name}/viewvc.conf %{buildroot}%{_sysconfdir}/%{name}/viewvc.conf
rm -f %{buildroot}%{_datadir}/%{name}/viewvc.conf
install -m 644 %{buildroot}%{_datadir}/%{name}/cvsgraph.conf %{buildroot}%{_sysconfdir}/%{name}/cvsgraph.conf
rm -f %{buildroot}%{_datadir}/%{name}/cvsgraph.conf
install -m 644 %{buildroot}%{_datadir}/%{name}/mimetypes.conf %{buildroot}%{_sysconfdir}/%{name}/mimetypes.conf
rm -f %{buildroot}%{_datadir}/%{name}/mimetypes.conf

# move static files under %{_var}/www
mv %{buildroot}%{_datadir}/%{name}/templates/docroot %{buildroot}%{_var}/www/%{name}

# compile the python files
%{_bindir}/find %{buildroot}%{_datadir}/%{name}/lib -type f -name "*.pyc" | %{_bindir}/xargs rm
python -O %{_libdir}/python%{py_ver}/compileall.py %{buildroot}%{_datadir}/%{name}/lib

# apache configuration
mkdir -p %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# %{name} configuration

Alias /%{name} %{_var}/www/%{name}

<Directory %{_var}/www/%{name}>
    Require all granted
</Directory>

<LocationMatch "^/cgi-bin/(query|viewvc).cgi">
    Require local granted
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf"
</LocationMatch>

<IfModule mod_python.c>
    Alias /%{name}-mp %{_datadir}/%{name}/bin/mod_python/viewvc.py
    <Directory %{_datadir}/%{name}/bin/mod_python>
        AddHandler python-program .py
        PythonHandler handler
        Require local granted
        ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf"
    </Directory>
</IfModule>
EOF

# set mode 755 on executable scripts
%{__grep} -rl '^#!' %{buildroot}%{_datadir}/%{name} | %{_bindir}/xargs %{__chmod} 755

cat >README.urpmi <<EOF
ROSA RPM specific notes
===========================

Setup
-----
The setup used here differs from default one in order to achieve better FHS
compliance:

- the files accessible from the web are in /var/www/cgi-bin
- the files not accessible from the web are in /usr/share/viewvc
- the configuration file is located at /etc/viewvc/viewvc.conf

Post-installation
-----------------
You have manually to create the MySQL database if you want to use query mode.

Additional useful packages
--------------------------
- cvs and rcs provide a web interface for CVS repositories
- python-svn provides a web interface for SVN repositories
- MySQL-python and a MySQL database are needed for query mode
- apache-mod_python, will be accessible at http://localhost/viewvc-mp (instead
  of the cgi files)
EOF

%files
%doc CHANGES COMMITTERS INSTALL README README.urpmi docs/
%config(noreplace) %{_sysconfdir}/%{name}
%config(noreplace) %{_webappconfdir}/%{name}.conf
%{_datadir}/%{name}
%{_var}/www/cgi-bin/*.cgi
%{_var}/www/%{name}



%changelog

* Thu Feb 23 2017 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.26-3
- (045b3fd) Turn back patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15470 |14cu|viking-1.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Global positioning system (GPS) and mapping manager
Name:		viking
Version:	1.6.1
Release:	1
License:	GPLv2+
Group:		Communications
Url:		http://viking.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/viking/%{name}-%{version}.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	scrollkeeper
BuildRequires:	bzip2-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gexiv2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils) >= 0.3.2
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libgps)
Requires:	gpsbabel

%description
Viking is a free/open source program to manage GPS data. You can import and
plot tracks and way-points, show Terraserver maps under it, add coordinate
lines, make new tracks and way-points, hide different things, etc.

%files -f %{name}.lang
%doc AUTHORS README COPYING TODO NEWS ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*x*/apps/%{name}.png
%{_datadir}/%{name}/*.txt
%{_datadir}/%{name}/*.xml

#----------------------------------------------------------------------------

%prep
%setup -q
for file in ChangeLog NEWS TODO; do
    mv $file timestamp
    iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp
    touch -r timestamp $file
done

%build
%configure2_5x \
	--disable-mapnik
%make

%install
%makeinstall_std

desktop-file-install \
	--add-category="GTK;Network;" \
	--delete-original \
	--dir=%{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-gnome

%check
make test


%changelog

* Thu Dec 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.1-1
- (8d5fa4f) Build requires pkgconfig(gexiv2)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15471 |14cu|vips-7.42.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	40
%define	libname	%mklibname %{name} %{major}
%define	libcc	%mklibname %{name}CC %{major}
%define	devname	%mklibname %{name} -d
%define	gimajor	8.0
%define	girname	%mklibname vips-gir %{gimajor}

Summary:	Image processing system
Name:		vips
Version:	7.42.3
Release:	3
License:	LGPLv2+
Group:		Video
Url:		http://www.vips.ecs.soton.ac.uk/index.php
Source0:	http://www.vips.ecs.soton.ac.uk/supported/current/%{name}-%{version}.tar.gz
BuildRequires:	gettext
BuildRequires:	gtk-doc >= 1.14
BuildRequires:	swig
BuildRequires:	perl(XML::Parser)
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(glib-2.0) >= 2.36
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(GraphicsMagick)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libexif) >= 0.6
BuildRequires:	pkgconfig(libgsf-1) >= 1.14.27
BuildRequires:	pkgconfig(libpng) >= 1.2.9
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(matio)
BuildRequires:	pkgconfig(OpenEXR) >= 1.2.2
BuildRequires:	pkgconfig(openslide) >= 3.4.0
BuildRequires:	pkgconfig(orc-0.4) >= 0.4.11
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangoft2)
BuildRequires:	pkgconfig(python) >= 2.7
BuildRequires:	pkgconfig(pygobject-3.0) >= 3.12.0
BuildRequires:	pkgconfig(zlib)
# Packages not found in configure output: unused?
BuildRequires:	pkgconfig(liboil-0.3)
BuildRequires:	pkgconfig(libv4l1)

%description
VIPS is a free image processing system. It aims to be about half-way between
Photoshop and Excel: it is very bad at retouching photographs, but very handy 
for the many other imaging tasks that programs like Photoshop get used for. 
It is good with large images (images larger than the amount of RAM in your 
machine), and for working with color.

%files -f %{name}7.42.lang
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for vips
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically linked
with vips.

%files -n %{libname}
%doc AUTHORS COPYING
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcc}
Summary:	Shared libraries for vips
Group:		System/Libraries

%description -n %{libcc}
This package contains the library needed to run programs dynamically linked
with vips.

%files -n %{libcc}
%doc AUTHORS COPYING
%{_libdir}/lib%{name}CC.so.%{major}*
%{_libdir}/lib%{name}-cpp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Requires:	%{libcc} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%doc AUTHORS COPYING
%{_libdir}/girepository-1.0/Vips-%{gimajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and library for vips
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libcc} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use vips.

%files -n %{devname}
%doc AUTHORS ChangeLog COPYING README.md TODO
%doc %{_defaultdocdir}/%{name}
%{_libdir}/libvips*.so
%{_includedir}/%{name}/*
%{_libdir}/pkgconfig/*
%{_mandir}/man1/*
%{_datadir}/gtk-doc/html/libvips/
%{_datadir}/gir-1.0/Vips-%{gimajor}.gir

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python support for the VIPS image processing library
Group:		Development/Python
Requires:	%{name} = %{EVRD}
%rename %{name}-python

%description -n python-%{name}
The %{name}-python package contains Python support for VIPS.

%files -n python-%{name}
%doc AUTHORS COPYING
%{python_sitearch}/vipsCC
%{python_sitearch}/gi/overrides/Vips.*

#----------------------------------------------------------------------------

%prep
%setup -q


%build
# Build against GraphicsMagick: it's a better choice for this kind of
# usage, and anyway it works with underlinking protection,
# whereas ImageMagick does not - AdamW 2008/07
#./bootstrap.sh
%configure2_5x \
	--with-magickpackage=GraphicsMagick \
	--disable-static
%make


%install
%makeinstall_std

rm -rf %{buildroot}/%{_datadir}/locale/malkovich

%find_lang %{name}7.42


%changelog

* Fri Nov 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.42.3-3
- (860d697) BuildList#2597249: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15472 |14cu|virtaal-0.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Localization and translation editor
Name:		virtaal
Version:	0.7.1
Release:	1
License:	GPLv2+
Group:		System/Internationalization
Url:		http://translate.sourceforge.net/wiki/virtaal/index
Source0:	http://downloads.sourceforge.net/translate/%{name}-%{version}.tar.bz2
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	python-translate >= 1.5.1
BuildRequires:	python-lxml
BuildRequires:	pkgconfig(python)
Requires:	gnome-python-gtkspell
Requires:	iso-codes
Requires:	python-translate >= 1.5.1
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Requires:	python-curl
Requires:	python-enchant
Requires:	python-gobject
Requires:	python-levenshtein
Requires:	python-lxml
# python-pycurl needed for open-tran.eu
Requires:	python-simplejson
Requires:	xdg-utils
# python-psycopg needed for tinytm
Suggests:	python-psycopg2
BuildArch:	noarch

%description
A program for Computer Aided Translation (CAT) built on the Translate Toolkit.

Virtaal includes features that allow a localizer to work effecively including:
syntax highlighting, autocomplete and autocorrect.  Showing only 
the data that is needed through its simple and effective user interface it
ensures that you can focus on the translation task straight away.

By building on the Translate Toolkit, Virtaal is able to edit any of the
following formats: XLIFF, Gettext PO and .mo, Qt .ts, .qph and .qm, Wordfast 
TM, TMX, TBX.  By using the Translate Toolkit converters a translator can edit:
OpenOffice.org SDF, Java (and Mozilla) .properties and Mozilla DTD.

%files -f %{name}.lang
%doc README
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/mime/packages/*
%{_datadir}/virtaal
%{_datadir}/icons/*
%{python_sitelib}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# Drop shebang from non-executable python files
find virtaal -type f -and -name '*.py' -and ! -executable -exec  sed -i "sa#!/usr/bin/env pythonaa" {} \;
python setup.py build
./maketranslations %{name}
pushd po
for po in $(ls *.po | egrep -v de_DE)
do
    mkdir -p locale/$(basename $po .po)/LC_MESSAGES/
    msgfmt $po --output-file=locale/$(basename $po .po)/LC_MESSAGES/%{name}.mo
done
popd

%install
python setup.py install --nodepcheck --skip-build --install-data=%{_prefix} --root=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/
cp -rp po/locale %{buildroot}%{_datadir}/

%find_lang %{name}


%changelog

* Wed Jul 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-1
- (29aa97c) Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15473 |14cu|virt-manager-1.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Virtual Machine Manager
Name:		virt-manager
Version:	1.4.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://virt-manager.org/
Source0:	http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	python
BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0)
Requires:	python-gi
Requires:	python-ipaddr
Requires:	python-libvirt
Requires:	python-libxml2
Requires:	python-urlgrabber
Requires:	python-requests
Requires:	python-backports-ssl_match_hostname
Requires:	typelib(Gtk) = 3.0
Requires:	typelib(GtkVnc) = 2.0
Requires:	typelib(LibvirtGLib)
Requires:	typelib(SpiceClientGtk) = 3.0
Requires:	typelib(Vte) = 2.91
Requires:	typelib(Libosinfo) >= 1.0
Obsoletes:	python-virtinst < 0.600.5
BuildArch:	noarch

%description
The "Virtual Machine Manager" (virt-manager for short package name) is a
desktop application for managing virtual machines. It presents a summary view
of running domains and their live performance & resource utilization
statistics. A detailed view presents graphs showing performance & utilization
over time. Ultimately it will allow creation of new domains, and configuration
& adjustment of a domain's resource allocation & virtual hardware. Finally an
embedded VNC client viewer presents a full graphical console to the guest
domain.

%files -f %{name}.lang
%doc COPYING HACKING.md NEWS.md README.md
%{_bindir}/*
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/applications/*.desktop
%{_datadir}/appdata/virt-manager.appdata.xml
%{_datadir}/GConf/gsettings/org.virt-manager.virt-manager.convert
%{_mandir}/man*/*
%{_iconsdir}/*/*/*/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./setup.py configure \
	--prefix=%{_prefix} \
	--libvirt-package-names="libvirt-utils" \
	--kvm-package-names="qemu" \
	--askpass-package-names="openssh-askpass" \
	--stable-defaults \
	--preferred-distros="ROSA"
./setup.py build

%install
./setup.py \
	--no-update-icon-cache \
	--no-compile-schemas \
	install --root=%{buildroot}

%find_lang %{name}

%changelog

* Sun Aug 27 2017 alzim <alzim@bk.ru> 1.4.2-1
- (9cd2150) Merge pull request #5 from import/virt-manager:rosa2016.1
- (9cd2150) Updated to 1.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15474 |14cu|virtualjaguar-2.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Atari Jaguar Emulator
Name:		virtualjaguar
Version:	2.1.2
Release:	2
License:	GPLv3+
Group:		Emulators
Url:		http://icculus.org/virtualjaguar/
Source0:	http://www.icculus.org/virtualjaguar/tarballs/%{name}-%{version}.tar.bz2
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)

%description
Virtual Jaguar is software dedicated to emulating the Atari Jaguar hardware on
a standard PC. The software was originally developed by David Raingeard of
Potato Emulation and was released under the GPL on 25 June 2003.

Virtual Jaguar GCC/Qt is not just a port of the MS Visual C++/SDL sourcecode
but has also been extended and rewritten so that we can enjoy Atari Jaguar
emulation on every platform that has a GCC compiler and a port of Qt.

%files
%doc docs/*
%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}.xpm
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 res/vj.xpm %{buildroot}%{_datadir}/pixmaps/%{name}.xpm

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Virtual Jaguar
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF


%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.2-2
- (da8edd7) Disable empty debug package (not worth of patching)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15475 |14cu|vlc-qt-0.8.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple library to connect Qt application with libvlc
Name:		vlc-qt
Version:	0.8.1
Release:	5
License:	GPLv3+
Group:		System/Libraries
Url:		http://projects.tano.si/library
# Generated by github https://github.com/ntadej/vlc-qt
Source0:	%{name}-%{version}.tar.gz
Patch0:		vlc-qt-0.8.1-linkage.patch
# Also build pkgconfig files for QML and widgets libraries
Patch1:		vlc-qt-0.8.1-pkgconfig.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libvlc)

%description
VLC-Qt is a free library used to connect Qt and libvlc libraries.
It contains core classes for main media playback and also some GUI
classes for faster media player developement.

#----------------------------------------------------------------------------

%define libvlcqt_major 0.8
%define libvlcqt %mklibname vlc-qt %{libvlcqt_major}

%package -n %{libvlcqt}
Summary:	A simple library to connect Qt application with libvlc (core)
Group:		System/Libraries

%description -n %{libvlcqt}
VLC-Qt is a free library used to connect Qt and libvlc libraries.
It contains core classes for main media playback and also some GUI
classes for faster media player developement.

This package contains vlc-qt core library.

%files  -n %{libvlcqt}
%{_libdir}/libvlc-qt.so.%{libvlcqt_major}*

#----------------------------------------------------------------------------

%define devvlcqt %mklibname vlc-qt -d

%package -n %{devvlcqt}
Summary:	Headers and development libraries for vlc-qt core library
Group:		Development/C++
Requires:	%{libvlcqt} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devvlcqt}
Headers and development libraries for vlc-qt core library.

%files  -n %{devvlcqt}
%doc AUTHORS CHANGELOG README.md LICENSE.GPL LICENSE.LGPL
%{_libdir}/pkgconfig/libvlc-qt.pc
%{_libdir}/libvlc-qt.so
%{_includedir}/%{name}/Audio.h
%{_includedir}/%{name}/Common.h
%{_includedir}/%{name}/Config.h
%{_includedir}/%{name}/Enums.h
%{_includedir}/%{name}/Error.h
%{_includedir}/%{name}/Instance.h
%{_includedir}/%{name}/Media.h
%{_includedir}/%{name}/MediaList.h
%{_includedir}/%{name}/MediaListPlayer.h
%{_includedir}/%{name}/MediaPlayer.h
%{_includedir}/%{name}/MetaManager.h
%{_includedir}/%{name}/SharedExportCore.h
%{_includedir}/%{name}/Video.h
%{_includedir}/%{name}/VideoDelegate.h

#----------------------------------------------------------------------------

%define libvlcqtqml_major 0.8
%define libvlcqtqml %mklibname vlc-qt-qml %{libvlcqtqml_major}

%package -n %{libvlcqtqml}
Summary:	A simple library to connect Qt application with libvlc (QML)
Group:		System/Libraries

%description -n %{libvlcqtqml}
VLC-Qt is a free library used to connect Qt and libvlc libraries.
It contains core classes for main media playback and also some GUI
classes for faster media player developement.

This package contains vlc-qt QML library.

%files  -n %{libvlcqtqml}
%{_libdir}/libvlc-qt-qml.so.%{libvlcqtqml_major}*

#----------------------------------------------------------------------------

%define devvlcqtqml %mklibname vlc-qt-qml -d

%package -n %{devvlcqtqml}
Summary:	Headers and development libraries for vlc-qt QML library
Group:		Development/C++
Requires:	%{libvlcqt} = %{EVRD}
Requires:	%{libvlcqtqml} = %{EVRD}
Requires:	%{devvlcqt} = %{EVRD}
Provides:	%{name}-qml-devel = %{EVRD}

%description -n %{devvlcqtqml}
Headers and development libraries for vlc-qt QML library.

%files  -n %{devvlcqtqml}
%{_libdir}/pkgconfig/libvlc-qt-qml.pc
%{_libdir}/libvlc-qt-qml.so
%{_includedir}/%{name}/QmlVideoPlayer4.h
%{_includedir}/%{name}/SharedExportQml.h

#----------------------------------------------------------------------------

%define libvlcqtwdt_major 0.8
%define libvlcqtwdt %mklibname vlc-qt-widgets %{libvlcqtwdt_major}

%package -n %{libvlcqtwdt}
Summary:	A simple library to connect Qt application with libvlc (widgets)
Group:		System/Libraries

%description -n %{libvlcqtwdt}
VLC-Qt is a free library used to connect Qt and libvlc libraries.
It contains core classes for main media playback and also some GUI
classes for faster media player developement.

This package contains vlc-qt widgets library.

%files  -n %{libvlcqtwdt}
%{_libdir}/libvlc-qt-widgets.so.%{libvlcqtwdt_major}*

#----------------------------------------------------------------------------

%define devvlcqtwdt %mklibname vlc-qt-widgets -d

%package -n %{devvlcqtwdt}
Summary:	Headers and development libraries for vlc-qt widgets library
Group:		Development/C++
Requires:	%{libvlcqt} = %{EVRD}
Requires:	%{libvlcqtwdt} = %{EVRD}
Requires:	%{devvlcqt} = %{EVRD}
Provides:	%{name}-widgets-devel = %{EVRD}

%description -n %{devvlcqtwdt}
Headers and development libraries for vlc-qt widgets library.

%files  -n %{devvlcqtwdt}
%{_libdir}/pkgconfig/libvlc-qt-widgets.pc
%{_libdir}/libvlc-qt-widgets.so
%{_includedir}/%{name}/ControlAudio.h
%{_includedir}/%{name}/ControlVideo.h
%{_includedir}/%{name}/SharedExportWidgets.h
%{_includedir}/%{name}/WidgetSeek.h
%{_includedir}/%{name}/WidgetVideo.h
%{_includedir}/%{name}/WidgetVolumeSlider.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake \
	-DWITH_QML:BOOL=ON \
	-DWITH_WIDGETS:BOOL=ON \
	-DCMAKE_CXX_FLAGS_RELEASE= \
	-DCMAKE_BUILD_TYPE=RelWithDebugInfo
# Parallel build is broken in 0.8.1
make

%install
%makeinstall_std -C build


%changelog

* Thu Nov 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-5
- (46abcbf) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15476 |14cu|vlna-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Add the \nobreak by Czech typesetting conventions
Name: vlna
Version: 1.5
Release: 3
Source0: ftp://math.feld.cvut.cz/pub/olsak/vlna/%{name}-%{version}.tar.gz
License: GPLv2
Group: Text tools
Url: http://petr.olsak.net/


%description
Program vlna adds ties (Czech vlna or vlnka) after nonsyllabic prepositions
(instead of spaces) in the TeX source files. This prevents line breaks
at undesirable spaces.


%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

%clean

%files
%doc ChangeLog  README README.en vlna.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*



%changelog

* Wed Sep 23 2015 Denis Silakov <dsilakov@gmail.com> 1.5-3
- (6acbd97) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15477 |14cu|vmmlib-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:          vmmlib
Version:       1.12.0
Release:       1
Summary:       A vector and matrix math library implemented using C++ templates
Group:         Development/C++
License:       BSD
URL:           https://github.com/Eyescale/vmmlib/
# https://github.com/Eyescale/vmmlib/archive/1.10.0.tar.gz
Source0:       %{name}-master.zip
# git clone --recursive https://github.com/Eyescale/CMake.git && git checkout 5b8d588
Source1:       common.tar.gz
Patch0:		vmmlib.libdir.patch
BuildRequires: libatlas-devel
BuildRequires: lapack-devel
BuildRequires: blas-devel
BuildRequires: f2c
BuildRequires: glibc-devel
BuildRequires: doxygen
BuildRequires: cmake
BuildRequires: git
BuildRequires: pkgconfig(python)

BuildArch:	noarch

%description
vmmlib is a vector and matrix math library implemented using C++ templates.
Its basic functionality includes a vector and a matrix class, with additional
functionality for the often-used 3d and 4d vectors and 3x3 and 4x4 matrices.
More advanced functionality include solvers, frustum computations and frustum
culling classes, and spatial data structures.
#---------------------------------------------------
%package devel
Summary:       A vector and matrix math library implemented using C++ templates
Group:         Development/C++
Requires:      pkgconfig
Requires:      cmake

%description devel
vmmlib is a vector and matrix math library implemented using C++ templates.
Its basic functionality includes a vector and a matrix class, with additional
functionality for the often-used 3d and 4d vectors and 3x3 and 4x4 matrices.
More advanced functionality include solvers, frustum computations and frustum
culling classes, and spatial data structures.

%files devel
%doc _tmpdoc/* doc/Changelog.md
%{_includedir}/vmmlib
%{_datadir}/%{name}/
#---------------------------------------------------

%prep
%setup -qn %{name}-master -a1
mv common CMake/common
%patch0 -p0

# Do not compile in DATE and TIME
grep -rl 'HTML_TIMESTAMP' . | \
	xargs --no-run-if-empty --verbose \
	sed -i '/^HTML_TIMESTAMP/s/YES/NO/'
%build
%cmake \
    -DCMAKE_BUILD_TYPE=Release

%make

%install
%make_install -C build

# move docs to right place
mkdir _tmpdoc
mv %{buildroot}%{_datadir}/%{name}/{LICENSE.txt,ACKNOWLEDGEMENTS,README.md,doc/API} _tmpdoc/

%changelog

* Fri Aug 05 2016 abfonly <abfonly@gmail.com> 1.12.0-1
- (0f29fb2) Log: Update to 1.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15478 |14cu|vmpk-0.6.2a-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Virtual MIDI Piano Keyboard
Name:		vmpk
Version:	0.6.2a
Release:	1
License:	GPLv3+
Group:		Sound
Url:		http://vmpk.sourceforge.net
Source0:	http://sourceforge.net/projects/VMPK/files/%{name}-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
BuildRequires:	cmake >= 2.8.11
BuildRequires:	desktop-file-utils
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	qmake5
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(drumstick-alsa) >= 1.0.0
BuildRequires:	pkgconfig(drumstick-rt) >= 1.0.0

%description
VMPK is a MIDI event generator/receiver. It doesn't produce any sound by
itself, but can be used to drive a MIDI synthesizer (either hardware or
software, internal or external). You can use the computer's keyboard to
play MIDI notes, and also the mouse. You can use the Virtual MIDI Piano
Keyboard to display the played MIDI notes from another instrument or
MIDI file player.

%files
%doc NEWS README ChangeLog AUTHORS TODO COPYING
%doc %{_mandir}/man1/*
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/applications/%{name}.desktop
/etc/modules-load.d/%{name}.conf

%post
modprobe snd_seq

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt5 -DENABLE_DBUS=ON
%make

%install
%makeinstall_std -C build
desktop-file-install	--add-category="X-MandrivaLinux-Multimedia-Sound;" \
			--remove-category="Education;" \
			--remove-category="Midi;" \
			--remove-category="Music;" \
			--remove-category="Audiovideo;" \
			--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

mkdir -p %{buildroot}/etc/modules-load.d
echo "snd_seq" > %{buildroot}/etc/modules-load.d/%{name}.conf


%changelog

* Tue Feb 09 2016 Giovanni Mariani <mc2374@mclink.it> 0.6.2a-1
- (4a48c18) Updated to release 0.6.2a



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15479 |14cu|vms-empire-1.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:	The ancestor of all expand/explore/exploit/exterminate games
Name:		vms-empire
Version:	1.14
Release:	1
License:	GPLv2
Group:		Games/Strategy
Url:		http://catb.org/~esr/vms-empire/
Source:		http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	desktop-file-utils


%description
Empire is a simulation of a full-scale war between two emperors,
the computer and you. Naturally, there is only room for one, 
so the object of the game is to destroy the other. 
The computer plays by the same rules that you do. 
This game was ancestral to all later 
expand/explore/exploit/exterminate games, 
including Civilization and Master of Orion.

%files
%doc BUGS COPYING README AUTHORS NEWS
%{_mandir}/man6/%{name}.6*
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/*/*.png
%{_datadir}/appdata/*.xml
#-----------------------------------------
%prep
%setup -q

%build
%setup_compile_flags
%make 

%install
%makeinstall_std

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop


%changelog

* Mon Aug 15 2016 abfonly <abfonly@gmail.com> 1.14-1
- (8a189f8) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15480 |14cu|vnc2swf-0.5.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Tool for recording VNC sessions to Shockwave Flash
Name:		vnc2swf
Version:	0.5.0
Release:	13
License:	GPL
Group:		Video
URL:		http://www.unixuser.org/~euske/vnc2swf/
Source:		http://www.unixuser.org/~euske/%{name}/%{name}-%{version}.tar.gz
#		http://lists.kde.org/?l=kde-promo&m=104430062329339&q=raw
Source1:	vnc2swf-howto.txt
Patch0:		vnc2swf-0.5.0-fix-str-fmt.patch

BuildRequires:	pkgconfig(x11) 
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xaw7)
Requires:	x11vnc

%description
Vnc2swf is a recording tool for VNC, a protocol to manipulate 
remote window systems via network, developed by AT&T Laboratories 
Cambridge. It records VNC sessions and generates a Macromedia 
Flash movie file (SWF). It can be used as an X11 recorder or a 
Windows desktop recorder.

For instructions on using it, see vnc2swf-howto.txt in the documentation
directory.

%prep
%setup -q 
%patch0 -p0 -b .str

%build
%configure --prefix=%{_prefix}
%make 

%install
%makeinstall_std
mkdir -p %{buildroot}/%{_bindir}
find %{buildroot}/%{_prefix} -type f -exec mv {} %{buildroot}/%{_bindir} \;

cp %{SOURCE1} .

%files
%{_bindir}/*
%doc README* LICENCE.TXT vnc2swf-howto.txt

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.5.0-13
- (b92f42c) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15481 |14cu|voipong-2.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%define debug_package	%{nil}

Summary:	VoIPong Voice Over IP Sniffer
Name:		voipong
Version:	2.0
Release:	8
License:	GPL
Group:		System/Servers
URL:		http://www.enderunix.org/voipong/
Source0:	http://www.enderunix.org/voipong/%{name}-%{version}.tar.bz2
Source1:	voipong.init.bz2
Source2:	voipong.sysconfig.bz2
Source3:        %{name}.tmpfiles.d
Patch0:		voipong-2.0-mdv_conf.diff
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	libpcap-devel


%description
VoIPong is a utility which detects all Voice Over IP calls on a
pipeline, and for those which are G711 encoded, dumps actual
conversation to separate wave files. It supports SIP, H323,
Cisco's Skinny Client Protocol, RTP and RTCP. 

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1

# lib64 fix
perl -pi -e "s|/usr/lib|%{_libdir}|g" etc/*

# fix attribs 
chmod 644 ALGORITHMS AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS LICENSE NEWS README THANKS TODO
chmod 644 docs/users-manual/*.html docs/users-manual/*.css

bzcat %{SOURCE1} > voipong.init
bzcat %{SOURCE2} > voipong.sysconfig

%build

%make \
    CFLAGS="%{optflags} -Wall -Iinclude" \
    SHLIBS="-L%{_libdir} -lpcap -ldl" -f Makefile.linux

%install

# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_libdir}/%{name}
install -d %{buildroot}%{_localstatedir}/lib/%{name}
install -d %{buildroot}/var/log/%{name}

install -m0755 voipong %{buildroot}%{_sbindir}/
install -m0755 voipctl %{buildroot}%{_sbindir}/
install -m0755 modvocoder_pcmu.so %{buildroot}%{_libdir}/%{name}/
install -m0755 modvocoder_pcma.so %{buildroot}%{_libdir}/%{name}/
install -m0644 etc/voipong.conf %{buildroot}%{_sysconfdir}/%{name}/
install -m0644 etc/voipongnets %{buildroot}%{_sysconfdir}/%{name}/

install -m0755 voipong.init %{buildroot}%{_initrddir}/%{name}
install -m0644 voipong.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name}

# install log rotation stuff
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} << EOF
/var/log/%{name}/voipong.log /var/log/%{name}/voipcdr.log {
    rotate 5
    monthly
    missingok
    notifempty
    nocompress
    prerotate
	%{_initrddir}/%{name} restart > /dev/null 2>&1
    endscript
    postrotate
        %{_initrddir}/%{name} restart > /dev/null 2>&1
    endscript
}
EOF

install -p -D -m 0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%{_tmpfilesdir}/%{name}.conf
%doc ALGORITHMS AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS LICENSE NEWS README THANKS TODO
%doc docs/users-manual/*.html docs/users-manual/*.css
%attr(0755,root,root) %{_initrddir}/%{name}
%dir %{_sysconfdir}/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/voipong.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/voipongnets
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(0755,root,root) %{_sbindir}/voipong
%attr(0755,root,root) %{_sbindir}/voipctl
%attr(0755,root,root) %dir %{_libdir}/%{name}
%attr(0755,root,root) %{_libdir}/%{name}/*.so
%attr(0755,root,root) %dir %{_localstatedir}/lib/%{name}
%attr(0755,root,root) %dir /var/log/%{name}

%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 2.0-8
- (58e19ec) Use tmpfiles



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15482 |14cu|vokoscreen-2.4.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           vokoscreen
Version:        2.4.18
Release:        1
Summary:        Screencast creator
License:        GPLv2+ and BSD
Group:          Video
Url:            https://github.com/vkohaupt/vokoscreen
# Download:     https://github.com/vkohaupt/vokoscreen/archive/%{version}.tar.gz
Source:         %{name}-master.zip
# patch to link directly against the system libs
Patch0: %{name}-main.patch

BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(alsa)
BuildRequires:  ffmpeg-devel
BuildRequires:  libqxt-devel
BuildRequires:  libv4l-devel
BuildRequires:  opencv-devel
BuildRequires:  qt4-devel
BuildRequires:  qtsingleapplication-devel
Requires:       alsa-utils
Requires:       mkvtoolnix
Requires:       pulseaudio-utils
Requires:       v4l-utils

%description
vokoscreen is an easy to use screencast creator to record educational
videos, live recordings of browser, installation, videoconferences, etc.

%prep
%setup -qn %{name}-master
#%patch0 -p0

# remove bundled libqxt + QtSingleApplication libraries
rm -f libqxt/*.h
rm -f QtSingleApplication/qtsingleapplication.h

%build
qmake \
      QMAKE_STRIP="" \
      QMAKE_LRELEASE=%{_libdir}/qt4/bin/lrelease \
      QMAKE_CFLAGS+="%{optflags} -I%{_includedir}/QxtCore -I%{_includedir}/QxtGui -I%{_includedir}/QtSolutions -I%{_includedir}/QtNetwork" \
      QMAKE_CXXFLAGS+="%{optflags} -I%{_includedir}/QxtCore -I%{_includedir}/QxtGui -I%{_includedir}/QtSolutions -I%{_includedir}/QtNetwork" \
      QMAKE_LIBS+="%{optflags} -L%{_libdir} -lQxtCore -lQxtGui -lQtNetwork -lQtSolutions_SingleApplication-2.6"
%make all


%install
make INSTALL_ROOT=%{buildroot} install
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop


%files
%doc AUTHORS COPYING CHANGE CREDITS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*
%{_datadir}/pixmaps/%{name}.png

%changelog

* Mon Mar 21 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.4.18-1
- (48b17b1) Updated to 2.4.18



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15483 |14cu|volumeicon-0.4.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight volume control
Name:		volumeicon
Version:	0.4.3
Release:	6
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		http://http://code.google.com/p/mandriva-lxde/
Source0:	http://mandriva-lxde.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		volumeicon_lxde.patch
Patch1:		volumeicon-0.4.3-rosa-glib.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libnotify)

%description
Volume Icon aims to be a lightweight volume control that sits in your systray.
Features

* Change volume by scrolling on the systray icon
* Ability to choose which channel to control
* Configurable stepsize (percentage of volume increase/decrease per scrollwheel
  step)
* Several icon themes (with gtk theme as default)
* Configurable external mixer
* Volume Slider

This is localized fork from Mandriva LXDE project.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_bindir}/%{name}
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
aclocal
automake --add-missing
%configure2_5x
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart/
cat > %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=volumeicon
Comment=Volume Icon
Exec=%{name}
Terminal=false
Type=Application
Icon=%{_datadir}/%{name}/gui/appicon.svg
Categories=AudioVideo;Audio;X-MandrivaLinux-Multimedia-Sound;
EOF

%find_lang %{name}


%changelog

* Mon Dec 07 2015 Denis Silakov <dsilakov@gmail.com> 0.4.3-6
- (4e31773) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15484 |14cu|volumeicon-0.4.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight volume control
Name:		volumeicon
Version:	0.4.3
Release:	7
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		http://http://code.google.com/p/mandriva-lxde/
Source0:	http://mandriva-lxde.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		volumeicon_lxde.patch
Patch1:		volumeicon-0.4.3-rosa-glib.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libnotify)

%description
Volume Icon aims to be a lightweight volume control that sits in your systray.
Features

* Change volume by scrolling on the systray icon
* Ability to choose which channel to control
* Configurable stepsize (percentage of volume increase/decrease per scrollwheel
  step)
* Several icon themes (with gtk theme as default)
* Configurable external mixer
* Volume Slider

This is localized fork from Mandriva LXDE project.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_bindir}/%{name}
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
aclocal
automake --add-missing
%configure2_5x
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart/
cat > %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=volumeicon
Name[ru]=volumeicon
Comment=Volume Icon
Comment[ru]=Значок регулировки громкости
Exec=%{name}
Terminal=false
Type=Application
Icon=%{_datadir}/%{name}/gui/appicon.svg
Categories=AudioVideo;Audio;X-MandrivaLinux-Multimedia-Sound;
EOF

%find_lang %{name}


%changelog

* Mon Dec 07 2015 Denis Silakov <dsilakov@gmail.com> 0.4.3-7
- (790a8b6) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15485 |14cu|vorbisspi-1.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		vorbisspi
Summary:	Ogg Vorbis sound engine
Version:	1.0.3
Release:	3
License:	LGPL
Group:		Sound
URL:		http://www.javazoom.net/vorbisspi/sources.html
Source0:	http://www.javazoom.net/vorbisspi/sources/%{name}%{version}.tar.gz
BuildRequires:	ant
BuildRequires:	java-devel
BuildArch:	noarch

%description
VorbisSPI  is a SPI (Service Provider Interface - or "Driver" for JavaSound
API) that adds Ogg Vorbis audio format format to the Java Platform (J2SE).
It is based on JOrbis, an open source Vorbis library.

%files
%doc LICENSE.txt README.txt
%{_javadir}/vorbisspi1.0.3.jar
%{_javadir}/jorbis-0.0.15.jar
%{_javadir}/jogg-0.0.7.jar
%{_javadir}/tritonus_share.jar
%{_javadir}/vorbisspi.jar

#--------------------------------------------------------------------

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%files javadoc
%doc LICENSE.txt README.txt
%{_javadocdir}/*

#--------------------------------------------------------------------

%prep
%setup -qn VorbisSPI1.0.3


%build
ant all


%install
install -d -m755 %{buildroot}%{_javadir}
cp -f vorbisspi1.0.3.jar %{buildroot}%{_javadir}/

# jars
install -m644 %{name}%{version}.jar -D %{buildroot}%{_javadir}/%{name}%{version}.jar
ln -s %{name}%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
install -m644 lib/jorbis-0.0.15.jar %{buildroot}%{_javadir}/
install -m644 lib/jogg-0.0.7.jar %{buildroot}%{_javadir}/
install -m644 lib/tritonus_share.jar %{buildroot}%{_javadir}/

# javadoc
install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -r docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}



%changelog

* Sat Apr 23 2016 Denis Silakov <dsilakov@gmail.com> 1.0.3-3
- (95cfec4) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15486 |14cu|voxelands-1608.01-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           voxelands
Version:        1608.01
Release:        2
Summary:        The fun-focused free software voxel world game
Group:          Games/Strategy
License:        GPLv3+
URL:            http://www.voxelands.com/
# https://gitlab.com/voxelands/voxelands/tags
Source0:        %{name}-%{version}.tar.xz
Patch0:         voxelands-install-paths.patch
BuildRequires:  cmake
BuildRequires:  gettext
BuildRequires:  irrlicht-devel
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(jthread)
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(sqlite3)
BuildRequires:  pkgconfig(vorbis)
BuildRequires:  desktop-file-utils
BuildRequires:	appstream-util

%description
Voxelands (formerly “Minetest-Classic”) is a fork of Minetest-C55, aiming
to return Minetest to the speedy game it was once known as, while fixing
bugs and continuing to add features and functionality. It aims to be a fast,
polished 3D sandbox voxel world game, rather than just a base for modding.

Voxelands features hundreds of blocks, official and player-run servers,
a growing community and rapid development.


%files
%doc README.txt voxelands.conf.example doc/*
%{_appdatadir}/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-server
%{_gamesdatadir}/%{name}/
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man6/%{name}*.6*
#----------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
       -DRUN_IN_PLACE=0 \
       -DENABLE_FREETYPE=1 \
       -DBUILD_SHARED_LIBS=OFF \
       -DJTHREAD_INCLUDE_DIR=%{_includedir}/jthread
%make

%install
%makeinstall_std -C build

%if %{mdvver} >= 201610
mkdir -p %{buildroot}%{_appdatadir}
mv %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml %{buildroot}%{_appdatadir}/%{name}.appdata.xml
rm -fr %{buildroot}%{_datadir}/appdata
%endif
desktop-file-edit --add-category=StrategyGame \
  %{buildroot}%{_datadir}/applications/%{name}.desktop

%if %{mdvver} == 201410
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml
%endif

%changelog

* Tue Nov 15 2016 tremod <negry.m@yandex.ru> 1608.01-2
- (3598ca0) Fix Russian Language



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15487 |14cu|vpcs-0.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package          %{nil}

Name:           vpcs
Version:        0.6.1
Release:        1
Summary:        Virtual PC Simulator
License:        BSD
Group:          Emulators
Url:            http://sourceforge.net/projects/vpcs/
Source0:        %{name}-%{version}.zip
Patch0:         %{name}-0.5b0-no-static.patch
BuildRequires:  gcc
BuildRequires:  make
BuildRequires:  unzip

%description
The VPCS can simulate up to 9 PCs. You can ping/traceroute them,
or ping/traceroutethe other hosts/routers from the virtual PCs 
when you study the Cisco routers in the Dynamips. VPCS is not 
the traditional PC, it is just a program running on the
Linux or Windows, and only few network commands can be used 
in it. But VPCS can give you a big hand when you study the 
Cisco devices in the Dynamips. VPCS can replace the routers 
or VMware boxes which are used as PCs in the Dynamips network.

Try VPCS, it can save your CPU/Memory. It is very small.

Now, VPCS can be run in udp or ether mode. In the udp mode, 
VPCS sends or receives the packets via udp. In the ether 
mode, via /dev/tap, not support on the Windows. 

%prep
%setup -q
%patch0 -p1

%build
cd src
export CFLAGS="%{optflags} -fno-strict-aliasing"
make -f Makefile.linux CPUTYPE=%{_target_cpu}

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1
cp src/vpcs %{buildroot}/%{_bindir}/
cp man/vpcs.1 %{buildroot}/%{_mandir}/man1/

%files
%doc readme.txt COPYING
%{_bindir}/vpcs
%{_mandir}/man1/*


%changelog

* Fri Feb 26 2016 Denis Silakov <dsilakov@gmail.com> 0.6.1-1
- (5789188) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15488 |14cu|vsound-0.6-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Virtual loopback cable for audio
Name:		vsound
Version:	0.6
Release:	10
License:	GPL
Group:		Sound
URL:		http://www.vsound.org/
Source0:	http://www.vsound.org/%{name}-%{version}.tar.gz
Patch0:		vsound_0.6-4.diff
Requires:	sox
BuildRequires:	sox
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	libtool

%description
VSound is sort of like a 'virtual audio loopback cable'. That is, it allows
you to record the output audio stream of a program (similar to connecting a
loopback cable to the line in and line out jacks on the sound card, and
recording the sound from the line in jack, but without the DA/AD conversion
losses). One possible use for this application is as part of a RealAudio to
WAV file converter.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1

%build
rm -rf autom4te.cache configure
libtoolize --force --copy; aclocal -I .; automake --add-missing --copy --gnu; autoheader; autoconf

%configure2_5x \
    --disable-static \
    --enable-shared

%make CFLAGS="%{optflags} -fPIC"

%install
install -d %{buildroot}%{_bindir}

%makeinstall
install -d %{buildroot}%{_mandir}/man1
install -m0644 debian/%{name}.1 %{buildroot}%{_mandir}/man1/

# nuke the dev files
rm -f %{buildroot}%{_libdir}/vsound/*.la
rm -f %{buildroot}%{_libdir}/vsound/*.a

%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README*
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_mandir}/man1/%{name}.1*

%changelog

* Wed Aug 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-10
- (ac37706) Fix URL, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15489 |14cu|vtable-dumper-1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Avoid debuginfo-without-sources error
%define	debug_package	%{nil}

Summary:	A tool to list content of virtual tables in a shared library
Name:		vtable-dumper
Version:	1.1
Release:	1
Group:		Development/Other
License:	GPLv2+ or LGPLv2+
URL:		https://github.com/lvc/vtable-dumper
Source0:	https://github.com/lvc/vtable-dumper/archive/%{name}-%{version}.tar.gz
BuildRequires:	elfutils-devel
BuildRequires:	glibc-devel
BuildRequires:	stdc++-devel

%description
A tool to list content of virtual tables in a C++ shared library. It is
intended for developers of software libraries and maintainers of Linux
distributions who are interested in ensuring backward binary compatibility.

%files
%doc LICENSE README
%{_bindir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -q
chmod 0644 LICENSE README


%build
%make all


%install
mkdir -p %{buildroot}%{_prefix}
%makeinstall_std prefix=%{buildroot}%{_prefix}

chmod 755 %{buildroot}%{_bindir}/*

%changelog

* Sat Apr 16 2016 Giovanni Mariani <mc2374@mclink.it> 1.1-1
- (85b383d) Updated to release 1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15490 |14cu|vuze-5.7.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# We ship some precompiled libs but we don't have sources for them
%define debug_package %{nil}

Name:		vuze
Version:	5.7.2.0
Release:	2
Summary:	A BitTorrent Client
Group:		Networking/File transfer
License:	GPLv2+
URL:		http://www.vuze.com/
Source0:	http://cf1.vuze.com/files/VuzeInstaller.tar.bz2
Requires:	java
Provides:	azureus = %{version}-%{release}
Obsoletes:	azureus < %{version}-%{release}
AutoReqProv:	no
BuildRequires:	imagemagick

%description
Vuze (previously Azureus) implements the BitTorrent protocol using java
and comes bundled with many invaluable features for both beginners and
advanced users.

If you need console or telnet support, you need to install package
vuze-console.

%prep
%setup -qn %{name}

%build

%install
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -r plugins azureus vuze updateAzureus *jar %{buildroot}%{_datadir}/%{name}

%ifarch x86_64
rm -rf %{buildroot}%{_datadir}/vuze/plugins/aznettor/linux32
cp swt/swt64.jar %{buildroot}%{_datadir}/%{name}/swt.jar
%else
rm -rf %{buildroot}%{_datadir}/vuze/plugins/aznettor/linux64
cp swt/swt32.jar %{buildroot}%{_datadir}/%{name}/swt.jar
%endif

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/128x128/apps
install -m 644 vuze.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/vuze.png
for s in 16 32 48 64; do
    mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
    convert -geometry ${s}x${s} vuze.png %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/vuze.png
done

mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 *png %{buildroot}%{_datadir}/pixmaps/

mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
	--remove-key=Encoding \
	--dir %{buildroot}%{_datadir}/applications \
	%{name}.desktop

mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/%{name} <<EOF
#!/bin/bash
pushd %{_datadir}/%{name}
./vuze
popd
EOF

chmod a+x %{buildroot}%{_bindir}/%{name}

# link as per upstream
pushd %{buildroot}%{_bindir}
ln -s vuze azureus
popd


%files
%doc *txt
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/pixmaps
%{_bindir}/azureus
%{_bindir}/vuze
%{_datadir}/vuze

%changelog

* Tue Jul 05 2016 Denis Silakov <dsilakov@gmail.com> 5.7.2.0-2
- (6569e2c) Drop autoprovided libs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15491 |14cu|vym-2.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Name:           vym
Version:        2.5.4
Release:        2
Summary:        View Your Mind - generate and manipulate maps which show your thoughts
License:        GPLv2
Group:          Office
Url:            http://www.insilmaril.de/vym/index.html
Source0:        http://prdownloads.sourceforge.net/vym/%{name}-%{version}.tar.bz2
Source1:        %{name}.xml
Source2:        %{name}.desktop
Source3:        x-%{name}.desktop
Source4:        debian.dirs
Source5:        debian.docs
Source6:        makedist.config
Source7:        %{name}_ru.ts.tar.gz          

BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:  qt5-linguist-tools
BuildRequires:  desktop-file-utils
Requires:       unzip
Requires:       zip

%description
VYM  (View Your Mind) is a tool to generate and manipulate maps which
show your thoughts. Such maps can help you to improve your creativity
and effectivity. You can use them for time management, to organize
tasks, to get an overview over complex contexts, to sort your ideas
etc. Some people even think it is fun to work with such maps...

%prep
%setup -q

pushd lang
tar -xvzf %{SOURCE7}
popd

%build
lrelease-qt5 vym.pro
qmake-qt5 -o Makefile vym.pro PREFIX=%{_prefix}/share BINDIR=%{_prefix}/bin CONFIG+=RELEASE
make  

%install
mkdir -p %{buildroot}%{_datadir}/vym
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 0644 icons/vym.png %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_docdir}/%{name}
install -m 0644 README.md LICENSE.txt INSTALL.txt %{buildroot}%{_docdir}/%{name}
install -m 0644 doc/*.pdf %{buildroot}%{_docdir}/%{name}

%makeinstall INSTALL_ROOT=%{buildroot} 

mkdir -p %{buildroot}%{_datadir}/applications
install -Dm644 %{SOURCE2} %{buildroot}%{_datadir}/applications

mkdir -p %{buildroot}%{_mandir}/man1
install -m 0644 doc/vym.1.gz %{buildroot}%{_mandir}/man1

mkdir -p %{buildroot}%{_datadir}/mime/packages
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/mime/packages/


%clean
rm -rf %{buildroot}

%post
if test -x %{_bindir}/update-mime-database ; then
  %{_bindir}/update-mime-database usr/share/mime >/dev/null
fi

%files
%defattr(-,root,root)
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_bindir}/vym
%{_datadir}/vym

%doc %{_docdir}/%{name}
%doc %{_mandir}/*/*
%{_datadir}/mime/packages/vym.xml

%changelog

* Mon Mar 21 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.5.4-2
- (0c76d8e) Fixed text vym.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15492 |14cu|w3af-1.6.49-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# python templates can not be byte-compiled.
%define _python_bytecompile_errors_terminate_build 0

# binaries are exploits, intended to be used on remote systems
%define _binaries_in_noarch_packages_terminate_build 0

# exclude binaries from dependencies computing
%global __noautoreqfiles ^%{_datadir}/%{name}/plugins/attack/db/sqlmap/udf/.*$
%global __noautoprovfiles ^%{_datadir}/%{name}/plugins/attack/db/sqlmap/udf/.*$

Name:       w3af
Version:    1.6.49
Release:    1
Summary:    Web Application Attack and Audit Framework
Group:      Security
License:    GPLv2 and LGPL
URL:        http://w3af.sourceforge.net/
Source0:    https://github.com/andresriancho/w3af/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
Patch0:     w3af-1.6.49-no-runtime-dependency-check.patch
Requires:   netcat
Requires:   tcpdump
Requires:   python
Requires:   python-chardet
Requires:   python-clamd
Requires:   python-cluster
Requires:   python-esmre
Requires:   python-fpconst
Requires:   python-futures
Requires:   python-gitpython
Requires:   python-guess-language
Requires:   python-json
Requires:   python-lxml
Requires:   python-msgpack
Requires:   python-nltk
Requires:   python-ntlm
Requires:   python-OpenSSL
Requires:   python-pdfminer
Requires:   python-phply
Requires:   python-pybloomfiltermmap
Requires:   python-pygithub
Requires:   python-pysvn
Requires:   python-sqlite
Requires:   python-soap
# for wordnet plugin
Requires:   python-numpy
Requires:   scapy
BuildArch:  noarch

%description
w3af is a Web Application Attack and Audit Framework. The project's goal is to
create a framework to find and exploit web application vulnerabilities that is
easy to use and extend. To read our short and long term objectives, please
click over the Project Objectives item in the main menu. This project is
currently hosted at SourceForge , for further information, you may also want to
visit w3af SourceForge project page.

%files
%doc doc/*
%{_datadir}/%{name}
%{_bindir}/w3af_console

#-------------------------------------------------------------------------------

%package gui
Summary:    GUI for %{name}
Group:      Monitoring
License:    GPLv2
Requires:   %{name} = %{version}-%{release}
Requires:   python-gtksourceview
Requires:   python-webkitgtk
Requires:   python-xdot
Requires:   graphviz

%description gui
This is a gui for %{name}.

%files gui
%{_bindir}/w3af_gui

#-------------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p 1

rm -f plugins/attack/db/sqlmap/.gitignore
rm -f plugins/attack/db/sqlmap/.gitattributes

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 755 w3af_console %{buildroot}%{_datadir}/%{name}
install -m 755 w3af_gui %{buildroot}%{_datadir}/%{name}
cp -pr profiles %{buildroot}%{_datadir}/%{name}
cp -pr scripts %{buildroot}%{_datadir}/%{name}
cp -pr tools %{buildroot}%{_datadir}/%{name}

install -d -m 755 %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/w3af_console <<EOF
#!/bin/sh
%{_datadir}/%{name}/w3af_console $@
EOF
chmod +x %{buildroot}%{_bindir}/w3af_console

cat > %{buildroot}%{_bindir}/w3af_gui <<EOF
#!/bin/sh
%{_datadir}/%{name}/w3af_gui $@
EOF
chmod +x %{buildroot}%{_bindir}/w3af_gui

%changelog

* Sat Aug 27 2016 alzim <alzim@bk.ru> 1.6.49-1
- (248f313) Merge pull request #1 from import/w3af:rosa2016.1
- (248f313) Updated to 1.6.49



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15493 |14cu|w3m-0.5.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pager that can also be used as textbased webbrowser
Name:		w3m
Version:	0.5.3
Release:	6
License:	MIT
Group:		Networking/WWW
Url:		http://w3m.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/w3m/%{name}-%{version}.tar.gz
Source2:	w3mconfig
Patch0:		w3m-0.4.1-helpcharset.patch
Patch2:		w3m-0.5.1-gcc4.patch
# String literal fix - AdamW 2008/12
Patch4:		w3m-0.5.2-literal.patch
# Fix invalid ja.po
Patch5:         w3m-0.5.3-po.patch
Patch6:		w3m-0.5.3.voidmain.patch
Patch7:		w3m-0.5.3.filehandle.patch
Patch8:		w3m-0.5.3.opts.patch
#https://bugzilla.redhat.com/show_bug.cgi?id=1324348
Patch9:         w3m-0.5.3-fix-segfault-on-bogus-text.patch
BuildRequires:	gpm-devel
BuildRequires:	ungif-devel
BuildRequires:	pkgconfig(bdw-gc)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(imlib)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
Provides:	webclient

%description
W3m is a text-based web browser as well as a pager like `more' or
`less'. With w3m you can browse web pages through a terminal emulator
window (xterm, rxvt or something like that). Moreover, w3m can be used
as a text formatting tool which typesets HTML into plain text. w3m also
provides w3mman which is a great manpage browser.

%files -f %{name}.lang
%doc README doc doc-jp w3mhelp-lynx_*
%dir %{_sysconfdir}/w3m
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/w3m/config
%attr(0755,root,root) %{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch2 -p1
%patch4 -p1 -b .literal
%patch5 -p1 -b .ja
%patch6 -p1 -b .voidmain
%patch7 -p1 -b .filehandle
%patch8 -p1 -b .opts
%patch9 -p1 -b .segfault

#rm -rf gc

cp -a %{SOURCE2} w3mconfig

%build
rm -rf doc{,-jp}/CVS
sed -i s/showaudio/mplayer/ config.h.in

%configure2_5x \
	--with-browser=%{_bindir}/www-browser \
	--with-editor=%{_bindir}/vi \
	--with-mailer=/bin/mail \
	--with-termlib=ncurses \
	--enable-alarm \
	--enable-ansi-color \
	--enable-bgcolor \
	--enable-color \
	--enable-cookie \
	--enable-dict \
	--enable-digest-auth \
	--enable-external-uri-loader \
	--enable-gopher \
	--enable-help-cgi \
	--enable-history \
	--enable-image \
	--enable-ipv6 \
	--disable-japanese \
	--enable-keymap=w3m \
	--enable-menu \
	--enable-mouse \
	--enable-nntp \
	--enable-sslverify \
	--enable-w3mmailer \
	--disable-xface \
	--enable-m17n \
	--enable-unicode \
	--with-charset=UTF-8 \
	--with-gc=`pwd`/gc \
	LIBS="-lX11"

echo '#define HAVE_SYS_ERRLIST' >> config.h

make

%install
install -d %{buildroot}/{%{_bindir},{%{_datadir},%{_libdir}}/%{name},%{_mandir}/{,ja_JP.ujis}/man1}

%makeinstall_std

install -m0644 doc-jp/w3m.1 %{buildroot}/%{_mandir}/ja_JP.ujis/man1
install -m0644 doc/w3m.1 %{buildroot}/%{_mandir}/man1

install -d %{buildroot}%{_sysconfdir}/w3m
install -m0644 w3mconfig %{buildroot}%{_sysconfdir}/w3m/config

rm -rf %{buildroot}/%{_mandir}/ja*

%find_lang %{name}


%changelog

* Thu Jul 21 2016 Denis Silakov <dsilakov@gmail.com> 0.5.3-6
- (b635523) Fix segfault on bogus text and Japanese l10n



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15494 |14cu|waffle-1.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	api 1
%define	major 0
%define	libname %mklibname %{name} %{api} %{major}
%define	devname %mklibname %{name} -d

%define	_disable_ld_no_undefined 0

%bcond_with	test
%bcond_without	wayland

Summary:	Library for select the GL API at runtime
Name:		waffle
Version:	1.5.1
Release:	1
License:	BSD
Group:		Development/C
Url:		http://www.waffle-gl.org
Source0:	https://github.com/waffle-gl/waffle/archive/%{name}-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	cmake >= 2.8.11
BuildRequires:	docbook-dtd42-xml
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl
BuildRequires:	pkgconfig(gbm)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(udev)
%if %{with wayland}
BuildRequires:	pkgconfig(wayland-client)
BuildRequires:	pkgconfig(wayland-egl)
%endif
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)

%description
Waffle is a cross-platform library that allows one to defer selection of GL
API and of window system until runtime. For example, on Linux, Waffle enables
an application to select X11/EGL with an OpenGL 3.3 core profile, Wayland with
OpenGL ES2, and other window system / API combinations.

An immediate goal for this library is to enable Piglit to test multiple GL
flavors in a cross-platform way, and to allow each Piglit test to choose its
GL API and window system at runtime. A future goal is to enable the ability to
record (with another tool such APITrace) an application's GL calls on one
operating system or window system, and then replay that trace on a different
system.

%files
%{_docdir}/%{name}/*
%{_bindir}/*
%{_mandir}/man1/wflinfo*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for select the GL API at runtime
Group:		System/Libraries
Conflicts:	%{_lib}waffle0 < 1.3.0
#Obsoletes:	%%{_lib}waffle0 < 1.3.0

%description -n %{libname}
Waffle is a cross-platform library that allows one to defer selection of GL
API and of window system until runtime. For example, on Linux, Waffle enables
an application to select X11/EGL with an OpenGL 3.3 core profile, Wayland with
OpenGL ES2, and other window system / API combinations.
This package contains the main library.

%files -n %{libname}
%doc LICENSE.txt
%{_libdir}/libwaffle-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for using the %{name} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}waffle0 < 1.3.0

%description -n %{devname}
Waffle is a cross-platform library that allows one to defer selection of GL
API and of window system until runtime. For example, on Linux, Waffle enables
an application to select X11/EGL with an OpenGL 3.3 core profile, Wayland with
OpenGL ES2, and other window system / API combinations.
This package contains the development files for using the %{name} library.

%files -n %{devname}
%doc LICENSE.txt README.txt
%{_includedir}/%{name}-%{api}/*
%{_libdir}/libwaffle-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/cmake/Waffle/*.cmake
%{_datadir}/cmake/Modules/*.cmake
%{_mandir}/man3/%{name}*
%{_mandir}/man7/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q
#apply_patches


%build
%cmake	-DCMAKE_BUILD_TYPE=release \
	-DCMAKE_INSTALL_DOCDIR="%{_datadir}/doc/%{name}" \
	-Dwaffle_has_glx=1 \
	-Dwaffle_has_x11_egl=1 \
	-Dwaffle_has_gbm=1 \
%if %{with wayland}
	-Dwaffle_has_wayland=1 \
%endif
	-Dwaffle_build_manpages=1 \
	-Dwaffle_build_htmldocs=1 \
%if %{with test}
	-Dwaffle_build_tests=1 \
%endif
	-Dwaffle_build_examples=1

%make


%install
%makeinstall_std -C build

# Example programs don't get installed by default
#mkdir -p %%{buildroot}%%{_bindir}
install -m 755 build/bin/gl_basic %{buildroot}%{_bindir}
install -m 755 build/bin/gl_basic_test %{buildroot}%{_bindir}
install -m 755 build/bin/simple-x11-egl %{buildroot}%{_bindir}

%if %{with test}
%check
%make check-func -C build
%endif

%changelog

* Wed Apr 15 2015 Giovanni Mariani <mc2374@mclink.it> 1.5.1-1
- (55ad2a0) Fix Breqs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15495 |14cu|wahcade-mahcade-1.0-0.r152.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname		wahcade
%define beta		r152

Name:		wahcade-mahcade
Version:	1.0
Release:	0.%{beta}.1

Summary:	Front end for games and emulators
License:	GPLv2+
Group:		Emulators
URL:		http://www.anti-particle.com/wahcade.shtml
Source0:	http://www.anti-particle.com/projects/%{name}/%{name}-%{version}%{beta}.tar.xz
Patch0:		wahcade-mahcade-launch.patch

BuildRequires:	python

Requires:	pygtk2.0-libglade
Requires:	python-chardet
Requires:	sdlmame-extra-data
Suggests:	python-imaging
Suggests:	gstreamer0.10-python
Suggests:	pygame
BuildArch:	noarch
Obsoletes:	wahcade

%description
Wah!Cade is a GNU/Linux friendly clone of Minwah's excellent MameWAH.

It's a front end for games and emulators (e.g. the MAME arcade game emulator), 
and has been designed with arcade cabinet controls and projects in mind.

It is compatible with MameWah's config files and layouts.

It features :
 - a keyboard controlled GUI, perfect for those arcade controls,
 - a history viewer,
 - a control panel viewer,
 - a layout editor,
 - a setup editor.


%prep
%setup -q -n %{name}
%patch0 -p0 

%build
#python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

rm -f %{buildroot}%{py_platsitedir}/%{oname}-%{version}*
rm -f %{buildroot}/usr/lib/python2.7/site-packages/wahcade-mahcade-py2.7.egg-info
rm -f %{buildroot}/usr/lib/python2.7/site-packages/wahcade-bzr_devel-py2.7.egg-info

%files 
%doc doc/*
%{_bindir}/*
%{_gamesdatadir}/%{oname}
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/locale/*



%changelog

* Wed Jul 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-0.r152.1
- (89498b0) Revert to r152



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15496 |14cu|WALinuxAgent-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           WALinuxAgent
Summary:        The Windows Azure Linux Agent
Version:        1.1
Release:        8
License:        ASL 2.0
Group:          System/Configuration/Other
Url:            http://go.microsoft.com/fwlink/?LinkId=250998
Source0:        WALinuxAgent-%{version}.tar.bz2
Source1:        99-azure-timeout.rules
BuildRequires:  python-devel
Requires:       python
Requires:       pyasn1
Requires:       openssh
Requires:       openssl
Requires:       util-linux 
Requires:       sed
Requires:       grep
Requires:       sudo
Requires:       iptables
Requires:       logrotate
Conflicts:      NetworkManager
BuildArch:      noarch

%description
The Windows Azure Linux Agent supports the provisioning and running of Linux
VMs in the Windows Azure cloud. This package should be installed on Linux disk
images that are built to run in the Windows Azure environment.

%prep
%setup -q
find . -type f -exec sed -i 's/\r//' {} \;

%build
%install
### directories
install -d -m 0755 %{buildroot}%{_localstatedir}/lib/waagent
install -d -m 0755 %{buildroot}%{_localstatedir}/log/waagent

### binaries
install -D -m 0755 waagent %{buildroot}%{_sbindir}/waagent

### configuration files
install -D -m 0644 etc/logrotate.conf %{buildroot}%{_sysconfdir}/logrotate.d/WALinuxAgent
install -D -m 0644 etc/waagent.conf %{buildroot}%{_sysconfdir}/waagent.conf

### init scripts
mkdir -p %{buildroot}%{_sbindir}
install -D -m 0755 etc/rosa.init %{buildroot}%{_initddir}/walinuxagent
ln -s ../..%{_initddir}/walinuxagent %{buildroot}%{_sbindir}/rcwalinuxagent
install -D -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/99-azure-timeout.rules

%post
/usr/sbin/waagent -setup
/usr/sbin/waagent --install

%preun
if [ $1 = "0" ] ; then
echo "Un-installation of WAAgent"
/usr/sbin/waagent -uninstall
fi

%postun
%systemd_postun_with_restart walinuxagent

%files
%doc Changelog LICENSE-2.0.txt NOTICE README
%{_sbindir}/waagent
%config(noreplace) %{_sysconfdir}/logrotate.d/WALinuxAgent
%config(noreplace) %{_sysconfdir}/waagent.conf
%dir %{_sysconfdir}/udev
%dir %{_sysconfdir}/udev/rules.d
%config %{_sysconfdir}/udev/rules.d/99-azure-timeout.rules
%{_localstatedir}/lib/waagent
%{_localstatedir}/log/waagent
%{_initddir}/walinuxagent
%{_sbindir}/rcwalinuxagent


%changelog

* Mon Jun 20 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.1-8
- (a2f702f) Fix requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15497 |14cu|wammu-0.44-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define python_gammu_req 2.11

Summary:	Mobile phone manager
Name:		wammu
Version:	0.44
Release:	1
Source0:	https://github.com/gammu/%{name}/archive/%{version}.tar.bz2?/%{name}-%{version}.tar.bz2
License:	GPLv3+
Group:		Communications
Url:		http://wammu.eu
BuildRequires:	wxPythonGTK >= 2.6.2
BuildRequires:	python-gammu >= %{python_gammu_req}
BuildRequires:	pkgconfig(python2)
BuildRequires:	pkgconfig(python3)
BuildRequires:	python-setuptools
BuildRequires:	python3-setuptools

Requires:	wxPythonGTK >= 2.6.2
Requires:	python-gammu >= %{python_gammu_req}
Requires:	gnome-bluetooth
Requires:	python-pybluez

BuildArch:	noarch

%description
Mobile phone manager using Gammu as it's backend. It works with any phone Gammu
supports - many Nokia, Siemens, Alcatel, ... Written using wxGTK.

%prep
%setup -q

%build
CFLAGS="%{optflags}" SKIPWXCHECK=yes python setup.py build

%install
SKIPWXCHECK=yes python setup.py install --root=%{buildroot}

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING
%{_bindir}/*
%{py_puresitedir}/*
%{_datadir}/appdata/*
%{_datadir}/Wammu
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*
%{_mandir}/man1/*
%lang(cs) %{_mandir}/cs/man?/*
%lang(da) %{_mandir}/da/man?/*
%lang(de) %{_mandir}/de/man?/*
%lang(en_GB) %{_mandir}/en_GB/man?/*
%lang(et) %{_mandir}/et/man?/*
%lang(hu) %{_mandir}/hu/man?/*
%lang(id) %{_mandir}/id/man?/*
%lang(it) %{_mandir}/it/man?/*
%lang(nl) %{_mandir}/nl/man?/*
%lang(ru) %{_mandir}/ru/man?/*
%lang(sk) %{_mandir}/sv/man?/*
%lang(sv) %{_mandir}/sk/man?/*
%lang(tr) %{_mandir}/tr/man?/*
%lang(es) %{_mandir}/es/man?/*
%lang(fr) %{_mandir}/fr/man?/*
%lang(uk) %{_mandir}/uk/man?/*
%lang(pt_BR) %{_mandir}/pt_BR/man?/*
%changelog

* Thu May 24 2018 vladi105 <vladi105@mail.ru> 0.44-1
- (64edeaf) Merge pull request #5 from vladi105/wammu:rosa2014.1
- (64edeaf) updated to version 0.44



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15498 |14cu|war1gus-2.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Warcraft I (Warcraft: Orcs & Humans) for the Stratagus game engine
Name:		war1gus
Version:	2.4.1
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		https://github.com/Wargus/war1gus/
Source0:	https://github.com/Wargus/war1gus/archive/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	stratagus-devel = %{version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)
Requires:	cdparanoia
Requires:	ffmpeg2theora
Requires:	stratagus = %{version}

%description
War1gus is a Warcraft I Mod that allows you to play Warcraft with the Stratagus
engine, as opposed to play it with the original Warcraft one. So unless you
have a legal copy of Warcraft (original DOS Version required, won't work with
the battle.net edition) War1gus will be pretty useless to you, since it doesn't
come with any graphics or sounds itself.

So why play Warcraft with the Stratagus engine instead of the original
Warcraft one? There are numerous reasons, first it allows you to play
Warcraft under GNU/Linux and other operating systems not supported by the
original Warcraft engine, secondly it allows you to play over the internet,
which the original Warcraft engine didn't allow you to. Last not least the
Stratagus engine allows you to tweak numerous parameters so you can play
around with different unit strength and such.

Since War1gus uses a different engine, not all things will work 100% the same
as they did in the original Warcraft, if you want the original unchanged
Warcraft experience, you will still have to use the original Warcraft.

Warcraft game data should be installed to: /usr/share/games/stratagus/war1gus/
Like: war1tool -v -r [Warcraft_path]/data /usr/share/games/stratagus/war1gus/

Warning! There are lots of hacked Warcraft versions that are NOT supported.
If you have problems with starting War1gus, most likely it's related to wrong
Warcraft data. Even if error messages are related to wrong/missing scripts.
The engine is tested and it does work.

%files
%doc README.md
%{_gamesbindir}/%{name}
%{_bindir}/war1tool
%{_gamesdatadir}/stratagus/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}.xpm
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Fri Feb 24 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.1-1
- (01ce50c) Build requires imagemagick



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15499 |14cu|wargus-2.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Warcraft II for the Stratagus game engine (Needs WC2 DOS CD)
Name:		wargus
Version:	2.4.1
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		https://github.com/Wargus/wargus/
Source0:	https://github.com/Wargus/wargus/archive/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	stratagus-devel = %{version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)
Requires:	cdparanoia
Requires:	ffmpeg2theora
Requires:	stratagus = %{version}

%description
Wargus is a Warcraft2 Mod that allows you to play Warcraft2 with the Stratagus
engine, as opposed to play it with the original Warcraft2 one. So unless you
have a legal copy of Warcraft2 (original DOS Version required, won't work with
the battle.net edition) Wargus will be pretty useless to you, since it doesn't
come with any graphics or sounds itself.

So why play Warcraft2 with the Stratagus engine instead of the original
Warcraft2 one? There are numerous reasons, first it allows you to play
Warcraft2 under GNU/Linux and other operating systems not supported by the
original Warcraft2 engine, secondly it allows you to play over the internet,
which the original Warcraft2 engine didn't allow you to. Last not least the
Stratagus engine allows you to tweak numerous parameters so you can play
around with different unit strength and such.

Since Wargus uses a different engine, not all things will work 100% the same
as they did in the original Warcraft2, if you want the original unchanged
Warcraft2 experience, you will still have to use the original Warcraft2.

Warcract2 game data should be installed to: /usr/share/games/stratagus/wargus/
Like: wartool -v -r [warcraft2_path]/data /usr/share/games/stratagus/wargus/

Warning! There are lots of hacked Warcraft2 versions that are NOT supported.
If you have problems with starting Wargus, most likely it's related to wrong
Warcraft2 data. Even if error messages are related to wrong/missing scripts.
The engine is tested and it does work.

%files
%doc README.md doc/*
%{_gamesbindir}/%{name}
%{_bindir}/wartool
%{_bindir}/pudconvert
%{_gamesdatadir}/stratagus/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Fri Feb 24 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.1-1
- (e0ed14c) New version 2.4.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15500 |14cu|warsow-2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A fast-paced first-person-shooter game
Name:		warsow
Version:	2.1
Release:	1
License:	GPLv2+
Group:		Games/Shooter
Url:		http://www.warsow.net/
Source0:	warsow_21_sdk.tar.gz
Source1:	%{name}.desktop
Source2:	%{name}.png
BuildRequires:	imagemagick
BuildRequires:	jpeg-devel
BuildRequires:	stdc++-devel
BuildRequires:	stdc++-static-devel
BuildRequires:  cmake
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xi)
Requires:	%{name}-data = %{version}

%description
Warsow is a free standalone first person shooter game based on the Qfusion 3D
engine (a modification of the Quake 2 GPL engine), and aimed on the competitive
scene, or the e-sports community.

The base gameplay is focused around the art of movement; speed and tricks play
a big part in the gameplay. Besides this, mapcontrol, aim, teamplay and
fragging skills play their role too.

Another twist in gameplay is the weapon system. Warsow has two firing
modes for each weapon; by picking up a weapon, you will be equipped with the
standard (weak) ammo for the weapon, but when you pick up an ammo pack, you
will equip your weapon with special (strong) ammo. Weapons may have different
damage or slightly different behaviour depending on which ammo you use.

To keep the focus on competitive gaming, visibility is important in Warsow.
Cell-shaded, cartoon-like styles on the maps, textures, and models combine for
good visibility, suitable for competitive gameplay.

%files
%doc warsow_21_sdk/docs/*
%{_gamesbindir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/*.desktop
%{_libdir}/games/%{name}/libs

#----------------------------------------------------------------

%package server
Summary:	Dedicated server for TurtleArena
Group:		Games/Shooter
Requires:	%{name}-data = %{version}

%description server
Turtle Arena (working title) is a free and open source cross-platform 
third-person action game using a modified version of the ioquake3 engine.
Turtle Arena is currently focused on multiplayer (with multiple game modes) 
and can be played with human players over a network, splitscreen, or with AI 
players. In the future there will also be a single player / cooperative reach 
the end of the level mode with AI enemies.

This package contains the dedicated server for TurtleArena.

%files server
%{_gamesbindir}/%{name}-server
%{_gamesbindir}/%{name}-tv-server

#----------------------------------------------------------------

%prep
%setup -qcn warsow_21_sdk
sed -i -e "/fs_basepath =/ s:\.:%{_libdir}/games/%{name}:" warsow_21_sdk/source/source/qcommon/files.c

%build
pushd warsow_21_sdk/source/source
mkdir -p cmake_build
cd cmake_build 
cmake -DQFUSION_GAME=Warsow .. 
make
popd
%install
pushd warsow_21_sdk/source/source/build
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{32x32,64x64,128x128,256x256}/apps
mkdir -p %{buildroot}%{_gamesbindir}
mkdir -p %{buildroot}%{_libdir}/games/%{name}/libs

install -m 0644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png
convert -scale 128x128 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
convert -scale 64x64 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
convert -scale 32x32 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png

install -m 755 warsow.* %{buildroot}%{_gamesbindir}/%{name}
install -m 755 wsw_server.* %{buildroot}%{_gamesbindir}/%{name}-server
install -m 755 wswtv_server.* %{buildroot}%{_gamesbindir}/%{name}-tv-server

cp %{SOURCE1} %{buildroot}%{_datadir}/applications/

install -m 755 libs/*.so %{buildroot}%{_libdir}/games/%{name}/libs/
popd

%changelog

* Tue Jun 21 2016 abondrov <andrey.bondrov@rosalab.ru> 2.1-1
- (bb28a0d) Merge pull request #1 from tremod/warsow:rosa2014.1
- (bb28a0d) Update to 2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15501 |14cu|warsow-data-2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %nil

Summary:	Data files for Warsow
Name:		warsow-data
Version:	2.1
Release:	1
# See license.txt in the warsow rpm
License:	Warsow Content License
Group:		Games/Shooter
Url:		http://www.warsow.net/
#http://www.warsow.net:1337/~warsow/%{version}/
Source0:	warsow_21_unified.tar.gz
BuildRequires:	fdupes
Requires:	warsow = %{version}

%description
Data files (audio, maps, etc.) for Warsow.

%files
%doc docs/*
%{_libdir}/games/warsow/basewsw

#----------------------------------------------------------------------------

%prep
%setup -qn warsow_21
find . -type f -perm 0600 -exec chmod 644 {} \;
find . -type d -perm 0700 -exec chmod 755 {} \;

%build

%install
mkdir -p %{buildroot}%{_libdir}/games/warsow/
cp -ap basewsw %{buildroot}%{_libdir}/games/warsow/
fdupes %{buildroot}


%changelog

* Tue Jun 21 2016 abondrov <andrey.bondrov@rosalab.ru> 2.1-1
- (53d30c7) Merge pull request #1 from tremod/warsow-data:rosa2014.1
- (53d30c7) Update to 2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15502 |14cu|warzone2100-3.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	Werror_cflags	%nil

Summary:	Postnuclear realtime strategy
Name:		warzone2100
Version:	3.2.2
Release:	1
Group:		Games/Strategy
License:	GPLv2+
URL:		http://wz2100.net/
Source0:	http://downloads.sourceforge.net/project/warzone2100/releases/%{version}/%{name}-%{version}.tar.xz
Source1:	http://sourceforge.net/projects/warzone2100/files/warzone2100/Videos/low-quality-en/sequences.wz
Source2:	warzone2100.appdata.xml
BuildRequires:	bison
BuildRequires:	desktop-file-utils
BuildRequires:	flex
BuildRequires:	imagemagick
BuildRequires:	zip
BuildRequires:	gettext
BuildRequires:	jpeg-devel
BuildRequires:	physfs-devel
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(Qt53DQuickInput)
BuildRequires:	pkgconfig(Qt5Core) 
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5OpenGL) 
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(quesoglc)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_net)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(libcrypto)
Requires:	%{name}-data = %{version}
Requires:	fonts-ttf-dejavu
Suggests:	%{name}-videos

%description
Upon entering the game you land from your transport and establish your base.
Here you conduct research, design and manufacture vehicles, build new
structures and prepare your plans of global conquest. If the game goes badly
you'll end up fighting last ditch battles here to defend your base from
enemy attacks.

Combat is frenetic, with extensive graphical effects and damage to the
terrain and buildings giving rise to flying shrapnel and boulders. Within
the game are many different structures and vehicles. From an initial Command
Centre, you then go on to build Resource Extractors to provide fuel for Power
Generators, which in turn supply energy to Factories, Research Facilities and
weapons emplacements to protect your base.

Features:
 * 400+ Technologies to research 
 * 2,000+ different units to design 
 * 3 Large campaign maps to conquer 
 * 24 Fast play mission maps for extra action 
 * Intelligence Display sets objectives dynamically 
 * Interactive message system 
 * Fast Play Interface graphically Based 
 * Quick Screen Navigation 
 * Fast Find System for units & structures 
 * Set Factories to constant production 
 * Automatically send each factory's units to where you want them 

The Warzone 2100 ReDev Project aims to continue the vision of Pumpkin studios
started in 1999 with the game Warzone 2100, Which was closed source until
Dec 6, 2004 when it was let out the doors for the first time under a
GPL license.

%files -f %{name}.lang
%doc doc/quickstartguide.pdf 
# html
%doc doc/images doc/*.html
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man6/%{name}.6*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_gamesbindir}/%{name}
%{_appdatadir}/%{name}.appdata.xml
#---------------------------------------------------------------------------

%package data
Summary:	Data files for Warzone 2100
Group:		Games/Strategy
Requires:	%{name} = %{version}
BuildArch:	noarch

%description data
Data files needed to play Warzone 2100.

%files data
%doc doc/quickstartguide.pdf 
%{_gamesdatadir}/%{name}
%exclude %{_gamesdatadir}/%{name}/sequences.wz

#---------------------------------------------------------------------------

%package videos
Summary:	Optional video files for Warzone 2100
Group:		Games/Strategy
Requires:	%{name} = %{version}
BuildArch:	noarch

%description videos
Optional video files for Warzone 2100.

%files videos
%doc doc/quickstartguide.pdf 
%{_gamesdatadir}/%{name}/sequences.wz

#---------------------------------------------------------------------------

%prep
%setup -q
cp %{SOURCE2} icons/

%build
%configure2_5x	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir} \
		--with-backend=sdl \
		--disable-rpath \
		--enable-debug=no \
		--with-distributor="Mandriva"

%make

%install
make install DESTDIR=%{buildroot} INSTALL="install -p"

mkdir -p %{buildroot}%{_datadir}/applications
mv %{buildroot}%{_gamesdatadir}/applications/*.desktop %{buildroot}%{_datadir}/applications/

desktop-file-install	--vendor="" \
			--remove-category="Application" \
			--remove-key="TryExec" \
			--add-category="Game;StrategyGame;" \
			--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# icons			
install -d %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert -resize 16x16 icons/warzone2100.png %{buildroot}%{_miconsdir}/%{name}.png
convert -resize 32x32 icons/warzone2100.png %{buildroot}%{_iconsdir}/%{name}.png
convert -resize 48x48 icons/warzone2100.png %{buildroot}%{_liconsdir}/%{name}.png
# videos
install -m 0644 %{SOURCE1} %{buildroot}%{_gamesdatadir}/%{name}/
# man
mkdir -p %{buildroot}%{_mandir}/man6
install -m 0644 doc/warzone2100.6 %{buildroot}%{_mandir}/man6/

# appdata
mkdir -p %{buildroot}%{_appdatadir}
install -m 0644 icons/warzone2100.appdata.xml %{buildroot}%{_appdatadir}/

rm -rf %{buildroot}%{_gamesdatadir}/{appdata,applications,icons}
rm -rf %{buildroot}%{_defaultdocdir}

%find_lang %{name}


%changelog

* Sat Feb 25 2017 abfonly <abfonly@gmail.com> 3.2.2-1
- (9e3fa96) Merge pull request #3 from abfonly/warzone2100:rosa2014.1
- (9e3fa96) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15503 |14cu|watchdog-5.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Software watchdog
Name:		watchdog
Version:	5.13
Release:	3
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://sourceforge.net/projects/watchdog/
Source0:	http://downloads.sourceforge.net/watchdog/%{name}-%{version}.tar.gz
BuildRequires:	kernel-headers
BuildRequires:	pkgconfig(libtirpc)
Requires(post,postun):	rpm-helper

%description
Watchdog monitors various aspects of a machine to ensure that is has not
locked up.  In the event that a machine has locked up, watchdog will envoke
a reboot of the system.

%files
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog INSTALL NEWS README TODO README.watchdog.ipmi examples/
%attr(0755,root,root) %{_sbindir}/watchdog
%attr(0755,root,root) %{_sbindir}/wd_keepalive
%attr(0755,root,root) %{_sbindir}/wd_identify
%attr(0755,root,root) %{_initrddir}/watchdog
%{_mandir}/man5/watchdog.conf.5*
%{_mandir}/man8/watchdog.8*
%{_mandir}/man8/wd_identify.8*
%{_mandir}/man8/wd_keepalive.8*
%config(noreplace) %{_sysconfdir}/watchdog.conf
%config(noreplace) %{_sysconfdir}/sysconfig/watchdog

%post
%_post_service watchdog

%preun
%_preun_service watchdog

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make LIBS="-ltirpc"
mv README README.orig
iconv -f ISO-8859-1 -t UTF-8 < README.orig > README

%install
install -d -m0755 %{buildroot}%{_sysconfdir}
%makeinstall_std
install -Dp -m0644 redhat/sysconf.redhat %{buildroot}%{_sysconfdir}/sysconfig/watchdog
install -Dp -m0755 redhat/watchdog.init %{buildroot}%{_initrddir}/watchdog

%check
make check


%changelog

* Mon Sep 14 2015 Denis Silakov <dsilakov@gmail.com> 5.13-3
- (217ae0f) Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15504 |14cu|wavemon-0.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Wireless network devices monitoring application
Name:		wavemon
Version:	0.7.1
Release:	3
Source0:	http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/%{name}-%{version}.tar.bz2
Patch0:		wavemon-0.7.1-debug.patch
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://eden-feed.erg.abdn.ac.uk/wavemon/
BuildRequires:	pkgconfig(ncurses)

%description
Wavemon is a wireless device monitoring application that allows you to watch
signal and noise levels, packet statistics, device configuration and network
parameters of your wireless network hardware. It has currently only been
tested with the Lucent Orinoco series of cards, although it *should* work 
(though with varying features) with all devices supported by the wireless 
kernel extensions by Jean Tourrilhes <jt@hpl.hp.com>.

%prep
%setup -q
%apply_patches

%build
autoreconf -fiv
%configure2_5x
%make

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}%{_mandir}/{man1,man5}

%makeinstall
rm %{buildroot}%{_datadir}/{AUTHORS,COPYING,ChangeLog,NEWS,README,THANKS}

%clean

%files
%{_bindir}/wavemon
%{_mandir}/man1/wavemon.1*
%{_mandir}/man5/wavemonrc.5*
%doc NEWS AUTHORS README THANKS

%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 0.7.1-3
- (8dabba7) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15505 |14cu|wcmcommander-0.20.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname WCMCommander

Summary:	Multi-platform file manager mimicking the look-n-feel of Far Manager
Name:		wcmcommander
Version:	0.20.0
Release:	11
License:	MIT
Group:		File tools
Url:		http://wcm.linderdaum.com/
Source0:	https://github.com/corporateshark/%{oname}/archive/release-%{version}.tar.gz
Source1:    wcmcommander.svg
Source2:    wcmroot.svg
Source3:    wcmcommander.png

Patch0:  fix-bug-with-gnome.patch
Patch1:  wcmcommander-0.20-icons.patch 

BuildRequires:	cmake
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(x11)

%description
Multi-platform open source file manager for Windows, Linux, FreeBSD and OS X 
(based on http://www.wal-commander.org) 
mimicking the look-n-feel of Far Manager.

%files
%{_bindir}/wcm
%{_datadir}/applications/wcm.desktop
%{_datadir}/pixmaps/wcm.png
%{_datadir}/wcm/*                                                                                                     


#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-release-%{version}
%apply_patches
install -Dm644 %{SOURCE3} ./install-files/share/pixmaps/wcm.png

cp -r install-files src/

%build
%cmake
%make

%install
%makeinstall_std -C build




%changelog

* Fri Sep 11 2015 Stas Fomin <stas-fomin@yandex.ru> 0.20.0-11
- (a88625f) Add FAR like icons and separate icon for ROOT mode



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15506 |14cu|wdiff-1.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Word-based diff front end
Name:		wdiff
Version:	1.2.2
Release:	3
URL:		http://www.gnu.org/software/wdiff/wdiff.html
Source0:	ftp://ftp.gnu.org/pub/gnu/wdiff/%{name}-%{version}.tar.gz
License:	GPLv2+
Group:		Text tools
BuildRequires:	termcap-devel
BuildRequires:	texinfo

%description
GNU wdiff is a front-end to GNU diff.  It compares two files, finding
which words have been deleted or added to the first in order to create
the second.  It has many output formats and interacts well with
terminals and pagers (notably with less).  GNU wdiff is particularly
useful when two texts differ only by a few words and paragraphs have
been refilled.


%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot} *.lang
%makeinstall
%find_lang %{name}
%find_lang %{name}-gnulib
cat %{name}-gnulib.lang >> %{name}.lang



%files -f %{name}.lang
%doc README NEWS THANKS TODO COPYING ChangeLog BACKLOG
%{_bindir}/wdiff
%{_mandir}/man1/wdiff.1*
%{_infodir}/wdiff.info*



%changelog

* Sun Sep 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-3
- (aa98870) Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15507 |14cu|wdsize-0.99.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Name:           wdsize
Version:        0.99.1
Release:        1
Summary:        Work directory size calculator

Group:          File tools
License:        MIT
Url:		https://github.com/Enthymem/wdsize
Source0:        https://github.com/Enthymem/wdsize/archive/%{version}.tar.gz

BuildRequires: glibc-devel
BuildRequires: gcc
BuildRequires: make

%description
Rewrite in C of an example found in the BashPrompt-Howto, meant for
anyone who could want a fancy, coloured number in their terminal prompt,
representing the size of the files in the current directory.

%prep
%setup -q

%build
%make CFLAGS='%{optflags}' PREFIX=%{_prefix}


%install
%makeinstall DESTDIR=%{buildroot} PREFIX=%{_prefix}
#make install DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr


%files
%doc README LICENSE
%config(noreplace) %{_sysconfdir}/wdsize/wdsize.colors
%{_bindir}/wdsize
%{_bindir}/wdstat
%{_datadir}/wdsize
%{_mandir}/man1/wdsize*


%changelog

* Sat Nov 14 2015 abfonly <abfonly@gmail.com> 0.99.1-1
- (e36567d) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15508 |14cu|weasyprint-0.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           weasyprint
Version:        0.22
Release:        1
Group:          System/Libraries
Summary:        Utility to render HTML and CSS to PDF
License:        BSD
URL:            http://weasyprint.org/
BuildArch:      noarch
Source0:        https://github.com/Kozea/WeasyPrint/archive/v%{version}.tar.gz

# Fedora specific patch to remove use of /usr/bin/env in shebang in scripts
Patch0:         weasyprint-0.19.2-shebang.patch

BuildRequires:  python-devel python-setuptools
Requires:       python-weasyprint = %{version}-%{release}
#%if 0%{?with_python3}
#BuildRequires:  python3-devel python3-setuptools
#%endif # if with_python3

%description
WeasyPrint can render HTML and CSS to PDF. It aims to support web standards
for printing.

%package -n python-weasyprint
Group:          System/Libraries
Summary:        Python library to render HTML and CSS to PDF
Requires:       python-tinycss python-cssselect python-pyphen
Requires:	python-html5lib
Requires:       python-cairocffi python-cairosvg
Requires:       python-setuptools
Requires:       python-lxml
Requires:       hyphen pango
# Weasyprint will fail if no fonts are installed. There's no way to know
# what fonts the user would actually want, but require a few common ones
# that might be useful:
Requires:       fonts-ttf-dejavu

%description -n python-weasyprint
The WeasyPrint Python library is a rendering engine for HTML and CSS that
can export to PDF. It aims to support web standards for printing.

#%if 0%{?with_python3}
#%package -n python3-weasyprint
#Group:          Development/Libraries
#Summary:        Python library to render HTML and CSS to PDF
#Requires:       python3-tinycss python3-cssselect python3-pyphen
#Requires:	python3-html5lib >= 0.99
#Requires:       python3-cairocffi python3-CairoSVG
#Requires:       python3-setuptools
#Requires:       python3-lxml
#Requires:       hyphen pango
# Weasyprint will fail if no fonts are installed. There's no way to know
# what fonts the user would actually want, but require a few common ones
# that might be useful:
#Requires:       dejavu-fonts-common
#Requires:       dejavu-sans-fonts
#Requires:       dejavu-sans-mono-fonts
#Requires:       dejavu-serif-fonts
#
#%description -n python3-weasyprint
#The WeasyPrint Python library is a rendering engine for HTML and CSS that
#can export to PDF. It aims to support web standards for printing.
#%endif # if with_python3

%prep
%setup -q -n WeasyPrint-%{version}
%patch0 -p1 -b .shebang

#%if 0%{?with_python3}
#rm -rf %{py3dir}
#cp -a . %{py3dir}
#find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!/usr/bin/python|#!%{__python3}|'
#%endif # with_python3

%build
%{__python} setup.py build

#%if 0%{?with_python3}
#pushd %{py3dir}
# rpmbuild defaults to exporting LANG="C", which screws up Python 3's
# default encoidng, and breaks setup.py reading cairocffi/__init__.py,
# even though that file has an explicit tag of being UTF-8.
#LANG="en_US.UTF-8" %{__python3} setup.py build
#popd
#%endif # with_python3

%install
%{__python} setup.py install --skip-build --prefix=%{_prefix} --root %{buildroot}
chmod +x %{buildroot}%{python_sitelib}/weasyprint/tests/test_web/run.py

#%if 0%{?with_python3}
#pushd %{py3dir}
#LANG="en_US.UTF-8" %{__python3} setup.py install --skip-build --prefix=%{_prefix} --root %{buildroot}
#chmod +x %{buildroot}%{python3_sitelib}/weasyprint/tests/test_web/run.py
#popd
#%endif # with_python3

%files
%doc AUTHORS LICENSE README
%{_bindir}/weasyprint

%files -n python-weasyprint
%doc AUTHORS CHANGES LICENSE README
%{python_sitelib}/*

#%if 0%{?with_python3}
#%files -n python3-weasyprint
#%doc AUTHORS CHANGES LICENSE README
#%{python3_sitelib}/*
#%endif # with_python3

%changelog

* Thu Apr 02 2015 Guilherme Moro <guilherme.moro@gmail.com> 0.22-1
- (e86f923) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15509 |14cu|weatherman-1.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:           weatherman
Version:        1.2.2
Release:        1
Summary:        Quick access to current weather conditions and forecasts
License:        BSD
Group:          Networking/Other
URL:            http://darkhorse.nu/weatherman/
Source0:        http://darkhorse.nu/weatherman/weatherman-1.2.2.tar.gz
BuildArch:      noarch
Requires:       curl


%description
Weatherman displays weather information from weatherbug.com 
on the command line. 
It is written entirely in bash and will 
run on most UNIX/Linux systems.

%prep
%setup -q
chmod -x CHANGES LICENSE

%build
# nothig to build

%install
#bin 
install -Dm755 weatherman %{buildroot}%{_bindir}/weatherman
# man
install -Dm644 weatherman.1.gz %{buildroot}%{_mandir}/man1/weatherman.1.gz

%files
%doc CHANGES LICENSE
%{_bindir}/*
%{_mandir}/man?/*

%changelog
* Mon Dec 02 2013 symbianflo <symbianflo@mandrivausers.ro> 1.2.2-1
+ Revision: f6d6979
- Log: import weatherman



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15510 |14cu|weather-utils-2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname weather
Name:			weather-utils
Version:		2.0
Release:		1
Summary:		quick access to current weather conditions and forecasts
License:		BSD
Group:			Networking/Other
URL:			http://fungi.yuggoth.org/weather/
Source0:		http://fungi.yuggoth.org/weather/src/%{oname}-%{version}.tar.gz
Source1:		stations.txt
Source2:		README.install.urpmi
Requires:		python
BuildRequires:	python
Conflicts: 		expect

BuildArch:		noarch

%description
This command-line utility is intended to provide quick access to current
weather conditions and forecasts. Presently, it is capable of returning data
for localities throughout the USA by retrieving and formatting decoded METARs
(Meteorological Aerodrome Reports) from NOAA (the USA National Oceanic and
Atmospheric Administration) and forecasts from NWS (the USA National Weather
Service). The tool is written to function in the same spirit as other
command-line informational utilities like cal(1), calendar(1) and dict(1). It
can retrieve arbitrary weather data via specific command-line switches (station
ID, city, state), or aliases can be configured system wide and on a per-user
basis. It can be freely used and redistributed under the terms of a BSD-like
License.

%prep
%setup -q -n %{oname}-%{version}

%build
# nothing to build.

%install
#bin 
install -d -m755 %{buildroot}%{_bindir}
install -m 755  weather  %{buildroot}%{_bindir}/

install -d -m755 %{buildroot}%{py_platsitedir}
install -m 755 weather.py %{buildroot}%{py_platsitedir}/

#data
mkdir -p %{buildroot}%{_datadir}/%{oname}
cp -dR weatherrc %{buildroot}%{_datadir}/%{oname}
cp -R %{SOURCE1} %{buildroot}%{_datadir}/%{oname}

# romanian
install -m644 %{SOURCE2} README.install.urpmi

#mandir
mkdir -p %{buildroot}%{_mandir}/%{oname}
cp -dR weather.1  %{buildroot}%{_mandir}/%{oname}
cp -dR weatherrc.5 %{buildroot}%{_mandir}/%{oname}

%post
# romanian
cat /usr/share/weather/README.install.urpmi




%files
%doc ChangeLog FAQ LICENSE README
%doc README.install.urpmi
%{_bindir}/*
%{_mandir}/%{oname}/*
%{_datadir}/%{oname}/*
%{py_platsitedir}/weather.py

%changelog
* Sat Oct 25 2014 abfonly <abfonly@gmail.com> 2.0-1
+ Revision: 14180c5
- Updated weather-utils.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15511 |14cu|web2project-3.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    Real Project Management for Real Businesses
Name:       web2project
Version:    3.1
Release:    9
License:    BSD
Group:      System/Servers
URL:        http://web2project.net/
Source0:    http://prdownloads.sourceforge.net/web2project/%{name}-%{version}.tar.gz
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires:   apache-mod_php
Requires:   php-mysql
Requires:   php-gd
Requires:   php-sqlite3
Requires:   php-ldap
Requires:   php-adodb
Requires:   php-jpgraph
Requires:   php-smarty
Requires:   php-mbstring
Requires:   php-pear-Date
Requires:   php-pear-Contact_Vcard_Parse
Requires:   php-pear-Contact_Vcard_Build
Requires:   php-pear-HTML_BBCodeParser
Requires:   nusoap
BuildArch:  noarch

%description
web2Project is an Free Open Source business oriented Project Management System
(PMS) built for the future. Following the concept of a Rich Internet
Application (RIA) we will be providing an interactive and effective way of
managing projects.

%prep
%setup -q
find . -name .htaccess | xargs rm -f

# don't bundle these
rm -rf lib/adodb
rm -rf lib/jpgraph
rm -rf lib/PEAR

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 644 *.php %{buildroot}%{_datadir}/%{name}
for dir in classes includes install js lib locales modules style; do
    cp -pr $dir %{buildroot}%{_datadir}/%{name}
done

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
cp -pr files/* %{buildroot}%{_localstatedir}/lib/%{name}
pushd %{buildroot}%{_datadir}/%{name}
ln -s ../../..%{_localstatedir}/lib/%{name} files
popd

# fix config file location
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
#mv %{buildroot}%{_datadir}/%{name}/includes/config-dist.php \
#    %{buildroot}%{_sysconfdir}/%{name}/config.php
touch %{buildroot}%{_sysconfdir}/%{name}/config.php
chmod 660 %{buildroot}%{_sysconfdir}/%{name}/config.php
pushd %{buildroot}%{_datadir}/%{name}/includes
ln -s ../../../..%{_sysconfdir}/%{name}/config.php .
popd


install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /%{name}/files %{_localstatedir}/lib/%{name}
Alias /%{name} %{_datadir}/%{name}

<Directory %{_datadir}/%{name}>
    Order allow,deny
    Allow from all

    php_admin_value memory_limit    64M
    php_admin_value post_max_size   17M
    php_admin_value upload_max_filesize 16M
    php_admin_value max_execution_time 120
</Directory>


<Directory %{_datadir}/%{name}/includes>
    Require all denied
</Directory>

<Directory %{_datadir}/%{name}/includes>
    Require local granted
    ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"
</Directory>

<Directory %{_localstatedir}/lib/%{name}/files>
    Require all denied
</Directory>

<Directory %{_localstatedir}/lib/%{name}/files/temp>
    Require all granted
</Directory>
EOF


%post
%_post_webapp

%postun
%_postun_webapp

%files
%doc COPYING LICENSE 
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
%attr(-,apache,apache) %config(noreplace) %{_sysconfdir}/%{name}/config.php
%{_datadir}/%{name}
%attr(-,apache,apache) %{_localstatedir}/lib/%{name}


%changelog

* Mon Sep 14 2015 Denis Silakov <dsilakov@gmail.com> 3.1-9
- (490fe81) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15512 |14cu|websocketpp-0.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    websocketpp
Summary: 	C++ WebSocket Protocol Library
Version: 	0.4.0
Release: 	1
Group: 		System/Libraries
License: 	BSD
Url:     	http://www.zaphoyd.com/websocketpp
Source0: 	https://github.com/zaphoyd/websocketpp/archive/%{version}.tar.gz
Source1: 	websocketpp.pc

# put cmake files in share/cmake instead of lib/cmake
Patch1: websocketpp-0.4.0-cmake_noarch.patch

BuildRequires:  boost-devel
BuildRequires:  cmake
BuildRequires:  pkgconfig


BuildArch:	noarch

%description
WebSocket++ is an open source (BSD license) header only C++ library
that impliments RFC6455 The WebSocket Protocol. It allows integrating
WebSocket client and server functionality into C++ programs. It uses
interchangeable network transport modules including one based on C++
iostreams and one based on Boost Asio.
#--------------------------------------------------------

%package devel
Summary:  C++ WebSocket Protocol Library
Group:		Development/C
Provides:	pkgconfig(websocketpp) = %{EVRD}
Requires:	boost-devel


%description devel
WebSocket++ is an open source (BSD license) header only C++ library
that impliments RFC6455 The WebSocket Protocol. It allows integrating
WebSocket client and server functionality into C++ programs. It uses
interchangeable network transport modules including one based on C++
iostreams and one based on Boost Asio.

%files devel
%doc COPYING changelog.md readme.md roadmap.md
%{_includedir}/websocketpp/
%dir %{_datadir}/cmake/
%{_datadir}/cmake/websocketpp/
#--------------------------------------------------------


%prep
%setup -q
%patch1 -p1 -b .cmake_noarch

%build
%cmake
%make


%install
%makeinstall_std -C build
cp -R %{SOURCE1} %{buildroot}%{_includedir}/websocketpp/websocketpp.pc

%changelog

* Fri Jul 24 2015 abfonly <abfonly@gmail.com> 0.4.0-1
- (8307786) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15513 |14cu|weechat-1.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Portable, fast, light and extensible IRC client
Name:		weechat
Version:	1.9.1
Release:	1
License:	GPLv3+
Group:		Networking/IRC
Url:		http://www.weechat.org/
Source0:	https://weechat.org/files/src/%{name}-%{version}.tar.xz
BuildRequires:	aspell-devel
BuildRequires:	cmake
BuildRequires:	docbook-style-xsl
BuildRequires:	gettext
BuildRequires:	perl-devel
BuildRequires:	ruby-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(guile-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(python)
Obsoletes:	%{name}-gtk < 0.4.1

%description
WeeChat (Wee Enhanced Environment for Chat) is a fast, light and extensible
chat client designed for many platforms.
 
Main features are: 
- modular: a lightweight core with plugins around
- multi-protocols: IRC and Jabber (other soon)
- extensible: C plugins and scripts (Perl, Python, Ruby, Lua and Tcl)
- free software: released under GPLv3 license
- fully documented: user's guide, API, FAQ,.. translated in many languages 

%files -f %{name}.lang
%{_bindir}/%{name}
%{_bindir}/%{name}-curses
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
%{_libdir}/%{name}/plugins/alias.so
%{_libdir}/%{name}/plugins/buflist.so
%{_libdir}/%{name}/plugins/exec.so
%{_libdir}/%{name}/plugins/fifo.so
%{_libdir}/%{name}/plugins/guile.so
%{_libdir}/%{name}/plugins/irc.so
%{_libdir}/%{name}/plugins/logger.so
%{_libdir}/%{name}/plugins/relay.so
%{_libdir}/%{name}/plugins/script.so
%{_libdir}/%{name}/plugins/trigger.so
%{_libdir}/%{name}/plugins/xfer.so
%{_iconsdir}/hicolor/32x32/apps/%{name}.png

#--------------------------------------------------------------------

%package perl
Summary:	Weechat perl plugins
Group:		Networking/IRC
Requires:	%{name} = %{version}
Conflicts:	%{name} < 0.3.6

%description perl
This package allow weechat to use perl scripts

%files perl
%{_libdir}/%{name}/plugins/perl.so

#--------------------------------------------------------------------

%package python
Summary:	Weechat python plugins
Group:		Networking/IRC
Requires:	%{name} = %{version}
Conflicts:	%{name} < 0.3.6

%description python
This package allow weechat to use python scripts

%files python
%{_libdir}/%{name}/plugins/python.so

#--------------------------------------------------------------------

%package tcl
Summary:	Weechat tcl plugins
Group:		Networking/IRC
Requires:	%{name} = %{version}
Conflicts:	%{name} < 0.3.6

%description tcl
This package allow weechat to use tcl scripts

%files tcl
%{_libdir}/%{name}/plugins/tcl.so

#--------------------------------------------------------------------

%package ruby
Group:		Networking/IRC
Summary:	Weechat ruby plugins
Requires:	%{name} = %{version}
Conflicts:	%{name} < 0.3.6

%description ruby
This package allow weechat to use ruby scripts

%files ruby
%{_libdir}/%{name}/plugins/ruby.so

#--------------------------------------------------------------------

%package lua
Summary:	Weechat lua plugins
Group:		Networking/IRC
Requires:	%{name} = %{version}
Conflicts:	%{name} < 0.3.6

%description lua
This package allow weechat to use lua scripts

%files lua
%{_libdir}/%{name}/plugins/lua.so

#--------------------------------------------------------------------

%package charset
Summary:	Weechat charset plugins
Group:		Networking/IRC
Requires:	%{name} = %{version}
Conflicts:	%{name} < 0.3.6

%description charset
This package allow weechat to use charset

%files charset
%{_libdir}/%{name}/plugins/charset.so

#--------------------------------------------------------------------

%package aspell
Summary:	Weechat spell check plugins
Group:		Networking/IRC
Requires:	%{name} = %{version}
Conflicts:	%{name} < 0.3.6

%description aspell
This package allow weechat to use spell checker feature.

%files aspell
%{_libdir}/%{name}/plugins/aspell.so

#--------------------------------------------------------------------

%package devel
Summary:	Development files for weechat
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description devel
WeeChat (Wee Enhanced Environment for Chat) is a portable, fast, light and
extensible IRC client. Everything can be done with a keyboard.
It is customizable and extensible with scripts.

This package contains include files and pc file for weechat.

%files devel
%{_includedir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc

#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export LDFLAGS="-ldl"
%cmake -DLIBDIR=%{_libdir}
%make

%install
%makeinstall_std -C build

%find_lang %{name}

%changelog

* Tue Oct 31 2017 Denis Silakov <dsilakov@virtuozzo.com> 1.9.1-1
- (ef89c84) Updated to 1.9.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15514 |14cu|werken-xpath-0.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dotname werken.xpath
%define section free

Name:           werken-xpath
Version:        0.9.4
Release:        1
Epoch:          0
Summary:        XPath implementation using JDOM
License:        Apache Software License-like
Source0:        %{dotname}-%{version}-beta-src.tar.gz
Source1:        %{name}-%{version}.pom
Patch0:         %{name}-ElementNamespaceContext.patch
Patch1:         %{name}-Partition.patch
Patch2:         %{name}-ParentStep.patch
Patch3:         %{name}-NodeTypeStep.patch
Patch4:         %{name}-UnAbbrStep.patch
Patch5:         %{name}-StringFunction.patch
Patch6:         %{name}-Test.patch
Patch7:         %{name}-Driver.patch
Patch8:         %{name}-runtests_sh.patch
URL:            http://sourceforge.net/projects/werken-xpath/
Requires:       jdom
BuildRequires:  ant >= 0:1.6
BuildRequires:  antlr 
BuildRequires:  jdom
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-apis
BuildRequires:  java-rpmbuild >= 0:1.7.2
Group:          Development/Java
BuildArch:      noarch
Provides:    werken.xpath = %{epoch}:%{version}-%{release}
Obsoletes:   werken.xpath < %{epoch}:%{version}-%{release}

%description
werken.xpath is an implementation of the W3C XPath Recommendation, on
top of the JDOM library.  It takes as input a XPath expression, and a
JDOM tree, and returns a NodeSet (java.util.List) of selected
elements.  Is is being used in the development of the
as-yet-unreleased werken.xslt (eXtensible Stylesheet Language) and the
werken.canonical (XML canonicalization) packages.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
BuildRequires:  java-1.7.0-openjdk-javadoc
Provides:    werken.xpath-javadoc = %{epoch}:%{version}-%{release}
Obsoletes:   werken.xpath-javadoc < %{epoch}:%{version}-%{release}

%description    javadoc
Javadoc for %{name}.

# -----------------------------------------------------------------------------

%prep
%setup -q -n %{dotname}
%patch0 -p0 -b .sav
%patch1 -p0 -b .sav
%patch2 -p0 -b .sav
%patch3 -p0 -b .sav
%patch4 -p0 -b .sav
%patch5 -p0 -b .sav
%patch6 -p0 -b .sav
%patch7 -p0 -b .sav
%patch8 -p0 -b .sav

# remove all binary libs
for j in $(find . -name "*.jar"); do
	mv $j $j.no
done

#pushd lib
#ln -sf $(build-classpath antlr) antlr-runtime.jar
#ln -sf $(build-classpath jdom) jdom.jar
#ln -sf $(build-classpath xerces-j2) xerces.jar
#popd

# -----------------------------------------------------------------------------

%build
export CLASSPATH=$(build-classpath jdom antlr xerces-j2 xml-commons-apis)
%{ant} -Dbuild.compiler=modern package javadoc compile-test
# Note that you'll have to java in PATH for this to work, it is by default
# when using a JPackage JVM.
CLASSPATH=$CLASSPATH:build/werken.xpath.jar:build/test/classes
sh runtests.sh

# -----------------------------------------------------------------------------

%install

# jars
mkdir -p %{buildroot}%{_javadir}
cp -p build/%{dotname}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done
ln -sf %{name}.jar %{dotname}.jar)

# pom
mkdir -p %{buildroot}%{_datadir}/maven2/default_poms
cp %{SOURCE1} %{buildroot}%{_datadir}/maven2/default_poms/JPP-werken-xpath.pom
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
# -----------------------------------------------------------------------------

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc INSTALL LICENSE LIMITATIONS README TODO
%{_javadir}/*
%{_datadir}/maven2/default_poms/*
%{_mavendepmapfragdir}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

# -----------------------------------------------------------------------------

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.9.4-1
+ Revision: 91e3b4e
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15515 |14cu|wesnoth-1.12.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO add a init file for server, if it is worth
# split data if we can force a rpm to be noarch

Summary:	Fantasy turn-based strategy game
Name:		wesnoth
Version:	1.12.6
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.wesnoth.org/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source1:	%{name}-icon.png
Source10:	%{name}.rpmlintrc
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(vorbis)
Obsoletes:	wesnoth-unstable < %{version}

%description
Battle for Wesnoth is a fantasy turn-based strategy game.
Battle for control of villages, using variety of units which
have advantages and disadvantages in different types of terrains and
against different types of attacks. Units gain experience and advance
levels, and are carried over from one scenario to the next campaign.

%files -f %{name}.lang
%doc README.md
%exclude %{_gamesbindir}/%{name}d
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_mandir}/*/%{name}.*
%{_datadir}/applications/*
%{_iconsdir}/*

#----------------------------------------------------------------------------

%package -n %{name}-server
Summary:	Server for "Battle fo Wesnoth" game
Group:		Games/Strategy
Obsoletes:	wesnoth-unstable-server < %{version}

%description -n %{name}-server
This package contains "Battle for wesnoth" server, used to play multiplayer
game without needing to install the full client.

%files -n %{name}-server -f %{name}d.lang
%{_gamesbindir}/%{name}d
%{_mandir}/*/%{name}d.*

#----------------------------------------------------------------------------

%prep
%setup -q
find . -name ".gitignore" -delete

%build
export LDFLAGS="$LDFLAGS -lpthread"
%cmake -DENABLE_STRICT_COMPILATION=OFF \
	-DBINDIR=%{_gamesbindir} \
	-DDATAROOTDIR=%{_gamesdatadir} \
	-DDESKTOPDIR=%{_datadir}/applications \
	-DDOCDIR=%{_datadir}/doc/%{name} \
	-DMANDIR=%{_mandir} \
	-DICONDIR=%{_iconsdir}
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-man
%find_lang %{name}d --with-man


%changelog

* Sat Jun 04 2016 abondrov <andrey.bondrov@rosalab.ru> 1.12.6-1
- (f5140c5) Merge pull request #1 from alzim/wesnoth:rosa2014.1
- (f5140c5) New version 1.12.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15516 |14cu|wesnoth-unstable-1.13.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO add a init file for server, if it is worth
# split data if we can force a rpm to be noarch

%define sname wesnoth

Summary:	Fantasy turn-based strategy game
Name:		wesnoth-unstable
Version:	1.13.10
Release:	1
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.wesnoth.org/
Source0:	http://downloads.sourceforge.net/%{sname}/%{sname}-%{version}.tar.bz2
Source1:	%{sname}-icon.png
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_image)
BuildRequires:	pkgconfig(SDL2_mixer)
BuildRequires:	pkgconfig(SDL2_net)
BuildRequires:	pkgconfig(SDL2_ttf)
BuildRequires:	pkgconfig(vorbis)
Conflicts:	%{sname}

%description
Battle for Wesnoth is a fantasy turn-based strategy game.
Battle for control of villages, using variety of units which
have advantages and disadvantages in different types of terrains and
against different types of attacks. Units gain experience and advance
levels, and are carried over from one scenario to the next campaign.

%files -f %{sname}.lang
%doc README.md
%exclude %{_gamesbindir}/%{sname}d
%{_gamesbindir}/*
%{_gamesdatadir}/%{sname}
%{_mandir}/*/%{sname}.*
%{_datadir}/applications/*
%{_datadir}/doc/%{sname}/*
%{_iconsdir}/*

#----------------------------------------------------------------------------

%package -n %{name}-server
Summary:	Server for "Battle fo Wesnoth" game
Group:		Games/Strategy
Conflicts:	%{sname}-server

%description -n %{name}-server
This package contains "Battle for wesnoth" server, used to play multiplayer
game without needing to install the full client.

%files -n %{name}-server -f %{sname}d.lang
%{_gamesbindir}/%{sname}d
%{_mandir}/*/%{sname}d.*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{sname}-%{version}
find . -name ".gitignore" -delete

%build
export LDFLAGS="$LDFLAGS -lpthread"
%cmake -DENABLE_STRICT_COMPILATION=OFF \
	-DBINDIR=%{_gamesbindir} \
	-DDATAROOTDIR=%{_gamesdatadir} \
	-DDESKTOPDIR=%{_datadir}/applications \
	-DDOCDIR=%{_datadir}/doc/%{sname} \
	-DMANDIR=%{_mandir} \
	-DICONDIR=%{_iconsdir}
%make

%install
%makeinstall_std -C build

%find_lang %{sname} --with-man
%find_lang %{sname}d --with-man


%changelog

* Sat Oct 21 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.13.10-1
- (2976ed7) Build requires pkgconfig(openssl)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15517 |14cu|wgetpaste-2.27-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pastebin command line tool
Name:		wgetpaste
Version:	2.27
Release:	7
License:	Public Domain
Group:		Networking/WWW
Url:		http://wgetpaste.zlin.dk
Source0:	http://wgetpaste.zlin.dk/wgetpaste-%{version}.tar.bz2
Source1:	wgetpaste.conf
Requires:	wget
BuildArch:	noarch

%description
Tool allowing to paste output from commands directly to several pastebin
websites.

%files
%config(noreplace) %{_sysconfdir}/wgetpaste.d/*
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_bindir}
cp -p wgetpaste %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sysconfdir}/wgetpaste.d
cp -p %{SOURCE1} %{buildroot}%{_sysconfdir}/wgetpaste.d/


%changelog

* Tue Oct 18 2016 dsilakov <denis.silakov@rosalab.ru> 2.27-7
- (aa95e28) Merge pull request #3 from praktikarosa/wgetpaste:rosa2014.1
- (aa95e28) wgetpaste



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15518 |14cu|whizzytex-1.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		whizzytex
Version: 	1.3.3
Release: 	2
# license here: http://cristal.inria.fr/whizzytex/GPL
License: 	GPLv2
Summary:	An Emacs minor mode for incremental viewing of LaTeX documents
Group:		Publishing
URL:		http://cristal.inria.fr/whizzytex
Source:		http://cristal.inria.fr/whizzytex/%{name}-%{version}.tgz
Source100:	%{name}.rpmlintrc
BuildRequires: 	emacs-bin
Requires: 	emacs-bin
Requires: 	tetex-latex
Requires: 	texlive-kpathsea.bin
BuildArch: 	noarch


%description 
WhizzyTeX provides a minor mode for Emacs or XEmacs, a (bash) shell-script
daemon and some LaTeX macros. It works under Unix with gv and xdvi viewers, but
the Active-DVI viewer will provided much better visual effects and will offer
more functionalities.

%prep
%setup -q
find . -name .*~ -exec rm -f {} \;
find . -name *.~ -exec rm -f {} \;
find . -name main.tex~ -exec rm -f {} \;
find -size 0 -exec rm -f {} \;
chmod -x examples/mlpost/mlpostx

rm -rf examples/beamer
rm -f examples/hyperref/main.out
perl -pi -e 's/INITEX=initex/INITEX="pdfetex -ini"/' src/whizzytex
chmod 755 examples/bin/gpic*
chmod 755 examples/gpic/whizzy.sh

 
# Convert to utf-8
for file in examples/edit/wedit.sty.bak doc/manual.sty examples/edit/wedit.sty.bak examples/xsymbol/main.tex \
  CHANGES examples/advanced/exercise.sty COPYING doc/manual.tex examples/effects/exercise.sty \
  examples/edit/whizzedit.sty examples/edit/wedit.sty; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

rm -fr examples/mlpost/mlpostx.native
pushd examples/mlpost
ln -s mlpostx mlpostx.native
popd

%build
emacs -batch -f batch-byte-compile src/whizzytex.el

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/emacs/site-lisp
install -d -m 755 %{buildroot}%{_datadir}/texmf/tex/latex/%{name}
install -m 755 src/whizzytex %{buildroot}%{_bindir}
install -m 644 src/whizzytex.sty %{buildroot}%{_datadir}/texmf/tex/latex/%{name}
install -m 644 src/whizzytex.el* %{buildroot}%{_datadir}/emacs/site-lisp


find -size 0 -exec rm -f {} \;



%files

%doc CHANGES COPYING FILES GPL VERSION doc examples
%{_bindir}/%{name}
%{_datadir}/texmf/tex/latex/%{name}
%{_datadir}/emacs/site-lisp

%changelog

* Sun Sep 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-2
- (67a7fbe) Reupload tarball, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15519 |14cu|whowatch-1.8.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Display information about users currently logged on 
Name:		whowatch
Version:	1.8.5
Release:	1
License:	GPLv2
Group:		Monitoring
URL:		http://wizard.ae.krakow.pl/~mike/
Source0:	http://wizard.ae.krakow.pl/~mike/download/%{name}-%{version}.tar.gz

BuildRequires:	ncurses-devel


%description
Whowatch is an interactive console utility that displays informations about
the users currently logged on to the machine, in real time. Besides standard
information (login, tty, host, user's process) you can see type of login
(local. ssh, telnet). You can also see selected user's processes tree or all
system processes tree.  In the process tree mode there is ability to send
INT or KILL signal to selected process.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std -C src
mkdir -p %{buildroot}/%{_mandir}/man1/
install -m 0644 %{name}.1 %{buildroot}/%{_mandir}/man1/

%files
%doc AUTHORS ChangeLog README PLUGINS.readme TODO
%{_mandir}/man1/%{name}.1*
%{_bindir}/%{name}

%changelog
* Sat Dec 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.5-1
+ Revision: 3f6b58a
- Updated to 1.8.5 (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15520 |14cu|wicd-1.7.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:                wicd
Version:             1.7.3
Release:             1
Summary:             Wireless and wired network connection manager

Group:               System/Configuration/Networking
License:             GPLv2+
URL:                 http://wicd.sourceforge.net/
Source0:             https://launchpad.net/wicd/1.7/%{version}/+download/%{name}-%{version}.tar.gz
Source1:             wicd.logrotate
Source2:             org.wicd.daemon.service

Patch0:              wicd-1.7.3-remove-WHEREAREMYFILES.patch
Patch1:              wicd-1.7.3-dbus-failure.patch
Patch2:              wicd-1.7.2.4-dbus-policy.patch
Patch3:              wicd-1.7.3-DaemonClosing.patch
Patch4:              wicd-1.7.3-unicode.patch
Patch5:              wicd-1.7.3-sanitize.patch

BuildRequires:       desktop-file-utils
BuildRequires:       systemd-units
BuildRequires:       pythonegg(babel)
BuildRequires:       pkgconfig(python)
Requires:            pm-utils >= 1.2.4
Requires:            %{name}-common = %{version}-%{release}

%description
Wicd is designed to give the user as much control over behavior of network
connections as possible.  Every network, both wired and wireless, has its
own profile with its own configuration options and connection behavior.
Wicd will try to automatically connect only to networks the user specifies
it should try, with a preference first to a wired network, then to wireless.

This package provides the architecture-dependent components of wicd.

%package common
Summary:             Wicd common files
Group:               System/Base
BuildArch:           noarch
Requires:            dbus
Requires:            dbus-python
Requires:            dhcp-client
Requires:            ethtool
Requires:            iproute2
Requires:            logrotate
Requires:            net-tools
Requires:            wireless-tools
Requires:            wpa_supplicant
Requires:            python-gobject
Requires(post):      systemd-units
Requires(preun):     systemd-units
Requires(postun):    systemd-units

%description common
This package provides the main wicd daemon and the wicd-cli front-end.

%package curses
Summary:             Curses client for wicd
Group:               System/Configuration/Networking
BuildArch:           noarch
Requires:            %{name}-common = %{version}-%{release}
Requires:            python-urwid >= 0.9.8.3

%description curses
Client program for wicd that uses a curses interface.

%package gtk
Summary:             GTK+ client for wicd
Group:               System/Configuration/Networking
BuildArch:           noarch
Requires:            %{name}-common = %{version}-%{release}
Requires:            python-notify
Requires:            pygtk2.0-libglade >= 2.10

%description gtk
Client program for wicd that uses a GTK+ interface.

%prep
%setup -q

# Remove the WHEREAREMYFILES and resetting of ~/.wicd/WHEREAREMYFILES
# This is pointless.  The documentation can just provide WHEREAREMYFILES,
# which we do in this package.
%patch0 -p1

# Handle D-Bus connection failures a little better
%patch1 -p1

# Allow users at the console to control wicd
%patch2 -p1

# Work around bug in DaemonClosing() calls
%patch3 -p1

# Unicode string handling problems
%patch4 -p1

# Prevent crash when saving network settings
# Upstream bug report and patch:
# https://bugs.launchpad.net/wicd/+bug/993912
%patch5 -p1

%build
rm -f po/ast.po
python setup.py configure \
    --distro redhat \
    --lib %{_libdir} \
    --share %{_datadir}/wicd \
    --etc %{_sysconfdir}/wicd \
    --bin %{_bindir} \
    --pmutils %{_libdir}/pm-utils/sleep.d \
    --log %{_localstatedir}/log \
    --systemd %{_unitdir} \
    --no-install-init \
    --no-install-gnome-shell-extensions


python setup.py compile_translations
python setup.py build



%install
python setup.py install --skip-build --no-compile --root %{buildroot}
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/backends/be-external.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/backends/be-ioctl.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/cli/wicd-cli.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/curses/curses_misc.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/curses/netentry_curses.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/curses/prefs_curses.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/daemon/wicd-daemon.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/gtk/gui.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/gtk/prefs.py
sed -i -e '/^#!\//, 1d'  %{buildroot}%{_datadir}/wicd/gtk/wicd-client.py

# add shebang
sed -i -e '1d;2i#!/usr/bin/python'  %{buildroot}%{_datadir}/wicd/cli/wicd-cli.py


rm -f %{buildroot}%{_localstatedir}/lib/wicd/WHEREAREMYFILES
rm -rf %{buildroot}%{_datadir}/doc
find %{buildroot} -type f -name ".empty_on_purpose" | xargs rm

for lib in %{buildroot}%{python_sitelib}/wicd/*.py ; do
    sed '/\/usr\/bin\/env/d' $lib > $lib.new &&
    touch -r $lib $lib.new &&
    mv $lib.new $lib
done

mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/wicd

mkdir -p %{buildroot}%{_datadir}/dbus-1/system-services
install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/dbus-1/system-services/org.wicd.daemon.service

desktop-file-install \
    --remove-category="Application" \
    --delete-original \
    --dir=%{buildroot}%{_datadir}/applications \
    %{buildroot}%{_datadir}/applications/wicd.desktop

desktop-file-install \
    --dir=%{buildroot}%{_sysconfdir}/xdg/autostart \
    %{buildroot}%{_sysconfdir}/xdg/autostart/wicd-tray.desktop

%find_lang %{name}

%post common
if [ $1 -eq 1 ]; then
    # Package install, not upgrade
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun common
if [ $1 -eq 0 ] ; then
    # Package removal, not upgrade
    /bin/systemctl disable wicd.service > /dev/null 2>&1 || :
    /bin/systemctl stop wicd.service > /dev/null 2>&1 || :
fi

%postun common
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall
    /bin/systemctl try-restart wicd.service >/dev/null 2>&1 || :
fi

%triggerun -- wicd-common < 1.7.0-5
if /sbin/chkconfig --level 3 wicd ; then
    /bin/systemctl enable wicd.service >/dev/null 2>&1 || :
fi

%post gtk
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun gtk
if [ $1 -eq 0 ]; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans gtk
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%files
%doc AUTHORS CHANGES LICENSE NEWS README other/WHEREAREMYFILES
%{_libdir}/pm-utils/sleep.d/55wicd

%files common -f %{name}.lang
%doc AUTHORS CHANGES LICENSE NEWS README other/WHEREAREMYFILES
%dir %{python_sitelib}/wicd
%dir %{_sysconfdir}/wicd
%dir %{_sysconfdir}/wicd/encryption
%dir %{_sysconfdir}/wicd/encryption/templates
%dir %{_sysconfdir}/wicd/scripts
%dir %{_sysconfdir}/wicd/scripts/postconnect
%dir %{_sysconfdir}/wicd/scripts/postdisconnect
%dir %{_sysconfdir}/wicd/scripts/preconnect
%dir %{_sysconfdir}/wicd/scripts/predisconnect
%{_sysconfdir}/acpi/resume.d/80-wicd-connect.sh
%{_sysconfdir}/acpi/suspend.d/50-wicd-suspend.sh
%{_sysconfdir}/logrotate.d/wicd.logrotate
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/wicd.conf
%config(noreplace) %{_sysconfdir}/wicd/dhclient.conf.template.default
%config(noreplace) %{_sysconfdir}/logrotate.d/wicd
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/active
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/active_wired
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/eap
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/eap-tls
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/leap
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/peap
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/peap-tkip
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/psu
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/ttls
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wpa-psk-hex
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wep-hex
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wep-passphrase
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wep-shared
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wired_8021x
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wpa
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wpa-psk
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wpa-peap
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wpa2-leap
%config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wpa2-peap
/%{_unitdir}/wicd.service
%{python_sitelib}/wicd/*
%{python_sitelib}/wicd-%{version}*.egg-info
%{_bindir}/wicd-cli
%{_bindir}/wicd-client
%{_sbindir}/wicd
%{_datadir}/applications/wicd.desktop
%{_datadir}/dbus-1/system-services/org.wicd.daemon.service
%{_datadir}/man/man1/wicd-client.1*
%{_datadir}/man/man5/wicd-manager-settings.conf.5*
%{_datadir}/man/man5/wicd-wired-settings.conf.5*
%{_datadir}/man/man5/wicd-wireless-settings.conf.5*
%{_datadir}/man/man8/wicd-cli.8*
%{_datadir}/man/man8/wicd.8*
%lang(nl) %{_datadir}/man/nl/man1/wicd-client.1*
%lang(nl) %{_datadir}/man/nl/man5/wicd-manager-settings.conf.5*
%lang(nl) %{_datadir}/man/nl/man5/wicd-wired-settings.conf.5*
%lang(nl) %{_datadir}/man/nl/man5/wicd-wireless-settings.conf.5*
%lang(nl) %{_datadir}/man/nl/man8/wicd.8*
%dir %{_datadir}/wicd
%dir %{_datadir}/wicd/backends
%dir %{_datadir}/wicd/cli
%dir %{_datadir}/wicd/daemon
%{_datadir}/wicd/backends/*
%{_datadir}/wicd/cli/*
%{_datadir}/wicd/daemon/*
%dir %{_localstatedir}/lib/wicd
%dir %{_localstatedir}/lib/wicd/configurations

#{_datadir}/autostart/wicd-tray.desktop

%files curses
%doc AUTHORS CHANGES LICENSE NEWS README other/WHEREAREMYFILES
%dir %{_datadir}/wicd/curses
%{_datadir}/wicd/curses/*
%{_bindir}/wicd-curses
%{_datadir}/man/man8/wicd-curses.8*
%lang(nl) %{_datadir}/man/nl/man8/wicd-curses.8*

%files gtk
%doc AUTHORS CHANGES LICENSE NEWS README other/WHEREAREMYFILES
%dir %{_datadir}/wicd/gtk
%{_sysconfdir}/xdg/autostart/wicd-tray.desktop
#%{_datadir}/autostart/wicd-tray.desktop
%{_datadir}/wicd/gtk/*
%{_datadir}/pixmaps/wicd-gtk.xpm
%{_bindir}/wicd-gtk
%{_datadir}/icons/hicolor/*/apps/wicd-gtk.png
%{_datadir}/icons/hicolor/scalable/apps/wicd-gtk.svg
%{_datadir}/wicd/icons


%changelog

* Mon Jul 18 2016 Denis Silakov <dsilakov@gmail.com> 1.7.3-1
- (72c9ae9) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15521 |14cu|wifi-hostapd-ap-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name WiFi_Hostapd_AP

Name:		wifi-hostapd-ap
Summary:	GUI to create WiFi access point based on Hostapd
Version:	1.2
Release:	4
Group:		System/Configuration/Networking
License:	GPLv2+
URL:		http://code.google.com/p/wifi-hostapd-ap/
Source0:	%{upstream_name}_1.1.tar.gz
Patch0:		wifi-hostapd-ap-1.1-unistd.patch
Patch1:		wifi-hostapd-ap-1.1-kdesu.patch
Patch2:		wifi-hostapd-ap-1.1-translations.patch
Patch3:		checkprocess.patch
Patch4:		mainwindow.patch
BuildRequires:	qt4-devel
Requires:	hostapd dnsmasq

%description
Allows you to easily create a WiFi access point, standard 802.11b/g based
on Hostpad. Written in C++ and QT4.7. It is designed to run on operating
systems based on Linux kernel for desktop and notebook.

%prep
%setup -q -n %{upstream_name}
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0

%build
%qmake_qt4
%make

%install
# manual installation, make file doesn't provide it
%__install -d -m 755 %{buildroot}%{_datadir}/%{name}

# translations
%__install -d -m 755 %{buildroot}%{_datadir}/%{name}/translations
%__cp *.qm %{buildroot}%{_datadir}/%{name}/translations/

# installing binary
%__install -D -m 755 %{upstream_name} %{buildroot}%{_bindir}/%{upstream_name}
%__install -d -m 755 %{buildroot}%{_datadir}/applications

cat > %{buildroot}%{_datadir}/applications/wifi-hostapd-ap.desktop << EOF
[Desktop Entry]
Type=Application
Name=WiFi Point Setup
Name[ru]=Создание точки доступа WiFi
GenericName=WiFi Point Setup
GenericName[ru]=Создание точки доступа WiFi
Comment=GUI to create 802.11b/g WiFi access point
Comment[ru]=Cоздание точки доступа WiFi 802.11b/g
Icon=WiFi_logo_litle
Exec=%{upstream_name}
Terminal=false
StartupNotify=true
Categories=Office;
EOF

# %__install -d -m 755 %{buildroot}%{_datadir}/%{_iconsdir}

%find_lang app --with-qt

%files -f app.lang
%{_bindir}/%{upstream_name}
%{_datadir}/applications/*.desktop
# %dir %{_iconsdir}

%changelog

* Mon Jun 20 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
- (0e5c19f) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15522 |14cu|wifi-radar-2.0.s10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility for managing WiFi profiles
Name:		wifi-radar
Version:	2.0.s10
Release:	2
Source0:	http://wifi-radar.systemimager.org/pub/%{name}-%{version}.tar.bz2
Source1:	16x%{name}.png
Source2:	32x%{name}.png
Source3:	48x%{name}.png
License:	GPLv2
Group:		Networking/Other
Url:		http://wifi-radar.systemimager.org/
Requires:	pygtk2.0
Requires:	dhcpcd
Requires:	usermode-consoleonly
BuildArch:	noarch

%description
WiFi Radar is a Python/PyGTK2  utility for managing WiFi profiles.
It enables you to scan for available networks and create profiles for
your preferred networks. At boot time, running WiFi Radar will
automatically scan for an available preferred network and connect to
it. You can drag and drop your preferred networks to arrange the
profile priority.

%prep
%setup -q
perl -pi -e 's!^CONF_FILE\s*=.*!CONF_FILE = "%{_sysconfdir}/%{name}.conf"!' %{name}
# fix desktop
sed -i 's/gksudo -S wifi-radar/wifi-radar/' %{name}.desktop
sed -i 's/wifi-radar.svg/wifi-radar/' %{name}.desktop
sed -i '/FilePattern=wifi-radar/d' %{name}.desktop


%build

%install
# icons
install -m 755 %{SOURCE1} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m 755 %{SOURCE2} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m 755 %{SOURCE3} -D %{buildroot}%{_liconsdir}/%{name}.png

# structure
make install DESTDIR=%{buildroot}%{_prefix} BINDIR=%{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_bindir}/
ln -sf consolehelper %{buildroot}%{_bindir}/%{name}

# config file
mkdir -p %{buildroot}%{_sysconfdir} 
touch %{buildroot}%{_sysconfdir}/%{name}.conf

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=WIFI radar
Comment=Simple wireless network manager
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-System-Configuration-Networking;Settings;Network;
EOF

# preconf
install -d -m 755 %{buildroot}%{_sysconfdir}/security/console.apps/
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<EOF
USER=root
PROGRAM=%{_sbindir}/%{name}
SESSION=true
EOF

install -d -m 755 %{buildroot}%{_sysconfdir}/pam.d/
cat > %{buildroot}%{_sysconfdir}/pam.d/%{name} <<EOF
#%PAM-1.0
auth       sufficient   pam_rootok.so
auth       sufficient   pam_timestamp.so
auth       include      system-auth
session    required     pam_permit.so
session    optional     pam_xauth.so
session    optional     pam_timestamp.so
account    required     pam_permit.so
EOF

# linting crap fix
install -d -m 755 %{buildroot}%{_docdir}
install -m 755 LICENSE.GPL %{buildroot}%{_docdir}
cp -R docs %{buildroot}%{_docdir}
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/radar_window.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/ConnectionManager.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/ConfigFile.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/about_dialog.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/ErrorDialog.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/profile_dialog.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/preferences_dialog.html
chmod -fR 755 %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/file_browse_button.html
#
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/ConnectionManager.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/ConfigFile.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/about_dialog.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/ErrorDialog.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/profile_dialog.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/radar_window.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/preferences_dialog.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/file_browse_button.html
chmod a-x %{buildroot}%{_docdir}/docs/developer/wifi-radar.py/StatusWindow.html

#
chmod 755 %{buildroot}%{_docdir}/docs/README.WPA-Mini-HOWTO.txt
chmod 755 %{buildroot}%{_docdir}/docs/INSTALL
chmod 755 %{buildroot}%{_docdir}/docs/DEVELOPER_GUIDELINES
chmod 755 %{buildroot}%{_docdir}/docs/TODO
chmod 755 %{buildroot}%{_docdir}/docs/BUGS
chmod 755 %{buildroot}%{_docdir}/docs/README
chmod 755 %{buildroot}%{_docdir}/docs/HISTORY
chmod 755 %{buildroot}%{_docdir}/docs/CREDITS
chmod 755 %{buildroot}%{_docdir}/docs/VERSION
#
chmod a-x %{buildroot}%{_docdir}/docs/README.WPA-Mini-HOWTO.txt
chmod a-x %{buildroot}%{_docdir}/docs/INSTALL
chmod a-x %{buildroot}%{_docdir}/docs/DEVELOPER_GUIDELINES
chmod a-x %{buildroot}%{_docdir}/docs/TODO
chmod a-x %{buildroot}%{_docdir}/docs/BUGS
chmod a-x %{buildroot}%{_docdir}/docs/README
chmod a-x %{buildroot}%{_docdir}/docs/HISTORY
chmod a-x %{buildroot}%{_docdir}/docs/CREDITS
chmod a-x %{buildroot}%{_docdir}/docs/VERSION
chmod a-x %{buildroot}%{_docdir}/LICENSE.GPL
#

%files
%{_docdir}/docs/*
%{_docdir}/LICENSE.GPL
%{_bindir}/%{name}
%{_sbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%{_mandir}/man?/%{name}.*
%{_datadir}/pixmaps/*.*



%changelog

* Sun Sep 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.s10-2
- (0b82539) Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15523 |14cu|wiggle-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary: 	A tool for applying patches with conflicts
Name: 		wiggle
Version: 	1.0
Release:	2
License: 	GPL
Group:		Text tools
Source0:	http://neil.brown.name/wiggle/%{name}-%{version}.tar.gz
Patch1:		wiggle-fix-build.patch
Url:		http://neil.brown.name/wiggle
BuildRequires:	groff-for-man
BuildRequires:	ncurses-devel

%description
Wiggle is a program for applying patches that 'patch' cannot
apply due to conflicting changes in the original.
Wiggle will always apply all changes in the patch to the original.
If it cannot find a way to cleanly apply a patch, it inserts it
in the original in a manner similar to 'merge', and report an
unresolvable conflict.  Such a conflict will look like:

%prep
%setup -q


# Don't add Neil Brown's default sign off line to every patch
sed -i '/$CERT/,+4s,^,#,' p || die "sed failed on p"



%build
%make

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1
install -m755 wiggle %{buildroot}/%{_bindir}/wiggle
install -m644 wiggle.1 %{buildroot}/%{_mandir}/man1/wiggle.1

%files
%doc ANNOUNCE TODO notes 
%doc p p.help
%attr (755,root,root) %{_bindir}/wiggle
%{_mandir}/man1/wiggle.1*




%changelog

* Mon Sep 14 2015 Denis Silakov <dsilakov@gmail.com> 1.0-2
- (2a8ae2a) Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15524 |14cu|wiican-0.3.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define udev_rules_dir	/lib/udev/rules.d

Name:		wiican
Version:	0.3.4.1
Release:	2
Summary:	Simple Wiimote usage assistant and mapping manager
License:	GPLv3
Group:		System/Configuration/Hardware
Url:		http://fontanon.org/wiican/
Source0:	https://launchpad.net/wiican/0.3/0.3.4/+download/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(python)
BuildRequires:	desktop-file-utils

Requires:	pkgconfig(dbus-python)
Requires:	gnome-bluetooth
Requires:	pygtk2
Requires:	pythonegg(pyyaml)
Requires:	pythonegg(pyinotify)
Requires:	pythonegg(ply)
Requires:	gnome-python-gconf
Requires:	python-gobject
Requires:	cwiid
Requires:	pyxdg

BuildArch:	noarch

%description
WiiCan assists on configuration and management of your Wiimote under
GNU/Linux. It tracks Bluetooth connectivity and allows to use and
create mappings to adapt your Wiimote for use on any application.

Actually WiiCan is a system tray icon, programmed in Python. It
connects to bluez and HAL via D-Bus for tracking the available
Bluetooth devices and Wiimote connection status.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install \
    --prefix=%{_prefix} \
	--root %{buildroot}

#autoload uinput module
mkdir -p %{buildroot}%{_sysconfdir}/modules-load.d
echo uinput > %{buildroot}%{_sysconfdir}/modules-load.d/wiican-uinput

#fix udev-rule name
mv %{buildroot}%{udev_rules_dir}/99-uinput.rules \
   %{buildroot}%{udev_rules_dir}/99-wiican-uinput.rules

#fix desktop file
desktop-file-install \
        --dir %{buildroot}%{_datadir}/applications/ \
	--remove-category=HardwareSettings \
	--remove-key=GenericName \
	%{buildroot}%{_datadir}/applications/%{name}.desktop
	
%find_lang %{name}


%post
%post_install_gconf_schemas %{name}
set -x
/sbin/modprobe uinput &>/dev/null
:

%preun
%preun_uninstall_gconf_schemas %{name}

%files -f %{name}.lang
%doc AUTHORS TODO
%config(noreplace) %{_sysconfdir}/modules-load.d/wiican-uinput
%config(noreplace) %{_sysconfdir}/gconf/schemas/%{name}.schemas
%{py_puresitedir}/%{name}-%{version}-py%{py_ver}.egg-info
%{py_puresitedir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_bindir}/%{name}-service
%{udev_rules_dir}/99-wiican-uinput.rules
%{_iconsdir}/hicolor/*/*/%{name}*
%{_iconsdir}/hicolor/scalable/mimetypes/gnome-mime-application-x-wii.svg
%{_datadir}/dbus-1/services/org.gnome.wiican.service
%{_datadir}/mime/packages/wiican.xml



%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.4.1-2
- (75a07c4) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15525 |14cu|wiiuse-0.12-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Library to access wiimotes and its various accessories
Name:		wiiuse
Version:	0.12
Release:	5
License:	GPLv3+
Group:		System/Libraries
Url:		http://sourceforge.net/projects/wiiuse
Source0:	http://sourceforge.net/projects/wiiuse/files/wiiuse/v%{version}/wiiuse_v%{version}_src.tar.gz
Patch0:		wiiuse.memset.patch
Patch1:		wiiuse_cflags.patch
Patch2:		wiiuse_fix_linking.patch
BuildRequires:	pkgconfig(bluez)
# for the example
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(sdl)

%description
Wiiuse is a library written in C that connects with several Nintendo Wii
wiimotes. It supports motion sensing, IR tracking, nunchuk, classic
controller, and the Guitar Hero 3 controller.

Single threaded and nonblocking makes a light weight and clean API.

%files
%doc CHANGELOG README
%attr(0755,root,root) %{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%{_libdir}/libwiiuse.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(bluez)
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Includes files for developing programs based on %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libwiiuse.so

#----------------------------------------------------------------------------


%prep
%setup -qn %{name}_v%{version}
%patch0 -p0
%patch1 -p1
%patch2 -p1

perl -pi -e "s|\r\n|\n|g" CHANGELOG README

%build
CFLAGS='%{optflags}' make

%install
install -D -m 644 src/release*/libwiiuse.so %{buildroot}%{_libdir}/libwiiuse.so.%{major}
install -D -m 644 src/wiiuse.h %{buildroot}%{_includedir}/wiiuse.h
install -D -m 755 example/release*/wiiuse-example %{buildroot}%{_bindir}/wiiuse-example
install -D -m 755 example-sdl/release*/wiiuse-sdl %{buildroot}%{_bindir}/wiiuse-example-sdl

pushd %{buildroot}%{_libdir}
ln -s libwiiuse.so.%{major} libwiiuse.so
popd


%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.12-5
- (30d088e) Fix shared library package (actual library was in development package)
- (30d088e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15526 |14cu|WindowMaker-0.95.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot		1

%define wraster_major		3
%define libwraster		%mklibname wraster %{wraster_major}
%define libwraster_devel	%mklibname wraster -d
%define libwraster_static_devel	%mklibname wraster -d -s

%define WINGs_major		2
%define libWINGs		%mklibname WINGs %{WINGs_major}
%define libWINGs_devel		%mklibname WINGs -d
%define libWINGs_static_devel	%mklibname WINGs -d -s

%define gnustepdir		%{_prefix}/GNUstep

Summary:	A window manager for the X Window System
Name:		WindowMaker
Version:	0.95.2
Release:	7
License:	GPLv2+
Group:		Graphical desktop/WindowMaker
Url:		http://www.windowmaker.info/
Source0:	http://windowmaker.org/pub/source/release/%{name}-%{version}.tar.gz
Source1:	WindowMaker-data.tar.bz2
Source4:	WindowMaker-menumethod
Source6:	WindowMaker-WindowMaker
Source7:	WindowMaker-WMWindowAttributes
Source8:	WindowMaker-startwindowmaker
Source10:	WindowMaker-Terminal
Source13:	WindowMaker-wmaker.inst
Source15:	WindowMaker-WMState
Source20:	WindowMaker-0.80.1-man-pages.tar.bz2
Source21:	WindowMaker-Galaxy.style.bz2
Source22:	WindowMaker-WMGLOBAL
Source23:	WindowMaker
Source24:	03WindowMaker
# Matthias: NET_WM_NAME patch by Marcelo E. Magallon <mmagallo@debian.org>
Patch0:		WindowMaker-0.95.0-NET_WM_NAME.patch
# include the xdg menu (do not replace the original menu since it contains windowmaker-specific commands)
Patch1:		WindowMaker-0.95.0-applications-menu.patch
# correct focus not set on some qt windows, usually "About Qt"
Patch2:		WindowMaker-0.95.0-qt_popup.patch
# Mageia patches
Patch3:		windowmaker-0.95.2-mga-fix-paths-in-german-plmenu.patch
Patch4:		windowmaker-0.95.2-mga-stop-using-old-X11R6-directory.patch
Patch5:		windowmaker-0.95.2-mga-patch-WMState-to-use-old-Mageia-configuration.patch
Patch6:		wmaker-0.94.0-net_wm_moveresize.patch
# giflib 5.1 support
Patch7:		WindowMaker-0.95.2-giflib51.patch
BuildRequires:	imagemagick
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
Requires:	desktop-common-data
Requires:	mandriva-theme
Requires:	xdg-compliance-menu
Requires:	wmcalclock
Provides:	windowmaker = %{EVRD}
Provides:	windowmaker-libs = %{EVRD}
Provides:	WindowMaker-kde = %{EVRD}
Provides:	WindowMaker-gnome = %{EVRD}
Provides:	WindowMaker-common = %{EVRD}

%description
Window Maker is a X11 window manager which emulates the look and feel of the
NeXTSTEP (TM) graphical user interface. It is relatively fast, feature rich and
easy to configure and use. Window Maker is part of the official GNU project,
which means that Window Maker can interoperate with other GNU projects, such as
GNOME.

Window Maker allows users to switch themes 'on the fly,' to place favorite
applications on either an application dock, similar to AfterStep's Wharf or on
a workspace dock, a 'clip' which extends the application dock's usefulness.

%files -f WindowMaker.lang
%doc AUTHORS BUGFORM BUGS ChangeLog COPYING.WTFPL FAQ FAQ.I18N NEWS README* TODO
%dir %{_sysconfdir}/X11/WindowMaker/
%config(noreplace) %{_sysconfdir}/X11/WindowMaker/*
%{_sysconfdir}/menu.d/WindowMaker
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/*

%{_bindir}/*

%{gnustepdir}/Applications/WPrefs.app/

%doc %{_mandir}/man1/*
%lang(cs) %doc %{_mandir}/cs/man1/*
%lang(sk) %doc %{_mandir}/sk/man1/*
%lang(ru) %doc %{_mandir}/ru/man1/*

%{_datadir}/WindowMaker

%{_datadir}/WINGs

%{_iconsdir}/WindowMaker.png
%{_liconsdir}/WindowMaker.png
%{_miconsdir}/WindowMaker.png

%{_datadir}/pixmaps/*.png

#-----------------------------------------------------------------------

%package -n %{libwraster}
Summary:	Window Maker Raster Graphics Library
Group:		Graphical desktop/WindowMaker
Provides:	libwraster = %{EVRD}
Conflicts:	libwraster2

%description -n %{libwraster}
Also known as libwraster, it is WindowMaker's core graphics and image
processing system. libwraster is an optimized, fast, lightweight image library.
It takes advantage of MMX optimizations (on systems that have support for it)
to accelerate rendering. You can load a picture from a file easily with
libwraster, and it has support for .gif, .jpg, .png, .xpm, .ppm, and .tiff at
the moment. Support for other image formats can be added in the future.

This package contains a shared library needed if you wish use WindowMaker.

%files -n %{libwraster}
%{_libdir}/libwraster.so.%{wraster_major}*

#-----------------------------------------------------------------------

%package -n %{libwraster_devel}
Summary:	Window Maker Raster Graphics Library development files	
Group:		Development/C
Requires:	%{libwraster} = %{EVRD}
Provides:	libwraster-devel = %{EVRD}
Conflicts:	libwraster2-devel

%description -n %{libwraster_devel}
This package allows building applications using the libwraster library.

%files -n %{libwraster_devel}
%{_includedir}/wraster.h
%{_libdir}/libwraster.so
%{_libdir}/pkgconfig/wrlib.pc

#-----------------------------------------------------------------------

%package -n %{libwraster_static_devel}
Summary:	Libwraster - Static library
Group:		Development/C
Requires:	%{libwraster_devel} = %{EVRD}
Provides:	libwraster-static-devel = %{EVRD}
Conflicts:	libwraster2-static-devel

%description -n %{libwraster_static_devel}
This package contains a static library used to build statically linked 
applications against libwraster.

%files -n %{libwraster_static_devel}
%{_libdir}/libwraster.a

#-----------------------------------------------------------------------

%package -n %{libWINGs}
Summary:	WINGs Is Not GNUstep
Group:		Graphical desktop/WindowMaker
Provides:	libWINGs = %{EVRD}
Provides:	%{mklibname WindowMaker %{WINGs_major}} = %{EVRD}
Obsoletes:	%{mklibname WindowMaker 0 -d} < %{EVRD}
Requires:	%{libwraster_devel} = %{EVRD}

%description -n %{libWINGs}
WINGs is a small widget set with the N*XTSTEP look and feel. It's API
is inspired in OpenStep and it's implementation borrows some ideas
from Tk. It has a reasonable set of widgets, sufficient for building
small applications (like a CDPlayer or hacking something like rxvt). It
also has other functions that are usefull for applications, like a
User Defaults alike configuration manager and a notification system.

%files -n %{libWINGs}
%{_libdir}/libWINGs.so.%{WINGs_major}*
%{_libdir}/libWUtil.so.%{WINGs_major}*

#-----------------------------------------------------------------------

%package -n %{libWINGs_devel}
Summary:	WINGs Is Not GNUstep
Group:		Development/C
Provides:	%{mklibname WindowMaker -d} = %{EVRD}
Requires:	%{libWINGs} = %{EVRD}
%rename WindowMaker-devel
%rename windowmaker-devel

%description -n %{libWINGs_devel}
This package allows building applications using the libWINGs library.

%files -n %{libWINGs_devel}
%{_includedir}/WINGs
%{_libdir}/pkgconfig/WINGs.pc
%{_libdir}/libWINGs.so
%{_libdir}/libWUtil.so

#-----------------------------------------------------------------------

%package -n %{libWINGs_static_devel}
Summary:	WINGs Is Not GNUstep
Group:		Development/C
Provides:	%{mklibname WindowMaker -d -s} = %{EVRD}
Requires:	%{libWINGs_devel} = %{EVRD}
%rename WindowMaker-static-devel

%description -n %{libWINGs_static_devel}
This package allows building applications using the libWINGs library.

%files -n %{libWINGs_static_devel}
%{_libdir}/libWINGs.a
%{_libdir}/libWUtil.a

#-----------------------------------------------------------------------

%prep
%setup -q -a 1 -a 20
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1

%if %{snapshot}
sh ./autogen.sh
%else
autoreconf -fi
%endif

%build
# protect the WPrefs.app location for unclean build envs with gnustep-make installed
unset GNUSTEP_LOCAL_ROOT

LINGUAS="bg cs da de el es et fi fr gl hr hu it ja ko nl no pl pt ro ru sk sv tr zh_CN zh_TW"
export LINGUAS
%configure	--sysconfdir=%{_sysconfdir}/X11 \
		--with-nlsdir=%{_datadir}/locale \
		--enable-sound  \
		--with-pixmapdir=%{_datadir}/pixmaps \
		--with-gnustepdir=%{gnustepdir} \
		--enable-xinerama \
		--enable-usermenu \
		--with-pic \
		--with-x

make

%install
%makeinstall_std

install -d 644 %{buildroot}/%{_datadir}/pixmaps
install -m 644 WindowMaker-data/pixmaps/* %{buildroot}/%{_datadir}/pixmaps

# Config files: Auto installation
install -m 755 %{SOURCE8} %{buildroot}/%{_bindir}/startwindowmaker

install -d -m 755 %{buildroot}/%{_sysconfdir}/X11/WindowMaker
install -m 644 %{SOURCE6} %{buildroot}/%{_sysconfdir}/X11/WindowMaker/WindowMaker
install -m 644 %{SOURCE7} %{buildroot}/%{_sysconfdir}/X11/WindowMaker/WMWindowAttributes
install -m 644 %{SOURCE15} %{buildroot}/%{_sysconfdir}/X11/WindowMaker/WMState
install -m 644 %{SOURCE22} %{buildroot}/%{_sysconfdir}/X11/WindowMaker/WMGLOBAL

# Better terminal launched in Dock
install -m 755 %{SOURCE10} %{buildroot}/%{_bindir}


# Menu support

install -d %{buildroot}/%{_sysconfdir}/menu.d
install -m 755 %{SOURCE23} %{buildroot}/%{_sysconfdir}/menu.d/%{name}

# Icons
mkdir -p %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert -geometry 48x48 %{name}/Icons/GNUstepGlow.tiff %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 %{name}/Icons/GNUstepGlow.tiff %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 %{name}/Icons/GNUstepGlow.tiff %{buildroot}%{_miconsdir}/%{name}.png

install -m 644 *.1x %{buildroot}/%{_mandir}/man1/


# Dadou - 0.62.1-18mdk - Make auto-login happy
install -m 755 %{SOURCE13} %{buildroot}/%{_bindir}/wmaker.inst

# Matthias - 0.91.0-3mdk - change font in WM standard themes to Sans to
# make non-western users happy
for i in %{buildroot}/%{_datadir}/%{name}/Themes/*.style
do
	sed s/Trebuchet\ MS\,Luxi\ //g $i > $i.tmp && mv -f $i.tmp $i;
	sed s/Arial,Luxi\ //g $i > $i.tmp && mv -f $i.tmp $i;
	sed s/Verdana/Sans/g $i > $i.tmp && mv -f $i.tmp $i;
done

# Matthias - 0.90.0.02mdk - Install Galaxy theme
# (made default in startwindowmaker script)
bzcat %{SOURCE21} > %{buildroot}/%{_datadir}/%{name}/Themes/Galaxy.style

# wmsession support
install -D %{SOURCE24} %{buildroot}/%{_sysconfdir}/X11/wmsession.d/03WindowMaker

%find_lang WPrefs
%find_lang WindowMaker
%find_lang WINGs
%find_lang wmgenmenu
cat WPrefs.lang >> WindowMaker.lang
cat WINGs.lang >> WindowMaker.lang
cat wmgenmenu.lang >> WindowMaker.lang


%changelog

* Tue Dec 08 2015 Denis Silakov <dsilakov@gmail.com> 0.95.2-7
- (cbe626d) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15527 |14cu|wine-stable-3.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%ifarch x86_64
%define wine wine64-stable
%define mark64 ()(64bit)
%else
%define wine wine-stable
%define mark64 %{nil}
%endif

%define oname wine
#The program is still not the release version
%define major 1
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

%define winetricks_ver 20180815

# On 32-bit we have
# wine32 - those 32-bit binaries that are also used on 64-bit for 32-bit support
# wine - all other files (requires 'wine32')
# On 64-bit we have
# wine64 - all 64-bit files (suggests 'wine32')
# - Anssi 07/2010

Summary:	WINE Is Not An Emulator - runs MS Windows programs
Name:		wine-stable
Version:	3.0.3
Release:	2
Epoch:		2
License:	LGPLv2+
Group:		Emulators
Url:		http://www.winehq.com/
Source0:	http://dl.winehq.org/wine/source/%(echo %{version} |cut -d. -f1-2)/%{oname}-%{version}.tar.xz
Source1:	http://dl.winehq.org/wine/source/%(echo %{version} |cut -d. -f1-2)/%{oname}-%{version}.tar.xz.sign
# RH stuff
Source2:	wine.init
Source10:	%{name}.rpmlintrc
Source11:	https://github.com/Winetricks/winetricks/archive/%{winetricks_ver}.tar.gz?/winetricks-%{winetricks_ver}.tar.gz
Source12:	http://kegel.com/wine/wisotool

# (Anssi 05/2008) Adds:
# a: => /media/floppy (/mnt/floppy on 2007.1 and older)
# d: => $HOME (at config_dir creation time, not refreshed if $HOME changes;
#	note that Wine also provides $HOME in My Documents)
# only on 2008.0: e: => /media/cdrom (does not exist on 2008.1+)
# com4 => /dev/ttyUSB0 (replaces /dev/ttyS3)
# have to substitute @MDKVERSION@ in dlls/ntdll/server.c
Patch0:		wine-mdkconf.patch

BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd-sgml
BuildRequires:	docbook-utils
BuildRequires:	flex
BuildRequires:	fontforge
BuildRequires:	imagemagick
BuildRequires:	prelink
BuildRequires:	sgml-tools
BuildRequires:	valgrind
BuildRequires:	cups-devel
BuildRequires:	gettext-devel
BuildRequires:	glibc-static-devel
BuildRequires:	gpm-devel
BuildRequires:	gsm-devel
BuildRequires:	isdn4k-utils-devel
BuildRequires:	openldap-devel
BuildRequires:	perl-devel
BuildRequires:	ungif-devel
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(osmesa)
BuildRequires:	pkgconfig(sane-backends)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb-present)
BuildRequires:	pkgconfig(xcb-xfixes)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)

ExclusiveArch:	%{ix86}
ExclusiveArch:	x86_64

#----------------------------------------------------------------------------

%ifarch x86_64
%package -n %{wine}
Summary:	WINE Is Not An Emulator - runs MS Windows programs
Group:		Emulators
Conflicts:	wine32
Suggests:	wine32-stable = %{EVRD}
Suggests:	libncursesw.so.6%{mark64}
Suggests:	libncurses.so.6%{mark64}
Requires:	lib64dri-drivers
# wine dlopen's these, so let's add the dependencies ourself
Requires:	d3dadapter9.so.1%{mark64}
Requires:	libasound.so.2%{mark64}
Requires:	libfreetype.so.6%{mark64}
Requires:	libgphoto2.so.6%{mark64}
Requires:	libjpeg.so.8%{mark64}
Requires:	libmpg123.so.0%{mark64}
Requires:	libnss_mdns6.so.2%{mark64}
Requires:	libpng16.so.16%{mark64}
Requires:	libsane.so.1%{mark64}
Requires:	libv4l1.so.0%{mark64}
Requires:	libv4l2.so.0%{mark64}
Requires:	libXi.so.6%{mark64}
Requires:	libXrender.so.1%{mark64}
Requires:	libxslt.so.1%{mark64}
# This one is in Restricted repository so only suggest it
Suggests:	libtxc_dxtn.so%{mark64}
%else
# on 32-bit we always want wine32 package
Requires:	wine32-stable = %{EVRD}
%endif

%rename		%{wine}-utils
%rename		%{wine}-full
%rename		%{libname}-capi
%rename		%{libname}-twain
%rename		%{libname}
Provides:	wine-stable-bin = %{EVRD}
Requires:	xmessage
Suggests:	sane-frontends
Requires(post,postun):	desktop-common-data
Requires(post,preun):	rpm-helper

# for winetricks:
Requires:	cabextract
Requires:	unzip

Suggests:	webcore-fonts

%ifarch %{ix86}
Conflicts:	wine64-stable
%else
Conflicts:	wine-stable
%endif

Conflicts:	wine
Conflicts:	wine64

%description
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix. It
consists of a program loader which loads and executes a Microsoft
Windows binary, and a library (called Winelib) that implements Windows
API calls using their Unix or X11 equivalents.  The library may also
be used for porting Win32 code into native Unix executables.

%ifarch x86_64
%description -n %{wine}
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix. It
consists of a program loader which loads and executes a Microsoft
Windows binary, and a library (called Winelib) that implements Windows
API calls using their Unix or X11 equivalents.  The library may also
be used for porting Win32 code into native Unix executables.

This package contains the Win64 version of Wine. You need the wine32-stable
package from the 32-bit repository to be able to run 32-bit applications.
%endif

#----------------------------------------------------------------------------

%ifarch %{ix86}
%package -n wine32-stable
Summary:	32-bit support for Wine
Group:		Emulators
# This is not an EVR-specific requirement, as otherwise on x86_64 urpmi could
# resolve the dependency to wine64 even on upgrades, and therefore replace
# wine+wine32 installation with a wine32+wine64 installation. - Anssi
Requires:	wine-stable-bin
Suggests:	libncursesw.so.6
Suggests:	libncurses.so.6
Requires:	libdri-drivers
# wine dlopen's these, so let's add the dependencies ourself
Requires:	d3dadapter9.so.1
Requires:	libasound.so.2
Requires:	libfreetype.so.6
Requires:	libgphoto2.so.6
Requires:	libjpeg.so.8
Requires:	libmpg123.so.0
Requires:	libnss_mdns6.so.2
Requires:	libpng16.so.16
Requires:	libsane.so.1
Requires:	libudev.so.1
Requires:	libv4l1.so.0
Requires:	libv4l2.so.0
Requires:	libXcursor.so.1
Requires:	libXi.so.6
Requires:	libXrender.so.1
Requires:	libxslt.so.1
# This one is in Restricted repository so only suggest it
Suggests:	libtxc_dxtn.so
Conflicts:	wine32
# wine.1 manpage was moved to wine32 package
Conflicts:	wine-stable < 2:1.8
Conflicts:	wine64-stable < 2:1.8
Conflicts:	wine-stable-devel < 2:1.8
Conflicts:	wine64-stable-devel < 2:1.8

%description -n wine32-stable
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix.

This package contains the files needed to support 32-bit Windows
programs.
%endif

#----------------------------------------------------------------------------

%package -n %{wine}-devel
Summary:	Static libraries and headers for %{oname}
Group:		Development/C
Requires:	%{wine} = %{EVRD}
%rename		%{devname}
%ifarch %{ix86}
Conflicts:	wine64-stable-devel
%else
Conflicts:	wine-stable-devel
%endif
Conflicts:	wine-devel
Conflicts:	wine64-devel

%description -n %{wine}-devel
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix.

%{wine}-devel contains the libraries and header files needed to
develop programs which make use of wine.

Wine is often updated.

%files -n %{wine}-devel
%{_libdir}/%{oname}/*.a
%{_libdir}/libwine*.so
%{_libdir}/%{oname}/*.def
%{_includedir}/*
%{_bindir}/wmc
%{_bindir}/wrc
%{_bindir}/winebuild
%{_bindir}/winegcc
%{_bindir}/wineg++
%{_bindir}/winecpp
%{_bindir}/widl
%{_bindir}/winedbg
%{_bindir}/winemaker
%{_bindir}/winedump
%{_mandir}/man1/wmc.1*
%{_mandir}/man1/wrc.1*
%{_mandir}/man1/winebuild.1*
%{_mandir}/man1/winemaker.1*
%{_mandir}/man1/winedump.1*
%{_mandir}/man1/widl.1*
%{_mandir}/man1/winedbg.1*
%{_mandir}/man1/wineg++.1*
%{_mandir}/man1/winegcc.1*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version} -a11
%patch0 -p1 -b .conf
sed -i 's,@MDKVERSION@,%{mdkversion},' dlls/ntdll/server.c

%build
%ifarch %{ix86}
# (Anssi 04/2008) bug #39604
# Some protection systems complain "debugger detected" with our
# -fomit-frame-pointer flag, so disable it.
export CFLAGS="%{optflags} -fno-omit-frame-pointer"
%endif

# (Anssi 04/2008)
# If icotool is present, it is used to rebuild icon files. It is in contrib
# so we do not do that; this is here to ensure that installed icoutils does
# not change build behaviour.
export ICOTOOL=false

autoreconf -fi
%configure2_5x \
	--with-pulse \
%ifarch x86_64
	--enable-win64
%endif

%make depend
%make

%install
%makeinstall_std LDCONFIG=/bin/true

install -m 0755 %{SOURCE12} %{buildroot}%{_bindir}/

# Add winetricks
install -m 0755 winetricks-%{winetricks_ver}/src/winetricks %{buildroot}%{_bindir}/

# Allow users to launch Windows programs by just clicking on the .exe file...
install -m755 %{SOURCE2} -D %{buildroot}%{_initrddir}/%{oname}

mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged
cat > %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/mandriva-%{oname}.menu <<EOF
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd">
<Menu>
    <Name>Applications</Name>
    <Menu>
        <Name>Tools</Name>
        <Menu>
            <Name>Emulators</Name>
            <Menu>
                <Name>Wine</Name>
                <Directory>mandriva-%{oname}.directory</Directory>
                <Include>
                    <Category>X-MandrivaLinux-MoreApplications-Emulators-Wine</Category>
                </Include>
            </Menu>
        </Menu>
    </Menu>
</Menu>
EOF

mkdir -p %{buildroot}%{_datadir}/desktop-directories
cat > %{buildroot}%{_datadir}/desktop-directories/mandriva-%{oname}.directory <<EOF
[Desktop Entry]
Name=Wine
Icon=%{oname}
Type=Directory
EOF

mkdir -p %{buildroot}%{_datadir}/applications/
for i in	winecfg:Configurator:Настройка\ Wine\
		notepad:Notepad:Блокнот\ Wine\
		winefile:File\ Manager:Файловый\ менеджер\ Wine\
		regedit:Registry\ Editor:Редактор\ реестра\ Wine\
		winemine:Minesweeper:Сапер\ Wine\
		wineboot:Reboot:Перезагрузка\ Wine \
		"wineconsole cmd":Command\ Line:Командная\ строка\ Wine\
		"wine uninstaller:Wine Software Uninstaller:Удаление программ Wine";
do cat > %{buildroot}%{_datadir}/applications/rosa-%{oname}-`echo $i|cut -d: -f1`.desktop << EOF
[Desktop Entry]
Name=`echo $i|cut -d: -f2`
Name[ru]=`echo $i|cut -d: -f3|sed 's/ Wine//'`
Comment=`echo $i|cut -d: -f2`
Comment[ru]=`echo $i|cut -d: -f3`
Exec=`echo $i|cut -d: -f1`
Icon=%{oname}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Emulators-Wine;
EOF
done

# Categories=Emulator does nothing and is added as a workaround to kde #27700
desktop-file-install	--vendor="" \
			--add-mime-type=application/x-zip-compressed \
			--remove-mime-type=application/x-zip-compressed \
			--add-category=Emulator \
			--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/wine.desktop

%ifarch x86_64
# fix the binary name
sed -i 's,Exec=wine ,Exec=wine64 ,' %{buildroot}%{_datadir}/applications/wine.desktop
%endif

install -d %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}

# winecfg icon
convert dlls/user32/resources/oic_winlogo.ico[8] %{buildroot}%{_miconsdir}/%{oname}.png
convert dlls/user32/resources/oic_winlogo.ico[7] %{buildroot}%{_iconsdir}/%{oname}.png
convert dlls/user32/resources/oic_winlogo.ico[6] %{buildroot}%{_liconsdir}/%{oname}.png

# notepad icon
convert programs/notepad/notepad.ico[2] %{buildroot}%{_miconsdir}/notepad.png
convert programs/notepad/notepad.ico[7] %{buildroot}%{_iconsdir}/notepad.png
convert programs/notepad/notepad.ico[8] %{buildroot}%{_liconsdir}/notepad.png
# winefile icon
convert programs/winefile/winefile.ico[2] %{buildroot}%{_miconsdir}/winefile.png
convert programs/winefile/winefile.ico[8] %{buildroot}%{_iconsdir}/winefile.png
convert programs/winefile/winefile.ico[7] %{buildroot}%{_liconsdir}/winefile.png
# regedit icon
convert programs/regedit/regedit.ico[2] %{buildroot}%{_miconsdir}/regedit.png
convert programs/regedit/regedit.ico[8] %{buildroot}%{_iconsdir}/regedit.png
convert programs/regedit/regedit.ico[7] %{buildroot}%{_liconsdir}/regedit.png
# winemine icon
convert programs/winemine/winemine.ico[2] %{buildroot}%{_miconsdir}/winemine.png
convert programs/winemine/winemine.ico[8] %{buildroot}%{_iconsdir}/winemine.png
convert programs/winemine/winemine.ico[7] %{buildroot}%{_liconsdir}/winemine.png

# wine uninstaller icon:
convert programs/msiexec/msiexec.ico[2] %{buildroot}%{_miconsdir}/msiexec.png
convert programs/msiexec/msiexec.ico[8] %{buildroot}%{_iconsdir}/msiexec.png
convert programs/msiexec/msiexec.ico[7] %{buildroot}%{_liconsdir}/msiexec.png

# change the icons in the respective .desktop files, in order:
sed -i 's,Icon=%{oname},Icon=notepad,' %{buildroot}%{_datadir}/applications/rosa-wine-notepad.desktop
sed -i 's,Icon=%{oname},Icon=winefile,' %{buildroot}%{_datadir}/applications/rosa-wine-winefile.desktop
sed -i 's,Icon=%{oname},Icon=regedit,' %{buildroot}%{_datadir}/applications/rosa-wine-regedit.desktop
sed -i 's,Icon=%{oname},Icon=winemine,' %{buildroot}%{_datadir}/applications/rosa-wine-winemine.desktop
sed -i 's,Icon=%{oname},Icon=msiexec,' "%{buildroot}%{_datadir}/applications/rosa-wine-wine uninstaller.desktop"

# Remove rpaths
%ifarch x86_64
chrpath -d %{buildroot}%{_bindir}/{wine64,wineserver,wmc,wrc} %{buildroot}%{_libdir}/%{oname}/*.so
%else
chrpath -d %{buildroot}%{_bindir}/{wine,wineserver,wmc,wrc} %{buildroot}%{_libdir}/%{oname}/*.so
%endif

# Some advices to user
%ifarch x86_64
cat > README.install.urpmi <<EOF
This is the Win64 version of Wine. This version can only be used to run
64-bit Windows applications as is. For running 32-bit Windows applications,
you need to also install the 'wine32' package from the 32-bit repository.
EOF
%endif

%preun -n %{wine}
%_preun_service %{oname}

%post -n %{wine}
%_post_service %{oname}

%files -n %{wine}
%doc ANNOUNCE AUTHORS README
%ifarch x86_64
%doc README.install.urpmi
%{_bindir}/wine64
%{_bindir}/wine64-preloader
%endif
%{_initrddir}/%{oname}
%{_bindir}/winecfg
%{_bindir}/wineconsole*
%{_bindir}/wineserver
%{_bindir}/wineboot
%{_bindir}/function_grep.pl
%{_bindir}/msiexec
%{_bindir}/notepad
%{_bindir}/regedit
%{_bindir}/winemine
%{_bindir}/winepath
%{_bindir}/regsvr32
%{_bindir}/winefile
%{_bindir}/winetricks
%{_bindir}/wisotool
%lang(de) %{_mandir}/de.UTF-8/man1/winemaker.1*
%lang(de) %{_mandir}/de.UTF-8/man1/wineserver.1*
%lang(fr) %{_mandir}/fr.UTF-8/man1/winemaker.1*
%lang(fr) %{_mandir}/fr.UTF-8/man1/wineserver.1*
%{_mandir}/man1/wineserver.1*
%{_mandir}/man1/msiexec.1*
%{_mandir}/man1/notepad.1*
%{_mandir}/man1/regedit.1*
%{_mandir}/man1/regsvr32.1*
%{_mandir}/man1/wineboot.1*
%{_mandir}/man1/winecfg.1*
%{_mandir}/man1/wineconsole.1*
%{_mandir}/man1/winecpp.1*
%{_mandir}/man1/winefile.1*
%{_mandir}/man1/winemine.1*
%{_mandir}/man1/winepath.1*
%dir %{_datadir}/%{oname}
%{_datadir}/%{oname}/%{oname}.inf
%{_datadir}/%{oname}/l_intl.nls
%{_datadir}/applications/*.desktop
%{_sysconfdir}/xdg/menus/applications-merged/mandriva-%{oname}.menu
%{_datadir}/desktop-directories/mandriva-%{oname}.directory
%dir %{_datadir}/wine/fonts
%{_datadir}/wine/fonts/*
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png

%ifarch %{ix86}
%files -n wine32-stable
%{_bindir}/wine
%{_bindir}/wine-preloader
%{_mandir}/man1/wine.1*
%lang(de) %{_mandir}/de.UTF-8/man1/wine.1*
%lang(fr) %{_mandir}/fr.UTF-8/man1/wine.1*
%lang(pl) %{_mandir}/pl.UTF-8/man1/wine.1*
%endif

%{_libdir}/libwine*.so.%{major}*
%dir %{_libdir}/%{oname}
%{_libdir}/%{oname}/*.cpl.so
%{_libdir}/%{oname}/*.drv.so
%{_libdir}/%{oname}/*.dll.so
%{_libdir}/%{oname}/*.exe.so
%{_libdir}/%{oname}/*.acm.so
%{_libdir}/%{oname}/*.ocx.so
%ifarch %{ix86}
%{_libdir}/%{oname}/*.vxd.so
%{_libdir}/%{oname}/*16.so
%endif
%{_libdir}/%{oname}/*.tlb.so
%{_libdir}/%{oname}/*.ds.so
%{_libdir}/%{oname}/*.sys.so
%{_libdir}/%{oname}/fakedlls

%changelog

* Thu Sep 20 2018 survolog <survolog@yandex.ru> 2:3.0.3-2
- (2441087) Merge pull request #9 from survolog/wine-stable:rosa2014.1
- (2441087) Added conflicts with wine32 to wine64-stable



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15528 |14cu|winewizard-3.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname WineWizard

Summary:	Wine Wizard is a new GUI for Wine written in Qt
Name:		winewizard
Version:	3.0.2
Release:	1
License:	GPLv3+
Group:		Emulators
Url:		http://wwizard.net/
Source0:	https://github.com/LLIAKAJL/WineWizard/archive/%{oname}-%{version}.tar.gz
Patch1:		WineWizard-2.0.0-desktop.patch
Patch2:		WineWizard-2.0.1-no_local.patch
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	bzip2
Requires:	cabextract
Requires:	unzip
Requires:	wget

%description
Wine Wizard is a new GUI for Wine written in Qt.

General feature of Wine Wizard - solutions, that users can create and edit
directly from the application. Solution is a instruction what libraries,
settings and versions of Wine are required for installation and running
MS Windows application. If the solution already created, a user only choose
the solution and run the installation file, Wine Wizard makes all work
automatically.

Unlike PlayOnLinux, a knowledge of the Shell language is not required for
creation of solutions, everything is done with the mouse. Solutions are not
required confirmation and verification, it makes possible to quickly build
database of solutions. In the last resort, a user can write custom script
that will be shown to the user before executing(disabled by default).

%files
%doc LICENSE README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch1 -p1
%patch2 -p1

%build
%qmake_qt5
%make

%install
%makeinstall_qt

%changelog

* Fri Oct 28 2016 tremod <negry.m@yandex.ru> 3.0.2-1
- (382f507) Update to 3.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15529 |14cu|wings3d-1.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define oname wings
%define erlangdir %{_libdir}/erlang
%define wingsdir %{erlangdir}/lib/%{oname}-%{version}
%define esdldir %{erlangdir}/addons/esdl-1.2
%define esdl_ver 1.2

Summary:	A 3D subdivision modeler
Name:		wings3d
Version:	1.4.1
Release:	3
License:	BSD-like
Group:		Graphics
Url:		http://www.wings3d.com
Source0:	http://prdownloads.sourceforge.net/wings/%{oname}-%{version}.tar.bz2
Source1:	%{name}.png
Source2:	%{name}_manual1.6.1.pdf
Source3:	wingspov-0.98.28_v1.tgz
Patch0:		wings-1.4.1-esdl1.2.patch
Patch1:		wings-0004-Simplify-font-handling-and-stop-using-parameterized-.patch
BuildRequires:	erlang-compiler
BuildRequires:	erlang-esdl-devel >= %{esdl_ver}
BuildRequires:	erlang-wx
BuildRequires:	erlang-xmerl
BuildRequires:	imagemagick
BuildRequires:	jpeg-devel
Requires:	erlang-esdl >= %{esdl_ver}
Requires:	erlang-wx

%description
Wings 3D is a free and open source polygon mesh subdivision modeller inspired
by Nendo and Mirai from Izware, all using the winged edge data structure.
Wings 3D is ideally suited for modeling and texturing low to medium density
polygon meshes. It has a wide range of very effective tools optimised for
these tasks hidden behind its 'minimalistic' interface.

%files
%doc AUTHORS license.terms README
%doc *.pdf NOTES-*
%attr(755,root,root) %{_bindir}/*
%{wingsdir}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/*.desktop
%exclude %{wingsdir}/plugins/import_export/kayos_utils.beam
%exclude %{wingsdir}/plugins/import_export/pov_exp.beam
%exclude %{wingsdir}/plugins/import_export/pov_ui.beam
%exclude %{wingsdir}/plugins/import_export/wpc_pov.beam

#----------------------------------------------------------------------------

%package povray
Summary:	Povray import/export plug-in for Wings 3D
Group:		Graphics
Requires:	%{name} = %{EVRD}
Requires:	povray

%description povray
Povray import/export plug-in for Wings 3D.

%files povray
%defattr(644,root,root,755)
%{wingsdir}/plugins/import_export/kayos_utils.beam
%{wingsdir}/plugins/import_export/pov_exp.beam
%{wingsdir}/plugins/import_export/pov_ui.beam
%{wingsdir}/plugins/import_export/wpc_pov.beam

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

tar xf %{SOURCE3}

%build
export CFLAGS="%{optflags}"
export PATH=%{erlangdir}/bin:$PATH
export ESDL_PATH=%{esdldir}

%make -j4

%install
install -d -m 755 %{buildroot}/%{wingsdir}
cat %{SOURCE2} > ./%{name}_manual1.6.1.pdf

# remove unneeded files
rm -rf src/*.erl

# install files, also those missing
mv -f ebin %{buildroot}/%{wingsdir}
mv -f fonts_src/*.beam %{buildroot}/%{wingsdir}/ebin/
mv -f icons/*.beam %{buildroot}/%{wingsdir}/ebin/
mv -f intl_tools/*.beam %{buildroot}/%{wingsdir}/ebin/
mv -f fonts %{buildroot}/%{wingsdir}
mv -f plugins %{buildroot}/%{wingsdir}
mv -f plugins_src/commands/*.lang %{buildroot}/%{wingsdir}/plugins/commands/
mv -f plugins_src/import_export/*.lang %{buildroot}/%{wingsdir}/plugins/import_export/
mv -f plugins_src/primitives/*.lang %{buildroot}/%{wingsdir}/plugins/primitives/
mv -f plugins_src/*.lang %{buildroot}/%{wingsdir}/plugins/
mv -f src %{buildroot}/%{wingsdir}
mv -f vsn.mk %{buildroot}/%{wingsdir}

# executable script
install -d -m 755 %{buildroot}/%{_bindir}

cat > %{buildroot}/%{_bindir}/%{name} << "EOF"
#!/bin/sh
export ESDL_PATH=%{esdldir}
erl -pa $ESDL_PATH/ebin %{wingsdir}/ebin -noinput -smp disable -run wings_start start_halt "$@"
EOF

# icons
install -d %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert %{SOURCE1} -size 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert %{SOURCE1} -size 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert %{SOURCE1} -size 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Wings 3D
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Graphics;3DGraphics;
EOF

%changelog

* Wed Jun 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.1-3
- (3101ee6) Disable debug package
- (3101ee6) Adjust spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15530 |14cu|wise-2.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		wise
Version:	2.4.1
Release:	1
Summary:	Comparisons of DNA and protein sequences
Group:		Sciences/Biology
License:	GPL
URL:		http://www.ebi.ac.uk/~birney/wise2
Source:		http://www.ebi.ac.uk/~birney/wise2/%{name}%{version}.tar.gz
Patch0:		fix_getline.patch
Patch1:		wise2.4.1-replace-isnumber.patch
Patch2:		wise2.4.1-fix-makefile.patch
Patch3:		wise2.4.1-clean-makefile.patch
BuildRequires:	libglib2.0-devel
BuildRequires:	flex

%description
Wise2 is a package focused on comparisons of biopolymers, commonly DNA and 
protein sequence. Wise2's particular forte is the comparison of DNA sequence 
at the level of its protein translation. This comparison allows the simulta-
neous prediction of say gene structure with homology based alignment.

The Wise2 package was principally written by Ewan Birney, who wrote the main
genewise and estwise programs. The protein comparison database search program
was written by Richard Copley using the underlying Wise2 libraries.
Wise2 also uses code from Sean Eddy for reading HMMs and
for Extreme value distribution fitting.

%prep
%setup -q -n %{name}%{version}
%patch0	-p0
%patch1 -p0
%patch2 -p0
%patch3 -p0

%build
cd src
%make all || :
cd ../src/dyc/
%make newdyc || :
export PATH="$PATH:$PWD"
%make linux
cd ../../src
export WISECONFIGDIR="$PWD/../wisecfg"
%make init
%make CFLAGS="-c %{optflags} `pkg-config --libs glib-2.0 --cflags glib-2.0`" all

%install

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 src/models/{pswdb,psw,genewisedb,estwisedb,estwise,genewise,dba,dnal,genomewise} %{buildroot}%{_bindir}

install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 644 wisecfg/* %{buildroot}%{_datadir}/%{name}

# configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/profile.d
echo "export WISECONFIGDIR=%{_datadir}/%{name}" > %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh
echo "setenv WISECONFIGDIR %{_datadir}/%{name}" > %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh

%files
%doc README LICENSE docs
%{_bindir}/*
%{_datadir}/%{name}
%config(noreplace) %{_sysconfdir}/profile.d/*



%changelog

* Thu Sep 17 2015 Denis Silakov <dsilakov@gmail.com> 2.4.1-1
- (b640196) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15531 |14cu|wizznic-1.0-0.20160216.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define snapshot 20160216
%define oname Wizznic
Name:           wizznic
Version:        1.0
Release:        0.%{snapshot}.1
Summary:        Brick-matching puzzle game
Group:          Games/Puzzles
License:        GPLv3+
Url:            http://wizznic.org/
# https://github.com/DusteDdk/Wizznic
Source0:        %{oname}-master.zip
BuildRequires:  pkgconfig(sdl)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(SDL_image)
BuildRequires:  pkgconfig(SDL_mixer)
BuildRequires:  imagemagick
BuildRequires:  desktop-file-utils
Requires:       %{name}-data >= %{version}

%description
Wizznic is a brick-matching puzzle-game, an improved version of Puzznic.
The challenge is to clear each level of bricks by moving the bricks next
to each other, this sounds a lot easier than it is. The bricks are heavy,
so you can only push them, not lift them up.

%files
%doc doc/*.txt README.md
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man?/%{name}.*

#----------------------------------------------------------------------

%package data
Summary:        Arch-independent data files for the Wizznic game
BuildArch:      noarch

%description data
This package contains arch-independent data files for Wizznic,
a brick-matching puzzle game.

%files data
%doc data/about.txt
%{_gamesdatadir}/%{name}/

#----------------------------------------------------------------------

%prep
%setup -qn %{oname}-master

%build
%make -f Makefile.linux \
    BINDIR=%{_gamesbindir} \
    DATADIR=%{_gamesdatadir}/%{name}/

%install
%makeinstall_std -f Makefile.linux \
    BINDIR=%{_gamesbindir} \
    DATADIR=%{_gamesdatadir}/%{name}/

# menu entry
install -d %{buildroot}%{_datadir}/applications
desktop-file-install tools/releaser/data/lin/%{name}.desktop \
  --remove-category=ActionGame \
  --remove-category=ArcadeGame \
  --add-category=LogicGame \
  --dir=%{buildroot}%{_datadir}/applications

# icons
for size in 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size tools/releaser/data/lin/%{name}.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done



%changelog

* Sat Aug 20 2016 abfonly <abfonly@gmail.com> 1.0-0.20160216.1
- (cc5b0d9) Log: Update to latest git
- (cc5b0d9) Fixed URL
- (cc5b0d9) Fixed source on github
- (cc5b0d9) spec and git clean
- (cc5b0d9) drop hacks and useless patches
- (cc5b0d9) merge with MRB



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15532 |14cu|wlmproxy-0.1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svnversion g8daae3e

Name:		wlmproxy
Summary:	wlmproxy is a transparent proxy server for the MSN protocol
Version:	0.1.3
Release:	6
License:	GPLv3
Group:		Monitoring
Source0:	http://github.com/poetinha/%{name}/tarball/master/%{version}/poetinha-%{name}-v%{version}-0-%{svnversion}.tar.gz
Source1:	wlmproxy.sysconfig
Source2:	wlmproxy.service
Source3:        %{name}.tmpfiles.d
Url:		http://wlmproxy.org
BuildRequires:	openssl
BuildRequires:	boost-static-devel
#BuildRequires:	dolphin-connector
BuildRequires:	dolphin-connector-devel
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(libxml-2.0)

%description
wlmproxy is a transparent proxy server for the MSN protocol.
It supports all versions of MSNP, from 8 up to 21.

Main Features:

- Access control lists (ACLs)
- The wildcard character * (asterisk) can be used as part of a user identifier
- Wordfilter with regular expressions
- Client version control
- Conversation history
- Automatic user registration
- Group-based rules
- Contact management and presence information
- Disclaimer message
- Policy enforcement notification

%prep
%setup -q -n poetinha-%{name}-cf05d38/

%build
%make CXXFLAGS="%{optflags}"

%install
mkdir -p -m 755 %{buildroot}%{_sysconfdir}/%{name}
mkdir -p -m 755 %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig

install -p -m 755 wlmproxy %{buildroot}%{_sbindir}
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
install -p -m 640 wlmproxy.conf %{buildroot}%{_sysconfdir}/%{name}

sed "s:sysconfig:%{_sysconfdir}/sysconfig:" -i %{buildroot}%{_unitdir}/%{name}.service

install -p -D -m 0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%pre
# % _pre_groupadd %{name}
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /sbin/nologin

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%_postun_userdel %{name}
%_postun_groupdel %{name}
%systemd_postun_with_restart %{name}.service

%files
%doc ChangeLog create_mysql.sql LICENSE README TODO
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0644,root,root) %{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf
%attr(755,root,root) %dir %{_sysconfdir}/%{name}
%attr(640,root,wlmproxy) %config(noreplace) %{_sysconfdir}/%{name}/*
%{_sbindir}/*


%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 0.1.3-6
- (48db0c8) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15533 |14cu|wmbattery-2.40-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Battery info docklet for WindowMaker
Name:		wmbattery
Version:	2.40
Release:	6
License:	GPLv2+
Group:		Graphical desktop/WindowMaker
Url:		http://kitenet.net/programs/wmbattery/
Source0:	%{name}-%{version}.tar.xz
BuildRequires:	imagemagick
BuildRequires:	apmd-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)

%description
wmbattery displays the status of your laptop's battery in a small icon. This
includes if it is plugged in, if the battery is charging, how many minutes of
battery life remain, battery life remaining (with both a percentage and a
graph), and battery status (high - green, low - yellow, or critical - red).

It works for both ACPI and APM based systems.

%files
%doc TODO README
%doc %{_mandir}/*/*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}/*.xpm

#----------------------------------------------------------------------------

%prep
%setup -q

%build
sed -i \
	-e '/^icondir/s:icons:pixmaps:' \
	-e '/^USE_HAL/d' \
	autoconf/makeinfo.in

autoconf
%configure2_5x
%make

%install
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=%{name}
Name=WMbattery
Comment=Battery status docklet
Comment[ru]=Индикатор заряда батареи
Categories=System;Monitor;
EOF

#icons
convert -size 48x48 face.xpm %{buildroot}/%{_datadir}/pixmaps/%{name}.png


%changelog

* Tue Dec 08 2015 Denis Silakov <dsilakov@gmail.com> 2.40-6
- (ba153cc) Added Russian l10n for desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15534 |14cu|wmcalc-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		wmcalc
Version:	0.6
Release:	2
Summary:	Calculator dockapp for windowmaker
Url:		http://packages.debian.org/unstable/x11/wmcalc.html
Source:		http://ftp.debian.org/debian/pool/main/w/wmcalc/wmcalc_%{version}.orig.tar.gz
Patch1:         %{name}-patch_other_locales.patch
License:	GPL
Group:		Graphical desktop/Other
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)

%description
wmcalc is a small calculator meant for the WindowMaker dock or Afterstep
Wharf.  It is a simple calculator with basic functions and memory slots,
and can launch any external application for more complex calculations.

%prep
%setup -q -n dockapps-43ddcdf
%patch1 -p1 -b .orig

%build
# (tv) fix build:
perl -pi -e 's!/usr/local/include!/usr/include/X11/!' Makefile
%make CFLAGS="%{optflags}"


%install
install -D %{name} %{buildroot}%{_bindir}/%{name}

%clean


%files
%defattr(0644,root,root,0755)
%doc README
%defattr(0755,root,root,0755)
%{_bindir}/%{name}





%changelog

* Mon Nov 23 2015 Denis Silakov <dsilakov@gmail.com> 0.6-2
- (0352a06) Use plain text patch instead of bzipped one



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15535 |14cu|wmcalclock-1.25-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package		%{nil}
%define oname	wmCalClock

Name: 	 	wmcalclock
Summary: 	Calendar and clock application for Window Maker
Version: 	1.25
Release: 	5
URL:		http://dockapps.windowmaker.org/file.php/id/9
License:	GPL
Group:		Graphical desktop/WindowMaker
Source0:	http://dockapps.windowmaker.org/download.php/id/16/%{oname}-%{version}.tar.xz
Source2:	clock-icon.png

BuildRequires:	imagemagick
BuildRequires:	apmd-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)

Conflicts:	WindowMaker < 0.95.0-3

%description
wmCalClock is a calendar and clock application for Window Maker.

%prep
%setup -qn %{oname}-%{version}

%build
pushd Src
%make
popd

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1
pushd Src
install -s -m 0755 wmCalClock %{buildroot}/%{_bindir}
install -m 0644 wmCalClock.1 %{buildroot}/%{_mandir}/man1/
popd

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=%{name}
Name=WMbattery
Comment=Calender & Clock docklet
Comment[ru]=Календарь и часы
Categories=System;
EOF

#icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -size 48x48 %{SOURCE2} %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -size 32x32 %{SOURCE2} %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 %{SOURCE2} %{buildroot}/%{_miconsdir}/%{name}.png

%files
%doc TODO README
%{_bindir}/%{oname}
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%doc %{_mandir}/*/*




%changelog

* Tue Dec 08 2015 Denis Silakov <dsilakov@gmail.com> 1.25-5
- (dff835a) Added Russian l10n for desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15536 |14cu|wmcube-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	 Realtime rotating 3d-object and CPU load in a small dock app
Name:		wmcube
Version:	1.0.2
Release:	1
License:	GPL
Group:		Monitoring
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}-icons.tar.bz2
URL:		http://boombox.campus.luth.se/projects.php
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)


%description
wmCube is a dockapp that displays a realtime rotating 3d-object 
and the current CPU load.


%prep

%setup -q

%build
make -C wmcube -f Makefile.LINUX CFLAGS="%{optflags}"

%install
install -m 755 -d %{buildroot}%{_miconsdir}
install -m 755 -d %{buildroot}%{_iconsdir}
install -m 755 -d %{buildroot}%{_liconsdir}
tar xOjf %SOURCE1 16x16.png > %{buildroot}%{_miconsdir}/%{name}.png
tar xOjf %SOURCE1 32x32.png > %{buildroot}%{_iconsdir}/%{name}.png
tar xOjf %SOURCE1 48x48.png > %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_bindir}
install -m 755 wmcube/wmcube %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_datadir}/wmcube
install -m 644 3D-objects/* %{buildroot}%{_datadir}/wmcube


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=WmCube
Comment=%{summary}
Exec=%{_bindir}/%{name} -o %{_datadir}/%{name}/ball-solid.wmc
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-System-Monitoring;System;Monitor;
EOF

%files
%doc CHANGES INSTALL README
%{_bindir}/%{name}
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/%{name}/*





%changelog

* Tue Oct 18 2016 Denis Silakov <dsilakov@gmail.com> 1.0.2-1
- (4591f9d) Updated to 1.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15537 |14cu|wmdocker-1.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name docker

Name: 	 	wmdocker
Summary: 	Standalone system tray
Version: 	1.5
Release: 	8
Source:		%{upstream_name}-%{version}.tar.bz2
Patch0:		docker-1.5-link.patch
URL:		http://icculus.org/openbox/2/docker/
License:	GPL
Group:		Graphical desktop/Other
BuildRequires:	pkgconfig(x11) glib2-devel

%description
Docker is a docking application (WindowMaker dock app) which acts as a system
tray for KDE3 and GNOME2. It can be used to replace the panel in either
environment, allowing you to have a system tray without running the KDE/GNOME
panel or environment. Originally written and designed to work with Openbox 2,
it should work fine in any window manager that supports WindowMaker dock apps.

%prep
%setup -qn %{upstream_name}-%{version}
%patch0 -p0

%build
%make CFLAGS="%{optflags}" XLIBPATH=%{_libdir} LDFLAGS="%ldflags"
										
%install
install -D -m755 %{upstream_name} %{buildroot}/%{_bindir}/%{upstream_name}

%clean

%files
%doc README
%{_bindir}/%{upstream_name}



%changelog

* Thu Jun 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-8
- (4a614bf) Rename project



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15538 |14cu|wmfishtime-1.24-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 1.24
%define release 7
%define name wmfishtime

Summary:	Analog clock with background fish tank in a dockapp
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Monitoring
Url:		http://www.ne.jp/asahi/linux/timecop/
Source0:	http://www.ne.jp/asahi/linux/timecop/software/%{name}-%{version}.tar.gz
Source1:	%{name}-icons.tar.bz2
Patch0:		wmfishtime-1.24-Makefile.patch
BuildRequires:	glibc-devel
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(x11) 
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(gtk+-2.0)


%description
Well, this is just your standard time dockapp. Top part has the clock face,
bottom part has day of the week, followed by day, followed by month. Yellow
hand counts seconds, green hand counts minutes, red hand counts hours. Few
seconds after startup there are at least 32 bubbles floating up behind the
clock face.  There are 4 fishes randomly swimming back and forth. If you move
your mouse inside the dockapp window, the fish will get scared and run away.
If you compiled in mail checking (default), then whenever you get new mail
in the file pointed to by the $MAIL variable, it will display green weed
partially blocking the day/month counter, to remind you to read your mail.
If $MAIL is not set, nothing happens.

%files
%doc ALL_I_GET_IS_A_GRAY_BOX CODING README AUTHORS COPYING
%{_bindir}/*
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*
#---------------------------------------------------------------------------------
%prep
%setup -q 
%patch0 -p0 

%build
%make EXTRA="%optflags -lX11 -lm" LDFLAGS="%ldflags"

%install
%makeinstall_std

# icons
install -m 755 -d %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
tar xOjf %SOURCE1 %{name}-16x16.png > %{buildroot}%{_miconsdir}/%{name}.png
tar xOjf %SOURCE1 %{name}-32x32.png > %{buildroot}%{_iconsdir}/%{name}.png
tar xOjf %SOURCE1 %{name}-48x48.png > %{buildroot}%{_liconsdir}/%{name}.png

# menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name} -b
Icon=%{name}
Categories=System;Monitor;
Name=WmFishTime
Comment=Analog clock in a tank fish
EOF


%changelog

* Sat Jun 25 2016 abfonly <abfonly@gmail.com> 1.24-7
- (fd60732) Log: Fixed build
- (fd60732) build against gtk2
- (fd60732) fixed debug
- (fd60732) bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15539 |14cu|wml-2.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# do not provide/require private perl modules
%if %{_use_internal_dependency_generator}
%define __noautoreq 'GD\\.so|perl\\(HTML::Clean\\)|perl\\(WML::GD\\)'
%define __noautoprov 'GD\\.so|perl\\(HTML::Clean\\)|perl\\(WML::GD\\)'
%else
%define _requires_exceptions GD.so\\|perl(HTML::Clean)\\|perl(WML::GD)
%define _provides_exceptions GD.so\\|perl(HTML::Clean)\\|perl(WML::GD)
%endif

Summary:	Website META Language
Name:		wml
Version:	2.4.1
Release:	3
License:	GPLv2+
Group:		Publishing
URL:		http://thewml.org/
Source:		https://bitbucket.org/shlomif/website-meta-language/downloads/%{name}-%{version}.tar.bz2
Patch0:		wml-fix-build.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	libtool
BuildRequires:	libltdl-devel
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	perl-devel
BuildRequires:	gdbm-devel
BuildRequires:	db-devel
BuildRequires:	gettext-devel
BuildRequires:	lynx
BuildRequires:	perl(Bit::Vector)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(GD)
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(HTML::Clean)
BuildRequires:	perl(Image::Size)
BuildRequires:	perl(IO::All)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Term::ReadKey)

Requires:	perl(Bit::Vector)
Requires:	perl(File::Spec)
Requires:	perl(Getopt::Long)
Requires:	perl(Image::Size)
Requires:	perl(IO::File)
Requires:	perl(Term::ReadKey)

%description
WML is a free and extensible Webdesigner's off-line HTML generation
toolkit for Unix, distributed under the GNU General Public License
(GPL v2). It is written in ANSI C and Perl 5, build via a GNU Autoconf
based source tree and runs out-of-the-box on all major Unix derivatives.
It can be used free of charge both in educational and commercial
environments.

%files
%doc ANNOUNCE BUGREPORT ChangeLog COPYING COPYRIGHT COPYRIGHT.OTHER CREDITS 
%doc NEWS README SUPPORT VERSION VERSION.HISTORY
%{_bindir}/*
%{_libdir}/%{name}
%{_mandir}/*/*
#--------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p2

find . -type f -exec chmod -x {} \;

for file in CREDITS COPYRIGHT.OTHER ChangeLog; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
%cmake -DLIB_INSTALL_DIR=%{_libdir} -DLOCALE_INSTALL_DIR=%{_datadir}/locale
%make

%check
cd build
%make -Onone check
cd ..

%install
%makeinstall_std -C build

pushd %{buildroot}%{_mandir}/cat1
for file in wml_aux_tidy.1; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done
popd
pushd %{buildroot}%{_mandir}/cat7
for file in wml_std_xhtml10.7 wml_std_css1.7 wml_std_wai10.7 wml_std_html40.7 wml_std_html401.7 wml_std_css2.7; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done



%changelog

* Sat Jun 25 2016 abfonly <abfonly@gmail.com> 2.4.1-3
- (2fc6567) Log: Patched build (no download db)
- (2fc6567) fixed debug
- (2fc6567) bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15540 |14cu|wmnd-0.4.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A dockapp for monitoring network interfaces
Name:		wmnd
Version:	0.4.17
Release:	1
License:	GPLv2
Group:		Monitoring
Source0:	http://www.thregr.org/~wavexx/software/wmnd/releases/%{name}-%{version}.tar.gz
Source1:	%{name}-icons.tar.bz2
URL:		http://www.thregr.org/~wavexx/software/wmnd/
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(sm)

%description
WMND (WindowMaker Network Devices) is a network monitoring
dock app improved and based on WMiFS 1.3b. You can find the
features of WMiFS 1.3b from documents in directory WMiFS.

%prep
%setup -q

%build
%configure2_5x
%make

%makeinstall_std
install -m 755 -d %{buildroot}%{_datadir}/pixmaps
tar xOjf %SOURCE1 %{name}-48x48.png > %{buildroot}%{_datadir}/pixmaps/%{name}.png

strip %{buildroot}%{_bindir}/wmnd

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=wmnd
Comment=A dockapp for monitoring network interfaces
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-System-Monitoring;System;Monitor;
EOF

%files
%defattr (-,root,root)
%doc examples/wmndrc NEWS AUTHORS README TODO ChangeLog
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

%changelog

* Wed Sep 16 2015 Denis Silakov <dsilakov@gmail.com> 0.4.17-1
- (f2793b8) Force stripping of a binary file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15541 |14cu|wmnet-1.06-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define xrootdir	/usr
%define xconfdir	/etc/X11

Summary:	Applet that monitors the network
Name:		wmnet
Version:	1.06
Release:	15
License:	GPL
Group:		Graphical desktop/WindowMaker
URL:		http://dockapps.org/file.php/id/77
Source0:	http://dockapps.org/download.php/id/115/%{name}-%{version}.tar.bz2
Source1:	%{name}.wmconfig
Source2:	wmnet-icons.tar.bz2
Patch0:		wmnet-sa-restorer.patch
Patch1:		wmnet-1.05-man-graph.patch
Patch2:		wmnet-1.05-glibc22.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	imake

%description
Wmnet uses ip accounting in the Linux kernel to monitor your network.

%prep
%setup
%patch0 -p1 -b .sigaction
%patch1 -p1 -b .man-graph
%patch2 -p1 -b .glibc22

%build
xmkmf
%make CFLAGS="%{optflags}"

%install
# wmnet standard install
install -d %{buildroot}/%{_bindir}
install -d %{buildroot}/%{_mandir}/man1
install -m 755 wmnet %{buildroot}/%{_bindir}
install -m 644 wmnet.man %{buildroot}/%{_mandir}/man1/wmnet.1

# wmaker config file
install -d %{buildroot}/%{xconfdir}/wmconfig
cp %{SOURCE1} %{buildroot}/%{xconfdir}/wmconfig/%{name}

# mdv menu icons
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
tar jxvf %{SOURCE2} -C %{buildroot}/%{_iconsdir}
# fd.o icons
cp %{buildroot}/%{_iconsdir}/%{name}.png %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
cp %{buildroot}/%{_liconsdir}/%{name}.png %{buildroot}/%{_iconsdir}/hicolor/48x48/apps/%{name}.png
cp %{buildroot}/%{_miconsdir}/%{name}.png %{buildroot}/%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# mdv menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=WMnet
Comment=A WindowMaker dock network monitor
Comment[ru]=Мониторинг сетевых соединений для WindowMaker
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=System;Monitor;X-MandrivaLinux-System-Monitoring;
EOF

%files
%doc README Changelog
%config(noreplace) %{xconfdir}/wmconfig/%{name}
%{_bindir}/wmnet
%{_mandir}/man1/wmnet.1*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%changelog

* Tue Dec 08 2015 Denis Silakov <dsilakov@gmail.com> 1.06-15
- (fc7b8b7) Added Russian l10n for desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15542 |14cu|wmsmixer-0.5.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define         configname        sample.wmsmixer

Summary:  	Dockapp sound mixer adjustable with mouse wheel
Name:		wmsmixer
Version:	0.5.1
Release:	12
License:	GPL
Group:		Graphical desktop/WindowMaker
Source0:	http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/DockApps/%{name}-%{version}/%{name}-%{version}.tar.bz2
Source1:	%{name}-icons.tar.bz2
Patch0:         wmsmixer-0.5.1-Imakefile.patch
Url:		http://dockapps.windowmaker.org/file.php/id/63
BuildRequires:  imake
BuildRequires:  glibc-devel
BuildRequires:  stdc++-devel
BuildRequires:  pkgconfig(xpm)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xcb)
BuildRequires:  pkgconfig(xau)
BuildRequires:  pkgconfig(xdmcp)

Suggests:      alsa-oss-devel
Suggests:      ossp

%description
 This is a hack to wmmixer which makes some changes to the display and adds a
 few new features, most notably scrollwheel support. The main changes between
 this and wmmixer are:
  o Added scrollwheel support. If your scrollwheel is mapped to buttons 4 and
    5, using it will increase/decrease the volume of the current channel.
  o Removed all the recsrc code.
  o Changed the display arrangement slightly, and replaced the recsrc button
    with a text display. This normally shows the volume of the current channel.
  o Added the setname configuration option, which allows you to give a
    different channel name (4 chars max) to the built in one if you wish.
  o Clicking on the channel icon will briefly display the text name for the
    channel. This is also displayed when you switch channels.
  o Mono channels have one wide bar rather than two thinner ones.
  o Changed some icons, and added a few new ones. Several icons are still to be
  o created. Any submissions are always welcome.

%files
%doc COPYING README README.wmmixer
%{_bindir}/%{name}
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/%{configname}
#----------------------------------------------------------------------------- 
%prep
%setup -q
%patch0 -p0

%build
xmkmf
%make CXXFLAGS="%optflags" LDLIBS="%ldflags" %{name}

%install
%makeinstall_std

# icons
install -m 755 -d %{buildroot}%{_miconsdir}
install -m 755 -d %{buildroot}%{_iconsdir}
install -m 755 -d %{buildroot}%{_liconsdir}
tar xOjf %SOURCE1 %{name}-16x16.png > %{buildroot}%{_miconsdir}/%{name}.png
tar xOjf %SOURCE1 %{name}-32x32.png > %{buildroot}%{_iconsdir}/%{name}.png
tar xOjf %SOURCE1 %{name}-48x48.png > %{buildroot}%{_liconsdir}/%{name}.png

# menu entry
install -m 755 -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=WmsMixer
Comment=Dockapp sound mixer adjustable with mouse wheel
Exec=%{_bindir}/%{name} -w
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;Audio;Mixer;
EOF

# config
install -D -m 644 home.wmsmixer %{buildroot}%{_datadir}/%{name}/%{configname}

%changelog

* Sat Jun 25 2016 abfonly <abfonly@gmail.com> 0.5.1-12
- (e81c5a7) Log: Fixed build
- (e81c5a7) fixed debug
- (e81c5a7) spec clean
- (e81c5a7) bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15543 |14cu|wmsysmon-0.7.7-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:	System information (memory, swap, uptime, IO) in a small dock app
Name:		wmsysmon
Version:	0.7.7
Release:	11
License:	GPL
Group:		Toys
Source0:	http://www.gnugeneration.com/software/wmsysmon/%{name}-%{version}.tar.gz
Source1:	%{name}-icons.tar.bz2
Patch0:         01-break.dpatch
Patch1:         02-output.dpatch
Patch2:         03-src_makefile.dpatch
URL:		http://www.gnugeneration.com/software/wmsysmon/src/
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)

%description
This is a small dock application for use with WindowMaker (www.windowmaker.org)
to show system information on interrupt activity, memory use, swap use, and IO.
Wmsysmon was originally written by Dave Clark, Vito Caputo took over
development.


%prep

%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
make -C src CC="gcc %{optflags} %ldflags"

%install
install -m 755 -d %{buildroot}%{_miconsdir}
install -m 755 -d %{buildroot}%{_iconsdir}
install -m 755 -d %{buildroot}%{_liconsdir}
tar xOjf %{SOURCE1} %{name}.16x16.xpm > %{buildroot}%{_miconsdir}/%{name}.xpm
tar xOjf %{SOURCE1} %{name}.32x32.xpm > %{buildroot}%{_iconsdir}/%{name}.xpm
tar xOjf %{SOURCE1} %{name}.48x48.xpm > %{buildroot}%{_liconsdir}/%{name}.xpm

mkdir -p %{buildroot}%{_bindir}
install -m 755 src/wmsysmon %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{_bindir}/%{name}
Icon=%{name}
Categories=System;Monitor;
Name=WmSysMon
Comment=System information (memory, swap, uptime, IO) in a small icon
EOF


%files
%doc ChangeLog README
%{_bindir}/%{name}
%{_liconsdir}/%{name}.xpm
%{_miconsdir}/%{name}.xpm
%{_iconsdir}/%{name}.xpm
%{_datadir}/applications/%{name}.desktop



%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.7.7-11
- (1d216f3) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15544 |14cu|wmweather-2.4.5-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Name: 	 	wmweather
Summary: 	Weather docklet for WindowMaker
Version: 	2.4.5
Release: 	11
# url and source no longer reachable...
Source0:	http://ftp.de.debian.org/debian/pool/main/w/wmweather/%{name}_%{version}.orig.tar.gz
#fix url changed since 08/2016
Patch0:		wmweather-2.4.5-url.patch
URL:		http://www.godisch.de/debian/wmweather/
License:	GPL
Group:		Graphical desktop/WindowMaker

BuildRequires:	pkgconfig(x11) 
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)

BuildRequires:  xmessage
Provides:	wmWeather
Obsoletes:	wmWeather

%description
A Window Maker docklet to show local weather conditions.

%prep
%setup -q
%apply_patches

%build
cd src
%configure2_5x
%make

%install
cd src
%makeinstall

%files
%doc CHANGES README
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/wmweather.conf
%{_mandir}/man1/*


%changelog

* Wed Oct 05 2016 Denis Silakov <dsilakov@gmail.com> 2.4.5-11
- (3957a22) Fix URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15545 |14cu|wmwifi-0.6-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	wmwifi
Summary: 	Wireless network monitor for WindowMaker
Version: 	0.6
Release: 	14
Source:		http://digitalssg.net/debian/%{name}-%{version}.tar.bz2
URL:		http://wmwifi.digitalssg.net/
License:	GPLv2+
Group:		Graphical desktop/WindowMaker
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(x11)
BuildRequires:	imagemagick

%description
WmWiFi should support any wireless drivers as long as those drivers support
the Linux kernels Wireless Extensions. This means that if you do a cat
/proc/net/wireles, you should see interface statistics there.

%prep
%setup -q

%build
export X_CFLAGS="%{optflags}"
%configure2_5x
%make

%install
%makeinstall_std

#menu
mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=%{name}
Name=WMWifi
Comment=Wireless network docklet
Categories=System;Monitor;
EOF

#icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -size 48x48 src/display_link.xpm %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -size 32x32 src/display_link.xpm %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 src/display_link.xpm %{buildroot}/%{_miconsdir}/%{name}.png

%files
%doc AUTHORS ChangeLog README
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png


%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 0.6-14
- (81d22b8) Fix debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15546 |14cu|wordnet-3.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name	WordNet

%define major		%{version}
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:		wordnet
Version:	3.0
Release:	16
Summary:	A lexical database for the English language
Group:		Sciences/Other
License:	MIT
URL:		http://wordnet.princeton.edu
Source0:	http://wordnet.princeton.edu/%{version}/%{Name}-%{version}.tar.bz2
Patch0:		%{name}-2.1.libtool.patch
Patch1:		%{name}-3.0.fhs.patch
Patch2:		%{name}-CVE-2008-2149_3908.patch
# Kludge (not a fix) for Tcl 8.6 (TIP #330, interp->result) - AdamW
# 2008/12
Patch3:		wordnet-3.0-tcl86.patch
Patch4:		wordnet_autoconf.patch
Patch5:		wordnet_wformat.patch
Requires:       %{libname} = %{version}
BuildRequires:	tcl-devel
BuildRequires:	tk-devel

%description
WordNet is an online lexical reference system whose design is inspired by
current psycholinguistic theories of human lexical memory. English nouns,
verbs, adjectives and adverbs are organized into synonym sets, each
representing one underlying lexical concept. Different relations link the
synonym sets.

%package -n %{libname}
Summary:        Main library for %{name}
Group:          System/Libraries
Provides:       lib%{name} = %{version}-%{release}

%description -n %{libname}
This package contains the library needed to run %{name}.

%package -n %{develname}
Summary:        Development header files for %{name}
Group:          Development/C
Requires:       %{libname} = %{version}
Provides:       lib%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname wordnet 3.0 -d}

%description -n %{develname}
Libraries, include files and other resources you can use to develop.

%prep
%setup -q -n %{Name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1 -b .tcl86
%patch4 -p1
%patch5 -p1
autoreconf -fi

%build
%configure2_5x
make

%install
%makeinstall

mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/wordnet.desktop << EOF
[Desktop Entry]
Type=Application
Name=WordNet
Comment=Graphical Interface for WordNet
Comment[ru]=Графический интерфейс для WordNet
Icon=accessories-dictionary
Exec=wnb
Categories=Office;X-MandrivaLinux-Office-Accessories;
EOF

%clean

%files
%doc AUTHORS COPYING INSTALL ChangeLog README doc/{html,ps,pdf}
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/%{Name}
%{_mandir}/*/*

%files -n %{libname}
%{_libdir}/libWN-%{version}.so

%files -n %{develname}
%{_libdir}/libWN.so
%{_libdir}/libWN.a
%{_includedir}/*



%changelog

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 3.0-16
- (b221b50) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15547 |14cu|wordpress-4.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Personal publishing platform
Name:		wordpress
Version:	4.7.2
Release:	1
License:	GPLv2+
Group:		System/Servers
URL:		http://wordpress.org/
Source0:	http://wordpress.org/%{name}-%{version}.tar.gz
Source1:	README.install.urpmi
Requires:	apache-mod_php
Requires:	php-mysql
BuildArch:	noarch

%description
WordPress is a state-of-the-art, semantic, personal publishing platform with a
focus on aesthetics, Web standards, and usability. It was born out of a desire
for an elegant, well-architectured personal publishing system, and is the
official successor to b2/cafelog. While primarily geared towards functioning
as a Weblog, it is also a flexible CMS capable of managing many types of Web
sites. In addition to the basic Weblog functions, it also has an integrated
link manager (e.g. for blogrolls), XFN support, support for "static" pages,
Atom and RSS feeds for both content and comments, XML-RPC blogging API support
(Blogger, MetaWeblog, and Movable Type APIs), spam blocking features, advanced
cruft-free URL generation, a flexible theme system, and an advanced plugin API.

%prep

%setup -qn %{name}

# clean up CVS stuff
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -r $i; fi >&/dev/null
done

# fix dir perms
find . -type d | xargs chmod 755

# fix file perms
find . -type f | xargs chmod 644

# disable wordpress update option
sed -i -e "s/add_action/#add_action/g" wp-includes/update.php

%build

%install
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}/var/www/%{name}

#cp %{SOURCE1} ./README.install.urpmi

cp -aRf * %{buildroot}/var/www/%{name}/

cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf << EOF

Alias /%{name} /var/www/%{name}

<Directory /var/www/%{name}>
    AllowOverride None
    Require all granted

#    Options FollowSymlinks
#    RewriteEngine On
#    RewriteBase /
#    RewriteCond %{REQUEST_FILENAME} !-f
#    RewriteCond %{REQUEST_FILENAME} !-d
#    RewriteRule . /index.php [L]

</Directory>

EOF

# cleanup
rm -f %{buildroot}/var/www/%{name}/license.txt
cp %{SOURCE1} ./README.install.urpmi

%files
%doc README.install.urpmi
%doc license.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}.conf
/var/www/%{name}

%changelog

* Sat Feb 11 2017 Denis Silakov <denis.silakov@rosalab.ru> 4.7.2-1
- (4f9244d) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15548 |14cu|worker-3.8.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define docver 2.10.0.2

Summary:	A file manager for X in AMIGA style
Name:		worker
Group:		File tools
Version:	3.8.3
Release:	1
License:	GPLv2+
URL:		http://www.boomerangsworld.de/worker
Source0:	http://www.boomerangsworld.de/cms/worker/downloads/%{name}-%{version}.tar.bz2
Source1:	worker-%{docver}-doc.tar.bz2
Source3:	%{name}-48.png
Source4:	%{name}-32.png
Source5:	%{name}-16.png
BuildRequires:	pkgconfig(x11)
BuildRequires:	magic-devel

%description
Worker is a graphical filemanager for the X Window System.
It use the classical two-panel-view of the files and directories. 
It hast many intern operations while any extern program can also be
used for operate on the selected items. You can easily add actions 
to filetypes or buttons with the builtin configuration program.

%prep
%setup -q -a 1

%build
%configure2_5x
%make

pushd %{name}-%docver-doc
%configure2_5x
%make
popd

%install
%makeinstall_std
%makeinstall_std -C %{name}-%docver-doc

mkdir -p %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
install -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png
install -m 644 %{SOURCE4} %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE5} %{buildroot}%{_miconsdir}/%{name}.png

%files
%doc README NEWS AUTHORS ChangeLog
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/worker
%{_mandir}/man1/worker.1*
%lang(fr) %{_mandir}/fr/man1/worker.1.*
%lang(it) %{_mandir}/it/man1/worker.1.*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/pixmaps/*.xpm

%changelog

* Sun Aug 28 2016 alzim <alzim@bk.ru> 3.8.3-1
- (665273c) Merge pull request #2 from import/worker:rosa2016.1
- (665273c) Updated to 3.8.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15549 |14cu|wput-0.6.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		wput
Release: 	3
Version: 	0.6.2
Summary: 	Uploading files to FTP servers
License: 	GPLv2
Group: 		Networking/File transfer
Source:		http://prdownloads.sourceforge.net/wput/%{name}-%{version}.tgz
URL:		http://wput.sourceforge.net/

%description
Wput is the opposite of wget, capable of uploading files to FTP 
servers with an easy to use command line interface similar to 
wget's (old) one.

%prep
%setup -q 
chmod 644 COPYING

%build
%configure2_5x
%make

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_sysconfdir}
install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 755 wput %{buildroot}%{_bindir}
install -m 644 doc/wput.1 %{buildroot}%{_mandir}/man1
install -m 644 doc/wputrc %{buildroot}%{_sysconfdir}
(cd po && %makeinstall)
%{find_lang} %{name}


%files -f %{name}.lang
%doc ChangeLog COPYING INSTALL TODO doc
%{_mandir}/man1/wput.1*
%{_bindir}/wput
%config(noreplace) %{_sysconfdir}/wputrc




%changelog

* Mon Sep 14 2015 Denis Silakov <dsilakov@gmail.com> 0.6.2-3
- (12a9e53) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15550 |14cu|writerperfect-0.9.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A collection of tools to transform various file formats into ODF
Name:		writerperfect
Version:	0.9.5
Release:	1
License:	MPLv2.0 or LGPLv2+
Group:		Office
Url:		http://sourceforge.net/p/libwpd/wiki/writerperfect/
Source0:	http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libabw-0.1)
BuildRequires:	pkgconfig(libcdr-0.1)
BuildRequires:	pkgconfig(libe-book-0.1)
BuildRequires:	pkgconfig(libeot)
#BuildRequires:	pkgconfig(libepubgen-0.0)
BuildRequires:	pkgconfig(libetonyek-0.1)
BuildRequires:	pkgconfig(libfreehand-0.1)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(libmspub-0.1)
BuildRequires:	pkgconfig(libmwaw-0.3)
BuildRequires:	pkgconfig(libodfgen-0.1)
#BuildRequires:	pkgconfig(libpagemaker-0.0)
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	pkgconfig(libvisio-0.1)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(libwps-0.4)
Obsoletes:	wpd2sxw < 0.9

%description
Writerperfect is a collection of command-line tools to transform various
document formats into ODF. Among supported input formats are:
* AbiWord
* Apple Keynote
* Corel WordPerfect
* CorelDRAW
* Microsoft Publisher
* Microsoft Visio
* Microsoft Works

%files
%doc ChangeLog COPYING.LGPL COPYING.MPL NEWS README
%{_bindir}/abw2odt
%{_bindir}/cdr2odg
%{_bindir}/cmx2odg
%{_bindir}/ebook2odt
%{_bindir}/fh2odg
%{_bindir}/key2odp
%{_bindir}/mwaw2odf
%{_bindir}/numbers2ods
%{_bindir}/pages2odt
%{_bindir}/pub2odg
%{_bindir}/vsd2odg
%{_bindir}/vss2odg
%{_bindir}/wks2ods
%{_bindir}/wpd2odt
%{_bindir}/wpg2odg
%{_bindir}/wps2odt

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x \
	--disable-silent-rules \
	--disable-werror \
	--with-libabw \
	--with-libcdr \
	--with-libe-book \
	--without-libepubgen \
	--with-libetonyek \
	--with-libfreehand \
	--with-libgsf \
	--with-libmspub \
	--with-libmwaw \
	--without-libpagemaker \
	--with-libvisio \
	--with-libwps

%make

%install
%makeinstall_std


%changelog

* Wed Apr 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.5-1
- (2f12488) Build requires pkgconfig(libeot)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15551 |14cu|ws-jaxme-0.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name jaxme

Name:           ws-jaxme
Version:        0.5.2
Release:        3
Epoch:          0
Summary:        Open source implementation of JAXB

Group:          Development/Java
License:        Apache License
URL:            http://ws.apache.org/jaxme/
Source0:        ws-jaxme-0.5.2-src.tar.gz
# svn export https://svn.apache.org/repos/asf/webservices/jaxme/tags/R0_5_2/ ws-jaxme-0.5.2
Source1:        ws-jaxme-bind-MANIFEST.MF
Patch0:         ws-jaxme-docs_xml.patch
Patch1:         ws-jaxme-catalog.patch
Patch2:         ws-jaxme-system-dtd.patch
Patch3:         ws-jaxme-jdk16.patch
Patch4:         ws-jaxme-ant-scripts2.patch
Patch5:         ws-jaxme-use-commons-codec.patch
Patch6:         ws-jaxme-fix_docbook.patch
BuildArch:      noarch
BuildRequires:  java-devel
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-apache-resolver
BuildRequires:  antlr
BuildRequires:  antlr-java
BuildRequires:  jaxp_transform_impl
BuildRequires:  jakarta-commons-codec
BuildRequires:  junit
BuildRequires:  hsqldb
BuildRequires:  log4j
BuildRequires:  xalan-j2
BuildRequires:  xmldb-api
BuildRequires:  xmldb-api-sdk
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-jaxp-1.3-apis
BuildRequires:  libxml2-utils
BuildRequires:  docbook-style-xsl
BuildRequires:  docbook-dtd45-xml
BuildRequires:  zip
Requires:       antlr
Requires:       jaxp_transform_impl
Requires:       jakarta-commons-codec
Requires:       junit
Requires:       hsqldb
Requires:       log4j
Requires:       xalan-j2
Requires:       xmldb-api
Requires:       xmldb-api-sdk
Requires:       xerces-j2
Requires:       xml-commons-jaxp-1.3-apis
Requires:       jpackage-utils
Requires(postun): jpackage-utils

%description
A Java/XML binding compiler takes as input a schema
description (in most cases an XML schema, but it may
be a DTD, a RelaxNG schema, a Java class inspected
via reflection, or a database schema). The output is
a set of Java classes:
* A Java bean class matching the schema description.
  (If the schema was obtained via Java reflection,
  the original Java bean class.)
* Read a conforming XML document and convert it into
  the equivalent Java bean.
* Vice versa, marshal the Java bean back into the
  original XML document.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils
Requires(postun): jpackage-utils

%description    javadoc
%{summary}.

%package        manual
Summary:        Documents for %{name}
Group:          Development/Java

%description    manual
%{summary}.

%prep
%setup -q -n %{name}-%{version}
for j in $(find . -name "*.jar"); do
    mv $j $j.no
done

%patch0 -p0
%patch1 -p0
#%patch2 -p1
%patch3 -p1
%patch4 -p0 -b .sav
%patch5 -p0 -b .sav
%patch6 -p0 -b .docbook

%build
export OPT_JAR_LIST="xalan-j2 ant/ant-trax xalan-j2-serializer xml-commons-resolver ant/ant-apache-resolver"
export CLASSPATH=$(build-classpath antlr hsqldb commons-codec junit log4j xmldb-api xerces-j2 xml-commons-jaxp-1.3-apis)
%{ant} all Docs.all \
-Dbuild.sysclasspath=first \
-Ddocbook.home=%{_datadir}/sgml/docbook \
-Ddocbookxsl.home=%{_datadir}/sgml/docbook/xsl-stylesheets

mkdir -p META-INF
cp -p %{SOURCE1} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u dist/jaxmeapi-%{version}.jar META-INF/MANIFEST.MF

%install
rm -rf %{buildroot}
install -dm 755 %{buildroot}%{_javadir}/%{base_name}
for jar in dist/*.jar; do
   install -m 644 ${jar} %{buildroot}%{_javadir}/%{base_name}/
done
(cd %{buildroot}%{_javadir}/%{base_name} &&
    for jar in *-%{version}*;
        do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`;
    done
)

(cd %{buildroot}%{_javadir}/%{base_name} &&
    for jar in *.jar;
        do ln -sf ${jar} ws-${jar};
    done
)

#javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/docs/src/documentation/content/apidocs \
    %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf build/docs/src/documentation/content/apidocs

#manual
install -dm 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp -pr build/docs/src/documentation/content/* %{buildroot}%{_docdir}/%{name}-%{version}
install -pm 644 LICENSE %{buildroot}%{_docdir}/%{name}-%{version}

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{base_name}

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files manual
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}

%changelog

* Wed Jul 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:0.5.2-3
- (c992d16) Drop ant-trax BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15552 |14cu|wxbanker-0.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary: 	Simple personal finance
Name: 		wxbanker
Version:	0.9.1
Release:	3
License:	GNU GPL 3
Group:		Office
URL:		https://launchpad.net/wxbanker
Source0:	http://launchpad.net/wxbanker/0.9/0.9.1/+download/%{name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildRequires:	wxPythonGTK
BuildRequires:  python-dateutil
Requires:	wxPythonGTK
Requires:  	python-dateutil
Requires:  	python-simplejson
Requires:  	python-numpy

%description
While wxBanker can synchronize account balances online via Mint.com, the point
of wxBanker is to keep your own separate balances to compare with your online
banks and other accounts; think of wxBanker as an advanced digital checkbook
register.

You can also create arbitrary accounts for keeping track of reimbursable
deposits, loans with friends, or allocating monthly savings for special
purchases.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%clean

%files
%doc COPYING.txt CHANGELOG.txt
%{_localedir}/*/LC_MESSAGES/%{name}.mo
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/%{name}/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_bindir}/%{name}
%{py_puresitedir}/%{name}/*
%{py_puresitedir}/wxBanker*.egg-info



%changelog

* Mon Sep 14 2015 Denis Silakov <dsilakov@gmail.com> 0.9.1-3
- (a6e7c99) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15553 |14cu|wxlauncher-0.9.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Name:		wxlauncher
Version:	0.9.4
Release:	2

Summary:	Cross-platform launcher for the FreeSpace 2
License:	GPLv2
Group:		Games/Strategy 
Url:		http://www.hard-light.net/forums/index.php?topic=67950.0"
Source0:	http://wxlauncher.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	wxlauncher.png
Source2:	wxlauncher.desktop
#https://wxlauncher.googlecode.com/issues/attachment?aid=930010000&name=wxlauncher_homedir.patch&token=ABZ6GAdPROo_5aMga1FoSSzNFfUdmrHNhw%3A1427549336627
Patch0:		wxlauncher_homedir.patch

BuildRequires:  cmake
BuildRequires:  wxPythonGTK-devel
BuildRequires:  wxgtku2.8-devel
BuildRequires:  pkgconfig(python)
BuildRequires:  python-setuptools
BuildRequires:  python
BuildRequires:  pkgconfig(openal)
BuildRequires:  pythonegg(markdown)
BuildRequires:  pkgconfig(sdl)
BuildRequires:  imagemagick
BuildRequires:  desktop-file-utils

%description
This is wxLauncher,a cross-platform 
launcher for the FreeSpace 2 Open engine.
Our goal is to make setting up and using 
Freespace 2 Open and its Total Conversions 
as easy as possible by providing 
an interface that is functional.

%files
%doc ReadMe.txt License.txt Thanks.txt
%{_bindir}/wxlauncher
%{_datadir}/wxlauncher/*.png
%{_datadir}/wxlauncher/*.ico
%{_datadir}/wxlauncher/onlinehelp.htb
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop



#-------------------------------------------------
%prep
%setup -q
%patch0 -p0

%build
%cmake -DUSE_OPENAL=1 \
  -DCMAKE_INSTALL_PREFIX=/usr ../ \
  -DRESOURCES_PATH=%{_datadir}/wxlauncher \
  -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config \
  -DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc-2.8
  
%make

%install
%makeinstall_std -C build
# Icons
install -d -m755 %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
convert %{SOURCE1} -resize 48x48 %{buildroot}%{_liconsdir}/%{name}.png
convert %{SOURCE1} -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert %{SOURCE1} -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png

# menu entry
install -d -m755 %{buildroot}%{_datadir}/applications
desktop-file-install %{SOURCE2} \
  --dir=%{buildroot}%{_datadir}/applications
  







%changelog
* Mon Mar 30 2015 abfonly <abfonly@gmail.com> 0.9.4-2
+ Revision: d906f78
- Bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15554 |14cu|wxmaxima-15.04.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name	wxMaxima

Name:		wxmaxima
Version:	15.04.0
Release:	2
Summary:	An interface for the computer algebra system Maxima
Group:		Sciences/Mathematics
License:	GPLv2+
URL:		http://wxmaxima.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	wxmaxima.desktop
Requires:	maxima
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	wxgtku3.0-devel
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils

Suggests:	jsmath-fonts

%description
wxMaxima is a cross-platform graphical front-end for the computer
algebra system Maxima based on wxWidgets. It provides nice display
of mathematical output and easy access to Maxima functions through
menus and dialogs.

%prep 
%setup -q

%build
%configure2_5x \
	--enable-printing \
        --enable-unicode-glyphs
%make

%install
%makeinstall
%find_lang %{Name}
# icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert data/wxmaxima.png -scale 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert data/wxmaxima.png -scale 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert data/wxmaxima.png -scale 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

#xdg
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/pixmaps
# Upstream desktop file has no localization
rm -f %{buildroot}%{_datadir}/applications/%{Name}.desktop
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{Name}.desktop
install -D -m 644 data/wxmaxima.png %{buildroot}%{_datadir}/pixmaps/wxmaxima.png

# correct icon name in menu entry
#perl -pi -e 's,maxima.png,%{name},g' %{buildroot}%{_datadir}/applications/*

desktop-file-install --vendor="" \
    --remove-category="Application" \
    --remove-category="Utility" \
    --remove-category="X-Red-Hat-Base" \
    --remove-category="X-Red-Hat-Base-Only" \
    --add-category="GTK" \
    --add-category="Science" \
    --add-category="Math" \
    --dir %{buildroot}%{_datadir}/applications \
    %{buildroot}%{_datadir}/applications/*

%files -f %{Name}.lang
%doc README COPYING
%{_bindir}/%{name}
%{_datadir}/%{Name}
%{_datadir}/appdata/*
%{_datadir}/applications/%{Name}.desktop
%{_datadir}/mime/packages/*
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_infodir}/*
%{_mandir}/man?/*

%changelog

* Tue Jun 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 15.04.0-2
- (c1f0800) Updated to 15.04



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15555 |14cu|wxsvg-1.5.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define Werror_cflags %nil

Summary:	A library to create, manipulate and render SVG files
Name:		wxsvg
Version:	1.5.9
Release:	2
License:	wxWidgets-v3
Group:		System/Libraries
Url:		http://wxsvg.sourceforge.net/
Source0:	http://heanet.dl.sourceforge.net/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	ffmpeg-devel
BuildRequires:	wxgtku3.0-devel >= 3.0.2
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libart-2.0)

%description
wxSVG is a C++ library to create, manipulate and render SVG files.

%files
%doc AUTHORS ChangeLog COPYING TODO
%{_bindir}/svgview

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING TODO
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries from %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog COPYING TODO
%{_includedir}/*
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/lib%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

# fix debug permits
chmod a-x src/cairo/SVGCanvasTextCairo.h
chmod a-x src/cairo/SVGCanvasImageCairo.h
chmod a-x src/cairo/SVGCanvasImageCairo.cpp
chmod a-x src/cairo/SVGCanvasTextCairo.cpp

%build
#move files to a better place
mv *.m4 m4/

autoreconf -vfi
%configure2_5x \
	--disable-static \
	--with-wx-config=%{_bindir}/wx-config \
	--enable-ffmpeg

%make

%install
%makeinstall_std


%changelog

* Wed Sep 07 2016 alzim <alzim@bk.ru> 1.5.9-2
- (ce28111) Merge pull request #6 from import/wxsvg:rosa2016.1
- (ce28111) Updated --with-wx-config



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15556 |14cu|x11-driver-video-apm-1.2.5-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Alliance Promotion
Name:		x11-driver-video-apm
Version:	1.2.5
Release:	12
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-apm-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xorg-macros)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-apm is the X.org driver for Alliance Promotion.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/apm_drv.so
%{_mandir}/man4/apm.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-apm-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.2.5-12
- (e925fc4) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15557 |14cu|x11-driver-video-ark-0.7.5-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for ARK Logic graphics chipsets
Name:		x11-driver-video-ark
Version:	0.7.5
Release:	12
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ark-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-ark is the X.org driver for ARK Logic graphics chipsets.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/ark_drv.so

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-ark-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.7.5-12
- (0f62b74) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15558 |14cu|x11-driver-video-ast-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for ASPEED Technology Inc
Name:		x11-driver-video-ast
Version:	1.0.1
Release:	4
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ast-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-ast is the X.org driver for ASPEED Technology Inc.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/ast_drv.so

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-ast-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.1-4
- (cfd3ab4) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15559 |14cu|x11-driver-video-chips-1.2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Chips and Technologies
Name:		x11-driver-video-chips
Version:	1.2.6
Release:	3
Group:		System/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-chips-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-chips is the X.org driver for Chips and Technologies boards.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/chips_drv.so
%{_mandir}/man4/chips.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-chips-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.2.6-3
- (60da713) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15560 |14cu|x11-driver-video-geode-2.11.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for AMD Geode GX and LX Processors
Name:		x11-driver-video-geode
Version:	2.11.18
Release:	1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-geode-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
This is the X graphics driver for the AMD Geode GX and LX processors.
The GX driver features XAA and EXA support for graphics acceleration,
and the LX driver supports EXA (including compositing). Both drivers
suppport dynamic rotation with XRandR, and Xv overlay support.

%files
%doc README TODO
%{_libdir}/xorg/modules/drivers/ztv_drv.so
%{_libdir}/xorg/modules/drivers/geode_drv.so

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-geode-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Feb 10 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.11.18-1
- (17de75a) Updated to version 2.11.18



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15561 |14cu|x11-driver-video-glint-1.2.8-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for 3DLabs Permedia
Name:		x11-driver-video-glint
Version:	1.2.8
Release:	12
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-glint-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-glint is the X.org driver for 3DLabs Permedia.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/glint_drv.so
%{_mandir}/man4/glint.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-glint-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.2.8-12
- (62113af) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15562 |14cu|x11-driver-video-i128-1.3.6-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Number Nine chipsets
Name:		x11-driver-video-i128
Version:	1.3.6
Release:	12
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-i128-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-i128 is the X.org driver for Number Nine chipsets.

%files
%{_libdir}/xorg/modules/drivers/i128_drv.so
%{_mandir}/man4/i128.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-i128-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std



%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.3.6-12
- (e526f20) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15563 |14cu|x11-driver-video-i740-1.3.4-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Intel i740
Name:		x11-driver-video-i740
Version:	1.3.4
Release:	12
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-i740-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-i740 is the X.org driver for Intel i740.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/i740_drv.so
%{_mandir}/man4/i740.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-i740-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.3.4-12
- (dff7dff) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15564 |14cu|x11-driver-video-neomagic-1.2.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for NeoMagic Cards
Name:		x11-driver-video-neomagic
Version:	1.2.9
Release:	3
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-neomagic-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-neomagic is the X.org driver for NeoMagic Cards.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/neomagic_drv.so
%{_mandir}/man4/neomagic.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-neomagic-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.2.9-3
- (284a5a8) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15565 |14cu|x11-driver-video-r128-6.10.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for ATI Rage 128
Name:		x11-driver-video-r128
Version:	6.10.1
Release:	1
Epoch:		1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-r128-%{version}.tar.bz2
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-r128 is the X.org driver for ATI Rage 128.

%files
%{_libdir}/xorg/modules/drivers/r128_drv.so
%{_mandir}/man4/r128.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-r128-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Fri Jan 22 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:6.10.1-1
- (19e7535) Updated to version 6.10.1 with a couple of fixes
- (19e7535) Fixes:
- (19e7535) * Really fix bitmasks for DDC
- (19e7535) * Assume CRT in the absence of other monitors



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15566 |14cu|x11-driver-video-siliconmotion-1.7.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for Silicon Motion Cards
Name:		x11-driver-video-siliconmotion
Version:	1.7.8
Release:	3
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-siliconmotion-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-siliconmotion is the X.org driver for Silicon Motion Cards.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/siliconmotion_drv.so
%{_mandir}/man4/siliconmotion.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-siliconmotion-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std



%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.7.8-3
- (b0c16aa) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15567 |14cu|x11-driver-video-sisusb-0.9.6-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	Driver for SiS video chips connected via a Net2280-based USB dongle
Name:		x11-driver-video-sisusb
Version:	0.9.6
Release:	14
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sisusb-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(glproto)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-sisusb is the X.org video driver for SiS video chips
connected via a Net2280-based USB dongle.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/sisusb_drv.so
%{_mandir}/man4/sisusb.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-sisusb-%{version}
%apply_patches
autoreconf -fiv

%build
CFLAGS="%{optflags} -I%{_includedir}/xorg" %configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.9.6-14
- (be4eea1) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15568 |14cu|x11-driver-video-tdfx-1.4.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Voodoo Cards
Name:		x11-driver-video-tdfx
Version:	1.4.6
Release:	3
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tdfx-%{version}.tar.bz2
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-tdfx is the X.org driver for Voodoo Cards.

%files
%{_libdir}/xorg/modules/drivers/tdfx_drv.so
%{_mandir}/man4/tdfx.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-tdfx-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.4.6-3
- (b0438a5) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15569 |14cu|x11-driver-video-tga-1.2.2-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for DEC Tga Cards
Name:		x11-driver-video-tga
Version:	1.2.2
Release:	20
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tga-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-tga is the X.org driver for DEC Tga Cards.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/tga_drv.so

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-tga-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.2.2-20
- (8942db3) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15570 |14cu|x11-driver-video-trident-1.3.6-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Trident Cards
Name:		x11-driver-video-trident
Version:	1.3.6
Release:	12
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-trident-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-trident is the X.org driver for Trident Cards.

%files
%{_libdir}/xorg/modules/drivers/trident_drv.so
%{_mandir}/man4/trident.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-trident-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.3.6-12
- (3f634c6) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15571 |14cu|x11-driver-video-tseng-1.2.5-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Tseng Cards
Name:		x11-driver-video-tseng
Version:	1.2.5
Release:	12
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tseng-%{version}.tar.bz2
Patch0:		remove_mibstore_h.store
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-tseng is the X.org driver for Tseng Cards.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/tseng_drv.so
%{_mandir}/man4/tseng.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-tseng-%{version}
%apply_patches

%build
%configure2_5x \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.2.5-12
- (f5b5de4) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15572 |14cu|x11-driver-video-v4l-0.2.99-0.20110630.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrev 95fcc10
%define gitdate 20110630
# Git repo: http://cgit.freedesktop.org/xorg/driver/xf86-video-v4l/

# How to prepare the source archive from the git tree:
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix xf86-video-v4l-${date}-git${hash}/ ${hash} \
#       | xz -7e > xf86-video-v4l-${date}-git${hash}.tar.xz

# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	Xvideo extension port for video overlay
Name:		x11-driver-video-v4l
Version:	0.2.99
Release:	0.%{gitdate}.4
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
#Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-v4l-_{version}.tar.bz2
Source0:	xf86-video-v4l-%{gitdate}-git%{gitrev}.tar.xz
Patch0:		xf86-video-v4l-0.2.0-build-fix.patch

BuildRequires:	x11-util-macros
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xorg-server)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
v4l is an Xorg driver for video4linux cards. It provides a Xvideo
extension port for video overlay.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/v4l_drv.so
%{_mandir}/man4/v4l.*

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-video-v4l-%{gitdate}-git%{gitrev}
%apply_patches

%build
autoreconf -vfi
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Fri Dec 25 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 0.2.99-0.20110630.4
- (dc24e44) Release up before rebuild to Contrib
- (dc24e44) The driver is no longer needed in Main. It has been deprecated upstream
- (dc24e44) long ago.
- (dc24e44) Let us deprecate it too and move it to Contrib.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15573 |14cu|x11-driver-xrdp-0.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           x11-driver-xrdp
Version:        0.2.2
Release:        1
Summary:        Implementation of xrdp backend as Xorg modules
Group:		Networking/Remote access
License:        MIT
URL:            https://github.com/neutrinolabs/xorgxrdp
Source0:        https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{version}/xorgxrdp-%{version}.tar.gz

BuildRequires:  nasm
BuildRequires:  xrdp-devel
BuildRequires:  pkgconfig(xfont)
BuildRequires:  pkgconfig(x11)
BuildRequires:  x11-server-devel

%description
xorgxrdp is a set of X11 modules that make Xorg act as a backend for
xrdp. Xorg with xorgxrdp is the most advanced xrdp backend with support
for screen resizing and multiple monitors.

%prep
%setup -qn xorgxrdp-%{version}


%build
%configure2_5x
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/xorg/modules/drivers/xrdpdev_drv.a
rm -f %{buildroot}%{_libdir}/xorg/modules/input/xrdpkeyb_drv.a
rm -f %{buildroot}%{_libdir}/xorg/modules/input/xrdpmouse_drv.a
rm -f %{buildroot}%{_libdir}/xorg/modules/libxorgxrdp.a

%files
%doc COPYING
%doc README.md
%dir %{_sysconfdir}/X11/xrdp
%{_sysconfdir}/X11/xrdp/xorg.conf
%{_libdir}/xorg/modules/drivers/xrdpdev_drv.so
%{_libdir}/xorg/modules/input/xrdpkeyb_drv.so
%{_libdir}/xorg/modules/input/xrdpmouse_drv.so
%{_libdir}/xorg/modules/libxorgxrdp.so

%changelog

* Tue Jun 27 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.2.2-1
- (8b4488e) Drop static libs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15574 |14cu|xalan-c-1.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           xalan-c
Version:        1.11
Release:        1
Summary:        Xalan XSLT processor for C
Group:          System/Libraries
License:        ASL 2.0
URL:            http://xml.apache.org/xalan-c/
Source0:        http://www.eu.apache.org/dist/xalan/xalan-c/sources/xalan_c-%{version}-src.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:         xalan-c-1.10.0-escaping.patch
BuildRequires:  xerces-c-devel

%description
Xalan is an XSLT processor for transforming XML documents into HTML, text, or
other XML document types.


%package        devel
Summary:        Header files, libraries and development documentation for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}


%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.


%package doc
Group:          Development/Java
Summary:        Documentation for Xerces-C++ validating XML parser


%description doc
Documentation for %{name}.


%prep
%setup -q -n xalan-c-1.11/c
%patch0 -p2 -b .escaping
find -type d -name CVS -print0 | xargs -0 rm -rf
chmod 644 NOTICE


%build
export XALANCROOT="${PWD}"
export XERCESROOT=%{_includedir}/xercesc/
COMMONARGS="-plinux -cgcc -xg++ -minmem"
%ifarch alpha ppc64 s390x sparc64 x86_64
./runConfigure ${COMMONARGS} -b64 -P %{_prefix} -C --libdir="%{_libdir}" -z '%{optflags}'
%else
./runConfigure ${COMMONARGS} -b32 -P %{_prefix} -C --libdir="%{_libdir}" -z '%{optflags}'
%endif
# _smp_mflags do not work
make


%install
export XALANCROOT="${PWD}"
export XERCESROOT=%{_includedir}/xercesc/
make install DESTDIR=%{buildroot}

%clean

%files
%doc LICENSE KEYS NOTICE
%{_bindir}/Xalan
%{_libdir}/libxalan*.so.*


%files devel
%{_libdir}/libxalan*.so
%{_includedir}/xalanc/

%files doc
%doc readme.html xdocs samples

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.11-1
- (38365b8) Updated to 1.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15575 |14cu|xapian-bindings-1.2.23-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_mono 0

Summary:	Bindings for the Xapian
Name:		xapian-bindings
Version:	1.2.23
Release:	4
License:	GPLv2+
Group:		Development/Other
URL:		http://www.xapian.org
Source0:	http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
Patch0:		xapian-bindings-1.2.2-no-pyc.patch
BuildRequires:	pkgconfig(xapian-core) >= %{version}
BuildRequires:	python-devel
BuildRequires:	php-devel
BuildRequires:	php-cli
BuildRequires:	tcl-devel
BuildRequires:	java-rpmbuild
BuildRequires:	ruby-devel
BuildRequires:	mono-devel
BuildRequires:	java-1.8.0-devel

%description
SWIG and JNI bindings allowing Xapian to be used from various 
other programming languages.

#----------------------------------------------------------------------------

%package java
Summary:	Files needed for developing Java applications which use Xapian
Group:		Development/Java
Requires:	xapian >= %{version}
Requires:	java-1.8.0-openjdk

%description java
This package provides the files needed for developing Java applications which
use Xapian.

%files java
%{_libdir}/libxapian_jni.so
%{_jnidir}/xapian_jni.jar

#----------------------------------------------------------------------------

%if %build_mono
%package mono
Summary:	Files needed for developing C# applications which use Xapian
Group:		Development/Other
Requires:	xapian >= %{version}
Requires:	mono

%description mono
This package provides the files needed for developing 
C# applications which use Xapian.

%files mono
%doc %{_docdir}/xapian-bindings/csharp
%{_libdir}/_XapianSharp.so
%{_libdir}/mono/XapianSharp/XapianSharp.dll
%{_libdir}/mono/gac/XapianSharp/%{version}*/XapianSharp.dll
%endif

#----------------------------------------------------------------------------

%package php
Summary:	Files needed for developing PHP scripts which use Xapian
Group:		Development/PHP
Requires:	xapian >= %{version}
Requires:	php
Requires:	php(zend-abi) = %{php_zend_api}

%description php
This package provides the files needed for developing 
PHP scripts which use Xapian.

%files php
%doc %{_docdir}/xapian-bindings/php
%{_libdir}/php/extensions/xapian.so
%{_datadir}/php5/xapian.php

#----------------------------------------------------------------------------

%package python
Summary:	Files needed for developing Python scripts which use Xapian
Group:		Development/Python
Requires:	xapian >= %{version}
Requires:	python >= 2.5

%description python
This package provides the files needed for developing 
Python scripts which use Xapian.

%files python
%doc %{_docdir}/xapian-bindings/python
%{py_platsitedir}/xapian/*.py*
%{py_platsitedir}/xapian/*.so

#----------------------------------------------------------------------------

%package ruby
Summary:	Files needed for developing Ruby applications which use Xapian
Group:		Development/Ruby
Requires:	xapian >= %{version}
Requires:	ruby

%description ruby
This package provides the files needed for developing 
Ruby applications which use Xapian.

%files ruby
%doc %{_docdir}/xapian-bindings/ruby
%{ruby_sitearchdir}/_xapian.so
%{ruby_sitelibdir}/xapian.rb

#----------------------------------------------------------------------------

%package tcl
Summary:	Files needed for developing TCL scripts which use Xapian
Group:		Development/Other
Requires:	xapian >= %{version}
Requires:	tcl

%description tcl
This package provides the files needed for developing 
TCL scripts which use Xapian.

%files tcl
%doc %{_docdir}/xapian-bindings/tcl8
%{tcl_sitearch}/xapian%{version}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
# (tpg) do not check for this, to much effort to provide a patch
%define Werror_cflags %nil

# We want to avoid using jni.h from libgcj-devel, so we force
# the includedir instead of using ./configure detection, which would
# default to libgcj jni.h:
# - Anssi (12/2007)
export CPPFLAGS="%{optflags} -I%{java_home}/include"
export JDK_HOME=%{java_home}
export TCL_LIB=%{tcl_sitearch}
export TCL_INC=%{_includedir}
autoreconf -fiv
%configure2_5x \
%if %build_mono
	--with-csharp \
%endif
	--with-php \
	--with-python \
	--with-ruby \
	--with-tcl \
	--with-java
%make

%install
%makeinstall_std

# Move to a proper location
install -d -m755 %{buildroot}%{_libdir}
mv %{buildroot}%{_builddir}/%{name}-%{version}/java/built/libxapian_jni.so %{buildroot}%{_libdir}

# Install the needed jar file as well
install -d -m755 %{buildroot}%{_jnidir}
install -m644 java/built/xapian_jni.jar %{buildroot}%{_jnidir}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.23-4
- (2f846fa) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15576 |14cu|xapian-omega-1.2.23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A CGI search frontend and indexers built on Xapian
Name:		xapian-omega
Version:	1.2.23
Release:	1
License:	GPLv2+
Group:		Networking/WWW
URL:		http://www.xapian.org
Source0:	http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(xapian-core) >= %{version}
BuildRequires:	pcre-devel
Requires:	xapian >= %{version}

%description
Omega is a CGI application which uses the Xapian Information Retrieval
library to index and search collections of documents.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

# CGI application
mkdir -p %{buildroot}%{_var}/www/cgi-bin/
mv %{buildroot}%{_libdir}/%{name}/bin/omega %{buildroot}%{_var}/www/cgi-bin

# Create /var directories
mkdir -p %{buildroot}%{_var}/lib/omega/data
mkdir -p %{buildroot}%{_var}/lib/omega/cdb
mkdir -p %{buildroot}%{_var}/log/omega

# Default templates
mkdir -p %{buildroot}%{_var}/lib/omega/templates
cp -r templates/* %{buildroot}%{_var}/lib/omega/templates/

# Images
mkdir -p %{buildroot}%{_var}/www/icons/omega
cp -r images/* %{buildroot}%{_var}/www/icons/omega/

%files
%doc AUTHORS ChangeLog README TODO NEWS
%dir %{_datadir}/omega
%dir %{_var}/www/icons/omega
%dir %{_var}/lib/omega
%{_bindir}/dbi2omega
%{_bindir}/omindex
%{_bindir}/scriptindex
%{_bindir}/htdig2omega
%{_bindir}/mbox2omega
%{_libdir}/xapian-omega/bin/outlookmsg2html
%{_var}/lib/omega/templates/*
%{_var}/log/omega
%{_var}/www/cgi-bin/omega
%{_var}/www/icons/omega/*.png
%{_datadir}/omega/*.script
%config(noreplace) %{_sysconfdir}/omega.conf
%{_mandir}/man1/omindex.1*
%{_mandir}/man1/scriptindex.1*

%changelog

* Mon Apr 25 2016 dsilakov <denis.silakov@rosalab.ru> 1.2.23-1
- (e2c8370) Merge pull request #1 from alzim/xapian-omega:rosa2014.1
- (e2c8370) Updated to 1.2.23



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15577 |14cu|xarchiver-0.5.4.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A lightweight archiving/compression tool
Name:		xarchiver
Version:	0.5.4.6
Release:	1
License:	GPLv2
Group:		Archiving/Compression
URL:		http://xarchiver.sourceforge.net/
Source0:	http://downloads.sourceforge.net/xarchiver/%{name}-%{version}.tar.gz
Patch2:         xarchiver-0.5.4.6-mga-fix-sigsegv-when-directly-extracting-rpm.patch
BuildRequires:	gtk+2-devel
BuildRequires:	intltool
BuildRequires: desktop-file-utils
Requires(post):        desktop-file-utils
Requires(postun): desktop-file-utils
Requires:	binutils
Requires:	unzip
Requires:	zip
Suggests:	arj
Suggests:	p7zip
Suggests:	lha
Suggests:	unrar
Suggests:	xz

%description
Xarchiver is a GTK+2 only frontend to 7z, zip, rar, tar, bzip2, gzip, arj,
lha, rpm and deb (open and extract only).Xarchiver allows you to create,
add, extract and delete files in the above formats. 7z, zip, rar, arj
password protected archives are supported.

%prep
%setup -qn %{name}-%{name}-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

# make the .desktop file compliant with xdg specs
desktop-file-install \
	--vendor="" \
	--remove-key="Encoding" \
	--remove-mime-type="multipart/x-zip" \
	--dir %{buildroot}%{_datadir}/applications \
		%{buildroot}%{_datadir}/applications/xarchiver.desktop

%files -f %{name}.lang
%doc %{_docdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_libexecdir}/thunar-archive-plugin/xarchiver.tap
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/pixmaps/%{name}/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg


%changelog

* Tue Mar 29 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.5.4.6-1
- (43d46c0) Added intltool BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15578 |14cu|xastir-2.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Amateur Station Tracking and Reporting system for amateur radio
Name:		xastir
Version:	2.0.6
Release:	1
License:	GPLv2+
Group:		Communications
Url:		http://www.xastir.org
Source0:	http://prdownloads.sourceforge.net/xastir/xastir-%{version}.tar.gz
Source1:	http://prdownloads.sourceforge.net/xastir/xastir-sounds.tgz
Patch0:		xastir-desktop.diff
BuildRequires:	db-devel
BuildRequires:	festival-devel
BuildRequires:	lesstif-devel
BuildRequires:	shapelib-devel
BuildRequires:	pkgconfig(geotiff)
BuildRequires:	pkgconfig(GraphicsMagick)
BuildRequires:	pkgconfig(proj)
Requires:	x11-font-adobe-75dpi

%description
Xastir is a graphical application that interfaces HAM radio
and internet access to realtime mapping software.

Install XASTIR if you are interested in APRS(tm) and HAM radio
software.

%files
# Documents:  Go into special doc area
%doc AUTHORS ChangeLog COPYING COPYING.LIB.LESSTIF DEBUG_LEVELS FAQ INSTALL LICENSE
%doc README README.Contributing README.CVS README.Getting-Started
%doc README.MAPS README.win32 UPGRADE
%{_bindir}/*
%{_datadir}/xastir/help
%{_datadir}/xastir/config
%{_datadir}/xastir/symbols
%{_datadir}/xastir/scripts
%{_mandir}/man1/xastir.1.*
%{_mandir}/man1/callpass.1.*
%{_mandir}/man1/testdbfawk.1.*
%{_mandir}/man1/xastir_udp_client.1.*
%{_datadir}/applications/xastir.desktop
# protect user-installed map and other files from being clobbered
%config %{_datadir}/xastir/maps
%config %{_datadir}/xastir/Counties
%config %{_datadir}/xastir/fcc
%config %{_datadir}/xastir/GNIS
%config %{_datadir}/xastir/sounds

#----------------------------------------------------------------------------

%prep
%setup -q
%setup -a1 -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

# Docs go into package docs area instead of here:
rm -rf %{buildroot}/usr/share/doc/xastir
mkdir -p %{buildroot}/usr/share/applications
cp xastir.desktop %{buildroot}/usr/share/applications/.
cp sounds/* %{buildroot}/usr/share/xastir/sounds/.


%changelog

* Wed May 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.6-1
- (e85bea7) New version 2.0.6
- (e85bea7) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15579 |14cu|xautolock-2.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Name:		xautolock
Summary:	Automatically starts programs when there is inactivity under X
Version:	2.2
Release:	6
Group:		Graphical desktop/Other
License:	GPLv2
Source0:	http://www.ibiblio.org/pub/Linux/X11/screensavers/%{name}-%{version}.tgz
URL:		http://www.ibiblio.org/pub/Linux/X11/screensavers/

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	imake
#(nl) Needed for rman
BuildRequires:  xorg-x11

Requires:	xlockmore


%description
Xautolock monitors the user activity on an X Window display.
If none is detected within a certain amount of time a program specified
by the user will be run. Typically xautolock will be used to lock the screen
using for instance xlock.

%prep
%setup -q

%build
xmkmf
%make

%install
bzip2 ./xautolock.man
install -m644 xautolock.man.bz2 -D %{buildroot}%{_mandir}/man1/xautolock.man.bz2
install -m755 xautolock -D %{buildroot}%{_prefix}/X11R6/bin/xautolock
# Make sure all docs are readable
chmod a+r Changelog Readme Todo License

%files 
%doc License Todo Readme Changelog
%{_prefix}/X11R6/bin/xautolock
%{_mandir}/*/*





%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 2.2-6
- (bb3b033) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15580 |14cu|xbindkeys-1.8.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Link keyboard and mouse input events with shell commands
Name:		xbindkeys
Version:	1.8.6
Release:	1
License:	GPL
Group:		System/X11
URL:		https://savannah.nongnu.org/projects/xbindkeys/
Source:		http://www.nongnu.org/xbindkeys/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(x11) 
# (for xbindkey_show)
Requires:	tk

%description
%{name} is a program that allows you to launch shell commands with
your keyboard or your mouse under X Window. It links commands to keys
or mouse buttons, using a configuration file. It's independent of the
window manager and can capture all keyboard keys (e.g. Power, Wake...).

%prep
%setup -q


%build 
%configure  --disable-guile
%make

%install
%makeinstall


%files
%defattr(-,root,root)
%doc AUTHORS BUGS ChangeLog README
%{_bindir}/*
%{_mandir}/man?/*

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15581 |14cu|xboard-4.2.7-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	An X Window System graphical chessboard
Name:		xboard
Version:	4.2.7
Release:	18
Group:		Games/Boards
URL:		http://www.gnu.org/software/xboard/
License:	BSD-like and GPLv2+

Source:		ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.bz2
Source1:	xboard.sh.bz2
Source2:	xboard-pxboard.man.bz2
Source3:	XBoard.ad.bz2
Patch0:		xboard-4.2.7-entry.patch
Patch1:		xboard-4.2.7-cmail-quote.patch
Patch2:		xboard-4.2.7-lowtime-warning.patch
Patch3:		xboard-4.2.7-xvt.patch
Patch4:		xboard-4.2.7-xtname.patch
Patch5:		xboard-4.2.7-hilight-threatened-pieces.patch
Patch6:		xboard-4.2.7-str-fmt.patch

Requires:	chessengine
Conflicts:	gnuchess <= 5.06
BuildRequires:	flex
BuildRequires:	groff-for-man
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xpm)

%description
Xboard is an X Window System based graphical chessboard which can be used with
the GNUchess and Crafty chess programs, with Internet Chess Servers (ICSs),
with chess via email, or with your own saved games.

%prep
%setup -q 
%patch0 -p1 -b .info-entry
%patch1 -p1 -b .quote
%patch2 -p1 -b .lowtime
%patch3 -p1 -b .xvt
%patch4 -p1 -b .xtname
%patch5 -p1 -b .hilite
%patch6 -p1 -b .str

chmod 0644 ChangeLog*

%build
%configure2_5x --bindir=%{_gamesbindir}
# Xaw3d kinda conflicts with Conectiva patch; no tooltip will be
# shown - Abel
# --with-Xaw3d
%make

%install
%makeinstall bindir=%{buildroot}%{_gamesbindir}

mv %{buildroot}%{_gamesbindir}/%{name} %{buildroot}%{_gamesbindir}/%{name}.real

bzip2 -dc %{SOURCE1} > %{buildroot}%{_gamesbindir}/%{name}
chmod 755 %{buildroot}%{_gamesbindir}/%{name}

# install pxboard manpage
bzip2 -dc %{SOURCE2} > %{buildroot}%{_mandir}/man6/pxboard.6

# install X resource
mkdir -p %{buildroot}%{_sysconfdir}/X11/app-defaults
bzip2 -dc %{SOURCE3} > %{buildroot}%{_sysconfdir}/X11/app-defaults/XBoard

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=XBoard
Comment=GUI chessboard game
Comment[ru]=Шахматы
Exec=%{_gamesbindir}/xboard
Icon=strategy_section
Terminal=false
Type=Application
Categories=Game;BoardGame;
EOF

# remove useless files
rm -f %{buildroot}%{_infodir}/dir

%files
%doc AUTHORS ChangeLog* COPYRIGHT FAQ NEWS READ_ME zippy.README
%doc *.txt *.html
%config(noreplace) %{_sysconfdir}/X11/app-defaults/XBoard
%{_datadir}/applications/%{name}.desktop
%{_gamesbindir}/*
%{_mandir}/man?/*
%{_infodir}/*.info*



%changelog

* Fri Mar 25 2016 Denis Silakov <dsilakov@gmail.com> 4.2.7-18
- (c916f16) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15582 |14cu|xboxdrv-linux-0.8.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xboxdrv

Name:		xboxdrv-linux
License:	GPL
Group:		System/Configuration/Hardware 
URL:		http://pingus.seul.org/~grumbel/xboxdrv/
Autoreqprov:	on
Version:	0.8.8
Release:	1
Summary:	XBox 360 Controller Driver
Source0:	https://github.com/xboxdrv/xboxdrv/archive/v%{version}.tar.gz?/%{oname}-%{version}.tar.gz
Source1:	xboxdrv.init
Source100:	%{name}.rpmlintrc

BuildRequires: pkgconfig(sdl) 
BuildRequires: pkgconfig(zlib)
BuildRequires: pkgconfig(gl)
BuildRequires: gcc-c++ 
BuildRequires: scons 
BuildRequires: pkgconfig(libusb)
BuildRequires: boost-devel 
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(glib-2.0) 
BuildRequires: pkgconfig(dbus-glib-1)

%description
Userspace Xbox/Xbox360 USB Gamepad Driver for Linux

%prep
%setup -qn %{oname}-%{version}

%build
%make PREFIX=/usr

%install
install -D xboxdrv %{buildroot}%{_bindir}/xboxdrv
install -D doc/xboxdrv-daemon.1 %{buildroot}%{_mandir}/man1/xboxdrv-daemon.1
install -D doc/xboxdrv.1 %{buildroot}%{_mandir}/man1/xboxdrv.1
install -c -D -m 0750 %{SOURCE1} %{buildroot}%{_initrddir}/xboxdrv

%files
%{_bindir}/xboxdrv
%{_mandir}/man1/xboxdrv*
%attr(0750,root,admin) %{_initrddir}/xboxdrv

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15583 |14cu|xca-1.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Summary:	GUI for handling X509 certificates, RSA keys and PKCS#10 requests
Name:		xca
Version:	1.3.2
Release:	1
License:	BSD
Group:		System/Servers
Source0:	http://prdownloads.sourceforge.net/xca/%{name}-%{version}.tar.gz
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
URL:		http://www.hohnstaedt.de/xca/xca.html
BuildRequires:  pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(Qt5Gui)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  qt5-tools
BuildRequires:  qt5-devel
BuildRequires:  qt5-linguist-tools
BuildRequires:	db-devel
BuildRequires:	pkgconfig(libssl)
BuildRequires:	linuxdoc-tools
BuildRequires:	libltdl-devel


%description
XCA uses a Berkeley DB for storage and supports RSA keys,
certificate signing requests (PKCS#10) and Certificates (X509v3)
The signing of requests, and the creation of selfsigned certificates
is supported. Both can use templates for simplicity.
The PKI structures can be imported and exported in several formats
like PKCS#7, PKCS#12, PEM, DER, PKCS#8.

%prep
%setup -q

perl -n -i -e '$/="\r\n";chomp;print;print "\n"' COPYRIGHT
perl -pi -e 's,\/usr\/lib\/,%{_libdir},g' configure

%build
%configure2_5x
%make

%install
export TOPDIR=%{buildroot}
export destdir=%{buildroot}
%makeinstall_std

rm -f %{buildroot}%{_datadir}/pixmaps/xca.xpm

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m644 %{SOURCE11} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png


%files
%defattr(-,root,root, 755)
%doc AUTHORS COPYRIGHT
%doc doc/*.html
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/xca-32x32.xpm
%{_datadir}/applications/*.desktop
%{_bindir}/%{name}*
%{_datadir}/%{name}
%{_mandir}/man1/%{name}*.1*
%{_datadir}/mime/packages/xca.xml

%changelog

* Wed Aug 31 2016 Denis Silakov <dsilakov@gmail.com> 1.3.2-1
- (6c24274) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15584 |14cu|xcftools-1.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command-line tools for extracting information from XCF files
Name:		xcftools
Version:	1.0.7
Release:	1
Group:		Graphics
License:	Public Domain
Url:		http://henning.makholm.net/software
Source0:	http://henning.makholm.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		xcftools-1.0.7-fix-sed.patch
Patch1:		xcftools-1.0.7-fix-as-needed-linking.patch
Patch2:		xcftools-1.0.7-libpng15.patch
Patch3:		xcftools-1.0.7-libpng16.patch
BuildRequires:	pkgconfig(libpng)

%description
Xcftools is a set of fast command-line tools for extracting information from
the Gimp's native file format XCF. The tools are designed to allow efficient
use of layered XCF files as sources in a build system that use 'make' and
similar tools to manage automatic processing of the graphics.
These tools work independently of the Gimp engine and do not require
the Gimp to even be installed.

%files -f %{name}.lang
%doc README
%{_bindir}/xcfview
%{_bindir}/xcfinfo
%{_bindir}/xcf2pnm
%{_bindir}/xcf2png
%{_mandir}/man1/xcfview.1*
%{_mandir}/man1/xcfinfo.1*
%{_mandir}/man1/xcf2pnm.1*
%{_mandir}/man1/xcf2png.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%configure2_5x
%make
cd manpo
# Convert to utf-8
for file in xcf2png.da.1 xcf2pnm.da.1 xcfinfo.da.1 xcfview.da.1 ; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file &&  touch -r $file $file.new &&  mv $file.new $file
done

%install
%makeinstall_std

%find_lang %{name} --all-name --with-man


%changelog

* Sun Jun 18 2017 Rosa <rosa@abf.rosalinux.ru> 1.0.7-1
- (84ad6b0) Automatic import for version 1.0.7-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15585 |14cu|xcolorsel-1.1a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xcolorsel
%define version 1.1a
%define release 7

Summary: Simple color displayer/selector for X11 rgb.txt files
Name: %{name}
Version: %{version}
Release: %{release}
License: GPLv2+
Group: Graphics
Url: http://packages.debian.org/stable/x11/xcolorsel
Source0: %{name}-%{version}-src.tar.gz
Patch0: xcolorsel_1.1a-16_debian.patch
Patch1: xcolorsel_rgbtxt-mdv.patch
Patch2: xcolorsel-debug.patch
BuildRequires: imake
BuildRequires: gccmakedep
BuildRequires: Xaw3d-devel
BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xpm)
BuildRequires: pkgconfig(xp)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xau)
BuildRequires: pkgconfig(xdmcp)

%description
xcolorsel is a X-Utility that allows you to display X11 "rgb.txt" or
other such files together with tiles showing how the color looks on
your screen. Also a programmer may (like with xfontsel) cut the color
names/definitions in various formats (Colorformats and formats for
resourcefiles or C-sources) und paste them directly in his source
codes.

%files
%doc 00-ANNOUNCE 00-README 01-CHANGELOG 01-COPYING
%config(noreplace) %{_sysconfdir}/X11/app-defaults/Xcolorsel
%config(noreplace) %{_sysconfdir}/X11/app-defaults/Xcolorsel-color
%{_bindir}/xcolorsel
%{_prefix}/lib/X11/xcolorsel/Xcolorsel.help
#---------------------------------------------------------
%prep
%setup -q -n xcolorsel
%patch0 -p1
%patch1 -p1
%patch2 -p0

%build
xmkmf -a
# XAWLIB=-lXaw3d taken from Debian, otherwise it links with libxaw and crashes at runtime
%make XAWLIB=-lXaw3d

%install
%makeinstall_std
rm -f %buildroot/%{_prefix}/lib/X11/app-defaults


%changelog

* Sun Jun 26 2016 abfonly <abfonly@gmail.com> 1.1a-7
- (ac6df18) Log: Fixed debug crap, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15586 |14cu|xcompmgr-1.1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xcompmgr
Version:	1.1.7
Release:	1
Summary:	Sample X Compositing Manager
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
URL:		http://xapps.freedesktop.org
License:	MIT
Group:		System/X11
BuildRequires:  libxcomposite-devel
BuildRequires:  libxfixes-devel
BuildRequires:  libxdamage-devel
BuildRequires:  libxrender-devel
BuildRequires:  libxext-devel

%description
Sample X Compositing Manager.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall

%files
%doc ChangeLog
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.7-1
- (e10ca68) Sync with cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15587 |14cu|xcowsay-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

Name:		xcowsay
Version:	1.3
Release:	5
Summary:	Displays a cute cow and message on your desktop
Group:		Toys
License:	GPL
URL:		http://www.doof.me.uk/xcowsay/
Source:     http://www.nickg.me.uk/files/%{name}-%{version}.tar.gz
Patch:      xcowsay-1.2-fix-xcowthink-args-parsing.patch
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  pkgconfig(dbus-glib-1)


%description
xcowsay displays a cute cow and message on your desktop.

xcowsay includes all these amazing features:
- Fully configurable!
- Calculates display time from amount of text
- Daemon mode! Send your cow messages over DBus!
- Three different sized cows provided
- fortune(6) wrapper program: 
xcowfortune — cow will deliver pearls of wisdom!
- Replace the naffness that is xmessage(1)
- Should work with any window manager
- Supports UTF-8 characters properly

%prep
%setup -q
%patch -p 1

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/*
%{_mandir}/man6/*
%{_datadir}/%{name}

%changelog

* Fri Nov 13 2015 Denis Silakov <dsilakov@gmail.com> 1.3-5
- (717177b) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15588 |14cu|xcpustate-2.9-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	An X Window System based CPU state monitor
Name:		xcpustate
Version:	2.9
Release:	12
License:	MIT-style
Group:		Monitoring
URL:		ftp://ftp.cs.toronto.edu/pub/jdd/xcpustate/
Source0:	ftp://ftp.cs.toronto.edu/pub/jdd/xcpustate/%{name}-%{version}.tar.lzma
Source11:	%{name}16.png
Source12:	%{name}32.png
Source13:	%{name}48.png
BuildRequires:	imake
BuildRequires:	elfutils-devel
BuildRequires:	glibc-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	tirpc-devel
Patch1:		xcpustate-2.5-alpha.patch
Patch2:		xcpustate-2.5-6.0.patch
Patch3:		xcpustate-2.9-missingheaders.patch

%description
The xcpustate utility is an X Window System based monitor which shows
the amount of time that the CPU is spending in different states.  On a
Linux system, xcpustate displays a bar that indicates the amounts of idle,
user, nice and system time (from left to right) used by the CPU.

Install the xcpustate package if you'd like to use a horizontal bar style
CPU state monitor.

%prep
%setup -q
%patch2 -p1 -b .glibc
%patch3 -p1 -b .headers
%ifarch alpha
%patch1 -p1 -b .alpha
%endif

%build
xmkmf
%make CDEBUGFLAGS="%{optflags}" MANPATH=%{_mandir} SYS_LIBRARIES="-ltirpc"

%install
%makeinstall_std install.man MANPATH=%{_mandir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=XCpuState
Name[ru]=XCpuState
Comment=CPU load indicator
Comment[ru]=Индикатор загрузки ЦПУ
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=System;Monitor;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%files
%defattr(-,root,root,0755)
%doc README
%attr(0755,root,root) %{_bindir}/xcpustate
%attr(0644,root,root) %{_mandir}/man1/xcpustate.1*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png


%changelog

* Mon Dec 07 2015 Denis Silakov <dsilakov@gmail.com> 2.9-12
- (68328fd) Move to contrib, added Rusisan l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15589 |14cu|xdaliclock-2.43-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A melting digital clock
Name:		xdaliclock
Version:	2.43
Release:	1
Group:		Toys
URL:		http://www.jwz.org/xdaliclock/

BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(x11)
License:	MIT

Source0:	http://www.jwz.org/xdaliclock/%{name}-%{version}.tar.gz
Patch0:		%{name}-shape-cycle.patch


%description
The xdaliclock program displays a digital clock, with digits that merge
into the new digits as the time changes.  Xdaliclock can display the time
in 12 or 24 hour modes and can will display the date if you hold your
mouse button down over it.  Xdaliclock has two large fonts built in, but
is capable of animating other fonts.

Install the xdaliclock package if you want a fairly large clock, with
a melting special effect, for your system.

%prep
%setup -q
%patch0 -p1

%build
cd X11
CFLAGS="%{optflags}" ./configure --libdir=%{_libdir}	--prefix=%{_prefix} \
				--build=%{_target_platform}
%make

%install
cd X11
install -d -m 0755 %{buildroot}{%{_bindir},%{_mandir}/man1}
make prefix=%{buildroot}/%{_prefix} install

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Xdaliclock
Comment=A melting digital clock
Exec=%{_bindir}/%{name} 
Icon=toys_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Utility;Clock;Amusement;X-MandrivaLinux-MoreApplications-Games-Toys;
EOF

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/mandriva-%{name}.desktop


%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 2.43-1
- (583b4ce) Updated to 2.43



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15590 |14cu|xdelta3-3.0v2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fversion	30v2
%define frealversion	3.0v

Summary:		A binary delta generator
Name:			xdelta3
Version:		3.0v2
Release:		3
Source0:		http://xdelta.googlecode.com/files/xdelta%{version}.tar.bz2
Patch0:			xdelta%{version}-optflags.patch
Patch1:			xdelta3-3.0.0-CVE-2014-9765.patch
URL:			http://xdelta.org
License:		GPL
Group:			File tools
BuildRequires:		zlib-devel

%description
Xdelta3 is the third and latest release of Xdelta, which is a set of
tools and APIs for reading and writing compressed deltas. Deltas
encode the differences between two versions of a document. This
release features a completely new compression engine, several
algorithmic improvements, a fully programmable interface modelled
after zlib, in addition to a command-line utility, use of the RFC3284
(VCDIFF) encoding, a python extension, and now 64-bit support.

%prep
%setup -q -n xdelta%{frealversion}
%patch0 -p1 -b .optflags
%patch1 -p1 -b .cve.2014.9765

%build
RPM_OPT_FLAGS="%{optflags}" make RPM_OPT_FLAGS="%{optflags}" all \
	xdelta3 \
	xdelta3-decoder \
	xdelta3-tools \
	xdelta3-everything \
	xdelta3-all.o
ar cr libxdelta3.a xdelta3-all.o
ranlib libxdelta3.a
chmod 644 COPYING

%install
mkdir -p %{buildroot}%{_bindir}

install -m 755 xdelta3 \
	xdelta3-decoder \
	xdelta3-tools \
	xdelta3-everything %{buildroot}%{_bindir}

%files
%doc COPYING
%{_bindir}/*

%changelog

* Fri Mar 04 2016 Denis Silakov <dsilakov@gmail.com> 3.0v2-3
- (b195b5a) Fix CVE-2014-9765



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15591 |14cu|xdgurl-2.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:       An install helper program for desktop stuff
Name:          xdgurl
Version:       2.0.3
Release:       1
Group:         Development/Other
License:       GPLv3+
URL:           https://github.com/xdgurl/xdgurl
Source0:       %{name}-release-%{version}.tar.gz
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(Qt5Qml)
BuildRequires:  pkgconfig(Qt5Svg)
BuildRequires:  pkgconfig(Qt5Quick)
BuildRequires:  pkgconfig(Qt5Network)
Requires:       qt5-qtquickcontrols-qml

%files
%{_bindir}/xdgurl
%{_datadir}/applications/xdgurl.desktop
%{_iconsdir}/hicolor/scalable/apps/xdgurl.svg

%description
An install helper program for desktop stuff.

%prep
%setup -qn %{name}-release-%{version}

%build
%qmake_qt5 \
    PREFIX=%{_prefix}
%make

%install
%makeinstall_qt

%changelog

* Mon Feb 13 2017 tremod <negry.m@yandex.ru> 2.0.3-1
- (ff663ea) Update to 2.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15592 |14cu|xdrawchem-1.9.9-28
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		xdrawchem
Version:	1.9.9
Release:	28
Summary:	2D chemical structures drawing tool
Group:		Sciences/Chemistry
Source0:	http://downloads.sourceforge.net/sourceforge/xdrawchem/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
Patch0:		%{name}-gcc43.patch
Patch1:		%{name}-ob22.patch
Patch2:		%{name}-warn.patch
Patch3:		%{name}-include-header.patch
Patch4:		%{name}-link.patch
Patch5:		%{name}-duplicate-indexhtml.patch
URL:		http://xdrawchem.sourceforge.net/
License:	GPLv2+
BuildRequires:	desktop-file-utils
BuildRequires:	jpeg-devel
BuildRequires:	libtool
BuildRequires:	openbabel-devel
BuildRequires:	qt3-devel


%description
XDrawChem is a two-dimensional molecule drawing program for Unix
operating systems.  It is similar in functionality to other molecule
drawing programs such as ChemDraw (TM, CambridgeSoft).  It can read
and write MDL Molfiles and CML files to allow sharing between
XDrawChem and other chemistry applications.

%prep
%setup -q
%patch0 -p1 -b .gcc43
%patch1 -p1 -b .ob
%patch2 -p1 -b .warn
%patch3 -p1 -b .include
%patch4 -p1 -b .l
%patch5 -p1 -b .di
# re-run autoconf to enable aarch64 support (bug #1019042)
autoreconf -vif

%build
%configure \
 --with-qtincdir=`pkg-config qt-mt --variable includedir` \
 --with-qtlibdir=`pkg-config qt-mt --variable libdir` \

%make

%install
%makeinstall_std INSTALL="install -p"

# menu
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -Dpm 644 ring/xdrawchem-icon.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/xdrawchem.png
desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	%{SOURCE1}
rm -f %{buildroot}%{_datadir}/xdrawchem/caslist.txt

%files
%doc HISTORY.txt GPL.txt README.txt TODO.txt
%attr(755,root,root) %{_bindir}/xdrawchem
%{_datadir}/xdrawchem
%{_datadir}/applications/xdrawchem.desktop
%{_datadir}/icons/hicolor/*/apps/xdrawchem.png


%changelog

* Sun May 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.9.9-28
- (18c83f0) Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15593 |14cu|xdu-3.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xdu
%define version 3.0
%define release  12

Summary: Graphically display output of du command 
Name: %{name}
Version: %{version}
Release: %{release}
License: BSD
Group: File tools
Url: http://sd.wareonearth.com/~phil/xdu/
Source: ftp://ftp.arl.mil/pub/%{name}-%{version}.tar.bz2
Patch0: xdu-debug.patch
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xaw7)
BuildRequires: imake
BuildRequires: gccmakedep

%description
Accepts output of du command on standard input and graphically
displays results in a window.

%files
%doc README
%{_bindir}/xdu
%{_datadir}/X11/app-defaults/XDu
%{_mandir}/man1/*
#------------------------------------------------------------------------
%prep
%setup -c 
%patch0 -p0

%build
xmkmf -a
%make CXXOPTIONS="%{optflags}" EXTRA_LDOPTIONS="%{ldflags}"

%install
mkdir -p  %{buildroot}%{_mandir}/man1/
cp %{name}.man %{buildroot}%{_mandir}/man1/%{name}.1
%makeinstall_std CONFDIR=%{_datadir}/X11

rm -fr %buildroot%_prefix/lib/X11

%changelog

* Sun Jun 26 2016 abfonly <abfonly@gmail.com> 3.0-12
- (5d6c8e8) Log: Fixed debug crap , bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15594 |14cu|xearth-1.1-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	A display of the Earth from space
Name:		xearth
Version:	1.1
Release:	24
License:	MIT
Group:		Toys
BuildRequires:	pkgconfig(x11) libxext-devel libxt-devel imake
Source0:	ftp://cag.lcs.mit.edu/pub/tuna/%{name}-%{version}.tar.bz2
Source1:	xearth_locations.txt.bz2
Source11:	xearth16.png
Source12:	xearth32.png
Source13:	xearth48.png
Url:		http://www.cs.colorado.edu/~tuna/xearth/
Patch0:		xearth-1.0-mdk.patch

%description
Xearth is a graphic that shows a globe of the Earth, including markers 
for major cities and the Mandriva head office.  The Earth is correctly 
shaded for the current position of the sun, and the displayed image is 
updated every five minutes.

%prep
%setup -q
%patch0 -p0

%build
xmkmf
%make CDEBUGFLAGS="%{optflags}"

%install

%makeinstall_std install.man
mkdir -p %{buildroot}%{_datadir}/%{name}
bzcat %{SOURCE1} > %{buildroot}%{_datadir}/%{name}/xearth_locations.txt

#install menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Xearth
Comment=Display the Earth on your desktop
Comment[ru]=Отображение планеты Земля на рабочем столе
Exec=%{_bindir}/%{name} -noroot -bigstars 20 -label -labelpos -5-150 -markerfile /usr/share/xearth/xearth_locations.txt
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Amusement;X-MandrivaLinux-MoreApplications-Games-Toys;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%files
%{_bindir}/%{name}
%{_mandir}/man1/xearth.1*
%{_datadir}/%{name}/xearth_locations.txt
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop




%changelog

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 1.1-24
- (31b8f8e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15595 |14cu|xerces-c28-2.8.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarversion 2_8_0
%define major 28
%define libname %mklibname xerces-c %{major}
%define devname %mklibname xerces-c %{major} -d
%define enable_debug 1

Summary:	Xerces-C++ validating XML parser
Name:		xerces-c%{major}
Version:	2.8.0
Release:	8
Epoch:		1
License:	ASL 2.0 
Group:		System/Libraries
Url:		http://xml.apache.org/xerces-c/
Source0:	xerces-c-src_%{tarversion}.tar.gz
Patch0:		xerces-c-lib64.patch
# Most of apps
Patch1:		xerces-c-pvtheader.patch
# XQilla patches
Patch2:		xercesc_content_type.patch
Patch3:		xercesc_regex.patch
Patch4:		xerces-c-2.8.x-CVE-2009-1885.diff
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(zlib)

%description
Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

The parser provides high performance, modularity, and scalability. Source
code, samples and API documentation are provided with the parser. For
portability, care has been taken to make minimal use of templates, no RTTI,
and minimal use of #ifdefs.

#----------------------------------------------------------------------

%package -n %{libname}
Summary:	Xerces-c library
Group:		System/Libraries

%description -n %{libname}
xerces-c library.

%files -n %{libname}
%doc LICENSE.txt
%{_libdir}/libxerces-*.so.%{major}*

#----------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for Xerces-C++ validating XML parser
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	xerces-c%{major}-devel = %{EVRD}
Conflicts:	%{mklibname xerces-c 0 -d}
Conflicts:	%{mklibname xerces-c 3.0 -d}

%description -n %{devname}
Header files you can use to develop XML applications with Xerces-C++.

Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

%files -n %{devname}
%doc LICENSE.txt
%{_libdir}/libxerces-c.so
%{_libdir}/libxerces-depdom.so
%{_includedir}/xercesc

#----------------------------------------------------------------------------

%prep
%setup -qn xerces-c-src_%{tarversion}
%if "%{_lib}" != "lib"
%patch0 -p1 -b .orig
%endif
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p0 -b .CVE-2009-1885

%build
export XERCESCROOT=%{_builddir}/xerces-c-src_%{tarversion}

cd $XERCESCROOT/src/xercesc
./runConfigure \
	-plinux \
	-cgcc \
	-xg++ \
	-minmem \
	-nsocket \
	-tnative \
	-rpthreads \
%if %{enable_debug}
	-d \
%endif
%if "%{_lib}" != "lib"
	-b "64" \
%else
	-b "32" \
%endif
	-P %{_prefix} \
	-C --libdir=%{_libdir}

make

%install
export XERCESCROOT=%{_builddir}/xerces-c-src_%{tarversion}
cd $XERCESCROOT/src/xercesc
%makeinstall_std


%changelog

* Sun Jun 26 2016 abfonly <abfonly@gmail.com> 1:2.8.0-8
- (56ca762) Log: Enable debug, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15596 |14cu|xfbib-0.0.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A lightweight BibTeX editor developed for the Xfce desktop environment
Name:		xfbib
Version:	0.0.2
Release:	12
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/applications/%{name}
Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	bison
BuildRequires:	flex

%description
Xfbib is a lightweight BibTeX editor developed for the Xfce.
The intentions of Xfbib is to provide an easy and efficient 
way of editing BibTeX files.

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.0.2-12
- (3474e6b) Rebuild with new xfce



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15597 |14cu|xfburn-0.5.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A simple CD burning tool for the Xfce Desktop Environment
Name:		xfburn
Version:	0.5.4
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://www.xfce.org/projects/xfburn/
Source0:	http://archive.xfce.org/src/apps/xfburn/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	pkgconfig(exo-1)
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(libburn-1)
BuildRequires:	pkgconfig(libisofs-1)
BuildRequires:	xfce4-dev-tools
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:	pkgconfig(gio-2.0)

%description
Xfburn is a simple CD/DVD burning tool based on libburnia 
libraries.It can blank CD-RWs, burn and create iso images, 
as well as burn personal compositions of data to either CD or DVD.

%prep
%setup -q

%build
%configure \
	--disable-static \
	--enable-gudev \
	--enable-dbus \
	--enable-gstreamer

%make

%install
%makeinstall_std

desktop-file-install \
    --add-only-show-in="XFCE" \
    --remove-category="X-XFCE" \
    --remove-category="Archiving" \
    --remove-category="Utility" \
    --add-category="AudioVideo" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/* 

%find_lang %{name}

%files  -f %{name}.lang
%doc AUTHORS ChangeLog  TODO
%dir %{_datadir}/%{name}
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}/*.ui
%{_datadir}/Thunar/sendto/thunar-sendto-xfburn.desktop
%{_iconsdir}/hicolor/*
%{_mandir}/man1/*

%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 0.5.4-1
- (db829d9) Build with libxfce4ui-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15598 |14cu|xfce4-appfinder-4.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Find every application in the system
Name:		xfce4-appfinder
Version:	4.12.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/xfce4-appfinder/4.11/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.9.1
BuildRequires:	perl(XML::Parser)
BuildRequires:	garcon-devel >= 0.1.11
BuildRequires:	xfconf-devel >= 4.9.0
BuildRequires:	desktop-file-utils
Obsoletes:	xfce-appfinder

%description
Xfce appfinder is an useful software that permits you to find
every application in the system supporting Desktop entry format.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install \
  --remove-category="Application" \
  --remove-category="X-FACE" \
  --add-only-show-in="XFCE" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_bindir}/*
%{_datadir}/appdata/*
%{_datadir}/applications/*

%changelog

* Mon Mar 28 2016 Denis Silakov <denis.silakov@rosalab.ru> 4.12.0-1
- (0f7ab4b) Added appdata files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15599 |14cu|xfce4-battery-plugin-1.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Battery monitor plugin for the Xfce panel
Name:		xfce4-battery-plugin
Version:	1.0.5
Release:	3
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.8.0
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	perl(XML::Parser)

%description
Battery monitor panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_iconsdir}/hicolor/icon-theme.cache
chmod +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so

%find_lang %{name}

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/*
%{_iconsdir}/hicolor/*/apps/*.*g



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 1.0.5-3
- (f283006) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15600 |14cu|xfce4-cellmodem-plugin-0.0.5-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Monitoring plugin for cellular modems
Name:		xfce4-cellmodem-plugin
Version:	0.0.5
Release:	12
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/panel-plugins/xfce4-cellmodem-plugin
Source0:	http://goodies.xfce.org/releases/xfce4-cellmodem-plugin/%{name}-%{version}.tar.bz2
Patch0:		xfce4-cellmodem-plugin-0.0.5-rosa-linkage.patch
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libusb)
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfcegui4-1.0)

# required for patch0
BuildRequires:	xfce4-dev-tools

%description
The cellmodem plugin is a monitoring plugin for cellular modems.

%prep
%setup -q
%patch0 -p1

%build
# required for patch0
xdt-autogen

%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README ChangeLog
%{_libdir}/xfce4/panel-plugins/xfce4-cellmodem-plugin
%{_datadir}/xfce4/panel-plugins/cellmodem.desktop



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.0.5-12
- (c1f9475) Uplaod tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15601 |14cu|xfce4-clipman-plugin-1.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Clipboard history plugin for the Xfce panel
Name:		xfce4-clipman-plugin
Version:	1.2.6
Release:	1
License:	BSD
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	libxfce4ui-devel >= 4.9.1
BuildRequires:	exo-devel
BuildRequires:	intltool
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(unique-1.0)
Requires:	xfce4-panel >= 4.4.2
Obsoletes:	xfce-clipman-plugin

%description
Clipboard history panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README ChangeLog COPYING AUTHORS
%{_sysconfdir}/xdg/autostart/xfce4-clipman-plugin-autostart.desktop
%{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml
%{_bindir}/xfce4-*
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/appdata/*
%{_datadir}/applications/xfce4-clipman.desktop
%{_iconsdir}/hicolor/*/apps/*.*g
%{_datadir}/xfce4/panel/plugins/xfce4-clipman-plugin.desktop

%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 1.2.6-1
- (16d252d) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15602 |14cu|xfce4-cpufreq-plugin-1.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Cpu-freq plugin for Xfce desktop
Name:		xfce4-cpufreq-plugin
Version:	1.1.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-cpufreq-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.8.0
BuildRequires:  xfce4-panel-devel >= 4.8.0
BuildRequires:	libxfcegui4-devel >= 4.8.0
BuildRequires:	libxfce4util-devel >= 4.8.0
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	perl(XML::Parser)
Obsoletes:	xfce-cpu-freq-plugin
Obsoletes:	xfce4-cpu-freq-plugin <= 0.0.1-11
Provides:	xfce4-cpu-freq-plugin

%description
CPU freq plugin for the Xfce Desktop Environment. It provides a
simple system for managing the frequency of the CPU.

%prep
%setup -q


%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png

%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 1.1.2-1
- (dffc654) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15603 |14cu|xfce4-cpugraph-plugin-1.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	CPU Graph plugin for the Xfce panel
Name:		xfce4-cpugraph-plugin
Version:	1.0.5
Release:	3
License:	BSD
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.8.0
BuildRequires:	xfce4-panel-devel >= 4.8.0
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfce4ui-1)

%description
xfce4-cpugraph-plugin is a panel plugin for Xfce panel.
It shows a graph of your latest system load.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

chmod +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/*
%{_iconsdir}/hicolor/*/apps/*.png



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 1.0.5-3
- (a3db530) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15604 |14cu|xfce4-datetime-plugin-0.6.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A date and time panel plugin for the Xfce panel
Name:		xfce4-datetime-plugin
Version:	0.6.2
Release:	3
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin
Source0:	http://goodies.xfce.org/releases/xfce4-datetime-plugin/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	perl(XML::Parser)
BuildRequires:	intltool
BuildRequires:	pkgconfig(libxfce4ui-1)

%define debug_package %{nil}

%description
A date and time panel plugin for the Xfce panel.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/libdatetime.so
%{_datadir}/xfce4/panel/plugins/datetime.desktop



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.6.2-3
- (d628633) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15605 |14cu|xfce4-dev-tools-4.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-4)

Summary:	Xfce developer tools
Name:		xfce4-dev-tools
Version:	4.12.0
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
Requires:	intltool
Provides:	xfce-dev-tools = %{EVRD}

%description
This package contains common tools required by Xfce developers and people
that want to build Xfce from SVN. In addition, this package contains the
Xfce developer's handbook.

%files
%doc AUTHORS ChangeLog HACKING NEWS README
%{_bindir}/*
%{_datadir}/xfce4/dev-tools

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%changelog

* Sat Mar 26 2016 dsilakov <denis.silakov@rosalab.ru> 4.12.0-1
- (f2f42bc) Merge pull request #1 from alzim/xfce4-dev-tools:rosa2014.1
- (f2f42bc) Update to 4.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15606 |14cu|xfce4-dict-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary: 	A dictionary support for Xfce
Name: 		xfce4-dict
Version: 	0.7.0
Release: 	1
License:	GPLv2+
Group: 		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/applications/xfce4-dict/
Source0:	http://archive.xfce.org/src/apps/xfce4-dict/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	perl(XML::Parser)
Obsoletes:	xfce-dict-plugin
Obsoletes:	xfce4-dict-plugin < 0.4.0
Provides:	xfce4-dict-plugin

%description
This Xfce program allows you to search different kinds of dictionary
services for words or phrases and shows you the result.Currently you 
can query a Dict server(RFC 2229), any online dictionary service by 
opening a web browser or search for words using the aspell/ispell 
program.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std 

%find_lang %{name}


%files -f %{name}.lang
%doc ChangeLog AUTHORS
%{_bindir}/%{name}
%{_libdir}/xfce4/panel/plugins/*
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_datadir}/applications/*.desktop
%{_mandir}/man1/%{name}.*

%changelog

* Thu Mar 31 2016 Denis Silakov <dsilakov@gmail.com> 0.7.0-1
- (8e5e558) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15607 |14cu|xfce4-diskperf-plugin-2.5.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Disk performance panel plugin for Xfce
Name:		xfce4-diskperf-plugin
Version:	2.5.5
Release:	1
License:	BSD
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Group:		Graphical desktop/Xfce
Requires:	xfce4-panel >= 4.9.0

BuildRequires:	xfce4-panel-devel >= 4.9.0
BuildRequires:	perl(XML::Parser)
BuildRequires:	libxfce4ui-devel >= 4.9.1

Obsoletes:	xfce-diskperf-plugin

%description
Disk performance panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/libdiskperf.so
%{_datadir}/xfce4/panel/plugins/diskperf.desktop



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 2.5.5-1
- (863ef25) Updated to 2.5.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15608 |14cu|xfce4-embed-plugin-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Embed plugin for the Xfce panel
Name:		xfce4-embed-plugin
Version:	1.6.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0:	http://archive.xfce.org/src/panel-plugins/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	pkgconfig(libxfce4panel-1.0)

%description
An embed panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/*

%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 1.6.0-1
- (cfad69d) Updated to 1.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15609 |14cu|xfce4-eyes-plugin-4.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	An eyes plugin for the Xfce panel
Name:		xfce4-eyes-plugin
Version:	4.4.4
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-eyes-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.8.0
BuildRequires:	xfce4-panel-devel >= 4.8.0
BuildRequires:	libxfce4ui-devel >= 4.9.0
BuildRequires:	perl(XML::Parser)
Obsoletes:	xfce-eyes-plugin

%description
An eyes plugin for the Xfce panel.

%prep
%setup -q

%build
%configure2_5x
%make

%install

%makeinstall_std 

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/libeyes.so
%{_iconsdir}/hicolor/*/apps/xfce4-eyes.png
%{_datadir}/xfce4/eyes/themes/*/*
%{_datadir}/xfce4/panel/plugins/eyes.desktop


%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 4.4.4-1
- (d9de7d0) Updated to 4.4.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15610 |14cu|xfce4-fsguard-plugin-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Disk space plugin for the Xfce panel
Name:		xfce4-fsguard-plugin
Version:	1.0.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-fsguard-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.8.0
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfce4ui-1)

%description
Disk space panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

chmod +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
rm -rf %{buildroot}%{_iconsdir}/hicolor/icon-theme.cache

%find_lang %{name}

%files -f %{name}.lang
%doc README NEWS AUTHORS ChangeLog
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/*
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 1.0.2-1
- (76c3f34) Updated to 1.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15611 |14cu|xfce4-genmon-plugin-3.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Generic Monitor XFce panel plugin (GenMon)
Name:		xfce4-genmon-plugin
Version:	3.4.0
Release:	3
License:	LGPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.9.0
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	libgdk_pixbuf2.0-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfce4ui-1)

%description
This plugin cyclically spawns the indicated script/program, captures its 
output (stdout) and displays the resulting string into the panel.

%prep
%setup -qn %{name}-%{url_ver}

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog README 
%{_libdir}/xfce4/panel/plugins/
%{_datadir}/xfce4/panel/plugins/*



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 3.4.0-3
- (aa9fe7d) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15612 |14cu|xfce4-indicator-plugin-2.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Indicator plugin for the Xfce panel
Name:		xfce4-indicator-plugin
Version:	2.3.3
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel
BuildRequires:	pkgconfig(libxfce4ui-2)
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(indicator3-0.4)
BuildRequires:	pkgconfig(exo-1)

%description
An indicator panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/*
%{_iconsdir}/hicolor/*/apps/*.*g

%changelog

* Fri Apr 01 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.3.3-2
- (69db336) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15613 |14cu|xfce4-mailwatch-plugin-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}| cut -d. -f1,2)

Summary:	Mail Watcher plugin for the Xfce panel
Name:		xfce4-mailwatch-plugin
Version:	1.2.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
# Patch originally from Fedora
Patch3:		xfce4-mailwatch-plugin-1.1.0-mbox-refresh-interval.patch
BuildRequires:	pkgconfig(libxfce4panel-1.0) >= 4.10.0
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.10.0
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	pkgconfig(exo-1)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libgcrypt)
# required for patch0
BuildRequires:	xfce4-dev-tools >= 4.10.0
Requires:	xfce4-panel >= 4.10.0

%description
Mailwatch is a mail watcher plugin for the Xfce 4 panel.

%prep
%setup -q
%patch3 -p1

%build
xdt-autogen
%define Werror_cflags %nil

%configure2_5x \
	--disable-static \
	--enable-ssl
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg


%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 1.2.0-1
- (3ea9930) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15614 |14cu|xfce4-minicmd-plugin-0.4.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Minicmd plugin for the Xfce panel
Name:		xfce4-minicmd-plugin
Version:	0.4.0
Release:	13
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://xfce4-goodies.berlios.de
Source0:	%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0)
Obsoletes:	xfce-minicmd-plugin

%description
Minicmd panel plugin for the Xfce Desktop Environment.

It displays a mini-command line on the Xfce panel. It uses
the same history file as xfrun4. Use <Up> and <Down> to scroll
through history. <Enter> executes the command and <Ctrl>-<Enter>
executes the command in a terminal.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/*



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.4.0-13
- (5d33a42) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15615 |14cu|xfce4-modemlights-plugin-0.1.3.99-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Modemlights plugin for the Xfce panel
Name:		xfce4-modemlights-plugin
Version:	0.1.3.99
Release:	12
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-modem-lights
Source0:	http://goodies.xfce.org/releases/xfce4-modemlights-plugin/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.4.0

%description
A modemlights panel plugin for the Xfce desktop environment.

%prep
%setup -q

%build
%define Werror_cflags %nil

%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README ChangeLog AUTHORS NEWS
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_datadir}/pixmaps/modem-*.png



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.1.3.99-12
- (2ff2a9a) Uplaod tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15616 |14cu|xfce4-mount-plugin-0.6.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Mount plugin for the Xfce panel
Name:		xfce4-mount-plugin
Version:	0.6.7
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
#BuildRequires:	libxfcegui4-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	perl(XML::Parser)
Obsoletes:	xfce-mount-plugin

%description
A mount panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std 

%files 
%doc README ChangeLog AUTHORS
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_libdir}/xfce4/panel/plugins/*
%lang(all) %{_datadir}/locale/*/LC_MESSAGES/xfce4-mount-plugin.mo



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.6.7-1
- (48bc18e) Updated to 0.6.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15617 |14cu|xfce4-mpc-plugin-0.4.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A mpc plugin for the Xfce panel
Name:		xfce4-mpc-plugin
Version:	0.4.5
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-mpc-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	xfce4-panel-devel >= 4.9.0
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.9.0
BuildRequires:	exo-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libmpd)

%description
This is a simple Xfce panel client plugin for Music Player Daemon.

Features :
* send Play/Stop/Next/Previous command to MPD
* uses gtk-theme media icons (at least nuvola, tango and rodent themes provides
  these icons)
* decrease/increase volume using the mouse wheel
* show the current volume, status and title as a tooltip when passing the mouse
  over the plugin
* show a simple playlist window upon middle-click, permitting to select a track
  to play
* configurable MPD host/port/password
* toggles repeat/random features in the right-click menu
* launch configurable client (gmpc, xterm -e ncmpc,..) through right-click menu

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

chmod +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc ChangeLog AUTHORS README
%{_libdir}/xfce4/panel/plugins/libmpc.so
%{_datadir}/xfce4/panel/plugins/xfce4-mpc-plugin.desktop



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.4.5-1
- (89a9c76) Updated to 0.4.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15618 |14cu|xfce4-netload-plugin-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Netload plugin for the Xfce panel
Name:		xfce4-netload-plugin
Version:	1.2.4
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-netload-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.7
BuildRequires:	xfce4-panel-devel >= 4.7
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfce4ui-1)
Obsoletes:	xfce-netload-plugin

%description
A netload panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%define Werror_cflags %nil

%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel-plugins/*
%{_iconsdir}/hicolor/*/apps/*.*g



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 1.2.4-1
- (de65b9b) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15619 |14cu|xfce4-notes-plugin-1.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Notes plugin for the Xfce panel
Name:		xfce4-notes-plugin
Version:	1.8.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Patch0:		xfce4-notes-plugin-1.8.1-format_not_a_string_literal_and_no_format_arguments.patch
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.4.2
BuildRequires:	perl(XML::Parser)
BuildRequires:	xfce4-dev-tools
BuildRequires:	intltool
BuildRequires:	unique-devel
BuildRequires: 	xfconf-devel
Obsoletes:	xfce-notes-plugin
Requires:	xfce4-panel >= 4.4.2

%description
xfce4-notes-plugin is a notes panel plugin for the Xfce Desktop Environment.
It provides a simple system for managing sticky notes on your desktop.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%clean

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop
%{_bindir}/xfce4-notes
%{_bindir}/xfce4-notes-settings
%{_bindir}/xfce4-popup-notes
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_datadir}/applications/xfce4-notes.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_datadir}/%{name}/gtk-2.0
%{_datadir}/%{name}/pixmaps

%changelog

* Wed Mar 30 2016 Denis Silakov <dsilakov@gmail.com> 1.8.1-1
- (236c12b) Fix format-not-a-string-literal'



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15620 |14cu|xfce4-notifyd-0.2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Notification daemon for Xfce desktop environment
Name:		xfce4-notifyd
Version:	0.2.4
Release:	4
License:	GPLv3+
Group: 		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/applications/xfce4-notifyd
Source0:	http://archive.xfce.org/src/apps/xfce4-notifyd/0.2/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libsexy)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfconf-0)
Requires:	xfconf
Provides:	virtual-notification-daemon

%description
Xfce4-notifyd is a simple, visually-appealing notification daemon for
Xfce that implements the Freedesktop.org Desktop Notifications
Specification.

Features:
* Themable using the GTK+ theming mechanism
* Visually appealing: rounded corners, shaped windows
* Supports transparency and fade effects

%files -f %{name}.lang
%doc ChangeLog AUTHORS README TODO
%{_bindir}/xfce4-notifyd-config
%{_libdir}/xfce4/notifyd
%{_datadir}/applications/*.desktop
%{_datadir}/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/themes/Default/xfce-notify-4.0
%{_datadir}/themes/Smoke
%{_datadir}/themes/ZOMG-PONIES!
%{_mandir}/man1/xfce4-notifyd-config*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 0.2.4-4
- (202e05c) Rebuild with new xfce



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15621 |14cu|xfce4-panel-4.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -f 1,2 -d\.)
%define major 4
%define api 1.0
%define gtk3api 2.0
%define gtk3libname %mklibname xfce4panel %{gtk3api} %{major}
%define libname %mklibname xfce4panel %{api} %{major}
%define devname %mklibname xfce4panel -d

Summary:	A Xfce panel
Name:		xfce4-panel
Version:	4.12.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(exo-1)
BuildRequires:	pkgconfig(garcon-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.11
BuildRequires:	pkgconfig(libxfconf-0) >= 4.10.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.4.0
Requires:	desktop-common-data

%description
The Xfce 4 Panel supports multiple panels, with many options
for their position, appearance, transparency and behavior.
There are many items available by default to full fit a panel,
like application launchers with detachable menus, a graphical pager,
a tasklist, a clock, a system tray, a show/hide desktop switcher,
and even more. It offers an easy way to add items using a dialog,
and to move items accross different panels.

%files -f %{name}.lang
%doc AUTHORS NEWS
%dir %{_libdir}/xfce4/panel
%dir %{_libdir}/xfce4/panel/plugins
%dir %{_datadir}/xfce4/panel
%dir %{_datadir}/xfce4/panel/plugins
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/gtk-doc/html/libxfce4panel-%{api}
%{_datadir}/xfce4/panel/plugins/*
%{_iconsdir}/hicolor/*
%{_libdir}/xfce4/panel/migrate
%{_libdir}/xfce4/panel/plugins/*
%{_libdir}/xfce4/panel/wrapper-*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Panel library for the Xfce desktop environment
Group:		Graphical desktop/Xfce
Conflicts:	%{_lib}xfce4panel4 < 4.11.1
Obsoletes:	%{_lib}xfce4panel4 < 4.11.1

%description -n %{libname}
Panel library for the Xfce desktop environment.

%files -n %{libname}
%{_libdir}/libxfce4panel-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for the %{name} library
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{gtk3libname} = %{version}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and header files for the %{name} library.

%files -n %{devname}
%doc ChangeLog
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/xfce4/libxfce4panel-*/

#----------------------------------------------------------------------------

%package -n %{gtk3libname}
Summary:        Panel library (GTK3 version) for the Xfce desktop environment
Group:          Graphical desktop/Xfce

%description -n %{gtk3libname}
Panel library (GTK3 version) for the Xfce desktop environment.

%files -n %{gtk3libname}
%{_libdir}/libxfce4panel-%{gtk3api}.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-gtk-doc \
	--enable-gio-unix \
	--enable-gtk3 \
	--disable-static

%make

%install
%makeinstall_std

# (tpg) this file is in mandriva-xfce-config package
rm -rf %{buildroot}%{_sysconfdir}/xdg/xfce4/panel/*

%find_lang %{name}

%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 4.12.0-2
- (943cc25) Added gtk3 subpackage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15622 |14cu|xfce4-places-plugin-1.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary: 	A places plugin for the Xfce panel
Name: 		xfce4-places-plugin
Version: 	1.7.0
Release: 	1
License:	GPLv2+
Group: 		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
Source0: 	http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.8.0
BuildRequires:	perl(XML::Parser)
BuildRequires:	thunar-vfs-devel

%description
A places plugin for the Xfce panel.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std 

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog AUTHORS NEWS
%{_bindir}/*
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/places.desktop



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 1.7.0-1
- (8125981) Cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15623 |14cu|xfce4-power-manager-1.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A power manager for Xfce
Name:		xfce4-power-manager
Version:	1.4.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/applications/%{name}
Source0:	http://archive.xfce.org/src/apps/xfce4-power-manager/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libxfconf-0) >= 4.10.0
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(upower-glib)
BuildRequires:	intltool
BuildRequires:	pkgconfig(libxfce4panel-1.0) >= 4.11
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.11
BuildRequires:	lxpanel-devel
Requires:	pm-utils
Requires:	hibernate
Requires(pre):	xfconf
Requires:	upower

%description
A power manager dedicated for Xfce desktop environment.

%prep
%setup -q
%apply_patches

%build
%configure \
	--with-backend=linux \
	--enable-panel-plugins \
	--enable-network-manager \
	--enable-polkit \
	--enable-xfce4panel \
	--enable-lxdepanel

%make
pushd panel-plugins/power-manager-plugin/lxde
make
popd

%install
%makeinstall_std
pushd panel-plugins/power-manager-plugin/lxde
%makeinstall_std
popd

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS NEWS README TODO
%{_sysconfdir}/xdg/autostart/*.desktop
%{_sbindir}/xfpm-power-backlight-helper
%{_sbindir}/xfce4-pm-helper
%{_bindir}/%{name}*
%{_libdir}/xfce4/panel/plugins/libxfce4powermanager.so
%{_libdir}/lxpanel/plugins/lxde_power_manager.so
%{_datadir}/polkit-1/actions/org.xfce.power.policy
%{_datadir}/appdata/xfce4-power-manager.appdata.xml
%{_datadir}/xfce4/panel/plugins/power-manager-plugin.desktop
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/scalable/*/*.svg
%{_iconsdir}/hicolor/*/*/*.png
%{_mandir}/man1/*

%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 1:1.4.3-1
- (e803e74) Updated to 1.4.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15624 |14cu|xfce4-pulseaudio-plugin-0.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)
%define _disable_rebuild_configure 1
%define _disable_ld_no_undefined 1

Summary:	A panel plugin for controlling PulseAudio mixer
Name:		xfce4-pulseaudio-plugin
Version:	0.2.4
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Patch1:		0001-Do-not-show-notifications-at-start-up-bug-12313.patch
Patch2:		0002-Fixed-crash-caused-by-commit-6431653.patch
BuildRequires:	intltool
BuildRequires:	xfce4-dev-tools >= 4.12
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libpulse-mainloop-glib)
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfce4ui-2) >= 4.12.0
BuildRequires:	pkgconfig(libxfce4panel-2.0) >= 4.12.0
BuildRequires:	pkgconfig(keybinder)
BuildRequires:	pkgconfig(x11)
Requires:	xfce4-panel >= 4.11.0
Requires:	pavucontrol
# Replaces xfce4-mixer
%rename		xfce4-mixer < 4.11.0

%description
Xfce4-pulseaudio-plugin is a panel plugin for controlling an audio
output volume of the PulseAudio mixer.

%files
%doc NEWS README
%{_libdir}/xfce4/panel/plugins/libpulseaudio-plugin.so
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_iconsdir}/hicolor/*/status/*.svg
%{_datadir}/xfce4/panel/plugins/pulseaudio.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Mar 08 2017 Rosa <rosa@abf.rosalinux.ru> 0.2.4-1
- (9a89598) Automatic import for version 0.2.4-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15625 |14cu|xfce4-quicklauncher-plugin-1.9.4-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Quicklauncher plugin for the Xfce panel
Name:		xfce4-quicklauncher-plugin
Version:	1.9.4
Release:	14
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin
Source0:	http://goodies.xfce.org/releases/xfce4-quicklauncher-plugin/%{name}-%{version}.tar.bz2
Patch0:		01_save-settings.patch
Patch1:		02_fix-missing-english-translation.patch
Patch2:		xfce4-quicklauncher-plugin-1.9.4-parameters.patch
Patch3:		xfce4-quicklauncher-plugin-1.9.4-panel-load.patch
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.4.2
BuildRequires:	perl(XML::Parser)
Obsoletes:	xfce-quicklauncher-plugin

%description
This plugin allows you to have lots of launchers in the panel, displaying 
them on several lines.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std 
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog TODO
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_libdir}/xfce4/panel-plugins/*



%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 1.9.4-14
- (14b258c) Rebuild with new xfce



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15626 |14cu|xfce4-radio-plugin-0.5.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Radio plugin for the Xfce panel
Name:		xfce4-radio-plugin
Version:	0.5.1
Release:	6
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-radio-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-radio-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Patch1:		xfce4-radio-plugin-0.5.1-gold.patch
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfcegui4-1.0)
Obsoletes:	xfce-radio-plugin

%description
This is an Xfce panel plugin which allows you to control your V4l radio device.
You can turn your radio on/off, tune it to some frequency and manage station
presets.

%prep
%setup -q
%patch1 -p0
autoconf

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%clean

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/xfce4/panel-plugins/*.desktop 
%{_libdir}/xfce4/panel-plugins/*



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.5.1-6
- (2ab37d8) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15627 |14cu|xfce4-screenshooter-1.8.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Screen capture tool for Xfce
Name:		xfce4-screenshooter
Version:	1.8.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/applications/xfce4-screenshooter
Source0:	http://archive.xfce.org/src/apps/xfce4-screenshooter/%{url_ver}/%{name}-%{version}.tar.bz2
Patch0:		xfce4-screenshooter-1.8.2-fix-linkage.patch
Patch1:		xfce4-screenshooter-1.8.0-fix-mkdir_p.patch
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	pkgconfig(exo-1)
BuildRequires:	perl(XML::Parser)
BuildRequires:	curl-devel
BuildRequires:	pkgconfig(libsoup-2.4)
%rename		xfce-screenshooter-plugin
%rename		xfce4-screenshooter-plugin
Requires:	xfce4-panel >= 4.9.0

%description
This application allows you to capture the entire screen,
the active window or a selected region. You can set the delay
that elapses before the screenshot is taken and the action that
will be done with the screenshot: save it to a PNG file, copy
it to the clipboard, or open it using another application.

%files -f %{name}.lang
%doc AUTHORS README
%{_bindir}/*
%{_datadir}/appdata/*
%{_datadir}/applications/xfce4-screenshooter.desktop
%{_iconsdir}/hicolor/*/apps/*.*g
%{_mandir}/man1/*

#---------------------------------------------------------------------------

%package        plugin
Summary:        Screenshot utility for the Xfce panel
Group:          Graphical desktop/Xfce
Requires:       %{name} = %{EVRD}
Requires:       xfce4-panel

%description    plugin
A Xfce panel plugin to take screenshots of your desktop
or of the active window.

%files plugin
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop

#---------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
# (tpg) for new automake
sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' configure.*

# (tpg) needed for patch 0
mkdir m4
NOCONFIGURE=1 xdt-autogen

%configure2_5x \
	--disable-static \
	--enable-xfixes

%make

%install
sed 's/mkdir_p = \$(install_sh) -d/mkdir_p = mkdir -p/' -i po/Makefile
sed 's/mkdir_p = \$(install_sh) -d/mkdir_p = mkdir -p/' -i Makefile
%makeinstall_std
# %makeinstall_std -C po

mkdir -p %{buildroot}%{_localedir}

%find_lang %{name}


%changelog

* Wed Mar 30 2016 Denis Silakov <dsilakov@gmail.com> 1.8.2-2
- (f413c29) Put plugin into subpackage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15628 |14cu|xfce4-sensors-plugin-1.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sensor plugin for the Xfce panel
Name:		xfce4-sensors-plugin
Version:	1.2.5
Release:	3
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
Source0:	http://goodies.xfce.org/releases/xfce4-sensors-plugin/%{name}-%{version}.tar.bz2
BuildRequires:	xfce4-panel-devel >= 4.9.0
BuildRequires:	libxfce4ui-devel >= 4.9.1
BuildRequires:	lm_sensors-devel > 3
BuildRequires:	perl(XML::Parser)
BuildRequires:	libnotify-devel
BuildRequires:	netcat-traditional
BuildRequires:	hddtemp
Requires:	xfce4-panel >= 4.9.0
Requires:	lm_sensors > 3
Requires:	netcat-traditional
Requires:	hddtemp
Obsoletes:	xfce-sensors-plugin

%description
A Xfce panel plugin which reads your hardware sensor 
values and displays them in your panel.

%prep
%setup -q

%build
%define _disable_ld_no_undefined 1

%configure2_5x \
	--disable-static \
	--enable-hddtemp=yes \
	--enable-libsensors=yes \
	--enable-procacpi \
	--enable-sysfsacpi \
	--enable-netcat=yes \
	--enable-notification

%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_libdir}/pkgconfig/libxfce4sensors-1.0.pc

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO
%{_bindir}/xfce4-sensors
%{_libdir}/xfce4/modules/*
%{_libdir}/xfce4/panel-plugins/xfce4-sensors-plugin
%{_datadir}/xfce4/panel-plugins/*
%{_iconsdir}/hicolor/*/apps/*.*g
%{_datadir}/applications/xfce4-sensors.desktop



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 1.2.5-3
- (64d8cf5) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15629 |14cu|xfce4-session-4.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)

%define major 0
%define api 4.6
%define libname %mklibname xfsm %{api} %{major}
%define devname %mklibname xfsm -d

Summary:	Xfce Session Manager
Name:		xfce4-session
Version:	4.12.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://docs.xfce.org/xfce/xfce4-session/start
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Source2:	xfce4.pam
Patch0:		xfce4-session-4.9.0-xinitrc.patch
Patch1:		xfce4-session-4.11.0-session-ru.patch
BuildRequires:	iceauth
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(libwnck-1.0)
# BuildRequires:	pkgconfig(libxfce4panel-1.0) >= 4.11
BuildRequires:	xfce4-panel-devel
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.11
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.11
BuildRequires:	pkgconfig(libxfconf-0) >= 4.10.0
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildConflicts:	hal-devel
Requires:	rosa-xfce-config
Requires:	polkit-gnome
Requires:	usermode-consoleonly
%rename		xfce-utils

%description
The session manager allows the user to save sessions and
restore them after login. It is capable of saving several
different sessions. It comes with three splash screen engines.
And at last it helps you to log out, reboot, and shutdown the system.

%files -f %{name}.lang
%doc AUTHORS BUGS ChangeLog NEWS README TODO
%doc doc/FAQ doc/README.Kiosk
%dir %{_datadir}/themes
%dir %{_datadir}/themes/Default
%{_sysconfdir}/pam.d/xfce4
%{_sysconfdir}/xdg/autostart/*.desktop
%{_sysconfdir}/xdg/xfce4/Xft.xrdb
%{_sysconfdir}/xdg/xfce4/xinitrc
%{_bindir}/*
%{_datadir}/applications/xfce*
%{_iconsdir}/hicolor/*/apps/*
%{_libdir}/xfce4/session/splash-engines/libmice.*
%{_libdir}/xfce4/session/splash-engines/libsimple.*
%{_libdir}/xfce4/session/xfsm-shutdown-helper
%{_datadir}/xsessions/xfce.desktop
%{_mandir}/man1/*
%{_datadir}/polkit-1/actions/org.xfce.session.policy

#----------------------------------------------------------------------------

%package engines
Summary:	Balou splash engine
Group:		Graphical desktop/Xfce
Requires:	%{name} = %{EVRD}

%description engines
Balou is an addidional splash engine for the Xfce.

%files engines
%dir %{_datadir}/themes/Default/balou
%{_libdir}/xfce4/session/balou-export-theme
%{_libdir}/xfce4/session//balou-install-theme
%{_libdir}/xfce4/session/splash-engines/libbalou.*
%{_datadir}/themes/Default/balou/logo.png
%{_datadir}/themes/Default/balou/themerc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for the Xfce Session Manager
Group:		Graphical desktop/Xfce
Conflicts:	%{_lib}xfsm-4.6_0 < 4.11.0
Obsoletes:	%{_lib}xfsm-4.6_0 < 4.11.0

%description -n %{libname}
Libraries for xfce-session manager.

%files -n %{libname}
%{_libdir}/libxfsm-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for the Xfce Session Manager
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	libxfsm-devel = %{EVRD}

%description -n %{devname}
Libraries and header files for the Xfce Session Manager.

%files -n %{devname}
%{_libdir}/libxfsm-%{api}.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/xfce4/xfce4-session-%{api}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%serverbuild_hardened
NOCONFIGURE=1 xdt-autogen

%configure2_5x \
	--enable-legacy-sm \
	--enable-systemd \
	--disable-static

%make

%install
%makeinstall_std

# (tpg) this file is in mandriva-xfce-config package
rm -rf %{buildroot}%{_sysconfdir}/xdg/autostart/xfce4-tips-autostart.desktop
rm -rf %{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml

# pam
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/xfce4

%find_lang %{name}

%changelog

* Mon Mar 28 2016 dsilakov <denis.silakov@rosalab.ru> 4.12.1-1
- (b090c83) Merge pull request #1 from alzim/xfce4-session:rosa2014.1
- (b090c83) Update to 4.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15630 |14cu|xfce4-settings-4.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Configuration settings manager for Xfce
Name:		xfce4-settings
Version:	4.12.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/xfce4-settings/4.12/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(exo-1) >= 0.8.0
BuildRequires:	pkgconfig(garcon-1)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.11
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.11
BuildRequires:	pkgconfig(libxfconf-0) >= 4.10.0
BuildRequires:	pkgconfig(libxklavier) >= 5.0
BuildRequires:	pkgconfig(xxf86misc)
Requires:	hwdata
Provides:	xfce-mcs-manager = %{version}
Provides:	xfce-mcs-plugins = %{version}

%description
Configuration settings manager for Xfce desktop environment.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS TODO
%{_sysconfdir}/xdg/autostart/xfsettingsd.desktop
%{_sysconfdir}/xdg/menus/xfce-settings-manager.menu
%{_libdir}/xfce4/settings/appearance-install-theme
%{_bindir}/xfce4-*settings*
%{_bindir}/xfsettingsd
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/devices/xfce-*.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-pluggable-dialogs \
	--enable-xrandr \
	--enable-libnotify \
	--enable-gio-unix \
	--enable-xcursor \
	--enable-libxklavier \
	--enable-pluggable-dialogs \
	--enable-sound-settings \
	--with-pnp-ids-path=%{_datadir}/misc/pnp.ids

%make

%install
%makeinstall_std

# (tpg) this file is in rosa-xfce-config package
rm -rf %{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml

%find_lang %{name}

%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 4.12.0-2
- (84aff11) Build with libxfce4ui-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15631 |14cu|xfce4-smartbookmark-plugin-0.4.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Smart bookmarks for the Xfce panel
Name:		xfce4-smartbookmark-plugin
Version:	0.4.6
Release:	2
Group:		Graphical desktop/Xfce
License:	GPLv2+
URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0:	http://archive.xfce.org/src/panel-plugins/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Patch0:		smartbookmark-mdv-bugzilla.patch
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	perl(XML::Parser)
Requires:	xfce4-panel >= 4.4.2
Obsoletes:	xfce-smartbookmark-plugin

%description
A plugin which allows you to do a search directly on Internet on sites like 
Google. It allows you to send requests directly to your browser and perform 
custom searches.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop

%changelog

* Fri Apr 01 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.4.6-2
- (d392c79) Fix typo in BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15632 |14cu|xfce4-smartpm-plugin-0.4.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	A Smart plugin for the Xfce panel
Name: 		xfce4-smartpm-plugin
Version: 	0.4.0
Release: 	13
License:	GPLv2+
Group: 		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-smartpm-plugin
Source0: 	http://goodies.xfce.org/releases/xfce4-smartpm-plugin/%{name}-%{version}.tar.bz2
Patch0:		xfce4-smartpm-plugin-0.4.0-libnotify-0.7.patch
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.4.2
BuildRequires:	perl(XML::Parser)
BuildRequires:	intltool
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	gksu
Requires:	gksu
Requires:	smart-gui
Obsoletes:	xfce-smartpm-plugin
Obsoletes:	xfce-smart-plugin

%description
A Xfce panel plugin for Smart Package Manager.

%prep
%setup -q
%patch0 -p0

%build
export GKSU="/usr/bin/gksu"
export GKSUDO="/usr/bin/gksudo"
export SU="/bin/su"
export SUDO="/usr/bin/sudo"

%configure2_5x \
	--enable-libnotify
%make

%install
%makeinstall_std 

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog AUTHORS README
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/xfce4-smart.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg



%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 0.4.0-13
- (555508b) Rebuild with new xfce



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15633 |14cu|xfce4-systemload-plugin-1.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3 )

Summary:	System load plugin for the Xfce panel
Name:		xfce4-systemload-plugin
Version:	1.1.2
Release:	1
License:	BSD
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.7
BuildRequires:	xfce4-panel-devel >= 4.7
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.7.0
Obsoletes:	xfce-systemload-plugin

%description
A system load panel plugin for the Xfce Desktop Environment.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
chmod +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%find_lang %{name}

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/*



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 1.1.2-1
- (823c933) Updated to 1.1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15634 |14cu|xfce4-taskmanager-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A small taskmanager for Xfce desktop environment
Name:		xfce4-taskmanager
Version:	1.2.0
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/applications/xfce4-taskmanager
Source0:	http://archive.xfce.org/src/apps/xfce4-taskmanager/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(xmu)
Requires:	xfdesktop

%description
xfce-taskmanager is a small taskmanager based on the Xfce libraries.

Features:
    * Lists up all tasks of the running System
    * Provides sending signals to tasks:
    - STOP
    - CONT
    - TERM
    - KILL

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/actions/xc_crosshair.*
%{_iconsdir}/hicolor/*/apps/xc_crosshair.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-wnck

%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Mon Mar 13 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.2.0-1
- (826523b) New versio 1.2.0
- (826523b) Update files (add icons)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15635 |14cu|xfce4-terminal-0.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	X terminal emulator for Xfce desktop environment
Name:		xfce4-terminal
Version:	0.8.2
Release:	1
License:	GPLv2+
Group:		Terminals
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/apps/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxfce4ui-2) >= 4.11
BuildRequires:	pkgconfig(vte-2.91)
Requires:	exo
Requires:	vte >= 0.11.0
Provides:	terminal = %{EVRD}
Obsoletes:	terminal < 0.6

%description
Terminal is a modern, lightweight, and low memory cost terminal
emulator with tabs and multiple windows for the Xfce desktop
environment. It offers full-customization for the key bindings,
the aspect, the colors, and more.

%files -f %{name}.lang
%doc README ChangeLog NEWS AUTHORS HACKING THANKS
%dir %{_datadir}/xfce4/terminal
%dir %{_datadir}/xfce4/terminal/colorschemes
%{_bindir}/%{name}
%{_datadir}/applications/xfce4-terminal.desktop
%{_datadir}/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml
%{_mandir}/man1/xfce4-terminal.1.*
%{_mandir}/*/man1/xfce4-terminal.1.*
%{_datadir}/xfce4/terminal/colorschemes/*.theme
%{_datadir}/xfce4/terminal/terminal-preferences.ui

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%check
make check

%install
%makeinstall_std

desktop-file-install \
	--add-category="GTK" \
	--add-only-show-in="XFCE" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name}


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15636 |14cu|xfce4-time-out-plugin-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary: 	A time-out plugin for the Xfce panel
Name: 		xfce4-time-out-plugin
Version: 	1.0.2
Release: 	1
License:	GPLv2+
Group: 		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin
Source0: 	http://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.8.0
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	perl(XML::Parser)

%description
A time-out plugin for the Xfce panel.

%prep
%setup -q

%build

%configure2_5x
%make

%install
%makeinstall_std 

chmod +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog AUTHORS
%{_libdir}/xfce4/panel/plugins/*
%{_datadir}/xfce4/panel/plugins/xfce4-time-out-plugin.desktop
%{_iconsdir}/hicolor/*/apps/*



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 1.0.2-1
- (3d284f9) Updated to 1.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15637 |14cu|xfce4-timer-plugin-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Timer plugin for the Xfce panel
Name:		xfce4-timer-plugin
Version:	1.6.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Patch0:		xfce4-timer-plugin-1.6.0-string-fmt.patch
BuildRequires:	xfce4-panel-devel >= 4.9.0
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	perl(XML::Parser)

%description
Timer panel plugin for the Xfce Desktop Environment.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -rf  %{buildroot}%{_prefix}/doc

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc ChangeLog AUTHORS TODO README
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_datadir}/icons/hicolor/48x48/apps/xfce4-timer.png



%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 1.6.0-1
- (2182656) Fix 'format not a string literal' build error



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15638 |14cu|xfce4-vala-4.10.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	Vala bindings for Xfce

Name:		xfce4-vala
Version:	4.10.3
Release:	4
License:	LGPLv2+
Group:		Development/Other
Url:		http://wiki.xfce.org/vala-bindings
Source0:	http://archive.xfce.org/src/bindings/xfce4-vala/%{url_ver}/%{name}-%{version}.tar.bz2

BuildRequires:	xfce4-dev-tools >= 4.10.0
BuildRequires:  pkgconfig(vapigen)
BuildRequires:	vala
BuildRequires:	pkgconfig(exo-1)
BuildRequires:	pkgconfig(libxfconf-0) >= 4.10.0
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.10.0
BuildRequires:	pkgconfig(garcon-1) >= 0.2.0
BuildRequires:  pkgconfig(libxfce4panel-1.0) >= 4.10.0

%description
Vala bindings for various Xfce components.

%prep
%setup -q
# for each vala update, edit configure.ac acordingly
#perl -pi -e "s|vala_api='0.16'|vala_api='0.28'|" configure.ac

%build
#xdt-autogen
%configure2_5x --with-vala-api=0.28
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_libdir}/pkgconfig
cp -r %{buildroot}%{_datadir}/pkgconfig/xfce4-vala.pc %{buildroot}%{_libdir}/pkgconfig/xfce4-vala.pc

%files
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/pkgconfig/xfce4-vala.pc
%{_datadir}/pkgconfig/xfce4-vala.pc
%{_datadir}/vala*/vapi/*.deps
%{_datadir}/vala*/vapi/*.vapi



%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 4.10.3-4
- (718715f) Do not call xdt-autogen



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15639 |14cu|xfce4-verve-plugin-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A minicmd-plugin for the Xfce panel
Name:		xfce4-verve-plugin
Version:	1.1.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.8.0
BuildRequires:	xfce4-panel-devel >= 4.8.0
BuildRequires:	exo-devel >= 0.6.0
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	pkgconfig(libxfcegui4-1.0)
BuildRequires:	dbus-glib-devel
BuildRequires:	pcre-devel
BuildRequires:	perl(XML::Parser)

%description
This plugin is like the (quite old) xfce4-minicmd-plugin, except that it
feature more cool features, like autocompletion and command history.

%prep
%setup -q

%build
%configure2_5x \
	--enable-final \
	--enable-dbus

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README THANKS
%{_bindir}/verve-focus
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_libdir}/xfce4/panel/plugins/*

%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 1.1.0-1
- (ab180c7) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15640 |14cu|xfce4-wavelan-plugin-0.5.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	WaveLAN plugin for the Xfce panel
Name:		xfce4-wavelan-plugin
Version:	0.5.12
Release:	1
Group:		Graphical desktop/Xfce
License:	BSD
URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Patch1:		xfce4-wavelan-0.5.6-gold.patch
BuildRequires:	xfce4-panel-devel >= 4.9.0
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.9.0

%description
A plugin for the Xfce panel that monitors a wireless LAN interface. It 
displays stats for signal state, signal quality and network name (SSID).

%prep
%setup -q
#patch1 -p0

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

chmod +x %{buildroot}%{_libdir}/xfce4/panel/plugins/libwavelan.so
%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/xfce4/panel/plugins/libwavelan.so
%{_datadir}/xfce4/panel/plugins/*.desktop



%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 0.5.12-1
- (64fbf83) Rebuilt with libxfce4ui-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15641 |14cu|xfce4-weather-plugin-0.8.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A weather plugin for the Xfce panel
Name:		xfce4-weather-plugin
Version:	0.8.7
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.8/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.7.0
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(upower-glib)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	perl(XML::Parser)
BuildRequires:	intltool
Requires:	xfce4-panel >= 4.4.2
Obsoletes:	xfce-weather-plugin

%description
This panel plugin shows the current temperature and weather condition, 
using weather data provided by xoap.weather.com (www.weather.com).

%prep
%setup -q

%build
mkdir m4
NOCONFIGURE=yes xdt-autogen
%configure \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%dir %{_datadir}/xfce4/weather
%{_datadir}/xfce4/weather/*
%{_datadir}/xfce4/panel/plugins/*
%{_libdir}/xfce4/panel/plugins/
%{_iconsdir}/hicolor/*/apps/*.png

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15642 |14cu|xfce4-websearch-plugin-0.1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A web search plugin for the Xfce panel
Name:		xfce4-websearch-plugin
Version:	0.1.1
Release:	8
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
Source0:	http://goodies.xfce.org/releases/xfce4-weather-plugin/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.4.2
BuildRequires:	perl(XML::Parser) intltool
Obsoletes:	xfce-websearch-plugin

%description
A web search plugin for the Xfce panel.

%prep
%setup -q

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc NEWS COPYING AUTHORS ChangeLog README
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/websearch.desktop



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.1.1-8
- (dc071fb) Cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15643 |14cu|xfce4-whiskermenu-plugin-1.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	An alternate application launcher for Xfce
Name:		xfce4-whiskermenu-plugin
Version:	1.6.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		https://github.com/xfce-mirror/xfce4-whiskermenu-plugin
Source0:	https://github.com/xfce-mirror/xfce4-whiskermenu-plugin/%{name}-%{version}.tar.gz

BuildRequires:	cmake
BuildRequires:	pkgconfig(exo-1)
BuildRequires:	pkgconfig(garcon-1)
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1)
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(pangoxft)

%description
Whisker Menu is an alternate application launcher for Xfce.

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README NEWS
%{_bindir}/xfce4-popup-whiskermenu
%{_libdir}/xfce4/panel/plugins/libwhiskermenu.so
%{_datadir}/xfce4/panel/plugins/whiskermenu.desktop
%{_iconsdir}/*/*/apps/xfce4-whiskermenu.*g
%{_mandir}/man1/xfce4-popup-whiskermenu.1.*


%changelog

* Mon Jan 02 2017 tremod <negry.m@yandex.ru> 1.6.2-1
- (b96451c) Update to 1.6.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15644 |14cu|xfce4-wmdock-plugin-0.3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	WindowMaker dockapps plugin for the Xfce desktop environment
Name:		xfce4-wmdock-plugin
Version:	0.3.4
Release:	4
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-wmdock-plugin/%{url_ver}/%{name}-%{version}.tar.bz2
Requires:	xfce4-panel >= 4.4.2
BuildRequires:	xfce4-panel-devel >= 4.4.2
BuildRequires:	perl(XML::Parser)
BuildRequires:	libwnck-devel
BuildRequires:	pkgconfig(libxfce4util-1.0)
BuildRequires:	pkgconfig(libxfcegui4-1.0)
Obsoletes:	xfce-wmdock-plugin

%description
The WMdock plugin is a compatibility layer for running 
WindowMaker dockapps on the XFCE desktop. It integrates 
the dockapps into a panel, closely resembling the look 
and feel of the WindowMaker dock or clip, respectively.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_libdir}/xfce4/panel-plugins/*
%{_datadir}/xfce4/panel-plugins/*
%{_iconsdir}/hicolor/*/apps/*.png



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.3.4-4
- (e09f890) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15645 |14cu|xfce4-xkb-plugin-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A plugin for the Xfce4 panel displaying keyboard layout
Name:		xfce4-xkb-plugin
Version:	0.7.1
Release:	2
License:	BSD
Group:		Graphical desktop/Xfce
URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin
Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.7/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	intltool
BuildRequires:	pkgconfig(garcon-1)
BuildRequires:	pkgconfig(libxklavier) >= 5.0
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.11
BuildRequires:	pkgconfig(libxfce4ui-1)
Requires:	xfce4-panel >= 4.4.2
Obsoletes:	xfce-xkb-plugin

%description
A plugin for the Xfce4 panel displaying keyboard layout.
The plugin may be used as an indicator for the current layout
and to switch layouts.
The layouts must be defined either in XF86Config or by 
xetskbmap tool.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

# remove unneeded devel files
rm -f %{buildroot}/%{_libdir}/xfce4/panel-plugins/*.a

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%dir %{_datadir}/xfce4/xkb
%{_datadir}/xfce4/xkb/*
%{_datadir}/xfce4/panel-plugins/xkb-plugin.desktop
%{_libdir}/xfce4/panel-plugins/

%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.7.1-2
- (5738e8b) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15646 |14cu|xfconf-4.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)
%define major 2
%define api 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	A configuration storage system for Xfce
Name:		xfconf
Version:	4.12.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Source1:	%{name}.rpmlintrc
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxfce4util-1.0) >= 4.11.0
BuildRequires:	perl(Glib)
BuildRequires:	perl(Glib::MakeHelper)
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(ExtUtils::PkgConfig)
Requires:	dbus-x11

%description
Xfconf is a hierarchical (tree-like) configuration system for the Xfce
graphical desktop environment.

%files -f %{name}.lang
%doc AUTHORS NEWS ChangeLog
%dir %{_sysconfdir}/xdg/xfce4/xfconf
%{_bindir}/xfconf-query
%{_libdir}/xfce4/%{name}/xfconfd
%{_datadir}/dbus-1/services/org.xfce.Xfconf.service
%{_datadir}/gtk-doc/html/xfconf

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for xfconf
Group:		System/Libraries
Requires:	%{name} >= %{EVRD}

%description -n %{libname}
Main library for the xfconf, a configuration storage system for Xfce.

%files -n %{libname}
%{_libdir}/libxfconf-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for xfconf
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files and headers for xfconf.

%files -n %{devname}
%{_includedir}/xfce4/xfconf-%{api}
%{_libdir}/libxfconf-%{api}.so
%{_libdir}/pkgconfig/libxfconf-%{api}.pc

#----------------------------------------------------------------------------

%package -n perl-%{name}
Summary:	Perl bindings for %{name}
Group:		Development/Perl
Requires:	%{libname} = %{EVRD}

%description -n perl-%{name}
Perl bindings for %{name}.

%files -n perl-%{name}
%dir %{perl_sitearch}/Xfce4
%dir %{perl_sitearch}/Xfce4/Xfconf
%dir %{perl_sitearch}/Xfce4/Xfconf/Install
%dir %{perl_sitearch}/auto/Xfce4/Xfconf
%{perl_sitearch}/Xfce4/*.pm
%{perl_sitearch}/Xfce4/Xfconf/Install/*
%{perl_sitearch}/auto/Xfce4/Xfconf/*.so
%{_mandir}/man3/Xfce4::Xfconf.3pm.*


#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-checks \
	--disable-gtk-doc \
	--enable-perl-bindings

%make

%install

%makeinstall_std

mkdir -p %{buildroot}%{_mandir}/man3

mv -f %{buildroot}/usr/local/share/man/man3/Xfce4::Xfconf.3pm %{buildroot}%{_mandir}/man3

# dummy
mkdir -p %{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf

%find_lang %{name}

%changelog

* Sat Mar 26 2016 dsilakov <denis.silakov@rosalab.ru> 4.12.0-1
- (3378eec) Merge pull request #1 from alzim/xfconf:rosa2014.1
- (3378eec) Update to 4.12.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15647 |14cu|xfdesktop-4.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-4)

Summary:	Desktop manager for the Xfce Desktop Environment
Name:		xfdesktop
Version:	4.12.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
URL:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/%{name}/%{url_ver}/%{name}-%{version}.tar.bz2
Patch5:		%{name}-4.6.0-default-mdv-color.patch
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(libxfce4panel-1.0)
BuildRequires:	pkgconfig(exo-1)
BuildRequires:	pkgconfig(thunarx-2)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libxfconf-0)
BuildRequires:	pkgconfig(garcon-1)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.10.0
BuildRequires:	pkgconfig(libnotify)
Conflicts:      xfce-utils <= 4.8.3-1
Requires:	mandriva-theme
Requires:	desktop-common-data
Requires:	xfce4-session >= 4.9.0

%description
The desktop manager sets the background image, provides a right-click
menu to launch applications and can optionally show files
(including application launchers) or iconified windows. It includes
gradient support for background color, saturation support for background image,
real multiscreen and xinerama support, and it provides a desktop menu editor.

%prep
%setup -q
#%patch5 -p1

%build
%configure2_5x \
	--disable-static \
	--enable-desktop-icons \
	--enable-file-icons \
	--disable-thunarx \
	--enable-gio-unix \
	--enable-notifications \
	--enable-desktop-menu \
	--with-file-manager-fallback=Thunar

%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README TODO AUTHORS NEWS
%{_bindir}/*
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*
%{_datadir}/pixmaps/*
%{_datadir}/backgrounds/xfce/*.jpg
%{_mandir}/man1/*



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 4.12.0-1
- (416d479) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15648 |14cu|xfe-1.41-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MS-Explorer-like minimalist file manager for X
Name:		xfe
Version:	1.41
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://roland65.free.fr/xfe
Source0:	https://sourceforge.net/projects/xfe/files/xfe/%{version}/%{name}-%{version}.tar.gz
Patch1:		xfe-1.37-mdv-xfp_desktop.patch
Patch4:		xfe-1.40-use-system-libsn.patch
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(fox)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	intltool

%description
X File Explorer (Xfe) is an MS-Explorer like file manager for X.
It is based on the popular, but discontinued, X Win Commander,
originally developed by Maxim Baranov.

Xfe aims to be the file manager of choice for all light thinking Unix addicts!

%prep
%setup -q
%patch1 -p1
%patch4 -p1 -b .syssn
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv \
  && mv -f ChangeLog.conv ChangeLog

autoreconf -fi
rm -rf libsn

%build
export CXXFLAGS="-O2  -I/usr/include/fox-1.6 -DHAVE_XFT_H -DSTARTUP_NOTIFICATION"
export LDFLAGS="-lX11 -lfreetype -lz -lXft"

%configure2_5x \
	--disable-rpath \
	--enable-release \
	--enable-threads=posix \
	--bindir=%{_libexecdir}/%{name} \
	--without-included-gettext

%make

%install
%makeinstall_std INSTALL="install -p"

# rcdir=%{_sysconfdir}/%{name}

%find_lang %{name}

# Tweak too generic and short names
mkdir -p %{buildroot}%{_datadir}/%{name}/pixmaps
mkdir -p %{buildroot}%{_bindir}
for suffix in \
        i e p w
do
        cat > %{buildroot}%{_bindir}/xfe-xf${suffix} <<EOF
#!/bin/sh
export PATH=%{_libexecdir}/%{name}:\$PATH
exec xf${suffix} \$@
EOF
        chmod 0755 %{buildroot}%{_bindir}/xfe-xf${suffix}

        mv %{buildroot}%{_datadir}/pixmaps/xf${suffix}.{png,xpm} \
                %{buildroot}%{_datadir}/%{name}/pixmaps/
        mv %{buildroot}%{_datadir}/applications/{,xfe-}xf${suffix}.desktop
        # Modify desktop file
        sed -i \
                -e "\@^Exec=@s|xf${suffix}|xfe-xf${suffix}|" \
                -e "s|Icon=xf${suffix}|Icon=%{_datadir}/%{name}/pixmaps/xf${suffix}.png|" \
                %{buildroot}%{_datadir}/applications/xfe-xf${suffix}.desktop
        desktop-file-validate %{buildroot}%{_datadir}/applications/xfe-xf${suffix}.desktop

        mv %{buildroot}%{_mandir}/man1/{,xfe-}xf${suffix}.1
done
rmdir %{buildroot}%{_datadir}/pixmaps/

# Move configuration files
mkdir -p %{buildroot}%{_sysconfdir}
mv %{buildroot}%{_datadir}/%{name}/xferc \
        %{buildroot}%{_sysconfdir}
ln -sf %{_sysconfdir}/xferc %{buildroot}%{_datadir}/%{name}/xferc

%files -f %{name}.lang
%doc AUTHORS README TODO ChangeLog
%{_bindir}/xfe-xf*
%{_libexecdir}/%{name}
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/xferc
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}/pixmaps
%{_datadir}/%{name}/icons
# xferc defaults to gnomeblue-theme, so let's use this
%{_mandir}/man1/*
%{_datadir}/%{name}/xferc

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15649 |14cu|xfmpc-0.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	A MPD client focusing on low footprint for Xfce
Name:		xfmpc
Version:	0.2.2
Release:	4
License:	BSD-like
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/applications/%{name}
Source0:	http://archive.xfce.org/src/apps/xfmpc/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	libxfce4ui-devel
BuildRequires:	libxfce4util-devel
BuildRequires:	libmpd-devel

%description
A MPD client focusing on low footprint for Xfce desktop environment.

%prep
%setup -q

%build
%define Werror_cflags %nil
%configure2_5x

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README ChangeLog
%{_bindir}/xfmpc
%{_datadir}/applications/*.desktop
%{_mandir}/man1/%{name}*

%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.2.2-4
- (0016589) Rebuild with new xfce



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15650 |14cu|xfpanel-switch-1.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global majorver 1.0

Name:		xfpanel-switch
Version:	1.0.4
Release:	1
Summary:	A simple application to manage Xfce panel layouts
Group:		Graphical desktop/Xfce
License:	GPLv3
URL:		https://launchpad.net/%{name}
Source0:	https://launchpad.net/%{name}/%{majorver}/%{version}/+download/%{name}-%{version}.tar.bz2
# Add appdata file
Source1:	%{name}.appdata.xml
Source2:	it.po
BuildRequires:	python3-devel
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	desktop-file-utils
BuildArch:	noarch
Requires:	xfce4-panel

%description
A simple application to manage Xfce panel layouts

With the modular Xfce Panel, a multitude of panel layouts can be created. 
This tool makes it possible to backup, restore, import, and export these 
panel layouts.

%prep
%setup -q
cp -p %{SOURCE2} po/

# remove "xubuntu" layouts
rm -fr data/layouts/xubuntu*
sed -i '/cd data\/layouts\/xubuntu-*/d' Makefile.in.in
sed -i '/INSTALL $(DESTDIR)\/$(PREFIX)\/share\/doc/d' Makefile.in.in
sed -i '/COPYING $(DESTDIR)\/$(PREFIX)\/share\/doc/d' Makefile.in.in

%build
./configure --prefix=/usr
%make

%install
%makeinstall_std

install -Dp -m644 %{SOURCE1} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
#install -Dp -m644 COPYING %{buildroot}%{_datadir}/licenses/%{name}/COPYING

%find_lang %{name}

#%check
#desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
#appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml


%files -f %{name}.lang
%doc NEWS AUTHORS README COPYING
%{_datadir}/%{name}/*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml

%changelog

* Mon Apr 25 2016 dsilakov <denis.silakov@rosalab.ru> 1.0.4-1
- (eabf4c1) Merge pull request #1 from alzim/xfpanel-switch:rosa2014.1
- (eabf4c1) Updated to 1.0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15651 |14cu|xfprint-4.6.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Print dialog and printer manager for Xfce
Name:		xfprint
Version:	4.6.1
Release:	9
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
Patch0:		xfprint-4.6.1-cups-1.6.patch
BuildRequires:	a2ps
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
Buildrequires:	cups-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxfcegui4-1.0) >= 4.6.0
BuildRequires:	pkgconfig(libxfconf-0)
Requires:	a2ps

%description
The printing helper is a graphical frontend for printing,
a printer management, and a job queue management. It doesn't
let you configure printers but only use printing systems that
have already been configured properly.

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_bindir}/*
%{_libdir}/xfce4/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*
%{_datadir}/xfce4/doc/*
%{_datadir}/gtk-doc/html/

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for the Xfce Printer Manager
Group:		Graphical desktop/Xfce

%description -n %{libname}
Libraries for the Xfce Printer Manager.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for the Xfce Printer Manager
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and header files for the Xfce Printer Manager.

%files -n %{devname}
%{_libdir}/pkgconfig/xfprint-1.0.pc
%{_libdir}/libxfprint.so
%dir %{_includedir}/xfce4/libxfprint
%{_includedir}/xfce4/libxfprint/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
export LIBS="-lX11"
%configure2_5x \
	--disable-letter \
	--enable-cups \
	--disable-static

%install
%makeinstall_std

# disable rpath
chrpath -d %{buildroot}/%{_libdir}/xfce4/xfprint-plugins/*.so

%find_lang %{name}

desktop-file-install \
    --add-only-show-in="XFCE" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 4.6.1-9
- (9122ee3) Rebuild with new xfce



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15652 |14cu|xfswitch-plugin-0.0.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	User switching plugin for Xfce desktop environment
Name:		xfswitch-plugin
Version:	0.0.1
Release:	13
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://goodies.xfce.org/projects/panel-plugins/xfswitch-plugin/
Source0:	http://goodies.xfce.org/releases/xfswitch-plugin/%{name}-%{version}.tar.bz2
BuildRequires:	libxfce4-panel-devel >= 4.7.0
BuildRequires:	pkgconfig(libxfcegui4-1.0)
Requires:	gdm

%description
Xfswitch-plugin is a user switching plugin, which allows you 
to leave the current session opened and open a new session 
with another user.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_libdir}/xfce4/panel-plugins/%{name}
%{_datadir}/xfce4/panel-plugins/%{name}.desktop



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 0.0.1-13
- (dd24da3) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15653 |14cu|xfwm4-4.12.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Window manager for Xfce desktop environment
Name:		xfwm4
Version:	4.12.3
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/xfce/xfwm4/4.12/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libxfce4ui-1) >= 4.9.1
BuildRequires:	pkgconfig(libxfconf-0) >= 4.9.0
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xdamage)

%description
The Xfce 4 window manager manages the placement of application windows on
the screen, provides beautiful window decorations, manages workspaces or
virtual desktops, and natively supports multiscreen mode. It provides its
own compositing manager (from the Xorg Composite extension) for true
transparency and shadows. The Xfce 4 window manager includes a keyboard
shorcuts editor for user specific commands and basic windows manipulations,
and it provides a dialog for advanced tweaks.

%files -f %{name}.lang
%doc example.gtkrc-2.0 AUTHORS COMPOSITOR README TODO
%dir %{_libdir}/xfce4/xfwm4
%{_bindir}/xfwm4*
%{_libdir}/xfce4/xfwm4/helper-dialog
%{_datadir}/applications/*
%{_datadir}/themes/*
%{_datadir}/xfwm4
%{_iconsdir}/hicolor/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-compositor \
	--enable-xsync \
	--enable-render \
	--enable-randr \
	--enable-startup-notification \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Mon Mar 28 2016 Denis Silakov <dsilakov@gmail.com> 4.12.3-2
- (f2751d6) Build with libxfce4ui-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15654 |14cu|xgrabcolor-1.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Color picker
Name:		xgrabcolor
Version:	1.4.4
Release:	1
License:	GPL
Url:		http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=xgrabcolor&full=0
Group:		Graphics
Source:		http://hugo.pereira.free.fr/software/tgz/%{name}-%{version}.tar.gz
BuildRequires:	qt5-devel
BuildRequires:	cmake
BuildRequires:	qmake5
BuildRequires:	libaspell-devel
BuildRequires:	kf5config-devel
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-keysyms)

%description
Basic color picker.

%prep
%setup -q

%build
%cmake_qt5 -DUSE_QT5=1
%make

%install
%makeinstall_std -C build

%clean

%files
%doc COPYING INSTALL
%{_bindir}/xgrabcolor


%changelog

* Mon Jan 18 2016 Denis Silakov <dsilakov@gmail.com> 1.4.4-1
- (671a413) Added keysyms BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15655 |14cu|xjadeo-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple video player that receives sync from jack transport
Name:		xjadeo
Version:	0.8.1
Release:	1
Group:		Video
License:	GPLv2+
Url:		http://xjadeo.sourceforge.net/
Source0:	http://sourceforge.net/projects/xjadeo/files/xjadeo/v0.8.1/%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	ffmpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(liblo)
BuildRequires:	pkgconfig(ltc)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	lash-devel
BuildRequires: gcc-c++, gcc, gcc-cpp


Suggests:	mencoder
Suggests:	qjadeo

%description
Simple video player that receives sync from jackd or MTC.
It has applications in soundtrack creation, video monitoring or any task that
requires to associate movie frames with audio events.

For instance when a jack-client (like Muse, Rosegarden or Ardour) acts as a
timebase master, xjadeo will display the video synchronized to JACK transport.
xjadeo is capable to read Midi Time Clock as an alternate sync source and comes
along with an optional QT-GUI.

xjadeo reads only seekable media by default. Installing a transcoding utility
like mencoder or transcode is highly recommended.

%files
%{_bindir}/xjadeo
%{_bindir}/xjremote
%{_datadir}/%{name}/ArdourMono.ttf
%{_mandir}/man1/xjadeo.1*
%{_mandir}/man1/xjremote.1*

#----------------------------------------------------------------------------

%package -n qjadeo
Summary:	Qt-based GUI for xjadeo
Requires:	%{name}

%description -n qjadeo
Qt-based GUI for xjadeo, a simple video player that receives sync
from jack transport.

%files  -n qjadeo -f qjadeo.lang
%{_bindir}/qjadeo
%{_datadir}/applications/qjadeo.desktop
%{_iconsdir}/hicolor/*/apps/qjadeo.png


#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CC=gcc
export CXX=g++

%configure --enable-qtgui
%make

%install
%makeinstall_std

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/qjadeo.desktop << EOF
[Desktop Entry]
Type=Application
Name=Qjadeo
GenericName=X jack video monitor
Comment=A simple video player that gets sync from jack transport
Icon=qjadeo
Exec=/usr/bin/qjadeo
Terminal=false
Categories=AudioVideo;Video;Player;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert src/qt-gui/images/qjadeo.png -resize ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/qjadeo.png
done

%find_lang qjadeo --with-qt


%changelog
* Sat Mar 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.1-1
+ Revision: a85f542
- Updated to 0.8.1, sync with cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15656 |14cu|xlogmaster-1.6.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Quick & easy monitoring of logfiles and devices
Name:		xlogmaster
Version:	1.6.2
Release:	4
Source0:	ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}-icons.tar.bz2
Patch0:		xlogmaster-1.6.2-workaround-pointer-to-int-casting.patch
BuildRequires:	libgtk+-devel
License:	GPLv2+
URL:		http://www.gnu.org/software/xlogmaster/
Group:		Monitoring

%description
The Xlogmaster is a program that allows easy and flexible monitoring of
all logfiles and devices that allow being read via cat (like the /proc
devices). It allows you to set a lot of events based on certain activities
in the monitored logfiles/devices and should prove very helpful for almost
anyone.

%prep
%setup -q -a1
%patch0 -p1 -b .cast~

%build
%configure	--with-xlogmaster-home=%{_sysconfdir} \
		--with-xlogmaster-lib=%{_datadir}/xlogmaster \
		--with-xlogmaster-db=%{_localstatedir}/lib/xlogmaster \
		--disable-gtkrc

%make

%install
%makeinstall XLM_LIB=%{buildroot}%{_datadir}/%{name} XLM_DB=%{buildroot}%{_localstatedir}/lib/%{name}

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Icon=%{name}
Categories=System;Monitor;
Name=%{name}
Exec=%{name}
Comment=Logfile viewer
EOF

install -m644 icons/16x16.png -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 icons/32x32.png -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 icons/48x48.png -D %{buildroot}%{_liconsdir}/%{name}.png



%files
%doc NEWS README TODO 
%{_bindir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%dir %{_localstatedir}/lib/%{name}
%{_localstatedir}/lib/%{name}/*
%{_mandir}/man1/%{name}.1*
%{_infodir}/%{name}.info*
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop



%changelog
* Tue Mar 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6.2-4
+ Revision: 4c4c1dd
- Added Exec to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15657 |14cu|xmailbox-2.5-33
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An X Window System utility which notifies you of new mail
Name:		xmailbox
Version:	2.5
Release:	33
License:	MIT
Group:		Networking/Mail
BuildRequires:	pkgconfig(x11) libxext-devel libxaw-devel libxmu-devel libxt-devel xpm-devel imake
Source0:	ftp://ftp.x.org/contrib/applications/%{name}-%{version}.tar.bz2
Patch1:		xmailbox-2.2-xpm.patch
Patch2:		xmailbox-2.4-glibc.patch

%description
The xmailbox program is an X Window System program which notifies you
when mail arrives.  Xmailbox is similar to the xbiff program, but it
offers more features and notification options.

Install the xmailbox package if you'd like a graphical program for X
which will notify you when new mail arrives.

%prep
%setup -q
%patch1 -p1
%patch2 -p1

%build
xmkmf
%make CDEBUGFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmconfig

%makeinstall_std install.man

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Xmailbox
Comment=Mail notifier
Comment[ru]=Нотификация о входящих email-сообщениях
Exec=%{_bindir}/%{name} 
Icon=mail_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Utility;Network;Email;X-MandrivaLinux-Internet-Mail;
EOF

#(peroyvind) get rid of unpackaged files
rm -f %{buildroot}%{_prefix}/lib/X11/app-defaults

%files
%doc README
%{_bindir}/xmailbox
%{_mandir}/man1/xmailbox.1*
%config(noreplace) %{_sysconfdir}/X11/app-defaults/XMailbox
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 2.5-33
- (2ed1874) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15658 |14cu|xmakemol-5.16-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	xmakemol
Summary: 	Simple XYZ molecule editor and GL viewer
Version: 	5.16
Release: 	9

Source:		http://savannah.nongnu.org/download/xmakemol/%{name}-%{version}.tar.gz
URL:		http://vegemite.chem.nottingham.ac.uk/~xmakemol/
License:	GPL
Group:		Sciences/Chemistry
BuildRequires:	pkgconfig(x11)
BuildRequires:	lesstif-devel
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(glw)

%description
XMakemol can be used to view and manipulate atomic and molecular data given in
xyz format.

XMakemol can produce output in PostScript (black and white or colour)and in xpm
format (which can be translated to gif format using xpmtoppm and ppmtogif).

XMakemol can also produce a series of xpm files which can be translated into an
animated gif file using the bundled utility xmake_anim.pl (formerly
gmake_anim.pl).

%prep
%setup -q

%build
%configure2_5x
#--without-opengl
%make

%install
%makeinstall_std
cp xmake_anim.pl.1 %{buildroot}/%{_mandir}/man1

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=XMakeMol
Comment=Simple molecule editor and viewer
Comment[ru]=Редактор молекул
Exec=%{_bindir}/%{name} 
Icon=chemistry_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Motif;Education;Science;Chemistry;
EOF

%clean

%files
%doc README AUTHORS COPYING NEWS PROBLEMS ToDo.txt 
%{_bindir}/%{name}
%{_bindir}/xmake_anim.pl
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 5.16-9
- (16a4a2f) Rebuild with glw



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15659 |14cu|xmedcon-0.14.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		2
%define libname		%mklibname mdc %{major}
%define devname		%mklibname mdc -d

Name:		xmedcon
Version:	0.14.1
Release:	1
Summary:	An open source toolkit for medical image conversion
Group:		Graphics
License:	GPLv2
URL:		http://xmedcon.sourceforge.net
Source0:	http://sourceforge.net/projects/xmedcon/files/XMedCon-Source/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gtk+-2.0)

%description
This project stands for Medical Image Conversion and is released under the
GNU's (L)GPL license. It bundles the C source code, a library, a flexible
command-line utility and a graphical front-end based on the amazing Gtk+
toolkit.

Its main purpose is image conversion while preserving valuable medical
study information. The currently supported formats are: Acr/Nema 2.0,
Analyze (SPM), Concorde/uPET, DICOM 3.0, CTI ECAT 6/7, InterFile 3.3
and PNG or Gif87a/89a towards desktop applications.

%files
%defattr(-, root, root)
%doc ChangeLog COPYING COPYING.LIB README REMARKS AUTHORS
/usr/etc/xmedconrc
%{_bindir}/medcon
%{_bindir}/xmedcon
%{_bindir}/xmedcon-config
%{_datadir}/appdata/%{name}.appdata.xml
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary: Libraries for (X)MedCon
Group: System/Libraries

%description -n %{libname}

This package contains (X)MedCon shared library (libmdc).

%files -n %{libname}
%{_libdir}/*so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary: Header files for (X)MedCon development
Group: Development/C
Requires: %{libname} = %{EVRD}
Provides: %{name}-devel = %{EVRD}

%description -n %{devname}

The xmedcon-devel package contains the header files necessary for developing
programs that make use of the (X)MedCon library (libmdc).

%files -n %{devname}
%doc README COPYING COPYING.LIB
%defattr(-,root,root)
%{_mandir}/man3/*
%{_mandir}/man4/*
%{_includedir}/*
%{_libdir}/*.so
%{_datadir}/aclocal/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
    --disable-static

%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_libdir}/*.la

%changelog

* Sun Apr 17 2016 dsilakov <denis.silakov@rosalab.ru> 0.14.1-1
- (c91354d) Merge pull request #1 from alzim/xmedcon:rosa2014.1
- (c91354d) Updated to 0.14.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15660 |14cu|xmind-3.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#First is private, second is false (comes from libcairo-swt.so)
%if %{_use_internal_dependency_generator}
%define __noautoprov 'eclipse(.*)|libcairo(.*)'
%endif

#http://www.xmind.net/xmind/downloads/xmind7-portable-3.6.0.R-201511090408.zip

%define snapshot 201511090408

Summary:	XMind
Name:		xmind
Version:	3.6.0
Release:	1
Group:		Networking/WWW
License:	Eclipse Public License
URL:		http://www.xmind.net/
Source0:	http://www.xmind.net/xmind/downloads/%{name}7-portable-%{version}.R-%{snapshot}.zip
Source1:	%{name}.png
Source2:	%{name}.xml
Source3:	%{name}
Requires:	java >= 1.6
Requires:	libxulrunner
Requires:	eclipse-swt

%description
XMind is the world's coolest brainstorming and mind
mapping software and the best way to share your ideas.

%prep
%setup -q -c -n %{name}-portable-%{version}.%{snapshot}
rm -rf XMind_Windows XMind_Mac_OS_X XMind_Mac_OS_X_64bit
rm -rf Commons/plugins/*macosx* Commons/plugins/*win32*

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_datadir}/%{name}
%ifarch x86_64
rm -rf XMind_Linux
rm -rf Commons/plugins/*linux.x86_1*
cp -af * %{buildroot}/%{_datadir}/%{name}
chmod 777 %{buildroot}/%{_datadir}/%{name}/XMind_Linux_64bit/configuration
%else
rm -rf XMind_Linux_64bit
rm -rf Commons/plugins/*linux.x86_64_1*
cp -af * %{buildroot}/%{_datadir}/%{name}
chmod 777 %{buildroot}/%{_datadir}/%{name}/XMind_Linux/configuration
%endif
mkdir -p %{buildroot}/%{_datadir}/%{name}/Commons/data
chmod 777 %{buildroot}/%{_datadir}/%{name}/Commons/data
install -m 777 %{SOURCE3} %{buildroot}/%{_bindir}/

# menu 
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=XMind
Comment=Launch XMind
Comment[ru]=Запуск XMind
Exec=%{name}
Terminal=false
Type=Application
Icon=%{name}.png
StartupNotify=true
Categories=Office;X-MandrivaLinux-Office-Other;
MimeType=application/%{name};
EOF

#icon
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/mime/packages
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/%{name}.xml

%files
%doc *.txt *.html
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages
%{_bindir}/%{name}

%changelog

* Sun Dec 06 2015 Denis Silakov <dsilakov@gmail.com> 3.6.0-1
- (fdd83df) Updated to 3.6.0.R-201511090408



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15661 |14cu|xmlbird-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define major   1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	XML parser with support for Vala iterators
Name:		xmlbird
Version:	1.2.4
Release:	1
License:	LGPLv3+
Group:		System/Libraries
Url:		http://birdfont.org/xmlbird.php
Source0:	http://birdfont.org/xmlbird-releases/lib%{name}-%{version}.tar.xz
Patch0:		libxmlbird-1.2.4-mga-lib-permissions.patch
BuildRequires:	vala
BuildRequires:	pkgconfig(glib-2.0)

%description
XML parser with support for Vala iterators.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	XML parser with support for Vala iterators
Group:		System/Libraries

%description -n %{libname}
XML parser with support for Vala iterators.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for the %{name} XML parser.

%files -n %{devname}
%{_datadir}/vala/vapi/%{name}.vapi
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}.h

#----------------------------------------------------------------------------

%prep
%setup -q -n lib%{name}-%{version}
%patch0 -p1

sed -i -e 's/^libdir=.*/libdir=\${exec_prefix}\/%{_lib}/' scripts/pkgconfig.py

%build
%__python configure -p%{_prefix}
%__python build.py

%install
%__python install.py -d%{buildroot}


%changelog

* Tue Dec 27 2016 Rosa <rosa@abf.rosalinux.ru> 1.2.4-1
- (aa4303f) Automatic import for version 1.2.4-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15662 |14cu|xmldb-api-0.1-0.1.20011111cvs.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bname        xmldb
%define cvs_version    20011111cvs

Name:       xmldb-api
Version:    0.1
Release:    0.1.%{cvs_version}.2
Epoch:      1
Summary:    XML:DB API for Java
License:    BSD
Group:      Development/Java
# wget http://trumpetti.atm.tut.fi/gentoo/distfiles/xmldb-api-11112001.tar.gz
Source0:     xmldb-xapi-%{cvs_version}-src.tar.gz
# http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmldb/files/build-20011111.xml?rev=1.1.1.1&view=markup
Source1:    %{name}-build.xml
Source2:    %{name}-license.txt
Patch0:     %{name}-syntaxfix.patch
Url:        http://xmldb-org.sourceforge.net
BuildRequires:    ant >= 0:1.6
BuildRequires:    java-rpmbuild >= 0:1.6
BuildRequires:    junit
BuildRequires:    xalan-j2
BuildRequires:    xerces-j2
BuildRequires:    xml-commons-jaxp-1.3-apis
Requires(pre):    jpackage-utils >= 0:1.6
Requires(post):   jpackage-utils >= 0:1.6
Requires:         junit
Requires:         xalan-j2
BuildArch:      noarch

%description
The API interfaces are what driver developers must implement when creating a
new driver and are the interfaces that applications are developed against. 
Along with the interfaces a concrete DriverManager implementation is also
provides.

%package sdk
Summary:    SDK for %{name}
Group:      Development/Java
Requires:   %{name} = %{epoch}:%{version}-%{release}

%description sdk
The reference implementation provides a very simple file system based
implementation of the XML:DB API. This provides what is basically a very
simple native XML database that uses directories to represent collections and
just stores the XML in files.

The driver development kit provides a set of base classes that can be 
extended to simplify and speed the development of XML:DB API drivers. These
classes are used to provide the basis for the reference implementation and
therefore a simple example of how a driver can be implemented. Using the SDK
classes significantly reduces the amount of code that must be written to
create a new driver.

Along with the SDK base classes the SDK also contains a set of jUnit test
cases that can be used to help validate the driver while it is being
developed. The test cases are still in development but there are enough tests
currently to be useful.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n xmldb 
%remove_java_binaries

cp %{SOURCE1} build.xml

%patch0

%build
export CLASSPATH=$(build-classpath junit xalan-j2)
usejikes=false 
%{ant} -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 -Dsrc=. -Djarname=%{name} -Dsdk.jarname=%{name}-sdk jar javadoc

%install

# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 644 dist/%{name}-sdk.jar %{buildroot}%{_javadir}/%{name}-sdk-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done)
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/doc/api %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

#license
install -d -m 755 %{buildroot}/%{_docdir}/%{name}-%{version}
cp %{SOURCE2} %{buildroot}/%{_docdir}/%{name}-%{version}

%files
%doc %{_docdir}/%{name}-%{version}
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files sdk
%{_javadir}/%{name}-sdk-%{version}.jar
%{_javadir}/%{name}-sdk.jar

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.1-0.1.20011111cvs.2
- (e5ad9ec) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15663 |14cu|xmlgraphics-commons-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	XML Graphics Commons
Name:		xmlgraphics-commons
Version:	2.0.1
Release:	1
Epoch:		0
Group:		Development/Java
License:	Apache License
URL:		http://xmlgraphics.apache.org/
Source0:	http://apache.osuosl.org/xmlgraphics/commons/source/xmlgraphics-commons-2.0.1-src.tar.gz
BuildArch:	noarch
BuildRequires:	java-rpmbuild >= 0:1.6
BuildRequires:	ant >= 0:1.6
BuildRequires:	ant-junit >= 0:1.6
BuildRequires:	junit
BuildRequires:	jakarta-commons-io >= 0:1.1
BuildRequires:	jakarta-commons-logging
BuildRequires:	java-1.7.0-openjdk-devel
Requires:	jakarta-commons-io >= 0:1.1
Requires:	jakarta-commons-logging

%description
Apache XML Graphics Commons is a library that consists of 
several reusable components used by Apache Batik and 
Apache FOP. Many of these components can easily be used 
separately outside the domains of SVG and XSL-FO. You will 
find components such as a PDF library, an RTF library, 
Graphics2D implementations that let you generate PDF & 
PostScript files, and much more.

%package javadoc
Summary:	Javadoc for %{name}

Group:		Development/Java

%description javadoc
%{summary}.

%prep
%setup -q
rm `find . -name "*.jar"`

%build
export JAVA_HOME=%{java_home}
export ANT_HOME=/usr/share/ant
export CLASSPATH=$CLASSPATH:/usr/share/java/commons-logging.jar
export OPT_JAR_LIST="ant/ant-junit junit"
pushd lib
ln -sf $(build-classpath commons-io) .
popd
%ant package javadocs

%install
install -Dpm 0644 build/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc LICENSE NOTICE README
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0:2.0.1-1
- (187cc2a) Updated to 2.0.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15664 |14cu|xml-im-exporter-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free

Summary:        XML Im-/Exporter
Name:           xml-im-exporter
Version:        1.1
Release:        3
Epoch:          0
License:        LGPL
URL:            http://xml-im-exporter.sourceforge.net/
Group:          Development/Java
Source0:        xml-im-exporter1.1.tgz
Source1:        xml-im-exporter-1.1.pom
Patch0:         xml-im-exporter-build_xml.patch
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
BuildArch: noarch

%description
XML Im-/Exporter is a low level library to assist 
you in the straight forward process of importing 
and exporting XML from and to your Java classes. 
All of this is designed having performance and 
simplicity in mind.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
%setup -q -n %{name}
# XXX: file encoding invalid
rm src/test/de/zeigermann/xml/XMLWriterTest.java
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
#for j in $(find . -name "*.jar"); do
#    mv $j $j.no
#done

%patch0 -b .sav

%{_bindir}/find . -type f -name '*.txt' -o -type f -name '*.html' -o -type f -name '*.css' -o -type f -name package-list | \
  %{_bindir}/xargs -t perl -pi -e 's/\r$//g'

%build
export CLASSPATH=$(build-classpath junit)
export OPT_JAR_LIST="ant/ant-junit"
%{ant} jar test javadocs


%install
# jars
install -d -m 755 %{buildroot}%{_javadir}

install -m 644 build/lib/%{name}%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

#poms
%add_to_maven_depmap de.zeigermann.xml xml-im-exporter %{version} JPP/ xml-im-exporter
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 %{SOURCE1} \
    %{buildroot}%{_datadir}/maven2/poms/JPP-xml-im-exporter.pom
    
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}


# docs
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
install -m 644 doc/index.html %{buildroot}%{_docdir}/%{name}-%{version}
install -m 644 *.txt %{buildroot}%{_docdir}/%{name}-%{version}

perl -pi -e 's/\r$//g' %{buildroot}%{_docdir}/%{name}-%{version}/Copying.txt \
%{buildroot}%{_javadocdir}/%{name}-%{version}/**/**/**/*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%{_datadir}/doc/%{name}-%{version}/index.html
%{_datadir}/doc/%{name}-%{version}/*.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1-3
- (4f3d85d) Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15665 |14cu|xmlpull-api-1.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:                xmlpull-api
Version:        1.1.4
Release:        2
Epoch:          0
Summary:        Simple to use XML pull parsing API 
License:        Public Domain
Url:            http://www.xmlpull.org/
Group:          Development/Java
Source0:        %{name}-%{version}.tar.gz

BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 1.4.1
BuildRequires:  junit >= 3.8.1
BuildArch:      noarch

%description
XmlPull v1 API is a simple to use XML pull parsing API that was
designed for simplicity and very good performance both in constrained
environment such as defined by J2ME and on server side when used in
J2EE application servers.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
%{summary}.

%prep
%setup -q -n %{name}

sed -i -e s:"<property name=\"version\" value=\"1_1_3_1\"/>":"<property name=\"version\" value=\"1_1_4\"/>":g build.xml

%build
export OPT_JAR_LIST=:
export CLASSPATH=
%{ant}
%{ant} javadoc

%install
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 build/lib/xmlpull_1_1_4.jar \
                %{buildroot}%{_javadir}/%{name}-%{version}.jar

# create unprefixed and unversioned symlinks
(cd %{buildroot}%{_javadir}
for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done
)

#install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
#cp *.txt *.html $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr doc/api_impl/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc *.txt *.html
#%doc %{_docdir}/%{name}-%{version}/*
#%dir %{_docdir}/%{name}-%{version}
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0:1.1.4-2
- (faffb02) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15666 |14cu|xmlrpc-2.0.1-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free

Name:           xmlrpc
Version:        2.0.1
Release:        15
Epoch:          0
Summary:        Java XML-RPC implementation
License:        Apache License
Group:          Development/Java
Url:            http://ws.apache.org/xmlrpc/
Source0:        http://www.apache.org/dist/ws/xmlrpc/sources/xmlrpc-2.0.1-src.tar.gz
Requires:       servlet6
Requires:       commons-httpclient >= 0:2.0.2
Requires:       commons-codec >= 0:1.3
Requires:       junit >= 0:3.8.1
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  servlet6
BuildRequires:  junit >= 0:3.8.1
BuildRequires:  commons-httpclient >= 0:2.0.2
BuildRequires:  commons-codec >= 0:1.3
BuildArch:	noarch

%description
Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol
that uses XML over HTTP to implement remote procedure calls.
Apache XML-RPC was previously known as Helma XML-RPC. If you have code
using the Helma library, all you should have to do is change the import
statements in your code from helma.xmlrpc.* to org.apache.xmlrpc.*.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q

%build
export CLASSPATH=%(build-classpath jsse commons-httpclient commons-codec servletapi5 junit 2>/dev/null)
%{ant} -Dbuild.dir=./bin -Dbuild.dest=./bin -Dsrc.dir=./src -Dfinal.name=%{name}-%{version} -Djavadoc.destdir=./docs/apidocs -Dhave.deps=true jar
%{ant} -Dbuild.dir=./bin -Dbuild.dest=./bin -Dsrc.dir=./src -Dfinal.name=%{name}-%{version} -Djavadoc.destdir=./docs/apidocs -Dhave.deps=true javadocs

%install
# jars
%{__mkdir_p} %{buildroot}%{_javadir}
cp -a bin/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
cp -a bin/%{name}-%{version}-applet.jar %{buildroot}%{_javadir}/%{name}-applet-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt README.txt
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%dir %{_javadocdir}/%{name}

%changelog

* Tue Mar 15 2016 Denis Silakov <dsilakov@gmail.com> 0:2.0.1-15
- (fda0dc9) Switch to servlet6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15667 |14cu|xml-security-c-1.5.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 15
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Name:		xml-security-c
Version:	1.5.1
Release:	6
Summary:	C++++ Implementation of W3C security standards for XML

Group:		System/Libraries
License:	ASL 2.0
URL:		http://santuario.apache.org/c/
Source:		http://santuario.apache.org/dist/c-library/%{name}-%{version}.tar.gz

# xalan-c-devel
BuildRequires:	xerces-c-devel 
BuildRequires:	openssl-devel

%description
The xml-security-c library is a C++ implementation of the XML Digital Signature
specification. The library makes use of the Apache XML project's Xerces-C XML
Parser and Xalan-C XSLT processor. The latter is used for processing XPath and
XSLT transforms.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:        C++++ Implementation of W3C security standards for XML
Group:          System/Libraries
Provides:	xml-security-c = %{EVRD}
Obsoletes:	xml-security-c < %{EVRD}

%description -n %{libname}
The xml-security-c library is a C++ implementation of the XML Digital Signature
specification. The library makes use of the Apache XML project's Xerces-C XML
Parser and Xalan-C XSLT processor. The latter is used for processing XPath and
XSLT transforms.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package	-n %{devname}
Summary:	Development files for xml-security-c
Group:		System/Libraries
Requires:	%{libname} = %{version}
Requires:	xerces-c-devel
Requires:	openssl-devel
# There are a number of headers that can use NSS if HAVE_NSS is set to 1
# Current build does not set it (configure does not even check for NSS)
# so we do not include this dependency for now.
# Requires:	nss-devel

%description	-n %{devname}
This package provides development files for xml-security-c, a C++ library for
XML Digital Signatures.

%files -n %{devname}
%{_includedir}/xsec
%{_libdir}/libxml-security-c.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%check
# Verify that what was compiled actually works.
./bin/xtest

%install
%makeinstall_std

# We do not ship .la files.
rm -f %{buildroot}%{_libdir}/*.la

# Do not ship library test utilities. These are only needed for
# xml-security-c developers and they should have the whole source anyway.
rm -rf %{buildroot}%{_bindir}

%changelog

* Wed Jun 22 2016 Denis Silakov <dsilakov@gmail.com> 1.5.1-6
- (7b6861d) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15668 |14cu|xmlstarlet-1.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xmlstarlet
Version:	1.6.1
Release:	1
Summary:	Command Line XML Toolkit
License:	MIT
Group:		File tools
Source:		http://xmlstar.sourceforge.net/downloads/%{name}-%{version}.tar.gz
URL:		http://xmlstar.sourceforge.net
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	xmlto
BuildRequires:	automake
BuildRequires:	autoconf
BuildRequires:	docbook-style-xsl

%description
XMLStarlet is a set of command line utilities which can be used
to transform, query, validate, and edit XML documents and files
using simple set of shell commands in similar way it is done for
plain text files using UNIX grep, sed, awk, diff, patch, join, etc
commands.

%prep
%setup -q

%build
autoreconf -fiv
%configure2_5x \
	--disable-static-libs \
	--with-libxml-include-prefix=%{_includedir}/libxml2
%make
pushd doc
xmlto man xmlstarlet-man.xml --skip-validation
xmlto html-nochunks xmlstarlet-ug.xml --skip-validation
./gen-doc > xmlstarlet.txt
popd

%install
%makeinstall_std
mv %{buildroot}%{_bindir}/xml %{buildroot}%{_bindir}/xmlstarlet

%clean

%files
%doc AUTHORS ChangeLog NEWS README Copyright TODO doc/xmlstarlet.txt doc/xmlstarlet-ug.html
%{_bindir}/xml*
%{_mandir}/man1/%{name}.1*

%changelog

* Thu Dec 08 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.6.1-1
- (aaaef50) Updated to 1.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15669 |14cu|xmltool-3.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           xmltool
Version:        3.3
Release:        5
Summary:        Tool to manage XML documents through a Fluent Interface

Group:          Development/Java
License:        ASL 2.0
URL:            http://code.google.com/p/xmltool
### upstream only provides binaries or source without build scripts
# tar creation instructions
# svn export http://xmltool.googlecode.com/svn/tags/xmltool-3.3 xmltool
# tar cfJ xmltool-3.3.tar.xz xmltool
Source0:        %{name}-%{version}.tar.xz
# remove dependency on maven-license-plugin and dependencies for tests
Patch0:         001-xmltool-fixbuild.patch
BuildArch:      noarch

BuildRequires:  java-devel
BuildRequires:  jpackage-utils
BuildRequires:  maven2
BuildRequires:  maven-assembly-plugin
#BuildRequires:  maven-deploy-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-source-plugin
BuildRequires:  maven-clean-plugin
BuildRequires:  maven-compiler-plugin
#BuildRequires:  maven-dependency-plugin
#BuildRequires:  maven-eclipse-plugin
BuildRequires:  maven-idea-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-resources-plugin
#BuildRequires:  maven-repository-plugin
BuildRequires:  maven-remote-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-surefire-plugin
BuildRequires:  maven-release-plugin
#BuildRequires:  maven-jxr-plugin
#BuildRequires:  apache-resource-bundles

Requires:       java 
Requires:       jpackage-utils

Requires(post):   jpackage-utils
Requires(postun): jpackage-utils

%description
XMLTool is a very simple Java library to be able to do all sorts of common 
operations with an XML document. Java developers often end up writing the same 
code for processing XML, transforming, etc. This easy to use class puts it all 
together, using the Fluent Interface pattern to facilitate XML manipulations. 

%package javadoc
Summary:        Javadocs for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils
BuildArch:      noarch

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n %{name}
%patch0 -p1

# Fix end-of-line encoding
sed -i 's/\r//' LICENSE.txt


%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

# tests require surefire/testng, not currently available
mvn \
  -e  \
  -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
  -Dmaven.test.skip=true \
  install javadoc:javadoc


%install
mkdir -p %{buildroot}%{_javadir}
install -Dp -m 644 target/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && ln -sf %{name}-%{version}.jar %{name}.jar)

mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -rp target/site/apidocs/  \
  %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -sf %{name}-%{version} %{name})

install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml  \
  %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom

%add_to_maven_depmap com.mycila.xmltool %{name} %{version} JPP %{name}


%clean


%files
%defattr(-,root,root,-)
%doc LICENSE.txt
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}/*
%{_javadir}/*


%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}
%{_javadocdir}/%{name}-%{version}


%post
%update_maven_depmap

%postun
%update_maven_depmap

%changelog
* Wed Dec 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3-5
+ Revision: c9ec8a6
- Move to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15670 |14cu|xmltv-0.5.67-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: xmltv.spec 
# Generato: http://www.mandrivausers.ro/
# MRB-Falticska Florin
######################################################
#define	debug_package	%%{nil}
#define	distsuffix mrb
#define	name	xmltv
#define	version	0.5.64
#define	release	69

#  This will build the grabbers as fallows :

#  Grabber for Argentina (tv_grab_ar)                                          [yes]
#  Grabber for Switzerland (tv_grab_ch_search)                                 [yes]
#  Grabber for UK and Ireland (Radio Times) (tv_grab_uk_rt)                    [yes]
#  Fast alternative grabber for the UK (tv_grab_uk_bleb)                       [yes]
#  Fast grabber for UK and Ireland using Atlas database (tv_grab_uk_atlas)     [yes]
#  Grabber for UK and Ireland using The Guardian website (tv_grab_uk_guardian) [yes]
#  Grabber for UK and Ireland using TV Guide website (tv_grab_uk_tvguide)      [yes]
#  Grabber for Iceland (tv_grab_is)                                            [yes]
#  Grabber for Italy (tv_grab_it)                                              [yes]
#  Grabber for Italy from DVB-S stream (tv_grab_it_dvb)                        [yes]
#  $$ Grabber for North America-schedulesdirect.org (tv_grab_na_dd)            [yes]
#  Grabber for Finland (tv_grab_fi)                                            [yes]
#  Grabber for Israel (tv_grab_il)                                             [yes]
#  Alternative grabber for Spain (tv_grab_es_laguiatv)                         [yes]
#  Grabber for Hungary and Romania (tv_grab_huro)                              [yes]
#  Grabber for Sweden (tv_grab_se_swedb)                                       [yes]
#  Grabber for Croatia (tv_grab_hr)                                            [yes]
#  Grabber for Norway (gfeed.info) (tv_grab_no_gfeed)                          [yes]
#  Grabber for german speaking area (Egon zappt) (tv_grab_eu_egon)             [yes]
#  Grabber for Sweden (tvzon.se) (tv_grab_se_tvzon)                            [yes]
#  Grabber for France (tv_grab_fr)                                             [yes]
#  Grabber for France (Kazer) (tv_grab_fr_kazer)                               [yes]
#  Grabber for Portugal (MEO) (tv_grab_pt_meo)                                 [yes]
#  Grabber for South Africa (tv_grab_za)                                       [yes]
#  $$ Grabber for some European countries (epgdata.com) (tv_grab_eu_epgdata)   [yes]
#  Grabber that combines data from other grabbers (tv_grab_combiner)           [yes]
#  Program to report exceptions and changes in a schedule (tv_check)           [yes]
#  CGI program to filter listings (to install manually) (tv_pick_cgi)          [yes]
#  Grabber for DirecTV in North America (tv_grab_na_dtv)                       [yes]

%define	with_test 0

Name:		xmltv
Version:	0.5.67
Release:	2
Summary:	A set of utilities to manage your TV viewing
Group:		Video
License:	GPLv2+
URL:		http://wiki.xmltv.org
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:         xmltv-0.5.63-noask.patch
BuildArch:     noarch
BuildRequires: perl-base
BuildRequires: perl-devel
BuildRequires: perl(Archive::Zip)
BuildRequires: perl(CGI)
BuildRequires: perl(Compress::Zlib)
BuildRequires: perl(Data::Dump)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Date::Manip) >= 5.42
BuildRequires: perl(Date::Parse)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Format::Strptime)
BuildRequires: perl(DateTime::Format::ISO8601)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Slurp)
BuildRequires: perl(File::Temp)
BuildRequires: perl(JSON)
BuildRequires: perl(HTTP::Cache::Transparent)
BuildRequires: perl(HTTP::Cookies) >= 1.39
BuildRequires: perl(HTML::Entities) >= 1.27
BuildRequires: perl(HTML::Form)
BuildRequires: perl(HTML::Parser) >= 3.34
BuildRequires: perl(HTML::TableExtract) >= 1.08
BuildRequires: perl(HTML::TokeParser)
BuildRequires: perl(HTML::TreeBuilder)
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(IO::Select)
BuildRequires: perl(IO::Stringy)
BuildRequires: perl(Lingua::EN::Numbers::Ordinate)
BuildRequires: perl(Lingua::Preferred) >= 0.2.4
# need by ita dvb
BuildRequires: perl(Linux::DVB)
BuildRequires: perl(Log::TraceMessages)
BuildRequires: perl(LWP) >= 5.65
BuildRequires: perl(LWP::Simple)
BuildRequires: perl(Memoize)
BuildRequires: perl(Parse::RecDescent)
BuildRequires: perl(SOAP::Lite) >= 0.67
BuildRequires: perl(Storable) >= 2.04
BuildRequires: perl(Term::ProgressBar) >= 2.03
BuildRequires: perl(Term::ReadKey)
# needed by fribidi 
BuildRequires: perl(Text::Bidi)
BuildRequires: perl(Text::Iconv)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(Time::Local)
BuildRequires: perl(Tk::TableMatrix)
BuildRequires: perl(Unicode::String)
BuildRequires: perl(WWW::Mechanize) => 1.16
BuildRequires: perl(XML::DOM)
BuildRequires: perl(XML::LibXML)
BuildRequires: perl(XML::LibXSLT)
BuildRequires: perl(XML::Parser) >= 2.34
BuildRequires: perl(XML::Simple)
BuildRequires: perl(XML::TreePP)
BuildRequires: perl(XML::Twig) >= 3.28
BuildRequires: perl(XML::Writer) >= 0.600

# All catched by internal dep check
#Requires: perl(Data::Dumper) 
#Requires: perl(Date::Manip) 
#Requires: perl(Date::Parse) 
#Requires: perl(DateTime) 
#Requires: perl(DateTime::Format::Strptime) 
#Requires: perl(Encode) 
#Requires: perl(File::Spec) 
#Requires: perl(File::Temp) 
#Requires: perl(Getopt::Long) 
#Requires: perl(Getopt::Std) 
#Requires: perl(IO::File) 
#Requires: perl(POSIX) 
#Requires: perl(Storable) 
#Requires: perl(XML::LibXML) 
#Requires: perl(XML::TreePP) 
Requires: %{name}-grabbers >= %{EVRD}

%description
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.

%files
%doc ChangeLog README
%{_bindir}/tv_merge
%{_bindir}/tv_count
%{_bindir}/tv_cat
%{_bindir}/tv_extractinfo_en
%{_bindir}/tv_extractinfo_ar
%{_bindir}/tv_grep
%{_bindir}/tv_imdb
%{_bindir}/tv_remove_some_overlapping
%{_bindir}/tv_sort
%{_bindir}/tv_split
%{_bindir}/tv_to_latex
%{_bindir}/tv_to_text
%{_bindir}/tv_to_potatoe
%{_bindir}/tv_find_grabbers
%{_bindir}/tv_validate_file
%{_bindir}/tv_validate_grabber
%{_bindir}/tv_augment_tz
%{_bindir}/tv_augment
%{_datadir}/xmltv
%{_mandir}/man1/tv_count.1.xz
%{_mandir}/man1/tv_merge.1.xz
%{_mandir}/man1/tv_cat.1*
%{_mandir}/man1/tv_extractinfo_en.1*
%{_mandir}/man1/tv_extractinfo_ar.1*
%{_mandir}/man1/tv_grep.1*
%{_mandir}/man1/tv_imdb.1*
%{_mandir}/man1/tv_remove_some_overlapping.1*
%{_mandir}/man1/tv_sort.1*
%{_mandir}/man1/tv_split.1*
%{_mandir}/man1/tv_to_latex.1*
%{_mandir}/man1/tv_to_text.1*
%{_mandir}/man1/tv_to_potatoe.1*
%{_mandir}/man1/tv_find_grabbers.1*
%{_mandir}/man1/tv_validate_file.1*
%{_mandir}/man1/tv_validate_grabber.1*
%{_mandir}/man1/tv_augment_tz.1*
%{_mandir}/man1/tv_augment.1*

#-----------------------------------------------------------------------------

%package -n perl-XMLTV
Summary:	Perl modules for managing your TV viewing
Group:		Development/Perl
Requires: perl-base
Requires: perl(XML::Twig)
Requires: perl(Date::Manip) 
Requires: perl(HTML::TreeBuilder)
# Catched by internal dep check
#Requires: perl(Tie::Handle)
#Requires: perl(POSIX)
Requires: perl(Term::ProgressBar)
Requires: perl(Memoize)
Requires: perl(DB_File)

%description -n perl-XMLTV
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
This package contains the perl modules from xmltv.

%files -n perl-XMLTV
%doc ChangeLog README
%{perl_vendorlib}/XMLTV.pm
%{perl_vendorlib}/XMLTV
%{_mandir}/man3/*.3*

#-----------------------------------------------------------------------------

%package grabbers
Summary:	Backends for xmltv
Group:		Video
Requires: perl-XMLTV >= %{EVRD}
Requires: perl(HTML::TokeParser)
Requires: perl(Switch)
Requires: perl(WWW::Mechanize)
# All catched by internal dep check
#Requires: perl(Archive::Zip)
#Requires: perl(Carp) 
#Requires: perl(Compress::Zlib) 
#Requires: perl(Cwd) 
#Requires: perl(Data::Dump) 
#Requires: perl(Date::Format) 
#Requires: perl(Date::Language) 
#Requires: perl(Date::Manip) 
#Requires: perl(Date::Parse) 
#Requires: perl(DateTime) 
#Requires: perl(Digest::MD5) 
#Requires: perl(Encode) 
#Requires: perl(Errno) 
#Requires: perl(Exporter) 
#Requires: perl(File::Basename) 
#Requires: perl(File::Path)
#Requires: perl(File::Slurp) 
#Requires: perl(File::Temp) 
#Requires: perl(Getopt::Long) 
#Requires: perl(HTML::Entities) 
#Requires: perl(HTML::Parser) 
#Requires: perl(HTML::TreeBuilder) 
#Requires: perl(HTTP::Cache::Transparent) 
#Requires: perl(HTTP::Cookies) 
#Requires: perl(HTTP::Request::Common) 
#Requires: perl(IO::File) 
#Requires: perl(IO::Scalar) 
#Requires: perl(IO::Select) 
#Requires: perl(IO::Uncompress::Unzip) 
#Requires: perl(JSON) 
#Requires: perl(JSON::PP) 
#Requires: perl(LWP) 
#Requires: perl(LWP::Simple) 
#Requires: perl(LWP::UserAgent) 
#Requires: perl(Linux::DVB) 
#Requires: perl(List::Util) 
#Requires: perl(Memoize) 
#Requires: perl(POSIX) 
#Requires: perl(Pod::Usage) 
#Requires: perl(SOAP::Lite) 
#Requires: perl(Time::HiRes) 
#Requires: perl(Time::Local) 
#Requires: perl(URI) 
#Requires: perl(URI::Escape) 
#Requires: perl(XML::DOM) 
#Requires: perl(XML::LibXML) 
#Requires: perl(XML::LibXSLT) 
#Requires: perl(XML::Parser) 
#Requires: perl(XML::Twig) >= 3.100.0 
#Requires: perl(XML::Writer) 
Provides:	%{name}-grabbers = %{EVRD}
Obsoletes:	%{name}-grabbers < %{EVRD}

%description grabbers
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
This package contains the backends (grabbers) for xmltv.

%files grabbers
%doc ChangeLog README
%{_bindir}/tv_grab_*
%{_mandir}/man1/tv_grab_*.1*

#-----------------------------------------------------------------------------

%package gui
Summary:	Graphical frontends to xmltv

Group:		Video
Requires: perl-XMLTV >= %{EVRD}
# All catched by internal dep check
#Requires: perl(Data::Dumper)
#Requires: perl(Date::Manip)
#Requires: perl(Getopt::Long)
#Requires: perl(Time::Local)
#Requires: perl(Tk)
#Requires: perl(Tk::TableMatrix)
#Requires: perl(XML::Twig)
#Requires: perl(XMLTV::Version)

%description gui
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
This package contains graphical frontends to xmltv.

%files gui
%doc doc/COPYING
%doc doc/QuickStart
%doc doc/code/*
%doc choose/tv_check/tv_check_doc.*
%doc choose/tv_check/README.*
%{_bindir}/tv_check
%{_mandir}/man1/tv_check.1*

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .noask

# swiss grab fix
sed -i 's/\r//' grab/ch_search/tv_grab_ch_search.in

# Fix not-utf8
cp -pr ChangeLog ChangeLog.not-utf8
iconv -f ISO_8859-1 -t UTF8 ChangeLog.not-utf8 > ChangeLog
touch -r ChangeLog.not-utf8 ChangeLog
rm ChangeLog.not-utf8


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix}
%make


%install
%makeinstall_std
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'

# Fix attr
chmod 0755 %{buildroot}%{_bindir}/*
chmod +x %{buildroot}%{_datadir}/xmltv/tv_grab_uk_atlas/cgi-bin/getatlas.pl

rm -rf %{buildroot}%{_datadir}/doc/%{name}-%{version}


%if %{with_test}
%check
make test
%endif
%changelog

* Fri Dec 25 2015 Giovanni Mariani <mc2374@mclink.it> 0.5.67-2
- (4a72d81) Reordered perl BReqs, removed duplicates and fixed test failure



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15671 |14cu|xmlunit-1.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           xmlunit
Version:        1.3
Release:        8
Summary:        Provides classes to do asserts on xml
License:        BSD
Source0:        http://downloads.sourceforge.net/project/xmlunit/xmlunit%20for%20Java/XMLUnit%20for%20Java%201.3/xmlunit-1.3-src.zip
Source1:        http://repo1.maven.org/maven2/xmlunit/xmlunit/1.0/xmlunit-1.0.pom
URL:            http://xmlunit.sourceforge.net/
BuildRequires:  jpackage-utils >= 0:1.7.3
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  ant-junit
BuildRequires:  junit >= 0:3.8.1
BuildRequires:  xalan-j2
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-apis
#BuildRequires:  dblatex
#BuildRequires:  docbook5-style-xsl
Requires:       junit4
Requires:       xalan-j2
Requires:       xml-commons-apis
Requires:       jpackage-utils
Group:          Development/Java
BuildArch:      noarch

%description
XMLUnit extends JUnit to simplify unit testing of XML. It compares a control
XML document to a test document or the result of a transformation, validates
documents against a DTD, and (from v0.5) compares the results of XPath
expressions.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description    javadoc
Javadoc for %{name}

%prep
%setup -q 
# remove all binary libs and javadocs
find . -name "*.jar" -exec rm -f {} \;
rm -rf doc

cat >build.properties <<EOF
junit.lib=$(build-classpath junit4)
xmlxsl.lib=$(build-classpath xalan-j2 xalan-j2-serializer xerces-j2)
test.report.dir=test
EOF

cat >docbook.properties <<EOF
db5.xsl=%{_datadir}/sgml/docbook/xsl-ns-stylesheets
EOF

#Fix wrong-file-end-of-line-encoding
sed -i 's/\r//g' README.txt LICENSE.txt

%build
export CLASSPATH=$(build-classpath xalan-j2-serializer)
ant -Dbuild.compiler=modern -Dfailonerror=false jar javadocs

%install

mkdir -p %{buildroot}%{_javadir}
install -m 0644 build/lib/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms

install -m 644 %{SOURCE1} \
    %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom


# Javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/doc/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%doc README.txt LICENSE.txt userguide/XMLUnit-Java.pdf 
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}/*

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}


%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-8
- (7840f93) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15672 |14cu|xmms2-0.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define codename DrO_o

%define	major	0
%define	libname %mklibname xmms2_ %{major}
%define	devname	%mklibname -d xmms2

# too lazy to fix...
%define	_disable_ld_no_undefined 1

%define	client_major 6
%define libclient %mklibname xmmsclient %{client_major}
%define c_glib_major 1
%define libclientglib %mklibname xmmsclient-glib %{c_glib_major}
%define	c_ecore_major 1
%define libclientecore %mklibname xmmsclient-ecore %{c_ecore_major}
%define	c_pp_major 4
%define libclientpp %mklibname xmmsclient++ %{c_pp_major}
%define	c_pp_glib_major 1
%define libclientppglib %mklibname xmmsclient++-glib %{c_pp_glib_major}

Summary:	Redesign of the XMMS music player
Name:		xmms2
Version:	0.8
Release:	5
Group:		Sound
License:	GPLv2+
URL:		http://xmms2.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/xmms2/%{name}-%{version}%{codename}.tar.bz2
Source1:	xmms2-client-launcher.sh
# Use libdir properly for Fedora multilib
Patch1:		xmms2-0.8DrO_o-use-libdir.patch
# Set default output to pulse
Patch2:		xmms2-0.8DrO_o-pulse-output-default.patch
# Don't add extra CFLAGS, we're smart enough, thanks.
Patch4:		xmms2-0.8DrO_o-no-O0.patch
# More sane versioning
Patch5:		xmms2-0.8DrO_o-moresaneversioning.patch
Patch6:		xmms2-0.8DrO_o-remove-dead-libavcodec-function.patch

Patch10:	bp-fix-avcodec-init.patch
Patch11:	bp-fix-alloc-context.patch
Patch12:	bp-fix-missing-include.patch
Patch13:	bp-Get-rid-of-superfluous-argument-self.patch
Patch14:	spelling-error.patch
Patch15:	linker-flags.patch
Patch16:	plugin-tta-segment-with-startms.patch
Patch17:	nycli-man-page-symlink.patch
Patch18:	rpath.patch
Patch19:	fix-manpage-errors.patch
Patch20:	fix-typos.patch
#Patch21:	hardening-flags.patch
Patch22:	fix-libmodplug-include.patch
Patch23:	samba-with-pkg-cfg.patch
#Patch24:	ruby2-multiarch.patch
Patch25:	libav10.patch
Patch26:	xmms2-0.8DrO_o-vorbis.patch

BuildRequires:	pkgconfig(alsa)
BuildRequires:	avahi-compat-libdns_sd-devel
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ecore)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(ao)
BuildRequires:	avahi-common-devel
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libdiscid)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(libmms)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	libmpcdec-devel
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libofa)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(libvisual-0.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	perl-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(python-2.7)
BuildRequires:	python-pyrex >= 0.9.3
BuildRequires:	pkgconfig(ruby)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(libsidplay2)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	swig >= 1.3.25
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(flac)
BuildRequires:	libgme-devel
# do actually require 2.3.0 from cvs, but sometime later, whenever.. :p
BuildRequires:	pkgconfig(sc68)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(samba-util)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libsystemd-journal)

%description
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plugins. On top
of this, there is a flexible media library to organize your music.

%package -n	%{libclient}
Summary:	Library associated with xmms2, needed for xmms2 and its plugins
Group:		System/Libraries
Obsoletes:	%{libname}

%description -n	%{libclient}
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plugins. On top
of this, there is a flexible media library to organize your music.

This library is mandatory for xmms2 and for all its plugins to run.

%package -n	%{libclientglib}
Summary:	Library associated with xmms2, needed for xmms2 and its plugins
Group:		System/Libraries
Obsoletes:	%{libname}

%description -n	%{libclientglib}
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plugins. On top
of this, there is a flexible media library to organize your music.

This library is mandatory for xmms2 and for all its plugins to run.

%package -n	%{libclientecore}
Summary:	Library associated with xmms2, needed for xmms2 and its plugins
Group:		System/Libraries
Obsoletes:	%{libname}

%description -n	%{libclientecore}
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plugins. On top
of this, there is a flexible media library to organize your music.

This library is mandatory for xmms2 and for all its plugins to run.

%package -n	%{libclientpp}
Summary:	Library associated with xmms2, needed for xmms2 and its plugins
Group:		System/Libraries
Obsoletes:	%{libname}

%description -n	%{libclientpp}
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plugins. On top
of this, there is a flexible media library to organize your music.

This library is mandatory for xmms2 and for all its plugins to run.

%package -n	%{libclientppglib}
Summary:	Library associated with xmms2, needed for xmms2 and its plugins
Group:		System/Libraries
Obsoletes:	%{libname}

%description -n	%{libclientppglib}
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plugins. On top
of this, there is a flexible media library to organize your music.

This library is mandatory for xmms2 and for all its plugins to run.

%package -n	%{devname}
Summary:	Development package with static libs and headers
Group:		Development/C
Requires:	%{libclient} = %{version}-%{release}
Requires:	%{libclientglib} = %{version}-%{release}
Requires:	%{libclientecore} = %{version}-%{release}
Requires:	%{libclientpp} = %{version}-%{release}
Requires:	%{libclientppglib} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{libname}-devel

%description -n	%{devname}
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plugins. On top
of this, there is a flexible media library to organize your music.

Static libraries and header files required for compiling xmms2 plugins.

%package -n	python-%{name}
Summary:	Python bindings for XMMS2
Group:		Development/Python
%rename		%{name}-python

%description -n	python-%{name}
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plugins. On top
of this, there is a flexible media library to organize your music.

This package contains files providing Python bindings for accessing XMM2.

%package -n	ruby-%{name}
Summary:	Ruby bindings for XMMS2
Group:		Development/Ruby
%rename		%{name}-ruby

%description -n	ruby-%{name}
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plugins. On top
of this, there is a flexible media library to organize your music.

This package contains files providing Ruby bindings for accessing XMM2.

%package -n	perl-%{name}
Summary:	Perl bindings for XMMS2
Group:		Development/Perl

%description -n	perl-%{name}
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plugins. On top
of this, there is a flexible media library to organize your music.

This package contains files providing Perl bindings for accessing XMM2.

%prep
%setup -q -n %{name}-%{version}%{codename}
%apply_patches

# Convert to utf-8
for i in `find src -name \*.1` xmms2-0.8DrO_o.ChangeLog; do
	iconv -o $i.iso88591 -f iso88591 -t utf8 $i
	mv $i.iso88591 $i
done

%build
%setup_compile_flags
export CPPFLAGS="%{optflags}"
export LIBDIR="%{_libdir}"
export PYTHONDIR="%{python_sitearch}"
./waf configure \
    --prefix=%{_prefix} \
    --libdir=%{_libdir} \
    --with-pkgconfigdir=%{_libdir}/pkgconfig \
    --with-ruby-archdir=%{ruby_vendorarchdir} \
    --with-ruby-libdir=%{ruby_vendorlibdir} \
    --with-perl-archdir=%{perl_vendorarch}

# parallel build occationally breaks..
# ./waf build -v %{_smp_mflags} || 
./waf build -v

%install
./waf install --destdir=%{buildroot}

# exec flags for debuginfo
chmod +x %{buildroot}%{_libdir}/%{name}/* %{buildroot}%{_libdir}/libxmmsclient*.so* %{buildroot}%{python_sitearch}/xmmsclient/xmmsapi.so \
	%{buildroot}%{perl_vendorarch}/auto/Audio/XMMSClient/XMMSClient.so %{buildroot}%{ruby_vendorarchdir}/xmmsclient_*.so


install -m0755 %{SOURCE1} %{buildroot}%{_bindir}

%files
%{_bindir}/nyxmms2
#%{_bindir}/vistest
#%{_bindir}/vistest-fft
%{_bindir}/xmms2
%{_bindir}/xmms2d
%{_bindir}/xmms2-client-launcher.sh
%{_bindir}/xmms2-et
%{_bindir}/xmms2-find-avahi
%{_bindir}/xmms2-launcher
#%{_bindir}/xmms2-libvisual
%{_bindir}/xmms2-mdns-avahi
%{_bindir}/xmms2-mlib-updater
#%{_bindir}/xmms2-ripper

# plugins
%dir %{_libdir}/xmms2
%{_libdir}/xmms2/libxmms_airplay.so
%{_libdir}/xmms2/libxmms_alsa.so
%{_libdir}/xmms2/libxmms_ao.so
%{_libdir}/xmms2/libxmms_apefile.so
%{_libdir}/xmms2/libxmms_asf.so
%{_libdir}/xmms2/libxmms_asx.so
%{_libdir}/xmms2/libxmms_avcodec.so
%{_libdir}/xmms2/libxmms_cdda.so
%{_libdir}/xmms2/libxmms_cue.so
%{_libdir}/xmms2/libxmms_curl.so
%{_libdir}/xmms2/libxmms_daap.so
%{_libdir}/xmms2/libxmms_diskwrite.so
%{_libdir}/xmms2/libxmms_equalizer.so
%{_libdir}/xmms2/libxmms_file.so
%{_libdir}/xmms2/libxmms_flac.so
%{_libdir}/xmms2/libxmms_flv.so
%{_libdir}/xmms2/libxmms_gme.so
%{_libdir}/xmms2/libxmms_gvfs.so
%{_libdir}/xmms2/libxmms_html.so
%{_libdir}/xmms2/libxmms_ices.so
%{_libdir}/xmms2/libxmms_icymetaint.so
%{_libdir}/xmms2/libxmms_id3v2.so
%{_libdir}/xmms2/libxmms_jack.so
%{_libdir}/xmms2/libxmms_karaoke.so
%{_libdir}/xmms2/libxmms_m3u.so
%{_libdir}/xmms2/libxmms_mad.so
%{_libdir}/xmms2/libxmms_mms.so
%{_libdir}/xmms2/libxmms_modplug.so
%{_libdir}/xmms2/libxmms_mp4.so
%{_libdir}/xmms2/libxmms_mpg123.so
%{_libdir}/xmms2/libxmms_musepack.so
%{_libdir}/xmms2/libxmms_normalize.so
%{_libdir}/xmms2/libxmms_null.so
%{_libdir}/xmms2/libxmms_nulstripper.so
%{_libdir}/xmms2/libxmms_ofa.so
%{_libdir}/xmms2/libxmms_oss.so
%{_libdir}/xmms2/libxmms_pls.so
%{_libdir}/xmms2/libxmms_pulse.so
%{_libdir}/xmms2/libxmms_replaygain.so
%{_libdir}/xmms2/libxmms_rss.so
%{_libdir}/xmms2/libxmms_samba.so
#%{_libdir}/xmms2/libxmms_sid.so
%{_libdir}/xmms2/libxmms_sndfile.so
%{_libdir}/xmms2/libxmms_speex.so
%{_libdir}/xmms2/libxmms_tta.so
%{_libdir}/xmms2/libxmms_wave.so
%{_libdir}/xmms2/libxmms_vocoder.so
%{_libdir}/xmms2/libxmms_vorbis.so
%{_libdir}/xmms2/libxmms_wavpack.so
%{_libdir}/xmms2/libxmms_xml.so
%{_libdir}/xmms2/libxmms_xspf.so

%dir %{_datadir}/xmms2
%dir %{_datadir}/xmms2/scripts
%dir %{_datadir}/xmms2/scripts/startup.d
%{_datadir}/xmms2/scripts/startup.d/*sh
%{_datadir}/xmms2/mind.in.a.box-lament_snipplet.ogg

%{_datadir}/pixmaps/xmms2-128.png
%{_datadir}/pixmaps/xmms2-16.png
%{_datadir}/pixmaps/xmms2-32.png
%{_datadir}/pixmaps/xmms2-48.png
%{_datadir}/pixmaps/xmms2-black-on-white.svg
%{_datadir}/pixmaps/xmms2-white-on-black.svg
%{_datadir}/pixmaps/xmms2.svg

%{_mandir}/man1/nyxmms2.1*
%{_mandir}/man1/xmms2.1*
%{_mandir}/man1/xmms2-et.1*
%{_mandir}/man1/xmms2-launcher.1*
%{_mandir}/man1/xmms2-mdns-avahi.1*
%{_mandir}/man1/xmms2d.1*

%files -n %{libclient}
%{_libdir}/libxmmsclient.so.%{client_major}*

%files -n %{libclientglib}
%{_libdir}/libxmmsclient-glib.so.%{c_glib_major}*

%files -n %{libclientecore}
%{_libdir}/libxmmsclient-ecore.so.%{c_ecore_major}*

%files -n %{libclientpp}
%{_libdir}/libxmmsclient++.so.%{c_pp_major}*

%files -n %{libclientppglib}
%{_libdir}/libxmmsclient++-glib.so.%{c_pp_glib_major}*

%files -n %{devname}
%{_includedir}/xmms2
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc

%files -n ruby-%{name}
%dir %{ruby_vendorlibdir}/xmmsclient
%{ruby_vendorlibdir}/xmmsclient/*.rb
%{ruby_vendorarchdir}/*.so
%{ruby_vendorlibdir}/xmmsclient.rb

%files -n python-%{name}
%dir %{python_sitearch}/xmmsclient
%{python_sitearch}/xmmsclient/*.so
%{python_sitearch}/xmmsclient/*.py

%files -n perl-%{name}
%dir %{perl_vendorarch}/Audio
%{perl_vendorarch}/Audio/*.pm
%{perl_vendorarch}/Audio/*.pod
%dir %{perl_vendorarch}/Audio/XMMSClient
%{perl_vendorarch}/Audio/XMMSClient/*.pod
%{perl_vendorarch}/Audio/XMMSClient/*.pm
%{perl_vendorarch}/auto/Audio/XMMSClient/XMMSClient.so

%changelog

* Sun Dec 20 2015 Denis Silakov <dsilakov@gmail.com> 0.8-5
- (74d4ba8) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15673 |14cu|xmorph-20060817-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname morph %{major}
%define devname %mklibname morph -d

Summary:	An X Window System tool for creating morphed images
Name:		xmorph
Version:	20060817
Release:	4
Epoch:		2
License:	GPLv2+
Group:		Graphics
Url:		http://sourceforge.net/projects/xmorph/
Source0:	xmorph_%{version}.tar.gz
Source2:	xmorph-icons.tar.bz2
# (fc) 20060817-1mdv fix build with latest gcc
Patch0:		xmorph-20060817-fixbuild.patch
BuildRequires:	bison
BuildRequires:	texinfo
# for X11/bitmaps/gray:
BuildRequires:	x11-data-bitmaps
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xaw7)

%description
Xmorph is a digital image warping (aka morphing) program.  Xmorph
provides the tools needed and comprehensible instructions for you to
create morphs: changing one image into another.  Xmorph runs under the
X Window System.

Install the xmorph package if you need a program that will create
morphed images.

%files -f %{name}.lang
%doc ABOUT-NLS AUTHORS README HISTORY NEWS
%{_bindir}/gtkmorph
%{_bindir}/xmorph
%{_mandir}/*/*
%{_datadir}/applications/xmorph.desktop
%{_infodir}/*
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/xmorph

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Internal library required for xmorph/gtkmorph
Group:		System/Libraries
Conflicts:	%{_lib}morph0 < 2:20060817-4
Obsoletes:	%{_lib}morph0 < 2:20060817-4

%description -n %{libname}
Internal library for xmorph and gtkmorph.

%files -n %{libname}
%{_libdir}/libmorph.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and static libraries required for xmorph/gtkmorph development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}morph0-devel < 2:20060817-4
Obsoletes:	%{_lib}morph0-devel < 2:20060817-4

%description -n %{devname}
Development headers and static libs for xmorph and gtkmorph.

%files -n %{devname}
%doc TODO
%{_includedir}/*
%{_libdir}/libmorph.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .fixbuild

%build
%configure2_5x \
	--without-morph \
	--with-gtk=2 \
	--disable-static
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/xmorph.desktop
[Desktop Entry]
Type=Application
Categories=Graphics;Viewer;
Name=Xmorph
Comment=Morphing software
Exec=gtkmorph
Icon=xmorph
EOF

install -d %{buildroot}%{_iconsdir}
tar xjvf %{SOURCE2} -C %{buildroot}%{_iconsdir}

# find i18n files
%find_lang %{name}


%changelog

* Tue Jun 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:20060817-4
- (22659f0) Fix library package major version
- (22659f0) Fix development package name
- (22659f0) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15674 |14cu|xmoto-0.5.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A challenging 2D motocross platform game
Name:		xmoto
Version:	0.5.11
Release:	1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://xmoto.sourceforge.net/
Source0:	http://download.tuxfamily.org/xmoto/xmoto/%{version}/%{name}-%{version}-src.tar.gz
Source1:	%{name}.png
BuildRequires:	bison
BuildRequires:	imagemagick
BuildRequires:	bzip2-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxdg-basedir)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(lua) < 5.2
BuildRequires:	pkgconfig(ode)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(SDL_net)
BuildRequires:	pkgconfig(sqlite3)

%description
X-Moto is a challenging 2D motocross platform game, where physics play
an all important role in the gameplay. You need to control your bike
to its limit, if you want to have a chance finishing the more
difficult of the challenges.
First you'll try just to complete the levels, while later you'll
compete with yourself and others, racing against the clock.

%files -f %{name}.lang
%doc AUTHORS README
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man6/*

#----------------------------------------------------------------------------

%prep
%setup -q

#use system ode
rm -rf src/ode
ln -s %{_includedir}/ode src/ode

%build
%configure2_5x \
	--bindir=%{_gamesbindir} \
	--datadir=%{_gamesdatadir} \
	--with-localesdir=%{_datadir}/locale \
	--disable-rpath \
	--enable-threads=pth \
	--with-renderer-openGl=1 \
	--with-unoptimized=0

%make

%install
%makeinstall bindir=%{buildroot}%{_gamesbindir} datadir=%{buildroot}%{_gamesdatadir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=X-Moto
Comment=Motocross platform game
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%find_lang %{name}


%changelog

* Tue Jun 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.11-1
- (c81b2c2) New version 0.5.11
- (c81b2c2) Drop all patches (fixed upstream)
- (c81b2c2) Make sure to use system ode



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15675 |14cu|xmove-2.0-0.beta2.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	xmove
%define version	2.0
%define rel	6
%define beta	2
%if %{beta}
%define release 0.beta%{beta}.%{rel}
%else
%define release	%{rel}
%endif


Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	X11 pseudoserver to dynamically move X11 applications
License:	MIT
Group:		System/X11
Url:		ftp://ftp.cs.columbia.edu/pub/xmove/
%if %{beta}
Source0:	ftp://ftp.cs.columbia.edu/pub/xmove/%{name}.%{version}beta%{beta}.tar.bz2
%else
Source0:	ftp://ftp.cs.columbia.edu/pub/xmove/%{name}.%{version}.tar.bz2
%endif
Patch0:		xmove-2.0-unix-domain.patch
Patch1:		xmove-debug.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:  imake



%description
xmove is a pseudoserver (aka proxy server) which allows you
to dynamically move an X application between servers, and screens
within a server.

%files
%doc README doc/*
%_bindir/xmove*
%{_mandir}/man1/xmove*
#---------------------------------------------------------------------------
%prep
%setup -qn %{name}
%patch0 -p1 -b .unix-domain
%patch1 -p0

chmod 644 doc/*

%build
for i in xmove xmovectrl; do
	cd $i
	ln -sf ../man/man1/$i.1 $i.man
	xmkmf
	%setup_compile_flags %make
	cd $OLDPWD
done

%install
install -d -m755 %{buildroot}%{_mandir}/man1/
for i in xmove xmovectrl; do
	cd $i
	%{makeinstall_std}
	cd $OLDPWD
	install -m 644 man/man1/$i.1 %{buildroot}%{_mandir}/man1/
done





%changelog

* Sun Jun 26 2016 abfonly <abfonly@gmail.com> 2.0-0.beta2.6
- (c27901c) Log: Fixed debug crap, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15676 |14cu|xneur-0.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 20
%define libname %mklibname %{name} %{major}
%define libxnconfig %mklibname xnconfig %{major}
%define devname %mklibname %{name} -d

Summary:	X Neural Switcher
Name:		xneur
Version:	0.20.0
Release:	1
License:	GPLv2+
Group:		System/X11
Url:		http://www.xneur.ru
Source0:	%{name}_%{version}.orig.tar.gz
Patch0:		xneur-0.12.0-cflags.patch
Patch1:		xneur-0.16.0-link.patch
BuildRequires:	aspell-devel
BuildRequires:  intltool
BuildRequires:	gettext-devel
BuildRequires:	xosd-devel
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:  pkgconfig(xtst)
BuildRequires:	pkgconfig(zlib)
Requires:	aspell-ru

%description
X Neural Switcher (http://www.xneur.ru).

Automatical switcher of keyboard layout.

%files -f %{name}.lang
%doc AUTHORS NEWS README TODO
%{_bindir}/*
%{_datadir}/%{name}
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libxn*.so.*
%{_mandir}/man1/*
%{_mandir}/man5/*
%dir %{_sysconfdir}/%{name}
# Upstream updates a config file. So we must replace it.
%config %{_sysconfdir}/%{name}/*
%{_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	XNeur shared library
Group:		System/Libraries

%description -n %{libname}
Shared libraries for the package XNeur.

%files -n %{libname}
%{_libdir}/libxneur.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libxnconfig}
Summary:	XNeur shared library
Group:		System/Libraries
Conflicts:	%{_lib}xneur17 < 0.17.0-3

%description -n %{libxnconfig}
Shared libraries for the package XNeur.

%files -n %{libxnconfig}
%{_libdir}/libxnconfig.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Requires:	%{libxnconfig} = %{EVRD}
Provides:	xneur-devel = %{EVRD}

%description -n %{devname}
Development files for the package XNeur.

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/%{name}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
autoreconf -fi
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

pushd %{buildroot}%{_datadir}/%{name}/languages/
ln -s ru ru\(winkeys\)
popd

%find_lang %{name}


%changelog

* Tue Feb 14 2017 tremod <negry.m@yandex.ru> 0.20.0-1
- (69f3db4) Update to 0.20



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15677 |14cu|xnoise-0.2.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname  %{name} -d

Name:		xnoise
Version:	0.2.21
Release:	1
Summary:	Tracklist-centric Media Player
Group:		Sound
License:	GPLv2+ with exceptions
URL:		http://www.xnoise-media-player.com/
Source0:	https://bitbucket.org/shuerhaaken/xnoise/downloads/xnoise-%{version}.tar.gz
BuildRequires:	pkgconfig
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(libtaginfo_c)
BuildRequires:	libsoup-devel
BuildRequires:	unique-devel
# not needed unless source .vala files are modified
# BuildRequires:	vala-devel >= 0.18.0
BuildRequires:	desktop-file-utils gettext intltool
Requires:	hicolor-icon-theme

%description
Xnoise is a Gtk+ media player with a tracklist-centric design. The
tracklist is a list of video or music tracks that are played one by
one without being removed (right side of window). This gives you the
possibility to enqueue any track in any order, regardless if they are
on the same album or not. The tracks can be reordered at any time by
using drag and drop.

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/xnoise
%{_bindir}/xnoise_image_extractor_service
%{_libdir}/xnoise
%{_mandir}/man1/xnoise.1*
%{_datadir}/xnoise
%{_datadir}/dbus-1/services/org.gtk.xnoise.*.service
%{_datadir}/applications/xnoise.desktop
%{_datadir}/icons/hicolor/*/*/xn*

#------------------------------------------------------------------

%package -n     %{libname}
Summary:	Xnoise shared library
Group:		System/Libraries

%description -n %{libname}
Xnoise shared library.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description -n	%{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%{_includedir}/xnoise
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/xnoise-1.0.pc
# make package own the vala API dir:
# xnoise plugins don't have to be written in vala
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/xnoise-1.0.*

#------------------------------------------------------------------

%prep
%setup -q

%build
export LDFLAGS="%{optflags} -lm"
%configure
%make

%install
%makeinstall_std
# remove invalid locale file
rm -rf %{buildroot}%{_share}/locale/default

# remove Ubuntu-specific icons
rm -rf %{buildroot}%{_iconsdir}/ubuntu-*

%find_lang %{name}

%check
make check

%postun
if [ $1 -eq 0 ] ; then
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :




%changelog
* Thu Nov 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.21-1
+ Revision: c4dc6b0
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15678 |14cu|xnp2-20140607-2.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           xnp2
Version:        20140607
Release:        2.1
Summary:        NEC pc9801 computer emulator
Group:          Emulators
License:        BSD
Source0:        %{name}-%{version}.tar.bz2
BuildRequires:  libpng-devel
BuildRequires:  gcc-c++
BuildRequires:  libtool
BuildRequires:  gtk2-devel
BuildRequires:  nasm
BuildRequires:  SDL-devel
BuildRequires:  SDL_sound-devel
BuildRequires:  SDL_mixer-devel

%description
xnp2 is neko project II linux version.
neko project II is NEC pc9801 computer emulator.

%prep
%setup -q

%build
cd x11
CFLAGS="-O2 -mtune=atom" CXXFLAGS="-O2 -mtune=atom" %configure --enable-ia32
%make

%install
cd x11
%makeinstall_std

%clean

%files
%{_mandir}/man1/xnp2.*
%{_bindir}/xnp2
%{_datadir}/xnp2




%changelog
* Tue Mar 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 20140607-2.1
+ Revision: ce36eb3
- Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15679 |14cu|xonotic-0.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define oname Xonotic

Summary:	A free multi-player first person shooter
Name:		xonotic
Version:	0.8.1
Release:	2
License:	GPLv2+
Group:		Games/Shooter
Url:		http://www.xonotic.org/
Source0:	http://dl.xonotic.org/%{name}-%{version}.zip
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(xxf86vm)
Requires:	%{name}-data = %{version}

%description
Xonotic is a free (GPL), fast-paced first-person shooter that works on
Microsoft Windows, Mac OSX and Linux.

Xonotic is a direct successor of the Nexuiz Project.

It features much better quality graphics and visual effects.

Xonotic places focus on community involvement as its principal driving force
and structures itself to respect that. The aim of Xonotic is to become the
best possible open-source FPS (first-person-shooter) of its kind.

%files
%{_gamesbindir}/%{name}-sdl
%{_gamesbindir}/%{name}-glx
%{_datadir}/applications/%{name}-sdl.desktop
%{_datadir}/applications/%{name}-glx.desktop
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/64x64/apps/%{name}.png
%{_iconsdir}/hicolor/128x128/apps/%{name}.png
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

#----------------------------------------------------------------------------

%package data
Summary:	Xonotic data files (graphics, music, maps etc)
Group:		Games/Shooter
Requires:	%{name} = %{version}
BuildArch:	noarch

%description data
Data files used to play Xonotic.

%files data
%dir %{_gamesdatadir}/%{name}/data
%{_gamesdatadir}/%{name}/data/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}

%build
cd source/darkplaces
make clean

# by default SDL is still used by make release so we need to build specific
# targets for SDL2
# make release CPUOPTIMIZATIONS="%{optflags}" DP_FS_BASEDIR=%{_gamesdatadir}/%{name}
make sv-release CPUOPTIMIZATIONS="%{optflags}" DP_FS_BASEDIR=%{_gamesdatadir}/%{name}
make cl-release CPUOPTIMIZATIONS="%{optflags}" DP_FS_BASEDIR=%{_gamesdatadir}/%{name}
make sdl2-release CPUOPTIMIZATIONS="%{optflags}" DP_FS_BASEDIR=%{_gamesdatadir}/%{name}

%install
install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -R data %{buildroot}%{_gamesdatadir}/%{name}/

install -D -m 755 source/darkplaces/darkplaces-sdl %{buildroot}%{_gamesbindir}/%{name}-sdl
install -D -m 755 source/darkplaces/darkplaces-glx %{buildroot}%{_gamesbindir}/%{name}-glx

install -D -m 644 misc/logos/icons_png/%{name}_16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m 644 misc/logos/icons_png/%{name}_32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m 644 misc/logos/icons_png/%{name}_64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D -m 644 misc/logos/icons_png/%{name}_128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

install -D -m 644 misc/logos/%{name}_icon.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

install -d %{buildroot}%{_datadir}/applications

cat > %{buildroot}%{_datadir}/applications/%{name}-sdl.desktop << EOF
[Desktop Entry]
Name=Xonotic-SDL
Comment=Multi-player first person shooter (SDL)
Exec=%{_gamesbindir}/%{name}-sdl
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-glx.desktop << EOF
[Desktop Entry]
Name=Xonotic-GLX
Comment=Multi-player first person shooter (GLX)
Exec=%{_gamesbindir}/%{name}-glx
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF


%changelog

* Thu Feb 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-2
- (e06c3c8) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15680 |14cu|xorcurses-0.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname XorCurses

Name:           xorcurses
Version:        0.2.2
Release:        1
Summary:        Puzzle game set inside a series of mazes
# http://jwm-art.net/o7.php?p=about
License:        GPLv3
Group:          Games/Puzzles
Url:            http://jwm-art.net/?p=XorCurses
Source0:        http://jwm-art.net/art/archive/%{oname}-%{version}.tar.bz2
# Generated with txt2man from help_*.txt
Source1:        xorcurses.6
Patch0:         XorCurses-install.patch
BuildRequires:  pkgconfig(ncurses)


%description
Based on the game XOR by Astral Software (C) 1987
Xor is a puzzle game set inside a series of mazes.
XorCurses is a console/terminal ASCII character
game written for Linux in C and uses the ncurses
library.

%files
%doc README ChangeLog NEWS TODO 
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{oname}
%{_mandir}/man6/xorcurses.6.*
#----------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p0



%build
%setup_compile_flags
%make 

%install
mkdir -p %{buildroot}%{_gamesbindir}
%makeinstall_std

install -Dm 0644 %{SOURCE1} %{buildroot}%{_mandir}/man6/xorcurses.6
chmod 644 %{buildroot}%{_gamesdatadir}/%{oname}/{*.txt,maps/*.xcm}
%changelog

* Mon Sep 05 2016 abfonly <abfonly@gmail.com> 0.2.2-1
- (fd9a16f) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15681 |14cu|xosview-1.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An X Window System utility for monitoring system resources
Name:		xosview
Version:	1.17
Release:	1
Url:		http://xosview.sourceforge.net
Source0:	http://www.pogo.org.uk/~mark/xosview/releases/%{name}-%{version}.tar.gz
Source2:	%{name}16.png.bz2
Source3:	%{name}32.png.bz2
Source4:	%{name}48.png.bz2
License:	GPLv2+
Group:		Monitoring
BuildRequires:	pkgconfig(xdmcp)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)

%description
The xosview utility displays a set of bar graphs which show the current
system state, including memory usage, CPU usage, system load, etc.
Xosview runs under the X Window System.

Install the xosview package if you need a graphical tool for monitoring
your system's performance.

%prep
%setup -q

sed -e 's:lib/X11/app:share/X11/app:g' \
	-i xosview.1 || die

%build
export OPTFLAGS="%{optflags}"
%make

%install
mkdir -p %{buildroot}/%{_bindir}/
mkdir -p %{buildroot}/%{_mandir}/man1/
make PREFIX=%{buildroot}/usr install

chmod u-s %{buildroot}/usr/bin/*



mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Xosview
Comment=System resources monitor for X11
Comment[ru]=Монитор системных ресурсов для X11
Exec=%{_bindir}/xosview
Icon=%{name}
Terminal=false
Type=Application
Categories=System;Monitor;
EOF

%files
%defattr(-,root,root,0755)
%{_prefix}/bin/*
%{_prefix}/share/man/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 1.17-1
- (d7f7f20) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15682 |14cu|xournal-0.4.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	xournal
Summary: 	Pen-based journal and PDF annotator
Version: 	0.4.8
Release: 	1

Source0:	http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
URL:		http://xournal.sourceforge.net/
License:	GPLv2
Group:		Office
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libgnomecanvas-2.0)
BuildRequires:	pkgconfig(poppler-glib)
# For pdftoppm: see http://forum.mandriva.com/viewtopic.php?t=92135
Requires:	poppler

%description
Xournal is an application for notetaking, sketching, keeping a journal using a
stylus.  It is similar to Microsoft Windows Journal or to other alternatives
such as Jarnal, Gournal, and NoteLab.

%prep
%setup -q

%build
%configure2_5x
%make
										
%install
%makeinstall

# menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Xournal
Comment=%summary
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Office;
EOF

# icons
mkdir -p %{buildroot}%{_liconsdir}
convert -size 48x48 pixmaps/%{name}.png %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -size 32x32 pixmaps/%{name}.png %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 pixmaps/%{name}.png %{buildroot}/%{_miconsdir}/%{name}.png

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README html-doc/*
%{_bindir}/%{name}
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png



%changelog

* Tue Aug 11 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4.8-1
- (5023314) Updated to 0.4.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15683 |14cu|xpad-4.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 	 	xpad
Summary: 	Sticky notepad
Version: 	4.6.0
Release: 	1
Source:		http://launchpad.net/xpad/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
URL:		https://launchpad.net/xpad/
License:	GPLv3+
Group:		Office
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtksourceview-3.0)
BuildRequires:	pkgconfig(sm)

%description
Xpad is a GTK application that emulates real-life sticky notes. If you
are likely to forget something, open up an xpad and jot it down. It
is easy-to-use, fault-tolerant, and its appearance is customizable.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
# Drop autostart file
rm -rf %{buildroot}/etc

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS NEWS README THANKS TODO ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/*

%changelog

* Tue Feb 09 2016 Denis Silakov <dsilakov@gmail.com> 4.6.0-1
- (d16f540) Added gtksourceview-3.0 BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15684 |14cu|xpdf-3.04-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname xpdf %{major}
%define develname %mklibname xpdf -d

%define urwdir %{_datadir}/fonts/default/Type1
%define x11dir /usr/X11R6

Summary:	A PDF file viewer for the X Window System
Name:		xpdf
Version:	3.04
Release:	1
License:	GPLv2+
Group:		Publishing
Url:		http://www.foolabs.com/xpdf/
Source0:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-%{version}.tar.gz
Source1:	icons-%{name}.tar.bz2
Source2:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-chinese-simplified.tar.gz
Source3:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-chinese-traditional.tar.gz
Source4:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-cyrillic.tar.gz
Source5:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-japanese.tar.gz
Source6:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-korean.tar.gz
Source7:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-thai.tar.gz
Source8:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-greek.tar.gz
Source9:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-latin2.tar.gz
Source10:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-turkish.tar.gz
Source11:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-hebrew.tar.gz
Source14:	ftp://ftp.foolabs.com/pub/xpdf/%{name}-arabic.tar.gz
#Source100:	xpdf.rpmlintrc

Patch2:         %{name}-3.04-antihigh.patch
Patch6:         %{name}-2.03-zoom.patch
#
Patch16:        %{name}-3.04-chinese.patch
Patch17:        %{name}-3.04-CAN-2005-0206.patch
Patch19:        %{name}-3.01-core.patch
Patch20:        %{name}-3.04-crash.patch
Patch21:        %{name}-3.01-xfont.patch

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xft)
BuildRequires:	libtool
BuildRequires:	lesstif-devel
BuildConflicts: libpaper-devel
Requires:	urw-fonts
# Lesstiff user interface requires these (btw, why a static lesstif and freetype?)
Requires:	x11-font-adobe-75dpi
Requires:	x11-font-adobe-100dpi
Requires:	%{name}-common = %{EVRD}

# No library subpackage anymore
Obsoletes:	%{libname} < %{EVRD}
Obsoletes:	%{develname} < %{EVRD}

%description
Xpdf is an X Window System based viewer for Portable Document Format (PDF)
files. PDF files are sometimes called Acrobat files, after Adobe Acrobat
(Adobe's PDF viewer).  Xpdf is a small and efficient program which uses
standard X fonts.

%files
%{_bindir}/xpdf
%{_mandir}/man1/xpdf.1*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/*.*
%{_liconsdir}/*.*
%{_miconsdir}/*.*

#----------------------------------------------------------------------------

%package common
Summary:	Common files for xpdf and the applications based on it
Group:		Publishing

%description common
Xpdf is an X Window System based viewer for Portable Document Format (PDF)
files. PDF files are sometimes called Acrobat files, after Adobe Acrobat
(Adobe's PDF viewer). Xpdf is a small and efficient program which uses
standard X fonts.

This package contains common files (such as UnicodeMap and xpdfrc) needed for
xpdf and the applications based on it.

%files common
%{_datadir}/%{name}
%{_mandir}/man5/*
%config(noreplace) %{_sysconfdir}/xpdfrc

#----------------------------------------------------------------------------

%prep
%setup -q -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a14
%patch2 -p1 -b .antihigh
%patch6 -p1 -b .zoom
%patch16 -p1 -b .chinese
%patch17 -p1 -b .CAN-2005-0206
%patch19 -p1 -b .core
%patch20 -p1 -b .crash
%patch21 -p1 -b .xfont


%build
CURRENTDIR=`pwd`

# build xpdf
export X_EXTRA_LIBS="-lXft -lXrender -lfontconfig -lz -lfreetype"
autoconf
%configure2_5x \
        --bindir=%{_bindir} \
        --mandir=%{_mandir} \
        --with-freetype2-includes=%{_includedir}/freetype2 \
        --enable-opi

%make

pushd doc
perl -pi -e 's|netscape|mozilla|g' xpdf.1 xpdf.cat xpdf.hlp xpdfrc.5
perl -pi -e 's@/usr/local/etc/@%{_sysconfdir}/@' *.1 *.5
perl -pi -e 's@/usr/local/share/ghostscript/fonts@%{urwdir}@' sample-xpdfrc *.1 *.5
perl -pi -e 's@^#displayFontT1@fontFile@' sample-xpdfrc
for i in chinese-simplified chinese-traditional cyrillic japanese \
	korean thai greek latin2 turkish hebrew arabic; \
	do
		perl -pi -e 's@/usr/local/share/xpdf@%{_datadir}/xpdf@' \
			../xpdf-$i/add-to-xpdfrc \
			../xpdf-$i/README
		echo >> sample-xpdfrc
		cat ../xpdf-$i/add-to-xpdfrc >> sample-xpdfrc
		rm ../xpdf-$i/add-to-xpdfrc
	done
# Xpdf no longer supports X fonts
perl -pi -e 's/^displayCIDFontX/#displayCIDFontX/g' sample-xpdfrc
perl -pi -e 's/^#urlCommand.*/urlCommand "www-browser %s"/' sample-xpdfrc
popd

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

%makeinstall_std

for i in chinese-simplified chinese-traditional cyrillic japanese \
	korean thai greek latin2 turkish hebrew arabic; \
	do
		mkdir -p %{buildroot}%{_datadir}/%{name}/$i
		cp -a xpdf-$i/* %{buildroot}%{_datadir}/%{name}/$i/
	done

install -m 755 -d %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Xpdf
Comment=Views PDF files
Exec=%{_bindir}/xpdf %f
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
MimeType=text/pdf;text/x-pdf;application/pdf;application/x-pdf;
Categories=X-MandrivaLinux-Office-Publishing;Office;Viewer;
EOF

# mdk icons
install -d %{buildroot}%{_iconsdir}
tar xjf %{SOURCE1} -C %{buildroot}%{_iconsdir}

# remove unpackaged files
rm -f %{buildroot}%{_bindir}/pdf* %{buildroot}%{_mandir}/man1/pdf*


%changelog

* Thu Oct 08 2015 Denis Silakov <dsilakov@gmail.com> 3.04-1
- (c54a26e) Updated to 3.04



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15685 |14cu|xpeccy-0.5-1.20141117.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20141117

Summary:	ZX Spectrum emulator
Name:		xpeccy
Version:	0.5
Release:	1.%{git}.1
License:	MIT
Group:		Emulators
Url:		http://xpeccy.info/
# From git https://github.com/samstyle/Xpeccy
Source0:	%{name}-%{version}.%{git}.tar.bz2
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)

%description
ZX Spectrum emulator.

%files
%doc LICENSE_eng LICENSE_rus
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}.%{git}

%build
%cmake -DPACK=rpm
%make VERBOSE=1

%install
%makeinstall_std -C build

install -D -m 0644 %{buildroot}%{_iconsdir}/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
rm -f %{buildroot}%{_iconsdir}/%{name}.png

mv %{buildroot}%{_datadir}/applications/Xpeccy.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog
* Tue Nov 18 2014 Rosa <rosa@abf.rosalinux.ru> 0.5-1.20141117.1
+ Revision: d78c6d5
- Automatic import for version 0.5-1.20141117.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15686 |14cu|xpired-1.22-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Action puzzle game
Name:		xpired
Version:	1.22
Release:	23
Url:		http://xpired.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/xpired/%{name}-%{version}-linux_source.tar.bz2
Patch0:		xpired-debug.patch
License:	GPLv2+
Group:		Games/Arcade
BuildRequires:	libSDL_gfx-devel >= 2.0.25
BuildRequires:	libSDL_mixer-devel
BuildRequires:	libSDL_image-devel

%description
X-Pired is an action puzzle game. The goal of the game in each level
is to reach the exit square, avoiding exploding barrels and other
deadly stuff.

%prep
%setup -qn src
%patch0 -p1

%build
%make PREFIX=%{_prefix} SHARE_PREFIX=%{_gamesdatadir}/xpired

%install
make install PREFIX=%{buildroot}%{_prefix} SHARE_PREFIX=%{buildroot}%{_gamesdatadir}/xpired

mkdir -p %{buildroot}%{_gamesbindir}
mv %{buildroot}%{_bindir}/* %{buildroot}%{_gamesbindir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=X-Pired
Comment=Action-puzzle game
Exec=%{_gamesbindir}/%{name}
Icon=arcade_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF


%files
%doc *.txt README*
%{_datadir}/applications/*
%{_gamesbindir}/*
%{_gamesdatadir}/*

%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 1.22-23
- (283c1ea) Fix debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15687 |14cu|xpp2-2.1.10-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define originalname PullParser

Summary:        XML Pull Parser
Name:           xpp2
Version:        2.1.10
Release:        7
Epoch:          0
License:        Apache Software License
URL:            http://www.extreme.indiana.edu/xgws/xsoap/xpp/
Group:          Development/Java
Source0:        http://www.extreme.indiana.edu/xgws/xsoap/xpp/download/PullParser2/PullParser2.1.10.tgz
Patch0:         xpp2-build_xml.patch
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit >= 0:1.6
BuildRequires:  java-devel
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-jaxp-1.3-apis
Requires:       xml-commons-jaxp-1.3-apis
Requires:       jpackage-utils
BuildArch:      noarch
BuildRequires:  java-devel


%description
XML Pull Parser 2 (XPP2) is a simple and fast incremental XML parser.
NOTE: XPP2 is no longer developed and is on maintenance mode. 
All active development concentrates on its successor XPP3/MXP1.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%package doc
Summary:        Manual for %{name}
Group:          Development/Java

%description doc
%{summary}.

%package demo
Summary:        Samples for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}

%description demo
%{summary}.

%prep
%setup -q -n %{originalname}%{version}
%remove_java_binaries

%patch0 -b .sav

%build
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=$(build-classpath xerces-j2 xml-commons-jaxp-1.3-apis)
%{ant} all api api.impl
CLASSPATH=$CLASSPATH:$(build-classpath junit):build/tests:build/lib/PullParser-2.1.10.jar
%{java} AllTests

%install

# jars
mkdir -p %{buildroot}%{_javadir}

cp -p build/lib/%{originalname}-intf-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-intf-%{version}.jar
cp -p build/lib/%{originalname}-standard-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-standard-%{version}.jar
cp -p build/lib/%{originalname}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
cp -p build/lib/%{originalname}-x2-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-x2-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}/api
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}/api_impl
cp -pr doc/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}/api
#cp -pr doc/api_impl/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/api_impl
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}


rm -rf doc/{build.txt,api,api_impl}

# doc
mkdir -p %{buildroot}%{_datadir}/doc/%{name}-%{version}
cp -pr doc/* %{buildroot}%{_datadir}/doc/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_datadir}/doc/%{name}

# demo
mkdir -p %{buildroot}%{_datadir}/%{name}-%{version}
cp -pr src/java/samples/* %{buildroot}%{_datadir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_datadir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc README.html
%doc LICENSE.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}-intf.jar
%{_javadir}/%{name}-intf-%{version}.jar
%{_javadir}/%{name}-standard.jar
%{_javadir}/%{name}-standard-%{version}.jar
%{_javadir}/%{name}-x2.jar
%{_javadir}/%{name}-x2-%{version}.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files doc
%defattr(0644,root,root,0755)
%doc %{_datadir}/doc/%{name}-%{version}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}-%{version}
%{_datadir}/%{name}



%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:2.1.10-7
- (52599a9) Move bacl to old junit



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15688 |14cu|xpp3-1.1.3.8-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 1.1.3_8

Summary:        XML Pull Parser
Name:           xpp3
Version:        1.1.3.8
Release:        10
Epoch:		0
License:        ASL 1.1
URL:            http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html
Group:          Development/Java
Source0:        http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz
Source1:        http://mirrors.ibiblio.org/pub/mirrors/maven2/xpp3/xpp3/1.1.3.4.O/xpp3-1.1.3.4.O.pom
Source2:        http://mirrors.ibiblio.org/pub/mirrors/maven2/xpp3/xpp3_xpath/1.1.3.4.O/xpp3_xpath-1.1.3.4.O.pom
Source3:        http://mirrors.ibiblio.org/pub/mirrors/maven2/xpp3/xpp3_min/1.1.3.4.O/xpp3_min-1.1.3.4.O.pom
Patch0:         %{name}-link-docs-locally.patch
Requires:       jpackage-utils >= 0:1.6
Requires:       java >= 0:1.4.2
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  junit4
BuildRequires:  xml-commons-apis
BuildRequires:  perl
Requires:       jpackage-utils
Requires:       junit4
Requires:       xml-commons-apis
Requires:       java
Requires(post):   jpackage-utils
Requires(postun): jpackage-utils

BuildArch:      noarch

%description
Xml Pull Parser 3rd Edition (XPP3) MXP1 is a new XmlPull
parsing engine that is based on ideas from XPP and in
particular XPP2 but completely revised and rewritten to
take best advantage of latest JIT JVMs such as Hotspot in JDK 1.4.

%package minimal
Summary:        Minimal XML Pull Parser
Group:          Development/Java
Requires:       jpackage-utils
Requires:       junit4
Requires:       xml-commons-apis
Requires:       java
Requires(post):   jpackage-utils
Requires(postun): jpackage-utils

%description minimal
Minimal XML pull parser implementation.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}-%{oversion}
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;

%patch0

%build
export CLASSPATH=$(build-classpath xml-commons-apis junit4)
ant xpp3 junit apidoc

%install

# jars
mkdir -p %{buildroot}%{_javadir}
cp -p build/%{name}-%{oversion}.jar %{buildroot}%{_javadir}/%{name}.jar
cp -p build/%{name}_min-%{oversion}.jar %{buildroot}%{_javadir}/%{name}-minimal.jar
cp -p build/%{name}_xpath-%{oversion}.jar %{buildroot}%{_javadir}/%{name}-xpath.jar

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr doc/api/* %{buildroot}%{_javadocdir}/%{name}

rm -rf doc/{build.txt,api}

install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 %{SOURCE3} \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}-minimal.pom
%add_to_maven_depmap %{name} %{name}_min %{version} JPP %{name}-minimal

mv %{buildroot}%{_mavendepmapfragdir}/%{name} %{buildroot}%{_mavendepmapfragdir}/%{name}-minimal
install -pm 644 %{SOURCE1} \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

install -pm 644 %{SOURCE2} \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}-xpath.pom
%add_to_maven_depmap %{name} %{name}_xpath %{version} JPP %{name}-xpath


%post
%update_maven_depmap

%postun
%update_maven_depmap

%post minimal
%update_maven_depmap

%postun minimal
%update_maven_depmap

%files
%doc README.html LICENSE.txt doc/*
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-xpath.jar
%{_mavenpomdir}/JPP-%{name}-xpath.pom
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files minimal
%doc LICENSE.txt
%{_mavendepmapfragdir}/%{name}-minimal
%{_mavenpomdir}/JPP-%{name}-minimal.pom
%{_javadir}/%{name}-minimal.jar

%files javadoc
%doc %{_javadocdir}/*

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.3.8-10
- (cfd263e) Fix junit build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15689 |14cu|xrdp-0.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname rfxencode %{major}
%define devname %mklibname rfxencode  -d

Summary:	Open source remote desktop protocol (RDP) server
Name:		xrdp
Epoch:		1
Version:	0.9.2
Release:	1
License:	GPLv2+ with exceptions
Group:		Networking/Remote access
Url:		http://xrdp.sourceforge.net/
Source0:	http://sourceforge.net/projects/xrdp/files/xrdp/%{version}/%{name}-%{version}.tar.gz
Source1:	xrdp-sesman.pamd
Source2: 	xrdp.sysconfig
Source3:	xrdp.logrotate
Source100:	xrdp.rpmlintrc
Patch0:		xrdp-0.9.2-sesman.patch
Patch1:		xrdp-0.9.2-service.patch
Patch2:		xrdp-0.9.2-setpriv.patch
Patch3:		xrdp-0.9.2-split-line.patch
Patch4:		xrdp-0.9.2-xrdp-ini.patch
BuildRequires:	libtool
BuildRequires:	nasm
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(openssl)
Buildrequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(systemd)
#vnc-server provides Xvnc (tigervnc-server in fedora)
Requires:	tigervnc-server
Requires:	%{libname} = %{EVRD}
Requires(post,preun):	rpm-helper

%description
The goal of this project is to provide a fully functional Linux terminal
server, capable of accepting connections from rdesktop and Microsoft's own
terminal server / remote desktop clients.

%files
%doc COPYING *.txt
%dir %{_libdir}/xrdp
%dir %{_sysconfdir}/xrdp
%dir %{_sysconfdir}/xrdp/pulse
%dir %{_datadir}/xrdp
%config(noreplace) %{_sysconfdir}/xrdp/xrdp.ini
%config(noreplace) %{_sysconfdir}/pam.d/xrdp-sesman
%config(noreplace) %{_sysconfdir}/logrotate.d/xrdp
%config(noreplace) %{_sysconfdir}/sysconfig/xrdp
%config(noreplace) %{_sysconfdir}/xrdp/sesman.ini
%{_sysconfdir}/xrdp/*.sh
%{_sysconfdir}/xrdp/km*.ini
%{_sysconfdir}/xrdp/xrdp_keyboard.ini
%{_bindir}/xrdp-genkeymap
%{_bindir}/xrdp-sesadmin
%{_bindir}/xrdp-keygen
%{_bindir}/xrdp-sesrun
# %{_bindir}/xrdp-sestest
%{_bindir}/xrdp-dis
%{_sbindir}/xrdp-chansrv
%{_sbindir}/xrdp
%{_sbindir}/xrdp-sesman
%{_datadir}/xrdp/ad256.bmp
%{_datadir}/xrdp/cursor0.cur
%{_datadir}/xrdp/cursor1.cur
%{_datadir}/xrdp/xrdp256.bmp
%{_datadir}/xrdp/sans-10.fv1
%{_datadir}/xrdp/ad24b.bmp
%{_datadir}/xrdp/xrdp24b.bmp
%{_datadir}/xrdp/xrdp_logo.bmp
%{_mandir}/man5/*
%{_mandir}/man8/*
%{_mandir}/man1/*
%{_libdir}/xrdp/lib*.so.*
%{_libdir}/xrdp/libcommon.so
%{_libdir}/xrdp/libmc.so
%{_libdir}/xrdp/libscp.so
%{_libdir}/xrdp/libvnc.so
%{_libdir}/xrdp/libxrdp.so
%{_libdir}/xrdp/libxup.so
%{_libdir}/xrdp/libxrdpapi.so
%{_sysconfdir}/xrdp/pulse/default.pa
%{_unitdir}/xrdp-sesman.service
%{_unitdir}/xrdp.service
%ghost %{_localstatedir}/log/xrdp-sesman.log
%attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini

%post
%_create_ssl_certificate %{name}
%_post_service %{name}

xrdp-keygen xrdp %{_sysconfdir}/xrdp/rsakeys.ini > /dev/null
chmod 0600 %{_sysconfdir}/xrdp/rsakeys.ini

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------
%package devel
Summary: Headers and pkg-config files needed to compile xrdp backends
Requires: %{devname} = %{EVRD}

%description devel
This package contains headers necessary for developing xrdp backends that
talk to xrdp

%files devel
%{_includedir}/xrdp*
%{_libdir}/pkgconfig/xrdp.pc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:        Librfxencode library
Group:          System/Libraries

%description -n %{libname}
Librfxencode library.

%files -n %{libname}
%{_libdir}/librfxencode.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:        Librfxencode library develompemnt files
Group:          System/Libraries

%description -n %{devname}
Librfxencode library.

%files -n %{devname}
%{_includedir}/rfxcodec_*.h
%{_libdir}/pkgconfig/rfxcodec.pc
%{_libdir}/librfxencode.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .sesman
%patch1 -p1 -b .service
%patch2 -p1 -b .setpriv
%patch3 -p1 -b .split
%patch4 -p1 -b .ini

# never hardcode rpaths
sed -i -e 's/^\(AM_CONDITIONAL(GOT_PREFIX,\).*$/\1 false)/' configure.ac

# remove unused modules from xrdp login combobox
sed -i -e '/\[xrdp1\]/,$d' xrdp/xrdp.ini

echo "
[xrdp1]
name=sesman-Xvnc
lib=libvnc.so
username=ask
password=ask
ip=127.0.0.1
port=-1
delay_ms=2000
" >>  xrdp/xrdp.ini

sed -i -e 's|certificate=.*$|certificate=%{_sysconfdir}/pki/certs/%{name}.pem|' -e 's|key_file=.*$|key_file=%{_sysconfdir}/pki/tls/private/%{name}.pem|' xrdp/xrdp.ini

#Low is 40 bit key and everything from client to server is encrypted.
#Medium is 40 bit key, everything both ways is encrypted.
#High is 128 bit key everything both ways is encrypted.

# increase encryption to 128 bit's
sed -i 's/crypt_level=low/crypt_level=high/g' xrdp/xrdp.ini

# create 'bash -l' based startwm, to pick up PATH etc.
echo '#!/bin/bash -l
. %{_sysconfdir}/xrdp/startwm.sh' > sesman/startwm-bash.sh

%build
./bootstrap

%configure2_5x
%make

%install
%make_install

#remove *.a files
find %{buildroot} -name '*.a' -exec rm {} \;

#install sesman pam config /etc/pam.d/xrdp-sesman
install -Dp -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/xrdp-sesman

#install xrdp sysconfig /etc/sysconfig/xrdp
install -Dp -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/xrdp

#install logrotate /etc/logrotate.d/xrdp
install -Dp -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/xrdp

#install log file /var/log/xrdp-sesman.log
mkdir -p %{buildroot}%{_localstatedir}/log/
touch %{buildroot}%{_localstatedir}/log/xrdp-sesman.log

#install 'bash -l' startwm script
install -Dp -m 755 sesman/startwm-bash.sh %{buildroot}%{_sysconfdir}/xrdp/startwm-bash.sh

#rsakeys.ini
touch %{buildroot}%{_sysconfdir}/xrdp/rsakeys.ini
chmod 0600 %{buildroot}%{_sysconfdir}/xrdp/rsakeys.ini

rm -f %{buildroot}%{_includedir}/painter.h
rm -f %{buildroot}%{_libdir}/libpainter.*
rm -f %{buildroot}%{_libdir}/pkgconfig/libpainter.pc

%changelog

* Sun Jul 09 2017 Denis Silakov <denis.silakov@rosalab.ru> 1:0.9.2-1
- (24dbb2d) Added filter for buggy rpmlint in rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15690 |14cu|xroar-0.32-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dragon32, Dragon64 and Tandy CoCo emulator
Name:		xroar
Version:	0.32
Release:	1
License:	GPLv2+
Group:		Emulators
Url:		http://www.6809.org.uk/dragon/xroar.shtml
Source0:	http://www.6809.org.uk/dragon/%{name}-%{version}.tar.gz
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(zlib)

%description
XRoar is a Dragon32, Dragon64 and Tandy CoCo emulator.
It uses standard cassette images (".cas" files) and virtual diskettes (".dsk"
or ".vdk" files) but has its own snapshot format at the moment (no ".pak" file
support).

%files
%doc ChangeLog COPYING* README
%attr(0755,root,games) %{_gamesbindir}/%{name}
%dir %attr(0755,root,games) %{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export LDLIBS="-lm"
%configure2_5x
perl -pi -e "s#share#share/games#g" Makefile
%make

%install
#binary
mkdir -p %{buildroot}%{_gamesbindir}
install -m 755 src/%{name} %{buildroot}%{_gamesbindir}

#data dir
install -d -m 755 %{buildroot}%{_gamesdatadir}/%{name}
#but is there some free software to put in there ?

#icons
install -d -m 755 %{buildroot}%{_miconsdir}
install -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -d -m 755 %{buildroot}%{_liconsdir}
install -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png

#xdg menu
install -d -m 755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=XRoar
Comment=Dragon32, Dragon64 and Tandy CoCo emulator
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Emulator;Game;
EOF


%changelog
* Sat Oct 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.32-1
+ Revision: 583f50d
- New version 0.32



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15691 |14cu|xsd-4.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	W3C XML schema to C++ data binding compiler
Name:		xsd
Version:	4.0.0
Release:	1
Group:		Development/C++
# Exceptions permit otherwise GPLv2 incompatible combination with ASL 2.0
License:	GPLv2+ with exceptions and ASL 2.0
Url:		http://www.codesynthesis.com/products/xsd/
Source0:	http://www.codesynthesis.com/download/xsd/3.3/xsd-%{version}+dep.tar.bz2
# Suggestion sent to upstream via e-mail 20090707
Patch0:		xsd-4.0.0-xsdcxx-rename.patch
BuildRequires:	m4
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(xerces-c)
# Requires:  ace-devel - only needed for applications using
#                        Adaptive Communication Environment (ACE) streams,
#                        enable when Fedora gets ACE packages.
#                        See http://www.cs.wustl.edu/~schmidt/ACE.html and
#                        https://bugzilla.redhat.com/show_bug.cgi?id=450164

%description
CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to
C++ data binding compiler. Provided with an XML instance specification
(XML Schema), it generates C++ classes that represent the given
vocabulary as well as parsing and serialization code.
You can then access the data stored in XML using types and functions
that semantically correspond to your application domain rather than
dealing with intricacies of reading and writing XML.

%files
%doc docdir/*
%{_bindir}/xsdcxx
%{_mandir}/man1/xsdcxx.1*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for xsd
Group:		Development/C++
Requires:	pkgconfig(xerces-c)
Requires:	%{name} = %{EVRD}

%description devel
This package provides development files for xsd.

%files devel
%{_includedir}/xsd/

#----------------------------------------------------------------------------

%package doc
Summary:	API documentation files for %{name}
Group:		Documentation

%description doc
This package contains API documentation for %{name}.

%files doc
%doc apidocdir/*

#----------------------------------------------------------------------------

%prep
%setup -qn xsd-%{version}+dep
pushd xsd
%patch0 -p2 -b .xsdcxx-rename
popd

%build
make \
	verbose=0 \
	CXXFLAGS="%{optflags}" \
	BOOST_LINK_SYSTEM=y

%install
rm -rf apidocdir

%makeinstall_std \
	verbose=0 \
	CXXFLAGS="%{optflags}" \
	install_prefix="%{buildroot}%{_prefix}" \
	BOOST_LINK_SYSTEM=y

# Split API documentation to -doc subpackage.
mkdir apidocdir
mv %{buildroot}%{_datadir}/doc/xsd/*.{xhtml,css} apidocdir/
mv %{buildroot}%{_datadir}/doc/xsd/cxx/ apidocdir/
mv %{buildroot}%{_datadir}/doc/xsd/ docdir/

# Convert to utf-8.
for file in docdir/NEWS; do
    mv $file timestamp
    iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp
    touch -r timestamp $file
done

# Rename binary to xsdcxx to avoid conflicting with mono-web package.
# Sent suggestion to upstream via e-mail 20090707
# they will consider renaming in 4.0.0
mv %{buildroot}%{_bindir}/xsd %{buildroot}%{_bindir}/xsdcxx
mv %{buildroot}%{_mandir}/man1/xsd.1 %{buildroot}%{_mandir}/man1/xsdcxx.1

# Remove duplicate docs.
rm -rf %{buildroot}%{_datadir}/doc/libxsd

# Remove Microsoft Visual C++ compiler helper files.
rm -rf %{buildroot}%{_includedir}/xsd/cxx/compilers

# Remove redundant PostScript files that rpmlint grunts about not being UTF8
# See: https://bugzilla.redhat.com/show_bug.cgi?id=502024#c27
# for Boris Kolpackov's explanation about those
find apidocdir -name "*.ps" | xargs rm -f
# Remove other unwanted crap
find apidocdir -name "*.doxygen" \
            -o -name "makefile" \
            -o -name "*.html2ps" | xargs rm -f


%changelog

* Wed Jun 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.0.0-1
- (e6df83d) New version 4.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15692 |14cu|xskat-4.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name xskat 
%define version 4.0
%define release  13
%define debug_package	%{nil}

Summary: The card game Skat as defined by the official Skat Order
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.xskat.de/%{name}-%{version}.tar.gz
License: GPL
Group: Games/Cards
Url: http://www.xskat.de/xskat.html
BuildRequires: pkgconfig(x11)
BuildRequires: rman 
BuildRequires: gccmakedep
BuildRequires: imagemagick
BuildRequires: imake

%description
XSkat lets you play the card game Skat as defined by
the official Skat Order on any Un*x machine running X11.

Features

* Single- and multiplayer mode.
* Playing over LAN or IRC.
* Game lists and logs.
* Three types of scoring.
* English or German text.
* German or French suited cards.
* Different computer strategies.
* Pre-definable card distributions.
* Variations: Ramsch, Bock, Kontra & Re, ... 

%prep
%setup -q
for file in CHANGES-de README-de README.IRC-de; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done

%build
%setup_compile_flags
%configure2_5x --bindir=%{_gamesbindir}
%make

%install
mkdir -p %{buildroot}{%{_gamesbindir},%{_mandir}/{man1,de/man1},%{_menudir}}
install xskat %{buildroot}%{_gamesbindir}
install xskat.man %{buildroot}%{_mandir}/man1/xskat.1
install xskat-de.man %{buildroot}%{_mandir}/de/man1/xskat.1

mkdir -p %{buildroot}%{_iconsdir}
convert icon.xbm %{buildroot}%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Xskat
Comment=The Skat game
Exec=%{name}
Icon=%name
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Cards;Game;CardGame;
EOF


%files
%doc README* CHANGE*
%{_gamesbindir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/%{name}.png
%{_mandir}/man1/*
%lang(de) %{_mandir}/de/man1/*

%changelog

* Sat Jun 25 2016 abfonly <abfonly@gmail.com> 4.0-13
- (58c87bd) Log: Drop debug, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15693 |14cu|xsysinfo-1.7-32
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An X Window System kernel parameter monitoring tool
Name:		xsysinfo
Version:	1.7
Release:	32
License:	MIT
Group:		Monitoring
Source0:	ftp://sunsite.unc.edu/pub/Linux/system/status/xstatus/xsysinfo-%{version}.tar.bz2
Source1:	%{name}
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		xsysinfo-1.7-imake.patch
Patch1:		xsysinfo-1.7-xf4.patch
Patch2:		xsysinfo-1.7-includes.patch
BuildRequires:	imake
BuildRequires:	pkgconfig(x11)
BuildRequires:	Xaw3d-devel
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xp)

%description
Xsysinfo is a graphic kernel monitoring tool for the X Window System.
Xsysinfo displays vertical bars for certain kernel parameters:  CPU load
average, CPU load, memory and swap sizes.

Install the xsysinfo package if you'd like to use a graphical kernel
monitoring tool.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1 -b .includes
make clean

%build
xmkmf
%make CDEBUGFLAGS="%{optflags}" EXTRA_LDOPTIONS="%{ldflags}"

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Xsysinfo
Comment=System information
Comment[ru]=Информация о системе
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=System;Monitor;X-MandrivaLinux-System-Monitoring;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

rm -f %{buildroot}/%{_prefix}/lib/X11/app-defaults

%clean

%files
%doc README CHANGES
%{_bindir}/xsysinfo
%config(noreplace) %{_sysconfdir}/X11/app-defaults/XSysinfo
%config(noreplace) %{_sysconfdir}/X11/app-defaults/XSysinfo-color
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png



%changelog

* Fri Mar 25 2016 Denis Silakov <dsilakov@gmail.com> 1.7-32
- (1ae3d59) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15694 |14cu|xt7-player3-3.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################################################
# SpecFile: xt7-player3.spec
# For git do:
# git clone https://github.com/kokoko3k/xt7-player.git 
######################################################
%define oname xt7-player

######################
# switch here if git
%define build_git 0
######################

Summary:	Xt7-player mplayer GUI
Name:		xt7-player3
Version:	3.5.4
Release:	2
URL:		http://xt7-player.sourceforge.net/xt7forum/
Source:		http://wpage.unina.it/aorefice/xt7player_dist/xt7-%{version}/autotools/%{oname}-%{version}.tar.gz
Source1:	%{oname}.desktop
Source100:	xt7-player3.rpmlintrc
License:	GPLv2
Group:		Video
BuildArch:	noarch
BuildRequires:	gambas3-runtime >= 3.6.1
BuildRequires:	gambas3-gb-qt4
BuildRequires:	gambas3-gb-form
BuildRequires:	gambas3-gb-desktop
BuildRequires:	gambas3-gb-form-mdi
BuildRequires:	gambas3-gb-net
BuildRequires:	gambas3-gb-net-curl
BuildRequires:	gambas3-gb-settings
BuildRequires:	gambas3-gb-xml
BuildRequires:	gambas3-gb-web
BuildRequires:	gambas3-devel >= 3.6.1
BuildRequires:	gambas3-gb-image
BuildRequires:	gambas3-gb-image-imlib
BuildRequires:	gambas3-gb-image-io
BuildRequires:	gambas3-gb-db
BuildRequires:	gambas3-gb-dbus
BuildRequires:	gambas3-gb-db-form
BuildRequires:	gambas3-gb-qt4-ext
BuildRequires:	pkgconfig(taglib)
BuildRequires:	gambas3-gb-gui
BuildRequires:	gambas3-gb-compress
BuildRequires:	gambas3-gb-form-dialog
BuildRequires:	gambas3-gb-signal >= 3.6.1
BuildRequires:	gambas3-gb-libxml >= 3.6.1

# 4 desktop file install/check
BuildRequires:	desktop-file-utils

# 4 icons convert
BuildRequires:	imagemagick

# 4 dvb-epg
Requires:	dvbsnoop
Requires:	dvb-apps

# 4 downloading from youtube
Requires:	youtube-dl >= 2014.10.18
Requires:	xterm
Requires:	wget

# 4 audio extract/convert
Requires:	ffmpeg

# 4 subtiles , manage, download a.s.o.
Requires:	python >= 2.7

# 4 global hotkeys support
Requires:	xbindkeys

# 4 desktop integration
Requires:	xdg-utils

# 4 tagging
Requires:	%{_lib}taglib1
Requires:	%{_lib}taglib_c0

# default player
Requires:	mplayer

# 4 GUI
Requires:	gambas3-runtime >= 3.6.1
Requires:	gambas3-gb-image
Requires:	gambas3-gb-dbus
Requires:	gambas3-gb-qt4 >= 3.6.1
Requires:	gambas3-gb-gtk
Requires:	gambas3-gb-gui >= 3.6.1
Requires:	gambas3-gb-form
Requires:	gambas3-gb-xml
Requires:	gambas3-gb-qt4-ext
Requires:	gambas3-gb-form-stock
Requires:	gambas3-gb-net
Requires:	gambas3-gb-form-dialog
Requires:	gambas3-gb-settings
Requires:	gambas3-gb-form-mdi
Requires:	gambas3-gb-compress
Requires:	gambas3-gb-desktop
Requires:	gambas3-gb-web
Requires:	gambas3-gb-net-curl
Requires:	gambas3-gb-signal >= 3.6.1

# 4 icecast
Requires:	gambas3-gb-libxml >= 3.6.1


Provides:	%{oname} == %{version}-%{release}
# too many previous name for it
Obsoletes: xt7-player3 =< %{version}
Obsoletes: Xt7-player3 =< %{version}

%rename Xt7-player3

AutoReqProv:	no

%description
Xt7-Player, an (almost) complete mplayer GUI
This program is written in Gambas3, so you will need Gambas3 to be installed.

%prep
%setup -q -n %{oname}-%{version}

%build
%if %{build_git}
gbc3 -e -a -g -t -p -m
gba3
%else
%configure --prefix=/usr
%make
%endif

%install
%if %{build_git}
mkdir -p %{buildroot}%{_bindir}
install -m755 xt7-player.gambas %{buildroot}%{_bindir}/
%else
%makeinstall
%endif

#icons
 %if %{build_git}
install -d -m755 %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert xt7-player.png -resize 32x32 %{buildroot}%{_iconsdir}/%{oname}.png
convert xt7-player.png -resize 16x16 %{buildroot}%{_miconsdir}/%{oname}.png
install -p xt7-player.png %{buildroot}%{_liconsdir}/xt7-player.png
%else
cd xt7-player
install -d -m755 %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert xt7-player.png -resize 32x32 %{buildroot}%{_iconsdir}/%{oname}.png
convert xt7-player.png -resize 16x16 %{buildroot}%{_miconsdir}/%{oname}.png
install -p xt7-player.png %{buildroot}%{_liconsdir}/xt7-player.png
%endif


#menu entry
desktop-file-install %{SOURCE1} \
	--dir %{buildroot}%{_datadir}/applications


%files
%if %{build_git}
%doc COPYING README CHANGELOG_GIT
%else
%doc ChangeLog COPYING README
%endif

%{_bindir}/*
%{_iconsdir}/%{oname}.png
%{_miconsdir}/%{oname}.png
%{_liconsdir}/%{oname}.png
%{_datadir}/applications/%{oname}.desktop







%changelog
* Sun Nov 09 2014 abfonly <abfonly@gmail.com> 3.5.4-2
+ Revision: 1f7cc64
- Merge pull request #1 from abfonly/xt7-player3:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15695 |14cu|xt7-player-mpv-0.24.392-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mpv_version 0.24
%define gba_version 392
%define version %{mpv_version}.%{gba_version}
%define oname xt7-player-mpv


Summary:	Xt7-player mpv GUI
Name:		%{oname}
Version:	%{version}
Release:	1
URL:		http://xt7-player.sourceforge.net/xt7forum/
Source0:	https://github.com/kokoko3k/xt7-player-mpv/archive/%{version}.tar.gz
# using my git this time 
#Source0:	https://github.com/symbianflo/%{oname}/archive/%{oname}-%{version}.tar.gz
Source100:	%{oname}.rpmlintrc
License:	GPLv3
Group:		Video
BuildArch:	noarch

BuildRequires:	gambas3-devel >= 3.9.2
BuildRequires:	gambas3-runtime >= 3.9.2
BuildRequires:	gambas3-gb-qt5 >= 3.9.2
BuildRequires:	gambas3-gb-qt5-ext >= 3.9.2
BuildRequires:	gambas3-gb-form >= 3.9.2
BuildRequires:	gambas3-gb-desktop >= 3.9.2
BuildRequires:	gambas3-gb-form-mdi >= 3.9.2
BuildRequires:	gambas3-gb-net >= 3.9.2
BuildRequires:	gambas3-gb-net-curl >= 3.9.2
BuildRequires:	gambas3-gb-settings >= 3.9.2
BuildRequires:	gambas3-gb-xml >= 3.9.2
BuildRequires:	gambas3-gb-web >= 3.9.2
BuildRequires:	gambas3-gb-image >= 3.9.2
BuildRequires:	gambas3-gb-image-imlib >= 3.9.2
BuildRequires:	gambas3-gb-image-io >= 3.9.2
BuildRequires:	gambas3-gb-db >= 3.9.2
BuildRequires:	gambas3-gb-dbus >= 3.9.2
BuildRequires:	gambas3-gb-db-form >= 3.9.2
BuildRequires:	pkgconfig(taglib)
BuildRequires:	gambas3-gb-gui >= 3.9.2
BuildRequires:	gambas3-gb-compress >= 3.9.2
BuildRequires:	gambas3-gb-form-dialog >= 3.9.2
BuildRequires:	gambas3-gb-signal >= 3.9.2
BuildRequires:	gambas3-gb-libxml >= 3.9.2
BuildRequires:	gambas3-gb-form-stock  >= 3.9.2
BuildRequires:	gambas3-gb-util-web >= 3.9.2
BuildRequires:	gambas3-gb-args >= 3.9.2

# 4 desktop file install/check
BuildRequires:	desktop-file-utils

# 4 appdata file
BuildRequires:	appstream-util

# 4 icons convert
BuildRequires:	imagemagick

# 4 dvb-epg
Requires:	dvbsnoop
Requires:	dvb-apps

# 4 downloading from youtube
Requires:	config(youtube-dl) >= 2017.02.17
Requires:	xterm
Requires:	wget
Requires:	gambas3-gb-util-web >= 3.9.2

# 4 audio extract/convert
Requires:	ffmpeg

# 4 subtiles , manage, download a.s.o.
Requires:	python >= 2.7

# 4 global hotkeys support
Requires:	xbindkeys

# 4 desktop integration
Requires:	xdg-utils

# 4 tagging
Requires:	%{_lib}taglib1
Requires:	%{_lib}taglib_c0

# default player
%if %{mdvver} >= 201610
Requires:	mpv >= %{mpv_version}
%else
# Thx to Antonio Orefice for retrocompat of this version.
# mpv from 0.23 up, needs ffmpeg 3.x.x
Requires:	mpv >= 0.22.0
%endif

# 4 GUI
Requires:	gambas3-runtime >= 3.9.2
Requires:	gambas3-gb-image >= 3.9.2
Requires:	gambas3-gb-dbus >= 3.9.2
Requires:	gambas3-gb-gtk >= 3.9.2
Requires:	gambas3-gb-gui >= 3.9.2
Requires:	gambas3-gb-form >= 3.9.2
Requires:	gambas3-gb-xml >= 3.9.2
Requires:	gambas3-gb-qt5 >= 3.9.2
Requires:	gambas3-gb-qt5-ext >= 3.9.2
Requires:	gambas3-gb-form-stock  >= 3.9.2
Requires:	gambas3-gb-net >= 3.9.2
Requires:	gambas3-gb-form-dialog >= 3.9.2
Requires:	gambas3-gb-settings >= 3.9.2
Requires:	gambas3-gb-form-mdi >= 3.9.2
Requires:	gambas3-gb-compress >= 3.9.2
Requires:	gambas3-gb-desktop >= 3.9.2
Requires:	gambas3-gb-web >= 3.9.2
Requires:	gambas3-gb-net-curl >= 3.9.2
Requires:	gambas3-gb-signal >= 3.9.2
Requires:	gambas3-gb-args >= 3.9.2

# 4 icecast / shoutcast
Requires:	gambas3-gb-libxml >= 3.9.2

# mplayer based is obsolete
Provides:	Xt7-player3 = %{EVRD}
Provides:	xt7-player3 = %{EVRD}

Obsoletes: xt7-player3 < %{EVRD}
Obsoletes: Xt7-player3 < %{EVRD}

AutoReqProv:	no

%description
Xt7-Player, an complete mpv GUI
This program is written in Gambas3, so you will need Gambas3 to be installed.

%files
%doc LICENSE.TXT README.* CHANGELOG_GIT
%{_bindir}/*
%{_iconsdir}/hicolor/*/apps/%{oname}.png
%{_datadir}/applications/%{oname}.desktop
%{_appdatadir}/*.appdata.xml

#-----------------------------------------------------------
%prep
%setup -q

%build
gbc3 -e -a -g -t -p -m
gba3

%install
# executable
mkdir -p %{buildroot}%{_bindir}
install -m755 %{oname}-%{version}.gambas %{buildroot}%{_bindir}/%{oname}.gambas

#icons
for size in 256 48 32 16; do
  install -d %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps
  convert %{oname}.png -resize ${size} %{buildroot}%{_iconsdir}/hicolor/${size}x${size}/apps/%{name}.png
done



#menu entry
desktop-file-install  %{oname}.desktop\
	--dir %{buildroot}%{_datadir}/applications
	
#appdata
mkdir -p %{buildroot}%{_appdatadir}
cp -R %{oname}.appdata.xml %{buildroot}%{_appdatadir}/%{oname}.appdata.xml

%check
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml	
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15696 |14cu|xtouch-0.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.2
%define release 10

Summary:		A mk712 touchscreen driver/calibration tool for X 
Name:			xtouch
Version:		%{version}
Release:		%{release}
License:		GPL
Group:			System/X11

Source:			xtouch-0.2_ML1.0.0-beta3-8.tar.bz2
Patch0:			xtouch-correct-device.patch
Patch1:			xtouch-conf-file.patch
Patch2:			xtouch-link.patch
URL:			http://unknown_originally_from_Transmeta's_Midori_Linux			
BuildRequires:		pkgconfig(x11)
BuildRequires:		pkgconfig(xtst)
BuildRequires:		pkgconfig(xt)
BuildRequires:		pkgconfig(xi)

%description
Xtouch enables the use of a mk712 touch screen as an input device for X.
If the configuration file is empty, a calibration routine is launched when
X starts.

%files
%doc CONFIG
%{_prefix}/X11R6/bin/%{name}
%{_prefix}/X11R6/bin/dump-mouse
%config(noreplace) %{_sysconfdir}/%{name}
%{_sysconfdir}/X11/xinit.d/%{name}
%config(noreplace) %{_sysconfdir}/devfs/conf.d/mk712.conf
#----------------------------------------------------------------------
%prep
%setup -q
patch -p2 < xtouch-bestfit.patch
%patch0 -p1 -b .dev
%patch1 -p1 -b .conf
%patch2 -p0 -b .link
perl -pi -e "s|-lX11|-lX11 -g|" src/Makefile

%build
pushd src
%setup_compile_flags
%make
%make dump-mouse
popd

%install
install -d %{buildroot}%{_prefix}/X11R6/bin
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_sysconfdir}/X11/xinit.d
install -d %{buildroot}%{_sysconfdir}/devfs/conf.d
install src/%{name} %{buildroot}%{_prefix}/X11R6/bin
install src/dump-mouse %{buildroot}%{_prefix}/X11R6/bin
cat /dev/null >  %{buildroot}%{_sysconfdir}/%{name}

cat >> %{buildroot}%{_sysconfdir}/X11/xinit.d/%{name} <<EOF
#!/bin/sh
# start the touchscreen handler, it will calibrate if there
# is no xtouch file in /etc or ~/.xtouch
XTOUCH_CALIBRATE=1 xtouch &
EOF
chmod +x %{buildroot}%{_sysconfdir}/X11/xinit.d/%{name}
 
cat >> %{buildroot}%{_sysconfdir}/devfs/conf.d/mk712.conf <<EOF
REGISTER        ^misc/mk712*        PERMISSIONS     root.root  0644
EOF




%changelog

* Sun Jun 26 2016 abfonly <abfonly@gmail.com> 0.2-10
- (634bf7e) Log: Fixed debug, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15697 |14cu|xtrace-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An strace like program for tracing X11 connections
Name:		xtrace
Version:	1.3.1
Release:	1
License:	BSD 
Group:		System/Kernel and hardware
URL:		https://alioth.debian.org/projects/xtrace/
Source0:	http://ftp.de.debian.org/debian/pool/main/x/xtrace/%{name}_%{version}.orig.tar.gz

%description
What strace is for system calls, xtrace is for X11 connections:
you hook it between one or more X11 clients and an X server and
it prints the requests going from client to server and the replies,
events and errors going the other way.


%prep
%setup -q
%configure2_5x

%build
CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
%make

%install
%makeinstall_std
mv %{buildroot}/%{_bindir}/xtrace %{buildroot}/%{_bindir}/xtrace-x11
mv %{buildroot}/%{_mandir}/man1/xtrace.1 %{buildroot}/%{_mandir}/man1/xtrace-x11.1
mv %{buildroot}/%{_datadir}/%{name} %{buildroot}/%{_datadir}/%{name}-x11/

%clean

%files
%doc README NEWS
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%{name}-x11/*.proto



%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.3.1-1
- (fe67b44) Updated to 1.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15698 |14cu|xtraceroute-0.9.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical OpenGL version of traceroute
Name:		xtraceroute
Version:	0.9.2
Release:	13
License:	GPLv2+
Group:		Monitoring
Source0:	http://www.beebgames.com/sw/%{name}-%{version}.tar.bz2
Source10:	%{name}.16.png
Source11:	%{name}.32.png
Source12:	%{name}.48.png
Patch0:		xtraceroute-0.9.2-linkage.patch
Patch1:		xtraceroute-0.9.2-fix-build.patch
Patch2:		xtraceroute-0.9.2-desktop-l10n.patch
URL:		http://www.beebgames.com/sw/gtk-ports.html
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gtkgl-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	traceroute
BuildRequires:	bind-utils
BuildRequires:	recode
BuildRequires:	gettext-devel
BuildRequires:	desktop-file-utils
Requires:	traceroute
Requires:	bind-utils

%description
Xtraceroute is a graphical traceroute utility that shows the path your IP
packets travel on a 3 dimensional rendered globe. Be sure to download the NDG
data files mentioned in the INSTALL document too.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1
sed -i -e 's,%{name}.png,%{name},g' %{name}.desktop

# otherwise autoreconf doesn't work - AdamW 2008/01
cp %{_datadir}/gettext/config.rpath .

%build
autoreconf -fi
%configure2_5x
make

%install
mkdir -p %{buildroot}/%{_datadir}/pixmaps
%makeinstall_std

install xtraceroute.png %{buildroot}%{_datadir}/pixmaps
touch %{buildroot}%{_datadir}/xtraceroute/hosts.cache
touch %{buildroot}%{_datadir}/xtraceroute/site_hosts.cache
touch %{buildroot}%{_datadir}/xtraceroute/site_networks.cache

mv %{buildroot}/%{_bindir}/%{name} %{buildroot}/%{_bindir}/%{name}.real
cat > %{buildroot}/%{_bindir}/%{name} << EOF
#!/bin/sh
if [ ! -d \$HOME/.xt ]; then
		mkdir \$HOME/.xt
fi
%{_bindir}/%{name}.real "\$@"
EOF
chmod a+x %{buildroot}/%{_bindir}/%{name}

# icon
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install %{SOURCE11} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install %{SOURCE12} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

recode ISO-8859-15..UTF-8 %{name}.desktop

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="System" \
  --add-category="Monitor" \
  --dir %{buildroot}%{_datadir}/applications %{name}.desktop

%files
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/*
%{_datadir}/xtraceroute
%{_datadir}/pixmaps/xtraceroute.png
%{_mandir}/*/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog

* Tue Mar 22 2016 Denis Silakov <dsilakov@gmail.com> 0.9.2-13
- (29a910f) Fix patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15699 |14cu|xvattr-1.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xvattr
Version:	1.3
Release:	12
Summary:	Attribute editor for Xv extensions
License:	GPL
Group:		Video
URL:		http://www.dtek.chalmers.se/groups/dvd/
Source:		http://www.dtek.chalmers.se/~dvd/dist/%{name}-%{version}.tar.bz2
# (gentoo) use gtk+2.0:
Patch0:		xvattr-1.3-gtk.patch
Patch1:		xvattr-1.3-encoding.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xv)


%description
Xvattr lets you list the available attributes associated with the Xv
extension to Xorg. It also allows you to change the values of the
attributes. This can be used to change brightness and so on for
programs that use Xv overlays.

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
autoreconf -fiv
%configure2_5x
%make

%install
%makeinstall


%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README xvattr.html
%{_bindir}/%{name}
%{_bindir}/gxvattr
%{_mandir}/man1/%{name}.1*



%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 1.3-12
- (2823ac9) Fix build and debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15700 |14cu|xvideoservicethief-2.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xVideoServiceThief

Summary:	Downloading your favourite video clips
Name:		xvideoservicethief
Version:	2.5.1
Release:	1
License:	GPLv2+
Group:		Networking/WWW
Url:		http://xviservicethief.sourceforge.net
# https://github.com/xVST/xVideoServiceThief/archive/%{version}.zip
Source0:	%{oname}-%{version}.zip
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
Provides:	xvst = %{version}
Provides:	xviservicethief = %{version}

%description
xVideoServiceThief (a.k.a xVST) is a tool for downloading your favourite
video clips from a lot of video websites.

xVideoServiceThief also provide you the ability to convert each video in
most popular formats: AVI, MPEG1, MPEG2, WMV, MP4, 3GP, MP3 file formats.

%files
%doc GPL.txt README.md
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#--------------------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}
sed -i '44i#include <QDataStream>' \
	src/qtsingleapplication/src/qtlocalpeer.cpp
    
%build
%qmake_qt5
%make

%install
install -D -m0755 bin/xvst %{buildroot}%{_bindir}/xvst

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=xVideoServiceThief
Comment=Downloading video clips
Exec=%{_bindir}/xvst
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Qt;Network;
EOF

# install menu icons
for N in 16 32 48 64;
do
convert resources/icons/win32.ico -scale ${N}x${N} $N.png;
install -D -m 0644 $N-0.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

%changelog

* Fri Jun 24 2016 abfonly <abfonly@gmail.com> 2.5.1-1
- (621b10d) Fixed build
- (621b10d) add docs, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15701 |14cu|xvkbd-3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name: 	 	xvkbd
Summary: 	Virtual (on-screen) keyboard for X

Version: 	3.6
Release: 	1

Source0:	http://homepage3.nifty.com/tsato/xvkbd/%{name}-%{version}.tar.gz
URL:		http://homepage3.nifty.com/tsato/xvkbd/
License:	GPL
Group:		System/X11
BuildRequires:	Xaw3d-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	imagemagick
BuildRequires:	imake

%description
xvkbd is a virtual (graphical) keyboard program for X Window System which
provides facility to enter characters onto other clients (softwares) by
clicking on a keyboard displayed on the screen. This may be used for systems
without a hardware keyboard such as kiosk terminals or handheld devices.

This program also has facility to send characters specified as the command
line option to another client, which can help when one wants to fully utilize
some modern mice with multiple buttons.

%prep
%setup -q

%build
xmkmf
%make CDEBUGFLAGS="%{optflags}" EXTRA_LDOPTIONS="%ldflags"

%install
%makeinstall_std install.man
rm -f %{buildroot}/%{_prefix}/lib/X11/app-defaults

#menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Virtual Keyboard
Comment=On-screen keyboard for X
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Accessibility;
EOF

#icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -size 48x48 xvkbd_icon.xbm %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -size 32x32 xvkbd.xbm %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 xvkbd.xbm %{buildroot}/%{_miconsdir}/%{name}.png

%files
%doc README
#%doc %{_prefix}/X11R6/lib/X11/doc/html/xvkbd.1.html
%{_prefix}/bin/*
%config(noreplace) %{_sysconfdir}/X11/app-defaults/*
%{_mandir}/man1/*
%{_datadir}/applications
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 3.6-1
- (2b7e914) Updated to 3.6 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15702 |14cu|xwii-2.9.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# This package is based on a stripped binary object, we can't create useful debug for it
%define debug_package %{nil}

Name:		xwii
License:	GPL
Group:		System/Kernel and hardware
URL:		http://pingus.seul.org/~grumbel/xwii/
Version:	2.9.4
Release:	6
Summary:	Nintendo Wiimote Driver
Source:		http://pingus.seul.org/~grumbel/xwii/%{name}_%{version}_src.tar.gz
Patch0:		xwii_2.9.4-linkage.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xi)
BuildRequires:	wiiuse
BuildRequires:	wiiuse-devel

%description
Userspace Nintendo Wiimote Driver for Linux

%prep
%setup -q -n %{name}_%{version}_src
%patch0 -p0 -b .link
rm -fr wiiuse_v0.12

%build
ln -s %{_libdir}/libwiiuse.so ./
%make PREFIX=%{_prefix}

%install
install -d %{buildroot}%{_docdir}/%{name}/
install -d %{buildroot}%{_datadir}/%{name}/

install -Dp xwii %{buildroot}%{_bindir}/%{name}
install -Dp Documentation/* %{buildroot}%{_docdir}/%{name}/
install -Dp profiles/* %{buildroot}%{_datadir}/%{name}/

%clean

%files
%{_bindir}/%{name}
%{_docdir}/%{name}
%{_datadir}/%{name}




%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 2.9.4-6
- (d7623f3) This package is based on a stripped binary object, we can't create useful debug for it



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15703 |14cu|xwiimote-2-1.20131221.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	2
%define libname	%mklibname xwiimote %{major}
%define devname	%mklibname xwiimote -d

Summary:	Open Source Nintendo Wii Remote Linux Device Driver
Name:		xwiimote
Group:		System/X11
Version:	2
Release:	1.20131221.1
License:	LGPLv2+
Url:		https://github.com/dvdhrm/xwiimote
Source0:	%{name}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(libudev)

%description
Open Source Nintendo Wii Remote Linux Device Driver.

%package -n	%{libname}
Summary:	xwiimote library
Group:		System/Libraries

%description -n	%{libname}
Library for xwiimote.

%package -n	%{devname}
Summary:	Devel stuff for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package contains header files needed if you wish to build applications
based on %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc %{_docdir}/%{name}
%{_bindir}/xwiishow
%{_mandir}/man1/xwiishow.1*
%{_mandir}/man7/xwiimote.7*

%files -n %{libname}
%{_libdir}/libxwiimote.so.%{major}*

%files -n %{devname}
%{_includedir}/xwiimote.h
%{_mandir}/man7/libxwiimote.7*
%{_libdir}/libxwiimote.so
%{_libdir}/libxwiimote.a
%{_libdir}/pkgconfig/libxwiimote.pc


%changelog

* Mon Aug 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2-1.20131221.1
- (1b8b386) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15704 |14cu|xwpick-2.20-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xwpick
Summary:	A X Window System screenshot grabber
Version:	2.20
Release:	23
License:	MIT
Group:		Graphics
BuildRequires:	imake 
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
Source0:	ftp://ftp.x.org/contrib/applications/%{name}-%{version}.tar.bz2
Source11:	%{name}-16.png
Source12:	%{name}-32.png
Source13:	%{name}-48.png

%description
The xwpick program allows you to choose an image or a rectangular piece
of an image from an X Window System window and then write the image to
a file in a variety of formats, incuding PostScript(TM), GIF, and PICT.

%prep
%setup -q

%build
xmkmf
perl -pi -e "s|CXXDEBUGFLAGS = .*|CXXDEBUGFLAGS = %{optflags}|" Makefile
perl -pi -e "s|CDEBUGFLAGS = .*|CDEBUGFLAGS = %{optflags}|" Makefile 
%make

%install
%makeinstall_std install.man

# icons
install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# Menu entry

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Xwpick
Comment=Screenshot grabber
Comment[ru]=Программа снятия скриншотов
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Graphics;2DGraphics;
EOF

%clean

%files
%{_bindir}/%{name}
%{_mandir}/man1/xwpick.1*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%changelog

* Tue Mar 22 2016 Denis Silakov <dsilakov@gmail.com> 2.20-23
- (c608b67) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15705 |14cu|xxkb-1.11.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A keyboard layout indicator and switcher
Name:		xxkb
Version:	1.11.1
Release:	2
License:	Artistic-2.0
Group:		System/X11
Url:		http://xxkb.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}-src.tar.gz
BuildRequires:	gccmakedep
BuildRequires:	imake
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xt)

%description
The xxkb program is a keyboard layout switcher and indicator. Unlike the
programs that reload keyboard maps and use their own hot-keys, xxkb is a
simple GUI for XKB (X KeyBoard extension) and just sends commands to and
accepts events from XKB. That means that it will work with the existing
setup of your X Server without any modifications.

%files
%doc README* LICENSE CHANGES.koi8
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.xpm
%{_datadir}/X11/app-defaults/XXkb
%{_sysconfdir}/X11/app-defaults/XXkb
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
xmkmf -a
%make \
	CDEBUGFLAGS="%{optflags}" \
	LIBDIR=%{_datadir}/X11

%install
%makeinstall_std \
	LIBDIR=%{_datadir}/X11 \
	install.man

rm -rf %{buildroot}%{_datadir}/X11/app-defaults

# Fix XXkb symlink
mkdir -p %{buildroot}%{_datadir}/X11/app-defaults
pushd %{buildroot}%{_datadir}/X11/app-defaults
ln -s ../../../..%{_sysconfdir}/X11/app-defaults/XXkb XXkb
popd


%changelog

* Mon Feb 22 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.11.1-2
- (d6b869b) Fix XXkb symlink



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15706 |14cu|xxv-1.6.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Xtreme eXtension for VDR
Name:		xxv
Version:	1.6.1
Release:	7
Group:		Video
License:	LGPL
URL:		http://xpix.dieserver.de/
Source:		http://xpix.dieserver.de/downloads/xxv/%name-%version.tgz
Source2:	xxv.service
Source3:	xxv.sysconfig
Source4:	xxv.logrotate
# (Anssi 02/2008) In initscript we precreate empty pidfile so that vdr user
# has the rights to write there:
Patch0:		xxv-1.2-ignore-empty-pidfile.patch
BuildArch:	noarch
# for macros:
BuildRequires:	vdr-devel
Requires(post):	rpm-helper
Requires(preun): rpm-helper
Requires:	vdr-common
Suggests:	mysql
#Requires:	vdr2jpeg
Requires:	fonts-ttf-bitstream-vera
# most 'use' statements are 'eval'ed, so we have to add requires manually;
# external versions of bundled libraries
Requires:	perl(Locale::Maketext::Extract)
Requires:	perl(Locale::Maketext::Lexicon)
Requires:	perl(Mail::SendEasy)
Requires:	perl(Module::Reload)
Requires:	perl(MP3::Icecast)
Requires:	perl(Net::IP::Match::Regexp)
Requires:	perl(Term::ReadLine::Perl)
Requires:	perl(Text::ASCIITable)
# list of requirements from install.sh
# sed -nr 's,^.*checkPerlModule (.*)$,Requires:\tperl(\1),p' install.sh
Requires:	perl(CGI)
Requires:	perl(Compress::Zlib)
Requires:	perl(Config::Tiny)
Requires:	perl(Data::Dumper)
Requires:	perl(Date::Manip)
Requires:	perl(DBD::mysql)
Requires:	perl(DBI)
Requires:	perl(Digest::MD5)
Requires:	perl(Digest::HMAC_MD5)
Requires:	perl(Encode)
Requires:	perl(Event)
Requires:	perl(Font::TTF::Font)
Requires:	perl(GD)
Requires:	perl(Getopt::Long)
Requires:	perl(HTML::TextToHTML)
Requires:	perl(HTML::TreeBuilder)
Requires:	perl(JSON)
# mdv bug #52269
Requires:	perl-JSON
Requires:	perl(Linux::Inotify2)
Requires:	perl(LWP::Simple)
Requires:	perl(LWP::UserAgent)
Requires:	perl(Locale::gettext)
Requires:	perl(MIME::Base64)
Requires:	perl(MP3::Info)
Requires:	perl(Net::Amazon)
Requires:	perl(Net::Amazon::Request::Artist)
Requires:	perl(Net::XMPP)
Requires:	perl(Proc::Killfam)
Requires:	perl(Proc::ProcessTable)
Requires:	perl(SOAP::Lite)
Requires:	perl(SOAP::Transport::HTTP)
Requires:	perl(Template)
Requires:	perl(Time::Local)
Requires:	perl(Time::HiRes)
Requires:	perl(URI::Escape)
Requires:	perl(XML::RSS)
Requires:	perl(XML::Simple)

%define __noautoreq 'perl\\(Tools\\)|perl\\(SOAP::Transport::HTTP::Event\\)|perl\\(Data::COW.*|perl\\(MediaLibParser.*|perl\\(XXV.*'
%define __noautoprov 'perl\\(Tools\\)|perl\\(SOAP::Transport::HTTP::Event\\)|perl\\(Data::COW.*|perl\\(MediaLibParser.*'

%description
XXV means "Xtreme eXtension for VDR" and is a central service is for
the administration of the VDR and its environment, with which
different of haven are open and these different services can serve.

An additional haven over a Plugin to construct should be just as
simple, to make available as also a certain service. The letter of a
Plugins goes very fast, there the input (Vdr, Database etc.) as well
as the output (telnet, HTTP...) generically was realized. It should
be e.g. possible thus to register with a telnet CONSOLE,
HttpBrowser, Wapphone, etc. an autotimer. This should substantially
faster the EPG data to scan be able (MySQL data base) and over an
interface the VDR the new timer communicate. Naturally also is
considered to the single mode of the SVdrP and only one instruction
is mailed. Afterwards the haven is again closed immediately, so that
other programs can access again svdrp.

%prep
%setup -q
%patch0 -p1

# Setup default config
perl -pi -e 's,file=/video/channels.conf,file=%{_vdr_cfgdir}/channels.conf,' etc/xxvd.cfg.example
#perl -pi -e 's,epgfile=/video/epg.data,epgfile=%{_vdr_videodir}/epg.data,' etc/xxvd.cfg.example
perl -pi -e 's,epgimages=/var/cache/xxv/epgimages,epgimages=%{_vdr_videodir}/epgimages,' etc/xxvd.cfg.example
perl -pi -e 's,Language=de_DE,Language=en_US,' etc/xxvd.cfg.example
#perl -pi -e 's,initscript=/etc/init.d/xxvd,initscript=%{_unitdir}/xxv,' etc/xxvd.cfg.example
perl -pi -e 's,commandfile=/video/reccmds.conf,file=%{_vdr_cfgdir}/reccmds.conf,' etc/xxvd.cfg.example
perl -pi -e 's,videodir=/video,videodir=%{_vdr_videodir},' etc/xxvd.cfg.example
perl -pi -e 's,commands=/video/commands.conf,commands=%{_vdr_cfgdir}/commands.conf,' etc/xxvd.cfg.example
#perl -pi -e 's,file=/video/timers.conf,file=%{_vdr_cfgdir}/timers.conf,' etc/xxvd.cfg.example
perl -pi -e 's,tempimages=/var/cache/xxv/temp,tempimages=%{_var}/cache/%{name}/temp,' etc/xxvd.cfg.example
perl -pi -e 's,dir=/vtx,dir=%{_vdr_plugin_cachedir}/osdteletext,' etc/xxvd.cfg.example

perl -pi -e 's,"\$RealBin/../lib","%{_datadir}/%{name}",' bin/xxvd
perl -pi -e 's,"/var/log/xxvd.log","%{_logdir}/%{name}/xxvd.log",' bin/xxvd
perl -pi -e 's,"\$RealBin/../locale","%{_datadir}/locale",' bin/xxvd
perl -pi -e 's,"\$RealBin/../lib/XXV,"%{_datadir}/%{name}/XXV,' bin/xxvd
perl -pi -e 's,"\$RealBin/../etc/xxvd.cfg","%{_localstatedir}/lib/%{name}/xxvd.cfg",' bin/xxvd
perl -pi -e 's,"\$RealBin/../doc","%{_localstatedir}/lib/%{name}/doc",' bin/xxvd
sed -i '/HTMLDIR/s,"\$RealBin/../","%{_datadir}/%{name}/skins",' bin/xxvd
perl -pi -e 's,"\$RealBin/../share/fonts/ttf-bitstream-vera,"%{_datadir}/fonts/TTF,' bin/xxvd
perl -pi -e 's,"\$RealBin/../share/,"%{_datadir}/%{name}/,' bin/xxvd
perl -pi -e 's,"\$RealBin/../contrib","%{_datadir}/%{name}/contrib",' bin/xxvd

perl -pi -e "s,upgrade='upgrade-xxv-db.sql',upgrade='%{_datadir}/%{name}/contrib/upgrade-xxv-db.sql'," contrib/update-xxv

cat > README.install.urpmi <<EOF
You must create the database "xxv" on your mysql server, create a
mysql user for xxv and enter the correct USR and PWD in the
[General] section of %{_localstatedir}/lib/%{name}/xxvd.cfg.

You can create the database with default password with the following
command:
mysql -u root < %{_datadir}/%{name}/contrib/create-database.sql
No xxvd.cfg editing is then necessary.

Alternatively, here are the example commands for creating a new
database with different credentials:
mysql -u root -e "create database xxv;"
mysql -u root -e "grant all privileges on xxv.* to username@localhost IDENTIFIED BY 'password';"
mysql -u root -e "flush privileges;"

If you wish to later change the username and/or password, you must
change both the xxvd.cfg entry and the one of mysql.

By default the web interface is on port 8080 with username "xxv"
and password "xxv". You can change these from the web interface.
Please go through the configuration options carefully and disable
the modules you do not need.
EOF

cat > README.1.4.upgrade.urpmi <<EOF
In order to update to the new XXV database version, you need to manually
run update-xxv command. XXV must be stopped when updating the database.
See "update-xxv -h" for the proper parameters that may be needed.
EOF

%install
install -d -m755 %{buildroot}%{_bindir}
install -m755 bin/xxvd %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_sysconfdir}
install -d -m755 %{buildroot}%{_localstatedir}/lib/%{name}
install -m644 etc/xxvd.cfg.example %{buildroot}%{_localstatedir}/lib/%{name}/xxvd.cfg
ln -s %{_localstatedir}/lib/%{name} %{buildroot}%{_sysconfdir}/%{name}

install -d -m755 %{buildroot}%{_var}/cache/%{name}

install -d -m755 %{buildroot}%{_datadir}/%{name}/contrib
install -m644 contrib/*.sql %{buildroot}%{_datadir}/%{name}/contrib
install -m755 contrib/update-xxv %{buildroot}%{_datadir}/%{name}/contrib
install -m755 contrib/*.pl %{buildroot}%{_bindir}
ln -s %{_datadir}/%{name}/contrib/update-xxv %{buildroot}%{_bindir}/update-xxv

install -d -m755 %{buildroot}%{_localstatedir}/lib/%{name}/doc
install -m644 doc/* %{buildroot}%{_localstatedir}/lib/%{name}/doc

install -d -m755 %{buildroot}%{_sysconfdir}/logrotate.d
install -m644 %SOURCE4 %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

install -d -m755 %{buildroot}%{_datadir}/%{name}/skins
cp -a wml html %{buildroot}%{_datadir}/%{name}/skins
ln -s html %{buildroot}%{_datadir}/%{name}/skins/default

cp -a lib/* share/* %{buildroot}%{_datadir}/%{name}
cp -a lib/Tools.pm lib/XXV lib/Data lib/SOAP lib/MediaLibParser* share/* %{buildroot}%{_datadir}/%{name}

# remove bundled stuff we have a system version for
rm -r %{buildroot}%{_datadir}/%{name}/Locale/Maketext/Extract*
rm -r %{buildroot}%{_datadir}/%{name}/Locale/Maketext/Lexicon*
rm -r %{buildroot}%{_datadir}/%{name}/Mail/SendEasy*
rm -r %{buildroot}%{_datadir}/%{name}/Module/Reload*
rm -r %{buildroot}%{_datadir}/%{name}/MP3/Icecast*
rm -r %{buildroot}%{_datadir}/%{name}/Net/IP/Match/Regexp*
rm -r %{buildroot}%{_datadir}/%{name}/Term/ReadLine/{Perl*,readline*}
rm -r %{buildroot}%{_datadir}/%{name}/Text/ASCIITable*
rm -r %{buildroot}%{_datadir}/%{name}/fonts/ttf-bitstream-vera

# remove bundle
rm -r %{buildroot}%{_datadir}/%{name}/Bundle

for f in locale/*/; do
	install -d -m755 \
		%{buildroot}%{_datadir}/locale/$(basename $f)/LC_MESSAGES
	install -m644 $f/LC_MESSAGES/xxv.mo \
		%{buildroot}%{_datadir}/locale/$(basename $f)/LC_MESSAGES
done

install -d -m755 %{buildroot}%{_logdir}/%{name}

install -d -m755 %{buildroot}%{_sysconfdir}/sysconfig
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/xxv

install -d -m755 %{buildroot}%{_unitdir}
install -m755 %{SOURCE2} %{buildroot}%{_unitdir}/xxv.service

install -d -m755 %{buildroot}%{_logdir}/xxv

install -d -m755 %{buildroot}%{_mandir}/man1
install -m644 doc/*.1  %{buildroot}%{_mandir}/man1

%find_lang xxv

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files -f xxv.lang
%doc doc/{CHANGELOG,README} README.install.urpmi README.*.upgrade.urpmi
%attr(-,vdr,vdr) %dir %{_localstatedir}/lib/xxv
%attr(-,vdr,vdr) %dir %{_logdir}/xxv
%attr(0640,vdr,vdr) %config(noreplace) %{_localstatedir}/lib/xxv/xxvd.cfg
%attr(-,vdr,vdr) %{_var}/cache/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/xxv
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(-,vdr,vdr) %dir %{_localstatedir}/lib/xxv/doc
%attr(-,vdr,vdr) %{_localstatedir}/lib/xxv/doc/*
%{_sysconfdir}/xxv
%{_unitdir}/xxv*
%{_bindir}/xxvd
%{_bindir}/at-vdradmin2xxv.pl
%{_bindir}/chronicle-remove-duplicate.pl
%{_bindir}/update-xxv
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/Data
%{_datadir}/%{name}/Data/COW.pm
%{_datadir}/%{name}/MediaLibParser*
%dir %{_datadir}/%{name}/SOAP
%dir %{_datadir}/%{name}/SOAP/Transport
%dir %{_datadir}/%{name}/SOAP/Transport/HTTP
%{_datadir}/%{name}/SOAP/Transport/HTTP/Event.pm
%{_datadir}/%{name}/Tools.pm
%{_datadir}/%{name}/XXV
%{_datadir}/%{name}/contrib
%{_datadir}/%{name}/news
%{_datadir}/%{name}/skins
%{_datadir}/%{name}/xmltv
%{_mandir}/man1/xxvd.1*

%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6.1-7
- (d003674) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15707 |14cu|xxxterm-1.11.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A minimalists web browser
Name:		xxxterm
Version:	1.11.3
Release:	3
License:	MIT
Group:		Networking/WWW
Url:		https://opensource.conformal.com/wiki/XXXTerm
Source0:	https://opensource.conformal.com/snapshots/xxxterm/%{name}-%{version}.tgz
Patch0:		xxxterm-1.8.0-mdv-desktop.patch
Patch1:		xxxterm-1.11.3-link-javascriptcoregtk.patch
Patch2:		0001-Change-default-homepage.patch
# From Debian unchanged
Patch10:	0002-Fix-resources-dir.patch
Patch11:	0006-Add-missing-includes.patch
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libbsd)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(webkit-1.0)

%description
xxxterm is a minimalist web browser with sophisticated security features
designed-in (rather than through an add-on). In particular, it provides both
persistent and per-session controls for scripts and cookies, making it easy
to thwart tracking and scripting attacks.

In additional to providing a familiar mouse-based interface like other web
browsers, it offers a set of vi-like keyboard commands for users who prefer
to keep their hands on their keyboard.

The default settings provide a secure environment. With simple keyboard
commands, the user can "whitelist" specific sites, allowing cookies and
scripts from those sites.

%files
%doc %dir %{_docdir}/xxxterm
%doc %{_docdir}/xxxterm/LICENSE
%{_mandir}/man1/xxxterm.*
%{_bindir}/xxxterm
%{_datadir}/applications/xxxterm.desktop
%{_datadir}/xxxterm/style.css
%{_datadir}/xxxterm/xxxterm*.png
%{_datadir}/xxxterm/tld-rules
%{_iconsdir}/hicolor/*/apps/xxxterm.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch10 -p1
%patch11 -p1

%build
export CFLAGS="%{optflags}"
cd linux
%make \
	OPTIMIZE="%{optflags}" \
	PREFIX=%{_prefix}

%install
pushd linux
make install PREFIX=%{buildroot}%{_prefix}
popd
for s in 16 32 48 64 128; do
	install -d -m 0755 %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/
	ln -s ../../../../xxxterm/xxxtermicon${s}.png %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/xxxterm.png
done
install -D -m 0644 xxxterm.desktop %{buildroot}%{_datadir}/applications/xxxterm.desktop
install -D -m 0644 style.css %{buildroot}%{_datadir}/xxxterm/style.css
install -d -m 0755 %{buildroot}/%{_docdir}/xxxterm
cat > %{buildroot}/%{_docdir}/%{name}/LICENSE << EOF
-= License =-

/*
 * Copyright (c) 2010, 2011 Marco Peereboom <marco@peereboom.us>
 * Copyright (c) 2011 Stevan Andjelkovic <stevan@student.chalmers.se>
 * Copyright (c) 2010, 2011 Edd Barrett <vext01@gmail.com>
 * Copyright (c) 2011 Todd T. Fries <todd@fries.net>
 * Copyright (c) 2011 Raphael Graf <r@undefined.ch>
 * Copyright (c) 2011 Michal Mazurek <akfaew@jasminek.net>
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

-= javascript.h license =-

Javascript code was borrowed from the friendly folks at vimprobable2 under the following license:

/*
Copyright (c) 2009 Leon Winter
Copyright (c) 2009-2011 Hannes Schueller
Copyright (c) 2009-2010 Matto Fransen
Copyright (c) 2010-2011 Hans-Peter Deifel
Copyright (c) 2010-2011 Thomas Adam
Copyright (c) 2011 Albert Kim
Copyright (c) 2011 Daniel Carl

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
EOF


%changelog

* Fri May 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.11.3-3
- (9c05c89) Fix resources path
- (9c05c89) Fix home page
- (9c05c89) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15708 |14cu|yabause-0.9.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Sega Saturn emulator
Name:		yabause
Version:	0.9.14
Release:	3
License:	GPLv2+
Group:		Emulators
Url:		http://yabause.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/yabause/%{name}-%{version}.tar.gz
Patch0:		yabause-0.9.13-cmake.patch
Patch1:		yabause-0.9.11-link.patch
Patch2:		yabause-0.9.11-lib64.patch
Patch3:		yabause-0.9.14-qt-img.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	doxygen
BuildRequires:	qmake5
BuildRequires:	jsw-devel
# for the translations
BuildRequires:	mini18n-devel
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(xmu)
Requires:	%{name}-bin = %{version}

%description
Yabause is a Sega Saturn emulator.
This package includes the translations and documentation.

%files
%doc AUTHORS ChangeLog GOALS README README.LIN README.QT TODO
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%package gtk
Summary:	Sega Saturn emulator - GTK+ interface
Group:		Emulators
Requires:	%{name} = %{version}
Provides:	%{name}-bin = %{version}

%description gtk
Yabause is a Sega Saturn emulator.

This package includes the GTK+ interface.

To use a translation :
Start yabause,
Open the settings dialog (Yabause/Preferences),
Select Advanced tab,
Type or select the appropriate file in the Translation field 
(existing translations are available in the /usr/share/yabause/ folder),
Close and restart yabause.

%files gtk
%doc AUTHORS
%attr(0755,root,games) %{_bindir}/%{name}-gtk
%{_datadir}/applications/%{name}-gtk.desktop
%{_mandir}/man1/%{name}-gtk.1*

#----------------------------------------------------------------------------

%package qt
Summary:	Sega Saturn emulator - QT interface
Group:		Emulators
Requires:	%{name} = %{version}
Provides:	%{name}-bin = %{version}

%description qt
Yabause is a Sega Saturn emulator.

This package includes the QT interface.

To use a translation :
Start yabause,
Open the settings dialog (File/Settings),
Type or select the appropriate file in the Translation field
(existing translations are available in the /usr/share/yabause/ folder),
Close and restart yabause-qt.

%files qt
%doc AUTHORS
%attr(0755,root,games) %{_bindir}/%{name}-qt
%{_datadir}/applications/%{name}-qt.desktop
%{_mandir}/man1/%{name}-qt.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .cmake~
%patch1 -p1 -b .link~
%ifarch x86_64
%patch2 -p1 -b .lib64~
%endif
%patch3 -p1 -b .img~

find . -name *.cpp -o -name *.h | xargs chmod 0644

%build
%cmake -DYAB_MULTIBUILD=TRUE
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor="" \
	--add-category="Emulator" \
	--remove-key="TryExec" \
	--dir %{buildroot}%{_datadir}/applications/ \
	%{buildroot}%{_datadir}/applications/*


%changelog

* Thu Feb 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.14-3
- (b8fe558) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15709 |14cu|yacreader-8.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname YACReader
# lang files
%define _files_listed_twice_terminate_build 0

Summary:	A cross platform comic reader and library manager
Name:		yacreader
Version:	8.5.0
Release:	1
Group:		Publishing
License:	GPLv3+
Url:		http://www.yacreader.com/
Source0:	https://bitbucket.org/luisangelsm/yacreader/downloads/%{name}-%{version}-src.tar.xz
Source1:	yacreader.rpmlintrc
BuildRequires:  qmake5
BuildRequires:  qt5-devel
BuildRequires:  pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(Qt5Multimedia)
BuildRequires:  pkgconfig(Qt5Script)
BuildRequires:  pkgconfig(Qt5Declarative)
BuildRequires:  pkgconfig(Qt5Sql)
BuildRequires:  pkgconfig(Qt5Network)
BuildRequires:  pkgconfig(Qt5WebKit)
BuildRequires:  qt5-qtquickcontrols-qml
BuildRequires:  qt5-database-plugin-sqlite
BuildRequires:	pkgconfig(poppler-qt5)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libqrencode)
BuildRequires:	%{_lib}qt5imageformats-devel
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	unarr-devel
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
Requires:	%{name}-library = %{EVRD}

%description
A cross platform comic reader and library manager.

%files -f %{name}.lang
%{_bindir}/%{oname}
%{_datadir}/applications/%{oname}.desktop
%{_datadir}/%{name}/languages
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_docdir}/%{name}
%{_mandir}/man1/%{oname}.*
#----------------------------------------------------------------
%package -n %{name}-library

%description -n %{name}-library
Library manager for %{name}

%files -n %{name}-library
%{_bindir}/%{oname}Library
%{_datadir}/applications/%{oname}Library.desktop
%{_datadir}/%{name}/server
%{_datadir}/%{name}/*.png
%{_iconsdir}/hicolor/*/apps/%{name}-library.png
%{_mandir}/man1/%{oname}Library.*
#----------------------------------------------------------------
%prep
%setup -q

%build
%qmake_qt5
%make

%install
%makeinstall_qt 

#icons
for size in 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size %{buildroot}%{_datadir}/%{name}/icon.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}.png
done

for size in 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size %{buildroot}%{_datadir}/%{name}/iconLibrary.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/%{name}-library.png
done

# menu entry
desktop-file-edit --set-icon=%{name} %{buildroot}%{_datadir}/applications/%{oname}.desktop
desktop-file-edit --set-icon=%{name}-library %{buildroot}%{_datadir}/applications/%{oname}Library.desktop

%{find_lang} %{name} --with-qt

%changelog

* Sun Oct 30 2016 abfonly <abfonly@gmail.com> 8.5.0-1
- (aa502f9) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15710 |14cu|yagf-0.9.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Yet Another Graphic Front-end for Cuneiform
Name: 		yagf
Version:	0.9.5
Release:	1
License: 	GPLv3+
Group: 		Office
URL: 		http://sourceforge.net/projects/yagf-ocr/
Source0: 	http://downloads.sourceforge.net/project/yagf-ocr/%{name}-%{version}.tar.gz
BuildRequires: 	cmake qt4-devel aspell-devel djvulibre-devel tiff-devel
#Requires: 	qt4-common aspell
Suggests:	cuneiform-linux
Suggests:	tesseract
#Requires:	aspell-ru aspell-uk aspell-en

%description
YAGF is a graphical interface for cuneiform and tesseract text recognition
tools on the Linux platform. With YAGF you can scan images via XSane, import
pages from PDF documents, perform images preprocessing and recognize texts
using cuneiform from a single command center. YAGF also makes it easy to scan
and recognize several images sequentially.

%prep
%setup -q
sed -i "s,/usr/local,%{buildroot}/usr/,g" ./CMakeLists.txt
# Substitute missing align.png resource
cp -a src/images/{A,a}lign.png

%build
%cmake
%make

%install
pushd build
%makeinstall_std
popd

%files
%doc AUTHORS ChangeLog DESCRIPTION README
%{_bindir}/yagf
%{_datadir}/yagf
%{_datadir}/pixmaps/yagf.png
%{_datadir}/icons/hicolor/*/apps/yagf.*
%{_libdir}/yagf/libxspreload.so
%{_datadir}/applications/YAGF.desktop
# %{_datadir}/appdata/*

%changelog

* Wed Jul 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.5-1
- (2b9f17f) Skip appdata for now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15711 |14cu|yandex-disk-indicator-1.9.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Panel indicator for YandexDisk CLI client for Linux
Name:		yandex-disk-indicator
Version:	1.9.6
Release:	1
Group:		Communications
License:	GPLv3
Url:		https://github.com/slytomcat/yandex-disk-indicator/wiki
Source0:	https://github.com/slytomcat/yandex-disk-indicator/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
Requires:	typelib(AppIndicator3)
Requires:	python3-pyinotify
BuildArch:	noarch

%files -f %{name}.lang
%doc LICENSE
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/yd-tools

#----------------------------------------------------------------------

%description
Panel indicator for YandexDisk CLI client for Linux

%prep
%setup -q

%build
pushd build
./prepare.sh
popd

%install
cp -r build/yd-tools/usr %{buildroot}
chmod 644 %{buildroot}%{_datadir}/applications/*

%find_lang %{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15712 |14cu|yarssr-0.2.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An unobtrusive RSS Aggregator
Name:		yarssr
Version:	0.2.2
Release:	9
Group:		Networking/News
License:	GPL
URL:		http://yarssr.sourceforge.net/
Source:		http://osdn.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
Source50:	%{name}.desktop
BuildRequires:	coreutils
BuildRequires:	gettext
BuildArch:	noarch

%description
Yet Another RSS Reader is an RSS aggregator and reader that displays its
results in the GNOME or KDE system tray (notification area). To view the
contents of the feed just click the menu-item and it will launch in your
favorite browser. It is written in Perl and uses gtk2-perl for its
interface. YARSSR is still early in development, but is entirely usable.

%prep
%setup -q

%build
%make PREFIX=%{_prefix}

%install
%makeinstall_std PREFIX=%{_prefix}

mkdir -p %{buildroot}/%{_datadir}/applications/
install -m644 %{SOURCE50} %{buildroot}/%{_datadir}/applications/

%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root,0755)
%doc ChangeLog INSTALL README TODO
%{_bindir}/%{name}
%{_prefix}/lib/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*



%changelog

* Thu Apr 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-9
- (ae023b7) Fix desktop file installation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15713 |14cu|yaz-4.2.30-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname yaz %{major}
%define libicu %mklibname yaz_icu %{major}
%define libserver %mklibname yaz_server %{major}
%define devname %mklibname yaz -d

Summary:	Z39.50 protocol support library
Name:		yaz
Version:	4.2.30
Release:	6
License:	BSD-like
Group:		System/Libraries
Url:		http://www.indexdata.dk/yaz/
Source0:	http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz
Source1:	yaz-config.in
Patch0:		yaz-4.2.0-external_libstemmer.diff
BuildRequires:	bison
BuildRequires:	docbook-style-dsssl
BuildRequires:	docbook-style-xsl
BuildRequires:	libtool
BuildRequires:	tcl
BuildRequires:	libstemmer-devel
BuildRequires:	readline-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)

%description
This package contains both a test-server and clients (normal & ssl) for the
ANSI/NISO Z39.50 protocol for Information Retrieval.

%files
%doc README LICENSE installed-docs/*.html installed-docs/*.png
%{_bindir}/yaz-*
%exclude %{_bindir}/yaz-config
%{_bindir}/zoomsh
%{_mandir}/man1/yaz-client*.*
%{_mandir}/man1/yaz-iconv.1*
%{_mandir}/man1/yaz-icu.1*
%{_mandir}/man1/yaz-illclient.1*
%{_mandir}/man1/yaz-json-parse.1*
%{_mandir}/man1/yaz-marcdump.1*
%{_mandir}/man1/zoomsh.*
%{_mandir}/man1/yaz-url.1.*
%{_mandir}/man8/yaz-ztest*.*
# moved from lib pkg
%{_mandir}/man7/*
%{_datadir}/yaz/etc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Z39.50 Library
Group:		System/Libraries
Requires:	%{name}
Requires:	openssl
Requires:	tcp_wrappers

%description -n %{libname}
YAZ is a library for the ANSI/NISO Z39.50 protocol for Information Retrieval.

%files -n %{libname}
%{_libdir}/libyaz.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libicu}
Summary:	Z39.50 Library
Group:		System/Libraries
Conflicts:	%{_lib}yaz4 < 4.2.30-4

%description -n %{libicu}
YAZ is a library for the ANSI/NISO Z39.50 protocol for Information Retrieval.

%files -n %{libicu}
%{_libdir}/libyaz_icu.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libserver}
Summary:	Z39.50 Library
Group:		System/Libraries
Conflicts:	%{_lib}yaz4 < 4.2.30-4

%description -n %{libserver}
YAZ is a library for the ANSI/NISO Z39.50 protocol for Information Retrieval.

%files -n %{libserver}
%{_libdir}/libyaz_server.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Z39.50 Library - development package
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libicu} = %{EVRD}
Requires:	%{libserver} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 4.2.30-4

%description -n %{devname}
Development libraries and includes for the libyaz package.

%files -n %{devname}
%{_bindir}/yaz-config
%{_includedir}/yaz
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/yaz.m4
%{_datadir}/yaz/z39.50
%{_datadir}/yaz/ill
%{_mandir}/man1/yaz-asncomp.*
%{_mandir}/man1/yaz-config.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

# nuke the bundled libstemmer_c just in case
rm -rf libstemmer_c

# i'm sick an dtired of patching this stupid file over and over...
rm -rf yaz-config.in
cp %{SOURCE1} yaz-config.in

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" configure*
perl -pi -e "s|/usr/lib/|%{_libdir}/|g" configure*

%build
autoreconf -fi
%configure2_5x \
	--enable-shared \
	--enable-tcpd \
	--with-openssl \
	--with-xml2 \
	--with-xslt \
	--with-exslt \
	--with-icu

%make

%install
%makeinstall_std docdir=/installed-docs

# fix installed docs
rm -rf installed-docs
mv %{buildroot}/installed-docs .
mv %{buildroot}%{_docdir}/yaz/* installed-docs/

%check
make check


%changelog

* Mon Jun 20 2016 Denis Silakov <dsilakov@gmail.com> 4.2.30-6
- (1a8f267) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15714 |14cu|ycssmin-1.0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?nodejs_find_provides_and_requires}

Name:       ycssmin
Version:    1.0.1
Release:    7
Group:      Networking/Other
Summary:    CSS minification tool
License:    BSD
URL:        https://github.com/yui/ycssmin
Source0:    http://registry.npmjs.org/%{name}/-/%{name}-%{version}.tgz

BuildArch:  noarch
BuildRequires:  nodejs nodejs-packaging

%description
ycssmin is a CSS minification tool.

It was originally based on the css minification tool used inside of YUI 
Compressor, based on code from Stoyan Stefanov and Isaac Schlueter.

%prep
%setup -q -n package

#drop spurious executable bit
chmod 0644 package.json cssmin.js

%build
#nothing to do

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{name}
cp -pr bin cssmin.js package.json %{buildroot}%{nodejs_sitelib}/%{name}

mkdir -p %{buildroot}%{_bindir}
ln -sf ../lib/node_modules/%{name}/bin/cssmin %{buildroot}%{_bindir}/cssmin

%nodejs_symlink_deps

# yet another test framework that's not packaged yet :-(
#%%check
#istanbul cover --print both -- vows --spec ./tests/*.js

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/%{name}
%{_bindir}/cssmin
%doc README.md LICENSE

%changelog

* Thu Feb 02 2017 abfonly <abfonly@gmail.com> 1.0.1-7
- (a94993a) BuildList#2799825: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15715 |14cu|yoshimi-1.3.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		yoshimi
Summary:	ZynAddSubFX fork
Version:	1.3.9
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://yoshimi.sourceforge.net
Source0:	http://sourceforge.net/projects/yoshimi/files/%{name}-%{version}.tar.bz2
# It looks for ncurses.pc, but we have only ncursesw.pc
Patch0:		yoshimi-1.3.9-fix-ncurses.detection.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(alsa) >= 1.0.17
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(fftw3) >= 0.22
BuildRequires:	pkgconfig(fontconfig) >= 0.22
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lv2) >= 1.0.0
BuildRequires:	pkgconfig(mxml) >= 2.5
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	boost-devel
BuildRequires:	fltk-devel
BuildRequires:	readline-devel

%description
Yoshimi is a fork of the legendary and powerful ZynAddSubFX multitimbral
standalone synthesizer. Yoshimi can use either ALSA or JACK for both Audio and
MIDI, the default now being JACK.

%files
%doc COPYING
%doc doc/Histories doc/*.txt
#{_docdir}/%%{name}/*.txt
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}*.svg
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%package plugin-lv2
Summary:	LV2 Plugin version of yoshimi
Group:		Sound

%description plugin-lv2
Yoshimi is a fork of the legendary and powerful ZynAddSubFX multitimbral
standalone synthesizer. This is its LV2 plugin version.

%files plugin-lv2
%doc COPYING
%dir %{_libdir}/lv2/%{name}.lv2
%{_libdir}/lv2/%{name}.lv2/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1


%build
cd src
%cmake
%make


%install
%makeinstall_std -C src/build

# Remove hidden and empty files
rm -f %{buildroot}%{_datadir}/%{name}/banks/Will_Godfrey_*/.bankdir
rm -f %{buildroot}%{_datadir}/%{name}/banks/chip/.bankdir

# Fix wrong perms
chmod -R 755 %{buildroot}%{_docdir}/%{name}
chmod -R 755 %{buildroot}%{_datadir}/%{name}/banks
chmod -R 755 %{buildroot}%{_datadir}/%{name}/presets
chmod -R 755 %{buildroot}%{_datadir}/%{name}/examples
chmod a-x %{buildroot}%{_docdir}/%{name}/*/*
chmod -x %{buildroot}%{_docdir}/%{name}/*.html
chmod -x %{buildroot}%{_docdir}/%{name}/Dependencies
chmod a-X %{buildroot}%{_datadir}/%{name}/banks/*/*
chmod a-X %{buildroot}%{_datadir}/%{name}/presets/*
chmod a-X %{buildroot}%{_datadir}/%{name}/examples/*

# Massage .desktop file
desktop-file-install \
    --add-category="X-MandrivaLinux-Sound" \
    --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop
    
# Fix icons placement
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
mv %{buildroot}%{_datadir}/icons/%{name}*.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps

# Fix wrongly placed dir & files
mkdir -p %{buildroot}%{_libdir}/lv2/yoshimi.lv2
mv %{buildroot}/usr/usr/%{_lib}/lv2/yoshimi.lv2/* %{buildroot}%{_libdir}/lv2/yoshimi.lv2
rm -rf %{buildroot}/usr/usr

%changelog

* Mon Mar 07 2016 Giovanni Mariani <mc2374@mclink.it> 1.3.9-1
- (18a42e9) Updated to release 1.3.9, updated BReqs and added P0 to fix  ncurses detection



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15716 |14cu|youtube-dl-2020.12.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pypi_name youtube_dl

Summary:	Small command-line program to download videos from YouTube
Name:		youtube-dl
Version:	2020.12.22
Release:	1
License:	Public Domain and GPLv2+
Group:		Video
# https://youtube-dl.org
Url:		https://yt-dl.org
Source0:	https://github.com/rg3/youtube-dl/releases/download/%{version}/%{name}-%{version}.tar.gz
#Source0:	https://youtube-dl.org/downloads/latest/youtube-dl-%{version}.tar.gz
BuildRequires:	ffmpeg
BuildRequires:	gnupg2
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)
BuildRequires:	zip
BuildArch:	noarch
Requires:	python3
Recommends:	ffmpeg

%description
Small command-line program to download videos from YouTube and similar sites.

%files
%doc LICENSE README.txt
%{_bindir}/%{name}
%{_datadir}/zsh/site-functions/_%{name}
%{_mandir}/man1/%{name}.1*
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}
%config(noreplace) %{_sysconfdir}/fish/completions/%{name}.fish

#-----------------------------------------------------------------------------

%package -n python3-%{name}
Summary:	Python 3 bindings for %{name}
Group:		Development/Python
BuildArch:	noarch

%description -n python3-%{name}
This package contains the Python 3 bindings for %{name}.

%files -n python3-%{name}
%doc LICENSE README.txt
%{py3_puresitedir}/%{pypi_name}
%{py3_puresitedir}/%{pypi_name}-*-py%{py3_ver}.egg-info

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}
rm youtube-dl

%build
%py3_build

%install
%py3_install

%makeinstall \
	DESTDIR=%{buildroot} \
	PREFIX=%{_prefix} \
	MANDIR=%{_mandir} 

# force the youtube-dl binary to use python 3 environment by default
sed -i -e 's,#!/usr/bin/env python,#!/usr/bin/env python3,' %{buildroot}%{_bindir}/%{name}

rm -rf %{buildroot}%{_prefix}/etc
rm -f  %{buildroot}%{_datadir}/doc/youtube_dl/README.txt

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15717 |14cu|youtube-viewer-3.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define distsuffix mrb

Summary:	A youtube viewer
Group:		Video
Name:		youtube-viewer
Version:	3.2.4
Release:	1
Url:		https://github.com/trizen/youtube-viewer
Source0:	https://github.com/trizen/youtube-viewer/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
License:	GPLv3
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(LWP::Protocol::https)
BuildRequires:	perl(Text::CharWidth)
BuildRequires:	perl(HTML::Parser)
# for test
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl(Test::Pod)
Requires:	perl >= 5.16.3
Requires:	perl(XML::Fast)
Requires:	mplayer
Requires:	perl(Exporter)
Requires:	perl(Data::Dump)
Requires:	perl(LWP::UserAgent)
Requires:	perl(Term::ANSIColor)
Requires:	perl(Term::UI)
Requires:	perl(URI::Escape)
# optional
Suggests:	perl(LWP::Protocol::https)
Suggests:	perl(Term::ReadLine::Gnu::XS)
Suggests:	perl(XML::Fast)
Suggests:	perl(Text::CharWidth)
Suggests:	gcap

BuildArch:	noarch

%description
Perl script youtube viewer using mplayer.

%files
%doc Changes README.md
%{_bindir}/youtube-viewer
%{_mandir}/man?/*
%{perl_vendorlib}/*
#------------------------------------------------

%package -n gtk-youtube-viewer

BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
Requires:	config(gtk+2.0-common)
Requires:	%{name} = %{EVRD}

%description -n gtk-youtube-viewer
Perl script youtube viewer using mplayer and gtk2.

%files -n gtk-youtube-viewer
%doc Changes README.md
%{_bindir}/gtk-youtube-viewer
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/gtk-youtube-viewer.png

#---------------------------------------------------
%prep
%setup -q

%build
perl Build.PL --gtk-youtube-viewer --installdirs=vendor 
./Build

%install
./Build install destdir=%{buildroot}

desktop-file-install --dir=%{buildroot}%{_datadir}/applications \
  share/gtk-youtube-viewer.desktop
  
for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do
    install -dm 0755 \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps
    convert -strip -resize $size share/icons/gtk-youtube-viewer.png \
        %{buildroot}%{_iconsdir}/hicolor/$size/apps/gtk-youtube-viewer.png
done

chmod -x %{buildroot}%{perl_vendorlib}/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop

%check
./Build test

%changelog

* Tue Dec 06 2016 abfonly <abfonly@gmail.com> 3.2.4-1
- (8cf1914) Log: Update to 3.2.4
- (8cf1914) build GTK2 GUI
- (8cf1914) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15718 |14cu|ypbind-2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Rebuild with  '--with dbus' to enbale dbus/Netwrokmanager support
%bcond_with dbus

# Location where helper scripts are located
%define scripts_path /usr/lib/%{name}

Summary:	The NIS daemon which binds NIS clients to an NIS domain
Name:		ypbind
Version:	2.2
Release:	1
Epoch:		3
License:	GPLv2+
Group:		System/Servers
Url:		http://www.linux-nis.org/nis/ypbind-mt/index.html
Source0:	http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%version.tar.bz2
Source2:	yp.conf
Source3:	ypbind.service
Source4:	ypbind-pre-setdomain
Source5:	ypbind-post-waitbind
Patch0:		ypbind-mt-2.2-link-tirpc.patch
Patch1:		ypbind-mt-2.2-automake-1.13.patch
Patch2:		ypbind-1.11-gettextdomain.patch
Requires:	rpcbind
Requires:	yp-tools
BuildRequires:	gettext-devel
BuildRequires:	yp-tools-devel
%if %{with dbus}
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(NetworkManager)
%endif
BuildRequires:	pkgconfig(libtirpc)

%description
The Network Information Service (NIS) is a system which provides
network information (login names, passwords, home directories, group
information) to all of the machines on a network.  NIS can enable
users to login on any machine on the network, as long as the machine
has the NIS client programs running and the user's password is
recorded in the NIS passwd database.  NIS was formerly known as Sun
Yellow Pages (YP).

This package provides the ypbind daemon.  The ypbind daemon binds NIS
clients to an NIS domain.  Ypbind must be running on any machines
which are running NIS client programs.

Install the ypbind package on any machines which are running NIS client
programs (included in the yp-tools package).  If you need an NIS server,
you'll also need to install the ypserv package to a machine on your
network.

%files -f %{name}.lang
%attr(755, root, root) /sbin/ypbind
%{_mandir}/*/*
%{_unitdir}/*
%{scripts_path}/*
%config(noreplace) %{_sysconfdir}/yp.conf
%dir /var/yp/binding
%doc README ChangeLog AUTHORS THANKS NEWS

%post
%systemd_post ypbind.service

%preun
%systemd_preun ypbind.service

#----------------------------------------------------------------------------

%prep
%setup -q -n ypbind-mt-%{version}
%apply_patches

%build
autoreconf -fi
%serverbuild
%configure2_5x \
%if %{with dbus}
	--enable-dbus-nm \
%else
	--disable-dbus-nm \
%endif
	--sbindir=/sbin
%make

%install
%makeinstall sbindir=%{buildroot}/sbin

mkdir -p %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/yp.conf
mkdir -p %{buildroot}/var/yp/binding

mkdir -p %{buildroot}%{_unitdir}
install -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/ypbind.service
mkdir -p %{buildroot}%{scripts_path}
install -m 755 %{SOURCE4} %{buildroot}%{scripts_path}/ypbind-pre-setdomain
install -m 755 %{SOURCE5} %{buildroot}%{scripts_path}/ypbind-post-waitbind

%find_lang %{name}


%changelog
* Thu Mar 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 3:2.2-1
+ Revision: 8f2e016
- Updated to 2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15719 |14cu|ypserv-3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq '.*/bin/awk|.*/bin/gawk'

Summary:	The NIS (Network Information Service) server
Name:		ypserv
Version:	3.3
Release:	1
License:	GPLv2+
Group:		System/Servers
Url:		http://www.linux-nis.org/
Source0:	http://www.linux-nis.org/download/ypserv/%{name}-%{version}.tar.bz2
Source1:	ypserv.service
Source2:	yppasswdd.service
Source3:	ypxfrd.service
Patch0:		ypserv-2.10-makefile.patch
Patch1:		ypserv-3.3-tirpc.patch
Patch11:	ypserv-3.3-ypxfr-zeroresp.patch
BuildRequires:	mawk
BuildRequires:	gdbm-devel
BuildRequires:	openslp-devel
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	yp-tools-devel
Requires:	make
Requires:	mawk
Requires:	rpcbind
Requires(post,preun):	rpm-helper

%description
The Network Information Service (NIS) is a system which provides network
information (login names, passwords, home directories, group information)
to all of the machines on a network.  NIS can enable users to login on
any machine on the network, as long as the machine has the NIS client
programs running and the user's password is recorded in the NIS passwd
database.  NIS was formerly known as Sun Yellow Pages (YP).

This package provides the NIS server, which will need to be running on
your network.  NIS clients do not need to be running the server.

Install ypserv if you need an NIS server for your network.  You'll also
need to install the yp-tools and ypbind packages onto any NIS client
machines.

%files
%doc README INSTALL ChangeLog TODO NEWS
%doc etc/ypserv.conf etc/securenets etc/README.etc
%config(noreplace) %{_sysconfdir}/ypserv.conf
%config(noreplace) /var/yp/*
%{_unitdir}/*
%dir %{_libdir}/yp
%attr(755, root, root) %{_libdir}/yp/*
%attr(755, root, root) %{_sbindir}/*
%{_mandir}/*/*
%{_includedir}/*/*

%post
%_post_service ypserv
%_post_service yppasswdd
%_post_service ypxfrd

%preun
%_preun_service ypserv
%_preun_service yppasswdd
%_preun_service ypxfrd

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
cp etc/README etc/README.etc
%configure2_5x \
	--enable-checkroot \
	--enable-fqdn \
	--enable-yppasswd \
	--libexecdir=%{_libdir}/yp \
	--mandir=%{_mandir}
%make

%install
%makeinstall_std

install -m644 etc/ypserv.conf -D %{buildroot}%{_sysconfdir}/ypserv.conf
mkdir -p %{buildroot}%{_unitdir}
install -m755 %{SOURCE1} -D %{buildroot}%{_unitdir}/ypserv
install -m755 %{SOURCE2} -D %{buildroot}%{_unitdir}/yppasswdd
install -m755 %{SOURCE3} -D %{buildroot}%{_unitdir}/ypxfrd

%changelog
* Thu Mar 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.3-1
+ Revision: c20e056
- Added yp-tools-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15720 |14cu|yp-tools-3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major_nis	1
%define major_nss_nis	2

%define libname_nis	%mklibname nis		%{major_nis}
%define libname_nss_nis %mklibname nss_nis 6	%{major_nss_nis}

%define devname_nis	%mklibname nis		-d
%define devname_nss_nis %mklibname nss_nis	-d

%define __noautoreq '.*GLIBC_PRIVATE.*'

Summary:	NIS (or YP) client programs
Name:		yp-tools
Version:	3.3
Release:	2
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.linux-nis.org/nis/
Source0:	http://www.linux-nis.org/download/yp-tools/yp-tools-%{version}.tar.bz2
# Not sent to upstream
Patch0:		yp-tools-2.11-shadow.patch
Patch3:		yp-tools-2.12-hash.patch
Patch4:		yp-tools-2.12-crypt.patch
Patch5:		yp-tools-2.12-adjunct.patch
Patch6:		yp-tools-3.3-mapv4v6addr.patch
BuildRequires:	pkgconfig(libtirpc)
Requires:	ypbind

%description
The Network Information Service (NIS) is a system which provides
network information (login names, passwords, home directories, group
information) to all of the machines on a network.  NIS can enable
users to login on any machine on the network, as long as the machine
has the NIS client programs running and the user's password is
recorded in the NIS passwd database.  NIS was formerly known as Sun
Yellow Pages (YP).

This package's NIS implementation is based on FreeBSD's YP and is a
special port for glibc 2.x and libc versions 5.4.21 and later.  This
package only provides the NIS client programs.  In order to use the
clients, you'll need to already have an NIS server running on your
network. An NIS server is provided in the ypserv package.

Install the yp-tools package if you need NIS client programs for machines
on your network.  You will also need to install the ypbind package on
every machine running NIS client programs.  If you need an NIS server,
you'll need to install the ypserv package on one machine on the network.

%files -f %{name}.lang
%doc AUTHORS COPYING README ChangeLog NEWS etc/nsswitch.conf
%doc THANKS
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/*/*
%{_var}/yp/nicknames

#----------------------------------------------------------------------------

%package -n %{libname_nis}
Summary:	NIS Library from yp-tools
Group:		System/Libraries

%description -n %{libname_nis}
NIS Library from yp-tools

%files -n %{libname_nis}
%{_libdir}/libnis.so.%{major_nis}*

#----------------------------------------------------------------------------

%package -n %{libname_nss_nis}
Summary:	NSS-NIS Library from yp-tools
Group:		System/Libraries

%description -n %{libname_nss_nis}
NSS-NIS Library from yp-tools

%files -n %{libname_nss_nis}
%{_libdir}/libnss_nis6.so.%{major_nss_nis}*

#----------------------------------------------------------------------------

%package -n %{devname_nis}
Summary:	Development files for NIS library from yp-tools
Group:		System/Libraries
Requires:	%{libname_nis} = %{EVRD}

%description -n %{devname_nis}
Development files for NIS library from yp-tools

%files -n %{devname_nis}
%{_libdir}/libnis.so

#----------------------------------------------------------------------------

%package -n %{devname_nss_nis}
Summary:	Development files for NSS-NIS library from yp-tools
Group:		System/Libraries
Requires:	%{libname_nss_nis} = %{EVRD}

%description -n %{devname_nss_nis}
Development files for NSS-NIS library from yp-tools

%files -n %{devname_nss_nis}
%{_libdir}/libnss_nis6.so

#----------------------------------------------------------------------------

%package devel
Summary:	Devel files for yp-tools
Requires:	%{devname_nss_nis}
Requires:	%{devname_nis}

%description devel
Devel files for yp-tools.

%files devel
%{_libdir}/pkgconfig/*
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .shadow
%patch3 -p1 -b .hash
%patch4 -p1 -b .crypt
%patch5 -p1 -b .adjunct
%patch6 -p1 -b .mapv4v6addr
#autoreconf -i -f

%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
./configure \
	--disable-domainname \
	--libdir=%{_libdir} \
	--includedir=%{_includedir}/yptools \
	--disable-static

%make LIBS="-lnsl -ltirpc -lpthread"

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Thu Mar 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.3-2
+ Revision: 1d1c314
- Require real libraries in devel packages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15721 |14cu|yudit-2.9.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %nil

Name:       yudit
Version:    2.9.6
Release:    1
Group:      Editors
License:    GPLv2
Source0:    http://www.yudit.org/download/yudit-%{version}.tar.bz2 
# Here I define the directories with ttf files; and several ttf fonts
# we provide or that are widely used, in order to cover the most of unicode
# if this patch doesn't work after an upgrade please try to fix it (it is
# a very simple three-lines one) rather than discarding, as discarding it
# means we lose out-of-the box support for various languages -- pablo
Patch0: yudit-2.9.2-properties.patch
URL:        http://www.yudit.org/
Summary:    Unicode Text Editor
BuildRequires:  imagemagick pkgconfig(x11)

%description
Yudit is a unicode text editor for the X Window System.
It does not need localized environment or unicode fonts.
It supports simultanious processing of many languages,
input methods, conversions for local character standards.
This package includes X11 editor interface, shell conversion
utilities and it also has support for postscript printing.

%prep
%setup -q 

%build
%configure2_5x
make

%install
 
%makeinstall_std

mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir}}
convert gnome-%{name}.png -geometry 48x48 %{buildroot}%{_liconsdir}/%{name}.png
convert gnome-%{name}.png -geometry 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert gnome-%{name}.png -geometry 16x16 %{buildroot}%{_miconsdir}/%{name}.png


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Yudit
Name[ru]=Yudit
Type=Application
Description=Unicode Text Editor
Description[ru]=Текстовый редактор с поддержкой Unicode
Exec=yudit
Icon=yudit
Terminal=false
Categories=TextEditor;Utility;
EOF
 
%find_lang %{name} || touch %{name}.lang

# rpm complains and fails when there are installed but unpackaged files
# as we don't include those in the package, we delete them from the
# build tree -- pablo
rm -rf %{buildroot}%{_datadir}/yudit/src



%files -f %{name}.lang
%defattr (-, root, root, 755)
%doc *.TXT
%{_bindir}/*
%{_mandir}/man?/*
%{_datadir}/applications/*.desktop
%{_datadir}/yudit
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png


%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.9.6-1
- (8ec43f3) Updated to 2.9.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15722 |14cu|yum-3.2.29-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   3.2

Name:           yum
Version:        3.2.29
Release:        6
Summary:        RPM installer/updater
License:        GPLv3+
Group:          System/Configuration/Packaging
Source0:         http://linux.duke.edu/projects/yum/download/%{major}/%{name}-%{version}.tar.gz
Patch0:		yum-3.2.29-rpm5.patch
URL:            http://www.linux.duke.edu/projects/yum
Requires:       python-rpm
Requires:       python-libxml2
Requires:       python-urlgrabber
Requires:       python-celementtree
Requires:       python-gpgme
Requires:       python-iniparse
Requires:       yum-metadata-parser
BuildRequires:  python-devel
BuildRequires:	gettext
BuildRequires:  intltool
BuildArch:      noarch

%description
Yum is a utility that can check for and automatically download and
install updated RPM packages. Dependencies are obtained and downloaded
automatically prompting the user as necessary.

%prep
%setup -q
%patch0 -p1

%build
%make

%install
%makeinstall_std
# correct scripts
perl -pi -e 's|%{_libdir}/yum|%{_datadir}/yum|' %{buildroot}%{_bindir}/*
# remove init stuff
rm -f %{buildroot}%{_sysconfdir}/cron.*/yum.cron
rm -f %{buildroot}%{_sysconfdir}/init.d/%{name}
rm -f %{buildroot}%{_sysconfdir}/rc.d/init.d/%{name}
rm -f %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
rm -Rf  %{buildroot}/%{py_puresitedir}/urlgrabber/

%find_lang %{name}

%clean

%files -f %{name}.lang
%defattr(-, root, root)
%doc README AUTHORS COPYING TODO INSTALL
%config(noreplace) %{_sysconfdir}/yum/
%{py_puresitedir}/*
%{_datadir}/yum-cli/
%{_bindir}/*
%{_sbindir}/*
/var/cache/yum
%{_sysconfdir}/bash_completion.d/yum.bash
%{_mandir}/man*/*
%{_sysconfdir}/rc.d/init.d/yum-updatesd
%{_sysconfdir}/cron.daily/0yum.cron
%{_sysconfdir}/rc.d/init.d/yum-cron
%{_sysconfdir}/sysconfig/yum-cron
%attr(0644,root,root) %{_sysconfdir}/dbus-1/system.d/yum-updatesd.conf



%changelog

* Sun Jan 29 2017 Denis Silakov <denis.silakov@rosalab.ru> 3.2.29-6
- (cdc6a1f) Adopted for rpm5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15723 |14cu|yum-metadata-parser-1.1.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       yum-metadata-parser
Version:    1.1.4
Release:    6
Summary:    A fast metadata parser for yum
License:    GPL
Group:      System/Configuration/Packaging
URL:        http://devel.linux.duke.edu/cgi-bin/viewcvs.cgi/yum-metadata-parser/
Source0:    http://linux.duke.edu/projects/yum/download/yum-metadata-parser/%{name}-%{version}.tar.gz
Requires:       yum >= 2.6.2
BuildRequires:  python-devel
BuildRequires:  glib2-devel
BuildRequires:  libxml2-devel
BuildRequires:  sqlite3-devel

%description
Fast metadata parser for yum implemented in C.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install -O1 --root=%{buildroot}

%clean

%files
%doc README AUTHORS ChangeLog
%{py_platsitedir}/_sqlitecache.so
%{py_platsitedir}/sqlitecachec.py
%{py_platsitedir}/yum_metadata_parser-*.egg-info



%changelog
* Wed Mar 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.4-6
+ Revision: ce9e2e8
- Move back to contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15724 |14cu|z8530drv-utils-3.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		z8530drv-utils
License:	GPL
Group:		Communications
Provides:	z8530drv
Obsoletes:	z8530drv
Version:	3.0.3
Release:	3
Summary:	Linux driver for Z8530 based HDLC cards for AX.25
Source0:	ftp://ftp.ccac.rwth-aachen.de/pub/jr/z8530drv-utils_3.0-3.tar.gz
Patch0:		z8530drv-gcc4.diff
Patch1:		z8530drv-buildserv.diff
Patch2:		z8530drv-utils-3.0-debug.patch
URL:          http://yaina.de/jreuter/linux/scc.en.html

%description
Utilities for the generic Z8530 AX.25 device driver



Authors:
--------
    Joerg Reuter <jreuter@yaina.de>

%prep
%setup -q -n z8530drv-utils-3.0
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
make dep
make

%install
mkdir -p %{buildroot}/{etc,etc/ax25,usr,usr/sbin,sbin}
make prefix=%{buildroot} install

%files
%doc README
%doc z8530drv-utils-3.0.lsm
%doc doc/Copying.Z8530DRV
%doc doc/FAQ
%doc doc/scc_eng.doc
%doc doc/scc_ger.doc
%dir /etc/ax25
%config /etc/ax25/z8530drv.conf
/sbin/sccstat
/sbin/sccinit
/sbin/sccparam
%{_sbindir}/sccgencfg
%{_sbindir}/kissbridge



%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 3.0.3-3
- (e9ac1b7) Fix debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15725 |14cu|zabbix-2.0.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO, maybe sometime:
# * Do something about mutex errors sometimes occurring when init scripts'
#   restart is invoked; something like "sleep 2" between stop and start?
# * Use "Include" in zabbix_{agentd,proxy,server}.conf, point to corresponding
#   /etc/zabbix/zabbix_*.conf.d/ dir; needs patching in order to not load
#   various backup files (*.rpm{orig,new,save}, *~ etc) in that dir.

%global srcname zabbix

Summary:	Open-source monitoring solution for your IT infrastructure
Name:		zabbix
Version:	2.0.14
Release:	1
License:	GPLv2+
Group:		Monitoring
Url:		http://www.zabbix.com/
Source0:	http://downloads.sourceforge.net/%{srcname}/%{srcname}-%{version}.tar.gz
# upstream tarball minus src/zabbix_java/lib/org-json-2010-12-28.jar
#Source0:	%{srcname}-%{version}-free.tar.gz
Source1:	zabbix-web.conf
Source5:	zabbix-logrotate.in
# tmpfiles for F >= 15 mandriva >= 2012
Source9:	zabbix-tmpfiles.conf
# systemd units
Source10:	zabbix-agent.service
Source11:	zabbix-proxy-mysql.service
Source12:	zabbix-proxy-pgsql.service
Source13:	zabbix-proxy-sqlite3.service
Source14:	zabbix-server-mysql.service
Source15:	zabbix-server-pgsql.service
Source16:	zabbix-server-sqlite3.service

# local rules for config files
Patch0:		zabbix-2.0.1-config.patch
# local rules for config files - fonts
Patch1:		zabbix-2.0.14-fonts-config.patch
# remove flash content (#737337)
# https://support.zabbix.com/browse/ZBX-4794
Patch2:		zabbix-2.0.1-no-flash.patch
# adapt for fping3 - https://support.zabbix.com/browse/ZBX-4894
Patch3:		zabbix-1.8.12-fping3.patch

BuildRequires:	systemd-units
BuildRequires:	mysql-devel
BuildRequires:	net-snmp-devel
#BuildRequires:	openldap-devel
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(iksemel)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(OpenIPMI)
BuildRequires:	pkgconfig(sqlite3)

Requires:	logrotate
Requires(pre):	shadow-utils
%if %{srcname} != %{name}
Conflicts:	%{srcname}
%endif

%description
ZABBIX is software that monitors numerous parameters of a network and
the health and integrity of servers. ZABBIX uses a flexible
notification mechanism that allows users to configure e-mail based
alerts for virtually any event.  This allows a fast reaction to server
problems. ZABBIX offers excellent reporting and data visualisation
features based on the stored data. This makes ZABBIX ideal for
capacity planning.

ZABBIX supports both polling and trapping. All ZABBIX reports and
statistics, as well as configuration parameters are accessed through a
web-based front end. A web-based front end ensures that the status of
your network and the health of your servers can be assessed from any
location. Properly configured, ZABBIX can play an important role in
monitoring IT infrastructure. This is equally true for small
organisations with a few servers and for large companies with a
multitude of servers.

%files
%doc AUTHORS ChangeLog COPYING NEWS README
%dir %{_sysconfdir}/%{srcname}
%config(noreplace) %{_sysconfdir}/tmpfiles.d/zabbix.conf
%attr(0755,zabbix,zabbix) %dir %{_localstatedir}/lib/%{srcname}
%attr(0755,zabbix,zabbix) %dir %{_localstatedir}/log/%{srcname}
%{_bindir}/zabbix_get
%{_bindir}/zabbix_sender
%{_mandir}/man1/zabbix_get.1*
%{_mandir}/man1/zabbix_sender.1*

%pre
getent group zabbix > /dev/null || groupadd -r zabbix
getent passwd zabbix > /dev/null || \
    useradd -r -g zabbix -d %{_localstatedir}/lib/%{srcname} -s /sbin/nologin \
    -c "Zabbix Monitoring System" zabbix
:

#----------------------------------------------------------------------------

%package server
Summary:	Zabbix server common files
Group:		Monitoring
Requires:	%{name} = %{EVRD}
Requires:	%{name}-server-implementation = %{EVRD}
Requires:	fping
Requires:	traceroute

%description server
Zabbix server common files

%files server
%doc misc/snmptrap/zabbix_trap_receiver.pl
%attr(0640,root,zabbix) %config(noreplace) %{_sysconfdir}/zabbix_server.conf
%{_sysconfdir}/%{srcname}/zabbix_server.conf
%attr(0755,zabbix,zabbix) %dir %{_sysconfdir}/%{srcname}/externalscripts
%config(noreplace) %{_sysconfdir}/logrotate.d/zabbix-server
%ghost %{_unitdir}/zabbix-server.service
%{_mandir}/man8/zabbix_server.8*

#----------------------------------------------------------------------------

%package server-mysql
Summary:	Zabbix server compiled to use MySQL
Group:		Monitoring
Requires:	%{name} = %{EVRD}
Requires:	%{name}-server = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	%{name}-server-implementation = %{EVRD}
Conflicts:	%{name}-server-pgsql
Conflicts:	%{name}-server-sqlite3

%description server-mysql
Zabbix server compiled to use MySQL.

%files server-mysql
%{_docdir}/%{srcname}-server-mysql-%{version}/
%{_sbindir}/zabbix_server_mysql
%{_unitdir}/zabbix-server-mysql.service

%post server-mysql
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
ln -sf %{_unitdir}/zabbix-server-mysql.service %{_unitdir}/zabbix-server.service

%preun server-mysql
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable zabbix-server-mysql.service > /dev/null 2>&1 || :
    /bin/systemctl stop zabbix-server-mysql.service > /dev/null 2>&1 || :
fi

%postun server-mysql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart zabbix-server-mysql.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package server-pgsql
Summary:	Zabbix server compiled to use PostgresSQL
Group:		Monitoring
Requires:	%{name} = %{EVRD}
Requires:	%{name}-server = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	%{name}-server-implementation = %{EVRD}
Conflicts:	%{name}-server-mysql
Conflicts:	%{name}-server-sqlite3

%description server-pgsql
Zabbix server compiled to use PostgresSQL.

%post server-pgsql
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
ln -sf %{_unitdir}/zabbix-server-pgsql.service %{_unitdir}/zabbix-server.service

%files server-pgsql
%{_docdir}/%{srcname}-server-pgsql-%{version}/
%{_sbindir}/zabbix_server_pgsql
%{_unitdir}/zabbix-server-pgsql.service

%preun server-pgsql
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable zabbix-server-pgsql.service > /dev/null 2>&1 || :
    /bin/systemctl stop zabbix-server-pgsql.service > /dev/null 2>&1 || :
fi

%postun server-pgsql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart zabbix-server-pgsql.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package server-sqlite3
Summary:	Zabbix server compiled to use SQLite
Group:		Monitoring
Requires:	%{name} = %{EVRD}
Requires:	%{name}-server = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	%{name}-server-implementation = %{EVRD}
Conflicts:	%{name}-server-mysql
Conflicts:	%{name}-server-pgsql

%description server-sqlite3
Zabbix server compiled to use SQLite.

%files server-sqlite3
%{_docdir}/%{srcname}-server-sqlite3-%{version}/
%{_sbindir}/zabbix_server_sqlite3
%{_unitdir}/zabbix-server-sqlite3.service

%post server-sqlite3
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
ln -sf %{_unitdir}/zabbix-server-sqlite3.service %{_unitdir}/zabbix-server.service

%preun server-sqlite3
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable zabbix-server-sqlite3.service > /dev/null 2>&1 || :
    /bin/systemctl stop zabbix-server-sqlite3.service > /dev/null 2>&1 || :
fi

%postun server-sqlite3
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart zabbix-server-sqlite3.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package agent
Summary:	Zabbix Agent
Group:		Monitoring
Requires:	%{name} = %{EVRD}
Requires(post,preun,postun):	systemd-units

%description agent
The Zabbix client agent, to be installed on monitored systems.

%files agent
%doc conf/zabbix_agentd/*.conf
%config(noreplace) %{_sysconfdir}/zabbix_agent.conf
%{_sysconfdir}/%{srcname}/zabbix_agent.conf
%config(noreplace) %{_sysconfdir}/zabbix_agentd.conf
%{_sysconfdir}/%{srcname}/zabbix_agentd.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/zabbix-agent
%{_unitdir}/zabbix-agent.service
%{_sbindir}/zabbix_agent
%{_sbindir}/zabbix_agentd
%{_mandir}/man8/zabbix_agentd.8*

%post agent
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun agent
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable zabbix-agent.service > /dev/null 2>&1 || :
    /bin/systemctl stop zabbix-agent.service > /dev/null 2>&1 || :
fi

%postun agent
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart zabbix-agent.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package proxy
Summary:	Zabbix Proxy
Group:		Monitoring
Requires:	%{name} = %{version}-%{release}
Requires:	%{name}-proxy-implementation = %{EVRD}
Requires:	fping

%description proxy
The Zabbix proxy.

%files proxy
%doc misc/snmptrap/zabbix_trap_receiver.pl
%attr(0640,root,zabbix) %config(noreplace) %{_sysconfdir}/zabbix_proxy.conf
%{_sysconfdir}/%{srcname}/zabbix_proxy.conf
%attr(0755,zabbix,zabbix) %dir %{_sysconfdir}/%{srcname}/externalscripts
%config(noreplace) %{_sysconfdir}/logrotate.d/zabbix-proxy
%ghost %{_unitdir}/zabbix-proxy.service
%{_mandir}/man8/zabbix_proxy.8*

#----------------------------------------------------------------------------

%package proxy-mysql
Summary:	Zabbix proxy compiled to use MySQL
Group:		Monitoring
Requires:	%{name}-proxy = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	%{name}-proxy-implementation = %{EVRD}

%description proxy-mysql
The Zabbix proxy compiled to use MySQL.

%files proxy-mysql
%{_docdir}/%{srcname}-proxy-mysql-%{version}/
%{_sbindir}/zabbix_proxy_mysql
%{_unitdir}/zabbix-proxy-mysql.service

%post proxy-mysql
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
ln -sf %{_unitdir}/zabbix-proxy-mysql.service %{_unitdir}/zabbix-proxy.service

%preun proxy-mysql
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable zabbix-proxy-mysql.service > /dev/null 2>&1 || :
    /bin/systemctl stop zabbix-proxy-mysql.service > /dev/null 2>&1 || :
fi

%postun proxy-mysql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart zabbix-proxy-mysql.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package proxy-pgsql
Summary:	Zabbix proxy compiled to use PostgreSQL
Group:		Monitoring
Requires:	%{name}-proxy = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	%{name}-proxy-implementation = %{EVRD}

%description proxy-pgsql
The Zabbix proxy compiled to use PostgreSQL.

%files proxy-pgsql
%{_docdir}/%{srcname}-proxy-pgsql-%{version}/
%{_sbindir}/zabbix_proxy_pgsql
%{_unitdir}/zabbix-proxy-pgsql.service

%post proxy-pgsql
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
ln -sf %{_unitdir}/zabbix-proxy-pgsql.service %{_unitdir}/zabbix-proxy.service

%preun proxy-pgsql
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable zabbix-proxy-pgsql.service > /dev/null 2>&1 || :
    /bin/systemctl stop zabbix-proxy-pgsql.service > /dev/null 2>&1 || :
fi

%postun proxy-pgsql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart zabbix-proxy-pgsql.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package proxy-sqlite3
Summary:	Zabbix proxy compiled to use SQLite
Group:		Monitoring
Requires:	%{name}-proxy = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	%{name}-proxy-implementation = %{EVRD}

%description proxy-sqlite3
The Zabbix proxy compiled to use SQLite.

%files proxy-sqlite3
%{_docdir}/%{srcname}-proxy-sqlite3-%{version}/
%{_sbindir}/zabbix_proxy_sqlite3
%{_unitdir}/zabbix-proxy-sqlite3.service

%post proxy-sqlite3
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
ln -sf %{_unitdir}/zabbix-proxy-sqlite3.service %{_unitdir}/zabbix-proxy.service

%preun proxy-sqlite3
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable zabbix-proxy-sqlite3.service > /dev/null 2>&1 || :
    /bin/systemctl stop zabbix-proxy-sqlite3.service > /dev/null 2>&1 || :
fi

%postun proxy-sqlite3
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart zabbix-proxy-sqlite3.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package web
Summary:	Zabbix Web Frontend
Group:		Monitoring
Requires:	php
Requires:	php-gd
Requires:	php-bcmath
Requires:	php-mbstring
Requires:	php-xml
Requires:	php-gettext
Requires:	fonts-ttf-dejavu
Requires:	%{name} = %{EVRD}
Requires:	%{name}-web-database = %{EVRD}
BuildArch:	noarch

%description web
The php frontend to display the Zabbix web interface.

%files web
%dir %attr(0750,apache,apache) %{_sysconfdir}/%{srcname}/web
%ghost %attr(0644,apache,apache) %config(noreplace) %{_sysconfdir}/%{srcname}/web/zabbix.conf.php
%config(noreplace) %{_sysconfdir}/httpd/conf.d/zabbix.conf
%{_datadir}/%{srcname}

#----------------------------------------------------------------------------

%package web-mysql
Summary:	Zabbix web frontend for MySQL
Group:		Monitoring
Requires:	%{name}-web = %{EVRD}
Requires:	php-mysql
Provides:	%{name}-web-database = %{EVRD}
Conflicts:	%{name}-web-pgsql
Conflicts:	%{name}-web-sqlite3
BuildArch:	noarch

%description web-mysql
Zabbix web frontend for MySQL.

%files web-mysql

#----------------------------------------------------------------------------

%package web-pgsql
Summary:	Zabbix web frontend for PostgreSQL
Group:		Monitoring
Requires:	%{name}-web = %{EVRD}
Requires:	php-pgsql
Provides:	%{name}-web-database = %{EVRD}
Conflicts:	%{name}-web-mysql
Conflicts:	%{name}-web-sqlite3
BuildArch:	noarch

%description web-pgsql
Zabbix web frontend for PostgreSQL.

%files web-pgsql

#----------------------------------------------------------------------------

%package web-sqlite3
Summary:	Zabbix web frontend for SQLite
Group:		Monitoring
Requires:	%{name}-web = %{EVRD}
# Need to use the same db file as the server
Requires:	%{name}-server-sqlite3 = %{EVRD}
Provides:	%{name}-web-database = %{EVRD}
Conflicts:	%{name}-web-mysql
Conflicts:	%{name}-web-pgsql
BuildArch:	noarch

%description web-sqlite3
Zabbix web frontend for SQLite.

%files web-sqlite3

#----------------------------------------------------------------------------

%prep
%setup0 -q -n %{srcname}-%{version}
%patch0 -p1
%patch1 -p1
%patch3 -p1

# remove bundled java libs
rm -rf src/zabbix_java/lib/*.jar

# remove included fonts
rm -rf frontends/php/fonts

# remove executable permissions
chmod a-x upgrades/dbpatches/*/mysql/upgrade

# All libraries are expected in /usr/lib or /usr/local/lib
# https://support.zabbix.com/browse/ZBXNEXT-1296
sed -i.orig -e 's|_LIBDIR=/usr/lib|_LIBDIR=%{_libdir}|g' \
    configure

# kill off .htaccess files, options set in SOURCE1
rm -f frontends/php/include/.htaccess
rm -f frontends/php/api/.htaccess
rm -f frontends/php/conf/.htaccess

# set timestamp on modified config file and directories
touch -r frontends/php/css.css frontends/php/include/config.inc.php \
    frontends/php/include/defines.inc.php \
    frontends/php/include \
    frontends/php/include/classes

# remove prebuilt Windows binaries
rm -rf bin

# remove flash applet
# https://support.zabbix.com/browse/ZBX-4794
rm -f frontend/php/images/flash/zbxclock.swf
%patch2 -p1

%build
common_flags="
    --enable-dependency-tracking
    --enable-server
    --enable-agent
    --enable-proxy
    --enable-ipv6
    --disable-java
    --with-net-snmp
    --with-ldap
    --with-libcurl
    --with-openipmi
    --with-jabber
    --with-unixodbc
    --with-ssh2
"

%configure2_5x $common_flags --with-mysql
%make
mv src/zabbix_server/zabbix_server src/zabbix_server/zabbix_server_mysql
mv src/zabbix_proxy/zabbix_proxy src/zabbix_proxy/zabbix_proxy_mysql

%configure2_5x $common_flags --with-postgresql
%make
mv src/zabbix_server/zabbix_server src/zabbix_server/zabbix_server_pgsql
mv src/zabbix_proxy/zabbix_proxy src/zabbix_proxy/zabbix_proxy_pgsql

%configure2_5x $common_flags --with-sqlite3
%make
mv src/zabbix_server/zabbix_server src/zabbix_server/zabbix_server_sqlite3
mv src/zabbix_proxy/zabbix_proxy src/zabbix_proxy/zabbix_proxy_sqlite3

touch src/zabbix_server/zabbix_server
touch src/zabbix_proxy/zabbix_proxy


%install
# set up some required directories
mkdir -p %{buildroot}%{_sysconfdir}/%{srcname}
mkdir -p %{buildroot}%{_sysconfdir}/%{srcname}/externalscripts
mkdir -p %{buildroot}%{_sysconfdir}/%{srcname}/web
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_localstatedir}/lib/%{srcname}
mkdir -p %{buildroot}%{_localstatedir}/log/%{srcname}
mkdir -p %{buildroot}%{_localstatedir}/run/%{srcname}

# install the frontend
cp -a frontends/php %{buildroot}%{_datadir}/%{srcname}

# prepare ghosted config file
touch %{buildroot}%{_sysconfdir}/%{srcname}/web/zabbix.conf.php

# drop Apache config file in place
install -m 0644 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/conf.d/%{srcname}.conf

# fix config file options
sed -i \
    -e 's|# PidFile=.*|PidFile=%{_localstatedir}/run/%{srcname}/zabbix_agentd.pid|g' \
    -e 's|^LogFile=.*|LogFile=%{_localstatedir}/log/%{srcname}/zabbix_agentd.log|g' \
    -e 's|# LogFileSize=.*|LogFileSize=0|g' \
    conf/zabbix_agentd.conf

sed -i \
    -e 's|# PidFile=.*|PidFile=%{_localstatedir}/run/%{srcname}/zabbix.pid|g' \
    -e 's|^LogFile=.*|LogFile=%{_localstatedir}/log/%{srcname}/zabbix_server.log|g' \
    -e 's|# LogFileSize=.*|LogFileSize=0|g' \
    -e 's|# AlertScriptsPath=/home/zabbix/bin/|AlertScriptsPath=%{_localstatedir}/lib/%{srcname}/|g' \
    -e 's|^DBUser=root|DBUser=zabbix|g' \
    -e 's|# DBSocket=/tmp/mysql.sock|DBSocket=%{_localstatedir}/lib/mysql/mysql.sock|g' \
    conf/zabbix_server.conf

sed -i \
    -e 's|# PidFile=.*|PidFile=%{_localstatedir}/run/%{srcname}/zabbix_proxy.pid|g' \
    -e 's|^LogFile=.*|LogFile=%{_localstatedir}/log/%{srcname}/zabbix_proxy.log|g' \
    -e 's|# LogFileSize=.*|LogFileSize=0|g' \
    -e 's|# AlertScriptsPath=/home/zabbix/bin/|AlertScriptsPath=%{_localstatedir}/lib/%{srcname}/|g' \
    -e 's|^DBUser=root|DBUser=zabbix|g' \
    -e 's|# DBSocket=/tmp/mysql.sock|DBSocket=%{_localstatedir}/lib/mysql/mysql.sock|g' \
    conf/zabbix_proxy.conf

# install log rotation
cat %{SOURCE5} | sed -e 's|COMPONENT|server|g' > \
     %{buildroot}%{_sysconfdir}/logrotate.d/zabbix-server
cat %{SOURCE5} | sed -e 's|COMPONENT|agentd|g' > \
     %{buildroot}%{_sysconfdir}/logrotate.d/zabbix-agent
cat %{SOURCE5} | sed -e 's|COMPONENT|proxy|g' > \
     %{buildroot}%{_sysconfdir}/logrotate.d/zabbix-proxy

# systemd units
install -m 0644 -p %{SOURCE10} %{buildroot}%{_unitdir}/zabbix-agent.service
install -m 0644 -p %{SOURCE11} %{buildroot}%{_unitdir}/zabbix-proxy-mysql.service
install -m 0644 -p %{SOURCE12} %{buildroot}%{_unitdir}/zabbix-proxy-pgsql.service
install -m 0644 -p %{SOURCE13} %{buildroot}%{_unitdir}/zabbix-proxy-sqlite3.service
install -m 0644 -p %{SOURCE14} %{buildroot}%{_unitdir}/zabbix-server-mysql.service
install -m 0644 -p %{SOURCE15} %{buildroot}%{_unitdir}/zabbix-server-pgsql.service
install -m 0644 -p %{SOURCE16} %{buildroot}%{_unitdir}/zabbix-server-sqlite3.service
touch %{buildroot}%{_unitdir}/zabbix-proxy.service
touch %{buildroot}%{_unitdir}/zabbix-server.service

# install
make DESTDIR=%{buildroot} install
rm %{buildroot}%{_sbindir}/zabbix_server
install -m 0755 -p src/zabbix_server/zabbix_server_* %{buildroot}%{_sbindir}/
rm %{buildroot}%{_sbindir}/zabbix_proxy
install -m 0755 -p src/zabbix_proxy/zabbix_proxy_* %{buildroot}%{_sbindir}/

# install compatibility links for config files
ln -sf %{_sysconfdir}/zabbix_agent.conf %{buildroot}%{_sysconfdir}/%{srcname}/zabbix_agent.conf
ln -sf %{_sysconfdir}/zabbix_agentd.conf %{buildroot}%{_sysconfdir}/%{srcname}/zabbix_agentd.conf
ln -sf %{_sysconfdir}/zabbix_server.conf %{buildroot}%{_sysconfdir}/%{srcname}/zabbix_server.conf
ln -sf %{_sysconfdir}/zabbix_proxy.conf %{buildroot}%{_sysconfdir}/%{srcname}/zabbix_proxy.conf

# nuke static libs and empty oracle upgrade sql
rm -rf %{buildroot}%{_libdir}/libzbx*.a

# copy sql files to appropriate per package locations
for pkg in proxy server ; do
    docdir=%{buildroot}%{_docdir}/%{srcname}-$pkg-mysql-%{version}
    install -dm 755 $docdir
    cp -p --parents database/mysql/schema.sql $docdir
    cp -p --parents database/mysql/data.sql $docdir
    cp -p --parents database/mysql/images.sql $docdir
    cp -pR --parents upgrades/dbpatches/1.6/mysql $docdir
    cp -pR --parents upgrades/dbpatches/1.8/mysql $docdir
    cp -pR --parents upgrades/dbpatches/2.0/mysql $docdir
    docdir=%{buildroot}%{_docdir}/%{srcname}-$pkg-pgsql-%{version}
    install -dm 755 $docdir
    cp -p --parents database/postgresql/schema.sql $docdir
    cp -p --parents database/postgresql/data.sql $docdir
    cp -p --parents database/postgresql/images.sql $docdir
    cp -pR --parents upgrades/dbpatches/1.6/postgresql $docdir
    cp -pR --parents upgrades/dbpatches/1.8/postgresql $docdir
    cp -pR --parents upgrades/dbpatches/2.0/postgresql $docdir
    docdir=%{buildroot}%{_docdir}/%{srcname}-$pkg-sqlite3-%{version}
    install -dm 755 $docdir
    cp -p --parents database/sqlite3/schema.sql $docdir
    cp -p --parents database/sqlite3/data.sql $docdir
    cp -p --parents database/sqlite3/images.sql $docdir
done
# remove extraneous ones
rm -rf %{buildroot}%{_datadir}/%{srcname}/create

# systemd must create /var/run/%{srcname}
mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d
install -m 0644 %{SOURCE9} %{buildroot}%{_sysconfdir}/tmpfiles.d/zabbix.conf


%changelog

* Mon Jan 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.14-1
- (583d50e) Fix /run usage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15726 |14cu|zapping-0.10-0.0.cvs6.11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		zapping
Summary:	A TV viewer for GNOME
Version:	0.10
Release:	0.0.cvs6.11
License:	GPL
URL:		http://sourceforge.net/projects/zapping/
Group:		Video
#Source0:	http://osdn.dl.sourceforge.net/sourceforge/zapping/%{name}-%{version}.tar.bz2
Source0:	zapping-0.10cvs6.tar.bz2
Source11:	%{name}-16.png
Source12:	%{name}-32.png
Source13:	%{name}.png
Patch1:		zapping-0.7.1-lib64.patch
Patch2:		zapping-automake-1.13.patch
Patch3:         zapping-0.9.6-pam.patch
# taken from debian package
# http://bugs.debian.org/424502
Patch4:         zapping-0.9.6-shift.patch
Patch5:		zapping-0.10cvs6-libtool_fixes.diff
Patch6:		zapping-0.10cvs6-linkage.patch
Patch7:         zapping-0.10cvs6.libpng15.patch
Patch9:         zapping-0.10cvs6.zvbi.patch
Patch10:        zapping-0.10cvs6.lXext.patch
BuildRequires:	autoconf2.5
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	gettext-devel
BuildRequires:	intltool
BuildRequires:	libglade2.0-devel
BuildRequires:	libgnomeui2-devel
BuildRequires:	libtool
BuildRequires:	perl-XML-Parser
BuildRequires:	python-devel
BuildRequires:	scrollkeeper
BuildRequires:	usermode-consoleonly
BuildRequires:	zvbi-devel
BuildRequires:	libxmu-devel
Requires:	usermode 
Requires:	usermode-consoleonly

%description
Zapping is a TV viewer for GNOME that supports both Video4Linux 
and Video4Linux2. It's extensible through plugins based on GTK.

%prep

%setup -q -n %{name}-%{version}cvs6
%patch1 -p0 -b .lib64
%patch2 -p1 -b .automake13~
%patch3 -p1
%patch4 -p1
%patch5 -p1 -b .libtool_fixes
%patch6 -p0
%patch7 -p1
%patch9 -p1
%patch10 -p1

%build
sed -i -e 's,configure.in,configure.ac,g' configure.in
autoreconf -fi

%configure2_5x --disable-schemas-install
%make

%install
%makeinstall_std plugindir=%{_libdir}/zapping/plugins

perl -pi -e 's,zapping/gnome-television.png,gnome-television,g' %{buildroot}%{_datadir}/applications/*

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="Multimedia" \
  --remove-key="Version" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

ln -sf consolehelper %{buildroot}%{_bindir}/zapping_setup_fb
ln -sf zapping %{buildroot}%{_bindir}/zapzilla

install -m644 %{SOURCE11} -D %{buildroot}%{_liconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_miconsdir}/%{name}.png

%files 
%doc AUTHORS THANKS ChangeLog README README.plugins TODO BUGS
%doc plugins/alirc/README.alirc
%config(noreplace) %{_sysconfdir}/pam.d/zapping_setup_fb
%config(noreplace) %{_sysconfdir}/security/console.apps/zapping_setup_fb
%config(noreplace) %{_sysconfdir}/gconf/schemas/zapping.schemas
      #/home/tv/rpm/tmp/zapping-0.9.6-1mdk-buildroot/etc/pam.d/zapping_setup_fb
	   #  /home/tv/rpm/tmp/zapping-0.9.6-1mdk-buildroot/etc/security/console.apps/zapping_setup_fb

%{_bindir}/*
%{_sbindir}/*
%{_libdir}/zapping
%{_datadir}/applications/zapping.desktop
%{_datadir}/gnome/help/zapping
%{_datadir}/omf/zapping/zapping-C.omf
%{_datadir}/pixmaps/zapping
%{_datadir}/zapping
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_mandir}/*/*

%changelog

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 0.10-0.0.cvs6.11
- (54f5e8d) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15727 |14cu|zathura-0.3.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		zathura
Version:	0.3.6
Release:	1
Summary:	A lightweight document viewer
Group:		Publishing
License:	zlib
URL:		https://pwmt.org/projects/zathura/
Source0:	https://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(girara-gtk3)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	magic-devel
BuildRequires:	python-docutils

%description
Zathura is a highly customizable and functional document viewer.
It provides a minimalistic and space saving interface as well as
an easy usage that mainly focuses on keyboard interaction.

Zathura requires plugins to support document formats. For instance:
  * zathura-pdf-poppler to open PDF files,
  * zathura-ps to open PostScript files,
  * zathura-djvu to open DjVu files.

All of these are available as separate packages.

A zathura-plugins meta-package is available if you want
to install all available plugins.

%files -f %{name}.lang
%doc README LICENSE
%dir %{_libdir}/%{name}
%{_bindir}/%{name}
%{_mandir}/man*/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/dbus-1/interfaces/org.pwmt.zathura.xml

#------------------------------------------------------------------

%package devel
Summary:	Development files for the zathura PDF viewer
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Requires:	pkgconfig(girara-gtk3)

%description devel
This package contains the development files for the zathura PDF viewer.

%files devel
%{_includedir}/zathura
%{_libdir}/pkgconfig/zathura.pc

#------------------------------------------------------------------

%package plugins
Summary:	Meta-package for all Zathura plugins
Group:		Publishing
Requires:	zathura-djvu
Requires:	zathura-pdf-poppler
Requires:	zathura-ps

%description plugins
This package provides all Zathura plugins.

%files plugins

#------------------------------------------------------------------

%prep
%setup -q

# don't rebuid at install time
sed -i 's/^install:\s*all/install:/' Makefile

# ensure manpages are built from *.rst sources
rm -f zathura.1 zathurarc.5

%build
%setup_compile_flags
%make \
	DFLAGS= \
	SFLAGS= \
	LIBDIR=%{_libdir} \
	WITH_SQLITE=1 \
	VERBOSE=1

%install
%makeinstall_std \
	LIBDIR=%{_libdir} \
	VERBOSE=1

#desktop file
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
	--dir=%{buildroot}%{_datadir}/applications/ \
		%{name}.desktop

#dir for plugins
mkdir -p %{buildroot}%{_libdir}/%{name}

%find_lang %{name}

%changelog

* Sun Aug 28 2016 alzim <alzim@bk.ru> 0.3.6-1
- (3ed927a) Merge pull request #1 from import/zathura:rosa2016.1
- (3ed927a) Updated to 0.3.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15728 |14cu|zathura-djvu-0.2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined %{nil}

Name:		zathura-djvu
Version:	0.2.5
Release:	1
Summary:	DjVu support for zathura
Group:		Publishing
License:	zlib
URL:		http://pwmt.org/projects/zathura/plugins/%{name}
Source0:	http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz
Requires:	zathura
BuildRequires:	pkgconfig(ddjvuapi)
BuildRequires:  pkgconfig(zathura) >= 0.2.3

%description
The zathura-djvu plugin adds DjVu support to zathura by
using the djvulibre library.

%prep
%setup -q

# Don't rebuild during install phase
sed -i 's/^install:\s*all/install:/' Makefile

%build
%setup_compile_flags
%make \
	DFLAGS= \
	LIBDIR=%{_libdir} \
	VERBOSE=1 \
	debug

mv djvu-debug.so djvu.so

%install
%makeinstall_std \
	LIBDIR=%{_libdir} \
	VERBOSE=1

%files
%doc AUTHORS LICENSE
%{_libdir}/zathura/djvu.so
%{_datadir}/applications/%{name}.desktop

%changelog

* Sun Aug 28 2016 alzim <alzim@bk.ru> 0.2.5-1
- (0c1f279) Merge pull request #1 from import/zathura-djvu:rosa2016.1
- (0c1f279) Updated to 0.2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15729 |14cu|zathura-pdf-poppler-0.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined %nil

Name:		zathura-pdf-poppler
Version:	0.2.6
Release:	1
Summary:	PDF support for zathura via poppler
Group:		Publishing
License:	zlib
URL:		http://pwmt.org/projects/zathura/plugins/%{name}
Source0:	http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz
Requires:	zathura
BuildRequires:	pkgconfig(zathura) >= 0.2.3
BuildRequires:	pkgconfig(poppler-glib)

%description
The zathura-pdf-poppler plugin adds PDF support to zathura by using
the poppler rendering engine.

%prep
%setup -q

# Don't rebuild during install phase
sed -i 's/^install:\s*all/install:/' Makefile

%build
%setup_compile_flags
%make \
	DFLAGS= \
	LIBDIR=%{_libdir} \
	VERBOSE=1 \
	debug

mv pdf-debug.so pdf.so

%install
%makeinstall_std \
	LIBDIR=%{_libdir} \
	VERBOSE=1

%files
%doc AUTHORS LICENSE
%{_libdir}/zathura/pdf.so
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/%{name}.metainfo.xml


%changelog

* Sun Aug 28 2016 alzim <alzim@bk.ru> 0.2.6-1
- (f18911a) Merge pull request #1 from import/zathura-pdf-poppler:rosa2016.1
- (f18911a) Updated to 0.2.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15730 |14cu|zathura-ps-0.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined %{nil}

Name:		zathura-ps
Version:	0.2.3
Release:	1
Summary:	PS support for zathura via libspectre
Group:		Publishing
License:	zlib
URL:		http://pwmt.org/projects/zathura/plugins/%{name}
Source0:	http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz
Requires:	zathura
BuildRequires:	pkgconfig(libspectre)
BuildRequires:	pkgconfig(zathura) >= 0.2.3

%description
The zathura-ps plugin adds PostScript support to zathura by
using the libspectre library.

%prep
%setup -q

sed -i 's/^install:\s*all/install:/' Makefile

%build
%setup_compile_flags
%make \
	DFLAGS= \
	LIBDIR=%{_libdir} \
	VERBOSE=1 \
	debug

mv ps-debug.so ps.so

%install
%makeinstall_std \
	LIBDIR=%{_libdir} \
	VERBOSE=1

%files
%doc AUTHORS LICENSE
%{_libdir}/zathura/ps.so
%{_datadir}/applications/%{name}.desktop

%changelog

* Sun Aug 28 2016 Alzim <alzim@bk.ru> 0.2.3-1
- (59df2ff) Updated to 0.2.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15731 |14cu|zeal-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           zeal
Version:        0.2.1
Release:        2
Summary:        Offline documentation browser inspired by Dash
Group:		Development/Other
# the libqxt-sourced files are BSD licensed
License:        GPLv3+ and BSD
URL:            https://zealdocs.org/
Source0:        https://github.com/zealdocs/zeal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz

BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(libarchive)
BuildRequires:  pkgconfig(xcb-keysyms)
BuildRequires:  pkgconfig(Qt5X11Extras)
BuildRequires:  pkgconfig(Qt5WebKitWidgets)
BuildRequires:  qt5-devel
Requires:       hicolor-icon-theme

%description
Zeal is a simple offline documentation browser inspired by Dash.


%prep
%setup -q


%build
%qmake_qt5 zeal.pro
%make


%install
%makeinstall_std INSTALL_ROOT=%{buildroot}
desktop-file-validate %{buildroot}/%{_datadir}/applications/zeal.desktop

%files
%doc README.md COPYING
%{_bindir}/zeal
%{_datadir}/applications/zeal.desktop
%{_datadir}/icons/hicolor/*/apps/zeal.png



%changelog

* Tue Jun 21 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-2
- (81cc019) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15732 |14cu|zeppoo-0.0.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'libzeppoo/libzeppoo.so'
%else
%define _requires_exceptions libzeppoo/libzeppoo.so
%endif

Summary:	Rootkit detection tool
Name:		zeppoo
Version:	0.0.4
Release:	7
Source0:	http://downloads.sourceforge.net/zeppoo/%{name}-%{version}.tar.bz2
Patch0:		zeppoo-0.0.4-debug.patch
License:	GPL
Group:		Monitoring
Url:		http://www.zeppoo.net/

%description
Zeppoo allows you to detect rootkits on the i386 architecture under
Linux by using /dev/kmem and /dev/mem. It can also detect hidden
tasks, modules, syscalls, some corrupted symbols, and hidden
connections.

%prep
%setup -q
%apply_patches

%build
%make -C lib%{name}
%make

%install
install -d %{buildroot}%{_bindir}
install -m755 %{name} %{buildroot}%{_bindir}/%{name}.real
cat <<EOF > %{buildroot}%{_bindir}/%{name}
#!/bin/sh
cd %{_libdir}
exec %{name}.real "\$@"
EOF
chmod 755 %{buildroot}%{_bindir}/%{name}
install -D -m644 lib%{name}/lib%{name}.so %{buildroot}%{_libdir}/lib%{name}/lib%{name}.so

%clean

%files
%doc AUTHORS Changelog FAQ README SUPPORTS TODO
%{_bindir}/%{name}
%{_bindir}/%{name}.real
%dir %{_libdir}/lib%{name}
%{_libdir}/lib%{name}/lib%{name}.so

%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 0.0.4-7
- (54c09e2) Fix debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15733 |14cu|zerofree-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility to force unused ext2 inodes and blocks to zero
Name:		zerofree
Version:	1.0.3
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://intgat.tigress.co.uk/rmy/uml/
Source0:	http://intgat.tigress.co.uk/rmy/uml/%{name}-%{version}.tgz
Source1:	http://intgat.tigress.co.uk/rmy/uml/sparsify.c
Source2:	http://intgat.tigress.co.uk/rmy/uml/index.html
Source3:	zerofree.sgml
Source4:	zerofree.8
BuildRequires:	pkgconfig(ext2fs)

%description
zerofree is a utility to set unused filesystem inodes and blocks of an
ext2 filesystem to zero. This can improve the compressibility and
privacy of an ext2 filesystem.

This tool was inspired by the ext2fs privacy (i.e. secure deletion)
patch described in a Linux kernel mailing list thread.

WARNING: The filesystem to be processed should be unmounted or mounted
read-only. The tool tries to check this before running, but you
should be careful.

%files
%doc COPYING index.html
%{_sbindir}/zerofree
%{_sbindir}/sparsify
%{_mandir}/man8/zerofree.8*

#----------------------------------------------------------------------------

%prep
%setup -q
cp -p %{SOURCE1} .
cp -p %{SOURCE2} .

%build
%setup_compile_flags
%make
gcc %{optflags} sparsify.c -o sparsify -lext2fs

%install
install -D -p -m 755 zerofree %{buildroot}%{_sbindir}/zerofree
install -D -p -m 755 sparsify %{buildroot}%{_sbindir}/sparsify
install -D -p -m 644 %{SOURCE4} %{buildroot}%{_mandir}/man8/zerofree.8


%changelog

* Sat Jun 27 2015 Rosa <rosa@abf.rosalinux.ru> 1.0.3-1
- (3f32a41) Automatic import for version 1.0.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15734 |14cu|zeromq-4.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define libname_orig lib%{name} 
%define major	5
%define libname	%mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Software library for fast, message-based applications
Name:		zeromq
Version:	4.1.4
Release:	1
License:	LGPLv3+
Group:		Development/Other
Url:		http://www.zeromq.org
Source0:	http://download.zeromq.org/%{name}-%{version}.tar.gz
# https://github.com/zeromq/cppzmq/archive/master.zip
Source1:	cppzmq-master1f05e0d.zip
BuildRequires:	glib2-devel
BuildRequires:	libuuid-devel
BuildRequires:	python
BuildRequires:	asciidoc
BuildRequires:	gcc-c++
BuildRequires:	libstdc++-devel
BuildRequires:	xmlto
BuildRequires:	pkgconfig(libsodium)
BuildRequires:	pkgconfig(openpgm-5.2)

%description
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialized messaging middle-ware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.

%files 
%doc AUTHORS COPYING* NEWS
%{_docdir}/zmqcpp/*
%{_bindir}/curve_keygen
#---------------------------------------------------

%package -n	%{libname}
Summary: 	Software library for fast, message-based applications
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Provides:	%{libname_orig} = %{EVRD}
Obsoletes:	%{name}-utils

%description -n %{libname}
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialized messaging middle-ware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.

This package contains the ${name} shared library.

%files -n %{libname}
%doc AUTHORS COPYING* NEWS
%{_libdir}/libzmq.so.%{major}
%{_libdir}/libzmq.so.%{major}.*
#---------------------------------------------------

%package -n	%{develname}
Summary: 	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{libname_orig}-devel = %{version}-%{release}

%description -n %{develname}
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialized messaging middle-ware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.

This package contains the libraries and header files needed to develop
applications that use %{name}.

%files -n %{develname}
%doc AUTHORS COPYING* NEWS
%{_libdir}/libzmq.so
%{_libdir}/pkgconfig/libzmq.pc
%{_includedir}/zmq*
%{_mandir}/man3/zmq*
%{_mandir}/man7/zmq*
#---------------------------------------------------

%prep
%setup -a 1 -q
export NOCONFIGURE=1
./autogen.sh

%build
export CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-error=unused-variable -Wno-error=unused-result" CXXFLAGS="$CXXFLAGS -Wno-error=unused-variable -Wno-error=unused-result"

%configure2_5x --with-pgm --disable-static --prefix=%{_prefix} \
  --libdir=%{_libdir} --includedir=%{_includedir} \
  
%make

%check
make check V=1 || cat ./test-suite.log

%install
%makeinstall_std
pushd cppzmq-master
install -D zmq.hpp %{buildroot}%{_includedir}
install -d %{buildroot}%{_docdir}/zmqcpp
install -D LICENSE README %{buildroot}/%{_docdir}/zmqcpp
popd

chmod 644 %{buildroot}%{_docdir}/zmqcpp/{LICENSE,README} 
chmod 644 %{buildroot}%{_includedir}/zmq.hpp

%changelog

* Sat Oct 15 2016 abfonly <abfonly@gmail.com> 4.1.4-1
- (2649b7e) Log: Update to 4.1.4
- (2649b7e) add cppzmq for zmq.hpp
- (2649b7e) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15735 |14cu|zeronet-0.5.1-r1758.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ZeroNet
%define gitrev c1fd2be8cfadf3e93ae70e3d9763875460bb81a3
%define gitdate 20161201

Summary:	Decentralized websites using Bitcoin crypto and BitTorrent network
Name:		zeronet
Version:	0.5.1
Release:	r1758.2
License:	GPLv2+
Group:		Networking/Other
Url:		https://zeronet.io
# https://github.com/HelloZeroNet/ZeroNet
#Source0:	%{oname}-%{version}.tar.gz
Source0:	%{oname}-%{gitrev}.zip
Source10:	%{name}_starttor
Source11:	%{name}_torrc
Source12:	%{name}_start
BuildRequires:	imagemagick
Requires:	python-gevent
Requires:	python-msgpack
Requires:	tor
BuildArch:	noarch

%description
ZeroNet is a decentralized Internet-like network of peer-to-peer users.
Sites have specific "ZeroNet URL"s which can be accessed through an ordinary
webbrowser when using the ZeroNet application, which acts as a local
webhost for such pages. ZeroNet is not anonymous by default, but users
can hide their IP address by using the built in Tor-functionality. ZeroNet
uses bitcoin cryptography and the BitTorrent network. The BitTorrent website
Play hosts a magnet link repository on ZeroNet, which links to copyrighted
content.

%files
%doc LICENSE
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png
%dir %{py_puresitedir}/%{name}/
%{py_puresitedir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{gitrev}

%build
#non build

%install
mkdir -p %{buildroot}%{_bindir}
install -D -m 0755 %{SOURCE12} %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{py_puresitedir}/%{name}/tools
install -D -m 0755 start.py zeronet.py %{buildroot}%{py_puresitedir}/%{name}
install -D -m 0755 %{SOURCE10} %{buildroot}%{py_puresitedir}/%{name}/tools/start.cmd
install -D -m 0644 %{SOURCE11} %{buildroot}%{py_puresitedir}/%{name}/tools/torrc
cp -r plugins src %{buildroot}%{py_puresitedir}/%{name}

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=ZeroNet
Name[ru]=Анонимная сеть ZeroNet
GenericName=ZeroNet
GenericName[ru]=ZeroNet
Comment=Decentralisations Internet
Comment[ru]=Децентрализованный Интернет
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Application;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert src/Ui/media/img/logo.psd[0] -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done
install -D -m 0644 32.png %{buildroot}%{_datadir}/pixmaps/%{name}.png

# Drop binary files from the package (not needed anyway)
rm -rf %{buildroot}%{py_puresitedir}/%{name}/src/lib/PySocks/test


%changelog

* Tue Dec 06 2016 Rosa <rosa@abf.rosalinux.ru> 0.5.1-r1758.2
- (e0027c2) Automatic import for version 0.5.1-r1758.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15736 |14cu|zhu3d-4.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OpenGL-based equation viewer and solver
Name:		zhu3d
Version:	4.2.6
Release:	1
License:	GPLv3
Group:		Sciences/Mathematics
Url:		http://kde-apps.org/content/show.php?content=43071
Source0:	http://download.sourceforge.net/zhu3d/%{name}-%{version}.tar.gz
Source1:	%{name}.desktop
Patch0:		zhu3d-4.2.6-path.patch
BuildRequires:	qt4-devel >= 4.0
BuildRequires:	mesaglu-devel

%description
With Zhu3D you interactively can view and animate functions,
isosurfaces and a further independent parametric system.
Numerical solutions of equation systems can be found with
a precise and reliable adaptive random search. The
OpenGL-viewer supports zooming, scaling, rotating and
translating as well as filed lightning or surface properties.
Special effects are transparency, textures, fog and motion blur.

%prep
%setup -q
%patch0 -p1

%build
# setup compile flags is needed so that -fPIC and -DPIC will be overwritten
%setup_compile_flags
%qmake_qt4
%make

%install
mkdir -p %{buildroot}%{_datadir}/%{name}/{work/textures,system/languages}
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/64x64/apps

install -Dm755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dpm644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
install -pm644 work/*.zhu %{buildroot}%{_datadir}/%{name}/work
install -pm644 work/textures/* %{buildroot}%{_datadir}/%{name}/work/textures
install -pm644 system/*.zhu %{buildroot}%{_datadir}/%{name}/system
install -pm644 system/languages/*.qm %{buildroot}%{_datadir}/%{name}/system/languages
install -pm644 system/icons/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png

#useless file
rm -f %{buildroot}%{_datadir}/%{name}/work/.directory

%files
%doc doc/ readme.txt
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/work
%dir %{_datadir}/%{name}/work/textures
%dir %{_datadir}/%{name}/system
%dir %{_datadir}/%{name}/system/languages
%{_datadir}/%{name}/work/*.zhu
%{_datadir}/%{name}/work/textures/*.jpg
%{_datadir}/%{name}/work/textures/*.txt
%{_datadir}/%{name}/system/*.zhu
%{_iconsdir}/hicolor/64x64/apps/*.png
%{_datadir}/applications/%{name}.desktop

%lang(cs) %{_datadir}/%{name}/system/languages/%{name}_cs.qm
%lang(de) %{_datadir}/%{name}/system/languages/%{name}_de.qm
%lang(es) %{_datadir}/%{name}/system/languages/%{name}_es.qm
%lang(fr) %{_datadir}/%{name}/system/languages/%{name}_fr.qm
%lang(zh) %{_datadir}/%{name}/system/languages/%{name}_zh.qm

%changelog

* Mon Jul 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.2.6-1
- (198e9dd) Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15737 |14cu|zile-2.4.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Zile Is Lossy Emacs
Name:		zile
Epoch:		1
Version:	2.4.13
Release:	1
License:	GPLv3+
Group:		Editors
URL:		http://www.gnu.org/software/zile/
Source0:	http://ftp.gnu.org/gnu/zile/%{name}-%{version}.tar.gz
Source1:	http://ftp.gnu.org/gnu/zile/%{name}-%{version}.tar.gz.sig
Patch0:		zile-2.4.6-mdv-ncursesw.patch

BuildRequires:	help2man
BuildRequires:	texinfo
BuildRequires:	tetex-latex
BuildRequires:	pkgconfig(bdw-gc)
BuildRequires:	pkgconfig(ncursesw)

%description
Zile is another Emacs-clone. Zile is a customizable, self-documenting
real-time open-source display editor.

Zile was written to be as similar as possible to Emacs; every Emacs user
should feel at home with Zile. Zile features

    * Small but fast and powerful. It is very useful for small footprint
      installations (like on floppy disk) or quick editing sessions.
    * 8-bit clean. Zile can operate with binary files.
    * Looks like Emacs. Most Zile key sequences and function names are
      identical to Emacs ones.
    * Multi buffer editing w/multi level undo. Zile can open an infinite
      number of files and can record an infinite sequence of undo
      operations.
    * Multi window. Zile can display multiple windows on the screen.
    * Killing, yanking and registers. The typical killing, yanking and
      register features of Emacs are available under Zile.
    * Minibuffer completion. Zile can complete the user written text.
      This is very useful for M-x commands and for selecting files.
    * Colors. Zile makes use of the color capatibilities of the terminal
      if available.
    * Source highlighting (``C'', ``C++'', and shell scripts). Zile can
      highlight ``C'', ``C++'' source files and shell scripts for
      better reading.
    * Auto fill (word wrap). Zile automatically breaks the lines when
      they become too wide (if the Auto Fill Mode is enabled).


%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING NEWS README
%{_bindir}/*
%{_mandir}/man1/%{name}.1*


%changelog

* Tue Nov 15 2016 dsilakov <denis.silakov@rosalab.ru> 1:2.4.13-1
- (e2398d4) Merge pull request #2 from drxank/zile:rosa2014.1
- (e2398d4) zile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15738 |14cu|zim-0.67-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           zim
Version:        0.67
Release:        1

Summary:        A desktop wiki and outliner
Source:         http://www.zim-wiki.org/downloads/%{name}-%{version}.tar.gz
License:        GPLv2
Group:          Editors
Url:            http://www.zim-wiki.org/

BuildRequires:	python-devel
BuildRequires:	python-gobject
Requires:	python
Requires:	pygtk2.0
Requires:	python-gobject
Requires:	python-simplejson
Suggests:	python-pyxdg
Suggests:	xdg-utils
Suggests:	python-appindicator
Suggests:	scrot
Suggests:	imagemagick
Suggests:	graphviz
Suggests:	zeitgeist
Suggests:	gnuplot
Suggests:	R-base
Suggests:	gtksourceview2

Suggests:	texlive
Suggests:	lilypond

BuildArch:	noarch

%description
Zim is a graphical text editor used to maintain a collection of wiki pages.
Each page can contain links to other pages, simple formatting and images.
Pages are stored in a folder structure, like in an outliner, and can have
attachments. Creating a new page is as easy as linking to a nonexistent page.
All data is stored in plain text files with wiki formatting. Various plugins
provide additional functionality, like a task list manager, an equation editor,
a tray icon, and support for version control.

%prep
%setup -q -n %{name}-%{version}

%install
python setup.py install --skip-xdg-cmd --root=%{buildroot}

install -D -m 0644 data/zim.png %{buildroot}%{_iconsdir}/hicolor/64x64/mimetypes/application-x-zim-notebook.png
install -D -m 0644 data/zim.png %{buildroot}%{_iconsdir}/hicolor/64x64/mimetypes/gnome-mime-application-x-zim-notebook.png

rm -rf %{buildroot}%{_iconsdir}/ubuntu*

# add trailing ;
sed -i 's|^Keywords=Text;Editor;Write;Wiki;Notes;Notebook;Journal$|Keywords=Text;Editor;Write;Wiki;Notes;Notebook;Journal;|' %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc README.txt CHANGELOG.txt
%{_bindir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{python_sitelib}/*
%{_mandir}/man1/%{name}*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/mime/*
%{_iconsdir}/hicolor/*/*/*


%changelog

* Wed Oct 04 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.67-1
- (e5b7946) Updated to 0.67



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15739 |14cu|zita-rev1-0.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:            zita-rev1
Version:         0.2.1
Release:         5
Summary:        Hall-type stereo reverb with GUI
Source:         http://kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2
URL:            http://kokkinizita.linuxaudio.org
License:        GPLv2
Group:          Sound
BuildRequires:  gtk2-devel
BuildRequires:  cairo-devel
BuildRequires:  clxclient-devel
BuildRequires:  pkgconfig(jack)

%description
Zita-REV1 is a reworked version of the reverb originally developed for
the Aeolus Virtual Pipe Organ by Fons "Kokkinizita" Adriaensen.
Its character is more 'hall' than 'plate', but it can be used on a wide
variety of instruments or voices. It is not a spatialiser - the early
reflections are different for the L and R inputs, but do not correspond
to any real room. They have been tuned to match left and right sources
to some extent.

%prep
%setup -q

perl -pi -e 's/\/usr\/local/\/usr/g' source/Makefile
perl -pi -e 's/-march=native//g' source/Makefile

%build
cd source
export CPPFLAGS="%{optflags}"
%make

%install
install -d %{buildroot}/%{_datadir}/%{name}
install -d %{buildroot}/%{_bindir}
cd source
%makeinstall_std

#install html documentation page
install -d %{buildroot}%{_datadir}/doc/%{name}/html/
install -m 755 ../doc/* %{buildroot}%{_datadir}/doc/%{name}/html

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Zita-REV1
Comment=Stereo reverb
Comment[ru]=Стерео ревербератор
Exec=%{_bindir}/%{name}
Icon=sound_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;
Encoding=UTF-8
EOF


%clean

%files
%doc README
%doc doc/*
%{_bindir}/*
%{_datadir}/%{name}/*
%{_datadir}/applications/mandriva-%{name}.desktop

%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 0.2.1-5
- (d1613be) Fix debuginfo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15740 |14cu|zkt-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DNSSEC Zone Key Tool
Name:		zkt
Version:	1.0
Release:	1
License:	BSD-like
Group:		Networking/Other
URL:		http://sourceforge.net/projects/zkt
Source0:	http://download.sourceforge.net/sourceforge/zkt/%{name}-%{version}.tar.gz
BuildRequires:	bind

%description
DNSSEC Zone Key Tool is a toolkit written in C for DNSSEC zone and key
management. It supports automatic zone resigning and KSK- and ZSK rollover
according to RFC4641 and RFC5011. 

%prep
%setup -q -n %{name}-%{version}

%build
export PATH="$PATH:%{_sbindir}"

# ignore builtin_varargs error
OPT_FLAGS=`echo %{optflags} | sed 's/-Wp,-D_FORTIFY_SOURCE=2 //'`
export CFLAGS="$OPT_FLAGS"
export CXXFLAGS="$OPT_FLAGS"

# undefined references errors
LDFLAGS="$LDFLAGS -ldl"

%configure
perl -pi -e "s|^#define BIND_VERSION .*|#define BIND_VERSION 940|g" config.h

%make install prefix=%{buildroot}%{_prefix}

# make mans
%make install-man mandir=%{buildroot}%{_mandir}

%install

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man8

install -m0755 dnssec-signer %{buildroot}%{_bindir}/
install -m0755 dnssec-zkt %{buildroot}%{_bindir}/

install -m0755 zkt-soaserial %{buildroot}%{_bindir}/
install -m0755 zkt-conf %{buildroot}%{_bindir}/
install -m0755 zkt-keyman %{buildroot}%{_bindir}/
install -m0755 zkt-ls %{buildroot}%{_bindir}/
install -m0755 zkt-signer %{buildroot}%{_bindir}/

# mans
install -m0644 man/zkt-signer.8 %{buildroot}%{_mandir}/man8/
install -m0644 man/dnssec-zkt.8 %{buildroot}%{_mandir}/man8/

%files
%doc CHANGELOG LICENSE README README.logging TODO
%{_bindir}/*
%{_mandir}/man8/*

%changelog

* Tue Sep 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-1
- (98a3b95) Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15741 |14cu|znc-1.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	An IRC bouncer with many advanced features
Name:		znc
Version:	1.6.3
Release:	2
License:	GPLv2+
Group:		Networking/IRC
Url:		http://en.znc.in/wiki/ZNC
Source0:	http://znc.in/releases/archive/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(openssl)

%description
ZNC is an IRC bouncer with many advanced features such as a built-in web
interface, persistent connection (detaching), multiple users, per channel
playback buffer, SSL, IPv6, transparent DCC bouncing, and C++ module support,
to name a few.

%files
%{_bindir}/%{name}
%{_libdir}/%{name}/*.so
%{_datadir}/%{name}/modules/*/tmpl/*tmpl
%{_datadir}/%{name}/modules/*/files
%{_datadir}/%{name}/webskins/*/tmpl/*tmpl
%{_datadir}/%{name}/webskins/*/pub/*
%{_mandir}/man1/%{name}.1.*

#----------------------------------------------------------------------------

%package devel
Summary:	Development Files for ZNC
Group:		Networking/IRC
Requires:	%{name} = %{EVRD}
Requires:	pkgconfig(openssl)

%description devel
Development Files for ZNC - An IRC bouncer with many advanced features.

%files devel
%{_bindir}/%{name}-buildmod
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}.pc
%{_mandir}/man1/%{name}-buildmod.1.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-perl
%make

%install
%makeinstall_std

# zero-length files
rm %{buildroot}%{_datadir}/%{name}/webskins/dark-clouds/tmpl/LowerBanner.tmpl
rm %{buildroot}%{_datadir}/%{name}/webskins/ice/tmpl/FooterTag.tmpl
rm %{buildroot}%{_datadir}/%{name}/webskins/_default_/tmpl/FooterTag.tmpl
rm %{buildroot}%{_datadir}/%{name}/webskins/forest/tmpl/LowerBanner.tmpl


%changelog

* Fri Mar 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.3-2
- (71a7caa) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15742 |14cu|zn_poly-0.9-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %{name} %{version}
%define devname %mklibname %{name} -d

Summary:	Polynomial arithmetic in Z/nZ[x]
Name:		zn_poly
Version:	0.9
Release:	11
License:	GPLv2+ or GPLv3+
Group:		Sciences/Mathematics
Url:		http://cims.nyu.edu/~harvey/zn_poly/
Source0:	http://cims.nyu.edu/~harvey/zn_poly/releases/%{name}-%{version}.tar.gz
Patch0:		zn_poly-0.9.patch
BuildRequires:	gmp-devel
BuildRequires:	ntl-devel

%description
zn_poly is a C library for polynomial arithmetic in Z/nZ[x],
where n is any modulus that fits into an unsigned long.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Polynomial arithmetic in Z/nZ[x] (shared library)
Group:		System/Libraries
Conflicts:	%{_lib}zn_poly-devel < 0.9-11

%description -n %{libname}
zn_poly is a C library for polynomial arithmetic in Z/nZ[x],
where n is any modulus that fits into an unsigned long.

%files -n %{libname}
%{_libdir}/libzn_poly-%{version}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Polynomial arithmetic in Z/nZ[x] (development files)
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
zn_poly is a C library for polynomial arithmetic in Z/nZ[x],
where n is any modulus that fits into an unsigned long.

%files -n %{devname}
%doc doc/REFERENCES
%{_includedir}/*
%{_libdir}/libzn_poly.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
# this script actually just calls makemakefile.py, and it doesn't like
# options it doesn't know about.
sed -i \
	-e 's|^ntl_include_dir.*|ntl_include_dir = options.ntl_prefix + "/NTL/include"|' \
	-e 's|" % prefix|" % ("%{buildroot}" + prefix)|' \
	-e 's|/lib"|/%{_lib}"|' \
	makemakefile.py

./configure \
	--prefix=%{_prefix} \
	--cflags="%{optflags} -fPIC"

make libzn_poly-%{version}.so

%install
make install


%changelog

* Tue Jun 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9-11
- (ccf7129) Split shared library from development package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15743 |14cu|zoneminder-1.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define zmuid   apache
%define zmgid   apache
%define uname   ZoneMinder
%define moover  1.3.2
%define camver  0.936
%define rel     3

%global __noautoreq 'perl\\(ZoneMinder|perl\\(ONVIF|perl\\(WSNotification|perl\\(WSDiscovery|perl\\(WSDiscovery10|perl\\(WSSecurity|/usr/bin/pkexec'
%global __noautoprov 'perl\\(ZoneMinder|perl\\(ONVIF|perl\\(WSNotification|perl\\(WSDiscovery|perl\\(WSDiscovery10|perl\\(WSSecurity'

Name:           zoneminder
Version:        1.30.0
Release:        1
Summary:        Video Camera and CCTV Security with Motion Detection
Group:          Security
URL:            http://www.zoneminder.com/
License:        GPLv2+ and MIT
# Included Mootools is under the MIT license: http://mootools.net/
# http://www.opensource.org/licenses/mit-license.php
Source0:        https://github.com/%{uname}/%{uname}/releases/download/v%{version}/%{uname}-%{version}.tar.gz
Source1:        http://www.charliemouse.com/code/cambozola/cambozola-%{camver}.tar.gz
Source2:        %{name}.conf
Source3:        redalert.wav
Source4:        README.ROSA
Source6:        zmrestart
Source7:        zmstop
Source8:        zmsetup
Source9:        %{name}.service
Source10:       %{name}-tmpfiles.conf
Source11:       89-%{name}.rules
Source100:	%{name}.rpmlintrc

Patch0:         zoneminder-1.30.0-gcrypt.patch
# Fix red outlines bug fixed after release (next 2 patches)
Patch1:         zoneminder-1.30.0-pr1576.patch
Patch2:         zoneminder-1.30.0-pr1592.patch

BuildRequires:  ant
BuildRequires:  cmake
# ffmpeg is needed for CMakeLists.txt to set OPT_FFMPEG
BuildRequires:  ffmpeg
BuildRequires:  ffmpeg-devel
BuildRequires:  gnutls-devel
BuildRequires:  java-devel >= 1:1.7.0
BuildRequires:  jpeg-devel
BuildRequires:  libgcrypt-devel
BuildRequires:  mariadb-devel
BuildRequires:  pcre-devel
BuildRequires:  pkgconfig(libcurl)
BuildRequires:  pkgconfig(libvlc)
BuildRequires:  pkgconfig(polkit-gobject-1)
# Perl modules really required for build
BuildRequires:  perl(Date::Manip)
BuildRequires:  perl(DBD::mysql)
BuildRequires:  perl(LWP::UserAgent)
BuildRequires:  perl(Sys::Mmap)
BuildRequires:  perl-devel
BuildRequires:  java-rpmbuild

Requires:       apache-mod_php
Requires:       cracklib-dicts
Requires:       ffmpeg
# Perl modules required but not auto-required
Requires:       perl(Archive::Zip)
Requires:       perl(DBD::mysql)
Requires:       perl(IO::Socket::SSL)
Requires:       perl(MIME::Entity)
Requires:       perl(MIME::Lite)
Requires:       perl(Net::FTP)
Requires:       perl(Net::SFTP::Foreign)
Requires:       perl(PHP::Serialization)
Requires:       perl(Sys::CPU)
Requires:       perl(Sys::MemInfo)
Requires:       php
Requires:       php-gd
Requires:       php-mysql
Requires:       php-pdo_mysql
Requires:       php-pdo
Requires:       php-sockets


Requires(post): rpm-helper
Requires(preun): rpm-helper

Suggests:     mysql

%description
A CCTV security package with remote access, motion detection and recording.
ZoneMinder is intended for use in single or multi-camera video security
applications, including commercial or home CCTV. It supports capture,
analysis, recording, and monitoring of video data coming from one or more
video or network cameras attached to a Linux system. 
ZoneMinder also supports web and semi-automatic control of Pan/Tilt/Zoom
cameras using a variety of protocols.
It is designed to run on distributions which support the Video For Linux (V4L)
interface and has been tested with video cameras attached to BTTV cards,
various USB cameras and also supports most IP network cameras.

%prep
%setup -q -a 1 -n %{uname}-%{version}
%apply_patches

# Change the following default values
./utils/zmeditconfigdata.sh ZM_PATH_ZMS /zmcgi/nph-zms
./utils/zmeditconfigdata.sh ZM_OPT_CAMBOZOLA yes
./utils/zmeditconfigdata.sh ZM_HTTP_VERSION 1.1
./utils/zmeditconfigdata.sh ZM_CHECK_FOR_UPDATES no
./utils/zmeditconfigdata.sh ZM_DYN_SHOW_DONATE_REMINDER no
./utils/zmeditconfigdata.sh WEB_ALARM_SOUND %{_datadir}/%{name}/sounds/redalert.wav

cp %{SOURCE4} README.ROSA

%build
pushd cambozola-%{camver}
%ant
popd

%cmake \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_PREFIX=%{_usr} \
-DZM_CGIDIR=%{_datadir}/%{name}/cgi \
-DZM_WEBDIR=%{_datadir}/%{name}/www \
-DZM_WEB_USER=%{zmuid} \
-DZM_WEB_GROUP=%{zmgid} \
-DZM_CONFIG_DIR=%{_sysconfdir}

%make

%install
%makeinstall_std -C build

for dir in events images temp  ; do
    install -m 755 -d %{buildroot}%{_localstatedir}/lib/%{name}/$dir
    ln -sf %{_localstatedir}/lib/%{name}/$dir %{buildroot}%{_datadir}/%{name}/www/$dir
done

install -D -m 775 cambozola-%{camver}/dist/cambozola.jar \
%{buildroot}/%{_datadir}/%{name}/www/cambozola.jar
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 db %{buildroot}%{_datadir}/%{name}/db
install -m 644 db/*.sql %{buildroot}%{_datadir}/%{name}/db
install -D -m 644 %{SOURCE2} %{buildroot}%{_webappconfdir}/%{name}.conf
install -D -m 755 %{SOURCE3} %{buildroot}%{_datadir}/%{name}/sounds/redalert.wav
install -d -m 755 %{buildroot}%{_localstatedir}/log/zm
install -D -m 755 %{SOURCE6} %{buildroot}%{_bindir}/zmrestart
install -D -m 755 %{SOURCE7} %{buildroot}%{_bindir}/zmstop
install -D -m 755 %{SOURCE8} %{buildroot}%{_bindir}/zmsetup
install -D -m 644 scripts/zmlogrotate.conf.in %{buildroot}%{_sysconfdir}/logrotate.d/zm
install -D -m 644 %{SOURCE9} %{buildroot}%{_unitdir}/%{name}.service
install -m 755 -d %{buildroot}/var/lib/%{name}/sock
install -m 755 -d %{buildroot}/var/lib/%{name}/swap
install -m 755 -d %{buildroot}/var/lib/%{name}/temp
install -m 755 -d %{buildroot}/var/spool/%{name}-upload
install -D -p -m 0644 %{SOURCE10} %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -d -m 755 %{buildroot}%{_udevrulesdir}
install -D -p -m 0644 %{SOURCE11} %{buildroot}%{_udevrulesdir}/89-%{name}.rules

cat > README.urpmi <<EOF

ZoneMinder is now installed.
ROSA has included a script to simplify setup.
It will:
* Help you to create a mysql root password, a new ZoneMinder
  mysql database, or update from a previously installed version.
* Set mysql permissions for the zoneminder user.
* Start Mysql, Apache and ZoneMinder on completion.

To use it enter the following commands in a terminal:-

su

zmsetup

NOTE: After updating ZoneMinder to a new version always run zmsetup
and select to re-use your existing database. This will allow you
to update the database to be compatible with the newly installed
version of ZoneMinder, while keeping your existing events and
settings.

EOF

%post
# Make sure that service is not automatically re-started on update as
# zmsetup should be run before re-starting to avoid db errors.
if [ $1 -eq 2 ]; then
systemctl stop %{name}.service > /dev/null 2>&1
fi

%_post_service %{name}

%preun
%_preun_service %{name}

%files
%doc AUTHORS README.md README.ROSA README.urpmi
%config(noreplace) %attr(640,root,%{zmgid}) %{_sysconfdir}/zm.conf
%config(noreplace) %{_webappconfdir}/%{name}.conf
%{_bindir}/zma
%{_bindir}/zmaudit.pl
%{_bindir}/zmc
%{_bindir}/zmcontrol.pl
%{_bindir}/zmdc.pl
%{_bindir}/zmf
%{_bindir}/zmfilter.pl
%{_bindir}/zmcamtool.pl
%{_bindir}/zmpkg.pl
%{_bindir}/zmtrack.pl
%{_bindir}/zmtrigger.pl
%{_bindir}/zmu
%{_bindir}/zmupdate.pl
%{_bindir}/zmvideo.pl
%{_bindir}/zmwatch.pl
%{_bindir}/zmsetup
%{_bindir}/zmstop
%{_bindir}/zmrestart
%{_bindir}/zmx10.pl
%{_bindir}/zmsystemctl.pl
%{_bindir}/zmonvif-probe.pl
%{_bindir}/zmtelemetry.pl

%{_unitdir}/%{name}.service
%{perl_vendorlib}/*
%{_mandir}/man*/*

%dir %attr(755,%{zmuid},%{zmgid}) %{_datadir}/%{name}
%attr(755,%{zmuid},%{zmgid}) %dir %{_datadir}/%{name}/www
%attr(755,%{zmuid},%{zmgid}) %{_datadir}/%{name}/www/*
%{_datadir}/%{name}/db
%{_datadir}/%{name}/sounds
%{_datadir}/%{name}/cgi

%dir %attr(755,%{zmuid},%{zmgid}) %dir %{_localstatedir}/log/zm
%dir %attr(755,%{zmuid},%{zmgid}) %{_localstatedir}/lib/%{name}
%dir %attr(755,%{zmuid},%{zmgid}) %{_localstatedir}/lib/%{name}/events
%dir %attr(755,%{zmuid},%{zmgid}) %{_localstatedir}/lib/%{name}/images
%dir %attr(755,%{zmuid},%{zmgid}) %{_localstatedir}/lib/%{name}/sock
%dir %attr(755,%{zmuid},%{zmgid}) %{_localstatedir}/lib/%{name}/swap
%dir %attr(755,%{zmuid},%{zmgid}) %{_localstatedir}/lib/%{name}/temp
%dir %attr(755,%{zmuid},%{zmgid}) %{_localstatedir}/spool/%{name}-upload
%{_sysconfdir}/logrotate.d/zm
%{_udevrulesdir}/89-%{name}.rules
%{_tmpfilesdir}/%{name}.conf
%{_datadir}/polkit-1/rules.d/com.zoneminder.systemctl.rules
%{_datadir}/polkit-1/actions/com.zoneminder.systemctl.policy

%changelog

* Tue Jan 17 2017 Denis Silakov <dsilakov@virtuozzo.com> 1.30.0-1
- (fc32abc) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15744 |14cu|zookeeper-3.4.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 		2
%define libname 	%mklibname zookeeper %{major}
%define develname 	%mklibname zookeeper -d

Summary:    	Zookeeper C client library
Name:       	zookeeper
Version:    	3.4.6
Release:    	2
License:    	Apache License
Group:      	System/Libraries
URL:        	zookeeper.apache.org
Source0:    	http://apache.mirrors.tds.net/%{name}/stable/%{name}-%{version}.tar.gz
Patch0:		CVE-2016-5017.patch

BuildRequires:  autoconf 
BuildRequires:  automake 
BuildRequires:  libtool
BuildRequires:  cppunit-devel >= 1.10.2
BuildRequires:  dos2unix
BuildRequires:  doxygen
BuildRequires:  graphviz

%description
This package provides a C client interface to Zookeeper server. For general
information about Zookeeper please see %{url}

%package -n 	%{libname}
Summary:    	Zookeeper C client library
Group:      	System/Libraries

%description -n %{libname}
This package provides a C client interface to Zookeeper server. For general
information about Zookeeper please see %{url}

%package -n 	%{develname}
Summary:    	Development files for the %{libname} library
Group:      	Development/C
Requires:   	%{libname} >= %{version}
Provides:   	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for the %{libname} library.

%prep

%setup -q
%apply_patches

%build
pushd src/c
rm -rf autom4te.cache
autoreconf -fis

%configure2_5x \
    --disable-rpath \
    --with-syncapi

%make

make doxygen-doc
popd

%check
pushd src/c
make check
popd

%install
rm -rf %{buildroot}

pushd src/c
%makeinstall_std

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files
%{_bindir}/cli_mt
%{_bindir}/cli_st
%{_bindir}/load_gen

%files -n %{libname}
%doc src/c/ChangeLog src/c/LICENSE src/c/README
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%doc src/c/docs/html/*
%dir %{_includedir}/zookeeper
%{_includedir}/zookeeper/*.h
%{_libdir}/*.so

%changelog

* Wed Sep 28 2016 Denis Silakov <dsilakov@gmail.com> 3.4.6-2
- (21453f0) Fix CVE-2016-5017



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15745 |14cu|zpaq-7.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ZPAQ compress
Name:		zpaq
Version:	7.15
Release:	1
License:	BSD
Group:		Archiving/Compression
Url:		http://www.mattmahoney.net/dc/zpaq.html
Source0:	%{name}715.zip

%description
zpaq is a journaling archiver optimized for user-level incremental
backup of directory trees in Windows and *nix. It supports AES-256
encryption, 5 multi-threaded compression levels, and content-aware
file fragment level deduplication. For backups it adds only files
whose date has changed, and keeps both old and new versions. You can roll
back the archive date to restore from old versions of the archive.
The default compression level is faster than zip usually with better
compression. zpaq uses a self-describing compressed format to allow
for future improvements without breaking compatibility with older
versions of the program.

%files
%doc COPYING readme.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q -c
rm -f *.exe

%build
%make CXXFLAGS="%{optflags}"

%install
%makeinstall_std PREFIX=%{_prefix}


%changelog

* Tue Oct 11 2016 Rosa <rosa@abf.rosalinux.ru> 7.15-1
- (c081de1) Automatic import for version 7.15-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15746 |14cu|zramstart-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	zram

Name:		zramstart
Version:	1.0.0
Release:	1
Summary:	Sets up zram swap devices on boot
License:	GPLv2
Url:		https://github.com/mystilleef/FedoraZram
Group:		System/Kernel and hardware
#
# git clone https://github.com/mystilleef/FedoraZram.git
# cd FedoraZram
# make tarball
#
Source0:	%{oname}-%{version}.tar.bz2
Patch0:		zram-1.0.0-enable-lz4-compression-if-supported.patch
BuildArch:	noarch
Provides:	zramswap-enabler
Provides:	zram
# For zramstat script
Requires:	bc
Requires(post):		rpm-helper
Requires(preun):	rpm-helper

%description
zram compresses swap partitions into RAM for performance.

%prep
%setup -qn %{oname}-%{version}
%apply_patches

%build
#nothing

%install
%makeinstall_std \
	PREFIX=%{_prefix} \
	SYSTEMD_UNITDIR=%{_unitdir}

%post
%_post_service zram

%preun
%_preun_service zram

%files
%doc README*
%config(noreplace) %{_sysconfdir}/sysconfig/zram
%{_unitdir}/zram.service
%{_sbindir}/zramstart
%{_sbindir}/zramstat
%{_sbindir}/zramstop

%changelog

* Thu Jan 28 2016 Denis Silakov <dsilakov@gmail.com> 1.0.0-1
- (1a4a08c) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15747 |14cu|zsh-autosuggestions-0.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fish-like autosuggestions for zsh 
Name:		zsh-autosuggestions
Version:	0.3.3
Release:	1
License:	BSD
Group:		Shells
Url:		https://github.com/zsh-users/zsh-autosuggestions
Source0:	%{name}-%{version}.tar.gz
Requires:	zsh
BuildArch:	noarch

%description
Fish-like autosuggestions for zsh 

%files
%dir %{_datadir}/zsh/plugins/%{name}/
%{_datadir}/zsh/plugins/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q


%build

%install
mkdir -p %{buildroot}%{_datadir}/zsh/plugins/%{name}
cp -r * %{buildroot}%{_datadir}/zsh/plugins/%{name}/

%changelog

* Mon Jan 23 2017 Rosa <rosa@abf.rosalinux.ru> 0.3.3-1
- (a60a3c8) Automatic import for version 0.3.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15748 |14cu|zsh-completions-0.22.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Additional completion definitions for Zsh
Name:		zsh-completions
Version:	0.22.0
Release:	1
License:	BSD
Group:		Shells
Url:		https://github.com/zsh-users/zsh-completions
Source0:	%{name}-%{version}.tar.gz
Requires:	zsh
BuildArch:	noarch

%description
Additional completion definitions for Zsh.

%files
%{_datadir}/zsh/site-functions/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_datadir}/zsh/site-functions
cp src/_* %{buildroot}%{_datadir}/zsh/site-functions/

%changelog

* Mon Jan 23 2017 tremod <negry.m@yandex.ru> 0.22.0-1
- (21b4732) Update to 0.22.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15749 |14cu|zsh-syntax-highlighting-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fish shell like syntax highlighting for Zsh
Name:		zsh-syntax-highlighting
Version:	0.5.0
Release:	1
License:	BSD
Group:		Shells
Url:		https://github.com/zsh-users/zsh-syntax-highlighting
Source0:	%{name}-%{version}.tar.gz
Requires:	zsh
BuildArch:	noarch

%description
Fish shell like syntax highlighting for Zsh.

%files
%dir %{_datadir}/zsh/plugins/%{name}/
%{_datadir}/zsh/plugins/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q
rm -f .gitignore

%build

%install
mkdir -p %{buildroot}%{_datadir}/zsh/plugins/%{name}
cp -r * %{buildroot}%{_datadir}/zsh/plugins/%{name}/

%changelog

* Mon Jan 23 2017 tremod <negry.m@yandex.ru> 0.5.0-1
- (4e5467f) Update to 0.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15750 |14cu|ztrack-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ztrack
Version:        1.0
Release:        1
Summary:        Simple curses-based pseudo-3D driving game
License:        BSD
Group:          Games/Other
Url:            http://www.freshports.org/games/ztrack/
Source0:        http://ibiblio.org/pub/linux/games/arcade/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(ncurses)

%description
Ztrack is a simple curses-based pseudo-3D driving game. It's loosely
based on an old LCD game, I think it was Casio's "Turbo Drive", that I
used to spend far too long playing. As such, the graphics are fairly
simplistic, but what do you expect from a curses-based driving game.

%files
%doc README ChangeLog
%{_gamesbindir}/%{name}
%{_mandir}/man6/%{name}.6*

#----------------------------------------------

%prep
%setup -qn %{name}
perl -pi -e "s|#-DDEBUG|-g|" Makefile
find . -perm 0600 -exec chmod 0644 {} \;


%build 
%setup_compile_flags
%make 

%install
install -Dm 0755 ztrack %{buildroot}%{_gamesbindir}/%{name}
install -Dm 0644 ztrack.6 %{buildroot}%{_mandir}/man6/ztrack.6

%changelog

* Tue Sep 06 2016 abfonly <abfonly@gmail.com> 1.0-1
- (c57d510) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15751 |14cu|zulucrypt-5.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define libversion 3_2_0
%define libname %mklibname %{name}
%define devname %mklibname %{name} -d
%define oname zuluCrypt



Name:           zulucrypt
Version:        5.0.1
Release:        1
Summary:        Cli and GUI Front End to cryptsetup
License:        GPLv2+
Group:          File tools
Url:            http://code.google.com/p/zulucrypt/
Source0:        https://github.com/mhogomchungu/zuluCrypt/releases/download/%{version}/%{oname}-%{version}.tar.xz
Source1:        zulucrypt.rpmlintrc
Source2:        sulu_ru.tar.gz
Patch0:         zulucrypt-5.0.1-l10n-ru.patch
Patch1:         zuluCrypt-5.0.1-desktop_file.patch
BuildRequires:  cmake
BuildRequires:  desktop-file-utils
BuildRequires:  fdupes
BuildRequires:  hicolor-icon-theme
BuildRequires:  kdebase4-runtime-devel
BuildRequires:  %{_lib}blkid-devel
BuildRequires:  %{_lib}cryptsetup-devel
BuildRequires:  %{_lib}gcrypt-devel
BuildRequires:  kdelibs4-devel
BuildRequires:  %{_lib}pwquality-devel
BuildRequires:  qt4-devel
BuildRequires:  %{_lib}secret-devel
BuildRequires:  pkgconfig
# BuildRequires:  tc-play-devel


%description
zuluCrypt is a front end to cryptsetup.
It makes it easier to use cryptsetup by 
providing a Qt-based GUI and a simpler to 
use CLI front end to cryptsetup.
It does the same thing truecrypt does but 
without licensing problems or requiring a 
user to setup sudo for it or presenting 
root's password.
This package contains the applications.

%package -n %{devname}
Requires:       %{libname} = %{version}
Provides:	    %{name}-devel = %{version}
Summary:        Development library package
Group:          Development/KDE and Qt

%description -n %{devname}
This package contains development files 
and libraries necessary to build programs 
around zulucrypt

%package -n %{libname}
Summary:        Library for %{name}
Group:          System/Libraries

%description -n %{libname}
This package contains libraries that
provide higher level access to 
cryptsetup API and provide 
mounting/unmounting API
to easy opening and closing of volumes

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

pushd translations
tar -xvzf %{SOURCE2}
popd

%build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DREUSEMOUNTPOINT=false -DUDEVSUPPORT=true -DNOGUI=false -DQT5=false -DHOMEMOUNTPREFIX=false -DNOGNOME=false -DNOKDE=false -DCMAKE_BUILD_TYPE=RELEASE ..

%install
cd build
make DESTDIR=$RPM_BUILD_ROOT install

%files
%{_bindir}/zuluMount-gui
%{_bindir}/zuluMount-cli
%{_bindir}/zuluCrypt-gui
%{_bindir}/zuluCrypt-cli
%{_bindir}/zuluSafe-cli
%dir %{_libdir}/zuluCrypt
%dir %{_datadir}/zuluCrypt
%dir %{_datadir}/doc/zuluCrypt
%{_libdir}/zuluCrypt/keyring
%{_libdir}/zuluCrypt/zuluCrypt-testKey
%{_libdir}/zuluCrypt/keykeyfile
%{_libdir}/zuluCrypt/keydialog-qt
%{_libdir}/zuluCrypt/luks
%{_libdir}/zuluCrypt/generic_header
%{_libdir}/zuluCrypt/steghide
%{_libdir}/zuluCrypt/tomb
%{_libdir}/zuluCrypt/gpg
%{_libdir}/zuluCrypt/hmac

%{_datadir}/applications/zuluCrypt.desktop
%{_datadir}/applications/zuluMount.desktop

%{_datadir}/icons/*
%{_datadir}/doc/zuluCrypt/*
%{_datadir}/zuluCrypt/*
%{_datadir}/pixmaps/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libzuluCrypt.so.*
%{_libdir}/libzuluCrypt-exe.so.*
%{_libdir}/libzuluCryptPluginManager.so.*

%files -n %{devname}
%dir %{_includedir}/zuluCrypt
%{_includedir}/zuluCrypt/libzuluCrypt.h
%{_includedir}/zuluCrypt/libzuluCrypt-exe.h
%{_includedir}/zuluCrypt/libzuluCryptPluginManager.h
%{_libdir}/libzuluCryptPluginManager.so
#%%{_libdir}/libzuluCryptPluginManager-static.a
%{_libdir}/libzuluCrypt.so
%{_libdir}/libzuluCrypt-exe.so
#%%{_libdir}/libzuluCrypt-static.a
#%%{_libdir}/libzuluCrypt-exe-static.a
%{_libdir}/pkgconfig/libzuluCrypt.pc



%changelog

* Tue Oct 25 2016 Rosa <rosa@abf.rosalinux.ru> 5.0.1-1
- (21f5186) Automatic import for version 5.0.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15752 |14cu|zutils-1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# E: debuginfo-without-sources (Badness: 1)
%define debug_package	%{nil}

Name:		zutils
Summary:	Utilities dealing with compressed files
Version:	1.3
Release:	1
License:	GPLv3+
Group:		Archiving/Compression
URL:		http://www.nongnu.org/zutils/zutils.html
Source0:	http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.lz

BuildRequires:	lzip
Conflicts:	gzip-utils
Provides:	gzip-utils


%description
Zutils is a collection of utilities able to deal with any combination
of compressed and non-compressed files transparently. If any given file,
including standard input, is compressed, its decompressed content is used.
Compressed files are decompressed on the fly; no temporary files are created.
These utilities are not wrapper scripts but safer and more efficient C++
programs. In particular the "--recursive" option is very efficient in those
utilities supporting it.

The provided utilities are:
Zcat - Decompresses and copies files to standard output.
Zcmp - Decompresses and compares two files byte by byte.
Zdiff - Decompresses and compares two files line by line.
Zgrep - Decompresses and searches files for a regular expression.
Ztest - Tests integrity of compressed files.

The supported compressors are bzip2, gzip, lzip and xz. 

%prep
%setup -q

%build
%configure
%make

%check
make check

%install
%makeinstall_std
install -d -m 755 %{buildroot}/bin
mv %{buildroot}%{_bindir}/zcat %{buildroot}/bin/
ln -s ../../bin/zcat %{buildroot}%{_bindir}/zcat

%files
/bin/zcat
%{_bindir}/z*
%{_infodir}/zutils.info*
%{_mandir}/man1/z*.1*
# TODO a better config?
%config(noreplace) %{_sysconfdir}/zutilsrc

%changelog

* Mon May 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-1
- (0bd9fd7) Updated to 1.3, provide gzip-utils to satisfy basesystem



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15753 |14cu|zygrib-6.2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname zyGrib

Summary:	Weather data visualization, GRIB file viewer
Name:		zygrib
Version:	6.2.3
Release:	4
License:	GPLv3+
Group:		Sciences/Geosciences
Url:		http://www.zygrib.org
# Sources downloaded at :
# http://www.zygrib.org/getfile.php?file=zyGrib-3.8.3.tgz
# http://www.zygrib.org/getfile.php?file=zyGrib_maps2.tgz
Source0:	%{oname}-%{version}.tgz
Source1:	%{oname}_maps2.4.tgz
# From the Debian package
Source2:	%{name}.png
Patch0:		zyGrib-6.2.3-system-qwt.patch
Patch1:		zyGrib-6.2.3-datapath.patch
BuildRequires:	bzip2-devel
BuildRequires:	libnova-devel
BuildRequires:	qt4-devel
BuildRequires:	qwt-devel
BuildRequires:	pkgconfig(proj)
Suggests:	%{name}-maps-high

%description
ZyGrib is a GRIB file viewer. It enables :

o Visualisation of meteo data from files in GRIB Format 1
o Automatic GRIB data download
o Automatic Download from IAC (fleetcode) Data
o Roh or compressed GRIB Data (gzip *.gz; bzip2 *.bz2) can be used

%files
%{_bindir}/%{oname}
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/maps/gshhs/gshhs_0.rim
%exclude %{_datadir}/%{name}/maps/gshhs/gshhs_1.rim
%exclude %{_datadir}/%{name}/maps/gshhs/rangs_0.*
%exclude %{_datadir}/%{name}/maps/gshhs/rangs_1.*
%exclude %{_datadir}/%{name}/maps/gshhs/wdb_*_f.b
%exclude %{_datadir}/%{name}/maps/gshhs/wdb_*_h.b
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%package maps-high
Summary:	High resolution maps for %{oname}
Group:		Sciences/Geosciences
Requires:	%{name}
BuildArch:	noarch

%description maps-high
This package contains maps for %{oname} in higher resolution than the ones 
provided in the main package.

%files maps-high
%{_datadir}/%{name}/maps/gshhs/gshhs_0.rim
%{_datadir}/%{name}/maps/gshhs/gshhs_1.rim
%{_datadir}/%{name}/maps/gshhs/rangs_0.*
%{_datadir}/%{name}/maps/gshhs/rangs_1.*
%{_datadir}/%{name}/maps/gshhs/wdb_*_f.b
%{_datadir}/%{name}/maps/gshhs/wdb_*_h.b

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%setup -q -n %{oname}-%{version} -T -D -a 1
%patch0 -p1
%patch1 -p1

%build
%make

%install
install -d -m755 %{buildroot}%{_bindir}
install -D -m755 src/%{oname} %{buildroot}%{_bindir}

install -d -m755 %{buildroot}%{_datadir}/%{name}/tr
cp -pr data/maps %{buildroot}%{_datadir}/%{name}/maps
cp -pr data/img %{buildroot}%{_datadir}/%{name}/img
cp -pr data/colors %{buildroot}%{_datadir}/%{name}/colors
cp -pr data/fonts %{buildroot}%{_datadir}/%{name}/fonts
cp -pr data/gis %{buildroot}%{_datadir}/%{name}/gis
cp -pr data/stuff %{buildroot}%{_datadir}/%{name}/stuff
install -D -m644 data/tr/*.qm %{buildroot}%{_datadir}/%{name}/tr

# desktop file
install -d -m755 %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Name=%{oname}
GenericName=GRIB file viewer
Comment=Weather data visualization, GRIB file viewer
Exec=%{_bindir}/%{oname}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Science;Geoscience;
EOF

# icon
install -d -m755 %{buildroot}%{_datadir}/pixmaps
install -D -m644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.2.3-4
- (348de79) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15754 |14cu|zynaddsubfx-2.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define _disable_ld_no_undefined    1

%define docver  1.4.3
%define oname   ZynAddSubFX

Name:       zynaddsubfx
Version:    2.5.2
Release:    1
Summary:    Real-time MIDI software synthesizer
License:    GPLv2+
URL:        http://sourceforge.net/projects/zynaddsubfx
Group:      Sound
Source0:    http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:    http://downloads.sourceforge.net/%{name}/%{oname}-doc-%{docver}.tar.gz
Patch0:     %{name}-2.5.2-fix-format-string-error.patch
BuildRequires:  cmake
BuildRequires:  doxygen
BuildRequires:  pkgconfig(zlib)
BuildRequires:  pkgconfig(fftw3)
BuildRequires:  pkgconfig(mxml)
# GUI
BuildRequires:  pkgconfig(cairo)
BuildRequires:  pkgconfig(pixman-1)
BuildRequires:  fltk-devel
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xpm)
# Audio
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(libpulse)
BuildRequires:  pkgconfig(jack)
BuildRequires:  pkgconfig(portaudio-2.0) >= 19
BuildRequires:  pkgconfig(lash-1.0)
BuildRequires:  pkgconfig(dssi) >= 0.9.0
# It tests also for 0.28
BuildRequires:  pkgconfig(liblo) >= 0.26

%description
A real-time software synthesizer for Linux with many features, including
polyphony, multi-timbral and microtonal capabilities.  It includes randomness
of some parameters,which makes warm sounds, like analogue synthesizers.
The program has system/insertion effects, too.

%files
%doc html AUTHORS.txt COPYING HISTORY.txt
%doc  ExternalPrograms/Spliter/readme.txt
%{_bindir}/%{name}
%{_bindir}/%{name}-ext-gui
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}-*.desktop
%{_datadir}/pixmaps/%{name}.*

#-----------------------------------------------------------------------------

%package dssi
Summary:    DSSI synthesizer plugin
Group:      Sound
License:    GPLv2+
Requires:   %{name} = %{version}-%{release}

%description dssi
This is the DSSI synthesizer plugin of zynaddsubfx, which can be used with
DSSI hosts like qtractor, ghostess, rosegarden and others.

%files dssi
%doc COPYING
%{_libdir}/dssi/libzynaddsubfx_dssi.so

#-----------------------------------------------------------------------------

%prep
%setup -q -a 1
%patch0 -p1

chmod 644 *.txt
mv %{oname}-doc-%{docver} html


%build
%cmake
%make


%install
%makeinstall_std -C build

# Zero-lenght files
rm -f %{buildroot}%{_datadir}/%{name}/banks/Companion/.bankdir
rm -f %{buildroot}%{_datadir}/%{name}/banks/Cormi_Noise/.bankdir
%changelog

* Tue Dec 22 2015 Giovanni Mariani <mc2374@mclink.it> 2.5.2-1
- (21023da) Updated to release 2.5.2, added P0 to fix build error



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15755 |14cu|zynjacku-6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           zynjacku
Summary:        LV2 plugin host
Version:        6
Release:        4
Group:          Sound
License:        GPLv2+
Url:            http://home.gna.org/zynjacku/
Source0:        http://download.gna.org/%name/%name-%version.tar.bz2
Source1:        zynjacku_logo.xpm
# (Fedora)Correct lv2 path on 64bit systems:
# https://gna.org/bugs/?13687
Patch0:         zynjacku-lv2path.patch
BuildRequires:  pkgconfig(jack)
BuildRequires:  gtk2-devel
BuildRequires:  pkgconfig(libglade-2.0)
BuildRequires:  slv2-devel
BuildRequires:  lv2-devel
BuildRequires:  pygtk2.0-devel

Requires:       jack
Requires:       pygtk2.0
Provides:       lv2rack

%description
zynjacku is JACK based, GTK (2.x) host for LV2 synths. It has one JACK
MIDI input port (routed to all hosted synths) and one (two for stereo
synths) JACK audio output port per plugin. Such design provides
multi-timbral sound by running several synth plugins.
zynjacku is a nunchaku weapon for JACK audio synthesis.
You have solid parts for synthesis itself and you have flexible part that
allows synthesis to suit your needs.
lv2rack is a host for LV2 effect plugins.

%prep
%setup -q
%patch0 -p1 -b .lv2path

%build
%configure2_5x --disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall
mkdir -p %{buildroot}%{_datadir}/pixmaps/
cp %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
mkdir -p %{buildroot}%{_datadir}/applications


#make desktop file for zynjacku
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Zynjacku
Comment=LV2 synth plugin host
Exec=%{_bindir}/%{name}
Icon=%{_datadir}/pixmaps/zynjacku_logo.xpm
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;
EOF

#make desktop file for lv2rack
cat > %{buildroot}%{_datadir}/applications/mandriva-lv2rack.desktop <<EOF
[Desktop Entry]
Name=LV2Rack
Comment=LV2 effects plugin host
Exec=%{_bindir}/lv2rack
Icon=%{_datadir}/pixmaps/zynjacku_logo.xpm
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;
EOF

# don't ship .la
find %{buildroot} -name '*.la' | xargs rm -f

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README AUTHORS NEWS

%{_bindir}/%name
%{_bindir}/zynspect
%{_bindir}/lv2rack
%{python_sitelib}/zynworld/*
%dir %{_datadir}/%name
%{_datadir}/%name/*
%{_datadir}/pixmaps/%{name}_logo.xpm
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/applications/mandriva-lv2rack.desktop



%changelog

* Tue Jan 12 2016 gvm <mc2374@mclink.it> 6-4
- (ff9d363) Rebuilt for updated jack package (change BReq and Req).



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15756 |14cu|zzuf-0.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:    A transparent application input fuzzer
Name:		zzuf
Version:	0.13
Release:	4
Source0:	http://libcaca.zoy.org/files/%{name}/%{name}-%{version}.tar.gz
License:	WTFPL
Group:		Development/Other
Url:		http://libcaca.zoy.org/wiki/%{name}
BuildRequires:	autoconf2.5

%description
zzuf is a transparent application input fuzzer. Its purpose is to find bugs in
applications by corrupting their user-contributed data (which more than often
comes from untrusted sources on the Internet). It works by intercepting file
and network operations and changing random bits in the program?s input.

zzuf's behaviour is deterministic, making it easier to reproduce bugs. Its
main areas of use are:
   quality assurance: use zzuf to test existing software, or integrate it
      into your own software?s testsuite
   security: very often, segmentation faults or memory corruption issues
      mean a potential security hole, zzuf helps exposing some of them

zzuf's primary target is media players, image viewers and web browsers,
because the data they process is inherently insecure, but it was also
successfully used to find bugs in system utilities such as objdump.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall
rm -f %{_libdir}/%{name}/*.a

%clean

%files
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_libdir}/%{name}/*

%changelog

* Mon Nov 09 2015 Denis Silakov <dsilakov@gmail.com> 0.13-4
- (e2b484d) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15757 |14mr|a2ps-4.14-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Converts text and other types of files to PostScript(TM)
Name:		a2ps
Version:	4.14
Release:	14
License:	GPLv3+
Group:		Publishing
Url:		http://www.gnu.org/software/a2ps/
Source:		http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz
Patch1:		a2ps-4.14-enable-display.patch
Patch2:		a2ps-4.14-fix-str-fmt.patch
Patch3:		a2ps-4.14-glibcpaper.patch
Patch5:		a2ps-4.14-security.patch

BuildRequires:	bison
BuildRequires:	emacs-bin
BuildRequires:	flex
BuildRequires:	gettext
BuildRequires:	gperf
BuildRequires:	groff-perl
BuildRequires:	html2ps
BuildRequires:	imagemagick
BuildRequires:	mawk
BuildRequires:	tetex-dvips
BuildRequires:	tetex-latex
BuildRequires:	texinfo
BuildRequires:	psutils

Requires:	binutils
Requires:	file
Requires:	groff-perl
Requires:	imagemagick
Requires:	psutils

%description
The a2ps filter converts text and other types of files to PostScript(TM).
a2ps has pretty-printing capabilities and includes support for a wide
number of programming languages, encodings (ISO Latins, Cyrillic, etc.),
and medias.

%package devel
Summary:	Include files for %{name}
Group:		Development/Other
Requires(pre):	%{name} = %{version}-%{release}

%description devel
The a2ps filter converts text and other types of files to PostScript(TM).
A2ps has pretty-printing capabilities and includes support for a wide
number of programming languages, encodings (ISO Latins, Cyrillic, etc.),
and medias.

This package holds include files.

%package static-devel
Summary:	Static libraries for %{name}
Group:		Development/Other
Requires(pre):	%{name}-devel = %{version}-%{release}

%description static-devel
The a2ps filter converts text and other types of files to PostScript(TM).
A2ps has pretty-printing capabilities and includes support for a wide
number of programming languages, encodings (ISO Latins, Cyrillic, etc.),
and medias.

This package holds static libraries.

%prep
%setup -q -n %{name}-%{version}
%patch1 -p1 -b .enable-display
%patch2 -p0 -b .str

# Ensure the paper size is properly modified upon locale (from fedora)
%patch3 -p1

# Security enhancement (from fedora)
%patch5 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%post
# Adapt /usr/share/a2ps/afm/fonts.map to the current system environment
( cd %{_datadir}/%{name}/afm/
  ./make_fonts_map.sh > /dev/null 2>&1
  mv -f fonts.map.new fonts.map
)

%files -f %{name}.lang
%defattr(644,root,root,755)
%config(noreplace) %{_sysconfdir}/a2ps.cfg
%config(noreplace) %{_sysconfdir}/a2ps-site.cfg
%doc AUTHORS NEWS README TODO THANKS
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_datadir}/%{name}/afm/make_fonts_map.sh
%{_infodir}/a2ps.info*
%{_infodir}/ogonkify.info*
%{_infodir}/regex.info*
%{_mandir}/man1/*
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/README
%{_datadir}/%{name}/afm/*.afm
%{_datadir}/%{name}/afm/*.map
%{_datadir}/%{name}/encoding/
%{_datadir}/%{name}/fonts/
%{_datadir}/%{name}/ppd/
%{_datadir}/%{name}/ps/
%{_datadir}/%{name}/sheets/
%{_datadir}/ogonkify/
%{_datadir}/emacs/site-lisp/a2ps-print.el
%{_datadir}/emacs/site-lisp/a2ps.el
%{_datadir}/emacs/site-lisp/*.elc

%files devel
%defattr(644,root,root,755)
%doc ChangeLog
%{_includedir}/*

%files static-devel
%defattr(644,root,root,755)
%{_libdir}/*.a



%changelog
* Sun Aug 19 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14-14
+ Revision: 9affab3
- LOG Sync with Cooker (spec cleanup etc), drop conditions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15758 |14mr|a52dec-0.7.4-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		lib%{name}
%define fulllibname	%mklibname %{name} %{major}
%define develname	%mklibname -d %{name}

Name:		a52dec
Version:	0.7.4
Release:	19
Summary:	A free ATSC A/52 stream decoder library
License:	GPLv2+
Group:		Video
URL:		http://liba52.sourceforge.net
Source:		%{name}-%{version}.tar.bz2
Patch0:		a52dec-0.7.4-pic.patch
BuildRequires:	autoconf2.5
BuildRequires:	chrpath
Provides:	liba52-apps
Requires:	%{fulllibname} = %{version}-%{release}


%description
liba52 is a free library for decoding ATSC A/52 streams.

The A/52 standard is used in a variety of applications, including
digital television and DVD. It is also known as AC-3.

%package -n %{fulllibname}
Summary:	Libraries for %{name}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Provides:	liba52dec_0 = %{version}-%{release}
Provides:	liba52_0 = %{version}-%{release}
Provides:	liba520 = %{version}-%{release}

%description -n %{fulllibname}
liba52 is a free library for decoding ATSC A/52 streams.

The A/52 standard is used in a variety of applications, including
digital television and DVD. It is also known as AC-3.

This package contains libraries needed to run programs linked with %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{fulllibname} = %{version}
Provides:	%{libname}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
liba52 is a free library for decoding ATSC A/52 streams.

The A/52 standard is used in a variety of applications, including
digital television and DVD. It is also known as AC-3.

This package contains development files needed to compile programs which
use %{name}.

%prep
%setup -q
%patch0 -p1 -b .pic
autoconf

%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x --enable-shared --disable-static
%make

%install
%makeinstall_std
chrpath -d %{buildroot}%{_bindir}/a52dec

%files
%doc AUTHORS COPYING NEWS README TODO HISTORY
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{fulllibname}
%{_libdir}/liba52.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.4-19
+ Revision: 809ff79
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15759 |14mr|aalib-1.4.0-0.rc5.28
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname %{name}-1.4rc5

%define major 1
%define libname %mklibname aa %{major}
%define devname %mklibname aa -d

Summary:	AA (Ascii Art) library
Name:		aalib
Version:	1.4.0
Release:	0.rc5.28
License:	LGPLv2+
Group:		System/Libraries
Url:		http://aa-project.sourceforge.net/aalib/
Source0:	http://prdownloads.sourceforge.net/aa-project/%{fname}.tar.bz2
Patch0:		aalib-info.patch
Patch1:		aalib-rpath.patch
Patch2:		aalib-1.4-automake18.patch
Patch3:		aalib-1.4.0-automake-1.13.patch
Patch4:		aalib-1.4.0-texinfo-5.x.patch
BuildRequires:	texinfo
BuildRequires:	gpm-devel
BuildRequires:	pkgconfig(slang)
BuildRequires:	pkgconfig(x11)

%description
AA-lib is a low level gfx library just as many other libraries are.
The main difference is that AA-lib does not require graphics device. In
fact, there is no graphical output possible. AA-lib replaces those
old-fashioned output methods with powerful ascii-art renderer. Now my
linux boots with a nice penguin logo at secondary display (yes! Like
Win95 does:) AA-lib API is designed to be similar to other graphics
libraries. Learning a new API would be a piece of cake!
The AA library is needed for GIMP

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	AA (Ascii Art) library
Group:		System/Libraries

%description -n %{libname}
AA-lib is a low level gfx library just as many other libraries are.
The main difference is that AA-lib does not require graphics device. In
fact, there is no graphical output possible. AA-lib replaces those
old-fashioned output methods with powerful ascii-art renderer. Now my
linux boots with a nice penguin logo at secondary display (yes! Like
Win95 does:) AA-lib API is designed to be similar to other graphics
libraries. Learning a new API would be a piece of cake!
The AA library is needed for GIMP

%files -n %{libname}
%doc NEWS README
%{_libdir}/libaa.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries for developing apps which will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	libaa-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}aa-static-devel < 1.4.0-0.rc5.27

%description -n %{devname}
Install this package if you want to develop applications that
will use the %{name} library.

%files -n %{devname}
%doc README ChangeLog
%{_bindir}/aalib-config
%{_libdir}/*.so
%{_infodir}/*.*
%{_includedir}/*
%{_datadir}/aclocal/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package progs
Summary:	Tools to %{name}
Group:		Development/C

%description progs
AA-lib tools.

%files progs
%doc README
%{_bindir}/aafire
%{_bindir}/aainfo
%{_bindir}/aasavefont
%{_bindir}/aatest
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.0-0.rc5.28
+ Revision: 39304fe
- Fix build with new texinfo, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15760 |14mr|abattis-cantarell-fonts-0.0.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname		cantarell-fonts
%define fontconf	31-cantarell.conf

%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Cantarell, a Humanist sans-serif font family
Name:		abattis-%{oname}
Version:	0.0.15
Release:	2
License:	OFL
Group:		System/Fonts/True type
Url:		http://abattis.org/cantarell/
Source0: 	http://ftp.gnome.org/pub/GNOME/sources/cantarell-fonts/%{url_ver}/%{oname}-%{version}.tar.xz
BuildArch:	noarch
BuildRequires:	fontforge

%description
Cantarell is a set of fonts designed by Dave Crossland. It is a 
sans-serif humanist typeface family.

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x
%make

#create fonts from "source"
fontforge -lang=ff -c 'Open($1); Generate($2);' src/Cantarell-Bold.sfd Cantarell-Bold.otf
fontforge -lang=ff -c 'Open($1); Generate($2);' src/Cantarell-Regular.sfd Cantarell-Regular.otf

%install
rm -rf %{buildroot}
install -m 0755 -d %{buildroot}%{_datadir}/fontconfig/conf.avail
install -m 0755 -d %{buildroot}%{_xfontdir}/%{name}
install -m 0755 -d %{buildroot}%{_sysconfdir}/fonts/conf.d

install -m 0644 -p *.otf %{buildroot}%{_xfontdir}/%{name}
install -Dpm 0644 fontconfig/%{fontconf} \
        %{buildroot}%{_datadir}/fontconfig/conf.avail

ln -s %{_datadir}/fontconfig/conf.avail/%{fontconf} \
      %{buildroot}%{_sysconfdir}/fonts/conf.d/%{fontconf}

%files
%doc COPYING NEWS README
%{_sysconfdir}/fonts/conf.d/%{fontconf} 
%{_datadir}/fontconfig/conf.avail/%{fontconf}
%{_xfontdir}/%{name}/*.otf


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.15-2
+ Revision: 42336f8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15761 |14mr|abb-0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
name:		abb
version:	0.5
release:	1
summary:	command-line client for abf.rosalinux.ru

group:		System/Configuration/Packaging
license:	GPLv3+
url:			git://github.com/sash-kan/%{name}.git
buildarch:	noarch
source0:	%{name}
source1:	%{name}rc
source2:	readme
source3:	gpl-3.0.txt
source4:	spek.skel
source5:	abb.json.sh
source6:	license.apache2
source7:	license.mit
source8:	abb.bash_completion

requires:	bash
requires:	git-core
suggests:	w3m
requires:	curl
requires:	lynx
requires:	wget
requires:	rpm-build

buildarch:	noarch

%description
abb is command-line client for <http://abf.rosalinux.ru>

%prep
%setup -qcT
cp %{SOURCE1} .
cp %{SOURCE2} .

%install
install -d %{buildroot}%{_bindir}
install %{SOURCE0} %{buildroot}%{_bindir}/
install -d %{buildroot}%{_datadir}/%{name}
install %{SOURCE4} %{buildroot}%{_datadir}/%{name}/
install %{SOURCE5} %{buildroot}%{_bindir}/
install -d %{buildroot}%{_datadir}/bash_completion
install %{SOURCE8} %{buildroot}%{_datadir}/bash_completion/abb
%if %mdkversion < 201210
# rosa 2012.0
sed -i 's/^_have /have /' %{buildroot}%{_datadir}/bash_completion/abb
%endif
install -d %{buildroot}%{_sysconfdir}/bash_completion.d
ln -s %{_datadir}/bash_completion/abb %{buildroot}%{_sysconfdir}/bash_completion.d/abb

%files
%doc abbrc readme
%{_bindir}/%{name}*
%{_datadir}/%{name}
%{_datadir}/bash_completion
%{_sysconfdir}/bash_completion.d

%changelog
* Wed Jan 09 2013 alexander barakin (aka sash-kan) <alex@barak.in> 0.5-1
+ Revision: 3efd7da
- remove build_requires
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Mon Dec 24 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.5-1
+ Revision: a05a577
- move w3m from reqs to suggests
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Thu Dec 13 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.5-1
+ Revision: dffe8d8
- rosa2012.1 have "_have", but rosa2012lts have "have"
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Thu Dec 13 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.5-1
+ Revision: 58b14ea
- improve bash_completion, add "send" command to it
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Tue Dec 11 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.5-1
+ Revision: f54f80a
- new version 0.5
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Tue Dec 11 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: 00634b0
- url escape "+" in project name
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Wed Dec 05 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: 4efd41c
- add "cdafterclone" option
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Wed Dec 05 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: 8306fd7
- accepts "yes" with options "publish" and "withrequired"
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Fri Nov 30 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: f1eba03
- add "rejectpublish" command
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Fri Nov 30 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: a370079
- correctly handle empty api-server output
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Fri Nov 30 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: c4c825c
- correctly handle empty api-server output
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Fri Nov 30 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: 79b3544
- correctly handle slashes in branch name
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Thu Nov 29 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: 18d7869
- fix "status" with one argument
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Thu Nov 29 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: e2497e1
- add "send" command, beta version
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Thu Nov 29 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: 8fd8fa7
- using apiurl
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Thu Nov 29 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: add7d3d
- cleanup
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Wed Nov 28 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: 84d7e58
- do not add line "---" to new .abf.yml
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Wed Nov 28 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: 5d1271a
- consider the option "restore" while "build"
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Mon Nov 26 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: 9dc7a77
- added used reqs
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Mon Nov 26 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.4-1
+ Revision: af0d83a
- v0.4: add bash_completion
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Mon Nov 26 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.3-2
+ Revision: a8beeb9
- add "vars" command
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Thu Nov 22 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.3-2
+ Revision: e713a85
- bump release
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Thu Nov 22 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.3-1
+ Revision: 0243c12
- handle missing newline in .abf.yml with "store"
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Thu Nov 22 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.3-1
+ Revision: bc2ec19
- handle missing newline at end of .abf.yml
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Thu Nov 22 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.3-1
+ Revision: d79b555
- mkdir BUILD for some strange specs without %setup
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Wed Nov 21 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.3-1
+ Revision: 9232a92
- include also abb.json.sh in %files
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Wed Nov 21 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.3-1
+ Revision: 998470a
- add abb.json.sh from github.com/dominictarr/JSON.sh
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Wed Nov 21 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.2-2
+ Revision: 6df2ba7
- file-store changes api call
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Tue Nov 20 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.2-2
+ Revision: e588d46
- add "publish" command
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Mon Nov 19 2012 alexander barakin (aka sash-kan) <alex@barak.in> 0.2-2
+ Revision: 8a796bd
- fix "pushd: no such file or directory"
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15762 |14mr|abf-console-client-1.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           abf-console-client
Version:        1.16
Release:        1
Summary:        Console client for ABF (https://abf.rosalinux.ru)
Group:          System/Configuration/Packaging
License:        GPLv2
URL:            http://wiki.rosalab.ru/en/index.php/ABF_Console_Client
Source0:        %{name}-%{version}.tar.gz
BuildArch:      noarch

Requires:       python-abf >= %{version}-%{release}
Requires:       python-beaker
Requires:       python-rpm
Requires:       git
Requires:       python-yaml
Requires:       python-magic
Requires:       tar >= 1.26
Requires:       wget
Suggests:       mock-urpm
Provides:       abf
Provides:       abfcc
Provides:       abf-c-c

%description
Console client for ABF (https://abf.rosalinux.ru). 


%package -n     python-abf
Summary:        Python API for ABF (https://abf.rosalinux.ru)
Group:          System/Configuration/Packaging
Provides:       python-abf = %{version}-%{release}

%description -n python-abf
%{name} is the python API to ABF (https://abf.rosalinux.ru).
It contains a set of basic operations, done with either HTML 
parsing or through ABF json API. It also provides datamodel to
operate with.

%prep
%setup -q -n %{name}

%install
make install DESTDIR=%{buildroot}
ln -s %{_datadir}/bash-completion/abf %{buildroot}/%{_sysconfdir}/bash_completion.d/abf


%files
%dir %{py_puresitedir}/abf/console
%{py_puresitedir}/abf/console/*.py*
%{_bindir}/abf
#bash_completion files
%{_datadir}/bash-completion/abf 
%{_sysconfdir}/bash_completion.d/abf
%{_sysconfdir}/profile.d/abfcd.sh
%dir %{_sysconfdir}/abf/mock-urpm/configs/
%{_sysconfdir}/abf/mock-urpm/configs/*
%dir /var/cache/abf/
%dir /var/cache/abf/mock-urpm/
%dir /var/lib/abf/mock-urpm/src
%dir /var/lib/abf/
%dir /var/lib/abf/mock-urpm

%files -n python-abf
%dir %{py_puresitedir}/abf
%dir %{py_puresitedir}/abf/api
%{py_puresitedir}/abf/*.py*
%{py_puresitedir}/abf/api/*.py*

%changelog
* Mon Sep 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.16-1
+ Revision: 78b8595
- Added --save-chroot and --cached-chroot, get ready for l10n

* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.15.2-1
+ Revision: 60bdcdc
- Updated to 1.15.2

* Wed Jul 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.15.1-1
+ Revision: 0e001aa
- Allow to fetch files from file store by hash

* Wed Jul 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.15-1
+ Revision: c401124
- Updated to 1.15 - added 'info' command

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.14.9-2
+ Revision: 508460c
- MassBuild#440: Increase release tag

* Thu Jun 05 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.9-1
+ Revision: e0dbfac
- Disable armv7l for cooker

* Thu May 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.8-2
+ Revision: 54daa25
- Bump release

* Wed May 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.8-1
+ Revision: c55d468
- Build ARM by default for OMV

* Tue May 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.7-1
+ Revision: 4627d15
- Use blocking for config file access

* Fri May 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.6-2
+ Revision: 70c359e
- Provide short aliases

* Mon Apr 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.6-1
+ Revision: 32db8b0
- Improve autocompletion

* Tue Apr 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.5-1
+ Revision: e2724d4
- Be smarter with default_branch

* Tue Apr 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.4-1
+ Revision: 35ef9a7
- Drop unpacked files

* Tue Apr 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.4-1
+ Revision: 0080b01
- Invalidate cache after adding/removing projects from repo

* Tue Apr 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.3-1
+ Revision: e62500c
- Added default_branch to config

* Thu Apr 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.2-1
+ Revision: 078906f
- Added possibility to create branches when creating a project

* Fri Mar 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14.1-1
+ Revision: c050307
- Updated to 1.14.1

* Fri Feb 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14-1
+ Revision: b7f775b
- Updated to 1.14 - implemented add/remove project to/from repo

* Thu Feb 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.13-1
+ Revision: 2960ae5
- Updated to 1.13 - implemented project fork and creation from srpm

* Wed Feb 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.12.2-1
+ Revision: 3d6469a
- Updated to 1.12.2 - fix 'abf status' behavior after recent ABF changes

* Mon Nov 11 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.12.1-1
+ Revision: 8de1f1e
- Updated to 1.12.1 - Do not create containers if auto-publish is set

* Mon Nov 11 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.12.1-1
+ Revision: abb8fc0
- Updated to 1.12.1 - Do not create containers if auto-publish is set

* Tue Sep 03 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.12-1
+ Revision: ce0e608
- LOG Version 1.12 - added ability to send pull requests

* Tue Sep 03 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.12-1
+ Revision: d256c74
- LOG Version 1.12 - added ability to send pull requests

* Fri Aug 02 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.11.3-1
+ Revision: e74e22e
- LOG Updated to 1.11.3 - create containers for new build tasks by default

* Fri Aug 02 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.11.3-1
+ Revision: 58ef8ab
- LOG Updated to 1.11.3 - create containers for new build tasks by default

* Tue Jun 25 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.11.2-1
+ Revision: a36eac5
- Updated tarball

* Tue Jun 25 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.11.2-1
+ Revision: 6c46d2e
- Updated tarball

* Tue Jun 25 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.11.2-1
+ Revision: c32cd01
- Recognize 'tests failed' status

* Tue Jun 25 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.11.2-1
+ Revision: 1487917
- Recognize 'tests failed' status

* Fri May 31 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.11.1-1
+ Revision: 5a5f005
- LOG Updated to 1.11.1

* Fri May 31 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.11.1-1
+ Revision: f396020
- LOG Updated to 1.11.1

* Wed May 29 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.11-1
+ Revision: 0863f3b
- LOG Updated to 1.11

* Wed May 29 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.11-1
+ Revision: 1974290
- LOG Updated to 1.11

* Fri May 17 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.10-1
+ Revision: e4b9623
- Added autodetection of cooker repositories, use x86 and x86_64 arches by default

* Fri May 17 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.10-1
+ Revision: 5d711b8
- Added autodetection of cooker repositories, use x86 and x86_64 arches by default

* Wed Feb 20 2013 Anton Kirilenko <anton.kirilenko@rosalab.ru> 1.9-3
+ Revision: fbf7e49
- Fix for API changes

* Mon Dec 24 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 1.9-2
+ Revision: f53d7b2
- Fix for ABF API changes: BuildList field build_requires was removed



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15763 |14mr|about-distro-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KCM module to show info about system
Name:		about-distro
Version:	1.0.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Requires:	kdebase4-workspace

%description
KCM module to show info about system.

It can be customized by kcm-about-distrorc file in KDE config directory.

%files -f kcm-about-distro.lang
%{_kde_libdir}/kde4/kcm_about_distro.so
%{_kde_services}/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang kcm-about-distro


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-2
+ Revision: 06ce608
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15764 |14mr|abrt-2.0.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (blino) FIXME: switch back to 1 when systemd is installable
%define with_systemd 1

%define lib_major 0
%define lib_name %mklibname %{name} %{lib_major}

%define lib_name_devel %mklibname %{name} -d
%define lib_report_devel %mklibname report -d

Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.0.10
Release: 3
License: GPLv2+
Group:   System/Libraries
URL: https://fedorahosted.org/abrt/
Source0: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
Source1: abrt.init
Source2: 00abrt.sh
Source3: 00abrt.csh
Source4: abrt-debuginfo-install
Source5: abrt-ccpp.init
Source6: abrt-oops.init
Patch0: abrt-2.0.8-format_security.patch
# (fc) disable package signature check
Patch2: abrt_disable_gpgcheck.diff
# (pt) generate stacktrace twice to get missing -debug packages
#Patch5: abrt-1.1.14-debug.patch
# (fc) disable nspluginwrapper-i386 (Mdv bug #59237)
Patch7: abrt-2.0.2-nspluginwrapper.patch
Patch8: abrt-2.0.8-nonutf8-locale.patch
Patch10: abrt-2.0.8-link-against-libreport.patch
# (proyvind): port to rpm5 api
Patch11: abrt-2.0.8-rpm5.patch
BuildRequires: autoconf automake libtool
BuildRequires: dbus-devel
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: curl-devel
BuildRequires: rpm-devel
BuildRequires: sqlite3-devel > 3.0
BuildRequires: desktop-file-utils
#BuildRequires: nss-devel
BuildRequires: libnotify-devel
BuildRequires: xmlrpc-c-devel
BuildRequires: xmlrpc-c
#BuildRequires: file-devel
BuildRequires: python-devel
BuildRequires: gettext
BuildRequires: polkit-1-devel
BuildRequires: libzip-devel, libtar-devel, bzip2-devel, zlib-devel
BuildRequires: intltool
BuildRequires: pkgconfig(btparser) => 0.16
BuildRequires: pkgconfig(libreport) => 2.0.9
BuildRequires: pkgconfig(libreport-gtk) => 2.0.9
BuildRequires: gnome-common
BuildRequires: bison
BuildRequires: asciidoc
BuildRequires: docbook-style-xsl
BuildRequires: xmlto
BuildRequires: libgnome-keyring-devel
BuildRequires: gettext-devel
%if %{?with_systemd}
BuildRequires: systemd-units
%endif
Requires: %{lib_name} >= %{version}-%{release}
Requires(pre): rpm-helper
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(postun): rpm-helper
Obsoletes: abrt-plugin-catcut < 1.1.13
Obsoletes: abrt-plugin-sqlite3 < 1.1.18
# required for transition from 1.1.13, can be removed after some time
Obsoletes: abrt-plugin-runapp < 1.1.18
Obsoletes: abrt-plugin-filetransfer < 1.1.18
Obsoletes: abrt-plugin-sosreport < 1.1.18
BuildConflicts: %{mklibname abrt 0} %{mklibname abrt -d} abrt

%description
%{name} is a tool to help users to detect defects in applications and
to create a bug report with all informations needed by maintainer to fix it.
It uses plugin system to extend its functionality.

%package -n %{lib_name}
Summary: Libraries for %{name}
Group: System/Libraries

%description -n %{lib_name}
Libraries for %{name}.

%package -n %{lib_name_devel}
Summary: Development libraries for %{name}
Group: Development/C
Requires: %{lib_name} = %{version}-%{release}
Requires: abrt = %{version}-%{release}

%description -n %{lib_name_devel}
Development libraries and headers for %{name}.

%package gui
Summary: %{name}'s gui
Group: Graphical desktop/Other
Requires: %{name} = %{version}-%{release}
Requires: dbus-python, pygtk2.0, pygtk2.0-libglade
Requires: python-gobject
##Requires: gnome-python-desktop
Requires: libreport-gtk

%description gui
GTK+ wizard for convenient bug reporting.

%package addon-ccpp
Summary: %{name}'s C/C++ addon
Group: System/Libraries
Requires: elfutils
Requires: %{name} = %{version}-%{release}

%description addon-ccpp
This package contains hook for C/C++ crashed programs and %{name}'s C/C++
analyzer plugin.

%package addon-kerneloops
Summary: %{name}'s kerneloops addon
Group: System/Libraries
Requires: curl
Requires: %{name} = %{version}-%{release}
#Obsoletes: kerneloops

%description addon-kerneloops
This package contains plugin for collecting kernel crash information
and reporter plugin which sends this information to specified server,
usually to kerneloops.org.

%package addon-vmcore
Summary: %{name}'s vmcore addon
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
Requires: abrt-addon-kerneloops

%description addon-vmcore
This package contains plugin for collecting kernel crash information from
vmcore files.

%package addon-python
Summary: %{name}'s addon for catching and analyzing Python exceptions
Group: System/Libraries
Requires: %{name} = %{version}-%{release}

%description addon-python
This package contains python hook and python analyzer plugin for handling
uncaught exception in python programs.


%package cli
Summary: %{name}'s command line interface
Group: Graphical desktop/Other
Requires: %{name} = %{version}-%{release}
Requires: %{name}-addon-kerneloops
Requires: %{name}-addon-ccpp, %{name}-addon-python

%description cli
This package contains simple command line client for controlling abrt 
daemon over the sockets.

%package desktop
Summary: Virtual package that installs all necessary packages
Group: Graphical desktop/Other
# This package gets installed when anything requests bug-buddy -
# happens when users upgrade Fn to Fn+1;
# or if user just wants "typical desktop installation".
# Installing abrt-desktop should result in the abrt which works without
# any tweaking in abrt.conf (IOW: all plugins mentioned there must be installed)
Requires: %{name} = %{version}-%{release}
Requires: %{name}-addon-kerneloops
Requires: %{name}-addon-vmcore
Requires: %{name}-addon-ccpp, %{name}-addon-python
# Default config of addon-ccpp requires gdb
Requires: gdb >= 7.0-3
Requires: %{name}-gui
#Obsoletes: bug-buddy
#Provides: bug-buddy

%description desktop
Virtual package to make easy default installation on desktop environments.

%if 0
%package retrace-server
Summary: %{name}'s retrace server using HTTP protocol
Group:   Graphical desktop/Other
Requires: abrt-addon-ccpp
Requires: gdb >= 7.0-3
Requires: apache-mod_wsgi, apache-mod_ssl, python-webob
Requires: mock, xz, elfutils, createrepo
Requires(preun): /sbin/install-info
Requires(post): /sbin/install-info

%description retrace-server
The retrace server provides a coredump analysis and backtrace
generation service over a network using HTTP protocol.
%endif

%package addon-xorg
Summary: %{name}'s Xorg addon
Group: System/Libraries
Requires: curl
Requires: %{name} = %{version}-%{release}

%description addon-xorg
This package contains plugin for collecting Xorg crash information 
from Xorg log.

%prep

%setup -q
%apply_patches
# (tv)) disable -Werror:
perl -pi -e 's!-Werror!-Wno-deprecated!' configure{.ac,} */*/Makefile*

%build
NOCONFIGURE=yes gnome-autogen.sh
%define Werror_cflags %nil

%configure2_5x \
%if !%{with_systemd}
    --without-systemdsystemunitdir \
%endif
%if %{with_systemd}
    --with-systemdsystemunitdir=/lib/systemd/system \
%endif
    --disable-rpath \
    --enable-gtk3

%make

%install

%makeinstall_std
%find_lang %{name}

# remove all .la and .a files
find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f
%if !%{with_systemd}
mkdir -p %{buildroot}/%{_initrddir}
install -m 755 %SOURCE1 %{buildroot}/%{_initrddir}/%{name}d
install -m 755 %SOURCE5 %{buildroot}/%{_initrddir}/%{name}-ccpp
install -m 755 %SOURCE6 %{buildroot}/%{_initrddir}/%{name}-oops
sed -i 's!@libexec@!%_libdir!' %{buildroot}/%{_initrddir}/%{name}-ccpp
%endif
mkdir -p %{buildroot}/var/cache/%{name}-di
mkdir -p %{buildroot}/var/run/%{name}
mkdir -p %{buildroot}/var/spool/%{name}
mkdir -p %{buildroot}/var/spool/%{name}-retrace
mkdir -p %{buildroot}/var/cache/%{name}-retrace
mkdir -p %{buildroot}/var/log/%{name}-retrace
mkdir -p %{buildroot}/var/spool/%{name}-upload

# remove fedora gpg key
rm -f %{buildroot}%{_sysconfdir}/abrt/gpg_keys
touch %{buildroot}%{_sysconfdir}/abrt/gpg_keys

touch %buildroot/var/run/abrt/abrt.socket
touch %buildroot/var/run/abrtd.pid

# install ulimit disabler
mkdir -p %{buildroot}%{_sysconfdir}/profile.d/
install -m0644 %SOURCE2 %SOURCE3 %{buildroot}%{_sysconfdir}/profile.d/

desktop-file-install \
        --dir %{buildroot}%{_sysconfdir}/xdg/autostart \
        src/applet/%{name}-applet.desktop

# replace with our own version
cat %{SOURCE4} > %{buildroot}/usr/bin/%{name}-debuginfo-install

#remove RH specific plugins
rm -f %{buildroot}%{_libdir}/%{name}/{RHTSupport.glade,libRHTSupport.so}
rm -f %{buildroot}%{_sysconfdir}/%{name}/plugins/RHTSupport.conf
rm -f %{buildroot}%{_sysconfdir}/%{name}/events.d/rhtsupport_events.conf
rm -f %{buildroot}%{_sysconfdir}/%{name}/events/report_RHTSupport.xml
rm -f %{buildroot}%{_bindir}/%{name}-action-rhtsupport

# After everything is installed, remove info dir
rm -f %{buildroot}%{_infodir}/dir

%pre
%_pre_useradd %{name} %{_sysconfdir}/%{name} /bin/nologin
%_pre_groupadd %{name} %{name}

%post
if [ $1 -eq 1 ]; then
%if %{with systemd}
    # Enable (but don't start) the units by default
    /bin/systemctl enable abrtd.service >/dev/null 2>&1 || :
%else
    /sbin/chkconfig --add abrtd
%endif
fi

%post addon-ccpp
# this is required for transition from 1.1.x to 2.x
# because /cache/abrt-di/* was created under root with root:root
# so 2.x fails when it tries to extract debuginfo there..
chown -R abrt:abrt %{_localstatedir}/cache/abrt-di
if [ $1 -eq 1 ]; then
%if %{with systemd}
    # Enable (but don't start) the units by default
    /bin/systemctl enable abrt-ccpp.service >/dev/null 2>&1 || :
%else
    /sbin/chkconfig --add abrt-ccpp
%endif
fi

%post addon-kerneloops
if [ $1 -eq 1 ]; then
%if %{with systemd}
    # Enable (but don't start) the units by default
    /bin/systemctl enable abrt-oops.service >/dev/null 2>&1 || :
%else
    /sbin/chkconfig --add abrt-oops
%endif
fi

%post addon-vmcore
if [ $1 -eq 1 ]; then
%if %{with systemd}
    # Enable (but don't start) the units by default
    /bin/systemctl enable abrt-vmcore.service >/dev/null 2>&1 || :
%else
    /sbin/chkconfig --add abrt-vmcore
%endif
fi

%preun
if [ "$1" -eq "0" ] ; then
%if %{with systemd}
    /bin/systemctl --no-reload disable abrtd.service > /dev/null 2>&1 || :
    /bin/systemctl stop abrtd.service >/dev/null 2>&1 || :
%else
    service abrtd stop >/dev/null 2>&1
    /sbin/chkconfig --del abrtd
%endif
fi

%preun addon-ccpp
if [ "$1" -eq "0" ] ; then
%if %{with systemd}
    /bin/systemctl --no-reload disable abrt-ccpp.service >/dev/null 2>&1 || :
    /bin/systemctl stop abrt-ccpp.service >/dev/null 2>&1 || :
%else
    service abrt-ccpp stop >/dev/null 2>&1
    /sbin/chkconfig --del abrt-ccpp
%endif
fi

%preun addon-kerneloops
if [ "$1" -eq "0" ] ; then
%if %{with systemd}
    /bin/systemctl --no-reload abrt-oops.service >/dev/null 2>&1 || :
    /bin/systemctl stop abrt-oops.service >/dev/null 2>&1 || :
%else
    service abrt-oops stop >/dev/null 2>&1
    /sbin/chkconfig --del abrt-oops
%endif
fi

%preun addon-vmcore
if [ "$1" -eq "0" ] ; then
%if %{with systemd}
    /bin/systemctl --no-reload abrt-vmcore.service >/dev/null 2>&1 || :
    /bin/systemctl stop abrt-vmcore.service >/dev/null 2>&1 || :
%else
    service abrt-vmcore stop >/dev/null 2>&1
    /sbin/chkconfig --del abrt-vmcore
%endif
fi

%postun
%_postun_userdel %{name}
%_postun_groupdel %{name} %{name}
%if %{with systemd}
if [ $1 -ge 1 ] ; then
# On upgrade, reload init system configuration if we changed unit files
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
%endif

%if %{with systemd}
%postun addon-kerneloops
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun addon-vmcore
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun addon-ccpp
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
%endif

%post gui
# update icon cache
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun gui
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
service abrtd condrestart >/dev/null 2>&1 || :

%posttrans addon-ccpp
service abrt-ccpp condrestart >/dev/null 2>&1 || :

%posttrans addon-kerneloops
service abrt-oops condrestart >/dev/null 2>&1 || :

%posttrans addon-vmcore
service abrt-vmcore condrestart >/dev/null 2>&1 || :

%posttrans gui
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%if 0
%post retrace-server
/sbin/install-info %{_infodir}/abrt-retrace-server %{_infodir}/dir 2> /dev/null || :
/usr/sbin/usermod -G mock apache 2> /dev/null || :

%preun retrace-server
if [ "$1" = 0 ]; then
  /sbin/install-info --delete %{_infodir}/abrt-retrace-server %{_infodir}/dir 2> /dev/null || :
fi
%endif

%files -f %{name}.lang
%doc README COPYING
%if %{with systemd}
/lib/systemd/system/abrtd.service
%else
%{_initrddir}/abrtd
%endif
%{_sbindir}/%{name}d
%{_sbindir}/%{name}-server
%{_sbindir}/abrt-dbus
%{_bindir}/%{name}-debuginfo-install
%{_bindir}/abrt-action-generate-core-backtrace
%{_bindir}/abrt-dedup-client
%{_bindir}/%{name}-handle-upload
%{_bindir}/%{name}-action-save-package-data
%{_bindir}/%{name}-retrace-client
%{_bindir}/abrt-watch-log
%{_libexecdir}/abrt-handle-event
%config(noreplace) %{_sysconfdir}/%{name}/abrt.conf
%config(noreplace) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
%config(noreplace) %{_sysconfdir}/%{name}/gpg_keys
%config(noreplace) %{_sysconfdir}/libreport/events.d/abrt_event.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-abrt.conf
%config(noreplace) %{_sysconfdir}/libreport/events.d/smart_event.conf
%config(noreplace) %{_sysconfdir}/libreport/events.d/smolt_event.conf
%{_sysconfdir}/libreport/events.d/ccpp_retrace_event.conf
%{_sysconfdir}/libreport/events/analyze_RetraceServer.xml
%ghost %attr(0666, -, -) %{_localstatedir}/run/%{name}/abrt.socket
%ghost %attr(0644, -, -) %{_localstatedir}/run/%{name}d.pid
#%dir %attr(0755, %{name}, %{name}) %{_localstatedir}/cache/%{name}
%dir /var/run/%{name}
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/plugins
%{_mandir}/man1/abrt-handle-upload.1.*
%{_mandir}/man1/abrt-server.1.*
%{_mandir}/man1/abrt-action-save-package-data.1.*
%{_mandir}/man1/abrt-retrace-client.1.*
%{_mandir}/man1/abrt-cli.1.*
%{_mandir}/man8/abrtd.8.*
%{_mandir}/man8/abrt-dbus.8.*
%{_mandir}/man5/abrt.conf.5.*
%{_mandir}/man5/abrt-action-save-package-data.conf.5.*
%{_datadir}/dbus-1/system-services/org.freedesktop.problems.service
%{_datadir}/polkit-1/actions/abrt_polkit.policy

%files -n %{lib_name}
%{_libdir}/libabrt*.so.*

%files -n %{lib_name_devel}
%{_includedir}/abrt/*
%{_libdir}/libabrt*.so
#FIXME: this should go to libreportgtk-devel package
%{_libdir}/pkgconfig/%{name}.pc

%files gui
%{_bindir}/%{name}-gui
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/*.png
%{_bindir}/%{name}-applet
%{_sysconfdir}/xdg/autostart/%{name}-applet.desktop

%files addon-ccpp
%config(noreplace) %{_sysconfdir}/%{name}/plugins/CCpp.conf
%{_sysconfdir}/libreport/events.d/ccpp_event.conf
%{_sysconfdir}/libreport/events.d/gconf_event.conf
%{_sysconfdir}/libreport/events.d/vimrc_event.conf
%{_sysconfdir}/libreport/events/analyze_LocalGDB.xml
%{_sysconfdir}/libreport/events/collect_xsession_errors.xml
%{_sysconfdir}/libreport/events/collect_Smolt.xml
%{_sysconfdir}/libreport/events/collect_GConf.xml
%{_sysconfdir}/libreport/events/collect_vimrc_user.xml
%{_sysconfdir}/libreport/events/collect_vimrc_system.xml
%dir %attr(0775, abrt, abrt) %{_localstatedir}/cache/abrt-di
%if %{with systemd}
/lib/systemd/system/abrt-ccpp.service
%else
%{_initrddir}/abrt-ccpp
%endif
%{_libdir}/abrt-hook-ccpp
%{_sysconfdir}/profile.d/00abrt.*
%{_bindir}/abrt-action-analyze-c
%{_bindir}/abrt-action-trim-files
%{_bindir}/abrt-action-analyze-core
%{_bindir}/abrt-action-list-dsos
%attr(2755, abrt, abrt) %{_bindir}/abrt-action-install-debuginfo
%attr(4755, abrt, abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache
%{_bindir}/abrt-action-generate-backtrace
%{_bindir}/abrt-action-analyze-backtrace
%{_sbindir}/abrt-install-ccpp-hook
%{_mandir}/man*/abrt-action-analyze-c.*
%{_mandir}/man*/abrt-action-trim-files.*
%{_mandir}/man*/abrt-action-generate-backtrace.*
%{_mandir}/man*/abrt-action-generate-core-backtrace.*
%{_mandir}/man*/abrt-action-analyze-backtrace.*
%{_mandir}/man*/abrt-action-list-dsos.*
%{_mandir}/man1/abrt-install-ccpp-hook.*

%files addon-kerneloops
%config(noreplace) %{_sysconfdir}/libreport/events.d/koops_event.conf
%if %{with systemd}
/lib/systemd/system/abrt-oops.service
%else
%{_initrddir}/abrt-oops
%endif
%{_bindir}/abrt-dump-oops
%{_bindir}/abrt-action-analyze-oops
%{_mandir}/man1/abrt-action-analyze-oops.1*

%files addon-vmcore
%config(noreplace) %{_sysconfdir}/libreport/events.d/vmcore_event.conf
%{_sysconfdir}/libreport/events/analyze_VMcore.xml
%if %{with systemd}
/lib/systemd/system/abrt-vmcore.service
%else
%{_initrddir}/abrt-vmcore
%endif
%{_sbindir}/abrt-harvest-vmcore
%{_bindir}/abrt-action-analyze-vmcore
%{_mandir}/man1/abrt-action-analyze-vmcore.1*

%files cli
%{_bindir}/abrt-cli

%files addon-python
%dir %{_sysconfdir}/%{name}/plugins
%config(noreplace) %{_sysconfdir}/%{name}/plugins/python.conf
%{_sysconfdir}/libreport/events.d/python_event.conf
%{_bindir}/abrt-action-analyze-python
%{_mandir}/man1/abrt-action-analyze-python.1*
%{py_puresitedir}/abrt*.py*
%{py_puresitedir}/*.pth

%files addon-xorg
%config(noreplace) %{_sysconfdir}/libreport/events.d/xorg_event.conf
%if %{with systemd}
%{_unitdir}/abrt-xorg.service
%else
%{_initrddir}/abrt-xorg
%endif
%{_bindir}/abrt-dump-xorg

%files desktop

%if 0
%files retrace-server
%config(noreplace) %{_sysconfdir}/%{name}/retrace.conf
%config(noreplace) %{_sysconfdir}/httpd/conf.d/retrace_httpd.conf
%config(noreplace) %{_sysconfdir}/yum.repos.d/retrace.repo
%dir %attr(0775, apache, abrt) %{_localstatedir}/spool/abrt-retrace
%dir %attr(0755, abrt, abrt) %{_localstatedir}/cache/abrt-retrace
%dir %attr(0755, abrt, abrt) %{_localstatedir}/log/abrt-retrace
%caps(cap_setuid=ep) %{_bindir}/abrt-retrace-worker
%{_bindir}/abrt-retrace-cleanup
%{_bindir}/abrt-retrace-reposync
%{_bindir}/coredump2packages
%{py_puresitedir}/retrace.py*
%{_datadir}/abrt-retrace/*.py*
%{_datadir}/abrt-retrace/*.wsgi
%{_datadir}/abrt-retrace/plugins/*.py*
%{_infodir}/abrt-retrace-server*
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.10-3
+ Revision: 6386311
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15765 |14mr|accerciser-3.12.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	An interactive Python tool for querying accessibility information
Name:		accerciser
Version:	3.12.0
Release:	3
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
License:	BSD
Group:		Accessibility
Url:		http://live.gnome.org/Accerciser
BuildArch:	noarch
BuildRequires:	pkgconfig(atspi-2) >= 2.1.5
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.1.13
BuildRequires:	pkgconfig(pygobject-3.0) >= 2.90.3
BuildRequires:	intltool >= 0.35.0
BuildRequires:	pkgconfig(gnome-doc-utils) >= 0.17.3
BuildRequires:	pkgconfig(python3)
BuildRequires:	GConf2 itstool
Requires:       python3-cairo
Requires:       python3-gi
Requires:       python3-ipython
Requires:       python3-pyatspi
Requires:       typelib(Atspi)
Requires:       typelib(Wnck) = 3.0

%description
An interactive Python accessibility explorer.

%prep
%setup -q

%build
%configure2_5x \
	--disable-scrollkeeper \
	--disable-schemas-install
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS README NEWS 
%{_bindir}/%{name}
/usr/lib/python?.?/site-packages/accerciser
%_datadir/glib-2.0/schemas/org.a11y.Accerciser.gschema.xml
%{_datadir}/%{name}
%{_datadir}/icons/HighContrast/scalable/apps/accerciser.svg
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-3
+ Revision: 07d56fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15766 |14mr|accountsservice-0.6.35-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define libname %mklibname %{name} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name} -d

Summary:	D-Bus interfaces for querying and manipulating user account information
Name:		accountsservice
Version:	0.6.35
Release:	3
License:	GPLv3+
Group:		System/Libraries
Url:		http://www.fedoraproject.org/wiki/Features/UserAccountDialog
Source0:	http://www.freedesktop.org/software/accountsservice/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(polkit-agent-1)
Requires:	polkit
Requires:	shadow-utils
Requires(post,preun,postun):	systemd-units
Obsoletes:	consolekit < 0.4.5-5

%description
The accountsservice project provides a set of D-Bus interfaces for
querying and manipulating user account information and an implementation
of these interfaces, based on the useradd, usermod and userdel commands.

%files -f accounts-service.lang
%doc README AUTHORS
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Accounts.conf
%{_libexecdir}/accounts-daemon
%{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.User.xml
%{_datadir}/dbus-1/system-services/org.freedesktop.Accounts.service
%{_datadir}/polkit-1/actions/org.freedesktop.accounts.policy
%dir %{_localstatedir}/lib/AccountsService/
%dir %{_localstatedir}/lib/AccountsService/users
%dir %{_localstatedir}/lib/AccountsService/icons
%{_unitdir}/accounts-daemon.service

%post
%systemd_post accounts-daemon.service

%preun
%systemd_preun accounts-daemon.service

%postun
%systemd_postun accounts-daemon.service

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Client-side library to talk to accountservice
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/AccountsService-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for accountsservice-libs
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description -n %{devname}
The accountsservice-devel package contains headers and other
files needed to build applications that use accountsservice-libs.

%files -n %{devname}
%{_includedir}/%{name}-1.0
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gir-1.0/AccountsService-%{api}.gir
%{_datadir}/gtk-doc/html/libaccountsservice

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-systemd \
	--with-systemdsystemunitdir=%{_unitdir}
%make

%install
%makeinstall_std
%find_lang accounts-service


%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.35-3
+ Revision: f071b62
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15767 |14mr|acl-2.2.51-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 1
%define libname %mklibname %{name} %{lib_major}
%define develname %mklibname -d %{name}

Summary:	Command for manipulating access control lists
Name:		acl
Version:	2.2.51
Release:	9
License:	GPLv2+ and LGPLv2
Group:		System/Kernel and hardware
URL:		http://savannah.nongnu.org/projects/acl
Source0:	http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.src.tar.gz
Source1:	http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.src.tar.gz.sig
Patch0:		acl-2.2.51-l10n-ru.patch
BuildRequires:	attr-devel
BuildRequires:	autoconf automake libtool

%description
This package contains the getfacl and setfacl utilities needed for
manipulating access control lists.

%package -n	%{libname}
Summary:	Main library for libacl
Group:		System/Libraries

%description -n	%{libname}
This package contains the libacl dynamic library which contains
the POSIX 1003.1e draft standard 17 functions for manipulating access
control lists.

%package -n	%{develname}
Summary:	Access control list static libraries and headers
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	acl-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d acl 0} < %{version}-%{release}
Obsoletes:	%{mklibname -d acl 1} < %{version}-%{release}

%description -n	%{develname}
This package contains static libraries and header files needed to develop
programs which make use of the access control list programming interface
defined in POSIX 1003.1e draft standard 17.

You should install %{develname} if you want to develop programs
which make use of ACLs. If you install %{develname}, you will
also want to install %{libname}.

%prep
%setup -q
%patch0 -p1

# Fix unreadable files
find . -perm 0640 -exec chmod 0644 '{}' \;

%build
%configure2_5x \
	--libdir=/%{_lib} \
	--sbindir=/bin \
	--disable-static
%make

%install
make install DIST_ROOT=%{buildroot}/
make install-dev DIST_ROOT=%{buildroot}/
make install-lib DIST_ROOT=%{buildroot}/

# cleanup
rm -f %{buildroot}/%{_lib}/*.a
rm -f %{buildroot}/%{_lib}/*.la
rm -rf %{buildroot}%{_docdir}/acl

# To avoid unstripped-binary-or-object rpmlint error
chmod 0755 %{buildroot}/%{_lib}/*.so.%{lib_major}*

%find_lang %{name}

%files -f %{name}.lang
%doc doc/CHANGES.gz doc/COPYING README
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man5/*

%files -n %{libname}
%doc doc/COPYING
/%{_lib}/*.so.%{lib_major}*

%files -n %{develname}
%doc doc/extensions.txt doc/COPYING doc/libacl.txt
/%{_lib}/*.so
%{_libdir}/*.so
%{_mandir}/man3/*
%dir %{_includedir}/acl
%{_includedir}/acl/libacl.h
%{_includedir}/sys/acl.h


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.51-9
+ Revision: bda0766
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15768 |14mr|acpi-1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Displays information on ACPI devices
Name:		acpi
Version:	1.7
Release:	2
License:	GPLv2+
Group:		System/Servers
Url:		http://sourceforge.net/projects/acpiclient/
Source0:	http://downloads.sourceforge.net/project/acpiclient/acpiclient/%{version}/%{name}-%{version}.tar.gz
Requires:	dmidecode

%description
Attempts to replicate the functionality of the 'old' apm command on
ACPI systems, including battery and thermal information.

%prep
%setup -q

%build
%configure2_5x
%make CFLAGS="%{optflags}"

%install
%makeinstall

%triggerpostun -- acpi < 0.09-4
rm -f /etc/rc.d/*/{K,S}*acpi

%files
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_mandir}/man1/%{name}*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7-2
+ Revision: c827892
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15769 |14mr|acpid-2.0.17-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:		ACPI kernel daemon and control utility
Name:			acpid
Version:		2.0.17
Release:		4
License:		GPLv2+
Group:			System/Servers
Epoch:			2
URL:			http://www.tedfelix.com/linux/acpid-netlink.html
Source0:		http://www.tedfelix.com/linux/%{name}-%{version}.tar.xz
Source2:		acpid.service
Source3:		acpid.config
Source4: acpid.video.conf
Source5: acpid.power.conf
Source6: acpid.power.sh
ExclusiveArch:		%{ix86} ia64 x86_64 amd64
BuildRequires:		systemd-units
Requires(post):		rpm-helper
Requires(post):		chkconfig >= 1.3.37-3mdv
Requires(preun):	rpm-helper
Conflicts:		suspend-scripts < 1.27-2mdv2007.1
Obsoletes:		pm-fallback-policy

%description
The ACPI specification defines power and system management functions
for each computer, in a generic manner. The ACPI daemon coordinates
the management of power and system functions when ACPI kernel
support is enabled (kernel 2.3.x or later).

%prep
%setup -q

%build
%configure2_5x
%serverbuild_hardened
# Don't use standard optflag, correct LDFLAGS
#sed -i -e "/^OPT = /d"  -e "1iLDFLAGS = -pie %{ldflags}" Makefile
#OPT="%{optflags} -fPIC" %make

%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_unitdir}
install -m755 %{SOURCE2} %{buildroot}%{_unitdir}

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/acpid

install -d %{buildroot}%{_sysconfdir}/acpi/actions
install -d -m 755 %{buildroot}%{_sysconfdir}/acpi/events
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/acpi/events/videoconf
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/acpi/events/powerconf
install -m 755 %{SOURCE6} %{buildroot}%{_sysconfdir}/acpi/actions/power.sh

%post
if [ $1 -eq 1 ]; then
    /bin/systemctl enable %{name}.service > /dev/null 2>&1 || :
fi

%_post_service %{name} %{name}.service

%postun
%_postun_unit %{name}.service

%preun
%_preun_service %{name} %{name}.service

%files
%doc README TODO Changelog
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/acpid
%{_sbindir}/*
%{_bindir}/*
%{_mandir}/man8/*
%{_unitdir}/acpid.service
%dir %{_sysconfdir}/acpi/actions
%dir %{_sysconfdir}/acpi/events
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/acpi/events/videoconf
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/acpi/events/powerconf
%config(noreplace) %attr(0755,root,root) %{_sysconfdir}/acpi/actions/power.sh

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:2.0.17-4
+ Revision: a15b1d5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15770 |14mr|acr38u-1.7.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define usbdropdir %(pkg-config libpcsclite --variable="usbdropdir" 2>/dev/null)
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d
%define build_version 100709

Summary:	ACS ACR 38 USB (acr38u) Smartcard Reader driver for PCSC-lite
Name:		acr38u
Version:	1.7.10
Release:	6
License:	GPL
Group:		System/Kernel and hardware
URL:		http://www.acs.com.hk/acr38_driversmanual.asp
Source0:	http://www.acs.com.hk/download/ACR38_LINUX_%{build_version}_P.tar.gz
Patch0:		acr38u-linkage_fix.diff
BuildRequires:	pkgconfig(libpcsclite)
Requires(post): pcsc-lite
Requires(postun): pcsc-lite
Requires:	pcsc-lite
Requires:	%{libname} = %{version}-%{release}

%description
CCID ACR38u Smart Card reader driver for PCSC-lite.

%package -n	%{libname}
Group:		System/Libraries
Summary:	Shared library for %{name}

%description -n	%{libname}
Shared library for the CCID ACR38u Smart Card reader driver for
PCSC-lite.

%package -n	%{develname}
Summary:	Development library for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
Development files for the CCID ACR38u Smart Card reader driver for
PCSC-lite.

%prep
%setup -q -n ACR38_LINUX_%{build_version}_P
%patch0 -p0

%build
rm -rf autom4te.cache
autoreconf -fis

%configure2_5x \
	--disable-dependency-tracking \
	--disable-static \
	--enable-usbdropdir="%{buildroot}%{usbdropdir}"
%make

%install
%makeinstall_std

# move the .pc file to the correct place on x86-64
%ifarch x86_64
mkdir -p %{buildroot}%{_libdir}/pkgconfig
mv %{buildroot}%{_prefix}/lib/pkgconfig/libacr38ucontrol.pc %{buildroot}%{_libdir}/pkgconfig/libacr38ucontrol.pc
%endif

%post
/sbin/service pcscd condrestart > /dev/null 2>/dev/null || :

%postun
/sbin/service pcscd condrestart > /dev/null 2>/dev/null || :

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README* doc/README*
%{usbdropdir}

%files -n %{libname}
%defattr(-, root, root, 0755)
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-, root, root, 0755)
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.10-6
+ Revision: aea6b7e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15771 |14mr|adaptx-0.9.13-4.1.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define _with_gcj_support 1

%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}

Name:          adaptx
Version:       0.9.13
Release:       4.1.9
Summary:       AdaptX XSLT processor and XPath engine
License:       BSD
Group:         Development/Java
# svn export http://svn.codehaus.org/castor/adaptx/tags/0.9.13/ adaptx-0.9.13-src
# tar cjf adaptx-0.9.13-src.tar.bz2 adaptx-0.9.13-src
Source0:       %{name}-%{version}-src.tar.bz2

Patch0:        %{name}-%{version}-xsl.patch
Patch1:        %{name}-%{version}-missingstubs.patch
Url:           http://castor.codehaus.org/
BuildRequires: ant >= 0:1.6
BuildRequires: java-rpmbuild >= 0:1.6
BuildRequires: log4j
BuildRequires: xml-commons-jaxp-1.3-apis
BuildRequires: xerces-j2
Requires:      log4j
Requires:      xml-commons-jaxp-1.3-apis
Requires:      xerces-j2
Requires(pre):    jpackage-utils
Requires(postun): jpackage-utils
%if ! %{gcj_support}
BuildArch:    noarch
%endif
BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root

%if %{gcj_support}
BuildRequires:    java-gcj-compat-devel
%endif

%description
Adaptx is an XSLT processor and XPath engine.

%package javadoc
Group:            Development/Java
Summary:          Javadoc for %{name}
Requires(post):   /bin/rm,/bin/ln
Requires(postun): /bin/rm

%description javadoc
Javadoc for %{name}.

%package doc
Summary:    Documentation for %{name}
Group:      Development/Java

%description doc
Documentation for %{name}.

%prep
%setup -q -n %{name}-%{version}-src
# remove CVS internal files
for dir in `find . -type d -name CVS`; do rm -rf $dir; done
# remove all binary libs
for j in $(find . -name "*.jar"); do
    %{__rm} $j
done

%patch0
%patch1

# (walluck): fix javadoc parsing
for file in `%{__grep} -rl 'enum[\\. ]' *`; do
    %{__perl} -pi -e 's/enum/en/g' $file
done

%build
perl -p -i -e 's|classic|modern|' src/build.xml
export CLASSPATH=$(build-classpath xml-commons-jaxp-1.3-apis log4j xerces-j2)
%{ant} -buildfile src/build.xml jar javadoc
CLASSPATH=$CLASSPATH:dist/adaptx_%{version}.jar
%{ant} -buildfile src/build.xml doc

%install
rm -rf $RPM_BUILD_ROOT

# jar
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 dist/%{name}_%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} ${jar/-%{version}/}; done)
# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr build/doc/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})
rm -rf build/doc/javadoc

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0664,root,root,0755)
%doc src/etc/{CHANGELOG,contributors.html,LICENSE}
%{_javadir}/*

%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0664,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%dir %{_javadocdir}/%{name}

%files doc
%defattr(0664,root,root,0755)
%doc build/doc/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.13-4.1.9
+ Revision: 6f8c73f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15772 |14mr|adjtimex-1.29-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A utility for adjusting kernel time variables
Name:		adjtimex
Version:	1.29
Release:	5
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		ftp://ftp.debian.org/debian/pool/main/a/adjtimex/
Source0:	ftp://ftp.debian.org/debian/pool/main/a/adjtimex/adjtimex_%{version}.orig.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
Adjtimex is a kernel clock management program, which the
superuser may use to correct any drift in the system's clock.  Users can
use adjtimex to view the time variables.

%description -l fr
Adjtimex est un programme de gestion de l'horloge du kernel, que le
superutilisateur peut utiliser pour corriger l'horloge systme. Les
utilisateurs peuvent utiliser adjtimex pour afficher les variables
temporelles.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}

install -m755 adjtimex -D %{buildroot}/%{_sbindir}/adjtimex
install -m644 adjtimex.8 -D %{buildroot}/%{_mandir}/man8/adjtimex.8

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README COPYRIGHT COPYING README.ru ChangeLog
%{_sbindir}/adjtimex
%{_mandir}/man8/adjtimex.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.29-5
+ Revision: 0023573
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15773 |14mr|adns-1.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Advanced, easy to use, asynchronous-capable DNS client library
Name:		adns
Version:	1.4
Release:	11
Group:		Networking/Other
License:	GPLv2+
URL:		http://www.chiark.greenend.org.uk/~ian/adns/
Source0:	ftp://ftp.chiark.greenend.org.uk/users/ian/adns/%{name}-%{version}.tar.bz2
Source1:	README.Mandriva
Requires:	%{libname} = %{version}-%{release}
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
adns is a resolver library for C (and C++) programs. In contrast with
the existing interfaces, gethostbyname et al and libresolv, it has the
following features:
	* It is reasonably easy to use for simple programs which just want
	to translate names to addresses, look up MX records, etc.
	* It can be used in an asynchronous, non-blocking, manner. Many
	queries can be handled simultaneously.
	* Responses are decoded automatically into a natural representation
	for a C program - there is no need to deal with DNS packet
	formats.
	* Sanity checking (eg, name syntax checking, reverse/forward
	correspondence, CNAME pointing to CNAME) is performed
	automatically.
	* Time-to-live, CNAME and other similar information is returned in
	an easy-to-use form, without getting in the way.
	* There is no global state in the library; resolver state is an
	opaque data structure which the client creates explicitly. A
	program can have several instances of the resolver.
	* Errors are reported to the application in a way that distinguishes
	the various causes of failure properly.
	* Understands conventional resolv.conf, but this can overridden by
	environment variables.
	* Flexibility. For example, the application can tell adns to: ignore
	environment variables (for setuid programs), disable sanity checks
	eg to return arbitrary data, override or ignore resolv.conf in
	favour of supplied configuration, etc.
	* Believed to be correct ! For example, will correctly back off to
	TCP in case of long replies or queries, or to other nameservers if
	several are available. It has sensible handling of bad responses
	etc.

%package -n %{libname}
Group:		System/Libraries
Summary:	Libraries needed to run applications using adns

%description -n	%{libname}
adns is a resolver library for C (and C++) programs. In contrast with
the existing interfaces, gethostbyname et al and libresolv, it has the
following features:
    * It is reasonably easy to use for simple programs which just want
      to translate names to addresses, look up MX records, etc.
    * It can be used in an asynchronous, non-blocking, manner. Many
      queries can be handled simultaneously.
    * Responses are decoded automatically into a natural representation
      for a C program - there is no need to deal with DNS packet
      formats.
    * Sanity checking (eg, name syntax checking, reverse/forward
      correspondence, CNAME pointing to CNAME) is performed
      automatically.
    * Time-to-live, CNAME and other similar information is returned in
      an easy-to-use form, without getting in the way.
    * There is no global state in the library; resolver state is an
      opaque data structure which the client creates explicitly. A
      program can have several instances of the resolver.
    * Errors are reported to the application in a way that distinguishes
      the various causes of failure properly.
    * Understands conventional resolv.conf, but this can overridden by
      environment variables.
    * Flexibility. For example, the application can tell adns to: ignore
      environment variables (for setuid programs), disable sanity checks
      eg to return arbitrary data, override or ignore resolv.conf in
      favour of supplied configuration, etc.
    * Believed to be correct ! For example, will correctly back off to
      TCP in case of long replies or queries, or to other nameservers if
      several are available. It has sensible handling of bad responses
      etc.

This package contains all of adns libraries.

%package -n %{develname}
Summary:	Advanced, easy to use, asynchronous-capable DNS client library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{libname}-devel < 1.4

%description -n	%{develname}
adns is a resolver library for C (and C++) programs. In contrast with
the existing interfaces, gethostbyname et al and libresolv, it has the
following features:
    * It is reasonably easy to use for simple programs which just want
      to translate names to addresses, look up MX records, etc.
    * It can be used in an asynchronous, non-blocking, manner. Many
      queries can be handled simultaneously.
    * Responses are decoded automatically into a natural representation
      for a C program - there is no need to deal with DNS packet
      formats.
    * Sanity checking (eg, name syntax checking, reverse/forward
      correspondence, CNAME pointing to CNAME) is performed
      automatically.
    * Time-to-live, CNAME and other similar information is returned in
      an easy-to-use form, without getting in the way.
    * There is no global state in the library; resolver state is an
      opaque data structure which the client creates explicitly. A
      program can have several instances of the resolver.
    * Errors are reported to the application in a way that distinguishes
      the various causes of failure properly.
    * Understands conventional resolv.conf, but this can overridden by
      environment variables.
    * Flexibility. For example, the application can tell adns to: ignore
      environment variables (for setuid programs), disable sanity checks
      eg to return arbitrary data, override or ignore resolv.conf in
      favour of supplied configuration, etc.
    * Believed to be correct ! For example, will correctly back off to
      TCP in case of long replies or queries, or to other nameservers if
      several are available. It has sensible handling of bad responses
      etc.

This package contains static libraries and header files need for development.

%prep
%setup -q
# make it lib64 aware
perl -pi -e "/^lib_dir=/ and s,/lib,/%{_lib}," settings.make.in

cp %{SOURCE1} README.Mandriva

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc README TODO changelog README.Mandriva
%{_bindir}/*

%files -n %{libname}
%defattr(-,root,root,755)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root,0755)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-11
+ Revision: a483c3c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15774 |14mr|adplug-2.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2.2
%define major 0
%define libname %mklibname %name %api %major
%define develname %mklibname -d %name
%define staticname %mklibname -s -d %name

Summary: AdLib sound player library
Name:    adplug
Version: 2.2
Release: 7
Source0: http://prdownloads.sourceforge.net/%name/%{name}-%{version}.tar.bz2
Source1: http://prdownloads.sourceforge.net/adplug/adplug.db.bz2
URL: http://adplug.sourceforge.net/
License: LGPLv2+
Group: Sound

BuildRequires: pkgconfig(libbinio)
BuildRequires: chrpath

%description
AdPlug is a free, multi-platform, hardware independent AdLib sound player
library, mainly written in C++. AdPlug plays sound data, originally created
for the AdLib (OPL2) audio board, on top of an OPL2 emulator or by using the
real hardware. No OPL2 chip is required for playback.

It supports various audio formats from MS-DOS AdLib trackers.

%package -n %libname
Group: System/Libraries
Summary: Shared library of the AdPlug audio emulator

%description -n %libname
AdPlug is a free, multi-platform, hardware independent AdLib sound player
library, mainly written in C++. AdPlug plays sound data, originally created
for the AdLib (OPL2) audio board, on top of an OPL2 emulator or by using the
real hardware. No OPL2 chip is required for playback.

It supports various audio formats from MS-DOS AdLib trackers.

This package contains the shared library required to run applications
based on AdPlug.

%package -n %develname
Group: Development/C++
Summary: Development files of AdPlug
Requires: %libname = %version
Provides: libadplug-devel = %version-%release
Requires: libbinio-devel
Obsoletes: %mklibname -d %name 2.1

%description -n %develname
AdPlug is a free, multi-platform, hardware independent AdLib sound player
library, mainly written in C++. AdPlug plays sound data, originally created
for the AdLib (OPL2) audio board, on top of an OPL2 emulator or by using the
real hardware. No OPL2 chip is required for playback.

It supports various audio formats from MS-DOS AdLib trackers.

This package contains the C++ headers and documentation required for
building programs based on AdPlug.

%package -n %staticname
Group: Development/C++
Summary: Static library of AdPlug
Requires: %develname = %version
Provides: libadplug-static-devel = %version-%release
Obsoletes: %mklibname -s -d %name 2.1

%description -n %staticname
AdPlug is a free, multi-platform, hardware independent AdLib sound player
library, mainly written in C++. AdPlug plays sound data, originally created
for the AdLib (OPL2) audio board, on top of an OPL2 emulator or by using the
real hardware. No OPL2 chip is required for playback.

It supports various audio formats from MS-DOS AdLib trackers.

This package contains the static library required for statically
linking applications based on AdPlug.

%prep
%setup -q
perl -pi -e "s!/usr/local/share/adplug!%_datadir/%name!" doc/adplugdb.1

%build
export CPPFLAGS="-I%_includedir/libbinio"
%configure2_5x
%make

%install
%makeinstall_std
mkdir -p %buildroot%_datadir/%name
bzcat %SOURCE1 > %buildroot%_datadir/%name/adplug.db
chrpath -d %buildroot%_bindir/adplugdb


%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif


%files
%doc README
%_bindir/adplugdb
%_mandir/man1/adplugdb.1*
%dir %_datadir/%name/
%_datadir/%name/adplug.db

%files -n %libname
%doc AUTHORS NEWS TODO COPYING
%_libdir/libadplug-%{api}.so.%{major}*

%files -n %develname
%_includedir/adplug/
%_libdir/*.so
%_infodir/libadplug.info*
%_libdir/pkgconfig/*.pc

%files -n %staticname
%_libdir/*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-7
+ Revision: 4f64dac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15775 |14mr|afpfs-ng-0.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname	%mklibname afpclient %{major}
%define devname	%mklibname afpclient -d

Summary:	An open source client for Apple Filing Protocol
Name:		afpfs-ng
Version:	0.8.1
Release:	3
License:	GPLv2+
Group:		Networking/File transfer
URL:		http://sites.google.com/site/alexthepuffin/home
Source:		http://sourceforge.net/projects/afpfs-ng/files/afpfs-ng/%{version}/afpfs-ng-%{version}.tar.bz2
# patches from Debian:
Patch10:	build-error-fixes.patch
Patch11:	header-path-fix.patch
Patch12:	include-headers-fix.patch
BuildRequires:	fuse-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	libgcrypt-devel

%description
afpfs-ng is a client for the Apple Filing Protocol (AFP) which will let
you mount and access shared volumes from Mac OS X (or netatalk).

There is a FUSE-based client which lets you mount a remote filesystem.

There is also a simple, command-line AFP client; think about it as an
FTP client for AFP.

%package -n %{libname}
Summary:	Shared library of %{name}
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libafpclient, an Apple Filing Protocol (AFP) client library.

%package -n %{devname}
Summary:	Development headers for libafpclient
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	afpclient-devel = %{EVRD}

%description -n %{devname}
This package contains the headers needed to compile programs that use
libafpclient, an Apple Filing Protocol (AFP) client library.

%prep
%setup -q
%apply_patches

%build
autoreconf -if
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc docs/*.txt docs/README
%{_bindir}/afp*
%{_bindir}/mount_afp
%{_mandir}/man1/*afp*.1*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.1-3
+ Revision: c4e4b50
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15776 |14mr|agg-2.5-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
## MD rename src pkg dir to agg
%define major 2
%define libname %mklibname %{name} %{major}
%define libfft %mklibname aggfontfreetype %{major}
%define libX11 %mklibname aggplatformX11_ %{major}
%define libsdl %mklibname aggplatformsdl %{major}
%define devname %mklibname %{name} -d

Summary:	Open Source, free of charge graphic library
Name:		agg
Version:	2.5
Release:	16
License:	AGG License
Group:		System/Libraries
Url:		http://www.antigrain.com/
Source0:	agg-2.5.tar.bz2
Patch0:		agg-2.5-linkage_fix.diff
Patch1:		agg-2.5-deansification.diff
Patch2:		agg-2.5-no-rpath.patch
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)

%description
Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic library,
written in industrially standard C++. The terms and conditions of use AGG
are described on The License page. AGG doesn't depend on any graphic API or
technology. Basically, you can think of AGG as of a rendering engine that
produces pixel images in memory from some vectorial data.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains a library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libagg.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libfft}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}agg2 < 2.5-10

%description -n %{libfft}
This package contains a library needed to run programs dynamically
linked with %{name}.

%files -n %{libfft}
%{_libdir}/libaggfontfreetype.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libsdl}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}agg2 < 2.5-10

%description -n %{libsdl}
This package contains a library needed to run programs dynamically
linked with %{name}.

%files -n %{libsdl}
%{_libdir}/libaggplatformsdl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libX11}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}agg2 < 2.5-10

%description -n %{libX11}
This package contains a library needed to run programs dynamically
linked with %{name}.

%files -n %{libX11}
%{_libdir}/libaggplatformX11.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libfft} = %{EVRD}
Requires:	%{libX11} = %{EVRD}
Requires:	%{libsdl} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%{_includedir}/agg2/
%{_datadir}/aclocal/*.m4
%{_libdir}/*.so
%{_libdir}/pkgconfig/libagg.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

sh ./autogen.sh

%build
%configure2_5x \
	--disable-static

# nuke -Wl,--no-undefined in just two places
sed -i -e "s|-Wl,--no-undefined||g" src/platform/X11/Makefile
sed -i -e "s|-Wl,--no-undefined||g" src/platform/sdl/Makefile

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5-16
+ Revision: c038646
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15777 |14mr|akonadi-1.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An extensible cross-desktop storage service for PIM
Name:		akonadi
Version:	1.12.1
Release:	2
Epoch:		1
License:	LGPLv2+
Group:		Networking/WWW
Url:		http://pim.kde.org/akonadi/
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/akonadi/src/%{name}-%{version}.tar.bz2
BuildRequires:	automoc
BuildRequires:	kde4-macros
BuildRequires:	libxml2-utils
BuildRequires:	qt4-qtdbus
BuildRequires:	shared-mime-info >= 0.20
BuildRequires:	xsltproc
BuildRequires:	boost-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(soprano)
Requires:	qt4-database-plugin-mysql
%if %{mdvver} >= 201400
BuildRequires:	mariadb-devel
Requires:	mariadb-common
# (tpg) needed for mysqld
Requires:	mariadb-server
# Needed for mysqlcheck  which is used in akonadi
Requires:	mariadb-client
%else
BuildRequires:	mysql-devel
Requires:	mysql-core
Requires:	mysql-common
Requires:	mysql-client
%endif

%description
An extensible cross-desktop storage service for PIM data and meta data
providing concurrent read, write, and query access.

%files
%{_kde_bindir}/*
%{_sysconfdir}/akonadi
%{_datadir}/dbus-1/services/*
%{_datadir}/mime/packages/akonadi-mime.xml
%{_libdir}/qt4/plugins/sqldrivers/libqsqlite3.so

#------------------------------------------------------

# Need a dummy package to override old one
%package common
Group:		Networking/WWW
Summary:	Dummy package to override old

%description common
Dummy package to override old.

%files common
%doc README

#------------------------------------------------------

%define akonadiprotocolinternals_major 1
%define libakonadiprotocolinternals %mklibname akonadiprotocolinternals %{akonadiprotocolinternals_major}

%package -n %{libakonadiprotocolinternals}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libakonadiprotocolinternals}
%{name} library.

%files -n %{libakonadiprotocolinternals}
%{_kde_libdir}/libakonadiprotocolinternals.so.%{akonadiprotocolinternals_major}*

#------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libakonadiprotocolinternals} = %{EVRD}
Requires:	akonadi-common = %{EVRD}

%description devel
This package contains header files needed if you wish to build applications
based on %{name}

%files devel
%{_kde_includedir}/*
%{_kde_libdir}/*.so
%{_kde_libdir}/pkgconfig/akonadi.pc
%{_kde_libdir}/cmake/Akonadi
%{_kde_datadir}/dbus-1/interfaces/*.xml

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4 \
	-DMYSQLD_EXECUTABLE=%{_sbindir}/mysqld \
	-DCONFIG_INSTALL_DIR=%{_sysconfdir}
%make

%install
%makeinstall_std -C build
mkdir %{buildroot}%{_libdir}/qt4
mv %{buildroot}%{_libdir}/plugins %{buildroot}%{_libdir}/qt4/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.12.1-2
+ Revision: 26029e3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15778 |14mr|alacarte-3.7.90-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple menu editor for Gnome
Name:		alacarte
Version:	3.7.90
Release:	3
Group:		System/Configuration/Other
License:	LGPLv2+
URL:		http://www.realistanew.com/projects/alacarte/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.7/%{name}-%{version}.tar.xz
Source1:	%{name}-icons.tar.bz2
BuildArch:	noarch

BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	pkgconfig(libgnome-menu-3.0)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(pygobject-3.0)

Requires:	pygtk2.0
Requires:	gnome-python-gconf
Requires:	gnome-python
Requires:	typelib(GMenu)

%description
Alacarte is a menu editor for GNOME that lets you get things done,
simply and quickly.

Just click and type to edit, add, and delete any menu entry.

%prep
%setup -q -a1

%build
%configure2_5x \
	--prefix=%{_prefix} \
	--libdir=%{_prefix}/lib

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

desktop-file-install --vendor="" \
	--add-category="GNOME" \
	--add-category="X-MandrivaLinux-System-Configuration-Other" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

install -D -m 644 %{name}48.png %{buildroot}/%{_liconsdir}/%{name}.png
install -D -m 644 %{name}32.png %{buildroot}/%{_iconsdir}/%{name}.png
install -D -m 644 %{name}16.png %{buildroot}/%{_miconsdir}/%{name}.png

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README AUTHORS COPYING
%{py_puresitedir}/*
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/*/%{name}.png
%{_iconsdir}/%{name}.png


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.7.90-3
+ Revision: debcfe7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15779 |14mr|allegro-4.4.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		4.4
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d
%define testlib		%mklibname allegro-testing %{major}

Name:		allegro
Version:	4.4.2
Release:	3
Summary:	Game programming library
License:	Public Domain
Group:		System/Libraries
URL:		http://alleg.sourceforge.net/
Source0:	http://downloads.sourceforge.net/alleg/allegro/%{name}-%{version}.tar.gz
Patch0:		allegro-4.4.2-doc-install.patch
# build seems to fail when username is build, workaround it
Patch1:		allegro-4.4.2-userbuild.patch
Patch2:		allegro-4.2.2-gcc43.patch
Patch4:		allegro-4.4.0.1-format_not_a_string_literal_and_no_format_arguments.patch
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(glu)
BuildRequires:	texinfo
BuildRequires:	cmake
%ifarch %ix86
BuildRequires:	svgalib-devel
%endif
Provides:	allegro-testing = %{version}-%{release}

%description
Allegro is a library of functions for use in computer games

%package -n	%{libname}
Summary:	Game programming library
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}
Provides:	%{testlib} = %{version}-%{release}
Suggests:	%{name} >= %{version}

%description -n	%{libname}
Allegro is a library of functions for use in computer games

%package -n	%{develname}
Summary:	Game programming library
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{testlib}-devel = %{version}-%{release}

%description -n	%{develname}
Allegro is a library of functions for use in computer games.
This package contains files needed to build programs using Allegro.

%package jack-plugin
Summary:	Allegro JACK (Jack Audio Connection Kit) plugin
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description jack-plugin
This package contains a plugin for Allegro which enables Allegro to playback
sound through JACK (Jack Audio Connection Kit).

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch4 -p0

iconv -f iso-8859-1 -t utf-8 docs/src/allegro._tx > docs/src/allegro._tx.tmp
mv docs/src/allegro._tx.tmp docs/src/allegro._tx

%build
%define _disable_ld_no_undefined 1
%ifnarch ix86
export CFLAGS="%{optflags} -fPIC"
%endif

%cmake
%make
find demos examples setup -type f -perm +111 -print | xargs rm -rf

%install
%makeinstall_std -C build
install -d -m 755 %{buildroot}%{_mandir}/man3
install -D -m 644 build/docs/man/*3* %{buildroot}%{_mandir}/man3
install -D -m 644 allegro.cfg %{buildroot}%{_sysconfdir}/allegrorc
install -d -m 755 %{buildroot}%{_datadir}/allegro
install -D -m 644 keyboard.dat language.dat %{buildroot}%{_datadir}/allegro

%files
%doc %{_docdir}/%{name}
%{_bindir}/colormap
%{_bindir}/dat
%{_bindir}/dat2c
%{_bindir}/dat2s
%{_bindir}/exedat
%{_bindir}/grabber
%{_bindir}/pack
%{_bindir}/pat2dat
%{_bindir}/rgbmap
%{_bindir}/textconv
%{_datadir}/allegro
%{_libdir}/%{name}
%exclude %{_libdir}/allegro/*/alleg-jack.so
%config(noreplace) %{_sysconfdir}/allegrorc

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc docs/txt/abi.txt docs/txt/ahack.txt docs/txt/allegro.txt
%doc docs/txt/const.txt docs/txt/faq.txt docs/txt/help.txt
%doc docs/html
%doc demos examples setup
%{_bindir}/%{name}-config
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*.h
%{_includedir}/allegro
%{_includedir}/allegrogl
%{_mandir}/man3/*3*
%{_infodir}/allegro.info*

%files jack-plugin
%{_libdir}/%{name}/*/alleg-jack.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.4.2-3
+ Revision: a64c686
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15780 |14mr|alsa-firmware-1.0.28-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced Linux Sound Architecture (ALSA) tools
Name:		alsa-firmware
Version:	1.0.28
Release:	2
# use the licenses figured out by Fedora, for a break down of where each license
# comes from see:
# http://pkgs.fedoraproject.org/gitweb/?p=alsa-firmware.git;a=blob;f=alsa-firmware.spec
Group:		System/Kernel and hardware
License:	GPLv1+ and BSD and GPLv2+ and GPLv2 and LGPLv2+
Url:		http://alsa-project.org
Source0:	ftp://ftp.alsa-project.org/pub/firmware/%{name}-%{version}.tar.bz2
Requires:	udev
%rename		aica-firmware
%rename		asihpi-firmware
%rename		emu1010-firmware
%rename		sb16-firmware
%rename		korg1212-firmware
%rename		maestro3-firmware
%rename		turtlebeach-firmware
%rename		yamaha-firmware
Provides:	ctexfx-firmware = %{EVRD}
Provides:	ctspeq-firmware = %{EVRD}
Obsoletes:	emagic-firmware < %{EVRD}
# (ahmad) provide echomixer-firmware, and not echomixer, so as not to obsolete
# echomixer here and in alsa-tools; urpmi can't soomthly handle a package
# obsoleted by two packages
Provides:	echomixer-firmware = %{EVRD}
BuildArch:	noarch

%files
%doc COPYING README*
/lib/firmware/aica_firmware.bin
/lib/firmware/asihpi
/lib/firmware/cs46xx
/lib/firmware/ea/
/lib/firmware/emu/
/lib/firmware/digiface_*
/lib/firmware/multiface_*
/lib/firmware/rpm_firmware.bin
/lib/firmware/korg/k1212.dsp
/lib/firmware/pcxhr/
/lib/firmware/vx/
/lib/firmware/turtlebeach/
/lib/firmware/yamaha/
/lib/firmware/sb16/
/lib/firmware/mixart/
/lib/firmware/ess/
/lib/firmware/ctefx.bin
/lib/firmware/ctspeq.bin
%dir %{_datadir}/alsa/firmware
%{_datadir}/alsa/firmware/usx2yloader

#----------------------------------------------------------------------------

%description
This package contains the firmware binaries for a number of sound cards.
Some (but not all of these) require firmware loaders which are included in
the alsa-tools-firmware package.

%prep
%setup -q

%build
%configure2_5x \
	--with-hotplug-dir=/lib/firmware \
	--disable-loader
%make

# (Fedora) Rename README files from firmware subdirs that have them
for i in hdsploader mixartloader pcxhrloader usx2yloader vxloader
do
  mv ${i}/README README.${i}
done

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.28-2
+ Revision: 7d61168
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15781 |14mr|alsa-lib-1.0.28-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2

%define oldlib %mklibname alsa %{major}
%define olddev %mklibname -d alsa2

%define libname %mklibname asound %{major}
%define devname %mklibname -d asound

Summary:	Config files for Advanced Linux Sound Architecture (ALSA)
Name:		alsa-lib
Version:	1.0.28
Release:	2
Epoch:		2
Group:		Sound
License:	LGPLv2+
Url:		http://www.alsa-project.org/
Source0:	ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}.tar.bz2
Source1:	README.soundprofiles
BuildRequires:	doxygen
BuildRequires:	python-devel
Requires(post):	update-alternatives
Requires(postun):	update-alternatives
Provides:	libalsa-data = 2:%{version}-%{release}
Obsoletes:	libalsa-data < 2:1.0.26
Conflicts:	%{olddev} < 2:1.0.26

%description
Advanced Linux Sound Architecture (ALSA) is a modularized architecture which
supports quite a large range of ISA and PCI cards.
It's fully compatible with old OSS drivers (either OSS/Lite, OSS/commercial).
To use the features of alsa, one can either use:
- the old OSS api
- the new ALSA api that provides many enhanced features.

Using the ALSA api requires to use the ALSA library.

%package -n	%{libname}
Summary:	Advanced Linux Sound Architecture (ALSA) library
Group:		Sound
Requires:	%{name} = %{EVRD}
Suggests:	%mklibname alsa-plugins
Provides:	%{oldlib} = 2:%{version}-%{release}
Obsoletes:	%{oldlib} < 2:1.0.26

%description -n	%{libname}
Advanced Linux Sound Architecture (ALSA) is a modularized architecture which
supports quite a large range of ISA and PCI cards.
It's fully compatible with old OSS drivers (either OSS/Lite, OSS/commercial).
To use the features of alsa, one can either use:
- the old OSS api
- the new ALSA api that provides many enhanced features.

This package contains config files by ALSA applications.

%package -n	%{devname}
Summary:	Development files for Advanced Linux Sound Architecture (ALSA)
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{olddev} = 2:%{version}-%{release}
Obsoletes:	%{olddev} < 2:1.0.26
Provides:	libalsa-devel = 2:%{version}-%{release}
Obsoletes:	libalsa-devel < 2:1.0.26

%description -n	%{devname}
Advanced Linux Sound Architecture (ALSA) is a modularized architecture which
supports quite a large range of ISA and PCI cards.
It's fully compatible with old OSS drivers (either OSS/Lite, OSS/commercial).
To use the features of alsa, one can either use:
- the old OSS api
- the new ALSA api that provides many enhanced features.

This package contains files needed in order to develop an application
that made use of ALSA.

%package docs
Summary:	Documentation for Advanced Linux Sound Architecture (ALSA)
Group:		Books/Howtos
Requires:	%{libname} = %{EVRD}
Provides:	libalsa2-docs = 2:%{version}-%{release}
Obsoletes:	libalsa2-docs < 2:1.0.26

%description	docs
Advanced Linux Sound Architecture (ALSA) is a modularized architecture which
supports quite a large range of ISA and PCI cards.
It's fully compatible with old OSS drivers (either OSS/Lite, OSS/commercial).
To use the features of alsa, one can either use:
- the old OSS api
- the new ALSA api that provides many enhanced features.

The Advanced Linux Sound Architecture comes with a kernel API and library API.
This document describes the library API and how it interfaces with the kernel
API. Application programmers should use the library API rather than kernel API.

The Library offers 100% of the functionally of the kernel API, but add next
major improvements in usability, making the application code simpler and better
looking.

This package contains the documentation that describe the ALSA lib API.

%prep
%setup -q

%build
%configure2_5x \
		--enable-shared \
        --enable-python

# Force definition of -DPIC so that VERSIONED_SYMBOLS are used
# FIXME: alsa people should not depend on PIC to determine a DSO build...
perl -pi -e 's,(^pic_flag=.+)(-fPIC),\1-DPIC \2,' libtool
%make
%make -C doc doc

%install
%makeinstall_std

%ifnarch arm armv7hf armv7hl
# No need to keep ARM-only hardware support...
rm -rf %buildroot%_datadir/ucm/PandaBoard*
%endif

# (cg) For sound profile support
mkdir -p %{buildroot}%{_sysconfdir}/sound/profiles/alsa
echo "SOUNDPROFILE=alsa" > %{buildroot}%{_sysconfdir}/sound/profiles/alsa/profile.conf
echo "# This file is left blank to allow alsa to default to dmix" > %{buildroot}%{_sysconfdir}/sound/profiles/alsa/alsa-default.conf
install -m 644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/sound/profiles/README
ln -s %{_sysconfdir}/sound/profiles/current/alsa-default.conf %{buildroot}%{_datadir}/alsa/alsa.conf.d/99-default.conf

%define alt_name soundprofile
%define alt_priority 10

%post
%{_sbindir}/update-alternatives \
  --install %{_sysconfdir}/sound/profiles/current %{alt_name} %{_sysconfdir}/sound/profiles/alsa %{alt_priority}

%postun
if [ ! -f %{_sysconfdir}/sound/profiles/alsa/profile.conf ]; then
  /usr/sbin/update-alternatives --remove %{alt_name} %{_sysconfdir}/sound/profiles/alsa
fi

%files
%{_bindir}/aserver
%dir %{_sysconfdir}/sound/profiles
%dir %{_sysconfdir}/sound/profiles/alsa
%{_sysconfdir}/sound/profiles/README
%{_sysconfdir}/sound/profiles/alsa/profile.conf
%{_sysconfdir}/sound/profiles/alsa/alsa-default.conf
%dir %{_datadir}/alsa/
%dir %{_datadir}/alsa/cards/
%dir %{_datadir}/alsa/pcm/
%dir %{_datadir}/alsa/ucm/
%{_datadir}/alsa/cards/*
%{_datadir}/alsa/pcm/*
%{_datadir}/alsa/ucm/*
%{_datadir}/alsa/alsa.conf
%{_datadir}/alsa/alsa.conf.d
%{_datadir}/alsa/smixer.conf
%{_datadir}/alsa/sndo-mixer.alisp
%dir %{_libdir}/alsa-lib
%dir %{_libdir}/alsa-lib/smixer/
%{_libdir}/alsa-lib/smixer/*

%files -n %{libname}
%{_libdir}/libasound.so.%{major}*

%files -n %{devname}
%dir %{_includedir}/alsa/
%{_includedir}/alsa/*
%{_includedir}/sys/asoundlib.h
%{_datadir}/aclocal/alsa.m4
%{_libdir}/libasound.so
%{_libdir}/pkgconfig/alsa.pc

%files docs
%doc doc/doxygen/html/* doc/asoundrc.txt


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:1.0.28-2
+ Revision: 17b908c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15782 |14mr|alsa-oss-1.0.28-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0

%define libalsatoss %mklibname alsatoss %{major}
%define libaoss %mklibname aoss %{major}
%define devname %mklibname %{name} -d

Summary:	Advanced Linux Sound Architecture (ALSA) library
Name:		alsa-oss
Version:	1.0.28
Release:	2
Epoch:		1
License:	GPLv2+
Group:		Sound
Url:		http://www.alsa-project.org/
Source0:	ftp://ftp.alsa-project.org/pub/oss-lib/%{name}-%{version}.tar.bz2
Patch0:		alsa-oss-1.0.12-aoss.patch
BuildRequires:	doxygen
BuildRequires:	pkgconfig(alsa)

%description
Advanced Linux Sound Architecture (ALSA) is a modularized architecture which
supports quite a large range of ISA and PCI cards.
It's fully compatible with old OSS drivers (either OSS/Lite, OSS/commercial).
To use the features of alsa, one can either use:
- the old OSS api
- the new ALSA api that provides many enhanced features.

Using the ALSA api requires to use the ALSA library.
This library provides oss compatibility

#----------------------------------------------------------------------------

%package -n %{libalsatoss}
Summary:	Advanced Linux Sound Architecture (ALSA) library
Group:		System/Libraries
Conflicts:	%{_lib}alsa-oss0 < 1:1.0.28
Obsoletes:	%{_lib}alsa-oss0 < 1:1.0.28

%description -n %{libalsatoss}
Advanced Linux Sound Architecture (ALSA) is a modularized architecture which
supports quite a large range of ISA and PCI cards.
It's fully compatible with old OSS drivers (either OSS/Lite, OSS/commercial).
To use the features of alsa, one can either use:
- the old OSS api
- the new ALSA api that provides many enhanced features.

Using the ALSA api requires to use the ALSA library.
This library provides oss compatibility.

%files -n %{libalsatoss}
%doc COPYING
%{_libdir}/libalsatoss.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libaoss}
Summary:	Advanced Linux Sound Architecture (ALSA) library
Group:		System/Libraries
Conflicts:	%{_lib}alsa-oss0 < 1:1.0.28

%description -n %{libaoss}
Advanced Linux Sound Architecture (ALSA) is a modularized architecture which
supports quite a large range of ISA and PCI cards.
It's fully compatible with old OSS drivers (either OSS/Lite, OSS/commercial).
To use the features of alsa, one can either use:
- the old OSS api
- the new ALSA api that provides many enhanced features.

Using the ALSA api requires to use the ALSA library.
This library provides oss compatibility.

%files -n %{libaoss}
%doc COPYING
%{_libdir}/libaoss.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Advanced Linux Sound Architecture (ALSA)
Group:		Development/C
Requires:	%{libalsatoss} = %{EVRD}
Requires:	%{libaoss} = %{EVRD}
Provides:	%{name}-devel  = %{EVRD}

%description -n %{devname}
Advanced Linux Sound Architecture (ALSA) is a modularized architecture which
supports quite a large range of ISA and PCI cards.
It's fully compatible with old OSS drivers (either OSS/Lite, OSS/commercial).
To use the features of alsa, one can either use:
- the old OSS api
- the new ALSA api that provides many enhanced features.

This package contains files needed in order to develop an application
that made use of ALSA.

%files -n %{devname}
%doc COPYING
%{_libdir}/*.so
%{_includedir}/oss-redir.h

#----------------------------------------------------------------------------

%package -n aoss
Summary:	Wrapper script to ease ALSA-OSS compatibility library usage
Group:		Development/C

%description -n aoss
aoss is a simple wrapper script which facilitates the use
of the ALSA OSS compatibility library.
It just sets the appropriate LD_PRELOAD path and then runs the command.

This is useful in cases where routing settings (which can
be made in your .asoundrc file) need to be applied to commands that use the
OSS API.

%files -n aoss
%doc COPYING
%{_bindir}/aoss
%{_mandir}/man1/aoss.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fiv
%configure2_5x --disable-static
%make CFLAGS="%{optflags} -O0" LDFLAGS="%{ldflags} -ldl"

%install
mkdir -p %{buildroot}%{_includedir}/sys
mkdir -p %{buildroot}%{_libdir}

%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.0.28-2
+ Revision: ea0f599
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15783 |14mr|alsa-plugins-1.0.28-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %{name}

Summary:	Advanced Linux Sound Architecture (ALSA) plugins
Name:		alsa-plugins
Version:	1.0.28
Release:	2
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
License:	GPLv2+ and LGPLv2+
Group:		Sound
Url:		http://www.alsa-project.org
Source0:	ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz2
Source1:	jack.conf
Source2:	pulseaudio.conf
Source3:	pcm-oss.conf
Source4:	samplerate.conf
Source5:	upmix.conf
Source6:	vdownmix.conf
Source7:	pulse-default.conf
Source8:	a52.conf
BuildRequires:	kernel-headers >= 2.4.0
BuildRequires:	pkgconfig(alsa) >= %{version}
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libpulse) >= 0.8
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(speex)

%description
Advanced Linux Sound Architecture (ALSA) utilities. Modularized architecture
with support for a large range of ISA and PCI cards. Fully compatible with
OSS/Lite (kernel sound drivers), but contains many enhanced features.

This is the plugins package, which allows you to manipulate ALSA settings.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Advanced Linux Sound Architecture (ALSA) plugins
Group:		Sound
%rename		%{name}

%description -n %{libname}
Advanced Linux Sound Architecture (ALSA) utilities. Modularized architecture
with support for a large range of ISA and PCI cards. Fully compatible with
OSS/Lite (kernel sound drivers), but contains many enhanced features.

This is the plugins package, which allows you to manipulate ALSA settings.

%files -n %{libname}
%exclude %{_libdir}/alsa-lib/*_pulse.so
%exclude %{_libdir}/alsa-lib/*_jack.so
%exclude %{_libdir}/alsa-lib/*_a52.so
%{_datadir}/alsa/pcm/samplerate.conf
%{_datadir}/alsa/pcm/upmix.conf
%{_datadir}/alsa/pcm/vdownmix.conf
%{_libdir}/alsa-lib/*

#----------------------------------------------------------------------------

%package doc
Summary:	Advanced Linux Sound Architecture (ALSA) plugins
Group:		Sound
BuildArch:	noarch

%description doc
Documentation for %{name}.

%files doc
%doc COPYING* doc/R* doc/*.txt

#----------------------------------------------------------------------------

# (tv) needed for biarch:
%package pulse-config
Summary:	Alsa to PulseAudio backend configuration
Group:		Sound
License:	LGPLv2+
# (cg) For upgrading from old configuration system
Requires(post):	libalsa-data >= 1.0.20-2
Requires(post):	update-alternatives

%description pulse-config
This package contains configuration files for the pulse ALSA plugin.

%files pulse-config
%{_sysconfdir}/sound/profiles/pulse/alsa-default.conf
%{_datadir}/alsa/pcm/pulseaudio.conf

%post pulse-config
# (cg) Check to see if the user has disabled pulse in the old style setup.
if [ -f %{_sysconfdir}/alsa/pulse-default.conf ]; then
  if grep -q "^#DRAKSOUND- " %{_sysconfdir}/alsa/pulse-default.conf; then
    update-alternatives --set soundprofile %{_sysconfdir}/sound/profiles/alsa
  fi
fi

#----------------------------------------------------------------------------

%package -n %{libname}-pulseaudio
Summary:	Alsa to PulseAudio backend
Group:		Sound
License:	LGPLv2+
Provides:	%{name}-pulseaudio = %{EVRD}
Requires:	%{name}-pulse-config
%ifarch x86_64
# (cg) Suggest the 32 bit plugin on 64 bits to ensure compatibility
#      with (typically closed source) 32 bit apps.
Suggests:	lib%{name}-pulseaudio
%endif

%description -n %{libname}-pulseaudio
This plugin allows any program that uses the ALSA API to access a PulseAudio
sound daemon. In other words, native ALSA applications can play and record
sound across a network. There are two plugins in the suite, one for PCM and
one for mixer control.

%files -n %{libname}-pulseaudio
%doc doc/README-pulse
%{_libdir}/alsa-lib/libasound_module_pcm_pulse.so
%{_libdir}/alsa-lib/libasound_module_ctl_pulse.so
%{_libdir}/alsa-lib/libasound_module_conf_pulse.so

#----------------------------------------------------------------------------

%package -n %{libname}-jack
Summary:	Jack PCM output plugin for ALSA
Group:		Sound
License:	LGPLv2+
Provides:	%{name}-jack = %{EVRD}

%description -n %{libname}-jack
This plugin converts the ALSA API over JACK (Jack Audio Connection
Kit, http://jackit.sf.net) API.  ALSA native applications can work
transparently together with jackd for both playback and capture.

    ALSA apps (playback) -> ALSA-lib -> JACK plugin -> JACK daemon
    ALSA apps (capture) <- ALSA-lib <- JACK plugin <- JACK daemon

This plugin provides the PCM type "jack"

%files -n %{libname}-jack
%doc doc/README-jack
%{_datadir}/alsa/pcm/jack.conf
%{_libdir}/alsa-lib/libasound_module_pcm_jack.so

#----------------------------------------------------------------------------

%package -n %{libname}-a52
Summary:	A52/AC3 output plugin for ALSA
Group:		Sound
License:	LGPLv2+
Provides:	%{name}-a52 = %{EVRD}
Conflicts:	%{libname} <= 1.0.25-1

%description -n %{libname}-a52
This plugin supports Digital 5.1 AC3 emulation over S/PDIF (IEC958).

%files -n %{libname}-a52
%{_datadir}/alsa/alsa.conf.d/a52.conf
%{_libdir}/alsa-lib/libasound_module_pcm_a52.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x
%make LIBS='-pthread'

%install
%makeinstall_std mkdir_p="mkdir -p"

install -d %{buildroot}%{_datadir}/alsa/pcm
install -m644 %{SOURCE1} %{SOURCE2} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{buildroot}%{_datadir}/alsa/pcm

# (cg) Include a configuration for when pulse is active
install -m644 %{SOURCE7} -D %{buildroot}%{_sysconfdir}/sound/profiles/pulse/alsa-default.conf

#a52 conf
install -m 644 %{SOURCE8} %{buildroot}%{_datadir}/alsa/alsa.conf.d

# We already include those in other places
rm %{buildroot}%{_datadir}/alsa/alsa.conf.d/{50-pulseaudio.conf,99-pulseaudio-default.conf.example}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.28-2
+ Revision: 72f0844
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15784 |14mr|alsa-tools-1.0.28-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# sb16_csp is added conditionally!
%define MODULES_NOCSPCTL as10k1 echomixer envy24control hdspconf hdsploader hdspmixer ld10k1 mixartloader pcxhrloader rmedigicontrol seq/sbiload sscape_ctl us428control usx2yloader vxloader
# qlo10k1 needs l10k1 and thus this package will only bootstrap if it's installed first
%define EXTRAS	hdajackretask hda-verb hwmixvolume 

%ifarch ppc %{mips} %{arm}
%define MODULES %{MODULES_NOCSPCTL}
%else
%define MODULES %{MODULES_NOCSPCTL} sb16_csp %{EXTRAS}
%endif

%define major 0
%define libname %mklibname lo10k1_%{major}
%define devname %mklibname lo10k1 -d

Summary:	Advanced Linux Sound Architecture (ALSA) tools
Name:		alsa-tools
Version:	1.0.28
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://alsa-project.org
Source0:	ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
Source1:	90-alsa-tools-firmware.rules
Patch1:		alsa-tools-1.0.18-sscape_ctl.c.patch
# From Debian: adapt to udev instead of hotplug - AdamW 2008/03
Patch2:		alsa-tools-1.0.16-usx2yloader-udev.patch
# (tv) fix underlinking:
Patch3:		alsa-tools-1.0.17rc1-fix-link.patch

BuildRequires:	desktop-file-utils
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(ncurses)

%rename		envy24control
%rename		hdspconf
%rename		hdspmixer
%rename		rmedigicontrol
%rename		sb16_csp
%rename		sbiload
%rename		sscape_ctl
%rename		us428control
%rename		as10k1
%rename		echomixer
Obsoletes:	ac3dec < 1.0.27-1

%description
Advanced Linux Sound Architecture (ALSA) utils. Modularized 
architecture with support for a large range of ISA and PCI cards.
Fully compatible with OSS/Lite (kernel sound drivers), but 
contains many enhanced features.

This source rpm package provides several sub packages:
* as10k1 - AS10k1 Assembler version A0.99
* cspctl - Sound Blaster 16 ASP/CSP control program
* envy24control - Control tool for Envy24 (ice1712) based sound cards
* hdspmixer - Mixer for the RME Hammerfall DSP cards
* rmedigicontrol - Control panel for RME Hammerfall cards
* sbiload - An OPL2/3 FM instrument loader for ALSA sequencer
* sscape_ctl - ALSA SoundScape control utility
* us428control - Control tool for Tascam 428

%files
%doc as10k1/README as10k1/COPYING as10k1/examples
%doc echomixer/AUTHORS echomixer/COPYING echomixer/README
%doc envy24control/AUTHORS envy24control/COPYING envy24control/README
%doc hdspconf/COPYING hdspconf/README
%doc hdspmixer/AUTHORS hdspmixer/COPYING hdspmixer/README
%doc rmedigicontrol/COPYING rmedigicontrol/README
%doc seq/sbiload/COPYING seq/sbiload/README
%{_bindir}/as10k1
%{_bindir}/echomixer
%{_bindir}/envy24control
%{_bindir}/hdspconf
%{_bindir}/hdspmixer
%{_bindir}/rmedigicontrol
%{_bindir}/sbiload
%{_bindir}/sscape_ctl
%{_bindir}/us428control
%{_bindir}/hda-verb
%{_bindir}/hdajackretask
%{_bindir}/hwmixvolume
%{_datadir}/applications/hdspmixer.desktop
%{_datadir}/applications/hdspconf.desktop
%{_datadir}/applications/echomixer.desktop
%{_datadir}/applications/envy24control.desktop
%{_datadir}/applications/rmedigicontrol.desktop
%{_datadir}/sounds/opl3/
%{_datadir}/pixmaps/hdspconf.png
%{_datadir}/pixmaps/hdspmixer.png
%{_mandir}/man1/envy24control.1*
%ifnarch ppc %{mips} %{arm}
%doc sb16_csp/COPYING sb16_csp/README
%{_bindir}/cspctl
%{_mandir}/man1/cspctl.*
%endif

#----------------------------------------------------------------------------

%package firmware
Summary:	ALSA tools for uploading firmware to some sound cards
License:	GPLv1+
Group:		System/Kernel and hardware
Requires:	alsa-firmware >= 1.0.25
%rename		hdsploader
%rename		mixartloader
%rename		pcxhrloader
%rename		usx2yloader
%rename		vxloader

%description firmware
This package contains tools for flashing firmware into certain sound cards.
The following tools are available:

* hdsploader   - for RME Hammerfall DSP cards
* mixartloader - for Digigram miXart sound cards
* pcxhrloader  - for Digigram PCXHR sound cards
* usx2yloader  - second phase firmware loader for Tascam USX2Y USB sound cards
* vxloader     - for Digigram VX sound cards

%files firmware
%doc hdsploader/AUTHORS hdsploader/COPYING hdsploader/README
%doc usx2yloader/README
%doc vxloader/README
/lib/udev/rules.d/90-alsa-tools-firmware.rules
/lib/udev/tascam_fpga
/lib/udev/tascam_fw
%{_bindir}/hdsploader
%{_bindir}/mixartloader
%{_bindir}/pcxhrloader
%{_bindir}/usx2yloader
%{_bindir}/vxloader

#----------------------------------------------------------------------------

%package -n ld10k1
Summary:	AS10k1 Assembler version A0.99
License:	GPLv1
Group:		System/Kernel and hardware

%description -n ld10k1
This is patch loader for EMU10K1 (EMU10K2) for ALSA.
This disables AC3 passthrough on SB Live.

There are two parts:
Server - ld10k1 - running as service - it is storing driver state - it must run
under root or by setuided
Client - lo10k1 - controls server and dump loader dl10k1 - loads dumps
previously created with lo10k1 & ld10k1.

ld10k1 will clear card DSP program and you will hear nothing.
You must load some patches to route sound from inputs to outputs (use
audigy_init script for audigy 1, 2 or init_live for sb live).
After loading patch check and set oss mixer emulation through proc file
(/proc/asound/card/oss_mixer)

In directory setup are some patches which I use on my Audigy for testing.
With this you will have exactly same mixer as with original driver (+headphone
control, not tested AudigyDrive inputs and outputs, AC3 passthrought).
Use as10k1 compiler from alsa-tools package to compile patches.

%files -n ld10k1
%doc as10k1/README as10k1/COPYING as10k1/examples
%{_bindir}/lo10k1
%{_bindir}/init_audigy
%{_bindir}/init_audigy_eq10
%{_bindir}/init_live
%{_datadir}/ld10k1
%{_sbindir}/ld10k1
%{_sbindir}/dl10k1
%{_sbindir}/ld10k1d

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Ld10k1_ library
Group:		System/Libraries
Obsoletes:	%{_lib}lo10k10 < 1.0.27-2

%description -n %{libname}
This is the library of ld10k1.

%files -n %{libname}
%{_libdir}/liblo10k1.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for l10k1
Group:		Development/C
Requires:	%{libname} = %{version}
Obsoletes:	%{_lib}lo10k10-devel < 1.0.27-2

%description -n %{devname}
This package contains files needed in order to develop an application
that made use of the ld10k1 library.

%files -n %{devname}
%{_includedir}/lo10k1
%{_datadir}/aclocal/ld10k1.m4
%{_libdir}/liblo10k1.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

pushd envy24control
touch NEWS ChangeLog
popd

find . -name "Make*" -o -name "configure.*" |xargs sed -i -e 's,configure\.in,configure.ac,g'

%build
for i in %{MODULES}; do
pushd ${i}
libtoolize -c -f
autoreconf -fi
%configure2_5x
%make
popd
done

%install
for i in %{MODULES}; do
pushd ${i}
  %makeinstall_std
popd
done

# install menu entries
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/echomixer.desktop << EOF
[Desktop Entry]
Name=Echo mixer
Comment=Control tool for Echoaudio sound cards
Exec=%{_bindir}/echomixer
Icon=sound_section
Terminal=false
Type=Application
Categories=AudioVideo;Audio;Mixer;
EOF

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/envy24control.desktop << EOF
[Desktop Entry]
Name=Envy24control
Comment=Control tool for Envy24 (ice1712) based sound cards
Exec=%{_bindir}/envy24control
Icon=sound_section
Terminal=false
Type=Application
Categories=AudioVideo;Audio;Mixer;
EOF

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/rmedigicontrol.desktop << EOF
[Desktop Entry]
Name=RME Digicontrol
Comment=Control panel for RME Hammerfall
Exec=%{_bindir}/rmedigicontrol
Icon=sound_section
Terminal=false
Type=Application
Categories=AudioVideo;Audio;Mixer;
EOF

# fix .desktop files
sed -i 's,.png,,' %{buildroot}%{_datadir}/applications/{hdspconf,hdspmixer}.desktop

desktop-file-install \
	--vendor="" \
	--remove-key="Encoding" \
	--remove-key="FilePattern" \
	--remove-category="Application" \
	--dir=%{buildroot}%{_datadir}/applications/ \
	%{buildroot}%{_datadir}/applications/*

# udev rules file for usx2yloader - AdamW 2008/03
mkdir -p %{buildroot}/lib/udev/rules.d/
install -p -m 0644 %{SOURCE1} %{buildroot}/lib/udev/rules.d/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.28-2
+ Revision: 9ce4958
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15785 |14mr|alsa-utils-1.0.28-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced Linux Sound Architecture (ALSA) utilities
Name:		alsa-utils
Version:	1.0.28
Release:	2
License:	GPLv2+
Group:		Sound
Url:		http://www.alsa-project.org
Source0:	ftp://ftp.alsa-project.org/pub/utils/%{name}-%{version}.tar.bz2
BuildRequires:	kernel-headers
BuildRequires:	systemd-units
BuildRequires:	xmlto
BuildRequires:	pkgconfig(alsa) >= %{version}
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
Requires:	alsa-lib >= 1:%{version}
# dependancies for alsaconf:
Requires:	pciutils

%description
Advanced Linux Sound Architecture (ALSA) utilities. Modularized architecture
with support for a large range of ISA and PCI cards. Fully compatible with
OSS/Lite (kernel sound drivers), but contains many enhanced features.

This is the utilities package, which allows you to manipulate ALSA settings.

%files
%doc [A-Z][A-Z]*
%{_bindir}/[a-i]*
%{_sbindir}/alsactl
/sbin/alsactl
%{_mandir}/man1/[a-i]*
%{_mandir}/man7/alsactl_init.7*
%{_datadir}/alsa/
/lib/systemd/system/*.service
/lib/systemd/system/*/*.service
/lib/udev/rules.d/*.rules
/var/lib/alsa

#----------------------------------------------------------------------------

%package -n speaker-test
Summary:	ALSA test tool
Group:		Sound
Requires:	alsa-utils

%description -n speaker-test
speaker-test is a tool that enables one to test his head phones.

%files -n speaker-test
%{_bindir}/speaker-test
%{_mandir}/man1/speaker-test.*
%{_datadir}/sounds/alsa/

#----------------------------------------------------------------------------

%package -n alsaconf
Summary:	ALSA configuration tool
Group:		Sound
Requires:	alsa-utils
Requires:	whiptail
Requires:	cdialog

%description -n alsaconf
Alsaconf is a tool that enables one to configure his sound card with ALSA.
It's often not not needed as mandriva linux will autoconfigure sound cards.

%files -n alsaconf -f alsaconf.lang
%{_sbindir}/alsaconf
%{_mandir}/man8/alsaconf.*
%lang(fr) %{_mandir}/fr/man8/alsaconf.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-rpath \
	--with-systemdsystemunitdir=%{_unitdir}

%make all

%install
%makeinstall_std mkdir_p="mkdir -p"

# Create /var/lib/alsa tree
mkdir -p -m 755 %{buildroot}/var/lib/alsa

# move alsactl in /sbin in order to reload mixer settings on bootstrapping:
mkdir %{buildroot}/sbin
mv %{buildroot}%{_sbindir}/alsactl %{buildroot}/sbin/alsactl

ln -s ../../sbin/alsactl %{buildroot}%{_sbindir}

%find_lang alsaconf
%find_lang alsa-utils
cat alsa-utils.lang >> alsaconf.lang


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.28-2
+ Revision: b4b7705
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15786 |14mr|amarok-2.8.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A powerful media player for KDE4
Name:		amarok
Epoch:		3
Version:	2.8.0
Release:	6
Group:		Sound
License:	GPLv2+
Url:		http://amarok.kde.org/
Source0:	http://fr2.rpmfind.net/linux/KDE/unstable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
Source100:	amarok.rpmlintrc
Patch0:		amarok-2.6.0-lastfm1.patch
BuildRequires:	clamz
BuildRequires:	cmake
BuildRequires:	qtscriptgenerator
BuildRequires:	ffmpeg-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	libaio-devel
BuildRequires:	libifp-devel
BuildRequires:	liblastfm-devel
BuildRequires:	libmp4v2-devel
BuildRequires:	nepomuk-core-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmygpo-qt) >= 1.0.6
BuildRequires:	pkgconfig(libnjb)
BuildRequires:	pkgconfig(libofa)
BuildRequires:	pkgconfig(libvisual-0.4)
BuildRequires:	pkgconfig(loudmouth-1.0)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(taglib-extras)
Suggests:	%{name}-scripts = %{EVRD}
%if "%{distepoch}" >= "2014.0"
BuildRequires:	mariadb-static-devel
BuildRequires:	mariadb-server
Requires:	mariadb-common
%else
BuildRequires:	mysql-static-devel
Requires:	mysql-common-core
%endif
Requires:	qtscriptbindings
Requires:	kde4-audiocd
Requires:	gstreamer0.10-tools
Requires:	clamz
Obsoletes:	%{_lib}amarokqtjson1 < 3:2.7.0
%rename		amarok-utils

%description
Feature Overview

* Music Collection:
You have a huge music library and want to locate tracks quickly? Let amaroK's
powerful Collection take care of that! It's a database powered music store,
which keeps track of your complete music library, allowing you to find any
title in a matter of seconds.

* Intuitive User Interface:
You will be amazed to see how easy amaroK is to use! Simply drag-and-drop files
into the playlist. No hassle with complicated  buttons or tangled menus.
Listening to music has never been easier!

* Streaming Radio:
Web streams take radio to the next level: Listen to thousands of great radio
stations on the internet, for free! amaroK provides excellent streaming
support, with advanced features, such as displaying titles of the currently
playing songs.

* Context Browser:
This tool provides useful information on the music you are currently listening
to, and can make listening suggestions, based on your personal music taste. An
innovate and unique feature.

* Visualizations:
amaroK is compatible with XMMS visualization plugins. Allows you to use the
great number of stunning visualizations available on the net. 3d visualizations
with OpenGL are a great way to enhance your music experience.

%files -f %{name}.lang
%{_kde_bindir}/amarok
%{_kde_bindir}/amarokcollectionscanner
%{_kde_bindir}/amarok_afttagger
%{_kde_bindir}/amarokmp3tunesharmonydaemon
%{_kde_bindir}/amarokpkg
%{_kde_bindir}/amzdownloader
%{_kde_datadir}/applications/kde4/amarok.desktop
%{_kde_datadir}/applications/kde4/amarok_containers.desktop
%{_kde_datadir}/applications/kde4/amzdownloader.desktop
%{_kde_datadir}/config/amarok.knsrc
%{_kde_datadir}/config/amarok_homerc
%{_kde_datadir}/config.kcfg/amarokconfig.kcfg
%{_kde_appsdir}/desktoptheme/*
%{_kde_appsdir}/solid/actions/amarok-play-audiocd.desktop
%{_kde_appsdir}/amarok
%{_kde_appsdir}/kconf_update/*
%{_kde_libdir}/kde4/*
%{_kde_libdir}/libampache_account_login.so
%{_kde_libdir}/libamarok_service_lastfm_shared.so
%{_kde_datadir}/config/amarokapplets.knsrc
%{_kde_datadir}/kde4/services/*
%{_kde_datadir}/kde4/servicetypes/*
%{_kde_iconsdir}/*/*/*/amarok.*
%{_kde_datadir}/dbus-1/interfaces/*
%{_kde_datadir}/mime/packages/amzdownloader.xml
%exclude %{_kde_appsdir}/amarok/scripts/

#--------------------------------------------------------------------

%package scripts
Summary:	Scripts for amarok
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description scripts
This package includes python scripts for amarok.

%files scripts
%dir %{_kde_appsdir}/amarok/scripts/
%{_kde_appsdir}/amarok/scripts/*

#------------------------------------------------

%define libamaroklib_major 1
%define libamaroklib %mklibname amaroklib %{libamaroklib_major}

%package -n %{libamaroklib}
Summary:	Amarok 2 core library
Group:		System/Libraries

%description -n %{libamaroklib}
Amarok 2 core library.

%files -n %{libamaroklib}
%{_kde_libdir}/libamaroklib.so.%{libamaroklib_major}*

#------------------------------------------------

%define libamarokcore_major 1
%define libamarokcore %mklibname amarokcore %{libamarokcore_major}

%package -n %{libamarokcore}
Summary:	Amarok 2 core library
Group:		System/Libraries

%description -n %{libamarokcore}
Amarok 2 core library.

%files -n %{libamarokcore}
%{_kde_libdir}/libamarokcore.so.%{libamarokcore_major}*

#------------------------------------------------

%define libamarokpud_major 1
%define libamarokpud %mklibname amarokpud %{libamarokpud_major}

%package -n %{libamarokpud}
Summary:	Amarok 2 core library
Group:		System/Libraries

%description -n %{libamarokpud}
Amarok 2 core library.

%files -n %{libamarokpud}
%{_kde_libdir}/libamarokpud.so.%{libamarokpud_major}*

#------------------------------------------------

%define libamarokocsclient_major 4
%define libamarokocsclient %mklibname amarokocsclient %{libamarokocsclient_major}

%package -n %{libamarokocsclient}
Summary:	Amarok 2 core library
Group:		System/Libraries

%description -n %{libamarokocsclient}
Amarok 2 core library.

%files -n %{libamarokocsclient}
%{_kde_libdir}/libamarokocsclient.so.%{libamarokocsclient_major}*

#------------------------------------------------

%define libamarokshared_major 1
%define libamarokshared %mklibname amarokshared %{libamarokshared_major}

%package -n %{libamarokshared}
Summary:	Amarok 2 shared library
Group:		System/Libraries

%description -n %{libamarokshared}
Amarok 2 shared library.

%files -n %{libamarokshared}
%{_kde_libdir}/libamarokshared.so.%{libamarokshared_major}*


#------------------------------------------------

%define libamaroksqlcollection_major 1
%define libamaroksqlcollection %mklibname amarok-sqlcollection %{libamaroksqlcollection_major}

%package -n %{libamaroksqlcollection}
Summary:	Amarok 2 core library
Group:		System/Libraries

%description -n %{libamaroksqlcollection}
Amarok 2 core library.

%files -n %{libamaroksqlcollection}
%{_kde_libdir}/libamarok-sqlcollection.so.%{libamaroksqlcollection_major}*

#------------------------------------------------

%define libamaroktranscoding_major 1
%define libamaroktranscoding %mklibname amarok-transcoding %{libamaroktranscoding_major}

%package -n %{libamaroktranscoding}
Summary:	Amarok 2 core library
Group:		System/Libraries

%description -n %{libamaroktranscoding}
Amarok 2 core library.

%files -n %{libamaroktranscoding}
%{_kde_libdir}/libamarok-transcoding.so.%{libamaroktranscoding_major}*

#------------------------------------------------

%define devname %mklibname -d %{name}

%package -n %{devname}
Summary:	Headers of %{name} for development
Group:		Development/C
Requires:	%{libamaroklib} = %{EVRD}
Requires:	%{libamarokcore} = %{EVRD}
Requires:	%{libamarokpud} = %{EVRD}
Requires:	%{libamarokocsclient} = %{EVRD}
Requires:	%{libamaroksqlcollection} = %{EVRD}
Requires:	%{libamaroktranscoding} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Headers of %{name} for development.

%files -n %{devname}
%{_kde_libdir}/libamaroklib.so
%{_kde_libdir}/libamarokcore.so
%{_kde_libdir}/libamarokpud.so
%{_kde_libdir}/libamarokocsclient.so
%{_kde_libdir}/libamarok-sqlcollection.so
%{_kde_libdir}/libamarok-transcoding.so
%{_kde_libdir}/libamarokshared.so

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4 -DKDE4_BUILD_TESTS=OFF

%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-kde --all-name


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3:2.8.0-6
+ Revision: 635eb3d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15787 |14mr|amarok-scripts-zh_CN-0.8.11.29-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: amarok-scripts-zh_CN
Summary: Amarok scripts for Chinese users
Version: 0.8.11.29
Release: 8
License: GPLv2+
Url: http://www.kde-apps.org/index.php?xcontentmode=57
Group: Sound
Source0: http://www.kde-apps.org/CONTENT/content-files/91785-lyrics_CN.amarokscript.tar.gz
Source1: http://www.kde-apps.org/CONTENT/content-files/91784-amarok-radio-cn.amarokscript.tar.gz
Requires: amarok >= 3:1.98
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: kde4-macros

%description
This package contains several amarok scripts useful for Chinese users.

%prep
%setup -q -a1 -c -n %name

%install
rm -fr %buildroot
mkdir -p %buildroot%_kde_appsdir/amarok/scripts
cp -fr * %buildroot%_kde_appsdir/amarok/scripts/

%clean
rm -fr %buildroot

%files
%defattr(-,root,root,-)
%_kde_appsdir/amarok/scripts/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.11.29-8
+ Revision: 78bdbc8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15788 |14mr|amavisd-new-2.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Mail Virus Scanner
Name:		amavisd-new
Version:	2.7.0
Release:	2
License:	GPL
Group:		Networking/Mail
URL:		http://www.ijs.si/software/amavisd/
Source0:	http://www.ijs.si/software/amavisd/%{name}-%{version}.tar.gz
Patch0:		amavisd-new-2.4.5-init.patch
Patch1:		amavisd-new-mdv_conf.diff
Patch2:		amavisd-new-mdv_conf-2.diff
Patch3:		amavisd-new-2.6.4-SA.patch
Patch4:		amavisd-new-2.6.4-snmp.patch
Requires:	file >= 4.21
# http://archives.mandrivalinux.com/cooker/2005-06/msg01987.php
Requires:	mail-server
Requires:	perl-Archive-Tar
Requires:	perl-Archive-Zip
Requires:	perl-BerkeleyDB
Requires:	perl(Compress::Zlib)
Requires:	perl-Convert-TNEF
Requires:	perl-Convert-UUlib >= 1.08
Requires:	perl-Crypt-OpenSSL-RSA
Requires:	perl-DBI
Requires:	perl-Digest-MD5
Requires:	perl-IO-stringy
Requires:	perl-ldap
Requires:	perl-libnet
Requires:	perl-Mail-DKIM
Requires:	perl-Mail-SpamAssassin
Requires:	perl-MailTools
Requires:	perl-MIME-Base64
Requires:	perl-MIME-tools >= 5.411
Requires:	perl-Net-Server >= 0.84
Requires:	perl-Razor-Agent
Requires:	perl-Time-HiRes
Requires:	perl-Unix-Syslog
Requires:	spamassassin >= 2.60
Requires:	spamassassin-spamd >= 2.60
Requires:	spamassassin-spamc >= 2.60
Requires:	binutils
Requires:	bzip2
Requires:	cabextract
Requires:	tnef
Requires:	lha
Requires:	lzop
Requires:	ncompress
Requires:	nomarch
Requires:	pax
Requires:	ripole
Provides:	amavisd
BuildArch:	noarch
# this is for serviceadd, etc.
Requires(post): rpm-helper
Requires(preun): rpm-helper
# this is for useradd, groupadd, etc.
Requires(pre): rpm-helper
Requires(postun): rpm-helper
#PreReq:	clamav
Obsoletes:	amavis-postfix

%description
AMaViS is a perl script that interfaces a Mail Transport Agent (MTA)
with one or more virus scanners (not provided).

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1 -b .init
%patch2 -p1 -b .confpch
%patch3 -p1 -b .SA
%patch4 -p1 -b .SNMP
%build

%install

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/amavisd
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}/var/lib/amavis/.spamassassin
install -d %{buildroot}/var/spool/amavis/virusmails
install -d %{buildroot}/var/lib/amavis/{tmp,db}

install -m0755 amavisd_init.sh %{buildroot}%{_initrddir}/amavisd
install -m0640 amavisd.conf %{buildroot}%{_sysconfdir}/amavisd/amavisd.conf
install -m0640 amavisd.conf-default %{buildroot}%{_sysconfdir}/amavisd/amavisd.conf-default
install -m0755 amavisd %{buildroot}%{_sbindir}/amavisd
install -m0755 p0f-analyzer.pl %{buildroot}%{_sbindir}/
install -m0755 amavisd-agent %{buildroot}%{_sbindir}/
install -m0755 amavisd-nanny %{buildroot}%{_sbindir}/
install -m0755 amavisd-release %{buildroot}%{_sbindir}/
install -m0755 amavisd-snmp-subagent %{buildroot}%{_sbindir}/


cat > %{buildroot}/var/lib/amavis/.spamassassin/user_prefs <<EOF
# SpamAssassin User Preferences file
# (see perldoc Mail::SpamAssassin::Conf for details of what can be tweaked).
# Note that the entries for headers won't have effect, since those are
# directly handled/overridden by amavisd and amavisd.conf.

dns_available yes

# Bayes filters requires at least 200 entries of spam and 200 of ham 
# for start working
bayes_file_mode 0640
use_bayes 1
#bayes_auto_learn 0

skip_rbl_checks 1
use_razor2 0
use_pyzor 0
#dcc_add_header 1

# Custom scores (local|net|bayes|bayes+net)
#score   BAYES_99        4.300 4.300 5.400 5.400
#score   BAYES_90        3.500 3.500 3.500 3.500
#score   BAYES_80        3.000 3.000 3.000 3.000
#score   DCC_CHECK       4.000 4.000 4.000 4.000
#score   RAZOR2_CHECK    2.500 2.500 2.500 2.500
#score   HABEAS_SWE      -0.01
EOF

cat > %{buildroot}%{_bindir}/amavisd-checkbayesdb <<EOF
#!/bin/sh
su amavis -c "%{_bindir}/sa-learn --dump" -s /bin/sh
EOF

cat > %{buildroot}%{_bindir}/amavisd-checkcfg <<EOF
#!/bin/sh
su amavis -c "%{_bindir}/spamassassin --lint -D" -s /bin/sh
EOF

cat > %{buildroot}%{_bindir}/amavisd-mboxlearnham <<EOF
#!/bin/sh
su amavis -c "%{_bindir}/sa-learn --showdots --ham --mbox \$1" -s /bin/sh
EOF

cat > %{buildroot}%{_bindir}/amavisd-mboxlearnspam <<EOF
#!/bin/sh
su amavis -c "%{_bindir}/sa-learn --showdots --spam --mbox \$1" -s /bin/sh
EOF

%pre
%_pre_useradd amavis /var/lib/amavis /bin/false
%_pre_groupadd amavis amavis,clamav

%post
%_post_service amavisd

# check mta
mta="`readlink /etc/alternatives/sendmail-command 2>/dev/null | cut -d . -f 2`"
if [ "$mta" = "postfix" ]; then
	aliases="%{_sysconfdir}/postfix/aliases"
else
	aliases="%{_sysconfdir}/aliases"
fi
if [ -e "$aliases" ]; then
	grep -q "virusalert" "$aliases" || \
		echo "virusalert: root" >> "$aliases"
	[ -x %{_bindir}/newaliases ] && %{_bindir}/newaliases > /dev/null 2>&1
fi

if [ -x /usr/sbin/postconf ] && [ -z `/usr/sbin/postconf -h content_filter` ]; then
	postconf -e content_filter=lmtp-filter:127.0.0.1:10025
	postconf -e receive_override_options=no_address_mappings
fi

%preun
%_preun_service amavisd

%files
%defattr(-,root,root)
%doc AAAREADME.first INSTALL LICENSE README_FILES RELEASE_NOTES test-messages
%doc LDAP.schema amavisd-new-courier.patch amavisd-new-qmqpqq.patch
%doc AMAVIS-MIB.txt
%attr(0755,root,root) %{_initrddir}/amavisd
%attr(0640,root,amavis) %config(noreplace) %{_sysconfdir}/amavisd/amavisd.conf
%attr(0640,root,amavis) %{_sysconfdir}/amavisd/amavisd.conf-default
%attr(0755,root,root) %{_sbindir}/amavisd
%attr(0755,root,root) %{_sbindir}/p0f-analyzer.pl
%attr(0755,root,root) %{_sbindir}/amavisd-agent
%attr(0755,root,root) %{_sbindir}/amavisd-nanny
%attr(0755,root,root) %{_sbindir}/amavisd-release
%attr(0755,root,root) %{_sbindir}/amavisd-snmp-subagent
%attr(0755,root,root) %{_bindir}/amavisd-*
%attr(0755,root,root) %dir /var/spool/amavis
%attr(0750,amavis,amavis) %dir /var/spool/amavis/virusmails
%attr(0750,amavis,amavis) %dir /var/lib/amavis
%attr(0750,amavis,amavis) %dir /var/lib/amavis/tmp
%attr(0750,amavis,amavis) %dir /var/lib/amavis/db
%attr(0750,amavis,amavis) %dir /var/lib/amavis/.spamassassin
%attr(0640,amavis,amavis) %config(noreplace) /var/lib/amavis/.spamassassin/user_prefs



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7.0-2
+ Revision: 029a280
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15789 |14mr|amor-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Amusing Misuse Of Resources put's comic figures above your windows
Name:		amor
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Conflicts:	kdetoys4-devel < 1:4.11.0

%description
Amusing Misuse Of Resources put's comic figures above your windows.

%files
%{_kde_bindir}/amor
%{_kde_applicationsdir}/amor.desktop
%{_kde_appsdir}/amor
%{_kde_iconsdir}/hicolor/*/apps/amor.png
%{_kde_docdir}/*/*/amor
%{_kde_mandir}/man6/amor.6.*
%{_datadir}/dbus-1/interfaces/org.kde.amor.xml

#-------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 05ea0bc
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15790 |14mr|analitza-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%ifarch %{arm}
%bcond_with opengl
%else
%bcond_without opengl
%endif

Summary:	Library that will let you add mathematical features to your program
Name:		analitza
Version:	4.13.3
Release:	1
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
# add SHOULD_BUILD_OPENGL option, to be able to disable support
# on arm because plotter3d assumes qreal=double all over the place
Patch0:		analitza-4.10.2-opengl_optional.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)

%description
The analitza library will let you add mathematical features to your program.

#---------------------------------------------

%package -n calgebra
Summary:	Console mathematical calculator
Group:		Graphical desktop/KDE
Conflicts:	kalgebra < 4.7.90

%description -n calgebra
Console interface for a mathematical calculator based content markup MathML
language.

%files -n calgebra
%{_kde_bindir}/calgebra

#---------------------------------------------

%package plots
Summary:	Plots used by the libanalitzaplot library
Group:		Graphical desktop/KDE
BuildArch:	noarch

%description plots
This package provides plots used by the libanalitzaplot library.

%files plots
%{_kde_appsdir}/libanalitza/plots/*.plots

#---------------------------------------------

%define analitza_major 5
%define libanalitza %mklibname analitza %{analitza_major}

%package -n %{libanalitza}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libanalitza}
The analitza library will let you add mathematical features to your program.
This pakage provide the runtime library for %{name}.

%files -n %{libanalitza}
%{_kde_libdir}/libanalitza.so.%{analitzagui_major}*

#---------------------------------------------

%define analitzagui_major 5
%define libanalitzagui %mklibname analitzagui %{analitzagui_major}

%package -n %{libanalitzagui}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libanalitzagui}
The analitza library will let you add mathematical features to your program.
This pakage provide the runtime library for %{name}.

%files -n %{libanalitzagui}
%{_kde_libdir}/libanalitzagui.so.%{analitzagui_major}*

#---------------------------------------------

%define analitzaplot_major 5
%define libanalitzaplot %mklibname analitzaplot %{analitzaplot_major}

%package -n %{libanalitzaplot}
Summary:	Runtime library for %{name}
Group:		System/Libraries
Requires:	analitza-plots

%description -n %{libanalitzaplot}
The analitza library will let you add mathematical features to your program.
This pakage provide the runtime library for %{name}.

%files -n %{libanalitzaplot}
%{_kde_libdir}/libanalitzaplot.so.%{analitzaplot_major}*

#---------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libanalitza} = %{EVRD}
Requires:	%{libanalitzagui} = %{EVRD}
Requires:	%{libanalitzaplot} = %{EVRD}

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_includedir}/analitza
%{_kde_includedir}/analitzagui
%{_kde_includedir}/analitzaplot
%{_kde_libdir}/libanalitza.so
%{_kde_libdir}/libanalitzagui.so
%{_kde_libdir}/libanalitzaplot.so
%{_kde_libdir}/cmake/analitza

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 .opengl_arm_float

%build
%cmake_kde4 \
%if %{with opengl}
	-DSHOULD_BUILD_OPENGL:BOOL=ON
%else
	-DSHOULD_BUILD_OPENGL:BOOL=OFF
%endif

%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: f9ade53
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15791 |14mr|anjuta-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

%define major		0
%define api		3
%define girmajor	3.0

%define libname		%mklibname %{name} %{api} %{major}
%define develname	%mklibname %{name} %{api} -d
%define girname		%mklibname %{name}-gir %{girmajor}

Summary:        Integrated development environment for C and C++ (Linux)
Name:           anjuta
Version:        3.12.0
Release:        2
License:        GPLv2+
Group:          Development/Other
URL:            http://anjuta.sourceforge.net/
Source0:        http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	autogen
BuildRequires:	itstool
BuildRequires:	bison
BuildRequires:	desktop-file-utils
BuildRequires:	flex
BuildRequires:	gnome-common
BuildRequires:  gtk-doc >= 1.0
BuildRequires:  imagemagick
BuildRequires:  intltool
BuildRequires:  vala
BuildRequires:	gettext-devel
BuildRequires:	subversion-devel >= 1.5.0
BuildRequires:	vala-devel
BuildRequires:  pkgconfig(apr-1)
BuildRequires:  pkgconfig(apr-util-1)
BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.0.0
BuildRequires:  pkgconfig(gdl-3.0) >= 2.91.4
BuildRequires:  pkgconfig(gladeui-2.0) >= 3.9.2
BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:  pkgconfig(gnome-doc-utils) >= 0.4.2
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:  pkgconfig(gtksourceview-3.0) >= 2.91.8
BuildRequires:  pkgconfig(libdevhelp-3.0) >= 3.0.0
BuildRequires:  pkgconfig(libgda-5.0) >= 5.1.1
BuildRequires:  pkgconfig(libcgraph) >= 1.0
BuildRequires:  pkgconfig(libgvc) >= 1.0
BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.23
BuildRequires:  pkgconfig(neon)
BuildRequires:  pkgconfig(vte-2.90) >= 0.27.6
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xrender)

Requires:       autogen
Requires:       python-rope

%description
Anjuta DevStudio is a versatile Integrated Development Environment (IDE)
on GNOME Desktop Environment and features a number of advanced
programming facilities. These include project management, application and
class wizards, an on-board interactive debugger, powerful source editor,
syntax highlighting, intellisense autocompletions, symbol navigation,
version controls, integrated GUI designing and other tools.

%package -n %{libname}
Summary:        Anjuta libraries
Group:          System/Libraries
Conflicts:	%{mklibname %{name} 0} < 3.1.3

%description -n %{libname}
Anjuta libraries

%package -n %{develname}
Summary:        Anjuta devel files
Group:          Development/Other
Requires:       %{libname} = %{version}-%{release}
Requires:       %{girname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
Anjuta devel files

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -q

%build
%configure2_5x \
    --disable-static \
    --enable-introspection=yes
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
	--remove-key='Encoding' \
	--add-category="IDE" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-gnome --all-name

#we don't want these
find %{buildroot} -name "*.la" -exec rm -rf {} \;

#let files section handle docs
rm -fr %{buildroot}%{_docdir}/%{name}

%files -f %{name}.lang
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/applications/*.desktop
%{_datadir}/icons/gnome/*/mimetypes/*
%{_mandir}/man1/%{name}*.1*
%{_datadir}/mime/packages/anjuta.xml
%{_datadir}/pixmaps/%{name}
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/icons/HighContrast/*/*/*
%{_datadir}/appdata/anjuta.appdata.xml

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Anjuta-%{girmajor}.typelib
%{_libdir}/girepository-1.0/IAnjuta-%{girmajor}.typelib

%files -n %develname
%doc %{_datadir}/gtk-doc/html/lib%{name}
%{_libdir}/lib%{name}-%{api}.so
%{_includedir}/lib%{name}-3.0
%{_libdir}/pkgconfig/lib%{name}-3.0.pc
%{_datadir}/gir-1.0/Anjuta-%{girmajor}.gir
%{_datadir}/gir-1.0/IAnjuta-%{girmajor}.gir


%changelog
* Wed Jul 02 2014 Tigro <ashejn@gmail.com> 3.12.0-2
+ Revision: 60c3e22
- change depend



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15792 |14mr|anjuta-extras-3.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		anjuta-extras
Version:	3.8.0
Release:	2
Summary:	Extensions for the Anjuta development environment
Source0:	http://download.gnome.org/sources/%name/%{url_ver}/%{name}-%{version}.tar.xz
License:	GPLv2+
Group:		Development/Other
Url:		http://anjuta.sourceforge.net/
BuildRequires:  pkgconfig(gthread-2.0) >= 2.16.0
BuildRequires:  pkgconfig(libanjuta-3.0) >= 3.8.0
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	graphviz-devel
BuildRequires:	binutils-devel
BuildRequires:	intltool
BuildRequires:	gnome-common

%description
Anjuta DevStudio is a versatile Integrated Development Environment (IDE)
on GNOME Desktop Environment and features a number of advanced
programming facilities.

This package contains extensions to Anjuta:
* Profiler
* Sample
* Scintilla Editor
* Scratchbox
* Valgrind Plugin

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name "*.la" -exec rm -rf {} \;

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog AUTHORS NEWS
%{_datadir}/glib-2.0/schemas/*.xml
%{_libdir}/anjuta/anjuta-*.plugin
%{_libdir}/anjuta/libanjuta-*.so
%{_datadir}/anjuta/glade/anjuta-*
%dir %{_datadir}/anjuta/properties
%{_datadir}/anjuta/properties/*.properties
%{_datadir}/anjuta/ui/anjuta-sample.ui
%{_datadir}/anjuta/ui/anjuta-scintilla.xml
%{_datadir}/pixmaps/anjuta/anjuta-*
%{_datadir}/gnome/help/anjuta-manual/*/scintilla-plugin.page

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.8.0-2
+ Revision: 14536ed
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15793 |14mr|ant-1.8.4-3.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap

%if %with bootstrap
%global build_javadoc        0
%else
%global build_javadoc        1
%endif

%global with_manifest_only 0

%global ant_home %{_datadir}/ant

%global major_version 1.8

Summary:	Build tool for java
Name:		ant
Version:	1.8.4
Release:	3.6
Epoch:		0
License:	ASL 2.0
Group:		Development/Java
Url:		http://ant.apache.org/
Source0:	http://www.apache.org/dist/ant/source/apache-ant-%{version}-src.tar.bz2
Source2:	apache-ant-%{major_version}.ant.conf

# Fix some places where copies of classes are included in the wrong jarfiles
Patch1:		apache-ant-bz163689.patch
Patch3:		apache-ant-no-test-jar.patch
Patch4:		apache-ant-class-path-in-manifest.patch

BuildRequires:	jpackage-utils >= 0:1.7.5
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	java-rpmbuild
%if %without bootstrap
BuildRequires:	ant
BuildRequires:	junit
BuildRequires:	junit4
BuildRequires:	xalan-j2
BuildRequires:	xerces-j2
%endif

Requires:	jpackage-utils >= 0:1.7.5
Requires:	java-1.7.0-openjdk-devel
%if %without bootstrap
Requires:	xerces-j2
%endif

BuildArch:	noarch
# Allow subpackages not in RHEL to be installed from JPackage
Provides:	%{name} = %{EVRD}
#Drop in F-18
Obsoletes:	%{name}-nodeps < %{EVRD}
Provides:	%{name}-nodeps = %{EVRD}
Obsoletes:	%{name}-trax < %{EVRD}
Provides:	%{name}-trax = %{EVRD}

%description
Ant is a platform-independent build tool for java. It's used by apache
jakarta and xml projects.

%files
%doc KEYS LICENSE NOTICE README WHATSNEW
%config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(0755,root,root) %{_bindir}/ant
%attr(0755,root,root) %{_bindir}/antRun
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-launcher.jar
%{_javadir}/%{name}-bootstrap.jar
%dir %{_javadir}/%{name}
%dir %{ant_home}
%dir %{ant_home}/etc
%{ant_home}/etc/ant-update.xsl
%{ant_home}/etc/changelog.xsl
%{ant_home}/etc/coverage-frames.xsl
%{ant_home}/etc/mmetrics-frames.xsl
%{ant_home}/etc/log.xsl
%{ant_home}/etc/tagdiff.xsl
%{ant_home}/etc/junit-frames-xalan1.xsl
%if %without bootstrap
%{ant_home}/etc/common2master.xsl
%{ant_home}/etc/printFailingTests.xsl
%endif
%dir %{ant_home}/lib
%{ant_home}/lib/%{name}.jar
%{ant_home}/lib/%{name}-launcher.jar
%{ant_home}/lib/%{name}-bootstrap.jar
%dir %{_sysconfdir}/%{name}.d
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

#----------------------------------------------------------------------------

%package jmf
Summary:	Optional jmf tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	%{name}-nodeps = %{EVRD}
Provides:	ant-jmf = %{EVRD}

%description jmf
Optional jmf tasks for %{name}.

%files jmf
%{_javadir}/%{name}/%{name}-jmf.jar
%{ant_home}/lib/%{name}-jmf.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/jmf

#----------------------------------------------------------------------------

%package swing
Summary:	Optional swing tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Provides:	ant-swing = %{EVRD}

%description swing
Optional swing tasks for %{name}.

%files swing
%{_javadir}/%{name}/%{name}-swing.jar
%{ant_home}/lib/%{name}-swing.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/swing

#----------------------------------------------------------------------------

%if %without bootstrap
%if %{with_manifest_only}
%package manifest-only
Summary:	Manifest-only jars for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Provides:	%{name}-icontract = %{EVRD}
Provides:	%{name}-netrexx = %{EVRD}
Provides:	%{name}-starteam = %{EVRD}
Provides:	%{name}-stylebook = %{EVRD}
Provides:	%{name}-vaj = %{EVRD}
Provides:	%{name}-weblogic = %{EVRD}
Provides:	%{name}-xalan1 = %{EVRD}
Provides:	%{name}-xslp = %{EVRD}

%description manifest-only
Manifest-only jars for %{name}.

%files manifest-only
%{_javadir}/%{name}/ant-icontract.jar
%{_javadir}/%{name}/ant-netrexx.jar
%{_javadir}/%{name}/ant-starteam.jar
%{_javadir}/%{name}/ant-stylebook.jar
%{_javadir}/%{name}/ant-vaj.jar
%{_javadir}/%{name}/ant-weblogic.jar
%{_javadir}/%{name}/ant-xalan1.jar
%{_javadir}/%{name}/ant-xslp.jar
%endif
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package antlr
Summary:	Optional antlr tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	antlr
BuildRequires:	antlr
Provides:	ant-antlr = %{EVRD}

%description antlr
Optional antlr tasks for %{name}.

%files antlr
%{_javadir}/%{name}/%{name}-antlr.jar
%{ant_home}/lib/%{name}-antlr.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/antlr
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package apache-bsf
Summary:	Optional apache bsf tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	bsf
BuildRequires:	bsf
Provides:	ant-apache-bsf = %{EVRD}

%description apache-bsf
Optional apache bsf tasks for %{name}.

%files apache-bsf
%{_javadir}/%{name}/%{name}-apache-bsf.jar
%{ant_home}/lib/%{name}-apache-bsf.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-bsf
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package apache-resolver
Summary:	Optional apache resolver tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	xml-commons-resolver
BuildRequires:	xml-commons-resolver
Provides:	ant-apache-resolver = %{EVRD}

%description apache-resolver
Optional apache resolver tasks for %{name}.

%files apache-resolver
%{_javadir}/%{name}/%{name}-apache-resolver.jar
%{ant_home}/lib/%{name}-apache-resolver.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-resolver
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package commons-logging
Summary:	Optional commons logging tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	jakarta-commons-logging
BuildRequires:	jakarta-commons-logging
Provides:	ant-commons-logging = %{EVRD}

%description commons-logging
Optional commons logging tasks for %{name}.

%files commons-logging
%{_javadir}/%{name}/%{name}-commons-logging.jar
%{ant_home}/lib/%{name}-commons-logging.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/commons-logging
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package commons-net
Summary:	Optional commons net tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	apache-commons-net
BuildRequires:	apache-commons-net
Provides:	ant-commons-net = %{EVRD}

%description commons-net
Optional commons net tasks for %{name}.

%files commons-net
%{_javadir}/%{name}/%{name}-commons-net.jar
%{ant_home}/lib/%{name}-commons-net.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/commons-net
%endif

#----------------------------------------------------------------------------

# Disable because we don't ship the dependencies
%if 0
%package jai
Summary:	Optional jai tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	jai
BuildRequires:	jai
Provides:	ant-jai = %{EVRD}

%description jai
Optional jai tasks for %{name}.

%files jai
%{_javadir}/%{name}/%{name}-jai.jar
%{ant_home}/lib/%{name}-jai.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/jai
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package apache-bcel
Summary:	Optional apache bcel tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	bcel
BuildRequires:	bcel
Provides:	ant-apache-bcel = %{EVRD}
Provides:	ant-jakarta-bcel = %{EVRD}
Obsoletes:	ant-jakarta-bcel < %{EVRD}

%description apache-bcel
Optional apache bcel tasks for %{name}.

%files apache-bcel
%{_javadir}/%{name}/%{name}-apache-bcel.jar
%{ant_home}/lib/%{name}-apache-bcel.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-bcel
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package apache-log4j
Summary:	Optional apache log4j tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	log4j
BuildRequires:	log4j
Provides:	ant-apache-log4j = %{EVRD}
Provides:	ant-jakarta-log4j = %{EVRD}
Obsoletes:	ant-jakarta-log4j < %{EVRD}

%description apache-log4j
Optional apache log4j tasks for %{name}.

%files apache-log4j
%{_javadir}/%{name}/%{name}-apache-log4j.jar
%{ant_home}/lib/%{name}-apache-log4j.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-log4j
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package apache-oro
Summary:	Optional apache oro tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	jakarta-oro
BuildRequires:	jakarta-oro
Provides:	ant-apache-oro = %{EVRD}
Provides:	ant-jakarta-oro = %{EVRD}
Obsoletes:	ant-jakarta-oro < %{EVRD}

%description apache-oro
Optional apache oro tasks for %{name}.

%files apache-oro
%{_javadir}/%{name}/%{name}-apache-oro.jar
%{ant_home}/lib/%{name}-apache-oro.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-oro
%{ant_home}/etc/maudit-frames.xsl
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package apache-regexp
Summary:	Optional apache regexp tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	regexp
BuildRequires:	regexp
Provides:	ant-apache-regexp = %{EVRD}
Provides:	ant-jakarta-regexp = %{EVRD}
Obsoletes:	ant-jakarta-regexp < %{EVRD}

%description apache-regexp
Optional apache regexp tasks for %{name}.

%files apache-regexp
%{_javadir}/%{name}/%{name}-apache-regexp.jar
%{ant_home}/lib/%{name}-apache-regexp.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-regexp
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package apache-xalan2
Summary:	Optional apache xalan2 tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	regexp
BuildRequires:	regexp
Requires:	xalan-j2
Provides:	ant-apache-xalan2 = %{EVRD}

%description apache-xalan2
Optional apache xalan2 tasks for %{name}.

%files apache-xalan2
%{_javadir}/%{name}/%{name}-apache-xalan2.jar
%{ant_home}/lib/%{name}-apache-xalan2.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-xalan2
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package javamail
Summary:	Optional javamail tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	javamail >= 0:1.2-5jpp
BuildRequires:	javamail >= 0:1.2-5jpp
Provides:	ant-javamail = %{EVRD}

%description javamail
Optional javamail tasks for %{name}.

%files javamail
%{_javadir}/%{name}/%{name}-javamail.jar
%{ant_home}/lib/%{name}-javamail.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/javamail
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package jdepend
Summary:	Optional jdepend tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	jdepend
BuildRequires:	jdepend
Provides:	ant-jdepend = %{EVRD}

%description jdepend
Optional jdepend tasks for %{name}.

%files jdepend
%{_javadir}/%{name}/%{name}-jdepend.jar
%{ant_home}/lib/%{name}-jdepend.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/jdepend
%{ant_home}/etc/jdepend.xsl
%{ant_home}/etc/jdepend-frames.xsl
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package jsch
Summary:	Optional jsch tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	jsch
BuildRequires:	jsch
Provides:	ant-jsch = %{EVRD}

%description jsch
Optional jsch tasks for %{name}.

%files jsch
%{_javadir}/%{name}/%{name}-jsch.jar
%{ant_home}/lib/%{name}-jsch.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/jsch
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package junit
Summary:	Optional junit tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	junit
Requires:	xalan-j2
Provides:	ant-junit = %{EVRD}

%description junit
Optional junit tasks for %{name}.

%files junit
%{_javadir}/%{name}/%{name}-junit.jar
# %{_javadir}/%{name}/%{name}-junit4.jar
%{ant_home}/lib/%{name}-junit.jar
# %{ant_home}/lib/%{name}-junit4.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/junit
%config(noreplace) %{_sysconfdir}/%{name}.d/junit4
%{ant_home}/etc/junit-frames.xsl
%{ant_home}/etc/junit-noframes.xsl
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package testutil
Summary:	Test utility classes for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	junit
Provides:	ant-testutil = %{EVRD}

%description testutil
Test utility tasks for %{name}.

%files testutil
%{_javadir}/%{name}/%{name}-testutil.jar
%{ant_home}/lib/%{name}-testutil.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/testutil
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package scripts
Summary:	Additional scripts for %{name}
Group:		Development/Java
AutoReqProv:	no
Requires:	%{name} = %{EVRD}
Requires:	perl
Requires:	python

%description scripts
Additional Perl and Python scripts for %{name}.

%files scripts
%attr(0755,root,root) %{_bindir}/*.pl
%attr(0755,root,root) %{_bindir}/*.py*
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package manual
Summary:	Manual for %{name}
Group:		Development/Java

%description manual
Documentation for %{name}.

%files manual
%doc manual/*
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%if %{build_javadoc}
%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description javadoc
Javadoc for %{name}.

%files javadoc
%{_javadocdir}/%{name}
%endif
%endif

# -----------------------------------------------------------------------------

%prep
%setup -q -n apache-ant-%{version}
#Fixup version
find -name build.xml -o -name pom.xml | xargs sed -i -e s/-SNAPSHOT//
# Disable the style and xmlvalidate tasks on ppc64 and s390x (#163689).
%ifarch ppc64 s390x
%patch1 -p1
%endif

# When bootstrapping, we don't have junit
%patch3

# Fix class-path-in-manifest rpmlint warning
%patch4

# clean jar files
find . -name "*.jar" | %{_bindir}/xargs -t rm

#install jars
%if %without bootstrap
build-jar-repository -s -p lib/optional xerces-j2 antlr bcel javamail/mailapi jdepend junit log4j oro regexp bsf commons-logging commons-net jsch xalan-j2 xml-commons-resolver
%endif

# Fix file-not-utf8 rpmlint warning
iconv KEYS -f iso-8859-1 -t utf-8 -o KEYS.utf8
mv KEYS.utf8 KEYS
iconv LICENSE -f iso-8859-1 -t utf-8 -o LICENSE.utf8
mv LICENSE.utf8 LICENSE

%build
%if %without bootstrap
ant jars test-jar
%if %{build_javadoc}
export CLASSPATH=$(build-classpath xerces-j2 antlr bcel javamail/mailapi jdepend junit log4j oro regexp bsf commons-logging commons-net jsch xalan-j2 xml-commons-resolver)
ant javadocs
%endif
%else
export JAVA_HOME=%{java_home}
export CLASSPATH=$JAVA_HOME/lib/tools.jar
sh ./build.sh --noconfig jars
%endif

#remove empty jai and netrexx jars. Due to missing dependencies they contain only manifests.
rm -fr build/lib/ant-jai.jar build/lib/ant-netrexx.jar
# -----------------------------------------------------------------------------

%install
# ANT_HOME and subdirs
mkdir -p %{buildroot}%{ant_home}/{lib,etc}

# jars
install -d -m 755 %{buildroot}%{_javadir}/%{name}
install -d -m 755 %{buildroot}%{_mavenpomdir}

for jar in build/lib/*.jar
do
  jarname=$(basename $jar .jar)
  pomname="JPP.%{name}-${jarname}.pom"

  #Determine where to put it
  case $jarname in
#These go into %%{_javadir}, pom files have different names
  ant | ant-bootstrap | ant-launcher) destdir=%{buildroot}%{_javadir}; destname="";pomname="JPP-$jarname.pom";;
#Bootstracp builds an incomplete ant-junit, don't ship it
%if %with bootstrap
  ant-junit) continue;;
%endif
#These go into %%{_javadir}/ant
  *) destdir=%{buildroot}%{_javadir}/%{name}; destname="/%{name}";
  esac

  #instal jar
  install -m 644 ${jar} ${destdir}/${jarname}.jar
  # jar aliases
  ln -sf ../../java${destname}/${jarname}.jar %{buildroot}%{ant_home}/lib/${jarname}.jar

  #bootstrap does not have a pom
  [ $jarname == ant-bootstrap ] && continue

  #install pom
  install -m 644 src/etc/poms/${jarname}/pom.xml %{buildroot}%{_mavenpomdir}/${pomname}
  %add_to_maven_depmap org.apache.ant ${jarname} %{version} JPP${destname} ${jarname}
done

# add backward compatibility for nodeps jar that is now part of
# main jar
%add_to_maven_depmap org.apache.ant ant-nodeps %{version} JPP ant

#ant-parent pom
install -m 644 src/etc/poms/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}-parent.pom
%add_to_maven_depmap org.apache.ant ant-parent %{version} JPP ant-parent

# scripts: remove dos and os/2 scripts
rm -f src/script/*.bat
rm -f src/script/*.cmd

# XSLs
cp -p src/etc/*.xsl %{buildroot}%{ant_home}/etc

# install everything else
mkdir -p %{buildroot}%{_bindir}
%if %without bootstrap
cp -p src/script/* %{buildroot}%{_bindir}
%else
cp -p src/script/ant{,Run} %{buildroot}%{_bindir}
%endif

# default ant.conf
mkdir -p %{buildroot}%{_sysconfdir}
cp -p %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}.conf

# OPT_JAR_LIST fragments
mkdir -p %{buildroot}%{_sysconfdir}/%{name}.d
echo "ant/ant-jmf" > %{buildroot}%{_sysconfdir}/%{name}.d/jmf
echo "ant/ant-swing" > %{buildroot}%{_sysconfdir}/%{name}.d/swing
%if %without bootstrap
echo "antlr ant/ant-antlr" > %{buildroot}%{_sysconfdir}/%{name}.d/antlr
echo "bsf ant/ant-apache-bsf" > %{buildroot}%{_sysconfdir}/%{name}.d/apache-bsf
echo "xml-commons-resolver ant/ant-apache-resolver" > %{buildroot}%{_sysconfdir}/%{name}.d/apache-resolver
echo "jakarta-commons-logging ant/ant-commons-logging" > %{buildroot}%{_sysconfdir}/%{name}.d/commons-logging
echo "apache-commons-net ant/ant-commons-net" > %{buildroot}%{_sysconfdir}/%{name}.d/commons-net
#echo "jai ant/ant-jai" > %{buildroot}%%{_sysconfdir}/%%{name}.d/jai
echo "bcel ant/ant-apache-bcel" > %{buildroot}%{_sysconfdir}/%{name}.d/apache-bcel
echo "log4j ant/ant-apache-log4j" > %{buildroot}%{_sysconfdir}/%{name}.d/apache-log4j
echo "oro ant/ant-apache-oro" > %{buildroot}%{_sysconfdir}/%{name}.d/apache-oro
echo "regexp ant/ant-apache-regexp" > %{buildroot}%{_sysconfdir}/%{name}.d/apache-regexp
echo "xalan-j2 xalan-j2-serializer ant/ant-apache-xalan2" > %{buildroot}%{_sysconfdir}/%{name}.d/apache-xalan2
echo "javamail jaf ant/ant-javamail" > %{buildroot}%{_sysconfdir}/%{name}.d/javamail
echo "jdepend ant/ant-jdepend" > %{buildroot}%{_sysconfdir}/%{name}.d/jdepend
echo "jsch ant/ant-jsch" > %{buildroot}%{_sysconfdir}/%{name}.d/jsch
echo "junit ant/ant-junit" > %{buildroot}%{_sysconfdir}/%{name}.d/junit
echo "junit ant/ant-junit4" > %{buildroot}%{_sysconfdir}/%{name}.d/junit4
echo "testutil ant/ant-testutil" > %{buildroot}%{_sysconfdir}/%{name}.d/testutil
%endif

%if %{build_javadoc}
# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/%{name}
%endif

# fix link between manual and javadoc
(cd manual; ln -sf %{_javadocdir}/%{name} api)

%if %with bootstrap
find %{buildroot}%{_datadir}/ant/etc -type f -name "*.xsl" \
                                                 -a ! -name ant-update.xsl \
                                                 -a ! -name changelog.xsl \
                                                 -a ! -name coverage-frames.xsl \
                                                 -a ! -name junit-frames-xalan1.xsl \
                                                 -a ! -name log.xsl \
                                                 -a ! -name mmetrics-frames.xsl \
                                                 -a ! -name tagdiff.xsl \
                                                 | xargs -t rm
%endif

# Delete bogus jars that were built, but are dummies because we lack
# a build dependency
cd %{buildroot}%{_javadir}/ant
for i in *; do
    if [ `jar tf $i |grep -v META-INF |wc -l` -eq 0 ]; then
        rm -f $i
        rm -f %{buildroot}%{ant_home}/lib/$i
    fi
done

%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.8.4-3.6
+ Revision: 5e0567b
- Force use of openjdk



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15794 |14mr|ant-contrib-1.0-0.13.b2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global beta_number b2

Summary:	Collection of tasks for Ant
Name:		ant-contrib
Version:	1.0
Release:	0.13.%{beta_number}
License:	ASL 2.0
Group:		Development/Java
Url:		http://ant-contrib.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}%{beta_number}-src.tar.gz
Source1:	http://mirrors.ibiblio.org/pub/mirrors/maven2/%{name}/%{name}/1.0b2/%{name}-1.0b2.pom
Patch0:		ant-contrib-build_xml.patch
Patch2:		ant-contrib-antservertest.patch
BuildArch:	noarch
BuildRequires:	ant-junit >= 1.6.2
BuildRequires:	bcel >= 5.0
BuildRequires:	jpackage-utils >= 1.5
BuildRequires:	junit >= 3.8.0
BuildRequires:	xerces-j2
BuildRequires:	java-devel >= 1.4.2
Requires:	java >= 1.4.2
Requires:	junit >= 3.8.0
Requires:	ant >= 1.6.2
Requires:	xerces-j2

%description
The Ant-Contrib project is a collection of tasks
(and at one point maybe types and other tools)
for Apache Ant.

%package        javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description    javadoc
Api documentation for %{name}.

%prep
%setup -qn %{name}
rm -rf test/src/net/sf/antcontrib/antclipse

%patch0
%patch2
sed -i "s/\r//" manual/tasks/foreach.html manual/tasks/for.html

%build
export JUNIT_VER=`rpm -q --queryformat='%%{version}' junit`
mkdir -p test/lib
(cd test/lib
ln -s $(find-jar junit-$(JUNIT_VER)) junit-$(JUNIT_VER).jar
)
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=
CLASSPATH=build/lib/ant-contrib-%{version}.jar:$CLASSPATH
echo $ANT_HOME
ant -Dsource=1.4 -Dversion=%{version} -Dbcel.jar=file://%{_javadir}/bcel.jar all

%install
# jars
install -Dpm 644 build/lib/%{name}.jar %{buildroot}%{_javadir}/ant/%{name}.jar

# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} 
rm -rf build/docs/api

mkdir -p %{buildroot}%{_sysconfdir}/ant.d
echo "ant/ant-contrib" > %{buildroot}%{_sysconfdir}/ant.d/ant-contrib

%add_to_maven_depmap %{name} %{name} %{version} JPP/ant %{name}
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 %{SOURCE1} %{buildroot}/%{_mavenpomdir}/JPP-%{name}.pom

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc build/docs/LICENSE.txt
%doc build/docs/tasks/*
%{_sysconfdir}/ant.d/ant-contrib
%{_javadir}/ant/*.jar
%{_mavenpomdir}/*
%{_mavendepmapdir}

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog
* Fri Sep 06 2013 Alexander Kazancev <kazancas@gmail.com> 1.0-0.13.b2
+ Revision: d6e5e30
- Up release due moving to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15795 |14mr|anthy-9100h-25.20110409.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dic_date  20110409

%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Name:		anthy
Summary:	A Japanese words input system
Version:	9100h
Release:	25.%{dic_date}.3
Group:		System/Internationalization
License:	GPLv2+
URL:		http://www.geocities.jp/ep3797/index.html
# http://www.geocities.jp/ep3797/anthy_dict_01.html
Source0:	http://ovh.dl.sourceforge.net/sourceforge/mdk-ut/anthy/anthy-%{version}-%{dic_date}ut.tar.bz2

Requires:	%{libname} = %{version}-%{release}
BuildRequires:	emacs-bin
BuildRequires:	automake

%description
Anthy is a free and secure Japanese input system.

%package -n %{libname}
Summary:	Anthy library
Group:		System/Libraries

%description -n %{libname}
Anthy library.

%package -n %{develname}
Summary:	Headers of %{name} for development
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Anthy development package: .so libraries, header files, and the like.

%prep
%setup -q -n %{name}-%{version}-%{dic_date}ut

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog DIARY NEWS README doc
%{_bindir}/*
%config %{_sysconfdir}/*
%{_datadir}/anthy
%{_datadir}/emacs/site-lisp/anthy/*

%files -n %{libname}
%doc COPYING
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc COPYING
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*


%changelog
* Sun Aug 19 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 9100h-25.20110409.3
+ Revision: 40b4de6
- LOG Spec cleanup, drop .la and .a files, fix library group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15796 |14mr|antiword-0.37-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name antiword
%define version 0.37
%define release 10

Summary: MS Word to ASCII/Postscript converter
Name: %{name}
Version: %{version}
Release: %{release}
Source: %{name}-%{version}.tar.bz2
URL: http://www.winfield.demon.nl/
Patch0: antiword-find-my-files.patch
# Fix buffer overflow with malformed input files (patch from Debian, Debian
# bug #407015)
Patch1:	10_fix_buffer_overflow_wordole_c.dpatch
License: GPL 
Group: Text tools 
BuildRequires: bzip2
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
Antiword is a free MS-Word reader for Linux, BeOS and RISC OS. It converts
the documets from Word 6, 7, 97 and 2000 to ASCII and Postscript. Antiword
tries to keep the layout of the document intact.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
perl -pi -e 's|PKGBASEDIR_SUBSTITUTE_FROM_SPECFILE|\"%{_libdir}\"|g' options.c
# Use standard CFLAGS
sed -i -e "s/OPT\t=/#OPT\t=/" Makefile*
chmod a+r * Resources/* Docs/*

%build
OPT="%{optflags}" %make all

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -m 755 antiword $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}
cp -a Resources/* $RPM_BUILD_ROOT%{_libdir}/%{name}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
bzip2 Docs/*.1
cp Docs/*.1.bz2 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Docs/COPYING Docs/FAQ Docs/ReadMe Docs/Netscape
%{_bindir}/*
%{_mandir}/*/*
%{_libdir}/%{name}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.37-10
+ Revision: 579f655
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15797 |14mr|antlr-2.7.7-26
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:		ANother Tool for Language Recognition
Name:			antlr
Version:		2.7.7
Release:		26
License:		Public Domain
Url:			http://www.antlr.org/
Group:			Development/Java
Source0:		http://www.antlr2.org/download/antlr-%{version}.tar.gz
Source1:		%{name}-script
Patch1:			%{name}-%{version}-newgcc.patch

%ifarch %ix86 x86_64 ia64 armv4l sparcv9 alpha s390x ppc ppc64
BuildRequires:	mono
BuildRequires:	mono-winforms
%endif
BuildRequires:	gcc-java
BuildRequires:	java-1.7.0-openjdk-devel

%description
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
language tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing
C++ or Java actions [You can use PCCTS 1.xx to generate C-based
parsers].

%package			tool
Group:				Development/Other
Summary:			ANother Tool for Language Recognition
Provides:			%{name} = %{EVRD}
%rename %{name}-java

%description	tool
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
language tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing
C++ or Java actions [You can use PCCTS 1.xx to generate C-based
parsers].

%package		manual
Group:			Development/Java
Summary:		Manual for %{name}
BuildArch:		noarch

%description	manual
Documentation for %{name}.

%package		javadoc
Group:			Development/Java
Summary:		Javadoc for %{name}
BuildArch:		noarch

%description	javadoc
Javadoc for %{name}.

%package		C++
Group:			Development/Java
Summary:		C++ bindings for antlr2 generated parsers
Provides:		antlr-static = %{version}-%{release}
%rename		%{name}-native

%description	C++
This package provides a static C++ library for parsers generated by ANTLR2.

%package		C++-doc
Group:			Development/Java
Summary:		Documentation for C++ bindings for antlr2 generated parsers
BuildRequires:	doxygen
BuildArch:		noarch

%description	C++-doc
This package contains the documentation for the C++ bindings for parsers
generated by ANTLR2.

%package		python
Group:			Development/Java
Summary:		Python runtime support for ANTLR-generated parsers
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildArch:		noarch

%description	python
Python runtime support for ANTLR-generated parsers

%prep
%setup -q
%apply_patches
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
# CRLF->LF
sed -i 's/\r//' LICENSE.txt

%build
%configure --without-examples
make CXXFLAGS="${CXXFLAGS} -fPIC" DEBUG=1 verbose=1

# Generate a native version of the antlr tool so we don't have to require Java
gcj $RPM_OPT_FLAGS --main=antlr.Tool -o antlr.bin antlr/antlr.jar

# fix doc permissions and remove Makefiles
rm doc/{Makefile,Makefile.in}
chmod 0644 doc/*

# generate doxygen docs for C++ bindings
pushd lib/cpp
	doxygen doxygen.cfg
	find gen_doc -type f -exec chmod 0644 {} \;
popd

# build python
cd lib/python
%{__python} setup.py build
cd ../../

# build javadoc
# Unfortunately, we can't use gjdoc here because gjdoc has a hardcode
# on loading /usr/share/java/antlr.jar -- something that doesn't exist
# without either running as root (so we can copy the just-built one there)
# or having a build dependency on ourselves.
cd antlr
find . -name "*.java" |xargs javadoc -d javadoc

%install
mkdir -p %{buildroot}{%{_includedir}/%{name},%{_libdir},%{_bindir}}

# jars
mkdir -p %{buildroot}%{_javadir}
cp -p %name/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# script
install -p -m 755 %{SOURCE1} %{buildroot}%{_bindir}/antlr

# C++ lib and headers, antlr-config

install -p -m 644 lib/cpp/antlr/*.hpp %{buildroot}%{_includedir}/%{name}
install -p -m 644 lib/cpp/src/libantlr.a %{buildroot}%{_libdir}
install -p -m 755 scripts/antlr-config %{buildroot}%{_bindir}

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr antlr/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# python
cd lib/python
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
cd ../..

# Install the native antlr
mv %buildroot%_bindir/antlr %buildroot%_bindir/antlr-java
cp antlr.bin %buildroot%_bindir/antlr

%files tool
%doc LICENSE.txt
%{_bindir}/antlr
%{_javadir}/%{name}*.jar
%{_bindir}/antlr-java

# this is actually a development package for the C++ target
# as we ship only a static library, it doesn't make sense
# to have a separate -devel package for the headers
%files C++
%{_includedir}/%{name}
%{_libdir}/libantlr.a
%{_bindir}/antlr-config

%files C++-doc
%doc lib/cpp/gen_doc/html/

%files manual
%doc doc/*

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files python
%{python_sitelib}/antlr/*
%{python_sitelib}/antlr-*

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.7-26
+ Revision: ad5df27
- Rebuild with java 7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15798 |14mr|apache-2.4.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _build_pkgcheck_set %{nil}
%define _build_pkgcheck_srpm %{nil}

%define defaultmaxmodules 256
%define defaultserverlimit 2048

%define TAG %{vendor} Linux
%define BASEPRODUCT Apache
%define all_services httpd.service httpd-worker.service httpd-event.service

Summary:	The most widely used Web server on the Internet
Name:		apache
Version:	2.4.10
Release:	1
Group:		System/Servers
License:	Apache License
URL:		http://www.apache.org
Source0:	http://archive.apache.org/dist/httpd/httpd-%{version}.tar.gz
Source1:	http://archive.apache.org/dist/httpd/httpd-%{version}.tar.gz.asc
Source2:	webapp.script
Source3:	apache2_transparent_png_icons.tar.bz2
Source9: 	htcacheclean.service
Source10: 	htcacheclean.sysconfig
Source11:	Mandriva.tar.gz
Source15:	httpd.service
Source16:       httpd.tmpfiles.d
Source100:	buildconf
Patch0:		httpd-2.0.45-deplibs.patch
Patch8:		httpd-2.1.10-apxs.patch
# speedups by Allen Pulsifer
Patch16:	httpd-2.2.4-fix_extra_htaccess_check.diff
Patch18:	httpd-2.2.10-ldap_auth_now_modular_in-apr-util-dbd-ldap_fix.diff
Patch19:	httpd-2.2.21-linux3.diff
Patch105:	httpd-2.2.17-filter.patch
Patch106:	httpd-2.4.1-mdv_config.diff
Patch107:	httpd-2.4.1-linkage_fix.diff
Patch108:	httpd-2.4.1-buildfix.diff
BuildRequires:	autoconf automake libtool
BuildRequires:	pkgconfig(apr-1) >= 1.5.0
BuildRequires:	pkgconfig(apr-util-1) >= 1.5.3
BuildRequires:	db-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	gdbm-devel
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(lua) >= 5.1
BuildRequires:	lynx
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	perl
BuildRequires:	pkgconfig
BuildRequires:	pkgconfig(zlib)
# So people who "urpmi httpd" get what they expect
Provides:	httpd = %EVRD

%description
This package contains the main binary of apache, a powerful, full-featured,
efficient and freely-available Web server. Apache is also the most popular Web
server on the Internet.

This version of apache is fully modular, and many modules are available in
pre-compiled formats, like PHP and mod_auth_external.

This package defaults to a maximum of %{defaultmaxmodules} dynamically loadable modules.
This package defaults to a ServerLimit of %{defaultserverlimit}.

You can change these values at RPM build time by using for example:

--define 'maxmodules 512' --define 'serverlimit 2048' 

The package was built to support a maximum of %{?!maxmodules:%{defaultmaxmodules}}%{?maxmodules:%{maxmodules}} dynamically loadable modules.
The package was built with a ServerLimit of %{?!serverlimit:%{defaultserverlimit}}%{?serverlimit:%{serverlimit}}.

%package	mpm-prefork
Summary:	Implements a non-threaded, pre-forking web server (stable)
Group:		System/Servers
Requires(preun): systemd-units
Requires(postun): systemd-units
Requires(post): systemd-units
Requires:	apache-base = %{version}-%{release}
Requires:	apache-modules = %{version}-%{release}
Provides:	webserver
Provides:	apache = %{version}-%{release}
Provides:	apache-mpm = %{version}-%{release}

%description	mpm-prefork
This Multi-Processing Module (MPM) implements a non-threaded, pre-forking web
server that handles requests in a manner similar to Apache 1.3. It is
appropriate for sites that need to avoid threading for compatibility with
non-thread-safe libraries. It is also the best MPM for isolating each request,
so that a problem with a single request will not affect any other.

This MPM is very self-regulating, so it is rarely necessary to adjust its
configuration directives. Most important is that MaxClients be big enough to
handle as many simultaneous requests as you expect to receive, but small enough
to assure that there is enough physical RAM for all processes.

This package defaults to a maximum of %{defaultmaxmodules} dynamically loadable modules.
This package defaults to a ServerLimit of %{defaultserverlimit}.

You can change these values at RPM build time by using for example:

--define 'maxmodules 512' --define 'serverlimit 2048' 

The package was built to support a maximum of %{?!maxmodules:%{defaultmaxmodules}}%{?maxmodules:%{maxmodules}} dynamically loadable modules.
The package was built with a ServerLimit of %{?!serverlimit:%{defaultserverlimit}}%{?serverlimit:%{serverlimit}}.

%package	mpm-worker
Summary:	Implements a hybrid multi-threaded multi-process web server (experimental)
Group:		System/Servers
Requires(preun): systemd-units
Requires(postun): systemd-units
Requires(post): systemd-units
Requires:	apache-base = %{version}-%{release}
Requires:	apache-modules = %{version}-%{release}
Provides:	webserver
Provides:	apache = %{version}-%{release}
Conflicts:	apache-mod_php apache-mod_perl apache-mod_python

%description	mpm-worker
This Multi-Processing Module (MPM) implements a hybrid multi-process
multi-threaded server. By using threads to serve requests, it is able to serve
a large number of requests with less system resources than a process-based
server. Yet it retains much of the stability of a process-based server by
keeping multiple processes available, each with many threads.

The most important directives used to control this MPM are ThreadsPerChild,
which controls the number of threads deployed by each child process and
MaxClients, which controls the maximum total number of threads that may be
launched.

This package contains the main binary of apache, a powerful, full-featured,
efficient and freely-available Web server. Apache is also the most popular Web
server on the Internet.

This version of apache is fully modular, and many modules are available in
pre-compiled formats, like PHP and mod_auth_external.

This package defaults to a maximum of %{defaultmaxmodules} dynamically loadable modules.

You can change these values at RPM build time by using for example:

--define 'maxmodules 512'

The package was built to support a maximum of %{?!maxmodules:%{defaultmaxmodules}}%{?maxmodules:%{maxmodules}} dynamically loadable modules.

%package	mpm-event
Summary:	Implements a hybrid multi-threaded multi-process web server
Group:		System/Servers
Requires(preun): systemd-units
Requires(postun): systemd-units
Requires(post): systemd-units
Requires:	apache-base = %{version}-%{release}
Requires:	apache-modules = %{version}-%{release}
Provides:	webserver
Provides:	apache = %{version}-%{release}
Conflicts:	apache-mod_php apache-mod_perl apache-mod_python

%description	mpm-event
The event Multi-Processing Module (MPM) is designed to allow more requests to
be served simultaneously by passing off some processing work to supporting
threads, freeing up the main threads to work on new requests. It is based on
the worker MPM, which implements a hybrid multi-process multi-threaded server.
Run-time configuration directives are identical to those provided by worker.

This package contains the main binary of apache, a powerful, full-featured,
efficient and freely-available Web server. Apache is also the most popular Web
server on the Internet.

This version of apache is fully modular, and many modules are available in
pre-compiled formats, like PHP and mod_auth_external.

This package defaults to a maximum of %{defaultmaxmodules} dynamically loadable modules.

You can change these values at RPM build time by using for example:

--define 'maxmodules 512'

The package was built to support a maximum of %{?!maxmodules:%{defaultmaxmodules}}%{?maxmodules:%{maxmodules}} dynamically loadable modules.

%package	base
Summary:	Common files and utilities for apache
Group:		System/Servers
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires:	apache = %{version}-%{release}
Provides:	apache-conf = %{version}-%{release}
Obsoletes:	apache-conf

%description	base
This package contains the apache utilities such as Apache Bench (ab) for stress
testing your apache installation and several tools for managing user databases,
access control, the apache logs and more.

%package	modules
Summary:	Meta package
Group:		System/Servers
Requires:	apache-mpm = %{version}-%{release}
Requires:	apache-mod_actions = %{version}-%{release}
Requires:	apache-mod_alias = %{version}-%{release}
Requires:	apache-mod_auth_basic = %{version}-%{release}
Requires:	apache-mod_auth_digest = %{version}-%{release}
Requires:	apache-mod_authn_anon = %{version}-%{release}
Requires:	apache-mod_authn_file = %{version}-%{release}
Requires:	apache-mod_authz_dbm = %{version}-%{release}
Requires:	apache-mod_authz_groupfile = %{version}-%{release}
Requires:	apache-mod_authz_host = %{version}-%{release}
Requires:	apache-mod_authz_owner = %{version}-%{release}
Requires:	apache-mod_authz_user = %{version}-%{release}
Requires:	apache-mod_autoindex = %{version}-%{release}
Requires:	apache-mod_cgi = %{version}-%{release}
Requires:	apache-mod_dir = %{version}-%{release}
Requires:	apache-mod_env = %{version}-%{release}
Requires:	apache-mod_expires = %{version}-%{release}
Requires:	apache-mod_filter = %{version}-%{release}
Requires:	apache-mod_headers = %{version}-%{release}
Requires:	apache-mod_imagemap = %{version}-%{release}
Requires:	apache-mod_include = %{version}-%{release}
Requires:	apache-mod_info = %{version}-%{release}
Requires:	apache-mod_log_config = %{version}-%{release}
Requires:	apache-mod_mime = %{version}-%{release}
Requires:	apache-mod_mime_magic = %{version}-%{release}
Requires:	apache-mod_negotiation = %{version}-%{release}
Requires:	apache-mod_rewrite = %{version}-%{release}
Requires:	apache-mod_setenvif = %{version}-%{release}
Requires:	apache-mod_status = %{version}-%{release}
Requires:	apache-mod_substitute = %{version}-%{release}
Requires:	apache-mod_unique_id = %{version}-%{release}
Requires:	apache-mod_usertrack = %{version}-%{release}
Requires:	apache-mod_version = %{version}-%{release}
Requires:	apache-mod_vhost_alias = %{version}-%{release}
# new 2.3+ modules
Requires:	apache-mod_authz_core = %{version}-%{release}
Requires:	apache-mod_authz_host = %{version}-%{release}
Requires:	apache-mod_unixd = %{version}-%{release}
# obsolete 2.2 modules
Obsoletes:	apache-mod_authz_default
Obsoletes:	apache-mod_authn_alias
Obsoletes:	apache-mod_authn_default

%description	modules
This is a meta package that pulls in the apache modules used by default
in %{vendor}.

%package	mod_authn_file
Summary:	User authentication using text files
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_authn_file
This module provides authentication front-ends such as mod_auth_digest
and mod_auth_basic to authenticate users by looking up users in plain text
password files. Similar functionality is provided by mod_authn_dbm.

When using mod_auth_basic or mod_auth_digest, this module is invoked via
the AuthBasicProvider or AuthDigestProvider with the file value.

%package	mod_authn_dbm
Summary:	User authentication using DBM files
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_authn_dbm
This module provides authentication front-ends such as mod_auth_digest and
mod_auth_basic to authenticate users by looking up users in dbm password
files. Similar functionality is provided by mod_authn_file.

When using mod_auth_basic or mod_auth_digest, this module is invoked via
the AuthBasicProvider or AuthDigestProvider with the dbm value.

%package	mod_authn_anon
Summary:	Allows "anonymous" user access to authenticated areas
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_authn_anon
This module provides authentication front-ends such as mod_auth_basic to
authenticate users similar to anonymous-ftp sites, i.e. have a 'magic' user
id 'anonymous' and the email address as a password. These email addresses
can be logged.

Combined with other (database) access control methods, this allows for
effective user tracking and customization according to a user profile
while still keeping the site open for 'unregistered' users. One advantage
of using Auth-based user tracking is that, unlike magic-cookies and funny
URL pre/postfixes, it is completely browser independent and it allows users
to share URLs.

When using mod_auth_basic, this module is invoked via the AuthBasicProvider
directive with the anon value.

%package	mod_authn_dbd
Summary:	User authentication using an SQL database
Group:		System/Servers
Requires:	apache-mod_dbd

%description	mod_authn_dbd
This module provides authentication front-ends such as mod_auth_digest
and mod_auth_basic to authenticate users by looking up users in SQL
tables. Similar functionality is provided by, for example, mod_authn_file.

This module relies on mod_dbd to specify the backend database driver and
connection parameters, and manage the database connections.

When using mod_auth_basic or mod_auth_digest, this module is invoked via
the AuthBasicProvider or AuthDigestProvider with the dbd value.

%package	mod_authn_socache
Summary:	Manages a cache of authentication credentials to relieve the load on backends
Group:		System/Servers

%description	mod_authn_socache
Maintains a cache of authentication credentials, so that a new backend
lookup is not required for every authenticated request.

%package	mod_authn_core
Summary:	Core Authentication
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_authn_core
This module provides core authentication capabilities to allow or deny
access to portions of the web site. mod_authn_core provides directives that
are common to all authentication providers.

%package	mod_authz_host
Summary:	Group authorizations based on host (name or IP address)
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_authz_host
The authorization providers implemented by mod_authz_host are registered using
the Require directive. The directive can be referenced within a <Directory>,
<Files>, or <Location> section as well as .htaccess files to control access
to particular parts of the server.  Access can be controlled based on the
client hostname or IP address.

In general, access restriction directives apply to all access methods (GET,
PUT, POST, etc). This is the desired behavior in most cases.  However, it is
possible to restrict some methods, while leaving other methods unrestricted,
by enclosing the directives in a <Limit> section.

%package	mod_authz_groupfile
Summary:	Group authorization using plaintext files
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_authz_groupfile
This module provides authorization capabilities so that authenticated
users can be allowed or denied access to portions of the web site by group
membership. Similar functionality is provided by mod_authz_dbm.

%package	mod_authz_user
Summary:	User Authorization
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_authz_user
This module provides authorization capabilities so that authenticated
users can be allowed or denied access to portions of the web site.
mod_authz_user grants access if the authenticated user is listed in a
Require user directive. Alternatively Require valid-user can be used to
grant access to all successfully authenticated users.

%package	mod_authz_dbm
Summary:	Group authorization using DBM files
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_authz_dbm
This module provides authorization capabilities so that authenticated
users can be allowed or denied access to portions of the web site by group
membership. Similar functionality is provided by mod_authz_groupfile.

%package	mod_authz_owner
Summary:	Authorization based on file ownership
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_authz_owner
This module authorizes access to files by comparing the userid used for
HTTP authentication (the web userid) with the file-system owner or group
of the requested file. The supplied username and password must be already
properly verified by an authentication module, such as mod_auth_basic or
mod_auth_digest. mod_authz_owner recognizes two arguments for the Require
directive, file-owner and file-group, as follows:

file-owner
 The supplied web-username must match the system's name for the owner of the
 file being requested. That is, if the operating system says the requested
 file is owned by jones, then the username used to access it through the
 web must be jones as well.

file-group
 The name of the system group that owns the file must be present in a
 group database, which is provided, for example, by mod_authz_groupfile
 or mod_authz_dbm, and the web-username must be a member of that group. For
 example, if the operating system says the requested file is owned by (system)
 group accounts, the group accounts must appear in the group database and
 the web-username used in the request must be a member of that group.

%package	mod_authz_dbd
Summary:	Group Authorization and Login using SQL
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_authz_dbd
This module provides authorization capabilities so that authenticated
users can be allowed or denied access to portions of the web site by group
membership. Similar functionality is provided by mod_authz_groupfile and
mod_authz_dbm, with the exception that this module queries a SQL database
to determine whether a user is a member of a group.

This module can also provide database-backed user login/logout
capabilities. These are likely to be of most value when used in conjunction
with mod_authn_dbd.

This module relies on mod_dbd to specify the backend database driver and
connection parameters, and manage the database connections.

%package	mod_authz_core
Summary:	Core Authorization
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_authz_core
This module provides core authorization capabilities so that
authenticated users can be allowed or denied access to portions of the
web site. mod_authz_core provides the functionality to register various
authorization providers. It is usually used in conjunction with an
authentication provider module such as mod_authn_file and an authorization
module such as mod_authz_user. It also allows for advanced logic to be
applied to the authorization processing.

%package	mod_authnz_ldap
Summary:	LDAP HTTP Basic authentication
Group:		System/Servers
Conflicts:	apache-mod_proxy < 2.4.0

%description	mod_authnz_ldap
This module provides authentication front-ends such as mod_auth_basic to
authenticate users through an ldap directory.

mod_authnz_ldap supports the following features:

* Known to support the OpenLDAP SDK (both 1.x and 2.x), Novell LDAP SDK and
  the iPlanet (Netscape) SDK.

* Complex authorization policies can be implemented by representing the policy
  with LDAP filters.

* Uses extensive caching of LDAP operations via mod_ldap.

* Support for LDAP over SSL (requires the Netscape SDK) or TLS (requires the
  OpenLDAP 2.x SDK or Novell LDAP SDK).

When using mod_auth_basic, this module is invoked via the AuthBasicProvider
directive with the ldap value.

%package	mod_access_compat
Summary:	Group authorizations based on host (name or IP address)
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_access_compat
The directives provided by mod_access_compat are used in <Directory>,
<Files>, and <Location> sections as well as .htaccess files to control access
to particular parts of the server. Access can be controlled based on the
client hostname, IP address, or other characteristics of the client request,
as captured in environment variables. The Allow and Deny directives are
used to specify which clients are or are not allowed access to the server,
while the Order directive sets the default access state, and configures
how the Allow and Deny directives interact with each other.

Both host-based access restrictions and password-based authentication may
be implemented simultaneously. In that case, the Satisfy directive is used
to determine how the two sets of restrictions interact.

%package	mod_auth_basic
Summary:	Basic authentication
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_auth_basic
This module allows the use of HTTP Basic Authentication to restrict access
by looking up users in the given providers. HTTP Digest Authentication is
provided by mod_auth_digest. This module should usually be combined with at
least one authentication module such as mod_authn_file and one authorization
module such as mod_authz_user.

%package	mod_auth_form
Summary:	Form authentication
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_auth_form
Form authentication depends on the mod_session modules, and these modules
make use of HTTP cookies, and as such can fall victim to Cross Site Scripting
attacks, or expose potentially private information to clients. Please ensure
that the relevant risks have been taken into account before enabling the
session functionality on your server.

This module allows the use of an HTML login form to restrict access by
looking up users in the given providers. HTML forms require significantly
more configuration than the alternatives, however an HTML login form can
provide a much friendlier experience for end users.

HTTP basic authentication is provided by mod_auth_basic, and HTTP digest
authentication is provided by mod_auth_digest. This module should be
combined with at least one authentication module such as mod_authn_file
and one authorization module such as mod_authz_user.

Once the user has been successfully authenticated, the user's login details
will be stored in a session provided by mod_session.

%package	mod_auth_digest
Summary:	User authentication using MD5 Digest Authentication
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_auth_digest
This module implements HTTP Digest Authentication (RFC2617), and provides
a more secure alternative to mod_auth_basic.

%package	mod_allowmethods
Summary:	Easily restrict what HTTP methods can be used on the server
Group:		System/Servers

%description	mod_allowmethods
This module makes it easy to restrict what HTTP methods can used on an
server. The most common configuration would be:

%package	mod_file_cache
Summary:	Caches a static list of files in memory
Group:		System/Servers

%description	mod_file_cache
This module should be used with care. You can easily create a broken site
using mod_file_cache, so read this document carefully.

Caching frequently requested files that change very infrequently is a
technique for reducing server load. mod_file_cache provides two techniques for
caching frequently requested static files. Through configuration directives,
you can direct mod_file_cache to either open then mmap() a file, or to
pre-open a file and save the file's open file handle. Both techniques reduce
server load when processing requests for these files by doing part of the
work (specifically, the file I/O) for serving the file when the server is
started rather than during each request.

Notice: You cannot use this for speeding up CGI programs or other files
which are served by special content handlers. It can only be used for
regular files which are usually served by the Apache core content handler.

This module is an extension of and borrows heavily from the mod_mmap_static
module in Apache 1.3.

%package	mod_cache
Summary:	RFC 2616 compliant HTTP caching filter
Group:		System/Servers
Suggests:	apache-mod_cache_disk

%description	mod_cache
This module should be used with care, as when the CacheQuickHandler
directive is in its default value of on, the Allow and Deny directives
will be circumvented. You should not enable quick handler caching for any
content to which you wish to limit access by client host name, address or
environment variable.

mod_cache implements an RFC 2616 compliant HTTP content caching filter,
with support for the caching of content negotiated responses containing
the Vary header.

RFC 2616 compliant caching provides a mechanism to verify whether stale or
expired content is still fresh, and can represent a significant performance
boost when the origin server supports conditional requests by honouring
the If-None-Match HTTP request header. Content is only regenerated from
scratch when the content has changed, and not when the cached entry expires.

As a filter, mod_cache can be placed in front of content originating from
any handler, including flat files (served from a slow disk cached on a fast
disk), the output of a CGI script or dynamic content generator, or content
proxied from another server.

In the default configuration, mod_cache inserts the caching filter as far
forward as possible within the filter stack, utilising the quick handler to
bypass all per request processing when returning content to the client. In
this mode of operation, mod_cache may be thought of as a caching proxy
server bolted to the front of the webserver, while running within the
webserver itself.

When the quick handler is switched off using the CacheQuickHandler directive,
it becomes possible to insert the CACHE filter at a point in the filter
stack chosen by the administrator. This provides the opportunity to cache
content before that content is personalised by the mod_include filter,
or optionally compressed by the mod_deflate filter.

Under normal operation, mod_cache will respond to and can be controlled by
the Cache-Control and Pragma headers sent from a client in a request, or from
a server within a response. Under exceptional circumstances, mod_cache can
be configured to override these headers and force site specific behaviour,
however such behaviour will be limited to this cache only, and will not
affect the operation of other caches that may exist between the client and
server, and as a result is not recommended unless strictly necessary.

RFC 2616 allows for the cache to return stale data while the existing
stale entry is refreshed from the origin server, and this is supported
by mod_cache when the CacheLock directive is suitably configured. Such
responses will contain a Warning HTTP header with a 110 response code.
RFC 2616 also allows a cache to return stale data when the attempt made to
refresh the stale data returns an error 500 or above, and this behaviour
is supported by default by mod_cache. Such responses will contain a Warning
HTTP header with a 111 response code.

mod_cache requires the services of one or more storage management modules. One
storage management module is included in the base Apache distribution:

mod_cache_disk
 Implements a disk based storage manager. Headers and bodies are stored
 separately on disk, in a directory structure derived from the md5 hash of the
 cached URL. Multiple content negotiated responses can be stored concurrently,
 however the caching of partial content is not supported by this module. The
 htcacheclean tool is provided to list cached URLs, remove cached URLs,
 or to maintain the size of the disk cache within size and inode limits.

Further details, discussion, and examples, are provided in the Caching Guide.

%package	mod_cache_disk
Summary:	Disk based storage module for the HTTP caching filter
Group:		System/Servers
Obsoletes:	apache-mod_disk_cache
Suggests:	apache-htcacheclean = %{version}-%{release}

%description	mod_cache_disk
mod_cache_disk implements a disk based storage manager for mod_cache.

The headers and bodies of cached responses are stored separately on disk,
in a directory structure derived from the md5 hash of the cached URL.

Multiple content negotiated responses can be stored concurrently, however
the caching of partial content is not yet supported by this module.

Atomic cache updates to both header and body files are achieved without
the need for locking by storing the device and inode numbers of the body
file within the header file. This has the side effect that cache entries
manually moved into the cache will be ignored.

The htcacheclean tool is provided to list cached URLs, remove cached URLs,
or to maintain the size of the disk cache within size and/or inode limits. The
tool can be run on demand, or can be daemonized to offer continuous monitoring
of directory sizes.

%package	mod_cache_socache
Summary:	Shared Object cache module for HTTPD
Group:		System/Servers

%description	mod_cache_socache
mod_cache_socache implements a shared object cache (socache) based storage
manager for mod_cache.

The headers and bodies of cached responses are combined, and stored underneath
a single key in the shared object cache. A number of implementations of shared
object caches are available to choose from.

Multiple content negotiated responses can be stored concurrently, however the
caching of partial content is not yet supported by this module.

%package	mod_socache_shmcb
Summary:	shmcb based shared object cache provider
Group:		System/Servers

%description	mod_socache_shmcb
mod_socache_shmcb is a shared object cache provider which provides for
creation and access to a cache backed by a high-performance cyclic buffer
inside a shared memory segment.

shmcb:/path/to/datafile(512000)

Details of other shared object cache providers can be found here.

%package	mod_socache_dbm
Summary:	DBM based shared object cache provider
Group:		System/Servers

%description	mod_socache_dbm
mod_socache_dbm is a shared object cache provider which provides for creation
and access to a cache backed by a DBM database.

dbm:/path/to/datafile

Details of other shared object cache providers can be found here.

%package	mod_socache_memcache
Summary:	Memcache based shared object cache provider
Group:		System/Servers

%description	mod_socache_memcache
mod_socache_memcache is a shared object cache provider which provides for
creation and access to a cache backed by the memcached high-performance,
distributed memory object caching system.

Details of other shared object cache providers can be found here.

%package	mod_watchdog
Summary:	provides infrastructure for other modules to periodically run tasks
Group:		System/Servers

%description	mod_watchdog
mod_watchdog defines programmatic hooks for other modules to periodically run
tasks. These modules can register handlers for mod_watchdog hooks. Currently,
the following modules in the Apache distribution use this functionality:

 * mod_heartbeat

 * mod_heartmonitor

To allow a module to use mod_watchdog functionality, mod_watchdog itself
must be statically linked to the server core or, if a dynamic module,
be loaded before the calling module.

%package	mod_dbd
Summary:	Manages SQL database connections
Group:		System/Servers
Requires:	apr-util-dbd-ldap
Suggests:	apr-util-dbd-freetds
Suggests:	apr-util-dbd-mysql
Suggests:	apr-util-dbd-odbc
Suggests:	apr-util-dbd-pgsql
Suggests:	apr-util-dbd-sqlite3

%description	mod_dbd
mod_dbd manages SQL database connections using APR. It provides database
connections on request to modules requiring SQL database functions, and
takes care of managing databases with optimal efficiency and scalability
for both threaded and non-threaded MPMs. For details, see the APR website
and this overview of the Apache DBD Framework by its original developer.

%package	mod_bucketeer
Summary:	Buckets manipulation filter
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_bucketeer
Buckets manipulation filter

%package	mod_dumpio
Summary:	Dumps all I/O to error log as desired
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_dumpio
mod_dumpio allows for the logging of all input received by Apache and/or
all output sent by Apache to be logged (dumped) to the error.log file.

The data logging is done right after SSL decoding (for input) and right
before SSL encoding (for output). As can be expected, this can produce
extreme volumes of data, and should only be used when debugging problems.

%package	mod_echo
Summary:	A simple echo server to illustrate protocol modules
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_echo
This module provides an example protocol module to illustrate the concept. It
provides a simple echo server. Telnet to it and type stuff, and it will
echo it.

%package	mod_case_filter
Summary:	CaseFilter module
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_case_filter
CaseFilter module

%package	mod_case_filter_in
Summary:	CaseFilterInFilter module
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_case_filter_in
CaseFilterInFilter module

%package	mod_buffer
Summary:	Support for request buffering
Group:		System/Servers

%description	mod_buffer
This module provides the ability to buffer the input and output filter stacks.

Under certain circumstances, content generators might create content in small
chunks. In order to promote memory reuse, in memory chunks are always 8k in
size, regardless of the size of the chunk itself. When many small chunks are
generated by a request, this can create a large memory footprint while the
request is being processed, and an unnecessarily large amount of data on
the wire. The addition of a buffer collapses the response into the fewest
chunks possible.

When httpd is used in front of an expensive content generator, buffering the
response may allow the backend to complete processing and release resources
sooner, depending on how the backend is designed.

The buffer filter may be added to either the input or the output filter
stacks, as appropriate, using the SetInputFilter, SetOutputFilter,
AddOutputFilter or AddOutputFilterByType directives.

Using buffer with mod_include

AddOutputFilterByType INCLUDES;BUFFER text/html The buffer filters read the
request/response into RAM and then repack the request/response into the fewest
memory buckets possible, at the cost of CPU time. When the request/response
is already efficiently packed, buffering the request/response could cause
the request/response to be slower than not using a buffer at all. These
filters should be used with care, and only where necessary.

%package	mod_data
Summary:	Convert response body into an RFC2397 data URL
Group:		System/Servers

%description	mod_data
This module provides the ability to convert a response into an RFC2397
data URL.

Data URLs can be embedded inline within web pages using something like
the mod_include module, to remove the need for clients to make separate
connections to fetch what may potentially be many small images. Data URLs
may also be included into pages generated by scripting languages such as PHP.

An example of a data URL

data:image/gif;base64,R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAw
AAAC8IyPqcvt3wCcDkiLc7C0qwyGHhSWpjQu5yqmCYsapyuvUUlvONmOZtfzgFz
ByTB10QgxOR0TqBQejhRNzOfkVJ+5YiUqrXF5Y5lKh/DeuNcP5yLWGsEbtLiOSp
a/TPg7JpJHxyendzWTBfX0cxOnKPjgBzi4diinWGdkF8kjdfnycQZXZeYGejmJl
ZeGl9i2icVqaNVailT6F5iJ90m6mvuTS4OK05M0vDk0Q4XUtwvKOzrcd3iq9uis
F81M1OIcR7lEewwcLp7tuNNkM3uNna3F2JQFo97Vriy/Xl4/f1cf5VWzXyym7PH
hhx4dbgYKAAA7

The filter takes no parameters, and can be added to the filter stack using
the SetOutputFilter directive, or any of the directives supported by the
mod_filter module.

Configuring the filter

<Location /data/images>
SetOutputFilter DATA </Location>

%package	mod_ratelimit
Summary:	Bandwidth Rate Limiting for Clients
Group:		System/Servers

%description	mod_ratelimit
Provides a filter named RATE_LIMIT to limit client bandwidth. The connection
speed to be simulated is specified, in KiB/s, using the environment variable
rate-limit.

%package	mod_reqtimeout
Summary:	Set timeout and minimum data rate for receiving requests
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_reqtimeout
This module allows to set timeouts for the reading request and reading body
phases. It is implemented as an input connection filter that sets the socket
timeout so that the total request time does not exceed the timeout value.

mod_reqtimeout can be used to mitigate slowloris type attacks.

%package	mod_ext_filter
Summary:	Pass the response body through an external program before delivery
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_ext_filter
mod_ext_filter presents a simple and familiar programming model for
filters. With this module, a program which reads from stdin and writes to
stdout (i.e., a Unix-style filter command) can be a filter for Apache. This
filtering mechanism is much slower than using a filter which is specially
written for the Apache API and runs inside of the Apache server process,
but it does have the following benefits: * the programming model is much
simpler * any programming/scripting language can be used, provided that it
 allows the program to read from standard input and write to standard output
* existing programs can be used unmodified as Apache filters

Even when the performance characteristics are not suitable for production
use, mod_ext_filter can be used as a prototype environment for filters.

%package	mod_request
Summary:	Filters to handle and make available HTTP request bodies
Group:		System/Servers

%description	mod_request
Under normal circumstances, request handlers such as the default handler
for static files will discard the request body when it is not needed by
the request handler. As a result, filters such as mod_include are limited
to making GET requests only when including other URLs as subrequests, even
if the original request was a POST request, as the discarded request body
is no longer available once filter processing is taking place.

When this directive has a value greater than zero, request handlers that
would otherwise discard request bodies will instead set the request body
aside for use by filters up to the maximum size specified. In the case of the
mod_include filter, an attempt to POST a request to the static shtml file will
cause any subrequests to be POST requests, instead of GET requests as before.

This feature makes it possible to break up complex web pages and web
applications into small individual components, and combine the components
and the surrounding web page structure together using mod_include. The
components can take the form of CGI programs, scripted languages, or URLs
reverse proxied into the URL space from another server using mod_proxy.

Note: Each request set aside has to be set aside in temporary RAM until the
request is complete. As a result, care should be taken to ensure sufficient
RAM is available on the server to support the intended load. Use of this
directive should be limited to where needed on targeted parts of your URL
space, and with the lowest possible value that is still big enough to hold
a request body.

If the request size sent by the client exceeds the maximum size allocated
by this directive, the server will return 413 Request Entity Too Large.

%package	mod_include
Summary:	Server-parsed html documents (Server Side Includes)
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_include
This module provides a filter which will process files before they are
sent to the client. The processing is controlled by specially formatted
SGML comments, referred to as elements. These elements allow conditional
text, the inclusion of other files or programs, as well as the setting and
printing of environment variables.

%package	mod_filter
Summary:	Context-sensitive smart filter configuration module
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_filter
This module enables smart, context-sensitive configuration of output
content filters. For example, apache can be configured to process different
content-types through different filters, even when the content-type is not
known in advance (e.g. in a proxy).

mod_filter works by introducing indirection into the filter chain.  Instead of
inserting filters in the chain, we insert a filter harness which in turn
dispatches conditionally to a filter provider. Any content filter may be
used as a provider to mod_filter; no change to existing filter modules is
required (although it may be possible to simplify them).

%package	mod_reflector
Summary:	Reflect a request body as a response via the output filter stack
Group:		System/Servers

%description	mod_reflector
This module allows request bodies to be reflected back to the client,
in the process passing the request through the output filter stack. A
suitably configured chain of filters can be used to transform the request
into a response. This module can be used to turn an output filter into an
HTTP service.

%package	mod_substitute
Summary:	Perform search and replace operations on response bodies
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_substitute
mod_substitute provides a mechanism to perform both regular expression and
fixed string substitutions on response bodies.

%package	mod_sed
Summary:	Filter Input (request) and Output (response) content using sed syntax
Group:		System/Servers

%description	mod_sed
mod_sed is an in-process content filter. The mod_sed filter implements the
sed editing commands implemented by the Solaris 10 sed program as described
in the manual page. However, unlike sed, mod_sed doesn't take data from
standard input. Instead, the filter acts on the entity data sent between
client and server. mod_sed can be used as an input or output filter. mod_sed
is a content filter, which means that it cannot be used to modify client
or server http headers.

The mod_sed output filter accepts a chunk of data, executes the sed scripts
on the data, and generates the output which is passed to the next filter
in the chain.

The mod_sed input filter reads the data from the next filter in the chain,
executes the sed scripts, and returns the generated data to the caller
filter in the filter chain.

Both the input and output filters only process the data if newline characters
are seen in the content. At the end of the data, the rest of the data is
treated as the last line.

A tutorial article on mod_sed, and why it is more powerful than simple string
or regular expression search and replace, is available on the author's blog.

%package	mod_charset_lite
Summary:	Specify character set translation or recoding
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_charset_lite
mod_charset_lite allows the server to change the character set of responses
before sending them to the client. In an EBCDIC environment, Apache always
translates HTTP protocol content (e.g. response headers) from the code page of
the Apache process locale to ISO-8859-1, but not the body of responses. In
any environment, mod_charset_lite can be used to specify that response
bodies should be translated. For example, if files are stored in EBCDIC,
then mod_charset_lite can translate them to ISO-8859-1 before sending them
to the client.

This module provides a small subset of configuration mechanisms implemented
by Russian Apache and its associated mod_charset.

%package	mod_deflate
Summary:	Compress content before it is delivered to the client
Group:		System/Servers

%description	mod_deflate
The mod_deflate module provides the DEFLATE output filter that allows
output from your server to be compressed before being sent to the client
over the network.

%package	mod_macro
Summary:	Macro support inside Apache httpd runtime configuration files
Group:		System/Servers

%description	mod_macro
This modules provides macros within apache httpd runtime configuration files.
These macros may have parameters. They are expanded when used (parameters
are substituted by their values given as an argument), and the result is
processed normally.

%package	mod_xml2enc
Summary:	Enhanced charset/internationalisation support for libxml2-based filter modules
Group:		System/Servers

%description	mod_xml2enc
This module provides enhanced internationalisation support for markup-aware
filter modules such as mod_proxy_html. It can automatically detect the
encoding of input data and ensure they are correctly processed by the
libxml2 parser, including converting to Unicode (UTF-8) where necessary. It
can also convert data to an encoding of choice after markup processing, and
will ensure the correct charset value is set in the HTTP Content-Type header.

%package	mod_proxy_html
Summary:	Rewrite HTML links in to ensure they are addressable in a proxy context
Group:		System/Servers

%description	mod_proxy_html
This module provides an output filter to rewrite HTML links in a proxy
situation, to ensure that links work for users outside the proxy. It serves
the same purpose as Apache's ProxyPassReverse directive does for HTTP headers,
and is an essential component of a reverse proxy.

For example, if a company has an application server at appserver.example.com
that is only visible from within the company's internal network, and a
public webserver www.example.com, they may wish to provide a gateway to
the application server at http://www.example.com/appserver/. When the
application server links to itself, those links need to be rewritten
to work through the gateway.  mod_proxy_html serves to rewrite <a
href="http://appserver.example.com/foo/bar.html">foobar</a> to <a
href="http://www.example.com/appserver/foo/bar.html">foobar</a> making it
accessible from outside.

mod_proxy_html was originally developed at WebÞing, whose extensive
documentation may be useful to users.

%package	mod_proxy_wstunnel
Summary:	WebSockets support for mod_proxy
Group:		System/Servers

%description	mod_proxy_wstunnel
This module requires the service of mod_proxy. It provides support
for the tunnelling of web socket connections to a backend websockets
server. The connection is automagically upgraded to a websocket
connection.

%package	mod_mime
Summary:	Associates the requested filename's extensions with the
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_mime
This module is used to assign content metadata to the content selected
for an HTTP response by mapping patterns in the URI or filenames to the
metadata values. For example, the filename extensions of content files
often define the content's Internet media type, language, character set,
and content-encoding. This information is sent in HTTP messages containing
that content and used in content negotiation when selecting alternatives,
such that the user's preferences are respected when choosing one of several
possible contents to serve. See mod_negotiation for more information about
content negotiation.

The directives AddCharset, AddEncoding, AddLanguage and AddType are all used
to map file extensions onto the metadata for that file.  Respectively they
set the character set, content-encoding, content-language, and media-type
(content-type) of documents. The directive TypesConfig is used to specify
a file which also maps extensions onto media types.

In addition, mod_mime may define the handler and filters that originate
and process content. The directives AddHandler, AddOutputFilter, and
AddInputFilter control the modules or scripts that serve the document.
The MultiviewsMatch directive allows mod_negotiation to consider these file
extensions to be included when testing Multiviews matches.

While mod_mime associates metadata with filename extensions, the core
server provides directives that are used to associate all the files in a
given container (e.g., <Location>, <Directory>, or <Files>) with particular
metadata. These directives include ForceType, SetHandler, SetInputFilter,
and SetOutputFilter. The core directives override any filename extension
mappings defined in mod_mime.

Note that changing the metadata for a file does not change the value of the
Last-Modified header. Thus, previously cached copies may still be used by
a client or proxy, with the previous headers. If you change the metadata
(language, content type, character set or encoding) you may need to 'touch'
affected files (updating their last modified date) to ensure that all
visitors are receive the corrected content headers.

%package	mod_ldap
Summary:	LDAP connection pooling and result caching services
Group:		System/Servers
Requires:	apr-util-dbd-ldap
Requires:	apache-mod_authnz_ldap

%description	mod_ldap
This module was created to improve the performance of websites relying on
backend connections to LDAP servers. In addition to the functions provided
by the standard LDAP libraries, this module adds an LDAP connection pool
and an LDAP shared memory cache.

To enable this module, LDAP support must be compiled into apr-util.
This is achieved by adding the --with-ldap flag to the configure script
when building Apache.

SSL/TLS support is dependant on which LDAP toolkit has been linked to
APR. As of this writing, APR-util supports: OpenLDAP SDK (2.x or later),
Novell LDAP SDK, Mozilla LDAP SDK, native Solaris LDAP SDK (Mozilla based),
native Microsoft LDAP SDK, or the iPlanet (Netscape) SDK. See the APR
website for details.

%package	mod_log_config
Summary:	Logging of the requests made to the server
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_log_config
This module provides for flexible logging of client requests. Logs are
written in a customizable format, and may be written directly to a file, or
to an external program. Conditional logging is provided so that individual
requests may be included or excluded from the logs based on characteristics
of the request.

Three directives are provided by this module: TransferLog to create a log
file, LogFormat to set a custom format, and CustomLog to define a log file
and format in one step. The TransferLog and CustomLog directives can be
used multiple times in each server to cause each request to be logged to
multiple files.

%package	mod_log_debug
Summary:	Additional configurable debug logging
Group:		System/Servers

%description	mod_log_debug
Additional configurable debug logging.

%package	mod_log_forensic
Summary:	Forensic Logging of the requests made to the server
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_log_forensic
This module provides for forensic logging of client requests. Logging is
done before and after processing a request, so the forensic log contains
two log lines for each request. The forensic logger is very strict, which
means: * The format is fixed. You cannot modify the logging format at
 runtime.
* If it cannot write its data, the child process exits immediately
 and may dump core (depending on your CoreDumpDirectory configuration).

The check_forensic script, which can be found in the distribution's support
directory, may be helpful in evaluating the forensic log output.

%package	mod_logio
Summary:	Logging of input and output bytes per request
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_logio
This module provides the logging of input and output number of bytes
received/sent per request. The numbers reflect the actual bytes as received
on the network, which then takes into account the headers and bodies of
requests and responses. The counting is done before SSL/TLS on input and
after SSL/TLS on output, so the numbers will correctly reflect any changes
made by encryption.

This module requires mod_log_config.  When KeepAlive connections are used with
SSL, the overhead of the SSL handshake is reflected in the byte count of the
first request on the connection. When per-directory SSL renegotiation occurs,
the bytes are associated with the request that triggered the renegotiation.

%package	mod_lua
Summary:	Provides Lua hooks into various portions of the httpd request processing
Group:		System/Servers

%description	mod_lua
This module allows the server to be extended with scripts written in the Lua
programming language. The extension points (hooks) available with mod_lua
include many of the hooks available to natively compiled Apache HTTP Server
modules, such as mapping requests to files, generating dynamic responses,
access control, authentication, and authorization

More information on the Lua programming language can be found at the the Lua
website.  mod_lua is still in experimental state. Until it is declared stable,
usage and behavior may change at any time, even between stable releases of
the 2.4.x series. Be sure to check the CHANGES file before upgrading.

%package	mod_env
Summary:	Modifies the environment which is passed to CGI scripts and SSI pages
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_env
This module allows for control of internal environment variables that are
used by various Apache HTTP Server modules. These variables are also provided
to CGI scripts as native system environment variables, and available for
use in SSI pages. Environment variables may be passed from the shell which
invoked the httpd process. Alternatively, environment variables may be set
or unset within the configuration process.

%package	mod_mime_magic
Summary:	Determines the MIME type of a file by looking at a few bytes of its contents
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_mime_magic
This module determines the MIME type of files in the same way the Unix
file(1) command works: it looks at the first few bytes of the file. It is
intended as a "second line of defense" for cases that mod_mime can't resolve.

This module is derived from a free version of the file(1) command for Unix,
which uses "magic numbers" and other hints from a file's contents to figure
out what the contents are. This module is active only if the magic file is
specified by the MimeMagicFile directive.

%package	mod_cern_meta
Summary:	CERN httpd metafile semantics
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_cern_meta
Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP headers
that can be output in addition to the normal range of headers for each
file accessed. They appear rather like the Apache .asis files, and are
able to provide a crude way of influencing the Expires: header, as well as
providing other curiosities. There are many ways to manage meta information,
this one was chosen because there is already a large number of CERN users
who can exploit this module.

More information on the CERN metafile semantics is available.

%package	mod_expires
Summary:	Generation of Expires and Cache-Control HTTP headers
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_expires
This module controls the setting of the Expires HTTP header and the
max-age directive of the Cache-Control HTTP header in server responses.
The expiration date can set to be relative to either the time the source
file was last modified, or to the time of the client access.

These HTTP headers are an instruction to the client about the document's
validity and persistence. If cached, the document may be fetched from the
cache rather than from the source until this time has passed. After that,
the cache copy is considered "expired" and invalid, and a new copy must be
obtained from the source.

To modify Cache-Control directives other than max-age (see RFC 2616 section
14.9), you can use the Header directive.

When the Expires header is already part of the response generated by the
server, for example when generated by a CGI script or proxied from an origin
server, this module does not change or add an Expires or Cache-Control header.

%package	mod_headers
Summary:	Customization of HTTP request and response headers
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_headers
This module provides directives to control and modify HTTP request and
response headers. Headers can be merged, replaced or removed.

%package	mod_ident
Summary:	RFC 1413 ident lookups
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_ident
This module queries an RFC 1413 compatible daemon on a remote host to look
up the owner of a connection.

%package	mod_usertrack
Summary:	Clickstream logging of user activity on a site
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_usertrack
Provides tracking of a user through your website via browser cookies.

%package	mod_unique_id
Summary:	Provides an environment variable with a unique identifier for each request
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_unique_id
This module provides a magic token for each request which is guaranteed
to be unique across "all" requests under very specific conditions. The
unique identifier is even unique across multiple machines in a properly
configured cluster of machines. The environment variable UNIQUE_ID is set to
the identifier for each request. Unique identifiers are useful for various
reasons which are beyond the scope of this document.

%package	mod_setenvif
Summary:	Set the environment variables based on characteristics of the request
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_setenvif
The mod_setenvif module allows you to set internal environment variables
according to whether different aspects of the request match regular
expressions you specify. These environment variables can be used by other
parts of the server to make decisions about actions to be taken, as well
as becoming available to CGI scripts and SSI pages.

The directives are considered in the order they appear in the configuration
files. So more complex sequences can be used, such as this example, which
sets netscape if the browser is mozilla but not MSIE.

BrowserMatch ^Mozilla netscape BrowserMatch MSIE !netscape

%package	mod_version
Summary:	Version dependent configuration
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_version
This module is designed for the use in test suites and large networks which
have to deal with different httpd versions and different configurations. It
provides a new container -- <IfVersion>, which allows a flexible version
checking including numeric comparisons and regular expressions.

%package	mod_remoteip
Summary:	Replaces the original client IP address with the useragent IP address
Group:		System/Servers

%description	mod_remoteip
This module is used to treat the useragent which initiated the request
as the originating useragent as identified by httpd for the purposes of
authorization and logging, even where that useragent is behind a load
balancer, front end server, or proxy server.

The module overrides the client IP address for the connection with the
useragent IP address reported in the request header configured with the
RemoteIPHeader directive.

Once replaced as instructed, this overridden useragent IP address is then used
for the mod_authz_host <Require ip> feature, is reported by mod_status, and
is recorded by mod_log_config \%a and core \%a format strings. The underlying
client IP of the connection is available in the \%{c}a format string.  It is
critical to only enable this behavior from intermediate hosts (proxies,
etc) which are trusted by this server, since it is trivial for the remote
useragent to impersonate another useragent.

%package	mod_proxy
Summary:	Multi-protocol proxy/gateway server
Group:		System/Servers
Suggests:	apache-mod_proxy_connect
Suggests:	apache-mod_proxy_ftp
Suggests:	apache-mod_proxy_http
Suggests:	apache-mod_proxy_balancer

%description	mod_proxy
Do not enable proxying with ProxyRequests until you have secured your
server. Open proxy servers are dangerous both to your network and to the
Internet at large.

mod_proxy and related modules implement a proxy/gateway for Apache HTTP
Server, supporting a number of popular protocols as well as several different
load balancing algorithms. Third-party modules can add support for additional
protocols and load balancing algorithms.

A set of modules must be loaded into the server to provide the necessary
features. These modules can be included statically at build time
or dynamically via the LoadModule directive). The set must include: *
mod_proxy, which provides basic proxy capabilities * mod_proxy_balancer
and one or more balancer modules, if load
 balancing is required. (See mod_proxy_balancer for more information.)
* one or more proxy scheme, or protocol, modules:

 Protocol Module AJP13 (Apache JServe Protocol version 1.3) mod_proxy_ajp
 CONNECT (for SSL) mod_proxy_connect FastCGI mod_proxy_fcgi ftp mod_proxy_ftp
 HTTP/0.9, HTTP/1.0, and HTTP/1.1 mod_proxy_http SCGI mod_proxy_scgi

In addition, extended features are provided by other modules. Caching is
provided by mod_cache and related modules. The ability to contact remote
servers using the SSL/TLS protocol is provided by the SSLProxy* directives
of mod_ssl. These additional modules will need to be loaded and configured
to take advantage of these features.

%package	mod_proxy_connect
Summary:	mod_proxy extension for CONNECT request handling
Group:		System/Servers
Conflicts:	apache-proxy < 2.4.0

%description	mod_proxy_connect
This module requires the service of mod_proxy. It provides support for
the CONNECT HTTP method. This method is mainly used to tunnel SSL requests
through proxy servers.

Thus, in order to get the ability of handling CONNECT requests, mod_proxy
and mod_proxy_connect have to be present in the server.

CONNECT is also used, when the server needs to send an HTTPS request through
a forward proxy. In this case the server acts as a CONNECT client. This
functionality is part of mod_proxy and mod_proxy_connect is not needed in
this case.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

%package	mod_proxy_ftp
Summary:	FTP support module for mod_proxy
Group:		System/Servers
Conflicts:	apache-proxy < 2.4.0

%description	mod_proxy_ftp
This module requires the service of mod_proxy. It provides support for
the proxying FTP sites. Note that FTP support is currently limited to the
GET method.

Thus, in order to get the ability of handling FTP proxy requests, mod_proxy
and mod_proxy_ftp have to be present in the server.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

%package	mod_proxy_http
Summary:	HTTP support module for mod_proxy
Group:		System/Servers
Conflicts:	apache-proxy < 2.4.0

%description	mod_proxy_http
This module requires the service of mod_proxy. It provides the features used
for proxying HTTP and HTTPS requests. mod_proxy_http supports HTTP/0.9,
HTTP/1.0 and HTTP/1.1. It does not provide any caching abilities. If you
want to set up a caching proxy, you might want to use the additional service
of the mod_cache module.

Thus, in order to get the ability of handling HTTP proxy requests, mod_proxy
and mod_proxy_http have to be present in the server.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

%package	mod_proxy_fcgi
Summary:	FastCGI support module for mod_proxy
Group:		System/Servers

%description	mod_proxy_fcgi
This module requires the service of mod_proxy. It provides support for the
FastCGI protocol.

Thus, in order to get the ability of handling the FastCGI protocol, mod_proxy
and mod_proxy_fcgi have to be present in the server.

Unlike mod_fcgid and mod_fastcgi, mod_proxy_fcgi has no provision for
starting the application process; fcgistarter is provided for that purpose.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

%package	mod_proxy_scgi
Summary:	SCGI gateway module for mod_proxy
Group:		System/Servers
Conflicts:	apache-proxy < 2.4.0

%description	mod_proxy_scgi
This module requires the service of mod_proxy. It provides support for the
SCGI protocol, version 1.

Thus, in order to get the ability of handling the SCGI protocol, mod_proxy
and mod_proxy_scgi have to be present in the server.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

%package	mod_proxy_fdpass
Summary:	fdpass external process support module for mod_proxy
Group:		System/Servers

%description	mod_proxy_fdpass
This module requires the service of mod_proxy. It provides support for the
passing the socket of the client to another process.

mod_proxy_fdpass uses the ability of AF_UNIX domain sockets to pass an open
file descriptor to allow another process to finish handling a request.

The module has a proxy_fdpass_flusher provider interface, which allows
another module to optionally send the response headers, or even the start of
the response body. The default flush provider disables keep-alive, and sends
the response headers, letting the external process just send a response body.

At this time the only data passed to the external process is the client
socket. To receive a client socket, call recvfrom with an allocated struct
cmsghdr. Future versions of this module may include more data after the
client socket, but this is not implemented at this time.

%package	mod_proxy_ajp
Summary:	AJP support module for mod_proxy
Group:		System/Servers

%description	mod_proxy_ajp
This module requires the service of mod_proxy. It provides support for the
Apache JServ Protocol version 1.3 (hereafter AJP13).

Thus, in order to get the ability of handling AJP13 protocol, mod_proxy
and mod_proxy_ajp have to be present in the server.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

%package	mod_proxy_balancer
Summary:	mod_proxy extension for load balancing
Group:		System/Servers
Conflicts:	apache-proxy < 2.4.0

%description	mod_proxy_balancer
This module requires the service of mod_proxy. It provides load balancing
support for HTTP, FTP and AJP13 protocols

Load balancing scheduler algorithm is provided by not this module but
other modules such as: mod_lbmethod_byrequests, mod_lbmethod_bytraffic,
mod_lbmethod_bybusyness and mod_lbmethod_heartbeat.

Thus, in order to get the ability of load balancing, mod_proxy,
mod_proxy_balancer and at least one of load balancing scheduler algorithm
modules have to be present in the server.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

%package	mod_proxy_express
Summary:	Dynamic mass reverse proxy extension for mod_proxy
Group:		System/Servers

%description	mod_proxy_express
This module creates dynamically configured mass reverse proxies, by mapping
the Host: header of the HTTP request to a server name and backend URL
stored in a DBM file. This allows for easy use of a huge number of reverse
proxies with no configuration changes. It is much less feature-full than
mod_proxy_balancer, which also provides dynamic growth, but is intended
to handle much, much larger numbers of backends. It is ideally suited as
a front-end HTTP switch.

This module requires the service of mod_proxy.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

Limitations

* This module is not intended to replace the dynamic capability of
 mod_proxy_balancer. Instead, it is intended to be mostly a lightweight
 and fast alternative to using mod_rewrite with RewriteMap and the [P]
 flag for mapped reverse proxying.
* It does not support regex or pattern matching at all.  * It emulates:
 ProxyPass / backend.server:port ProxyPassReverse / backend.server:port
 That is, the entire URL is appended to the mapped backend URL. This is in
 keeping with the intent of being a simple but fast reverse proxy switch.

%package	mod_session
Summary:	Session support
Group:		System/Servers

%description	mod_session
The session modules make use of HTTP cookies, and as such can fall victim to
Cross Site Scripting attacks, or expose potentially private information to
clients. Please ensure that the relevant risks have been taken into account
before enabling the session functionality on your server.

This module provides support for a server wide per user session
interface. Sessions can be used for keeping track of whether a user has been
logged in, or for other per user information that should be kept available
across requests.

Sessions may be stored on the server, or may be stored on the browser.
Sessions may also be optionally encrypted for added security. These
features are divided into several modules in addition to mod_session;
mod_session_crypto, mod_session_cookie and mod_session_dbd. Depending on the
server requirements, load the appropriate modules into the server (either
statically at compile time or dynamically via the LoadModule directive).

Sessions may be manipulated from other modules that depend on the session,
or the session may be read from and written to using environment variables
and HTTP headers, as appropriate.

%package	mod_session_cookie
Summary:	Cookie based session support
Group:		System/Servers

%description	mod_session_cookie
The session modules make use of HTTP cookies, and as such can fall victim to
Cross Site Scripting attacks, or expose potentially private information to
clients. Please ensure that the relevant risks have been taken into account
before enabling the session functionality on your server.

This submodule of mod_session provides support for the storage of user
sessions on the remote browser within HTTP cookies.

Using cookies to store a session removes the need for the server or a group
of servers to store the session locally, or collaborate to share a session,
and can be useful for high traffic environments where a server based session
might be too resource intensive.

If session privacy is required, the mod_session_crypto module can be used to
encrypt the contents of the session before writing the session to the client.

For more details on the session interface, see the documentation for the
mod_session module.

%package	mod_session_crypto
Summary:	Session encryption support
Group:		System/Servers

%description	mod_session_crypto
The session modules make use of HTTP cookies, and as such can fall victim to
Cross Site Scripting attacks, or expose potentially private information to
clients. Please ensure that the relevant risks have been taken into account
before enabling the session functionality on your server.

This submodule of mod_session provides support for the encryption of user
sessions before being written to a local database, or written to a remote
browser via an HTTP cookie.

This can help provide privacy to user sessions where the contents of the
session should be kept private from the user, or where protection is needed
against the effects of cross site scripting attacks.

For more details on the session interface, see the documentation for the
mod_session module.

%package	mod_session_dbd
Summary:	DBD/SQL based session support
Group:		System/Servers

%description	mod_session_dbd
The session modules make use of HTTP cookies, and as such can fall victim to
Cross Site Scripting attacks, or expose potentially private information to
clients. Please ensure that the relevant risks have been taken into account
before enabling the session functionality on your server.

This submodule of mod_session provides support for the storage of user
sessions within a SQL database using the mod_dbd module.

Sessions can either be anonymous, where the session is keyed by a unique
UUID string stored on the browser in a cookie, or per user, where the
session is keyed against the userid of the logged in user.

SQL based sessions are hidden from the browser, and so offer a measure of
privacy without the need for encryption.

Different webservers within a server farm may choose to share a database,
and so share sessions with one another.

For more details on the session interface, see the documentation for the
mod_session module.

%package	mod_slotmem_shm
Summary:	Slot-based shared memory provider
Group:		System/Servers

%description	mod_slotmem_shm
mod_slotmem_shm is a memory provider which provides for creation and access
to a shared memory segment in which the datasets are organized in "slots."

All shared memory is cleared and cleaned with each restart, whether graceful
or not. The data itself is stored and restored within a file noted by the
name parameter in the create and attach calls.

%package	mod_slotmem_plain
Summary:	Slot-based shared memory provider
Group:		System/Servers

%description	mod_slotmem_plain
mod_slotmem_plain is a memory provider which provides for creation and access
to a plain memory segment in which the datasets are organized in "slots."

If the memory needs to be shared between threads and processes, a better
provider would be mod_slotmem_shm.

%package	mod_ssl
Summary:	Strong cryptography using the SSL and TLS protocols
Group:		System/Servers
Requires:	apache-mod_socache_shmcb
Requires(post):	openssl

%description	mod_ssl
This module provides SSL v2/v3 and TLS v1 support for the Apache HTTP
Server. It was contributed by Ralf S. Engelschall based on his mod_ssl
project and originally derived from work by Ben Laurie.

This module relies on OpenSSL to provide the cryptography engine.

Further details, discussion, and examples are provided in the SSL
documentation.

%package	mod_optional_hook_export
Summary:	ExportLogTransaction module
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_optional_hook_export
ExportLogTransaction module

%package	mod_optional_hook_import
Summary:	ImportOptionalHookTestHook module
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_optional_hook_import
ImportOptionalHookTestHook module

%package	mod_optional_fn_import
Summary:	ImportLogTransaction module
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_optional_fn_import
ImportLogTransaction module

%package	mod_optional_fn_export
Summary:	optional hook import module
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_optional_fn_export
Description:optional hook import module

%package	mod_dialup
Summary:	Send static content at a bandwidth rate limit, defined by old modem standards
Group:		System/Servers

%description	mod_dialup
It is a module that sends static content at a bandwidth rate limit, defined
by the various old modem standards. So, you can browse your site with a
56k V.92 modem, by adding something like this:

<Location /mysite> ModemStandard V.92 </Location>

Previously to do bandwidth rate limiting modules would have to block an entire
thread, for each client, and insert sleeps to slow the bandwidth down. Using
the new suspend feature, a handler can get callback N milliseconds in the
future, and it will be invoked by the Event MPM on a different thread,
once the timer hits. From there the handler can continue to send data to
the client.

%package	mod_lbmethod_byrequests
Summary:	Request Counting load balancer scheduler algorithm for mod_proxy_balancer
Group:		System/Servers

%description	mod_lbmethod_byrequests
This module does not provide any configuration directives of its own.
It requires the services of mod_proxy_balancer, and provides the byrequests
load balancing method..

%package	mod_lbmethod_bytraffic
Summary:	Weighted Traffic Counting load balancer scheduler for mod_proxy_balancer
Group:		System/Servers

%description	mod_lbmethod_bytraffic
This module does not provide any configuration directives of its own.
It requires the services of mod_proxy_balancer, and provides the bytraffic
load balancing method..

%package	mod_lbmethod_bybusyness
Summary:	Pending Request Counting load balancer scheduler for mod_proxy_balancer
Group:		System/Servers

%description	mod_lbmethod_bybusyness
This module does not provide any configuration directives of its own.
It requires the services of mod_proxy_balancer, and provides the bybusyness
load balancing method.

%package	mod_lbmethod_heartbeat
Summary:	Heartbeat Traffic Counting load balancer scheduler for mod_proxy_balancer
Group:		System/Servers

%description	mod_lbmethod_heartbeat
lbmethod=heartbeat uses the services of mod_heartmonitor to balance between
origin servers that are providing heartbeat info via the mod_heartbeat module.

This modules load balancing algorithm favors servers with more ready (idle)
capacity over time, but does not select the server with the most ready
capacity every time. Servers that have 0 active clients are penalized,
with the assumption that they are not fully initialized.

%package	mod_unixd
Summary:	Basic (required) security for Unix-family platforms
Group:		System/Servers

%description	mod_unixd
Basic (required) security for Unix-family platforms.

%package	mod_heartbeat
Summary:	sends messages with server status to frontend proxy
Group:		System/Servers

%description	mod_heartbeat
mod_heartbeat sends multicast messages to a mod_heartmonitor listener that
advertises the servers current connection count. Usually, mod_heartmonitor
will be running on a proxy server with mod_lbmethod_heartbeat loaded,
which allows ProxyPass to use the "heartbeat" lbmethod inside of ProxyPass.

mod_heartbeat itself is loaded on the origin server(s) that serve
requests through the proxy server(s).  To use mod_heartbeat, mod_status
and mod_watchdog must be either a static modules or, if a dynamic module,
must be loaded before mod_heartbeat.

%package	mod_heartmonitor
Summary:	centralized monitor for mod_heartbeat origin servers
Group:		System/Servers

%description	mod_heartmonitor
mod_heartmonitor listens for server status messages generated by
mod_heartbeat enabled origin servers and makes their status available
to mod_lbmethod_heartbeat. This allows ProxyPass to use the "heartbeat"
lbmethod inside of ProxyPass.

This module uses the services of mod_slotmem_shm when available instead
of flat-file storage. No configuration is required to use mod_slotmem_shm.
To use mod_heartmonitor, mod_status and mod_watchdog must be either a static
modules or, if a dynamic module, it must be loaded before mod_heartmonitor.

%package	mod_dav
Summary:	Distributed Authoring and Versioning (WebDAV) functionality
Group:		System/Servers

%description	mod_dav
This module provides class 1 and class 2 WebDAV ('Web-based Distributed
Authoring and Versioning') functionality for Apache. This extension to the
HTTP protocol allows creating, moving, copying, and deleting resources and
collections on a remote web server.

%package	mod_status
Summary:	Provides information on server activity and performance
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_status
The Status module allows a server administrator to find out how well their
server is performing. A HTML page is presented that gives the current server
statistics in an easily readable form. If required this page can be made
to automatically refresh (given a compatible browser).  Another page gives
a simple machine-readable list of the current server state.

The details given are: * The number of worker serving requests * The number
of idle worker * The status of each worker, the number of requests that
worker has
 performed and the total number of bytes served by the worker (*)
* A total number of accesses and byte count served (*) * The time the server
was started/restarted and the time it has been
 running for
* Averages giving the number of requests per second, the number of
 bytes served per second and the average number of bytes per request (*)
* The current percentage CPU used by each worker and in total by all
 workers combined (*)
* The current hosts and requests being processed (*)

The lines marked "(*)" are only available if ExtendedStatus is On. In
version 2.3.6, loading mod_status will toggle ExtendedStatus On by default.

%package	mod_autoindex
Summary:	Generates directory indexes automatically
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_autoindex
The index of a directory can come from one of two sources:

* A file written by the user, typically called index.html. The DirectoryIndex
  directive sets the name of this file. This is controlled by mod_dir.

* Otherwise, a listing generated by the server. The other directives control
  the format of this listing. The AddIcon, AddIconByEncoding and AddIconByType
  are used to set a list of icons to display for various file types; for each
  file listed, the first icon listed that matches the file is displayed. These
  are controlled by mod_autoindex.

The two functions are separated so that you can completely remove (or replace)
automatic index generation should you want to.

Automatic index generation is enabled with using Options +Indexes. See the
Options directive for more details.

If the FancyIndexing option is given with the IndexOptions directive,
the column headers are links that control the order of the display. If
you select a header link, the listing will be regenerated, sorted by the
values in that column. Selecting the same header repeatedly toggles between
ascending and descending order. These column header links are suppressed
with the IndexOptions directive's SuppressColumnSorting option.

Note that when the display is sorted by "Size", it's the actual size of
the files that's used, not the displayed value - so a 1010-byte file will
always be displayed before a 1011-byte file (if in ascending order) even
though they both are shown as "1K".

%package	mod_asis
Summary:	Sends files that contain their own HTTP headers
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_asis
This module provides the handler send-as-is which causes Apache HTTP Server
to send the document without adding most of the usual HTTP headers.

This can be used to send any kind of data from the server, including
redirects and other special HTTP responses, without requiring a cgi-script
or an nph script.

For historical reasons, this module will also process any file with the
mime type httpd/send-as-is.

%package	mod_info
Summary:	Provides a comprehensive overview of the server configuration
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_info
To configure mod_info, add the following to your httpd.conf file.

<Location /server-info> SetHandler server-info </Location>

You may wish to use mod_access inside the <Location> directive to limit
access to your server configuration information:

<Location /server-info> SetHandler server-info Require host example.com
</Location>

Once configured, the server information is obtained by accessing
http://your.host.example.com/server-info

%package	mod_suexec
Summary:	Allows CGI scripts to run as a specified user and Group
Group:		System/Servers

%description	mod_suexec
This module, in combination with the suexec support program allows CGI scripts
to run as a specified user and Group.

Normally, when a CGI or SSI program executes, it runs as the same user who is
running the web server.

%package	mod_cgi
Summary:	Execution of CGI scripts
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_cgi
Any file that has the handler cgi-script will be treated as a CGI script,
and run by the server, with its output being returned to the client. Files
acquire this handler either by having a name containing an extension defined
by the AddHandler directive, or by being in a ScriptAlias directory.

For an introduction to using CGI scripts with Apache, see our tutorial on
Dynamic Content With CGI.

When using a multi-threaded MPM under unix, the module mod_cgid should
be used in place of this module. At the user level, the two modules are
essentially identical.

For backward-compatibility, the cgi-script handler will also be activated
for any file with the mime-type application/x-httpd-cgi. The use of the
magic mime-type is deprecated.

%package	mod_cgid
Summary:	Execution of CGI scripts using an external CGI daemon
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_cgid
Except for the optimizations and the additional ScriptSock directive noted
below, mod_cgid behaves similarly to mod_cgi. See the mod_cgi summary for
additional details about Apache and CGI.

On certain unix operating systems, forking a process from a multi-threaded
server is a very expensive operation because the new process will replicate
all the threads of the parent process. In order to avoid incurring this
expense on each CGI invocation, mod_cgid creates an external daemon that
is responsible for forking child processes to run CGI scripts. The main
server communicates with this daemon using a unix domain socket.

This module is used by default instead of mod_cgi whenever a multi-threaded
MPM is selected during the compilation process. At the user level, this
module is identical in configuration and operation to mod_cgi. The only
exception is the additional directive ScriptSock which gives the name of
the socket to use for communication with the cgi daemon.

%package	mod_dav_fs
Summary:	filesystem provider for mod_dav
Group:		System/Servers
Conflicts:	apache-mod_dav < 2.4.0

%description	mod_dav_fs
This module requires the service of mod_dav. It acts as a support module
for mod_dav and provides access to resources located in the server's file
system. The formal name of this provider is filesystem.  mod_dav backend
providers will be invoked by using the Dav directive:

%package	mod_dav_lock
Summary:	generic locking module for mod_dav
Group:		System/Servers
Conflicts:	apache-mod_dav < 2.4.0

%description	mod_dav_lock
This module implements a generic locking API which can be used by any backend
provider of mod_dav. It requires at least the service of mod_dav. But without
a backend provider which makes use of it, it's useless and should not be
loaded into the server. A sample backend module which actually utilizes
mod_dav_lock is mod_dav_svn, the subversion provider module.

Note that mod_dav_fs does not need this generic locking module, because it
uses its own more specialized version.

In order to make mod_dav_lock functional, you just have to specify the
location of the lock database using the DavGenericLockDB directive described
below.

Developer's Note

In order to retrieve the pointer to the locking provider function, you have
to use the ap_lookup_provider API with the arguments dav-lock, generic, and 0.

%package	mod_vhost_alias
Summary:	Provides for dynamically configured mass virtual hosting
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_vhost_alias
This module creates dynamically configured virtual hosts, by allowing the
IP address and/or the Host: header of the HTTP request to be used as part
of the pathname to determine what files to serve. This allows for easy use
of a huge number of virtual hosts with similar configurations.

%package	mod_negotiation
Summary:	Provides for content negotiation
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_negotiation
Content negotiation, or more accurately content selection, is the selection
of the document that best matches the clients capabilities, from one of
several available documents. There are two implementations of this.  *
A type map (a file with the handler type-map) which explicitly
 lists the files containing the variants.
* A Multiviews search (enabled by the Multiviews Options), where the
 server does an implicit filename pattern match, and choose from amongst
 the results.

%package	mod_dir
Summary:	Provides for "trailing slash" redirects and serving directory index files
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_dir
The index of a directory can come from one of two sources: * A file written
by the user, typically called index.html. The
 DirectoryIndex directive sets the name of this file. This is controlled
 by mod_dir.
* Otherwise, a listing generated by the server. This is provided by
 mod_autoindex.

The two functions are separated so that you can completely remove (or replace)
automatic index generation should you want to.

A "trailing slash" redirect is issued when the server receives a
request for a URL http://servername/foo/dirname where dirname is
a directory. Directories require a trailing slash, so mod_dir issues a
redirect to http://servername/foo/dirname/.

%package	mod_imagemap
Summary:	Server-side imagemap processing
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_imagemap
This module processes .map files, thereby replacing the functionality of
the imagemap CGI program. Any directory or document type configured to
use the handler imap-file (using either AddHandler or SetHandler) will be
processed by this module.

The following directive will activate files ending with .map as imagemap
files:

AddHandler imap-file map

Note that the following is still supported:

AddType application/x-httpd-imap map

However, we are trying to phase out "magic MIME types" so we are deprecating
this method.

%package	mod_actions
Summary:	Provides for executing CGI scripts based on media type or request method
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_actions
This module has two directives. The Action directive lets you run CGI scripts
whenever a file of a certain MIME content type is requested.  The Script
directive lets you run CGI scripts whenever a particular method is used in
a request. This makes it much easier to execute scripts that process files.

%package	mod_speling
Summary:	Attempts to correct various minor misspellings
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_speling
Requests to documents sometimes cannot be served by the core apache server
because the request was misspelled or miscapitalized. This module addresses
this problem by trying to find a matching document, even after all other
modules gave up. It does its work by comparing each document name in the
requested directory against the requested document name without regard to
case, and allowing up to one misspelling (character insertion / omission /
transposition or wrong character). A list is built with all document names
which were matched using this strategy.

If, after scanning the directory, * no matching document was found, Apache
will proceed as usual and
 return a "document not found" error.
* only one document is found that "almost" matches the request, then
 it is returned in the form of a redirection response.
* more than one document with a close match was found, then the list
 of the matches is returned to the client, and the client can select the
 correct candidate.

%package	mod_userdir
Summary:	User-specific directories
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_userdir
This module allows user-specific directories to be accessed using the
http://example.com/~user/ syntax.

%package	mod_alias
Summary:	Provides for mapping and for URL redirection
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_alias
The directives contained in this module allow for manipulation and control of
URLs as requests arrive at the server. The Alias and ScriptAlias directives
are used to map between URLs and filesystem paths. This allows for content
which is not directly under the DocumentRoot served as part of the web
document tree. The ScriptAlias directive has the additional effect of
marking the target directory as containing only CGI scripts.

The Redirect directives are used to instruct clients to make a new request
with a different URL. They are often used when a resource has moved to a
new location.

mod_alias is designed to handle simple URL manipulation tasks. For more
complicated tasks such as manipulating the query string, use the tools
provided by mod_rewrite.

%package	mod_rewrite
Summary:	Provides a rule-based rewriting engine to rewrite requested URLs on the fly
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description	mod_rewrite
The mod_rewrite module uses a rule-based rewriting engine, based on a
regular-expression parser, to rewrite requested URLs on the fly. By default,
mod_rewrite maps a URL to a filesystem path. However, it can also be used
to redirect one URL to another URL, or to invoke an internal proxy fetch.

mod_rewrite provides a flexible and powerful way to manipulate URLs using
an unlimited number of rules. Each rule can have an unlimited number of
attached rule conditions, to allow you to rewrite URL based on server
variables, environment variables, HTTP headers, or time stamps.

mod_rewrite operates on the full URL path, including the path-info section. A
rewrite rule can be invoked in httpd.conf or in .htaccess.  The path generated
by a rewrite rule can include a query string, or can lead to internal
sub-processing, external request redirection, or internal proxy throughput.

Further details, discussion, and examples, are provided in the detailed
mod_rewrite documentation.

%package	htcacheclean
Summary:	Clean up the disk cache (for apache-mod_cache_disk)
Group:		System/Servers
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Suggests:	apache-mod_cache_disk = %{version}-%{release}
Suggests:	apache-mod_proxy = %{version}-%{release}

%description	htcacheclean
htcacheclean is used to keep the size of mod_cache_disk's storage within a
certain limit. This tool can run either manually or in daemon mode. When
running in daemon mode, it sleeps in the background and checks the cache
directories at regular intervals for cached content to be removed.

%package	devel
Summary:	Module development tools for the apache web server
Group:		Development/C
Requires:	apr-devel >= 1:1.4.6
Requires:	apr-util-devel >= 1.4.1
Requires:	autoconf automake libtool
Requires:	db-devel
Requires:	expat-devel
Requires:	gdbm-devel
Requires:	sasl-devel
Requires:	openssl-devel
Requires:	pcre-devel
Requires:	perl >= 0:5.600
Requires:	pkgconfig
Requires:	zlib-devel

%description	devel
The apache-devel package contains the source code for the apache Web server and
the APXS binary you'll need to build Dynamic Shared Objects (DSOs) for apache.

If you are installing the apache Web server and you want to be able to compile
or develop additional modules for apache, you'll need to install this package.

%package	source
Summary:	The apache source code, including %{vendor} patches
Group:		System/Servers

%description	source
The apache source code, including %{vendor} patches. Use this package to build
your own customized apache if needed.

%package	doc
Summary:	The apache Manual
Group:		System/Servers
BuildArch:	noarch

%description	doc
This package contains the apache server documentation in HTML format.

Please view the documentaion by starting the apache server and your favourite
web browser and point to this URL: http://localhost/manual

%prep

%setup -q -n httpd-%{version} -a11
%patch0 -p0 -b .deplibs.droplet
%patch8 -p1 -b .apxs.droplet
%patch16 -p0 -b .fix_extra_htaccess_check.droplet
%patch18 -p0 -b .PR45994.droplet
%patch19 -p1 -b .linux3.droplet
%patch105 -p1 -b .filter.droplet
%patch106 -p1 -b .mdvConfig~
%patch107 -p1 -b .linkage~
%patch108 -p0 -b .buildfix~

# forcibly prevent use of bundled apr, apr-util, pcre
rm -rf srclib/{apr,apr-util,pcre}

# don't install or use bundled pcreposix.h
rm -f include/pcreposix.h

#Fix apxs
perl -pi -e 's|\@exp_installbuilddir\@|%{_libdir}/apache/build|;' support/apxs.in
perl -pi -e 's|get_vars\("prefix"\)|"%{_libdir}/apache/build"|;' support/apxs.in
perl -pi -e 's|get_vars\("sbindir"\) . "/envvars"|"\$installbuilddir/envvars"|;' support/apxs.in

#Correct perl paths
find -type f|xargs perl -pi -e "s|/usr/local/bin/perl|perl|g;\
        s|/usr/local/bin/perl5|perl|g;s|/path/to/bin/perl|perl|g;"

# this is really better and easier than a stupid static patch...
# for some reason you have to use ">>" here (!)

cat >> config.layout << EOF
<Layout NUX>
    prefix:        %{_sysconfdir}/httpd
    exec_prefix:   %{_prefix}
    bindir:        %{_bindir}
    sbindir:       %{_sbindir}
    libdir:        %{_libdir}
    libexecdir:    %{_libdir}/apache
    mandir:        %{_mandir}
    infodir:       %{_infodir}
    includedir:    %{_includedir}/apache
    sysconfdir:    %{_sysconfdir}/httpd/conf
    datadir:       /var/www
    installbuilddir: %{_libdir}/apache/build
    errordir:      /var/www/error
    iconsdir:      /var/www/icons
    htdocsdir:     /var/www/html
    manualdir:     %{_datadir}/doc/apache-doc
    cgidir:        /var/www/cgi-bin
    localstatedir: /var
    runtimedir:    /var/run/httpd
    logfiledir:    /var/log/httpd
    proxycachedir: /var/cache/httpd/mod_proxy
</Layout>
EOF

#Fix DYNAMIC_MODULE_LIMIT
perl -pi -e "s/DYNAMIC_MODULE_LIMIT 256/DYNAMIC_MODULE_LIMIT %{?!maxmodules:%{defaultmaxmodules}}%{?maxmodules:%{maxmodules}}/;" include/httpd.h

# don't try to touch srclib
perl -pi -e "s|^SUBDIRS = .*|SUBDIRS = os server modules support|g" Makefile.in

# bump server limit
perl -pi -e "s|DEFAULT_SERVER_LIMIT 256|DEFAULT_SERVER_LIMIT %{?!serverlimit:%{defaultserverlimit}}%{?serverlimit:%{serverlimit}}|g" server/mpm/prefork/prefork.c

# tag it with the "legacy" name so that we can track this at netcraft...
perl -pi -e "s|^#define AP_SERVER_BASEPRODUCT .*|#define AP_SERVER_BASEPRODUCT \"%{BASEPRODUCT}\"|g" include/ap_release.h

# avoid regenerating code with yacc
pushd server
    touch util_expr_scan.c util_expr_parse.c util_expr_parse.h util_expr_scan.l util_expr_parse.y
popd

# use my nice converted transparent png icons
tar -jxf %{SOURCE3}
mv icons/*.png docs/icons/

# prepare the apache-source package
rm -rf %{_builddir}/tmp-httpd-%{version}; mkdir -p %{_builddir}/tmp-httpd-%{version}/usr/src
cp -dpR %{_builddir}/httpd-%{version} %{_builddir}/tmp-httpd-%{version}/usr/src/apache-%{version}
rm -rf %{_builddir}/tmp-httpd-%{version}/usr/src/apache-%{version}/tmp-httpd-%{version}/usr/src
rm -f %{_builddir}/tmp-httpd-%{version}%{_usrsrc}/apache-%{version}/*.spec
rm -rf %{_builddir}/tmp-httpd-%{version}/usr/src/apache-%{version}/Mandriva

# add the htcacheclean stuff
cp %{SOURCE9} htcacheclean.service
cp %{SOURCE10} htcacheclean.sysconfig

# this will only work if configured correctly in the config (FullOs)...
cp server/core.c server/core.c.untagged

# some adjustments here
perl -pi -e "s|_MODULE_DIR_|%{_libdir}/apache|g" Mandriva/*_mod_*.conf

# Build the systemd file
cp %{SOURCE15} httpd.service
for mpm in worker event; do
    sed "s,@NAME@,${mpm},g;s,@EXEC@,%{_sbindir}/httpd-${mpm},g" httpd.service > httpd-${mpm}.service
done
touch -r httpd.service httpd-${mpm}.service

%build
%serverbuild

#########################################################################################
# configure and build phase
#

# use a minimal buildconf instead
cp %{SOURCE100} buildconf
sh ./buildconf

CFLAGS="`echo $RPM_OPT_FLAGS |sed -e 's/-fomit-frame-pointer//'`"
CPPFLAGS="-DSSL_EXPERIMENTAL_ENGINE -DLDAP_DEPRECATED"
if pkg-config openssl; then
    # configure -C barfs with trailing spaces in CFLAGS
    CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS"
    CPPFLAGS="$CPPFLAGS `pkg-config --cflags openssl | sed 's/ *$//'`"
    AP_LIBS="$AP_LIBS `pkg-config --libs openssl`"
else
    CFLAGS="$RPM_OPT_FLAGS"
    CPPFLAGS="$CPPFLAGS"
    AP_LIBS="$AP_LIBS -lssl -lcrypto"
fi
export CFLAGS CPPFLAGS AP_LIBS

export SH_LDFLAGS="%{ldflags}"

APVARS="--enable-layout=NUX \
    --prefix=%{_sysconfdir}/httpd \
    --exec-prefix=%{_prefix} \
    --bindir=%{_bindir} \
    --sbindir=%{_sbindir} \
    --libexecdir=%{_libdir}/apache \
    --sysconfdir=%{_sysconfdir}/httpd/conf \
    --localstatedir=/var \
    --includedir=%{_includedir}/apache \
    --infodir=%{_infodir} \
    --mandir=%{_mandir} \
    --datadir=/var/www \
    --with-port=80 \
    --with-perl=%{_bindir}/perl \
    --with-apr=%{_bindir}/apr-1-config \
    --with-apr-util=%{_bindir}/apu-1-config \
    --with-pcre=%{_prefix} \
    --with-z=%{_prefix} \
    --enable-layout=NUX \
    --with-devrandom \
    --enable-exception-hook \
    --enable-forward \
    --with-program-name=httpd"

for mpm in worker event prefork; do
    mkdir build-${mpm}; pushd build-${mpm}
    ln -s ../configure .

    if [ ${mpm} = prefork ]; then
        %configure2_5x $APVARS \
    	    --with-mpm=prefork \
    	    --enable-modules=all \
	    --enable-mods-shared=all \
    	    --with-ldap --enable-ldap=shared --enable-authnz-ldap=shared \
	    --enable-cache=shared --enable-disk-cache=shared --enable-file-cache=shared --enable-mem-cache=shared \
    	    --enable-ssl --with-ssl=%{_prefix} --disable-distcache \
    	    --enable-deflate=shared \
    	    --enable-cgid=shared \
    	    --enable-proxy=shared --enable-proxy-connect=shared --enable-proxy-ftp=shared \
    	    --enable-proxy-http=shared --enable-proxy-ajp=shared --enable-proxy-balancer=shared \
    	    --enable-dav=shared --enable-dav-fs=shared --enable-dav-lock=shared \
    	    --enable-version=shared \
    	    --enable-bucketeer=shared --enable-case-filter=shared --enable-case-filter-in=shared --enable-echo=shared \
    	    --enable-example=shared --enable-optional-fn-export=shared --enable-optional-fn-import=shared \
    	    --enable-optional-hook-export=shared --enable-optional-hook-import=shared \
	    --enable-charset_lite=shared --enable-authn_alias=shared \
	    --enable-cern-meta=shared \
	    --enable-ident=shared \
	    --enable-imagemap=shared \
	    --enable-suexec=shared

    # nuke excessive use of ldflags
    perl -pi -e "s|^LDFLAGS.*|LDFLAGS = %{ldflags}|g" build/config_vars.mk
    perl -pi -e "s|^SH_LDFLAGS.*|SH_LDFLAGS = %{ldflags}|g" build/config_vars.mk

    fi

    if [ ${mpm} = worker ]; then
	%configure2_5x $APVARS \
    	    --with-mpm=worker \
	    --enable-modules=none
    # don't build support tools
    perl -pi -e "s|^SUBDIRS = .*|SUBDIRS = os server modules|g" Makefile
    # nuke excessive use of ldflags
    perl -pi -e "s|^LDFLAGS.*|LDFLAGS = %{ldflags}|g" build/config_vars.mk
    perl -pi -e "s|^SH_LDFLAGS.*|SH_LDFLAGS = %{ldflags}|g" build/config_vars.mk
    fi

    if [ ${mpm} = event ]; then
	%configure2_5x $APVARS \
    	    --with-mpm=event \
	    --enable-modules=none
    # don't build support tools
    perl -pi -e "s|^SUBDIRS = .*|SUBDIRS = os server modules|g" Makefile
    # nuke excessive use of ldflags
    perl -pi -e "s|^LDFLAGS.*|LDFLAGS = %{ldflags}|g" build/config_vars.mk
    perl -pi -e "s|^SH_LDFLAGS.*|SH_LDFLAGS = %{ldflags}|g" build/config_vars.mk
    fi

    #Copy configure flags to a file in the apache-source rpm.
    cp config.nice %{_builddir}/tmp-httpd-%{version}%{_usrsrc}/apache-%{version}/config.nice.${mpm}

    # tag it with the mpm name too so that we can track this somehow at for example netcraft...
    MPM_NAME=`echo ${mpm}|tr "[a-z]" "[A-Z]"`
    cp ../server/core.c.untagged ../server/core.c
    perl -pi -e "s|\" PLATFORM \"|%{TAG}/${MPM_NAME}-%{release}|g" ../server/core.c

    # if libexpat0-devel is installed on x86_64 somehow the EXTRA_LDLAGS is set 
    # to -L/usr/lib, fix that with a conditional hack...
    %ifarch x86_64
	find -type f | xargs perl -pi -e "s|/usr/lib\b|%{_libdir}|g"
    %endif

    # finally doing the build stage
    %make
    popd
done

# Create default/prefork service file for systemd
sed "s,@NAME@,prefork,g;s,@EXEC@,%{_sbindir}/httpd,g" httpd.service > httpd.service.def
touch -r httpd.service httpd.service.def

%install
rm -rf %{buildroot}
#########################################################################################
# install phase

install -d %{buildroot}%{_libdir}/apache
install -d %{buildroot}%{_sysconfdir}/httpd/conf.d
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/httpd/conf/vhosts.d
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}/var/cache/httpd/mod_proxy
install -d %{buildroot}/var/lib/dav
install -d %{buildroot}/var/lib/dav/uploads
install -d %{buildroot}/var/log/httpd
install -d %{buildroot}/var/run/httpd
install -d %{buildroot}/var/www/perl

#EXCLUDE_FROM_STRIP="%{buildroot}%{_sbindir}/httpd %{buildroot}%{_sbindir}/httpd-worker %{buildroot}%{_sbindir}/httpd-peruser"

# install source
tar c -C %{_builddir}/tmp-httpd-%{version} usr/src | tar x -C %{buildroot}

pushd build-prefork
make install \
	prefix=%{_sysconfdir}/httpd \
	bindir=%{buildroot}%{_bindir} \
	sbindir=%{buildroot}%{_sbindir} \
	libdir=%{buildroot}%{_libdir} \
	libexecdir=%{buildroot}%{_libdir}/apache \
	mandir=%{buildroot}%{_mandir} \
	sysconfdir=%{buildroot}%{_sysconfdir}/httpd/conf \
	includedir=%{buildroot}%{_includedir}/apache \
	localstatedir=%{buildroot}/var \
	runtimedir=%{buildroot}/var/run \
	installbuilddir=%{buildroot}%{_libdir}/apache/build  \
	datadir=%{buildroot}/var/www \
	errordir=%{buildroot}/var/www/error \
	iconsdir=%{buildroot}/var/www/icons \
	htdocsdir=%{buildroot}/var/www/html \
	manualdir=%{buildroot}%{_datadir}/doc/apache-doc \
	cgidir=%{buildroot}/var/www/cgi-bin \
	runtimedir=%{buildroot}/var/run \
	logdir=%{buildroot}/var/log/httpd \
	logfiledir=%{buildroot}/var/log/httpd \
	proxycachedir=%{buildroot}/var/cache/httpd/mod_proxy
popd

# do some house cleaning 
for f in `find %{buildroot} -type f -name ".orig"` \
    `find %{buildroot} -type f -name ".deps"` \
    `find %{buildroot} -type f -name "NW*"` \
    `find %{buildroot} -type f -name "*.droplet"` \
    `find %{buildroot} -type f -name "*.zip"` \
    `find %{buildroot} -type f -name "*.dsp"`; do
    rm -f $f
done

#Fix config_vars.mk, and add some MDK flags so all other modules 
#can simply do "apxs -q VARIABLE" and know, for example, the exact
#release of apache-devel or the exact directory where the source is
#located. 
CVMK="%{buildroot}%{_libdir}/apache/build/config_vars.mk"
perl -pi -e "s|%{_builddir}/httpd-%{version}|%{_usrsrc}/apache-%{version}|g" $CVMK
perl -pi -e "s|%{buildroot}||g" $CVMK
perl -pi -e "s|^EXTRA_INCLUDES.*|EXTRA_INCLUDES = `apr-1-config --includes` -I%{_includedir}/apache -I%{_includedir}/openssl|g" $CVMK

# fix libtool invocation
perl -pi -e "s|^LIBTOOL.*|LIBTOOL = libtool|g" $CVMK
perl -pi -e "s|^SH_LIBTOOL.*|SH_LIBTOOL = libtool|g" $CVMK

# if the following 3 lines needs to be enabled again, use the ".*" wildcard as in
# "s|bla bla =.*|bla bla = replaced whatever text after the equal char...|g"
#perl -pi -e "s|installbuilddir =.*|installbuilddir = %{_libdir}/apache/build|g" $CVMK
#perl -pi -e "s|htdocsdir =.*|htdocsdir = /var/www/html|g" $CVMK
#perl -pi -e "s|logfiledir =.*|logfiledir = /var/log/httpd|g" $CVMK
echo "ap_version = %{version}" >> $CVMK
echo "ap_release = %{release}" >> $CVMK

#########################################################################################
# fix some bugs and other stuff
#
perl -pi -e "s|%{_builddir}/httpd-%{version}|%{_usrsrc}/apache-%{version}|g" %{buildroot}%{_libdir}/apache/build/apr_rules.mk

mv %{buildroot}%{_sbindir}/envvars %{buildroot}%{_libdir}/apache/build/

# named config.nice files are in the devel package
rm -f %{buildroot}%{_libdir}/apache/build/config.nice

##################################################################
# install module conf files for the "modules.d" dir loading structure
install -m0644 Mandriva/*mod_*.conf %{buildroot}%{_sysconfdir}/httpd/modules.d/

install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d

# install the mpm stuff
install -m0755 build-worker/httpd %{buildroot}%{_sbindir}/httpd-worker
install -m0755 build-event/httpd %{buildroot}%{_sbindir}/httpd-event

# install alternative MPMs; executables, man pages, and systemd service files
install -d %{buildroot}/lib/systemd/system
for mpm in worker event; do
    install -p -m 644 httpd-${mpm}.service %{buildroot}/lib/systemd/system/httpd-${mpm}.service
done

# Default httpd (prefork) service file
install -p -m 644 httpd.service.def %{buildroot}/lib/systemd/system/httpd.service

# Install tmpfiles.d config for httpd
install -m 0644 %{SOURCE16} -D %{buildroot}%{_prefix}/lib/tmpfiles.d/httpd.conf

# install htcacheclean files
install -m0644 htcacheclean.service %{buildroot}/lib/systemd/system/htcacheclean.service
install -m0644 htcacheclean.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/htcacheclean

# install missing files
install -m755 build-prefork/support/split-logfile %{buildroot}%{_sbindir}/split-logfile
install -m755 support/list_hooks.pl %{buildroot}%{_sbindir}/list_hooks.pl
install -m755 build-prefork/support/logresolve.pl %{buildroot}%{_sbindir}/logresolve.pl
install -m755 build-prefork/support/log_server_status %{buildroot}%{_sbindir}/log_server_status
install -m755 build-prefork/support/checkgid %{buildroot}%{_sbindir}/checkgid
install -m755 support/check_forensic %{buildroot}%{_sbindir}/check_forensic

# fix a msec safe cache for the ssl stuff
install -d %{buildroot}/var/cache/httpd/mod_ssl
touch %{buildroot}/var/cache/httpd/mod_ssl/scache.dir
touch %{buildroot}/var/cache/httpd/mod_ssl/scache.pag
touch %{buildroot}/var/cache/httpd/mod_ssl/scache.sem

# fix a msec safe cache for the mod_ldap LDAPSharedCacheFile
touch %{buildroot}/var/cache/httpd/mod_ldap_cache

install -m0644 Mandriva/fileprotector.conf %{buildroot}%{_sysconfdir}/httpd/conf/fileprotector.conf
install -m0644 Mandriva/httpd.sysconf %{buildroot}%{_sysconfdir}/sysconfig/httpd
install -m0644 Mandriva/favicon.ico %{buildroot}/var/www/html/
install -m0644 Mandriva/robots.txt %{buildroot}/var/www/html/
install -m0644 Mandriva/rpm.png  %{buildroot}/var/www/icons/
install -m0644 Mandriva/httpd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/httpd

%multiarch_includes %{buildroot}%{_includedir}/apache/ap_config_layout.h

# rpm filetriggers
install -d %{buildroot}%{_localstatedir}/lib/rpm/filetriggers
cat > %{buildroot}%{_localstatedir}/lib/rpm/filetriggers/webapp.filter << EOF
^./etc/httpd/conf/webapps.d/.*\.conf$
EOF
install -m0755 %{SOURCE2} %{buildroot}%{_localstatedir}/lib/rpm/filetriggers/webapp.script

# add two important documentation files in the plain ASCII format
cp docs/manual/upgrading.html.en upgrading.html
cp docs/manual/new_features_2_4.html.en new_features_2_4.html

lynx -dump -nolist upgrading.html > upgrading.txt
lynx -dump -nolist new_features_2_4.html > new_features_2_4.txt

# fix the manual
find %{buildroot}%{_datadir}/doc/apache-doc -type d -exec chmod 755 {} \;
find %{buildroot}%{_datadir}/doc/apache-doc -type f -exec chmod 644 {} \;

# let's not ship those, they might reveal some information to unwanted eyes
rm -rf %{buildroot}/var/www/cgi-bin/printenv*
rm -rf %{buildroot}/var/www/cgi-bin/test-cgi

#########################################################################################
# install phase done
#

%clean

# Clean up "install source" and other generated dirs
[ "%{_builddir}/tmp-httpd-%{version}%{_usrsrc}/apache-%{version}" != "/" ] && rm -rf %{_builddir}/tmp-httpd-%{version}%{_usrsrc}/apache-%{version}
[ "%{_builddir}/usr/src" != "/" ] && rm -rf %{_builddir}/usr/src
[ "%{_builddir}/tmp-httpd-%{version}" != "/" ] && rm -rf %{_builddir}/tmp-httpd-%{version}

%pre base
%_pre_useradd apache /var/www /bin/sh

%postun base
%_postun_userdel apache

%post mpm-prefork
# Register the httpd service
if [ "$1" -eq "1" ] ; then 
    # Initial installation 
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun mpm-prefork
if [ "$1" -eq "0" ] ; then
    # Package removal, not upgrade
    /bin/systemctl --no-reload disable %{all_services} > /dev/null 2>&1 || :
    /bin/systemctl stop %{all_services} > /dev/null 2>&1 || :
fi

%postun mpm-prefork
/bin/systemctl daemon-reload >/dev/null 2>&1 || :


%post mpm-worker
# Register the httpd service
if [ "$1" -eq "1" ] ; then 
    # Initial installation 
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun mpm-worker
if [ "$1" -eq "0" ] ; then
    # Package removal, not upgrade
    /bin/systemctl --no-reload disable %{all_services} > /dev/null 2>&1 || :
    /bin/systemctl stop %{all_services} > /dev/null 2>&1 || :
fi

%postun mpm-worker
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%post mpm-event
# Register the httpd service
if [ "$1" -eq "1" ] ; then 
    # Initial installation 
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun mpm-event
if [ $1 -eq 0 ] ; then
    # Package removal, not upgrade
    /bin/systemctl --no-reload disable %{all_services} > /dev/null 2>&1 || :
    /bin/systemctl stop %{all_services} > /dev/null 2>&1 || :
fi

%postun mpm-event
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%post mod_authn_file
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authn_file
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_authn_dbm
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authn_dbm
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_authn_anon
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authn_anon
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_authn_dbd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authn_dbd
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_authn_socache
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authn_socache
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_authn_core
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authn_core
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_authz_host
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authz_host
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_authz_groupfile
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authz_groupfile
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_authz_user
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authz_user
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_authz_dbm
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authz_dbm
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_authz_owner
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authz_owner
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_authz_dbd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authz_dbd
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_authz_core
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authz_core
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_authnz_ldap
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authnz_ldap
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_access_compat
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_access_compat
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_auth_basic
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_auth_basic
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_auth_form
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_auth_form
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_auth_digest
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_auth_digest
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_allowmethods
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_allowmethods
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_file_cache
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_file_cache
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_cache
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_cache
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_cache_disk
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_cache_disk
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_socache_shmcb
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_socache_shmcb
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_socache_dbm
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_socache_dbm
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_socache_memcache
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_socache_memcache
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_watchdog
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_watchdog
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_dbd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_dbd
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_bucketeer
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_bucketeer
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_dumpio
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_dumpio
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_echo
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_echo
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_case_filter
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_case_filter
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_case_filter_in
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_case_filter_in
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_buffer
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_buffer
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_data
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_data
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_ratelimit
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_ratelimit
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_reqtimeout
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_reqtimeout
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_ext_filter
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_ext_filter
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_request
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_request
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_include
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_include
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_filter
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_filter
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_reflector
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_reflector
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_substitute
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_substitute
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_sed
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_sed
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_charset_lite
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_charset_lite
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_deflate
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_deflate
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_xml2enc
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_xml2enc
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_proxy_html
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_html
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_mime
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_mime
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_ldap
%create_ghostfile /var/cache/httpd/mod_ldap_cache apache root 0600
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_ldap
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_log_config
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_log_config
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_log_debug
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_log_debug
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_log_forensic
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_log_forensic
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_logio
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_logio
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_lua
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_lua
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_env
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_env
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_mime_magic
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_mime_magic
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_cern_meta
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_cern_meta
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_expires
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_expires
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_headers
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_headers
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_ident
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_ident
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_usertrack
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_usertrack
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_unique_id
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_unique_id
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_setenvif
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_setenvif
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_version
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_version
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_remoteip
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_remoteip
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_proxy
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_proxy_connect
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_connect
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_proxy_ftp
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_ftp
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_proxy_http
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_http
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_proxy_fcgi
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_fcgi
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_proxy_scgi
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_scgi
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_proxy_fdpass
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_fdpass
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_proxy_ajp
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_ajp
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_proxy_balancer
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_balancer
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_proxy_express
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_express
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_session
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_session
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_session_cookie
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_session_cookie
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_session_crypto
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_session_crypto
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_session_dbd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_session_dbd
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_slotmem_shm
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_slotmem_shm
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_slotmem_plain
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_slotmem_plain
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%pre mod_ssl
# http://qa.mandriva.com/show_bug.cgi?id=32773
# http://qa.mandriva.com/show_bug.cgi?id=33198
# If there was default mod_ssl vhost misplaced move it as rpmsave
if [ -f %{_sysconfdir}/httpd/modules.d/41_mod_ssl.default-vhost.conf -a ! -f  %{_sysconfdir}/httpd/conf/vhosts.d/01_default_ssl_vhost.conf ]; then
    mv -vf %{_sysconfdir}/httpd/modules.d/41_mod_ssl.default-vhost.conf %{_sysconfdir}/httpd/conf/vhosts.d/01_default_ssl_vhost.conf
fi

%post mod_ssl
if [ "$1" = "1" ]; then 

mkdir -p %{_sysconfdir}/pki/tls/{private,certs} 2>/dev/null
umask 077

if [ ! -f %{_sysconfdir}/pki/tls/private/localhost.key ]; then
    %{_bindir}/openssl genrsa -rand /proc/apm:/proc/cpuinfo:/proc/dma:/proc/filesystems:/proc/interrupts:/proc/ioports:/proc/pci:/proc/rtc:/proc/uptime 1024 > %{_sysconfdir}/pki/tls/private/localhost.key 2> /dev/null
fi

FQDN=`hostname`
if [ "x${FQDN}" = "x" ]; then
    FQDN=localhost.localdomain
fi

if [ ! -f %{_sysconfdir}/pki/tls/certs/localhost.crt ] ; then
cat << EOF | %{_bindir}/openssl req -new -key %{_sysconfdir}/pki/tls/private/localhost.key -x509 -days 365 -set_serial $RANDOM -out %{_sysconfdir}/pki/tls/certs/localhost.crt 2>/dev/null
--
SomeState
SomeCity
SomeOrganization
SomeOrganizationalUnit
${FQDN}
root@${FQDN}
EOF
fi
fi

if [ "$1" -gt "1" ]; then
    mkdir -p %{_sysconfdir}/pki/tls/{private,certs} 2>/dev/null
    if [ -d /etc/ssl/apache ];then
	if [ -f /etc/ssl/apache/server.crt.rpmsave -a ! -f /etc/pki/tls/certs/localhost.crt ]; then
	    cp -p /etc/ssl/apache/server.crt.rpmsave /etc/pki/tls/certs/localhost.crt
	fi
	if [ -f /etc/ssl/apache/server.key.rpmsave -a ! -f /etc/pki/tls/private/localhost.key ]; then
	    cp -p /etc/ssl/apache/server.key.rpmsave /etc/pki/tls/private/localhost.key
	fi

    fi
fi

# create some ghost files
%create_ghostfile /var/cache/httpd/mod_ssl/scache.dir apache root 0600
%create_ghostfile /var/cache/httpd/mod_ssl/scache.pag apache root 0600
%create_ghostfile /var/cache/httpd/mod_ssl/scache.sem apache root 0600

# http://qa.mandriva.com/show_bug.cgi?id=33429
if [ -f /etc/pki/tls/certs/localhost.crt ]; then
    chmod 644 /etc/pki/tls/certs/localhost.crt
fi

/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_ssl
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_optional_hook_export
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_optional_hook_export
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_optional_hook_import
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_optional_hook_import
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_optional_fn_import
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_optional_fn_import
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_optional_fn_export
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_optional_fn_export
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_dialup
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_dialup
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_lbmethod_byrequests
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_lbmethod_byrequests
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_lbmethod_bytraffic
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_lbmethod_bytraffic
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_lbmethod_bybusyness
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_lbmethod_bybusyness
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_lbmethod_heartbeat
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_lbmethod_heartbeat
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_unixd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_unixd
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_heartbeat
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_heartbeat
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_heartmonitor
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_heartmonitor
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_dav
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_dav
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_status
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_status
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_autoindex
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_autoindex
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_asis
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_asis
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_info
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_info
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_suexec
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_suexec
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_cgi
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_cgi
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_cgid
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_cgid
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_dav_fs
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_dav_fs
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_dav_lock
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_dav_lock
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_vhost_alias
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_vhost_alias
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_negotiation
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_negotiation
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_dir
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_dir
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_imagemap
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_imagemap
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_actions
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_actions
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_speling
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_speling
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_userdir
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_userdir
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_alias
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_alias
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mod_rewrite
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_rewrite
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post htcacheclean
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun htcacheclean
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%files mpm-prefork
%attr(0755,root,root) %{_sbindir}/httpd
/lib/systemd/system/httpd.service

%files mpm-worker
%attr(0755,root,root) %{_sbindir}/httpd-worker
/lib/systemd/system/httpd-worker.service

%files mpm-event
%attr(0755,root,root) %{_sbindir}/httpd-event
/lib/systemd/system/httpd-event.service

%files modules

%files mod_authn_file
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/001_mod_authn_file.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authn_file.so

%files mod_authn_dbm
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/002_mod_authn_dbm.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authn_dbm.so

%files mod_authn_anon
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/003_mod_authn_anon.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authn_anon.so

%files mod_authn_dbd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/004_mod_authn_dbd.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authn_dbd.so

%files mod_authn_socache
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/005_mod_authn_socache.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authn_socache.so

%files mod_authn_core
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/006_mod_authn_core.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authn_core.so

%files mod_authz_host
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/007_mod_authz_host.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authz_host.so

%files mod_authz_groupfile
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/008_mod_authz_groupfile.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authz_groupfile.so

%files mod_authz_user
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/009_mod_authz_user.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authz_user.so

%files mod_authz_dbm
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/010_mod_authz_dbm.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authz_dbm.so

%files mod_authz_owner
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/011_mod_authz_owner.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authz_owner.so

%files mod_authz_dbd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/012_mod_authz_dbd.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authz_dbd.so

%files mod_authz_core
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/013_mod_authz_core.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authz_core.so

%files mod_authnz_ldap
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/014_mod_authnz_ldap.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authnz_ldap.so

%files mod_access_compat
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/015_mod_access_compat.conf
%attr(0755,root,root) %{_libdir}/apache/mod_access_compat.so

%files mod_auth_basic
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/016_mod_auth_basic.conf
%attr(0755,root,root) %{_libdir}/apache/mod_auth_basic.so

%files mod_auth_form
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/017_mod_auth_form.conf
%attr(0755,root,root) %{_libdir}/apache/mod_auth_form.so

%files mod_auth_digest
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/018_mod_auth_digest.conf
%attr(0755,root,root) %{_libdir}/apache/mod_auth_digest.so

%files mod_allowmethods
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/019_mod_allowmethods.conf
%attr(0755,root,root) %{_libdir}/apache/mod_allowmethods.so

%files mod_file_cache
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/020_mod_file_cache.conf
%attr(0755,root,root) %{_libdir}/apache/mod_file_cache.so

%files mod_cache
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/021_mod_cache.conf
%attr(0755,root,root) %{_libdir}/apache/mod_cache.so

%files mod_cache_disk
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/022_mod_cache_disk.conf
%attr(0755,root,root) %{_libdir}/apache/mod_cache_disk.so

%files mod_cache_socache
%attr(0755,root,root) %{_libdir}/apache/mod_cache_socache.so

%files mod_socache_shmcb
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/023_mod_socache_shmcb.conf
%attr(0755,root,root) %{_libdir}/apache/mod_socache_shmcb.so

%files mod_socache_dbm
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/024_mod_socache_dbm.conf
%attr(0755,root,root) %{_libdir}/apache/mod_socache_dbm.so

%files mod_socache_memcache
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/025_mod_socache_memcache.conf
%attr(0755,root,root) %{_libdir}/apache/mod_socache_memcache.so

%files mod_watchdog
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/026_mod_watchdog.conf
%attr(0755,root,root) %{_libdir}/apache/mod_watchdog.so

%files mod_dbd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/027_mod_dbd.conf
%attr(0755,root,root) %{_libdir}/apache/mod_dbd.so

%files mod_bucketeer
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/028_mod_bucketeer.conf
%attr(0755,root,root) %{_libdir}/apache/mod_bucketeer.so

%files mod_dumpio
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/029_mod_dumpio.conf
%attr(0755,root,root) %{_libdir}/apache/mod_dumpio.so

%files mod_echo
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/030_mod_echo.conf
%attr(0755,root,root) %{_libdir}/apache/mod_echo.so

%files mod_case_filter
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/031_mod_case_filter.conf
%attr(0755,root,root) %{_libdir}/apache/mod_case_filter.so

%files mod_case_filter_in
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/032_mod_case_filter_in.conf
%attr(0755,root,root) %{_libdir}/apache/mod_case_filter_in.so

%files mod_buffer
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/033_mod_buffer.conf
%attr(0755,root,root) %{_libdir}/apache/mod_buffer.so

%files mod_data
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/034_mod_data.conf
%attr(0755,root,root) %{_libdir}/apache/mod_data.so

%files mod_ratelimit
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/035_mod_ratelimit.conf
%attr(0755,root,root) %{_libdir}/apache/mod_ratelimit.so

%files mod_reqtimeout
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/036_mod_reqtimeout.conf
%attr(0755,root,root) %{_libdir}/apache/mod_reqtimeout.so

%files mod_ext_filter
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/037_mod_ext_filter.conf
%attr(0755,root,root) %{_libdir}/apache/mod_ext_filter.so

%files mod_request
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/038_mod_request.conf
%attr(0755,root,root) %{_libdir}/apache/mod_request.so

%files mod_include
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/039_mod_include.conf
%attr(0755,root,root) %{_libdir}/apache/mod_include.so

%files mod_filter
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/040_mod_filter.conf
%attr(0755,root,root) %{_libdir}/apache/mod_filter.so

%files mod_reflector
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/041_mod_reflector.conf
%attr(0755,root,root) %{_libdir}/apache/mod_reflector.so

%files mod_substitute
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/042_mod_substitute.conf
%attr(0755,root,root) %{_libdir}/apache/mod_substitute.so

%files mod_sed
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/043_mod_sed.conf
%attr(0755,root,root) %{_libdir}/apache/mod_sed.so

%files mod_charset_lite
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/044_mod_charset_lite.conf
%attr(0755,root,root) %{_libdir}/apache/mod_charset_lite.so

%files mod_deflate
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/045_mod_deflate.conf
%attr(0755,root,root) %{_libdir}/apache/mod_deflate.so

%files mod_macro
%attr(0755,root,root) %{_libdir}/apache/mod_macro.so

%files mod_xml2enc
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/046_mod_xml2enc.conf
%attr(0755,root,root) %{_libdir}/apache/mod_xml2enc.so

%files mod_proxy_html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/047_mod_proxy_html.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_html.so

%files mod_proxy_wstunnel
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_wstunnel.so

%files mod_mime
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/048_mod_mime.conf
%attr(0755,root,root) %{_libdir}/apache/mod_mime.so

%files mod_ldap
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/049_mod_ldap.conf
%attr(0755,root,root) %{_libdir}/apache/mod_ldap.so
%attr(0600,apache,root) %ghost /var/cache/httpd/mod_ldap_cache

%files mod_log_config
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/050_mod_log_config.conf
%attr(0755,root,root) %{_libdir}/apache/mod_log_config.so

%files mod_log_debug
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/051_mod_log_debug.conf
%attr(0755,root,root) %{_libdir}/apache/mod_log_debug.so

%files mod_log_forensic
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/052_mod_log_forensic.conf
%attr(0755,root,root) %{_libdir}/apache/mod_log_forensic.so

%files mod_logio
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/053_mod_logio.conf
%attr(0755,root,root) %{_libdir}/apache/mod_logio.so

%files mod_lua
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/054_mod_lua.conf
%attr(0755,root,root) %{_libdir}/apache/mod_lua.so

%files mod_env
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/055_mod_env.conf
%attr(0755,root,root) %{_libdir}/apache/mod_env.so

%files mod_mime_magic
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/056_mod_mime_magic.conf
%attr(0755,root,root) %{_libdir}/apache/mod_mime_magic.so

%files mod_cern_meta
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/057_mod_cern_meta.conf
%attr(0755,root,root) %{_libdir}/apache/mod_cern_meta.so

%files mod_expires
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/058_mod_expires.conf
%attr(0755,root,root) %{_libdir}/apache/mod_expires.so

%files mod_headers
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/059_mod_headers.conf
%attr(0755,root,root) %{_libdir}/apache/mod_headers.so

%files mod_ident
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/060_mod_ident.conf
%attr(0755,root,root) %{_libdir}/apache/mod_ident.so

%files mod_usertrack
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/061_mod_usertrack.conf
%attr(0755,root,root) %{_libdir}/apache/mod_usertrack.so

%files mod_unique_id
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/062_mod_unique_id.conf
%attr(0755,root,root) %{_libdir}/apache/mod_unique_id.so

%files mod_setenvif
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/063_mod_setenvif.conf
%attr(0755,root,root) %{_libdir}/apache/mod_setenvif.so

%files mod_version
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/064_mod_version.conf
%attr(0755,root,root) %{_libdir}/apache/mod_version.so

%files mod_remoteip
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/065_mod_remoteip.conf
%attr(0755,root,root) %{_libdir}/apache/mod_remoteip.so

%files mod_proxy
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/066_mod_proxy.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy.so

%files mod_proxy_connect
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/067_mod_proxy_connect.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_connect.so

%files mod_proxy_ftp
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/068_mod_proxy_ftp.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_ftp.so

%files mod_proxy_http
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/069_mod_proxy_http.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_http.so

%files mod_proxy_fcgi
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/070_mod_proxy_fcgi.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_fcgi.so

%files mod_proxy_scgi
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/071_mod_proxy_scgi.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_scgi.so

%files mod_proxy_fdpass
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/072_mod_proxy_fdpass.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_fdpass.so

%files mod_proxy_ajp
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/073_mod_proxy_ajp.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_ajp.so

%files mod_proxy_balancer
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/074_mod_proxy_balancer.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_balancer.so

%files mod_proxy_express
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/075_mod_proxy_express.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_express.so

%files mod_session
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/076_mod_session.conf
%attr(0755,root,root) %{_libdir}/apache/mod_session.so

%files mod_session_cookie
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/077_mod_session_cookie.conf
%attr(0755,root,root) %{_libdir}/apache/mod_session_cookie.so

%files mod_session_crypto
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/078_mod_session_crypto.conf
%attr(0755,root,root) %{_libdir}/apache/mod_session_crypto.so

%files mod_session_dbd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/079_mod_session_dbd.conf
%attr(0755,root,root) %{_libdir}/apache/mod_session_dbd.so

%files mod_slotmem_shm
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/080_mod_slotmem_shm.conf
%attr(0755,root,root) %{_libdir}/apache/mod_slotmem_shm.so

%files mod_slotmem_plain
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/081_mod_slotmem_plain.conf
%attr(0755,root,root) %{_libdir}/apache/mod_slotmem_plain.so

%files mod_ssl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/082_mod_ssl.conf
%attr(0755,root,root) %{_libdir}/apache/mod_ssl.so
%attr(0700,apache,root) %dir /var/cache/httpd/mod_ssl
%attr(0600,apache,root) %ghost /var/cache/httpd/mod_ssl/scache.dir
%attr(0600,apache,root) %ghost /var/cache/httpd/mod_ssl/scache.pag
%attr(0600,apache,root) %ghost /var/cache/httpd/mod_ssl/scache.sem

%files mod_optional_hook_export
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/083_mod_optional_hook_export.conf
%attr(0755,root,root) %{_libdir}/apache/mod_optional_hook_export.so

%files mod_optional_hook_import
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/084_mod_optional_hook_import.conf
%attr(0755,root,root) %{_libdir}/apache/mod_optional_hook_import.so

%files mod_optional_fn_import
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/085_mod_optional_fn_import.conf
%attr(0755,root,root) %{_libdir}/apache/mod_optional_fn_import.so

%files mod_optional_fn_export
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/086_mod_optional_fn_export.conf
%attr(0755,root,root) %{_libdir}/apache/mod_optional_fn_export.so

%files mod_dialup
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/087_mod_dialup.conf
%attr(0755,root,root) %{_libdir}/apache/mod_dialup.so

%files mod_lbmethod_byrequests
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/088_mod_lbmethod_byrequests.conf
%attr(0755,root,root) %{_libdir}/apache/mod_lbmethod_byrequests.so

%files mod_lbmethod_bytraffic
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/089_mod_lbmethod_bytraffic.conf
%attr(0755,root,root) %{_libdir}/apache/mod_lbmethod_bytraffic.so

%files mod_lbmethod_bybusyness
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/090_mod_lbmethod_bybusyness.conf
%attr(0755,root,root) %{_libdir}/apache/mod_lbmethod_bybusyness.so

%files mod_lbmethod_heartbeat
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/091_mod_lbmethod_heartbeat.conf
%attr(0755,root,root) %{_libdir}/apache/mod_lbmethod_heartbeat.so

%files mod_unixd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/092_mod_unixd.conf
%attr(0755,root,root) %{_libdir}/apache/mod_unixd.so

%files mod_heartbeat
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/093_mod_heartbeat.conf
%attr(0755,root,root) %{_libdir}/apache/mod_heartbeat.so

%files mod_heartmonitor
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/094_mod_heartmonitor.conf
%attr(0755,root,root) %{_libdir}/apache/mod_heartmonitor.so

%files mod_dav
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/095_mod_dav.conf
%attr(0755,root,root) %{_libdir}/apache/mod_dav.so
%attr(-,apache,apache) %dir /var/lib/dav
%attr(-,apache,apache) %dir /var/lib/dav/uploads

%files mod_status
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/096_mod_status.conf
%attr(0755,root,root) %{_libdir}/apache/mod_status.so

%files mod_autoindex
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/097_mod_autoindex.conf
%attr(0755,root,root) %{_libdir}/apache/mod_autoindex.so

%files mod_asis
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/098_mod_asis.conf
%attr(0755,root,root) %{_libdir}/apache/mod_asis.so

%files mod_info
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/099_mod_info.conf
%attr(0755,root,root) %{_libdir}/apache/mod_info.so

%files mod_suexec
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/100_mod_suexec.conf
%attr(0755,root,root) %{_libdir}/apache/mod_suexec.so
%attr(0755,root,root) %{_sbindir}/suexec
%attr(0644,root,root) %{_mandir}/man8/suexec.8*

%files mod_cgi
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/101_mod_cgi.conf
%attr(0755,root,root) %{_libdir}/apache/mod_cgi.so

%files mod_cgid
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/102_mod_cgid.conf
%attr(0755,root,root) %{_libdir}/apache/mod_cgid.so

%files mod_dav_fs
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/103_mod_dav_fs.conf
%attr(0755,root,root) %{_libdir}/apache/mod_dav_fs.so

%files mod_dav_lock
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/104_mod_dav_lock.conf
%attr(0755,root,root) %{_libdir}/apache/mod_dav_lock.so

%files mod_vhost_alias
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/105_mod_vhost_alias.conf
%attr(0755,root,root) %{_libdir}/apache/mod_vhost_alias.so

%files mod_negotiation
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/106_mod_negotiation.conf
%attr(0755,root,root) %{_libdir}/apache/mod_negotiation.so

%files mod_dir
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/107_mod_dir.conf
%attr(0755,root,root) %{_libdir}/apache/mod_dir.so

%files mod_imagemap
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/108_mod_imagemap.conf
%attr(0755,root,root) %{_libdir}/apache/mod_imagemap.so

%files mod_actions
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/109_mod_actions.conf
%attr(0755,root,root) %{_libdir}/apache/mod_actions.so

%files mod_speling
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/110_mod_speling.conf
%attr(0755,root,root) %{_libdir}/apache/mod_speling.so

%files mod_userdir
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/111_mod_userdir.conf
%attr(0755,root,root) %{_libdir}/apache/mod_userdir.so

%files mod_alias
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/112_mod_alias.conf
%attr(0755,root,root) %{_libdir}/apache/mod_alias.so

%files mod_rewrite
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/113_mod_rewrite.conf
%attr(0755,root,root) %{_libdir}/apache/mod_rewrite.so

%files base
%defattr(-,root,root)
%doc upgrading.txt new_features_2_4.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/httpd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/httpd
%dir %{_sysconfdir}/httpd
%dir %{_sysconfdir}/httpd/conf
%dir %{_sysconfdir}/httpd/conf/webapps.d
%dir %{_sysconfdir}/httpd/conf/vhosts.d
%dir %{_sysconfdir}/httpd/conf.d
%dir %{_sysconfdir}/httpd/modules.d
%dir %{_sysconfdir}/httpd/conf/extra
%dir %{_sysconfdir}/httpd/conf/original
%dir %{_sysconfdir}/httpd/conf/original/extra
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-autoindex.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-dav.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-default.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-info.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-languages.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-manual.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-mpm.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-multilang-errordoc.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-ssl.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-userdir.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-vhosts.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/proxy-html.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/httpd.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/magic
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/mime.types
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-autoindex.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-dav.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-default.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-info.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-languages.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-manual.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-mpm.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-multilang-errordoc.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-ssl.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-userdir.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-vhosts.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/proxy-html.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/httpd.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/fileprotector.conf
%attr(0755,apache,apache) %dir /var/www
%attr(0755,apache,apache) %dir /var/run/httpd
%{_prefix}/lib/tmpfiles.d/httpd.conf
%attr(0755,root,root) %dir /var/www/html
%dir /var/www/error
%dir /var/www/error/include
%dir /var/www/icons
/var/www/icons/*.svg
%dir /var/www/icons/small
%dir /var/log/httpd
%dir /var/www/cgi-bin
%dir /var/www/perl
%config(noreplace,missingok) /var/www/error/README
%config(noreplace,missingok) /var/www/error/*.var
%config(noreplace,missingok) /var/www/error/include/*.html
%attr(0644,root,root) /var/www/icons/README*
%attr(0644,root,root) /var/www/icons/*.png
%attr(0644,root,root) /var/www/icons/*.gif
%attr(0644,root,root) /var/www/icons/small/*.png
%attr(0644,root,root) /var/www/icons/small/*.gif
%attr(0644,root,root) %config(noreplace) /var/www/html/index.html
%attr(0644,root,root) %config(noreplace) /var/www/html/favicon.ico
%attr(0644,root,root) %config(noreplace) /var/www/html/robots.txt
%attr(0755,root,root) %{_bindir}/ab
%attr(0755,root,root) %{_bindir}/dbmmanage
%attr(0755,root,root) %{_bindir}/htdbm
%attr(0755,root,root) %{_bindir}/htdigest
%attr(0755,root,root) %{_bindir}/htpasswd
%attr(0755,root,root) %{_bindir}/httxt2dbm
%attr(0755,root,root) %{_bindir}/logresolve
%attr(0755,root,root) %{_sbindir}/apachectl
%attr(0755,root,root) %{_sbindir}/check_forensic
%attr(0755,root,root) %{_sbindir}/checkgid
%attr(0755,root,root) %{_sbindir}/fcgistarter
%attr(0755,root,root) %{_sbindir}/list_hooks.pl
%attr(0755,root,root) %{_sbindir}/logresolve.pl
%attr(0755,root,root) %{_sbindir}/log_server_status
%attr(0755,root,root) %{_sbindir}/rotatelogs
%attr(0755,root,root) %{_sbindir}/split-logfile
%attr(0755,root,root) %dir %{_libdir}/apache
%attr(0700,apache,root) %dir /var/cache/httpd
%{_localstatedir}/lib/rpm/filetriggers/webapp.*
%exclude %{_mandir}/man8/htcacheclean.8*
%exclude %{_mandir}/man8/suexec.8*
%{_mandir}/*/*

%files htcacheclean
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/htcacheclean
%attr(0755,root,root) %{_sbindir}/htcacheclean
%{_mandir}/man8/htcacheclean.8*
/lib/systemd/system/htcacheclean.service

%files devel
%{multiarch_includedir}/apache/ap_config_layout.h
%{_includedir}/apache
%attr(0755,root,root) %dir %{_libdir}/apache/build
%attr(0644,root,root) %{_libdir}/apache/build/*.mk
%attr(0755,root,root) %{_libdir}/apache/build/*.sh
%attr(0755,root,root) %{_libdir}/apache/build/envvars
%attr(0755,root,root) %{_sbindir}/envvars-std
%attr(0755,root,root) %{_bindir}/apxs
%attr(0755,root,root) %{_libdir}/apache/httpd.exp

%files source
%{_usrsrc}/apache-%{version}

%files doc
%{_datadir}/doc/apache-doc



%changelog
* Wed Sep 03 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4.10-1
+ Revision: cbc1e3c
- Clean .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15799 |14mr|apache-commons-beanutils-1.8.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       beanutils
%global short_name      commons-%{base_name}

Name:           apache-%{short_name}
Version:        1.8.3
Release:        8
Epoch:			0
Summary:        Methods for accessing and modifying the properties of arbitrary JavaBeans
License:        ASL 2.0
Group:          Development/Java
URL:            http://commons.apache.org/%{base_name}
BuildArch:      noarch
Source0:        http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
# this will not be needed after commons-collections have proper pom
Source1:        %{short_name}.depmap

BuildRequires:  apache-commons-logging >= 0:1.0
BuildRequires:  java >= 0:1.6.0
BuildRequires:  jpackage-utils > 0:1.7.2
#BuildRequires:  maven-plugin-bundle
BuildRequires:  maven-surefire-maven-plugin
BuildRequires:  maven-surefire-provider-junit
#BuildRequires:  maven2-plugin-antrun
BuildRequires:  maven-assembly-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-idea-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  apache-commons-collections-testframework
BuildRequires:  apache-commons-collections
Requires:       apache-commons-collections
Requires:       apache-commons-logging >= 0:1.0
Requires(post):    jpackage-utils
Requires(postun):  jpackage-utils
Requires:       java >= 0:1.6.0

%rename jakarta-%{short_name}

%description
The scope of this package is to create a package of Java utility methods
for accessing and modifying the properties of arbitrary JavaBeans.  No
dependencies outside of the JDK are required, so the use of this package
is very lightweight.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%rename jakarta-%{short_name}-javadoc

%description javadoc
%{summary}.

%prep
%setup -q -n %{short_name}-%{version}-src
sed -i 's/\r//' *.txt

%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL
# test failures ignored because they are caused by mock
mvn -Dmaven2.jpp.depmap.file="%{SOURCE1}" \
        -Dmaven.test.failure.ignore=true \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        install javadoc:javadoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 644 target/%{short_name}-bean-collections-%{version}.jar %{buildroot}%{_javadir}/%{name}-bean-collections-%{version}.jar
install -m 644 target/%{short_name}-core-%{version}.jar %{buildroot}%{_javadir}/%{name}-core-%{version}.jar

pushd %{buildroot}%{_javadir}
for jar in *-%{version}*; do
    ln -sf ${jar} `echo $jar| sed "s|apache-||g"`
    ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`
    ln -sf ${jar} `echo $jar| sed "s|apache-\(.*\)-%{version}|\1|g"`
done
popd # come back from javadir

install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom

%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}
%add_to_maven_depmap org.apache.commons %{short_name}-core %{version} JPP %{short_name}
%add_to_maven_depmap org.apache.commons %{short_name}-bean-collections %{version} JPP %{short_name}

# following lines are only for backwards compatibility. New packages
# should use proper groupid org.apache.commons and also artifactid
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}
%add_to_maven_depmap %{short_name} %{short_name}-core %{version} JPP %{short_name}
%add_to_maven_depmap %{short_name} %{short_name}-bean-collections %{version} JPP %{short_name}

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc *.txt
%{_javadir}/*.jar
%{_mavenpomdir}/*.pom
%{_mavendepmapfragdir}/*

%files javadoc
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Thu Jul 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.8.3-8
+ Revision: 95f4759
- Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15800 |14mr|apache-commons-cli-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       cli
%global short_name      commons-%{base_name}

Name:		apache-%{short_name}
Version:	1.2
Release:	3
Epoch:          0
Summary:	Command Line Interface Library for Java
Group:		Development/Java
License:	ASL 2.0
URL:		http://commons.apache.org/%{base_name}/
Source0:	http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:	m2-repo.tar.gz		
BuildArch:	noarch
BuildRequires:	java-devel >= 0:1.6.0
BuildRequires:	jpackage-utils
BuildRequires:	maven2
BuildRequires:	apache-commons-parent
Requires:	java >= 0:1.6.0
Requires:	jpackage-utils
Requires(post): jpackage-utils
Requires(postun): jpackage-utils
%rename	jakarta-%{short_name}

%description
The CLI library provides a simple and easy to use API for working with the 
command line arguments and options.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	jpackage-utils
%rename	jakarta-%{short_name}-javadoc

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n %{short_name}-%{version}-src
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL
tar -xf %{SOURCE1} -C $MAVEN_REPO_LOCAL

%build

export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
    install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -pm 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|apache-||g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons and also artifactid
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE.txt NOTICE.txt README.txt RELEASE-NOTES.txt
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%doc LICENSE.txt
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Thu Jul 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.2-3
+ Revision: 5156f3f
- Rebuild with epoch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15801 |14mr|apache-commons-codec-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name codec
%global short_name commons-%{base_name}

# enable OSGi automatic dep solving
%global _use_internal_dependency_generator 0
%global __find_provides /usr/lib/rpm/osgideps.pl -p
%global __find_requires /usr/lib/rpm/osgideps.pl -r

Name:		apache-%{short_name}
Version:	1.4
Release:	4
Summary:	Implementations of common encoders and decoders
Group:		Development/Java
License:	ASL 2.0
URL:		http://commons.apache.org/%{base_name}/
Source0:	http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:	m2-repo.tar.gz
BuildArch:	noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: jpackage-utils
BuildRequires: maven2
#BuildRequires: maven2-plugin-antrun
#BuildRequires: maven2-plugin-assembly
#BuildRequires: maven2-plugin-compiler
#BuildRequires: maven2-plugin-idea
#BuildRequires: maven2-plugin-install
#BuildRequires: maven2-plugin-jar
#BuildRequires: maven2-plugin-javadoc
#BuildRequires: maven2-plugin-resources
#BuildRequires: maven-doxia-sitetools
#BuildRequires: maven-plugin-bundle
#BuildRequires: maven-surefire-maven-plugin
#BuildRequires: maven-surefire-provider-junit
Requires:      java >= 0:1.6.0
Requires:      jpackage-utils
Requires(post):jpackage-utils
Requires(postun):jpackage-utils

%rename      jakarta-%{short_name}
%rename      %{short_name}

%description
Commons Codec is an attempt to provide definitive implementations of
commonly used encoders and decoders. Examples include Base64, Hex,
Phonetic and URLs.

%package javadoc
Summary:       API documentation for %{name}
Group:         Development/Java
Requires:      jpackage-utils
%rename     jakarta-%{short_name}-javadoc

%description javadoc
%{summary}.

%prep
%setup -q -n %{short_name}-%{version}-src

export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL
tar -xf %{SOURCE1} -C $MAVEN_REPO_LOCAL

sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt

%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
    install javadoc:javadoc

%install

# jars
install -pD -T target/%{short_name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{short_name}.jar
(cd %{buildroot}%{_javadir} && for jar in *; do ln -sf ${jar} `echo $jar| sed "s|%{short_name}|%{name}|g"`; done)

# javadocs
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

# pom
install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :

%files
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES*
%{_mavendepmapfragdir}/*
%{_mavenpomdir}/*
%{_javadir}/*

%files javadoc
%doc LICENSE.txt
%{_javadocdir}/%{name}
%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: 4ef8b1f
- Properly rename jakarta package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15802 |14mr|apache-commons-collections-3.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# If you don't want to build with maven, and use straight ant instead,
# give rpmbuild option '--without maven'

%define with_maven 0
%define without_maven %{?with_maven:0}%{!?with_maven:1}

%define base_name       collections
%define short_name      commons-%{base_name}
%define section         free

Name:       apache-%{short_name}
Version:    3.2.1
Release:    3
Epoch:      0
Summary:    Provides new interfaces, implementations and utilities for Java Collections
License:    Apache Software License 
Group:      Development/Java
URL:        http://commons.apache.org/%{base_name}/
Source0:    http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:    pom-maven2jpp-depcat.xsl
Source2:    pom-maven2jpp-newdepmap.xsl
Source3:    pom-maven2jpp-mapdeps.xsl
Source4:    commons-collections-3.2-jpp-depmap.xml
# svn export -r '{2007-02-15}' http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/ commons-build
# tar czf commons-build.tar.gz commons-build
Source6:    collections-tomcat5-build.xml

Patch0:         %{name}-javadoc-nonet.patch

BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  xml-commons-apis >= 1.3
%if %{with_maven}
BuildRequires:  maven >= 0:1.1
BuildRequires:  maven-plugins-base
BuildRequires:  maven-plugin-test
BuildRequires:  maven-plugin-xdoc
BuildRequires:  maven-plugin-license
BuildRequires:  maven-plugin-changes
BuildRequires:  maven-plugin-jdepend
BuildRequires:  maven-plugin-jdiff
BuildRequires:  maven-plugin-jxr
BuildRequires:  maven-plugin-tasklist
BuildRequires:  maven-plugin-developer-activity
BuildRequires:  maven-plugin-file-activity
BuildRequires:  saxon
BuildRequires:  saxon-scripts
%endif

BuildArch:      noarch

%rename jakarta-%{short_name}
Provides: commons-collections

%description
The introduction of the Collections API by Sun in JDK 1.2 has been a
boon to quick and effective Java programming. Ready access to powerful
data structures has accelerated development by reducing the need for
custom container classes around each core object. Most Java2 APIs are
significantly easier to use because of the Collections API.
However, there are certain holes left unfilled by Sun's
implementations, and the Jakarta-Commons Collections Component strives
to fulfill them. Among the features of this package are:
- special-purpose implementations of Lists and Maps for fast access
- adapter classes from Java1-style containers (arrays, enumerations) to
Java2-style collections.
- methods to test or create typical set-theory properties of collections
such as union, intersection, and closure.

%package testframework
Summary:        Testframework for %{name}
Group:          Development/Java
Requires:       %{name} = %{EVRD}
%rename jakarta-%{short_name}-testframework

%description testframework
%{summary}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
%rename jakarta-%{short_name}-javadoc

%description javadoc
%{summary}.

%package tomcat5
Summary:        Jakarta Commons Collection dependency for Tomcat5
Group:          Development/Java
%rename jakarta-%{short_name}-tomcat5

%description tomcat5
A package that is specifically designed to fulfill to a Tomcat5 dependency.

%package testframework-javadoc
Summary:        Javadoc for %{name}-testframework
Group:          Development/Java
%rename jakarta-%{short_name}-testframework-javadoc

%description testframework-javadoc
%{summary}.

%if %{with_maven}
%package manual
Summary:        Documents for %{name}
Group:          Development/Java
%rename jakarta-%{short_name}-manual

%description manual
%{summary}.
%endif

%prep
cat <<EOT

                If you dont want to build with maven,
                give rpmbuild option '--without maven'

EOT

%setup -q -n %{short_name}-%{version}-src
%remove_java_binaries
%patch0 -p1 -b .sav0
cp %{SOURCE6} .

# Fix file eof
%{__sed} -i 's/\r//' LICENSE.txt
%{__sed} -i 's/\r//' PROPOSAL.html
%{__sed} -i 's/\r//' RELEASE-NOTES.html
%{__sed} -i 's/\r//' README.txt
%{__sed} -i 's/\r//' NOTICE.txt

%build
%if %{with_maven}
export DEPCAT=$(pwd)/commons-collections-3.1-depcat.new.xml
echo '<?xml version="1.0" standalone="yes"?>' > $DEPCAT
echo '<depset>' >> $DEPCAT
for p in $(find . -name project.xml); do
    pushd $(dirname $p)
    /usr/bin/saxon project.xml %{SOURCE1} >> $DEPCAT
    popd
done
echo >> $DEPCAT
echo '</depset>' >> $DEPCAT
/usr/bin/saxon $DEPCAT %{SOURCE2} > %{short_name}-%{version}-depmap.new.xml
fi

for p in $(find . -name project.xml); do
    pushd $(dirname $p)
    cp project.xml project.xml.orig
    /usr/bin/saxon -o project.xml project.xml.orig %{SOURCE3} map=%{SOURCE4}
    popd
done

export MAVEN_HOME_LOCAL=$(pwd)/.maven

#        -Dmaven.test.failure.ignore=true \
maven \
        -Dmaven.repo.remote=file:/usr/share/maven/repository \
        -Dmaven.home.local=${MAVEN_HOME_LOCAL} \
        jar:jar javadoc:generate xdoc:transform
%ant tf.javadoc
%else
%ant -Djava.io.tmpdir=. test dist tf.javadoc
%endif

# commons-collections-tomcat5
%ant -f collections-tomcat5-build.xml

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
%if %{with_maven}
install -m 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 644 target/%{short_name}-testframework-%{version}.jar %{buildroot}%{_javadir}/%{name}-testframework-%{version}.jar
%else
install -m 644 build/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 644 build/%{short_name}-testframework-%{version}.jar %{buildroot}%{_javadir}/%{name}-testframework-%{version}.jar
%endif

#tomcat5
install -m 644 collections-tomcat5/%{short_name}-tomcat5.jar %{buildroot}%{_javadir}/%{name}-tomcat5-%{version}.jar
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|apache-||g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -m 644 pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP-%{short_name}.pom

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
%if %{with_maven}
cp -pr target/docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%else
cp -pr build/docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%endif
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/docs/apidocs

# testframework-javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-testframework-%{version}
cp -pr build/docs/testframework/* %{buildroot}%{_javadocdir}/%{name}-testframework-%{version}
ln -s %{name}-testframework-%{version} %{buildroot}%{_javadocdir}/%{name}-testframework 

# manual
%if %{with_maven}
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp -pr target/docs/* %{buildroot}%{_docdir}/%{name}-%{version}
%endif

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc PROPOSAL.html README.txt LICENSE.txt RELEASE-NOTES.html NOTICE.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%{_javadir}/%{short_name}-%{version}.jar
%{_javadir}/%{short_name}.jar
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}

%files testframework
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-testframework-%{version}.jar
%{_javadir}/%{name}-testframework.jar
%{_javadir}/%{short_name}-testframework-%{version}.jar
%{_javadir}/%{short_name}-testframework.jar

%files tomcat5
%defattr(0644,root,root,0755)
%{_javadir}/*-tomcat5*.jar
%doc LICENSE.txt NOTICE.txt

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%files testframework-javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-testframework-%{version}
%{_javadocdir}/%{name}-testframework

%if %{with_maven}
%files manual
%defattr(0644,root,root,0755)
%{_docdir}/%{name}-%{version}
%endif




%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:3.2.1-3
+ Revision: b86320a
- Provide commons-collections for compatibility



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15803 |14mr|apache-commons-daemon-1.0.15-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%global base_name   daemon
%global short_name  commons-%{base_name}

Name:           apache-%{short_name}
Version:        1.0.15
Release:        3
Epoch:          1
Summary:        Defines API to support an alternative invocation mechanism
License:        ASL 2.0
Group:          System/Base
URL:            http://commons.apache.org/%{base_name}
Source0:        http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:		m2-repo.tar.gz
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  jpackage-utils
BuildRequires:  maven2
BuildRequires:  java-rpmbuild
BuildRequires:  apache-commons-parent
BuildRequires:  xmlto

Requires:         java >= 0:1.6.0
Requires:         jpackage-utils
Requires(post):   jpackage-utils
Requires(postun): jpackage-utils

%rename       jakarta-%{short_name}

%description
The scope of this package is to define an API in line with the current
Java Platform APIs to support an alternative invocation mechanism
which could be used instead of the public static void main(String[])
method.  This specification covers the behavior and life cycle of what
we define as Java daemons, or, in other words, non interactive
Java applications.

%package        jsvc
Summary:        Java daemon launcher
Group:          System/Base
Provides:       jsvc = %{version}-%{release}

%rename       jakarta-%{short_name}-jsvc

%description    jsvc
%{summary}.

%package        javadoc
Summary:        API documentation for %{name}
Group:          Development/Java
Requires:       jpackage-utils
BuildArch:      noarch

%rename      jakarta-%{short_name}-javadoc

%description    javadoc
%{summary}.

%prep
%setup -q -n %{short_name}-%{version}-src

export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL
tar -xf %{SOURCE1} -C $MAVEN_REPO_LOCAL

# remove java binaries from sources
rm -rf src/samples/build/

chmod 644 src/samples/*
cd src/native/unix
xmlto man man/jsvc.1.xml --skip-validation

%build

# build native jsvc
pushd src/native/unix
%configure --with-java=%{java_home}
# this is here because 1.0.2 archive contains old *.o
make clean
%make
popd

# build jars
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
    install javadoc:javadoc

%install

# install native jsvc
install -Dpm 755 src/native/unix/jsvc %{buildroot}%{_bindir}/jsvc
install -Dpm 644 src/native/unix/jsvc.1 %{buildroot}%{_mandir}/man1/jsvc.1

# jars
install -Dpm 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
ln -sf %{name}.jar %{buildroot}%{_javadir}/%{short_name}.jar

# pom
install -Dpm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons and also artifactid
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE.txt PROPOSAL.html NOTICE.txt RELEASE-NOTES.txt src/samples
%doc src/docs/*
%{_javadir}/*
%{_mavenpomdir}/JPP-%{short_name}.pom
%{_mavendepmapfragdir}/*

%files jsvc
%doc LICENSE.txt
%{_bindir}/jsvc
%{_mandir}/man1/jsvc.1*


%files javadoc
%doc %{_javadocdir}/%{name}
%doc LICENSE.txt

%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.0.15-3
+ Revision: 78be000
- Properly rename jakarta package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15804 |14mr|apache-commons-dbcp-1.4-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       dbcp
%global short_name      commons-%{base_name}

Summary:	Apache Commons DataBase Pooling Package
Name:		apache-%{short_name}
Version:	1.4
Release:	13
Epoch:          1
Group:		Development/Java
License:	ASL 2.0
Url:		http://commons.apache.org/%{base_name}/
Source0:	http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
# Depmap needed to remove tomcat* deps (needed only for testing) 
# and fix geronimo transaction
Source1:	%{short_name}.depmap
Patch0: jdbc41.patch
BuildArch:	noarch

BuildRequires:	apache-commons-parent
BuildRequires:	apache-commons-pool
BuildRequires:	geronimo-parent-poms
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	jpackage-utils
BuildRequires:	jta
BuildRequires:	ant
BuildConflicts: java-1.5.0-gcj
Requires:	java >= 0:1.6.0
Requires:	jpackage-utils
Requires:	apache-commons-pool
Requires(post,postun):	jpackage-utils

%rename jakarta-%{short_name}

%description
Many Apache projects support interaction with a relational database. Creating a 
new connection for each user can be time consuming (often requiring multiple 
seconds of clock time), in order to perform a database transaction that might 
take milliseconds. Opening a connection per user can be unfeasible in a 
publicly-hosted Internet application where the number of simultaneous users can 
be very large. Accordingly, developers often wish to share a "pool" of open 
connections between all of the application's current users. The number of users 
actually performing a request at any given time is usually a very small 
percentage of the total number of active users, and during request processing 
is the only time that a database connection is required. The application itself 
logs into the DBMS, and handles any user account issues internally.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	jpackage-utils

%rename jakarta-%{short_name}-javadoc

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n %{short_name}-%{version}-src
iconv -f iso8859-1 -t utf-8 RELEASE-NOTES.txt > RELEASE-NOTES.txt.conv && mv -f RELEASE-NOTES.txt.conv RELEASE-NOTES.txt
%patch0

%build
export CLASSPATH=$(build-classpath jta jdbc-stdext xerces-j2)
ant \
        -Dcommons-pool.jar=$(build-classpath commons-pool) \
        -Djdbc20ext.jar=$(build-classpath jdbc-stdext) \
        -Djunit.jar=$(build-classpath junit) \
        -Dxerces.jar=$(build-classpath xerces-j2) \
        -Dxml-apis.jar=$(build-classpath xml-commons-jaxp-1.3-apis) \
        -Dnaming-common.jar=$(build-classpath tomcat5/naming-resources) \
        -Dnaming-java.jar=$(build-classpath tomcat5/naming-factory) \
        -Dlogging.jar=$(build-classpath commons-logging) \
        -Djava.io.tmpdir=. \
        dist

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -pm 644 dist/%{short_name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|apache-||g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons and also artifactid
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/docs/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE.txt NOTICE.txt README.txt RELEASE-NOTES.txt
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%doc LICENSE.txt
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Thu Jul 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.4-13
+ Revision: 8dc4ade
- Turn back conflict with gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15805 |14mr|apache-commons-digester-1.8.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name digester
%global short_name commons-%{base_name}

Name:          apache-%{short_name}
Version:       1.8.1
Release:       10
Epoch:         1
Summary:       XML to Java object mapping module
Group:         Development/Java
License:       ASL 2.0
URL:           http://commons.apache.org/%{base_name}/
Source0:       http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
BuildArch:     noarch
BuildRequires: java-devel
BuildRequires: jpackage-utils
BuildRequires: apache-commons-beanutils >= 1.8
BuildRequires: apache-commons-logging >= 1.1.1
#BuildRequires: maven2-plugin-antrun
BuildRequires: maven-assembly-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-idea-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-doxia-sitetools
#BuildRequires: maven-plugin-bundle
BuildRequires: maven-surefire-maven-plugin
BuildRequires: maven-surefire-provider-junit
Requires:      java
Requires:      jpackage-utils
Requires(post):jpackage-utils
Requires(postun):jpackage-utils
Requires:      apache-commons-beanutils >= 1.8
Requires:      apache-commons-logging >= 1.1.1

%rename jakarta-%{short_name}

%description
Many projects read XML configuration files to provide initialization of
various Java objects within the system. There are several ways of doing this,
and the Digester component was designed to provide a common implementation
that can be used in many different projects

%package javadoc
Summary:       API documentation for %{name}
Group:         Development/Java
Requires:      jpackage-utils
%rename jakarta-%{short_name}-javadoc

%description javadoc
%{summary}.

%prep
%setup -q -n %{short_name}-%{version}-src

sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt

%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

mvn -Dmaven.compile.source=1.7 -Dmaven.compile.target=1.7 \
  -Dmaven.repo.local=$MAVEN_REPO_LOCAL install javadoc:javadoc

%install
# jars
install -pD -T target/%{short_name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{short_name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|%{short_name}|%{name}|g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadocs
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# pom
install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES*
%{_mavendepmapfragdir}/*
%{_mavenpomdir}/*
%{_javadir}/*

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Wed Jul 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.8.1-10
+ Revision: fec9beb
- Bump epoch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15806 |14mr|apache-commons-el-1.0-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       el
%global short_name      commons-%{base_name}


Name:           apache-%{short_name}
Version:        1.0
Release:        23
Summary:        The Apache Commons Extension Language
License:        ASL 1.1
Group:          Development/Java
URL:            http://commons.apache.org/%{base_name}
BuildArch:      noarch
Source0:        http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:        http://repo1.maven.org/maven2/%{short_name}/%{short_name}/%{version}/%{short_name}-%{version}.pom
Patch0:         %{short_name}-%{version}-license.patch
Patch1:         %{short_name}-eclipse-manifest.patch
Patch2:         %{short_name}-enum.patch
Requires(post): jpackage-utils
Requires(postun): jpackage-utils
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  ant
BuildRequires:  tomcat6-jsp-2.1-api
BuildRequires:  tomcat6-servlet-2.5-api
BuildRequires:  junit
BuildRequires:  java-1.7.0-openjdk-devel
BuildRequires:  java-rpmbuild

%rename       jakarta-%{short_name}

%description
An implementation of standard interfaces and abstract classes for
javax.servlet.jsp.el which is part of the JSP 2.0 specification.

%package        javadoc
Summary:        API documentation for %{name}
Group:          Development/Java
Requires:       jpackage-utils
%rename       jakarta-%{short_name}-javadoc

%description    javadoc
%{summary}.


%prep
%setup -q -n %{short_name}-%{version}-src
%patch0 -p1 -b .license
%patch1 -p1
%patch2 -p1

# remove all precompiled stuff
find . -type f -name "*.jar" -exec rm -f {} \;

cat > build.properties <<EOBP
build.compiler=modern
junit.jar=$(build-classpath junit)
servlet-api.jar=$(build-classpath tomcat6-servlet-2.5-api)
jsp-api.jar=$(build-classpath tomcat6-jsp-2.1-api)
servletapi.build.notrequired=true
jspapi.build.notrequired=true
EOBP

find . -iname 'ELParser.java' -exec sed -i 's:enum:enum1:g' \{\} \;

%build
export CLASSPATH=
export OPT_JAR_LIST=:
ant \
  -Dfinal.name=%{short_name} \
  -Dj2se.javadoc=%{_javadocdir}/java \
  jar javadoc


%install
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -p -m 644 dist/%{short_name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
pushd $RPM_BUILD_ROOT%{_javadir}
for jar in *-%{version}*; do
    ln -sf ${jar} `echo $jar| sed "s|apache-||g"`
    ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`
    ln -sf ${jar} `echo $jar| sed "s|apache-\(.*\)-%{version}|\1|g"`
done
popd # come back from javadir

# pom
install -pD -T -m 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons
%add_to_maven_depmap commons-el commons-el %{version} JPP %{short_name}

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}



%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%doc LICENSE.txt STATUS.html
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%{_javadir}/%{short_name}-%{version}.jar
%{_javadir}/%{short_name}.jar
%{_mavenpomdir}/JPP-%{short_name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%defattr(-,root,root,-)
%doc LICENSE.txt
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}



%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-23
+ Revision: 542f52e
- Rebuild to main repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15807 |14mr|apache-commons-fileupload-1.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name fileupload
%define short_name commons-%{base_name}
%define section free

Name:           apache-%{short_name}
Epoch:          1
Version:        1.2.2
Release:        1
Summary:        Jakarta Commons Fileupload Package

Group:          Development/Java
License:        Apache License
URL:            http://commons.apache.org/%{base_name}/
Source0:        http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Patch0:         %{name}-build_xml.patch

BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  dos2unix
BuildRequires:  jakarta-commons-io
BuildRequires:  junit >= 0:3.8.1
BuildRequires:  portlet-1.0-api
BuildRequires:  servletapi5
BuildArch:      noarch
Requires:       servletapi5
Provides:       %{short_name}
%rename jakarta-%{short_name}

%description
The javax.servlet package lacks support for rfc 1867, html file
upload.  This package provides a simple to use api for working with
such data.  The scope of this package is to create a package of Java
utility classes to read multipart/form-data within a
javax.servlet.http.HttpServletRequest

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{short_name}-%{version}-src
dos2unix build.xml
%patch0 -b .build.xml
#%patch1 -p0 -b .servletapi5

%build
export CLASSPATH="$(build-classpath commons-io junit portlet-1.0-api \
    servletapi5):${PWD}/target/classes:${PWD}/target/test-classes"

%{ant} \
    -Dbuild.sysclasspath=only \
    -Dfinal.name=%{name}-%{version} \
    -Dservletapi.javadoc=%{_javadocdir}/servletapi5 \
    dist

%install

# jars
%{__mkdir} -p %{buildroot}%{_javadir}
cp -p dist/%{name}-%{version}.jar %{buildroot}%{_javadir}
(
    cd %{buildroot}%{_javadir} && \
    for jar in *-%{version}*; do
        %{__ln_s} -f ${jar} `echo $jar | %{__sed} "s|apache-||g"`
    done
)
(
    cd %{buildroot}%{_javadir} && \
    for jar in *-%{version}*; do
        %{__ln_s} -f ${jar} `echo $jar | %{__sed} "s|-%{version}||g"`
    done
)
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

# javadoc
%{__mkdir} -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -m 644 pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP-%{short_name}.pom

# fix end-of-line
%{__perl} -pi -e 's/\r$//g' *.txt

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt NOTICE.txt
%{_javadir}/*
%{_datadir}/maven2
%{_mavendepmapfragdir}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}



%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.2.2-1
+ Revision: 122da8b
- Merge with old jakarta project



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15808 |14mr|apache-commons-io-2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name   io
%global short_name  commons-%{base_name}

Name:		apache-%{short_name}
Version:	2.4
Release:	1
Epoch:		0
Summary:	Utilities to assist with developing IO functionality
License:	ASL 2.0
Group:  	Development/Java
URL:		http://commons.apache.org/%{base_name}
Source0:	http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:	m2-repo.tar.gz
BuildArch:	noarch
BuildRequires:	java-devel >= 0:1.6.0
BuildRequires:	jpackage-utils
BuildRequires:	junit4
BuildRequires:	maven2
BuildRequires:	maven-surefire-provider-junit
BuildRequires:	apache-commons-parent
Requires:	java >= 0:1.6.0
Requires:	jpackage-utils
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

%rename	jakarta-%{short_name}

%description
Commons-IO contains utility classes, stream implementations,
file filters, and endian classes. It is a library of utilities
to assist with developing IO functionality.

%package javadoc
Summary:	API documentation for %{name}
Group:		Development/Java
Requires:	jpackage-utils

%rename	jakarta-%{short_name}-javadoc

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n %{short_name}-%{version}-src
sed -i 's/\r//' *.txt
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL
tar -xf %{SOURCE1} -C $MAVEN_REPO_LOCAL

%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn-jpp -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
    install javadoc:javadoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
ln -sf %{name}.jar %{buildroot}%{_javadir}/%{short_name}.jar

# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
%{_javadir}/*.jar
%{_mavenpomdir}/JPP-%{short_name}.pom
%{_mavendepmapfragdir}/*

%files javadoc
%doc LICENSE.txt NOTICE.txt
%doc %{_javadocdir}/%{name}

%changelog
* Thu Jul 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.4-1
+ Revision: d414066
- Rename jakarta package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15809 |14mr|apache-commons-lang-2.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       lang
%global short_name      commons-%{base_name}

%bcond_with maven

Name:           apache-%{short_name}
Version:        2.6
Release:        6
Epoch:          1
Summary:        Provides a host of helper utilities for the java.lang API
License:        ASL 2.0
Group:          Development/Java
URL:            http://commons.apache.org/%{base_name}
Source0:        http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Patch0:         0001-Make-source-version-1.3.patch
BuildArch:      noarch
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  apache-commons-parent
%if %{with maven}
BuildRequires:  maven2
BuildRequires:  maven-site-plugin
%else
BuildRequires:	ant
BuildRequires:	java-rpmbuild
%endif

Requires:       java >= 0:1.6.0
Requires:       jpackage-utils >= 0:1.6
Requires(post):    jpackage-utils
Requires(postun):  jpackage-utils

%rename       jakarta-commons-lang
Provides:     commons-lang

%description
The standard Java libraries fail to provide enough methods for
manipulation of its core classes. The Commons Lang Component provides
these extra methods.
The Commons Lang Component provides a host of helper utilities for the
java.lang API, notably String manipulation methods, basic numerical
methods, object reflection, creation and serialization, and System
properties. Additionally it contains an inheritable enum type, an
exception structure that supports multiple types of nested-Exceptions
and a series of utilities dedicated to help with building methods, such
as hashCode, toString and equals.

%package        javadoc
Summary:        API documentation for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%rename      jakarta-%{short_name}-javadoc

%description    javadoc
%{summary}.

%prep
%setup -q -n %{short_name}-%{version}-src
%patch0 -p1
sed -i 's/\r//' *.txt

%build
%if %{with maven}
mvn-jpp install javadoc:javadoc
%else
%ant jar javadoc
%endif

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
ln -sf %{name}.jar %{buildroot}%{_javadir}/%{short_name}.jar

%if %{with maven}
# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons and also artifactid
%add_to_maven_depmap %{base_name} %{base_name} %{version} JPP %{short_name}

# Old depmap was wrong and this surfaced as a problem when building
# other packages
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}
%endif

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
%if %{with maven}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
%else
cp -pr target/apidocs/* %{buildroot}%{_javadocdir}/%{name}
%endif

%if %{with maven}
%post
%update_maven_depmap

%postun
%update_maven_depmap
%endif

%files
%doc PROPOSAL.html LICENSE.txt RELEASE-NOTES.txt NOTICE.txt
%{_javadir}/*
%if %{with maven}
%{_mavenpomdir}/JPP-%{short_name}.pom
%{_mavendepmapfragdir}/*
%endif

%files javadoc
%doc LICENSE.txt NOTICE.txt
%doc %{_javadocdir}/%{name}

%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.6-6
+ Revision: f4c8106
- Provide commons-lang for compatibility



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15810 |14mr|apache-commons-logging-1.1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name  logging
%global short_name commons-%{base_name}

Name:           apache-%{short_name}
Version:        1.1.3
Release:        6
Epoch:			1
Summary:        Apache Commons Logging
License:        ASL 2.0
Group:          Development/Java
URL:            http://commons.apache.org/%{base_name}
Source0:        http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:        %{short_name}.depmap
Source2:        http://mirrors.ibiblio.org/pub/mirrors/maven2/%{short_name}/%{short_name}-api/1.1/%{short_name}-api-1.1.pom
# Sent upstream https://issues.apache.org/jira/browse/LOGGING-143
Patch0:         %{short_name}-avalon-update.patch

Patch1:         %{short_name}-eclipse-manifest.patch
BuildArch:      noarch
BuildRequires:  maven2
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  avalon-logkit
BuildRequires:  avalon-framework >= 4.3
BuildRequires:  apache-commons-parent
BuildRequires:  servlet25

Requires:       java >= 0:1.6.0
Requires:       jpackage-utils >= 0:1.6
Requires(post): jpackage-utils
Requires(postun):jpackage-utils

%rename jakarta-%{short_name}

%description
The commons-logging package provides a simple, component oriented
interface (org.apache.commons.logging.Log) together with wrappers for
logging systems. The user can choose at runtime which system they want
to use. In addition, a small number of basic implementations are
provided to allow users to use the package standalone.
commons-logging was heavily influenced by Avalon's Logkit and Log4J. The
commons-logging abstraction is meant to minimize the differences between
the two, and to allow a developer to not tie himself to a particular
logging implementation.

%package        javadoc
Summary:        API documentation for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%rename jakarta-%{short_name}-javadoc

%description    javadoc
%{summary}.

# -----------------------------------------------------------------------------

%prep
%setup -q -n %{short_name}-%{version}-src

sed -i 's/\r//' RELEASE-NOTES.txt LICENSE.txt

# Drop test failing for unknown reason
rm src/test/java/org/apache/commons/logging/security/SecurityAllowedTestCase.java

# -----------------------------------------------------------------------------

%build
# fails with recent surefire for some reason
# rm src/test/org/apache/commons/logging/logkit/StandardTestCase.java
# rm src/test/org/apache/commons/logging/servlet/BasicServletTestCase.java

# These files have names suggesting they are test cases but they are not.
# They should probably be renamed/excluded from surefire run properly
# rm src/test/org/apache/commons/logging/log4j/log4j12/*StandardTestCase.java

# export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
# mvn -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
#     install javadoc:javadoc

mvn -X -Dmaven.local.depmap.file="%{SOURCE1}" \
    install javadoc:aggregate

# -----------------------------------------------------------------------------

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
install -p -m 644 target/%{short_name}-api-%{version}.jar %{buildroot}%{_javadir}/%{name}-api.jar
install -p -m 644 target/%{short_name}-adapters-%{version}.jar %{buildroot}%{_javadir}/%{name}-adapters.jar

pushd %{buildroot}%{_javadir}
for jar in %{name}*; do
    ln -sf ${jar} `echo $jar| sed "s|apache-||g"`
done
popd

# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}/%{_mavenpomdir}/JPP-%{short_name}.pom
install -pm 644 %{SOURCE2} %{buildroot}/%{_mavenpomdir}/JPP-%{short_name}-api.pom

%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}
%add_to_maven_depmap org.apache.commons %{short_name}-api %{version} JPP %{short_name}-api
%add_to_maven_depmap org.apache.commons %{short_name}-adapters %{version} JPP %{short_name}-adapters

# following lines are only for backwards compatibility. New packages
# should use proper groupid org.apache.commons and also artifactid
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}
%add_to_maven_depmap %{short_name} %{short_name}-api %{version} JPP %{short_name}-api
%add_to_maven_depmap %{short_name} %{short_name}-adapters %{version} JPP %{short_name}-adapters


# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

# -----------------------------------------------------------------------------
%post
%update_maven_depmap

%postun
%update_maven_depmap

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :


# -----------------------------------------------------------------------------

%files
%doc PROPOSAL.html LICENSE.txt RELEASE-NOTES.txt
%{_javadir}/*
%{_mavenpomdir}/JPP-%{short_name}.pom
%{_mavenpomdir}/JPP-%{short_name}-api.pom
%{_mavendepmapfragdir}/*


%files javadoc
%doc LICENSE.txt
%{_javadocdir}/%{name}


%changelog
* Tue Jul 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.1.3-6
+ Revision: 426019b
- Rename jakarta javadocs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15811 |14mr|apache-commons-net-3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%global base_name    net
%global short_name   commons-%{base_name}

Name:           apache-%{short_name}
Version:        3.3
Release:        3
Summary:        Internet protocol suite Java library
License:        ASL 2.0
Group:          Development/Java
URL:            http://commons.apache.org/%{base_name}/
Source0:        http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:		m2-repo.tar.gz
BuildArch:      noarch
BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  java-devel >= 0:1.6.0
#BuildRequires:  maven-doxia-sitetools
#BuildRequires:  maven-changes-plugin
#BuildRequires:  maven-surefire-provider-junit
#BuildRequires:  maven-surefire-provider-junit4
#BuildRequires:  maven-plugin-build-helper
BuildRequires:  apache-commons-parent
Requires:       java >= 0:1.6.0
Requires:       jpackage-utils >= 0:1.7.2
Requires(post):    jpackage-utils
Requires(postun):  jpackage-utils
%rename       jakarta-%{short_name}

%description
This is an Internet protocol suite Java library originally developed by
ORO, Inc.  This version supports Finger, Whois, TFTP, Telnet, POP3, FTP,
NNTP, SMTP, and some miscellaneous protocols like Time and Echo as well
as BSD R command support. The purpose of the library is to provide
fundamental protocol access, not higher-level abstractions.

%package javadoc
Summary:    API documentation for %{name}
Group:      Development/Java
Requires:   jpackage-utils
%rename  jakarta-%{short_name}-javadoc

%description javadoc
%{summary}.

%prep
%setup -q -n %{short_name}-%{version}-src
sed -i 's/\r//' NOTICE.txt LICENSE.txt
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL
tar -xf %{SOURCE1} -C $MAVEN_REPO_LOCAL

%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn-jpp -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
    -Dmaven.test.failure.ignore=true \
    install javadoc:javadoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
ln -s %{name}.jar %{buildroot}%{_javadir}/%{short_name}.jar

# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons and also artifactid
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{name}

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE.txt NOTICE.txt
%{_javadir}/*
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}

%files javadoc
%doc %{_javadocdir}/%{name}
%doc LICENSE.txt NOTICE.txt
%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3-3
+ Revision: 05eb7f1
- Properly rename jakarta package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15812 |14mr|apache-commons-parent-20-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       parent
%global short_name      commons-%{base_name}

Name:             apache-%{short_name}
Version:          20
Release:          5
Summary:          Apache Commons Parent Pom
Group:            Development/Java
License:          ASL 2.0
URL:              http://svn.apache.org/repos/asf/commons/proper/%{short_name}/tags/%{short_name}-%{version}/

# svn export http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-20
# tar caf commons-parent-20.tar.xz commons-parent-20
Source0:          %{short_name}-%{version}.tar.xz

#common-build-plugin not in fedora yet
Patch1:           %{name}-remove-build-plugin.patch
BuildArch:        noarch

BuildRequires:    java-devel >= 0:1.6.0
BuildRequires:    jpackage-utils

Requires:         java >= 0:1.6.0
Requires:         jpackage-utils
Requires:         maven2
Requires(post):   jpackage-utils
Requires(postun): jpackage-utils


%description
The Project Object Model files for the apache-commons packages.

%prep
%setup -q -n %{short_name}-%{version}
%patch1 -p0

%build
#nothing to do for the pom

%install
rm -rf %{buildroot}

%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom

%post
%update_maven_depmap

%postun
%update_maven_depmap

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc LICENSE.txt NOTICE.txt
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20-5
+ Revision: b9574cc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15813 |14mr|apache-commons-pool-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       pool
%global short_name      commons-%{base_name}

Name:             apache-%{short_name}
Version:          1.6
Release:          3
Epoch:            1
Summary:          Apache Commons Pool Package
Group:            Development/Java
License:          ASL 2.0
URL:              http://commons.apache.org/%{base_name}/
Source0:          http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
BuildArch:        noarch

BuildRequires:    java-devel >= 0:1.6.0
BuildRequires:    jpackage-utils
BuildRequires:    apache-commons-parent
BuildRequires:	  ant

Requires:         java >= 0:1.6.0
Requires:         jpackage-utils
Requires(post):   jpackage-utils
Requires(postun): jpackage-utils

%rename         jakarta-%{short_name}
Obsoletes:        jakarta-%{short_name}-tomcat5 < 0:1.3-14
Obsoletes:        jakarta-%{short_name}-manual < 0:1.3-14

%description
The goal of Pool package is it to create and maintain an object (instance) 
pooling package to be distributed under the ASF license. The package should 
support a variety of pool implementations, but encourage support of an 
interface that makes these implementations interchangeable.

%package javadoc
Summary:          Javadoc for %{name}
Group:            Development/Java
Requires:         jpackage-utils
%rename        jakarta-%{short_name}-javadoc < 0:1.3-14

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n %{short_name}-%{version}-src

%build
ant dist

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -pm 644 dist/%{short_name}-%{version}-SNAPSHOT.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|apache-||g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}

# following line is only for backwards compatibility. New packages
# should use proper groupid org.apache.commons and also artifactid
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/docs/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc README.txt LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%doc LICENSE.txt
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Thu Jul 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.6-3
+ Revision: ce93fc0
- Rebuild with Epoch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15814 |14mr|apache-commons-validator-1.3.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       validator
%global short_name      commons-%{base_name}

Name:             apache-%{short_name}
Version:          1.3.1
Release:          6
Epoch:            1
Summary:          Apache Commons Validator
Group:            Development/Java
License:          ASL 2.0
URL:              http://commons.apache.org/%{base_name}/
Source0:          http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
BuildArch:        noarch

BuildRequires:    java-devel >= 0:1.6.0
BuildRequires:    jpackage-utils
BuildRequires:    ant
BuildRequires:    apache-commons-beanutils
BuildRequires:    apache-commons-digester
BuildRequires:    apache-commons-logging
BuildRequires:    oro
BuildRequires:    junit
BuildRequires:    locales-en
Requires:         apache-commons-beanutils
Requires:         apache-commons-digester
Requires:         apache-commons-logging
Requires:         oro
Requires:         java >= 0:1.6.0
Requires:         jpackage-utils
Requires(post):   jpackage-utils
Requires(postun): jpackage-utils

%rename jakarta-%{short_name}

%description
A common issue when receiving data either electronically or from user input is 
verifying the integrity of the data. This work is repetitive and becomes even 
more complicated when different sets of validation rules need to be applied to 
the same set of data based on locale for example. Error messages may also vary 
by locale. This package attempts to address some of these issues and speed 
development and maintenance of validation rules.

%package javadoc
Summary:          Javadoc for %{name}
Group:            Development/Java
Requires:         jpackage-utils
%rename jakarta-%{short_name}-javadoc

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n %{short_name}-%{version}-src
sed -i 's/\r//' LICENSE.txt
sed -i 's/\r//' RELEASE-NOTES.txt
sed -i 's/\r//' NOTICE.txt

%build
# TODO: Use Maven for building as soon as upstream provides proper build.xml. 
#       Currently upstream build.xml uses antrun plugin to build, so downloads 
#       during build process can't be prohibited.
export LC_ALL=en_US.ISO-8859-1

export CLASSPATH=$(build-classpath \
                   apache-commons-logging \
                   apache-commons-digester \
                   apache-commons-beanutils \
                   junit \
                   oro )

ant -Dskip.download=true -Dbuild.sysclasspath=first dist

%check
export LC_ALL=en_US.ISO-8859-1
export CLASSPATH=$(build-classpath \
                   apache-commons-logging \
                   apache-commons-digester \
                   apache-commons-beanutils \
                   junit \
                   oro )

ant -Dskip.download=true -Dbuild.sysclasspath=first test

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -pm 644 dist/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|apache-||g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/docs/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
%{_javadir}/*

%files javadoc
%doc LICENSE.txt
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Thu Jul 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.3.1-6
+ Revision: 56da7ed
- Rebuild with Epoch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15815 |14mr|apache-conf-2.2.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mandriva_branch == Cooker
# Cooker
%define release 3
%else
# Old distros
%define subrel 1
%define release 2
%endif

Summary:	Configuration files for Apache
Name:		apache-conf
Version:	2.2.22
Release:	%release
License:	Apache License
Group:		System/Servers
URL:		http://www.mandriva.com
Source1:	httpd.init
Source2:	httpd.sysconf
Source3:	httpd.conf
Source4:	fileprotector.conf
Source5:	magic
Source6:	mime.types
Source7:	index.html
Source8:	advxsplitlogfile.pl
Source9:	advxsplitlogfile.c
Source10:	robots.txt
Source11:	00_default_vhosts.conf
Source12:	mod_ssl-gentestcrt.sh
Source13:	apache-2.0.40-testscript.pl
Source14:	http://www.mandriva.com/files/mandriva_customer_favicon.ico
Source15:	webapp.script
Requires:	lynx >= 2.8.5
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package contains configuration files for apache. It is necessary for
operation of the apache webserver. Having those files into a separate modules
provides better customization for OEMs and ISPs, who can modify the look and
feel of the apache webserver without having to re-compile the whole suite to
change a logo or config file.

%prep

%setup -T -c -q -n %{name}-%{version}

cp %{SOURCE1} .
cp %{SOURCE2} .
cp %{SOURCE3} .
cp %{SOURCE4} .
cp %{SOURCE5} .
cp %{SOURCE6} .
cp %{SOURCE7} .
cp %{SOURCE8} .
cp %{SOURCE9} .
cp %{SOURCE10} .
cp %{SOURCE11} .
cp %{SOURCE12} .
cp %{SOURCE13} .
cp %{SOURCE14} favicon.ico

%build
%serverbuild

gcc $CFLAGS -o advxsplitlogfile advxsplitlogfile.c

%install
rm -rf %{buildroot}

# don't fiddle with the initscript!
export DONT_GPRINTIFY=1

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_sysconfdir}/httpd/conf.d
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/httpd/conf/vhosts.d
install -d %{buildroot}%{_sysconfdir}/httpd/conf/addon-modules
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/sysconfig

install -d %{buildroot}/var/log/httpd
install -d %{buildroot}/var/www/cgi-bin
install -d %{buildroot}/var/www/html/addon-modules
install -d %{buildroot}/var/www/icons
install -d %{buildroot}/var/www/perl

install -m0755 advxsplitlogfile %{buildroot}%{_sbindir}/advxsplitlogfile
install -m0755 advxsplitlogfile.pl %{buildroot}%{_sbindir}/advxsplitlogfile.pl
install -m0755 apache-2.0.40-testscript.pl %{buildroot}/var/www/cgi-bin/test.cgi
install -m0755 apache-2.0.40-testscript.pl %{buildroot}/var/www/perl/test.pl
install -m0755 httpd.init %{buildroot}%{_initrddir}/httpd
install -m0755 mod_ssl-gentestcrt.sh %{buildroot}%{_sbindir}/mod_ssl-gentestcrt

# make some dangling soft links 
pushd %{buildroot}%{_sysconfdir}/httpd
    ln -s ../../usr/%{_lib} %{_lib}
    ln -s ../../var/log/httpd logs
    ln -s ../../usr/%{_lib}/apache modules
    ln -s ../../usr/%{_lib}/apache-extramodules extramodules
popd

# config files
install -m0644 httpd.conf %{buildroot}%{_sysconfdir}/httpd/conf/httpd.conf
install -m0644 fileprotector.conf %{buildroot}%{_sysconfdir}/httpd/conf/fileprotector.conf
install -m0644 mime.types %{buildroot}%{_sysconfdir}/httpd/conf/mime.types
install -m0644 magic %{buildroot}%{_sysconfdir}/httpd/conf/magic
install -m0644 httpd.sysconf %{buildroot}%{_sysconfdir}/sysconfig/httpd
install -m0644 00_default_vhosts.conf %{buildroot}%{_sysconfdir}/httpd/conf/vhosts.d/00_default_vhosts.conf

#install misc documentation and logos
install -m0644 index.html %{buildroot}/var/www/html/
install -m0644 favicon.ico %{buildroot}/var/www/html/
install -m0644 robots.txt %{buildroot}/var/www/html/

# nuke any mandrake button
rm -f %{buildroot}/var/www/icons/mandrake.png
rm -f %{buildroot}/var/www/icons/medbutton.png

cat > HOWTO_get_modules.html << EOF
<p>* For a fresh list of available modules for apache2, please visit <a href=http://nux.se/apache/>nux.se</a>.</p>
EOF
install -m0644 HOWTO_get_modules.html %{buildroot}/var/www/html/addon-modules/

cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/addon-modules.conf << EOF
<Directory "/var/www/html/addon-modules">
    Options Indexes MultiViews FollowSymlinks
    AllowOverride None
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
    ErrorDocument 403 "This directory can only be viewed from localhost."
</Directory>
EOF

# install log rotation stuff
cat > %{buildroot}%{_sysconfdir}/logrotate.d/httpd << EOF
/var/log/httpd/*_log /var/log/httpd/apache_runtime_status /var/log/httpd/ssl_mutex {
    rotate 5
    monthly
    missingok
    notifempty
    nocompress
    prerotate
	%{_initrddir}/httpd closelogs > /dev/null 2>&1 || :
    endscript
    postrotate
	%{_initrddir}/httpd closelogs > /dev/null 2>&1 || :
    endscript
}
EOF

# rpm filetriggers
install -d -m 755 %{buildroot}%{_localstatedir}/lib/rpm/filetriggers
cat > %buildroot%{_localstatedir}/lib/rpm/filetriggers/webapp.filter << EOF
^./etc/httpd/conf/webapps.d/.*\.conf$
EOF
install -m 755 %{SOURCE15} \
    %{buildroot}%{_localstatedir}/lib/rpm/filetriggers/webapp.script

%pre
%_pre_useradd apache /var/www /bin/sh

%post
%_post_service httpd

%preun
%_preun_service httpd

%postun
%_postun_userdel apache

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%attr(0755,root,root) %{_initrddir}/httpd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/httpd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/httpd

%dir %{_sysconfdir}/httpd
%dir %{_sysconfdir}/httpd/conf
%dir %{_sysconfdir}/httpd/conf/addon-modules
%dir %{_sysconfdir}/httpd/conf/webapps.d
%dir %{_sysconfdir}/httpd/conf/vhosts.d
%dir %{_sysconfdir}/httpd/conf.d
%dir %{_sysconfdir}/httpd/modules.d

%dir %{_sysconfdir}/httpd/%{_lib}
%dir %{_sysconfdir}/httpd/logs
%dir %{_sysconfdir}/httpd/modules
%dir %{_sysconfdir}/httpd/extramodules

%attr(0755,apache,apache) %dir /var/www
%attr(0755,root,root) %dir /var/www/html

%dir /var/log/httpd
%dir /var/www/cgi-bin
%dir /var/www/html/addon-modules
%dir /var/www/icons
%dir /var/www/perl

%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/httpd.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/fileprotector.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/mime.types
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/magic
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/addon-modules.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/vhosts.d/00_default_vhosts.conf

%attr(0755,root,root) /var/www/cgi-bin/*
%attr(0755,root,root) /var/www/perl/*
/var/www/html/addon-modules/*

%attr(0644,root,root) %config(noreplace) /var/www/html/favicon.ico
%attr(0644,root,root) %config(noreplace) /var/www/html/index.html
%attr(0644,root,root) %config(noreplace) /var/www/html/robots.txt
%attr(0755,root,root) %{_sbindir}/*
%{_localstatedir}/lib/rpm/filetriggers/webapp.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.22-2
+ Revision: 4d27cae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15816 |14mr|apache-mod_authn_yubikey-0.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_authn_yubikey
%define mod_conf B47_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Authentication provider for Yubicos YubiKey
Name:		apache-%{mod_name}
Version:	0.1
Release: 	12
Group:		System/Servers
License:	Apache License
URL:		http://mod_authn_yubikey.coffeecrew.org/
Source0:	http://mod_authn_yubikey.coffeecrew.org/authn_yubikey.tar.bz2
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	curl-devel
BuildRequires:	libyubikey-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The mod_authn_yubikey module is an authentication provider for the apache 2.2
platform. It leverages the YubiKey which is a small token that acts as an
authentication device. By enabling your apache installation with this module
you can use your YubiKey for authentication with your website. The
mod_authn_yubikey module provides one and two factor authentication for your
website and is completely independend from the technlogy that implements your
website (like CGI, JSP or PHP). In your backend application you can read the
HTTP_X_YUBI_AUTH_TYPE header, which is either OneFactor or TwoFactor stating
that the user authenticated using either just the Yubikey itself or in
conjunction with an additional password, where TwoFactor would be sent instead.

%prep

%setup -q -n authn_yubikey

cp %{SOURCE1} %{mod_conf}

%build
%{_bindir}/apxs -c %{mod_name}.c -Wl,-lcurl -Wl,-lyubikey

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/%{mod_so} %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-12
+ Revision: 88da6ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15817 |14mr|apache-mod_authnz_external-3.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.4
%define mod_name mod_authnz_external
%define mod_conf 10_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	An apache authentication DSO using external programs
Name:		apache-%{mod_name}
Version:	3.3.0
Release:	2
Group:		System/Servers
License:	Apache License
URL:		http://www.unixpapa.com/mod_auth_external.html
Source0:	http://mod-auth-external.googlecode.com/files/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_authnz_external-3.2.5.patch
Requires:	pwauth
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}
Provides:	apache-mod_auth_external
Obsoletes:	apache-mod_auth_external
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
An apache external authentication module - uses PAM.

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}
chmod 644 AUTHENTICATORS CHANGES INSTALL* README TODO
%patch0 -p0

%build

%{_bindir}/apxs -c %{mod_name}.c

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHENTICATORS CHANGES INSTALL* README TODO UPGRADE
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3.0-2
+ Revision: 52c1333
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15818 |14mr|apache-mod_auth_radius-1.5.8-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.4
%define mod_name mod_auth_radius
%define mod_conf 14_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	1.5.8
Release:	11
Group:		System/Servers
License:	Apache License
URL:		http://www.freeradius.org/mod_auth_radius/
Source0:	ftp://ftp.freeradius.org/pub/radius/mod_auth_radius-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		mod_auth_radius-1.5.8-CAN2005-0108.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}
Epoch:		2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Make apache a RADIUS client for authentication and accounting requests.

%prep

%setup -q -n mod_auth_radius-%{version}
%patch0 -p0

cp mod_auth_radius-2.0.c mod_auth_radius.c
cp %{SOURCE1} %{mod_conf}

%build
%{_bindir}/apxs -c mod_auth_radius.c -Wl,-lresolv

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README htaccess httpd.conf index.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:1.5.8-11
+ Revision: 2750ee9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15819 |14mr|apache-mod_auth_remote-0.2-0.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.4
%define mod_name mod_auth_remote
%define mod_conf 82_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	0.2
Release:	0.10
Group:		System/Servers
License:	Apache License
URL:		http://saju.pillai.googlepages.com/mod_auth_remote
Source0:	http://github.com/saju/mod_auth_remote/raw/dd48860bdca8366df1d93cd5df66a128278b6104/src/mod_auth_remote.c
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This module is a very simple, lightweight method of setting up a single signon
system across multiple web-applicaitions hosted on different servers.

The actual authentication & authorization system is deployed on a single server
instead of each individual server. All other servers are built with
mod_auth_remote enabled. When a request comes in, mod_auth_remote obtains the
client username & password from the client via basic authentication scheme.

It then builds a HTTP header with authorization header built from the client's
userid:passwd. mod_auth_remote then makes a HEAD request to the authentication
server. On reciept of a 2XX response, the client is validated; for all other
responses the client is not validated.

%prep

%setup -q -T -c -n %{mod_name}-%{version}

cp %{SOURCE0} %{mod_name}.c
cp %{SOURCE1} %{mod_conf}

%build
%{_bindir}/apxs -c %{mod_name}.c

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.2-0.10
+ Revision: 16424c0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15820 |14mr|apache-mod_auth_shadow-2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.4
%define mod_name mod_auth_shadow
%define mod_conf 83_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Shadow password authentication for the apache web server
Name:		apache-%{mod_name}
Version:	2.3
Release:	2
Group:		System/Servers
License:	GPL
URL:		http://mod-auth-shadow.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/mod-auth-shadow/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Patch0:		%{mod_name}-2.1-register.diff
Patch1:		%{mod_name}-2.1-makefile.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
mod_auth_shadow is an apache module which authenticates against the /etc/shadow
file. You may use this module with a mode 400 root:root /etc/shadow file, while
your web daemons are running under a non-privileged user.

%prep

%setup -q -n %{mod_name}_%{version}
%patch0 -p0
%patch1 -p0

cp %{SOURCE1} %{mod_conf}

%build
%serverbuild

export PATH="$PATH:/usr/sbin"
%make CFLAGS="$CFLAGS" -f makefile

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_sbindir}
install -m0755 validate %{buildroot}%{_sbindir}/

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES INSTALL README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%attr(4755,root,root) %{_sbindir}/validate



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.3-2
+ Revision: 97cd9c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15821 |14mr|apache-mod_fastcgi-2.4.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.6
%define mod_name mod_fastcgi
%define pre SNAP-0910052141
%define mod_conf 92_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache Web server
Name:		apache-%{mod_name}
Version:	2.4.7
Release:	2
Group:		System/Servers
License:	BSD-style
URL:		http://www.fastcgi.com/
Source0:	http://www.fastcgi.com/dist/%{mod_name}-%{pre}.tar.gz
Source1:	%{mod_conf}
Patch0:		byte-compile-against-apache24.diff
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
mod_fastcgi provides FastCGI support for the apache web server. FastCGI is a
language independent, scalable, open  extension to CGI that provides high
performance and persistence  without the limitations of server specific APIs.

%prep

%setup -q -n %{mod_name}-%{pre}

cp %{SOURCE1} %{mod_conf}
# get rid of the "cannot remove /var/run/fastcgi/dynamic" error at boot
perl -pi -e "s|^#define DEFAULT_SOCK_DIR  DEFAULT_REL_RUNTIMEDIR .*|#define DEFAULT_SOCK_DIR \"/var/lib/mod_fastcgi\"|g" mod_fastcgi.h
%patch0 -p0

%build
#cp Makefile.tmpl Makefile
#make top_dir=/usr/lib64/apache
#%{_bindir}/apxs -c mod_fastcgi.c f*.c
%{_bindir}/apxs -o mod_fastcgi.so -c mod_fastcgi.c fcgi*.c

%install
rm -rf %{buildroot}

#make install
install -d %{buildroot}/var/www/fcgi-bin

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}/var/lib/mod_fastcgi/dynamic

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc docs/* CHANGES
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%dir /var/www/fcgi-bin
%attr(0755,apache,apache) %dir /var/lib/mod_fastcgi
%attr(0755,apache,apache) %dir /var/lib/mod_fastcgi/dynamic



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.7-2
+ Revision: 521934f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15822 |14mr|apache-mod_layout-5.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define apache_version 2.2.6
%define mod_name mod_layout
%define mod_conf 15_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Add custom header and/or footers for apache
Name:		apache-%{mod_name}
Version:	5.1
Release:	14
Group:		System/Servers
License:	BSD-style
URL:		http://software.tangent.org/
Source0:	http://download.tangent.org/%{mod_name}-%{version}.tar.gz
Source1:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-conf >= %{apache_version}
Requires(pre):  apache >= %{apache_version}
Requires:	apache-conf >= %{apache_version}
Requires:	apache >= %{apache_version}
BuildRequires:  apache-devel >= %{apache_version}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Mod_Layout creates a framework for doing design. Whether you need a simple
copyright or ad banner attached to every page, or need to have something more
challenging such a custom look and feel for a site that employs an array of
technologies (Java Servlets, mod_perl, PHP, CGI's, static HTML, etc...),
Mod_Layout creates a framework for such an environment. By allowing you to
cache static components and build sites in pieces, it gives you the tools for
creating large custom portal sites. 

%prep

%setup -q -n %{mod_name}-%{version}

cp %{SOURCE1} %{mod_conf}

%build

%{_bindir}/apxs -c mod_layout.c utility.c layout.c

cat > index.html <<EOF

<p>No documentation exists yet for this module, go to 
<a href="http://software.tangent.org/">tangent.org</a> 
for more information</p>

<p>Meanwhile take a look at the %{_sysconfdir}/httpd/modules.d/%{mod_conf} file</p>

<p>Also please take the time to check out the 
<a href=http://nux.se/apache/>modules for apache</a> 
repository for Mandriva Linux.</p>

<-- replace_me -->

EOF

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_var}/www/html/addon-modules
ln -s ../../../..%{_docdir}/%{name} %{buildroot}%{_var}/www/html/addon-modules/%{name}

# make the example work... (ugly, but it works...)

NEW_URL=/addon-modules/%{name}/index.html
perl -pi -e "s|_REPLACE_ME_|$NEW_URL|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart 1>&2
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog INSTALL README index.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%{_var}/www/html/addon-modules/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.1-14
+ Revision: 3f6da95
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15823 |14mr|apache-mod_perl-2.0.8-2.svn1590627.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#(ie. use with rpm --rebuild):
#
#	--with debug	Compile with debugging code
# 
#  enable build with debugging code: will _not_ strip away any debugging code,
#  will _add_ -g3 to CFLAGS, will _add_ --enable-maintainer-mode to 
#  configure.

%define build_debug 0
%define build_test 0

%define svn_rev 1590627

# commandline overrides:
# rpm -ba|--rebuild --with 'xxx'
%{?_with_debug: %{expand: %%global build_debug 1}}
%{?_without_debug: %{expand: %%global build_debug 0}}
%{?_with_test: %{expand: %%global build_test 1}}
%{?_without_test: %{expand: %%global build_test 0}}

%if %{build_debug}
# disable build root strip policy
%define __spec_install_post %{_libdir}/rpm/brp-compress || :

# This gives extra debuggin and huge binaries
%{expand:%%define optflags %{optflags} %([ ! $DEBUG ] && echo '-g3')}
%endif

%if %{build_debug}
%define build_test 1
%define build_debug 1
%endif

#Module-Specific definitions
%define apache_version 2.4.0
%define mod_name mod_perl
%define load_order 175
%define perl_version %(rpm -q --qf '%%{epoch}:%%{version}' perl)

Summary:	An embedded Perl interpreter for the apache Web server

Name:		apache-%{mod_name}
Version:	2.0.8
%if %{svn_rev}
Release:	2.svn%{svn_rev}.2
%else
Release:	7
%endif
Group:		System/Servers
License:	Apache License
URL:		http://perl.apache.org/
%if %{svn_rev}
Source0:        %{mod_name}-%{version}-svn%{svn_rev}.tar.xz
%else
Source0:	http://www.apache.org/dyn/closer.cgi/perl/%{mod_name}-%{version}.tar.gz
Source1:	http://www.apache.org/dist/perl/%{mod_name}-%{version}.tar.gz.asc
%endif
Source2:	mod_perl.conf
Source3:	apache-mod_perl-testscript.pl
Patch0:		mod_perl-2.0.4-inline.patch
Requires:       perl = %{perl_version}
BuildRequires:	perl-devel >= 5.8.2
BuildRequires:  perl-Tie-IxHash
BuildRequires:	perl-Data-Flow
BuildRequires:  apache-mpm-prefork
%if %{build_test}
BuildRequires:	perl-CGI >= 1:3.08
BuildRequires:	perl-HTML-Parser
BuildRequires:	perl-libwww-perl
BuildRequires:	perl-URI
BuildRequires:	perl-BSD-Resource
BuildRequires:	apache-mpm-prefork >= %{apache_version}
BuildRequires:	apache-base >= %{apache_version}
BuildRequires:	apache-modules >= %{apache_version}
BuildRequires:	apache-mod_cache >= %{apache_version}
BuildRequires:	apache-mod_dav >= %{apache_version}
BuildRequires:	apache-mod_deflate >= %{apache_version}
BuildRequires:	apache-mod_disk_cache >= %{apache_version}
BuildRequires:	apache-mod_file_cache >= %{apache_version}
BuildRequires:	apache-mod_ldap >= %{apache_version}
BuildRequires:	apache-mod_proxy >= %{apache_version}
BuildRequires:	apache-mod_ssl >= %{apache_version}
BuildRequires:	apache-mod_suexec >= %{apache_version}
BuildRequires:	apache-mod_userdir >= %{apache_version}
%endif
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):  apache-mpm-prefork >= %{apache_version}
Requires(pre):  apache-base >= %{apache_version}
Requires(pre):  apache-modules >= %{apache_version}
Requires:	apache-mpm-prefork >= %{apache_version}
Requires:	apache-base >= %{apache_version}
Requires:	apache-modules >= %{apache_version}
Requires:	perl(Apache2::Reload)
BuildRequires:	apache-devel >= %{apache_version}
Obsoletes:	perl-Apache-Reload
Epoch:		1

%description
%{name} incorporates a Perl interpreter into the apache web server,
so that the Apache web server can directly execute Perl code.
Mod_perl links the Perl runtime library into the apache web server and
provides an object-oriented Perl interface for apache's C language
API.  The end result is a quicker CGI script turnaround process, since
no external Perl interpreter has to be started.

Install %{name} if you're installing the apache web server and you'd
like for it to directly incorporate a Perl interpreter.

You can build %{name} with some conditional build swithes;

(ie. use with rpm --rebuild):
    --with[out] debug	Compile with debugging code (forces --with test)
    --with[out]	test	Initiate a Apache-Test run

%package	devel
Summary:	Files needed for building XS modules that use mod_perl

Group:		Development/C
Requires:	%{name} = 1:%{version}
Requires:	apache-devel >= %{apache_version}
Epoch:		1

%description	devel 
The mod_perl-devel package contains the files needed for building XS
modules that use mod_perl.

%prep

%if %{svn_rev}
%setup -q -n %{mod_name}-%{version}-svn%{svn_rev}
%else
%setup -q -n %{mod_name}-%{version}
%endif

%patch0 -p1 -b .inline

cp %{SOURCE2} .
perl -pi -e "s|_MODULE_DIR_|%{_libdir}/apache|g" mod_perl.conf

for i in `find . -type d -name .svn`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%build

# Compile the module.

#%{__perl} Makefile.PL \
#    MP_APXS=%{_bindir}/apxs \
#    MP_APR_CONFIG=%{_bindir}/apr-1-config
#
#make source_scan
#make xs_generate

%{__perl} Makefile.PL \
%if %{build_debug}
    MP_MAINTAINER=1 \
    MP_TRACE=1 \
    MP_CCOPTS="$(%{_bindir}/apxs -q CFLAGS|sed -e 's/-fPIE//') -g3 -Werror -fPIC" \
%else
    MP_CCOPTS="$(%{_bindir}/apxs -q CFLAGS|sed -e 's/-fPIE//') -fPIC" \
%endif
    MP_APXS=%{_bindir}/apxs \
    MP_APR_CONFIG=%{_bindir}/apr-1-config \
    INSTALLDIRS=vendor </dev/null 

ln -s Apache-mod_perl_guide-1.29/bin bin
%make

# XXX mod_include/SSI does not include files when they are not named .shtml
mv t/htdocs/includes-registry/test.pl t/htdocs/includes-registry/test.shtml
mv t/htdocs/includes-registry/cgipm.pl t/htdocs/includes-registry/cgipm.shtml
sed 's/\.pl/.shtml/' t/htdocs/includes/test.shtml > tmpfile && mv tmpfile t/htdocs/includes/test.shtml

%install

%if %{build_debug}
export DONT_STRIP=1
%endif

%if %{build_test}
# Run the test suite.
#  Need to make t/htdocs/perlio because it isn't expecting to be run as
#  root and will fail tests that try and write files because the server
#  will have changed it's uid.
mkdir -p t/htdocs/perlio
chmod 777 t/htdocs/perlio

#
# fix for bad_scripts.t in 1.99_12
# [Tue Mar 02 17:28:26 2004] [error] file permissions deny server execution/usr/src/packages/BUILD/modperl-2.0/ModPerl-Registry/t/cgi-bin/r_inherited.pl
if test -e ModPerl-Registry/t/cgi-bin/r_inherited.pl; then chmod +x ModPerl-Registry/t/cgi-bin/r_inherited.pl; fi
#
# 1.99_12_20040302 fix for t/hooks/cleanup.t and t/hooks/cleanup2.t
# [Tue Mar 02 18:38:41 2004] [error] [client 127.0.0.1] can't open /usr/src/packages/BUILD/modperl-2.0/t/htdocs/hooks/cleanup2: Permission denied at /usr/src/packages/BUILD/modperl-2.0/Apache-Test/lib/Apache/TestUtil.pm line 82.
mkdir -p t/htdocs/hooks
chmod 2770 t/htdocs/hooks
#
# run test suite:
#
#make TEST_VERBOSE=1 APACHE_TEST_PORT=select APACHE_TEST_STARTUP_TIMEOUT=360 test  || {
#       ps aufx | grep "/usr/sbin/httpd-prefork -d /usr/src/packages/BUILD/modperl-2.0" \
#               | grep -v grep | awk '{print $2}' | xargs -r kill
#       exit 1
#}
perl t/TEST -start-httpd -port select -startup_timeout 360 -verbose -httpd_conf /etc/httpd/conf/httpd.conf
perl t/TEST -run-tests || {
perl t/TEST -stop-httpd
    exit 1
}
perl t/TEST -stop-httpd
# in case of failures, see http://perl.apache.org/docs/2.0/user/help/help.html#_C_make_test___Failures
# then, debug like this:
# t/TEST -start-httpd
# tail -F t/logs/*&
# t/TEST -run-tests -verbose $failed_test
# t/TEST -stop-httpd

#make \
#    APACHE_TEST_PORT=select \
#    APACHE_TEST_STARTUP_TIMEOUT=30 \
#    APACHE_TEST_COLOR=1 \
#    TEST_VERBOSE=1 \
#    APACHE_TEST_HTTPD=%{_sbindir}/httpd \
#    APACHE_TEST_APXS=%{_sbindir}/apxs \
#    test

%endif

# make some directories
install -d %{buildroot}%{_libdir}/apache
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_var}/www/perl

%makeinstall_std \
    MODPERL_AP_LIBEXECDIR=%{_libdir}/apache \
    MODPERL_AP_INCLUDEDIR=%{_includedir}/apache \
    INSTALLDIRS=vendor

install -m0644 mod_perl.conf %{buildroot}%{_sysconfdir}/httpd/modules.d/%{load_order}_%{mod_name}.conf

# Remove empty file
rm -f docs/api/mod_perl-2.0/pm_to_blib

install -m0755 %{SOURCE3} %{buildroot}%{_var}/www/perl

# install missing required files
install -d %{buildroot}%{perl_vendorarch}/Apache2/Apache
install -m0644 xs/tables/current/Apache2/ConstantsTable.pm %{buildroot}%{perl_vendorarch}/Apache2/Apache/
install -m0644 xs/tables/current/Apache2/FunctionTable.pm %{buildroot}%{perl_vendorarch}/Apache2/Apache/
install -m0644 xs/tables/current/Apache2/StructureTable.pm %{buildroot}%{perl_vendorarch}/Apache2/Apache/

# cleanup
find %{buildroot}%{perl_archlib} -name perllocal.pod | xargs rm -f

# don't pack the Apache-Test stuff
rm -f %{buildroot}%{perl_vendorarch}/Apache/Test*
rm -rf %{buildroot}%{perl_vendorarch}/MyTest*
rm -f %{buildroot}%{perl_vendorarch}/Bundle/ApacheTest.pm
rm -f %{buildroot}%{_mandir}/man3/Apache::Test*
rm -f %{buildroot}%{_mandir}/man3/Bundle::ApacheTest.3pm

# do not ship the patch backups
find %{buildroot}%{perl_vendorarch} -name '*.pm.cve*' | xargs rm -f

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%files -n %{name}
%doc Changes INSTALL LICENSE README docs todo
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/*.conf
%attr(0755,root,root) %{_libdir}/apache/*.so
%{perl_vendorarch}/Apache
%{perl_vendorarch}/Apache2
%{perl_vendorarch}/Bundle
%{perl_vendorarch}/ModPerl
%{perl_vendorarch}/APR
%{perl_vendorarch}/APR.pm
%{perl_vendorarch}/mod_perl2.pm
%{perl_vendorarch}/auto/Apache2/FilterRec
%{perl_vendorarch}/auto/Apache2/Util
%{perl_vendorarch}/auto/Apache2/RequestRec
%{perl_vendorarch}/auto/Apache2/Command
%{perl_vendorarch}/auto/Apache2/ConnectionUtil
%{perl_vendorarch}/auto/Apache2/Module
%{perl_vendorarch}/auto/Apache2/typemap
%{perl_vendorarch}/auto/Apache2/URI
%{perl_vendorarch}/auto/Apache2/Process
%{perl_vendorarch}/auto/Apache2/MPM
%{perl_vendorarch}/auto/Apache2/Response
%{perl_vendorarch}/auto/Apache2/SubProcess
%{perl_vendorarch}/auto/Apache2/Build
%{perl_vendorarch}/auto/Apache2/Const
%{perl_vendorarch}/auto/Apache2/Filter
%{perl_vendorarch}/auto/Apache2/Log
%{perl_vendorarch}/auto/Apache2/ServerUtil
%{perl_vendorarch}/auto/Apache2/ServerRec
%{perl_vendorarch}/auto/Apache2/CmdParms
%{perl_vendorarch}/auto/Apache2/Provider
%{perl_vendorarch}/auto/Apache2/RequestUtil
%{perl_vendorarch}/auto/Apache2/RequestIO
%{perl_vendorarch}/auto/Apache2/SubRequest
%{perl_vendorarch}/auto/Apache2/Directive
%{perl_vendorarch}/auto/Apache2/HookRun
%{perl_vendorarch}/auto/Apache2/Access
%{perl_vendorarch}/auto/Apache2/Connection
%{perl_vendorarch}/auto/ModPerl/Util
%{perl_vendorarch}/auto/ModPerl/Global
%{perl_vendorarch}/auto/ModPerl/Const
%{perl_vendorarch}/auto/ModPerl/InterpPool
%{perl_vendorarch}/auto/ModPerl/Interpreter
%{perl_vendorarch}/auto/ModPerl/TiPool
%{perl_vendorarch}/auto/ModPerl/TiPoolConfig
%{perl_vendorarch}/auto/APR/BucketAlloc
%{perl_vendorarch}/auto/APR/IpSubnet
%{perl_vendorarch}/auto/APR/Util
%{perl_vendorarch}/auto/APR/Pool
%{perl_vendorarch}/auto/APR/Finfo
%{perl_vendorarch}/auto/APR/Socket
%{perl_vendorarch}/auto/APR/Brigade
%{perl_vendorarch}/auto/APR/URI
%{perl_vendorarch}/auto/APR/Error
%{perl_vendorarch}/auto/APR/ThreadRWLock
%{perl_vendorarch}/auto/APR/Bucket
%{perl_vendorarch}/auto/APR/Const
%{perl_vendorarch}/auto/APR/APR.so
%{perl_vendorarch}/auto/APR/Status
%{perl_vendorarch}/auto/APR/SockAddr
%{perl_vendorarch}/auto/APR/String
%{perl_vendorarch}/auto/APR/OS
%{perl_vendorarch}/auto/APR/PerlIO
%{perl_vendorarch}/auto/APR/ThreadMutex
%{perl_vendorarch}/auto/APR/Date
%{perl_vendorarch}/auto/APR/UUID
%{perl_vendorarch}/auto/APR/BucketType
%{perl_vendorarch}/auto/APR/Base64
%{perl_vendorarch}/auto/APR/Table

%{_mandir}/*/*
%attr(0755,root,root) %{_var}/www/perl/*.pl

%files devel
%attr(0755,root,root) %{_bindir}/*
%{_includedir}/apache/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.0.8-2.svn1590627.2
+ Revision: f1ae990
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15824 |14mr|apache-mod_php-5.4.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_php
%define load_order 170
%define extname apache2handler

%define major 5
%define libname %mklibname php5_common %{major}
%define apache_version 2.4.0
%define php_version %{version}

Summary:	The PHP HTML-embedded scripting language for use with apache
Name:		apache-%{mod_name}
Version:	5.4.9
Release:	2
Epoch:		3
Group:		System/Servers
License:	PHP License
URL:		http://www.php.net/
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires:	%{libname} >= %{epoch}:%{php_version}
Requires:	apache-base >= %{apache_version}
Requires:	apache-modules >= %{apache_version}
Requires:	apache-mpm >= %{apache_version}
Requires:	php-ctype >= %{epoch}:%{php_version}
Requires:	php-filter >= %{epoch}:%{php_version}
Requires:	php-ftp >= %{epoch}:%{php_version}
Requires:	php-gettext >= %{epoch}:%{php_version}
Requires:	php-hash >= %{epoch}:%{php_version}
Requires:	php-ini >= %{php_version}
Requires:	php-json >= %{epoch}:%{php_version}
Requires:	php-openssl >= %{epoch}:%{version}
Requires:	php-pcre >= %{epoch}:%{php_version}
Requires:	php-posix >= %{epoch}:%{php_version}
Requires:	php-session >= %{epoch}:%{php_version}
Requires:	php-suhosin >= 0.9.29
Requires:	php-sysvsem >= %{epoch}:%{php_version}
Requires:	php-sysvshm >= %{epoch}:%{php_version}
Requires:	php-tokenizer >= %{epoch}:%{php_version}
Requires:	php-xmlreader >= %{epoch}:%{php_version}
Requires:	php-xmlwriter >= %{epoch}:%{php_version}
Requires:	php-zlib >= %{epoch}:%{php_version}
Requires:	php-xml >= %{epoch}:%{version}
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	php-devel >= %{epoch}:%{php_version}
BuildRequires:	dos2unix
Provides:	mod_php = %{EVRD}
Conflicts:	apache-mpm-worker >= %{apache_version}
Conflicts:	apache-mpm-event >= %{apache_version}
Requires:	php-timezonedb >= 3:2009.10

%description
PHP5 is an HTML-embedded scripting language. PHP5 attempts to make it easy for
developers to write dynamically generated web pages. PHP5 also offers built-in
database integration for several commercial and non-commercial database
management systems, so writing a database-enabled web page with PHP5 is fairly
simple. The most common use of PHP coding is probably as a replacement for CGI
scripts. The %{name} module enables the apache web server to understand
and process the embedded PHP language in web pages.

This package contains PHP version 5. You'll also need to install the apache web
server.

%prep

%setup -c -T
cp -dpR %{_usrsrc}/php-devel/sapi/%{extname}/* .
cp %{_usrsrc}/php-devel/internal_functions.c .
cp %{_includedir}/php/ext/date/lib/timelib_config.h .

# drop php5 here
perl -pi -e "s|php5_module|php_module|g" *
cp mod_php5.c mod_php.c

# strip away annoying ^M
find -type f -exec dos2unix {} \;

%build
apxs \
    `php-config --includes` \
    `apr-1-config --link-ld --libs` \
    `xml2-config --cflags` \
    -I%{_usrsrc}/php-devel \
    -I. -lphp5_common \
    -c mod_php.c sapi_apache2.c apache_config.c \
    php_functions.c internal_functions.c

%install
install -d %{buildroot}%{_libdir}/apache
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache/

cat > %{buildroot}%{_sysconfdir}/httpd/modules.d/%{load_order}_%{mod_name}.conf << EOF
LoadModule php_module %{_libdir}/apache/%{mod_name}.so

AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php-source .phps

DirectoryIndex index.php index.phtml
EOF

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/*.conf
%attr(0755,root,root) %{_libdir}/apache/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3:5.4.9-2
+ Revision: 1801f4b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15825 |14mr|apache-mod_proxy_html-3.1.2-0.r142.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap r142

#Module-Specific definitions
%define mod_name mod_proxy_html
%define mod_conf A28_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	3.1.2
Release:	%mkrel 0.%{snap}.7
Group:		System/Servers
License:	GPL
URL:		http://apache.webthing.com/mod_proxy_html/
Source0:	mod_proxy_html-%{version}-%{snap}.tar.gz
Source1:	http://apache.webthing.com/mod_proxy_html/config.html
Source2:	http://apache.webthing.com/mod_proxy_html/guide.html
Source3:	http://apache.webthing.com/mod_proxy_html/faq.html
Source4:	%{mod_conf}
BuildRequires:	libxml2-devel
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires(pre):	apache-mod_proxy >= 2.2.0
Requires(pre):	apache-mod_ssl >= 2.2.0
Requires(pre):	apache-mod_xml2enc >= 1.0.3
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
Requires:	apache-mod_proxy >= 2.2.0
Requires:	apache-mod_ssl >= 2.2.0
Requires:	apache-mod_xml2enc >= 1.0.3
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	apache-mod_xml2enc-devel >= 1.0.3
BuildRequires:	file
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
mod_proxy_html is an output filter to rewrite HTML links in a proxy situation,
to ensure that links work for users outside the proxy. It serves the same
purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is an
essential component of a reverse proxy.

%prep

%setup -q -n %{mod_name}

cp %{SOURCE1} .
cp %{SOURCE2} .
cp %{SOURCE3} .
cp %{SOURCE4} %{mod_conf}

# use correct name and version
perl -pi -e "s|^#define VERSION_STRING .*|#define VERSION_STRING \"%{mod_name}/%{version}\"|g" %{mod_name}.c

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

head -36 mod_proxy_html.c > README.mod_proxy_html

%build
%{_bindir}/apxs `xml2-config --cflags` `xml2-config --libs` %{ldflags} -c %{mod_name}.c

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
    fi
fi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc config.html guide.html faq.html proxy_html.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}



%changelog
* Mon Aug 27 2012 Sergey A. Sokolov <sokol@mtik.ru> 3.1.2-0.r142.7
+ Revision: e039f7d
- fix apxs path



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15826 |14mr|apache-mod_security-2.7.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_security
%define mod_conf 82_%{mod_name}.conf
%define mod_so %{mod_name}.so


Summary:	DSO module for the apache web server
Name:		apache-%{mod_name}
Version:	2.7.3
Release:	2
Group:		System/Servers
License:	Apache License
URL:		http://www.modsecurity.org/
Source0:	http://www.modsecurity.org/tarball/2.7.3/modsecurity-apache_%{version}.tar.gz
Source1:	http://www.modsecurity.org/tarball/2.7.3/modsecurity-apache_%{version}.tar.gz.asc
Source2:	mod_security.logrotate
Source3:	%{mod_conf}
Source4:	modsecurity-apache_2.5.12-rules.tar.gz
Patch0:		configure.ac.patch
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.6
Requires(pre):	apache >= 2.2.6
Requires:	apache-conf >= 2.2.6
Requires:	apache >= 2.2.6
Requires:	apache-mod_unique_id >= 2.2.6
Requires:	mlogc >= 1.4.2
Requires:	gnupg
Requires:	unzip
Requires:	sendmail-command
BuildRequires:	apache-devel >= 2.2.6
BuildRequires:	curl-devel
BuildRequires:	file
BuildRequires:	libxml2-devel
BuildRequires:	lua-devel >= 5.1
BuildRequires:	pcre-devel
BuildRequires:	perl
Provides:	apache-mod_security2 = %{version}-%{release}
Obsoletes:	apache-mod_security2
Epoch:		1

%description
ModSecurity is an open source intrustion detection and prevention engine for
web applications. It operates embedded into the web server, acting as a
powerful umbrella - shielding applications from attacks.

%package -n	mlogc
Summary:	ModSecurity Audit Log Collector
Group:		System/Servers

%description -n	mlogc
ModSecurity is an open source intrustion detection and prevention engine for
web applications. It operates embedded into the web server, acting as a
powerful umbrella - shielding applications from attacks.

This package contains the ModSecurity Audit Log Collector.

%prep

%setup -q -n modsecurity-apache_%{version} -a4

cp %{SOURCE2} mod_security.logrotate
cp %{SOURCE3} %{mod_conf}
%patch0 -p0
# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

# naming hack
pushd apache2
    find -type f | xargs perl -pi -e "s|security2|security|g"
    find -type f | xargs perl -pi -e "s|SECURITY2|SECURITY|g"
    mv mod_security2.c mod_security.c
#    mv mod_security2_config.h.in mod_security_config.h.in
popd

%build
%serverbuild

#rm configure
#rm -rf autom4te.cache
#aclocal
#automake --add-missing --copy --foreign
#autoreconf --install
#autoheader

rm -rf autom4te.cache
rm -f aclocal.m4
libtoolize --force --copy
autoreconf --install
autoheader
automake --add-missing --foreign --copy --force-missing
autoconf --force
rm -rf autom4te.cache

%configure2_5x --localstatedir=/var/lib \
    --enable-performance-measurement \
    --enable-extentions \
    --with-apxs=%{_bindir}/apxs \
    --with-pcre=%{_prefix} \
    --with-apr=%{_prefix} \
    --with-apu=%{_prefix} \
    --with-libxml=%{_prefix} \
    --with-lua=%{_prefix} \
    --with-curl=%{_prefix}

%make
%make -C mlogc

#%%check
#pushd apache2
#make test
#popd

%install
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}/apache-extramodules
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_sysconfdir}/httpd/conf/modsecurity/base_rules
install -d %{buildroot}%{_sysconfdir}/httpd/conf/modsecurity/optional_rules
install -d %{buildroot}%{_sysconfdir}/logrotate.d

install -m0755 apache2/.libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}
install -m0644 mod_security.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{mod_name}

install -m0755 ext/.libs/mod_op_strstr.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0755 ext/.libs/mod_reqbody_example.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0755 ext/.libs/mod_tfn_reverse.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0755 ext/.libs/mod_var_remote_addr_port.so %{buildroot}%{_libdir}/apache-extramodules/

install -m0644 rules/*.conf %{buildroot}%{_sysconfdir}/httpd/conf/modsecurity/
install -m0644 rules/base_rules/*.conf %{buildroot}%{_sysconfdir}/httpd/conf/modsecurity/base_rules/
install -m0644 rules/optional_rules/*.conf %{buildroot}%{_sysconfdir}/httpd/conf/modsecurity/optional_rules/
cp rules/CHANGELOG CHANGELOG.rules
cp rules/README README.rules

install -m0644 tools/rules-updater-example.conf %{buildroot}%{_sysconfdir}/rules-updater.conf
install -m0755 tools/rules-updater.pl %{buildroot}%{_sbindir}/

install -m0755 mlogc/mlogc %{buildroot}%{_bindir}/
install -m0755 mlogc/mlogc-batch-load.pl %{buildroot}%{_bindir}/mlogc-batch-load
install -m0644 mlogc/mlogc-default.conf %{buildroot}%{_sysconfdir}/httpd/conf/mlogc.conf

%pre
# if obsoleting apache-mod_security2
if [ -f %{_sysconfdir}/httpd/modules.d/82_mod_security2.conf ]; then
    # tuck away mod_security-1.9.x config first
    if [ -f %{_sysconfdir}/httpd/modules.d/82_mod_security.conf ]; then
	echo "old mod_security-1.9.x config file was found, renaming it to 82_mod_security-1.9.x.conf"
	mv %{_sysconfdir}/httpd/modules.d/82_mod_security.conf %{_sysconfdir}/httpd/modules.d/82_mod_security-1.9.x.conf
    fi
    mv %{_sysconfdir}/httpd/modules.d/82_mod_security2.conf %{_sysconfdir}/httpd/modules.d/%{mod_conf}
    perl -pi -e "s|security2|security|g" %{_sysconfdir}/httpd/modules.d/%{mod_conf}
    perl -pi -e "s|HAVE_SECURITY2|HAVE_SECURITY|g" %{_sysconfdir}/httpd/modules.d/%{mod_conf}
fi

if [ -f %{_sysconfdir}/logrotate.d/mod_security2 ]; then
    mv %{_sysconfdir}/logrotate.d/mod_security2 %{_sysconfdir}/logrotate.d/%{mod_name}
fi

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
	if [ -f %{_var}/lock/subsys/httpd ]; then
	    %{_initrddir}/httpd restart 1>&2;
	fi
fi

%clean

%files
%doc CHANGES LICENSE README.TXT modsecurity.conf-minimal doc/* rules/util
%doc CHANGELOG.rules README.rules
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{mod_name}
%attr(0755,root,root) %dir %{_sysconfdir}/httpd/conf/modsecurity
%attr(0755,root,root) %dir %{_sysconfdir}/httpd/conf/modsecurity/base_rules
%attr(0755,root,root) %dir %{_sysconfdir}/httpd/conf/modsecurity/optional_rules
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/modsecurity/*.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/modsecurity/base_rules/*.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/modsecurity/optional_rules/*.conf
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/rules-updater.conf
%attr(0755,root,root) %{_sbindir}/rules-updater.pl
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_op_strstr.so
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_reqbody_example.so
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_tfn_reverse.so
%attr(0755,root,root) %{_libdir}/apache-extramodules/mod_var_remote_addr_port.so

%files -n mlogc
%doc mlogc/INSTALL
%attr(0640,root,apache) %config(noreplace) %{_sysconfdir}/httpd/conf/mlogc.conf
%attr(0755,root,root) %{_bindir}/mlogc
%attr(0755,root,root) %{_bindir}/mlogc-batch-load



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.7.3-2
+ Revision: 30adf35
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15827 |14mr|apache-mod_xml2enc-1.0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Module-Specific definitions
%define mod_name mod_xml2enc
%define mod_conf A29_%{mod_name}.conf
%define mod_so %{mod_name}.so

Summary:	Extended internationalisation support
Name:		apache-%{mod_name}
Version:	1.0.3
Release:	8
Group:		System/Servers
License:	Apache License
URL:		http://apache.webthing.com/mod_xml2enc/
Source0:	http://apache.webthing.com/svn/apache/filters/mod_xml2enc.c
Source1:	http://apache.webthing.com/svn/apache/filters/mod_xml2enc.h
Source2:	README.mod_xml2enc
Source3:	%{mod_conf}
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache-conf >= 2.2.0
Requires(pre):	apache >= 2.2.0
Requires:	apache-conf >= 2.2.0
Requires:	apache >= 2.2.0
BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	libxml2-devel
BuildRequires:	file
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
mod_xml2enc is a transcoding module that can be used to extend the
internationalisation support of libxml2-based filter modules by converting
encoding before and/or after the filter has run. Thus an unsupported input
charset can be converted to UTF-8, and output can also be converted to another
charset if required.

%package	devel
Summary:	Development API for the mod_xml2enc apache module
Group:		Development/C

%description	devel
mod_xml2enc is a transcoding module that can be used to extend the
internationalisation support of libxml2-based filter modules by converting
encoding before and/or after the filter has run. Thus an unsupported input
charset can be converted to UTF-8, and output can also be converted to another
charset if required.

This package contains the development API for the mod_xml2enc apache module.

%prep

%setup -q -c -T -n %{mod_name}-%{version}

cp %{SOURCE0} .
cp %{SOURCE1} .
cp %{SOURCE2} README.mod_xml2enc
cp %{SOURCE3} %{mod_conf}

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

head -40 %{mod_name}.c > LICENCE

%build
%{_bindir}/apxs `xml2-config --cflags` `xml2-config --libs` %{ldflags} -c %{mod_name}.c

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_libdir}/apache-extramodules

install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/
install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf}

install -d %{buildroot}%{_includedir}
install -m0644 mod_xml2enc.h %{buildroot}%{_includedir}/

%post
if [ -f %{_var}/lock/subsys/httpd ]; then
 %{_initrddir}/httpd restart 1>&2;
fi

%postun
if [ "$1" = "0" ]; then
 if [ -f %{_var}/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart 1>&2
 fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README.mod_xml2enc LICENCE
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf}
%attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so}

%files devel
%defattr(-,root,root)
%attr(0644,root,root) %{_includedir}/mod_xml2enc.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-8
+ Revision: 2c50f0b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15828 |14mr|apache-portlet-1.0-api-1.0-5.0.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define _with_gcj_support 1
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}

# If you don't want to build with maven, and use straight ant instead,
# give rpmbuild option '--without maven'

%define _without_maven 1
%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}

%define base_name portlet-1.0-api

%define section free

Name:           apache-portlet-1.0-api
Version:        1.0
Release:        5.0.10
Epoch:          0
Summary:        Portlet API 1.0 from Jetspeed2
License:        Apache License
Url:            http://portals.apache.org/jetspeed-2/
Group:          Development/Java
Source0:        apache-portlet-1.0-api.tar.gz
# svn export http://svn.apache.org/repos/asf/portals/jetspeed-2/tags/JETSPEED-RELEASE-2.0/portlet-api/
Source1:        apache-portlet-1.0-api-pom.xml
Source2:        apache-portlet-1.0-api-LICENSE.TXT
Source3:        apache-portlet-1.0-api-build.xml
BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  java-devel >= 0:1.4
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-nodeps
%if %{with_maven}
BuildRequires:  maven2 >= 2.0.4-9
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-javadoc
BuildRequires:  maven2-plugin-release
BuildRequires:  maven2-plugin-resources
BuildRequires:  maven2-plugin-surefire
%endif
Requires(post): jpackage-utils >= 0:1.7.2
Requires(postun): jpackage-utils >= 0:1.7.2 

Provides:       portlet = %{epoch}:%{version}
Provides:       portlet-1.0-api = %{epoch}:%{version}

%if ! %{gcj_support}
BuildArch:      noarch
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-buildroot
%if %{gcj_support}
BuildRequires:    java-gcj-compat-devel
%endif

%description
Java Standard Portlet API accoring to JSR-168, from Jetspeed-2 

%package javadoc
Summary:        Javadoc %{name}
Group:          Development/Java
Requires(post):   /bin/rm,/bin/ln
Requires(postun): /bin/rm

%description javadoc
%{summary}.


%prep
%setup -q -n %{name}
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
cp %{SOURCE1} pom.xml
cp %{SOURCE3} build.xml


%build
%if %{with_maven}
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn-jpp -e \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        install javadoc:javadoc
%else
export CLASSPATH=
export OPT_JAR_LIST="ant/ant-nodeps"
%{ant} jar javadoc
%endif

%install
rm -rf $RPM_BUILD_ROOT
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}

install -m 0644 target/portlet-api-1.0.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && ln -sf %{name}-%{version}.jar %{base_name}-%{version}.jar)

%add_to_maven_depmap javax.portlet portlet-api 1.0 JPP %{base_name}
# create unversioned symlinks
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} $(echo $jar | sed -e 's+-%{version}\.jar+.jar+'); done)

#poms
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 pom.xml $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.portlet-api.pom

install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* \
        $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
cp %{SOURCE2} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/LICENSE.TXT

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/LICENSE.TXT
%{_javadir}/%{name}*.jar
%{_javadir}/%{base_name}*.jar
%{_datadir}/maven2
%config(noreplace) %{_mavendepmapfragdir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%dir %{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.0-5.0.10
+ Revision: 578695f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15829 |14mr|apache-resource-bundles-2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global jar_version 1.4
%global lh_version 1.1
%global id_version 1.1

Name:		apache-resource-bundles
Version:	2
Release:	8
Summary:	Apache Resource Bundles

Group:		Development/Java
License:	ASL 2.0
URL:		http://repo1.maven.org/maven2/org/apache/apache-resource-bundles/
Source0:	http://repo1.maven.org/maven2/org/apache/%{name}/%{version}/%{name}-%{version}.pom
Source1:	http://repo1.maven.org/maven2/org/apache/apache-jar-resource-bundle/%{jar_version}/apache-jar-resource-bundle-%{jar_version}-sources.jar
Source2:	http://repo1.maven.org/maven2/org/apache/apache-jar-resource-bundle/%{jar_version}/apache-jar-resource-bundle-%{jar_version}.pom
Source3:	http://repo1.maven.org/maven2/org/apache/apache-license-header-resource-bundle/%{lh_version}/apache-license-header-resource-bundle-%{lh_version}-sources.jar
Source4:	http://repo1.maven.org/maven2/org/apache/apache-license-header-resource-bundle/%{lh_version}/apache-license-header-resource-bundle-%{lh_version}.pom
Source5:	http://repo1.maven.org/maven2/org/apache/apache-incubator-disclaimer-resource-bundle/%{id_version}/apache-incubator-disclaimer-resource-bundle-%{id_version}-sources.jar
Source6:	http://repo1.maven.org/maven2/org/apache/apache-incubator-disclaimer-resource-bundle/%{id_version}/apache-incubator-disclaimer-resource-bundle-%{id_version}.pom

# Remove maven-release plugin (not yet available on Fedora)
Patch0:		apache-resource-bundles-cleanup-poms.patch


BuildRequires:	maven2
BuildRequires:	maven-compiler-plugin
BuildRequires:	maven-install-plugin
BuildRequires:	maven-jar-plugin
BuildRequires:	maven-remote-resources-plugin
BuildRequires:	maven-resources-plugin
BuildRequires:	maven-surefire-plugin
BuildRequires:  maven-site-plugin

# Requirements from the POMs
Requires:	maven-remote-resources-plugin

Requires(post):	jpackage-utils
Requires(postun): jpackage-utils

BuildArch:	noarch

%description
An archive which contains templates for generating the necessary license files
and notices for all Apache releases.

%prep
%setup -c -T
cp %SOURCE0 ./pom.xml
%patch0 -p1

# jar
mkdir -p apache-jar-resource-bundle
pushd apache-jar-resource-bundle
jar xvf %SOURCE1
cp %SOURCE2 ./pom.xml
mkdir -p src/main/resources
mv META-INF src/main/resources
popd

# license-header
mkdir -p apache-license-header-resource-bundle
pushd apache-license-header-resource-bundle
jar xvf %SOURCE3
cp %SOURCE4 ./pom.xml
mkdir -p src/main/resources
mv META-INF src/main/resources
popd

# incubator-disclaimer
mkdir -p apache-incubator-disclaimer-resource-bundle
pushd apache-incubator-disclaimer-resource-bundle
jar xvf %SOURCE5
cp %SOURCE6 ./pom.xml
mkdir -p src/main/resources
mv META-INF src/main/resources
popd


%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

mvn \
	-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
	install

%install

install -d -m 755 %{buildroot}%{_javadir}/%{name}
install -d -m 755 %{buildroot}%{_mavenpomdir}

# jar
# 
pushd apache-jar-resource-bundle
install -m 644 \
	target/apache-jar-resource-bundle-%{jar_version}.jar \
	%{buildroot}%{_javadir}/%{name}/jar-%{jar_version}.jar
cp pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-jar.pom
%add_to_maven_depmap org.apache apache-jar-resource-bundle %{jar_version} JPP/%{name} jar
popd

# license-header
pushd apache-license-header-resource-bundle
install -m 644 \
	target/apache-license-header-resource-bundle-%{lh_version}.jar \
	%{buildroot}%{_javadir}/%{name}/license-header-%{lh_version}.jar
cp pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-license-header.pom
%add_to_maven_depmap org.apache apache-license-header-resource-bundle %{lh_version} JPP/%{name} license-header
popd

# incubator-disclaimer
pushd apache-incubator-disclaimer-resource-bundle
install -m 644 \
	target/apache-incubator-disclaimer-resource-bundle-%{id_version}.jar \
	%{buildroot}%{_javadir}/%{name}/incubator-disclaimer-%{id_version}.jar
cp pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-incubator-disclaimer.pom
%add_to_maven_depmap org.apache apache-incubator-disclaimer-resource-bundle %{id_version} JPP/%{name} incubator-disclaimer
popd

# Unversioned jars
pushd %{buildroot}%{_javadir}/%{name}
ln -sf jar-%{jar_version}.jar jar.jar
ln -sf license-header-%{lh_version}.jar license-header.jar
ln -sf incubator-disclaimer-%{id_version}.jar incubator-disclaimer.jar
popd

# Add parent to depmap too
cp pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap org.apache %{name} %{version} JPP %{name}

%clean

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%{_javadir}/%{name}
%config(noreplace) %{_mavendepmapfragdir}/*
%{_mavenpomdir}/*.pom

%changelog
* Tue Jul 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 2-8
+ Revision: 97fa7a2
- spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15830 |14mr|apcupsd-3.14.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _halpolicydir %{_datadir}/hal/fdi/policy/20thirdparty
%define	_cgibin /var/www/cgi-bin
%define	_sbindir /sbin

Summary:	Power management software for APC UPS hardware
Name:		apcupsd
Version:	3.14.8
Release:	6
License:	GPLv2
Group:		System/Servers
URL:		http://sourceforge.net/projects/apcupsd/
Source0:	http://mesh.dl.sourceforge.net/sourceforge/apcupsd/%{name}-%{version}.tar.gz
Patch0:		apcupsd-3.12.2-usbhiddev.patch
Patch1:		apcupsd-3.10.16-staleusb.patch
Patch2:		apcupsd-3.14.4-mdv_conf.diff
Patch3:		apcupsd-3.14.8-link.patch
Requires(post): rpm-helper
Requires(preun):rpm-helper
Requires:	tcp_wrappers
Requires:	nail
BuildRequires:	gd-devel
BuildRequires:	ncurses-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	man
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
UPS power management under Linux for APCC Products. It allows your
computer/server to run during power problems for a specified length of time or
the life of the batteries in your BackUPS, BackUPS Pro, SmartUPS v/s, or
SmartUPS, and then properly executes a controlled shutdown during an extended
power failure.

%prep

%setup -q
%patch0 -p0 -b .usbhid
%patch1 -p1 -b .usbstale
%patch2 -p0 -b .mdv_conf
%patch3 -p0 -b .link

# fix attribs
find examples -type f | xargs chmod 644

%build
%serverbuild

%configure2_5x \
    --sysconfdir=%{_sysconfdir}/apcupsd \
    --enable-usb \
    --enable-net \
    --enable-master-slave \
    --enable-pthreads \
    --enable-cgi \
    --with-cgi-bin=%{_cgibin} \
    --with-serial-dev= \
    --with-upstype=usb \
    --with-halpolicydir=%{_halpolicydir} \
    --with-upscable=usb \
    --with-nisip=127.0.0.1 \
    --with-libwrap

%make VERBOSE=1

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_cgibin}

#perl -pi -e 's|/etc|\$\%{buildroot}/etc|g' platforms/mandrake/Makefile.in
perl -pi -e 's|\@/sbin/chkconfig|\#\@/sbin/chkconfig|' platforms/mandrake/Makefile.in

%makeinstall_std
#cgibin=%{buildroot}%{_cgibin}

install -m0644 platforms/etc/apcupsd.conf %{buildroot}%{_sysconfdir}/apcupsd/
install -m0755 platforms/apccontrol %{buildroot}%{_sysconfdir}/apcupsd/
install -m0755 platforms/mandrake/apcupsd %{buildroot}%{_initrddir}/

for src in changeme commfailure commok onbattery offbattery; do
    install -m0744 platforms/etc/$src %{buildroot}%{_sysconfdir}/apcupsd/$src
done

# cleanup
pushd doc/manual
    rm -f *.rst publishdoc Makefile
popd

%post
%_post_service apcupsd

%preun
%_preun_service apcupsd

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog DISCLAIMER Developers ReleaseNotes examples doc/manual
%{_initrddir}/apcupsd
%dir %{_sysconfdir}/apcupsd
%config(noreplace) %{_sysconfdir}/apcupsd/*
%{_halpolicydir}/80-apcupsd-ups-policy.fdi
%{_sbindir}/apcaccess
%{_sbindir}/apctest
%{_sbindir}/apcupsd
%{_sbindir}/smtp
%{_cgibin}/multimon.cgi
%{_cgibin}/upsfstats.cgi
%{_cgibin}/upsimage.cgi
%{_cgibin}/upsstats.cgi
%{_mandir}/man8/*
%{_mandir}/man5/apcupsd.conf.5*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.14.8-6
+ Revision: c76a708
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15831 |14mr|apmd-3.2.2-29
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname apm %{major}
%define devname	%mklibname apm -d

Summary:	Advanced Power Management (APM) BIOS utilities for laptops
Name:		apmd
Version:	3.2.2
Release:	29
License:	GPLv2+
Group:		System/Servers
Url:		ftp://ftp.debian.org/debian/pool/main/a/apmd
Source0:	ftp://ftp.debian.org/debian/pool/main/a/apmd/%{name}_%{version}.orig.tar.gz
Source1:	apmd.init
Source3:	apmd_proxy
Patch0:		apmd-3.2.2.orig-lib64.patch
Patch1:		apmd-3.2.2.orig-graphicswitch.patch
Patch2:		apmd-3.2.2.orig-optimization.patch
Patch5:		apmd-3.2.2.orig-security.patch
Patch9:		apmd-3.2.2.orig-proxy-timeout.patch
Patch10:	apmd-3.2.2-libtool.patch

BuildRequires:	libtool
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xt)
Requires(post,preun):	rpm-helper
Requires:	initscripts

%description
APMD is a set of programs for controlling the Advanced Power 
Management daemon and utilities found in most modern laptop 
computers. APMD can watch your notebook's battery and warn 
users when the battery is low. APMD is also capable of shutting 
down the PCMCIA sockets before a suspend.

Install the apmd package if you need to control the APM system 
on your laptop.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{devname}
Summary:	Development library for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the developmeent library needed to compile
programs that use %{name}.

%prep
%setup -qn apmd-%{version}.orig
%apply_patches

echo "LIB = %{_lib}" > config.make

%build
%serverbuild
make CFLAGS="%{optflags}" LDFLAGS="%{ldflags} -s" PROXY_DIR=%{_sbindir}

%install
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/apm-scripts

%makeinstall_std PREFIX=%{_prefix} MANDIR=%{_mandir}

for i in apm.1 apmsleep.1;
	do install -m644 $i -D %{buildroot}%{_mandir}/man1/$i;
done
install -m644 apmd.8 -D %{buildroot}%{_mandir}/man8/apmd.8

install -m755 %{SOURCE1} -D %{buildroot}%{_initrddir}/apmd
install -m755 %{SOURCE3} -D %{buildroot}%{_sbindir}/apmd_proxy
rm -f %{buildroot}%{_bindir}/on_ac_power

chmod 0755 %{buildroot}%{_libdir}/libapm.so.1.0.0

%post
%_post_service apmd

%preun
%_preun_service apmd

%files
%doc AUTHORS ChangeLog README apmsleep.README
%config(noreplace) %{_initrddir}/apmd
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man?/*

%files -n %{libname}
%{_libdir}/libapm.so.%{major}*

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.2-29
+ Revision: a18bdb0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15832 |14mr|appdata-tools-0.1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for AppData files
Name:		appdata-tools
Version:	0.1.7
Release:	3
License:	GPLv2+
Group:		File tools
Url:		http://people.freedesktop.org/~hughsient/appdata/
Source0:	http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
BuildRequires:	docbook-dtd43-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxslt)

%description
appdata-tools contains a command line program designed to validate AppData
application descriptions for standards compliance and to the style guide.

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/appdata-validate
%{_mandir}/man1/appdata-validate.1.*
%dir %{_datadir}/appdata/schema
%{_datadir}/appdata/schema/appdata.xsd
%{_datadir}/appdata/schema/appdata.rnc
%{_datadir}/appdata/schema/schema-locating-rules.xml
%{_datadir}/aclocal/appdata-xml.m4
%{_datadir}/emacs/site-lisp/site-start.d/appdata-rng-init.el

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.7-3
+ Revision: 005b6ec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15833 |14mr|appmenu-qt-0.2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           appmenu-qt
Version:        0.2.6
Release:        2
License:        LGPLv2.1
Summary:        Application Menu for Qt
Url:            https://launchpad.net/appmenu-qt/
Group:          Graphical desktop/KDE
Source0:        https://launchpad.net/appmenu-qt/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
BuildRequires:  kdelibs4-devel
BuildRequires:  %{_lib}dbusmenu-qt-devel
BuildRequires:  %{_lib}qjson-devel
Requires:       %{_lib}dbusmenu-qt2

%description
This projects adds support for application menu to Qt.

%prep
%setup -q

%build
%cmake_kde4
%make

%install
cd build
%makeinstall_std
cd -

%files
%defattr(-,root,root,-)
%doc COPYING* LGPL_EXCEPTION.txt NEWS README
%dir %{_libdir}/qt4/plugins/menubar
%{_libdir}/qt4/plugins/menubar/libappmenu-qt.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.6-2
+ Revision: 44f708e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15834 |14mr|appres-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		appres
Version:	1.0.3
Release:	5
Summary:	List X application resource database
Group:		System/X11
URL:		http://xorg.freedesktop.org
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires:	pkgconfig(x11) >= 1.0.0
BuildRequires:	pkgconfig(xt) >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
The appres program prints the resources seen by an application (or
sub-hierarchy of an application) with the specified class and instance
names. It can be used to determine which resources a particular
program will load.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x 	--x-includes=%{_includedir} \
		--x-libraries=%{_libdir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/appres
%{_mandir}/man1/appres.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-5
+ Revision: bcfcd4d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15835 |14mr|apr-1.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	1
%define major	0
%define libname %mklibname apr %{api} %{major}
%define devname %mklibname -d apr
%bcond_with	crosscompile

Summary:	Apache Portable Runtime library
Name:		apr
Epoch:		1
Version:	1.5.1
Release:	4
License:	Apache License
Group:		System/Libraries
Url:		http://apr.apache.org/
Source0:	http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
Source1:	http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2.asc
Patch1:		apr-1.4.6-config.diff
Patch2:		apr-1.0.0-mutextype_reorder.diff
Patch4:		apr-1.2.2-locktimeout.patch

BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:	python
BuildRequires:	pkgconfig(uuid)

%description
The mission of the Apache Portable Runtime (APR) is to provide a free library
of C data structures and routines, forming a system portability layer to as
many operating systems as possible, including Unices, MS Win32, BeOS and OS/2.

%package -n	%{libname}
Summary:	Apache Portable Runtime library
Group: 		System/Libraries
Obsoletes:	%{_lib}apr1

%description -n	%{libname}
The mission of the Apache Portable Runtime (APR) is to provide a free library
of C data structures and routines, forming a system portability layer to as
many operating systems as possible, including Unices, MS Win32, BeOS and OS/2.

%package -n	%{devname}
Summary:	APR library development kit
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	libtool
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
This package provides the support files which can be used to build applications
using the APR library. The mission of the Apache Portable Runtime (APR) is to
provide a free library of C data structures and routines.

%prep
%setup -q
%patch1 -p1 -b .config
%patch2 -p0 -b .mutextype_reorder
%patch4 -p0 -b .locktimeout

cat >> config.layout << EOF
<Layout NUX>
    prefix:        %{_prefix}
    exec_prefix:   %{_prefix}
    bindir:        %{_bindir}
    sbindir:       %{_sbindir}
    libdir:        %{_libdir}
    libexecdir:    %{_libexecdir}
    mandir:        %{_mandir}
    infodir:       %{_infodir}
    includedir:    %{_includedir}/apr-%{api}
    sysconfdir:    %{_sysconfdir}
    datadir:       %{_datadir}
    installbuilddir: %{_libdir}/apr-%{api}/build
    localstatedir: /var
    runtimedir:    /var/run
    libsuffix:     -\${APR_MAJOR_VERSION}
</Layout>
EOF

%build
%if %{with crosscompile}
export ac_cv_file__dev_zero=yes
export ac_cv_func_setpgrp_void=yes
export apr_cv_process_shared_works=yes
export apr_cv_mutex_robust_shared=no
export apr_cv_tcp_nodelay_with_cork=yes
export ac_cv_sizeof_struct_iovec=8
export apr_cv_mutex_recursive=yes
%endif
%serverbuild

# We need to re-run ./buildconf because of any applied patch(es)
#rm -f configure; sh ./buildconf
./buildconf

# Forcibly prevent detection of shm_open (which then picks up but
# does not use -lrt).

cat >> config.cache << EOF
ac_cv_search_shm_open=no
EOF

%configure2_5x \
	--cache-file=config.cache \
	--includedir=%{_includedir}/apr-%{api} \
	--with-installbuilddir=%{_libdir}/apr-%{api}/build \
	--enable-layout=NUX \
%ifarch %ix86
%ifnarch i386 i486
	--enable-nonportable-atomics=yes \
%endif
%endif
	--enable-lfs \
	--enable-threads \
	--with-sendfile  \
	--with-devrandom=/dev/urandom \
	--disable-static

%make LIBS="-lpthread"
make dox

%check
make check

%install
%makeinstall_std

# These are referenced by apr_rules.mk
for f in make_exports.awk make_var_export.awk; do
    install -m0644 build/${f} %{buildroot}%{_libdir}/apr-%{api}/build/${f}
done

install -m0755 build/mkdir.sh %{buildroot}%{_libdir}/apr-%{api}/build/mkdir.sh

# these are needed if apr-util is ./buildconf'ed
for f in apr_common.m4 apr_hints.m4 apr_network.m4 apr_threads.m4 find_apr.m4; do
    install -m0644 build/${f} %{buildroot}%{_libdir}/apr-%{api}/build/${f}
done
install -m0755 build/gen-build.py %{buildroot}%{_libdir}/apr-%{api}/build/

# enforce system libtool
ln -snf %{_bindir}/libtool %{buildroot}%{_libdir}/apr-%{api}/build/libtool

# Sanitize apr_rules.mk
sed -e "/^apr_build/d" \
    -e 's|$(apr_builders)|%{_libdir}/apr-%{api}/build|g' \
    -e 's|$(apr_builddir)|%{_libdir}/apr-%{api}/build|g' \
    < build/apr_rules.mk > %{buildroot}%{_libdir}/apr-%{api}/build/apr_rules.mk

# antibork
perl -pi -e "s|^top_builddir=.*|top_builddir=%{_libdir}/apr-%{api}/build|g" %{buildroot}%{_libdir}/apr-%{api}/build/apr_rules.mk

# Move docs to more convenient location
rm -rf html
cp -r docs/dox/html html

# here too
perl -pi -e "s|-luuid -lcrypt||g" \
    %{buildroot}%{_bindir}/apr-%{api}-config \
    %{buildroot}%{_libdir}/pkgconfig/*.pc

# Unpackaged files:
rm -f %{buildroot}%{_libdir}/apr.exp

# extra headers
install -d %{buildroot}%{_includedir}/apr-%{api}/arch/unix
install -m0644 include/arch/apr_private_common.h %{buildroot}%{_includedir}/apr-%{api}/arch/
install -m0644 include/arch/unix/*.h %{buildroot}%{_includedir}/apr-%{api}/arch/unix/

%files -n %{libname}
%{_libdir}/libapr-%{api}.so.%{major}*

%files -n %{devname}
%doc CHANGES README*
%doc docs/APRDesign.html docs/canonical_filenames.html
%doc docs/incomplete_types docs/non_apr_programs
%doc --parents html
%{_bindir}/apr-%{api}-config
%{_libdir}/libapr-%{api}.so
%dir %{_libdir}/apr-%{api}
%dir %{_libdir}/apr-%{api}/build
%{_libdir}/apr-%{api}/build/*
%{_libdir}/pkgconfig/*.pc
%dir %{_includedir}/apr-%{api}
%dir %{_includedir}/apr-%{api}/arch
%dir %{_includedir}/apr-%{api}/arch/unix
%{_includedir}/apr-%{api}/*.h
%{_includedir}/apr-%{api}/arch/*.h
%{_includedir}/apr-%{api}/arch/unix/*.h


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.5.1-4
+ Revision: f5914e7
- Require libtool for apr-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15836 |14mr|apr-util-1.5.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without dbd_ldap
%bcond_without dbd_freetds
%bcond_without dbd_mysql
# disable
%bcond_with dbd_oracle
# 
%bcond_without dbd_sqlite3
%bcond_without dbd_psql
%bcond_without dbd_odbc
%bcond_without dbm_db

%define api	1
%define major	0
%define libname %mklibname apr-util %{api} %{major}
%define devname %mklibname -d apr-util

Summary:	Apache Portable Runtime Utility library
Name:		apr-util
Version:	1.5.3
Release:	7
License:	Apache License
Group:		System/Libraries
Url:		http://apr.apache.org/
Source0:	http://www.apache.org/dist/apr/apr-util-%{version}.tar.bz2
Source1:	http://www.apache.org/dist/apr/apr-util-%{version}.tar.bz2.asc
Patch0:		apr-util-1.2.2-config.diff
Patch1:		apr-util-1.2.7-link.diff
Patch2:		apr-util-1.3.12-linkage_fix.diff
Patch3:		apr-util-1.5.1-no-libtool.la.patch

BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:	python
BuildRequires:	pam-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(apr-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libssl)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(nspr)
%if %{with dbd_ldap}
BuildRequires:	openldap-devel
BuildRequires:	db-devel
%endif
%if %{with dbd_freetds}
BuildRequires:	freetds-devel
%endif
%if %{with dbd_mysql}
BuildRequires:	mysql-devel
%endif
%if %{with dbd_oracle}
BuildRequires:	oracle-devel
%endif
%if %{with dbd_psql}
BuildRequires:	postgresql-devel
%endif
%if %{with dbd_sqlite3}
BuildRequires:	sqlite3-devel
%endif
%if %{with dbd_odbc}
BuildRequires:	unixODBC-devel
%endif
%if %{with dbm_db}
BuildRequires:	db-devel
%endif

%if %{with dbd_psql}
# stupid postgresql... stupid build system...
# this is needed due to the postgresql packaging and due to bugs like this:
# https://qa.mandriva.com/show_bug.cgi?id=52527
%define postgresql_version %(pg_config &>/dev/null && pg_config 2>/dev/null | grep "^VERSION" | awk '{ print $4 }' 2>/dev/null || echo 0)
%endif

%description
The mission of the Apache Portable Runtime (APR) is to provide a
free library of C data structures and routines.  This library
contains additional utility interfaces for APR; including support
for XML, LDAP, database interfaces, URI parsing and more.

%package -n	%{libname}
Summary:	Apache Portable Runtime Utility library
Group: 		System/Libraries
Obsoletes:	%{_lib}apr-util1

%description -n	%{libname}
The mission of the Apache Portable Runtime (APR) is to provide a
free library of C data structures and routines.  This library
contains additional utility interfaces for APR; including support
for XML, LDAP, database interfaces, URI parsing and more.

You can build %{name} with some conditional build swithes;

(ie. use with rpm --rebuild):

--with[out] apr_dbd_ldap	apr_dbd_ldap support (enabled)
--with[out] apr_dbd_freetds	apr_dbd_freetds support (enabled)
--with[out] apr_dbd_mysql	apr_dbd_mysql support (enabled)
--with[out] apr_dbd_oracle	apr_dbd_oracle support (disabled)
--with[out] apr_dbd_pgsql	apr_dbd_pgsql support (enabled)
--with[out] apr_dbd_sqlite3	apr_dbd_sqlite3 support (enabled)
--with[out] apr_dbd_odbc	apr_dbd_odbc support (enabled)
--with[out] apr_dbm_db		apr_dbm_db support (enabled)

%if %{with dbd_ldap}
%package	dbd-ldap
Summary:	DBD driver for OpenLDAP
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbd-ldap
DBD driver for OpenLDAP.
%endif

%if %{with dbd_psql}
%package	dbd-pgsql
Summary:	DBD driver for PostgreSQL
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbd-pgsql
DBD driver for PostgreSQL.
%endif

%if %{with dbd_mysql}
%package	dbd-mysql
Summary:	DBD driver for MySQL
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbd-mysql
DBD driver for MySQL.
%endif

%if %{with dbd_sqlite3}
%package	dbd-sqlite3
Summary:	DBD driver for SQLite 3
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbd-sqlite3
DBD driver for SQLite 3.
%endif

%if %{with dbd_freetds}
%package	dbd-freetds
Summary:	DBD driver for FreeTDS
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbd-freetds
DBD driver for FreeTDS.
%endif

%if %{with dbd_oracle}
%package	dbd-oracle
Summary:	DBD driver for Oracle
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbd-oracle
DBD driver for Oracle.
%endif

%if %{with dbd_odbc}
%package	dbd-odbc
Summary:	DBD driver for unixODBC
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbd-odbc
DBD driver for unixODBC.
%endif

%if %{with dbm_db}
%package	dbm-db
Summary:	DBD driver for Berkley BD
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbm-db
DBD driver for Berkley BD.
%endif

%package	openssl
Summary:	APR utility library OpenSSL crypto support
Group:		System/Libraries
Requires:	%{libname} >= %{version}-%{release}

%description	openssl
This package provides the OpenSSL crypto support for apr-util.

%package	nss
Summary:	APR utility library NSS crypto support
Group:		System/Libraries
Requires:	%{libname} >= %{version}-%{release}

%description	nss
This package provides the NSS crypto support for apr-util.

%package -n	%{devname}
Summary:	APR utility library development kit
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package provides the support files which can be used to 
build applications using the APR utility library.  The mission 
of the Apache Portable Runtime (APR) is to provide a free 
library of C data structures and routines.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0 -b .config
%patch1 -p0 -b .link
%patch2 -p0 -b .linkage_fix
%patch3 -p1 -b .libtoolsucks~

cat >> config.layout << EOF
<Layout NUX>
    prefix:        %{_prefix}
    exec_prefix:   %{_prefix}
    bindir:        %{_bindir}
    sbindir:       %{_sbindir}
    libdir:        %{_libdir}
    libexecdir:    %{_libexecdir}
    mandir:        %{_mandir}
    infodir:       %{_infodir}
    includedir:    %{_includedir}/apr-%{api}
    sysconfdir:    %{_sysconfdir}
    datadir:       %{_datadir}
    installbuilddir: %{_libdir}/apr-%{api}/build
    localstatedir: /var
    runtimedir:    /var/run
    libsuffix:     -\${APRUTIL_MAJOR_VERSION}
</Layout>
EOF

%build
%serverbuild

# We need to re-run ./buildconf because of any applied patch(es)
#./buildconf --with-apr=%{_prefix}

# buildconf is borked...
cp %{_libdir}/apr-%{api}/build/apr_common.m4 %{_libdir}/apr-%{api}/build/find_apr.m4 %{_libdir}/apr-%{api}/build/gen-build.py build/

# conditional lib64 hack
%if "%{_lib}" != "lib"
perl -pi -e "s|/lib\b|/%{_lib}|g" build/*.m4
%endif

export WANT_AUTOCONF_2_5=1
rm -f configure
libtoolize --copy --force; aclocal; autoconf --force
python build/gen-build.py make

sed -i -e '/OBJECTS_all/s, dbd/apr_dbd_[^ ]*\.lo,,g' build-outputs.mk

# force values that may produce wrong results
export apu_have_sqlite2='0'
cat >> config.cache << EOF
ac_cv_header_sqlite_h=no
ac_cv_lib_sqlite_sqlite_open=no
ac_cv_ldap_set_rebind_proc_style=three
EOF

%configure2_5x \
	--cache-file=config.cache \
	--with-apr=%{_prefix} \
	--includedir=%{_includedir}/apr-%{api} \
	--with-installbuilddir=%{_libdir}/apr-%{api}/build \
	--enable-layout=NUX \
%if %{with dbd_ldap}
	--with-ldap \
%endif
%if %{with dbd_freetds}
	--with-freetds=%{_prefix} \
%endif
%if %{with dbd_mysql}
	--with-mysql=%{_prefix} \
%endif
%if %{with dbd_oracle}
	--with-oracle \
%endif
%if %{with dbd_psql}
	--with-pgsql=%{_prefix} \
%endif
%if %{with dbd_sqlite3}
	--with-sqlite3=%{_prefix} \
%endif
%if %{with dbd_odbc}
	--with-odbc=%{_prefix} \
%endif
%if %{with dbm_db}
	--with-berkeley-db \
%endif
	--without-sqlite2 \
	--without-gdbm \
	--with-crypto \
	--with-openssl=%{_prefix} \
	--with-nss=%{_prefix}

%make
make dox

%check
pushd test
    make check
popd

%install
%makeinstall_std

# Documentation
rm -rf html; cp -rp docs/dox/html html

# Remove unnecessary exports from dependency_libs
sed -ri '/^dependency_libs/{s,-l(pq|sqlite[0-9]|mysqlclient_r|rt|dl|uuid) ,,g}' %{buildroot}%{_libdir}/libapr*.la

# here as well
sed -ri '/^dependency_libs/{s,%{_libdir}/lib(sqlite[0-9]|mysqlclient_r)\.la ,,g}' %{buildroot}%{_libdir}/libapr*.la

# multiarch anti-borker
perl -pi -e "s|^LDFLAGS=.*|LDFLAGS=\"\"|g" %{buildroot}%{_bindir}/apu-%{api}-config

# includes anti-borker
perl -pi -e "s|-I%{_includedir}/mysql||g" %{buildroot}%{_bindir}/apu-%{api}-config

# Unpackaged files
rm -f %{buildroot}%{_libdir}/aprutil.exp

%files -n %{libname}
%{_libdir}/libaprutil-%{api}.so.%{major}*
%dir %{_libdir}/apr-util-%{api}

%files -n %{devname}
%doc CHANGES LICENSE
%doc --parents html
%{_bindir}/apu-%{api}-config
%{_includedir}/apr-%{api}/*.h
%{_libdir}/libaprutil-%{api}.so
%{_libdir}/pkgconfig/*.pc

%if %{with dbd_ldap}
%files dbd-ldap
%{_libdir}/apr-util-%{api}/apr_ldap*.so
%endif

%if %{with dbd_mysql}
%files dbd-mysql
%{_libdir}/apr-util-%{api}/apr_dbd_mysql*.so
%endif

%if %{with dbd_psql}
%files dbd-pgsql
%{_libdir}/apr-util-%{api}/apr_dbd_pgsql*.so
%endif

%if %{with dbd_sqlite3}
%files dbd-sqlite3
%{_libdir}/apr-util-%{api}/apr_dbd_sqlite3*.so
%endif

%if %{with dbd_freetds}
%files dbd-freetds
%{_libdir}/apr-util-%{api}/apr_dbd_freetds*.so
%endif

%if %{with dbd_oracle}
%files dbd-oracle
%{_libdir}/apr-util-%{api}/apr_dbd_oracle*.so
%endif

%if %{with dbd_odbc}
%files dbd-odbc
%{_libdir}/apr-util-%{api}/apr_dbd_odbc*.so
%endif

%if %{with dbm_db}
%files dbm-db
%{_libdir}/apr-util-%{api}/apr_dbm_db*.so
%endif

%files openssl
%{_libdir}/apr-util-%{api}/apr_crypto_openssl*.so

%files nss
%{_libdir}/apr-util-%{api}/apr_crypto_nss*.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.3-7
+ Revision: 39b1386
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15837 |14mr|aqbanking-5.0.25-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 34
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

%define gwenmajor 60
%define aqhbcimajor 20
%define aqhbcilibname %mklibname aqhbci %{aqhbcimajor}
%define ofxmajor 7
%define ofxlibname %mklibname aqofxconnect %{ofxmajor}
%define cppmajor 0
%define cpplibname %mklibname aqbankingpp %{cppmajor}

Name:		aqbanking
Summary:	A library for online banking functions and financial data import/export
Version:	5.0.25
Release:	2
Group:		System/Libraries
License:	GPLv2+
URL:		http://www.aquamaniac.de/sites/aqbanking/index.php
Source:		http://files.hboeck.de/aq/%{name}-%{version}.tar.gz
Patch0:		aqbanking-4.99.6-fix-link.patch
BuildRequires:	pkgconfig(gwenhywfar)
BuildRequires:	libchipcard-devel
BuildRequires:	pkgconfig(libofx)
BuildRequires:	pkgconfig(ktoblzcheck)
BuildRequires:	gmp-devel

%description
The intention of AqBanking is to provide a middle layer between the
program and the various Online Banking libraries (e.g. AqHBCI). The
first backend which is already supported is AqHBCI, a library which
implements a client for the German HBCI (Home Banking Computer
Interface) protocol. Additionally, Aqbanking provides various plugins
to simplify import and export of financial data. Currently there are
import plugins for the following formats: DTAUS (German financial
format), SWIFT (MT940 and MT942).

%package -n %{ofxlibname}
Summary:	Library for OFX access for Aqbanding
Group:		System/Libraries

%description -n %{ofxlibname}
Library for the Aqbanking OFX access.

%package -n %{cpplibname}
Summary:	CPP wrapper Aqbanding
Group:		System/Libraries

%description -n %{cpplibname}
This is the CPP wrapper for Aqbanding.

%package ofx
Summary: Aqbanking tools for OFX
Group: System/Libraries

%description ofx
Necessary for OFX direct connect access.

%package -n aqhbci
Summary:	The HBCI backend for the Aqbanking library
Group:		System/Libraries

%description -n aqhbci
This is the backend for the Aqbanking library which 
implements a client for the German HBCI (Home Banking Computer
Interface) protocol.

%package -n %{aqhbcilibname}
Summary:	Library for HBCI backend for Aqbanding
Group:		System/Libraries
Requires:	aqhbci >= %{version}

%description -n %{aqhbcilibname}
This is the backend for the Aqbanking library which 
implements a client for the German HBCI (Home Banking Computer
Interface) protocol.

%package -n %{libname}
Summary:	A library for online banking functions and financial data import/export
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{libname}
The intention of AqBanking is to provide a middle layer between the
program and the various Online Banking libraries (e.g. AqHBCI). The
first backend which is already supported is AqHBCI, a library which
implements a client for the German HBCI (Home Banking Computer
Interface) protocol. Additionally, Aqbanking provides various plugins
to simplify import and export of financial data. Currently there are
import plugins for the following formats: DTAUS (German financial
format), SWIFT (MT940 and MT942).

%package -n %{develname}
Summary:	Aqbanking development kit
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Requires:	%{aqhbcilibname} = %{version}-%{release}
Requires:	%{ofxlibname} = %{version}-%{release}
Requires:	%{cpplibname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	OpenSP-devel
Provides:	aqhbci-devel = %{version}-%{release}
Provides:	libaqhbci-devel = %{version}-%{release}

%description -n %{develname}
This package contains aqbanking-config and header files for writing and
compiling programs using Aqbanking.

%prep
%setup -q
%patch0 -p0 -b .link

%build
%configure2_5x
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/*/*/*/*/*.a

%find_lang %{name}

mv %{buildroot}%{_datadir}/doc/%{name} installed-docs
mv %{buildroot}%{_datadir}/doc/aqhbci/* installed-docs

%files -n aqhbci
%doc src/plugins/backends/aqhbci/tools/aqhbci-tool/README
%{_bindir}/aqhbci-tool4
%{_bindir}/hbcixml3
%{_libdir}/%{name}/plugins/%{major}/providers/aqhbci*

%files -n %{aqhbcilibname}
%{_libdir}/libaqhbci.so.%{aqhbcimajor}*

%files -f %{name}.lang
%doc installed-docs
%{_bindir}/aqbanking-cli
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
%dir %{_libdir}/%{name}/plugins/%{major}/
%dir %{_libdir}/%{name}/plugins/%{major}/providers/
%dir %{_libdir}/%{name}/plugins/%{major}/imexporters/
%{_libdir}/%{name}/plugins/%{major}/bankinfo/
%{_libdir}/%{name}/plugins/%{major}/imexporters/csv*
%{_libdir}/%{name}/plugins/%{major}/imexporters/ctxfile*
%{_libdir}/%{name}/plugins/%{major}/imexporters/dtaus*
%{_libdir}/%{name}/plugins/%{major}/imexporters/eri*
%{_libdir}/%{name}/plugins/%{major}/imexporters/openhbci*
%{_libdir}/%{name}/plugins/%{major}/imexporters/q43.*
%{_libdir}/%{name}/plugins/%{major}/imexporters/sepa*
%{_libdir}/%{name}/plugins/%{major}/imexporters/swift*
%{_libdir}/%{name}/plugins/%{major}/imexporters/xmldb*
%{_libdir}/%{name}/plugins/%{major}/imexporters/yellownet*
%{_libdir}/%{name}/plugins/%{major}/providers/aqnone*
%{_libdir}/gwenhywfar/plugins/%{gwenmajor}/dbio/dtaus.so
%{_libdir}/gwenhywfar/plugins/%{gwenmajor}/dbio/dtaus.xml
%{_libdir}/gwenhywfar/plugins/%{gwenmajor}/dbio/swift.so
%{_libdir}/gwenhywfar/plugins/%{gwenmajor}/dbio/swift.xml
%{_datadir}/%{name}

%files ofx
%dir %{_libdir}/%{name}/plugins/%{major}/imexporters/ofx*
%{_libdir}/%{name}/plugins/%{major}/providers/aqofxconnect*

%files -n %{ofxlibname}
%{_libdir}/libaqofxconnect.so.%{ofxmajor}*

%files -n %{cpplibname}
%{_libdir}/libaqbankingpp.so.%{cppmajor}*

%files -n %{libname}
%{_libdir}/libaqbanking.so.%{major}*
%{_libdir}/libaqnone.so.%{major}*

%files -n %{develname}
%{_bindir}/aqbanking-config
%{_includedir}/aqbanking5
%{_libdir}/libaqbankingpp.so
%{_libdir}/libaqbanking.so
%{_libdir}/libaqnone.so
%{_libdir}/libaqhbci.so
%{_libdir}/libaqofxconnect.so
%{_datadir}/aclocal/aqbanking.m4
%{_libdir}/pkgconfig/aqbanking.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.0.25-2
+ Revision: 3b0446a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15838 |14mr|aqute-bndlib-0.0.363-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           aqute-bndlib
Version:        0.0.363
Release:        5
Summary:        BND Library
License:        ASL 2.0
Group:          Development/Java
URL:            http://www.aQute.biz/Code/Bnd
Source0:        http://www.aqute.biz/repo/biz/aQute/bnd/%{version}/bnd-%{version}.jar
Source1:        http://www.aqute.biz/repo/biz/aQute/bnd/%{version}/bnd-%{version}.pom
Source2:        aqute-service.tar.gz

BuildArch:      noarch

BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  eclipse-ecj
BuildRequires:  eclipse-jdt
BuildRequires:  locales-en

Requires:  java >= 0:1.5.0
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
The bnd tool helps you create and diagnose OSGi R4 bundles.
The key functions are:
- Show the manifest and JAR contents of a bundle
- Wrap a JAR so that it becomes a bundle
- Create a Bundle from a specification and a class path
- Verify the validity of the manifest entries
The tool is capable of acting as:
- Command line tool
- File format
- Directives
- Use of macros

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
mkdir -p target/site/apidocs/
mkdir -p target/classes/
mkdir -p src/main/
mv OSGI-OPT/src src/main/java
pushd src/main/java
tar xfs %{SOURCE2}
popd
sed -i "s|import aQute.lib.filter.*;||g" src/main/java/aQute/bnd/make/ComponentDef.java
sed -i "s|import aQute.lib.filter.*;||g" src/main/java/aQute/bnd/make/ServiceComponent.java

%build
export LANG=en_US.utf-8
export LC_ALL=en_US.utf-8
export OPT_JAR_LIST=:
export CLASSPATH=$(build-classpath ant)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.osgi_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.osgi.services_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.jface_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.jface.databinding_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.jface.text_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.ide_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.core.commands_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.core.jobs_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.core.runtime_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.core.resources_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.debug.core_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.debug.ui_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.text_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.console_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.editors_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.workbench_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.ui.workbench.texteditor_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.core_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.debug.ui_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.launching_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.junit_*.jar)
#CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.junit.core_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/dropins/jdt/plugins/org.eclipse.jdt.ui_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.equinox.common_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.equinox.registry_*.jar)
CLASSPATH=${CLASSPATH}:$(ls /usr/lib*/eclipse/plugins/org.eclipse.swt.*.jar)

javac -d target/classes -target 1.5 -source 1.5 $(find src/main/java -type f -name "*.java")
javadoc -d target/site/apidocs -sourcepath src/main/java aQute.lib.header aQute.lib.osgi aQute.lib.qtokens aQute.lib.filter
cp -p LICENSE maven-dependencies.txt plugin.xml pom.xml target/classes
for f in $(find aQute/ -type f -not -name "*.class"); do
    cp -p $f target/classes/$f
done
pushd target/classes
jar cmf ../../META-INF/MANIFEST.MF ../%{name}-%{version}.jar *
popd

sed -i "s|\r||g" LICENSE

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -pm 644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
%add_to_maven_depmap biz.aQute bndlib %{version} JPP %{name}
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%doc LICENSE
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%{_datadir}/maven2/poms/JPP-aqute-bndlib.pom
%{_mavendepmapfragdir}/aqute-bndlib

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.363-5
+ Revision: 6ccfe24
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15839 |14mr|argyllcms-1.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname argyll %{major}
%define libicc %mklibname argyllicc %{major}
%define devname %mklibname argyll -d

Summary:	ICC compatible color management system
Name:		argyllcms
Version:	1.6.3
Release:	1
License:	GPLv3+ and BSD and MIT and AGPLv3+
Group:		Graphics
Url:		http://gitorious.org/hargyllcms
Source0:	http://people.freedesktop.org/~hughsient/releases/hargyllcms-%{version}.tar.xz
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xxf86vm)
Requires:	udev

%description
The Argyll color management system supports accurate ICC profile creation for
scanners, CMYK printers, film recorders and calibration and profiling of
displays.

Spectral sample data is supported, allowing a selection of illuminants observer
types, and paper fluorescent whitener additive compensation. Profiles can also
incorporate source specific gamut mappings for perceptual and saturation
intents. Gamut mapping and profile linking uses the CIECAM02 appearance model,
a unique gamut mapping algorithm, and a wide selection of rendering intents. It
also includes code for the fastest portable 8 bit raster color conversion
engine available anywhere, as well as support for fast, fully accurate 16 bit
conversion. Device color gamuts can also be viewed and compared using a VRML
viewer.

%files
%defattr(0644,root,root,0755)
%doc %{_defaultdocdir}/argyll
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/color/argyll
%doc AUTHORS ChangeLog Readme.txt

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Argyll CMS libraries
Group:		System/Libraries

%description -n %{libname}
This package contains shared libraries used by Argyll CMS.

%files -n %{libname}
%{_libdir}/libargyll.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libicc}
Summary:	Argyll CMS libraries
Group:		System/Libraries
Conflicts:	%{_lib}argyll0 < 1.5.1-2

%description -n %{libicc}
This package contains shared libraries used by Argyll CMS.

%files -n %{libicc}
%{_libdir}/libargyllicc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Argyll CMS development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libicc} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for Argyll CMS shared libraries.

%files -n %{devname}
%doc AUTHORS ChangeLog Readme.txt
%{_libdir}/libargyll*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n hargyllcms-%{version}

%build
autoreconf -fi
export LDFLAGS="-ldl"
%configure2_5x --disable-static
#parallel build is broken
make LIBS="-lrt -lpthread -lz -lm"

%install
%makeinstall_std


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.3-1
+ Revision: d777df7
- New version 1.6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15840 |14mr|aria2-1.18.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Download utility with resuming and segmented downloading
Name:		aria2
Version:	1.18.7
Release:	1
License:	GPLv2+
Group:		Networking/File transfer
URL:		http://aria2.sourceforge.net/
Source0:	http://downloads.sourceforge.net/aria2/%{name}-%{version}.tar.xz
BuildRequires:	bison
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gnutls) >= 3.0
BuildRequires:	pkgconfig(libcares)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(libgcrypt)
Requires:	rootcerts
#we need 1.7.0 to have ares_library_init available
Requires:	c-ares >= 1.7.0
Provides:	webfetch

%description
Aria2 has segmented downloading engine in its core. It can download one 
file from multiple URLs or multiple connections from one URL. This results
in very high speed downloading, very much faster than ordinary browsers.
This engine is implemented with a single-thread model.
It can also download BitTorrent files and supports Metalink version 3.0.

%prep
%setup -q

%build
export CFLAGS="%{optflags} -Os"
export CXXFLAGS="$CFLAGS"

%configure2_5x \
	--with-ca-bundle="%{_sysconfdir}/pki/tls/cert.pem" \
	--enable-bittorrent \
	--enable-metalink \
	--enable-epoll \
	--enable-threads=posix \
	--disable-rpath \
	--with-gnutls \
	--without-openssl \
	--with-sqlite3 \
	--with-libxml2 \
	--without-libexpat \
	--with-libcares \
	--with-libz

%make

# (tpg) disable checks on x86, on x86_64 all of them passes without any failures
%ifnarch %{ix86}
%check
make check
%endif

%install
%makeinstall_std

%find_lang %{name} --with-man --all-name

%files -f %{name}.lang
%doc AUTHORS README NEWS
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Sat Sep 27 2014 dsilakov <denis.silakov@rosalab.ru> 1.18.7-1
+ Revision: ec08d1d
- Merge pull request #3 from import/aria2:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15841 |14mr|ark-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Handle file archives
Name:		ark
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
Url:		http://utils.kde.org/projects/ark
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdebase4-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(zlib)
Suggests:	p7zip
Suggests:	unzip

%description
Ark is a program for managing various archive formats within the KDE
environment.

%files
%{_kde_bindir}/ark
%{_kde_libdir}/kde4/kerfuffle_*
%{_kde_libdir}/kde4/arkpart.so
%{_kde_libdir}/kde4/libextracthere.so
%{_kde_applicationsdir}/ark.desktop
%{_kde_appsdir}/ark
%{_kde_datadir}/config.kcfg/ark.kcfg
%{_kde_iconsdir}/hicolor/*/apps/ark*
%{_kde_services}/ark_part.desktop
%{_kde_services}/kerfuffle_*
%{_kde_services}/ark_dndextract.desktop
%{_kde_services}/ServiceMenus/ark_*.desktop
%{_kde_servicetypes}/kerfufflePlugin.desktop
%{_kde_docdir}/HTML/*/ark
%{_kde_mandir}/man1/ark.1.*

#---------------------------------------------

%define libkerfuffle_major 4
%define libkerfuffle %mklibname kerfuffle %{libkerfuffle_major}

%package -n %{libkerfuffle}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkerfuffle}
KDE 4 library.

%files -n %{libkerfuffle}
%{_kde_libdir}/libkerfuffle.so.%{libkerfuffle_major}*

#---------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libkerfuffle} = %{EVRD}

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_libdir}/libkerfuffle.so

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 0f69025
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15842 |14mr|arpwatch-2.1a15-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network monitoring tools for tracking IP addresses on the network
Name:		arpwatch
Version:	2.1a15
Release:	11
Epoch:		2
License:	BSD
Group:		Monitoring
URL:		ftp://ftp.ee.lbl.gov
Source0:	ftp://ftp.ee.lbl.gov/arpwatch-%{version}.tar.gz
Source1:	arpwatch.init
Source2:	arpwatch.sysconfig
Patch0:		arpwatch-Makefile-fixes.patch
Patch1:		arpwatch-2.1a11-noip.diff
Patch2:		arpwatch-2.1a13-drop_root.diff
Patch3:		arpwatch-drop-man.patch
Patch4:		arpwatch-2.1a13-mail_user.diff
Patch5:		arpwatch-2.1a15-LDFLAGS.diff
BuildRequires:	libpcap-devel
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires:	sendmail-command
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The arpwatch package contains arpwatch and arpsnmp.  Arpwatch and arpsnmp
are both network monitoring tools.  Both utilities monitor Ethernet or
FDDI network traffic and build databases of Ethernet/IP address pairs,
and can report certain changes via email.

Install the arpwatch package if you need networking monitoring devices
which will automatically keep traffic of the IP addresses on your
network.

%prep

%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p0 -b .droproot
%patch3 -p0 -b .droprootman
%patch4 -p1 -b .mailuser
%patch5 -p0

cp %{SOURCE1} arpwatch.init
cp %{SOURCE2} arpwatch.sysconfig

%build
libtoolize --copy --force

%serverbuild
%configure2_5x
%make \
    ARPDIR=%{_localstatedir}/lib/arpwatch \
    SENDMAIL="%{_sbindir}/sendmail" \
    LDFLAGS="%ldflags"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_localstatedir}/lib/arpwatch
install -d %{buildroot}%{_mandir}/man8

%makeinstall_std install-man

for n in arp2ethers massagevendor; do
    install -m755 $n %{buildroot}%{_localstatedir}/lib/arpwatch
done

for n in *.awk *.dat; do
    install -m644 $n %{buildroot}%{_localstatedir}/lib/arpwatch
done

install -m0755 arpwatch.init %{buildroot}%{_initrddir}/arpwatch
install -m0644 arpwatch.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/arpwatch 

%pre
%_pre_useradd arpwatch %{_localstatedir}/lib/arpwatch /bin/sh

%post
%_post_service arpwatch

%preun
%_preun_service arpwatch

%postun
%_postun_userdel arpwatch

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README CHANGES
%attr(0755,root,root) %{_initrddir}/arpwatch
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/arpwatch
%{_sbindir}/*
%{_mandir}/man*/*
%dir %attr(0755,arpwatch,arpwatch) %{_localstatedir}/lib/arpwatch
%config(noreplace) %{_localstatedir}/lib/arpwatch/arp.dat
#
# (fg) 20010403 DON'T PUT THIS AS NOREPLACE! Ethernet codes are bound to
# change, and if ever you have a new one, submit it to arpwatch author!
#
%config %{_localstatedir}/lib/arpwatch/ethercodes.dat
%{_localstatedir}/lib/arpwatch/*.awk
%{_localstatedir}/lib/arpwatch/arp2ethers
%{_localstatedir}/lib/arpwatch/massagevendor



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:2.1a15-11
+ Revision: eb2cf78
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15843 |14mr|artikulate-4.14.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pronunciation trainer application for KDE
Name:		artikulate
Version:	4.14.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(QtGStreamer-1.0)
Requires:	kqtquickcharts

%description
Artikulate is a pronunciation trainer that aims at improving and perfecting
the pronunciation skills of the user.

%files
%doc COPYING*
%{_kde_bindir}/artikulate
%{_kde_appsdir}/artikulate/
%{_kde_appsdir}/artikulateui.rc
%{_kde_applicationsdir}/artikulate.desktop
%{_kde_configdir}/artikulate.knsrc
%{_kde_datadir}/config.kcfg//artikulate.kcfg
%{_kde_docdir}/HTML/en/artikulate/
%{_kde_iconsdir}/hicolor/*/*/artikulate*.*
%{_datadir}/appdata/artikulate.appdata.xml

#----------------------------------------------------------------------------

%define core_major 4
%define libartikulatecore %mklibname artikulatecore %{core_major}

%package -n %{libartikulatecore}
Summary:	Runtime library for Artikulate
Group:		System/Libraries

%description -n %{libartikulatecore}
Runtime library for Artikulate.

%files -n %{libartikulatecore}
%{_kde_libdir}/libartikulatecore.so.%{core_major}*

#----------------------------------------------------------------------------

%define profile_major 4
%define libartikulatelearnerprofile %mklibname artikulatelearnerprofile %{profile_major}

%package -n %{libartikulatelearnerprofile}
Summary:	Runtime library for Artikulate
Group:		System/Libraries

%description -n %{libartikulatelearnerprofile}
Runtime library for Artikulate.

%files -n %{libartikulatelearnerprofile}
%{_kde_libdir}/libartikulatelearnerprofile.so.%{profile_major}*

#----------------------------------------------------------------------------

%define sound_major 4
%define libartikulatesound %mklibname artikulatesound %{sound_major}

%package -n %{libartikulatesound}
Summary:	Runtime library for Artikulate
Group:		System/Libraries

%description -n %{libartikulatesound}
Runtime library for Artikulate.

%files -n %{libartikulatesound}
%{_kde_libdir}/libartikulatesound.so.%{sound_major}*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't have devel package so drop .so
rm %{buildroot}%{_kde_libdir}/libartikulate*.so


%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.0-1
+ Revision: a5008b0
- Add new shared library libartikulatesound and update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15844 |14mr|asciidoc-8.6.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		asciidoc
Version:	8.6.8
Release:	2

Summary:	Tool to convert AsciiDoc text files to DocBook, HTML or Unix man pages
License:	GPLv2+
Group:		Publishing
Url:		http://www.methods.co.nz/asciidoc/
Source0:	http://downloads.sourceforge.net/project/asciidoc/asciidoc/%{version}/asciidoc-%{version}.tar.xz
Patch0:		asciidoc-8.6.8-datadir.patch
BuildRequires:	python-devel
BuildRequires:	dos2unix
BuildRequires:	docbook-dtd42-xml
BuildRequires:	docbook-dtd43-xml
BuildRequires:	docbook-dtd44-xml
BuildRequires:	docbook-dtd45-xml
BuildRequires:	xsltproc

BuildArch:	noarch

# For a2x
Suggests:	dblatex
Suggests:	fop
Suggests:	w3m
Suggests:	xsltproc

%description
AsciiDoc is a text document format for writing short documents, articles,
books and UNIX man pages.

%prep
%setup -q
%patch0 -p1

for i in CHANGELOG README;
do
    iconv -f ISO-8859-1 -t UTF-8 -o $i.UTF-8 $i
    mv  $i.UTF-8 $i
done
for i in  doc/book-multi.txt doc/article.txt COPYRIGHT doc/faq.txt filters/code/code-filter-readme.txt \
doc/asciidoc.1.txt filters/code/code-filter-test.txt doc/book.txt doc/latex-backend.txt;
do  
    dos2unix < $i > $i.fixed ; mv -f $i.fixed $i ;
done

%build
%configure2_5x
sed -ri 's/a2x.py -f/a2x.py -v -f/g' Makefile
%make

%install
%makeinstall_std

# real conf data goes to sysconfdir, rest to datadir; symlinks so asciidoc works
for d in dblatex docbook-xsl images javascripts stylesheets; do
    mv %{buildroot}%{_sysconfdir}/asciidoc/$d \
        %{buildroot}%{_datadir}/asciidoc
    ln -s %{_datadir}/asciidoc/$d %{buildroot}%{_sysconfdir}/asciidoc/
done

# Python API
install -Dpm 644 asciidocapi.py %{buildroot}%{python_sitelib}/asciidocapi.py

# Make it easier to %exclude these with both rpm < and >= 4.7
for file in %{buildroot}{%{_bindir},%{_datadir}/asciidoc/filters/*}/*.py ; do
    rm -f ${file}{c,o}
done

%files
%doc BUGS CHANGELOG COPYRIGHT README
%doc doc/*.txt filters/*/*.txt
%doc %{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/asciidoc/
%{_bindir}/asciidoc.py
%{_bindir}/asciidoc
%{_bindir}/a2x.py
%{_bindir}/a2x
%{_datadir}/asciidoc/
%{python_sitelib}/asciidocapi.py*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 8.6.8-2
+ Revision: 12e715b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15845 |14mr|asm-1.5.3-3.0.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support     1
%define section         free

Name:           asm
Version:        1.5.3
Release:        3.0.7
Epoch:          0
Summary:        A code manipulation tool to implement adaptable systems
License:        BSD-style
URL:            http://asm.objectweb.org/
Group:          Development/Java
Source0:        http://download.us.forge.objectweb.org/asm/asm-1.5.3.tar.gz
Source1:        http://asm.objectweb.org/current/asm-eng.pdf
Source2:        http://asm.objectweb.org/doc/faq.html
Source3:        http://repo1.maven.org/maven2/asm/asm/1.5.3/asm-1.5.3.pom
Source4:        http://repo1.maven.org/maven2/asm/asm-analysis/1.5.3/asm-analysis-1.5.3.pom
Source5:        http://repo1.maven.org/maven2/asm/asm-attrs/1.5.3/asm-attrs-1.5.3.pom
Source6:        http://repo1.maven.org/maven2/asm/asm-tree/1.5.3/asm-tree-1.5.3.pom
Source7:        http://repo1.maven.org/maven2/asm/asm-util/1.5.3/asm-util-1.5.3.pom
Source8:        http://repo1.maven.org/maven2/asm/asm-xml/1.5.3/asm-xml-1.5.3.pom
Source9:        http://repo1.maven.org/maven2/asm/kasm/1.5.3/kasm-1.5.3.pom
Patch0:         asm-no-classpath-in-manifest.patch
BuildRequires:  ant
BuildRequires:  java-devel
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  objectweb-anttask
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel >= 0:1.0.31
%else
BuildArch:      noarch
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
ASM is a code manipulation tool to implement adaptable systems.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description        javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
find . -name "*.jar" -exec rm -f {} \;
install -m 644 %{SOURCE1} .
install -m 644 %{SOURCE2} .

%build
%ant -Dobjectweb.ant.tasks.path=$(build-classpath objectweb-anttask) jar jdoc

%install
rm -rf $RPM_BUILD_ROOT

# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/%{name}
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms

install -m 644 output/dist/lib/asm-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.asm-asm.pom
%add_to_maven_depmap %{name} %{name} %{version} JPP/%{name} %{name}

install -m 644 output/dist/lib/asm-analysis-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.asm-asm-analysis.pom
%add_to_maven_depmap %{name} %{name}-analysis %{version} JPP/%{name} %{name}-analysis

install -m 644 output/dist/lib/asm-attrs-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/
install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.asm-asm-attrs.pom
%add_to_maven_depmap %{name} %{name}-attrs %{version} JPP/%{name} %{name}-attrs

install -m 644 output/dist/lib/asm-tree-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/
install -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.asm-asm-tree.pom
%add_to_maven_depmap %{name} %{name}-tree %{version} JPP/%{name} %{name}-tree

install -m 644 output/dist/lib/asm-util-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/
install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.asm-asm-util.pom
%add_to_maven_depmap %{name} %{name}-util %{version} JPP/%{name} %{name}-util

install -m 644 output/dist/lib/asm-xml-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/
install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.asm-asm-xml.pom
%add_to_maven_depmap %{name} %{name}-xml %{version} JPP/%{name} %{name}-xml

install -m 644 output/dist/lib/kasm-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/
install -m 644 %{SOURCE9} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.asm-kasm.pom
%add_to_maven_depmap %{name} k%{name} %{version} JPP/%{name} k%{name}



for jar in output/dist/lib/*.jar; do
install -m 644 ${jar} \
$RPM_BUILD_ROOT%{_javadir}/%{name}/`basename ${jar}`
done

(cd $RPM_BUILD_ROOT%{_javadir}/%{name} && for jar in *-%{version}*; do \
ln -sf ${jar} ${jar/-%{version}/}; done)

# javadoc
install -p -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr output/dist/doc/javadoc/user/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
(cd $RPM_BUILD_ROOT%{_javadocdir} && ln -sf %{name}-%{version} %{name})

%{__perl} -pi -e 's/\r$//g' README.txt

%{gcj_compile}

%clean
%{__rm} -rf %{buildroot}


%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc README.txt faq.html asm-eng.pdf
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/*.jar
%{_datadir}/maven2
%{_mavendepmapfragdir}
%{gcj_files}

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%dir %{_javadocdir}/%{name}





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.5.3-3.0.7
+ Revision: 07d130b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15846 |14mr|asm2-2.2.3-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support 1
%define section	free

Name:		asm2
Version:	2.2.3
Release:	13
Epoch:		0
Summary:	A code manipulation tool to implement adaptable systems
License:	BSD-like
URL:		http://asm.objectweb.org/
Group:		Development/Java
#Vendor:		JPackage Project
#Distribution:	JPackage
Source0:	http://download.fr2.forge.objectweb.org/asm/asm-2.2.3.tar.bz2
BuildRequires:	ant
BuildRequires:	java-rpmbuild >= 0:1.6
BuildRequires:	objectweb-anttask
%if %{gcj_support}
BuildRequires:	java-gcj-compat-devel
%else
BuildArch:      noarch
%endif

%description
ASM is a code manipulation tool to implement adaptable systems.

%package	javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description	javadoc
Javadoc for %{name}.

%prep
%setup -q -n asm-%{version}
find . -name "*.jar" -exec %{__rm} -f {} \;
%{__mkdir_p} test/lib
%{__perl} -pi -e 's|.*<attribute name="Class-path".*||' archive/asm-xml.xml

%build
export CLASSPATH=
export OPT_JAR_LIST=
%ant -Dobjectweb.ant.tasks.path=$(build-classpath objectweb-anttask) jar jdoc

%install
%{__rm} -rf %{buildroot}

# jars
%{__mkdir_p} %{buildroot}%{_javadir}/%{name}

for jar in output/dist/lib/*.jar; do
newjar=${jar/asm-/asm2-}
%{__install} -m 644 ${jar} \
%{buildroot}%{_javadir}/%{name}/`basename ${newjar}`
done

(cd %{buildroot}%{_javadir}/%{name} && for jar in *-%{version}*; do \
%{__ln_s} ${jar} ${jar/-%{version}/}; done)

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a output/dist/doc/javadoc/user/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

# fix end-of-line
%{__perl} -pi -e 's/\r$//g' README.txt

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ $1 -eq 0 ]; then
  rm -f %{_javadocdir}/%{name}
fi

%files
%defattr(0644,root,root,0755)
%doc README.txt
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%ghost %dir %{_javadocdir}/%{name}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:2.2.3-13
+ Revision: 418f297
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15847 |14mr|asm3-3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support     0
%define section         free

Name:           asm3
Version:        3.2
Release:        2
Epoch:          0
Summary:        Code manipulation tool to implement adaptable systems
License:        BSD-style
URL:            http://asm.objectweb.org/
Group:          Development/Java
Source0:        http://download.fr2.forge.objectweb.org/asm/asm-%{version}.tar.gz
Source1:		asm-3.0.pom
Source2:		asm-analysis-3.0.pom
Source3:		asm-commons-3.0.pom
Source4:		asm-tree-3.0.pom
Source5:		asm-util-3.0.pom
Source6:		asm-xml-3.0.pom
Source7:		asm-MANIFEST.MF
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  objectweb-anttask
BuildRequires:  zip
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel
%endif

%description
ASM is a code manipulation tool to implement adaptable systems.

%package        javadoc
Summary:        Javadoc for %{name}
Group:                Development/Java

%description        javadoc
Javadoc for %{name}.

%prep
%setup -q -n asm-%{version}
%{__mkdir_p} test/lib
%{__perl} -pi -e 's|.*<attribute name="Class-path".*||' archive/asm-xml.xml

%build
export CLASSPATH=:
export OPT_JAR_LIST=:
%{ant} -Dobjectweb.ant.tasks.path=$(build-classpath objectweb-anttask) jar jdoc

# inject OSGi manifests
mkdir -p META-INF
cp %{SOURCE7} META-INF/MANIFEST.MF
zip -u output/dist/lib/all/asm-all-%{version}.jar META-INF/MANIFEST.MF

%install
%{__rm} -rf %{buildroot}

# jars
%{__mkdir_p} %{buildroot}%{_javadir}/%{name}

for jar in output/dist/lib/*.jar; do
newjar=${jar/asm-/%{name}-}
%{__install} -m 644 ${jar} \
%{buildroot}%{_javadir}/%{name}/`basename ${newjar}`
done

install -m 644 output/dist/lib/all/asm-all-%{version}.jar \
%{buildroot}%{_javadir}/%{name}/asm-all-%{version}.jar

(cd %{buildroot}%{_javadir}/%{name} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

#poms
%add_to_maven_depmap asm asm %{version} JPP/asm3 asm3
%add_to_maven_depmap asm asm-util %{version} JPP/asm3 asm3-util
%add_to_maven_depmap asm asm-analysis %{version} JPP/asm3 asm3-analysis
%add_to_maven_depmap asm asm-commons %{version} JPP/asm3 asm3-commons
%add_to_maven_depmap asm asm-tree %{version} JPP/asm3 asm3-tree
%add_to_maven_depmap asm asm-xml %{version} JPP/asm3 asm3-xml

install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 %{SOURCE1} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.asm.pom
install -pm 644 %{SOURCE2} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.asm-util.pom
install -pm 644 %{SOURCE3} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.asm-analysis.pom
install -pm 644 %{SOURCE4} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.asm-commons.pom
install -pm 644 %{SOURCE5} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.asm-tree.pom
install -pm 644 %{SOURCE6} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.asm-xml.pom

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a output/dist/doc/javadoc/user/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%{gcj_compile}

# fix end-of-line
%{__perl} -pi -e 's/\r$//g' README.txt

%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc README.txt
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/*.jar
%{_datadir}/maven2/poms/*
%config(noreplace) %{_mavendepmapfragdir}/*
%{gcj_files}

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%dir %{_javadocdir}/%{name}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:3.2-2
+ Revision: 6d03188
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15848 |14mr|aspell-0.60.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 15
%define libname %mklibname %{name} %{major}
%define libpspell %mklibname pspell %{major}
%define develname %mklibname %{name} -d

Summary:	A Free and Open Source interactive spelling checker program
Name:		aspell
Version:	0.60.6.1
Release:	4
Group:		Text tools
License:	LGPL
URL:		http://aspell.net/
Source0:	ftp://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz
Requires:	aspell-dictionary

%description
GNU Aspell is a Free and Open Source spell checker designed to eventually 
replace Ispell. It can either be used as a library or as an independent 
spell checker.
Its main feature is that it does a much better job of coming up with possible 
suggestions than just about any other spell checker out there for the English 
language, including Ispell and Microsoft Word. It also has many other technical
enhancements over Ispell such as using shared memory for dictionaries and 
intelligently handling personal dictionaries when more than one Aspell process 
is open at once.

%package -n %{libname}
Summary:	Shared library files for aspell
Group:		Text tools

%description -n %{libname}
Shared library files for the aspell package.

%package -n %{libpspell}
Summary:	Shared library files for aspell
Group:		Text tools
Conflicts:	%{libname} < 0.60.6.1-3

%description -n %{libpspell}
Shared library files for the aspell package.

%package -n %{develname}
Summary:	Development files for aspell
Group:		Development/Other
Requires:	%{name} >= %{version}-%{release}
Requires:	%{libname} >= %{version}-%{release}
Requires:	%{libpspell} >= %{version}-%{release}
Provides:	libaspell-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{libname}-devel < %{version}-%{release}
Conflicts:	libpspell4-devel

%description -n %{develname}
Development headers, and files for development from the aspell package.

%package manual
Summary:	Manual for aspell
Group:		Text tools

%description manual
This package contains a manual for aspell.

GNU Aspell is a Free and Open Source spell checker designed to eventually 
replace Ispell. It can either be used as a library or as an independent 
spell checker. 

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-rpath

%make

%install
rm -rf %{buildroot}

%makeinstall_std
#make DESTDIR=%buildroot install

# Provides symlink for configures that mean to match aspell on %%_libdir/aspell
pushd %{buildroot}%{_libdir}
    ln -sf aspell-0.60 aspell
popd

# multiarch policy
%multiarch_binaries %{buildroot}%{_bindir}/pspell-config

%find_lang %{name}

# cleanup
rm -f %{buildroot}%{_libdir}/*.la

%pre
if [ -d %{_libdir}/aspell ]; then 
    rm -rf %{_libdir}/aspell
fi

%files -f %{name}.lang
%doc README TODO
%{_bindir}/aspell*
%{_bindir}/run-with-aspell
%{_bindir}/word-list-compress
%{_bindir}/precat
%{_bindir}/preunzip
%{_bindir}/prezip
%{_bindir}/prezip-bin
%{_libdir}/aspell-0.60
%{_libdir}/aspell
%doc %{_datadir}/info/aspell*
%doc %{_mandir}/man1/*.1*

%files -n %{libname}
%{_libdir}/libaspell.so.%{major}*

%files -n %{libpspell}
%{_libdir}/libpspell.so.%{major}*

%files -n %{develname}
%{_bindir}/pspell-config
%{_includedir}/*
%{_libdir}/libaspell.so
%{_libdir}/libpspell.so
%{multiarch_bindir}/pspell-config

%files manual
%doc manual/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60.6.1-4
+ Revision: 882dc8a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15849 |14mr|aspell-af-0.50.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-0

%define languageenglazy Afrikaans
%define languagecode af
%define lc_ctype af_ZA

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.0
Release:       15
Group:         System/Internationalization
Source:        ftp://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	   LGPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides:	   spell-%{languagecode}
# old ispell is repalced with aspell
Obsoletes:	   ispell-%{languagecode}

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv -f README README.%{languagecode}
chmod 644 Copyright README.%{languagecode} doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.%{languagecode} Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-15
+ Revision: 2025d86
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15850 |14mr|aspell-am-0.03.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.03-1
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Amharic
%define languagecode am
%define lc_ctype am_ET

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.03.1
Release:       11
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
An %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Copyright README* doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.03.1-11
+ Revision: 8b266a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15851 |14mr|aspell-az-0.02.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.02-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Azeri
%define languagecode az
%define lc_ctype az_AZ

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.02.0
Release:       13
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
An %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.02.0-13
+ Revision: f716e3f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15852 |14mr|aspell-be-0.50.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.01

%define languageenglazy Belarussian
%define languagecode be
%define lc_ctype be_BY

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.0
Release:       15
Group:         System/Internationalization
#Source:        ftp://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
Source:        ftp://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell5-%{languagecode}-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}


BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
#%setup -q -n %{name}-%{src_ver}
%setup -q -n aspell5-be-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv -f README README.%{languagecode}
chmod 644 Copyright README.%{languagecode} #doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.%{languagecode} Copyright 
#%doc doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-15
+ Revision: 0ca27f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15853 |14mr|aspell-bg-4.1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

# NOTE: the bulgarian.kbd file in the sources is not in utf-8;
# that is wrong and fixed in the spec file; the fix has to
# be removed once the kbd file shipped with the sources is fixed.

%define src_ver 4.1-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Bulgarian
%define languagecode bg
%define lc_ctype bg_BG

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       4.1.0
Release:       8
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}


BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

# the kbd file is not in utf-8; that is wrong, fixing it
cat bulgarian.kbd | iconv -f cp1251 -t utf-8  > tmpfile
cat tmpfile > bulgarian.kbd

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv -f README README.%{languagecode}
chmod 644 Copyright README.%{languagecode} doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.%{languagecode} Copyright 
%doc doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.1.0-8
+ Revision: 0931f8e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15854 |14mr|aspell-bn-0.01.1.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.01.1-1
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Bengali
%define languagecode bn
%define lc_ctype bn_BD

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.01.1.1
Release:       13
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Copyright doc/README
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01.1.1-13
+ Revision: e8f6a75
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15855 |14mr|aspell-br-0.60.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define ver_major 0.60
%define ver_minor 2

%define src_ver %ver_major-%ver_minor

%define languageenglazy Breton
%define languagecode br
%define lc_ctype br_FR

Summary:       %{languageenglazy} files for aspell
Summary(br):   Geriadur brezhonek evit aspell
Name:          aspell-%{languagecode}
Version:       %ver_major.%ver_minor
Release:       13
Group:         System/Internationalization
Source:        ftp://ftp.gnu.org/gnu/aspell/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-br


BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%description -l br
Geriadur brezhonek evit aspell.

%prep
%setup -q -n %{name}-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv -f README README.%{languagecode}
chmod 644 Copyright README.%{languagecode} doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.%{languagecode} Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60.2-13
+ Revision: cd90211
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15856 |14mr|aspell-ca-20090721-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 2.1.5-1
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Catalan
%define languagecode ca
%define lc_ctype ca_ES

Summary:       %{languageenglazy} files for aspell
Summary(ca):   Diccionari català per aspell
Name:          aspell-%{languagecode}
Version:       20090721
Release:       5
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	GPLv2
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-ca


BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%description -l ca
aspell-ca té les dades d'ortografia del català per utilitzar-se amb
el programa ispell. Amb aquesta extensió, podeu redactar un document
en català i verificar fàcilment les seves errades.

aspell es pot utilitzar directament des de la línia d'ordres
per tal de verificar un fitxer o utilitzat per diversos programes
comercials de text, com el Lyx, etc."

%prep
%setup -q -n %{fname}-%{src_ver}
iconv -f ISO-8859-15 -t utf-8 doc/ChangeLog -o doc/ChangeLog.aux
iconv -f ISO-8859-15 -t utf-8 Copyright -o Copyright.aux
mv -f doc/ChangeLog.aux doc/ChangeLog
mv -f Copyright.aux Copyright

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv -f README README.%{languagecode}
chmod 644 Copyright README.%{languagecode} doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.%{languagecode} Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090721-5
+ Revision: 237a303
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15857 |14mr|aspell-cs-20040614.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 20040614-1
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Czech
%define languagecode cs
%define lc_ctype cs_CZ

Summary:       %{languageenglazy} files for aspell
Summary(cs):   Český slovník pro korektor překlepů aspell
Name:          aspell-%{languagecode}
Version:       20040614.1
Release:       12
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.sourceforge.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}
Provides:      spell-%{languagecode}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv -f README README.%{languagecode}
chmod 644 Copyright README.%{languagecode} 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.%{languagecode} Copyright doc/notes.txt doc/README.orig
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20040614.1-12
+ Revision: 603af62
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15858 |14mr|aspell-cy-0.50.3-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

# WARNING
# To build this package, you must set LC_ALL to cy
# example : LC_ALL=cy rpm -ba aspell-cy.speco

%define src_ver 0.50-3
%define languagelocal cymraeg
%define languageeng welsh
%define languageenglazy Welsh
%define languagecode cy
%define lc_ctype cy_CY

Summary:	%{languageenglazy} files for aspell
Name:		aspell-%{languagecode}
Version:	0.50.3
Release:	22
Group:		System/Internationalization
Source:		http://aspell.sourceforge.net/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		http://aspell.sourceforge.net/
License:	GPL
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Provides: spell-cy

BuildRequires:	aspell >= 0.50
Requires:	aspell >= 0.50
BuildRequires:	locales-cy

# Mandriva Stuff
Requires:	locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary

Autoreqprov:	no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build
export LC_ALL=cy

./configure
%make

%install
rm -fr $RPM_BUILD_ROOT

export LC_ALL=cy

make DESTDIR=$RPM_BUILD_ROOT install

# fix doc perms
chmod 644 README

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.50.3-22
+ Revision: cd32f6d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15859 |14mr|aspell-da-1.7.42-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver %{version}
%define fname new_aspell-da
%define aspell_ver 0.60
%define languagelocal dansk
%define languageeng danish
%define languageenglazy Danish
%define languagecode da

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       1.7.42
Release:       3
Epoch:	       1
Group:         System/Internationalization
Source:        http://da.speling.org/filer/new_aspell-da-%version.tar.bz2
URL:           http://da.speling.org/
License:       GPL
Provides: spell-da

BuildRequires: aspell >= %{aspell_ver}
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary aspell-dk

# RedHat Stuff.
#Obsoletes: ispell-dk, ispell-danish
Obsoletes: aspell-dk

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure
%make

%install
%makeinstall_std
chmod 644 README Copyright

%files
%doc README*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.7.42-3
+ Revision: 971df88
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15860 |14mr|aspell-de-20030222.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 20030222-1
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageeng german
%define languageenglazy German
%define languagecode de

Name:		aspell-%{languagecode}
Version:	20030222.1
Release:	13
Summary:	%{languageenglazy} files for aspell
Group:		System/Internationalization
Source:		http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		http://aspell.sourceforge.net/
License:	GPL
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

BuildRequires:	aspell >= %{aspell_ver}
Requires:	aspell >= %{aspell_ver}
Obsoletes:	aspell-de_CH
Provides:	aspell-de_CH
Provides:	aspell-de_AT
Provides:	aspell-de_DE
Obsoletes:	spell-%{languagecode}
Provides:	spell-%{languagecode}

# Mandriva Stuff
Requires:	locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
./configure
%make

%install
rm -fr $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README COPYING doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20030222.1-13
+ Revision: f3c5973
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15861 |14mr|aspell-el-0.50.3-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-3
%define languageeng greek
%define languageenglazy Greek
%define languagecode el

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.3
Release:       18
Group:         System/Internationalization
Source:        ftp://ftp.gnu.org/aspell/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:           http://aspell.sourceforge.net/
License:       GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-el

BuildRequires: aspell >= 0.50
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 README Copyright

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README Copyright
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.3-18
+ Revision: c3d9ef5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15862 |14mr|aspell-en-7.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 7.1-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languagelocal english
%define languageeng english
%define languageenglazy American
%define languagecode en
%define lc_ctype en_US

Summary:	English files for aspell
Name:		aspell-%{languagecode}
Version:	7.1.0
Release:	2
Group:		System/Internationalization
Source:		http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%fname-%{src_ver}.tar.bz2
URL:		http://aspell.sourceforge.net/
License:	SCOWL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides:	spell-%{languagecode}
# old ispell is repalced with aspell
Obsoletes:	ispell-%{languagecode}
Obsoletes:	ispell-english, iamerica, ibritish, ispell-british

BuildRequires:	make
BuildRequires:	aspell >= %{aspell_ver}
Requires:	aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:	locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary
Obsoletes:	aspell-en_CA aspell-en_GB
Provides:	aspell-en_CA aspell-en_GB

Autoreqprov:	no

%description
A English dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use %%configure macro
./configure

%make

%install
rm -fr %{buildroot}

%makeinstall_std

chmod 644 README Copyright

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root)
%doc README Copyright
%{_libdir}/aspell-%{aspell_ver}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 7.1.0-2
+ Revision: e66fb13
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15863 |14mr|aspell-eo-2.1.20000225a.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

# NOTE: as of version 0.50-2, the wordlist isn't using accents;
# so we fix that with a small script in %setup section; that should
# be removed once an accented wordlist is included

%define src_ver 2.1.20000225a-2
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languagelocal esperanto
%define languageeng esperanto
%define languageenglazy Esperanto
%define languagecode eo
%define lc_ctype eo_XX

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       2.1.20000225a.2
Release:       6
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:	       http://aspell.sourceforge.net/
License:       GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-eo


BuildRequires: aspell
Requires:      aspell

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary

# RedHat Stuff. is this right:
#Obsoletes: ispell-eo, ispell-esperanto

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
./configure
#%make

# the word list doesn't use accents; fixing that
cat << EOF > fixaccents.sh
#!/bin/bash
cat - | \
  sed 's/C[Xx]/ĉ/g' | sed 's/cx/ĉ/g' | \
  sed 's/G[Xx]/Ĝ/g' | sed 's/gx/ĝ/g' | \
  sed 's/H[Xx]/Ĥ/g' | sed 's/hx/ĥ/g' | \
  sed 's/J[Xx]/Ĵ/g' | sed 's/jx/ĵ/g' | \
  sed 's/S[Xx]/Ŝ/g' | sed 's/sx/ŝ/g' | \
  sed 's/U[Xx]/Ŭ/g' | sed 's/ux/ŭ/g' | \
  iconv -f utf-8 -t iso-8859-3
EOF
preunzip -c eo.cwl | sh ./fixaccents.sh | (LC_ALL=C sort) > eo.wl
aspell  --lang=eo create master ./eo.rws < eo.wl

%install
rm -fr $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

# fix doc perms
chmod 644 README

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.20000225a.2-6
+ Revision: 15a2a85
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15864 |14mr|aspell-es-1.11.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

# WARNING
# To build this package, you may have to set LANG to es
# example : LANG=es; rpm -ba aspell-es.spec

%define src_ver 1.11-2
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languagelocal espanol
%define languageeng spanish
%define languageenglazy Spanish
%define languagecode es

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       1.11.2
Release:       2
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:           http://aspell.sourceforge.net/
License:       GPLv2
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
BuildRequires: aspell >= %{aspell_ver}
Requires:      aspell >= %{aspell_ver}

BuildRequires: locales-es

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary spell-es

# RedHat Stuff. is this right:
#Obsoletes: ispell-es, ispell-spanish

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
export LANG=es
# don't use configure macro
./configure

%make

%install
rm -fr %{buildroot}
export LANG=es

%makeinstall_std

chmod 644 README Copyright

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root)
%doc README Copyright
%{_libdir}/aspell-%{aspell_ver}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.11.2-2
+ Revision: 0cbf0f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15865 |14mr|aspell-et-0.1.21.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.1.21-1
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Estonian
%define languagecode et
%define lc_ctype et_EE

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.1.21.1
Release:       14
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   LGPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
An %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.21.1-14
+ Revision: f202f26
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15866 |14mr|aspell-fa-0.11.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

# NOTE: the word list wrongly uses arabic kaf instead of farsi kaf,
# it is fixed trough a script in the make section (pablo)

%define src_ver 0.11-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Persian
%define languagecode fa
%define lc_ctype fa_IR

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.11.0
Release:       8
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure
#%make

# the word list wrongly uses arabic kaf instead of farsi kaf, fixing it
cat << EOF > fixkaf.sh
#!/bin/bash
cat - | \
  sed 's/ك/ک/g' 
EOF
preunzip -c %{languagecode}.cwl | sh ./fixkaf.sh | (LC_ALL=C sort) > %{languagecode}.wl
aspell  --lang=%{languagecode} create master ./%{languagecode}.rws < %{languagecode}.wl

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright 
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11.0-8
+ Revision: 28e2c57
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15867 |14mr|aspell-fi-0.60.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.7-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Finnish
%define languagecode fi
%define lc_ctype fi_FI

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.60.0
Release:       16
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.sourceforge.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}
Provides:      spell-%{languagecode}
# old ispell is repalced with aspell
Obsoletes:	   ispell-%{languagecode}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv -f README README.%{languagecode}
chmod 644 Copyright README.%{languagecode} 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.%{languagecode} Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60.0-16
+ Revision: dd9f87e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15868 |14mr|aspell-fo-0.2.16.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.2.16-1
%define fname aspell5-%{languagecode}
%define aspell_ver 0.60
%define languageeng faroese
%define languageenglazy Faroese
%define languagecode fo

Summary:	%{languageenglazy} files for aspell
Name:		aspell-%{languagecode}
Version:	0.2.16.1
Release:	13
Epoch:		1
License:	GPL
Group:		System/Internationalization
Url:		http://aspell.sourceforge.net/
Source0:	http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
BuildRequires:	aspell >= %{aspell_ver}
Requires:	aspell >= %{aspell_ver}
# Mandriva Stuff
Requires:	locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary
Provides:	spell-fo

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%files
%doc README Copyright doc/contributors
%{_libdir}/aspell-%{aspell_ver}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
%makeinstall_std

chmod 644 README Copyright



%changelog
* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.2.16.1-13
+ Revision: 9b9f183
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15869 |14mr|aspell-fr-0.50.3-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

# WARNING
# To build this package, you must set LC_ALL to fr
# example : LC_ALL=fr rpm -ba aspell-fr.spec

%define src_ver 0.50-3
%define languagelocal francais
%define languageeng french
%define languageenglazy French
%define languagecode fr
%define lc_ctype fr_FR

Name:		aspell-%{languagecode}
Version:	0.50.3
Release:	20
Summary:	%{languageenglazy} files for aspell
Group:		System/Internationalization
Source:		http://aspell.sourceforge.net/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		http://aspellfr.free.fr/aspell/
License:	GPL
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Provides: spell-fr

BuildRequires:	aspell >= 0.50
Requires:	aspell >= 0.50

BuildRequires:	locales-fr

# Mandriva Stuff
Requires:	locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary

# RedHat Stuff. is this right:
#Obsoletes: ispell-fr, ispell-french

Autoreqprov:	no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build
export LC_ALL=fr
./configure
%make

%install
rm -fr $RPM_BUILD_ROOT
export LC_ALL=fr
%makeinstall_std

# fix doc perms
chmod 644 README COPYING

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.50.3-20
+ Revision: 202f0ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15870 |14mr|aspell-ga-4.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 4.5-0
%define fname aspell5-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Irish
%define languagecode ga
%define lc_ctype ga_IE

Summary:	%{languageenglazy} files for aspell
Name:		aspell-%{languagecode}
Version:	4.5.0
Release:	2
Group:		System/Internationalization
Source:		http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		http://aspell.sourceforge.net/
License:	GPLv2
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

BuildRequires:	aspell >= %{aspell_ver}
BuildRequires:	make
Requires:	aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:	locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary
Provides:	aspell-%{lc_ctype}

Obsoletes:	ispell-%{languagecode}, iirish, ispell-gaeilge

Autoreqprov:	no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr %{buildroot}

%makeinstall_std

cp doc/README README.%{languagecode}
chmod 644 README* Copyright doc/*

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root)
%doc README.%{languagecode} Copyright 
%{_libdir}/aspell-%{aspell_ver}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.5.0-2
+ Revision: 1d56faa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15871 |14mr|aspell-gd-0.1.1.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.1.1-1
%define fname aspell5-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Scottish
%define languagecode gd
%define lc_ctype gd_GB

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.1.1.1
Release:       11
Epoch:         1
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides:	   spell-%{languagecode}
# old ispell is repalced with aspell
Obsoletes:	   ispell-%{languagecode}
Obsoletes:	   igaelic


BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv -f README README.%{languagecode}
chmod 644 Copyright README.%{languagecode} doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.%{languagecode} Copyright 
%doc doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.1.1.1-11
+ Revision: cde743d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15872 |14mr|aspell-gl-0.5a.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.5a-2

%define languageenglazy Galician
%define languagecode gl
%define lc_ctype gl_ES

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Epoch:         1
Version:       0.5a.2
Release:       7
Group:         System/Internationalization
Source:        ftp://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell6-%{languagecode}-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= 0.60
BuildRequires: make
Requires:      aspell >= 0.60

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n aspell6-gl-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv -f README README.%{languagecode}
chmod 644 Copyright README.%{languagecode} doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.%{languagecode} Copyright 
%doc doc/*
%{_libdir}/aspell-*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.5a.2-7
+ Revision: 4bf47ed
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15873 |14mr|aspell-gv-0.50.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-0

%define languageenglazy Manx Gaelic
%define languagecode gv
%define lc_ctype gv_GB

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.0
Release:       13
Group:         System/Internationalization
Source:        ftp://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides:	   spell-%{languagecode}
# old ispell is repalced with aspell
Obsoletes:	   ispell-%{languagecode}

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv -f README README.%{languagecode}
chmod 644 Copyright README.%{languagecode} doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.%{languagecode} Copyright 
%doc doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-13
+ Revision: 3d2f61f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15874 |14mr|aspell-he-1.0.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 1.0-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Hebrew
%define languagecode he
%define lc_ctype he_IL

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       1.0.0
Release:       13
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPLv2
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}
iconv -f ISO-8859-15 -t utf-8 README.iso -o README.iso.aux
mv -f README.iso.aux README.iso

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-13
+ Revision: 6259fc8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15875 |14mr|aspell-hi-0.02.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.02-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Hindi
%define languagecode hi
%define lc_ctype hi_IN

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.02.0
Release:       9
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
Patch1:		hindu-specific-chars.patch
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
An %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}
%patch1 -p0
mv u-deva.cset u-deva-hi.cset
mv u-deva.cmap u-deva-hi.cmap

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Copyright README*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.02.0-9
+ Revision: 28c47a1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15876 |14mr|aspell-hr-0.51.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.51-0
%define languageenglazy Croatian
%define languagecode hr
%define lc_ctype hr_HR

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.51.0
Release:       14
Group:         System/Internationalization
Source:	       http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   LGPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mkdir -p $RPM_BUILD_ROOT/%{_datadir}/aspell
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aspell

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.51.0-14
+ Revision: 76fa428
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15877 |14mr|aspell-hsb-0.02.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.02-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Upper Sorbian
%define languagecode hsb
%define lc_ctype hsb_DE

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.02.0
Release:       2
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
An %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
%makeinstall_std

chmod 644 Copyright README* 

%files
%doc README* Copyright 
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.02.0-2
+ Revision: 17df7a7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15878 |14mr|aspell-hu-0.99.4.2.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.99.4.2-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Hungarian
%define languagecode hu
%define lc_ctype hu_HU

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.99.4.2.0
Release:       10
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.sourceforge.net/
#Source:	       http://prdownloads.sourceforge.net/wordlist-hu/wordlist-hu-%{src_ver}.tar.bz2
#URL:		   http://wordlist-hu.sourceforge.net
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}
Provides:      spell-%{languagecode}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

#cp doc/README README.%{languagecode}
#chmod 644 README Copyright README.%{languagecode}

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.99.4.2.0-10
+ Revision: 8dc5022
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15879 |14mr|aspell-ia-0.50.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-1

%define languageenglazy Interlingua
%define languagecode ia
%define lc_ctype ia_XX

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.1
Release:       13
Group:         System/Internationalization
Source:        ftp://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	   LGPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
#there is currently no interlingua locale
#Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
An %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright 
%doc doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.1-13
+ Revision: 070bc7b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15880 |14mr|aspell-id-1.2.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 1.2-0
%define fname aspell5-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Indonesian
%define languagecode id
%define lc_ctype id_ID

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       1.2.0
Release:       13
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides:	   spell-%{languagecode}
# old ispell is repalced with aspell
Obsoletes:	   ispell-%{languagecode}
Obsoletes:	   ispell-indonesian
Obsoletes:	   indospell

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
An %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-13
+ Revision: 70948c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15881 |14mr|aspell-is-0.51.1-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.51.1-0
%define languageenglazy Icelandic
%define languagecode is
%define lc_ctype is_IS

Summary:	%{languageenglazy} files for aspell
Name:		aspell-%{languagecode}
Version:	0.51.1
Release:	15
License:	GPLv2+
Group:		System/Internationalization
Url:		http://aspell.net/
Source0:	http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
BuildRequires:	aspell >= 0.50
Requires:	aspell >= 0.50
# Mandriva Stuff
Requires:	locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary
Provides:	aspell-%{lc_ctype}

%description
An %{languageenglazy} dictionary for use with aspell, a spelling checker.

%files
%doc README* Copyright
%{_libdir}/aspell-*/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{src_ver}
chmod 644 Copyright README*

%build
# don't use configure macro
./configure

%make

%install
%makeinstall_std


%changelog
* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.51.1-15
+ Revision: 554822f
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15882 |14mr|aspell-it-0.54.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 2.2_20050523-0

%define languageenglazy Italian
%define languagecode it
%define lc_ctype it_IT

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.54.0
Release:       11
Group:         System/Internationalization
Source:        ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-%{languagecode}-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}
Provides:	   spell-it

Autoreqprov:   no

Obsoletes: ispell-it, ispell-italian

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n aspell6-%{languagecode}-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv README README.%{languagecode}
chmod 644 README* Copyright doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.54.0-11
+ Revision: 7a02d74
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15883 |14mr|aspell-ku-0.20.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.20-1
%define fname aspell5-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Kurdish
%define languagecode ku
%define lc_ctype ku_TR

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.20.1
Release:       2
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
%makeinstall_std

chmod 644 Copyright README* 

%files
%doc README* Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.20.1-2
+ Revision: 7aaed71
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15884 |14mr|aspell-la-20020503.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 20020503-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Latin
%define languagecode la
# FIXME: no locale yet
%define lc_ctype la_

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       20020503.0
Release:       13
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
#Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
#Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright 
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20020503.0-13
+ Revision: 295f40a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15885 |14mr|aspell-lt-1.2.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 1.2.1-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Lithuanian
%define languagecode lt
%define lc_ctype lt_LT

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       1.2.1
Release:       12
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   Free Software (see Copyright file)
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.1-12
+ Revision: b20f689
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15886 |14mr|aspell-lv-0.5.5.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.5.5-1
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Latvian
%define languagecode lv
%define lc_ctype lv_LV

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.5.5.1
Release:       14
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.5.1-14
+ Revision: 0b657f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15887 |14mr|aspell-mg-0.03.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.03-0
%define fname aspell5-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Malagasy
%define languagecode mg
%define lc_ctype mg_MG

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.03.0
Release:       11
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.03.0-11
+ Revision: 8d63dbe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15888 |14mr|aspell-mi-0.50.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-0
%define languageenglazy Maori
%define languagecode mi
%define lc_ctype mi_NZ

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.0
Release:       13
Group:         System/Internationalization
Source:	       http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   LGPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mkdir -p $RPM_BUILD_ROOT/%{_datadir}/aspell
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aspell

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-13
+ Revision: 3ca1138
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15889 |14mr|aspell-mk-0.50.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-0
%define languageenglazy Macedonian
%define languagecode mk
%define lc_ctype mk_MK

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.0
Release:       14
Group:         System/Internationalization
Source:	       http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mkdir -p $RPM_BUILD_ROOT/%{_datadir}/aspell
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aspell

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright 
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-14
+ Revision: 7443a93
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15890 |14mr|aspell-mn-0.06.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.06-2
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Mongol
%define languagecode mn
%define lc_ctype mn_MN

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.06.2
Release:       2
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		http://aspell.net/
License:	GPL
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
%makeinstall_std

chmod 644 Copyright README* doc/*

%files
%doc README* Copyright doc/* 
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.06.2-2
+ Revision: aa2d337
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15891 |14mr|aspell-mr-0.10.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.10-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Marathi
%define languagecode mr
%define lc_ctype mr_IN

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.10.0
Release:       12
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
Patch1:        marathi-specific-chars-426943.patch
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}
%patch1 -p0
mv u-deva.cset u-deva-mr.cset
mv u-deva.cmap u-deva-mr.cmap

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Copyright README*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.0-12
+ Revision: 407864c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15892 |14mr|aspell-ms-0.50.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-0
%define languageenglazy Malay
%define languagecode ms
%define lc_ctype ms_MY

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.0
Release:       14
Group:         System/Internationalization
Source:	       http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GFDL / OOPDL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mkdir -p $RPM_BUILD_ROOT/%{_datadir}/aspell
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aspell

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-14
+ Revision: 6d15193
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15893 |14mr|aspell-mt-0.50.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-0
%define languageenglazy Maltese
%define languagecode mt
%define lc_ctype mt_MT

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.0
Release:       12
Group:         System/Internationalization
Source:	       http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   LGPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mkdir -p $RPM_BUILD_ROOT/%{_datadir}/aspell
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/aspell

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-12
+ Revision: fb47112
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15894 |14mr|aspell-nb-0.50.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define src_ver 0.50.1-0
%define languageenglazy Norwegian Bokmaal
%define languagecode nb
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	%{languageenglazy} files for aspell
Name:		aspell-%{languagecode}
Version:	0.50.1
Release:	9
Group:		System/Internationalization
Source0:	ftp://ftp.gnu.org/aspell/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		http://aspell.sourceforge.net/
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Provides:	spell-no
Provides:	spell-nb

BuildRequires:	aspell >= 0.50
Requires:	aspell >= 0.50

# Mandriva Stuff
Requires:	locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary
Provides:	aspell-no = 0.50.2-13
Obsoletes:	aspell-no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README Copyright
%{_libdir}/aspell-*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.1-9
+ Revision: f87953b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15895 |14mr|aspell-nds-0.01.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.01-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Low-Saxon
%define languagecode nds
%define lc_ctype nds_DE

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.01.0
Release:       14
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

# if there is isn't a qwertz.kbd provided by aspell, create it
if [ ! -r ${RPM_BUILD_ROOT}/%{_libdir}/aspell-%{aspell_ver}/qwertz.kbd \
	-a ! -r /%{_libdir}/aspell-%{aspell_ver}/qwertz.kbd ]
then
	cat /%{_libdir}/aspell-%{aspell_ver}/standard.kbd | \
	perl -p -e 's/ty/tz/; s/yu/zu/; s/zx/yx/' \
	> ${RPM_BUILD_ROOT}/%{_libdir}/aspell-%{aspell_ver}/qwertz.kbd
fi

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Copyright README*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01.0-14
+ Revision: 6fca3d1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15896 |14mr|aspell-nl-0.50.2-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-2
%define fname aspell-%{languagecode}
%define aspell_ver 0.60
%define languagelocal nederlandse
%define languageeng dutch
%define languageenglazy Dutch
%define languagecode nl
%define lc_ctype ln_NL

Summary:	%{languageenglazy} files for aspell
Name:		aspell-%{languagecode}
Version:	0.50.2
Release:	20
Group:		System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		http://aspell.sourceforge.net/
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Provides: spell-nl

BuildRequires:	aspell >= %{aspell_ver}
Requires:	aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:	locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary

# RedHat Stuff. is this right:
#Obsoletes: ispell-fr, ispell-french

Autoreqprov:	no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
./configure
%make

%install
rm -fr $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

# fix doc perms
chmod 644 README doc/*

cd $RPM_BUILD_ROOT%{_libdir}/aspell && ln -s nl.rws nederlands

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README 
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.2-20
+ Revision: 1c372fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15897 |14mr|aspell-nn-0.50.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50.1-1
%define languageenglazy Nynorsk
%define languagecode nn
%define lc_ctype nn_NO

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.1
Release:       14
Group:         System/Internationalization
Source:	       http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.1-14
+ Revision: a431330
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15898 |14mr|aspell-ny-0.01.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.01-0
%define fname aspell5-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Nyanja
%define languagecode ny
# FIXME: no locale yet
%define lc_ctype ny_

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.01.0
Release:       14
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
# no locales-ny available yet.
#Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01.0-14
+ Revision: 7ac0984
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15899 |14mr|aspell-or-0.03.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.03-1
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Oriya
%define languagecode or
%define lc_ctype or_IN

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.03.1
Release:       12
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
# there is no locales-or yet.
#Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Copyright README* doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.03.1-12
+ Revision: 43a5019
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15900 |14mr|aspell-pa-0.01.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.01-1
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Punjabi
%define languagecode pa
%define lc_ctype pa_IN

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.01.1
Release:       13
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Copyright README*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01.1-13
+ Revision: 1ca5876
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15901 |14mr|aspell-pl-0.60.5-3.20110628.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define src_ver 6.0
%define snap 20110628
%define relsnap %{snap}-0
%define languageeng polish
%define languageenglazy Polish
%define languagecode pl
%define lc_ctype pl_PL

%define fname aspell6-pl-%{snap}

Summary:	%{languageenglazy} dictionary for aspell
Name:		aspell-pl
Version:	0.60.5
Release:	3.%{snap}.2
License:	GPLv2+
Group:		System/Internationalization
URL:		http://www.sjp.pl/slownik/ort/
Source0:	http://sjp.pl/slownik/ort/sjp-aspell6-%{languagecode}-%{src_ver}_%{relsnap}.tar.bz2
BuildRequires:	aspell >= 0.60.5
Requires:	aspell >= %{version}
Provides:	spell-%{languagecode}
# Mandriva Stuff
Requires:	locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary
Provides:	aspell-%{lc_ctype}
BuildArch:	noarch

%description
Polish dictionary (i.e. word list) for aspell.

%prep
%setup -qn aspell6-%{languagecode}-%{src_ver}_%{relsnap}

%build
# note: configure is not autoconf-generated
./configure

%make

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc README doc/*
%{_libdir}/aspell-*/*



%changelog
* Thu Oct 18 2012 Denis Silakov <denis.silakov@rosalab.ru> 0.60.5-3.20110628.2
+ Revision: 202b923
- Set BuildArch to noarch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15902 |14mr|aspell-pt-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define intname aspell6
%define intver 20110424

%define languageenglazy Portuguese
%define languagecode pt
%define lc_ctype pt_PT


Name:		aspell-%{languagecode}
Summary:	%{languageenglazy} files for aspell
Group:		System/Internationalization
Version:	0.60.0
Release:	4
License:	GPL
URL:		http://aspell.sourceforge.net/
# http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
Source:		http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/%{intname}.%{languagecode}-%{intver}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	aspell >= 0.60
BuildRequires:	make
Requires:	aspell >= 0.60
# Mandriva Stuff
Requires:	locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary
Provides:	aspell-%{lc_ctype}
Obsoletes:	ispell-pt
Provides:	ispell-pt

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.


%prep
%setup -qn %{intname}-%{lc_ctype}-%{intver}-0

%build
# don't use configure macro
./configure
%make

%install
rm -fr %buildroot
%makeinstall_std

%clean
rm -fr %buildroot

%files
%defattr(-,root,root)
%doc README Copyright doc/LEIAME.txt
%{_libdir}/aspell-0.60





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60.0-4
+ Revision: e8aaeda
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15903 |14mr|aspell-pt-preao-0.60.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define intname aspell6
%define intver 20110424

%define languageglazy Portuguese
%define languagecode pt-preao
%define lc_ctype pt_PT-preao


Summary:	%{languageglazy} files previous to 1990 orthography agreement for aspell
Name:		aspell-%{languagecode}
Version:	0.60.0
Release:	6
Group:		System/Internationalization
License:	GPL
URL:		http://aspell.sourceforge.net/
# http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
Source0:	http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/%{intname}.%{languagecode}-%{intver}.tar.bz2
BuildRequires:	aspell >= 0.60
BuildRequires:	make
Requires:	aspell >= 0.60
# Mandriva Stuff
Requires:	locales-pt
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary
Provides:	aspell-%{lc_ctype}
Provides:	%{intname}-%{lc_ctype}
Provides:	%{intname}-%{languagecode}
Obsoletes:	ispell-pt
Provides:	ispell-pt

%description
A %{languageglazy} dictionary previous to the orthography agreement made in 1990
to use with aspell, a spelling checker.
Version %{intver}.

%prep
%setup -qn %{intname}-%{lc_ctype}-%{intver}-0

%build
# don't use configure macro
./configure
%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%doc README Copyright COPYING doc/LEIAME-preao.txt
%{_libdir}/aspell-0.60





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60.0-6
+ Revision: bb9ff2f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15904 |14mr|aspell-qu-20040424.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.02-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Quechua
%define languagecode qu
# FIXME: no locale yet
%define lc_ctype qu_PE

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       20040424.1
Release:       13
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
#Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright 
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20040424.1-13
+ Revision: c6c00f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15905 |14mr|aspell-ro-3.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

#
# NOTE: rpm is unable to package filenames in an enocidng other than the
# the one it is currently using; so this package has to be build with
# an iso-8859-* locale; eg: LC_ALL=fr rpm -be specfile
#

%define src_ver 3.3-2

%define languageenglazy Romanian
%define languagecode ro
%define lc_ctype ro_RO

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       3.3.2
Release:       2
Group:         System/Internationalization
Source:        ftp://ftp.gnu.org/gnu/aspell/dict/ro/aspell5-ro-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	   Free

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50
BuildRequires: locales-fr

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}
Provides:      spell-%{languagecode} >= 0.50.2-5mdk
Obsoletes:	   ispell-%{languagecode}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n aspell5-ro-%{src_ver}

%build
export LC_ALL=fr
# don't use configure macro
./configure

%make

%install
export LC_ALL=fr

%makeinstall_std

#cp doc/README README.%{languagecode}
chmod 644 README Copyright 

%files
%doc README Copyright
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3.2-2
+ Revision: a606cc0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15906 |14mr|aspell-ru-0.99f7.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.99f7-1
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Russian
%define languagecode ru
%define lc_ctype ru_RU

Summary:       %{languageenglazy} files for aspell
Summary(ru):   Русская проверка орфографии
Name:          aspell-%{languagecode}
Version:       0.99f7.1
Release:       12
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-ru


BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv -f README README.%{languagecode}
chmod 644 Copyright README.%{languagecode} doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README.%{languagecode} Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.99f7.1-12
+ Revision: c887f8d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15907 |14mr|aspell-rw-0.50.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-0
%define languageenglazy Kinyarwanda
%define languagecode rw
%define lc_ctype rw_RW

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.0
Release:       14
Group:         System/Internationalization
Source:	       http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-14
+ Revision: 1d1ef58
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15908 |14mr|aspell-sc-0.50.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 1.0

%define languageenglazy Sardinian
%define languagecode sc
%define lc_ctype sc_IT

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.1
Release:       14
Group:         System/Internationalization
#Source:        ftp://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
Source:        ftp://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell5-%{languagecode}-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}


BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
#%setup -q -n %{name}-%{src_ver}
%setup -q -n aspell5-%{languagecode}-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

#mv -f README README.%{languagecode}
chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.1-14
+ Revision: 0a7f527
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15909 |14mr|aspell-sk-2.01.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 2.01-2
%define languagelocal slovak
%define languageeng slovak
%define languageenglazy Slovak
%define languagecode sk
%define lc_ctype sk_SK

Summary:       Slovak files for aspell
Name:          aspell-%{languagecode}
Version:       2.01.2
Release:       6
Group:         System/Internationalization
Source:        ftp://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell6-%{languagecode}-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}


BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A Slovak dictionary for use with aspell, a spelling checker.


%prep
%setup -q -n aspell6-sk-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

#cp doc/README README.sk
chmod 644 README* Copyright doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.01.2-6
+ Revision: 8f128e5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15910 |14mr|aspell-sl-0.50.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-0
%define languageenglazy Slovenian
%define languagecode sl
%define lc_ctype sl_SI

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.0
Release:       12
Group:         System/Internationalization
Source:	       http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides:	   spell-%{languagecode}
# old ispell is repalced with aspell
Obsoletes:	   ispell-%{languagecode}

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-12
+ Revision: 196f886
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15911 |14mr|aspell-sv-0.51.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.51-0
%define languagelocal svenska
%define languageeng swedish
%define languageenglazy Swedish
%define languagecode sv

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.51.0
Release:       14
Group:         System/Internationalization
Source:        ftp://ftp.gnu.org/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:       LGPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= 0.50
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary

# RedHat Stuff. is this right:
#Obsoletes: ispell-se, ispell-swedish, aspell-se

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv README README.%{languagecode}
chmod 644 README* Copyright doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.51.0-14
+ Revision: 579e4ac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15912 |14mr|aspell-sw-0.50.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-0
%define languageenglazy Swahili
%define languagecode sw
%define lc_ctype sw_KE

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.0
Release:       15
Group:         System/Internationalization
Source:	       http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   LGPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright 
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-15
+ Revision: 21f596a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15913 |14mr|aspell-ta-20040424.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 20040424-1
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Tamil
%define languagecode ta
%define lc_ctype ta_IN

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       20040424.1
Release:       12
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20040424.1-12
+ Revision: 9d5ad48
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15914 |14mr|aspell-tet-0.50.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.1.1
%define fname aspell5-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Tetum
%define languagecode tet
%define lc_ctype tet_TP

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.0
Release:       13
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%fname-%{src_ver}.tar.bz2
URL:           http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}


BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
# there is not tet locale yet
#Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

ExcludeArch:   ia64
Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build

# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README Copyright doc/*
%doc doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-13
+ Revision: 9af8742
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15915 |14mr|aspell-tl-0.02.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.02-1
%define fname aspell5-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Tagalog (Filipino)
%define languagecode tl
%define lc_ctype tl_PH

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.02.1
Release:       12
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.02.1-12
+ Revision: 476c9e9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15916 |14mr|aspell-tn-1.0.1.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 1.0.1-0
%define fname aspell5-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Tswana
%define languagecode tn
# no locale yet
%define lc_ctype tn_XX

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       1.0.1.0
Release:       13
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
# no tn locale yet
#Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1.0-13
+ Revision: 862cf2b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15917 |14mr|aspell-tr-0.50.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-0
%define languageenglazy Turkish
%define languagecode tr
%define lc_ctype tr_TR

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.0
Release:       14
Group:         System/Internationalization
Source:	       http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-14
+ Revision: 5bd0880
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15918 |14mr|aspell-uk-1.4.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 1.4.0-0
%define languagelocal uk
%define languageeng ukrainian
%define languageenglazy Ukrainian
%define languagecode uk
%define lc_ctype en_UK

Summary:	%{languageenglazy} files for aspell
Name:		aspell-%{languagecode}
Version:	1.4.0
Release:	7
Group:		System/Internationalization
Source:	    http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell6-%{languagecode}-%{src_ver}.tar.bz2
URL:		http://aspell.sourceforge.net/
License:	GPLv2+ and LGPLv2+
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires:	aspell >= 0.60
Requires:	aspell >= 0.60

# Mandriva Stuff
Requires:	locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 1
Provides:	aspell-dictionary

Autoreqprov:	no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n aspell6-%{languagecode}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

# fix doc perms
chmod 644 README* Copyright

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.4.0-7
+ Revision: 406e2a4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15919 |14mr|aspell-uz-0.6.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.6-0
%define version 0.6.0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Uzbek
%define languagecode uz
%define lc_ctype uz_UZ

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       %version
Release:       12
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}
Provides:      spell-%{languagecode}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv README README.%{languagecode}
chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.0-12
+ Revision: df2f069
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15920 |14mr|aspell-vi-0.01.1.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.01.1-1
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Vietnamese
%define languagecode vi
%define lc_ctype vi_VN

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.01.1.1
Release:       13
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright 
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01.1.1-13
+ Revision: 7bf4e1a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15921 |14mr|aspell-wa-0.50.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-0
%define languageenglazy Walloon
%define languagecode wa
%define lc_ctype wa_BE

Summary:       %{languageenglazy} files for aspell
Summary(wa):	Coridjrece aspell e walon
Name:          aspell-%{languagecode}
Version:       0.50.0
Release:       13
Group:         System/Internationalization
Source:	       http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%description
Li motî walon pol coridjrece aspell.
Avou ci chal vos ploz croidjî tos vos tecses sicrîts e rfondou walon.

%prep
%setup -q -n %{name}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

mv README README.%{languagecode}
chmod 644 Copyright README* doc/*

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright doc/*
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-13
+ Revision: 724d033
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15922 |14mr|aspell-yi-0.01.1.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.01.1-1
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Yiddish
%define languagecode yi
%define lc_ctype yi_US

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.01.1.1
Release:       11
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright 
%{_libdir}/aspell-%{aspell_ver}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01.1.1-11
+ Revision: e083e2f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15923 |14mr|aspell-zu-0.50.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define src_ver 0.50-0
%define languageenglazy Zulu
%define languagecode zu
%define lc_ctype zu_ZA

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       0.50.0
Release:       13
Group:         System/Internationalization
Source:	       http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/aspell-%{languagecode}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   LGPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= 0.50
BuildRequires: make
Requires:      aspell >= 0.50

# Mandriva Stuff
Requires:      locales-%{languagecode}
# aspell = 1, myspell = 2, lang-specific = 3
Provides:      enchant-dictionary = 1
Provides:      aspell-dictionary
Provides:	   aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{name}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright 
%{_libdir}/aspell-*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-13
+ Revision: 133a081
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15924 |14mr|at-3.1.13-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Job spooling tools
Name:		at
Version:	3.1.13
Release:	9
License:	GPL
Group:		System/Servers
Url:		http://qa.mandriva.com
Source0:	http://ftp.debian.org/debian/pool/main/a/at/at_%{version}.orig.tar.gz
Source2:	pam.atd
Source3:	atd.sysconfig
Source4:	atd.service
Patch3:		at-3.1.7-sigchld.patch
Patch9:		at-3.1.8-shell.patch
Patch11:	at-3.1.13-makefile.patch
Requires(post):	coreutils rpm-helper systemd-units
Requires(preun): coreutils rpm-helper systemd-units
Conflicts:	crontabs <= 1.5
Requires:	common-licenses
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	flex
BuildRequires:	gcc
BuildRequires:	python
BuildRequires:	sendmail-command
BuildRequires:	bison
BuildRequires:	cronie
BuildRequires:	pam-devel
BuildRequires:	systemd-units
BuildRequires:  pkgconfig(libsystemd-login)
BuildRequires:  pkgconfig(systemd)

%description
At and batch read commands from standard input or from a specified file.
At allows you to specify that a command will be run at a particular time
(now or a specified time in the future).  Batch will execute commands
when the system load levels drop to a particular level.  Both commands
use /bin/sh to run the commands.

You should install the at package if you need a utility that will do
time-oriented job control.  Note: you should use crontab instead, if it is
a recurring job that will need to be repeated at the same time every
day/week/etc.

%prep
%setup -q
%patch3 -p1 -b .sigchld
%patch9 -p0 -b .shell
%patch11 -p1 -b .makefile

%build
autoreconf -fi
%serverbuild_hardened

%configure2_5x \
	--with-atspool=/var/spool/at/spool \
	--with-jobdir=/var/spool/at

%make

%install
mkdir -p %{buildroot}/{%{_bindir},%{_sbindir},%{_mandir}/man{1,5,8}}

make install IROOT=%{buildroot} DAEMON_USERNAME=`id -nu` \
	DAEMON_GROUPNAME=`id -ng` \
    atdocdir=%{_docdir}/at

echo > %{buildroot}/%{_sysconfdir}/at.deny

mkdir -p %{buildroot}/%{_sysconfdir}/pam.d
install -m 644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/pam.d/atd

install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/atd

#(tpg) install systemd initscript
mkdir -p %{buildroot}%{_unitdir}
install -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/atd.service

%post
touch /var/spool/at/.SEQ
chmod 660 /var/spool/at/.SEQ
chown daemon.daemon /var/spool/at/.SEQ

if [ "$1" = "1" ]; then
 /bin/systemctl enable atd.service >/dev/null 2>&1 || :
fi

%_post_service atd

%preun
%_preun_service atd

%files
%doc ChangeLog Problems README Copyright timespec
%attr(0640,root,daemon) %config(noreplace) %{_sysconfdir}/at.deny
%config(noreplace) %{_sysconfdir}/sysconfig/atd

%attr(0644,root,root) %{_unitdir}/atd.service

%{_sysconfdir}/pam.d/atd
%attr(0770,daemon,daemon) %dir /var/spool/at
%attr(0660,daemon,daemon) %verify(not md5 size mtime) %ghost /var/spool/at/.SEQ
%attr(0770,daemon,daemon) %dir /var/spool/at/spool
%{_sbindir}/atrun
%{_sbindir}/atd
%attr(6755,daemon,daemon) %{_bindir}/batch
%attr(6755,daemon,daemon) %{_bindir}/atrm
%attr(6755,daemon,daemon) %{_bindir}/at
%{_bindir}/atq
%{_mandir}/*/atrun.8*
%{_mandir}/*/atd.8*
%{_mandir}/*/at.1*
%{_mandir}/*/atq.1*
%{_mandir}/*/atrm.1*
%{_mandir}/*/batch.1*
%{_mandir}/*/at.allow.5*
%{_mandir}/*/at.deny.5*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1.13-9
+ Revision: d9942a2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15925 |14mr|athcool-0.3.12-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Enabling/disabling Powersaving mode for AMD processors
Name:		athcool
Version:	0.3.12
Release:	9
License:	GPLv2+
Group:		System/Configuration/Hardware
Url:		http://members.jcom.home.ne.jp/jacobi/linux/softwares.html
Source0:	http://members.jcom.home.ne.jp/jacobi/linux/files/%{name}-%{version}.tar.bz2
Source1:	%{name}.init
Patch0:		athcool-0.3.12-makefile.patch
BuildRequires:	pkgconfig(libpci)
Requires(post,preun):	chkconfig, rpm-helper
ExclusiveArch:	%{ix86}

%description
Athcool is a small utility, enabling/disabling Powersaving mode
for AMD Athlon/Duron processors.

Since enabling Powersaving mode, you can save power consumption, 
lower CPU temprature when CPU is idle.

Powersaving works if your kernel support ACPI (APM not work),
because athcool only set/unset "Disconnect enable when STPGNT detected"
bits in the Northbridge of Chipset.
To really save power, someone has to send the STPGNT signal when idle.
This is done by the ACPI subsystem when C2 state entered.

!!!WARNING!!!
Depending on your motherboard and/or hardware components,
enabling powersaving mode may cause that:

 * noisy or distorted sound playback
 * a slowdown in harddisk performance
 * system locks or instability

If you met those problems, you should not use athcool.
Please use athcool AT YOUR OWN RISK.

%files
%doc README ChangeLog
%{_initrddir}/athcool
%{_sbindir}/athcool
%{_mandir}/man8/*

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

install -D -m755 %{SOURCE1} %{buildroot}%{_initrddir}/athcool


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.12-9
+ Revision: c5b18b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15926 |14mr|atk1.0-2.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_gtkdoc	0

%define api		1.0
%define major	0
%define pkgname	atk
%define libname %mklibname %{pkgname} %{api} %{major}
%define girname %mklibname %{pkgname}-gir %{api}
%define develname %mklibname -d %{name}

Summary:	Accessibility features for Gtk+
Name:		%{pkgname}%{api}
Version:	2.12.0
Release:	2
License:	LGPLv2+
Group:		Accessibility
Url:		http://developer.gnome.org/projects/gap/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/2.12/%{pkgname}-%{version}.tar.xz

%if %{enable_gtkdoc}
BuildRequires:	gtk-doc >= 1.11-3
%endif
BuildRequires: pkgconfig(glib-2.0) >= 2.5.7
BuildRequires: pkgconfig(gobject-introspection-1.0)

%description
Accessibility means providing system infrastructure that allows add-on
assistive software to transparently provide specalized input and ouput
capabilities. For example, screen readers allow blind users to navigate
through applications, determine the state of controls, and read text via
text to speech conversion. On-screen keyboards replace physical
keyboards, and head-mounted pointers replace mice.

ATK, the Accessibility Tookit, is used to obtain accessibily information
from GTK+ and GNOME widgets.

%package common
Summary:	Data files used by atk
Group:		System/Libraries

%description common
ATK, the Accessibility Tookit, is used to obtain accessibily information
from GTK+ and GNOME widgets.

This package contains data used by atk library.

%package -n %{libname}
Summary:	Accessibility features for Gtk+
Group:		System/Libraries
Suggests:	%{name}-common >= %{version}-%{release}
Provides:	lib%{name} = %{version}-%{release}
Conflicts:	gir-repository < 0.6.5-4

%description -n %{libname}
Accessibility means providing system infrastructure that allows add-on
assistive software to transparently provide specalized input and ouput
capabilities. For example, screen readers allow blind users to navigate
through applications, determine the state of controls, and read text via
text to speech conversion. On-screen keyboards replace physical
keyboards, and head-mounted pointers replace mice.

%package -n %{girname}
Summary:	GObject introspection interface library for %{pkgname}
Group:		System/Libraries
Obsoletes:	%{_lib}atk1.0_0 < 2.4.0-1

%description -n %{girname}
GObject introspection interface library for %{pkgname}.

%package -n %{develname}
Summary:	Stuff for developing with atk
Group:		Development/C
Provides:	%{pkgname}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Obsoletes:	%{_lib}atk1.0_0-devel
Conflicts:	gir-repository < 0.6.5-4

%description -n %{develname}
ATK, the Accessibility Tookit, is used to obtain accessibily information
from GTK+ and GNOME widgets.

%prep
%setup -q -n %{pkgname}-%{version}

%build
%configure2_5x \
	--disable-static \
%if %{enable_gtkdoc}
	--enable-gtk-doc
%endif

%make

%install
%makeinstall_std
%find_lang %{pkgname}10

%files common -f %{pkgname}10.lang
%doc README

%files -n %{libname}
%{_libdir}/libatk-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Atk-%{api}.typelib

%files -n %{develname}
%doc AUTHORS ChangeLog NEWS
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/Atk-%{api}.gir

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.12.0-2
+ Revision: 7ed32ef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15927 |14mr|atkmm-2.22.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define glibmm_version 2.24.0
%define atk_version 1.12

%define api_version 1.6
%define major 1
%define libname %mklibname %{name} %{api_version} %{major}
%define libnamedev %mklibname -d %{name} %{api_version}
%define gtkmmapi 2.4
%define gtkmmlibname %mklibname gtkmm %{gtkmmapi} %{major}
%define gtkmmlibnamedev %mklibname -d gtkmm %{gtkmmapi}


Name:		atkmm
Summary:	C++ interface for accessibility library Atk
Version:	2.22.6
Release:	3
#gw lib is LGPL, tool is GPL
License:	LGPLv2+ and GPLv2+
Group:		System/Libraries
URL:		http://gtkmm.sourceforge.net/
Source:		http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	glibmm2.4-devel >= %{glibmm_version}
BuildRequires:	atk-devel >= %{atk_version}
BuildRequires:	mm-common

%description
Atkmm provides a C++ interface to the Atk accessibility library.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.


%package	-n %{libname}
Summary:	C++ interface for accessibility library Atk
Group:		System/Libraries
Provides:	%{name}%{api_version} = %{EVRD}
Conflicts:	%{gtkmmlibname} < 2.21

%description	-n %{libname}
Atkmm provides a C++ interface to the Atk accessibility library.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains the library needed to run programs dynamically
linked with %{name}.


%package	-n %{libnamedev}
Summary:	Headers and development files of %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	%{name}%{api_version}-devel = %{EVRD}
Requires:	glibmm2.4-devel >= %{glibmm_version}
Conflicts:	%{gtkmmlibnamedev} < 2.21

%description	-n %{libnamedev}
This package contains the headers and development files that are needed,
when trying to develop or compile applications which need %{name}.


%package	doc
Summary:	Atkmm documentation
Group:		Books/Other

%description	doc
Atkmm provides a C++ interface to the Atk accessibility library. 

Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains all API documentation for Atkmm. You can readily read
this documentation with devhelp, a documentation reader.

%prep
%setup -q

%build
%configure2_5x \
    --enable-shared \
    --disable-static

%make

# make check does nothing

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libatkmm-%{api_version}.so.%{major}*

%files -n %{libnamedev}
%doc ChangeLog AUTHORS COPYING NEWS README
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/atkmm-%{api_version}/

%files doc
%doc %{_datadir}/doc/atkmm-%{api_version}/
%doc %{_datadir}/devhelp/books/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.22.6-3
+ Revision: c347bcb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15928 |14mr|at-spi-1.32.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	lib_major	0
%define	lib_name	%mklibname %{name} %{lib_major}
%define	develname	%mklibname -d %{name}

Summary:	Assistive Technology Service Provider Interface
Name:		at-spi
Version:	1.32.0
Release:	9
License:	LGPLv2+
URL:		http://developer.gnome.org/projects/gap/
Group:		Accessibility
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
# Fix a string literal error - AdamW 2008/12
Patch0:		at-spi-1.25.2-literal.patch
Patch1:		at-spi-fix-evolution-crash.patch

BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	pkgconfig(atk) >= 1.19.2
BuildRequires:	pkgconfig(bonobo-activation-2.0)
BuildRequires:	pkgconfig(libbonobo-2.0)
BuildRequires:	pkgconfig(gail) >= 1.3.0
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xevie)
#gw work around libtool dependancy problem
BuildRequires:	pkgconfig(sm)
BuildRequires:	python-devel

# md this is better than having the lib req the main pkg
Requires:	%{lib_name} = %{version}-%{release}

%description
at-spi allows assistive technologies to access GTK-based
applications. Essentially it exposes the internals of applications for
automation, so tools such as screen readers, magnifiers, or even
scripting interfaces can query and interact with GUI controls.

%package -n %{lib_name}
Summary:	GNOME Assistive Technology Service Provider Interface
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}

%description -n %{lib_name}
at-spi allows assistive technologies to access GTK-based
applications. Essentially it exposes the internals of applications for
automation, so tools such as screen readers, magnifiers, or even
scripting interfaces can query and interact with GUI controls.

%package -n %{develname}
Summary:	Development libraries, include files for at-spi
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{lib_name} = %{version}-%{release}

%description -n %{develname}
Libraries and header files allowing compilation of apps that use at-spi.

%package -n python-%{name}
Group:		Development/Python
Summary:	Python bindings for AT-SPI
Requires:	%{lib_name} >= %{version}
Conflicts:	python-pyatspi <= 0.3.90

%description -n python-%{name}
Python bindings allowing to use at-spi in python programs.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-gtk-doc=yes \
	--disable-static \
	--enable-relocate

%make

%install
rm -rf %{buildroot} installed-docs

%makeinstall_std

%find_lang %{name}

mv %{buildroot}%{_datadir}/doc/%{name}-%{version}/ installed-docs

%preun
%preun_uninstall_gconf_schemas %{name}

%files -f %{name}.lang
%doc README AUTHORS TODO 
%config(noreplace) %{_sysconfdir}/xdg/autostart/at-spi-registryd.desktop
%{_sysconfdir}/gconf/schemas/at-spi.schemas
%{_libexecdir}/at-spi-registryd
%{_libdir}/gtk-2.0/modules/at-spi-corba
%{_libdir}/orbit-2.0/*.so
%{_libdir}/bonobo/servers/*

%files -n %{lib_name}
%{_libdir}/*.so.%{lib_major}*

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/*
%doc installed-docs/*
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_datadir}/idl/*

%files -n python-%{name}
%{py_platsitedir}/pyatspi_corba




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.32.0-9
+ Revision: 99ee7b1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15929 |14mr|at-spi2-atk-2.12.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2.0
%define major 0
%define libname %mklibname atk-bridge %{api} %{major}
%define devname %mklibname atk-bridge %{api} -d

Summary:	A GTK+ module that bridges ATK to D-Bus at-spi
Name:		at-spi2-atk
Version:	2.12.0
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.12/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(atspi-2)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(glib-2.0)
Requires:	at-spi2-core

%description
at-spi allows assistive technologies to access GTK-based applications.
Essentially it exposes the internals of applications for automation, so
tools such as screen readers, magnifiers, or even scripting interfaces
can query and interact with GUI controls.

This version of at-spi is a major break from previous versions. It has
been completely rewritten to use D-Bus rather than ORBIT / CORBA for its
transport protocol.

This package includes a gtk-module that bridges ATK to the new D-Bus
based at-spi.

%files
%doc COPYING AUTHORS README
%dir %{_libdir}/gtk-2.0
%dir %{_libdir}/gtk-2.0/modules
%{_libdir}/gtk-2.0/modules/libatk-bridge.so
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Requires:	%{name}
Conflicts:	%{name} < 2.8.1-2

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libatk-bridge-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 2.8.1-2
Obsoletes:	%{name}-devel < 2.8.1-2

%description -n %{devname}
This package includes the header files for the %{name} library.

%files -n %{devname}
%{_includedir}/at-spi2-atk/%{api}/atk-bridge.h
%{_libdir}/libatk-bridge-%{api}.so
%{_libdir}/pkgconfig/atk-bridge-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-rpath

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.12.0-3
+ Revision: 9f19fed
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15930 |14mr|at-spi2-core-2.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define gir_major	2.0
%define libname		%mklibname atspi %{major}
%define girname		%mklibname atspi-gir %{gir_major}
%define develname 	%mklibname -d atspi

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		at-spi2-core
Version:	2.12.0
Release:	2
Summary:	Protocol definitions and daemon for D-Bus at-spi
Group:		System/Libraries
License:	LGPLv2+
URL:		http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
Source0:	http://ftp.acc.umu.se/pub/GNOME/sources/at-spi2-core/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool libtool
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xevie)

Requires:	dbus

%description
at-spi allows assistive technologies to access GTK-based
applications. Essentially it exposes the internals of applications for
automation, so tools such as screen readers, magnifiers, or even
scripting interfaces can query and interact with GUI controls.

This version of at-spi is a major break from previous versions.
It has been completely rewritten to use D-Bus rather than
ORBIT / CORBA for its transport protocol.

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains libraries used by %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Summary:	Libraries and include files with %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package provides the necessary development libraries and include 
files to allow you to develop with %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std
find %{buildroot} -name *.la | xargs rm

%find_lang %{name}


%files -f %{name}.lang
%doc COPYING AUTHORS README
%dir %{_sysconfdir}/at-spi2/
%config(noreplace) %{_sysconfdir}/at-spi2/accessibility.conf
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
%{_libexecdir}/at-spi2-registryd
%{_libexecdir}/at-spi-bus-launcher
%{_datadir}/dbus-1/services/org.*.service

%files -n %{libname}
%{_libdir}/libatspi.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Atspi-%{gir_major}.typelib

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/libatspi
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*
%{_datadir}/gir-1.0/Atspi-%{gir_major}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.12.0-2
+ Revision: 08196b3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15931 |14mr|attica-0.4.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0.4
%define libname %mklibname attica %{major}
%define devname %mklibname attica -d

Summary:	Open Collaboration Service providers library
Name:		attica
Version:	0.4.2
Release:	3
License:	GPLv2+
Group:		System/Base
Url:		http://www.kde.org/
Source0:	http://mirrors.isc.org/pub/kde/stable/attica/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	qt4-devel

%description
A library to access Open Collaboration Service providers 
Required to access OSC providers in get hot new stuff. 

%package -n %{libname}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libname}
A library to access Open Collaboration Service providers
Required to access OSC providers in get hot new stuff.

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{devname} < 0.4.2-2

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

%files -n %{libname}
%{_libdir}/libattica.so.%{major}*

%files devel
%{_includedir}/attica
%{_libdir}/libattica.so
%{_libdir}/pkgconfig/libattica.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.2-3
+ Revision: 757c028
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15932 |14mr|attr-2.4.47-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Utility for managing filesystem extended attributes
Name:		attr
Version:	2.4.47
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://savannah.nongnu.org/projects/attr
Source0:	http://mirrors.aixtools.net/sv/%{name}/%{name}-%{version}.src.tar.gz
Source1:	http://mirrors.aixtools.net/sv/%{name}/%{name}-%{version}.src.tar.gz.sig
BuildRequires:	gettext-devel

%description
A set of tools for manipulating extended attributes on filesystem
objects, in particular getfattr(1) and setfattr(1).
An attr(1) command is also provided which is largely compatible
with the SGI IRIX tool of the same name.

%files -f %{name}.lang
%doc README
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for libattr
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libattr.

%files -n %{libname}
/%{_lib}/libattr.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Extended attribute static libraries and headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the libraries and header files needed to
develop programs which make use of extended attributes.
For Linux programs, the documented system call API is the
recommended interface, but an SGI IRIX compatibility interface
is also provided.

%files -n %{devname}
%doc doc/CHANGES.gz README
%{_libdir}/libattr.so
%{_mandir}/man3/*
%{_mandir}/man5/*
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q
chmod +rw -R .

%build
%configure2_5x \
	OPTIMIZER="%{optflags} -Os" \
	--disable-static \
	--libdir=/%{_lib}
%make

%install
make install DIST_ROOT=%{buildroot}
make install-dev DIST_ROOT=%{buildroot}
make install-lib DIST_ROOT=%{buildroot}

# fix conflict with man-pages-1.56
rm -rf %{buildroot}{%{_mandir}/man2,%{_datadir}/doc}

# Remove unpackaged symlinks
# TODO: finish up spec-helper script ot automatically deal with
rm -f %{buildroot}/%{_lib}/libattr.{a,la,so}
mkdir -p %{buildroot}%{_libdir}
ln -sf /%{_lib}/libattr.so.%{major}.* %{buildroot}%{_libdir}/libattr.so
chmod +x %{buildroot}/%{_lib}/libattr.so.%{major}.*

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.47-2
+ Revision: 78333a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15933 |14mr|audacious-3.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define major2 2
%define libname2 %mklibname %{name} %{major2}
%define libname_devel %mklibname %{name} -d

Summary:	A versatile and handy media player
Name:		audacious
Version:	3.4.3
Release:	2
Epoch:		5
License:	GPLv3+
Group:		Sound
Url:		http://audacious-media-player.org/
Source0:	http://distfiles.audacious-media-player.org/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libmcs)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libguess)
BuildRequires:	desktop-file-utils
BuildRequires:	chrpath
BuildRequires:	gtk-doc
Suggests:	audacious-pulse
Requires:	audacious-plugins
Requires:	%{libname} = %{EVRD}
Requires:	%{libname2} = %{EVRD}

%description
Audacious is a media player based on the BMP music playing application.
Its primary goals are usability and usage of current desktop standards.

%package -n %{libname}
Group:		System/Libraries
Summary:	Library for %{name}

%description -n %{libname}
Audacious is a media player based on the BMP music playing application.
Its primary goals are usability and usage of current desktop standards.
This package contains the library needed by %{name}.

%package -n %{libname2}
Group:		System/Libraries
Summary:	Library for %{name}

%description -n %{libname2}
Audacious is a media player based on the BMP music playing application.
Its primary goals are usability and usage of current desktop standards.
This package contains the library needed by %{name}.

%package -n %{libname_devel}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libname2} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{libname_devel}
Audacious is a media player based on the BMP music playing application.
Its primary goals are usability and usage of current desktop standards.
This package contains the files needed for developing applications
which use %{name}.

%prep
%setup -q

%build
#gw: else libid3tag does not build
%define _disable_ld_no_undefined 1
%configure2_5x --enable-chardet

%make

%install
%makeinstall_std
chrpath -d %{buildroot}%{_bindir}/*

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="Audio" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*
rm -rf %{buildroot}%{_datadir}/audacious/applications/

%find_lang %{name}

rm -f %{buildroot}%{_includedir}/mp4.h

%files -f %{name}.lang
%doc AUTHORS
%{_bindir}/audtool
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{libname2}
%{_libdir}/libaudclient.so.%{major2}*

%files -n %{libname_devel}
%{_includedir}/%{name}
%{_includedir}/libaudcore
%{_includedir}/libaudgui
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5:3.4.3-2
+ Revision: f56f8fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15934 |14mr|audacious-plugins-3.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#####################
# Hardcode PLF build
%define build_plf 0
#####################

%{?_with_plf: %{expand: %%global build_plf 1}}

%if %{build_plf}
%define	extrarelsuffix	plf
%define	distsuffix	plf
%endif

%define build_smb 0

Summary:	Audacious Media Player core plugins
Name:		audacious-plugins
Version:	3.4.3
Release:	2%{?extrarelsuffix}
Epoch:		5
License:	GPLv2+
Group:		Sound
Url:		http://audacious-media-player.org/
Source0:	http://distfiles.audacious-media-player.org/%{name}-%{version}.tar.bz2
#gw from Fedora, enable gnome keys by default
Requires:	audacious
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audacious)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(jack)

BuildRequires:	pkgconfig(libavcodec) >= 53.40.0
BuildRequires:	pkgconfig(libbinio)
BuildRequires:	pkgconfig(libbs2b)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcue)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libmms)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:  pkgconfig(libsidplayfp)
BuildRequires:	pkgconfig(libsidplay2)
BuildRequires:	sidplay-devel

BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(xcomposite)

#gw currently does not build
#BuildRequires:	bluez-devel >= 2.22
%if %{build_plf}
BuildRequires:	liblame-devel
BuildRequires:	libfaad2-static-devel
#gw ffmpeg plugin:
Provides:	audacious-musepack
%endif

%description
Audacious is a media player based on the BMP music playing application.
Its primary goals are usability and usage of current desktop standards.

This contains the basic plugin distribution. Audacious is useless
without them.

%if %{build_plf}
This package is in Restricted repository as it violates some patents.
%endif

%package  -n audacious-wavpack
Group:		Sound
Summary:	Wavpack input plugin for Audacious
Requires:	audacious

%description  -n audacious-wavpack
This is a wavpack input plugin for Audacious based on libwavpack.

%package  -n audacious-jack
Group:		Sound
Summary:	Audacious output plugin for the jack sound server
Requires:	audacious

%description  -n audacious-jack
Audacious audio output plugin for the jack audio server.

%package  -n audacious-pulse
Group:		Sound
Summary:	Audacious output plugin for the Pulseaudio sound server
Requires:	audacious

%description  -n audacious-pulse
Audacious audio output plugin for the pulseaudio
server.

%package  -n audacious-adplug
Summary:	AdLib player plugin for audacious
Group:		Sound
Requires:	audacious

%description  -n audacious-adplug
AdPlug is an Audacious input plugin It uses the AdPlug AdLib sound
player library to play back a wide range of AdLib (OPL2) music file
formats on top of an OPL2 emulator.  No OPL2 chip is required for
playback.

%package  -n audacious-fluidsynth
Summary:	Fluidsynth MIDI plugin for audacious
Group:		Sound
Requires:	audacious

%description  -n audacious-fluidsynth
FluidSynth is a real-time software synthesizer based on the SoundFont 2
specifications. It is a "software synthesizer". FluidSynth can read MIDI
events from the MIDI input device and render them to the audio device.

This is a fluidsynth backend for the Audacious Media Player to support the
playback of MIDI files with the fluidsynth engine.

%package  -n audacious-sid
Group:		Sound
Summary:	Audacious input plugin for C64 SID files
Requires:	audacious

%description  -n audacious-sid
Audacious-SID is a plugin for the Audacious Media Player which provides
support for playing the so-called "SID tunes", which are music
from old Commodore computer programs like games, demos, etc.

For the actual playing, it uses the excellent libsidplay (1|2)
emulator engine that emulates 6510 CPU and 6581/8580 Sound Interface
Device (SID) chip.

%if %{build_smb}
%package -n audacious-smb
Group:		Sound
Summary:	SMB/CIFS file system plugin for the Audacious media player
Requires:	audacious
BuildRequires:	pkgconfig(smbclient)

%description -n audacious-smb
This plugin allows Audacious to play content from a Samba or Windows network
file system.
%endif

%prep
%setup -q
%apply_patches

%build
export LDFLAGS="-lm"
#gw else cdaudio does not build (2.2-beta2)
#define _disable_ld_no_undefined 1
%configure2_5x --enable-amidiplug \
%if %{build_smb}
--enable-smb \
%endif
--enable-scrobbler
%ifarch %ix86 x86_64
#--enable-usf
%endif

%make

%install
%makeinstall_std

%if ! %{build_plf}
rm -fv %{buildroot}%{_libdir}/audacious/Input/aac.so
%endif

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS
%dir %{_libdir}/audacious/Input/amidi-plug/
%{_libdir}/audacious/Input/amidi-plug/ap-alsa.so
%dir %{_libdir}/audacious
%dir %{_libdir}/audacious/Container
%{_libdir}/audacious/Container/asx.so
%{_libdir}/audacious/Container/audpl.so
%{_libdir}/audacious/Container/cue.so
%{_libdir}/audacious/Container/m3u.so
%{_libdir}/audacious/Container/pls.so
%{_libdir}/audacious/Container/xspf.so
%dir %{_libdir}/audacious/General
%{_libdir}/audacious/General/alarm.so
%{_libdir}/audacious/General/albumart.so
%{_libdir}/audacious/General/aosd.so
#%{_libdir}/audacious/General/bluetooth.so
%{_libdir}/audacious/General/cd-menu-items.so
%{_libdir}/audacious/General/gnomeshortcuts.so
%{_libdir}/audacious/General/gtkui.so
%{_libdir}/audacious/General/hotkey.so
%{_libdir}/audacious/General/lirc.so
%{_libdir}/audacious/General/lyricwiki.so
%{_libdir}/audacious/General/mpris2.so
%{_libdir}/audacious/General/notify.so
%{_libdir}/audacious/General/scrobbler.so
%{_libdir}/audacious/General/search-tool.so
%{_libdir}/audacious/General/skins.so
%{_libdir}/audacious/General/statusicon.so
%{_libdir}/audacious/General/song_change.so
%dir %{_libdir}/audacious/Input
%{_libdir}/audacious/Input/ffaudio.so
%{_libdir}/audacious/Input/amidi-plug.so
%{_libdir}/audacious/Input/cdaudio-ng.so
%{_libdir}/audacious/Input/console.so
%{_libdir}/audacious/Input/flacng.so
%{_libdir}/audacious/Input/madplug.so
%{_libdir}/audacious/Input/metronom.so
%{_libdir}/audacious/Input/modplug.so
%{_libdir}/audacious/Input/psf2.so
%{_libdir}/audacious/Input/sndfile.so
%{_libdir}/audacious/Input/tonegen.so
%ifarch %{ix86} x86_64
#%{_libdir}/audacious/Input/usf.so
%endif
%{_libdir}/audacious/Input/vorbis.so
%{_libdir}/audacious/Input/vtx.so
%{_libdir}/audacious/Input/xsf.so
%if %{build_plf}
%{_libdir}/audacious/Input/aac.so
%endif
%dir %{_libdir}/audacious/Effect/
%{_libdir}/audacious/Effect/bs2b.so
%{_libdir}/audacious/Effect/compressor.so
%{_libdir}/audacious/Effect/crossfade.so
%{_libdir}/audacious/Effect/crystalizer.so
%{_libdir}/audacious/Effect/echo.so
%{_libdir}/audacious/Effect/ladspa.so
%{_libdir}/audacious/Effect/mixer.so
%{_libdir}/audacious/Effect/resample.so
%{_libdir}/audacious/Effect/speed-pitch.so
%{_libdir}/audacious/Effect/stereo.so
%{_libdir}/audacious/Effect/voice_removal.so
%dir %{_libdir}/audacious/Output
%{_libdir}/audacious/Output/alsa.so
%{_libdir}/audacious/Output/filewriter.so
%{_libdir}/audacious/Output/sdlout.so
%dir %{_libdir}/audacious/Transport/
%{_libdir}/audacious/Transport/gio.so
%{_libdir}/audacious/Transport/mms.so
%{_libdir}/audacious/Transport/neon.so
%{_libdir}/audacious/Transport/unix-io.so
%dir %{_libdir}/audacious/Visualization
%{_libdir}/audacious/Visualization/blur_scope.so
%{_libdir}/audacious/Visualization/cairo-spectrum.so
%{_libdir}/audacious/Effect/sox-resampler.so
%{_libdir}/audacious/Visualization/gl-spectrum.so
%{_datadir}/audacious

%files  -n audacious-wavpack
%{_libdir}/audacious/Input/wavpack.so

%files  -n audacious-jack
%{_libdir}/audacious/Output/jackout.so

%files  -n audacious-pulse
%{_libdir}/audacious/Output/pulse_audio.so

%files  -n audacious-sid
%{_libdir}/audacious/Input/sid.so

%files  -n audacious-adplug
%{_libdir}/audacious/Input/adplug.so

%if 0
%files  -n audacious-timidity
%{_libdir}/audacious/Input/timidity.so
%endif

%files  -n audacious-fluidsynth
%{_libdir}/audacious/Input/amidi-plug/ap-fluidsynth.so

%if %{build_smb}
%files -n audacious-smb
%{_libdir}/audacious/Transport/smb.so
%endif


%changelog
* Tue Jul 08 2014 abfonly <abfonly@gmail.com> 5:3.4.3-2
+ Revision: dee3ee8
- rebuild against new libcdio, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15935 |14mr|audacity-2.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fversion %{version}

Summary:	Free Audio Editor With Effects/Analysis Tools
Name:		audacity
Version:	2.0.5
Release:	2
License:	GPLv2+
Group:		Sound
URL:		http://audacity.sourceforge.net/
Source0:	http://audacity.googlecode.com/files/audacity-minsrc-%{version}.tar.xz
#Patch5:		audacity-system-libs.patch
#gw use Alsa by default
#Patch6:		audacity-1.3.8-alsa-by-default.patch
#Patch8:		audacity-1.3.14-CVE-2007-6061.patch
#Patch10:	audacity-1.3.7-CVE-2009-0490.diff
Patch11:	audacity-2.0.0-fix-linking.patch
BuildRequires:	autoconf2.5
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
#for compressing the help file:
BuildRequires:	zip
BuildRequires:	ffmpeg0.7-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	wxgtku2.8-devel >= 2.8.10
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(soundtouch)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(twolame)
BuildRequires:	pkgconfig(vamp-sdk)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
Audacity is a program that lets you manipulate digital audio waveforms.

In addition to letting you record sounds directly from within the program,
it imports many sound file formats, including WAV, AIFF, MP3 and Ogg/Vorbis.
It supports all common editing operations such as Cut, Copy, and Paste, plus
it will mix tracks and let you apply plug-in effects to any part of a sound.
It also has a built-in amplitude envelope editor, a customizable spectrogram
mode and a frequency analysis window for audio analysis applications.

%prep
%setup -q -n %{name}-src-%{fversion}
#%patch5 -p1 -b .system-libs
#%patch6 -p1 -b .alsa-by-default
#%patch8 -p1
#%patch10 -p0 -b .CVE-2009-0490
%patch11 -p1 -b .linking

chmod 644 *.txt
aclocal -I m4
autoconf

%build
export PATH=$PATH:`pwd`
export LDFLAGS=-lz
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"

./configure \
    --prefix=%{_prefix} \
    --libdir=%{_libdir} \
    --mandir=%{_mandir} \
    --enable-optimise \
    --enable-unicode \
    --with-vorbis=system \
    --with-libmad=system \
    --with-libsndfile=system \
    --with-libsamplerate \
    --with-id3tag=system \
    --with-soundtouch=system \
    --with-portmixer \
    --with-portaudio \
    --with-libtwolame=system \
    --with-ffmpeg
%make

%install
%makeinstall_std

%find_lang %{name}

#clean uneeded installed but not packaged
rm -rf %{buildroot}%{_docdir}/%{name}

#gw work around bug #52526
mkdir -p %{buildroot}%{_datadir}/%{name}/help/manual

desktop-file-install \
        --add-category="GTK" \
        --add-category="X-MandrivaLinux-CrossDesktop" \
        --dir %{buildroot}%{_datadir}/applications \
        %{buildroot}%{_datadir}/applications/*

%files -f %{name}.lang
%doc LICENSE.txt README.txt
%{_bindir}/*
%{_datadir}/audacity
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/audacity.*
%{_datadir}/pixmaps/*
%{_datadir}/mime/packages/audacity.xml
%{_mandir}/man1/audacity.1*




%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.5-2
+ Revision: 317078f
- Updated to 2.0.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15936 |14mr|audiofile-0.3.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	url_ver %(echo %{version}|cut -d. -f1,2)

%define	major 1
%define	libname %mklibname %{name} %{major}
%define	devname %mklibname %{name} -d

Summary:	Library to handle various audio file formats
Name:		audiofile
Version:	0.3.6
Release:	2
License:	LGPLv2.1+
Group:		System/Libraries
URL:		http://www.68k.org/~michael/audiofile/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/audiofile/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(flac)

%description
The Silicon Graphics Audio File Library provides a uniform programming
interface to standard digital audio file formats.

Currently supported sound file formats include AIFF/AIFF-C, WAVE, and
NeXT/Sun .snd/.au. Supported compression formats are currently G.711
mu-law and A-law.

Used by the esound daemon.

%files
%doc COPYING README
%{_bindir}/sfconvert
%{_bindir}/sfinfo
%{_mandir}/man1/*

#------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Main library for audiofile 
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with audiofile.

%files -n %{libname}
%{_libdir}/libaudiofile.so.%{major}*

#------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Includes and other files to develop audiofile applications
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}audiofile0-devel < 0.3.4

%description -n	%{devname}
Libraries, include files and other resources you can use to develop audiofile
applications.

%files -n %{devname}
%doc COPYING README ACKNOWLEDGEMENTS TODO NEWS NOTES ChangeLog docs
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_mandir}/man3/*

#------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-largefile \
	--disable-static

%make CXX="g++ -w"

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.6-2
+ Revision: 3e450e0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15937 |14mr|audiokonverter-5.9.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	An audio converter
Name:		audiokonverter
Version:	5.9.1
Release:	6%{?extrarelsuffix}
License:	GPLv2
Group:		Sound
URL:		http://www.kde-apps.org/content/show.php?content=12608
Source0:	http://www.kde-apps.org/CONTENT/content-files/12608-%{name}-%{version}.tar.bz2
Patch0:		audiokonverter-noflac.patch
BuildRequires:	kde4-macros
Requires:	dolphin
Requires:	mplayer
Requires:	flac
Requires:	wavpack
Requires:	id3lib
Requires:	vorbis-tools
%if %{build_plf}
Requires:	lame
Requires:	faac
Requires:	faad2
%endif
BuildArch:	noarch

%description
audiokonverter is a small utility to easily convert from OGG, MP3,
AAC, M4A, FLAC, WMA, RealAudio, Musepack, Wavpack, WAV and movies to
MP3, OGG, M4A, WAV and FLAC in Konqueror by right-clicking on them.

%if %{build_plf}
This package is in restricted because it requires packages that are
in restricted (lame, faac, faad2).
%endif

%prep
%setup -q
%if !%{build_plf}
%patch0 -p1 -b .plf
%endif

%install
mkdir -p %{buildroot}%{_kde_services}/ServiceMenus
install -m 644 *4.desktop %{buildroot}%{_kde_services}/ServiceMenus
mkdir -p %{buildroot}%{_kde_appsdir}/dolphin/servicemenus
install -m 644 *4.desktop %{buildroot}%{_kde_appsdir}/dolphin/servicemenus
mkdir -p %{buildroot}%{_kde_bindir}
install -m 755 anytowav4 audioconvert4 movie2sound4 oggdrop-lx %{buildroot}%{_kde_bindir}

%files
%doc README Changelog
%{_kde_bindir}/*
%{_kde_services}/ServiceMenus/*.desktop
%{_kde_appsdir}/dolphin/servicemenus/*.desktop



%changelog
* Sat Dec 22 2012 Denis Silakov <denis.silakov@rosalab.ru> 5.9.1-6
+ Revision: e74acc9
- Add trailing semicolons to desktop files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15938 |14mr|audio-recorder-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gstapi 1.0

Summary:	Audio recorder for the GNOME
Name:		audio-recorder
Version:	1.3
Release:	3
License:	GPLv3+
Group:		Sound
Url:		https://launchpad.net/audio-recorder
Source0:	https://launchpad.net/audio-recorder/trunk/version%{version}-1/+download/%{name}-%{version}-1.tar.gz
Patch0:		audio-recorder-correct-desktop-menu.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(dconf)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-%{gstapi})
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libpulse)
Requires:	gstreamer%{gstapi}-plugins-bad
Requires:	gstreamer%{gstapi}-plugins-base
Requires:	gstreamer%{gstapi}-plugins-good
Suggests:	gstreamer%{gstapi}-plugins-ugly

%description
Audio-recorder allows you to record your favourite music or audio to
a file. It can record audio from your system's soundcard,
microphones, browsers, webcams & more. Put simply: if it plays out of
your loudspeakers you can record it.

%files -f %{name}.lang
%doc ChangeLog README COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/pixmaps/%{name}/
%{_datadir}/glib-2.0/schemas/org.gnome.audio-recorder.gschema.xml

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 5d92fd5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15939 |14mr|audit-2.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname audit %{major}
%define develname %mklibname -d audit
%define staticdevelname %mklibname -d -s audit

%define auparsemajor 0
%define auparselibname %mklibname auparse %{auparsemajor}
%define auparsedevelname %mklibname -d auparse
%define auparsestaticdevelname %mklibname -d -s auparse

Summary:	User-space tools for Linux 2.6 kernel auditing
Name:		audit
Version:	2.3.2
Release:	2
License:	LGPLv2+
Group:		System/Base
URL:		http://people.redhat.com/sgrubb/audit/
Source0:	http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		audit-1.7.12-lsb-headers.patch
BuildRequires:	gettext-devel
BuildRequires:	glibc-devel >= 2.6.30
BuildRequires:	intltool
BuildRequires:	libcap-ng-devel
BuildRequires:	libtool
BuildRequires:	openldap-devel
BuildRequires:	prelude-devel >= 0.9.16
BuildRequires:	python-devel
BuildRequires:	swig
BuildRequires:	tcp_wrappers-devel
Requires(preun): rpm-helper
Requires(post): rpm-helper
# has the mandriva-simple-auth pam config file we link to
Requires:	usermode-consoleonly >= 1.92-4
Requires:	tcp_wrappers
Requires:	%{auparselibname} >= %{version}
Conflicts:	audispd-plugins < 1.7.11

%description
The audit package contains the user space utilities for storing and searching
the audit records generate by the audit subsystem in the Linux 2.6 kernel.

%package -n	%{libname}
Summary:	Main libraries for %{name}
Group:		System/Libraries
Conflicts:	audit < 2.0

%description -n	%{libname}
This package contains the main libraries for %{name}.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	libaudit-devel = %{version}-%{release}
Provides:	audit-devel = %{version}-%{release}
Provides:	audit-libs-devel = %{version}-%{release}
Obsoletes:	%{mklibname audit 0 -d}

%description -n	%{develname}
This package contains development files for %{name}.

%package -n	%{staticdevelname}
Summary:	Static libraries for %{name}
Requires:	%{develname} = %{version}
Group:		Development/C
Provides:	audit-static-devel = %{version}-%{release}
Provides:	audit-libs-static-devel = %{version}-%{release}
Obsoletes:	%{mklibname audit 0 -d -s}

%description -n	%{staticdevelname}
This package contains static libraries for %{name} used for
development.

%package -n	%{auparselibname}
Summary:	Main libraries for %{name}
Group:		System/Libraries
Conflicts:	%{mklibname audit 0} <= 1.7.13

%description -n	%{auparselibname}
This package contains the main auparse libraries for %{name}.

%package -n	%{auparsedevelname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{auparselibname} = %{version}
Provides:	auparse-devel = %{version}-%{release}
Conflicts:	%{mklibname audit 0 -d} <= 1.7.13

%description -n	%{auparsedevelname}
This package contains development files for %{name}.

%package -n	%{auparsestaticdevelname}
Summary:	Static libraries for %{name}
Requires:	%{auparsedevelname} = %{version}
Group:		Development/C
Provides:	auparse-static-devel = %{version}-%{release}
Conflicts:	%{mklibname audit 0 -d -s} <= 1.7.13

%description -n	%{auparsestaticdevelname}
This package contains static libraries for %{name} used for
development.

%package -n	python-audit
Summary:	Python bindings for %{name}
Group:		Development/Python

%description -n	python-audit
This package contains python bindings for %{name}.

%package -n	audispd-plugins
Summary:	Plugins for the audit event dispatcher
Group:		System/Base
Requires:	%{name} = %{version}
Requires:	%{libname} = %{version}
Requires:	openldap

%description -n	audispd-plugins
The audispd-plugins package provides plugins for the real-time interface to the
audit system, audispd. These plugins can do things like relay events to remote
machines or analyze events for suspicious behavior.

%prep
%setup -q
%patch0 -p1

find -type d -name ".libs" | xargs rm -rf

%build
%serverbuild
autoreconf -f -v --install

%configure2_5x \
    --sbindir=/sbin \
    --libdir=/%{_lib} \
    --with-prelude \
    --with-libwrap \
    --enable-gssapi-krb5=no \
    --with-libcap-ng=yes \
    --libexecdir=%{_sbindir}

%make

%install
install -d %{buildroot}%{_var}/log/audit
install -d %{buildroot}%{_libdir}/audit
install -d %{buildroot}%{_var}/spool/audit

%makeinstall_std

install -d %{buildroot}/%{_libdir}
# This winds up in the wrong place when libtool is involved
mv %{buildroot}/%{_lib}/libaudit.a %{buildroot}%{_libdir}/
mv %{buildroot}/%{_lib}/libauparse.a %{buildroot}%{_libdir}/
curdir=`pwd`
cd %{buildroot}/%{_libdir}
LIBNAME=`basename \`ls %{buildroot}/%{_lib}/libaudit.so.%{major}.*.*\``
ln -s ../../%{_lib}/$LIBNAME libaudit.so
LIBNAME=`basename \`ls %{buildroot}/%{_lib}/libauparse.so.%{auparsemajor}.*.*\``
ln -s ../../%{_lib}/$LIBNAME libauparse.so
cd $curdir

# uneeded files
rm -f %{buildroot}/%{_lib}/*.so
rm -f %{buildroot}/%{_lib}/*.la
rm -f %{buildroot}%{py_platsitedir}/*.{a,la}

%post
if [ ! -e %{_sysconfdir}/audit/audit.rules ] ; then
	cp %{_sysconfdir}/audit/rules.d/audit.rules %{_sysconfdir}/audit/audit.rules
fi
%_post_service auditd

%preun
%_preun_service auditd

%check
make check

%files
%doc README COPYING contrib/capp.rules contrib/nispom.rules contrib/lspp.rules contrib/stig.rules init.d/auditd.cron
%{_initrddir}/auditd
%attr(0750,root,root) %dir %{_sysconfdir}/audit
%attr(0750,root,root) %dir %{_sysconfdir}/audit/rules.d
%attr(0750,root,root) %dir %{_sysconfdir}/audisp
%attr(0750,root,root) %dir %{_sysconfdir}/audisp/plugins.d
%attr(0750,root,root) %dir %{_libdir}/audit
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audit/auditd.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audit/rules.d/audit.rules
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/sysconfig/auditd
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/audispd.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/plugins.d/af_unix.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/plugins.d/syslog.conf
%attr(0750,root,root) /sbin/audispd
%attr(0750,root,root) /sbin/auditctl
%attr(0750,root,root) /sbin/auditd
%attr(0750,root,root) /sbin/autrace
%attr(0755,root,root) /sbin/aureport
%attr(0755,root,root) /sbin/ausearch
%attr(0750,root,root) /sbin/augenrules
%attr(0755,root,root) %{_bindir}/aulastlog
%attr(0755,root,root) %{_bindir}/aulast
%attr(0755,root,root) %{_bindir}/ausyscall
%attr(0755,root,root) %{_bindir}/auvirt
%attr(0644,root,root) %{_mandir}/man5/audispd.conf.5*
%attr(0644,root,root) %{_mandir}/man5/auditd.conf.5*
%attr(0644,root,root) %{_mandir}/man5/ausearch-expression.5*
%attr(0644,root,root) %{_mandir}/man7/audit.rules.7*
%attr(0644,root,root) %{_mandir}/man8/audispd.8*
%attr(0644,root,root) %{_mandir}/man8/auditctl.8*
%attr(0644,root,root) %{_mandir}/man8/auditd.8*
%attr(0644,root,root) %{_mandir}/man8/aulast.8*
%attr(0644,root,root) %{_mandir}/man8/aulastlog.8*
%attr(0644,root,root) %{_mandir}/man8/auvirt.8*
%attr(0644,root,root) %{_mandir}/man8/augenrules.8*
%attr(0644,root,root) %{_mandir}/man8/aureport.8*
%attr(0644,root,root) %{_mandir}/man8/ausearch.8*
%attr(0644,root,root) %{_mandir}/man8/ausyscall.8*
%attr(0644,root,root) %{_mandir}/man8/autrace.8*
%attr(0700,root,root) %dir %{_var}/log/audit

%files -n %{libname}
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/libaudit.conf
/%{_lib}/libaudit.so.%{major}*
%attr(0644,root,root) %{_mandir}/man5/libaudit.conf.5*

%files -n %{develname}
%doc ChangeLog contrib/skeleton.c contrib/plugin
%{_libdir}/libaudit.so
%{_includedir}/libaudit.h
%{_mandir}/man3/audit_*
%{_mandir}/man3/ausearch_*
%{_mandir}/man3/get_auditfail_action.3*
%{_mandir}/man3/set_aumessage_mode.3*

%files -n %{staticdevelname}
%{_libdir}/libaudit.a

%files -n %{auparselibname}
/%{_lib}/libauparse.so.%{auparsemajor}*

%files -n %{auparsedevelname}
%doc ChangeLog contrib/skeleton.c contrib/plugin
%{_libdir}/libauparse.so
%{_includedir}/auparse-defs.h
%{_includedir}/auparse.h
%{_mandir}/man3/auparse_*

%files -n %{auparsestaticdevelname}
%{_libdir}/libauparse.a

%files -n python-audit
%{py_platsitedir}/*.so
%{py_platsitedir}/audit.p*

%files -n audispd-plugins
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/audisp-prelude.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/audisp-remote.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/plugins.d/audispd-zos-remote.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/plugins.d/au-prelude.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/plugins.d/au-remote.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/zos-remote.conf
%attr(0750,root,root) /sbin/audispd-zos-remote
%attr(0750,root,root) /sbin/audisp-prelude
%attr(0750,root,root) /sbin/audisp-remote
%attr(0644,root,root) %{_mandir}/man5/audisp-prelude.conf.5*
%attr(0644,root,root) %{_mandir}/man5/audisp-remote.conf.5*
%attr(0644,root,root) %{_mandir}/man5/zos-remote.conf.5*
%attr(0644,root,root) %{_mandir}/man8/audispd-zos-remote.8*
%attr(0644,root,root) %{_mandir}/man8/audisp-prelude.8*
%attr(0644,root,root) %{_mandir}/man8/audisp-remote.8*
%attr(0750,root,root) %dir %{_var}/spool/audit

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.2-2
+ Revision: 4c0ab7d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15940 |14mr|augeas-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	famajor	1
%define	libname	%mklibname augeas %{major}
%define	libfa	%mklibname fa %{famajor}
%define	devname	%mklibname augeas -d

Summary:	A library for changing configuration files
Name:		augeas
Version:	1.0.0
Release:	3
Group:		Development/C
License:	LGPLv2.1+
URL:		http://augeas.net/
Source0:	http://augeas.net/download/%{name}-%{version}.tar.gz
Source1:	http://augeas.net/download/%{name}-%{version}.tar.gz.sig

BuildRequires:	ruby
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(libxml-2.0)

%description
A library for programmatically editing configuration files. Augeas parses
configuration files into a tree structure, which it exposes through its
public API. Changes made through the API are written back to the initially
read files.

The transformation works very hard to preserve comments and formatting
details. It is controlled by ``lens'' definitions that describe the file
format and the transformation into a tree.

%package	lenses
Summary:	Lenses for %{name}
Group:		Development/C

%description	lenses
The lenses for %{name}.

%package -n	%{libname}
Summary:	Library for %{name}
Group:		Development/C
Requires:	%{name}-lenses = %{EVRD}

%description -n	%{libname}
The library for %{name}.

%package -n	%{libfa}
Summary:	Library for %{name}
Group:		Development/C
Conflicts:	%{libname} < 0.9.0-2

%description -n	%{libfa}
The library for %{name}.

%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libfa} = %{EVRD}

%description -n	%{devname}
This package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x	--disable-static
%make

%check
#make check

%install
%makeinstall_std
mkdir %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libaugeas.so.%{major}* %{buildroot}/%{_lib}
ln -srf %{buildroot}/%{_lib}/libaugeas.so.%{major}.*.* %{buildroot}%{_libdir}/libaugeas.so
mv %{buildroot}%{_libdir}/libfa.so.%{famajor}* %{buildroot}/%{_lib}
ln -srf %{buildroot}/%{_lib}/libfa.so.%{famajor}.*.* %{buildroot}%{_libdir}/libfa.so

%files
%{_bindir}/augtool
%{_bindir}/augparse
%{_bindir}/fadot
%{_mandir}/man1/*
%{_datadir}/vim/vimfiles/ftdetect/augeas.vim
%{_datadir}/vim/vimfiles/syntax/augeas.vim

%files lenses
%doc AUTHORS NEWS
%{_datadir}/augeas

%files -n %{libname}
/%{_lib}/libaugeas.so.%{major}*

%files -n %{libfa}
/%{_lib}/libfa.so.%{famajor}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libaugeas.so
%{_libdir}/libfa.so
%{_libdir}/pkgconfig/augeas.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-3
+ Revision: a413f95
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15941 |14mr|aumix-2.9.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	aumix
%define version 2.9.1
%define release 5

Name:		%{name}
Summary:	A GTK+ / Ncurses audio mixer 
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Sound
BuildRequires:	ncurses-devel
BuildRequires:	gtk+2-devel
BuildRequires:	autoconf
BuildRequires:	automake
Source0:	http://www.jpj.net/~trevor/aumix/%{name}-%{version}.tar.bz2
URL: 		http://www.jpj.net/~trevor/aumix.html
Requires:	initscripts >= 4.42
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is a program for adjusting audio mixers from the command line or scripts,
or interactively at the console or a terminal with a full-screen, ncurses-based
interface or a GTK-based X interface.

%package text
Summary:	An Ncurses audio mixer 
License:	GPL
Group:		Sound

%description text
This is a program for adjusting audio mixers from the command line or scripts,
or interactively at the console or a terminal with a full-screen, ncurses-based
interface .

%prep
%setup -q

%build
mkdir build-text
pushd build-text
CONFIGURE_TOP=.. %configure2_5x --without-gtk
%make
popd
mkdir build-gui
pushd build-gui
CONFIGURE_TOP=.. %configure2_5x
%make
popd

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall -C build-gui

# install text version
install -m755 build-text/src/aumix $RPM_BUILD_ROOT%{_bindir}/aumix-text

# menu entry

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Aumix
Comment=Basic volume controller
Exec=%{name}
Icon=sound_section
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Audio;Mixer;
EOF

%find_lang %name

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc README TODO NEWS ChangeLog
%_bindir/aumix
%_bindir/mute
%_bindir/xaumix
%_mandir/man1/*
%_datadir/applications/mandriva-*
%_datadir/%name

%files text
%defattr(-,root,root)
%_bindir/aumix-text



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.9.1-5
+ Revision: 5874fc8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15942 |14mr|autoconf2.1-2.13-35
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname	autoconf

# Define the Fortran compiler
%define fortran_compiler gfortran
BuildRequires: gcc-gfortran

%define docheck 1
%{?_without_check: %global docheck 0}

Name:		%{pkgname}2.1
Summary:	A GNU tool for automatically configuring source code
Version:	2.13
Release:	35
Epoch:		1
License:	GPL
Group:		Development/Other
URL:		http://www.gnu.org/software/autoconf/
BuildArch:	noarch

Source:		ftp://ftp.gnu.org/pub/gnu/%{pkgname}/%{pkgname}-%{version}.tar.bz2
Patch0:		autoconf-2.12-race.patch
Patch1:		autoconf-2.13-mawk.patch
Patch2:		autoconf-2.13-notmp.patch
Patch3:		autoconf-fix-for-gcc2.96-patch
Patch4:		autoconf-2.13-versioned-info.patch
Patch5:		autoconf-2.13-automake14.patch
Patch6:		autoconf-2.13-gfortran.patch

Requires:	gawk, m4, mktemp
BuildRequires:	texinfo m4
Conflicts:	autoconf2.5 <= 1:2.59-3mdk

# for tests
%if %docheck
BuildRequires:	bison
BuildRequires:	flex
%endif

%description
GNU's Autoconf is a tool for configuring source code and Makefiles.
Using Autoconf, programmers can create portable and configurable
packages, since the person building the package is allowed to 
specify various configuration options.

You should install Autoconf if you are developing software and you'd
like to use it to create shell scripts which will configure your 
source code packages. If you are installing Autoconf, you will also
need to install the GNU m4 package.

Note that the Autoconf package is not required for the end user who
may be configuring software with an Autoconf-generated script; 
Autoconf is only required for the generation of the scripts, not
their use.

%prep
%setup -q -n %{pkgname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p0
%patch4 -p1 -b .parallel
%patch5 -p1 -b .automake14
case %{fortran_compiler} in
*gfortran*)
%patch6 -p1 -b .gfortran
;;
esac

%build
export F77=%{fortran_compiler}
%configure --program-suffix=-%{version}
%make

%if %docheck
make check	# VERBOSE=1
%endif

%install
%makeinstall

mv $RPM_BUILD_ROOT%{_infodir}/autoconf.info $RPM_BUILD_ROOT%{_infodir}/autoconf-%{version}.info

# We don't want to include the standards.info stuff in the package,
# because it comes from binutils...
rm -f $RPM_BUILD_ROOT%{_infodir}/standards*

cp install-sh $RPM_BUILD_ROOT%{_datadir}/autoconf

%files
%defattr(-,root,root)
%doc README
%{_bindir}/*
%{_datadir}/%{pkgname}
%{_infodir}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.13-35
+ Revision: 6a362df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15943 |14mr|autoconf-2.69-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without check

Summary:	A GNU tool for automatically configuring source code
Name:		autoconf
Version:	2.69
Release:	3
Epoch:		1
License:	GPLv2+ with exceptions
Group:		Development/Other
Url:		http://www.gnu.org/software/autoconf/
Source0:	ftp://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.xz
Source1:	autoconf-site-start.el
Patch0:		autoconf-2.62-fix-multiline-string.patch
Patch1:		autoconf-2.64-drop-failing-parallel-test.patch
Patch2:		autoconf-2.69-texinfo.patch
BuildRequires:	help2man
BuildRequires:	m4
BuildRequires:	texinfo
# for tests
%if %{with check}
BuildRequires:	bison
BuildRequires:	flex
%endif
Requires:	m4
Requires:	mktemp
Provides:	autoconf2.5 = %{EVRD}
Conflicts:	autoconf2.1 < 1:2.13-26
BuildArch:	noarch

%description
GNU's Autoconf is a tool for configuring source code and Makefiles.
Using Autoconf, programmers can create portable and configurable
packages, since the person building the package is allowed to 
specify various configuration options.

You should install Autoconf if you are developing software and you'd
like to use it to create shell scripts which will configure your 
source code packages. If you are installing Autoconf, you will also
need to install the GNU m4 package.

Note that the Autoconf package is not required for the end user who
may be configuring software with an Autoconf-generated script; 
Autoconf is only required for the generation of the scripts, not
their use.

%files
%doc AUTHORS BUGS COPYING INSTALL NEWS README THANKS TODO
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*.el
%{_bindir}/*
%{_datadir}/autoconf
%{_datadir}/emacs/site-lisp/*.el*
%{_infodir}/*
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q -n autoconf-%{version}
%patch0 -p1 -b .multiline~
%patch1 -p1 -b .droptest~
%patch2 -p1 -b .texinfo~

%build
%configure2_5x --build=%{_host}
%make

%install
%makeinstall_std

# We don't want to include the standards.info stuff in the package,
# because it comes from binutils...
rm -f %{buildroot}%{_infodir}/standards*

# emacs stuff
install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el

# if emacs-bin was not here, *.el and *.elc files will be missing - install *.el files anyway
if [ ! -d %{buildroot}/%{_datadir}/emacs/site-lisp ]; then
	mkdir -p %{buildroot}/%{_datadir}/emacs/site-lisp
	install -m644 lib/emacs/*.el %{buildroot}/%{_datadir}/emacs/site-lisp
fi

%if %{with check}
%check
make check	# VERBOSE=1
%endif


%changelog
* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.69-3
+ Revision: 1719ce6
- Fix build with new texinfo, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15944 |14mr|autoconf-archive-2012.04.07-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		autoconf-archive
Version:	2012.04.07
Release:	3
Summary:	The Autoconf Macro Archive
Group:		Development/Other
License:	GPLv3+ with exceptions
URL:		http://www.gnu.org/software/autoconf-archive/
Source0:	ftp://ftp.gnu.org/gnu/autoconf-archive/%{name}-%{version}.tar.xz
BuildArch:	noarch
BuildRequires:	texinfo
Requires:	autoconf

%description
The GNU Autoconf Archive is a collection of more than 450 macros for
GNU Autoconf that have been contributed as free software by friendly
supporters of the cause from all over the Internet.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

# remove dir file which will be generated by /sbin/install-info
rm -f %{buildroot}%{_infodir}/dir

# document files are installed another location
rm -rf %{buildroot}%{_datadir}/%{name}

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING* ChangeLog NEWS README TODO
%{_datadir}/aclocal/*.m4
%{_infodir}/autoconf-archive.info*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.04.07-3
+ Revision: a0853f1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15945 |14mr|autodownloader-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		autodownloader
Version:	0.3.0
Release:	2
Summary:	A Python program that can be used to automatically download files
License:	GPL
Group:		Networking/WWW
URL:		http://sourceforge.net/projects/autodownloader
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildArch:	noarch
Requires:	python
Requires:	pygtk2.0

%description
Autodownloader is a program written in Python that can be used
to automatically download files that are not freely distributable.

The program can choose from multiple mirrors and download the files
to a specified location. The files will also be checked using an md5
checksum.

%prep
%setup -q

%build
# empty

%install
%makeinstall_std

%files
%doc COPYING ChangeLog GladeWindow-license.txt README.txt TODO example.autodlrc
%dir %{_datadir}/autodl
%{_datadir}/autodl/*
%{_datadir}/icons/hicolor/*/apps/autodl.png


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.0-2
+ Revision: e5acf2e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15946 |14mr|autofs-5.0.7-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        A tool for automatically mounting and unmounting filesystems
Name:           autofs
Version:        5.0.7
Release:        12
License:        GPLv2+
Group:          System/Kernel and hardware
Url:            ftp://ftp.kernel.org/pub/linux/daemons/autofs
Source0:        ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/%{name}-%{version}.tar.bz2
Patch102:       autofs-5.0.6-separate-config-files.patch
Patch103:       autofs-5.0.4-rename-configuration-file.patch
Patch104:	autofs-5.0.7-do-not-install-init.patch
Patch105:	autofs-5.0.7-after-nss-lookup.patch
Patch106:	autofs-5.0.7-add-missing-libtirpc-linkage.patch

BuildRequires:  bison
BuildRequires:  flex
BuildRequires:	kmod-compat
BuildRequires:  krb5-devel
BuildRequires:  openldap-devel
BuildRequires:  sasl-devel
BuildRequires:  pkgconfig(libtirpc)
BuildRequires:  pkgconfig(libxml-2.0)
Requires(post,preun):  rpm-helper >= 0.24.1-1
Conflicts:      autosmb

%description
autofs is a daemon which automatically mounts filesystems when you use
them, and unmounts them later when you are not using them.  This can
include network filesystems, CD-ROMs, floppies, and so forth.

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%serverbuild
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--with-mapdir=%{_sysconfdir}/%{name} \
	--with-confdir=%{_sysconfdir}/%{name} \
	--with-sasl=yes \
	--disable-mount-locking \
	--enable-ignore-busy \
	--with-libtirpc \
	--disable-mount-move \
	--with-systemd

%make DONTSTRIP=1

mkdir examples
cp samples/ldap* examples
cp samples/autofs.schema examples

rm -f README.gentoo

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_libdir}/autofs
mkdir -p %{buildroot}%{_mandir}/{man5,man8}
mkdir -p %{buildroot}%{_sysconfdir}

%make install INSTALLROOT=%{buildroot}

install -d -m 755 %{buildroot}%{_unitdir}
install -m 644 samples/autofs.service %{buildroot}%{_unitdir}/autofs.service

rm -f %{buildroot}%{_sysconfdir}/init.d/%{name}
rm -f %{buildroot}%{_mandir}/man8/autofs*

cat > README.urpmi <<EOF
%{distribution} specific notes

setup
-----
Configuration handling in %{distribution} package differs from upstream one on several
points:
- the automounts daemon configuration file is %{_sysconfdir}/autofs/autofs.conf
- the autofs service configuration file is %{_sysconfdir}/sysconfig/autofs

Upgrade
-------
Map files have been moved from %{_sysconfdir} to %{_sysconfdir}/autofs. Upgrade
procedure should handle the change automatically.
LDAP usage has changed between autofs 4 and 5. The LDAP schema used has now to
be configured explicitely in autofs configuration, so as to avoid useless
queries. As this can't be handled by package upgrade procedure, you'll have to
edit your configuration manually. See auto.master(5) for details.

EOF

# tune default configuration
perl -pi -e 's|^BROWSE_MODE="no"|BROWSE_MODE="yes"|' \
    %{buildroot}%{_sysconfdir}/autofs/autofs.conf
perl -pi \
    -e 's|^/misc\t|#/misc\t|;' \
    -e 's|^/net\t|#/net\t|;' \
    %{buildroot}%{_sysconfdir}/autofs/auto.master

%post
%_post_service autofs

%preun
%_preun_service autofs

%files
%doc INSTALL CHANGELOG CREDITS README* examples
%config(noreplace) %{_sysconfdir}/autofs
%config(noreplace) %{_sysconfdir}/sysconfig/autofs
%{_unitdir}/autofs.service
%{_libdir}/%{name}
%{_sbindir}/automount
%{_mandir}/*/*


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0.7-12
+ Revision: f021aa8
- BuildList#2062192: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15947 |14mr|autogen-5.18.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 25
%define libname %mklibname opts %{major}
%define develname %mklibname opts -d

Summary:	Simplifies the creation and maintenance of programs
Name:		autogen
Version:	5.18.3
Release:	1
Group:		Development/Other
License:	GPLv2+
URL:		http://www.gnu.org/software/autogen/
Source0:	ftp://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz
Patch0:		autogen-5.12-pkgconfig.patch
# Fix mk-tpl-config.sh to not fail when guile headers don't use noreturn
Patch1:         autogen-mktplconfig.patch

BuildRequires:	chrpath
BuildRequires:	pkgconfig(guile-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%define __noautoreq '/bin/cat'

%description
AutoGen is a tool designed to simplify the creation and maintenance 
of programs that contain large amounts of repetitious text. It is 
especially valuable in programs that have several blocks of text 
that must be kept synchronized.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		Development/Other
Obsoletes:	%{_lib}autogen0 < 5.11

%description -n	%{libname}
This package contains the shared library for %{name}.

%package -n %{develname}
Summary:	Development headers and libraries for %{name}
Group:		Development/Other
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{_lib}autogen0-devel < %{version}-%{release}
Obsoletes:	%{_lib}opts-static-devel < %{version}-%{release}

%description -n	%{develname}
This package contains the development files for %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%{_bindir}/chrpath -d %{buildroot}/%{_libdir}/lib*.so.* \
	%{buildroot}/%{_bindir}/{autogen,columns,getdefs,xml2ag}

%files
%doc README TODO
%{_bindir}/autogen
%{_bindir}/columns
%{_bindir}/getdefs
%{_bindir}/xml2ag
%{_infodir}/autogen.info*
%{_datadir}/aclocal/*
%{_datadir}/autogen/
%{_mandir}/*/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_bindir}/autoopts-config
%{_includedir}/autoopts/
%{_libdir}/*.so
%{_datadir}/pkgconfig/*


%changelog
* Thu Jul 10 2014 Tigro <ashejn@gmail.com> 5.18.3-1
+ Revision: d773f87
- Fix mk-tpl-config.sh to not fail when guile headers don't use noreturn



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15948 |14mr|autologin-1.0.0-31
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Automatically log in
Name:		autologin
Version:	1.0.0
Release:	31
Group:		System/Base
License:	GPL
URL:		http://www.linux-easy.com/development/autologin/
Source0:	%{name}-%{version}.tar.bz2
Source1:	startx.autologin
Patch0:		autologin-1.0.0-mdv.patch
Patch1:		autologin-glibc28_fix.diff
BuildRequires:	pam-devel automake autoconf >= 2.50
Requires:	initscripts >= 5.15
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Autologin automatically logs in as the user specified in
/etc/sysconfig/autologin and starts the X session defined there.

Install autologin if you want to bypass the login screen.

%prep
%setup -q

%patch0 -p1 -b .fred
%patch1 -p0 -b .glibc28_fix

%build
#FORCE_AUTOCONF_2_5=1 AUTOMAKE="automake --add-missing" autoreconf
autoreconf -fiv
%configure2_5x
%make

%install
rm -rf %{buildroot}

%makeinstall_std

install -m755 %{SOURCE1} -D %{buildroot}%{_bindir}/startx.autologin

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc README AUTHORS
%{_sbindir}/autologin
%{_bindir}/startx.autologin
%config(noreplace) /etc/pam.d/autologin



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-31
+ Revision: 61f6a1f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15949 |14mr|automake-1.14.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define amversion 1.14

%define docheck 0
%{?_without_check: %global docheck 0}

Summary:	A GNU tool for automatically creating Makefiles
Name:		automake
Version:	1.14.1
Release:	5
License:	GPLv2+
Group:		Development/Other
Url:		http://sources.redhat.com/automake/
Source0:	ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
Source100:	fix-old-automake-files
# Automatically invoke fix-old-automake-files from aclocal
Patch0:		automake-1.13.1-automatically-fix-old-files.patch
# Something changed in Perl 5.18 and the testsuite started to fail because
# of random looping in hashes items.  Upstream will probably start sorting of
# hash items by default for this failing case ~> we just don't resist on its
# order for now (only testsuite change).
# ~> Downstream
# ~> http://lists.gnu.org/archive/html/bug-automake/2013-07/msg00022.html
Patch1:		automake-1.13.4-hash-order-workaround.patch
BuildRequires:	autoconf
BuildRequires:	texinfo
# tests need these
%if %{docheck}
BuildRequires:	bison
BuildRequires:	dejagnu
BuildRequires:	emacs
BuildRequires:	flex
BuildRequires:	gcc-java
BuildRequires:	python
BuildRequires:	tetex-latex
%endif
Requires:	autoconf
Requires:	sed
Conflicts:	automake1.5
Provides:	automake1.9 = %{EVRD}
Obsoletes:	automake1.9 < %{EVRD}
Provides:	automake1.8 = %{EVRD}
Obsoletes:	automake1.8 < %{EVRD}
Requires(post,preun):	update-alternatives
BuildArch:	noarch

%description
Automake is a tool for automatically generating Makefiles compliant with
the GNU Coding Standards.

You should install Automake if you are developing software and would like
to use its capabilities of automatically generating GNU standard
Makefiles. If you install Automake, you will also need to install GNU's
Autoconf package.

%files
%doc AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/automake
%{_bindir}/aclocal
%{_bindir}/fix-old-automake-files
%{_bindir}/automake-%{amversion}
%{_bindir}/aclocal-%{amversion}
%{_bindir}/automake-1.8
%{_bindir}/aclocal-1.8
%{_bindir}/automake-1.9
%{_bindir}/aclocal-1.9
%{_bindir}/automake-1.11
%{_bindir}/aclocal-1.11
%{_bindir}/automake-1.12
%{_bindir}/aclocal-1.12
%{_bindir}/automake-1.13
%{_bindir}/aclocal-1.13
%{_datadir}/automake*
%{_infodir}/automake*
%{_datadir}/aclocal*
%{_mandir}/man1/aclocal-%{amversion}*
%{_mandir}/man1/aclocal.1*
%{_mandir}/man1/automake-%{amversion}*
%{_mandir}/man1/automake.1*

%pre
if [ "$1" = 1 ]; then
  update-alternatives --remove automake %{_bindir}/automake-1.8
  update-alternatives --remove automake %{_bindir}/automake-1.9
  update-alternatives --remove automake %{_bindir}/automake-1.11
  update-alternatives --remove automake %{_bindir}/automake-1.12
  update-alternatives --remove automake %{_bindir}/automake-1.13
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%check
%if %{docheck}
# (Abel) reqd2.test tries to make sure automake won't work if ltmain.sh
# is not present. But automake behavior changed, now it can handle missing
# libtool file as well, so this test is bogus.
sed -e 's/reqd2.test//g' -i tests/Makefile
make check # VERBOSE=1
%endif

%install
%makeinstall_std

# provide -1.x symlinks
for i in 8 9 11 12 13; do
	ln -s automake-%{amversion} %{buildroot}%{_bindir}/automake-1.$i
	ln -s aclocal-%{amversion} %{buildroot}%{_bindir}/aclocal-1.$i
done

rm -f %{buildroot}/%{_infodir}/*
install -m 644 doc/%{name}.info* %{buildroot}/%{_infodir}/
install -c -m 755 %{SOURCE100} %{buildroot}%{_bindir}/

mkdir -p %{buildroot}%{_datadir}/aclocal




%changelog
* Thu Sep 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.14.1-5
+ Revision: 78b935f
- One more fix to fix-old-automake-files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15950 |14mr|automake1.4-1.4.0.p6-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define amversion 1.4
%define pkgname automake
%define patchlevel p6
%define version 1.4.0.%{patchlevel}

%define docheck 0
%{?_without_check: %global docheck 0}

Summary:	A GNU tool for automatically creating Makefiles
Name:		%{pkgname}%{amversion}
Version:	%{version}
Release:	10
License:	GPL
Group:		Development/Other
Source:		ftp://ftp.gnu.org/gnu/automake/%{pkgname}-%{amversion}-%{patchlevel}.tar.bz2
Patch0:		automake-1.4p6-infofiles.patch
Patch1:		automake-1.4-p6-stdc-headers.patch
Patch2:		automake-1.4-p6-CVE-2009-4029.diff
URL:		http://www.gnu.org/software/automake/
BuildArch:	noarch

Requires:	update-alternatives
Conflicts:	automake1.5
Obsoletes:	automake <= 1.4-23.p6.mdk

%description
Automake is a tool for automatically generating Makefiles compliant with the
GNU Coding Standards.

You should install Automake if you are developing software and would like to
use its capabilities of automatically generating GNU standard Makefiles. If you
install Automake, you will also need to install GNU's Autoconf package.

%prep
%setup -q -n %{pkgname}-%{amversion}-%{patchlevel}
%patch0 -p1 -b .parallel
%patch1 -p1 -b .gcc3.4
%patch2 -p1 -b .CVE-2009-4029

%build
%configure
%make

# error.test won't work as expected because $ACLOCAL already include ./m4 into
# m4 file search list (see tests/defs), so --acdir=. has no effect
perl -pi -e 's/\berror\.test\b//' tests/Makefile

# (oe) the installsh.test test fails, don't know why
%check
%if %docheck
make check	# VERBOSE=1
%endif

%install
%makeinstall

install -D -m 644 %{name}.info $RPM_BUILD_ROOT%{_infodir}/%{name}.info

rm -f $RPM_BUILD_ROOT/%{_bindir}/{automake,aclocal}

mkdir -p $RPM_BUILD_ROOT/%{_datadir}/aclocal

%post
update-alternatives --remove automake %{_bindir}/automake-%{amversion}

# this triggerpostun doesn't seem to work, using post instead
#triggerpostun -- automake <= 1.4-25.p6.mdk
#if [ -e %{_bindir}/automake-%{amversion} ]; then
#  update-alternatives --remove automake %{_bindir}/automake-%{amversion}
#fi

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
%{_bindir}/*
%{_datadir}/*-1.4
%{_infodir}/%{name}*
%dir %{_datadir}/aclocal





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.0.p6-10
+ Revision: 40f684d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15951 |14mr|automake1.7-1.7.9-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define amversion 1.7

%define docheck 0
%{?_without_check: %global docheck 0}

Summary:	A GNU tool for automatically creating Makefiles
Name:		automake%{amversion}
Version:	1.7.9
%define subrel 1
Release:	17
License:	GPL
Group:		Development/Other
URL:		http://sources.redhat.com/automake/
Source:		ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
Patch0:		automake-1.7.9-infofiles.patch
Patch1:		automake-1.7.9-new-autoconf-and-gettext.patch
Patch2:		automake-1.7.9-CVE-2009-4029.patch
Patch3:		automake-1.7.9-CVE-2012-3386.diff
BuildArch:	noarch
Requires:	autoconf2.5 >= 1:2.54
BuildRequires:	autoconf2.5 >= 1:2.59-4mdk
BuildRequires:	texinfo
Conflicts:	automake1.5
Conflicts:	automake < 1.4-22.p6.mdk
Requires(post): update-alternatives
# for tests
%if %docheck
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	tetex-latex
BuildRequires:	emacs
BuildRequires:	dejagnu
BuildRequires:	gcc-java
BuildRequires:	python
%endif

%description
Automake is a tool for automatically generating Makefiles compliant with
the GNU Coding Standards.

You should install Automake if you are developing software and would like
to use its capabilities of automatically generating GNU standard
Makefiles. If you install Automake, you will also need to install GNU's
Autoconf package.

%prep

%setup -q -n automake-%{version}
%patch0 -p0 -b .parallel
%patch1 -p1 -b .autoconf_gettext
%patch2 -p1 -b .CVE-2009-4029
%patch3 -p0 -b .CVE-2012-3386


%build
%configure2_5x
%make

%if %docheck
# (Abel) reqd2.test tries to make sure automake won't work if ltmain.sh
# is not present. But automake behavior changed, now it can handle missing
# libtool file as well, so this test is bogus.
perl -pi -e 's/reqd2.test//g' tests/Makefile
# etex is linked to pdfetex, which does not generate dvi files...
export TEX=tex
# (oe) these test cases fail probably due to incompabilities with latest gettext,
# disable them for now
for test in gettext gettext2 subcond subst; do
    perl -pi -e "s|${test}||g" tests/Makefile
done
make check	# VERBOSE=1
%endif

%install
%makeinstall_std

rm -f %{buildroot}/%{_bindir}/{automake,aclocal}

pushd %{buildroot}/%{_infodir}
for i in *.info*; do
  mv $i %{name}${i#automake}
done
popd

mkdir -p %{buildroot}%{_datadir}/aclocal

%post
update-alternatives --remove automake %{_bindir}/automake-%{amversion}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
%{_bindir}/*
%{_datadir}/automake*
%{_infodir}/automake*
%{_datadir}/aclocal*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.9-17
+ Revision: d74e710
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15952 |14mr|automoc4-0.9.88-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: automoc4
Summary: Automoc is a development moc auto generator for kde4 development
Version: 0.9.88
Release: 7
Url: http://websvn.kde.org/trunk/kdesupport/automoc
License: GPLv2+
Group: Development/KDE and Qt
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
BuildRequires: qt4-devel >= 4.4.0
BuildRequires: kde4-macros
Obsoletes: automoc < 0.9.83
Provides: automoc = %version

%description
Automoc is a development moc auto generator for kde4 development

%files
%defattr(-,root,root)
%{_kde_bindir}/automoc4
%{_kde_libdir}/automoc4

#------------------------------------------------------

%prep
%setup -q 

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%clean
rm -rf "%{buildroot}"



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.88-7
+ Revision: 654c4e3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15953 |14mr|avahi-0.6.31-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define client_name %{name}-client
%define common_name %{name}-common
%define core_name %{name}-core
%define dns_sd_name %{name}-compat-libdns_sd
%define glib_name %{name}-glib
%define gobject_name %{name}-gobject
%define howl_name %{name}-compat-howl
%define qt3_name %{name}-qt3
%define qt4_name %{name}-qt4
%define ui_name %{name}-ui
%define ui_gtk3_name %{name}-ui-gtk3

%define client_major 3
%define common_major 3
%define core_major 7
%define dns_sd_major 1
%define glib_major 1
%define gobject_major 0
%define howl_major 0
%define qt3_major 1
%define qt4_major 1
%define ui_major 0
%define ui_gtk3_major 0

%define lib_client_name %mklibname %{client_name} %{client_major}
%define develnameclient %mklibname %{client_name} -d
%define lib_common_name %mklibname %{common_name} %{common_major}
%define develnamecommon %mklibname %{common_name} -d
%define lib_core_name %mklibname %{core_name} %{core_major}
%define develnamecore %mklibname %{core_name} -d
%define lib_dns_sd_name %mklibname %{dns_sd_name} %{dns_sd_major}
%define develnamedns_sd %mklibname %{dns_sd_name} -d
%define lib_glib_name %mklibname %{glib_name} %{glib_major}
%define develnameglib %mklibname %{glib_name} -d
%define lib_gobject_name %mklibname %{gobject_name} %{gobject_major}
%define develnamegobject %mklibname %{gobject_name} -d
%define lib_howl_name %mklibname %{howl_name} %{howl_major}
%define develnamehowl %mklibname %{howl_name} -d
%define lib_qt3_name %mklibname %{qt3_name}_ %{qt3_major}
%define develnameqt3 %mklibname %{qt3_name} -d
%define lib_qt4_name %mklibname %{qt4_name}_ %{qt4_major}
%define develnameqt4 %mklibname %{qt4_name} -d
%define lib_ui_name %mklibname %{ui_name} %{ui_major}
%define develnameui %mklibname %{ui_name} -d
%define lib_ui_gtk3_name %mklibname %{ui_gtk3_name}_ %{ui_gtk3_major}
%define develnameui_gtk3 %mklibname %{ui_gtk3_name} -d

%define build_mono 1
%{?_with_mono: %{expand: %%global build_mono 1}} 
%{?_without_mono: %{expand: %%global build_mono 0}} 

%ifarch %{arm} %{mips} aarch64
%define build_mono 0
%endif

%define build_qt3 0
%{?_with_qt3: %{expand: %%global build_qt3 1}}
%{?_without_qt3: %{expand: %%global build_qt3 0}}

%define build_qt4 1
%{?_with_qt4: %{expand: %%global build_qt4 1}}
%{?_without_qt4: %{expand: %%global build_qt4 0}}

%define build_gtk3 1
%{?_with_gtk3: %{expand: %%global build_gtk3 1}}
%{?_without_gtk3: %{expand: %%global build_gtk3 0}}

%define build_systemd 1
%{?_with_systemd: %{expand: %%global build_systemd 1}}
%{?_without_systemd: %{expand: %%global build_systemd 0}}

%define build_bootstrap 0
%{?_with_bootstrap: %{expand: %%global build_bootstrap 1}}
%if %{build_bootstrap}
%define build_mono 0
%define build_qt3 0
%define build_qt4 0
%define build_gtk3 0
%define build_systemd 0
%endif

Summary:	Avahi service discovery (mDNS/DNS-SD) suite
Name:		avahi
Version:	0.6.31
Release:	16
License:	LGPLv2+
Group:		System/Servers
Url:		http://avahi.org/
Source0:	http://avahi.org/download/%{name}-%{version}.tar.gz
Source1:	avahi-hostname.sh
Source100:	%{name}.rpmlintrc
Patch0:		avahi-0.6.31-gtk-is-broken-beyond-repair-gtk-die-die-die.patch
Patch1:		avahi-0.6.31.workaround.patch
BuildRequires:	intltool
BuildRequires:	pygtk2.0
BuildRequires:	cap-devel
BuildRequires:	expat-devel >= 2.0.1
BuildRequires:	gdbm-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-python)
BuildRequires:	pkgconfig(libdaemon)
BuildRequires:	pkgconfig(libglade-2.0)
%if %{build_qt3}
BuildRequires:	pkgconfig(qt-mt)
%endif
%if %{build_qt4}
BuildRequires:	pkgconfig(QtCore)
%endif
%if %{build_gtk3}
BuildRequires:	pkgconfig(gtk+-3.0)
%endif
%if %{build_systemd}
BuildRequires:	systemd-units
%endif

Requires(pre,preun,post,postun): rpm-helper
Requires(post,preun): dbus
Suggests:	nss_mdns

Requires(post):		rpm-helper
Requires(preun):	rpm-helper
Requires(post):		dbus
Requires(preun):	dbus

%description
Avahi is a system which facilitates service discovery on a local
network -- this means that you can plug your laptop or computer into a
network and instantly be able to view other people who you can chat
with, find printers to print to or find files being shared. This kind
of technology is already found in MacOS X (branded 'Rendezvous',
'Bonjour' and sometimes 'ZeroConf') and is very convenient.

%files -f avahi.lang
%dir %{_sysconfdir}/%{name}/
%dir %{_sysconfdir}/%{name}/services/
%config(noreplace) %{_sysconfdir}/%{name}/hosts
%config(noreplace) %{_sysconfdir}/%{name}/%{name}-daemon.conf
%config(noreplace) %{_sysconfdir}/%{name}/avahi-autoipd.action
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/%{name}-dbus.conf
%if !%{build_systemd}
 %{_initrddir}/%{name}-daemon
%endif
%attr(0755,avahi,avahi) %dir %{_localstatedir}/avahi
%{_sysconfdir}/sysconfig/network-scripts/hostname.d/avahi
%{_bindir}/%{name}-browse
%{_bindir}/%{name}-browse-domains
%{_bindir}/%{name}-publish
%{_bindir}/%{name}-publish-address
%{_bindir}/%{name}-publish-service
%{_bindir}/%{name}-resolve
%{_bindir}/%{name}-resolve-address
%{_bindir}/%{name}-resolve-host-name
%{_bindir}/%{name}-set-host-name
%{_sbindir}/%{name}-daemon
%{_sbindir}/avahi-autoipd
%{_datadir}/%{name}/%{name}-service.dtd
%{_datadir}/dbus-1/interfaces/*.xml
%{_datadir}/%{name}/service-types
%{_mandir}/man1/%{name}-browse-domains.1*
%{_mandir}/man1/%{name}-browse.1*
%{_mandir}/man1/%{name}-publish.1*
%{_mandir}/man1/%{name}-publish-address.1*
%{_mandir}/man1/%{name}-publish-service.1*
%{_mandir}/man1/%{name}-resolve.1*
%{_mandir}/man1/%{name}-resolve-address.1*
%{_mandir}/man1/%{name}-resolve-host-name.1*
%{_mandir}/man1/%{name}-set-host-name.1*
%{_mandir}/man5/%{name}-daemon.conf.5*
%{_mandir}/man5/%{name}.hosts.5*
%{_mandir}/man5/%{name}.service.5*
%{_mandir}/man8/%{name}-daemon.8*
%{_mandir}/man8/avahi-autoipd*
%dir %{_libdir}/avahi
%{_libdir}/avahi/service-types.db
%if %{build_systemd}
%{_unitdir}/avahi-daemon.service
%{_unitdir}/avahi-daemon.socket
%{_datadir}/dbus-1/system-services/org.freedesktop.Avahi.service
%endif

%pre
%_pre_useradd %{name} %{_var}/%{name} /bin/false
%_pre_useradd %{name}-autoipd %{_var}/%{name} /bin/false

%postun
%_postun_userdel %{name}
%_postun_userdel %{name}-autoipd

%post
%_post_service %{name}-daemon

%preun
%_preun_service %{name}-daemon

#----------------------------------------------------------------------------

%package dnsconfd
Summary:	Avahi DNS configuration server
Group:		System/Servers
Requires:	%{name} = %{EVRD}
Requires(post,preun):	rpm-helper
Conflicts:	avahi < 0.6.31-8

%description dnsconfd
avahi-dnsconfd is a small daemon which may be used to configure
conventional DNS servers using mDNS in a DHCP-like fashion.
Especially useful on IPv6.

%files dnsconfd
%{_sysconfdir}/%{name}/%{name}-dnsconfd.action
%if !%{build_systemd}
%{_initrddir}/%{name}-dnsconfd
%else
%{_unitdir}/avahi-dnsconfd.service
%endif
%{_sbindir}/%{name}-dnsconfd
%{_mandir}/man8/%{name}-dnsconfd.8*
%{_mandir}/man8/%{name}-dnsconfd.action.8*

%post dnsconfd
%_post_service %{name}-dnsconfd

%preun dnsconfd
%_preun_service %{name}-dnsconfd

#----------------------------------------------------------------------------

%package x11
Summary:	Graphical tools for Avahi
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description x11
Graphical tools for Avahi.
It includes avahi-discover-standalone.

%files x11
%{_bindir}/%{name}-discover-standalone
%{_bindir}/bshell
%{_bindir}/bssh
%{_bindir}/bvnc
%{_datadir}/applications/bssh.desktop
%{_datadir}/applications/bvnc.desktop
%{_mandir}/man1/bssh.1*
%{_mandir}/man1/bvnc.1*
%{_datadir}/applications/%{name}-discover.desktop
%{_datadir}/%{name}/interfaces/%{name}-discover.ui

#----------------------------------------------------------------------------

%package python
Summary:	Python bindings and utilities for Avahi
Group:		System/Libraries
Requires:	pygtk2.0-libglade
Requires:	python-twisted-core
Requires:	python-twisted-web
Requires:	python-dbus
Requires:	%{name}
Requires:	%{name}-x11

%description python
Python bindings and utilities for Avahi.
It includes avahi-bookmarks and avahi-discover.

%files python
%{_bindir}/%{name}-bookmarks
%{_bindir}/%{name}-discover
%{py_puresitedir}/%{name}/*.py*
%{py_puresitedir}/avahi_discover/
%{_mandir}/man1/%{name}-discover.1*
%{_mandir}/man1/%{name}-bookmarks.1*

#----------------------------------------------------------------------------

%if %{build_mono}
%package sharp
Summary:	Mono bindings for Avahi
Group:		System/Libraries
BuildRequires:	mono-tools
BuildRequires:	mono-devel
BuildRequires:	pkgconfig(gtk-sharp-2.0)
#gw this is needed by mono-find-requires:
#BuildRequires:	avahi-ui-devel
Requires:	%{lib_client_name} = %{EVRD}
Requires:	%{lib_common_name} = %{EVRD}
Requires:	%{lib_glib_name} = %{EVRD}

%description sharp
Mono bindings for Avahi.

%files sharp
%{_prefix}/lib/mono/%{name}-sharp/%{name}-sharp.dll
%{_prefix}/lib/mono/gac/%{name}-sharp/
%{_libdir}/pkgconfig/%{name}-sharp.pc
%{_prefix}/lib/mono/%{name}-ui-sharp/%{name}-ui-sharp.dll
%{_prefix}/lib/mono/gac/%{name}-ui-sharp/
%{_libdir}/pkgconfig/%{name}-ui-sharp.pc
%endif

#----------------------------------------------------------------------------

%if %{build_mono}
%package sharp-doc
Summary:	Development documentation for avahi-sharp
Group:		Development/Other
Requires(post,postun):	mono-tools

%description sharp-doc
This package contains the API documentation for the avahi-sharp in
Monodoc format.

%files sharp-doc
%{_usr}/lib/monodoc/sources/%{name}-sharp-docs.source
%{_usr}/lib/monodoc/sources/%{name}-sharp-docs.tree
%{_usr}/lib/monodoc/sources/%{name}-sharp-docs.zip
%{_usr}/lib/monodoc/sources/%{name}-ui-sharp-docs.source
%{_usr}/lib/monodoc/sources/%{name}-ui-sharp-docs.tree
%{_usr}/lib/monodoc/sources/%{name}-ui-sharp-docs.zip

%post sharp-doc
%{_bindir}/monodoc --make-index > /dev/null

%postun sharp-doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
fi

%endif

#----------------------------------------------------------------------------

%package -n %{lib_client_name}
Summary:	Library for avahi-client
Group:		System/Libraries

%description -n %{lib_client_name}
Library for avahi-client.

%files -n %{lib_client_name}
%{_libdir}/lib%{name}-client.so.%{client_major}*

#----------------------------------------------------------------------------

%package -n %{develnameclient}
Summary:	Devel library for avahi-client
Group:		Development/C
Requires:	%{lib_client_name} = %{EVRD}
Provides:	%{client_name}-devel = %{EVRD}

%description -n %{develnameclient}
Devel library for avahi-client.

%files -n %{develnameclient}
%{_includedir}/%{name}-client
%{_libdir}/lib%{name}-client.so
%{_libdir}/pkgconfig/%{name}-client.pc

#----------------------------------------------------------------------------

%package -n %{lib_common_name}
Summary:	Library for avahi-common
Group:		System/Libraries

%description -n %{lib_common_name}
Library for avahi-common.

%files -n %{lib_common_name}
%{_libdir}/lib%{name}-common.so.%{common_major}*

#----------------------------------------------------------------------------

%package -n %{develnamecommon}
Summary:	Devel library for avahi-common
Group:		Development/C
Requires:	%{lib_common_name} = %{EVRD}
Provides:	%{common_name}-devel = %{EVRD}

%description -n %{develnamecommon}
Devel library for avahi-common.

%files -n %{develnamecommon}
%{_includedir}/%{name}-common
%{_libdir}/lib%{name}-common.so

#----------------------------------------------------------------------------

%package -n %{lib_core_name}
Summary:	Library for avahi-core
Group:		System/Libraries

%description -n %{lib_core_name}
Library for avahi-core.

%files -n %{lib_core_name}
%{_libdir}/lib%{name}-core.so.%{core_major}*

#----------------------------------------------------------------------------

%package -n %{develnamecore}
Summary:	Devel library for avahi-core
Group:		Development/C
Requires:	%{lib_core_name} = %{EVRD}
Provides:	%{core_name}-devel = %{EVRD}

%description -n %{develnamecore}
Devel library for avahi-core.

%files -n %{develnamecore}
%{_includedir}/%{name}-core
%{_libdir}/lib%{name}-core.so
%{_libdir}/pkgconfig/%{name}-core.pc

#----------------------------------------------------------------------------

%package -n %{lib_dns_sd_name}
Summary:	Avahi compatibility library for libdns_sd
Group:		System/Libraries

%description -n %{lib_dns_sd_name}
Avahi compatibility library for libdns_sd.

%files -n %{lib_dns_sd_name}
%{_libdir}/libdns_sd.so.%{dns_sd_major}*

#----------------------------------------------------------------------------

%package -n %{develnamedns_sd}
Summary:	Avahi devel compatibility library for libdns_sd
Group:		Development/C
Requires:	%{lib_dns_sd_name} = %{EVRD}
Provides:	%{dns_sd_name}-devel = %{EVRD}

%description -n %{develnamedns_sd}
Avahi devel compatibility library for libdns_sd.

%files -n %{develnamedns_sd}
%{_includedir}/%{name}-compat-libdns_sd
%{_libdir}/libdns_sd.so
%{_libdir}/pkgconfig/%{name}-compat-libdns_sd.pc

#----------------------------------------------------------------------------

%package -n %{lib_glib_name}
Summary:	Library for avahi-glib
Group:		System/Libraries

%description -n %{lib_glib_name}
Library for avahi-glib.

%files -n %{lib_glib_name}
%{_libdir}/lib%{name}-glib.so.%{glib_major}*

#----------------------------------------------------------------------------

%package -n %{develnameglib}
Summary:	Devel library for avahi-glib
Group:		Development/C
Requires:	%{lib_glib_name} = %{EVRD}
Provides:	%{glib_name}-devel = %{EVRD}

%description -n %{develnameglib}
Devel library for avahi-glib.

%files -n %{develnameglib}
%{_includedir}/%{name}-glib
%{_libdir}/lib%{name}-glib.so
%{_libdir}/pkgconfig/%{name}-glib.pc

#----------------------------------------------------------------------------

%package -n %{lib_gobject_name}
Summary:	Library for avahi-gobject
Group:		System/Libraries

%description -n %{lib_gobject_name}
Library for avahi-gobject.

%files -n %{lib_gobject_name}
%{_libdir}/lib%{name}-gobject.so.%{gobject_major}*

#----------------------------------------------------------------------------

%package -n %{develnamegobject}
Summary:	Devel library for avahi-gobject
Group:		Development/C
Requires:	%{lib_gobject_name} = %{EVRD}
Provides:	%{gobject_name}-devel = %{EVRD}

%description -n %{develnamegobject}
Devel library for avahi-gobject.

%files -n %{develnamegobject}
%{_includedir}/%{name}-gobject
%{_libdir}/lib%{name}-gobject.so
%{_libdir}/pkgconfig/%{name}-gobject.pc

#----------------------------------------------------------------------------

%package -n %{lib_howl_name}
Summary:	Avahi compatibility library for howl
Group:		System/Libraries

%description -n %{lib_howl_name}
Avahi compatibility library for howl.

%files -n %{lib_howl_name}
%{_libdir}/libhowl.so.%{howl_major}*

#----------------------------------------------------------------------------

%package -n %{develnamehowl}
Summary:	Avahi devel compatibility library for libdns_sd for howl
Group:		Development/C
Requires:	%{lib_howl_name} = %{EVRD}
Provides:	%{howl_name}-devel = %{EVRD}

%description -n %{develnamehowl}
Avahi devel compatibility library for libdns_sd for howl.

%files -n %{develnamehowl}
%{_includedir}/%{name}-compat-howl
%{_libdir}/libhowl.so
%{_libdir}/pkgconfig/%{name}-compat-howl.pc
%{_libdir}/pkgconfig/howl.pc

#----------------------------------------------------------------------------

%if %{build_qt3}
%package -n %{lib_qt3_name}
Summary:	Library for avahi-qt3
Group:		System/Libraries
Conflicts:	%{_lib}libavahi-ui1 < 0.6.31-15
Obsoletes:	%{_lib}libavahi-ui1 < 0.6.31-15

%description -n %{lib_qt3_name}
Library for avahi-qt3.

%files -n %{lib_qt3_name}
%{_libdir}/lib%{name}-qt3.so.%{qt3_major}*
%endif

#----------------------------------------------------------------------------

%if %{build_qt3}
%package -n %{develnameqt3}
Summary:	Devel library for avahi-qt3
Group:		Development/C
Requires:	%{lib_qt3_name} = %{EVRD}
Provides:	%{qt3_name}-devel = %{EVRD}

%description -n %{develnameqt3}
Devel library for avahi-qt3.

%files -n %{develnameqt3}
%{_includedir}/%{name}-qt3
%{_libdir}/lib%{name}-qt3.so
%{_libdir}/pkgconfig/%{name}-qt3.pc
%endif

#----------------------------------------------------------------------------

%if %{build_qt4}
%package -n %{lib_qt4_name}
Summary:	Library for avahi-qt4
Group:		System/Libraries

%description -n %{lib_qt4_name}
Library for avahi-qt4.

%files -n %{lib_qt4_name}
%{_libdir}/lib%{name}-qt4.so.%{qt4_major}*
%endif

#----------------------------------------------------------------------------

%if %{build_qt4}
%package -n %{develnameqt4}
Summary:	Devel library for avahi-qt4
Group:		Development/C
Provides:	%{qt4_name}-devel = %{EVRD}
Requires:	%{lib_qt4_name} = %{EVRD}

%description -n %{develnameqt4}
Devel library for avahi-qt4.

%files -n %{develnameqt4}
%{_includedir}/%{name}-qt4
%{_libdir}/lib%{name}-qt4.so
%{_libdir}/pkgconfig/%{name}-qt4.pc
%endif

#----------------------------------------------------------------------------

%package -n %{lib_ui_name}
Summary:	Library for avahi-ui
Group:		System/Libraries

%description -n %{lib_ui_name}
Library for avahi-ui.

%files -n %{lib_ui_name}
%{_libdir}/lib%{name}-ui.so.%{ui_major}*

#----------------------------------------------------------------------------

%package -n %{develnameui}
Summary:	Devel library for avahi-ui
Group:		Development/C
Requires:	%{lib_ui_name} = %{EVRD}
Provides:	%{ui_name}-devel = %{EVRD}
Obsoletes:	%{_lib}avahi-ui1 < 0.6.31-6

%description -n %{develnameui}
Devel library for avahi-ui.

%files -n %{develnameui}
%{_includedir}/%{name}-ui
%{_libdir}/lib%{name}-ui.so
%{_libdir}/pkgconfig/%{name}-ui.pc

#----------------------------------------------------------------------------

%if %{build_gtk3}
%package -n %{lib_ui_gtk3_name}
Summary:	Library for avahi-gtk3
Group:		System/Libraries

%description -n %{lib_ui_gtk3_name}
Library for avahi-gtk3.

%files -n %{lib_ui_gtk3_name}
%{_libdir}/lib%{name}-ui-gtk3.so.%{ui_gtk3_major}*
%endif

#----------------------------------------------------------------------------

%if %{build_gtk3}
%package -n %{develnameui_gtk3}
Summary:	Devel library for avahi-gtk3
Group:		Development/C
Requires:	%{lib_ui_gtk3_name} = %{EVRD}
Provides:	%{ui_gtk3_name}-devel = %{EVRD}

%description -n %{develnameui_gtk3}
Devel library for avahi-gtk3.

%files -n %{develnameui_gtk3}
%{_libdir}/libavahi-ui-gtk3.so
%{_libdir}/pkgconfig/avahi-ui-gtk3.pc
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
cp %{SOURCE1} avahi-hostname.sh
find . -name "Makefile*" -o -name "*.in" -o -name "*.ac" |sort |uniq |xargs sed -i -e 's,localstatedir\@/run,localstatedir\@,g;s,localstatedir}/run,localstatedir},g'
for f in config.guess config.sub ; do
        test -f /usr/share/libtool/config/$f || continue
        find . -type f -name $f -exec cp /usr/share/libtool/config/$f \{\} \;
done
aclocal -I common
automake -a
autoconf

%build
export PKG_CONFIG_PATH=/usr/lib/qt4/%{_lib}/pkgconfig
%configure2_5x \
	--disable-static \
%if !%{build_mono}
	--disable-mono \
%endif
%if !%{build_qt3}
	--disable-qt3 \
%endif
%if !%{build_qt4}
	--disable-qt4 \
%endif
	--localstatedir=/run \
	--with-avahi-priv-access-group="avahi" \
	--enable-compat-libdns_sd \
	--enable-compat-howl \
	--enable-introspection=no \
%if %{build_systemd}
	--with-systemdsystemunitdir=%{_unitdir} \
%endif
%if !%{build_gtk3}
	--disable-gtk3
%endif

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_localstatedir}/avahi

rm -f %{buildroot}/%{_sysconfdir}/%{name}/services/ssh.service
ln -s avahi-compat-howl.pc %{buildroot}%{_libdir}/pkgconfig/howl.pc
%if "%{_lib}" != "lib" && %{build_mono}
mkdir -p %{buildroot}%{_prefix}/lib
mv %{buildroot}%{_libdir}/mono %{buildroot}%{_prefix}/lib
perl -pi -e "s/%{_lib}/lib/" %{buildroot}%{_libdir}/pkgconfig/avahi-{,ui-}sharp.pc
%endif

# install hostname.d hook
mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts/hostname.d/
install -m755 avahi-hostname.sh %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts/hostname.d/avahi

%if %{build_systemd}
rm -rf %{buildroot}%{_initrddir}/%{name}-daemon
rm -rf %{buildroot}%{_initrddir}/%{name}-dnsconfd
%endif

rm -f %{buildroot}%{_sysconfdir}/avahi/services/sftp-ssh.service

%find_lang %{name}


%changelog
* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.31-16
+ Revision: 112ac7b
- Spec cleanup, fix ui library major, fix build with new gtk



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15954 |14mr|avalon-framework-4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name      framework
%define short_Name      Avalon
%define section         free
%define bootstrap       0
%define gcj_support     1

Name:           avalon-%{short_name}
Version:        4.3
Release:        3
Epoch:          0
Summary:        Java components interfaces
License:        Apache License
Url:            http://avalon.apache.org/%{short_name}/
Group:          Development/Java
#Vendor:        JPackage Project
#Distribution:  JPackage
Source0:        http://www.apache.org/dist/excalibur/excalibur-framework/source/avalon-framework-4.2.0-src.tar.bz2
Source1:        %{name}-build.xml
Requires:       log4j
BuildRequires:  ant
BuildRequires:  ant-junit
%if !%{bootstrap}
BuildRequires:  avalon-logkit
%endif
BuildRequires:  java-javadoc
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  junit
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif
BuildRequires:  log4j
BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root

%description
The Avalon framework consists of interfaces that define relationships
between commonly used application components, best-of-practice pattern
enforcements, and several lightweight convenience implementations of the
generic components.
What that means is that we define the central interface Component. We
also define the relationship (contract) a component has with peers,
ancestors and children. This documentation introduces you to those
patterns, interfaces and relationships.

%package manual
Summary:        Manual for %{name}
Group:          Development/Java

%description manual
Documentation for %{name}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}
%{__cp} -a %{SOURCE1} build.xml
%{__perl} -pi -e 's/enum( |\.)/enum1\1/g' api/src/java/org/apache/avalon/framework/Enum.java

# fix end-of-line
%{__perl} -pi -e 's/\r$//g' LICENSE.txt NOTICE.TXT

for i in `find docs -type f`; do
    %{__perl} -pi -e 's/\r$//g' $i
done

%build
%if !%{bootstrap}
export CLASSPATH=$(build-classpath avalon-logkit junit log4j)
%else
export CLASSPATH=$(build-classpath junit log4j)
%endif
export OPT_JAR_LIST="`%{__cat} %{_sysconfdir}/ant.d/junit`"
%{ant} -Djava.javadoc=%{_javadocdir}/java jar doc test-all

%install
%{__rm} -rf %{buildroot}

install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
install -m 644 dist/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
# create unversioned symlinks
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done)
cp -pr doc/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

for i in `find $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} -type f -name "*.html" -o -name "*.css"`; do
    %{__perl} -pi -e 's/\r$//g' $i
done

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt NOTICE.TXT
%{_javadir}/*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files manual
%defattr(0644,root,root,0755)
%if 0
%doc docs/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:4.3-3
+ Revision: 6af342f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15955 |14mr|avalon-logkit-2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support     0
%define short_name      logkit
%define section         free

Name:           avalon-%{short_name}
Version:        2.1
Release:        5
Epoch:          0
Summary:        Java logging toolkit
License:        Apache License
Group:          Development/Java
Url:            http://avalon.apache.org/%{short_name}/
Source0:        http://www.apache.org/dist/excalibur/avalon-logkit/source/avalon-logkit-2.1-src.tar.bz2
Patch0:         %{name}-build.patch
Patch1:		fix-java6-compile.patch
Patch3:         java7.patch
Requires:       avalon-framework >= 0:4.1.4
Requires:       geronimo-servlet-2.4-api
Requires:       geronimo-jms-1.1-api
Requires:       jdbc-stdext
BuildRequires:  locales-en
BuildRequires:  java-rpmbuild
BuildRequires:  jpackage-utils >= 0:1.5
BuildRequires:  ant ant-nodeps
BuildRequires:  avalon-framework-javadoc
BuildRequires:  classpathx-mail
BuildRequires:  java-javadoc
BuildRequires:  log4j
BuildRequires:  avalon-framework >= 0:4.1.4
BuildRequires:  geronimo-servlet-2.4-api
BuildRequires:  geronimo-jms-1.1-api
BuildRequires:  jdbc-stdext
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif

%description
LogKit is a logging toolkit designed for secure performance orientated
logging in applications. To get started using LogKit, it is recomended
that you read the whitepaper and browse the API docs.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
%patch0 -p1 -b .build
%patch1 -p0 -b .java6
%patch3 -p0
%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t %{__rm} -f
%{__perl} -pi -e 's/1\.2/1\.4/g' build.xml

%build
export LC_ALL=en_US.ISO-8859-1
export CLASSPATH=$(build-classpath log4j javamail/mailapi jms servlet jdbc-stdext avalon-framework)
%{ant} -Dbuild.sysclasspath=only --execdebug\
       -Djava.javadoc=%{_javadocdir}/java \
       -Davalon.javadoc=%{_javadocdir}/avalon-framework \
  clean jar javadoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done)
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ "$1" = "0" ]; then
    rm -f %{_javadocdir}/%{name}
fi

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt NOTICE.txt
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}





%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.1-5
+ Revision: 4ef4f5e
- Try en_US.ISO-8859-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15956 |14mr|avidemux-2.5.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define filename %{name}_%{version}

#############################
# Hardcore PLF build
# bcond_with or bcond_without
%bcond_with plf
#############################

%if %with plf
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	A free video editor
Name:		avidemux
Version:	2.5.6
Release:	4%{?extrarelsuffix}
License:	GPLv2+
Group:		Video
Url:		http://fixounet.free.fr/avidemux
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{filename}.tar.gz
Patch2:		avidemux-2.5.1-opencore-check.patch
Patch3:		avidemux-jack-underlinking.patch
Patch4:		avidemux-fix-cmake.patch
Patch5:		avidemux-mpeg2enc-underlinking.patch
Patch6:		CVE-2011-3893.patch
Patch7:		CVE-2011-3895.patch
Patch8:		CVE-2012-0947.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	libxslt-proc
BuildRequires:	nasm
BuildRequires:	qt4-linguist
BuildRequires:	yasm
BuildRequires:	gettext-devel
BuildRequires:	liba52dec-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xv)
# not packaged yet:
#BuildRequires:  libaften-devel
%if %with plf
BuildRequires:	libfaac-devel
BuildRequires:	libfaad2-devel
BuildRequires:	liblame-devel
BuildRequires:	libxvid-devel
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
BuildRequires:	pkgconfig(x264)
%endif
Requires:	avidemux-ui

%description
Avidemux is a free video editor designed for simple cutting,
filtering and encoding tasks.It supports many file types, including
AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of
codecs. Tasks can be automated using projects, job queue and
powerful scripting capabilities.

%if %with plf
This package is in restricted because this build has support for codecs
covered by software patents.
%endif

%package gtk
Summary:	A free video editor - GTK GUI
Group:		Video
Requires:	gtk+2.0 >= 2.6.0
Requires:	%{name} = %{version}-%{release}
Provides:	avidemux-ui = %{version}-%{release}

%description gtk
Avidemux is a free video editor. This package contains the
version with a graphical user interface based on GTK.

%package qt
Summary:	A free video editor - Qt4 GUI
Group:		Video
Requires:	%{name} = %{version}-%{release}
Provides:	avidemux-ui = %{version}-%{release}

%description qt
Avidemux is a free video editor. This package contains the
version with a graphical user interface based on Qt4.

%package cli
Summary:	A free video editor - command-line version
Group:		Video
Requires:	%{name} = %{version}-%{release}
Provides:	avidemux-ui = %{version}-%{release}

%description cli
Avidemux is a free video editor. This package contains the
version with a command-line interface.

%if %with plf
This package is in restricted because this build has support for codecs
covered by software patents.
%endif

%prep
%setup -q -n %{filename}
%patch2 -p1
%patch3 -p1
%patch4 -p0
%patch5 -p1

pushd avidemux/ADM_libraries

tar -xjf ffmpeg-0.9.tar.bz2 && rm -f ffmpeg-0.9.tar.bz2
pushd ffmpeg-0.9
%patch6 -p1
%patch7 -p1
%patch8 -p1
popd
tar -cjf ffmpeg-0.9.tar.bz2 ffmpeg-0.9 && rm -rf ffmpeg-0.9
popd

# libdir is nicely hardcoded
sed -i 's,Dir="lib",Dir="%{_lib}",' avidemux/main.cpp avidemux/ADM_core/src/ADM_fileio.cpp
grep -q '"%{_lib}"' avidemux/main.cpp
grep -q '"%{_lib}"' avidemux/ADM_core/src/ADM_fileio.cpp

%build
#gw 2.5.4 has linking problems in plugins/ADM_videoFilters/AvsFilter
#   	      	      	   and in plugins/ADM_videoFilters/Logo/
%define _disable_ld_no_undefined 1
%cmake
make

# plugin build expects libraries to be already installed; we fake a prefix
# in build/ by symlinking all libraries to build/lib/
mkdir -p %{_lib}
cd %{_lib}
find ../avidemux -name '*.so*' | xargs ln -sft .
cd ../../plugins
%cmake -DAVIDEMUX_SOURCE_DIR=%{_builddir}/%{filename} -DAVIDEMUX_CORECONFIG_DIR=%{_builddir}/%{filename}/build/config -DAVIDEMUX_INSTALL_PREFIX=%{_builddir}/%{filename}/build
make


%install
cd build
%makeinstall_std
mkdir -p %{buildroot}%{_libdir}
cd ..

cd plugins/build
%makeinstall_std
#gw install this manually:
cp ADM_videoEncoder/ADM_vidEnc_mpeg2enc/mpeg2enc/libmpeg2enc.so \
  ADM_videoEncoder/common/pluginOptions/libADM_vidEnc_pluginOptions.so \
  ADM_videoEncoder/common/xvidRateCtl/libADM_xvidRateCtl.so %{buildroot}%{_libdir}
cd ../..

# icons
install -d -m755 %{buildroot}%{_liconsdir}
install -d -m755 %{buildroot}%{_iconsdir}
install -d -m755 %{buildroot}%{_miconsdir}
convert avidemux_icon.png -resize 48x48 %{buildroot}%{_liconsdir}/%{name}.png
convert avidemux_icon.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert avidemux_icon.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png

# menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-gtk.desktop << EOF
[Desktop Entry]
Name=Avidemux
Comment=A free video editor
Exec=%{_bindir}/%{name}2_gtk %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Video;AudioVideoEditing;GTK;
EOF
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-qt.desktop << EOF
[Desktop Entry]
Name=Avidemux
Comment=A free video editor
Exec=%{_bindir}/%{name}2_qt4 %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Video;AudioVideoEditing;Qt;
EOF

rm -rf %{buildroot}%{_datadir}/locale/klingon

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_libdir}/libADM5*
%{_libdir}/libADM_core*
%{_libdir}/libADM_smjs.so
%{_libdir}/libADM_vidEnc_pluginOptions.so
%{_libdir}/libADM_xvidRateCtl.so
%{_libdir}/libmpeg2enc.so
%dir %{_libdir}/ADM_plugins
%dir %{_libdir}/ADM_plugins/audioDecoder
%{_libdir}/ADM_plugins/audioDecoder/libADM_ad_Mad.so
%{_libdir}/ADM_plugins/audioDecoder/libADM_ad_a52.so
%if %with plf
%{_libdir}/ADM_plugins/audioDecoder/libADM_ad_opencore_amrnb.so
%{_libdir}/ADM_plugins/audioDecoder/libADM_ad_opencore_amrwb.so
%{_libdir}/ADM_plugins/audioDecoder/libADM_ad_faad.so
%endif
%{_libdir}/ADM_plugins/audioDecoder/libADM_ad_vorbis.so
%dir %{_libdir}/ADM_plugins/audioDevices
%{_libdir}/ADM_plugins/audioDevices/libADM_av_alsa.so
%{_libdir}/ADM_plugins/audioDevices/libADM_av_esd.so
%{_libdir}/ADM_plugins/audioDevices/libADM_av_jack.so
%{_libdir}/ADM_plugins/audioDevices/libADM_av_oss.so
%{_libdir}/ADM_plugins/audioDevices/libADM_av_pulseAudioSimple.so
%{_libdir}/ADM_plugins/audioDevices/libADM_av_sdl.so
%dir %{_libdir}/ADM_plugins/audioEncoders
%{_libdir}/ADM_plugins/audioEncoders/libADM_ae_lav_ac3.so
%{_libdir}/ADM_plugins/audioEncoders/libADM_ae_lav_mp2.so
%{_libdir}/ADM_plugins/audioEncoders/libADM_ae_pcm.so
%{_libdir}/ADM_plugins/audioEncoders/libADM_ae_twolame.so
%{_libdir}/ADM_plugins/audioEncoders/libADM_ae_vorbis.so
%dir %{_libdir}/ADM_plugins/videoEncoder
%if %with plf
%{_libdir}/ADM_plugins/audioEncoders/libADM_ae_faac.so
%{_libdir}/ADM_plugins/audioEncoders/libADM_ae_lame.so
%{_libdir}/ADM_plugins/videoEncoder/libADM_vidEnc_x264.so
%{_libdir}/ADM_plugins/videoEncoder/x264/*.xml
%{_libdir}/ADM_plugins/videoEncoder/x264/*.xsd
%{_libdir}/ADM_plugins/videoEncoder/libADM_vidEnc_xvid.so
%dir %{_libdir}/ADM_plugins/videoEncoder/xvid
%{_libdir}/ADM_plugins/videoEncoder/xvid/*.xsd
%endif
%dir %{_libdir}/ADM_plugins/videoEncoder/avcodec
%{_libdir}/ADM_plugins/videoEncoder/avcodec/*.xsd
%dir %{_libdir}/ADM_plugins/videoEncoder/avcodec/mpeg-?
%{_libdir}/ADM_plugins/videoEncoder/avcodec/mpeg-?/*.xml
%{_libdir}/ADM_plugins/videoEncoder/libADM_vidEnc_avcodec.so
%{_libdir}/ADM_plugins/videoEncoder/libADM_vidEnc_mpeg2enc.so
%dir %{_libdir}/ADM_plugins/videoEncoder/mpeg2enc
%{_libdir}/ADM_plugins/videoEncoder/mpeg2enc/*.xsd
%dir %{_libdir}/ADM_plugins/videoEncoder/mpeg2enc/mpeg-?
%{_libdir}/ADM_plugins/videoEncoder/mpeg2enc/mpeg-?/*.xml
%dir %{_libdir}/ADM_plugins/videoFilter
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Deinterlace.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Delta.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Denoise.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_FluxSmooth.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Mosaic.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Pulldown.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Stabilize.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Tisophote.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Whirl.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_addborders.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_avsfilter.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_blackenBorders.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_blendDgBob.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_blendRemoval.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_decimate.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_denoise3d.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_denoise3dhq.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_dropOut.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_fade.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_fastconvolutiongauss.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_fastconvolutionmean.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_fastconvolutionmedian.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_fastconvolutionsharpen.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_forcedPP.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_hzStackField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_keepEvenField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_keepOddField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_kernelDeint.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_largemedian.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_lavDeinterlace.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_logo.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_lumaonly.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mSharpen.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mSmooth.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mcdeint.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mergeField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_palShift.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_resampleFps.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_reverse.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_rotate.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_separateField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_smartPalShift.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_smartSwapField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_soften.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_ssa.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_stackField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_swapField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_swapuv.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_tdeint.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_telecide.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_unstackField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_vflip.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_vlad.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_yadif.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vidChromaU.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vidChromaV.so
%{_datadir}/ADM_scripts/
%dir %{_datadir}/ADM_addons/
%{_datadir}/ADM_addons/avsfilter

%files gtk
%{_bindir}/avidemux2_gtk
%{_datadir}/applications/mandriva-avidemux-gtk.desktop
%{_libdir}/libADM_render_gtk.so
%{_libdir}/libADM_UIGtk.so
%if %with plf
%{_libdir}/ADM_plugins/videoEncoder/x264/libADM_vidEnc_x264_Gtk.so
%{_libdir}/ADM_plugins/videoEncoder/xvid/libADM_vidEnc_Xvid_Gtk.so
%endif
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Crop_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_asharp_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_avisynthResize_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_chromaShift_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_cnr2_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_colorYUV_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_contrast_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_eq2_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_equalizer_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_hue_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mpdelogo_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mplayerResize_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_sub_gtk.so

%files qt
%{_bindir}/avidemux2_qt4
%{_datadir}/applications/mandriva-avidemux-qt.desktop
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/i18n
%{_datadir}/%{name}/i18n/*.qm
%{_libdir}/libADM_render_qt4.so
%{_libdir}/libADM_UIQT4.so
%if %with plf
%{_libdir}/ADM_plugins/videoEncoder/x264/libADM_vidEnc_x264_Qt.so
%{_libdir}/ADM_plugins/videoEncoder/xvid/libADM_vidEnc_Xvid_Qt.so
%endif
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_crop_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_asharp_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_avisynthResize_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_chromaShift_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_cnr2_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_colorYUV_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_contrast_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_curveEditor_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_eq2_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_equalizer_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_hue_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mpdelogo_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mplayerResize_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_sub_qt4.so

%files cli
%doc README
%{_bindir}/avidemux2_cli
%{_libdir}/libADM_render_cli.so
%{_libdir}/libADM_UICli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Hue_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_asharp_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_avisynthResize_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_chromashift_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_cnr2_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_colorYUV_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_contrast_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_crop_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_eq2_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_equalizer_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mpdelogo_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mplayerResize_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_sub_cli.so



%changelog
* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.6-4
+ Revision: 0031eeb
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15957 |14mr|avogadro-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define maj0 0
%define libname %mklibname %{name} %{major}
%define libOQ   %mklibname %{name}_OpenQube %{maj0}
%define devname %mklibname %{name} -d

Summary:	An advanced molecular editor for chemical purposes
Name:		avogadro
Version:	1.1.1
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://avogadro.openmolecules.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		avogadro-1.1.0-qtprefix.patch
Patch1:		avogadro-1.1.0-no-strip.patch
BuildRequires:	cmake >= 2.6.0
BuildRequires:	docbook-utils
BuildRequires:	eigen2 >= 2.0.9
BuildRequires:	python-sip
BuildRequires:	qt4-linguist
BuildRequires:	boost-devel
BuildRequires:	python-numpy-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(openbabel-2.0)
BuildRequires:	pkgconfig(python)

%description
An advanced molecular editor designed for cross-platform use
in computational chemistry,molecular modeling, bioinformatics,
materials science,and related areas, which offers flexible
rendering and a powerful plugin architecture.

%files
%doc AUTHORS ChangeLog COPYING
%{_bindir}/%{name}
%{_bindir}/avopkg
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}-icon.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/avopkg.1*
%{python_sitearch}/Avogadro.so
%{_datadir}/libavogadro/
%dir %{_libdir}/%{name}/
%dir %{_libdir}/%{name}/1_1/
%{_libdir}/%{name}/1_1/colors
%{_libdir}/%{name}/1_1/extensions
%{_libdir}/%{name}/1_1/engines
%{_libdir}/%{name}/1_1/tools


#--------------------------------------------------------------------
%package -n %{libname}
Summary:	Shared libraries for Avogadro
Group:		System/Libraries

%description -n %{libname}
Libraries for Avogadro molecular editor.

%files -n %{libname}
%{_libdir}/libavogadro.so.%{major}*

#--------------------------------------------------------------------

%package -n %{libOQ}
Summary:	Shared libraries for Avogadro
Group:		System/Libraries
Conflicts:	%{_lib}avogadro1 < 1.1.0-3

%description -n %{libOQ}
Libraries for Avogadro molecular editor.

%files -n %{libOQ}
%{_libdir}/libavogadro_OpenQube.so.%{maj0}*

#--------------------------------------------------------------------
%package -n %{devname}
Summary:	Development files for Avogadro
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libOQ} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 1.1.0-3

%description -n %{devname}
Development Avogadro files.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/libavogadro.so
%{_libdir}/libavogadro_OpenQube.so
%{_libdir}/%{name}/*.cmake
%{_libdir}/%{name}/1_1/*.cmake
%{_libdir}/%{name}/1_1/cmake/
%{qt4dir}/mkspecs/features/%{name}.prf
%{_libdir}/pkgconfig/avogadro.pc

#--------------------------------------------------------------------
%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
%cmake \
	-DENABLE_GLSL:BOOL=ON \
	-DENABLE_PYTHON:BOOL=ON
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-2
+ Revision: 53d5410
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15958 |14mr|awesfx-0.5.1c-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		awesfx
Version:	0.5.1c
Release:	6
Summary:	Utility programs for the AWE32 sound driver
Group:		System/Kernel and hardware
URL:		http://www.alsa-project.org/~iwai/awedrv.html#Utils
Source0:	http://www.alsa-project.org/~iwai/%{name}-%{version}.tar.bz2
Source2:	http://www.pvv.org/~thammer/localfiles/soundfonts_other/gu11-rom.zip
Patch0:		awesfx-0.5.1c-getline.patch
License:	GPL
#ExclusiveArch:	%{ix86} alpha
BuildRequires:	unzip
BuildRequires:	pkgconfig(alsa)

%description
The awesfx package contains necessary utilities for the AWE32
sound driver.

If you must use an AWE32 sound driver, you should install
this package.

%package	devel
Group:		Development/C
Requires:	%{name} = %{version}
Summary:	Development files for awesfx

%description	devel
Development files needed for awesfx.

%prep
%setup -q
%patch0 -p0
mkdir gu11-rom
cd gu11-rom
unzip %{SOURCE2}
cd ..

#install -m644 %{SOURCE3} -D include/linux/awe_voice.h

#perl -pi -e "s|getline|awesfx_getline|g" *.c

%build
%configure2_5x
%make

%install
mkdir -p %{buildroot}/{%_mandir,%_bindir,%_libdir}
mkdir -p %{buildroot}/%{_sysconfdir}/midi
mkdir -p %{buildroot}/bin
%{makeinstall_std}
mkdir -p %{buildroot}%{_includedir}/awe
for i in include/*.h ; do
install -m 644 $i %{buildroot}%{_includedir}/awe
done
mv %{buildroot}%{_bindir}/sfxload %{buildroot}/bin/
cp gu11-rom/GU11-ROM.SF2 %{buildroot}%{_sysconfdir}/midi
#rm -rf %{buildroot}{%_libdir/sfbank,%_datadir/sounds/sf2}
rm -rf %{buildroot}%_libdir/sfbank
install -m 644 awelib/libawe.a %{buildroot}%_libdir

%files
%doc gu11-rom
%config(noreplace) %{_sysconfdir}/midi/GU11-ROM.SF2
/bin/*
%{_bindir}/*
%{_mandir}/man1/*.1*
%_datadir/sounds/sf2

%files devel
%dir %{_includedir}/awe
%{_includedir}/awe/*
%{_libdir}/*.a




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.1c-6
+ Revision: 39f9240
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15959 |14mr|axis-1.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define archivever      1_4

Name:          axis
Version:       1.4
Release:       6
Epoch:         0
Summary:       SOAP implementation in Java
License:       Apache License
Group:         Development/Java
Url:           http://ws.apache.org/%{name}/
Source0:       %{name}-src-%{archivever}.tar.gz
Patch0:        %{name}-bz152255.patch
Patch1:        %{name}-build.patch
Patch2:        %{name}-imageio.patch
Patch3:        %{name}-objectweb.patch
Patch4:        %{name}-1.4-no-clear-cache.patch
BuildRequires: java-rpmbuild >= 0:1.5
BuildRequires: java-devel
BuildRequires: ant >= 0:1.6
BuildRequires: ant-nodeps
# Mandatory requires
BuildRequires: geronimo-jaf-1.0.2-api
BuildRequires: jakarta-commons-discovery
BuildRequires: jakarta-commons-httpclient >= 0:3.0
BuildRequires: apache-commons-logging
BuildRequires: geronimo-javamail-1.3.1-api
BuildRequires: xerces-j2
BuildRequires: log4j
BuildRequires: servletapi5
BuildRequires: wsdl4j
# optional requires
BuildRequires: jsse
BuildRequires: junit
BuildRequires: oro
#BuildRequires: jms
BuildRequires: castor
#BuildRequires: xml-security

Requires:      java
Requires:      jpackage-utils >= 0:1.5
Requires:      geronimo-jaf-1.0.2-api
Requires:      jakarta-commons-discovery
Requires:      apache-commons-logging
Requires:      jakarta-commons-httpclient
Requires:      geronimo-javamail-1.3.1-api
Requires:      xerces-j2
Requires:      log4j
Requires:      wsdl4j

BuildArch:      noarch

%description
Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol")
submission to W3C.

From the draft W3C specification:

SOAP is a lightweight protocol for exchange of information in a decentralized,
distributed environment. It is an XML based protocol that consists of three
parts: an envelope that defines a framework for describing what is in a message
and how to process it, a set of encoding rules for expressing instances of
application-defined datatypes, and a convention for representing remote
procedure calls and responses.

This project is a follow-on to the Apache SOAP project.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package manual
Summary:        Manual for %{name}
Group:          Development/Java

%description manual
Documentation for %{name}.

%prep
%setup -q -n %{name}-%{archivever}
%patch0 -p1
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
%__rm -r docs/apiDocs

# Remove provided binaries
%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t %__rm
%{_bindir}/find . -name "*.class" | %{_bindir}/xargs -t %__rm

%build
CLASSPATH=$(build-classpath wsdl4j jakarta-commons-discovery jakarta-commons-httpclient apache-commons-logging log4j jaf javamail servletapi5)
export CLASSPATH=$CLASSPATH:$(build-classpath oro junit jimi xml-security jsse httpunit jms castor 2>/dev/null)
export OPT_JAR_LIST="ant/ant-nodeps"
%{ant} -Dcompile.ime=true -Dnowarn=true \
    -Dwsdl4j.jar=$(build-classpath wsdl4j) \
    -Dcommons-discovery.jar=$(build-classpath jakarta-commons-discovery) \
    -Dcommons-logging.jar=$(build-classpath apache-commons-logging) \
    -Dcommons-httpclient.jar=$(build-classpath jakarta-commons-httpclient) \
    -Dlog4j-core.jar=$(build-classpath log4j) \
    -Dactivation.jar=$(build-classpath jaf) \
    -Dmailapi.jar=$(build-classpath javamail) \
    -Dxerces.jar=$(build-classpath jaxp_parser_impl) \
    -Dservlet.jar=$(build-classpath servletapi5) \
    -Dregexp.jar=$(build-classpath oro 2>/dev/null) \
    -Djunit.jar=$(build-classpath junit 2>/dev/null) \
    -Djimi.jar=$(build-classpath jimi 2>/dev/null) \
    -Djsse.jar=$(build-classpath jsse/jsse 2>/dev/null) \
    clean compile

for file in src/org/apache/axis/enum/Scope.java src/org/apache/axis/enum/Style.java src/org/apache/axis/enum/Use.java; do
  %__mv ${file} ${file}.bak
done
%{ant} javadocs
for file in src/org/apache/axis/enum/Scope.java src/org/apache/axis/enum/Style.java src/org/apache/axis/enum/Use.java; do
  %__mv ${file}.bak ${file}
done

%install
%__mkdir_p %{buildroot}%{_javadir}/%{name}

for jar in axis axis-ant saaj jaxrpc; do
   cp -a build/lib/${jar}.jar %{buildroot}%{_javadir}/%{name}/${jar}-%{version}.jar
done
(cd %{buildroot}%{_javadir}/%{name} && for jar in *-%{version}.jar; do %__ln_s ${jar} `echo $jar | %__sed "s|-%{version}||g"`; done)

%__mkdir_p %{buildroot}%{_javadocdir}/%{name}-%{version}
#cp -a build/javadocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

pushd docs
   %__rm -f apiDocs
   %__ln_s %{_javadocdir}/%{name} apiDocs
popd

%__perl -pi -e 's/\r$//g' LICENSE README release-notes.html changelog.html docs/svnlog.txt
%{_bindir}/find docs -type f -name "*.html" -o -name "*.dbk" -o -name "*.bib" -o -name "*.css" | %{_bindir}/xargs -t %{__perl} -pi -e 's/\r$//g'

%files
%defattr(0644,root,root,0755)
%doc LICENSE README release-notes.html changelog.html
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}
%dir %{_javadocdir}/%{name}-%{version}
#%{_javadocdir}/%{name}-%{version}/*

%files manual
%defattr(0644,root,root,0755)
%doc docs/*

%changelog
* Mon Jul 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.4-6
+ Revision: 6d391f9
- Switch to apache-commons-logging



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15960 |14mr|b43-fwcutter-018-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		b43-fwcutter
Summary:	Tool to extract firmware for Broadcom 43xx network chip
Version:	018
Release:	2
Source0:	http://bues.ch/b43/fwcutter/%{name}-%{version}.tar.bz2
Patch0:		%{name}-015-install.patch
URL:		http://linuxwireless.org/en/users/Drivers/b43
License:	BSD
Group:		System/Configuration/Networking
#Obsoletes:	bcm43xx-fwcutter

%description
Fwcutter allows you to extract the firmware required for Broadcom 43xx chips
out of the .o files available with the card or on the Internet.

Not all versions of the firmwares are supported by this tool.
You can list supported firmwares with :
b43-fwcutter -l

Depending on your chip, you will need a version 3 or 4 firmware.

Useful reading and links to firmwares that can be extracted are available at 
http://linuxwireless.org/en/users/Drivers/b43

Extract (as root) with :
b43-fwcutter -w /lib/firmware wl_apsta_mimo.o OR
b43-fwcutter -w /lib/firmware wl_apsta.o (for LP-PHY cards like BCM4312 only!)

It will create files directly at the required place (in either b43legacy or 
b43 subdirectory).

%prep
%setup -q
%patch0 -p1

%build
%make

%install
make install PREFIX=%buildroot/%_prefix

%files
%doc README
%doc COPYING
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 018-2
+ Revision: ce6f862
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15961 |14mr|babl-0.1.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major	0
%define api	0.1
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname -d %{name} %{api}

Summary:	Dynamic, any to any, pixel format conversion library
Name:		babl
Epoch:		1
Version:	0.1.11
Release:	2
Group:		System/Libraries
License:	LGPLv3+
Url:		http://www.gegl.org/babl
Source0:	http://ftp.gimp.org/pub/babl/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	librsvg

%description
Babl is a dynamic, any to any, pixel format conversion library. 
It provides conversions between the myriad of buffer types images 
can be stored in. Babl doesn't only help with existing pixel formats, 
but also facilitates creation of new and uncommon ones.

GEGL uses babl both for enumeration of pixel formats as well as 
conversions between them.

%package -n %{libname}
Summary:	A library for %{name}
Group:		System/Libraries

%description -n %{libname}
Babl is a dynamic, any to any, pixel format conversion library.
It provides conversions between the myriad of buffer types images
can be stored in. Babl doesn't only help with existing pixel formats,
but also facilitates creation of new and uncommon ones.

GEGL uses babl both for enumeration of pixel formats as well as
conversions between them.

%package -n %{devname}
Summary:	Header files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Babl is a dynamic, any to any, pixel format conversion library.
It provides conversions between the myriad of buffer types images
can be stored in. Babl doesn't only help with existing pixel formats,
but also facilitates creation of new and uncommon ones.

GEGL uses babl both for enumeration of pixel formats as well as
conversions between them.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
cp -r docs installed-docs
cd installed-docs
rm -rf tools Makefile* *.in graphics/Makefile*

%check
make check

%files -n %{libname}
%doc README NEWS TODO AUTHORS
%{_libdir}/libbabl-%{api}.so.%{major}*
%dir %{_libdir}/babl-%{api}/
%{_libdir}/babl-%{api}/gggl.so*
%{_libdir}/babl-%{api}/naive-CMYK.so*
%{_libdir}/babl-%{api}/gimp-8bit.so*
%{_libdir}/babl-%{api}/CIE.so*
%{_libdir}/babl-%{api}/gegl-fixups.so*
%{_libdir}/babl-%{api}/gggl-lies.so*
%{_libdir}/babl-%{api}/cairo.so*
%{_libdir}/babl-%{api}/fast-float.so*
%{_libdir}/babl-%{api}/float.so*
%{_libdir}/babl-%{api}/HSL.so*
%{_libdir}/babl-%{api}/HSV.so*
%{_libdir}/babl-%{api}/grey.so*
%{_libdir}/babl-%{api}/simple.so*
%{_libdir}/babl-%{api}/sse2-float.so*
%{_libdir}/babl-%{api}/sse2-int16.so*
%{_libdir}/babl-%{api}/sse2-int8.so*
%{_libdir}/babl-%{api}/two-table.so*
%{_libdir}/babl-%{api}/ycbcr.so*

%files -n %{devname}
%doc installed-docs/*
%{_libdir}/libbabl-%{api}.so
%{_libdir}/pkgconfig/babl.pc
%dir %{_includedir}/babl-%{api}/babl
%{_includedir}/babl-%{api}/babl/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.1.11-2
+ Revision: 772aa49
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15962 |14mr|baloo-4.13.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Baloo is a framework for searching and managing metadata
Name:		baloo
Version:	4.13.3
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	kfilemetadata-devel
BuildRequires:	xapian-devel
BuildRequires:	pkgconfig(akonadi)
BuildRequires:	pkgconfig(QJson)
Requires:	kfilemetadata
# (tpg) https://issues.openmandriva.org/show_bug.cgi?id=865
Requires:	qt4-database-plugin-sqlite
# For kio_timeline.so and tags.protocol
Conflicts:	kdebase4-runtime < 1:4.13.0

%description
Baloo is a framework for searching and managing metadata.

%files
%{_sysconfdir}/dbus-1/system.d/org.kde.baloo.filewatch.conf
%{_kde_bindir}/akonadi_baloo_indexer
%{_kde_bindir}/baloo_file
%{_kde_bindir}/baloo_file_cleaner
%{_kde_bindir}/baloo_file_extractor
%{_kde_bindir}/balooctl
%{_kde_bindir}/baloosearch
%{_kde_bindir}/balooshow
%{_kde_datadir}/akonadi/agents/akonadibalooindexingagent.desktop
%{_kde_iconsdir}/hicolor/128x128/apps/baloo.png
%{_kde_libdir}/kde4/*.so
%{_kde_libdir}/kde4/akonadi/akonadi_baloo_searchplugin.so
%{_kde_libdir}/kde4/akonadi/akonadibaloosearchplugin.desktop
%{_kde_libdir}/kde4/libexec/kde_baloo_filewatch_raiselimit
%{_kde_services}/*.desktop
%{_kde_services}/*.protocol
%{_kde_servicetypes}/baloosearchstore.desktop
%{_datadir}/autostart/baloo_file.desktop
%{_datadir}/dbus-1/interfaces/org.kde.baloo.file.indexer.xml
%{_datadir}/dbus-1/system-services/org.kde.baloo.filewatch.service
%{_datadir}/polkit-1/actions/org.kde.baloo.filewatch.policy

#----------------------------------------------------------------------------

%define baloocore_major 4
%define libbaloocore %mklibname baloocore %{baloocore_major}

%package -n %{libbaloocore}
Summary:	Shared library for Baloo
Group:		System/Libraries
Requires:	baloo = %{EVRD}

%description -n %{libbaloocore}
Shared library for Baloo.

%files -n %{libbaloocore}
%{_kde_libdir}/libbaloocore.so.%{baloocore_major}*

#----------------------------------------------------------------------------

%define baloofiles_major 4
%define libbaloofiles %mklibname baloofiles %{baloofiles_major}

%package -n %{libbaloofiles}
Summary:	Shared library for Baloo
Group:		System/Libraries

%description -n %{libbaloofiles}
Shared library for Baloo.

%files -n %{libbaloofiles}
%{_kde_libdir}/libbaloofiles.so.%{baloofiles_major}*

#----------------------------------------------------------------------------

%define baloopim_major 4
%define libbaloopim %mklibname baloopim %{baloopim_major}

%package -n %{libbaloopim}
Summary:	Shared library for Baloo
Group:		System/Libraries

%description -n %{libbaloopim}
Shared library for Baloo.

%files -n %{libbaloopim}
%{_kde_libdir}/libbaloopim.so.%{baloopim_major}*

#----------------------------------------------------------------------------

%define balooxapian_major 4
%define libbalooxapian %mklibname balooxapian %{balooxapian_major}

%package -n %{libbalooxapian}
Summary:	Shared library for Baloo
Group:		System/Libraries

%description -n %{libbalooxapian}
Shared library for Baloo.

%files -n %{libbalooxapian}
%{_kde_libdir}/libbalooxapian.so.%{balooxapian_major}*

#----------------------------------------------------------------------------

%define devbaloo %mklibname baloo -d

%package -n %{devbaloo}
Summary:	Devel stuff for Baloo
Group:		Development/KDE and Qt
Requires:	%{libbalooxapian} = %{EVRD}
Requires:	%{libbaloopim} = %{EVRD}
Requires:	%{libbaloofiles} = %{EVRD}
Requires:	%{libbaloocore} = %{EVRD}
Requires:	kfilemetadata-devel
Provides:	%{name}-devel = %{EVRD}

%description -n %{devbaloo}
This package contains header files needed if you wish to build applications
based on Baloo.

%files -n %{devbaloo}
%{_kde_includedir}/baloo/
%{_kde_libdir}/*.so
%{_kde_libdir}/cmake/Baloo

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Wed Sep 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-2
+ Revision: f8c7de6
- Devel package requires kfilemetadata-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15963 |14mr|baloo-widgets-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Widgets for Baloo
Name:		baloo-widgets
Version:	4.13.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	baloo-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	kfilemetadata-devel
BuildRequires:	pkgconfig(akonadi)

%description
Widgets for Baloo.

#--------------------------------------------------------------------

%define baloowidgets_major 4
%define libbaloowidgets %mklibname baloowidgets %{baloowidgets_major}

%package -n %{libbaloowidgets}
Summary:	Shared library for Baloo Widgets
Group:		System/Libraries

%description -n %{libbaloowidgets}
Shared library for Baloo Widgets.

%files -n %{libbaloowidgets}
%{_kde_libdir}/libbaloowidgets.so.%{baloowidgets_major}*

#--------------------------------------------------------------------

%define devbaloowidgets %mklibname baloo-widgets -d

%package -n %{devbaloowidgets}
Summary:	Devel stuff for Baloo Wigets
Group:		Development/KDE and Qt
Requires:	%{libbaloowidgets} = %{EVRD}
Requires:	baloo-devel
Provides:	%{name}-devel = %{EVRD}

%description -n %{devbaloowidgets}
This package contains header files needed if you wish to build applications
based on Baloo Widgets.

%files -n %{devbaloowidgets}
%{_kde_includedir}/baloo/*
%{_kde_libdir}/cmake/BalooWidgets
%{_kde_libdir}/libbaloowidgets.so

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 7cf4ba5
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15964 |14mr|baobab-3.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	Disk Usage Analyzer (aka Baobab)
Name:		baobab
Version:	3.12.1
Release:	2
License:	GPLv2+
Group:		File tools
Url:		http://live.gnome.org/GnomeUtils/Baobab
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	itstool
BuildRequires:	intltool vala-tools
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(glib-2.0) >= 2.30.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
Conflicts:	gnome-utils < 1:3.3.1

%description
Disk Usage Analyzer is is a graphical, menu-driven application to analyze
disk usage in any Gnome environment. Disk Usage Analyzer can easily scan
either the whole file-system tree, or a specific user-requested directory
branch (local or remote).

It also auto-detects in real-time any changes made to your home directory
as far as any mounted/unmounted device. Disk Usage Analyzer also provides
a full graphical tree-map window for each selected folder.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc README NEWS AUTHORS ChangeLog
%{_bindir}/baobab
%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/icons/HighContrast/*/*/*
%{_mandir}/man1/baobab.1*
%{_datadir}/appdata/baobab.appdata.xml
%{_datadir}/applications/org.gnome.baobab.desktop
%{_datadir}/dbus-1/services/org.gnome.baobab.service


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-2
+ Revision: 6161c12
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15965 |14mr|basesystem-2012-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#rh-7.0-2

%define with_systemd 1

Summary:	The skeleton package which defines a simple system
Name:		basesystem
Version:	2012
Release:	6
License:	GPLv2+
Group:		System/Base
Requires:	kernel basesystem-minimal
%ifnarch %{mips}
Requires:	bootloader
%endif
# (sb) need pdisk hfsutils ybin mktemp to setup bootloader PPC
# (fg) 20001027 ia64 uses eli as a bootloader
%ifarch ia64
Requires:	mkinitrd-command
%endif

%package	minimal
Summary:	The skeleton package which defines a simple system for chroot systems
Group:		System/Base

Requires:	setup filesystem sed kbd utempter
Requires:	chkconfig coreutils crontabs dev
Requires:	e2fsprogs etcskel findutils grep gzip gzip-utils less
Requires:	logrotate losetup mingetty mount net-tools passwd procps
Requires:	psmisc rootfiles rpm sash shadow-utils
Requires:	stat tar termcap time util-linux vim
Requires:	vixie-cron which perl-base common-licenses
Requires:	kmod
Requires:	rosa-release
Requires:	syslog-daemon
Requires:	bzip2 xz
%if %{with_systemd}
Requires(post):	systemd-sysvinit
%else
Requires(post):	sysvinit
Requires:	initscripts
%endif

# (gb) Add timezone database here for now before moving it to DrakX
Requires:	timezone
Suggests:	prelink

%package	uml
Summary:	The skeleton package which defines a simple system to be run under UML
Group:		System/Base
Requires:	basesystem-minimal
Requires:	dhcpcd
Requires:	urpmi

%description
Basesystem defines the components of a basic Rosa Linux system (for
example, the package installation order to use during bootstrapping).
Basesystem should be the first package installed on a system, and it
should never be removed.

%description minimal
Basesystem defines the components of a basic Rosa Linux system (for
example, the package installation order to use during bootstrapping).
Basesystem should be the first package installed on a system, and it
should never be removed.

%description uml
Basesystem defines the components of a basic Rosa Linux system (for
example, the package installation order to use during bootstrapping).
Basesystem should be the first package installed on a system, and it
should never be removed.

This package can be used to setup a full and working system runned with
kernel-uml, using urpmi %{name}-uml  --root ...

%files
%files minimal
%files uml



%changelog
* Fri Jul 04 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2012-6
+ Revision: 88c4246
- Require "kernel" rather than "kernel-nrj-desktop"
- Otherwise there are problems on the system with another kernel flavour
- being the default, e.g. kernel-nrj-laptop.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15966 |14mr|bash-4.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define i18ndate 20010626

Summary:	The GNU Bourne Again shell (bash)
Name:		bash
Version:	4.3
Release:	6
License:	GPLv2+
Group:		Shells
Url:		http://www.gnu.org/software/bash/bash.html
Source0:	ftp://ftp.gnu.org/pub/gnu/bash/%{name}-%{version}.tar.gz
Source1:	%{SOURCE0}.sig
Source2:	ftp://ftp.gnu.org/pub/gnu/bash/bash-doc-3.2.tar.bz2
Source3:	dot-bashrc
Source4:	dot-bash_profile
Source5:	dot-bash_logout
Source6:	alias.sh
Source7:	bashrc
Source8:	profile.d-bash
Source10:	bash-ru.po

Patch1000:	bash-2.02-security.patch
# ensure profile is read (Redhat)
Patch1001:	bash-4.0-profile.patch
Patch1002:	bash-2.05b-readlinefixes.patch
Patch1003:	bash-2.04-compat.patch
#https://bugzilla.novell.com/attachment.cgi?id=67684
Patch1004:	bash-4.3-extended_quote.patch
# Official upstream patches
# none
Patch1005:	bash-strcoll-bug.diff
Patch1007:	bash-3.2-lzma-copmpletion.patch
# (proyvind): 4.2-5 add --rpm-requires option (Fedora) (mdvbz#61712)
Patch1009:	bash-requires.patch
Patch1010:	bash-4.3-CVE-2014-6271.patch
Patch1011:	bash-4.3-CVE-2014-7169-1.patch
Patch1012:	bash-4.3-CVE-2014-7169-2.patch

BuildRequires:	autoconf2.5
BuildRequires:	bison
BuildRequires:	groff
BuildRequires:	termcap-devel
BuildRequires:	texinfo
# explicit file provides
Provides:	/bin/sh

%description
Bash is a GNU project sh-compatible shell or command language
interpreter. Bash (Bourne Again shell) incorporates useful features
from the Korn shell (ksh) and the C shell (csh). Most sh scripts
can be run by bash without modification.

Bash offers several improvements over sh, including command line
editing, unlimited size command history, job control, shell
functions and aliases, indexed arrays of unlimited size and 
integer arithmetic in any base from two to 64. Bash is ultimately
intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and
Tools standard.

%files -f files.list
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/README
%config(noreplace) %{_sysconfdir}/skel/.b*
%{_sysconfdir}/profile.d/60alias.sh
%{_sysconfdir}/profile.d/95bash-extras.sh
%config(noreplace) %{_sysconfdir}/bashrc
/bin/rbash
/bin/bash
/bin/sh
%{_infodir}/bash.info*
%{_mandir}/man1/bash.1*
%{_mandir}/man1/rbash.1*
%{_mandir}/man1/builtins.1*
%{_mandir}/man1/bashbug.1*
%{_bindir}/bashbug

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for the GNU Bourne Again shell (bash)
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description doc
This package provides documentation for GNU Bourne Again shell (bash).

%files doc
%{_docdir}/%{name}/*
%exclude %{_docdir}/%{name}/README

#----------------------------------------------------------------------------

%prep
%setup -q -a 2
mv doc/README .
cp %{SOURCE10} po/ru.po

%patch1000 -p1 -b .security
%patch1001 -p1 -b .profile
# 20060126 warly obsolete exept maybe for the replacement of @ by kH, this will have to be checked
#%patch1002 -p1 -b .readline
%patch1003 -p1 -b .compat
%patch1004 -p1 -b .extended_quote
%patch1005 -p1 -b .strcoll_bugx
%patch1007 -p1 -b .lzma
%patch1009 -p1 -b .requires~
%patch1010 -p0 -b .CVE-2014-6271
%patch1011 -p0 -b .CVE-2014-7169-1
%patch1012 -p0 -b .CVE-2014-7169-2

sed -i -e 's,^#define.*CHECKWINSIZE_DEFAULT.*,#define CHECKWINSIZE_DEFAULT 1,' config-top.h

%build
%global optflags %{optflags} -Os
export DEBUGGER_START_FILE="%{_datadir}/bashdb/bashdb-main.inc"

# Drag in support for aarch64-* and the likes
cp -a %{_datadir}/libtool/config/* .
cp -a %{_datadir}/libtool/config/* support/

%configure2_5x \
    --enable-command-timing \
    --disable-rpath \
    --enable-history \
    --enable-job-control \
    --enable-multibyte \
    --enable-readline \
    --with-installed-readline \
    --without-gnu-malloc \
    --without-bash-malloc \
    --disable-strict-posix-default \
    --enable-select \
    --enable-prompt-string-decoding \
    --enable-process-substitution \
    --enable-alias \
    --enable-bang-history \
    --enable-coprocesses \
    --enable-directory-stack \
    --enable-brace-expansion

%make

# all tests must pass
%check
make check

%install
%makeinstall_std

# beurk
rm -rf %{buildroot}%{_datadir}/locale/en@boldquot/ %{buildroot}%{_datadir}/locale/en@quot/

#Sucks
chmod +w doc/texinfo.tex
chmod 755 examples/misc/aliasconv.*
chmod 755 examples/misc/cshtobash
chmod 755 %{buildroot}%{_bindir}/bashbug

# Take out irritating ^H's from the documentation
mkdir tmp_doc
for i in `/bin/ls doc/` ; \
	do cat doc/$i > tmp_doc/$i ; \
	cat tmp_doc/$i | perl -p -e 's/.//g' > doc/$i ; \
	rm tmp_doc/$i ; \
	done
rmdir tmp_doc

mkdir -p %{buildroot}/bin
( cd %{buildroot} && mv usr/bin/bash bin/bash )
( cd %{buildroot}/bin && ln -s bash sh )

# make builtins.1 and rbash.1 with bash.1 in place (fix mdv#51379)
(cd doc
mkdir tmp_fix_so
cd tmp_fix_so
cp ../builtins.1 ../rbash.1 .
sed -e '/^.if \\n(zZ=1 .ig zZ/,/^.zZ/d' ../bash.1 > bash.1
soelim builtins.1 > ../builtins.1
sed -e '/^.if \\n(zY=1 .ig zY/,/^.zY/d' ../bash.1 > bash.1
soelim rbash.1    > ../rbash.1
)

# make manpages for bash builtins as per suggestion in DOC/README
(cd doc
sed -e '
/^\.SH NAME/, /\\- bash built-in commands, see \\fBbash\\fR(1)$/{
/^\.SH NAME/d
s/^bash, //
s/\\- bash built-in commands, see \\fBbash\\fR(1)$//
s/,//g
b
}
d
' builtins.1 | tr -s ' ' '\n' | grep -v -E '^(printf|export|echo|pwd|test|true|false|kill)$' > man.pages
# tr is needed because there are few commands in a row separated with a whilespace
install -m 644 builtins.1 %{buildroot}%{_mandir}/man1/builtins.1

install -m 644 rbash.1 %{buildroot}%{_mandir}/man1/rbash.1

for i in `cat man.pages` ; do
# install man-page
	echo .so man1/builtins.1 > %{buildroot}%{_mandir}/man1/$i.1
# now turn man.page into a filelist for the man subpackage
	echo "%{_mandir}/man1/$i.1%{_extension}" >> ../man.pages.filelist
done

cat man.pages |tr -s ' ' '\n' |sed '
1i\
%defattr(0644,root,root,0755)
s:^:%{_mandir}/man1/:
s/$/.1%{_extension}/
' > ../man.pages

mkdir -p %{buildroot}%{_sysconfdir}/skel
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/skel/.bashrc
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/skel/.bash_profile
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/skel/.bash_logout
install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/profile.d/60alias.sh
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/bashrc
install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/profile.d/95bash-extras.sh

ln -s bash %{buildroot}/bin/rbash

install -m 644 bash.info %{buildroot}%{_infodir}
)

%find_lang %{name}

# merges list
cat man.pages.filelist %{name}.lang > files.list

# install documentation manually in expected place
install -d -m 755 %{buildroot}%{_docdir}/%{name}
install -m 644 README COMPAT NEWS NOTES POSIX CHANGES \
    %{buildroot}%{_docdir}/%{name}
cp -pr examples doc/*.ps doc/*.0 doc/*.html doc/article.txt \
    %{buildroot}%{_docdir}/%{name}


%changelog
* Fri Sep 26 2014 kuzma kazygashev <kuzma.kazygashev@rosalab.ru> 4.3-6
+ Revision: a6582d7
- Added security fix for CVE-2014-7169



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15967 |14mr|bash-completion-2.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Programmable completion for bash
Name:		bash-completion
Epoch:		2
Version:	2.1
Release:	13
License:	GPLv2+
Group:		Shells
Url:		http://bash-completion.alioth.debian.org/
Source0:	http://bash-completion.alioth.debian.org/files/%{name}-%{version}.tar.bz2
# See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740975
Patch0:		bash-completion-2.1-fix_quote_readline_by_ref.patch
# ~/.bash_completion is used for completion variables setting, it has
# to be sourced from profile scriptlet instead of completion code itself
Patch10:	bash-completion-1.99-disable-user-completion.patch
Patch11:	bash-completion-2.1-rpm-distsuffix.patch
Patch12:	bash-completion-2.1-util-linux-223.patch
Patch14:	bash-completion-2.1-bad-array-subscript.patch
Patch15:	bash-completion-2.1-perl-debugger-list-files.patch
BuildArch:	noarch

%description
bash-completion is a collection of shell functions that take advantage of
the programmable completion feature of bash.

%files
%doc README README.*.urpmi
%{_sysconfdir}/profile.d/20bash-completion.sh
%{_datadir}/bash-completion
%config(noreplace) %{_sysconfdir}/sysconfig/bash-completion
%config(noreplace) %{_sysconfdir}/skel/.bash_completion

#----------------------------------------------------------------------------

%package devel
Summary:	The pkgconfig for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 2:2.1-7

%description devel
The pkgconfig for %{name}.

%files devel
%{_datadir}/pkgconfig/bash-completion.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch14 -p1 -b .array~
%patch15 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

chmod 644 %{buildroot}%{_datadir}/bash-completion/bash_completion

# (tpg) remove files which are in upstream packages
rm -f %{buildroot}%{_datadir}/bash-completion/completions/nmcli

# adapt installation
rm -f %{buildroot}%{_sysconfdir}/profile.d/bash_completion.sh

mkdir -p %{buildroot}%{_sysconfdir}/profile.d/
cat <<'EOF' >> %{buildroot}%{_sysconfdir}/profile.d/20bash-completion.sh
# Check for interactive bash and that we haven't already been sourced.
if [ -z "$BASH_VERSION" -o -z "$PS1" -o -n "$BASH_COMPLETION_COMPAT_DIR" ]; then
    return
fi

# source system wide config file
. %{_sysconfdir}/sysconfig/bash-completion

# source user config file if available,
if [ -f $HOME/.bash_completion ]; then
    . $HOME/.bash_completion
fi

if [ -n "$ENABLE_BASH_COMPLETION" ]; then
    . %{_datadir}/bash-completion/bash_completion
fi
EOF

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
cat <<'EOF' >> %{buildroot}%{_sysconfdir}/sysconfig/bash-completion
# bash completion global configuration

# enable bash completion
ENABLE_BASH_COMPLETION=1
# enable remote cvs completion
COMP_CVS_REMOTE=
# enable configure arguments completion
COMP_CONFIGURE_HINTS=
# enable tar archive internal path completion
COMP_TAR_INTERNAL_PATHS=
# enable wireless uid completion
COMP_IWLIST_SCAN=
# enable zeroconf hostnames completion
COMP_KNOWN_HOSTS_WITH_AVAHI=
# enable hostfile hostnames completion
COMP_KNOWN_HOSTS_WITH_HOSTFILE=1
EOF

mkdir -p %{buildroot}%{_sysconfdir}/skel
cat <<'EOF' >> %{buildroot}%{_sysconfdir}/skel/.bash_completion
# bash completion local configuration

# enable bash completion
#ENABLE_BASH_COMPLETION=1
# enable remote cvs completion
#COMP_CVS_REMOTE=
# enable configure arguments completion
#COMP_CONFIGURE_HINTS=
# enable tar archive internal path completion
#COMP_TAR_INTERNAL_PATHS=
# enable wireless uid completion
#COMP_IWCONFIG_SCAN=
# enable zeroconf hostnames completion
#COMP_AVAHI_BROWSE=
EOF

cat > README.install.urpmi <<EOF
Programmable bash completion is enabled by default. These settings can be
changed system-wide in /etc/sysconfig/bash-completion. Users may override these
settings in their ~/.bash_completion files. New users get a skeleton
configuration file automatically, while existing users can copy
/etc/skel/.bash_completion into their home directories if they want to edit
their completion settings.
EOF


%changelog
* Thu Sep 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:2.1-13
+ Revision: 3c4fbed
- Add patch from Debian to fix tilde handling for filenames (Rosa bug #4430, Debian bug #740975



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15968 |14mr|batik-1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support 0

Summary:	Scalable Vector Graphics for Java
Name:		batik
Version:	1.7
Release:	2
Epoch:		0
Group:		Development/Java
License:	Apache License
URL:		http://xml.apache.org/batik/
Source0:	%{name}-src-%{version}.zip
Source1:	%{name}.squiggle.script
Source2:	%{name}.svgpp.script
Source3:	%{name}.ttf2svg.script
Source4:	%{name}.rasterizer.script
Source5:	%{name}.slideshow.script
Source6:	%{name}-squiggle.desktop
Patch1:		%{name}-manifests.patch
Patch2:		%{name}-policy.patch
Requires:	rhino >= 0:1.5
Requires:	xml-commons-jaxp-1.3-apis >= 0:1.3.04
BuildRequires:	ant
BuildRequires:	rhino >= 0:1.5
BuildRequires:	java-rpmbuild >= 0:1.5
BuildRequires:	xerces-j2
BuildRequires:	jython
BuildRequires:	java-javadoc
BuildRequires:	rhino-javadoc
BuildRequires:	xml-commons-jaxp-1.3-apis >= 0:1.3.04
%if %{gcj_support}
BuildRequires:	java-gcj-compat-devel
%else
BuildArch:	noarch
%endif

%description
Batik is a Java(tm) technology based toolkit for applications that want
to use images in the Scalable Vector Graphics (SVG) format for various
purposes, such as viewing, generation or manipulation.

%package        squiggle
Summary:        Batik SVG browser
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       jpackage-utils >= 0:1.5, xerces-j2 >= 0:2.3

%description    squiggle
The Squiggle SVG Browser lets you view SVG file, zoom, pan and rotate
in the content and select text items in the image and much more.

%package        svgpp
Summary:        Batik SVG pretty printer
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       jpackage-utils >= 0:1.5, xerces-j2 >= 0:2.3

%description    svgpp
The SVG Pretty Printer lets developers "pretty-up" their SVG files and
get their tabulations and other cosmetic parameters in order. It can
also be used to modify the DOCTYPE declaration on SVG files.

%package        ttf2svg
Summary:        Batik SVG font converter
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       jpackage-utils >= 0:1.5

%description    ttf2svg
The SVG Font Converter lets developers convert character ranges from
the True Type Font format to the SVG Font format to embed in SVG
documents. This allows SVG document to be fully self-contained be
rendered exactly the same on all systems.

%package        rasterizer
Summary:        Batik SVG rasterizer
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       jpackage-utils >= 0:1.5, xerces-j2 >= 0:2.3

%description    rasterizer
The SVG Rasterizer is a utility that can convert SVG files to a raster
format. The tool can convert individual files or sets of files, making
it easy to convert entire directories of SVG files. The supported
formats are JPEG, PNG, and TIFF, however the design allows new formats
to be added easily.

%package        slideshow
Summary:        Batik SVG slideshow
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       jpackage-utils >= 0:1.5, xerces-j2 >= 0:2.3

%description    slideshow
Batik SVG slideshow.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%package        demo
Summary:        Demo for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description    demo
Demonstrations and samples for %{name}.

%prep
%setup -q
%patch1 -p1
%patch2 -p1
rm -f `find -name readOnly.png`
rm -f `find -name properties`


%build
export CLASSPATH
export OPT_JAR_LIST=:
%{ant} all-jar \
        javadoc \
        svg-pp-jar \
        svg-slideshow-jar \
        squiggle-jar \
        rasterizer-jar \
        ttf2svg-jar

%install
rm -rf %{buildroot}

# jars
mkdir -p %{buildroot}%{_javadir}
cp -p %{name}-%{version}/lib/%{name}-all.jar \
       %{buildroot}%{_javadir}/%{name}-all-%{version}.jar
cp -p %{name}-%{version}/batik-rasterizer.jar \
        %{name}-%{version}/batik-slideshow.jar \
        %{name}-%{version}/batik-squiggle.jar \
        %{name}-%{version}/batik-svgpp.jar \
        %{name}-%{version}/batik-ttf2svg.jar \
        %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
  for jar in *-%{version}*; 
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; 
  done
popd

# scripts
mkdir -p %{buildroot}%{_bindir}
cp -p %{SOURCE1} %{buildroot}%{_bindir}/squiggle
cp -p %{SOURCE2} %{buildroot}%{_bindir}/svgpp
cp -p %{SOURCE3} %{buildroot}%{_bindir}/ttf2svg
cp -p %{SOURCE4} %{buildroot}%{_bindir}/rasterizer
cp -p %{SOURCE5} %{buildroot}%{_bindir}/slideshow

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr %{name}-%{version}/docs/javadoc/* \
  %{buildroot}%{_javadocdir}/%{name}-%{version} || :
rm -rf %{name}-%{version}/docs/javadoc
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# demo
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr contrib resources samples test-resources test-sources \
  %{buildroot}%{_datadir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

chmod 755 %{buildroot}%{_datadir}/%{name}/contrib/rasterizertask/build.sh
chmod 755 %{buildroot}%{_datadir}/%{name}/contrib/charts/convert.sh

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%doc KEYS LICENSE MAINTAIN NOTICE README
%{_javadir}/%{name}-all-%{version}.jar
%{_javadir}/%{name}-all.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/*
%endif

%files squiggle
%{_javadir}/%{name}-squiggle.jar
%attr(0755,root,root) %{_bindir}/squiggle

%files svgpp
%{_javadir}/%{name}-svgpp.jar
%attr(0755,root,root) %{_bindir}/svgpp

%files ttf2svg
%{_javadir}/%{name}-ttf2svg.jar
%attr(0755,root,root) %{_bindir}/ttf2svg

%files rasterizer
%{_javadir}/%{name}-rasterizer.jar
%attr(0755,root,root) %{_bindir}/rasterizer

%files slideshow
%{_javadir}/%{name}-slideshow.jar
%attr(0755,root,root) %{_bindir}/slideshow

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%files demo
%{_datadir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.7-2
+ Revision: ed85cd4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15969 |14mr|bc-1.06.95-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNU's bc (a numeric processing language) and dc (a calculator)
Name:		bc
Version:	1.06.95
Release:	6
License:	GPLv2+ 
URL:		http://www.gnu.org/software/bc/bc.html
Group:		Sciences/Mathematics
Source:		ftp://ftp.gnu.org/gnu/bc/%{name}-%{version}.tar.bz2
# Fedora patches
# dc accepts the input which contains wrong symbols of radix in same way like bc (RH bug#151844)
Patch1: bc-1.06-dc_ibase.patch
# fix small memory leak (gentoo patch)
Patch2: bc-1.06.95-memleak.patch
BuildRequires:	 flex ncurses-devel readline-devel
BuildRequires:	 texinfo
BuildRequires:	 bison
Requires(post):  grep
Requires(preun): grep

%description
The bc package includes bc and dc.  Bc is an arbitrary precision numeric
processing arithmetic language.  Dc is an interactive arbitrary precision
stack based calculator, which can be used as a text mode calculator.

Install the bc package if you need its number handling capabilities or
if you would like to use its text mode calculator.

%prep
%setup -q
%patch1 -p1 -b .dc_ibase
%patch2 -p1 -b .memleak

%build
%configure2_5x --with-readline
%make

%install
%{makeinstall}


%files
%defattr(-,root,root)
%doc FAQ AUTHORS NEWS README
%{_bindir}/bc
%{_bindir}/dc
%{_mandir}/man1/bc.1*
%{_mandir}/man1/dc.1*
%{_infodir}/bc.info*
%{_infodir}/dc.info*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.06.95-6
+ Revision: f955faa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15970 |14mr|bcel-5.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free
%define gcj_support 1

%define manual  0

Name:           bcel
Version:        5.2
Release:        6
Epoch:          0
Summary:        Byte Code Engineering Library
License:        Apache Software License
Source0:        http://www.apache.org/dist/jakarta/%{name}/source/%{name}-%{version}-src.tar.gz
Source1:        pom-maven2jpp-depcat.xsl
Source2:        pom-maven2jpp-newdepmap.xsl
Source3:        pom-maven2jpp-mapdeps.xsl
Source4:        %{name}-%{version}-jpp-depmap.xml
Source5:        commons-build.tar.gz
Source6:        %{name}-%{version}-build.xml
Source7:        %{name}-%{version}.pom

Patch0:         %{name}-%{version}-project_properties.patch

URL:            http://jakarta.apache.org/%{name}/
Group:          Development/Java
#Vendor:         JPackage Project
#Distribution:   JPackage
Requires:       regexp
BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  ant-junit
BuildRequires:  junit
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  regexp
BuildRequires:  locales-en
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
Buildarch:      noarch
%endif

%description
The Byte Code Engineering Library (formerly known as JavaClass) is
intended to give users a convenient possibility to analyze, create, and
manipulate (binary) Java class files (those ending with .class). Classes
are represented by objects which contain all the symbolic information of
the given class: methods, fields and byte code instructions, in
particular.  Such objects can be read from an existing file, be
transformed by a program (e.g. a class loader at run-time) and dumped to
a file again. An even more interesting application is the creation of
classes from scratch at run-time. The Byte Code Engineering Library
(BCEL) may be also useful if you want to learn about the Java Virtual
Machine (JVM) and the format of Java .class files.  BCEL is already
being used successfully in several projects such as compilers,
optimizers, obsfuscators and analysis tools, the most popular probably
being the Xalan XSLT processor at Apache.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%if %manual
%package manual
Summary:        Manual for %{name}
Group:          Development/Java

%description manual
Documentation for %{name}.
%endif

%prep
%setup -q
gzip -dc %{SOURCE5} | tar xf -
%remove_java_binaries
cp %{SOURCE6} build.xml
%patch0 -b .sav

%build
export LC_ALL=en_US.ISO-8859-1
export CLASSPATH=$(build-classpath regexp)
export OPT_JAR_LIST="ant/ant-nodeps ant/ant-junit junit"
%{ant} -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} compile jar javadoc

%install
%{__rm} -rf %{buildroot}
# jars
%{__mkdir_p} %{buildroot}%{_javadir}
%{__install} -m 644 target/bcel-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# depmap frags
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}
%add_to_maven_depmap org.apache.bcel %{name} %{version} JPP %{name}
# pom
%{__mkdir_p} %{buildroot}%{_datadir}/maven2/poms
%{__install} -m 0644 %{SOURCE7} \
    %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom
#%{__mkdir_p} %{buildroot}%{_datadir}/maven2/default_poms
#%{__install} -m 0644 %{SOURCE7} \
#    %{buildroot}%{_datadir}/maven2/default_poms/JPP-%{name}.pom
# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__rm} -rf docs/api

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
%{__rm} -rf %{buildroot}


%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt 
%{_javadir}/*
%{_datadir}/maven2/poms/*
#%{_datadir}/maven2/default_poms/*
%{_mavendepmapfragdir}
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}

%if %manual
%files manual
%defattr(0644,root,root,0755)
%doc docs/*
%endif




%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:5.2-6
+ Revision: d73ca5a
- Build with en_US.ISO-8859-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15971 |14mr|bcm43xx-fwcutter-006-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	bcm43xx-fwcutter
%define version	006
%define release 11

Name: 	 	%{name}
Summary: 	Tool to extract firmware for Broadcom 43xx network chip
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://bcm43xx.berlios.de/
License:	GPLv2+
Group:		System/Configuration/Networking
Patch1:		bcm43xx-fwcutter-006-install_perms.patch
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
Fwcutter allows you to extract the firmware required for Broadcom 43xx chips
out of the .sys files commonly available with the card or on the internet.

Once extracted, place all .fw files into /lib/firmware.

This variant of the tool is for the bcm43xx variant of the driver. For the
b43 variant of the driver, use the package b43-fwcutter.

%prep
%setup -q -n %{name}-%{version}
%patch1 -p0
perl -pi -e 's|man/man1|share/man/man1|g' Makefile

%build
%make
										
%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=%buildroot/%_prefix
cat > README.urpmi <<EOF
You need to extract the firmware from the .sys file provided by your vendor.
i.e bcm43xx-fwcutter -w /lib/firmware/ bcmwl5.sys
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README README.urpmi
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 006-11
+ Revision: 2051267
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15972 |14mr|bdftopcf-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: bdftopcf
Version: 1.0.3
Release: 5
Summary: Convert X font from Bitmap Distribution Format to Portable Compiled Format
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: libxfont-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Bdftopcf converts X fonts from Bitmap Distribution Format
to Portable Compiled Format.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir} \
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/bdftopcf
%{_mandir}/man1/bdftopcf.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-5
+ Revision: 1a73ea8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15973 |14mr|bea-stax-1.2.0-1.3.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support     1
%define section         free
%define api_version     1.0.1

Name:           bea-stax
Version:        1.2.0
Release:        1.3.10
Epoch:          0
Summary:        Streaming API for XML
License:        Apache License
Group:          Development/Java
URL:            http://dev2dev.bea.com/technologies/stax/index.jsp
Source0:        http://dist.codehaus.org/stax/distributions/stax-src-1.2.0.zip
Patch0:         %{name}-ecj-bootclasspath.patch
BuildRequires:  ant
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel >= 0:1.4.2
%endif
BuildRequires:  java-rpmbuild >= 0:1.6
Requires:       jpackage-utils >= 0:1.6
Requires:       %{name}-api = %{epoch}:%{version}-%{release}

%description
The Streaming API for XML (StAX) is a groundbreaking 
new Java API for parsing and writing XML easily and 
efficiently. 

%package api
Summary:        The StAX API
Group:          Development/Java

%description api
%{summary}

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}

%prep
%setup -q -c
%patch0 -p0
%{__perl} -pi -e 's/source="1\.2" target="1\.2"/source="1.3" target="1.3"/g' build.xml
%{__perl} -pi -e 's/<javac/<javac nowarn="true"/g' build.xml

%build
export OPT_JAR_LIST=:
export CLASSPATH=`pwd`/build/stax-api-1.0.1.jar
%{ant} all javadoc

%install
# jar
install -d -m 0755 $RPM_BUILD_ROOT%{_javadir}
install -p -m 0644 build/stax-api-%{api_version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-api-%{version}.jar
install -p -m 0644 build/stax-%{version}-dev.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-ri-%{version}.jar
ln -s %{name}-api-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-api.jar
ln -s %{name}-ri-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-ri.jar

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr build/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%files
#%{_docdir}/%{name}-%{version}/BEA*.doc
#%{_docdir}/%{name}-%{version}/README.txt
#%{_datadir}/%{name}-%{version}
%{_javadir}/%{name}-ri-%{version}.jar
%{_javadir}/%{name}-ri.jar
%if %{gcj_support}
%{_libdir}/gcj/%{name}
%endif

%files api
%{_javadir}/%{name}-api-%{version}.jar
%{_javadir}/%{name}-api.jar

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.2.0-1.3.10
+ Revision: 97da4af
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15974 |14mr|beecrypt-4.2.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without python
%bcond_without cplusplus
%ifnarch %{mips} %{arm}
%bcond_without java
%else
%bcond_with java
%endif

%define major 7
%define libname %mklibname %{name} %{major}
%define libname_cxx %mklibname %{name}_cxx %{major}
%define libname_java %mklibname %{name}_java %{major}
%define devname %mklibname %{name} -d

Summary:	An open source cryptography library
Name:		beecrypt
Version:	4.2.1
Release:	12
License:	LGPLv2+
Group:		System/Libraries
Url:		http://beecrypt.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/beecrypt/%{name}-%{version}.tar.gz
Patch0:		beecrypt-4.1.2-biarch.patch
# AdamW: ugly patch simply defines upstream's odd libaltdir variable to be 
# equal to libdir in one places. Also replaces a similarly weird pythondir
# variable with hardcoded $(libdir)/python2.5 , so will stop working when
# python goes to 2.6. I expect upstream to have a better fix for this issue
# by then, so it won't matter. The problem is that beecrypt tries to set this
# libaltdir variable to /usr/lib or /usr/lib64 depending on the arch in use
# which it tests by grepping the default CFLAGS for --march=x86_64 . Ours
# don't include this, so the test breaks. Upstream should simply be using
# standard libdir variable. (This is mostly fixed now (2008/02), only two
# instances left).
Patch1:		beecrypt-4.2.0-lib64.patch
Patch2:		beecrypt-4.2.0-link.patch
Patch3:		beecrypt-4.2.1-py_platsitedir.diff
Patch4:		beecrypt-4.2.1-gcc4.7.patch
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	m4
BuildRequires:	tetex-dvips
BuildRequires:	tetex-latex
BuildRequires:	texlive-doublestroke
BuildRequires:	gomp-devel
%if %{with python}
BuildRequires:	pkgconfig(python)
%endif
%if %{with cplusplus}
BuildRequires:	icu-devel
%endif
%if %{with java}
BuildRequires:	java-rpmbuild
%endif

%description
Beecrypt is a general-purpose cryptography library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	An open source cryptography library
Group:		System/Libraries

%description -n %{libname}
Beecrypt is a general-purpose cryptography library.

%files -n %{libname}
%doc README BENCHMARKS
%{_libdir}/libbeecrypt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files needed for developing applications with beecrypt
Group:		Development/C
%if %{with cplusplus}
Requires:	%{libname_cxx} = %{EVRD}
%endif
%if %{with java}
Requires:	%{libname_java} = %{EVRD}
%endif
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Beecrypt is a general-purpose cryptography library.  This package contains
files needed for developing applications with beecrypt.

%files -n %{devname}
%doc BUGS docs/html docs/latex
%{_includedir}/%{name}
%if %{with cplusplus}
%{_libdir}/%{name}/base.so
%{_libdir}/%{name}/*.a
%endif
%{_libdir}/*.a
%{_libdir}/*.so

#----------------------------------------------------------------------------

%if %{with python}
%package python
Summary:	Files needed for python applications using beecrypt
Group:		Development/Python

%description python
Beecrypt is a general-purpose cryptography library.  This package contains
files needed for using python with beecrypt.

%files python
%{py_platsitedir}/_bc.so
%endif

#----------------------------------------------------------------------------

%if %{with cplusplus}
%package -n %{libname_cxx}
Summary:	Files needed for C++ applications using beecrypt
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{libname_cxx}
Beecrypt is a general-purpose cryptography library.  This package contains
files needed for using C++ with beecrypt.

%files -n %{libname_cxx}
%config %{_sysconfdir}/beecrypt.conf
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/base.so.*
%{_libdir}/libbeecrypt_cxx.so.%{major}*
%endif

#----------------------------------------------------------------------------

%if %{with java}
%package -n %{libname_java}
Summary:	Files needed for java applications using beecrypt
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{libname_java}
Beecrypt is a general-purpose cryptography library.  This package contains
files needed for using java with beecrypt.

%files -n %{libname_java}
%{_libdir}/libbeecrypt_java.so.%{major}*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .biarch
%patch1 -p0 -b .lib64
%patch2 -p1 -b .link
%patch3 -p0
%patch4 -p1

./autogen.sh

%build
%configure2_5x \
	--enable-shared \
	--enable-static \
%if %{with python}
	--with-python=%{_bindir}/python \
%endif
%if %{with cplusplus}
	--with-cplusplus \
%endif
%if %{with java}
	--with-java
%endif

%make
pushd include/beecrypt
doxygen
cd c++
doxygen
popd

%install
%makeinstall_std

# XXX nuke unpackaged files, artifacts from using libtool to produce module
rm -f %{buildroot}%{py_platsitedir}/_bc.*a

# XXX delete next line to build with legacy, non-check aware, rpmbuild.
%check
make check || :
cat /proc/cpuinfo
make bench || :

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2.1-12
+ Revision: b4411e9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15975 |14mr|beforelight-1.0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	beforelight
%define version	1.0.4
%define release 	6

Name: %{name}
Version: %{version}
Release: %{release}
Summary: Sample screen saver
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT
Patch0: beforelight-1.0.1-xprint.patch
BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xaw7) >= 1.0.1
BuildRequires: pkgconfig(xscrnsaver) >= 1.0.1
BuildRequires: pkgconfig(xt) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: autoconf

%description
The beforelight program is a sample implementation of a screen saver for
X servers supporting the MIT-SCREEN-SAVER extension.

%prep
%setup -q -n %{name}-%{version}
#patch0 -p1 -b .xprint

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_datadir}/X11/app-defaults/Beforelight
%{_mandir}/man1/beforelight.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-6
+ Revision: 2bcea09
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15976 |14mr|bijiben-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		bijiben
Version:	3.12.2
Release:	2
Summary:	Simple Note Viewer
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gio-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.5.19
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(zeitgeist-1.0)
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(tracker-sparql-1.0)
BuildRequires:	pkgconfig(goa-1.0)
BuildRequires:	itstool
BuildRequires:	libxml2-utils

%description
Simple note editor which emphasis on visuals : quickly write
notes, quickly find it back.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-schemas-compile \
	--disable-static
%make

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name "*.la" -delete
find %{buildroot} -name "*.a" -delete

rm -f %{buildroot}/usr/doc/%{name}/*

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc NEWS AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.bijiben.gschema.xml
%{_datadir}/gnome-shell/search-providers/bijiben-search-provider.ini
%{_iconsdir}/*/*/apps/%{name}.*
%{_datadir}/%{name}
%{_libexecdir}/%{name}-shell-search-provider
%{_datadir}/dbus-1/services/org.gnome.Bijiben.SearchProvider.service
%{_datadir}/appdata/bijiben.appdata.xml
%{_datadir}/mime/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 136dcbf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15977 |14mr|bind-9.9.1-2.P2.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags -Wformat

%define plevel P2

# default options
%define sdb_ldap 1
%define sdb_mysql 0
%define gssapi 1

%{?_with_sdb_ldap: %{expand: %%global sdb_ldap 1}}
%{?_without_sdb_ldap: %{expand: %%global sdb_ldap 0}}
%{?_with_sdb_mysql: %{expand: %%global sdb_mysql 1}}
%{?_without_sdb_mysql: %{expand: %%global sdb_mysql 0}}
%{?_with_gssapi: %{expand: %%global gssapi 1}}
%{?_without_gssapi: %{expand: %%global gssapi 0}}

%if %{sdb_mysql}
%define sdb_ldap 0
%endif

%if %{sdb_ldap}
%define sdb_mysql 0
%endif

%if %{gssapi}
%define gssapi 1
%endif

Summary:	A DNS (Domain Name System) server
Name:		bind
Epoch:		1
Version:	9.9.1
%if "%plevel" != ""
Release:	2.%{plevel}.1
Source0:	ftp://ftp.isc.org/isc/%{name}9/%{version}-%plevel/%{name}-%{version}-%{plevel}.tar.gz
Source1:	ftp://ftp.isc.org/isc/%{name}9/%{version}-%plevel/%{name}-%{version}-%{plevel}.tar.gz.asc
%else
Release:	4
Source0:	ftp://ftp.isc.org/isc/%{name}9/%{version}/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.isc.org/isc/%{name}9/%{version}/%{name}-%{version}.tar.gz.asc
%endif
License:	Distributable
Group:		System/Servers
URL:		http://www.isc.org/products/BIND/
Source2:	bind-manpages.tar.bz2
Source3:	bind-dhcp-dynamic-dns-examples.tar.bz2
Source4:	bind-named.init
Source6:	bind-named.sysconfig
Source7:	bind-keygen.c
Source11:	ftp://ftp.internic.net/domain/named.cache
# (oe) http://mysql-bind.sourceforge.net/
Source12:	mysql-bind-0.1.tar.bz2
# (oe) http://bind9-ldap.bayour.com/bind-sdb-ldap-1.0.tar.gz
Source13:	bind-sdb-ldap-1.0.tar.bz2
# (oe) http://www.blue-giraffe.com/zone2ldap/zone2ldap-0.4.tar.gz
Source14:	zone2ldap-0.4.tar.bz2
# (oe) http://www.venaas.no/dns/ldap2zone/
Source15:	ldap2zone.tar.bz2
# caching-nameserver files (S100-S112)
Source100:	bogon_acl.conf
Source101:	hosts
Source102:	localdomain.zone
Source103:	localhost.zone
Source104:	logging.conf
Source105:	named.broadcast
Source106:	named.conf
Source107:	named.ip6.local
Source108:	named.local
Source109:	named.zero
Source110:	rndc.conf
Source111:	rndc.key
Source112:	trusted_networks_acl.conf
Source113:	named.iscdlv.key
Patch0:		bind-fallback-to-second-server.diff
Patch1:		bind-queryperf_fix.diff
Patch2:		bind-9.7.3-link.patch
# http://code.google.com/p/bind-geoip/
Patch3:		bind-9.9.0-geoip-1.3.diff
Patch100:	bind-9.8.1-sdb_ldap.diff
Patch101:	bind-9.3.1-zone2ldap_fixes.diff
Patch102:	bind-9.3.0rc2-sdb_mysql.patch
Patch103:	zone2ldap-0.4-ldapv3.patch
Patch200:	bind-9.2.0rc3-varrun.patch
Patch205:	bind-9.3.2-prctl_set_dumpable.patch
Patch209:	bind-9.9-dlz-64bit.patch
Patch212:	bind-9.5-libidn.patch
Patch213:	bind-9.5-libidn2.patch
Patch215:	bind-9.5-libidn3.patch
Patch216:	bind95-rh461409.patch
Patch218:	bind-96-libtool2.patch
Patch219:	bind-95-rh452060.patch
Patch220:	bind93-rh490837.patch
Patch221:	bind-99-dyndb.patch
Patch222:	bind97-rh478718.patch
Patch223:	bind97-rh570851.patch
Patch224:	bind97-rh645544.patch

BuildRequires:	openssl-devel
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:  file
%if %{sdb_mysql}
BuildRequires:	mysql-devel
%endif
%if %{sdb_ldap}
BuildRequires:	openldap-devel
%endif
BuildRequires:	libidn-devel
BuildRequires:	postgresql-devel
BuildRequires:	mysql-devel
BuildRequires:	libcap-devel >= 2.10
%if %{gssapi}
BuildRequires:	krb5-devel
%endif
BuildRequires:	libxml2-devel
BuildRequires:	pkgconfig(geoip)

Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires:	bind-utils >= %{version}-%{release}
# takes care of MDV Bug #: 62829
Requires:	openssl-engines

%description
BIND (Berkeley Internet Name Domain) is an implementation of the DNS
(domain Name System) protocols. BIND includes a DNS server (named), 
which resolves host names to IP addresses, and a resolver library 
(routines for applications to use when interfacing with DNS).  A DNS 
server allows clients to name resources or objects and share the 
information with other network machines.  The named DNS server can be 
used on workstations as a caching name server, but is generally only 
needed on one machine for an entire network.  Note that the 
configuration files for making BIND act as a simple caching nameserver 
are included in the caching-nameserver package.  

Install the bind package if you need a DNS server for your network.  If
you want bind to act a caching name server, you will also need to install
the caching-nameserver package.

Many BIND 8 features previously unimplemented in BIND 9, including 
domain-specific forwarding, the \$GENERATE master file directive, and
the "blackhole", "dialup", and "sortlist" options Forwarding of dynamic
update requests; this is enabled by the "allow-update-forwarding" option 
A new, simplified database interface and a number of sample drivers based
on it; see doc/dev/sdb for details 
Support for building single-threaded servers for environments that do not 
supply POSIX threads 
New configuration options: "min-refresh-time", "max-refresh-time", 
"min-retry-time", "max-retry-time", "additional-from-auth",
"additional-from-cache", "notify explicit" 
Faster lookups, particularly in large zones. 

Build Options:
--without sdb_ldap    Build without ldap simple database support (enabled
                      per default)
--with sdb_mysql      Build with MySQL database support (disables ldap
                      support, it's either way.)
%package	utils
Summary:	Utilities for querying DNS name servers
Group:		Networking/Other

%description	utils
Bind-utils contains a collection of utilities for querying DNS (Domain
Name Service) name servers to find out information about Internet hosts.
These tools will provide you with the IP addresses for given host names,
as well as other information about registered domains and network 
addresses.

You should install bind-utils if you need to get information from DNS name
servers.

%package	devel
Summary:	Include files and libraries needed for bind DNS development
Group:		Development/C

%description	devel
The bind-devel package contains all the include files and the
library required for DNS (Domain Name Service) development for
BIND versions 9.x.x.

%package	doc
Summary:	Documentation for BIND
Group:		Books/Other

%description	doc
The bind-devel package contains the documentation for BIND.

%prep

%if "%plevel" != ""
%setup -q  -n %{name}-%{version}-%{plevel} -a2 -a3 -a12 -a13 -a14 -a15
%else
%setup -q  -n %{name}-%{version} -a2 -a3 -a12 -a13 -a14 -a15
%endif

%patch0 -p1 -b .fallback-to-second-server.droplet
%patch1 -p1 -b .queryperf_fix.droplet
%patch2 -p0 -b .link
%patch3 -p1 -b .geoip

%if %{sdb_ldap}
%__cp bind-sdb-ldap-*/ldapdb.c bin/named/
%__cp bind-sdb-ldap-*/ldapdb.h bin/named/include/
%patch100 -p1 -b .ldap_sdb.droplet
%patch101 -p0 -b .zone2ldap_fixes.droplet
%patch103 -p0 -b .ldapv3.droplet
%endif

%if %{sdb_mysql}
mv mysql-bind-0.1 contrib/sdb/mysql
%__cp contrib/sdb/mysql/mysqldb.c bin/named
%__cp contrib/sdb/mysql/mysqldb.h bin/named/include
%patch102 -p1 -b .sdb_mysql.droplet
%endif

%patch200 -p0 -b .varrun.droplet
%patch205 -p0 -b .prctl_set_dumpable.droplet
%patch209 -p1 -b .64bit

%patch212 -p1 -b .libidn
%patch213 -p1 -b .libidn2
%patch215 -p1 -b .libidn3
%patch216 -p1 -b .rh461409
mkdir -p m4
%patch218 -p1 -b .libtool2
%patch219 -p0 -b .rh452060
%patch220 -p0 -b .rh490837
%patch221 -p1 -b .dyndb
%patch222 -p1 -b .rh478718
%patch223 -p1 -b .rh570851
%patch224 -p1 -b .rh645544

cp %{SOURCE4} named.init
# fix https://qa.mandriva.com/show_bug.cgi?id=62829
# so..., libgost.so needs to be in the chroot (ugly..., and will break backporting, well...)
OPENSSL_ENGINESDIR=`grep '^#define ENGINESDIR' %{multiarch_includedir}/openssl/opensslconf.h | cut -d\" -f2 | sed -e 's/^\///'`
perl -pi -e "s|_OPENSSL_ENGINESDIR_|$OPENSSL_ENGINESDIR|g" named.init

cp %{SOURCE6} named.sysconfig
cp %{SOURCE7} keygen.c
cp %{SOURCE11} named.cache

mkdir -p caching-nameserver
cp %{SOURCE100} caching-nameserver/bogon_acl.conf
cp %{SOURCE101} caching-nameserver/hosts
cp %{SOURCE102} caching-nameserver/localdomain.zone
cp %{SOURCE103} caching-nameserver/localhost.zone
cp %{SOURCE104} caching-nameserver/logging.conf
cp %{SOURCE105} caching-nameserver/named.broadcast
cp %{SOURCE106} caching-nameserver/named.conf
cp %{SOURCE107} caching-nameserver/named.ip6.local
cp %{SOURCE108} caching-nameserver/named.local
cp %{SOURCE109} caching-nameserver/named.zero
cp %{SOURCE110} caching-nameserver/rndc.conf
cp %{SOURCE111} caching-nameserver/rndc.key
cp %{SOURCE112} caching-nameserver/trusted_networks_acl.conf
cp %{SOURCE113} caching-nameserver/named.iscdlv.key

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'


%build
%serverbuild
# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`

export CPPFLAGS="$CPPFLAGS -DDIG_SIGCHASE"
export STD_CDEFINES="$CPPFLAGS"

export WANT_AUTOCONF_2_5=1
libtoolize --copy --force; aclocal -I m4 --force; autoheader --force; autoconf --force

# (oe) make queryperf from the contrib _before_ bind..., makes it
# easier to determine if it builds or not, it saves time...
pushd contrib/queryperf
export WANT_AUTOCONF_2_5=1
rm -f configure
autoconf

%configure2_5x
%make CFLAGS="$CFLAGS"
popd

pushd contrib/query-loc-*
export WANT_AUTOCONF_2_5=1
perl -pi -e "s|-lnsl|-lnsl -lresolv|g" configure*
rm -f configure
autoconf
%configure2_5x
%make CFLAGS="$CFLAGS"
popd

export CFLAGS="$CFLAGS -DLDAP_DEPRECATED"

# threading is evil for the host command
%configure2_5x \
    --localstatedir=/var \
    --disable-openssl-version-check \
    --disable-threads \
    --enable-largefile \
    --enable-ipv6 \
    --with-openssl=%{_prefix} \
    --with-randomdev=/dev/urandom \
    --with-geoip

make -C lib
make -C bin/dig
make -C bin/dig DESTDIR="`pwd`" install 
make clean

%configure2_5x \
    --localstatedir=/var \
    --disable-openssl-version-check \
    --enable-threads \
    --enable-largefile \
    --enable-ipv6 \
    --enable-filter-aaaa \
    --enable-epoll \
    --with-openssl=%{_prefix} \
%if %{gssapi}
    --with-gssapi=%{_prefix} --disable-isc-spnego \
%endif
    --with-randomdev=/dev/urandom \
    --with-libxml2=yes \
    --with-dlz-postgres=yes \
    --with-dlz-mysql=yes \
    --with-dlz-bdb=no \
    --with-dlz-filesystem=yes \
    --with-dlz-ldap=yes \
    --with-dlz-odbc=no \
    --with-dlz-stub=yes \
    --with-geoip

# pkcs11 support requires a working backend, otherwise bind won't start
# http://blogs.sun.com/janp/
# http://sourceforge.net/projects/opencryptoki
#--with-pkcs11 \

make

%if %{sdb_ldap}
pushd zone2ldap
# fix references to zone2ldap
perl -pi -e "s|zone2ldap|zonetoldap|g" *
    gcc $CFLAGS -I../lib/dns/include -I../lib/dns/sec/dst/include \
    -I../lib/isc/include -I../lib/isc/unix/include -I../lib/isc/pthreads/include -c zone2ldap.c
    gcc $CFLAGS $LDFLAGS -o zone2ldap zone2ldap.o ../lib/dns/libdns.a -lcrypto -lpthread \
    ../lib/isc/libisc.a -lldap -llber -lresolv %{?gssapi:`krb5-config --libs gssapi`} -lxml2 -lGeoIP
popd

pushd ldap2zone
    gcc $CFLAGS -I../lib/dns/include -I../lib/dns/sec/dst/include \
    -I../lib/isc/include -I../lib/isc/unix/include -I../lib/isc/pthreads/include -c ldap2zone.c
    gcc $CFLAGS $LDFLAGS -o ldap2zone ldap2zone.o ../lib/dns/libdns.a -lcrypto -lpthread \
    ../lib/isc/libisc.a -lldap -llber -lresolv %{?_with_gssapi:`krb5-config --libs gssapi`} -lxml2 -lGeoIP
popd
%endif

%if %{sdb_mysql}
pushd contrib/sdb/mysql
gcc $CFLAGS -I%{_includedir}/mysql -I../../../lib/dns/include -I../../../lib/dns/sec/dst/include \
  -I../../../lib/isc/include -I../../../lib/isc/unix/include -I../../../lib/isc/pthreads/include \
  -c zonetodb.c
gcc $CFLAGS $LDFLAGS -o zonetodb zonetodb.o \
  ../../../lib/dns/libdns.a -lcrypto -lpthread ../../../lib/isc/libisc.a \
  -lmysqlclient -lresolv %{?_with_gssapi:`krb5-config --libs gssapi`} -lxml2 -lGeoIP
popd
%endif

gcc $CFLAGS -o dns-keygen keygen.c

#%%check
## run the test suite
#make check

%install
rm -rf %{buildroot}

pushd doc
    rm -rf html
popd

# make some directories
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}/var/run/named 

%makeinstall_std

ln -snf named %{buildroot}%{_sbindir}/lwresd

install -m0755 contrib/named-bootconf/named-bootconf.sh %{buildroot}%{_sbindir}/named-bootconf
install -m0755 contrib/queryperf/queryperf %{buildroot}%{_bindir}/
cp contrib/queryperf/README README.queryperf

install -m0755 contrib/query-loc-*/query-loc %{buildroot}%{_bindir}/
install -m0644 contrib/query-loc-*/query-loc.1 %{buildroot}%{_mandir}/man1/
cp contrib/query-loc-*/ADDRESSES ADDRESSES.query-loc
cp contrib/query-loc-*/ALGO ALGO.query-loc
cp contrib/query-loc-*/README README.query-loc
cp contrib/query-loc-*/USAGE USAGE.query-loc

install -m0755 named.init %{buildroot}%{_initrddir}/named
install -m0644 named.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/named

%if %{sdb_ldap}
install -m0755 zone2ldap/zone2ldap %{buildroot}%{_bindir}/zonetoldap
install -m0644 zone2ldap/zone2ldap.1 %{buildroot}%{_mandir}/man1/zonetoldap.1
install -m0755 ldap2zone/ldap2zone %{buildroot}%{_bindir}/ldap2zone
%endif

%if %{sdb_mysql}
install -m0755 contrib/sdb/mysql/zonetodb %{buildroot}%{_bindir}/
cp contrib/sdb/mysql/ChangeLog contrib/sdb/mysql/ChangeLog.mysql
cp contrib/sdb/mysql/README contrib/sdb/mysql/README.mysql
%endif

install -m0755 dns-keygen %{buildroot}%{_sbindir}/dns-keygen

# install the non-threaded host command
# fixes #16855
install -m0755 usr/bin/host %{buildroot}%{_bindir}/

# make the chroot
install -d %{buildroot}/var/lib/named/{dev,etc}
install -d %{buildroot}/var/lib/named/var/{log,run,tmp}
install -d %{buildroot}/var/lib/named/var/named/{master,slaves,reverse,dynamic,data}

install -m 644 \
    caching-nameserver/named.conf \
    caching-nameserver/logging.conf \
    caching-nameserver/trusted_networks_acl.conf \
    caching-nameserver/hosts \
    caching-nameserver/bogon_acl.conf \
    %{buildroot}/var/lib/named/etc
install -m 640 \
    caching-nameserver/rndc.conf\
    caching-nameserver/rndc.key \
    caching-nameserver/named.iscdlv.key \
    %{buildroot}/var/lib/named/etc
install -m 644 \
    caching-nameserver/localdomain.zone \
    caching-nameserver/localhost.zone \
    %{buildroot}/var/lib/named/var/named/master
install -m 644 \
    caching-nameserver/named.broadcast  \
    caching-nameserver/named.ip6.local \
    caching-nameserver/named.local \
    caching-nameserver/named.zero \
    %{buildroot}/var/lib/named/var/named/reverse

# fix some compat symlinks
ln -s /var/lib/named/etc/named.conf %{buildroot}%{_sysconfdir}/named.conf
ln -s /var/lib/named/etc/rndc.conf %{buildroot}%{_sysconfdir}/rndc.conf
ln -s /var/lib/named/etc/rndc.key %{buildroot}%{_sysconfdir}/rndc.key
ln -s /var/lib/named/etc/named.iscdlv.key %{buildroot}%{_sysconfdir}/named.iscdlv.key
mv %{buildroot}%{_sysconfdir}/bind.keys %{buildroot}/var/lib/named/etc/
ln -s /var/lib/named/etc/bind.keys %{buildroot}%{_sysconfdir}/bind.keys

echo "; Use \"dig @A.ROOT-SERVERS.NET . ns\" to update this file if it's outdated." > named.cache.tmp
cat named.cache >> named.cache.tmp
install -m0644 named.cache.tmp %{buildroot}/var/lib/named/var/named/named.ca

# fix man pages
install -m0644 man5/resolver.5 %{buildroot}%{_mandir}/man5/
ln -s resolver.5 %{buildroot}%{_mandir}/man5/resolv.5

# the following 3 lines is needed to make it short-circuit compliant.
pushd doc
    rm -rf html
popd

install -d doc/html
cp -f `find . -type f |grep html |sed -e 's#\/%{name}-%{version}##'|grep -v contrib` doc/html 

cat > README.urpmi << EOF
The most significant changes starting from the bind-9.3.2-5mdk package:

 o Installs in a chroot environment per default (/var/lib/named) for 
   security measures.

 o Acts as a caching only resolver per default, ip addresses that should be
   allowed to use recursive lookups must be defined in the 
   /var/lib/named/etc/trusted_networks_acl.conf file.
EOF

# this is just sick...
touch %{buildroot}/var/lib/named/var/named/dynamic/managed-keys.bind

%pre
%_pre_useradd named /var/lib/named /bin/false

# adjust home dir location if needed 
if [ "`getent passwd named | awk -F: '{print $6}'`" == "/var/named" ]; then
    usermod -d /var/lib/named named
fi

# check if bind is chrooted and try to restore it
if [ -x %{_sbindir}/bind-chroot.sh ]; then
    ROOTDIR="/var/lib/named-chroot"
    [ -f /etc/sysconfig/named ] && . /etc/sysconfig/named
    if [ -d $ROOTDIR -a ! -d /var/lib/named ]; then
	echo "old chroot found at $ROOTDIR, copying to /var/lib/named"
        cp -rp $ROOTDIR /var/lib/named
	chown -R named:named /var/lib/named
    fi
    if grep -q "$ROOTDIR" /etc/sysconfig/syslog; then
	if [ -f /var/lock/subsys/named ]; then
	    service named stop > /dev/null 2>/dev/null || :
	fi
	%{_sbindir}/bind-chroot.sh --unchroot > /dev/null 2>/dev/null || :
    fi
    if [ -f /var/lock/subsys/syslog ]; then
	service syslog restart  > /dev/null 2>/dev/null || :
    fi
fi

DATE=`date +%%Y%%m%%d%%j%%S`
for f in named.conf rndc.conf rndc.key; do
    # move away files to prepare for softlinks
    if [ -f /etc/$f -a ! -h /etc/$f ]; then mv -vf /etc/$f /etc/$f.$DATE; fi
    if [ -f /etc/$f -a ! -h /etc/$f ]; then mv -vf /etc/$f /etc/$f.$DATE; fi
    if [ -f /etc/$f -a ! -h /etc/$f ]; then mv -vf /etc/$f /etc/$f.$DATE; fi
done

%post
if grep -q "_MY_KEY_" /var/lib/named/etc/rndc.conf /var/lib/named/etc/rndc.key; then
    MYKEY="`%{_sbindir}/dns-keygen`"
    perl -pi -e "s|_MY_KEY_|$MYKEY|g" /var/lib/named/etc/rndc.conf /var/lib/named/etc/rndc.key
fi

%_post_service named

%preun
%_preun_service named

%postun
%_postun_userdel named

%files
%doc CHANGES README FAQ COPYRIGHT README.urpmi
%if %{sdb_ldap}
%doc contrib/sdb/ldap/README.ldap contrib/sdb/ldap/INSTALL.ldap
%endif
%if %{sdb_mysql}
%doc contrib/sdb/mysql/ChangeLog.mysql contrib/sdb/mysql/README.mysql
%endif
%config(noreplace) %{_sysconfdir}/sysconfig/named
%{_initrddir}/named
%{_sbindir}/arpaname
%{_sbindir}/ddns-confgen
%{_sbindir}/dns-keygen
%{_sbindir}/dnssec-dsfromkey
%{_sbindir}/dnssec-keyfromlabel
%{_sbindir}/dnssec-keygen
%{_sbindir}/dnssec-revoke
%{_sbindir}/dnssec-settime
%{_sbindir}/dnssec-signzone
%{_sbindir}/genrandom
%{_sbindir}/isc-hmac-fixup
%{_sbindir}/lwresd
%{_sbindir}/named
%{_sbindir}/named-bootconf
%{_sbindir}/named-checkconf
%{_sbindir}/named-checkzone
%{_sbindir}/named-compilezone
%{_sbindir}/named-journalprint
%{_sbindir}/nsec3hash
%{_sbindir}/rndc
%{_sbindir}/rndc-confgen
%{_mandir}/man1/arpaname.1.*
%{_mandir}/man5/named.conf.5*
%{_mandir}/man5/rndc.conf.5*
%{_mandir}/man8/ddns-confgen.8.*
%{_mandir}/man8/dnssec-*.8*
%{_mandir}/man8/genrandom.8.*
%{_mandir}/man8/isc-hmac-fixup.8.*
%{_mandir}/man8/lwresd.8*
%{_mandir}/man8/named-*.8*
%{_mandir}/man8/named.8*
%{_mandir}/man8/nsec3hash.8.*
%{_mandir}/man8/rndc.8*
%{_mandir}/man8/rndc-confgen.8*
# the chroot
%dir /var/lib/named
%dir /var/lib/named/dev
%dir /var/lib/named/etc
%dir /var/lib/named/var
%dir /var/lib/named/var/named
%attr(-,named,named) %dir /var/lib/named/var/log
%attr(-,named,named) %dir /var/lib/named/var/run
%attr(-,named,named) %dir /var/lib/named/var/tmp
%attr(-,named,named) %dir /var/lib/named/var/named/master
%attr(-,named,named) %dir /var/lib/named/var/named/slaves
%attr(-,named,named) %dir /var/lib/named/var/named/reverse
%attr(-,named,named) %dir /var/lib/named/var/named/dynamic
%attr(-,named,named) %dir /var/lib/named/var/named/data
%config(noreplace) /var/lib/named/etc/named.conf
%attr(-,root,named) %config(noreplace) /var/lib/named/etc/bind.keys
%attr(-,root,named) %config(noreplace) /var/lib/named/etc/rndc.conf
%attr(-,root,named) %config(noreplace) /var/lib/named/etc/rndc.key
%attr(-,root,named) %config(noreplace) /var/lib/named/etc/named.iscdlv.key
%attr(-,named,named) /var/lib/named/var/named/dynamic/managed-keys.bind
%{_sysconfdir}/bind.keys
%{_sysconfdir}/named.conf
%{_sysconfdir}/rndc.conf
%{_sysconfdir}/rndc.key
%{_sysconfdir}/named.iscdlv.key
%config(noreplace) /var/lib/named/etc/bogon_acl.conf
%config(noreplace) /var/lib/named/etc/logging.conf
%config(noreplace) /var/lib/named/etc/trusted_networks_acl.conf
%config(noreplace) /var/lib/named/etc/hosts
%config(noreplace) /var/lib/named/var/named/master/localdomain.zone
%config(noreplace) /var/lib/named/var/named/master/localhost.zone
%config(noreplace) /var/lib/named/var/named/reverse/named.broadcast
%config(noreplace) /var/lib/named/var/named/reverse/named.ip6.local
%config(noreplace) /var/lib/named/var/named/reverse/named.local
%config(noreplace) /var/lib/named/var/named/reverse/named.zero
%config(noreplace) /var/lib/named/var/named/named.ca

%files devel
%doc CHANGES README
%{_bindir}/isc-config.sh
%{_includedir}/*
%{_libdir}/*.a
%{_mandir}/man1/isc-config.sh.1*
%{_mandir}/man3/lwres*.3*

%files utils
%doc README COPYRIGHT *.query-loc *.queryperf
%{_bindir}/dig
%{_bindir}/host
%{_bindir}/nslookup
%{_bindir}/nsupdate
%{_bindir}/queryperf
%{_bindir}/query-loc
%{_mandir}/man1/host.1*
%{_mandir}/man1/dig.1*
%{_mandir}/man1/nslookup.1*
%{_mandir}/man1/nsupdate.1*
%{_mandir}/man1/query-loc.1*
%if %{sdb_ldap}
%doc zone2ldap/zone2ldap.README ldap2zone/README.ldap2zone ldap2zone/dnszone-schema.txt
%{_bindir}/zonetoldap
%{_bindir}/ldap2zone
%{_mandir}/man1/zonetoldap.1*
%endif
%{_mandir}/man5/resolver.5*
%{_mandir}/man5/resolv.5*

%files doc
%doc doc/html doc/misc/
%doc doc/dhcp-dynamic-dns-examples doc/chroot doc/trustix



%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:9.9.1-2.P2.1
+ Revision: e8a53ad
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15978 |14mr|binutils-2.24.51.0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define lib_major 2
%define lib_name_orig %{package_prefix}%mklibname binutils
%define lib_name %{lib_name_orig}%{lib_major}
%define dev_name %mklibname binutils -d

# Allow SPU support for native PowerPC arches, not cross env packages
%define spu_arches ppc ppc64

# Define if building a cross-binutils
%define build_cross 0
%{expand: %{?cross:	%%global build_cross 1}}

%if %{build_cross}
%define target_cpu %{cross}
%define target_platform %{target_cpu}-linux
%if "%{target_cpu}" == "spu"
%define target_platform %{target_cpu}-unknown-elf
%endif
%define program_prefix %{target_platform}-
%define package_prefix cross-%{target_cpu}-
%else
%define target_cpu %{_target_cpu}
%define target_platform %{_target_platform}
%define program_prefix %{nil}
%define package_prefix %{nil}
%endif

%define arch %(echo %{target_cpu}|sed -e "s/\(i.86\|athlon\)/i386/" -e "s/amd64/x86_64/" -e "s/\(sun4.*\|sparcv[89]\)/sparc/")
%define isarch() %(case %{arch} in (%1) echo 1;; (*) echo 0;; esac)

# List of targets where gold can be enabled
%define gold_arches %(echo %{ix86} x86_64 ppc ppc64 %{sparc} %{arm}|sed 's/[ ]/\|/g')

%define gold_default 0

Summary:	GNU Binary Utility Development Utilities
Name:		%{package_prefix}binutils
Version:	2.24.51.0.3
Release:	8
License:	GPLv3+
Group:		Development/Other
URL:		http://sources.redhat.com/binutils/
Source0:	http://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}%{?DATE:-%{DATE}}.tar.xz
#Source1:	http://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.xz.sign
Source2:	build_cross_binutils.sh
Source3:	spu_ovl.o
Source4:	embedspu.sh
Source5:	binutils-2.19.50.0.1-output-format.sed
Source10:	binutils.rpmlintrc
%if "%{name}" == "binutils"
%rename		%{lib_name}
%endif
Conflicts:	gcc-c++ < 3.2.3-1mdk
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gcc
BuildRequires:	gettext
BuildRequires:	texinfo
BuildRequires:	dejagnu
BuildRequires:	zlib-devel
# make check'ing requires libdl.a
BuildRequires:	glibc-static-devel >= 6:2.14.90-8
# gold make check'ing requires libstdc++.a & bc
BuildRequires:	libstdc++-static-devel
BuildRequires:	bc
BuildRequires:	pkgconfig(isl) pkgconfig(cloog-isl)

# Fedora patches:
Patch01:	binutils-2.20.51.0.2-libtool-lib64.patch
Patch02:	binutils-2.23.51.0.2-ppc64-pie.patch
Patch03:	binutils-2.20.51.0.2-ia64-lib64.patch
# We don't want this one!
#Patch04:	binutils-2.20.51.0.2-version.patch
Patch05:	binutils-2.20.51.0.2-set-long-long.patch
Patch06:	binutils-2.20.51.0.10-copy-osabi.patch
Patch07:	binutils-2.20.51.0.10-sec-merge-emit.patch
# we already set our own set of defaults...
# Enable -zrelro by default: BZ #621983
#Patch08:	binutils-2.22.52.0.1-relro-on-by-default.patch
# Local patch - export demangle.h with the binutils-devel rpm.
Patch09:	binutils-2.22.52.0.1-export-demangle.h.patch
# Disable checks that config.h has been included before system headers.  BZ #845084
Patch10:	binutils-2.22.52.0.4-no-config-h-check.patch
Patch11:	binutils-2.24.51.0.3-addr2line-dynsymtab.patch
# Correct bug introduced by patch 12
Patch13:	binutils-2.24.51.0.2-aarch64-em.patch
# Fix decoding of abstract instance names using DW_FORM_ref_addr.
Patch16:	binutils-2.24-DW_FORM_ref_addr.patch
# Fix compiling using gcc 4.9
Patch17:	binutils-2.24-set-section-macros.patch
# Fix detections of uncompressed .debug_str sections that look like they have been compressed.
Patch18:	binutils-2.24-fake-zlib-sections.patch
# Fix detections little endian PPC shared libraries
Patch19:	binutils-2.24-ldforcele.patch

# Mandriva patches
# (from gb, proyvind): defaults to i386 on x86_64 or ppc on ppc64 if 32 bit personality is set
Patch21:	binutils-2.22.52.0.4-linux32.patch
# (proyvind): skip gold tests that fails
Patch27:	binutils-2.21.51.0.8-skip-gold-check.patch
Patch28:	binutils-2.24.51.0.2.ld-default.settings.patch
# enables the following by default:
# --as-needed
# --hash-style=gnu
# --enable-new-dtags
# --no-undefined
# -O1
# --threads
# --warn-common
# --warn-execstack
# --warn-shared-textrel
# --warn-unresolved-symbols
# -z relro
# --build-id=sha1
# --icf=safe
Patch29:	binutils-2.24-2013-10-04.ld.gold-default-setttings.patch

#from Леонид Юрьев leo@yuriev.ru, posted to binutils list
Patch31:	binutils-2.23.51.0.8-fix-overrides-for-gold-testsuite.patch
Patch33:	binutils-2.21.53.0.1-ld_13048-Invalid-address-for-x32.patch
# from upstream
Patch34:	binutils-2.21.53.0.3-opcodes-missing-ifdef-enable-nls.patch

%description
Binutils is a collection of binary utilities, including:

   * ar: creating modifying and extracting from archives
   * nm: for listing symbols from object files
   * objcopy: for copying and translating object files
   * objdump: for displaying information from object files
   * ranlib: for generating an index for the contents of an archive
   * size: for listing the section sizes of an object or archive file
   * strings: for listing printable strings from files
   * strip: for discarding symbols (a filter for demangling encoded C++ symbols
   * addr2line: for converting addresses to file and line
   * nlmconv: for converting object code into an NLM

Install binutils if you need to perform any of these types of actions on
binary files.  Most programmers will want to install binutils.

%ifarch %{spu_arches}
%package -n	spu-binutils
Summary:	GNU Binary Utility Development Utilities for Cell SPU
Group:		Development/Other

%description -n	spu-binutils
This package contains the binutils with Cell SPU support.
%endif

%package -n	%{dev_name}
Summary:	Main library for %{name}
Group:		Development/Other
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{lib_name}-devel = %{version}-%{release}
Obsoletes:	%{lib_name}-devel <= %{version}-%{release}
Requires:	zlib-devel

%description -n	%{dev_name}
This package contains BFD and opcodes static libraries and associated
header files.  Only *.a libraries are included, because BFD doesn't
have a stable ABI.  Developers starting new projects are strongly encouraged
to consider using libelf instead of BFD.

%prep
%setup -q -n binutils-%{version}%{?DATE:-%{DATE}}
%patch01 -p0 -b .libtool-lib64~
# Needs porting, and we don't care about the target for now
#patch02 -p1 -b .ppc64-pie~
%ifarch ia64
%if "%{_lib}" == "lib64"
%patch03 -p0 -b .ia64-lib64~
%endif
%endif
#patch04 -p0 -b .version~
%patch05 -p0 -b .set-long-long~
%patch06 -p0 -b .copy-osabi~
%patch07 -p0 -b .sec-merge-emit~
#patch08 -p0 -b .relro~
%patch09 -p0 -b .export-demangle-h~
%patch10 -p0 -b .no-config-h-check~
%patch11 -p1 -b .addr2line~
%patch13 -p1 -b .aarch64~
%patch16 -p0 -b .ref-addr~

%patch21 -p1 -b .linux32~
#patch27 -p1 -b .skip_gold_check~
# Modify the defaults of the BFD linker as well, since many
# things fall back to it...
%patch28 -p1 -b .defaults~
%patch29 -p1 -b .gold_defaults~
%patch31 -p1 -b .gold_testsuite~
# later
#%%patch33 -p1 -b .ld_13048~
%patch34 -p1 -b .nls~
# for boostrapping, can be rebuilt afterwards in --enable-maintainer-mode
cp %{SOURCE3} ld/emultempl/

find -name \*.h -o -name \*.c -o -name \*.cc | xargs chmod 644

# (proyvind): for weird reasons, gold testsuite failes building on arm with
# 'execvp: /bin/sh: Argument list too long' when invoking make...
%ifarch %{arm}
sed -e 's#2\.64#2.69#g' -i config/override.m4 gold/configure.ac configure.ac
sed -e 's#testsuite##g' -i gold/Makefile.am
find gold -name Makefile.in|xargs rm -f
cd gold
autoreconf -fiv
%endif

%build
# Additional targets
ADDITIONAL_TARGETS=""
case %{target_cpu} in
ppc | powerpc)
  ADDITIONAL_TARGETS="powerpc64-%{_target_vendor}-%{_target_os}"
  ;;
ppc64)
  ADDITIONAL_TARGETS=""
  ;;
ia64)
  ADDITIONAL_TARGETS="i586-%{_target_vendor}-%{_target_os}"
  ;;
i*86 | athlon*)
  ADDITIONAL_TARGETS="x86_64-%{_target_vendor}-%{_target_os}"
  ;;
sparc*)
  ADDITIONAL_TARGETS="sparc64-%{_target_vendor}-%{_target_os}"
  ;;
mipsel)
  ADDITIONAL_TARGETS="mips64el-%{_target_vendor}-%{_target_os}"
  ;;
mips)
  ADDITIONAL_TARGETS="mips64-%{_target_vendor}-%{_target_os}"
  ;;
esac
%ifarch %{spu_arches}
if [[ -n "$ADDITIONAL_TARGETS" ]]; then
  ADDITIONAL_TARGETS="$ADDITIONAL_TARGETS,spu-unknown-elf"
else
  ADDITIONAL_TARGETS="spu-unknown-elf"
fi
%endif
if [[ -n "$ADDITIONAL_TARGETS" ]]; then
  TARGET_CONFIG="$TARGET_CONFIG --enable-targets=$ADDITIONAL_TARGETS"
fi

case %{target_cpu} in
ppc | powerpc | i*86 | athlon* | sparc* | mips* | s390* | sh* | arm* | aarch64)
  TARGET_CONFIG="$TARGET_CONFIG --enable-64-bit-bfd"
  ;;
esac

%if "%{name}" != "binutils"
%define _program_prefix %{program_prefix}
TARGET_CONFIG="$TARGET_CONFIG --target=%{target_platform}"
%endif

# Don't build shared libraries in cross binutils
%if "%{name}" == "binutils"
TARGET_CONFIG="$TARGET_CONFIG --enable-shared --with-pic"
%endif

# Binutils comes with its own custom libtool
# [gb] FIXME: but system libtool also works and has relink fix
%define __libtoolize /bin/true

# Build main binaries
rm -rf objs
mkdir objs
pushd objs
CONFIGURE_TOP=.. %configure2_5x $TARGET_CONFIG	--with-bugurl=%{bugurl} \
%if %{gold_default}
						--enable-ld=yes \
						--enable-gold=default \
%else
						--enable-ld=default \
						--enable-gold=yes \
%endif
						--enable-plugins \
						--enable-threads \
%if "%{_lib}" == "lib64"
						--with-lib-path=/%{_lib}:%{_libdir}:%{_prefix}/local/%{_lib}:/lib:%{_prefix}/lib:%{_prefix}/local/lib \
%else
						--with-lib-path=/lib:%{_prefix}/lib:%{_prefix}/local/lib \
%endif
%ifarch armv7l armv7hl
						--with-cpu=cortex-a8 \
						--with-tune=cortex-a8 \
						--with-arch=armv7-a \
						--with-mode=thumb \
%ifarch armv7l
						--with-float=softfp \
%else
						--with-float=hard \
%endif
						--with-fpu=vfpv3-d16 \
						--with-abi=aapcs-linux \
%endif
						--disable-werror \
						--enable-static \
						--with-separate-debug-dir=%{_prefix}/lib/debug \
						--enable-initfini-array
# There seems to be some problems with builds of gold randomly failing whenever
# going through the build system, so let's try workaround this by trying to do
# make once again when it happens...
%make tooldir=%{_prefix}
make -C bfd/doc html
mkdir -p ../html
cp -f bfd/doc/bfd.html/* ../html
popd

# Build alternate binaries (spu-gas in particular)
case "$ADDITIONAL_TARGETS," in
%ifarch %{spu_arches}
*spu-*-elf,*)
  ALTERNATE_TARGETS="spu-unknown-elf"
  ;;
%endif
*)
  ;;
esac
if [[ -n "$ALTERNATE_TARGETS" ]]; then
  for target in $ALTERNATE_TARGETS; do
    cpu=`echo "$target" | sed -e "s/-.*//"`
    rm -rf objs-$cpu
    mkdir objs-$cpu
    pushd objs-$cpu
    CONFIGURE_TOP=.. %configure	--enable-shared \
				--target=$target \
				--program-prefix=$cpu- \
%if "%{distepoch}" < "2012"
				--enable-ld=default \
				--enable-gold=yes \
%else
				--enable-ld=yes \
				--enable-gold=default \
%endif
				--disable-werror \
				--with-bugurl=%{bugurl} \
				--enable-initfini-array
    # make sure we use the fully built libbfd & libopcodes libs
    # XXX could have been simpler to just pass $ADDITIONAL_TARGETS
    # again to configure and rebuild all of those though...
    for dso in bfd opcodes; do
    %make all-$dso
    rm -f $dso/.libs/lib$dso-%{version}.so
    ln -s ../../../objs/$dso/.libs/lib$dso-%{version}.so $dso/.libs/
    done
    %make all-binutils all-gas all-ld
    popd
  done
fi

%check
# All Tests must pass on x86 and x86_64
echo ====================TESTING=========================
# workaround for not using colorgcc when building due to colorgcc
# messes up output redirection..
PATH=${PATH#%{_datadir}/colorgcc:}
%if %isarch i386|x86_64|ppc|ppc64|spu
%make -k -C objs check CFLAGS="" CXXFLAGS="" LDFLAGS="" || :
[[ -d objs-spu ]] && \
%make -C objs-spu check-gas CFLAGS="" CXXFLAGS="" LDFLAGS=""
%else
%make -C objs -k check CFLAGS="" CXXFLAGS="" LDFLAGS="" || echo make check failed
%endif
echo ====================TESTING END=====================

logfile="%{name}-%{version}-%{release}.log"
rm -f $logfile; find . -name "*.sum" | xargs cat >> $logfile

%install
mkdir -p %{buildroot}%{_prefix}
%makeinstall_std -C objs

rm -f %{buildroot}%{_mandir}/man1/{dlltool,nlmconv,windres}*
rm -f %{buildroot}%{_infodir}/dir
rm -f %{buildroot}%{_libdir}/lib{bfd,opcodes}.so

%if "%{name}" == "binutils"
make -C objs prefix=%{buildroot}%{_prefix} infodir=%{buildroot}%{_infodir} install-info
install -m 644 include/libiberty.h %{buildroot}%{_includedir}/
if [ -e objs/libiberty/pic/libiberty.a ]; then
	# Ship with the PIC libiberty
	install -m 644 objs/libiberty/pic/libiberty.a %{buildroot}%{_libdir}/
else
	install -m 644 objs/libiberty/libiberty.a %{buildroot}%{_libdir}/
fi
rm -rf %{buildroot}%{_prefix}/%{_target_platform}/

# Sanity check --enable-64-bit-bfd really works.
grep '^#define BFD_ARCH_SIZE 64$' %{buildroot}%{_prefix}/include/bfd.h
# Fix multilib conflicts of generated values by __WORDSIZE-based expressions.
%ifarch %{ix86} x86_64 ppc ppc64 s390 s390x sh3 sh4 sparc sparc64 %arm
sed -i -e '/^#include "ansidecl.h"/{p;s~^.*$~#include <bits/wordsize.h>~;}' \
    -e 's/^#define BFD_DEFAULT_TARGET_SIZE \(32\|64\) *$/#define BFD_DEFAULT_TARGET_SIZE __WORDSIZE/' \
    -e 's/^#define BFD_HOST_64BIT_LONG [01] *$/#define BFD_HOST_64BIT_LONG (__WORDSIZE == 64)/' \
    -e 's/^#define BFD_HOST_64_BIT \(long \)\?long *$/#if __WORDSIZE == 32\
#define BFD_HOST_64_BIT long long\
#else\
#define BFD_HOST_64_BIT long\
#endif/' \
    -e 's/^#define BFD_HOST_U_64_BIT unsigned \(long \)\?long *$/#define BFD_HOST_U_64_BIT unsigned BFD_HOST_64_BIT/' \
    %{buildroot}%{_prefix}/include/bfd.h
%endif
touch -r bfd/bfd-in2.h %{buildroot}%{_prefix}/include/bfd.h

# Generate .so linker scripts for dependencies; imported from glibc/Makerules:

# This fragment of linker script gives the OUTPUT_FORMAT statement
# for the configuration we are building.
OUTPUT_FORMAT="\
/* Ensure this .so library will not be used by a link for a different format
   on a multi-architecture system.  */
$(gcc $CFLAGS $LDFLAGS -shared -x c /dev/null -o /dev/null -Wl,--verbose -v 2>&1 | sed -n -f "%{SOURCE5}")"

tee %{buildroot}%{_libdir}/libbfd.so <<EOH
/* GNU ld script */

$OUTPUT_FORMAT

/* The libz dependency is unexpected by legacy build scripts.  */
INPUT ( %{_libdir}/libbfd.a -liberty -lz )
EOH

tee %{buildroot}%{_libdir}/libopcodes.so <<EOH
/* GNU ld script */

$OUTPUT_FORMAT

INPUT ( %{_libdir}/libopcodes.a -lbfd -lz )
EOH

# Symlinks for compatibility with crosscompilers
cd %buildroot%_bindir
for i in *; do
	ln -s $i %_target_platform-$i
done
cd -

%else
rm -f  %{buildroot}%{_libdir}/libiberty.a
rm -rf %{buildroot}%{_infodir}
rm -rf %{buildroot}%{_datadir}/locale/
rm -f  %{buildroot}%{_prefix}/%{_target_platform}/%{target_cpu}-linux/lib/*.la
%endif

%if "%{name}" == "binutils"
%find_lang binutils --all-name
%endif

# Alternate binaries
[[ -d objs-spu ]] && {
destdir=`mktemp -d`
make -C objs-spu DESTDIR=$destdir install-binutils install-gas install-ld
mv $destdir%{_bindir}/spu-* %{buildroot}%{_bindir}/
mkdir -p %{buildroot}%{_prefix}/spu/bin
mv $destdir%{_prefix}/spu-unknown-elf/bin/* %{buildroot}%{_prefix}/spu/bin/
rm -rf $destdir
cat > %{buildroot}%{_bindir}/ppu-as << EOF
#!/bin/sh
exec %{_bindir}/as -mcell -maltivec \${1+"\$@"}
EOF
chmod +x %{buildroot}%{_bindir}/ppu-as
install -m 755 %{SOURCE4} %{buildroot}%{_bindir}/embedspu
}

%if "%{name}" == "binutils"
%files -f binutils.lang
%else
%files
%endif
%{_bindir}/*addr2line
%{_bindir}/*ar
%{_bindir}/*as
%{_bindir}/*c++filt
%optional %{_bindir}/*dwp
%{_bindir}/*elfedit
%{_bindir}/*gprof
%{_bindir}/*ld
%{_bindir}/*ld.bfd
%{_bindir}/*nm
%{_bindir}/*objcopy
%{_bindir}/*objdump
%{_bindir}/*ranlib
%{_bindir}/*readelf
%{_bindir}/*size
%{_bindir}/*strings
%{_bindir}/*strip
%ifarch %{spu_arches}
%{_bindir}/ppu-as
%endif
%{_mandir}/man1/*
%if "%{name}" == "binutils"
%{_infodir}/*info*
%{_libdir}/libbfd-*.so
%{_libdir}/libopcodes-*.so
%else
%{_prefix}/%{target_platform}/bin/*
%{_prefix}/%{target_platform}/lib/ldscripts
%endif

%ifarch %{spu_arches}
%files -n spu-binutils
%{_bindir}/spu-*
%{_bindir}/embedspu
%dir %{_prefix}/spu/bin
%{_prefix}/spu/bin
%endif

%if "%{name}" == "binutils"
%files -n %{dev_name}
%doc html
%{_includedir}/*.h
%{_libdir}/libbfd.a
%{_libdir}/libbfd.so
%{_libdir}/libopcodes.a
%{_libdir}/libopcodes.so
%{_libdir}/libiberty.a
%endif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.24.51.0.3-8
+ Revision: d435e78
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15979 |14mr|bison-3.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define staticdevelname %mklibname bison -d -s

Summary:	A GNU general-purpose parser generator
Name:		bison
Version:	3.0.2
Release:	1
License:	GPL
Group:		Development/Other
URL:		http://www.gnu.org/software/bison/bison.html
Source0:	ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.xz
Source1:	bison.rpmlintrc
Patch0:		bison-1.32-extfix.patch
Requires:	m4 >= 1.4
BuildRequires:	help2man
BuildRequires:	m4 >= 1.4
BuildRequires:  flex
Obsoletes:	%{mklibname bison -d -s} < 3.0.2

%description
Bison is a general purpose parser generator which converts a grammar
description for an LALR context-free grammar into a C program to parse
that grammar.  Bison can be used to develop a wide range of language
parsers, from ones used in simple desk calculators to complex programming
languages.  Bison is upwardly compatible with Yacc, so any correctly
written Yacc grammar should work with Bison without any changes.  If
you know Yacc, you shouldn't have any trouble using Bison (but you do need
to be very proficient in C programming to be able to use Bison).  Many
programs use Bison as part of their build process. Bison is only needed
on systems that are used for development.

If your system will be used for C development, you should install Bison
since it is used to build many C programs.

%prep
%setup -q
%patch0 -p1 -b .extfix

%build
%configure2_5x \
	--disable-rpath \
	--enable-threads

%make

%check
make check

%install
%makeinstall_std

mv %{buildroot}%{_bindir}/yacc %{buildroot}%{_bindir}/yacc.bison


%find_lang %{name}
%find_lang %{name}-runtime
cat %{name}-runtime.lang >> %{name}.lang

rm -f %{buildroot}%{_mandir}/man1/yacc.1

# (tpg) this is not needed at all
rm -rf %{buildroot}%{_libdir}/liby.a

%post
%{_sbindir}/update-alternatives --install %{_bindir}/yacc yacc %{_bindir}/yacc.bison 10

%preun
if [ $1 -eq 0 ]; then
  %{_sbindir}/update-alternatives --remove yacc %{_bindir}/yacc.bison
fi

%triggerpostun -- byacc <= 1.9-16mdk
%{_sbindir}/update-alternatives --install %{_bindir}/yacc yacc %{_bindir}/yacc.bison 10

%files -f %{name}.lang
%doc COPYING NEWS README
%{_bindir}/*
%dir %{_datadir}/bison
%{_datadir}/bison/*
%{_datadir}/aclocal/*
%{_infodir}/bison.info*
%{_mandir}/man1/*

%changelog
* Thu Jul 10 2014 Tigro <ashejn@gmail.com> 3.0.2-1
+ Revision: b913adc
- added BR: flex



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15980 |14mr|bitmap-1.0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		bitmap
Version:	1.0.6
Release:	3
Summary:	Bitmap editor and converter utilities for the X Window System
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
URL:		http://xorg.freedesktop.org/archive/X11R6.8.0/doc/bitmap.1.html
License:	MIT
BuildRequires:	pkgconfig(x11) >= 1.0.0
BuildRequires:	pkgconfig(xmu) >= 1.0.0
BuildRequires:	pkgconfig(xt) >= 1.0.0
BuildRequires:	pkgconfig(xaw7) >= 1.0.1
BuildRequires:	x11-data-bitmaps >= 1.0.1
BuildRequires:	x11-util-macros >= 1.0.1

%description
Bitmap provides is a bitmap editor and misc converter utilities for the X
Window System.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x --disable-dependency-tracking
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/atobm
%{_bindir}/bmtoa
%{_bindir}/bitmap
%{_datadir}/X11/app-defaults/Bitmap
%{_datadir}/X11/app-defaults/Bitmap-nocase
%{_datadir}/X11/app-defaults/Bitmap-color
%{_includedir}/X11/bitmaps/Up
%{_includedir}/X11/bitmaps/Down
%{_includedir}/X11/bitmaps/Excl
%{_includedir}/X11/bitmaps/Fold
%{_includedir}/X11/bitmaps/Left
%{_includedir}/X11/bitmaps/Term
%{_includedir}/X11/bitmaps/Dashes
%{_includedir}/X11/bitmaps/Right
%{_includedir}/X11/bitmaps/FlipHoriz
%{_includedir}/X11/bitmaps/RotateLeft
%{_includedir}/X11/bitmaps/RotateRight
%{_includedir}/X11/bitmaps/FlipVert
%{_includedir}/X11/bitmaps/Stipple
%{_mandir}/man1/bitmap.1*
%{_mandir}/man1/bmtoa.1*
%{_mandir}/man1/atobm.1*






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.6-3
+ Revision: 2e2c276
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15981 |14mr|blender-2.70a-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# String format build errors are mostly avoided by gcc stupidity
# Only few are usually fixed by patches, it makes no sense.
# So disable check at all.
%define Werror_cflags %{nil}

%bcond_without cycles

Summary:	A fully functional 3D modeling/rendering/animation package
Name:		blender
Version:	2.70a
Release:	5
License:	GPLv2+
Group:		Graphics
Url:		http://www.blender.org/
Source0:	http://download.blender.org/source/%{name}-%{version}.tar.gz
Source100:	blender.rpmlintrc
Patch0:		blender-2.67-localedir.patch
Patch1:		blender-2.60-error-when-missing-sse.patch
Patch2:		blender-2.58-static-lib.patch
Patch3:		blender-2.65-openjpeg_stdbool.patch
# Cycles build fails with undefined reference error as libs are build as shared
Patch5:		blender-2.70a-cycles-static.patch
# Patch submitted upstream - Blender Patches item #19234,
Patch6:		blender-2.67-uninit-var.patch

BuildRequires:	cmake >= 2.8
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel >= 0.7
BuildRequires:	gomp-devel
BuildRequires:	jpeg-devel
BuildRequires:	openjpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
%if %{with cycles}
BuildRequires:	OpenImageIO-devel
BuildRequires:	OpenColorIO-devel
%endif
Requires:	python3 >= 3.3

%description
Blender is the in-house software of a high quality animation studio.
It has proven to be an extremely fast and versatile design instrument.
The software has a personal touch, offering a unique approach to the
world of three dimensions. Blender can be used to create TV
commercials, to make technical visualizations or business graphics, to
do some morphing, or to design user interfaces. Developers can easily
build and manage complex environments. The renderer is versatile and
extremely fast. All basic animation principles (curves and keys) are
implemented.

%files
%doc release/text/*
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_iconsdir}/hicolor/*/apps/%{name}.*

%post
if [ -x %{_gconftool_bin} ]; then
   %{_gconftool_bin} --direct --config-source xml:readwrite:%{_sysconfdir}/gconf/gconf.xml.defaults --type boolean --set /desktop/gnome/thumbnailers/application@x-blender/enable true
   %{_gconftool_bin} --direct --config-source xml:readwrite:%{_sysconfdir}/gconf/gconf.xml.defaults --type string --set /desktop/gnome/thumbnailers/application@x-blender/command "blender-thumbnailer.py %u %o"
fi

%preun
if [ "$1" = "0" -a -x %{_gconftool_bin} ]; then
   %{_gconftool_bin} --direct --config-source xml:readwrite:%{_sysconfdir}/gconf/gconf.xml.defaults --unset /desktop/gnome/thumbnailers/application@x-blender/enable
   %{_gconftool_bin} --direct --config-source xml:readwrite:%{_sysconfdir}/gconf/gconf.xml.defaults --unset /desktop/gnome/thumbnailers/application@x-blender/command
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-v%{version}
#patch0 -p1 -b .localedir
%patch1 -p0 -b .sse
%patch2 -p0 -b .static
%patch3 -p1 -b .openjpeg
%patch5 -p1 -b .cycles-static
%patch6 -p1

%build
%ifarch %{ix86}
# build non-sse flavour
%cmake \
	-DWITH_INSTALL_PORTABLE:BOOL=OFF \
	-DWITH_PLAYER:BOOL=ON \
	-DWITH_PYTHON:BOOL=ON \
	-DPYTHON_VERSION:STRING=%{py3_ver} \
	-DWITH_PYTHON_INSTALL:BOOL=OFF \
	-DWITH_BUILTIN_GLEW:BOOL=OFF \
	-DWITH_CODEC_FFMPEG:BOOL=ON \
	-DWITH_CODEC_SNDFILE:BOOL=ON \
	-DWITH_FFTW3:BOOL=ON \
	-DWITH_MOD_OCEANSIM:BOOL=ON \
	-DWITH_IMAGE_REDCODE:BOOL=ON \
	-DOPENJPEG_ROOT_DIR=/usr/include/openjpeg-1.5 \
%if %{with cycles}
	-DWITH_CYCLES:BOOL=ON \
%else
	-DWITH_CYCLES:BOOL=OFF \
%endif
	-DWITH_RAYOPTIMIZATION:BOOL=OFF
%make
cd ..
mv build non-sse
%endif

#build sse flavour
%cmake \
	-DWITH_INSTALL_PORTABLE:BOOL=OFF \
	-DWITH_PLAYER:BOOL=ON \
	-DWITH_PYTHON:BOOL=ON \
	-DPYTHON_VERSION:STRING=%{py3_ver} \
	-DWITH_PYTHON_INSTALL:BOOL=OFF \
	-DWITH_BUILTIN_GLEW:BOOL=OFF \
	-DWITH_CODEC_FFMPEG:BOOL=ON \
	-DWITH_CODEC_SNDFILE:BOOL=ON \
	-DWITH_FFTW3:BOOL=ON \
	-DWITH_MOD_OCEANSIM:BOOL=ON \
	-DWITH_IMAGE_REDCODE:BOOL=ON \
	-DOPENJPEG_ROOT_DIR=/usr/include/openjpeg-1.5 \
%if %{with cycles}
	-DWITH_CYCLES:BOOL=ON \
%else
	-DWITH_CYCLES:BOOL=OFF \
%endif
	-DWITH_RAYOPTIMIZATION:BOOL=ON
%make

%install
#install sse flavour
%makeinstall_std -C build

# Install hicolor icons.
for i in 16x16 22x22 32x32 48x48 256x256 ; do
  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}/apps
  install -pm 0644 release/freedesktop/icons/${i}/apps/%{name}.png \
    %{buildroot}%{_datadir}/icons/hicolor/${i}/apps/%{name}.png
done

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
install -pm 0644 release/freedesktop/icons/scalable/apps/%{name}.svg \
    %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

%ifarch %{ix86}
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}.sse

#install non-sse flavour
rm -fr build
mv non-sse build
%makeinstall_std -C build
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}.nonsse

# install wrapper
cat >> %{buildroot}%{_bindir}/blender <<EOF 
if [ -e /proc/cpuinfo ]; then
	SSE="\`cat /proc/cpuinfo | grep flags | grep sse\`"
fi

if [ "x\$SSE" == x ]; then
	%{_bindir}/%{name}.nonsse "\$@"
else
	%{_bindir}/%{name}.sse "\$@"
fi
EOF
chmod 0755 %{buildroot}%{_bindir}/blender
%endif

sed -i -e 's,#!/usr/bin/python,#!/usr/bin/python3,' %{buildroot}%{_bindir}/blender-thumbnailer.py %{buildroot}%{_datadir}/%{name}/*/scripts/modules/blend_render_info.py


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.70a-5
+ Revision: 2f5aad9
- MassBuild#440: Increase release tag

* Thu Jun 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.70a-4
+ Revision: 729e236
- Add DPYTHON_VERSION

* Wed Jun 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.70a-4
+ Revision: 7d1aa60
- Bump release

* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.70a-3
+ Revision: b8f8dac
- Bump release

* Wed Jun 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.70a-2
+ Revision: d0a1b72
- New version 2.70a, try not to use localedir patch

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.69-3
+ Revision: f17fab5
- MassBuild#430: Increase release tag

* Tue Dec 17 2013 Alexander Kazancev <kazancas@gmail.com> 2.69-2
+ Revision: 3362474
- Rebuild with libglew

* Sun Nov 17 2013 RA <oeai@symbiants.com> 2.69-1
+ Revision: 74b94bb
- v 69 blender.spec

* Sun Nov 17 2013 RA <oeai@symbiants.com> 2.68a-1
+ Revision: d255977
- v 69

* Thu Aug 22 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.68a-1
+ Revision: db6be4a
- LOG Update BuildRequires

* Thu Aug 22 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.68a-1
+ Revision: 073ddcd
- LOG New version 2.68a

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.67-3
+ Revision: ab96cd1
- LOG Rebuild with new ffmpeg

* Thu Aug 01 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.67-2
+ Revision: 94da64d
- LOG Rebuild with new ffmpeg

* Mon May 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 2.67-1
+ Revision: 0608d3c
- Added missing patch

* Mon May 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 2.67-1
+ Revision: 6440bb2
- LOG Updated to 2.67

* Fri Mar 15 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.66a-1
+ Revision: 4ef48a0
- LOG New version 2.66a, merge cleanups with Cooker, re-diff some patches, disable string format security check as it's useless here

* Wed Feb 20 2013 root <root@localhost.localdomain> 2.65a-1
+ Revision: db90be3
- update to 2.65a

* Sun Oct 07 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.64-3
+ Revision: d9fa16e
- LOG Use better patch for system locales

* Sat Oct 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.64-2
+ Revision: 87c0854
- LOG Add patch to fix Cycles build, build with fftw3 support

* Fri Oct 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.64-1
+ Revision: 8eafbd3
- Drop old patch

* Fri Oct 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.64-1
+ Revision: cdb58a6
- Update syspath patch

* Fri Oct 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.64-1
+ Revision: ed9e3a3
- Update sfmt patch

* Fri Oct 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.64-1
+ Revision: e059aa2
- LOG Add patch to fix string not format literal error, fix one more typo, add openjpeg root dir to cmake options

* Fri Oct 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.64-1
+ Revision: 1506c75
- Fix typo, minor cosmetic update

* Fri Oct 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.64-1
+ Revision: f83c7b8
- LOG Build without Cycles support for now

* Fri Oct 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.64-1
+ Revision: fc2490e
- LOG Update uninit-var patch

* Fri Oct 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.64-1
+ Revision: 81246de
- LOG Drop no longer needed patches

* Fri Oct 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.64-1
+ Revision: 7902020
- LOG New version 2.64

* Tue May 08 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.63-1
+ Revision: b034a4e
- Automatic import for version 2.63

* Mon Feb 20 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.62-2
+ Revision: 9aa2118
- Automatic import for version 2.62

* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.61-1
+ Revision: 6bdd746
- Automatic import for version 2.61



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15982 |14mr|blinken-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simon Says Game
Name:		blinken
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2
Url:		http://edu.kde.org/blinken/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
Blinken is the KDE version of the well-known game Simon Says.
Follow the pattern of sounds and lights as long as you can! Press the
start game button to begin. Watch the computer and copy the pattern it
makes. Complete the sequence in the right order to win.

%files
%doc AUTHORS
%{_kde_appsdir}/blinken
%{_kde_bindir}/blinken
%{_kde_iconsdir}/*/*/apps/blinken.*
%{_kde_applicationsdir}/blinken.desktop
%{_kde_datadir}/config.kcfg/blinken.kcfg
%{_kde_docdir}/HTML/*/blinken

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: b92594b
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15983 |14mr|blt-2.4z-29
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Tk toolkit extension, including widgets, geometry managers, etc
Name:		blt
Version:	2.4z
Release:	29
License:	MIT
Group:		System/Libraries
URL:		http://www.sourceforge.net/projects/blt/
Source0:	BLT%{version}.tar.bz2
Source1:	%{name}.rpmlintrc
Patch0:		blt2.4z-patch-2.patch
Patch1:		blt2.4z-configure.in-disable-rpath.patch
Patch2:		blt2.4z-libdir.patch
Patch3:		blt2.4z-mkdir_p.patch
Patch4:		blt2.4z-64bit-fixes.patch
Patch5:		blt-2.4z-tcl8.5-fix.patch
# Loosens the version checking, or else it will fail when built against
# any Tcl/Tk with a minor version (8.5.1, 8.5.2, 8.5.3) - braindead test
# AdamW 2008/07
Patch6:		blt-2.4z-exact.patch
# Part fix, part kludge for Tcl 8.6 (interp->result, TIP #330) - AdamW
# 2008/12
Patch7:		blt-2.4z-tcl86.patch
Patch8:		blt-2.4z-tk8.6.patch
Patch9:		blt-2.4z-autoconf-fix.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	tk-devel
BuildRequires:	tcl-devel

%description
BLT is an extension to the Tk toolkit. BLT's most useful feature is the
provision of more widgets for Tk, but it also provides more geometry managers
and miscellaneous other commands. Note that you won't need to do any patching
of the Tcl or Tk source files to use BLT, but you will need to have Tcl/Tk
installed in order to use BLT.

%prep
%setup -q -n %{name}%{version}
sed -i -e 's,local/,,g' demos/scripts/page.tcl
%patch0 -p1
%patch1 -p1 -b .rpath
%patch2 -p1 -b .libdir
%patch3 -p1 -b .mkdir_p
%patch4 -p1 -b .64bit-fixes
%patch5 -p1
%patch6 -p1 -b .exact
%patch7 -p1 -b .tcl86
%patch8 -p1 -b .tk8.6
%patch9 -p1 -b .autoconf~

autoconf

%build
%configure2_5x --libdir=%{tcl_sitearch}
make

%install
%makeinstall libdir=%{buildroot}%{tcl_sitearch}

ln -sf bltwish24 %{buildroot}%{_bindir}/bltwish
ln -sf bltsh24 %{buildroot}%{_bindir}/bltsh

# Dadou - 2.4u-2mdk - Don't put in %%_libdir things which should be in %%_docdir
rm -fr %{buildroot}%{tcl_sitearch}/blt2.4/NEWS
rm -fr %{buildroot}%{tcl_sitearch}/blt2.4/PROBLEMS
rm -fr %{buildroot}%{tcl_sitearch}/blt2.4/README
rm -fr %{buildroot}%{tcl_sitearch}/blt2.4/demos

# Dadou - 2.4u-2mdk - Prevent conflicts with other packages
for i in bitmap busy graph tabset tree watch; do
	mv %{buildroot}%{_mandir}/mann/$i{,-blt}.n
done

# need to be available as a shared lib as well as a tcl module
ln -sf %{tcl_sitearch}/libBLT24.so %{buildroot}%{_libdir}/libBLT24.so 
ln -sf %{tcl_sitearch}/libBLTlite24.so %{buildroot}%{_libdir}/libBLTlite24.so 

# development crap, we don't have anything that builds against this
# at present
rm -rf %{buildroot}%{_includedir}
rm -f %{buildroot}%{_libdir}/*.a
rm -f %{buildroot}%{tcl_sitearch}/*.a

%files
%doc MANIFEST NEWS PROBLEMS README
%doc examples/
%doc html/
%doc demos/
%{_bindir}/*
%{_mandir}/mann/*
%{_mandir}/man3/*
%{tcl_sitearch}/*.so
%{tcl_sitearch}/%{name}2.4
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4z-29
+ Revision: f2ecb49
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15984 |14mr|bluedevil-2.0-0.rc1.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta rc1

Summary:	The new bluetooth stack for KDE4
Name:		bluedevil
Version:	2.0
Release:	0.%{beta}.2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/extragear/base/bluedevil
Source0:	ftp://ftp.kde.org/pub/kde/unstable/%{name}/%{version}/src/%{name}-%{version}-%{beta}.tar.xz
Source1:	ru.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(bluedevil)
Provides:	bluez-pin
Requires:	bluez >= 5.0
Requires:	kdebase4-runtime
Requires:	obexd
Obsoletes:	%{name}-devel < 2.0-0.rc1

%description
BlueDevil is the new bluetooth stack for KDE, it's composed of:
KCM, KDED, KIO, Library and some other small applications.

%files -f %{name}.lang
%{_kde_bindir}/bluedevil-*
%{_kde_libdir}/kde4/*
%{_kde_services}/*
%{_kde_applicationsdir}/bluedevil-*.desktop
%{_kde_appsdir}/bluedevil
%{_kde_appsdir}/bluedevilwizard
%{_kde_datadir}/mime/packages/bluedevil-mime.xml

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{beta}

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-0.rc1.2
+ Revision: 9c5942d
- Update Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15985 |14mr|bluefish-2.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Web development studio
Name:		bluefish
Version:	2.2.3
Release:	3
License:	GPLv2+
Group:		Networking/WWW
Url:		http://bluefish.openoffice.nl/
Source0:	http://www.bennewitz.com/bluefish/stable/source/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	aspell-devel
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gucharmap-2.90)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(python)
Requires:	python
Suggests:	dos2unix tidy lynx

%description
Bluefish is a programmer's HTML editor, designed to save the experienced
webmaster some keystrokes.

It features a multiple file editor, multiple toolbars, custom menus, image
and thumbnail dialogs,  open from the web, HTML validation and lots of wizards.

This is not a WYSIWYG editor but a HTML editor (you edit the HTML code).

%files -f %{name}.lang
%doc AUTHORS README ChangeLog NEWS TODO
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/xml/%{name}
%{_datadir}/applications/*
%{_datadir}/pixmaps/*.png
%{_datadir}/mime/packages/*
%{_mandir}/man1/%{name}.1.*
%{_iconsdir}/*/*/*/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-update-databases \
	--disable-splash-screen
%make

%install
%makeinstall_std

for script in %{buildroot}%{_datadir}/bluefish/plugins/zencoding/filters/*.py \
	%{buildroot}%{_datadir}/bluefish/plugins/zencoding/actions/*.py \
	%{buildroot}%{_datadir}/bluefish/plugins/zencoding/resources.py \
	%{buildroot}%{_datadir}/bluefish/plugins/zencoding/utils.py \
	%{buildroot}%{_datadir}/bluefish/plugins/zencoding/html_matcher.py
do
[ -f "$script" ] && chmod +x "$script"
done

%find_lang %{name} --all-name



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.3-3
+ Revision: 9e85a7b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15986 |14mr|bluez-5.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	3
%define libname	%mklibname %{name} %{major}
%define	devname	%mklibname -d %{name}

Name:		bluez
Summary:	Official Linux Bluetooth protocol stack
Version:	5.21
Release:	1
License:	GPLv2+
Group:		Communications
URL:		http://www.bluez.org/
Source0:	http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
Source6:	pand.conf
Source7:	dund.conf
Source8:	hidd.conf
Source9:	rfcomm.conf
Source10:	bluez-uinput.modules

## https://bugzilla.redhat.com/show_bug.cgi?id=874015#c0
Patch1:		playstation-peripheral-pugin-v5.x.patch
## Ubuntu patches
Patch2:		0001-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch
# Non-upstream
Patch3:		0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch

Patch4:		0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
Patch5:		0002-autopair-Don-t-handle-the-iCade.patch
Patch7:		0004-agent-Assert-possible-infinite-loop.patch

Requires(pre):	rpm-helper

BuildRequires:	flex
BuildRequires:	bison
BuildRequires:	readline-devel
BuildRequires:	expat-devel
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(udev) >= 186
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(systemd)

Requires:	bluez-pin
Suggests:	obex-data-server
Obsoletes:	bluez-alsa < 5.0
Obsoletes:	bluez-gstreamer < 5.0

%description
These are the official Bluetooth communication libraries for Linux.

%post
%_post_service bluetooth

%postun
%_preun_service bluetooth

%files
%{_bindir}/ciptool
%{_bindir}/hcitool
%{_bindir}/l2ping
%{_bindir}/rfcomm
%{_bindir}/sdptool
%{_bindir}/bccmd
%{_bindir}/bluetoothctl
%{_bindir}/btmon
%{_bindir}/hciattach
%{_bindir}/hciconfig
%{_bindir}/hcidump
%{_bindir}/bluemoon
%{_libexecdir}/bluetooth/bluetoothd
%{_libexecdir}/bluetooth/obexd
%{_unitdir}/bluetooth.service
%{_unitdir}/dbus-org.bluez.service
%{_userunitdir}/obex.service
%{_mandir}/man1/ciptool.1.*
%{_mandir}/man1/hcitool.1.*
%{_mandir}/man1/rfcomm.1.*
%{_mandir}/man1/sdptool.1.*
%{_mandir}/man1/bccmd.1.*
%{_mandir}/man1/hciattach.1.*
%{_mandir}/man1/hciconfig.1.*
%{_mandir}/man1/hcidump.1.*
%{_mandir}/man1/l2ping.1.*
%{_mandir}/man1/rctest.1.*
%{_mandir}/man8/*
%config(noreplace) %{_sysconfdir}/sysconfig/*
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/*.conf
%config(noreplace) %{_sysconfdir}/bluetooth
%{_datadir}/dbus-1/system-services/org.bluez.service
%{_datadir}/dbus-1/services/org.bluez.obex.service
%{_localstatedir}/lib/bluetooth
%dir %{_libdir}/bluetooth
%dir %{_libdir}/bluetooth/plugins
%{_libdir}/bluetooth/plugins/sixaxis.so
%{_libdir}/bluetooth/plugins/playstation-peripheral.so


#--------------------------------------------------------------------

%package	cups
Summary:	CUPS printer backend for Bluetooth printers
Group:		System/Servers
Requires:	cups

%description	cups
This package contains the CUPS backend for Bluetooth printers.

%files		cups
%{_prefix}/lib/cups/backend/bluetooth

#--------------------------------------------------------------------

%package -n	%{libname}
Summary:	Official Linux Bluetooth protocol stack
Group:		System/Libraries

%description -n	%{libname}
These are the official Bluetooth communication libraries for Linux.

%files -n %{libname}
/%{_lib}/libbluetooth.so.%{major}*
#--------------------------------------------------------------------

%package	hid2hci
Summary:	Put HID proxying bluetooth HCI's into HCI mode
Group:		Communications

%description	hid2hci
Most allinone PC's and bluetooth keyboard / mouse sets which include a
bluetooth dongle, ship with a so called HID proxying bluetooth HCI.
The HID proxying makes the keyboard / mouse show up as regular USB HID
devices (after connecting using the connect button on the device + keyboard),
which makes them work without requiring any manual configuration.

The bluez-hid2hci package contains the hid2hci utility and udev rules to
automatically switch supported Bluetooth devices into regular HCI mode.

Install this package if you want to use the bluetooth function of the HCI
with other bluetooth devices like for example a mobile phone.

Note that after installing this package you will first need to pair your
bluetooth keyboard and mouse with the bluetooth adapter before you can use
them again. Since you cannot use your bluetooth keyboard and mouse until
they are paired, this will require the use of a regular (wired) USB keyboard
and mouse.

%files	hid2hci
/lib/udev/hid2hci
%{_mandir}/man1/hid2hci.1*
/lib/udev/rules.d/97-hid2hci.rules

%post hid2hci
%{_bindir}/udevadm trigger --subsystem-match=usb

#--------------------------------------------------------------------

%package	test
Summary:	Tools for testing of various Bluetooth-functions
Group:		System/Servers
Requires:	python-dbus
Requires:	python-gobject

%description	test
Contains a few tools for testing various bluetooth functions. The
BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.

%files		test
%{_bindir}/simple-agent
%{_bindir}/l2test
%{_bindir}/rctest
%{_bindir}/test-*

#--------------------------------------------------------------------
%package -n    %{devname}
Summary:       Headers for developing programs that will use %{name}
Group:         Development/C++
Requires:      %{libname} = %{version}
Provides:      %{name}-devel = %{version}-%{release}

%description -n        %{devname}
This package contains the headers that programmers will need to develop
applications which will use libraries from %{name}.

%files -n      %{devname}
%doc AUTHORS ChangeLog README
%dir %{_includedir}/bluetooth
%{_includedir}/bluetooth/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/bluez.pc
#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches

libtoolize -f -c
autoreconf -fi

%build
%configure2_5x	\
	--enable-cups \
	--enable-sixaxis \
	--enable-udev \
	--enable-tools \
	--enable-library \
	--enable-usb \
	--enable-threads \
	--enable-monitor \
	--enable-obex \
	--enable-client \
	--enable-systemd \
	--with-systemdsystemunitdir=%{_unitdir} \
	--with-systemduserunitdir=%{_userunitdir} \
	--with-udevdir=/lib/udev \
	--enable-datafiles \
	--enable-experimental \
	--enable-playstation-peripheral

%make

%install
%makeinstall_std rulesdir=%{_sysconfdir}/udev/rules.d udevdir=/lib/udev

mkdir -p %{buildroot}%{_sysconfdir}/bluetooth
echo "1234" > %{buildroot}%{_sysconfdir}/bluetooth/pin

chmod 600 %{buildroot}%{_sysconfdir}/bluetooth/pin

install -m644 %{SOURCE6} -D %{buildroot}%{_sysconfdir}/sysconfig/pand
install -m644 %{SOURCE7} -D %{buildroot}%{_sysconfdir}/sysconfig/dund
install -m644 %{SOURCE8} -D %{buildroot}%{_sysconfdir}/sysconfig/hidd
install -m644 %{SOURCE9} -D %{buildroot}%{_sysconfdir}/sysconfig/rfcomm

mkdir -p %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libbluetooth.so.%{major}* %{buildroot}/%{_lib}
ln -srf %{buildroot}/%{_lib}/libbluetooth.so.%{major}.*.* %{buildroot}%{_libdir}/libbluetooth.so

# Remove the cups backend from libdir, and install it in /usr/lib whatever the install
%if "%{_lib}" == "lib64"
install -d %{buildroot}%{_prefix}/lib
mv %{buildroot}%{_libdir}/cups %{buildroot}%{_prefix}/lib/cups
%endif

cp test/test-* %{buildroot}%{_bindir}
cp test/simple-agent %{buildroot}%{_bindir}/simple-agent

rm %{buildroot}%{_sysconfdir}/udev/rules.d/*.rules
install -p -m644 tools/hid2hci.rules -D %{buildroot}/lib/udev/rules.d/97-hid2hci.rules

#install more config files
install -m0644 profiles/network/network.conf %{buildroot}%{_sysconfdir}/bluetooth/
install -m0644 src/main.conf %{buildroot}%{_sysconfdir}/bluetooth/
install -m0644 profiles/input/input.conf %{buildroot}%{_sysconfdir}/bluetooth/
install -m0644 profiles/proximity/proximity.conf %{buildroot}%{_sysconfdir}/bluetooth/

install -d -m0755 %{buildroot}%{_localstatedir}/lib/bluetooth

ln -s bluetooth.service %{buildroot}%{_unitdir}/dbus-org.bluez.service

%changelog
* Fri Jul 11 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.21-1
+ Revision: aeb20c3
- test update



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15987 |14mr|bluez-hcidump-2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		bluez-hcidump
Summary: 	Bluetooth HCI packet dump
Version: 	2.5
Release: 	1

Source0:	http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
URL:		http://www.bluez.org
License:	GPL
Group:		Communications
BuildRequires:	bluez-devel >= 2.23

%description
Bluetooth HCI packet dump.

%prep
%setup -q

%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README AUTHORS ChangeLog NEWS
%{_sbindir}/hcidump
%{_mandir}/*/*



%changelog
* Fri Jul 11 2014 Alex Burmashev <alex.burmashev@gmail.com> 2.5-1
+ Revision: c7b8e78
- update to 2.5, minor spec rediff



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15988 |14mr|bluez-pin-0.30-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Bluetooth PIN GUI
Name:		bluez-pin
Version:	0.30
Release:	18
License:	GPLv2+
Group:		Communications
Source0: 	ftp://gpe.handhelds.org/projects/gpe/source/%{name}-%{version}.tar.bz2
Url:		http://www.bluez.org/

BuildRequires:	imagemagick
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)

%description
A GTK+ helper app for entering a Bluetooth PIN.

%prep
%setup -q

%build
%configure2_5x
make

%install
%makeinstall_std

%post
update-alternatives --install /bin/bluepin bluepin /usr/bin/bluez-pin 10

%postun
[ $1 != 0 ] && exit 0
update-alternatives --remove bluepin /usr/bin/bluez-pin

%files
%doc ChangeLog
%{_bindir}/%{name}
%config %{_sysconfdir}/dbus*/*
%{_datadir}/pixmaps/*
%{_datadir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.30-18
+ Revision: abf48df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15989 |14mr|bm-2.1-228
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# no need to bzip2 patches, the macro below makes the .src.rpm use
# bzip2 compression instead of gzip (the default one)
%define _source_payload w9.bzdio

Name: bm
Version: 2.1
Release: 228
Summary: BuildManager - rpm package building helper
Group: Development/Other
License: GPL
URL: http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/build_system/bm/ 
Source: bm-%{version}.tar.bz2
Source1:	%{name}.bash-completion
Patch0: bm-2.1-rpmbuild.patch
Patch1: bm-2.1-only-move-srpm.patch
Patch2: bm-2.1-use-subprocess.patch
patch3: bm-2.1-missing-exceptions.patch
Patch4: bm-2.1-unpack-nodeps.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: python
Requires: rpm-build
BuildRequires: rpm-build
BuildRequires: python 
BuildRequires: python-devel
BuildArch:     noarch

%description
BuildManager, or bm, is a program that wraps and extends rpm while building
packages. Its features allow one to batch process thousand of rpms at once,
controling logs, rpm and srpm moving, filtering the list of files, ignoring
given packages, completely cleaning the build directories, and many other
features.

%description -l pt_BR
O BuildManager, ou bm, é um programa que encapsula e estende o rpm na
construção de pacotes. Suas características permitem o processamento em
série ou paralelo de milhares de rpms em uma única execução, controlando
logs, movendo rpms e srpms, filtrando a lista de arquivos, ignorando pacotes
selecionados, limpando completamente os diretórios de construção, e muitas
outras possibilidades.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1
%patch3 -p0

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

# Using compile inline since niemeyer's python macros still not available on mdk rpm macros
find %{buildroot}%{py_puresitedir} -name '*.pyc' -exec rm -f {} \; 
python -c "import sys, os, compileall; br='%{buildroot}'; compileall.compile_dir(sys.argv[1], ddir=br and 
(sys.argv[1][len(os.path.abspath(br)):]+'/') or None)" %{buildroot}%{py_puresitedir}

# bash completion
install -d -m 755 %{buildroot}%{_sysconfdir}/bash_completion.d
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}

%clean
rm -rf %{buildroot}

%files -f INSTALLED_FILES
%defattr(0644,root,root,0755)
%doc LICENSE
%defattr(-,root,root,-)
%{_sysconfdir}/bash_completion.d/%{name}






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-228
+ Revision: d3cd111
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15990 |14mr|bomber-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Arcade bombing game
Name:		bomber
Epoch:		1
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/bomber/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Bomber is a single player arcade game.

The player is invading various cities in a plane that is decreasing in height.
The goal of the game is to destroy all the buildings and advance to the next
level. Each level gets a bit harder by increasing the speed of the plane and
the height of the buildings.

%files
%{_kde_bindir}/bomber
%{_kde_applicationsdir}/bomber.desktop
%{_kde_appsdir}/bomber
%{_kde_datadir}/config.kcfg/bomber.kcfg
%{_kde_docdir}/HTML/en/bomber
%{_kde_iconsdir}/hicolor/*/apps/bomber.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 882f0bd
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15991 |14mr|bonnie++-1.97-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package	%nil

Name: bonnie++
Version: 1.97
Release: 5
Summary: A program for benchmarking hard drives and filesystems
License: GPLv2+
Group: System/Kernel and hardware
URL: http://www.coker.com.au/bonnie++/
Source0: http://www.coker.com.au/bonnie++/bonnie++-%{version}.tgz 
Provides: bonnie
Obsoletes: bonnie

%description
Bonnie++ is a benchmark suite that is aimed at performing a number of simple
tests of hard drive and file system performance.

%prep

%setup -q -n %{name}-%{version}.1

%build
%configure2_5x
%make MORECFLAGS="%{optflags} %{?ldflags}"
perl -pi -e "s@/usr/share/doc/bonnie\+\+/@%_docdir/%name-%version/@" bonnie++.8

%install
[ -e debian/changelog ]&& (rm -f changelog.txt;mv debian/changelog changelog.txt)
perl -pi -e "s@usr/share/man@%{buildroot}%_mandir@g" Makefile
%makeinstall eprefix=%{buildroot} DESTDIR=%{buildroot}

%files
%doc changelog.txt readme.html credits.txt
/sbin/bonnie++
/sbin/getc_putc
/sbin/getc_putc_helper
/sbin/zcav
/bin/bon_csv2html
/bin/bon_csv2txt
/bin/generate_randfile
%{_mandir}/man1/*
%{_mandir}/man8/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.97-5
+ Revision: 4d092f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15992 |14mr|boo-0.9.4.9-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A wrist friendly language for the CLI/Mono
Name:		boo
Version:	0.9.4.9
Release:	8
License:	BSD
Group:		Development/Other
Url:		http://boo.codehaus.org/
Source0:	http://dist.codehaus.org/boo/distributions/%{name}-%{version}-src.tar.bz2
Patch0:		boo-gtksourceview.patch
Patch1:		boo-pkgconfig_path_fix.patch
BuildArch:	noarch

BuildRequires:	nant
BuildRequires:	pkgconfig(shared-mime-info)
BuildRequires:	pkgconfig(gtksourceview-2.0)
Requires:	mono

%description
Boo is a new object oriented statically typed programming language for
the Common Language Infrastructure with a python inspired syntax and
a special focus on language and compiler extensibility.

%package	nant
Summary:	Nant task for building boo programs
Group:		Development/Other

%description	nant
Boo is a new object oriented statically typed programming language for
the Common Language Infrastructure with a python inspired syntax and
a special focus on language and compiler extensibility.

This is a Nant task for building boo sources.

%prep
%setup -q
%apply_patches

%build
nant -nologo -D:install.prefix=%{_prefix}

%install
nant -nologo install -D:install.prefix=%{_prefix} -D:install.destdir=%{buildroot}

rm -f %{buildroot}%{_datadir}/mime-info/boo.*

#gw fix pkgconfig location
mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_datadir}/pkgconfig

rm -rf %{buildroot}%{_datadir}/gtksourceview*

%files
%doc license.txt readme.txt examples docs/BooManifesto.sxw
%{_bindir}/boo*
%{_prefix}/lib/mono/*
%{_prefix}/lib/boo
%{_datadir}/mime/packages/boo-mime-info.xml
%{_datadir}/pkgconfig/boo.pc
%exclude %{_prefix}/lib/boo/Boo.NAnt.Tasks.dll

%files nant
%{_prefix}/lib/boo/Boo.NAnt.Tasks.dll


%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4.9-8
+ Revision: 2a46ad0
- Spec cleanup, fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15993 |14mr|boost-1.55.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define packver %(echo "%{version}" | sed -e "s/\\\./_/g")

%define libatomic %mklibname boost_atomic %{version}
%define libchrono %mklibname boost_chrono %{version}
%define libcontext %mklibname boost_context %{version}
%define libcoroutine %mklibname boost_coroutine %{version}
%define libdatetime %mklibname boost_date_time %{version}
%define libfilesystem %mklibname boost_filesystem %{version}
%define libgraph %mklibname boost_graph %{version}
%define libiostreams %mklibname boost_iostreams %{version}
%define liblocale %mklibname boost_locale %{version}
%define liblog %mklibname boost_log %{version}
%define liblogsetup %mklibname boost_log_setup %{version}
%define libmathc99 %mklibname boost_math_c99_ %{version}
%define libmathc99f %mklibname boost_math_c99f %{version}
%define libmathc99l %mklibname boost_math_c99l %{version}
%define libmathtr1 %mklibname boost_math_tr1_ %{version}
%define libmathtr1f %mklibname boost_math_tr1f %{version}
%define libmathtr1l %mklibname boost_math_tr1l %{version}
%define libprgexecmonitor %mklibname boost_prg_exec_monitor %{version}
%define libprogramoptions %mklibname boost_program_options %{version}
%define libpython %mklibname boost_python %{version}
%define librandom %mklibname boost_random %{version}
%define libregex %mklibname boost_regex %{version}
%define libserialization %mklibname boost_serialization %{version}
%define libsignals %mklibname boost_signals %{version}
%define libsystem %mklibname boost_system %{version}
%define libthread %mklibname boost_thread %{version}
%define libtimer %mklibname boost_timer %{version}
%define libunittestframework %mklibname boost_unit_test_framework %{version}
%define libwave %mklibname boost_wave %{version}
%define libwserialization %mklibname boost_wserialization %{version}

%define devname %mklibname boost -d
%define sdevname %mklibname boost -d -s

%ifarch aarch64
%bcond_with context
%else
%bcond_without context
%endif

# --no-undefined breaks build of CMakeified Boost.{Chrono,Locale,Timer}.
# Without --no-undefined, corresponding libraries lose their dependency on Boost.System.
# This is totally wrong, but it's rather a CMake'ification bug.
%define _disable_ld_no_undefined 1

Summary:	Portable C++ libraries
Name:		boost
Version:	1.55.0
Release:	5
License:	Boost
Group:		Development/C++
Url:		http://boost.org/
Source0:	http://download.sourceforge.net/boost/boost_%{packver}.tar.bz2
Source100:	%{name}.rpmlintrc
# https://svn.boost.org/trac/boost/ticket/6150
Patch4:		boost-1.50.0-fix-non-utf8-files.patch
# Add a manual page for the sole executable, namely bjam, based on the
# on-line documentation:
# http://www.boost.org/boost-build2/doc/html/bbv2/overview.html
Patch5:		boost-1.48.0-add-bjam-man-page.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=756005
# https://svn.boost.org/trac/boost/ticket/6131
Patch7:		boost-1.50.0-foreach.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=783660
# https://svn.boost.org/trac/boost/ticket/6459 fixed
Patch10:	boost-1.50.0-long-double-1.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=784654
Patch12:	boost-1.50.0-polygon.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=828856
# https://bugzilla.redhat.com/show_bug.cgi?id=828857
Patch15:	boost-1.50.0-pool.patch
BuildRequires:	doxygen
BuildRequires:	xsltproc
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(icu-uc)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

%description
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains only the shared libraries
needed for running programs using Boost.

#----------------------------------------------------------------------------

# build section Taken from the Fedora .src.rpm.
%package build
Summary:	Cross platform build system for C++ projects
Group:		Development/C++
Requires:	boost-jam
BuildArch:	noarch

%description build
Boost.Build is an easy way to build C++ projects, everywhere. You name
your pieces of executable and libraries and list their sources.  Boost.Build
takes care about compiling your sources with the right options,
creating static and shared libraries, making pieces of executable, and other
chores -- whether you're using GCC, MSVC, or a dozen more supported
C++ compilers -- on Windows, OSX, Linux and commercial UNIX systems.

%files build
%doc LICENSE_1_0.txt
%{_datadir}/boost-build/

#----------------------------------------------------------------------------

%package examples
Summary:	The examples for the Boost libraries
Group:		Development/C++
BuildArch:	noarch

%description examples
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains examples, installed in the
same place as the documentation.

%files examples
%doc examples/*

#----------------------------------------------------------------------------

%package -n %{libatomic}
Summary:	Boost atomic shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libatomic}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost atomic.

%files -n %{libatomic}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_atomic.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libchrono}
Summary:	Boost chrono shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libchrono}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost chrono.

%files -n %{libchrono}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_chrono.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libcontext}
Summary:	Boost context shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libcontext}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost context.

%files -n %{libcontext}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_context.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libcoroutine}
Summary:	Boost coroutine shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libcoroutine}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost coroutine.

%files -n %{libcoroutine}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_coroutine.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libdatetime}
Summary:	Boost date_time shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libdatetime}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost datetime.

%files -n %{libdatetime}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_date_time.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libfilesystem}
Summary:	Boost filesystem shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libfilesystem}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost filesystem.

%files -n %{libfilesystem}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_filesystem.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libgraph}
Summary:	Boost graph shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libgraph}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost graph.

%files -n %{libgraph}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_graph.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libiostreams}
Summary:	Boost iostreams shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libiostreams}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost iostreams.

%files -n %{libiostreams}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_iostreams.so.%{version}

#----------------------------------------------------------------------------

%package -n %{liblocale}
Summary:	Boost locale shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{liblocale}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost locale.

%files -n %{liblocale}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_locale.so.%{version}

#----------------------------------------------------------------------------

%package -n %{liblog}
Summary:	Boost log shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{liblog}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost log.

%files -n %{liblog}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_log.so.%{version}

#----------------------------------------------------------------------------

%package -n %{liblogsetup}
Summary:	Boost log_setup shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{liblogsetup}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost log_setup.

%files -n %{liblogsetup}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_log_setup.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libmathc99}
Summary:	Boost math_c99 shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libmathc99}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost math_c99.

%files -n %{libmathc99}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_math_c99.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libmathc99f}
Summary:	Boost math_c99f shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libmathc99f}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost math_c99f.

%files -n %{libmathc99f}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_math_c99f.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libmathc99l}
Summary:	Boost math_c99l shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libmathc99l}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost math_c99l.

%files -n %{libmathc99l}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_math_c99l.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libmathtr1}
Summary:	Boost math_tr1 shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libmathtr1}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost math_tr1.

%files -n %{libmathtr1}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_math_tr1.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libmathtr1f}
Summary:	Boost math_tr1f shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libmathtr1f}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost math_tr1f.

%files -n %{libmathtr1f}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_math_tr1f.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libmathtr1l}
Summary:	Boost math_tr1l shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libmathtr1l}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost math_tr1l.

%files -n %{libmathtr1l}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_math_tr1l.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libprgexecmonitor}
Summary:	Boost prg_exec_monitor shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libprgexecmonitor}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost prg_exec_monitor.

%files -n %{libprgexecmonitor}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_prg_exec_monitor.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libprogramoptions}
Summary:	Boost program_options shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libprogramoptions}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost program_options.

%files -n %{libprogramoptions}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_program_options.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libpython}
Summary:	Boost python shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libpython}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost python.

%files -n %{libpython}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_python.so.%{version}

#----------------------------------------------------------------------------

%package -n %{librandom}
Summary:	Boost random shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{librandom}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost random.

%files -n %{librandom}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_random.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libregex}
Summary:	Boost regex shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libregex}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost regex.

%files -n %{libregex}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_regex.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libserialization}
Summary:	Boost serialization shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libserialization}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost serialization.

%files -n %{libserialization}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_serialization.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libsignals}
Summary:	Boost signals shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libsignals}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost signals.

%files -n %{libsignals}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_signals.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libsystem}
Summary:	Boost system shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libsystem}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost system.

%files -n %{libsystem}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_system.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libthread}
Summary:	Boost thread shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libthread}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost thread.

%files -n %{libthread}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_thread.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libtimer}
Summary:	Boost timer shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libtimer}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost timer.

%files -n %{libtimer}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_timer.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libunittestframework}
Summary:	Boost unit_test_framework shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libunittestframework}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost unit_test_framework.

%files -n %{libunittestframework}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_unit_test_framework.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libwave}
Summary:	Boost wave shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libwave}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost wave.

%files -n %{libwave}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_wave.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libwserialization}
Summary:	Boost wserialization shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libwserialization}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost wserialization.

%files -n %{libwserialization}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_wserialization.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The libraries and headers needed for Boost development
Group:		Development/C++
Requires:	%{libatomic} = %{EVRD}
Requires:	%{libchrono} = %{EVRD}
Requires:	%{libcontext} = %{EVRD}
Requires:	%{libcoroutine} = %{EVRD}
Requires:	%{libdatetime} = %{EVRD}
Requires:	%{libfilesystem} = %{EVRD}
Requires:	%{libgraph} = %{EVRD}
Requires:	%{libiostreams} = %{EVRD}
Requires:	%{liblocale} = %{EVRD}
Requires:	%{liblog} = %{EVRD}
Requires:	%{liblogsetup} = %{EVRD}
Requires:	%{libmathc99} = %{EVRD}
Requires:	%{libmathc99f} = %{EVRD}
Requires:	%{libmathc99l} = %{EVRD}
Requires:	%{libmathtr1} = %{EVRD}
Requires:	%{libmathtr1f} = %{EVRD}
Requires:	%{libmathtr1l} = %{EVRD}
Requires:	%{libprgexecmonitor} = %{EVRD}
Requires:	%{libprogramoptions} = %{EVRD}
Requires:	%{libpython} = %{EVRD}
Requires:	%{librandom} = %{EVRD}
Requires:	%{libregex} = %{EVRD}
Requires:	%{libserialization} = %{EVRD}
Requires:	%{libsignals} = %{EVRD}
Requires:	%{libsystem} = %{EVRD}
Requires:	%{libthread} = %{EVRD}
Requires:	%{libtimer} = %{EVRD}
Requires:	%{libunittestframework} = %{EVRD}
Requires:	%{libwave} = %{EVRD}
Requires:	%{libwserialization} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains headers and shared library
symlinks needed for Boost development.

%files -n %{devname}
%{_libdir}/libboost_*.so
%{_includedir}/boost

#----------------------------------------------------------------------------

%package -n %{devname}-doc
Summary:	The libraries and headers needed for Boost development
Group:		Development/C++
BuildArch:	noarch

%description -n %{devname}-doc
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains documentation needed for Boost
development.

%files -n %{devname}-doc
%doc packagedoc/*

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libraries for Boost development
Group:		Development/C++
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains only the static libraries
needed for Boost development.

%files -n %{sdevname}
%{_libdir}/libboost_*.a

#----------------------------------------------------------------------------

%prep
%setup -q -n boost_%{packver}
%patch4 -p1
%patch5 -p1
%patch7 -p2
%patch10 -p1
%patch12 -p3
%patch15 -p0

# Preparing the docs
mkdir packagedoc
find -type f -not -path '*packagedoc*' \( -name '*.html' -o -name '*.htm' -o -name '*.css' -o -name '*.gif' -o -name '*.jpg' -o -name '*.png' -o -name '*README*' \) -exec cp --parents {} packagedoc/ \;

# Preparing the examples: All .hpp or .cpp files that are not in
# directories called test, src, or tools, as well as all files of any
# type in directories called example or examples.
mkdir examples
find libs -type f \( -name "*.?pp" ! -path "*test*" ! -path "*src*" ! -path "*tools*" -o -path "*example*" \) -exec cp --parents {} examples/ \;

%build
%define gcc_ver %(rpm -q --queryformat="%%{VERSION}" gcc)
cat > ./tools/build/v2/user-config.jam << EOF
using gcc : %{gcc_ver} : gcc : <cflags>"%{optflags} -I%{_includedir}/python%{py_ver}" <cxxflags>"%{optflags} -I%{_includedir}/python%{py_ver}" <linkflags>"%{ldflags}" ;
using python : %{py_ver} : %{_bindir}/python%{py_ver} : %{_includedir}/python%{py_ver} : %{_libdir} ;
EOF
./bootstrap.sh --with-toolset=gcc --with-icu --prefix=%{_prefix} --libdir=%{_libdir}
./b2 -d+2 -q %{?_smp_mflags} --without-mpi \
	--prefix=%{_prefix} --libdir=%{_libdir} \
%if !%{with context}
	--without-context --without-coroutine \
%endif
	linkflags="%{ldflags} -lpython%{py_ver} -lstdc++ -lm" \
	-sHAVE_ICU=1 \
	link=shared threading=multi debug-symbols=off --layout=system

# Taken from the Fedora .src.rpm.
echo ============================= build Boost.Build ==================
(cd tools/build/v2
 ./bootstrap.sh --with-toolset=gcc)

%install
./b2 -d+2 -q %{?_smp_mflags} --without-mpi \
	--prefix=%{buildroot}%{_prefix} --libdir=%{buildroot}%{_libdir} \
%if !%{with context}
	--without-context --without-coroutine \
%endif
	link=shared \
	install

echo ============================= install Boost.Build ==================
(cd tools/build/v2
 ./b2 --prefix=%{buildroot}%{_prefix} install
 # Fix some permissions
 chmod -x %{buildroot}%{_datadir}/boost-build/build/alias.py
 chmod +x %{buildroot}%{_datadir}/boost-build/tools/doxproc.py
 # We don't want to distribute this
 rm -f %{buildroot}%{_bindir}/b2
 # Not a real file
 rm -f %{buildroot}%{_datadir}/boost-build/build/project.ann.py
 # Empty file
 rm -f %{buildroot}%{_datadir}/boost-build/tools/doxygen/windows-paths-check.hpp
)
rm -f %{buildroot}/%{_bindir}/bjam
rm -f %{buildroot}/%{_mandir}/man1/bjam.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.55.0-5
+ Revision: 8ba3c5c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15994 |14mr|boost-jam-3.1.18-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# rpmlint error
%define	debug_package %{nil}

Summary:	Build tool for Boost libraries
Name:		boost-jam
Version:	3.1.18
Release:	4
License:	Boost
Group:		Development/Other
URL:		http://www.boost.org/
Source0:	http://download.sourceforge.net/boost/%{name}-%{version}.tgz
Buildrequires:	byacc

%description
Boost Jam is a build tool based on FTJam, which in turn is based on
Perforce Jam. It contains significant improvements made to facilitate
its use in the Boost Build System, but should be backward compatible
with Perforce Jam.

%prep
%setup -q

%build
export CC="%{__cc}"
export CFLAGS="%{optflags}"
./build.sh cc

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 bin.linux*/bjam %{buildroot}%{_bindir}/bjam

%files
%doc LICENSE_1_0.txt *.css *.html *.png images jam
%{_bindir}/bjam


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1.18-4
+ Revision: 829e330
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15995 |14mr|bootloader-utils-1.15-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Small utils needed for the kernel
Name:		bootloader-utils
Version:	1.15
Release:	10
Source0:	%{name}-%{version}.tar.bz2
Patch0:         bootloader-utils.initrdsymlink.patch
License:	GPL+
Group:		System/Kernel and hardware
Requires:	perl-base

Requires(post,preun):	chkconfig rpm-helper
Requires(post,preun):	initscripts >= 7.06-21

URL:            http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/bootloader-utils/
Requires:	drakxtools-backend >= 10-52
BuildRequires:	perl-MDK-Common
BuildArch:	noarch

%description
Utilities needed to install/remove a kernel.  Also for updating
bootloaders.

%prep
%setup -q
%patch0 -p1

%build
make

%install
make ROOT=%{buildroot} mandir=%{_mandir} install
# nuke obsolete kheader initscript
rm -rf %{buildroot}/etc/rc.d/init.d/kheader

%pre
# disable obsolete kheader script on update if it exists
if [ $1 = 2 ]; then
    if [ -x /etc/rc.d/init.d/kheader ]; then
	chkconfig --del kheader
    fi
fi

%files
%defattr(-,root,root)
%config(noreplace) /etc/sysconfig/installkernel
/sbin/installkernel
/sbin/kernel_remove_initrd
%{_sbindir}/detectloader
%{_sbindir}/rebootin
%{_mandir}/man8/detectloader.*
%{_mandir}/man8/rebootin.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.15-10
+ Revision: 8acaf50
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15996 |14mr|bootparamd-0.17-27
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A server process which provides boot information to diskless clients
Name:		bootparamd
Version:	0.17
Release:	27
License:	BSD
Group:		System/Servers
Url:		ftp://sunsite.unc.edu/pub/Linux/system/network/netkit
Source0:	ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/netkit-bootparamd-0.17.tar.gz
Source1:	bootparamd.init
Patch0:		netkit-bootparamd-0.17_rpc_get_myaddress.patch
BuildRequires:	pkgconfig(libtirpc)
Requires(post,preun):	rpm-helper
Requires:	rpcbind

%description
The bootparamd process provides bootparamd, a server process which
provides the information needed by diskless clients in order for them
to successfully boot.  Bootparamd looks first in /etc/bootparams for an
entry for that particular client; if a local bootparams file doesn't
exist, it looks at the appropriate Network Information Service (NIS)
map.  Some network boot loaders (notably Sun's) rely on special boot
server code on the server, in addition to the rarp and tftp servers.
This bootparamd server process is compatible with SunOS bootparam clients
and servers which need that boot server code.

You should install bootparamd if you need to provide boot information to
diskless clients on your network.

%files
%{_sbindir}/rpc.bootparamd
%{_bindir}/callbootd
%{_mandir}/man8/*
%config(noreplace) %{_sysconfdir}/rc.d/init.d/bootparamd

%post
%_post_service bootparamd

%preun
%_preun_service bootparamd

#----------------------------------------------------------------------------

%prep
%setup -qn netkit-bootparamd-%{version}
%apply_patches

%build
%serverbuild
./configure --prefix=%{_prefix}
sed -i -e '
	s,^CC=*.$,CC=cc,;
	s,-O2,\$(RPM_OPT_FLAGS) -D_BSD_SOURCE,;
	s,^BINDIR=.*$,BINDIR=%{_bindir},;
	s,^SBINDIR=.*$,SBINDIR=%{_sbindir},;
	s,^MANDIR=.*$,MANDIR=%{_mandir},;
	' MCONFIG
%make LIBS="-ltirpc"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_mandir}/man{1,5,8}
mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
make INSTALLROOT=%{buildroot} install
install -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/rc.d/init.d/bootparamd

cd %{buildroot}%{_mandir}/man8
ln -s rpc.bootparamd.8.bz2 %{buildroot}%{_mandir}/man8/bootparamd.8.bz2




%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17-27
+ Revision: 4af00b4
- Build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15997 |14mr|bootsplash-3.3.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name bootsplash
%define version 3.3.3
%define release 5

Summary: Scripts to handle Mandriva themeing
Name: %{name}
Version: %{version}
Release: %{release}
# From Mandriva SVN
Source0: %{name}-%version.tar.bz2
License: GPL
Group: System/Kernel and hardware
BuildRoot: %{_tmppath}/%{name}-buildroot
Url:       http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/bootsplash/
Requires: perl-base
# Do not require mkinitrd anymore to be able to be prerequed by mkinitrd (mkinitrd is in basesystem anyway)
# Requires: mkinitrd >= 3.5.18-14mdk
Conflicts: mkinitrd < 3.5.18-14mdk
#there is no way to say a special kernel requires.
Requires: kernel initscripts > 7.04-15mdk 
Requires: perl-Archive-Cpio
Suggests: drakx-kbd-mouse-x11
Requires: plymouth-scripts
Conflicts: drakxtools-newt < 10-49mdk
BuildArchitectures: noarch

%description
This package contains the scripts necessary to install and change the theme 
used by Mandriva (at boot time and in desktop sessions)

%prep
%setup -q

%build
make LIB=%{_lib}

%install
rm -rf %{buildroot}
make install prefix=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ChangeLog 
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/scripts





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3.3-5
+ Revision: a607c31
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15998 |14mr|borges-0.14.9-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    borges
%define Name    Borges
%define version 0.14.9
%define release 9

Name:   %{name}
Version: %{version}
Release: %{release}
Summary: Mandriva Linux Documents Management System
License: GPL
Group: Publishing
Url: http://www.mandrivalinux.com/en/doc/project/Borges/
Source0: %{Name}-%{version}.tar.bz2
Requires: %{name}-module
Requires: libxslt-proc
Requires: make
Requires: imagemagick
Requires: xfig
Requires: libxml2-utils
Conflicts: Borges-Frontend < 0.12.2
BuildRequires: libxslt-proc
BuildRequires: perl(Date::Manip)
BuildRequires: perl(XML::LibXML)
BuildRequires: perl(XML::Twig)
BuildRequires: imagemagick
BuildRequires: xfig
BuildRequires: jadetex
BuildRequires: docbook-style-dsssl
BuildRequires: docbook-style-xsl
BuildRequires: docbook-dtd42-xml
BuildRequires: libxml2-utils
Obsoletes: Borges
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}

%description
Borges is a content production system aimed at creating documents in
many languages. Its design goals are internationalization,
flexibility, reusable content, teamwork. The system can currently be
used for any project using documents based on the DocBook XML DTD.

%package docbook
Summary: The Borges DocBook module 
Group: Publishing
Provides: borges-module
Requires: borges
Requires: docbook-dtd42-xml
Requires: docbook-style-xsl
Requires: docbook-style-dsssl
Requires: tetex-latex
Requires: jadetex
Requires: openjade
Obsoletes: Borges-DocBook

%description docbook
This package contains the DocBook module for the Borges Documents
Management System.
It holds the different files allowing to handle documents written with
the DocBook XML DTD.


%package frontend
Summary: The BorgesWeb frontend
Group: Publishing
Requires: borges
Requires: apache-mod_suexec
Obsoletes: Borges-Frontend

%description frontend
This package contains the Web frontend for the Borges Documents
Management System.
It is an HTML interface allowing users to upload or edit inline the
different modules they have tasks assigned on. It then commits
modifications to CVS and eventually pass associated task.


%package doc
Summary: The Borges DMS documentation
Group: Publishing

%description doc
This package contains the documentation and the documentation sources
for the Borges Documents Management System. The doc is written with
Borges so the sources included can be regarded as a tutorial for
learning how to use Borges.

%prep
%setup -q -n %{Name}-%{version}

%build

%install
rm -rf %{buildroot}
%makeinstall PREFIX=%{buildroot}/ DOCDIR=%{buildroot}/%{_docdir}/%{name}
rm -f %{buildroot}/usr/share/Borges/backend/Makefile.TDB
rm -f %{buildroot}/usr/share/Borges/template/drivers/TDB-tex.xsl
rm -f %{buildroot}/usr/share/Borges/{README,LICENSE,COPYING,VERSION}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_docdir}/%{name}
%{_datadir}/%{Name}
%exclude %{_docdir}/%{name}/doc
%exclude %{_datadir}/%{Name}/template/drivers/docbook-*sl
%exclude %{_datadir}/%{Name}/backend/Makefile.DB
%exclude %{_datadir}/%{Name}/bin/web-frontend.cgi


%files docbook
%defattr(-,root,root)
%{_datadir}/%{Name}/template/drivers/docbook-*sl
%{_datadir}/%{Name}/backend/Makefile.DB

%files frontend
%defattr(-,root,root)
%{_datadir}/%{Name}/bin/web-frontend.cgi

%files doc
%defattr(-,root,root)
%{_docdir}/%{name}/doc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.14.9-9
+ Revision: b99acba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 15999 |14mr|bouncycastle-1.46-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major           1
%define minor           43
%define archivever      %{major}%{minor}

%define section         free

%define gcj_support     1

Name:           bouncycastle
Version:        1.46
Release:        3
Epoch:          0
Summary:        Bouncy Castle Crypto Package for Java
Group:          Development/Java
License:        BSD
URL:            http://www.bouncycastle.org/
Source0:        http://www.bouncycastle.org/download/crypto-%{archivever}.tar.gz
# Invalid characters in comments prevent build
# "file" says they are UTF-8 but they are not
Patch0:		crypto-invalid-characters.patch
# UTF-8 characters in one testcase and one comment
# FIXME: fix properly with javac command-line option or so
Patch1:		crypto-utf8-characters.patch
Requires:       jpackage-utils >= 0:1.5
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  geronimo-jaf-1.0.2-api
BuildRequires:  geronimo-javamail-1.3.1-api
BuildRequires:  junit
BuildRequires:  java-rpmbuild >= 0:1.5
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif # gcj_support
# BEGIN PROVIDER
BuildRequires:  java-devel
BuildRequires:  java < 0:1.8.0
Obsoletes:      %{name}-provider < %{epoch}:%{version}-%{release}
Provides:       %{name}-provider = %{epoch}:%{version}-%{release}
Provides:       jce = 1.7.0.0
# END PROVIDER
# (Anssi 01/2008) Obsolete the old jdk1.4 subpackage:
Obsoletes:	bouncycastle-jdk1.4 < %{epoch}:%{version}-%{release}
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
The Bouncy Castle Crypto APIs consist of the following:
- A lightweight cryptography API in Java.
- A provider for the JCE and JCA.
- A clean room implementation of the JCE 1.2.1.
- Generators for Version 1 and Version 3 X.509 certificates and PKCS12 files.
- A signed jar version suitable for JDK 1.4 and the Sun JCE.

%package extras
Summary:	Extra packages of Bouncy Castle
Group:		Development/Java
Requires:	%{name}
Requires:       geronimo-jaf-1.0.2-api
Requires:       geronimo-javamail-1.3.1-api
Conflicts:	bouncycastle < 1.43-1

%description extras
The SMIME/CMS, TSP, OpenPGP/BCPG portions of Bouncy Castle.

%package javadoc
Group:          Development/Java
Summary:        Javadocs for %{name}
Obsoletes:      bouncycastle-javadoc-jdk1.4 < %{epoch}:%{version}-%{release}

%description javadoc
Javadocs for %{name}.

%prep
%setup -q -n crypto-%{archivever}
%patch0 -p1
%patch1 -p1
%{_bindir}/find . -name '*.jar' | %{_bindir}/xargs -t %{__rm}
%{__perl} -pi -e 's/<javac/<javac nowarn="true"/g' *.xml


%build
export CLASSPATH=$(build-classpath jaf javamail/mailapi junit)
export OPT_JAR_LIST="`%{__cat} %{_sysconfdir}/ant.d/junit`"
export JAVA_HOME=%{_jvmdir}/java-1.7.0
%ant -f jdk16.xml -Drelease.suffix=%{version} build-provider build build-test

%install


%{__mkdir_p} %{buildroot}%{_javadir}

pushd build/artifacts/jdk1.6/jars
for jar16 in {bcmail,bcpg,bcprov,bctest,bctsp}-jdk16-%{version}.jar; do
   jar16d=`echo $jar16 | %{__sed} s#-jdk16##g`
   %{__install} -m 644 $jar16 %{buildroot}%{_javadir}/$jar16d
done
popd

pushd %{buildroot}%{_javadir}
  for jar in *-%{version}.jar; do
    %{__ln_s} $jar $(echo $jar | %{__sed} s#-%{version}##g)
  done
popd

%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})


pushd build/artifacts/jdk1.6
  ver=16
  for javadoc in bcmail bcpg bcprov bctsp; do
    %{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}/${javadoc}
    cp -Rf ${javadoc}-jdk${ver}-%{version}/docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}/${javadoc}
  done
popd

%{__mkdir_p} %{buildroot}%{_javadir}/gcj-endorsed
(cd %{buildroot}%{_javadir}/gcj-endorsed && %{__ln_s} %{_javadir}/bcprov.jar .)

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif # gcj_support

%post
if test -x %{_bindir}/rebuild-security-providers; then
  %{_bindir}/rebuild-security-providers
fi
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
if test -x %{_bindir}/rebuild-security-providers; then
  %{_bindir}/rebuild-security-providers
fi
%if %{gcj_support}
%{clean_gcjdb}
%endif # gcj_support

%files
%defattr(0644,root,root,0755)
%doc *.html
# BEGIN PROVIDER
%{_javadir}/bcprov-%{version}.jar
%{_javadir}/bcprov.jar
%{_javadir}/gcj-endorsed/bcprov.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/bcprov-%{version}.jar.so
%{_libdir}/gcj/%{name}/bcprov-%{version}.jar.db
%endif
# END PROVIDER

%files extras
%defattr(-,root,root)
%{_javadir}/bcmail-%{version}.jar
%{_javadir}/bcpg-%{version}.jar
%{_javadir}/bctest-%{version}.jar
%{_javadir}/bctest.jar
%{_javadir}/bctsp-%{version}.jar
%{_javadir}/bcmail.jar
%{_javadir}/bcpg.jar
%{_javadir}/bctsp.jar
%if %{gcj_support}
%{_libdir}/gcj/%{name}/bcmail-%{version}.jar.so
%{_libdir}/gcj/%{name}/bcmail-%{version}.jar.db
%{_libdir}/gcj/%{name}/bcpg-%{version}.jar.so
%{_libdir}/gcj/%{name}/bcpg-%{version}.jar.db
%{_libdir}/gcj/%{name}/bctest-%{version}.jar.db
%{_libdir}/gcj/%{name}/bctest-%{version}.jar.so
%{_libdir}/gcj/%{name}/bctsp-%{version}.jar.so
%{_libdir}/gcj/%{name}/bctsp-%{version}.jar.db
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.46-3
+ Revision: 9fcdd4d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16000 |14mr|bovo-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Classic pen and paper game
Name:		bovo
Version:	4.13.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://games.kde.org/game.php?game=bovo
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Bovo is a Gomoku like game for two players, where the opponents alternate in
placing their respective pictogram on the game board. (Also known as: Connect
Five, Five in a row, X and O, Naughts and Crosses)

%files
%{_kde_bindir}/bovo
%{_kde_applicationsdir}/bovo.desktop
%{_kde_appsdir}/bovo
%{_kde_docdir}/*/*/bovo
%{_kde_iconsdir}/hicolor/*/apps/bovo.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 96ae7a0
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16001 |14mr|bpalogin-2.0.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name bpalogin
%define version 2.0.2
%define release 13

Summary: Client for Telstra's Big Pond Advance cable connections
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://bpalogin.sourceforge.net/download/%{name}-%{version}.tar.bz2
Patch0: bpalogin-2.0.2-fix-str-fmt.patch
License: GPL
Group: System/Servers
Url: http://bpalogin.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires(post): rpm-helper
Requires(preun): rpm-helper


%description
BPALogin is a replacement for the Telstra supplied client for
connecting and using Telstra's Big Pond Advance powered by Cable. The
current implementation was written by Shane Hyde, but is now being
maintained by William Rose and others based at SourceForge.

%prep
%setup -q
%patch0 -p0

%build
%serverbuild
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%post
%_post_service %{name}

%preun
%_preun_service  %{name}

%files
%defattr(-,root,root)
%doc COPYING CREDITS INSTALL README 
%config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(755,root,root) %{_initrddir}/%{name}
%{_sbindir}/%{name}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.2-13
+ Revision: 6a0a7ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16002 |14mr|brasero-3.11.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define api		3
%define gi_major	%{version}

%define libnameburn3	%mklibname %{name}-burn %{api} %{major}
%define libnamemedia3	%mklibname %{name}-media %{api} %{major}
%define libnameutils3	%mklibname %{name}-utils %{api} %{major}

%define girmedia	%mklibname %{name}-media-gir %{gi_major}
%define girburn		%mklibname %{name}-burn-gir %{gi_major}

%define develname	%mklibname -d %{name}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		brasero
Summary:	A disc burning application for GNOME
Version:	3.11.3
Release:	2
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources//%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source1:	brasero_copy_disc.desktop
Source2:	brasero_create_data_project_from_blank_medium.desktop
Source3:	brasero_create_audio_cd_from_blank_medium.desktop
Patch0:		brasero-tracker-1.0.patch
URL:		http://www.gnome.org/projects/brasero/
License:	GPLv2+
Group:		Archiving/Cd burning
BuildRequires:	pkgconfig(gdk-x11-3.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gmodule-2.0) >= 2.6.0
BuildRequires:	pkgconfig(gmodule-export-2.0) >= 2.6.0
BuildRequires:	pkgconfig(gobject-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6.3
BuildRequires:	pkgconfig(gio-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gthread-2.0) >= 2.6.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(tracker-sparql-1.0)
BuildRequires:	glib2.0-common
BuildRequires:	pkgconfig(libburn-1) >= 0.4.0
BuildRequires:	pkgconfig(libcanberra) >= 0.1
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.1
BuildRequires:	pkgconfig(libisofs-1) >= 0.6.4
BuildRequires:	pkgconfig(libnautilus-extension) >= 2.91.90
BuildRequires:	pkgconfig(libnotify) >= 0.6.1
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6.0
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(totem-plparser) >= 2.29.1
BuildRequires:	intltool >= 0.35.0
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	imagemagick
# Only needed when gnome-autogen.sh is used
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	gettext-devel itstool yelp-tools

# optional requirements to make video projects work
Suggests:	vcdimager
Suggests:	dvdauthor
Suggests:	gstreamer1.0-plugins-bad

%description
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%package -n %{libnameburn3}
Group:		System/Libraries
Summary:	A disc burning application for GNOME - shared library

%description -n %{libnameburn3}
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%package -n %{libnamemedia3}
Group:		System/Libraries
Summary:	A disc burning application for GNOME - shared library

%description -n %{libnamemedia3}
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%package -n %{libnameutils3}
Group:		System/Libraries
Summary:	A disc burning application for GNOME - shared library

%description -n %{libnameutils3}
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%package -n %{girburn}
Summary:	GObject Introspection interface description for GData
Group:		System/Libraries
Requires:	%{libnameburn3} = %{version}-%{release}
Obsoletes:	%{_lib}%{name}-burn-gir0.0 < 3.2.0-2

%description -n %{girburn}
GObject Introspection interface description for GData.

%package -n %{girmedia}
Summary:	GObject Introspection interface description for GData
Group:		System/Libraries
Requires:	%{libnamemedia3} = %{version}-%{release}
Obsoletes:	%{_lib}%{name}-media-gir0.0 < 3.2.0-2

%description -n %{girmedia}
GObject Introspection interface description for GData.

%package -n %{develname}
Summary:	A disc burning application for GNOME - development library
Group:		Development/C
Requires:	%{libnameburn3} = %{version}-%{release}
Requires:	%{libnamemedia3} = %{version}-%{release}
Requires:	%{libnameutils3} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
        --enable-nautilus \
        --enable-libburnia \
        --enable-search \
        --enable-playlist \
        --enable-preview \
        --enable-inotify \
        --disable-caches \
        --disable-static
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
%make 

%install
%makeinstall_std

sed -i 's/cd:x/cd;x/' %{buildroot}%{_datadir}/applications/%{name}.desktop

#we don't want these
find %{buildroot} -name "*.la" -delete

%find_lang %{name} --with-gnome

#(nl) KDE Solid integration
mkdir -p %{buildroot}%{_datadir}/apps/solid/actions
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/apps/solid/actions/
install -D -m 644 %{SOURCE2} %{buildroot}%{_datadir}/apps/solid/actions/
install -D -m 644 %{SOURCE3} %{buildroot}%{_datadir}/apps/solid/actions/

%files -f %{name}.lang
%doc AUTHORS MAINTAINERS NEWS README
%{_bindir}/%{name}
%{_libdir}/%{name}3
%{_libdir}/nautilus/extensions-3.0/libnautilus-brasero-extension.*
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/org.gnome.brasero.gschema.xml
%{_datadir}/GConf/gsettings/brasero.convert
%{_datadir}/icons/hicolor/*/apps/*
%{_mandir}/man1/%{name}.1*
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/apps/solid/actions/*
%{_datadir}/appdata/brasero.appdata.xml

%files -n %{libnameburn3}
%{_libdir}/lib%{name}-burn3.so.%{major}*

%files -n %{libnamemedia3}
%{_libdir}/lib%{name}-media3.so.%{major}*

%files -n %{libnameutils3}
%{_libdir}/lib%{name}-utils3.so.%{major}*

%files -n %{girburn}
%{_libdir}/girepository-1.0/BraseroBurn-*.typelib

%files -n %{girmedia}
%{_libdir}/girepository-1.0/BraseroMedia-*.typelib

%files -n %develname
%doc %{_datadir}/gtk-doc/html/libbrasero*
%{_libdir}/lib%{name}-*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}3
%{_datadir}/gir-1.0/BraseroBurn-*.gir
%{_datadir}/gir-1.0/BraseroMedia-*.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.11.3-2
+ Revision: 9a0dd86
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16003 |14mr|bridge-utils-1.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities for configuring the linux ethernet bridge
Name:		bridge-utils
Version:	1.5
Release:	5
Group:		Networking/Other
License:	GPL
Url:		http://linux-net.osdl.org/index.php/Bridge
Source0:	http://downloads.sourceforge.net/bridge/%{name}-%{version}.tar.gz
Patch1:		bridge-utils-1.5-kernel-headers.patch
BuildRequires:	kernel-headers
Obsoletes:	%{name}-devel < 1.5-4

%description
This package contains utilities for configuring the linux ethernet
bridge. The linux ethernet bridge can be used for connecting multiple
ethernet devices together. The connecting is fully transparent: hosts
connected to one ethernet device see hosts connected to the other
ethernet devices directly.

%prep
%setup -q
%patch1 -p1

%build
autoconf
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc ChangeLog README doc/{FAQ,FIREWALL,HOWTO,WISHLIST}
%{_mandir}/man*/*
%{_sbindir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-5
+ Revision: 6e926c0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16004 |14mr|brltty-4.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_bindir	/bin
%define	_libdir /lib
%ifarch x86_64
%define	_libdir /lib64
%endif

%define major		0.5
%define libname		%mklibname brlapi %{major}
%define develname	%mklibname brlapi -d

%ifarch %{arm} %{mips}
%bcond_with	java
%else
%bcond_without	java
%endif

Summary:	Braille display driver for Linux/Unix
Name:		brltty
Version:	4.4
Release:	3
License:	GPLv2+
Group:		System/Servers
URL:		http://mielke.cc/brltty/
Source0:	http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
Patch0:		brltty-cppflags.patch
Patch1:		brltty-4.4-add-missing-include-path.patch
BuildRequires:	bison
BuildRequires:	gpm-devel
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(ncursesw)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	python-devel
BuildRequires:	bluez-devel
BuildRequires:  python-pyrex
BuildRequires:  ocaml
BuildRequires:  festival-devel
BuildRequires:  libbraille-devel
BuildRequires:  speech_tools-devel
BuildRequires:	subversion
%if %{with java}
BuildRequires:	java-rpmbuild
%endif
BuildConflicts: findlib

%description
BRLTTY is a background process (daemon) which provides
access to the Linux/Unix console (when in text mode)
for a blind person using a refreshable braille display.
It drives the braille display,
and provides complete screen review functionality.
Some speech capability has also been incorporated.

%package -n	%{libname}
Summary:	API for brltty
Group:		System/Libraries
License:	LGPL+
Obsoletes:	%{mklibname brlapi 0.5.1 0} <= %{version}-%{release}
Obsoletes:	%{mklibname brlapi 0.4.1 0} <= %{version}-%{release}

%description -n	%{libname}
This package provides the run-time support for the Application
Programming Interface to BRLTTY.

Install this package if you have an application which directly accesses
a refreshable braille display.

%package -n	%{develname}
Group:		Development/C
License:	LGPL+
Summary:	Headers, static archive, and documentation for BrlAPI
Provides:	brlapi-devel = %{EVRD}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname brlapi 0.5.1 0 -d} <= %{version}-%{release}
Obsoletes:	%{mklibname brlapi 0.4.1 0 -d} <= %{version}-%{release}

%description -n %{develname}
This package provides the header files, static archive, shared object
linker reference, and reference documentation for BrlAPI (the
Application Programming Interface to BRLTTY).  It enables the
implementation of applications which take direct advantage of a
refreshable braille display in order to present information in ways
which are more appropriate for blind users and/or to provide user
interfaces which are more specifically atuned to their needs.

Install this package if you're developing or maintaining an application
which directly accesses a refreshable braille display.

%if %{with java}
%package -n	brlapi-java
Group:		Development/Java
Summary:	Java bindings for BrlAPI
Requires:	java-devel-openjdk
Obsoletes:	%{mklibname brlapi 0.5}-java <= %{version}-%{release}

%description -n	brlapi-java
This package provides the Java bindings for BrlAPI,
which is the Application Programming Interface to BRLTTY.

Install this package if you have a Java application
which directly accesses a refreshable braille display.
%endif

%package -n	brlapi-python
Summary:	Python bindings for BrlAPI
Group:		Development/Python
Obsoletes:	%{mklibname brlapi 0.5.1 0}-python <= %{version}-%{release}
Obsoletes:	%{mklibname brlapi 0.5}-python <= %{version}-%{release}

%description -n	brlapi-python
This package provides the Python bindings for BrlAPI,
which is the Application Programming Interface to BRLTTY.

Install this package if you have a Python application
which directly accesses a refreshable braille display.

%package -n	ocaml-brlapi
Summary:	Ocaml bindings for BrlAPI
Group:		Development/Other
%rename		brlapi-ocaml

%description -n	ocaml-brlapi
This package provides the Ocaml bindings for BrlAPI,
which is the Application Programming Interface to BRLTTY.

Install this package if you have a Ocaml application
which directly accesses a refreshable braille display.

%package -n	ocaml-brlapi-devel
Summary:	Development files for ocaml-brlapi
Group:		Development/Other
Requires:	ocaml-brlapi = %{EVRD}
Requires:	brlapi-devel = %{EVRD}

%description -n	ocaml-brlapi-devel
The ocaml-brlapi-devel package contains libraries and signature files for
developing applications that use ocaml-brlapi.

%prep
%setup -q
%patch0 -p1 -b .cppflags~
%patch1 -p1 -b .includes~
autoconf

%build
# Patch6 changes aclocal.m4:
for i in -I/usr/lib/jvm/java/include{,/linux}; do
      java_inc="$java_inc $i"
done
%configure2_5x	CPPFLAGS="$java_inc" \
		--with-install-root="%{buildroot}" \
		--disable-relocatable-install \
		--disable-tcl-bindings \
		--disable-stripping
%make

%install
# just to avoid an installation error
make install
install -m644 Documents/%{name}.conf -D %{buildroot}%{_sysconfdir}/%{name}.conf
install -m644 Documents/%{name}.1 -D %{buildroot}%{_mandir}/man1/%{name}.1

# Missing ocaml library
cp Bindings/OCaml/*.cmx '%{buildroot}%{_prefix}/%{_lib}/ocaml/brlapi/'

directory="doc"
mkdir -p "${directory}"
for file in `find . \( -path "./${directory}" -o -path ./Documents \) -prune -o \( -name 'README*' -o -name '*.patch' -o -name '*.txt' -o -name '*
.html' -o -name '*.sgml' -o \( -path "./Bootdisks/*" -type f -perm +ugo=x \) \) -print`
do
   mkdir -p "${directory}/${file%/*}"
   cp -rp "${file}" "${directory}/${file}"
done

%files -n %{name}
%doc README Documents/ChangeLog Documents/TODO
%config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(0755,root,root) %{_bindir}/*
%{_sysconfdir}/%{name}
%{_libdir}/%{name}
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc Documents/BrlAPIref
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/brlapi.h
%{_includedir}/brlapi_*.h
%{_includedir}/brltty
%{_mandir}/man3/*

%if %{with java}
%files -n brlapi-java
%{_prefix}/lib/java/libbrlapi_java.so
%{_datadir}/java/brlapi.jar
%endif

%files -n brlapi-python
%{py_platsitedir}/brlapi.*
%{py_platsitedir}/Brlapi-*

%files -n ocaml-brlapi
%dir %{_prefix}/%{_lib}/ocaml/brlapi
%{_prefix}/%{_lib}/ocaml/brlapi/META
%{_prefix}/%{_lib}/ocaml/brlapi/*.cma
%{_prefix}/%{_lib}/ocaml/brlapi/*.cmi
%{_prefix}/%{_lib}/ocaml/stublibs/*.so*

%files -n ocaml-brlapi-devel
%{_prefix}/%{_lib}/ocaml/brlapi/*.a
%{_prefix}/%{_lib}/ocaml/brlapi/*.cmxa
%{_prefix}/%{_lib}/ocaml/brlapi/*.cmx
%{_prefix}/%{_lib}/ocaml/brlapi/*.mli

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.4-3
+ Revision: 33ddb0f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16005 |14mr|bsf-2.4.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%bcond_without          full

Name:           bsf
Version:        2.4.0
Release:        5
Epoch:          0
Summary:        Bean Scripting Framework
License:        Apache License
Url:            http://jakarta.apache.org/bsf/
Group:          Development/Java
#Vendor:        JPackage Project
#Distribution:  JPackage
Source0:        http://www.apache.org/dist/jakarta/bsf/source/bsf-src-%{version}.tar.gz
Source1:        http://www.apache.org/dist/jakarta/bsf/source/bsf-src-%{version}.tar.gz.asc
Source2:        http://www.apache.org/dist/jakarta/bsf/source/bsf-src-%{version}.tar.gz.md5
Source3:        build-properties.xml
Requires:       apache-commons-logging
Requires:       jython
Requires:       rhino
Requires:       servletapi5
Requires:       java >= 0:1.6
BuildRequires:  ant
BuildRequires:  apache-commons-logging
%if %with full
#BuildRequires: jacl
BuildRequires:  jython
#BuildRequires: netrexx
BuildRequires:  rhino
BuildRequires:  java-devel >= 0:1.6
%endif
BuildRequires:  servletapi5
BuildRequires:	java-rpmbuild
Buildarch:      noarch

%description
Bean Scripting Framework (BSF) is a set of Java classes which provides
scripting language support within Java applications, and access to Java
objects and methods from scripting languages. BSF allows one to write
JSPs in languages other than Java while providing access to the Java
class library. In addition, BSF permits any Java application to be
implemented in part (or dynamically extended) by a language that is
embedded within it. This is achieved by providing an API that permits
calling scripting language engines from within Java, as well as an
object registry that exposes Java objects to these scripting language
engines.

BSF supports several scripting languages currently:
* Javascript (using Rhino ECMAScript, from the Mozilla project)
* Python (using either Jython or JPython)
* Tcl (using Jacl)
* NetRexx (an extension of the IBM REXX scripting language in Java)
* XSLT Stylesheets (as a component of Apache XML project's Xalan and
Xerces)

In addition, the following languages are supported with their own BSF
engines:
* Java (using BeanShell, from the BeanShell project)
* JRuby
* JudoScript

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
%{_bindir}/find . -name '*.jar' -o -name '*.class' | %{_bindir}/xargs -t %{__rm}
cp -a %{SOURCE3} build-properties.xml

%build
%if %with full
export CLASSPATH=$(build-classpath rhino xalan-j2 jython servletapi5 jspapi apache-commons-logging)
%else
export CLASSPATH=$(build-classpath servletapi5 jspapi apache-commons-logging)
%endif
##export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib/tools.jar
%{ant} bindist

%install
%{__rm} -rf %{buildroot}
# jar
%{__mkdir_p} 755 %{buildroot}%{_javadir}
cp -a dist/bsf-%{version}/lib/bsf.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)
# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/bsf-%{version}/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%{__perl} -pi -e 's/\r$//g' dist/bsf-%{version}/samples/scriptedui/ui.jacl dist/bsf-%{version}/samples/scriptedui/ui.py

%post javadoc
%{__rm} -f %{_javadocdir}/%{name}
%{__ln_s} %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ $1 -eq 0 ]; then
  %{__rm} -f %{_javadocdir}/%{name}
fi

%files
%defattr(0644,root,root,0755)
%doc dist/bsf-%{version}/*.txt dist/bsf-%{version}/samples
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%ghost %{_javadocdir}/%{name}

%changelog
* Mon Jul 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.4.0-5
+ Revision: ee333df
- Switch to apache-commons-logging



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16006 |14mr|bsh-1.3.0-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           bsh
Version:        1.3.0
Release:        22
Summary:        Lightweight Scripting for Java
License:        SPL or LGPLv2+
Source0:        %{name}-%{version}-src.tar.bz2
#cvs -d:pserver:anonymous@beanshell.cvs.sourceforge.net:/cvsroot/beanshell login
#cvs -z3 -d:pserver:anonymous@beanshell.cvs.sourceforge.net:/cvsroot/beanshell export -r rel_1_3_0_final BeanShell
#tar cjf bsh-1.3.0-src.tar.bz2 BeanShell
Source1:        bsh-1.3.0.pom
Source2:        bsh-bsf-1.3.0.pom
Source3:        %{name}-desktop.desktop

Patch0:         %{name}-build.patch
Patch1:         %{name}-xsl-fixes.patch
BuildRequires:  java >= 0:1.6.0
BuildRequires:  ant, bsf, ant-trax, imagemagick, desktop-file-utils
BuildRequires:  servlet
BuildRequires:  xalan-j2
BuildRequires:  xml-commons-apis
Requires:       java >= 0:1.6.0
Requires:       bsf
Requires:       jpackage-utils >= 0:1.7.5-3.9
URL:            http://www.beanshell.org/
Group:          Development/Java
BuildArch:      noarch

%description
BeanShell is a small, free, embeddable, Java source interpreter with
object scripting language features, written in Java. BeanShell executes
standard Java statements and expressions, in addition to obvious
scripting commands and syntax. BeanShell supports scripted objects as
simple method closures like those in Perl and JavaScript(tm).
You can use BeanShell interactively for Java experimentation and
debugging or as a simple scripting engine for your applications. In
short: BeanShell is a dynamically interpreted Java, plus some useful
stuff. Another way to describe it is to say that in many ways BeanShell
is to Java as Tcl/Tk is to C: BeanShell is embeddable - You can call
BeanShell from your Java applications to execute Java code dynamically
at run-time or to provide scripting extensibility for your applications.
Alternatively, you can call your Java applications and objects from
BeanShell; working with Java objects and APIs dynamically. Since
BeanShell is written in Java and runs in the same space as your
application, you can freely pass references to "real live" objects into
scripts and return them as results.

%package manual
Summary:        Manual for %{name}
Group:          Development/Java

%description manual
Documentation for %{name}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package demo
Summary:        Demo for %{name}
Group:          Development/Java
AutoReqProv:    no
Requires:       %{name} = %{version}-%{release}
Requires:       /usr/bin/env

%description demo
Demonstrations and samples for %{name}.

%package utils
Summary:        %{name} utilities
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jline
Provides:       %{name}-desktop = %{version}-%{release}
Obsoletes:      %{name}-desktop < 0:1.3.0-17
# So that yum will pull this in on base package upgrades from < 0:1.3.0-17
# (bsh and bshdoc scripts moved here in -17):
Obsoletes:      %{name} < 0:1.3.0-17

%description utils
%{name} utilities.

%prep
%setup -q -n BeanShell
%patch0 -p1
%patch1 -p1
for j in $(find . -name "*.jar"); do
    mv $j $j.no
done
# remove all CVS files
for dir in `find . -type d -name CVS`; do rm -rf $dir; done
for file in `find . -type f -name .cvsignore`; do rm -rf $file; done
# fix rpmlint spurious-executable-perm warnings
for i in backbutton forwardbutton homebutton remoteconsole upbutton; do
    chmod 644 docs/images/$i.gif
done

%build
mkdir -p lib
pushd lib
ln -sf $(build-classpath bsf)
ln -sf $(build-classpath servlet)
ln -sf $(build-classpath xalan-j2-serializer)
popd
export CLASSPATH=$CLASSPATH:$(build-classpath xalan-j2-serializer)
ant="ant -Dant.build.javac.source=1.5"
$ant dist
%ifnarch ppc64 s390x
(cd docs/faq && $ant)
(cd docs/manual && $ant)
%endif

%install
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 dist/%{name}-%{version}.jar \
             $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
install -m 644 dist/%{name}-bsf-%{version}.jar \
             $RPM_BUILD_ROOT%{_javadir}/%{name}-bsf-%{version}.jar
install -m 644 dist/%{name}-classpath-%{version}.jar \
             $RPM_BUILD_ROOT%{_javadir}/%{name}-classpath-%{version}.jar
install -m 644 dist/%{name}-commands-%{version}.jar \
             $RPM_BUILD_ROOT%{_javadir}/%{name}-commands-%{version}.jar
install -m 644 dist/%{name}-core-%{version}.jar \
             $RPM_BUILD_ROOT%{_javadir}/%{name}-core-%{version}.jar
install -m 644 dist/%{name}-reflect-%{version}.jar \
             $RPM_BUILD_ROOT%{_javadir}/%{name}-reflect-%{version}.jar
install -m 644 dist/%{name}-util-%{version}.jar \
             $RPM_BUILD_ROOT%{_javadir}/%{name}-util-%{version}.jar

(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done)
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}
%add_to_maven_depmap %{name} %{name}-bsf %{version} JPP %{name}-bsf

# poms
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 %{SOURCE1} \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}.pom
install -pm 644 %{SOURCE2} \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}-bsf.pom

# manual
find docs -name ".cvswrappers" -exec rm -f {} \;
find docs -name "*.xml" -exec rm -f {} \;
find docs -name "*.xsl" -exec rm -f {} \;
find docs -name "*.log" -exec rm -f {} \;
%ifnarch ppc64 s390x
(cd docs/manual && mv html/* .)
(cd docs/manual && rm -rf html)
(cd docs/manual && rm -rf xsl)
%endif
# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
# menu entry
desktop-file-install --vendor=fedora --mode=644 \
  --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE3}
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps
convert src/bsh/util/lib/icon.gif \
  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/bsh.png

# demo
for i in `find tests -name \*.bsh`; do
  perl -p -i -e 's,^\n?#!(/(usr/)?bin/java bsh\.Interpreter|/bin/sh),#!/usr/bin/env %{_bindir}/%{name},' $i
  if head -1 $i | grep '#!/usr/bin/env %{_bindir}/%{name}' >/dev/null; then
    chmod 755 $i
  else
    chmod a+r $i
  fi
done
for i in `find tests -name \*.java -o -name \*.gif -o -name \*.txt`; do
  chmod 644 $i
done
chmod 755 tests/Template
cat > one << EOF
#!/bin/sh

EOF
cat tests/Interactive/reload/one >> one
cat one > tests/Interactive/reload/one
rm one
cat > two << EOF
#!/bin/sh

EOF
cat tests/Interactive/reload/two >> two
cat two > tests/Interactive/reload/two
rm two
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
cp -pr tests $RPM_BUILD_ROOT%{_datadir}/%{name}
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/webapps
install -m 644 dist/bshservlet.war $RPM_BUILD_ROOT%{_datadir}/%{name}/webapps
install -m 644 dist/bshservlet-wbsh.war $RPM_BUILD_ROOT%{_datadir}/%{name}/webapps

# scripts
install -d $RPM_BUILD_ROOT%{_bindir}

function bsh_script() {
    local jars=%{name}.jar runclass=
    if [ $2 = jline.ConsoleRunner ] ; then
        jars="$jars jline.jar"
        runclass=bsh.Interpreter
    fi
cat > $RPM_BUILD_ROOT%{_bindir}/$1 << EOF
#!/bin/sh
#
# $1 script
# JPackage Project (http://jpackage.sourceforge.net)

# Source functions library
_prefer_jre=true
. %{_datadir}/java-utils/java-functions

# Source system prefs
if [ -f %{_sysconfdir}/%{name}.conf ] ; then
  . %{_sysconfdir}/%{name}.conf
fi

# Source user prefs
if [ -f \$HOME/.%{name}rc ] ; then
  . \$HOME/.%{name}rc
fi

# Configuration
MAIN_CLASS=$2
if [ -n "\$BSH_DEBUG" ]; then
  BASE_FLAGS=-Ddebug=true
fi

BASE_JARS="$jars"

# Set parameters
set_jvm
set_classpath \$BASE_JARS
set_flags \$BASE_FLAGS
set_options \$BASE_OPTIONS

# Let's start
run $runclass "\$@"
EOF
}

bsh_script bsh jline.ConsoleRunner
bsh_script bsh-desktop bsh.Console

cat > $RPM_BUILD_ROOT%{_bindir}/%{name}doc << EOF
#!/usr/bin/env %{_bindir}/%{name}
EOF
cat scripts/bshdoc.bsh >> $RPM_BUILD_ROOT%{_bindir}/%{name}doc

%post utils
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%post
%update_maven_depmap

%postun utils
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%postun
%update_maven_depmap

%posttrans utils
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%files
%defattr(-,root,root)
%doc src/Changes.html src/License.txt src/README.txt
%{_javadir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/webapps
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}

%ifnarch ppc64 s390x
%files manual
%defattr(-,root,root)
%doc docs/*
%endif

%files javadoc
%defattr(-,root,root)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%files demo
%defattr(-,root,root)
%doc tests/README.txt tests/Interactive/README
%{_datadir}/%{name}/tests/*

%files utils
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/%{name}*
%{_datadir}/applications/*%{name}-desktop.desktop
%{_datadir}/icons/hicolor/*x*/apps/%{name}.png




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.0-22
+ Revision: 617ada4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16007 |14mr|btparser-0.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname btparser %{major}

Name:		btparser
Version:	0.19
Release:	2
Summary:	Parser and analyzer for backtraces produced by GDB
Group:		Development/Other
License:	GPLv2+
URL:		http://fedorahosted.org/btparser
Source0:	https://fedorahosted.org/released/btparser/%{name}-%{version}.tar.xz
Patch0:		btparser-0.18-automake1.12.patch
BuildRequires:	python-devel
BuildRequires:	pkgconfig(glib-2.0)
Conflicts:	%{libname} < 0.18

%description
Btparser is a backtrace parser and analyzer, which works with
backtraces produced by the GNU Project Debugger. It can parse a text
file with a backtrace to a tree of C structures, allowing to analyze
the threads and frames of the backtrace and work with them.

Btparser also contains some backtrace manipulation and extraction
routines:
- it can find a frame in the crash-time backtrace where the program
  most likely crashed (a chance is that the function described in that
  frame is buggy)
- it can produce a duplication hash of the backtrace, which helps to
  discover that two crash-time backtraces are duplicates, triggered by
  the same flaw of the code
- it can "rate" the backtrace quality, which depends on the number of
  frames with and without the function name known (missing function
  name is caused by missing debugging symbols)

%files
%doc README NEWS COPYING TODO ChangeLog
%{_bindir}/btparser
%{_mandir}/man1/%{name}.1.*
%{py_platsitedir}/%{name}/*

#--------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for reporting crashes to different targets
Group:		System/Libraries

%description -n %{libname}
Btparser is a backtrace parser and analyzer, which works with
backtraces produced by the GNU Project Debugger. It can parse a text
file with a backtrace to a tree of C structures, allowing to analyze
the threads and frames of the backtrace and work with them.

Btparser also contains some backtrace manipulation and extraction
routines:
- it can find a frame in the crash-time backtrace where the program
  most likely crashed (a chance is that the function described in that
  frame is buggy)
- it can produce a duplication hash of the backtrace, which helps to
  discover that two crash-time backtraces are duplicates, triggered by
  the same flaw of the code
- it can "rate" the backtrace quality, which depends on the number of
  frames with and without the function name known (missing function
  name is caused by missing debugging symbols)

%files -n %{libname}
%{_libdir}/libbtparser.so.%{major}*

#--------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Development libraries for %{name}
Group:		Development/Other
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
Development libraries and headers for %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*

#--------------------------------------------------------------------
%prep
%setup -q
%patch0 -p1
autoreconf -fi

%build
%configure --disable-static
%make

%install
%makeinstall_std

%check
make check



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.19-2
+ Revision: 8b843d7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16008 |14mr|btrfs-progs-0.20-0.rc1.20130705.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname_orig    libbtrfs
%define major           0
%define libname         %mklibname btrfs %{major}
%define develname       %mklibname btrfs -d

%define snapshot 20130705
Name:		btrfs-progs
Version:    0.20
Release:    0.rc1.%{snapshot}.1
Summary:	Userspace programs for btrfs

Group:		System/Kernel and hardware
License:	GPLv2
URL:		http://btrfs.wiki.kernel.org/
#Source0:        http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/%{name}-%{version}.tar.bz2
# git archive --prefix=btrfs-progs/ origin/master | xz > btrfs-progs-0.19-20120328.tar.xz
Source0:        %{name}-%{version}-rc1-%{snapshot}.tar.xz
# From http://www.spinics.net/lists/linux-btrfs/msg15899.html
Source1:        btrfs-completion.sh

BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	acl-devel
BuildRequires:  pkgconfig(blkid)
BuildRequires:  liblzo-devel

Requires:       %{libname_orig} = %{version}-%{release}

%description
The btrfs-progs package provides all the userpsace programs needed to create,
check, modify and correct any inconsistencies in the btrfs filesystem.

%package -n     %{libname}
Summary:        Main library for btrfs
Group:          System/Libraries
Provides:       %{libname_orig} = %{version}-%{release}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with btrfs

%package -n     %{develname}
Summary:        Headers for developing programs that will use btrfs
Group:          Development/C 
Requires:       %{libname} = %{version}
Provides:       %{libname_orig}-devel = %{version}-%{release}
Provides:       btrfs-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use btrfs

%prep
%setup -q -n %{name}
%apply_patches

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
%makeinstall bindir=%{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
cp %{SOURCE1} %{buildroot}%{_datadir}/bash-completion/completions/btrfs
ln -sv %{_sbindir}/btrfsck %{buildroot}%{_sbindir}/fsck.btrfs
rm -f %{buildroot}%{_libdir}/*.a

%files
%doc COPYING INSTALL
%{_sbindir}/btrfs
%{_sbindir}/btrfs-convert
%{_sbindir}/btrfs-debug-tree
%{_sbindir}/btrfs-find-root
%{_sbindir}/btrfs-image
%{_sbindir}/btrfs-map-logical
%{_sbindir}/btrfs-zero-log
%{_sbindir}/btrfsck
%{_sbindir}/btrfstune
%{_sbindir}/btrfs-show-super
%{_sbindir}/fsck.btrfs
%{_sbindir}/mkfs.btrfs
%{_mandir}/man8/btrfs.8.*
%{_mandir}/man8/btrfs-image.8*
%{_mandir}/man8/btrfsck.8*
%{_mandir}/man8/mkfs.btrfs.8*
%{_datadir}/bash-completion/completions/btrfs

%files -n %{libname}
%{_libdir}/libbtrfs.so.%{major}*

%files -n %{develname}
%{_includedir}/btrfs/*
%{_libdir}/libbtrfs.so

%changelog
* Wed Oct 09 2013 akdengi <alexander.kazancev@rosalab.ru> 0.20-0.rc1.20130705.1
+ Revision: c74b3f0
- update to git screenshot 0.20 rc1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16009 |14mr|busybox-1.22.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	uclibc
%define Werror_cflags	%{nil}
%define _ssp_cflags	%{nil}

Summary:	Multi-call binary combining many common Unix tools into one executable
Name:		busybox
Version:	1.22.1
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Shells
URL:		http://www.busybox.net/
Source0:	http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
Source1:	http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2.sign
Source2:	busybox-1.20.2-config
Source3:	busybox-1.18.4-minimal-config
Patch1:		busybox-i.15.2-no-march_i386.patch
Patch12:	busybox-1.2.2-ls.patch
Patch16:	busybox-1.10.1-hwclock.patch
# the default behaviour of busybox' pidof implementation is same as for
# 'pidof -x' from the standard implementation, so let's just make it
# ignore -x in stead of returning error
Patch17:	busybox-1.20.2-pidof-x-argument.patch
%if %{with uclibc}
BuildRequires:	uClibc-static-devel >= 0.9.33.2-3
%define __cc	%{uclibc_cc}
%define	cflags	%{uclibc_cflags}
%else
BuildRequires:	glibc-static-devel
BuildRequires:	tirpc-static-devel
%define	cflags	%{optflags}
%endif

%description
BusyBox combines tiny versions of many common UNIX utilities into a
single small executable. It provides minimalist replacements for most
of the utilities you usually find in GNU coreutils, shellutils, etc.
The utilities in BusyBox generally have fewer options than their
full-featured GNU cousins; however, the options that are included provide
the expected functionality and behave very much like their GNU counterparts.
BusyBox provides a fairly complete POSIX environment for any small or
embedded system.

BusyBox has been written with size-optimization and limited resources in
mind. It is also extremely modular so you can easily include or exclude
commands (or features) at compile time. This makes it easy to customize
your embedded systems. To create a working system, just add /dev, /etc,
and a kernel.

%package	static
Group:		Shells
Summary:	Static linked busybox

%description	static
This package contains a static linked busybox.

%prep
%setup -q
%patch1 -p1 -b .no_march~
%patch12 -p1 -b .ls~
%patch16 -p1 -b .ia64~
%patch17 -p1 -b .pidof_x~

%build
%if %{with uclibc}
mkdir -p minimal.static
pushd minimal.static
cp %{SOURCE3}  .config
yes "" | %make oldconfig V=1 KBUILD_SRC=.. -f ../Makefile
%make CC=%{__cc} LDFLAGS="%{ldflags}" V=1 CONFIG_STATIC=y CONFIG_EXTRA_CFLAGS="%{cflags}" KBUILD_SRC=.. -f ../Makefile
popd

mkdir -p minimal
pushd minimal
cp %{SOURCE3}  .config
yes "" | %make oldconfig V=1 KBUILD_SRC=.. -f ../Makefile
%make CC=%{__cc} LDFLAGS="%{ldflags}" V=1 CONFIG_STATIC=n CONFIG_EXTRA_CFLAGS="%{cflags}" KBUILD_SRC=.. -f ../Makefile
popd
%endif

mkdir -p full.static
pushd full.static
cp %{SOURCE2} .config
mv .config .config1 && \
    grep -v \
        -e ^CONFIG_FEATURE_HAVE_RPC \
        -e ^CONFIG_FEATURE_MOUNT_NFS \
        -e ^CONFIG_FEATURE_INETD_RPC \
        .config1 >.config && \
    echo "# CONFIG_FEATURE_HAVE_RPC is not set" >>.config && \
    echo "# CONFIG_FEATURE_MOUNT_NFS is not set" >>.config && \
    echo "# CONFIG_FEATURE_INETD_RPC is not set" >>.config && \
yes "" | %make oldconfig V=1 KBUILD_SRC=.. -f ../Makefile
%make CC=%{__cc} LDFLAGS="%{ldflags}" LDLIBS="-ltirpc -lm" V=1 CONFIG_STATIC=y CONFIG_EXTRA_CFLAGS="%{cflags}" KBUILD_SRC=.. -f ../Makefile
popd

mkdir -p full
pushd full
cp %{SOURCE2} .config
yes "" | %make oldconfig V=1 KBUILD_SRC=.. -f ../Makefile
%make CC=%{__cc} LDFLAGS="%{ldflags}" LDLIBS="-ltirpc -lm" V=1 CONFIG_STATIC=n CONFIG_EXTRA_CFLAGS="%{cflags}" KBUILD_SRC=.. -f ../Makefile CONFIG_PREFIX=%{buildroot}%{uclibc_root}
popd

%check
# FIXME
%if 0
%make CC=%{__cc} V=1 check
%endif

%install
%if %{with uclibc}
pushd full
make install CONFIG_PREFIX=%{buildroot}%{uclibc_root} CC=%{__cc} LDFLAGS="%{ldflags}" V=1 CONFIG_STATIC=n CONFIG_EXTRA_CFLAGS="%{cflags}"
popd

install -m755 minimal/busybox_unstripped -D %{buildroot}%{uclibc_root}%{_bindir}/busybox.minimal
mkdir -p %{buildroot}%{_bindir}
ln -s %{uclibc_root}/bin/busybox %{buildroot}%{_bindir}/busybox
install -m755 minimal.static/busybox_unstripped -D %{buildroot}%{uclibc_root}/bin/busybox.minimal.static
%else
install -m755 full/busybox_unstripped -D %{buildroot}%{_bindir}/busybox
%endif
install -m755 full.static/busybox_unstripped -D %{buildroot}/bin/busybox.static

%files
%doc AUTHORS README TODO
%{_bindir}/busybox
%if %{with uclibc}
%{uclibc_root}/linuxrc
%{uclibc_root}/bin/*
%{uclibc_root}/sbin/*
%{uclibc_root}%{_bindir}/*
%{uclibc_root}%{_sbindir}/*
%exclude %{uclibc_root}/bin/busybox.minimal.static
%endif

%files static
%doc AUTHORS README TODO
/bin/busybox.static
%if %{with uclibc}
%{uclibc_root}/bin/busybox.minimal.static
%endif

%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.22.1-1
+ Revision: 6f74590
- Fix build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16010 |14mr|byacc-20121003-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A public domain Yacc parser generator
Name:		byacc
Version:	20121003
Release:	2
License:	Public Domain
Group:		Development/Other
URL:		http://invisible-island.net/byacc/byacc.html
# old source: ftp://ftp.cs.berkeley.edu/ucb/4bsd/
Source0:	ftp://invisible-island.net/byacc/byacc-%{version}.tgz

%description
Byacc (Berkeley Yacc) is a public domain LALR parser generator which
is used by many programs during their build process.

If you are going to do development on your system, you will want to
install either this package or bison. Berkeley Yacc is regarded as a
better parser, while bison is more widely used under GNU world.

%prep
%setup -q

%build
%configure2_5x
%make

%check
make check

%install
%makeinstall_std

mv %{buildroot}%{_bindir}/{yacc,byacc}
ln -s yacc.1 %{buildroot}%{_mandir}/man1/byacc.1

%post
%{_sbindir}/update-alternatives --install %{_bindir}/yacc yacc %{_bindir}/byacc 20

%preun
if [ $1 -eq 0 ]; then
	%{_sbindir}/update-alternatives --remove yacc %{_bindir}/byacc
fi

%files
%defattr(0644,root,root,0755)
%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NOTES NO_WARRANTY README
%attr(0755,root,root) %{_bindir}/byacc
%{_mandir}/man1/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20121003-2
+ Revision: 6318b27
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16011 |14mr|byaccj-1.15-0.1.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Summary:        Parser Generator with Java Extension
Name:           byaccj
Version:        1.15
Release:        0.1.5
Epoch:          0
License:        Public Domain
URL:            http://byaccj.sourceforge.net/
Group:          Development/Java
Source0:        http://downloads.sourceforge.net/byaccj/byaccj%{version}_src.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
Requires:       man-pages

%description
BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible 
parser generator. Standard YACC takes a YACC source file, and 
generates one or more C files from it, which if compiled properly, 
will produce a LALR-grammar parser. This is useful for expression 
parsing, interactive command parsing, and file reading. Many 
megabytes of YACC code have been written over the years.
This is the standard YACC tool that is in use every day to produce 
C/C++ parsers. I have added a "-J" flag which will cause BYACC to 
generate Java source code, instead. So there finally is a YACC for 
Java now! 

%prep
%setup -q -n %{name}%{version}

%build
pushd src
perl -i.bak -lp -e 's{(\$\(CC\) -o yacc).*?(\$\(OBJ\))}{$1 \$(LDFLAGS) $2}' Makefile
%make CC=%{__cc} CFLAGS="%{optflags}" LDFLAGS="%{optflags}" linux
popd

sed -i 's/\r//g' docs/tf.y

%install
rm -rf $RPM_BUILD_ROOT

# manual
install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man1
mv docs/yacc.cat $RPM_BUILD_ROOT%{_mandir}/man1

# jars
mkdir -p $RPM_BUILD_ROOT%{_bindir}
cp -p src/yacc.linux \
  $RPM_BUILD_ROOT%{_bindir}/%{name}

mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
cp -p docs/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
cp -p src/README $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}
%{_mandir}/man1/yacc.cat*
%attr(755, root, root) %{_bindir}/%{name}





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.15-0.1.5
+ Revision: f099f1e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16012 |14mr|bzip2-1.0.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name}_ %{major}
%define develname %mklibname %{name} -d

%define buildpdf 0

Summary:	Extremely powerful file compression utility
Name:		bzip2
Version:	1.0.6
Release:	6
License:	BSD
Group:		Archiving/Compression
URL:		http://www.bzip.org/index.html
Source0:	http://www.bzip.org/%{version}/%{name}-%{version}.tar.gz
Source1:	bzgrep
Source2:	bzme
Source3:	bzme.1
Patch0:		bzip2-1.0.6-makefile.diff
Requires:	mktemp
Requires:	%{libname} = %{version}-%{release}
%if %{buildpdf}
BuildRequires:	tetex-dvips
BuildRequires:	tetex-latex
%endif
BuildRequires:	texinfo
BuildRequires:	libtool

%description
Bzip2 compresses files using the Burrows-Wheeler block-sorting text
compression algorithm, and Huffman coding. Compression is generally
considerably better than that achieved by more conventional LZ77/LZ78-based
compressors, and approaches the performance of the PPM family of statistical
compressors.

The command-line options are deliberately very similar to those of GNU Gzip,
but they are not identical.

%package -n %{libname}
Summary:	Libraries for developing apps which will use bzip2
Group:		System/Libraries

%description -n	%{libname}
Library of bzip2 functions, for developing apps which will use the
bzip2 library (aka libz2).

%package -n %{develname}
Summary:	Header files for developing apps which will use bzip2
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname bzip2_ 1 -d} < 1.0.5-3

%description -n	%{develname}
Header files and static library of bzip2 functions, for developing apps which
will use the bzip2 library (aka libz2).

%prep
%setup -q
%patch0 -p1 -b .makefile

echo "lib = %{_lib}" >> config.in
echo "CFLAGS = %{optflags}" >> config.in
echo "LDFLAGS = %{ldflags}" >> config.in

cp %{SOURCE1} bzgrep
cp %{SOURCE2} bzme
cp %{SOURCE3} bzme.1

%build
%make -f Makefile-libbz2_so
%make

%if %{buildpdf}
texi2dvi --pdf manual.texi
%endif

%install
%makeinstall_std

install -m0755 bzme %{buildroot}%{_bindir}/
install -m0755 bzgrep %{buildroot}%{_bindir}/
install -m0644 bzgrep.1 %{buildroot}%{_mandir}/man1/

cat > %{buildroot}%{_bindir}/bzless <<EOF
#!/bin/sh
%{_bindir}/bunzip2 -c "\$@" | %{_bindir}/less
EOF
chmod 755 %{buildroot}%{_bindir}/bzless
install -m 644 %{SOURCE3} %{buildroot}%{_mandir}/man1/

# cleanup
rm -f %{buildroot}%{_libdir}/*.a

%files
%doc README LICENSE CHANGES
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{libname}
%doc LICENSE
%{_libdir}/libbz2.so.%{major}*

%files -n %{develname}
%doc *.html LICENSE
%if %{buildpdf}
%doc manual.pdf
%endif
%{_libdir}/libbz2.so
%{_includedir}/*.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.6-6
+ Revision: 4549aa9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16013 |14mr|c2050-0.4-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Driver for the Lexmark 2050 printer
Name:		c2050
Version:	0.4
Release:	14
Group:		System/Printing
License:	GPL
URL:		http://www.prato.linux.it/~mnencia/lexmark2050
Source0:	http://www.prato.linux.it/~mnencia/lexmark2050/%{name}-%{version}.tar.gz
Patch0:		c2050-0.3-looplimits.patch
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Lexmark 2050 Color Jetprinter printer driver.

%prep

%setup -q
%patch0 -p0 -b .looplimits

%build
%{__cc} %{optflags} %{ldflags} -o c2050 c2050.c

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

install -m0755 c2050 %{buildroot}%{_bindir}/
install -m0755 ps2lexmark %{buildroot}%{_bindir}/
install -m0755 ps2monolexmark %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc README COPYING
%attr(0755,root,root) %{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-14
+ Revision: 26710ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16014 |14mr|c2070-0.99-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lexmark 2070 Printer color driver
Name:		c2070
Version:	0.99
Release:	13
Group:		System/Printing
License:	GPL
URL:		http://www.linuxprinting.org/show_driver.cgi?driver=%{name}
Source0:	ftp://mirror.linuxsoft.cz/pool/5865/%{name}-%{version}.tar.gz
Patch0:		c2070-0.99-looplimits.patch
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This filter allows to color print in a Lexmark 2070 (windows GDI) printer.

%prep

%setup -q
%patch0 -p1 -b .looplimits

%build
%{__cc} %{optflags} %{ldflags} -o c2070 c2070.c

%install
rm -rf %{buildroot}

install -d %{buildroot}/%{_bindir}
install -m0755 c2070 %{buildroot}/%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc LICENSE README
%attr(0755,root,root) %{_bindir}/c2070



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.99-13
+ Revision: 187834b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16015 |14mr|cabextract-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A program to extract Microsoft Cabinet files
Name: cabextract
Version: 1.4
Release: 3
Group: Archiving/Compression
License: GPLv2+
Source: http://www.cabextract.org.uk/%{name}-%{version}.tar.gz
URL: http://www.cabextract.org.uk/
BuildRoot: %{_tmppath}/%{name}-%{version}-root

%description
Cabinet (.CAB) files are a form of archive, which Microsoft use to
distribute their software, and things like Windows Font Packs. The
cabextract program simply unpacks such files.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf ${RPM_BUILD_ROOT}
%makeinstall_std

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(0644, root, root, 0755)
%doc AUTHORS ChangeLog NEWS README
%attr(0755, root, root) %{_bindir}/cabextract
%{_mandir}/man1/cabextract.1*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 681276e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16016 |14mr|cagibi-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An experimental cache/proxy system for the SSDPpart of UPnP
Name:		cagibi
Version:	0.2.0
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.kde.org
Source0:	http://fr2.rpmfind.net/linux/KDE/stable/cagibi/%{name}-%{version}.tar.bz2

BuildRequires:	automoc4
BuildRequires:	kde4-macros
BuildRequires:	qt4-devel

%description
Cagibi aims to be to SSDP what Avahi is to DNS-SD/Zeroconf:
a cache caching all service/device announcements on the network in a
local process as well as being a broker serving local announcements to
the network.
Both should be done by a single daemon process, accessable via D-Bus
on the system bus. The cache should offer active queries, so another
process is only informed about changes about UPnP devices it is
interested in.

%files
%{_kde_bindir}/cagibid
%{_sysconfdir}/cagibid.conf
%{_sysconfdir}/dbus-1/system.d/org.kde.Cagibi.conf
%{_datadir}/dbus-1/interfaces/org.kde.Cagibi.*
%{_datadir}/dbus-1/system-services/org.kde.Cagibi.service

#--------------------------------------------------------------------
%package	devel
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{name} = %{version}

# %description devel
# This package contains development files for %{name}.

# %files devel
#% {_kde_libdir}/pkgconfig/*.pc

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.0-2
+ Revision: beb7afb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16017 |14mr|cairo-1.12.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major	2
%define libname		%mklibname cairo %{lib_major}
%define devname	%mklibname -d cairo

#gw check coverage fails in 1.9.4
%define enable_test 0
%define stable 1
%define build_plf 0
%define build_doc 0
%define enable_xcb 0

%{?_with_plf: %{expand: %%global build_plf 1}}
%if %{build_plf}
%define distsuffix plf
%endif

Summary:	Cairo - multi-platform 2D graphics library
Name:		cairo
Version:	1.12.16
Release:	3
License:	BSD
Group:		System/Libraries
Url:		http://cairographics.org/
%if %{stable}
Source0:	http://cairographics.org/releases/%{name}-%{version}.tar.xz
Source1:	http://cairographics.org/releases/%{name}-%{version}.tar.xz.sha1
Source2:	http://cairographics.org/releases/%{name}-%{version}.tar.xz.sha1.asc
%else
Source0:	http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
Source1:	http://cairographics.org/snapshots/%{name}-%{version}.tar.gz.sha1
%endif
# http://bugs.freedesktop.org/show_bug.cgi?id=11838
# http://bugs.freedesktop.org/show_bug.cgi?id=13335
# https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/209256
# http://forums.fedoraforum.org/showthread.php?p=1094309#post1094309
Patch0:		cairo-respect-fontconfig.patch

# https://bugs.freedesktop.org/show_bug.cgi?id=30910
Patch1:		cairo-1.12.2-rosa-buildfix.patch

# From Fedora, fix possible crashes:
Patch2:		cairo-1.12.8-0-sized-glyph-xlib.patch
Patch3:		cairo-1.12.8-0-sized-glyph-xcb.patch

%if %{build_doc}
BuildRequires:	gtk-doc
%endif
%if %{enable_test}
BuildRequires:	fonts-ttf-bitstream-vera
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(rsvg-2.0)
%endif
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libspectre)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	x11-server-xvfb

%description
Cairo provides anti-aliased vector-based rendering for X. Paths
consist of line segments and cubic splines and can be rendered at any
width with various join and cap styles. All colors may be specified
with optional translucence (opacity/alpha) and combined using the
extended Porter/Duff compositing algebra as found in the X Render
Extension.

Cairo exports a stateful rendering API similar in spirit to the path
construction, text, and painting operators of PostScript, (with the
significant addition of translucence in the imaging model). When
complete, the API is intended to support the complete imaging model of
PDF 1.4.

Cairo relies on the Xc library for backend rendering. Xc provides an
abstract interface for rendering to multiple target types. As of this
writing, Xc allows Cairo to target X drawables as well as generic
image buffers. Future backends such as PostScript, PDF, and perhaps
OpenGL are currently being planned.

%if %{build_plf}
This package is in restricted repository because this build has LCD subpixel
hinting enabled which are covered by software patents.
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Cairo - multi-platform 2D graphics library
Group:		System/Libraries

%description -n %{libname}
Cairo provides anti-aliased vector-based rendering for X. Paths
consist of line segments and cubic splines and can be rendered at any
width with various join and cap styles. All colors may be specified
with optional translucence (opacity/alpha) and combined using the
extended Porter/Duff compositing algebra as found in the X Render
Extension.

Cairo exports a stateful rendering API similar in spirit to the path
construction, text, and painting operators of PostScript, (with the
significant addition of translucence in the imaging model). When
complete, the API is intended to support the complete imaging model of
PDF 1.4.

Cairo relies on the Xc library for backend rendering. Xc provides an
abstract interface for rendering to multiple target types. As of this
writing, Xc allows Cairo to target X drawables as well as generic
image buffers. Future backends such as PostScript, PDF, and perhaps
OpenGL are currently being planned.

%if %{build_plf}
This package is in restricted repository because this build has LCD subpixel
hinting enabled which are covered by software patents.
%endif

%files -n %{libname}
%doc COPYING
%{_libdir}/libcairo.so.%{lib_major}*
%{_libdir}/libcairo-gobject.so.%{lib_major}*
%{_libdir}/libcairo-script-interpreter.so.%{lib_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Cairo library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development files for Cairo library.

%files -n %{devname}
%doc AUTHORS NEWS README
%doc RELEASING BIBLIOGRAPHY BUGS ChangeLog
%attr(755,root,root) %{_bindir}/cairo-trace
%attr(755,root,root) %{_bindir}/cairo-sphinx
%{_libdir}/cairo/
%{_libdir}/lib*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/cairo/

#----------------------------------------------------------------------------

%prep
%setup -q
%if %{build_plf}
%patch0 -p1
%endif
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
./autogen.sh
%configure2_5x \
	--disable-static \
	--enable-pdf \
	--enable-ps \
	--enable-tee \
%if %{build_doc}
	--enable-gtk-doc \
%endif
%if %{enable_xcb}
	--enable-xcb
%endif

%make

%if %{enable_test}
%check
XDISPLAY=$(i=1; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
%{_bindir}/Xvfb -screen 0 1600x1200x24 :$XDISPLAY &
export DISPLAY=:$XDISPLAY
make check
kill $(cat /tmp/.X$XDISPLAY-lock)
%endif

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.12.16-3
+ Revision: 2dc02a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16018 |14mr|cairomm-1.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major       1
%define libname        %mklibname %{name} %{api}_%{major}
%define libnamedev     %mklibname -d %{name} %{api}

Summary: C++ API for the cairo multi-platform 2D graphics library
Name:		cairomm
Version:	1.10.0
Release:	4
Source0: http://cairographics.org/releases/%{name}-%{version}.tar.gz
License: LGPLv2+
Group: System/Libraries
Url: http://cairographics.org/cairomm
BuildRequires: cairo-devel
BuildRequires: sigc++2.0-devel
BuildRequires: doxygen

%description
This is a C++ API for the Cairo graphics library.

Cairo provides anti-aliased vector-based rendering for X. Paths
consist of line segments and cubic splines and can be rendered at any
width with various join and cap styles. All colors may be specified
with optional translucence (opacity/alpha) and combined using the
extended Porter/Duff compositing algebra as found in the X Render
Extension.

%package -n %{libname}
Summary:	Cairomm - multi-platform 2D graphics library
Group:		System/Libraries

%description -n %{libname}
This is a C++ API for the Cairo graphics library.

Cairo provides anti-aliased vector-based rendering for X. Paths
consist of line segments and cubic splines and can be rendered at any
width with various join and cap styles. All colors may be specified
with optional translucence (opacity/alpha) and combined using the
extended Porter/Duff compositing algebra as found in the X Render
Extension.

%package -n %{libnamedev}
Summary:	Development files for Cairomm library
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	lib%{name}%{api}-devel = %{version}-%{release}
Obsoletes:      %mklibname -d %{name} 1.0_1

%description -n %{libnamedev}
This is a C++ API for the Cairo graphics library.

Cairo provides anti-aliased vector-based rendering for X. Paths
consist of line segments and cubic splines and can be rendered at any
width with various join and cap styles. All colors may be specified
with optional translucence (opacity/alpha) and combined using the
extended Porter/Duff compositing algebra as found in the X Render
Extension.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libcairomm-%{api}.so.%{major}*

%files -n %{libnamedev}
%doc %{_datadir}/doc/cairomm-%{api}
%doc AUTHORS ChangeLog MAINTAINERS NEWS README
%{_libdir}/lib*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%dir %{_libdir}/%{name}-%{api}/
%dir %{_libdir}/%{name}-%{api}/include/
%{_libdir}/%{name}-%{api}/include/*.h
%{_datadir}/devhelp/books/%{name}-%{api}/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10.0-4
+ Revision: bef9288
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16019 |14mr|cantor-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Interface for doing Mathematics and Scientific Computing
Name:		cantor
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://edu.kde.org/cantor/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	analitza-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libR)
BuildRequires:	pkgconfig(libspectre)
BuildRequires:	pkgconfig(libqalculate)
BuildRequires:	pkgconfig(python)

%description
Cantor is a KDE Application aimed to provide a nice Interface
for doing Mathematics and Scientific Computing. It doesn't implement
its own Computation Logic, but instead is built around different
Backends.

%files
%doc README TODO
%doc %{_kde_docdir}/HTML/en/cantor
%{_kde_bindir}/cantor
%{_kde_bindir}/cantor_rserver
%{_kde_libdir}/kde4/cantor_advancedplotassistant.so
%{_kde_libdir}/kde4/cantor_creatematrixassistant.so
%{_kde_libdir}/kde4/cantor_differentiateassistant.so
%{_kde_libdir}/kde4/cantor_eigenvaluesassistant.so
%{_kde_libdir}/kde4/cantor_eigenvectorsassistant.so
%{_kde_libdir}/kde4/cantor_helppanelplugin.so
%{_kde_libdir}/kde4/cantor_importpackageassistant.so
%{_kde_libdir}/kde4/cantor_integrateassistant.so
%{_kde_libdir}/kde4/cantor_invertmatrixassistant.so
%{_kde_libdir}/kde4/cantor_kalgebrabackend.so
%{_kde_libdir}/kde4/cantor_maximabackend.so
%{_kde_libdir}/kde4/cantor_nullbackend.so
%{_kde_libdir}/kde4/cantor_octavebackend.so
%{_kde_libdir}/kde4/cantor_python2backend.so
%{_kde_libdir}/kde4/cantor_plot2dassistant.so
%{_kde_libdir}/kde4/cantor_plot3dassistant.so
%{_kde_libdir}/kde4/cantor_qalculatebackend.so
%{_kde_libdir}/kde4/cantor_qalculateplotassistant.so
%{_kde_libdir}/kde4/cantor_rbackend.so
%{_kde_libdir}/kde4/cantor_runscriptassistant.so
%{_kde_libdir}/kde4/cantor_sagebackend.so
%{_kde_libdir}/kde4/cantor_scilabbackend.so
%{_kde_libdir}/kde4/cantor_solveassistant.so
%{_kde_libdir}/kde4/cantor_variablemanagerplugin.so
%{_kde_libdir}/kde4/libcantorpart.so
%{_kde_libdir}/libcantor_config.so
%{_kde_applicationsdir}/cantor.desktop
%{_kde_appsdir}/cantor
%{_kde_iconsdir}/*/*/apps/cantor.*
%{_kde_iconsdir}/*/*/apps/maximabackend.png
%{_kde_iconsdir}/*/*/apps/octavebackend.png
%{_kde_iconsdir}/*/*/apps/pythonbackend.png
%{_kde_iconsdir}/*/*/apps/qalculatebackend.png
%{_kde_iconsdir}/*/*/apps/rbackend.png
%{_kde_iconsdir}/*/*/apps/sagebackend.png
%{_kde_iconsdir}/*/*/apps/scilabbackend.png
%{_kde_configdir}/cantor*.knsrc
%{_kde_datadir}/config.kcfg/cantor.kcfg
%{_kde_datadir}/config.kcfg/cantor_libs.kcfg
%{_kde_datadir}/config.kcfg/maximabackend.kcfg
%{_kde_datadir}/config.kcfg/octavebackend.kcfg
%{_kde_datadir}/config.kcfg/python2backend.kcfg
%{_kde_datadir}/config.kcfg/qalculatebackend.kcfg
%{_kde_datadir}/config.kcfg/rserver.kcfg
%{_kde_datadir}/config.kcfg/sagebackend.kcfg
%{_kde_datadir}/config.kcfg/scilabbackend.kcfg
%{_kde_services}/cantor
%{_kde_servicetypes}/cantor_assistant.desktop
%{_kde_servicetypes}/cantor_backend.desktop
%{_kde_servicetypes}/cantor_panelplugin.desktop

#---------------------------------------------

%define cantorlibs_major 1
%define libcantorlibs %mklibname cantorlibs %{cantorlibs_major}

%package -n %{libcantorlibs}
Summary:	Runtime library for cantor
Group:		System/Libraries
Obsoletes:	%{mklibname cantorlibs 0} < %{EVRD}

%description -n %{libcantorlibs}
Runtime library for cantor.

%files -n %{libcantorlibs}
%{_kde_libdir}/libcantorlibs.so.0*
%{_kde_libdir}/libcantorlibs.so.%{cantorlibs_major}

#---------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libcantorlibs} = %{EVRD}
Conflicts:	kdeedu4-devel < 4.6.90

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_libdir}/libcantorlibs.so
%{_includedir}/%{name}

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 03acb9a
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16020 |14mr|c-ares-1.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname cares %{major}
%define devname %mklibname cares -d

Summary:	A library that performs asynchronous DNS operations
Name:		c-ares
Version:	1.10.0
Release:	2
License:	MIT
Group:		System/Libraries
Url:		http://c-ares.haxx.se/
Source0:	http://c-ares.haxx.se/download/%{name}-%{version}.tar.gz
Patch0:		c-ares-1.10.0-fdr-rpm-compiler-options.patch
Patch1:		c-ares-1.10.0-fdr-multilib.patch

%description
c-ares is a C library that performs DNS requests and name resolves
asynchronously. c-ares is a fork of the library named 'ares', written
by Greg Hudson at MIT.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library that performs asynchronous DNS operations
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
c-ares is a C library that performs DNS requests and name resolves
asynchronously. c-ares is a fork of the library named 'ares', written
by Greg Hudson at MIT.

%files -n %{libname}
%{_libdir}/libcares.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for c-ares
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and developemnt libraries
needed to compile applications or shared objects that use c-ares.

%files -n %{devname}
%doc README README.cares CHANGES NEWS
%{_includedir}/ares*.h
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/libcares.pc
%{_mandir}/man3/ares_*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
	--enable-shared \
	--enable-thread \
	--enable-libgcc \
	--enable-nonblocking \
	--enable-optimize \
	--disable-static

%make

%install
%makeinstall_std


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.10.0-2
+ Revision: a175fff
- Restore some Provides because they seem to be useful



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16021 |14mr|caribou-0.4.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define major		0
%define gir_major	1.0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname -d %{name}
%define girname		%mklibname %{name}-gir %{gir_major}

Summary:	A simplified in-place on-screen keyboard
Name:		caribou
Version:	0.4.13
Release:	2
Group:		Accessibility
License:	LGPLv2+
URL:		http://live.gnome.org/Caribou
Source0:	http://ftp.gnome.org/pub/GNOME/sources/caribou/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool
BuildRequires:	python-virtkey
BuildRequires:	python-at-spi
BuildRequires:	python-gi
BuildRequires:	vala
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(gee-1.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libxklavier)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(xtst)
Requires:	pyatspi

%description
Caribou is a text entry application that currently manifests itself as
a simplified in-place on-screen keyboard.

%package	gtk2
Summary:	GTK2 Integration for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description	gtk2
GTK2 Integration for %{name}.

%package	gtk3
Summary:	GTK3 Integration for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description	gtk3
GTK3 Integration for %{name}.

%package -n	%{libname}
Summary:	Library files for %{name}
Group:		System/Libraries

%description -n %{libname}
Library files for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

find %{buildroot} -name '*.la' -exec rm -f {} ';'

echo "OnlyShowIn=GNOME;" >> %{buildroot}%{_sysconfdir}/xdg/autostart/caribou-autostart.desktop
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/caribou-autostart.desktop || :

%find_lang caribou

%files -f caribou.lang
%doc NEWS README
%{_bindir}/caribou
%{_bindir}/caribou-preferences
%{_datadir}/caribou
%{_datadir}/antler
%{_datadir}/dbus-1/services/org.gnome.Caribou.Antler.service
%{_libexecdir}/antler-keyboard
%{_sysconfdir}/xdg/autostart/caribou-autostart.desktop
%{_datadir}/glib-2.0/schemas/*
%{py_puresitedir}/caribou

%files gtk2
%{_libdir}/gtk-2.0/modules/libcaribou-gtk-module.so

%files gtk3
%{_libdir}/gtk-3.0/modules/libcaribou-gtk-module.so
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/caribou-gtk-module.desktop

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Caribou-%{gir_major}.typelib

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_datadir}/gir-1.0/Caribou-%{gir_major}.gir
%{_libdir}/pkgconfig/caribou-1.0.pc
%{_datadir}/vala

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.13-2
+ Revision: 8bc1e1f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16022 |14mr|castor-1.0.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME:
# W: castor class-path-in-manifest /usr/share/java/castor-1.0.5.jar
# W: castor-xml class-path-in-manifest /usr/share/java/castor-xml-1.0.5.jar

%define gcj_support     1
# XXX: This requires org.mockebj.*
%bcond_with             examples
%bcond_with             tests

Summary:        An open source data binding framework for Java
Name:           castor
Version:        1.0.5
Release:        5
Epoch:          0
Group:          Development/Java
License:        BSD-style
URL:            http://www.castor.org/
Source0:        http://dist.codehaus.org/castor/%{version}/castor-%{version}-src.tgz
Patch0:         example-servletapi4.patch
Patch1:         example-servletapi5.patch
Patch2:		castor-fix-build.patch
Patch3:		castor-fix-encoding.patch
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
Buildarch:      noarch
%endif
Requires:       adaptx
Requires:	cglib
Requires:       jakarta-commons-logging
Requires:       jdbc-stdext
Requires:       jndi
Requires:       jta
Requires:       ldapjdk
Requires:       log4j
Requires:       oro
Requires:       regexp
Requires:       xerces-j2
BuildRequires:  adaptx
BuildRequires:  ant
BuildRequires:  ant-trax
BuildRequires:  cglib
BuildRequires:  xalan-j2
BuildRequires:  jakarta-commons-logging
BuildRequires:  jdbc-stdext
BuildRequires:  jndi
BuildRequires:  jpackage-utils >= 0:1.5.16
BuildRequires:  junit
BuildRequires:  jta
BuildRequires:  ldapjdk
BuildRequires:  log4j
BuildRequires:  oro
BuildRequires:  regexp
BuildRequires:  xerces-j2
BuildRequires:  java-rpmbuild
%if %{gcj_support}
BuildRequires:    java-gcj-compat-devel >= 0:1.0.31
%else
BuildArch:        noarch
%endif

%description
Castor is an open source data binding framework for Java. It's basically
the shortest path between Java objects, XML documents and SQL tables.
Castor provides Java to XML binding, Java to SQL persistence, and then
some more.

%package demo
Group:          Development/Java
Summary:        Demo for %{name}
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       servletapi5
BuildRequires:  servletapi5 

%description demo
Demonstrations and samples for %{name}.

%if %with tests
%package test
Group:          Development/Java
Summary:        Tests for %{name}
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       junit
BuildRequires:  junit

%description test
Tests for %{name}.
%endif

%package xml
Group:          Development/Java
Summary:        XML support for %{name}
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description xml
XML support for Castor.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%package doc
Summary:        Documentation for %{name}
Group:          Development/Java

%description doc
Documentation for %{name}.

%prep
%setup -q
#find . -type f -name "*.jar" | %{_bindir}/xargs -t %{__rm}
#find . -type f -name "*.class" | %{_bindir}/xargs -t %{__rm}
%if 0
find . -name "*.java" -exec perl -p -i -e 's|assert\(|assertTrue\(|g;' {} \;
find . -name "*.java" -exec perl -p -i -e 's|_test.name\(\)|_test.getName\(\)|g;' {} \;
find src/doc -name "*.xml" -exec perl -p -i -e 's|\222|&#x92;|g;' {} \;
%endif
%patch0
%patch1
%patch2
%patch3

%build

export CLASSPATH=$(build-classpath adaptx cglib castor jakarta-commons-logging jdbc-stdext jndi jta junit ldapjdk log4j oro regexp servletapi5 xerces-j2)
export OPT_JAR_LIST="adaptx ant/ant-trax xalan-j2 xalan-j2-serializer"
%{__perl} -pi -e 's/<javac/<javac nowarn="true"/g' src/build.xml
%{ant} -Dbuild.sysclasspath=first -buildfile src/build.xml jar
%if %with examples
ant -buildfile src/build.xml compile.examples
%endif
%if %with tests
ant -buildfile src/build.xml CTFjar
%endif
ant -buildfile src/build.xml javadoc

%install

# jar
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 dist/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
install -m 644 dist/%{name}-%{version}-xml.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-xml-%{version}.jar
%if %with tests
install -m 644 dist/CTF-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-tests-%{version}.jar
%endif
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
%{__mkdir_p} %{buildroot}%{_datadir}/%{name}

%if %with examples
# examples (demo)
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/examples
cp -pr build/examples/* $RPM_BUILD_ROOT%{_datadir}/%{name}/examples
%endif

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr build/doc/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}

# do this last, since it will delete all build directories
export CLASSPATH=$(build-classpath adaptx cglib castor jakarta-commons-logging jdbc-stdext jndi jta junit ldapjdk log4j oro regexp servletapi5 xerces-j2)
export OPT_JAR_LIST="adaptx ant/ant-trax xalan-j2 xalan-j2-serializer castor"
%{ant} -buildfile src/build.xml doc

# like magic
%jpackage_script org.exolab.castor.builder.SourceGenerator %{nil} %{nil} xerces-j2:%{name} %{name}

%{__perl} -pi -e 's/\r$//g' src/etc/CHANGELOG \
                            src/main/resources/LICENSE \
                            src/main/resources/README \
                            build/doc/*.{css,dtd,txt} \
                            build/doc/**/*.htm \
                            build/doc/ora-mar-2k/*.htm

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ "$1" = "0" ]; then
    rm -f %{_javadocdir}/%{name}
fi

%files
%doc src/etc/CHANGELOG src/main/resources/LICENSE src/main/resources/README
%attr(0755,root,root) %{_bindir}/%{name}
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif
%dir %{_datadir}/%{name}

%files demo
%if %with examples
%{_datadir}/%{name}/examples
%endif

%if %with tests
%files test
%{_javadir}/%{name}-tests-%{version}.jar
%{_javadir}/%{name}-tests.jar
%endif

%files xml
%{_javadir}/%{name}-xml-%{version}.jar
%{_javadir}/%{name}-xml.jar

%files javadoc
%{_javadocdir}/%{name}-%{version}

%files doc
%doc build/doc/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.0.5-5
+ Revision: a0a7c0e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16023 |14mr|catfish-0.3.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A handy file search tool
Name:		catfish
Version:	0.3.2
Release:	8
Group:		File tools
License:	GPLv2+
URL:		http://software.twotoasts.de/?page=%{name}
Source0:	http://software.twotoasts.de/media/%{name}/%{name}-%{version}.tar.bz2
Source1:	%{name}.desktop
Patch0:		%{name}-0.3-fix-separator-position.patch
Patch1:		%{name}.desktop.patch
BuildRequires:	gettext
BuildRequires:	desktop-file-utils
BuildRequires:	python-devel
Requires:	pygtk2.0-libglade
Requires:	pyxdg
Requires:	dbus-python
Requires:	mlocate
Requires:	findutils
BuildArch:	noarch

%description
A handy file searching tool for linux. Basically it is a
frontend for different search engines (daemons) which
provides a unified interface. The interface is intentionally
lightweight and simple, using only GTK+ 2. You can configure
it to your needs by using several command line options.

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
sed -i.misc \
	-e '/svg/s|install|install -m 644|' \
	-e '/glade/s|install| install -m 644|' \
	-e 's|install |install -p |' \
	-e 's|pyc|py|' \
	-e 's|^\([ \t]*\)ln |\1: ln |' \
	-e 's|cp -rf|cp -prf|' \
	Makefile.in

sed -i.byte -e 's|pyc|py|' %{name}.in

sed -i.engine -e 's|Nautilus|Thunar|' %{name}.py

# --libdir= option doesn't work here.
./configure --prefix=%{_prefix}

%install
%makeinstall_std

desktop-file-install \
	--remove-category="Utility" \
	--add-category='System' \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

rm -rf %{buildroot}%{_datadir}/doc/

ln -sf ../icons/hicolor/scalable/apps/%{name}.svg %{buildroot}%{_datadir}/%{name}/
ln -sf ../locale/ %{buildroot}%{_datadir}/%{name}/

%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.2-8
+ Revision: 7ae438d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16024 |14mr|ccache-3.1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ccache
Version:	3.1.7
Release:	2
Group:		Development/Other
Summary:	Compiler Cache
License:	GPLv3+
URL:		http://ccache.samba.org/
Source0:	http://samba.org/ftp/ccache/%{name}-%{version}.tar.xz

%description
ccache is a compiler cache. It acts as a caching pre-processor to 
C/C++ compilers, using the -E compiler switch and a hash to detect 
when a compilation can be satisfied from cache. This often results 
in a 5 to 10 times speedup in common compilations.

To enable ccache's default use, the system admin should modify 
%{_sysconfdir}/sysconfig/ccache to "yes". If its default use is not 
enabled and you wish to use it, simply add %{_prefix}/%{_lib}/ccache/bin/ to 
the start of your \$PATH

%prep
%setup -q

%build
%configure2_5x
%make

%__cat <<EOF > %{name}.sh

if [ -f /etc/sysconfig/ccache ]; then
    . /etc/sysconfig/ccache
fi
if [ "\$USE_CCACHE_DEFAULT" = "yes" ]; then
    if [ -z \`echo "\$PATH" | grep "%_libdir/ccache/bin"\` ]; then
        export PATH="%_libdir/ccache/bin:\$PATH"
    fi
fi
EOF

%__cat << EOF > %{name}.csh

if ( -f /etc/sysconfig/ccache ) then
    eval \`sed -n 's/^\([^#]*\)=\([^#]*\)/set \1=\2;/p' < /etc/sysconfig/ccache\`
endif
if ( "\$USE_CCACHE_DEFAULT" == "yes" ) then
    if ( "\$path" !~ *%_libdir/ccache/bin* ) then
        setenv path = ( %_libdir/ccache/bin \$path )
    endif
endif
EOF

%install
%__rm -rf %{buildroot}
%__install -dm 755 %{buildroot}{%{_bindir},%{_libdir}/ccache/bin,%{_mandir}/man1}
%__install -pm 755 ccache %{buildroot}%{_bindir}
%__install -pm 644 ccache.1 %{buildroot}%{_mandir}/man1
%__install -pm 755 %{name}.sh -D %{buildroot}%{_sysconfdir}/profile.d/30ccache.sh
%__install -pm 755 %{name}.csh -D %{buildroot}%{_sysconfdir}/profile.d/30ccache.csh

rm -f %{name}-%{version}.compilers
pref=`gcc -dumpmachine`

create_compiler() {
%__cat <<EOF > %{buildroot}%{_prefix}/%{_lib}/ccache/bin/$1
#!/bin/sh
if [ ! -x %_bindir/$1 ]; then
	echo Error: compiler $1 does not exist. >&2
	exit 127
fi
PATH=%_bindir:\$PATH
if [ -f /etc/sysconfig/ccache ]; then
	. /etc/sysconfig/ccache
	if [ "\$USE_CCACHE_WITH_ICECREAM" = "yes" ]; then
	PATH=%{_libdir}/icecc/bin:\$PATH
	fi
fi

ccache ${1} "\$@"
EOF
echo "%attr(0755,root,root) %{_libdir}/ccache/bin/$1" >> %{name}-%{version}.compilers
}

for name in gcc g++ c++; do
 for comp in $name $pref-$name ${pref/manbo/mandriva}-$name; do
  # check for backports that have no manbo:
  [ -e "%{buildroot}%{_libdir}/ccache/bin/$comp" ] || create_compiler $comp
 done
done
create_compiler cc

%__mkdir_p %{buildroot}%{_sysconfdir}/sysconfig/
%__cat <<EOF > %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
# Should we add the ccache compiler symlinks to PATH
# yes|no
# Please note that if added to \$PATH the user can still disable 
# it with CCACHE_DISABLE
# If not enabled by default, the user can add %{_libdir}/ccache/bin/
# to their \$PATH
USE_CCACHE_DEFAULT="no"

# Enable icecream integration
USE_CCACHE_WITH_ICECREAM="no"

EOF

%files -f %{name}-%{version}.compilers
%dir %{_libdir}/ccache
%dir %{_libdir}/ccache/bin
%{_bindir}/ccache
%{_mandir}/man1/ccache.1*
%{_sysconfdir}/profile.d/*
%config(noreplace) %{_sysconfdir}/sysconfig/*






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1.7-2
+ Revision: 52c7e53
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16025 |14mr|ccid-1.4.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A generic USB CCID (Chip/Smart Card Interface Devices) driver
Name:		ccid
Version:	1.4.8
Release:	2
# RSA_SecurID_getpasswd and Kobil_mIDentity_switch are GPLv2+
License:	GPLv2+ and LGPLv2+
Group:		System/Libraries
URL:		http://pcsclite.alioth.debian.org/
# ccid svn contains symlinks to files pcsc svn. To create a working
# source tarball from svn:
# mkdir -p ccid/Drivers
# cd ccid
# svn co svn://svn.debian.org/pcsclite/trunk/PCSC
# cd Drivers
# svn co svn://svn.debian.org/pcsclite/trunk/Drivers/ccid
Source0:	https://alioth.debian.org/download.php/1474/ccid-%{version}.tar.bz2
Source1:	https://alioth.debian.org/download.php/1475/ccid-%{version}.tar.bz2.asc
Patch0:		ccid-libtool_fixes.diff
BuildRequires:	flex
BuildRequires:	libpcsclite-devel >= 1.6.5
BuildRequires:	libusb-devel
BuildRequires:	pkgconfig >= 0.9.0
BuildRequires:	libtool
# update-reader.conf is called in %%post
Requires(post): pcsc-lite
Requires(postun): pcsc-lite
Requires:	pcsc-lite

%description
This package provides a generic USB CCID (Chip/Smart Card Interface Devices)
driver.

%prep
%setup -q 
%patch0 -p1

%build
autoreconf -fis
%configure2_5x \
    --enable-twinserial \
    --enable-udev

%make

%install
%makeinstall_std

# serial driver is installed separately
%makeinstall_std -C src install_ccidtwin

# conf file should be placed inside reader.conf.d
mv -f %{buildroot}%{_sysconfdir}/reader.conf.d/libccidtwin %{buildroot}%{_sysconfdir}/reader.conf.d/GemPCTwin-serial.conf

# udev
install -m 0644 -D src/92_pcscd_ccid.rules %{buildroot}/lib/udev/rules.d/92_pcscd_ccid.rules

rm -rf %{buildroot}%{_docdir}/*
rm -f readers/Makefile*
cp -f src/towitoko/README README.towitoko

%post
%{_sbindir}/update-reader.conf

%postun
if [ "$1" = "0" ]; then
    %{_sbindir}/update-reader.conf
fi

%files
%doc AUTHORS INSTALL README COPYING
%doc readers contrib/Kobil_mIDentity_switch/README_Kobil_mIDentity_switch.txt
%doc README.towitoko
%config(noreplace) %{_sysconfdir}/reader.conf.d/*.conf
%config /lib/udev/rules.d/92_pcscd_ccid.rules
%{_libdir}/pcsc/drivers/ifd-ccid.bundle
%{_libdir}/pcsc/drivers/serial
#%{_bindir}/RSA_SecurID_getpasswd
#%{_sbindir}/Kobil_mIDentity_switch
#%{_mandir}/man1/RSA_SecurID_getpasswd.1*
#%{_mandir}/man8/Kobil_mIDentity_switch.8*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.8-2
+ Revision: 7e06677
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16026 |14mr|c-client-2007f-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%if %mdkversion < 200900
%define ldflags %{nil}
%endif

%define fversion 2007f
%define soname c-client

%define major 0
%define libname %mklibname %{soname} %{major}
%define develname %mklibname -d %{soname}

Summary:	UW-IMAP C-CLIENT library
Name:		c-client
Version:	2007f
Release:	3
License:	Apache License
Group:		System/Servers
URL:		http://www.washington.edu/imap/
Source:		ftp://ftp.cac.washington.edu/mail/imap-%{fversion}.tar.gz
Source7:	flock.c
Source8:	Makefile.imap
Patch0: 	imap-2002e-ssl.patch
Patch1: 	imap-2007a-linux.diff
Patch3:		imap-2001a-disable-mbox.patch
Patch4:		imap-2001a-redhat.patch
Patch5: 	imap-2006c1-flock.diff
Patch9:		imap-2006c1-glibc-2.2.2.diff
Patch11:	imap-2006c1-krbpath.diff
Patch12:	imap-2001a-overflow.patch
Patch17:	imap-mail-spool-perms.diff
Patch21:	imap-2004a-shared.patch
Patch22:	imap-2002e-authmd5.patch
# (oe) the annotate patch is implemented upstream and needed by kolab2
Patch23:	imap-2006c1-annotate.diff
# (oe) http://www.gadgetwiz.com/software/hash_reset.html
Patch24:	imap-2004g-hash_reset.diff
Patch25:	imap-yes.diff
BuildRequires:	openssl-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The c-client library is a common API for accessing mailboxes developed at
the University of Washington. It is used mainly by php in Mandriva Linux.

%package -n	%{libname}
Summary:	C-client mail access routines for IMAP and POP protocols
Group:		System/Libraries
Provides:	c-client = %{version}-%{release}

%description -n	%{libname}
The c-client library is a common API for accessing mailboxes developed at
the University of Washington. It is used mainly by php in Mandriva Linux.

This package contains the shared c-client library.

%package -n	%{develname}
Summary:	Development files for the c-client library
Group:		Development/C
Requires:	%{libname} = %{version}
Obsoletes:	libc-client-php-devel
Obsoletes:	%{mklibname c-client-php -d 0}
Obsoletes:	imap-devel
Provides:	c-client-devel = %{version}-%{release}

%description -n	%{develname}
The c-client library is a common API for accessing mailboxes developed at
the University of Washington. It is used mainly by php in Mandriva Linux.

This package contains development files for the c-client library.

%prep

%setup -q -n imap-%{version}

%patch0 -p0 -b .ssl
%patch1 -p0 -b .linux
%patch3 -p1 -b .mbox
%patch4 -p0 -b .redhat
%patch5 -p0 -b .flock
install -m 0644 %{SOURCE7} src/osdep/unix/flock.c
%patch9 -p1 -b .glibc

%patch12 -p0 -b .overflow
%patch17 -p0 -b .lock-warning
%patch21 -p0 -b .shared
%patch22 -p1 -b .authmd5
%patch23 -p1 -b .annotate
%patch24 -p1 -b .hash_reset
%patch25 -p0 -b .yes

%build
%serverbuild
export CFLAGS="%{optflags} -fPIC"
touch ip6
export EXTRACFLAGS="$EXTRACFLAGS $CFLAGS -DDISABLE_POP_PROXY=1 -DIGNORE_LOCK_EACCES_ERRORS=1 -I%{_includedir}/openssl -D_GNU_SOURCE"
export EXTRALDFLAGS="$EXTRALDFLAGS -L%{_libdir} %{ldflags}"

make RPM_OPT_FLAGS="$CFLAGS -D_REENTRANT -DDIC -fPIC -fno-omit-frame-pointer -D_GNU_SOURCE" slx \
	EXTRACFLAGS="$EXTRACFLAGS" \
	EXTRALDFLAGS="$EXTRALDFLAGS" \
	SSLDIR=%{_libdir}/ssl \
	SSLINCLUDE=%{_includedir}/openssl \
	SSLLIB=%{_libdir} \
	LOCKPGM=%{_sbindir}/mlock \
	SSLTYPE=unix \
	SHLIBBASE=%{soname} \
	SHLIBNAME=lib%{soname}.so.%{major} \
	BASECFLAGS="$CFLAGS -D_REENTRANT -DDIC -fPIC -fno-omit-frame-pointer -D_GNU_SOURCE" \
	IP=6

mv -f c-client/c-client.a %{soname}.a
mv -f c-client/lib%{soname}.so.%{major} .

%install
rm -rf %{buildroot}

# make some directories
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}/imap

# install headers
install -m0644 c-client/*.h %{buildroot}%{_includedir}/imap/
install -m0644 src/osdep/tops-20/shortsym.h %{buildroot}%{_includedir}/imap/
install -m0644 src/osdep/tops-20/linkage.c %{buildroot}%{_includedir}/imap/

install -m0755 lib%{soname}.so.%{major} %{buildroot}%{_libdir}/
ln -snf lib%{soname}.so.%{major} %{buildroot}%{_libdir}/lib%{soname}.so
install -m0644 %{soname}.a %{buildroot}%{_libdir}/lib%{soname}.a

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/lib%{soname}.so.%{major}

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/imap
%{_libdir}/lib%{soname}.a
%{_libdir}/lib%{soname}.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2007f-3
+ Revision: 140e3f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16027 |14mr|ccp-0.4.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	ccp
%define	version 0.4.1
%define rel	8
%define	release	%mkrel %rel

Name:		%{name} 
Summary:	Program that reads configuration files and upgrades them
Version:	%{version} 
Release:	%{release} 
Source0:	%{name}-%{version}.tar.bz2
URL:		http://ccp.nongnu.org/
Group:		System/Configuration/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPL
BuildArch:	noarch

%description
CCP is a program that reads configuration files and upgrades them.

It takes a oldfile (typically the old configuration file currently in
use) and a newfile (typically the default new configuration  file)  and
optionally a template (a file which tells ccp how the generated
configuration file should look like. It is generated on-the-fly if a template
isn't supplied, so it is usually not needed). CCP first reads all the
configuration options and values in the new file, then in the old file,
then it either generates the template or reads the supplied template
file, finally it merges the files into one - creating a new 
configuration file that has the changes that was made to the old file
but also the new options that is included in the new file.

CCP is completely independent of the program that created the 
configuration  file, and can be used for many different purposes. For
instance it can be used to merge changes between an old  user-edited 
configuration file and a .rpmnew file generated by rpm when a
rpm was upgraded.

CCP currently supports:
key = value configs (--type keyvalue)
and ini configs (--type ini)

%prep
%setup -q
# We want the tests to succeed. A release shouldn't have failing tests
# but better safe than sorry
if ! ./testsuite/ccp-testsuite ; then exit 1;fi

%install
rm -rf $RPM_BUILD_ROOT
mkdir -vp $RPM_BUILD_ROOT%_bindir/ $RPM_BUILD_ROOT%_mandir/man1/ $RPM_BUILD_ROOT%_datadir/ccp/
install -v -m755 ccp  $RPM_BUILD_ROOT%_bindir/
install -v -m644 ccp.1 $RPM_BUILD_ROOT%_mandir/man1/
cp -vr conftypes $RPM_BUILD_ROOT%_datadir/ccp/

%clean 
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root)
%doc TODO version AUTHORS
%_bindir/%name
%_mandir/*/*
%_datadir/%name




%changelog
* Sat Feb 04 2012 root <root@build-client_i586-1.rosalab.ru> 0.4.1-8
+ Revision: a02e46a
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16028 |14mr|ccs-tools-1.6.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: TOMOYO Linux tools
%define  date 20090528
%define  ver  1.6.8

Name: 	 ccs-tools
Version: %{ver}
Release: %manbo_mkrel 5
License: GPLv2
URL:	 http://tomoyo.sourceforge.jp/
Group:	 System/Kernel and hardware
BuildRequires: ncurses-devel
BuildRequires: readline-devel
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
#NoSource: 0

Source0: http://osdn.dl.sourceforge.jp/tomoyo/27220/ccs-tools-%{ver}-%{date}.tar.gz
Source1: README.ccs-tools.urpmi
Source2: tomoyo.logrotate
Source3: tomoyo.init
Patch0:  ccs-tools-dont-use-chown.patch

%description
TOMOYO Linux is an extension for Linux to provide Mandatory Access Control
(MAC) functions. This package contains the tools needed to configure, 
activate and manage the TOMOYO Linux MAC system and policies.

%prep
%setup -q -n ccstools
%patch0 -p1 

%build
%make -s all

%install
rm -rf %{buildroot}
%makeinstall -s INSTALLDIR=%{buildroot}
install -m 644 %{SOURCE1} README.install.urpmi
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d/
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/tomoyo
mkdir -p %{buildroot}%{_initrddir}
install -m 700 %{SOURCE3} %{buildroot}%{_initrddir}/ccs-auditd
mkdir -p %{buildroot}%{_logdir}/tomoyo

%clean
rm -rf %{buildroot}

%post
%_post_service ccs-auditd

%preun
%_preun_service ccs-auditd

%files
%defattr(-,root,root)
%{_sysconfdir}/logrotate.d/tomoyo
%attr(700,root,root) %{_initrddir}/ccs-auditd
%attr(700,root,root) /sbin/ccs-init
%attr(700,root,root) /sbin/tomoyo-init
%{_exec_prefix}/lib/ccs/
%{_sbindir}/ccs-auditd
%{_sbindir}/ccs-ccstree
%{_sbindir}/ccs-checkpolicy
%{_sbindir}/ccs-domainmatch
%{_sbindir}/ccs-editpolicy
%{_sbindir}/ccs-findtemp
%{_sbindir}/ccs-ld-watch
%{_sbindir}/ccs-loadpolicy
%{_sbindir}/ccs-pathmatch
%{_sbindir}/ccs-patternize
%{_sbindir}/ccs-queryd
%{_sbindir}/ccs-savepolicy
%{_sbindir}/ccs-setlevel
%{_sbindir}/ccs-setprofile
%{_sbindir}/ccs-sortpolicy
%{_mandir}/man8/ccs-auditd.8*
%{_mandir}/man8/ccs-ccstree.8*
%{_mandir}/man8/ccs-checkpolicy.8*
%{_mandir}/man8/ccs-domainmatch.8*
%{_mandir}/man8/ccs-editpolicy.8*
%{_mandir}/man8/ccs-editpolicy-agent.8*
%{_mandir}/man8/ccs-findtemp.8*
%{_mandir}/man8/ccs-init.8*
%{_mandir}/man8/ccs-ld-watch.8*
%{_mandir}/man8/ccs-loadpolicy.8*
%{_mandir}/man8/ccs-notifyd.8*
%{_mandir}/man8/ccs-pathmatch.8*
%{_mandir}/man8/ccs-patternize.8*
%{_mandir}/man8/ccs-queryd.8*
%{_mandir}/man8/ccs-savepolicy.8*
%{_mandir}/man8/ccs-setlevel.8*
%{_mandir}/man8/ccs-setprofile.8*
%{_mandir}/man8/ccs-sortpolicy.8*
%{_mandir}/man8/init_policy.sh.8*
%{_mandir}/man8/tomoyo-init.8*
%{_mandir}/man8/tomoyo_init_policy.sh.8*
%{_logdir}/tomoyo/
%doc README.install.urpmi



%changelog
* Wed Aug 29 2012 Vladimir Testov <vladimir.testov@rosalab.ru> 1.6.8-5
+ Revision: 5393b2f
- Updated ccs-tools.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16029 |14mr|cdk-4.9.13-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define devname %mklibname %{name} -d

Summary:	Curses Development Kit
Name:		cdk
Version:	4.9.13
Release:	10
License:	BSD
Group:		System/Libraries
Url:		http://invisible-island.net/cdk/
Source0:	http://invisible-island.net/datafiles/release/%{name}.tar.gz
BuildRequires:	pkgconfig(ncurses)

%description
Cdk stands for 'Curses Development Kit' and it currently contains 21 ready
to use widgets which facilitate the speedy development of full screen
curses programs.

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Headers to develop cdk-based applications
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
These are the header files, and cdk preprocessor for developing
cdk-based applications.

%files -n %{devname}
%doc COPYING README BUGS TODO CHANGES NOTES EXPANDING
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/lib*.a
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
perl -pi -e '/^LIB_DIR/ and s,/lib\b,/%{_lib},' Makefile.in

%build
export CFLAGS="%{optflags} -fPIC"
%configure
%make

%install
install -d %{buildroot}%{_includedir}/%{name}
make installCDKHeaderFiles installCDKLibrary INSTALL_DIR=%{buildroot}%{_prefix}
install -d %{buildroot}%{_mandir}/man3
make installCDKManPages INSTALL_DIR=%{buildroot}%{_datadir}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.9.13-10
+ Revision: 0082942
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16030 |14mr|cdlabelgen-4.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Program for generating inserts for CDs
Name:		cdlabelgen
Version:	4.2.0
Release:	2
License:	GPLv2+
Group:		Archiving/Cd burning
Url:		http://www.aczoom.com/tools/cdinsert/
Source0:	http://www.aczoom.com/pub/tools/%{name}-%{version}.tgz
Buildarch:	noarch

%description
cdlabelgen is a program for generating frontcards and traycards for CDs.
Use it to make labels for your archive CDs, CDs full of oggs, or
even make a label for that CD that you lost the case for! 
This package is used by the gcombust CD writing application.

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_mandir}/man1

# [gb] they meant DATA_DIR
make install \
	BASE_DIR=%{buildroot}%{_prefix} \
	LIB_DIR=%{buildroot}%{_datadir}/%{name} \
	MAN_DIR=%{buildroot}%{_mandir}

%files
%{_bindir}/*
%{_datadir}/%{name}/*
%{_mandir}/man1/*
%doc ChangeLog INSTALL README


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2.0-2
+ Revision: 338794e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16031 |14mr|cdparanoia-10.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	fullname %{name}-III-%version
%define	libname		%mklibname cdda %{major}
%define develname	%mklibname cdda -d

Summary:	Utility to copy digital audio CDs
Name:		cdparanoia
Version:	10.2
Release:	12
Epoch:		1
License:	GPLv2+ and LGPLv2+
Group:		Sound
URL:		http://www.xiph.org/paranoia/ 
Source0:	http://downloads.xiph.org/releases/cdparanoia/%{fullname}.src.tgz
Patch0:		cdparanoia-III-alpha9.8-includes.patch
Patch1:		cdparanoia-III-10.2-gcc43.patch
Patch2:		cdparanoia-III-10.2-format-security.patch

%description
This CDDA reader distribution ('cdparanoia') reads audio from the CDROM
directly as data, with no analog step between, and writes the data to a file
or pipe as .wav, .aifc or as raw 16 bit linear PCM.

cdparanoia is a complete rewrite of Heiko Eissfeldt's 'cdda2wav' program,
and generally is much better at succeeding to read difficult discs with
cheap drives.

%package -n	%{libname}
Summary:	Libraries for cdparanoia
Group:		Sound

%description -n	%{libname}
This is the development libraries for cdparanoia. cdparanoia is a complete
rewrite of Heiko Eissfeldt's 'cdda2wav' program, and generally is much better 
at succeeding to read difficult discs with cheap drives.

%package -n	%{develname}
Summary:	Development libraries for cdparanoia
Group:		Development/C
Provides:	libcdda-devel = %{EVRD}
Provides:	cdda-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{mklibname cdda 0 -d} < %{EVRD}

%description -n	%{develname}
This is the development libraries for cdparanoia. cdparanoia is a complete
rewrite of Heiko Eissfeldt's 'cdda2wav' program, and generally is much better 
at succeeding to read difficult discs with cheap drives.

%prep
%setup -q -n %{fullname}
%patch0 -p1 -b .includes
%patch1 -p1 -b .gcc43
%patch2 -p1 -b .fs

autoconf

%build
%configure2_5x --libdir=%{_libdir}/cdparanoia
# (gb) don't use fortify, this package has ugly abuse of memcpy() that we can't cope with if it's a macro
# XXX would be better to define scsi cmds constants instead...
export RPM_OPT_FLAGS="$(echo %{optflags} |sed s/-Wp,-D_FORTIFY_SOURCE=.//)"
make OPT="-fsigned-char -finline-functions -Dsize16='short' -Dsize32='int' $RPM_OPT_FLAGS"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_docdir}
mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_mandir}/man1

%makeinstall \
	BINDIR=%{buildroot}%{_bindir} \
	INCLUDEDIR=%{buildroot}%{_includedir} \
	LIBDIR=%{buildroot}%{_libdir} \
	MANDIR=%{buildroot}%{_mandir}

install -m644 cdparanoia.1 %{buildroot}%{_mandir}/man1/

# Fix permissions to avoid unstripped-binary-or-object rpmlint error
chmod 0755 %{buildroot}%{_libdir}/*.so.%{major}*

%files
%defattr(644,root,root,755)
%doc README 
%attr(755,root,root) %{_bindir}/cdparanoia
%attr(644,root,root) %{_mandir}/man1/cdparanoia.1*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.a
%{_libdir}/*.so




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:10.2-12
+ Revision: 137c690
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16032 |14mr|cdrdao-1.2.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?_with_plf: %{expand: %%global build_plf 1}}

#####################
# Hardcode PLF build
%define build_plf 0
#####################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Name:		cdrdao
Version:	1.2.3
Release:	10%{?extrarelsuffix}
Summary:	Cdrdao - Write CDs in disk-at-once mode
License:	GPLv2+
Group:		Archiving/Cd burning
URL:		http://cdrdao.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/cdrdao/%{name}-%{version}.tar.bz2
Patch1:		mkisofs-changelog.patch
#gw from Fedora: fix version printing needed by k3b
Patch3:		cdrdao-1.2.3-version.patch
Patch10:	cdrdao-1.2.2-fix-str-fmt.patch
Patch11:	cdrdao-1.2.3-stat.patch
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ao)
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils

%description
Writes CDs in disc-at-once (DAO) mode allowing control over pre-gaps
(length down to 0, nonzero audio data) and sub-channel information
like ISRC codes. All data that is written to the disc must be
specified with a text file. Audio data may be in WAVE or raw format.

%if %{build_plf}
This package is in restricted as it violates some patents for MP3 encoding.
%endif

%package	gcdmaster
Summary:	Graphical front end to cdrdao for creating audio CDs
Group:		Archiving/Cd burning
BuildRequires:	pkgconfig(libgnomeuimm-2.6)
Provides:	cdrdao-xdao
Provides:	cdrdao-xcdrdao
Requires:	%{name} = %{version}

%description gcdmaster
gcdmaster allows the creation of toc-files for cdrdao and can control
the recording process. Its main application is the creation of audio
CDs from one or more audio files. It supports PQ-channel editing,
entry of meta data like ISRC codes/CD-TEXT and non-destructive cut of
the audio data.

%if %{build_plf}
%package	toc2mp3
Summary:	Command line MP3 encoder front end to cdrdao
Group:		Sound
BuildRequires:	liblame-devel
Requires:	%{name} = %{version}

%description	toc2mp3
This is a command line MP3 encoder that converts audio CD disc images
(toc files) to MP3 files. Special care is taken that the MP3 files can
be played in sequence without having unwanted noise at the transition
points. CD-TEXT information (if available) is used to set ID3 (v2)
tags and to construct the name of the MP3 files.

This package is in restricted as it violates some patents for MP3 encoding.
%endif

%prep
%setup -q
%patch1 -p1 -b .changelog
%patch3 -p1
%patch10 -p0 -b .str
%patch11 -p1 -b .stat

%build
export CXXFLAGS="%{optflags} -DENABLE_NLS"
%configure2_5x
%make

%install
%makeinstall

# Menu
perl -pi -e 's,gcdmaster.png,gcdmaster,g' %{buildroot}%{_datadir}/applications/*
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="X-Fedora" \
  --remove-key="Encoding" \
  --add-category="GTK" \
  --add-category="AudioVideo" \
  --add-category="DiscBurning" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# icon
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -scale 16 xdao/gcdmaster.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/gcdmaster.png
convert -scale 32 xdao/gcdmaster.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/gcdmaster.png
install -m 644 xdao/gcdmaster.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/gcdmaster.png

%files
%doc README README.PlexDAE
%doc %{_mandir}/man1/*
%attr(6755,root,cdwriter) %{_bindir}/cdrdao
%{_bindir}/toc2cue
%{_bindir}/toc2cddb
%{_bindir}/cue2toc
%{_datadir}/%{name}

%files gcdmaster
%{_sysconfdir}/gconf/schemas/gcdmaster.schemas
%{_bindir}/gcdmaster
%{_datadir}/applications/gcdmaster.desktop
%{_datadir}/application-registry/gcdmaster.applications
%{_datadir}/gcdmaster
%{_datadir}/mime-info/gcdmaster.keys
%{_datadir}/mime-info/gcdmaster.mime
%{_datadir}/mime/packages/gcdmaster.xml
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/*/apps/*

%if %{build_plf}
%files toc2mp3
%{_bindir}/toc2mp3
%endif


%changelog
* Fri Nov 02 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-10
+ Revision: fb15683
- LOG Convert BR to config style, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16033 |14mr|cdrkit-1.1.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A command line CD/DVD-Recorder
Name:		cdrkit
Version:	1.1.11
Release:	6
License:	GPLv2+
Group:		Archiving/Cd burning
URL:		http://cdrkit.org/
Source0:	http://cdrkit.org/releases/%{name}-%{version}.tar.gz
Patch0:		cdrkit-1.1.9-wformat-error.patch
# (helio) fix build with cmake 2.8
Patch2:         cdrkit-1.1.9-cmake2.8-build.patch
# (fc) 1.1.9-3mdv fix buffer overflow in wodim (Fedora)
Patch4:		cdrkit-1.1.9-buffer_overflow.patch
Patch5:         cdrkit-1.1.9-efi-boot.patch
BuildRequires:	cmake
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(zlib)
BuildRequires:	libcap-devel
BuildRequires:	magic-devel
Requires(pre):	shadow-utils rpm-helper
Obsoletes:	cdrecord-dvdhack <= 4:2.01-0.a15.2
Obsoletes:	cdrecord <= 4:2.01.01-0.a11.3
Provides:	cdrecord-dvdhack = 4:2.01.01-1
Provides:	cdrecord = 4:2.01.01-1

%description
wodim allows you to create CDs and DVDs on a CD-Recorder or DVD-Recorder
(SCSI/ATAPI). It supports data, audio, mixed, multi-session, CD+, DVD,
DVD-Video discs etc.

%package icedax
Summary:	CD-Audio to .wav converter
Group:		Sound
Obsoletes:	cdrecord-cdda2wav <= 4:2.01.01-0.a11.3
Provides:	cdrecord-cdda2wav
Requires(pre):	rpm-helper

%description icedax
icedax reads audio CDs, outputting a wav file.

%package genisoimage
Group:		Archiving/Cd burning
Obsoletes:	mkisofs <= 1:2.01.01-0.a11.3
Provides:	mkisofs
Provides:	genisoimage
Summary:	Creates an image of an ISO9660 filesystem

%description genisoimage
genisoimage is used to create ISO 9660 file system images for creating
CD-ROMs. Now includes support for making bootable "El Torito" CD-ROMs.

%package isotools
Group:		Archiving/Cd burning
Obsoletes:	cdrecord-isotools
Provides:	cdrecord-isotools
Conflicts:	cdrecord <= 4:2.01.01-0.a11.3
Summary:	Collection of ISO files related tools
Requires(pre):	shadow-utils rpm-helper

%description isotools
This package is a collection of ISO 9660 commands to dump and test images:
isodebug, isodump, isoinfo, isovfy, devdump.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .wformat
%patch2 -p1 -b .cmake
%patch4 -p1 -b .buffer_overflow
%patch5 -p1

%build
%cmake

%make

%install
rm -fr %{buildroot}
perl -pi -e 's!local/bin/perl!bin/perl!' ./doc/icedax/tracknames.pl
%makeinstall_std -C build

%pre
%_pre_groupadd cdwriter

%postun
%_postun_groupdel cdwriter
if [ "$1" = "0" ]; then
  update-alternatives --remove cdrecord %{_bindir}/wodim
  update-alternatives --remove readcd %{_bindir}/readom
fi

%pre icedax
%_pre_groupadd cdwriter

%post icedax
update-alternatives --install %{_bindir}/cdda2wav cdda2wav %{_bindir}/icedax 10 \
    --slave %_mandir/man1/cdda2wav.1%{_extension} cdda2wav.1%{_extension} %_mandir/man1/icedax.1%{_extension}

%postun icedax
%_postun_groupdel cdwriter
if [ "$1" = "0" ]; then
  update-alternatives --remove cdda2wav %{_bindir}/icedax
fi

%pre isotools
%_pre_groupadd cdwriter

%postun isotools
%_postun_groupdel cdwriter

%post
update-alternatives --install %{_bindir}/cdrecord cdrecord %{_bindir}/wodim 10 \
    --slave %_mandir/man1/cdrecord.1%{_extension} cdrecord.1%{_extension} %_mandir/man1/wodim.1%{_extension}
update-alternatives --install %{_bindir}/readcd readcd %{_bindir}/readom 10 \
    --slave %_mandir/man1/readcd.1%{_extension} readcd.1%{_extension} %_mandir/man1/readom.1%{_extension}

%post genisoimage
update-alternatives --install %{_bindir}/mkisofs mkisofs %{_bindir}/genisoimage 10 \
    --slave %_mandir/man1/mkisofs.1%{_extension} mkisofs.1%{_extension} %_mandir/man1/genisoimage.1%{_extension}
update-alternatives --install %{_bindir}/mkhybrid mkhybrid %{_bindir}/genisoimage 10 \
    --slave %_mandir/man1/mkhybrid.1%{_extension} mkhybrid.1%{_extension} %_mandir/man1/genisoimage.1%{_extension}

%postun genisoimage
if [ "$1" = "0" ]; then
  update-alternatives --remove mkisofs %{_bindir}/genisoimage
  update-alternatives --remove mkhybrid %{_bindir}/genisoimage
fi

%files
%doc FAQ TODO FORK VERSION START ABOUT doc/DOC-OVERVIEW doc/PORTABILITY doc/READMEs doc/WHY doc/plattforms doc/wodim/
%{_bindir}/wodim
%{_bindir}/readom
%{_sbindir}/netscsid
%{_mandir}/man1/wodim.1.*
%{_mandir}/man1/list_audio_tracks.1.*
%{_mandir}/man1/readom.1.*

%files isotools
%{_bindir}/devdump
%{_bindir}/isodebug
%{_bindir}/isodump
%{_bindir}/isoinfo
%{_bindir}/isovfy
%{_mandir}/man1/devdump.1.*
%{_mandir}/man1/isodump.1.*
%{_mandir}/man1/isoinfo.1.*
%{_mandir}/man1/isovfy.1.*
%{_mandir}/man1/isodebug.1.*

%files genisoimage
%{_bindir}/genisoimage
%{_bindir}/dirsplit
%{_mandir}/man1/genisoimage.1.*
%{_mandir}/man5/genisoimagerc.5.*
%{_mandir}/man1/dirsplit.1.*

%files icedax
%{_bindir}/icedax
%{_bindir}/cdda2mp3
%{_bindir}/cdda2ogg
%{_bindir}/pitchplay
%{_bindir}/readmult
%{_mandir}/man1/readmult.1.*
%{_mandir}/man1/cdda2ogg.1.*
%{_mandir}/man1/icedax.1.*
%{_mandir}/man1/pitchplay.1.*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.11-6
+ Revision: 94d092f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16034 |14mr|celt-0.11.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname celt0_ %{major}
%define develname %mklibname -d celt0
%define olddevname %mklibname -d celt

Summary:	Ultra-low delay audio codec
Name:		celt
Version:	0.11.3
Release:	3
Source0:	http://downloads.us.xiph.org/releases/celt/%{name}-%{version}.tar.gz
License:	BSD
Group:		Sound
Url:		http://www.celt-codec.org/
BuildRequires:	pkgconfig(ogg)

%description
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication.

CELT stands for "Constrained Energy Lapped Transform". It applies some
of the CELP principles, but does everything in the frequency domain,
which removes some of the limitations of CELP. CELT is suitable for
both speech and music and currently features:

* Ultra-low latency (typically from 3 to 9 ms)
* Full audio bandwidth (44.1 kHz and 48 kHz)
* Support for both voice and music
* Stereo support
* Packet loss concealment
* Constant bit-rates from 32 kbps to 128 kbps and above
* A fixed-point version of the encoder and decoder

The CELT codec is meant to close the gap between Vorbis and Speex for
applications where both high quality audio and low delay are desired.

%package -n	%{libname}
Summary:	Ultra-low delay audio codec - shared library
Group:		System/Libraries

%description -n	%{libname}
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication.

CELT stands for "Constrained Energy Lapped Transform". It applies some
of the CELP principles, but does everything in the frequency domain,
which removes some of the limitations of CELP. CELT is suitable for
both speech and music and currently features:

* Ultra-low latency (typically from 3 to 9 ms)
* Full audio bandwidth (44.1 kHz and 48 kHz)
* Support for both voice and music
* Stereo support
* Packet loss concealment
* Constant bit-rates from 32 kbps to 128 kbps and above
* A fixed-point version of the encoder and decoder

The CELT codec is meant to close the gap between Vorbis and Speex for
applications where both high quality audio and low delay are desired.

%package -n	%{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
%rename		%{olddevname}

%description -n	%{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README TODO
%{_bindir}/celtdec
%{_bindir}/celtenc

%files -n %{libname}
%doc README COPYING
%{_libdir}/libcelt0.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/libcelt0.so
%{_libdir}/libcelt0.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11.3-3
+ Revision: 3eceda1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16035 |14mr|celt051-0.5.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname celt
%define version 0.5.1.3
%define release 2
%define libversion 051
%define major 0
%define name celt%{libversion}
%define libname %mklibname %{oname} %{libversion} %{major}
%define develname %mklibname -d %{oname} %{libversion}
%define oldlibname %mklibname %{oname} 0 0

Summary: Ultra-low delay audio codec
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://downloads.us.xiph.org/releases/celt/%{oname}-%{version}.tar.gz
License: BSD
Group: Sound
Url: http://www.celt-codec.org/
BuildRequires: libogg-devel

%description
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication.

CELT stands for "Constrained Energy Lapped Transform". It applies some
of the CELP principles, but does everything in the frequency domain,
which removes some of the limitations of CELP. CELT is suitable for
both speech and music and currently features:

* Ultra-low latency (typically from 3 to 9 ms)
* Full audio bandwidth (44.1 kHz and 48 kHz)
* Support for both voice and music
* Stereo support
* Packet loss concealment
* Constant bit-rates from 32 kbps to 128 kbps and above
* A fixed-point version of the encoder and decoder

The CELT codec is meant to close the gap between Vorbis and Speex for
applications where both high quality audio and low delay are desired.

%package -n %{libname}
Summary: Ultra-low delay audio codec - shared library
Group: System/Libraries
Obsoletes: %{oldlibname} < 0.5.1.3-2

%description -n %{libname}
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication.

CELT stands for "Constrained Energy Lapped Transform". It applies some
of the CELP principles, but does everything in the frequency domain,
which removes some of the limitations of CELP. CELT is suitable for
both speech and music and currently features:

* Ultra-low latency (typically from 3 to 9 ms)
* Full audio bandwidth (44.1 kHz and 48 kHz)
* Support for both voice and music
* Stereo support
* Packet loss concealment
* Constant bit-rates from 32 kbps to 128 kbps and above
* A fixed-point version of the encoder and decoder

The CELT codec is meant to close the gap between Vorbis and Speex for
applications where both high quality audio and low delay are desired.

%package -n %develname
Summary: Headers for developing programs that will use %{name}
Group: Development/C
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.


%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README TODO
%{_bindir}/celtenc051
%{_bindir}/celtdec051

%files -n %libname
%doc README COPYING
%_libdir/lib%{name}.so.%{major}
%_libdir/lib%{name}.so.%{major}.*

%files -n %develname
%_includedir/%{name}
%_libdir/pkgconfig/%name.pc
%_libdir/lib%{name}.so
%_libdir/lib%{name}.a




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.1.3-2
+ Revision: 13bd117
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16036 |14mr|cervisia-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CVS frontend for KDE
Name:		cervisia
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Requires:	cvs
Conflicts:	kdesdk4-core < 1:4.11.0
Conflicts:	kdesdk4-devel < 1:4.11.0

%description
CVS frontend for KDE.

%files
%{_kde_bindir}/cvsaskpass
%{_kde_bindir}/cvsservice
%{_kde_bindir}/cervisia
%{_kde_applicationsdir}/cervisia.desktop
%{_kde_appsdir}/cervisia/cervisia.notifyrc
%{_kde_appsdir}/cervisia/cervisiashellui.rc
%{_kde_appsdir}/cervisiapart/cervisiaui.rc
%{_kde_datadir}/config.kcfg/cervisiapart.kcfg
%{_kde_iconsdir}/*/*/*/*cervisia*
%{_kde_libdir}/libkdeinit4_cvsaskpass.so
%{_kde_libdir}/libkdeinit4_cvsservice.so
%{_kde_libdir}/libkdeinit4_cervisia.so
%{_kde_libdir}/kde4/cervisiapart.so
%{_kde_services}/cervisiapart.desktop
%{_kde_services}/cvsservice.desktop
%{_kde_docdir}/*/*/cervisia
%{_kde_mandir}/man1/cervisia.1.*
%{_datadir}/dbus-1/interfaces/org.kde.cervisia.*.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 1733653
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16037 |14mr|cfengine-3.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _fortify_cflags %{nil}

%define major 1
%define libname %mklibname %{name}_ %{major}
%define develname %mklibname -d %{name}

Name:		cfengine
Version:	3.3.0
Release:	2
Summary:	Cfengine helps administer remote BSD and System-5-like systems
License:	GPL
Group:		Monitoring
URL:		http://www.cfengine.org
Source0:	http://www.cfengine.org/tarballs/%{name}-%{version}.tar.gz
Source4:	cfengine-serverd.init
Source5:	cfengine-execd.init
Source6:	cfengine-monitord.init
BuildRequires:	flex
BuildRequires:	bison
BuildRequires:	openssl-devel
BuildRequires:	db-devel
BuildRequires:	graphviz-devel
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel
BuildRequires:	pcre-devel
BuildRequires:	pkgconfig(tokyocabinet)
Requires(pre):	rpm-helper
Requires(preun):rpm-helper
%rename cfengine3

%description
Cfengine, the configuration engine, is a very high level language for
simplifying the task of administrating and configuring large numbers
of workstations. Cfengine uses the idea of classes and a primitive
form of intelligence to define and automate the configuration of large
systems in the most economical way possible.

%package base
Summary:	Cfengine base files
Group:		Monitoring
Requires:	lsb-release
%rename cfengine3-base

%description base
This package contain the cfengine base files needed by all subpackages.

%package agent
Summary:	Cfengine agent
Group:		Monitoring
Requires:	%{name}-base = %{version}-%{release}
%rename cfengine3-agent

%description agent
This package contain the cfengine agent.

%package serverd
Summary:	Cfengine server daemon
Group:		Monitoring
Requires:	%{name}-base = %{version}-%{release}
Requires(post):rpm-helper
Requires(preun):rpm-helper
%rename cfengine3-serverd

%description serverd
This package contain the cfengine server daemon.

%package execd
Summary:	Cfengine agent execution wrapper
Group:		Monitoring
Requires:	%{name}-base = %{version}-%{release}
Requires(post):	rpm-helper
Requires(preun):rpm-helper
%rename cfengine3-execd

%description execd
This package contain the cfengine agent execution wrapper.

%package monitord
Summary:	Cfengine anomaly detection daemon
Group:		Monitoring
Requires:	%{name}-base = %{version}-%{release}
Requires(pre):	rpm-helper
Requires(preun):rpm-helper
%rename cfengine3-monitord

%description monitord
This package contain the cfengine anomaly detection daemon.

%package -n	%{libname}
Summary:	Dynamic libraries for %{name}
Group:		System/Libraries
%define old_libname %mklibname %{name}3_ %{major}
%rename %{old_libname}

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
%define old_develname %mklibname -d %{name}3
%rename %{old_develname}

%description -n	%{develname}
This package contains the header files and libraries needed for
developing programs using the %{name} library.

%prep
%setup -q -n %{name}-%{version}

%build
%serverbuild
%configure2_5x \
    --enable-fhs \
    --libexecdir=%{_libdir} \
    --enable-shared

%make

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_sysconfdir}

install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/bin
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/lastseen
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/modules
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/outputs
install -d -m 700 %{buildroot}%{_localstatedir}/lib/%{name}/ppkeys
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/randseed
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/reports
install -d -m 700 %{buildroot}%{_localstatedir}/lib/%{name}/rpc_in
install -d -m 700 %{buildroot}%{_localstatedir}/lib/%{name}/rpc_out
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/rpc_state

#mv %{buildroot}%{_docdir}/%{name}/inputs \
#    %{buildroot}%{_sysconfdir}/%{name}

pushd %{buildroot}%{_localstatedir}/lib/%{name}
ln -sf ../../..%{_sysconfdir}/%{name} inputs
popd
pushd %{buildroot}%{_localstatedir}/lib/%{name}/bin
#ln -sf ../../../../%{_sbindir}/cf-promises .
for i in ../../../../%{_sbindir}/cf-*
do
ln -sf ../../../../%{_sbindir}/$i .
done
popd

install -d -m 755 %{buildroot}%{_initrddir}
install -m 755 %{SOURCE4} %{buildroot}%{_initrddir}/cfengine-serverd
install -m 755 %{SOURCE5} %{buildroot}%{_initrddir}/cfengine-execd
install -m 755 %{SOURCE6} %{buildroot}%{_initrddir}/cfengine-monitord

# TODO: experiment with build options to avoid this hack
mv %{buildroot}%{_libdir}/%{name}/* %{buildroot}%{_libdir}/
rmdir %{buildroot}%{_libdir}/%{name}

# compatibility purpose
pushd %{buildroot}%{_localstatedir}/lib/%{name}
ln -sf %{_localstatedir}/lib/%{name} ../../%{name}
popd

%post base
if [ $1 = 1 ]; then
    [ -f "%{_localstatedir}/lib/%{name}/ppkeys/localhost.priv" ] || cf-key >/dev/null 2>&1
fi

%post execd
%_post_service cfengine-execd

%preun execd
%_preun_service cfengine-execd

%post monitord
%_post_service cfengine-monitord

%preun monitord
%_preun_service cfengine-monitord

%post serverd
%_post_service cfengine-serverd

%preun serverd
%_preun_service cfengine-serverd

%files base
%doc %{_docdir}/%{name}/README
%doc %{_docdir}/%{name}/ChangeLog
%doc %{_docdir}/%{name}/example_config
%doc %{_docdir}/%{name}/examples
%{_sbindir}/cf-key
%{_sbindir}/cf-promises
%{_datadir}/%{name}/CoreBase
%{_localstatedir}/lib/%{name}
%{_localstatedir}/%{name}
# %config(noreplace) %{_sysconfdir}/%{name}
%{_mandir}/man8/cf-key.8*
%{_mandir}/man8/cf-promises.8*

%files agent
%{_sbindir}/cf-agent
%{_sbindir}/cf-know
%{_sbindir}/cf-report
%{_sbindir}/cf-runagent
%{_mandir}/man8/cf-agent.8*
%{_mandir}/man8/cf-know.8*
%{_mandir}/man8/cf-report.8*
%{_mandir}/man8/cf-runagent.8*

%files serverd
%{_initrddir}/cfengine-serverd
%{_sbindir}/cf-serverd
%{_mandir}/man8/cf-serverd.8*

%files monitord
%{_initrddir}/cfengine-monitord
%{_sbindir}/cf-monitord
%{_mandir}/man8/cf-monitord.8*

%files execd
%{_initrddir}/cfengine-execd
%{_sbindir}/cf-execd
%{_mandir}/man8/cf-execd.8*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_libdir}/*.so

%changelog
* Tue Jul 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.0-2
+ Revision: eca0749
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16038 |14mr|cfitsio-3.250-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sversion %(echo %version |sed -e 's#\\.##')
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %name -d
%define develnamestatic %mklibname %name -d -s

Name: cfitsio
Version: 3.250
Release: 6
URL:	http://heasarc.gsfc.nasa.gov/docs/software/fitsio/
Source:	ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/%{name}%{sversion}.tar.gz
Patch0:         cfitsio.patch
Patch1:         cfitsio-pkgconfig.patch
License:	BSD-like
Summary:	Library for accessing files in FITS format for C and Fortran
Group:		System/Libraries
BuildRequires:	gcc-gfortran
BuildRequires:	pkgconfig
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
CFITSIO is a library of C and Fortran subroutines for reading and 
writing data files in FITS (Flexible Image Transport System) data format. 
CFITSIO simplifies the task of writing software that deals with FITS 
files by providing an easy to use set of high-level routines that insulate 
the programmer from the internal complexities of the FITS file format. 
At the same time, CFITSIO provides many advanced features that have made 
it the most widely used FITS file programming interface in the astronomical 
community.

%package -n %{libname}
License: BSD-like
Summary: Library for accessing files in FITS format for C and Fortran
Group:	 	 System/Libraries
Obsoletes:	%{_lib}%{name} < 3.090

%description -n %{libname}

CFITSIO is a library of C and Fortran subroutines for reading and
writing data files in FITS (Flexible Image Transport System) data
format.  CFITSIO simplifies the task of writing software that deals
with FITS files by providing an easy to use set of high-level routines
that insulate the programmer from the internal complexities of the
FITS file format.  At the same time, CFITSIO provides many advanced
features that have made it the most widely used FITS file programming
interface in the astronomical community.  This package contains the
shared library required by prgrams that use the cfits library.

%package -n %{develname}
License:	BSD-like
Summary:	Library for accessing files in FITS format for C and Fortran
Group:		System/Libraries
Provides:	fitsio-devel = %{version} 
Provides:   cfitsio-devel = %{version}
Requires:   pkgconfig
Requires:   %libname = %version
Conflicts:	%{_lib}%{name} < 3.090

%description -n %{develname}
CFITSIO is a library of C and Fortran subroutines for reading and 
writing data files in FITS (Flexible Image Transport System) data format. 
CFITSIO simplifies the task of writing software that deals with FITS 
files by providing an easy to use set of high-level routines that insulate 
the programmer from the internal complexities of the FITS file format. 
At the same time, CFITSIO provides many advanced features that have made 
it the most widely used FITS file programming interface in the astronomical 
community.

This package contains the headers required for compiling software that uses
the cfits library.

%package -n %{develnamestatic}
License:	BSD-like
Summary:	Library for accessing files in FITS format for C and Fortran
Group:		System/Libraries
Requires:   %{develname}
Requires:   %libname = %version

%description -n %{develnamestatic}
CFITSIO is a library of C and Fortran subroutines for reading and 
writing data files in FITS (Flexible Image Transport System) data format. 
CFITSIO simplifies the task of writing software that deals with FITS 
files by providing an easy to use set of high-level routines that insulate 
the programmer from the internal complexities of the FITS file format. 
At the same time, CFITSIO provides many advanced features that have made 
it the most widely used FITS file programming interface in the astronomical 
community.

This package contains the headers required for compiling software that uses
the cfits library.

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1

%build
FC=f95
export FC
export CC=gcc # fixes -O*, -g
%configure2_5x
%make shared
ln -s libcfitsio.so.0 libcfitsio.so
%make fpack
%make funpack
unset FC
# Manually fix pkgconfig .pc file (BZ 436539, BZ 618291)
sed 's|/usr/include|/usr/include/%{name}|' cfitsio.pc >cfitsio.pc.new
mv cfitsio.pc.new cfitsio.pc

%check
make testprog
LD_LIBRARY_PATH=. ./testprog > testprog.lis
cmp -s testprog.lis testprog.out
cmp -s testprog.fit testprog.std

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_includedir}/%{name}
make LIBDIR=%{_lib} INCLUDEDIR=include/%{name} CFITSIO_LIB=%{buildroot}%{_libdir} \
     CFITSIO_INCLUDE=%{buildroot}%{_includedir}/%{name} install
pushd %{buildroot}%{_libdir}
ln -s libcfitsio.so.0 libcfitsio.so
popd
mkdir %{buildroot}%{_bindir}
cp -p f{,un}pack %{buildroot}%{_bindir}/
%clean
rm -Rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files
%defattr(-,root,root)
%{_bindir}/*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*

%files -n %{develnamestatic}
%defattr(-,root,root)
%{_libdir}/*.a




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.250-6
+ Revision: a9bd77e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16039 |14mr|cglib-2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _mavenpomdir /usr/share/maven2/poms
Name:           cglib
Version:        2.2
Release:        4
Summary:        Code Generation Library for Java
License:        ASL 2.0
Group:          Development/Java
Url:            http://cglib.sourceforge.net/
Source0:        http://downloads.sourceforge.net/project/%{name}/%{name}2/%{version}/%{name}-src-%{version}.jar
Source1:        http://mirrors.ibiblio.org/pub/mirrors/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom
# Remove the repackaging step that includes other jars into the final thing
Patch0:         %{name}-build_xml.patch

Requires: java >= 0:1.6.0
Requires: objectweb-asm

BuildRequires:  ant
BuildRequires:  jpackage-utils >= 0:1.5
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  objectweb-asm
BuildRequires:  unzip
BuildArch:      noarch
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description
cglib is a powerful, high performance and quality code generation library 
for Java. It is used to extend Java classes and implements interfaces 
at runtime.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
%description javadoc
Documentation for the cglib code generation library.

%prep
%setup -q -c %{name}-%{version}
rm lib/*.jar
%patch0 -p1

%build
export CLASSPATH=`build-classpath objectweb-asm`
ant jar javadoc

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p ${RPM_BUILD_ROOT}%{_javadocdir}/
cp -r docs ${RPM_BUILD_ROOT}%{_javadocdir}/%{name}-%{version}
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p dist/%{name}-%{version}.jar  $RPM_BUILD_ROOT%{_javadir}
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

mkdir -p $RPM_BUILD_ROOT%{_mavenpomdir}
cp %{SOURCE1} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap net.sf.cglib %{name} %{version} JPP %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%doc LICENSE NOTICE
%{_javadir}/*.jar
%{_mavenpomdir}/*
%config(noreplace) %{_mavendepmapfragdir}/%{name}

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}-%{version}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-4
+ Revision: be28e1c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16040 |14mr|chbg-2.0.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Desktop background manager/changer/screensaver
Name:		chbg
Version:	2.0.1
Release:	17
License:	GPLv2+
Group:		Graphics
URL:		http://www.beebgames.com/sw/gtk-ports.html
Source0:	http://www.beebgames.com/sw/%{name}-%{version}.tar.bz2
Source1:	%{name}_16x16.png
Source2:	%{name}_32x32.png
Source3:	%{name}_48x48.png
# (fc) 2.0.1-3mdv use correct colormap / depth 
Patch0:		chbg-2.0.1-colormap.patch
# (fc) 2.0.1-9mdv fix CFLAGS
Patch1:		chbg-2.0.1-cflags.patch
Patch2:		chbg-2.0.1-libpng1.5.patch
Patch3:		chbg-2.0.1-linkage.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gtk+-2.0)

%description
ChBg is for changing desktop backgrounds in a given period. It can
render images with 10 modes (such as tiled, centered, scaled, etc.). It
uses gdk_pixbuf-2.0 for loading images, so it supports
many image formats.
ChBg has a windowed setup program, is able to load setup files,
can be used as slideshow picture previewer in its own window or as a
desktop background, and can be used as screensaver or as an xscreensaver
hack. It has a dialog for fast previewing of pictures and very usable
thumbnail previews.

%prep
%setup -q
%patch0 -p1 -b .composite
%patch1 -p1 -b .cflags
%patch2 -p0 -b .png
%patch3 -p1 -b .linkage

#needed by patch1 and patch3
autoreconf -i

%build
%configure2_5x \
    --with-intl-includes=%{_datadir}/gettext/intl \
    --x-libraries="-lz"

%make

%install
%makeinstall_std

# install icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# menu stuff
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=ChBg
Comment=Desktop background manager/changer/screensaver
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-System-Configuration-Other;Settings;
EOF


# touch the default sysconfig file so that it can be included
mkdir -p %{buildroot}%{_sysconfdir}
touch %{buildroot}%{_sysconfdir}/chbgrc

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS BUGS ChangeLog README THANKS TODO chbgrc.sample xscreensaver*txt 
%{_bindir}/chbg
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man*/*
%attr(644,root,root) %config(noreplace,missingok) %{_sysconfdir}/chbgrc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.1-17
+ Revision: a2c028c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16041 |14mr|check-0.9.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname %{name} %{major}
%define	develname %mklibname %{name} -d

Name:		check
Version:	0.9.13
Release:	1
License:	LGPLv2+
Summary:	A unit test framework for C
Group:		System/Libraries
URL:		http://check.sourceforge.net/
Source:		http://prdownloads.sourceforge.net/check/%{name}-%{version}.tar.gz

%description
Check is a unit test framework for C. It features a simple interface for
defining unit tests, putting little in the way of the developer. Tests are run
in a separate address space, so Check can catch both assertion failures and
code errors that cause segmentation faults or other signals.  The output from
unit tests can be used within source code editors and IDEs.

%package -n	%{libname}
Summary:	C testing framework
Group:		System/Libraries

%description -n	%{libname}
Check is a unit test framework for C. It features a simple interface for
defining unit tests, putting little in the way of the developer. Tests are run
in a separate address space, so Check can catch both assertion failures and
code errors that cause segmentation faults or other signals. The output from
unit tests can be used within source code editors and IDEs.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%{name}
Obsoletes:	%mklibname -d %{name} 0

%description -n	%{develname}
This package contains development files for %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

# move documentation
mv %{buildroot}%{_datadir}/doc/%{name} \
    %{buildroot}%{_datadir}/doc/%{develname}-%{version}

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_bindir}/checkmk
%{_datadir}/doc/%{develname}-%{version}
%{_datadir}/aclocal/check.m4
%{_libdir}/libcheck.so
%{_libdir}/libcheck.a
%{_includedir}/*
%{_libdir}/pkgconfig/check.pc
%{_infodir}/check.info*
%{_mandir}/man1/checkmk.1*

%changelog
* Thu Jul 10 2014 Tigro <ashejn@gmail.com> 0.9.13-1
+ Revision: a5710d9
- pack static lib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16042 |14mr|checkstyle-4.4-0.0.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free
%define build_free 1
%define build_tests 0

Name:           checkstyle
Version:        4.4
Release:        0.0.8
Epoch:          0
Summary:        Helps programmers write Java code that adheres to a coding standard
License:        LGPL
Group:          Development/Java
URL:            http://checkstyle.sourceforge.net/
Source0:        http://downloads.sourceforge.net/checkstyle/checkstyle-src-%{version}.tar.gz
Source1:        %{name}-script
Source2:        %{name}.catalog
Patch0:         %{name}-build.patch
Patch1:         %{name}-javadoc-crosslink.patch
Patch2:         %{name}-build-free.patch
Patch3:         %{name}-exclude-smap.patch
Requires:       ant >= 0:1.6
Requires:       antlr >= 0:2.7.1, jakarta-commons-logging
Requires:       jakarta-commons-cli, jakarta-commons-beanutils
Requires:       jakarta-commons-collections, jpackage-utils >= 0:1.5
Requires:       jaxp_parser_impl
BuildRequires:  ant >= 0:1.6, ant-nodeps >= 0:1.6
%if %{build_tests}
BuildRequires:  ant-junit >= 0:1.6
# FIXME: Need to package emma <http://emma.sf.net/>
BuildRequires:  emma
%endif
BuildRequires:  junit, antlr >= 0:2.7.1
BuildRequires:  jakarta-commons-beanutils, jakarta-commons-lang
BuildRequires:  jakarta-commons-cli, xalan-j2, java-rpmbuild >= 0:1.5
# xerces-j2 because tests fail with gnujaxp...
BuildRequires:  jakarta-commons-logging, jakarta-commons-collections, xerces-j2
BuildRequires:  antlr-javadoc
#BuildRequires:  xml-commons-jaxp-1.3-apis-javadoc
BuildRequires:  xml-commons-apis-javadoc
BuildRequires:  jakarta-commons-beanutils-javadoc, ant-javadoc, perl-base
BuildRequires:  java-devel
BuildRequires:  java-javadoc
BuildRequires:  avalon-logkit 
BuildRequires:  jdom
BuildRequires:  velocity
BuildRequires:  werken.xpath
BuildArch:      noarch

%description
Checkstyle is a development tool to help programmers write Java code 
that adheres to a coding standard. It automates the process of checking 
Java code to spare humans of this boring (but important) task. This 
makes it ideal for projects that want to enforce a coding standard.

Checkstyle is highly configurable and can be made to support almost any 
coding standard. An example configuration file is supplied supporting 
the Sun Code Conventions. As well, other sample configuration files are 
supplied for other well known conventions.

Checkstyle can check many aspects of your source code. Historically 
it's main functionality has been to check code layout issues, but since 
the internal architecture was changed in version 3, more and more checks 
for other purposes have been added. Now Checkstyle provides checks that 
find class design problems, duplicate code, or bug patterns like double 
checked locking.

Checkstyle is most useful if you integrate it in your build process or 
your development environment. The distribution includes:

    * An Ant task.
    * A command line tool.

%package        demo
Group:          Development/Java
Summary:        Demos for %{name}
Requires:       %{name} = %{epoch}:%{version}

%description    demo
Demonstrations and samples for %{name}.

%package        javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description    javadoc
Javadoc for %{name}.

%package        manual
Group:          Development/Java
Summary:        Manual for %{name}

%description    manual
Manual for %{name}.

%package        optional
Group:          Development/Java
Summary:        Optional functionality for %{name}
Requires:       %{name} = %{epoch}:%{version}

%description    optional
Optional functionality for %{name}.

%prep
%setup -q -n %{name}-src-%{version}
%patch0 -p1 -b .build
%patch1 -p1 -b .javadoc
%if %{build_free}
%patch2 -p1 -b .free
%endif
%patch3 -p1 -b .smap

%{__perl} -pi -e 's|\./{\@docRoot}/\.\./index\.html|file://%{_docdir}/%{name}-manual-%{version}/index.html|' build.xml
%{__perl} -pi -e 's|.*classpathref="javadoc\.classpath".*\n||g;' build.xml

# remove all binary libs
%{_bindir}/find . -name '*.jar' | %{_bindir}/xargs -t %{__rm}

# fix end-of-line
%{__perl} -pi -e 's/\r$//g' LICENSE LICENSE.apache LICENSE.apache20 \
README RIGHTS.antlr *.header *.xml

%if %{build_free}
%{__rm} -rf src/checkstyle/com/puppycrawl/tools/checkstyle/doclets
%endif

%build
OPT_JAR_LIST="ant/ant-nodeps"
%if %{build_tests}
OPT_JAR_LIST="$OPT_JAR_LIST ant/ant-junit"
%endif
export OPT_JAR_LIST
export CLASSPATH=$(build-classpath antlr commons-beanutils \
commons-collections commons-cli commons-logging jdom junit velocity \
werken.xpath xalan-j2 xerces-j2 avalon-logkit commons-lang)

%{ant} \
  -Dbuild.sysclasspath=first \
  -Dant.javadoc=%{_javadocdir}/ant \
  -Dantlr.javadoc=%{_javadocdir}/antlr \
  -Djaxp.javadoc=%{_javadocdir}/xml-commons-apis \
  -Dbeanutils.javadoc=%{_javadocdir}/jakarta-commons-beanutils \
  -Djava.javadoc=%{_javadocdir}/java \
  compile.checkstyle
%{ant} \
  -Dant.javadoc=%{_javadocdir}/ant \
  -Dantlr.javadoc=%{_javadocdir}/antlr \
  -Djaxp.javadoc=%{_javadocdir}/xml-commons-apis \
  -Dbeanutils.javadoc=%{_javadocdir}/jakarta-commons-beanutils \
  -Djava.javadoc=%{_javadocdir}/java \
  javadoc
%{ant} \
  -Dbuild.sysclasspath=first \
  -Dant.javadoc=%{_javadocdir}/ant \
  -Dantlr.javadoc=%{_javadocdir}/antlr \
  -Djaxp.javadoc=%{_javadocdir}/xml-commons-apis \
  -Dbeanutils.javadoc=%{_javadocdir}/jakarta-commons-beanutils \
  -Djava.javadoc=%{_javadocdir}/java \
  xdocs
%{ant} \
  -Dbuild.sysclasspath=first \
  -Dant.javadoc=%{_javadocdir}/ant \
  -Dantlr.javadoc=%{_javadocdir}/antlr \
  -Djaxp.javadoc=%{_javadocdir}/xml-commons-apis \
  -Dbeanutils.javadoc=%{_javadocdir}/jakarta-commons-beanutils \
  -Djava.javadoc=%{_javadocdir}/java \
  build.bindist
%if %{build_tests}
%{ant} \
  -Dbuild.sysclasspath=first \
  -Dant.javadoc=%{_javadocdir}/ant \
  -Dantlr.javadoc=%{_javadocdir}/antlr \
  -Djaxp.javadoc=%{_javadocdir}/xml-commons-apis \
  -Dbeanutils.javadoc=%{_javadocdir}/jakarta-commons-beanutils \
  -Djava.javadoc=%{_javadocdir}/java \
  run.tests
%endif

%install
%{__rm} -rf %{buildroot}

# jar
%{__mkdir_p} %{buildroot}%{_javadir}
cp -a target/dist/%{name}-%{version}/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
cp -a target/dist/%{name}-%{version}/%{name}-optional-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-optional-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do %{__ln_s} ${jar} `echo $jar| %__sed "s|-%{version}||g"`; done)

# script
%{__mkdir_p} %{buildroot}%{_bindir}
cp -a %{SOURCE1} %{buildroot}%{_bindir}/%{name}

# dtds
%{__mkdir_p} %{buildroot}%{_datadir}/xml/%{name}
cp -a %{SOURCE2} %{buildroot}%{_datadir}/xml/%{name}/catalog
cp -a src/checkstyle/com/puppycrawl/tools/checkstyle/*.dtd \
  %{buildroot}%{_datadir}/xml/%{name}

# demo
%{__mkdir_p} %{buildroot}%{_datadir}/%{name}
cp -a target/dist/%{name}-%{version}/contrib/* \
  %{buildroot}%{_datadir}/%{name}

# ant.d
%{__mkdir_p}  %{buildroot}%{_sysconfdir}/ant.d
%{__cat} > %{buildroot}%{_sysconfdir}/ant.d/%{name} << EOF
checkstyle antlr jakarta-commons-beanutils jakarta-commons-cli jakarta-commons-logging jakarta-commons-collections jaxp_parser_impl
EOF

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
# FIXME: This allows --short-circuit (%%exclude should be used instead).
if [ -d target/dist/%{name}-%{version}/docs/api ]; then
  cp -a target/dist/%{name}-%{version}/docs/api/* \
    %{buildroot}%{_javadocdir}/%{name}-%{version}
fi
%{__rm} -rf target/dist/%{name}-%{version}/docs/api
%{__ln_s} %{_javadocdir}/%{name} target/dist/%{name}-%{version}/docs/api
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

for i in `find %{buildroot}%{_datadir}/%{name} -type f`; do
  %{__perl} -pi -e 's/\r$//g' $i
done

for i in `find target/dist/%{name}-%{version}/docs -type f`; do
  %{__perl} -pi -e 's/\r$//g' $i
done

for i in `find %{buildroot}%{_datadir}/xml/%{name} -type f -name "*.dtd"`; do
  %{__perl} -pi -e 's/\r$//g' $i
done

%post
# Note that we're using a fully versioned catalog, so this is always ok.
if [ -x %{_bindir}/install-catalog -a -d %{_sysconfdir}/sgml ]; then
  %{_bindir}/install-catalog --add \
    %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.cat \
    %{_datadir}/xml/%{name}/catalog > /dev/null 2>&1 || :
fi

%postun
# Note that we're using a fully versioned catalog, so this is always ok.
if [ -x %{_bindir}/install-catalog -a -d %{_sysconfdir}/sgml ]; then
  %{_bindir}/install-catalog --remove \
    %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.cat \
    %{_datadir}/xml/%{name}/catalog > /dev/null 2>&1 || :
fi

%post optional
%{__grep} -q checkstyle-optional %{_sysconfdir}/ant.d/%{name} || \
%{__perl} -pi -e 's|checkstyle|checkstyle checkstyle-optional|' %{_sysconfdir}/ant.d/%{name}

%postun optional
%{__grep} -q checkstyle-optional %{_sysconfdir}/ant.d/%{name} && \
%{__perl} -pi -e 's|checkstyle-optional ||' %{_sysconfdir}/ant.d/%{name} || :

%files
%defattr(0644,root,root,0755)
%doc LICENSE LICENSE.apache LICENSE.apache20 README RIGHTS.antlr
%doc build.xml checkstyle_checks.xml import-control.xml java.header
%doc sun_checks.xml suppressions.xml
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_datadir}/xml/%{name}
%attr(0755,root,root) %{_bindir}/*
%config(noreplace) %{_sysconfdir}/ant.d/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.xsl

%files demo
%defattr(0644,root,root,0755)
%exclude %{_datadir}/%{name}/*.xsl
%{_datadir}/%{name}/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files manual
%defattr(0644,root,root,0755)
%doc target/dist/%{name}-%{version}/docs/*

%files optional
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-optional.jar
%{_javadir}/%{name}-optional-%{version}.jar


%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:4.4-0.0.8
+ Revision: 7cabc74
- Sepc cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16043 |14mr|cheese-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	gtk_maj	23
%define	major	7
%define	gir_maj	3.0
%define	libname	%mklibname %{name} %{major}
%define	gtkname	%mklibname %{name}-gtk %{gtk_maj}
%define	girname	%mklibname %{name}-gtk-gir %{gir_maj}
%define	devname	%mklibname -d %{name}
%define	devgtk	%mklibname -d %{name}-gtk

Summary:	A GNOME application for taking pictures and videos from a webcam
Name:		cheese
Version:	3.12.2
Release:	2
License:	GPLv2+
Group:		Video
URL:		http://www.gnome.org/projects/cheese/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/cheese/3.12/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	glib2.0-common
BuildRequires:	gnome-doc-utils >= 0.20
BuildRequires:	gtk-doc >= 1.14
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	vala vala-devel
BuildRequires:	pkgconfig(cairo) >= 1.10.0
BuildRequires:	pkgconfig(clutter-1.0) >= 1.6.1
BuildRequires:	pkgconfig(clutter-gst-2.0)
BuildRequires:	pkgconfig(clutter-gtk-1.0) >= 0.91.8
BuildRequires:	pkgconfig(gdk-3.0) >= 2.99.4
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gee-1.0) >= 0.6.0
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gnome-desktop-3.0) >= 2.91.6
BuildRequires:	pkgconfig(gnome-video-effects)
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6.7
BuildRequires:	pkgconfig(gstreamer-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-plugins-bad-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0) >= 1.0
BuildRequires:  %{_lib}gstbasevideo1.0-devel
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.99.4
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.26
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	pkgconfig(mx-1.0)
BuildRequires:	pkgconfig(pangocairo) >= 1.28.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)

Requires:	gsettings-desktop-schemas
Requires:	gstreamer1.0-plugins-base
Requires:	gstreamer1.0-plugins-good
Requires:	gstreamer1.0-plugins-bad
Requires:	gstreamer1.0-vp8
%if "%{_lib}" == "lib64"
%define	_libext	()(64bit)
%else
%define	_libext %{nil}
%endif
#Requires:	gstreamer0.10(encoder-video/x-vp8)%{_libext}
Requires:	gnome-video-effects

# TODO update features once added upstream
%description
Cheese is a Photobooth-inspired GNOME application for taking pictures and
videos from a webcam. It also includes fancy graphical effects based on
the gstreamer-backend.

%package -n	%{libname}
Group:		System/Libraries
Summary:	Shared library part of %{name}
Obsoletes:	%{gtkname} < 3.5.1-1
Provides:	%{gtkname} = 3.5.1-1

%description -n	%{libname}
This package contains the shared library for %{name}.

%package -n	%{gtkname}
Group:		System/Libraries
Summary:	Shared library part of %{name} - gtk
Obsoletes:	%{libname} < 3.5.1-1
Provides:	%{libname} = 3.5.1-1

%description -n	%{gtkname}
This package contains the shared library for %{name}-gtk.

%package -n	%{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n	%{girname}
GObject Introspection interface description for %{name}.

%package -n	%{devname}
Group:		Development/C
Summary:	Developent files for %{name}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}

%description -n	%{devname}
This packages contains the development library and header files for %{name}.

%package -n	%{devgtk}
Group:		Development/C
Summary:	Developent files for %{name}-gtk
Requires:	%{gtkname} = %{version}-%{release}

%description -n	%{devgtk}
This packages contains the development library and header files for %{name}-gtk.

%prep
%setup -q

%build
%configure2_5x	--disable-static

%make

%install
%makeinstall_std
%find_lang %{name} --with-gnome --all-name

desktop-file-install \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%define launchers %{_sysconfdir}/dynamic/launchers/webcam
# dynamic support
mkdir -p %{buildroot}%launchers
cat > %{buildroot}%launchers/%{name}.desktop << EOF
[Desktop Entry]
Name=Webcam Photobooth
Comment=Cheese Webcam Photobooth using \$devicename
TryExec=%{_bindir}/cheese
Exec=%{_bindir}/cheese
Terminal=false
Icon=cheese
Type=Application
StartupNotify=true
EOF

%post
update-alternatives --install %{launchers}/kde.desktop webcam.kde.dynamic %launchers/%{name}.desktop 60
update-alternatives --install %{launchers}/gnome.desktop webcam.gnome.dynamic %launchers/%{name}.desktop 60

%postun
if [ "$1" = "0" ]; then
   update-alternatives --remove webcam.kde.dynamic %launchers/%{name}.desktop
   update-alternatives --remove webcam.gnome.dynamic %launchers/%{name}.desktop
fi

%files -f %{name}.lang
%config(noreplace) %launchers/*.desktop
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
%{_iconsdir}/hicolor/*/*/*
%{_mandir}/man1/cheese.1*
%{_datadir}/appdata/cheese.appdata.xml

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{gtkname}
%{_libdir}/lib%{name}-gtk.so.%{gtk_maj}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Cheese-%{gir_maj}.typelib

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gir-1.0/Cheese-%{gir_maj}.gir
%{_datadir}/gtk-doc/html/%{name}/

%files -n %{devgtk}
%{_libdir}/lib%{name}-gtk.so
%{_libdir}/pkgconfig/%{name}-gtk.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: d02c794
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16044 |14mr|chemical-mime-data-0.1.94-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Support for chemical/* MIME types
Name:		chemical-mime-data
Version:	0.1.94
Release:	11
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://sourceforge.net/projects/chemical-mime/
Source0:	http://dl.sourceforge.net/chemical-mime/%{name}-%{version}.tar.bz2
Patch0:		chemical-mime-data-0.1.94-rosa-rsvg.patch
BuildRequires:	intltool
BuildRequires:	librsvg
BuildRequires:	libxslt-proc
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(shared-mime-info)
Requires:	hicolor-icon-theme
Requires:	shared-mime-info
BuildArch:	noarch

%description
A collection of data files which tries to give support for various chemical
MIME types (chemical/*) on Linux/UNIX desktops. Chemical MIME's have been
proposed in 1995, though it seems they have never been registered with IANA.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING HACKING NEWS README THANKS TODO
%doc __docs/*
%{_datadir}/icons/hicolor/*/mimetypes/gnome-mime-chemical.png
%{_datadir}/icons/hicolor/scalable/mimetypes/gnome-mime-chemical.svgz
%{_datadir}/mime/packages/chemical-mime-data.xml
%{_datadir}/mimelnk
%{_datadir}/pkgconfig/chemical-mime-data.pc

#----------------------------------------------------------------------------

%prep
%setup -q
sed -i -e '/^libdir/d' chemical-mime-data.pc.in
%patch0 -p1

%build
# required for patch0
autoreconf -fi

export RSVG=%{_bindir}/rsvg-convert
%configure2_5x \
	--disable-update-database \
	--without-gnome-mime \
	--without-pixmaps
%make

%install
%makeinstall_std
cp -pR %{buildroot}%{_docdir}/%{name} __docs
rm -rf %{buildroot}%{_docdir}/%{name}

%find_lang %{name}


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.94-11
+ Revision: 07dda18
- Fix BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16045 |14mr|chkauth-0.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name chkauth
%define version 0.3
%define release 10
	
Summary: Script to change authentification method (local, NIS, LDAP)
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
BuildArch: noarch
License: GPL
Group: System/Configuration/Boot and Init
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
requires: perl >= 5.0

%description
Chkauth is a program to change the authentification method 
on a system. Chkauth always set the file method in first place, but 
you can only select the second authentification method this way. 

Three kind of authentification are accepted : local (file), NIS (yp) 
and LDAP. 

%prep
%setup

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8/
mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
install chkauth $RPM_BUILD_ROOT/%{_sbindir}
install chkauth.8 $RPM_BUILD_ROOT/%{_mandir}/man8/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_sbindir}/*
%{_mandir}/*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-10
+ Revision: fa6ac48
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16046 |14mr|chkconfig-1.3.61-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git_url git://git.fedorahosted.org/chkconfig.git

Summary:	A system tool for maintaining the /etc/rc*.d hierarchy
Name:		chkconfig
Version:	1.3.61
Release:	2
License:	GPL
Group:		System/Configuration/Boot and Init
Url:		http://git.fedorahosted.org/git/?p=chkconfig.git;a=summary
Source0:	https://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz2
Source1:	chkconfig.po
Patch1:		ntsysv-mdkconf.patch
Patch3:		chkconfig-runleveldir.patch
Patch5:		chkconfig-fix.patch
Patch6:		chkconfig-1.3.50-adddelxinetd.patch
Patch7:		chkconfig-1.3.50-list.patch
Patch8:		chkconfig-1.3.50-skip-files-with-dot.patch
Patch10:	chkconfig-1.3.11-fix-errno-xinetddotd.patch
# (blino) fix priority when adding a LSB service required by another LSB service (#22019)
Patch13:	chkconfig-1.3.50-targreq.patch
# (fc) introduce runlevel 7, acting as runlevel S
Patch15:	chkconfig-1.3.50-rc7.patch
Patch16:	chkconfig-1.3.61-no-systemd-reload.patch

# upstream patches

BuildRequires:	gettext
BuildRequires:	newt-devel
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(slang)
# explicit file provides
Provides:	/sbin/chkconfig

%description
Chkconfig is a basic system utility.  It updates and queries runlevel
information for system services.  Chkconfig manipulates the numerous
symbolic links in /etc/rc*.d, to relieve system administrators of some 
of the drudgery of manually editing the symbolic links.

%package -n ntsysv
Summary:	A system tool for maintaining the /etc/rc*.d hierarchy
Group:		System/Configuration/Boot and Init
Requires:	chkconfig

%description -n	ntsysv
ntsysv updates and queries runlevel information for system services.
ntsysv relieves system administrators of having to directly manipulate
the numerous symbolic links in /etc/rc*.d.

%prep
%setup -q
%patch1 -p1 -b .mdkconf
%patch3 -p1 -b .runleveldir
%patch5 -p1 -b .fix
%patch6 -p1 -b .adddelxinetd
%patch7 -p1 -b .list
%patch8 -p1 -b .skip-files-with-dot
%patch10 -p0 -b .fix-errno-xinetddotd
%patch13 -p1 -b .targreq
%patch15 -p0 -b .rc7
%patch16 -p1 -b .no-systemd-reload
perl -pi -e 's/\bmv\b/mv -f/' po/Makefile

%build
%global optflags %{optflags} -Os

%make RPM_OPT_FLAGS="%{optflags}" LIBMHACK=$LIBMHACK LDFLAGS="%{ldflags}"

%install
%makeinstall_std MANDIR=%{_mandir}

mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
for n in 0 1 2 3 4 5 6 7; do
    mkdir -p %{buildroot}%{_sysconfdir}/rc.d/rc${n}.d
done

cd %{buildroot}%{_sysconfdir}/
ln -s rc.d/init.d init.d
cd -
ln -s rc7.d %{buildroot}%{_sysconfdir}/rc.d/rcS.d

# corrected indonesian language code (it has changed from 'in' to 'id')
mkdir -p %{buildroot}%{_datadir}/locale/id/LC_MESSAGES
mv %{buildroot}%{_datadir}/locale/{in,in_ID}/LC_MESSAGES/* \
	%{buildroot}%{_datadir}/locale/id/LC_MESSAGES || :
rm -rf %{buildroot}%{_datadir}/locale/{in,in_ID} || :

mkdir -p %{buildroot}%{_datadir}/locale/zh_TW.Big5/LC_MESSAGES
msgfmt %{SOURCE1} -o %{buildroot}%{_datadir}/locale/zh_TW.Big5/LC_MESSAGES/chkconfig.mo

# Geoff 20020623 -- zh is incorrect for locale and there's nothing in it anyway
rm -fr %{buildroot}%{_datadir}/locale/zh

# we use our own alternative system
rm -f %{buildroot}%{_sbindir}/{alternatives,update-alternatives} %{buildroot}%{_mandir}/man8/alternatives.8* %{buildroot}%{_mandir}/man8/update-alternatives.8*

%find_lang %{name}

%files -f %{name}.lang
%dir %{_sysconfdir}/rc.d
%dir %{_sysconfdir}/rc.d/init.d
%dir %{_sysconfdir}/rc.d/rc*
/sbin/chkconfig
%{_mandir}/man8/chkconfig.8*
%{_sysconfdir}/init.d

%files -n ntsysv
%{_sbindir}/ntsysv
%{_mandir}/man8/ntsysv.8*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.61-2
+ Revision: 56045cc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16047 |14mr|chmlib-0.40-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: chmlib
Version: 0.40
Release: 8
License: GPL
Group: System/Libraries
Summary: A library for dealing with Microsoft ITSS/CHM format files
URL: http://www.jedrea.com/chmlib/
Source0: http://www.jedrea.com/chmlib/%{name}-%{version}.tar.bz2
Patch1: chmlib-0.37-morearchs.patch
Provides: libchm-bin

%description
CHMLIB is a library for dealing with Microsoft ITSS/CHM format files.
Right now, it is a very simple library, but sufficient for dealing with
all of the .chm files I've come across. Due to the fairly well-designed
indexing built into this particular file format, even a small library
is able to gain reasonably good performance indexing into ITSS archives.

Code runs on Linux, Windows, Solaris, and Irix.

%files
%defattr(-,root,root)
%_bindir/*

#----------------------------------------------------------------------

%define	major 0
%define	libname %mklibname chm %{major}

%package -n	%{libname}
Summary:	A library for dealing with Microsoft ITSS/CHM format files
Group:		System/Libraries
Provides:	libchm = %{version}-%{release}

%description -n	%{libname}
CHMLIB is a library for dealing with Microsoft ITSS/CHM format files.
Right now, it is a very simple library, but sufficient for dealing with
all of the .chm files I've come across. Due to the fairly well-designed
indexing built into this particular file format, even a small library
is able to gain reasonably good performance indexing into ITSS archives.

%files -n %{libname}
%{_libdir}/libchm.so.%{major}*

#----------------------------------------------------------------------

%define libnamedev %mklibname -d chm

%package -n	%{libnamedev}
Summary: A library for dealing with Microsoft ITSS/CHM format files
Group: Development/Other
Provides: %{name}-devel = %{version}
Provides: libchm-devel = %{version}
Requires: %{libname} = %{version}
Obsoletes: %{mklibname -d chm 0}

%description -n %{libnamedev}
CHMLIB is a library for dealing with Microsoft ITSS/CHM format files.
Right now, it is a very simple library, but sufficient for dealing with
all of the .chm files I've come across. Due to the fairly well-designed
indexing built into this particular file format, even a small library
is able to gain reasonably good performance indexing into ITSS archives.

%files -n %{libnamedev}
%{_includedir}/*.h
%{_libdir}/*.so

#----------------------------------------------------------------------

%define libnamedevstat %mklibname -d -s chm

%package -n	%{libnamedevstat}
Summary: A library for dealing with Microsoft ITSS/CHM format files
Group: Development/Other
Provides: %{name}-static-devel = %{version}
Provides: libchm-static-devel = %{version}
Requires: %{libnamedev} = %{version}
Obsoletes: %{mklibname -d chm 0}

%description -n %{libnamedevstat}
CHMLIB is a library for dealing with Microsoft ITSS/CHM format files.
Right now, it is a very simple library, but sufficient for dealing with
all of the .chm files I've come across. Due to the fairly well-designed
indexing built into this particular file format, even a small library
is able to gain reasonably good performance indexing into ITSS archives.

%files -n %{libnamedevstat}
%{_libdir}/*.a

#----------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%patch1 -p0 -b .more_archs

%build
%configure2_5x \
	--enable-examples

export CFLAGS="%{optflags} -DCHM_MT -DCHM_USE_PREAD -DCHM_USE_IO64 -L.libs"
export LDFLAGS="%{ldflags} -lpthread" 

%make

%install
install -d %{buildroot}{%{_libdir},%{_includedir}}
%makeinstall_std
install -m644 src/.libs/libchm.a %{buildroot}%{_libdir}/libchm.a




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.40-8
+ Revision: 5ae176e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16048 |14mr|choqok-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		choqok
Version:	1.3
Release:	4
Summary:	KDE Micro-Blogging Client
License:	GPLv3
Group:		Graphical desktop/KDE
URL:		http://choqok.gnufolks.org/
Source0:	http://downloads.sourceforge.net/choqok/%{name}-%{version}.tar.bz2
Patch0:		choqok-0.9.85-dbus-service-dir.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	qjson-devel
BuildRequires:	qoauth-devel
BuildRequires:	attica-devel
Requires:	kdebase4-runtime

%description
Choqok is a Free/Open Source micro-blogging client for K Desktop 

%files -f %{name}.lang
%{_datadir}/dbus-1/services/org.kde.choqok.service
%{_kde_bindir}/choqok
%{_kde_libdir}/kde4/*.so
%{_kde_applicationsdir}/choqok.desktop
%{_kde_appsdir}/choqok*
%{_kde_appsdir}/khtml/kpartplugins/*
%{_kde_datadir}/config.kcfg/*.kcfg
%{_kde_iconsdir}/*/*/*/*
%{_kde_services}/choqok_*.desktop
%{_kde_services}/ServiceMenus/*.desktop
%{_kde_servicetypes}/choqok*.desktop

#-------------------------------------------------------------------

%define choqok_major 1
%define libchoqok %mklibname choqok %{choqok_major}

%package -n %{libchoqok}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libchoqok}
%{name} library.

%files -n %{libchoqok}
%{_kde_libdir}/libchoqok.so.%{choqok_major}*

#-------------------------------------------------------------------

%define twitterapihelper_major 1
%define libtwitterapihelper %mklibname twitterapihelper %{twitterapihelper_major}

%package -n %{libtwitterapihelper}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libtwitterapihelper}
%{name} library.

%files -n %{libtwitterapihelper}
%{_kde_libdir}/libtwitterapihelper.so.%{twitterapihelper_major}*

#-------------------------------------------------------------------

%package devel
Summary:	%{name} development files
Group:		Development/KDE and Qt
Requires:	%{libchoqok} = %{version}-%{release}
Conflicts:	%{name} < 0.2.3

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_kde_libdir}/libchoqok.so
%{_kde_libdir}/libtwitterapihelper.so
%{_kde_includedir}/choqok
%{_kde_appsdir}/cmake/modules/*.cmake

#--------------------------------------------------------------------
%prep
%setup -q
%patch0 -p0

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Remove it to avoid file conflicts with kdepimlibs4-devel 4.10
rm -f %{buildroot}%{_kde_appsdir}/cmake/modules/FindQtOAuth.cmake

%find_lang %{name} --with-html


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-4
+ Revision: 839ba45
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16049 |14mr|chromaprint-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname -d %{name}

Summary:	Library and tool implementing the AcoustID fingerprinting
Name:		chromaprint
Version:	1.0
Release:	2
License:	LGPLv2+
Group:		Sound
Url:		http://www.acoustid.org/chromaprint/
Source0:	https://github.com/downloads/lalinsky/chromaprint/%{name}-%{version}.tar.gz
BuildRequires:	cmake >= 2.6
BuildRequires:	fftw-devel >= 3
# This is needed for examples
BuildRequires:	ffmpeg-devel
BuildRequires:	boost-devel

%description
Chromaprint library is the core component of the AcoustID project. It's a
client-side library that implements a custom algorithm for extracting
fingerprints from raw audio sources.
The library exposes a simple C API. The documentation for the C API can be
found in the main header file.

%files
%doc README.txt
%{_bindir}/fpcalc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library implementing the AcoustID fingerprinting
Group:		System/Libraries

%description -n %{libname}
Chromaprint library is the core component of the AcoustID project. It's a 
client-side library that implements a custom algorithm for extracting 
fingerprints from raw audio sources.
The library exposes a simple C API. The documentation for the C API can be
found in the main header file.

%files -n %{libname}
%doc CHANGES.txt COPYING.txt NEWS.txt README.txt
%{_libdir}/libchromaprint.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name} 
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%{_includedir}/chromaprint.h
%{_libdir}/libchromaprint.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DBUILD_EXAMPLES=ON -DBUILD_TESTS=off
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-2
+ Revision: 4f7ecc0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16050 |14mr|chromium-browser-stable-37.0.2062.120-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define crname chromium-browser
%define _crdir %{_libdir}/%{crname}
%define _src %{_topdir}/SOURCES

Name: chromium-browser-stable
Version: 37.0.2062.120
Release: 1
Summary: A fast webkit-based web browser
Group: Networking/WWW
License: BSD, LGPL

Source0: https://commondatastorage.googleapis.com/chromium-browser-official/chromium-%{version}.tar.xz
Source1: chromium-wrapper
Source30: master_preferences
Source31: default_bookmarks.html
Source32: chromium.default
Source2: chromium-browser.desktop
Source100: icons.tar.bz2
Source997: depot_tools.tar.xz
Source998: gn-binaries.tar.xz
Source999: new-system-icons.tar.xz
Source1000: README.urpmi
Patch4: chromium-30.0.1599.66-master-prefs-path.patch
# PATCH-FIX-OPENSUSE removes build part for courgette
Patch14:        chromium-25.0.1364.172-no-courgette.patch
# PATCH-FIX-OPENSUSE Compile the sandbox with -fPIE settings
Patch15:        chromium-25.0.1364.172-sandbox-pie.patch
# fix https://code.google.com/p/chromium/issues/detail?id=412967
Patch20:        chromium-37.0.2062.120-issue566583002_1.patch

Provides: %{crname}
Conflicts: chromium-browser-unstable
Conflicts: chromium-browser-beta
Obsoletes: chromium-browser < 1:9.0.597.94
BuildRequires: bison, flex, gtk2-devel, atk-devel, libexpat-devel, gperf
BuildRequires: nspr-devel, nss-devel, libalsa-devel, util-linux, ninja
BuildRequires: glib2-devel, bzip2-devel, zlib-devel
BuildRequires: jpeg-devel, pkgconfig(gl), mesaglu-devel
BuildRequires: libxscrnsaver-devel, dbus-glib-devel, cups-devel
BuildRequires: libgnome-keyring-devel libvpx-devel libxtst-devel
BuildRequires: libxslt-devel libxml2-devel
BuildRequires: libxt-devel pam-devel pkgconfig(libgcrypt)
BuildRequires: libevent-devel pkgconfig(flac) pulseaudio-devel
BuildRequires: elfutils-devel udev-devel speex-devel yasm
BuildRequires: pkgconfig(harfbuzz) pkgconfig(libmtp) pkgconfig(libgpsd)
BuildRequires: speech-dispatcher-devel pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(libpci) pkgconfig(gstreamer-plugins-base-1.0), gyp
BuildRequires: pkgconfig(opus) pkgconfig(libwebp) pkgconfig(minizip)
BuildRequires: pkgconfig(libexif) cap-devel

Suggests: chromium-browser-pepper-flash
Suggests: chromium-browser-pdf-plugin

ExclusiveArch: i586 x86_64 armv7l

%description
Chromium is a browser that combines a minimal design with sophisticated
technology to make the web faster, safer, and easier.

This is the stable channel Chromium browser. It offers a rock solid
browser which is updated with features and fixes once they have been
thoroughly tested. If you want the latest features, install the
chromium-browser-unstable package instead.

Note: If you are reverting from unstable to stable or beta channel, you may
experience tab crashes on startup. This crash only affects tabs restored
during the first launch due to a change in how tab state is stored.
See http://bugs.chromium.org/34688. It's always a good idea to back up
your profile before changing channels.

%package -n chromium-browser
Summary: A fast webkit-based web browser (transition package)
Epoch: 1
Group: Networking/WWW
Requires: %{name} = %{version}-%{release}

%description -n chromium-browser
Chromium is a browser that combines a minimal design with sophisticated
technology to make the web faster, safer, and easier.

This is a transition package that installs the stable channel Chromium
browser. If you prefer the dev channel browser, install the
chromium-browser-unstable package instead.

%package -n chromedriver
Summary:        WebDriver for Google Chrome/Chromium
Group:          Development/Other
Requires:       %{name} = %{version}-%{release}

%description -n chromedriver
WebDriver is an open source tool for automated testing of webapps across many
browsers. It provides capabilities for navigating to web pages, user input,
JavaScript execution, and more. ChromeDriver is a standalone server which
implements WebDriver's wire protocol for Chromium. It is being developed by
members of the Chromium and WebDriver teams.

%prep
%setup -q -n chromium-%{version} -a 998 -a 997 -a 999
%patch4 -p1 -b .prefs

%patch14 -p1
%patch15 -p1
%patch20 -p1

# Hard code extra version
FILE=chrome/common/chrome_version_info_posix.cc
sed -i.orig -e 's/getenv("CHROME_VERSION_EXTRA")/"%{product_vendor} %{product_version}"/' $FILE
cmp $FILE $FILE.orig && exit 1

%build
export GYP_GENERATORS='ninja'
./build/gyp_chromium build/all.gyp --depth=. \
	-D linux_sandbox_path=%{_crdir}/chrome-sandbox \
	-D linux_sandbox_chrome_path=%{_crdir}/chrome \
	-D linux_link_gnome_keyring=0 \
	-D use_gconf=0 \
	-D werror='' \
	-D use_system_sqlite=0 \
	-D use_system_libxml=1 \
	-D use_system_zlib=0 \
	-D use_system_bzip2=1 \
	-D use_system_libbz2=1 \
	-D use_system_xdg_utils=1 \
	-D use_system_yasm=1 \
	-D use_system_libpng=1 \
	-D use_system_libjpeg=1 \
	-D use_system_libevent=1 \
	-D use_system_speex=1 \
	-D use_system_flac=1 \
	-D use_system_vpx=1 \
	-D use_system_icu=0 \
        -D use_system_libusb=1 \
        -D use_system_libexif=1 \
        -D use_system_libsrtp=0 \
        -D use_system_libmtp=1 \
        -D use_system_opus=1 \
        -D use_system_libwebp=1 \
        -D use_system_harfbuzz=1 \
        -D use_system_minizip=1 \
	-D build_ffmpegsumo=1 \
        -D use_system_ffmpeg=0 \
	-D ffmpeg_branding=Chrome \
        -D proprietary_codecs=1 \
        -D use_pulseaudio=1 \
	-D use_system_v8=0 \
	-D use_system_protobuf=0 \
	-D linux_link_libpci=1 \
        -D linux_link_gsettings=1 \
        -D linux_link_libspeechd=1 \
        -D linux_link_kerberos=1 \
        -D linux_link_libgps=1 \
	-D use_system_libyuv=1 \
	-D use_system_libxslt=1 \
	-D use_system_nspr=1 \
	-D disable_nacl=1 \
        -D logging_like_official_build=1 \
        -D remove_webcore_debug_symbols=1 \
        -D linux_fpic=1 \
	-D use_aura=1 \
        -D linux_use_gold_binary=0 \
        -D linux_use_gold_flags=0 \
        -Dgoogle_api_key='AIzaSyD1hTe85_a14kr1Ks8T3Ce75rvbR1_Dx7Q' \
        -Dgoogle_default_client_id='4139804441.apps.googleusercontent.com' \
        -Dgoogle_default_client_secret='KDTRKEZk2jwT_7CDpcmMA--P' \
%ifarch i586
	-D disable_sse2=1 \
	-D release_extra_cflags="-march=i586"
%endif

mkdir -p out/Release

ninja -C out/Release chrome
# Build the required SUID_SANDBOX helper
ninja -C out/Release chrome_sandbox
# Build the ChromeDriver test suite
ninja -C out/Release chromedriver

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_crdir}/locales
mkdir -p %{buildroot}%{_crdir}/themes
mkdir -p %{buildroot}%{_crdir}/default_apps
mkdir -p %{buildroot}%{_mandir}/man1
install -m 755 %{_src}/chromium-wrapper %{buildroot}%{_crdir}/
install -m 755 out/Release/chrome %{buildroot}%{_crdir}/
install -m 4755 out/Release/chrome_sandbox %{buildroot}%{_crdir}/chrome-sandbox
cp -a out/Release/chromedriver %{buildroot}%{_crdir}/chromedriver
install -m 644 out/Release/chrome.1 %{buildroot}%{_mandir}/man1/%{crname}.1
install -m 644 out/Release/*.pak %{buildroot}%{_crdir}/
install -m 644 out/Release/icudtl.dat %{buildroot}%{_crdir}/
install -m 755 out/Release/libffmpegsumo.so %{buildroot}%{_crdir}/
install -m 644 out/Release/locales/*.pak %{buildroot}%{_crdir}/locales/
install -m 644 out/Release/resources.pak %{buildroot}%{_crdir}/
install -m 644 chrome/browser/resources/default_apps/* %{buildroot}%{_crdir}/default_apps/
ln -s %{_crdir}/chromium-wrapper %{buildroot}%{_bindir}/%{crname}
sed -i "s!@LIBDIR@!%{_libdir}!g" %{buildroot}%{_crdir}/chromium-wrapper
ln -s %{_crdir}/chromedriver %{buildroot}%{_bindir}/chromedriver

# create global config file
mkdir -p %{buildroot}%{_sysconfdir}/default
install -m644 %{SOURCE32} %{buildroot}%{_sysconfdir}/default/%{crname}

# create pepper dir. talkplugin works fine only if sylinks in pepper
mkdir -p %{buildroot}%{_crdir}/pepper

find out/Release/resources/ -name "*.d" -exec rm {} \;
cp -r out/Release/resources %{buildroot}%{_crdir}

# Strip NaCl IRT
#%ifarch x86_64
#./native_client/toolchain/linux_x86_newlib/bin/x86_64-nacl-strip %{buildroot}%{_crdir}/nacl_irt_x86_64.nexe
#%endif
#%ifarch i586
#./native_client/toolchain/linux_x86_newlib/bin/i686-nacl-strip %{buildroot}%{_crdir}/nacl_irt_x86_32.nexe
#%endif

# desktop file
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{_src}/%{crname}.desktop %{buildroot}%{_datadir}/applications/

# icon
mkdir -p %{buildroot}%{_iconsdir}/hicolor/
tar xjf %{SOURCE100} -C %{buildroot}%{_iconsdir}/hicolor/

mkdir -p %{buildroot}%{_sysconfdir}/%{crname}
install -m 0644 %{SOURCE30} %{buildroot}%{_sysconfdir}/%{crname}/
install -m 0644 %{SOURCE31} %{buildroot}%{_sysconfdir}/%{crname}/

find %{buildroot} -name "*.nexe" -exec strip {} \;

mkdir -p %{buildroot}%{_docdir}/%{name}
install -p -m755 %{SOURCE1000} %{buildroot}%{_docdir}/%{name}

%post
if [ -e /opt/google/talkplugin/libppgoogletalk.so ]; then
    if [ ! -e %{_crdir}/pepper/libppgoogletalk.so ]; then
        ln -s /opt/google/talkplugin/libppgoogletalk.so \
                %{_crdir}/pepper/libppgoogletalk.so
    fi
fi

if [ -e /opt/google/talkplugin/libppo1d.so ]; then
    if [ ! -e %{_crdir}/pepper/libppo1d.so ]; then
        ln -s /opt/google/talkplugin/libppo1d.so \
                %{_crdir}/pepper/libppo1d.so
    fi
fi

%preun
if [ $1 -eq 0 ] ; then
    if [ -e %{_crdir}/pepper/libppo1d.so ]; then
        rm -f %{_crdir}/pepper/libppo1d.so
    fi

    if [ -e %{_crdir}/pepper/libppgoogletalk.so ]; then
        rm -f %{_crdir}/pepper/libppgoogletalk.so
    fi

fi

%files -n chromium-browser

%files
%defattr(-,root,root,-)
%config %{_sysconfdir}/%{crname}
%config %{_sysconfdir}/default/%{crname}
%{_bindir}/%{crname}
%{_crdir}/chromium-wrapper
%{_crdir}/chrome
%{_crdir}/chrome-sandbox
%{_crdir}/icudtl.dat
%{_crdir}/libffmpegsumo.so
%{_crdir}/locales
%{_crdir}/resources.pak
%{_crdir}/resources
%{_crdir}/chrome_100_percent.pak
%{_crdir}/content_resources.pak
%{_crdir}/keyboard_resources.pak
%{_crdir}/themes
%{_crdir}/default_apps
%dir %{_crdir}/pepper
%{_mandir}/man1/%{crname}*
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{crname}.*
%{_docdir}/%{name}/README.urpmi

%files -n chromedriver
%defattr(-,root,root,-)
%doc LICENSE AUTHORS
%{_bindir}/chromedriver
%{_crdir}/chromedriver


%changelog
* Tue Sep 16 2014 Tigro <ashejn@gmail.com> 37.0.2062.120-1
+ Revision: 8d316ad
- update to 37.0.2062.120. Fix crash on 32bit gcc 4.9 builds https://code.google.com/p/chromium/issues/detail?id=412967

* Mon Sep 15 2014 Tigro <ashejn@gmail.com> 37.0.2062.120-1
+ Revision: 7b52071
- update to 37.0.2062.120

* Thu Sep 11 2014 Tigro <ashejn@gmail.com> 37.0.2062.94-2
+ Revision: 989dd33
- rebuild with system xml and xslt

* Wed Aug 27 2014 Tigro <ashejn@gmail.com> 37.0.2062.94-1
+ Revision: 118c56c
- update to 37.0.2062.94

* Wed Aug 06 2014 Tigro <ashejn@gmail.com> 36.0.1985.125-1
+ Revision: 6481657
- drop big icon patch. It is for gtk only what was removed from chromium

* Tue Aug 05 2014 Tigro <ashejn@gmail.com> 36.0.1985.125-1
+ Revision: 83133e4
- update to 36.0.1985.125

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 35.0.1916.153-3
+ Revision: a05d9ee
- MassBuild#440: Increase release tag

* Mon Jun 23 2014 Tigro <ashejn@gmail.com> 35.0.1916.153-2
+ Revision: 5e2aba8
- build with internal libxml2 and libxslt to fix http://bugs.rosalinux.ru/show_bug.cgi?id=4091#c1 issue

* Wed Jun 11 2014 Tigro <ashejn@gmail.com> 35.0.1916.153-1
+ Revision: 5c03ee8
- update to 35.0.1916.153

* Thu May 29 2014 Tigro <ashejn@gmail.com> 35.0.1916.114-3
+ Revision: d55e562
- place new icons to the chromium heart

* Wed May 28 2014 Tigro <ashejn@gmail.com> 35.0.1916.114-3
+ Revision: 4c547b1
- install icons

* Wed May 28 2014 Tigro <ashejn@gmail.com> 35.0.1916.114-3
+ Revision: cfc76fe
- drop rosa icons

* Wed May 28 2014 Tigro <ashejn@gmail.com> 35.0.1916.114-2
+ Revision: df033f4
- added banner

* Mon May 26 2014 Tigro <ashejn@gmail.com> 35.0.1916.114-2
+ Revision: c73c718
- fix typo

* Fri May 23 2014 Tigro <ashejn@gmail.com> 35.0.1916.114-2
+ Revision: d0b91cd
- added pre banner

* Fri May 23 2014 Tigro <ashejn@gmail.com> 35.0.1916.114-2
+ Revision: 265b6a2
- set 128 icon size by default

* Wed May 21 2014 Tigro <ashejn@gmail.com> 35.0.1916.114-1
+ Revision: d49fe1e
- update to 35.0.1916.114

* Fri May 16 2014 Tigro <ashejn@gmail.com> 34.0.1847.137-1
+ Revision: d07ac56
- update to 34.0.1847.137

* Thu May 15 2014 Tigro <ashejn@gmail.com> 34.0.1847.132-2
+ Revision: 03ac318
- apply upstream patch to enable fullscreen-within-tab by default

* Thu May 15 2014 Tigro <ashejn@gmail.com> 34.0.1847.132-2
+ Revision: 9cb60ee
- apply patch

* Thu May 15 2014 Tigro <ashejn@gmail.com> 34.0.1847.132-2
+ Revision: 82976dd
- enable fullscreen-within-tab

* Wed May 14 2014 Tigro <ashejn@gmail.com> 34.0.1847.132-1
+ Revision: ac47233
- fix path in wrapper

* Wed May 14 2014 Tigro <ashejn@gmail.com> 34.0.1847.132-1
+ Revision: b7d9e16
- fix ninja name

* Wed May 14 2014 Tigro <ashejn@gmail.com> 34.0.1847.132-1
+ Revision: 0e3d667
- update to 34.0.1847.132 with ninja build

* Wed May 14 2014 Tigro <ashejn@gmail.com> 34.0.1847.116-1
+ Revision: f04e6f8
- update run script

* Wed May 14 2014 Tigro <ashejn@gmail.com> 34.0.1847.116-1
+ Revision: 5a1f084
- open flash on full screen

* Wed May 14 2014 Tigro <ashejn@gmail.com> 34.0.1847.116-1
+ Revision: ba1b61a
- added chromium.default

* Thu Apr 10 2014 Tigro <ashejn@gmail.com> 34.0.1847.116-1
+ Revision: d4cac74
- fix typo again

* Thu Apr 10 2014 Tigro <ashejn@gmail.com> 34.0.1847.116-1
+ Revision: e66d11e
- fix path

* Thu Apr 10 2014 Tigro <ashejn@gmail.com> 34.0.1847.116-1
+ Revision: 099bf7a
- update to 34.0.1847.116



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16051 |14mr|chrpath-0.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Dynamic library load path (rpath) alterer
Name: 		chrpath
Version: 	0.16
Release: 	1
Group: 		Development/Other
License: 	GPL
Url:		https://alioth.debian.org/projects/chrpath/
Source:		https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz

%description
Chrpath allows you to modify the dynamic library load path (rpath) of
compiled programs.  Currently, only removing and modifying the rpath
is supported.


%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall 
rm -fr $RPM_BUILD_ROOT/usr/doc

%files 
%defattr (-, root, root,755)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/chrpath
%{_mandir}/man1/chrpath.1*


%changelog
* Thu Jul 10 2014 Tigro <ashejn@gmail.com> 0.16-1
+ Revision: ff14132
- remove garbage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16052 |14mr|cifs-utils-5.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for Managing Linux CIFS Client Filesystems
Name:		cifs-utils
Version:	5.8
License:	GPLv3
Group:		Networking/Other
Release:	2
URL:		http://www.samba.org/linux-cifs/cifs-utils/
Source0:	ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
Source1:	ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2.asc
BuildRequires:	autoconf automake libtool
BuildRequires:	pkgconfig(talloc)
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	keyutils-devel
BuildRequires:	krb5-devel
BuildRequires:	acl-devel
BuildRequires:	pkgconfig(wbclient)
BuildRequires:	samba-winbind
Suggests:	sudo nss_wins
Provides:	mount-cifs = %{version}
Obsoletes:	mount-cifs <= 4.0
Requires:       keyutils

Patch0:		FORTIFY_SOURCE_ftrunkate.patch

%description
Tools for Managing Linux CIFS Client Filesystems.

%prep

%setup -q
#%patch0 -p1

# remove -Werror
perl -pi -e "s|-Werror||g" Makefile*

%build
%serverbuild
rm -rf autom4te.cache
autoreconf -fi
%configure2_5x \
    --sbindir=/sbin

%make

%install
%makeinstall_std
mkdir %{buildroot}/bin
ln -s ../sbin/mount.cifs %{buildroot}/bin/mount.cifs
# Hack for smb4k
ln -s umount %{buildroot}/bin/umount.cifs

mkdir -p %{buildroot}%{_sysconfdir}/request-key.d
install -m 644 contrib/request-key.d/cifs.idmap.conf %{buildroot}%{_sysconfdir}/request-key.d
install -m 644 contrib/request-key.d/cifs.spnego.conf %{buildroot}%{_sysconfdir}/request-key.d
cp contrib/request-key.d/README contrib/request-key.d/README.keyutils-1.5.5

%files
%doc AUTHORS README doc/linux-cifs-client-guide.odt contrib/request-key.d/README.keyutils-1.5.5
%config(noreplace) %{_sysconfdir}/request-key.d/cifs.idmap.conf
%config(noreplace) %{_sysconfdir}/request-key.d/cifs.spnego.conf
%{_bindir}/cifscreds
%{_bindir}/getcifsacl
%{_bindir}/setcifsacl

/sbin/cifs.upcall
/sbin/mount.cifs
/sbin/cifs.idmap
/bin/mount.cifs
/bin/umount.cifs

%{_mandir}/man8/cifs.upcall.8*
%{_mandir}/man8/mount.cifs.8*
%{_mandir}/man8/cifs.idmap.8.*
%{_mandir}/man1/cifscreds.1*
%{_mandir}/man1/getcifsacl.1.*
%{_mandir}/man1/setcifsacl.1.*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.8-2
+ Revision: 449b111
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16053 |14mr|cim-3.37-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define	major	3
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d

Summary:	Simula to C translator. Mother of all OO-languages
Name:		cim
Version:	3.37
Release:	12
License:	GPLv2+
Group:		Development/Other
Url:		ftp://ftp.ifi.uio.no/pub/cim/
Source0:	ftp://ftp.ifi.uio.no/pub/cim/%{name}-%{version}.tar.bz2
Patch0:		cim-3.37-fix-str-fmt.patch
Patch1:		cim_fix_progname.patch

%description
Cim compiles Simula code to C and uses a C compiler like gcc to
compile it further to machine-code. Simula was the first language
with object-oriented features. The Simula language has features for
quasi-parallel execution and a framework for doing simulations.

%files
%doc NEWS
%{_bindir}/*
%{_mandir}/man1/cim.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GNU Cim libraries packages
Group:		System/Libraries

%description -n %{libname}
This package contains the libraries needed to run programs dynamically 
linked with cim (the GNU Simula Compiler)

%files -n %{libname}
%{_libdir}/libcim.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use cim
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use cim.

%files -n %{devname}
%doc README doc/SIMULA-HISTORY AUTHORS COPYING TODO
%{_libdir}/*.so
%{_includedir}/cim.h
%{_infodir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-dump=yes \
	--disable-static

%make 

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.37-12
+ Revision: bc3c7cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16054 |14mr|cjet-0.8.9-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Cjet PCL emulation for Canon CaPSL printers
Name:		cjet
Version:	0.8.9
Release:	13
License:	GPL
Group:		System/Printing
URL:		ftp://metalab.unc.edu/pub/Linux/system/printing/
Source:		ftp://metalab.unc.edu/pub/Linux/system/printing/cjet089.tar.bz2
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
CJET filters printer data from stdin to stdout, converting HP PCL (Printer
Command Language) commands to their CaPSL equivalents.
CaPSL is short for `Canon Printing Systems Language'.
Whereas PCL is a de-facto world-wide standard as a laser and inkjet printer
control language, CaPSL is limited to Canon laser printers.

%prep

%setup -q -n %{name}089

%build
make OPT="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d  %{buildroot}%{_bindir}
install -m0755 cjet %{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc README INSTALL COPYING TODO ChangeLog samples/ 
%attr(0755,root,root) %{_bindir}/cjet



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.9-13
+ Revision: 6e4d5fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16055 |14mr|clamav-0.98.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		 6
%define	libname		%mklibname %{name} %{major}
%define	 develname	%mklibname %{name} -d

%define	 milter		1
%{?_with_milter:   %{expand: %%global milter 1}}
%{?_without_milter:   %{expand: %%global milter 0}}

Summary:	An anti-virus utility for Unix
Name:		clamav
Version:	0.98.4
Release:	1
License:	GPLv2+
Group:		File tools
URL:		http://clamav.sourceforge.net/
#Source1:	http://www.clamav.net/%%{name}-%%{version}.tar.gz.sig
# clamav-0.95+ bundles support for RAR v3 in "libclamav" without permission,
# from Eugene Roshal of RARlabs. There is also patent issues involved.
#
# https://bugzilla.redhat.com/show_bug.cgi?id=334371
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=312552
#
# Both Redhat and debian removes this code from the upstream tar ball
# and repackages it.
Source0:	%{name}-%{version}-norar.tar.xz
Source1:        clamd-tmpfiles.conf
Source2:	%{name}-clamd.service
Source3:	%{name}-clamd.logrotate
Source4:	%{name}-freshclam.service
Source5:	%{name}-freshclam.logrotate
Source6:	%{name}-milter.service
Source8:	%{name}-milter.logrotate
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-rosa_conf.diff
Patch10:	%{name}-0.97.2-private.patch
Patch12:	%{name}-0.98-cliopts.patch
Patch13:	%{name}-0.98-umask.patch
# Fixed in this release
# https://bugzilla.clamav.net/show_bug.cgi?id=5252
#Patch14:	%%{name}-0.97.5-bug5252.diff
Requires(post,preun): %{name}-db
Requires(post,preun): %{libname} >= %{version}
Requires(pre,post,post,postun): rpm-helper
BuildRequires:	bc
BuildRequires:	bzip2-devel
BuildRequires:	curl-devel
BuildRequires:	ncurses-devel
BuildRequires:	tommath-devel
BuildRequires:	zlib-devel
%if %{milter}
BuildRequires:	sendmail-devel
BuildRequires:	tcp_wrappers-devel
%endif

%description
Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this
software is the integration with mail seversions (attachment scanning). The
package provides a flexible and scalable multi-threaded daemon, a command-line
scanner, and a tool for automatic updating via Internet. The programs are
based on a shared library distributed with the Clam AntiVirus package, which
you can use in your own software.

You can build %{name} with some conditional build switches; (ie. use with rpm
--rebuild): --with[out] milter	Build %{name}-milter (disabled)

%package -n	clamd
Summary:	The Clam AntiVirus Daemon
Group:		System/Servers
Requires:	%{name} = %{version}
Requires(post,preun):	%{name}-db
Requires(post,preun):	%{libname} = %{version}
Requires(pre,post):	rpm-helper


%description -n	clamd
The Clam AntiVirus Daemon.

%if %{milter}
%package -n	%{name}-milter
Summary:	The Clam AntiVirus milter Daemon
Group:		System/Servers
Requires:	%{name} = %{version}
Requires:	clamd = %{version}
Requires:	tcp_wrappers
Requires(post,preun):	%{name}-db
Requires(pre,post):	rpm-helper
Requires(post,preun):	%{libname} = %{version}


%description -n	%{name}-milter
The Clam AntiVirus milter Daemon.
%endif

%package -n	%{name}-db
Summary:	Virus database for %{name}
Group:		Databases
Requires:	%{name} = %{version}
Requires(pre,post):	rpm-helper

%description -n	%{name}-db
The actual virus database for %{name}.


%package -n	%{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n	%{libname}
Shared libraries for %{name}.


%package -n	%{develname}
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}
Obsoletes:	%{name}-devel < %{version}
%rename		%{_lib}clamav1-devel
%rename		%{_lib}clamav2-devel
%rename		%{_lib}clamav3-devel

%description -n	%{develname}
This package contains the development library and header files for the 
%{name} library.


%prep
%setup -q -n %{name}-%{version}

# clean up
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*` `find . -type d -name .svn`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p1 -b .mdvconf

%patch10 -p1 -b .private
%patch12 -p1 -b .cliopts
%patch13 -p1 -b .umask

# we can't ship libclamunrar
rm -rf libclamunrar
if [ -d libclamunrar ]; then
    echo "delete the libclamunrar directory and repackage the tar ball"
    exit 1
fi
mkdir -p libclamunrar{,_iface}
touch libclamunrar/{Makefile.in,all,install}

mkdir -p ROSA
cp %{SOURCE3} ROSA/clamav-clamd.logrotate
cp %{SOURCE5} ROSA/clamav-freshclam.logrotate
cp %{SOURCE8} ROSA/clamav-milter.logrotate

%build
%serverbuild
export CFLAGS="$CFLAGS -I%{_includedir}/tommath"

# IPv6 check is buggy and does not work when there are no IPv6 interface on build machine
export have_cv_ipv6=yes

%configure2_5x \
    --localstatedir=/var/lib \
    --disable-%{name} \
    --with-user=%{name} \
    --with-group=%{name} \
    --with-dbdir=/var/lib/%{name} \
    --disable-rpath \
    --disable-unrar \
    --enable-clamdtop \
    --enable-id-check \
    --enable-clamuko \
    --enable-bigstack \
    --with-zlib=%{_prefix} \
    --with-libbz2-prefix=%{_prefix} \
    --with-system-tommath \
%if %{milter}
    --enable-milter --with-tcpwrappers
%else
    --disable-milter --without-tcpwrappers
%endif

# anti rpath hack
perl -pi -e "s|^sys_lib_dlsearch_path_spec=.*|sys_lib_dlsearch_path_spec=\"/%{_lib} %{_libdir}\"|g" libtool

%make


%install
%makeinstall_std

# install the init scripts
%if %{milter}
# Install the systemd unit+tempfiles
install -D -p -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}-milter.service
%endif

install -D -p -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}-clamd.service
install -D -p -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/%{name}-freshclam.service

#install tmpfiles
install -D -p -m 644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf


# install the logrotate stuff
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -m644 ROSA/%{name}-clamd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/clamd
install -m644 ROSA/%{name}-freshclam.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/freshclam

%if %{milter}
install -m644 ROSA/%{name}-milter.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}-milter
%endif

install -d %{buildroot}%{_var}/log/%{name}
touch %{buildroot}%{_var}/log/%{name}/freshclam.log
touch %{buildroot}%{_var}/log/%{name}/clamd.log

%if %{milter}
touch %{buildroot}%{_var}/log/%{name}/%{name}-milter.log
%endif

# install config files
install -m644 etc/clamd.conf.sample %{buildroot}%{_sysconfdir}/clamd.conf
install -m644 etc/freshclam.conf.sample %{buildroot}%{_sysconfdir}/freshclam.conf

# pid file dir
install -d %{buildroot}%{_var}/run/%{name}

# fix TMPDIR
install -d %{buildroot}/var/lib/%{name}/tmp

cat > README.qmail+qmail-scanner <<EOF
#!/bin/sh
#
# The "temporary" qmail+qmail-scanner HOWTO
# -----------------------------------------
#
# For some unknown and undocumented reason clamdscan stopped working
# in the excellent qmail+qmail-scanner setup somewhere after the
# 20040103 CVS snapshot.
#
# To get it working again everything assigned to the clamav user has
# to be changed to the qscand user by hand.
#
# Hint: Change the config and chown the directories like this:
# (if you are lazy you could just execute this file)

perl -pi -e "s|%{name} %{name}|qscand qscand|g" %{_sysconfdir}/logrotate.d/clamd
perl -pi -e "s|%{name} %{name}|qscand qscand|g" %{_sysconfdir}/logrotate.d/freshclam
perl -pi -e "s|^User %{name}|User qscand|g" %{_sysconfdir}/clamd.conf
perl -pi -e "s|^DatabaseOwner %{name}|DatabaseOwner qscand|g" %{_sysconfdir}/freshclam.conf

chown -R qscand:qscand /var/lib/%{name}
chown -R qscand:qscand %{_var}/log/%{name}
chown -R qscand:qscand %{_var}/run/%{name}

if [ -x %{_initrddir}/clamd ]; then
    %{_initrddir}/clamd restart
fi

if [ -x %{_initrddir}/freshclam ]; then
    %{_initrddir}/freshclam restart
fi

# Regards // Oden Eriksson
EOF

cat > README.urpmi << EOF
clamav-0.95+ bundles support for RAR v3 in "libclamav" without permission,
from Eugene Roshal of RARlabs. There is also patent issues involved.
Therefore we have been forced to remove the offending code.
EOF

%multiarch_binaries %{buildroot}%{_bindir}/%{name}-config

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a


%pre
%_pre_useradd %{name} /var/lib/%{name} /bin/sh

if ! [ -z "`getent group amavis`" ]; then
    gpasswd -a %{name} amavis
fi


%post
%_post_service freshclam
%create_ghostfile %{_var}/log/%{name}/freshclam.log %{name} %{name} 0644
# (gvm) Force the signature db update, otherwise we ends up
# *without* virus signatures until the next reboot
if [ -x %{_initrddir}/freshclam ]; then
    %{_initrddir}/freshclam restart
fi


%preun
%_preun_service freshclam


%pre -n clamd
%_pre_useradd %{name} /var/lib/%{name} /bin/sh


%post -n clamd
%_post_service clamd
%create_ghostfile %{_var}/log/%{name}/clamd.log %{name} %{name} 0644
if [ -x %{_initrddir}/clamd ]; then
    %{_initrddir}/clamd restart
fi

%preun -n clamd
%_preun_service clamd


%postun -n clamd
%_postun_userdel %{name}


%if %{milter}
%post -n %{name}-milter
%_post_service %{name}-milter
%create_ghostfile %{_var}/log/%{name}/%{name}-milter.log %{name} %{name} 0644

%preun -n %{name}-milter
%_preun_service %{name}-milter
%endif


%pre -n %{name}-db
%_pre_useradd %{name} /var/lib/%{name} /bin/sh


%post -n %{name}-db
# try to keep most uptodate database
for i in main daily; do
	if [ -f %{_var}/lib/%{name}/$i.cvd.rpmnew ]; then
		if [ %{_var}/lib/%{name}/$i.cvd.rpmnew -nt %{_var}/lib/%{name}/$i.cvd ]; then
			mv -f %{_var}/lib/%{name}/$i.cvd.rpmnew %{_var}/lib/%{name}/$i.cvd
		else
			rm -f %{_var}/lib/%{name}/$i.cvd.rpmnew
		fi
	fi
done

%postun -n %{name}-db
%_postun_userdel %{name}


%files
%doc AUTHORS BUGS FAQ NEWS README test UPGRADE README.urpmi
%doc docs/*.pdf
%doc README.qmail+qmail-scanner COPYING*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/clamd.conf*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/freshclam.conf*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/freshclam
%{_unitdir}/%{name}-freshclam.service
%{_tmpfilesdir}/%{name}.conf
%{_bindir}/clambc
%{_bindir}/clamconf
%{_bindir}/clamdscan
%{_bindir}/clamdtop
%{_bindir}/clamscan
%{_bindir}/clamsubmit
%{_bindir}/freshclam
%{_bindir}/sigtool
%{_mandir}/man1/clambc.1*
%{_mandir}/man1/clamconf.1.*
%{_mandir}/man1/clamdscan.1*
%{_mandir}/man1/clamdtop.1*
%{_mandir}/man1/clamscan.1*
%{_mandir}/man1/clamsubmit.1*
%{_mandir}/man1/freshclam.1*
%{_mandir}/man1/sigtool.1*
%{_mandir}/man5/clamd.conf.5*
%{_mandir}/man5/freshclam.conf.5*
%if !%{milter}
%exclude %{_mandir}/man8/%{name}-milter.8*
%endif
%dir %attr(0755,%{name},%{name}) %{_var}/run/%{name}
%dir %attr(0755,%{name},%{name}) /var/lib/%{name}
%dir %attr(0775,%{name},%{name}) %{_var}/log/%{name}
%ghost %attr(0644,%{name},%{name}) %{_var}/log/%{name}/freshclam.log


%files -n clamd
%doc AUTHORS README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/clamd
%{_unitdir}/%{name}-clamd.service
%{_sbindir}/clamd
%{_mandir}/man8/clamd.8*
%ghost %attr(0644,%{name},%{name}) %{_var}/log/%{name}/clamd.log


%if %{milter}
%files -n %{name}-milter
%doc AUTHORS README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}-milter.conf*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}-milter
%{_unitdir}/%{name}-milter.service
%{_sbindir}/%{name}-milter
%{_mandir}/man8/%{name}-milter.8*
%{_mandir}/man5/%{name}-milter.conf.5*
%ghost %attr(0644,%{name},%{name}) %{_var}/log/%{name}/%{name}-milter.log
%endif


%files -n %{name}-db
%doc AUTHORS README
%dir %attr(0755,%{name},%{name}) /var/lib/%{name}
#attr(0644,%%{name},%%{name}) %%config(noreplace) /var/lib/%%{name}/daily.cvd
#attr(0644,%%{name},%%{name}) %%config(noreplace) /var/lib/%%{name}/main.cvd
%dir %attr(0755,%{name},%{name}) /var/lib/%{name}/tmp


%files -n %{libname}
%doc AUTHORS README
%{_libdir}/*.so.%{major}*


%files -n %{develname}
%doc AUTHORS README
%{multiarch_bindir}/%{name}-config
%{_bindir}/%{name}-config
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libclamav.pc



%changelog
* Tue Sep 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.98.4-1
+ Revision: fd49eec
- Updated to 0.98.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16056 |14mr|clamtk-5.05-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Easy to use front-end for ClamAV

Name:		clamtk
Version:	5.05
Release:	4
License:	Artistic
Group:		File tools
URL:		http://code.google.com/p/%{name}/
Source0:	https://bitbucket.org/dave_theunsub/%{name}/downloads/%{name}-%{version}.tar.gz
Patch0:		%{name}-5.05-fix-UTF8-handling.patch
BuildRequires:	gettext
BuildRequires:	desktop-file-utils
Requires:	gettext
Requires:	perl(Gtk2) >= 1.241
Requires:	perl(Digest)
Requires:	perl(LWP)
Requires:	perl(JSON)
Requires:	perl(MIME::Base64)
Requires:	perl(Text::CSV)
Requires:	perl(File::Copy::Recursive)
Requires:	perl(Locale::gettext)
Requires:	perl(Time::Piece)
Requires:	clamav >= 0.98
Requires:	clamav-db
BuildArch:	noarch

%description
ClamTk is a GUI front-end for ClamAV using Gtk2-perl. It is designed to be an
easy-to-use, point and click virus scanner for Linux systems.


%prep
%setup -q
%patch0 -p1

%build
# Nothing to do

%install
%{__install} -D -m0755 %{name} %{buildroot}%{_bindir}/%{name}
%{__install} -D -m0644 images/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
%{__install} -D -m0644 images/%{name}.xpm %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
#{__install} -D -m0644 images/%%{name}-loader.gif %%{buildroot}%%{_datadir}/pixmaps/%%{name}-loader.gif
%{__install} -D -m0644 %{name}.1.gz %{buildroot}%{_mandir}/man1/%{name}.1.gz
%{__install} -D -m0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
%{__install} -d %{buildroot}%{perl_vendorlib}/ClamTk
%{__install} -m0644 lib/*.pm %{buildroot}%{perl_vendorlib}/ClamTk

for n in po/*.mo ; do
	%{__install} -D -m0644 $n %{buildroot}%{_datadir}/locale/`basename $n .mo`/LC_MESSAGES/%{name}.mo
done

desktop-file-install \
	--add-category="GTK" \
	--add-category="System" \
	--add-category="Security" \
	--remove-category="Utility" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name}


%files -f %{name}.lang
%doc CHANGES DISCLAIMER LICENSE README
%{_bindir}/%{name}
%{perl_vendorlib}/ClamTk
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.*
#{_datadir}/pixmaps/%%{name}-loader.gif
%{_mandir}/man1/%{name}.1.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.05-4
+ Revision: 9886c34
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16057 |14mr|clamz-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command-line downloader for the amazon.com MP3 music store
Name:		clamz
Version:	0.5
Release:	3
License:	GPLv3+
Group:		Networking/WWW
Url:		http://code.google.com/p/clamz/
Source0:	http://clamz.googlecode.com/files/%{name}-%{version}.tar.gz

BuildRequires:	desktop-file-utils
BuildRequires:	shared-mime-info
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgcrypt)

%description
Clamz is a little command-line program to download MP3 files from
Amazon.com's music store. It is intended to serve as a substitute for
Amazon's official MP3 Downloader, which is not free software (and
therefore is only available in binary form for a limited set of
platforms.) Clamz can be used to download either individual songs or
complete albums that you have purchased from Amazon.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std UPDATE_MIME_DATABASE=true UPDATE_DESKTOP_DATABASE=true

%files
%doc README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_mandir}/man1/%{name}.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: 08aa057
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16058 |14mr|classads-1.0.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname classads %{major}
%define develname %mklibname classads -d


Summary: Condor's classified advertisement language
Name: classads
Version: 1.0.10
Release: 2
License: ASL 2.0
Group: System/Libraries
URL: http://www.cs.wisc.edu/condor/classad/
Source0: http://parrot.cs.wisc.edu/externals/classads-%{version}.tar.gz
BuildRequires: pcre-devel

%description
Classified Advertisements (classads) are the lingua franca of
Condor. They are used for describing jobs, workstations, and other
resources. They are exchanged by Condor processes to schedule
jobs. They are logged to files for statistical and debugging
purposes. They are used to enquire about current state of the system.

A classad is a mapping from attribute names to expressions. In the
simplest cases, the expressions are simple constants (integer,
floating point, or string). A classad is thus a form of property
list. Attribute expressions can also be more complicated. There is a
protocol for evaluating an attribute expression of a classad vis a vis
another ad. For example, the expression "other.size > 3" in one ad
evaluates to true if the other ad has an attribute named size and the
value of that attribute is (or evaluates to) an integer greater than
three. Two classads match if each ad has an attribute requirements
that evaluates to true in the context of the other ad. Classad
matching is used by the Condor central manager to determine the
compatibility of jobs and workstations where they may be run.


%package -n %{libname}
Summary: Library for creating ISO disc images
Group:   System/Libraries

%description -n %{libname}
Classified Advertisements (classads) are the lingua franca of
Condor. They are used for describing jobs, workstations, and other
resources. They are exchanged by Condor processes to schedule
jobs. They are logged to files for statistical and debugging
purposes. They are used to enquire about current state of the system.


%package -n %{develname}
Summary: Headers for Condor's classified advertisement language
Group: Development/C++
Requires: %{libname} = %{version}-%{release}
Requires: pcre-devel
Provides: %{name}-devel = %{version}-%{release}


%description -n %{develname}
Header files for Condor's ClassAd Library, a powerful and flexible,
semi-structured representation of data.

%package static
Summary: Condor's classified advertisement language's static libraries
Group: Development/C++
Requires: %{libname} = %{version}-%{release}

%description static
Static versions of Condor's ClassAd Library's libraries, a powerful
and flexible, semi-structured representation of data.

%prep
%setup -q -n %name-%version

%build
autoreconf -fi
%configure --enable-namespace --enable-flexible-member CC=g++
%make

%install
%makeinstall_std
rm -rf %{buildroot}%_libdir/*.la

%check
make check

%files -n %libname
%doc LICENSE-2.0.txt README CHANGELOG
%_libdir/libclassad.so.*
%_libdir/libclassad_ns.so.*


%files -n %develname
%doc LICENSE-2.0.txt README CHANGELOG
%_bindir/classad_version
%_bindir/classad_version_ns
%_bindir/classad_functional_tester
%_bindir/classad_functional_tester_ns
%_bindir/cxi
%_bindir/cxi_ns
%_libdir/libclassad.so
%_libdir/libclassad_ns.so
%dir %_includedir/classad/
%_includedir/classad/attrrefs.h
%_includedir/classad/cclassad.h
%_includedir/classad/classad_distribution.h
%_includedir/classad/classadErrno.h
%_includedir/classad/classad.h
%_includedir/classad/classadItor.h
%_includedir/classad/classad_stl.h
%_includedir/classad/collectionBase.h
%_includedir/classad/collection.h
%_includedir/classad/common.h
%_includedir/classad/debug.h
%_includedir/classad/exprList.h
%_includedir/classad/exprTree.h
%_includedir/classad/fnCall.h
%_includedir/classad/indexfile.h
%_includedir/classad/lexer.h
%_includedir/classad/lexerSource.h
%_includedir/classad/literals.h
%_includedir/classad/matchClassad.h
%_includedir/classad/operators.h
%_includedir/classad/query.h
%_includedir/classad/sink.h
%_includedir/classad/source.h
%_includedir/classad/transaction.h
%_includedir/classad/util.h
%_includedir/classad/value.h
%_includedir/classad/view.h
%_includedir/classad/xmlLexer.h
%_includedir/classad/xmlSink.h
%_includedir/classad/xmlSource.h

%files static
%doc LICENSE-2.0.txt README CHANGELOG
%_libdir/libclassad.a
%_libdir/libclassad_ns.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.10-2
+ Revision: 6b5e20c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16059 |14mr|classpathx-mail-1.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%global jmailver 1.3.1
%global inetlibver 1.1.2

Name:           classpathx-mail
Version:        1.1.2
Release:        5
Summary:        GNU JavaMail(tm)

Group:          System/Libraries
# Classpath library exception
License:        GPLv2+ with exceptions
URL:            http://www.gnu.org/software/classpathx/
Source0:        http://ftp.gnu.org/gnu/classpathx/mail-%{version}.tar.gz
Source1:        http://ftp.gnu.org/gnu/classpath/inetlib-%{inetlibver}.tar.gz
Patch0:         %{name}-add-inetlib.patch
# see bz157685
Patch3:         %{name}-remove-inetlib.patch

BuildArch:      noarch
BuildRequires:  jpackage-utils >= 0:1.5
BuildRequires:  ant
BuildRequires:  perl
BuildRequires:  java-javadoc
Requires(preun): chkconfig
Requires(post):  chkconfig
Provides:       javamail = 0:%{jmailver}

%description
GNU JavaMail(tm) is a free implementation of the JavaMail API.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Provides:       javamail-javadoc = 0:%{jmailver}
Requires:       jpackage-utils

%description    javadoc
%{summary}.


%prep
%setup -q -n mail-%{version}
%patch0
%patch3 -p0
rm -f libmail.so
gzip -dc %{SOURCE1} | tar -xf -
pushd inetlib-%{inetlibver}/source/gnu/inet
sed -i -e "s|public final Logger logger|public final static Logger logger|g" imap/IMAPConnection.java nntp/NNTPConnection.java pop3/POP3Connection.java smtp/SMTPConnection.java
popd

%build
# build inetlib
pushd inetlib-%{inetlibver}
  %configure 
  make
popd
mkdir classes
cp -r inetlib-%{inetlibver}/classes/gnu classes
# build mail
ant \
  -Dj2se.apidoc=%{_javadocdir}/java \
  dist javadoc

# build monolithic
mkdir monolithic
pushd monolithic
for jar in gnumail gnumail-providers ; do jar xf ../$jar.jar; done
rm -f META-INF/MANIFEST.MF
jar cf ../monolithic.jar *
popd
rm -Rf monolithic


%install
rm -rf %{buildroot}

install -dm 755 %{buildroot}%{_javadir}/classpathx-mail

# API
install -pm 644 gnumail.jar \
  %{buildroot}%{_javadir}/classpathx-mail/mail-%{jmailver}-api.jar
ln -s mail-%{jmailver}-api.jar \
  %{buildroot}%{_javadir}/classpathx-mail/mailapi.jar

# Providers
install -pm 644 gnumail-providers.jar \
  %{buildroot}%{_javadir}/classpathx-mail/mail-%{jmailver}-providers.jar
ln -s mail-%{jmailver}-providers.jar \
  %{buildroot}%{_javadir}/classpathx-mail/providers.jar
for prov in imap nntp pop3 smtp ; do
  ln -s mail-%{jmailver}-providers.jar \
    %{buildroot}%{_javadir}/classpathx-mail/$prov.jar
done

install -pm 644 monolithic.jar \
  %{buildroot}%{_javadir}/classpathx-mail-%{jmailver}-monolithic.jar
touch %{buildroot}%{_javadir}/javamail.jar # for %%ghost

install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{jmailver}
cp -pR docs/* %{buildroot}%{_javadocdir}/%{name}-%{jmailver}
ln -s %{name}-%{jmailver} %{buildroot}%{_javadocdir}/%{name} # ghost symlink

%clean
rm -rf %{buildroot}


%triggerpostun -- classpathx-mail-monolithic <= 0:1.1.1-1jpp
# Remove file from old monolithic subpackage
rm -f %{_javadir}/javamail.jar
# Recreate the link as update-alternatives could not do it
ln -s %{_sysconfdir}/alternatives/javamail %{_javadir}/javamail.jar

%post
%{_sbindir}/update-alternatives --install %{_javadir}/javamail.jar javamail %{_javadir}/classpathx-mail-1.3.1-monolithic.jar 010301

%preun
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove javamail %{_javadir}/classpathx-mail-1.3.1-monolithic.jar
fi

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README README.*
%dir %{_javadir}/classpathx-mail
%{_javadir}/classpathx-mail/mail-%{jmailver}-api.jar
%{_javadir}/classpathx-mail/mailapi.jar
%{_javadir}/classpathx-mail/mail-%{jmailver}-providers.jar
%{_javadir}/classpathx-mail/providers.jar
%{_javadir}/classpathx-mail/imap.jar
%{_javadir}/classpathx-mail/nntp.jar
%{_javadir}/classpathx-mail/pop3.jar
%{_javadir}/classpathx-mail/smtp.jar
# Monolithic jar
%{_javadir}/classpathx-mail-%{jmailver}-monolithic.jar
%ghost %{_javadir}/javamail.jar

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}-%{jmailver}
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.2-5
+ Revision: 4b11d38
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16060 |14mr|classworlds-1.1-1.2.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

# We want to build without maven
%define _without_maven 1
%define gcj_support 1

# If you don't want to build with maven,
# give rpmbuild option '--without maven'

%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}

%define classworlds_version   1.1

Name:           classworlds
Version:        %{classworlds_version}
Release:        1.2.1
Epoch:          0
Summary:        Classworlds Classloader Framework

Group:          Development/Java
License:        BSD
URL:            http://classworlds.codehaus.org/
# svn export svn://svn.classworlds.codehaus.org/classworlds/tags/CLASSWORLDS_1_1
# cd CLASSWORLDS_1_1
# tar cjf classworlds-1.1-CLASSWORLDS_1_1-src.tar.bz2 classworlds
# md5sum:  76be757e6d364eece0109a2c3fc303c9 
Source0:        %{name}-%{version}-CLASSWORLDS_1_1-src.tar.bz2
# This was generated by an upstream download of maven and hand-tuned
Source1:        %{name}-%{version}-build.xml

%if %{with_maven}
Patch0:         %{name}-%{version}-project_xml.patch
Patch1:         %{name}-%{version}-project_properties.patch
%endif

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel
%endif
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
%if %{with_maven}
BuildRequires:  maven >= 0:1.1
BuildRequires:  saxon
BuildRequires:  saxon-scripts
%endif
BuildRequires:  junit
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-jaxp-1.3-apis
Requires:  jpackage-utils
Requires:  xerces-j2
Requires:  xml-commons-jaxp-1.3-apis

%description
Classworlds is a framework for container developers 
who require complex manipulation of Java's ClassLoaders.
Java's native ClassLoader mechanims and classes can cause 
much headache and confusion for certain types of 
application developers. Projects which involve dynamic 
loading of components or otherwise represent a 'container' 
can benefit from the classloading control provided by 
classworlds. 

%if %{with_maven}
%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%package        manual
Summary:        Docs for %{name}
Group:          Development/Java

%description    manual
%{summary}.
%endif

%prep
# If you don''t want to build with maven,
# give rpmbuild option '--without maven'
%setup -q -n %{name}
for j in $(find ./lib -name "*.jar"); do
  rm $j
done
cp %{SOURCE1} build.xml

%if %{with_maven}
%patch0 -b .sav
%patch1 -b .sav
%endif

%build
%if %{with_maven}
pushd lib
ln -sf $(build-classpath xml-commons-jaxp-1.3-apis) xmlApis-2.0.2.jar
ln -sf $(build-classpath ant) jakarta-ant-1.5.jar
ln -sf $(build-classpath maven) maven.jar
popd
maven \
         -Dmaven.repo.remote=file:/usr/share/maven/repository \
         -Dmaven.home.local=$(pwd)/.maven jar javadoc xdoc:transform
%else
export CLASSPATH=target/classes
%{ant} -Dbuild.sysclasspath=only
%endif

%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 644 target/%{name}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

%if %{with_maven}
install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr target/docs/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
rm -rf target/docs/apidocs
%endif

%if %{with_maven}
install -dm 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
cp -pr target/docs/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
%endif

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(-,root,root,-)
%doc LICENSE.txt
%{_javadir}/*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%if %{with_maven}
%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/*

%files manual
%defattr(-,root,root,-)
%doc %{_docdir}/%{name}-%{version}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.1-1.2.1
+ Revision: 7440961
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16061 |14mr|cleanfeed-20020501-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	cleanfeed
%define version 20020501
%define release 12

Summary:	A spam filter for Usenet news servers
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	Artistic
Group:		System/Servers
URL:		http://www.bofh.it/~md/cleanfeed/
Source0:	http://www.bofh.it/~md/cleanfeed/%{name}-%{version}.tgz
Patch0:		cleanfeed-20020501-config.patch
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

%description
Cleanfeed is an automatic spam filter for Usenet news servers and
routers (INN, Cyclone, Typhoon, Breeze and NNTPRelay).  Cleanfeed is
highly configurable, easily modified and very fast.  It can be configured
to block binary posts to non-binary newsgroups, to cancel already-rejected
articles, and to reject some spamming from local users.

Install the cleanfeed package if you need a spam filter for a Usenet news
server.

%prep
%setup -q
%patch0 -p1 -b .config

chmod 644 CHANGES README

%install
mkdir -p $RPM_BUILD_ROOT/{%{_sysconfdir}/news,%{_mandir}/man8,%{_libdir}/news/bin/control}
install -m 0644 cleanfeed.local.sample $RPM_BUILD_ROOT/%{_sysconfdir}/news/cleanfeed.local
install -m 0644 bad_adult_paths $RPM_BUILD_ROOT/%{_sysconfdir}/news
install -m 0644 bad_cancel_paths $RPM_BUILD_ROOT/%{_sysconfdir}/news
install -m 0644 bad_paths $RPM_BUILD_ROOT/%{_sysconfdir}/news
install -m 0644 bad_hosts $RPM_BUILD_ROOT/%{_sysconfdir}/news
install -m 0755 cleanfeed $RPM_BUILD_ROOT/%{_libdir}/news/bin/control/filter_innd.pl

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CHANGES README
%attr(-,news,news) %config(noreplace) %{_sysconfdir}/news/cleanfeed.local
%attr(-,news,news) %config(noreplace) %{_sysconfdir}/news/bad_adult_paths
%attr(-,news,news) %config(noreplace) %{_sysconfdir}/news/bad_cancel_paths
%attr(-,news,news) %config(noreplace) %{_sysconfdir}/news/bad_paths
%attr(-,news,news) %config(noreplace) %{_sysconfdir}/news/bad_hosts
%attr(-,news,news) %{_libdir}/news/bin/control/filter_innd.pl




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20020501-12
+ Revision: f6900f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16062 |14mr|clementine-1.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%bcond_with plf
######################

%if %{with plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

%bcond_without vkontakte

%define gstapi 0.10
%define oname Clementine

Summary:	A cross-platform music player based on Amarok 1.4
Name:		clementine
Version:	1.2.3
Release:	2%{?extrarelsuffix}
License:	GPLv3+
Group:		Sound
Url:		http://www.clementine-player.org/
Source0:	http://clementine-player.googlecode.com/files/%{oname}-%{version}.tar.gz
Source1:	Clementine.conf
%if %{with vkontakte}
Source2:	clementine-1.2.0-vk-files.tar.bz2
%endif
Patch0:		clementine-1.2.0-libmygpo-qt.patch
# Search albums at metal-archives.com (Encyclopaedia Metallum) from:
# - Now Playing widget (album art context menu) - current album
# - Playlist (selected songs context menu) - unique selected albums
Patch1:		clementine-1.2.2-metalarchives.patch
# Covers should always fit the screen resolution so we scale them if needed
Patch2:		clementine-1.0.0-coversize.patch
# VKontakte (vk.com) support from http://code.google.com/r/shedwardx-clementine-experiments/
# With some ROSA adjustments (use system vreen library etc)
Patch3:		clementine-1.2.2-vkontakte-advanced.patch
Patch4:		clementine-1.2.0-vkontakte-tags.patch
# Localization issues
Patch5:		clementine-1.2.0-l10n-ru-vkontakte.patch
Patch10:	clementine-1.2.0-l10n-ru-desktop.patch
Patch11:	clementine-1.2.0-l10n-ru-search.patch
Patch12:	clementine-1.2.2-gcc47.patch
Patch13:	clementine-udisks-headers.patch

BuildRequires:	cmake
BuildRequires:	qt4-linguist
BuildRequires:	boost-devel
BuildRequires:	liblastfm-devel
BuildRequires:	qt4-devel >= 4.5.0
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-cdda-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-tag-%{gstapi})
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libchromaprint)
BuildRequires:	pkgconfig(libechonest)
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmygpo-qt)
BuildRequires:	pkgconfig(libplist)
# For Google Drive integration
BuildRequires:	pkgconfig(libsparsehash)
%if %{with plf}
BuildRequires:	pkgconfig(libspotify)
%endif
BuildRequires:	pkgconfig(libusbmuxd)
# Disable for now as indicate-qt seems to be broken and we don't really need it anyway
#BuildRequires:	pkgconfig(indicate-qt)
BuildRequires:	pkgconfig(protobuf)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(taglib) >= 1.6
BuildRequires:	pkgconfig(vreen)
BuildRequires:	pkgconfig(vreenoauth)
Requires:	libprojectm-data
Requires:	qt4-database-plugin-sqlite
Requires:	gstreamer%{gstapi}-flac
Requires:	gstreamer%{gstapi}-plugins-ugly
Suggests:	gstreamer%{gstapi}-decoders-audio
# Needed to be able to mount ipod/iphone/ipad (not tested locally) but it's also pulling gvfs
# which is need at least to mount mtp devices (tested locally)
Suggests:	gvfs-iphone

%description
Clementine is a modern music player and library organiser. Clementine is
a port of Amarok 1.4, with some features rewritten to take advantage of
Qt4.
Features:
    * Search and play your local music library
    * Listen to internet radio from Last.fm, SomaFM and Magnatune
    * Tabbed playlists, import and export M3U, XSPF, PLS and ASX
    * Visualisations from projectM
    * Transcode music into MP3, Ogg Vorbis, Ogg Speex, FLAC or AAC
    * Edit tags on MP3 and OGG files, organize your music
    * Download missing album cover art from Last.fm
    * Remote control using a Wii Remote, MPRIS or the command-line
    * Copy music to your iPod, iPhone, MTP or mass-storage USB player
    * Queue manage

%files
%config %{_sysconfdir}/Clementine/Clementine.conf
%{_bindir}/clementine
%{_bindir}/clementine-tagreader
%{_datadir}/kde4/services/clementine-*.protocol
%{_datadir}/applications/clementine.desktop
%{_iconsdir}/hicolor/64x64/apps/application-x-clementine.png
%{_iconsdir}/hicolor/scalable/apps/application-x-clementine.svg
%if %{with plf}
%{_bindir}/clementine-spotifyblob
%endif

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1 -b .mygpo~
%patch1 -p1 -b .ma~
%patch2 -p1 -b .coversize~

%if %{with vkontakte}
tar -xf %{SOURCE2}
%patch3 -p1 -b .vkontakte~
%patch4 -p1 -b .vkontakte~
%patch5 -p1 -b .vkontakte~
%endif

%patch10 -p1 -b .l10n~
%patch11 -p1 -b .l10n~

%patch12 -p1 -b .gcc47~
%patch13 -p1 -b .udisks~

%build
%cmake_qt4 \
	-DBUNDLE_PROJECTM_PRESETS=OFF \
	-DBUILD_WERROR=OFF
%make VERBOSE=1

%install
%makeinstall_std -C build

install -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/Clementine/Clementine.conf

%if %{with plf}
# Ugly hack, not sure why that file appears
rm -rf %{buildroot}/builddir
rm -rf %{buildroot}/home
%endif


%changelog
* Tue Jul 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-2
+ Revision: 7329efe
- Add patch to fix build with cmake 3.0

* Mon May 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-1
+ Revision: 51674d3
- Make build verbose

* Mon May 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-1
+ Revision: d6b7e89
- New version 1.2.3

* Wed May 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.2-2
+ Revision: 88d2e64
- Bump release

* Mon Mar 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.2-1
+ Revision: b122827
- LOG New version 1.2.2

* Mon Oct 28 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-8
+ Revision: fe880eb
- Add missing patch

* Mon Oct 28 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-8
+ Revision: e001d37
- Update source

* Mon Oct 28 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-8
+ Revision: ace94e2
- LOG Improve Vk.com support (now supports albums/playlists), fix minor localization issues

* Thu Oct 24 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-6
+ Revision: b3efdb7
- LOG Improve VKontakte support

* Tue Oct 22 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-5
+ Revision: 2a1f551
- LOG Update russian translation for .desktop file

* Tue Oct 22 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-5
+ Revision: ffd226e
- LOG Add russian strings to desktop file, don't read tags for vk.com music files (it fixes encoding issues because we already have tags properly set)

* Wed Oct 16 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-4
+ Revision: 36d6857
- LOG Add patch for VKontakte support

* Wed Oct 16 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-3
+ Revision: 23b599a
- Adjust removal of junk from buildroot

* Wed Oct 16 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-3
+ Revision: 1d0f819
- LOG Update BuildRequires

* Wed Oct 16 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-2
+ Revision: e96cac4
- LOG New version 1.2.0, re-diff MA patch, drop no longer needed patches, update BuildRequires

* Mon Jun 03 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-4
+ Revision: 2f39d75
- LOG Rebuild for new libechonest

* Tue Jan 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-3
+ Revision: 9b60706
- LOG Rebuild for new qjson

* Wed Dec 12 2012 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-2plf
+ Revision: 5e584af
- Added spotify support for PLF build, clean .abf.yml

* Wed Nov 21 2012 Alexander Khryukin <alexander@mezon.ru> 1.1.1-1
+ Revision: 60453c2
- version update clementine-1.1.1.tar.gz

* Fri Oct 26 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.0-1
+ Revision: b26c3cd
- Don't use _sourcedir in spec

* Fri Oct 26 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.0-1
+ Revision: 6a0f636
- LOG Update files list

* Fri Oct 26 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.0-1
+ Revision: d1dacea
- LOG Update metal archives patch

* Fri Oct 26 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.0-1
+ Revision: c5a4aba
- LOG Add pkgconfig(protobuf) to BuildRequires

* Fri Oct 26 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.0-1
+ Revision: a1cc326
- LOG Re-diff metal-archives patch

* Fri Oct 26 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.0-1
+ Revision: 7093985
- LOG New version 1.1.0
- Drop no longer needed patches
- Re-diff fix-desktop patch

* Mon Oct 22 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-4
+ Revision: 89c686a
- LOG Update russian translation from upstream

* Wed Sep 12 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-3
+ Revision: 03ed397
- LOG Disable libindicate-qt BuildRequires and we don't really want it

* Wed Sep 12 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-3
+ Revision: 50b7f8e
- LOG Add patches to fix build with new liblastfm and to fix desktop file

* Sun Aug 26 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-2
+ Revision: 1876d53
- LOG Add patch from upstream to fix build with new imobiledevice libs

* Sun Aug 26 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-2
+ Revision: 495d4c3
- LOG Add 2 patches from Fedora to fix some crashes, build without -Werror



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16063 |14mr|clipit-1.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ClipIt - a lightweight GTK+ clipboard manager
Name: 		clipit
Version:	1.4.2
Release: 	2

License: 	GPLv3
Group: 		Graphical desktop/GNOME
URL: 		http://clipit.rspwn.com/
Source0:	%{name}-%{version}.tar.gz
Requires:	xdotool

Buildrequires:  pkgconfig(gtk+-2.0)
Buildrequires:  gettext-devel
Buildrequires:  perl-XML-Parser, intltool


%description
ClipIt is a lightweight, fully featured GTK+ clipboard manager. 
It was forked from Parcellite (http://parcellite.sourceforge.net), 
adding additional features and bugfixes to the project.
 

ClipIts main features are:
– Save a history of your last copied items
– Search through the history
– Global hotkeys for most used functions
– Execute actions with clipboard items
– Exclude specific items from history


%prep
%setup -q


%build
%configure2_5x
%make


%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%find_lang %{name}


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING INSTALL ChangeLog NEWS README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/locale/*/LC_MESSAGES/clipit.mo
%{_sysconfdir}/xdg/autostart/%{name}-startup.desktop
%{_datadir}/icons/hicolor/scalable/apps/clipit-trayicon.svg



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.2-2
+ Revision: 0693a5c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16064 |14mr|cln-1.3.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	C++ Class Library for Numbers
Name:		cln
Version:	1.3.2
Release:	5
License:	GPLv2+
Group:		Sciences/Mathematics
URL:		http://www.ginac.de/CLN/
Source0:	http://www.ginac.de/CLN/%{name}-%{version}.tar.bz2
BuildRequires:	gmp-devel

%description
CLN is a collection of C++ math classes and functions licensed under
the GPL that provides efficiency, type safety, and algebraic syntax in
a fast, memory-efficient library.

%package -n	%{libname}
Summary:	C++ Class Library for Numbers
Group:		Sciences/Mathematics
Provides:	%{name} = %{version}-%{release}
Provides:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname cln 4} < 1.2.2

%description -n	%{libname}
CLN is a collection of C++ math classes and functions licensed under
the GPL that provides efficiency, type safety, and algebraic syntax in
a fast, memory-efficient library.

%package -n	%{develname}
Summary:	Development files for programs using the CLN library
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{develname} = %{version}-%{release}
Obsoletes:	%{mklibname cln 4 -d} < 1.2.2

%description -n %{develname}
This package is necessary if you wish to develop software that uses
the CLN library.

%prep
%setup -q

%build
%configure2_5x --disable-static
%ifarch %arm
%make CPPFLAGS="-DNO_ASM"
%else
%make
%endif

%check
%make check

%install
%makeinstall_std

# prepare documents
%__rm -rf documents
%__mkdir documents
cp -p examples/*.cc documents/

%__rm -rf %{buildroot}%{_datadir}/dvi

%__rm -rf %{buildroot}%{_bindir}
%__rm -rf %{buildroot}%{_mandir}
%__rm -rf %{buildroot}%{_datadir}/aclocal

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc ChangeLog NEWS README TODO* documents/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_infodir}/*.info*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.2-5
+ Revision: feff3a7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16065 |14mr|cloog-0.18.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname %{name}-isl %{major}
%define devname %mklibname -d %{name}-isl

Summary:	The Chunky Loop Generator
Name:		cloog
Version:	0.18.2
Release:	1
Group:		System/Libraries
License:	GPLv2+
Url:		http://www.cloog.org
Source0:	http://www.bastoul.net/cloog/pages/download/%{name}-%{version}.tar.gz
# Taken from cloog-0.18.1 -- gone missing in 0.18.2, but back in upstream git
Source1:	isl-config.cmake
Source2:	cloog-isl-config.cmake
Patch0:		cloog-0.18.2-isl-0.13.patch
BuildRequires:	gmp-devel
BuildRequires:	pkgconfig(isl)

%description
CLooG is a software which generates loops for scanning Z-polyhedra. That is,
CLooG finds the code or pseudo-code where each integral point of one or more
parametrized polyhedron or parametrized polyhedra union is reached. CLooG is
designed to avoid control overhead and to produce a very efficient code.

%files
%{_bindir}/cloog

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Integer Set Library backend (isl) based version of the CLooG binaries
Group:		Development/C
Obsoletes:	%{_lib}cloog4 < 0.18.0-2

%description -n %{libname}
The dynamic shared libraries of the Chunky Loop Generator.

%files -n %{libname}
%{_libdir}/libcloog-isl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for the isl based version of Chunky Loop Generator
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}cloog-devel < 0.18.0-2

%description -n %{devname}
The header files and .so link of the Chunky Loop Generator.

%files -n %{devname}
%{_includedir}/cloog
%{_libdir}/libcloog-isl.so
%{_libdir}/pkgconfig/cloog-isl.pc
%{_libdir}/isl
%{_libdir}/cloog-isl

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
# Restore missing bits from 0.18.1
mkdir cmake
install -c -m 644 %{SOURCE1} %{SOURCE2} cmake/
#autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--with-isl=system \
	--with-bits=gmp

%make

%install
%makeinstall_std


%changelog
* Tue Sep 09 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.18.2-1
+ Revision: 0006383
- Updated to 0.18.2 (based on what is done in OMV)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16066 |14mr|cloop-utils-2.625-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define clname      cloop
%define clver       2.625
%define clminorver  1

Name:		%{clname}-utils
Version:	%{clver}
Release:	3
Summary:	Utilities for the creation and extraction of compressed loop images
License:	GPLv2
Group:		File tools
URL:		http://debian-knoppix.alioth.debian.org/sources/
Source0:	http://debian-knoppix.alioth.debian.org/sources/%{clname}_%{clver}-%{clminorver}.tar.gz
Patch0:		cloop-2.06-write-to-file-ASAP.patch
Patch1:		mkfile-cloop.patch
Patch2:		cloop_2.625-gcc43.patch
BuildRequires:	zlib-devel
BuildRoot:	%{_tmppath}/%{name}-root

%description
%{summary}.

%prep
%setup -q -n %{clname}-%{clver}
%patch0 -p1 -b .write
%patch1 -b .cflags
%patch2 -p1 -b .gcc43

%build
%make utils

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/bin
install -m 755 create_compressed_fs %{buildroot}/usr/bin
install -m 755 extract_compressed_fs %{buildroot}/usr/bin

%clean
rm -Rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG README
%{_bindir}/create_compressed_fs
%{_bindir}/extract_compressed_fs




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.625-3
+ Revision: 59b5ed8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16067 |14mr|clucene-2.3.3.4-0.20111220.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define date 20111220
%define major	2
%define devname	%mklibname %{name} -d

Summary:	C++ port of Lucene
Name:		clucene
Version:	2.3.3.4
Release:	0.%{date}.5
License:	LGPL
Group:		Archiving/Other
Url:            http://clucene.sourceforge.net/
# Ze: we are using git, so to generate the source file we run:
# git archive --prefix=clucene-2.3.3.4/ master | xz > clucene-2.3.3.4.tar.xz
#Source0:	http://prdownloads.sourceforge.net/clucene/%{name}-core-%{version}.tar.gz
Source0:	%{name}-%{version}.tar.xz
# include LUCENE_SYS_INCLUDES in pkgconfig --cflags output
# imported fedora patch
Patch0:		clucene-core-2.3.3.4-pkgconfig_sys_includes.patch
Patch1:		clucene-2.3.3.4-fix-major.patch
Patch2:		patch-clucene-2.3.3.4-install-contribs-lib.diff
BuildRequires:  cmake
BuildRequires:  pkgconfig(zlib)

%description
CLucene is a C++ port of Lucene: the high-performance, full-featured 
text search engine written in Java. CLucene is faster than lucene 
as it is written in C++.

#------------------------------------------------------------------------------
%define libclucene_core %mklibname clucene-core %{major} 
%package -n	%{libclucene_core}
Summary:	Shared libraries for %{name}
Group:		System/Libraries
%rename		%{_lib}clucene_core2
Provides:	clucene-core2 

%description -n %{libclucene_core}
CLucene is a C++ port of Lucene: the high-performance, full-featured 
text search engine written in Java. CLucene is faster than lucene 
as it is written in C++.

This package contains shared libraries for clucene.

%files -n %{libclucene_core}
%{_libdir}/libclucene-core.so.%{major}*

#------------------------------------------------------------------------------
%define libclucene_shared %mklibname clucene_shared %{major}
%package -n     %{libclucene_shared}
Summary:        Shared libraries for %{name}
Group:          System/Libraries

%description -n %{libclucene_shared}
CLucene is a C++ port of Lucene: the high-performance, full-featured
text search engine written in Java. CLucene is faster than lucene
as it is written in C++.

This package contains shared libraries for clucene.

%files -n %{libclucene_shared}
%{_libdir}/libclucene-shared.so.%{major}*

#------------------------------------------------------------------------------
%define contrib %mklibname clucene-contribs-lib %{major}
%package -n %contrib
Summary: Language specific text analyzers for %name
Group: System/Libraries
Requires: %libclucene_core = %version-%release

%description -n %contrib
Language specific text analyzers for %{name}

%files -n %contrib
%_libdir/libclucene-contribs-lib.so.%{major}*

#------------------------------------------------------------------------------
%package -n	%{devname}
Summary:	Development library and header files for the %{name} library
Group:		Development/C++
Provides:	%{name}-devel = %{version}-%{release}
Requires:   %{libclucene_shared} = %{version}-%{release}
Requires:       %{libclucene_core} = %{version}-%{release}
Requires:       %{contrib} = %{version}-%{release}
# Ze: we need to add this provides to avoid break upgrade
%ifnarch x86_64
Provides:	devel(libclucene)
%else
Provides:	devel(libclucene(64bit))
%endif

%description -n	%{devname}
CLucene is a C++ port of Lucene: the high-performance, full-featured 
text search engine written in Java. CLucene is faster than lucene 
as it is written in C++.

This package contains development libraries and development headers for 
clucene.

%files -n %{devname}
%{_includedir}/CLucene.h
%{_includedir}/CLucene/
%{_libdir}/pkgconfig/libclucene-core.pc
%{_libdir}/CLuceneConfig.cmake/CLuceneConfig.cmake
%{_libdir}/lib*.so

#------------------------------------------------------------------------------
%prep
%setup -q
%apply_patches

%build
%cmake \
	-DBUILD_CONTRIBS_LIB:BOOL=ON
%make

%install
%makeinstall_std -C build


%changelog
* Mon Sep 09 2013 akdengi <kazancas@mandriva.ru> 2.3.3.4-0.20111220.5
+ Revision: 04c274d
- clean spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16068 |14mr|cluster-glue-1.0.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gname	haclient
%define uname	hacluster
%define nogroup	nobody
%define maj1	1
%define major	2
%define liblrm		%mklibname lrm %{major}
%define libpils		%mklibname pils %{major}
%define libplumb 	%mklibname plumb %{major}
%define libplumbgpl	%mklibname plumbgpl %{major}
%define libstonith	%mklibname stonith %{maj1}
%define devname	%mklibname %{name} -d

# When downloading directly from Mercurial, it will automatically add this prefix
# Invoking 'hg archive' wont but you can add one with: hg archive -t tgz -p "Reusable-Cluster-Components-" -r $upstreamversion $upstreamversion.tar.gz
%define upstreamprefix Reusable-Cluster-Components-glue--
%define upstreamversion glue-%{version}

# Keep around for when/if required
#global alphatag %{upstreamversion}.hg

Summary:	Reusable cluster components
Name:		cluster-glue
Version:	1.0.11
Release:	2
License:	GPLv2+ and LGPLv2+
Group:		System/Libraries
Url:		http://linux-ha.org/wiki/Cluster_Glue
Source0:	http://hg.linux-ha.org/glue/archive/%{upstreamversion}.tar.bz2
Patch0:		cluster-glue-automake-1.13.patch

BuildRequires:	docbook-dtd44-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	xsltproc
BuildRequires:	bzip2-devel
BuildRequires:	libaio-devel
BuildRequires:	libtool-devel
BuildRequires:	net-snmp-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(OpenIPMI)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(uuid)
Requires:	perl-TimeDate

%description
A collection of common tools that are useful for writing cluster managers
such as Pacemaker.
Provides a local resource manager that understands the OCF and LSB
standards, and an interface to common STONITH devices.

%files
%doc AUTHORS COPYING
%{_sbindir}/cibsecret
%{_sbindir}/ha_logger
%{_sbindir}/hb_report
%{_sbindir}/lrmadmin
%{_sbindir}/meatclient
%{_sbindir}/sbd
%{_sbindir}/stonith
%{_sysconfdir}/init.d/logd

%dir %{_libdir}/heartbeat
%dir %{_libdir}/heartbeat/plugins
%dir %{_libdir}/heartbeat/plugins/compress
%dir %{_libdir}/heartbeat/plugins/RAExec
%dir %{_libdir}/heartbeat/plugins/InterfaceMgr
%{_libdir}/heartbeat/lrmd
%{_libdir}/heartbeat/ha_logd
%{_libdir}/heartbeat/plugins/RAExec/*.so
%{_libdir}/heartbeat/plugins/InterfaceMgr/*.so
%{_libdir}/heartbeat/plugins/compress/bz2.so
%{_libdir}/heartbeat/plugins/compress/zlib.so

%dir %{_libdir}/stonith
%dir %{_libdir}/stonith/plugins
%dir %{_libdir}/stonith/plugins/stonith2
%{_datadir}/cluster-glue/ha_log.sh
%{_libdir}/stonith/plugins/external
%{_libdir}/stonith/plugins/stonith2/*.so
%{_libdir}/stonith/plugins/stonith2/*.py*
%{_libdir}/stonith/plugins/xen0-ha-dom0-stonith-helper
%dir %{_datadir}/cluster-glue
%{_datadir}/cluster-glue/ha_cf_support.sh
%{_datadir}/cluster-glue/openais_conf_support.sh
%{_datadir}/cluster-glue/utillib.sh
%{_datadir}/cluster-glue/combine-logs.pl
%dir %{_var}/lib/heartbeat
%dir %{_var}/lib/heartbeat/cores
%dir %attr (0700, root, root)		%{_var}/lib/heartbeat/cores/root
%dir %attr (0700, nobody, %{nogroup})	%{_var}/lib/heartbeat/cores/nobody
%dir %attr (0700, %{uname}, %{gname})	%{_var}/lib/heartbeat/cores/%{uname}
%doc %{_mandir}/man1/*
%doc %{_mandir}/man8/*

%pre
%_pre_useradd %{uname} %{_var}/lib/heartbeat/cores/hacluster /bin/false
%_pre_groupadd %{gname} %{uname}

%postun
%_postun_userdel %{uname}
%_postun_groupdel %{gname}


#----------------------------------------------------------------------------

%package -n %{liblrm}
Summary:	Reusable cluster libraries
Group:		System/Libraries

%description -n %{liblrm}
A collection of libraries that are useful for writing cluster managers
such as Pacemaker.

%files -n %{liblrm}
%{_libdir}/liblrm.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libpils}
Summary:	Reusable cluster libraries
Group:		System/Libraries

%description -n %{libpils}
A collection of libraries that are useful for writing cluster managers
such as Pacemaker.

%files -n %{libpils}
%{_libdir}/libpils.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libplumb}
Summary:	Reusable cluster libraries
Group:		System/Libraries

%description -n %{libplumb}
A collection of libraries that are useful for writing cluster managers
such as Pacemaker.

%files -n %{libplumb}
%{_libdir}/libplumb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libplumbgpl}
Summary:	Reusable cluster libraries
Group:		System/Libraries

%description -n %{libplumbgpl}
A collection of libraries that are useful for writing cluster managers
such as Pacemaker.

%files -n %{libplumbgpl}
%{_libdir}/libplumbgpl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libstonith}
Summary:	Reusable cluster libraries
Group:		System/Libraries

%description -n %{libstonith}
A collection of libraries that are useful for writing cluster managers
such as Pacemaker.

%files -n %{libstonith}
%{_libdir}/libstonith.so.%{maj1}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and libraries for writing cluster managers
Group:		Development/Other
Requires:	%{liblrm} = %{version}-%{release}
Requires:	%{libpils} = %{version}-%{release}
Requires:	%{libplumb} = %{version}-%{release}
Requires:	%{libplumbgpl} = %{version}-%{release}
Requires:	%{libstonith} = %{version}-%{release}
%rename		%{name}-devel

%description -n %{devname}
Headers and shared libraries for a useful for writing cluster managers 
such as Pacemaker.

%files -n %{devname}
%dir %{_libdir}/heartbeat
%dir %{_libdir}/heartbeat/plugins
%dir %{_libdir}/heartbeat/plugins/test
%dir %{_datadir}/cluster-glue
%{_libdir}/lib*.so
%{_libdir}/heartbeat/ipctest
%{_libdir}/heartbeat/ipctransientclient
%{_libdir}/heartbeat/ipctransientserver
%{_libdir}/heartbeat/transient-test.sh
%{_libdir}/heartbeat/base64_md5_test
%{_libdir}/heartbeat/logtest
%{_libdir}/heartbeat/plugins/test/test.so
%{_includedir}/clplumbing
%{_includedir}/heartbeat
%{_includedir}/stonith
%{_includedir}/pils
%{_datadir}/cluster-glue/lrmtest

#----------------------------------------------------------------------------

%prep
%setup -qn %{upstreamprefix}%{upstreamversion}
%apply_patches

%build
#./autogen.sh
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-fatal-warnings=no \
	--localstatedir=%{_var} \
	--with-daemon-group=%{gname} \
	--with-daemon-user=%{uname}

%make

%install
%makeinstall_std

# Don't package things we wont support
rm -f %{buildroot}/%{_libdir}/stonith/plugins/stonith2/rhcs.*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.11-2
+ Revision: 92d4640
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16069 |14mr|clutter-1.18.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define girmajor	1.0

%define libname		%mklibname %{name} %{api} %{major}
%define girname		%mklibname %{name}-gir %{girmajor}
%define develname	%mklibname -d %{name} %{api}

Summary:       Software library for fast, visually rich GUIs
Name:          clutter
Version:       1.18.2
Release:       2
License:       LGPLv2+
Group:         Graphics
Url:           http://clutter-project.org/
Source0:       ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.18/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(cairo-gobject)
BuildRequires:	pkgconfig(cogl-1.0)
BuildRequires:	pkgconfig(cogl-pango-1.0)
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(pangoft2)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)

%description
Clutter is an open source software library for creating fast, visually rich
graphical user interfaces. The most obvious example of potential usage is in
media center type applications. We hope however it can be used for a lot more.

Clutter uses OpenGL (and soon optionally OpenGL ES) for rendering but with an
API which hides the underlying GL complexity from the developer. The Clutter
API is intended to be easy to use, efficient and flexible. 

%package i18n
Summary: Translations for %{name}
Group: System/Internationalization

%description i18n
This contains the translation data for %{name}.

%package -n %{libname}
Summary:	Software library for fast, visually rich GUIs
Group:		System/Libraries
Suggests:	%{name}-i18n >= %{version}-%{release}

%description -n %{libname}
This package contains the shared library for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Summary:	Development headers/libraries for %{name}
Group:		Development/X11
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Obsoletes:	%mklibname %{name} %{api} %{major} -d

%description -n %{develname}
Development headers/libraries for %{name} (see %{libname} package)

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--enable-introspection=yes \
	--enable-gdk-backend=yes \
	--enable-x11-backend=yes

%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'
%find_lang %{name}-%{api}

%files i18n -f %{name}-%{api}.lang

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*
%{_libdir}/lib%{name}-glx-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Cally-%{api}.typelib
%{_libdir}/girepository-1.0/Clutter-%{api}.typelib
%{_libdir}/girepository-1.0/ClutterGdk-%{girmajor}.typelib
%{_libdir}/girepository-1.0/ClutterX11-%{api}.typelib

%files -n %{develname}
%dir %{_includedir}/%{name}-%{api}
%{_includedir}/%{name}-%{api}/cally
%{_includedir}/%{name}-%{api}/%{name}
%{_libdir}/lib%{name}-%{api}.so
%{_libdir}/lib%{name}-glx-%{api}.so
%{_libdir}/pkgconfig/cally-%{api}.pc
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/pkgconfig/%{name}-cogl-%{api}.pc
%{_libdir}/pkgconfig/%{name}-gdk-%{api}.pc
%{_libdir}/pkgconfig/%{name}-glx-%{api}.pc
%{_libdir}/pkgconfig/%{name}-x11-%{api}.pc
%{_datadir}/gir-1.0/Cally-%{api}.gir
%{_datadir}/gir-1.0/Clutter-%{api}.gir
%{_datadir}/gir-1.0/ClutterGdk-%{girmajor}.gir
%{_datadir}/gir-1.0/ClutterX11-%{api}.gir
%{_datadir}/gtk-doc/html/cally
%{_datadir}/gtk-doc/html/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.18.2-2
+ Revision: 09f907f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16070 |14mr|clutter-gesture-0.0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	0.0.2
%define major		0
%define libname		%mklibname %{name} %{api} %{major}
%define develname	%mklibname %{name} %{api} -d

Name:		clutter-gesture
Version:	0.0.2.1
Release:	2
Summary:	Gesture Library for Clutter
Group:		System/Libraries
License:	LGPLv2+ and MIT
URL:		http://maemo.org/packages/view/clutter-gesture/
Source0:	http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
Patch1:		clutter-gesture-0.0.2-build.patch

BuildRequires:	pkgconfig(clutter-x11-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gl)

%description
This library allows clutter applications to be aware of gestures 
and to easily attach some handlers to the gesture events. The library 
supports both single and multi touch.

%package -n %{libname}
Summary:	Gesture Library for Clutter
Group:		System/Libraries

%description -n %{libname}
This library allows clutter applications to be aware of gestures
and to easily attach some handlers to the gesture events. The library
supports both single and multi touch.

%package -n %{develname}
Summary:	Development files and headers for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
Files for development with %{name}.

%prep
%setup -q
%apply_patches

# don't treat warnings as errors
sed -i -e 's,-Werror,,g' configure.ac

# The NEWS file contains the license so use it as a COPYING file. Upstream has been contacted to resolve the issue
cp NEWS COPYING

%build
autoreconf -vfi
%configure2_5x \
	--disable-static

%make LIBS=-lm CFLAGS+="-DGLIB_DISABLE_DEPRECATION_WARNINGS -DCLUTTER_DISABLE_DEPRECATION_WARNINGS" V=1
%install
rm -rf %{buildroot}
%makeinstall_std

#Remove libtool archives.
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%files -n %{libname}
%doc COPYING
%{_libdir}/libcluttergesture-%{api}.so.%{major}*
%{_libdir}/libengine.so.%{major}*

%files -n %{develname}
%{_libdir}/libcluttergesture-%{api}.so
%{_libdir}/libengine.so
%{_includedir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.2.1-2
+ Revision: 73e43bf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16071 |14mr|clutter-gst-1.6.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define clutterapi 1.0
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name} %{api} -d

%define gstapi 0.10
%define gstname gstreamer%{gstapi}-gstclutter

Summary:	GST video texture actor and audio player object for Clutter
Name:		clutter-gst
Version:	1.6.0
Release:	5
License:	LGPLv2+
Group:		Graphics
Url:		http://clutter-project.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
Patch0:		clutter-gst-1.6.0-needless-glint.patch
BuildRequires:	docbook-dtd412-xml
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(clutter-1.0) >= 1.6.14
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.36.0
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{gstapi})

%description
An integration library for using GStreamer with Clutter.
GST video texture actor and audio player object.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GST video texture actor and audio player object for Clutter
Group:		System/Libraries
Requires:	gstreamer0.10-plugins-base
Requires:	%{girname} = %{EVRD}
Requires:	%{gstname} = %{EVRD}

%description -n %{libname}
An integration library for using GStreamer with Clutter.
GST video texture actor and audio player object.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}clutter-gst1.0_0 < 1.6.0-3

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/ClutterGst-%{clutterapi}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers/libraries for %{name}
Group:		Development/X11
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development headers/libraries for %{name}.
(see %{libname} package)

%files -n %{devname}
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/lib%{name}-%{api}.so
%dir %{_includedir}/clutter-%{clutterapi}/%{name}
%{_includedir}/clutter-%{clutterapi}/%{name}/*.h
%{_datadir}/gir-1.0/ClutterGst-%{clutterapi}.gir

#----------------------------------------------------------------------------

%package -n %{gstname}
Summary:	Gstreamer plugin for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}clutter-gst1.0_0 < 1.6.0-3

%description -n %{gstname}
Standalone gstreamer plugin for %{name}.

%files -n %{gstname}
%{_libdir}/gstreamer-%{gstapi}/libgstclutter.so

#----------------------------------------------------------------------------

%package doc
Summary:	API reference for clutter-gst
Group:		Development/Other

%description doc
Documentation for Clutter-Gst.

%files doc
%dir %{_datadir}/gtk-doc/html/%{name}
%doc %{_datadir}/gtk-doc/html/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf
%configure2_5x \
	--disable-static \
	--enable-gtk-doc \
	--enable-introspection
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.0-5
+ Revision: 1a276cb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16072 |14mr|clutter-gst2-2.0.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		2.0
%define clutterapi	2.0
%define gir_major	2.0
%define major		0

%define gstapi		1.0

%define libname		%mklibname clutter-gst %{api} %{major}
%define devname		%mklibname -d clutter-gst %{api}
%define girname		%mklibname clutter-gst-gir %{gir_major}
%define gstname		gstreamer%{gstapi}-gstclutter

%define url_ver %(echo %{version} | cut -d. -f1,2)

Summary:	GST video texture actor and audio player object for Clutter
Name:		clutter-gst2
Version:	2.0.12
Release:	2
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/clutter-gst/%{url_ver}/clutter-gst-%{version}.tar.xz
License:	LGPLv2+
Group:		Graphics
Url:		http://clutter-project.org/
BuildRequires:	clutter-devel >= 1.6.14
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gstreamer-base-1.0)
BuildRequires:	pkgconfig(gstreamer-video-1.0)
BuildRequires:	pkgconfig(gstreamer-audio-1.0)
BuildRequires:	pkgconfig(gstreamer-tag-1.0)
BuildRequires:	gobject-introspection-devel >= 0.6.8
BuildRequires:	pkgconfig(gl)

%description
An integration library for using GStreamer with Clutter.
GST video texture actor and audio player object.

%package -n %{libname}
Summary:	GST video texture actor and audio player object for Clutter
Group:		Graphics
Requires:	gstreamer1.0-plugins-base
Obsoletes:	%{_lib}clutter-gst22.0_0 < 1.9.90-3

%description -n %{libname}
An integration library for using GStreamer with Clutter.
GST video texture actor and audio player object.

%package -n %{devname}
Summary:	Development headers/libraries for %{name}
Group:		Development/X11
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libclutter-gst%{api}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{_lib}clutter-gst22.0-devel < 1.9.90-3

%description -n %{devname}
Development headers/libraries for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{_lib}clutter-gst2-gir2.0 < 1.9.90-3

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{gstname}
Summary:	Gstreamer plugin for %{name}
Group:		System/Libraries

%description -n %{gstname}
Standalone gstreamer plugin for %{name}.

%prep
%setup -q  -n clutter-gst-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-introspection=yes
%make

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name "*.la" -delete

# Remove the documentation for now as it conflicts with the files in
# clutter-gst-devel. I'll work with upstream to fix this properly.
rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc/

%files -n %{libname}
%{_libdir}/libclutter-gst-%{api}.so.%{major}*

%files -n %{gstname}
%{_libdir}/gstreamer-%{gstapi}/libgstclutter.so

%files -n %{girname}
%{_libdir}/girepository-1.0/ClutterGst-%{gir_major}.typelib

%files -n %{devname}
#%doc %{_datadir}/gtk-doc/html/%{name}
%{_libdir}/pkgconfig/clutter-gst-%{api}.pc
%{_libdir}/libclutter-gst-%{api}.so
%{_includedir}/clutter-gst-%{clutterapi}
%{_datadir}/gir-1.0/ClutterGst-%{gir_major}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.12-2
+ Revision: 87bb52a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16073 |14mr|clutter-gtk-1.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name} %{api} -d

Summary:	GTK Support for Clutter
Name:		clutter-gtk
Version:	1.5.2
Release:	3
License:	LGPLv2+
Group:		Graphics
Url:		http://clutter-project.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/clutter-gtk/1.5/%{name}-%{version}.tar.xz
BuildRequires:	docbook-dtd412-xml
#gw for Gtk-2.0.gir
BuildRequires:	gir-repository
BuildRequires:	gtk-doc
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(clutter-%{api})
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)

%description
A library providing facilities to integrate Clutter into GTK+
applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the
default ClutterStage into any GtkContainer.

Because of limitations inside Clutter, it is only possible to embed a single
ClutterStage.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GTK Support for Clutter
Group:		System/Libraries

%description -n %{libname}
A library providing facilities to integrate Clutter into GTK+
applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the
default ClutterStage into any GtkContainer.

Because of limitations inside Clutter, it is only possible to embed a single
ClutterStage.

%files -n %{libname} -f cluttergtk-%{api}.lang
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}clutter-gtk1.0_0 < 1.5.2-3

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/GtkClutter-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers/libraries for %{name}
Group:		Development/X11
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description -n %{devname}
Development headers/libraries for %{name}.

%files -n %{devname}
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/lib%{name}-%{api}.so
%dir %{_includedir}/%{name}-%{api}/%{name}
%{_includedir}/%{name}-%{api}/%{name}/*.h
%{_datadir}/gir-1.0/GtkClutter-%{api}.gir
%dir %{_datadir}/gtk-doc/html/%{name}-%{api}
%doc %{_datadir}/gtk-doc/html/%{name}-%{api}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --enable-gtk-doc
%make

%install
%makeinstall

%find_lang cluttergtk-%{api}


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.2-3
+ Revision: 4100bec
- Split git (typelib) from library package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16074 |14mr|clutter-imcontext-0.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %name %major
%define develname %mklibname -d %name

Name: clutter-imcontext
Summary: Port of GTK IMContext to Clutter
Group: Graphics
Version: 0.1.4
License: LGPLv2+
URL: http://www.clutter-project.org
Release: 4
Source0: http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires: glib2-devel
BuildRequires: gtk-doc
BuildRequires: clutter-devel >= 1.0
BuildRequires: gobject-introspection-devel
BuildRequires: gir-repository
BuildRequires: pkgconfig(gl)

%description
Description: %{summary}

%package -n %{libname}
Summary: Port of GTK IMContext to Clutter
Group: System/Libraries

%description -n %{libname}
Description: %{summary}

%package -n %{develname}
Summary: Port of GTK IMContext to Clutter
Group: Development/C
Requires: %{name} >= %{version}
Provides: %{name}-devel

%description -n %{develname}
Description: %{summary}

%prep
%setup -q
perl -pi -e 's,^./configure.*,,' ./autogen.sh

%build
./autogen.sh
%configure2_5x --enable-gtk-doc
%make

%install
rm -rf %{buildroot}
%makeinstall_std

mkdir -p %{buildroot}/%{_datadir}/doc/%{name}-%{version}
for f in `ls %{buildroot}/%{_datadir}/doc/`; do
  if [ -f %{buildroot}/%{_datadir}/doc/$f ]; then
    mv %{buildroot}/%{_datadir}/doc/$f %{buildroot}/%{_datadir}/doc/%{name}-%{version}
  fi
done

%clean
rm -rf  $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/*

%files -n %{libname}
%{_libdir}/libclutter-imcontext*so.%{major}*

%files -n %{develname}
%defattr(-,root,root,-)
%{_includedir}/%{name}-0.1/%{name}/*
%{_libdir}/pkgconfig/*
%{_libdir}/libclutter-imcontext-0.1.a
%{_libdir}/libclutter-imcontext-0.1.so
%dir %{_datadir}/gtk-doc/html/%{name}
%{_datadir}/gtk-doc/html/%{name}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.4-4
+ Revision: 769bc1f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16075 |14mr|cmake-3.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortVersion %(echo %{version} | cut -d. -f1,2)

%bcond_with	bootstrap

Summary:	Cross-platform, open-source make system
Name:		cmake
Version:	3.0.1
Release:	1
Epoch:		1
License:	BSD
Group:		Development/Other
Url:		http://www.cmake.org/HTML/index.html
Source0:	http://www.cmake.org/files/v%{shortVersion}/%{name}-%{version}.tar.gz
Source1:	cmake.macros
Patch0:		cmake-3.0.0-optflags.patch
# fix ftlk detection
Patch1:		0001-Fix-FLTK-Find-path.patch
Patch3:		0003-Disable-Test198.patch
# Fix ImageMagick detection (not upstream yet; parts 1 and 2 are)
Patch6:		0003-FindImageMagick-part3.patch
BuildRequires:	gcc-gfortran
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(ncurses)
%if !%{with bootstrap}
BuildRequires:	pkgconfig(QtCore)
%endif
BuildRequires:	pkgconfig(zlib)

%description
CMake is used to control the software compilation process using
simple platform and compiler independent configuration files.
CMake generates native makefiles and workspaces that can be
used in the compiler environment of your choice. CMake is quite
sophisticated: it is possible to support complex environments
requiring system configuration, pre-processor generation, code
generation, and template instantiation.

%files
%{_bindir}/cmake
%{_bindir}/ccmake
%{_bindir}/ctest
%{_bindir}/cpack
%{_datadir}/%{name}
%{_sysconfdir}/emacs/site-start.d/%{name}.el
%{_sysconfdir}/rpm/macros.d/*
%{_datadir}/emacs/site-lisp/cmake-mode.el
%{_datadir}/vim/*/*
%{_datadir}/aclocal/cmake.m4
%doc CMakeLogo.gif mydocs/*

#-----------------------------------------------------------------------------

%if !%{with bootstrap}
%package -n %{name}-qtgui
Summary:	Qt GUI Dialog for CMake - the Cross-platform, open-source make system
Group:		Development/Other
Requires:	%{name}

%description -n %{name}-qtgui
CMake is used to control the software compilation process using
simple platform and compiler independent configuration files.

This is the Qt GUI.

%files -n %{name}-qtgui
%{_bindir}/cmake-gui
%{_datadir}/applications/CMake.desktop
%{_datadir}/mime/packages/cmakecache.xml
%{_datadir}/pixmaps/CMakeSetup32.png
%endif

#-----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# Don't try to automagically find files in /usr/X11R6
# But also don't change a prefix if it is not /usr
perl -pi -e 's@^\s+/usr/X11R6/.*\n@@' Modules/*.cmake

%ifarch %{arm}
# bootstrap test is taking ages on arm
sed -i -e 's!SET(CMAKE_LONG_TEST_TIMEOUT 1500)!SET(CMAKE_LONG_TEST_TIMEOUT 7200)!g' Tests/CMakeLists.txt
%endif

%build
mkdir -p build
cd build
%setup_compile_flags
../configure \
    --system-libs \
    --parallel=%{_smp_mflags} \
    --prefix=%{_prefix} \
    --datadir=/share/%{name} \
    --mandir=/share/man \
    --docdir=/share/doc/%{name} \
%if !%{with bootstrap}
    --qt-gui
%endif

%make

%install
%makeinstall_std -C build

# cmake mode for emacs
mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp %{buildroot}%{_sysconfdir}/emacs/site-start.d
mv %{buildroot}%{_datadir}/cmake/editors/emacs/cmake-mode.el %{buildroot}%{_datadir}/emacs/site-lisp/cmake-mode.el
cat <<EOF >%{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el
(setq load-path (cons (expand-file-name "/dir/with/cmake-mode") load-path))
(require 'cmake-mode)
(setq auto-mode-alist
      (append '(("CMakeLists\\\\.txt\\\\'" . cmake-mode)
                ("\\\\.cmake\\\\'" . cmake-mode))
              auto-mode-alist))
EOF

# cmake mode for vim
mkdir -p %{buildroot}%{_datadir}/vim/syntax %{buildroot}%{_datadir}/vim/indent %{buildroot}%{_datadir}/vim/plugin
mv %{buildroot}%{_datadir}/cmake/editors/vim/cmake-syntax.vim %{buildroot}%{_datadir}/vim/syntax/cmake.vim
mv %{buildroot}%{_datadir}/cmake/editors/vim/cmake-indent.vim %{buildroot}%{_datadir}/vim/indent/cmake.vim
mv %{buildroot}%{_datadir}/cmake/editors/vim/cmake-help.vim %{buildroot}%{_datadir}/vim/plugin/cmake-help.vim

# remove directory we just cleared by moving files where editors
# will actually find them
rm -rf %{buildroot}%{_datadir}/cmake/editors

# RPM macros
install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/rpm/macros.d/cmake.macros

# %doc wipes out files in doc dir, fixed in cooker svn for rpm package, though
# not submitted yet, so we'll just work around this by moving it for now..
rm -rf mydocs
mv %{buildroot}%{_datadir}/doc/%{name} mydocs

# As of 2.8.10.2, the test suite needs net access.
# Absent that, it will fail:
# The following tests FAILED:
#        186 - CTestTestFailedSubmit-http (Failed)
#        187 - CTestTestFailedSubmit-https (Failed)
%if 0
%check
unset DISPLAY
cd build
bin/ctest -E SubDirSpaces -V %{_smp_mflags}
%endif

%changelog
* Thu Aug 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:3.0.1-1
+ Revision: de69737
- New version 3.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16076 |14mr|cogl-1.18.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 		20
%define pangomajor	20
%define gir_major	2.0
%define gir_major_old	1.0

%define libname		%mklibname %{name} %{major}
%define libpango	%mklibname %{name}-pango %{pangomajor}
%define libpath		%mklibname %{name}-path %{major}
%define devname		%mklibname %{name} -d
%define devpango	%mklibname %{name}-pango -d
%define girname		%mklibname %{name}-gir %{gir_major}
%define girname_old	%mklibname %{name}-gir %{gir_major_old}
%define girpango	%mklibname %{name}-pango-gir %{gir_major}
%define girpango_old	%mklibname %{name}-pango-gir %{gir_major_old}

Summary:	A library for using 3D graphics hardware to draw pretty pictures
Name:		cogl
Version:	1.18.2
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.clutter-project.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/cogl/1.18/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(cairo) >= 1.10
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gmodule-no-export-2.0)
BuildRequires:	pkgconfig(gobject-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(pangocairo) >= 1.20
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite) >= 0.4
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes) >= 3
BuildRequires:	pkgconfig(xrandr)

%description
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures. The API departs from the flat state machine style of
OpenGL and is designed to make it easy to write orthogonal components that
can render without stepping on each others toes.

As well aiming for a nice API, we think having a single library as opposed
to an API specification like OpenGL has a few advantages too; like being
able to paper over the inconsistencies/bugs of different OpenGL
implementations in a centralized place, not to mention the myriad of OpenGL
extensions. It also means we are in a better position to provide utility
APIs that help software developers since they only need to be implemented
once and there is no risk of inconsistency between implementations.

Having other backends, besides OpenGL, such as drm, Gallium or D3D are
options we are interested in for the future.

#----------------------------------------------------------------------------

%package i18n
Summary:	Translations for %{name}
Group:		System/Internationalization
Obsoletes:	%{name} < 1.9.2

%description i18n
This contains the translation data for %{name}.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for using 3D graphics hardware to draw pretty pictures
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libcogl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libpango}
Summary:	A library for using 3D graphics hardware to draw pretty pictures
Group:		System/Libraries

%description -n %{libpango}
This package contains the shared library for %{name}-pango.

%files -n %{libpango}
%{_libdir}/libcogl-pango.so.%{pangomajor}*

#----------------------------------------------------------------------------

%package -n %{libpath}
Summary:	A library for using 3D graphics hardware to draw pretty pictures
Group:		System/Libraries
Conflicts:	%{_lib}cogl20 < 1.18.2-3

%description -n %{libpath}
This package contains the shared library for %{name}.

%files -n %{libpath}
%{_libdir}/libcogl-path.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Cogl-%{gir_major}.typelib

#----------------------------------------------------------------------------

%package -n %{girname_old}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}cogl-gir2.0 < 1.18.2-3

%description -n %{girname_old}
GObject Introspection interface description for %{name}.

%files -n %{girname_old}
%{_libdir}/girepository-1.0/Cogl-%{gir_major_old}.typelib

#----------------------------------------------------------------------------

%package -n %{girpango}
Summary:	GObject Introspection interface description for %{name}-pango
Group:		System/Libraries

%description -n %{girpango}
GObject Introspection interface description for %{name}-pango.

%files -n %{girpango}
%{_libdir}/girepository-1.0/CoglPango-%{gir_major}.typelib

#----------------------------------------------------------------------------

%package -n %{girpango_old}
Summary:	GObject Introspection interface description for %{name}-pango
Group:		System/Libraries
Conflicts:	%{_lib}cogl-pango-gir2.0 < 1.18.2-3

%description -n %{girpango_old}
GObject Introspection interface description for %{name}-pango.

%files -n %{girpango_old}
%{_libdir}/girepository-1.0/CoglPango-%{gir_major_old}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	%{name} development environment
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libpath} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Requires:	%{girname_old} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Header files and libraries for building and developing apps with %{name}.

%files -n %{devname}
%doc NEWS README ChangeLog
%{_includedir}/%{name}/%{name}
%{_includedir}/%{name}/%{name}-path
%{_libdir}/libcogl.so
%{_libdir}/libcogl-path.so
%{_libdir}/pkgconfig/cogl-1.0.pc
%{_libdir}/pkgconfig/cogl-path-1.0.pc
%{_libdir}/pkgconfig/cogl-gl-1.0.pc
%{_libdir}/pkgconfig/cogl-2.0-experimental.pc
%{_libdir}/pkgconfig/cogl-path-2.0-experimental.pc
%{_datadir}/gir-1.0/Cogl-*.gir

#----------------------------------------------------------------------------

%package -n %{devpango}
Summary:	%{name}-pango development environment
Group:		Development/C
Requires:	%{libpango} = %{EVRD}
Requires:	%{girpango} = %{EVRD}
Requires:	%{girpango_old} = %{EVRD}

%description -n %{devpango}
Header files and libraries for building and developing apps with %{name}-pango.

%files -n %{devpango}
%{_includedir}/%{name}/%{name}-pango
%{_libdir}/libcogl-pango.so
%{_libdir}/pkgconfig/cogl-pango*.pc
%{_datadir}/gir-1.0/CoglPango-*.gir

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--enable-cairo=yes \
	--enable-gdk-pixbuf=yes \
	--enable-cogl-pango=yes \
	--enable-glx=yes \
	--enable-gtk-doc=no \
	--enable-introspection=yes \
	--enable-examples-install=no

%make

%install
%makeinstall_std

#Remove examples
rm -rf %{buildroot}%{_datadir}/%{name}/examples-data/

%find_lang %{name}


%changelog
* Mon Sep 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.18.2-3
+ Revision: f919175
- Split library and gir packages, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16077 |14mr|colord-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define gir_major 1.0
%define libname %mklibname %{name} %{major}
%define libprivate %mklibname colordprivate %{major}
%define libhug %mklibname colorhug %{major}
%define girname %mklibname %{name}-gir %{gir_major}
%define devname %mklibname %{name} -d

Summary:	Color daemon
Name:		colord
Version:	1.2.0
Release:	2
License:	GPLv2+ and LGPLv2+
Group:		System/X11
Url:		http://www.freedesktop.org/software/colord/
Source0:	http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
BuildRequires:	argyllcms
BuildRequires:	bash-completion
BuildRequires:	docbook-utils
BuildRequires:	gettext
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	vala-tools
BuildRequires:	sane-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(gusb)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	bash-completion-devel
Requires(pre,postun):	rpm-helper
Requires:	systemd-units
Obsoletes:	%{girname} < 1.0.4
Provides:	%{girname} = %{EVRD}
Obsoletes:	shared-color-profiles < 0.1.6-3
Provides:	shared-color-profiles = %{EVRD}

%description
colord is a low level system activated daemon that maps color devices
to color profiles in the system context.

%files -f %{name}.lang
%doc README.md NEWS
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
/lib/udev/rules.d/*.rules
%{_bindir}/*
%{_libdir}/colord
%{_libdir}/colord-plugins/*
%{_libdir}/colord-sane
%{_libdir}/colord-sensors
%{_libdir}/colord-session
%dir %{_datadir}/color/icc/colord
%{_datadir}/color/icc/colord/*.ic?
%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager*.xml
%{_datadir}/colord/*
%{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy
%{_datadir}/man/man1/*.1.*
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord/icc
%ghost %{_localstatedir}/lib/colord/*.db
%{_systemunitdir}/*.service
%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorHelper.xml
%{_datadir}/dbus-1/services/org.freedesktop.ColorHelper.service
%{_datadir}/glib-2.0/schemas/org.freedesktop.ColorHelper.gschema.xml
%{_libdir}/girepository-1.0/ColorHug-*.typelib
%{_libdir}/girepository-1.0/Colord-%{gir_major}.typelib
%{_datadir}/bash-completion/completions/colormgr

%pre
%_pre_useradd colord /var/lib/colord /sbin/nologin
%_pre_groupadd colord colord

%postun
%_postun_userdel colord
%_postun_groupdel colord

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library package for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}%{name}1 < 1.2.0

%description -n %{libname}
Main library for %{name}.

%files -n %{libname}
%{_libdir}/libcolord.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libprivate}
Summary:	Library package for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}%{name}private1 < 1.2.0

%description -n %{libprivate}
Main library for %{name}.

%files -n %{libprivate}
%{_libdir}/libcolordprivate.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libhug}
Summary:	Library package for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}%{name}hug1 < 1.2.0

%description -n %{libhug}
Main library for %{name}.

%files -n %{libhug}
%{_libdir}/libcolorhug.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development package for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libprivate} = %{EVRD}
Requires:	%{libhug} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Files for development with %{name}.

%files -n %{devname}
%{_includedir}/colord-1
%{_libdir}/libcolor*.so
%{_libdir}/pkgconfig/color*.pc
%{_datadir}/gir-1.0/*.gir
%{_datadir}/vala/vapi/*.vapi

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# Set ~2 GiB limit so that colprof is forced to work in chunks when
# generating the print profile rather than trying to allocate a 3.1 GiB
# chunk of RAM to put the entire B-to-A tables in.
ulimit -Sv 2000000
%configure \
	--with-daemon-user=colord \
	--with-systemdsystemunitdir=%{_systemunitdir} \
	--enable-vala \
	--enable-sane \
	--enable-print-profiles \
	--with-daemon-user=colord \
	--disable-static \
	--disable-rpath \
	--disable-examples \
	--disable-silent-rules \
	--disable-dependency-tracking

%make

%install
%makeinstall_std

# databases
touch %{buildroot}%{_localstatedir}/lib/colord/mapping.db
touch %{buildroot}%{_localstatedir}/lib/colord/storage.db

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-2
+ Revision: 98449ed
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16078 |14mr|colord-gtk-0.1.25-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname %{name} %{major}
%define girname		%mklibname %{name}-gir
%define develname	%mklibname %{name} -d

Name:		colord-gtk
Summary:	GTK support library for colord
Version:	0.1.25
Release:	3
License:	LGPLv2+
Group:		System/Libraries
URL:		http://
Source0:	http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
#BuildRequires:	docbook-utils
BuildRequires:	gettext
BuildRequires:	glib2-devel
BuildRequires:	colord-devel >= %{version}
BuildRequires:	intltool
BuildRequires:	lcms2-devel >= 2.2
BuildRequires:	gobject-introspection-devel
BuildRequires:	vala-tools
BuildRequires:	gtk+3-devel
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(dbus-1)
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description
colord-gtk is a support library for colord and provides additional
functionality that requires GTK+.

%package -n %{libname}
Summary:	GTK support library for colord

%description -n %{libname}
colord-gtk is a support library for colord and provides additional
functionality that requires GTK+.

%package -n %{girname}
Summary:	GObject Introspection interface library for %{name}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{develname}
Group:		Development/GNOME and GTK+
Summary:	Development files for %{name}
Requires:	%{libname} = %{version}
Requires:	%{girname} = %{version}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
Files for development with %{name}.

%prep
%setup -q

%build
autoreconf -fi
intltoolize --force
aclocal
%configure \
	--disable-static \
	--disable-rpath \
	--enable-vala \
	--disable-dependency-tracking
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS NEWS README TODO
#%doc %{_datadir}/gtk-doc/html/%{name}
%{_datadir}/vala/vapi/%{name}.vapi

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
%{_datadir}/gir-1.0/ColordGtk-1.0.gir

%files -n %{develname}
%{_includedir}/colord-%{major}/%{name}*
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.25-3
+ Revision: 8496991
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16079 |14mr|colorsvn-0.3.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           colorsvn
Version:        0.3.2
Release:        11
Epoch:          0
Summary:        Colorizer for subversion, based on colorgcc and colorcvs
Group:          Development/Other
License:        GPL
URL:            http://www.console-colors.de/
Source0:        http://www.console-colors.de/downloads/colorsvn/colorsvn-%{version}.tar.gz
Requires:       subversion 
BuildRequires:  subversion
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Subversion output colorizer.

%prep
%setup -q

%build
%{configure2_5x}

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}
%{__perl} -p -e 's|/bin/sh|/bin/csh|;' \
             -e 's|=| |g;' \
  %{buildroot}%{_sysconfdir}/profile.d/colorsvn-env.sh \
  > %{buildroot}%{_sysconfdir}/profile.d/colorsvn-env.csh

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc ChangeLog COPYING CREDITS INSTALL
%attr(0755,root,root) %{_bindir}/colorsvn
%{_mandir}/man1/colorsvn.1*
%config(noreplace) %{_sysconfdir}/colorsvnrc
%attr(0755,root,root) %{_sysconfdir}/profile.d/colorsvn-env.sh
%attr(0755,root,root) %{_sysconfdir}/profile.d/colorsvn-env.csh





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:0.3.2-11
+ Revision: 9edad7f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16080 |14mr|comgt-0.32-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define old_name gcom

Summary:	GPRS/EDGE/3G/HSDPA datacard control tool
Name:		comgt
Version:	0.32
Release:	14
Source0:	http://www.pharscape.org/3G/%{name}/%{name}.%{version}.tgz
Patch0:		comgt-0.32-string-format.patch
Patch1:		comgt-0.32-fix-man-page-typo.patch
License:	GPLv2+
Group:		Communications
URL:		http://pharscape.org/comgt.html
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Provides:	%{old_name}
Obsoletes:	%{old_name}
Requires:	usb_modeswitch

%description
comgt is a datacard control tool for Option GlobeTrotter
GPRS/EDGE/3G/HSDPA and Vodafone 3G/GPRS.

It is a scripting language interpreter useful for establishing
communications on serial lines and through PCMCIA modems as well as
GPRS and 3G datacards.

comgt has some features that are rarely found in other utilities of the
same type.

%prep
%setup -q -n %{name}.%{version}
%patch0 -p1 -b .str_format~
%patch1 -p1 -b .man_typo~

%build
%make CFLAGS="-c %{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}
install -m755 %{name} -D %{buildroot}%{_sbindir}/%{name}
install -m644 %{name}.1 -D %{buildroot}%{_mandir}/man1/%{name}.1
ln -s %{_sbindir}/%{name} %{buildroot}%{_sbindir}/%{old_name}

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc CHANGELOG gprs.txt TODO umts.txt
%{_mandir}/man1/%{name}.1*
%defattr(755,root,root,755)
%{_sbindir}/%{name}
%{_sbindir}/%{old_name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.32-14
+ Revision: e5fe063
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16081 |14mr|command-not-found-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           command-not-found
Version:        1.2
Release:        7
Summary:        Command-not-found tool for ROSA and OpenMandriva
Group:          File tools
License:        GPLv2
URL:            N/A
Source0:        %{name}-%{version}.tar.gz
BuildArch:      noarch

Requires:       command-not-found-data
Requires:       python-json
Requires:       python-rpm
BuildRequires:  python(abi) = 2.7

%description
When you call non-existent command in bash, you will get a 
list of packages (with repositories) where you can find this command
or similar ones.

%prep
%setup -q -n %{name}

%install
for d in `python localizer.py --list`; do\
    mkdir -p %{buildroot}/usr/share/locale/$d/LC_MESSAGES;\
    install -m 644 locale/$d/LC_MESSAGES/%{name}.mo %{buildroot}/usr/share/locale/$d/LC_MESSAGES/%{name}.mo;\
done
mkdir -p %{buildroot}/usr/bin
mkdir -p %{buildroot}/etc/profile.d
cp command-not-found.py  %{buildroot}/usr/bin/cnf
cp handler.sh %{buildroot}/etc/profile.d/91cnf.sh

%find_lang %{name}

%files -f %{name}.lang
/usr/bin/cnf
/etc/profile.d/91cnf.sh

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-7
+ Revision: 103a5b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16082 |14mr|command-not-found-data-2013.02.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:           command-not-found-data
Version:        2013.02.21
Release:        3
Summary:        Data files for command-not-found
Group:          File tools
License:        GPLv2
URL:            N/A
Source0:        %{name}-%{version}.tar.gz
BuildArch:      noarch

%description
Contains data files for command-not-found tool.
This package will be rebuilt every week with new data.

%prep
%setup -q -n %{name}

%install
mkdir -p %{buildroot}/usr/share/command-not-found
cp data.json %{buildroot}/usr/share/command-not-found/data.json

%files
%dir /usr/share/command-not-found/
/usr/share/command-not-found/data.json


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2013.02.21-3
+ Revision: ce6b522
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16083 |14mr|commoncpp2-1.8.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	1.8
%define major	0
%define libccext2	%mklibname ccext2_ %{api} %{major}
%define libccgnu2	%mklibname ccgnu2_ %{api} %{major}
%define devname		%mklibname %{name} -d

Summary:	A GNU package for creating portable C++ programs
Name:		commoncpp2
Version:	1.8.1
Release:	6
Group:		Development/C++
License:	GPLv2
Url:		http://www.gnutelephony.org
Source0:	http://ftp.gnu.org/gnu/commoncpp/%{name}-%{version}.tar.gz
Patch0:		applog_pipe.patch
BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:	glibc-static-devel
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(zlib)

%description
Common C++2 is a GNU package which offers portable "abstraction" of system
services such as threads, networks, and sockets. Common C++ also offers
individual frameworks generally useful to developing portable C++ applications
including a object persistance engine, math libraries, threading, sockets, etc.

Common C++2 is small, and highly portable. Common C++ will support most Unix
operating systems as well as Win32, in addition to GNU/Linux.

#----------------------------------------------------------------------------

%package -n %{libccext2}
Summary:	A GNU package for creating portable C++ program
Group:		System/Libraries
Conflicts:	%{_lib}commoncpp2_1.8 < 1.8.1-4
Obsoletes:	%{_lib}commoncpp2_1.8 < 1.8.1-4

%description -n %{libccext2}
This package contains the shared library part of CommonC++.

%files -n %{libccext2}
%{_libdir}/libccext2-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libccgnu2}
Summary:	A GNU package for creating portable C++ program
Group:		System/Libraries
Conflicts:	%{_lib}commoncpp2_1.8 < 1.8.1-4

%description -n %{libccgnu2}
This package contains the shared library part of CommonC++.

%files -n %{libccgnu2}
%{_libdir}/libccgnu2-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	A GNU package for creating portable C++ program
Group:		Development/C++
Requires:	%{libccext2} = %{EVRD}
Requires:	%{libccgnu2} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}commoncpp-devel < 1.8.1-4
# Keep it for a while
Provides:	libcommoncpp-devel = %{EVRD}

%description -n %{devname}
This package contains the development files and documentation needed to build
programs with CommonC++.

%files -n %{devname}
%doc AUTHORS NEWS README TODO COPYING COPYING.addendum THANKS ChangeLog doc/html 
%{_bindir}/ccgnu2-config
%{multiarch_bindir}/ccgnu2-config
%{_includedir}/cc++
%{_datadir}/aclocal/*
%{_infodir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
./autogen.sh
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/ccgnu2-config


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.1-6
+ Revision: 4c14b8a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16084 |14mr|common-licenses-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Contains the various common licenses uses by the distribution
Name:		common-licenses
Version:	1.1
Release:	4
Source0:	%{name}-%{version}.tar.xz
License:	GPLv2+
Group:		System/Base
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Contains the various common licenses uses by the distribution. Instead of
including the COPYING file in every package, just refer to this one.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}
cp -a %{name} %{buildroot}%{_datadir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-4
+ Revision: 9a41aeb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16085 |14mr|comparator-2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for fast comparasion of large source-code trees
Name:		comparator
Version:	2.8
Release:	2
License:	GPL
Group:		Development/Other
Source0:	http://www.catb.org/~esr/comparator/%{name}-%{version}.tar.gz
URL:		http://www.catb.org/~esr/comparator

%description
Comparator and filterator are a pair of tools for rapidly finding
common code segments in large source trees. They can be useful as
tools for detecting copyright infringement.

%prep
%setup -q

%build
%make

%install
install -d %{buildroot}{%{_bindir},%{_mandir}/man1,%{py_sitedir}}

install comparator filterator  %{buildroot}%{_bindir}
install comparator.1  %{buildroot}%{_mandir}/man1
install comparator.py  %{buildroot}%{py_sitedir}

%files
%defattr(644,root,root,755)
%doc README
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/comparator.1*
%{py_sitedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8-2
+ Revision: 2c5b3d0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16086 |14mr|compface-1.5.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Image from/to X-Face conversion utilities
Name:		compface
Version:	1.5.2
Release:	7
License:	MIT
Group:		Graphics
Source0:	http://freshmeat.net/redir/compface/1439/url_tgz/%{name}-%{version}.tar.bz2
# originally from http://ftp.debian.org/debian/pool/main/libc/libcompface/libcompface_1.5.2-5.diff.gz
Patch0:         libcompface_1.5.2-5.diff
Patch2:         compface-1.5.2-build.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Compface provides utilities to convert from/to X-Face format, a 48x48 bitmap
format used to carry thumbnails of email authors in a mail header.

%package -n	%{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n	%{libname}
Compface provides utilities to convert from/to X-Face format, a 48x48 bitmap
format used to carry thumbnails of email authors in a mail header.

%package -n	%{develname}
Summary:	Development package for %{name}
Group:		Development/C++
Requires:	%{libname} >= %{version}
Obsoletes:	%{name}-devel < 1.5.2-3
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
Compface provides utilities to convert from/to X-Face format, a 48x48 bitmap
format used to carry thumbnails of email authors in a mail header.

This package provides the development files for %{name}.

%prep

%setup -q
%patch0 -p1
%patch2 -p0

%build
export CFLAGS="%{optflags} -fPIC"

%configure2_5x
%make

%install
rm -rf %{buildroot}

%makeinstall_std STRIP=/bin/true

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README ChangeLog
%attr(0755,root,root) %{_bindir}/*
%{_mandir}/man1/compface.1*
%{_mandir}/man1/uncompface.1*

%files -n %{libname}
%defattr(-,root,root,-)
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root,-)
%{_libdir}/lib*.so
%{_includedir}/compface.h
%{_mandir}/man3/compface.3*
%{_mandir}/man3/uncompface.3*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.2-7
+ Revision: f140050
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16087 |14mr|compiz-0.9.11.1-0.20140708.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define _disable_ld_no_undefined 1

%define major 0
%define libname %mklibname %{name} %{major}
%define libname_devel %mklibname -d %{name}

%define libcompizconfig %mklibname compizconfig %{major}
%define libcompizconfig_devel %mklibname compizconfig -d

%if %{_use_internal_dependency_generator}
%define __noautoreq 'libgtk_window_decorator_(.*)'
%endif

%define bzr 20140708

Summary:	OpenGL composite manager for Xgl and AIGLX
Name:		compiz
Version:	0.9.11.1
%if 0%{bzr}
Release:	0.%{bzr}.1
%else
Release:	11
%endif
License:	GPLv2+ and LGPLv2+ and MIT
Group:		System/X11
Url:		http://www.compiz.org/
# Current source lives at https://launchpad.net/compiz
%if 0%{bzr}
Source0:	http://cgit.compiz-fusion.org/compiz/core/snapshot/%{name}-%{version}-%{bzr}.tar.bz2
%else
Source0:	http://cgit.compiz-fusion.org/compiz/core/snapshot/%{name}-%{version}.tar.bz2
%endif
Source1:	compiz.defaults
Source2:	compiz-window-decorator
Source3:	kstylerc.xinit

# fedora sources bumped by x10
Source11:	compiz-gtk
Source12:	compiz-gtk.desktop
Source13:	compiz-gnome.desktop
Source14:	compiz-gnome.session

Patch0:		compiz-0.9.8.2-rosa-linking.patch
# Patch1:		compiz-0.9.9.0-mga-boost-1.53.patch
# Patch2:		compiz-0.9.9.0-kde4.11.patch
Patch501:	0501-Add-ROSA-graphic-to-the-top-of-the-cube.patch
Patch502:	0502-Use-our-compiz-window-decorator-script-as-the-defaul.patch
Patch503:	0503-Do-not-put-window-decorations-on-KDE-screensaver.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	python-devel
BuildRequires:	python-pyrex
BuildRequires:	python-sexy
BuildRequires:	boost-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(libmetacity-private)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(libxslt)
Requires(post,preun):	GConf2
Requires:	compiz-decorator
Requires:	compositing-wm-common
Provides:	compositing-wm
%rename		compiz-bcop

%description
Compiz is an OpenGL composite manager for Xgl and AIGLX.

%files -f %{name}.lang
%{_bindir}/%{name}
%{_bindir}/%{name}-window-decorator
%{_bindir}/compiz-decorator
%dir %{_libdir}/%{name}
# why do a for loop if all the files go in the same pkg???
%{_libdir}/%{name}/lib*.so
%exclude %{_libdir}/%{name}/libannotate.so
%exclude %{_libdir}/%{name}/libgnomecompat.so
%exclude %{_libdir}/%{name}/libkde.so
# why do a for loop if all the files go in the same pkg???
%{_sysconfdir}/gconf/schemas/%{name}-*.schemas
%exclude %{_sysconfdir}/gconf/schemas/%{name}-annotate.schemas
%exclude %{_sysconfdir}/gconf/schemas/%{name}-gnomecompat.schemas
%exclude %{_sysconfdir}/gconf/schemas/%{name}-kde.schemas
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.png
%{_datadir}/%{name}/*.xml
%exclude %{_datadir}/%{name}/annotate.xml
%exclude %{_datadir}/%{name}/gnomecompat.xml
%exclude %{_datadir}/%{name}/kde.xml
%dir %{_datadir}/%{name}/cube
%dir %{_datadir}/%{name}/cube/images
%{_datadir}/%{name}/cube/images/*.png
%{_datadir}/%{name}/cubeaddon
%{_datadir}/%{name}/mag
%{_datadir}/%{name}/showmouse
%{_datadir}/%{name}/splash
%{_datadir}/applications/%{name}.desktop
%{_datadir}/compositing-wm/%{name}.defaults

#----------------------------------------------------------------------------

%package decorator-gtk
Summary:	GTK window decorator for compiz
Group:		System/X11
Provides:	compiz-decorator
Requires:	%{name} = %{EVRD}

%description decorator-gtk
This package provides a GTK window decorator for the compiz OpenGL
compositing manager.

%files decorator-gtk
%{_bindir}/compiz-gtk
%{_bindir}/gtk-window-decorator
%{_sysconfdir}/gconf/schemas/gwd.schemas
%{_datadir}/applications/compiz-gtk.desktop
# split into gnome pkg ???
%{_datadir}/xsessions/compiz-gnome.desktop
%{_datadir}/gnome-session/sessions/compiz-gnome.session
%{_libdir}/%{name}/libannotate.so
%{_libdir}/%{name}/libgnomecompat.so
%{_datadir}/%{name}/annotate.xml
%{_datadir}/%{name}/gnomecompat.xml
%{_sysconfdir}/gconf/schemas/%{name}-annotate.schemas
%{_sysconfdir}/gconf/schemas/%{name}-gnomecompat.schemas

#----------------------------------------------------------------------------

%package decorator-kde4
Summary:	KDE4 window decorator for compiz
Group:		System/X11
Provides:	compiz-decorator
Requires:	%{name} = %{EVRD}

%description decorator-kde4
This package provides a KDE4 window decorator for the compiz OpenGL
compositing manager.

%files decorator-kde4
%{_bindir}/kde4-window-decorator
%{_libdir}/%{name}/libkde.so
%{_datadir}/%{name}/kde.xml
%{_sysconfdir}/gconf/schemas/%{name}-kde.schemas

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for compiz
Group:		System/X11
Conflicts:	%{name} < 0.5.1

%description -n %{libname}
This package provides shared libraries for compiz.

%files -n %{libname}
%{_libdir}/libdecoration.so.%{major}*
%{_libdir}/libcompiz_core.so.*

#----------------------------------------------------------------------------

%package -n %{libname_devel}
Summary:	Development files for compiz
Group:		Development/X11
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{libname_devel}
This package provides development files for compiz.

%files -n %{libname_devel}
%dir %{_datadir}/%{name}/xslt
%{_includedir}/%{name}/*
%{_libdir}/libcompiz_core.so
%{_libdir}/libdecoration.so
%{_libdir}/pkgconfig/%{name}*.pc
%{_libdir}/pkgconfig/libdecoration.pc
%{_datadir}/cmake/Modules/*cmake
%{_datadir}/%{name}/cmake
%{_datadir}/%{name}/xslt/*.xslt
%{_datadir}/cmake-*/FindCompiz.cmake
%{_datadir}/cmake-*/FindOpenGLES2.cmake


#----------------------------------------------------------------------------

%package -n ccsm
Summary:	Compiz Config Settings Manager
Group:		System/X11
Provides:	python-ccm = %{EVRD}
Requires:	python-compizconfig
BuildArch:	noarch

%description -n ccsm
Configuration tool for Compiz when used with the ccp configuration plugin.

%files -n ccsm -f ccsm.lang
%{_bindir}/ccsm
%{_datadir}/ccsm
%{py_puresitedir}/ccm
%{_datadir}/applications/ccsm.desktop
%{_iconsdir}/hicolor/*/apps/ccsm.*

#----------------------------------------------------------------------------

%package -n %{libcompizconfig}
Summary:	Backend configuration library from Compiz Fusion
Group:		System/X11
Requires:	compizconfig-backends

%description -n %{libcompizconfig}
Backend configuration library from Compiz Fusion.

%files -n %{libcompizconfig}
%{_libdir}/libcompizconfig.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcompizconfig_devel}
Summary:	Development files for libcompizconfig
Group:		Development/X11
Provides:	compizconfig-devel = %{EVRD}
Requires:	%{libcompizconfig} = %{EVRD}

%description -n %{libcompizconfig_devel}
Development files for libcompizconfig.

%files -n %{libcompizconfig_devel}
%{_libdir}/libcompizconfig.so
%{_includedir}/compizconfig
%{_libdir}/pkgconfig/libcompizconfig.pc
%{_datadir}/cmake-*/FindCompizConfig.cmake

#----------------------------------------------------------------------------

%package -n compizconfig-backends
Summary:	Backend modules for libcompizconfig
Group:		System/X11

%description -n compizconfig-backends
Backend modules for libcompizconfig.

%files -n compizconfig-backends
%dir %{_libdir}/compizconfig
%{_libdir}/compizconfig/backends
%{_libdir}/libcompizconfig_gsettings_backend.so

#----------------------------------------------------------------------------

%package -n python-compizconfig
Summary:	Python bindings for libcompizconfig
Group:		System/X11

%description -n python-compizconfig
Python bindings for libcompizconfig.

%files -n python-compizconfig
%{py_platsitedir}/compizconfig*

#----------------------------------------------------------------------------

%prep
%if 0%{bzr}
%setup -qn %{name}-%{version}-%{bzr}
%else
%setup -q
%endif

%apply_patches

%build
export CFLAGS+=" -fno-strict-aliasing -Wno-error=deprecated-declarations" CXXFLAGS+=" -fno-strict-aliasing" FFLAGS+=" -fno-strict-aliasing"

%cmake \
	-DCOMPIZ_PACKAGING_ENABLED=ON \
	-DBUILD_GNOME_KEYBINDINGS=OFF \
	-DCOMPIZ_BUILD_WITH_RPATH=OFF \
	-DCOMPIZ_DISABLE_SCHEMAS_INSTALL=ON \
	-DCOMPIZ_UNUSED_PRIVATE_FIELD_WARNINGS=ON \
	-DCOMPIZ_INSTALL_GCONF_SCHEMA_DIR=%{_sysconfdir}/gconf/schemas ..
%make

%install
%makeinstall_std -C build
pushd build
# This should work, but is buggy upstream:
# make DESTDIR=%{buildroot} findcompiz_install
# So we do this instead:
mkdir -p %{buildroot}%{_datadir}/cmake/Modules
cmake -E copy ../cmake/FindCompiz.cmake %{buildroot}%{_datadir}/cmake/Modules
popd

install -m755 %{SOURCE2} %{buildroot}%{_bindir}/%{name}-window-decorator
install -D -m644 %{SOURCE1} %{buildroot}%{_datadir}/compositing-wm/%{name}.defaults

%find_lang %{name}
%find_lang ccsm

#fedora sources
install %{SOURCE11} %{buildroot}/%{_bindir}

# set up an X session
mkdir -p %{buildroot}%{_datadir}/xsessions
install %{SOURCE13} %{buildroot}/%{_datadir}/xsessions
mkdir -p %{buildroot}%{_datadir}/gnome-session/sessions
install %{SOURCE14} %{buildroot}/%{_datadir}/gnome-session/sessions

desktop-file-install --vendor="" \
	--dir %{buildroot}%{_datadir}/applications \
	%{SOURCE12}

find %{buildroot} -name '*.la' -exec rm -f {} ';'
find %{buildroot} -name '*.a' -exec rm -f {} ';'

# Define the plugins
# NB not all plugins are listed here as some ar packaged separately.
%define plugins annotate blur clone commands cube dbus decoration fade fs gconf glib gnomecompat ini inotify minimize move obs place png regex resize rotate scale screenshot svg switcher video water wobbly zoom
%define schemas compiz-core %(for plugin in %{plugins}; do echo -n " compiz-$plugin"; done)

%ifarch x86_64
mv -f %{buildroot}%{_prefix}/lib/libcompizconfig_gsettings_backend.so %{buildroot}%{_libdir}/
%endif

rm -f %{buildroot}%{py_puresitedir}/*.egg-info

desktop-file-install \
	--vendor="" \
	--remove-category="Compiz" \
	--add-category="GTK" \
	--add-category="Settings" \
	--add-category="DesktopSettings" \
	--add-category="X-MandrivaLinux-CrossDesktop" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.11.1-0.20140708.1
+ Revision: c9bba78
- Move back one 64bit hack



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16088 |14mr|compositing-server-common-2010.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname compositing-server
%define name %{rname}-common
%define version 2010.1
%define release 3

%define xinit_level 01
%define xinit_name %{xinit_level}%{rname}

Name: %name
Version: %version
Release: %release
Summary: Common tools for compositing servers
Group: System/X11
URL: http://www.mandriva.com
Source0: %{rname}.xinit
Source1: %{rname}.sysconfig
License: GPLv2+
BuildRoot: %{_tmppath}/%{name}-root
Requires: glxinfo xauth xdpyinfo
BuildArch: noarch

%description
This package contains tools for compositing servers, such as Xgl and
Xmetisse. This includes X session scripts and configuration files.

%prep
%setup -q -c -T

%install
rm -rf %{buildroot}
install -D -m 0755 %SOURCE0 %{buildroot}%{_sysconfdir}/X11/xinit.d/%{xinit_name}
install -D -m 0644 %SOURCE1 %{buildroot}%{_sysconfdir}/sysconfig/%{rname}
install -d %{buildroot}%{_datadir}/%{rname}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_sysconfdir}/X11/xinit.d/%{xinit_name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{rname}
%dir %{_datadir}/%{rname}





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2010.1-3
+ Revision: 3a79e7a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16089 |14mr|compositing-wm-common-2012.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname compositing-wm
%define imgname rosa-top

Name: 	%{rname}-common
Version: 2012.1
Release: 2
Summary: Common tools for compositing window managers
Group: System/X11
URL: http://www.mandriva.com
Source0: %{rname}.xinit
Source1: %{rname}.sysconfig
Source2: %{rname}-start
Source3: %{imgname}.png
Source5: compiz-manager
License: GPLv2+
Requires: glxinfo
Requires: xvinfo

%description
This package contains tools for compositing window managers, such as
Compiz. This includes X session scripts, configuration files and
images.

%prep
%setup -q -c -T

%install
install -D -m 0755 %{SOURCE0} %{buildroot}%{_sysconfdir}/X11/xinit.d/40%{rname}
install -D -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/%{rname}
install -D -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/%{rname}-start
install -D -m 0755 %{SOURCE5} %{buildroot}%{_bindir}/compiz-manager
install -D -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/%{rname}/%{imgname}.png
perl -pi -e "s!__LIBDIR__!%{_libdir}!" %{buildroot}%{_bindir}/%{rname}-start



# Fix the paths in the compiz-manager script
sed -i "s|/usr/local|/usr|" %{buildroot}%{_bindir}/compiz-manager
sed -i "s|/usr/bin|%{_bindir}|" %{buildroot}%{_bindir}/compiz-manager
sed -i "s|/usr/lib|%{_libdir}|" %{buildroot}%{_bindir}/compiz-manager

# And a default config to override some defaults
mkdir -p %{buildroot}%{_sysconfdir}/xdg/compiz
cat >%{buildroot}%{_sysconfdir}/xdg/compiz/compiz-manager <<EOF
# We start the decorator via compiz' decoration plugin so set it to "no" here.
START_DECORATOR="no"
EOF

%clean

%files
%{_sysconfdir}/X11/xinit.d/*
%config(noreplace) %{_sysconfdir}/sysconfig/%{rname}
%config(noreplace) %{_sysconfdir}/xdg/compiz/compiz-manager
%{_bindir}/%{rname}-start
%{_bindir}/compiz-manager
%dir %{_datadir}/%{rname}
%{_datadir}/%{rname}/%{imgname}.png

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.1-2
+ Revision: 1c9c117
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16090 |14mr|concurrent-1.3.4-7.0.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define _with_gcj_support 1

%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}

Name:           concurrent
Version:        1.3.4
Release:        7.0.10
Epoch:          0
Summary:        Utility classes for concurrent Java programming
License:        Public Domain
Source0:        http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/current/concurrent.tar.gz
Source1:        %{name}-%{version}.build.xml
Patch0:         concurrent-build.patch
URL:            http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
Group:          Development/Java
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
%if ! %{gcj_support}
BuildArch:      noarch
%endif
BuildRequires:  java-rpmbuild >= 0:1.5, ant

%if %{gcj_support}
BuildRequires:       java-gcj-compat-devel
%endif

%description 
This package provides standardized, efficient versions of utility classes
commonly encountered in concurrent Java programming. This code consists of
implementations of ideas that have been around for ages, and is merely intended
to save you the trouble of coding them. Discussions of the rationale and
applications of several of these classes can be found in the second edition of
Concurrent Programming in Java.


%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -c -q
mkdir -p src/EDU/oswego/cs/dl/util
mv concurrent src/EDU/oswego/cs/dl/util
# Build with debug on
pushd src/EDU/oswego/cs/dl/util/concurrent
%patch0
popd


%build
pushd src/EDU/oswego/cs/dl/util/concurrent

%{ant} \
  -Dversion=%{version} \
  -Dj2se.apiurl=%{_javadocdir}/java \
  dist javadoc

popd

%install
rm -fr $RPM_BUILD_ROOT
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 src/EDU/oswego/cs/dl/util/concurrent/lib/%{name}.jar \
               $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr src/EDU/oswego/cs/dl/util/concurrent/docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/*.jar
%doc src/EDU/oswego/cs/dl/util/concurrent/intro.html

%if %{gcj_support}
%attr(-,root,root) %{_libdir}/gcj/%{name}/concurrent-1.3.4.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.3.4-7.0.10
+ Revision: f96fa57
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16091 |14mr|conntrack-tools-1.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Userspace tools for interacting with the Connection Tracking System
Name:		conntrack-tools
Version:	1.4.2
Release:	4
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://www.netfilter.org/projects/conntrack-tools/index.html
Source0:	http://netfilter.org/projects/conntrack-tools/files/%{name}-%{version}.tar.bz2
Source1:	http://netfilter.org/projects/conntrack-tools/files/%{name}-%{version}.tar.bz2.sig
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	pkgconfig
BuildRequires:	pkgconfig(libmnl) >= 1.0.3
BuildRequires:	pkgconfig(libnetfilter_conntrack) >= 1.0.4
BuildRequires:	pkgconfig(libnetfilter_cttimeout) >= 1.0.0
BuildRequires:	pkgconfig(libnfnetlink) >= 1.0.1
BuildRequires:  pkgconfig(libnetfilter_queue) >= 1.0.2
BuildRequires:  pkgconfig(libnetfilter_cthelper) >= 1.0.0
BuildRequires:	pkgconfig(libtirpc)

%description
The conntrack-tools are a set of tools targeted at system administrators.
They are conntrack, the userspace command line interface, and conntrackd,
the userspace daemon. The tool conntrack provides a full featured interface
that has replaced the old procfs interface. Using conntrack, you can view and
manage the in-kernel connection tracking state table from userspace. On the
other hand, conntrackd covers the specific aspects of stateful firewalls to
enable highly available scenarios, and can be used as statistics collector as
well.

%prep
%setup -q

%build
%configure2_5x \
    --disable-static
%make

%install
%makeinstall_std

%files
%doc AUTHORS TODO doc/stats/conntrackd.conf
%{_sbindir}/conntrack
%{_sbindir}/conntrackd
%{_sbindir}/nfct
%{_libdir}/%{name}
%{_mandir}/man8/conntrack.8*
%{_mandir}/man8/conntrackd.8*
%{_mandir}/man8/nfct.8*

%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-4
+ Revision: 2bd2be0
- Build with libtirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16092 |14mr|coreutils-8.19-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The GNU core utilities: a set of tools commonly used in shell scripts
Name:		coreutils
Version:	8.19
Release:	8
License:	GPLv3+
Group:		System/Base
Url:		http://www.gnu.org/software/coreutils/
Source0:	http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
Source1:	http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig

# fileutils
Patch101:	coreutils-8.2-spacedir.patch
Patch1155:	coreutils-8.2-force-option--override--interactive-option.patch
Patch118:	fileutils-4.1-ls_h.patch
Patch500:	coreutils-8.3-mem.patch

# sh-utils

#add info about TZ envvar to date manpage
Patch703:	coreutils-6.11-dateman.patch
# RMS will never accept the PAM patch because it removes his historical
# rant about Twenex and the wheel group, so we'll continue to maintain
# it here indefinitely.
Patch706:	coreutils-8.7-pam.patch
Patch713:	coreutils-4.5.3-langinfo.patch

# (sb) lin18nux/lsb compliance - normally from here:
# http://www.openi18n.org/subgroups/utildev/patch/
# this one is actually a merger of 5.2 and 5.3, as join segfaults
# compiled with gcc4 and the 5.1/5.2 patch
# fwang: we often get this patch from fedora
Patch800:	coreutils-8.19-new-i18n.patch

Patch909:	coreutils-5.1.0-64bit-fixes.patch

# https://qa.mandriva.com/show_bug.cgi?id=38577
Patch911:	coreutils-8.3-groupfix.patch

Patch1011:	coreutils-8.14-DIR_COLORS-mdkconf.patch
#(peroyvind): fix a test that fails to compile with -Werror=format-security
Patch1014:	coreutils-8.8-check-string-format.patch

# fedora patches
#add note about no difference between binary/text mode on Linux - md5sum manpage
Patch2101:	coreutils-8.9-manpages.patch
#temporarily workaround probable kernel issue with TCSADRAIN(#504798)
Patch2102:	coreutils-8.19-sttytcsadrain.patch
#do display processor type for uname -p/-i based on uname(2) syscall
Patch2103:	coreutils-8.2-uname-processortype.patch
#df --direct
Patch2104:	coreutils-8.9-df-direct.patch
#Fix mkstemp on sparc64
Patch2105:	coreutils-mkstemp.patch

#getgrouplist() patch from Ulrich Drepper.
Patch2908:	coreutils-8.14-getgrouplist.patch
#Prevent buffer overflow in who(1) (bug #158405).
Patch2912:	coreutils-overflow.patch

BuildRequires:	automake
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gettext
BuildRequires:	strace
BuildRequires:	tar
BuildRequires:	texinfo
BuildRequires:	termcap-devel
BuildRequires:	pam-devel
BuildRequires:	acl-devel
BuildRequires:	attr-devel
BuildRequires:	gmp-devel
BuildRequires:	libcap-devel

%rename		mktemp

Provides:	stat = %{version}
Provides:	%{_bindir}/env
Provides:	/bin/env
Provides:	%{_bindir}/tr
Provides:	/bin/rm
Provides:	/bin/cp
Provides:	/bin/stty
Provides:	/bin/ln
Provides:	/bin/mktemp
Requires:	coreutils-doc

%description
This package is the union of the old GNU fileutils, sh-utils, and 
textutils packages.

These tools are the GNU versions of common useful and popular
file & text utilities which are used for:
- file management
- shell scripts
- modifying text file (spliting, joining, comparing, modifying, ...)

Most of these programs have significant advantages over their Unix
counterparts, such as greater speed, additional options, and fewer
arbitrary limits.

%files -f %{name}.lang
%config(noreplace) %{_sysconfdir}/D*
%doc README
/bin/*
%{_bindir}/*
%{_sbindir}/chroot
%dir %{_libdir}/coreutils
%{_libdir}/coreutils/libstdbuf.so

#----------------------------------------------------------------------------

%package doc
Summary:	Coreutils documentation in info format
Group:		Documentation
Requires:	coreutils
BuildArch:	noarch

%description doc
This package contains coreutils documentation in GNU info format.

%files doc
%doc ABOUT-NLS ChangeLog.bz2 NEWS THANKS TODO
%{_infodir}/coreutils*
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%prep
%setup -q

# fileutils
# (tpg) seems to be fixed
#%patch101 -p1 -b .space~
%patch1155 -p1 -b .override~
%patch118 -p1 -b .lsh~

# textutils
%patch500 -p1

# sh-utils
%patch703 -p1 -b .dateman~
%patch713 -p1 -b .langinfo~

# li18nux/lsb
%patch800 -p1 -b .i18n~

%patch909 -p1 -b .64bit~
%patch911 -p1 -b .groups~

%patch1011 -p1 -b .colors_mdkconf~
%patch1014 -p1 -b .str_fmt~

%patch2101 -p1 -b .manpages~
%patch2102 -p1 -b .tcsadrain~
%patch2103 -p1 -b .sysinfo~
# (tpg) not needed for now
#%patch2104 -p1 -b .dfdirect~

%ifnarch %{arm}
%patch2105 -p1 -b .sparc~
%endif

%patch2908 -p1 -b .getgrouplist~
%patch2912 -p1 -b .overflow~

chmod a+x tests/misc/sort-mb-tests tests/misc/id-context
chmod +w ./src/dircolors.h
./src/dcgen ./src/dircolors.hin > ./src/dircolors.h

export DEFAULT_POSIX2_VERSION=199209
aclocal -I m4
automake --gnits --add-missing
autoconf
bzip2 -9 ChangeLog

%build
export CFLAGS="%{optflags} -fPIC -D_GNU_SOURCE=1"

%configure2_5x \
	--enable-largefile \
	--enable-pam \
	--enable-no-install-program=arch,hostname,uptime,kill \
	--without-selinux \
	--disable-rpath \
	--disable-silent-rules

%make

%check
#(proyvind): check suite randomly fails on build hosts, unable to reproduce
#            locally, so just disable for now.. :(
#%make check

%install
%makeinstall_std

# man pages are not installed with make install
make mandir=%{buildroot}%{_mandir} install-man

# let be compatible with old fileutils, sh-utils and textutils packages :
mkdir -p %{buildroot}{/bin,%{_bindir},%{_sbindir},%{_sysconfdir}/pam.d}
for f in basename cat chgrp chmod chown cp cut date dd df echo env expr false id link ln ls mkdir mknod mktemp mv nice pwd rm rmdir sleep sort stat stty sync touch true uname unlink tac
do
	mv %{buildroot}/{%{_bindir},bin}/$f
done

# chroot was in /usr/sbin :
mv %{buildroot}/{%{_bindir},%{_sbindir}}/chroot
# {cat,sort,cut} were previously moved from bin to /usr/bin and linked into 
for f in cut env expr tac; do
	ln -s /bin/$f %{buildroot}%{_bindir}/$f
done

install -m644 src/dircolors.hin -D %{buildroot}%{_sysconfdir}/DIR_COLORS

#TV# find_lang look for LC_MESSAGES, not LC_TIME:
find %{buildroot}%{_datadir}/locale/ -name coreutils.mo | fgrep LC_TIME | xargs rm -f
%find_lang %{name}


%changelog
* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 8.19-8
+ Revision: 27002d2
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16093 |14mr|cpio-2.11-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GNU archiving program
Name:		cpio
Version:	2.11
Release:	10
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://www.gnu.org/software/cpio/
Source:		ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.bz2
Source1:	ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.bz2.sig
Patch4:		cpio-2.11-stdout.patch
Patch5:		cpio-2.11.disable.static.patch
BuildRequires:	bison
BuildRequires:	texinfo
BuildRequires:	gettext-devel
Requires:	rmt

%description
GNU cpio copies files into or out of a cpio or tar archive.  Archives
are files which contain a collection of other files plus information
about them, such as their file name, owner, timestamps, and access
permissions.  The archive can be another file on the disk, a magnetic
tape, or a pipe.  GNU cpio supports the following archive formats:  binary,
old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar and POSIX.1
tar.  By default, cpio creates binary format archives, so that they are
compatible with older cpio programs.  When it is extracting files from
archives, cpio automatically recognizes which kind of archive it is reading
and can read archives created on machines with a different byte-order.

Install cpio if you need a program to manage file archives.

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog README NEWS
/bin/cpio
/bin/cpiostatic
%{_infodir}/cpio.*
%{_mandir}/man1/cpio.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch4 -p1
%patch5 -p1

%build
autoreconf -fi
export CPPFLAGS="%{optflags} -DHAVE_LSTAT=1"
%configure2_5x \
	--bindir=/bin \
	--with-rmt=/sbin/rmt \
	--disable-rpath

%make

%check
make check

%install
%makeinstall_std

%find_lang %{name}

# remove unpackaged file
rm -f %{buildroot}%{_mandir}/man1/mt.*


%changelog
* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.11-10
+ Revision: c436e26
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16094 |14mr|cppunit-1.13.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 1.13
%define libname %mklibname cppunit %{api}_%{major}
%define develname %mklibname cppunit -d

Summary:	C++ port of JUnit Testing Framework
Name:		cppunit
Version:	1.13.2
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://cppunit.sourceforge.net/
Source0:	http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.gz
Patch0:		cppunit-1.11.4-missing-include.patch
Patch1:		cppunit-1.12.1-no_lib_in_cppunit-config.diff

%description
CppUnit is the C++ port of the famous JUnit framework for unit
testing. Test output is in XML for automatic testing and GUI
based for supervised tests.

%package -n %{libname}
Summary:	C++ port of JUnit Testing Framework
Group:		System/Libraries

%description -n	%{libname}
CppUnit is the C++ port of the famous JUnit framework for unit
testing. Test output is in XML for automatic testing and GUI
based for supervised tests.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	lib%{name}%{api}-devel = %{version}-%{release}
Obsoletes:	%{mklibname cppunit 1.12_0 -d}

%description -n %{develname}
CppUnit is the C++ port of the famous JUnit framework for unit
testing. Test output is in XML for automatic testing and GUI
based for supervised tests.

%prep

%setup -q
%patch0 -p1
%patch1 -p0

%build
%configure2_5x \
    --enable-shared \
    --disable-static \
    --disable-doxygen \
    --disable-dot \
    --disable-html-docs \
    --disable-latex-docs

# <oden> somehow LIBADD_DL is ignored, is that an intentional change?
perl -pi -e "s|^LIBS =.*|LIBS = -lm -ldl|g" src/cppunit/Makefile

%make

%install

%makeinstall_std

#(tpg) do not duplicate docs
rm -rf  %{buildroot}%{_datadir}/doc/cppunit

# clean up
rm -rf %{buildroot}%{_datadir}/cppunit
rm -f %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%{_libdir}/libcppunit-%{api}.so.%{major}*

%files -n %{develname}
%doc AUTHORS NEWS README THANKS ChangeLog
%{_bindir}/cppunit-config
%{_bindir}/DllPlugInTester
%{_libdir}/*.so
%{_includedir}/cppunit
%{_datadir}/aclocal/cppunit.m4
%{_mandir}/man1/*
%{_libdir}/pkgconfig/cppunit.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.13.2-2
+ Revision: 1c12d07
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16095 |14mr|cpqarrayd-2.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Monitors SmartArray controllers and notifies via SNMP and syslog
Name:		cpqarrayd
Version:	2.3
Release:	12
License:	GPL
Group:		System/Servers
URL:		http://www.strocamp.net/opensource/
Source0:	http://www.strocamp.net/opensource/compaq/downloads/%{name}-%{version}.tar.bz2
Patch0:		cpqarrayd-2.3.no_ida.patch
Patch1:		cpqarrayd-2.3-message-overrun.patch
Patch2:		cpqarrayd-2.3-fix-str-fmt.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires:	net-snmp
BuildRequires:	net-snmp-devel
BuildRequires:	openssl-devel
BuildRequires:	kernel-source
BuildRequires:	libtool
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This tool can run on a linux based intel box with a smart array controller from
Compaq. It reports status changes in the disks both to the syslog and to a snmp
trap host. The default is to only log to the syslog. You can specify traphosts
with the -t parameter at the commandline. Multiple traphosts are allowed. It
checks for valid input, but any errors are non-fatal, in fact the traphost is
just ignored. To ensure correct opereration compile it for the same kernel that
runs on the machine where you want to use this. At least make sure that the
version of the SmartArray driver is the same. Strange things can happen
otherwise.

%prep

%setup -q
%patch0 -p1 -b .no_ida
%patch1 -p1 -b .message-overrun
%patch2 -p0

chmod 644 AUTHORS ChangeLog NEWS README

%build
rm -rf .deps
rm -f configure
#libtoolize --force --copy; aclocal; autoheader; automake --add-missing --copy --foreign; autoconf
autoreconf -fiv

%configure2_5x \
    --with-kernel=/usr/src/linux

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig

%makeinstall

perl -i -p -e 's:\@installroot\@:%{prefix}:;' scripts/cpqarrayd

install -m0755 scripts/cpqarrayd %{buildroot}%{_initrddir}
install scripts/cpqarrayd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/cpqarrayd

%post
%_post_service cpqarrayd

%preun
%_preun_service cpqarrayd

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%attr(0755,root,root) %{_initrddir}/cpqarrayd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/cpqarrayd
%{_sbindir}/cpqarrayd
%{_mandir}/man1/cpqarrayd.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3-12
+ Revision: 22d9779
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16096 |14mr|cpuinfo-1.0-0.20110325.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svndate	20110325
%define	major	1
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d
%define	static	%mklibname %{name} -d -s

%bcond_without	perl
%bcond_without	python

Summary:	A CPU identification tool and library

Name:		cpuinfo
Version:	1.0
Release:	%{?svndate:0.%{svndate}.}4
# based on branch at https://code.launchpad.net/cpuinfo/trunk, please don't
# replace until merged upstream
Source0:	%{name}-%{version}%{?svndate:-%{svndate}}.tar.xz
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://gwenole.beauchesne.info/projects/cpuinfo/
ExclusiveArch:	%{ix86} x86_64 ppc ppc64 ia64
%if %{with perl}
BuildRequires:	perl-devel
%endif
%if %{with python}
BuildRequires:	python-devel python-setuptools
%endif

%description
cpuinfo consists of an API/library used by programs to get information
about the underlying CPU. Such information includes CPU vendor, model
name, cache hierarchy, and supported features (e.g. CMP, SMT, and
SIMD). cpuinfo is also a standalone program to demonstrate the use of
this API.

%package -n	%{libname}
Summary:	Library for cpuinfo

Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with cpuinfo.

%package -n	%{devname}
Summary:	Development files for cpuinfo

Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
%rename		%{name}-devel

%description -n	%{devname}
This package contains headers and libraries needed to use cpuinfo's
processor characterisation features in your programs.

%package -n	%{static}
Summary:	Static library for cpuinfo

Group:		Development/C
Provides:	%{name}-static-devel = %{version}-%{release}
Requires:       %{devname} = %{version}-%{release}

%description -n	%{static}
This package contains static libraries needed to statically link cpuinfo's
processor characterisation features in your programs.

%if %{with perl}
%package -n	perl-Cpuinfo
Summary:	Perl bindings for cpuinfo

Group:		Development/Perl

%description -n	perl-Cpuinfo
Provides a Perl API to the cpuinfo library.
%endif

%if %{with python}
%package -n	python-cpuinfo
Summary:	Python bindings for cpuinfo

Group:		Development/Perl

%description -n python-cpuinfo
Provides a Python API to the cpuinfo library.
%endif

%prep
%setup -q

%build
%configure \
	--enable-shared \
%if %{with perl}
	--enable-perl=vendor \
%endif
%if %{with python}
	--enable-python \
%endif
	--install-sdk
LDFLAGS="%{ldflags}" %make

%install
%makeinstall_std

# nuke unpackaged files
find %{buildroot} -name cpuinfo.pl -exec rm -f {} \;
find %{buildroot} -name perllocal.pod -exec rm -f {} \;
find %{buildroot} -name .packlist -exec rm -f {} \;

%files
%doc README COPYING NEWS
%{_bindir}/cpuinfo

%files -n %{libname}
%{_libdir}/libcpuinfo.so.%{major}*

%files -n %{devname}
%{_includedir}/cpuinfo.h
%{_libdir}/pkgconfig/libcpuinfo.pc
%{_libdir}/libcpuinfo.so

%files -n %{static}
%{_libdir}/libcpuinfo.a

%if %{with perl}
%files -n perl-Cpuinfo
%doc src/bindings/perl/cpuinfo.pl
%{perl_vendorarch}/Cpuinfo.pm
%dir %{perl_vendorarch}/auto/Cpuinfo
%{perl_vendorarch}/auto/Cpuinfo/*
%endif

%if %{with python}
%files -n python-cpuinfo
%{py_platsitedir}/CPUInfo.so
%dir %{py_platsitedir}/pycpuinfo-*.egg-info/
%{py_platsitedir}/pycpuinfo-*.egg-info/*
%endif



%changelog
* Tue May 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-0.20110325.4
+ Revision: d19d5c1
- Rebuild with new perl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16097 |14mr|cpuset-1.5.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Allows manipulation of cpusets on system and provides higher level functions
Name:		cpuset
Version:	1.5.5
Release:	4
License:	GPLv2
Group:		System/Kernel and hardware
URL:		http://code.google.com/p/cpuset
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildArch:	noarch

%description
Cpuset is a Python application to make using the cpusets facilities in the
Linux kernel easier.  The actual included command is called cset and it allows
manipulation of cpusets on the system and provides higher level functions such
as implementation and control of a basic CPU shielding setup.

%prep
%setup -q

%build
CFLAGS="%{optflags}" \
python setup.py build
#make doc  ->not yet, asciidoc is missing...

%install
# Install binaries, but do not install docs via setup.py
python setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-data=/eraseme
rm -rf %{buildroot}/eraseme

# Install documentation
mkdir -p %{buildroot}/%{_defaultdocdir}/cpuset
cp NEWS README INSTALL AUTHORS COPYING cset.init.d %{buildroot}/%{_defaultdocdir}/cpuset/
mkdir -p %{buildroot}/%{_mandir}/man1
cd doc
cp *.1 %{buildroot}/%{_mandir}/man1
cp *.txt %{buildroot}/%{_defaultdocdir}/cpuset/
mkdir %{buildroot}/%{_defaultdocdir}/cpuset/html
cp *.html %{buildroot}/%{_defaultdocdir}/cpuset/html/

%files
%{_bindir}/cset
%{python_sitelib}/*
%{_mandir}/man1/*
%{_defaultdocdir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.5-4
+ Revision: b1ee689
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16098 |14mr|crack-attack-1.1.14-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		crack-attack
Summary:	Tetris like game
Version:	1.1.14
Release:	24
Group:		Games/Arcade
License:	GPL
Url:		http://www.nongnu.org/crack-attack/
Source0:	http://savannah.nongnu.org/download/crack-attack/%{name}-%{version}.tar.bz2
Source11:	%{name}-48.png
Source12:	%{name}-32.png
Source13:	%{name}-16.png
Source4:	crack-attack-scripts.tar.bz2
Source5:	crack-attack-1.1.10-man6-page.bz2
Patch0:		crack-attack-1.1.14-fix-str-fmt.patch
Patch3:		crack-attack-1.1.14-dont-segfault-i865g.patch
Patch4:		crack-attack-1.1.14-ipv6-patch
Patch5:		crack-attack-1.1.14-gcc43.patch
Patch6:		crack-attack-1.1.14-freeglut-init.patch
BuildRequires:	autoconf
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xmu)
Requires:	zenity
Suggests:	crack-attack-music
Suggests:	crack-attack-sounds

%description
'Crack Attack!' is a free OpenGL game
based on the Super Nintendo classic Tetris Attack.

%prep
%setup -q -a 4
%patch0 -p0 -b .str
%patch3 -p0 -b .seg
# http://lists.gnu.org/archive/html/crack-attack-devel/2005-05/msg00002.html
%patch4 -p0
%patch5 -p1 -b .gcc43
# This patch will be needed after we switch to freeglut:
#%patch6 -p1
bzcat %{SOURCE5} > doc/crack-attack.6

perl -pi -e "s|^CXXFLAGS.*|CXXFLAGS = $RPM_OPT_FLAGS -DNDEBUG|" src/Makefile*

%build
autoreconf -fi
%configure2_5x	--bindir=%{_gamesbindir} \
		--datadir=%{_gamesdatadir} \
		--enable-sound
%make

%install
%makeinstall_std

install -D -m 755 crack-attack-{solo,create-server,join-server} %{buildroot}%{_gamesbindir}/

install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

rm -rf %{buildroot}%{_mandir}/man1/crack-attack.1
install -m644 doc/crack-attack.6 -D %{buildroot}%{_mandir}/man6/crack-attack.6

install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Crack Attack!
Exec=crack-attack
Icon=crack-attack
Terminal=false
Type=Application
Categories=ArcadeGame;Game;
StartupNotify=false
EOF

%files
%doc doc/*.html doc/*.jpg
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_mandir}/man6/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.14-24
+ Revision: 0bfa99c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16099 |14mr|crack-attack-music-1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name crack-attack-music
%define version 1
%define release 14

Summary:	Music files for crack-attack
Name:		%{name}
Version:	%{version}
Release: 	%{release}
Url:		http://www.miguev.net/misc/
Source0:	%{name}.tar.bz2
Group:		Games/Arcade
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	crack-attack >= 1.1.10-5mdk
BuildArch:	noarch

%description
'Crack Attack!' is a free OpenGL game
based on the Super Nintendo classic Tetris Attack.

This package provides music to enhance the gaming experience.
%prep
%setup -q  -n data

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_gamesdatadir}/crack-attack/
cp -a music $RPM_BUILD_ROOT%{_gamesdatadir}/crack-attack/music

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_gamesdatadir}/crack-attack/music/




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-14
+ Revision: 898c361
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16100 |14mr|crack-attack-sounds-1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name crack-attack-sounds
%define version 1
%define release 13

Summary:	Sound files for crack-attack
Name:		%{name}
Version:	%{version}
Release: 	%{release}
Url:		http://www.miguev.net/misc/
Source0:	%{name}.tar.bz2
Group:		Games/Arcade
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	crack-attack >= 1.1.10-5mdk
BuildArch:	noarch

%description
'Crack Attack!' is a free OpenGL game
based on the Super Nintendo classic Tetris Attack.

This package provides sounds to enhance the gaming experience.
%prep
%setup -q  -n data

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_gamesdatadir}/crack-attack/
cp -a sounds $RPM_BUILD_ROOT%{_gamesdatadir}/crack-attack/sounds

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_gamesdatadir}/crack-attack/sounds




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-13
+ Revision: cee4b06
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16101 |14mr|cracklib-2.8.18-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define root	crack

%define _enable_libtoolize 1

%define major		2
%define libname		%mklibname %root %major
%define develname	%mklibname %root -d

Summary:	A password-checking library
Name:		cracklib
Version:	2.8.18
Release:	4
Group:		System/Libraries
License:	LGPLv2
URL:		http://sourceforge.net/projects/cracklib/
Source0:	http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
Source1:        http://prdownloads.sourceforge.net/cracklib/cracklib-words.bz2
Source10:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Domains.bz2
Source11:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Dosref.bz2
Source12:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Ftpsites.bz2
Source13:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Jargon.bz2
Source14:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/common-passwords.txt.bz2
Source15:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/etc-hosts.bz2
Source16:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Movies.bz2
Source17:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Python.bz2
Source18:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Trek.bz2
Source19:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/LCarrol.bz2
Source20:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/Paradise.Lost.bz2
Source21:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/cartoon.bz2
Source22:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/myths-legends.bz2
Source23:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/sf.bz2
Source24:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/shakespeare.bz2
Source25:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/ASSurnames.bz2
Source26:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Congress.bz2
Source27:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Family-Names.bz2
Source28:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Given-Names.bz2
Source29:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/famous.bz2
Source30:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/fast-names.bz2
Source31:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/female-names.bz2
Source32:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/male-names.bz2
Source33:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.french.bz2
Source34:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.hp.bz2
Source35:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/other-names.bz2
Source36:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/surnames.finnish.bz2
Patch0:		cracklib-2.8.15-fix-python-path.patch
Patch1:		cracklib-2.8.15-inttypes.patch
Patch2:		cracklib-2.8.12-gettext.patch
Conflicts:	libcrack2 < 2.8.15
Conflicts:	lib64crack2 < 2.8.15
BuildRequires:	gettext-devel

%description
CrackLib tests passwords to determine whether they match certain
security-oriented characteristics. You can use CrackLib to stop
users from choosing passwords which would be easy to guess. CrackLib
performs certain tests: 

* It tries to generate words from a username and gecos entry and 
  checks those words against the password;
* It checks for simplistic patterns in passwords;
* It checks for the password in a dictionary.

CrackLib is actually a library containing a particular
C function which is used to check the password, as well as
other C functions. CrackLib is not a replacement for a passwd
program; it must be used in conjunction with an existing passwd
program.

Install the cracklib package if you need a program to check users'
passwords to see if they are at least minimally secure. If you
install CrackLib, you'll also want to install the cracklib-dicts
package.

%package -n	%{libname}
Summary:	A password-checking library
Group:		System/Libraries
Obsoletes:	cracklib < %{version}-%{release}

%description -n %{libname}
CrackLib tests passwords to determine whether they match certain
security-oriented characteristics.

%package -n	%{libname}-python
Summary:	A password-checking library
Group:		System/Libraries
Obsoletes:	cracklib-python < %{version}-%{release}
BuildRequires: python-devel

%description -n %{libname}-python
CrackLib tests passwords to determine whether they match certain
security-oriented characteristics.

%package	dicts
Summary:	The standard CrackLib dictionaries
Group:		System/Libraries

%description	dicts
The cracklib-dicts package includes the CrackLib dictionaries.
CrackLib will need to use the dictionary appropriate to your system,
which is normally put in /usr/share/dict/words.  Cracklib-dicts also contains
the utilities necessary for the creation of new dictionaries.

If you are installing CrackLib, you should also install cracklib-dicts.

%package -n	%{develname}
Summary:	Cracklib link library & header file
Group:		Development/C
Provides:	lib%{root}-devel = %{version}-%{release}
Provides:	%{root}lib-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Obsoletes:	cracklib-devel < %{version}-%{release}
Obsoletes:	%{mklibname crack 2 -d} < %{version}-%{release}

%description -n	%{develname}
The cracklib devel package include the needed library link and
header files for development.

%prep
%setup -q
%patch0 -p0
cp -p lib/packer.h lib/packer.h.in
%patch1 -p1 -b .inttypes
%patch2 -p1 -b .gettext

autoreconf -fi

for dict in %{SOURCE1} %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} \
    %{SOURCE15} %{SOURCE16} %{SOURCE17} %{SOURCE18} %{SOURCE19} %{SOURCE20} %{SOURCE21} \
    %{SOURCE22} %{SOURCE23} %{SOURCE24} %{SOURCE25} %{SOURCE26} %{SOURCE27} %{SOURCE28} \
    %{SOURCE29} %{SOURCE30} %{SOURCE31} %{SOURCE32} %{SOURCE33} %{SOURCE34} %{SOURCE35} \
    %{SOURCE36} %{SOURCE1}; do
    cp ${dict} dicts/
done
bunzip2 dicts/*.bz2

%build
%configure2_5x --libdir=/%{_lib}
%make

%install
%makeinstall_std

chmod 0755 ./util/cracklib-format ./util/cracklib-packer
./util/cracklib-format dicts/* | ./util/cracklib-packer %{buildroot}%{_datadir}/cracklib/pw_dict

ln -s cracklib-format %{buildroot}%{_sbindir}/mkdict
ln -s cracklib-packer %{buildroot}%{_sbindir}/packer

ln -s %{_datadir}/cracklib/pw_dict.hwm %{buildroot}%{_libdir}/cracklib_dict.hwm
ln -s %{_datadir}/cracklib/pw_dict.pwd %{buildroot}%{_libdir}/cracklib_dict.pwd
ln -s %{_datadir}/cracklib/pw_dict.pwi %{buildroot}%{_libdir}/cracklib_dict.pwi

install -m644 lib/packer.h %{buildroot}%{_includedir}/

%find_lang %{name}

%files -n %{libname}
/%{_lib}/*.so.%{major}*

%files -n %{libname}-python
%{py_platsitedir}/cracklib*
%{py_platsitedir}/_cracklib*

%files -f %{name}.lang
%doc AUTHORS NEWS README*

%files -n %{develname}
%{_includedir}/*
/%{_lib}/*.so
/%{_lib}/*.*a

%files dicts
%{_sbindir}/*
%{_datadir}/%{name}
%{_libdir}/cracklib_dict.*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8.18-4
+ Revision: da53fdc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16102 |14mr|crda-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		crda
Version:	1.1.2
Release:	2
Summary:	Software to upload wireless regulatory information into kernel
License:	ISC
Group:		System/Configuration/Hardware
URL:		http://linuxwireless.org/en/developers/Regulatory/CRDA
Source0:	http://wireless.kernel.org/download/crda/crda-%{version}.tar.bz2
Requires:	udev
Requires:	wireless-regdb
BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	python-m2crypto
BuildRequires:	wireless-regdb
Patch0:		libnl31-support.diff

%description
CRDA acts as the udev helper for communication between the kernel and
userspace for regulatory compliance. It relies on nl80211 for
communication. CRDA is intended to be run only through udev
communication from the kernel. The user should never have to run it
manually except if debugging udev issues.

%prep
%setup -q
%patch0 -p2

%build
export CFLAGS="%{optflags}"
%make 
#CFLAGS="%{optflags}" V=1

%install
%makeinstall_std
mkdir -p %{buildroot}%{_prefix}/lib/crda

%files
%defattr(0644,root,root,0755)
%doc LICENSE
%dir %{_prefix}/lib/crda
%{_mandir}/man8/crda.8*
%{_mandir}/man8/regdbdump.8*
/lib/udev/rules.d/85-regulatory.rules
%defattr(0755,root,root,0755)
/sbin/crda
/sbin/regdbdump

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.2-2
+ Revision: bdf6a91
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16103 |14mr|crimson-1.1.3-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#


%define section free

Name: crimson
Epoch: 0
Version: 1.1.3
Release: 22
Summary: Java XML parser

Group: Development/Java
#Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:%{_vendor}}
#Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
License: Apache Software License
URL: http://xml.apache.org/%{name}
Source0: http://xml.apache.org/dist/%{name}/%{name}-%{version}-src.tar.gz
Patch0: %{name}-noapis.patch
Patch1: %{name}-javac6-build.patch
Patch2: %{name}-javac-target-15.patch
Provides: jaxp_parser_impl
BuildArch: noarch

BuildRequires: ant
BuildRequires: java-rpmbuild >= 0:1.6
BuildRequires: xml-commons-apis
Requires: xml-commons-apis
Requires(post): update-alternatives
Requires(preun): update-alternatives
Requires: jpackage-utils >= 0:1.6
BuildRequires: java-1.7.0-openjdk-devel

%description
Crimson is a Java XML parser which supports XML 1.0 via the following
APIs:
- Java API for XML Processing (JAXP) 1.1 minus the javax.xml.transform
package. JAXP is a pluggable API that allows applications to access XML
documents in a parser-independent manner. It endorses the industry
standard SAX and DOM APIs and also adds a few classes under the
javax.xml.parsers package to implement pluggability and utility methods
Note: the javax.xml.transform package hierarchy of JAXP is not
implemented by Crimson. One implementation of javax.xml.transform can be
found at Xalan Java 2.
- SAX 2.0
- SAX2 Extensions version 1.0
- DOM Level 2 Core Recommendation

%package manual
Summary: Manual for %{name}
Group: Development/Java

%description manual
Documentation for %{name}.

%package javadoc
Summary: Javadoc for %{name}
Group: Development/Java

%description javadoc
Javadoc for %{name}.

%package demo
Summary: Demo for %{name}
Group: Development/Java
Requires: %{name} = %{epoch}:%{version}-%{release}

%description demo
Demonstrations and samples for %{name}.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0

# -----------------------------------------------------------------------------

%build
export OPT_JAR_LIST=:
export CLASSPATH=$(build-classpath xml-commons-apis)
%{ant} jar javadoc

# -----------------------------------------------------------------------------

%install
# jars
%__mkdir_p %{buildroot}%{_javadir}
cp -p build/%{name}.jar \
    %{buildroot}%{_javadir}/%{name}-%{version}.jar
(
    cd %{buildroot}%{_javadir}
    for jar in *-%{version}*; do 
        %{__ln_s} -f ${jar} `echo $jar | sed "s|-%{version}||g"`
    done
)

# javadoc
%__mkdir_p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/docs/api/* \
    %{buildroot}%{_javadocdir}/%{name}-%{version}
%__ln_s %{name}-%{version} \
    %{buildroot}%{_javadocdir}/%{name} # ghost symlink

# demo
%__mkdir_p %{buildroot}%{_datadir}/%{name}
cp -pr examples %{buildroot}%{_datadir}/%{name}

# jaxp_parser_impl ghost symlink
%__ln_s %{_sysconfdir}/alternatives \
    %{buildroot}%{_javadir}/jaxp_parser_impl.jar

# -----------------------------------------------------------------------------

%post
update-alternatives --install %{_javadir}/jaxp_parser_impl.jar \
    jaxp_parser_impl %{_javadir}/%{name}.jar 20

%preun
if [ "$1" -eq 0 ]; then
    update-alternatives --remove jaxp_parser_impl %{_javadir}/%{name}.jar
fi

%files
%defattr(0644,root,root,0755)
%doc ChangeLog README.txt
%{_javadir}/%{name}*.jar
%ghost %{_javadir}/jaxp_parser_impl.jar

%files manual
%defattr(0644,root,root,0755)
%doc docs/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.3-22
+ Revision: 2a58b17
- Rebuild with java 7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16104 |14mr|cronie-1.4.11-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without pam
%bcond_without audit
%bcond_without inotify

Summary:	Cron daemon for executing programs at set times
Name:		cronie
Version:	1.4.11
Release:	20
License:	MIT and BSD
Group:		System/Servers
URL:		https://fedorahosted.org/cronie
Source0:	https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
Source1:	anacron-timestamp
Source2:	crond.pam
Patch0:		cronie-1.4.8-lsb_header_fix.patch
Patch1:		correct-env.patch
Patch2:		unitfile-killprocess.patch

%if %{with pam}
Requires:	pam
Buildrequires:	pam-devel
%endif
%if %{with audit}
Buildrequires:	audit-devel
%endif
Requires:	syslog-daemon
Requires(post): rpm-helper
Requires(preun): rpm-helper
Suggests:	anacron
Conflicts:	sysklogd < 1.4.1
Provides:	cron-daemon
Provides:	vixie-cron = 4:4.4
Obsoletes:	vixie-cron <= 4:4.3

%description
Cronie contains the standard UNIX daemon crond that runs specified programs at
scheduled times and related tools. It is a fork of the original vixie-cron and
has security and configuration enhancements like the ability to use pam and
SELinux.

%package anacron
Summary:	Utility for running regular jobs
Group:		System/Servers
Requires:	crontabs
# for touch
Requires(post):	coreutils
Provides:	anacron = 2.4
Obsoletes:	anacron < 2.4

%description anacron
Anacron becames part of cronie. Anacron is used only for running regular jobs.
The default settings execute regular jobs by anacron, however this could be
overloaded in settings.

%prep
%setup -q
%apply_patches

# Make sure anacron is started after regular cron jobs, otherwise anacron might
# run first, and after that regular cron runs the same jobs again
sed -i	-e "s/^START_HOURS_RANGE.*$/START_HOURS_RANGE=6-22/" \
	-e "s/nice run-parts/nice -n 19 run-parts/" \
	contrib/anacrontab

%build
%serverbuild
%configure2_5x \
	--with-editor=/bin/vi \
	--enable-anacron \
%if %{with pam}
	--with-pam \
%endif
%if %{with audit}
	--with-audit \
%endif
%if %{with inotify}
	--with-inotify
%endif

%make

%install
%makeinstall_std

install -d -m 700 %{buildroot}/var/spool/cron
install -d -m 755 %{buildroot}%{_sysconfdir}/cron.d

# https://bugzilla.mandriva.com/show_bug.cgi?id=19645 and
# https://bugzilla.mandriva.com/show_bug.cgi?id=28278
touch %{buildroot}%{_sysconfdir}/cron.deny

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -m0644 crond.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/crond

install -m 644 contrib/anacrontab %{buildroot}%{_sysconfdir}/anacrontab
mkdir -pm 755 %{buildroot}%{_sysconfdir}/cron.hourly
install -c -m755 contrib/0anacron %{buildroot}%{_sysconfdir}/cron.hourly/0anacron

install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/crond

# Install cron job which will update anacron's daily, weekly, monthly timestamps
# when these jobs are run by regular cron, in order to prevent duplicate execution
for i in daily weekly monthly
do
mkdir -p %{buildroot}/etc/cron.${i}
sed -e "s/XXXX/${i}/" %{SOURCE1} > %{buildroot}/etc/cron.${i}/0anacron-timestamp
done

# create empty %ghost files
mkdir -p %{buildroot}/var/spool/anacron
touch %{buildroot}/var/spool/anacron/cron.daily
touch %{buildroot}/var/spool/anacron/cron.weekly
touch %{buildroot}/var/spool/anacron/cron.monthly

%if ! %{with pam}
rm -f %{buildroot}%{_sysconfdir}/pam.d/crond
%endif

# install systemd initscript
mkdir -p %{buildroot}%{_unitdir}
install -m 644 contrib/cronie.systemd %{buildroot}%{_unitdir}/crond.service

%post
%_post_service crond

%post anacron
[ -e /var/spool/anacron/cron.daily ] || touch /var/spool/anacron/cron.daily
[ -e /var/spool/anacron/cron.weekly ] || touch /var/spool/anacron/cron.weekly
[ -e /var/spool/anacron/cron.monthly ] || touch /var/spool/anacron/cron.monthly

%preun
%_preun_service crond

%postun
if [ "$1" -ge "1" ]; then
    service crond condrestart > /dev/null 2>&1 ||:
fi

# copy the lock, remove old daemon from chkconfig
%triggerun -- vixie-cron
cp -a /var/lock/subsys/crond /var/lock/subsys/cronie > /dev/null 2>&1 ||:

# if the lock exist, then we restart daemon (it was running in the past).
# add new daemon into chkconfig everytime, when we upgrade to cronie from vixie-cron
%triggerpostun -- vixie-cron
/sbin/chkconfig --add crond
[ -f /var/lock/subsys/cronie ] && ( rm -f /var/lock/subsys/cronie ; service crond restart ) > /dev/null 2>&1 ||:

%triggerin -- pam, glibc
/bin/systemctl try-restart crond.service >/dev/null 2>&1 || :

%files
%doc AUTHORS COPYING INSTALL README ChangeLog
%attr(755,root,root) %{_sbindir}/crond
%attr(6755,root,root) %{_bindir}/crontab
%{_mandir}/man8/crond.*
%{_mandir}/man8/cron.*
%{_mandir}/man5/crontab.*
%{_mandir}/man1/crontab.*
%dir /var/spool/cron
%dir %{_sysconfdir}/cron.d
%if %{with pam}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/crond
%endif
%config(noreplace) %{_sysconfdir}/sysconfig/crond
%config(noreplace) %{_sysconfdir}/cron.deny
%attr(0644,root,root) %{_unitdir}/crond.service

%files anacron
%{_sbindir}/anacron
%config(noreplace) %{_sysconfdir}/anacrontab
%attr(0755,root,root) %{_sysconfdir}/cron.daily/0anacron-timestamp
%attr(0755,root,root) %{_sysconfdir}/cron.weekly/0anacron-timestamp
%attr(0755,root,root) %{_sysconfdir}/cron.monthly/0anacron-timestamp
%attr(0755,root,root) %{_sysconfdir}/cron.hourly/0anacron
%dir /var/spool/anacron
%ghost %verify(not md5 size mtime) /var/spool/anacron/cron.daily
%ghost %verify(not md5 size mtime) /var/spool/anacron/cron.weekly
%ghost %verify(not md5 size mtime) /var/spool/anacron/cron.monthly
%{_mandir}/man5/anacrontab.*
%{_mandir}/man8/anacron.*


%changelog
* Mon Sep 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.11-20
+ Revision: 32934cf
- Sync patches with cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16105 |14mr|crontabs-1.10-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		crontabs
Version:	1.10
Release:	20
Summary:	Root crontab files used to schedule the execution of programs
License:	GPLv2+
Group:		System/Configuration/Other
Source0:	crontab
Source1:	config
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}
Requires:	run-parts

%description
The crontabs package contains root crontab files.  Crontab is the
program used to install, uninstall or list the tables used to drive the
cron daemon.  The cron daemon checks the crontab files to see when
particular commands are scheduled to be executed.  If commands are
scheduled, it executes them.

Crontabs handles a basic system function, so it should be installed on
your system.

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_sysconfdir}/cron.{hourly,daily,weekly,monthly,yearly} 
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_docdir}/%{name}

install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/crontab

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%config(noreplace) %{_sysconfdir}/crontab
%config(noreplace) %{_sysconfdir}/sysconfig/crontab
%dir %{_sysconfdir}/cron.hourly
%dir %{_sysconfdir}/cron.daily
%dir %{_sysconfdir}/cron.weekly
%dir %{_sysconfdir}/cron.monthly
%dir %{_sysconfdir}/cron.yearly





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10-20
+ Revision: 825f958
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16106 |14mr|cryptsetup-1.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	4
%define	libname	%mklibname cryptsetup %{major}
%define	devname	%mklibname cryptsetup -d

%bcond_with	compatible
%bcond_with	static

Summary:	Utility for setting up encrypted filesystems
Name:		cryptsetup
Version:	1.6.1
Release:	3
License:	GPLv2
Group:		System/Base
Url:		http://code.google.com/p/cryptsetup/
Source0:	http://cryptsetup.googlecode.com/files/%{name}-%{version}.tar.bz2
Source1:	http://cryptsetup.googlecode.com/files/%{name}-%{version}.tar.bz2.asc

BuildRequires:	pkgconfig(devmapper)
BuildRequires:	pkgconfig(gpg-error)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(python2)
BuildRequires:	pkgconfig(uuid)
%if %{with static}
BuildRequires:	glibc-static-devel
%endif
%rename		cryptsetup-luks

%description
LUKS is the upcoming standard for Linux hard disk encryption. 
By providing a standard on-disk-format, it does not only facilitate 
compatibility among distributions, but also provide secure management 
of multiple user passwords. In contrast to existing solution, LUKS stores 
all setup necessary setup information in the partition header, enabling 
the user to transport or migrate his data seamlessly.
LUKS for dm-crypt is implemented in cryptsetup. cryptsetup-luks is
as a complete replacement for the original cryptsetup. It provides all the 
functionally of the original version plus all LUKS features, that are 
accessible by luks* action.

%package -n	%{libname}
Summary:	Library for setting up encrypted filesystems
Group:		System/Libraries

%description -n %{libname}
LUKS is the upcoming standard for Linux hard disk encryption.
By providing a standard on-disk-format, it does not only facilitate
compatibility among distributions, but also provide secure management
of multiple user passwords. In contrast to existing solution, LUKS stores
all setup necessary setup information in the partition header, enabling
the user to transport or migrate his data seamlessly.

This package contains the shared libraries required for running
programs which use cryptsetup-luks.

%package -n	%{devname}
Summary:	Development library for setting up encrypted filesystems
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
LUKS is the upcoming standard for Linux hard disk encryption.
By providing a standard on-disk-format, it does not only facilitate
compatibility among distributions, but also provide secure management
of multiple user passwords. In contrast to existing solution, LUKS stores
all setup necessary setup information in the partition header, enabling
the user to transport or migrate his data seamlessly.

This package contains the header files and development libraries
for building programs which use cryptsetup-luks.

%package -n	python-%{name}
Summary:	Python bindings for %{name}
Group:		Development/Python

%description -n	python-%{name}
This package provides Python bindings for libcryptsetup, a library
for setting up disk encryption using dm-crypt kernel module.

%prep
%setup -q

%build
CONFIGURE_TOP="$PWD"

mkdir -p system
pushd system
%configure2_5x \
	--disable-selinux \
	--sbindir=/sbin \
	--enable-python \
	--enable-cryptsetup-reencrypt \
%if %{with static}
	--enable-static-cryptsetup \
%endif
%if %{with compatible}
	--with-plain-mode=cbc-plain \
	--with-luks1-keybits=128
%endif

%make
popd

%install

%makeinstall_std -C system

mkdir -p %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libcryptsetup.so.%{major}* %{buildroot}/%{_lib}
ln -srf %{buildroot}/%{_lib}/libcryptsetup.so.%{major}.*.* %{buildroot}%{_libdir}/libcryptsetup.so

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog AUTHORS FAQ NEWS README TODO
%{_mandir}/man8/cryptsetup.8*
%{_mandir}/man8/cryptsetup-reencrypt.8*
%{_mandir}/man8/veritysetup.8*
/sbin/cryptsetup
/sbin/cryptsetup-reencrypt
/sbin/veritysetup

%files -n %{libname}
/%{_lib}/libcryptsetup.so.%{major}*

%files -n %{devname}
%{_includedir}/libcryptsetup.h
%if %{with static}
%{_libdir}/libcryptsetup.a
%endif
%{_libdir}/libcryptsetup.so
%{_libdir}/pkgconfig/libcryptsetup.pc

%files -n python-%{name}
%{python_sitearch}/pycryptsetup.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.1-3
+ Revision: 2d33e2b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16107 |14mr|csmash-0.6.6-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	csmash
%define	version	0.6.6
%define release  20

Name:		%{name}
Summary:	A 3D table tennis game
Version:	%{version}
Release:	%{release}
Source0:	http://belnet.dl.sourceforge.net/sourceforge/cannonsmash/%{name}-%{version}.tar.bz2
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
Patch0:		csmash-0.6.6-64bit-fixes.patch.bz2
Patch1:		csmash-0.6.6-gcc4.patch.bz2
Patch2:		csmash-0.6.6-extraqualif.patch.bz2
URL:		http://CannonSmash.sourceforge.net/
License:	GPL
Group:		Games/Sports
BuildRequires:	pkgconfig(x11) libxext-devel libxi-devel libxmu-devel libxt-devel
BuildRequires:	SDL_mixer-devel SDL_image-devel  esound-devel
BuildRequires:	gtk+2-devel mesaglu-devel jpeg-devel texinfo zlib-devel gettext bison
BuildRequires:  pkgconfig(alsa)

%description
CannonSmash is a 3D tabletennis game. The goal of this project is to represent
various strategy of tabletennis on computer game.

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/win32

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=CannonSmash
Comment=A 3D table tennis game
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;SportsGame;
EOF

install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%find_lang %{name}

%if %mdkversion < 200900
%post
%{update_menus}
%{update_icon_cache hicolor}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_icon_cache hicolor}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS README README.en
%{_bindir}/*
%{_datadir}/games/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.6-20
+ Revision: fc134b1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16108 |14mr|ctags-5.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Generates an index (or "tag") file for objects found in source files
Name:		ctags
Version:	5.8
Release:	7
# Add epoch to be grater than ctags provided by xemacs-extras
Epoch:		1
License:	GPL+
Group:		Development/Other
Url:		http://ctags.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/ctags/%{name}-%{version}.tar.bz2
Patch0:		ctags-5.7-fix-str-fmt.patch

%description
The ctags program generate an index (or "tag") file for a variety of
language objects found in files.  This tag file allows these items to
be quickly and easily located by a text editor or other utility.  A
"tag" signifies a language object for which an index entry is
available (or, alternatively, the index entry created for that object).

Alternatively, ctags can generate a cross reference file which lists, in
human readable form, information about the various source objects found in
a set of language files.

%prep
%setup -q
%patch0 -p0
# fix permission for %doc
chmod a+r ctags.html

%build
%configure2_5x \
	--disable-etags \
	--enable-tmpdir=/tmp
%make

%install
%makeinstall

mv %{buildroot}/%{_bindir}/ctags %{buildroot}/%{_bindir}/exuberant-ctags
mv %{buildroot}/%{_mandir}/man1/ctags.1 %{buildroot}/%{_mandir}/man1/exuberant-ctags.1

%post
update-alternatives --install %{_bindir}/ctags ctags %{_bindir}/exuberant-ctags 10 \
                    --slave %{_mandir}/man1/ctags.1%{_extension} ctags.1%{_extension} %{_mandir}/man1/exuberant-ctags.1%{_extension}

%postun
[ $1 = 0 ] || exit 0
update-alternatives --remove ctags %{_bindir}/exuberant-ctags

%files
%doc EXTENDING.html FAQ NEWS README ctags.html
%{_bindir}/exuberant-ctags
%{_mandir}/man1/exuberant-ctags.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:5.8-7
+ Revision: 92e8af1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16109 |14mr|ctdb-2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Clustered TDB
Name:		ctdb
Version:	2.0
Release:	7
License:	GPLv3
Group:		System/Cluster
Url:		http://ctdb.samba.org/
Source0:	http://ftp.samba.org/pub/ctdb/ctdb-%{version}.tar.gz
# Fedora specific patch, ctdb should not be enabled by default in the runlevels
Patch1: ctdb-no_default_runlevel.patch
Patch2: ctdb-2.0-linkage.patch
# Submitted to upstream for review https://lists.samba.org/archive/samba-technical/2011-September/079198.html
Patch5: 0001-IPv6-neighbor-solicit-cleanup.patch
Patch7: 0002-Add-systemd-support.patch

BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(talloc)
BuildRequires:	pkgconfig(tevent)
Requires(pre):	chkconfig mktemp psmisc coreutils sed 
Requires(pre,postun):	rpm-helper

%description
ctdb is the clustered database used by samba

%package devel
Summary: Development files for ctdb
Group: Development/Other

%description devel
devel files for ctdb

%prep
%setup -q
%apply_patches

%build
CC="%__cc"

## always run autogen.sh
./autogen.sh
export CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" 
%configure2_5x \
	--without-included-popt \
	--without-included-talloc \
	--without-included-tdb \
	--without-included-tevent

make showflags
%make
sed -i -e 's/^(Version: *)$/$1 %{version}/g' ctdb.pc

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/ctdb/systemd
install -m 755 config/systemd/ctdb_check_persistent_databases.pre %{buildroot}%{_sysconfdir}/ctdb/systemd
install -m 755 config/systemd/ctdb_set_ctdb_variables.post %{buildroot}%{_sysconfdir}/ctdb/systemd
install -m 755 config/systemd/ctdb_drop_all_public_ips %{buildroot}%{_sysconfdir}/ctdb/systemd
install -m 755 config/systemd/ctdb.systemd %{buildroot}%{_sysconfdir}/ctdb/systemd
mkdir -p %{buildroot}%{_unitdir}
install -m 755 config/ctdb.service %{buildroot}%{_unitdir}

perl -pi -e 's,/var/ctdb,/var/lib/ctdb,g' %{buildroot}/%{_initrddir}/%{name}
mkdir -p %{buildroot}/var/lib/ctdb
touch %{buildroot}/%{_sysconfdir}/ctdb/nodes

%post
%_post_service %{name}

%preun
%_preun_service %{name}


%files
%config(noreplace) %{_sysconfdir}/ctdb/systemd
%attr(755,root,root) %{_unitdir}/ctdb.service
%config(noreplace) %{_sysconfdir}/%{name}/nodes
%doc doc/*html

%{_sysconfdir}/ctdb/functions
%{_sysconfdir}/ctdb/events.d/
%{_sysconfdir}/ctdb/statd-callout
%{_sysconfdir}/ctdb/*.sh
%{_sbindir}/ctdbd
%{_bindir}/ctdb
%{_bindir}/ltdbtool
%{_bindir}/smnotify
#{_bindir}/ctdb_ipmux
%{_bindir}/ctdb_diagnostics
%{_bindir}/onnode
%{_bindir}/ping_pong
%{_mandir}/man1/ctdb.1.*
%{_mandir}/man1/ltdbtool.1.*
%{_mandir}/man1/ctdbd.1.*
%{_mandir}/man1/onnode.1.*
%{_mandir}/man1/ping_pong.1.*
%dir %attr(750,root,root) /var/lib/ctdb

%files devel
%{_includedir}/*.h
%{_libdir}/pkgconfig/ctdb.pc
%{_libdir}/*.a

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-7
+ Revision: 8859748
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16110 |14mr|cttex-1.23-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	cttex
%define	version	1.23
%define release	13

Summary:	Cttex, Thai word separator program
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		System/Internationalization
Source0:	%{name}_%{version}.tar.bz2
URL:		http://linux.thai.net/pub/thailinux/cvs/software/cttex/
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
Requires:	locales-th
Patch0:		ctte-121-cflags.patch

%description
The main part of Cttex is a Thai word separator algorithm using
a dictionary. A wrapper for formatting Thai LaTeX document file is provided
to demonstrate the use of this word-sep routine. The program can also
be used as a simple word-sep filter. 

%prep
%setup -q
%patch0 -p1

%build
PATH=$PATH:. %make

%install
rm -rf $RPM_BUILD_ROOT
install -m 755 %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* testfile 
%{_bindir}/%{name}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.23-13
+ Revision: 8b735be
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16111 |14mr|cups-1.7.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	2
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

# {_exec_prefix}/lib/cups is correct, even on x86_64.
# It is not used for shared objects but for executables.
# It's more of a libexec-style ({_libexecdir}) usage,
# but we use lib for compatibility with 3rd party drivers (at upstream request).
%global cups_serverbin %{_exec_prefix}/lib/cups

# Turning this on lets CUPS to be built in debug mode (with debugger symbols)
%define debug 0
%define enable_check 0

%bcond_with bootstrap
%if !%{with bootstrap}
%bcond_without systemd
%endif

%define with_poll_ppd_base 0

Summary:	Common Unix Printing System - Server package
Name:		cups
Version:	1.7.3
Release:	2
License:	GPLv2 and LGPLv2
Group:		System/Printing
Url:		http://www.cups.org
#Source0:	ftp://ftp.easysw.com/pub/cups/%{version}/%{name}-%{version}-source.tar.bz2
Source0:	http://www.cups.org/software/%{version}/%{name}-%{version}-source.tar.bz2

# Small C program to get list of all installed PPD files
Source1: poll_ppd_base.c
# Small C program to list the printer-specific options of a particular printer
# fails to build now
Source2: lphelp.c
# socket unit for cups-lpd service
Source3: cups-lpd.socket
# cups-lpd service unit configuration
Source4: cups-lpd@.service
# Backend for NCP protocol
Source7: ncp.backend
# Perl script for automatic configuration of CUPS, especially access
# restrictions and broadcasting
Source9: cups.logrotate
# Backend filter for nprint (Novell client) from Mark Horn
# (mark@hornclan.com)
Source11: http://www.hornclan.com/~mark/cups/nprint.2002011801
# AppleTalk/netatalk backend for CUPS
Source12: http://www.oeh.uni-linz.ac.at/~rupi/pap/pap-backend.tar.bz2
Source13: http://www.oeh.uni-linz.ac.at/~rupi/pap/pap-docu.pdf.bz2
Source14: http://www.linuxprinting.org/download/printing/photo_print
Source15: http://printing.kde.org/downloads/pdfdistiller
Source16: cjktexttops
Source17: correctcupsconfig
# Nice level for now. bug #16387
Source18: cups.sysconfig
# udev rules for setting symlinks needed if the usblp module is loaded
Source19:	10-cups_device_links.rules
# Udev rules for setting properly rights and groups
Source20:	10-cups_device_usb.rules

### FEDORA PATCHES ###

Patch1: cups-no-gzip-man.patch
Patch2: cups-system-auth.patch
Patch3: cups-multilib.patch
Patch5: cups-banners.patch
Patch6: cups-serverbin-compat.patch
Patch7: cups-no-export-ssllibs.patch
Patch8: cups-direct-usb.patch
Patch9: cups-lpr-help.patch
Patch10: cups-peercred.patch
Patch11: cups-pid.patch
Patch12: cups-eggcups.patch
Patch13: cups-driverd-timeout.patch
Patch14: cups-strict-ppd-line-length.patch
Patch15: cups-logrotate.patch
Patch16: cups-usb-paperout.patch
Patch17: cups-res_init.patch
Patch18: cups-filter-debug.patch
Patch19: cups-uri-compat.patch
Patch20: cups-str3382.patch
Patch21: cups-0755.patch
Patch22: cups-hp-deviceid-oid.patch
Patch23: cups-dnssd-deviceid.patch
Patch24: cups-ricoh-deviceid-oid.patch
Patch25: cups-systemd-socket.patch
Patch26: cups-lpd-manpage.patch
Patch27: cups-avahi-address.patch
Patch29: cups-enum-all.patch
Patch31: cups-dymo-deviceid.patch
Patch32: cups-freebind.patch
Patch33: cups-no-gcry.patch
Patch34: cups-libusb-quirks.patch
Patch35: cups-use-ipp1.1.patch
Patch36: cups-avahi-no-threaded.patch
Patch38: cups-journal.patch
Patch39: cups-ipp-multifile.patch
Patch41: cups-web-devices-timeout.patch
Patch43: cups-final-content-type.patch
Patch46: cups-synconclose.patch

#ROSA patches
### Killmode patch, better find a better solution
Patch1000: cups-1.7.0.cups.service.killmode.patch

# Requires /etc/tmpfiles.d (bug #656566)
Requires: systemd
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
Requires(post):  rpm-helper >= 0.24.1
Requires(preun): rpm-helper >= 0.24.1

BuildRequires:	htmldoc
BuildRequires:	php-cli
BuildRequires:	xdg-utils
BuildRequires:	xinetd
BuildRequires:	acl-devel
BuildRequires:	jpeg-devel
BuildRequires:	krb5-devel
BuildRequires:	libldap-devel
BuildRequires:	openslp-devel
BuildRequires:	pam-devel
BuildRequires:	php-devel >= 5.1.0
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(avahi-compat-libdns_sd)
BuildRequires:	pkgconfig(dbus-1) >= 0.50
BuildRequires:	pkgconfig(gnutls) >= 3.0
BuildRequires:	pkgconfig(libcrypto)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libssl)
BuildRequires:	pkgconfig(libusb) < 1.0
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(zlib)
%if !%{with bootstrap}
BuildRequires:	poppler
%if %{with systemd}
BuildRequires:	systemd-units
BuildRequires:  pkgconfig(libsystemd-login)
BuildRequires:  pkgconfig(systemd)
%endif
%endif

Requires: %{name}-common >= %{version}-%{release}
Requires: net-tools
%if !%{with bootstrap}
Requires: poppler
Suggests: avahi
%endif
Requires: printer-testpages
# Take care that device files are created with correct permissions
Requires: udev 
Requires: update-alternatives
# For desktop menus
Requires: xdg-utils
# Make sure we have some filters for converting to raster format.
Requires: ghostscript
Requires: cups-filters

# We ship udev rules which use setfacl.
Requires: acl

%rename cupsddk-drivers

%description
The Common Unix Printing System provides a portable printing layer for 
UNIX(TM) operating systems. It has been developed by Easy Software Products 
to promote a standard printing solution for all UNIX vendors and users. 
CUPS provides the System V and Berkeley command-line interfaces.
This is the main package needed for CUPS servers (machines where a
printer is connected to or which host a queue for a network
printer). It can also be used on CUPS clients so that they simply pick
up broadcasted printer information from other CUPS servers and do not
need to be assigned to a specific CUPS server by an
%{_sysconfdir}/cups/client.conf file.

%package	common
Summary:	Common Unix Printing System - Common stuff
License:	GPLv2
Group:		System/Printing
Requires(post,preun): update-alternatives
Requires:	net-tools
# To satisfy LSB/FHS
Provides:	lpddaemon

%description	common
CUPS 1.4 is fully compatible with CUPS-1.1 machines in the network and
with software built against CUPS-1.1 libraries.

The Common Unix Printing System provides a portable printing layer for
UNIX(TM) operating systems. It contains the command line utilities for
printing and administration (lpr, lpq, lprm, lpadmin, lpc, ...), man
pages, locales, and a sample configuration file for daemon-less CUPS
clients (%{_sysconfdir}/cups/client.conf).

This package you need for both CUPS clients and servers. 

%define	cupsmajor	2
%define	libcups		%mklibname cups %{cupsmajor}

%package -n	%{libcups}
Summary:	Common Unix Printing System - CUPS library
License:	LGPLv2
Group:		System/Libraries
Obsoletes:	%{_lib}cups3 < 1.6.1-2

%description -n	%{libcups}
CUPS 1.4 is fully compatible with CUPS-1.1 machines in the network and
with software built against CUPS-1.1 libraries.

The Common Unix Printing System provides a portable printing layer for
UNIX(TM) operating systems. This package contains the CUPS API library
which contains common functions used by both the CUPS daemon and all
CUPS frontends (lpr-cups, xpp, qtcups, kups, ...).

This package you need for both CUPS clients and servers. It is also
needed by Samba.

%define	cupscgimajor	1
%define	libcupscgi	%mklibname cupscgi %{cupscgimajor}

%package -n	%{libcupscgi}
Summary:	Common Unix Printing System - CUPSCGI library
License:	LGPLv2
Group:		System/Libraries
Conflicts:	%{libcups} < 1.6.1-2

%description -n	%{libcupscgi}
CUPS 1.4 is fully compatible with CUPS-1.1 machines in the network and
with software built against CUPS-1.1 libraries.

The Common Unix Printing System provides a portable printing layer for
UNIX(TM) operating systems. This package contains the CUPS API library
which contains common functions used by both the CUPS daemon and all
CUPS frontends (lpr-cups, xpp, qtcups, kups, ...).

This package you need for both CUPS clients and servers. It is also
needed by Samba.

%define	cupsimagemajor	2
%define	libcupsimage	%mklibname cupsimage %{cupsimagemajor}

%package -n	%{libcupsimage}
Summary:	Common Unix Printing System - CUPSimage library
License:	LGPLv2
Group:		System/Libraries
Conflicts:	%{libcups} < 1.6.1-2

%description -n	%{libcupsimage}
CUPS 1.4 is fully compatible with CUPS-1.1 machines in the network and
with software built against CUPS-1.1 libraries.

The Common Unix Printing System provides a portable printing layer for
UNIX(TM) operating systems. This package contains the CUPS API library
which contains common functions used by both the CUPS daemon and all
CUPS frontends (lpr-cups, xpp, qtcups, kups, ...).

This package you need for both CUPS clients and servers. It is also
needed by Samba.

%define	cupsmimemajor	1
%define	libcupsmime	%mklibname cupsmime %{cupsmimemajor}

%package -n	%{libcupsmime}
Summary:	Common Unix Printing System - CUPS library
License:	LGPLv2
Group:		System/Libraries
Conflicts:	%{libcups} < 1.6.1-2

%description -n	%{libcupsmime}
CUPS 1.4 is fully compatible with CUPS-1.1 machines in the network and
with software built against CUPS-1.1 libraries.

The Common Unix Printing System provides a portable printing layer for
UNIX(TM) operating systems. This package contains the CUPS API library
which contains common functions used by both the CUPS daemon and all
CUPS frontends (lpr-cups, xpp, qtcups, kups, ...).

This package you need for both CUPS clients and servers. It is also
needed by Samba.

%define	cupsppdcmajor	1
%define	libcupsppdc	%mklibname cupsppdc %{cupsppdcmajor}

%package -n	%{libcupsppdc}
Summary:	Common Unix Printing System - CUPSPPDC library
License:	LGPLv2
Group:		System/Libraries
Conflicts:	%{libcups} < 1.6.1-2

%description -n	%{libcupsppdc}
CUPS 1.4 is fully compatible with CUPS-1.1 machines in the network and
with software built against CUPS-1.1 libraries.

The Common Unix Printing System provides a portable printing layer for
UNIX(TM) operating systems. This package contains the CUPS API library
which contains common functions used by both the CUPS daemon and all
CUPS frontends (lpr-cups, xpp, qtcups, kups, ...).

This package you need for both CUPS clients and servers. It is also
needed by Samba.

%define	devname	%mklibname %{name} -d
%package -n	%{devname}
Summary:	Common Unix Printing System - Development environment "libcups"
License:	LGPLv2
Group:		Development/C
Requires:	%{libcups} >= %{version}-%{release}
Requires:	%{libcupscgi} >= %{version}-%{release}
Requires:	%{libcupsimage} >= %{version}-%{release}
Requires:	%{libcupsmime} >= %{version}-%{release}
Requires:	%{libcupsppdc} >= %{version}-%{release}

Provides:	cups-devel
Obsoletes:	%mklibname %{name}2 -d

%description -n	%{devname}
CUPS 1.4 is fully compatible with CUPS-1.1 machines in the network and
with software built against CUPS-1.1 libraries.

The Common Unix Printing System provides a portable printing layer for
UNIX(TM) operating systems. This is the development package for
creating additional printer drivers, printing software, and other CUPS
services using the main CUPS library "libcups".

%prep
%setup -q
%apply_patches

# Set CUPS users and groups
perl -p -i -e 's:(SystemGroup\s+.*)$:$1\nGroup sys\nUser lp:' conf/cupsd.conf.in

# Let local printers be broadcasted in the local network(s)
perl -p -i -e 's:(Listen\s+)localhost:$1*:' conf/cupsd.conf.in
perl -p -i -e 's:(Browsing\s+On):$1\nBrowseAddress \@LOCAL:' conf/cupsd.conf.in
perl -p -i -e 's:(<Location\s+/\s*>):$1\n  Allow \@LOCAL:' conf/cupsd.conf.in

# Allow remote administration in local network (connections are encrypted,
# so no security problem)
perl -p -i -e 's:(<Location\s+/admin(|/conf)\s*>):$1\n  Allow \@LOCAL:' conf/cupsd.conf.in

# Replace the PAM configuration file
cat << EOF > scheduler/cups.pam
auth	include	system-auth
account	include	system-auth
EOF
cp -f scheduler/cups.pam conf/pam.std.in

# Let the Makefiles not trying to set file ownerships
perl -p -i -e "s/ -o \\$.CUPS_USER.//" scheduler/Makefile
perl -p -i -e "s/ -g \\$.CUPS_GROUP.//" scheduler/Makefile
perl -p -i -e "s/ -o \\$.CUPS_USER.//" systemv/Makefile
perl -p -i -e "s/ -g \\$.CUPS_GROUP.//" systemv/Makefile

sed -i -e '1iMaxLogSize 0' conf/cupsd.conf.in

f=CREDITS.txt
mv "$f" "$f"~
iconv -f MACINTOSH -t UTF-8 "$f"~ > "$f"
rm "$f"~

# Let's look at the compilation command lines.
perl -p -i -e "s,^.SILENT:,," Makedefs.in

# Load additional tools
cp %{SOURCE1} poll_ppd_base.c
cp %{SOURCE2} lphelp.c
# Load nprint backend
cp %{SOURCE11} nprint
# Load AppleTalk "pap" backend
%setup -q -T -D -a 12 -n %{name}-%{version}
# Load the "pap" documentation
bzcat %{SOURCE13} > pap-docu.pdf
# Load the "photo_print" utility
cp %{SOURCE14} photo_print
# Load the "pdfdistiller" utility
cp %{SOURCE15} pdf
# Load the "cjktexttops" filter
cp %{SOURCE16} cjktexttops

%build
# needed by additional SOURCES
aclocal
autoconf
# for the PHP module
%define _disable_ld_no_undefined 1
#setup_compile_flags
%if %{debug}
# Debug mode
export DONT_STRIP=1
export CFLAGS="-g"
export CXXFLAGS="-g"
%endif
# cups uses $DSOFLAGS instead of $LDFLAGS for shared libs
export DSOFLAGS="$LDFLAGS"
%configure2_5x \
    --enable-avahi \
%if %{debug}
    --enable-debug=yes \
%endif
	--with-cupsd-file-perm=0755 \
	--with-log-file-perm=0600 \
    --disable-libpaper \
    --enable-raw-printing \
    --enable-ssl \
    --disable-static \
    --with-cups-group=lp \
    --with-cups-user=lp \
    --with-docdir=%{_datadir}/cups/doc \
    --with-icondir=%{_datadir}/icons \
    --with-system-groups="lpadmin root" \
    --with-php=%_bindir/php \
    --enable-avahi \
    --enable-webif \
    --enable-relro

%if %{debug}
# Remove "-s" (stripping) option from "install" command used for binaries
# by "make install"
perl -p -i -e 's:^(\s*INSTALL_BIN\s*=.*)-s:$1:' Makedefs
%endif

# Remove hardcoded "chgrp" from Makefiles
perl -p -i -e 's/chgrp/:/' Makefile */Makefile
%make 

# Compile additional tools
%if %with_poll_ppd_base
gcc %optflags %ldflags -opoll_ppd_base -I. -I./cups poll_ppd_base.c -L./cups -lcups
%endif


%if !%{with bootstrap} && %{enable_check}
%check
export LC_ALL=C
export LC_MESSAGES=C
export LANG=C
export LANGUAGE=C
make test << EOF

EOF
%endif

%install
# Debug mode
%if %{debug}
export DONT_STRIP=1
%endif
make install BUILDROOT=%{buildroot} \
             DOCDIR=%{buildroot}%{_datadir}/cups/doc \
             CHOWN=":" CHGRP=":" STRIP="$STRIP" \
             LOGDIR=%{buildroot}%{_var}/log/cups \
             REQUESTS=%{buildroot}%{_var}/spool/cups \
             STATEDIR=%{buildroot}%{_var}/run/cups

rm -f %{buildroot}%{_libdir}/lib*.la
# Make a directory for PPD generators
mkdir -p %{buildroot}%{_prefix}/lib/cups/driver

# Make a directory for the SSL files
mkdir -p %{buildroot}%{_sysconfdir}/cups/ssl

# Make a directory for authentication certificates
mkdir -p %{buildroot}%{_var}/run/cups/certs

# Make a directory for logrotate configuration
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d

# Install nprint backend
install -m 755 nprint %{buildroot}%{_prefix}/lib/cups/backend/

# Install AppleTalk backend
install -m 755 pap-backend/pap %{buildroot}%{_prefix}/lib/cups/backend/
install -m 644 pap-docu.pdf %{buildroot}%{_datadir}/%{name}/doc

# Link dnssd backend as mdns backend
(cd %{buildroot}%{cups_serverbin}/backend && ln -s dnssd mdns)

# Install "photo_print"
install -m 755 photo_print %{buildroot}%{_bindir}

# Install "pdfdistiller"
install -m 755 pdf %{buildroot}%{_prefix}/lib/cups/backend/

# Install "cjktexttops"
install -m 755 cjktexttops %{buildroot}%{_prefix}/lib/cups/filter/

# Install logrotate configuration
install -c -m 644 %{SOURCE9} %{buildroot}%{_sysconfdir}/logrotate.d/cups

# Install additional tools
%if %with_poll_ppd_base
install -m 755 poll_ppd_base %{buildroot}%{_bindir}
%endif

# Set link to test page in /usr/share/printer-testpages
ln -s %{_datadir}/printer-testpages/testprint.ps %{buildroot}%{_datadir}/cups/data/testprint-mdv.ps

# Install startup script
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE18} %{buildroot}%{_sysconfdir}/sysconfig/cups
rm -f %{buildroot}%{_sysconfdir}/init.d/cups

# Install PPDs
mkdir -p %{buildroot}%{_datadir}/cups/model
#install -m 755 ppd/*.ppd %{buildroot}%{_datadir}/cups/model

# RPM breaking it. Links need to be deleted and afterwards regenerated
rm -f %{buildroot}%{_mandir}/man8/cupsdisable.8
rm -f %{buildroot}%{_mandir}/man8/reject.8

# Install script for automatic CUPS configuration
cp %{SOURCE17} %{buildroot}%{_sbindir}/correctcupsconfig
chmod a+rx %{buildroot}%{_sbindir}/correctcupsconfig

# Set compatibility links for the man pages and executables
ln -s %{_sbindir}/cupsenable %{buildroot}%{_bindir}/enable
ln -s %{_sbindir}/cupsdisable %{buildroot}%{_bindir}/disable
ln -s %{_sbindir}/cupsenable %{buildroot}%{_sbindir}/enable
ln -s %{_sbindir}/cupsdisable %{buildroot}%{_sbindir}/disable
ln -s %{_mandir}/man8/cupsenable.8 %{buildroot}%{_mandir}/man8/cupsdisable.8
ln -s %{_mandir}/man8/cupsdisable.8 %{buildroot}%{_mandir}/man8/disable.8
ln -s %{_mandir}/man8/cupsenable.8 %{buildroot}%{_mandir}/man8/enable.8
ln -s %{_mandir}/man8/accept.8 %{buildroot}%{_mandir}/man8/reject.8

%ifarch x86_64
# This one will be removed soon, when all other packages are
# modified appropriately
ln -s %{_prefix}/lib/cups %{buildroot}%{_libdir}/cups
%endif

# prepare the commands conflicting with LPD for the update-alternatives
# treatment
( cd %{buildroot}%{_bindir}
  mv lpr lpr-cups
  mv lpq lpq-cups
  mv lprm lprm-cups
  mv lp lp-cups
  mv cancel cancel-cups
  mv lpstat lpstat-cups
)
( cd %{buildroot}%{_sbindir}
  mv accept accept-cups
  mv disable disable-cups
  mv enable enable-cups
  mv lpc lpc-cups
  mv lpmove lpmove-cups
  mv reject reject-cups
)
( cd %{buildroot}%{_mandir}/man1
  mv lpr.1 lpr-cups.1
  mv lpq.1 lpq-cups.1
  mv lprm.1 lprm-cups.1
  mv lp.1 lp-cups.1
  mv cancel.1 cancel-cups.1
  mv lpstat.1 lpstat-cups.1
)
( cd %{buildroot}%{_mandir}/man8
  mv accept.8 accept-cups.8
  mv disable.8 disable-cups.8
  mv enable.8 enable-cups.8
  mv lpc.8 lpc-cups.8
  mv lpmove.8 lpmove-cups.8
  mv reject.8 reject-cups.8
)
ln -sf %{_sbindir}/accept-cups %{buildroot}%{_sbindir}/reject-cups
ln -sf %{_sbindir}/accept-cups %{buildroot}%{_sbindir}/cupsdisable
ln -sf %{_sbindir}/accept-cups %{buildroot}%{_sbindir}/cupsenable

# Remove links to the startup script, we make our own ones with chkconfig
rm -rf %{buildroot}%{_sysconfdir}/rc?.d/[SK]*
# Remove superflouus man page stuff
rm -rf %{buildroot}%{_mandir}/cat
rm -rf %{buildroot}%{_mandir}/cat?
rm -rf %{buildroot}%{_mandir}/*/cat
rm -rf %{buildroot}%{_mandir}/*/cat?

# Install missing headers (Thanks to Oden Eriksson)
install -m644 cups/debug-private.h  %{buildroot}%{_includedir}/cups/
install -m644 cups/string-private.h %{buildroot}%{_includedir}/cups/
install -m644 config.h %{buildroot}%{_includedir}/cups/

install -p -m 644 %{SOURCE3} %{buildroot}%{_unitdir}
install -p -m 644 %{SOURCE4} %{buildroot}%{_unitdir}

#Install NCP
install -p -m 755 %{SOURCE7} %{buildroot}%{_prefix}/lib/cups/backend/ncp

# Multiarch fixes
%multiarch_includes %{buildroot}%{_includedir}/cups/config.h

# Create dummy config files /etc/cups/printers.conf,
# /etc/cups/classes.conf, and /etc/cups/client.conf
touch %{buildroot}%{_sysconfdir}/cups/printers.conf
touch %{buildroot}%{_sysconfdir}/cups/classes.conf
touch %{buildroot}%{_sysconfdir}/cups/client.conf

# install /usr/lib/tmpfiles.d/cups.conf (bug #656566, bug #893834)
mkdir -p %{buildroot}%{_tmpfilesdir}
cat > %{buildroot}%{_tmpfilesdir}/cups.conf <<EOF
# See tmpfiles.d(5) for details

d /run/cups 0755 root lp -
d /run/cups/certs 0511 lp sys -

d /var/spool/cups/tmp - - - 30d
EOF

# /usr/lib/tmpfiles.d/cups-lp.conf (bug #812641)
cat > %{buildroot}%{_tmpfilesdir}/cups-lp.conf <<EOF
# Legacy parallel port character device nodes, to trigger the
# auto-loading of the kernel module on access.
#
# See tmpfiles.d(5) for details

c /dev/lp0 0660 root lp - 6:0
c /dev/lp1 0660 root lp - 6:1
c /dev/lp2 0660 root lp - 6:2
c /dev/lp3 0660 root lp - 6:3
EOF

# Prefer xdg-utils than htmlview (kde one)
sed -i s/htmlview/xdg-open/ %{buildroot}%{_datadir}/applications/*.desktop

## Hide desktop file
chmod 0644 %{buildroot}%{_datadir}/applications/cups.desktop
echo -e '\nHidden=true' >> %{buildroot}%{_datadir}/applications/cups.desktop

# http://qa.mandriva.com/show_bug.cgi?id=28383
# Common PPD dirs
mkdir -p %{buildroot}%{_datadir}/ppd

# Make CUPS know them
ln -s /usr/local/share/ppd %{buildroot}%{_datadir}/cups/model/1-local-admin
ln -s /opt/share/ppd %{buildroot}%{_datadir}/cups/model/2-third-party
ln -s %{_datadir}/ppd %{buildroot}%{_datadir}/cups/model/3-distribution

# Common printer driver dirs
mkdir -p %{buildroot}%{_libdir}/printdriver
# Other dirs can't be handled here, but on %post instead.

# Create /dev/lp* nodes to make usblp happy
mkdir -p %buildroot%_sysconfdir/udev/rules.d
install -c -m 644 %SOURCE19 %buildroot%_sysconfdir/udev/rules.d/
# Fix USB printers permissions and groups
install -c -m 644 %SOURCE20 %buildroot%_sysconfdir/udev/rules.d/

# Remove stuff that's also in cups-filters
rm -f %buildroot%_datadir/cups/banners/{classified,confidential,secret,standard,topsecret,unclassified}
rm -f %buildroot%_datadir/cups/data/testprint

for lang in `ls -1 %{buildroot}%{_datadir}/locale/`
do
    echo "%%lang($lang) %{_datadir}/locale/$lang/cups_$lang.po" >> %{name}.lang
done

%pre
%ifarch x86_64
# Fix /usr/lib/cups directory, so that updates can be done
if [ -d %{_libdir}/cups ] && ! [ -h %{_libdir}/cups ]; then
    if [ -h %{_prefix}/lib/cups ]; then
        rm -f %{_prefix}/lib/cups
	mv %{_libdir}/cups %{_prefix}/lib/cups
    else
	mv %{_libdir}/cups %{_libdir}/cups.rpmsave
	#echo 'Moved %{_libdir}/cups to %{_libdir}/cups.rpmsave' 1>&2
    fi
fi
%endif
%_pre_groupadd lpadmin

%post
# Make sure group ownerships are correct
chgrp -R lp %{_sysconfdir}/cups %{_var}/*/cups

# We can't enforce this. Bug #35993
for d in /opt/share/ppd /opt/lib/printdriver /usr/local/share/ppd /usr/local/lib/printdriver
do
  [ ! -e $d ] && mkdir -p $d || :
done
# End of 28383

# Let CUPS daemon be automatically started at boot time
%_post_service cups

# Remove old-style certs directory; new-style is /var/run
# (see bug #194581 for why this is necessary).
/bin/rm -rf %{_sysconfdir}/cups/certs

%post common
# The lpc updates-alternative links were not correctly set in older CUPS
# packages, therefore remove the entry before making a new one when updating
%{_sbindir}/update-alternatives --remove lpc %{_sbindir}/lpc-cups || :
# Set up update-alternatives entries
%{_sbindir}/update-alternatives --install %{_bindir}/lpr lpr %{_bindir}/lpr-cups 10 --slave %{_mandir}/man1/lpr.1%{_extension} lpr.1%{_extension} %{_mandir}/man1/lpr-cups.1%{_extension}
%{_sbindir}/update-alternatives --install %{_bindir}/lpq lpq %{_bindir}/lpq-cups 10 --slave %{_mandir}/man1/lpq.1%{_extension} lpq.1%{_extension} %{_mandir}/man1/lpq-cups.1%{_extension}
%{_sbindir}/update-alternatives --install %{_bindir}/lprm lprm %{_bindir}/lprm-cups 10 --slave %{_mandir}/man1/lprm.1%{_extension} lprm.1%{_extension} %{_mandir}/man1/lprm-cups.1%{_extension}
%{_sbindir}/update-alternatives --install %{_bindir}/lp lp %{_bindir}/lp-cups 10 --slave %{_mandir}/man1/lp.1%{_extension} lp.1%{_extension} %{_mandir}/man1/lp-cups.1%{_extension}
%{_sbindir}/update-alternatives --install %{_bindir}/cancel cancel %{_bindir}/cancel-cups 10 --slave %{_mandir}/man1/cancel.1%{_extension} cancel.1%{_extension} %{_mandir}/man1/cancel-cups.1%{_extension}
%{_sbindir}/update-alternatives --install %{_bindir}/lpstat lpstat %{_bindir}/lpstat-cups 10 --slave %{_mandir}/man1/lpstat.1%{_extension} lpstat.1%{_extension} %{_mandir}/man1/lpstat-cups.1%{_extension}
%{_sbindir}/update-alternatives --install %{_sbindir}/accept accept %{_sbindir}/accept-cups 10 --slave %{_mandir}/man8/accept.8%{_extension} accept.8%{_extension} %{_mandir}/man8/accept-cups.8%{_extension}
%{_sbindir}/update-alternatives --install %{_sbindir}/disable disable %{_sbindir}/disable-cups 10 --slave %{_mandir}/man8/disable.8%{_extension} disable.8%{_extension} %{_mandir}/man8/disable-cups.8%{_extension}
%{_sbindir}/update-alternatives --install %{_sbindir}/enable enable %{_sbindir}/enable-cups 10 --slave %{_mandir}/man8/enable.8%{_extension} enable.8%{_extension} %{_mandir}/man8/enable-cups.8%{_extension}
%{_sbindir}/update-alternatives --install %{_sbindir}/lpc lpc %{_sbindir}/lpc-cups 10 --slave %{_mandir}/man8/lpc.8%{_extension} lpc.8%{_extension} %{_mandir}/man8/lpc-cups.8%{_extension}
%{_sbindir}/update-alternatives --install %{_sbindir}/lpmove lpmove %{_sbindir}/lpmove-cups 10 --slave %{_mandir}/man8/lpmove.8%{_extension} lpmove.8%{_extension} %{_mandir}/man8/lpmove-cups.8%{_extension}
%{_sbindir}/update-alternatives --install %{_sbindir}/reject reject %{_sbindir}/reject-cups 10 --slave %{_mandir}/man8/reject.8%{_extension} reject.8%{_extension} %{_mandir}/man8/reject-cups.8%{_extension}

rm -f %{_localstatedir}/cache/cups/*.ipp %{_localstatedir}/cache/cups/*.cache

# Deal with config migration due to CVE-2012-5519 (STR #4223)
IN=%{_sysconfdir}/cups/cupsd.conf
OUT=%{_sysconfdir}/cups/cups-files.conf
copiedany=no
for keyword in AccessLog CacheDir ConfigFilePerm	\
    DataDir DocumentRoot ErrorLog FatalErrors		\
    FileDevice FontPath Group LogFilePerm		\
    LPDConfigFile PageLog Printcap PrintcapFormat	\
    RemoteRoot RequestRoot ServerBin ServerCertificate	\
    ServerKey ServerRoot SMBConfigFile StateDir		\
    SystemGroup SystemGroupAuthKey TempDir User; do
    if ! [ -f "$IN" ] || ! /bin/grep -iq ^$keyword "$IN"; then continue; fi
    copy=yes
    if /bin/grep -iq ^$keyword "$OUT"; then
	if [ "`/bin/grep -i ^$keyword "$IN"`" ==	\
	     "`/bin/grep -i ^$keyword "$OUT"`" ]; then
	    copy=no
	else
	    /bin/sed -i -e "s,^$keyword,#$keyword,i" "$OUT" || :
	fi
    fi
    if [ "$copy" == "yes" ]; then
	if [ "$copiedany" == "no" ]; then
	    (cat >> "$OUT" <<EOF

# Settings automatically moved from cupsd.conf by RPM package:
EOF
	    ) || :
	fi

	(/bin/grep -i ^$keyword "$IN" >> "$OUT") || :
	copiedany=yes
    fi

    /bin/sed -i -e "s,^$keyword,#$keyword,i" "$IN" || :
done

exit 0

%preun
# Let CUPS daemon not be automatically started at boot time any more
%_preun_service cups

%preun common
if [ "$1" = 0 ]; then
# Remove update-alternatives entries
  %{_sbindir}/update-alternatives --remove lpr %{_bindir}/lpr-cups
  %{_sbindir}/update-alternatives --remove lpq %{_bindir}/lpq-cups
  %{_sbindir}/update-alternatives --remove lprm %{_bindir}/lprm-cups
  %{_sbindir}/update-alternatives --remove lp %{_bindir}/lp-cups
  %{_sbindir}/update-alternatives --remove cancel %{_bindir}/cancel-cups
  %{_sbindir}/update-alternatives --remove lpstat %{_bindir}/lpstat-cups
  %{_sbindir}/update-alternatives --remove accept %{_sbindir}/accept-cups
  %{_sbindir}/update-alternatives --remove disable %{_sbindir}/disable-cups
  %{_sbindir}/update-alternatives --remove enable %{_sbindir}/enable-cups
  %{_sbindir}/update-alternatives --remove lpc %{_sbindir}/lpc-cups
  %{_sbindir}/update-alternatives --remove lpmove %{_sbindir}/lpmove-cups
  %{_sbindir}/update-alternatives --remove reject %{_sbindir}/reject-cups
fi

%postun
%_postun_groupdel lpadmin

%files
%doc *.txt
%attr(511,lp,lpadmin) %{_var}/run/cups/certs
%config(noreplace) %attr(-,root,lp) %{_sysconfdir}/cups/cupsd.conf
%config(noreplace) %attr(-,root,root) %_sysconfdir/cups/cups-files.conf
%config(noreplace) %attr(-,root,root) %{_sysconfdir}/sysconfig/cups
%ghost %config(noreplace) %{_sysconfdir}/cups/printers.conf
%ghost %config(noreplace) %{_sysconfdir}/cups/classes.conf
%attr(-,root,sys) %{_sysconfdir}/cups/cupsd.conf.default
%config(noreplace) %attr(-,root,lp) %{_sysconfdir}/cups/interfaces
#%config(noreplace) %attr(644,root,lp) %{_sysconfdir}/cups/mime.convs
#%config(noreplace) %attr(644,root,lp) %{_sysconfdir}/cups/mime.types
%config(noreplace) %attr(-,root,lp) %{_sysconfdir}/cups/ppd
%config(noreplace) %attr(-,root,lp) %{_sysconfdir}/cups/ssl
%config(noreplace) %attr(-,root,lp) %{_sysconfdir}/cups/snmp.conf
%config(noreplace) %attr(-,root,lp) %{_sysconfdir}/dbus*/system.d/cups.conf
%{_prefix}/lib/tmpfiles.d/cups.conf
%{_prefix}/lib/tmpfiles.d/cups-lp.conf
%config(noreplace) %{_sysconfdir}/pam.d/cups
%config(noreplace) %{_sysconfdir}/logrotate.d/cups
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/xinetd.d/cups-lpd
%_sysconfdir/udev/rules.d/*
%dir %{_prefix}/lib/cups
%{_prefix}/lib/cups/cgi-bin
%{_prefix}/lib/cups/daemon
%{_prefix}/lib/cups/notifier
%{_prefix}/lib/cups/filter
%{_prefix}/lib/cups/monitor
%dir %{_prefix}/lib/cups/backend
%{_prefix}/lib/cups/backend/dnssd
%{_prefix}/lib/cups/backend/http
%{_prefix}/lib/cups/backend/https
%{_prefix}/lib/cups/backend/ipp
%{_prefix}/lib/cups/backend/ipps
%{_prefix}/lib/cups/backend/lpd
%{_prefix}/lib/cups/backend/mdns
%{_prefix}/lib/cups/backend/nprint
%{_prefix}/lib/cups/backend/pap
#{_prefix}/lib/cups/backend/parallel
%{_prefix}/lib/cups/backend/ncp
#%{_prefix}/lib/cups/backend/scsi
%{_prefix}/lib/cups/backend/snmp
%{_prefix}/lib/cups/backend/socket
%{_prefix}/lib/cups/backend/usb
%{_prefix}/lib/cups/backend/pdf
%dir %{_prefix}/lib/cups/driver
%{_datadir}/cups
%attr(0755,root,lp) %{_var}/log/cups
# Set ownerships of spool directory which is normally done by 'make install'
# Because RPM does 'make install' as normal user, this has to be done here
%dir %attr(0710,root,lp) %{_var}/spool/cups
%dir %attr(01770,root,lp) %{_var}/spool/cups/tmp
%dir %attr(775,root,lp) %{_var}/cache/cups
# Bug #28383 dirs
%dir %{_datadir}/ppd
%dir %{_libdir}/printdriver
# Desktop icons
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/cups.png
%ifarch x86_64
# Compatibility link, will be removed soon
%{_libdir}/cups
%endif
%if %{with systemd}
/lib/systemd/system/cups.*
/lib/systemd/system/cups-*
%endif

%files common
%dir %config(noreplace) %attr(-,lp,lp) %{_sysconfdir}/cups
%ghost %config(noreplace) %attr(-,lp,lp) %{_sysconfdir}/cups/client.conf
%{_sbindir}/*
%{_bindir}/*cups
%{_bindir}/ippfind
%{_bindir}/ipptool
#%{_bindir}/lphelp
%{_bindir}/lpoptions
%attr(6755,root,lp) %{_bindir}/lppasswd
%{_bindir}/photo_print
#{_bindir}/poll_ppd_base
%{_bindir}/ppdc
%{_bindir}/ppdhtml
%{_bindir}/ppdi
%{_bindir}/ppdmerge
%{_bindir}/ppdpo
%{_bindir}/cupstestppd
%{_bindir}/cupstestdsc
%{_bindir}/enable
%{_bindir}/disable
%{_datadir}/locale/*/*.po
%{_mandir}/man?/*

%files -n %{libcups}
%{_libdir}/libcups.so.%{cupsmajor}*

%files -n %{libcupsimage}
%{_libdir}/libcupsimage.so.%{cupsimagemajor}*

%files -n %{libcupscgi}
%{_libdir}/libcupscgi.so.%{cupscgimajor}*

%files -n %{libcupsmime}
%{_libdir}/libcupsmime.so.%{cupsmimemajor}*

%files -n %{libcupsppdc}
%{_libdir}/libcupsppdc.so.%{cupsppdcmajor}*

%files -n %{devname}
%dir %{_includedir}/cups
%{_includedir}/cups/*
%dir %{multiarch_includedir}/cups
%{multiarch_includedir}/cups/*
%{_libdir}/*.so
%{_bindir}/cups-config


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.3-2
+ Revision: ef8a128
- BuildList#2062192: Increase release tag

* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.3-1
+ Revision: 6c63faa
- Updated to 1.7.3

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.1-3
+ Revision: 2cd7ba0
- MassBuild#440: Increase release tag

* Wed Feb 05 2014 akdengi <alexander.kazancev@rosalab.ru> 1.7.1-2
+ Revision: 6d19259
- SILENT up release

* Mon Jan 27 2014 akdengi <kazancas@mandriva.ru> 1.7.1-1
+ Revision: a00e244
- add samsung rules

* Tue Jan 14 2014 akdengi <kazancas@mandriva.ru> 1.7.1-1
+ Revision: 99a36ef
- Update CUPS to 1.7.1

* Thu Dec 26 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.0-6
+ Revision: d93afb7
- add rules for Epson

* Fri Dec 13 2013 akdengi <kazancas@mandriva.ru> 1.7.0-6
+ Revision: 90cab4e
- up release

* Fri Dec 13 2013 akdengi <kazancas@mandriva.ru> 1.7.0-5
+ Revision: 99faa7c
- add Xerox usb rules

* Sun Dec 08 2013 akdengi <kazancas@mandriva.ru> 1.7.0-5
+ Revision: daa0267
- add rules 10-cups_device_usb.rules and put for it Brother family printers rule

* Thu Dec 05 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.0-4
+ Revision: 2a6a6f7
- SILENT move rosa patches to 1xxx

* Thu Dec 05 2013 akdengi <alexander.kazancev@rosalab.ru> 
+ Revision: 9bc416f
- Prevent USB timeouts causing incorrect print output and avoid stale lockfile in dbus notifier

* Tue Nov 26 2013 Alex Burmashev <alex.burmashev@gmail.com> 1.7.0-3
+ Revision: fa03877
- added killmode patch to fix cups hanging at poweroff/reboot

* Fri Nov 22 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.0-2
+ Revision: b29767e
- SILENT fix spec

* Fri Nov 22 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.0-2
+ Revision: f96fd3c
- SILENT fix spec

* Fri Nov 22 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.0-2
+ Revision: ba0dbab
- SILENT fix spec

* Fri Nov 22 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.0-2
+ Revision: e518fe2
- SILENT fix spec

* Fri Nov 22 2013 akdengi <alexander.kazancev@rosalab.ru> 1.7.0-2
+ Revision: dbd17b7
- try sync with OM

* Sun Nov 10 2013 akdengi <kazancas@mandriva.ru> 1.7.0-1
+ Revision: 9526139
- update to 1.7.0. Drop obsolete patches. Drop deleted backend - php, serial. Add new service - cups-lpd

* Thu Dec 20 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 1.5.4-2.1
+ Revision: 246bd69
- LOG properly handle localization files (bug #1225)

* Thu Sep 27 2012 akdengi <kazancas@mandriva.ru> 1.5.4-2
+ Revision: 8af4817
- fix rpm-helper requires version

* Thu Sep 27 2012 akdengi <kazancas@mandriva.ru> 1.5.4-1
+ Revision: c3b8dc6
- add BR for systemd

* Wed Sep 26 2012 akdengi <kazancas@mandriva.ru> 1.5.4-1
+ Revision: 1e1bbd6
- LOG -update to 1.5.4. Drop sysvinit. Use upstream systemd cups.service

* Tue Aug 28 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.3-3
+ Revision: 59fc4ca
- LOG Fix desktop file issue

* Mon Jul 30 2012 root <root@localhost.localdomain> 1.5.3-2
+ Revision: 2346ce0
- update to cooker

* Wed May 02 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 1.4.8-9
+ Revision: 66ed69e
- More correct way to hide the cups.desktop file.

* Wed May 02 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 1.4.8-8
+ Revision: 40b2b6c
- Added NoDisplay=true for cups.desktop. The users should not use this utility directly. Is better to use system-config-printer.

* Tue Apr 10 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 1.4.8-7
+ Revision: 6a94580
- sync with mdv 2011 updates

* Wed Mar 14 2012 alexander barakin aka sash-kan <alex@barak.in> 1.4.8-6
+ Revision: bc0a3a4
- added comment in spec

* Wed Mar 14 2012 alexander barakin aka sash-kan <alex@barak.in> 1.4.8-6
+ Revision: d8a1dd2
- added desktop-file-utils to br (from despair)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16112 |14mr|cups-drivers-bjnp-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define origname cups-bjnp

Summary:	CUPS backend for the Canon BJNP network printers 
Name:		cups-drivers-bjnp
Version:	1.1
Release:	2
License:	GPLv2
Source0:	http://downloads.sourceforge.net/%{origname}/%{origname}-%{version}.tar.gz
Group:		System/Printing
URL:		https://sourceforge.net/projects/cups-bjnp
BuildRequires:	cups-devel
Requires:	cups

%description
This package contains a backend for CUPS for Canon printers using the 
proprietary BJNP network protocol.

%prep
%setup -q -n %{origname}-%{version}

%build
%configure2_5x \
	--with-cupsbackenddir=%{_prefix}/lib/cups/backend
%make

%install
%makeinstall_std

%files
%doc COPYING ChangeLog TODO NEWS README
%{_prefix}/lib/cups/backend/bjnp

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: afe47bf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16113 |14mr|cups-drivers-capt-0.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname capt

Summary:	CAPT driver for Canon LBP-810 and LBP-1120
Name:		cups-drivers-%{rname}
Version:	0.1
Release:	12
License:	GPL
Group:		System/Printing
URL:		http://www.boichat.ch/nicolas/capt/
Source0:	http://www.boichat.ch/nicolas/capt/%{rname}-%{version}.tar.bz2
Patch0:		capt-0.1-LDFLAGS.diff
Requires:	cups
Conflicts:	cups-drivers = 2007
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
CAPT driver for Canon LBP-810 and LBP-1120

This package contains CUPS drivers (PPD) for the following printers:

 o Canon-LBP-810
 o Canon-LBP-1120

%prep

%setup -q -n %{rname}-%{version}
%patch0 -p0

%build

%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

# Correct PPD files to pass "cupstestppd"
perl -p -i -e "s/DefaultNoReset/DefaultAlwaysReset/g" ppd/*.ppd

# Do not generate a log file with fixed name, security problem!
perl -p -i -e "s:/tmp/capt.log:/dev/null:g" ppd/*.ppd

# Create PPD file for LBP-1120
cp ppd/Canon-LBP-810-capt.ppd ppd/Canon-LBP-1120-capt.ppd
perl -p -i -e "s:LBP-810:LBP-1120:g" ppd/Canon-LBP-1120-capt.ppd
perl -p -i -e "s:lbp810:lbp1120:g" ppd/Canon-LBP-1120-capt.ppd

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/cups/model/capt

install -m0755 capt %{buildroot}%{_bindir}/
install -m0755 capt-* %{buildroot}%{_bindir}/
install -m0644 ppd/*.ppd %{buildroot}%{_datadir}/cups/model/capt/

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc COPYING NEWS README SPECS THANKS TODO
%attr(0755,root,root) %{_bindir}/capt*
%attr(0755,root,root) %dir %{_datadir}/cups/model/capt
%attr(0644,root,root) %{_datadir}/cups/model/capt/Canon-LBP-810-capt.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/capt/Canon-LBP-1120-capt.ppd*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-12
+ Revision: f33e687
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16114 |14mr|cups-drivers-foo2kyo-0.1.0a-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname foo2kyo

Summary:	Printer and scanner drivers for the Kyocera Mita FS-1016 MFP under Linux
Name:		cups-drivers-%{rname}
Version:	0.1.0a
Release:	14
Group:		System/Printing
License:	GPL
URL:		http://sourceforge.net/projects/kyo-fs1016mfp/
Source0:	http://downloads.sourceforge.net/kyo-fs1016mfp/%{rname}-%{version}.tar.bz2
Source1:	foo2kyo-cups.tar.bz2
Requires:	cups
Requires:	foomatic-db-engine
BuildRequires:	jbig-devel
Conflicts:	cups-drivers = 2007
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Printer and scanner drivers for the Kyocera Mita FS-1016 MFP under Linux.

This package contains foomatic and cups Drivers for the Kyocera Mita FS-1016
MFP.

%prep

%setup -q -n %{rname} -a1

perl -p -i -e 's/Kyocera-Mita-FS-1016/Kyocera-FS-1016/g' foomatic-db/driver/foo2kyo.xml

# fix attribs
chmod 644 COPYING

%build

gcc %{optflags} %{ldflags} -o foo2kyo foo2kyo.c -ljbig

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/foomatic/db/source/{driver,opt,printer}
install -d %{buildroot}%{_datadir}/cups/model/%{rname}

install -m0755 foo2kyo %{buildroot}%{_bindir}
install -m0755 foo2kyo-wrapper %{buildroot}%{_bindir}

for dir in driver opt printer; do
    install -c -m0644 foomatic-db/$dir/*.xml %{buildroot}%{_datadir}/foomatic/db/source/$dir/
done

install -m0644 ppd/Kyocera-FS-1016MFP-foo2kyo.ppd %{buildroot}%{_datadir}/cups/model/%{rname}/

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc COPYING
%attr(0755,root,root) %{_bindir}/foo2kyo
%attr(0755,root,root) %{_bindir}/foo2kyo-wrapper
%attr(0644,root,root) %{_datadir}/foomatic/db/source/opt/*.xml
%attr(0644,root,root) %{_datadir}/foomatic/db/source/printer/*.xml
%attr(0644,root,root) %{_datadir}/foomatic/db/source/driver/*.xml
%attr(0755,root,root) %dir %{_datadir}/cups/model/%{rname}
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Kyocera-FS-1016MFP-foo2kyo.ppd*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.0a-14
+ Revision: 975027d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16115 |14mr|cups-drivers-foo2zjs-0.0-0.20101208.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname foo2zjs
%define snap 20101208

Summary:	A linux printer driver for ZjStream protocol
Name:		cups-drivers-%{rname}
Version:	0.0
Release:	%mkrel 0.%{snap}.4
Group:		System/Printing
License:	GPL
URL:		http://foo2zjs.rkkda.com/
Source0:	http://foo2zjs.rkkda.com/foo2zjs.tar.gz
Patch0:		foo2zjs-system_icc2ps.diff
Patch2:		foo2zjs-cflags.diff
Patch3:		foo2zjs-system_jbig.diff
Patch4:		foo2zjs-LDFLAGS.diff
BuildRequires:	bc
BuildRequires:	lcms
BuildRequires:	ghostscript
BuildRequires:	foomatic-filters
BuildRequires:	jbig-devel
Requires:	lcms
Requires:	wget
Requires:	foomatic-db-engine
# psutils, unzip, and mscompress needed by the foo2zjs driver
Requires:	psutils, unzip
Requires:	mscompress
Conflicts:	cups-drivers = 2007
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
Conflicts:	foomatic-db < 1:3.0.2-1.20070820.1mdv2008.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
foo2zjs is an open source printer driver for printers that use the Zenographics
ZjStream wire protocol for their print data, such as the Minolta/QMS magicolor
2300 DL. These printers are often erroneously referred to as winprinters or GDI
printers. Please read the README file for a list of supported printers.

%prep

%setup -q -n %{rname}
%patch0 -p1
%patch2 -p0
%patch3 -p0
%patch4 -p0

# fix attribs
chmod 644 COPYING ChangeLog INSTALL INSTALL.usb README

%build
make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

# Fit udev rules to stricter syntax of new udev
# (blino) don't try to rename the device,
#         it has already been renamed to the exact same name in 50-mdk.rules
#         so udev would skip the rule
#perl -p -i -e 's:(KERNEL|BUS|SYSFS.*?)=([^=]):$1==$2:g;s{SYMLINK=}{SYMLINK+=}g;s{(?:NAME|MODE)=.*?,\s*}{}g;s:===:==:g' hplj10xx.rules

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_datadir}/foomatic/db/source/{driver,opt,printer}
install -d %{buildroot}%{_datadir}/cups/model/%{rname}
#install -d %{buildroot}%{_sysconfdir}/udev/rules.d

make install \
    DESTDIR="%{buildroot}" \
    PREFIX=%{buildroot}%{_prefix} \
    BIN=%{buildroot}%{_bindir} \
    SHAREZJS=%{buildroot}%{_datadir}/%{rname} \
    SHAREOAK=%{buildroot}%{_datadir}/foo2oak \
    SHAREHP=%{buildroot}%{_datadir}/foo2hp \
    SHAREXQX=%{buildroot}%{_datadir}/foo2xqx \
    SHARELAVA=%{buildroot}%{_datadir}/foo2lava \
    SHAREQPDL=%{buildroot}%{_datadir}/foo2qpdl \
    MANDIR=%{buildroot}%{_mandir} \
    DOCDIR=%{buildroot}%{_datadir}/doc/%{rname}/ \
    FOODB=%{buildroot}%{_datadir}/foomatic/db/source \
    MODEL=%{buildroot}%{_datadir}/cups/model/%{rname}

# bork, bork, bork
mv %{buildroot}/bin/usb_printerid %{buildroot}%{_bindir}/

install -m0755 getweb %{buildroot}%{_bindir}/%{rname}-getweb

mv %{buildroot}%{_bindir}/usb_printerid %{buildroot}%{_sbindir}/usb_printerid

install -m0755 hplj1000 %{buildroot}%{_sbindir}/
perl -p -i -e 's:\./(getweb):%{rname}-$1:g' %{buildroot}%{_sbindir}/hplj1000
perl -p -i -e 's:/bin(/usb_printerid):%{_sbindir}$1:g' %{buildroot}%{_sbindir}/hplj1000

ln -s hplj1000 %{buildroot}%{_sbindir}/hplj1005
ln -s hplj1000 %{buildroot}%{_sbindir}/hplj1018
ln -s hplj1000 %{buildroot}%{_sbindir}/hplj1020

#install -m0644 hplj10xx.rules %{buildroot}%{_sysconfdir}/udev/rules.d/70-hplj10xx.rules
#perl -p -i -e 's:%{_sysconfdir}/hotplug/usb:%{_sbindir}:' %{buildroot}%{_sysconfdir}/udev/rules.d/70-hplj10xx.rules

mkdir -p %{buildroot}%{_datadir}/%{name}/firmware

# cleanup
rm -rf %{buildroot}%{_datadir}/doc/%{rname}
rm -rf %{buildroot}%{_mandir}/man1/foo2zjs-icc2ps.1*

# provided by foomatic-db
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Generic-OAKT_Printer.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-Color_LaserJet_CP1215.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2480_MF.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2490_MF.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2530_DL.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Kyocera-KM-1635.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Kyocera-KM-2035.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Xerox-Phaser_6110.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Xerox-Phaser_6115MFP.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-Color_LaserJet_CP1215.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2480_MF.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2490_MF.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2530_DL.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Kyocera-KM-1635.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Kyocera-KM-2035.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Xerox-Phaser_6110.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Xerox-Phaser_6115MFP.xml
# these are provided by foomatic-db-4.0-2.20091014.1mdv2010.0
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Generic-ZjStream_Printer.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_1018.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_M1120_MFP.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_P1005.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_P1006.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_P1007.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_P1008.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_P1505.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_P2014.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Lexmark-C500.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Minolta-magicolor_2200_DL.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C3100.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C3200.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C3300.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C3400.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C3530_MFP.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C5100.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C5200.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C5500.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C5600.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C5800.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Samsung-CLP-315.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Samsung-CLP-610.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Samsung-CLX-2160.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Samsung-CLX-3160.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Samsung-CLX-3175.xml

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc COPYING ChangeLog INSTALL INSTALL.usb README manual.pdf
#%{_sysconfdir}/udev/rules.d/70-hplj10xx.rules
%{_mandir}/man1/arm2hpdl.1*
%{_mandir}/man1/foo2hiperc.1*
%{_mandir}/man1/foo2hiperc-wrapper.1*
%{_mandir}/man1/foo2hp.1*
%{_mandir}/man1/foo2hp2600-wrapper.1*
%{_mandir}/man1/foo2lava.1*
%{_mandir}/man1/foo2lava-wrapper.1*
%{_mandir}/man1/foo2oak.1*
%{_mandir}/man1/foo2oak-wrapper.1*
%{_mandir}/man1/foo2qpdl.1*
%{_mandir}/man1/foo2qpdl-wrapper.1*
%{_mandir}/man1/foo2slx.1*
%{_mandir}/man1/foo2slx-wrapper.1*
%{_mandir}/man1/foo2xqx.1*
%{_mandir}/man1/foo2xqx-wrapper.1*
%{_mandir}/man1/foo2zjs-pstops.1*
%{_mandir}/man1/gipddecode.1*
%{_mandir}/man1/hipercdecode.1*
%{_mandir}/man1/lavadecode.1*
%{_mandir}/man1/oakdecode.1*
%{_mandir}/man1/opldecode.1*
%{_mandir}/man1/printer-profile.1.*
%{_mandir}/man1/qpdldecode.1*
%{_mandir}/man1/%{rname}.1*
%{_mandir}/man1/%{rname}-wrapper.1*
%{_mandir}/man1/slxdecode.1*
%{_mandir}/man1/usb_printerid.1*
%{_mandir}/man1/xqxdecode.1*
%{_mandir}/man1/zjsdecode.1*

%dir %{_datadir}/foo2hp
%dir %{_datadir}/foo2hp/icm
%dir %{_datadir}/%{rname}
%dir %{_datadir}/%{rname}/crd
%dir %{_datadir}/%{rname}/firmware
%dir %{_datadir}/%{rname}/icm
%dir %{_datadir}/foo2xqx
%dir %{_datadir}/foo2lava
%dir %{_datadir}/foo2lava/icm
%dir %{_datadir}/foo2oak
%dir %{_datadir}/foo2oak/icm
%dir %{_datadir}/foo2qpdl
%dir %{_datadir}/foo2qpdl/crd
%dir %{_datadir}/foo2qpdl/icm

%{_datadir}/%{rname}/*.ps
%{_datadir}/%{rname}/crd/*.crd
%{_datadir}/%{rname}/crd/*.ps
%{_datadir}/foo2qpdl/crd/*cms*
%{_datadir}/foo2qpdl/crd/*.ps

%{_datadir}/foomatic/db/source/opt/*.xml
%{_datadir}/foomatic/db/source/printer/*.xml
%{_datadir}/foomatic/db/source/driver/*.xml


%dir %{_datadir}/cups/model/%{rname}
%{_datadir}/cups/model/%{rname}/Generic-OAKT_Printer.ppd*
%{_datadir}/cups/model/%{rname}/Generic-ZjStream_Printer.ppd*
%{_datadir}/cups/model/%{rname}/HP-Color_LaserJet_1500.ppd*
%{_datadir}/cups/model/%{rname}/HP-Color_LaserJet_1600.ppd*
%{_datadir}/cups/model/%{rname}/HP-Color_LaserJet_2600n.ppd*
%{_datadir}/cups/model/%{rname}/HP-Color_LaserJet_CP1215.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_1000.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_1005.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_1018.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_1020.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_1022.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_M1005_MFP.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_M1120_MFP.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_M1319_MFP.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P1005.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P1006.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P1007.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P1008.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P1505.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P2014.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P2035.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_2480_MF.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_2490_MF.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_2530_DL.ppd*
%{_datadir}/cups/model/%{rname}/Kyocera-KM-1635.ppd*
%{_datadir}/cups/model/%{rname}/Kyocera-KM-2035.ppd*
%{_datadir}/cups/model/%{rname}/Lexmark-C500.ppd.gz
%{_datadir}/cups/model/%{rname}/Minolta-Color_PageWorks_Pro_L.ppd*
%{_datadir}/cups/model/%{rname}/Minolta-magicolor_2200_DL.ppd*
%{_datadir}/cups/model/%{rname}/Minolta-magicolor_2300_DL.ppd*
%{_datadir}/cups/model/%{rname}/Minolta-magicolor_2430_DL.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C3100.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C3200.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C3300.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C3400.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C3530_MFP.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C5100.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C5200.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C5500.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C5600.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C5800.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLP-300.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLP-315.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLP-600.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLP-610.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLX-2160.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLX-3160.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLX-3175.ppd*
%{_datadir}/cups/model/%{rname}/Xerox-Phaser_6110.ppd*
%{_datadir}/cups/model/%{rname}/Xerox-Phaser_6115MFP.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_1600W.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_1680MF.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_1690MF.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_4690MF.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLP-310.ppd*
# added since 20101208, may conflict with foomatic-db later
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P1505n.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P2014n.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P2035n.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_Pro_CP1025nw.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_Pro_P1102.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_Pro_P1102w.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_Pro_P1566.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_Pro_P1606dn.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C110.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C5650.ppd*
%{_datadir}/cups/model/%{rname}/Olivetti-d-Color_P160W.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLP-620.ppd*
%{_datadir}/cups/model/%{rname}/Xerox-Phaser_6121MFP.ppd*

%{_datadir}/foo2zjs/hplj1020_icon.gif
%{_datadir}/foo2zjs/hplj10xx_gui.tcl

%defattr(0755,root,root,0755)
%{_bindir}/%{rname}
%{_bindir}/%{rname}-getweb
%{_bindir}/%{rname}-wrapper
%{_bindir}/printer-profile
%{_bindir}/arm2hpdl
%{_bindir}/foo2hiperc
%{_bindir}/foo2hiperc-wrapper
%{_bindir}/foo2hp
%{_bindir}/foo2hp2600-wrapper
%{_bindir}/foo2lava
%{_bindir}/foo2lava-wrapper
%{_bindir}/foo2oak
%{_bindir}/foo2oak-wrapper
%{_bindir}/foo2qpdl
%{_bindir}/foo2qpdl-wrapper
%{_bindir}/foo2slx
%{_bindir}/foo2slx-wrapper
%{_bindir}/foo2xqx
%{_bindir}/foo2xqx-wrapper
%{_bindir}/foo2zjs-pstops
%{_bindir}/gipddecode
%{_bindir}/hipercdecode
%{_bindir}/lavadecode
%{_bindir}/oakdecode
%{_bindir}/opldecode
%{_bindir}/qpdldecode
%{_bindir}/slxdecode
%{_bindir}/xqxdecode
%{_bindir}/zjsdecode
%{_sbindir}/usb_printerid
%{_sbindir}/hplj1000
%{_sbindir}/hplj1005
%{_sbindir}/hplj1018
%{_sbindir}/hplj1020



%changelog
* Sat Feb 04 2012 root <root@build-client_i586-2.rosalab.ru> 0.0-0.20101208.4
+ Revision: 80a3583
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16116 |14mr|cups-drivers-lbp660-0.3.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname lbp660

Summary:	Linux Canon LBP-460/660 driver
Name:		cups-drivers-%{rname}
Version:	0.3.1
Release:	7
License:	GPL
Group:		System/Printing
URL:		http://www.boichat.ch/nicolas/lbp660/
Source0:	http://www.boichat.ch/nicolas/lbp660/lbp660-%{version}.tar.gz
Patch0:		lbp660-0.3.1-ldflags.patch
Requires:	cups
Conflicts:	cups-drivers = 2007
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
ExclusiveArch:	%{ix86} x86_64

%description
In this package there is a linux driver for the Canon LBP-660 and
LBP-460 printers.

This package contains CUPS drivers (PPD) for the following printers:

 o Canon-LBP-460
 o Canon-LBP-660

%prep

%setup -q -n %{rname}-%{version}
%patch0 -p1 -b .ldflags

%build

%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

# Correct PPD files to pass "cupstestppd"
perl -p -i -e "s/DefaultNoReset/DefaultAlwaysReset/" ppd/*.ppd

# Do not generate a log file with fixed name, security problem!
perl -p -i -e "s:/tmp/lbp.60.log:/dev/null:" ppd/*.ppd

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/cups/model/%{rname}

install -m0755 lbp[46]60 %{buildroot}%{_bindir}/
install -m0755 lbp[46]60-* %{buildroot}%{_bindir}/
install -m0644 ppd/*.ppd %{buildroot}%{_datadir}/cups/model/%{rname}/

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc COPYING NEWS README THANKS TODO
# "%{rname}" talks directly to the parallel port I/O 0x378, not to /dev/lp0
# Therefore SUID "root" is needed. Program only executable by "lp" & "root"
# (group-executable).
%attr(4750,root,sys) %{_bindir}/%{rname}
%attr(4750,root,sys) %{_bindir}/lbp460
%attr(0755,root,root) %{_bindir}/lbp[46]60-*
%attr(0755,root,root) %dir %{_datadir}/cups/model/%{rname}
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Canon-LBP-460-lbp460.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Canon-LBP-660-%{rname}.ppd*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.1-7
+ Revision: a430a3a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16117 |14mr|cups-drivers-lxx74-0.8.4.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname lxx74

Summary:	A Linux Printer Driver for Lexmark X74 All In One
Name:		cups-drivers-%{rname}
Version:	0.8.4.2
Release:	12
License:	GPL
Group:		System/Printing
URL:		http://home.online.no/~enrio/
Source0:	http://home.online.no/~enrio/%{rname}-cups-%{version}.tar.gz
Requires:	cups
BuildRequires:	cups-devel
BuildRequires:	cups
Conflicts:	cups-drivers = 2007
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A Linux Printer Driver for Lexmark X74 All In One

The driver also works with:
 o Lexmark X75

The driver also should work with:
 o Compaq  - IJ670 Series, Inkjet Printer
 o Lexmark - Inkjet 4104, Inkjet Printer, Lexmark X76, Lexmark Z13,
             Lexmark Z14, Lexmark Z23-Z33, Lexmark Z24-Z34, Lexmark Z25-Z35
 o Samsung - MJC-940_2200_530, MJC-950_2130_530

This package contains CUPS drivers (PPD) for the following printers:

 o Compaq IJ670
 o Compaq Inkjet Printer
 o Lexmark All In One
 o Lexmark Inkjet Printer
 o Lexmark X74
 o Lexmark X75
 o Lexmark X76
 o Lexmark Z13
 o Lexmark Z14
 o Lexmark Z23
 o Lexmark Z24
 o Lexmark Z25
 o Lexmark Z33
 o Lexmark Z34
 o Lexmark Z35
 o Samsung MJC-2130
 o Samsung MJC-2200
 o Samsung MJC-530
 o Samsung MJC-940
 o Samsung MJC-950
 o Lexmark All In One

%prep

%setup -q -n %{rname}-cups-%{version}

%build
perl -p -i -e "s|gcc|gcc %{optflags} %{ldflags}|g" Makefile
make clean
%make

gunzip lxx74.ppd.gz
cp lxx74.ppd Compaq-IJ670-lxx74.ppd
perl -p -i -e 's/All In One/IJ670/gi' Compaq-IJ670-lxx74.ppd
cp lxx74.ppd Compaq-Inkjet_Printer-lxx74.ppd
perl -p -i -e 's/All In One/Inkjet Printer/gi' Compaq-Inkjet_Printer-lxx74.ppd
perl -p -i -e 's/Lexmark/Compaq/gi' Compaq-*-lxx74.ppd
cp lxx74.ppd Lexmark-X74-lxx74.ppd
perl -p -i -e 's/All In One/X74/gi' Lexmark-X74-lxx74.ppd
cp lxx74.ppd Lexmark-X75-lxx74.ppd
perl -p -i -e 's/All In One/X75/gi' Lexmark-X75-lxx74.ppd
cp lxx74.ppd Lexmark-X76-lxx74.ppd
perl -p -i -e 's/All In One/X76/gi' Lexmark-X76-lxx74.ppd
cp lxx74.ppd Lexmark-Z13-lxx74.ppd
perl -p -i -e 's/All In One/Z13/gi' Lexmark-Z13-lxx74.ppd
cp lxx74.ppd Lexmark-Z14-lxx74.ppd
perl -p -i -e 's/All In One/Z14/gi' Lexmark-Z14-lxx74.ppd
cp lxx74.ppd Lexmark-Z23-lxx74.ppd
perl -p -i -e 's/All In One/Z23/gi' Lexmark-Z23-lxx74.ppd
cp lxx74.ppd Lexmark-Z33-lxx74.ppd
perl -p -i -e 's/All In One/Z33/gi' Lexmark-Z33-lxx74.ppd
cp lxx74.ppd Lexmark-Z24-lxx74.ppd
perl -p -i -e 's/All In One/Z24/gi' Lexmark-Z24-lxx74.ppd
cp lxx74.ppd Lexmark-Z34-lxx74.ppd
perl -p -i -e 's/All In One/Z34/gi' Lexmark-Z34-lxx74.ppd
cp lxx74.ppd Lexmark-Z25-lxx74.ppd
perl -p -i -e 's/All In One/Z25/gi' Lexmark-Z25-lxx74.ppd
cp lxx74.ppd Lexmark-Z35-lxx74.ppd
perl -p -i -e 's/All In One/Z35/gi' Lexmark-Z35-lxx74.ppd
cp lxx74.ppd Lexmark-Inkjet_Printer-lxx74.ppd
perl -p -i -e 's/All In One/Inkjet Printer/gi' Lexmark-Inkjet_Printer-lxx74.ppd
cp lxx74.ppd Lexmark-InkJet_4104-lxx74.ppd
perl -p -i -e 's/All In One/Inkjet 4104/gi' Lexmark-Inkjet_4104-lxx74.ppd
cp lxx74.ppd Samsung-MJC-940-lxx74.ppd
perl -p -i -e 's/All In One/MJC-940/gi' Samsung-MJC-940-lxx74.ppd
cp lxx74.ppd Samsung-MJC-950-lxx74.ppd
perl -p -i -e 's/All In One/MJC-950/gi' Samsung-MJC-950-lxx74.ppd
cp lxx74.ppd Samsung-MJC-2200-lxx74.ppd
perl -p -i -e 's/All In One/MJC-2200/gi' Samsung-MJC-2200-lxx74.ppd
cp lxx74.ppd Samsung-MJC-2130-lxx74.ppd
perl -p -i -e 's/All In One/MJC-2130/gi' Samsung-MJC-2130-lxx74.ppd
cp lxx74.ppd Samsung-MJC-530-lxx74.ppd
perl -p -i -e 's/All In One/MJC-530/gi' Samsung-MJC-530-lxx74.ppd
perl -p -i -e 's/Lexmark/Samsung/gi' Samsung-*-lxx74.ppd
gzip -9 *.ppd

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/cups
install -d %{buildroot}%{_prefix}/lib/cups/filter
install -d %{buildroot}%{_datadir}/cups/data
install -d %{buildroot}%{_datadir}/cups/model/%{rname}

install -m0755 rasterto%{rname} %{buildroot}%{_prefix}/lib/cups/filter/rasterto%{rname}.bin
install -m0644 self-portrait.out.gz %{buildroot}%{_datadir}/cups/data/self-portrait.out.gz

cat << EOF > %{buildroot}%{_prefix}/lib/cups/filter/rasterto%{rname}
#!/bin/bash
export self_portrait="%{_datadir}/cups/data/self-portrait.out.gz"
exec %{_prefix}/lib/cups/filter/rasterto%{rname}.bin "\$@"
EOF
chmod 755 %{buildroot}%{_prefix}/lib/cups/filter/rasterto%{rname}

install -m0644 %{rname}.types %{buildroot}%{_sysconfdir}/cups/
install -m0644 %{rname}.convs %{buildroot}%{_sysconfdir}/cups/
install -m0644 *.ppd* %{buildroot}%{_datadir}/cups/model/%{rname}/

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cups/%{rname}.convs
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cups/%{rname}.types
%attr(0755,root,root) %{_prefix}/lib/cups/filter/rasterto%{rname}.bin
%attr(0755,root,root) %{_prefix}/lib/cups/filter/rasterto%{rname}
%attr(0644,root,root) %{_datadir}/cups/data/self-portrait.out*
%attr(0755,root,root) %dir %{_datadir}/cups/model/%{rname}
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Compaq-IJ670-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Compaq-Inkjet_Printer-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Lexmark-InkJet_4104-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Lexmark-Inkjet_Printer-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Lexmark-X74-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Lexmark-X75-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Lexmark-X76-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Lexmark-Z13-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Lexmark-Z14-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Lexmark-Z23-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Lexmark-Z24-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Lexmark-Z25-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Lexmark-Z33-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Lexmark-Z34-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Lexmark-Z35-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Samsung-MJC-2130-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Samsung-MJC-2200-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Samsung-MJC-530-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Samsung-MJC-940-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/Samsung-MJC-950-%{rname}.ppd*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.4.2-12
+ Revision: f1b8fad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16118 |14mr|cups-drivers-lz11-1.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname lz11

Summary:	Printer Drivers for the Lexmark Z11 and Compaq IJ300 printer
Name:		cups-drivers-%{rname}
Version:	1.2
Release:	12
License:	GPL
Group:		System/Printing
URL:		http://sourceforge.net/projects/lz11/
Source0:	http://easynews.dl.sourceforge.net/sourceforge/lz11/lz11-V2-%{version}.tar.gz
Patch0:		lz11-V2-1.2-format_not_a_string_literal_and_no_format_arguments.diff
Conflicts:	cups-drivers = 2007
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A Linux printer driver/filter for the Lexmark Z11 and the Compaq IJ300 printer,
supporting color and b/w printing, variable page size and more.

This package contains CUPS drivers (PPD) for the following printers:

 o Compaq IJ300
 o Lexmark Z11

%prep

%setup -q -n lz11-V2-%{version}
%patch0 -p0

%build
make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/LexmarkZ11
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/cups/model

install -m0755 cZ11-V2 %{buildroot}%{_bindir}/
install -m0755 cZ11 %{buildroot}%{_bindir}/
install -m0755 cZ11-bit* %{buildroot}%{_bindir}/
install -m0755 lz11.[^c]* %{buildroot}%{_bindir}/
install -m0644 lz11.conf %{buildroot}/etc/LexmarkZ11/
install -m0644 *.ppd %{buildroot}%{_datadir}/cups/model/

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc ChangeLog README release-notes-*
%attr(0644,root,sys) %config(noreplace) %{_sysconfdir}/LexmarkZ11/lz11.conf
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_datadir}/cups/model/Lexmark-Z11-lz11-V2.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/Compaq-IJ300-lz11-V2.ppd*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-12
+ Revision: dd38355
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16119 |14mr|cups-drivers-m2300w-0.51-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname m2300w

Summary:	Konica Minolta magicolor 2300W and 2400W Printer Driver
Name:		cups-drivers-%{rname}
Version:	0.51
Release:	14
License:	GPL
Group:		System/Printing
URL:		http://sourceforge.net/projects/m2300w/
Source0:	http://downloads.sourceforge.net/m2300w/%{rname}-%{version}.tar.gz
Patch0:		m2300w-0.3-noppdbuild.patch
Patch1:		m2300w-0.2-ppc-build-fix.patch
Patch2:		m2300w-0.51-LDFLAGS.diff
Requires:	foomatic-db-engine
Requires:	cups
Conflicts:	cups-drivers = 2007
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
Conflicts:	foomatic-db < 1:3.0.2-1.20070820.1mdv2008.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The m2300w driver is a Linux printer driver for the Konica Minolta magicolor
2300W and 2400W color laser printers. It is intended for being used in
conjunction with ghostscript, foomatic and CUPS.

This package contains CUPS drivers (PPD) for the following printers:

 o Minolta magicolor 2300W
 o Minolta magicolor 2400W

%prep

%setup -q -n %{rname}-%{version}
%patch0 -p0
%patch1 -p0 -b .ppc
%patch2 -p0

%build
rm -f configure
autoconf
%configure2_5x

# Omit the installation of the PPD in the Makefile, we use the Foomatic
# XML data
perl -p -i -e "s/src psfiles foomatic ppd/src psfiles/" Makefile
%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/foomatic/db/source/{driver,opt,printer}
install -d %{buildroot}%{_datadir}/cups/model/%{rname}

%makeinstall INSTROOT=%{buildroot}

for dir in driver opt printer; do
    install -c -m 644 foomatic/$dir/*.xml %{buildroot}%{_datadir}/foomatic/db/source/$dir/
done

install -m0644 ppd/*.ppd %{buildroot}%{_datadir}/cups/model/%{rname}/

# cleanup
rm -rf %{buildroot}%{_datadir}/doc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING INSTALL README README.ghostscript
%attr(0755,root,root) %{_bindir}/%{rname}
%attr(0755,root,root) %{_bindir}/%{rname}-wrapper
%attr(0755,root,root) %{_bindir}/m2400w
%{_datadir}/%{rname}
%attr(0644,root,root) %{_datadir}/foomatic/db/source/opt/*.xml
%attr(0644,root,root) %{_datadir}/foomatic/db/source/printer/*.xml
%attr(0644,root,root) %{_datadir}/foomatic/db/source/driver/*.xml
%attr(0755,root,root) %dir %{_datadir}/cups/model/%{rname}
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/magicolor_2300W-%{rname}.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/%{rname}/magicolor_2400W-m2400w.ppd*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.51-14
+ Revision: 77e8e0e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16120 |14mr|cups-drivers-magicolor2430dl-1.6.1-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname magicolor2430dl

Summary:	Cups Driver for KONICA MINOLTA magicolor 2430 DL
Name:		cups-drivers-%{rname}
Version:	1.6.1
Release:	15
License:	GPL
Group:		System/Printing
URL:		http://printer.konicaminolta.net/
Source0:	magicolor2430DL-%{version}.tar.gz
Patch0:		magicolor2430DL-shared_system_libs.diff
BuildRequires:	automake
BuildRequires:	cups-devel
BuildRequires:	jbig-devel
BuildRequires:	lcms-devel
Requires:	cups
Conflicts:	cups-drivers = 2007
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package contains KONICA MINOLTA CUPS LavaFlow stream(PCL-like) filter
rastertokm2430dl and the PPD file. The filter converts CUPS raster data to
KONICA MINOLTA LavaFlow stream.

This package contains CUPS drivers (PPD) for the following printers:

 o KONICA MINOLTA magicolor 2430 DL printer

%prep

%setup -q -n magicolor2430DL-%{version}
%patch0 -p0

# Fix copy of CUPS headers in kmlf.h
perl -p -i -e 's:\bcups_strlcpy:_cups_strlcpy:g' src/kmlf.h

# Remove asterisks from group names in PPD file
gzip -dc src/km_en.ppd.gz | perl -p -e 's/(Group:\s+)\*/$1/g' | gzip > src/km_en.tmp.ppd.gz && mv -f src/km_en.tmp.ppd.gz src/km_en.ppd.gz

# Add support for the magicolor 2300 DL
gzip -dc src/km_en.ppd.gz | perl -p -e 's:2430(\s*DL):2300$1:g' | gzip > src/km2300dl.ppd.gz

# Determine the directory for the CUPS filters using the correct method
perl -p -i -e 's:(CUPS_SERVERBIN=)"\$libdir/cups":$1`cups-config --serverbin`:' configure*

%build
rm -f configure
libtoolize --force --copy; aclocal; automake --add-missing --copy --foreign; autoconf

%configure2_5x

%make

%install
rm -rf %{buildroot}

%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%{_prefix}/lib/cups/filter/rastertokm2430dl
%{_datadir}/KONICA_MINOLTA/mc2430DL
%attr(0644,root,root) %{_datadir}/cups/model/KONICA_MINOLTA/km2430dl.ppd*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.1-15
+ Revision: 3320bec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16121 |14mr|cups-drivers-magicolor2530dl-2.1.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname magicolor2530dl

Summary:	Cups Driver for KONICA MINOLTA magicolor 2530 DL
Name:		cups-drivers-%{rname}
Version:	2.1.1
Release:	16
License:	GPL
Group:		System/Printing
URL:		http://printer.konicaminolta.net/
Source0:	magicolor2530DL-%{version}.tar.gz
Patch0:		magicolor2430DL-shared_system_libs.diff
BuildRequires:	automake
BuildRequires:	cups-devel
BuildRequires:	jbig-devel
BuildRequires:	lcms-devel
Requires:	cups
Conflicts:	cups-drivers = 2007
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package contains KONICA MINOLTA CUPS LavaFlow stream(PCL-like) filter
rastertokm2530dl and the PPD file. The filter converts CUPS raster data to
KONICA MINOLTA LavaFlow stream.

This package contains CUPS drivers (PPD) for the following printers:

 o KONICA MINOLTA magicolor 2530 DL printer

%prep

%setup -q -n magicolor2530DL-%{version}
%patch0 -p0

# Fix copy of CUPS headers in kmlf.h
perl -p -i -e 's:\bcups_strlcpy:_cups_strlcpy:g' src/kmlf.h

# Remove asterisks from group names in PPD file
gzip -dc src/km_en.ppd.gz | perl -p -e 's/(Group:\s+)\*/$1/g' | gzip > src/km_en.tmp.ppd.gz && mv -f src/km_en.tmp.ppd.gz src/km_en.ppd.gz

# Determine the directory for the CUPS filters using the correct method
perl -p -i -e 's:(CUPS_SERVERBIN=)"\$libdir/cups":$1`cups-config --serverbin`:' configure*

%build
rm -f configure
libtoolize --force --copy; aclocal; automake --add-missing --copy --foreign; autoconf

%configure2_5x

%make

%install
rm -rf %{buildroot}

%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%{_prefix}/lib/cups/filter/rastertokm2530dl
%{_datadir}/KONICA_MINOLTA/mc2530DL
%attr(0644,root,root) %{_datadir}/cups/model/KONICA_MINOLTA/km2530dl.ppd*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.1-16
+ Revision: 50835cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16122 |14mr|cups-drivers-magicolor5430dl-1.8.1-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname magicolor5430dl

Summary:	Cups Driver for KONICA MINOLTA magicolor 5430 DL
Name:		cups-drivers-%{rname}
Version:	1.8.1
Release:	15
License:	GPL
Group:		System/Printing
URL:		http://printer.konicaminolta.net/
Source0:	magicolor5430DL-%{version}.tar.gz
Patch0:		magicolor2430DL-shared_system_libs.diff
BuildRequires:	automake
BuildRequires:	cups-devel
BuildRequires:	jbig-devel
BuildRequires:	lcms-devel
Requires:	cups
Conflicts:	cups-drivers = 2007
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package contains KONICA MINOLTA CUPS LavaFlow stream(PCL-like) filter
rastertokm5430dl and the PPD file. The filter converts CUPS raster data to
KONICA MINOLTA LavaFlow stream.

This package contains CUPS drivers (PPD) for the following printers:

 o KONICA MINOLTA magicolor 5430 DL printer

%prep

%setup -q -n magicolor5430DL-%{version}
%patch0 -p0

# Fix copy of CUPS headers in kmlf.h
perl -p -i -e 's:\bcups_strlcpy:_cups_strlcpy:g' src/kmlf.h

# Remove asterisks from group names in PPD file
gzip -dc src/km_en.ppd.gz | perl -p -e 's/(Group:\s+)\*/$1/g' | gzip > src/km_en.tmp.ppd.gz && mv -f src/km_en.tmp.ppd.gz src/km_en.ppd.gz

# Determine the directory for the CUPS filters using the correct method
perl -p -i -e 's:(CUPS_SERVERBIN=)"\$libdir/cups":$1`cups-config --serverbin`:' configure*

%build
rm -f configure
libtoolize --force --copy; aclocal; automake --add-missing --copy --foreign; autoconf

%configure2_5x

%make

%install
rm -rf %{buildroot}

%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%{_prefix}/lib/cups/filter/rastertokm5430dl
%{_datadir}/KONICA_MINOLTA/mc5430DL
%attr(0644,root,root) %{_datadir}/cups/model/KONICA_MINOLTA/km5430dl.ppd*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.1-15
+ Revision: fefddd7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16123 |14mr|cups-drivers-magicolor5440dl-1.2.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname magicolor5440dl

Summary:	Cups Driver for KONICA MINOLTA magicolor 5440 DL
Name:		cups-drivers-%{rname}
Version:	1.2.1
Release:	14
License:	GPL
Group:		System/Printing
URL:		http://printer.konicaminolta.net/
Source0:	magicolor5440DL-%{version}.tar.gz
Patch0:		magicolor2430DL-shared_system_libs.diff
BuildRequires:	automake
BuildRequires:	cups-devel
BuildRequires:	jbig-devel
BuildRequires:	lcms-devel
Requires:	cups
Conflicts:	cups-drivers = 2007
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package contains KONICA MINOLTA CUPS LavaFlow stream(PCL-like) filter
rastertokm5440dl and the PPD file. The filter converts CUPS raster data to
KONICA MINOLTA LavaFlow stream.

This package contains CUPS drivers (PPD) for the following printers:

 o KONICA MINOLTA magicolor 5440 DL printer

%prep

%setup -q -n magicolor5440DL-%{version}
%patch0 -p0

# Fix copy of CUPS headers in kmlf.h
perl -p -i -e 's:\bcups_strlcpy:_cups_strlcpy:g' src/kmlf.h

# Remove asterisks from group names in PPD file
gzip -dc src/km_en.ppd.gz | perl -p -e 's/(Group:\s+)\*/$1/g' | gzip > src/km_en.tmp.ppd.gz && mv -f src/km_en.tmp.ppd.gz src/km_en.ppd.gz

# Determine the directory for the CUPS filters using the correct method
perl -p -i -e 's:(CUPS_SERVERBIN=)"\$libdir/cups":$1`cups-config --serverbin`:' configure*

%build
rm -f configure
libtoolize --force --copy; aclocal; automake --add-missing --copy --foreign; autoconf

%configure2_5x

%make

%install
rm -rf %{buildroot}

%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%{_prefix}/lib/cups/filter/rastertokm5440dl
%{_datadir}/KONICA_MINOLTA/mc5440DL
%attr(0644,root,root) %{_datadir}/cups/model/KONICA_MINOLTA/km5440dl.ppd*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.1-14
+ Revision: 0d45a6d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16124 |14mr|cups-drivers-pegg-0.23-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CUPS printer drivers for Casio USB label printers
Name:		cups-drivers-pegg
Version:	0.23
Release:	13
License:	GPL
Group:		System/Printing
URL:		http://www.tu-harburg.de/~soda0231/pegg/pegg.html
# the http://www.tu-harburg.de/~soda0231/pegg/files/ resource is gone
Source0:	pegg-0.23.tar.bz2
Source1:	xbm2crw-0.4.tar.bz2
Source2:	cups2pegg-0.21a.tar.bz2
Source3:	pegg_el-0.11.tar.bz2
Patch0:		cups-drivers-pegg-0.23-LDFLAGS.diff
Requires:	imagemagick
Requires:	cups
BuildRequires:	libusb-devel
Conflicts:	cups-drivers = 2007
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
CUPS printer drivers for  Casio USB label printers.

This package contains CUPS drivers (PPD) for the following printers:

 o CASIO Computer CO. LTD. EL-700 EL-5000W
 o CASIO Computer CO. LTD. KL-P1000 KL-E11
 o CASIO Computer CO. LTD. KP-C10 KP-C50

%prep

%setup -q -c -T -n %{name}-%{version} -a0 -a1 -a2 -a3
%patch0 -p1

# gunzip the man pages
find -name "*.1.gz" | xargs gunzip

%build

%make -C pegg-* CFLAGS="%{optflags}" LIB_PATH="%{_libdir}" LDFLAGS="%{ldflags}"

%make -C pegg_el-*/src CFLAGS="%{optflags}" LIB_PATH="%{_libdir}" LDFLAGS="%{ldflags}"

# Suppress logging in cups2pegg backend
perl -p -i -e "s:/var/log/cups/cups2pegg.log:/dev/null:" cups2pegg*/src/cups2pegg

# Fix PPD file
perl -p -i -e 's/^(\*ModelName:).*$/$1 "CASIO Computer CO. LTD. EL-700 EL-5000W"/' cups2pegg-*/src/ppd/casio_el.ppd
perl -p -i -e 's/^(\*ShortNickName:).*$/$1 "CASIO EL-700 EL-5000W"/' cups2pegg-*/src/ppd/casio_el.ppd
perl -p -i -e 's/^(\*ModelName:).*$/$1 "CASIO Computer CO. LTD. KL-P1000 KL-E11"/' cups2pegg-*/src/ppd/casio_kl.ppd
perl -p -i -e 's/^(\*ShortNickName:).*$/$1 "CASIO KL-P1000 KL-E11"/' cups2pegg-*/src/ppd/casio_kl.ppd
perl -p -i -e 's/: Letter/: 128_64/' cups2pegg-*/src/ppd/casio_kl.ppd
perl -p -i -e 's/^(\*ModelName:).*$/$1 "CASIO Computer CO. LTD. KP-C10 KP-C50"/' cups2pegg-*/src/ppd/casio_kp.ppd
perl -p -i -e 's/^(\*ShortNickName:).*$/$1 "CASIO KP-C10 KP-C50"/' cups2pegg-*/src/ppd/casio_kp.ppd
perl -p -i -e 's/: Letter/: 512_64/' cups2pegg-*/src/ppd/casio_kp.ppd

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_prefix}/lib/cups/backend
install -d %{buildroot}%{_datadir}/cups/model/pegg
install -d %{buildroot}%{_mandir}/man1

install -m0755 pegg-*/pegg %{buildroot}%{_bindir}/
install -m0755 pegg_el-*/src/pegg_el %{buildroot}%{_bindir}/
install -m0755 xbm2crw*/xbm2crw %{buildroot}%{_bindir}/
install -m0755 cups2pegg*/src/cups2pegg %{buildroot}%{_prefix}/lib/cups/backend/
install -m0644 pegg-*/pegg.1 %{buildroot}%{_mandir}/man1/
install -m0644 pegg_el-*/src/pegg_el.1 %{buildroot}%{_mandir}/man1/
install -m0644 cups2pegg-*/src/ppd/*.ppd* %{buildroot}%{_datadir}/cups/model/pegg/

rm -rf installed_docs
mkdir -p installed_docs/{pegg_el,xbm2crw,cups2pegg}
cp pegg_el-*/README pegg_el-*/TODO pegg_el-*/INSTALL installed_docs/pegg_el/
cp xbm2crw-*/README installed_docs/xbm2crw/
cp cups2pegg-*/*.png cups2pegg-*/*.html installed_docs/cups2pegg/

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc pegg-*/CHANGELOG pegg-*/README pegg-*/LICENSE pegg-*/INSTALL installed_docs/*
%attr(0755,root,root) %{_bindir}/pegg
%attr(0755,root,root) %{_bindir}/pegg_el
%attr(0755,root,root) %{_bindir}/xbm2crw
%attr(0755,root,root) %{_prefix}/lib/cups/backend/cups2pegg
%attr(0755,root,root) %dir %{_datadir}/cups/model/pegg
%attr(0644,root,root) %{_datadir}/cups/model/pegg/*.ppd*
%attr(0644,root,root) %{_mandir}/man1/pegg*.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.23-13
+ Revision: 9c0d111
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16125 |14mr|cups-drivers-ptouch-1.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname ptouch

Summary:	CUPS/foomatic driver for Brother P-touch label printers
Name:		cups-drivers-%{rname}
Version:	1.3
Release:	9
License:	GPL
Group:		System/Printing
URL:		http://www.diku.dk/~panic/P-touch/
Source0:	http://www.diku.dk/~panic/P-touch/%{rname}-driver-%{version}.tar.gz
Requires:	cups
BuildRequires:	cups
BuildRequires:	cups-devel
BuildRequires:	ghostscript
Conflicts:	cups-drivers = 2007
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
Conflicts:	foomatic-db < 1:3.0.2-1.20070820.1mdv2008.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The ptouch-driver consists of a CUPS raster filter for driving the family of
Brother P-touch label printers.

This package contains CUPS foomatic drivers for the following printers:

%prep
%setup -q -n %{rname}-driver-%{version}

%build

%configure2_5x \
    --libdir=%{_prefix}/lib

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/cups/model/%{rname}

%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING ChangeLog NEWS README
%attr(0755,root,root) %{_prefix}/lib/cups/filter/rastertoptch
%attr(0644,root,root) %{_datadir}/foomatic/db/source/printer/*.xml
%attr(0644,root,root) %{_datadir}/foomatic/db/source/driver/*.xml
%attr(0644,root,root) %{_datadir}/foomatic/db/source/opt/*.xml
%attr(0755,root,root) %dir %{_datadir}/cups/model/%{rname}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-9
+ Revision: 9d4baae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16126 |14mr|cups-drivers-splix-2.0.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname splix

Summary:	CUPS printer drivers for SPL (Samsung Printer Language) printers
Name:		cups-drivers-%{rname}
Version:	2.0.0
Release:	8
License:	GPL
Group:		System/Printing
URL:		http://splix.ap2c.org/
Source0:	http://downloads.sourceforge.net/splix/%{rname}-%{version}.tar.bz2
Patch0:		splix-2.0.0-ldflags.patch
Patch1:		splix-2.0.0-tools-nojbig.patch
Patch2:		splix-2.0.0-gcc44.patch
Patch3:		splix-2.0.0-gcc45.diff
Requires:	cups
BuildRequires:	cups
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(Qt3Support)
BuildRequires:	ghostscript
Conflicts:	cups-drivers = 2007
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007

%description
SpliX is a set of CUPS printer drivers for SPL (Samsung Printer Language)
printers. If you have a such printer, you need to download and use SpliX.
Moreover you will find documentation about this proprietary language.

This package contains CUPS drivers (PPD) for Dell, Samsung and Xerox
printers.

%prep
%setup -q -n %{rname}-%{version}
%patch0 -p1 -b .ldflags
%patch1 -p1 -b .tools-nojbig
%patch2 -p1 -b .gcc44
%patch3 -p0 -b .gcc45

%build
# note: build using DISABLE_JBIG=1 because of possible patent issue
%make V=1 OPTIM_CXXFLAGS="%{optflags}" LDFLAGS="%{ldflags}" DISABLE_JBIG=1
%make CXXFLAGS="%{optflags} `pkg-config QtCore --cflags`" \
      LIBS="`pkg-config QtCore --libs` %{ldflags}" -C tools

%install
rm -rf %{buildroot}
%makeinstall_std
mkdir -p %{buildroot}%{_bindir}
install -m0755 tools/decompress %{buildroot}%{_bindir}/%{name}-decompress

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING ChangeLog README THANKS TODO
%{_datadir}/cups/model/dell
%{_datadir}/cups/model/samsung
%{_datadir}/cups/model/xerox
%defattr(0755,root,root,0755)
%{_bindir}/%{name}-decompress
%{_prefix}/lib/cups/filter/pstoqpdl
%{_prefix}/lib/cups/filter/rastertoqpdl



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.0-8
+ Revision: 2d47e86
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16127 |14mr|cups-filters-1.0.54-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontembed_major 1
%define cupsfilters_major 1

%define fontembed %mklibname fontembed %{fontembed_major}
%define fontembeddevel %mklibname fontembed -d
%define cupsfilters %mklibname cupsfilters %{cupsfilters_major}
%define cupsfiltersdevel %mklibname cupsfilters -d

Summary:	Print filters for use with CUPS
Name:		cups-filters
Version:	1.0.54
Release:	3
# For a breakdown of the licensing, see COPYING file
# GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
#                   imagetopdf, pstopdf, texttopdf
#         backends: parallel, serial
# GPLv2+:  filters: gstopxl, textonly, texttops, imagetops
# GPLv3:   filters: bannertopdf
# GPLv3+:  filters: urftopdf
# LGPLv2+:   utils: cups-browsed
# MIT:     filters: gstoraster, pdftoijs, pdftoopvp, pdftopdf, pdftoraster
License:	GPLv2+ and GPLv3+ and LGPLv2.1+ and MIT
Group:		System/Printing
Url:		http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
Source0:	http://openprinting.org/download/%name/%{name}-%{version}.tar.xz
Source1:	cups-browsed.service
# Fedora patches:
Patch1:		cups-filters-makefile.patch
Patch2:		cups-filters-execmem.patch
# pdftops needs to be found
BuildRequires:	poppler
BuildRequires:	python-cups
BuildRequires:	ghostscript-devel
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ijs)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libqpdf)
BuildRequires:	pkgconfig(poppler)
BuildRequires:	pkgconfig(poppler-cpp)
Requires:	bc
# For pdftops
Requires:	poppler
Conflicts:	cups < 1.7.0
Conflicts:	ghostscript-common < 9.14

# cups-browsed
Requires(post,preun,postun):	systemd

%description
This project provides backends, filters, and other software that was once part
of the core CUPS distribution but is no longer maintained by Apple Inc.

In addition, it contains additional filters and software developed
independently of Apple, especially filters for the PDF-centric printing
workflow introduced by OpenPrinting and a daemon to browse Bonjour broadcasts
of remote CUPS printers to make these printers available locally and to
provide backward compatibility to the old CUPS broadcasting and browsing
of CUPS 1.5.x and older.

%files
%config(noreplace) %{_sysconfdir}/fonts/conf.d/99pdftoopvp.conf
%{_bindir}/ttfread
%{_prefix}/lib/cups/backend/*
%{_prefix}/lib/cups/filter/*
%{_datadir}/ppd/cupsfilters
%{_datadir}/cups/ppdc/*
%{_datadir}/cups/mime/cupsfilters.*
%{_datadir}/cups/drv/*
%{_datadir}/cups/data/*
%{_datadir}/cups/charsets/*
%{_datadir}/cups/banners/*
# {_mandir}/man1/foomatic-rip.1*
# {_bindir}/foomatic-rip

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{fontembeddevel} = %{EVRD}
Requires:	%{cupsfiltersdevel} = %{EVRD}

%description devel
Development files for %{name}.

%files devel

#----------------------------------------------------------------------------

%package -n %{fontembed}
Summary:	The fontembed library, part of %{name}
Group:		System/Libraries

%description -n %{fontembed}
The fontembed library, part of %{name}.

%files -n %{fontembed}
%{_libdir}/libfontembed.so.%{fontembed_major}*

#----------------------------------------------------------------------------

%package -n %{fontembeddevel}
Summary:	Development files for the fontembed library, part of %{name}
Group:		Development/C

%description -n %{fontembeddevel}
Development files for the fontembed library, part of %{name}.

%files -n %{fontembeddevel}
%{_includedir}/fontembed
%{_libdir}/libfontembed.so
%{_libdir}/pkgconfig/libfontembed.pc

#----------------------------------------------------------------------------

%package -n %{cupsfilters}
Summary:	The cupsfilters library, part of %{name}
Group:		System/Libraries

%description -n %{cupsfilters}
The cupsfilters library, part of %{name}.

%files -n %{cupsfilters}
%{_libdir}/libcupsfilters.so.%{cupsfilters_major}*

#----------------------------------------------------------------------------

%package -n %{cupsfiltersdevel}
Summary:	Development files for the cupsfilters library, part of %{name}
Group:		Development/C

%description -n %{cupsfiltersdevel}
Development files for the cupsfilters library, part of %{name}.

%files -n %{cupsfiltersdevel}
%{_includedir}/cupsfilters
%{_libdir}/libcupsfilters.so
%{_libdir}/pkgconfig/libcupsfilters.pc

#----------------------------------------------------------------------------

%package -n cups-browsed
Summary:	Daemon to allow printer browsing with old versions of cups
Group:		System/Printing
BuildRequires:	pkgconfig(avahi-glib)

%description -n cups-browsed
Daemon to allow printer browsing with old versions of cups.

%files -n cups-browsed
%doc %{_docdir}/%{name}
%config(noreplace) %{_sysconfdir}/cups/cups-browsed.conf
%{_sbindir}/cups-browsed
%{_mandir}/man5/cups-browsed.conf.5*
%{_mandir}/man8/cups-browsed.8*
%{_unitdir}/cups-browsed.service

%preun -n cups-browsed
%_preun_service cups-browsed

%postun -n cups-browsed
%_postun_service cups-browsed

%post -n cups-browsed
%_post_service cups-browsed

# Initial installation
if [ $1 -eq 1 ] ; then
    IN=%{_sysconfdir}/cups/cupsd.conf
    OUT=%{_sysconfdir}/cups/cups-browsed.conf
    keyword=BrowsePoll

    # We can remove this after few releases, it's just for the introduction of cups-browsed.
    if [ -f "$OUT" ]; then
        echo -e "\n# NOTE: This file is not part of CUPS. You need to start&enable cups-browsed service." >> "$OUT"
    fi

    # move BrowsePoll from cupsd.conf to cups-browsed.conf
    if [ -f "$IN" ] && grep -iq ^$keyword "$IN"; then
        if ! grep -iq ^$keyword "$OUT"; then
            (cat >> "$OUT" <<EOF

# Settings automatically moved from cupsd.conf by RPM package:
EOF
            ) || :
            (grep -i ^$keyword "$IN" >> "$OUT") || :
            #systemctl enable cups-browsed.service >/dev/null 2>&1 || :
        fi
        sed -i -e "s,^$keyword,#$keyword directive moved to cups-browsed.conf\n#$keyword,i" "$IN" || :
    fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
# work-around Rpath
./autogen.sh

# --with-pdftops=hybrid - use Poppler's pdftops instead of Ghostscript for
#                         Brother, Minolta, and Konica Minolta to work around
#                         bugs in the printer's PS interpreters
# --with-rcdir=no - don't install SysV init script
%configure2_5x \
	--disable-static \
	--disable-silent-rules \
	--with-pdftops=hybrid \
	--without-rcdir \
	--with-gs-path=%{_bindir}/gs \
	--enable-dbus
%make

%install
%makeinstall_std

# systemd unit file
mkdir -p %{buildroot}%{_unitdir}
install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}

# LSB3.2 requires /usr/bin/foomatic-rip,
# create it temporarily as a relative symlink
ln -sf ../lib/cups/filter/foomatic-rip %{buildroot}%{_bindir}/foomatic-rip

# Drop for now to avoid file conflicts with foomatic-filters (hack?)
rm -f %{buildroot}%{_bindir}/foomatic-rip
rm -f %{buildroot}%{_mandir}/man1/foomatic-rip.1*
rm -f %{buildroot}%{_prefix}/lib/cups/filter/foomatic-rip


%changelog
* Sat Sep 06 2014 dsilakov <denis.silakov@rosalab.ru> 1.0.54-3
+ Revision: 67d56fe
- Merge pull request #1 from spectre/cups-filters:rosa2014.1
- Specified the path to gs explicitly, otherwise it is not found



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16128 |14mr|cups-pk-helper-0.2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           cups-pk-helper
Version:        0.2.5
Release:        2
Summary:        A helper that makes system-config-printer use PolicyKit

Group:          System/Printing
License:        GPLv2+
URL:            http://www.vuntz.net/download/cups-pk-helper/
Source0:        http://cgit.freedesktop.org/cups-pk-helper/snapshot/cups-pk-helper-%{version}.tar.bz2
Patch1:		cups-pk-helper-0.2.4-automake-1.13.patch
Patch2:		cups-pk-helper-0.2.5-l10n-ru.patch

#BuildRequires:  libtool >= 1.4.3
BuildRequires:  cups-devel >= 1.2
BuildRequires:  pkgconfig(python) >= 2.4
BuildRequires:  pkgconfig(gtk+-2.0) >= 2.12.0
BuildRequires:  pkgconfig(dbus-glib-1) >= 0.74
BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.92
BuildRequires:  polkit-gnome >= 0.92
BuildRequires:  intltool >= 0.40.0
BuildRequires:  gettext-devel >= 0.17
BuildRequires:  gnome-common >= 2.26

Requires:       python


%description
cups-pk-helper is an application which makes cups configuration
interfaces available under control of PolicyKit.

%prep
%setup -q
%patch1 -p1 -b .automake-1_13
%patch2 -p1 -b .l10n-ru

%build
./autogen.sh
%configure
%make


%install
rm -rf %{buildroot}
%makeinstall_std


%find_lang %{name}

%files -f %{name}.lang
%{_libexecdir}/cups-pk-helper-mechanism
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf
%{_datadir}/dbus-1/system-services/org.opensuse.CupsPkHelper.Mechanism.service
%{_datadir}/polkit-1/actions/org.opensuse.cupspkhelper.mechanism.policy
%doc AUTHORS COPYING NEWS



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.5-2
+ Revision: 589df83
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16129 |14mr|curl-7.37.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	4
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%ifarch aarch64
%define debug_package	%{nil}
%endif

Summary:	Gets a file from a FTP, GOPHER or HTTP server
Name:		curl
Epoch:		1
Version:	7.37.0
Release:	3
License:	BSD-like
Group:		Networking/Other
Url:		http://curl.haxx.se
Source0:	http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
Patch4:		%{name}-7.26.0-multilib.patch
Patch6:		%{name}-7.26.0-do-not-build-examples.patch
BuildRequires:	groff-base
BuildRequires:	stunnel
BuildRequires:	krb5-devel
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(libcares)
Provides:	webfetch

%description
curl is a client to get documents/files from servers, using any of the
supported protocols. The command is designed to work without user
interaction or any kind of interactivity.

curl offers a busload of useful tricks like proxy support, user
authentication, ftp upload, HTTP post, file transfer resume and more.

This version is compiled with SSL (https) support.

%package -n %{libname}
Summary:	A library of functions for file transfer
Group:		Networking/Other
Requires:	rootcerts >= 1:20070713.00

%description -n %{libname}
libcurl is a library of functions for sending and receiving files through
various protocols, including http and ftp.

You should install this package if you plan to use any applications that
use libcurl.

%package -n %{devname}
Summary:	Header files and static libraries for libcurl
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
libcurl is a library of functions for sending and receiving files through
various protocols, including http and ftp.

You should install this package if you wish to develop applications that
use libcurl.

%package examples
Summary:	Example files for %{name} development
Group:		Development/C
Requires:       %{name}-devel = %{EVRD}
BuildArch:	noarch

%description examples
Example files for %{name} development.

%prep
%setup -q
%apply_patches

%build
autoreconf -fiv

%configure \
	--disable-static \
	--with-ssl \
	--without-gnutls \
	--with-zlib \
	--with-lber-lib=lber \
	--with-libidn \
	--with-ssh2 \
	--with-random \
	--enable-hidden-symbols \
	--enable-optimize \
	--enable-nonblocking \
	--enable-thread \
	--enable-crypto-auth \
	--enable-libgcc \
	--enable-ldaps \
	--enable-ipv6 \
	--with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
	--with-gssapi=%{_prefix} \
	--enable-ares


%make

# we don't want them in curl-examples:
rm -r docs/examples/.deps ||:

# disable tests that want to connect/run sshd, which is quite impossible
#%check
# Some tests fail at random inside ABF (timeouts?), but work in local builds.
# Let's make a test failure non-fatal for the moment.
#make test TEST_Q='-a -p -v !SCP !SFTP !SOCKS4 !SOCKS5 !TFTP !198' || :

%install
%makeinstall_std

# [july 2008] HACK. to be replaced by a real fix
sed -i -e 's!-Wl,--as-needed!!' -e 's!-Wl,--no-undefined!!' %{buildroot}%{_bindir}/%{name}-config
sed -i -e 's!-Wl,--as-needed!!' -e 's!-Wl,--no-undefined!!' %{buildroot}%{_libdir}/pkgconfig/*.pc

%multiarch_binaries %{buildroot}%{_bindir}/%{name}-config

# (tpg) use rootcerts's certificates #35917
find %{buildroot} -name ca-bundle.crt -exec rm -f '{}' \;

# we don't package mk-ca-bundle so we don't need man for it
rm -f %{buildroot}%{_mandir}/man1/mk-ca-bundle.1*

%files
%{_bindir}/curl
%{_mandir}/man1/curl.1*

%files -n %{libname}
%{_libdir}/libcurl.so.%{major}*

%files -n %{devname}
%docdir docs/
%doc docs/BUGS docs/KNOWN_BUGS docs/CONTRIBUTE docs/FAQ CHANGES
%doc docs/FEATURES docs/RESOURCES docs/TODO docs/THANKS docs/INTERNALS
%{_bindir}/curl-config
%{multiarch_bindir}/curl-config
%{_libdir}/libcurl.so
%{_includedir}/curl
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/*.m4
%{_mandir}/man1/curl-config.1*
%{_mandir}/man3/*

%files examples
%doc docs/examples

%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:7.37.0-3
+ Revision: 91f103f
- BuildList#2062192: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16130 |14mr|cvs-1.12.13-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'tcsh|/bin/csh'
%else
%define _requires_exceptions tcsh\\|/bin/csh
%endif

Summary:	A version control system
Name:		cvs
Version:	1.12.13
Release:	23
License:	GPL
Group:		Development/Other
Url:		http://www.nongnu.org/cvs/
Source0:	http://ftp.gnu.org/non-gnu/cvs/source/feature/%{version}/%{name}-%{version}.tar.bz2
Source1:	http://ftp.gnu.org/non-gnu/cvs/source/feature/%{version}/%{name}-%{version}.tar.bz2.sig
Source2: 	cvspserver
Source3: 	cvs.conf
Source4: 	cvs-xinetd
Patch0:		cvs-1.11.19-varargs.patch
Patch2: 	cvs-1.12.13-errno.patch
Patch4:		cvs-1.11.1-newline.patch
Patch5:		cvs-1.11.4-first-login.patch
Patch6:		cvs-1.11.19-cvsbug.patch
# Patch from cvs of cvs: 
# http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14840
Patch7:		cvs-zlib-read.patch
Patch8:		cvs-1.12.13-format_not_a_string_literal_and_no_format_arguments.diff
Patch9:		cvs-1.12.13-CVE-2012-0804.diff

BuildRequires:	groff
BuildRequires:	tcsh
BuildRequires:	texinfo
BuildRequires:	tetex-latex
BuildRequires:	tetex-dvips
BuildRequires:	vim-minimal
BuildRequires:	krb5-devel
BuildRequires:	pkgconfig(zlib)
Requires:	openssh-clients

%description
CVS means Concurrent Version System; it is a version control
system which can record the history of your files (usually,
but not always, source code). CVS only stores the differences
between versions, instead of every version of every file
you've ever created. CVS also keeps a log of who, when and
why changes occurred, among other aspects.

CVS is very helpful for managing releases and controlling
the concurrent editing of source files among multiple
authors. Instead of providing version control for a
collection of files in a single directory, CVS provides
version control for a hierarchical collection of
directories consisting of revision controlled files.

These directories and files can then be combined together
to form a software release.

Install the cvs package if you need to use a version
control system.

%prep

%setup -q
%patch0 -p1 -b .varargs
%patch2 -p1 -b .errno
%patch4 -p1 -b .newline
%patch5 -p1 -b .first-login
%patch6 -p1 -b .cvsbug
%patch7 -p0 -b .zlib-read
%patch8 -p1 -b .format_not_a_string_literal_and_no_format_arguments
%patch9 -p0 -b .CVE-2012-0804

%build
# http://qa.mandriva.com/show_bug.cgi?id=31848
%define _fortify_cflags %{nil}

export SENDMAIL="%{_sbindir}/sendmail"

%serverbuild

export CXXFLAGS="${CFLAGS}"
export CCFLAGS="${CFLAGS}"

%configure2_5x \
	--with-tmpdir=/tmp \
	--with-external-zlib \
	--with-editor=vim

%make

pushd doc
make ps
make info
popd

%install
install -d %{buildroot}%{_sysconfdir}/xinetd.d
install -d %{buildroot}%{_sysconfdir}/cvs
install -d %{buildroot}%{_sbindir}

%makeinstall

install -m0755 %{SOURCE2} %{buildroot}%{_sbindir}/
install -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/cvs
install -m0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/xinetd.d/%{name}

bzip2 -f doc/*.ps

# %check
# Disabling currently
# make check

%files
%doc BUGS FAQ MINOR-BUGS NEWS PROJECTS TODO README
%doc doc/*.ps.bz2
%config(noreplace) %{_sysconfdir}/xinetd.d/%{name}
%dir %{_sysconfdir}/cvs
%config(noreplace) %{_sysconfdir}/cvs/cvs.conf
%{_bindir}/cvs
%{_bindir}/cvsbug
%{_bindir}/rcs2log
%{_sbindir}/cvspserver
%{_infodir}/cvs*
%{_datadir}/cvs
%{_mandir}/man1/cvs.1*
%{_mandir}/man5/cvs.5*
%{_mandir}/man8/cvsbug.8*


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.12.13-23
+ Revision: 23d00ba
- BuildList#2062192: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16131 |14mr|cyrus-imapd-2.4.17-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# use saslauth group if
%define SASLGROUP 0
%{?_with_saslgroup: %{expand: %%define SASLGROUP 1}}

# preforking cyrus.conf as default
%define PREFORK 1
%{?_without_prefork: %{expand: %%define PREFORK 0}}

# enable idled (default no)
%define IDLED 0
%{?_with_idled: %{expand: %%define IDLED 1}}

# enable automatic mailbox creation on deliver (default no):
%define build_autocreate 1
%{?_without_autocreate: %define build_autocreate 0}

# create on demand folder requested by sieve filter (default no):
%define build_autosieve 1
%{?_without_autosieve: %define build_autosieve 0}

# remove quota files extension:
%define build_rmquota 0
%{?_without_rmquota: %define build_rmquota 0}
 
# snmp support
%global with_snmp 1
%{?_without_snmp: %global with_snmp 0}

# ldap/pts support
%global with_ldap 1
%{?_without_ldap: %global with_ldap 0}

%global with_mysql 1
%{?_without_mysql: %global with_mysql 0}

%global with_pgsql 1
%{?_without_pgsql: %global with_pgsql 0}

%global with_sqlite 1
%{?_without_sqlite: %global with_sqlite 0}

# virtual domains in LDAP support
# needed by Kolab2
%define build_virtualdomains_in_ldap 1
%{?_without_virtualdomains_in_ldap: %define build_virtualdomains_in_ldap 0}

Summary:	A high-performance mail store with IMAP and POP3 support
Name:		cyrus-imapd
Version:	2.4.17
Release:	5
License:	OSI Approved
Group:		System/Servers
Url:		http://cyrusimap.org/
Source0:	ftp://ftp.cyrusimap.org/cyrus-imapd/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.cyrusimap.org/cyrus-imapd/%{name}-%{version}.tar.gz.sig
Source2:	cyrus-procmailrc
Source4:	cyrus-user-procmailrc.template
Source6:	cyrus-imapd.imap-2.1.x-conf
Source8:	cyrus-imapd.pamd
Source12:	cyrus-imapd.sysconfig
Source13:	http://clement.hermann.free.fr/scripts/Cyrus/imapcreate.pl
Source14:	cyrus-imapd.README.RPM
Source15:	cyrus-imapd.cvt_cyrusdb_all
Source19:	cyrus-imapd-procmail+cyrus.mc
Source20:	cyrus-imapd.cron-daily
Source21:	http://ftp.andrew.cmu.edu/pub/net/mibs/cmu/cmu.mib
#systemd support
Source22:	cyrus-imapd.service
Source23:	cyr_systemd_helper
# This patch fixes the perl install path for mdk9.0 and later
Patch1:		cyrus-imapd-mdk9.0perl-patch
# cyrus-master instead of master in syslog
Patch2:		cyrus-imapd-logident.patch
# rediffed P3 and P4 comes from http://blog.vx.sk/archives/13-Autocreate-and-autosieve-patches-for-Cyrus-IMAP-Server-24.html
# Autocreate INBOX patch (http://email.uoa.gr/projects/cyrus/autocreate/)
#Patch3:	http://email.uoa.gr/download/cyrus/cyrus-imapd-2.3.16/cyrus-imapd-2.3.16-autocreate-0.10-0.diff
Patch3:		cyrus-imapd-2.4.13-autocreate-0.10-0.diff
# Create on demand folder requested by sieve filter (http://email.uoa.gr/projects/cyrus/autosievefolder/)
#Patch4:	http://email.uoa.gr/download/cyrus/cyrus-imapd-2.3.16/cyrus-imapd-2.3.16-autosieve-0.6.0.diff
Patch4:		cyrus-imapd-2.4.13-autosieve-0.6.0.diff
# Remove QUOTA patch (http://email.uoa.gr/projects/cyrus/quota-patches/rmquota/)
Patch5:		http://email.uoa.gr/download/cyrus/cyrus-imapd-2.3.9/cyrus-imapd-2.3.9-rmquota-0.5-0.diff
# command line switch to disallow plaintext login
Patch6:		cyrus-imapd-2.4.13-plaintext.diff
# (oe) for kolab2: Patch to support virtdomains: ldap (parse domain from "email" field an LDAP user entry)
Patch8:		cyrus-imapd-kolab-ldap.diff
# (bluca) add ptloader to cyrus.conf 
Patch10:	cyrus-imapd-ptloader-conf.diff
# (bluca) fix LDAP_OPT_X_SASL_SECPROPS error in ptloader
Patch11:	cyrus-imapd-ptloader-secprops.diff
# Other patches from simon matter
Patch19:	cyrus-imapd-2.3.11-mkimap.patch
Patch21:	cyrus-imapd-2.3.16-sieve_port.patch
# fedora patches
Patch100:	http://www.oakton.edu/~jwade/cyrus/cyrus-imapd-2.1.3/cyrus-imapd-2.1.3-flock.patch
Patch101:	cyrus-imapd-2.3.1-authid_normalize.patch
# for c-i <= 2.4.12
Patch102:	cyrus-imapd-2.4.12-debugopt.patch
Requires:	perl
# with previous versions of sasl, imap LOGIN would fail
Requires:	%{mklibname sasl 2} >= 2.1.15
# /usr/sbin/useradd
# /usr/sbin/groupadd
# /usr/sbin/userdel
# /usr/sbin/groupdel
Requires(pre):	shadow-utils
Requires(pre):	rpm-helper
Requires(post):	chkconfig openssl e2fsprogs systemd-units
Requires(preun):chkconfig systemd-units
Requires(preun):shadow-utils
Requires(postun): systemd-units
Provides:	imap
Provides:	imap-server
BuildRequires:	autoconf automake libtool
BuildRequires:	bison
BuildRequires:	db-devel
BuildRequires:	ext2fs-devel
BuildRequires:	flex
BuildRequires:	groff >= 1.15-8
BuildRequires:	sasl-devel >= 2.1.15
BuildRequires:	openssl-devel
BuildRequires:	pcre-devel
BuildRequires:	perl-devel
BuildRequires:	perl-Digest-SHA1
BuildRequires:	tcp_wrappers-devel
%if %{with_snmp}
BuildRequires:	net-snmp-devel
BuildRequires:	elfutils-devel
Requires:	net-snmp-mibs
%endif
%if %{with_ldap}
BuildRequires:	openldap-devel
%else
%if %{build_virtualdomains_in_ldap}
BuildRequires:	openldap-devel
%endif
%endif
%if %{with_mysql}
BuildRequires:	mysql-devel
%endif
%if %{with_pgsql}
BuildRequires:	postgresql-devel
%endif
%if %{with_sqlite}
BuildRequires:	pkgconfig(sqlite3)
%endif

%if %{SASLGROUP}
%define		_saslgroup saslauth
%endif
%define		_cyrususer cyrus
%define		_cyrusgroup mail
%define		_vardata %{_var}/lib/imap
%define		_spooldata %{_var}/spool/imap
# (gb) stick to /usr/lib/cyrus-imapd as this is an existing practise
# from MDK 10.0 and below + /etc/init.d/cyrus-imapd would need to
# runtime-detect the libdir since this ought to be an arch-independent
# script.
%define		_cyrexecdir %{_prefix}/lib/cyrus-imapd
%define		_confdir master/conf
%if %{PREFORK}
%define		_cyrusconf %{_confdir}/prefork.conf
%else
%define		_cyrusconf %{_confdir}/normal.conf
%endif

%description
The Cyrus IMAP Server is a scaleable enterprise mail system
designed for use from small to large enterprise environments using
standards-based technologies.

A full Cyrus IMAP implementation allows a seamless mail and bulletin
board environment to be set up across multiple servers. It differs from
other IMAP server implementations in that it is run on "sealed"
servers, where users are not normally permitted to log in. The mailbox
database is stored in parts of the filesystem that are private to the
Cyrus IMAP system. All user access to mail is through software using
the IMAP, POP3, or KPOP protocols. TLSv1 and SSL are supported for
security.

This is the main package, install also the %{name}-utils package (it
contains server administration tools and depends on the perl-Cyrus
package).

%package	murder
Summary:	Cyrus IMAP server murder aggregator system files
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description	murder
The %{name}-murder package contains the Cyrus murder aggregator system,
i.e. IMAP, POP3 and LMTP proxies, and the mupdate mailbox master daemon.
It allows for cluster setups where there are many backend Cyrus spools
and frontend proxy servers.

%package	nntp
Summary:	Cyrus IMAP server murder nntp support files
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}
Conflicts:	leafnode

%description	nntp
Cyrus has the ability to export Usenet via IMAP and/or export shared
IMAP mailboxes via NNTP. This is made possible by a new NNTP daemon
which is included in this package.

%package	devel
Summary:	Cyrus IMAPd development files
Group:		Development/Other

%description	devel
This package contains header files and libraries necessary for 
developing applications which use the imclient library.

The main package is %{name}.

%package -n	perl-Cyrus
Summary:	Cyrus IMAPd utility Perl modules
Group:		Development/Perl
# with previous versions of sasl, imap LOGIN would fail
Requires:	%{mklibname sasl 2} >= 2.1.15

%description -n	perl-Cyrus
This package contains Perl modules necessary to use the Cyrus server
administrative utilities.

The main package is %{name}.

%package	utils
Summary:	Cyrus IMAPd server admin utilities
Group:		System/Servers
Requires:	perl-Cyrus >= %{version}-%{release}

%description	utils
This package contains Cyrus IMAPd server administrative tools. It 
can be installed on systems other than the one running the server.

This package depends on the perl-Cyrus package.
The main package is %{name}.

%prep

%setup -q -n %{name}-%{version}
%patch1 -p0 -b .mdk9.0perl.orig
%patch2
%if %{build_autocreate}
%patch3 -p1 -b .autocreate.orig
%endif
%if %{build_autosieve}
%patch4 -p1 -b .autosieve.orig
%endif
%if %{build_rmquota}
%patch5 -p1 -b .rmquota.orig <- this patch is broken and won't apply
%endif

%patch6 -p1 -b .plaintext.orig

# (oe) for kolab2: Patch to support virtdomains: ldap (parse domain from "email" field an LDAP user entry)
%if %{build_virtualdomains_in_ldap}
%patch8 -p1 -b .kolab-ldap.orig
%endif
%if %{with_ldap}
%patch10 -p1 -b .ptloader.orig
%endif
%patch11 -p1 -b .secprops.orig

%patch19 -p1 -b .mkimap.orig
%patch21 -p1 -b .sieve_port.orig

# fedora patches
%patch100 -p1 -b .flock
%patch101 -p1 -b .authid_normalize
%patch102 -p1 -b .debugopt

find . -name Makefile* |xargs sed -i -e 's,configure.in,configure.ac,g'

## Extra documentation
mkdir -p extradocs
for i in %{SOURCE2} %{SOURCE4} %{SOURCE19} ; do
  cp $i extradocs
done 

## regenerate html man pages
pushd man
    for mp in *[1-8] ; do groff -m man -T html $mp > ../doc/man/$mp.html ; done
popd

# fix build under mdx8.2
#perl -ni -e "print unless /^AC_PREREQ/" configure.in

install -m 0644 %{SOURCE8} cyrus-imapd.pamd

# cleanup
for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%build
%serverbuild

# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS |sed -e 's|-fPIE||g'`

CPPFLAGS="-I%{_includedir}/et $CPPFLAGS"
export CPPFLAGS
CFLAGS="$RPM_OPT_FLAGS -fPIC"
export CFLAGS
LDFLAGS="-L%{_libdir}"
export LDFLAGS

#with the existing autom4te.cache autoheader would fail with the message
#Can't locate object method "path" via package "Request" at /usr/share/autoconf/Autom4te/C4che.pm line 69, <GEN1> line 111.
#
rm -rf autom4te.cache configure
export WANT_AUTOCONF_2_5=1
libtoolize --copy --force; aclocal -I cmulocal; autoheader; autoconf

# this removes rpath
export andrew_cv_runpath_switch=none

%configure2_5x \
%if %{IDLED}
    --with-idle=idled \
%endif
%if !%{with_snmp}
    --without-snmp \
%endif
%if %{with_ldap}
    --with-ldap=/usr \
%endif
%if %{with_mysql}
    --with-mysql --with-mysql-incdir=/usr/include/mysql \
%endif
%if %{with_pgsql}
    --with-pgsql \
%endif
%if %{with_sqlite}
    --with-sqlite \
%endif
    --with-extraident="Mandriva-RPM-%{version}-%{release}" \
    --with-syslogfacility=MAIL \
    --with-bdb=db --with-bdb-libdir=%{_libdir} \
    --enable-murder \
    --enable-netscapehack \
    --enable-listext \
    --enable-nntp \
    --with-perl=%{__perl} \
    --with-cyrus-prefix=%{_cyrexecdir} \
    --with-service-path=%{_cyrexecdir} \
#    --with-krb=%{_prefix}/kerberos \

make clean
# no parallel make - 2.3.10
make

# Modify docs master --> cyrus-master
pushd man
    perl -pi -e "s#master\(8\)#cyrus-master(8)#" `ls *5 *8`
    cd ../doc
    perl -pi -e "s#master#cyrus-master#g;" man.html
    cd man
    perl -pi -e "s#master\(8\)#cyrus-master(8)#;" `ls *html`
popd

# Modify path in perl scripts
pushd perl/imap/examples
    perl -pi -e "s#/usr/local/bin/perl#%{__perl}#" `find . -type f -name "*.pl"`
popd

# Cleanup of doc dir
find doc perl -name CVS -type d | xargs -r rm -fr
find doc -name "*~" -type f | xargs -r rm -f
find doc -name "*.*.orig" -type f | xargs -r rm -f

rm -f doc/Makefile.dist
rm -f doc/text/htmlstrip.c

# modify lmtp socket path in .conf files
perl -pi -e "s#/var/imap#%{_vardata}#" %{_confdir}/*.conf

%install

%makeinstall_std
%makeinstall_std -C man

%{__install} -m 755 imtest/imtest	%{buildroot}%{_cyrexecdir}/
%{__install} -m 755 perl/imap/cyradm	%{buildroot}%{_cyrexecdir}/

# Install tools
for tool in dohash masssievec mkimap mknewsgroups rehash translatesieve undohash  upgradesieve ; do
    test -f tools/${tool} && %{__install} -m 755 tools/${tool} %{buildroot}%{_cyrexecdir}/
done
%{__install} -m 755 %{SOURCE13} %{buildroot}%{_cyrexecdir}/imapcreate

# Create directories
%{__install} -d \
%if %{with_snmp}
    %{buildroot}%{_datadir}/snmp/mibs \
%endif
%if %{with_ldap}
    %{buildroot}%{_vardata}/ptclient/ \
%endif
    %{buildroot}%{_sysconfdir}/{pam.d,sysconfig,cron.daily} \
    %{buildroot}/lib/systemd/system \
    %{buildroot}%{_libdir}/sasl \
    %{buildroot}%{_bindir} \
    %{buildroot}%{_spooldata}/stage. \
    %{buildroot}%{_vardata}/{user,quota,proc,log,msg,socket,db,sieve,rpm,backup}

# Install additional files
%{__install} -m 755 %{SOURCE15} %{buildroot}%{_cyrexecdir}/cvt_cyrusdb_all

# Install config files
%{__install} -m 644 %{_cyrusconf} %{buildroot}%{_sysconfdir}/cyrus.conf
%{__install} -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/imapd.conf

%{__install} -m 644 cyrus-imapd.pamd %{buildroot}%{_sysconfdir}/pam.d/pop
%{__install} -m 644 cyrus-imapd.pamd %{buildroot}%{_sysconfdir}/pam.d/imap
%{__install} -m 644 cyrus-imapd.pamd %{buildroot}%{_sysconfdir}/pam.d/sieve
%{__install} -m 644 cyrus-imapd.pamd %{buildroot}%{_sysconfdir}/pam.d/mupdate
%{__install} -m 644 cyrus-imapd.pamd %{buildroot}%{_sysconfdir}/pam.d/lmtp
%{__install} -m 644 cyrus-imapd.pamd %{buildroot}%{_sysconfdir}/pam.d/nntp
%{__install} -m 644 cyrus-imapd.pamd %{buildroot}%{_sysconfdir}/pam.d/csync

%{__install} -m 644 %{SOURCE12} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
%{__install} -m 755 %{SOURCE20} %{buildroot}%{_sysconfdir}/cron.daily/%{name}
%{__install} -m 644 %{SOURCE22} %{buildroot}/lib/systemd/system/cyrus-imapd.service
%{__install} -m 755 %{SOURCE23} %{buildroot}%{_cyrexecdir}/cyr_systemd_helper

%if %{with_snmp}
# Install snmp mibs
%{__install} -m 644 master/CYRUS-MASTER.mib %{buildroot}%{_datadir}/snmp/mibs/CYRUS-MASTER-MIB.txt
%{__install} -m 644 %{SOURCE21} %{buildroot}%{_datadir}/snmp/mibs/CMU-MIB.txt
%endif


# Install README.RPM
%{__install} -m 644 %{SOURCE14} README.RPM
cat << EOF >> README.RPM

RPM BUILD TIME CONFIGURATION OPTIONS

This RPM package has been compiled with the following options:

use saslauth group
SASLGROUP: %{SASLGROUP}

use preforking cyrus.conf
PREFORK: %{PREFORK}

enable IDLED support
IDLED: %{IDLED}

enable full directory hash
FULLDIRHASH: %{FULLDIRHASH}

EOF

# Install templates
%{__install} -m 755 -d doc/conf
%{__install} -m 644 %{_confdir}/*.conf doc/conf/

# Rename 'master' binary and manpage to avoid crash with postfix
mv -f %{buildroot}%{_cyrexecdir}/master	%{buildroot}%{_cyrexecdir}/cyrus-master
mv -f %{buildroot}%{_mandir}/man8/master.8 %{buildroot}%{_mandir}/man8/cyrus-master.8
cp -af doc/man/master.8.html doc/man/cyrus-master.8.html

# Create symlinks
ln -sf ../lib/cyrus-imapd/cyradm %{buildroot}%{_bindir}/
ln -sf ../lib/cyrus-imapd/imtest %{buildroot}%{_bindir}/
ln -sf ../lib/cyrus-imapd/imapcreate %{buildroot}%{_bindir}/

# required if upgrading from 2.2.x -> 2.3.6+
%{__install} -m 755 tools/migrate-metadata %{buildroot}%{_cyrexecdir}/migrate-metadata

# provide the cyrusMaster.conf file, discovered by doing:
# /usr/lib/cyrus-imapd/cyrus-master -p /var/run/cyrus-master.pid -D
%if %{with_snmp}
install -d %{buildroot}/var/lib/net-snmp
echo "# placeholder" > %{buildroot}/var/lib/net-snmp/cyrusMaster.conf
%endif

# cleanup
find %{buildroot}%{perl_vendorarch} -name "*.orig" | xargs rm -f

%pre
# Create 'cyrus' user on target host
%if %{SASLGROUP}
/usr/sbin/groupadd -r %{_saslgroup} 2> /dev/null || :
/usr/sbin/useradd -c "Cyrus IMAP Server" -d %{_vardata} -g %{_cyrusgroup} \
				-G %{_saslgroup} -s /bin/bash -r %{_cyrususer} 2> /dev/null || :
%else
/usr/sbin/useradd -c "Cyrus IMAP Server" -d %{_vardata} -g %{_cyrusgroup} \
	-s /bin/bash -r %{_cyrususer} 2> /dev/null || :
%endif
# move ssl certificate/key from /etc/ssl to /etc/pki/tls
if [ -f /etc/ssl/cyrus-imapd/cyrus-imapd.pem -a ! -f /etc/pki/tls/private/cyrus-imapd.pem -a ! -f /etc/pki/tls/certs/cyrus-imapd.pem  ];then
	touch /etc/pki/tls/private/cyrus-imapd.pem
	chmod 600 /etc/pki/tls/private/cyrus-imapd.pem
	awk '/^-----BEGIN PRIVATE KEY-----/ {p=1} /-----END PRIVATE KEY-----/ {p=0;print} p == 1 {print}'  /etc/ssl/cyrus-imapd/cyrus-imapd.pem > /etc/pki/tls/private/cyrus-imapd.pem
	awk '/^-----BEGIN PRIVATE KEY-----/ {p=0} /-----END PRIVATE KEY-----/ {p=1;next} p == 1 {print}' /etc/ssl/cyrus-imapd/cyrus-imapd.pem > /etc/pki/tls/certs/cyrus-imapd.pem
	sed -i -e 's,^[[:space:]]*tls_cert_file:[[:space:]]\+/etc/ssl/cyrus-imapd/cyrus-imapd.pem\>,tls_cert_file: /etc/pki/tls/certs/cyrus-imapd.pem,' /etc/imapd.conf
	sed -i -e 's,^[[:space:]]*tls_key_file:[[:space:]]\+/etc/ssl/cyrus-imapd/cyrus-imapd.pem\>,tls_key_file: /etc/pki/tls/private/cyrus-imapd.pem,' /etc/imapd.conf
	rm -f /etc/ssl/cyrus-imapd/cyrus-imapd.pem
fi

%post
if [ $1 = 1 ] ; then
# make sure we own the stuff, otherwise /var/log/mail/* will fill
# the whole disk with error messages...
chown -R %{_cyrususer}:%{_cyrusgroup} %{_vardata} %{_spooldata}
fi
%_create_ssl_certificate cyrus-imapd
chown %{_cyrususer}:%{_cyrusgroup} /etc/pki/tls/private/cyrus-imapd.pem


# Force synchronous updates only on ext2 filesystems
# Note: This will slow down user creation for 10.000+ users!
for i in %{_vardata}/{user,quota} %{_spooldata}; do
    if [ `find $i -maxdepth 0 -printf %F` = "ext2" ]; then
	chattr -R +S $i 2>/dev/null
    fi
done

# Add sieve service if necessary
if ! grep -q ^sieve %{_sysconfdir}/services; then
    echo -e 'sieve\t\t2000/tcp\t\t\t# Sieve mail filter daemon' >> %{_sysconfdir}/services
fi

# Add lmtp service if necessary
if ! grep -q ^lmtp %{_sysconfdir}/services; then
    echo -e 'lmtp\t\t2003/tcp\t\t\t# Local mail delivery protocol (rfc2033)' >> %{_sysconfdir}/services
fi

# upgrade from previous versions with compiled in database backends
rm -f %{_vardata}/rpm/db.cfg.cache 2> /dev/null

# "ctl_deliver -E" is deprecated, now is "cyr_expire -E"
if grep -q "ctl_deliver *-E" %{_sysconfdir}/cyrus.conf ; then
    perl -pi -e "s/ctl_deliver *-E/cyr_expire -E/" %{_sysconfdir}/cyrus.conf
fi
# compile to byte code sieve scripts on upgrade
# masssievec needs to run:
# - for versions before 2.2.0 (2.1.x) since they had no bytecode
# - upgrading from 2.2.0 since the bytecode has changed
# - upgrading from 2.2.1 since the bytecode has changed
if [ $1 != 1 ] ; then 
    if [ -f %{_vardata}/rpm/version ] ; then
	oldversion=`cat %{_vardata}/rpm/version`
	    if [ "$oldversion" = "2.2.0" -o "$oldversion" = "2.2.1" ] ; then
		compile_needed=1
	    else
		compile_needed=0
	    fi
	else
	    # versions prior to 2.2.x didn't write the file
	    ompile_needed=1
    fi
    if [ $compile_needed = 1 ] ; then
	echo "compiling sieve scripts"
	su cyrus -c "%{_cyrexecdir}/masssievec %{_cyrexecdir}/sievec"
    fi
fi
# cache the installed version for next upgrade
echo %{version} > %{_vardata}/rpm/version

/bin/systemctl daemon-reload > /dev/null 2>&1 :

%preun
if [ $1 = 0 ]; then
    # Package removal, not upgrade
    /bin/systemctl disable cyrus-imapd.service >/dev/null 2>&1 || :
    /bin/systemctl stop cyrus-imapd.service > /dev/null 2>&1 || :
    /usr/sbin/userdel %{_cyrususer} 2> /dev/null || :
%if %{SASLGROUP}
if [ "`grep ^%{_saslgroup}: %{_sysconfdir}/group | cut -d: -f4-`" = "" ]; then
    /usr/sbin/groupdel %{_saslgroup} 2> /dev/null || :
fi
%endif
    rm -f %{_vardata}/socket/lmtp 2> /dev/null
    rm -f %{_vardata}/rpm/version 2> /dev/null
fi

%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall
    /bin/systemctl try-restart cyrus-imapd.service >/dev/null 2>&1 || :
fi

%files
%doc doc/* extradocs/*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/*.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0644,root,root) %config(noreplace) %verify(not size,not md5) %{_sysconfdir}/pam.d/pop
%attr(0644,root,root) %config(noreplace) %verify(not size,not md5) %{_sysconfdir}/pam.d/imap
%attr(0644,root,root) %config(noreplace) %verify(not size,not md5) %{_sysconfdir}/pam.d/sieve
%attr(0644,root,root) %config(noreplace) %verify(not size,not md5) %{_sysconfdir}/pam.d/lmtp
%attr(0755,root,root) %config(noreplace) %{_sysconfdir}/cron.daily/%{name}
/lib/systemd/system/cyrus-imapd.service
%attr(0755,root,root) %dir %{_cyrexecdir}
%attr(0755,root,root) %{_cyrexecdir}/arbitron
%attr(0755,root,root) %{_cyrexecdir}/chk_cyrus
%attr(0755,root,root) %{_cyrexecdir}/ctl_cyrusdb
%attr(0755,root,root) %{_cyrexecdir}/ctl_deliver
%attr(0755,root,root) %{_cyrexecdir}/ctl_mboxlist
%attr(0755,root,root) %{_cyrexecdir}/cvt_cyrusdb
%attr(0755,root,root) %{_cyrexecdir}/cvt_cyrusdb_all
%attr(0755,root,root) %{_cyrexecdir}/cyr_dbtool
%attr(0755,root,root) %{_cyrexecdir}/cyr_df
%attr(0755,root,root) %{_cyrexecdir}/cyrdump
%attr(0755,root,root) %{_cyrexecdir}/cyr_expire
%attr(0755,root,root) %{_cyrexecdir}/cyr_sequence
%attr(0755,root,root) %{_cyrexecdir}/cyr_synclog
%attr(0755,root,root) %{_cyrexecdir}/cyr_systemd_helper
%attr(0755,root,root) %{_cyrexecdir}/cyr_userseen
%attr(0755,root,root) %{_cyrexecdir}/cyrus-master
%attr(0755,root,root) %{_cyrexecdir}/dohash
%attr(0755,root,root) %{_cyrexecdir}/fud
%attr(0755,root,root) %{_cyrexecdir}/imapd
%attr(0755,root,root) %{_cyrexecdir}/ipurge
%attr(0755,root,root) %{_cyrexecdir}/lmtpd
%attr(0755,root,root) %{_cyrexecdir}/masssievec
%attr(0755,root,root) %{_cyrexecdir}/mbexamine
%attr(0755,root,root) %{_cyrexecdir}/mbpath
%attr(0755,root,root) %{_cyrexecdir}/migrate-metadata
%attr(0755,root,root) %{_cyrexecdir}/mkimap
%attr(0755,root,root) %{_cyrexecdir}/mknewsgroups
%attr(0755,root,root) %{_cyrexecdir}/notifyd
%attr(0755,root,root) %{_cyrexecdir}/pop3d
%attr(0755,root,root) %{_cyrexecdir}/quota
%attr(0755,root,root) %{_cyrexecdir}/reconstruct
%attr(0755,root,root) %{_cyrexecdir}/rehash
%attr(0755,root,root) %{_cyrexecdir}/sievec
%attr(0755,root,root) %{_cyrexecdir}/sieved
%attr(0755,root,root) %{_cyrexecdir}/squatter
%attr(0755,root,root) %{_cyrexecdir}/timsieved
%attr(0755,root,root) %{_cyrexecdir}/tls_prune
%attr(0755,root,root) %{_cyrexecdir}/translatesieve
%attr(0755,root,root) %{_cyrexecdir}/undohash
%attr(0755,root,root) %{_cyrexecdir}/unexpunge
%attr(0755,root,root) %{_cyrexecdir}/upgradesieve
%if %{with_ldap}
%attr(0755,root,root) %{_cyrexecdir}/ptdump
%attr(0755,root,root) %{_cyrexecdir}/ptexpire
%attr(0755,root,root) %{_cyrexecdir}/ptloader
%endif
%if %build_autocreate
%attr(0755,root,root) %{_cyrexecdir}/compile_sieve
%endif
%attr(0755,root,root) %{_cyrexecdir}/smmapd
%if %{IDLED}
%attr(0755,root,root) %{_cyrexecdir}/idled
%endif
%attr(4754,%{_cyrususer},%{_cyrusgroup}) %{_cyrexecdir}/deliver
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %dir %{_vardata}
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/user
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/quota
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/proc
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/log
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/msg
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/socket
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/db
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/sieve
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/rpm
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/backup
%if %{with_ldap}
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/ptclient
%endif
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %dir %{_spooldata}
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_spooldata}/*
%if %{with_snmp}
%attr(0644,root,root) %{_datadir}/snmp/mibs/*
%attr(0644,%{_cyrususer},%{_cyrusgroup}) /var/lib/net-snmp/cyrusMaster.conf
%endif
%attr(0644,root,root) %{_mandir}/man5/*
%attr(0644,root,root) %{_mandir}/man8/arbitron.8*
%attr(0644,root,root) %{_mandir}/man8/chk_cyrus.8*
%attr(0644,root,root) %{_mandir}/man8/ctl_cyrusdb.8*
%attr(0644,root,root) %{_mandir}/man8/ctl_deliver.8*
%attr(0644,root,root) %{_mandir}/man8/ctl_mboxlist.8*
%attr(0644,root,root) %{_mandir}/man8/cvt_cyrusdb.8*
%attr(0644,root,root) %{_mandir}/man8/cyr_dbtool.8*
%attr(0644,root,root) %{_mandir}/man8/cyr_df.8*
%attr(0644,root,root) %{_mandir}/man8/cyr_expire.8*
%attr(0644,root,root) %{_mandir}/man8/cyr_synclog.8*
%attr(0644,root,root) %{_mandir}/man8/cyrus-master.8*
%attr(0644,root,root) %{_mandir}/man8/deliver.8*
%attr(0644,root,root) %{_mandir}/man8/fud.8*
%attr(0644,root,root) %{_mandir}/man8/idled.8*
%attr(0644,root,root) %{_mandir}/man8/imapd.8*
%attr(0644,root,root) %{_mandir}/man8/ipurge.8*
%attr(0644,root,root) %{_mandir}/man8/lmtpd.8*
%attr(0644,root,root) %{_mandir}/man8/mbexamine.8*
%attr(0644,root,root) %{_mandir}/man8/mbpath.8*
%attr(0644,root,root) %{_mandir}/man8/notifyd.8*
%attr(0644,root,root) %{_mandir}/man8/pop3d.8*
%attr(0644,root,root) %{_mandir}/man8/quota.8*
%attr(0644,root,root) %{_mandir}/man8/reconstruct.8*
%attr(0644,root,root) %{_mandir}/man8/rmnews.8*
%attr(0644,root,root) %{_mandir}/man8/smmapd.8*
%attr(0644,root,root) %{_mandir}/man8/squatter.8*
%attr(0644,root,root) %{_mandir}/man8/sync_client.8*
%attr(0644,root,root) %{_mandir}/man8/syncnews.8*
%attr(0644,root,root) %{_mandir}/man8/sync_reset.8*
%attr(0644,root,root) %{_mandir}/man8/sync_server.8*
%attr(0644,root,root) %{_mandir}/man8/timsieved.8*
%attr(0644,root,root) %{_mandir}/man8/tls_prune.8*
%attr(0644,root,root) %{_mandir}/man8/unexpunge.8*
%doc COPYRIGHT README README.RPM
%if %{build_autocreate}
%doc README.autocreate
%endif

%files murder
%doc doc/text/install-murder
%config(noreplace) %verify(not size,not md5) %{_sysconfdir}/pam.d/mupdate
%config(noreplace) %verify(not size,not md5) %{_sysconfdir}/pam.d/csync
%attr(0755,root,root) %{_cyrexecdir}/lmtpproxyd
%attr(0755,root,root) %{_cyrexecdir}/mupdate
%attr(0755,root,root) %{_cyrexecdir}/pop3proxyd
%attr(0755,root,root) %{_cyrexecdir}/proxyd

%files nntp
%doc doc/text/install-netnews
%config(noreplace) %verify(not size,not md5) %{_sysconfdir}/pam.d/nntp
%attr(0755,root,root) %{_cyrexecdir}/fetchnews
%attr(0755,root,root) %{_cyrexecdir}/nntpd
%attr(0644,root,root) %{_mandir}/man8/nntpd.8*
%attr(0644,root,root) %{_mandir}/man8/fetchnews.8*

%files devel
%{_includedir}/cyrus
%{_libdir}/lib*.a
%attr(0644,root,root) %{_mandir}/man3/imclient.3*

%files -n perl-Cyrus
%doc perl/imap/README perl/imap/Changes perl/imap/examples
%{perl_vendorarch}/auto/Cyrus
%{perl_vendorarch}/Cyrus
%attr(0644,root,root) %{_mandir}/man3/Cyrus*

%files utils
%attr(0755,root,root) %{_cyrexecdir}/cyradm
%attr(0755,root,root) %{_cyrexecdir}/imtest
%attr(0755,root,root) %{_cyrexecdir}/imapcreate
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_mandir}/man1/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.17-5
+ Revision: cb70dcf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16132 |14mr|cyrus-sasl-2.1.25-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname sasl %{major}
%define up_name cyrus-sasl
%define sasl2_db_filename /var/lib/sasl2/sasl.db

%define KRB5 1
%define MYSQL 1
%define SRP 1
%define PGSQL 1
%define SQLITE3 1
%define LDAP 1
%define SRPSTR enabled
%define MYSQLSTR enabled
%define PGSQLSTR enabled
%define SQLITE3STR enabled
%define LDAPSTR enabled

%{?_with_krb5: %{expand: %%global KRB5 1}}
%{?_without_krb5: %{expand: %%global KRB5 0}}
%{?_with_srp: %{expand: %%global SRP 1}}
%{?_without_srp: %{expand: %%global SRP 0}}
%{?_with_mysql: %{expand: %%global MYSQL 1}}
%{?_without_mysql: %{expand: %%global MYSQL 0}}
%{?_with_pgsql: %{expand: %%global PGSQL 1}}
%{?_without_pgsql: %{expand: %%global PGSQL 0}}
%{?_with_sqlite3: %{expand: %%global SQLITE3 1}}
%{?_without_sqlite3: %{expand: %%global SQLITE3 0}}
%{?_with_ldap: %{expand: %%global LDAP 1}}
%{?_without_ldap: %{expand: %%global LDAP 0}}

%{?_with_srp: %{expand: %%global SRPSTR enabled}}
%{?_without_srp: %{expand: %%global SRPSTR disabled}}
%{?_with_mysql: %{expand: %%global MYSQLSTR enabled}}
%{?_without_mysql: %{expand: %%global MYSQLSTR disabled}}
%{?_with_pgsql: %{expand: %%global PGSQLSTR enabled}}
%{?_without_pgsql: %{expand: %%global PGSQLSTR disabled}}
%{?_with_sqlite3: %{expand: %%global SQLITE3STR enabled}}
%{?_without_sqlite3: %{expand: %%global SQLITE3STR disabled}}
%{?_with_ldap: %{expand: %%global LDAPSTR enabled}}
%{?_without_ldap: %{expand: %%global LDAPSTR disabled}}

# bootstrapping overrides the above LDAP defines
%{?bootstrap: %{expand: %%global LDAP 0}}
%{?bootstrap: %{expand: %%global LDAPSTR disabled}}

Summary:	The Simple Authentication and Security Layer
Name:		%{up_name}
Version:	2.1.25
Release:	7
License:	BSD-style
Group:		System/Libraries
URL:		http://cyrusimap.org/
Source0:	ftp://ftp.cyrusimap.org/cyrus-sasl/%{up_name}-%{version}.tar.gz
Source1:	ftp://ftp.cyrusimap.org/cyrus-sasl/%{up_name}-%{version}.tar.gz.sig
Source2:	saslauthd.init
Source3:	saslauthd.sysconfig
Source4:	service.conf.example
Source7:	sasl-mechlist.c
Source8:	sasl-checkpass.c
Patch0:		cyrus-sasl-doc.patch
Patch3:		cyrus-sasl-2.1.19-pic.patch
Patch5:		cyrus-sasl-2.1.25-library_mutexes.diff
Patch6:		cyrus-sasl-2.1.25-xopen_crypt_prototype.diff
Patch7:		cyrus-sasl-2.1.23-db5.patch
Patch11:	cyrus-sasl-2.1.25-no_rpath.diff
Patch23:	cyrus-sasl-2.1.23-man.patch
Patch28:	cyrus-sasl-2.1.25-keytab.diff
Patch30:	cyrus-sasl-2.1.25-rimap.diff
Patch31:	cyrus-sasl-2.1.22-kerberos4.patch
Patch33:	cyrus-sasl-2.1.25-current-db.diff
Patch34:	cyrus-sasl-2.1.22-ldap-timeout.patch
Patch37:	cyrus-sasl-2.1.23-race.patch

Patch100:	cyrus-sasl-lt.patch
Patch101:	cyrus-sasl-split-sql.patch
Patch102:	cyrus-sasl-sizes.patch
Patch103:	cyrus-sasl-parallel-make.patch
Patch104:	cyrus-sasl-ac-libs.patch
Patch105:	cyrus-sasl-pam.patch
Patch106:	cyrus-sasl-2.1.15-lib64.patch
Patch107:	cyrus-sasl-2.1.25-no_version-info_for_plugins.diff

Requires:	%{libname} >= %{version}
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Requires(preun): rpm-helper
BuildRequires:	autoconf
BuildRequires:	db-devel
BuildRequires:	pam-devel
BuildRequires:	openssl-devel
BuildRequires:	autoconf automake libtool
BuildRequires:  groff
# 1.4.x is thread safe, which means we can disable sasl mutexes (see ./configure
# further below)
%if %{KRB5}
BuildRequires:	krb5-devel >= 1.4.1
%endif
%if %{MYSQL}
BuildRequires:	mysql-devel
%endif
%if %{PGSQL}
BuildRequires:	postgresql-devel
%endif
%if %{SQLITE3}
BuildRequires:	sqlite3-devel
%endif
%if %{LDAP}
BuildRequires:	openldap-devel
%endif

%description
SASL is the Simple Authentication and Security Layer, 
a method for adding authentication support to connection-based protocols. 
To use SASL, a protocol includes a command for identifying and authenticating 
a user to a server and for optionally negotiating protection of subsequent 
protocol interactions. If its use is negotiated, a security layer is inserted 
between the protocol and the connection. 
To actually use SASL you must install at least one of the %{libname}-plug-XXXX
authentication plugin, such as %{libname}-plug-plain.
The SQL auxprop plugin can be rebuild with different database backends:
	--with srp	SRP support	(%{SRPSTR})
	--with mysql	MySQL support	(%{MYSQLSTR})
	--with pgsql	Postgres SQL support	(%{PGSQLSTR})
	--with sqlite3	SQLite v3 support	(%{SQLITE3STR})

%package -n	%{libname}
Summary:	Libraries for SASL a the Simple Authentication and Security Layer
Group:		System/Libraries

%description -n	%{libname}
SASL is the Simple Authentication and Security Layer, 
a method for adding authentication support to connection-based protocols. 
To use SASL, a protocol includes a command for identifying and authenticating 
a user to a server and for optionally negotiating protection of subsequent 
protocol interactions. If its use is negotiated, a security layer is inserted 
between the protocol and the connection. 

%package -n	%{libname}-devel
Summary:	Libraries for SASL a the Simple Authentication and Security Layer
Group:		Development/C
%if %{_lib} != lib
Provides:	libsasl-devel = %{version}
Provides:	libsasl2-devel = %{version}
%endif
Provides:	%{mklibname -d sasl} = %{version}
Provides:	sasl-devel = %{version}-%{release}
Requires:	%{libname} >= %{version}
Requires:	pam-devel

%description -n	%{libname}-devel
SASL is the Simple Authentication and Security Layer, 
a method for adding authentication support to connection-based protocols. 
To use SASL, a protocol includes a command for identifying and authenticating 
a user to a server and for optionally negotiating protection of subsequent 
protocol interactions. If its use is negotiated, a security layer is inserted 
between the protocol and the connection. 

%package -n	%{libname}-plug-anonymous
Summary:	SASL ANONYMOUS mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-anonymous

%description -n	%{libname}-plug-anonymous
This plugin implements the SASL ANONYMOUS mechanism,
used for anonymous authentication.

%package -n	%{libname}-plug-crammd5
Summary:	SASL CRAM-MD5 mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-crammd5

%description -n	%{libname}-plug-crammd5
This plugin implements the SASL CRAM-MD5 mechanism.
CRAM-MD5 is the mandatory-to-implement authentication mechanism for a
number of protocols; it uses MD5 with a challenge/response system to
authenticate the user.

%package -n	%{libname}-plug-digestmd5
Summary:	SASL DIGEST-MD5 mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-digestmd5

%description -n	%{libname}-plug-digestmd5
This plugin implements the latest draft of the SASL DIGEST-MD5
mechanism.  Although not yet finalized, this is likely to become the
new mandatory-to-implement authentication system in all new protocols.
It's based on the digest md5 authentication system designed for HTTP.

%package -n	%{libname}-plug-plain
Summary:	SASL PLAIN mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-plain

%description -n	%{libname}-plug-plain
This plugin implements the SASL PLAIN mechanism.  Although insecure,
PLAIN is useful for transitioning to new security mechanisms, as this
is the only mechanism which gives the server a copy of the user's
password.

%package -n	%{libname}-plug-scram
Summary:	SASL SCRAM-SHA-1 mechanism plugin
Group:		System/Libraries
Requires:	%{libname} = %{version}
Provides:	sasl-plug-scram

%description -n	%{libname}-plug-scram
This plugin implements the SASL SCRAM-SHA-1 SASL plugin mechanism.

%package -n	%{libname}-plug-login
Summary:	SASL LOGIN mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-login

%description -n	%{libname}-plug-login
This plugin implements the SASL LOGIN mechanism.
THIS PLUGIN IS DEPRECATED, is maintained only for compatibility reasons 
and will be dropped soon.
Please use the plain plugin instead.

%if %{KRB5}
%package -n	%{libname}-plug-gssapi
Summary:	SASL GSSAPI mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Requires:	krb5-libs
Provides:	sasl-plug-gssapi

%description -n	%{libname}-plug-gssapi
This plugin implements the SASL GSSAPI (kerberos 5)mechanism.
%endif

%package -n	%{libname}-plug-otp
Summary:	SASL OTP mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-otp

%description -n	%{libname}-plug-otp
This plugin implements the SASL OTP mechanism.

%package -n	%{libname}-plug-sasldb
Summary:	SASL sasldb auxprop plugin
Group:		System/Libraries
# Requirement for %%{name} is due to dbconverter-2 being
# potentially called in %%post
Requires(post):	%{name} >= %{version}
# That requirement has to be here (in "Requires") also
# (http://archives.mandrivalinux.com/cooker/2005-06/msg00109.php)
Requires:	%{libname} >= %{version}, %{name} >= %{version}
Provides:	sasl-plug-sasldb

%description -n	%{libname}-plug-sasldb
This package provides the SASL sasldb auxprop plugin, which stores secrets
in a Berkeley database file.

%if %{SRP}
%package -n	%{libname}-plug-srp
Summary:	SASL srp mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-srp

%description -n	%{libname}-plug-srp
This plugin implements the srp  mechanism.
%endif

%package -n	%{libname}-plug-ntlm
Summary:	SASL ntlm authentication plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-ntlm

%description -n	%{libname}-plug-ntlm
This plugin implements the (unsupported) ntlm authentication.

%if %{MYSQL}
%package -n	%{libname}-plug-mysql
Summary:	SASL MySQL plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-sql

%description -n	%{libname}-plug-mysql
This plugin implements the MySQL authentication method
%endif

%if %{PGSQL}
%package -n	%{libname}-plug-pgsql
Summary:	SASL PostgreSQL plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-sql

%description -n	%{libname}-plug-pgsql
This plugin implements the PostgreSQL authentication method
%endif

%if %{SQLITE3}
%package -n	%{libname}-plug-sqlite3
Summary:	SASL SQLite v3 plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-sql

%description -n	%{libname}-plug-sqlite3
This plugin implements the SQLite v3 authentication method
%endif

%if %{LDAP}
%package -n	%{libname}-plug-ldapdb
Summary:	SASL ldapdb auxprop plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-ldapdb

%description -n	%{libname}-plug-ldapdb
This plugin implements the LDAP auxprop authentication method.
%endif

%prep

%setup -q -n %{up_name}-%{version}
install -m 0644 %{SOURCE4} .
%patch0 -p1 -b .sasldoc~
%patch3 -p1 -b .pic~
%patch5 -p0 -b .library_mutexes~
%patch6 -p0 -b .xopen_crypt_prototype~
%patch7 -p0 -b .db5

%patch11 -p0 -b .no_rpath~
%patch23 -p1 -b .man~
%patch28 -p1 -b .keytab~
%patch30 -p0 -b .rimap~
%patch31 -p1 -b .krb4~
%patch33 -p0 -b .current-db~
%patch34 -p1 -b .ldap-timeout~
%patch37 -p1 -b .race~

%patch100 -p1
%patch101 -p1
%patch102 -p1
%patch103 -p1
%patch104 -p1
%patch105 -p1
%patch106 -p1 -b .lib64~
%patch107 -p0

cp %{SOURCE7} sasl-mechlist.c
cp %{SOURCE8} sasl-checkpass.c

rm -f config/config.guess config/config.sub 
rm -f config/ltconfig config/ltmain.sh config/libtool.m4 configure
rm -fr autom4te.cache
libtoolize -c -f -i
aclocal -I cmulocal -I config
autoheader
autoconf
automake -a -c
pushd saslauthd
rm -f config/ltconfig
libtoolize -f -c
aclocal -I ../cmulocal -I ../config
automake -a -c -f
autoheader
autoconf -f
automake -a -c
popd

%build
%serverbuild

%configure2_5x 	\
    --disable-static \
    --enable-shared \
    --with-plugindir=%{_libdir}/sasl2 \
    --with-configdir=%{_sysconfdir}/sasl2:%{_libdir}/sasl2 \
    --disable-krb4 \
    --enable-login \
%if %{SRP}
    --enable-srp --enable-srp-setpass \
%else
    --without-srp --without-srp-srp-setpass \
%endif
    --enable-ntlm \
    --enable-db4 \
    --enable-gssapi \
    --disable-gss_mutexes \
%if %{MYSQL}
    --enable-sql --with-mysql=%{_prefix} \
%else
    --without-mysql \
%endif
%if %{PGSQL}
    --enable-sql --with-pgsql=%{_prefix} \
%else
    --without-pgsql \
%endif
%if %{SQLITE3}
    --enable-sql --with-sqlite3=%{_prefix} \
%else
    --without-sqlite \
%endif
%if %{LDAP}
    --with-ldap=%{_prefix} --enable-ldapdb \
%endif
    --with-dbpath=%{sasl2_db_filename} \
    --with-saslauthd=/var/run/saslauthd \
    --with-authdaemond=/var/run/authdaemon.courier-imap/socket \
    --with-devrandom=/dev/urandom

# ugly hack: there is an ordering problem introduced in 2.1.21 
# when --enable-static is given to ./configure which calling 
# make twice "solves"
# no parallel make on cluster
%make || :
%make
%make -C saslauthd testsaslauthd
%make -C sample

install saslauthd/LDAP_SASLAUTHD README.ldap

# Build a small program to list the available mechanisms, because I need it.
pushd lib
    ../libtool --tag=CC --mode=link %{__cc} -o sasl2-shared-mechlist \
	-I../include $CFLAGS ../sasl-mechlist.c $LDFLAGS ./libsasl2.la
    ../libtool --tag=CC --mode=link %{__cc} -o sasl2-shared-checkpass \
	-I../include $CFLAGS -DSASL2 ../sasl-checkpass.c $LDFLAGS ./libsasl2.la
popd

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}/var/lib/sasl2 %{buildroot}/var/run/saslauthd
mkdir -p %{buildroot}%{_sysconfdir}/sasl2

%makeinstall_std

install -m644 %{SOURCE2} -D %{buildroot}%{_initrddir}/saslauthd
install -m644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/sysconfig/saslauthd

# to be removed later
# we don't need these
rm -f %{buildroot}%{_libdir}/sasl2/*.*a

# dbconverter-2 isn't installed by make install

cd utils
/bin/sh ../libtool --mode=install /usr/bin/install -c dbconverter-2 \
  %{buildroot}/%{_sbindir}/dbconverter-2

cd ..
cp saslauthd/testsaslauthd %{buildroot}%{_sbindir}
cd sample
/bin/sh ../libtool --mode=install /usr/bin/install -c client \
  %{buildroot}/%{_sbindir}/sasl-sample-client
/bin/sh ../libtool --mode=install /usr/bin/install -c server \
  %{buildroot}/%{_sbindir}/sasl-sample-server
cd ..

# multiarch policy
%multiarch_includes %{buildroot}%{_includedir}/sasl/md5global.h

# quick README about the sasl.db file permissions
cat > README.Mandriva.sasldb <<EOF
Starting with %{libname}-plug-sasldb-2.1.22-6mdk, Mandriva by default 
creates a system group called "sasl" and installs an empty 
%{sasl2_db_filename} file with the following permissions:
mode 0640, ownership root:sasl.

If the %{sasl2_db_filename} file already exists, it is not changed
in any way.

It is recommended that administrators keep these permissions and add
application users to the "sasl" group if access to this database is needed.

For example, to permit the Postfix SMTP to authenticate users via the sasldb
auxprop plugin, add the "postfix" user to the "sasl" group and read the
"SMTP Authentication" section of the README.MDK documentation file for 
details regarding Postfix's chroot setup.

For other applications in general, just add their user to the "sasl" group.

Have fun,
Mandriva Team.

EOF

# This is just to "close" vim's syntax misinterpretation.. ;p

# Provide an easy way to query the list of available mechanisms.
./libtool --tag=CC --mode=install install -m0755 lib/sasl2-shared-mechlist %{buildroot}%{_sbindir}/
./libtool --tag=CC --mode=install install -m0755 lib/sasl2-shared-checkpass %{buildroot}%{_sbindir}/

%pre -n %{libname}-plug-sasldb
%_pre_groupadd sasl

%post -n %{libname}-plug-sasldb
#convert old sasldb
# XXX - what about berkeley db versions? - andreas
if [ -f /var/lib/sasl/sasl.db -a ! -f %{sasl2_db_filename} ]; then
	echo "" | /usr/sbin/dbconverter-2 /var/lib/sasl/sasl.db %{sasl2_db_filename}
	if [ -f %{sasl2_db_filename} ]; then
		# conversion was successfull
		chmod 0640 %{sasl2_db_filename}
		chown root:sasl %{sasl2_db_filename}
	fi
fi
if [ -f /var/lib/sasl/sasl.db.rpmsave -a ! -f %{sasl2_db_filename} ]; then
	echo "" | /usr/sbin/dbconverter-2 /var/lib/sasl/sasl.db.rpmsave %{sasl2_db_filename}
	if [ -f %{sasl2_db_filename} ]; then
		# conversion was successfull
		chmod 0640 %{sasl2_db_filename}
		chown root:sasl %{sasl2_db_filename}
	fi
fi
if [ ! -f %{sasl2_db_filename} ]; then
	# the file was never created before nor converted from sasl1
	touch %{sasl2_db_filename}
	chmod 0640 %{sasl2_db_filename}
	chown root:sasl %{sasl2_db_filename}
fi

%post
%_post_service saslauthd

%preun
%_preun_service saslauthd

%files
%doc COPYING AUTHORS INSTALL NEWS README* ChangeLog
%doc doc/{TODO,ONEWS,*.txt,*.html}
%doc service.conf.example
%dir /var/lib/sasl2
%dir /var/run/saslauthd
%attr (755,root,root) %{_initrddir}/saslauthd
%dir %{_sysconfdir}/sasl2
%attr (644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/saslauthd
%{_sbindir}/dbconverter-2
%{_sbindir}/pluginviewer
%{_sbindir}/sasl-sample-client
%{_sbindir}/sasl-sample-server
%{_sbindir}/saslauthd
%{_sbindir}/sasldblistusers2
%{_sbindir}/saslpasswd2
%{_sbindir}/testsaslauthd
%{_mandir}/man8/*

%files -n %{libname}
%dir %{_libdir}/sasl2
%{_libdir}/libsasl*.so.%{major}*

%files -n %{libname}-plug-anonymous
%{_libdir}/sasl2/libanonymous.so

%files -n %{libname}-plug-otp
%{_libdir}/sasl2/libotp.so

%files -n %{libname}-plug-scram
%{_libdir}/sasl2/libscram.so

%files -n %{libname}-plug-crammd5
%{_libdir}/sasl2/libcrammd5.so

%files -n %{libname}-plug-sasldb
%doc README.Mandriva.sasldb
%{_libdir}/sasl2/libsasldb.so

%if %{KRB5}
%files -n %{libname}-plug-gssapi
%{_libdir}/sasl2/libgs2.so
%{_libdir}/sasl2/libgssapiv2.so
%endif

%files -n %{libname}-plug-digestmd5
%{_libdir}/sasl2/libdigestmd5.so

%files -n %{libname}-plug-plain
%{_libdir}/sasl2/libplain.so

%files -n %{libname}-plug-login
%{_libdir}/sasl2/liblogin.so

%if %{SRP}
%files -n %{libname}-plug-srp
%{_libdir}/sasl2/libsrp.so
%endif

%files -n %{libname}-plug-ntlm
%{_libdir}/sasl2/libntlm.so

%if %{MYSQL}
%files -n %{libname}-plug-mysql
%{_libdir}/sasl2/libmysql.so
%endif

%if %{PGSQL}
%files -n %{libname}-plug-pgsql
%{_libdir}/sasl2/libpgsql.so
%endif

%if %{SQLITE3}
%files -n %{libname}-plug-sqlite3
%{_libdir}/sasl2/libsqlite3.so
%endif

%if %{LDAP}
%files -n %{libname}-plug-ldapdb
%{_libdir}/sasl2/libldapdb.so
%endif

%files -n %{libname}-devel
%{_sbindir}/sasl2-shared-mechlist
%{_sbindir}/sasl2-shared-checkpass
%{_includedir}/sasl
%{multiarch_includedir}/sasl/md5global.h
%{_libdir}/*.*so
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.25-7
+ Revision: 5ab8c7c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16133 |14mr|dansguardian-2.12.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define clamav 0
# commandline overrides:
# rpm -ba|--rebuild --with 'xxx'
%{?_with_clamav: %{expand: %%global clamav 1}}
%{?_without_clamav: %{expand: %%global clamav 0}}

#Before build new version please manually download new blacklist arch with
#wget --force-clobber --timeout=30 --tries=3 http://cri.univ-tlse1.fr/blacklists/download/blacklists.tar.gz -O blacklists.tar.gz

Summary:	A content filtering web proxy
Name:		dansguardian
Version:	2.12.0.3
Release:	6
License:	GPL
Group:		System/Servers
URL:		http://www.dansguardian.org
Source0:	http://www.dansguardian.org/downloads/2/dansguardian-%{version}.tar.bz2
Source1:	dansguardian.service
Source2:	languages.tar.bz2
Source3:	update-dansguardian-blacklist
Source10:	blacklists.tar.gz
Source11:	badwords.zip
Source12:	new.zip
Source13:	extrem.zip
Patch0:		dansguardian-mdv_conf.diff
Patch1: 	dansguardian-svn-2.12.0.3-maxuploadsize.patch
Patch2:		dansguardian-new-lists.patch
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libpcreposix)
BuildRequires:	libesmtp-devel
%if %{clamav}
BuildRequires:	pkgconfig(libclamav)
%endif

Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires:	sendmail-command
Suggests:	webproxy
Provides:	DansGuardian = %{version}-%{release}

%description
DansGuardian is a filtering proxy for Linux, FreeBSD, OpenBSD and Solaris.
It filters using multiple methods. These methods include URL and domain
filtering, content phrase filtering, PICS filtering, MIME filtering, file
extension filtering, POST filtering.

The content phrase filtering will check for pages that contain profanities
and phrases often associated with pornography and other undesirable content.
The POST filtering allows you to block or limit web upload.  The URL and
domain filtering is able to handle huge lists and is significantly faster
than squidGuard.

The filtering has configurable domain, user and ip exception lists.
SSL Tunneling is supported.

%prep

%setup -q -n %{name}-%{version}
%apply_patches

rm -rf configs/lists/blacklists/ads
tar -C configs/lists/ -zxf %{SOURCE10}
unzip -xo %{SOURCE11} -d configs/lists/phraselists/
unzip -xo %{SOURCE12} -d configs/lists/phraselists/
unzip -xo %{SOURCE13} -d configs/lists/phraselists/extremism

cp %{SOURCE1} %{name}.init

# fix path to the ipc files
perl -pi -e "s|\@localstatedir\@|/var/lib|g" %{name}.init

# mdv design
pushd data
    tar -jxf %{SOURCE2}
popd

%build
%serverbuild

%configure2_5x \
    --localstatedir=/var/lib \
    --enable-pcre=yes \
%if %{clamav}
    --enable-clamav=yes \
%else
    --enable-clamav=no \
%endif
    --enable-clamd=yes \
    --enable-icap=yes \
    --enable-kavd=no \
    --enable-commandline=yes \
    --enable-fancydm=yes \
    --enable-trickledm=yes \
    --enable-ntlm=yes \
    --enable-email=yes \
    --enable-orig-ip=yes \
    --with-proxyuser=%{name} \
    --with-proxygroup=%{name} \
    --with-logdir=/var/log/%{name} \
    --with-piddir=/var/run \
    --with-sysconfsubdir=%{name}

%make

%install
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var/log/%{name}
install -d %{buildroot}/var/www/cgi-bin
install -d %{buildroot}/var/lib/%{name}/tmp

%makeinstall_std

# cleanup
rm -rf %{buildroot}%{_datadir}/doc/dansguardian*

install -Dpm 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

cat << EOF > %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
/var/log/%{name}/access.log {
  rotate 4
  weekly
  sharedscripts
  postrotate
    /bin/kill -HUP `cat /var/run/%{name}.pid 2>/dev/null` 2> /dev/null || true
  endscript
}
EOF

install -m0755 data/dansguardian.pl %{buildroot}/var/www/cgi-bin/

#Install update script

install -Dpm 755 %{SOURCE3} %{buildroot}%{_sbindir}/update-dansguardian-blacklist

# make sure this file is present
echo "localhost" >> %{buildroot}%{_sysconfdir}/%{name}/lists/exceptionfileurllist

# construct file lists
find %{buildroot}%{_sysconfdir}/%{name} -type d | \
    sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0755,root,root) %dir /' > %{name}.filelist

find %{buildroot}%{_sysconfdir}/%{name} -type f | grep -v "\.orig" | \
    sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0644,root,root) %config(noreplace) /' >> %{name}.filelist

cat > README.urpmi << EOF
Make sure to change your /etc/%{name}/%{name}.conf to reflect your own settings.
Special attention must be given to the port that the proxy server is listening to,
the port that %{name} will listen to and to the web url to the %{name}.pl cgi-script.

Author: Daniel Barron
daniel@jadeb.com
EOF

touch %{buildroot}/var/log/%{name}/access.log

# cleanup
rm -rf %{buildroot}%{_datadir}/%{name}/scripts
%pre
%_pre_useradd %{name} /var/lib/%{name} /bin/false

%preun
%_preun_service %{name}
if [ $1 = 0 ] ; then
    rm -f /var/log/%{name}/*
fi

%post
%create_ghostfile /var/log/%{name}/access.log %{name} %{name} 644
%_post_service %{name}
#Update blacklist
%{_sbindir}/update-dansguardian-blacklist

%postun
%_postun_userdel %{name}

%files -f %{name}.filelist
%{_sbindir}/update-dansguardian-blacklist
%doc AUTHORS COPYING README README.urpmi
%doc doc/AuthPlugins doc/ContentScanners doc/DownloadManagers
%doc doc/FAQ doc/FAQ.html doc/Plugins
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_unitdir}/%{name}.service
%attr(0755,root,root) %{_sbindir}/%{name}
%{_datadir}/%{name}
%attr(0755,root,root) /var/www/cgi-bin/%{name}.pl
%dir %attr(0755,%{name},%{name}) /var/log/%{name}
%dir %attr(0755,%{name},%{name}) /var/lib/%{name}
%dir %attr(0755,%{name},%{name}) /var/lib/%{name}/tmp
%ghost %attr(0644,%{name},%{name}) /var/log/%{name}/access.log
%attr(0644,root,root) %{_mandir}/man8/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.12.0.3-6
+ Revision: 1bc66f8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16134 |14mr|daq-2.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define sfbpfmajor 0
%define libname %mklibname %{name} %{major}
%define libsfbpf %mklibname sfbpf %{sfbpfmajor}
%define devname %mklibname %{name} -d
%define sdevname %mklibname %{name} -d -s

Summary:	Data Acquisition library, for packet I/O
Name:		daq
Version:	2.0.2
Release:	2
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.snort.org/
Source0:	%{name}-%{version}.tar.gz
Patch0:		daq-2.0.2-parallel-grammar.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	dnet-devel
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(libipq)
BuildRequires:	pkgconfig(libnetfilter_queue)
BuildRequires:	pkgconfig(xtables)

%description
Snort 2.9 introduces the DAQ, or Data Acquisition library, for packet I/O.  The
DAQ replaces direct calls to PCAP functions with an abstraction layer that
facilitates operation on a variety of hardware and software interfaces without
requiring changes to Snort.  It is possible to select the DAQ type and mode
when invoking Snort to perform PCAP readback or inline operation, etc.  The
DAQ library may be useful for other packet processing applications and the
modular nature allows you to build new modules for other platforms.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for DAQ
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
Snort 2.9 introduces the DAQ, or Data Acquisition library, for packet I/O.  The
DAQ replaces direct calls to PCAP functions with an abstraction layer that
facilitates operation on a variety of hardware and software interfaces without
requiring changes to Snort.  It is possible to select the DAQ type and mode
when invoking Snort to perform PCAP readback or inline operation, etc.  The
DAQ library may be useful for other packet processing applications and the
modular nature allows you to build new modules for other platforms.

%files -n %{libname}
%{_libdir}/libdaq.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libsfbpf}
Summary:	Library for DAQ
Group:		System/Libraries

%description -n %{libsfbpf}
Snort 2.9 introduces the DAQ, or Data Acquisition library, for packet I/O.  The
DAQ replaces direct calls to PCAP functions with an abstraction layer that
facilitates operation on a variety of hardware and software interfaces without
requiring changes to Snort.  It is possible to select the DAQ type and mode
when invoking Snort to perform PCAP readback or inline operation, etc.  The
DAQ library may be useful for other packet processing applications and the
modular nature allows you to build new modules for other platforms.

%files -n %{libsfbpf}
%{_libdir}/libsfbpf.so.%{sfbpfmajor}*

#----------------------------------------------------------------------------

%package -n %{name}-modules
Summary:	Bundled DAQ modules
Group:		System/Libraries
Provides:	%{name}-modules = %{EVRD}

%description -n %{name}-modules
Contains the DAQ modules that come bundled with the base LibDAQ distribution.

%files -n %{name}-modules
%doc README
%{_libdir}/daq/daq_afpacket.so
%{_libdir}/daq/daq_dump.so
#%{_libdir}/daq/daq_ipq.so
%{_libdir}/daq/daq_nfq.so
%{_libdir}/daq/daq_pcap.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and header files for DAQ
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libsfbpf} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development libraries and header files for %{name}.

%files -n %{devname}
%{_bindir}/daq-modules-config
%{_includedir}/*.h
%{_libdir}/*.so

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libraries for DAQ
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
This package contains the static libraries for %{name}.

%files -n %{sdevname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--disable-ipfw-module

%make

%install
%makeinstall_std


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.2-2
+ Revision: e52eb8c
- Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16135 |14mr|dash-0.5.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Currently debug is empty so rpmlint rejects build
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%bcond_without	diet

Summary:	The Debian Almquist Shell (formerly NetBSD's ash)
Name:		dash
Version:	0.5.7
Release:	5
License:	BSD
Group:		Shells
URL:		http://gondor.apana.org.au/~herbert/dash/
Source0:	http://gondor.apana.org.au/~herbert/dash/files/%{name}-%{version}.tar.gz
Patch0:		dash-0.5.7-format-not-a-string-literal-and-no-format-arguments.patch
Patch1:		dash-0.5.7-hack-to-fix-test-build.patch
Requires(post):	rpm-helper
Requires(postun):	rpm-helper
# explicit file provide:
Provides:	/bin/dash
BuildRequires:	bison
BuildRequires:	dietlibc-devel

%description
"dash" is a POSIX compliant shell that is much smaller than "bash".
Dash supports many features that a real sh shell would support, however
it is much smaller in size. This becomes an advantage in situations
where there is a lack of memery (initial ram-disks, etc). dash does
lack a few features, like command line history.

dash is the continuation of the original NetBSD ash fork. dash is much
more up-to-date, and properly maintained.

You should install dash if you need a near featureful lightweight shell
that is similar to GNU's bash.

%files
%doc ChangeLog COPYING
/bin/dash
%{_mandir}/man1/*

%post
/usr/share/rpm-helper/add-shell %{name} $1 /bin/dash

%postun
/usr/share/rpm-helper/del-shell %{name} $1 /bin/dash

#----------------------------------------------------------------------------

%if %{with diet}
%package static
Summary:	The Debian Almquist Shell (statically compiled)
License:	BSD
Group:		Shells
Provides:	ash = %{EVRD}
# explicit file provide:
Provides:	/bin/dash.static

%description static
"dash" is a POSIX compliant shell that is much smaller than "bash".
Dash supports many features that a real sh shell would support, however
it is much smaller in size. This becomes an advantage in situations
where there is a lack of memery (initial ram-disks, etc). dash does
lack a few features, like command line history.

dash is the continuation of the original NetBSD ash fork. dash is much
more up-to-date, and properly maintained.

You should install dash if you need a near featureful lightweight shell
that is similar to GNU's bash.

This version is statically compiled.

%files static
%doc ChangeLog COPYING
/bin/dash.static
/bin/ash
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
export CFLAGS="%{optflags} -Os"
export CXXFLAGS=$CFLAGS

%configure2_5x

# Build dynamically linked dash first
%make
%__strip src/dash
mv src/dash src/dash.dynamic

%if %{with diet}
# Build statically linked dietlibc dash last
make clean
%configure2_5x CC="diet gcc"
%make CC="diet gcc"
%__strip src/dash
mv src/dash src/dash.static
%endif

%install
mkdir -p %{buildroot}/bin
mkdir -p %{buildroot}%{_mandir}/man1

install -m 755 src/dash.dynamic %{buildroot}/bin/dash
install -m 644 src/dash.1 %{buildroot}%{_mandir}/man1/dash.1

%if %{with diet}
install -m 755 src/dash.static %{buildroot}/bin/dash.static
ln -s /bin/dash.static %{buildroot}/bin/ash
ln -s %{_mandir}/man1/dash.1 %{buildroot}%{_mandir}/man1/ash.1
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.7-5
+ Revision: 7c1f1c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16136 |14mr|dasher-4.11-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical predictive text entry system
Name:		dasher
Version:	4.11
Release:	8
License:	GPLv2+
Group:		Accessibility
URL:		http://www.dasher.org.uk/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
Patch0:		dasher-4.9.0-fix-stringformat.patch
BuildRequires:	expat-devel
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(gnome-speech-1.0)
BuildRequires:	pkgconfig(libspi-1.0)
BuildRequires:	scrollkeeper
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	perl-XML-Parser
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
Requires(post):	scrollkeeper
Requires(postun): scrollkeeper

%description 
Dasher is an information-efficient text-entry interface, driven by natural 
continuous pointing gestures. Dasher is a  competitive  text-entry
system wherever a full-size keyboard cannot be used.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x 
%make LIBS="-lX11"

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std
rm -rf %{buildroot}/var/lib/scrollkeeper

%find_lang %{name} --with-gnome

desktop-file-install --vendor="" \
  --add-category="X-MandrivaLinux-MoreApplications-Accessibility" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}%{_miconsdir}
install -m 644 -D Data/%{name}.png %{buildroot}%{_liconsdir}/%{name}.png
convert -scale 32 Data/%{name}.png %{buildroot}%{_iconsdir}/%{name}.png
convert -scale 16 Data/%{name}.png %{buildroot}%{_miconsdir}/%{name}.png

%files -f %{name}.lang
%doc README AUTHORS ChangeLog
%{_sysconfdir}/gconf/schemas/dasher.schemas
%{_bindir}/*
%{_datadir}/applications/dasher.desktop
%{_datadir}/dasher
%{_datadir}/icons/hicolor/scalable/apps/dasher.svg
%{_datadir}/icons/hicolor/48x48/apps/dasher.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_mandir}/man1/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.11-8
+ Revision: abc5e88
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16137 |14mr|davfs2-1.4.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dav_user %{name}
%define dav_group %{name}
%define dav_localstatedir /var/run
%define dav_syscachedir /var/cache

Summary:	File system driver that allows you to mount a WebDAV server
Name:		davfs2
Version: 	1.4.7
Release: 	2
License:	GPLv2+
Group:		System/Kernel and hardware		
URL:		http://savannah.nongnu.org/projects/davfs2
Source0:	http://ftp.twaren.net/Unix/NonGNU/%{name}/%{name}-%{version}.tar.gz
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	neon-devel >= 0.27
BuildRequires:	gettext-devel >= 0.14.4
BuildRequires:	libtool
Provides:	davfs = %{version}-%{release}
Obsoletes:	davfs < 0.2.5
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
davfs2 is a Linux file system driver that allows you to mount a WebDAV server
as a local file system, like a disk drive. This way applications can access
resources on a Web server without knowing anything about HTTP or WebDAV. davfs2
runs as a daemon in userspace. It uses the kernel file system coda or fuse.
Most propably your Linux kernel includes at least one of this file systems. To
connect to the WebDAV server it makes use of the neon library. Neon supports
TLS/SSL (using OpenSSL or GnuTLS) and access via proxy server.

davfs2 allows you to e.g.

 * use a WebDAV server as workspace for a geographically distributed work
   group.
 * save documents on a WebDAV server and access and edit them via internet from
   wherever you want.
 * edit a web site in place, using your preferred development tools.


%prep
%setup -q

%build
export dav_user=%{dav_user}
export dav_group=%{dav_group}
export dav_localstatedir=%{dav_localstatedir}
export dav_syscachedir=%{dav_syscachedir}

%configure2_5x \
    --disable-rpath \

%make

%install
rm -fr %{buildroot}

install -d %{buildroot}/sbin
install -d %{buildroot}%{dav_localstatedir}/mount.%{name}
install -d %{buildroot}%{dav_syscachedir}/%{name}
install -d %{buildroot}%{_datadir}/%{name}

%makeinstall_std

# rename the binaries
ln -s %{_sbindir}/mount.davfs %{buildroot}%{_sbindir}/mount.%{name}
ln -s %{_sbindir}/umount.davfs %{buildroot}%{_sbindir}/umount.%{name}

rm -f %{buildroot}/sbin/*
ln -snf ..%{_sbindir}/mount.%{name} %{buildroot}/sbin/mount.%{name}
ln -snf ..%{_sbindir}/umount.%{name} %{buildroot}/sbin/umount.%{name}

# rename the manpages
find %{buildroot}%{_mandir} -name "*.gz" | xargs gunzip

%find_lang %{name} --all-name

%pre
%_pre_useradd %{dav_user} %{dav_localstatedir}/mount.%{name} /bin/false

%postun
%_postun_userdel %{dav_user}

%clean
rm -fr %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING FAQ NEWS README THANKS
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/certs
%dir %{_sysconfdir}/%{name}/certs/private
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}/secrets
%{_sbindir}/mount.davfs*
%{_sbindir}/umount.davfs*
/sbin/mount.davfs*
/sbin/umount.davfs*
%{_mandir}/man5/*
%{_mandir}/man8/*
%lang(de) %{_mandir}/de/man5/*
%lang(de) %{_mandir}/de/man8/*
%lang(es) %{_mandir}/es/man5/*
%attr(1775,root,%{dav_group}) %dir %{dav_localstatedir}/mount.%{name}
%attr(1775,root,%{dav_group}) %dir %{dav_syscachedir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.7-2
+ Revision: dd3bcdb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16138 |14mr|db1-1.85-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname db 1
%define name db1
%define version 1.85
%define release 25

Summary: The BSD database library for C (version 1)
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{url}/db.%{version}.tar.bz2
Patch0: db.%{version}.patch
Patch1: db.%{version}-include.patch
Patch2: db.1.85-LDFLAGS.diff
URL: ftp://ftp.sleepycat.com/releases
License: BSD
Group: System/Libraries
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: bzip2

%package -n %libname
Summary: The BSD database library for C (version 1)
Group: System/Libraries
Provides: db1
Obsoletes: db1

%package -n %libname-devel
Summary: Development libs/header files for Berkeley DB (version 1) library
Group: Development/C
Requires: %{libname} = %{version}
Provides: db1-devel
Obsoletes: db1-devel

%description
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
It should be installed if compatibility is needed with databases created
with db1.

%description -n %libname
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
It should be installed if compatibility is needed with databases created
with db1.

%description -n %libname-devel
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB includes B tree, Hashing, Fixed and Variable-length
record access methods.

This package contains the header files, libraries, and documentation for
building programs which use Berkeley DB.

%package tools
Summary: Tools for Berkeley DB (version 1) library
Group: Databases
Prefix: %{_prefix}

%description tools
Tools to manipulate Berkeley database (version 1) databases.

%prep

%setup -q -n db.%{version}
%patch0 -p1
%patch1 -p1 -b .old
%patch2 -p0 -b .LDFLAGS

%build
bzip2 docs/*.ps
cd PORT/linux
# otherwise "db1/db.h" not found
ln -s include db1
%make OORG="$RPM_OPT_FLAGS" LDFLAGS="%{ldflags}"

%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}%{_includedir}/%{name}
mkdir -p ${RPM_BUILD_ROOT}/%{_libdir}
mkdir -p ${RPM_BUILD_ROOT}/%{_bindir}

sed -n '/^\/\*-/,/^ \*\//s/^.\*.\?//p' include/db.h | grep -v '^@.*db\.h' > LICENSE

cd PORT/linux
sover=`echo libdb.so.* | sed 's/libdb.so.//'`
install -m644 libdb.a			$RPM_BUILD_ROOT/%{_libdir}/libdb1.a
install -m755 libdb.so.$sover		$RPM_BUILD_ROOT/%{_libdir}/libdb1.so.$sover
ln -sf libdb1.so.$sover 		$RPM_BUILD_ROOT/%{_libdir}/libdb1.so
ln -sf libdb1.so.$sover			$RPM_BUILD_ROOT/%{_libdir}/libdb.so.$sover
install -m644 ../include/ndbm.h		$RPM_BUILD_ROOT/%{_includedir}/db1/
install -m644 ../../include/db.h	$RPM_BUILD_ROOT/%{_includedir}/db1/
install -m644 ../../include/mpool.h	$RPM_BUILD_ROOT/%{_includedir}/db1/
install -s -m755 db_dump185		$RPM_BUILD_ROOT/%{_bindir}/db1_dump185

%clean
rm -rf ${RPM_BUILD_ROOT}

%if %mdkversion < 200900
%post -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -p /sbin/ldconfig
%endif

%files -n %libname
%defattr(-,root,root)
%{_libdir}/libdb1.so.*
%{_libdir}/libdb.so.*

%files -n %libname-devel
%defattr(-,root,root)
%doc docs/*.ps.bz2 README changelog
%{_includedir}/db1
%{_libdir}/libdb1.a
%{_libdir}/libdb1.so

%files tools
%defattr(-,root,root)
%{_bindir}/db1_dump185




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.85-25
+ Revision: b376915
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16139 |14mr|db2-2.4.14-26
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name  db2
%define version 2.4.14
%define release 26

%define major		2
%define libname_orig	libdb%{major}
%define libname		%mklibname db %{major}

Summary: The BSD database library for C (version 2)
Name: %{name}
Version: %{version}
Release: %{release}
#Source: http://www.sleepycat.com/update/2.7.7/db-2.7.7.tar.gz
# Taken from glibc 2.1.3
Source0: %{name}-glibc-2.1.3.tar.bz2
# Patch to make it standalone
Patch0: db2-glibc-2.1.3.patch
Patch1: db2-2.4.14-db2.patch
Patch2: db2-2.4.14-db_fileid-64bit-fix.patch
Patch3: db2-gcc34.patch
Patch4: db2-64bit-fixes.patch
Patch5:	db2-sparc64-Makefile-fPIC.patch
Patch6: db2-deps.patch
Patch7: db2-LDFLAGS.diff
URL: http://www.sleepycat.com
License: BSD
Group: System/Libraries
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
%ifnarch ia64
Conflicts: glibc < 2.1.90
%endif

%description
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
This library used to be part of the glibc package.

%package -n %{libname}
Summary: The BSD database library for C (version 2)
Group: System/Libraries
Obsoletes: %{name}
Provides: %{name} = %{version}-%{release}

%description -n %{libname}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
This library used to be part of the glibc package.

%package -n %{libname}-devel
Summary: Development libs/header files for Berkeley DB (version 2) library
Group: Development/C
Requires: %{libname} = %{version}-%{release}
Obsoletes: %{name}-devel
Provides: %{name}-devel = %{version}-%{release}
%ifnarch ia64
Conflicts: glibc-devel < 2.1.90
%endif

%description -n %{libname}-devel
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB includes B tree, Hashing, Fixed and Variable-length
record access methods.

This package contains the header files, libraries, and documentation for
building programs which use Berkeley DB.

%prep
%setup -q -n db2
%patch0 -p1
%patch1 -p1 -b .db2
%patch2 -p1 -b .db_fileid-64bit-fix
%patch3 -p1 -b .gcc34
%patch4 -p1 -b .64bit-fixes
%ifarch sparc64
%patch5 -p1 -b .sparc64
%endif
%patch6 -p1 -b .deps
%patch7 -p0 -b .LDFLAGS

%build
CFLAGS="%{optflags}" %make LDFLAGS="%{ldflags}"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_includedir}/db2
mkdir -p $RPM_BUILD_ROOT%{_libdir}
mkdir -p $RPM_BUILD_ROOT%{_bindir}

# XXX this causes all symbols to be deleted from the shared library
#strip -R .comment libdb2.so.3
install -m644 libdb2.a			$RPM_BUILD_ROOT/%{_libdir}/libdb2.a
install -m755 libdb2.so.3		$RPM_BUILD_ROOT/%{_libdir}/libdb2.so.3
ln -sf libdb2.so.3 			$RPM_BUILD_ROOT/%{_libdir}/libdb2.so
ln -sf libdb2.a				$RPM_BUILD_ROOT/%{_libdir}/libndbm.a
ln -sf libdb2.so.3			$RPM_BUILD_ROOT/%{_libdir}/libndbm.so

install -m644 db.h			$RPM_BUILD_ROOT/%{_includedir}/db2
install -m644 db_185.h			$RPM_BUILD_ROOT/%{_includedir}/db2
for p in db_archive db_checkpoint db_deadlock db_dump db_load \
	 db_printlog db_recover db_stat; do
	q="`echo $p | sed -e 's,^db_,db2_,'`"
	install -s -m755 $p		$RPM_BUILD_ROOT/%{_bindir}/$q
done

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-,root,root)
%doc README LICENSE
%{_libdir}/lib*.so.*

%files -n %{libname}-devel
%defattr(-,root,root)
%dir %{_includedir}/db2
%{_includedir}/db2/db.h
%{_includedir}/db2/db_185.h
%{_libdir}/libdb2.a
%{_libdir}/libdb2.so
%{_libdir}/libndbm.a
%{_libdir}/libndbm.so
%{_bindir}/db2_archive
%{_bindir}/db2_checkpoint
%{_bindir}/db2_deadlock
%{_bindir}/db2_dump
%{_bindir}/db2_load
%{_bindir}/db2_printlog
%{_bindir}/db2_recover
%{_bindir}/db2_stat




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.14-26
+ Revision: 255c031
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16140 |14mr|db52-5.2.42-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	__soversion	5.2
%define	_libdb_a	libdb-%{__soversion}.a
%define	_libcxx_a	libdb_cxx-%{__soversion}.a

%define libname_orig	%mklibname db
%define libname		%{libname_orig}%{__soversion}
%define libnamedev	%{libname}-devel
%define libnamestatic	%{libname}-static-devel

%define libdbcxx	%{libname_orig}cxx%{__soversion}
%define libdbsql	%{libname_orig}sql%{__soversion}
%define libdbtcl	%{libname_orig}tcl%{__soversion}
%define libdbjava	%{libname_orig}java%{__soversion}

%define libdbnss	%{libname_orig}nss%{__soversion}
%define libdbnssdev	%{libdbnss}-devel

%ifnarch %[mips} %{arm}
%bcond_without java
%define gcj_support 0
%endif

%bcond_without	sql
%bcond_without	tcl
%bcond_without	db1
# Define to build a stripped down version to use for nss libraries
%bcond_without	nss

# Define to rename utilities and allow parallel installation
%bcond_without	parallel

# mutexes defaults to POSIX/pthreads/library
%bcond_with	asmmutex

Summary:	The Berkeley DB database library for C
Name:		db52
Version:	5.2.42
Release:	2
Source0:	http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
# statically link db1 library
Patch0:		db-5.1.19-db185.patch
Patch1:		db-5.1.25-sql_flags.patch
Patch2:		db-5.1.19-tcl-link.patch
# fedora patches
Patch101:	db-4.7.25-jni-include-dir.patch
URL:		http://www.oracle.com/technology/software/products/berkeley-db/
License:	BSD
Group:		System/Libraries
BuildRequires:	systemtap
BuildRequires:	systemtap-devel
%if %{with sql}
BuildRequires:	sqlite3-devel
%endif
%if %{with tcl}
BuildRequires:	tcl-devel
%endif
%if %{with db1}
BuildRequires:	db1-devel
%endif
BuildRequires:	ed libtool
%if %{with java}
BuildRequires:	java-rpmbuild
BuildRequires:	sharutils
# required for jni.h
BuildRequires:	libgcj-devel
#(proyvind): try workaround issue preventng build
BuildRequires:	gcc-java
%if %{gcj_support}
BuildRequires:	java-gcj-compat-devel
%endif
%endif

%description
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB is used by many applications, including Python and Perl, so this
should be installed on all systems.

%package -n	%{libname}
Summary:	The Berkeley DB database library for C
Group:		System/Libraries

%description -n	%{libname}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB is used by many applications, including Python and Perl, so this
should be installed on all systems.

%package -n	%{libdbcxx}
Summary:	The Berkeley DB database library for C++
Group:		System/Libraries

%description -n	%{libdbcxx}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB is used by many applications, including Python and Perl, so this
should be installed on all systems.

This package contains the files needed to build C++ programs which use
Berkeley DB.

%if %{with sql}
%package -n	%{libdbsql}
Summary:	The Berkeley DB database library for SQL
Group:		System/Libraries

%description -n	%{libdbsql}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB is used by many applications, including Python and Perl, so this
should be installed on all systems.

This package contains the files needed to build SQL programs which use
Berkeley DB.
%endif

%if %{with java}
%package -n	%{libdbjava}
Summary:	The Berkeley DB database library for C++
Group:		System/Libraries
%rename		db%{__soversion}

%description -n	%{libdbjava}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB is used by many applications, including Python and Perl, so this
should be installed on all systems.

This package contains the files needed to build Java programs which use
Berkeley DB.

%package -n	%{libdbjava}-javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description -n %{libdbjava}-javadoc
Javadoc for %{name}.
%endif

%if %{with tcl}
%package -n	%{libdbtcl}
Summary:	The Berkeley DB database library for TCL
Group:		System/Libraries

%description -n	%{libdbtcl}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB is used by many applications, including Python and Perl, so this
should be installed on all systems.

This package contains the header files, libraries, and documentation for
building tcl programs which use Berkeley DB.
%endif

%package	utils
Summary:	Command line tools for managing Berkeley DB databases
Group:		Databases
%if !%{with parallel}
Conflicts:	db4-utils
Conflicts:	db5-utils < %{__soversion}
Conflicts:	db-utils < %{__soversion}
%endif
Provides:	db5-utils = %{EVRD}
Provides:	db-utils = %{EVRD}
Requires:	%{name}_recover = %{EVRD}

%description	utils
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length
record access methods, transactions, locking, logging, shared memory caching
and database recovery. DB supports C, C++, Java and Perl APIs.

This package contains command line tools for managing Berkeley DB databases.

%package -n	%{name}_recover
Summary:	Minimal package with '%{name}_recover' only
Group:		Databases
Provides:	db_recover = %{EVRD}

%description -n	%{name}_recover
This is a minimal package that ships with '%{name}_recover' only as it's
required for using "RPM ACID".

%package -n	%{libnamedev}
Summary:	Development libraries/header files for the Berkeley DB library
Group:		Development/Databases
Requires:	%{libname} = %{EVRD}
%if %{with sql}
Requires:	%{libdbsql} = %{EVRD}
%endif
%if %{with tcl}
Requires:	%{libdbtcl} = %{EVRD}
%endif
%if %{with java}
Requires:	%{libdbjava} = %{EVRD}
%endif
Requires:	%{libdbcxx} = %{EVRD}
Provides:	db%{__soversion}-devel = %{EVRD}
Provides:	libdb%{__soversion}-devel = %{EVRD}
Conflicts:	db-devel < %{__soversion}
Conflicts:	db4.8-devel
Conflicts:	db4.7-devel
Conflicts:	db4.6-devel
Conflicts:	db4.5-devel
Conflicts:	db4.4-devel
Conflicts:	db4.3-devel
Conflicts:	db4.2-devel
Provides:	db-devel = %{EVRD}
Provides:	db5-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{libnamedev}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length
record access methods, transactions, locking, logging, shared memory caching
and database recovery. DB supports C, C++, Java, Perl and SQL APIs.

This package contains the header files, libraries, and documentation for
building programs which use Berkeley DB.

%package -n	%{libnamestatic}
Summary:	Development static libraries files for the Berkeley DB library
Group:		Development/Databases
Requires:	db%{__soversion}-devel = %{EVRD}
Provides:	db%{__soversion}-static-devel = %{EVRD}
Provides:	libdb%{__soversion}-static-devel = %{EVRD}
Conflicts:	db-static-devel < %{__soversion}
Provides:	db-static-devel = %{EVRD}
Provides:	db5-static-devel = %{EVRD}

%description -n	%{libnamestatic}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length
record access methods, transactions, locking, logging, shared memory caching
and database recovery. DB supports C, C++, Java and Perl APIs.

This package contains the static libraries for building programs which
use Berkeley DB.

%if %{with nss}
%package -n	%{libdbnss}
Summary:	The Berkeley DB database library for NSS modules
Group:		System/Libraries

%description -n	%{libdbnss}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length
record access methods, transactions, locking, logging, shared memory caching
and database recovery. DB supports C, C++, Java and Perl APIs.

This package contains the shared library required by some nss modules
that use Berkeley DB.

%package -n	%{libdbnssdev}
Summary:	Development libraries/header files for building nss modules with Berkeley DB
Group:		Development/Databases
Requires:	%{libdbnss} = %{EVRD}
Provides:	libdbnss-devel = %{EVRD}
Provides:	%{_lib}dbnss-devel = %{EVRD}
Provides:	db_nss-devel = %{EVRD}
Provides:	libdb_nss-devel = %{EVRD}
Conflicts:	db_nss-devel < %{__soversion}

%description -n	%{libdbnssdev}
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
embedded database support for both traditional and client/server applications.
Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length
record access methods, transactions, locking, logging, shared memory caching
and database recovery. DB supports C, C++, Java and Perl APIs.

This package contains the header files and libraries for building nss
modules which use Berkeley DB.
%endif

%prep
%setup -q -n db-%{version}

# fix strange attribs
find . -type f -perm 0444 -exec chmod 644 {} \;

rm -r lang/sql/jdbc/doc
%patch0 -p1 -b .db185~
%patch1 -p1 -b .sql_flags~
%patch2 -p1 -b .tcl~

# fedora patches
%patch101 -p1 -b .jni~

pushd dist
libtoolize --copy --force
cat %{_datadir}/aclocal/libtool.m4 >> aclocal.m4
popd

# Remove tags files which we don't need.
find . -name tags | xargs rm -f
# Define a shell function for fixing HREF references in the docs, which
# would otherwise break when we split the docs up into subpackages.
fixup_href() {
    for doc in $@ ; do
	chmod u+w ${doc}
	sed -e 's,="../api_c/,="../../%{name}-devel/api_c/,g' \
	    -e 's,="api_c/,="../%{name}-devel/api_c/,g' \
	    -e 's,="../api_cxx/,="../../%{name}-devel/api_cxx/,g' \
	    -e 's,="api_cxx/,="../%{name}-devel/api_cxx/,g' \
	    -e 's,="../api_tcl/,="../../%{name}-devel/api_tcl/,g' \
	    -e 's,="api_tcl/,="../%{name}-devel/api_tcl/,g' \
	    -e 's,="../java/,="../../%{name}-devel/java/,g' \
	    -e 's,="java/,="../%{name}-devel/java/,g' \
	    -e 's,="../examples_c/,="../../%{name}-devel/examples_c/,g' \
	    -e 's,="examples_c/,="../%{name}-devel/examples_c/,g' \
	    -e 's,="../examples_cxx/,="../../%{name}-devel/examples_cxx/,g' \
	    -e 's,="examples_cxx/,="../%{name}-devel/examples_cxx/,g' \
	    -e 's,="../ref/,="../../%{name}-devel/ref/,g' \
	    -e 's,="ref/,="../%{name}-devel/ref/,g' \
	    -e 's,="../images/,="../../%{name}-devel/images/,g' \
	    -e 's,="images/,="../%{name}-devel/images/,g' \
	    -e 's,="../utility/,="../../%{name}-utils/utility/,g' \
	    -e 's,="utility/,="../%{name}-utils/utility/,g' ${doc} > ${doc}.new
	touch -r ${doc} ${doc}.new
	cat ${doc}.new > ${doc}
	touch -r ${doc}.new ${doc}
	rm -f ${doc}.new
    done
}

set +x	# XXX painful to watch
# Fix all of the HTML files.
fixup_href `find . -name "*.html"`
set -x	# XXX painful to watch

cd dist
./s_config

%build
%ifarch ppc
CFLAGS="$CFLAGS -D_GNU_SOURCE -D_REENTRANT"
%endif
export CFLAGS

%if %{with java}
export CLASSPATH=
export JAVAC=%{javac}
export JAR=%{jar}
export JAVA=%{java}
export JAVACFLAGS="-nowarn"
JAVA_MAKE="JAR=%{jar} JAVAC=%{javac} JAVACFLAGS="-nowarn" JAVA=%{java}"
%endif

pushd build_unix
CONFIGURE_TOP="../dist" \
%configure2_5x	--includedir=%{_includedir}/%{name} \
		--enable-shared --enable-static \
		--enable-dbm \
		--enable-systemtap \
		--enable-o_direct \
%if %{with sql}
		--enable-sql \
%endif
%if %{with db1}
		--enable-compat185 --enable-dump185 \
%endif
%if %{with tcl}
		--enable-tcl --with-tcl=%{_libdir} --enable-test \
%endif
		--enable-cxx \
%if %{with java}
		--enable-java \
%endif
%if %{with asmmutex}
%ifarch %{ix86}
		--disable-posixmutexes --with-mutex=x86/gcc-assembly
%endif
%ifarch x86_64
		--disable-posixmutexes --with-mutex=x86_64/gcc-assembly
%endif
%ifarch alpha
		--disable-posixmutexes --with-mutex=ALPHA/gcc-assembly
%endif
%ifarch ia64
		--disable-posixmutexes --with-mutex=ia64/gcc-assembly
%endif
%ifarch ppc
		--disable-posixmutexes --with-mutex=PPC/gcc-assembly
%endif
%ifarch %{sparc}
		--disable-posixmutexes --with-mutex=Sparc/gcc-assembly
%endif
%ifarch %{mips}
		--disable-posixmutexes --with-mutex=MIPS/gcc-assembly
%endif
%ifarch %{arm}
		--disable-posixmutexes --with-mutex=ARM/gcc-assembly
%endif
%else
		--enable-posixmutexes --with-mutex=POSIX/pthreads/library
%endif

%make $JAVA_MAKE
%if %{with java}
pushd ../lang/java
%{javadoc} -d ../sql/jdbc/doc `find . -name '*.java'`
popd
%endif
popd
%if %{with nss}
mkdir build_nss
pushd build_nss
CONFIGURE_TOP="../dist" \
%configure2_5x	--includedir=%{_includedir}/db_nss \
		--enable-shared --disable-static \
		--enable-dbm \
		--enable-systemtap \
		--enable-o_direct \
		--disable-tcl --disable-cxx --disable-java \
		--with-uniquename=_nss \
		--enable-compat185 \
		--disable-cryptography --disable-queue \
		--disable-replication --disable-verify \
%if %{with asmmutex}
%ifarch %{ix86}
		--disable-posixmutexes --with-mutex=x86/gcc-assembly
%endif
%ifarch x86_64
		--disable-posixmutexes --with-mutex=x86_64/gcc-assembly
%endif
%ifarch alpha
		--disable-posixmutexes --with-mutex=ALPHA/gcc-assembly
%endif
%ifarch ia64
		--disable-posixmutexes --with-mutex=ia64/gcc-assembly
%endif
%ifarch ppc
		--disable-posixmutexes --with-mutex=PPC/gcc-assembly
%endif
%ifarch %{sparc}
		--disable-posixmutexes --with-mutex=Sparc/gcc-assembly
%endif
%ifarch %{mips}
		--disable-posixmutexes --with-mutex=MIPS/gcc-assembly
%endif
%ifarch %{arm}
		--disable-posixmutexes --with-mutex=ARM/gcc-assembly
%endif
%else
		--enable-posixmutexes --with-mutex=POSIX/pthreads/library
%endif



%make libdb_base=libdb_nss libso_target=libdb_nss-%{__soversion}.la libdir=/%{_lib}
popd
%endif

%install
make -C build_unix install_setup install_include install_lib install_utilities \
	DESTDIR=%{buildroot} emode=755

%if %{with nss}
make -C build_nss install_include install_lib libdb_base=libdb_nss \
	DESTDIR=%{buildroot} LIB_INSTALL_FILE_LIST=""

mkdir -p %{buildroot}/%{_lib}
mv %{buildroot}/%{_libdir}/libdb_nss-%{__soversion}.so %{buildroot}/%{_lib}
ln -s  /%{_lib}/libdb_nss-%{__soversion}.so %{buildroot}%{_libdir}
%endif

ln -sf %{name}/db.h %{buildroot}%{_includedir}/db.h

# XXX This is needed for parallel install with db4.2
%if %{with parallel}
for F in %{buildroot}%{_bindir}/*db_* ; do
   mv $F `echo $F | sed -e 's,db_,%{name}_,'`
done
%endif

# Move db.jar file to the correct place, and version it
%if %{with java}
mkdir -p %{buildroot}%{_jnidir}
mv %{buildroot}%{_libdir}/db.jar %{buildroot}%{_jnidir}/db%{__soversion}-%{version}.jar
(cd %{buildroot}%{_jnidir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

%__mkdir_p %{buildroot}%{_javadocdir}/db%{__soversion}-%{version}
cp -a lang/sql/jdbc/doc/* %{buildroot}%{_javadocdir}/db%{__soversion}-%{version}
%__ln_s db%{__soversion}-%{version} %{buildroot}%{_javadocdir}/db%{__soversion}

%if %{gcj_support}
rm -rf aot-compile-rpm
aot-compile-rpm
%endif
%endif

rm -rf %{buildroot}%{_includedir}/db_nss/db_cxx.h

%if %{with sql}
mv %{buildroot}%{_bindir}/{dbsql,db%{__soversion}_sql}
%endif

%if %{with java}
%post -n %{libdbjava}
%{update_gcjdb}

%postun -n %{libdbjava}
%{clean_gcjdb}
%endif

%files -n %{libname}
%defattr(644,root,root,755)
%doc LICENSE README
%attr(755,root,root) %{_libdir}/libdb-%{__soversion}.so

%files -n %{libdbcxx}
%defattr(755,root,root) 
%{_libdir}/libdb_cxx-%{__soversion}.so

%if %{with sql}
%files -n %{libdbsql}
%defattr(755,root,root)
%{_libdir}/libdb_sql-%{__soversion}.so
%endif

%if %{with java}
%files -n %{libdbjava}
%defattr(644,root,root,755)
%doc lang/sql/jdbc/doc/*
%doc examples/java/src
%attr(755,root,root) %{_libdir}/libdb_java-%{__soversion}.so
%attr(755,root,root) %{_libdir}/libdb_java-%{__soversion}_g.so
%{_jnidir}/db%{__soversion}.jar
%{_jnidir}/db%{__soversion}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/*
%endif

%files -n %{libdbjava}-javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/db%{__soversion}-%{version}
%doc %dir %{_javadocdir}/db%{__soversion}
%endif

%if %{with tcl}
%files -n %{libdbtcl}
%defattr(755,root,root)
%{_libdir}/libdb_tcl-%{__soversion}.so
%endif

%files utils
%defattr(-,root,root)
%doc docs/api_reference/C/db_archive.html
%doc docs/api_reference/C/db_checkpoint.html
%doc docs/api_reference/C/db_deadlock.html
%doc docs/api_reference/C/db_dump.html
%doc docs/api_reference/C/db_load.html
%doc docs/api_reference/C/db_printlog.html
%doc docs/api_reference/C/db_replicate.html
%doc docs/api_reference/C/db_stat.html
%doc docs/api_reference/C/db_upgrade.html
%doc docs/api_reference/C/db_verify.html
%{_bindir}/db*_archive
%{_bindir}/db*_checkpoint
%{_bindir}/db*_deadlock
%{_bindir}/db*_dump*
%{_bindir}/db*_hotbackup
%{_bindir}/db*_load
%{_bindir}/db*_printlog
%{_bindir}/db*_replicate
%{_bindir}/db*_stat
%{_bindir}/db*_tuner
%{_bindir}/db*_upgrade
%{_bindir}/db*_verify
%if %{with sql}
%doc docs/api_reference/C/dbsql.html
%{_bindir}/db%{__soversion}_sql
%endif

%files -n %{name}_recover
%doc docs/api_reference/C/db_recover.html
%{_bindir}/db*_recover

%files -n %{libnamedev}
%defattr(644,root,root,755)
%doc docs/api_reference
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/db.h
%if %{with db1}
%{_includedir}/%{name}/db_185.h
%endif
%{_includedir}/%{name}/db_cxx.h
%if %{with sql}
%{_includedir}/%{name}/dbsql.h
%endif
%{_includedir}/db.h
%{_libdir}/libdb.so
%{_libdir}/libdb-5.so
%{_libdir}/libdb_cxx.so
%{_libdir}/libdb_cxx-5.so
%if %{with sql}
%{_libdir}/libdb_sql.so
%{_libdir}/libdb_sql-5.so
%endif
%if %{with tcl}
%{_libdir}/libdb_tcl.so
%{_libdir}/libdb_tcl-5.so
%endif
%if %{with java}
%{_libdir}/libdb_java.so
%{_libdir}/libdb_java-5.so
%endif

%files -n %{libnamestatic}
%defattr(644,root,root,755)
%{_libdir}/*.a

%if %{with nss}
%files -n %{libdbnss}
%defattr(755,root,root) 
/%{_lib}/libdb_nss-%{__soversion}.so

%files -n %{libdbnssdev}
%defattr(644,root,root,755)
%dir %{_includedir}/db_nss
%{_includedir}/db_nss/db.h
%if %{with db1}
%{_includedir}/db_nss/db_185.h
%endif
%{_libdir}/libdb_nss.so
%{_libdir}/libdb_nss-5.so
%{_libdir}/libdb_nss-%{__soversion}.so
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.2.42-2
+ Revision: ffba99c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16141 |14mr|dblatex-0.3.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DocBook to LaTeX/ConTeXt Publishing
Name:		dblatex
Version:	0.3.4
Release:	5
Group:		Publishing
License:	GPLv2+
Url:		http://dblatex.sourceforge.net/
Source0:	http://downloads.sourceforge.net/dblatex/dblatex-%{version}.tar.bz2
Source1:	COPYING-docbook-xsl
Patch0:		dblatex-0.2.7-external-which.patch
Patch1:		dblatex-0.3.4-build-fix.patch
BuildRequires:	imagemagick
BuildRequires:	python-which
BuildRequires:	tetex
BuildRequires:	tetex-latex
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(python)
Requires:	docbook-dtd44-xml
Requires:	docbook-dtd45-xml
Requires:	imagemagick
Requires:	tetex
Requires:	tetex-latex
Requires:	texlive-bibtopic
Requires:	transfig
Requires:	xmltex
Requires:	xsltproc
Requires(post,postun):	kpathsea
BuildArch:	noarch

%description
dblatex is a program that transforms your SGML/XMLDocBook
documents to DVI, PostScript or PDF by translating them
into pure LaTeX as a first process.  MathML 2.0 markups
are supported, too. It started as a clone of DB2LaTeX.

%prep
%setup -q
%apply_patches

%build
python setup.py build

%install
python setup.py install --root %{buildroot}
# these are already in tetex-latex:
for file in bibtopic.sty enumitem.sty ragged2e.sty passivetex/; do
	rm -rf %{buildroot}%{_datadir}/dblatex/latex/misc/$file
done

mkdir -p %{buildroot}%{_datadir}/texmf-dist/tex/latex/dblatex
for file in ` find %{buildroot}%{_datadir}/dblatex/latex/ -name '*.sty' ` ; do 
	mv $file %{buildroot}%{_datadir}/texmf-dist/tex/latex/dblatex/`basename $file`;
done

rm -rf %{buildroot}%{_datadir}/dblatex/latex/{misc,contrib/example,style}

mkdir -p %{buildroot}%{_sysconfdir}/dblatex
# shipped in %%docs
rm -rf %{buildroot}%{_datadir}/doc/

sed -e 's/\r//' xsl/mathml2/README > README-xsltml
touch -r xsl/mathml2/README README-xsltml
cp -p %{SOURCE1} COPYING-docbook-xsl
chmod +x %{buildroot}/%{python_sitelib}/dbtexmf/dblatex/xetex/*.py

%post
/usr/bin/texhash

%postun
/usr/bin/texhash

%files
%{_mandir}/man1/dblatex.1*
%doc COPYRIGHT docs/manual.pdf COPYING-docbook-xsl README-xsltml
%{python_sitelib}/dbtexmf/
%{python_sitelib}/dblatex-*.egg-info
%{_bindir}/dblatex
%{_datadir}/dblatex/
%{_datadir}/texmf-dist/tex/latex/dblatex/
%dir %{_sysconfdir}/dblatex


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.4-5
+ Revision: 9e075a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16142 |14mr|dbus-1.8.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _rundir %{_var}/run

%define api 1
%define major 3
%define libname %mklibname dbus- %{api} %{major}
%define devname %mklibname -d dbus- %{api}

%bcond_with	test
%bcond_with	verbose

%define git_url git://git.freedesktop.org/git/dbus/dbus

%bcond_with uclibc

Summary:	D-Bus message bus
Name:		dbus
Version:	1.8.4
Release:	5
License:	GPLv2+ or AFL
Group:		System/Servers
Url:		http://www.freedesktop.org/Software/dbus
Source0:	http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
Source1:	doxygen_to_devhelp.xsl
# (fc) 1.0.2-5mdv disable fatal warnings on check (fd.o bug #13270)
Patch3:		dbus-1.0.2-disable_fatal_warning_on_check.patch
Patch4:		dbus-daemon-bindir.patch
Patch5:		dbus-1.8.0-fix-disabling-of-xml-docs.patch
Patch6:		0001-name-test-Don-t-run-test-autolaunch-if-we-don-t-have.patch

BuildRequires:	asciidoc
BuildRequires:	docbook2x
BuildRequires:	docbook-dtd412-xml
BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:	xmlto
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(libsystemd-daemon) >= 32
BuildRequires:	pkgconfig(libsystemd-login) >= 32
BuildRequires:	pkgconfig(libsystemd-journal) >= 32
BuildRequires:	pkgconfig(libsystemd-id128)
BuildRequires:	pkgconfig(systemd)
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.33.2-9
%endif

Requires(pre):	shadow-utils
Requires(pre):	coreutils
Requires(pre):	systemd-units
Requires(pre,preun,post,postun):	rpm-helper
Provides:	should-restart = system

%description
D-Bus is a system for sending messages between applications. It is
used both for the systemwide message bus service, and as a
per-user-login-session messaging facility.

%if %{with uclibc}
%package -n	uclibc-%{name}
Summary:	D-Bus message bus (uClibc linked)
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description -n	uclibc-%{name}
D-Bus is a system for sending messages between applications. It is
used both for the systemwide message bus service, and as a
per-user-login-session messaging facility.
%endif

%package -n %{libname}
Summary:	Shared library for using D-Bus
Group:		System/Libraries

%description -n	%{libname}
D-Bus shared library.

%if %{with uclibc}
%package -n	uclibc-%{libname}
Summary:	Shared library for using D-Bus (uClibc linked)
Group:		System/Libraries

%description -n	uclibc-%{libname}
D-Bus shared library.
%endif

%package -n %{devname}
Summary:	Libraries and headers for D-Bus
Group:		Development/C
Requires:	%{libname} = %{EVRD}
%if %{with uclibc}
Requires:	uclibc-%{libname} = %{EVRD}
%endif
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
Headers and static libraries for D-Bus.

%package x11
Summary:	X11-requiring add-ons for D-Bus
Group:		System/Servers
Requires:	dbus = %{EVRD}

%description x11
D-Bus contains some tools that require Xlib to be installed, those are
in this separate package so server systems need not install X.

%package doc
Summary:	Developer documentation for D-BUS
Group:		Books/Computer books
Suggests:	devhelp

%description doc
This package contains developer documentation for D-Bus along with
other supporting documentation such as the introspect dtd file.

%prep
%setup -q
#only disable in cooker to detect buggy programs
#patch3 -p1 -b .disable_fatal_warning_on_check
%patch4 -p1 -b .daemon_bindir~
%patch5 -p1 -b .nodocs~
%patch6 -p1 -b .noautolaunchtest~
if test -f autogen.sh; then env NOCONFIGURE=1 ./autogen.sh; else autoreconf -v -f -i; fi

%build
%serverbuild_hardened
COMMON_ARGS="--enable-systemd --with-systemdsystemunitdir=%{_unitdir} \
	--bindir=/bin --enable-libaudit --disable-selinux \
	--with-system-pid-file=%{_rundir}/messagebus.pid --exec-prefix=/ \
	--with-system-socket=%{_rundir}/dbus/system_bus_socket \
	--libexecdir=/%{_lib}/dbus-%{api} --with-init-scripts=redhat --disable-static"

export CONFIGURE_TOP="$PWD"
%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%configure2_5x \
	CC=%{uclibc_cc} \
	CFLAGS="%{uclibc_cflags}" \
	$COMMON_ARGS \
	--with-sysroot=%{uclibc_root} \
	--bindir=%{uclibc_root}/bin \
	--exec-prefix=%{uclibc_root} \
	--libexecdir=%{uclibc_root}/%{_lib}/dbus-%{api} \
	--disable-libaudit \
	--disable-tests \
	--disable-asserts \
	--disable-doxygen-docs \
	--disable-xml-docs \
	--disable-x11-autolaunch \
	--without-x \
%if %{with verbose}
	--enable-verbose-mode
%else
	--disable-verbose-mode
%endif
# ugly hack to get rid of library search dir passed..
for i in `find -name Makefile`; do
	sed -e 's#-L%{_libdir}##g' -i $i
done
%make
popd
%endif

#### Build once with tests to make check
%if %{with test}
# (tpg) enable verbose mode by default --enable-verbose-mode
mkdir -p tests
pushd tests
%configure2_5x \
	$COMMON_ARGS \
	--enable-libaudit \
	--enable-verbose-mode \
	--enable-tests \
	--enable-asserts \
	--enable-x11-autolaunch \
	--with-x \
	--disable-doxygen-docs \
	--disable-xml-docs

DBUS_VERBOSE=1 %make
popd
%endif

mkdir -p shared
pushd shared
%configure2_5x \
	$COMMON_ARGS \
	--enable-libaudit \
	--disable-tests \
	--disable-asserts \
	--enable-doxygen-docs \
	--enable-xml-docs \
	--enable-x11-autolaunch \
	--with-x \
%if %{with verbose}
	--enable-verbose-mode
%else
	--disable-verbose-mode
%endif

%make
doxygen Doxyfile

xsltproc -o dbus.devhelp %{SOURCE1} doc/api/xml/index.xml
popd

%check
%if %{with test}
%make -C tests check
%endif
%make -C shared check

%install
%if %{with uclibc}
%makeinstall_std -C uclibc
install -d %{buildroot}%{uclibc_root}{/%{_lib},%{_libdir}}
mv %{buildroot}%{_libdir}/libdbus-%{api}.so.%{major}* %{buildroot}%{uclibc_root}/%{_lib}
ln -srf %{buildroot}%{uclibc_root}/%{_lib}/libdbus-%{api}.so.%{major}.* %{buildroot}%{uclibc_root}%{_libdir}/libdbus-%{api}.so
%endif

%makeinstall_std -C shared

# move lib to /, because it might be needed by hotplug script, before
# /usr is mounted
mkdir -p %{buildroot}/%{_lib} %{buildroot}%{_var}/lib/dbus %{buildroot}%{_bindir}

mv %{buildroot}%{_libdir}/*dbus-1*.so.* %{buildroot}/%{_lib} 
ln -sf /%{_lib}/libdbus-%{api}.so.%{major} %{buildroot}%{_libdir}/libdbus-%{api}.so

mv %{buildroot}/bin/dbus-launch %{buildroot}%{_bindir}/dbus-launch
mkdir -p %{buildroot}%{_sysconfdir}/X11/xinit.d
cat << EOF > %{buildroot}%{_sysconfdir}/X11/xinit.d/30dbus
# to be sourced
if [ -z "\$DBUS_SESSION_BUS_ADDRESS" ]; then
  eval \`%{_bindir}/dbus-launch --exit-with-session --sh-syntax\`
fi
EOF

chmod 755 %{buildroot}%{_sysconfdir}/X11/xinit.d/30dbus

# create directory
mkdir %{buildroot}%{_datadir}/dbus-%{api}/interfaces

# Make sure that when somebody asks for D-Bus under the name of the
# old SysV script, that he ends up with the standard dbus.service name
# now.
ln -s dbus.service %{buildroot}%{_unitdir}/messagebus.service

#add devhelp compatible helps
mkdir -p %{buildroot}%{_datadir}/devhelp/books/dbus
mkdir -p %{buildroot}%{_datadir}/devhelp/books/dbus/api

cp shared/dbus.devhelp %{buildroot}%{_datadir}/devhelp/books/dbus
cp shared/doc/dbus-specification.html %{buildroot}%{_datadir}/devhelp/books/dbus
cp shared/doc/dbus-faq.html %{buildroot}%{_datadir}/devhelp/books/dbus
cp shared/doc/dbus-tutorial.html %{buildroot}%{_datadir}/devhelp/books/dbus
cp shared/doc/api/html/* %{buildroot}%{_datadir}/devhelp/books/dbus/api

# (tpg) remove old initscript
rm -r %{buildroot}%{_sysconfdir}/rc.d/init.d/*

# systemd user session bits
mkdir -p %{buildroot}%{_prefix}/lib/systemd/user
cat >%{buildroot}%{_prefix}/lib/systemd/user/dbus.service <<'EOF'
[Unit]
Description=D-Bus User Message Bus
Requires=dbus.socket

[Service]
ExecStart=/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation
ExecReload=/bin/dbus-send --print-reply --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig

[Install]
WantedBy=default.target
EOF
cat >%{buildroot}%{_prefix}/lib/systemd/user/dbus.socket <<'EOF'
[Unit]
Description=D-Bus User Message Bus Socket
Before=sockets.target

[Socket]
ListenStream=%{_rundir}/user/%U/dbus/user_bus_socket

[Install]
WantedBy=default.target
EOF

mkdir -p %{buildroot}%{_tmpfilesdir}
cat > %{buildroot}%{_tmpfilesdir}/dbus.conf << EOF
d %{_rundir}/dbus 755 - - -
EOF

%pre
%_pre_useradd messagebus / /sbin/nologin
%_pre_groupadd daemon messagebus

%post
if [ "$1" = "1" ]; then
    /bin/dbus-uuidgen --ensure
    /bin/systemctl enable dbus.service >/dev/null 2>&1 || :
    /bin/systemctl --user --global enable dbus.socket >/dev/null 2>&1 || :
    /bin/systemctl --user --global enable dbus.service >/dev/null 2>&1 || :
fi
%_post_service %{name} %{name}.service

%postun
%_postun_groupdel messagebus
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart dbus.service >/dev/null 2>&1 || :
fi

%preun
if [ $1 = 0 ]; then
    /bin/systemctl --no-reload dbus.service > /dev/null 2>&1 || :
    /bin/systemctl stop dbus.service > /dev/null 2>&1 || :
fi

%triggerun -- dbus < 1.7.10-2
# User sessions are new in 1.7.10
/bin/systemctl --user --global enable dbus.socket >/dev/null 2>&1 || :
/bin/systemctl --user --global enable dbus.service >/dev/null 2>&1 || :

%files
%dir %{_sysconfdir}/dbus-%{api}
%config(noreplace) %{_sysconfdir}/dbus-%{api}/*.conf
%dir %{_sysconfdir}/dbus-%{api}/system.d
%dir %{_sysconfdir}/dbus-%{api}/session.d
%dir %{_rundir}/dbus
%dir %{_var}/lib/dbus
%dir %{_libdir}/dbus-1.0
%{_tmpfilesdir}/dbus.conf
/bin/dbus-cleanup-sockets
/bin/dbus-daemon
/bin/dbus-monitor
/bin/dbus-run-session
/bin/dbus-send
/bin/dbus-uuidgen
%{_mandir}/man*/*
%dir %{_datadir}/dbus-%{api}
%{_datadir}/dbus-%{api}/system-services
%{_datadir}/dbus-%{api}/services
%{_datadir}/dbus-%{api}/interfaces
# See doc/system-activation.txt in source tarball for the rationale
# behind these permissions
%dir /%{_lib}/dbus-%{api}
%attr(4750,root,messagebus) /%{_lib}/dbus-%{api}/dbus-daemon-launch-helper

%{_unitdir}/dbus.service
%{_unitdir}/messagebus.service
%{_unitdir}/dbus.socket
%{_unitdir}/dbus.target.wants/dbus.socket
%{_unitdir}/multi-user.target.wants/dbus.service
%{_unitdir}/sockets.target.wants/dbus.socket
%{_prefix}/lib/systemd/user/dbus.*

%if %{with uclibc}
%files -n uclibc-%{name}
%{uclibc_root}/bin/dbus-cleanup-sockets
%{uclibc_root}/bin/dbus-daemon
%{uclibc_root}/bin/dbus-launch
%{uclibc_root}/bin/dbus-monitor
%{uclibc_root}/bin/dbus-run-session
%{uclibc_root}/bin/dbus-send
%{uclibc_root}/bin/dbus-uuidgen
%dir %{uclibc_root}/%{_lib}/dbus-%{api}
%attr(4750,root,messagebus) %{uclibc_root}/%{_lib}/dbus-%{api}/dbus-daemon-launch-helper
%endif

%files -n %{libname}
/%{_lib}/libdbus-%{api}.so.%{major}*

%if %{with uclibc}
%files -n uclibc-%{libname}
%{uclibc_root}/%{_lib}/libdbus-%{api}.so.%{major}*
%endif

%files -n %{devname}
%doc ChangeLog
%{_libdir}/libdbus-%{api}.so
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libdbus-%{api}.so
%endif
%{_libdir}/dbus-1.0/include/
%{_libdir}/pkgconfig/dbus-%{api}.pc
%{_includedir}/dbus-1.0/

%files x11
%{_sysconfdir}/X11/xinit.d/*
%{_bindir}/dbus-launch

%files doc
%doc COPYING NEWS
%doc doc/introspect.dtd doc/introspect.xsl doc/system-activation.txt
%{_docdir}/%{name}/*
%doc %{_datadir}/devhelp/books/dbus

%changelog
* Sun Sep 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.4-5
+ Revision: 507640a
- Try to use rpm-helper for pre scripts because it worked really fine in past



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16143 |14mr|dbus-c++-0.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Native C++ bindings for D-Bus
Name:		dbus-c++
Version:	0.9.0
Release:	4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://freedesktop.org/wiki/Software/dbus-c++
Source0:	http://downloads.sourceforge.net/project/dbus-cplusplus/%{name}/%{version}/lib%{name}-%{version}.tar.gz
Patch0:		libdbus-c++-0.9.0-mdv-build_order.patch
Patch1:		libdbus-c++-0.9.0-mdv-linking.patch
Patch2:		dbus-c++-0.9.0-gcc-4.7.patch
BuildRequires:	libtool
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gdkmm-2.4)
BuildRequires:	pkgconfig(glib-2.0)
# It's in Contrib so don't use it
#BuildRequires:	ecore-devel

%description
Native C++ bindings for D-Bus for use in C++ programs.

%files
%doc COPYING AUTHORS
%{_bindir}/dbusxx-introspect
%{_bindir}/dbusxx-xml2cpp

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Native C++ bindings for D-Bus
Group:		System/Libraries

%description -n %{libname}
Native C++ bindings for D-Bus for use in C++ programs.

%files -n %{libname}
%{_libdir}/libdbus-c++*-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{name} >= %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%doc TODO
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q -n lib%{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--disable-ecore \
	--enable-glib \
	--disable-tests
make

%install
%makeinstall_std


%changelog
* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.0-4
+ Revision: c155785
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16144 |14mr|dbus-glib-0.102-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1
%define major 2
%define libname %mklibname dbus-glib- %{api} %{major}
%define devname %mklibname dbus-glib- %{api} -d

%define git_url git://git.freedesktop.org/git/dbus/dbus-glib
%bcond_with crosscompile

Summary:	D-Bus message bus
Name:		dbus-glib
Version:	0.102
Release:	1
License:	AFL and GPLv2+
Group:		System/Libraries
Url:		http://www.freedesktop.org/Software/dbus
Source0:	http://dbus.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%description
D-Bus add-on library to integrate the standard D-Bus library with
the GLib thread abstraction and main loop.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	D-Bus GLib-based library
Group:		System/Libraries
Provides:	dbus-glib = %{EVRD}

%description -n %{libname}
D-Bus add-on library to integrate the standard D-Bus library with
the GLib thread abstraction and main loop.

%files -n %{libname}
%{_libdir}/libdbus-glib-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	D-Bus headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Headers libraries for D-Bus.

%files -n %{devname}
%{_bindir}/dbus-binding-tool
%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
%{_libexecdir}/dbus-bash-completion-helper
%{_libdir}/libdbus-glib-%{api}.so
%{_libdir}/pkgconfig/dbus-glib-%{api}.pc
%{_includedir}/dbus-1.0/dbus/*.h
%{_datadir}/gtk-doc/html/dbus-glib/
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
#fix build with new automake
sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' configure.*
autoreconf -fi

%build
%if %{with crosscompile}
export ac_cv_have_abstract_sockets=yes
export ac_cv_func_posix_getpwnam_r=yes
export have_abstract_sockets=yes
%endif
%configure2_5x  \
	--disable-static \
	--disable-tests \
	--disable-verbose-mode \
%if %{with crosscompile}
	--with-dbus-binding-tool=/usr/bin/dbus-binding-tool \
%endif
	--disable-asserts

%make

%install
%makeinstall_std

%check
make check


%changelog
* Thu Jul 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.102-1
+ Revision: 7a7561a
- New version 0.102



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16145 |14mr|dbus-python-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dbus_glib_version 0.74
%define dbus_version 1.1.2
%define __noautoreq pkgconfig.*
%define py3dir %{_builddir}/python3-%{name}-%{version}-%{release}

Summary: D-Bus Python Bindings
Name: dbus-python
Version: 1.2.0
Release: 1

Group: Development/Python
URL: http://www.freedesktop.org/wiki/Software/DBusBindings
License: MIT
Source0: http://dbus.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
Source1: http://dbus.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz.asc

BuildRequires: dbus-devel >= %{dbus_version}
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
BuildRequires: python-devel
BuildRequires: python3-devel

%description
D-Bus python bindings for use with python programs.

%package -n python-dbus
Summary: D-Bus Python Bindings
Group: Development/Python
Obsoletes: %{name} < %{version}-%{release}
Provides: %{name} = %{version}-%{release}
Requires: dbus >= %{dbus_version}

%description -n python-dbus
D-Bus python 3 bindings for use with python programs.

%package -n python3-dbus
Version: %{version}
Summary: D-Bus Python 3 Bindings
Group: Development/Python
Provides: python3-dbus = %{version}-%{release}
Requires: dbus >= %{dbus_version}

%description -n python3-dbus
D-Bus python bindings for use with python 3 programs.

%prep

%setup -q
rm -rf %{py3dir}
mkdir %{py3dir}
cp -a . %{py3dir}

%build
%configure2_5x --disable-api-docs
%make

pushd %{py3dir}
%configure2_5x --disable-api-docs PYTHON=%__python3
%make
popd

%install
%makeinstall_std

pushd %{py3dir}
%makeinstall_std
popd

#remove unpackaged files
rm -rf %{buildroot}%{_datadir}/doc/dbus-python

%files -n python-dbus
%doc COPYING NEWS doc/*.txt README
%{py_puresitedir}/dbus*
%{py_platsitedir}/_dbus_*
%{_includedir}/dbus-1.0/dbus/*.h
%{_libdir}/pkgconfig/*.pc

%files -n python3-dbus
%doc COPYING NEWS doc/*.txt README
%{py3_puresitedir}/dbus*
%{py3_platsitedir}/_dbus_*


%changelog
* Thu Jul 10 2014 Tigro <ashejn@gmail.com> 1.2.0-1
+ Revision: 0673a34
- update to 1.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16146 |14mr|dbus-qt3-0.70-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dbus_version		0.90
%define qt_version              3.1.0
%define qt_dir			%{_prefix}/lib/qt3

%define lib_api 1
%define lib_qt_major 1
%define lib_qt %mklibname dbus-qt- %{lib_api} %{lib_qt_major}
%define devel_qt %mklibname dbus-qt -d

Summary: D-BUS message bus
Name: dbus-qt3
Version: 0.70
Release: 10
URL: http://www.freedesktop.org/Software/dbus
Source0: %{name}-%{version}.tar.bz2
Patch0:	dbus-qt3-underlinking.patch

License: AFL/GPL
Group: System/Servers
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: qt3-devel    >= %{qt_version}
BuildRequires: dbus-devel >= %{dbus_version}

%package -n %{lib_qt}
Summary: Qt-based library for using D-BUS
Group: System/Libraries
Obsoletes: %{_lib}dbus-qt-1_0 < 0.62-2mdv2007.0

%description -n %{lib_qt}
D-BUS add-on library to integrate the standard D-BUS library with
the Qt thread abstraction and main loop.

%package -n %{devel_qt}
Summary: Qt-based library for using D-BUS
Group: Development/C++
Requires: %{lib_qt} = %{version}-%{release}
Provides: libdbus-qt-1-devel = %{version}-%{release}
Obsoletes: %mklibname dbus-qt- %{lib_api} %{lib_qt_major} -d
Provides: %mklibname dbus-qt- %{lib_api} %{lib_qt_major} -d

%description -n %{devel_qt}
D-BUS add-on library to integrate the standard D-BUS library with the
Qt thread abstraction and main loop. This contains the Qt specific
headers and libraries.

%description
D-BUS add-on library to integrate the standard D-BUS library with
the Qt thread abstraction and main loop.

%prep
%setup -q 
%patch0 -p1

%build
# patch0
autoreconf -fi

#gw so we can find moc
export PATH=%qt_dir/bin:$PATH
export QTDIR=%qt_dir

%configure2_5x --enable-qt3
%make

%install
rm -rf %{buildroot}

%makeinstall_std

#remove unpackaged file
rm -f %{buildroot}%{_libdir}/*.la

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{lib_qt} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{lib_qt} -p /sbin/ldconfig
%endif

%files -n %{lib_qt}
%defattr(-,root,root)
%{_libdir}/*qt*.so.%{lib_qt_major}*

%files -n %{devel_qt}
%defattr(-,root,root)
%{_libdir}/*qt*.so
%{_libdir}/*qt*.a
%{_includedir}/dbus-1.0/dbus/dbus-qt.h
%{_includedir}/dbus-1.0/dbus/connection.h
%{_includedir}/dbus-1.0/dbus/message.h
%{_includedir}/dbus-1.0/dbus/server.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.70-10
+ Revision: b92ebbe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16147 |14mr|dconf-0.20.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO: split library package on libdconf, libdconf-dbus-1 and modules


%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}
%define giolibname %mklibname gio2.0_ 0

Summary:	Configuration backend for Glib
Name:		dconf
Version:	0.20.0
Release:	2
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%name/0.20/%{name}-%{version}.tar.xz
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org/

BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	vala-devel intltool xsltproc gtk-doc

%description
This is a configuration backend for Glib's GSettings and part of GNOME 3.0.

%package editor
Summary:	An editor for the Dconf configuration system
Group:		Graphical desktop/GNOME
Requires:	%{name} = %{version}-%{release}

%description editor
This is a graphical editor for the Dconf configuration system.

%package -n %{libname}
Group:		System/Libraries
Summary:	Configuration backend library for Glib
Obsoletes:	%{mklibname dconf 0} < 0.14
Requires(post): %{giolibname} >= 2.23.4
Requires(postun): %{giolibname} >= 2.23.4

%description -n %{libname}
This is a configuration backend for Glib's GSettings and part of GNOME 3.0.

%package -n %{develname}
Group:		Development/C
Summary:	Configuration backend library for Glib - development files
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
This is a configuration backend for Glib's GSettings and part of GNOME 3.0.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%post -n %{libname}
%if %_lib != lib
 %{_bindir}/gio-querymodules-64 %{_libdir}/gio/modules 
%else
 %{_bindir}/gio-querymodules-32 %{_libdir}/gio/modules
%endif

%postun -n %{libname}
if [ "$1" = "0" ]; then
%if %_lib != lib
 %{_bindir}/gio-querymodules-64 %{_libdir}/gio/modules 
%else
 %{_bindir}/gio-querymodules-32 %{_libdir}/gio/modules
%endif
fi

%files -f %{name}.lang
%doc NEWS
%{_bindir}/dconf
%{_libexecdir}/dconf-service
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
%{_datadir}/applications/dconf-editor.desktop
%{_datadir}/bash-completion/completions/dconf
%{_mandir}/man?/*
%{_datadir}/appdata/dconf-editor.appdata.xml

%files editor
%{_bindir}/dconf-editor
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
%{_datadir}/icons/*/*/*/dconf-editor.png

%files -n %{libname}
%{_libdir}/libdconf.so.%{major}*
%{_libdir}/libdconf-dbus-1.so*
%{_libdir}/gio/modules/libdconfsettings.*
#%_libdir/girepository-1.0/dconf-1.0.typelib

%files -n %{develname}
%{_libdir}/libdconf.so
%{_libdir}/pkgconfig/dconf.pc
%{_libdir}/pkgconfig/dconf-dbus-1.pc
%{_includedir}/dconf
%{_includedir}/dconf-dbus-1/dconf-dbus-1.h
#%_datadir/gir-1.0/dconf-1.0.gir
%{_datadir}/gtk-doc/html/dconf
%{_datadir}/vala/vapi/dconf*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.20.0-2
+ Revision: 6d95af9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16148 |14mr|dcraw-9.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define withgimp2 1

Summary:	Reads the raw image formats of 279 digital cameras
Name:		dcraw
Version:	9.22
Release:	1
Group:		Graphics
License:	Freely redistributable without restriction
Url:		http://www.cybercom.net/~dcoffin/dcraw/
# do not use source code, but the archive tarball
# it contains all additional localizations
Source0:	http://www.cybercom.net/~dcoffin/dcraw/archive/%{name}-%{version}.tar.gz
Source2:	http://www.cybercom.net/~dcoffin/dcraw/rawphoto.c
Source3:	http://www.cybercom.net/~dcoffin/dcraw/.badpixels
Source4:	http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html
Source5:	dcwrap
Source6:	http://www.cybercom.net/~dcoffin/dcraw/parse.c
Source240:	http://www.cybercom.net/~dcoffin/dcraw/clean_crw.c
Source7:	fixdates.c
Source8:	http://www.cybercom.net/~dcoffin/dcraw/decompress.c
Source9:	pgm.c
Source210:	http://www.cybercom.net/~dcoffin/dcraw/sony_clear.c
Source10:	http://neuemuenze.heim1.tu-clausthal.de/~sven/crwinfo/CRWInfo-0.2.tar.bz2
Source11:	http://www.cybercom.net/~dcoffin/dcraw/fujiturn.c
Source250:	http://www.cybercom.net/~dcoffin/dcraw/fuji_green.c
Source220:	renum
Source230:	lcfile
# This is a copy of the dcraw home page with camera list, usage info, FAQ,
# ...
Source100:	http://www.cybercom.net/~dcoffin/dcraw/dcraw.html.bz2
Source110:	secrets.html
# program to read Nikon Dust Off images (NDF files)
Source260:	read_ndf.c
# Remove multiple-line string constant from crwinfo.c, gcc cannot handle it
Patch0:		crwinfo-help.patch
# gcc 4.x does not allow cast on left hand side of assignment
Patch1:		dcraw-7.42-sony-clear-gcc-4.patch

%if %{withgimp2}
BuildRequires:	pkgconfig(gimp-2.0)
%endif
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lcms2)

%description
Reads and processes raw images from more than 279 digital cameras.

Raw images are the data directly read from the CCD of the camera,
without in-camera processing, without lossy JPEG compression, and in
36 or 48 bits color depth (TIFF has 24 bits). Problem of the raw
images is that they are in proprietary, camera-specific formats as
once, there seems not to be a standard format for high-color-depth
images, and second, the raw images contain headers with information
about camera settings.

This is a collection of command line tools to read and convert the raw
image files and also to get camera setting information out of them.

This program does not download the files from the camera, it only
processes the already downloaded files. Depending on your camera
model, mount your camera as a USB mass-storage device, use GPhoto2
("gtkam", "digikam", "flphoto", "gphoto2"), or a flash card reader for
downloading the files.

%files -f %{name}.lang
%doc dcraw.html secrets.html badpixels README.crwinfo spec.crwinfo
%{_bindir}/*
%{_mandir}/man1/dcraw.1*

#----------------------------------------------------------------------------

%if %{withgimp2}
%package gimp2.0
Summary:	A GIMP plug-in to load raw files of digicams (GIMP 2.x)
Group:		Graphics
Requires:	gimp
Requires:	%{name}

%description gimp2.0
GIMP 2.x plug-in to load all raw image files of digital cameras
supported by the dcraw package. This allows direct editing of the
original images of the camera, without any conversion or compression
loss.

%files gimp2.0
%{_libdir}/gimp/2.0/plug-ins/*
%endif

#----------------------------------------------------------------------------

%prep
%setup -qc -a10
%if %{withgimp2}
mkdir gimp2.0
install -m644 %{SOURCE2} gimp2.0/rawphoto.c
%endif
install -m644 %{SOURCE3} .badpixels
install -m644 %{SOURCE4} dcraw.1
install -m644 %{SOURCE5} dcwrap
install -m644 %{SOURCE6} parse.c
install -m644 %{SOURCE240} clean_crw.c
install -m644 %{SOURCE7} fixdates.c
install -m644 %{SOURCE8} decompress.c
install -m644 %{SOURCE9} pgm.c
install -m644 %{SOURCE210} sony_clear.c
install -m644 %{SOURCE11} fujiturn.c
install -m644 %{SOURCE250} fuji_green.c
install -m644 %{SOURCE220} renum
install -m644 %{SOURCE230} lcfile
bzcat %{SOURCE100} > dcraw.html
install -m644 %{SOURCE110} secrets.html
install -m644 %{SOURCE260} read_ndf.c
#cd ljpeg_decode
#ln -s ../dcraw.c .
#cd ..
cd CRWInfo*
%patch0 -p0 -b .help
cd ..
%patch1 -p0 -b .gcc4

%build
%setup_compile_flags

cd dcraw
cc ${CFLAGS:-%{optflags}} %{ldflags} -DLOCALEDIR='"%{_datadir}/locale/"' \
   dcraw.c -o dcraw -lm -ljpeg -llcms2 -ljasper
cd ..

# Build simple C programs
# fixed overlinking issues by appending -Wl,--as-needed -lm
for file in *.c; do
  if [ "$file" != "dcraw.c" ]; then
	cc ${CFLAGS:-%{optflags}} -o ${file%.c} $file %{ldflags} -lm
  fi
done

# Build GIMP plug-in
%if %{withgimp2}
gimptool-2.0 --build gimp2.0/rawphoto.c
mv rawphoto gimp2.0
%endif

# Build programs provided in tarballs
cd CRWInfo*
%make
cd ..

#cd ljpeg_decode
#make
#cd ..

%install
# Directories
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
%if %{withgimp2}
install -d %{buildroot}%{_libdir}/gimp/2.0/plug-ins
%endif

# Program files
#install -m 755 ljpeg_decode/dcraw %{buildroot}%{_bindir}
install -m 755 dcraw/dcraw %{buildroot}%{_bindir}
install -m 755 decompress %{buildroot}%{_bindir}
install -m 755 fixdates %{buildroot}%{_bindir}
install -m 755 fujiturn %{buildroot}%{_bindir}
install -m 755 fuji_green %{buildroot}%{_bindir}
install -m 755 parse %{buildroot}%{_bindir}
install -m 755 clean_crw %{buildroot}%{_bindir}
install -m 755 pgm %{buildroot}%{_bindir}
%if %{withgimp2}
install -m 755 gimp2.0/rawphoto %{buildroot}%{_libdir}/gimp/2.0/plug-ins
%endif
install -m 755 CRWInfo*/crwinfo %{buildroot}%{_bindir}
install -m 755 sony_clear %{buildroot}%{_bindir}
install -m 755 renum %{buildroot}%{_bindir}
install -m 755 lcfile %{buildroot}%{_bindir}

# Documentation
install -m 644 .badpixels badpixels
install -m 644 CRWInfo*/README README.crwinfo
install -m 644 CRWInfo*/spec spec.crwinfo

install -D -m 644 dcraw/dcraw.1 %{buildroot}%{_datadir}/man/man1

pushd dcraw
for lang in fr it de pt es nl sv ca cs hu pl eo ru zh_TW zh_CN da
do
  if [ -f dcraw_$lang.po ]; then
    mkdir -p -m 755 %{buildroot}/%{_datadir}/locale/$lang/LC_MESSAGES
    msgfmt -o %{buildroot}/%{_datadir}/locale/$lang/LC_MESSAGES/dcraw.mo \
      dcraw_$lang.po
    echo "%lang($lang) %{_datadir}/locale/$lang/LC_MESSAGES/dcraw.mo" >> ../%{name}.lang
  fi
  if [ -f dcraw_$lang.1 ]; then
    install -m 644 -D dcraw_$lang.1 %{buildroot}/%{_datadir}/man/$lang/man1/dcraw_$lang.1
    echo "%lang($lang) %{_datadir}/man/$lang/man1/dcraw_$lang.1*" >> ../%{name}.lang
  fi
done
popd


%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 9.22-1
+ Revision: 7712893
- Link with lcms2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16149 |14mr|ddate-0.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       ddate   
Version:    0.2.1
Release:    3
Summary:    Convert Gregorian dates to Discordian dates
Group:      System/Base
License:    Public Domain
URL:        https://github.com/bo0ts/%{name}/tree/
Source0:    https://github.com/bo0ts/%{name}/archive/v%{version}.tar.gz
# In upstream after 0.2.1
Patch0:     %{name}-0.2.1-Correct-path-for-manpage.patch
# In upstream after 0.2.1
Patch1:     %{name}-0.2.1-Change-ddate-availability.patch
BuildRequires:  cmake

%description
This tool prints a date in the Discordian date format.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build

%check
ctest

%files
%doc README.org
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.1-3
+ Revision: a92d471
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16150 |14mr|dd_rescue-1.45-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	Does copy data from one file or block device to another

Name:		dd_rescue
Version:	1.45
Release:	2
License:	GPL
Group:		System/Kernel and hardware
Source0:	http://www.garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.gz
URL:		http://www.garloff.de/kurt/linux/ddrescue/
 
%description
Like dd, dd_rescue does copy data from one file or block device to another.
You can specify file positions (called seek and Skip in dd). There are several 
differences: 
  o dd_rescue does not provide character conversions.
  o The command syntax is different. Call dd_rescue -h.
  o dd_rescue does not abort on errors on the input file, unless you specify a 
    maximum error number. Then dd_rescue will abort when this number is reached
  o dd_rescue does not truncate the output file, unless asked to.
  o You can tell dd_rescue to start from the end of a file and move bcakwards.
  o It uses two block sizes, a large (soft) block size and a small (hard) block
    size. In case of errors, the size falls back to the small one and is
    promoted again after a while without errors.

%prep 
%setup -qn %{name}

%build

%make

%install
%makeinstall_std INSTASROOT=""

%clean

%files
%defattr(-,root,root,0755) 
%doc README.dd_rescue
%{_bindir}/*
%{_mandir}/man1/*
%{_libdir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.45-2
+ Revision: 70492f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16151 |14mr|deadbeef-0.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (tpg) do not provide plugins
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so\\.0'
%else
%define _provides_exceptions *.so.0\\|
%endif

%define with_faad 0

####################
# Hardcore PLF build
%define build_plf 0
####################

%if %{build_plf}
%define distsuffix plf
%define with_faad 1
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	Ultimate music player for GNU/Linux
Name:		deadbeef
Version:	0.6.2
Release:	1%{?extrarelsuffix}
License:	GPLv2+
Group:		Sound
Url:		http://deadbeef.sourceforge.net
Source0:	http://sourceforge.net/projects/deadbeef/files/%{name}-%{version}.tar.bz2
Patch0:		translation_fix.patch
BuildRequires:	bison
BuildRequires:	intltool >= 0.40
BuildRequires:	yasm
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
%if %{with_faad}
BuildRequires:	libfaad2-devel
%endif
BuildRequires:	libstdc++-static-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
DeaDBeeF is an audio player for GNU/Linux systems with
X11 written in C and C++.

Features:
* minimal depends
* native GTK2 GUI
* cuesheet support
* mp3, ogg, flac, ape and other popular formats
* chiptune formats with subtunes
* song-length databases
* small memory footprint

%if %{build_plf}
This package is in restricted repository because it uses patented codecs.
%endif

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING.GPLv2 COPYING.LGPLv2.1
%doc about.txt help.txt translators.txt
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/pixmaps
%{_bindir}/%{name}
%{_libdir}/%{name}/*.so*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/pixmaps/*.png
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/deadbeef.svg
%{_libdir}/%{name}/convpresets/*.txt

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{name} = %{EVRD}

%description devel
Development files and headers for %{name}.

%files devel
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--enable-gtk3 \
	--disable-gtk2 \
	--disable-static \
	--enable-ffmpeg \
%if !%{with_faad}
	--disable-aac \
%endif
	--disable-rpath

%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}/%{name}

%find_lang %{name}


%changelog
* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 0.6.2-1
+ Revision: d39bd91
- Translation patch minor update



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16152 |14mr|debootstrap-1.0.53-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%nil

Summary:	Bootstrap a basic Debian system
Name:		debootstrap
Version:	1.0.53
Release:	2
Source0:	http://ftp.debian.org/debian/pool/main/d/debootstrap/%{name}_%{version}.tar.gz
Source1:	devices.tar.gz
License:	MIT
Group:		System/Configuration/Packaging
Url:		http://packages.debian.org/unstable/admin/debootstrap

%description
debootstrap is used to create a Debian base system from scratch,
without requiring the availability of dpkg or apt. It does this by
downloading .deb files from a mirror site, and carefully unpacking
them into a directory which can eventually be chrooted into.

%prep
%setup -q
perl -pi -e 's/ -o root -g root//' Makefile
perl -pi -e 's/^(\s+)(chown.*)$/$1#$2/g' Makefile
perl -pi -e 's/^(all:.*?)(\S+.tar.gz)$/$1/g' Makefile
perl -pi -e 's,qw\(%{_prefix}/lib /lib\),qw\(%{_libdir} /%{_lib}\),' functions
cp %{SOURCE1} .

%build
%make

%install
%makeinstall_std
install -D -m 644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8

%files
%doc TODO
%{_sbindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man8/%{name}.8*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.53-2
+ Revision: 0b6c652
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16153 |14mr|deja-dup-30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Deja Dup Backup Tool
Name:		deja-dup
Version:	30.0
Release:	3
License:	GPLv3+
Group:		Archiving/Backup
Url:		https://launchpad.net/deja-dup
Source0:	http://launchpad.net/%{name}/26/%{version}/+download/%{name}-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	cmake
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	locales-en
BuildRequires:	vala
BuildRequires:	libxml2-utils
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(libpeas-1.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libnautilus-extension)
BuildRequires:	pkgconfig(libsecret-1)
Requires:	duplicity >= 0.6.14
Requires:	python-cloudfiles
Requires:	gnome-icon-theme-symbolic
Requires:	dconf
Requires:	python-lockfile

%description
Deja Dup is a simple backup tool. It hides the complexity of doing backups the
'right way' (encrypted, off-site, and regular) and uses duplicity as the
back-end.

Features:
 - Support for local, remote, or cloud backup locations, such as Amazon S3.
 - Securely encrypts and compresses your data.
 - Incrementally backs up, letting you restore from any particular backup.
 - Schedules regular backups.
 - Integrates well into your GNOME desktop.

%files -f %{name}.lang
%doc AUTHORS NEWS
%{_bindir}/deja-*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}*.desktop
%{_datadir}/GConf/gsettings/%{name}.convert
%{_datadir}/glib-2.0/schemas/org.gnome.DejaDup.gschema.xml
%{_datadir}/%{name}/
%{_iconsdir}/hicolor/*/*/%{name}*
%{_libexecdir}/%{name}/
%{_libdir}/nautilus/extensions-*/lib%{name}.so
%{_mandir}/man1/deja-dup*.1*
%{_mandir}/*/man1/deja-dup*.1*
%{_sysconfdir}/xdg/autostart/%{name}-monitor*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# ugly workaround to fix build error with help2man
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:%{_builddir}/%{name}-%{version}/build/libdeja/:%{_builddir}/%{name}-%{version}/build/deja-dup/widgets
%cmake \
	-DENABLE_NAUTILUS:BOOL=ON \
	-DENABLE_CCPANEL:BOOL=OFF \
	-DENABLE_UNITY_CCPANEL:BOOL=OFF \
	-DENABLE_UNITY:BOOL=OFF \
	-DCMAKE_SKIP_RPATH:BOOL=OFF \
	-DCMAKE_INSTALL_LIBEXECDIR:PATH=%{_libexecdir}
%make

%install
%makeinstall_std -C build

rm -rf %{buildroot}/%{_datadir}/icons/Humanity/

mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart/
mv %{buildroot}%{_prefix}%{_sysconfdir}/xdg/autostart/%{name}-monitor.desktop %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}-monitor.desktop

%find_lang %{name} --with-gnome


%changelog
* Wed Jul 02 2014 Tigro <ashejn@gmail.com> 30.0-3
+ Revision: 61d12ef
- fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16154 |14mr|dejagnu-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dejagnu
Version:	1.5
Release:	3
Epoch:		20010912
Summary:	A front end for testing other programs
License:	GPLv2+
URL:		http://www.gnu.org/software/dejagnu/
Source0:	ftp://ftp.gnu.org/gnu/dejagnu/%{name}-%{version}.tar.gz
Patch0:		dejagnu-1.5-smp-1.patch
Patch1:		dejagnu-1.5-runtest.patch
Group:		Development/Other
Requires:	common-licenses tcl >= 8.0 expect >= 5.21
BuildRequires:	docbook-utils docbook-utils-pdf
BuildRequires:	docbook-dtd31-sgml
# in contrib, but likely not needed anyways even if configure checks for it..
#BuildRequires:	docbook2x
BuildRequires:	expect
BuildRequires:	screen texinfo
BuildArch:	noarch

%description
DejaGnu is an Expect/Tcl based framework for testing other programs.
DejaGnu has several purposes: to make it easy to write tests for any
program; to allow you to write tests which will be portable to any
host or target where a program must be tested; and to standardize the
output format of all tests (making it easier to integrate the testing
into software development).

%prep
%setup -q
%patch0 -p1 -b .smp~
%patch1 -p1 -b .runtest~

%build
%configure2_5x -v

%install
%makeinstall_std

%check
echo ============TESTING===============
# Dejagnu test suite also has to test reporting to user.  It needs a
# terminal for that.  That doesn't compute in mock.  Work around it by
# running the test under screen and communicating back to test runner
# via temporary file.  If you have better idea, we accept patches.
TMP=`mktemp`
screen -D -m sh -c '(make check RUNTESTFLAGS="RUNTEST=`pwd`/runtest"; echo $?) >> '$TMP
RESULT=`tail -n 1 $TMP`
cat $TMP
rm -f $TMP
echo ============END TESTING===========
exit $RESULT

%files
%doc AUTHORS NEWS README TODO ChangeLog doc/dejagnu.texi
%dir %{_datadir}/dejagnu
%{_datadir}/dejagnu/*
%{_bindir}/runtest
%{_mandir}/man1/runtest.1*
%{_infodir}/dejagnu.info*
%{_includedir}/dejagnu.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20010912:1.5-3
+ Revision: 82b29cb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16155 |14mr|deltarpm-3.6-0.1.20110223git
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Create deltas between rpms
Name: deltarpm
Version: 3.6
Release: 0.1.20110223git
License: BSD
Group: System/Configuration/Packaging
URL: http://gitorious.org/deltarpm/deltarpm
# Generate source by doing:
# git clone git://gitorious.org/deltarpm/deltarpm
# cd deltarpm
# git archive --format=tar --prefix="deltarpm-git-20110223/" 7ed5208166 | \
#   bzip2 > deltarpm-git-20110223.tar.bz2
Source: %{name}-git-20110223.tar.bz2
Patch0: deltarpm-rpm5.patch
BuildRequires: bzip2-devel, lzma-devel, rpm-devel, popt-devel
BuildRequires: zlib-devel
BuildRequires: python-devel

%description
A deltarpm contains the difference between an old
and a new version of a rpm, which makes it possible
to recreate the new rpm from the deltarpm and the old
one. You don't have to have a copy of the old rpm,
deltarpms can also work with installed rpms.

%package -n drpmsync
Summary: Sync a file tree with deltarpms
Group: System/Configuration/Packaging
Requires: deltarpm = %{EVRD}

%description -n drpmsync
This package contains a tool to sync a file tree with
deltarpms.

%package -n deltaiso
Summary: Create deltas between isos containing rpms
Group: System/Configuration/Packaging
Requires: deltarpm = %{EVRD}

%description -n deltaiso
This package contains tools for creating and using deltasisos,
a difference between an old and a new iso containing rpms.

%package -n python-deltarpm
Summary: Python bindings for deltarpm
Group: System/Configuration/Packaging
Requires: deltarpm = %{EVRD}

%description -n python-deltarpm
This package contains python bindings for deltarpm.


%prep
%setup -q -n %{name}-git-20110223
%patch0 -p1

%build
%make -C zlib* CFLAGS="%{optflags} -O3" LDFLAGS="%{ldflags}" libz.a
%make CFLAGS="%{optflags}" \
    bindir=%{_bindir} libdir=%{_libdir} mandir=%{_mandir} prefix=%{_prefix} \
    zlibbundled='' zlibldflags='-lz' zlibcppflags=''
%make CFLAGS="%{optflags}" \
    bindir=%{_bindir} libdir=%{_libdir} mandir=%{_mandir} prefix=%{_prefix} \
    zlibbundled='' zlibldflags='-lz' zlibcppflags='' \
    python

%install
%makeinstall pylibprefix=%{buildroot}

rm -rf %{buildroot}%{_libdir}/python3*

%files
%doc LICENSE.BSD README
%doc %{_mandir}/man8/applydeltarpm*
%doc %{_mandir}/man8/makedeltarpm*
%doc %{_mandir}/man8/combinedeltarpm*
%{_bindir}/applydeltarpm
%{_bindir}/combinedeltarpm
%{_bindir}/makedeltarpm
%{_bindir}/rpmdumpheader

%files -n deltaiso
%doc LICENSE.BSD README
%doc %{_mandir}/man8/applydeltaiso*
%doc %{_mandir}/man8/makedeltaiso*
%{_bindir}/applydeltaiso
%{_bindir}/fragiso
%{_bindir}/makedeltaiso

%files -n drpmsync
%doc LICENSE.BSD README
%doc %{_mandir}/man8/drpmsync*
%{_bindir}/drpmsync

%files -n python-deltarpm
%doc LICENSE.BSD
%{python_sitearch}/*

%changelog
* Fri Dec 06 2013 Denis Silakov <denis.silakov@rosalab.ru> 3.6-0.1.20110223git
+ Revision: b1a62fc
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16156 |14mr|desktop-common-data-2014.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Desktop common files
Name:		desktop-common-data
Version:	2014.1
Release:	3
License:	GPLv2+
Url:		http://www.rosalinux.com/
Group:		System/Configuration/Other
Source0:	%{name}-%{version}.tar.bz2
Patch0:		desktop-common-data-2011.0-menu.patch
Patch1:		desktop-common-data-2011.0-no-bookmarks.patch
Patch2:		desktop-common-data-2012.1-office-menu.patch
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	libxml2-utils
BuildRequires:	menu-messages
Provides:	menu-xdg = %{EVRD}
Provides:	menu = 2.1.24
Requires:	mdk-menu-messages
Requires:	run-parts
Requires:	xdg-utils
Requires:	xdg-user-dirs
Requires(post):	hicolor-icon-theme
Requires:	hicolor-icon-theme
BuildArch:	noarch

%description
This package contains useful icons, menu structure and others goodies for the
ROSA Linux desktop.

%files
%{_bindir}/*
%{_sbindir}/*
%{_sysconfdir}/profile.d/*
%dir %{_sysconfdir}/menu.d
%dir %{_sysconfdir}/xdg
%dir %{_sysconfdir}/xdg/menus
%dir %{_sysconfdir}/xdg/menus/applications-merged
%config(noreplace) %{_sysconfdir}/xdg/menus/*.menu
%dir %{_var}/lib/menu
#
%dir %{_datadir}/faces/
%dir %{_datadir}/mdk/
%dir %{_datadir}/mdk/faces/
%{_datadir}/faces/*
%{_datadir}/mdk/faces/*
#
%dir %{_datadir}/mdk/backgrounds/
%{_datadir}/mdk/backgrounds/*.jpg
%dir %{_datadir}/mdk/bookmarks
%dir %{_datadir}/mdk/bookmarks/konqueror
%{_datadir}/mdk/bookmarks/konqueror/*.xml
%dir %{_datadir}/mdk/bookmarks/mozilla
%{_datadir}/mdk/bookmarks/mozilla/*.html
#
%dir %{_datadir}/apps/kdm/pics/
%{_datadir}/apps/kdm/pics/*
#
%dir %{_datadir}/mdk/xfdrake/
%{_datadir}/mdk/xfdrake/*.png
#
%{_datadir}/sounds/*.wav
%{_datadir}/sounds/ia_ora
%{_datadir}/mdk/dm
%dir %{_datadir}/mdk/desktop
%dir %{_datadir}/mdk/desktop/free
%dir %{_datadir}/mdk/desktop/one
%attr(0755,root,root) %{_datadir}/mdk/desktop/*/*
#
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_miconsdir}/*.png
%{_datadir}/icons/hicolor/*/*/*.png
%{_datadir}/desktop-directories/*.directory

#----------------------------------------------------------------------------

%post
if [ -f %{_sysconfdir}/X11/window-managers.rpmsave ];then
	%{_sbindir}/convertsession -f %{_sysconfdir}/X11/window-managers.rpmsave || :
fi
%make_session
# (cg) See sound-theme-freedesktop for explanation about touch
touch --no-create %{_datadir}/sounds %{_datadir}/sounds/ia_ora

%postun
# (cg) See sound-theme-freedesktop for explanation about touch
touch --no-create %{_datadir}/sounds %{_datadir}/sounds/ia_ora

%triggerin -- %{_datadir}/applications/*.desktop, %{_datadir}/applications/*/*.desktop
%{_bindir}/update-menus

%triggerin -- %{_datadir}/X11/dm.d/*.conf, %{_sysconfdir}/X11/wmsession.d/*
%{_sbindir}/fndSession

%triggerpostun -- %{_datadir}/applications/*.desktop, %{_datadir}/applications/*/*.desktop
%{_bindir}/update-menus

%triggerpostun -- %{_datadir}/X11/dm.d/*.conf, %{_sysconfdir}/X11/wmsession.d/*
%{_sbindir}/fndSession

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
make

%install
## Install backgrounds
# User & root's backgrounds
install -d -m 0755 %{buildroot}%{_datadir}/mdk/backgrounds/
install -m 0644 backgrounds/flower.jpg %{buildroot}%{_datadir}/mdk/backgrounds/
install -m 0644 backgrounds/nature.jpg %{buildroot}%{_datadir}/mdk/backgrounds/

# XFdrake test card
install -d -m 0755 %{buildroot}%{_datadir}/mdk/xfdrake/
install -m 0644 backgrounds/xfdrake-test-card.png %{buildroot}%{_datadir}/mdk/xfdrake/xfdrake-test-card.png

## Install scripts
# /usr/bin/
install -d -m 0755 %{buildroot}%{_bindir}/
for i in bin/*.sh ; do install -m 0755 $i %{buildroot}%{_bindir}/ ; done
install -m 0755 bin/www-browser %{buildroot}%{_bindir}/
install -m 0755 bin/xvt %{buildroot}%{_bindir}/
install -m 0755 bin/editor %{buildroot}%{_bindir}/

# /usr/sbin/
install -d -m 0755 %{buildroot}%{_sbindir}/
for i in sbin/* ; do install -m 0755 $i %{buildroot}%{_sbindir}/ ; done

## Install faces
install -d -m 0755 %{buildroot}%{_datadir}/mdk/faces/
install -d -m 0755 %{buildroot}%{_datadir}/faces/
for i in faces/*.png ; do install -m 0644 $i %{buildroot}%{_datadir}/mdk/faces/ ; done

# David - 9.0-5mdk - For KDE
install -m 0644 faces/default.png %{buildroot}%{_datadir}/faces/default.png

# David - 9.0-5mdk - For GDM
install -m 0644 faces/default.png %{buildroot}%{_datadir}/faces/user-default-mdk.png

## KDE
# kdm
install -d -m 0755 %{buildroot}%{_datadir}/apps/kdm/pics/
install -m 0644 kde/kdm-mdk-logo.png %{buildroot}%{_datadir}/apps/kdm/pics/

## icons
install -d -m 0755 %{buildroot}%{_miconsdir} %{buildroot}%{_liconsdir}
install -m 0644 menu/icons/*.png %{buildroot}%{_iconsdir}
install -m 0644 menu/icons/large/*.png %{buildroot}%{_liconsdir}
install -m 0644 menu/icons/mini/*.png %{buildroot}%{_miconsdir}
cp -r menu/icons/hicolor  %{buildroot}%{_datadir}/icons/

# XDG menus
install -d -m 0755 %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged 
install -d -m 0755 %{buildroot}%{_sysconfdir}/menu.d %{buildroot}/%{_sysconfdir}/profile.d
install -m 0644 applications.menu %{buildroot}%{_sysconfdir}/xdg/menus/applications.menu
install -m 0644 kde-applications.menu %{buildroot}%{_sysconfdir}/xdg/menus/kde-applications.menu
install -m 0755 menu/xdg_menu %{buildroot}%{_bindir}
install -m 0755 menu/update-menus %{buildroot}%{_bindir}/update-menus
install -m 0644 menu/menustyle.csh %{buildroot}%{_sysconfdir}/profile.d/30menustyle.csh
install -m 0644 menu/menustyle.sh  %{buildroot}%{_sysconfdir}/profile.d/30menustyle.sh

if [ "%_install_langs" != "all" ]; then
 echo ERROR : rpm macro %%_install_langs is not set to \"all\", causing some translations to not be available on your build system and therefore preventing building this package. Add \"%%_install_langs all\" to /etc/rpm/macros and force a reinstall of mdk-menu-messages package to ensure all translations are installed on this system before rebuilding this package
 return 1
fi

install -d -m 0755 %{buildroot}%{_datadir}/desktop-directories
mkdir tmp-l10n
for i in %{_datadir}/locale/*/LC_MESSAGES/menu-messages.mo ; do
 msgunfmt $i > tmp-l10n/`echo $i | sed -e 's|%{_datadir}/locale/||' -e 's|/LC.*||'`.po
done

install -d -m 0755 %{buildroot}%{_var}/lib/menu

for i in menu/desktop-directories/*.in ; do
 %{_bindir}/intltool-merge --desktop-style -c tmp-l10n/cache tmp-l10n $i %{buildroot}%{_datadir}/desktop-directories/`basename $i .in` 2>&1 | grep -q "Odd number of elements in hash assignment" && echo "menu message po broken (see bug #25895), aborting " && exit 1
done

for PRODUCT in free one ; do
  install -d -m 0755 %{buildroot}%{_datadir}/mdk/desktop/$PRODUCT
  for i in desktop/$PRODUCT/*.in ; do
    %{_bindir}/intltool-merge --desktop-style -c tmp-l10n/cache tmp-l10n $i %{buildroot}/%{_datadir}/mdk/desktop/$PRODUCT/`basename $i .in` 
  done
done

#install theme for GDM/KDM
install -d -m 0755 %{buildroot}%{_datadir}/mdk/dm
for i in dm/*.png dm/*.desktop dm/*.xml ; do
  install -m 0644 $i %{buildroot}%{_datadir}/mdk/dm/
done

# install bookmarks
install -d -m 0755 %{buildroot}%{_datadir}/mdk/bookmarks/konqueror
for i in bookmarks/konqueror/*.xml ; do
  install -m 0644 $i %{buildroot}%{_datadir}/mdk/bookmarks/konqueror
done

install -d -m 0755 %{buildroot}%{_datadir}/mdk/bookmarks/mozilla
for i in bookmarks/mozilla/*.html ; do
  install -m 0644 $i %{buildroot}%{_datadir}/mdk/bookmarks/mozilla
done

# install sound samples
install -d -m 0755 %{buildroot}%{_datadir}/sounds
for i in sounds/ia_ora*.wav ; do
 install -m 0644 $i %{buildroot}%{_datadir}/sounds
done

#install sound theme Ia Ora
install -d -m 0755 %{buildroot}%{_datadir}/sounds/ia_ora/stereo
install -m 0644 sounds/index.theme %{buildroot}%{_datadir}/sounds/ia_ora
ln -s ../../ia_ora-startup.wav %{buildroot}%{_datadir}/sounds/ia_ora/stereo/desktop-login.wav
ln -s ../../ia_ora-shutdown.wav %{buildroot}%{_datadir}/sounds/ia_ora/stereo/desktop-logout.wav
ln -s ../../ia_ora-error.wav %{buildroot}%{_datadir}/sounds/ia_ora/stereo/dialog-error.wav
ln -s ../../ia_ora-notification.wav %{buildroot}%{_datadir}/sounds/ia_ora/stereo/dialog-warning.wav
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/dialog.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/power.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/battery.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/suspend.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/screen-capture.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/service.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/system.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/desktop.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/device.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/bell.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/message-new-email.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/trash-empty.disabled


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2014.1-3
+ Revision: 5afb3e9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16157 |14mr|desktop-file-utils-0.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities for working with desktop entries
Name:		desktop-file-utils
Version:	0.22
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://freedesktop.org/Software/desktop-file-utils
Source0:	http://freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.xz
BuildRequires:	popt-devel
BuildRequires:	glibc-static-devel 
BuildRequires:	glib2-devel
BuildRequires:	emacs-bin

%description
desktop-file-utils contains a couple of command line utilities for working
with desktop entries. It requires GLib and popt to compile, because the
implementation requires Unicode utilities and such.

Right now the only documentation is "desktop-file-install --help".
desktop-file-validate takes a single argument, the file to validate. 

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/emacs/site-start.d/
cat > %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el << EOF
(autoload 'desktop-entry-mode "desktop-entry-mode" "Desktop Entry mode" t)
(add-to-list 'auto-mode-alist
'("\\\\.desktop\\\\(\\\\.in\\\\)?$" . desktop-entry-mode))
(add-hook 'desktop-entry-mode-hook 'font-lock-mode)
EOF

%post
%{_bindir}/update-desktop-database %{_datadir}/applications > /dev/null 2> /dev/null

%triggerin -- %{_datadir}/applications/*.desktop, %{_datadir}/applications/*/*.desktop
%{_bindir}/update-desktop-database %{_datadir}/applications > /dev/null 2> /dev/null

%triggerpostun -- %{_datadir}/applications/*.desktop, %{_datadir}/applications/*/*.desktop
%{_bindir}/update-desktop-database %{_datadir}/applications > /dev/null 2> /dev/null

%files 
%doc AUTHORS NEWS README ChangeLog
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/%{name}.el
%{_bindir}/*
%_mandir/man1/*
%{_datadir}/emacs/site-lisp/desktop-entry-mode.el*




%changelog
* Thu Jul 10 2014 Tigro <ashejn@gmail.com> 0.22-1
+ Revision: 45cbc95
- update to 0.22



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16158 |14mr|dev86-0.16.18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		bccdir	%{_libdir}/bcc

Summary: 	A real mode 80x86 assembler and linker
Name:		dev86
Version:	0.16.18
Release:	3
License: 	GPLv2
Group:		Development/Other
URL:		http://homepage.ntlworld.com/robert.debath/
Source:		http://homepage.ntlworld.com/robert.debath/dev86/Dev86src-%{version}.tar.gz
Patch0:		dev86-noelks.patch
Patch1:		dev86-64bit.patch
Patch2:		dev86-nostrip.patch
Patch3:		dev86-overflow.patch
Patch4:		dev86-long.patch
Patch5:		dev86-print-overflow.patch
Patch6:		dev86-copt.patch
Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Obsoletes:	bin86
Provides:       bin86
ExclusiveArch:  %{ix86} ppc x86_64 %{arm}

%description
The dev86 package provides an assembler and linker for real mode 80x86
instructions. You'll need to have this package installed in order to
build programs that run in real mode, including LILO and the kernel's
bootstrapping code, from their sources.

You should install dev86 if you intend to build programs that run in real
mode from their source code.

%package        devel
Summary:        A development files for dev86
Group:          Development/Other
Requires:       %{name} = %{version}-%{release}

%description    devel
The dev86 package provides an assembler and linker for real mode 80x86
instructions. You'll need to have this package installed in order to
build programs that run in real mode, including LILO and the kernel's
bootstrapping code, from their sources.

The dev86-devel package provides C headers need to use bcc, the C
compiler for real mode x86.

You should install dev86 if you intend to build programs that run in real
mode from their source code.

Note that you don't need dev86-devel package in order to build
a kernel.

%prep
%setup -q
%patch0 -p1 -b .noelks
%if %_lib == lib64
%patch1 -p1 -b .64bit
%endif
%patch2 -p1 -b .nostrip
%patch3 -p1 -b .overflow
%patch4 -p1 -b .long
%patch5 -p1 -b .print-overflow
%patch6 -p1 -b .copt

%build
# the main makefile doesn't allow parallel build
make <<!FooBar!
5
quit
!FooBar!

%install
rm -rf %{buildroot}

make DIST=%{buildroot} MANDIR=%{_mandir} LIBDIR=%{bccdir} INCLDIR=%{bccdir} install install-man

pushd %{buildroot}%{_bindir}
rm -f nm86 size86
ln objdump86 nm86
ln objdump86 size86
popd

# %doc --parents would be overkill
for i in elksemu unproto bin86 copt dis88 bootblocks; do
        ln -f $i/README README.$i
done
ln -f bin86/README-0.4 README-0.4.bin86
ln -f bin86/ChangeLog ChangeLog.bin86

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README MAGIC Contributors README.bootblocks README.copt README.dis88
%doc README.elksemu README.unproto README-0.4.bin86 README.bin86 ChangeLog.bin86
%dir %{bccdir}
%{_bindir}/*
%{bccdir}/*
%{_mandir}/man1/*
%exclude %{bccdir}/i386/lib*
%exclude %{bccdir}/include

%files devel
%defattr(-,root,root)
%doc README
%dir %{bccdir}/include
%{bccdir}/include/*
%{bccdir}/i386/lib*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.16.18-3
+ Revision: b97c06b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16159 |14mr|devhelp-3.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 1
%define api_version 3
%define libname %mklibname %{name} %{api_version} %{lib_major}
%define libnamedev %mklibname -d %{name}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	API documentation browser for developers
Name:		devhelp
Version:	3.6.1
Release:	2
License:	GPLv2+
Group:		Development/Other
URL:		http://live.gnome.org/devhelp
Source0:	http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		devhelp-3.3.91-linking.patch
BuildRequires:	pkgconfig(gconf-2.0) >= 2.6.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.25.11
BuildRequires:	pkgconfig(gthread-2.0) >= 2.10.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.2
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	intltool
BuildRequires:	desktop-file-utils
#for gnome-autogen.sh
BuildRequires:	gnome-common
BuildRequires:	gettext-devel

%description
Devhelp is an API documentation browser for GNOME 2. It works
natively with Gtk-doc (System used in GTK+ and GNOME for
documentating APIs) and it is possible to create books for other
documentation as well.

%package -n %{libname}
Summary:	Dynamic libraries for devhelp
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{libname}
this package contains dynamic libraries for devhelp.


%package -n %{libnamedev}
Summary:	Development files and headers for devhelp
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-%{api_version}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{_lib}devhelp-2-devel < %{version}

%description -n %{libnamedev}
This package contains the development files and headers for devhelp.

%package -n %{name}-plugins
Summary:	Gedit Plugins for Devhelp
Group:		Editors
Requires:	gedit

%description -n %{name}-plugins
Gedit plugins to use with Devhelp.

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=1 gnome-autogen.sh
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# owns this dir
mkdir -p %{buildroot}%{_datadir}/%{name}/books

%find_lang %{name}

%preun
%preun_uninstall_gconf_schemas %{name}

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_sysconfdir}/gconf/schemas/devhelp.schemas
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/devhelp
%{_datadir}/icons/hicolor/*/apps/%{name}.png

%files -n %{libname}
%{_libdir}/lib%{name}-%{api_version}.so.%{lib_major}*

%files -n %{libnamedev}
%{_libdir}/lib%{name}-%{api_version}.so
%{_libdir}/pkgconfig/lib%{name}-3.0.pc
%{_includedir}/devhelp-3.0/

%files -n %{name}-plugins
%{_libdir}/gedit/plugins/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6.1-2
+ Revision: ae286f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16160 |14mr|devil-1.7.8-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname DevIL
%define major 1
%define libIL %mklibname IL %{major}
%define libILU %mklibname ILU %{major}
%define libILUT %mklibname ILUT %{major}
%define devname %mklibname %{name} -d

%define __noautoreq 'devel\\(liballeg.*'

Summary:	Open source image library
Name:		devil
Version:	1.7.8
Release:	13
License:	LGPLv2+
Group:		System/Libraries
Url:		http://openil.sourceforge.net/
Source0:	http://downloads.sourceforge.net/openil/%{oname}-%{version}.tar.gz
Patch0:		devil-1.7.8-CVE-2009-3994.patch
Patch1:		devil-1.7.8-libpng15.patch
BuildRequires:	file
BuildRequires:	libtool
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	mng-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(allegro)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)

%description
DevIL is an Open Source image library whose distribution is done under the
terms of the GNU LGPL license.
DevIL offers you a simple way to implement loading, manipulating, filtering,
converting, displaying, saving from/to several different image formats in your
own project.

#----------------------------------------------------------------------------

%package utils
Summary:	Tools provided by %{oname}
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description utils
This package contains tools provided by %{oname}.

%files utils
%{_bindir}/ilur

#----------------------------------------------------------------------------

%package -n %{libIL}
Summary:	Libraries needed for programs using %{oname}
Group:		System/Libraries
Conflicts:	%{_lib}devil1 < 1.7.8-11
Obsoletes:	%{_lib}devil1 < 1.7.8-11

%description -n %{libIL}
This package contains the shared library for %{oname}.

%files -n %{libIL}
%{_libdir}/libIL.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libILU}
Summary:	Libraries needed for programs using %{oname}
Group:		System/Libraries
Conflicts:	%{_lib}devil1 < 1.7.8-11

%description -n %{libILU}
This package contains the shared library for %{oname}.

%files -n %{libILU}
%{_libdir}/libILU.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libILUT}
Summary:	Libraries needed for programs using %{oname}
Group:		System/Libraries
Conflicts:	%{_lib}devil1 < 1.7.8-11

%description -n %{libILUT}
This package contains the shared library for %{oname}.

%files -n %{libILUT}
%{_libdir}/libILUT.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for writing programs using %{oname}
Group:		Development/C
Requires:	%{libIL} = %{EVRD}
Requires:	%{libILU} = %{EVRD}
Requires:	%{libILUT} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}devel-static-devel < 1.7.8-11

%description -n %{devname}
Development headers and libraries for writing programs using %{oname}.

%files -n %{devname}
%doc AUTHORS CREDITS ChangeLog Libraries.txt README.unix
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/IL
%{_infodir}/*.info.*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

chmod 644 AUTHORS CREDITS ChangeLog Libraries.txt README.unix

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
export CFLAGS="%{optflags} -O3 -funroll-loops -ffast-math -fomit-frame-pointer -fexpensive-optimizations"
# using autogen.sh results in configure failing with a problem in
# ADD_CFLAGS, as of 0.7.3 - AdamW 2008/12
#autoreconf

%configure2_5x \
	--disable-static \
	--enable-shared \
	--enable-IL \
	--enable-ILU \
	--enable-ILUT \
%ifnarch ix86
	--enable-x86_64 \
	--enable-sse \
	--enable-sse2 \
	--disable-sse3 \
%else
	--enable-x86 \
	--disable-x86_64
	--disable-sse \
	--disable-sse2 \
	--disable-sse3 \
%endif
	--with-x \
	--with-zlib=yes \
	--enable-release

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.8-13
+ Revision: ab8b2d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16161 |14mr|dhcp-4.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major_version    4.3.0
%define patch_version    %{nil}

Name:		dhcp
Epoch:		3
Version:	%{major_version}%{patch_version}
Release:	2
Summary:	The ISC DHCP (Dynamic Host Configuration Protocol) server/relay agent/client
License:	Distributable
Group:		System/Servers
URL:		http://www.isc.org/software/dhcp
Source0:	ftp://ftp.isc.org/isc/%{name}/%{major_version}%{patch_version}/%{name}-%{major_version}%{patch_version}.tar.gz
Source1:	ftp://ftp.isc.org/isc/%{name}/%{major_version}%{patch_version}/%{name}-%{major_version}%{patch_version}.tar.gz.sha512.asc
Source2:	dhcpd.conf
Source4:	dhcp-dynamic-dns-examples.tar.bz2
Source7:	dhcpreport.pl
Source8:	dhcpd-chroot.sh
# (eugeni) dhclient-exit-hooks script
Source9:	dhclient-exit-hooks
Source10:	draft-ietf-dhc-ldap-schema-01.txt
Source12:	dhcpd.service
Source14:	dhcpd6.service
Source16:	dhcrelay.service
Source17:	dhcpd.tmpfiles
Source18:	dhclient.tmpfiles
Source19:	dhcrelay.tmpfiles
# mageia patches
Patch100:	dhcp-4.2.2-ifup.patch
Patch101:	dhcp-4.2.2-fix-format-errors.patch
# prevents needless deassociation, working around mdv bug #43441
Patch102:	dhcp-4.1.1-prevent_wireless_deassociation.patch
Patch103:	dhcp-4.2.5-P1-man.patch
# fedora patches
Patch7:		dhcp-4.2.0-default-requested-options.patch
Patch8:		dhcp-4.2.2-xen-checksum.patch
Patch15:	dhcp-4.2.2-missing-ipv6-not-fatal.patch
Patch17:	dhcp-4.2.0-add_timeout_when_NULL.patch
Patch18:	dhcp-4.3.0-64_bit_lease_parse.patch
BuildRequires:	bind-devel
BuildRequires:	groff-base
BuildRequires:	groff-for-man
BuildRequires:	libtool
BuildRequires:	openldap-devel
BuildRequires:	systemd-units
Requires(post,preun): rpm-helper

%description 
DHCP (Dynamic Host Configuration Protocol) is a protocol which allows 
individual devices on an IP network to get their own network configuration
information (IP address, subnetmask, broadcast address, etc.) from a DHCP
server. The overall purpose of DHCP is to make it easier to administer a 
large network. The dhcp package includes the DHCP server and a DHCP relay
agent. You will also need to install the dhcp-client or dhcpcd package,
or pump or dhcpxd, which provides the DHCP client daemon, on client machines.

If you want the DHCP server and/or relay, you will also need to install the
dhcp-server and/or dhcp-relay packages.

%package common
Summary:	The ISC DHCP (Dynamic Host Configuration Protocol) server
Group:		System/Servers

%description common
DHCP (Dynamic Host Configuration Protocol) is a protocol which allows 
individual devices on an IP network to get their own network 
configuration information (IP address, subnetmask, broadcast address, 
etc.) from a DHCP server.  The overall purpose of DHCP is to make it 
easier to administer a large network.  The dhcp package includes the 
DHCP server and a DHCP relay agent.

You will also need to install the dhcp-client or dhcpcd package, or pump or
dhcpxd, which provides the DHCP client daemon, on  client machines. If you
want the DHCP server and/or relay, you will also need to install the
dhcp-server and/or dhcp-relay packages.

%package doc
Summary:	Documentation about the ISC DHCP server/client
Group:		System/Servers

%description doc
This package contains RFC/API/protocol documentation about the ISC
DHCP server and client.

DHCP (Dynamic Host Configuration Protocol) is a protocol which allows 
individual devices on an IP network to get their own network 
configuration information (IP address, subnetmask, broadcast address, 
etc.) from a DHCP server.  The overall purpose of DHCP is to make it 
easier to administer a large network.  The dhcp package includes the 
DHCP server and a DHCP relay agent.

%package server
Summary:	The ISC DHCP (Dynamic Host Configuration Protocol) server
Group:		System/Servers
Requires:	dhcp-common = %{EVRD}
Requires(post):  systemd-units
Requires(post,preun): rpm-helper

%description server
DHCP server is the Internet Software Consortium (ISC) DHCP server for various
UNIX operating systems. It allows a UNIX mac hine to serve DHCP requests from
the network.

You should install dhcp-server if you want to set up a DHCP server on your
network. You will also need to install the base dhcp package.

%package client
Summary:	The ISC DHCP (Dynamic Host Configuration Protocol) client
Group:		System/Servers
Requires:	dhcp-common = %{EVRD}
Requires(post):  systemd-units

%description client
DHCP client is the Internet Software Consortium (ISC) DHCP client for various
UNIX operating systems.  It allows a UNIX mac hine to obtain it's networking
parameters from a DHCP server.

You should install dhcp-client if you want to use the ISC DHCP client instead
of the Red Hat DHCP client, pump, or dhcpcd, or dhcpxd. You will also need to
install the base dhcp package.

%package relay
Summary:	The ISC DHCP (Dynamic Host Configuration Protocol) relay
Group:		System/Servers
Requires:	dhcp-common = %{EVRD}
Requires(post):  systemd-units
Requires(post,preun): rpm-helper

%description relay
DHCP relay is the Internet Software Consortium (ISC) relay agent for DHCP
packets. It is used on a subnet with DHCP clients to "relay" their requests
to a subnet that has a DHCP server on it. Because DHCP packets can be
broadcast, they will not be routed off of the local subnet. The DHCP relay
takes care of this for the client. You will need to set the environment
variable SERVERS and optionally OPTIONS in /etc/sysconfig/dhcrelay before
starting the server.

%package devel
Summary:	Development headers and libraries for the dhcpctl API
Group:		Development/Other
Requires:	dhcp-common = %{EVRD}

%description devel
DHCP devel contains all of the libraries and headers for developing with the
Internet Software Consortium (ISC) dhcpctl API.

%prep
%setup -q -n %{name}-%{major_version}%{patch_version}
%patch100 -p1 -b .ifup
%patch101 -p1 -b .format_not_a_string_literal_and_no_format_arguments
%patch102 -p1 -b .prevent_wireless_deassociation
%patch103 -p1 -b .man

# Add NIS domain, NIS servers, NTP servers, interface-mtu and domain-search
# to the list of default requested DHCP options
%patch7 -p1 -b .requested
# Handle Xen partial UDP checksums
%patch8 -p1 -b .xen
# If the ipv6 kernel module is missing, do not segfault
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #19367])
%patch15 -p1 -b .noipv6
# Handle cases in add_timeout() where the function is called with a NULL
# value for the 'when' parameter
%patch17 -p1 -b .dracut
# Ensure 64-bit platforms parse lease file dates & times correctly
%patch18 -p1 -b .64-bit_lease_parse

install -m0644 %{SOURCE10} doc

%build
%serverbuild_hardened
%configure2_5x \
    --enable-paranoia \
    --enable-early-chroot \
    --with-ldapcrypto \
    --with-srv-lease-file=%{_var}/lib/dhcpd/dhcpd.leases \
    --with-srv6-lease-file=%{_var}/lib/dhcpd/dhcpd6.leases \
    --with-cli-lease-file=%{_var}/lib/dhclient/dhclient.leases \
    --with-cli6-lease-file=%{_var}/lib/dhclient/dhclient6.leases \
    --with-srv-pid-file=/run/dhcpd/dhcpd.pid \
    --with-srv6-pid-file=/run/dhcpd/dhcpd6.pid \
    --with-cli-pid-file=/run/dhclient/dhclient.pid \
    --with-cli6-pid-file=/run/dhclient/dhclient6.pid \
    --with-relay-pid-file=/run/dhcrelay/dhcrelay.pid \
    --disable-static
%make

%install

%makeinstall_std

# Install correct dhclient-script
install -d %{buildroot}/sbin
mv %{buildroot}%{_sbindir}/dhclient %{buildroot}/sbin/dhclient
install -m 755 client/scripts/linux %{buildroot}/sbin/dhclient-script

install -d %{buildroot}%{_unitdir}
install -m 644 %{SOURCE12} %{buildroot}%{_unitdir}/dhcpd.service
install -m 644 %{SOURCE14} %{buildroot}%{_unitdir}/dhcpd6.service
install -m 644 %{SOURCE16} %{buildroot}%{_unitdir}/dhcrelay.service

install -D -p -m 644 %{SOURCE17} %{buildroot}%{_tmpfilesdir}/dhcpd.conf
install -D -p -m 644 %{SOURCE18} %{buildroot}%{_tmpfilesdir}/dhclient.conf
install -D -p -m 644 %{SOURCE19} %{buildroot}%{_tmpfilesdir}/dhcrelay.conf

install -m 755 %{SOURCE7} %{SOURCE8} %{buildroot}%{_sbindir}
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}
install -m 755 contrib/ldap/dhcpd-conf-to-ldap %{buildroot}%{_sbindir}

# install exit-hooks script to /etc/
install -m 755 %{SOURCE9} %{buildroot}%{_sysconfdir}

install -d %{buildroot}%{_sysconfdir}/sysconfig
cat > %{buildroot}%{_sysconfdir}/sysconfig/dhcpd <<EOF
# You can set here various option for dhcpd

# Which configuration file to use.
# CONFIGFILE="/etc/dhcpd.conf"

# Where to store the lease state information.
# LEASEFILE="/var/lib/dhcpd/dhcpd.leases"

# Define INTERFACES to limit which network interfaces dhcpd listens on.
# The default null value causes dhcpd to listen on all interfaces.
#INTERFACES=""

# Define OPTIONS with any other options to pass to the dhcpd server.
# See dhcpd(8) for available options and syntax.
OPTIONS="-q"
EOF

install -d %{buildroot}%{_var}/lib/dhcpd
touch %{buildroot}%{_var}/lib/dhcpd/dhcpd.leases
install -d %{buildroot}%{_var}/lib/dhclient
touch %{buildroot}%{_var}/lib/dhclient/dhclient.leases

cat > %{buildroot}%{_sysconfdir}/sysconfig/dhcrelay <<EOF
# Define SERVERS with a list of one or more DHCP servers where
# DHCP packets are to be relayed to and from.  This is mandatory.
#SERVERS="10.11.12.13 10.9.8.7"
SERVERS=""

# Define OPTIONS with any other options to pass to the dhcrelay server.
# See dhcrelay(8) for available options and syntax.
#OPTIONS="-q -i eth0 -i eth1"
OPTIONS="-q"
EOF

find . -type d -exec chmod 0755 {} \;
find . -type f -exec chmod 0644 {} \;

rm -rf doc/ja_JP.eucJP

# remove empty files
find -size 0 |grep ldap | xargs rm -rf 

# remove unwanted file
rm -f %{buildroot}%{_sysconfdir}/dhclient.conf.example
rm -f %{buildroot}%{_sysconfdir}/dhcpd.conf.example
rm -f %{buildroot}%{_libdir}/*.a

%pre server
%_pre_useradd dhcpd /dev/null /bin/false

%post server
%_post_service dhcpd
%tmpfiles_create dhcpd
# New dhcpd lease file
if [ ! -f %{_var}/lib/dhcpd/dhcpd.leases ]; then
    touch %{_var}/lib/dhcpd/dhcpd.leases
fi

%preun server
%_preun_service dhcpd

%post relay
%_post_service dhcrelay
%tmpfiles_create dhcrelay

%preun relay
%_preun_service dhcrelay

%post client
touch %{_var}/lib/dhclient/dhclient.leases
%tmpfiles_create dhclient

%postun client
rm -rf %{_var}/lib/dhclient/dhclient.leases

%files common
%doc README contrib/ldap/README.ldap RELNOTES
%doc contrib/3.0b1-lease-convert
%{_mandir}/man5/dhcp-options.5*

%files doc
%doc doc/*

%files server
%doc server/dhcpd.conf.example tests/failover contrib/ldap/dhcp.schema
%{_unitdir}/dhcpd.service
%{_unitdir}/dhcpd6.service
%{_tmpfilesdir}/dhcpd.conf
%config(noreplace) %{_sysconfdir}/dhcpd.conf
%config(noreplace) %{_sysconfdir}/dhclient-exit-hooks
%config(noreplace) %{_sysconfdir}/sysconfig/dhcpd
%{_sbindir}/dhcpd
%{_sbindir}/dhcpreport.pl
%{_sbindir}/dhcpd-conf-to-ldap
%{_sbindir}/dhcpd-chroot.sh
%{_bindir}/omshell
%{_mandir}/man1/omshell.1*
%{_mandir}/man3/omapi.3*
%{_mandir}/man5/dhcpd.conf.5*
%{_mandir}/man5/dhcpd.leases.5*
%{_mandir}/man5/dhcp-eval.5*
%{_mandir}/man8/dhcpd.8*
%dir %{_var}/lib/dhcpd
%config(noreplace) %ghost %{_var}/lib/dhcpd/dhcpd.leases

%files relay
%{_unitdir}/dhcrelay.service
%{_tmpfilesdir}/dhcrelay.conf
%config(noreplace) %{_sysconfdir}/sysconfig/dhcrelay
%{_sbindir}/dhcrelay
%{_mandir}/man8/dhcrelay.8*

%files client
%doc client/dhclient.conf.example
%attr (0755,root,root) /sbin/dhclient-script
%{_tmpfilesdir}/dhclient.conf
/sbin/dhclient
%{_mandir}/man5/dhclient.conf.5*
%{_mandir}/man5/dhclient.leases.5*
%{_mandir}/man8/dhclient.8*
%{_mandir}/man8/dhclient-script.8*
%dir %{_var}/lib/dhclient
%config(noreplace) %ghost %{_var}/lib/dhclient/dhclient.leases

%files devel
%{_includedir}/*
%{_mandir}/man3/*
%exclude %{_mandir}/man3/omapi.3*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3:4.3.0-2
+ Revision: 51d9aa0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16162 |14mr|dhcpcd-6.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DHCP Client Daemon
Name:		dhcpcd
Version:	6.4.0
Release:	1
License:	BSD-Like
Group:		System/Servers
URL:		http://roy.marples.name/projects/dhcpcd
Source0:	http://roy.marples.name/downloads/dhcpcd/%{name}-%{version}.tar.bz2
Patch1:		dhcpcd-6.4.0-fix-install-permissions.patch
Requires(post): rpm-helper
Provides:	dhcp-client-daemon

%description
dhcpcd is an RFC2131 compliant DHCP client. It is fully featured and yet
lightweight: the binary is 60k as reported by size(1) on Linux i386. It has
support for duplicate address detection, IPv4LL, carrier detection, and a
merged resolv.conf and ntp.conf for which other DHCP clients require third
party tools.

%prep
%setup -q
%patch1 -p1 -b .perms~

%build
%configure2_5x	--bindir=/sbin \
		--libdir=/%{_lib} \
		--libexecdir=/%{_lib} \
		--with-hook=ntp.conf \
		--with-hook=yp.conf \
		--with-hook=ypbind

%serverbuild

%make

%install
%makeinstall_std

%files
%doc README
%config(noreplace) %{_sysconfdir}/dhcpcd.conf
/sbin/dhcpcd
%dir /%{_lib}/dhcpcd-hooks
/%{_lib}/dhcpcd-hooks/*
/%{_lib}/dhcpcd-run-hooks
%{_mandir}/man5/dhcpcd.conf.5*
%{_mandir}/man8/dhcpcd.8*
%{_mandir}/man8/dhcpcd-run-hooks.8*

%changelog
* Thu Jul 10 2014 Tigro <ashejn@gmail.com> 6.4.0-1
+ Revision: 4ad0467
- update fix-install-permissions patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16163 |14mr|dhcpstatus-0.60-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dhcp IP status cgi

Name:		dhcpstatus
Version:	0.60
Release:	21
License:	GPLv2+
Group:		Monitoring
Url:		http://dhcpstatus.sourceforge.net
Source0:	%{name}_%{version}.tar.bz2
Source1:	%{name}_%{version}.patch
BuildArch:	noarch
Requires:	dhcp-server
Requires:	perl(CGI)

%description
DHCP-Status is basically two Perl CGI scripts that provide an overall picture
of the information contained in the dhcpd.conf and dhcpd.leases files that
are used by ISC's DHCP server, DHCPD.

%prep
%setup -qn %{name}_%{version}

%build

%install
mkdir -p %{buildroot}%{perl_vendorlib}/%{name}
mkdir -p %{buildroot}%{_docdir}/%{name}_%{version}
mkdir -p %{buildroot}/var/www/cgi-bin
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sysconfdir}/
tar xf libraries.tar
# TODO: Fix Apply patch 
bzcat %{SOURCE1} | patch -p0

cp -a %{name}/*.pm %{buildroot}/%{perl_vendorlib}/%{name}
cp -a {README,INSTALL,LICENSE} %{buildroot}%{_docdir}/%{name}_%{version}
cp -a scripts/*.cgi %{buildroot}/var/www/cgi-bin
cp -a scripts/%{name} %{buildroot}/%{_bindir}
cp -a *.ini %{buildroot}/%{_sysconfdir}/
sed -i -e 's|/etc/dhcpd\.leases|%{_localstatedir}/lib/dhcp/dhcpd.leases|' %{buildroot}/var/www/cgi-bin/%{name}.cgi
sed -i -e 's|/usr/local/dhcpstatus|%{_sysconfdir}|' %{buildroot}/%{_bindir}/%{name}
sed -i -e 's|/local||' %{buildroot}/%{_bindir}/%{name}
sed -i -e 's|/usr/local/dhcpstatus|%{_sysconfdir}|' %{buildroot}/var/www/cgi-bin/%{name}.cgi
sed -i -e 's|/etc/dhcpd\.leases|%{_localstatedir}/lib/dhcp/dhcpd.leases|' %{buildroot}/%{_sysconfdir}/dhcpstatus.ini

#(peroyvind) remove unpackaged files
rm -rf %{buildroot}%{_docdir}/%{name}_%{version}

%files
%doc  INSTALL README LICENSE
%{perl_vendorlib}/dhcpstatus
%attr(755,root,root) /var/www/cgi-bin/*
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/*ini


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60-21
+ Revision: fac4f15
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16164 |14mr|dhcpxd-1.0.3-29
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DHCPXD Daemon
Name:		dhcpxd
Version:	1.0.3
Release:	29
License:	GPL
Group:		System/Servers
Source:		ftp://ftp.guido.yi.org:50021/dhcpxd-%{version}.tar.bz2
Patch2:		dhcpxd-1.0.3-gcc-3.3.patch
Patch3:		dhcpxd-1.0.3-64bit-fixes.patch
Patch4:		dhcpxd-1.0.3-varargs.patch
Patch5:		dhcpxd-1.0.3-extra.patch
Patch6:		dhcpxd-glibc28_fix.diff

%description
The primary goal of this DHCP client is to conform to the DHCP specification
defined in RFC2131 which is now the draft standard. However, the client can
be told how to behave. Additionally, the client supports all-in-one-process
session managment as well as a process per session. It may also be used to
masquerade IP leases and has the capability of running on interface aliases.
Finally, perhaps the most advanced feature of the client is that all the
configuration that is required for setting up interfaces is in scripts that
are run at the appropriate times. 

%prep

%setup -q
%patch2 -p1 -b .gcc3.3
%patch3 -p1 -b .64bit-fixes
%patch4 -p1 -b .varargs
%patch5 -p1 -b .extra
%patch6 -p0 -b .glibc28_fix

%build
%configure
perl -pi -e 's/-Wall/\$(RPM_OPT_FLAGS) -Wall/g;' Makefile
%make RPM_OPT_FLAGS="%optflags"

%install
mkdir -p %{buildroot}/sbin %{buildroot}%{_mandir}/man8
mkdir -p %{buildroot}%{_sysconfdir}/dhcpxd

cp -f filter %{buildroot}%{_sysconfdir}/dhcpxd
cp -df install/* %{buildroot}%{_sysconfdir}/dhcpxd

ln -sf /dev/log %{buildroot}%{_sysconfdir}/dhcpxd/out

install -m 700 dhcpxd %{buildroot}/sbin/dhcpxd
install -m 644 dhcpxd.8 %{buildroot}%{_mandir}/man8/dhcpxd.8

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/dhcpxd
%attr (0500,root,root) /sbin/dhcpxd
%{_mandir}/man8/dhcpxd.8*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-29
+ Revision: b8651be
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16165 |14mr|dia-0.97.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A gtk+ based diagram creation program
Name:		dia
Version:	0.97.2
Release:	6
License:	GPLv2+
Group:		Office
Source:		ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
Patch0:		dia-0.97.1-use-own-gtkrc.patch
#gw quick hack to find the gnome documentation
Patch1:		dia-0.97.1-help.patch
Patch2:		dia-0.97.2-fix-glib-includes.patch
Patch3:		dia-0.97.2-vdx-fix-includes.patch
Patch4:		dia-0.97.2-startup-segfault.patch
Patch5:		dia-freetype.patch
URL:		http://www.gnome.org/projects/dia 
BuildRequires:	docbook-utils
#BuildRequires:	pygtk2.0
#BuildRequires:	python-devel
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	intltool
BuildRequires:	autoconf
BuildRequires:	PyXML
BuildRequires:	libxslt-proc
BuildRequires:	scrollkeeper
BuildRequires:	docbook-style-xsl
BuildRequires:	desktop-file-utils
#gw if we run aclocal or autogen.sh
BuildRequires:	libtool gnome-common
#Requires:	pygtk2.0
#gw help viewer also for non-GNOME
Suggests:	yelp
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description
Dia is a program designed to be much like the Windows
program 'Visio'. It can be used to draw different kind of diagrams. In
this first version there is support for UML static structure diagrams
(class diagrams) and Network diagrams. It can currently load and save
diagrams to a custom fileformat and export to postscript.

%prep
%setup -q
%apply_patches

# gw fix doctype
perl -pi -e "s^../../dtd/docbookx.dtd^http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd^" doc/*/dia.xml

%build
%configure2_5x --enable-gnome --with-cairo
#--with-python

%make libdia_la_LIBADD="\$(GTK_LIBS)"

%install
%makeinstall_std

# fix en documentation directory name
rm -f %{buildroot}%{_datadir}/gnome/help/%{name}/C
mv %{buildroot}%{_datadir}/gnome/help/%{name}/en %{buildroot}%{_datadir}/gnome/help/%{name}/C

#fix icon and invalid version in bugzilla field
sed -i -e 's/@\(%{version}\)@/\1/g' -e 's/Icon=dia_gnome_icon.png/Icon=dia_gnome_icon/g' %{buildroot}%{_datadir}/applications/dia.desktop

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GTK" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/dia.desktop


#for i in %{buildroot}%{_datadir}/dia/sheets/{ER,GRAFCET,Istar,KAOS,Jackson}/*.xpm ; do
# convert $i `dirname $i`/`basename $i .xpm`.png
#done

%{find_lang} %{name} --with-gnome

chmod 644 %{buildroot}%{_libdir}/%{name}/*.la

%files -f %{name}.lang
%doc README TODO NEWS INSTALL COPYING ChangeLog AUTHORS
%{_bindir}/*
%{_libdir}/dia
%{_mandir}/*/*
%{_datadir}/dia
%{_datadir}/mime-info/*
%{_datadir}/applications/dia.desktop
%{_datadir}/icons/hicolor/*/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.97.2-6
+ Revision: 7d7ecb6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16166 |14mr|diald-1.0-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Daemon that provides on demand IP links via SLIP or PPP
Name:		diald
Version:	1.0
Release:	22
License:	GPL
Url:		http://diald.sourceforge.net
Group:		Networking/Other
Source0:	%{name}-%{version}.tar.bz2
Source1:	diald.service
Source2:	diald.conf
Source3:	diald.filter
Patch3:		diald-c-files.patch
Patch4:		diald-1.0.patch
Patch5:		diald-1.0-fix-glibc2.4.patch
Requires:	ppp
Requires(post,preun):   rpm-helper

%description
Diald is a daemon that provides on demand IP links via SLIP or PPP. The
purpose of diald is to make it transparently appear that you have a
permanent connection to a remote site. Diald sets up a "proxy" device which
stands in for the physical connection to a remote site. It then monitors the
proxy, waiting for packets to arrive. When interesting packets arrive it
will attempt to establish the physical link to the remote site using either
SLIP or PPP, and if it succeeds it will forward traffic from the proxy to
the physical link. As well, diald will monitor traffic once the physical
link is up, and when it has determined that the link is idle, the remote
connection is terminated. The criteria for bringing the link up and taking
it down are configurable at run time, and are based upon the type of traffic
passing over the link.

Note that even if you use ppp for your connections, you still need slip 
compiled, either into the kernel or as a module.

%prep
%setup -q
%patch3 -p0
%patch4 -p1 -b .mdk
%patch5 -p1 -b .glibc2.4

%build
%configure2_5x	--localstatedir=/var
make

%install
%makeinstall_std

install -m755 %{SOURCE1} -D %{buildroot}%{_unitdir}/diald.service
install -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/diald/diald.conf
install -m644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/diald/diald.filter
mkdir -p %{buildroot}/var/cache/diald
mknod -m0660 %{buildroot}/var/cache/diald/diald.ctl p

# for diald config

mkdir -p %{buildroot}%{_sysconfdir}/modprobe.d
cat > %{buildroot}%{_sysconfdir}/modprobe.d/%{name}.conf << EOF
alias tap0 ethertap
options tap0 -o tap0 unit=0
EOF

# Fix permissions
find %{buildroot} -perm 0744 -exec chmod 0644 '{}' \;

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%doc BUGS CHANGES LICENSE NOTES README*
%doc THANKS TODO TODO.budget doc/diald-faq.txt setup contrib
%{_unitdir}/diald*
%config(noreplace) %{_sysconfdir}/pam.d/*
%dir %{_sysconfdir}/diald
%config(noreplace) %{_sysconfdir}/diald/*
%config(noreplace) %{_sysconfdir}/modprobe.d/%{name}.conf
%{_bindir}/*
%dir %{_libdir}/diald
%{_libdir}/diald/*
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%{_sbindir}/*
%dir %{_var}/cache/diald
%attr(660,root,root) %{_var}/cache/diald/diald.ctl



%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-22
+ Revision: 0d2e012
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16167 |14mr|dialog-1.2-0.20140219.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 11
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

%global dialogsubversion 20140219

Summary:	A utility for creating TTY dialog boxes
Name:		dialog
Version:	1.2
Release:	0.%{dialogsubversion}.4
License:	LGPLv2.1+
Group:		Development/Tools
Url:		http://invisible-island.net/dialog/dialog.html
Source0:	ftp://invisible-island.net/dialog/dialog-%{version}-%{dialogsubversion}.tgz
Patch1:		dialog-incdir.patch
Patch2:		dialog-multilib.patch
Patch3:		dialog-libs.patch
BuildRequires:	findutils
BuildRequires:	gettext
BuildRequires:	libtool
BuildRequires:	pkgconfig(ncursesw)
Conflicts:	cdialog < 1.2
Obsoletes:	cdialog < 1.2
Provides:	cdialog = %{EVRD}

%description
Dialog is a utility that allows you to show dialog boxes (containing
questions or messages) in TTY (text mode) interfaces.  Dialog is called
from within a shell script.  The following dialog boxes are implemented:
yes/no, menu, input, message, text, info, checklist, radiolist, and
gauge.  

Install dialog if you would like to create TTY dialog boxes.

%files -f %{name}.lang
%doc COPYING dialog.lsm README _samples/samples
%{_bindir}/dialog
%{_mandir}/man1/dialog.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dialog shared library
Group:		System/Libraries

%description -n %{libname}
Dialog is a utility that allows you to show dialog boxes (containing
questions or messages) in TTY (text mode) interfaces. This package 
contains the dialog shared library.

%files -n %{libname}
%{_libdir}/libdialog.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for building applications with the dialog library
Group:		Development/C
Requires:	pkgconfig(ncursesw)
Provides:	%{name}-devel
Requires:   %{libname} = %{version}-%{release}

%description -n %{devname}
Dialog is a utility that allows you to show dialog boxes (containing
questions or messages) in TTY (text mode) interfaces. This package 
contains the files needed for developing applications, which use the 
dialog library.

%files -n %{devname}
%{_bindir}/dialog-config
%{_includedir}/*.h
%{_libdir}/libdialog.so
%{_mandir}/man3/dialog.*

#----------------------------------------------------------------------------

%prep
%setup -q -n dialog-%{version}-%{dialogsubversion}
%patch1 -p1 -b .incdir
%patch2 -p1 -b .multilib
%patch3 -p1 -b .libs

%build
%configure2_5x \
	--enable-nls \
	--with-libtool \
	--with-ncursesw \
    --disable-static

%make

%install
# prepare packaged samples
rm -rf _samples
mkdir _samples
cp -a samples _samples
rm -rf _samples/samples/install
find _samples -type f -print0 | xargs -0 chmod a-x

%makeinstall_std

chmod 755 %{buildroot}%{_libdir}/libdialog.so.*.*.*

%find_lang %{name}


%changelog
* Mon Sep 01 2014 Arkady Shane <ashejn@gmail.com> 1.2-0.20140219.4
+ Revision: 782744b
- added require for lib.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16168 |14mr|dietlibc-0.32-4.20090113.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define snap 20090113

%define name	%{cross_prefix}dietlibc

# This is eventually a biarch package, so no %_lib for diethome
%define diethome %{_prefix}/lib/dietlibc

# Enable builds without testing (default shall always be testing)
%define build_check		0
%{expand: %{?_with_CHECK:	%%global build_check 1}}
%{expand: %{?_without_CHECK:	%%global build_check 0}}

# Enable cross compilation
%define build_cross		0
%{expand: %{?cross:		%%global build_cross 1}}
%if %{build_cross}
%define target_cpu		%{cross}
%define cross_prefix		cross-%{target_cpu}-
%define cross_make_flags	ARCH=%{target_cpu} CROSS=%{target_cpu}-linux-
%define build_check		0
%else
%define cross_prefix		%{nil}
%define cross_make_flags	%{nil}
%endif

Summary:	C library optimized for size
Name:		%{name}
Version:	0.32
Release:	%mkrel 4.%{snap}.8
License:	GPL
Group:		Development/Other
%if %{build_cross}
BuildRequires:	%{cross_prefix}gcc
%endif
URL:		http://www.fefe.de/dietlibc/
Source0:	http://www.fefe.de/dietlibc/dietlibc-%{version}-%{snap}.tar.gz
Source1:	build_cross_dietlibc.sh
Patch0:		dietlibc-0.29-features.patch
Patch1:		dietlibc-0.30-mdkconfig.patch
Patch3:		dietlibc-0.22-tests.patch
Patch5:		dietlibc-0.22-net-ethernet.patch
Patch6:		dietlibc-0.24-rpc-types.patch
Patch9:		dietlibc-0.27-glibc-nice.patch
Patch15:	dietlibc-0.27-ppc-rdtsc.patch
Patch16:	dietlibc-0.27-test-makefile-fix.patch
Patch17:	dietlibc-0.27-x86_64-stat64.patch
Patch18:	dietlibc-0.27-x86_64-lseek64.diff
Patch21:	dietlibc-0.24-ppc64-select.patch
Patch22:	dietlibc-0.27-ppc64-stat64.patch
Patch23:	dietlibc-0.29-biarch.patch
Patch24:	dietlibc-0.27-quiet.patch
Patch25:	dietlibc-0.27-ppc-select.patch
Patch26:	dietlibc-0.27-kernel2.6-types.patch
Patch27:	dietlibc-0.29-cross.patch
Patch29:	dietlibc-0.29-sparc-rdtsc-tick-noerror.patch
#Patch30:	dietlibc-0.29-sparc-disable-glob-test.patch
Patch31:	dietlibc-0.29-sparc-weak-asm.patch
Patch33:	dietlibc-0.29-fix-strncmp.patch
# (cjw) from PLD, see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26374
Patch34:	dietlibc-0.29-ppc-gcc-ldbl128.patch
Patch36:        dietlibc-0.30-relatime.patch
# (pixel) add -fno-stack-protector to override default %{optflags}
Patch37:	dietlibc-0.30-force-no-stack-protector.patch
Patch38:	dietlibc-0.32-fgetc.patch
Patch100:	dietlibc-0.28-setpriority.patch
Patch101:	dietlibc-0.29-scall.patch
Patch102:	dietlibc-0.31-defpath.patch
Patch103:	dietlibc-0.31-stacksmash.patch
Patch104:	dietlibc-0.31-stacksmash-dyn.patch
Patch105:	dietlibc-0.31.20080212-teststdout.patch
Patch106:	dietlibc-0.31-pagesize.patch
Patch107:	dietlibc-0.31-printFG.patch
Patch108:	dietlibc-0.31-testsuite.patch
Patch109:	dietlibc-0.31-lcctime.patch
Patch110:	dietlibc-0.31-implicitfunc.patch
Patch111:	dietlibc-0.31-noreturn.patch
Patch112:	dietlibc-0.32-20090113-fix_getpriority.patch
Patch113:	dietlibc-0.32-i386-types.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Small libc for building embedded applications.

%package	devel
Group:          Development/C
Summary:        Development files for dietlibc
%if %{build_cross}
# Requires main dietlibc package for "diet" program (dispatcher)
# XXX: build %{target_cpu}-linux-diet wrapper too?
Requires:	dietlibc >= %{version}
Requires:	%{cross_prefix}gcc
%endif
Obsoletes:	%{name}
Provides:	%{name} = %{version}-%{release}

%description	devel
Small libc for building embedded applications.

%prep

%setup -q -n %{name}-%{version}-%{snap}

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p1 -b .features
%patch1 -p0 -b .mdkconfig
%patch3 -p1 -b .tests
%patch5 -p1 -b .net-ethernet
%patch6 -p1 -b .rpc-types
%patch9 -p1 -b .glibc-nice -E
%patch15 -p1 -b .ppc-rdtsc
%patch16 -p1 -b .inettest
%patch17 -p1 -b .x86_64-stat64
%patch18 -p0 -b .x86_64-lseek64
%patch21 -p1 -b .ppc64-select
#%patch22 -p1 -b .ppc64-stat64
%patch23 -p1 -b .biarch
%patch24 -p1 -b .quiet
%patch25 -p1 -b .ppc-select
%patch26 -p1 -b .kernel2.6-types
%patch27 -p0 -b .cross
%patch29 -p1 -b .sparc_rdtsc
#%patch30 -p1 -b .sparc_disable_glob_test
%patch31 -p1 -b .sparc_weak_asm
%patch33 -p1 -b .fix-strncmp
%patch34 -p1 -b .gcc-ppc-ldbl-bug
%patch36 -p1 -b .relatime
%patch37 -p1 -b .stack-protector
%patch38 -p0 -b .fgetc

# P100 - P111 is from fedora 
%patch100 -p1 -b .setpriority
%patch101 -p1 -b .scall
%patch102 -p1 -b .defpath
%patch103 -p1 -b .stacksmash
%patch104 -p1 -b .stacksmash-dyn
%patch105 -p1 -b .teststdout
%patch106 -p1 -b .pagesize
%patch107 -p1 -b .printFG
%patch108 -p1 -b .testsuite
%patch109 -p1 -b .lcctime
%patch110 -p1 -b .implicitfunc
%patch111 -p1 -b .noreturn

%patch112 -p1 -b .fix_getpriority
%patch113 -p0 -b .386_types
rm -f x86_64/getpriority.S

# fix execute permission on test scripts
chmod a+x test/{dirent,inet,stdio,string,stdlib,time}/runtests.sh

%build
%make %{cross_make_flags}

%check
# make and run the tests
%if %{build_check}
cd test; rm *.c.*
export DIETHOME="%{_builddir}/%{name}-%{version}-%{snap}"
MYARCH=`uname -m | sed -e 's/i[4-9]86/i386/' -e 's/armv[3-6][lb]/arm/'`
find -name "Makefile" | xargs perl -pi -e "s|^DIET.*|DIET=\"${DIETHOME}/bin-${MYARCH}/diet\"|g"
%make
cd ..
%endif

# run the tests
%if %{build_check}
cd test
STANDARD_TESTPROGRAMS=`grep "^TESTPROGRAMS" runtests.sh | cut -d\" -f2`
# these fails: cp-test3 cp-test4 cp-test6 cp-test7 cp-test11 cp-test12 cp-test15
CP_TEST_PROGRAMS="cp-test1 cp-test2 cp-test5 cp-test8 cp-test9 cp-test10 cp-test13 cp-test14"
perl -pi -e "s|^TESTPROGRAMS.*|TESTPROGRAMS=\"${STANDARD_TESTPROGRAMS} ${CP_TEST_PROGRAMS}\"|g" runtests.sh
# getpass requires user input
perl -pi -e "s|^PASS.*|PASS=\"\"|g" runtests.sh
sh ./runtests.sh
cd ..
%endif

%install
rm -rf %{buildroot}

make %{cross_make_flags} DESTDIR=%{buildroot} install

%clean
rm -rf %{buildroot}

%files devel
%defattr(-,root,root)
%doc AUTHOR BUGS CAVEAT CHANGES README THANKS TODO FAQ
%if ! %{build_cross}
%{_bindir}/diet
%{_mandir}/man*/*
%dir %{diethome}
%dir %{diethome}/include
%{diethome}/include/*
%endif
%dir %{diethome}/lib-*
%{diethome}/lib-*/*



%changelog
* Sat Feb 04 2012 root <root@build-client_i586.rosalab.ru> 0.32-4.20090113.8
+ Revision: 1833b90
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16169 |14mr|diffstat-1.54-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	A utility which provides statistics based on the output of diff
Name: 		diffstat
Version: 	1.54
Release: 	6
Group: 		Development/Other
License: 	GPL-like
URL: 		http://dickey.his.com/diffstat/diffstat.html
Source: 	ftp://invisible-island.net/diffstat/%name-%version.tgz
BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot

%description
The diff command compares files line by line.  Diffstat reads the output
of the diff command and displays a histogram of the insertions, deletions
and modifications in each file.  Diffstat is commonly used to provide
a summary of the changes in large, complex patch files.

Install diffstat if you need a program which provides a summary of the
diff command's output.  You'll need to also install diffutils.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CHANGES
%{_bindir}/diffstat
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.54-6
+ Revision: 8609145
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16170 |14mr|diffutils-3.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GNU collection of diff utilities
Name:		diffutils
Version:	3.3
Release:	6
License:	GPLv2+
Group:		Development/Tools
Url:		http://www.gnu.org/software/diffutils/
Source0:	ftp://ftp.gnu.org/pub/gnu/diffutils/%{name}-%{version}.tar.xz
Source2:	%{name}-help2man.bz2
BuildRequires:	gettext-devel
BuildRequires:	libsigsegv-devel

%description
Diffutils includes four utilities:  diff, cmp, diff3 and sdiff.

  * Diff compares two files and shows the differences, line by line.
  * The cmp command shows the offset and line numbers where two files differ,
    or cmp can show the characters that differ between the two files.
  * The diff3 command shows the differences between three files. Diff3 can be
    used when two people have made independent changes to a common original;
    diff3 can produce a merged file that contains both persons' changes and
    warnings about conflicts.
  * The sdiff command can be used to list diff of two files side by side or
    merge two files interactively.

Install diffutils if you need to compare text files.

%files -f %{name}.lang
%doc NEWS README
%{_bindir}/*
%{_mandir}/man*/*
%{_infodir}/%{name}.info*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

bzcat %{SOURCE2} > help2man
chmod +x help2man

# default editor for sdiff interactive mode, vi is likely better than ed
sed -i -e 's/^(#define\s+DEFAULT_EDITOR_PROGRAM\s+)"ed"/$1"vi"/' configure*

aclocal -I m4 --dont-fix
automake -a
autoconf

%build
# for finding help2man
export PATH=$PATH:`pwd`
%configure2_5x \
	--without-included-regex \
	--with-packager="%{distribution}" \
	--with-packager-bug-reports="%{bugurl}"

%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3-6
+ Revision: fb1e40f
- New version 3.3, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16171 |14mr|digikam-4.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without external_kvkontakte

Summary:	A KDE photo management utility
Name:		digikam
Epoch:		2
Version:	4.3.0
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://www.digikam.org
Source0:	http://downloads.sourceforge.net/digikam/%{name}-%{version}.tar.bz2
Source2:	kipiplugin_expoblending_ru.po
Source3:	kipiplugin_panorama_ru.po
Source4:	kipiplugin_videoslideshow_ru.po
Source100:	%{name}.rpmlintrc
Patch0:		digikam-2.4.1-use-external-libvkontake.patch
Patch1:		digikam-4.0.0-soversion.patch
BuildRequires:	bison
BuildRequires:	doxygen
BuildRequires:	eigen3
BuildRequires:	flex
BuildRequires:	imagemagick
%if %{mdvver} >= 201400
BuildRequires:	mariadb-server
%else
BuildRequires:	mysql-core
BuildRequires:	mysql-common
%endif
BuildRequires:	baloo-devel
BuildRequires:	gomp-devel
BuildRequires:	hupnp-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	marble-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(lensfun)
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(libkexiv2)
BuildRequires:	pkgconfig(libksane)
BuildRequires:	pkgconfig(libkdcraw)
BuildRequires:	pkgconfig(libkipi)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(lqr-1) >= 0.4.0
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(QtGStreamer-1.0)
BuildRequires:	pkgconfig(sqlite3)
%if %{with external_kvkontakte}
BuildRequires:	kvkontakte-devel
%endif
%if %{mdvver} >= 201400
Requires:	mariadb-common
%else
Requires:	mysql-core
Requires:	mysql-common
%endif
Requires:	kdebase4-runtime
Requires:	kipi-common
Requires:	kipi-plugins
Requires:	libkface-common
Requires:	libkgeomap-common
Requires:	libkdcraw-common
Requires:	qt4-database-plugin-sqlite
Requires:	libgphoto-common

%description
DigiKam is an advanced digital photo management application for KDE.
Photos can be collected into albums which can be sorted chronologically,
by directory layout or by custom collections.
DigiKam also provides tagging functionality. Images can be tagged despite of
their position and digiKam provides fast and intuitive ways to browse them.
User comments and customized meta-information added to images, are stored
into a database and retrieved to make them available into the user interface.
As soon as the camera is plugged in digikam allows you to preview, download,
upload and delete images.
Digikam also includes tools like Image Editor, to modify photos using plugins
such as red eye correction or Gamma correction, exif management,...
Light Table to make artistic photos and an external image editor such
as Showfoto.
Digikam also uses KIPI plugins (KDE Image Plugin Interface) to increase
its functionalities.

%files -f %{name}.lang
%doc core/AUTHORS core/ChangeLog core/COPYING core/COPYING.LIB core/NEWS core/README core/TODO core/TODO.FACE core/TODO.MYSQLPORT
%{_kde_bindir}/digikam
%{_kde_bindir}/digitaglinktree
%{_kde_bindir}/cleanup_digikamdb
%{_kde_libdir}/kde4/digikam*.so
%{_kde_libdir}/kde4/kio_digikam*.so
%{_kde_appsdir}/digikam
%{_kde_appsdir}/kconf_update/adjustlevelstool.upd
%{_kde_appsdir}/solid/actions/digikam*.desktop
%{_kde_applicationsdir}/digikam.desktop
%{_kde_datadir}/appdata/digikam.appdata.xml
%{_kde_datadir}/appdata/digiKam-ImagePlugin_*.metainfo.xml
%{_kde_services}/digikam*.desktop
%{_kde_services}/digikam*.protocol
%{_kde_servicetypes}/digikam*.desktop
%{_kde_mandir}/man1/digitaglinktree.1*
%{_kde_mandir}/man1/cleanup_digikamdb.1*
%{_kde_iconsdir}/*/*/apps/digikam.*
%{_kde_libdir}/kde4/libexec/digikamdatabaseserver

#-----------------------------------------------------------------------

%package -n libkface-common
Summary:	Common files for libkface library
Group:		Graphics
Url:		https://projects.kde.org/projects/extragear/libs/libkface
BuildArch:	noarch
Conflicts:	%{name} < 1:2.0.0-0.rc1.2

%description -n libkface-common
Common files for libkface library.

Libkface is a Qt/C++ wrapper around LibFace library to perform face recognition
and detection over pictures.

%files -n libkface-common
%doc extra/libkface/README extra/libkface/AUTHORS extra/libkface/COPYING
%{_kde_appsdir}/libkface

#-----------------------------------------------------------------------

%package -n libkgeomap-common
Summary:	Common files for libkgeomap library
Group:		Graphics
Url:		https://projects.kde.org/projects/extragear/libs/libkgeomap
BuildArch:	noarch
Conflicts:	%{name} < 1:2.0.0-0.rc1.2

%description -n libkgeomap-common
Common files for libkgeomap library

Libkgeomap is a wrapper around world map components as Marble,
OpenstreetMap and Google Maps, for browsing and arranging
photos on a map.

%files -n libkgeomap-common -f libkgeomap.lang
%doc extra/libkgeomap/README extra/libkgeomap/AUTHORS
%{_kde_appsdir}/libkgeomap

#-----------------------------------------------------------------------

%package -n showfoto
Summary:	Fast Image Editor
Group:		Graphics
Requires:	libkdcraw-common
# Otherwise it doesn't work properly
Requires:	%{name} = %{EVRD}

%description -n showfoto
Showfoto is a fast Image Editor with powerful image editing tools.
You can use it to view your photographs and improve them.

%files -n showfoto -f showfoto.lang
%{_kde_bindir}/showfoto
%{_kde_applicationsdir}/showfoto.desktop
%{_kde_appsdir}/showfoto
%{_kde_datadir}/appdata/showfoto.appdata.xml
%{_kde_iconsdir}/*/*/apps/showfoto.*

#-----------------------------------------------------------------------

%define libdigikamdatabase_major 4
%define libdigikamdatabase %mklibname digikamdatabase %{libdigikamdatabase_major}

%package -n %{libdigikamdatabase}
Summary:	Runtime library for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}digikamdatabase2 < 2:3.0.0
Obsoletes:	%{_lib}digikamdatabase3 < 2:4.0.0

%description -n %{libdigikamdatabase}
Librairie File needed by %{name}

%files -n %{libdigikamdatabase}
%{_kde_libdir}/libdigikamdatabase.so.%{libdigikamdatabase_major}*

#-----------------------------------------------------------------------

%define libdigikamcore_major 4
%define libdigikamcore %mklibname digikamcore %{libdigikamcore_major}

%package -n %{libdigikamcore}
Summary:	Runtime library for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}digikamcore2 < 2:3.0.0
Obsoletes:	%{_lib}digikamcore3 < 2:4.0.0

%description -n %{libdigikamcore}
Librairie File needed by %{name}

%files -n %{libdigikamcore}
%{_kde_libdir}/libdigikamcore.so.%{libdigikamcore_major}*

#-----------------------------------------------------------------------

%define libkface_major 2
%define libkface %mklibname kface %{libkface_major}

%package -n %{libkface}
Summary:	Runtime library for %{name}
Group:		System/Libraries
Url:		https://projects.kde.org/projects/extragear/libs/libkface
Obsoletes:	%{_lib}kface1 < 2:3.3.0

%description -n %{libkface}
Librairie File needed by %{name}

Libkface is a Qt/C++ wrapper around LibFace library to perform face recognition
and detection over pictures.

%files -n %{libkface}
%{_kde_libdir}/libkface.so.%{libkface_major}*

#-----------------------------------------------------------------------

%define libkgeomap_major 1
%define libkgeomap %mklibname kgeomap %{libkgeomap_major}
%define libkmap %mklibname kmap 1

%package -n %{libkgeomap}
Summary:	Runtime library for %{name}
Group:		System/Libraries
Url:		https://projects.kde.org/projects/extragear/libs/libkgeomap
Obsoletes:	%{libkmap} < 1:2.0.0-0.rc1.2

%description -n %{libkgeomap}
Librairie File needed by %{name}

Libkgeomap is a wrapper around world map components as Marble, OpenstreetMap
and Google Maps,for browsing and arranging photos on a map.

%files -n %{libkgeomap}
%{_kde_libdir}/libkgeomap.so.%{libkgeomap_major}*

#-----------------------------------------------------------------------

%define libmediawiki_major 1
%define libmediawiki %mklibname mediawiki %{libmediawiki_major}

%package -n %{libmediawiki}
Summary:	Runtime library for %{name}
Group:		System/Libraries
Url:		https://projects.kde.org/projects/extragear/libs/libmediawiki

%description -n %{libmediawiki}
Librairie File needed by %{name}

libmediawiki is a KDE C++ interface for MediaWiki based
web service as wikipedia.org.

%files -n %{libmediawiki}
%{_kde_libdir}/libmediawiki.so.%{libmediawiki_major}*

#-----------------------------------------------------------------------

%define libkipiplugins_major 4
%define libkipiplugins %mklibname kipiplugins %{libkipiplugins_major}

%package -n %{libkipiplugins}
Summary:	Runtime library for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}kipiplugins2 < 2:3.0.0
Obsoletes:	%{_lib}kipiplugins3 < 2:4.0.0

%description -n %{libkipiplugins}
Librairie File needed by %{name}

%files -n %{libkipiplugins}
%{_kde_libdir}/libkipiplugins.so.%{libkipiplugins_major}*

#-----------------------------------------------------------------------

%package -n kipi-plugins
Summary:	KDE image Interface Plugins
Group:		System/Libraries
Url:		https://projects.kde.org/projects/extragear/graphics/kipi-plugins
BuildArch:	noarch
Suggests:	kipi-plugins-acquireimages
Suggests:	kipi-plugins-advancedslideshow
Suggests:	kipi-plugins-batchprocess
Suggests:	kipi-plugins-calendar
Suggests:	kipi-plugins-debianscreenshot
Suggests:	kipi-plugins-dlna
Suggests:	kipi-plugins-dngconverter
Suggests:	kipi-plugins-dropbox
Suggests:	kipi-plugins-expoblending
Suggests:	kipi-plugins-facebook
Suggests:	kipi-plugins-flashexport
Suggests:	kipi-plugins-flickr
Suggests:	kipi-plugins-galleryexport
Suggests:	kipi-plugins-googledrive
Suggests:	kipi-plugins-gpssync
Suggests:	kipi-plugins-htmlexport
Suggests:	kipi-plugins-imageshack
Suggests:	kipi-plugins-imageviewer
Suggests:	kipi-plugins-imgurexport
Suggests:	kipi-plugins-ipodexport
Suggests:	kipi-plugins-jalbumexport
Suggests:	kipi-plugins-jpeglossless
Suggests:	kipi-plugins-kioexportimport
Suggests:	kipi-plugins-kmlexport
Suggests:	kipi-plugins-kopete
Suggests:	kipi-plugins-metadataedit
Suggests:	kipi-plugins-panorama
Suggests:	kipi-plugins-picasa
Suggests:	kipi-plugins-piwigoexport
Suggests:	kipi-plugins-printimages
Suggests:	kipi-plugins-rajceexport
Suggests:	kipi-plugins-rawconverter
Suggests:	kipi-plugins-removeredeyes
Suggests:	kipi-plugins-sendimages
Suggests:	kipi-plugins-shwup
Suggests:	kipi-plugins-smug
Suggests:	kipi-plugins-timeadjust
Suggests:	kipi-plugins-videoslideshow
Suggests:	kipi-plugins-vkontakte
Suggests:	kipi-plugins-wikimedia
Suggests:	kipi-plugins-yandexfotki

%description -n kipi-plugins
The library of the KDE Image Plugin Interface.

Libkipi allows image applications to use a plugin architecture
for additional functionality such as: RawConverter, SlideShow, 
ImagesGallery, HTMLExport, PrintAssistant...

%files -n kipi-plugins -f kipi-plugins.lang
%{_datadir}/apps/kipi/tips
%doc extra/kipi-plugins/AUTHORS extra/kipi-plugins/COPYING extra/kipi-plugins/COPYING-ADOBE extra/kipi-plugins/ChangeLog extra/kipi-plugins/README extra/kipi-plugins/TODO extra/kipi-plugins/NEWS
%{_kde_applicationsdir}/kipiplugins.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-acquireimages
Summary:	Acquireimages
Group:		System/Libraries
Requires:	kipi-common
Conflicts:	kipi-plugins < 1:1.8.0-1

%description -n kipi-plugins-acquireimages
A tool to acquire images using flat scanner.

%files -n kipi-plugins-acquireimages -f kipiplugin_acquireimages.lang
%{_kde_appsdir}/kipi/kipiplugin_acquireimagesui.rc
%{_kde_bindir}/scangui
%{_kde_libdir}/kde4/kipiplugin_acquireimages.so
%{_kde_services}/kipiplugin_acquireimages.desktop
%{_kde_applicationsdir}/scangui.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-advancedslideshow
Summary:	Advanced Slideshow Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-advancedslideshow
A tool to slide images with 2D and 3D effects using OpenGL.

%files -n kipi-plugins-advancedslideshow -f kipiplugin_advancedslideshow.lang
%{_kde_appsdir}/kipi/kipiplugin_advancedslideshowui.rc
%{_kde_libdir}/kde4/kipiplugin_advancedslideshow.so
%{_kde_services}/kipiplugin_advancedslideshow.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-slideshow.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-batchprocess
Summary:	Batch Process Images Kipi Plugin
Group:		System/Libraries
# Resizing pictures need convert from imagemagick
Requires:	imagemagick
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-batchprocess
KIPI Batch Processing Images Plugin.

%files -n kipi-plugins-batchprocess -f kipiplugin_batchprocessimages.lang
%{_kde_appsdir}/kipi/kipiplugin_batchprocessimagesui.rc
%{_kde_libdir}/kde4/kipiplugin_batchprocessimages.so
%{_kde_services}/kipiplugin_batchprocessimages.desktop
%{_kde_iconsdir}/hicolor/*/actions/recompressimages.png
%{_kde_iconsdir}/hicolor/*/actions/renameimages.png
%{_kde_iconsdir}/hicolor/*/actions/resizeimages.png
%{_kde_iconsdir}/hicolor/*/actions/borderimages.png
%{_kde_iconsdir}/hicolor/*/actions/colorimages.png
%{_kde_iconsdir}/hicolor/*/actions/convertimages.png
%{_kde_iconsdir}/hicolor/*/actions/effectimages.png
%{_kde_iconsdir}/hicolor/*/actions/filterimages.png

#-----------------------------------------------------------------------

%package -n kipi-plugins-calendar
Summary:	Calendar Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-calendar
A tool to create calendars.

%files -n kipi-plugins-calendar -f kipiplugin_calendar.lang
%{_kde_appsdir}/kipi/kipiplugin_calendarui.rc
%{_kde_libdir}/kde4/kipiplugin_calendar.so
%{_kde_services}/kipiplugin_calendar.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-debianscreenshot
Summary:	Debian Screenshot Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-debianscreenshot
A tool to export images to the Debian Screenshots site.

%files -n kipi-plugins-debianscreenshot
%{_kde_appsdir}/kipi/kipiplugin_debianscreenshotsui.rc
%{_kde_libdir}/kde4/kipiplugin_debianscreenshots.so
%{_kde_services}/kipiplugin_debianscreenshots.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-debianscreenshots.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-dlna
Summary:	DLNA support
Group:		System/Libraries
Requires:	kipi-common

%description -n kipi-plugins-dlna
A tool to support DLNA.

%files -n kipi-plugins-dlna
%{_kde_appsdir}/kipi/kipiplugin_dlnaexportui.rc
%{_kde_appsdir}/kipiplugin_dlnaexport
%{_kde_libdir}/kde4/kipiplugin_dlnaexport.so
%{_kde_services}/kipiplugin_dlnaexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-dlna.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-dngconverter
Summary:	Dng converter Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-dngconverter
A tool to convert Raw Image to Digital NeGative.

%files -n kipi-plugins-dngconverter -f kipiplugin_dngconverter.lang
%{_kde_appsdir}/kipi/kipiplugin_dngconverterui.rc
%{_kde_bindir}/dngconverter
%{_kde_bindir}/dnginfo
%{_kde_applicationsdir}/dngconverter.desktop
%{_kde_libdir}/kde4/kipiplugin_dngconverter.so
%{_kde_services}/kipiplugin_dngconverter.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-dngconverter.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-dropbox
Summary:	Dropbox export Kipi Plugin
Group:		System/Libraries
Requires:	kipi-common

%description -n kipi-plugins-dropbox
A tool to export images to a remote Dropbox web service.

%files -n kipi-plugins-dropbox
%{_kde_appsdir}/kipi/kipiplugin_dropboxui.rc
%{_kde_libdir}/kde4/kipiplugin_dropbox.so
%{_kde_services}/kipiplugin_dropbox.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-dropbox.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-expoblending
Summary:	Expoblending Kipi Plugin
Group:		System/Libraries
# need align_image_stack from Hugin project and enfuse from Enblend project (runtime dependency)
Requires:	hugin
Requires:	libkdcraw-common
Requires:	kipi-common
Conflicts:	kipi-plugins < 1:1.8.0-1

%description -n kipi-plugins-expoblending
A tool to blend bracketed images.

%files -n kipi-plugins-expoblending -f kipiplugin_expoblending.lang
%{_kde_appsdir}/kipi/kipiplugin_expoblendingui.rc
%{_kde_appsdir}/kipiplugin_expoblending
%{_kde_bindir}/expoblending
%{_kde_applicationsdir}/expoblending.desktop
%{_kde_libdir}/kde4/kipiplugin_expoblending.so
%{_kde_services}/kipiplugin_expoblending.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-expoblending.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-facebook
Summary:	Facebook Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-facebook
A tool to import/export images to/from a remote Facebook web service.

%files -n kipi-plugins-facebook -f kipiplugin_facebook.lang
%{_kde_appsdir}/kipi/kipiplugin_facebookui.rc
%{_kde_libdir}/kde4/kipiplugin_facebook.so
%{_kde_services}/kipiplugin_facebook.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-facebook.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-flashexport
Summary:	Flash export Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-flashexport
A tool to export images to Flash.

%files -n kipi-plugins-flashexport -f kipiplugin_flashexport.lang
%{_kde_appsdir}/kipi/kipiplugin_flashexportui.rc
%{_kde_libdir}/kde4/kipiplugin_flashexport.so
%{_kde_appsdir}/kipiplugin_flashexport
%{_kde_services}/kipiplugin_flashexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-flash.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-flickr
Summary:	Flick Export Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-flickr
A tool to export images to a remote Flickr, 23 and Zoomr web services.

%files -n kipi-plugins-flickr -f kipiplugin_flickrexport.lang
%{_kde_appsdir}/kipi/kipiplugin_flickrexportui.rc
%{_kde_libdir}/kde4/kipiplugin_flickrexport.so
%{_kde_services}/kipiplugin_flickrexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-flickr.*
%{_kde_iconsdir}/hicolor/*/apps/kipi-hq.*
%{_kde_iconsdir}/hicolor/*/apps/kipi-zooomr.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-galleryexport
Summary:	Gallery Export Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-galleryexport
A tool to export images to a remote Gallery.

%files -n kipi-plugins-galleryexport -f kipiplugin_galleryexport.lang
%{_kde_appsdir}/kipi/kipiplugin_galleryexportui.rc
%{_kde_libdir}/kde4/kipiplugin_galleryexport.so
%{_kde_appsdir}/kipiplugin_galleryexport
%{_kde_services}/kipiplugin_galleryexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-gallery.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-googledrive
Summary:	Google Drive export Kipi Plugin
Group:		System/Libraries
Requires:	kipi-common

%description -n kipi-plugins-googledrive
A tool to export images to a remote Google Drive web service.

%files -n kipi-plugins-googledrive
%{_kde_appsdir}/kipi/kipiplugin_googledriveui.rc
%{_kde_libdir}/kde4/kipiplugin_googledrive.so
%{_kde_services}/kipiplugin_googledrive.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-googledrive.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-gpssync
Summary:	GPS Sync Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-gpssync
A tool to geolocalize pictures.

%files -n kipi-plugins-gpssync -f kipiplugin_gpssync.lang
%{_kde_appsdir}/kipi/kipiplugin_gpssyncui.rc
%{_kde_appsdir}/gpssync
%{_kde_libdir}/kde4/kipiplugin_gpssync.so
%{_kde_services}/kipiplugin_gpssync.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-gpsimagetag.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-htmlexport
Summary:	Html Export Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 2:3.2.0
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-htmlexport
A tool to export images collections into a static XHTML page.

%files -n kipi-plugins-htmlexport -f kipiplugin_htmlexport.lang
%{_kde_appsdir}/kipi/kipiplugin_htmlexportui.rc
%{_kde_appsdir}/kipiplugin_htmlexport
%{_kde_libdir}/kde4/kipiplugin_htmlexport.so
%{_kde_services}/kipiplugin_htmlexport.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-imageviewer
Summary:	Image Viewer Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-imageviewer
A tool to preview images using OpenGl.

%files -n kipi-plugins-imageviewer -f kipiplugin_imageviewer.lang
%{_kde_appsdir}/kipi/kipiplugin_imageviewerui.rc
%{_kde_libdir}/kde4/kipiplugin_imageviewer.so
%{_kde_appsdir}/kipiplugin_imageviewer
%{_kde_services}/kipiplugin_imageviewer.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-ogl.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-imageshack
Summary:	Imageshack Export Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-imageshack
A tool to export images to ImageShack.

%files -n kipi-plugins-imageshack
%{_kde_appsdir}/kipi/kipiplugin_imageshackexportui.rc
%{_kde_libdir}/kde4/kipiplugin_imageshackexport.so
%{_kde_services}/kipiplugin_imageshackexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-imageshack.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-imgurexport
Summary:	Imgur Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-imgurexport
A tool to export pictures to Imgur.

%files -n kipi-plugins-imgurexport
%{_kde_appsdir}/kipi/kipiplugin_imgurexportui.rc
%{_kde_libdir}/kde4/kipiplugin_imgurexport.so
%{_kde_services}/kipiplugin_imgurexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-imgur.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-ipodexport
Summary:	Ipod Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-ipodexport
A tool to export pictures to an Ipod device.

%files -n kipi-plugins-ipodexport -f kipiplugin_ipodexport.lang
%{_kde_appsdir}/kipi/kipiplugin_ipodexportui.rc
%{_kde_libdir}/kde4/kipiplugin_ipodexport.so
%{_kde_services}/kipiplugin_ipodexport.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-jalbumexport
Summary:	JAlbum Export Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-jalbumexport
A tool to export images to a remote JAlbum.

%files -n kipi-plugins-jalbumexport
%{_kde_appsdir}/kipi/kipiplugin_jalbumexportui.rc
%{_kde_libdir}/kde4/kipiplugin_jalbumexport.so
%{_kde_services}/kipiplugin_jalbumexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-jalbum.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-jpeglossless
Summary:	Jpeg Lossless Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-jpeglossless
A tool to rotate/flip images without losing quality.

%files -n kipi-plugins-jpeglossless -f kipiplugin_jpeglossless.lang
%{_kde_appsdir}/kipi/kipiplugin_jpeglosslessui.rc
%{_kde_libdir}/kde4/kipiplugin_jpeglossless.so
%{_kde_services}/kipiplugin_jpeglossless.desktop
%{_kde_iconsdir}/hicolor/*/actions/flip-horizontal.png
%{_kde_iconsdir}/hicolor/*/actions/grayscaleconvert.png

#-----------------------------------------------------------------------

%package -n kipi-plugins-kioexportimport
Summary:	Kio Export Import Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-kioexportimport
A tool to export pictures to or import from a remote directory that is
accessible via KIO.

%files -n kipi-plugins-kioexportimport -f kipiplugin_kioexportimport.lang
%{_kde_libdir}/kde4/kipiplugin_kioexportimport.so
%{_kde_services}/kipiplugin_kioexportimport.desktop
%{_kde_appsdir}/kipi/kipiplugin_kioexportimportui.rc

#-----------------------------------------------------------------------

%package -n kipi-plugins-kmlexport
Summary:	Create KML files to present images with coordinates
Group:		System/Libraries
Requires:	kipi-common

%description -n kipi-plugins-kmlexport
A plugin to create KML files to present images with coordinates.

%files -n kipi-plugins-kmlexport
%{_kde_appsdir}/kipi/kipiplugin_kmlexportui.rc
%{_kde_libdir}/kde4/kipiplugin_kmlexport.so
%{_kde_services}/kipiplugin_kmlexport.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-kopete
Summary:	Kopete kipi plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-kopete
A tool to export images to an instant messaging contact.

%files -n kipi-plugins-kopete
%{_kde_appsdir}/kipi/kipiplugin_kopeteui.rc
%{_kde_libdir}/kde4/kipiplugin_kopete.so
%{_kde_services}/kipiplugin_kopete.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-metadataedit
Summary:	Meta Data Edit kipi plugins
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-metadataedit
A tool to edit EXIF,IPTC and XMP metadata.

%files -n kipi-plugins-metadataedit -f kipiplugin_metadataedit.lang
%{_kde_appsdir}/kipi/kipiplugin_metadataeditui.rc
%{_kde_libdir}/kde4/kipiplugin_metadataedit.so
%{_kde_services}/kipiplugin_metadataedit.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-metadataedit.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-panorama
Summary:	Panorama tools
Group:		System/Libraries
Requires:	libkdcraw-common
Requires:	kipi-common
Requires:	hugin

%description -n kipi-plugins-panorama
A tool to create panorama.

%files -n kipi-plugins-panorama -f kipiplugin_panorama.lang
%{_kde_appsdir}/kipi/kipiplugin_panoramaui.rc
%{_kde_bindir}/panoramagui
%{_kde_libdir}/kde4/kipiplugin_panorama.so
%{_kde_appsdir}/kipiplugin_panorama/
%{_kde_services}/kipiplugin_panorama.desktop
%{_kde_applicationsdir}/panoramagui.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-panorama.*

#-----------------------------------------------------------------------

%package -n kipiplugin-photolayouts-editor
Summary:	Photo Layouts Editor
Group:		System/Libraries
Requires:	kipi-common

%description -n kipiplugin-photolayouts-editor
Photo Layouts Editor.

%files -n kipiplugin-photolayouts-editor
%{_kde_appsdir}/kipi/kipiplugin_photolayoutseditorui.rc
%{_kde_appsdir}/photolayoutseditor
%{_kde_applicationsdir}/photolayoutseditor.desktop
%{_kde_bindir}/photolayoutseditor
%{_kde_libdir}/kde4/kipiplugin_photolayoutseditor.so
%{_kde_services}/kipiplugin_photolayoutseditor.desktop
%{_kde_servicetypes}/photolayoutseditorborderplugin.desktop
%{_kde_servicetypes}/photolayoutseditoreffectplugin.desktop
%{_kde_datadir}/templates/kipiplugins_photolayoutseditor
%{_kde_datadir}/config.kcfg/photolayoutseditor.kcfg
%{_kde_iconsdir}/hicolor/*/apps/photolayoutseditor.png

#-----------------------------------------------------------------------

%package -n kipi-plugins-picasa
Summary:	Picasa Kipi Plugins
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-picasa
A tool to export images to a remote Picase Web Service

%files -n kipi-plugins-picasa -f kipiplugin_picasawebexport.lang
%{_kde_appsdir}/kipi/kipiplugin_picasawebexportui.rc
%{_kde_libdir}/kde4/kipiplugin_picasawebexport.so
%{_kde_services}/kipiplugin_picasawebexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-picasa.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-piwigoexport
Summary:	Piwi Go Export
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-piwigoexport
A tool to export images to a remote Piwigo.

%files -n kipi-plugins-piwigoexport -f kipiplugin_piwigoexport.lang
%{_kde_appsdir}/kipi/kipiplugin_piwigoexportui.rc
%{_kde_libdir}/kde4/kipiplugin_piwigoexport.so
%{_kde_appsdir}/kipiplugin_piwigoexport
%{_kde_services}/kipiplugin_piwigoexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-piwigo.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-printimages
Summary:	Print Images Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-printimages
A tool to print images in various formats.

%files -n kipi-plugins-printimages -f kipiplugin_printimages.lang
%{_kde_appsdir}/kipi/kipiplugin_printimagesui.rc
%{_kde_libdir}/kde4/kipiplugin_printimages.so
%{_kde_services}/kipiplugin_printimages.desktop
%{_kde_appsdir}/kipiplugin_printimages/

#-----------------------------------------------------------------------

%package -n kipi-plugins-rajceexport
Summary:	Rajce.net Exporter
Group:		System/Libraries
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-rajceexport
A tool to export images to a remote rajce.net service.

%files -n kipi-plugins-rajceexport
%{_kde_appsdir}/kipi/kipiplugin_rajceexportui.rc
%{_kde_libdir}/kde4/kipiplugin_rajceexport.so
%{_kde_services}/kipiplugin_rajceexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-rajce.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-rawconverter
Summary:	Rawconverter kipi plugins
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-rawconverter
A tool to convert Raw Image to JPEG/PNG/TIFF.

%files -n kipi-plugins-rawconverter -f kipiplugin_rawconverter.lang
%{_kde_appsdir}/kipi/kipiplugin_rawconverterui.rc
%{_kde_libdir}/kde4/kipiplugin_rawconverter.so
%{_kde_iconsdir}/oxygen/*/apps/rawconverter.png
%{_kde_services}/kipiplugin_rawconverter.desktop
%{_kde_iconsdir}/oxygen/scalable/apps/rawconverter.svgz

#-----------------------------------------------------------------------

%package -n kipi-plugins-removeredeyes
Summary:	Remove red eyes kipi-plugins
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-removeredeyes
A tool to remove red eyes automatically from images.

%files -n kipi-plugins-removeredeyes -f kipiplugin_removeredeyes.lang
%{_kde_appsdir}/kipi/kipiplugin_removeredeyesui.rc
%{_kde_libdir}/kde4/kipiplugin_removeredeyes.so
%{_kde_datadir}/apps/kipiplugin_removeredeyes
%{_kde_services}/kipiplugin_removeredeyes.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-sendimages
Summary:	Send Images kipi plugins
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-sendimages
A tool to send images by e-mail.

%files -n kipi-plugins-sendimages -f kipiplugin_sendimages.lang
%{_kde_appsdir}/kipi/kipiplugin_sendimagesui.rc
%{_kde_libdir}/kde4/kipiplugin_sendimages.so 
%{_kde_services}/kipiplugin_sendimages.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-shwup
Summary:	Shwup Kipi Plugins
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-shwup
A tool to export images to a remote Shwup web service.

%files -n kipi-plugins-shwup -f kipiplugin_shwup.lang
%{_kde_appsdir}/kipi/kipiplugin_shwupui.rc
%{_kde_libdir}/kde4/kipiplugin_shwup.so
%{_kde_services}/kipiplugin_shwup.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-shwup.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-smug
Summary:	Smug Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-smug
A tool to import/export images to/from SmugMug web service.

%files -n kipi-plugins-smug -f kipiplugin_smug.lang
%{_kde_appsdir}/kipi/kipiplugin_smugui.rc
%{_kde_libdir}/kde4/kipiplugin_smug.so
%{_kde_services}/kipiplugin_smug.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-smugmug.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-timeadjust
Summary:	Time Adjust kipi plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-timeadjust
A Tool to adjust time and date.

%files -n kipi-plugins-timeadjust -f kipiplugin_timeadjust.lang
%{_kde_appsdir}/kipi/kipiplugin_timeadjustui.rc
%{_kde_libdir}/kde4/kipiplugin_timeadjust.so
%{_kde_services}/kipiplugin_timeadjust.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-timeadjust.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-videoslideshow
Summary:	Video Slide Show export kipi plugin
Group:		System/Libraries
Requires:	kipi-common
Requires:	imagemagick

%description -n kipi-plugins-videoslideshow
A tool to export images as Video Slide Show.

%files -n kipi-plugins-videoslideshow -f kipiplugin_videoslideshow.lang
%{_kde_appsdir}/kipi/kipiplugin_videoslideshowui.rc
%{_kde_libdir}/kde4/kipiplugin_videoslideshow.so
%{_kde_services}/kipiplugin_videoslideshow.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-vkontakte
Summary:	VKontakte.ru Exporter
Group:		System/Libraries
Requires:	kipi-common

%description -n kipi-plugins-vkontakte
A tool to export on VKontakte.ru Web service

%files -n kipi-plugins-vkontakte
%{_kde_appsdir}/kipi/kipiplugin_vkontakteui.rc
%{_kde_libdir}/kde4/kipiplugin_vkontakte.so
%{_kde_services}/kipiplugin_vkontakte.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-wikimedia
Summary:	Wikimedia Export Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-wikimedia
A tool to export images to a remote MediaWiki site

%files -n kipi-plugins-wikimedia
%{_kde_appsdir}/kipi/kipiplugin_wikimediaui.rc
%{_kde_libdir}/kde4/kipiplugin_wikimedia.so
%{_kde_services}/kipiplugin_wikimedia.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-wikimedia.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-yandexfotki
Summary:	Yandex.Fotki Exporter
Group:		System/Libraries
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-yandexfotki
A tool to export images to a remote Yandex.Fotki web service.

%files -n kipi-plugins-yandexfotki
%{_kde_appsdir}/kipi/kipiplugin_yandexfotkiui.rc
%{_kde_libdir}/kde4/kipiplugin_yandexfotki.so
%{_kde_services}/kipiplugin_yandexfotki.desktop

#-----------------------------------------------------------------------

%define libnamedev %mklibname digikam -d
%define libmediawiki_devel %mklibname -d mediawiki

%package -n %{libmediawiki_devel}
Summary:	Headers to build packages against libmediawiki library
Group:		Development/C
Conflicts:	%{libnamedev} < 1:2.0.0-rc1.2
Requires:	%{libmediawiki} = %{EVRD}
Provides:	libmediawiki-devel = %{EVRD}

%description -n %{libmediawiki_devel}
This package contains the libraries and headers files needed to develop progams
which make use of libmediawiki library.

libmediawiki is a KDE C++ interface for MediaWiki based web service as 
wikipedia.org.

%files -n %{libmediawiki_devel}
%{_includedir}/libmediawiki
%{_kde_libdir}/libmediawiki.so
%{_kde_libdir}/pkgconfig/libmediawiki.pc
%{_kde_appsdir}/cmake/modules/FindMediawiki.cmake

#-----------------------------------------------------------------------

%define libkface_devel %mklibname -d kface

%package -n %{libkface_devel}
Summary:	Headers to build packages against libkface library
Group:		Development/C
Conflicts:	%{libnamedev} < 1:2.0.0-rc1.2
Requires:	%{libkface} = %{EVRD}
Requires:	libkface-common
Provides:	kface-devel = %{version}-%{release}
Provides:	libkface-devel = %{version}-%{release}

%description -n %{libkface_devel}
This package contains the libraries and headers files needed to develop progams
which make use of libkface library.

Libkface is a Qt/C++ wrapper around LibFace library to perform face recognition
and detection over pictures.

%files -n %{libkface_devel}
%{_includedir}/libkface
%{_kde_libdir}/libkface.so
%{_kde_libdir}/pkgconfig/libkface.pc
%{_kde_appsdir}/cmake/modules/FindKface.cmake

#-----------------------------------------------------------------------

%define libkgeomap_devel %mklibname -d kgeomap

%package -n %{libkgeomap_devel}
Summary:	Headers to build packages against libkgeomap library
Group:		Development/C
Conflicts:	%{libnamedev} < 1:2.0.0-rc1.2
Requires:	libkgeomap-common
Requires:	%{libkgeomap} = %{EVRD}
Provides:	kgeomap-devel = %{version}-%{release}
Provides:	libkgeomap-devel = %{version}-%{release}

%description -n %{libkgeomap_devel}
This package contains the libraries and headers files needed to develop progams
which make use of libkgeomap (old libkmap) library.

Libkgeomap is a wrapper around world map components as Marble, OpenstreetMap
and Google Maps,for browsing and arranging photos on a map.

%files -n %{libkgeomap_devel}
%{_includedir}/libkgeomap
%{_kde_libdir}/libkgeomap.so
%{_kde_libdir}/pkgconfig/libkgeomap.pc
%{_kde_appsdir}/cmake/modules/FindKGeoMap.cmake

#-----------------------------------------------------------------------

%package -n %{libnamedev}
Summary:	Static libraries and headers for %{name}
Group:		Development/C
Provides:	lib%{name}-devel = %{EVRD}
Provides:	kipi-plugins-devel = %{EVRD}
Obsoletes:	kipi-plugins-devel < 1:2.0.0
Requires:	%{libdigikamcore} = %{EVRD}
Requires:	%{libdigikamdatabase} = %{EVRD}
Requires:	%{libkgeomap_devel} = %{EVRD}
Requires:	%{libmediawiki_devel} = %{EVRD}
Requires:	%{libkface_devel} = %{EVRD}
Requires:	%{libkipiplugins} = %{EVRD}

%description -n %{libnamedev}
%{libnamedev} contains the libraries and header files needed to
develop programs which make use of %{name}.
The library documentation is available on header files.

%files -n %{libnamedev}
%{_kde_libdir}/libdigikamcore.so
%{_kde_libdir}/libdigikamdatabase.so
%{_kde_libdir}/libkipiplugins.so

#-----------------------------------------------------------------------

%prep
%setup -q
find . -name ox*-app-showfoto.* -exec rm -rf '{}' \;
find . -name ox*-app-digikam.* -exec rm -rf '{}' \;

%if %{with external_kvkontakte}
%patch0 -p1
%endif

%patch1 -p1

pushd po
# Remove wallpaper po files (kipiplugin-wallpaper is not build )
find  . -name kipiplugin_wallpaper.po -exec rm -rf '{}' \;
cp -f %{SOURCE2} ru/kipiplugin_expoblending.po
cp -f %{SOURCE3} ru/kipiplugin_panorama.po
cp -f %{SOURCE4} ru/kipiplugin_videoslideshow.po
popd

%build
%cmake_kde4 \
	-DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF \
	-DENABLE_BALOOSUPPORT=ON \
	-DENABLE_LCMS2=ON
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_datadir}/locale/*/LC_MESSAGES/libkipi.mo

%find_lang %{name} --with-html || touch %{name}.lang
%find_lang showfoto --with-html || touch showfoto.lang
%find_lang kipi-plugins kipiplugins kipi-plugins.lang --with-html || touch kipi-plugins.lang

%find_lang kipiplugin_acquireimages || touch kipiplugin_acquireimages.lang
%find_lang kipiplugin_advancedslideshow || touch kipiplugin_advancedslideshow.lang
%find_lang kipiplugin_batchprocessimages || touch kipiplugin_batchprocessimages.lang
%find_lang kipiplugin_calendar || touch kipiplugin_calendar.lang
%find_lang kipiplugin_dngconverter || touch kipiplugin_dngconverter.lang
%find_lang kipiplugin_expoblending || touch kipiplugin_expoblending.lang
%find_lang kipiplugin_facebook || touch kipiplugin_facebook.lang
%find_lang kipiplugin_flashexport || touch kipiplugin_flashexport.lang
%find_lang kipiplugin_flickrexport || touch kipiplugin_flickrexport.lang
%find_lang kipiplugin_galleryexport || touch kipiplugin_galleryexport.lang
%find_lang kipiplugin_gpssync || touch kipiplugin_gpssync.lang
%find_lang kipiplugin_htmlexport || touch kipiplugin_htmlexport.lang
%find_lang kipiplugin_imageviewer || touch kipiplugin_imageviewer.lang
%find_lang kipiplugin_ipodexport || touch kipiplugin_ipodexport.lang
%find_lang kipiplugin_jpeglossless || touch kipiplugin_jpeglossless.lang
%find_lang kipiplugin_kioexportimport || touch kipiplugin_kioexportimport.lang
%find_lang kipiplugin_metadataedit || touch kipiplugin_metadataedit.lang
%find_lang kipiplugin_panorama || touch kipiplugin_panorama.lang
%find_lang kipiplugin_picasawebexport || touch kipiplugin_picasawebexport.lang
%find_lang kipiplugin_piwigoexport || touch kipiplugin_piwigoexport.lang
%find_lang kipiplugin_printimages || touch kipiplugin_printimages.lang
%find_lang kipiplugin_rawconverter || touch kipiplugin_rawconverter.lang
%find_lang kipiplugin_removeredeyes || touch kipiplugin_removeredeyes.lang
%find_lang kipiplugin_sendimages || touch kipiplugin_sendimages.lang
%find_lang kipiplugin_shwup || touch kipiplugin_shwup.lang
%find_lang kipiplugin_smug || touch kipiplugin_smug.lang
%find_lang kipiplugin_timeadjust || touch kipiplugin_timeadjust.lang
%find_lang kipiplugin_videoslideshow || touch kipiplugin_videoslideshow.lang
%find_lang libkgeomap || touch libkgeomap.lang


%changelog
* Wed Sep 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.3.0-1
+ Revision: d81f879
- Update files

* Wed Sep 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.3.0-1
+ Revision: 4d7f4b0
- Fix typo

* Wed Sep 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.3.0-1
+ Revision: fe6a09b
- New version 4.3.0, build with Baloo support

* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.2.0-6
+ Revision: ab5e88c
- Bump release

* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.2.0-5
+ Revision: edc60fe
- Bump release

* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.2.0-2
+ Revision: 0766a18
- Use QtGStreamer-1.0

* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.2.0-1
+ Revision: 645ef0b
- New version 4.2.0

* Wed Jul 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.1.0-4
+ Revision: 1e5ace8
- Fix files (docs)

* Wed Jul 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.1.0-4
+ Revision: b15f5a5
- New version 4.1.0

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:4.0.0-5
+ Revision: 67ac48a
- MassBuild#440: Increase release tag

* Wed Jun 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.0.0-4
+ Revision: aedf4c3
- Add eigen3 to BuildRequires

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.0.0-3
+ Revision: 6219727
- MassBuild#430: Increase release tag

* Wed May 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.0.0-2
+ Revision: 25abc10
- Rebuild against mariadb

* Thu May 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.0.0-1
+ Revision: 999ad28
- New version 4.0.0

* Sun May 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.5.0-4
+ Revision: 0cd6d26
- Still use mysql for now

* Fri Mar 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.5.0-4
+ Revision: 9d554e2
- Rebuild against KDE 4.12, prepare for mariadb migration

* Mon Mar 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.5.0-3.0.1
+ Revision: 5aa73f5
- Rebuild against new libgphoto

* Sat Oct 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.5.0-3
+ Revision: 51bc2fc
- LOG Rebuild with KDE 4.11

* Wed Oct 23 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.5.0-1.4
+ Revision: 71a2aaa
- LOG Update russian translation, adjust Suggests, sort subpackages

* Sat Oct 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.5.0-1.3
+ Revision: 7c778cb
- LOG Replace Russian localization with better one

* Fri Oct 11 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.5.0-1.2
+ Revision: 2c50c7d
- LOG Add patch to fix Video Slide Show plugin hang when trying to save into empty filename

* Fri Oct 11 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.5.0-1.1
+ Revision: 7c20035
- LOG Add patch to fix Panorama crash at startup

* Thu Oct 10 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.5.0-1
+ Revision: 32e4982
- LOG New version 3.5.0

* Sun Sep 08 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.4.0-1
+ Revision: 9dbb4bc
- LOG New version 3.4.0

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.3.0-2
+ Revision: eb63148
- LOG Bump release

* Wed Aug 07 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.3.0-1
+ Revision: 98202fd
- LOG Update BuildRequires

* Wed Aug 07 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.3.0-1
+ Revision: 18b94e0
- LOG New version 3.3.0, new kface library major, update files

* Wed Jun 19 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.2.0-3
+ Revision: 9d4aaf2
- LOG Add digikam to showfoto's Requires

* Tue May 21 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.2.0-2
+ Revision: 4cf92ea
- LOG New version 3.2.0 (sync with Cooker)

* Tue Jan 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:2.9.0-3
+ Revision: c5933c9
- LOG Rebuild for new qjson



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16172 |14mr|dip-3.3.7o-38
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Handles the connections needed for dialup IP links
Name:		dip
Version:	3.3.7o
Release:	38
License:	GPLv2
Group:		Communications
Url:		ftp://sunsite.unc.edu/pub/Linux/system/network/serial
Source0:	ftp://sunsite.unc.edu/pub/Linux/system/network/serial/dip337o-uri.tar.bz2
Patch0:		dip-3.3.7o-misc.patch
Patch1:		dip-3.3.7o-suffix.patch
Patch2:		dip-3.3.7o-fsstnd.patch
Patch3:		dip-3.3.7o-glibc.patch
Patch4:		dip-3.3.7o-sparc.patch
Patch5:		dip-3.3.7o-andor.patch
Patch6:		dip-arm.patch
Patch7:		dip-gcc295.patch
Patch8:		dip-3.3.7o-include.patch
# From Yellow Dog Linux 1.2
Patch9:		dip-3.3.7o-ppc.patch
Patch10:	dip-3.3.7o-gcc-3.3.patch
Patch11:	dip-3.3.7o-amd64.patch
Patch12:	dip-3.3.7o-gcc3.4-fix.patch
BuildRequires:	gccmakedep
Requires:	setup >= 2.7.16

%description
Dip is a modem dialer.  Dip handles the connections needed for dialup IP links
like SLIP or PPP.  Dip can handle both incoming and outgoing connections, using
password security for incoming connections.  Dip is useful for setting up PPP
and SLIP connections, but isn't required for either. Netcfg uses dip for
setting up SLIP connections.

Install dip if you need a utility which will handle dialup IP connections.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch4 -p0
%patch5 -p1 -b .andor
%patch3 -p1 -b .glibc
%patch6 -p1 -b .arm
%patch7 -p1 -b .gcc295
%patch8 -p0 -b .include
%patch9 -p1 -b .ppc
%patch10 -p1 -b .gcc3.3
%patch11 -p1 -b .amd64
%patch12 -p1 -b .gcc34

%build
#build fails with ld-gold
mkdir ld 
ln -s `which ld.bfd` ld/ld 
export PATH=`pwd`/ld:$PATH 

make depend
cd skey; make clean; make linux; cd -
%make RPM_OPT_FLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_mandir}/man8

install -c -s dip %{buildroot}%{_sbindir}
ln -sf dip %{buildroot}%{_sbindir}/diplogini
install -c -m 0444 dip.8 %{buildroot}%{_mandir}/man8
ln -sf dip.8%{_extension} %{buildroot}%{_mandir}/man8/diplogin.8%{_extension}

%files
%attr(0755,root,dialout) %{_sbindir}/dip
%{_sbindir}/diplogini
%{_mandir}/man8/dip.8*
%{_mandir}/man8/diplogin.8*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3.7o-38
+ Revision: 4de1b94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16173 |14mr|dirac-1.0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name dirac
%define version 1.0.2
%define release 7
%define major 0
%define libname %mklibname %name %major
%define develname %mklibname -d %name
%define staticname %mklibname -s -d %name

Summary: Video Codec based on Wavelets
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://prdownloads.sourceforge.net/%name/%{name}-%{version}.tar.gz
Patch: dirac-0.7.0-werror.patch
Patch1: dirac-1.0.2-backports.patch
License: MPLv1.1
Group: Video
Url: http://sf.net/projects/dirac
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: doxygen
BuildRequires: tetex-dvipdfm tetex-latex
BuildRequires: libcppunit-devel

%description
Dirac is an open source video codec. It uses a traditional hybrid
video codec architecture, but with the wavelet transform instead of
the usual block transforms.  Motion compensation uses overlapped
blocks to reduce block artefacts that would upset the transform coding
stage.

Dirac can code just about any size of video, from streaming up to HD
and beyond, although certain presets are defined for different
applications and standards.  These cover the parameters that need to
be set for the encoder to work, such as block sizes and temporal
prediction structures, which must otherwise be set by hand.

%package -n %libname
Group: System/Libraries
Summary: Shared library of the Dirac Video codec
Obsoletes: %{_lib}dirac0.1 < 1.0.2-4

%description -n %libname
Dirac is an open source video codec. It uses a traditional hybrid
video codec architecture, but with the wavelet transform instead of
the usual block transforms.  Motion compensation uses overlapped
blocks to reduce block artefacts that would upset the transform coding
stage.

Dirac can code just about any size of video, from streaming up to HD
and beyond, although certain presets are defined for different
applications and standards.  These cover the parameters that need to
be set for the encoder to work, such as block sizes and temporal
prediction structures, which must otherwise be set by hand.

%package -n %develname
Group: Development/C++
Summary: Development files of the Dirac Video codec
Requires: %libname = %version
Provides: lib%name-devel = %version-%release
Provides: %name-devel = %version-%release
Obsoletes: %name-devel %mklibname -d %name 0.1

%description -n %develname
Dirac is an open source video codec. It uses a traditional hybrid
video codec architecture, but with the wavelet transform instead of
the usual block transforms.  Motion compensation uses overlapped
blocks to reduce block artefacts that would upset the transform coding
stage.

Dirac can code just about any size of video, from streaming up to HD
and beyond, although certain presets are defined for different
applications and standards.  These cover the parameters that need to
be set for the encoder to work, such as block sizes and temporal
prediction structures, which must otherwise be set by hand.

%package -n %staticname
Group: Development/C++
Summary: Static libraries of the Dirac Video codec
Requires: %develname = %version
Provides: lib%name-static-devel = %version-%release

%description -n %staticname
Dirac is an open source video codec. It uses a traditional hybrid
video codec architecture, but with the wavelet transform instead of
the usual block transforms.  Motion compensation uses overlapped
blocks to reduce block artefacts that would upset the transform coding
stage.

Dirac can code just about any size of video, from streaming up to HD
and beyond, although certain presets are defined for different
applications and standards.  These cover the parameters that need to
be set for the encoder to work, such as block sizes and temporal
prediction structures, which must otherwise be set by hand.

%package utils
Group: Video
Summary: Example encoder and decoder for the Dirac video codec

%description utils
Dirac is an open source video codec. It uses a traditional hybrid
video codec architecture, but with the wavelet transform instead of
the usual block transforms.  Motion compensation uses overlapped
blocks to reduce block artefacts that would upset the transform coding
stage.

Dirac can code just about any size of video, from streaming up to HD
and beyond, although certain presets are defined for different
applications and standards.  These cover the parameters that need to
be set for the encoder to work, such as block sizes and temporal
prediction structures, which must otherwise be set by hand.


%prep
%setup -q
%patch -p1
%patch1 -p0

%build
./bootstrap
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT installed-docs
%makeinstall_std
mv %buildroot%_datadir/doc installed-docs
#gw don't package unit tests
rm -fv %buildroot%_bindir/dirac_unittest

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%files utils
%defattr(-,root,root)
%doc README TODO AUTHORS
%_bindir/dirac*
%_bindir/BMPtoRGB
%_bindir/RGB*
%_bindir/UYVYtoRGB
%_bindir/UYVYtoYUV422
%_bindir/YUV*
%_bindir/create_dirac_testfile.pl

%files -n %libname
%defattr(-,root,root)
%_libdir/libdirac*.so.0*

%files -n %develname
%defattr(-,root,root)
%_includedir/%{name}
%_libdir/libdirac*.so
%doc installed-docs/*
%_libdir/pkgconfig/dirac.pc

%files -n %staticname
%defattr(-,root,root)
%attr(644,root,root)%_libdir/libdirac*.*a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-7
+ Revision: 064358d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16174 |14mr|directfb-1.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname DirectFB
%define api 1.6
%define major 0
%define libdirect %mklibname direct %{api} %{major}
%define libdirectfb %mklibname directfb %{api} %{major}
%define libfusion %mklibname fusion %{api} %{major}
%define devname %mklibname %{name} -d

# Multiple applications support
# Requires fusion kernel module
%bcond_with multi

Summary:	Hardware graphics acceleration library
Name:		directfb
Version:	1.6.3
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.directfb.org/
Source0:	http://directfb.org/downloads/Core/%{oname}-1.6/%{oname}-%{version}.tar.gz
# from Debian
Patch0:		03_link_static_sysfs.patch
Patch1:		DirectFB-1.6.1-link-static-ar.patch
# Explicitly link with -lm. Was failing only on x86_64, but not on i586,
# apparently because -O3 was generating code to bypass libm on i586.
Patch3:		DirectFB-1.2.7-sincos-x86_64.patch
# remove common linkage of x11 system and x11 input driver
# it makes directfb segfault
# (this is a workaround, not a proper upstreamable fix)
Patch4:		DirectFB-1.4.2-x11-linkage.patch
# from Debian #401296, 93_fix_unicode_key_handling.patch
Patch6:		DirectFB-1.4.2-unicode.patch
Patch7:		DirectFB-1.6.1-svg-includedir.patch
Patch8:		DirectFB-1.6.1-zlib.patch
Patch9:		DirectFB-1.5.3-add-missing-davinci-files.patch

BuildRequires:	bzip2-devel
BuildRequires:	jpeg-devel
BuildRequires:	sysfsutils-devel
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gbm)
BuildRequires:	pkgconfig(glesv2)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libsvg-cairo)
BuildRequires:	pkgconfig(libvncserver)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(zlib)
%if %{with multi}
BuildRequires:	fusion-devel >= 3.0
%endif
Conflicts:	%{_lib}directfb1.6_0 < 1.6.3
Conflicts:	%{_lib}directfb-devel < 1.6.3

%description
DirectFB hardware graphics acceleration utilities and interfaces.

%files
%{_bindir}/dfbdump
%{_bindir}/dfbdumpinput
%{_bindir}/dfbfx
%{_bindir}/dfbg
%{_bindir}/dfbinfo
%{_bindir}/dfbinput
%{_bindir}/dfbinspector
%{_bindir}/dfblayer
%{_bindir}/dfbmaster
%{_bindir}/dfbpenmount
%{_bindir}/dfbscreen
%{_bindir}/directfb-config
%{_bindir}/directfb-csource
%{_bindir}/mkdfiff
%{_bindir}/mkdgiff
%{_bindir}/mkdgifft
%{_bindir}/pxa3xx_dump
%{_datadir}/directfb-%{version}/
%{_libdir}/directfb-%{api}-%{major}/
%{_mandir}/man1/directfb-csource.1*
%{_mandir}/man1/dfbg.1*
%{_mandir}/man5/directfbrc.5*

#----------------------------------------------------------------------------

%package -n %{libdirect}
Summary:	The direct library, a part of DirectFB
Group:		System/Libraries
Conflicts:	%{_lib}directfb1.6_0 < 1.6.3

%description -n %{libdirect}
The direct library, a part of DirectFB.

%files -n %{libdirect}
%{_libdir}/libdirect-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libdirectfb}
Summary:	Shared library part of %{oname}
Group:		System/Libraries
# We use >= instead of = to avoid build issues when library major changes
Requires:	%{name} >= %{EVRD}

%description -n %{libdirectfb}
DirectFB hardware graphics acceleration main library.

%files -n %{libdirectfb}
%{_libdir}/libdirectfb-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libfusion}
Summary:	The fusion library, a part of DirectFB
Group:		System/Libraries
Conflicts:	%{_lib}directfb1.6_0 < 1.6.3

%description -n %{libfusion}
The fusion library, a part of DirectFB.

%files -n %{libfusion}
%{_libdir}/libfusion-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for compiling DirectFB applications
Group:		Development/C
Requires:	%{libdirect} = %{EVRD}
Requires:	%{libdirectfb} = %{EVRD}
Requires:	%{libfusion} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
DirectFB header files for building applications based on %{oname}.

%files -n %{devname}
%{multiarch_bindir}/directfb-config
%{_includedir}/directfb
%{_includedir}/directfb-internal
%{_libdir}/pkgconfig/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%package doc
Summary:	DirectFB - documentation
Group:		Documentation

%description doc
DirectFB documentation and examples.

%files doc
%doc docs/html/*
%doc README* AUTHORS NEWS TODO

#----------------------------------------------------------------------------

%prep
%setup  -q -n %{oname}-%{version}
%patch0 -p1 -b .sysfs
%patch1 -p1 -b .link-static-ar
%patch3 -p1
%patch4 -p1 -b .x11-linkage
%patch6 -p1 -b .unicode
%patch7 -p0 -b .svgdir
%patch8 -p1 -b .zlib
%patch9 -p1 -b .davinci

# Needed for Qt 5 as of Qt 5.0.1:
sed -i -e '/define __typeof/d' lib/direct/os/linux/glibc/types.h
find . -name "*.h" |xargs sed -i -e 's,__typeof__,typeof,g'

autoreconf -if

%build
%configure2_5x \
	--disable-maintainer-mode \
	--enable-shared \
	--disable-static \
	--disable-fast-install \
	--disable-debug \
	--enable-zlib \
%ifarch %{ix86}
	--disable-mmx \
	--disable-sse \
%endif
%if %{with multi}
	--enable-multi
%else
	--disable-multi
%endif

%make LIBS="-lbz2 -ldl -pthread -lpthread -lrt"

%install
%makeinstall_std

# multiarch policy
%multiarch_binaries %{buildroot}%{_bindir}/directfb-config


%changelog
* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.3-1
+ Revision: cc550d7
- New version 1.6.3, split library package, package utilities and interfaces into directfb package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16175 |14mr|dirmngr-1.1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with doc

Summary:	Client for Managing/Downloading CRLs
Name:		dirmngr
Version:	1.1.0
Release:	10
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.gnupg.org/
Source0:	ftp://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.bz2
Source1:	%{SOURCE0}.sig

BuildRequires:	libassuan-devel >= 0.9.3
BuildRequires:	libksba-devel >= 0.9.11
BuildRequires:	openldap-devel
BuildRequires:	pth-devel
BuildRequires:	pkgconfig(gpg-error)
BuildRequires:	pkgconfig(libgcrypt)

%if %{with doc}
BuildRequires:	texinfo
BuildRequires:  texlive-latex
BuildRequires:  texlive-epsf
%endif

%description
Dirmngr is a client for managing and downloading certificate revocation
lists (CRLs) for X509 certificates and for downloading the certificates
themselves. Dirmngr is usually invoked by gpgsm and in general not used
directly.

%prep
%setup -q

%build
export LDFLAGS="-llber"
%configure2_5x --localstatedir=%{_var}
%make

%if %{with doc}
make -C doc pdf
%endif

%check
make check

%install
mkdir -p %{buildroot}%{_sysconfdir}/dirmngr
mkdir -p %{buildroot}%{_sysconfdir}/dirmngr/trusted-certs
mkdir -p %{buildroot}%{_var}/run/dirmngr
mkdir -p %{buildroot}%{_var}/cache/dirmngr/crls.d
mkdir -p %{buildroot}%{_var}/lib/dirmngr/extra-certs

%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README* ChangeLog NEWS
%if %{with doc}
%doc doc/dirmngr.pdf
%endif
%dir %{_sysconfdir}/dirmngr
%dir %{_sysconfdir}/dirmngr/trusted-certs
%{_bindir}/*
%{_infodir}/*.info*
%{_libexecdir}/dirmngr_ldap
%{_mandir}/man1/dirmngr-client.*
%{_mandir}/man1/dirmngr.*
%{_var}/run/dirmngr
%{_var}/cache/dirmngr
%{_var}/lib/dirmngr


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-10
+ Revision: e704c0c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16176 |14mr|distcache-1.5.1-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	Programs to provide a distributed session caching architecture
Name:		distcache
Version:	1.5.1
Release:	23
License:	LGPL
Group:		System/Servers
URL:		http://www.distcache.org/
Source0:	http://prdownloads.sourceforge.net/distcache/%{name}-%{version}.tar.bz2
Source1:	dc_server.init
Source2:	dc_client.init
Patch0:		distcache-limits.diff
Patch1:		distcache-libdeps.diff
Patch2:		distcache-1.5.1-autopoo_fixes.diff
Patch3:		distcache-1.5.1-cvs_fixes.diff
BuildRequires:	pkgconfig(openssl)
BuildRequires:	chrpath
BuildRequires:	autoconf automake libtool

%description
This package provides tools from the distcache project to deploy a distributed
session caching environment. This is most notably useful for SSL/TLS session
caching with supported OpenSSL-based applications. The caching protocol and API
is independent of SSL/TLS specifics and could be useful in other (non-SSL/TLS)
circumstances.

%package	server
Summary:	Distributed session cache server
Group:		System/Servers
Requires(post): rpm-helper
Requires(preun): rpm-helper

%description	server
dc_server runs a cache server and starts listening on a configurable network
address for connections. Incoming connections are expected to communicate using
the distcache protocol, and would typically be instances of dc_client running
on other machines.

%package	client
Summary:	Distributed session cache client proxy
Group:		System/Servers
Requires(post): rpm-helper
Requires(preun): rpm-helper

%description	client
dc_client runs a client proxy to provide access to a remote cache server
(typically over TCP/IPv4) by providing a local service (typically over unix
domain sockets). It starts listening on a configurable network address for
connections and establishes a persistent connection to an instance of dc_server
for proxying cache operations to. Incoming connections are expected to
communicate using the distcache protocol, and would typically be applications
using one of the distcache APIs in libdistcache to encapsulate these
communications.

The common use of dc_client is to run as a local agent on each host machine
that requires use of the distributed cache, as the listening address should
probably use unix domain sockets which are better suited to frequent (and
temporary) connections being used for individual cache operations. Likewise,
the connection dc_client makes to the cache server (dc_server) for proxying
cache operations is typically over a genuine network to remote machine, using
TCP/IPv4.

%package -n	%{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n	%{libname}
This package provides tools from the distcache project to deploy a distributed
session caching environment. This is most notably useful for SSL/TLS session
caching with supported OpenSSL-based applications. The caching protocol and API
is independent of SSL/TLS specifics and could be useful in other (non-SSL/TLS)
circumstances.

%package -n	%{develname}
Summary:	Libraries and header files for building distcache-compatible software
Group:		Development/C
Requires:	%{libname} >= %{version}
Provides:	%{libname}-devel = %{version}
Provides:	%{name}-devel = %{version}

%description -n	%{develname}
This package includes the libraries and header files from the distcache project
that are required to compile
distcache-compatible software.

%package	utils
Summary:	Utilities for testing and benchmarking %{name} SSL/TLS servers
Group:		System/Servers
Requires:	%{libname} = %{version}-%{release}

%description	utils
 o dc_snoop - Distributed session cache traffic analysis.
 o dc_test - Distributed session cache testing and benchmarking tool.
 o nal_test - benchmarking and self-testing libnal program.
 o piper - Test file-descriptor based addresses.
 o sslswamp - SSL/TLS load-tester based on OpenSSL.

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1

cp %{SOURCE1} dc_server.init
cp %{SOURCE2} dc_client.init

%build
%serverbuild

export WANT_AUTOCONF_2_5=1

# bootstrap it (bootstrap.sh won't cut it...)
libtoolize --copy --force; aclocal; autoheader; autoconf; automake --foreign --add-missing

pushd ssl
    libtoolize --copy --force; aclocal; autoheader; autoconf; automake --foreign --add-missing
popd

export CFLAGS="$CFLAGS -fPIC"

%configure2_5x \
    --enable-shared \
    --disable-static \
    --enable-ssl \
    --enable-swamp \
    --with-ssl=%{_prefix}
%make

%install
rm -rf %{buildroot}

%makeinstall

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}

install -m755 dc_server.init %{buildroot}%{_initrddir}/dc_server
install -m755 dc_client.init %{buildroot}%{_initrddir}/dc_client

mv %{buildroot}%{_bindir}/dc* %{buildroot}%{_sbindir}/
mv %{buildroot}%{_bindir}/nal* %{buildroot}%{_sbindir}/

# delete rpath
chrpath -d %{buildroot}%{_bindir}/sslswamp

%post server
%_post_service dc_server

%preun server
%_preun_service dc_server

%post client
%_post_service dc_client

%preun client
%_preun_service dc_client

%files server
%doc ANNOUNCE BUGS CHANGES FAQ README
%attr(0755,root,root) %{_initrddir}/dc_server
%attr(0755,root,root) %{_sbindir}/dc_server
%{_mandir}/man1/dc_server.1*
%{_mandir}/man8/distcache.8*

%files client
%doc ANNOUNCE BUGS CHANGES FAQ README
%attr(0755,root,root) %{_initrddir}/dc_client
%attr(0755,root,root) %{_sbindir}/dc_client
%{_mandir}/man1/dc_client.1*

%files utils
%attr(0755,root,root) %{_bindir}/piper
%attr(0755,root,root) %{_bindir}/sslswamp
%attr(0755,root,root) %{_sbindir}/dc_snoop
%attr(0755,root,root) %{_sbindir}/*_test
%attr(0755,root,root) %{_sbindir}/nal_echo
%attr(0755,root,root) %{_sbindir}/nal_ping
%attr(0755,root,root) %{_sbindir}/nal_hose
%attr(0755,root,root) %{_sbindir}/nal_pong
%attr(0755,root,root) %{_sbindir}/nal_proxy
%{_datadir}/swamp
%{_mandir}/man1/sslswamp.1*
%{_mandir}/man1/dc_snoop.1*
%{_mandir}/man1/dc_test.1*

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_includedir}/libnal
%{_includedir}/distcache
%{_libdir}/*.so
%{_mandir}/man2/*.2*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.1-23
+ Revision: 5fa4b9d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16177 |14mr|djvulibre-3.5.25.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	21
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname %{name} -d

Summary:	DjVu encoders and utilities
Name:		djvulibre
Version:	3.5.25.3
Release:	2
License:	GPLv2+
Group:		Publishing
Url:		http://djvu.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/djvu/DjVuLibre/3.5.25/%{name}-%{version}.tar.gz
#Patch1:		djvulibre-3.5.2-fix-link.patch
Patch2:		djvulibre-3.5.22-cdefs.patch

BuildRequires:	gnome-mime-data
BuildRequires:	imagemagick
BuildRequires:	xdg-utils
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(xt)

%description
DjVu is a web-centric format and software platform for distributing 
documents and images.  DjVu content downloads faster, displays and 
renders faster, looks nicer on a screen, and consume less client 
resources than competing formats. DjVu was originally developed at AT&T 
Labs-Research by Leon Bottou, Yann LeCun, Patrick Haffner, and many 
others.  In March 2000, AT&T sold DjVu to LizardTech Inc. who now 
distributes Windows/Mac plug-ins, and commercial encoders (mostly on 
Windows)

In an effort to promote DjVu as a Web standard, the LizardTech 
management was enlightened enough to release the reference 
implementation of DjVu under the GNU GPL in October 2000.  DjVuLibre 
(which means free DjVu), is an enhanced version of that code maintained 
by the original inventors of DjVu. It is compatible with version 3.5 of 
the LizardTech DjVu software suite.

DjVulibre-3.5 contains:
- A full-fledged wavelet-based compressor for pictures. 
- A simple compressor for bitonal (black and white) scanned pages. 
- A compressor for palettized images (a la GIF/PNG). 
- A set of utilities to manipulate and assemble DjVu images and documents. 
- A set of decoders to convert DjVu to a number of other formats. 
- An up-to-date version of the C++ DjVu Reference Library.

%package -n %{libname}
Summary:	DjVulibre library
Group:		System/Libraries

%description -n %{libname}
Djvulibre shared libraries.

%package -n %{devname}
Summary:	DjVulibre development files
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
DjVulibre development files.

%prep
%setup -qn %{name}-3.5.25
%apply_patches

%build
%configure2_5x \
	--prefix=%{_prefix} \
	--enable-xmltools \
	--enable-threads \
	--enable-debug \
	--enable-i18n \
	--enable-desktopfiles \
	--with-tiff \
	--disable-static

%make depend
%make

%install
%makeinstall_std
# Quick fix to stop ldconfig from complaining
find %{buildroot}%{_libdir} -name "*.so*" -exec chmod 755 {} \;
# Quick cleanup of the docs
rm -rf doc/CVS 2>/dev/null || :
rm -rf doc/minilisp/.cvsignore 2 > /dev/null || :

#gw don't rely on xdg-utils but install them manually
mkdir -p %{buildroot}%{_iconsdir}/hicolor/32x32/mimetypes
mv %{buildroot}%{_datadir}/djvu/osi/desktop/hi32-djvu.png %{buildroot}%{_iconsdir}/hicolor/32x32/mimetypes/image-vnd.djvu.mime.png
mkdir -p %{buildroot}%{_iconsdir}/hicolor/22x22/mimetypes
mv %{buildroot}%{_datadir}/djvu/osi/desktop/hi22-djvu.png %{buildroot}%{_iconsdir}/hicolor/22x22/mimetypes/image-vnd.djvu.mime.png
mkdir -p %{buildroot}%{_iconsdir}/hicolor/48x48/mimetypes
mv %{buildroot}%{_datadir}/djvu/osi/desktop/hi48-djvu.png %{buildroot}%{_iconsdir}/hicolor/48x48/mimetypes/image-vnd.djvu.mime.png
mkdir -p %{buildroot}%{_datadir}/mime/packages
mv %{buildroot}%{_datadir}/djvu/osi/desktop/djvulibre-mime.xml %{buildroot}%{_datadir}/mime/packages

%files
%doc README COPYRIGHT COPYING INSTALL NEWS doc
%{_bindir}/any2djvu
%{_bindir}/bzz
%{_bindir}/c44
%{_bindir}/cjb2
%{_bindir}/cpaldjvu
%{_bindir}/csepdjvu
%{_bindir}/ddjvu
%{_bindir}/djvm
%{_bindir}/djvmcvt
%{_bindir}/djvudigital
%{_bindir}/djvudump
%{_bindir}/djvuextract
%{_bindir}/djvumake
%{_bindir}/djvups
%{_bindir}/djvused
%{_bindir}/djvuserve
%{_bindir}/djvutoxml
%{_bindir}/djvutxt
%{_bindir}/djvuxmlparser
%{_datadir}/djvu
%{_mandir}/man1/any2djvu.1*
%{_mandir}/man1/bzz.1*
%{_mandir}/man1/c44.1*
%{_mandir}/man1/cjb2.1*
%{_mandir}/man1/cpaldjvu.1*
%{_mandir}/man1/csepdjvu.1*
%{_mandir}/man1/ddjvu.1*
%{_mandir}/man1/djvm.1*
%{_mandir}/man1/djvmcvt.1*
%{_mandir}/man1/djvu.1*
%{_mandir}/man1/djvudigital.1*
%{_mandir}/man1/djvudump.1*
%{_mandir}/man1/djvuextract.1*
%{_mandir}/man1/djvumake.1*
%{_mandir}/man1/djvups.1*
%{_mandir}/man1/djvused.1*
%{_mandir}/man1/djvuserve.1*
%{_mandir}/man1/djvutoxml.1*
%{_mandir}/man1/djvutxt.1*
%{_mandir}/man1/djvuxml.1*
%{_mandir}/man1/djvuxmlparser.1*
%{_datadir}/mime/packages/*.xml
%{_iconsdir}/hicolor/22x22/mimetypes/*
%{_iconsdir}/hicolor/32x32/mimetypes/*
%{_iconsdir}/hicolor/48x48/mimetypes/*

%files -n %{libname}
%{_libdir}/libdjvulibre.so.%{major}*

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/libdjvu
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5.25.3-2
+ Revision: e3f9513
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16178 |14mr|dkms-2.0.19-32
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Dynamic Kernel Module Support Framework
Name: 		dkms
Version: 	2.0.19
URL:		http://linux.dell.com/dkms
%define subrel 3
Release: 	32
License: 	GPL
Group:  	System/Base
BuildArch: 	noarch
Suggests:	kernel-devel
Requires:	%{name}-minimal = %{version}-%{release}
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Requires:	patch
Requires:	sed
Requires:       gawk
Source:		http://linux.dell.com/dkms/%{name}-%{version}.tar.gz
Source1:	template-dkms-mkrpm.spec.src
Source2:	dkms.depmod.conf
Source3:	autoload.awk
Source4:	%{name}.service
Patch1:		dkms-2.0.19-norpm.patch
Patch2:		dkms-2.0.17.5-mdkize.patch
Patch3:		dkms-fix-kernel-make-prepare.patch
Patch4:		dkms-2.0.17.6-compressed-module.patch
Patch5:		dkms-2.0.19-weak_module_name.patch
Patch7:		dkms-2.0.19-procconfig.patch
Patch8:		dkms-2.0.19-mdkrpm-split-ver-rel.patch
Patch9:		dkms-2.0.19-bash-completion-update.patch
Patch10:	dkms-2.0.19-binary_only.patch
Patch11:	dkms-2.0.17.5-min-max-kernel.patch
Patch12:	dkms-2.0.17.6-test-dkms.conf-existence.patch
Patch13:	dkms-2.0.17.6-status_default.patch
#Patch14:	dkms-2.0.17.6-stdout.patch
Patch15:	dkms-2.0.19-no_custom_rpm_provides.patch
Patch16:	dkms-2.0.19-binary.patch
Patch17:	dkms-2.0.19-autoalias.patch
Patch18:	dkms-2.0.19-mkrpm_status.patch
Patch19:	dkms-2.0.19-skip-unused-check.patch
Patch20:	dkms-2.0.19-uninstall-speedup.patch
Patch21:	dkms-2.0.19-init-mdv-interactive.patch
Patch22:	dkms-symvers.patch
Patch23:	dkms-2.0.19-autoload_instead_of_udevadm.patch
Patch24:	dkms-generic-preparation-for-2.6.39-and-higher
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root/

%define _dkmsdir %{_localstatedir}/lib/%{name}
%define _dkmsbinarydir %{_localstatedir}/lib/%{name}-binary

%description
This package contains the framework for the Dynamic
Kernel Module Support (DKMS) method for installing
module RPMS as originally developed by the Dell
Computer Corporation.

This package is intended for building binary kernel
modules with dkms source packages installed

%package minimal
Summary: 	Dynamic Kernel Module Support Framework - minimal package
License: 	GPL
Group: 		System/Base
Requires:	lsb-release
Requires(preun):	rpm-helper
Requires(post):	rpm-helper

%description minimal
This package contains the framework for the Dynamic
Kernel Module Support (DKMS) method for installing
module RPMS as originally developed by the Dell
Computer Corporation.

This package is intended for installing binary module RPMS
as created by dkms.

%prep
%setup -q
%patch1 -p1 -b .norpm
%patch2 -p1 -b .mdkize
%patch3 -p1 -b .fix-kernel-make-prepare
%patch4 -p1 -b .compressed-module
%patch5 -p1 -b .weak_module_name
%patch7 -p1 -b .procconfig
%patch8 -p1 -b .mdkrpm-split-ver-rel
%patch9 -p1 -b .bash-completion-update
%patch10 -p1 -b .binary_only
%patch11 -p1 -b .min-max-kernel
%patch12 -p1 -b .test-dkmsconf
%patch13 -p1 -b .status_default
#%patch14 -p1 -b .stdout
%patch15 -p1 -b .no_custom_rpm_provides
%patch16 -p1 -b .binary
%patch17 -p0 -b .autoalias
%patch18 -p1 -b .mkrpm
%patch19 -p1 -b .versionsanity
%patch20 -p1 -b .uninst-speedup
%patch21 -p1 -b .mdv-interactive
%patch22 -p1 -b .symvers
%patch23 -p1 -b .autoload_instead_of_udevadm
%patch24 -p1 -b .generic-prepare

sed -i -e 's,/var/%{name},%{_dkmsdir},g;s,init.d/dkms_autoinstaller,init.d/%{name},g' \
  dkms_autoinstaller \
  dkms_framework.conf \
  kernel_*.d_dkms \
  %{name}.8 \
  dkms

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_mandir}/man8
%makeinstall_std INITD=%{buildroot}%{_initrddir}
install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/template-dkms-mkrpm.spec
install -m 755 dkms_mkkerneldoth %{buildroot}/%{_sbindir}/dkms_mkkerneldoth
install -m 755 %{SOURCE3} %{buildroot}/%{_sbindir}/dkms_autoload
mv %{buildroot}%{_initrddir}/dkms_autoinstaller %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_dkmsbinarydir}
mkdir -p %{buildroot}%{_sysconfdir}/depmod.d
install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/depmod.d/%{name}.conf

# Systemd unit files
mkdir -p %{buildroot}%{_unitdir}
install -p -m 644 -D %{SOURCE4} %{buildroot}%{_unitdir}/%{name}.service

%triggerpostun -- dkms < 2.0.19-11
rm -f /etc/rc.d/*/{K,S}??dkms

%trigger -- dkms < 2.0.19-31
#(akdengi) manually enable dkms becouse they not present on preset file
/bin/systemctl enable dkms.service

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun %{name}.service

%files
%defattr(-,root,root)
%doc %attr (-,root,root) sample.spec sample.conf AUTHORS COPYING template-dkms-mkrpm.spec 
%{_sbindir}/dkms_autoinstaller

%files minimal
%defattr(-,root,root)
%{_sbindir}/dkms
%{_dkmsdir}
%dir %{_dkmsbinarydir}
%{_sbindir}/dkms_mkkerneldoth
%{_sbindir}/dkms_autoload
%{_mandir}/man8/dkms.8*
%config(noreplace) %{_sysconfdir}/dkms
# these dirs are for plugins - owned by other packages
%{_sysconfdir}/kernel/postinst.d/%{name}
%{_sysconfdir}/kernel/prerm.d/%{name}
%{_sysconfdir}/bash_completion.d/%{name}
%{_sysconfdir}/depmod.d/%{name}.conf
%{_unitdir}/%{name}.service






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.19-32
+ Revision: a50bb7e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16179 |14mr|dkms-bbswitch-0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bbswitch

Name:		dkms-bbswitch
Summary:	bbswitch - Optimus GPU power switcher
Version:	0.8
Release:	1
Source0:	%{oname}-%{version}.tar.gz
URL:		https://github.com/Bumblebee-Project/bbswitch
Group:		System/Kernel and hardware
License:	GPLv3
BuildArch:	noarch
Requires:   dkms

%description
bbswitch is a kernel module which automatically detects
the required ACPI calls for two kinds of Optimus laptops. 
It has been verified to work with "real" Optimus and 
"legacy" Optimus laptops (at least, that is how I call them).

%prep
%setup -qn %{oname}-%{version}
sed -i 's/#MODULE_VERSION#/%{version}-%{release}/g' dkms/dkms.conf

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_usrsrc}/%{oname}-%{version}-%{release}
cp *.c %{buildroot}%{_usrsrc}/%{oname}-%{version}-%{release}
cp Makefile %{buildroot}%{_usrsrc}/%{oname}-%{version}-%{release}
cp dkms/dkms.conf %{buildroot}%{_usrsrc}/%{oname}-%{version}-%{release}/dkms.conf

%post
dkms add -m %{oname} -v %{version}-%{release} --rpm_safe_upgrade &&
dkms build -m %{oname} -v %{version}-%{release} --rpm_safe_upgrade &&
dkms install -m %{oname} -v %{version}-%{release} --rpm_safe_upgrade --force
true
/sbin/modprobe %{oname} || true

%preun
dkms remove --binary -m %{oname} -v %{version}-%{release} --rpm_safe_upgrade --all
true
/sbin/rmmod %{oname} || true

%files
%{_usrsrc}/%{oname}-%{version}-%{release}/*

%changelog
* Tue Jul 15 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.8-1
+ Revision: f56ec6d
- Update to 0.8; fix pre-uninstall
- Pre-uninstall: rmmod can fail (e.g. if the module is not loaded), so
- the package will fail to uninstall properly. RPM DB does not like this
- too.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16180 |14mr|dmapi-2.2.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_name_orig	libdm
%define lib_major	0
%define lib_name	%mklibname dm %{lib_major}
%define devel_name      %mklibname -d dm 

Summary:	Data Management API runtime environment
Name:		dmapi
Version:	2.2.12
Release:	2
License:	LGPLv2 and GPLv2
Group:		System/Kernel and hardware
URL:		http://oss.sgi.com/projects/xfs/
Source0:	ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
BuildRequires:	xfsprogs-devel
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	libtool

%description
Files required by system software using the Data Management API
(DMAPI).  This is used to implement the interface defined in the
X/Open document:  Systems Management: Data Storage Managment
(XDSM) API dated February 1997.  This interface is implemented
by the libdm library.

%package -n	%{lib_name}
Summary:	Main library for %{lib_name_orig}
Group:		System/Libraries
Provides:	%{lib_name_orig} = %{version}-%{release}

%description -n	%{lib_name}
This package contains the library needed to run programs dynamically
linked with %{lib_name_orig}.

%package -n	%{devel_name}
Summary:	Data Management API static libraries and headers
Group:		Development/C
Requires:	%{lib_name} = %{version}
Provides:	%{lib_name_orig}-devel = %{version}-%{release}
Provides:	dm-devel = %{version}-%{release}
Provides:	libdm0-devel = %{version}-%{release}

%description -n	%{devel_name}
dmapi-devel contains the libraries and header files needed to
develop programs which make use of the Data Management API
(DMAPI).  If you install dmapi-devel, you'll also want to install
the dmapi (runtime) package and the xfsprogs-devel package.

%prep
%setup -q

%build
%configure2_5x --libdir=/%{_lib} --disable-static
%make

%install
make install DIST_ROOT=%{buildroot}/
make install-dev DIST_ROOT=%{buildroot}/

# (sb) installed but unpackaged files
rm -rf %{buildroot}%{_datadir}/doc/dmapi

rm -f %{buildroot}/%{_lib}/*.*a

chmod 0755 %{buildroot}/%{_lib}/libdm.so.*

%files -n %{lib_name}
/%{_lib}/*.so.*

%files -n %{devel_name}
%doc doc/PORTING doc/CHANGES.gz doc/COPYING README
/%{_lib}/*.so
%{_libdir}/*.so
%{_mandir}/man3/*
%{_includedir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.12-2
+ Revision: ee1a4ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16181 |14mr|dmidecode-2.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool for dumping a computer's DMI table contents
Name:		dmidecode
Version:	2.12
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.nongnu.org/dmidecode/
Source0:	http://download.savannah.gnu.org/releases/dmidecode/%{name}-%{version}.tar.bz2

%description
Dmidecode is a tool for dumping a computer's DMI (some say SMBIOS) table
contents in a human-readable format. This table contains a description of the
system's hardware components, as well as other useful pieces of information
such as serial numbers and BIOS revision. Part of its code can be found in
the Linux kernel, because DMI data may be used to enable or disable specific
portions of code depending on the hardware vendor. Thus, dmidecode is mainly
used to detect system "signatures" and add them to the kernel source code
when needed.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{?ldflags}" CC=%{__cc}

%install
%makeinstall_std prefix=%{_prefix} mandir=%{_mandir}
rm -rf %{buildroot}%{_defaultdocdir}/%{name}

%files
%doc README LICENSE AUTHORS CHANGELOG
%{_sbindir}/*
%{_mandir}/man8/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.12-2
+ Revision: 59a7fa8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16182 |14mr|dmraid-1.0.0-0.rc16.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name dmraid
%define version 1.0.0
%define extraver rc16
#define pre pre1
%define rel 8

# from lib/version.h
%define drmajor 1
%define drlibname %mklibname dmraid %drmajor
%define drdevname %mklibname dmraid -d

# we need the libs in /lib(64) as /usr might not be mounted
%define _libdir /%{_lib}
%define _usrlibdir /usr/%{_lib}

# yes this sucks, but it has to
%if %{?extraver:1}%{?!extraver:0}
%if %{?pre:1}%{?!pre:0}
%define release %manbo_mkrel 0.%{extraver}.0.%{pre}.%{rel}
%define extrasrc .%{extraver}-%{pre}
%else
%define release %manbo_mkrel 0.%{extraver}.%{rel}
%define extrasrc .%{extraver}
%endif
%endif

%define build_static 0
%{?_with_static: %{expand: %%global build_static 1}}
%{?_without_static: %{expand: %%global build_static 0}}

# Building of dmraid-event-logwatch (disabled by default)
%define build_logwatch 0
%{?_with_logwatch: %{expand: %%global build_logwatch 1}}
%{?_without_logwatch: %{expand: %%global build_logwatch 0}}

Summary: Device-mapper ATARAID tool
Name:	 %{name}
Version: %{version}
Release: %{release}
Source0: http://people.redhat.com/~heinzm/sw/dmraid/src/dmraid-%{version}%{extrasrc}.tar.bz2

# (bluca) since fedora/redhat rpm is the real upstream for dmraid
# patch numbers < 100 are reserved for patches synced from fedora/redhat
# patch numbers > 100 are for our distro specific patches
Patch0: dmraid-1.0.0.rc16-test_devices.patch
Patch1:	ddf1_lsi_persistent_name.patch
Patch2:	pdc_raid10_failure.patch
Patch3:	return_error_wo_disks.patch
Patch4: fix_sil_jbod.patch
Patch5:	avoid_register.patch
#we dont use this# Patch6: move_pattern_file_to_var.patch
Patch7:	libversion.patch
Patch8:	libversion-display.patch
Patch9: bz635995-data_corruption_during_activation_volume_marked_for_rebuild.patch
# Patch10: bz626417_8-faulty_message_after_unsuccessful_vol_registration.patch
Patch11: bz626417_19-enabling_registration_degraded_volume.patch
Patch12: bz626417_20-cleanup_some_compilation_warning.patch
Patch13: bz626417_21-add_option_that_postpones_any_metadata_updates.patch

Patch101:	lib-events-libdmraid-events-isw-strfmt.patch
Patch102:	fix-linking.patch
Patch103:	libdmraid-events-soname.patch
Patch104:	libdmraid-events-install.patch

License: GPLv2+
Group:   System/Kernel and hardware
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://people.redhat.com/~heinzm
Requires:	kpartx >= 0.4.8-16
Requires:	%{drlibname} = %{version}-%{release}
Requires:	dmraid-events = %{version}-%{release}
BuildRequires:	device-mapper-devel >= 1.02.02
BuildRequires:	device-mapper-event-devel >= 1.02.02
%if %{build_static}
BuildRequires: glibc-static-devel
%endif

%description
dmraid (Device-Mapper Raid tool) supports RAID device discovery, RAID
set activation, creation, removal, rebuild and display of properties for
ATARAID/DDF1 metadata.

dmraid uses libdevmapper and the device-mapper kernel runtime to create
devices with respective mappings for the ATARAID sets discovered.

The following ATARAID types are supported:

Adaptec HostRAID ASR
Highpoint HPT37X
Highpoint HPT45X
Intel Software RAID
JMicron JMB36x
LSI Logic MegaRAID
NVidia NForce
Promise FastTrack
Silicon Image Medley
SNIA DDF1
VIA Software RAID


%package -n %{drlibname}
Summary:  Libraries for dmraid
Group:    System/Libraries

%description -n %{drlibname}
Provides libraries for dmraid.


%package -n %{drdevname}
Summary:  Development libraries and headers for dmraid
Group:    System/Libraries

%description -n %{drdevname}
Provides a library interface for RAID device discovery, RAID set
activation and display of properties for ATARAID volumes.


%package events
Summary:  Dmraid event tool
Group:    System/Base
Requires: dmraid = %{version}-%{release}
Requires: device-mapper-event  >= 1.02.02

%description events
Provides a dmeventd DSO and the dmevent_tool to register devices with it
for device monitoring. All active RAID sets should be manually registered
with dmevent_tool.


%if %{build_logwatch}
%package events-logwatch
Summary:  Dmraid logwatch-based email reporting
Group:    System/Base
Requires: dmraid-events = %{version}-%{release}, logwatch, /etc/cron.d

%description events-logwatch
Provides device failure reporting via logwatch-based email reporting.
Device failure reporting has to be activated manually by activating the
/etc/cron.d/dmeventd-logwatch entry and by calling the dmevent_tool
(see manual page for examples) for any active RAID sets.
%endif


%prep
%setup -q -n %{name}/%{version}.%{extraver}
%patch0 -p1 -b .test_devices
%patch1 -p1 -b .ddf1_lsi_persistent_name
%patch2 -p1 -b .pdc_raid10_failure
%patch3 -p1 -b .return_error_wo_disks
%patch4 -p1 -b .fix_sil_jbod
%patch5 -p1 -b .avoid_register
%patch7 -p1 -b .libversion
%patch8 -p1 -b .libversion_display
%patch9 -p1 -b .bz635995
%patch11 -p1 -b .bz626417_19
%patch12 -p1 -b .bz626417_20
%patch13 -p1 -b .bz626417_21

%patch101 -p1 -b .libdmraid_events_isw_strfmt
%patch102 -p1 -b .linking
%patch103 -p1 -b .lib_events_soname
%patch104 -p1 -b .lib_events_install

%build
%define common_configure_parameters --with-user=`id -un` --with-group=`id -gn` --disable-libselinux --disable-libsepol --enable-led --enable-intel_led
%if %{build_static}
%configure2_5x  %{common_configure_parameters} --enable-static_link 
make
mv tools/dmraid tools/dmraid-static
make clean
%endif
%configure2_5x %{common_configure_parameters} --enable-shared_lib
make


%install
rm -rf %{buildroot}
%makeinstall -s sbindir=%{buildroot}/sbin
%if %{build_static}
install tools/dmraid-static %{buildroot}/sbin
mkdir -p %{buildroot}%{_usrlibdir}
mv %{buildroot}%{_libdir}/libdmraid.a %{buildroot}%{_usrlibdir}
%else
rm -f %{buildroot}%{_libdir}/libdmraid.a
%endif

# cannot move .so symlink to %{_usrlibdir}, there is some build
# macro that recreates it every time
#ln -s %{_libdir}/libdmraid.so.%{drmajor} %{buildroot}%{_usrlibdir}/libdmraid.so
#rm -f %{_libdir}/libdmraid.so

mkdir -p %{buildroot}/var/lock/dmraid

%if %{build_logwatch}
# Install logwatch config file and script for dmeventd
mkdir -p %{buildroot}/etc/cron.d
mkdir -p %{buildroot}/etc/logwatch/conf/services
mkdir -p %{buildroot}/etc/logwatch/scripts/services
install -m 644 logwatch/dmeventd.conf %{buildroot}/etc/logwatch/conf/services/dmeventd.conf
install -m 755 logwatch/dmeventd %{buildroot}/etc/logwatch/scripts/services/dmeventd
install -m 644 logwatch/dmeventd_cronjob.txt %{buildroot}/etc/cron.d/dmeventd-logwatch
install -m 0700 /dev/null %{buildroot}/etc/logwatch/scripts/services/dmeventd_syslogpattern.txt
%endif

chmod 755 %{buildroot}%{_libdir}/libdmraid-events-isw.so
chmod 755 %{buildroot}%{_libdir}/libdmraid.so.%{drmajor}*

%files
%defattr(-,root,root,755)
%doc CHANGELOG CREDITS KNOWN_BUGS README TODO doc/dmraid_design.txt
/sbin/dmraid
%if %{build_static}
/sbin/dmraid-static
%endif
%{_mandir}/man8/dmraid.8*
%dir /var/lock/dmraid

%files -n %{drlibname}
%defattr(-,root,root,755)
%attr (0555,root,root) %{_libdir}/libdmraid.so.%{drmajor}*

%files -n %{drdevname}
%defattr(644,root,root,755)
%dir %{_includedir}/dmraid
%{_includedir}/dmraid/*.h
%if %{build_static}
%{_usrlibdir}/libdmraid.a
%endif
%{_libdir}/libdmraid.so

%files events
%defattr(-,root,root,755)
/sbin/dmevent_tool
%attr (0555,root,root) %{_libdir}/libdmraid-events-isw.so
%{_mandir}/man8/dmevent_tool*

%if %{build_logwatch}
%files events-logwatch
%defattr(-,root,root,755)
%config(noreplace) /etc/logwatch/*
%config(noreplace) /etc/cron.d/dmeventd-logwatch
%ghost /etc/logwatch/scripts/services/dmeventd_syslogpattern.txt
%endif



%changelog
* Fri Sep 14 2012 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-0.rc16.8
+ Revision: fcc9419
- Fix permissions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16183 |14mr|dnsmasq-2.71-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#% define debug_package %{nil}
Summary:	A lightweight dhcp and caching nameserver
Name:		dnsmasq
Version:	2.71
Release:	2
License:	GPLv2 or GPLv3
Group:		System/Servers
Url:		http://www.thekelleys.org.uk/dnsmasq
Source0:	http://www.thekelleys.org.uk/dnsmasq/%{name}-%{version}.tar.xz
Source1:	dnsmasq.sysconfig
Source2:	dnsmasq.service
Source4:	README.update.urpmi

BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(libidn)
Requires:	%{name}-base = %{version}-%{release}
Requires(preun,post):	rpm-helper
Conflicts:	bind

%description
Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It
is designed to provide DNS and, optionally, DHCP, to a small network. It can
serve the names of local machines which are not in the global DNS. The DHCP
server integrates with the DNS server and allows machines with DHCP-allocated
addresses to appear in the DNS with names configured either in each host or
in a central configuration file. Dnsmasq supports static and dynamic DHCP
leases and BOOTP for network booting of diskless machines.

%package	base
Summary:	A lightweight dhcp and caching nameserver - base files without init scripts
Group:		Networking/Remote access

%description	base
Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It
is designed to provide DNS and, optionally, DHCP, to a small network. It can
serve the names of local machines which are not in the global DNS. The DHCP
server integrates with the DNS server and allows machines with DHCP-allocated
addresses to appear in the DNS with names configured either in each host or
in a central configuration file. Dnsmasq supports static and dynamic DHCP
leases and BOOTP for network booting of diskless machines.

This package contains the base files of the Dnsmasq server, without the init
scripts and global configuration files.

%prep
%setup -q

%build
#fedya
sed -i -r 's:lua5.[0-9]+:lua:' Makefile

#(tpg) enable dbus support
sed -i 's|/\* #define HAVE_DBUS \*/|#define HAVE_DBUS|g' src/config.h

# fedya
# use /var/lib/dnsmasq instead of /var/lib/misc
for file in dnsmasq.conf.example man/dnsmasq.8 man/es/dnsmasq.8 src/config.h; do
    sed -i 's|/var/lib/misc/dnsmasq.leases|/var/lib/dnsmasq/dnsmasq.leases|g' "$file"
done

#enable IDN support
sed -i 's|/\* #define HAVE_IDN \*/|#define HAVE_IDN|g' src/config.h

# RH bugzilla
#enable /etc/dnsmasq.d fix bz 526703
sed -i 's|#conf-dir=/etc/dnsmasq.d|conf-dir=/etc/dnsmasq.d|g' dnsmasq.conf.example

%serverbuild
%make CFLAGS="%{optflags}" LDFLAGS="$RPM_LD_FLAGS"

%install
install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m644 %{SOURCE2} -D %{buildroot}/lib/systemd/system/%{name}.service
install -m644 dnsmasq.conf.example -D %{buildroot}%{_sysconfdir}/dnsmasq.conf
install -m755 -D src/dnsmasq %{buildroot}%{_sbindir}/dnsmasq
install -m644 man/dnsmasq.8 -D %{buildroot}%{_mandir}/man8/dnsmasq.8
install -m644 %{SOURCE4} README.update.urpmi
install -d %{buildroot}/%{_sysconfdir}/dnsmasq.d/
install -d %{buildroot}/var/lib/%{name}/

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%config(noreplace) %{_sysconfdir}/dnsmasq.conf
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%dir %{_sysconfdir}/dnsmasq.d/
%dir /var/lib/%{name}
/lib/systemd/system/%{name}.service
%doc README.update.urpmi

%files base
%doc CHANGELOG FAQ COPYING COPYING-v3 doc.html setup.html
%{_sbindir}/%{name}
%doc %{_mandir}/man8/%{name}*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.71-2
+ Revision: e31495a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16184 |14mr|docbook2x-0.8.8-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname  docbook2X

Name:		docbook2x
Version:	0.8.8
Release:	10
Summary:	A docbook to GNU Texinfo format converter
Group:		Publishing
Url:		http://docbook2x.sourceforge.net/
License:	MIT
Source0:	http://ovh.dl.sourceforge.net/sourceforge/%{name}/%{oname}-%{version}.tar.bz2
BuildRequires:	libxslt-proc
BuildRequires:	perl(XML::SAX)
Requires:	xsltproc

%description
Converts DocBook documents into the traditional Unix man page format
and the GNU Texinfo format.

%prep
%setup -q -n %{oname}-%{version}

%build
# to avoid clashing with docbook2* from docbook-utils
%configure2_5x --program-transform-name='s/^docbook2/docbook2x-/'
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files
%{_bindir}/db2x_manxml
%{_bindir}/db2x_texixml
%{_bindir}/db2x_xsltproc
%{_bindir}/docbook2x-man
%{_bindir}/docbook2x-texi
%{_bindir}/sgml2xml-isoent
%{_bindir}/utf8trans
%{_docdir}/docbook2X
%{_datadir}/docbook2X
%{_mandir}/man1/*
%{_infodir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.8-10
+ Revision: 0e03914
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16185 |14mr|docbook-dtd30-sgml-1.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dtdver 3.0
%define mltyp sgml
%define sgmlbase %{_datadir}/sgml

%define name docbook-dtd30-sgml
%define version 1.0
%define release 14

Name:			%{name}
Version:		%{version}
Release:		%{release}
Group:			Publishing

Summary: SGML document type definition for DocBook %{dtdver}

License:		Distributable
URL:			http://www.oasis-open.org/docbook/

Provides:		docbook-dtd-sgml
Requires:		sgml-common >= 0.6.3-2mdk

BuildRoot: %{_tmppath}/%{name}-buildroot

# Zip file downloadable at http://www.oasis-open.org/docbook/sgml/%{dtdver}/
Source0:		docbk30.tar.bz2 
Patch0:			%{name}-%{version}.catalog.patch
BuildArch: noarch  


%description
The DocBook Document Type Definition (DTD) describes the syntax of
technical documentation texts (articles, books and manual pages).
This syntax is SGML-compliant and is developed by the OASIS consortium.
This is the version %{dtdver} of this DTD.


%prep
%setup -q 
%patch0 -p1 -b .catalog

%build


%install
rm -rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT%{sgmlbase}/docbook/sgml-dtd-%{dtdver}
mkdir -p $DESTDIR
install *.dcl $DESTDIR
install docbook.cat $DESTDIR/catalog
install *.dtd $DESTDIR
install *.mod $DESTDIR
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sgml
touch $RPM_BUILD_ROOT%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
touch $RPM_BUILD_ROOT%{_sysconfdir}/sgml/catalog


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr (0644,root,root,0755)
%doc *.txt
%ghost %config(noreplace) %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
%ghost %config(noreplace) %{_sysconfdir}/sgml/catalog
%{sgmlbase}/docbook/sgml-dtd-%{dtdver}

# fix errors in old postun scripts
%triggerpostun -- docbook-dtd30-sgml < 1.0-3mdk
if [ -e %{_datadir}/sgml/openjade/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{_datadir}/sgml/openjade/catalog
fi
if [ -e %{_datadir}/sgml/docbook/dsssl-stylesheets/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{_datadir}/sgml/docbook/dsssl-stylesheets/catalog
fi

%post
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{_datadir}/sgml/sgml-iso-entities-8879.1986/catalog
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{_datadir}/sgml/docbook/%{mltyp}-dtd-%{dtdver}/catalog

# The following lines are for the case in which the style sheets
# were installed after another DTD but before this DTD
if [ -e %{_datadir}/sgml/openjade/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{_datadir}/sgml/openjade/catalog
fi
if [ -e %{_datadir}/sgml/docbook/dsssl-stylesheets/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{_datadir}/sgml/docbook/dsssl-stylesheets/catalog
fi


%postun
# Do not remove if upgrade
if [ "$1" = "0" -a -x %{_bindir}/xmlcatalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{_datadir}/sgml/sgml-iso-entities-8879.1986/catalog
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{_datadir}/sgml/docbook/%{mltyp}-dtd-%{dtdver}/catalog

  # The following lines are for the case in which the style sheets
  # were not uninstalled because there is still another DTD
  if [ -e %{_datadir}/sgml/openjade/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{_datadir}/sgml/openjade/catalog
  fi

  if [ -e %{_datadir}/sgml/docbook/dsssl-stylesheets/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{_datadir}/sgml/docbook/dsssl-stylesheets/catalog
  fi
fi
 



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-14
+ Revision: bb0427b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16186 |14mr|docbook-dtd31-sgml-1.0-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name docbook-dtd31-sgml
%define version 1.0
%define release 22
%define dtdver 3.1
%define mltyp sgml
%define sgmlbase %{_datadir}/sgml

Name:		%{name}
Version:	%{version}
Release:	%{release}
Group       	: Publishing

Summary     	: SGML document type definition for DocBook %{dtdver}

License   	: Artistic
URL         	: http://www.oasis-open.org/docbook/

Provides        : docbook-dtd-sgml
Requires(postun)	: sgml-common
Requires(post)	: sgml-common
BuildRequires: 	dos2unix

BuildRoot   	: %{_tmppath}/%{name}-%{version}-buildroot

# Zip file downloadable at http://www.oasis-open.org/docbook/sgml/%{dtdver}/
Source0		: docbk31.tar.bz2 
Patch0          : %{name}-%{version}.catalog.patch
BuildArch	: noarch  

%description
The DocBook Document Type Definition (DTD) describes the syntax of
technical documentation texts (articles, books and manual pages).
This syntax is SGML-compliant and is developed by the OASIS consortium.
This is the version %{dtdver} of this DTD.

%prep
%setup -q
%patch0 -p1 

%build

%install
rm -rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT%{sgmlbase}/docbook/sgml-dtd-%{dtdver}
mkdir -p $DESTDIR
dos2unix *.txt
install *.dcl $DESTDIR
install docbook.cat $DESTDIR/catalog
install *.dtd $DESTDIR
install *.mod $DESTDIR
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sgml
touch $RPM_BUILD_ROOT%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
touch $RPM_BUILD_ROOT%{_sysconfdir}/sgml/catalog

%post
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog

# The following lines are for the case in which the style sheets
# were installed after another DTD but before this DTD
if [ -e %{sgmlbase}/openjade/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/openjade/catalog
fi

if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/dsssl-stylesheets/catalog
fi

%postun
# Do not remove if upgrade
if [ "$1" = "0" -a -x %{_bindir}/xmlcatalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog

  # The following lines are for the case in which the style sheets
  # were not uninstalled because there is still another DTD
  if [ -e  %{sgmlbase}/openjade/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
  		  %{sgmlbase}/openjade/catalog
  fi

  if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
      %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/docbook/dsssl-stylesheets/catalog
  fi
fi

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (0644,root,root,0755)
%doc *.txt ChangeLog
%ghost %config(noreplace) %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
%ghost %config(noreplace) %{_sysconfdir}/sgml/catalog
%{sgmlbase}/docbook/sgml-dtd-%{dtdver}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-22
+ Revision: 3f73429
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16187 |14mr|docbook-dtd412-xml-1.0-29
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dtdver 4.1.2
%define mltyp xml

%define name docbook-dtd412-xml
%define version 1.0
%define release 29

Name:    %{name}
Version: %{version}
Release: %{release}
Group  : Publishing

Summary: XML document type definition for DocBook %{dtdver}

License: Artistic style
URL    : http://www.oasis-open.org/docbook/

Provides: docbook-dtd-%{mltyp}
Requires: coreutils
Requires: sgml-common >= 0.6.3-2mdk
Requires: libxml2-utils

BuildRoot: %_tmppath/%name-buildroot

# Zip file downloadable at http://www.oasis-open.org/docbook/%{mltyp}/%{dtdver}
Source0  : docbkx412.tar.bz2 
Source1  : docbook-dtd412-xml-catalog.tar.bz2
Patch0   : %{name}-%{version}.catalog.patch
Patch1   : %{name}-%{version}.dbcentx.patch
BuildArch: noarch  


%define sgmlbase %{_datadir}/sgml

%description
The DocBook Document Type Definition (DTD) describes the syntax of
technical documentation texts (articles, books and manual pages).
This syntax is XML-compliant and is developed by the OASIS consortium.
This is the version %{dtdver} of this DTD.


%prep
%setup -q
%setup -D -a 1 -q
%patch0 -p1
%patch1 -p1

%build


%install
rm -rf %{buildroot}
DESTDIR=%{buildroot}%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}
mkdir -p $DESTDIR
install -m644 docbook.cat $DESTDIR/catalog
install -m644 xmlcatalog $DESTDIR
install -m644 *.dtd $DESTDIR
install -m644 *.mod $DESTDIR

# Symlinks
mkdir -p %{buildroot}%{_sysconfdir}/sgml
ln -s %{mltyp}-docbook-%{dtdver}.cat \
	%{buildroot}%{_sysconfdir}/sgml/%{mltyp}-docbook.cat

mkdir -p %{buildroot}%{_sysconfdir}/sgml
touch %{buildroot}%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
# What's that for?
# touch %{buildroot}%{_sysconfdir}/sgml/catalog


%clean
rm -rf %{buildroot}


%files
%defattr (-,root,root)
%doc *.txt ChangeLog
%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}
%{_sysconfdir}/sgml/xml-docbook.cat
%ghost %config(noreplace) %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
# rpmlint complains about this and indeed seems unnecesary
# %ghost %config(noreplace) %{_sysconfdir}/sgml/catalog

#fix buggy XML catalog unregistration which was present in postun script
#for all versions before 1.0-10mdk
%triggerpostun -- docbook-dtd412-xml < 1.0-10mdk
CATALOG=%{sgmlbase}/docbook/xmlcatalog

%{_bindir}/xmlcatalog --noout --add "delegatePublic" \
	"-//OASIS//DTD DocBook XML" \
	"file:///usr/share/sgml/docbook/xml-dtd-4.1.2/xmlcatalog" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
	"http://www.oasis-open.org/docbook/xml/4.1.2" \
	"xml-dtd-4.1.2" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
	"http://www.oasis-open.org/docbook/xml/4.1.2" \
	"xml-dtd-4.1.2" $CATALOG

#fix old buggy postun
%triggerpostun -- docbook-dtd412-xml < 1.0-15mdk
if [ -e %{sgmlbase}/openjade/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/openjade/catalog
fi

if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/dsssl-stylesheets/catalog
fi


%Post
##
## SGML catalog
##
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog

# The following lines are for the case in which the style sheets
# were installed after another DTD but before this DTD
if [ -e %{sgmlbase}/openjade/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/openjade/catalog
fi

if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/dsssl-stylesheets/catalog
fi

##
## XML catalog
##

CATALOG=%{sgmlbase}/docbook/xmlcatalog

%{_bindir}/xmlcatalog --noout --add "delegatePublic" \
	"-//OASIS//DTD DocBook XML" \
	"file:///usr/share/sgml/docbook/xml-dtd-4.1.2/xmlcatalog" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
	"http://www.oasis-open.org/docbook/xml/4.1.2" \
	"xml-dtd-4.1.2" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
	"http://www.oasis-open.org/docbook/xml/4.1.2" \
	"xml-dtd-4.1.2" $CATALOG

%Postun
# test xmlcatalog is available before using it...
if [ -x %{_bindir}/xmlcatalog ]; then 
##
## SGML catalog
##
# Do not remove if upgrade
if [ "$1" = "0" ]; then
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog

  # The following lines are for the case in which the style sheets
  # were not uninstalled because there is still another DTD
  if [ -e %{sgmlbase}/openjade/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/openjade/catalog
  fi

  if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/docbook/dsssl-stylesheets/catalog
  fi

##
## XML catalog
##

  CATALOG=%{sgmlbase}/docbook/xmlcatalog

  if [ -f $CATALOG ]; then

    %{_bindir}/xmlcatalog --noout --del \
	    "-//OASIS//DTD DocBook XML" $CATALOG
    %{_bindir}/xmlcatalog --noout --del \
	    "xml-dtd-4.1.2" $CATALOG
  fi
fi
fi

 



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-29
+ Revision: ec4ac84
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16188 |14mr|docbook-dtd41-sgml-1.0-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name docbook-dtd41-sgml
%define version 1.0
%define release 21
%define dtdver 4.1
%define mltyp sgml
%define sgmlbase %{_datadir}/sgml

Name:		%{name}
Version:	%{version}
Release:	%{release}
Group       	: Publishing

Summary     	: SGML document type definition for DocBook %{dtdver}

License   	: Artistic style
URL         	: http://www.oasis-open.org/docbook/

Provides        : docbook-dtd-sgml
Requires(post): sgml-common >= 0.6.3-2mdk
Requires(postun): sgml-common >= 0.6.3-2mdk

BuildRoot   	: %{_tmppath}/%{name}-%{version}-buildroot

# Zip file downloadable from http://www.oasis-open.org/docbook/sgml/%{dtdver}/
Source0		: docbk41.tar.bz2 
Patch0          : %{name}-%{version}.catalog.patch
BuildArch	: noarch  


%description
The DocBook Document Type Definition (DTD) describes the syntax of
technical documentation texts (articles, books and manual pages).
This syntax is SGML-compliant and is developed by the OASIS consortium.
This is the version %{dtdver} of this DTD.


%prep
%setup -q
%patch0 -p1 

%build


%install
rm -rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT%{sgmlbase}/docbook/sgml-dtd-%{dtdver}
mkdir -p $DESTDIR
install *.dcl $DESTDIR
install docbook.cat $DESTDIR/catalog
install *.dtd $DESTDIR
install *.mod $DESTDIR
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sgml
touch $RPM_BUILD_ROOT%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
touch $RPM_BUILD_ROOT%{_sysconfdir}/sgml/catalog


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr (0644,root,root,0755)
%doc *.txt ChangeLog
%ghost %config(noreplace) %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
%ghost %config(noreplace) %{_sysconfdir}/sgml/catalog
%{sgmlbase}/docbook/sgml-dtd-%{dtdver}

#fix old broken postun
%triggerpostun -- docbook-dtd41-sgml < 1.0-8mdk
if [ -e %{sgmlbase}/openjade/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/openjade/catalog
fi

if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/dsssl-stylesheets/catalog
fi


%post
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog

# The following lines are for the case in which the style sheets
# were installed after another DTD but before this DTD
if [ -e %{sgmlbase}/openjade/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/openjade/catalog
fi

if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/dsssl-stylesheets/catalog
fi


%postun
# Do not remove if upgrade
if [ "$1" = "0" -a -x %{_bindir}/xmlcatalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog


  # The following lines are for the case in which the style sheets
  # were not uninstalled because there is still another DTD
  if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/openjade/catalog
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/docbook/dsssl-stylesheets/catalog
  fi
fi
 



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-21
+ Revision: c55e5ca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16189 |14mr|docbook-dtd42-sgml-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name docbook-dtd42-sgml
%define version 1.0
%define release 8
%define dtdver 4.2
%define mltyp sgml
%define sgmlbase %{_datadir}/sgml

Name:		%{name}
Version:	%{version}
Release:	%{release}
Group:      Publishing
Summary:    SGML document type definition for DocBook %{dtdver}
License:    Artistic style
URL:        http://www.oasis-open.org/docbook/
Source:     http://www.oasis-open.org/docbook/sgml/4.2/docbook-4.2.tar.bz2
Patch:      docbook-dtd42-sgml-1.0.catalog.patch
Provides:   docbook-dtd-sgml
Requires:   sgml-common >= 0.6.3-2mdk
BuildArch:  noarch  
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
The DocBook Document Type Definition (DTD) describes the syntax of
technical documentation texts (articles, books and manual pages).
This syntax is SGML-compliant and is developed by the OASIS consortium.
This is the version %{dtdver} of this DTD.

%prep
%setup -q -c
%patch -p0

%build

%install
rm -rf %{buildroot}
DESTDIR=%{buildroot}%{sgmlbase}/docbook/sgml-dtd-%{dtdver}
mkdir -p $DESTDIR
install *.dcl $DESTDIR
install docbook.cat $DESTDIR/catalog
install *.dtd $DESTDIR
install *.mod $DESTDIR
mkdir -p %{buildroot}%{_sysconfdir}/sgml
touch %{buildroot}%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
touch %{buildroot}%{_sysconfdir}/sgml/catalog

%clean
rm -rf %{buildroot}

%post
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog

# The following lines are for the case in which the style sheets
# were installed after another DTD but before this DTD
if [ -e %{sgmlbase}/openjade/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/openjade/catalog
fi

if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/dsssl-stylesheets/catalog
fi


%postun
# Do not remove if upgrade
if [ "$1" = "0" -a -x %{_bindir}/xmlcatalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog


  # The following lines are for the case in which the style sheets
  # were not uninstalled because there is still another DTD
  if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/openjade/catalog
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/docbook/dsssl-stylesheets/catalog
  fi
fi

%files
%defattr(-,root,root)
%doc README ChangeLog
%ghost %config(noreplace) %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
%ghost %config(noreplace) %{_sysconfdir}/sgml/catalog
%{sgmlbase}/docbook/sgml-dtd-%{dtdver}

 



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-8
+ Revision: 3b94c9e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16190 |14mr|docbook-dtd42-xml-1.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dtdver 4.2
%define mltyp xml

Name:    docbook-dtd42-xml
Version: 1.0
Release: 16
Group:   Publishing
Summary: XML document type definition for DocBook %{dtdver}
License: Artistic
URL:     http://www.oasis-open.org/docbook/
Provides: docbook-dtd-%{mltyp}
Requires(post): sgml-common coreutils
Requires(postun): sgml-common coreutils

# Zip file downloadable at http://www.oasis-open.org/docbook/%{mltyp}/%{dtdver}
Source0:   docbook-xml-4.2.tar.bz2 
BuildArch: noarch  


%define sgmlbase %{_datadir}/sgml

%description
The DocBook Document Type Definition (DTD) describes the syntax of
technical documentation texts (articles, books and manual pages).
This syntax is XML-compliant and is developed by the OASIS consortium.
This is the version %{dtdver} of this DTD.

%prep
%setup -n docbook-xml-4.2 -q

%build

%install
DESTDIR=%{buildroot}/%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}
mkdir -p $DESTDIR
cp -r ent/ $DESTDIR
install -m644 docbook.cat $DESTDIR/catalog
install -m644 catalog.xml $DESTDIR
install -m644 *.dtd $DESTDIR
install -m644 *.mod $DESTDIR
mkdir -p %{buildroot}/%{_sysconfdir}/sgml
touch %{buildroot}/%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
touch %{buildroot}/%{_sysconfdir}/sgml/catalog

%post
##
## SGML catalog
##
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog

# The following lines are for the case in which the style sheets
# were installed after another DTD but before this DTD
if [ -e %{sgmlbase}/openjade/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/openjade/catalog
fi

if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/dsssl-stylesheets/catalog
fi
# Symlinks
[ ! -e %{_sysconfdir}/sgml/%{mltyp}-docbook.cat ] && \
	ln -s %{mltyp}-docbook-%{dtdver}.cat %{_sysconfdir}/sgml/%{mltyp}-docbook.cat

##
## XML catalog
##

CATALOG=%{sgmlbase}/docbook/xmlcatalog

%{_bindir}/xmlcatalog --noout --add "delegatePublic" \
	"-//OASIS//DTD DocBook XML V4.2//EN" \
	"file:///usr/share/sgml/docbook/xml-dtd-4.2/catalog.xml" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
	"http://www.oasis-open.org/docbook/xml/4.2" \
	"xml-dtd-4.2" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
	"http://www.oasis-open.org/docbook/xml/4.2" \
	"xml-dtd-4.2" $CATALOG

%postun
##
## SGML catalog
##
# Do not remove if upgrade
if [ "$1" = "0" ]; then
  if [ -x %{_bindir}/xmlcatalog ]; then 
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog
  fi
 # Symlinks
 [ -e %{_sysconfdir}/sgml/%{mltyp}-docbook.cat ] && \
	 rm -f %{_sysconfdir}/sgml/%{mltyp}-docbook.cat

 if [ -x %{_bindir}/xmlcatalog ]; then

  # The following lines are for the case in which the style sheets
  # were not uninstalled because there is still another DTD
  if [ -e %{sgmlbase}/openjade/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/openjade/catalog
  fi

  if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/docbook/dsssl-stylesheets/catalog
  fi
 fi

##
## XML catalog
##

  CATALOG=%{sgmlbase}/docbook/xmlcatalog

  if [ -w $CATALOG -a -x %{_bindir}/xmlcatalog ]; then
   %{_bindir}/xmlcatalog --noout --del \
  	   "-//OASIS//DTD DocBook XML V4.2//EN" $CATALOG
   %{_bindir}/xmlcatalog --noout --del \
	   "xml-dtd-4.2" $CATALOG
  fi
fi

%files
%doc README ChangeLog
%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}
%ghost %config(noreplace) %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
%ghost %config(noreplace) %{_sysconfdir}/sgml/catalog



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-16
+ Revision: 622f1aa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16191 |14mr|docbook-dtd43-xml-1.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name docbook-dtd43-xml
%define version 1.0
%define release 14
%define dtdver 4.3
%define mltyp xml

Name: %{name}
Version: %{version}
Release: %{release}
Group       	: Publishing

Summary     	: XML document type definition for DocBook %{dtdver}

License   	: Artistic style
URL         	: http://www.oasis-open.org/docbook/

Provides        : docbook-dtd-%{mltyp}
Requires(post)	: coreutils
Requires(postun): coreutils
Requires(post)  : sgml-common >= 0.6.3-2mdk
Requires(postun): sgml-common >= 0.6.3-2mdk
Requires(post)  : libxml2-utils
Requires(postun): libxml2-utils

BuildRoot   	: %{_tmppath}/%{name}-%{version}-buildroot

# Zip file downloadable at http://www.oasis-open.org/docbook/%{mltyp}/%{dtdver}
Source0		: docbook-xml-%{dtdver}.tar.bz2 
BuildArch	: noarch  


%define sgmlbase %{_datadir}/sgml

%description
The DocBook Document Type Definition (DTD) describes the syntax of
technical documentation texts (articles, books and manual pages).
This syntax is XML-compliant and is developed by the OASIS consortium.
This is the version %{dtdver} of this DTD.


%prep
%setup -n docbook-xml-%{dtdver} -q

%build


%install
rm -rf %{buildroot}
DESTDIR=%{buildroot}%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}
mkdir -p $DESTDIR
cp -r ent/ $DESTDIR
install -m644 docbook.cat $DESTDIR/catalog
install -m644 catalog.xml $DESTDIR
install -m644 *.dtd $DESTDIR
install -m644 *.mod $DESTDIR
mkdir -p %{buildroot}%{_sysconfdir}/sgml
touch %{buildroot}%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
# looks unnecesary
# touch %{buildroot}%{_sysconfdir}/sgml/catalog


%clean
rm -rf %{buildroot}


%files
%defattr (-,root,root)
%doc README ChangeLog
%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}
%ghost %config(noreplace) %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
# why this?
# %ghost %config(noreplace) %{_sysconfdir}/sgml/catalog


%post
##
## SGML catalog
##
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog

# The following lines are for the case in which the style sheets
# were installed after another DTD but before this DTD
if [ -e %{sgmlbase}/openjade/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/openjade/catalog
fi

if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/dsssl-stylesheets/catalog
fi
# Symlinks
[ ! -e %{_sysconfdir}/sgml/%{mltyp}-docbook.cat ] && \
	ln -s %{mltyp}-docbook-%{dtdver}.cat %{_sysconfdir}/sgml/%{mltyp}-docbook.cat

##
## XML catalog
##

CATALOG=%{sgmlbase}/docbook/xmlcatalog

%{_bindir}/xmlcatalog --noout --add "delegatePublic" \
	"-//OASIS//DTD DocBook XML V4.3//EN" \
	"file:///usr/share/sgml/docbook/xml-dtd-4.3/catalog.xml" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
	"http://www.oasis-open.org/docbook/xml/4.3" \
	"xml-dtd-4.3" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
	"http://www.oasis-open.org/docbook/xml/4.3" \
	"xml-dtd-4.3" $CATALOG

%Postun
##
## SGML catalog
##
# Do not remove if upgrade
if [ "$1" = "0" ]; then
  if [ -x %{_bindir}/xmlcatalog ]; then 
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog
  fi
 # Symlinks
 [ -e %{_sysconfdir}/sgml/%{mltyp}-docbook.cat ] && \
	 rm -f %{_sysconfdir}/sgml/%{mltyp}-docbook.cat

 if [ -x %{_bindir}/xmlcatalog ]; then

  # The following lines are for the case in which the style sheets
  # were not uninstalled because there is still another DTD
  if [ -e %{sgmlbase}/openjade/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/openjade/catalog
  fi

  if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/docbook/dsssl-stylesheets/catalog
  fi
 fi

##
## XML catalog
##

  CATALOG=%{sgmlbase}/docbook/xmlcatalog

  if [ -w $CATALOG -a -x %{_bindir}/xmlcatalog ]; then
   %{_bindir}/xmlcatalog --noout --del \
  	   "-//OASIS//DTD DocBook XML V4.3//EN" $CATALOG
   %{_bindir}/xmlcatalog --noout --del \
	   "xml-dtd-4.3" $CATALOG
  fi
fi
 



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-14
+ Revision: 17c507e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16192 |14mr|docbook-dtd44-xml-1.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name docbook-dtd44-xml
%define version 1.0
%define release 14
%define dtdver 4.4
%define mltyp xml

Name: %{name}
Version: %{version}
Release: %{release}
Group       	: Publishing

Summary     	: XML document type definition for DocBook %{dtdver}

License   	: Artistic style
URL         	: http://www.oasis-open.org/docbook/

Provides        : docbook-dtd-%{mltyp}
Requires(post)  : coreutils
Requires(postun): coreutils
Requires(post)	: sgml-common >= 0.6.3-2mdk
Requires(postun): sgml-common >= 0.6.3-2mdk
Requires(post)  : libxml2-utils
Requires(postun): libxml2-utils

BuildRoot   	: %{_tmppath}/%{name}-%{version}-buildroot

# Zip file downloadable at http://www.oasis-open.org/docbook/%{mltyp}/%{dtdver}
Source0		: docbook-xml-%{dtdver}.tar.bz2 
BuildArch	: noarch  


%define sgmlbase %{_datadir}/sgml

%description
The DocBook Document Type Definition (DTD) describes the syntax of
technical documentation texts (articles, books and manual pages).
This syntax is XML-compliant and is developed by the OASIS consortium.
This is the version %{dtdver} of this DTD.


%prep
%setup -n docbook-xml-%{dtdver} -q 

%build


%install
rm -rf %{buildroot}
DESTDIR=%{buildroot}%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}
mkdir -p $DESTDIR
cp -r ent/ $DESTDIR
install -m644 docbook.cat $DESTDIR/catalog
install -m644 catalog.xml $DESTDIR
install -m644 *.dtd $DESTDIR
install -m644 *.mod $DESTDIR
mkdir -p %{buildroot}%{_sysconfdir}/sgml
touch %{buildroot}%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
# looks unnecesary
# touch %{buildroot}%{_sysconfdir}/sgml/catalog


%clean
rm -rf %{buildroot}


%files
%defattr (-,root,root)
%doc README ChangeLog
%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}
%ghost %config(noreplace) %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
# why this?
# %ghost %config(noreplace) %{_sysconfdir}/sgml/catalog


%post
##
## SGML catalog
##
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog

# The following lines are for the case in which the style sheets
# were installed after another DTD but before this DTD
if [ -e %{sgmlbase}/openjade/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/openjade/catalog
fi

if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/dsssl-stylesheets/catalog
fi
# Symlinks
[ ! -e %{_sysconfdir}/sgml/%{mltyp}-docbook.cat ] && \
	ln -s %{mltyp}-docbook-%{dtdver}.cat %{_sysconfdir}/sgml/%{mltyp}-docbook.cat

##
## XML catalog
##

CATALOG=%{sgmlbase}/docbook/xmlcatalog

%{_bindir}/xmlcatalog --noout --add "delegatePublic" \
	"-//OASIS//DTD DocBook XML V%{dtdver}//EN" \
	"file:///usr/share/sgml/docbook/xml-dtd-%{dtdver}/catalog.xml" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
	"http://www.oasis-open.org/docbook/xml/%{dtdver}" \
	"xml-dtd-%{dtdver}" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
	"http://www.oasis-open.org/docbook/xml/4.3" \
	"xml-dtd-%{dtdver}" $CATALOG

%Postun
##
## SGML catalog
##
# Do not remove if upgrade
if [ "$1" = "0" ]; then
  if [ -x %{_bindir}/xmlcatalog ]; then 
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog
  fi
 # Symlinks
 [ -e %{_sysconfdir}/sgml/%{mltyp}-docbook.cat ] && \
	 rm -f %{_sysconfdir}/sgml/%{mltyp}-docbook.cat

 if [ -x %{_bindir}/xmlcatalog ]; then

  # The following lines are for the case in which the style sheets
  # were not uninstalled because there is still another DTD
  if [ -e %{sgmlbase}/openjade/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/openjade/catalog
  fi

  if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/docbook/dsssl-stylesheets/catalog
  fi
 fi

##
## XML catalog
##

  CATALOG=%{sgmlbase}/docbook/xmlcatalog

  if [ -w $CATALOG -a -x %{_bindir}/xmlcatalog ]; then
   %{_bindir}/xmlcatalog --noout --del \
  	   "-//OASIS//DTD DocBook XML V%{dtdver}//EN" $CATALOG
   %{_bindir}/xmlcatalog --noout --del \
	   "xml-dtd-%{dtdver}" $CATALOG
  fi
fi
 



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-14
+ Revision: 02a9f5a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16193 |14mr|docbook-dtd45-xml-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name docbook-dtd45-xml
%define version 1.0
%define release 9
%define dtdver 4.5
%define mltyp xml

Name: %{name}
Version: %{version}
Release: %{release}
Group       	: Publishing

Summary     	: XML document type definition for DocBook %{dtdver}

License   	: Artistic style
URL         	: http://www.oasis-open.org/docbook/

Provides        : docbook-dtd-%{mltyp}
Requires(post)  : coreutils
Requires(postun): coreutils
Requires(post)	: sgml-common >= 0.6.3-2mdk
Requires(postun): sgml-common >= 0.6.3-2mdk
Requires(post)  : libxml2-utils
Requires(postun): libxml2-utils

BuildRoot   	: %{_tmppath}/%{name}-%{version}-buildroot

# Zip file downloadable at http://www.oasis-open.org/docbook/%{mltyp}/%{dtdver}
Source0		: docbook-xml-%{dtdver}.tar.bz2 
BuildArch	: noarch  


%define sgmlbase %{_datadir}/sgml

%Description
The DocBook Document Type Definition (DTD) describes the syntax of
technical documentation texts (articles, books and manual pages).
This syntax is XML-compliant and is developed by the OASIS consortium.
This is the version %{dtdver} of this DTD.


%Prep
%setup -n docbook-xml-%{dtdver} -q 

%Build


%Install
rm -Rf %{buildroot}
DESTDIR=%{buildroot}%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}
mkdir -p $DESTDIR
cp -r ent/ $DESTDIR
install -m644 docbook.cat $DESTDIR/catalog
install -m644 catalog.xml $DESTDIR
install -m644 *.dtd $DESTDIR
install -m644 *.mod $DESTDIR
mkdir -p %{buildroot}%{_sysconfdir}/sgml
touch %{buildroot}%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
# looks unnecesary
# touch %{buildroot}%{_sysconfdir}/sgml/catalog


%clean
rm -Rf %{buildroot}


%Files
%defattr (-,root,root)
%doc README ChangeLog
%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}
%ghost %config(noreplace) %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat
# why this?
# %ghost %config(noreplace) %{_sysconfdir}/sgml/catalog


%post
##
## SGML catalog
##
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
%{_bindir}/xmlcatalog --sgml --noout --add \
	%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
	%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog

# The following lines are for the case in which the style sheets
# were installed after another DTD but before this DTD
if [ -e %{sgmlbase}/openjade/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/openjade/catalog
fi

if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	%{_bindir}/xmlcatalog --sgml --noout --add \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/dsssl-stylesheets/catalog
fi
# Symlinks
[ ! -e %{_sysconfdir}/sgml/%{mltyp}-docbook.cat ] && \
	ln -s %{mltyp}-docbook-%{dtdver}.cat %{_sysconfdir}/sgml/%{mltyp}-docbook.cat

##
## XML catalog
##

CATALOG=%{sgmlbase}/docbook/xmlcatalog

%{_bindir}/xmlcatalog --noout --add "delegatePublic" \
	"-//OASIS//DTD DocBook XML V%{dtdver}//EN" \
	"file:///usr/share/sgml/docbook/xml-dtd-%{dtdver}/catalog.xml" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
	"http://www.oasis-open.org/docbook/xml/%{dtdver}" \
	"xml-dtd-%{dtdver}" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
	"http://www.oasis-open.org/docbook/xml/4.3" \
	"xml-dtd-%{dtdver}" $CATALOG

%Postun
##
## SGML catalog
##
# Do not remove if upgrade
if [ "$1" = "0" ]; then
  if [ -x %{_bindir}/xmlcatalog ]; then 
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/sgml-iso-entities-8879.1986/catalog
	%{_bindir}/xmlcatalog --sgml --noout --del \
		%{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		%{sgmlbase}/docbook/%{mltyp}-dtd-%{dtdver}/catalog
  fi
 # Symlinks
 [ -e %{_sysconfdir}/sgml/%{mltyp}-docbook.cat ] && \
	 rm -f %{_sysconfdir}/sgml/%{mltyp}-docbook.cat

 if [ -x %{_bindir}/xmlcatalog ]; then

  # The following lines are for the case in which the style sheets
  # were not uninstalled because there is still another DTD
  if [ -e %{sgmlbase}/openjade/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/openjade/catalog
  fi

  if [ -e %{sgmlbase}/docbook/dsssl-stylesheets/catalog ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del \
		  %{_sysconfdir}/sgml/%{mltyp}-docbook-%{dtdver}.cat \
		  %{sgmlbase}/docbook/dsssl-stylesheets/catalog
  fi
 fi

##
## XML catalog
##

  CATALOG=%{sgmlbase}/docbook/xmlcatalog

  if [ -w $CATALOG -a -x %{_bindir}/xmlcatalog ]; then
   %{_bindir}/xmlcatalog --noout --del \
  	   "-//OASIS//DTD DocBook XML V%{dtdver}//EN" $CATALOG
   %{_bindir}/xmlcatalog --noout --del \
	   "xml-dtd-%{dtdver}" $CATALOG
  fi
fi





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-9
+ Revision: 7d2fc6b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16194 |14mr|docbook-dtds-1.0-65
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: docbook-dtds
Version: 1.0
Release: 65
Group:   Publishing
Summary: SGML and XML document type definitions for DocBook

License: Copyright only
URL: http://www.oasis-open.org/docbook/

Requires:	docbook-dtd30-sgml
Requires:	docbook-dtd31-sgml
Requires:	docbook-dtd41-sgml
Requires:	docbook-dtd412-xml
Requires:	docbook-dtd42-sgml
Requires:	docbook-dtd42-xml
Requires:	docbook-dtd43-xml
Requires:	docbook-dtd44-xml
Requires:	docbook-dtd45-xml
Requires:	docbook-style-dsssl
Requires:	docbook-style-xsl
Requires:	docbook-to-man
Requires:	docbook-utils
Requires:	docbook-utils-pdf
Requires:	docbook2x

Requires:	sgml-common
Requires:	xml-common

BuildArch:	noarch

%description
The DocBook Document Type Definition (DTD) describes the syntax of
technical documentation texts (articles, books and manual pages).
This syntax is XML-compliant and is developed by the OASIS consortium.
This package contains SGML and XML versions of the DocBook DTD.


%prep

%build

%install

%files

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-65
+ Revision: 061c163
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16195 |14mr|docbook-style-dsssl-1.79-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name docbook-style-dsssl
%define version 1.79
%define release 14

name:		%{name}
version:	%{version}
release:	%{release}
Group:		Publishing

Summary:	Norman Walsh's modular stylesheets for DocBook

License:	Artistic style
URL:		http://sourceforge.net/projects/docbook/

Requires:	sgml-common >= 0.2
Requires:	jade >= 1.2.1

BuildRoot:	%{_tmppath}/%{name}-buildroot 

BuildArch:	noarch
Source0:	http://prdownloads.sourceforge.net/docbook/docbook-dsssl-%{version}.tar.bz2
Patch0:		docbook-dsssl-1.78-DTDDECL.patch

%define sgmlbase %{_datadir}/sgml

%description
These DSSSL stylesheets allow you to convert any DocBook document to another
printed (for example, RTF or PostScript) or online (for example, HTML) format.
They are highly customizable.


%prep
%setup -n docbook-dsssl-%{version} -q
%setup -T -D -n docbook-dsssl-%{version}
%patch0 -p1

%build

%install
DESTDIR=$RPM_BUILD_ROOT
mkdir -p $DESTDIR%{_bindir}
mkdir -p $DESTDIR%{sgmlbase}/docbook/dsssl-stylesheets-%{version}/

cd $RPM_BUILD_DIR/docbook-dsssl-%{version}

install bin/collateindex.pl $DESTDIR%{_bindir}
cp -r contrib catalog dtds VERSION olink common html frames lib print images $DESTDIR%{sgmlbase}/docbook/dsssl-stylesheets-%{version}/

rm -f $DESTDIR%{sgmlbase}/docbook/dsssl-stylesheets
ln -sf dsssl-stylesheets-%{version} $DESTDIR%{sgmlbase}/docbook/dsssl-stylesheets

cd ..


%clean
DESTDIR=$RPM_BUILD_ROOT
rm -rf $DESTDIR


%Files
%defattr (0644,root,root,0755)
%doc BUGS README RELEASE-NOTES.* VERSION
%doc ChangeLog WhatsNew
%attr(-,root,root) %{_bindir}/collateindex.pl
%dir %{sgmlbase}/docbook/dsssl-stylesheets-%{version}
%{sgmlbase}/docbook/dsssl-stylesheets-%{version}/*
%{sgmlbase}/docbook/dsssl-stylesheets

%post
# remove possible old references to 
# %{sgmlbase}/docbook/dsssl-stylesheets-%{version}/catalog
rm -f %{_sysconfdir}/sgml/sgml-docbook-\*.cat

# fix old broken stuff
if [ -f %{_sysconfdir}/sgml/xml-docbook-\*.cat ]; then
sed -e '\|CATALOG "%{_sysconfdir}/sgml/xml-docbook-\*.cat"|D' %{_sysconfdir}/sgml/catalog > \
	%{_sysconfdir}/sgml/catalog.bak 
    mv -f %{_sysconfdir}/sgml/catalog.bak %{_sysconfdir}/sgml/catalog
    rm -f %{_sysconfdir}/sgml/xml-docbook-\*.cat
fi

for centralized in %{_sysconfdir}/sgml/sgml-docbook-*.cat; do
   if [ "$centralized" = "%{_sysconfdir}/sgml/sgml-docbook-*.cat" ]; then break; fi
   sed -e "/dsssl-stylesheets-[0-9]/D" $centralized > \
	 $centralized.bak 
   mv -f $centralized.bak $centralized
done 

for centralized in %{_sysconfdir}/sgml/{sgml,xml}-docbook-*.cat; do
  if [ "$centralized" = "%{_sysconfdir}/sgml/{sgml,xml}-docbook-*.cat" ]; then break; fi
  if [ "$centralized" = "%{_sysconfdir}/sgml/xml-docbook-*.cat" ]; then continue; fi
  if [ "$centralized" = "%{_sysconfdir}/sgml/sgml-docbook-*.cat" ]; then continue; fi
  if [ -f "$centralized" ]; then
     %{_bindir}/xmlcatalog --sgml --noout --add $centralized \
	 %{sgmlbase}/docbook/dsssl-stylesheets/catalog
   fi
done

%postun 
# Do not remove if upgrade
if [ "$1" = "0" -a -x %{_bindir}/xmlcatalog ]; then
     for centralized in %{_sysconfdir}/sgml/{sgml,xml}-docbook-*.cat; do
      if  [ "$centralized" = "%{_sysconfdir}/sgml/{sgml,xml}-docbook-*.cat" ]; then break; fi
      if  [ "$centralized" = "%{_sysconfdir}/sgml/xml-docbook-*.cat" ]; then continue; fi
      if  [ "$centralized" = "%{_sysconfdir}/sgml/sgml-docbook-*.cat" ]; then continue; fi

	if [ -w $centralized ]; then
	  %{_bindir}/xmlcatalog --sgml --noout --del $centralized \
	     %{sgmlbase}/docbook/dsssl-stylesheets/catalog
	fi
     done 
    
fi





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.79-14
+ Revision: da9ab29
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16196 |14mr|docbook-style-dsssl-doc-1.79-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name docbook-style-dsssl-doc
%define version 1.79
%define release 12

Name:		%{name}
Version:	%{version}
Release:	%{release}
Group:		Books/Computer books
Summary:	Documentation for DocBook dssl stylesheets
License:	Artistic like
URL:		http://sourceforge.net/projects/docbook/
BuildRoot:	%{_tmppath}/%{name}-buildroot 
BuildArch:	noarch
Source0:	http://prdownloads.sourceforge.net/docbook/docbook-dsssl-doc-%{version}.tar.bz2

%description
This package contains the documentation for these stylesheets:
structure, customization, etc.

%prep
%setup -n docbook-dsssl-%{version} -q

%files
%defattr (-,root,root)
%doc doc docsrc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.79-12
+ Revision: cad64fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16197 |14mr|docbook-style-xsl-1.76.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		docbook-style-xsl
Version:	1.76.1
Release:	2
Group:		Publishing
Summary:	Norman Walsh's modular stylesheets for DocBook
License:	Artistic style
URL:		http://sourceforge.net/projects/docbook
Provides:	docbook-xsl = %{version}
Requires:	docbook-dtd-xml
Requires(pre):	sgml-common >= 0.6.3-2mdk
# BuildRequires:	gcj-tools
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot 
Source0:	http://prdownloads.sourceforge.net/docbook/docbook-xsl-%{version}.tar.bz2
Source1:	http://prdownloads.sourceforge.net/docbook/docbook-xsl-doc-%{version}.tar.bz2
BuildArch:	noarch

%define sgmlbase %{_datadir}/sgml/

%description
These XSL stylesheets allow to convert any DocBook document to another
printed (for example, RTF or PostScript) or online (for example, HTML) format.
They are highly customizable.

%package doc
Summary         : Documentation for DocBook stylesheets
Group       	: Books/Computer books

%description doc
This package contains the documentation for these stylesheets:
structure, customization, etc.
 

%prep
%setup -n docbook-xsl-%{version} -q
%setup -D -n docbook-xsl-%{version} -q -T -b 1

%build
# index jar files to please rpmlint
# jar -i extensions/*.jar

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{sgmlbase}/docbook/xsl-stylesheets-%{version} 
# Camille 2006-05-29: those are dummy files to be removed in future releases; 2006-01-23: removed
# rm -f doc/*/param.html doc/pi/pi.html
cp -a VERSION common eclipse extensions fo highlighting html htmlhelp images javahelp lib template xhtml xhtml-1_1 manpages profiling params slides tools website roundtrip $RPM_BUILD_ROOT%{sgmlbase}/docbook/xsl-stylesheets-%{version}  

ln -sf xsl-stylesheets-%{version} \
	%{buildroot}%{sgmlbase}/docbook/xsl-stylesheets

%clean
rm -rf %{buildroot}

#fix old buggy postun
%triggerpostun -- docbook-style-xsl < 1.67.2-2mdk
CATALOG=/etc/xml/catalog
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
	"http://docbook.sourceforge.net/release/xsl/%{version}" \
	"file:///usr/share/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
	"http://docbook.sourceforge.net/release/xsl/%{version}" \
	"file:///usr/share/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
	"http://docbook.sourceforge.net/release/xsl/current" \
	"file:///usr/share/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
	"http://docbook.sourceforge.net/release/xsl/current" \
	"file:///usr/share/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG


%post
CATALOG=/etc/xml/catalog
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
	"http://docbook.sourceforge.net/release/xsl/%{version}" \
	"file:///usr/share/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
	"http://docbook.sourceforge.net/release/xsl/%{version}" \
	"file:///usr/share/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
	"http://docbook.sourceforge.net/release/xsl/current" \
	"file:///usr/share/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
	"http://docbook.sourceforge.net/release/xsl/current" \
	"file:///usr/share/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG


%postun
# do not remove on upgrade
CATALOG=/etc/xml/catalog
if [ "$1" = "0" -a -x %{_bindir}/xmlcatalog -a -f $CATALOG ]; then
  %{_bindir}/xmlcatalog --noout --del \
	"file:///usr/share/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
fi

%files
%defattr (-,root,root)
%doc BUGS TODO README VERSION NEWS* COPYING INSTALL
%{sgmlbase}/docbook/xsl-stylesheets-%{version}
%{sgmlbase}/docbook/xsl-stylesheets

%files doc
%defattr (-,root,root)
%doc doc docsrc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.76.1-2
+ Revision: c96a5bf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16198 |14mr|docbook-to-man-2.0.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		docbook-to-man
%define deb_release	26
%define version		2.0.0
%define release     9

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Converter from DocBook SGML into roff man macros
License:	MIT
Group:		Publishing
URL:		http://www.oasis-open.org/docbook/tools/dtm/
Source0:	http://ftp.debian.org/debian/pool/main/d/docbook-to-man/%{name}_%{version}.orig.tar.gz
Patch0:		%{name}_%{version}-%{deb_release}.diff.gz
Patch10:	%{name}-debian.patch
Patch11:	%{name}-opt.patch
Patch12:	%{name}-PLD.patch
BuildRequires:	docbook-dtd41-sgml
BuildRequires:	OpenSP
Requires:	docbook-dtd41-sgml
Requires:	OpenSP
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
docbook-to-man is a batch converter that transforms UNIX-style
manpages from the DocBook SGML format into nroff/troff man macros.

This is not the original version by Fred Dalrymple, but one with the
modifications by David Bolen with Debian changes.

%prep
%setup -q -n %{name}-%{version}.orig
%patch0
%patch10 -p1
%{__patch} -p1 -s < debian/patches/01-conglomeration.dpatch
%patch11 -p1
%patch12 -p1

%build
%{__make} \
	CC="%{__cc}" \
	OPT="%{optflags}" \
	ROOT=%{_prefix}

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/sgml,%{_mandir}/man{1,5}}

%{__make} install \
	ROOT=$RPM_BUILD_ROOT%{_prefix}

install Doc/{docbook-to-man.1,instant.1} $RPM_BUILD_ROOT%{_mandir}/man1
install Doc/transpec.1 $RPM_BUILD_ROOT%{_mandir}/man5/transpec.5

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README README.ANS
%attr(755,root,root) %{_bindir}/docbook-to-man
%attr(755,root,root) %{_bindir}/instant
%{_datadir}/sgml/transpec
%{_mandir}/man1/docbook-to-man.1*
%{_mandir}/man1/instant.1*
%{_mandir}/man5/transpec.5*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.0-9
+ Revision: 5a29d3d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16199 |14mr|docbook-utils-0.6.14-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		docbook-utils
Version: 	0.6.14
Release:	16
Group:		Publishing
Url:		ftp://sources.redhat.com/pub/docbook-tools/new-trials/
Summary:	Shell scripts to manage DocBook documents

License:	GPLv2+

Requires:	docbook-style-dsssl >= 1.72
Requires:	perl-SGMLSpm >= 1.03ii
Requires: 	which grep gawk
BuildRequires:	docbook-style-dsssl >= 1.72
BuildRequires:	docbook-dtd31-sgml
Obsoletes:	sgml-tools
Provides:	sgml-tools

BuildRoot:	%{_tmppath}/%name-%version-buildroot

Source0:	ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/%name-%version.tar.bz2
Source1:	db2html
Source2:	docbook2man-spec.pl
Patch0: docbook-utils-spaces.patch
Patch1: docbook-utils-2ndspaces.patch
Patch2: docbook-utils-w3mtxtconvert.patch
Patch3: docbook-utils-grepnocolors.patch
Patch4: docbook-utils-sgmlinclude.patch
Patch5: docbook-utils-rtfmanpage.patch
Patch6: docbook-utils-papersize.patch
Patch7: docbook-utils-nofinalecho.patch
Patch8: docbook-utils-newgrep.patch
BuildArch:	noarch

%Description
This package contains scripts are for easy conversion from DocBook
files to other formats (for example, HTML, RTF, and PostScript), and
for comparing SGML files.

%package pdf
Requires: tetex-dvips jadetex >= 2.5
Requires: docbook-utils = %{version}
Group: Publishing
Obsoletes: stylesheets-db2pdf
Provides: stylesheets-db2pdf
Summary: A script for converting DocBook documents to PDF format
URL: ftp://sources.redhat.com/pub/docbook-tools/new-trials/
Conflicts: %{name} < 0.6.14-13

%description pdf
This package contains a script for converting DocBook documents to
PDF format.


%prep
%setup -q
%apply_patches

%build

%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%_mandir/man{1,7}
for sec in 1 7; do cp -af doc/man/*.$sec $RPM_BUILD_ROOT/%_mandir/man$sec; done

%makeinstall_std

for util in dvi html pdf ps rtf man
do
        ln -s docbook2$util $RPM_BUILD_ROOT%{_bindir}/db2$util
        ln -s jw.1 $RPM_BUILD_ROOT/%{_mandir}/man1/db2$util.1
done
ln -s jw.1 $RPM_BUILD_ROOT/%{_mandir}/man1/docbook2txt.1

# db2html is not just a symlink, as it has to create the output directory
rm -f $RPM_BUILD_ROOT%{_bindir}/db2html
install -c -m 775 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/db2html
install -p -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/sgml/docbook/utils-%{version}/helpers/docbook2man-spec.pl

# clean install html files
rm -rf $RPM_BUILD_ROOT/%_prefix/doc

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%doc README COPYING TODO doc/HTML/*.html
%{_bindir}/jw
%{_bindir}/docbook2html
%{_bindir}/docbook2man
%{_bindir}/docbook2rtf
%{_bindir}/docbook2tex
%{_bindir}/docbook2texi
%{_bindir}/docbook2txt
%attr(0755,root,root) %{_bindir}/db2html
%{_bindir}/db2rtf
%{_bindir}/db2man
%{_bindir}/sgmldiff
%{_datadir}/sgml/docbook/utils-%{version}
%{_mandir}/*/db2dvi.*
%{_mandir}/*/db2html.*
%{_mandir}/*/db2man.*
%{_mandir}/*/db2ps.*
%{_mandir}/*/db2rtf.*
%{_mandir}/*/docbook2html.*
%{_mandir}/*/docbook2rtf.*
%{_mandir}/*/docbook2man.*
%{_mandir}/*/docbook2tex.*
%{_mandir}/*/docbook2texi.*
%{_mandir}/*/docbook2txt.*
%{_mandir}/*/jw.*
%{_mandir}/*/sgmldiff.*
%{_mandir}/*/*-spec.*

%files pdf
%defattr (-,root,root)
%{_bindir}/docbook2pdf
%{_bindir}/docbook2dvi
%{_bindir}/docbook2ps
%{_bindir}/db2dvi
%{_bindir}/db2pdf
%{_bindir}/db2ps
%{_mandir}/*/db2pdf.*
%{_mandir}/*/docbook2pdf.*
%{_mandir}/*/docbook2dvi.*
%{_mandir}/*/docbook2ps.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.14-16
+ Revision: c4152dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16200 |14mr|dog-1.7-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dog better than cat
Name:		dog
Version:	1.7
Release:	12
License:	GPLv2+
Group:		Text tools
# Seems to be dead
Url:		http://jl.photodex.com/dog/
Source0:	%{name}-%{version}.tar.bz2

%description
Dog is intended as a replacement for the obscure utility "cat".
In addition to emulating all of the behavior of cat,
dog also has some functionality that would normally require a
freaky perl hacker to spew out line noise for perl to interpret.
This includes extracting ranges of lines of text and strfry()ing text.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install %{name} %{buildroot}%{_bindir}/%{name}
install -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

%files
%doc README AUTHORS COPYING
%{_bindir}/%{name}
%{_mandir}/*/%{name}.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7-12
+ Revision: 1b7c364
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16201 |14mr|dolphin-plugins-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plugins for Dolphin to view various VCS files
Name:		dolphin-plugins
Version:	4.13.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-devel
Conflicts:	kdesdk4-core < 1:4.11.0

%description
Plugins for Dolphin to view various VCS files:
 - bazaar
 - dropbox
 - git
 - mercurial (hg)
 - subversion (svn)

%files
%{_kde_libdir}/kde4/fileviewbazaarplugin.so
%{_kde_libdir}/kde4/fileviewdropboxplugin.so
%{_kde_libdir}/kde4/fileviewgitplugin.so
%{_kde_libdir}/kde4/fileviewhgplugin.so
%{_kde_libdir}/kde4/fileviewsvnplugin.so
%{_kde_datadir}/config.kcfg/fileviewsvnpluginsettings.kcfg
%{_kde_datadir}/config.kcfg/fileviewgitpluginsettings.kcfg
%{_kde_datadir}/config.kcfg/fileviewhgpluginsettings.kcfg
%{_kde_services}/fileviewbazaarplugin.desktop
%{_kde_services}/fileviewdropboxplugin.desktop
%{_kde_services}/fileviewgitplugin.desktop
%{_kde_services}/fileviewhgplugin.desktop
%{_kde_services}/fileviewsvnplugin.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 1bc1b5b
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16202 |14mr|dos2unix-6.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Converts DOS-style EOLs to UNIX-style EOLs and vice versa
Name:		dos2unix
Version:	6.0.2
Release:	2
License:	BSD
Group:		Text tools
URL:		http://waterlan.home.xs4all.nl/dos2unix.html
Source0:	http://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz
BuildRequires:	gettext
BuildRequires:	perl-devel
Provides:	unix2dos = %{EVRD}
Provides:	mac2unix = %{EVRD}
Provides:	unix2mac = %{EVRD}
Obsoletes:	unix2dos < 5.3.1

%description
A filter used to convert DOS-style EOLs to UNIX-style EOLs and vice
versa (EOL - End Of Line character).

This package contains updated Benjamin Lin's implementations of dos2unix
and unix2dos.

Benjamin Lin's implementations of dos2unix and unix2dos are a part of many
Linux distributions such as RedHat, Fedora, Suse, Gentoo and others.
This update includes all RedHat patches and fixes several other problems.
Internationalization has been added and ports to various OS have been made.

%prep
%setup -q

%build
%make

%install
%makeinstall_std

# doc is installed two times in doc dir
%__mv %{buildroot}%{_docdir}/%{name}-%{version}/ %{buildroot}%{_docdir}/%{name}

%find_lang %{name}

%files -f %{name}.lang
%doc %{_docdir}/%{name}/*
%{_bindir}/dos2unix
%{_bindir}/unix2dos
%{_bindir}/mac2unix
%{_bindir}/unix2mac
%{_mandir}/man1/*.1*
%{_mandir}/es/man1/*.1*
%{_mandir}/nl/man1/*.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.0.2-2
+ Revision: 1c925c9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16203 |14mr|dosfstools-3.0.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities to create and check MS-DOS FAT filesystems
Name:		dosfstools
Version:        3.0.13
Release:        2
Source0:	http://www.daniel-baumann.ch/software/dosfstools/%{name}-%{version}.tar.bz2
License:	GPLv3+
URL:		http://www.daniel-baumann.ch/software/dosfstools/
Group:		File tools
Obsoletes:	mkdosfs-ygg
Provides:	mkdosfs-ygg = %{version}

%description
Inside of this package there are two utilities to create and to
check MS-DOS FAT filesystems on either harddisks or floppies under
Linux.  This version uses the enhanced boot sector/superblock
format of DOS 3.3+ as well as provides a default dummy boot sector
code.

%prep
%setup -q

%build
%make PREFIX=%{_prefix} CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"

%install
%make DESTDIR=%{buildroot} install-bin install-man PREFIX=%{_prefix} SBINDIR=/sbin

%files
%doc %doc ChangeLog doc/README.*
/sbin/mkdosfs
/sbin/mkfs.msdos
/sbin/mkfs.vfat
/sbin/fsck.msdos
/sbin/fsck.vfat
/sbin/dosfsck
/sbin/dosfslabel
%{_mandir}/man8/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.13-2
+ Revision: b58f4d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16204 |14mr|dotconf-1.0.13-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name dotconf
%define	major 1
%define version 1.0.13
%define release 9
%define	libname_orig libdotconf
%define	libname %mklibname dotconf %{major}
%define	libnamedevel %mklibname dotconf -d
%define	libnamestaticdevel %mklibname dotconf -d -s

Name: %{name}
Summary: A ConfigurationFile Parser Library
Version: %{version}
Release: %{release}
License: LGPL
#v2.1
Group: System/Libraries
URL: http://www.azzit.de/dotconf/
# (fc) 1.0.13-2mdv fix aclocal warning
Patch0:	dotconf-1.0.13-aclocal-warning.patch
Source: http://www.azzit.de/dotconf/download/v1.0/%{name}-%{version}.tar.gz
BuildRequires: recode
%if %mdkversion < 200800
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
%endif

%description
Dotconf is a configuration file parser library.

%package -n %{libname}
Summary: The shared libraries needed for running programs using dotconf
Group: System/Libraries
Provides: %{libname_orig} = %{version}-%{release}
Provides: %{name} = %{version}-%{release}

%description -n	%{libname}
Dotconf is a configuration file parser library.
This package contains only the shared libraries needed for running programs 
dynamically linked against dotconf.

%package -n %{libnamedevel}
Summary: The libraries and headers needed for dotconf development
License: LGPL
Group: Development/C
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
Provides: lib%{name}-devel = %{version}-%{release}

%description -n %{libnamedevel}
Dotconf is a configuration file parser library.
This package contains documentation, headers and shared library symlinks 
needed for dotconf development.

%package -n %{libnamestaticdevel}
Summary: Static libraries for dotconf development
License: LGPL
Group: Development/C
Requires: %{libnamedevel} = %{version}-%{release}
Provides: %{name}-static-devel = %{version}-%{release}

%description -n %{libnamestaticdevel}
Dotconf is a configuration file parser library.
This package contains only the static libraries for dotconf devlopment.

%package -n %{name}-examples
Summary: The examples for the dotconf library
Group: Development/C
Obsoletes:	%{libname}-examples < %{version}-%{release}
Provides:	%{libname}-examples = %{version}-%{release}

%description -n	 %{name}-examples
Dotconf is a configuration file parser library.
This package contains examples, installed in the same place as the 
documentation.

%prep
%setup -q
%patch0 -p1 -b .aclocal-warning
recode l1..u8 AUTHORS doc/dotconf-features.txt

#fix build
autoreconf -i

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_libdir}/*.so.*

%files -n %{libnamedevel}
%defattr(-,root,root)
%doc AUTHORS ChangeLog README doc/dotconf*
%{_bindir}/%{name}-config
%{_includedir}/*.h
%{_datadir}/aclocal/%{name}.m4
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc

%files -n %{libnamestaticdevel}
%defattr(-,root,root)
%{_libdir}/*.a

%files -n %{name}-examples
%defattr(-,root,root)
%doc examples/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.13-9
+ Revision: c9f81a5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16205 |14mr|dovecot-2.2.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without gssapi
%bcond_without ldap
%bcond_without lucene
%bcond_without mysql
%bcond_without pgsql
%bcond_without sqlite
%bcond_without sieve
%bcond_without systemd

# The Sieve plugin needs to reference internal symbols
%define _disable_ld_no_undefined 1

%define major %(echo %version |cut -d. -f1-2)
%define sieve_version 0.4.2

Summary:	Secure IMAP and POP3 server
Name: 		dovecot
Version:	2.2.12
Release:	3
License:	MIT and LGPLv2 and BSD-like and Public Domain
Group:		System/Servers
Url:		http://dovecot.org
Source0:	http://syksy.dovecot.org/releases/%major/%{name}-%{version}.tar.gz
Source1:	http://syksy.dovecot.org/releases/%major/%{name}-%{version}.tar.gz.sig
Source2:	%{name}-pamd
Source3:	%{name}-init
Source4:	http://dovecot.org/tools/migration_wuimp_to_dovecot.pl
Source5:	http://dovecot.org/tools/mboxcrypt.pl
Source6:	http://www.rename-it.nl/dovecot/%major/dovecot-%major-pigeonhole-%{sieve_version}.tar.gz
Source100:	%{name}.rpmlintrc
Source7:	http://www.earth.ox.ac.uk/~steve/sieve/procmail2sieve.pl
Patch0:		dovecot-conf-ssl.patch
Patch1:		dovecot-2.2.2-quota-tirpc.patch

BuildRequires:	cap-devel
BuildRequires:	gettext-devel
BuildRequires:	pam-devel
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(libtirpc)
%if %{with ldap}
BuildRequires:	openldap-devel
%endif
%if %{with lucene}
BuildRequires:	pkgconfig(libclucene-core)
%endif
%if %{with mysql}
BuildRequires:	mysql-devel
%endif
%if %{with pgsql}
BuildRequires:	postgresql-devel
%endif
%if %{with gssapi}
BuildRequires:	pkgconfig(libgssglue)
BuildRequires:	krb5-devel
%endif
%if %{with sqlite}
BuildRequires:	pkgconfig(sqlite3)
%endif
BuildRequires:	rpm-helper >= 0.21
BuildRequires:	bzip2-devel
Provides:	imap-server
Provides:	pop3-server
Provides:	imaps-server
Provides:	pop3s-server
Requires(pre,post,preun,postun):	rpm-helper >= 0.21
Requires:	%{name}-config >= 2.1

%description
Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems, written with
security primarily in mind. Although it's written with C, it uses several
coding techniques to avoid most of the common pitfalls.

Dovecot can work with standard mbox and maildir formats and it's fully
compatible with UW-IMAP and Courier IMAP servers as well as mail clients
accessing the mailboxes directly.

You can build %{name} with some conditional build swithes;

(ie. use with rpm --rebuild):

    --with[out] gssapi		GSSAPI support (enabled)
    --with[out] ldap		LDAP support (enabled)
    --with[out] lucene		Lucene support (enabled)
    --with[out] mysql		MySQL support (enabled)
    --with[out] pgsql		PostgreSQL support (enabled)
    --with[out] sqlite		SQLite support (enabled)
    --with[out] sieve		CMU Sieve support (enabled)

%if %{with sieve}
%package	plugins-sieve
Summary:	CMU Sieve plugin for dovecot LDA
Group:		System/Servers
Requires:	%{name} >= %{version}

%description	plugins-sieve
This package provides the CMU Sieve plugin version %{sieve_version} for dovecot LDA.
%endif

%if %{with pgsql}
%package	plugins-pgsql
Summary:	Postgres SQL backend for dovecot
Group:		System/Servers
Requires:	%{name} >= %{version}

%description	plugins-pgsql
This package provides the Postgres SQL backend for dovecot-auth etc.
%endif

%if %{with mysql}
%package	plugins-mysql
Summary:	MySQL backend for dovecot
Group:		System/Servers
Requires:	%{name} >= %{version}

%description	plugins-mysql
This package provides the MySQL backend for dovecot-auth etc.
%endif

%if %{with ldap}
%package	plugins-ldap
Summary:	LDAP support for dovecot
Group:		System/Servers
Requires:	%{name} >= %{version}

%description	plugins-ldap
This package provides LDAP capabilities to dovecot in a modular form.
%endif

%if %{with gssapi}
%package	plugins-gssapi
Summary:	GSSAPI support for dovecot
Group:		System/Servers
Requires:	%{name} >= %{version}

%description	plugins-gssapi
This package provides GSSAPI capabilities to dovecot in a modular form.
%endif

%if %{with sqlite}
%package	plugins-sqlite
Summary:	SQLite backend for dovecot
Group:		System/Servers
Requires:	%{name} >= %{version}

%description	plugins-sqlite
This package provides the SQLite backend for dovecot-auth etc.
%endif

%package	devel
Summary:	Devel files for Dovecot IMAP and POP3 server
Group:		Development/C
Requires:	%{name} >= %{version}

%description	devel
Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems, written with
security primarily in mind. Although it's written with C, it uses several
coding techniques to avoid most of the common pitfalls.

Dovecot can work with standard mbox and maildir formats and it's fully
compatible with UW-IMAP and Courier IMAP servers as well as mail clients
accessing the mailboxes directly.

This package contains development files for dovecot.

%package	config-standalone
Summary:	Config files for running dovecot standalone
Group:		System/Servers
Provides:	%{name}-config = %version-%release

%description	config-standalone
Config files for running the Dovecot IMAP and POP3 server by itself.

This is the basic configuration for running a Dovecot server - you may
want to install the postfix-dovecot-config package instead if you wish
to run a combination of the Postfix SMTP server and the Dovecot IMAP/POP3
server.

%prep

%setup -q
%if %{with sieve}
%setup -q -D -T -a 6
%endif
%apply_patches

# Remove patch backups so they don't get packaged into the
# config subpackages
find . -name "*~" |xargs rm

%build
%serverbuild

%configure2_5x \
    --enable-header-install \
    --disable-static \
    --with-sql=plugin \
    --with-sql-drivers \
    --with-ssl=openssl \
    --with-ssldir=%{_sysconfdir}/ssl/%{name} \
    --with-moduledir=%{_libdir}/%{name}/modules \
%if %{with systemd}
    --with-systemdsystemunitdir=/lib/systemd/system \
%endif
    --with-nss \
%if %{with ldap}
    --with-ldap=plugin \
%endif
%if %{with pgsql}
    --with-pgsql \
%endif
%if %{with mysql}
    --with-mysql \
%endif
%if %{with sqlite}
    --with-sqlite \
%endif
%if %{with gssapi}
    --with-gssapi=plugin \
%endif
%if %{with lucene}
    --with-lucene \
%endif
    --with-libcap

%make

%if %{with sieve}
pushd dovecot-*-pigeonhole-%{sieve_version}
rm -f configure
autoreconf -fi
touch doc/man/sieve-filter.1
%configure2_5x \
    --disable-static \
    --with-dovecot=../ \
    --with-unfinished-features
%make
popd
%endif

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/pam.d
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_libdir}/%{name}/modules
install -d %{buildroot}/var/lib/%{name}

%makeinstall_std

%if %{with sieve}
pushd dovecot-*-pigeonhole-%{sieve_version}
%makeinstall_std
# temporary borkiness i guess...
f=%{buildroot}%{_mandir}/man1/sieve-filter.1
if ! [ -s $f ]; then rm -f $f; fi
popd
%endif

cat %{SOURCE2} > %{buildroot}%{_sysconfdir}/pam.d/%{name}
%if %{without systemd}
cat %{SOURCE3} > %{buildroot}%{_initrddir}/%{name}
chmod 0755 %{buildroot}%{_initrddir}/%{name}
%endif
pwd
cp doc/example-config/dovecot.conf %{buildroot}%{_sysconfdir}/%{name}/dovecot.conf
cp -a doc/example-config/conf.d %buildroot%{_sysconfdir}/%{name}/
cp %{SOURCE4} .
cp %{SOURCE5} .
# procmail2sieve converter
install -d -m 755 %{buildroot}%{_bindir}
install %{SOURCE7} -m 755 %{buildroot}%{_bindir}
perl -pi -e 's|#!/usr/local/bin/perl|#!%{_bindir}/perl|' \
    %{buildroot}%{_bindir}/procmail2sieve.pl

# placed in doc
rm -f %{buildroot}%{_sysconfdir}/dovecot*-example.conf

# Clean up buildroot
rm -rf %{buildroot}%{_datadir}/doc/dovecot*

%pre
%_pre_useradd dovecot /var/lib/%{name} /bin/false
%_pre_groupadd dovecot dovecot
%_pre_useradd dovenull /var/lib/%{name} /bin/false
%_pre_groupadd dovenull dovenull

%post
%_post_service dovecot
%_create_ssl_certificate dovecot

%preun
%_preun_service dovecot

%postun
%_postun_userdel dovecot
%_postun_groupdel dovecot
%_postun_userdel dovenull
%_postun_groupdel dovenull

%if %{with sieve}
%post plugins-sieve
/sbin/service %{name} condrestart > /dev/null 2>&1 || :

%postun plugins-sieve
if [ "$1" = "0" ]; then
    /sbin/service %{name} condrestart > /dev/null 2>&1 || :
fi
%endif

%if %{with mysql}
%post plugins-mysql
/sbin/service %{name} condrestart > /dev/null 2>&1 || :

%postun plugins-mysql
if [ "$1" = "0" ]; then
    /sbin/service %{name} condrestart > /dev/null 2>&1 || :
fi
%endif

%if %{with pgsql}
%post plugins-pgsql
/sbin/service %{name} condrestart > /dev/null 2>&1 || :

%postun plugins-pgsql
if [ "$1" = "0" ]; then
    /sbin/service %{name} condrestart > /dev/null 2>&1 || :
fi
%endif

%if %{with sqlite}
%post plugins-sqlite
/sbin/service %{name} condrestart > /dev/null 2>&1 || :

%postun plugins-sqlite
if [ "$1" = "0" ]; then
    /sbin/service %{name} condrestart > /dev/null 2>&1 || :
fi
%endif

%if %{with ldap}
%post plugins-ldap
/sbin/service %{name} condrestart > /dev/null 2>&1 || :

%postun plugins-ldap
if [ "$1" = "0" ]; then
    /sbin/service %{name} condrestart > /dev/null 2>&1 || :
fi
%endif

%if %{with gssapi}
%post plugins-gssapi
/sbin/service %{name} condrestart > /dev/null 2>&1 || :

%postun plugins-gssapi
if [ "$1" = "0" ]; then
    /sbin/service %{name} condrestart > /dev/null 2>&1 || :
fi
%endif

%clean
rm -rf %{buildroot}

%files
# to preserve security of the ssl password which may be in the config
# file but also allow the use of the 'deliver' command as any user,
# we set the 'deliver' command sgid mail and have the config file owned
# by root.mail. See bug #44926. idea from Josh Bressers at Red Hat.
# - AdamW 2008/10
%doc AUTHORS ChangeLog COPYING* NEWS README TODO
%doc doc/*.sh doc/*.txt doc/*.cnf
%attr(0750,root,mail) %dir %{_sysconfdir}/%{name}
%attr(0750,root,mail) %dir %{_sysconfdir}/%{name}/conf.d
%doc %{_sysconfdir}/dovecot/README
%if %{with systemd}
/lib/systemd/system/dovecot.service
/lib/systemd/system/dovecot.socket
%else
%attr(0755,root,root) %{_initrddir}/%{name}
%endif
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%{_sbindir}/*
%{_bindir}/doveadm
%{_bindir}/doveconf
%{_bindir}/dsync
%{_bindir}/procmail2sieve.pl
# %dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/checkpassword-reply
%attr(2755,root,mail) %{_libexecdir}/%{name}/deliver
%{_libexecdir}/%{name}/aggregator
%{_libexecdir}/%{name}/anvil
%{_libexecdir}/%{name}/auth
%{_libexecdir}/%{name}/config
%{_libexecdir}/%{name}/decode2text.sh
%{_libexecdir}/%{name}/dict
%{_libexecdir}/%{name}/director
%{_libexecdir}/%{name}/dns-client
%{_libexecdir}/%{name}/doveadm-server
%{_libexecdir}/%{name}/dovecot-lda
%{_libexecdir}/%{name}/imap-urlauth
%{_libexecdir}/%{name}/imap-urlauth-login
%{_libexecdir}/%{name}/imap-urlauth-worker
%{_libexecdir}/%{name}/indexer
%{_libexecdir}/%{name}/indexer-worker
%{_libexecdir}/%{name}/ipc
%{_libexecdir}/%{name}/gdbhelper
%{_libexecdir}/%{name}/imap
%{_libexecdir}/%{name}/imap-login
%{_libexecdir}/%{name}/lmtp
%{_libexecdir}/%{name}/log
%{_libexecdir}/%{name}/maildirlock
%{_libexecdir}/%{name}/pop3
%{_libexecdir}/%{name}/pop3-login
%{_libexecdir}/%{name}/quota-status
%{_libexecdir}/%{name}/rawlog
%{_libexecdir}/%{name}/replicator
%{_libexecdir}/%{name}/script
%{_libexecdir}/%{name}/script-login
%{_libexecdir}/%{name}/ssl-params
%{_libexecdir}/%{name}/stats
%{_libexecdir}/%{name}/xml2text
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libdovecot-compression.so*
%{_libdir}/%{name}/libdovecot-lda.so*
%{_libdir}/%{name}/libdovecot-login.so*
%{_libdir}/%{name}/libdovecot-sql.so*
#{_libdir}/%{name}/libdovecot-ssl.so*
%{_libdir}/%{name}/libdovecot-storage.so*
%{_libdir}/%{name}/libdovecot.so*
%dir %{_libdir}/%{name}/modules
%{_libdir}/%{name}/modules/*.so
%dir %{_libdir}/%{name}/modules/auth
%{_libdir}/%{name}/modules/auth/*.so
%exclude %{_libdir}/%{name}/modules/auth/libauthdb_ldap.so
%exclude %{_libdir}/%{name}/modules/auth/libmech_gssapi.so
%if %{with pgsql}
%exclude %{_libdir}/%{name}/modules/auth/libdriver_pgsql.so
%exclude %{_libdir}/%{name}/modules/dict/libdriver_pgsql.so
%exclude %{_libdir}/%{name}/modules/libdriver_pgsql.so
%endif
%if %{with mysql}
%exclude %{_libdir}/%{name}/modules/auth/libdriver_mysql.so
%exclude %{_libdir}/%{name}/modules/dict/libdriver_mysql.so
%exclude %{_libdir}/%{name}/modules/libdriver_mysql.so
%endif
%if %{with sqlite}
%exclude %{_libdir}/%{name}/modules/auth/libdriver_sqlite.so
%exclude %{_libdir}/%{name}/modules/dict/libdriver_sqlite.so
%exclude %{_libdir}/%{name}/modules/libdriver_sqlite.so
%endif
%dir %{_libdir}/%{name}/modules/doveadm
%{_libdir}/%{name}/modules/doveadm/*.so
%dir %{_libdir}/%{name}/modules/settings
%{_libdir}/%{name}/modules/settings/*.so
%attr(0700,root,root) %dir /var/lib/%{name}
%{_mandir}/man1/deliver.1*
%{_mandir}/man1/doveadm*.1*
%{_mandir}/man1/doveconf.1*
%{_mandir}/man1/dovecot-lda.1*
%{_mandir}/man1/dovecot.1*
%{_mandir}/man1/dsync.1*
%{_mandir}/man1/sieve-dump.1*
%{_mandir}/man1/sieved.1*
%{_mandir}/man7/doveadm-search-query.7*
%{_mandir}/man7/pigeonhole.7*

%files config-standalone
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/%{name}/dovecot.conf
%attr(0644,root,mail) %{_sysconfdir}/%{name}/conf.d/*

%if %{with sieve}
%files plugins-sieve
%{_bindir}/sieve-filter
%{_bindir}/sieve-test
%{_bindir}/sievec
%{_bindir}/sieve-dump
%{_libdir}/%name/libdovecot-sieve.so*
%{_libdir}/%name/sieve
%{_libexecdir}/%name/managesieve
%{_libexecdir}/%name/managesieve-login
%{_mandir}/man1/sievec.1*
%{_mandir}/man1/sieve-filter.1*
%{_mandir}/man1/sieve-test.1*
%endif

%if %{with ldap}
%files plugins-ldap
%{_libdir}/%{name}/modules/auth/libauthdb_ldap.so
%endif

%if %{with gssapi}
%files plugins-gssapi
%{_libdir}/%{name}/modules/auth/libmech_gssapi.so
%endif

%if %{with sqlite}
%files plugins-sqlite
%{_libdir}/%{name}/modules/auth/libdriver_sqlite.so
%{_libdir}/%{name}/modules/dict/libdriver_sqlite.so
%{_libdir}/%{name}/modules/libdriver_sqlite.so
%endif

%if %{with mysql}
%files plugins-mysql
%{_libdir}/%{name}/modules/auth/libdriver_mysql.so
%{_libdir}/%{name}/modules/dict/libdriver_mysql.so
%{_libdir}/%{name}/modules/libdriver_mysql.so
%endif

%if %{with pgsql}
%files plugins-pgsql
%{_libdir}/%{name}/modules/auth/libdriver_pgsql.so
%{_libdir}/%{name}/modules/dict/libdriver_pgsql.so
%{_libdir}/%{name}/modules/libdriver_pgsql.so
%endif

%files devel
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/%{name}/dovecot-config
#{_libdir}/%{name}/modules/*.*a
#{_libdir}/%{name}/modules/auth/*.*a
%{_datadir}/aclocal/*.m4


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.12-3
+ Revision: 7615dc1
- BuildList#2062192: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16206 |14mr|doxygen-1.8.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with doc
%bcond_without qt4

Summary:	Doxygen is THE documentation system for C/C++
Name:		doxygen
Version:	1.8.7
Release:	1
Epoch:		1
Group:		Development/Other
License:	GPLv2+
Url:		http://www.stack.nl/~dimitri/doxygen/
Source0:	ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
Patch0:		doxygen-1.2.12-fix-latex.patch
Patch2:		doxygen-1.8.7-mandir.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gcc-c++
BuildRequires:	pkgconfig(libpng)
%if %{with qt4}
BuildRequires:	qt4-devel
%endif
%if %{with doc}
BuildRequires:	ghostscript
BuildRequires:	python
BuildRequires:	tetex-latex
%endif

%description
Doxygen is a documentation system for C, C++ and IDL. It can generate
an on-line class browser (in HTML) and/or an off-line reference manual
(in LaTeX) from a set of documented source files. There is also
support for generating man lpages and for converting the generated
output into Postscript, hyperlinked PDF or compressed HTML. The
documentation is extracted directly from the sources.

Doxygen can also be configured to extract the code-structure from
undocumented source files. This can be very useful to quickly find
your way in large source distributions.

%files
%if %{with doc}
%doc html examples pdf
%endif
%doc README.md LICENSE
%{_bindir}/doxygen
%{_mandir}/man1/doxygen.1*

#----------------------------------------------------------------------------

%if %{with qt4}
%package doxywizard
Summary:	A GUI for creating and editing configuration files
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description doxywizard
Doxywizard is a GUI for creating and editing configuration files that
are used by doxygen.

%files doxywizard
%{_bindir}/doxywizard
%{_mandir}/man1/doxywizard*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch2 -p1 -b .man

perl -pi -e "s|^TMAKE_CFLAGS_RELEASE.*|TMAKE_CFLAGS_RELEASE = %{optflags}|" tmake/lib/linux-g++/tmake.conf
perl -pi -e "s|/lib$|/%{_lib}|" tmake/lib/linux-g++/tmake.conf
# XXX configure is going to fail if both 32-bit and 64-bit qt3-devel
# are installed
find -type d -exec chmod 0755 {} \;
# build with system libpng
rm -rf libpng

%build
./configure \
    --prefix %{_prefix} \
    --make %{_bindir}/make \
%if %{with qt4}
	--with-doxywizard
%endif

%make LFLAGS="%{?ldflags}"

%if %{with doc}
make docs
mv doc/float.sty latex
mv doc/fancyhdr.sty latex
make pdf
mkdir pdf
mv latex/doxygen_manual.pdf pdf
%endif

%install
make install INSTALL=%{buildroot}%{_prefix}


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.8.7-1
+ Revision: 9dae7c0
- New version 1.8.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16207 |14mr|dpkg-1.17.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(controllib.pl\\)|perl\\(file\\)'
%else
%define _requires_exceptions perl(controllib.pl)\\|perl(file)
%endif

Summary:	Package maintenance system for Debian Linux
Name:		dpkg
Version:	1.17.1
Release:	3
License:	GPLv2+
Group:		System/Configuration/Packaging
Url:		http://packages.debian.org/unstable/base/dpkg.html
Source0:	ftp://ftp.debian.org/debian/pool/main/d/dpkg/%{name}_%{version}.tar.xz
Source2:	debsign.sh
Source3:	debsign.1
Patch0:		update-alternatives-1.17.0-rosa.patch

BuildRequires:	po4a
BuildRequires:	bzip2-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(zlib)

%description
This package contains the programs dpkg which used to handle the installation
and removal of packages on a Debian system.

In order to unpack and build Debian source packages you will need
to install the developers' package `dpkg-dev' as well as this one.

dpkg-dev is not provided on your %{distribution} system.

%package -n	perl-Dpkg
Summary:	Package maintenance system for Debian Linux
Group:		Development/Perl
BuildArch:	noarch

%description -n	perl-Dpkg
This module provides dpkg functionalities.

%package -n	update-alternatives
Summary:	Alternative management system
Group:		System/Configuration/Packaging
# explicit file provides
Provides:	%{_sbindir}/alternatives
Provides:	%{_sbindir}/update-alternatives

%description -n	update-alternatives
update-alternatives creates, removes, maintains and displays
information about the symbolic links comprising the alternatives
system. It is possible for several programs fulfilling the same or
similar functions to be installed on a single system at the same time.
For example, many systems have several text editors installed at once.
This gives choice to the users of a system, allowing each to use a
different editor, if desired, but makes it difficult for a program to
make a good choice of editor to invoke if the user has not specified a
particular preference.

%prep
%setup -q
%apply_patches

%build
CONFIGURE_TOP="$PWD"
mkdir -p dpkg
pushd dpkg
%configure2_5x \
	--disable-dselect \
	--disable-install-info \
	--disable-update-alternatives \
	--with-admindir=%{_localstatedir}/lib/%{name} \
	--with-zlib \
	--with-bz2 \
	--with-liblzma

%make
popd

mkdir -p update-alternatives
pushd update-alternatives
CFLAGS="%{optflags} -Os" \
%configure2_5x \
	--disable-dselect \
	--disable-install-info \
	--disable-start-stop-daemon \
	--with-admindir=%{_localstatedir}/lib/rpm/
%make -C lib/compat
%make -C utils/
popd

%install
%makeinstall_std -C dpkg

install -m755 %{SOURCE2} -D %{buildroot}%{_bindir}/debsign
install -m644 %{SOURCE3} -D %{buildroot}%{_mandir}/man1/debsign.1

%find_lang %{name} dpkg-dev %{name}.lang

install -d -m755 %{buildroot}%{_sysconfdir}/alternatives
install -d -m755 %{buildroot}%{_localstatedir}/lib/rpm/alternatives
install -d -m755 %{buildroot}%{_localstatedir}/log

touch %{buildroot}%{_localstatedir}/log/update-alternatives.log

install -m755 update-alternatives/utils/update-alternatives -D %{buildroot}%{_sbindir}/update-alternatives
install -m644 man/update-alternatives.8 -D %{buildroot}%{_mandir}/man8/update-alternatives.8

# I really doubt the actual usefulness of these..
ln -s update-alternatives %{buildroot}%{_sbindir}/alternatives
ln -sr %{buildroot}%{_localstatedir}/lib/rpm/alternatives %{buildroot}%{_localstatedir}/lib/alternatives

%files -f %{name}.lang
%{_bindir}/d*
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/parsechangelog
%dir %{_libdir}/%{name}/parsechangelog/debian
%{_sbindir}/*
%exclude %{_sbindir}/alternatives
%exclude %{_sbindir}/update-alternatives
%dir %{_datadir}/%{name}
%dir %{_localstatedir}/lib/%{name}
%{_datadir}/%{name}/cputable
%{_datadir}/%{name}/ostable
%{_datadir}/%{name}/triplettable
%{_datadir}/dpkg/abitable
%{_datadir}/%{name}/*.mk
%{_localstatedir}/lib/%{name}/*
%dir %{_sysconfdir}/%{name}
%{_mandir}/man1/d*
%{_mandir}/man5/*
%{_mandir}/man8/*
%exclude %{_mandir}/man8/update-alternatives.8*
%lang(de) %{_mandir}/de/man?/*
%lang(ja) %{_mandir}/ja/man?/*
%lang(pl) %{_mandir}/pl/man?/*
%lang(sv) %{_mandir}/sv/man?/*
%lang(fr) %{_mandir}/fr/man?/*
%lang(hu) %{_mandir}/hu/man?/*
%lang(it) %{_mandir}/it/man?/*
%lang(es) %{_mandir}/es/man?/*
%{_includedir}/dpkg/*
%{_mandir}/man3/*
%{_libdir}/libdpkg.a
%{_libdir}/pkgconfig/libdpkg.pc

%files -n perl-Dpkg
%{perl_vendorlib}/Dpkg
%{perl_vendorlib}/Dpkg.pm

%files -n update-alternatives
%dir %{_sysconfdir}/alternatives
%{_sbindir}/alternatives
%{_sbindir}/update-alternatives
%{_mandir}/man8/update-alternatives.8*
%{_localstatedir}/lib/alternatives
%dir %{_localstatedir}/lib/rpm/alternatives
%ghost %{_localstatedir}/log/update-alternatives.log


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.17.1-3
+ Revision: 3722ea0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16208 |14mr|dracut-037-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Next generation initrd image generator
Name:		dracut
Version:	037
Release:	15
Group:		System/Base
License:	GPLv2+
URL:		https://dracut.wiki.kernel.org/
# http://git.kernel.org/cgit/boot/dracut/dracut.git/
Source0:	http://www.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz
Source3:	50-dracut-rosa.conf
# (tpg) simple script to provide a backup for current working initrd file
Source4:	initrd-backup.sh
# (bero) uvesafb support scripts
Source10:	uvesafb-module-setup.sh
Source11:	uvesafb-pretrigger.sh
# (bero) load KMS drivers if possible (and before uvesafb is tried as an alternative)
Source12:	drm-pretrigger.sh
# (bero) xorg.blacklist support
Source15:	xorgblacklist-module-setup.sh
Source16:	xorgblacklist-pre.sh
Source17:	xorgblacklist.sh
# (bor) mdv-specific fixes
#Patch1000:	dracut-011-mdv.patch
# (bor) Restore original Mandriva behaviour of adding bootchart if RPM is installed.
Patch1001:	dracut-037-undisable_bootchart.patch
# (bor) compatibility with mkinitrd
Patch1002:	dracut-010-mkinitrd.patch
# (bor) Add support for KEYTABLE to dynamically determine whether to install UNICODE or non-UNICODE keymap version.
Patch1003:	dracut-037-aufs-mount.patch
Patch1005:	dracut-027-modprobe-dm-mod.patch
Patch1006:	dracut-037-modprobe-loop.patch
Patch1010:	dracut-037-busybox-fallback-to-busybox.static-if-no-busybox.patch
Patch1011:	dracut-037-use-busybox--list.patch
Patch1012:	dracut-024-dont-compress-kernel-modules-within-initramfs.patch
Patch1013:	dracut-034-fix-prelink.patch

Patch1015:	dracut-037-use-initrd-in-stead-of-initramfs-filename.patch
Patch1016:	dracut-037-fix-keyctl-path.patch

### GIT PATCHES GOES HERE  ###
###
Patch1017:      dracut-037.LABEL.patch
Patch1018:      dracut-037.map.files.patch

BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	xsltproc
BuildRequires:	dash
BuildRequires:	bash
BuildRequires:	asciidoc
BuildRequires:	systemd-units
BuildRequires:	bash-completion

Requires:	systemd >= 198
%ifarch %{ix86} x86_64
Requires:	v86d
%endif
Provides:	mkinitrd-command
Requires(pre):	filesystem
Requires(pre):	coreutils
Suggests:	plymouth
Requires:	udev
Requires:	util-linux-ng
Requires:	kmod-compat
Requires:	e2fsprogs
Requires:	cpio
Requires:	findutils
Requires:	binutils
Requires:	grep
Requires:	mktemp
Requires:	bash
Requires:	dash
Requires:	kbd
Requires:	tar
Requires:	gzip
Requires:	bzip2
Requires:	file
Requires:	bridge-utils
Requires:	initscripts
#Requires:	bootloader-utils
Requires(pre):	rpm-helper
Requires(post,postun):	update-alternatives
Conflicts:	mkinitrd < 6.0.93-10
Conflicts:	nash < 6.0.93-11
Obsoletes:	dracut < 013

%description
Dracut contains tools to create a bootable initramfs for 2.6 Linux kernels.
Unlike existing implementations, dracut does hard-code as little as possible
into the initramfs. Dracut contains various modules which are driven by the
event-based udev. Having root on MD, DM, LVM2, LUKS is supported as well as
NFS, iSCSI, NBD, FCoE with the dracut-network package.

%prep
%setup -q
%apply_patches
# We don't want to strip dracut-install, that's debuginfo's job
sed -i -e 's,\$(strip),,g' install/Makefile


# And xorg.blacklist support
mkdir modules.d/01xorgblacklist
install -c -m 755 %{SOURCE15} modules.d/01xorgblacklist/module-setup.sh
install -c -m 755 %{SOURCE16} modules.d/01xorgblacklist/xorgblacklist-pre.sh
install -c -m 755 %{SOURCE17} modules.d/01xorgblacklist/xorgblacklist.sh

%build
%global optflags %{optflags} -Os
%serverbuild_hardened

%configure2_5x \
	--systemdsystemunitdir=%{_unitdir} \
	--bashcompletiondir=$(pkg-config --variable=completionsdir bash-completion) \
	--libdir=%{_prefix}/lib

%make CC=%{__cc}

%install
%makeinstall_std

install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/dracut.conf.d

echo "DRACUT_VERSION=%{version}-%{release}" > %{buildroot}%{_prefix}/lib/dracut/dracut-version.sh

# bluca remove patch backup files
find %{buildroot} -type f -name '*.orig' -exec rm {} \;
find %{buildroot} -type f -name '*~' -exec rm {} \;

# fix permission of module files
chmod +x %{buildroot}%{_prefix}/lib/dracut/modules.d/*/*.sh

mkdir -p %{buildroot}/boot/dracut
mkdir -p %{buildroot}%{_var}/lib/dracut/overlay
install -m 755 -d %{buildroot}%{_datadir}/dracut

mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}/sbin
mv %{buildroot}%{_bindir}/* %{buildroot}%{_sbindir}/

ln -s %{_sbindir}/dracut %{buildroot}%{_bindir}/dracut
ln -s %{_sbindir}/dracut %{buildroot}/sbin/dracut
ln -s %{_prefix}/lib/dracut/dracut-install %{buildroot}%{_sbindir}/dracut-install

mkdir -p %{buildroot}%{_localstatedir}/log
touch %{buildroot}%{_localstatedir}/log/dracut.log
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
install -m 0644 dracut.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/dracut

mv %{buildroot}%{_sbindir}/lsinitrd %{buildroot}%{_sbindir}/lsinitrd-dracut
mv %{buildroot}%{_sbindir}/mkinitrd %{buildroot}%{_sbindir}/mkinitrd-dracut

# rpmlint madness
chmod 755 %{buildroot}%{_prefix}/lib/dracut/modules.d/99aufs-mount/module-setup.sh

# (tpg) don't follow this usr madness
# systemctl sits in /bin, and it symlinks to /usr/bin
sed -i -e 's#/usr/bin/systemctl#/bin/systemctl#g' %{buildroot}%{_prefix}/lib/dracut/modules.d/98systemd/*.service
# (tpg) use real path for udevadm
sed -i -e 's#/usr/bin/udevadm#/sbin/udevadm#g' %{buildroot}%{_prefix}/lib/dracut/modules.d/98systemd/*.service

# (tpg) this conflicts with mkinitrd
rm -rf %{buildroot}%{_mandir}/man8/mkinitrd.8*

install -m755 %{SOURCE4} %{buildroot}%{_bindir}/initrd-backup.sh

%post
update-alternatives --install /sbin/mkinitrd mkinitrd %{_sbindir}/mkinitrd-dracut 110 || :
update-alternatives --install /sbin/lsinitrd lsinitrd %{_sbindir}/lsinitrd-dracut 110 || :
if [ -d /lib/modules/$(uname -r) ]; then
    %{_sbindir}/dracut -f /boot/initrd-$(uname -r).img $(uname -r)
fi

%postun
[ ! -e /usr/sbin/mkinitrd-dracut ] && update-alternatives --remove mkinitrd %{_sbindir}/mkinitrd-dracut || :
[ ! -e /usr/sbin/lsinitrd-dracut ] && update-alternatives --remove lsinitrd %{_sbindir}/lsinitrd-dracut || :

%files
%doc README.generic README.modules README.kernel HACKING TODO AUTHORS
%dir /boot/dracut
%dir %{_datadir}/dracut
%dir %{_var}/lib/dracut
%dir %{_var}/lib/dracut/overlay
%dir %{_prefix}/lib/dracut/modules.d
%dir %{_prefix}/lib/kernel/install.d
%dir %{_sysconfdir}/dracut.conf.d
%config %{_sysconfdir}/dracut.conf
%config %{_sysconfdir}/logrotate.d/dracut
%attr(0644,root,root) %ghost %config(missingok,noreplace) %{_localstatedir}/log/dracut.log
%{_sysconfdir}/dracut.conf.d/50-dracut-rosa.conf
/sbin/dracut
%{_sbindir}/dracut
%{_bindir}/dracut
%{_bindir}/initrd-backup.sh
%{_sbindir}/dracut-catimages
%{_sbindir}/dracut-install
%{_sbindir}/lsinitrd-dracut
%{_sbindir}/mkinitrd-dracut
%{_unitdir}/*.service
%{_unitdir}/*/*.service
%{_prefix}/lib/kernel/install.d/5*-dracut*.install
%{_prefix}/lib/dracut/skipcpio
%{_prefix}/lib/dracut/dracut-install
%{_prefix}/lib/dracut/dracut-version.sh
%{_prefix}/lib/dracut/dracut-functions.sh
%{_prefix}/lib/dracut/dracut-functions
%{_prefix}/lib/dracut/modules.d/*
%{_prefix}/lib/dracut/dracut-initramfs-restore
%{_prefix}/lib/dracut/dracut-logger.sh
%{_datadir}/bash-completion/completions/dracut
%{_datadir}/bash-completion/completions/lsinitrd
%{_mandir}/man1/lsinitrd.1.*
%{_mandir}/man5/dracut.conf.5*
%{_mandir}/man7/dracut.bootup.7.xz
%{_mandir}/man7/dracut.kernel.7*
%{_mandir}/man7/dracut.cmdline.7*
%{_mandir}/man7/dracut.modules.7*
%{_mandir}/man8/dracut*.8*
%{_mandir}/man8//mkinitrd-suse.8*

%changelog
* Thu Sep 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 037-15
+ Revision: 66bf7b7
- Avoid bashism in aufs patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16209 |14mr|dragonplayer-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple video player for KDE 4
Name:		dragonplayer
Epoch:		3
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2
Url:		http://www.kde.org/applications/multimedia/dragonplayer/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/dragon-%{version}.tar.xz

BuildRequires:	kdelibs4-devel
Requires:	kdebase4-runtime
Conflicts:	kdemultimedia4-core < 3:4.5.71
Conflicts:	kmix < 3:4.8.95

%description
Dragon Player is a multimedia player where the focus is on simplicity,
instead of features. Dragon Player does one thing, and only one thing,
which is playing multimedia files. It's simple interface is designed not
to get in your way and instead empower you to simply play multimedia
files.

%files
%{_kde_bindir}/dragon
%{_kde_appsdir}/dragonplayer
%{_kde_appsdir}/solid/actions/dragonplayer-opendvd.desktop
%{_kde_iconsdir}/*/*/*/*
%{_kde_mandir}/man1/*
%{_kde_libdir}/kde4/dragonpart.so
%{_kde_applicationsdir}/dragonplayer.desktop
%{_kde_services}/ServiceMenus/dragonplayer_*
%{_kde_services}/dragonplayer_part.desktop
%{_kde_configdir}/dragonplayerrc
%{_kde_docdir}/HTML/en/dragonplayer

#------------------------------------------------------------------------------

%prep
%setup -q -n dragon-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 99810b3
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16210 |14mr|drak3d-1.29-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define drakxtools_required_version  10.4.90-1mdv2007.0
%define drakxtools_conflicted_version  10.4.89

Summary:  3D desktop effects tools
Name:     drak3d
Version:  1.29
Release:  5
Source0:  %name-%version.tar.bz2
License:  GPL
Group:    System/Configuration/Hardware
Url:      http://wiki.mandriva.com/en/Docs/Desktop/Accelerated_Desktop
BuildRequires: perl-MDK-Common-devel gettext
Requires: drakxtools-backend => %drakxtools_required_version
# we need the common pam usermode config files
Requires: usermode-consoleonly >= 1.92-4mdv2008.0
BuildRoot: %_tmppath/%name-%version-buildroot
# for program:
Conflicts: drakxtools <= %drakxtools_conflicted_version
# for man pages:
Conflicts: drakxtools-curses <= %drakxtools_conflicted_version
BuildArch: noarch

%description
Drak3d enables to configure 3D desktop effects.

%prep
%setup -q

%build
%make

%install
rm -fr %{buildroot}
%makeinstall_std

#install lang
%find_lang %name

mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d

cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/29drak3d <<EOF
NAME=drak3d
ICON=drak3d.png
EXEC=/usr/sbin/drak3d
DESC=3D Desktop effects configuration
SCRIPT:
exec /usr/sbin/drak3d
EOF

# consolehelper config
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/drak3d
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/drak3d <<EOF
USER=<user>
PROGRAM=/usr/sbin/drak3d
FALLBACK=false
SESSION=true
EOF

mkdir -p %{buildroot}%{_sysconfdir}/pam.d
ln -sf %{_sysconfdir}/pam.d/mandriva-simple-auth %{buildroot}%{_sysconfdir}/pam.d/drak3d

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc COPYING ChangeLog
%config(noreplace) %{_sysconfdir}/pam.d/drak3d
%config(noreplace) %{_sysconfdir}/security/console.apps/drak3d
%{_bindir}/drak3d
%{_sbindir}/*
/usr/lib/libDrakX/icons/*
%{_sysconfdir}/X11/wmsession.d/29drak3d
/usr/lib/libDrakX/Xconfig/glx.pm




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.29-5
+ Revision: 07f2260
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16211 |14mr|drakbt-0.17.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	drakbt
%define version	0.17.5
%define release 5

Summary:	The Mandriva Linux Bittorrent link and status checker
Name:		%{name}
Version:	%{version}
Release:    %{release}
#cvs source
# http://www.mandrivalinux.com/en/cvs.php3
Source0:	%{name}-%{version}.tar.bz2
License:	GPLv2+
URL:		http://qa.mandriva.com
Group:		Networking/File transfer
Requires:	drakxtools >= 10-57mdk, perl-libwww-perl >= 5.800-1mdk, perl-Digest-SHA1 >= 2.10-1mdk, transmission-gui
Requires(post):	desktop-file-utils
Requires(postun):	desktop-file-utils

BuildArch:	noarch
BuildRequires:	perl-MDK-Common-devel
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
Drakbt reports status information for a given torrent file or URL. 
It can connect automatically to Mandriva Linux websites to grab and 
display available torrents.
You should provide login and password if you want to connect to club
member restricted torrents. 
After all checks are done, you can trigger the download process from
drakbt.

Information displayed are :
- current number of complete copies (seeds) 
- incomplete copies (leeches) currently active.
- Bittorrent port reachability
- Hash info ....

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
make PREFIX=%{buildroot} install 

#menu-xdg
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Bittorrent Checker
Comment=Mandriva Linux Bittorrent checker
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
MimeType=application/x-bittorrent;
Categories=GTK;Network;FileTransfer;P2P;X-MandrivaLinux-CrossDesktop;
EOF

#install lang
%{find_lang} %{name}

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}
%{update_desktop_database}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_desktop_database}
%endif

%files -f %{name}.lang
%defattr(-,root,root)
%doc README COPYING
%{_bindir}/*
/usr/lib/libDrakX/network/*.pm
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}*.desktop
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.17.5-5
+ Revision: 9071611
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16212 |14mr|drakconf-12.19.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:  The Mandriva Linux Control Center 
Name: drakconf
Version:  12.19.2
Release:  6
# get the source from our cvs repository (see
# http://www.mandrivalinux.com/en/cvs.php3)
Source0:  %name-%version.tar.lzma
Source1:  drakconf16.png
Source2:  drakconf32.png
Source3:  drakconf48.png
License:  GPLv2+
Group:    System/Configuration/Other
Url:      http://wiki.mandriva.com/en/ControlCenter
Obsoletes: DrakConf
Provides: DrakConf
BuildRequires: gettext intltool
BuildRequires: perl-MDK-Common-devel
BuildRequires: drakxtools-backend
Requires: mandriva-release, drakxtools >= 11.64
Requires: harddrake-ui > 10-12mdk, popt >= 1.6.4-24mdk, usermode
Requires: perl-Gtk2 >= 1.023-1mdk, perl-Gnome2-Vte
Requires: gtk+2.0 >= 2.2.0-3mdk, perl-MDK-Common => 1.0.4-16mdk
Suggests: drakfax, system-config-printer >= 1.0.4-4mdv, rpmdrake, transfugdrake, drakmenustyle, drakguard, draksnapshot
Suggests: mdkonline >= 2.77.19
#Requires: drakcronat >= 0.1.3-1mdk # currenly broken, actually waiting for gtk+-2.x port completion
Requires: userdrake => 1.2-1mdk
Requires: drakconf-icons = %version
Requires: drakx-net, drakx-kbd-mouse-x11
Conflicts: rpmdrake < 2.4-5mdk
# workaround rpm issues on updates (bad ordering relating to virtual packages?):
Requires: perl-Gtk2-WebKit
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
drakconf includes the Mandriva Linux Control Center which is an interface to 
multiple utilities from DrakXtools.

%package icons
Summary: Icons of the Mandriva Linux Control Center
Group:   Graphical desktop/Other
Conflicts: drakconf < 10.2-4mdk
Suggests: drakconf-kde4	

%description icons
This package hold icons of the Mandriva Linux Control Center used in
tools' banners.

%prep
%setup -q
%apply_patches

%build

%install
%makeinstall_std

(cd %{buildroot} ; find usr -type f -name "*.png"  -printf "/%%p\n") > images-big.list
perl -ni -e '/128/ ? print : print STDERR $_ ' images-big.list 2> images.list
cat images-big.list >> %name.lang

#remove not needing files
rm -rf %{buildroot}%{_datadir}/locale/*
rm -f  %{buildroot}%{_datadir}/mcc/progs.conf
rm -rf %{buildroot}%{_sysconfdir}
rm -rf %{buildroot}%{_bindir}
rm -rf %{buildroot}%{_sbindir}
rm -rf %{buildroot}%{_datadir}/applications/
rm -rf %{buildroot}%{perl_vendorlib}/
rm -f  %{buildroot}%{_datadir}/mcc/progs.conf

%files icons -f images.list
%defattr(-,root,root)
%{_datadir}/mcc/themes/default/*128.png
%dir %{_datadir}/mcc/themes/
%dir %{_datadir}/mcc/themes/default
%{_datadir}/mcc/themes/default/gtkrc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 12.19.2-6
+ Revision: ed87d73
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16213 |14mr|drakconf-kde4-2014.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Drakx tools implementaion for KDE4 Control Center
Name:		drakconf-kde4
Version:	2014.1
Release:	1
License:	GPLv2+
Group:		System/Base

Requires:	kcm-drakauth
#Requires:	kcm-drakdvb
Requires:	kcm-drakfirewall
Requires:	kcm-drakguard
#Requires:	kcm-drakinvictus
Requires:	kcm-draksec
Requires:	kcm-grub2
Requires:	kcm-harddrake
Requires:	kcm-printer
Requires:	kcm-rpmdrake
Requires:	kcm-rpmdrake-sources
Requires:	kcm-rpmdrake-update
#Requires:	kcm-update-freq
Requires:	kcm-userdrake
Requires:	kcm-XFdrake

Requires:	drakconf-icons
Requires:	drakguard
Requires:	drakx-kbd-mouse-x11
Requires:	drakx-net
Requires:	drakxtools
Requires:	gtk+2.0
Requires:	harddrake-ui
Requires:	mandriva-release
Requires:	perl-Gnome2-Vte
Requires:	perl-Gtk2
Requires:	perl-MDK-Common
Requires:	rpmdrake
Requires:	userdrake
Requires:	usermode
Suggests:	mdkonline
Suggests:	system-config-printer

Conflicts:	drakconf

BuildArch:	noarch

%description
This metapackage install needing KCM plugins for run Drakx utilites
via KDE Control Center. It's install Rpmdrake, XFdrake, Firewall,
Userdrake and other utilites.

%files

#----------------------------------------------------------------------------

%prep

%build

%install


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014.1-1
+ Revision: 7e9c54e
- Sort Requires, bump version, make noarch package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16214 |14mr|drakfax-0.17.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.17.3
%define name drakfax

Summary:	Fax configuration tool
Name:		%{name}
Version:	%{version}
Release:	8
#cvs source
# http://www.mandrivalinux.com/en/cvs.php3
Source0:	%{name}-%{version}.tar.bz2
License:	GPLv2+
URL:		https://qa.mandriva.com
Group:		System/Configuration/Networking
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	drakxtools >= 10-0.9mdk, perl-Gtk2 >= 1.023-2mdk, hylafax-client >= 4.1.8-2mdk
Buildrequires:	perl-MDK-Common-devel
BuildArch:	noarch

%description
drakfax is a tool to setup a fax (modem fax), to send and receive 
facsimiles.
drakfax also provides a client to send facsimile locally or via 
a hylafax server.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
make PREFIX=$RPM_BUILD_ROOT install 

#install lang
%{find_lang} drakfax

#install menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-drakfax.desktop << EOF
[Desktop Entry]
Name=Fax configuration
Comment=A client and server fax configuration tool
Exec=%{_bindir}/%{name}
Icon=%{name}
Type=Application
Categories=GTK;Settings;
NoDisplay=true
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files -f drakfax.lang
%defattr(-,root,root)
%doc FEATURES
%{_bindir}/*
%{_sbindir}/*
%{_datadir}/drakfax
%{_datadir}/applications/mandriva-*.desktop
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.17.3-8
+ Revision: a5ab7d1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16215 |14mr|drakfirsttime-2.25.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: The Mandriva Linux First Time Wizard
Name: drakfirsttime
Version: 2.25.5
Release: 5
# http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/ftw/
Source0: %{name}-%{version}.tar.lzma
URL: http://qa.mandriva.com/
License: GPL
Group: System/Configuration/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: drakxtools >= 12.77.1
Requires: perl-MDK-Common >= 1.1.17-3mdk
Requires: perl-libwww-perl >= 5.800-1mdk
# for connection test:
Requires: libdrakx-net
Requires: xinitrc >= 2.4.9-1mdk
Suggests: hcl
Requires: xrandr
Requires: drakx-installer-matchbox
BuildRequires: gettext perl-devel perl-MDK-Common-devel
BuildArch: noarch

%description
The First Time Wizard is a config tool to help a Mandriva Linux user to
set up some basic things, like registration at Mandriva Club/Mandriva Expert
and Mandriva Online the first time the system boots.
This package also includes the drakclub wizard, to set the club urpmi
sources.

%prep
%setup -q

%install
rm -rf %{buildroot}
%makeinstall_std PREFIX=%buildroot%_prefix

#we are using webkit, so  no ue shipping firefox ext
rm -fr %buildroot%_datadir/%name/firefox

#install lang
%{find_lang} drakfirstboot

%if %mdkversion < 200900
%post
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%clean_icon_cache hicolor
%endif

%clean
rm -rf %{buildroot}

%files -f drakfirstboot.lang
%defattr(-,root,root)
%doc README COPYING NEWS
%{_sysconfdir}/X11/xsetup.d/??firstboot.xsetup
%_bindir/*
%config(noreplace) %{_sysconfdir}/sysconfig/firstboot
%{_datadir}/drakfirsttime



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.25.5-5
+ Revision: 94d88f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16216 |14mr|drakguard-0.7.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:  Parental control tool
Name:     drakguard
Version:  0.7.14
Release:  2
Source0:  %name-%version.tar.xz
License:  GPL
Group:    System/Configuration/Other
Url:      http://www.mandriva.com/
BuildRequires: perl-MDK-Common-devel gettext
Requires: drakxtools >= 10.22
Requires: drakx-net >= 0.41
BuildRoot: %_tmppath/%name-%version-buildroot
BuildArch: noarch

%description
This tool allows to configure parental control. It can block access to
web sites and restrict connection during a specified timeframe.

%prep
%setup -q

%build
%make

%install
rm -fr %{buildroot}
%makeinstall_std
%find_lang %name

%files -f %{name}.lang
%defattr(-,root,root)
%doc NEWS
%{_sbindir}/%{name}
/usr/lib/libDrakX/icons/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.14-2
+ Revision: b808b51
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16217 |14mr|draklive-config-One-0.1-0.20090428.1.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name draklive-config-One
%define version 0.1
%define svnsnap 20090428.1
%define rel 4
%define release %mkrel 0.%{svnsnap}.%{rel}
%define distname %{name}-%{svnsnap}
# DATE=$(date +%Y%m%d)
# svn export http://svn.mandriva.com/svn/config/One/trunk draklive-config-One-$DATE
# tar cjf draklive-config-One-$DATE.tar.bz2 draklive-config-One-$DATE

Summary: Configuration files to build Mandriva One with draklive
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{distname}.tar.bz2
License: GPL
Group: System/Configuration/Other
Url: http://wiki.mandriva.com/en/Draklive
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
This package contains the required configuration files to build
Mandriva One live CDs with the draklive tool.

%prep
%setup -q -n %{distname}

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
cp -a * %{buildroot}%{_sysconfdir}/%{name}

%post
if [ ! -e %{_sysconfdir}/draklive ]; then
   ln -s %{name} %{_sysconfdir}/draklive
fi
:

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_sysconfdir}/%{name}



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1-0.20090428.1.4
+ Revision: cc20b50
- Automatic import for version 0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16218 |14mr|draklive-install-1.45-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name draklive-install
%define version 1.45
%define release 12
%define iconname ROSAOne-install-icon.png
%define xsetup_level 60

Summary:	Live installer
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.xz
Source1:        60-dracut-isobuild.conf
Source2:	efi-remount.sh
Source3:	remove-live-user.sh
Patch1:         error-processing-fix.patch
Patch2:         support-file-swap.patch
Patch3:         fixed-wait-dialog-not-hidden.patch
Patch4:         bootloader-hdd-list-improved.patch
Patch5:         grub-install-fixes.patch
Patch6:         support-efi-and-gpt.patch
Patch7:         exclude-live-root-from-bootloader.patch
Patch8:         support-crypted-system-partitions.patch
Patch9:         startup-center-window.patch
Patch10:        bootloader-remember-selected-entry.patch
License:	GPL
Group:		System/Configuration/Other
Url:		https://abf.rosalinux.ru/soft/draklive-install
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:      noarch
Requires:	drakxtools >= 14.47-12
Requires:	drakx-installer-matchbox
BuildRequires:	intltool

%description
This tool allows to install Rosa from a running live system.

%prep
%setup -q
%apply_patches

%build
%make

%install
rm -rf %buildroot

%makeinstall

for product in one flash; do
  install -D -m 0755 %name.desktop %buildroot%_datadir/mdk/desktop/$product/%name.desktop
done
install -D -m 0755 %name %buildroot/%_sbindir/%name
install -m 0755 %{name}-lock-storage %buildroot/%_sbindir/

mkdir -p %buildroot%_bindir
ln -sf consolehelper %buildroot%_bindir/%{name}-lock-storage
mkdir -p %{buildroot}%{_sysconfdir}/pam.d

cat > %{buildroot}%{_sysconfdir}/pam.d/%{name}-lock-storage  <<EOF
#%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps

cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name}-lock-storage <<EOF
USER=<user>
PROGRAM=/usr/sbin/%{name}-lock-storage
FALLBACK=false
SESSION=true
EOF

mkdir -p %buildroot{%_miconsdir,%_iconsdir,%_liconsdir,%_menudir,%_datadir/libDrakX/pixmaps/{en,ru},%_datadir/libDrakX/advert/{en,ru},%_datadir/applications,%_datadir/icons/hicolor/{16x16,32x32,48x48}/apps}
install data/icons/IC-installone-48.png %buildroot%_liconsdir/%iconname
install data/icons/IC-installone-32.png %buildroot%_iconsdir/%iconname
install data/icons/IC-installone-16.png %buildroot%_miconsdir/%iconname
cp -l %buildroot%_liconsdir/%iconname %buildroot%_datadir/icons/hicolor/48x48/apps/%iconname
cp -l %buildroot%_liconsdir/%iconname %buildroot%_datadir/icons/hicolor/32x32/apps/%iconname
cp -l %buildroot%_liconsdir/%iconname %buildroot%_datadir/icons/hicolor/16x16/apps/%iconname

#install advert to properties directores
install data/icons/en/ROSAOne-*.png %buildroot%_datadir/libDrakX/pixmaps/en/
install data/advert/en/* %buildroot%_datadir/libDrakX/advert/en/
install data/icons/ru/ROSAOne-*.png %buildroot%_datadir/libDrakX/pixmaps/ru/
install data/advert/ru/* %buildroot%_datadir/libDrakX/advert/ru/

install rosa-draklive-install.desktop %buildroot%_datadir/applications/
install -D -m 0755 %{name}.xsetup %buildroot%_sysconfdir/X11/xsetup.d/%{xsetup_level}%{name}.xsetup
install -m 0755 clean_live_hds %buildroot%_sbindir/clean_live_hds
mkdir -p %buildroot%_sysconfdir/%{name}.d/isobuild/
install -m 0644 -D %{SOURCE1} %buildroot%_sysconfdir/%{name}.d/isobuild/60-dracut-isobuild.conf
install -m 0755 -D %{SOURCE2} %buildroot%_sysconfdir/%{name}.d/run.d/efi-remount.sh
install -m 0755 -D %{SOURCE3} %buildroot%_sysconfdir/%{name}.d/run.d/remove-live-user.sh

%find_lang %name

%files -f %name.lang
%defattr(-,root,root)
%_sbindir/%name
%_sbindir/%{name}-lock-storage
%_bindir/%{name}-lock-storage
%{_sysconfdir}/pam.d/%{name}-lock-storage
%{_sysconfdir}/security/console.apps/%{name}-lock-storage
%_datadir/mdk/desktop/*/*.desktop
%_datadir/applications/rosa-draklive-install.desktop
%_iconsdir/%iconname
%_liconsdir/%iconname
%_miconsdir/%iconname
%_datadir/icons/hicolor/*/apps/%iconname
%_datadir/libDrakX/pixmaps/en/ROSAOne-*.png
%_datadir/libDrakX/pixmaps/ru/ROSAOne-*.png
%_datadir/libDrakX/advert/*
%_sysconfdir/X11/xsetup.d/??%{name}.xsetup
%dir %_sysconfdir/%{name}.d
%dir %_sysconfdir/%{name}.d/sysconfig
%dir %_sysconfdir/%{name}.d/isobuild/
%_sysconfdir/%{name}.d/isobuild/*
%_sysconfdir/%{name}.d/run.d/*
%{_sbindir}/clean_live_hds

%changelog
* Wed Aug 13 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.45-12
+ Revision: baf2610
- Added bootloader option to save last booted entry

* Thu Jul 31 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.45-11
+ Revision: 5f5fd69
- release up

* Thu Jul 31 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.45-10
+ Revision: 49ee153
- minor fix

* Thu Jul 10 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.45-10
+ Revision: af59f70
- Minor code refactoring

* Wed Jul 02 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.45-9
+ Revision: 0eaad39
- Moving installer window at the center of screen on startup

* Mon Jun 30 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.45-8
+ Revision: 73015cd
- Installer improvements
- 1. Excluded Live root disk from installing bootloader (drakxtools >=14.47-10 required).
- 2. Supported crypted system partitions.

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.45-7
+ Revision: 5a9ff58
- MassBuild#440: Increase release tag

* Fri Jun 06 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.45-6
+ Revision: 63e46d1
- Grub installaion for EFI boot and GPT disks
- 1. In EFI boot mode, EFI version of Grub2 is now used; list of boot devices contains EFI partitions.
- 2. In BIOS boot mode, the list of boot devices now excludes those GPT disks which have no BIOS Boot Partition.

* Fri May 23 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.45-5
+ Revision: c21e03b
- Fixed grub installation

* Tue May 20 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.45-4
+ Revision: ba13543
- release up, uncomment udevdir

* Tue May 20 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.45-3
+ Revision: 3de5f92
- Updated 60-dracut-isobuild.conf

* Wed May 14 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.45-3
+ Revision: ec3f6b3
- Improved HDD info displaying in bootloader dialog

* Wed Apr 23 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.45-2
+ Revision: e09b484
- Fixed: wait dialog was not closed before showing final message

* Mon Apr 21 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.45-1
+ Revision: b6bc7ea
- version up, changed tarballs

* Mon Apr 21 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.44-5
+ Revision: 5fd1c74
- updated artwork

* Tue Mar 25 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.44-4
+ Revision: 64e60d8
- Added support for file swap

* Thu Mar 20 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.44-3
+ Revision: 0a539e0
- Fixing the previous fix

* Thu Mar 20 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.44-2
+ Revision: 5dbc07c
- Fixed error processing when starting firstboot

* Wed Mar 19 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.44-1
+ Revision: 72aacb1
- Added firstboot stage to the main installer (after Grub)
- Also re-fixed the bug with mounted partitions (the previous fix caused installation to fail).

* Fri Mar 07 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.43-2
+ Revision: eac11ff
- Fixed: installation failed if partition was mounted by user

* Tue Mar 04 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.43-1
+ Revision: 0456dbb
- Implemented autoinstallation support
- 1. If the file /etc/sysconfig/autoinstall is present, draklive-install will perform all the steps automatically (parameters normally selected by user will be taken from this file). Requires drakxtools-14.45.

* Mon Feb 10 2014 akdengi <kazancas@mandriva.ru> 1.42-1
+ Revision: 2ff810a
- merge with red3

* Sat Feb 08 2014 akdengi <kazancas@mandriva.ru> 1.42-1
+ Revision: 46eff66
- delete remount_esp_on_efi

* Sat Feb 08 2014 akdengi <kazancas@mandriva.ru> 1.42-1
+ Revision: 085639b
- change remount efi script. 1.42

* Fri Feb 07 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.41-4
+ Revision: 93fabf6
- omit drivers

* Fri Feb 07 2014 akdengi <alexander.kazancev@rosalab.ru> 1.41-3
+ Revision: 383bdf9
- fix

* Fri Feb 07 2014 akdengi <alexander.kazancev@rosalab.ru> 1.41-3
+ Revision: f5b6ba0
- fix efi-remount

* Fri Feb 07 2014 akdengi <alexander.kazancev@rosalab.ru> 1.41-3
+ Revision: 2b14be3
- add run.d script

* Fri Feb 07 2014 akdengi <alexander.kazancev@rosalab.ru> 1.41-2
+ Revision: be6914a
- fix tarball

* Wed Feb 05 2014 akdengi <kazancas@mandriva.ru> 1.41-1
+ Revision: fbcacee
- add to files remount_esp_on_efi and drop patch0

* Wed Feb 05 2014 akdengi <alexander.kazancev@rosalab.ru> 1.41-1
+ Revision: 45e6958
- Update to 1.41

* Tue Feb 04 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40-14
+ Revision: bed979a
- Updated draklive-install.spec

* Tue Feb 04 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40-13
+ Revision: d0544d8
- Updated draklive-install-1.40.EFI.patch

* Tue Feb 04 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.40-13
+ Revision: c973558
- added EFI patch

* Mon Dec 30 2013 Alex Burmashev <alex.burmashev@gmail.com> 1.41-13
+ Revision: 1829238
- release up

* Mon Dec 30 2013 Alex Burmashev <alex.burmashev@gmail.com> 1.41-12
+ Revision: 6f5a1da
- changed english artwork back to original

* Wed Dec 25 2013 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.40-12
+ Revision: 9db0ed3
- Fixed installing Grub error on non-EFI systems

* Tue Dec 24 2013 akdengi <kazancas@mandriva.ru> 1.40-11
+ Revision: 3dc94d8
- Drop patches. Use right tarball

* Fri Dec 20 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40-10
+ Revision: 33b656c
- added asus-nb-wmi to config

* Fri Dec 20 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40-10
+ Revision: 8b2b5ff
- release up

* Wed Dec 18 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40-9
+ Revision: a22f0fa
- do not omit radeon and nouveau

* Wed Dec 18 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40-9
+ Revision: 027e045
- release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16219 |14mr|draklive-resize-0.18.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name draklive-resize
%define version 0.18.2
%define release 4
%define iconname MandrivaOne-resize-icon.png

Summary:	Live system resizing tool
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
License:	GPL
Group:		System/Configuration/Other
Url:		https://svn.mandriva.com/svn/soft/draklive-resize
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:      noarch

%description
This tool allows to resize a the system space for live systems.

%prep
%setup -q

%build
%make

%install
rm -rf %buildroot
%makeinstall_std
%find_lang %name

%clean
rm -rf %buildroot

%files -f %{name}.lang
%defattr(-,root,root)
%doc NEWS
%_sbindir/%name
%_sysconfdir/X11/xsetup.d/??%{name}.xsetup
%_iconsdir/*.png





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.18.2-4
+ Revision: 6128f05
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16220 |14mr|drakmenustyle-0.14.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


Summary:  Menu Style Configuration
Name:     drakmenustyle
Version:  0.14.1
Release:  7
Source0:  %name-%version.tar.bz2
Source1:  drakmenustyle16.png
Source2:  drakmenustyle32.png
Source3:  drakmenustyle48.png
License:  GPL
Group:    System/Configuration/Other
Url:      http://www.mandrivalinux.com/en/cvs.php3
BuildRequires: perl-MDK-Common-devel
Requires: drakxtools => 10.4.53-1mdv2007.0
Requires: perl-Gtk2 >= 1.023-1mdk
BuildRoot: %_tmppath/%name-%version-buildroot
Provides: menudrake
Obsoletes: menudrake
BuildArch: noarch

%description
Drakmenustyle enables to configure the menu style under Mandriva Linux.

%prep
%setup -q

%build
perl -pi -e 's/^use strict/#use strict/g' drakmenustyle

%install
rm -fr $RPM_BUILD_ROOT
%makeinstall_std

#install lang
%find_lang %name

#install menu

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-drakmenustyle.desktop << EOF
[Desktop Entry]
Name=Menu Style Configuration
Comment=Menu Style Configuration
Exec=%{_bindir}/%name
Icon=drakmenustyle
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;X-MandrivaLinux-CrossDesktop;Settings;
NoDisplay=true
EOF

#install menu icon
mkdir -p %buildroot/{%_miconsdir,%_liconsdir}
install -m644 %SOURCE1 %buildroot/%_miconsdir/drakmenustyle.png
install -m644 %SOURCE2 %buildroot/%_iconsdir/drakmenustyle.png
install -m644 %SOURCE3 %buildroot/%_liconsdir/drakmenustyle.png

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc COPYING ChangeLog
%_bindir/*
%{_datadir}/applications/mandriva-drakmenustyle.desktop
%_miconsdir/*.png
%_iconsdir/*.png
%_liconsdir/*.png





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.14.1-7
+ Revision: abdbbf9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16221 |14mr|drakoo-0.13.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Changed by Makefile of cvs.
# do not edit here, but in cvs/soft/drakoo

Summary:  A file format wizard for OpenOffice.org
Name:     drakoo
Version:  0.13.2
Release:  6
# get the source from our SVN repository (see
# http://svn.mandriva.com/)
Source0:  %name-%version.tar.bz2
License:  GPL
Group:    Office
Url:      http://www.mandrivalinux.com/en/cvs.php3
BuildArch: noarch
BuildRequires: gettext 
BuildRequires: perl-MDK-Common-devel
Requires: drakxtools > 10-56mdk
BuildRoot: %_tmppath/%name-%version-buildroot

%description
This wizard is run on first run of OpenOffice.org and enables to
select the default file format (either native OpenOffice.org one or
Microsoft(R) Office).

%prep
%setup -q

%build
perl -pi -e 's/^use strict/#use strict/g' drakoo

%install
rm -fr $RPM_BUILD_ROOT
%makeinstall_std

%find_lang %name


%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc COPYING
%_bindir/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.13.2-6
+ Revision: 710e8d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16222 |14mr|drakpxelinux-1.2.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PXE default file configurator
Name:		drakpxelinux
Version:	1.2.1
Release:        9
License:	GPLv2+
Group:		System/Configuration/Other
URL:		http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/drakpxelinux/
Source0:	%{name}-%{version}.tar.bz2
Requires:	perl-Gtk2, perl-MDK-Common, pxe, drakxtools, tftp-server, xinetd, pxelinux
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
Buildarch:	noarch
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
Quick configuration of PXE menu parameters. 

%prep

%setup -q

%build

%install
rm -rf %{buildroot}

make prefix=%{buildroot} install 

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Drakpxelinux
Comment=Mandriva Linux Pxelinux configurator
Exec=%{_sbindir}/%{name}
Icon=configuration_section
Terminal=false
Type=Application
Categories=GTK;Settings;X-Mandriva-CrossDesktop;
EOF

#install lang
%find_lang %{name}

%if %mdkversion < 200900
%post
%update_menus
%update_desktop_database
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%clean_desktop_database
%endif

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc default TODO COPYING
%{_sbindir}/%{name}
%{_sbindir}/deployd
%{_sbindir}/deploy_get_autoinst.pl
%{_sysconfdir}/xinetd.d/deployd
%{_sysconfdir}/xinetd.d/deploy_get_autoinst
#%{_datadir}/%{name}*
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.1-9
+ Revision: ec37a83
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16223 |14mr|drakstats-0.23.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.23.2
%define name drakstats
%define release 5

Summary:	The Mandriva Linux installed rpm gathering tool
Name:		%{name}
Version:	%{version}
Release:	%{release}
#cvs source
# http://www.mandrivalinux.com/en/cvs.php3
Source0:	%{name}-%{version}.tar.bz2
License:	GPL
URL:		http://wiki.mandriva.com/en/Tools/DrakStats
Group:		System/Configuration/Packaging
Requires:	drakxtools >= 10.2, rpmstats >= 0.4-1mdk, perl-SOAP-Lite, perl-URPM
Requires:	perl-libwww-perl
BuildArch:	noarch
BuildRequires: perl-MDK-Common-devel
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
Drakstats is a GUI frontend to rpmstats which retrieves statistics about
installed rpm packages and give users the CHOICE to send it to a remote
server for global package usage statistics.
The final goal is to help us shape the future package choice of the 
upcoming releases of the distro.
Drakstats is also a handy tool to optimize install based packages by 
helping the user remove unused software.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
make PREFIX=%{buildroot} install

#menu
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-drakstats.desktop << EOF
[Desktop Entry]
Name=Packages Stats
Comment=Mandriva Linux packages stats
Exec=/usr/sbin/%{name}
Icon=drakstats
Type=Application
Categories=X-MandrivaLinux-CrossDesktop;GTK;System;PackageManager;
EOF

#install lang
%{find_lang} %{name}

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%{update_menus}
%{update_icon_cache hicolor}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_icon_cache hicolor}
%endif

%files -f %{name}.lang
%defattr(-,root,root)
%doc README NEWS
%{_prefix}/sbin/*
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-*.desktop
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.23.2-5
+ Revision: 1cee78b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16224 |14mr|drakwizard-3.7.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name: drakwizard
Version: 3.7.4
Release: 7
Source0: %{name}-%{version}.tar.lzma
Source1: %{name}.png
License: GPL
Group: System/Configuration/Other
Requires: perl-base, usermode, perl-Locale-gettext, drakxtools >= 9.1-0.4mdk, perl-Libconf >= 0.39.19, drakwizard-base = %{version}-%{release}
BuildRequires: gettext-base, perl-base
BuildArch: noarch
Prefix: %{_prefix}
Obsoletes: wizards_lib-dhcp wizards_lib-ftp wizards_lib-web wizards_lib wizard wizards_lib-time wizards_lib-global wizards_lib-dns wizards_lib-server wizards_lib-proxy wizards_lib-db wizards_lib-news wizards_lib-firewall wizards_lib-client wizards_lib-common wizards_lib-postfix
Provides: wizards_lib-dhcp wizards_lib-ftp wizards_lib-web wizards_lib wizard wizards_lib-time wizards_lib-global wizards_lib-dns wizards_lib-server wizards_lib-proxy wizards_lib-db wizards_lib-news wizards_lib-firewall wizards_lib-client wizards_lib-common wizards_lib-postfix
Summary: Wizard Launcher and its collection of wizards

URL: http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/drakwizard/trunk/

%description
drakwizard allows you to launch :
- server wizard: configures basic services.
- global wizard: wizard that launch each other.
- dhcpd, dns, ftp, apache, time wizards, ssh.

%package base
Summary: Base of Wizard Launcher

Group: System/Configuration/Other
Conflicts: drakwizard < 3.0-1mdk

%description base
Base package for drakwizard.

%prep
%setup -q

%build

%install
%makeinstall
%find_lang %{name}

%files base -f %{name}.lang
%doc TODO README.adding_wizard
%config(noreplace) %{_sysconfdir}/gnome-vfs-2.0/vfolders/*
%{_sbindir}/drakwizard
%{perl_vendorlib}/MDK/Wizard/Apache.pm
%{perl_vendorlib}/MDK/Wizard/Varspaceval.pm
%{perl_vendorlib}/MDK/Wizard/Wizcommon.pm
%{perl_vendorlib}/MDK/Wizard/Wizcommon_gtk2.pm
%{perl_vendorlib}/MDK/Wizard/IFCFG.pm
%{_datadir}/wizards/desktop/*

%files
%{perl_vendorlib}/MDK/Wizard/Bind.pm
%{perl_vendorlib}/MDK/Wizard/Dhcp.pm
%{perl_vendorlib}/MDK/Wizard/Ntp.pm
%{perl_vendorlib}/MDK/Wizard/Proftpd.pm
%{perl_vendorlib}/MDK/Wizard/Squid.pm
%{perl_vendorlib}/MDK/Wizard/Sshd.pm
%{_datadir}/wizards/sshd_wizard
%{_datadir}/wizards/dhcp_wizard
%{_datadir}/wizards/dns_wizard
%{_datadir}/wizards/ftp_wizard
%{_datadir}/wizards/proxy_wizard





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.7.4-7
+ Revision: f89f81a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16225 |14mr|drakx-installer-binaries-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define family drakx-installer

Summary:	DrakX binaries
Name:		drakx-installer-binaries
Version:	2.0
Release:	4
License:	GPLv2+
Group:		Development/Other
Url:		http://wiki.mandriva.com/Tools/DrakX
Source0:	%{name}-%{version}.tar.xz
Patch0:		kmod-log.diff
Patch1:		rosa-kmod-build-fix.patch
Patch2:		drakx-installer-binaries-2.0-tirpc.patch
Patch3:		drakx-installer-binaries-2.0-fix-lib-deps.patch

BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	hwdata
# Seems to be really needed
BuildRequires:	kernel
BuildRequires:	ldetect-lst >= 0.1.222
BuildRequires:	ldetect-lst-devel
BuildRequires:	ldetect-devel >= 0.9.1
BuildRequires:	slang-static-devel
BuildRequires:	sysfsutils-devel
BuildRequires:	pkgconfig(libkmod)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libnewt)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(zlib)
#- not requiring the same version otherwise releasing drakx-installer-images takes a day
#- (restore this when the build system can build a pack of packages)
Requires:	ldetect-lst
%rename		%{name}-probe

%description
Binaries needed to build the ROSA Linux installer (DrakX).

%files
%doc mdk-stage1/NEWS
%dir %{_libdir}/%{family}
%dir %{_libdir}/%{family}/binaries
%{_libdir}/%{family}/binaries/stage1
%{_libdir}/%{family}/binaries/rescue-gui
%{_libdir}/%{family}/binaries/dhcp-client
#{_libdir}/%{family}/binaries/drvinst
#{_libdir}/%{family}/binaries/lspcidrake
%{_libdir}/%{family}/binaries/pcmcia_probe.o
%{_libdir}/%{family}/binaries/probe-modules
%{_libdir}/%{family}/binaries/init

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
make -C mdk-stage1

%install
cd mdk-stage1
dest=%{buildroot}%{_libdir}/%{family}/binaries
mkdir -p $dest
install init stage1 rescue-gui dhcp-client probe-modules $dest
if [ -e pcmcia/pcmcia_probe.o ]; then
  install -m 644 pcmcia/pcmcia_probe.o $dest
fi


%changelog
* Wed Sep 17 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2.0-4
+ Revision: 69b0403
- Fixed make prereqs that included -lz, -lresolv, etc.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16226 |14mr|drakx-kbd-mouse-x11-0.112-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define drakxtools_required_version  14.39
%define drakxtools_conflicted_version  10.4.89

Summary: 	Tools to configure the keyboard, the mice and the graphic card
Name:		drakx-kbd-mouse-x11
Version:	0.112
Release:	1
Source0:	%{name}-%{version}.tar.xz
Source1:	XFdrake.desktop
License:	GPLv2+
Group:		System/Configuration/Other
Url:		https://abf.rosalinux.ru/soft/drakx-kbd-mouse-x11
BuildRequires:	perl-MDK-Common-devel gettext perl-devel
BuildRequires:	libxxf86misc-devel ncurses-devel
Requires:	drakxtools-curses => %drakxtools_required_version
# need the common pam config files for usermode config
Requires:	usermode-consoleonly >= 1.92-4mdv2008.0
%ifnarch %{sparcx} %{arm} %{mips}
Requires:	monitor-edid >= 1.12
# Need for grub2-cfg-mod utility
Requires:	grub2 >= 2.00-31
%endif
# for program:
Conflicts:	drakxtools <= %drakxtools_conflicted_version
# for man pages:
Conflicts:	drakxtools-curses <= %drakxtools_conflicted_version
# for -noAutoAddDevices:
Conflicts:	x11-server-xorg < 1.5.99.3-1.20090110.13
# for Cards+ using nvidia-current|nvidia71xx|nvidia96xx instead of nvidia/nvidia97xx/NVIDIA_LEGACY
Requires:	ldetect-lst >= 0.1.312
# for nokmsboot (initrds have to have nokmsboot support and udev has to handle it)
Conflicts:	mkinitrd < 6.0.93-22
Conflicts:	dracut < 008-6
Conflicts:	udev < 204

# we don't want to require X libs (xf86misc is always used inside an eval)
%define  __noautoreq ^libX

%description
Keyboarddrake enables to configure  the keyboard.
Mousedrake enables to configure the mice.
XFdrake enables to configure the graphic card.

%prep
%setup -q
%apply_patches

%build
%make OPTIMIZE="%{optflags} -Os"

%install
%makeinstall_std

#install lang
%find_lang %{name}

mkdir -p %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications/

# consolehelper configuration
# ask for user password
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/XFdrake
mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
cat > %{buildroot}%{_sysconfdir}/pam.d/xfdrake  <<EOF
#%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/xfdrake <<EOF
USER=<user>
PROGRAM=/usr/sbin/XFdrake
FALLBACK=false
SESSION=true
EOF

ln -s %{_sysconfdir}/security/console.apps/xfdrake \
        %{buildroot}%{_sysconfdir}/security/console.apps/XFdrake

# add nokmsboot if necessary and rebuild initrds so that they handle it
%triggerpostun -- drakx-kbd-mouse-x11 < 0.91
perl -I/usr/lib/libDrakX -MXconfig::various -e 'Xconfig::various::setup_kms();' &>/dev/null
%{_sbindir}/bootloader-config --action rebuild-initrds || :

%files -f %{name}.lang
%doc COPYING NEWS
%config(noreplace) %{_sysconfdir}/pam.d/xfdrake
%config(noreplace) %{_sysconfdir}/security/console.apps/xfdrake
# symlink
%{_sysconfdir}/security/console.apps/XFdrake
/sbin/display_driver_helper
%_bindir/XFdrake
%_sbindir/*
%_datadir/libDrakX/pixmaps/*
/usr/lib/libDrakX/auto/*
/usr/lib/libDrakX/xf86misc/main.pm
/usr/lib/libDrakX/Xconfig/*.pm
%dir /usr/lib/libDrakX/Xconfig
/usr/lib/libDrakX/*.pm
%{_datadir}/applications/*.desktop


%changelog
* Mon Sep 29 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.112-1
+ Revision: 5da0245
- Updated to 112

* Wed Sep 24 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.111-1
+ Revision: eb6a583
- Updated to 111.

* Thu Aug 14 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.110-1
+ Revision: 6aee3fb
- Updated to 110

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.109-3
+ Revision: 893ea3d
- MassBuild#440: Increase release tag

* Thu May 29 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.109-2
+ Revision: 49e1f1f
- release up

* Fri Feb 14 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.109-1
+ Revision: f96fcfb
- Updated to 109

* Fri Feb 14 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.108-1
+ Revision: c090f0e
- Updated to 108: support for nvidia optimus

* Mon Feb 10 2014 aponomarenko <aponomarenko@rosalab.ru> 0.107-1
+ Revision: 7936002
- Updated to 107

* Tue Jan 28 2014 akdengi <kazancas@mandriva.ru> 0.106-1
+ Revision: dd887c0
- 0.106

* Thu Jan 23 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.103-1
+ Revision: 669cf4d
- Updated to 103

* Fri Dec 27 2013 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.102-2
+ Revision: 96305eb
- Updated to 102

* Mon Nov 25 2013 akdengi <alexander.kazancev@rosalab.ru> 0.101-2
+ Revision: 88246c0
- fix error in display_helper kms and rebuild with new ldetect

* Sun Nov 24 2013 akdengi <kazancas@mandriva.ru> 0.100-2
+ Revision: 0f97723
- SILENT some fix tarball

* Sat Nov 23 2013 akdengi <kazancas@mandriva.ru> 0.100-1
+ Revision: 08136ed
- SILENT fix yaml

* Sat Nov 23 2013 akdengi <kazancas@mandriva.ru> 0.100-1
+ Revision: b1f2564
- SILENT fix tarball

* Sat Nov 23 2013 akdengi <kazancas@mandriva.ru> 0.100-1
+ Revision: 5b5cdd7
- SILENT fix tarball

* Sat Nov 23 2013 akdengi <kazancas@mandriva.ru> 0.100-1
+ Revision: ea219cf
- update to 0.100

* Wed Nov 20 2013 Tigro <ashejn@gmail.com> 0.99-8
+ Revision: c14de4f
- fix typo again

* Wed Nov 20 2013 Tigro <ashejn@gmail.com> 0.99-8
+ Revision: 5c8df12
- drop ralt_rshift_toggle as it does not work proper in GNOME

* Wed Nov 20 2013 Tigro <ashejn@gmail.com> 0.99-7
+ Revision: 8d3972e
- fix typo

* Wed Nov 20 2013 Tigro <ashejn@gmail.com> 0.99-7
+ Revision: a46baa7
- added new layout switching combinations

* Wed Oct 16 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 0.99-6
+ Revision: 3860bbf
- removed export LC_ALL=C from one of the binaries

* Tue Aug 27 2013 Tigro <ashejn@gmail.com> 0.99-4
+ Revision: b68b3c3
- added desktop file for XFdrake

* Fri Mar 01 2013 akdengi <kazancas@gmail.com> 0.99-3
+ Revision: 4f7cf12
- use config-utils-user request in pam.d for xfdrake

* Thu Feb 07 2013 akdengi <kazancas@mandriva.ru> 0.99-2
+ Revision: e9e56e6
- s/mandriva-simple-auth/config-util/

* Wed Dec 26 2012 akdengi <kazancas@mandriva.ru> 0.99-1
+ Revision: d1ccb5f
- fix syntax error in card.pm

* Wed Dec 26 2012 akdengi <kazancas@mandriva.ru> 0.99-1
+ Revision: c40bf7c
- fix syntax error in card.pm

* Wed Dec 26 2012 akdengi <kazancas@mandriva.ru> 0.99-1
+ Revision: a5c95ff
- 0.99

* Wed Dec 26 2012 akdengi <kazancas@mandriva.ru> 0.99-1
+ Revision: bb9a232
- 0.99

* Thu Dec 13 2012 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 0.98-1
+ Revision: 059ad93
- Updated localization

* Thu Dec 13 2012 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 0.98-1
+ Revision: c54e9db
- Updated localization

* Mon Nov 26 2012 akdengi <kazancas@mandriva.ru> 0.97-1
+ Revision: 6e696d2
- add tarball

* Mon Nov 26 2012 akdengi <kazancas@mandriva.ru> 0.97-1
+ Revision: 75579a6
- add tarball

* Mon Nov 26 2012 akdengi <kazancas@mandriva.ru> 0.97-1
+ Revision: b89c2ea
- fix

* Mon Nov 26 2012 Alexander Kazancev <kazancas@gmail.com> 0.97-1
+ Revision: 5e9b727
- Updated .abf.yml

* Mon Nov 26 2012 akdengi <kazancas@mandriva.ru> 0.97-1
+ Revision: 75c86a5
- - 0.97
- -  Change Quit to Apply settings. Really delete xorg.conf for non-proprietary drivers
- - Skip test. Not write Xorg.conf, only for proprietary blobs
- - Not need detect XAA/EXA - all card since XServer 13 use EXA only
- - Use Plug'n'play as default to all. Not need detect oldest devices
- - Install kernel-devel-latest if not present in system for current kernel (by uname -r)

* Fri Nov 16 2012 akdengi <kazancas@mandriva.ru> 0.96-1
+ Revision: 91a0efc
- fix tarball

* Fri Nov 16 2012 akdengi <kazancas@mandriva.ru> 0.95-2
+ Revision: 24e8bd8
- fix tarball

* Fri Nov 16 2012 akdengi <kazancas@mandriva.ru> 0.95-1
+ Revision: 9731ecc
- fix update-alternatives error with blob install

* Mon Nov 12 2012 akdengi <kazancas@mandriva.ru> 0.94-2
+ Revision: 8421ef8
- LOG -fix missed regenerate grub2 part

* Mon Nov 12 2012 akdengi <kazancas@mandriva.ru> 0.94-1
+ Revision: 4c26fb8
- 0.94. Fix URL, fix ru(winkeys), fix grub2 issues

* Wed Oct 31 2012 Alexander Kazancev <kazancas@gmail.com> 0.93-2
+ Revision: 702ec21
- Update with new ldetect-lst

* Wed Aug 29 2012 akdengi <kazancas@mandriva.ru> 0.93-1
+ Revision: acc652b
- LOG sync with cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16227 |14mr|drakx-net-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define drakxtools_ver 12.36

%define libname lib%{name}

%define gtk_files (connection_manager|drakroam|ifw|monitor|netcenter|drakconnect/edit|drakconnect/global).pm

Summary:	Mandriva network tools
Name:		drakx-net
Version:	1.1
Release:	5
Source0:	%{name}-%{version}.tar.xz
Patch0:		%{name}-nm-applet-disable-with-NM.patch
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		https://abf.rosalinux.ru/soft/drakx-net
BuildArch:	noarch
BuildRequires:	intltool
Requires:	drakxtools >= %{drakxtools_ver}
Requires:	%{name}-text = %{version}
Requires:	%{libname} = %{version}
Requires:	netprofile >= 0.20
Requires:	perl-Gtk2 >= 1.154
Requires:	usermode-consoleonly >= 1.92-4mdv2008.0
Conflicts:	drakxtools <= 10.4.83
Suggests:	net_monitor
Suggests:	networkmanager

%description
This package contains the Mandriva network tools.

%package	text
Summary:	Mandriva network text tools
Group:		System/Configuration/Networking
Requires:	drakxtools-curses >= %{drakxtools_ver}
Requires:	%{libname} = %{version}
Conflicts:	drakxtools-curses <= 10.4.83
Conflicts:	mdkonline < 2.37

%description	text
This package contains the Mandriva network tools that can be used in
text mode.

drakconnect: LAN/Internet connection configuration. It handles
ethernet, ISDN, DSL, cable, modem.

drakfirewall: simple firewall configurator

drakgw: internet connection sharing

drakproxy: proxies configuration

drakvpn: VPN configuration (openvpn, vpnc)

%package -n	%{libname}
Summary:	Mandriva network tools library
Group:		System/Configuration/Networking
Requires:	drakxtools-backend >= %{drakxtools_ver}
# require perl-Net-Telnet for OpenVPN connections (#36126):
Requires:	perl-Net-Telnet
# Require crda, iw and wireless-regdb for CRDA domain settings (#47324)
Requires:	crda
Requires:	iw
Requires:	wireless-regdb
Conflicts:	drakxtools-backend <= 10.4.83

%description -n	%{libname}
This package contains the Mandriva network tools library.

%prep
%setup -q
%patch0 -p1

%build
%make

%install
%makeinstall_std

find %{buildroot}%{_prefix}/lib/libDrakX/network/ -type f -name '*.pm'| sed -e 's#^%{buildroot}/##g' | perl -ne 'm!/%{gtk_files}$! ? print STDERR "/$_" : print "/$_"' > %{name}-nogtk.list 2> %{name}-gtk.list

%find_lang %{name} %{name}.lang
cat %{name}-nogtk.list %{name}.lang > %{name}.list

# consolehelper config
# ask for root password
for pak in drakproxy drakhosts draksambashare draknfs drakfirewall; do
		ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/$pak
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak <<EOF
USER=root
PROGRAM=/usr/sbin/$pak
FALLBACK=false
SESSION=true
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d
		cat > %{buildroot}%{_sysconfdir}/pam.d/$pak  <<EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF
done

#drop draknet-center desktop file
rm -f %{buildroot}%{_datadir}/applications/draknetcenter.desktop

#full drop netapplet
rm -f %{buildroot}%{_bindir}/net_applet
rm -f %{buildroot}%{_datadir}/applications/net_applet.desktop
rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/net_applet.desktop

#rm non-needing part (TODO - fix in tarball)

rm -f %{buildroot}%{_sbindir}/drakids
rm -f %{buildroot}%{_sbindir}/draknetcenter
rm -f %{buildroot}%{_sbindir}/draknetprofile
rm -f %{buildroot}%{_sbindir}/drakroam
rm -f %{buildroot}%{_sbindir}/drakconnect
rm -f %{buildroot}%{_sbindir}/drakgw
rm -f %{buildroot}%{_sbindir}/drakinvictus
rm -f %{buildroot}%{_sbindir}/drakvpn



%check
while read f; do
      grep Gtk2 %{buildroot}$f && exit 1
done < %{name}-nogtk.list
exit 0

%files -f %{name}-gtk.list
%doc NEWS

%{_bindir}/drakhosts
%{_bindir}/draknfs
%{_bindir}/draksambashare
%{_sbindir}/drakhosts
%{_sbindir}/draknfs
%{_sbindir}/draksambashare
%config(noreplace) %{_sysconfdir}/pam.d/drakhosts
%config(noreplace) %{_sysconfdir}/pam.d/draknfs
%config(noreplace) %{_sysconfdir}/pam.d/draksambashare
%config(noreplace) %{_sysconfdir}/security/console.apps/drakhosts
%config(noreplace) %{_sysconfdir}/security/console.apps/draknfs
%config(noreplace) %{_sysconfdir}/security/console.apps/draksambashare
%{_prefix}/lib/libDrakX/icons/*.png
%{_datadir}/libDrakX/pixmaps/*.png

%files text
%config(noreplace) %{_sysconfdir}/pam.d/drakproxy
%config(noreplace) %{_sysconfdir}/pam.d/drakfirewall
%config(noreplace) %{_sysconfdir}/security/console.apps/drakproxy
%config(noreplace) %{_sysconfdir}/security/console.apps/drakfirewall
%{_bindir}/drakfirewall
%{_bindir}/drakproxy
%{_sbindir}/drakfirewall
%{_sbindir}/drakproxy

%files -n %{libname} -f %{name}.list
%dir %{_prefix}/lib/libDrakX/network/
%dir %{_prefix}/lib/libDrakX/network/connection
%dir %{_prefix}/lib/libDrakX/network/connection/isdn
%dir %{_prefix}/lib/libDrakX/network/connection/providers
%dir %{_prefix}/lib/libDrakX/network/drakconnect
%dir %{_prefix}/lib/libDrakX/network/vpn



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-5
+ Revision: 14f02f4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16228 |14mr|drakxtools-14.47-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The drakxtools (diskdrake, ...)
Name:		drakxtools
Version:	14.47
Release:	20
License:	GPLv2+
Group:		System/Configuration/Other
Url:		https://abf.rosalinux.ru/soft/drakx
Source0:	%{name}-%{version}.tar.xz
Source1:	system-auth-win-default
Source2:	drakxservices.desktop
### REDIFF THIS PATCH CLOSER TO THE RELEASE RED2
%if "%{mdvver}" == "red20"
# Patch0:	drakxtools-14.44.mirror.BAD.patch
%endif
Patch1:		ext2-fs-renamed.patch
Patch2:		gpt-support.patch
Patch3:		drakxtools-14.47.tirpc.patch
Patch4:		drakxtools-14.47-partition-alignment-fixes.patch
Patch5:		drakxtools-14.47-computer-name.patch
Patch6:		drakxtools-14.47-efi-and-gpt.patch
Patch7:		drakxtools-14.47-separate-swaps.patch
Patch8:		drakxtools-14.47-fix-crypted-partition-width.patch
Patch9:		drakxtools-14.47-exclude-live-root-from-partitioning.patch
Patch10:	drakxtools-14.47-allow-crypted-system-partitions.patch
Patch11:	drakxtools-14.47-progress-msg-improved.patch
Patch12:	drakxtools-14.47-help-button-removed.patch
Patch13:	drakxtools-14.47-fix-lvm-clear.patch
Patch14:	drakxtools-14.47-fix-crypted-part-type.patch
Patch15:	drakxtools-14.47-fix-expert-mode-missing.patch
Patch16:	drakxtools-14.47-fix-fs-button-crash.patch
Patch17:	drakxtools-14.47-center-postinstall-dialog.patch
Patch18:	drakxtools-14.47-fix-hostname-suggest.patch
Patch19:	drakxtools-14.47-russian-translation-fix.patch
Patch20:	drakxtools-14.47-fix-partition-labels-encoding.patch
Patch21:	drakxtools-14.47-fix-dmcrypt-on-lvm.patch
Patch22:	drakxtools-14.47-add2raid-write-partitions.patch
Patch23:	drakxtools-14.47-cancel-buttons-partitioning.patch
Patch24:	drakxtools-14.47-minor-fixes.patch
Patch25:	drakxtools-14.47-drakbug-encoding.patch
Patch26:	drakxtools-14.47-bugzilla-url.patch
Patch27:	drakxtools-14.47-installer-fixes.patch
BuildRequires:	gettext
BuildRequires:	ldetect-devel >= 0.9.0
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	perl-devel
BuildRequires:	perl-MDK-Common-devel >= 1.1.8-3
BuildRequires:	pkgconfig(libparted)
BuildRequires:	drakx-installer-binaries
BuildRequires:	intltool
BuildRequires:  tirpc-devel

# usermode 1.111-3-rosa2012.1 has the /etc/pam.d/config-util
# files to which we symlink
Requires:	%{name}-curses = %{EVRD}
Requires:	perl-Gtk2 >= 1.220
Requires:	perl-Glib >= 1.072-1
Requires:	usermode >= 1.92-4
Requires:	mandriva-doc-common >= 9.2-5
Requires:	perl-Net-DBus
Requires:	perl-Gtk2-WebKit
Requires:	ldetect-lst >= 0.1.299
Requires:	pam
# needed by drakfont (eg: type1inst):
Requires:	font-tools
Requires:	libxxf86misc
# needed by any::enable_x_screensaver()
Requires:	xset
Suggests:	drakx-net
Requires:	drakconf-icons
# needed for installing packages through do_pkgs -> urpmi -> gmessage
Requires:	gurpmi >= 5.7
Conflicts:	drakconf < drakconf-11.7.2
Conflicts:	rpmdrake < 3.26-1
Conflicts:	mandrake_doc-drakxtools-en < 9.2
Conflicts:	mandrake_doc-drakxtools-es < 9.2
Conflicts:	mandrake_doc-drakxtools-fr < 9.2
Conflicts:	bootloader-utils < 1.8-4
Conflicts:	bootsplash < 2.1.7-1
Conflicts:	drakx-kbd-mouse-x11 < 0.91
Conflicts:	initscripts < 8.33-4

Provides:	draksec = %{EVRD}
%define __noautoreq perl(Net::FTP)\\|perl(Time::localtime)\\|perl(URPM)\\|perl(Xconfig.*)

%description
Contains many Mandriva Linux applications simplifying users and
administrators life on a Mandriva Linux machine. Nearly all of
them work both under XFree (graphical environment) and in console
(text environment), allowing easy distant work.

- drakclock: date & time configurator
- drakfont: import fonts in the system
- draklog: show extracted information from the system logs
- draksec: security options managment

%files -f %{name}-gtk.list
%{_bindir}/drakclock
%{_bindir}/drakfont
%{_bindir}/drakguard
%{_bindir}/draksec
%config(noreplace) %{_sysconfdir}/security/console.apps/drakclock
%config(noreplace) %{_sysconfdir}/security/console.apps/drakfont
%config(noreplace) %{_sysconfdir}/security/console.apps/drakguard
%config(noreplace) %{_sysconfdir}/security/console.apps/draksec
%config(noreplace) %{_sysconfdir}/pam.d/drakclock
%config(noreplace) %{_sysconfdir}/pam.d/drakfont
%config(noreplace) %{_sysconfdir}/pam.d/drakguard
%config(noreplace) %{_sysconfdir}/pam.d/draksec

%post
%make_session
[[ ! -e %{_sbindir}/kbdconfig ]] && ln -s -f keyboarddrake %{_sbindir}/kbdconfig
[[ ! -e %{_sbindir}/mouseconfig ]] && ln -s -f mousedrake %{_sbindir}/mouseconfig
:

%postun
%make_session
for i in %{_sbindir}/kbdconfig %{_sbindir}/mouseconfig %{_bindir}/printtool;do
    [[ -L $i ]] && rm -f $i
done
:

#----------------------------------------------------------------------------

%package curses
Summary:	The drakxtools (diskdrake, ...)
Group:		System/Configuration/Other
Requires:	usermode-consoleonly >= 1.44-4
Requires:	urpmi >= 4.8.23
Requires:	perl-Locale-gettext >= 1.05-4
Requires:	module-init-tools
Requires:	%{name}-backend = %{EVRD}
Suggests:	drakx-net-text
Provides:	diskdrake = %{EVRD}
Provides:	kbdconfig = %{EVRD}
Provides:	mouseconfig = %{EVRD}
Provides:	setuptool = %{EVRD}
Provides:	drakfloppy = %{EVRD}
Provides:	drakxtools-newt = %{EVRD}
%define __noautoreq perl(Gtk2::WebKit)\\|perl(Xconfig::various)

%description curses
Contains many Mandriva Linux applications simplifying users and
administrators life on a Mandriva Linux machine. Nearly all of
them work both under XFree (graphical environment) and in console
(text environment), allowing easy distant work.

- adduserdrake: help you adding a user
- diskdrake: DiskDrake makes hard disk partitioning easier. It is
  graphical, simple and powerful. Different skill levels are available
  (newbie, advanced user, expert). It's written entirely in Perl and
  Perl/Gtk. It uses resize_fat which is a perl rewrite of the work of
  Andrew Clausen (libresize).
- drakauth: configure authentification (LDAP/NIS/...)
- drakkeyboard: configure your keyboard (both console and X)
- draklocale: language configurator, available both for root
  (system wide) and users (user only)
- drakmouse: autodetect and configure your mouse
- drakscanner: scanner configurator
- draksound: sound card configuration
- drakx11: menu-driven program which walks you through setting up
  your X server; it autodetects both monitor and video card if
  possible
- drakxservices: SysV services and daemons configurator
- lsnetdrake: display available nfs and smb shares
- lspcidrake: display your pci information, *and* the corresponding
  kernel module

%files curses -f %{name}.list
%{_datadir}/applications/localedrake*.desktop
%{_datadir}/applications/drakxservices.desktop
%doc perl-install/diskdrake/diskdrake.html
%{_iconsdir}/localedrake.png
%{_iconsdir}/large/localedrake.png
%{_iconsdir}/mini/localedrake.png
%{_bindir}/drakkeyboard
%{_bindir}/drakmouse
%{_bindir}/drakups
%{_bindir}/drakauth
%{_bindir}/draklog
%{_bindir}/drakxservices
%{_bindir}/drakboot
%{_bindir}/drakedm
%{_bindir}/diskdrake
%{_bindir}/drakscanner
%{_bindir}/mousedrake
%{_bindir}/scannerdrake
# PAM hack
%{_sysconfdir}/pam.d/system-auth-win-default
%config(noreplace) %{_sysconfdir}/security/console.apps/drakkeyboard
%config(noreplace) %{_sysconfdir}/security/console.apps/drakmouse
%config(noreplace) %{_sysconfdir}/security/console.apps/drakups
%config(noreplace) %{_sysconfdir}/security/console.apps/drakauth
%config(noreplace) %{_sysconfdir}/security/console.apps/draklog
%config(noreplace) %{_sysconfdir}/security/console.apps/drakxservices
%config(noreplace) %{_sysconfdir}/security/console.apps/drakboot
%config(noreplace) %{_sysconfdir}/security/console.apps/drakedm
%config(noreplace) %{_sysconfdir}/security/console.apps/diskdrake
%config(noreplace) %{_sysconfdir}/security/console.apps/drakscanner
%config(noreplace) %{_sysconfdir}/security/console.apps/mousedrake
%config(noreplace) %{_sysconfdir}/security/console.apps/scannerdrake
%config(noreplace) %{_sysconfdir}/pam.d/drakkeyboard
%config(noreplace) %{_sysconfdir}/pam.d/drakmouse
%config(noreplace) %{_sysconfdir}/pam.d/drakups
%config(noreplace) %{_sysconfdir}/pam.d/drakauth
%config(noreplace) %{_sysconfdir}/pam.d/draklog
%config(noreplace) %{_sysconfdir}/pam.d/drakxservices
%config(noreplace) %{_sysconfdir}/pam.d/drakboot
%config(noreplace) %{_sysconfdir}/pam.d/drakedm
%config(noreplace) %{_sysconfdir}/pam.d/diskdrake
%config(noreplace) %{_sysconfdir}/pam.d/drakscanner
%config(noreplace) %{_sysconfdir}/pam.d/mousedrake
%config(noreplace) %{_sysconfdir}/pam.d/scannerdrake

#----------------------------------------------------------------------------

%package backend
Summary:	Drakxtools libraries and background tools
Group:		System/Configuration/Other
Requires:	dmidecode
Requires:	perl-File-FnMatch
# for fileshareset and filesharelist (#17123)
#Requires:	perl-suid
# for common::wrap_command_for_root()
Requires:	perl-String-ShellQuote
# "post" here means %triggerpostun:
Requires(post):	perl-MDK-Common >= 1.2.27
Conflicts:	drakxtools-newt < 10-51
Conflicts:	drakx-net < 0.28
Conflicts:	e2fsprogs < 1.41.1-2mnb

%description backend
See package %{name}.

%files backend -f %{name}-backend.list
%config(noreplace) /etc/security/fileshare.conf
%{_docdir}/*license.html

%triggerpostun backend -- drakxtools-backend < 11.44
echo "Migrating /etc/fstab and bootloader configuration to use UUIDs. Previous files are saved with extension .before-migrate-to-uuids"
%{_sbindir}/bootloader-config --action migrate-to-uuids ||:

%triggerpostun backend -- drakxtools-backend < 11.52
echo "Updating /etc/modprobe.preload.d/floppy"
perl -I/usr/lib/libDrakX -Mharddrake::autoconf -e 'harddrake::autoconf::floppy()' ||:

#----------------------------------------------------------------------------

%package http
Summary:	The drakxtools via http
Group:		System/Configuration/Other
Requires:	%{name}-curses = %{EVRD}
Requires:	perl(Net::SSLeay) >= 1.22-1
Requires:	perl-Authen-PAM >= 0.14-1
Requires:	perl-CGI >= 2.91-1
Requires(pre,post):	rpm-helper

%description http
This package lets you configure your computer through your Web browser:
it provides an HTTP interface to the Mandriva tools found in the drakxtools
package.

%files http -f %{name}-http.list
%dir %{_sysconfdir}/drakxtools_http
%config(noreplace) %{_sysconfdir}/pam.d/miniserv
%{_sysconfdir}/init.d/drakxtools_http
%config(noreplace) %{_sysconfdir}/drakxtools_http/conf
%config(noreplace) %{_sysconfdir}/drakxtools_http/authorised_progs
%config(noreplace) %{_sysconfdir}/logrotate.d/drakxtools-http

%post http
%_post_service drakxtools_http

%preun http
%_preun_service drakxtools_http

#----------------------------------------------------------------------------

%package -n drakx-finish-install
Summary:	First boot configuration
Group:		System/Configuration/Other
Requires:	%{name} = %{EVRD}
Requires:	drakx-installer-matchbox
Requires:	perl-Geo-IP

%description -n drakx-finish-install
For OEM-like duplications, it allows at first boot:
- network configuration
- creating users
- setting root password
- choosing authentication

%files -n drakx-finish-install
%config(noreplace) %{_sysconfdir}/sysconfig/finish-install
%{_sysconfdir}/X11/xsetup.d/??finish-install.xsetup
%{_sbindir}/finish-install

#----------------------------------------------------------------------------

%package -n harddrake
Summary:	Main Hardware Configuration/Information Tool
Group:		System/Configuration/Hardware
Requires:	%{name}-curses = %{EVRD}
Provides:	kudzu = %{EVRD}
Provides:	kudzu-devel = %{EVRD}
Provides:	libdetect0 = %{EVRD}
Provides:	libdetect0-devel = %{EVRD}
Provides:	libdetect-lst = %{EVRD}
Provides:	libdetect-lst-devel = %{EVRD}
Provides:	detect = %{EVRD}
Provides:	detect-lst = %{EVRD}
Requires(pre,post):	rpm-helper
Requires:	drakx-kbd-mouse-x11
Suggests:	libdrakx-net
Suggests:	drak3d
Requires:	meta-task

%description -n harddrake
The harddrake service is a hardware probing tool run at system boot
time to determine what hardware has been added or removed from the
system.

It then offer to run needed config tool to update the OS
configuration.

%files -n harddrake
%dir /etc/sysconfig/harddrake2/
%config(noreplace) /etc/sysconfig/harddrake2/previous_hw
%config(noreplace) /etc/sysconfig/harddrake2/service.conf
%config(noreplace) %{_sysconfdir}/sysconfig/harddrake2/kernel
%dir %{_datadir}/harddrake/
%{_datadir}/harddrake/*
%{_sysconfdir}/X11/xsetup.d/??notify-x11-free-driver-switch.xsetup
#%{_sysconfdir}/X11/xinit.d/harddrake2

%postun -n harddrake
file /etc/sysconfig/harddrake2/previous_hw | fgrep -q perl && %{_datadir}/harddrake/convert || :

%triggerpostun -n harddrake -- harddrake < 11.62-2
rm -f /etc/rc.d/*/{K,S}??harddrake

#----------------------------------------------------------------------------

%package -n harddrake-ui
Summary:	Main Hardware Configuration/Information Tool
Group:		System/Configuration/Hardware
Requires:	%{name} = %{EVRD}
Requires:	sane-backends
Requires:	drakx-kbd-mouse-x11
Suggests:	libdrakx-net
Suggests:	drak3d

%description -n harddrake-ui
This is the main configuration tool for hardware that calls all the
other configuration tools.

It offers a nice GUI that show the hardware configuration splitted by
hardware classes.

%files -n harddrake-ui
%dir /etc/sysconfig/harddrake2/
%{_sbindir}/harddrake2
%{_bindir}/harddrake2
%config(noreplace) %{_sysconfdir}/security/console.apps/harddrake2
%config(noreplace) %{_sysconfdir}/pam.d/harddrake2
%{_datadir}/pixmaps/harddrake2
%{_datadir}/applications/harddrake.desktop
%{_iconsdir}/large/harddrake.png
%{_iconsdir}/mini/harddrake.png
%{_iconsdir}/harddrake.png

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%make -C perl-install CFLAGS="%{optflags}" -I/usr/include/ldetect/

%install
%make -C perl-install PREFIX=%{buildroot} install
mkdir -p %{buildroot}%{_sysconfdir}/{X11/xinit.d,X11/wmsession.d,sysconfig/harddrake2}
touch %{buildroot}/etc/sysconfig/harddrake2/previous_hw

dirs1="usr/lib/libDrakX usr/share/libDrakX"
(cd %{buildroot} ; find $dirs1 usr/bin usr/sbin ! -type d -printf "/%%p\n")|egrep -v 'bin/.*harddrake' > %{name}.list
(cd %{buildroot} ; find $dirs1 -type d -printf "%%%%dir /%%p\n") >> %{name}.list

perl -ni -e '/dbus_object\.pm|Xdrakres|clock|display_help|display_release_notes.pl|drak(bug|clock|dvb|floppy|font|hosts|log|sec|splash)|gtk|icons|logdrake|pixmaps|\.png$/ ? print STDERR $_ : print' %{name}.list 2> %{name}-gtk.list
perl -ni -e '/http/ ? print STDERR $_ : print' %{name}.list 2> %{name}-http.list
perl -ni -e 'm!lib/libDrakX|bootloader-config|fileshare|lsnetdrake|drakupdate_fstab|rpcinfo|serial_probe! && !/curses/i ? print STDERR $_ : print' %{name}.list 2> %{name}-backend.list
perl -pi -e 's|^(/usr/sbin/fileshareset)$|%%attr(4755,root,root) $1|;' %{name}-backend.list
perl -ni -e '/finish-install/ ? print STDERR $_ : print' %{name}.list 2> finish-install.list

#mdk menu entry
mkdir -p %{buildroot}%{_datadir}/autostart

cat > %{buildroot}%{_sysconfdir}/X11/xinit.d/harddrake2 <<EOF
#!/bin/sh
exec /usr/share/harddrake/service_harddrake X11
EOF

cat > %{buildroot}%{_sysconfdir}/sysconfig/harddrake2/kernel <<EOF
KERNEL=3.8
EOF

mv %{buildroot}%{_sbindir}/service_harddrake_confirm %{buildroot}%{_datadir}/harddrake/confirm

mkdir -p %{buildroot}%{_docdir}
install -m 0644 *license.html %{buildroot}%{_docdir}

chmod +x %{buildroot}{%{_datadir}/harddrake/{conf*,service_harddrake},%{_sysconfdir}/X11/xinit.d/harddrake2}
# temporary fix until we reenable this feature
rm -f %{buildroot}%{_sysconfdir}/X11/xinit.d/harddrake2

perl -I perl-install -mharddrake::data -e 'print "DETECT_$_->{class}=yes\n" foreach @harddrake::data::tree' |sort > %{buildroot}%{_sysconfdir}/sysconfig/harddrake2/service.conf
echo -e "AUTORECONFIGURE_RIGHT_XORG_DRIVER=yes\n" >> %{buildroot}%{_sysconfdir}/sysconfig/harddrake2/service.conf

install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/

# consolehelper config
#

# - console user, no password
for pak in drakclock drakkeyboard drakmouse drakfont mousedrake drakscanner drakmouse scannerdrake; do
        ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/$pak
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps/
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak <<EOF
USER=root
PROGRAM=%{_sbindir}/$pak
FALLBACK=false
SESSION=true
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
		cat > %{buildroot}%{_sysconfdir}/pam.d/$pak  <<EOF
#%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF
done

# console user, ask for root password
for pak in drakups drakauth draklog drakxservices drakboot draksec drakguard harddrake2 drakedm diskdrake; do
        ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/$pak
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak <<EOF
USER=root
PROGRAM=/usr/sbin/$pak
FALLBACK=false
SESSION=true
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d
		cat > %{buildroot}%{_sysconfdir}/pam.d/$pak  <<EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF
done

%find_lang libDrakX libDrakX.lang
%find_lang libDrakX-standalone libDrakX-standalone.lang
cat libDrakX.lang libDrakX-standalone.lang >> %{name}.list

# pamd hack
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/system-auth-win-default

%check
cd perl-install
%make check


%changelog
* Mon Sep 22 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-20
+ Revision: c7cdae6
- Various installer fixes/improvements
- 1. Excluded OpenVPN from startup services configuration: it won't start anyway without configuring it first.
- 2. Moved "Enable/Disable swap" buttons to normal mode.
- 3. Disallowed encrypted root without separate /boot.
- 4. If custom partitioning is faulty, return back to custom partitioning dialog, not to the list of predefined schemes.
- 5. Do not repeatedly display "backup data" warning when custom partitioning dialog is reopened because of problems.
- 6. New cities added for timezones translation; Russian translation updated.

* Wed Sep 03 2014 Denis Silakov <denis.silakov@rosalab.ru> 14.47-19
+ Revision: b02831c
- Fix bugzilla URL

* Fri Aug 15 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-18
+ Revision: be6a222
- Re-fixed partition labels encoding

* Thu Aug 14 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-17
+ Revision: 1861dea
- Fixed wrong message encoding in drakbug

* Tue Aug 12 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-16
+ Revision: 6facf74
- Various minor fixes
- 1. Changing partition type did not change its description and set of action buttons (e.g. when changing from usual FS to LVM).
- 2. Creating encrypted LVM or RAID partition in expert mode asked whether to check for bad blocks, but it did not affect anything (no formatting is performed).
- 3. Creating encrypted RAID partition displayed an error "failed to format".
- 4. Internal crash under rare conditions.

* Mon Aug 11 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-15
+ Revision: c6cc9f0
- Added Cancel buttons also to other secondary dialogs
- 1. All secondary partitioning dialogs in installer now also have Cancel button.

* Fri Aug 08 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-14
+ Revision: e4b0242
- More fixes
- 1. Fixed regression in 14.47-13 (RAID::LVM::encrypted_partition -> crash).
- 2. Forcing to write partition table when adding partition to RAID (required for mdadm to see partitions).

* Fri Aug 08 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-13
+ Revision: 6db81e6
- Fixes and improvements in diskdrake/installer
- 1. Non-latin letters in partition labels were displayed as garbage.
- 2. Minor fix in Russian translation.
- 3. Creating an encrypted partition on LVM corrupted the dialog contents.
- 4. Activated encrypted partitions on LVM were displayed as inactive, and returned errors on any action.
- 5. Creating encrypted partitions on encrypted LVMs is now forbidden (it makes no sense, and hard to support with the current codebase).
- 6. Add Partition dialog now contains the Cancel button also in installer, not only in diskdrake.

* Thu Jul 10 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-12
+ Revision: d0c4bae
- Minor fixes and improvements
- 1. Moving postinstall configuration dialog to the center of the screen.
- 2. Fixed: Autohostname was not always suggested.

* Fri Jul 04 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-11
+ Revision: 3c68e20
- Several bugs fixed in installer/diskdrake
- 1. Fixed: RAID/Loopback, click Ext4/XFS/... button - crash.
- 2. Fixed: Expert Mode missing when RAID/Loopback selected.
- 3. Fixed: Crypted LVM/RAID displayed wrong partition type.
- 4. Fixed: Do not show GPT/MBR selection when clearing LVM.

* Mon Jun 30 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-10
+ Revision: ca051a2
- Various fixes and improvements in installer
- 1. Excluded Live root disk from partitioning.
- 2. Allowed to assign system mount points (/, /usr, /var) to crypted partitions. Requires rd.auto=1 in kernel parameters (draklive-isntall is updated accordingly).
- 3. Disallowed to assign to crypted partitions not only /boot, but also all its subdirs.
- 4. Closed a workaround for assigning disallowed mount points (first create a crypted partition, then assign any mount point). Now trying to do so for /boot or subdir displays error message.
- 5. Fixed crypted partition buttons width.
- 6. Minor improvements for title/text of some progress dialogs.
- 7. Removed Help button from diskdrake/installer as outdated.

* Mon Jun 30 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-9
+ Revision: 0e293a2
- Separate swap management
- 1. Existing swap partitions are not used by the new ROSA automatically anymore: they may be used by another Linux for hibernating.
- 2. Added buttons for explicitly marking swap partition for using or not using (Expert mode).
- 3. Swap created during installation is marked as used by default.

* Mon Jun 30 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-9
+ Revision: f4dd2e0
- Support for EFI installation and GPT disks
- 1. Added support for installing in EFI mode:
- a) improved support for special EFI partition type;
- b) auto-allocation: added creating and/or mounting EFI partition to /boot/efi.
- 2. Improved GPT disks handling:
- a) resizing a partition does not reset its GPT GUID anymore (which caused existing Windows fail to boot);
- b) added support for booting from GPT disks in legacy BIOS mode (special BIOS Boot Partition is used; also added to auto-allocation);
- c) removed excessive kernel calls in partitioning (libparted handles them itself).
- 3. Added various checks with warnings about possible booting problems related to EFI and GPT.
- 4. Fixed autosuggested hostname which in some cases contained a very long descriptive message.
- 5. Some fixes related to 1 MB partition alignment.

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 14.47-8
+ Revision: fb2b851
- MassBuild#440: Increase release tag

* Thu May 29 2014 Alex Burmashev <alex.burmashev@gmail.com> 14.47-7
+ Revision: 3c146f6
- added tirpc patch

* Thu May 29 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 14.47-6
+ Revision: 211bbb6
- add tirpc-devel to BR

* Wed May 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 14.47-5
+ Revision: 44efc25
- Rebuild with new perl

* Thu May 22 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-4
+ Revision: a0b6f6a
- Russian translation updated

* Thu May 22 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-3
+ Revision: 5a2581e
- Fixed GPT GUID for swap partitions

* Wed May 21 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-2
+ Revision: 6dd19c5
- Added GPT partitioning support
- 1. The 'Clear all' button now allows to choose from MBR and GPT partition table types:
- a) in Expert mode the dialog is always displayed;
- b) in Normal mode the dialog is normally not displayed, and the current partition table type is retained (instead of dropping to MBR, as it was earlier);
- c) if user booted in EFI mode, and the disk is MBR, the dialog is displayed even in Normal mode, suggesting GPT by default.
- 2. Various fixes in GPT code.
- 3. Renamed 'Linux native' to 'Linux native (ext2)' for clarity.

* Mon May 19 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.47-1
+ Revision: 0d358eb
- Merged patches; synchronized with source repo
- 1. Repacked latest sources into new tarball.
- 2. Removed archive with licenses (duplicate).

* Sun May 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.46-22
+ Revision: c28d8ce
- Fix arguments for select_timezone

* Fri May 16 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.46-22
+ Revision: 58d6ad3
- Using logarithmic scale for partition buttons
- 1. Now draklive-install and diskdrake instead of proportional scale use logarithmic scale for drawing the partition scheme (allows to avoid extremely small buttons while still keeping larger-smaller relations).
- 2. When user resizes the dialog, partition buttons are now resized correctly. Also, switching between normal/expert modes after resizing the dialog no longer changes the button sizes.

* Wed May 14 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.46-22
+ Revision: 2b2a70a
- Improved installer message about low resources
- 1. Warning text is now highlighted to attract attention.
- 2. Added explicit information that installation is still possible.

* Wed May 14 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.46-22
+ Revision: 8e82a17
- Localization and translation improvements
- 1. If two timezones have identical translations, only one of them is displayed.
- 2. Minor Russian translation fixes.

* Mon May 12 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.46-21
+ Revision: ed3e6da
- Fixed: Temp file was not always removed

* Fri Apr 25 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.46-17
+ Revision: 88f190d
- More fixes with localized timezones
- 1. Timezone localization wasn't used by drakclock.
- 2. Timezone dialog ignored non-latin letters typed for quickly selecting an item starting with these letters.
- 3. Pressing Cancel in drakclock's timezone selecting dialog actually selected and applied an "empty" (invalid) timezone.
- 4. Installer: Moved keyboard selection before timezone, so that user could use search-by-typing feature using his/her layout.

* Thu Apr 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.46-16
+ Revision: 4f1e981
- Fix typo

* Thu Apr 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.46-16
+ Revision: e826c63
- Update Categories for drakxservices.desktop

* Thu Apr 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.46-16
+ Revision: 89de080
- More basic spec cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16229 |14mr|dropbear-2014.65-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (tmb) temp linking fix
%define _disable_ld_as_needed 1
%define _disable_ld_no_undefined 1
%define year 2014

Summary:	SSH2 server and client
Name:		dropbear
Version:	2014.65
Release:	2
License:	MIT
Group:		Networking/Remote access
Url:		http://matt.ucc.asn.au/dropbear/dropbear.html
Source0:	http://matt.ucc.asn.au/dropbear/releases/%{name}-%{version}.tar.bz2
Source1:	dropbear.service
Source2:	dropbear-keygen.service
Patch0:		dropbear-2014.63-whole-program.patch
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(zlib)
Requires(post,preun):	rpm-helper

%description
Dropbear is a relatively small SSH 2 server and client. Dropbear
is particularly useful for "embedded"-type Linux (or other Unix)
systems, such as wireless routers.

%files
%doc CHANGES INSTALL LICENSE MULTI README SMALL TODO
%dir %{_sysconfdir}/dropbear
%config(noreplace) %{_sysconfdir}/sysconfig/dropbear
%{_unitdir}/dropbear*
%{_bindir}/dropbearkey
%{_bindir}/dropbearconvert
%{_bindir}/dbclient
%{_sbindir}/dropbear
%{_mandir}/man1/dbclient.1*
%{_mandir}/man1/dropbearconvert.1*
%{_mandir}/man1/dropbearkey.1*
%{_mandir}/man8/dropbear.8*

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# convert CHANGES to UTF-8
iconv -f iso-8859-1 -t utf-8 -o CHANGES{.utf8,}
mv CHANGES{.utf8,}

%build
%configure2_5x \
	--enable-pam

%make -k || make

%install
%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/dropbear
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/dropbear.service
install -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/dropbear-keygen.service
install -d %{buildroot}%{_mandir}/man1
install -m 0644 dbclient.1 %{buildroot}%{_mandir}/man1/dbclient.1
install -d %{buildroot}%{_mandir}/man8
install -m 0644 dropbearkey.1 %{buildroot}%{_mandir}/man1/dropbearkey.1

cat > %{buildroot}%{_sysconfdir}/sysconfig/dropbear << EOF
OPTIONS=""
EOF

chmod a+r CHANGES INSTALL LICENSE MULTI README SMALL TODO

%changelog
* Fri Sep 12 2014 redmosaic <es_wkm@rambler.ru> 2014.65-2
+ Revision: 41ac698
- Drop useless uclibc support and add default config file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16230 |14mr|drv_z42-0.4.3-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Printer driver for the Lexmark Z42, Z43 and Z52 printer
Name: 		drv_z42
Version:	0.4.3
Release:	16
License:	GPLv2+
Group:		System/Printing
Url:		http://www.xs4all.nl/~pastolk/
Source:		http://www.xs4all.nl/~pastolk/drv_z42-%{version}.tar.gz
Source1:	z42-2.png
Source2:	lexmark.png
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gtk+-2.0)
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007

%description
Driver for the Lexmark printers Z42, Z43, Z52, X73 and the Compaq IJ1200.

%files
%defattr(0644,root,root,0755)
%doc COPYING ChangeLog FAQ README
%attr(0755,root,root) %{_bindir}/z42_cmyk

#----------------------------------------------------------------------------

%package -n z42tool
Summary:	GUI for Lexmark printer maintence
Group:		System/Printing
Requires:	%{name} = %{EVRD}

%description -n z42tool
GUI tool to configure the Lexmark printers Z42, Z43, Z52, X73 and the Compaq
IJ1200.

%files -n z42tool
%defattr(0644,root,root,0755)
%doc z42tool/README
%{_datadir}/z42tool
%attr(0755,root,root) %{_bindir}/z42tool
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
pushd src
%__cc %{optflags} %{ldflags} -o z42_cmyk z42_cmyk.c
popd

pushd z42tool
%configure2_5x
%make
popd

%install
install -d %{buildroot}%{_bindir}

pushd src
    install -m0755 z42_cmyk %{buildroot}%{_bindir}
popd

pushd z42tool
    %makeinstall_std
popd

# icon
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}

convert %{SOURCE2} -strip -resize 16x16 %{buildroot}%{_miconsdir}/z42tool.png
convert %{SOURCE2} -strip -resize 32x32 %{buildroot}%{_iconsdir}/z42tool.png
convert %{SOURCE2} -strip -resize 48x48 %{buildroot}%{_liconsdir}/z42tool.png

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/z42tool.desktop << EOF
[Desktop Entry]
Name=Lexmark printer manager
Comment=Status, alignment, cartridge maintenance
Exec=%{_bindir}/z42tool
Icon=z42tool
Terminal=false
Type=Application
Categories=System;Monitor;
EOF


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.3-16
+ Revision: cfc5fcc
- Fix icon file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16231 |14mr|dssi-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Disposable Soft Synth Interface examples and utilities
Name:		dssi
Version:	1.1.1
Release:	2
License:	LGPLv2+
Group:		Sound
URL:		http://dssi.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/dssi/%{name}-%{version}.tar.gz
Source1:	dssi.sh.bz2
Source2:	dssi.csh.bz2
BuildRequires:	ladspa-devel
BuildRequires:	liblo-devel
BuildRequires:	libalsa-devel
BuildRequires:	jackit-devel
BuildRequires:	libsamplerate-devel
BuildRequires:  pkgconfig(sndfile)
BuildRequires:	qt4-devel

%description
DSSI (pronounced "dizzy") is an API for audio plugins, with particular
application for software synthesis plugins with native user
interfaces. DSSI is an open specification developed for use in Linux
audio applications, although portable to other platforms. It may be
thought of as LADSPA-for-instruments, or something comparable to VSTi.

This package contains examples and utilities.

%package devel
Summary:	Disposable Soft Synth Interface API
Group:		Development/C
Requires:	%{name} = %{version}
Requires:	ladspa-devel
Requires:	libalsa-devel

%description devel
DSSI (pronounced "dizzy") is an API for audio plugins, with particular
application for software synthesis plugins with native user
interfaces. DSSI is an open specification developed for use in Linux
audio applications, although portable to other platforms. It may be
thought of as LADSPA-for-instruments, or something comparable to VSTi.

DSSI consists of a C language API for use by plugins and hosts, based
on the LADSPA API, and an OSC (Open Sound Control) API for use in user
interface to host communications. The DSSI specification consists of
an RFC which describes the background for the proposal and defines the
OSC part of the specification, and a documented header file which
defines the C API.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_sysconfdir}/profile.d
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/profile.d/dssi.sh
bzcat %{SOURCE2} > %{buildroot}%{_sysconfdir}/profile.d/dssi.csh
perl -pi -e "s!__LIBDIR__!%{_libdir}!" %{buildroot}%{_sysconfdir}/profile.d/dssi*sh

%files
%defattr(-,root,root)
%doc ChangeLog README
%{_bindir}/jack-dssi-host
%{_bindir}/dssi_analyse_plugin
%{_bindir}/dssi_list_plugins
%{_bindir}/dssi_osc_send
%{_bindir}/dssi_osc_update
%{_bindir}/karplong
%{_bindir}/less_trivial_synth
%{_bindir}/trivial_sampler
%{_bindir}/trivial_synth
%{_libdir}/dssi/*.so
%{_libdir}/dssi/less_trivial_synth/LTS_*
%{_libdir}/dssi/trivial_sampler/trivial_sampler_*
%{_mandir}/man1/dssi_osc_send.1*
%{_mandir}/man1/dssi_osc_update.1*
%{_mandir}/man1/jack-dssi-host.1*
%{_mandir}/man1/dssi_analyse_plugin.1*
%{_mandir}/man1/dssi_list_plugins.1*
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/profile.d/dssi*sh

%files devel
%defattr(-,root,root)
%doc doc/TODO doc/*.txt
%{_includedir}/dssi.h
%{_libdir}/pkgconfig/dssi.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-2
+ Revision: a83164b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16232 |14mr|dtdparser-1.21-3.2.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define _with_gcj_support 1

%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}

%define section         free

Name:           dtdparser
Version:        1.21
Release:        3.2.10
Epoch:          0
Summary:        A Java DTD Parser
License:        LGPL
Source0:        http://wutka.com/download/%{name}-%{version}.tgz
URL:            http://wutka.com/dtdparser.html
BuildRequires:  ant
BuildRequires:  locales-en
BuildRequires:  java-rpmbuild
Requires:       java
Requires:       jpackage-utils >= 0:1.6
Requires(postun): jpackage-utils >= 0:1.6 
Group:          Development/Java
%if ! %{gcj_support}
BuildArch:      noarch
%endif

%if %{gcj_support}
BuildRequires:                java-gcj-compat-devel
%endif

%description
DTD parsers for Java seem to be pretty scarce. That's probably because
DTD isn't valid XML. At some point, if/when XML Schema becomes widely
accepted, no one will need DTD parsers anymore. Until then, you can
use this library to parse a DTD.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils >= 0:1.6
Requires(postun): jpackage-utils >= 0:1.6 

%description javadoc
Javadoc for %{name}.

# -----------------------------------------------------------------------------

%prep
%setup -q
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;

# -----------------------------------------------------------------------------

%build
export LC_ALL=en_US.ISO-8859-1
%{ant} build createdoc

# -----------------------------------------------------------------------------

%install
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 dist/%{name}120.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr doc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# -----------------------------------------------------------------------------

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

# -----------------------------------------------------------------------------

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc CHANGES LICENSE README
%{_javadir}/*

%if %{gcj_support}
%dir %attr(-,root,root) %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/dtdparser-1.21.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*

# -----------------------------------------------------------------------------



%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.21-3.2.10
+ Revision: 9a00527
- Build with en_US.ISO locale



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16233 |14mr|dudf-0.15-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'devel\\(libjsoncpp(.*)\\)'
%endif

Name:		dudf
Summary:	Mandriva implementation of DUDF as part of the Mancoosi European Project
Version:	0.15
Release:	8
Group:		System/Base
License:	GPLv2+
URL:		http://www.mancoosi.org

Source0:	%{name}-%{version}.tar.xz
BuildRequires:	swig
BuildRequires:	perl-devel
BuildRequires:	jsoncpp-devel >= 0.5.0-11
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	rpm-devel
BuildRequires:	ossp-uuid-devel
BuildRequires:	cppunit-devel

%description
Mancoosi aims at achieving better management of software upgrades.
As part of this European project, urpmi can generate information about
installation failure when it arises and provide it to Mandriva engineers
and Mancoosi project members to help solving the issue. This is achieved
via a DUDF file, where DUDF stands for Distribution Upgradeability 
Description Format. 
The current package provides libdudf, a C++ library aiming at generating
this DUDF file, together with a Perl wrapper, perl-dudfrpmstatus, which is
used by urpmi.

%define	major	1
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname -d %{name} %{major}

%package -n	%{libname}
Summary:	Mandriva DUDF file generation library
Group:		System/Libraries

%description -n	%{libname}
Library used for generating the Mandriva DUDF file.

%package -n	%{devname}
Summary:	Development header & library for Mandriva DUDF library
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n	%{devname}
Development header & library for Mandriva DUDF file generation library.

%package -n	perl-dudfrpmstatus
Summary:	Mandriva DUDF file generation library Perl wrapper
Group:		System/Libraries

%description -n	perl-dudfrpmstatus
Perl wrapper providing access to the Mandriva DUDF file generation
library.

%prep
%setup -q

%build
export LDFLAGS="%{ldflags}"
%define	_disable_ld_no_undefined 1
export PERL_LDFLAGS="%{ldflags}"
%make CXXFLAGS="%{optflags}"

# %check
# make test

%install
%makeinstall_std prefix=%{_prefix} libdir=%{_libdir}

%files -n %{libname}
%{_libdir}/libdudf.so.%{major}*

%files -n %{devname}
%{_libdir}/libdudf.so
%{_includedir}/dudf.h

%files -n perl-dudfrpmstatus
%{perl_sitearch}/dudfrpmstatus.pm
%{perl_sitearch}/auto/dudfrpmstatus/dudfrpmstatus.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.15-8
+ Revision: 5601b8e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16234 |14mr|dump-0.4b42-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Programs for backing up and restoring filesystems
Name:		dump
Version:	0.4b42
Release:	6
License:	BSD
Group:		Archiving/Backup

Source: 	ftp://osdn.dl.sourceforge.net/pub/sourceforge/d/du/%{name}/%{name}-%{version}.tar.gz
Patch0:		dump-nonroot.patch
Patch2:		dump-0.4b34-check-systypes.patch
Patch3:		dump-0.4b37-compile-fix.patch
Patch4:		dump_progname_mips.patch
Patch5:		dump-rh507948.patch
Patch6:		build-without-selinux.patch
URL:		http://sourceforge.net/projects/dump/

Requires:	rmt = %{version}-%{release}
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	termcap-devel
BuildRequires:	readline-devel
BuildRequires:	zlib-devel
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	ext2fs-devel

%description
The dump package contains both dump and restore.  Dump examines files in
a filesystem, determines which ones need to be backed up, and copies
those files to a specified disk, tape or other storage medium.  The
restore command performs the inverse function of dump; it can restore a
full backup of a filesystem.  Subsequent incremental backups can then be
layered on top of the full backup.  Single files and directory subtrees
may also be restored from full or partial backups.

%package -n	rmt
Summary:	Provides certain programs with access to remote tape devices
Group:		Archiving/Backup
Provides:	/sbin/rmt

%description -n	rmt
The rmt utility provides remote access to tape devices for programs
like dump (a filesystem backup program), restore (a program for
restoring files from a backup) and tar (an archiving program).

%prep
%setup -q
%patch0 -p0 -b .nonroot
%patch2 -p1 -b .check-systypes
%patch3 -p1 -b .compfix
%patch4 -p1 -b .progname
%patch5 -p1 -b .rh507948
%patch6 -p0 -b .selinux

autoconf

%build
%configure2_5x \
	--with-manowner=root \
	--with-mangrp=root \
	--with-manmode=644 \
	--enable-ermt \
	--disable-kerberos \
	--disable-transselinux
	

%make OPT="%{optflags} -fPIC -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts"

%install
rm -rf %{buildroot}

make install SBINDIR=%{buildroot}/sbin BINDIR=%{buildroot}/sbin MANDIR=%{buildroot}%{_mandir}/man8

for i in dump restore; do
  mv %{buildroot}/sbin/$i %{buildroot}/sbin/$i.ext3
  ln -s $i.ext3 %{buildroot}/sbin/$i.ext2
  ln -s $i.ext3 %{buildroot}/sbin/$i
done

pushd %{buildroot}
  mkdir .%{_sysconfdir}
  > .%{_sysconfdir}/dumpdates
  ln -s ../sbin/rmt ./%{_sysconfdir}/rmt
popd

%files
%doc CHANGES COPYRIGHT KNOWNBUGS README THANKS TODO MAINTAINERS dump.lsm
%attr(0664,root,disk)	%config(noreplace) %{_sysconfdir}/dumpdates
#%attr(6755,root,tty)	/sbin/dump
/sbin/dump*
#%attr(6755,root,tty)	/sbin/restore
/sbin/restore*
/sbin/rdump
/sbin/rrestore
%{_mandir}/man8/dump.8*
%{_mandir}/man8/rdump.8*
%{_mandir}/man8/restore.8*
%{_mandir}/man8/rrestore.8*

%files -n rmt
%defattr(-,root,root)
%doc COPYRIGHT
/sbin/rmt
%{_sysconfdir}/rmt
%{_mandir}/man8/rmt.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4b42-6
+ Revision: 8ad7e32
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16235 |14mr|dumpet-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        A tool to dump and debug bootable CD images
Name:           dumpet
Version:        1.1
Release:        3
License:        GPLv2+
Group:          System/Base
Url:            https://fedorahosted.org/dumpet/
Source0:        https://fedorahosted.org/releases/d/u/dumpet/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(popt)

%description
DumpET is a utility to aid in the debugging of bootable CD-ROM images.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}/%{_bindir}
%makeinstall_std 

%files
%doc README TODO COPYING
%{_bindir}/dumpet


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 16c7176
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16236 |14mr|duplicity-0.6.24-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Untrusted/encrypted backup using rsync algorithm
Name:		duplicity
Version:	0.6.24
Release:	2
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://www.nongnu.org/duplicity/
Source0:	http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz
Source1:	http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz.sig
# (misc) patch was sent upstream : https://bugs.launchpad.net/duplicity/+bug/518629
Patch0:		patch-64bits.patch
BuildRequires:	python-distribute
BuildRequires:	librsync-devel
BuildRequires:	pkgconfig(python)
Requires:	gnupg

%description
Duplicity incrementally backs up files and directory by encrypting tar-format
volumes with GnuPG and uploading them to a remote (or local) file server. In
theory many remote backends are possible; right now local, ssh/scp, ftp, and
rsync backends are written. Because duplicity uses librsync, the incremental
archives are space efficient and only record the parts of files that have
changed since the last backup.  Currently duplicity supports deleted files,
full unix permissions, directories, symbolic links, fifos, etc., but not hard
links.

%files -f %{name}.lang
%doc CHANGELOG COPYING README tarfile-LICENSE
%{_bindir}/rdiffdir
%{_bindir}/duplicity
%{_mandir}/man1/*
%{py_platsitedir}/duplicity
%{py_platsitedir}/*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
python setup.py build

%install
python setup.py install --prefix=%{buildroot}%{_prefix}

rm -Rf %{buildroot}%{_datadir}/doc/duplicity-%{version}

%find_lang %{name}


%changelog
* Thu Jul 24 2014 abondrov <andrey.bondrov@rosalab.ru> 0.6.24-2
+ Revision: da815f3
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16237 |14mr|dvb-apps-1.1.1-8.hg1500.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Otherwise we don't pass rpmlint control
%define _enable_debug_packages %{nil}
%define debug_package %{nil}
# linting will fail anyway due the not-standard-release-extension .Sflo
%define _build_pkgcheck_set %{nil}

%define snapshot	1500
%define rel		2
%define distname	dvb-apps

%if %{snapshot}
%define release 8.hg%{snapshot}.%{rel}
%else
%define release %{rel}
%endif

Summary:	Various apps for DVB cards
Name:		dvb-apps
Version:	1.1.1
Release:	%{release}
License:	GPLv2+
Group:		Video
Url:		http://www.linuxtv.org/wiki/index.php/LinuxTV_dvb-apps
%if %{snapshot}
Source0:	%{distname}-%{snapshot}.tar.xz
%else
Source0:	http://linuxtv.org/download/dvb/%{distname}-%{version}.tar.bz2
%endif
# (Anssi 02/2008): dvbnet tries to strip 'path/' out from 'path/dvbnet'
# in argv[0] when showing it in commandline usage help output. The NULL
# check is buggy as 's' has already been incremented by 1 before the check.
# This patch removes the stripping altogether and uses the full argv[0]
# in usage(), as GNU utilities do.
Patch0:		dvbnet-do-not-strip-dir-from-argv0.patch

BuildRequires:	pkgconfig(libv4l2)
# bin/scan conflict:
Conflicts:	nmh

%description
Various apps for DVB cards.
# No sonames, and these are presumably only used internally,
# so put them all in the same package;
# If some other apps start using them, sonames should be fixed,
# and package splitted properly. - Anssi
%define libname %mklibname dvbapps
%define devname %mklibname -d dvbapps

%package -n %{libname}
Summary:	Common libraries used by dvb-apps
Group:		System/Libraries

%description -n %{libname}
Common libraries as used by the dvb-apps package.

%package -n %{devname}
Summary:	Development files for dvb-apps
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
Development files for dvb-apps, for building applications that depend on:
- libdvbapi
- libdvbcfg
- libdvben50221
- libdvbsec
- libesg
- libucsi

%prep
%if %{snapshot}
%setup -q -n %{distname}-%{snapshot}
%else
%setup -q -n %{distname}-%{version} -a 1
%endif
%patch0 -p1

%build
%setup_compile_flags
# (Anssi 02/2008) version.h gets written too late for dvbnet.c,
# parallel make broken
make prefix=%{_prefix} libdir=%{_libdir} includedir=%{_includedir} sharedir=%{_datadir}

%install
%makeinstall_std prefix=%{_prefix} libdir=%{_libdir} includedir=%{_includedir} sharedir=%{_datadir}

install -m644 util/av7110_loadkeys/README README.av7110_loadkeys
sed -i -e 's:./evtest:evtest:' README.av7110_loadkeys
sed -i -e 's:./av7110_loadkeys:av7110_loadkeys:' README.av7110_loadkeys
sed -i -e "s:hauppauge.rc5:%{_datadir}/dvb/av7110_loadkeys/hauppauge.rc5:" README.av7110_loadkeys

install -m644 util/scan/README README.scan
sed -i -e "s:\./::g" README.scan
sed -i -e "s:dvb-s/Astra-19.2E:%{_datadir}/dvb/dvb-s/Astra-19.2E:" README.scan
sed -i -e "s:atscscan -h:atscscan -h\nTuning files are stored in %{_datadir}/dvb.:"  README.scan

install -m644 util/szap/README README.zap
sed -i -e "s:\./::g" README.zap

# backward compatibility:
ln -s scan %{buildroot}%{_bindir}/scandvb

%files
%doc README README.av7110_loadkeys README.scan util/dvbnet/net_start.*
%doc util/dib3000-watch/README.* README.zap
%{_bindir}/*
%dir %{_datadir}/dvb
%{_datadir}/dvb/atsc
%{_datadir}/dvb/av7110_loadkeys
%{_datadir}/dvb/dvb-c
%{_datadir}/dvb/dvb-s
%{_datadir}/dvb/dvb-t

%files -n %{libname}
%{_libdir}/libdvb*.so
%{_libdir}/libesg.so
%{_libdir}/libucsi.so

%files -n %{devname}
%{_includedir}/libdvbapi
%{_includedir}/libdvbcfg
%{_includedir}/libdvben50221
%{_includedir}/libdvbsec
%{_includedir}/libesg
%{_includedir}/libucsi
%{_libdir}/libdvb*.a
%{_libdir}/libesg.a
%{_libdir}/libucsi.a


%changelog
* Tue Jun 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-8.hg1500.2
+ Revision: 2d591e3
- Fix release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16238 |14mr|dvbsnoop-1.4.50-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple dvb/mpeg stream analyzer program
Name:		dvbsnoop
Version:	1.4.50
Release:	7
License:	GPL
Group:		Video
URL:		http://dvbsnoop.sf.net
Source0:	http://osdn.dl.sourceforge.net/dvbsnoop/%{name}-%{version}.tar.gz
BuildRequires:	glibc-devel

%description
dvbsnoop is a simple dvb/mpeg stream analyzer program. The program can
be used to sniff, monitor, debug, dump or view dvb/mpeg/dsm-cc/MHP
stream information (digital television) send via satellite, cable or
terrestrial.

%prep
%setup -q
# Fix permissions
find . -perm 0744 -exec chmod 0644 '{}' \;

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README COPYING 
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.50-7
+ Revision: 97bb073
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16239 |14mr|dvbsubs-0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Define Mandrake Linux version we are building for
%define mdkversion %(perl -pe '/(\\d+)\\.(\\d)\\.?(\\d)?/; $_="$1$2".($3||0)' /etc/mandrake-release)

%define name	dvbsubs
%define version	0.3
%define beta	0


%if %beta
%define release 0.%{beta}.%{mdkrel}
%else
%define release %{mdkrel}
%endif
%define debug_package %{nil}
Summary:	Dvbsubtitle tools	
Name:		%{name}
Version:	%{version}
Release: 9
Source0:	http://linuxtv.org/download/dvb/%{name}-%{version}.tar.bz2
Patch0:	dvbsubs-0.3-png-zlib.patch
License:	GPLv2
Group:		Video
URL:		http://linuxtv.org/dvb/

BuildRequires:	libxml2-devel 
BuildRequires:	freetype2-devel
BuildRequires:	png-devel

%description
DVB subtitles utilities.

%prep
%setup -q
%patch0 -p0

%build
%make

%install
#makeinstall_std
install -d -m755 %buildroot/%{_bindir}
install -m755 dvbsubs %buildroot/%{_bindir}/
install -m755 dvbtextsubs %buildroot/%{_bindir}/
install -m755 xml2spumux %buildroot/%{_bindir}/
install -m755 xml2srt %buildroot/%{_bindir}/

install -d -m755 %buildroot/%{_mandir}/man1
install -m755 dvbtextsubs.1 %buildroot/%{_mandir}/man1/


%files
%doc CHANGES COPYING README 
%{_bindir}/*
%{_mandir}/man1/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-9
+ Revision: 3a05c40
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16240 |14mr|dvdauthor-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple set of tools to help you author a DVD
Name:		dvdauthor
Version:	0.7.1
Release:	2
License:	GPLv2+
Group:		Video
Url:		http://dvdauthor.sourceforge.net/
Source0:	http://heanet.dl.sourceforge.net/project/dvdauthor/dvdauthor/%version/dvdauthor-%version.tar.gz
Source1:	http://www.joonet.de/dvdauthor/ftp/%{name}-doc-0.6.17.tar.gz
Patch0:		dvdauthor-imagemagick-0.7.0.patch
Patch1:		dvdauthor-0.7.1-automake-1.13.patch

BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)

%description
A simple set of tools to help you author a DVD. The idea is to be able to
create menus, buttons, chapters, etc. But for now you can just take an mpeg
stream (as created by mplex -f 8 from mjpegtools 1.6.0) and write it to DVD.

N.B. The system-wide default video format is NTSC, to change it modify 
/etc/video_format; for per user specific settings creat ~/.config/video_format
and put the video format you want (NTSC or PAL) there.

%files
%doc AUTHORS README ChangeLog COPYING INSTALL TODO html
%{_sysconfdir}/video_format
%{_bindir}/dvdauthor
%{_bindir}/dvddirdel
%{_bindir}/dvdunauthor
%{_bindir}/mpeg2desc
%{_bindir}/spumux
%{_bindir}/spuunmux
%{_datadir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name} -a 1
%apply_patches

autoreconf -fi

mv %{name}-doc-0.6.17/html .

%build
%configure2_5x
%make

%install
%makeinstall_std

# (ahmad) Starting from 0.7, dvdauthor doesn't specify a default video format
# previoulsy it defaulted to NTSC
mkdir -p %{buildroot}%{_sysconfdir}
cat > %{buildroot}%{_sysconfdir}/video_format << EOF
NTSC
EOF


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.1-2
+ Revision: 88cedea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16241 |14mr|dvdbackup-0.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	dvdbackup
%define	version 0.4.2
%define release 2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	DVD-Video creation framework
License: 	GPLv3
Group:		Archiving/Cd burning
URL:		http://sourceforge.net/projects/dvdbackup/
Source:		http://downloads.sourceforge.net/dvdbackup/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(dvdread)


%description
DVD-Create will not just offer a free DVD Authoring solutions for Linux and
Unix. DVD-Create offers you a framework that enables you to write DVD creation,
editing, and backup software without needing to know all the secretes of
DVD-Video.

%prep
%setup -q

%build
%configure2_5x

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc NEWS README COPYING AUTHORS ABOUT-NLS 
%{_bindir}/%{name}
%{_mandir}/man1/dvdbackup.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.2-2
+ Revision: 90858fe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16242 |14mr|dvd+rw-tools-7.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name                    dvd+rw-tools
%define version			7.1
%define release                 8

Summary:	Tools for burning on DVD+RW compliant burner
Group:          Archiving/Cd burning
Name: 		%{name}
Version:	%{version}
Release:        %{release}
License:	GPLv2
Source0:	http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz
Source1:	dvd+rw-mediainfo.1
# (fc) use genisoimage, not mkisofs by default (SUSE)
Patch0:		growisofs-genisoimage.patch
# fix build with gcc 4.3
Patch2:		dvd+rw-tools-limits.h_fix.diff
# (fc) Allow burn small images on DVD-DL (Fedora bug #476154)
Patch3:		dvd+rw-tools-7.0-dvddl.patch
# (fc) fix widechar overflow (Fedora bug #426068)
Patch4:		dvd+rw-tools-7.0-wctomb.patch
# (fc) fix exit status of dvd+rw-format (Fedora bug #243036)
Patch5:		dvd+rw-tools-7.0-wexit.patch
# (fc) use rpm_opt_flags (SUSE)
Patch6:		rpm_opt_flags.diff
URL:		http://fy.chalmers.se/~appro/linux/DVD+RW/
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
Requires:	cdrkit-genisoimage

%description 
Even though a modified kernel can let you put for example an ext2 file
system on DVD+RW, it's probably not very practical, because you most
likely want to access the data on an arbitrary computer. Or in other
words you most likely want ISO9660. The trouble is that you might as
well want to add data now and then. And what options do you have in
the lack of multiple sessions (no, DVD+RW has no notion of multiple
sessions)? Complete re-mastering which takes more and more time as
data set grows? Well, yes, unless you employ growisofs! Growisofs
provides the way to both lay down and grow an ISO9660 file system on
(as well as to burn an arbitrary pre-mastered image to) all supported
optical media.

%prep

%setup -q
%patch0 -p1 -b .genisoimage
%patch2 -p1 -b .limits
%patch3 -p1 -b .dvddl
%patch4 -p1 -b .wctomb
%patch5 -p1 -b .wexit
%patch6 -p1 -b .rpm_opt_flags

%build

%make LDFLAGS="%{ldflags}"
%make rpl8 btcflash LDFLAGS="%{ldflags}"

%install

make install prefix=$RPM_BUILD_ROOT%{_prefix}
install -d $RPM_BUILD_ROOT%{_sbindir}
install -m755 rpl8 $RPM_BUILD_ROOT%{_sbindir}

%clean
rm -rf %buildroot

%files
%defattr(-, root, root) 
%doc index.html
%{_sbindir}/*
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 7.1-8
+ Revision: e9281c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16243 |14mr|dvd-slideshow-0.8.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		vmajor 0.8.4
%define		vminor 2

Summary:	Makes a DVD slideshow video
Name:		dvd-slideshow
Version:	%{vmajor}.%{vminor}
Release:	2
License:	GPLv2+
Group:		Video
URL:		http://dvd-slideshow.sourceforge.net/
Source0:	http://dl.sourceforge.net/dvd-slideshow/%{name}-%{vmajor}-%{vminor}.tar.gz
Requires:	imagemagick
Requires:	dvdauthor >= 0.6.13
Requires:	mjpegtools
Requires:	sox >= 14.0
Requires:	ffmpeg
Suggests:	lame
Suggests:	oggdec
BuildArch:	noarch

%description
dvd-slideshow makes a DVD slideshow video with menus from a text
file listing of pictures, effects, and audio tracks. You can add
some nice effects like fades, crops, scrolls, or Ken Burns effects.
It will hopefully become a command-line clone of imovie.

%prep
%setup -q -n %{name}-%{vmajor}-%{vminor}

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
install -d  %{buildroot}{%{_bindir},%{_mandir}/man1}

install dir2slideshow %{buildroot}%{_bindir}
install dvd-menu %{buildroot}%{_bindir}
install dvd-slideshow %{buildroot}%{_bindir}
install gallery1-to-slideshow %{buildroot}%{_bindir}
install jigl2slideshow %{buildroot}%{_bindir}
install man/* %{buildroot}%{_mandir}/man1

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc *.txt doc/*.html
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.4.2-2
+ Revision: 318b3bf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16244 |14mr|dvgrab-3.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name dvgrab
%define version 3.5
%define release  7

Summary: DV grabber through the FireWire interface
Name: %name
Version: %version
Release: %release
License: GPLv2+
URl: http://www.kinodv.org/
Group: Video
Source0: http://prdownloads.sourceforge.net/kino/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig(libavc1394) libiec61883-devel libraw1394-devel
BuildRequires: pkgconfig(libdv) libquicktime-devel
BuildRequires: jpeg-devel

%description
Dvgrab is a small utility that grabs AVI-2 video from a DV camera using the
IEEE-1394 bus (aka FireWire).

%prep
%setup -q
perl -p -i -e 's/quicktime\/quicktime.h/lqt\/quicktime.h/g' filehandler.h

%build
%configure2_5x
%make

%install
rm -fr $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README TODO
%_bindir/*
%_mandir/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5-7
+ Revision: 1ee3a90
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16245 |14mr|dynamic-0.26.17-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#---------------------------------------------------------------
# Project         : Mandriva Linux
# Module          : dynamic
# File            : dynamic.spec
# Version         : $Id: dynamic.spec 223977 2007-06-26 00:13:24Z adamw $
# Author          : Frederic Lepied and others
# Created On      : Wed Aug  8 11:32:16 2001
# License         : GPL
# Purpose         : spec file to build an rpm
#---------------------------------------------------------------

%define name dynamic
%define version 0.26.17
%define release 9

Summary: Scripts to automatically set up peripherals when plugged in 
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: System/Configuration/Other
URL: http://www.mandrivalinux.com/
Requires: psmisc, mount, usbutils
# scannerdrake --dynamic
Conflicts: drakxtools <= 10.1-0.22mdk
Conflicts: kdemultimedia-kscd <= 1:3.3.2-13mdk
BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
Scripts to automatically set up peripherals when plugged in (mainly
USB devices). This means adding desktop icons (KDE, GMOME) to access
scanners, digital cameras, storage devices, ... adding print queues
for printers, and so on.

%prep
%setup -q

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

# no longer provides any launcher
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/dynamic/launchers/*

#all system scripts are obsolete
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/dynamic/scripts/{camera,lp,rawdevice,rio500,scanner,visor,webcam,part}.script

# hooks are obsolete
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/dynamic/hooks/*

# kill udev rules
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/udev

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog AUTHORS
%dir %{_sysconfdir}/dynamic
%dir %{_sysconfdir}/dynamic/scripts
%dir %{_sysconfdir}/dynamic/user-scripts
%dir %{_sysconfdir}/dynamic/hooks
%{_sysconfdir}/dynamic/scripts/*.script
%{_sysconfdir}/dynamic/user-scripts/*.script
%_datadir/dynamic

# DON'T ADD SOURCE OR PATCH, USE SVN DIRECTLY



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.26.17-9
+ Revision: d66c915
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16246 |14mr|e2fsprogs-1.42.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_root_sbindir	/sbin
%define	_root_libdir	/%{_lib}
%define	major	2
%define libname %mklibname ext2fs %{major}
%define	devname	%mklibname ext2fs -d

%define git_url git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git

Name:		e2fsprogs
Version:	1.42.5
Release:	2
Summary:	Utilities used for ext2/ext3/ext4 filesystems
License:	GPLv2
Group:		System/Kernel and hardware
Source0:	http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-%version.tar.gz
Source1:	e3jsize
# (anssi) fix uninitialized variable causing crash without libreadline.so.5;
# submitted as https://sourceforge.net/tracker/?func=detail&aid=2822113&group_id=2406&atid=302406
Patch0:		e2fsprogs-1.41.8-uninitialized.patch
# (gb) strip references to home build dir
Patch5:		e2fsprogs-1.41.8-strip-me.patch

Url:		http://e2fsprogs.sourceforge.net/
BuildRequires:	texinfo autoconf
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(uuid)

%description
The e2fsprogs package contains a number of utilities for creating,
checking, modifying and correcting any inconsistencies in ext2, ext3,
and ext4 filesystems.  E2fsprogs contains e2fsck (used to repair
filesystem inconsistencies after an unclean shutdown), mke2fs (used to
initialize a partition to contain an empty ext2 filesystem), debugfs
(used to examine the internal structure of a filesystem, to manually
repair a corrupted filesystem or to create test cases for e2fsck), tune2fs
(used to modify filesystem parameters), resize2fs to grow and shrink
unmounted filesystems, and most of the other core ext2fs filesystem
utilities.

%package -n	%{libname}
Summary:	The libraries for Ext2fs
Group:		System/Libraries

%description -n %{libname}
The e2fsprogs package contains a number of utilities for creating,
checking, modifying and correcting any inconsistencies in ext2, ext3,
and ext4 filesystems.  E2fsprogs contains e2fsck (used to repair
filesystem inconsistencies after an unclean shutdown), mke2fs (used to
initialize a partition to contain an empty ext2 filesystem), debugfs
(used to examine the internal structure of a filesystem, to manually
repair a corrupted filesystem or to create test cases for e2fsck), tune2fs
(used to modify filesystem parameters), resize2fs to grow and shrink
unmounted filesystems, and most of the other core ext2fs filesystem
utilities.

This package contains the shared libraries.

%package -n	%{devname}
Summary:	The libraries for Ext2fs
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	ext2fs-devel = %{EVRD}

%description -n	%{devname}
The e2fsprogs package contains a number of utilities for creating,
checking, modifying and correcting any inconsistencies in ext2, ext3,
and ext4 filesystems.  E2fsprogs contains e2fsck (used to repair
filesystem inconsistencies after an unclean shutdown), mke2fs (used to
initialize a partition to contain an empty ext2 filesystem), debugfs
(used to examine the internal structure of a filesystem, to manually
repair a corrupted filesystem or to create test cases for e2fsck), tune2fs
(used to modify filesystem parameters), resize2fs to grow and shrink
unmounted filesystems, and most of the other core ext2fs filesystem
utilities.

You should install %{libname} to use tools that compile with ext2fs
features.

%prep
%setup -q
%patch0 -p1 -b .uninit
%patch5 -p1 -b .strip-me

rm -f configure
autoconf

# Fix build:
chmod 644 po/*.po

%build
%configure2_5x	--enable-elf-shlibs \
		--disable-libblkid \
		--disable-libuuid \
		--disable-fsck \
		--disable-uuidd \
		--enable-symlink-install
%make
%make -C e2fsck e2fsck.static

%check
LC_ALL=C make check

%install
export PATH=/sbin:$PATH

%makeinstall_std install-libs \
	root_sbindir=%{_root_sbindir} root_libdir=%{_root_libdir}

for i in libcom_err.so.2 libe2p.so.2 libext2fs.so.2 libss.so.2; do
	ln -s $i %{buildroot}%{_root_libdir}/${i%.[0-9]}
done

rm -f	%{buildroot}%{_libdir}/libss.a \
	%{buildroot}%{_root_libdir}/libcom_err.so \
	%{buildroot}%{_root_libdir}/libe2p.so \
	%{buildroot}%{_root_libdir}/libext2fs.so \
	%{buildroot}%{_root_libdir}/libss.so

# multiarch policy, alternative is to use <stdint.h>
%multiarch_includes %{buildroot}%{_includedir}/ext2fs/ext2_types.h

%find_lang %{name}

chmod +x %{buildroot}%{_bindir}/{mk_cmds,compile_et}

install -m 755 e2fsck/e2fsck.static %{buildroot}%{_root_sbindir}
install -m 755 %{SOURCE1} %{buildroot}%{_root_sbindir}
ln -f %{buildroot}%{_root_sbindir}/mke2fs \
	%{buildroot}%{_root_sbindir}/mke3fs

%files -f %{name}.lang
%doc README
%{_root_sbindir}/badblocks
%{_root_sbindir}/debugfs
%{_root_sbindir}/dumpe2fs
%{_root_sbindir}/e2fsck
%{_root_sbindir}/e2fsck.static
%{_root_sbindir}/e2image
%{_root_sbindir}/e2label
%{_root_sbindir}/e2undo
%{_root_sbindir}/e3jsize
%{_root_sbindir}/fsck.ext2
%{_root_sbindir}/fsck.ext3
%{_root_sbindir}/fsck.ext4
%{_root_sbindir}/fsck.ext4dev
%{_root_sbindir}/logsave
%{_root_sbindir}/mke2fs
%{_root_sbindir}/mke3fs
%{_root_sbindir}/mkfs.ext2
%{_root_sbindir}/mkfs.ext3
%{_root_sbindir}/mkfs.ext4
%{_root_sbindir}/mkfs.ext4dev
%{_root_sbindir}/resize2fs
%{_root_sbindir}/tune2fs
%config(noreplace) %{_sysconfdir}/mke2fs.conf


%{_bindir}/chattr
%{_bindir}/lsattr
%{_mandir}/man1/chattr.1*
%{_mandir}/man1/lsattr.1*
%{_mandir}/man5/e2fsck.conf.5*
%{_mandir}/man5/mke2fs.conf.5*
%{_mandir}/man8/badblocks.8*
%{_mandir}/man8/debugfs.8*
%{_mandir}/man8/dumpe2fs.8*
%{_mandir}/man8/e2freefrag.8*
%{_mandir}/man8/e2fsck.8*
%{_mandir}/man8/e2image.8*
%{_mandir}/man8/e2label.8*
%{_mandir}/man8/e2undo.8.*
%{_mandir}/man8/e4defrag.8.*
%{_mandir}/man8/filefrag.8*
%{_mandir}/man8/fsck.ext2.8*
%{_mandir}/man8/fsck.ext3.8*
%{_mandir}/man8/fsck.ext4.8.*
%{_mandir}/man8/fsck.ext4dev.8.*
%{_mandir}/man8/logsave.8*
%{_mandir}/man8/mke2fs.8*
%{_mandir}/man8/mkfs.ext2.8*
%{_mandir}/man8/mkfs.ext3.8*
%{_mandir}/man8/mkfs.ext4.8.*
%{_mandir}/man8/mkfs.ext4dev.8.*
%{_mandir}/man8/mklost+found.8*
%{_mandir}/man8/resize2fs.8*
%{_mandir}/man8/tune2fs.8*
%{_sbindir}/e2freefrag
%{_sbindir}/e4defrag
%{_sbindir}/filefrag
%{_sbindir}/mklost+found

%files -n %{libname}
%doc README
%{_root_libdir}/libcom_err.so.%{major}*
%{_root_libdir}/libe2p.so.%{major}*
%{_root_libdir}/libext2fs.so.%{major}*
%{_root_libdir}/libss.so.%{major}*

%{_libdir}/e2initrd_helper

%files -n %{devname}
%doc RELEASE-NOTES
%{_infodir}/libext2fs.info*
%{_bindir}/compile_et
%{_mandir}/man1/compile_et.1*
%{_bindir}/mk_cmds
%{_mandir}/man1/mk_cmds.1*
%{_libdir}/pkgconfig/*

%{_libdir}/libcom_err.so
%{_libdir}/libe2p.a
%{_libdir}/libe2p.so
%{_libdir}/libext2fs.a
%{_libdir}/libext2fs.so
%{_libdir}/libcom_err.a
%{_libdir}/libquota.a
%{_libdir}/libss.so

%{_datadir}/et
%{_datadir}/ss
%{_includedir}/com_err.h
%{_includedir}/et
%{_includedir}/ext2fs
%dir %{multiarch_includedir}/ext2fs
%{multiarch_includedir}/ext2fs/ext2_types.h
%dir %{_includedir}/quota
%{_includedir}/quota/mkquota.h
%{_includedir}/ss
%dir %{_includedir}/e2p
%{_includedir}/e2p/e2p.h
%{_mandir}/man3/com_err.3*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.42.5-2
+ Revision: b70fae2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16247 |14mr|easymock-1.2-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2009, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           easymock
Version:        1.2
Release:        16
Summary:        Easy mock objects
Group:          Development/Java
License:        MIT
URL:            http://www.easymock.org/
# cvs -d:pserver:anonymous@easymock.cvs.sourceforge.net:/cvsroot/easymock login
# cvs -z3 -d:pserver:anonymous@easymock.cvs.sourceforge.net:/cvsroot/easymock export -r EasyMock1_2_Java1_3 easymock
# tar czf easymock-1.2-src.tar.gz easymock
Source0:        easymock-1.2-src.tar.gz
Source1:        http://repo1.maven.org/maven2/easymock/easymock/1.2_Java1.5/easymock-1.2_Java1.5.pom
Source2:        easymock-component-info.xml
Patch0:         easymock-1.2-build_xml.patch
Patch1:         %{name}-removed-test.patch
Patch2:         %{name}-removed-alltests.patch
Requires(post): jpackage-utils >= 1.7.2
Requires(postun): jpackage-utils >= 1.7.2
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit >= 0:1.6
BuildRequires:  junit >= 0:3.8.1
BuildRequires:  java-devel >= 0:1.5.0
BuildRequires:  java-rpmbuild
BuildArch:      noarch

%description
EasyMock provides Mock Objects for interfaces in JUnit tests by generating
them on the fly using Java's proxy mechanism. Due to EasyMock's unique style
of recording expectations, most refactorings will not affect the Mock Objects.
So EasyMock is a perfect fit for Test-Driven Development.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}
%patch0 -p0
%patch1 -p1
%patch2 -p1
mkdir lib
pushd lib
ln -sf $(build-classpath junit) .
popd

# We no longer ship a 1.3/1.4 VM, Set it to generic javahome
rm easymockbuild.properties
echo "java\ 1.3=%{java}" >> easymockbuild.properties
echo "java\ 1.4=%{java}" >> easymockbuild.properties
echo "java\ 1.5=%{java}" >> easymockbuild.properties
echo "java\ compiler=%{javac}" >> easymockbuild.properties

%build
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=
%{ant} -Dbuild.sysclasspath=first

%install
unzip -qq %{name}%{version}_Java1.3.zip
install -dm 755 $RPM_BUILD_ROOT%{_javadir}

install -pm 644 %{name}%{version}_Java1.3/%{name}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# javadoc
install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr %{name}%{version}_Java1.3/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# pom
install -dm 755 $RPM_BUILD_ROOT%{_mavenpomdir}
cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap easymock easymock %{version}_Java1.5 JPP easymock

%post
%update_maven_depmap

%postun
%update_maven_depmap

%pre javadoc
# workaround for rpm bug 646523 (can be removed in F-17)
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :

%files
%doc %{name}%{version}_Java1.3/{Documentation,License}.html
%{_mavenpomdir}*
%{_mavendepmapfragdir}/*
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-16
+ Revision: f41f9ba
- Rebuild to main repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16248 |14mr|easymock2-2.0-2.0.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define base_name easymock

Name:           %{base_name}2
Version:        2.0
Release:        2.0.6
Epoch:          0
Summary:        Easy mock objects

Group:          Development/Java
License:        MIT
URL:            http://www.easymock.org/
Source0:        easymock-2.0-src.tar.gz
# cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/easymock login
# cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/easymock export -r EasyMock2_0 easymock

Patch0:		easymock-2.0-build_xml.patch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch:      noarch
BuildRequires:  java-rpmbuild 
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:	ant-junit >= 0:1.6
BuildRequires:	junit >= 0:3.8.1
BuildRequires:  java-devel >= 0:1.5.0
Requires:  java >= 0:1.5.0

%description
EasyMock provides Mock Objects for interfaces in JUnit tests by generating 
them on the fly using Java's proxy mechanism. Due to EasyMock's unique style 
of recording expectations, most refactorings will not affect the Mock Objects. 
So EasyMock is a perfect fit for Test-Driven Development.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}


%prep
%setup -q -n %{base_name}
mkdir lib
pushd lib
ln -sf $(build-classpath junit) .
popd
echo "java\ 1.5=%{_jvmdir}/java-rpmbuild/bin/java" >> easymockbuild.properties
echo "java\ compiler=%{_jvmdir}/java-rpmbuild/bin/javac" >> easymockbuild.properties

%patch0 -b .sav

%build
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=
%{ant} -Dbuild.sysclasspath=first

%install
unzip %{base_name}%{version}.zip
install -dm 755 $RPM_BUILD_ROOT%{_javadir}

install -pm 644 %{base_name}%{version}/%{base_name}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# javadoc
install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr %{base_name}%{version}/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} 

%files
%{_javadir}/*.jar
%doc %{base_name}%{version}/{Documentation,License}.html

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:2.0-2.0.6
+ Revision: 79ec302
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16249 |14mr|easytag-2.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tag editor for MP3, OGG files
Name:		easytag
Version:	2.2.2
Release:	2
License:	GPLv2+
Group:		Sound
URL:		http://easytag.sourceforge.net
Source0:	https://download.gnome.org/sources/%{name}/2.2/%{name}-%{version}.tar.xz
#Source2:	easytag-2.1.6-ru.po.bz2
BuildRequires:	appdata-tools
BuildRequires:	itstool
BuildRequires:  intltool
BuildRequires:	libmp4v2-utils
BuildRequires:	yelp-tools
BuildRequires:	id3lib-devel
BuildRequires:  xsltproc
BuildRequires:	desktop-file-utils
BuildRequires:  docbook-style-xsl
BuildRequires:  docbook-dtd44-xml
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)


%description
EasyTAG is an utility for viewing and editing tags of MP3, MP2, FLAC,
Ogg Vorbis, MP4/AAC, MusePack, Wavpack, Speex and Monkey's Audio
files. Its simple and nice GTK+ interface makes tagging easier under
GNU/Linux.
Features:
- View, edit, write tags of MP3, MP2 files (ID3 tag with pictures),
  FLAC files (FLAC Vorbis tag), Ogg Vorbis files (Ogg Vorbis tag),
  MP4/AAC (MP4/AAC tag), and MusePack, Wavpack, Monkey's Audio files
  (APE tag), Speex files,
- Can edit more tag fields : Title, Artist, Album, Disc Album, Year,
  Track Number, Genre, Comment, Composer, Original Artist/Performer,
  Copyright, URL and Encoder name,
- Auto tagging: parse filename and directory to complete automatically
  the fields (using masks),
- Ability to rename files and directories from the tag (using masks) or by
  loading a text file,
- Process selected files of the selected directory,
- Ability to browse subdirectories,
- Recursion for tagging, removing, renaming, saving...,
- Can set a field (artist, title,...) to all other files,
- Read file header informations (bitrate, time, ...) and display them,
- Auto completion of the date if a partial is entered,
- Undo and redo last changes,
- Ability to process fields of tag and file name (convert letters into
  uppercase, downcase, ...),
- Ability to open a directory or a file with an external program,
- CDDB support using Freedb.org servers (manual and automatic search),
- A tree based browser or a view by Artist & Album,
- A list to select files,
- A playlist generator window,
- A file searching window,
- Simple and explicit interface!,

%files -f %{name}.lang
%doc ChangeLog README TODO THANKS
%doc %{_datadir}/help/*/%{name}/*
%{_bindir}/easytag
%{_mandir}/man1/easytag.1*
%{_datadir}/applications/easytag.desktop
%{_datadir}/appdata/easytag.appdata.xml
%{_datadir}/icons/hicolor/*/apps/easytag.*

#----------------------------------------------------------------------------

%prep
%setup -q
#bzcat %{SOURCE2} > po/ru.po

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

desktop-file-install --vendor="" \
  --remove-mime-type="x-directory/normal" \
  --add-mime-type="inode/directory" \
  --remove-category="Editor" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.2-2
+ Revision: 376761a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16250 |14mr|eb-4.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define soname 13
%define libname_orig lib%{name}
%define libname %mklibname %{name} %{soname}
%define develname %mklibname %{name} -d

Summary:	Library for reading EB/EPWING files
Name:		eb
Version:	4.4.2
Release:	4
Group:		System/Internationalization
License:	BSD-like
URL:		http://www.sra.co.jp/people/m-kasahr/eb/
Source0:	ftp://ftp.sra.co.jp/pub/misc/eb/%{name}-%{version}.tar.bz2
BuildRequires:	locales-en zlib-devel
Requires:	%{libname} = %{version}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
Eb is a library for reading EB/EPWING files.

%package -n	%{libname}
Summary:	Eb library
Group:		System/Internationalization
Provides:	%{libname_orig} = %{version}-%{release}

%description -n	%{libname}
Eb library.

%package -n	%{develname}
Summary:	Headers of %{name} for development
Group:		Development/C
Conflicts:	eb <= 4.2.2-5mdv2009.0
Obsoletes:	libeb10-devel <= 4.2.2-5mdv2009.0
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
Eb development package: static libraries, header files, and the like.


%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}

%makeinstall_std

%find_lang %{name}

%find_lang ebutils 

cat ebutils.lang >> %{name}.lang

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README
%config(noreplace) %{_sysconfdir}/eb.conf
%{_bindir}/eb*
%{_datadir}/eb

%files -n %{libname}
%defattr(-,root,root)
%doc COPYING
%{_libdir}/libeb.so.%{soname}*

%files -n %{develname}
%defattr(-,root,root)
%doc COPYING
%{_datadir}/aclocal/eb4.m4
%{_libdir}/*.a
%{_libdir}/libeb.so
%{_includedir}/eb



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.4.2-4
+ Revision: 63ccb80
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16251 |14mr|ebook-tools-0.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   0
%define libepub %mklibname epub %{major}
%define devepub %mklibname epub -d

Summary:	Tools for accessing and converting various ebook file formats
Name:		ebook-tools
Version:	0.2.2
Release:	3
License:	MIT
Group:		Publishing
Url:		http://sourceforge.net/projects/ebook-tools
Source0:	%{name}-%{version}.tar.gz
Patch0:		ebook-tools-0.2.2-libzip2.patch
BuildRequires:	kde4-macros
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(libxml-2.0)
Suggests:	clit

%description
Tools for accessing and converting various ebook file formats.

%files
%{_kde_bindir}/einfo
%{_kde_bindir}/lit2epub

#----------------------------------------------------------------------------

%package -n %{libepub}
Summary:	KDE shared library
Group:		System/Libraries

%description -n %{libepub}
%{name} library.

%files -n %{libepub}
%{_kde_libdir}/libepub.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devepub}
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libepub} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	ebook-tools-devel < 0.2.1-2

%description -n %{devepub}
This package contains header files needed if you wish to build applications
based on %{name}

%files -n %{devepub}
%{_kde_includedir}/*.h
%{_kde_libdir}/libepub.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Tue Jul 22 2014 abondrov <andrey.bondrov@rosalab.ru> 0.2.2-3
+ Revision: 263d108
- Update libzip2 patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16252 |14mr|ebtables-2.0.10.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define fversion 2.0.10-4

Name:		ebtables
Version:	2.0.10.4
Release:	11
Summary:	Ethernet Bridge frame table administration tool
License:	GPLv2+
Group:		System/Base
URL:		http://ebtables.sourceforge.net/
Source0:	http://downloads.sourceforge.net/ebtables/ebtables-v%{fversion}.tar.gz
Source1:	ebtables-save
Source2:	ebtables.systemd
Source3:	ebtables.service
Patch0:		ebtables-2.0.10-norootinst.patch
Patch3:		ebtables-2.0.9-lsb.patch
Patch4:		ebtables-2.0.10-linkfix.patch
Patch5:		ebtables-2.0.0-audit.patch
Patch6:		05link_with_no-as-needed.patch
BuildRequires:	systemd-units
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires(postun):	rpm-helper

%description
Ethernet bridge tables is a firewalling tool to transparently filter network
traffic passing a bridge. The filtering possibilities are limited to link
layer filtering and some basic filtering on higher network layers.

This tool is the userspace control for the bridge and ebtables kernel
components (built by default in Fedora kernels).

The ebtables tool can be used together with the other Linux filtering tools,
like iptables. There are no known incompatibility issues.

%prep
%setup -q -n ebtables-v%{fversion}
%patch0 -p1 -b .norootinst
%patch3 -p1 -b .lsb
# extension modules need to link to libebtc.so for ebt_errormsg
%patch4 -p1 -b .linkfix
%patch5 -p1 -b .AUDIT
%patch6 -p1 -b .noasneeded

# Convert to UTF-8
f=THANKS; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f


%build
%setup_compile_flags

sed -i -e "s,^MANDIR:=.*,MANDIR:=%{_mandir}," \
        -e "s,^BINDIR:=.*,BINDIR:=/sbin," \
        -e "s,^LIBDIR:=.*,LIBDIR:=/%{_lib}/\$(PROGNAME)," Makefile
%make \
    CFLAGS="%{optflags} -fPIC" \
    LIBDIR=/%{_lib} BINDIR="/sbin" MANDIR="%{_mandir}"


%install
mkdir -p %{buildroot}%{_unitdir}
install -p %{SOURCE3} %{buildroot}%{_unitdir}/
mkdir -p %{buildroot}%{_prefix}/libexec
install -m0755 %{SOURCE2} %{buildroot}%{_prefix}/libexec/ebtables
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
make DESTDIR="%{buildroot}" LIBDIR="/%{_lib}" BINDIR="/sbin" MANDIR="%{_mandir}" install
touch %{buildroot}%{_sysconfdir}/sysconfig/ebtables.filter
touch %{buildroot}%{_sysconfdir}/sysconfig/ebtables.nat
touch %{buildroot}%{_sysconfdir}/sysconfig/ebtables.broute

# Do not need the sysvinit
rm -rf %{buildroot}%{_initrddir}

# install ebtables-save bash script
rm -f %{buildroot}/sbin/ebtables-save
install %{SOURCE1} %{buildroot}/sbin/ebtables-save

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_service %{name} 

%files
%defattr(-, root, root, 0755)
%doc ChangeLog COPYING THANKS
%doc %{_mandir}/man8/ebtables.8*
%config(noreplace) %{_sysconfdir}/ethertypes
%config(noreplace) %{_sysconfdir}/sysconfig/ebtables-config
%{_unitdir}/ebtables.service
%{_prefix}/libexec/ebtables
/%{_lib}/*.so
/sbin/ebtables*
%ghost %{_sysconfdir}/sysconfig/ebtables.filter
%ghost %{_sysconfdir}/sysconfig/ebtables.nat
%ghost %{_sysconfdir}/sysconfig/ebtables.broute

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.10.4-11
+ Revision: a1c8df6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16253 |14mr|ecap-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name}  %{major}
%define develname %mklibname %{name} -d

Name:		ecap
Version:	0.2.0
Release:	3
Summary:	eCAP library
License:	BSD
Group:		Networking/Other
URL:		http://www.e-cap.org/
Source0:	http://www.measurement-factory.com/tmp/ecap/libecap-%{version}.tar.gz
BuildRequires:	kernel-headers

%description
eCAP is a software interface that allows a network application, such as an 
HTTP proxy or an ICAP server, to outsource content analysis and adaptation 
to a loadable module. For each applicable protocol message being 
processed, an eCAP-enabled application supplies the message details to the 
adaptation module and gets back an adapted message or a "not interested" 
response. These exchanges often include message bodies.

%package -n %{libname}
Summary:	Main library for dssl
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
DSSL library is a network caputre and SSL decryption toolkit useful for
snort and other SSL aware software.

%package -n %{develname}
Summary:	Header files for the dssl library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description    -n %{develname}
DSSL library is a network caputre and SSL decryption toolkit useful for
snort and other SSL aware software.  These are .h files.

%prep
%setup -qn libecap-%{version}

%build
%configure2_5x \
	--enable-shared \
	--enable-std-include

%make

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/libecap.la

%files -n %{libname}
%doc LICENSE
%{_libdir}/libecap.so.%{major}*

%files  -n %{develname}
%{_includedir}/libecap/*
%{_libdir}/libecap.so
%{_libdir}/libecap.a
%{_libdir}/pkgconfig/libecap.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.0-3
+ Revision: d7b9929
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16254 |14mr|ecj-4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%nil
%define qualifier 200902111700
%bcond_with gcjbootstrap

Summary:	Eclipse Compiler for Java
Name:		ecj
Version:	4.3
# Sad, but eclipse-ecj Obsoletes: ecj < 2:3.4.2-0.2.7
Epoch:		2
Release:	3
Url:		http://www.eclipse.org
License:	EPL
Group:		Development/Java
Source0:	ftp://ftp.halifax.rwth-aachen.de/eclipse/eclipse/downloads/drops4/R-4.3-201306052000/ecjsrc-%{version}.jar
Source1:	ecj.sh.in
# Use ECJ for GCJ
# cvs -d:pserver:anonymous@sourceware.org:/cvs/rhug \
# export -r eclipse_r34_1 eclipse-gcj
# tar cjf ecj-gcj.tar.bz2 eclipse-gcj
Source2:	%{name}-gcj.tar.bz2
Source3:	http://repo2.maven.org/maven2/org/eclipse/jdt/core/3.3.0-v_771/core-3.3.0-v_771.pom
# Always generate debug info when building RPMs (Andrew Haley)
Patch0:		%{name}-rpmdebuginfo.patch
Patch1:		%{name}-defaultto1.5.patch
Patch2:		%{name}-generatedebuginfo.patch
Patch3:		ecj-4.2.1-compile.patch
Patch4:		ecj-4.2.2-java7.patch
Patch5:		ecj-4.3-compile.patch
BuildArch:	noarch

%if %{without gcjbootstrap}
BuildRequires:	ant
BuildRequires:	java-1.7.0-openjdk-devel
%else
BuildRequires:	gcc-java >= 4.0.0
%endif

Requires:	java-sdk
%rename         eclipse-ecj

%description
ECJ is the Java bytecode compiler of the Eclipse Platform.  It is also known as
the JDT Core batch compiler.

%prep
%setup -q -c
# Use ECJ for GCJ's bytecode compiler
tar jxf %{SOURCE2}
mv eclipse-gcj/org/eclipse/jdt/internal/compiler/batch/GCCMain.java \
  org/eclipse/jdt/internal/compiler/batch/
cat eclipse-gcj/gcc.properties >> \
  org/eclipse/jdt/internal/compiler/batch/messages.properties
rm -rf eclipse-gcj

%apply_patches

cp %{SOURCE3} pom.xml

# We could remove the parts below as they aren't required for ecj core
# functionality -- but e.g. forcing ant to use ecj over javac requires
# the JDTCompilerAdapter, so let's not save space at the cost of losing
# functionality...

# Remove bits of JDT Core we don't want to build
#rm -r org/eclipse/jdt/internal/compiler/tool
#rm -r org/eclipse/jdt/internal/compiler/apt

# JDTCompilerAdapter isn't used by the batch compiler
#rm -f org/eclipse/jdt/core/JDTCompilerAdapter.java

%build
%if %{with gcjbootstrap}
  for f in `find -name '*.java' | cut -c 3- | LC_ALL=C sort`; do
    gcj -Wno-deprecated -C $f
  done

  find -name '*.class' -or -name '*.properties' -or -name '*.rsc' |\
    xargs fastjar cf %{name}-%{version}.jar
%else
   ant
%endif

%install
mkdir -p %{buildroot}%{_javadir}
cp -a *.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
pushd %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{name}.jar
ln -s %{name}-%{version}.jar eclipse-%{name}-%{version}.jar
ln -s eclipse-%{name}-%{version}.jar eclipse-%{name}.jar
ln -s %{name}-%{version}.jar jdtcore.jar
popd

# Install the ecj wrapper script
install -p -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/ecj
sed --in-place "s:@JAVADIR@:%{_javadir}:" %{buildroot}%{_bindir}/ecj

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom

%add_to_maven_depmap org.eclipse.jdt core %{version} JPP %{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc about.html
%{_datadir}/maven2/poms/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}
%{_bindir}/%{name}
%{_javadir}/%{name}*.jar
%{_javadir}/eclipse-%{name}*.jar
%{_javadir}/jdtcore.jar


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:4.3-3
+ Revision: 3de7749
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16255 |14mr|eclipse-3.4.2-3.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _duplicate_files_terminate_build 0

# TODO:
# - update icu4j and jasper to use %%{_libdir}/eclipse and not %%{_datadir}/eclipse after we build 3.4
# - update ecj-rpmdebuginfo patch
# - look at startup script and launcher patches
# - get Ganymede update site pre-configured
# - investigate bi-arch requirements
# - see why about.html isn't being copied on ppc

%define eclipse_major   3
%define eclipse_minor   4
%define eclipse_majmin  %{eclipse_major}.%{eclipse_minor}
%define eclipse_micro   2
%define swtver          3.4.1.v3452b

# All arches line up between Eclipse and Linux kernel names except i386 -> x86
%ifarch %{ix86}
%define eclipse_arch    x86
%else
%define eclipse_arch   %{_arch}
%endif

%define initialize      1

Summary:        An open, extensible IDE
Name:           eclipse
Version:        %{eclipse_majmin}.%{eclipse_micro}
Release:        3.3
Epoch:		1
License:        EPL
Group:          Development/Java
URL:            http://www.eclipse.org/
Source0:        http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/eclipse-sourceBuild-srcIncluded-%{version}.zip
Source1:	%{name}.rpmlintrc
Source2:        %{name}.desktop
#Source3:        eclipse.in
# cvs -d :pserver:anonymous@sources.redhat.com:/cvs/eclipse export \
#   -r fedoraeclipse-3_4_0-1 branding/org.fedoraproject.ide.platform
# cd branding
# zip -r org.fedoraproject.ide.platform-3.4.0-1.zip \
#   org.fedoraproject.ide.platform
Source4:        org.mandriva.ide.platform-%{version}.zip
# cvs -d :pserver:anonymous@sources.redhat.com:/cvs/eclipse export \
#   -r fedoraeclipsefeature-1_0_0 branding/org.fedoraproject.ide-feature
# cd branding
# zip -r org.fedoraproject.ide.feature-1.0.0.zip \
#   org.fedoraproject.ide-feature
Source5:        org.mandriva.ide.feature-1.0.0.zip
Source16:       %{name}-copy-platform.sh
Source17:       efj.sh.in
Source18:       ecj.sh.in
# This file contains the types of files we'd like to extract from the jars
# when using the FileInitializer
Source19:       %{name}-filenamepatterns.txt
# cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse co equinox-incubator/org.eclipse.equinox.initializer
# tar cjf eclipse-fileinitializerapp.tar.bz2 equinox-incubator/
# (generated 2006-11-01 18:48 UTC)
Source20:       %{name}-fileinitializerapp.tar.bz2
# Script to wrap PDE Build calls for bundle builds
Source21:       %{name}-pdebuild.sh
# config.ini to run the director for provisioning the installation
Source22:       %{name}-config.ini.director
Source24:       fetch-ecf.sh
# This was fetched using the above script.
# We will eventually have an eclipse-ecf package but since the ECF
# filetransfer bits that are part of the SDK actually require the SDK >=
# 3.4 to build, I'm going to build them here and have them be owned by
# the SDK packages for now. -- overholt, 2008-07-07
Source25:       ecf-filetransfer-v20080611-1715.tar.bz2
# Create a simple feature for building ECF's filetransfer plugins
Source26:       ecf-filetransfer-feature.xml
Source27:       ecf-filetransfer-build.properties
# This script copies the platform sub-set of the SDK for generating metadata
Source28:       %{name}-mv-Platform.sh
# Use ECJ for GCJ
# cvs -d:pserver:anonymous@sourceware.org:/cvs/rhug \
# export -r eclipse_r34_1 eclipse-gcj
# tar cjf eclipse-ecj-gcj.tar.bz2 eclipse-gcj
Source29:       %{name}-ecj-gcj.tar.bz2
# Test feature and plugins
# cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse co equinox-incubator/org.eclipse.equinox.initializer
# mkdir %{name}-%{version}-testframework; cd %{name}-%{version}-testframework
# cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse export -r R3_4 \
#   org.eclipse.test \
#   org.eclipse.test.performance \
#   org.eclipse.test-feature \
#   org.eclipse.ant.optional.junit
# tar cjf %{name}-%{version}-testframework.tar.bz2 \
#   %{name}-%{version}-testframework
# (generated 2008-08-27)
Source30:       %{name}-%{version}-testframework.tar.bz2

# Build swttools.jar before generation on 64-bit platforms.
# Build SWT native libraries
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=90364
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=221908
# https://bugs.eclipse.org/bugs/attachment.cgi?id=105593
Patch4:         %{name}-buildswtnatives.patch
Patch32:        %{name}-compilelibs.patch

# This does two things:
# 1. allows the launcher to be in /usr/bin and
# 2. ensures that the OSGi configuration directory
#    (which contains the JNI .sos) is in %{_libdir}
# We should investigate whether or not this can go upstream
#Patch12:        %{name}-launcher-set-install-dir-and-shared-config.patch
# Always generate debug info when building RPMs (Andrew Haley)
# This needs to be investigated for getEnv changes
# FIXME:  update this patch to avoid fuzz
Patch14:        %{name}-ecj-rpmdebuginfo.patch
# generic releng plugins that can be used to build plugins
# see this thread for details:
# https://www.redhat.com/archives/fedora-devel-java-list/2006-April/msg00048.html
Patch15:        %{name}-pde.build-add-package-build.patch
Patch24:        %{name}-add-ppc64-sparc64-s390-s390x.patch
Patch28:        %{name}-add-ppc64-sparc64-s390-s390x-2.patch
Patch30:        %{name}-addfragmentsforotherplatforms.patch
Patch38:        %{name}-addrootfiles.patch
#FIXME: file a bug upstream
Patch26:        %{name}-launcher-fix-java-home.patch
# Default max heap size too low for lots of people.  Bump to 512 MB.
# Max perm size:
# https://bugzilla.redhat.com/show_bug.cgi?id=352361
# JVM crash:
# http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6614100
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=214092
Patch29:        %{name}-memorypermsizeandjvmcrash.patch

Patch31:	%{name}-ia64-packaging.patch

# FIXME:  file these upstream
# Upstream builds with a 1.4 (or lower) class library
# Patch33:	%{name}-pdeapicasting.patch
# Patch34:	%{name}-pdeapicasting-ui.patch

# Make ECF bundles have the same qualifier as they do upstream
Patch35:	%{name}-ecf-qualifier.patch

# Don't pack the icu4j source bundle.  Can go away when we re-build
# icu4j against a 3.4 SDK.
Patch36:	%{name}-dontpackicu4jsource.patch

# Our dependent JARs have different signatures than the ones included
# upstream so remove the signatures in the manifests
Patch37:	%{name}-nojarsignatures.patch

## Back-port patches from 3.4.x stream.  These will be in 3.4.1.
## https://bugs.eclipse.org/bugs/show_bug.cgi?id=242632
#Patch39:        %{name}-profilesync-e.o242632.patch
#Patch40:        %{name}-profilesync-e.o242632-2.patch

# Remove win32 fragment from test feature
Patch41:        %{name}-nowin32testfragment.patch

# Some fixes for library.xml
# FIXME:  submit upstream
Patch42:        %{name}-tests-libraryXml.patch

Patch43:		%{name}-osgi-classpath.patch
Patch44:		%{name}-fix-javahome64.patch

# Default to 1.5 source and bytecode
# https://bugzilla.redhat.com/354721
Patch45:		%{name}-ecj-defaultto1.5.patch
Patch46:	eclipse-3.4.0-CVE-2010-4647.diff

Patch47:	eclipse-xulrunner.patch

BuildRequires:  ant
BuildRequires:  jpackage-utils >= 0:1.5, make, gcc
BuildRequires:  gnome-vfs2-devel
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(libgnome-2.0)
BuildRequires:  pkgconfig(libgnomeui-2.0)
BuildRequires:  gcc-c++
BuildRequires:  xulrunner-devel >= 1.9
BuildRequires:  nspr-devel
BuildRequires:  pkgconfig(xtst)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(cairo)
BuildRequires:  unzip
BuildRequires:  zip
BuildRequires:  icu4j-eclipse >= 3.8.1
BuildRequires:  tomcat5-jasper-eclipse >= 5.5.26-1.5
BuildRequires:  tomcat5-jsp-2.0-api
BuildRequires:  desktop-file-utils
BuildRequires:  java-1.7.0-devel
BuildRequires:  java-rpmbuild
BuildRequires:  java-javadoc
BuildRequires:  libxt-devel

# Need to investigate why we don't build ant-apache-bsf or ant-commons-net in
# Fedora.  When that's done, add it here and symlink below.
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180642
BuildRequires: ant-antlr ant-apache-bcel ant-apache-log4j ant-apache-oro ant-apache-regexp ant-apache-resolver ant-commons-logging
BuildRequires: ant-javamail ant-jdepend ant-junit ant-nodeps ant-swing ant-trax ant-jsch
BuildRequires: jsch >= 0:0.1.31
BuildRequires: jakarta-commons-beanutils jakarta-commons-collections jakarta-commons-digester jakarta-commons-dbcp jakarta-commons-fileupload jakarta-commons-launcher jakarta-commons-modeler jakarta-commons-pool
BuildRequires: jakarta-commons-el >= 1.0-8jpp
BuildRequires: jakarta-commons-logging >= 1.0.4-6jpp.3
BuildRequires: mx4j >= 2.1
BuildRequires: jetty5
BuildRequires: lucene >= 1.9.1
BuildRequires: lucene-contrib >= 1.9.1
BuildRequires: regexp
BuildRequires: junit >= 3.8.1-3jpp
BuildRequires: junit4
BuildRequires: sat4j
BuildRequires: asm3

%description
The Eclipse platform is designed for building integrated development
environments (IDEs), server-side applications, desktop applications, and
everything in between.

%package        ecj
Summary:        Eclipse Compiler for Java
Group:          Development/Java
Obsoletes:      ecj < 2:%{version}-%{release}
Obsoletes:      libecj-java < 2:%{version}-%{release}
Provides:       ecj = %{version}-%{release}
Provides:       libecj-java = %{version}-%{release}
Requires:       java >= 1.6.0

%description    ecj
Eclipse compiler for Java.

%package     swt
Summary:        SWT Library for GTK+-2.0
Group:          Development/Java
# %{_libdir}/java directory owned by jpackage-utils
Requires:       jpackage-utils
Requires:       gtk2
Requires:       xulrunner >= 1.9
#Conflicts:      mozilla
Provides:       libswt3-gtk2 = 1:%{version}-%{release}
# The 20 is more than the currently (2008-06-25) latest 3.3.2 package
# but I want to leave some room in case we need to do an F9 update.
Obsoletes:       libswt3-gtk2 < 1:3.3.2-20

%description swt
SWT Library for GTK+-2.0.

%package        rcp
Summary:        Eclipse Rich Client Platform
Group:          Development/Java
Requires:       %{name}-swt = %{epoch}:%{version}-%{release}
# FIXME:  investigate.  Can we just add a %{arch} to the above?
## This file-level requirement is for the bi-arch multilib case
#Requires: %{_libdir}/%{name}/plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_%{swtver}.jar
Requires:       icu4j-eclipse >= 3.8.1
Requires:       java >= 1.6.0

%description    rcp
Eclipse Rich Client Platform

%package        platform
Summary:        Eclipse platform common files
Group:          Development/Java
Requires:   %{name}-rcp = %{epoch}:%{version}-%{release}
# FIXME:  investigate.  Can we just add a %{arch} to the above?
## This file-level requirement is for the bi-arch multilib case
#Requires: %{_libdir}/%{name}/plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_%{swtver}.jar
# Need to investigate why we don't build ant-apache-bsf or ant-commons-net in
# Fedora.  When that's done, add it here and symlink below.
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180642
#Requires: ant-apache-bsf ant-commons-net
Requires: ant-antlr ant-apache-bcel ant-apache-log4j ant-apache-oro ant-apache-regexp ant-apache-resolver ant-commons-logging
Requires: ant-javamail ant-jdepend ant-junit ant-nodeps ant-swing ant-trax ant-jsch
Requires: jakarta-commons-beanutils jakarta-commons-collections jakarta-commons-digester jakarta-commons-dbcp jakarta-commons-fileupload jakarta-commons-launcher jakarta-commons-modeler jakarta-commons-pool
Requires: jakarta-commons-el >= 1.0-8jpp
Requires: jakarta-commons-logging >= 1.0.4-6jpp.3
Requires: mx4j >= 2.1
Requires: tomcat5-jasper-eclipse >= 5.5.26-1.5
Requires: tomcat5-jsp-2.0-api
Requires: jetty5
Requires: jsch >= 0.1.31
Requires: lucene >= 1.9.1
Requires: lucene-contrib >= 1.9.1
Requires: regexp
Requires: sat4j
Provides: eclipse-cvs-client = 1:%{version}-%{release}
Obsoletes: eclipse-cvs-client < 1:3.3.2-20

%description    platform
The Mandriva Eclipse Platform is the base of all IDE plugins.
This does not include the Java Development Tools or the Plugin
Development Environment.

%package        jdt
Summary:        Eclipse Java Development Tools
Group:          Development/Java
Requires:       %{name}-platform = %{epoch}:%{version}-%{release}
Requires:       %{name}-cvs-client = %{epoch}:%{version}-%{release}
Requires:       %{name}-ecj = %{epoch}:%{version}-%{release}
Requires:       junit >= 3.8.1-3jpp
Requires:       junit4
Requires:       java-javadoc

%description    jdt
Eclipse Java Development Tools.  This package is required to use Eclipse for
developing software written in the Java programming language.

%package        pde
Summary:        Eclipse Plugin Development Environment
Group:          Development/Java
Provides:	eclipse-sdk
Provides:	eclipse
Requires:       %{name}-platform = %{epoch}:%{version}-%{release}
Requires:       %{name}-jdt = %{epoch}:%{version}-%{release}
Requires:       asm3
# For PDE Build wrapper script
Requires:       bash
Provides:       %{name}-pde-runtime = 1:%{version}-%{release}
# The 20 is more than the currently (2008-06-25) latest 3.3.2 package
# but I want to leave some room in case we need to do an F9 update.
Obsoletes:       %{name}-pde-runtime < 1:3.3.2-20

%description    pde
Eclipse Plugin Development Environment.  This package is required for
developing Eclipse plugins.

%prep
%setup -q -c

sed --in-place "s/java5.home/java.home/" build.xml
# Build swttools.jar and native libraries
%patch4 -p0
%patch32 -p0

# Fix swt library build with new xulrunner
sed --in-place "s/MOZILLACFLAGS =/MOZILLACFLAGS = -std=gnu++0x/" "plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak"

# Use ECJ for GCJ's bytecode compiler
tar jxf %{SOURCE29}
mv eclipse-gcj/org/eclipse/jdt/internal/compiler/batch/GCCMain.java \
  plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/
cat eclipse-gcj/gcc.properties >> \
  plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
rm -rf eclipse-gcj

# liblocalfile fixes
sed --in-place "s/JAVA_HOME =/#JAVA_HOME =/" plugins/org.eclipse.core.filesystem/natives/unix/linux/Makefile
sed --in-place "s/OPT_FLAGS=-O/OPT_FLAGS=-O2 -g/" plugins/org.eclipse.core.filesystem/natives/unix/linux/Makefile

# launcher patches
rm plugins/org.eclipse.platform/launchersrc.zip
pushd features/org.eclipse.equinox.executable
#%patch12 -p0
%patch26 -p0
# FIXME:  deal with this
## put the configuration directory in an arch-specific location
#sed --in-place "s:/usr/lib/eclipse/configuration:%{_libdir}/%{name}/configuration:" library/eclipse.c
## make the eclipse binary relocatable
#sed --in-place "s:/usr/share/eclipse:%{_datadir}/%{name}:" library/eclipse.c
zip -q -9 -r ../../plugins/org.eclipse.platform/launchersrc.zip library
popd

# Use our system-installed javadocs, reference only what we built, and
# don't like to osgi.org docs (FIXME:  maybe we should package them?)
sed -i -e "s|http://java.sun.com/j2se/1.4.2/docs/api|%{_datadir}/javadoc/java|" \
   -e "/osgi\.org/d" \
   plugins/org.eclipse.platform.doc.isv/platformOptions.txt
sed -i -e "s|http://java.sun.com/j2se/1.5/docs/api|%{_datadir}/javadoc/java|" \
   -e "s/win32.win32.x86/gtk.linux.%{eclipse_arch}/" \
   plugins/org.eclipse.jdt.doc.isv/jdtaptOptions.txt \
   plugins/org.eclipse.jdt.doc.isv/jdtOptions.txt
sed -i -e "s|http://java.sun.com/j2se/1.4/docs/api|%{_datadir}/javadoc/java|" \
   -e "s/motif.linux.x86/gtk.linux.%{eclipse_arch}/" \
   plugins/org.eclipse.pde.doc.user/pdeOptions.txt \
   plugins/org.eclipse.pde.doc.user/pdeOptions

pushd plugins/org.eclipse.jdt.core
%patch14 -p0
%patch45 -p0
popd

pushd plugins/org.eclipse.pde.build
%patch15
sed --in-place "s:/usr/share/eclipse:%{_libdir}/%{name}:" templates/package-build/build.properties
popd

pushd features/org.eclipse.platform
# Move this file around due a bug in the metadata generator/parser that
# can't work with the compiler exclude
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=238240
cp -p gtk/eclipse.ini{,.orig}
%patch29
mv gtk/eclipse.ini{,.patched}
mv gtk/eclipse.ini{.orig,}
popd

#pushd plugins/org.eclipse.pde.api.tools
#%patch33
#popd
#pushd plugins/org.eclipse.pde.api.tools.ui
#%patch34
#popd

%patch36
%patch37

#pushd plugins/org.eclipse.equinox.p2.reconciler.dropins
#%patch39
#popd
#
#pushd plugins/org.eclipse.equinox.p2.touchpoint.eclipse
#%patch40
#popd

# Remove signatures for JARs
find -iname \*.sf | xargs rm
find -iname \*.rsa | xargs rm

# all output should be directed to stdout
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=144942
find -type f -name \*.xml -exec sed --in-place -r "s/output=\".*(txt|log).*\"//g" "{}" \;

# Remove existing .sos and binary launcher
find -name \*.so | xargs rm
find features/org.eclipse.equinox.executable -type f -name eclipse | xargs rm

# FIXME:  do this as part of Linux distros project
#
# the swt version is set to HEAD on s390x but shouldn't be
# get swt version
SWT_MAJ_VER=$(grep maj_ver plugins/org.eclipse.swt/Eclipse\ SWT/common/library/make_common.mak | cut -f 2 -d =)
SWT_MIN_VER=$(grep min_ver plugins/org.eclipse.swt/Eclipse\ SWT/common/library/make_common.mak | cut -f 2 -d =)
SWT_VERSION=$SWT_MAJ_VER$SWT_MIN_VER
swt_frag_ver=$(grep v$SWT_VERSION plugins/org.eclipse.swt.gtk.linux.x86/build.xml | sed "s:.*<.*\"\(.*\)\"/>:\1:")
swt_frag_ver_s390x=$(grep "version\.suffix\" value=" plugins/org.eclipse.swt.gtk.linux.s390x/build.xml | sed "s:.*<.*\"\(.*\)\"/>:\1:")
sed --in-place "s/$swt_frag_ver_s390x/$swt_frag_ver/g" plugins/org.eclipse.swt.gtk.linux.s390x/build.xml \
                                                      plugins/org.eclipse.swt.gtk.linux.s390x/META-INF/MANIFEST.MF \
                                                      plugins/org.eclipse.swt.gtk.linux.s390x.source/META-INF/MANIFEST.MF \
                                                      plugins/org.eclipse.swt.gtk.linux.s390x.source/build.xml \
                                                      assemble.org.eclipse.sdk.linux.gtk.s390x.xml \
						      features/org.eclipse.rcp/build.xml

# Nasty hack to get suppport for ppc64, sparc{,64} and alpha
%patch24 -p1
%patch28
%patch30
%patch31 -p1
%patch38

# replace ppc64 with a fake arch (ppc128) so we don't have duplicate ant targets
sed -i "s/\(rootFileslinux_gtk_\)ppc64/\1ppc128/g" \
  features/org.eclipse.equinox.executable/target.build.xml

# Copy all of the s390x directories and files to ppc64 or sparc{,64} or alpha dirs and replace
# the s390x strings with ppc64, etc.
%ifnarch %{ix86} x86_64
  cp -rp features/org.eclipse.platform/about_files/linux.gtk.{x86,%{_arch}}
%endif
%ifarch ppc64 sparc sparcv9 sparc64 alpha
  for f in $(find -name \*s390x\*); do
    tofile=$(echo $f | sed "s/s390x/%{_arch}/")
    cp -rp $f $tofile
    for g in $(find $tofile -type f); do
	sed -i "s/s390x/%{_arch}/g" $g
    done
  done
  OLDIFS=$IFS
IFS='
'
  for f in $(find -type f ! -name \*.java -a ! -name feature.xml -a ! -name \*.gif \
  -a ! -name \*.png -a ! -name \*.htm* -a ! -name \*.jar -a ! -name \
  \*.exe -a ! -name \*.pm -a ! -name \*.jpg -a ! -name \*win32\* | grep -v win32); do
   sed -i -e "s/s390x/%{_arch}/g" $f
  done
  IFS=$OLDIFS
%endif

%ifarch ppc64 sparc sparcv9 sparc64 alpha ia64
IFS='
'
 # Fragments for these arches
  rm -rf plugins/org.eclipse.equinox.launcher.gtk.linux.%{_arch}
  mv plugins/org.eclipse.equinox.launcher.gtk.linux.{ppc,%{_arch}}
  pushd plugins/org.eclipse.equinox.launcher.gtk.linux.%{_arch}
    for f in $(find -type f); do
      sed -i -e "s/ppc/%{_arch}/g" $f
      tofile=$(echo $f | sed "s/ppc/%{_arch}/")
      if [ $tofile != $f ]; then
        cp -rp $f $tofile
      fi
    done
  popd
  rm -rf plugins/org.eclipse.core.filesystem.linux.%{_arch}
  mv plugins/org.eclipse.core.filesystem.linux.{ppc,%{_arch}}
  pushd plugins/org.eclipse.core.filesystem.linux.%{_arch}
    for f in $(find -type f); do
      sed -i -e "s/ppc/%{_arch}/g" $f
      tofile=$(echo $f | sed "s/ppc/%{_arch}/")
      if [ $tofile != $f ]; then
        cp -rp $f $tofile
      fi
    done
  popd
  IFS=$OLDIFS

%endif

# Don't build for non-linux,gtk,%%{_arch} targets
pushd features
for f in */build.xml; do
    for platform in win32 macosx carbon hpux solaris aix qnx motif; do
      sed -i "/<ant antfile=\"build.xml\" dir=.*$platform.*target=\"/,/<\/ant>/ d" $f
      sed -i "/idReplacer/ s/org.eclipse\.\([a-z0-9A-Z_]\+\.\)\+$platform\(\.[a-z0-9A-Z_]\+\)*:0.0.0,[0-9\.Ivf\-]\+,//g" $f
    done
done
popd

arches=$(grep "antfile=\"build.xml\" dir=\".*gtk\.linux\.*" \
  features/org.eclipse.rcp/build.xml | awk '{ print $3 }' | awk -F . \
  '{ print $NF }' | sort -u | tr -d '"' | tr "\n" " ")

arches=$(echo $arches | sed s/%{eclipse_arch}//)

# Don't build for arches other than the one on which we're building
pushd features
for f in */build.xml; do
    for arch in $arches; do
      sed -i "/<ant antfile=\"build.xml\" dir=.*$arch\" target=\"/,/<\/ant>/ d" $f
      sed -i "/idReplacer/ s/org.eclipse\.\([a-z0-9A-Z_]\+\.\)\+$arch:0.0.0,[0-9I\.vf\-]\+,//g" $f
    done
done
popd

# Symlinks
rm plugins/org.sat4j*
ln -s %{_javadir}/org.sat4j.core* plugins/org.sat4j.core_2.0.3.v20081021.jar
ln -s %{_javadir}/org.sat4j.pb* plugins/org.sat4j.pb_2.0.3.v20081021.jar

ASMPLUGINVERSION=$(ls plugins | grep org.objectweb.asm_ | \
  sed 's/org.objectweb.asm_//')
rm plugins/org.objectweb.asm_$ASMPLUGINVERSION
ln -s %{_javadir}/asm3/asm-all.jar \
  plugins/org.objectweb.asm_$ASMPLUGINVERSION

## BEGIN ANT ##
ANTDIR=plugins/$(ls plugins | grep org.apache.ant_)
rm $ANTDIR/lib/*
ANTDIR=$ANTDIR/lib
ln -s %{_javadir}/ant/ant-antlr.jar $ANTDIR/ant-antlr.jar
ln -s %{_javadir}/ant/ant-apache-bcel.jar $ANTDIR/ant-apache-bcel.jar
ln -s %{_javadir}/ant/ant-apache-bsf.jar $ANTDIR/ant-apache-bsf.jar
ln -s %{_javadir}/ant/ant-apache-log4j.jar $ANTDIR/ant-apache-log4j.jar
ln -s %{_javadir}/ant/ant-apache-oro.jar $ANTDIR/ant-apache-oro.jar
ln -s %{_javadir}/ant/ant-apache-regexp.jar $ANTDIR/ant-apache-regexp.jar
ln -s %{_javadir}/ant/ant-apache-resolver.jar $ANTDIR/ant-apache-resolver.jar
ln -s %{_javadir}/ant/ant-commons-logging.jar $ANTDIR/ant-commons-logging.jar
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180642
# the symlinks that are commented-out are not currently shipped on Fedora
ln -s %{_javadir}/ant/ant-commons-net.jar $ANTDIR/ant-commons-net.jar
#ln -s %{_javadir}/ant/ant-jai.jar $ANTDIR/ant-jai.jar
ln -s %{_javadir}/ant.jar $ANTDIR/ant.jar
ln -s %{_javadir}/ant/ant-javamail.jar $ANTDIR/ant-javamail.jar
ln -s %{_javadir}/ant/ant-jdepend.jar $ANTDIR/ant-jdepend.jar
#ln -s %{_javadir}/ant/ant-jmf.jar $ANTDIR/ant-jmf.jar
ln -s %{_javadir}/ant/ant-jsch.jar $ANTDIR/ant-jsch.jar
ln -s %{_javadir}/ant/ant-junit.jar $ANTDIR/ant-junit.jar
ln -s %{_javadir}/ant-launcher.jar $ANTDIR/ant-launcher.jar
#ln -s %{_javadir}/ant/ant-netrexx.jar $ANTDIR/ant-netrexx.jar
ln -s %{_javadir}/ant/ant-nodeps.jar $ANTDIR/ant-nodeps.jar
#ln -s %{_javadir}/ant/ant-starteam.jar $ANTDIR/ant-starteam.jar
#ln -s %{_javadir}/ant/ant-stylebook.jar $ANTDIR/ant-stylebook.jar
ln -s %{_javadir}/ant/ant-swing.jar $ANTDIR/ant-swing.jar
ln -s %{_javadir}/ant/ant-trax.jar $ANTDIR/ant-trax.jar
#ln -s %{_javadir}/ant/ant-weblogic.jar $ANTDIR/ant-weblogic.jar
## END ANT ##

JETTYPLUGINVERSION=$(ls plugins | grep org.mortbay.jetty_5 | sed 's/org.mortbay.jetty_//')
rm plugins/org.mortbay.jetty_$JETTYPLUGINVERSION
ln -s %{_javadir}/jetty5/jetty5.jar plugins/org.mortbay.jetty_$JETTYPLUGINVERSION

JUNITVERSION=$(ls plugins | grep org.junit_3 | sed 's/org.junit_//')
build-jar-repository -s -p plugins/org.junit_$JUNITVERSION junit

rm plugins/org.junit4/junit.jar
ln -s %{_javadir}/junit4.jar plugins/org.junit4/junit.jar

# link to the jsch jar
JSCHVERSION=$(ls plugins | grep com.jcraft.jsch_ | \
  sed 's/com.jcraft.jsch_//')
rm plugins/com.jcraft.jsch_*.jar
ln -s %{_javadir}/jsch.jar plugins/com.jcraft.jsch_$JSCHVERSION

# link to the icu4j stuff
ICUVERSION=$(ls plugins | grep com.ibm.icu_ | sed 's/com.ibm.icu_//')
rm plugins/com.ibm.icu_*.jar
ln -s %{_libdir}/eclipse/plugins/com.ibm.icu_*.jar plugins/com.ibm.icu_$ICUVERSION

# link to lucene
LUCENEVERSION=$(ls plugins | grep org.apache.lucene_ | \
  sed 's/org.apache.lucene_//')
rm plugins/org.apache.lucene_*
ln -s %{_javadir}/lucene.jar plugins/org.apache.lucene_$LUCENEVERSION
rm plugins/org.apache.lucene.analysis_*
ln -s %{_javadir}/lucene-contrib/lucene-analyzers.jar \
  plugins/org.apache.lucene.analysis_$LUCENEVERSION

# link to commons-logging
COMMONSLOGGINGVERSION=$(ls plugins | grep commons.logging_ | \
  sed 's/org.apache.commons.logging_//')
rm plugins/org.apache.commons.logging_$COMMONSLOGGINGVERSION
ln -s %{_javadir}/commons-logging.jar \
  plugins/org.apache.commons.logging_$COMMONSLOGGINGVERSION

# link to commons-el
COMMONSELVERSION=$(ls plugins | grep commons.el_ | \
  sed 's/org.apache.commons.el_//')
rm plugins/org.apache.commons.el_$COMMONSELVERSION
ln -s %{_javadir}/commons-el.jar \
  plugins/org.apache.commons.el_$COMMONSELVERSION

# link to jasper
JASPERVERSION=$(ls plugins | grep org.apache.jasper_ | \
  sed 's/org.apache.jasper_//')
rm plugins/org.apache.jasper_*.jar
ln -s %{_datadir}/eclipse/plugins/org.apache.jasper_* \
   plugins/org.apache.jasper_$JASPERVERSION

# link to servlet-api
SERVLETAPIVERSION=$(ls plugins | grep javax.servlet_ | \
  sed 's/javax.servlet_//')
rm plugins/javax.servlet_*
ln -s %{_javadir}/tomcat5-servlet-2.4-api.jar \
  plugins/javax.servlet_$SERVLETAPIVERSION

# link to jsp-api
JSPAPIVERSION=$(ls plugins | grep javax.servlet.jsp_ | \
  sed 's/javax.servlet.jsp_//')
rm plugins/javax.servlet.jsp_*
ln -s %{_javadir}/tomcat5-jsp-2.0-api.jar \
  plugins/javax.servlet.jsp_$JSPAPIVERSION

# delete included jars
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=170662
rm plugins/org.eclipse.swt.win32.win32.x86/swt.jar \
   plugins/org.eclipse.swt/extra_jars/exceptions.jar \
   plugins/org.eclipse.swt.tools/swttools.jar \
   plugins/org.eclipse.osgi/osgi/osgi.cmpn.jar \
   plugins/org.eclipse.osgi/osgi/osgi.core.jar \
   plugins/org.eclipse.osgi/supplement/osgi/osgi.jar

# FIXME:  figure out a way to symlink to something.  Alternatively,
# patch out of package.org.eclipse.sdk*.xml.
# Delete unnecessary-for-build source JARs
#rm plugins/*.source_*.jar

# make sure there are no jars left
JARS=""
for j in $(find -name \*.jar); do
  if [ ! -L $j ]; then
    JARS="$JARS `echo $j`"
  fi
done
if [ ! -z "$JARS" ]; then
    echo "These jars should be deleted and symlinked to system jars: $JARS"
   #FIXME: enable  exit 1
fi

tar jxf %{SOURCE20}

# ECF filetransfer plugins
tar jxf %{SOURCE25}
pushd org.eclipse.ecf
%patch35
mkdir -p features/org.eclipse.ecf.filetransfer-feature
pushd features/org.eclipse.ecf.filetransfer-feature
cp -p %{SOURCE26} feature.xml
cp -p %{SOURCE27} build.properties
popd
popd
sed --in-place "s/uname \-p/uname \-m/"  plugins/org.eclipse.swt/Eclipse\ SWT\ PI/gtk/library/build.sh

# Test framework
tar jxvf %{SOURCE30}
pushd %{name}-%{version}-testframework
%patch41
pushd org.eclipse.test
%patch42
popd
sed -i "s:/usr/lib/eclipse:%{_libdir}/%{name}:" org.eclipse.test/library.xml
popd

%patch43
%patch44
%patch46 -p1

%patch47 -p0

%build
ORIGCLASSPATH=$CLASSPATH

# Bootstrapping:
# 1. Build ecj with javac
%ant -DcompilerArg="-encoding ISO-8859-1 -nowarn" -buildfile jdtcoresrc/compilejdtcorewithjavac.xml

# 2. Use this ecj to rebuild itself
export CLASSPATH=`pwd`/jdtcoresrc/ecj.jar:$ORIGCLASSPATH
%ant -DcompilerArg="-encoding ISO-8859-1 -nowarn" -buildfile jdtcoresrc/compilejdtcore.xml

# Build the rest of Eclipse
export CLASSPATH=`pwd`/ecj.jar:$ORIGCLASSPATH
export JAVA_HOME=%{java_home}
%ant \
  -Dnobootstrap=true \
  -DinstallOs=linux -DinstallWs=gtk -DinstallArch=%{eclipse_arch} \
  -Dlibsconfig=true \
  -DJavaSE-1.6=%{_jvmdir}/java/jre/lib/rt.jar \
  -DcompilerArg="-encoding ISO-8859-1 -nowarn"

# Build the FileInitializer application
SDK=$(cd eclipse && pwd)
mkdir -p home
homedir=$(cd home && pwd)
LAUNCHERVERSION=$(ls $SDK/plugins | grep equinox.launcher_ | sed 's/org.eclipse.equinox.launcher_//')
PDEPLUGINVERSION=$(ls $SDK/plugins | grep pde.build_ | sed 's/org.eclipse.pde.build_//')
pushd equinox-incubator
mkdir -p build

# This can go away when package build handles plugins (not just features)
echo "<project default=\"main\"><target name=\"main\"></target></project>" > build/assemble.org.eclipse.equinox.initializer.all.xml
echo "<project default=\"main\"><target name=\"main\"></target></project>" > build/package.org.eclipse.equinox.initializer.all.xml

%java -cp $SDK/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
     -Duser.home=$homedir                              \
      org.eclipse.core.launcher.Main \
     -application org.eclipse.ant.core.antRunner       \
     -Dtype=plugin                                    \
     -Did=org.eclipse.equinox.initializer                   \
     -DsourceDirectory=$(pwd)                          \
     -DbaseLocation=$SDK \
     -Dbuilder=$SDK/plugins/org.eclipse.pde.build_$PDEPLUGINVERSION/templates/package-build  \
     -f $SDK/plugins/org.eclipse.pde.build_$PDEPLUGINVERSION/scripts/build.xml

pushd build/plugins/org.eclipse.equinox.initializer
%java -cp $SDK/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
     -Duser.home=$homedir                              \
      org.eclipse.core.launcher.Main \
     -application org.eclipse.ant.core.antRunner       \
     -f build.xml build.update.jar
popd
popd

# Build the ECF filetransfer plugins
pushd org.eclipse.ecf
mkdir -p build

%java -cp $SDK/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
     -Duser.home=$homedir                              \
      org.eclipse.core.launcher.Main \
     -application org.eclipse.ant.core.antRunner       \
     -Dtype=feature                                    \
     -Did=org.eclipse.ecf.filetransfer_feature                   \
     -DsourceDirectory=$(pwd)                          \
     -DbaseLocation=$SDK \
     -Dbuilder=$SDK/plugins/org.eclipse.pde.build_$PDEPLUGINVERSION/templates/package-build  \
     -f $SDK/plugins/org.eclipse.pde.build_$PDEPLUGINVERSION/scripts/build.xml

popd

# Build the test framework
pushd %{name}-%{version}-testframework
mkdir -p build

# The qualifier is what is in upstream's release:
# http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/eclipse-test-framework-3.4.zip
%java -cp $SDK/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
     -Duser.home=$homedir                              \
      org.eclipse.core.launcher.Main \
     -application org.eclipse.ant.core.antRunner       \
     -Dtype=feature                                    \
     -Did=org.eclipse.test                   \
     -DsourceDirectory=$(pwd)                          \
     -DbaseLocation=$SDK \
     -DforceContextQualifier=v20080507 \
     -Dbuilder=$SDK/plugins/org.eclipse.pde.build_$PDEPLUGINVERSION/templates/package-build  \
     -f $SDK/plugins/org.eclipse.pde.build_$PDEPLUGINVERSION/scripts/build.xml

unzip build/rpmBuild/org.eclipse.test.zip
# These are already in the SDK
rm eclipse/epl-v10.html eclipse/notice.html
rm -rf eclipse/plugins/org.junit*
rm build/rpmBuild/org.eclipse.test.zip
zip -r build/rpmBuild/org.eclipse.test.zip eclipse
popd


%install
# Get swt version
SWT_MAJ_VER=$(grep maj_ver plugins/org.eclipse.swt/Eclipse\ SWT/common/library/make_common.mak | cut -f 2 -d =)
SWT_MIN_VER=$(grep min_ver plugins/org.eclipse.swt/Eclipse\ SWT/common/library/make_common.mak | cut -f 2 -d =)
SWT_VERSION=$SWT_MAJ_VER$SWT_MIN_VER

# Some directories we need
sdkDir=$RPM_BUILD_ROOT%{_libdir}/%{name}
install -d -m 755 $sdkDir
install -d -m 755 $sdkDir/plugins
install -d -m 755 $sdkDir/features
# FIXME:  We can probably get rid of the links directory (for the
# datadir.link file) when we ensure all plugins are installing into
# dropins (either in libdir or datadir).
install -d -m 755 $RPM_BUILD_ROOT%{_libdir}/java
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/dropins

# FIXME:  Please don't install stuff to these directories.  They're only
# still here for legacy plugins (which probably won't function in 3.4).
# We'll remove these later.
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/features
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/plugins

# Explode the resulting SDK tarball
tar -C $RPM_BUILD_ROOT%{_libdir} -zxf result/linux-gtk-%{eclipse_arch}-sdk.tar.gz

# ECF filetransfer plugins we built
rm $sdkDir/plugins/org.eclipse.ecf*.jar
unzip -d $RPM_BUILD_ROOT%{_libdir} \
  org.eclipse.ecf/build/rpmBuild/org.eclipse.ecf.filetransfer_feature.zip
# Remove the feature we used for building
rm -rf \
  $sdkDir/features/org.eclipse.ecf.filetransfer_feature_*

# Test framework
unzip -d $RPM_BUILD_ROOT%{_libdir} \
  %{name}-%{version}-testframework/build/rpmBuild/org.eclipse.test.zip
mv $RPM_BUILD_ROOT%{_libdir}/eclipse/plugins/org.eclipse.test{_3.2.0,}

LAUNCHERVERSION=$(ls $sdkDir/plugins | grep equinox.launcher_ | sed 's/org.eclipse.equinox.launcher_//')

# Install the file initializer app
cp -p equinox-incubator/org.eclipse.equinox.initializer/org.eclipse.equinox.initializer_*.jar \
  $sdkDir/plugins

# Install the Mandriva Eclipse product plugin
unzip -qq -d $sdkDir/plugins %{SOURCE4}
# Install the Mandriva Eclipse product feature
unzip -qq -d $sdkDir/features %{SOURCE5}

installDir=$sdkDir-Platform
metadataDir=$installDir/metadata-Platform
provisionDir=$installDir-provisioned
profileId=PlatformProfile

# Copy just the platform
mkdir $installDir
pushd $installDir
sh %{SOURCE28} $sdkDir
mv plugins/*.source* $sdkDir/plugins
popd

# Generate metadata for the platform
%java \
-cp $installDir/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
org.eclipse.core.launcher.Main \
-application \
org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
-metadataRepository file:$metadataDir \
-artifactRepository file:$metadataDir \
-source $installDir \
-root "Mandriva Eclipse Platform" \
-rootVersion %{version} \
-flavor tooling \
-publishArtifacts \
-append \
-artifactRepositoryName "Mandriva Eclipse" \
-metadataRepositoryName "Mandriva Eclipse"

# JDT
jdtDir=$sdkDir-JDT
jdtMetadata=$jdtDir/metadata-JDT

mkdir $jdtDir
pushd $jdtDir
mkdir features plugins
mv $sdkDir/features/org.eclipse.jdt_* features
for plugin in org.eclipse.jdt \
  org.eclipse.ant.ui \
  org.eclipse.jdt.apt.core \
  org.eclipse.jdt.apt.ui \
  org.eclipse.jdt.apt.pluggable.core \
  org.eclipse.jdt.compiler.apt \
  org.eclipse.jdt.compiler.tool \
  org.eclipse.jdt.core \
  org.eclipse.jdt.core.manipulation \
  org.eclipse.jdt.debug.ui \
  org.eclipse.jdt.debug \
  org.eclipse.jdt.junit \
  org.eclipse.jdt.junit.runtime \
  org.eclipse.jdt.junit4.runtime \
  org.eclipse.jdt.launching \
  org.eclipse.jdt.ui \
  org.junit \
  org.junit4 \
  org.eclipse.jdt.doc.user; do
  mv $sdkDir/plugins/${plugin}_* plugins
done
popd

# Generate metadata for JDT
%java \
-cp $installDir/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
org.eclipse.core.launcher.Main \
-application \
org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
-metadataRepository file:$jdtMetadata \
-artifactRepository file:$jdtMetadata \
-source $jdtDir \
-root "Mandriva Eclipse JDT" \
-rootVersion %{version} \
-flavor tooling \
-append \
-artifactRepositoryName "Mandriva Eclipse" \
-metadataRepositoryName "Mandriva Eclipse"

# SDK
sdkMetadata=$sdkDir/metadata-SDK

# Generate metadata for SDK
%java \
-cp $installDir/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
org.eclipse.core.launcher.Main \
-application \
org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
-metadataRepository file:$sdkMetadata \
-artifactRepository file:$sdkMetadata \
-source $sdkDir \
-root "Mandriva Eclipse SDK" \
-rootVersion %{version} \
-flavor tooling \
-publishArtifacts \
-append \
-artifactRepositoryName "Mandriva Eclipse" \
-metadataRepositoryName "Mandriva Eclipse"

# Director config.ini
mv $installDir/configuration/config.ini{,.bak}
cp -p %{SOURCE22} $installDir/configuration/config.ini

# Debugging?  Add -debug and -consolelog
# Provision with director
%java \
-Declipse.p2.data.area=file://$provisionDir/p2 \
-cp $installDir/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
org.eclipse.core.launcher.Main \
-application \
org.eclipse.equinox.p2.director.app.application \
-flavor tooling \
-installIU "Mandriva Eclipse Platform" \
-version %{version} \
-p2.os linux \
-p2.ws gtk \
-p2.arch %{eclipse_arch} \
-roaming \
-profile $profileId \
-profileProperties org.eclipse.update.install.features=true \
-metadataRepository file:$metadataDir \
-artifactRepository file:$metadataDir \
-destination $provisionDir \
-bundlepool $provisionDir

# Stuff in JDT, PDE, SDK
for f in about.html about_files \.eclipseproduct epl-v10.html notice.html readme; do
    if 	[ -e $installDir/$f ]; then
      mv $installDir/$f $provisionDir
    fi
done
# FIXME:  should add artifacts.xml here
dropins=$provisionDir/dropins
mkdir -p $dropins/jdt $dropins/sdk
mv $jdtDir/features $dropins/jdt
mv $jdtDir/plugins $dropins/jdt
mv $jdtMetadata/content.xml $dropins/jdt

mv $sdkDir/features $dropins/sdk
mv $sdkDir/plugins $dropins/sdk

mv $sdkMetadata/content.xml $dropins/sdk
rm -rf $metadataDir $jdtDir $sdkDir $installDir
mv $provisionDir $sdkDir

# Fix paths in p2 data
rm -rf $sdkDir/p2/org.eclipse.equinox.p2.core/cache
rm -rf $sdkDir/p2/org.eclipse.equinox.p2.director/rollback/content.xml
sed -i "s|file\:$provisionDir/\ -\ bundle\ pool|Mandriva Eclipse|g" \
  $sdkDir/artifacts.xml
profileDir=$sdkDir/p2/org.eclipse.equinox.p2.engine/profileRegistry
pushd $profileDir
  sed -i "s|$provisionDir|%{_libdir}/%{name}|g" \
    PlatformProfile.profile/*
  sed -i "s|$RPM_BUILD_ROOT||g" PlatformProfile.profile/*
popd

%ifarch ppc64 sparc sparcv9 sparc64 alpha ia64
cp -p features/org.eclipse.platform/gtk/eclipse.ini $sdkDir
%endif

cp -p features/org.eclipse.platform/gtk/eclipse.ini.patched \
  $sdkDir/eclipse.ini
# We have /usr/share/eclipse/dropins in eclipse.ini
sed -i "s|/usr/share|%{_datadir}|" $sdkDir/eclipse.ini

# Add a compatibility symlink to startup.jar
pushd $sdkDir
LAUNCHERNAME=$(ls plugins | grep equinox.launcher_)
ln -s plugins/$LAUNCHERNAME startup.jar
popd

# FIXME: investigate why it doesn't work to set this -- configuration data is
# always written to /usr/share/eclipse/configuration, even with
#     -Dosgi.sharedConfiguration.area=$RPM_BUILD_ROOT%{_libdir}/%{name}/configuration
# Note (2006-12-05):  upon looking at this again, we (bkonrath, overholt) don't
# know what we're doing with $libdir_path :)  It requires some investigation.
#
# Extract .so files
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=90535
pushd $RPM_BUILD_ROOT
libdir_path=$(echo %{_libdir}/%{name} | sed -e 's/^\///')
%java -Dosgi.sharedConfiguration.area=$libdir_path/configuration \
     -cp $libdir_path/startup.jar \
     org.eclipse.core.launcher.Main \
     -consolelog \
     -application org.eclipse.equinox.initializer.configInitializer \
     -fileInitializer %{SOURCE19}
popd

# Remove the unnecessary configuration data
rm -r $sdkDir/configuration/org.eclipse.update
rm -r $sdkDir/configuration/org.eclipse.core.runtime
rm -r $sdkDir/configuration/org.eclipse.equinox.app
rm -r $sdkDir/configuration/.settings
rm -rf $sdkDir/configuration/*.log
dataDirs=$(find $sdkDir/configuration \
  -type d -name data)
for dataDir in $dataDirs; do
    rm -rf `dirname $dataDir`
done

# Do this again after we've run the file initializer
rm -rf $sdkDir/p2/org.eclipse.equinox.p2.core/cache
rm -rf $sdkDir/p2/org.eclipse.equinox.p2.director/rollback/content.xml
pushd $profileDir
  sed -i "s|$RPM_BUILD_ROOT||g" *.profile/*
popd

pushd $sdkDir
# Create file listings for the extracted shared libraries
echo -n "" > %{_builddir}/%{name}-%{version}/%{name}-platform.install;
echo -n "" > %{_builddir}/%{name}-%{version}/%{name}-swt.install;
for id in `ls configuration/org.eclipse.osgi/bundles`; do
  if [ "Xconfiguration" = $(echo X`find configuration/org.eclipse.osgi/bundles/$id -name libswt\*.so` | sed "s:/.*::") ]; then
    echo "%{_libdir}/%{name}/configuration/org.eclipse.osgi/bundles/$id" > %{_builddir}/%{name}-%{version}/%{name}-swt.install;
  else
    echo "%{_libdir}/%{name}/configuration/org.eclipse.osgi/bundles/$id" >> %{_builddir}/%{name}-%{version}/%{name}-platform.install;
  fi
done
popd

# Install symlinks to the SWT JNI shared libraries in %%{_libdir}/eclipse
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
for lib in $(find configuration -name libswt\*.so); do
  rm -f `basename $lib`
  ln -sf $lib `basename $lib`
done
popd

# Set eclipse.product to org.mandriva.ide.platform
sed --in-place "s/plugins\/org.eclipse.platform/plugins\/org.mandriva.ide.platform/" \
  $RPM_BUILD_ROOT%{_libdir}/%{name}/configuration/config.ini
sed --in-place "s/eclipse.product=org.eclipse.platform.ide/eclipse.product=org.mandriva.ide.platform.product/" \
  $RPM_BUILD_ROOT%{_libdir}/%{name}/configuration/config.ini

# Install the Eclipse binary wrapper
install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
ln -s %{_libdir}/%{name}/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
#install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
#cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/eclipse
#sed --in-place "s|@LIBDIR@|%{_libdir}|g" $RPM_BUILD_ROOT%{_bindir}/eclipse
#ECLIPSELIBSUFFIX=$(ls $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/org.eclipse.equinox.launcher.gtk.linux*/*.so | sed "s/.*.launcher.gtk.linux.//")
#sed --in-place "s|@ECLIPSELIBSUFFIX@|$ECLIPSELIBSUFFIX|" $RPM_BUILD_ROOT%{_bindir}/eclipse

# Ensure the shared libraries have the correct permissions
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
for lib in `find configuration -name \*.so`; do
   chmod 755 $lib
done

mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/links
# FIXME:  We can probably get rid of the links file when we ensure all
# plugins are installing into dropins (either in libdir or datadir).
# Set up an extension location and a link file for the arch-independent dir
echo "path:%{_datadir}" > \
  $sdkDir/links/datadir.link

# Ensure the launcher binary has the correct permissions
chmod 755 $RPM_BUILD_ROOT/%{_libdir}/%{name}/%{name}

# Create file listings for the extracted shared libraries
echo -n "" > %{_builddir}/%{buildsubdir}/%{name}-platform.install;
for id in `ls configuration/org.eclipse.osgi/bundles`; do
  if [ "Xconfiguration" = $(echo X`find configuration/org.eclipse.osgi/bundles/$id -name libswt\*.so` | sed "s:/.*::") ]; then
    echo "%{_libdir}/%{name}/configuration/org.eclipse.osgi/bundles/$id" > %{_builddir}/%{buildsubdir}/%{name}-swt.install;
  else
    echo "%{_libdir}/%{name}/configuration/org.eclipse.osgi/bundles/$id" >> %{_builddir}/%{buildsubdir}/%{name}-platform.install;
  fi
done
popd

# Install symlinks to the SWT JNI shared libraries in %%{_libdir}/eclipse
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
for lib in $(find configuration -name libswt\*.so); do
  rm -f `basename $lib`
  ln -sf $lib `basename $lib`
done
popd

# Install the SWT jar symlinks in libdir
SWTJARVERSION=$(grep v$SWT_VERSION plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}/build.xml | sed "s:.*<.*\"\(.*\)\"/>:\1:")
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
ln -s plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_$SWTJARVERSION.jar swt-gtk-%{eclipse_majmin}.%{eclipse_micro}.jar
ln -s swt-gtk-%{eclipse_majmin}.%{eclipse_micro}.jar swt-gtk-%{eclipse_majmin}.jar
ln -s swt-gtk-%{eclipse_majmin}.%{eclipse_micro}.jar swt.jar
mkdir -p %{buildroot}%{_jnidir}
ln -s %{_libdir}/%{name}/swt-gtk-%{eclipse_majmin}.%{eclipse_micro}.jar %{buildroot}%{_jnidir}/swt.jar
popd

# Install the eclipse-ecj.jar symlink for java-1.4.2-gcj-compat's "javac"
JDTCORESUFFIX=$(ls $RPM_BUILD_ROOT%{_libdir}/%{name}/dropins/jdt/plugins \
  | grep jdt.core_ | sed "s/org.eclipse.jdt.core_//")
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
ln -s %{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.core_$JDTCORESUFFIX \
  $RPM_BUILD_ROOT%{_javadir}/eclipse-ecj-%{version}.jar
ln -s %{_javadir}/eclipse-ecj-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/eclipse-ecj.jar
ln -s %{_javadir}/eclipse-ecj-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/jdtcore-%{version}.jar
ln -s %{_javadir}/jdtcore-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/jdtcore.jar
ln -s %{_javadir}/eclipse-ecj-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/ecj-%{version}.jar
ln -s %{_javadir}/ecj-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/ecj.jar

# Icons
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
ln -s %{_libdir}/%{name}/plugins/org.mandriva.ide.platform_%{version}/eclipse48.png \
  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
ln -s %{_libdir}/%{name}/plugins/org.mandriva.ide.platform_%{version}/eclipse32.png \
  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps
ln -s %{_libdir}/%{name}/plugins/org.mandriva.ide.platform_%{version}/eclipse.png \
  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/pixmaps
ln -s %{_datadir}/icons/hicolor/48x48/apps/%{name}.png $RPM_BUILD_ROOT%{_datadir}/pixmaps

# Install the efj wrapper script
install -p -D -m0755 %{SOURCE17} $RPM_BUILD_ROOT%{_bindir}/efj
sed --in-place "s:startup.jar:%{_libdir}/%{name}/startup.jar:" \
  $RPM_BUILD_ROOT%{_bindir}/efj

# Install the ecj wrapper script
install -p -D -m0755 %{SOURCE18} $RPM_BUILD_ROOT%{_bindir}/ecj
sed --in-place "s:@JAVADIR@:%{_javadir}:" $RPM_BUILD_ROOT%{_bindir}/ecj

# A sanity check.
desktop-file-validate %{SOURCE2}

# freedesktop.org menu entry
install -p -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

# Create a script that can be used to make a symlink tree of the
# eclipse platform.
cp -p %{SOURCE16} copy-platform
(
  cd $RPM_BUILD_ROOT%{_libdir}/%{name}
  ls -d * | egrep -v '^(plugins|features|about_files|dropins)$'
  ls -d plugins/* features/*
) |
sed -e's,^\(.*\),[ ! -e \1 ] \&\& ln -s $eclipse/\1 \1,' >> copy-platform
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts
cp -p copy-platform $RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts
copyPlatform=$RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts/copy-platform
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
for p in $(ls -d dropins/jdt/plugins/*); do
    plugin=$(basename $p)
    echo $p | sed -e"s,^\(.*\),[ ! -e plugins/$plugin ] \&\& ln -s \$eclipse/\1 plugins/$plugin," >> $copyPlatform
done
for p in $(ls -d dropins/sdk/plugins/*); do
    plugin=$(basename $p)
    echo $p | sed -e"s,^\(.*\),[ ! -e plugins/$plugin ] \&\& ln -s \$eclipse/\1 plugins/$plugin," >> $copyPlatform
done
popd

# Install the PDE Build wrapper script.
install -p -D -m0755 %{SOURCE21} \
  $RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts/pdebuild
PDEBUILDVERSION=$(ls $RPM_BUILD_ROOT%{_libdir}/%{name}/dropins/sdk/plugins \
  | grep org.eclipse.pde.build_ | \
  sed 's/org.eclipse.pde.build_//')
sed -i "s/@PDEBUILDVERSION@/$PDEBUILDVERSION/g" \
  $RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts/pdebuild

pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
rm plugins/org.sat4j*
ln -s %{_javadir}/org.sat4j.core* plugins/org.sat4j.core_2.0.3.v20081021.jar
ln -s %{_javadir}/org.sat4j.pb* plugins/org.sat4j.pb_2.0.3.v20081021.jar

ASMPLUGINVERSION=$(ls dropins/sdk/plugins | grep org.objectweb.asm_ | \
  sed 's/org.objectweb.asm_//')
rm dropins/sdk/plugins/org.objectweb.asm_$ASMPLUGINVERSION
ln -s %{_javadir}/asm3/asm-all.jar \
  dropins/sdk/plugins/org.objectweb.asm_$ASMPLUGINVERSION

## BEGIN ANT ##
ANTDIR=plugins/$(ls plugins | grep org.apache.ant_)
rm $ANTDIR/lib/*
ANTDIR=$ANTDIR/lib
ln -s %{_javadir}/ant/ant-antlr.jar $ANTDIR/ant-antlr.jar
ln -s %{_javadir}/ant/ant-apache-bcel.jar $ANTDIR/ant-apache-bcel.jar
ln -s %{_javadir}/ant/ant-apache-bsf.jar $ANTDIR/ant-apache-bsf.jar
ln -s %{_javadir}/ant/ant-apache-log4j.jar $ANTDIR/ant-apache-log4j.jar
ln -s %{_javadir}/ant/ant-apache-oro.jar $ANTDIR/ant-apache-oro.jar
ln -s %{_javadir}/ant/ant-apache-regexp.jar $ANTDIR/ant-apache-regexp.jar
ln -s %{_javadir}/ant/ant-apache-resolver.jar $ANTDIR/ant-apache-resolver.jar
ln -s %{_javadir}/ant/ant-commons-logging.jar $ANTDIR/ant-commons-logging.jar
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180642
# the symlinks that are commented-out are not currently shipped on Fedora
ln -s %{_javadir}/ant/ant-commons-net.jar $ANTDIR/ant-commons-net.jar
#ln -s %{_javadir}/ant/ant-jai.jar $ANTDIR/ant-jai.jar
ln -s %{_javadir}/ant.jar $ANTDIR/ant.jar
ln -s %{_javadir}/ant/ant-javamail.jar $ANTDIR/ant-javamail.jar
ln -s %{_javadir}/ant/ant-jdepend.jar $ANTDIR/ant-jdepend.jar
#ln -s %{_javadir}/ant/ant-jmf.jar $ANTDIR/ant-jmf.jar
ln -s %{_javadir}/ant/ant-jsch.jar $ANTDIR/ant-jsch.jar
ln -s %{_javadir}/ant/ant-junit.jar $ANTDIR/ant-junit.jar
ln -s %{_javadir}/ant-launcher.jar $ANTDIR/ant-launcher.jar
#ln -s %{_javadir}/ant/ant-netrexx.jar $ANTDIR/ant-netrexx.jar
ln -s %{_javadir}/ant/ant-nodeps.jar $ANTDIR/ant-nodeps.jar
#ln -s %{_javadir}/ant/ant-starteam.jar $ANTDIR/ant-starteam.jar
#ln -s %{_javadir}/ant/ant-stylebook.jar $ANTDIR/ant-stylebook.jar
ln -s %{_javadir}/ant/ant-swing.jar $ANTDIR/ant-swing.jar
ln -s %{_javadir}/ant/ant-trax.jar $ANTDIR/ant-trax.jar
#ln -s %{_javadir}/ant/ant-weblogic.jar $ANTDIR/ant-weblogic.jar
## END ANT ##

JETTYPLUGINVERSION=$(ls plugins | grep org.mortbay.jetty_5 | sed 's/org.mortbay.jetty_//')
rm plugins/org.mortbay.jetty_$JETTYPLUGINVERSION
ln -s %{_javadir}/jetty5/jetty5.jar plugins/org.mortbay.jetty_$JETTYPLUGINVERSION

pushd dropins/jdt
build-jar-repository -s -p plugins/org.junit_* junit

JUNIT4VERSION=$(ls plugins | grep org.junit4_ | sed 's/org.junit4_//')
rm plugins/org.junit4_$JUNIT4VERSION/junit.jar
ln -s %{_javadir}/junit4.jar plugins/org.junit4_$JUNIT4VERSION/junit.jar
popd

JSCHVERSION=$(ls plugins | grep com.jcraft.jsch_ | sed 's/com.jcraft.jsch_//')
rm plugins/com.jcraft.jsch_$JSCHVERSION
ln -s %{_javadir}/jsch.jar plugins/com.jcraft.jsch_$JSCHVERSION

# link to the icu4j stuff
ICUVERSION=$(ls plugins | grep com.ibm.icu_ | sed 's/com.ibm.icu_//')
rm plugins/com.ibm.icu_*.jar
ln -s %{_libdir}/eclipse/plugins/com.ibm.icu_*.jar plugins/com.ibm.icu_$ICUVERSION

# link to lucene
LUCENEVERSION=$(ls plugins | grep org.apache.lucene_ | \
  sed 's/org.apache.lucene_//')
rm plugins/org.apache.lucene_*
ln -s %{_javadir}/lucene.jar plugins/org.apache.lucene_$LUCENEVERSION
rm plugins/org.apache.lucene.analysis_*
ln -s %{_javadir}/lucene-contrib/lucene-analyzers.jar \
  plugins/org.apache.lucene.analysis_$LUCENEVERSION

# link to commons-logging
COMMONSLOGGINGVERSION=$(ls plugins | grep commons.logging_ | \
  sed 's/org.apache.commons.logging_//')
rm plugins/org.apache.commons.logging_$COMMONSLOGGINGVERSION
ln -s %{_javadir}/commons-logging.jar \
  plugins/org.apache.commons.logging_$COMMONSLOGGINGVERSION

# link to commons-el
COMMONSELVERSION=$(ls plugins | grep commons.el_ | \
  sed 's/org.apache.commons.el_//')
rm plugins/org.apache.commons.el_$COMMONSELVERSION
ln -s %{_javadir}/commons-el.jar \
  plugins/org.apache.commons.el_$COMMONSELVERSION

# link to jasper
JASPERVERSION=$(ls plugins | grep org.apache.jasper_ | \
  sed 's/org.apache.jasper_//')
rm plugins/org.apache.jasper_*.jar
ln -s %{_datadir}/eclipse/plugins/org.apache.jasper_* \
   plugins/org.apache.jasper_$JASPERVERSION

# link to servlet-api
SERVLETAPIVERSION=$(ls plugins | grep javax.servlet_ | \
  sed 's/javax.servlet_//')
rm plugins/javax.servlet_*
ln -s %{_javadir}/tomcat5-servlet-2.4-api.jar \
  plugins/javax.servlet_$SERVLETAPIVERSION

# link to jsp-api
JSPAPIVERSION=$(ls plugins | grep javax.servlet.jsp_ | \
  sed 's/javax.servlet.jsp_//')
rm plugins/javax.servlet.jsp_*
ln -s %{_javadir}/tomcat5-jsp-2.0-api.jar \
  plugins/javax.servlet.jsp_$JSPAPIVERSION

popd

rm -f %{buildroot}%{_libdir}/%{name}/plugins/com.ibm.icu_*

%post platform
%update_icon_cache

%postun platform
%clean_icon_cache

%files ecj
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/dropins
%dir %{_libdir}/%{name}/dropins/jdt
%dir %{_libdir}/%{name}/dropins/jdt/plugins
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.core_*
%{_javadir}/eclipse-ecj*.jar
%{_javadir}/jdtcore*.jar
%{_javadir}/ecj*.jar
%{_bindir}/ecj

%files swt -f %{name}-swt.install
%dir %{_libdir}/%{name}
%ifarch x86_64
%dir %{_libdir}/%{name}/libswt-*.so
%endif
%dir %{_libdir}/%{name}/plugins
%dir %{_libdir}/%{name}/configuration
%dir %{_libdir}/%{name}/configuration/org.eclipse.osgi
%dir %{_libdir}/%{name}/configuration/org.eclipse.osgi/bundles
%{_libdir}/%{name}/plugins/org.eclipse.swt_*
%{_libdir}/%{name}/plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_*
%{_libdir}/%{name}/swt-gtk*.jar
%{_libdir}/%{name}/swt.jar
%{_jnidir}/swt.jar

%files rcp
%dir %{_libdir}/%{name}/features
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/features
%dir %{_datadir}/%{name}/plugins
%{_libdir}/%{name}/configuration/org.eclipse.osgi/.bundledata*
%{_libdir}/%{name}/configuration/org.eclipse.osgi/.lazy*
%{_libdir}/%{name}/configuration/org.eclipse.osgi/.manager
%{_libdir}/%{name}/configuration/org.eclipse.osgi/.state*
%config %{_libdir}/%{name}/configuration/config.ini
%config %{_libdir}/%{name}/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
%dir %{_libdir}/%{name}/configuration/org.eclipse.equinox.simpleconfigurator
%{_libdir}/%{name}/notice.html
%{_libdir}/%{name}/epl-v10.html
%{_libdir}/%{name}/links
%{_libdir}/%{name}/about.html
%ifarch x86_64
%{_libdir}/%{name}/about_files
%endif
%{_libdir}/%{name}/readme
%{_libdir}/%{name}/startup.jar
%{_libdir}/%{name}/features/org.eclipse.rcp_*
%{_libdir}/%{name}/plugins/org.eclipse.core.commands_*
%{_libdir}/%{name}/plugins/org.eclipse.core.contenttype_*
%{_libdir}/%{name}/plugins/org.eclipse.core.databinding_*
%{_libdir}/%{name}/plugins/org.eclipse.core.databinding.beans_*
%{_libdir}/%{name}/plugins/org.eclipse.core.expressions_*
%{_libdir}/%{name}/plugins/org.eclipse.core.jobs_*
%{_libdir}/%{name}/plugins/org.eclipse.core.runtime_*
%{_libdir}/%{name}/plugins/org.eclipse.core.runtime.compatibility.auth_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.app_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.common_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.launcher_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.launcher.gtk.linux.%{eclipse_arch}_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.preferences_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.registry_*
%{_libdir}/%{name}/plugins/org.eclipse.help_*
%{_libdir}/%{name}/plugins/org.eclipse.jface_*
%{_libdir}/%{name}/plugins/org.eclipse.jface.databinding_*
%{_libdir}/%{name}/plugins/org.eclipse.osgi_*
%{_libdir}/%{name}/plugins/org.eclipse.rcp_*
%{_libdir}/%{name}/plugins/org.eclipse.ui_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.workbench_*
%{_libdir}/%{name}/plugins/org.eclipse.update.configurator_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.simpleconfigurator_*

%files platform -f %{name}-platform.install
%attr(0755,root,root) %{_bindir}/%{name}
%config %{_libdir}/%{name}/eclipse.ini
%{_libdir}/%{name}/.eclipseproduct
%ifarch x86_64
%{_libdir}/%{name}/configuration/config.ini
%endif
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/icons/*/*/apps/*
%{_libdir}/%{name}/eclipse
%dir %{_libdir}/%{name}/dropins
%dir %{_datadir}/%{name}/dropins
%{_libdir}/%{name}/features/org.eclipse.platform_*
%{_libdir}/%{name}/plugins/com.jcraft.jsch_*
%{_libdir}/%{name}/plugins/javax.servlet_*
%{_libdir}/%{name}/plugins/javax.servlet.jsp_*
%{_libdir}/%{name}/plugins/org.apache.ant_*
%{_libdir}/%{name}/plugins/org.apache.commons.el_*
%{_libdir}/%{name}/plugins/org.apache.commons.logging_*
%{_libdir}/%{name}/plugins/org.apache.lucene_*
%{_libdir}/%{name}/plugins/org.apache.lucene.analysis_*
%{_libdir}/%{name}/plugins/org.eclipse.ant.core_*
%{_libdir}/%{name}/plugins/org.eclipse.compare_*
%{_libdir}/%{name}/plugins/org.eclipse.core.boot_*
%{_libdir}/%{name}/plugins/org.eclipse.core.filebuffers_*
%{_libdir}/%{name}/plugins/org.eclipse.core.filesystem_*
%{_libdir}/%{name}/plugins/org.mandriva.ide.platform_*
%{_libdir}/%{name}/features/org.mandriva.ide.feature_*
%{_libdir}/%{name}/plugins/org.eclipse.core.filesystem.linux.%{eclipse_arch}_*
%{_libdir}/%{name}/plugins/org.eclipse.core.net_*
%ifarch %{ix86}
%{_libdir}/%{name}/plugins/org.eclipse.core.net.linux.x86_*
%endif
%{_libdir}/%{name}/plugins/org.eclipse.core.resources_*
%{_libdir}/%{name}/plugins/org.eclipse.core.resources.compatibility_*
%{_libdir}/%{name}/plugins/org.eclipse.core.runtime.compatibility_*
%{_libdir}/%{name}/plugins/org.eclipse.core.runtime.compatibility.registry_*
%{_libdir}/%{name}/plugins/org.eclipse.core.variables_*
%{_libdir}/%{name}/plugins/org.eclipse.debug.core_*
%{_libdir}/%{name}/plugins/org.eclipse.debug.ui_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.http.jetty_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.http.registry_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.http.servlet_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.jsp.jasper_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.jsp.jasper.registry_*
%{_libdir}/%{name}/plugins/org.eclipse.help.appserver_*
%{_libdir}/%{name}/plugins/org.eclipse.help.base_*
%{_libdir}/%{name}/plugins/org.eclipse.help.ui_*
%{_libdir}/%{name}/plugins/org.eclipse.help.webapp_*
%{_libdir}/%{name}/plugins/org.eclipse.jface.text_*
%{_libdir}/%{name}/plugins/org.eclipse.jsch.core_*
%{_libdir}/%{name}/plugins/org.eclipse.jsch.ui_*
%{_libdir}/%{name}/plugins/org.eclipse.ltk.core.refactoring_*
%{_libdir}/%{name}/plugins/org.eclipse.ltk.ui.refactoring_*
%{_libdir}/%{name}/plugins/org.eclipse.osgi.services_*
%{_libdir}/%{name}/plugins/org.eclipse.osgi.util_*
%{_libdir}/%{name}/plugins/org.eclipse.platform_*
%{_libdir}/%{name}/plugins/org.eclipse.platform.doc.user_*
%{_libdir}/%{name}/plugins/org.eclipse.search_*
%{_libdir}/%{name}/plugins/org.eclipse.team.core_*
%{_libdir}/%{name}/plugins/org.eclipse.team.ui_*
%{_libdir}/%{name}/plugins/org.eclipse.text_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.browser_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.cheatsheets_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.console_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.editors_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.externaltools_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.forms_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.ide_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.ide.application_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.intro_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.intro.universal_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.navigator_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.navigator.resources_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.net_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.presentations.r21_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.views_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.views.properties.tabbed_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.workbench.compatibility_*
%{_libdir}/%{name}/plugins/org.eclipse.ui.workbench.texteditor_*
%{_libdir}/%{name}/plugins/org.eclipse.update.core_*
%{_libdir}/%{name}/plugins/org.eclipse.update.core.linux_*
%{_libdir}/%{name}/plugins/org.eclipse.update.scheduler_*
%{_libdir}/%{name}/plugins/org.eclipse.update.ui_*
%{_libdir}/%{name}/plugins/org.mortbay.jetty_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.initializer_*
%{_libdir}/%{name}/plugins/org.eclipse.team.cvs.core_*
%{_libdir}/%{name}/plugins/org.eclipse.cvs_*
%{_libdir}/%{name}/plugins/org.eclipse.team.cvs.ssh2_*
%{_libdir}/%{name}/plugins/org.eclipse.team.cvs.ssh_*
%{_libdir}/%{name}/plugins/org.eclipse.team.cvs.ui_*
%{_libdir}/%{name}/features/org.eclipse.cvs_*
%{_libdir}/%{name}/features/org.eclipse.help_*
%{_libdir}/%{name}/plugins/org.apache.jasper_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.frameworkadmin_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.frameworkadmin.equinox_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_*
%{_libdir}/%{name}/features/org.eclipse.equinox.p2.user.ui_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.director_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.core_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.engine_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.jarprocessor_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.metadata_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.metadata.repository_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.artifact.repository_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.exemplarysetup_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.touchpoint.natives_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.console_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.ui_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.ui.sdk_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.updatechecker_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.garbagecollector_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.directorywatcher_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.reconciler.dropins_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.metadata.generator_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.updatesite_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.security_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.security.ui_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.extensionlocation_*
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.director.app_*
%{_libdir}/%{name}/plugins/org.eclipse.ecf.provider.filetransfer_*
%{_libdir}/%{name}/plugins/org.eclipse.ecf.provider.filetransfer.ssl_*
%{_libdir}/%{name}/plugins/org.eclipse.ecf.ssl_*
%{_libdir}/%{name}/plugins/org.eclipse.ecf_*
%{_libdir}/%{name}/plugins/org.eclipse.ecf.filetransfer_*
%{_libdir}/%{name}/plugins/org.eclipse.ecf.identity_*
%{_libdir}/%{name}/plugins/org.sat4j.core_*
%{_libdir}/%{name}/plugins/org.sat4j.pb_*
# Put this in -platform since we're putting the p2 stuff here
%{_libdir}/%{name}/artifacts.xml
# FIXME: should we ship content.xml for the platform?
#%{_libdir}/%{name}/metadata
%{_libdir}/%{name}/p2

%files jdt
%{_bindir}/efj
%{_libdir}/%{name}/dropins/jdt/content.xml
%{_libdir}/%{name}/dropins/jdt/features
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.ant.ui_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.apt.core_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.apt.ui_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.apt.pluggable.core_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.compiler.apt_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.compiler.tool_*
%ifarch x86_64
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.core_*
%endif
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.core.manipulation_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.debug.ui_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.debug_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.junit_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.junit.runtime_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.junit4.runtime_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.launching_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.ui_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.junit_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.junit4_*
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.doc.user_*

%files pde
%{_libdir}/%{name}/buildscripts
%{_libdir}/%{name}/dropins/sdk
# FIXME:  where should this go?
%{_libdir}/%{name}/configuration/org.eclipse.equinox.source


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.4.2-3.3
+ Revision: d8832cc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16256 |14mr|ed-1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The GNU line editor
Name:		ed
Version:	1.9
Release:	2
License:	GPLv3+
Group:		Text tools
Url:		http://www.gnu.org/software/ed/ed.html
Source0:	ftp://ftp.gnu.org/pub/gnu/ed/ed-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/pub/gnu/ed/ed-%{version}.tar.gz.sig

%description
Ed is a line-oriented text editor, used to create, display, and modify text
files (both interactively and via shell scripts). For most purposes, ed has
been replaced in normal usage by full-screen editors (emacs and vi, for
example).

Ed was the original UNIX editor, and may be used by some programs. In general,
however, you probably don't need to install it and you probably won't use it
much.

%prep
%setup -q

%build
%configure2_5x \
	--bindir=/bin \
	--exec-prefix=/ \
	CFLAGS="%{optflags}" CC="%__cc" \
	CXXFLAGS="%{optflags}" \
	LDFLAGS="%{?ldflags}"

%make

%check
# all tests must pass
make check

%install
%makeinstall_std

%files
%doc NEWS README AUTHORS TODO ChangeLog
/bin/ed
/bin/red
%{_infodir}/ed.info*
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9-2
+ Revision: 1f4ee84
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16257 |14mr|edidbins-1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Generic monitor edid files
Name:		edidbins
Version:	1.1
Release:	1
License:	LGPLv2+
Group:		System/Kernel and hardware
Url:		https://github.com/torvalds/linux/tree/master/Documentation/EDID
# The tarball for these files was generated from the cloned sources from the above url.
# The files were copied to a directory edidbins and then compressed with
# "tar -Jcvf kernel-edidbins edidbins/*" It is unlikely that these sources will change.
# Proprietary edid's should have their own package.
Source0:	kernel-edidbins-%{version}.tar.xz
BuildRequires:	binutils
BuildRequires:	dos2unix
BuildRequires:	util-linux
BuildArch:	noarch

%description
Provides five binary edid files to give to support kernel edid loading feature.

%files
%defattr(0644,root,root,0755)
/lib/firmware/edid/*.bin

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
%make 

%install
mkdir -p %{buildroot}/lib/firmware/edid
cp -avf *.bin %{buildroot}/lib/firmware/edid


%changelog
* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-1
+ Revision: b7762dd
- Bump package version to match tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16258 |14mr|edid-decode-0-0.20120926.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git	20120926

Summary:	EDID parse tool
Name:		edid-decode
Version:	0
Release:	0.%{git}.2
License:	MIT
Group:		System/X11
Url:		http://cgit.freedesktop.org/xorg/app/edid-decode/
# git clone git://anongit.freedesktop.org/xorg/app/edid-decode
# tar c -j --exclude=.git --exclude=.gitignore -f edid-decode-%{git}.tar.bz2 edid-decode
Source0:	%{name}-%{git}.tar.bz2
# (cjw) add a basic man page
Source1:	edid-decode.1
# (cjw) use CFLAGS to compile source file
Patch1:		edid-decode-makefile.patch
# (cjw) fix string parsing
Patch2:		edid-decode-extract-string.patch

%description
The edid-decode tool parses a given EDID from a file or stdin and
shows the contents on stdout. It handles both the regular video info
and the audio info often provided by HDMI displays.

%prep
%setup -q -n %{name}
%patch1 -p1 -b .cleanup
%patch2 -p1 -b .strings

%build
%make CFLAGS="%{optflags}"

%install
%makeinstall_std
mkdir -p %{buildroot}%{_mandir}/man1
install -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*


%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0-0.20120926.2
+ Revision: 464ebc8
- Rebuild to the main repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16259 |14mr|editres-1.0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		editres
Version:	1.0.5
Release:	6
Summary:	A dynamic resource editor for X Toolkit applications 
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Patch0:		editres-1.0.3-fix-str-fmt.patch
License:	MIT

BuildRequires:	pkgconfig(x11) >= 1.0.0
BuildRequires:	pkgconfig(xmu) >= 1.0.0
BuildRequires:	pkgconfig(xt) >= 1.0.0
BuildRequires:	pkgconfig(xaw7) >= 1.0.1
BuildRequires:	x11-util-macros >= 1.0.1

%description
Editres is a dynamic resource editor for X Toolkit applications.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/editres
%{_datadir}/X11/app-defaults/Editres
%{_datadir}/X11/app-defaults/Editres-color
%{_mandir}/man1/editres.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.5-6
+ Revision: ff1982d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16260 |14mr|efax-0.9a-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	subver	001114a7

Summary:	A program for faxing using a Class 1, 2 or 2.0 fax modem
Name:		efax
Version:	0.9a
Release:	18
License:	GPL
Group:		Communications
Source0:	http://www.cce.com/efax/download/%{name}-%{version}-%{subver}.tar.bz2
URL:		http://www.cce.com/efax/
Source1:	efax.config.bz2
Patch0:		efax-0.9a-mdkconf.patch
Patch1:		efax-0.9a-crashpowerpc.patch
Patch2:		efax-0.9a-faxmail-mime.patch
Patch3:		efax-0.9a-fax_send.patch
Patch4:		efax-0.9a-fax_locale.patch
Patch5:		efax-0.9a_illegalnumber_test.patch
Patch6:		efax-0.9a-fix-str-fmt.patch
Patch7:		efax-0.9a-nostrip.patch

%description
Efax is a small ANSI C/POSIX program that sends and receives faxes using
any Class 1, 2 or 2.0 fax modem.

You need to install efax if you want to send faxes and you have a
Class 1, 2 or 2.0 fax modem.

%prep
%setup -q -n %{name}-%{version}-%{subver}
%patch0 -p1
%patch1 -p1 -b .crashpowerpc
%patch2 -p1 -b .faxmail-mime
%patch3 -p1 -b .fax_send
%patch4 -p1 -b .fax_locale
%patch5 -p1 -b .fax
%patch6 -p0 -b .str
%patch7 -p1 -b .nostrip

find . -type f | xargs perl -p -i -e 's@xloadimage@xli@';

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1

make BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir} install

mkdir -p %{buildroot}%{_sysconfdir}
bzcat %{SOURCE1} > %{buildroot}%{_sysconfdir}/fax.config

%files
%doc README
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/fax.config
%{_bindir}/fax
%{_bindir}/efax
%{_bindir}/efix
%{_mandir}/man1/fax.1*
%{_mandir}/man1/efax.1*
%{_mandir}/man1/efix.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9a-18
+ Revision: 0e734c8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16261 |14mr|efibootmgr-0.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Interact with the EFI Boot Manager
Name:		efibootmgr
Version:	0.6.0
Release:	2
License:	GPL
Group:		System/Kernel and hardware
URL:		http://linux.dell.com/%{name}/
Source0:	http://linux.dell.com/%{name}/permalink/%{name}-%{version}.tar.gz
Patch0:         efibootmgr-0.6.0.autoload.module.patch
BuildRequires:	pciutils-devel zlib-devel
ExclusiveArch: %{ix86} x86_64 ia64

%description
This is efibootmgr, a Linux user-space application to modify the Intel
Extensible Firmware Interface (EFI) Boot Manager. This application can
create and destroy boot entries, change the boot order, change the
next running boot option, and more.

Details on the EFI Boot Manager are available from the EFI
Specification, v1.02 or above, available from <http://developer.intel.com>.

Note: efibootmgr requires that the kernel module efivars be loaded
prior to use.  `modprobe efivars` should do the trick.

%prep

%setup -q
%apply_patches

%build
make

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_sbindir}
install -m755 src/efibootmgr/efibootmgr %{buildroot}%{_sbindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%doc doc/ChangeLog doc/TODO
%{_sbindir}/efibootmgr


%changelog
* Fri Jul 11 2014 Alex Burmashev <alex.burmashev@gmail.com> 0.6.0-2
+ Revision: 3ee8548
- update to 0.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16262 |14mr|efivar-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname -d %{name}

Name:           efivar
Version:        0.7
Release:        3
Summary:        Tools to manage UEFI variables
License:        LGPLv2.1
Group:		System/Kernel and hardware
URL:            https://github.com/vathpela/efivar
Source0:        https://github.com/vathpela/%{name}/archive/%{version}.tar.gz

Requires:	%{libname} = %{version}-%{release}
BuildRequires:  popt-devel

%description
efivar provides a simple command line interface to the UEFI variable facility.

%package -n %{libname}
Summary:	Library for the %name
Group:		System/Libraries

%description -n %{libname}
Library to allow for the simple manipulation of UEFI variables.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -n %{name}-%{version}

%build
make libdir=%{_libdir} bindir=%{_bindir} OPT_FLAGS="$RPM_OPT_FLAGS"

%install
%makeinstall

%files
%doc COPYING README
%{_bindir}/efivar
%{_mandir}/man1/*

%files -n %{develname}
%{_mandir}/man3/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-3
+ Revision: 990a707
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16263 |14mr|eggdbus-0.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	1
%define major	0
%define libname	%mklibname %{name} %{api} %{major}
%define devname	%mklibname -d %{name}

Summary:	Experimental D-Bus bindings for GObject
Name:		eggdbus
Version:	0.6
Release:	6
License:	LGPLv2+
Group:		System/Libraries
Url:		http://cgit.freedesktop.org/~david/eggdbus
Source0:	http://cgit.freedesktop.org/~david/eggdbus/snapshot/%{name}-%{version}.tar.gz
Patch0:		eggdbus-0.6-automake-1.13.patch

BuildRequires:	gtk-doc
BuildRequires:	libtool
BuildRequires:	pkgconfig(dbus-glib-1)

%description
Experimental D-Bus bindings for GObject.

#----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	Experimental D-Bus bindings for GObject

%description -n %{libname}
Experimental D-Bus bindings for GObject.

This package contains the shared libraries of %{name}.

%files -n %{libname}
%{_libdir}/libeggdbus-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for EggDBus
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
Development files for EggDBus.

%files -n %{devname}
%doc AUTHORS
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*
%{_datadir}/gtk-doc/html/eggdbus
%{_datadir}/man/man1/*
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoheader
./autogen.sh

%build
%configure2_5x \
	--enable-gtk-doc \
	--disable-static
%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/gtk-doc/html/tests


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-6
+ Revision: e510ee4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16264 |14mr|eigen2-2.0.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		eigen2
Summary:	Lightweight C++ template library for vector and matrix math (linear algebra)
Version:	2.0.17
Release:	3
Epoch:		2
Group:		System/Libraries
License:	LGPLv3+ or GPLv2+
URL:		http://eigen.tuxfamily.org/
Source:		http://bitbucket.org/eigen/eigen/get/%{name}-%{version}.tar.bz2
BuildRequires:	cmake >= 2.6.1
BuildRequires:	doxygen
BuildRequires:	ghostscript-common
BuildRequires:	graphviz
BuildRequires:	blas-devel
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	qt4-devel
BuildArch:	noarch

%description
Eigen is a lightweight C++ template library for vector and matrix
math, a.k.a. linear algebra.

%prep
%setup -q

%build
%cmake
%make

# this should be fixed later in cmake doc
(cd ..
 doxygen
)

%install
%makeinstall_std -C build

%files
%doc COPYING COPYING.LESSER html/
%dir %{_includedir}/eigen2/
%{_includedir}/eigen2/*
%{_datadir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:2.0.17-3
+ Revision: e64da6c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16265 |14mr|eigen3-3.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define commit 6b38706d90a9

Summary:	Lightweight C++ template library for vector and matrix math
Name:		eigen3
Version:	3.2.1
Release:	2
License:	LGPLv3+ or GPLv2+
Group:		System/Libraries
Url:		http://eigen.tuxfamily.org/
Source0:	http://bitbucket.org/eigen/eigen/get/%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	ghostscript-common
BuildRequires:	graphviz
BuildRequires:	texlive
BuildRequires:	pkgconfig(blas)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(lapack)
BuildRequires:	qt4-devel
BuildArch:	noarch

%description
Eigen is a lightweight C++ template library for vector and matrix
math, a.k.a. linear algebra.

%files
%doc COPYING* build/doc/html/
%dir %{_includedir}/eigen3/
%{_includedir}/eigen3/*
%{_datadir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n eigen-eigen-%{commit}

%build
%cmake
%make
make doc

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.1-2
+ Revision: 803b82a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16266 |14mr|ekiga-4.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define opal_version 3.10.10

%define kde_support 0
%{?_kde_support: %{expand: %%global kde_support 1}}

Summary:	Voice and Video over IP software (H323 / SIP)
Name:		ekiga
Version:	4.0.1
Release:	3
License:	GPLv2+
Group:		Video
URL:		http://www.ekiga.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/ekiga/4.0/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	scrollkeeper
BuildRequires:	xsltproc
BuildRequires:	gettext-devel

BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-icon-theme)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libebook-1.2)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(opal) >= %{opal_version}
Buildrequires:	pkgconfig(ptlib) >= 2.10.9
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(xv)
BuildRequires:	openldap-devel
BuildRequires:	boost-devel
%if %kde_support
BuildRequires:	kdelibs4-devel
%endif
%rename		gnomemeeting

Requires(post):		scrollkeeper >= 0.3
Requires(postun):	scrollkeeper >= 0.3
Requires:	pkgconfig(gnome-icon-theme)
Requires:	opal3 >= %{opal_version}
Requires:	evolution-data-server
Suggests:	yelp

%description
Ekiga is a tool to communicate with video and audio over the internet.
It uses both SIP and H323 protocol and is compatible with Microsoft Netmeeting.
It used to be called GnomeMeeting

%prep
%setup -q

%build
%if %kde_support
  QTDIR="/usr/lib/qt4" ; export QTDIR ; 
  PATH="/usr/lib/qt4/bin:$PATH" ; export PATH ; 
%endif
NOCONFIGURE=yes gnome-autogen.sh
%configure2_5x	\
%if %kde_support
	--enable-kde \
%endif
	--disable-schemas-install \
	--enable-dbus

make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/*

%define launchers %{_sysconfdir}/dynamic/launchers/webcam
# dynamic support
mkdir -p %{buildroot}%{launchers}
cat > %{buildroot}%{launchers}/%{name}.desktop << EOF
[Desktop Entry]
Name=Ekiga \$devicename
Comment=Ekiga
TryExec=%{_bindir}/ekiga
Exec=%{_bindir}/ekiga
Terminal=false
Icon=ekiga
Type=Application
StartupNotify=true
EOF

rm -rf %{buildroot}/var/lib/scrollkeeper

%define schemas ekiga

%preun
if [ -r %{_sysconfdir}/gconf/schemas/gnomemeeting.schemas -a -x %{_bindir}/gconftool-2 ]; then
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gnomemeeting.schemas > /dev/null
  update-alternatives --remove webcam.kde.dynamic %{launchers}/gnomemeeting.desktop
  update-alternatives --remove webcam.gnome.dynamic %{launchers}/gnomemeeting.desktop
fi
%preun_uninstall_gconf_schemas %{schemas}

%postun
if [ "$1" = "0" ]; then
  update-alternatives --remove webcam.kde.dynamic %{launchers}/%{name}.desktop
  update-alternatives --remove webcam.gnome.dynamic %{launchers}/%{name}.desktop
fi

%files -f %{name}.lang
%doc README NEWS FAQ AUTHORS TODO
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/dbus-1/services/org.ekiga*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/sounds/*
%{_datadir}/icons/hicolor/*/apps/*
%{_mandir}/*/*
%{_sysconfdir}/gconf/schemas/*
%config(noreplace) %{launchers}/*.desktop



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0.1-3
+ Revision: ccb8dfb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16267 |14mr|ElectricFence-2.2.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   0
%define libname %mklibname efence %{major}
%define devname %mklibname efence -d

Summary:	A debugger which detects memory allocation violations
Name:		ElectricFence
Version:	2.2.2
Release:	14
License:	GPLv2
Group:		Development/Other
URL:		http://perens.com/FreeSoftware/ElectricFence/
# ftp://ftp.perens.com/pub/ElectricFence/beta/ used to be here, but
# the site is inaccessible as of lately.  I looked through the web but
# didn't find anything.  Debian has a link to a site that hosts an
# obsolete version.  I don't think there's any proper upstream for
# this.
Source:		%{name}-%{version}.tar.gz
Patch1:		ElectricFence-2.0.5-longjmp.patch
Patch2:		ElectricFence-2.1-vaarg.patch
Patch3:		ElectricFence-2.2.2-pthread.patch
Patch4:		ElectricFence-2.2.2-madvise.patch
Patch5:		ElectricFence-mmap-size.patch
Patch6:		ElectricFence-2.2.2-banner.patch
Patch7:		ElectricFence-2.2.2-ef.patch
Patch8:		ElectricFence-2.2.2-builtins.patch
Patch9:		ElectricFence-2.2.2-sse.patch
Patch10:	ElectricFence-2.2.2-posix_memalign.patch
Patch11:	ElectricFence-2.2.2-malloc_usable_size.patch
Patch12:	ElectricFence-2.2.2-man-ef.patch

%description
ElectricFence is a utility for C programming and
debugging. ElectricFence uses the virtual memory hardware of your
system to detect when software overruns malloc() buffer boundaries,
and/or to detect any accesses of memory released by
free(). ElectricFence will then stop the program on the first
instruction that caused a bounds violation and you can use your
favorite debugger to display the offending statement.

Install ElectricFence if you need a debugger to find malloc()
violations.

%package -n %{libname}
Summary:	Shared Libraries for Electric Fence
Group:		System/Libraries

%description -n %{libname}
This package contains Electric Fence shared object library. Electric
Fence is a debugger which detects memory allocation violations.

%package -n %{devname}
Summary:	Static library for Electric Fence
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	efence-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{libname}-devel < 2.2.2-13

%description -n %{devname}
This package contains the static library for Electric Fence.

%prep
%setup -q
%patch1 -p1 -b .longjmp
%patch2 -p1 -b .vaarg
%patch3 -p1 -b .pthread
%patch4 -p1 -b .madvise
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1

%build
make CFLAGS='%{optflags} -DUSE_SEMAPHORE -fpic'

%install
mkdir -p %{buildroot}{%{_bindir},%{_libdir},%{_mandir}/man{1,3}}

make	BIN_INSTALL_DIR=%{buildroot}%{_bindir} \
	LIB_INSTALL_DIR=%{buildroot}%{_libdir} \
	MAN_INSTALL_DIR=%{buildroot}%{_mandir} \
	install

echo ".so man3/efence.3" > %{buildroot}%{_mandir}/man3/libefence.3

%files
%doc README COPYING
%{_mandir}/man1/ef.1*
%{_mandir}/man3/efence.3*
%{_mandir}/man3/libefence.3*
%{_bindir}/ef

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{devname}
%{_libdir}/*.a
%{_libdir}/*.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.2-14
+ Revision: 1ff2dfa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16268 |14mr|elementary-icons-2.7.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	elementary-icons
%define name	elementary-icons
%define version	2.7.1
%define release 5

Summary:	Elementary icons
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{tarname}-%{version}.tar.gz
Source1:	rosa-icons-replace-1.0.3.tar.gz
License:	GPLv2
Group:		Graphical desktop/Other
BuildArch:	noarch

%description
Elementary icons theme.

%files
%defattr(-,root,root)
%{_iconsdir}/*

#--------------------------------------------------------------------

%prep
%setup -q -a 1

%install
%__rm -rf %{buildroot}
%__mkdir -p %{buildroot}%{_datadir}/icons
%__mkdir -p %{buildroot}%{_datadir}/icons/elementary
%__mkdir -p %{buildroot}%{_datadir}/icons/elementary-mono-dark
cp -rf elementary/* %{buildroot}%{_datadir}/icons/elementary
cp -rf elementary-mono-dark/* %{buildroot}%{_datadir}/icons/elementary-mono-dark
#replace original icons from rosa-icons theme, because original rosa icons not property works
cp -rf rosa-icons-replace-1.0.3/* %{buildroot}%{_datadir}/icons/elementary



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7.1-5
+ Revision: 854b8d1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16269 |14mr|elementary-theme-2.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	elementary-theme
%define name	elementary-theme
%define version	2.5.1
%define release 2

Summary:	Elementary theme
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{tarname}-%{version}.tar.gz
#Theme for openbox
Source1:	%{tarname}-openbox.tar.gz
License:	GPLv2
Group:		Graphical desktop/Other
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	murrine
Requires:	gtk-aurora-engine
Requires:	gtk-unico-engine
Suggests:	elementary-icons

%description
Elementary theme.

%prep
%setup -q -a1

%build

%install
%__rm -rf %{buildroot}
%__mkdir -p %{buildroot}%{_datadir}/themes
%__mkdir -p %{buildroot}%{_datadir}/themes/elementary
cp -rf * %{buildroot}%{_datadir}/themes/elementary

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/themes/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5.1-2
+ Revision: 3a82a0a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16270 |14mr|elftoaout-2.3-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	elftoaout
%define	version	2.3
%define release	14

Summary:	A utility for converting ELF binaries to a.out binaries
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Kernel and hardware
Source0:	ftp://sunsite.mff.cuni.cz/OS/Linux/Sparc/local/elftoaout/%{name}-%{version}.tar.bz2
Patch0:		elftoaout-2.3-include.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The elftoaout utility converts a static ELF binary to a static a.out
binary.  If you're using an ELF system (i.e., Mandriva Linux) on a SPARC,
you'll need to run elftoaout on the kernel image so that the SPARC PROM
can netboot the image.

If you're installing Mandriva Linux on a SPARC, you'll need to install the
elftoaout package.

%prep
%setup -q
%patch0 -p1 -b .include

%build
%make CFLAGS="%{optflags}"

%install
%{__rm} -rf $RPM_BUILD_ROOT

%{__install} -m0755 %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}
%{__install} -m0644 %{name}.1 -D $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3-14
+ Revision: c65c710
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16271 |14mr|elfutils-0.159-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1

%define libasm %mklibname asm %{major}
%define libdw %mklibname dw %{major}
%define libelf %mklibname elf %{major}
%define devname %mklibname %{name} -d
%define static %mklibname %{name} -d -s

%define _program_prefix eu-

Summary:	A collection of utilities and DSOs to handle compiled objects
Name:		elfutils
Version:	0.159
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://fedorahosted.org/elfutils/
Source0:	https://fedorahosted.org/releases/e/l/elfutils/%{version}/%{name}-%{version}.tar.bz2
#Patch0:	https://fedorahosted.org/releases/e/l/elfutils/%{version}/elfutils-portability.patch
Patch6:		elfutils-uninitialized.diff
Patch7:		elfutils-0.137-dwarf-header-check-fix.diff
Patch8:		elfutils-0.148-dont-crash.diff
Patch9:		elfutils-revert-portability-scanf.patch

# fedora
Patch11:	elfutils-aarch64-user_regs_struct.patch
Patch12:	elfutils-0.159-argp-attach.patch
Patch13:	elfutils-0.159-aarch64-bool-ret.patch
Patch14:	elfutils-0.159-elf-h.patch
Patch15:	elfutils-0.159-ppc64le-elfv2-abi.patch

# mdv patches
Patch100:	elfutils-0.158-mips_backend.patch
Patch101:	elfutils-0.139-sparc-align.patch
Patch102:	elfutils-0.139-fix-special-sparc-elf32-plt-entries.patch
Patch103:	elfutils-0.152-strip-.GCC.command.line-section.patch
Patch104:	elfutils-0.159-add-missing-lpthread-linkage.patch
Patch105:	elfutils_signed_comparison.patch
Patch107:	elfutils-0.158-dont-fail-on-strip-reloc-check-against-self.patch

BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	bzip2-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(zlib)

%description
Elfutils is a collection of utilities, including stack (to show
backtraces), nm (for listing symbols from object files), size
(for listing the section sizes of an object or archive file),
strip (for discarding symbols), readelf (to see the raw ELF file
structures), and elflint (to check for well-formed ELF files).

%files -f %{name}.lang
%doc NOTES README NEWS TODO
%{_bindir}/eu-*
%dir %{_libdir}/elfutils
%{_libdir}/elfutils/lib*.so

#----------------------------------------------------------------------------

%package -n %{libasm}
Summary:	Libraries to read and write ELF files
Group:		System/Libraries

%description -n %{libasm}
Included are the helper library which implement machine-specific ELF handling.

%files -n %{libasm}
%{_libdir}/libasm-%{version}.so
%{_libdir}/libasm*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libdw}
Summary:	Libraries to read and write ELF files
Group:		System/Libraries

%description -n %{libdw}
Included are the helper library which implement DWARF ELF handling.

%files -n %{libdw}
%{_libdir}/libdw-%{version}.so
%{_libdir}/libdw*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libelf}
Summary:	Libraries to read and write ELF files
Group:		System/Libraries
Requires:	%{libdw} = %{EVRD}
Requires:	%{libasm} = %{EVRD}

%description -n %{libelf}
This package provides DSOs which allow reading and writing ELF files
on a high level. Third party programs depend on this package to read
internals of ELF files. The programs of the elfutils package use it
also to generate new ELF files.

%files -n %{libelf}
%{_libdir}/libelf-%{version}.so
%{_libdir}/libelf*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries to handle compiled objects
Group:		Development/Other
Requires:	%{libasm} = %{EVRD}
Requires:	%{libdw} = %{EVRD}
Requires:	%{libelf} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers and dynamic libraries to create
applications for handling compiled objects.

   * libelf allows you to access the internals of the ELF object file
     format, so you can see the different sections of an ELF file.
   * libebl provides some higher-level ELF access functionality.
   * libasm provides a programmable assembler interface.

%files -n %{devname}
%{_includedir}/dwarf.h
%{_includedir}/libelf.h
%{_includedir}/gelf.h
%{_includedir}/nlist.h
%dir %{_includedir}/elfutils
%{_includedir}/elfutils/*.h
%{_libdir}/libelf.so
%{_libdir}/libdw.so
%{_libdir}/libasm.so

#----------------------------------------------------------------------------

%package -n %{static}
Summary:	Static libraries for development with libelfutils
Group:		Development/Other
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{static}
This package contains the static libraries to create applications for
handling compiled objects.

%files -n %{static}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
mkdir -p build-%{_target_platform}
pushd build-%{_target_platform}

# [pixel] libld_elf_i386.so is quite weird, could be dropped? workarounding for now...
%define _disable_ld_no_undefined 1

CFLAGS="%{optflags} -Wno-error" \
CONFIGURE_TOP=.. \
%configure2_5x \
	%{?_program_prefix: --program-prefix=%{_program_prefix}} \
	--enable-thread-safety \
	--with-zlib \
	--with-bzlib \
	--with-lzma

%make
popd

%install
%makeinstall_std -C build-%{_target_platform}

%find_lang %{name}

%check
%make -C build-%{_target_platform} check || true

%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.159-1
+ Revision: 54303e9
- Drop obsolete Provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16272 |14mr|emacs-24.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNU Emacs text editor with X11 support

Name:		emacs
Version:	24.3
Release:	11
License:	GPLv3+
Group:		Editors
Url:		http://www.gnu.org/software/emacs/
Source0:	ftp://ftp.gnu.org/pub/gnu/emacs/emacs-%{version}.tar.xz
Source2:	gnu-mini.png
Source3:	gnu-normal.png
Source4:	gnu-large.png
Source5:	emacs-config
Patch0:		emacs-24.3-giflib51.patch
Patch1:		emacs-20.5-loadup.patch
Patch6:		emacs-snapshot-same-etc-DOC-for-all.patch
Patch100:	emacs-23.3-infofix.patch
Patch101:	emacs-23.1.92-version.patch
Patch111:	emacs-24.2-ispell-dictionaries-list-iso-8859-15.patch
Patch115:	emacs-24.2-lzma-support.patch

BuildRequires:	texinfo
BuildRequires:	x11-server-common
BuildRequires:	jpeg-devel
BuildRequires:	giflib-devel
BuildRequires:	Xaw3d-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xpm)
Requires(post,preun):	update-alternatives
Requires:	%{name}-common = %{version}
Provides:	emacs = %{version}-%{release}
Provides:	emacs-bin
Provides:	emacs-gtk

%description
Emacs is a powerful, customizable, self-documenting, modeless text
editor. Emacs contains special code editing features, a scripting
language (elisp), and the capability to read mail, news, and more
without leaving the editor. 

This package provides an emacs binary with support for X Windows. 

%package	el
Summary:	GNU Emacs Lisp source files
Group:		Editors
Requires:	%{name}-common = %{version}

%description	el
The emacs-snapshot-el package contains the emacs elisp sources for
many of the elisp programs included with the main Emacs text editor
package.

You need to install this package only if you intend to modify any of
the Emacs packages or see some elisp examples.

%package	doc
Summary:	GNU Emacs documentation
Group:		Editors
Requires:	%{name}-common = %{version}

%description	doc
Documentation for GNU Emacs.

%package	leim
Summary:	GNU Emacs Lisp code for international input methods
Group:		Editors
Requires:	%{name}-common = %{version}

%description	leim
This package contains Emacs Lisp code for input methods for various
international character scripts.

%package	nox
Summary:	GNU Emacs text editor without support for X11
Group:		Editors
Requires:	%{name}-common = %{version}
Provides:	emacs-bin
Requires(post,preun):	update-alternatives

%description	nox
Emacs is a powerful, customizable, self-documenting, modeless text
editor. Emacs contains special code editing features, a scripting
language (elisp), and the capability to read mail, news, and more
without leaving the editor. 

This package provides an emacs binary with no X Windows support for
running on a terminal.

%package	common
Summary:	Common files for GNU Emacs
Group:		Editors
Obsoletes:	emacs-cedet < 1.0-0.pre7
Provides:	emacs-cedet = 1.0-0.pre7
Obsoletes:	emacs-easypg < 1.0.0
Provides:	emacs-easypg = 1.0.0

%description	common
Emacs is a powerful, customizable, self-documenting, modeless text
editor. Emacs contains special code editing features, a scripting
language (elisp), and the capability to read mail, news, and more
without leaving the editor. 

This package contains all of the common files needed by emacs-snapshot
or emacs-snapshot-nox

%prep
%setup -q
perl -p -i -e 's/ctags/gctags/g' etc/etags.1

%patch0 -p1 -b .giflib51
%patch1 -p1 -b .loadup
%patch6 -p1

%patch100 -p1
%patch101 -p1 -b .version
%patch111 -p1

%ifarch ppc
%patch20 -p1
%patch21 -p1
%patch22 -p1
%endif

%patch115 -p1 -z .lzma-support

find . -name Makefile.in |xargs sed -i -e 's,configure.in,configure.ac,g'
autoreconf -fi -I m4

%build
PUREDEF="-DNCURSES_OSPEED_T"
XPUREDEF="-DNCURSES_OSPEED_T"

export CFLAGS="%{optflags} $PUREDEF -fno-zero-initialized-in-bss"

%configure2_5x\
	--with-x=no\
	--localstatedir=%{_localstatedir}/lib
%make bootstrap

%make distclean
# Build binary without X support
%configure2_5x\
	--with-x=no\
	--localstatedir=%{_localstatedir}/lib
%make
mv src/emacs src/nox-emacs

%make distclean
# Build binary with X support
%configure2_5x\
	--with-x-toolkit\
	--localstatedir=%{_localstatedir}/lib
%make

%install
mkdir -p %{buildroot}/usr

PATH=$PATH:/sbin
ARCHDIR=%{_target_platform}
%old_makeinstall sharedstatedir=%{buildroot}/var/lib localstatedir=%{buildroot}/var/lib

rm -f %{buildroot}%{_bindir}/emacs
rm -f %{buildroot}%{_infodir}/dir

# remove sun specific stuff
rm -f %{buildroot}%{_datadir}/emacs/%{version}/etc/{emacstool.1,emacs.1,ctags.1,etags.1,sex.6}

# rename ctags to gctags
mv %{buildroot}%{_mandir}/man1/ctags.1.gz %{buildroot}%{_mandir}/man1/gctags.1.gz
mv %{buildroot}%{_bindir}/ctags %{buildroot}%{_bindir}/gctags
mv -f %{buildroot}%{_bindir}/{etags,emacs-etags}

# is that needed?
install -d %{buildroot}%{_libdir}/emacs/site-lisp

mkdir -p %{buildroot}%{_sysconfdir}/emacs
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/emacs/site-start.el
(cd %{buildroot}%{_datadir}/emacs/%{version}/lisp; ln -s ../../../../..%{_sysconfdir}/emacs/site-start.el site-start.el)

install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d

install -m755 src/nox-emacs %{buildroot}%{_bindir}/emacs-nox
chmod -t %{buildroot}%{_bindir}/emacs*

#
# emacs-doc file list
#
# 3.22MB of docs from emacs-common to emacs-doc to reduce size (tutorials, news, postscript files, ...)
# NB: etc/ps-prin{0,1}.ps are needed by ps-print
find %{buildroot}%{_datadir}/emacs/%{version}/etc/ -type f | \
  grep -E 'TUTORIAL\.|NEWS|ONEWS|.ps$'|grep -F -v /etc/ps-prin | \
  sed "s^%{buildroot}^^" > doc-filelist

#
# emacs-el file list
#

# take every .el and .el.gz which have a corresponding .elc
find %{buildroot}%{_datadir}/emacs -name '*.el' -o -name '*.el.gz' | \
  grep -v /leim/ | while read I; do
  f=`basename $I .gz`
  f=`basename $f .el`
  if [ -e `dirname $I`/$f.elc ]; then
    echo $I | sed "s^%{buildroot}^^"
  fi
done > el-filelist

#
# emacs-common file list
#
# everything not in previous filelists, and remove a few things listed in %files
find %{buildroot}%{_datadir}/emacs/%{version} -type f -print -o -type d -printf "%%%%dir %%p\n" | \
  grep -v /leim/ | sed "s^%{buildroot}^^" > common-filelist.raw
while read I; do
  grep -qxF $I doc-filelist el-filelist || echo $I
done < common-filelist.raw > common-filelist

find %{buildroot}%{_libdir}/emacs -type f -print -o -type d -printf "%%%%dir %%p\n" | \
  grep -E -v 'movemail$|update-game-score$' | sed "s^%{buildroot}^^" >> common-filelist

# this conflicts with the info package
rm -f %{buildroot}%{_infodir}/info.info.gz

have_info_files=$(echo $(ls %{buildroot}%{_infodir} | sed -e 's/\.info\.gz$//' | grep -E -v -- '-[0-9]+$' | LC_ALL=C sort))

%define info_files ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc ert eshell eudc flymake forms gnus htmlfontify idlwave mairix-el message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode tramp url vip viper widget wisent woman

[ "$have_info_files" = "%info_files" ] || {
  echo "you must modify the spec file, %%info_files should be: $have_info_files"
  exit 1
}

%post nox
update-alternatives --install %{_bindir}/emacs emacs %{_bindir}/emacs-nox 10

[[ ! -f %{_bindir}/emacs ]] && update-alternatives --auto emacs
:

%postun nox
[[ ! -f %{_bindir}/emacs-nox ]] && \
    /usr/sbin/update-alternatives --remove emacs %{_bindir}/emacs-nox
:

%post
/usr/sbin/update-alternatives --install %{_bindir}/emacs emacs %{_bindir}/emacs-%{version} 21

%post common
/usr/sbin/update-alternatives --force --install %{_bindir}/etags etags %{_bindir}/%{name}-etags 1

%postun
[[ ! -f %{_bindir}/emacs-%{version} ]] && \
    /usr/sbin/update-alternatives --remove emacs %{_bindir}/emacs-%{version}|| :
    
%postun common
[[ ! -f %{_bindir}/%{name}-etags ]] && \
    /usr/sbin/update-alternatives --remove etags %{_bindir}/%{name}-etags || :    

%files -f common-filelist common
%doc BUGS README src/COPYING
%{_localstatedir}/lib/games/emacs/*
%dir %{_sysconfdir}/emacs/site-start.d
%dir %{_sysconfdir}/emacs
%config(noreplace) %{_sysconfdir}/emacs/site-start.el
%dir %{_datadir}/emacs
%dir %{_datadir}/emacs/site-lisp
%{_datadir}/emacs/%{version}/lisp/site-start.el
%attr(2755,root,mail) %{_libexecdir}/emacs/%{version}/%{_target_platform}/movemail
%attr(4755,games,root) %{_libexecdir}/emacs/%{version}/%{_target_platform}/update-game-score
%{_bindir}/emacsclient
%{_bindir}/%{name}-etags
%{_bindir}/ebrowse
%{_bindir}/grep-changelog
%{_bindir}/gctags
%{_mandir}/*/*
%{_infodir}/*
%exclude %{_datadir}/emacs/%{version}/site-lisp/subdirs.el

%files -f doc-filelist doc

%files -f el-filelist el
%doc src/COPYING
%{_datadir}/emacs/%{version}/site-lisp/subdirs.el
%{_datadir}/emacs/site-lisp/subdirs.el
%{_datadir}/emacs/%{version}/leim/ja-dic/*.el.gz
%{_datadir}/emacs/%{version}/leim/quail/*.el.gz

%files leim
%doc src/COPYING
%{_datadir}/emacs/%{version}/leim/leim-list.el
%dir %{_datadir}/emacs/%{version}/leim/ja-dic
%{_datadir}/emacs/%{version}/leim/ja-dic/*.elc
%dir %{_datadir}/emacs/%{version}/leim/quail
%{_datadir}/emacs/%{version}/leim/quail/*.elc

%files nox
%doc src/COPYING
%{_bindir}/emacs-nox

%files
%doc src/COPYING
%{_bindir}/emacs-%{version}
%{_datadir}/applications/emacs.desktop
%{_iconsdir}/hicolor/*/apps/emacs*.png
%{_iconsdir}/hicolor/scalable/apps/emacs.svg
%{_iconsdir}/hicolor/scalable/mimetypes/emacs-document.svg

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 24.3-11
+ Revision: b5f1ad2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16273 |14mr|emacs-auctex-11.87-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rname	auctex

Summary: 	Enhanced LaTeX mode for GNU Emacs
Name: 		emacs-auctex
Version: 	11.87
Release:	2
License: 	GPLv3+
Group: 		Editors
Url: 		http://www.gnu.org/software/auctex/
Source0:	http://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz
BuildRequires:	emacs
BuildRequires:	tetex-dvips
BuildRequires:	tetex-latex
Requires:	emacs
Requires:	tetex-latex
BuildArch:	noarch

%description
AUCTeX is a comprehensive customizable integrated environment for
writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX using
GNU Emacs.

%files
%doc RELEASE COPYING INSTALL README TODO FAQ CHANGES
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/%{rname}*
%{_datadir}/emacs/site-lisp/%{rname}
%{_datadir}/emacs/site-lisp/auctex.el
%{_datadir}/emacs/site-lisp/preview-latex.el
%{_datadir}/emacs/site-lisp/tex-site.el
%{_datadir}/texmf-dist/tex/latex/preview
%{_infodir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{rname}-%{version}

%build
%configure --with-emacs
%make

%install
install -d %{buildroot}{%{_datadir}/emacs/site-lisp/site-start.d,%{_infodir}}
%makeinstall autodir=%{buildroot}/var/lib/auctex

# This is already in tetex-latex:
rm -rf %{buildroot}%{_datadir}/texmf/tex/latex/preview
# What's this for?
rm -rf %{buildroot}/var/lib/auctex
# Don't install reference card:
rm -rf %{buildroot}%{_datadir}/doc/auctex

#sed -i -e "s|%{buildroot}||" %{buildroot}/%{_datadir}/emacs/site-lisp/tex-site.el
install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
echo "(if (string-match \"GNU Emacs\" (version)) (require 'tex-site))" >> %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{rname}.el



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 11.87-2
+ Revision: d8940d5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16274 |14mr|emacs-python-mode-6.0.10-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname	python-mode
%define tarname	%{rname}.el

Summary:	An Emacs mode for editing Python code
Name:		emacs-%{rname}
Version:	6.0.10
Release:	7
Source0:	https://launchpad.net/python-mode/trunk/%{version}/+download/%{tarname}-%{version}.tar.gz
License:	GPLv3+
Group:		Editors
Url:		https://launchpad.net/python-mode/
Conflicts:	python < 2.7.1-5
BuildArch:	noarch
Requires:	emacs, python >= 2.7.1-5
Suggests:	emacs-pymacs
BuildRequires:	emacs, python-devel >= 2.7.1-5

%description
This package contains an Emacs and XEmacs mode for editing, debugging,
and developing Python programs. Note that this mode is different than
the one included by default in Emacs.

%prep
%setup -q -n %{tarname}-%{version}

%build

%install
mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp

emacs -batch --eval '(progn (byte-compile-file "python-mode.el" t))'
%__install -m 644 python-mode.el* %{buildroot}%{_datadir}/emacs/site-lisp

install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
cat <<EOF > %{buildroot}%{_sysconfdir}/emacs/site-start.d/python.el
(setq auto-mode-alist (cons '("\\\\.py$" . python-mode) auto-mode-alist))
(setq py-install-directory "/usr/share/emacs/site-lisp")
(autoload 'python-mode "python-mode" "Mode for python files." t)
EOF

%files
%doc LICENSE NEWS README
%_datadir/emacs/site-lisp/*.el*
%config(noreplace) %_sysconfdir/emacs/site-start.d/python.el

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.0.10-7
+ Revision: 17bed1e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16275 |14mr|empathy-3.12.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A IM client based on Telepathy framework
Name:		empathy
Version:	3.12.6
Release:	1
License:	LGPLv2+
Group:		Networking/Instant messaging
URL:		http://live.gnome.org/Empathy
Source0:	http://ftp.gnome.org/pub/GNOME/sources/empathy/3.12/%{name}-%{version}.tar.xz

BuildRequires:	glib2.0-common >= 2.36.2
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	iso-codes
BuildRequires:	pkgconfig(champlain-0.12)
BuildRequires:	pkgconfig(champlain-gtk-0.12)
BuildRequires:	pkgconfig(cheese-gtk)
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(clutter-gst-1.0)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(evolution-data-server-1.2)
BuildRequires:	pkgconfig(farstream-0.1)
BuildRequires:	pkgconfig(folks)
BuildRequires:	pkgconfig(gcr-3)
BuildRequires:	pkgconfig(geoclue)
BuildRequires:	pkgconfig(geocode-glib-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-keybindings)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(goa-1.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.2
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libpulse-mainloop-glib)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mission-control-plugins)
BuildRequires:	pkgconfig(pixman-1)
#BuildRequires:	pkgconfig(telepathy-farsight)
BuildRequires:	pkgconfig(telepathy-farstream)
BuildRequires:	pkgconfig(telepathy-glib)
BuildRequires:	pkgconfig(telepathy-logger-0.2)
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(libsecret-1)

Requires:	folks

# anything in _datadir/glib-2.0/schemas/org.gnome.*.gschema.xml
Requires:	gsettings-desktop-schemas
Requires:	telepathy-mission-control >= 5
# jabber by default, unless someone has a better idea
Requires:	telepathy-gabble
# MD after removing dep loop in telepathy-logger
Requires:	telepathy-logger
# Spell check support
Requires:	iso-codes
# needed by MSN
Suggests:	telepathy-butterfly
# various protocol provided by libpurple
Suggests:	telepathy-haze
# needed for local XMPP
Suggests:	telepathy-salut
# needed for irc
Suggests:	telepathy-idle
# needed for voip
Suggests:	gstreamer1.0-farsight2
Suggests:	nautilus-sendto

%description
Empathy consists of a rich set of reusable instant messaging widgets, as
well as a GNOME client that uses those widgets.

Empathy uses Telepathy and Nokia's Mission Control, and reuses Gossip's
UI. Its main goal is to integrate instant messaging with the desktop by
providing libempathy and libempathy-gtk libraries, a set of widgets that
can be embeded into any GNOME application.

%prep
%setup -q
%apply_patches

%build
%configure2_5x  \
	--disable-static \
	--enable-empathy-av=yes

%make

%install
%makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/dbus-1/services/*
%{_bindir}/*
%{_libdir}/mission-control-plugins.0/mcp-account-manager-goa.so
%{_libdir}/%{name}/*.so
%{_libexecdir}/empathy-auth-client
%{_libexecdir}/empathy-call
%{_libexecdir}/empathy-chat
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*
%{_datadir}/adium/message-styles/*
%{_datadir}/GConf/gsettings/empathy.convert
%{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.telepathy-account-widgets.gschema.xml
%{_datadir}/telepathy/clients/Empathy.Auth.client
%{_datadir}/telepathy/clients/Empathy.Call.client
%{_datadir}/telepathy/clients/Empathy.Chat.client
%{_datadir}/telepathy/clients/Empathy.FileTransfer.client
%{_datadir}/appdata/empathy.appdata.xml
%{_mandir}/man1/*


%changelog
* Fri Sep 12 2014 Tigro <ashejn@gmail.com> 3.12.6-1
+ Revision: 97648cc
- update to 3.12.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16276 |14mr|enblend-4.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool for compositing images
Name:		enblend
Version:	4.1.3
Release:	2
License:	GPLv2+
Group:		Graphics
Url:		http://enblend.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/enblend/enblend-enfuse/enblend-enfuse-4.1/enblend-enfuse-%{version}.tar.gz
Patch0:		enblend-enfuse-4.1.3-texinfo.patch
BuildRequires:	help2man
BuildRequires:	boost-devel
BuildRequires:	tiff-devel
BuildRequires:	vigra-devel
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(IlmBase)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(OpenEXR)
Provides:	enfuse = %{EVRD}

%description
Enblend is a tool for compositing images. Given a set of images that overlap
in some irregular way, Enblend overlays them in such a way that the seam
between the images is invisible, or at least very difficult to see.

%files
%doc AUTHORS NEWS README
%{_bindir}/enblend
%{_bindir}/enfuse
%{_mandir}/man1/enblend.1.*
%{_mandir}/man1/enfuse.1.*

#----------------------------------------------------------------------------

%prep
%setup -q -n enblend-enfuse-%{version}
%apply_patches
sed -i -e 's/src:://g;s/CFG::/CFG_/g' doc/*.texi doc/define2set.pl configure.in

%build
autoreconf -fiv
%configure2_5x --with-boost-filesystem
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.1.3-2
+ Revision: 507a8b9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16277 |14mr|enca-1.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	A program that can detect and convert between character sets
Name:		enca
Version:	1.15
Release:	1
License:	GPLv2+
Group:		Text tools
Source:		http://dl.cihar.com/%{name}/%{name}-%{version}.tar.bz2
URL:		http://gitorious.org/enca
BuildRequires:	recode-devel

%description
Enca is an Extremely Naive Charset Analyser. It detects character set and
encoding of text files and can also convert them to other encodings using
either a built-in converter or external libraries and tools like libiconv,
librecode, or cstocs.

Currently, it has support for Belarussian, Bulgarian, Croatian, Czech,
Estonian, Latvian, Lithuanian, Polish, Russian, Slovak, Slovene, and
Ukrainian and some multibyte encodings (mostly variants of Unicode)
independently on the language.

Install Enca if you need to cope with text files of dubious origin
and unknown encoding and convert them to some reasonable encoding.

%package -n %{libname}
Summary:	A library detecting encoding of text files
Group:		System/Libraries

%description -n %{libname}
Enca is an Extremely Naive Charset Analyser. It detects character set and
encoding of text files and can also convert them to other encodings using
either a built-in converter or external libraries and tools like libiconv,
librecode, or cstocs.

Currently, it has support for Belarussian, Bulgarian, Croatian, Czech,
Estonian, Latvian, Lithuanian, Polish, Russian, Slovak, Slovene, and
Ukrainian and some multibyte encodings (mostly variants of Unicode)
independently on the language.

This package contains shared Enca library other programs can make use of.

%package -n %{develname}
Summary:	Header files and libraries for Enca development
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libenca-devel = %{version}-%{release}
Provides:	enca-devel = %{version}-%{release}

%description -n %{develname}
This package contains the static libraries and header files for writing
programs using the Extremely Naive Charset Analyser library, and its API
documentation.

Install it if you are going to create applications using the Enca library.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog ChangeLog.prelib FAQ README README.devel THANKS TODO
%{_bindir}/enca
%{_bindir}/enconv
%{_libexecdir}/%{name}/extconv/*
%dir %{_libexecdir}/%{name}/extconv
%dir %{_libexecdir}/%{name}
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libenca.so.%{major}*

%files -n %{develname}
%{_includedir}/enca.h
%{_libdir}/pkgconfig/enca.pc
%{_libdir}/libenca.so


%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.15-1
+ Revision: df6834c
- Clean .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16278 |14mr|enchant-1.6.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname enchant %{major}
%define develname %mklibname enchant -d

Summary:	An enchanting spell checking library
Name:		enchant
Version:	1.6.0
Release:	6
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.abisource.com/projects/enchant/
Source0:	http://www.abisource.com/downloads/enchant/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	aspell-devel
BuildRequires:	hspell-devel
BuildRequires:	voikko-devel
BuildRequires:	hunspell-devel
Conflicts:	%{libname} < 1.6.0-3

%description
A library that wraps other spell checking backends.

%package -n %{libname}
Summary:	Libraries for enchant
Group:		System/Libraries

%description -n	%{libname}
This package provides the libraries for using enchant.

%package -n %{develname}
Summary:	Libraries and include files for developing with enchant
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package provides the necessary development libraries and include
files to allow you to develop with enchant.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-myspell-dir=%{_datadir}/dict/ooo

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files
%doc AUTHORS HACKING README TODO
%{_bindir}/*
%{_datadir}/enchant
%{_mandir}/man1/*
%dir %{_libdir}/enchant
%{_libdir}/enchant/lib*.so*

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/enchant.pc
%dir %{_includedir}/enchant
%{_includedir}/enchant/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.0-6
+ Revision: fc81504
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16279 |14mr|enscript-1.6.5.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	1.6.5.2
%define name	enscript
%define release	 5

Name:		%{name}
Summary:	Converts plain ASCII to PostScript
Release:	%{release}
Version:	%{version}
License:	GPLv3
Group:		Publishing
Source0:	ftp://ftp.gnu.org/gnu/enscript/%{name}-%{version}.tar.gz
URL:		ftp://ftp.gnu.org/gnu/enscript/
BuildRequires:	flex gettext
Obsoletes:	nenscript
Provides: 	nenscript

%description
GNU enscript is a free replacement for Adobe's Enscript program. Enscript
converts ASCII files to PostScript(TM) and spools generated PostScript
output to the specified printer or saves it to a file. Enscript can be
extended to handle different output media and includes many options for
customizing printouts.

%prep
%setup -q

%build
%configure2_5x --with-media=Letter
%make

%install
%makeinstall

mkdir -p $RPM_BUILD_ROOT/etc/%{name}
cp $RPM_BUILD_ROOT/%{_datadir}/%{name}/afm/font.map $RPM_BUILD_ROOT/etc/%{name}/font.map
pushd $RPM_BUILD_ROOT/%{_datadir}/%{name}
ln -sf /etc/%{name}/font.map
popd

rm -f $RPM_BUILD_ROOT/%{_datadir}/%{name}/font.map

%find_lang %name

# XXX note doubled %% in sed script below.
(cd %{buildroot};find .%{_datadir}/enscript/* -type f) | \
	sed -e 's,^\.,,' | sed -e 's,*font.map,%%config &,' > share.list

( cd %{buildroot}
  ln .%{_prefix}/bin/enscript .%{_prefix}/bin/nenscript
)

cat share.list >> %{name}.lang

%files -f %{name}.lang
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README README.ESCAPES THANKS TODO 
%config(noreplace) %{_sysconfdir}/enscript.cfg
%dir %{_sysconfdir}/enscript
%config(noreplace) %{_sysconfdir}/enscript/font.map
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/hl
%dir %{_datadir}/%{name}/afm
%{_bindir}/*
%{_mandir}/*/*
%{_infodir}/%{name}*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.5.2-5
+ Revision: b160d1b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16280 |14mr|eog-3.12.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gi_major 3.0
%define girname %mklibname %{name}-gir %{gi_major}

Summary:	The Eye of GNOME image viewer
Name:		eog
Version:	3.12.2
Release:	3
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/projects/eog/
Source0: 	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	intltool >= 0.40.0 itstool
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(exempi-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-icon-theme)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libpeas-gtk-1.0)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(shared-mime-info)
BuildRequires:	pkgconfig(x11)
Requires:	librsvg
Requires:	gnome-icon-theme
Requires:	typelib(Peas)

%description
This is the Eye of Gnome, an image viewer program. It is meant
to be a fast and functional image viewer as well as an image
cataloging program. It does proper handling of large images and
images with full opacity information, and can zoom and scroll
images quickly while keeping  memory usage constant.

%package -n %{girname}
Summary:	GObject Introspection interface description for %name
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %name.

%package devel
Group:		Development/C
Summary:	C headers needed to build EOG plugins
Requires:	%{girname} = %{version}-%{release}

%description devel
This is the Eye of Gnome, an image viewer program. It is meant
to be a fast and functional image viewer as well as an image
cataloging program. It does proper handling of large images and
images with full opacity information, and can zoom and scroll
images quickly while keeping  memory usage constant.

Install this if you want to build EOG plugins.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-introspection=yes \
	--disable-schemas-compile \
	--disable-scrollkeeper
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
	--add-category=Graphics \
	--add-category=2DGraphics \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-gnome

find %{buildroot} -name *.la -delete

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/*
%dir %{_libdir}/eog
%dir %{_libdir}/eog/plugins
%{_libdir}/eog/plugins/fullscreen.plugin
%{_libdir}/eog/plugins/reload.plugin
%{_libdir}/eog/plugins/statusbar-date.plugin
%{_libdir}/eog/plugins/*.so*
%{_datadir}/GConf/gsettings/eog.convert
%{_datadir}/glib-2.0/schemas/org.gnome.eog.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.eog.gschema.xml
%{_datadir}/applications/*
%{_datadir}/eog
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/appdata/eog.appdata.xml

%files -n %{girname}
%{_libdir}/eog/girepository-1.0/Eog-%{gi_major}.typelib

%files devel
%doc %{_datadir}/gtk-doc/html/eog
%{_includedir}/eog-3.0
%{_libdir}/pkgconfig/eog.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-3
+ Revision: 7915c4b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16281 |14mr|epiphany-3.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3.12

Summary:	GNOME web browser based on the webkit rendering engine
Name:		epiphany
Version:	3.12.1
Release:	2
License:	GPLv2+ and GFDL
Group:		Networking/WWW
URL:		http://www.gnome.org/projects/epiphany/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/epiphany/3.12/%{name}-%{version}.tar.xz
# (fc) 1.4.6-2mdk default bookmarks
#Patch2:		epiphany-defaultbookmarks.patch
# (fc) 1.8.5-4mdk set urpmi and bundles mimetypes as safe (Mdk bug #21892)
Patch3:		epiphany-1.8.5-urpmi.patch

BuildRequires:	desktop-file-utils
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	imagemagick
BuildRequires:	intltool itstool
BuildRequires:	rootcerts
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-gobject)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	gnome-doc-utils-devel
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libsoup-gnome-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(seed)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(webkit2gtk-3.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(libwnck-3.0)
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	pkgconfig(gcr-3)

#gw for the index themes
Requires:	dbus-x11
Requires:	enchant
Requires:	gnome-themes
Requires:	gnome-doc-utils >= 0.3.2
Requires:	indexhtml
Requires:	iso-codes

%description
Epiphany is a GNOME web browser based on the webkit rendering engine.
The name meaning: "An intuitive grasp of reality through something 
(as an event) usually simple and striking"

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--with-distributor-name=%{vendor} \
	--disable-scrollkeeper

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std
%find_lang %{name} --with-gnome --all-name

mkdir -p  %{buildroot}%{_libdir}/epiphany/%{api}/extensions

#gw these are useless
rm -f %{buildroot}%{_datadir}/icons/LowContrastLargePrint/*/apps/*

%post
if [ "$1" = "2" ]; then
	update-alternatives --remove webclient-gnome %{_bindir}/epiphany
	update-alternatives --remove webclient-kde %{_bindir}/epiphany
fi

%files -f %{name}.lang
%doc COPYING.README COPYING README TODO NEWS
%{_bindir}/*
%dir %{_libdir}/epiphany
%dir %{_libdir}/epiphany/%{api}/
%dir %{_libdir}/epiphany/%{api}/extensions
%{_datadir}/applications/*
%{_datadir}/dbus-1/services/org.gnome.Epiphany.service
%{_datadir}/epiphany
%{_datadir}/GConf/gsettings/epiphany.convert
%{_datadir}/glib-2.0/schemas/org.gnome.Epiphany.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml
%{_mandir}/man1/%{name}.1*
%{_libexecdir}/epiphany-search-provider
%{_libdir}/epiphany/3.12/web-extensions/libephywebextension.so
%{_datadir}/appdata/epiphany.appdata.xml
%{_datadir}/gnome-shell/search-providers/epiphany-search-provider.ini

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-2
+ Revision: 328ed40
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16282 |14mr|epsoneplijs-0.4.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ghostscript IJS Plugin for the Epson EPL-5700L/5800L/5900L/6100L/6200L printers
Name:		epsoneplijs
Version:	0.4.1
Release:	9
Group:		System/Printing
License:	BSD
URL:		http://sourceforge.net/projects/epsonepl/
Source0:	http://osdn.dl.sourceforge.net/sourceforge/epsonepl/epsoneplijs-%{version}.tgz
Patch0:		epsoneplijs-use_system_libs.diff
Patch1:		epsoneplijs-mandriva-install.diff
Patch2:		epsoneplijs-0.4.1-LDFLAGS.diff
BuildRequires:	libtool
BuildRequires:	libusb-devel
BuildRequires:	ieee1284-devel
Requires:	ghostscript >= 6.53
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007

%description
Support for the Epson EPL-5700L/5800L/5900L/6100L/6200L printer family under
linux and other unix-like systems.
It is known to work for at least one user for each of 5700L, 5800L,
5900L, and 6100L. 6100L and 6200L support is new.

%prep

%setup -q

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p1 -b .use_system_libs
%patch1 -p1 -b .mandriva-install
%patch2 -p0 -b .LDFLAGS

%build
%serverbuild

perl -pi -e "s|-g -O2 -Wall -Werror -ansi -pedantic -Wmissing-prototypes|$CFLAGS -fPIC|g" Makefile.in

rm -f configure
libtoolize --force --copy; aclocal; autoconf

%configure2_5x \
    --with-kernelusb \
    --with-kernel1284 \
    --with-libusb \
    --with-libieee1284 

%make
%make test5700lusb

gcc $CFLAGS -fPIC -Wall %{ldflags} -o epl-5700 epl_docs/epl-5700.c
gcc $CFLAGS -fPIC -Wall %{ldflags} -o epl-5800 epl_docs/epl-5800.c
gcc $CFLAGS -fPIC -Wall %{ldflags} -o epl5x00l epl_docs/epl5x00l.c

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

%makeinstall

install -m0755 ps2epl.pl %{buildroot}%{_bindir}
install -m0755 test5700lusb %{buildroot}%{_bindir}/
install -m0755 epl-5700 %{buildroot}%{_bindir}/
install -m0755 epl-5800 %{buildroot}%{_bindir}/
install -m0755 epl5x00l %{buildroot}%{_bindir}/

pushd foomatic_scripts
sh install_mandrake %{buildroot}
popd

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc ChangeLog FAQ LIMITATIONS README* *.pdf epl_test* apsfilter cups epl_docs/epl-protocol.pdf epl_docs/README.1st
%{_bindir}/*
%{_datadir}/cups/model/epson/*.ppd.gz
%{_datadir}/foomatic/db/source/driver/*.xml
%{_datadir}/foomatic/db/source/opt/*.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.1-9
+ Revision: 24264fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16283 |14mr|epydoc-3.0.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Edward Loper's API Documentation Generation Tool
Name:		epydoc
Version:	3.0.1
Release:	12
License:	IBM Open Source License
Group:		Development/Python
BuildArch:	noarch
Url:		http://epydoc.sourceforge.net/
Source0:	http://prdownloads.dl.sourceforge.net/sourceforge/epydoc/%{name}-%{version}.tar.gz
# https://qa.mandriva.com/show_bug.cgi?id=62543
Patch0:		epydoc_restructuredtext_Bug_62543.patch

BuildRequires: python-devel
Requires:	python-docutils
Requires:	tkinter

%description
Epydoc is a tool for generating API documentation for Python modules,
based on their docstrings. A lightweight markup language called
epytext can be used to format docstrings, and to add information about
specific fields, such as parameters and instance variables. Epydoc
also understands docstrings written in ReStructuredText, Javadoc, and
plaintext.

%prep
%setup -q
%apply_patches

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
mkdir -p %{buildroot}%{_mandir}/man1
install -m 644 man/*.1 %{buildroot}%{_mandir}/man1

%files
%doc *.txt doc/
%{_bindir}/epydoc
%{_bindir}/epydocgui
%{_bindir}/apirst2html.py
%{_mandir}/man1/*
%{py_puresitedir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.1-12
+ Revision: c9b07fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16284 |14mr|esound-0.2.41-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname	%mklibname esound %{major}
%define develname %mklibname esound -d

Summary:	The Enlightened Sound Daemon
Name:		esound
Version:	0.2.41
Release:	10
License:	LGPLv2+
Group:		System/Servers
URL:		ftp://ftp.gnome.org/pub/GNOME/sources/esound/

Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/esound/esound-%{version}.tar.bz2
# (fc) 0.2.28 default options : increase spawn process waiting time, release device after 2s of inactivity
Patch0:		esound-0.2.37-defaultoptions.patch

BuildRequires:	pkgconfig(audiofile)
BuildRequires:	docbook-utils
BuildRequires:	docbook-dtd412-xml

%description
EsounD (the Enlightened Sound Daemon) is a server process that allows multiple
applications to share a single sound card. For example, when you're listening
to music from your CD and you receive a sound-related event from ICQ, your
applications won't have to jockey for the attention of your sound card.

EsounD mixes several audio streams for playback by a single audio device.

%package utils
Summary:	Utilities for EsounD
Group:		Sound
Requires:	%{libname} = %{version}-%{release}

%description utils
Utility applications for EsounD

%package -n %{libname}
Summary:	Libraries for EsounD
Group:		System/Libraries
Provides:	libesound

%description -n %{libname}
These are the libraries for EsounD.

%package -n %{develname}
Summary:	Includes and more to develop EsounD applications
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	esound-devel

%description -n %{develname}
Libraries, include files and other resources you can use to develop EsounD
applications.

%prep
%setup -q
%patch0 -p1 -b .defaultoptions

%build

%configure2_5x \
	--disable-static \
	--with-libwrap \
	--disable-alsa

%make LIBS='-lm'

%install
rm -rf %{buildroot} installed-docs
%makeinstall_std
mv %{buildroot}%_datadir/doc/esound installed-docs

# (cg) We no longer ship the actual deamon - PulseAudio does this these days
rm -f %{buildroot}%{_sysconfdir}/esd.conf %{buildroot}%{_bindir}/esd %{buildroot}%{_mandir}/man1/esd.1*

%files utils
%doc installed-docs/*
%doc AUTHORS INSTALL NEWS README TIPS TODO
%{_bindir}/esdcat
%{_bindir}/esdctl
%{_bindir}/esddsp
%{_bindir}/esdfilt
%{_bindir}/esdloop
%{_bindir}/esdmon
%{_bindir}/esdplay
%{_bindir}/esdrec
%{_bindir}/esdsample
%{_mandir}/man1/esd[a-z]*

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_bindir}/esd-config
%{_includedir}/*
%{_datadir}/aclocal/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_mandir}/man1/esd-config.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.41-10
+ Revision: dc468b2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16285 |14mr|espeak-1.46.02-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name espeak
%define version 1.46.02
%define release 4

%define major 1
%define libname %mklibname %{name} %major
%define libnamedev %mklibname -d %{name}

#disable autorequires on portaudio since we build with portaudio0
#define _requires_exceptions devel(libportaudio

Summary: Text to speech synthesis engine
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}/%{name}-%{version}-source.zip
Source1: espeak.1
Source2: http://espeak.sourceforge.net/data/ru_dict-46.zip
Source3: zhy_dict-46.zip
Source4: zh_dict-46.zip
#Patch0: espeak-1.39-ldflags.patch
#gw from Fedora: make it work with pulseaudio enabled or disabled
Patch2: espeak-1.46.02-runtime-detection.patch
License: GPLv3+
Group: Sound
Url: http://espeak.sourceforge.net/
BuildRequires: portaudio-devel
BuildRequires: pulseaudio-devel
Requires: sox

%description
eSpeak is a compact open source software speech synthesizer for
English and other languages.

eSpeak produces good quality English speech. It uses a different
synthesis method from other open source TTS engines, and sounds quite
different. It's perhaps not as natural or "smooth", but I find the
articulation clearer and easier to listen to for long periods.

%package -n %libname
Group: System/Libraries
Summary: Text to speech library
Requires: %{name} >= %{version}

%description -n %libname
eSpeak is a compact open source software speech synthesizer for
English and other languages.

eSpeak produces good quality English speech. It uses a different
synthesis method from other open source TTS engines, and sounds quite
different. It's perhaps not as natural or "smooth", but I find the
articulation clearer and easier to listen to for long periods.

%package -n %libnamedev
Group: Development/C++
Summary: Text to speech library
Requires: %libname = %{version}
Provides: libespeak-devel = %{version}-%{release}
Obsoletes: %mklibname -d %{name} %major

%description -n %libnamedev
eSpeak is a compact open source software speech synthesizer for
English and other languages.

eSpeak produces good quality English speech. It uses a different
synthesis method from other open source TTS engines, and sounds quite
different. It's perhaps not as natural or "smooth", but I find the
articulation clearer and easier to listen to for long periods.


%prep
%setup -q -n %{name}-%{version}-source
#%patch0 -p0
%patch2 -p1
chmod 644 ReadMe *.txt
rm -f src/portaudio.h
rm -f espeak-data/ru_dict
rm -f espeak-data/zh_dict
rm -f espeak-data/zhy_dict
cd espeak-data
unzip %SOURCE2
unzip %SOURCE3
unzip %SOURCE4

%build
cd src
make CXXFLAGS="%{optflags}" LDFLAGS="%{?ldflags}"

%install
cd src
%makeinstall_std BINDIR=%{_bindir} INCDIR=%{_includedir}/%{name} LIBDIR=%{_libdir} DATADIR=%{_datadir}/%{name}-data LDFLAGS="%{?ldflags}"

install -m 644 -D %SOURCE1 %{buildroot}%{_mandir}/man1/%{name}.1

%files
%defattr(-,root,root)
%doc ReadMe *.txt docs
%{_bindir}/%{name}
%{_datadir}/%{name}-data
%{_mandir}/man1/%{name}.1*

%files -n %libname
%defattr(-,root,root)
%{_libdir}/libespeak.so.%{major}*

%files -n %libnamedev
%defattr(-,root,root)
%{_includedir}/%{name}
%{_libdir}/libespeak.so
%{_libdir}/libespeak.a





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.46.02-4
+ Revision: df936a0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16286 |14mr|etcskel-1.63-34
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA default files for new users' home directories
Name:		etcskel
Version:	1.63
Release:	34
License:	Public Domain
Group:		System/Base
Source0:	%{name}-%{version}.tar.bz2
Source1:	etcskel.rpmlintrc
BuildArch:	noarch
Requires:	bash

%description
The etcskel package is part of the basic ROSA system.

Etcskel provides the /etc/skel directory's files. These files are then placed
in every new user's home directory when new accounts are created.

%prep
%setup -q

%install
%makeinstall_std
mkdir -p %{buildroot}%{_sysconfdir}/skel/.cache
chmod 0755 %{buildroot}%{_sysconfdir}/skel/.cache

mkdir -p %{buildroot}%{_sysconfdir}/skel/.compose-cache
chmod 0755 %{buildroot}%{_sysconfdir}/skel/.compose-cache

%files
%doc ChangeLog
%config(noreplace) /etc/skel


%changelog
* Sun Sep 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.63-34
+ Revision: b05fc86
- Create /etc/.cache and /etc/.compose-cache to speed up X11 a little



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16287 |14mr|ethstatus-0.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ethstatus
Version:        0.4.3
Release:        2
Summary:        Console-based ethernet statistics monitor
Group:          Monitoring
License:        GPLv2+
URL:            http://packages.debian.org/stable/net/ethstatus
Source0:        http://ftp.de.debian.org/debian/pool/main/e/%{name}/%{name}_%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ncurses-devel

%description
EthStatus is a simple, easy to use program for displaying commonly 
needed / wanted statistics in real time about ingoing and outgoing
traffic that is usually hard to find, with a simple, efficient
interface.  


%prep
%setup -q


%build
%make

%install
install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dp -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

%files
%doc CHANGELOG COPYRIGHT README THANKS
%{_mandir}/man*/%{name}*.*
%{_bindir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.3-2
+ Revision: bd31936
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16288 |14mr|ethtool-3.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ethernet settings tool for network cards
Name:		ethtool
Version:	3.6
Release:	2
License:	GPL
Group:		System/Configuration/Networking
Source0:	https://www.kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
Source1:	https://www.kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.sign
URL:		https://www.kernel.org/pub/software/network/ethtool
Epoch:		1

%description
This utility allows querying and changing of ethernet
card settings, such as speed, port, and autonegotiation.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS NEWS
%{_mandir}/*/*
%{_sbindir}/ethtool

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.6-2
+ Revision: 4f1b3e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16289 |14mr|evilwm-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A minimalist window manager for the X Window System
Name:		evilwm
Version:	1.1.0
Release:	2
License:	Public Domain
Group:		Graphical desktop/Other
Url:		http://evilwm.sourceforge.net/
Source0:	http://www.6809.org.uk/evilwm/%{name}-%{version}.tar.gz

BuildRequires:	lesstif-devel 
BuildRequires:	nas-devel 
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrandr)

%description
evilwm is a minimalist window manager for the X Window System.

The name evil came from Stuart 'Stuii' Ford, who thinks that any software
I use must be evil and masochistic.  In reality, this window manager is
clean and easy to use.

FEATURES

 * No window decorations apart from a simple 1 pixel border.
 * No icons.
 * Good keyboard control, including repositioning and maximise toggles.
 * Solid window drags (compile time option - may be slow on old machines).
 * Virtual desktops.
 * Small binary size (even with everything turned on).

%prep
%setup -q
sed -i -e 's!^#DEFINES.*-DVDESK.*!DEFINES += -DVDESK!' Makefile

%build
%make CC="gcc $RPM_OPT_FLAGS" LDPATH="-L%{_prefix}/X11R6/%{_lib}"

%install
%makeinstall_std

# startfile
cat > %{buildroot}%{_bindir}/start%{name} << EOF
#!/bin/sh
exec %{_bindir}/%{name}
EOF

# session file
install -d %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/16%{name} << EOF
NAME=%{name}
EXEC=%{_bindir}/start%{name}
DESC=%{name} window manager
SCRIPT:
exec %{_bindir}/start%{name}
EOF

%files
%doc README ChangeLog TODO
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/16%{name}
%{_bindir}/start%{name}
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-2
+ Revision: 5ca1b69
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16290 |14mr|evince-3.12.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_dvi 1

%define major			4
%define major_evdocument	4
%define major_evview		3
%define api			3.0
%define gir_major		3.0
%define devname			%mklibname -d %{name}
%define libname_evdocument	%mklibname evdocument 3 %{major_evdocument}
%define libname_evview		%mklibname evview 3 %{major_evview}

%define girname			%mklibname %{name}-gir %{gir_major}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	GNOME Document viewer
Name:		evince
Version:	3.12.1
Release:	3
License:	GPLv2+ and GFDL+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

# fix https://bugzilla.gnome.org/show_bug.cgi?id=710681 
Patch0:         710681.patch
Patch1:         710681_2.patch
Patch2:         710681_3.patch

BuildRequires:	pkgconfig(cairo) >= 1.10.0
BuildRequires:	pkgconfig(cairo-pdf)
BuildRequires:	pkgconfig(cairo-ps)
BuildRequires:	pkgconfig(libsecret-1)
BuildRequires:	pkgconfig(ddjvuapi) >= 3.5.17
BuildRequires:	pkgconfig(gail-3.0) >= 3.0.2
BuildRequires:	pkgconfig(gio-2.0) >= 2.31.0
BuildRequires:	pkgconfig(gnome-icon-theme) >= 2.17.1
BuildRequires:	pkgconfig(gnome-keyring-1) >= 2.22.0
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.2
BuildRequires:	pkgconfig(gtk+-unix-print-3.0) >= 3.0.2
BuildRequires:	pkgconfig(gtk+-x11-3.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libgxps) >= 0.2.0
BuildRequires:	pkgconfig(libnautilus-extension) >= 2.91.4
BuildRequires:	pkgconfig(libspectre) >= 0.2.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.5.0
BuildRequires:	pkgconfig(poppler-glib) >= 0.24.0
BuildRequires:	pkgconfig(sm) >= 1.0.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	tiff-devel
BuildRequires:	ghostscript kpathsea-devel
BuildRequires:	intltool itstool
#gw if we run autoconf
BuildRequires:	gnome-icon-theme
BuildRequires:  desktop-file-utils
BuildRequires:	gtk-doc
Requires:	ghostscript
Requires:	ghostscript-module-X

%description
Evince is the GNOME Document viewer.
It supports PDF, PostScript and other formats.
To view .dvi files as produced by TeX in evince,
install the %{name}-dvi package.

%if %{build_dvi}
%package dvi
Summary:	TeX DVI document support for evince
Group:		Graphical desktop/GNOME
BuildRequires:	kpathsea-devel
#gw just like xdvi, needed for rendering the fonts
Requires:	texlive-xdvi
Requires:	%{name} = %{version}-%{release}

%description dvi
This package adds support for displaying .dvi files to evince.
These files are 
produced by TeX, often using
a macro package like LaTeX.
%endif

%package -n %{libname_evdocument}
Group:		System/Libraries
Summary:	GNOME Document viewer library
Obsoletes:	%{mklibname %{name} 3} < 3.3.92

%description -n %{libname_evdocument}
This is the GNOME Document viewer library, the shared parts of evince.

%package -n %{libname_evview}
Group:		System/Libraries
Summary:	GNOME Document viewer library

%description -n %{libname_evview}
This is the GNOME Document viewer library, the shared parts of evince.

%package -n %{devname}
Group:		Development/C
Summary:	GNOME Document viewer library
Requires:	%{libname_evdocument} = %{version}-%{release}
Requires:	%{libname_evview} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This is the GNOME Document viewer library, the shared parts of evince.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname_evdocument} = %{version}-%{release}
Requires:	%{libname_evview} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-tiff \
	--enable-djvu \
	--enable-comics \
%if %{build_dvi}
	--enable-dvi \
%endif
	--enable-gtk-doc=no \
	--enable-introspection \
	--disable-static \
	--disable-scrollkeeper \
	--disable-schemas-compile

%make

%install
%makeinstall_std

desktop-file-install --delete-original --vendor="" \
  --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
  --remove-category=Application \
  --remove-key=NoDisplay \
  $RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop

%find_lang %{name} --with-gnome

find %{buildroot} -name *.la -delete

%files -f %name.lang
%doc NEWS AUTHORS TODO
%{_bindir}/*
%{_datadir}/evince
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/evince*
%{_datadir}/glib-2.0/schemas/org.gnome.Evince.gschema.xml
%{_datadir}/GConf/gsettings/evince.convert
%{_mandir}/man1/evince.1*
%{_libdir}/nautilus/extensions-3.0/libevince*so*
%dir %{_libdir}/evince/%{major}/
%dir %{_libdir}/evince/%{major}/backends
%{_libdir}/evince/%{major}/backends/libcomicsdocument.so
%{_libdir}/evince/%{major}/backends/comicsdocument.evince-backend
%{_libdir}/evince/%{major}/backends/libdjvudocument.so
%{_libdir}/evince/%{major}/backends/djvudocument.evince-backend
%{_libdir}/evince/%{major}/backends/libpdfdocument.so
%{_libdir}/evince/%{major}/backends/pdfdocument.evince-backend
%{_libdir}/evince/%{major}/backends/libpsdocument.so
%{_libdir}/evince/%{major}/backends/psdocument.evince-backend
%{_libdir}/evince/%{major}/backends/libtiffdocument.so
%{_libdir}/evince/%{major}/backends/tiffdocument.evince-backend
%{_libdir}/evince/%{major}/backends/libxpsdocument.so
%{_libdir}/evince/%{major}/backends/xpsdocument.evince-backend
%{_libexecdir}/evinced
%{_datadir}/dbus-1/services/org.gnome.evince.Daemon.service
%{_datadir}/thumbnailers/evince.thumbnailer

%if %{build_dvi}
%files dvi
%{_libdir}/evince/%{major}/backends/libdvidocument.so
%{_libdir}/evince/%{major}/backends/dvidocument.evince-backend
%endif

%files -n %{libname_evdocument}
%{_libdir}/libevdocument3.so.%{major_evdocument}*

%files -n %{libname_evview}
%{_libdir}/libevview3.so.%{major_evview}*

%files -n %{girname}
%{_libdir}/girepository-1.0/EvinceDocument-%{gir_major}.typelib
%{_libdir}/girepository-1.0/EvinceView-%{gir_major}.typelib

%files -n %{devname}
%doc ChangeLog
%{_datadir}/gtk-doc/html/*
%{_libdir}/libevdocument3.so
%{_libdir}/libevview3.so
%{_libdir}/pkgconfig/evince*pc
%{_includedir}/evince*
%{_datadir}/gir-1.0/EvinceDocument-%{gir_major}.gir
%{_datadir}/gir-1.0/EvinceView-%{gir_major}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-3
+ Revision: e066484
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16291 |14mr|evolution-3.12.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3.12
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	Integrated GNOME mail client, calendar and address book
Name:		evolution
Version:	3.12.6
Release:	1
License: 	LGPLv2+
Group:		Networking/Mail
URL: 		http://www.gnome.org/projects/evolution/
Source0: 	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	desktop-file-utils
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(cairo-gobject)
BuildRequires:	pkgconfig(camel-1.2) >= %{version}
BuildRequires:	pkgconfig(clutter-1.0) >= 1.0.0
BuildRequires:	pkgconfig(clutter-gtk-1.0) >= 0.90
BuildRequires:	pkgconfig(gail-3.0) >= 3.0.2
BuildRequires:	pkgconfig(gconf-2.0) >= 2.0.0
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gio-2.0) >= 2.30
BuildRequires:	pkgconfig(gnome-desktop-3.0) >= 2.91.3
BuildRequires:	pkgconfig(gnome-icon-theme) >= 2.30.2.1
BuildRequires:	pkgconfig(goa-1.0) >= 3.1.1
BuildRequires:	pkgconfig(gsettings-desktop-schemas) >= 2.91.92
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gtkhtml-editor-4.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.2.0
BuildRequires:	pkgconfig(gweather-3.0) >= 2.90.0
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.25
BuildRequires:	pkgconfig(libebackend-1.2) >= %{version}
BuildRequires:	pkgconfig(libebook-1.2) >= %{version}
BuildRequires:	pkgconfig(libebook-contacts-1.2) >= %{version}
BuildRequires:	pkgconfig(libecal-1.2) >= %{version}
BuildRequires:	pkgconfig(libedataserver-1.2) >= %{version}
BuildRequires:	pkgconfig(libgdata) >= 0.10.0
BuildRequires:	pkgconfig(libgtkhtml-4.0) >= 4.1.2
BuildRequires:	pkgconfig(libnotify) >= 0.5.1
BuildRequires:	pkgconfig(libpst)
BuildRequires:	pkgconfig(libsoup-gnome-2.4) >= 2.31.2
BuildRequires:	pkgconfig(libxml-2.0) >= 2.7.3
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(gtkspell3-3.0)
BuildRequires:	pkgconfig(mx-1.0)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(shared-mime-info) >= 0.22
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	highlight

# (fc) 0.8-5mdk implicit dependency is not enough
Requires: evolution-data-server >= %{version}
Requires: gtkhtml4 
Requires: gnupg
Requires: gtk+3.0
Suggests: gstreamer1.0-plugins-good
# the old shared lib pkg should be obsoleted after everything is rebuilt

%description
Evolution is the GNOME mailer, calendar, contact manager and
communications tool.  The tools which make up Evolution will
be tightly integrated with one another and act as a seamless
personal information-management tool. 

%package devel
Summary:	Libraries and include files for developing Evolution components
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{_lib}evolution3.2-devel

%description devel
This package contains the files necessary to develop applications
using Evolution's libraries.

%prep
%setup -q
%apply_patches

# Remove the welcome email from Novell
for inbox in mail/default/*/Inbox; do
		echo -n "" > $inbox
	done

%build
%configure2_5x \
	--disable-static \
	--enable-plugins=all \
	--with-krb5=%{_prefix} \
	--with-krb5-libs=%{_libdir} \
	--with-openldap=yes \
	--with-static-ldap=no \
	--with-sub-version="-%{release}" \
	--disable-bogofilter \
	--disable-spamassassin

%make

%install
%makeinstall_std
#remove unpackaged files
rm -rf %{buildroot}/var/lib/
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

desktop-file-install --vendor="" \
  --remove-category="Office" \
  --remove-category="Calendar" \
  --remove-category="ContactManagement" \
  --add-category="Network" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/evolution.desktop

mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart/ 
cat << EOF > %{buildroot}%{_sysconfdir}/xdg/autostart/evolution-alarm-notify.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Evolution Alarm Notifier
Comment=Evolution Alarm Notifier
Icon=stock_alarm
Exec=%{_libdir}/evolution/%{api}/evolution-alarm-notify
Terminal=false
Type=Application
OnlyShowIn=GNOME;
Categories=TrayIcon;
EOF

# do not package obsolete mime-info files, evolution doesn't import them on commandline (Mdv bug #53984)
rm -fr %{buildroot}/%{_datadir}/mime-info

%find_lang %{name}-%{api} --with-gnome
%find_lang %{name} --with-gnome
cat %{name}.lang >> %{name}-%{api}.lang

%files -f %{name}-%{api}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_sysconfdir}/xdg/autostart/*.desktop
%{_bindir}/*
%dir %{_libdir}/evolution
%dir %{_libdir}/evolution/%{api}
%dir %{_libdir}/evolution/%{api}/modules/
%dir %{_libdir}/evolution/%{api}/plugins
%{_libdir}/evolution/%{api}/*.so
%{_libdir}/evolution/%{api}/csv2vcard
%{_libdir}/evolution/%{api}/evolution-addressbook-export
%{_libdir}/evolution/%{api}/evolution-alarm-notify
%{_libdir}/evolution/%{api}/evolution-backup
%{_libdir}/evolution/%{api}/killev
%{_libdir}/evolution/%{api}/modules/*.so
%{_libdir}/evolution/%{api}/plugins/*.so
%{_libdir}/evolution/%{api}/plugins/*.eplug
%{_datadir}/applications/*
%{_datadir}/evolution
%{_datadir}/GConf/gsettings/evolution.convert
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/appdata/evolution.appdata.xml
%{_datadir}/icons/hicolor/*/apps/*

%files devel
%{_includedir}/*
%{_libdir}/pkgconfig/*
%doc %{_datadir}/gtk-doc/html/*


%changelog
* Wed Sep 10 2014 Tigro <ashejn@gmail.com> 3.12.6-1
+ Revision: 4414c95
- update to 3.12.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16292 |14mr|evolution-data-server-3.12.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		1.2
%define base_version	3.0
%define dir_version	3.12

%define oldmajor	6
%define oldlibname %mklibname %{name} %{oldmajor}

%define oldmajor2006 4
%define oldlibname2006 %mklibname %{name} %{oldmajor2006}

%define camelmajor 49
%define camel_libname %mklibname camel %{camelmajor}
%define camel_devel %mklibname camel -d

%define ebackendmajor 7
%define ebackend_libname %mklibname ebackend %{ebackendmajor}
%define ebackend_devel %mklibname ebackend -d

%define ebookmajor 14
%define ebook_libname %mklibname ebook %{ebookmajor}
%define ebook_devel %mklibname ebook -d

%define ebookcontactsmajor 0
%define ebookcontacts_libname %mklibname ebook-contacts %{ebookcontactsmajor}
%define ebookcontacts_devel %mklibname ebook-contacts -d

%define ecalmajor 16
%define ecal_libname %mklibname ecal %{ecalmajor}
%define ecal_devel %mklibname ecal -d

%define edatabookmajor 20
%define edatabook_libname %mklibname edata-book %{edatabookmajor}
%define edatabook_devel %mklibname edata-book -d

%define edatacalmajor 23
%define edatacal_libname %mklibname edata-cal %{edatacalmajor}
%define edatacal_devel %mklibname edata-cal -d

%define edataservermajor 18
%define edataserver_libname %mklibname edataserver %{edataservermajor}
%define edataserver_devel %mklibname -d edataserver

%define girmajor 1.2
%define girname %mklibname %{name}-gir %{girmajor}

Name:		evolution-data-server
Summary:	Evolution Data Server
Version:	3.12.6
Release:	1
License: 	LGPLv2+
Group:		System/Libraries
URL: 		http://www.gnome.org/projects/evolution/
Source0: 	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:	bison
BuildRequires:	db-devel
BuildRequires:	gettext
BuildRequires:	gnome-common
BuildRequires:	gperf
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	openldap-devel
BuildRequires:	krb5-devel
BuildRequires:	pkgconfig(gio-2.0) >= 2.28
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:	pkgconfig(gconf-2.0) >= 2.0.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.0.0
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.31.2
BuildRequires:	pkgconfig(libgdata) >= 0.7.0
BuildRequires:	pkgconfig(goa-1.0) >= 3.12.0
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gnome-keyring-1) >= 3.12.0
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(gweather-3.0) >= 3.12.0
BuildRequires:	pkgconfig(sqlite3) >= 3.5
BuildRequires:	pkgconfig(libical) >= 0.43
BuildRequires:	pkgconfig(oauth) >= 0.9.4
BuildRequires:  pkgconfig(gcr-base-3) >= 3.12
BuildRequires:  pkgconfig(libsecret-1)
BuildRequires:  vala-devel vala-tools

Obsoletes: %oldlibname

%description
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{camel_libname}
Summary:	Shared libraries for using Evolution Data Server
Group:		System/Libraries
Obsoletes:	%{_lib}camel43

%description -n %{camel_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ebackend_libname}
Summary:	Shared libraries for using Evolution Data Server
Group:		System/Libraries
Obsoletes:	%{_lib}ebackend6

%description -n %{ebackend_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ebook_libname}
Summary:	Shared libraries for using Evolution Data Server
Group:		System/Libraries

%description -n %{ebook_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ebookcontacts_libname}
Summary:        Shared libraries for using Evolution Data Server
Group:          System/Libraries

%description -n %{ebookcontacts_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ecal_libname}
Summary:	Shared libraries for using Evolution Data Server
Group:		System/Libraries
Obsoletes:	%{_lib}ecal15

%description -n %{ecal_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{edatabook_libname}
Summary:	Shared libraries for using Evolution Data Server
Group:		System/Libraries
Obsoletes:	%{_lib}edata-book17

%description -n %{edatabook_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{edatacal_libname}
Summary:	Shared libraries for using Evolution Data Server
Group:		System/Libraries
Obsoletes:	%{_lib}edata-cal20

%description -n %{edatacal_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{edataserver_libname}
Summary:	Shared libraries for using Evolution Data Server
Group:		System/Libraries
Obsoletes:	%{_lib}edataserver17

%description -n %{edataserver_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{camel_devel}
Summary:	Libraries and include files for using Evolution Data Server - camel
Group:		Development/GNOME and GTK+
Requires:	%{camel_libname} = %{version}-%{release}

%description -n %{camel_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ebackend_devel}
Summary:	Libraries and include files for using Evolution Data Server - ebackend
Group:		Development/GNOME and GTK+
Requires:	%{ebackend_libname} = %{version}-%{release}

%description -n %{ebackend_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ebook_devel}
Summary:	Libraries and include files for using Evolution Data Server - ebook
Group:		Development/GNOME and GTK+
Requires:	%{ebook_libname} = %{version}-%{release}

%description -n %{ebook_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ebookcontacts_devel}
Summary:        Libraries and include files for using Evolution Data Server - ebookcontacts
Group:          Development/GNOME and GTK+
Requires:       %{ebookcontacts_libname} = %{version}-%{release}

%description -n %{ebookcontacts_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ecal_devel}
Summary:	Libraries and include files for using Evolution Data Server - ecal
Group:		Development/GNOME and GTK+
Requires:	%{ecal_libname} = %{version}-%{release}

%description -n %{ecal_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{edatabook_devel}
Summary:	Libraries and include files for using Evolution Data Server - edatabook
Group:		Development/GNOME and GTK+
Requires:	%{edatabook_libname} = %{version}-%{release}

%description -n %{edatabook_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{edatacal_devel}
Summary:	Libraries and include files for using Evolution Data Server - edatacal
Group:		Development/GNOME and GTK+
Requires:	%{edatacal_libname} = %{version}-%{release}

%description -n %{edatacal_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{edataserver_devel}
Summary:	Libraries and include files for using Evolution Data Server
Group:		Development/GNOME and GTK+
Requires:	%{edataserver_libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d edataserver 9

%description -n %{edataserver_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--with-krb5=%{_prefix} \
	--with-krb5-libs=%{_libdir} \
	--with-libdb=%{_prefix}	\
	--disable-static \
	--with-openldap=yes \
	--with-static-ldap=no \
	--enable-gtk-doc=yes \
	--disable-uoa \
	--enable-vala-bindings 

%make

%install
%makeinstall_std

# remove libtool archives for importers and the like
find %{buildroot}/%{_libdir} -name '*.la' -exec rm {} \;

# give the libraries some executable bits 
find %{buildroot} -name '*.so.*' -exec chmod +x {} \;

%find_lang %{name}-%{dir_version}

%files -f %{name}-%{dir_version}.lang
%doc COPYING NEWS
%doc %{_datadir}/gtk-doc/html/eds/*
%{_libexecdir}/%{name}
%{_libexecdir}/camel-index-control-%{api}
%{_libexecdir}/evolution-addressbook-factory
%{_libexecdir}/evolution-calendar-factory
%{_libexecdir}/evolution-user-prompter
%{_libexecdir}/evolution-scan-gconf-tree-xml
%{_libexecdir}/evolution-source-registry

%attr(2755,root,mail) %{_libexecdir}/camel-lock-helper-%{api}
%{_datadir}/%{name}
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Sources.service
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.UserPrompter.service
%{_datadir}/pixmaps/%{name}
%{_datadir}/GConf/gsettings/evolution-data-server.convert

#GSettings
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.Evolution.DefaultSources.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.addressbook.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.calendar.gschema.xml

%files -n %{camel_libname}
%{_libdir}/libcamel-%{api}.so.%{camelmajor}*

%files -n %{ebackend_libname}
%{_libdir}/libebackend-%{api}.so.%{ebackendmajor}*

%files -n %{ebook_libname}
%{_libdir}/libebook-%{api}.so.%{ebookmajor}*

%files -n %{ebookcontacts_libname}
%{_libdir}/libebook-contacts-%{api}.so.%{ebookcontactsmajor}*

%files -n %{ecal_libname}
%{_libdir}/libecal-%{api}.so.%{ecalmajor}*

%files -n %{edatabook_libname}
%{_libdir}/libedata-book-%{api}.so.%{edatabookmajor}*

%files -n %{edatacal_libname}
%{_libdir}/libedata-cal-%{api}.so.%{edatacalmajor}*

%files -n %{edataserver_libname}
%{_libdir}/libedataserver-%{api}.so.%{edataservermajor}*

%files -n %{girname}
%{_libdir}/girepository-1.0/EDataServer-%{girmajor}.typelib
%{_libdir}/girepository-1.0/EBook-%{girmajor}.typelib
%{_libdir}/girepository-1.0/EBookContacts-%{girmajor}.typelib

%files -n %{camel_devel}
%doc %{_datadir}/gtk-doc/html/camel/*
%{_includedir}/%{name}/camel
%{_libdir}/pkgconfig/camel-%{api}.pc
##{_libdir}/pkgconfig/camel-provider-%{api}.pc
%{_libdir}/libcamel-%{api}.so
##{_libdir}/libcamel-provider-%{api}.so

%files -n %{ebackend_devel}
%{_includedir}/%{name}/libebackend
%{_libdir}/pkgconfig/libebackend-%{api}.pc
%{_libdir}/libebackend-%{api}.so

%files -n %{ebook_devel}
%{_includedir}/%{name}/libebook/
%{_libdir}/pkgconfig/libebook-%{api}.pc
%{_libdir}/libebook-%{api}.so
%{_datadir}/gir-1.0/EBook-%{girmajor}.gir
%{_datadir}/vala/vapi/libebook-1.2.deps
%{_datadir}/vala/vapi/libebook-1.2.vapi

%files -n %{ebookcontacts_devel}
%{_includedir}/%{name}/libebook-contacts/
%{_libdir}/pkgconfig/libebook-contacts-%{api}.pc
%{_libdir}/libebook-contacts-%{api}.so
%{_datadir}/gir-1.0/EBookContacts-%{girmajor}.gir
%{_datadir}/vala/vapi/libebook-contacts-1.2.deps
%{_datadir}/vala/vapi/libebook-contacts-1.2.vapi

%files -n %{ecal_devel}
%{_includedir}/%{name}/libecal/
%{_libdir}/pkgconfig/libecal-%{api}.pc
%{_libdir}/libecal-%{api}.so

%files -n %{edatabook_devel}
%{_includedir}/%{name}/libedata-book/
%{_libdir}/pkgconfig/libedata-book-%{api}.pc
%{_libdir}/libedata-book-%{api}.so

%files -n %{edatacal_devel}
%{_includedir}/%{name}/libedata-cal/
%{_libdir}/pkgconfig/libedata-cal-%{api}.pc
%{_libdir}/libedata-cal-%{api}.so

%files -n %{edataserver_devel}
%{_includedir}/%{name}/libedataserver/
%{_libdir}/pkgconfig/libedataserver-%{api}.pc
%{_libdir}/pkgconfig/evolution-data-server-%{api}.pc
%{_libdir}/libedataserver-%{api}.so
%{_datadir}/gir-1.0/EDataServer-%{girmajor}.gir
%{_datadir}/vala/vapi/libedataserver-1.2.deps
%{_datadir}/vala/vapi/libedataserver-1.2.vapi


%changelog
* Wed Sep 10 2014 Tigro <ashejn@gmail.com> 3.12.6-1
+ Revision: a853f9a
- update to 3.12.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16293 |14mr|evolution-ews-3.12.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	evolution_base_version	3.12
%define	api	1.2
%define	major	0
%define	libeews		%mklibname eews %{api} %{major}
%define	libewsutils	%mklibname ewsutils %{major}
%define	liblzx		%mklibname lzx %{major}
%define	devname		%mklibname eews -d

Summary:	Exchange Connector for Evolution, compatible with Exchange 2007 and later
Name:		evolution-ews
Version:	3.12.6
Release:	1
License:	LGPLv2+
Group:		Networking/Mail
Url:		http://projects.gnome.org/evolution/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz
Patch0:		evolution-ews-3.12.4-linkage.patch

BuildRequires:	intltool
BuildRequires:	pkgconfig(camel-1.2) >= 3.12.1
BuildRequires:	pkgconfig(evolution-data-server-1.2) >= 3.12.1
BuildRequires:	pkgconfig(evolution-mail-3.0) >= 3.12.1
BuildRequires:	pkgconfig(evolution-shell-3.0) >= 3.12.1
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libebackend-1.2) >= 3.12.1
BuildRequires:	pkgconfig(libebook-1.2) >= 3.12.1
BuildRequires:	pkgconfig(libecal-1.2) >= 3.12.1
BuildRequires:	pkgconfig(libedata-book-1.2) >= 3.12.1
BuildRequires:	pkgconfig(libedata-cal-1.2) >= 3.12.1
BuildRequires:	pkgconfig(libemail-engine) >= 3.12.1
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(libmspack) >= 0.4
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:  pkgconfig(gnome-desktop-3.0)

Requires:       evolution-data-server
Requires:       evolution

%description
The EWS Exchange Connector for Evolution provides a Exchange backend
from evolution-data-server as well as plugins for Evolution to access
Exchange features.

The EWS Exchange Connector is using the Exchange Web Services interface
and is therefore compatible with Exchange 2007 and later.

Provides exchange connectivity for exchange server 2007 and later using
exchange web services protocol.

%package  -n %{libeews}
Summary:	Client library for Accessing Exchange Servers
Group:		System/Libraries

%description -n %{libeews}
This library is a client library for accessing Exchange servers through
the Exchange Web Services interface (compatible with Exchange 2007 and
later).

%package  -n %{libewsutils}
Summary:	Client library for Accessing Exchange Servers -- Utilities library
Group:		System/Libraries

%description -n %{libewsutils}
This library provides utilities API for EWS Exchange Connector.

%package -n %{devname}
Summary:	Client library for Accessing Exchange Servers - Development Files
Group:		Development/C
Requires:	%{libeews} = %{version}
Requires:	%{libewsutils} = %{version}

%description -n %{devname}
This library is a client library for accessing Exchange servers through
the Exchange Web Services interface (compatible with Exchange 2007 and
later).

%prep
%setup -q
%apply_patches

%build
%configure \
	--disable-static --with-internal-lzx

%make LIBS='-lm'

%install
%makeinstall_std
find %{buildroot}%{_libdir} -name '*.la' -delete -print

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING README
%{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
%{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
%{_libdir}/evolution-data-server/camel-providers/libcamelews.so
%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
%{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
%{_libdir}/evolution/%{evolution_base_version}/modules/module-ews-configuration.so
%{_datadir}/evolution/%{evolution_base_version}/errors/module-ews-configuration.error
%{_datadir}/evolution-data-server/ews/windowsZones.xml

%files -n %{libeews}
%dir %{_libdir}/evolution-data-server
%{_libdir}/evolution-data-server/libeews-%{api}.so.%{major}*

%files -n %{libewsutils}
%{_libdir}/evolution-data-server/libewsutils.so.%{major}*

%files -n %{devname}
%dir %{_libdir}/evolution-data-server
%{_libdir}/evolution-data-server/libeews-1.2.so
%{_libdir}/evolution-data-server/libewsutils.so
%{_includedir}/evolution-data-server/ews/


%changelog
* Wed Sep 10 2014 Tigro <ashejn@gmail.com> 3.12.6-1
+ Revision: 67ae044
- update to 3.12.6

* Fri Aug 08 2014 Tigro <ashejn@gmail.com> 3.12.4-1
+ Revision: d5270b2
- update linkage patch

* Fri Aug 08 2014 Tigro <ashejn@gmail.com> 3.12.4-1
+ Revision: 21bbc09
- fix merge

* Fri Aug 08 2014 Tigro <ashejn@gmail.com> 3.12.4-1
+ Revision: 046c60f
- update to 3.12.4

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.3-2
+ Revision: 14676e6
- MassBuild#440: Increase release tag

* Mon Jun 16 2014 Tigro <ashejn@gmail.com> 3.12.3-1
+ Revision: 47f6fc2
- update linkage patch

* Mon Jun 16 2014 Tigro <ashejn@gmail.com> 3.12.3-1
+ Revision: 8abe07d
- update to 3.12.3

* Tue May 13 2014 Tigro <ashejn@gmail.com> 3.12.2-1
+ Revision: d30280b
- update to 3.12.2

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: 9ed1219
- drop pkg file

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: ff345eb
- pack some files

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: e9c7c84
- call another configure macro

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: bb750a6
- apply link patch

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: d18d1f0
- fix build

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: 351fc76
- added BR: gnome-desktop-3.0

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: cd000e0
- update requires

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: e348dae
- update to 3.12.1

* Tue Dec 10 2013 Tigro <ashejn@gmail.com> 3.8.5-1
+ Revision: 94b9883
- added BR: libebook-1.2

* Tue Dec 10 2013 Tigro <ashejn@gmail.com> 3.8.5-1
+ Revision: 95ca5c1
- added BR: libecal-1.2

* Tue Dec 10 2013 Tigro <ashejn@gmail.com> 3.8.5-1
+ Revision: e59d08f
- drop obsolete depend

* Mon Oct 14 2013 Tigro <ashejn@gmail.com> 3.8.5-1
+ Revision: dcc1b11
- update to 3.8.5

* Fri Jul 26 2013 Tigro <ashejn@gmail.com> 3.8.4-2
+ Revision: ebfd257
- drop liblzx package

* Fri Jul 26 2013 Tigro <ashejn@gmail.com> 3.8.4-1
+ Revision: 8cbb89e
- added BR: libmspack

* Fri Jul 26 2013 Tigro <ashejn@gmail.com> 3.8.4-1
+ Revision: c2b8772
- drop lzx

* Fri Jul 26 2013 Tigro <ashejn@gmail.com> 3.8.4-1
+ Revision: 4daffbc
- drop msgpack

* Fri Jul 26 2013 Tigro <ashejn@gmail.com> 3.8.4-1
+ Revision: fd8d4ee
- added BR: msgpack-devel

* Fri Jul 26 2013 Tigro <ashejn@gmail.com> 3.8.4-1
+ Revision: 75cfa79
- update to 3.8.4

* Thu Jun 20 2013 root <root@localhost.localdomain> 3.8.3-1
+ Revision: fd0144f
- sync to gnome38 branch

* Sat Dec 08 2012 Arkady Shane <ashejn@gmail.com> 3.6.1-2
+ Revision: c61818a
- added R: evolution and evolution-data-server

* Wed Nov 14 2012 Arkady Shane <ashejn@gmail.com> 3.6.1-1
+ Revision: d9c76a5
- update to 3.6.1

* Wed Oct 17 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 3.6.0-1
+ Revision: 18bdb5e
- update to 3.6.0

* Tue Aug 14 2012 Rosa <rosa@rosa-build.rosalab.ru> 3.4.4-1
+ Revision: 5a68f52
- Automatic import for version 3.4.4-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16294 |14mr|exempi-2.1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	exempi
%define version	2.1.1
%define release	7

%define major		3
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:		%{name}
Summary:	XMP implementation
Version:	%{version}
Release:	%{release}
Group:		System/Libraries
License:	BSD-like
URL:		http://libopenraw.freedesktop.org/wiki/Exempi
Source0:	http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz
Source1:	http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz.asc
#Patch0:		exempi-2.1.0-gcc44.patch
BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires:	expat-devel
BuildRequires:	boost-devel

%description
Exempi is an implementation of XMP. It is based on Adobe XMP SDK
4.1.1. The API is C based and means to be used from any language and
be easier to maintain ABI stability.

%package -n %{libname}
Summary:	XMP implementation
Group:		System/Libraries

%description -n %{libname}
Exempi is an implementation of XMP. It is based on Adobe XMP SDK
4.1.1. The API is C based and means to be used from any language and
be easier to maintain ABI stability.

%package -n %{develname}
Summary:	XMP implementation - development libraries and headers
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Exempi is an implementation of XMP. It is based on Adobe XMP SDK
4.1.1. The API is C based and means to be used from any language and
be easier to maintain ABI stability.

%prep
%setup -q
#%patch0 -p1 -b .gcc44

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/%{name}-2.0
%{_libdir}/*.*a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.1-7
+ Revision: ae89cb2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16295 |14mr|exif-0.6.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line tools to access EXIF extensions in JPEG files
Name:		exif
Version:	0.6.21
Release:	2
License:	GPLv2+ and LGPLv2+
Group:		Graphics
URL:		http://sourceforge.net/projects/libexif
Source:		http://downloads.sourceforge.net/project/libexif/%{name}/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(popt)

%description
Most digital cameras produce EXIF files, which are JPEG files with
extra tags that contain information about the image. The EXIF library
allows you to parse an EXIF file and read the data from those tags.

This package contains a command line frontend for the EXIF library.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall
%find_lang %{name}

%files -f %{name}.lang
%doc ABOUT-NLS AUTHORS ChangeLog README
%{_bindir}/*
%{_mandir}/man*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.21-2
+ Revision: e0b3fde
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16296 |14mr|exiv2-0.24-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	13
%define libname %mklibname exiv2_ %{major}
%define devname %mklibname exiv2 -d

Summary:	Command line tool to access EXIF data in image files
Name:		exiv2
Version:	0.24
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://www.exiv2.org/
Source0:	http://www.exiv2.org/%{name}-%{version}.tar.gz

BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	python
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(zlib)

%description
Exiv2 is a command line utility to access image metadata:

    * print the Exif metadata of JPEG, TIFF and several RAW image 
      formats as summary info, interpreted values, or the plain data 
      for each tag (a sample is here)
    * print the IPTC metadata of JPEG images
    * print, set and delete the JPEG comment of JPEG images
    * set, add and delete Exif and IPTC metadata of JPEG images
    * adjust the Exif timestamp (that's how it all started...)
    * rename Exif image files according to the Exif timestamp
    * extract, insert and delete Exif metadata, IPTC metadata and JPEG 
      comments
    * extract, insert and delete the thumbnail image embedded in the
      Exif metadata
    * fix the Exif ISO setting of picture taken with Nikon cameras

%files -f %{name}.lang
%doc COPYING README
%{_bindir}/exiv2
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to access EXIF data in image files
Group:		Graphics
Obsoletes:	%{_lib}exiv2_11 < 0.24
Obsoletes:	%{_lib}exiv2_12 < 0.24

%description -n %{libname}
libexiv2 is a C++ library to access image metadata. libexiv2 is free
software.

The Exiv2 library provides

    * full read and write access to the Exif and IPTC metadata of
      an image through Exiv2 keys and standard C++ iterators
      (Example1, Example2, Example3, Example4)
    * a smart IPTC implementation that does not affect data that
      programs like Photoshop store in the same image segment
    * Exif MakerNote support:
          o MakerNote tags can be accessed just like any other Exif metadata
          o a sophisticated write algorithm avoids corrupting the MakerNote:
              1) the MakerNote is not re-located if possible at all, and
              2) MakerNote Ifd offsets are re-calculated if the MakerNote 
                 needs to be moved (for known Ifd MakerNotes)
    * extract and delete methods for Exif thumbnails (both, JPEG and TIFF
      thumbnails)
    * set methods for Exif thumbnails (JPEG only, TIFF thumbnails can be
      set from individual tags)
    * complete API documentation (by Doxygen)

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and links to compile against the "%{libname}" library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}

%description -n %{devname}
This package contains all files which one needs to compile programs using
the "%{libname}" library.

%files -n %{devname}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/*
%{_includedir}/*

#----------------------------------------------------------------------------

%package doc
Summary:	Exiv2 library documentation
Group:		Books/Computer books
BuildArch:	noarch

%description doc
Exiv2 library documentation.

%files doc
%doc doc/ChangeLog doc/cmd.txt doc/html doc/include doc/index.html

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-shared \
	--disable-static
%make
%make update-po -C po
%make doc -k ||:

%install
%makeinstall_std

%find_lang exiv2

# to avoid unstripped-binary-or-object
chmod 0755 %{buildroot}%{_libdir}/lib%{name}.so.%{major}*


%changelog
* Fri Jul 11 2014 Tigro <ashejn@gmail.com> 0.24-1
+ Revision: ee6e044
- bump major



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16297 |14mr|exosip-3.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define libname %mklibname exosip2_ %{major}
%define libname_devel %mklibname -d exosip2

Summary:	Extended osip library
Name:		exosip
Version:	3.6.0
Release:	3
License:	GPLv2+
Group:		System/Libraries
URL:		http://savannah.nongnu.org/projects/exosip/
Source0:	http://download.savannah.gnu.org/releases/exosip/libeXosip2-%{version}.tar.gz
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(libosip2) >= %{version}

%description
Exosip is a library that hides the complexity of using the SIP protocol for
mutlimedia session establishement. This protocol is mainly to be used by VoIP
telephony applications (endpoints or conference server) but might be also
useful for any application that wish to establish sessions like multiplayer
games.

%package -n 	%{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}

%package -n 	%{libname_devel}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libexosip2-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}exosip2-devel < 3.6.0

%description -n %{libname_devel}
Libraries and includes files for developing programs based on %{name}.

%prep
%setup -q -n libeXosip2-%{version}

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc README
%{_bindir}/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{libname_devel}
%doc AUTHORS ChangeLog NEWS
%{_includedir}/*
%{_libdir}/*.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6.0-3
+ Revision: f14442e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16298 |14mr|expat-2.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname expat %{major}
%define develname %mklibname expat -d

Summary:	XML parser written in C
Name:		expat
Version:	2.1.0
Release:	3
License:	MPL or GPL
Group:		System/Libraries
URL:		http://www.libexpat.org
Source0:	http://prdownloads.sourceforge.net/expat/expat-%{version}.tar.gz
BuildRequires:	autoconf automake libtool

%description
Expat is an XML 1.0 parser written in C by James Clark. It aims to be
fully conforming. It is currently not a validating XML parser.

%package -n %{libname}
Summary:	Main library for expat
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with expat.

%package -n %{develname}
Summary:	Development environment for the expat XML parser
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname expat -d 0} < 2.1.0
Obsoletes:	%{mklibname expat -d 1} < 2.1.0

%description -n %{develname}
Development environment for the expat XML parser.

%prep
%setup -q

%build
export CFLAGS="%{optflags} -fPIC"

%configure2_5x --disable-static
%make

%check
make check

%install
%makeinstall_std mandir=%{buildroot}%{_mandir}/man1

%files
%{_bindir}/xmlwf
%{_mandir}/man*/*

%files -n %{libname}
%{_libdir}/libexpat.so.%{major}*

%files -n %{develname}
%doc doc/reference.html
%{_libdir}/libexpat.so
%{_includedir}/expat.h
%{_includedir}/expat_external.h
%{_libdir}/pkgconfig/expat.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.0-3
+ Revision: bd5a2ca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16299 |14mr|expect-5.45-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		5.45
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

%if %{_use_internal_dependency_generator}
%define __noautoreq '/depot/path/expect|/depot/path/expectk'
%endif

Summary:	A tcl extension for simplifying program-script interaction
Name:		expect
Version:	5.45
Release:	3
Epoch:		1
Group:		System/Libraries
License:	BSD
URL:		http://expect.nist.gov/
Source:		http://expect.nist.gov/src/%{name}%{version}.tar.gz
Patch0:		expect-5.45-pkgpath.patch
Patch1:		expect-fedora-5.45-match-gt-numchars-segfault.patch
Patch2:		expect-5.45-sfmt.patch
Patch3:		expect-5.45-soname.patch
Patch10:	expect-fedora-5.32.2-random.patch
# fix log file perms (Fedora)
Patch25:	expect-fedora-5.43.0-log_file.patch
BuildRequires:	tcl tcl-devel
BuildRequires:	tk tk-devel
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	autoconf
Requires:	tcl
Requires:	%{libname} = %{EVRD}
Provides:	%{_bindir}/expect
Provides:	%{_bindir}/expectk

%description
Expect is a tcl extension for automating interactive applications such
as telnet, ftp, passwd, fsck, rlogin, tip, etc.  Expect is also useful
for testing the named applications.  Expect makes it easy for a script
to control another program and interact with it.

Install the expect package if you'd like to develop scripts which interact
with interactive applications.  You'll also need to install the tcl
package.

%package -n	%{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
Expect is a tcl extension for automating interactive applications such
as telnet, ftp, passwd, fsck, rlogin, tip, etc.  Expect is also useful
for testing the named applications.  Expect makes it easy for a script
to control another program and interact with it.

Install the expect package if you'd like to develop scripts which interact
with interactive applications.  You'll also need to install the tcl
package.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Obsoletes:	%{mklibname expect 5.43 -d} < %{version}-%{release}

%description -n	%{develname}
This package contains development files for %{name}.

%package	examples
Summary:	Example scripts for %{name}
Group:		System/Libraries

%description	examples
This package contains example scripts for Expect.

Expect is a tcl extension for automating interactive applications such
as telnet, ftp, passwd, fsck, rlogin, tip, etc.  Expect is also useful
for testing the named applications.  Expect makes it easy for a script
to control another program and interact with it.

Install the expect package if you'd like to develop scripts which interact
with interactive applications.  You'll also need to install the tcl
package.

%prep
%setup -q -n %{name}%{major}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch10 -p1 -b .random
%patch25 -p1 -b .log

%build
autoconf

for f in config.guess config.sub ; do
        test -f /usr/share/libtool/$f || continue
        find . -type f -name $f -exec cp /usr/share/libtool/$f \{\} \;
done

chmod u+w testsuite/configure
. %{_libdir}/tclConfig.sh

%configure \
    --enable-gcc \
    --enable-shared

%make

%check
make test

%install
rm -rf %{buildroot}

%makeinstall_std TKLIB_INSTALLED="-L%{buildroot}%{_libdir} -ltk" \
	TCLLIB_INSTALLED="-L%{buildroot}%{_libdir} -ltcl" \
	INSTALL_ROOT=%{buildroot}

# fix up library naming
mv %{buildroot}%{_libdir}/lib%{name}%{major}.so %{buildroot}%{_libdir}/lib%{name}%{major}.so.1
ln -s lib%{name}%{major}.so.1 %{buildroot}%{_libdir}/lib%{name}%{major}.so

# remove cryptdir/decryptdir, as Linux has no crypt command (bug 6668).
rm -f %{buildroot}%{_bindir}/{cryptdir,decryptdir}
rm -f %{buildroot}%{_mandir}/man1/{cryptdir,decryptdir}.1*

# (fc) make sure .so files are writable by root
chmod 755 %{buildroot}%{_libdir}/*.so

%files
%doc ChangeLog FAQ HISTORY NEWS README
%{_bindir}/*
%{tcl_sitearch}/%{name}%{major}
%{_mandir}/man1/*
%{_mandir}/man3/*

%files -n %{libname}
%{_libdir}/lib*.so.1

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so

%files examples
%doc example/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:5.45-3
+ Revision: 3a21f6b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16300 |14mr|extipl-5.04-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	extipl
%define	version	5.04
%define release	18

Summary:	Yet Another Boot Selector for IBM-PC compatibles
Name:		%{name}
Version:	%{version}
Release:	%{release}
URL:		http://www.tsden.org/ryutaroh/extipl/extipl.html
Source0:	http://www.tsden.org/takamiti/extipl/archs/%{name}-%{version}.tar.bz2
License:	GPL+
Group:		System/Kernel and hardware
BuildRequires:	nasm
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
Exclusivearch:	%{ix86} x86_64
Patch1:		extipl-5.03-fix-manpage.patch
# Fix a nasm syntax error - 'crc32' is now a keyword in nasm
# - AdamW 2007/10
Patch2:		extipl-5.04-syntax.patch
# From Debian - fixes build problems - AdamW 2007/10
Patch3:		extipl-5.04-debian.patch
# From Debian bug - fix build on x86_64
Patch4:		extipl-5.04-debian2.patch

%description
Extended-IPL is a boot selector which is upper compatible with 
original IBM IPL. This package includes the installer for this
boot code which is written into MBR of your hard disk.

With this boot selector, you can select a partition from 
all the partitions including the logical partitions as well as 
the primary ones in all the BIOS supported disks when booting a PC,
and then it will boot up the OS reside at the selected partition.

%prep
%setup -q
%patch1 -p1
%patch2 -p1 -b .syntax
%patch3 -p1 -b .debian
%patch4 -p1 -b .debian2

cat > uninstall_linux_or_grub.txt <<EOF
If you want to remove Linux, you must be careful to replace LILO or GRUB with
something else.

The equivalent of the Microsoft DOS/Windows(R) "fdisk /mbr" is:
% dd if=/usr/lib/extipl/aldebaran.bin of=/dev/hda
where you must replace hda with your first hard drive (eg: sda, hdc...)
EOF

%build
%make -C src

%install
rm -rf $RPM_BUILD_ROOT

install src/%{name} -D $RPM_BUILD_ROOT%{_sbindir}/%{name}

install -d $RPM_BUILD_ROOT%{_prefix}/lib/%{name}
install -m 644 src/{pollux,castor,altair,aldebaran}.bin $RPM_BUILD_ROOT%{_prefix}/lib/%{name}

install -D -m 644 src/extipl.8.in $RPM_BUILD_ROOT%{_mandir}/man8/extipl.8


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc uninstall_linux_or_grub.txt doc/English/*
%{_sbindir}/*
%{_prefix}/lib/%{name}
%{_mandir}/*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.04-18
+ Revision: 5bcc56e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16301 |14mr|ez-ipupdate-3.0.11b8-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: ez-ipupdate
Summary: Client for Dynamic DNS Services
Version: 3.0.11b8
Release: 16
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}.service
# add missing include for 64 bit (bug #35001)
Patch0: ez-ipupdate-3.0.11b8-64-bit.patch
Patch1: 000_missing_headers.diff
Patch2: 001_automake_syntax.diff
Patch3: 002_am_maintainer_mode.diff
Patch4: 010_rebootstrap.diff
Patch5: 100_portability.diff
Patch6: 101_syslog_crashes.diff
Patch7: 102_misc_crashes.diff
Patch8: 103_protocol.diff
Patch9: 104_misc_crashes.diff
Patch10: 150_cosmetic.diff
Patch11: 200_default_config.diff
Patch12: 201_upstream_changelog.diff
Group: Networking/Other
URL: http://ez-ipupdate.com/
License: GPL
Requires(post): rpm-helper
Requires(postun): rpm-helper
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description
ez-ipupdate is a small utility for updating your host name for any of the
dynamic DNS service offered at: 

    * http://www.ez-ip.net
    * http://www.justlinux.com
    * http://www.dhs.org
    * http://www.dyndns.org
    * http://www.ods.org
    * http://gnudip.cheapnet.net (GNUDip)
    * http://www.dyn.ca (GNUDip)
    * http://www.tzo.com
    * http://www.easydns.com
    * http://www.dyns.cx
    * http://www.hn.org
    * http://www.zoneedit.com

it is pure C and works on Linux, *BSD and Solaris.  

Don't forget to create your own config file ( in /etc/ez-ipupdate.conf )
You can find some example in /usr/share/doc/%{name}-%{version}

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p0
%patch10 -p1
%patch11 -p1
%patch12 -p1

%build
%configure
%make

%install
chmod 644 *.conf
%makeinstall_std
perl -pi -e "s|\/usr\/local\/bin|\/usr\/bin|" *.conf
install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

cat > README.urpmi << EOF
To configure the ez-ipupdate deamon, edit and set the corrects
parameters in /etc/ez-ipupdate.conf config file.
Then you can start the deamon with service ez-ipupdate start
EOF

%clean

%files 
%doc COPYING INSTALL README README.urpmi
%doc *.conf
%{_bindir}/*
%{_unitdir}/%{name}.service

%post
%create_ghostfile %{_sysconfdir}/%{name}.conf nobody root 600
if [ ! -s %{_sysconfdir}/%{name}.conf ]; then
cat > %{_sysconfdir}/%{name}.conf << EOF
# example config file for ez-ipupdate
#service-type=dyndns-static
service-type=dyndns
user=login:password
host=somedomain.dyndns.org
interface=eth1
max-interval=2073600

# cache file in the temp directory
cache-file=/tmp/.ez-ipupdate.cache
EOF
fi

%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%changelog
* Wed Aug 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.0.11b8-16
+ Revision: 0ab750e
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16302 |14mr|facile-1.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Constraint programming library
Name:		facile
Version:	1.1
Release:	16
License:	GPLv2+
Group:		Development/OCaml
Url:		http://www.recherche.enac.fr/log/facile/
Source0:	http://www.recherche.enac.fr/log/facile/distrib/%{name}-%{version}.tar.gz
Patch0:		facile-1.1-install.patch
Patch1:		10-srcMakefile
Patch2:		20-Makefile
Patch3:		30-non-opt-check
Patch4:		facile-1.1-ocaml-4.0.patch
BuildRequires:	ocaml
Requires:	ocaml

%description
FaCiLe is a constraint programming library on integer and integer set finite
domains written in OCaml.

%files
%{_libdir}/ocaml/facile

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
./configure

%ifarch %{arm}
%make OCAMLC="ocamlc -g" OCAMLMLI=ocamlc
%else
%make
%endif

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-16
+ Revision: 2ff5fcf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16303 |14mr|facter-2.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ruby module for collecting simple facts about a host operating system
Name:		facter
Version:	2.1.0
Release:	1
License:	Apache Software License
Group:		System/Libraries
Url:		http://www.puppetlabs.com/puppet/related-projects/facter/
Source0:	http://www.puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	ruby
# needed for host, in facter/ipaddress.rb
Requires:	bind-utils
Requires:	dmidecode
Requires:	lsb-release
Requires:	ruby >= 1.8.1
BuildArch:	noarch

%description
Ruby module for collecting simple facts about a host Operating
system. Some of the facts are preconfigured, such as the host-name and the
operating system. Additional facts can be added through simple Ruby scripts

%files
%doc README.md LICENSE
%{_bindir}/facter
%{ruby_sitelibdir}/facter.rb
%{ruby_sitelibdir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# Use /usr/bin/ruby directly instead of /usr/bin/env ruby in
#+ executables. Otherwise, initscripts break since pidof can't
#+ find the right process
sed -i -e 's@^#!.*$@#! /usr/bin/ruby@' bin/facter

%install
install -d -m 0755 %{buildroot}%{ruby_sitelibdir}/%{name}
install -d -m 0755 %{buildroot}%{_bindir}
install -d -m 0755 %{buildroot}%{_defaultdocdir}/%{name}
install -p -m 0644 lib/*.rb %{buildroot}%{ruby_sitelibdir}
cp -a lib/facter/* %{buildroot}%{ruby_sitelibdir}/%{name}
install -p -m 0755 bin/facter %{buildroot}%{_bindir}


%changelog
* Wed Jul 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.0-1
+ Revision: 06fcdfa
- New version 2.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16304 |14mr|fakeroot-1.14.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Gives a fake root environment
Name:		fakeroot
Version:	1.14.4
Release:	4
License:	GPL
Group:		Development/Other
URL:		http://fakechroot.alioth.debian.org/
Source0:	ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_%{version}.tar.bz2
BuildRequires:	libstdc++-devel
BuildRequires:  sharutils
BuildRequires:  util-linux-ng
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
This package is intended to enable something like: fakeroot rpm
--rebuild i.e. to remove the need to become root for a package
build. This is done by setting LD_PRELOAD to a "libfakeroot.so.0.0",
that provides wrappers around chown, chmod, mknod, stat, etc.

If you don't understand any of this, you do not need this!

%prep

%setup -q
for file in ./doc/*/*.1; do
  %{_bindir}/iconv -f latin1 -t utf8 < $file > $file.new
  %{__mv} -f $file.new $file
done

# anti version hack
%{__perl} -pi -e "s|-release 0|-avoid-version|g" Makefile*

%build

%configure2_5x \
    --disable-dependency-tracking \
    --disable-static \
    --libdir=%{_libdir}/libfakeroot \
    --with-ipc=tcp
%make

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std} libdir=%{_libdir}/libfakeroot

%{__rm} %{buildroot}%{_libdir}/libfakeroot/*.la

# the french man page is in man-pages-fr-1.58.0-18mdk, nuke this one to prevent file clash
%{__rm} -r %{buildroot}%{_mandir}/fr/man*

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc AUTHORS BUGS COPYING ChangeLog DEBUG INSTALL NEWS README 
%{_bindir}/*
%{_libdir}/libfakeroot
%{_mandir}/man*/*
%lang(es) %{_mandir}/es/man*/*
%lang(nl) %{_mandir}/nl/man*/*
%lang(sv) %{_mandir}/sv/man*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.14.4-4
+ Revision: ca6bea2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16305 |14mr|faketime-0.9.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define libnamemt %mklibname %{name}MT %{major}

Summary:	Report faked system time to programs
Name:		faketime
Version:	0.9.5
Release:	3
License:	GPLv2+
Group:		Development/Other
Url:		http://www.code-wizards.com/projects/libfaketime/
Source0:	http://www.code-wizards.com/projects/libfaketime/libfaketime-%{version}.tar.gz
Patch0:		avoid-spurious-lrt.patch
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamemt} = %{EVRD}

%description
libfaketime intercepts various system calls which programs use to
retrieve the current date and time. It can then report faked dates and
times (as specified by you, the user) to these programs. This means you
can modify the system time a program sees without having to change the
time system-wide.

%files
%doc README NEWS
%{_bindir}/faketime
%{_mandir}/man1/faketime.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Faketime shared library
Group:		System/Libraries
Conflicts:	%{name} < 0.9.5

%description -n %{libname}
Faketime shared library.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamemt}
Summary:	Faketime shared library
Group:		System/Libraries
Conflicts:	%{name} < 0.9.5

%description -n %{libnamemt}
Faketime shared library.

%files -n %{libnamemt}
%{_libdir}/lib%{name}MT.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q -n libfaketime-%{version}
%patch0 -p1

%build
%setup_compile_flags
%make PREFIX=%{_prefix} LIBDIRNAME=/%{_lib}

%install
%makeinstall_std PREFIX=%{_prefix} LIBDIRNAME=/%{_lib}

chmod 0755 %{buildroot}%{_libdir}/lib%{name}*.so.%{major}*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.5-3
+ Revision: f4ca350
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16306 |14mr|falcon-0.9.6.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   Falcon

Name:           falcon
Version:        0.9.6.6
Release:        4
Summary:        The Falcon Programming Language
License:        GPLv2+
Group:          Development/Other
URL:            http://www.falconpl.org/
Source:         http://www.falconpl.org/project_dl/_official_rel/%{oname}-%{version}.tgz
BuildRoot:      %_tmppath/%name-%version-%release-root
BuildRequires:  bison 
BuildRequires:  cmake 
BuildRequires:  pcre-devel 
BuildRequires:  zlib-devel

%description
The Falcon Programming Language is an embeddable scripting language
aiming to empower even simple applications with a powerful,
flexible, extensible and highly configurable scripting engine.

Falcon is also a standalone multiplatform scripting language that
aims to be both simple and powerful.

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog copyright README RELNOTES LICENSE LICENSE_GPLv2
%{_bindir}/falcon
%{_bindir}/faldisass
%{_bindir}/fallc.fal
%{_bindir}/falrun
%{_bindir}/falpack
%{_libdir}/falcon
%{_libdir}/*.so.*
%{_datadir}/falcon
%{_mandir}/man1/falcon.1.*
%{_mandir}/man1/faldisass.1.*
%{_mandir}/man1/fallc.fal.1.*
%{_mandir}/man1/falrun.1.*
%{_mandir}/man1/falpack.1.*
%exclude %{_datadir}/falcon/cmake

#--------------------------------------------------------------------

%package   devel
Summary:   Development files for %{name}
Group:     Development/Other
Requires:  %{name} = %{version}-%{release}

%description devel
The Falcon Programming Language is an embeddable scripting language
aiming to empower even simple applications with a powerful,
flexible, extensible and highly configurable scripting engine.

Falcon is also a standalone multiplatform scripting language that
aims to be both simple and powerful.

This package contains development files for %{name}. This is not
necessary for using the %{name} interpreter.

%files devel
%defattr(-,root,root,-)
%{_bindir}/falcon-conf
%{_bindir}/falconeer.fal
%{_bindir}/faltest
%{_datadir}/falcon/cmake/*.cmake
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man1/falcon-conf*
%{_mandir}/man1/falconeer.fal*
%{_mandir}/man1/faltest*

#--------------------------------------------------------------------
%prep
%setup -q -n %oname-%{version}

%build
%cmake -DFALCON_LIB_DIR=%{_libdir} -DFALCON_SHARE_DIR=%{_datadir}/%{name}
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std -C build

%clean
rm -rf $RPM_BUILD_ROOT



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.6.6-4
+ Revision: 2ed4919
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16307 |14mr|farstream-0.1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		0.1
%define major		0
%define girmajor	0.1
%define libname		%mklibname %{name} %{api} %{major}
%define develname	%mklibname %{name} -d
%define girname		%mklibname %{name}-gir %{girmajor}

Summary:	An audio/video communications framework
Name:		farstream
Version:	0.1.2
Release:	6
License:	LGPLv2+
Url:		http://www.freedesktop.org/wiki/Software/Farstream
Group:		Networking/Instant messaging
Source0:	http://freedesktop.org/software/farstream/releases/%{name}/%{name}-%{version}.tar.gz
# From upstream GIT:
Patch0:		farstream-0.1.2-fix_gtk-doc_tags.patch
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10) >= 0.10.33
BuildRequires:	pkgconfig(gst-python-0.10) >= 0.10.10
BuildRequires:	pkgconfig(nice) >= 0.1.0
BuildRequires:	pkgconfig(python)
# Added 04/2012 (wally)
Obsoletes:	farsight2 < 0.0.30

%description
The Farstream (formerly Farsight) project is an effort to create a framework to
deal with all known audio/video conferencing protocols. On one side it offers a
generic API that makes it possible to write plugins for different streaming
protocols, on the other side it offers an API for clients to use those plugins.

The main target clients for Farstream are Instant Messaging applications. These
applications should be able to use Farstream for all their Audio/Video
conferencing needs without having to worry about any of the lower level
streaming and NAT traversal issues.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Farstream library
Group:		System/Libraries
Provides: 	%{name} = %{EVRD}
Obsoletes:	%{_lib}farstream_0.1-0 < 0.1.1-2

%description -n %{libname}
Shared libraries for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*
%{_libdir}/%{name}-%{api}/*.so

#----------------------------------------------------------------------------

%package -n	gstreamer0.10-%{name}
Summary:	Set of plugins for GStreamer used Audio/Video conferencing
Group:		Sound
Requires:	gstreamer0.10-plugins-good
#Requires:	gstreamer0.10-nice >= 0.1.0
Requires:	gstreamer0.10-voip
# Added 04/2012 (wally)
Obsoletes:	gstreamer0.10-farsight2 < 0.0.30

%description -n gstreamer0.10-%{name}
This is a set of plugins for GStreamer that will be used by Farstream
for Audio/Video conferencing.

%files -n gstreamer0.10-%{name}
%{_libdir}/gstreamer-0.10/*.so
%{_datadir}/%{name}/%{api}/fsrtpconference/default-codec-preferences
%{_datadir}/%{name}/%{api}/fsrtpconference/default-element-properties
%{_datadir}/%{name}/%{api}/fsrawconference/default-element-properties

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python bindings for %{name}
Group:		Development/Python
# Added 04/2012 (wally)
Obsoletes:	python-farsight2 < 0.0.30

%description -n python-%{name}
Python bindings for %{name}.

%files -n python-%{name}
%{python_sitearch}/%{name}.so

#----------------------------------------------------------------------------

%package -n %{develname}
Summary:	Headers of %{name} for development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
# Added 04/2012 (wally)
#Obsoletes:	%{_lib}farsight2-devel

%description -n %{develname}
Headers of %{name} for development.

%files -n %{develname}
%doc ChangeLog
# Farstream build bug? (0.10 instead of 0.1)
%doc %{_datadir}/gtk-doc/html/%{name}-libs-0.10/
%doc %{_datadir}/gtk-doc/html/%{name}-plugins-%{api}/
%{_includedir}/%{name}-%{api}/
%{_datadir}/gir-1.0/Farstream-%{girmajor}.gir
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/lib%{name}-%{api}.so

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Farstream-%{girmajor}.typelib

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-gupnp \
	--with-package-name="%{distribution} %{name}" \
	--with-package-origin="%{disturl}"
%make

%install
%makeinstall_std

%changelog
* Wed Jul 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.2-6
+ Revision: 017f958
- Don't require gstreamer0.10-nice (we no longer have it), spec cleanuo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16308 |14mr|farstream0.2-0.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		0.2
%define major		2
%define girmajor	0.2
%define oname		farstream
%define libname		%mklibname %{oname} %{api} %{major}
%define develname	%mklibname -d %{oname} %{api}
%define girname		%mklibname %{oname}-gir %{girmajor}

Summary:	An audio/video communications framework
Name:		%{oname}%{api}
Version:	0.2.4
Release:	1
License:	LGPLv2+
URL:		http://www.freedesktop.org/wiki/Software/Farstream
Group:		Networking/Instant messaging
Source0:  	http://freedesktop.org/software/farstream/releases/%{oname}/%{oname}-%{version}.tar.gz
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.32
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.0
BuildRequires: pkgconfig(gstreamer-base-1.0) >= 1.0
BuildRequires: pkgconfig(gstreamer-check-1.0) >= 1.0
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 1.0
BuildRequires: pkgconfig(nice) >= 0.1.3
BuildRequires: gobject-introspection-devel

%description
The Farstream (formerly Farsight) project is an effort to create a framework to
deal with all known audio/video conferencing protocols. On one side it offers a
generic API that makes it possible to write plugins for different streaming
protocols, on the other side it offers an API for clients to use those plugins.

The main target clients for Farstream are Instant Messaging applications. These
applications should be able to use Farstream for all their Audio/Video
conferencing needs without having to worry about any of the lower level
streaming and NAT traversal issues.

%package -n %{libname}
Summary:	Farstream library
Group:		System/Libraries
Provides: 	%{name} = %{version}-%{release}

%description -n %{libname}
Shared libraries for %{oname}.

%package -n	gstreamer1.0-%{oname}
Summary:	Set of plugins for GStreamer used Audio/Video conferencing
Group:		Sound
Requires:	%{libname} = %{version}-%{release}

%description -n gstreamer1.0-%{oname}
This is a set of plugins for GStreamer that will be used by Farstream
for Audio/Video conferencing.

%package -n %{develname}
Summary:	Headers of %oname for development
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Headers of %{oname} for development.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x \
	--disable-static \
	--enable-gupnp \
	--with-package-name="%{_vendor} %{name}" \
	--with-package-origin="http://www.%{_real_vendor}.org"
%make

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name '*.la' -delete

%files -n %{libname}
%{_libdir}/lib%{oname}-%{api}.so.%{major}*
%{_libdir}/%{oname}-%{api}/*.so

%files -n gstreamer1.0-%{oname}
%{_libdir}/gstreamer-1.0/*.so
%dir %{_datadir}/%{oname}/%{api}/
%{_datadir}/%{oname}/%{api}/*

%files -n %{develname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/%{oname}-libs-%{api}
%doc %{_datadir}/gtk-doc/html/%{oname}-plugins-%{api}/
%{_includedir}/%{oname}-%{api}/
%{_datadir}/gir-1.0/Farstream-%{girmajor}.gir
%{_libdir}/pkgconfig/%{oname}-%{api}.pc
%{_libdir}/lib%{oname}-%{api}.so

%files -n %{girname}
%{_libdir}/girepository-1.0/Farstream-%{girmajor}.typelib


%changelog
* Mon Jul 07 2014 Tigro <ashejn@gmail.com> 0.2.4-1
+ Revision: 81514c2
- update to 0.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16309 |14mr|fastjar-0.98-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fastjar
Version:	0.98
Release:	10
Epoch:		0
Summary:	Archive tool for Java archives
License:	GPLv2+
Group:		Development/Java
URL:		http://savannah.nongnu.org/projects/fastjar
Source0:	http://download.savannah.nongnu.org/releases/fastjar/fastjar-%{version}.tar.gz
Source1:	http://download.savannah.nongnu.org/releases/fastjar/fastjar-%{version}.tar.gz.sig
Patch0: fastjar-0.98-CVE-2010-0831,2322.diff
BuildRequires:	zlib-devel

%description
fastjar is an implementation of Sun's jar utility that comes with
the JDK, written entirely in C, and runs in a fraction of the time
while being feature compatible.

Also included in this package is the grepjar program which can be
used to search files in a jar file for a pattern.

%prep
%setup -q
%patch0 -p0 -b .CVE-2010-0831,2322

%build
%configure2_5x
%make

%install
%{makeinstall_std}

%files
%defattr(0644,root,root,0755)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%attr(0755,root,root) %{_bindir}/fastjar
%attr(0755,root,root) %{_bindir}/grepjar
%{_infodir}/fastjar.info*
%{_mandir}/man1/fastjar.1*
%{_mandir}/man1/grepjar.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:0.98-10
+ Revision: f8b1388
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16310 |14mr|FaxMail-2.3-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A program to send faxes for free via email and the TPC system
Name:		FaxMail
Version:	2.3
Release:	21
License:	GPLv2+
Group:		Networking/Mail
Source0:	ftp://www.inference.phy.cam.ac.uk/pub/www/FaxMail/%{name}-%{version}.tar.bz2
Patch0:		FaxMail-2.3-misc.patch
Patch1:		FaxMail-2.3-fhs.patch
URL: http://www.inference.phy.cam.ac.uk/FaxMail/ 
Requires:	tk >= 4.0
Requires:	tcl >= 7.5
BuildRequires:	tcl-devel
BuildRequires:	tk

%description
This package contains FaxMail, a utility to assist in preparing and
sending faxes via the internet's Email-Fax gateway.  It does this
via the TPC.INT service.  See http://www.tpc.int/ for details.

%prep
%setup -q
%patch0 -p1 -b .misc 
%patch1 -p1 -b .fhs
     
%build
make FAXMAIL_DIR=%{tcl_sitelib}/%{name} CC="cc %optflags %ldflags"

%install
make ROOT="%{buildroot}" INSTALLMANPATH=%{_mandir} INSTALLINFOPATH=%{_infodir} FAXMAIL_DIR=%{tcl_sitelib}/%{name} install

%files
%defattr(-,root,root)
%{tcl_sitelib}/%{name}
%{_bindir}/FaxMail
%{_bindir}/tryfax
%{_mandir}/man1/*
%{_infodir}/*
%doc FaxMail.html HISTORY README



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3-21
+ Revision: d5506e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16311 |14mr|fb2png-0.1-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Take screenshots from the framebuffer
Name:		fb2png
Version:	0.1
Release:	19
Group:		System/Kernel and hardware
License:	GPLv2
Url:		http://www.minlinux.org/projects/fb2png/
Source0:	%{name}-%{version}.tar.bz2
Source1:	fb2png-0.1-index.html
Patch0:		fb2png-0.1-libpng-needs-libm.patch
Patch1:		fb2png-0.1-zlib-include.patch
Patch2:		fb2png-0.1-cflags-ldflags.patch

BuildRequires:	pkgconfig(libpng)

%description
Utility to make screenshots from framebuffer

%prep
%setup -q
%apply_patches
cp %{SOURCE1} index.html

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
install -d %{buildroot}%{_bindir}
%makeinstall BINDIR=%{buildroot}%{_bindir}

%files
%doc index.html
%{_bindir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-19
+ Revision: 5cc96f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16312 |14mr|fbcat-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Framebuffer screenshot program
Name:		fbcat
Version:	0.3
Release:	2
Epoch:		1
License:	GPLv2+
Group:		Graphics
Url:		http://code.google.com/p/fbcat/
Source:		http://fbcat.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl
%rename fbgrab

%description
fbcat takes a screenshot using the framebuffer device.

The following visuals are supported:
    TRUECOLOR,
    DIRECTCOLOR,
    PSEUDOCOLOR,
    STATIC_PSEUDOCOLOR.

It's a modern replacement for fbgrab.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"
%make -C doc

%install
%__mkdir_p %{buildroot}%{_bindir}
%__install -m 755 fbcat %{buildroot}%{_bindir}/
%__install -m 755 fbgrab %{buildroot}%{_bindir}/
%__mkdir_p %{buildroot}%{_mandir}/man1/
%__install -m 755 doc/fbcat.1 %{buildroot}%{_mandir}/man1/
%__install -m 755 doc/fbgrab.1 %{buildroot}%{_mandir}/man1/

%files
%doc COPYING
%{_bindir}/fbcat
%{_bindir}/fbgrab
%{_mandir}/man1/fbcat.1*
%{_mandir}/man1/fbgrab.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.3-2
+ Revision: e791850
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16313 |14mr|fbset-2.1-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fbset
%define version 2.1
%define release 25

Summary: Framebuffer utilities for changing video modes
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: System/Kernel and hardware
Source: fbset-%{version}.tar.bz2
Patch: fbset-2.0-pre-19981028.patch
Patch2: fbset-2.1-mdkconf.patch
BuildRequires: bison flex bzip2
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot

%description
fbset is a utility for querying and changing video modes of fbcon consoles.

%prep
%setup -q
%patch -p1
%patch2 -p1 -b .mdkconf

perl -pi -e 's|geometry 10224 768 10224 768 8|geometry 1024 768 1024 768 8|' etc/fb.modes.ATI
perl -pi -e 's|geometry 1024 1024 1024 1024 8|geometry 1280 1024 1280 1024 8|' etc/fb.modes.ATI

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
#make install PREFIX=$RPM_BUILD_ROOT
install %{name} -D $RPM_BUILD_ROOT%{_sbindir}/%{name}
bzip2 %{name}.8 fb.modes.5
install %{name}.8.bz2 -D $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8.bz2
install fb.modes.5.bz2 -D $RPM_BUILD_ROOT%{_mandir}/man5/fb.modes.bz2

## It's a useable default not perfect but ..
#%ifarch sparc sparc64
install etc/fb.modes.ATI -D $RPM_BUILD_ROOT%{_sysconfdir}/fb.modes
#%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
#/dev/*
%{_sbindir}/%{name}
%{_mandir}/man[58]/*
#%ifarch sparc sparc64
%config(noreplace) %{_sysconfdir}/fb.modes
#%endif




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-25
+ Revision: 9f71b74
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16314 |14mr|fdupes-1.50-0.PR2.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	fdupes
%define version	1.50
%define pre     PR2
%define release	%mkrel 0.%{pre}.3

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Identify or delete duplicate files
License:	BSD like
Group:		File tools
Url:		http://netdial.caribe.net/~adrian2/fdupes.html
Source0:		http://netdial.caribe.net/~adrian2/programs/%{name}-%{version}-%{pre}.tar.gz
Source1:        macros.fdupes
Patch0:     %{name}-%{version}-destdir.patch
# http://bugs.debian.org/213385
Patch1:     %{name}-%{version}-compare-file.patch
# http://bugs.debian.org/447601
Patch2:     %{name}-%{version}-lfs.patch
# http://bugs.debian.org/353789
Patch3:     %{name}-%{version}-typo.patch
Buildroot:	%{_tmppath}/%{name}-%{version}

%description
FDUPES is a program for identifying or deleting duplicate files residing within
specified directories.

%prep
%setup -q -n %{name}-%{version}-%{pre}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%make COMPILER_OPTIONS="%{optflags}"

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}

%check
./%{name} testdir
./%{name} --omitfirst testdir
./%{name} --recurse testdir
./%{name} --size testdir

mkdir -p %{buildroot}%{_sysconfdir}/rpm
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/

%files
%defattr(-,root,root)
%doc CHANGES CONTRIBUTORS INSTALL README TODO
%{_bindir}/%{name}
%{_sysconfdir}/rpm/macros.fdupes



%changelog
* Tue Nov 13 2012 akdengi <kazancas@mandriva.ru> 1.50-0.PR2.3
+ Revision: 776cfd1
- add fdupes rpm macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16315 |14mr|festival-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# we ship the 1.4.2 docs for now.
%define docversion 1.4.2
%define speechtoolsversion %version

%define major 2.1.1
%define libname %mklibname speech_tools %major
%define stringmajor 1.2
%define libnamestring %mklibname eststring %stringmajor
%define oldlibname %mklibname speech_tools 1
%define libnamedevel %mklibname speech_tools -d

Summary:	A free speech synthesizer 
Name:		festival
Version:	2.1
Release:	4
License:	BSD
Group:		Sound
URL:		http://www.cstr.ed.ac.uk/projects/festival/
Source0:	http://festvox.org/packed/festival/%{version}/%{name}-%{version}-release.tar.gz
Source1:	http://festvox.org/packed/festival/%{version}/speech_tools-%{speechtoolsversion}-release.tar.gz
Source2:	http://festvox.org/packed/festival/%{docversion}/festdoc-%{docversion}.tar.bz2
Source3:	siteinit.scm
Source4:	sitevars.scm
# Fix up various locations to be more FSSTND compliant
Patch0:		festival-1.4.1-fsstnd.patch
# Set defaults to American English instead of British English - the OALD
# dictionary (free for non-commercial use only) is needed for BE support
# Additionally, prefer the smaller nitech hts voices.
Patch1:		festival-2.1-nitech-american.patch
# Whack some buildroot references
Patch2: festival_buildroot.patch
Patch3: festival.gcc47.patch

# (fc) 1.2.96-4mdv Fix a coding error (RH bug #162137) (Fedora)
Patch5: festival-1.96-speechtools-rateconvtrivialbug.patch
# (fc) 1.2.96-4mdv Link libs with libm, libtermcap, and libesd (RH bug #198190) (Fedora)
# (ahmad) 2.1-2.mga1 modify this patch so that we don't link against libesd,
# as esound is being phased out of the distro
Patch6:		festival-2.1-speechtools-linklibswithotherlibs.patch
# For some reason, CXX is set to gcc on everything but Mac OS Darwin,
# where it's set to g++. Yeah, well. We need it to be right too.
Patch7:		festival-1.96-speechtools-ohjeezcxxisnotgcc.patch
# (fc) 1.2.96-5mdv build speech_tools as shared libraries (Fedora)
Patch8:		festival-1.96-speechtools-shared-build.patch
# (fc) 1.2.96-5mdv Look for speech tools here, not back there (Fedora)
Patch10:	festival-1.96-findspeechtools.patch
# (fc) 1.96-5mdv  Build main library as shared, not just speech-tools (Fedora)
Patch11:	festival-1.96-main-shared-build.patch
# (fc) 1.2.96-5mdv improve soname (Fedora)
Patch12:	festival-2.1-bettersonamehack.patch
# (fc) 
Patch15:	festival-finnish.patch
# Look for siteinit and sitevars in /etc/festival
Patch16: festival-1.96-etcsiteinit.patch
Patch17:	speech_tools-1.2.96-fix-str-fmt.patch
BuildRequires:	perl
BuildRequires:	pkgconfig(ncurses)
Requires:	festival-voice

%description
Festival is a general multi-lingual speech synthesis system developed
at CSTR. It offers a full text to speech system with various APIs, as
well as an environment for development and research of speech synthesis
techniques. It is written in C++ with a Scheme-based command interpreter
for general control.


%package -n speech_tools
Summary: Miscellaneous utilities from the Edinburgh Speech Tools 
Group: Sound
Version:	%{speechtoolsversion}
Conflicts: festival < 1.96-9mdv

%description -n speech_tools
Miscellaneous utilities from the Edinburgh Speech Tools. Unless you have a
specific need for one of these programs, you probably don't need to install
this.

%package	devel
Summary:	Static libraries and headers for festival text to speech
Group:		Development/C++
Requires:	%{name} = %{version}-%{release}
Requires:	termcap-devel
Requires:	speech_tools-devel

%description	devel
Festival is a general multi-lingual speech synthesis system developed
at CSTR. It offers a full text to speech system with various APIs, as
well as an environment for development and research of speech synthesis
techniques. It is written in C++ with a Scheme-based command interpreter
for general control.

This package contains the libraries and includes files necessary to develop
applications using festival.

%package -n	%{libname}
Summary:	Shared libraries for festival text to speech
Group:		System/Libraries
Version:	%{speechtoolsversion}
Requires:	speech_tools >= %{speechtoolsversion}-%{release}
Conflicts:	%oldlibname < %version

%description -n	%{libname}
Festival is a general multi-lingual speech synthesis system developed
at CSTR. It offers a full text to speech system with various APIs, as
well as an environment for development and research of speech synthesis
techniques. It is written in C++ with a Scheme-based command interpreter
for general control.

This package contains the libraries and includes files necessary for
applications that use festival.

%package -n	%{libnamestring}
Summary:	Shared libraries for festival text to speech
Group:		System/Libraries
Version:	%{speechtoolsversion}
Requires:	speech_tools >= %{speechtoolsversion}-%{release}
Conflicts:	%oldlibname < %version

%description -n	%{libnamestring}
Festival is a general multi-lingual speech synthesis system developed
at CSTR. It offers a full text to speech system with various APIs, as
well as an environment for development and research of speech synthesis
techniques. It is written in C++ with a Scheme-based command interpreter
for general control.

This package contains the libraries and includes files necessary for
applications that use festival.

%package -n	%{libnamedevel}
Summary:	Static libraries and headers for festival text to speech
Group:		Development/C++
Version:	%{speechtoolsversion}
Requires:	speech_tools = %{speechtoolsversion}-%{release}
Requires:	%{libname} = %{speechtoolsversion}-%{release}
Requires:	%{libnamestring} = %{speechtoolsversion}-%{release}
Provides:	speech_tools-devel = %{speechtoolsversion}-%{release}
Obsoletes:	%mklibname -d speech_tools %major
Obsoletes:	%mklibname -d -s speech_tools

%description -n	%{libnamedevel}
Festival is a general multi-lingual speech synthesis system developed
at CSTR. It offers a full text to speech system with various APIs, as
well as an environment for development and research of speech synthesis
techniques. It is written in C++ with a Scheme-based command interpreter
for general control.

This package contains the libraries and includes files necessary to develop
applications using festival.
 
%prep
%setup -q -n festival -a 1 -a 2  
%patch0 -p1 -b .fsstnd
# no backup extension, directory is copied during package install
%patch1 -p1 
%patch2 -p1 -b .buildroot
%patch3 -p0 -b .gcc
%patch5 -p1 -b .rateconvtrivialbug
%patch6 -p1 -b .linklibswithotherlibs
%patch7 -p1 -b .cxx
%patch8 -p1 -b .shared
# no backup extension, directory is copied during package install
%patch10 -p1 
# no backup extension, directory is copied during package install
%patch11 -p1 
%patch12 -p1 -b .bettersoname
# no backup extension, directory is copied during package install
%patch15 -p1 
# no backup extension, directory is copied during package install
%patch16 -p1 
%patch17 -p0

# zero length
rm festdoc-1.4.2/speech_tools/doc/index_html.jade
rm festdoc-1.4.2/speech_tools/doc/examples_gen/error_example_section.sgml
rm festdoc-1.4.2/speech_tools/doc/tex_stuff.jade

# (gb) lib64 fixes, don't bother with a patch for now
perl -pi -e '/^REQUIRED_LIBRARY_DIR/ and s,/usr/lib,%{_libdir},' config/project.mak


%build

# build speech tools (and libraries)
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/speech_tools/lib
cd speech_tools
  %configure2_5x
  # -fPIC 'cause we're building shared libraries and it doesn't hurt
  # -fno-strict-aliasing because of a couple of warnings about code
  #   problems; if $RPM_OPT_FLAGS contains -O2 or above, this puts
  #   it back. Once that problem is gone upstream, remove this for
  #   better optimization.
  make \
    CFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing" \
    CXXFLAGS="$RPM_OPT_FLAGS  -fPIC -fno-strict-aliasing"
cd -

# build the main program
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/src/lib
# instead of doing this, maybe we should patch the make process
# so it looks in the right place explicitly:
export PATH=$(pwd)/bin:$PATH
%configure
make \
  CFLAGS="$RPM_OPT_FLAGS -fPIC" \
  CXXFLAGS="$RPM_OPT_FLAGS -fPIC" 

%check
# all tests must pass
cd speech_tools
#make CFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing" \
#    CXXFLAGS="$RPM_OPT_FLAGS  -fPIC -fno-strict-aliasing" test | grep -v INCORRECT
cd ..

%install
# install speech tools libs, binaries, and include files
pushd speech_tools

  make INSTALLED_LIB=$RPM_BUILD_ROOT%{_libdir} make_installed_lib_shared
  # no thanks, static libs.
  rm -f $RPM_BUILD_ROOT%{_libdir}/*.a

  make INSTALLED_BIN=$RPM_BUILD_ROOT%{_bindir} make_installed_bin_static
  # this list of the useful programs in speech_tools comes from
  # upstream developer Alan W. Black; the other stuff is to be removed.
  pushd $RPM_BUILD_ROOT%{_bindir}
    ls |
        grep -Evw "ch_wave|ch_track|na_play|na_record|wagon|wagon_test" |
        grep -Evw "make_wagon_desc|pitchmark|pm|sig2fv|wfst_build" |
        grep -Evw "wfst_run|wfst_run" |
        xargs rm
  popd

  pushd include
    for d in $( find . -type d | grep -v win32 ); do
      make -w -C $d INCDIR=$RPM_BUILD_ROOT%{_includedir}/EST/$d install_incs
    done  
  popd

popd


install -d %{buildroot}%{_datadir}/%{name}/{voices/english,dicts}

# bin
make INSTALLED_BIN=$RPM_BUILD_ROOT%{_bindir} make_installed_bin_static
install -m 755 bin/text2wave $RPM_BUILD_ROOT%{_bindir}
#install bin/festival_server* bin/text2wave %{buildroot}%{_bindir}
#install src/main/festival{,_client} %{buildroot}%{_bindir}
# this is just nifty. and it's small.
install -m 755 examples/saytime $RPM_BUILD_ROOT%{_bindir}

# install the shared library
cp -a src/lib/libFestival.so* $RPM_BUILD_ROOT%{_libdir}

# devel
mkdir -p $RPM_BUILD_ROOT%{_includedir}/festival
install src/include/*.h %{buildroot}%{_includedir}/%{name}

# data
cp -r lib config examples %{buildroot}%{_datadir}/%{name}
find %{buildroot}%{_datadir}/%{name} -name Makefile -exec rm \{\} \;

# man pages
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
cp -a doc/*.1 $RPM_BUILD_ROOT%{_mandir}/man1

# lib: the bulk of the program -- the scheme stuff and so on
pushd lib
  mkdir -p $RPM_BUILD_ROOT%{_datadir}/festival/lib
  for f in *.scm festival.el *.ent *.gram *.dtd *.ngrambin speech.properties ; do
    install -m 644 $f $RPM_BUILD_ROOT%{_datadir}/festival/lib/
  done
  mkdir -p $RPM_BUILD_ROOT%{_datadir}/festival/lib/multisyn/
  install -m 644 multisyn/*.scm $RPM_BUILD_ROOT%{_datadir}/festival/lib/multisyn/
popd 

mv -f %{buildroot}/%{_datadir}/%{name}/lib/etc/unknown_RedHatLinux/audsp %{buildroot}/%{_bindir}
rm -Rf %{buildroot}/%{_datadir}/%{name}/lib/etc/
rm -f %{buildroot}%{_datadir}/%{name}/lib/VCLocalRules


# the actual /etc. :)
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/festival
# use our version of this file
rm $RPM_BUILD_ROOT%{_datadir}/festival/lib/siteinit.scm 
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/festival/siteinit.scm
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/festival/sitevars.scm

sed -i -e 's,/projects/festival/lib,%{_datadir}/%{name},g' %{buildroot}/%{_datadir}/%{name}/lib/lexicons.scm

%files
%doc ACKNOWLEDGMENTS COPYING INSTALL NEWS README*
%doc festdoc-1.4.2/festival/html/*html
%doc festdoc-1.4.2/festival/info
%doc festdoc-1.4.2/festival/festival.ps
%{_bindir}/audsp
%{_bindir}/festival
%{_bindir}/festival_client
%{_bindir}/festival_server
%{_bindir}/festival_server_control
%{_bindir}/text2wave
%{_bindir}/saytime
%{_libdir}/libFestival.so.%{version}*
%dir %{_datadir}/festival
%dir %{_datadir}/festival/lib
%{_datadir}/festival/lib/*.scm
%{_datadir}/festival/lib/festival.el
%{_datadir}/festival/lib/*.ent
%{_datadir}/festival/lib/*.gram
%{_datadir}/festival/lib/*.dtd
%{_datadir}/festival/lib/*.ngrambin
%{_datadir}/festival/lib/speech.properties
%{_datadir}/festival/dicts
%{_datadir}/festival/voices
%dir %{_datadir}/festival/lib/multisyn
%{_datadir}/festival/lib/multisyn/*.scm
%dir %{_datadir}/festival/examples
#% {_datadir}/festival/examples/intro.text
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/festival

%files devel
%doc festdoc-1.4.2/speech_tools
%{_libdir}/libFestival.so
%{_includedir}/festival
%{_datadir}/festival/config

%files -n speech_tools
%doc speech_tools/INSTALL speech_tools/README
%{_bindir}/ch_track
%{_bindir}/ch_wave
%{_bindir}/make_wagon_desc
%{_bindir}/na_play
%{_bindir}/na_record
%{_bindir}/pitchmark
%{_bindir}/pm
%{_bindir}/sig2fv
%{_bindir}/wagon
%{_bindir}/wagon_test
%{_bindir}/wfst_run
%{_bindir}/wfst_build
%{_datadir}/festival/examples

%files -n %{libname}
%doc speech_tools/README
%{_libdir}/libestbase.so.%{major}*
%{_libdir}/libestools.so.%{major}*

%files -n %libnamestring
%{_libdir}/libeststring.so.%{stringmajor}*

%files -n %{libnamedevel}
%{_includedir}/EST
%{_libdir}/libestbase.so
%{_libdir}/libestools.so
%{_libdir}/libeststring.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-4
+ Revision: 75f6c23
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16316 |14mr|festlex-1.4.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name festlex
%define version 1.4.3
%define release 11

Name:  %name
Summary: Voices for Festival - a free speech synthesizer 
Version: %{version}
Release: %release
License: BSD
Group: Sound
BuildRoot: %{_tmppath}/%{name}-%{version}-root 
URL: http://www.cstr.ed.ac.uk/projects/festival/
BuildArch: noarch

### DICTIONARIES
# Generic English dictionary
Source100: ftp://ftp.cstr.ed.ac.uk/pub/festival/%{version}/festlex_POSLEX.tar.bz2
# American English dictionary
Source101: ftp://ftp.cstr.ed.ac.uk/pub/festival/%{version}/festlex_CMU.tar.bz2

%description
Festival is a general multi-lingual speech synthesis system developed
at CSTR. It offers a full text to speech system with various APIs, as
well as an environment for development and research of speech synthesis
techniques. It is written in C++ with a Scheme-based command interpreter
for general control.

This package contains dictionaries for use with Festival


%package POSLEX
Group:		Sound
Summary:	Festival Speech Lexicons for Engish
Provides:	festival-lexicons

%description POSLEX
Part of speech lexicons and ngram from English.  Required by all
British and American English voices.

%package CMU
Group:		Sound
Summary:	CMU dictionary in Festival form
Provides:	festival-dictionary
Provides:	festival-dictionary-en_US
Requires:	festlex-POSLEX

%description CMU
CMU dictionary in Festival form, required for American English voices.

%prep
rm -rf $RPM_BUILD_ROOT

%setup  -T -c -q -a 100 -a 101

%build

#cd festival/lib/dicts/cmu
#make
#cd ../../..

%install
mkdir -p $RPM_BUILD_ROOT%_datadir/festival
cp -a festival/lib/dicts $RPM_BUILD_ROOT%_datadir/festival

rm -f $RPM_BUILD_ROOT/%{_datadir}/festival/dicts/COPYING.poslex

%clean
rm -rf $RPM_BUILD_ROOT

%files POSLEX
%defattr(-,root,root)
%_datadir/festival/dicts/wsj*
%doc festival/lib/dicts/COPYING.poslex

%files CMU
%defattr(-,root,root)
%_datadir/festival/dicts/cmu
%doc festival/lib/dicts/cmu/COPYING




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.3-11
+ Revision: 69925fe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16317 |14mr|festvox-1.4.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name festvox
%define version 1.4.3
%define release 11

Name:  		%name
Summary: 	Voices for Festival - a free speech synthesizer 
Version: 	%{version}
Release: 	%release
License: 	BSD
Group: 		Sound
BuildRoot: 	%{_tmppath}/%{name}-%{version}-root 
URL: 		http://www.cstr.ed.ac.uk/projects/festival/
BuildArch: 	noarch

### VOICES
# American English male speaker (KAL), residual excited LPC diphone database
Source200: 	ftp://ftp.cstr.ed.ac.uk/pub/festival/%{version}/festvox_kallpc16k.tar.bz2
# Same voice at lower quality
Source201: 	ftp://ftp.cstr.ed.ac.uk/pub/festival/%{version}/festvox_kallpc8k.tar.bz2
# American English male speaker, residual excited LPC diphone database
Source202: 	ftp://ftp.cstr.ed.ac.uk/pub/festival/%{version}/festvox_kedlpc16k.tar.bz2
# Same voice at lower quality
Source203: 	ftp://ftp.cstr.ed.ac.uk/pub/festival/%{version}/festvox_kedlpc8k.tar.bz2
# British English RP male speaker using residual excited LPC diphone
# database, requires festlex_POSLEX and festlex_OALD (non-free)
#Source204: 	ftp://ftp.cstr.ed.ac.uk/pub/festival/%{version}/festvox_rablpc16k.tar.bz2
# Same as festvox_rablpc16k but at 8KHz sampling.
# requires festlex_POSLEX and festlex_OALD (non-free)
#Source205: 	ftp://ftp.cstr.ed.ac.uk/pub/festival/%{version}/festvox_rablpc8k.tar.bz2 

# Castilian Spanish male speaker, residual excited LPC diphone database
# NONFREE! - Free for non-commercial use
#Source299: 	ftp://ftp.cstr.ed.ac.uk/pub/festival/%{version}/festvox_ellpc11k.tar.bz2

# Add some useful words to the dictionary...
#Patch10: CMU-redhat.patch.bz2

%description
Festival is a general multi-lingual speech synthesis system developed
at CSTR. It offers a full text to speech system with various APIs, as
well as an environment for development and research of speech synthesis
techniques. It is written in C++ with a Scheme-based command interpreter
for general control.

This package contains voices for use with Festival


%package kallpc16k
Group:		Sound
Summary:	Festival Voice - American English male speaker (KAL) 16kHz
Requires:	festvox-kallpc-common
Provides:	festival-voice
Provides:	festival-voice-english
Provides:	festival-voice-en_US

%description kallpc16k
Festival Voice - American English male speaker (KAL) 16kHz

%package kallpc8k
Group:		Sound
Summary:	Festival Voice - American English male speaker (KAL) 8kHz
Requires:	festvox-kallpc-common
Provides:	festival-voice
Provides:	festival-voice-english
Provides:	festival-voice-en_US

%description kallpc8k
Festival Voice - American English male speaker (KAL) 8kHz

%package kallpc-common
Group:		Sound
Summary:	Festival Voice - American English male speaker (KAL) - Common
Requires:	festlex-CMU

%description kallpc-common
Festival Voice - American English male speaker (KAL)

Files shared between the 16kHz and 8kHz Voices


%package kedlpc16k
Group:		Sound
Summary:	Festival Voice - American English male speaker (KED) 16kHz
Requires:	festvox-kedlpc-common
Provides:	festival-voice
Provides:	festival-voice-english
Provides:	festival-voice-en_US

%description kedlpc16k
Festival Voice - American English male speaker (KAL) 16kHz

%package kedlpc8k
Group:		Sound
Summary:	Festival Voice - American English male speaker (KDE) 8kHz
Requires:	festvox-kedlpc-common
Provides:	festival-voice
Provides:	festival-voice-english
Provides:	festival-voice-en_US

%description kedlpc8k
Festival Voice - American English male speaker (KED) 8kHz

%package kedlpc-common
Group:		Sound
Summary:	Festival Voice - American English male speaker (KED) - Common
Requires:	festlex-CMU

%description kedlpc-common
Festival Voice - American English male speaker (KED)

Files shared between the 16kHz and 8kHz Voices


#%package rablpc16k
#Group:		Sound
#Summary:	Festival Voice - British English male speaker (RAB) 16kHz
#Requires:	festvox-rablpc-common
#Provides:	festival-voice
#Provides:	festival-voice-english
#Provides:	festival-voice-en_UK

#%description rablpc16k
#Festival Voice - British English male speaker (RAB) 16kHz

#%package rablpc8k
#Group:		Sound
#Summary:	Festival Voice - British English male speaker (RAB) 8kHz
#Requires:	festvox-rablpc-common
#Provides:	festival-voice
#Provides:	festival-voice-english
#Provides:	festival-voice-en_UK

#%description rablpc8k
#Festival Voice - American English male speaker (RAB) 8kHz

#%package rablpc-common
#Group:		Sound
#Summary:	Festival Voice - British English male speaker (RAB) - Common
#Requires:	festlex-OALD

#%description rablpc-common
#Festival Voice - British English male speaker (RAB)

#Files shared between the 16kHz and 8kHz Voices

%prep
rm -rf $RPM_BUILD_ROOT

#%setup -D -T -c -q -a 100 -a 101 -a 201 -a 202 -a 203 -a 204 -a205
%setup  -T -c -q -a 200 -a 201 -a 202 -a 203
#%patch10

%build

#cd festival/lib/dicts/cmu
#make
#cd ../../..

%install
mkdir -p $RPM_BUILD_ROOT%_datadir/festival
cp -a festival/lib/voices $RPM_BUILD_ROOT%_datadir/festival

rm -f $RPM_BUILD_ROOT/%{_datadir}/festival/voices/english/*/COPYING

%clean
rm -rf $RPM_BUILD_ROOT

%files kallpc16k
%defattr(-,root,root)
%_datadir/festival/voices/english/kal_diphone/group/kallpc16k.group

%files kallpc8k
%defattr(-,root,root)
%_datadir/festival/voices/english/kal_diphone/group/kallpc8k.group

%files kallpc-common
%defattr(-,root,root)
%doc festival/lib/voices/english/kal_diphone/COPYING
%_datadir/festival/voices/english/kal_diphone/festvox/*.scm

%files kedlpc16k
%defattr(-,root,root)
%_datadir/festival/voices/english/ked_diphone/group/kedlpc16k.group

%files kedlpc8k
%defattr(-,root,root)
%_datadir/festival/voices/english/ked_diphone/group/kedlpc8k.group

%files kedlpc-common
%defattr(-,root,root)
%doc festival/lib/voices/english/ked_diphone/COPYING
%_datadir/festival/voices/english/ked_diphone/festvox/*.scm

#%files rablpc16k
#%defattr(-,root,root)
#%_datadir/festival/voices/english/rab_diphone/group/rablpc16k.group

#%files rablpc8k
#%defattr(-,root,root)
#%_datadir/festival/voices/english/rab_diphone/group/rablpc8k.group

#%files rablpc-common
#%defattr(-,root,root)
#%doc festival/lib/voices/english/rab_diphone/COPYING
#%_datadir/festival/voices/english/rab_diphone/festvox/*.scm





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.3-11
+ Revision: ebd645a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16318 |14mr|fetchmail-6.3.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Full-featured POP/IMAP mail retrieval daemon
Name:		fetchmail
Version:	6.3.22
Release:	2
License: 	GPLv2
Group:		Networking/Mail
URL: 		http://www.fetchmail.info
Source0:	http://download.berlios.de/fetchmail/%name-%version.tar.xz
Source2:	http://download.berlios.de/fetchmail/%name-%version.tar.xz.asc
Source3:	fetchmailconf.desktop.bz2
Source4:	fetchmail.sysconfig.bz2
Source5:	fetchmail.init
Source6:	fetchmail.gif
Patch0:		fetchmail-5.7.0-nlsfix.patch
Patch9:		fetchmail-6.3.2-norootwarning.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gettext
BuildRequires:	gettext-devel
BuildRequires:	openssl-devel
BuildRequires:	python
Requires: 	MailTransportAgent

%description
Fetchmail is a free, full-featured, robust, and well-documented remote mail
retrieval and forwarding utility intended to be used over on-demand TCP/IP
links (such as SLIP or PPP connections).

It retrieves mail from remote mail servers and forwards it to your local
(client) machine's delivery system, so it can then be read by normal
mail user agents such as Mutt, Elm, Pine, (X)Emacs/Gnus or Mailx.

It comes with an interactive GUI configurator suitable for end-users.

Fetchmail supports every remote-mail protocol currently in use on the
Internet (POP2, POP3, RPOP, APOP, KPOP, all IMAPs, ESMTP ETRN) for
retrieval.  Then Fetchmail forwards the mail through SMTP, so you can
read it through your normal mail client.

%package -n fetchmailconf
Summary: 	A utility for graphically configuring your fetchmail preferences
Group: 		System/Configuration/Networking
Requires: 	tkinter
Requires: 	%name = %version


%description -n fetchmailconf
Fetchmailconf is a TCL/TK application for graphically configuring
your ~/.fetchmailrc preferences file.

Fetchmail has many options which can be daunting to the new user.

This utility takes some of the guesswork and hassle out of setting up
fetchmail.

%package daemon
Summary:	SySV init script for demonize fetchmail for retrieving emails
Group:		System/Base
Requires:	%name = %version
Requires(preun): rpm-helper
Requires(post): rpm-helper

%description daemon
SySV init script for demonize fetchmail for sucking emails.

%prep
%setup -q
%patch0 -p0
%patch9 -p0 -b .norootwarn

%build
%serverbuild
export CFLAGS="$CFLAGS -g"
%configure2_5x  \
	--with-ssl=%_prefix	\
	--enable-RPA		\
	--enable-NTLM		\
	--enable-SDPS

# (tv) do not use %%make in order to workaround buggy parallel build:
make all

%install
rm -fr %{buildroot}
mkdir -p %{buildroot}{%_libdir/rhs/control-panel,%_datadir/applets/Administration} \
	%{buildroot}{%_sysconfdir/{X11/wmconfig,sysconfig},%_mandir/man1,%_initrddir}

%makeinstall

install rh-config/*.{xpm,init} %{buildroot}%_libdir/rhs/control-panel

%if %{mdkversion} < 200610
bzcat %SOURCE3 > %{buildroot}%_datadir/applets/Administration/fetchmailconf.desktop
%endif
bzcat %SOURCE4 > %{buildroot}%_sysconfdir/sysconfig/fetchmail
install -m0755 %SOURCE5 %{buildroot}%_initrddir/fetchmail

echo -e "# Put here each user config\n" > %{buildroot}/etc/fetchmailrc

rm -rf contrib/RCS
chmod 644 contrib/*
find -name \*.xpm -exec chmod 644 '{}' \;

# Mandriva menu entry
mkdir -p %{buildroot}/{%_liconsdir,%_miconsdir,%_menudir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Fetchmailconf
Comment=Full-featured POP/IMAP mail retrieval daemon
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-System-Configuration-Other;Settings;
EOF

%find_lang %name

cat > README.fetchmail-conf <<EOF
Fetchmailconf is a TCL/TK application for graphically configuring your
~/.fetchmailrc preferences file.

Fetchmail has many options which can be daunting to the new user.


This utility takes some of the guesswork and hassle out of setting up
fetchmail.
EOF

echo 'SySV init script for demonize fetchmail for sucking emails.'>README.fetchmail-daemon

%post -n fetchmail-daemon
%_post_service fetchmail

%preun -n fetchmail-daemon
%_preun_service fetchmail

%postun -n fetchmail-daemon
if [ "$1" -ge "1" ]; then
    /sbin/service fetchmail condrestart > /dev/null 2>/dev/null || :
fi

%files -f %name.lang
%defattr (-, root, root)
%doc COPYING FAQ FEATURES INSTALL NEWS NOTES README
%doc contrib fetchmail-features.html fetchmail-FAQ.html design-notes.html
%_bindir/fetchmail
%_mandir/man1/fetchmail.1*

%files -n fetchmailconf
%defattr(-,root,root)
%doc README.fetchmail-conf
%_libdir/rhs/control-panel/*
%_bindir/fetchmailconf
%_mandir/man1/fetchmailconf.1*
%if %{mdkversion} < 200610
%_datadir/applets/Administration/fetchmailconf.desktop
%_libdir/python*/site-packages/*
%else
%{_datadir}/applications/
%py_purelibdir/site-packages/*
%endif

%files daemon
%defattr(-,root,root)
%doc README.fetchmail-daemon
%attr(600,root,root) %config(noreplace,missingok) %_sysconfdir/fetchmailrc
%config(noreplace) %{_sysconfdir}/sysconfig/fetchmail
%attr(755,root,root) %config(noreplace) %_initrddir/fetchmail

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.3.22-2
+ Revision: c09ab4d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16319 |14mr|ffmpeg0.7-0.7.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ffmpeg

%define major 52

%define libname %mklibname avcodec %{major}

%define avfmajor 52
%define avflibname %mklibname avformats %{avfmajor}
%define postprocmajor 51
%define postproclibname %mklibname postproc %{postprocmajor}

%define avumajor 50
%define avulibname %mklibname avutil %{avumajor}
%define swsmajor 0
%define swslibname %mklibname swscaler %{swsmajor}

%define filtermajor 1
%define filterlibname %mklibname avfilter %{filtermajor}

%define devname %mklibname %{name} -d
%define sdevname %mklibname %{name} -s -d

%define build_swscaler 1
%define build_plf 0
%{?_with_plf: %{expand: %%global build_plf 1}}
%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

%define build_faac 0

Summary:	Hyper fast MPEG1/MPEG4/H263/RV and AC3/MPEG audio encoder
Name:		%{oname}0.7
Version:	0.7.16
Release:	1%{?extrarelsuffix}
%if %{build_plf}
License:	GPLv3+
%else
License:	GPLv2+
%endif
Group:		Video
Url:		http://ffmpeg.org/
Source0:	http://ffmpeg.org/releases/%{oname}-%{version}.tar.bz2
Patch0:		ffmpeg-0.7.16-makefile.patch
BuildRequires:	texi2html
BuildRequires:	yasm
BuildRequires:	jpeg-devel
BuildRequires:	bzip2-devel
%if %{build_faac}
BuildRequires:	libfaac-devel
%endif
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librtmp)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(schroedinger-1.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vpx)
%if %{build_plf}
BuildRequires:	lame-devel
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
BuildRequires:	pkgconfig(x264)
%endif

%description
ffmpeg is a hyper fast realtime audio/video encoder, a streaming  server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

%if %{build_plf}
This package is in Restricted repository as it violates several patents.
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries
Provides:	libffmpeg = %{EVRD}
Conflicts:	%{_lib}ffmpeg52 < 0.7.13-5
Obsoletes:	%{_lib}ffmpeg52 < 0.7.13-5

%description -n %{libname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming  server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install libffmpeg if you want to encode multimedia streams.

%files -n %{libname}
%{_libdir}/libavcodec.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{postproclibname}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries
Conflicts:	%{_lib}ffmpeg51

%description -n %{postproclibname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming  server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install libffmpeg if you want to encode multimedia streams.

%files -n %{postproclibname}
%{_libdir}/libpostproc.so.%{postprocmajor}*

#----------------------------------------------------------------------------

%package -n %{avflibname}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{avflibname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming  server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install libffmpeg if you want to encode multimedia streams.

%files -n %{avflibname}
%{_libdir}/libavformat.so.%{avfmajor}*
%{_libdir}/libavdevice.so.%{avfmajor}*

#----------------------------------------------------------------------------

%package -n %{avulibname}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{avulibname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming  server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install libffmpeg if you want to encode multimedia streams.

%files -n %{avulibname}
%{_libdir}/libavutil.so.%{avumajor}*

#----------------------------------------------------------------------------

%package -n %{swslibname}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries
Requires:	%{avulibname} = %{EVRD}

%description -n %{swslibname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming  server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install libffmpeg if you want to encode multimedia streams.

%if %{build_swscaler}
%files -n %{swslibname}
%{_libdir}/libswscale.so.%{swsmajor}*
%endif

#----------------------------------------------------------------------------

%package -n %{filterlibname}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{filterlibname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming  server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install libffmpeg if you want to encode multimedia streams.

%files -n %{filterlibname}
%{_libdir}/libavfilter.so.%{filtermajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for the ffmpeg codec library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{avflibname} = %{EVRD}
Requires:	%{avulibname} = %{EVRD}
Requires:	%{postproclibname} >= %{EVRD}
%if %{build_swscaler}
Requires:	%{swslibname} = %{EVRD}
%endif
Requires:	%{filterlibname} = %{EVRD}
Provides:	ffmpeg0.7-devel = %{EVRD}
Conflicts:	%{_lib}ffmpeg-devel

%description -n %{devname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming  server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install libffmpeg-devel if you want to compile apps with ffmpeg support.

%files -n %{devname}
%doc INSTALL README doc/*.html doc/*.txt doc/TODO doc/*.conf
%{_includedir}/libavcodec
%{_includedir}/libavdevice
%{_includedir}/libavformat
%{_includedir}/libavutil
%{_includedir}/libpostproc
%{_includedir}/libavfilter
%{_libdir}/libavcodec.so
%{_libdir}/libavdevice.so
%{_libdir}/libavformat.so
%{_libdir}/libavutil.so
%{_libdir}/libpostproc.so
%{_libdir}/libavfilter.so
%if %{build_swscaler}
%{_libdir}/libswscale.so
%{_includedir}/libswscale
%{_libdir}/pkgconfig/libswscale.pc
%endif
%{_libdir}/pkgconfig/libavcodec.pc
%{_libdir}/pkgconfig/libavdevice.pc
%{_libdir}/pkgconfig/libavformat.pc
%{_libdir}/pkgconfig/libavutil.pc
%{_libdir}/pkgconfig/libpostproc.pc
%{_libdir}/pkgconfig/libavfilter.pc

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static library for the ffmpeg codec library
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	ffmpeg0.7-static-devel = %{EVRD}

%description -n %{sdevname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming  server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install libffmpeg-devel if you want to compile apps with ffmpeg support.

%files -n %{sdevname}
%{_libdir}/*.a
%{_libdir}/libavformat/*a
%{_libdir}/libavcodec/*a

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1

%build
%define Werror_cflags %nil
export CFLAGS="%{optflags} -FPIC"
export LDFLAGS="%{ldflags}"

./configure --prefix=%{_prefix} \
	--enable-shared \
	--libdir=%{_libdir} \
	--shlibdir=%{_libdir} \
	--incdir=%{_includedir} \
	--disable-stripping \
	--enable-postproc \
	--enable-gpl \
	--enable-pthreads \
	--enable-libtheora \
	--enable-libvorbis --disable-encoder=vorbis \
	--enable-libvpx \
	--enable-x11grab \
	--enable-runtime-cpudetect \
	--enable-libdc1394 \
	--enable-libschroedinger \
	--enable-librtmp \
%if %{build_plf}
	--enable-libmp3lame \
	--enable-libopencore-amrnb \
	--enable-libopencore-amrwb \
	--enable-version3 \
	--enable-libx264 \
%else
	--disable-decoder=aac --disable-encoder=aac \
%endif
%if %{build_faac}
	--enable-nonfree --enable-libfaac
%endif

%make

%install
%makeinstall_std SRC_PATH=`pwd`

# compat symlink
install -d %{buildroot}%{_libdir}/libavcodec
pushd %{buildroot}%{_libdir}/libavcodec && ln -sf ../libavcodec.a && popd
install -d %{buildroot}%{_libdir}/libavformat
pushd %{buildroot}%{_libdir}/libavformat && ln -sf ../libavformat.a && popd

#gw don't package these:
rm -rf %{buildroot}%{_bindir}
rm -rf %{buildroot}%{_mandir}/man1
rm -rf %{buildroot}%{_datadir}/%{oname}
#gw same major as in ffmpeg 0.8.x, use that one instead
#rm -f %buildroot%{_libdir}/libpostproc.so.%{postprocmajor}*


%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.16-1
+ Revision: 69e5330
- Don't even build progs and docs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16320 |14mr|ffmpeg-2.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major           55
%define avdevmajor      55
%define filtermajor     4
%define avfmtmajor      55
%define avumajor        52
%define ppmajor         52
%define swrmajor        0
%define swsmajor        2
%define libavcodec      %mklibname avcodec %{major}
%define libavdevice     %mklibname avdevice %{avdevmajor}
%define libavfilter     %mklibname avfilter %{filtermajor}
%define libavformat     %mklibname avformat %{avfmtmajor}
%define libavutil       %mklibname avutil %{avumajor}
%define libpostproc     %mklibname postproc %{ppmajor}
%define libswresample   %mklibname swresample %{swrmajor}
%define libswscale      %mklibname swscaler %{swsmajor}
%define devname         %mklibname %{name} -d
%define statname        %mklibname %{name} -s -d

#####################
# Hardcode PLF build
%define build_plf 0
#####################

%{?_with_plf: %{expand: %%global build_plf 1}}
%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%bcond_with	dlopen
%else
%bcond_without	dlopen
%endif

%bcond_without	swscaler
%bcond_without	opencv
%bcond_with	faac

Summary:	Hyper fast MPEG1/MPEG4/H263/RV and AC3/MPEG audio encoder
Name:		ffmpeg
Version:	2.3.3
Release:	1%{?extrarelsuffix}
%if %{build_plf}
License:	GPLv3+
%else
License:	GPLv2+
%endif
Group:		Video
Url:		http://ffmpeg.org/
Source0:	http://ffmpeg.org/releases/%{name}-%{version}.tar.bz2
Patch1:		ffmpeg-2.3-dlopen-faac-mp3lame-opencore-x264-xvid.patch
Patch2:		ffmpeg-1.0.1-time.h.patch
BuildRequires:	texi2html
BuildRequires:	yasm
BuildRequires:	bzip2-devel
BuildRequires:	gsm-devel
BuildRequires:	jpeg-devel
BuildRequires:	ladspa-devel
BuildRequires:	libnut-devel
BuildRequires:	libschroedinger-devel
# Maybe needs to be updated in future
BuildConflicts:	crystalhd-devel

BuildRequires:	pkgconfig(celt)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gnutls) >= 3.0
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librtmp)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libv4l2)
%if %{with opencv}
BuildRequires:	pkgconfig(opencv)
%endif
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(soxr)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(wavpack)
%if %{build_plf}
BuildRequires:	liblame-devel
BuildRequires:	xvid-devel
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
BuildRequires:	pkgconfig(vo-aacenc)
BuildRequires:	pkgconfig(vo-amrwbenc)
BuildRequires:	pkgconfig(x264)
BuildRequires:	pkgconfig(x265)
%endif
%if %{with faac}
BuildRequires:	libfaac-devel
%endif
%if 0
Buildrequires:	pkgconfig(frei0r)
%endif

%description
ffmpeg is a hyper fast realtime audio/video encoder, a streaming server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

%if %{build_plf}
This package is in Restricted as it violates several patents.
%endif

%files
%doc INSTALL.md README.md doc/*.html doc/*.txt doc/*.conf
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/ffmpeg

#----------------------------------------------------------------------------

%package -n	%{libavcodec}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries
%if %{with dlopen}
%if "%{_lib}" == "lib64"
%global	_ext	()(64bit)
%else
%global	_ext	%{nil}
%endif
Suggests:	libfaac.so.0%{_ext}
Suggests:	libx264.so.142%{_ext}
Suggests:	libopencore-amrnb.so.0%{_ext}
Suggests:	libopencore-amrwb.so.0%{_ext}
Suggests:	libmp3lame.so.0%{_ext}
Suggests:	libxvidcore.so.4%{_ext}
%endif

%description -n	%{libavcodec}
This package contains a shared library for %{name}.

%if %{build_plf}
This package is in Restricted as it violates several patents.
%endif

%files -n %{libavcodec}
%{_libdir}/libavcodec.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libavdevice}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavdevice}
This package contains a shared library for %{name}.

%files -n %{libavdevice}
%{_libdir}/libavdevice.so.%{avdevmajor}*

#----------------------------------------------------------------------------

%package -n	%{libavfilter}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n	%{libavfilter}
This package contains a shared library for %{name}.

%files -n %{libavfilter}
%{_libdir}/libavfilter.so.%{filtermajor}*

#----------------------------------------------------------------------------

%package -n	%{libavformat}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavformat}
This package contains a shared library for %{name}.

%files -n %{libavformat}
%{_libdir}/libavformat.so.%{avfmtmajor}*

#----------------------------------------------------------------------------

%package -n	%{libavutil}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavutil}
This package contains a shared library for %{name}.

%files -n %{libavutil}
%{_libdir}/libavutil.so.%{avumajor}*

#----------------------------------------------------------------------------

%package -n	%{libpostproc}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries
Conflicts:	%{_lib}ffmpeg51

%description -n	%{libpostproc}
This package contains a shared library for %{name}.

%files -n %{libpostproc}
%{_libdir}/libpostproc.so.%{ppmajor}*

#----------------------------------------------------------------------------

%package -n	%{libswresample}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libswresample}
This package contains a shared library for %{name}.

%files -n %{libswresample}
%{_libdir}/libswresample.so.%{swrmajor}*

#----------------------------------------------------------------------------

%if %{with swscaler}
%package -n	%{libswscale}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libswscale}
This package contains a shared library for %{name}.

%files -n %{libswscale}
%{_libdir}/libswscale.so.%{swsmajor}*
%endif

#----------------------------------------------------------------------------

%package -n	%{devname}
Group:		Development/C
Summary:	Header files for the ffmpeg codec library
Requires:	%{libavcodec} = %{EVRD}
Requires:	%{libavdevice} = %{EVRD}
Requires:	%{libavfilter} = %{EVRD}
Requires:	%{libavformat} = %{EVRD}
Requires:	%{libavutil} = %{EVRD}
Requires:	%{libpostproc} = %{EVRD}
Requires:	%{libswresample} = %{EVRD}
%if %{with swscaler}
Requires:	%{libswscale} = %{EVRD}
%endif
Provides:	ffmpeg-devel = %{EVRD}

%description -n	%{devname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install this package if you want to compile apps with ffmpeg support.

%files -n %{devname}
%{_includedir}/libavcodec
%{_includedir}/libavdevice
%{_includedir}/libavfilter
%{_includedir}/libavformat
%{_includedir}/libavutil
%{_includedir}/libpostproc
%{_includedir}/libswresample
%{_libdir}/libavcodec.so
%{_libdir}/libavdevice.so
%{_libdir}/libavfilter.so
%{_libdir}/libavformat.so
%{_libdir}/libavutil.so
%{_libdir}/libpostproc.so
%{_libdir}/libswresample.so
%if %{with swscaler}
%{_includedir}/libswscale
%{_libdir}/libswscale.so
%{_libdir}/pkgconfig/libswscale.pc
%endif
%{_libdir}/pkgconfig/libavcodec.pc
%{_libdir}/pkgconfig/libavdevice.pc
%{_libdir}/pkgconfig/libavfilter.pc
%{_libdir}/pkgconfig/libavformat.pc
%{_libdir}/pkgconfig/libavutil.pc
%{_libdir}/pkgconfig/libpostproc.pc
%{_libdir}/pkgconfig/libswresample.pc
%{_mandir}/man3/lib*.3.*

#----------------------------------------------------------------------------

%package -n	%{statname}
Group:		Development/C
Summary:	Static library for the ffmpeg codec library
Requires:	%{devname} = %{EVRD}
Provides:	ffmpeg-static-devel = %{EVRD}

%description -n	%{statname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install this package if you want to compile static apps with ffmpeg support.

%files -n %{statname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%if %{with dlopen}
%patch1 -p1 -b .dlopen~
%endif
%patch2 -p1 -b .timeh~

%build
export CFLAGS="%{optflags} -fPIC -I%{_includedir}/openjpeg-1.5/"
export LDFLAGS="%{ldflags}"

./configure --prefix=%{_prefix} \
	--enable-shared \
	--libdir=%{_libdir} \
	--shlibdir=%{_libdir} \
	--incdir=%{_includedir} \
	--disable-stripping \
	--enable-postproc \
	--enable-gpl \
	--enable-pthreads \
	--enable-ladspa \
	--enable-libbluray \
	--enable-libtheora \
	--enable-libvorbis --disable-encoder=vorbis \
	--enable-libvpx \
	--enable-x11grab \
	--enable-runtime-cpudetect \
	--enable-libdc1394 \
	--enable-libschroedinger \
	--enable-librtmp \
	--enable-libspeex \
	--enable-libfreetype \
	--enable-libnut \
	--enable-libgsm \
	--enable-libcelt \
%if %{with opencv}
	--enable-libopencv \
%else
	--disable-libopencv \
%endif
	--enable-libopenjpeg \
	--enable-libopus \
	--enable-libsoxr \
	--enable-libwavpack \
	--disable-libxavs \
	--enable-libmodplug \
	--enable-libass \
	--enable-gnutls \
	--enable-libcdio \
	--enable-libpulse \
	--enable-libv4l2 \
%if 0
	--enable-frei0r \
%endif
%if %{build_plf}
	--enable-libmp3lame \
	--enable-libopencore-amrnb \
	--enable-libopencore-amrwb \
	--enable-version3 \
	--enable-libx264 \
	--enable-libx265 \
	--enable-libvo-aacenc \
	--enable-libvo-amrwbenc \
	--enable-libxvid \
%else
	--disable-decoder=aac --disable-encoder=aac \
%if %{with dlopen}
	--enable-libmp3lame-dlopen \
	--enable-libopencore-amrnb-dlopen \
	--enable-libopencore-amrwb-dlopen \
	--enable-libx264-dlopen \
	--enable-libxvid-dlopen \
%if !%{with faac}
	--enable-libfaac-dlopen \
%endif
%endif
%endif
%if %{with faac}
	--enable-nonfree --enable-libfaac
%endif

%make

%install
%makeinstall_std SRC_PATH=`pwd`


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16321 |14mr|ffmpegthumbs-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Video thumbnail generator for KDE4 file managers
Name:		ffmpegthumbs
Epoch:		3
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libswscale)

%description
FFmpegThumbs is a video thumbnails implementation for KDE4 based on
FFmpegThumbnailer.

This thumbnailer uses FFmpeg to decode frames from the video files,
so supported video formats depend on the configuration flags of ffmpeg.

This thumbnailer was designed to be as fast and lightweight as possible.

%files
%{_kde_libdir}/kde4/ffmpegthumbs.so
%{_kde_services}/ffmpegthumbs.desktop

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 66cbac1
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16322 |14mr|fftw2-2.1.5-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	fftw
%define major	2
%define libname 		%mklibname %{oname} %{major}
%define	libname_threads		%mklibname %{oname}_threads %{major}
%define	librname		%mklibname r%{oname} %{major}
%define	librname_threads	%mklibname r%{oname}_threads %{major}
%define	libsname		%mklibname s%{oname} %{major}
%define	libsname_threads	%mklibname s%{oname}_threads %{major}
%define	libsrname		%mklibname sr%{oname} %{major}
%define	libsrname_threads	%mklibname sr%{oname}_threads %{major}
%define devname 		%mklibname %{oname} -d %{major}

Summary:	Fast fourier transform library
Name:		fftw2
Version:	2.1.5
Release:	21
License:	GPLv2+
Group:		Development/C
Url:		http://www.fftw.org/
Source0:	http://www.fftw.org/%{oname}-%{version}.tar.bz2
Patch0:		%{oname}-2.1.3-pentium.patch
Patch1:		fftw-linkage_fix.diff
Patch2:		fftw-2.1.5-automake-1.13.patch
Patch3:		fftw-2.1.5-texinfo51.patch

BuildRequires:	gcc-gfortran
BuildRequires:	libtool
BuildRequires:	texinfo

%description
FFTW is a collection of fast C routines for computing the Discrete Fourier
Transform in one or more dimensions.  It includes complex, real, and parallel
transforms, and can handle arbitrary array sizes efficiently. This RPM package
includes both the double- and single-precision FFTW uniprocessor and threads
libraries.  (The single-precision files have an "s" prefix.)

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Fast fourier transform library
Group:		Development/C
Conflicts:	%{_lib}fftw2 < 2.1.5-19
Obsoletes:	%{_lib}fftw2 < 2.1.5-19

%description -n	%{libname}
FFTW is a collection of fast C routines for computing the Discrete Fourier
Transform in one or more dimensions.  It includes complex, real, and parallel
transforms, and can handle arbitrary array sizes efficiently. This RPM package
includes both the double- and single-precision FFTW uniprocessor and threads
libraries.  (The single-precision files have an "s" prefix.)

%files -n %{libname}
%{_libdir}/libfftw.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libname_threads}
Summary:	Fast fourier transform library
Group:		Development/C
Conflicts:	%{_lib}fftw2 < 2.1.5-19

%description -n	%{libname_threads}
This package contains a shared library for %{name}.

%files -n %{libname_threads}
%{_libdir}/libfftw_threads.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{librname}
Summary:	Fast fourier transform library
Group:		Development/C
Conflicts:	%{_lib}fftw2 < 2.1.5-19

%description -n	%{librname}
This package contains a shared library for %{name}.

%files -n %{librname}
%{_libdir}/librfftw.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{librname_threads}
Summary:	Fast fourier transform library
Group:		Development/C
Conflicts:	%{_lib}fftw2 < 2.1.5-19

%description -n	%{librname_threads}
This package contains a shared library for %{name}.

%files -n %{librname_threads}
%{_libdir}/librfftw_threads.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libsname}
Summary:	Fast fourier transform library
Group:		Development/C
Conflicts:	%{_lib}fftw2 < 2.1.5-19

%description -n	%{libsname}
This package contains a shared library for %{name}.

%files -n %{libsname}
%{_libdir}/libsfftw.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libsname_threads}
Summary:	Fast fourier transform library
Group:		Development/C
Conflicts:	%{_lib}fftw2 < 2.1.5-19

%description -n	%{libsname_threads}
This package contains a shared library for %{name}.

%files -n %{libsname_threads}
%{_libdir}/libsfftw_threads.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libsrname}
Summary:	Fast fourier transform library
Group:		Development/C
Conflicts:	%{_lib}fftw2 < 2.1.5-19

%description -n	%{libsrname}
This package contains a shared library for %{name}.

%files -n %{libsrname}
%{_libdir}/libsrfftw.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libsrname_threads}
Summary:	Fast fourier transform library
Group:		Development/C
Conflicts:	%{_lib}fftw2 < 2.1.5-19

%description -n	%{libsrname_threads}
This package contains a shared library for %{name}.

%files -n %{libsrname_threads}
%{_libdir}/libsrfftw_threads.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Headers, libraries, & docs for FFTW fast fourier transform library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libname_threads} = %{EVRD}
Requires:	%{librname} = %{EVRD}
Requires:	%{librname_threads} = %{EVRD}
Requires:	%{libsname} = %{EVRD}
Requires:	%{libsname_threads} = %{EVRD}
Requires:	%{libsrname} = %{EVRD}
Requires:	%{libsrname_threads} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the additional header files, documentation, andlibraries
you need to develop programs using the FFTW fast fourier transform library.

%files -n %{devname}
%doc html FAQ doc/*ps doc/*fig doc/*tex* AUTHORS ChangeLog NEWS README* TODO
%{_includedir}/*fftw*.h
%{_libdir}/lib*fftw*.so
%{_infodir}/*

#----------------------------------------------------------------------------

%prep
# We will be compiling two copies of FFTW, one for double precision and
# one for single precision.  During the build process, these copies
# will be stored in fftw-%{version}/double and fftw-%{version}/single

# Unpack the tar archive, first (-c) creating a fftw-%{version}
# directory and then unpacking in there.

%setup -q -c -n %{oname}-%{version}
# Now, rename the unpacked FFTW directory to "double":
mv %{oname}-%{version} double
# Apply patch to enable pentium optimizations
cd double
%patch0 -p1
cd ..
# Last, make a copy of this directory in "single":
cp -rp double single

%patch1 -p1
%patch2 -p1 -b .am113~
%patch3 -p1 

%build
# Configure and build the double and single precision versions.
# Notes:
#  (1) We install into ${RPM_BUILD_ROOT}, which is set either
#      by the BuildRoot option above or by --buildroot at build-time.
#      This allows you to build the RPM without blowing away your existing
#      FFTW installation, and even without being root.
#  (2) The double-precision version is installed with the normal library
#      names, while the single-precision version is installed with an "s"
#      prefix.

pushd double
libtoolize --copy --force; aclocal; automake --add-missing; autoconf
%configure2_5x \
	--disable-static \
	--enable-shared \
	--enable-threads \
%ifarch %{ix86}
	--enable-i386-hacks
%endif

%make

popd
pushd single
libtoolize --copy --force; aclocal; automake --add-missing; autoconf
%configure2_5x \
	--disable-static \
	--enable-shared \
	--enable-threads \
%ifarch %{ix86}
	--enable-i386-hacks \
%endif
	--enable-float \
	--enable-type-prefix

%make
popd

%install
%makeinstall_std -C double
%makeinstall_std -C single

# copy doc files where RPM will find them
# put the HTML stuff in a sperate dir, so it appears nicely in the docdir
pushd single
mkdir -p ../html
cp doc/*html doc/*gif ../html
# remove HTML files from doc so that they don't appear double
rm -f doc/*html doc/*gif

# place the doc directory in a "findable" location
mkdir -p ../doc
cp -a doc/* ../doc

# the FAQ directory is also "nice" to have
mkdir -p ../FAQ
cp -a FAQ/* ../FAQ

# do the same to the other %doc files
cp AUTHORS ChangeLog NEWS README* TODO ..
popd


%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.5-21
+ Revision: 88bdd20
- Adjust automake usage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16323 |14mr|fftw-3.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	3
%define major	3
%define libname			%mklibname %{name} %{api} %{major}
%define libname_threads		%mklibname %{name}%{api}_threads %{major}
%define libnamef		%mklibname %{name}%{api}f %{major}
%define libnamef_threads	%mklibname %{name}%{api}f_threads %{major}
%define libnamel		%mklibname %{name}%{api}l %{major}
%define libnamel_threads	%mklibname %{name}%{api}l_threads %{major}
%define devname			%mklibname %{name} -d

Summary:	Fast fourier transform library
Name:		fftw
Version:	3.3.4
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.fftw.org
Source0:	ftp://ftp.fftw.org/pub/fftw/%{name}-%{version}.tar.gz
BuildRequires:	gcc-gfortran
BuildRequires:	texinfo
BuildConflicts:	%{devname}

%description
FFTW is a collection of fast C routines for computing the Discrete Fourier
Transform in one or more dimensions.  It includes complex, real, and
parallel transforms, and can handle arbitrary array sizes efficiently.

#----------------------------------------------------------------------------

%package wisdom
Summary:	FFTW-wisdom file generator
Group:		Development/Other

%description wisdom
fftw-wisdom is a utility to generate FFTW wisdom files, which contain saved
information about how to optimally compute (Fourier) transforms of various
sizes.

%files wisdom
%doc AUTHORS CO* NEWS README TODO 
%{_bindir}/fftw*-wisdom
%{_bindir}/fftw-wisdom-to-conf
%{_includedir}/fftw3.f
%{_mandir}/man1/fftw-wisdom-to-conf.*
%{_mandir}/man1/fftw*-wisdom.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Fast fourier transform library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Conflicts:	%{_lib}fftw3 < 3.3.3-2
Obsoletes:	%{_lib}fftw3 < 3.3.3-2

%description -n %{libname}
FFTW is a collection of fast C routines for computing the Discrete Fourier
Transform in one or more dimensions.  It includes complex, real, and
parallel transforms, and can handle arbitrary array sizes efficiently.

%files -n %{libname}
%{_libdir}/libfftw%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libname_threads}
Summary:	Fast fourier transform library
Group:		System/Libraries
Conflicts:	%{_lib}fftw3 < 3.3.3-2

%description -n %{libname_threads}
This package contains a shared library for %{name}.

%files -n %{libname_threads}
%{_libdir}/libfftw%{api}_threads.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamef}
Summary:	Fast fourier transform library
Group:		System/Libraries
Conflicts:	%{_lib}fftw3 < 3.3.3-2

%description -n %{libnamef}
This package contains a shared library for %{name}.

%files -n %{libnamef}
%{_libdir}/libfftw%{api}f.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamef_threads}
Summary:	Fast fourier transform library
Group:		System/Libraries
Conflicts:	%{_lib}fftw3 < 3.3.3-2

%description -n %{libnamef_threads}
This package contains a shared library for %{name}.

%files -n %{libnamef_threads}
%{_libdir}/libfftw%{api}f_threads.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamel}
Summary:	Fast fourier transform library
Group:		System/Libraries
Conflicts:	%{_lib}fftw3 < 3.3.3-2

%description -n %{libnamel}
This package contains a shared library for %{name}.

%files -n %{libnamel}
%{_libdir}/libfftw%{api}l.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamel_threads}
Summary:	Fast fourier transform library
Group:		System/Libraries
Conflicts:	%{_lib}fftw3 < 3.3.3-2

%description -n %{libnamel_threads}
This package contains a shared library for %{name}.

%files -n %{libnamel_threads}
%{_libdir}/libfftw%{api}l_threads.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers, libraries, & docs for FFTW fast fourier transform library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libname_threads} = %{EVRD}
Requires:	%{libnamef} = %{EVRD}
Requires:	%{libnamef_threads} = %{EVRD}
Requires:	%{libnamel} = %{EVRD}
Requires:	%{libnamel_threads} = %{EVRD}
Provides:	%{name}%{api}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the additional header files, documentation, and
libraries you need to develop programs using the FFTW fast fourier
transform library.

%files -n %{devname}
%doc doc/*
%{_includedir}/*fftw*.h
%{_includedir}/fftw3*.f03
%{_infodir}/fftw%{api}.info*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libfftw*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export F77="gfortran"
mkdir build-std
pushd build-std
CONFIGURE_TOP=.. \
%configure2_5x \
	--disable-static \
	--enable-shared \
	--enable-threads \
	--enable-fortran \
%ifarch x86_64
	--disable-sse \
	--enable-sse2 \
%endif
	--infodir=%{_infodir}

%make
popd

mkdir build-float
pushd build-float
CONFIGURE_TOP=.. \
%configure2_5x \
	--disable-static \
	--enable-float \
	--enable-shared \
	--enable-threads \
	--enable-fortran \
%ifarch x86_64
	--enable-sse \
	--enable-sse2 \
%endif
	--infodir=%{_infodir}
%make
popd

# SSE doesn't work with long-double:
mkdir build-long-double
pushd build-long-double
CONFIGURE_TOP=.. \
%configure2_5x \
	--disable-static \
	--enable-long-double \
	--enable-shared \
	--enable-threads \
	--enable-fortran \
	--infodir=%{_infodir}
%make
popd

%install
%makeinstall_std -C build-std
%makeinstall_std -C build-float
%makeinstall_std -C build-long-double

rm -fr %{buildroot}/%{_docdir}/Make*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3.4-2
+ Revision: df15fe0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16324 |14mr|file-5.19-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname magic %{major}
%define devname %mklibname magic -d
%define staticname %mklibname magic -d -s

Summary:	A utility for determining file types
Name:		file
Version:	5.19
Release:	3
License:	BSD
Group:		File tools
Url:		http://www.darwinsys.com/file/
Source0:	ftp://ftp.astron.com/pub/file/%{name}-%{version}.tar.gz
Patch0:		file-rpm-locale.patch
# Looks like upstream is trying to encode utf-8 string to utf-8 once more
# This leads to 
# UnicodeDecodeError: 'ascii' codec can't decode byte X in position Y:
# ordinal not in range(128)
Patch1:		file-5.19-unicode.patch
Patch3:		file-4.24-selinux.patch
Patch4:		file-5.04-oracle.patch
Patch7:		file-5.05-dump.patch
Patch8:		file-5.15-berkeleydb.patch
Patch9:		file-4.20-xen.patch
Patch13:	file-5.15-images.patch
Patch14:	file-4.20-apple.patch
Patch15:	file-5.18-strength.patch
Patch16:	file-5.19-image-fmt-widths.patch
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

%description
The file command is used to identify a particular file according to the
type of data contained by the file.  File can identify many different
file types, including ELF binaries, system libraries, RPM packages, and
different graphics formats.

You should install the file package, since the file command is such a
useful utility.

%files
%doc README MAINT ChangeLog
%{_bindir}/*
%{_datadir}/misc/*
%{_mandir}/man1/*
%{_mandir}/man4/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for handling magic files
Group:		System/Libraries

%description -n %{libname}
The file command is used to identify a particular file according to the
type of data contained by the file.  File can identify many different
file types, including ELF binaries, system libraries, RPM packages, and
different graphics formats.

Libmagic is a library for handlig the so called magic files the 'file'
command is based on.

%files -n %{libname}
%{_libdir}/libmagic.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files to build applications that handle magic files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	magic-devel = %{EVRD}

%description -n %{devname}
The file command is used to identify a particular file according to the
type of data contained by the file.  File can identify many different
file types, including ELF binaries, system libraries, RPM packages, and
different graphics formats.

Libmagic is a library for handlig the so called magic files the 'file'
command is based on.

%files -n %{devname}
%{_libdir}/libmagic.so
%{_includedir}/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package -n %{staticname}
Summary:	Static library to build applications that handle magic files
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	magic-static-devel = %{EVRD}

%description -n %{staticname}
The file command is used to identify a particular file according to the
type of data contained by the file.  File can identify many different
file types, including ELF binaries, system libraries, RPM packages, and
different graphics formats.

Libmagic is a library for handlig the so called magic files the 'file'
command is based on.

%files -n %{staticname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%package -n python-magic
Summary:	Python module to use libmagic
Group:		Development/Python
BuildArch:	noarch
Requires:	%{name} >= %{EVRD}

%description -n python-magic
Libmagic is a library for handlig the so called magic files the 'file'
command is based on.

This package contains the python binding for libmagic.

%files -n python-magic
%doc python/README python/example.py
%{py_puresitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .rpm-locale~
%patch1 -p1 -b .encoding~
%patch3 -p1 -b .selinux~
%patch4 -p1 -b .oracle~
%patch7 -p1 -b .dump~
%patch8 -p1 -b .berkeley~
%patch9 -p1 -b .xen~
%patch13 -p1 -b .images~
%patch14 -p0 -b .apple~
%patch15 -p1 -b .c_strength~
%patch16 -p1 -b .image-fmt~

%build
autoreconf -fi
CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" \
%configure2_5x --enable-static
%make

pushd python
python setup.py build
popd

%install
%makeinstall_std

# install one missing header file
install -m644 src/file.h -D %{buildroot}%{_includedir}/file.h

pushd python
python setup.py install --prefix=%{buildroot}%{_prefix}
popd


%changelog
* Mon Aug 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.19-3
+ Revision: 323c625
- Add patch to fix encoding issues with python bindings



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16325 |14mr|filelight-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical disk usage statistics
Name:		filelight
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
Url:		http://utils.kde.org/projects/filelight/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
Filelight allows you to quickly understand exactly where your
diskspace is being used by graphically representing your file
system as a set of concentric segmented-rings. You can use it
to locate hotspots of disk usage and then manipulate those
areas using a file manager.

%files
%doc %{_kde_docdir}/HTML/en/filelight
%{_kde_bindir}/filelight
%{_kde_libdir}/kde4/filelightpart.so
%{_kde_applicationsdir}/filelight.desktop
%{_kde_appsdir}/filelight
%{_kde_appsdir}/filelightpart
%{_kde_iconsdir}/*/*/actions/view_filelight.*
%{_kde_iconsdir}/*/*/apps/filelight.*
%{_kde_configdir}/filelightrc
%{_kde_services}/filelightpart.desktop

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 0a1cbaa
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16326 |14mr|file-roller-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An archive manager for GNOME
Name:		file-roller
Version:	3.12.2
Release:	2
License:	GPLv2+
URL:		http://fileroller.sourceforge.net
Group:		Archiving/Compression
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:	intltool itstool
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnautilus-extension)
BuildRequires:	pkgconfig(sm)

Suggests:	cdrecord-isotools
Requires(pre):	GConf2
# for the gsettings schema
Requires:	nautilus

%description
File Roller is an archive manager for the GNOME environment.  This means that 
you can : create and modify archives; view the content of an archive; view a 
file contained in the archive; extract files from the archive.
File Roller is only a front-end (a graphical interface) to archiving programs 
like tar and zip. The supported file types are :
    * Tar archives uncompressed (.tar) or compressed with
          * gzip (.tar.gz , .tgz)
          * bzip (.tar.bz , .tbz)
          * bzip2 (.tar.bz2 , .tbz2)
          * compress (.tar.Z , .taz)
          * lzop (.tar.lzo , .tzo)
          * lzma (.tar.lzma , .tlz)
    * Zip archives (.zip)
    * Jar archives (.jar , .ear , .war)
    * Lha archives (.lzh)
    * Rar archives (.rar)
    * Single files compressed with gzip, bzip, bzip2, compress, lzop, lzma
    * ISO images

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-scrollkeeper \
	--disable-packagekit \
	--enable-nautilus-actions

%make

%install
%makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc AUTHORS NEWS README 
%{_bindir}/*
%{_libdir}/nautilus/extensions-3.0/*.so
%{_libexecdir}/%{name}
%{_datadir}/applications/*
%{_datadir}/dbus-1/services/org.gnome.FileRoller.service
%{_datadir}/file-roller
%{_datadir}/GConf/gsettings/file-roller.convert
%{_datadir}/glib-2.0/schemas/org.gnome.FileRoller.gschema.xml
%{_datadir}/icons/hicolor/*/*/*.*
%{_datadir}/dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 0d34cfa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16327 |14mr|filesystem-2.1.9-35
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The basic directory layout for a Linux system
Name:		filesystem
Version:	2.1.9
Release:	35
License:	Public Domain
Group:		System/Base
Url:		http://www.rosalinux.ru/
Source0:	%{name}.rpmlintrc
Requires(pre):	bash
Requires(pre):	coreutils

%description
The filesystem package is one of the basic packages that is installed on
a ROSA Linux system. Filesystem  contains the basic directory layout
for a Linux operating system, including the correct permissions for the
directories.

%files
/bin
/boot
/etc
/home
/initrd
/lib
%if %{_lib} != lib
/%{_lib}
%endif
%dir /media
%dir /mnt
%dir /opt
/proc
/sys
%attr(750,root,root) /root
/sbin
%attr(1777,root,root) /tmp
%{_prefix}
%dir /run
%dir /run/lock
%dir /var
/var/db
/var/lib
/var/local
/var/empty
/var/cache
/var/log
/var/mail
/var/nis
/var/opt
/var/preserve
/var/run
/var/lock
%dir /var/spool
%attr(0755,root,daemon) %dir /var/spool/lpd
%attr(775,root,mail) /var/spool/mail
%attr(1777,root,root) /var/tmp
/var/yp

%pre
if [ -d /var/run ]; then
rm -rf /var/run
fi
if [ -d /var/lock ]; then
rm -rf /var/lock
fi

#----------------------------------------------------------------------------

%install
cd %{buildroot}
mkdir -p mnt media bin boot
mkdir -p opt proc root sbin sys tmp
mkdir -p home initrd
mkdir -p lib/modules

mkdir -p %{buildroot}%{_sysconfdir}/{profile.d,skel,security,ssl,sysconfig,default}
mkdir -p %{_lib}

mkdir -p %{buildroot}%{_prefix}/{etc,src,lib}
mkdir -p %{buildroot}/{%{_bindir},%{_libdir},%{_includedir},%{_sbindir},%{_datadir}}
mkdir -p %{buildroot}/%{_datadir}/{misc,pixmaps,applications,dict,doc,empty,fonts}
mkdir -p %{buildroot}/%{_datadir}/color/{icc,cmms,settings}

# man
mkdir -p %{buildroot}/%{_mandir}/man{1,2,3,4,5,6,7,8,9,n}
mkdir -p %{buildroot}/%{_infodir}
# games
mkdir -p %{buildroot}/{%{_gamesbindir},%{_gamesdatadir}}
mkdir -p %{buildroot}/{%{_libdir},%{_prefix}/lib}/games

mkdir -p %{buildroot}/%{_libdir}/gcc-lib
mkdir -p %{buildroot}/%{_prefix}/lib/gcc-lib

mkdir -p usr/local/{bin,doc,etc,games,lib,%{_lib},sbin,src,libexec,include}
mkdir -p usr/local/share/{man/man{1,2,3,4,5,6,7,8,9,n},info}

mkdir -p var/{local,log,nis,preserve,lib,empty}
mkdir -p var/spool/{mail,lpd}
mkdir -p var/lib/{games,misc}
mkdir -p var/{tmp,db,cache/man,opt,games,yp}
mkdir -p run/lock

ln -snf ../run var/run
ln -snf ../run/lock var/lock

ln -snf ../var/tmp usr/tmp
ln -snf spool/mail var/mail


%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.9-35
+ Revision: cbaa3ad
- Try to restore pre script because of wrong /var/lock coming from somewhere



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16328 |14mr|filezilla-3.7.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Fast and reliable FTP client
Name:           filezilla
Version:        3.7.4.1
Release:        3
License:        GPLv2+
Group:          Networking/File transfer
Url:            http://filezilla-project.org/
Source0:        http://download.sourceforge.net/filezilla/FileZilla_%{version}_src.tar.bz2
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	xdg-utils
BuildRequires:	idn-devel
BuildRequires:	wxgtku2.8-devel >= 2.8.12
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(sqlite3)
Requires:	xdg-utils

%description
FileZilla is a fast and reliable FTP client and server with lots 
of useful features and an intuitive interface

%files -f %{name}.lang
%{_bindir}/%{name}
%{_bindir}/fzsftp
%{_bindir}/fzputtygen
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/resources
%{_datadir}/%{name}/docs/fzdefaults.xml.example
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man*/*

#--------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-autoupdatecheck --with-tinyxml=builtin
%make LIBS="-lpthread"

%install
%makeinstall_std

desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications \
	--add-category='GTK' \
	--add-category='X-MandrivaLinux-CrossDesktop'\
	%{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.7.4.1-3
+ Revision: 69a5c3c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16329 |14mr|findutils-4.5.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The GNU versions of find utilities (find and xargs)
Name:		findutils
Version:	4.5.12
Release:	1
License:	GPLv3+
Group:		File tools
Url:		http://www.gnu.org/software/findutils/findutils.html
Source0:	ftp://alpha.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
Source1:	%{SOURCE0}.sig
Patch0:		findutils-4.4.5-no-locate.patch
# learn find to recognize autofs file system by reading /proc/mounts
# as autofs mount points are not listed in /etc/mtab
Patch1:		findutils-4.4.2-autofs.patch
# add a new option -xautofs to find to not descend into directories on autofs
# file systems
Patch2:		findutils-4.4.2-xautofs.patch
BuildRequires:	texinfo
BuildRequires:	gettext-devel

%description
The findutils package contains programs which will help you locate
files on your system.  The find utility searches through a hierarchy
of directories looking for files which match a certain set of criteria
(such as a filename pattern). The xargs utility builds and executes
command lines from standard input arguments (usually lists of file
names generated by the find command).

You should install findutils because it includes tools that are very
useful for finding things on your system.

%files -f %{name}.lang
%doc NEWS README
/bin/find
%{_bindir}/find
%{_bindir}/oldfind
%{_bindir}/xargs
%{_mandir}/man1/find.1*
%{_mandir}/man1/oldfind.1.*
%{_mandir}/man1/xargs.1*
%{_infodir}/find*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
# Don't build or install locate because it conflicts with slocate,
# which is a secure version of locate.
sed -i '/^SUBDIRS/s/locate//' Makefile.in
libtoolize --copy --force
autoreconf -fiv

%configure2_5x \
	--enable-leaf-optimisation \
	--with-packager="%{vendor}" \
	--with-packager-bug-reports="http://issue.openmandriva.org" \
	--enable-d_type-optimization \
	--with-fts

%make

%check
make check

%install
%makeinstall_std

install -d %{buildroot}/bin
mv %{buildroot}%{_bindir}/find %{buildroot}/bin
ln -sf ../../bin/find %{buildroot}%{_bindir}/find

%find_lang %{name}



%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.5.12-1
+ Revision: 72991a7
- New version 4.5.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16330 |14mr|finger-0.17-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The finger client
Name:		finger
Version:	0.17
Release:	20
License:	BSD
Group:		Networking/Other
Url:		http://www.ibiblio.org/pub/Linux/system/network/finger/
Source0:	http://www.ibiblio.org/pub/Linux/system/network/finger/bsd-finger-%{version}.tar.gz
Source1:	finger.socket
Source2:	finger@.service
# fedora patches
Patch1:		bsd-finger-0.16-pts.patch
Patch2:		bsd-finger-0.17-exact.patch
Patch3:		bsd-finger-0.16-allocbroken.patch
Patch4:		bsd-finger-0.17-rfc742.patch
Patch5:		bsd-finger-0.17-time.patch
Patch6:		bsd-finger-0.17-usagi-ipv6.patch
Patch7:		bsd-finger-0.17-typo.patch
Patch8:		bsd-finger-0.17-strip.patch
Patch9:		bsd-finger-0.17-utmp.patch
Patch10:	bsd-finger-wide-char-support5.patch
Patch11:	bsd-finger-0.17-init-realname.patch
Patch12:	bsd-finger-0.17-host-info.patch
Patch13:	bsd-finger-0.17-match_sigsegv.patch
Patch14:	bsd-finger-0.17-man_page_systemd.patch

# mandriva patches
Patch100:	bsd-finger-0.17-autotoolish.patch

%description
Finger is a utility which allows users to see information about system users
(login name, home directory, name, how long they've been logged in to the
system, etc.). The finger package includes a standard finger client.

You should install finger if you'd like to retreive finger information from
other systems.

%package	server
Summary:	The finger daemon
Group:		System/Servers

%description	server
Finger is a utility which allows users to see information about system users
(login name, home directory, name, how long they've been logged in to the
system, etc.). The finger-server package includes a standard finger server. The
server daemon (fingerd) runs from /etc/inetd.conf, which must be modified to
disable finger requests.

You should install finger-server if your system is used by multiple users and
you'd like finger information to be available.

%prep
%setup -qn bsd-finger-%{version}
%apply_patches

%build
%serverbuild_hardened

%configure2_5x \
	--enable-ipv6
%make

%install
install -m644 %{SOURCE1} -D %{buildroot}%{_unitdir}/finger.socket
install -m644 %{SOURCE2} -D %{buildroot}%{_unitdir}/finger@.service

%makeinstall_std

%files
%{_bindir}/finger
%{_mandir}/man1/finger.1*

%files server
%{_unitdir}/finger.socket
%{_unitdir}/finger@.service
%{_sbindir}/in.fingerd
%{_mandir}/man8/in.fingerd.8*
%{_mandir}/man8/fingerd.8*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.17-20
+ Revision: aca5812
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16331 |14mr|firebird-2.5.2.26540-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2.5.2
%define pkgname Firebird-%{version}-0
%define version %{major}.26540
%define somajor 2.5
%define libfbclient %mklibname fbclient %somajor
%define libfbembed %mklibname fbembed %somajor

%define fbroot %{_libdir}/%{name}

Summary:	Firebird SQL database management system
Name:		firebird
Version:	%{version}
Release:	9
License:	MPLv1.1-like
Group:		Databases
Url:		http://www.firebirdsql.org/
Source0:	http://downloads.sourceforge.net/firebird/%{pkgname}.tar.bz2
Source1:	firebird-logrotate
Source2:	firebird.omv.releasenote
Source4:	firebird-classic@.service
Source5:	firebird-classic.socket
Source6:	firebird-superclassic.service
Source7:	firebird-superserver.service
Source100:	%{name}.rpmlintrc

# from upstream
Patch0: firebird-2.5.2-svn-CORE-3946.patch
Patch1: firebird-2.5.2-svn-CORE-4011.patch
# from OpenSUSE, required by libreoffice 4.2
Patch2: firebird-2.5.2-pkgconfig.patch

BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	bison
BuildRequires:	libtool
BuildRequires:	pkgconfig(ncurses)
BuildRequires:  icu-devel
BuildRequires:  pkgconfig(libedit)
BuildRequires:	libstdc++-static-devel
BuildRequires:	libatomic_ops-devel
Requires:	%{name}-arch = %{version}-%{release}
Requires:	grep
Requires:	sed
Requires(post):   systemd
Requires(pre):    rpm-helper
Requires(postun): rpm-helper
Provides:   should-restart = system


%description
This is the Firebird SQL Database shared files.

%files
%defattr(0644,root,root,0755)
%doc builds/install/misc/IDPLicense.txt
%doc builds/install/misc/IPLicense.txt
%doc gen/buildroot-classic%{_defaultdocdir}/%{name}
%doc gen/buildroot-classic%{fbroot}/misc/intl.sql
%doc gen/buildroot-classic%{fbroot}/misc/upgrade
%doc gen/buildroot-classic%{_sysconfdir}/%{name}/README
%doc gen/buildroot-classic%{_sysconfdir}/%{name}/WhatsNew

#
# Meta packages for allowing urpmi asking only once
#
%package	classic
Summary:	Meta-package for Firebird SQL Classic Database (xinetd based)
Group:		Databases
Provides:	%{name}-arch = %{version}-%{release}
Requires:	%{name}-server-classic = %{version}
Requires:	%{name}-utils-classic = %{version}
Requires:	xinetd
# Yes, we need force this. Otherwise, only direct local access wil be available.
Requires:	%{libfbclient}
Conflicts:	%{name}-superserver
Conflicts:	%{name}-superclassic

%description	classic
This is a meta-package for easy selecting the Classic arch for Firebird 2

%files		classic
%defattr(0755,root,root,0755)
%{_unitdir}/%{name}-classic*

%package	superclassic
Summary:	Meta-package for Firebird SQL SuperClassic Database 
Group:		Databases
Provides:	%{name}-arch = %{version}-%{release}
Requires:	%{name}-server-classic = %{version}
Requires:	%{name}-utils-classic = %{version}
# Yes, we need force this. Otherwise, only direct local access wil be available.
Requires:	%{libfbclient}
Requires:	%{libfbembed}
Requires(pre):  rpm-helper
Conflicts:	%{name}-superserver
Conflicts:	%{name}-classic

%description	superclassic
This is a meta-package for easy selecting the SuperClassic arch for Firebird 2

%files		superclassic
%defattr(0755,root,root,0755)
%{_unitdir}/%{name}-superclassic.service

%package	superserver
Summary:	Meta-package for Firebird SQL SuperServer Database (standalone)
Group:		Databases
Provides:	%{name}-arch = %{version}-%{release}
Requires:	%{name}-server-superserver = %{version}
Requires:	%{name}-utils-superserver = %{version}
Conflicts:	%{name}-classic
Conflicts:	%{name}-superclassic

%description	superserver
This is a meta-package for easy selecting the SuperServer arch for Firebird 2

%files		superserver

#
# Development headers and static libraries
#
%package	devel
Summary:	Development Libraries for Firebird SQL Database
Group:		Development/Databases
Requires:	%{libfbclient}
Requires:	%{libfbembed}

%description	devel
Development libraries for firebird.

%files devel
%defattr(0644,root,root,0755)
%dir %{_includedir}/%{name}
%{_includedir}/*.h
%{_includedir}/%{name}/*.h
%{_libdir}/libfb*.so
%{_libdir}/libgds.so
%{_libdir}/pkgconfig/*.pc

#
# Standard client programs
#

#
# Utils programs (classic)
#
%package	utils-classic
Summary:	Client programs for Firebird SQL Database
Group:		Databases
Provides:	%{name}-utils-arch = %{version}-%{release}
Requires:	%{name}-utils-common = %{version}
Conflicts:	%{name}-utils-superserver
Obsoletes:	%{name}-client-embedded <= 2.0

%description	utils-classic
Client access tools for firebird embeded only.

%files		utils-classic
%defattr(0755,root,root,0755)
%dir %{fbroot}/bin-classic
%{fbroot}/bin-classic/gbak
%{fbroot}/bin-classic/fbsvcmgr
%{fbroot}/bin-classic/isql
%{fbroot}/bin-classic/qli
%{fbroot}/bin-classic/fbtracemgr

#
# Utils programs (superserver)
#
%package	utils-superserver
Summary:	Client programs for Firebird SQL Database
Group:		Databases
Provides:	%{name}-utils-arch = %{version}-%{release}
Requires:	%{name}-utils-common = %{version}
Conflicts:	%{name}-utils-classic

%description	utils-superserver
Client access tools for firebird.

%files		utils-superserver
%defattr(0755,root,root,0755)
%dir %{fbroot}/bin-superserver
%{fbroot}/bin-superserver/gbak
%{fbroot}/bin-superserver/fbsvcmgr
%{fbroot}/bin-superserver/isql
%{fbroot}/bin-superserver/qli
%{fbroot}/bin-superserver/fbtracemgr

%package	utils-common
Summary:	Client programs for Firebird SQL Database
Group:		Databases
Requires:	%{name}-utils-arch = %{version}-%{release}

%description	utils-common
Common client access tools for firebird.

%files			utils-common
%defattr(0644,root,root,0755)
%doc doc/license/IDPL.txt
%doc doc/license/README.license.usage.txt
%defattr(0755,root,root,0755)
%dir %{fbroot}
%ghost %{fbroot}/bin
%{_bindir}/isql-fb
%{_bindir}/gbak
%{_bindir}/fbsvcmgr
%{_bindir}/qli
%{_bindir}/fbtracemgr
%defattr(0644,root,root,0755)
%{_localstatedir}/lib/%{name}/system/*.msg
%{_localstatedir}/lib/%{name}/system/help.fdb

#
# Multi-threaded, independant client libraries
#
%package -n %{libfbclient}
Summary: Multi-threaded, non-local client libraries for Firebird SQL Database
Group: System/Libraries

%description -n %{libfbclient}
Multi-threaded, non-local client libraries for Firebird SQL Database

%files -n %libfbclient
%{_libdir}/libfbclient.so.*
%{_libdir}/libgds.so.0

#
# Multi-process, independant client libraries
#
%package -n %{libfbembed}
Summary: Multi-process, local client libraries for Firebird SQL Database
Group: System/Libraries

%description -n %{libfbembed}
Multi-process, local client libraries for Firebird SQL Database

%files -n %{libfbembed}
%{_libdir}/libfbembed.so.*

#
# Classic server programs
#
%package	server-classic
Summary:	Classic (xinetd) server for Firebird SQL Database
Group:		Databases
Provides:	firebird-server = %{version}-%{release}
Requires:	%{name}-server-common = %{version}
Conflicts:	%{name}-server-superserver
Requires(pre):  %{name}-server-common = %{version}
Requires(pre):  shadow-utils
Requires(pre):  rpm-helper

%description	server-classic
This package contains the command line utilities 
nd files common to classic and superclassic Firebird servers.

%files		server-classic
%dir %{fbroot}/bin-classic
%dir %{fbroot}/plugins-classic
%defattr(0755,root,root,0755)
%{_sbindir}/fb_inet_server
%{_sbindir}/fb_smp_server
%{fbroot}/plugins-classic/*
%{fbroot}/bin-classic/gsec
%{fbroot}/bin-classic/gdef
%{fbroot}/bin-classic/gfix
%{fbroot}/bin-classic/gpre
%{fbroot}/bin-classic/gsplit
%{fbroot}/bin-classic/gstat
%{fbroot}/bin-classic/nbackup
%{fbroot}/bin-classic/fb_config

#
# Super server programs
#
%package	server-superserver
Summary:	Superserver (single process) server for Firebird SQL Database
Group:		Databases
Provides:	firebird-server = %{version}-%{release}
Requires:	%{name}-server-common = %{version}-%{release}
Conflicts:	%{name}-server-classic
Conflicts:	%{name}-server-superclassic
Requires(pre):	%{name}-server-common = %{version}
Requires(pre):	rpm-helper

%description	server-superserver
This is the Superserver (single process) for the Firebird SQL Database.

It does not include any client access tools, nor does it include the
multi-threaded client library.

%files		server-superserver
%defattr(0644,root,root,0755)
%dir %{fbroot}/bin-superserver
%dir %{fbroot}/plugins-superserver
%defattr(0755,root,root,0755)
%{_unitdir}/%{name}-superserver.service
%{fbroot}/bin-superserver/gsec
%{fbroot}/bin-superserver/gdef
%{fbroot}/bin-superserver/gfix
%{fbroot}/bin-superserver/gpre
%{fbroot}/bin-superserver/gsplit
%{fbroot}/bin-superserver/gstat
%{fbroot}/bin-superserver/nbackup
%{fbroot}/bin-superserver/fb_config
%{fbroot}/plugins-superserver/*.so
%{_sbindir}/fbserver

#
# Server's common files
#
%package		server-common
Summary:		Common files for Firebird SQL Database servers
Group:			Databases
# Due to moved files.
Conflicts:		firebird-server-classic < 2.0
Requires:		firebird-server = %{version}-%{release}
Requires(postun):	shadow-utils
Requires(pre):		shadow-utils
Requires:		logrotate
Requires(pre):		rpm-helper
Obsoletes:		%{name}-server-superserver < 2.0.1.12855.0-3mdk

%description		server-common
This package contains common files between firebird-server-classic and
firebird-server-superserver. You will need this if you want to use either one.

%files			server-common
%defattr(0644,root,root,0755)
%doc builds/install/misc/IDPLicense.txt
%doc builds/install/misc/IPLicense.txt
%doc firebird.omv.releasenote
%doc README.urpmi
%defattr(0644,root,root,0755)
%dir %attr(0755,root,root) %{_localstatedir}/lib/%{name}
%dir %attr(0775,%{name},%{name}) %{_localstatedir}/lib/%{name}/data
%attr(0660,%{name},%{name})	%{_localstatedir}/lib/%{name}/data/employee.fdb
%dir %attr(0775,%{name},%{name}) %{_localstatedir}/log/%{name}
%dir %{fbroot}/intl
%dir %{fbroot}/UDF
%{fbroot}/UDF/*
%ghost %{fbroot}/bin
%dir %{_sysconfdir}/%{name}
%dir %attr(0755,%{name},%{name}) %{_localstatedir}/lib/%{name}/system
%config(noreplace) %attr (0600,%{name},%{name}) %{_localstatedir}/lib/%{name}/system/security2.fdb
%config(noreplace) %attr (0664,%{name},%{name}) %{_sysconfdir}/%{name}/fbintl.conf
%config(noreplace) %attr (0664,%{name},%{name}) %{_sysconfdir}/%{name}/aliases.conf
%config(noreplace) %attr (0664,%{name},%{name}) %{_sysconfdir}/%{name}/firebird.conf
%config(noreplace) %attr (0664,%{name},%{name}) %{_sysconfdir}/%{name}/fbtrace.conf
%{fbroot}/intl/fbintl.conf
%config(noreplace) %attr(0664,%{name},%{name})  %{_localstatedir}/log/%{name}/%{name}.log
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}
%{_prefix}/lib/tmpfiles.d/%{name}.conf
%{_libdir}/libib_util.so
%defattr(0755,root,root,0750)
%{fbroot}/intl/fbintl
%defattr(0755,root,root,0755)
%{_bindir}/gsec
%{_bindir}/gfix
%{_bindir}/nbackup
%{_bindir}/gstat-fb
%{_bindir}/gpre
%{_bindir}/gdef
%{_bindir}/gsplit
%{_bindir}/fb_config
%{_sbindir}/fbguard
%{_sbindir}/fb_lock_print


%prep
%setup -qn %{pkgname}
%patch0
%patch1
%patch2 -p0 -b .pkgconfig~
# convert intl character to UTF-8
iconv -f ISO-8859-1 -t utf-8 -c ./doc/README.intl -o ./doc/README.intl

# -----------------------------------------------------------------------------

%build

# disable -Wl,--no-undefined to avoid fail build of fbintl
# when fbintl is loaded, one of the modules (libfbembed or fbserver) for sure exports
# gds__log()
%define _disable_ld_no_undefined 1
%define Werror_cflags %{nil}

# classic
NOCONFIGURE=1 ./autogen.sh
%configure2_5x --prefix=%{fbroot} --with-system-icu --with-system-editline \
 --with-fbbin=%{fbroot}/bin-classic --with-fbinclude=%{_includedir}/%{name} \
 --with-fbsbin=%{_sbindir} --with-fbconf=%{_sysconfdir}/%{name} --with-fblib=%{_libdir} \
 --with-fbdoc=%{_defaultdocdir}/%{name} --with-fbudf=%{fbroot}/UDF --with-fbsample=%{_defaultdocdir}/%{name}/examples \
 --with-fbsample-db=%{_localstatedir}/lib/%{name}/data/ \
 --with-fbhelp=%{_localstatedir}/lib/%{name}/system/ --with-fbintl=%{fbroot}/intl \
 --with-fbmisc=%{fbroot}/misc --with-fbsecure-db=%{_localstatedir}/lib/%{name}/system \
 --with-fbmsg=%{_localstatedir}/lib/%{name}/system --with-fblog=%{_localstatedir}/log/%{name} \
 --with-fbglock=/run/%{name} --with-fbplugins=%{fbroot}/plugins-classic
# Can't use %%make as itsparallel build is broken
make
cd gen
sed "s@exit 1@# exit 1@" -i ./install/makeInstallImage.sh
sed "s@chown@echo ""# chown@g" -i ./install/makeInstallImage.sh
sed "s@chmod@echo ""# chmod@g" -i ./install/makeInstallImage.sh
./install/makeInstallImage.sh
mv ./buildroot/ buildroot-classic
cd ..

# superserver
make clean
NOCONFIGURE=1 ./autogen.sh
%configure2_5x --prefix=%{fbroot} --with-system-icu --with-system-editline --enable-superserver \
 --with-fbbin=%{fbroot}/bin-superserver --with-fbinclude=%{_includedir}/%{name} \
 --with-fbsbin=%{_sbindir} --with-fbconf=%{_sysconfdir}/%{name} --with-fblib=%{_libdir} \
 --with-fbdoc=%{_defaultdocdir}/%{name} --with-fbudf=%{fbroot}/UDF --with-fbsample=%{_defaultdocdir}/%{name}/examples \
 --with-fbsample-db=%{_localstatedir}/lib/%{name}/data/ \
 --with-fbhelp=%{_localstatedir}/lib/%{name}/system/ --with-fbintl=%{fbroot}/intl \
 --with-fbmisc=%{fbroot}/misc --with-fbsecure-db=%{_localstatedir}/lib/%{name}/system \
 --with-fbmsg=%{_localstatedir}/lib/%{name}/system --with-fblog=%{_localstatedir}/log/%{name} \
 --with-fbglock=/run/%{name} --with-fbplugins=%{fbroot}/plugins-superserver
# Can't use %%make as itsparallel build is broken
make
cd gen
sed "s@exit 1@echo ""# exit 1@" -i ./install/makeInstallImage.sh
sed "s@chown@echo ""# chown@g" -i ./install/makeInstallImage.sh
sed "s@chmod@echo ""# chmod@g" -i ./install/makeInstallImage.sh
./install/makeInstallImage.sh

cd %{_builddir}/%{pkgname}
sed "s@%%{fbroot}@%{fbroot}@g" %{SOURCE2} > firebird.omv.releasenote

cat > README.urpmi <<EOF
You just installed or update %{name} server.
You can found important informations about OpenMandriva %{name} rpms and database
management in:

%{_defaultdocdir}/%{name}-server-common/firebird.omv.releasenote

Please, read it.
EOF

# -----------------------------------------------------------------------------

%install
# we wanted to setup both Classic and Superserver, we need to do all here
install -d %{buildroot}

mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mkdir -p %{buildroot}%{fbroot}/bin-superserver
mkdir -p %{buildroot}%{fbroot}/bin-classic
mkdir -p %{buildroot}%{_includedir}/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{fbroot}/UDF
mkdir -p %{buildroot}%{fbroot}/intl
mkdir -p %{buildroot}%{fbroot}/bin
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/data
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/system
mkdir -p %{buildroot}%{_localstatedir}/log/%{name}
mkdir -p %{buildroot}%{fbroot}/plugins-superserver
mkdir -p %{buildroot}%{fbroot}/plugins-classic
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
mkdir -p %{buildroot}%{_sysconfdir}/xinetd.d
mkdir -p %{buildroot}%{_unitdir} 
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_libdir}/pkgconfig
cp -v gen/install/misc/*.pc %{buildroot}%{_libdir}/pkgconfig/

cd %{buildroot}
cp -d %{_builddir}/%{pkgname}/gen/buildroot%{_sysconfdir}/%{name}/* %{buildroot}%{_sysconfdir}/%{name}
cp -d %{_builddir}/%{pkgname}/gen/buildroot-classic%{fbroot}/bin-classic/* %{buildroot}%{fbroot}/bin-classic
cp -d %{_builddir}/%{pkgname}/gen/buildroot-classic%{_sbindir}/fb_config %{buildroot}%{fbroot}/bin-classic/fb_config
sed "s@-classic@-superserver@" %{_builddir}/%{pkgname}/gen/buildroot-classic%{_sbindir}/fb_config > %{buildroot}%{fbroot}/bin-superserver/fb_config
cp -d %{_builddir}/%{pkgname}/gen/buildroot-classic%{_sbindir}/fbguard %{buildroot}%{_sbindir}/fbguard
cp -d %{_builddir}/%{pkgname}/gen/buildroot-classic%{_sbindir}/fb_inet_server %{buildroot}%{_sbindir}/fb_inet_server
cp -d %{_builddir}/%{pkgname}/gen/buildroot-classic%{_sbindir}/fb_lock_print %{buildroot}%{_sbindir}/fb_lock_print
cp -d %{_builddir}/%{pkgname}/gen/buildroot-classic%{_sbindir}/fb_smp_server %{buildroot}%{_sbindir}/fb_smp_server
cp -d %{_builddir}/%{pkgname}/gen/buildroot%{_sbindir}/fbserver %{buildroot}%{_sbindir}/fbserver
rm -f %{_builddir}/%{pkgname}/gen/buildroot%{fbroot}/bin-superserver/fb_inet_server
rm -f %{_builddir}/%{pkgname}/gen/buildroot%{fbroot}/bin-superserver/fb_smp_server
rm -f %{_builddir}/%{pkgname}/gen/buildroot%{fbroot}/bin-superserver/changeMultiConnectMode.sh
cp -d %{_builddir}/%{pkgname}/gen/buildroot%{fbroot}/bin-superserver/* %{buildroot}%{fbroot}/bin-superserver
cp -d %{_builddir}/%{pkgname}/gen/buildroot%{_includedir}/*.h %{buildroot}%{_includedir}
cp -d %{_builddir}/%{pkgname}/gen/buildroot%{_includedir}/%{name}/* %{buildroot}%{_includedir}/%{name}
cp -d %{_builddir}/%{pkgname}/gen/buildroot%{_sysconfdir}/%{name}/* %{buildroot}%{_sysconfdir}/%{name}
rm -f %{buildroot}%{_sysconfdir}/%{name}/README
rm -f %{buildroot}%{_sysconfdir}/%{name}/WhatsNew
rm -f %{buildroot}%{_sysconfdir}/%{name}/*.txt

cp -d %{_builddir}/%{pkgname}/gen/buildroot-classic%{_libdir}/lib* %{buildroot}%{_libdir}
cp -d %{_builddir}/%{pkgname}/gen/buildroot%{fbroot}/UDF/* %{buildroot}%{fbroot}/UDF
cp -d %{_builddir}/%{pkgname}/gen/buildroot%{_localstatedir}/lib/%{name}/data/* %{buildroot}%{_localstatedir}/lib/%{name}/data
cp -d %{_builddir}/%{pkgname}/gen/buildroot%{_localstatedir}/lib/%{name}/system/* %{buildroot}%{_localstatedir}/lib/%{name}/system
cp -d %{_builddir}/%{pkgname}/gen/buildroot%{fbroot}/plugins-superserver/* %{buildroot}%{fbroot}/plugins-superserver
cp -d %{_builddir}/%{pkgname}/gen/buildroot-classic%{fbroot}/plugins-classic/* %{buildroot}%{fbroot}/plugins-classic
cp -d %{_builddir}/%{pkgname}/gen/buildroot-classic%{fbroot}/intl/fbintl %{buildroot}%{fbroot}/intl/fbintl
cp -d %{_builddir}/%{pkgname}/gen/buildroot-classic%{fbroot}/intl/fbintl.conf %{buildroot}%{_sysconfdir}/%{name}/fbintl.conf
ln -s %{_sysconfdir}/%{name}/fbintl.conf .%{fbroot}/intl/fbintl.conf


cd	%{buildroot}%{_libdir}
ln	-s	libfbclient.so	libgds.so
ln	-s	libfbclient.so.%{major}	libgds.so.0
cd	%{buildroot}

echo 1 > %{buildroot}%{_localstatedir}/log/%{name}/%{name}.log
sed	"s@%{name}.log@%{_localstatedir}/log/%{name}/%{name}.log@g"	%{SOURCE1}	>	%{buildroot}%{_sysconfdir}/logrotate.d/%{name}

install -p -m 644 -D %{SOURCE4} $RPM_BUILD_ROOT%{_unitdir}/%{name}-classic\@.service
install -p -m 644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_unitdir}/%{name}-classic.socket

install -p -m 644 -D %{SOURCE6} $RPM_BUILD_ROOT%{_unitdir}/%{name}-superclassic.service
install -p -m 644 -D %{SOURCE7} $RPM_BUILD_ROOT%{_unitdir}/%{name}-superserver.service

cd	%{buildroot}
ln -s %{fbroot}/bin/fbsvcmgr .%{_bindir}/fbsvcmgr
ln -s %{fbroot}/bin/fbtracemgr .%{_bindir}/fbtracemgr
ln -s %{fbroot}/bin/gbak .%{_bindir}/gbak
ln -s %{fbroot}/bin/gdef .%{_bindir}/gdef
ln -s %{fbroot}/bin/gfix .%{_bindir}/gfix
ln -s %{fbroot}/bin/gpre .%{_bindir}/gpre
ln -s %{fbroot}/bin/gsec .%{_bindir}/gsec
ln -s %{fbroot}/bin/gsplit .%{_bindir}/gsplit
ln -s %{fbroot}/bin/gstat .%{_bindir}/gstat-fb
ln -s %{fbroot}/bin/isql .%{_bindir}/isql-fb
ln -s %{fbroot}/bin/nbackup .%{_bindir}/nbackup
ln -s %{fbroot}/bin/qli .%{_bindir}/qli
ln -s %{fbroot}/bin/fb_config .%{_bindir}/fb_config

mkdir -p %{buildroot}%{_prefix}/lib/tmpfiles.d
cat <<EOF > %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf
d /run/firebird 0775 firebird firebird
EOF


chmod 777 %{buildroot}/%{_libdir}/libib_util.so

#-----------------------------------------------------------------------------
# to bypass the rpm possible bug that don't do pre server-common
#----------------------------------------------------------------------------
%pre	server-classic
%_pre_useradd %{name} %{_localstatedir}/lib/%{name}/data /sbin/nologin

# -----------------------------------------------------------------------------
# classic server scripts
# -----------------------------------------------------------------------------
%post	server-classic
if [ "$(readlink %{fbroot}/bin 2> /dev/null)" \!= "%{fbroot}/bin-classic" ]; then 
 [ -e %{fbroot}/bin ] && rm -f %{fbroot}/bin
 ln -s %{fbroot}/bin{-classic,}
fi

%post	utils-classic
if [ "$(readlink %{fbroot}/bin 2> /dev/null)" \!= "%{fbroot}/bin-classic" ]; then 
 [ -e %{fbroot}/bin ] && rm -f %{fbroot}/bin
 ln -s %{fbroot}/bin{-classic,}
fi

%preun server-classic
if [ $1 -eq 0 ]; then
 if [ "$(readlink %{fbroot}/bin 2> /dev/null)" = "%{fbroot}/bin-classic" ]; then
  rm -f %{fbroot}/bin
 fi
fi

%preun utils-classic
if [ $1 -eq 0 ]; then
 if [ "$(readlink %{fbroot}/bin 2> /dev/null)" = "%{fbroot}/bin-classic" ]; then
  rm -f %{fbroot}/bin
 fi
fi

%post superclassic
if [ "$(readlink %{fbroot}/bin 2> /dev/null)" \!= "%{fbroot}/bin-classic" ]; then 
 [ -e %{fbroot}/bin ] && rm -f %{fbroot}/bin
 ln -s %{fbroot}/bin{-classic,}
fi

if [ ! -f /etc/gds_hosts.equiv ]; then
	echo localhost > /etc/gds_hosts.equiv
fi
%_post_service %{name}-superclassic


%preun superclassic
if [ $1 -eq 0 ]; then
 if /sbin/service firebird-superclassic status >& /dev/null; then
 /sbin/service firebird-superclassic stop
 fi
 chkconfig --del firebird-superclassic
fi
%_preun_service %{name}-superclassic 


# -----------------------------------------------------------------------------
# superserver scripts
# -----------------------------------------------------------------------------
%post	server-superserver
if [ "$(readlink %{fbroot}/bin 2> /dev/null)" \!= "%{fbroot}/bin-superserver" ]; then 
 [ -e %{fbroot}/bin ] && rm -f %{fbroot}/bin
 ln -s %{fbroot}/bin{-superserver,}
fi

if [ ! -f /etc/gds_hosts.equiv ]; then
	echo localhost > /etc/gds_hosts.equiv
fi
%_post_service %{name}-superserver

%post	utils-superserver
if [ "$(readlink %{fbroot}/bin 2> /dev/null)" \!= "%{fbroot}/bin-superserver" ]; then 
 [ -e %{fbroot}/bin ] && rm -f %{fbroot}/bin
 ln -s %{fbroot}/bin{-superserver,}
fi

%preun server-superserver
if [ $1 -eq 0 ]; then
 if /sbin/service firebird-superserver status >& /dev/null; then
  /sbin/service firebird-superserver stop
 fi
 chkconfig --del firebird-superserver
 if [ "$(readlink %{fbroot}/bin 2> /dev/null)" = "%{fbroot}/bin-superserver" ]; then
  rm -f %{fbroot}/bin
 fi
fi
%_preun_service %{name}-superserver 

# -----------------------------------------------------------------------------
# server-common scripts
# -----------------------------------------------------------------------------
%pre server-common
# Create the firebird user and group if it doesn't exist
%_pre_useradd %{name} %{_localstatedir}/lib/%{name}/data /sbin/nologin
# Add gds_db to /etc/services if needed
FileName=/etc/services
newLine="gds_db          3050/tcp  # Firebird SQL Database Remote Protocol"
oldLine=`grep "^gds_db" $FileName`
if [ -z "$oldLine" ]; then
	echo $newLine >> $FileName
fi

%postun server-common
%_postun_userdel %{name}

%post server-common
%_tmpfilescreate %{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5.2.26540-9
+ Revision: 1a7328c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16332 |14mr|firefox-32.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# WARNING, READ FIRST:
#
# This is a special package that needs special treatment. Due to the amount of
# security updates it needs, it's common to ship new upstream versions instead of patching.
# That means this package MUST be BUILDABLE for stable official releases.
# This also means only STABLE upstream releases, NO betas.
# This is a discussed topic. Please, do not flame it again.

%define major 32.0.2
%define ff_epoch 0
# (tpg) set version HERE !!!
%define realver %{major}
%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}

# (tpg) MOZILLA_FIVE_HOME
%define mozillalibdir %{_libdir}/%{name}-%{major}
%define pluginsdir %{_libdir}/mozilla/plugins

# this seems fragile, so require the exact version or later (#58754)
%define sqlite3_version %(pkg-config --modversion sqlite3 &>/dev/null && pkg-config --modversion sqlite3 2>/dev/null || echo 0)
%define nss_version %(pkg-config --modversion nss &>/dev/null && pkg-config --modversion nss 2>/dev/null || echo 0)
%define nspr_version %(pkg-config --modversion nspr &>/dev/null && pkg-config --modversion nspr 2>/dev/null |sed -e 's!\.0!!' || echo 0)

%define _use_syshunspell 0

%define update_channel  release

Summary:	Next generation web browser
Name:		firefox
Version:	%{major}
Epoch:		%{ff_epoch}
Release:	2
License:	MPLv1+
Group:		Networking/WWW
Url:		http://www.mozilla.com/firefox/
%if 0%{?prel}
Source0:	ftp://ftp.mozilla.org/pub/mozilla.org/%{name}/releases/%{realver}/source/%{name}-%{realver}%prel.source.tar.bz2
%else
Source0:	ftp://ftp.mozilla.org/pub/mozilla.org/%{name}/releases/%{realver}/source/%{name}-%{realver}.source.tar.bz2
%endif
Source4:	%{name}.desktop
Source5:	firefox-searchengines-jamendo.xml
Source6:	firefox-searchengines-exalead.xml
Source8:	firefox-searchengines-askcom.xml
Source9:	kde.js
Source10:	firefox-searchengines-yandex.xml
Source11:	firefox-searchengines-google.xml
Source12:	firefox-searchengines-bing.xml
Patch1:		firefox-6.0-lang.patch
Patch2:         firefox-vendor.patch
Patch8:		firefox-25.0-disable-check-default-browser.patch
Patch10:	firefox-3.5.3-default-mail-handler.patch
# Patches for kde integration of FF 
Patch11:	firefox-32-kde.patch
Patch12:	mozilla-32-kde.patch
Patch13:	mozilla-kde-background.patch
Patch34:	xulrunner_nojit.patch

# Upstream patches

# Fedora
Patch90:	firefox-baseline-disable.patch


BuildRequires:	gtk+2-devel
BuildRequires:	unzip
BuildRequires:	zip
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	jpeg-devel
BuildRequires:	zlib-devel
BuildRequires:	glib2-devel
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	makedepend
BuildRequires:	nss-devel >= 2:3.16.2
BuildRequires:	nss-static-devel
BuildRequires:	nspr-devel >= 2:4.10.6
BuildRequires:	startup-notification-devel
BuildRequires:	dbus-glib-devel
BuildRequires:	python
BuildRequires:	sqlite3-devel >= 3.8.4.1
%ifnarch %arm %mips
BuildRequires:	valgrind
BuildRequires:	java-rpmbuild
BuildRequires:	yasm >= 1.0.1
%endif
%ifarch %arm
BuildRequires:	libffi-devel
%endif
BuildRequires:	rootcerts >= 1:20110830.00
BuildRequires:	pkgconfig(xt)
%if %_use_syshunspell
BuildRequires:	hunspell-devel
%endif
BuildRequires:	doxygen
# BuildRequires:  xulrunner-devel >= %xulrunner_version%{?prel:-0.%prel}
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	wget
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	cairo-devel >= 1.10
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	autoconf2.1
BuildRequires:	libiw-devel
BuildRequires:	python-virtualenv
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	bzip2-devel

%if 0%{?prel}
Provides:	%{name} = %{epoch}:%{realver}-0.%{prel}
%else
Provides:	%{name} = %{epoch}:%{realver}
%endif
Provides:	mozilla-firefox = %{epoch}:%{version}-%{release}
Provides:	webclient

Requires:	%{mklibname sqlite3_ 0} >= %{sqlite3_version}
Requires:	%{mklibname nss 3} >= 2:%{nss_version}
Requires:	%{mklibname nspr 4} >= 2:%{nspr_version}
Requires:	indexhtml
Requires:       xdg-utils
# fixes bug #42096
Requires:	mailcap
%if %_use_syshunspell
Suggests:	hunspell-en
%endif
Suggests:	%{_lib}canberra0
Suggests:	%{_lib}cups2
Obsoletes:	firefox-ext-weave-sync
Obsoletes:	firefox-beta < 11

%description
The award-winning Web browser is now faster, more secure, and fully
customizable to your online life. With Firefox(R), we've added powerful new
features that make your online experience even better. It is an 'open source'
product which is  freely available, and is acquiring a growing proportion of
international web browser usage.

Firefox claims to offer a more secure web browsing experience than other
products, with better protection against spyware and other Internet-based
security threats.  It includes all the standard features of a modern web
browser, like Internet searching, tracking recently visited sites, setting up
shortcuts to favourite sites, customising the software behaviour and so on.
Firefox also includes  features like 'tabbed browsing' (opening several web
sites as sections within the same window) and methods for controlling pop-up
windows, cookies and downloaded files.

%package	devel
Summary:	Development files for %{name}
Group:		Development/Other
Obsoletes:	firefox-beta-devel < 11

%description	devel
Files and macros mainly for building Firefox extensions.

%prep
%setup -qn mozilla-%update_channel
%patch1 -p1 -b .lang
%patch2 -p1 -b .vendor
%patch8 -p1 -b .disable-check
%patch10 -p1 -b .default-mail-handler

## KDE INTEGRATION
# Disable kde integration , need refactoring
%patch11 -p1 -b .kdepatch
%patch12 -p1 -b .kdemoz
%patch13 -p1 -b .kdebackground

%ifarch %arm
%if "%{_target_cpu}" != "armv7l"
%patch34 -p1
%endif
%endif

# disable baseline JIT on i686 (rhbz#1047079)
%ifarch %{ix86}
%patch90 -p2 -b .baseline
%endif

pushd js/src
autoconf-2.13
popd
autoconf-2.13

# needed to regenerate certdata.c
pushd security/nss/lib/ckfw/builtins
perl ./certdata.perl < /etc/pki/tls/mozilla/certdata.txt
popd

%build
export MOZCONFIG=`pwd`/mozconfig
cat << EOF > $MOZCONFIG
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZ_MAKE_FLAGS="%{_smp_mflags}"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
ac_add_options --host=%{_host}
ac_add_options --target=%{_target_platform}
ac_add_options --enable-optimize
ac_add_options --prefix="%{_prefix}"
ac_add_options --libdir="%{_libdir}"
ac_add_options --sysconfdir="%{_sysconfdir}"
ac_add_options --mandir="%{_mandir}"
ac_add_options --includedir="%{_includedir}"
ac_add_options --datadir="%{_datadir}"
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-zlib
ac_add_options --with-system-libvpx
ac_add_options --with-system-bz2
ac_add_options --enable-libnotify
ac_add_options --enable-svg
ac_add_options --enable-canvas
ac_add_options --enable-webm
ac_add_options --enable-gio
ac_add_options --disable-gnomevfs
ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --disable-debug
#ac_add_options --enable-chrome-format=jar
#ac_add_options --enable-update-channel=beta
ac_add_options --enable-official-branding
ac_add_options --enable-libproxy
ac_add_options --with-system-jpeg
ac_add_options --enable-system-cairo
ac_add_options --enable-system-sqlite
ac_add_options --enable-startup-notification
ac_add_options --enable-xinerama
ac_add_options --with-distribution-id=org.rosa
ac_add_options --disable-crashreporter
ac_add_options --enable-update-channel=%{update_channel}
ac_add_options --enable-gstreamer
%ifarch %arm
%if "%{_target_cpu}" != "armv7l"
ac_add_options --disable-methodjit 
ac_add_options --disable-tracejit 
%endif
ac_add_options --enable-system-ffi 
%endif
%ifnarch %arm %mips
ac_add_options --with-valgrind 
ac_add_options --with-java-include-path=%{java_home}/include 
ac_add_options --with-java-bin-path=%{java_home}/bin 
ac_add_options --enable-opus
%endif

EOF

%__perl -p -i -e 's|\-0|\-9|g' config/make-jars.pl

export LDFLAGS="%ldflags"
make -f client.mk build

%install
rm -rf %{buildroot}

make -C %{_builddir}/obj/browser/installer STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0

# Copy files to buildroot
%{__mkdir_p} %{buildroot}%{mozillalibdir}
cp -rf %{_builddir}/obj/dist/firefox/* %{buildroot}%{mozillalibdir}

%{__mkdir_p}  %{buildroot}%{_bindir}
ln -sf %{mozillalibdir}/firefox %{buildroot}%{_bindir}/firefox
pushd %{buildroot}%{_bindir}
	ln -sf firefox mozilla-firefox
popd
mkdir -p %{buildroot}%{mozillalibdir}/defaults/preferences/
install -m 644 %{SOURCE9} %{buildroot}%{mozillalibdir}/defaults/preferences/kde.js

# Create and own %_libdir/mozilla/plugins & firefox extensions directories
%{__mkdir_p} %{buildroot}%{pluginsdir}
%{__mkdir_p} %{buildroot}%{_libdir}/mozilla/extensions/%{firefox_appid}
%{__mkdir_p} %{buildroot}%{_datadir}/mozilla/extensions/%{firefox_appid}

# (tpg) desktop entry
%{__mkdir_p} %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/applications/%{name}.desktop

# (tpg) icons
%{__cp} %{buildroot}%{mozillalibdir}/browser/chrome/icons/default/default16.png %{buildroot}/%{mozillalibdir}/browser/icons/
for i in 16 22 24 32 48 256; do
# (cg) Not all icon sizes are installed with make install, so just redo it here.
%{__install} -m 644 browser/branding/official/default$i.png %{buildroot}%{mozillalibdir}/browser/chrome/icons/default/default$i.png
%{__mkdir_p} %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default$i.png %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps/%{name}.png ;
done
%{__mkdir_p} %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default48.png %{buildroot}%{_liconsdir}/%{name}.png
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default32.png %{buildroot}%{_iconsdir}/%{name}.png
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default16.png %{buildroot}%{_miconsdir}/%{name}.png

# exclusions
rm -f %{buildroot}%{mozillalibdir}/README.txt
rm -f %{buildroot}%{mozillalibdir}/removed-files
rm -f %{buildroot}%{mozillalibdir}/precomplete

cat << EOF >> %{buildroot}%{mozillalibdir}/firefox.cfg
#code
pref("browser.rights.3.shown", false);
defaultPref("browser.startup.homepage", "data:text/html,browser.startup.homepage=file:///usr/share/doc/HTML/index.html");
pref("browser.shell.checkDefaultBrowser", false);
pref("browser.startup.homepage_override.mstone", "ignore");
pref("browser.ctrlTab.previews", true);
pref("browser.tabs.insertRelatedAfterCurrent", false);
pref("browser.backspace_action", 2);
pref("browser.display.use_system_colors", true);
pref("browser.download.folderList", 1);
pref("browser.link.open_external", 3);
pref("app.update.auto", false);
pref("app.update.enabled", false);
pref("app.update.autoInstallEnabled", false);
pref("security.ssl.require_safe_negotiation", false);
pref("dom.ipc.plugins.enabled.nswrapper*", false);
pref("extensions.autoDisableScopes", 0);
pref("extensions.shownSelectionUI", true);
pref("network.manage-offline-status", true);
EOF
cat << EOF >> %{buildroot}%{mozillalibdir}/defaults/pref/config-prefs.js
pref("general.config.filename", "firefox.cfg");
pref("general.config.obscure_value", 0); // use this to disable the byte-shift
EOF

# display icon for Firefox button
%{__mkdir_p} %{buildroot}%{mozillalibdir}/defaults/profile/chrome
cat << EOF > %{buildroot}%{mozillalibdir}/defaults/profile/chrome/userChrome.css
#appmenu-toolbar-button {
  list-style-image: url("chrome://branding/content/icon16.png");
}
EOF

# use the system myspell dictionaries
rm -fr %{buildroot}%{mozillalibdir}/dictionaries
#ln -s %{_datadir}/hunspell %{buildroot}%{mozillalibdir}/dictionaries
ln -s %{_datadir}/dict/mozilla/ %{buildroot}%{mozillalibdir}/dictionaries

# (lm) touch and %ghost bookmarks.html to a proper uninstall
touch %{buildroot}%{mozillalibdir}/defaults/profile/bookmarks.html

# search engines
rm -f %{buildroot}%{mozillalibdir}/browser/searchplugins/*
cp -f %{SOURCE5} %{buildroot}%{mozillalibdir}/browser/searchplugins/jamendo.xml
cp -f %{SOURCE6} %{buildroot}%{mozillalibdir}/browser/searchplugins/exalead.xml
cp -f %{SOURCE8} %{buildroot}%{mozillalibdir}/browser/searchplugins/askcom.xml
cp -f %{SOURCE10} %{buildroot}%{mozillalibdir}/browser/searchplugins/yandex.xml
cp -f %{SOURCE11} %{buildroot}%{mozillalibdir}/browser/searchplugins/google.xml
cp -f %{SOURCE12} %{buildroot}%{mozillalibdir}/browser/searchplugins/bing.xml

# Correct distro values on search engines
sed -i 's/@DISTRO_VALUE@/ffx/' %{buildroot}%{mozillalibdir}/browser/searchplugins/askcom.xml
sed -i 's/@DISTRO_VALUE@//' %{buildroot}%{mozillalibdir}/browser/searchplugins/exalead.xml

mkdir -p %{buildroot}%{_sys_macros_dir}
cat <<FIN >%{buildroot}%{_sys_macros_dir}/%{name}.macros
# Macros from %{name} package
%%firefox_major              %{major}
%%firefox_epoch              %{ff_epoch}
%%firefox_version            %{major}%{?prel:-0.%prel}
%%firefox_mozillapath        %{mozillalibdir}
%%firefox_pluginsdir         %{pluginsdir}
%%firefox_appid              \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%%firefox_extdir             %%(if [ "%%_target_cpu" = "noarch" ]; then echo %%{_datadir}/mozilla/extensions/%%{firefox_appid}; else echo %%{_libdir}/mozilla/extensions/%%{firefox_appid}; fi)
FIN

# Fix libxpcom.so rights
#chmod 755 $RPM_BUILD_ROOT/%{mozillalibdir}/libxpcom.so

%pre
if [ -d %{mozillalibdir}/browser/dictionaries ]; then
    rm -fr %{mozillalibdir}/browser/dictionaries
fi

%post
if [ ! -r /etc/sysconfig/oem ]; then
  case `grep META_CLASS /etc/sysconfig/system` in
    *powerpack) bookmark="mozilla-powerpack.html" ;;
    *desktop) bookmark="mozilla-one.html";;
    *) bookmark="mozilla-download.html";;
  esac
  ln -s -f ../../../../share/mdk/bookmarks/mozilla/$bookmark  %{mozillalibdir}/defaults/profile/bookmarks.html
fi

%files
%{_bindir}/%{name}
%{_bindir}/mozilla-firefox
%{_iconsdir}/hicolor/*/apps/*.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*.desktop
%{_libdir}/%{name}-%{major}*
#% ghost %{mozillalibdir}/defaults/profile/bookmarks.html
%dir %{_libdir}/mozilla
%dir %{_libdir}/mozilla/extensions
%dir %{pluginsdir}
%dir %{_libdir}/mozilla/extensions/%{firefox_appid}
%dir %{_datadir}/mozilla/extensions/%{firefox_appid}

%files devel
%{_sys_macros_dir}/%{name}.macros

%changelog
* Tue Sep 23 2014 Tigro <ashejn@gmail.com> 0:32.0.2-2
+ Revision: 0abeef5
- disable javascript.options.baselinejit for %{ix86}

* Fri Sep 19 2014 Tigro <ashejn@gmail.com> 0:32.0.2-1
+ Revision: 30ffc90
- update to 32.0.2

* Tue Sep 02 2014 Tigro <ashejn@gmail.com> 0:32.0-1
+ Revision: 87854ce
- disable-optimize for ABI32

* Tue Sep 02 2014 Tigro <ashejn@gmail.com> 0:32.0-1
+ Revision: 76384cd
- drop tmp directory

* Tue Sep 02 2014 Tigro <ashejn@gmail.com> 0:32.0-1
+ Revision: 23f74fa
- update to 32.0

* Tue Aug 05 2014 Tigro <ashejn@gmail.com> 0:31.0-1
+ Revision: 3071047
- update to 31.0

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:30.0-2
+ Revision: 14ce83c
- MassBuild#440: Increase release tag

* Tue Jun 10 2014 Tigro <ashejn@gmail.com> 0:30.0-1
+ Revision: 20acf1b
- bump sqlite version

* Tue Jun 10 2014 Tigro <ashejn@gmail.com> 0:30.0-1
+ Revision: c40238e
- bump nspr release

* Tue Jun 10 2014 Tigro <ashejn@gmail.com> 0:30.0-1
+ Revision: 0bd8020
- added kde patches

* Tue Jun 10 2014 Tigro <ashejn@gmail.com> 0:30.0-1
+ Revision: a9fb740
- update to 30.0

* Mon May 12 2014 Tigro <ashejn@gmail.com> 0:29.0.1-1
+ Revision: 6beabdb
- update to 29.0.1

* Tue Apr 29 2014 Tigro <ashejn@gmail.com> 0:29.0-1
+ Revision: 1a3cc6f
- disable addons patch

* Tue Apr 29 2014 Tigro <ashejn@gmail.com> 0:29.0-1
+ Revision: 0e5489a
- update to 29.0

* Tue Apr 22 2014 Alex Burmashev <alex.burmashev@gmail.com> 0:28.0-4
+ Revision: b95df0e
- one more try to fix start page

* Tue Apr 22 2014 Alex Burmashev <alex.burmashev@gmail.com> 0:28.0-3
+ Revision: e0691d8
- allow to change default start page

* Fri Apr 18 2014 Alex Burmashev <alex.burmashev@gmail.com> 0:28.0-2
+ Revision: e46850b
- added a new config file

* Fri Apr 18 2014 Alex Burmashev <alex.burmashev@gmail.com> 0:28.0-3
+ Revision: 4e9b477
- added a new pref and setting file

* Thu Mar 20 2014 Tigro <ashejn@gmail.com> 0:28.0-1
+ Revision: aaea844
- fix release

* Wed Mar 19 2014 Tigro <ashejn@gmail.com> 0:28.0-2
+ Revision: 3efe3e2
- added BR: libpulse

* Wed Mar 19 2014 Tigro <ashejn@gmail.com> 0:28.0-2
+ Revision: 3a1502b
- update kde patches

* Wed Mar 19 2014 Tigro <ashejn@gmail.com> 0:28.0-2
+ Revision: d10cd86
- drop firefox-5.0-asciidel.patch

* Wed Mar 19 2014 Tigro <ashejn@gmail.com> 0:28.0-2
+ Revision: dd83f9b
- update to 28.0

* Tue Feb 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0:27.0.1-2
+ Revision: d7951bf
- LOG Add patch to fix setting wallpaper in KDE4

* Fri Feb 14 2014 Tigro <ashejn@gmail.com> 0:27.0.1-1
+ Revision: 8627a84
- update to 27.0.1

* Thu Feb 13 2014 Tigro <ashejn@gmail.com> 0:27.0-1
+ Revision: 05e7aa3
- enable optimize again

* Thu Feb 13 2014 Tigro <ashejn@gmail.com> 0:27.0-1
+ Revision: 380e8b4
- fix typo

* Thu Feb 13 2014 Tigro <ashejn@gmail.com> 0:27.0-1
+ Revision: 950dc66
- set -O0 by default for optflags

* Thu Feb 13 2014 Tigro <ashejn@gmail.com> 0:27.0-1
+ Revision: d52db5e
- disable at all

* Thu Feb 13 2014 Tigro <ashejn@gmail.com> 0:27.0-1
+ Revision: fc1f386
- disable optimize



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16333 |14mr|firefox-esr-24.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# WARNING, READ FIRST:
#
# This is a special package that needs special treatment. Due to the amount of
# security updates it needs, it's common to ship new upstream versions instead of patching.
# That means this package MUST be BUILDABLE for stable official releases.
# This also means only STABLE upstream releases, NO betas.
# This is a discussed topic. Please, do not flame it again.

%define major 24.8.0
%define ff_epoch 0
# (tpg) set version HERE !!!
%define realver %{major}
%define realname firefox
%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}

# (tpg) MOZILLA_FIVE_HOME
%define mozillalibdir %{_libdir}/%{realname}-%{major}
%define pluginsdir %{_libdir}/mozilla/plugins

# this seems fragile, so require the exact version or later (#58754)
%define sqlite3_version %(pkg-config --modversion sqlite3 &>/dev/null && pkg-config --modversion sqlite3 2>/dev/null || echo 0)
%define nss_version %(pkg-config --modversion nss &>/dev/null && pkg-config --modversion nss 2>/dev/null || echo 0)
%define nspr_version %(pkg-config --modversion nspr &>/dev/null && pkg-config --modversion nspr 2>/dev/null |sed -e 's!\.0!!' || echo 0)

%define _use_syshunspell 0

%define release  1

%define update_channel  esr24

Summary:	Next generation web browser
Name:		%{realname}-esr
Version:	%{major}
Epoch:		%{ff_epoch}
Release:	%{release}
License:	MPLv1+
Group:		Networking/WWW
Url:		http://www.mozilla.com/firefox/
%if 0%{?prel}
Source0:	ftp://ftp.mozilla.org/pub/mozilla.org/%{realname}/releases/%{realver}/source/%{realname}-%{realver}%prel.source.tar.bz2
%else
Source0:	ftp://ftp.mozilla.org/pub/mozilla.org/%{realname}/releases/%{realver}esr/source/%{realname}-%{realver}esr.source.tar.bz2
%endif
Source4:	%{realname}.desktop
Source5:	firefox-searchengines-jamendo.xml
Source6:	firefox-searchengines-exalead.xml
Source8:	firefox-searchengines-askcom.xml
Source9:	kde.js
Source10:	firefox-searchengines-yandex.xml
Source11:	firefox-searchengines-google.xml
Source12:	firefox-searchengines-bing.xml
Patch1:		firefox-6.0-lang.patch
Patch2:         firefox-vendor.patch
Patch8:		firefox-22.0-disable-check-default-browser.patch
Patch9:         firefox-5.0-asciidel.patch
Patch10:	firefox-3.5.3-default-mail-handler.patch
# Patches for kde integration of FF 
Patch11:	firefox-24-kde.patch
Patch12:	mozilla-24-kde.patch
Patch13:        mozilla-kde-background.patch
Patch34:	xulrunner_nojit.patch

# Upstream patches

# ROSA
Patch90:	firefox-15.0-enable-addons.patch

BuildRequires:	gtk+2-devel
BuildRequires:	unzip
BuildRequires:	zip
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	jpeg-devel
BuildRequires:	zlib-devel
BuildRequires:	glib2-devel
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	makedepend
BuildRequires:	nss-devel >= 2:3.15.4
BuildRequires:	nss-static-devel
BuildRequires:	nspr-devel >= 2:4.9.4
BuildRequires:	startup-notification-devel
BuildRequires:	dbus-glib-devel
BuildRequires:	python-devel
BuildRequires:	sqlite3-devel >= 3.7.17
%ifnarch %arm %mips
BuildRequires:	valgrind
#BuildRequires:	java-rpmbuild
BuildRequires:	yasm >= 1.0.1
%endif
%ifarch %arm
BuildRequires:	libffi-devel
%endif
BuildRequires:	rootcerts >= 1:20110830.00
BuildRequires:	pkgconfig(xt)
%if %_use_syshunspell
BuildRequires:	hunspell-devel
%endif
BuildRequires:	doxygen
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	wget
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	cairo-devel >= 1.10
BuildRequires:	pkgconfig(gl)
BuildRequires:	autoconf2.1
BuildRequires:	libiw-devel
BuildRequires:	python-simplejson
#BuildRequires:	gstreamer0.10-devel
#BuildRequires:	libgstreamer0.10-plugins-base-devel
BuildRequires:	pkgconfig(opus)

#%if 0%{?prel}
#Provides:	%{realname} = %{epoch}:%{realver}-0.%{prel}
#%else
#Provides:	%{realname} = %{epoch}:%{realver}
#%endif
Provides:	mozilla-firefox = %{epoch}:%{version}-%{release}
Provides:	webclient

Requires:	%{mklibname sqlite3_ 0} >= %{sqlite3_version}
Requires:	%{mklibname nss 3} >= 2:%{nss_version}
Requires:	%{mklibname nspr 4} >= 2:%{nspr_version}
Requires:	indexhtml
Requires:       xdg-utils
# fixes bug #42096
Requires:	mailcap
Suggests:	hunspell-en
Suggests:	%{_lib}canberra0
Suggests:	%{_lib}cups2
Obsoletes:	firefox-ext-weave-sync
Obsoletes:	firefox-beta < 11

Conflicts:	%{realname}

%description
The award-winning Web browser is now faster, more secure, and fully
customizable to your online life. With Firefox(R), we've added powerful new
features that make your online experience even better. It is an 'open source'
product which is  freely available, and is acquiring a growing proportion of
international web browser usage.

Firefox claims to offer a more secure web browsing experience than other
products, with better protection against spyware and other Internet-based
security threats.  It includes all the standard features of a modern web
browser, like Internet searching, tracking recently visited sites, setting up
shortcuts to favourite sites, customising the software behaviour and so on.
Firefox also includes  features like 'tabbed browsing' (opening several web
sites as sections within the same window) and methods for controlling pop-up
windows, cookies and downloaded files.

%package	devel
Summary:	Development files for %{name}
Group:		Development/Other
Obsoletes:	firefox-beta-devel < 11
Conflicts:	%{realname}-devel

%description	devel
Files and macros mainly for building Firefox extensions.

%prep
%setup -qn mozilla-%update_channel
%patch1 -p1 -b .lang
%patch2 -p1 -b .vendor
%patch8 -p1 -b .disable-software-update
%patch9 -p1 -b .ascii
%patch10 -p1 -b .default-mail-handler

## KDE INTEGRATION
# Disable kde integration , need refactoring
%patch11 -p1 -b .kdepatch
%patch12 -p1 -b .kdemoz
%patch13 -p1 -b .kdebackground

%ifarch %arm
%if "%{_target_cpu}" != "armv7l"
%patch34 -p1
%endif
%endif

%patch90 -p2 -b .addons

pushd js/src
autoconf-2.13
popd
autoconf-2.13

# needed to regenerate certdata.c
pushd security/nss/lib/ckfw/builtins
perl ./certdata.perl < /etc/pki/tls/mozilla/certdata.txt
popd

%build
%global optflags %(echo %{optflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//' -e 's/-Wa,--compress-debug-sections//')
%setup_compile_flags

CFLAGS=$(echo %optflags | %{__sed} -e 's/-fexceptions//')
CFLAGS="$CFLAGS -fno-strict-aliasing"
CXXFLAGS="$CFLAGS -fpermissive"
RPM_OPT_FLAGS="$CFLAGS"
LDFLAGS="%ldflags"
export CFLAGS
export CXXFLAGS
export RPM_OPT_FLAGS
export LDFLAGS

export MOZCONFIG=`pwd`/mozconfig
cat << EOF > $MOZCONFIG
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZ_MAKE_FLAGS="%{_smp_mflags}"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
ac_add_options --host=%{_host}
ac_add_options --target=%{_target_platform}
ac_add_options --enable-optimize
ac_add_options --prefix="%{_prefix}"
ac_add_options --libdir="%{_libdir}"
ac_add_options --sysconfdir="%{_sysconfdir}"
ac_add_options --mandir="%{_mandir}"
ac_add_options --includedir="%{_includedir}"
ac_add_options --datadir="%{_datadir}"
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-zlib
ac_add_options --with-pthreads
ac_add_options --enable-webm
ac_add_options --enable-webrtc
ac_add_options --enable-ogg
ac_add_options --enable-jemalloc
ac_add_options --enable-gio
ac_add_options --disable-gnomevfs
ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --without-system-libvpx
#ac_add_options --enable-chrome-format=jar
#ac_add_options --enable-update-channel=beta
ac_add_options --enable-official-branding
ac_add_options --enable-libproxy
ac_add_options --with-system-jpeg
ac_add_options --enable-system-cairo
ac_add_options --enable-canvas
ac_add_options --enable-svg
ac_add_options --enable-system-sqlite
ac_add_options --enable-extensions=default
ac_add_options --enable-startup-notification
ac_add_options --enable-libnotify
ac_add_options --enable-xinerama
ac_add_options --with-distribution-id=org.rosa
ac_add_options --disable-crashreporter
ac_add_options --enable-update-channel=%{update_channel}
ac_add_options --disable-gstreamer
%ifarch %arm
%if "%{_target_cpu}" != "armv7l"
ac_add_options --disable-methodjit 
ac_add_options --disable-tracejit 
%endif
ac_add_options --enable-system-ffi 
%endif
%ifnarch %arm %mips
ac_add_options --with-valgrind 
ac_add_options --disable-javaxpcom
#ac_add_options --with-java-include-path=%{java_home}/include 
#ac_add_options --with-java-bin-path=%{java_home}/bin 
ac_add_options --enable-opus
%endif

EOF

%__perl -p -i -e 's|\-0|\-9|g' config/make-jars.pl

export LDFLAGS="%ldflags"
make -f client.mk build

%install
rm -rf %{buildroot}

make -C %{_builddir}/obj/browser/installer STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0

# Copy files to buildroot
%{__mkdir_p} %{buildroot}%{mozillalibdir}
cp -rf %{_builddir}/obj/dist/firefox/* %{buildroot}%{mozillalibdir}

%{__mkdir_p}  %{buildroot}%{_bindir}
ln -sf %{mozillalibdir}/firefox %{buildroot}%{_bindir}/firefox
pushd %{buildroot}%{_bindir}
	ln -sf firefox mozilla-firefox
popd
mkdir -p %{buildroot}%{mozillalibdir}/defaults/preferences/
install -m 644 %{SOURCE9} %{buildroot}%{mozillalibdir}/defaults/preferences/kde.js

# Create and own %_libdir/mozilla/plugins & firefox extensions directories
%{__mkdir_p} %{buildroot}%{pluginsdir}
%{__mkdir_p} %{buildroot}%{_libdir}/mozilla/extensions/%{firefox_appid}
%{__mkdir_p} %{buildroot}%{_datadir}/mozilla/extensions/%{firefox_appid}

# (tpg) desktop entry
%{__mkdir_p} %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/applications/%{realname}.desktop

# (tpg) icons
%{__cp} %{buildroot}%{mozillalibdir}/browser/chrome/icons/default/default16.png %{buildroot}/%{mozillalibdir}/browser/icons/
for i in 16 22 24 32 48 256; do
# (cg) Not all icon sizes are installed with make install, so just redo it here.
%{__install} -m 644 browser/branding/official/default$i.png %{buildroot}%{mozillalibdir}/browser/chrome/icons/default/default$i.png
%{__mkdir_p} %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default$i.png %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps/%{realname}.png ;
done
%{__mkdir_p} %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default48.png %{buildroot}%{_liconsdir}/%{realname}.png
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default32.png %{buildroot}%{_iconsdir}/%{realname}.png
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default16.png %{buildroot}%{_miconsdir}/%{realname}.png

# exclusions
rm -f %{buildroot}%{mozillalibdir}/README.txt
rm -f %{buildroot}%{mozillalibdir}/removed-files
rm -f %{buildroot}%{mozillalibdir}/precomplete

install -D -m644 browser/app/profile/prefs.js %{buildroot}%{mozillalibdir}/defaults/profile/prefs.js
cat << EOF >> %{buildroot}%{mozillalibdir}/defaults/profile/prefs.js
user_pref("browser.EULA.override", true);
user_pref("browser.shell.checkDefaultBrowser", false);
user_pref("browser.ctrlTab.previews", true);
user_pref("browser.tabs.insertRelatedAfterCurrent", false);
user_pref("browser.startup.homepage", "file:///usr/share/doc/HTML/index.html");
#user_pref("browser.startup.homepage_override.mstone", "ignore");
user_pref("browser.backspace_action", 2);
user_pref("browser.display.use_system_colors", true);
user_pref("browser.download.folderList", 1);
user_pref("browser.link.open_external", 3);
user_pref("app.update.auto", false);
user_pref("app.update.enabled", false);
user_pref("app.update.autoInstallEnabled", false);
user_pref("security.ssl.require_safe_negotiation", false);
user_pref("dom.ipc.plugins.enabled.nswrapper*", false);
user_pref("extensions.autoDisableScopes", 0);
user_pref("extensions.shownSelectionUI", true);
user_pref("network.manage-offline-status", true);
EOF

# display icon for Firefox button
%{__mkdir_p} %{buildroot}%{mozillalibdir}/defaults/profile/chrome
cat << EOF > %{buildroot}%{mozillalibdir}/defaults/profile/chrome/userChrome.css
#appmenu-toolbar-button {
  list-style-image: url("chrome://branding/content/icon16.png");
}
EOF

# use the system myspell dictionaries
rm -fr %{buildroot}%{mozillalibdir}/dictionaries
#ln -s %{_datadir}/hunspell %{buildroot}%{mozillalibdir}/dictionaries
ln -s %{_datadir}/dict/mozilla/ %{buildroot}%{mozillalibdir}/dictionaries

# (lm) touch and %ghost bookmarks.html to a proper uninstall
touch %{buildroot}%{mozillalibdir}/defaults/profile/bookmarks.html

# search engines
rm -f %{buildroot}%{mozillalibdir}/browser/searchplugins/*
cp -f %{SOURCE5} %{buildroot}%{mozillalibdir}/browser/searchplugins/jamendo.xml
cp -f %{SOURCE6} %{buildroot}%{mozillalibdir}/browser/searchplugins/exalead.xml
cp -f %{SOURCE8} %{buildroot}%{mozillalibdir}/browser/searchplugins/askcom.xml
cp -f %{SOURCE10} %{buildroot}%{mozillalibdir}/browser/searchplugins/yandex.xml
cp -f %{SOURCE11} %{buildroot}%{mozillalibdir}/browser/searchplugins/google.xml
cp -f %{SOURCE12} %{buildroot}%{mozillalibdir}/browser/searchplugins/bing.xml

# Correct distro values on search engines
sed -i 's/@DISTRO_VALUE@/ffx/' %{buildroot}%{mozillalibdir}/browser/searchplugins/askcom.xml
sed -i 's/@DISTRO_VALUE@//' %{buildroot}%{mozillalibdir}/browser/searchplugins/exalead.xml

mkdir -p %{buildroot}%{_sys_macros_dir}
cat <<FIN >%{buildroot}%{_sys_macros_dir}/%{realname}.macros
# Macros from %{realname} package
%%firefox_major              %{major}
%%firefox_epoch              %{ff_epoch}
%%firefox_version            %{major}%{?prel:-0.%prel}
%%firefox_mozillapath        %{mozillalibdir}
%%firefox_pluginsdir         %{pluginsdir}
%%firefox_appid              \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%%firefox_extdir             %%(if [ "%%_target_cpu" = "noarch" ]; then echo %%{_datadir}/mozilla/extensions/%%{firefox_appid}; else echo %%{_libdir}/mozilla/extensions/%%{firefox_appid}; fi)
FIN

# Fix libxpcom.so rights
#chmod 755 $RPM_BUILD_ROOT/%{mozillalibdir}/libxpcom.so

%pre
if [ -d %{mozillalibdir}/browser/dictionaries ]; then
    rm -fr %{mozillalibdir}/browser/dictionaries
fi

%post
if [ ! -r /etc/sysconfig/oem ]; then
  case `grep META_CLASS /etc/sysconfig/system` in
    *powerpack) bookmark="mozilla-powerpack.html" ;;
    *desktop) bookmark="mozilla-one.html";;
    *) bookmark="mozilla-download.html";;
  esac
  ln -s -f ../../../../share/mdk/bookmarks/mozilla/$bookmark  %{mozillalibdir}/defaults/profile/bookmarks.html
fi

%files
%{_bindir}/%{realname}
%{_bindir}/mozilla-firefox
%{_iconsdir}/hicolor/*/apps/*.png
%{_miconsdir}/%{realname}.png
%{_iconsdir}/%{realname}.png
%{_liconsdir}/%{realname}.png
%{_datadir}/applications/*.desktop
%{_libdir}/%{realname}-%{major}*
#% ghost %{mozillalibdir}/defaults/profile/bookmarks.html
%dir %{_libdir}/mozilla
%dir %{_libdir}/mozilla/extensions
%dir %{pluginsdir}
%dir %{_libdir}/mozilla/extensions/%{firefox_appid}
%dir %{_datadir}/mozilla/extensions/%{firefox_appid}

%files devel
%{_sys_macros_dir}/%{realname}.macros


%changelog
* Tue Sep 02 2014 Tigro <ashejn@gmail.com> 0:24.8.0-1
+ Revision: 4543077
- update to 24.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16334 |14mr|firefox-esr-l10n-24.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# WARNING, READ FIRST:
#
# This is a special package that needs special treatment. Due to the amount of
# security updates it needs, it's common to ship new upstream versions instead of patching.
# That means this package MUST be BUILDABLE for stable official releases.
# This also means only STABLE upstream releases, NO betas.
# This is a discussed topic. Please, do not flame it again.

%define oname firefox-esr
%define name %{oname}-l10n
%define version 24.8.0

%define release 1

%define xpidir http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}esr/linux-i686/xpi/

# Supported l10n language lists
%define langlist	af ar ast be bg bn_IN bn_BD br bs ca cs cy da de el en_GB en_ZA eo es_AR es_CL es_ES es_MX et eu fa fi fr fy ga_IE gd gl gu_IN he hi hr hu hy id is it ja kk ko kn ku lg lt lv mai mk ml mr nb_NO nl nn_NO nso or pa_IN pl pt_BR pt_PT ro ru si sk sl sq sr sv_SE ta ta_LK te th tr uk vi zh_CN zh_TW zu

# Disabled l10n languages, for any reason
# - no locales-XX package:
# uu ak rm son

# Disabled myspell dicts, for any reason
%define disabled_dict_langlist	ar be bn br br_FR es_AR eu fi fy gl gu_IN he id ja ka kn ko mk pa_IN te tr zh_CN zh_TW

# Language descriptions
%define language_ak ak
%define langname_ak Akan
%define language_ar ar
%define langname_ar Arabic
%define language_ast ast
%define langname_ast Asturian
%define language_af af
%define langname_af Afrikaans
%define language_be be
%define langname_be Belarusian
%define language_bg bg
%define langname_bg Bulgarian
%define language_bn_BD bn-BD
%define langname_bn_BD Bengali
%define language_bn_IN bn-IN
%define langname_bn_IN Bengali
%define language_br br
%define langname_br Breton
%define language_bs bs
%define langname_bs Bosnian
%define language_ca ca
%define langname_ca Catalan
%define language_cs cs
%define langname_cs Czech
%define language_cy cy
%define langname_cy Welsh
%define language_da da
%define langname_da Dansk
%define language_de de
%define langname_de German
%define language_el el
%define langname_el Greek
%define language_en_GB en-GB
%define langname_en_GB British English
%define language_en_ZA en-ZA
%define langname_en_ZA English (South Africa)
%define language_eo eo
%define langname_eo Esperanto
%define language_es_AR es-AR
%define langname_es_AR Spanish (Argentina)
%define language_es_CL es-CL
%define langname_es_CL Spanish (Chile)
%define language_es_ES es-ES
%define langname_es_ES Spanish
%define language_es_MX es-MX
%define langname_es_MX Spanish (Mexico)
%define language_et et
%define langname_et Estonian
%define language_eu eu
%define langname_eu Basque
%define language_fa fa
%define langname_fa Farsi
%define language_fi fi
%define langname_fi Finnish
%define language_fr fr
%define langname_fr French
%define language_fy fy-NL
%define langname_fy Frisian
%define language_ga_IE ga-IE
%define langname_ga_IE Irish
%define language_gd gd
%define langname_gd Scottish Gaelic
%define language_gl gl
%define langname_gl Galician
%define language_gu_IN gu-IN
%define langname_gu_IN Gujarati
%define language_he he
%define langname_he Hebrew
%define language_hi hi-IN
%define langname_hi Hindi
%define language_hr hr
%define langname_hr Croatian
%define language_hu hu
%define langname_hu Hungarian
%define language_hy hy-AM
%define langname_hy Armenian
%define language_id id
%define langname_id Indonesian
%define language_is is
%define langname_is Icelandic
%define language_it it
%define langname_it Italian
%define language_ja ja
%define langname_ja Japanese
%define language_kk kk
%define langname_kk Kazakh
%define language_ko ko
%define langname_ko Korean
%define language_kn kn
%define langname_kn Kannada
%define language_ku ku
%define langname_ku Kurdish
%define language_lg lg
%define langname_lg Ganda
%define language_lt lt
%define langname_lt Lithuanian
%define language_lv lv
%define langname_lv Latvian
%define language_mai mai
%define langname_mai Maithili
%define language_mk mk
%define langname_mk Macedonian
%define language_ml ml
%define langname_ml Malayalam
%define language_mr mr
%define langname_mr Marathi
%define language_nb_NO nb-NO
%define langname_nb_NO Norwegian Bokmaal
%define language_nn_NO nn-NO
%define langname_nn_NO Norwegian Nynorsk
%define language_nl nl
%define langname_nl Dutch
%define language_nso nso
%define langname_nso Northern Sotho
%define language_or or
%define langname_or Oriya
%define language_pa_IN pa-IN
%define langname_pa_IN Punjabi (gurmukhi)
%define language_pl pl
%define langname_pl Polish
%define language_pt_BR pt-BR
%define langname_pt_BR Brazilian portuguese
%define language_pt_PT pt-PT
%define langname_pt_PT Portuguese
%define language_rm rm
%define langname_rm Rumantsch
%define language_ro ro
%define langname_ro Romanian
%define language_ru ru
%define langname_ru Russian
%define language_si si
%define langname_si Sinhala
%define language_sk sk
%define langname_sk Slovak
%define language_sl sl
%define langname_sl Slovenian
%define language_son son
%define langname_son Soŋay
%define language_sq sq
%define langname_sq Shqipe
%define language_sr sr
%define langname_sr Serbian
%define language_sv_SE sv-SE
%define langname_sv_SE Swedish
%define language_ta ta
%define langname_ta Tamil
%define language_ta_LK ta-LK
%define langname_ta_LK Tamil (Sri Lanka)
%define language_te te
%define langname_te Telugu
%define language_th th
%define langname_th Thai
%define language_tr tr
%define langname_tr Turkish
%define language_uk uk
%define langname_uk Ukrainian
%define language_uk_UA uk-UA
%define langname_uk_UA Ukrainian
%define language_vi vi
%define langname_vi Vietnamese
%define language_zh_CN zh-CN
%define langname_zh_CN Simplified Chinese
%define language_zh_TW zh-TW
%define langname_zh_TW Traditional Chinese
%define language_zu zu
%define langname_zu Zulu

# --- Danger line ---

# Defaults (all languages enabled by default)
# dicts
%{expand:%(for lang in %langlist; do echo "%%define with_dict_$lang 0"; done)}
%{expand:%(for lang in %disabled_dict_langlist; do echo "%%define with_dict_$lang 0"; done)}

# Locales
%{expand:%(for lang in %langlist; do echo "%%define locale_$lang `echo $lang | cut -d _ -f 1` "; done)}

Summary:	Localizations for Firefox (virtual package)
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/WWW
Url:		http://www.firefox.com/
Source0:        %{name}-%{version}.tar.xz
# Language package template
Source1:        firefox-l10n-template.in
BuildRequires:	firefox-esr-devel
BuildArch:	noarch

%description
Localizations for Firefox web browser.

# Expand all languages packages.
%{expand:%(\
	for lang in %langlist; do\
		echo "%%{expand:%%(sed "s!__LANG__!$lang!g" %{SOURCE1} 2> /dev/null)}";\
	done\
	)
}

%prep
%setup -q


%install
# Convert rpm macros to bash variables
%{expand:%(for lang in %langlist; do echo "language_$lang=%%{language_$lang}"; done)}

mkdir -p %{buildroot}%{firefox_extdir}/

# Install all languages
for lang in %{langlist}; do
	language="language_$lang"
	language=${!language}

	# l10n
	cp ${language}.xpi %{buildroot}%{firefox_extdir}/langpack-${language}@firefox.mozilla.org.xpi

done

%changelog
* Tue Sep 02 2014 Tigro <ashejn@gmail.com> 24.8.0-1
+ Revision: 7aa7b9c
- update to 24.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16335 |14mr|firefox-ext-scribefire-4.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: ScribeFire extension for firefox
Name: firefox-ext-scribefire
Version: 4.0
Release: 7
License: GPLv2
Group: Networking/WWW
URL: https://addons.mozilla.org/en-US/firefox/addon/1730
Source: http://releases.mozilla.org/pub/mozilla.org/addons/1730/scribefire_next-%version-fx.xpi
Buildarch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Requires: firefox >= %{firefox_version}
Obsoletes: mozilla-firefox-ext-scribefire < %{version}-%{release}
Provides: mozilla-firefox-ext-scribefire = %{version}-%{release}
Obsoletes: firefox-ext-scribefire < %{version}-%{release}
BuildRequires: firefox-devel

%description
ScribeFire (previously Performancing for Firefox) is a full-featured blog
editor that integrates with your browser and lets you easily post to your blog.
You can drag and drop formatted text from pages you are browsing, take notes,
and post to your blog.

%prep
%setup -q -c -n %{name}-%{version}

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{firefox_extdir}

hash="$(sed -n '/.*em:id="\(.*\)"/{s//\1/p;q}' install.rdf)"
if [ -z "$hash" ]; then
    hash="$(sed -n '/.*em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)"
fi
if [ -z "$hash" ]; then
    echo "Failed to find plugin hash."
    exit 1
fi
extdir="%{firefox_extdir}/$hash"
mkdir -p "%{buildroot}$extdir"
cp -af * "%{buildroot}$extdir/"

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%{firefox_extdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0-7
+ Revision: 952dab5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16336 |14mr|firefox-ext-xmarks-4.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Xmarks Bookmark Synchronizer extension for firefox
Name: firefox-ext-xmarks
Version: 4.1.0
Release: 2
License: GPLv2+
Group: Networking/WWW
URL: https://addons.mozilla.org/en-US/firefox/addon/2410
Buildarch: noarch
Source: http://releases.mozilla.org/pub/mozilla.org/addons/2410/xmarks_sync-%{version}-fx+sm.xpi
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Requires: firefox >= %{firefox_version}
Obsoletes: mozilla-firefox-ext-foxmarks < %{version}-%{release}
Provides: mozilla-firefox-ext-foxmarks = %{version}-%{release}
Obsoletes: firefox-ext-foxmarks < %{version}-%{release}
Provides: firefox-ext-foxmarks = %{version}-%{release}
Obsoletes: firefox-ext-xmarks < %{version}-%{release}
BuildRequires: firefox-devel

%description
If you use Firefox on more than one computer, you'll want Xmarks. Install
Xmarks on each computer, and it will work silently in the background to keep
your bookmarks synchronized. You can also log in to my.xmarks.com to manage
your bookmarks from any computer.

A simple wizard guides you through the startup process. After that, just forget
about it. It's simple and solid.

Xmarks was formerly known as Foxmarks.

%prep
%setup -q -c -n %{name}-%{version}

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{firefox_extdir}

hash="$(sed -n '/.*em:id="\(.*\)"/{s//\1/p;q}' install.rdf)"
if [ -z "$hash" ]; then
    hash="$(sed -n '/.*em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)"
fi
if [ -z "$hash" ]; then
    echo "Failed to find plugin hash."
    exit 1
fi
extdir="%{firefox_extdir}/$hash"
mkdir -p "%{buildroot}$extdir"
cp -af * "%{buildroot}$extdir/"

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%{firefox_extdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.1.0-2
+ Revision: 4dfa8d5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16337 |14mr|firefox-l10n-32.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# WARNING, READ FIRST:
#
# This is a special package that needs special treatment. Due to the amount of
# security updates it needs, it's common to ship new upstream versions instead of patching.
# That means this package MUST be BUILDABLE for stable official releases.
# This also means only STABLE upstream releases, NO betas.
# This is a discussed topic. Please, do not flame it again.

%define oname firefox
%define name %{oname}-l10n
%define version 32.0.2

%define release 1

%define xpidir http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/linux-i686/xpi/

# Supported l10n language lists
%define langlist    ar af ast be bg bn_IN bn_BD br bs ca cs cy da de el en_GB en_ZA eo es_CL es_ES es_MX es_AR et eu fa fi fr fy ga_IE gd gl gu_IN he hi hr hu hy id is it ja kk ko kn ku lt lv mai mk ml mr nb_NO nn_NO nl or pa_IN pl pt_PT pt_BR ro ru si sk sl sq sr sv_SE ta te th tr uk vi zh_CN zh_TW zu

# Disabled l10n languages, for any reason
# uu br_FR

# Disabled myspell dicts, for any reason
%define disabled_dict_langlist  ar be bn br br_FR es_AR eu fi fy gl gu_IN he id ja ka kn ko mk pa_IN te tr zh_CN zh_TW

# Language descriptions
%define language_ak ak
%define langname_ak Akan
%define language_ar ar
%define langname_ar Arabic
%define language_ast ast
%define langname_ast Asturian
%define language_af af
%define langname_af Afrikaans
%define language_be be
%define langname_be Belarusian
%define language_bg bg
%define langname_bg Bulgarian
%define language_bn_BD bn-BD
%define langname_bn_BD Bengali
%define language_bn_IN bn-IN
%define langname_bn_IN Bengali
%define language_br br
%define langname_br Breton
%define language_bs bs
%define langname_bs Bosnian
%define language_ca ca
%define langname_ca Catalan
%define language_cs cs
%define langname_cs Czech
%define language_cy cy
%define langname_cy Welsh
%define language_da da
%define langname_da Dansk
%define language_de de
%define langname_de German
%define language_el el
%define langname_el Greek
%define language_en_GB en-GB
%define langname_en_GB British English
%define language_en_ZA en-ZA
%define langname_en_ZA English (South Africa)
%define language_eo eo
%define langname_eo Esperanto
%define language_es_AR es-AR
%define langname_es_AR Spanish (Argentina)
%define language_es_CL es-CL
%define langname_es_CL Spanish (Chile)
%define language_es_ES es-ES
%define langname_es_ES Spanish
%define language_es_MX es-MX
%define langname_es_MX Spanish (Mexico)
%define language_et et
%define langname_et Estonian
%define language_eu eu
%define langname_eu Basque
%define language_fa fa
%define langname_fa Farsi
%define language_fi fi
%define langname_fi Finnish
%define language_fr fr
%define langname_fr French
%define language_fy fy-NL
%define langname_fy Frisian
%define language_ga_IE ga-IE
%define langname_ga_IE Irish
%define language_gd gd
%define langname_gd Scottish Gaelic
%define language_gl gl
%define langname_gl Galician
%define language_gu_IN gu-IN
%define langname_gu_IN Gujarati
%define language_he he
%define langname_he Hebrew
%define language_hi hi-IN
%define langname_hi Hindi
%define language_hr hr
%define langname_hr Croatian
%define language_hu hu
%define langname_hu Hungarian
%define language_hy hy-AM
%define langname_hy Armenian
%define language_id id
%define langname_id Indonesian
%define language_is is
%define langname_is Icelandic
%define language_it it
%define langname_it Italian
%define language_ja ja
%define langname_ja Japanese
%define language_kk kk
%define langname_kk Kazakh
%define language_ko ko
%define langname_ko Korean
%define language_kn kn
%define langname_kn Kannada
%define language_ku ku
%define langname_ku Kurdish
%define language_lt lt
%define langname_lt Lithuanian
%define language_lv lv
%define langname_lv Latvian
%define language_mai mai
%define langname_mai Maithili
%define language_mk mk
%define langname_mk Macedonian
%define language_ml ml
%define langname_ml Malayalam
%define language_mr mr
%define langname_mr Marathi
%define language_nb_NO nb-NO
%define langname_nb_NO Norwegian Bokmaal
%define language_nn_NO nn-NO
%define langname_nn_NO Norwegian Nynorsk
%define language_nl nl
%define langname_nl Dutch
%define language_or or
%define langname_or Oriya
%define language_pa_IN pa-IN
%define langname_pa_IN Punjabi (gurmukhi)
%define language_pl pl
%define langname_pl Polish
%define language_pt_BR pt-BR
%define langname_pt_BR Brazilian portuguese
%define language_pt_PT pt-PT
%define langname_pt_PT Portuguese
%define language_rm rm
%define langname_rm Rumantsch
%define language_ro ro
%define langname_ro Romanian
%define language_ru ru
%define langname_ru Russian
%define language_si si
%define langname_si Sinhala
%define language_sk sk
%define langname_sk Slovak
%define language_sl sl
%define langname_sl Slovenian
%define language_son son
%define langname_son Soŋay
%define language_sq sq
%define langname_sq Shqipe
%define language_sr sr
%define langname_sr Serbian
%define language_sv_SE sv-SE
%define langname_sv_SE Swedish
%define language_ta ta
%define langname_ta Tamil
%define language_ta_LK ta-LK
%define langname_ta_LK Tamil (Sri Lanka)
%define language_te te
%define langname_te Telugu
%define language_th th
%define langname_th Thai
%define language_tr tr
%define langname_tr Turkish
%define language_uk uk
%define langname_uk Ukrainian
%define language_uk_UA uk-UA
%define langname_uk_UA Ukrainian
%define language_vi vi
%define langname_vi Vietnamese
%define language_zh_CN zh-CN
%define langname_zh_CN Simplified Chinese
%define language_zh_TW zh-TW
%define langname_zh_TW Traditional Chinese
%define language_zu zu
%define langname_zu Zulu

# --- Danger line ---

# Defaults (all languages enabled by default)
# dicts
%{expand:%(for lang in %langlist; do echo "%%define with_dict_$lang 0"; done)}
%{expand:%(for lang in %disabled_dict_langlist; do echo "%%define with_dict_$lang 0"; done)}

# Locales
%{expand:%(for lang in %langlist; do echo "%%define locale_$lang `echo $lang | cut -d _ -f 1` "; done)}

Summary:	Localizations for Firefox (virtual package)
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/WWW
Url:		http://www.firefox.com/
# l10n sources
Source0:	%{name}-%{version}.tar.xz
# Language package template
Source1:	%{name}-template.in
Source500:	firefox-l10n.rpmlintrc
BuildRequires:	firefox-devel
BuildArch:	noarch

%description
Localizations for Firefox web browser.

# Expand all languages packages.
%{expand:%(\
	for lang in %langlist; do\
		echo "%%{expand:%%(sed "s!__LANG__!$lang!g" %{_sourcedir}/%{name}-template.in 2> /dev/null)}";\
	done\
	)
}

%prep
%setup -q


%install
# Convert rpm macros to bash variables
%{expand:%(for lang in %langlist; do echo "language_$lang=%%{language_$lang}"; done)}

mkdir -p %{buildroot}%{firefox_extdir}/

# Install all languages
for lang in %{langlist}; do
	language="language_$lang"
	language=${!language}

	# l10n
	cp ${language}.xpi %{buildroot}%{firefox_extdir}/langpack-${language}@firefox.mozilla.org.xpi

done

%changelog
* Fri Sep 19 2014 Tigro <ashejn@gmail.com> 32.0.2-1
+ Revision: 1818c79
- update to 32.0.2

* Tue Sep 02 2014 Tigro <ashejn@gmail.com> 32.0-1
+ Revision: 507148f
- update to 32.0

* Tue Aug 05 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 5b0046c
- update to 31.0

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 30.0-2
+ Revision: 00d51bb
- MassBuild#440: Increase release tag

* Tue Jun 10 2014 Tigro <ashejn@gmail.com> 30.0-1
+ Revision: c5197ed
- update to 30.0

* Mon May 12 2014 Tigro <ashejn@gmail.com> 29.0.1-1
+ Revision: 8f80aa1
- update to 29.0.1

* Wed Apr 30 2014 Tigro <ashejn@gmail.com> 29.0-1
+ Revision: 335dac4
- update to 29.0

* Thu Mar 20 2014 Tigro <ashejn@gmail.com> 28.0-1
+ Revision: 2c9ea69
- update to 28.0

* Fri Feb 14 2014 Tigro <ashejn@gmail.com> 27.0.1-1
+ Revision: 78d010b
- drop nso labgpack

* Fri Feb 14 2014 Tigro <ashejn@gmail.com> 27.0.1-1
+ Revision: 90852df
- drop lg langpack

* Fri Feb 14 2014 Tigro <ashejn@gmail.com> 27.0.1-1
+ Revision: 3f0909b
- update to 27.0.1

* Tue Feb 04 2014 Tigro <ashejn@gmail.com> 27.0-1
+ Revision: 1e7f62f
- update to 27.0

* Wed Dec 11 2013 Tigro <ashejn@gmail.com> 26.0-1
+ Revision: 603b8be
- update to 26.0

* Sun Nov 17 2013 Tigro <ashejn@gmail.com> 25.0.1-1
+ Revision: e10f842
- update to 25.0.1

* Fri Nov 01 2013 Tigro <ashejn@gmail.com> 25.0-1
+ Revision: 063675d
- update to 25.0

* Mon Sep 30 2013 Tigro <ashejn@gmail.com> 24.0-1
+ Revision: a17eb63
- update to 24.0

* Mon Sep 02 2013 Tigro <ashejn@gmail.com> 23.0.1-1
+ Revision: bf0a611
- update to 23.0.1

* Wed Aug 14 2013 Tigro <ashejn@gmail.com> 23.0-1
+ Revision: 86432f8
- update to 23.0

* Tue Jun 25 2013 Tigro <ashejn@gmail.com> 22.0-1
+ Revision: 91d614c
- update to 22.0

* Tue May 21 2013 Tigro <ashejn@gmail.com> 21.0-1
+ Revision: 1653b5f
- update to 21.0

* Tue Apr 02 2013 Tigro <ashejn@gmail.com> 20.0-1
+ Revision: 919019f
- update to 20.0

* Fri Mar 15 2013 Tigro <ashejn@gmail.com> 19.0.2-1
+ Revision: 8cb536f
- update to 19.0.2

* Tue Feb 19 2013 Tigro <ashejn@gmail.com> 19.0-1
+ Revision: a2bb1f3
- update to 19.0

* Wed Feb 13 2013 Tigro <ashejn@gmail.com> 18.0.2-1
+ Revision: 4f1999b
- rewrite spec and update to 18.0.2

* Wed Jan 09 2013 alexander barakin (aka sash-kan) <alex@barak.in> 17.0.1-1
+ Revision: c149994
- LOG update xpi files for 17.0.1
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Sun Dec 02 2012 akdengi <kazancas@mandriva.ru> 17.0.1-1
+ Revision: becde06
- LOG - update to 17.0.1

* Fri Nov 23 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 17.0-2
+ Revision: c11aa81
- LOG Properly update languages, add source files for 17.0

* Thu Nov 22 2012 alexander barakin (aka sash-kan) <alex@barak.in> 17.0-1
+ Revision: bec088d
- upgrade to 17.0
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Tue Nov 20 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.0.2-1
+ Revision: 039136f
- LOG Update to 16.0.2

* Fri Oct 05 2012 akdengi <kazancas@mandriva.ru> 15.0.1-70
+ Revision: da787e4
- drop MIB distsuffix



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16338 |14mr|firewalld-0.3.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A dynamic firewall daemon
Name:		firewalld
Version:	0.3.10
Release:	3
URL:		https://fedorahosted.org/firewalld/
License:	GPLv2+
Group:		System/Base
Source0:	https://fedorahosted.org/released/firewalld/%{name}-%{version}.tar.bz2
Source1:	firewalld.rpmlintrc
Patch0:		firewalld-0.2.6-MDNS-default.patch
BuildArch:	noarch
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	systemd-units
BuildRequires:	docbook-style-xsl
Requires:	python-dbus
Requires:	python-slip-dbus >= 0.2.7
Requires:	python-decorator
Requires:	iptables
#Requires:	ebtables
Requires(post,preun): rpm-helper

%description
A firewall service daemon with D-BUS interface managing a dynamic firewall.

%package -n	firewall-applet
Summary:	Firewall panel applet
Group:		System/Base
Requires:	%{name} = %{version}-%{release}
Requires:	firewall-config = %{version}-%{release}
Requires:	hicolor-icon-theme
Requires:	python3-gobject3

%description -n firewall-applet
The firewall panel applet provides a status information of firewalld and also 
the firewall settings.

%package -n firewall-config
Summary:	Firewall configuration application
Group:		System/Base
Requires:	%{name} = %{version}-%{release}
Requires:	hicolor-icon-theme
Requires:	python3-gobject3
Requires:	typelib(NetworkManager)

%description -n firewall-config
The firewall configuration application provides an configuration interface for 
firewalld.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
		--enable-sysconfig \
        --with-systemd-unitdir=%{_unitdir}

%install
%makeinstall_std

desktop-file-install --delete-original \
  --dir %{buildroot}%{_sysconfdir}/xdg/autostart \
  %{buildroot}%{_sysconfdir}/xdg/autostart/firewall-applet.desktop

desktop-file-install --delete-original \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/firewall-config.desktop

%find_lang %{name} --all-name

%post
%systemd_post firewalld.service

%preun
%systemd_preun firewalld.service

%postun
%systemd_postun_with_restart firewalld.service

%files -f %{name}.lang
%doc COPYING README
%{_sbindir}/firewalld
%{_bindir}/firewall-cmd
%{_bindir}/firewall-offline-cmd
%dir %{_datadir}/bash-completion/completions
%{_datadir}/bash-completion/completions/firewall-cmd
%dir %{_prefix}/lib/firewalld
%dir %{_prefix}/lib/firewalld/icmptypes
%dir %{_prefix}/lib/firewalld/services
%dir %{_prefix}/lib/firewalld/zones
%{_prefix}/lib/firewalld/icmptypes/*.xml
%{_prefix}/lib/firewalld/services/*.xml
%{_prefix}/lib/firewalld/zones/*.xml
%dir %{_sysconfdir}/firewalld
%config(noreplace) %{_sysconfdir}/firewalld/firewalld.conf
%config(noreplace) %{_sysconfdir}/firewalld/lockdown-whitelist.xml
%dir %{_sysconfdir}/firewalld/icmptypes
%dir %{_sysconfdir}/firewalld/services
%dir %{_sysconfdir}/firewalld/zones
%config(noreplace) %{_sysconfdir}/sysconfig/firewalld
%{_unitdir}/firewalld.service
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/FirewallD.conf
%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.policy
%dir %{python_sitelib}/firewall
%dir %{python_sitelib}/firewall/config
%dir %{python_sitelib}/firewall/core
%dir %{python_sitelib}/firewall/core/io
%dir %{python_sitelib}/firewall/server
%{python_sitelib}/firewall/*.py*
%{python_sitelib}/firewall/config/*.py*
%{python_sitelib}/firewall/core/*.py*
%{python_sitelib}/firewall/core/io/*.py*
%{python_sitelib}/firewall/server/*.py*
%{_mandir}/man1/firewall*cmd*.1*
%{_mandir}/man1/firewalld*.1*
%{_mandir}/man5/firewall*.5*

%files -n firewall-applet
%{_bindir}/firewall-applet
%{_sysconfdir}/xdg/autostart/firewall-applet.desktop
%{_datadir}/icons/hicolor/*/apps/firewall-applet*.*
%{_datadir}/glib-2.0/schemas/org.fedoraproject.FirewallApplet.gschema.xml
%{_mandir}/man1/firewall-applet*.1*

%files -n firewall-config
%{_bindir}/firewall-config
%{_datadir}/firewalld/firewall-config.glade
%{_datadir}/firewalld/gtk3_chooserbutton.py*
%{_datadir}/applications/firewall-config.desktop
%{_datadir}/icons/hicolor/*/apps/firewall-config*.*
%{_datadir}/glib-2.0/schemas/org.fedoraproject.FirewallConfig.gschema.xml
%{_datadir}/appdata/firewall-config.appdata.xml
%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.desktop.policy
%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.server.policy
%{_mandir}/man1/firewall-config*.1*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.10-3
+ Revision: 431a544
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16339 |14mr|five-or-more-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		five-or-more
Version:	3.12.2
Release:	2
Summary:	GNOME Five or More game
License:	GPLv2+ and GFDL
Group:		Games/Puzzles
URL:		https://wiki.gnome.org/Five_or_more
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
Obsoletes:	glines
Obsoletes:	glines-extra-data

%description
Five or More is the GNOME port of the once popular Windows game called
Color Lines. The game's objective is to align as often as possible five
or more objects of the same color and shape causing them to disappear.
Play as long as possible, and be #1 in the High Scores!

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man6/%{name}.6*
%{_datadir}/appdata/%{name}.appdata.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 8011854
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16340 |14mr|flac-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 8
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

%define majorpp 6
%define libnamepp %mklibname %{name}++ %{majorpp}
%define devnamepp %mklibname -d %{name}++

Summary:	An encoder/decoder for the Free Lossless Audio Codec
Name:		flac
Version:	1.3.0
Release:	2
License:	BSD and GPLv2+
Group:		Sound
Url:		http://flac.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/flac/%{name}-%{version}.tar.xz
Patch0:		flac-1.2.1-hidesyms.patch
# Backported from upstream
Patch1:		flac-1.3.0-asm.patch
Patch2:		flac-1.3.0-metaflac-strcat.patch
Patch3:		flac-1.3.0-fflush.patch
BuildRequires:	libtool
%ifarch %{ix86}
BuildRequires:	nasm
%endif
BuildRequires:	gettext-devel
BuildRequires:	id3lib-devel
BuildRequires:	pkgconfig(ogg)

%description
FLAC is an Open Source lossless audio codec developed by Josh Coalson.

FLAC is comprised of 1) `libFLAC', a library which implements
reference encoders and decoders, licensed under the GNU Lesser
General Public License (LGPL); 2) `flac', a command-line program for
encoding and decoding files, licensed under the GNU General public
License (GPL); 3) `metaflac', a command-line program for editing
FLAC metadata, licensed under the GPL; 4) player plugins for XMMS
and Winamp, licensed under the GPL; and 5) documentation, licensed
under the GNU Free Documentation License.

%package -n %{libname}
Summary:	Shared libraries for FLAC
Group:		System/Libraries

%description  -n %{libname}
This package contains the C libraries.

%package -n %{devname}
Summary:	Libraries and headers needed for building apps using FLAC
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the libraries and header files necessary to develop
applications using FLAC written in C.

%package -n %{libnamepp}
Summary:	Shared C++ libraries for FLAC
Group:		System/Libraries

%description  -n %{libnamepp}
This package contains the libraries for C++ applications.

%package -n %{devnamepp}
Summary:	Libraries and headers needed for building apps using FLAC++
Group:		Development/C++
Requires:	%{libnamepp} = %{version}-%{release}
Requires:	%{devname} = %{version}-%{release}
Provides:	%{name}++-devel = %{version}-%{release}

%description -n %{devnamepp}
This package contains the libraries and header files necessary to develop
applications using FLAC written in C++.

%prep
%setup -q
%apply_patches

./autogen.sh -V
rm -rf html
cp -r doc/html .
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--disable-xmms-plugin \
	--disable-thorough-tests \
	--disable-asm-optimizations

%make

%check
#make -C test check

%install
%makeinstall_std

mv %{buildroot}%{_datadir}/doc/flac-%{version} installed-docs
#rm -fr %{buildroot}%{_libdir}/xmms

%files
%doc AUTHORS COPYING* README installed-docs/*
%{_bindir}/flac
%{_bindir}/metaflac
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libFLAC.so.%{major}*

%files -n %{libnamepp}
%{_libdir}/libFLAC++.so.%{majorpp}*

%files -n %{devname}
%{_includedir}/FLAC
%{_libdir}/libFLAC.so
%{_datadir}/aclocal/libFLAC.m4
%{_libdir}/pkgconfig/flac.pc

%files -n %{devnamepp}
%{_includedir}/FLAC++
%{_libdir}/libFLAC++.so
%{_datadir}/aclocal/libFLAC++.m4
%{_libdir}/pkgconfig/flac++.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.0-2
+ Revision: 4185545
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16341 |14mr|flex-2.5.37-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for creating scanners (text pattern recognizers)
Name:		flex
Version:	2.5.37
Release:	2
License:	BSD
Group:		Development/Other
URL:		http://flex.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/flex/%{name}-%{version}.tar.bz2
Patch0:		flex-2.5.4a-skel.patch
BuildRequires:	bison
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	gettext-devel
BuildRequires:	indent
Requires:	m4
Conflicts:	flex-reentrant

%description
The flex program generates scanners. Scanners are
programs which can recognize lexical patterns in text.

Flex takes pairs of regular expressions and C code as input and
generates a C source file as output. The output file is compiled and
linked with a library to produce an executable.

The executable searches through its input for occurrences of the
regular expressions. When a match is found, it executes the
corresponding C code.

Flex was designed to work with both Yacc and Bison, and is used by
many programs as part of their build process.

You should install flex if you are going to use your system for
application development.

%prep
%setup -q
%patch0 -p0 -b .skel~

# Force regeneration of skel.c with Patch2 changes
rm -f skel.c

%build
# Force regeneration of configure script with --libdir= support
autoreconf -fi

CFLAGS="-fPIC %{optflags}" %configure2_5x \
	--disable-rpath
%make

%check
#(tpg) these tests used features removed in bison-2.6
sed -i -e '/test-bison-yylloc/d' -e '/test-bison-yylval/d' tests/Makefile.in

make check

%install
%makeinstall_std

%find_lang %{name}

#cd %{buildroot}%{_bindir}
#ln -sf flex lex

#cd %{buildroot}%{_mandir}/
#cd man1
#ln -s flex.1 lex.1
#ln -s flex.1 flex++.1

pushd %{buildroot}
ln -sf flex .%{_bindir}/lex
#ln -sf flex .%{_bindir}/flex++
ln -s flex.1 .%{_mandir}/man1/lex.1
ln -s flex.1 .%{_mandir}/man1/flex++.1
popd

%files -f %{name}.lang
%doc NEWS README
%{_bindir}/*
%{_mandir}/man1/*
%{_libdir}/libfl*.a
%{_includedir}/FlexLexer.h
%{_infodir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5.37-2
+ Revision: 7763baf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16342 |14mr|fltk-1.3.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1.3
%define soname	0
%define libname 	%mklibname %{name} %{soname}
%define	libforms	%mklibname %{name}_forms %{soname}
%define	libgl		%mklibname %{name}_gl %{soname}
%define	libimages	%mklibname %{name}_images %{soname}
%define devname		%mklibname %{name} -d

Summary:	Fast Light Tool Kit (FLTK)
Name:		fltk
Version:	1.3.2
Release:	6
Group:		System/Libraries
License:	LGPLv2+
Url:		http://www.fltk.org
Source0:	ftp://ftp.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.gz
Patch0:		fltk-1.3.0-link.patch

## FIXME/TODO: upstream these asap -- Rex
# add lib64 support, drop extraneous libs (bug #708185) and ldflags (#1112930)
Patch1:         fltk-1.3.2-fltk_config.patch
# libfltk_gl.so had undefined symbols
Patch3:         fltk-1.1.x-r5750-undefined.patch
Patch5:         fltk-1.1.8-fluid_desktop.patch

# http://www.fltk.org/str.php?L2599
Patch9:         fltk-1_v4.3.x-keyboard-x11.patch

# http://www.fltk.org/str.php?L2636
Patch10:        fltk-1.3.x-r9671-clipboard.patch
Patch11:        http://www.fltk.org/strfiles/2636/fltk-1_v6.3.x-clipboard-x11.patch

# http://www.fltk.org/str.php?L2660
Patch13:        fltk-1.3.x-r9671-cursor.patch
Patch20:        fltk-1_v4.3.x-cursor-abi.patch

# http://www.fltk.org/str.php?L2659
Patch15:        http://www.fltk.org/strfiles/2659/pixmap_v2.patch

# http://www.fltk.org/str.php?L2802
Patch16:        fltk-1.3.x-r9671-modal.patch

# http://www.fltk.org/str.php?L2816
Patch17:        http://www.fltk.org/strfiles/2816/fltk-1_v3.3.0-icons.patch

# http://www.fltk.org/str.php?L2860
Patch18:        fltk-1.3.x-screen_num.patch
Patch19:        http://www.fltk.org/strfiles/2860/fltk-1_v3.3.x-multihead.patch

BuildRequires:	cmake
BuildRequires:	man
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)

%description
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd
C++ graphical user interface toolkit for X (UNIX(r)), OpenGL(r),
and Microsoft(r) Windows(r) NT 4.0, 95, or 98. It was originally
developed by Mr. Bill Spitzak and is currently maintained by a
small group of developers across the world with a central
repository in the US.

%package -n %{libname}
Summary:	Fast Light Tool Kit (FLTK) - main library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd
C++ graphical user interface toolkit for X (UNIX(r)), OpenGL(r),
and Microsoft(r) Windows(r) NT 4.0, 95, or 98. It was originally
developed by Mr. Bill Spitzak and is currently maintained by a
small group of developers across the world with a central
repository in the US.

%package -n %{libforms}
Summary:	Fast Light Tool Kit (FLTK) - library
Group:		System/Libraries
Conflicts:	%{_lib}fltk0 < 1.3.2-1

%description -n	%{libforms}
This package contains a shared library for %{name}.

%package -n %{libgl}
Summary:	Fast Light Tool Kit (FLTK) - library
Group:		System/Libraries
Conflicts:	%{_lib}fltk0 < 1.3.2-1

%description -n	%{libgl}
This package contains a shared library for %{name}.

%package -n %{libimages}
Summary:	Fast Light Tool Kit (FLTK) - library
Group:		System/Libraries
Conflicts:	%{_lib}fltk0 < 1.3.2-1

%description -n	%{libimages}
This package contains a shared library for %{name}.

%package -n	%{devname}
Summary:	Fast Light Tool Kit (FLTK) - development environment
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	%{libforms} = %{version}-%{release}
Requires:	%{libgl} = %{version}-%{release}
Requires:	%{libimages} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
Install libfltk1-devel if you need to develop FLTK applications.  You'll
need to install the libfltk1.1 package if you plan to run dynamically 
linked applications.

%prep
%setup -q
%apply_patches

%build
%define Werror_cflags %{nil}
export LDFLAGS="$LDFLAGS -lXfixes"
%cmake \
	-DOPTION_BUILD_SHARED_LIBS=ON \
	-DOPTION_CAIRO=ON \
	-DOPTION_CAIROEXT=ON \
	-DOPTION_PREFIX_MAN=%{_mandir} \
	-DOPTION_PREFIX_LIB=%{_libdir} \
	-DOPTION_BUILD_EXAMPLES=OFF \
	-DOPTION_PREFIX_CONFIG=%{_libdir}/FLTK-%{major} \
	-DFLTK_USE_SYSTEM_ZLIB=ON \
	-DFLTK_USE_SYSTEM_JPEG=ON \
	-DFLTK_USE_SYSTEM_PNG=ON \
	-DBUILD_EXAMPLES=OFF
%make

%install
%makeinstall_std -C build

%multiarch_binaries %{buildroot}%{_bindir}/fltk-config

%files -n %{libname}
%{_libdir}/libfltk.so.%{soname}
%{_libdir}/libfltk.so.%{major}

%files -n %{libforms}
%{_libdir}/libfltk_forms.so.%{soname}
%{_libdir}/libfltk_forms.so.%{major}

%files -n %{libgl}
%{_libdir}/libfltk_gl.so.%{soname}
%{_libdir}/libfltk_gl.so.%{major}

%files -n %{libimages}
%{_libdir}/libfltk_images.so.%{soname}
%{_libdir}/libfltk_images.so.%{major}

%files -n %{devname}
%doc README CHANGES
%{_includedir}/F?
%{_bindir}/fltk-config
%{_bindir}/fluid
%{multiarch_bindir}/fltk-config
%{_mandir}/man?/*
%{_libdir}/libfltk*.so
%{_libdir}/libfltk*.a
%dir %{_libdir}/FLTK-%{major}
%{_libdir}/FLTK-%{major}/*


%changelog
* Tue Sep 09 2014 Tigro <ashejn@gmail.com> 1.3.2-6
+ Revision: ea2457b
- apply upstream patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16343 |14mr|fluid-soundfont-3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define patch_pkg_version 2

Name:           fluid-soundfont
Version:        3.1
Release:        5
Summary:        Pro-quality GM/GS soundfont
Group:          Sound
License:        MIT
# The original URL (http://www.powermage.com/fluid) seems dead. Therefore we point
# to the Hammersound archives:
URL:            http://www.hammersound.com/cgi-bin/soundlink.pl?action=view_category&category=Collections&ListStart=0&ListLength=20
# The Hammersound source gives us a soundfont in a linux-unfriendly .sfArk format. 
# In order to convert this to a linux-friendly .sf2 format one needs to use a 
# non-free utility sfarkxtc from 
#    http://www.melodymachine.com
# This page explains how this conversion is done:
#    http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/doc/ch01s46.html
# Debian folks already did this and we will borrow their source tarball:
Source0:        http://ftp.de.debian.org/debian/pool/main/f/%{name}/%{name}_%{version}.orig.tar.gz
# Some information about the soundfont that can be found in the Hammersound archive:
Source1:        Fluid_R3_Readme.pdf
Source2:	timidity-fluid.cfg
BuildRoot:      %{_tmppath}/%{name}-%{version}-buildroot
BuildArch:      noarch
BuildRequires:  soundfont-utils


%define common_description \
FluidR3 is the third release of Frank Wen's pro-quality GM/GS soundfont.\
The soundfont has lots of excellent samples, including all the GM instruments\
along side with the GS instruments that are recycled and reprogrammed versions\
of the GM presets.

%description
%common_description

%package common
Summary:        Common files for FluidR3 soundfont
Group:          Sound

%description common
%common_description

This package contains common files shared among all FluidR3 soundfont packages.

%package gm
Summary:        Pro-quality General Midi soundfont
Group:          Sound
Requires:       %{name}-common = %{version}-%{release}
Provides:       soundfont2
Provides:       soundfont2-default

%description gm
%common_description

This package contains Fluid General Midi (GM) soundfont in soundfont 2.0 (.sf2)
format.

%package gs
Summary:        Pro-quality General Standard Extension soundfont
Group:          Sound
Requires:       %{name}-common = %{version}-%{release}
Requires:       %{name}-gm = %{version}-%{release}
Provides:       soundfont2


%description gs
%common_description

This package contains instruments belonging to General Midi's General Standard
(GS) Extension in soundfont 2.0 (.sf2) format.

%package -n timidity-patch-fluid
Summary:        Pro-quality General Midi soundfont in GUS patch format
Group:          Sound
Requires:       %{name}-common = %{version}-%{release}
Obsoletes:	fluid-soundfont-lite-patches
Provides:	fluid-soundfont-lite-patches
Provides:	timidity-instruments = %{patch_pkg_version}
Obsoletes:	timidity-instruments

%description -n timidity-patch-fluid
%common_description

This package contains Fluid General Midi (GM) soundfont in Gravis Ultrasound
(GUS) patch (.pat) format.


%prep
%setup -q
cp -a %{SOURCE1} .

%build
unsf -v -s -m FluidR3_GM.sf2
unsf -v -s -m FluidR3_GS.sf2

# Cut the size of the patches subpackage:
for bank in GM-B{8,9,16} Standard{1,2,3,4,5,6,7} Room{1,2,3,4,5,6,7} Power{1,2,3} Jazz{1,2,3,4} Brush{1,2}; do
   sed -i "/$bank/d" FluidR3_GM.cfg
   rm -fr *$bank*
done

echo dir /usr/share/timidity/fluid > FluidR3.cfg
cat FluidR3_GM.cfg FluidR3_GS.cfg >> FluidR3.cfg

# The gus patches get used by a lot of different programs and some need the
# path to the patches to be absolute
#sed -i 's|FluidR3_GM-|%{_datadir}/soundfonts/%{name}-lite-patches/FluidR3_GM-|g' FluidR3.cfg
#sed -i 's|FluidR3_GS-|%{_datadir}/soundfonts/%{name}-lite-patches/FluidR3_GS-|g' FluidR3.cfg

%install
rm -rf %{buildroot}

# The actual soundfonts:
mkdir -p %{buildroot}%{_datadir}/soundfonts
install -p -m 644 FluidR3_GM.sf2 %{buildroot}%{_datadir}/soundfonts
install -p -m 644 FluidR3_GS.sf2 %{buildroot}%{_datadir}/soundfonts
# Create a symlink to denote that this is the Mandriva default soundfont
ln -s FluidR3_GM.sf2 %{buildroot}%{_datadir}/soundfonts/default.sf2

# Gus patches:
mkdir -p %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}%{_datadir}/timidity/fluid
cp -a FluidR3_GM-* %{buildroot}%{_datadir}/timidity/fluid
cp -a FluidR3_GS-* %{buildroot}%{_datadir}/timidity/fluid
mkdir -p %{buildroot}%{_sysconfdir}/timidity/fluid
install -p -m 644 FluidR3.cfg %{buildroot}%{_sysconfdir}/timidity/fluid/FluidR3.cfg
install -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/timidity/timidity-fluid.cfg


%clean
rm -rf %{buildroot}

%post -n timidity-patch-fluid
%{_sbindir}/update-alternatives --install %{_sysconfdir}/timidity/timidity.cfg timidity.cfg %{_sysconfdir}/timidity/timidity-fluid.cfg 40

%postun -n timidity-patch-fluid
if [ "$1" = "0" ]; then
  %{_sbindir}/update-alternatives --remove timidity.cfg %{_sysconfdir}/timidity/timidity-fluid.cfg
fi

%triggerpostun -- TiMidity++ <= 2.13.2-1mdk
%{_sbindir}/update-alternatives --install %{_sysconfdir}/timidity/timidity.cfg timidity.cfg %{_sysconfdir}/timidity/timidity-fluid.cfg 40


%files common
%defattr(-,root,root,-)
%doc COPYING README *Readme*
%dir %{_datadir}/soundfonts/

%files gm
%defattr(-,root,root,-)
%{_datadir}/soundfonts/FluidR3_GM.sf2
%{_datadir}/soundfonts/default.sf2

%files gs
%defattr(-,root,root,-)
%{_datadir}/soundfonts/FluidR3_GS.sf2

%files -n timidity-patch-fluid
%defattr(-,root,root,-)
%config %{_sysconfdir}/timidity/fluid/FluidR3.cfg
%config %{_sysconfdir}/timidity/timidity-fluid.cfg
%{_datadir}/timidity/fluid/




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1-5
+ Revision: 6b11989
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16344 |14mr|fluidsynth-1.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major                   1
%define libname                 %mklibname %{name} %{major}
%define libnamedev              %mklibname %{name} -d
%define oldlibnamestaticdev     %mklibname %{name} -d -s

Name:           fluidsynth
Version:        1.1.6
Release:        2
Summary:        Realtime, SoundFont-based synthesizer
License:        LGPLv2+
Group:          Sound
URL:            http://www.fluidsynth.org/
Source0:        http://sourceforge.net/projects/fluidsynth/files/%{name}-%{version}/%{name}-%{version}.tar.bz2
BuildRequires:  cmake
BuildRequires:  chrpath
BuildRequires:  ladspa-devel
BuildRequires:  jackit-devel
BuildRequires:  libalsa-devel
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  pkgconfig
BuildRequires:  pulseaudio-devel
BuildRequires:  portaudio-devel
BuildRequires:  readline-devel
BuildRequires:  pkgconfig(sndfile)

%description
FluidSynth is a real-time software synthesizer based on the SoundFont 2
specifications. It is a "software synthesizer". FluidSynth can read MIDI
events from the MIDI input device and render them to the audio device. It
can also play MIDI files.

%package -n %{libname}
Summary:        Dynamic libraries from %{name}
Group:          System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%package -n %{libnamedev}
Summary:         Header files and libraries from %{name}
Group:           Development/C
Requires:        %{libname} = %{version}-%{release}
Provides:        lib%{name}-devel = %{version}-%{release}
Provides:        %{name}-devel = %{version}-%{release}
Obsoletes:       %{name}-devel < %{version}-%{release}
Obsoletes:       %mklibname -d %name 1
Obsoletes:       %{oldlibnamestaticdev} < 1.1.3

%description -n %{libnamedev}
Libraries and includes files for developing programs based on %{name}.

%prep
%setup -q

%build

%cmake -DLIB_SUFFIX='' \
       -Denable-ladspa=1 \
       -Denable-lash=0
%make

%install
rm -rf %{buildroot}
%makeinstall_std -C build
%{_bindir}/chrpath -d %{buildroot}%{_libdir}/libfluidsynth.so.*.*.*
# Fix bogus pkgconfig file...
sed -i -e 's,//usr,,g;s,-L\${libdir} ,,g;s,^includedir=\${prefix}/include,includedir=\${prefix}/include/fluidsynth,' %buildroot%_libdir/pkgconfig/*.pc

%files
%doc README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{libnamedev}
%{_includedir}/*.h
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.6-2
+ Revision: d655180
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16345 |14mr|flute-1.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: flute
Version: 1.3.0
Release: 5
Summary: Java CSS parser using SAC
# The entire source code is W3C except ParseException.java which is LGPLv2+
License: W3C and LGPLv2+
Group:   System/Libraries
Source0: http://downloads.sourceforge.net/jfreereport/%{name}-%{version}-OOo31.zip
URL: http://www.w3.org/Style/CSS/SAC/
BuildRequires: ant, java-devel >= 0:1.6.0, jpackage-utils, sac, java-rpmbuild
Requires: java >= 0:1.6.0 , jpackage-utils, sac
BuildArch: noarch

%description
A Cascading Style Sheets parser using the Simple API for CSS, for Java.

%package javadoc
Group: Development/Java
Summary: Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib sac

%build
ant jar javadoc

%install
mkdir -p %{buildroot}%{_javadir}
cp -p build/lib/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp build/api %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc COPYRIGHT.html
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc COPYRIGHT.html
%{_javadocdir}/%{name}

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-5
+ Revision: c8df433
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16346 |14mr|fluxbox-1.3.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define title Fluxbox
%define style Met-Anti-Flux-blue

Summary:	Windowmanager based on the original blackbox-code
Name:		fluxbox
Version:	1.3.5
Release:	6
License:	MIT
Group:		Graphical desktop/Other
Url:		http://fluxbox.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source3:	%{name}-icons.tar.bz2
Source4:	%{name}-%{style}.tar.bz2
Source6:	%{name}-artwiz-fonts.tar.bz2
Source10:	%{name}-splash.jpg
Source11:	%{name}-menu-xdg
Patch0:		fluxbox-startfluxbox-pulseaudio.patch
Patch2:		fluxbox-gcc43.patch
BuildRequires:	mkfontdir
# Make sure these exist
BuildRequires:	alsa-plugins-pulseaudio
BuildRequires:	pulseaudio
BuildRequires:	pulseaudio-module-x11
BuildRequires:	pulseaudio-utils
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(zlib)

Requires:	xmessage
Requires:	xdg-compliance-menu

%description
Fluxbox is yet another windowmanager for X. It's a fork from the origi-
nal blackbox-0.61.1 code. Fluxbox looks like blackbox and handles
styles, colors, window placement and similar thing exactly like black-
box. So what's the difference between fluxbox and blackbox then? The
answer is: LOTS!

Have a look at the homepage for more info ;)

%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%config(noreplace) %{_sysconfdir}/X11/%{name}/menu
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/16%{name}
%{_sysconfdir}/menu.d/%{name}
%{_bindir}/fbsetbg
%{_bindir}/fbrun
%{_bindir}/fbsetroot
%{_bindir}/fluxbox
%{_bindir}/fluxbox-generate_menu
%{_bindir}/fluxbox-update_configs
%{_bindir}/startfluxbox
%{_bindir}/fluxbox-remote
%{_mandir}/man1/*
%dir %{_datadir}/fonts/fluxbox-artwiz-fonts
%{_datadir}/fonts/fluxbox-artwiz-fonts/*.gz
%{_datadir}/fonts/fluxbox-artwiz-fonts/fonts.dir
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/init
%{_datadir}/%{name}/keys
%{_datadir}/%{name}/splash.jpg
%{_datadir}/%{name}/backgrounds/default.png
%{_datadir}/%{name}/styles/*
%{_datadir}/%{name}/pixmaps/*
%{_sysconfdir}/X11/fontpath.d/fluxbox-artwiz-fonts:unscaled:pri=50
%{_datadir}/%{name}/apps
%{_datadir}/%{name}/overlay
%{_datadir}/%{name}/windowmenu
%{_datadir}/%{name}/nls/*
%{_mandir}/man5/fluxbox-keys.5.*
%{_mandir}/man5/fluxbox-apps.5*
%{_mandir}/man5/fluxbox-menu.5*
%{_mandir}/man5/fluxbox-style.5*

#----------------------------------------------------------------------------

%package pulseaudio
Summary:	Enable pulseaudio support
Group:		Graphical desktop/Other
Requires:	%{name} = %{EVRD}
Requires:	alsa-plugins-pulseaudio
Requires:	pulseaudio
Requires:	pulseaudio-module-x11
Requires:	pulseaudio-utils

%description pulseaudio
Enable pulseaudio support.

%files pulseaudio
%{_sysconfdir}/fluxbox-pulseaudio

#----------------------------------------------------------------------------

%prep
%setup -q -a3
%patch0 -p0 -b .pulseaudio
%patch2 -p1 -b .gcc43

%build
%configure2_5x \
	--enable-xft \
	--enable-xinerama \
	--enable-imlib2 \
	--enable-nls \
	--with-menu=%{_sysconfdir}/X11/fluxbox/menu \
	--with-style=%{_datadir}/%{name}/styles/%{style} \
	--with-keys=%{_datadir}/%{name}/keys \
	--with-init=%{_datadir}/%{name}/init

%make

%install
%makeinstall_std

# icon
install -D -m 644 %{name}48.png %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 %{name}32.png %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{name}16.png %{buildroot}%{_miconsdir}/%{name}.png

# session file
install -d %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/16fluxbox << EOF
NAME=Fluxbox
ICON=fluxbox.png
EXEC=%{_bindir}/startfluxbox
DESC=%{summary}
SCRIPT:
exec %{_bindir}/startfluxbox
EOF

# menu
install -d %{buildroot}%{_sysconfdir}/menu.d
install -m 0755 %{SOURCE11} %{buildroot}%{_sysconfdir}/menu.d/%{name}

# Artwiz fonts
install -d %{buildroot}%{_datadir}/fonts
tar xjf %{SOURCE6} -C %{buildroot}%{_datadir}/fonts/
pushd %{buildroot}%{_datadir}/fonts/fluxbox-artwiz-fonts
mkfontdir
popd

# mdk-style and background.
install -d %{buildroot}%{_datadir}/%{name}/{styles,backgrounds}
tar xjf %{SOURCE4} -C %{buildroot}%{_datadir}/%{name}
# update background command for fluxbox >= 0.9.15
sed -i "s/^rootCommand:.*@WALLPAPER@/background: aspect\nbackground.pixmap: @WALLPAPER@/" %{buildroot}%{_datadir}/%{name}/styles/%{style}
sed -i "s,\@WALLPAPER@,%{_datadir}/%{name}/backgrounds/default.png," \
                                           %{buildroot}%{_datadir}/%{name}/styles/%{style}
sed -i "s,\@DATADIR\@,%{_datadir}/%{name}," %{buildroot}%{_datadir}/%{name}/styles/%{style}

pushd %{buildroot}%{_datadir}/%{name}/backgrounds/
ln -s %{_datadir}/mdk/backgrounds/default.png default.png
popd
install %{SOURCE10} %{buildroot}%{_datadir}/%{name}/splash.jpg

# bzip2 manpages (should be automatic, dirty); lenny
bzip2 %{buildroot}%{_mandir}/man1/*.1

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/fluxbox-artwiz-fonts \
    %{buildroot}%{_sysconfdir}/X11/fontpath.d/fluxbox-artwiz-fonts:unscaled:pri=50

mkdir -p %{buildroot}%{_sysconfdir}
touch -r ChangeLog %{buildroot}%{_sysconfdir}/fluxbox-pulseaudio


%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.5-6
+ Revision: 65dd76f
- New version 1.3.5, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16347 |14mr|fmirror-0.8.4-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	FTP mirroring package
Name:		fmirror
Version:	0.8.4
Release:	19
License:	GPLv2+
Group:		Networking/File transfer
URL:		ftp://ftp.sunet.se/pub/nir/ftp/utilities/fmirror/
Source:		ftp://ftp.sunet.se/pub/nir/ftp/utilities/fmirror/testing/%{name}-%{version}.tar.bz2
Patch0:		fmirror-mandriva.patch
Patch1:		fmirror-0.8.4-anonymous.patch
Patch2:		fmirror-0.8.4-typofix_inman.patch
Patch3:		fmirror-0.8.4-signal.patch
Patch4:		fmirror-0.8.4-skip-solaris-acl.patch
Patch5:		fmirror-0.8.4-maxdel.patch
Patch6:		fmirror-0.8.4-eol.patch
Patch7:		fmirror-0.8.4-remotez.patch
Patch8:		fmirror-0.8.4-bugfix.patch
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
This is an FTP mirroring package; it is useful to keep in sync with some FTP
site.

%prep

%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}

%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man?/*
%{_datadir}/fmirror




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.4-19
+ Revision: c3a9c37
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16348 |14mr|folks-0.9.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define dirver 41
%define major 25
%define gir_major 0.6

%define libname		%mklibname %{name} %{major}
%define girname		%mklibname %{name}-gir %{gir_major}
%define develname	%mklibname -d %{name}

%define enable_vala 0

Summary:	Aggregates people from multiple sources to create metacontacts
Name:		folks
Version:	0.9.6
Release:	2
Group:		Networking/Instant messaging
License:	LGPLv2+
URL:		http://telepathy.freedesktop.org/wiki/Folks
Source0:	http://ftp.gnome.org/pub/GNOME/sources/folks/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	glib2.0-common
BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.9.6
BuildRequires:	pkgconfig(telepathy-glib) >= 0.13
BuildRequires:	pkgconfig(gconf-2.0) >= 2.31
BuildRequires:	pkgconfig(gee-0.8) >= 0.8.4
BuildRequires:	pkgconfig(libebook-1.2)
BuildRequires:	pkgconfig(libedataserver-1.2)
BuildRequires:	pkgconfig(libedata-book-1.2) >= 3.1.5
BuildRequires:	pkgconfig(libsocialweb-client)
BuildRequires:	pkgconfig(zeitgeist-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	vala-devel
BuildRequires:	vala-tools

Requires:	evolution-data-server

Obsoletes: %{name}-i18n

%description
libfolks is a library that aggregates people from multiple sources (eg,
Telepathy connection managers and eventually evolution data server, Facebook,
etc.) to create metacontacts. It's written in Vala (in part to evaluate Vala).
The initial goal is for GObject/C support, though the Vala bindings should
basically automatic.

%package -n %{libname}
Group:		System/Libraries
Summary:	Aggregates people from multiple sources to create metacontacts
# old libs left over in the repo
Obsoletes:	%{mklibname folks 0} < 0.7.0
Obsoletes:	%{mklibname folks 1} < 0.7.0

%description -n %{libname}
This package contains the dynamic libraries from %{name}.

%package -n %{girname}
Group:		System/Libraries
Summary:	Aggregates people from multiple sources to create metacontacts
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
This package contains the Gir-repository typelib for %{name}.

%package -n %{develname}
Group:		Development/C
Summary:	Aggregates people from multiple sources to create metacontacts
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This packages contains the headers and libraries for %{name}.

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure \
	--disable-static \
	--disable-fatal-warnings \
	--enable-libsocialweb-backend=auto \
	--enable-eds-backend \
%if %{enable_vala}
	--enable-vala \
	--enable-inspect-tool \
%endif
	--enable-import-tool

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README
%{_bindir}/folks-import
%dir %{_libdir}/folks/%{dirver}/
%{_libdir}/folks/%{dirver}/backends
%{_datadir}/GConf/gsettings/folks.convert
%{_datadir}/glib-2.0/schemas/org.freedesktop.folks.gschema.xml

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Folks*-%{gir_major}.typelib

%files -n %{develname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/folks
%{_datadir}/vala/vapi/folks*
%{_datadir}/gir-1.0/Folks*-%{gir_major}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.6-2
+ Revision: 8f5bcbd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16349 |14mr|fontconfig-2.11.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%define bootstrap 0
%{?_without_bootstrap: %global bootstrap 0}
%{?_with_bootstrap: %global bootstrap 1}
%define rebuild_doc 1
%if %{bootstrap}
%define rebuild_doc 0
%endif

%define build_plf 0
%{?_with_plf: %{expand: %%global build_plf 1}}

#####################
# Hardcode PLF build
%define build_plf 0
#####################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	Font configuration library
Name:		fontconfig
Version:	2.11.1
Release:	1%{?extrarelsuffix}
License:	MIT
Group:		System/X11
Url:		http://fontconfig.org/
Source0:	http://www.freedesktop.org/software/fontconfig/release/%{name}-%{version}.tar.bz2
# (fc) 2.3.2-3mdk prefer urw fonts
Source1:	30-mdv-urwfonts.conf
# (fc) 2.3.2-3mdk disable antialiasing for some fonts
Source3:	20-mdv-disable-antialias.conf
# (fc) 2.3.2-3mdk  Avoid KDE/QT uses some bitmapped fonts (guisseppe)
Source5:	30-mdv-avoid-bitmap.conf
# (fc) 2.4.2-1mdv disable embedded bitmap for big size (Mdv bug #25924)
Source8:	26-mdv-no-embeddedbitmap.conf
# (fc) 2.4.92-1mdv enable embeddedbitmap on some CJK fonts (Fedora)
Source10:	25-no-bitmap-fedora.conf
# (fc) 2.1-4mdk change order of default fonts
Source11:	fc-cache.filter
Source12:	fc-cache.script
Patch1:		fontconfig-mdvconfig.patch
%if %{build_plf}
Patch10:	00_old_diff_gz.patch
Patch11:	01_fonts_nanum.patch
Patch12:	04_ubuntu_monospace_lcd_filter_conf.patch
Patch13:	05_lcdfilterlegacy.patch
Patch14:	05_ubuntu_add_hinting_and_antialiasing_confs.patch
Patch15:	06_ubuntu_lcddefault.patch
%endif
BuildRequires:	ed
BuildRequires:	lynx
BuildRequires:	pkgconfig(freetype2) >= 2.3.5
BuildRequires:	pkgconfig(libxml-2.0)
%if %{rebuild_doc}
# Actually, we don't really need whole set of texlive packages
# but it's hard to find what exactly we need. So we use texlive.
BuildRequires:	texlive
BuildRequires:	docbook-utils
BuildRequires:	docbook-utils-pdf
BuildRequires:	docbook-dtd31-sgml
BuildRequires:	docbook-dtd41-sgml
%endif
Provides:	lib%{name} = %{EVRD}
Provides:	%{name}-libs = %{EVRD}
# fwang: add conflicts to ease upgrade
Conflicts:	x11-font-wqy-bitmapfont < 1.0-0.20070901.1

%description
Fontconfig is designed to locate fonts within the system and select them
according to requirements specified by applications.

%if %{build_plf}
This package contains Ubuntu LCD patches.
%endif

%files
%doc README AUTHORS COPYING doc/fontconfig-user.html doc/fontconfig-user.txt
%dir %{_var}/cache/fontconfig
%{_bindir}/*
%dir %{_sysconfdir}/fonts
%dir %{_sysconfdir}/fonts/conf.d
%{_datadir}/%{name}/conf.avail
%{_datadir}/xml/fontconfig/fonts.dtd
# those files must NOT have noreplace option
%config %{_sysconfdir}/fonts/fonts.conf
%config %{_sysconfdir}/fonts/conf.d/*.conf
%config %{_sysconfdir}/fonts/conf.d/README
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_var}/lib/rpm/filetriggers/fc-cache.*

%post
%{_bindir}/fc-cache --force --system-only >/dev/null

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Font configuration and customization library
Group:		System/Libraries

%description -n %{libname}
Fontconfig is designed to locate fonts within the system and select them
according to requirements specified by applications.

%files -n %{libname}
%{_libdir}/libfontconfig.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Font configuration and customization library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package includes the header files, and developer docs for the fontconfig
package. Install it if you want to develop programs which will use fontconfig.

%files -n %{devname}
%doc doc/fontconfig-devel doc/fontconfig-devel.txt 
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%if %{build_plf}
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%else
%patch1 -p1
%endif

%build
%if !%{rebuild_doc}
export HASDOCBOOK=no
%endif

%configure2_5x \
	--disable-static \
	--localstatedir=/var \
	--with-add-fonts="/usr/lib/X11/fonts,/usr/X11R6/lib/X11/fonts,/opt/ttfonts" \
	--enable-libxml2

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d
cp %{SOURCE1} %{SOURCE3} %{SOURCE5} %{SOURCE8} %{SOURCE10} %{buildroot}%{_sysconfdir}/fonts/conf.d 

# needed in case main config files isn't up to date
cat << EOF > %{buildroot}%{_sysconfdir}/fonts/conf.d/00-cache.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Font cache directory list -->

        <cachedir>/var/cache/fontconfig</cachedir>
        <cachedir>~/.fontconfig</cachedir>

</fontconfig>
EOF

ln -s ../../../%{_datadir}/%{name}/conf.avail/25-unhint-nonlatin.conf %{buildroot}%{_sysconfdir}/fonts/conf.d

# remove unpackaged files
rm -rf %{buildroot}%{_datadir}/doc/fontconfig 

# install filetriggers
install -d -m 0755 %{buildroot}%{_var}/lib/rpm/filetriggers
install -m 0644 %{SOURCE11} %{buildroot}%{_var}/lib/rpm/filetriggers
install -m 0755 %{SOURCE12} %{buildroot}%{_var}/lib/rpm/filetriggers


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.11.1-1
+ Revision: ad54089
- New version 2.11.1, no longer hide warning about user config path (disable patch)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16350 |14mr|fontforge-1.0-0.20120731.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ffversion	20120731
%define docversion	20120731

%define major 1
%define gdraw_major 4
%define gunicode_major 3
%define libname %mklibname %{name} %{major}
%define libgdraw %mklibname gdraw %{gdraw_major}
%define libgioftp %mklibname gioftp %{major}
%define libgunicode %mklibname gunicode %{gunicode_major}
%define libgutils %mklibname gutils %{major}
%define devname %mklibname %{name} -d

Summary:	Font Editor for PostScript, TrueType, OpenType and various fonts
Name:		fontforge
Version:	1.0
Release:	0.%{ffversion}.2
License:	BSD-like
Group:		Publishing
Url:		http://fontforge.sourceforge.net/
Source0:	http://fontforge.sourceforge.net/fontforge_full-%{ffversion}-b.tar.bz2
Source2:	http://fontforge.sourceforge.net/fontforge_htdocs-%{docversion}-b.tar.bz2
Source3:	http://fontforge.sourceforge.net/cidmaps.tar.bz2
Source4:	http://fontforge.sourceforge.net/fontforge-tutorial.pdf
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		fontforge-20110222-link.patch
Patch1:		fontforge-20090224-pythondl.patch
Patch2:		fontforge-20110222-libz.so-linkage.patch
Patch3:		fontforge-20120731-b-giflib51.patch

BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	jpeg-devel
BuildRequires:	libuninameslist-devel
BuildRequires:	ungif-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(pangoxft)

# (Abel) it wants either autotrace or potrace
Requires:	potrace
Provides:	/usr/bin/fontforge

%description
FontForge is an outline font editor that lets you create your own 
postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and 
bitmap (bdf) fonts, or edit existing ones. Also lets you convert one
format to another. FontForge has support for many macintosh font formats.

%files -f FontForge.lang
%doc LICENSE README-unix README-Unix.html fontforge-tutorial.pdf
%{_bindir}/*
%{_mandir}/man1/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/fontforge.xml
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	Library for %{name}
Conflicts:	%{name} < 1.0-0.20110222.4

%description -n %{libname}
This package contains the shared library libfontforge.

%files -n %{libname}
%{_libdir}/libfontforge.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgdraw}
Group:		System/Libraries
Summary:	Library for %{name}
Conflicts:	%{name} < 1.0-0.20110222.4

%description -n %{libgdraw}
This package contains the shared library libgdraw.

%files -n %{libgdraw}
%{_libdir}/libgdraw.so.%{gdraw_major}*

#----------------------------------------------------------------------------

%package -n %{libgioftp}
Group:		System/Libraries
Summary:	Library for %{name}
Conflicts:	%{name} < 1.0-0.20110222.4

%description -n %{libgioftp}
This package contains the shared library libgioftp.

%files -n %{libgioftp}
%{_libdir}/libgioftp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgunicode}
Group:		System/Libraries
Summary:	Library for %{name}
Conflicts:	%{name} < 1.0-0.20110222.4

%description -n %{libgunicode}
This package contains the shared library libgunicode.

%files -n %{libgunicode}
%{_libdir}/libgunicode.so.%{gunicode_major}*

#----------------------------------------------------------------------------

%package -n %{libgutils}
Group:		System/Libraries
Summary:	Library for %{name}
Conflicts:	%{name} < 1.0-0.20110222.4

%description -n %{libgutils}
This package contains the shared library libgutils.

%files -n %{libgutils}
%{_libdir}/libgutils.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Group:		Development/C
Summary:	Development files for %{name}
Requires:	%{libname} = %{EVRD}
Requires:	%{libgdraw} = %{EVRD}
Requires:	%{libgioftp} = %{EVRD}
Requires:	%{libgunicode} = %{EVRD}
Requires:	%{libgutils} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}

#----------------------------------------------------------------------------

%package python
Group:		Development/Python
Summary:	Library bindings for python
Conflicts:	%{name} < 1.0-0.20110222.4

%description python
This package contains the python library for python applications that
use %{name}.

%files python
%{python_sitearch}/fontforge*.egg-info
%{python_sitearch}/fontforge.so
%{python_sitearch}/psMat.so

#----------------------------------------------------------------------------

%prep
%setup -qn fontforge-%{ffversion}-b
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1

mkdir -p htdocs cidmap
tar xjf %{SOURCE2} -C htdocs
tar xjf %{SOURCE3} -C cidmap

cp %{SOURCE4} .

%build
%configure2_5x \
	--disable-static \
	--with-freetype-bytecode=no \
	--with-regular-link \
	--enable-pyextension \
	--enable-longdouble \
	--enable-type3 \
	--enable-libff
%make

%install
%makeinstall_std

desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	Packaging/fontforge.desktop

# icons
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

mkdir -p %{buildroot}/%{_datadir}/mime/packages

install -p Packaging/fontforge.xml %{buildroot}/%{_datadir}/mime/packages/

chrpath -d %{buildroot}%{_bindir}/%{name} %{buildroot}%{_libdir}/*.so.*

%find_lang FontForge


%changelog
* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.20120731.2
+ Revision: 83ec2ab
- Fix BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16351 |14mr|fonts-bitmap-misc-console-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fonts-bitmap-misc-console
%define version 1.3
%define release 2

Summary:    Console font backported from KDE3
Name:       %{name}
Version:    %{version}
Release:    %{release}
Source0:    %{name}-%{version}.tar.xz
License:    GPLv2+
Group:      Graphical desktop/KDE
Url:        https://abf.rosalinux.ru/captainflint/fonts-bitmap-misc-console
Packager:   Konstantin Vlasov <konstantin.vlasov@rosalab.ru>
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:  noarch
Requires:   fontconfig
Requires:   mkfontdir

%description
The fixed-sized font Console is optimized for terminal applications and makes
Konsole look pretty.

%prep
%setup -q

%build

%install
rm -rf %buildroot

mkdir -p %{buildroot}%{_datadir}/fonts/misc
install -m 0644 usr/share/fonts/misc/console8x16.pcf.gz %{buildroot}%{_datadir}/fonts/misc/

%files
%defattr(-,root,root)
%{_datadir}/fonts/misc/console8x16.pcf.gz

%post
fc-cache
mkfontdir /usr/share/fonts/misc

%postun
fc-cache
mkfontdir /usr/share/fonts/misc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-2
+ Revision: 6356af2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16352 |14mr|fonts-ttf-arabic-1.1-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Arabic TrueType fonts
Name:		fonts-ttf-arabic
Version:	1.1
Release:	20
License:	GPLv2
Group:		System/Fonts/True type
Source0:	http://www.linux.org.sa/download/KacstArabicFonts-%{version}.tar.bz2
Source1:	nastaliq_unicode.ttf.bz2
BuildArch:	noarch
BuildRequires:	fontconfig
BuildRequires:	mkfontscale

%description
This Package provides Free Arabic TrueType fonts.

%prep

%setup -q -c

%build
bzcat %{SOURCE1} > nastaliq_unicode.ttf

%install
mkdir -p %{buildroot}/%{_datadir}/fonts/TTF/arabic/
cp *.ttf %{buildroot}/%{_datadir}/fonts/TTF/arabic/

(
cd %{buildroot}/%{_datadir}/fonts/TTF/arabic/
mkfontscale
cp fonts.scale fonts.dir
)

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/TTF/arabic \
    %{buildroot}%{_sysconfdir}/X11/fontpath.d/ttf-arabic:pri=50

%post
touch %{_datadir}/fonts/TTF

%files
%doc *txt
%dir %{_datadir}/fonts/TTF/arabic/
%{_datadir}/fonts/TTF/arabic/*
%{_sysconfdir}/X11/fontpath.d/ttf-arabic:pri=50


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-20
+ Revision: d6fd91c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16353 |14mr|fonts-ttf-arabic-arabeyes-2.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fonts-ttf-arabic-arabeyes
%define name_orig	ae_fonts
%define version 2.0
%define release 11
%define fontdir	fonts/TTF/arabic/arabeyes

Name:		%{name}
Summary:	Arabic TrueType fonts
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		System/Fonts/True type
Source:		http://prdownloads.sourceforge.net/arabeyes/%{name_orig}_%{version}.tar.bz2
URL:		http://www.arabeyes.org/project.php?proj=Khotot
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%_tmppath/%name-%version-%release-buildroot
Buildrequires: 	mkfontscale
Provides:	fonts-ttf-arabic

%description
This Package provides Free Arabic TrueType fonts donated under the GPL license
by arabeyes.org.

%prep
%setup -n %{name_orig}_%version -q

%build

%install
rm -rf %buildroot

mkdir -p %buildroot/%_datadir/%fontdir
cp */*.ttf %buildroot/%_datadir/%fontdir

pushd %buildroot/%_datadir/%fontdir
mkfontscale
cp fonts.scale fonts.dir
popd

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/%fontdir \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-arabic-arabeyes:pri=50

%post
touch %_datadir/fonts/TTF

%clean
rm -rf %buildroot

%files
%defattr(0644,root,root,0755)
%doc README ChangeLog
%dir %_datadir/%fontdir
%_datadir/%fontdir/*
%_sysconfdir/X11/fontpath.d/ttf-arabic-arabeyes:pri=50




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-11
+ Revision: a81788e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16354 |14mr|fonts-ttf-arabic-farsi-0.4-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fonts-ttf-arabic-farsi
%define name_orig farsifonts
%define version 0.4
%define release 15
%define fontdir	fonts/TTF/arabic/farsi

Name:		%{name}
Summary:	Arabic TrueType fonts
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Fonts/True type
Source:		http://www.farsiweb.info/font/%{name_orig}-%{version}.tar.bz2
URL:		http://www.farsiweb.info
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%_tmppath/%name-%version-%release-buildroot
BuildRequires:	mkfontscale
Provides:	fonts-ttf-arabic

%description
This Package provides Free Arabic TrueType fonts donated under the GPL license
by farsiweb.info.

%prep
%setup -n %name_orig-%version -q

%build

%install
rm -rf %buildroot

mkdir -p %buildroot/%_datadir/%fontdir
cp *.ttf %buildroot/%_datadir/%fontdir

pushd %buildroot/%_datadir/%fontdir
mkfontscale
cp fonts.scale fonts.dir
popd

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/%fontdir \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-arabic-farsi:pri=50

%clean
rm -rf %buildroot

%files
%defattr(0644,root,root,0755)
%doc COPYING NEWS *.txt
%dir %_datadir/%{fontdir}
%_datadir/%{fontdir}/*
%_sysconfdir/X11/fontpath.d/ttf-arabic-farsi:pri=50





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-15
+ Revision: 2ab2db3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16355 |14mr|fonts-ttf-arabic-kacst-2.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fonts-ttf-arabic-kacst
%define name_orig kacst_fonts
%define srcname KacstArabicFonts-2.0
%define version 2.0
%define release 9
%define fontdir	fonts/TTF/arabic/kacst

Name:		%{name}
Summary:	Arabic TrueType fonts
Version:	%{version}
Release:	%{release}
License:	GPLv2
Group:		System/Fonts/True type
Source:		http://downloads.sourceforge.net/project/arabeyes/kacst_fonts/%{name_orig}_%{version}.tar.bz2
URL:		http://www.arabeyes.org/resources.php
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%_tmppath/%name-%version-%release-buildroot
BuildRequires:	mkfontscale
Requires:	common-licenses
Provides:	fonts-ttf-arabic

%description
This Package provides Free Arabic TrueType fonts donated under the GPL license
by King Abdul-Aziz City for Science and Technology (KACST).

Now maintained by Arabeyes http://www.arabeyes.org

%prep
%setup -q -n %{srcname}

%build

%install
rm -rf %buildroot

mkdir -p %buildroot/%_datadir/%fontdir
cp *.ttf %buildroot/%_datadir/%fontdir

pushd %buildroot/%_datadir/%fontdir
mkfontscale
cp fonts.scale fonts.dir
popd

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/%fontdir \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-arabic-kacst:pri=50

%clean
rm -rf %buildroot

%files
%defattr(0644,root,root,0755)
%dir %_datadir/%fontdir
%_datadir/%fontdir/*
%_sysconfdir/X11/fontpath.d/ttf-arabic-kacst:pri=50



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-9
+ Revision: 249a9b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16356 |14mr|fonts-ttf-armenian-1.1-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Armenian TrueType fonts
Name:		fonts-ttf-armenian
Version:	1.1
Release:	24
License:	Distributable
URL:		http://www.freenet.am/armnls/
Group:		System/Fonts/True type

Source0:	fonts-ttf-armenian-%{version}.tar.bz2
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildRequires:	mkfontscale

%description
This Package provides free Armenian TrueType fonts.

%prep
%setup -q

%build
# TODO: create a README file

%install
rm -fr %buildroot

mkdir -p %buildroot/%_datadir/fonts/TTF/armenian/
cp * %buildroot/%_datadir/fonts/TTF/armenian
pushd %buildroot/%_datadir/fonts/TTF/armenian
mkfontscale
cp fonts.scale fonts.dir
popd

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/armenian \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-armenian:pri=50


%clean
rm -fr %buildroot

%files
%defattr(0644,root,root,0755)
%dir %_datadir/fonts/TTF/armenian/
%_datadir/fonts/TTF/armenian/*
%_sysconfdir/X11/fontpath.d/ttf-armenian:pri=50




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-24
+ Revision: 8898288
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16357 |14mr|fonts-ttf-bengali-0.5-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A set of Bangla fonts under GPL
Name: fonts-ttf-bengali
# version number is defined at http://www.bengalinux.org/downloads/
Version: 0.5
Release: 14
License: GPL
Group: System/Fonts/True type
Source0: http://savannah.nongnu.org/download/freebangfont/Akaash-0.8.5.tar.bz2
Source1: http://savannah.nongnu.org/download/freebangfont/Ani.tar.bz2
Source2: http://savannah.nongnu.org/download/freebangfont/Likhan-0.5.tar.bz2
Source3: http://savannah.nongnu.org/download/freebangfont/MuktiNarrow-0.94.tar.bz2
URL: http://www.bengalinux.org/
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildRequires:	freetype-tools

Provides: fonts-tt-Akaash
Provides: fonts-tt-Ani
Provides: fonts-tt-Likhan
Provides: fonts-tt-MuktiNarrow

%description
This package contains a set of Bangla (Bengali) OpenType fonts based on
Unicode encoding scheme. The fonts are provided by Free Bangla Font project,
a sub project of Ankur group (http://www.bengalinux.org).

Install freebanglafont if you'd like to use Bangla or want to see Bangla
interface for GNOME, KDE, etc.

%prep
%setup -c -a 0 -a 1 -a 2 -a 3 -q

%build

%install
rm -rf %buildroot
install -d %buildroot/%_datadir/fonts/TTF/bengali

for i in `find . -name "*.ttf"` ; do
install -m 644 $i %buildroot/%_datadir/fonts/TTF/bengali
done
for i in `find . -name "*.TTF"` ; do
  install -m 644 $i \
	 %buildroot/%_datadir/fonts/TTF/bengali/`basename $i .TTF`.ttf
done

mkdir -p %buildroot/%_docdir/%{name}-%{version}/Akaash/
install -m 644 Akaash/{BUGS,README,MAILINGLISTS,VERSION,CHANGELOG,CREDITS} \
	%buildroot/%_docdir/%{name}-%{version}/Akaash/
mkdir -p %buildroot/%_docdir/%{name}-%{version}/Ani/
install -m 644 Ani/{AUTHORS,BUGS,MAILINGLISTS,README,VERSION} \
	%buildroot/%_docdir/%{name}-%{version}/Ani/
mkdir -p %buildroot/%_docdir/%{name}-%{version}/Likhan/
install -m 644 Likhan-0.5/README \
	%buildroot/%_docdir/%{name}-%{version}/Likhan/
mkdir -p %buildroot/%_docdir/%{name}-%{version}/MuktiNarrow/
install -m 644 MuktiNarrow0.94/readme.txt \
	%buildroot/%_docdir/%{name}-%{version}/MuktiNarrow/
install -m 644 Ani/COPYING %buildroot/%_docdir/%{name}-%{version}/

%post
touch %{_datadir}/fonts/TTF

%clean
rm -fr %buildroot

%files
%defattr(0644,root,root,0755)
%doc %_docdir/%{name}-%{version}/*
%dir %_datadir/fonts/TTF/
%dir %_datadir/fonts/TTF/bengali
%_datadir/fonts/TTF/bengali/*.ttf






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-14
+ Revision: 9d46615
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16358 |14mr|fonts-ttf-bitstream-vera-1.10-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: fonts-ttf-bitstream-vera
Version: 1.10
Release: 15
Summary: Bitstream Vera ttf fonts
Group: Development/X11
BuildArch: noarch
URL: http://www.gnome.org/fonts/
Source: http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-%{version}.tar.bz2
License: Bitstream Vera Fonts Copyright
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11 <= 6.9.0
Provides: fonts-ttf-vera
Requires(post): mkfontdir mkfontscale
Requires(postun): mkfontdir mkfontscale

%description
Bitstream Vera ttf fonts

%prep
%setup -q -n ttf-bitstream-vera-%{version}

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/fonts/TTF/
cp -f *.ttf %{buildroot}%{_datadir}/fonts/TTF/

%post
mkfontscale %{_datadir}/fonts/TTF
mkfontdir %{_datadir}/fonts/TTF

%postun
mkfontscale %{_datadir}/fonts/TTF
mkfontdir %{_datadir}/fonts/TTF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README.TXT COPYRIGHT.TXT RELEASENOTES.TXT
%{_datadir}/fonts/TTF/Vera*.ttf





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10-15
+ Revision: ee3ecf5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16359 |14mr|fonts-ttf-chinese-0.2.20080216.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.2.20080216.1
%define release 11
%define epoch 1

Summary:	Unified Chinese True Type font
Name:		fonts-ttf-chinese
Version:	%{version}
Release:	%{release}
Epoch:		%{epoch}

Source6:	cidinst.chinese
Source7:	cidunin.chinese
Source10:	http://apt.debian.org.tw/pool/t/ttf-arphic-ukai/ttf-arphic-ukai_%{version}.orig.tar.gz
Source11:	http://apt.debian.org.tw/pool/t/ttf-arphic-ukai/ttf-arphic-uming_%{version}.orig.tar.gz

URL:		http://www.freedesktop.org/wiki/Software/CJKUnifonts
License:	Arphic Public License
Group:		System/Fonts/True type
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%{_tmppath}/%name-%version-%release-root
Obsoletes:	fonts-ttf-big5
Provides:	fonts-ttf-big5 = %{epoch}:%{version}-%{release}
Obsoletes:	fonts-ttf-gb2312
Provides:	fonts-ttf-gb2312 = %{epoch}:%{version}-%{release}

%description
Chinese True Type font covering both tranditional and simplified chinese,
in Sung and Kai font face. It was merged by Arne Goetje, using Sung/Kai
face fonts (both in trad. and simp. Chinese) donated by Arphic Technology
Co Ltd.

In addition, it includes embedded 11-16 pixel bitmap fonts done by Firefly,
and HKSCS(Hong Kong) glyphs done by Akar et. al.

%prep
%setup -q -c -T -n ttf-arphic-ukai -a 10
%setup -q -c -T -D -n ttf-arphic-uming -a 11
 
%build
cd ..

mkdir doc -p
# prevent name clash
cp ttf-arphic-ukai/README doc/README-ukai
cp ttf-arphic-uming/README doc/README-uming
cp ttf-arphic-ukai/FONTLOG doc/FONTLOG-ukai
cp ttf-arphic-uming/FONTLOG doc/FONTLOG-uming

cp ttf-arphic-ukai/CONTRIBUTERS ttf-arphic-ukai/KNOWN_ISSUES ttf-arphic-ukai/NEWS ttf-arphic-ukai/TODO doc/

# merge fonts.dir
grep uming.ttc ttf-arphic-uming/fonts.dir > fonts.dir.prepare
grep ukai.ttc ttf-arphic-ukai/fonts.dir >> fonts.dir.prepare
wc -l fonts.dir.prepare |awk -F' ' '{print $1}' > fonts.dir
cat fonts.dir.prepare >> fonts.dir

# merge fonts.scale
grep uming.ttc ttf-arphic-uming/fonts.scale > fonts.scale.prepare
grep ukai.ttc ttf-arphic-ukai/fonts.scale >> fonts.scale.prepare
wc -l fonts.scale.prepare |awk -F' ' '{print $1}' > fonts.scale
cat fonts.scale.prepare >> fonts.scale

%install
rm -fr %{buildroot}
cd ..

install -d %{buildroot}/%{_datadir}/fonts/TTF/chinese/
install -m 644 ttf-arphic-ukai/ukai.ttc %{buildroot}/%{_datadir}/fonts/TTF/chinese/
install -m 644 ttf-arphic-uming/uming.ttc %{buildroot}/%{_datadir}/fonts/TTF/chinese/
install -m 644 fonts.dir fonts.scale %{buildroot}/%{_datadir}/fonts/TTF/chinese/

mkdir -p %buildroot%_sysconfdir/fonts/conf.d/
install -m 644 ttf-arphic-ukai/35-ttf-arphic-ukai-aliases.conf %buildroot%_sysconfdir/fonts/conf.d/
install -m 644 ttf-arphic-uming/35-ttf-arphic-uming-aliases.conf %buildroot%_sysconfdir/fonts/conf.d/

touch %{buildroot}%{_datadir}/fonts/TTF/chinese/fonts.*

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/chinese \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-chinese:pri=50


%clean
rm -fr %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc ../doc/*
%dir %{_datadir}/fonts/TTF/chinese/
%{_datadir}/fonts/TTF/chinese/*
%{_sysconfdir}/X11/fontpath.d/ttf-chinese:pri=50
%_sysconfdir/fonts/conf.d/*.conf



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.2.20080216.1-11
+ Revision: f8d0a82
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16360 |14mr|fonts-ttf-dejavu-2.34-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname dejavu-fonts-ttf

Summary:	DejaVu ttf Fonts
Name:		fonts-ttf-dejavu
Version:	2.34
Release:	1
License:	Bitstream Vera Fonts Copyright
Group:		System/Fonts/True type
Url:		http://dejavu.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/dejavu/%{pkgname}-%{version}.tar.bz2
BuildArch:	noarch
BuildRequires:	fontconfig
BuildRequires:	ttmkfdir

%description
The DejaVu fonts are modifications of the Bitstream Vera fonts designed 
to extend this original for greater coverage of Unicode. The Bitstream Vera 
family was limited mainly to the characters in the Basic Latin and Latin-1 
Supplement portions of Unicode (roughly equivalent to ISO-8859-15) but was 
released with a license that permitted changes. The DejaVu fonts project was 
started with the aim to "provide a wider range of characters... while 
maintaining the original look and feel through the process of collaborative 
development".

%files
%doc README LICENSE AUTHORS NEWS BUGS *cover.txt
%dir %{_datadir}/fonts/TTF/dejavu
%{_datadir}/fonts/TTF/dejavu/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/dejavu/fonts.dir
%{_datadir}/fonts/TTF/dejavu/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-dejavu:pri=50

#----------------------------------------------------------------------------

%prep
%setup -q -n %{pkgname}-%{version}

%build

%install
mkdir -p %{buildroot}%{_datadir}/fonts/TTF/dejavu

install -m 644 ttf/*.ttf %{buildroot}%{_datadir}/fonts/TTF/dejavu
ttmkfdir %{buildroot}%{_datadir}/fonts/TTF/dejavu > %{buildroot}%{_datadir}/fonts/TTF/dejavu/fonts.dir
ln -s fonts.dir %{buildroot}%{_datadir}/fonts/TTF/dejavu/fonts.scale

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/TTF/dejavu \
	%{buildroot}%{_sysconfdir}/X11/fontpath.d/ttf-dejavu:pri=50


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.34-1
+ Revision: 2a7b2ed
- New version 2.34



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16361 |14mr|fonts-ttf-devanagari-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Devanagari TTF font(s)
Name: fonts-ttf-devanagari
Version: 1.0
Release: 9
License: Free use and distribution
Group: System/Fonts/True type
# it was previously distributed with XFree86; it's in public domain
Source0: raghu.ttf.bz2
#URL: 
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildRequires:	freetype-tools

%description
This package contains fonts for the devanagari script.

%prep
#%setup -c 

rm -rf %{name}-%{version}
mkdir %{name}-%{version}
cd %{name}-%{version}

%build
cd %{name}-%{version}
bzcat %{SOURCE0} > raghu.ttf

%install
cd %{name}-%{version}
rm -rf %buildroot
install -d %buildroot/%_datadir/fonts/TTF/devanagari

for i in `find . -name "*.ttf"` ; do
install -m 644 $i %buildroot/%_datadir/fonts/TTF/devanagari
done

%post
touch %{_datadir}/fonts/TTF

%clean
rm -fr %buildroot

%files
%defattr(0644,root,root,0755)
#%doc %{name}-%{version}/README*
%dir %_datadir/fonts/TTF/
%dir %_datadir/fonts/TTF/devanagari
%_datadir/fonts/TTF/devanagari/*.ttf







%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-9
+ Revision: b15f125
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16362 |14mr|fonts-ttf-droid-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname droid-fonts

Summary: Droid Fonts
Name: fonts-ttf-droid
Version: 1.0
Release: 10
License: Apache License
Group: System/Fonts/True type
URL: http://www.droidfonts.com/
Source0: %{pkgname}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: freetype-tools

%description
The Droid family of fonts consists of Droid Sans, Droid Sans Mono and 
Droid Serif. Each contains extensive character set coverage including 
Western Europe, Eastern/Central Europe, Baltic, Cyrillic, Greek and 
Turkish support. The Droid Sans regular font also includes support for 
Simplified and Traditional Chinese, Japanese and Korean support for 
the GB2312, Big 5, JIS 0208 and KSC 5601 character sets respectively. 
Droid was designed by Ascender's Steve Matteson to provide optimal quality 
and comfort on a mobile handset when rendered in application menus, web 
browsers and for other screen text. 

%prep
%setup -q -n %{pkgname}-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/droid

install -m 644 *.ttf $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/droid
ttmkfdir $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/droid > $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/droid/fonts.dir
ln -s fonts.dir $RPM_BUILD_ROOT%{_datadir}/fonts/TTF/droid/fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/droid \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-droid:pri=50

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS
%dir %{_datadir}/fonts/TTF/droid
%{_datadir}/fonts/TTF/droid/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/droid/fonts.dir
%{_datadir}/fonts/TTF/droid/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-droid:pri=50




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-10
+ Revision: 3a18226
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16363 |14mr|fonts-ttf-ethiopic-1.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ethiopic TrueType fonts
Name:		fonts-ttf-ethiopic
Version:	1.0
Release:	16
License:	GPL
Group:		System/Fonts/True type
# GFZemen unicode font from
# ftp://ftp.ethiopic.org/pub/fonts/TrueType/gfzemenu.ttf
# the site seems gone now
Source0:	fonts-ttf-ethiopic.tar.bz2

BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildRequires:	mkfontscale

%description
This Package provides Free Ethiopic TrueType fonts.

%prep

%setup -q -n %{name}

%install
rm -fr %buildroot

mkdir -p %buildroot/%_datadir/fonts/TTF/ethiopic/
cp *.ttf %buildroot/%_datadir/fonts/TTF/ethiopic/

(
cd %buildroot/%_datadir/fonts/TTF/ethiopic/
mkfontscale > fonts.scale
cp fonts.scale fonts.dir
)

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/ethiopic \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-ethiopic:pri=50

%clean
rm -fr %buildroot

%files
%defattr(0644,root,root,0755)
%dir %_datadir/fonts/TTF/ethiopic/
%_datadir/fonts/TTF/ethiopic/*
%_sysconfdir/X11/fontpath.d/ttf-ethiopic:pri=50




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-16
+ Revision: 2e5e1a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16364 |14mr|fonts-ttf-freefont-20090104-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A set of free Truetype fonts (GPL)
Name:		fonts-ttf-freefont
Version:	20090104
Release:	8

Source0:	freefont-ttf-%{version}.tar.gz
Source1:	remove-kana-glyphs
Source2:	freefont-20040828.readme_kana.mdk
# (mpol) pfaedit is now fontforge
Patch0:		freefont-20040828.fontforge.patch
License:	GPLv3+
Group:		System/Fonts/True type
URL:		http://www.nongnu.org/freefont/
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildArch:	noarch
BuildRequires: fontconfig
Requires(post): mkfontdir mkfontscale
Requires(postun): mkfontdir mkfontscale

%description 
A set of Truetype fonts released under the GPL.
This project aims to provide a set of free outline
(PostScript Type0, TrueType, OpenType...) fonts
covering the ISO 10646/Unicode UCS (Universal Character Set).
This package provides the Truetype fonts from that project.

%prep
%setup -q -n freefont-%{version}

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/fonts/TTF

install -m644 *.ttf %{buildroot}%{_datadir}/fonts/TTF

%post
mkfontscale %{_datadir}/fonts/TTF
mkfontdir %{_datadir}/fonts/TTF

%postun
mkfontscale %{_datadir}/fonts/TTF
mkfontdir %{_datadir}/fonts/TTF

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc AUTHORS CREDITS ChangeLog README
%{_datadir}/fonts/TTF/*.ttf



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090104-8
+ Revision: 3520d69
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16365 |14mr|fonts-ttf-japanese-0.20110312-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define src_version 20110312
%define version     0.%{src_version}
%define release     6
%define src_name    umeplus-fonts

Summary:	Japanese TrueType fonts
Name:		fonts-ttf-japanese
Version:	%{version}
Release:	%{release}
License:	Distributable
URL:		http://www.geocities.jp/ep3797/modified_fonts_01.html
Group:		System/Fonts/True type

## Original fonts is here
Source0:	http://downloads.sourceforge.net/mdk-ut/umeplus-fonts-%{src_version}.tar.lzma
Source3:	cidinst.japanese
Source4:	cidunin.japanese

BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	freetype-tools
BuildRequires:	fontconfig
Obsoletes:	xtt-fonts
Provides:	xtt-fonts

%description
This Package provides Free Japanese TrueType fonts (umeplus-gothic, 
umeplus-p-gothic)

%prep
%setup -q -n %{src_name}-%{src_version}

%install
rm -fr %buildroot
mkdir -p %buildroot/%{_datadir}/fonts/TTF/japanese
install -m 644 *.ttf %buildroot/%{_datadir}/fonts/TTF/japanese

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/japanese \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-japanese:pri=50

%clean
rm -fr %buildroot

%files
%defattr(-,root,root,0755)
%doc ChangeLog README
%doc docs-*/

%dir %_datadir/fonts/TTF/japanese/
%_datadir/fonts/TTF/japanese/*.ttf
%_sysconfdir/X11/fontpath.d/ttf-japanese:pri=50



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.20110312-6
+ Revision: dec0881
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16366 |14mr|fonts-ttf-kannada-1.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Kannada TTF fonts (Unicode encoded)
Name:		fonts-ttf-kannada
Version:	1.0
Release:	12

Url:		http://kannada.sourceforge.net/
# dated 2002-10-27
Source0:	http://brahmi.sourceforge.net/dl/Sampige.ttf.bz2
License:	GPL
Group:		System/Fonts/True type
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildRequires:	freetype-tools

%description
Kannada TTF fonts usable to display Unicode encoded text; through text
engines like pango etc.


%prep

#%setup
 
%build

%install
rm -fr %buildroot

install -d %buildroot/%_datadir/fonts/TTF/kannada/
bzcat %{SOURCE0} > %buildroot/%_datadir/fonts/TTF/kannada/Sampige.ttf

%clean
rm -fr %buildroot

%files
%defattr(0644,root,root,0755)
#%doc README
%dir %_datadir/fonts/TTF/
%dir %_datadir/fonts/TTF/kannada/
%_datadir/fonts/TTF/kannada/*.ttf






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-12
+ Revision: 5036ce8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16367 |14mr|fonts-ttf-korean-1.0.2-0.080608.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapdate 080608

Summary:	Un Fonts in Koream
Name:		fonts-ttf-korean
Epoch:		1
Version:	1.0.2
Release:	0.%{snapdate}.9
License:	GPLv2
Group:		System/Fonts/True type
URL:		http://kldp.net/projects/unfonts/
Source0:	http://kldp.net/frs/download.php/4695/un-fonts-core-%version-%snapdate.tar.gz
BuildArch:	noarch
BuildRequires:	fontconfig
BuildRequires:	mkfontdir
Provides:	baekmuk = %{EVRD}
Provides:	hwan-fonts = %{EVRD}

%description
Un-fonts is comes from the HLaTeX as type1 fonts in 1998 by Koaunghi Un,
he made type1 fonts to use with Korean TeX(HLaTeX [1]) in the late 1990's and
release it under the GNU GPL license.

%prep
%setup -q -n un-fonts

%build

%install
install -d %{buildroot}%{_datadir}/fonts/TTF/korean/
install -m 0644 *.ttf %{buildroot}%{_datadir}/fonts/TTF/korean


(
cd %{buildroot}%{_datadir}/fonts/TTF/korean
mkfontdir > fonts.dir
ln -sf fonts.dir fonts.scale
) 

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/TTF/korean \
    %{buildroot}%{_sysconfdir}/X11/fontpath.d/ttf-korean:pri=50

%files
%defattr(-,root,root,0755)
%doc README COPYING
%dir %{_datadir}/fonts/TTF/korean/
%{_datadir}/fonts/TTF/korean/*.ttf
%config(noreplace) %{_datadir}/fonts/TTF/korean/fonts.dir
%{_datadir}/fonts/TTF/korean/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-korean:pri=50



%changelog
* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.0.2-0.080608.9
+ Revision: edd9b4c
- LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16368 |14mr|fonts-ttf-latex-0.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	LaTeX TrueType fonts for LyX
Name:		fonts-ttf-latex
Version:	0.1
Release:	14

# see README: these fonts were converted from the LaTeX .pfb forms,
#             and are under the respective licenses of the sources.
License:	Distributable

URL:		http://wiki.lyx.org/pmwiki.php/FAQ/Qt
Group:		System/Fonts/True type

Source0:	http://movementarian.org/latex-xft-fonts-%version.tar.gz

BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%_tmppath/%name-%version-%release-root
Provides:	latex-xft-fonts

%description
This Package provides LaTeX TrueType fonts so that LyX can display LaTex
characters.

%prep
%setup -q -n latex-xft-fonts-%version

%build
perl -p -i -e "s|INSTALLDIR=.*|INSTALLDIR=%_datadir/fonts/TTF/latex|" Makefile

%install
rm -fr %buildroot
DESTDIR=%buildroot make install

(
cd %buildroot/%_datadir/fonts/TTF/latex/
# those are not unicode but in latex encoding
/usr/sbin/ttmkfdir -u | sed 's/iso10646-1/misc-fontspecific/' > fonts.scale
cp fonts.scale fonts.dir
)

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/latex \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-latex:pri=50

%clean
rm -fr %buildroot

%files
%defattr(0644,root,root,0755)
%doc README
%dir %_datadir/fonts/TTF/latex/
%_datadir/fonts/TTF/latex/*.ttf
%config(noreplace) %_datadir/fonts/TTF/latex/fonts.dir
%config(noreplace) %_datadir/fonts/TTF/latex/fonts.scale
%_sysconfdir/X11/fontpath.d/ttf-latex:pri=50





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-14
+ Revision: 814351f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16369 |14mr|fonts-ttf-liberation-2.00.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname liberation-fonts-ttf

Summary:	Fonts to replace commonly used Microsoft Windows Fonts
Name:		fonts-ttf-liberation
Version:	2.00.1
Release:	7
# The license of the Liberation Fonts is a EULA that contains 
# GPLv2 and two exceptions:
# The first exception is the standard FSF font exception.
# The second exception is an anti-lockdown clause somewhat like
# the one in GPLv3. This license is Free, but GPLv2 and GPLv3
# incompatible.
License:	GPLv2+ with font exception
Group:		System/Fonts/True type
Url:		https://fedorahosted.org/liberation-fonts/
Source0:	https://fedorahosted.org/releases/l/i/liberation-fonts/%{pkgname}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	fontconfig
BuildRequires:	freetype-tools

%description
The Liberation Fonts are intended to be replacements for the three
most commonly used fonts on Microsoft systems: Times New Roman,
Arial, and Courier New.

%files
%doc README AUTHORS LICENSE TODO
%dir %{_datadir}/fonts/TTF/liberation
%{_datadir}/fonts/TTF/liberation/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/liberation/fonts.dir
%{_datadir}/fonts/TTF/liberation/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-liberation:pri=50

#----------------------------------------------------------------------------

%prep
%setup -qn %{pkgname}-%{version}

%build

%install
mkdir -p %{buildroot}%{_datadir}/fonts/TTF/liberation

install -m 644 *.ttf %{buildroot}%{_datadir}/fonts/TTF/liberation
ttmkfdir %{buildroot}%{_datadir}/fonts/TTF/liberation > %{buildroot}%{_datadir}/fonts/TTF/liberation/fonts.dir
ln -s fonts.dir %{buildroot}%{_datadir}/fonts/TTF/liberation/fonts.scale

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/TTF/liberation \
	%{buildroot}%{_sysconfdir}/X11/fontpath.d/ttf-liberation:pri=50


%changelog
* Thu Jul 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.00.1-7
+ Revision: 90befb4
- New version 2.00.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16370 |14mr|fonts-ttf-lohit-2.3.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:        fonts-ttf-lohit
Version:     2.3.8
Release:     8
Summary:     Free Indian truetype/opentype fonts

Group:       System/Fonts/True type
License:     GPLv2
URL:         http://fedoraproject.org/wiki/Lohit
Source:      http://rbhalera.fedorapeople.org/released/lohit/lohit-fonts-%{version}.tar.gz
BuildArch:   noarch
BuildRequires: fontconfig
BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
Obsoletes:   fonts-ttf-gurmukhi <= 1.0
Provides:    fonts-ttf-gurmukhi = %{version}-%{release}

%description 
This package provides Hindi, Bengali, Gujarati, Punjabi, Tamil,
Kannada, Malayalam, Oriya, Telugu, Marathi, Maithili, Kashmiri, 
Konkani, Nepali and Sindhi TrueType/Opentype fonts.

%prep
%setup -q -n lohit-fonts-%{version}

%build
echo "Nothing to do in Build."

%install
rm -rf $RPM_BUILD_ROOT

install -d $RPM_BUILD_ROOT/%{_datadir}/fonts/TTF/lohit
for i in *
do
  [ -d $i ] || continue
  install -m 0644 $i/* $RPM_BUILD_ROOT/%{_datadir}/fonts/TTF/lohit
done

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-, root, root, -) 
%doc COPYING README AUTHORS 
%{_datadir}/fonts/TTF/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.8-8
+ Revision: 06069fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16371 |14mr|fonts-ttf-malayalam-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Malayalam TrueType fonts
Name:		fonts-ttf-malayalam
Version:	1.0
Release:	10
License:	GPLv2+
URL:		http://malayalamlinux.sourceforge.net/downloads/downloads.html
Group:		System/Fonts/True type
Source0:	http://malayalamlinux.sourceforge.net/downloads/fonts/MalOtf.ttf
Source1:	http://malayalamlinux.sourceforge.net/downloads/COPYING
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This Package provides Free Malayalam TrueType fonts.

%prep

%build

%install
rm -fr %buildroot
mkdir -p %buildroot/%{_datadir}/fonts/TTF/malayalam
install -m 644 %SOURCE0 %buildroot/%{_datadir}/fonts/TTF/malayalam

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/malayalam \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-malayalam:pri=50

%clean
rm -fr %buildroot

%files
%defattr(-,root,root,0755)
%dir %_datadir/fonts/TTF/malayalam/
%_datadir/fonts/TTF/malayalam/*.ttf
%_sysconfdir/X11/fontpath.d/ttf-malayalam:pri=50



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-10
+ Revision: b1dcf03
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16372 |14mr|fonts-ttf-opensans-1.0-9.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  fontname   opensans

Name:           fonts-ttf-opensans
Version:        1.0
Release:        9.4
Summary:        Humanist Sans Serif Typeface
License:        Apache-2.0
Group:          System/Fonts/True type
Url:            http://code.google.com/webfonts/family?family=Open+Sans
Source0:        %{fontname}.tar.bz2
BuildRequires:  bzip2
BuildArch: 	noarch
BuildRequires: fontconfig
BuildRequires: freetype-tools
BuildRequires:  dos2unix

%description
Open Sans is a humanist sans serif typeface designed by
Steve Matteson, Type Director of Ascender Corp.

This version contains the complete 897 character set, which
includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic
character sets. Open Sans was designed with an upright stress,
open forms and a neutral, yet friendly appearance. It was
optimized for print, web, and mobile interfaces, and has
excellent legibility characteristics in its letterforms.

Designer: Steve Matteson

%prep
%setup -q -n %{fontname}

%build
chmod 644 LICENSE.txt
dos2unix LICENSE.txt

%install

mkdir -p %{buildroot}%{_datadir}/fonts/TTF/%{fontname}

install -m 644 *.ttf %{buildroot}%{_datadir}/fonts/TTF/%{fontname}
ttmkfdir %{buildroot}%{_datadir}/fonts/TTF/%{fontname} > %{buildroot}%{_datadir}/fonts/TTF/%{fontname}/fonts.dir
ln -s fonts.dir %{buildroot}%{_datadir}/fonts/TTF/%{fontname}/fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/%{fontname} \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-%{fontname}:pri=50

%files
%defattr(-,root,root,-)
%doc LICENSE.txt
%dir %{_datadir}/fonts/TTF/%{fontname}
%{_datadir}/fonts/TTF/%{fontname}/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/%{fontname}/fonts.dir
%{_datadir}/fonts/TTF/%{fontname}/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-%{fontname}:pri=50

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-9.4
+ Revision: 0041bea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16373 |14mr|fonts-ttf-tamil-1.1-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tamil TTF fonts (Unicode encoded)
Name:		fonts-ttf-tamil
Version:	1.1
Release:	15

Url:		http://www.tamil.net/tscii/tools.html#fonts
# from http://groups.yahoo.com/group/tamilinix/files/
# the suitability for free distribution has been checked by
# Thuraiappah Vaseeharan <t_vasee@yahoo.com>
Source0:	tsc-avarangal.tar.bz2
Source1:	tscii-bitmap.tar.bz2
Source2:	tamil_opentype_fonts.tar.bz2

License:	Free
Group:		System/Fonts/True type
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildRequires:	freetype-tools

%description
Tamil TTF fonts usable to display Unicode encoded text; through text
engines like pango etc.

%package -n fonts-ttf-tscii
Url:		http://www.geocities.com/avarangal/
Summary:		Tamil TTF fonts (TSCII encoded)
Group:		System/Fonts/True type	

%description -n fonts-ttf-tscii
Tamil TTF fonts in TSCII encoding.
Those fonts present themselves as covering western (cp1252) character set,
which is wrong, but currently the only way to make Tamil TSCII work.

%package -n fonts-bitmap-tscii
Summary:	Tamil Bitmap fonts
Group:		System/Fonts/X11 bitmap
License:	GPL
%description -n fonts-bitmap-tscii
Tamil bitmap fonts for X11 in TSCII encoding 


%prep

%setup -q -T -c -a0 -a1 -a2
 
%build

cp tsc-avarangal/README README.avarangal
cp tamil_opentype_fonts/README README.TSCu

%install
rm -fr %buildroot

install -d %buildroot/%_datadir/fonts/TTF/tamil/
install -m 0644 tamil_opentype_fonts/*.ttf %buildroot/%_datadir/fonts/TTF/tamil
install -d %buildroot/%_datadir/fonts/TTF/tscii/
install -m 0644 tsc-avarangal/*.ttf %buildroot/%_datadir/fonts/TTF/tscii
install -d %buildroot/%_datadir/fonts/bitmap/tscii/
install -m 0644 tscii-bitmap/*.gz %buildroot/%_datadir/fonts/bitmap/tscii
install -m 0644 tscii-bitmap/fonts.dir %buildroot/%_datadir/fonts/bitmap/tscii

(
cd %buildroot/%_datadir/fonts/TTF/tscii
# ttmkfdir can't be used as we need special names
cat << EOF > fonts.scale
15
tscavai.TTF -misc-TSC_Avarangal-medium-i-normal--0-0-0-0-p-0-tscii-0
tscavai.TTF -misc-TSC_Avarangal-medium-i-normal--0-0-0-0-p-0-iso8859-1
tscavai.TTF -misc-TSC_Avarangal-medium-i-normal--0-0-0-0-p-0-iso10646-1
tscavaf.TTF -misc-TSC_AvarangalFxd-medium-r-normal--0-0-0-0-m-0-tscii-0
tscavaf.TTF -misc-TSC_AvarangalFxd-medium-r-normal--0-0-0-0-m-0-iso8859-1
tscavaf.TTF -misc-TSC_AvarangalFxd-medium-r-normal--0-0-0-0-m-0-iso10646-1
tscavabi.TTF -misc-TSC_Avarangal-bold-i-normal--0-0-0-0-p-0-tscii-0
tscavabi.TTF -misc-TSC_Avarangal-bold-i-normal--0-0-0-0-p-0-iso8859-1
tscavabi.TTF -misc-TSC_Avarangal-bold-i-normal--0-0-0-0-p-0-iso10646-1
tscavab.TTF -misc-TSC_Avarangal-bold-r-normal--0-0-0-0-p-0-tscii-0
tscavab.TTF -misc-TSC_Avarangal-bold-r-normal--0-0-0-0-p-0-iso8859-1
tscavab.TTF -misc-TSC_Avarangal-bold-r-normal--0-0-0-0-p-0-iso10646-1
tscava.TTF -misc-TSC_Avarangal-medium-r-normal--0-0-0-0-p-0-tscii-0
tscava.TTF -misc-TSC_Avarangal-medium-r-normal--0-0-0-0-p-0-iso8859-1
tscava.TTF -misc-TSC_Avarangal-medium-r-normal--0-0-0-0-p-0-iso10646-1
EOF
cp fonts.scale fonts.dir
) 

(
cd %buildroot/%_datadir/fonts/bitmap/tscii
# just to be sure that an mkfontdir won't rewrite it
cp fonts.dir fonts.scale
)

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
for dir in tamil tscii; do
	ln -s ../../..%_datadir/fonts/TTF/$dir \
		%{buildroot}%_sysconfdir/X11/fontpath.d/ttf-$dir:pri=50
done
ln -s ../../..%_datadir/fonts/bitmap/tscii \
	%{buildroot}%_sysconfdir/X11/fontpath.d/bitmap-tscii:pri=50


%clean
rm -fr %buildroot

%files
%defattr(0644,root,root,0755)
%doc tamil_opentype_fonts/README
%dir %_datadir/fonts/TTF/tamil/
%_datadir/fonts/TTF/tamil/*.ttf
%_sysconfdir/X11/fontpath.d/ttf-tamil:pri=50

%files -n fonts-ttf-tscii 
%defattr(0644,root,root,0755)
%doc README.avarangal
%dir %_datadir/fonts/TTF/tscii/
%_datadir/fonts/TTF/tscii/*.ttf
%config(noreplace) %_datadir/fonts/TTF/tscii/fonts.dir
%config(noreplace) %_datadir/fonts/TTF/tscii/fonts.scale
%_sysconfdir/X11/fontpath.d/ttf-tscii:pri=50

%files -n fonts-bitmap-tscii
%defattr(0644,root,root,0755)
%doc tscii-bitmap/README
%dir %_datadir/fonts/bitmap/
%dir %_datadir/fonts/bitmap/tscii/
%_datadir/fonts/bitmap/tscii/*.gz
%config(noreplace) %_datadir/fonts/bitmap/tscii/fonts.dir
%config(noreplace) %_datadir/fonts/bitmap/tscii/fonts.scale
%_sysconfdir/X11/fontpath.d/bitmap-tscii:pri=50





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-15
+ Revision: 477fbe0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16374 |14mr|fonts-ttf-thai-0.4.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Thai TrueType fonts
Name:		fonts-ttf-thai
Version:	0.4.17
Release:	2
# Waree font is licensed under Bitstream license
License:	GPLv2+ and Bitstream Vera Fonts Copyright
Group:		System/Fonts/True type
Url:		http://linux.thai.net/projects/thaifonts-scalable
Source0:	ftp://linux.thai.net/pub/ThaiLinux/software/thai-ttf/thai-ttf-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	fontconfig
BuildRequires:	ttmkfdir

%description
This Package provides Free Thai TrueType fonts.

%prep
%setup -qn thai-ttf-%{version}

%install
mkdir -p %{buildroot}/%{_datadir}/fonts/TTF/thai/
cp *.ttf %{buildroot}/%{_datadir}/fonts/TTF/thai/

(
cd %{buildroot}/%{_datadir}/fonts/TTF/thai/
%_bindir/ttmkfdir -u > fonts.scale
cp fonts.scale fonts.dir
)

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/TTF/thai \
	%{buildroot}%{_sysconfdir}/X11/fontpath.d/ttf-thai:pri=50


%files
%dir %{_datadir}/fonts/TTF/
%dir %{_datadir}/fonts/TTF/thai/
%{_datadir}/fonts/TTF/thai/*
%{_sysconfdir}/X11/fontpath.d/ttf-thai:pri=50


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.17-2
+ Revision: 386cc6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16375 |14mr|fonts-ttf-tifinagh-1.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Tifinagh TTF font(s)
Name: fonts-ttf-tifinagh
Version: 1.0
Release: 14
License: Free use and distribution
Group: System/Fonts/True type
Source0: http://pages.infinit.net/hapax/polices/hapaxber.ttf.bz2
Source1: http://pages.infinit.net/hapax/polices/inventaire-des-oeils.pdf.bz2
URL: http://hapax.qc.ca/propo_tifinagh.pdf
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildRequires:	freetype-tools

%description
This package contains fonts for the Tifinagh script,
as encoded in unicode.

%prep
#%setup -c 

rm -rf %{name}-%{version}
mkdir %{name}-%{version}
cd %{name}-%{version}

%build
cd %{name}-%{version}
bzcat %{SOURCE0} > hapaxber.ttf
bzcat %{SOURCE1} > inventaire-des-oeils.pdf

cat << EOF > README.txt
The "Hapax Berbère" font was used as the reference font for
the proposal of inclusion of tifinagh script into Unicode BMP;
its autor, Patrick Andries hapax(at)iquebec.com, kindly released
as freely usable and distributable.

The PDF file inventaire-des-oeils.pdf gives the list of all the glyphs
in the font (there are various glyph variants and ligatures on private
use area too)
EOF

%install
cd %{name}-%{version}
rm -rf %buildroot
install -d %buildroot/%_datadir/fonts/TTF/tifinagh

for i in `find . -name "*.ttf"` ; do
install -m 644 $i %buildroot/%_datadir/fonts/TTF/tifinagh
done

%post
touch %{_datadir}/fonts/TTF

%clean
rm -fr %buildroot

%files
%defattr(0644,root,root,0755)
%doc %{name}-%{version}/README* %{name}-%{version}/*.pdf
%dir %_datadir/fonts/TTF/
%dir %_datadir/fonts/TTF/tifinagh
%_datadir/fonts/TTF/tifinagh/*.ttf






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-14
+ Revision: 89fd5a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16376 |14mr|fonts-ttf-unifont-6.2.20130902-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname		unifont
%define name		fonts-ttf-%{pkgname}
%define version		6.2.20130902
%define release		2

Summary:		GNU Unifont glyphs
Name:			%{name}
Version:		%{version}
Release:		%{release}
Source0:		%{pkgname}-%{version}.ttf.gz
License:		GPLv2
Group:			System/Fonts/True type
Url:			http://unifoundry.com/unifont.html
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:		noarch
BuildRequires: fontconfig
BuildRequires:		freetype-tools

%description
GNU Unifont provides glyphs for every printable code point in the
Unicode 6.2 Basic Multilingual Plane (BMP).  The BMP occupies the
first 65,536 code points of the Unicode space, denoted as
U+0000..U+FFFF.

%prep
%setup -q -T -c %{name}-%{version}
cp -f %SOURCE0 .
gunzip -f *.gz

%install
%__rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/fonts/TTF/%{pkgname}

install -m 644 *.ttf %{buildroot}%{_datadir}/fonts/TTF/%{pkgname}
ln -s %{pkgname}-%{version}.ttf %{buildroot}%{_datadir}/fonts/TTF/%{pkgname}/%{pkgname}.ttf
ttmkfdir %{buildroot}/%{_datadir}/fonts/TTF/%{pkgname}  > %{buildroot}%{_datadir}/fonts/TTF/%{pkgname}/fonts.dir
ln -s fonts.dir %{buildroot}%{_datadir}/fonts/TTF/%{pkgname}/fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/%{pkgname} \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-%{pkgname}:pri=50

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%dir %{_datadir}/fonts/TTF/%{pkgname}
%{_datadir}/fonts/TTF/%{pkgname}/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/%{pkgname}/fonts.dir
%{_datadir}/fonts/TTF/%{pkgname}/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-%{pkgname}:pri=50



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.2.20130902-2
+ Revision: 0d310fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16377 |14mr|fonts-ttf-wqy-microhei-0.2.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	WenQuanYi MicroHei TrueType fonts
Name:		fonts-ttf-wqy-microhei
Version:	0.2.0
Release:	11
License:	ASL 2.0 or GPLv3
URL:		http://wenq.org/
Group:		System/Fonts/True type
Source0:	http://freefr.dl.sourceforge.net/sourceforge/wqy/wqy-microhei-%{version}-beta.tar.gz
BuildArch:	noarch
BuildRequires:	fontconfig
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
WenQuanYi Micro Hei font family is a Sans-Serif style (also known as Hei,
Gothic or Dotum among the Chinese/Japanese/Korean users) high quality
CJK outline font. It was derived from "Droid Sans Fallback", "Droid
Sans" and "Droid Sans Mono" released by Google Corp. This font package
contains two faces, "Micro Hei" and "Micro Hei Mono", in form of a
True-Type Collection (ttc) file. All the unified CJK Han glyphs, i.e.
GBK Hanzi, in the range of U+4E00-U+9FC3 defined in Unicode Standard 5.1
are covered, with additional support to many other international
languages such as Latin, Extended Latin, Hanguls and Kanas. The font
file is extremely compact (~5M) compared with most known CJK fonts.
As a result, it can be used for hand-held devices or embedded systems, or
used on PC with a significantly small memory footprint. Because both
font faces carry hinting and kerning instructions for Latin glyphs,
they are the excellent choices for desktop fonts.

%package -n fonts-ttf-default-zh_CN
Summary: Virtual package providing default zh_CN fonts
Group: System/Fonts/True type
Requires: %{name} = %{version}

%description -n fonts-ttf-default-zh_CN
This package provides default TrueType font for zh_CN locale.

%prep
%setup -q -n wqy-microhei

%build

%install
rm -fr %buildroot
mkdir -p %buildroot/%{_datadir}/fonts/TTF/wqy-microhei
install -m 644 *.ttc %buildroot/%{_datadir}/fonts/TTF/wqy-microhei

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/TTF/wqy-microhei \
    %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-wqy-microhei:pri=50

%clean
rm -fr %buildroot

%files
%defattr(-,root,root,0755)
%doc *.txt
%dir %_datadir/fonts/TTF/wqy-microhei/
%_datadir/fonts/TTF/wqy-microhei/*.ttc
%_sysconfdir/X11/fontpath.d/ttf-wqy-microhei:pri=50

%files -n fonts-ttf-default-zh_CN
%defattr(-,root,root,0755)



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.0-11
+ Revision: f640e2b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16378 |14mr|fonts-type1-cyrillic-1.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Cyrillic Type1 fonts
Name:		fonts-type1-cyrillic
Version:	1.1
Release:	17

# The "TopTeam" bulgarian company kindly donated good quality
# PS Type1 cyrillic font "Teams" to X community.
# info from: "Alexander Voropay" <a.voropay@globalone.ru>
Source0:	http://www.sensi.org/download/teams-1.1.tar.gz
#
Source1:	oldslavic.tar.bz2
License:	GPL+ and MIT
Group:		System/Fonts/Type1
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildRequires:	freetype-tools
BuildRequires:	mkfontdir

%description
Scalable fonts including common Cyrillic glyphs.

%prep

%setup -n teams -a1 -q
mv doc teams
mkdir oldslavic
cp README COPYING oldslavic/

%build

%install
rm -fr %buildroot

install -d %buildroot/%_datadir/fonts/type1/cyrillic/
install -m 0644 *.pfb %buildroot/%_datadir/fonts/type1/cyrillic
# the *.pfb files don't show up in Xft; installing the *.pfa ones
install -m 0644 Teams/*.pfa %buildroot/%_datadir/fonts/type1/cyrillic
# 
install -m 0644 *.afm %buildroot/%_datadir/fonts/type1/cyrillic/
install -m 0644 Teams/*.afm %buildroot/%_datadir/fonts/type1/cyrillic/

mkfontdir %buildroot/%_datadir/fonts/type1/cyrillic
cp %buildroot/%_datadir/fonts/type1/cyrillic/fonts.dir %buildroot/%_datadir/fonts/type1/cyrillic/fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/type1/cyrillic \
    %{buildroot}%_sysconfdir/X11/fontpath.d/type1-cyrillic:pri=50

# not listed in xfs, as the fonts don't cover any of the X11 encodings
# they only have basic cyrillic

%clean
rm -fr %buildroot

%post
touch %{_datadir}/fonts/type1

%files
%defattr(0644,root,root,0755)
%doc README* teams/ oldslavic/
%_datadir/fonts/type1/cyrillic
%_sysconfdir/X11/fontpath.d/type1-cyrillic:pri=50




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-17
+ Revision: 2f2eb67
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16379 |14mr|fonts-type1-greek-2.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name fonts-type1-greek
%define version 2.0
%define release 14

Summary:	Greek Type1 fonts
Name:		%{name}
Version:	%{version}
Release:	%{release}

Url:		http://iris.math.aegean.gr/kerkis/
# date 2003-01-17
Source0:	http://iris.math.aegean.gr/kerkis/Kerkis_for_X11.tar.bz2

License: 	Distributable (Copyright (C) Department of Mathematics, University of Aegean. For use information check http://iris.math.aegean.gr/kerkis/)

Group:		System/Fonts/Type1
BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildRequires:	font-tools

%description
Nice Greek scalable fonts, usable for display on screen or for printing.
Please if you want to use them for publishing, read the
licence at http://iris.math.aegean.gr/kerkis/
or in the doc directory.

%prep

%setup -q -n Kerkis_for_X11 
 
%build

%install
rm -fr %buildroot

install -d %buildroot/%_datadir/fonts/type1/greek/
install -m 0644 *.pfb %buildroot/%_datadir/fonts/type1/greek
install -m 0644 *.afm %buildroot/%_datadir/fonts/type1/greek

cat fonts.scale | \
	sed 's:^\(.*\)-iso8859-7$:\1-iso8859-7#\1-iso10646-1:' | \
	tr '#' '\n' | uniq | grep '[ 	]' > fonts.scale.tmp
wc -l fonts.scale.tmp | awk '{print $1}'> fonts.scale.new
cat fonts.scale.tmp >> fonts.scale.new
install -m 0644 fonts.scale.new \
	%buildroot/%_datadir/fonts/type1/greek/fonts.scale

(
cd %buildroot/%_datadir/fonts/type1/greek
cp fonts.scale fonts.dir
)

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/type1/greek \
    %{buildroot}%_sysconfdir/X11/fontpath.d/type1-greek:pri=50


%clean
rm -fr %buildroot

%files
%defattr(0644,root,root,0755)
%doc License.txt
%dir %_datadir/fonts/type1/greek
%_datadir/fonts/type1/greek/*.pfb
%_datadir/fonts/type1/greek/*.afm
%config(noreplace) %_datadir/fonts/type1/greek/fonts.dir
%config(noreplace) %_datadir/fonts/type1/greek/fonts.scale
%_sysconfdir/X11/fontpath.d/type1-greek:pri=50




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-14
+ Revision: 38ed8d5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16380 |14mr|fonts-type1-hebrew-0.130-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hebrew Type1 fonts
Name:		fonts-type1-hebrew
Version:	0.130
Release:	2
License:	GPLv2
Group:		System/Fonts/Type1
Url:		http://culmus.sourceforge.net/
Source0:	http://belnet.dl.sourceforge.net/sourceforge/culmus/culmus-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	fontconfig
BuildRequires:	freetype-tools
BuildRequires:	t1utils
# Added to avoid conflicts with the official RPM released by Culmus project

%description
This Package provides free Hebrew Type1 fonts, courtesy of the Culmus project.

Since version 0.100, all default sizes have been reduced and names have been
changed. Once you install this version or a later one, all letters in your
documents will shrink; manual tuning may therefore be necessary.

%prep
%setup -qn culmus-%{version}

%build
for i in *.pfa ; do 
	t1binary $i `basename $i .pfa`.pfb
done 
sed -i -e '1,$s/\.pfa/.pfb/' fonts.scale-type1

%install
mkdir -p %{buildroot}/%{_datadir}/fonts/Type1/hebrew/
mkdir -p %{buildroot}/%{_datadir}/fonts/TTF/hebrew/
install -m 0644 *.pfb %{buildroot}/%{_datadir}/fonts/Type1/hebrew
install -m 0644 *.afm %{buildroot}/%{_datadir}/fonts/Type1/hebrew
install -m 0644 *.ttf %{buildroot}/%{_datadir}/fonts/TTF/hebrew
install -m 0644 fonts.scale-type1 %{buildroot}/%{_datadir}/fonts/Type1/hebrew/fonts.scale
install -m 0644 fonts.scale-ttf %{buildroot}/%{_datadir}/fonts/TTF/hebrew/fonts.scale
# Added for version 0.100
mkdir -p %{buildroot}/%{_sysconfdir}/fonts/conf.d
mkdir -p %{buildroot}/%{_sysconfdir}/fonts/conf.avail
install -m 0644 culmus.conf %{buildroot}/%{_sysconfdir}/fonts/conf.avail/01-culmus.conf
ln -s %{_sysconfdir}/fonts/conf.avail/01-culmus.conf %{buildroot}/%{_sysconfdir}/fonts/conf.d/01-culmus.conf

(
cd %{buildroot}/%{_datadir}/fonts/Type1/hebrew/
cp fonts.scale fonts.dir
)
(
cd %{buildroot}/%{_datadir}/fonts/TTF/hebrew/
cp fonts.scale fonts.dir
)

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/Type1/hebrew \
	%{buildroot}%{_sysconfdir}/X11/fontpath.d/Type1-hebrew:pri=50
ln -s ../../..%{_datadir}/fonts/TTF/hebrew \
	%{buildroot}%{_sysconfdir}/X11/fontpath.d/TTF-hebrew:pri=50

%files
%doc CHANGES LICENSE LICENSE-BITSTREAM GNU-GPL
%{_datadir}/fonts/Type1/hebrew
%{_datadir}/fonts/TTF/hebrew
# Added for version 0.100
%{_sysconfdir}/fonts/conf.d/01-culmus.conf
%{_sysconfdir}/fonts/conf.avail/01-culmus.conf
%{_sysconfdir}/X11/fontpath.d/Type1-hebrew:pri=50
%{_sysconfdir}/X11/fontpath.d/TTF-hebrew:pri=50


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.130-2
+ Revision: bbc9dab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16381 |14mr|font-tools-0.1-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ttf2pt1ver 3.4.4

Summary:	Some utilities for use by drakfont
Name:		font-tools
Version:	0.1
Release:	25
License:	GPLv2+ and BSD
Group:		System/Configuration/Other
URL: 		http://www.mandriva.com
Source:		%{name}-%{version}.tar.bz2
Source1:	http://download.sourceforge.net/ttf2pt1/ttf2pt1-%{ttf2pt1ver}.tgz
BuildRequires:	freetype-devel = 1.3.1
Requires:	t1utils
Requires:	ttmkfdir
Requires:	groff
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
font-tools is used by drakfont and includes:
- ttf2type1: convert .ttf to .pfb and .afm.
- tt2afm:    convert .ttf to .afm.
- pfm2afm:   convert .pfm to afm.

%prep

%setup -q -a1

%build
# ttf2pt1 3.3.5 from main sources had IA-32 objects
make clean
perl -pi -e 's/ttf2pt1-3.3.5/ttf2pt1-%{ttf2pt1ver}/g' Makefile
make CC="gcc %{optflags}"

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}{%{_sbindir},%{_mandir}/man1}

%makeinstall PREFIX=%{buildroot}/usr

install ttf2pt1-%{ttf2pt1ver}/ttf2pt1.1 %{buildroot}%{_mandir}/man1
install ttf2pt1-%{ttf2pt1ver}/ttf2pt1 %{buildroot}%{_sbindir}
install type1inst-0.6.1/type1inst.man %{buildroot}%{_mandir}/man1/type1inst.1

rm -f %{buildroot}%{_sbindir}/t1asm

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc README README.ttf2pt1 COPYRIGHT.ttf2pt1
%attr(0755,root,root) %{_sbindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-25
+ Revision: b15072f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16382 |14mr|fonttosfnt-1.0.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fonttosfnt
Version:	1.0.4
Release:	7
Summary:	Wrap a bitmap font in a sfnt (TrueType) wrapper
Group:		System/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT
BuildRoot:	%{_tmppath}/%{name}-root

BuildRequires:	libfontenc-devel >= 1.0.1
BuildRequires:	freetype2-devel >= 2.1.10
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
Fonttosfnt wraps a bitmap font in a sfnt (TrueType or OpenType) wrapper.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/fonttosfnt
%{_mandir}/man1/fonttosfnt*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-7
+ Revision: f56dfb0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16383 |14mr|foomatic-db-4.0-3.20130928.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 4.0
%define releasedate 20130928
%define release %mkrel 3.%{releasedate}.2

Name:		foomatic-db
Version:	%{version}
Release:	%{release}
Epoch:		1
Summary:	Foomatic printer/driver database
License:	GPLv2 and MIT
Group:		System/Servers
Url:		http://www.linuxprinting.org/
Source:		http://www.openprinting.org/download/foomatic/%{name}-%{version}-%{releasedate}.tar.gz
# Perl script to clean up Manufacturer entries in the PPD files, so that
# drivers are sorted by the printer manufacturer in the graphical frontends
Source2:	cleanppd.pl.bz2
Patch0:		foomatic-db-20130312-cp_argument_list_too_long.diff
Patch1:		foomatic-db-device-ids.patch
Requires:	foomatic-db-engine
Conflicts:	cups-drivers-foo2zjs < 0.0-0.20091014.1
BuildArch:	noarch
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	cups
BuildRequires:	cups-common
BuildRequires:	foomatic-db-engine

%description
Foomatic is a comprehensive, spooler-independent database of printers,
printer drivers, and driver descriptions. It contains utilities to
generate PPD (Postscript Printer Description) files and printer queues
for CUPS, LPD, GNUlpr, LPRng, PPR, and PDQ using the database. There
is also the possibility to read the PJL options out of PJL-capable
laser printers and take them into account at the driver description
file generation.

There are spooler-independent command line interfaces to manipulate
queues (foomatic-configure) and to print files/manipulate jobs
(foomatic printjob).
 
This package is the Foomatic database, an XML database containing
information about the capabilities of near 1000 printers and around
250 drivers. Especially it contains the information how and with which
options the drivers have to be executed.

%prep

##### FOOMATIC

# Source trees for installation
%setup -q -n %{name}-%{releasedate}
%patch0 -p0
# foomatic-db patches
# Don't use "-b" when patching PPD files as the backups will be packaged.

# Device IDs for:
# Brother MFC-8840D (#678065)
# HP LaserJet M1522nf MFP (#745499)
# Lexmark C453 (#770169)
# HP DeskJet 720C (bug #797099)
# Kyocera FS-1118MFP (bug #782377)
%patch1 -p1

# Use sed instead of perl in the PPDs (bug #512739).
find db/source/PPD -type f -name '*.ppd' | xargs perl -pi -e 's,perl -p,sed,'

%build
# Makefile generation ("./make_configure" for CVS snapshots)
./make_configure
# Fix for lib64 architectures, avoid patch
perl -pi -e "s@/usr/lib/(cups|pdq|ppr)@%{_libdir}/\1@g" configure

# We do not compress the PPDs now, so that we can do a clean-up
%configure --disable-gzip-ppds

# "make" is not needed for this package, there is nothing to build

# Delete drivers which are not on the distro (obsolete drivers which are
# replaced by a new driver with a different name)
# "stp" replaced by "gimp-print"/"gutenprint"
rm -f db/source/driver/stp.xml
# "cZ11" replaced by "cZ11somsom"
rm -f db/source/driver/cZ11.xml
# "cZ11somsom" replaced by "lz11"
rm -f db/source/driver/cZ11somsom.xml
# "hpdj" replaced by "pcl3"
rm -f db/source/driver/hpdj.xml
# "lxm3200[mcp]" replaced by "lxm3200"
rm -f db/source/driver/lxm3200[mcp].xml
# "lxm3200" replaced by "lxm3200-tweaked"
rm -f db/source/driver/lxm3200.xml
# Japanese drivers which are not in our GhostScript
rm -f db/source/driver/bjc800j.xml
rm -f db/source/driver/bj10.xml

# These drivers come with their own Foomatic data. Remove the files
# from this package
rm -f db/source/*/gimp-print*.xml
rm -f db/source/*/gutenprint*.xml
rm -f db/source/*/foo2*.xml
rm -f db/source/*/lz11*.xml
rm -f db/source/*/m2300w*.xml
rm -f db/source/*/m2400w*.xml
rm -f db/source/[do]*/*[Pp]touch*.xml

# foo2zjs files
rm -f \
	db/source/printer/HP-Color_LaserJet_1500.xml \
	db/source/printer/HP-Color_LaserJet_1600.xml \
	db/source/printer/HP-Color_LaserJet_2600n.xml \
	db/source/printer/HP-LaserJet_1000.xml \
	db/source/printer/HP-LaserJet_1005.xml \
	db/source/printer/HP-LaserJet_1020.xml \
	db/source/printer/HP-LaserJet_1022.xml \
	db/source/printer/HP-LaserJet_M1005_MFP.xml \
	db/source/printer/Minolta-magicolor_2300_DL.xml \
	db/source/printer/Minolta-magicolor_2430_DL.xml \
	db/source/printer/Samsung-CLP-300.xml \
	db/source/printer/Samsung-CLP-600.xml \
	db/source/printer/Xerox-Phaser-6115MFP.xml

# m2300w files
rm -f \
	db/source/printer/Minolta-magicolor_2300W.xml \
	db/source/printer/Minolta-magicolor_2400W.xml

# ptouch files
rm -f \
	db/source/printer/Brother-PT-1500PC.xml \
	db/source/printer/Brother-PT-18R.xml \
	db/source/printer/Brother-PT-1950.xml \
	db/source/printer/Brother-PT-1950VP.xml \
	db/source/printer/Brother-PT-1960.xml \
	db/source/printer/Brother-PT-2420PC.xml \
	db/source/printer/Brother-PT-2450DX.xml \
	db/source/printer/Brother-PT-2500PC.xml \
	db/source/printer/Brother-PT-2600.xml \
	db/source/printer/Brother-PT-2610.xml \
	db/source/printer/Brother-PT-3600.xml \
	db/source/printer/Brother-PT-550A.xml \
	db/source/printer/Brother-PT-9200DX.xml \
	db/source/printer/Brother-PT-9200PC.xml \
	db/source/printer/Brother-PT-9400.xml \
	db/source/printer/Brother-PT-9500PC.xml \
	db/source/printer/Brother-PT-9600.xml \
	db/source/printer/Brother-PT-PC.xml \
	db/source/printer/Brother-QL-500.xml \
	db/source/printer/Brother-QL-550.xml \
	db/source/printer/Brother-QL-650TD.xml

# Delete drivers with empty command line prototype, they would give
# unusable printer/driver combos.
FOOMATICDB=`pwd` %{_sbindir}/foomatic-cleanupdrivers

# Correct recommended driver "gimp-print" or "gutenprint", must be 
# "gutenprint-ijs.5.0".
for f in db/source/printer/*.xml; do
	perl -p -i -e 's:<driver>(gimp-|guten)print</driver>:<driver>gutenprint-ijs.5.0</driver>:' $f
done

# Fixed default paper tray for HP Business Inkjet 2800.
perl -p -i -e 's/(\*DefaultInputSlot:\s+)Auto/$1Tray1/' db/source/PPD/HP/business_inkjet/HP_Business_Inkjet_2800.ppd
# Fixed device ID lines in the HP PPDs
perl -p -i -e 's/1284DeviceId/1284DeviceID/' db/source/PPD/HP/*/*.ppd

%install
rm -rf %{buildroot}

# Do not use "make" macro, as parallelized build of Foomatic does not
# work.

# Install data files
make	PREFIX=%{_prefix} \
        DESTDIR=%{buildroot} \
        install

# Uncompress Perl script for cleaning up the PPD files
bzcat %{SOURCE2} > ./cleanppd.pl
chmod a+rx ./cleanppd.pl

# Do the clean-up
find %{buildroot}%{_datadir}/foomatic/db/source/PPD -name "*.ppd" -exec ./cleanppd.pl '{}' \;

# Remove PPDs which are not Adobe-compliant and therefore not working with
# CUPS 1.1.20 or newer
for ppd in `find %{buildroot}%{_datadir}/foomatic/db/source/PPD -name "*.ppd.gz"`
do
	cupstestppd -q $ppd || (
		rm -f $ppd && \
		echo "$ppd not Adobe-compliant. Deleted." && \
		echo $ppd >> deletedppds-%{name}-%{version}-%{release}.txt
	)
done

##### GENERAL STUFF

# Correct permissions
for f in %{buildroot}%{_datadir}/foomatic/db/source/*/*.xml; do
  chmod a-x $f
done
chmod a-x %{buildroot}%{_datadir}/foomatic/db/oldprinterids

##### SCRIPTS

# Restart the CUPS daemon when it is running, but do not start it when it
# is not running. The restart of the CUPS daemon updates the CUPS-internal
# PPD index

%post
/sbin/service cups condrestart > /dev/null 2>/dev/null || :

%postun
/sbin/service cups condrestart > /dev/null 2>/dev/null || :

##### CLEAN UP

%clean
rm -rf %{buildroot}

##### FILES

%files
%doc README USAGE COPYING
%{_datadir}/foomatic/db
%{_datadir}/foomatic/xmlschema
%{_datadir}/cups/model/foomatic-db-ppds

%changelog
* Fri Dec 06 2013 akdengi <alexander.kazancev@rosalab.ru> 1:4.0-3.20130928.2
+ Revision: 6c526e8
- Update to 20130928 and drop use gz for ppd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16384 |14mr|foomatic-db-engine-4.0.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define releasedate 0
%if %{releasedate}
%define tarname %{name}-%{version}-%{releasedate}
%else
%define tarname %{name}-%{version}
%endif

%define debug 0

##### GENERAL DEFINITIONS

Name:		foomatic-db-engine
Version:	4.0.8
Release:	6
Summary:        Foomatic database access, printer admin, and printing utils

License:        GPLv2
Group:          System/Servers
Url:            http://www.linuxprinting.org/
Requires:       foomatic-filters >= 3.0.2-1.20050816.1mdk perl-base >= 2:5.8.8

BuildRequires:	autoconf automake cups
BuildRequires:	perl-devel file libxml2-devel

##### FOOMATIC SOURCES

Source0:		http://www.linuxprinting.org/download/foomatic/%{tarname}.tar.gz
Patch0:			foomatic-db-engine.cat.ppd.patch

##### BUILD ROOT


##### PACKAGE DESCRIPTIONS

%description
Foomatic is a comprehensive, spooler-independent database of printers,
printer drivers, and driver descriptions. It contains utilities to
generate PPD (Postscript Printer Description) files and printer queues
for CUPS, LPD, GNUlpr, LPRng, PPR, and PDQ using the database. There
is also the possibility to read the PJL options out of PJL-capable
laser printers and take them into account at the driver description
file generation.

There are spooler-independent command line interfaces to manipulate
queues (foomatic-configure) and to print files/manipulate jobs
(foomatic printjob).
 
This package contains the tools for accessing the Foomatic database,
for printer administration, and for printing.

%prep

##### FOOMATIC

# Source trees for installation
%setup -q -n %{tarname}
chmod -x *.c

# foomatic-db-engine.cat.ppd.patch
%patch0 -p1

%build

# Change compiler flags for debugging when in debug mode
%if %debug
export DONT_STRIP=1
export CFLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export CXXFLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export RPM_OPT_FLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
%endif


# Makefile generation ("./make_configure" for CVS snapshots)
./make_configure
%configure --libdir=%{_prefix}/lib

# Fix for new library "make install" behaviour of Perl 5.8.1.
perl -p -i -e 's/PREFIX=\$\(DESTDIR\)\$\(PERLPREFIX\)/PREFIX=\$\(PERLPREFIX\)/' Makefile

# Final build of Foomatic package
# Use the real file names of the printing utilities to be independent of the
# update-alternatives configuration

# Do not use "make" macro, as parallelized build of Foomatic does not
# work.

make	LPD_LPR=/usr/bin/lpr-lpd \
        LPD_LPQ=/usr/bin/lpq-lpd \
        LPD_LPRM=/usr/bin/lprm-lpd \
        LPD_LPC=/usr/sbin/lpc-lpd \
        CUPS_LPR=/usr/bin/lpr-cups \
        CUPS_LPQ=/usr/bin/lpq-cups \
        CUPS_LPRM=/usr/bin/lprm-cups \
        CUPS_LPC=/usr/sbin/lpc-cups \
        CUPS_LP=/usr/bin/lp-cups \
        CUPS_CANCEL=/usr/bin/cancel-cups \
        CUPS_LPSTAT=/usr/bin/lpstat-cups \
        PDQ_PRINTRC=/etc/pdq/printrc \
        PREFIX=%{_prefix} \
        PERL_INSTALLDIRS=vendor \
        DESTDIR=%{buildroot}

chmod a+rx mkinstalldirs

%install


# Change compiler flags for debugging when in debug mode
%if %debug
export DONT_STRIP=1
export CFLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export CXXFLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export RPM_OPT_FLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
%endif

# Make directories
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_mandir}/man8

##### FOOMATIC

# Install program files
eval `perl '-V:installsitelib'`
mkdir -p %{buildroot}/$installsitelib
export INSTALLSITELIB=%{buildroot}/$installsitelib
make	PREFIX=%{_prefix} \
        DESTDIR=%{buildroot} \
        INSTALLSITELIB=%{buildroot}/$installsitelib \
        install

# Use update-alternatives to make "foomatic-printjob" also possible through
# the usual printing commands
 
( cd %{buildroot}%{_bindir}
  ln -s foomatic-printjob lpr-foomatic
  ln -s foomatic-printjob lpq-foomatic
  ln -s foomatic-printjob lprm-foomatic
)
( cd %{buildroot}%{_sbindir}
  ln -s %{_bindir}/foomatic-printjob lpc-foomatic
)

# Correct permissions
chmod -R a-X %{buildroot}%{perl_vendorlib}/Foomatic/*.pm

%post -n foomatic-db-engine
# Set up update-alternatives entries
%{_sbindir}/update-alternatives --install %{_bindir}/lpr lpr %{_bindir}/lpr-foomatic 1
%{_sbindir}/update-alternatives --install %{_bindir}/lpq lpq %{_bindir}/lpq-foomatic 1
%{_sbindir}/update-alternatives --install %{_bindir}/lprm lprm %{_bindir}/lprm-foomatic 1
%{_sbindir}/update-alternatives --install %{_sbindir}/lpc lpc %{_sbindir}/lpc-foomatic 1

%preun -n foomatic-db-engine
if [ "$1" -eq "0" ]; then
  # On removal
  # Remove update-alternatives entries
  %{_sbindir}/update-alternatives --remove lpr /usr/bin/lpr-foomatic
  %{_sbindir}/update-alternatives --remove lpq /usr/bin/lpq-foomatic
  %{_sbindir}/update-alternatives --remove lprm /usr/bin/lprm-foomatic
  %{_sbindir}/update-alternatives --remove lpc /usr/sbin/lpc-foomatic
fi

%clean

##### FILES

%files
%doc README TODO USAGE Foomatic-Devel-Ideas.txt ChangeLog
%{_bindir}/*
%{_sbindir}/*
%{perl_vendorlib}/Foomatic
%{_datadir}/foomatic/templates
%{_mandir}/man*/*
%{_prefix}/lib/cups/driver/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0.8-6
+ Revision: 1ea8ca6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16385 |14mr|foomatic-filters-4.0.17-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Foomatic filters needed to run print queues with Foomatic PPDs
Name:		foomatic-filters
Version:	4.0.17
Release:	4
License:	GPLv2
Group:		System/Servers
Url:		http://www.openprinting.org
Source0:	http://www.openprinting.org/download/foomatic/%{name}-%{version}.tar.gz

BuildRequires:	cups
BuildRequires:	file
BuildRequires:	mpage
BuildRequires:	libgs-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(libxml-2.0)
Requires:	mpage
Provides:	foomatic

%description
Foomatic is a comprehensive, spooler-independent database of printers,
printer drivers, and driver descriptions. It contains utilities to
generate PPD (Postscript Printer Description) files and printer queues
for CUPS, LPD, GNUlpr, LPRng, PPR, and PDQ using the database. There
is also the possibility to read the PJL options out of PJL-capable
laser printers and take them into account at the driver description
file generation.

There are spooler-independent command line interfaces to manipulate
queues (foomatic-configure) and to print files/manipulate jobs
(foomatic printjob).
 
This package contains the filters needed to run print queues based on
Foomatic PPD files.

%prep
%setup -q

%build
%configure2_5x
make

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_mandir}/man1

make \
	PREFIX=%{_prefix} \
	DESTDIR=%{buildroot} \
	install

# Remove superfluous file
rm -f %{buildroot}/etc/foomatic/filter.conf.sample

# Link to make Foomatic 2.0.x CUPS queues working with Foomatic 3.0.x
ln -s ../../../bin/foomatic-rip %{buildroot}%{_prefix}/lib/cups/filter/cupsomatic

%post
# Restart the CUPS daemon when it is running, but do not start it when it
# is not running. The restart of the CUPS daemon updates the CUPS-internal
# backend index
/sbin/service cups condrestart > /dev/null 2>/dev/null || :

%postun
# Restart the CUPS daemon when it is running, but do not start it when it
# is not running. The restart of the CUPS daemon updates the CUPS-internal
# backend index
/sbin/service cups condrestart > /dev/null 2>/dev/null || :

%files
%doc README USAGE TODO ChangeLog
%{_bindir}/*
%{_prefix}/lib/cups/filter/*
%{_prefix}/lib/cups/backend/*
%{_prefix}/lib/ppr/interfaces/*
%{_prefix}/lib/ppr/lib/*
%{_mandir}/man1/*
%dir %config(noreplace) %{_sysconfdir}/foomatic
%dir %config(noreplace) %{_sysconfdir}/foomatic/direct
%config(noreplace) %{_sysconfdir}/foomatic/filter.conf


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0.17-4
+ Revision: dbaec41
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16386 |14mr|fop-1.0-0.0.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support 0

Summary:	XSL-driven print formatter
Name:		fop
Version:	1.0
Release:	0.0.6
Epoch:		0
License:	Apache License
Group:		Development/Java
URL:		http://xmlgraphics.apache.org/fop
Source0:	fop-%{version}-src.tar.gz
Source1:	%{name}.script
Patch1:		%{name}-manifest.patch
Patch2:		%{name}-main.patch
Requires:	xmlgraphics-commons >= 0:1.2
Requires:	avalon-framework >= 0:4.1.4
Requires:	batik >= 0:1.7
Requires:	xalan-j2 >= 0:2.7.0
Requires:	xml-commons-apis >= 0:1.3.04
Requires:	jakarta-commons-httpclient
Requires:	jakarta-commons-io >= 0:1.2
Requires:	jakarta-commons-logging >= 0:1.0.4
BuildRequires:	ant
BuildRequires:	ant-trax
BuildRequires:	java-rpmbuild
%if %{gcj_support}
BuildRequires:	java-gcj-compat-devel
%else
BuildArch:	noarch
%endif
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
FOP is the world's first print formatter driven by XSL formatting
objects. It is a Java application that reads a formatting object tree
and then turns it into a PDF document. The formatting object tree, can
be in the form of an XML document (output by an XSLT engine like XT or
Xalan) or can be passed in memory as a DOM Document or (in the case of
XT) SAX events.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q
#%patch1 -p1
%patch2 -p0

%build
export JAVA_HOME=%{java_home}
export CLASSPATH=
export OPT_JAR_LIST="`%{__cat} %{_sysconfdir}/ant.d/trax`"

%ant clean jar-main transcoder-pkg javadocs

%install
rm -rf %{buildroot}

# jars
mkdir -p %{buildroot}%{_javadir}
cp -a build/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
cp -a build/%{name}-transcoder.jar %{buildroot}%{_javadir}/pdf-transcoder.jar
pushd %{buildroot}%{_javadir}
for jar in *-%{version}*
do ln -s ${jar} `echo $jar| sed "s|-%{version}||g"`
done
popd

# script
mkdir -p %{buildroot}%{_bindir}
cp -a %{SOURCE1} %{buildroot}%{_bindir}/fop

# data
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -a conf %{buildroot}%{_datadir}/%{name}

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a build/javadocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf %{buildroot}

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(-,root,root)
%doc LICENSE README NOTICE
%{_javadir}/%{name}*.jar
%{_datadir}/%{name}
%{_javadir}/pdf-transcoder.jar
%attr(0755,root,root) %{_bindir}/fop
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(-,root,root)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.0-0.0.6
+ Revision: 1128ba5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16387 |14mr|fortune-mod-1.99.1-27
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	ver	1.99.1

Summary:	A program which will display a fortune
Summary(cs):	Program sušenka s věštbou (fortune cookie) s opravami chyb
Summary(da):	fortune-cookie program med mange fejl rettelser
Summary(de):	Glückskeks-Programm mit Bugfixes
Summary(fi):	Paranneltu fortnue-ohjelma
Summary(fr):	Programme fortune cookie avec correction de bugs
Summary(tr):	Rasgele, minik, sevimli mesajlar görüntüler
Name:		fortune-mod
Version:	%{ver}
Release:	27
License:	BSD
Group:		Toys
# Sources of the program
URL:		http://www.redellipse.net/code/fortune/
Source0:	http://www.redellipse.net/code/downloads/%name-%version.tar.bz2
# sources of fortune data files
# when no URL is given it is because the data files are not on the internet.
# they are either personal data I've collected myself trough the years;
# or data that people sent me in my quality of i18n coordinator of Mandriva
Source1:	http://crystal.u-strasbg.fr/glp.txt.bz2
Source2:	COPYING.glp
Source3:	http://crystal.u-strasbg.fr/cabale.txt.bz2
Source4:	ftp://sunsite.unc.edu/pub/Linux/games/amusement/fortune-fr.1138.tar.bz2
Source5:	ftp://sunsite.unc.edu/pub/Linux/games/amusement/fortune-it-1.51.tar.bz2
Source6:	ftp://ftp.startrek.eu.org/pub/linux/MS-FORTUNES.bz2
Source7:	http://sam.linuxfr.org/fortunes.txt.bz2
Source8:	COPYING.linuxfr
Source9:	http://www.multimania.com/fortune/ffr.tar.bz2
Source10:	azafra.txt.bz2
Source11:	deprimente.txt.bz2
Source12:	fortune-wa-spots.txt.bz2
Source13:	fortune-kotowaza.bz2
Source14:	fortune-kotowaza.README.bz2
Source15:	fortune-proverbs-gaeilge.bz2
Source16:	fortune-walon.txt.bz2
Source17:	fortune-msg-id.tar.bz2
Source18:	ftp://sunsite.unc.edu/pub/Linux/games/amusement/fortune-cs-1.2.4.tar.bz2
Source19:	ftp://sunsite.unc.edu/pub/Linux/games/amusement/fortunes-hu-0.1.tar.bz2
Patch0:		fortune-mod-1.99.1-LDFLAGS.diff
BuildRequires:	recode-devel recode
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Fortune-mod contains the ever-popular fortune program. Want a little
bit of random wisdom revealed to you when you log in? Fortune's
your program. Fun-loving system administrators can add fortune to
users' .login files, so that the users get their dose of wisdom 
each time they log in.

Install fortune if you want a program which will bestow these random
bits o' wit.

Now it supports reading the LANG variable and choosing, if they exist,
fortunes in the user language, when no parameter is given.

%description -l cs
Toto je trvale oblíbený program věstící osud (fortune). Rád zobrazí
náhodnou věštbu, je-li spuštěn. Obvykle je legrace, když se umístí
do souboru .login pro uživatele vašeho systému, aby uviděli něco
nového pokaždé, když se přihlásí.

%description -l da
Dette er det altid populære 'fortune' program. Det vil gladeligt
udskrive en tilfældig besked når det køres. Det er sjovt at have i
.login filen for dine brugere, så de altid ser noget nyt når de
logger ind.

%description -l de
Dies ist das beliebte Glückskeks-Programm. Es druckt eine zufällige
Weisheit. Wenn Sie es in die .login-Datei Ihrer Benutzer schreiben,
erhalten diese bei jedem Anmelden einen neuen Spruch.

%description -l fi
Tämä on aina suosittu fortune-ohjelma. Se tulostaa satunnaisen mietelauseen
tai vitsin aina ajettaessa. Se yleensä laitetaan käynnistymään käyttäjien
.login-tiedoston kautta, jolloin käyttäjä näkee aina uuden lauseen
kirjautuessaan sisään.

%description -l fr
Le célèbre programme fortune. Il affiche joyeusement un dicton
aléatoire lorsqu'il est lancé. Il est généralement amusant de le
placer dans le .login des utilisateurs d'un système pour qu'ils
voient quelque chose de nouveau à chaque fois qu'ils se loggent.

Cette version supporte l'utilisation de la variable $LANG pour choisir
automatiquemment un sous répertoire adapté à la langue de l'utilisateur

%description -l it
Questo e' il popolare gioco fortune. Visualizza casualmente delle
frasi sul video. Gli utenti di solito lo aggiungono nel proprio .login
per vedere delle frasi divertenti ogni volta si collegano.

%description -l tr
Fortune, her çağrıldığında büyük bir kitaplıktan rasgele seçeceği,
eğlenceli bir metni görüntüleyecektir. Aşırı bilimsel ve yararlı bir
uygulama olmamasına karşın kullanıcıların her sisteme bağlanışında
değişik bir mesajla karşılaşmalarını sağlar.

%prep
%setup -q
%patch0 -p1

%build
%make RPM_OPT_FLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std prefix=%buildroot
mkdir -p $RPM_BUILD_ROOT{%{_bindir}/,%_sbindir}
mv %buildroot%_bindir/*str* %buildroot%_sbindir/
cp util/rot $RPM_BUILD_ROOT%{_bindir}

# extra english fortunes
mkdir -p en
mkdir -p doc/en
bzcat %{SOURCE6} > en/MS-FORTUNES

chmod -R a+rX en
cp en/* $RPM_BUILD_ROOT%{_gamesdatadir}/fortunes/

# Czech fortunes
mkdir -p cs
mkdir -p doc/cs

tar xjf %{SOURCE18} && mv fortune-cs-1.2.4/{README,LICENSE,HISTORIE} doc/cs \
	&& rm fortune-cs-1.2.4/{fortune-cs.lsm,install.sh} \
	&& mv fortune-cs-1.2.4/* cs/
cd cs
for x in *;do recode l2..u8 $x;ln -s $x $x.u8; done
cd ..

chmod -R a+rX cs
cp -var cs $RPM_BUILD_ROOT%{_gamesdatadir}/fortunes/

# Spanish fortunes
mkdir -p es
mkdir -p doc/es
bzcat %{SOURCE10} |recode l1..u8 > es/azafra
ln -s azafra es/azafra.u8
bzcat %{SOURCE11} |recode l1..u8 > es/deprimente
ln -s deprimente es/deprimente.u8

chmod -R a+rX es
cp -var es $RPM_BUILD_ROOT%{_gamesdatadir}/fortunes/

# French fortunes
mkdir -p fr
mkdir -p doc/fr
tar xjf %{SOURCE4} -C fr/ && mkdir -p doc/fr/fortunes-fr && \
	mv fr/README fr/COPYING fr/INSTALL fr/*.lsm doc/fr/fortunes-fr
bzcat %{SOURCE1} | grep -v '^$' | sed 's/^-- /%/' > fr/glp \
	&& cp %{SOURCE2} doc/fr
bzcat %{SOURCE3} | grep -v '^$' | sed 's/^-- /%/' > fr/cabale
bzcat %{SOURCE7} > fr/linuxfr && cp %{SOURCE8} doc/fr
tar xjf %{SOURCE9} && mv ffr/data/* fr/ && rmdir ffr/data && \
	 mkdir -p doc/fr/ffr && mv ffr/* doc/fr/ffr/

recode l1..u8 fr/cabale
ln -s cabale fr/cabale.u8
recode l1..u8 fr/france
ln -s france fr/france.u8
recode l1..u8 fr/linuxfr
ln -s linuxfr fr/linuxfr.u8
recode l1..u8 fr/glp
ln -s glp fr/glp.u8
chmod -R a+rX fr
cp -var fr $RPM_BUILD_ROOT%{_gamesdatadir}/fortunes/

# Gaeilge (Irish Gaelic) fortunes
mkdir -p ga
mkdir -p doc/ga
bzcat %{SOURCE15} > ga/proverbs && cat > doc/ga/proverbs << EOF
Gaeilge proverbs from Damian Lyons and GAELIC-L (mailing list)
EOF
recode l1..u8 ga/proverbs
ln -s proverbs ga/proverbs.u8
chmod -R a+rX ga
cp -var ga $RPM_BUILD_ROOT%{_gamesdatadir}/fortunes/


# Hungarian fortunes
mkdir -p hu
mkdir -p doc/hu

tar xjvf %{SOURCE19} && mv fortunes-hu/{README,OLVASSEL} doc/hu \
	&& mv fortunes-hu/hu/magyar hu/
recode l1..u8 hu/magyar
ln -s magyar hu/magyar.u8

chmod -R a+rX hu
cp -var hu $RPM_BUILD_ROOT%{_gamesdatadir}/fortunes/

# Indonesian fortunes
mkdir -p id
mkdir -p doc/id
tar xjf %{SOURCE17} && mv fortune-msg-id/README doc/id && \
	 mv fortune-msg-id/* id/

chmod -R a+rX id
cp -var id $RPM_BUILD_ROOT%{_gamesdatadir}/fortunes/

# Italian fortunes
mkdir -p it
mkdir -p doc/it
tar xjf %{SOURCE5}
mv fortune.it-1.51/COPYING fortune.it-1.51/README doc/it
mv fortune.it-1.51/INSTALLAZIONE fortune.it-1.51/*.lsm doc/it
mv fortune.it-1.51/* it/

chmod -R a+rX it
cp -var it $RPM_BUILD_ROOT%{_gamesdatadir}/fortunes/

# Japanese fortunes
mkdir -p ja
mkdir -p doc/ja
bzcat %{SOURCE13} > ja/kotowaza ; bzcat %{SOURCE14} > doc/ja/kotowaza.README

chmod -R a+rX ja
cp -var ja $RPM_BUILD_ROOT%{_gamesdatadir}/fortunes/

# Walloon fortunes
mkdir -p wa
mkdir -p doc/wa
bzcat %{SOURCE12} > wa/spots
bzcat %{SOURCE16} > wa/walon
recode l1..u8 wa/spots
ln -s spots wa/spots.u8
recode l1..u8 wa/walon
ln -s walon wa/walon.u8

chmod -R a+rX wa
cp -var wa $RPM_BUILD_ROOT%{_gamesdatadir}/fortunes/

rm -rf %buildroot%{_gamesdatadir}/fortunes/off

(
    cd $RPM_BUILD_ROOT%{_gamesdatadir}/fortunes/
    find * -name "*.dat" | xargs rm
    for i in `find * -type f` ; do
        $RPM_BUILD_ROOT%{_sbindir}/strfile $i
    done
)

ln -s strfile.1%_extension $RPM_BUILD_ROOT%{_mandir}/man1/unstr.1%_extension
#wrong paths in the man page:
perl -pi -e 's!%buildroot!!' %buildroot%_mandir/man6/*

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README ChangeLog TODO 
#%doc doc/en/*
%lang(cs) %doc doc/cs
#%lang(es) %doc doc/es
%lang(fr) %doc doc/fr
%lang(ga) %doc doc/ga
%lang(hu) %doc doc/hu
#%lang(id) %doc doc/id
%lang(it) %doc doc/it
%lang(ja) %doc doc/ja
#%lang(wa) %doc doc/wa
%attr(755,root,root)%{_gamesbindir}/fortune
%attr(755,root,root)%{_sbindir}/strfile
%attr(755,root,root)%{_sbindir}/unstr
%attr(755,root,root)%{_bindir}/rot
%lang(cs) %{_gamesdatadir}/fortunes/cs
%lang(es) %{_gamesdatadir}/fortunes/es
%lang(fr) %{_gamesdatadir}/fortunes/fr
%lang(ga) %{_gamesdatadir}/fortunes/ga
%lang(hu) %{_gamesdatadir}/fortunes/hu
%lang(id) %{_gamesdatadir}/fortunes/id
%lang(it) %{_gamesdatadir}/fortunes/it
%lang(ja) %{_gamesdatadir}/fortunes/ja
%lang(wa) %{_gamesdatadir}/fortunes/wa

%dir %{_gamesdatadir}/fortunes
%{_gamesdatadir}/fortunes/MS-FORTUNES
%{_gamesdatadir}/fortunes/art
%{_gamesdatadir}/fortunes/ascii-art
%{_gamesdatadir}/fortunes/computers
%{_gamesdatadir}/fortunes/cookie
%{_gamesdatadir}/fortunes/debian
%{_gamesdatadir}/fortunes/definitions
%{_gamesdatadir}/fortunes/drugs
%{_gamesdatadir}/fortunes/education
%{_gamesdatadir}/fortunes/ethnic
%{_gamesdatadir}/fortunes/food
%{_gamesdatadir}/fortunes/fortunes
%{_gamesdatadir}/fortunes/goedel
%{_gamesdatadir}/fortunes/humorists
%{_gamesdatadir}/fortunes/kids
%{_gamesdatadir}/fortunes/knghtbrd
%{_gamesdatadir}/fortunes/law
%{_gamesdatadir}/fortunes/linux
%{_gamesdatadir}/fortunes/linuxcookie
%{_gamesdatadir}/fortunes/literature
%{_gamesdatadir}/fortunes/love
%{_gamesdatadir}/fortunes/magic
%{_gamesdatadir}/fortunes/medicine
%{_gamesdatadir}/fortunes/men-women
%{_gamesdatadir}/fortunes/miscellaneous
%{_gamesdatadir}/fortunes/news
%{_gamesdatadir}/fortunes/paradoxum
%{_gamesdatadir}/fortunes/people
%{_gamesdatadir}/fortunes/perl
%{_gamesdatadir}/fortunes/pets
%{_gamesdatadir}/fortunes/platitudes
%{_gamesdatadir}/fortunes/politics
%{_gamesdatadir}/fortunes/riddles
%{_gamesdatadir}/fortunes/science
%{_gamesdatadir}/fortunes/songs-poems
%{_gamesdatadir}/fortunes/sports
%{_gamesdatadir}/fortunes/startrek
%{_gamesdatadir}/fortunes/translate-me
%{_gamesdatadir}/fortunes/wisdom
%{_gamesdatadir}/fortunes/work
%{_gamesdatadir}/fortunes/zippy
%{_gamesdatadir}/fortunes/*.dat
%{_gamesdatadir}/fortunes/*.u8
%{_mandir}/man6/fortune.6*
%{_mandir}/man1/strfile.1*
%{_mandir}/man1/unstr.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.99.1-27
+ Revision: 720c556
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16388 |14mr|four-in-a-row-3.12.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		four-in-a-row
Version:	3.12.3
Release:	2
Summary:	GNOME Four-in-a-row game
License:	GPLv2+ and GFDL
Group:		Games/Boards
URL:		http://projects.gnome.org/gnome-games/
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.26
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	pkgconfig(zlib)
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
Obsoletes:	gnect

%description
The objective of Four-in-a-row is to build a line of four of your marbles
while trying to stop your opponent (human or computer) building a line
of his or her own.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --all-name --with-gnome

%files -f %{name}.lang
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
%{_iconsdir}/*/*/apps/%{name}.*
%{_mandir}/man6/%{name}.6*
%{_datadir}/appdata/%{name}.appdata.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.3-2
+ Revision: cf5db40
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16389 |14mr|fpc-2.6.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (cjw) to bootstrap fpc for a new architecture ARCH, run
# rpm -bb --define 'cross_target $ARCH' --target $ARCH fpc.spec

%define build_cross %{?cross_target:1}%{!?cross_target:0}
%define cross_prefix %{?cross_target:cross-%{cross_target}-}
%if %{build_cross}
%define fpc_target %{cross_target}
%else
%define fpc_target %{_arch}
%endif
%if %{fpc_target} == ppc
%define fpc_target powerpc
%endif
%define fpc_short_target %{_target_cpu}
%if %{fpc_short_target} == x86_64
%define fpc_short_target x64
%endif
%if %{fpc_short_target} == i586
%define fpc_short_target 386
%endif

%define debug_package %{nil}
%define fpcversion %{version}
%define fpcdir %{_prefix}/lib/%{name}/%{fpcversion}
%define docdir %{_datadir}/doc/fpc-%{fpcversion}

%define builddocdir %{buildroot}%{docdir}
%define buildmandir %{buildroot}%{_datadir}
%define buildbindir %{buildroot}%{_bindir}
%define buildlibdir %{buildroot}%{_libdir}
%define buildexampledir %{builddocdir}/examples

Summary:	Free Pascal Compiler
Name: 		fpc
Version:	2.6.4
Release:	2
License:	GPLv2+ and LGPLv2+ with exceptions
Group:		Development/Pascal
Url:		http://www.freepascal.org/
Source0:	http://surfnet.dl.sourceforge.net/sourceforge/freepascal/%{name}-%{version}.source.tar.gz
BuildRequires:	fpc
BuildRequires:	texlive-latex
BuildRequires:	texlive-epsf
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(ncurses)
%if %{build_cross}
BuildRequires:	cross-%{cross_target}-binutils
%endif
Requires:	gcc
Requires:	fpc-base = %{EVRD}
Requires:	fpc-units = %{EVRD}
ExclusiveArch:	%{ix86} x86_64

%description
The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit
Pascal Compiler. It comes with fully TP 7.0 compatible run-time library.
Some extensions are added to the language, like function overloading. Shared
libraries can be linked. Basic Delphi support is already implemented (classes,
exceptions,ansistrings,RTTI). This package contains commandline compiler and
utils. Provided units are the runtime library (RTL), free component library
(FCL), gtk, ncurses, zlib, mysql, postgres, ibase bindings.

%files

#----------------------------------------------------------------------------

%package src
# Needed for e.g. lazarus
Summary:	Source code of Free Pascal Compiler
Group:		Development/Pascal
BuildArch:	noarch

%description src
The source code of Freepascal for documentation and code generation
purposes.

%files src
%{_datadir}/fpcsrc

#----------------------------------------------------------------------------

%package base
Summary:	Ide and rtl units with some base unit
Group:		Development/Pascal

%description base
This package consists FPC IDE and only RTL units for using with classical 
CLI Pascal programm. It also includes:

- X11 (Xlib, Xutil)
- NCurses
- ZLib.

%files base
%doc %{_defaultdocdir}/%{name}-%{version}
%{_bindir}/*
%{_prefix}/lib/fpc/lexyacc
%{_prefix}/lib/fpc/%{version}/ide
%{_prefix}/lib/fpc/%{version}/msg
%{_prefix}/lib/fpc/%{version}/samplecfg
%ifarch %{ix86}
%{_prefix}/lib/fpc/%{version}/units/i386-linux/rtl
%{_prefix}/lib/fpc/%{version}/units/i386-linux/x11
%{_prefix}/lib/fpc/%{version}/units/i386-linux/ncurses
%{_prefix}/lib/fpc/%{version}/units/i386-linux/zlib
%{_prefix}/lib/fpc/%{version}/ppc386
%else
%{_prefix}/lib/fpc/%{version}/units/x86_64-linux/rtl
%{_prefix}/lib/fpc/%{version}/units/x86_64-linux/x11
%{_prefix}/lib/fpc/%{version}/units/x86_64-linux/ncurses
%{_prefix}/lib/fpc/%{version}/units/x86_64-linux/zlib
%{_prefix}/lib/fpc/%{version}/ppcx64
%endif

%post base
# Create config
%{fpcdir}/samplecfg %{fpcdir}

#----------------------------------------------------------------------------

%package units
Summary:	Units not included in fpc-base
Group:		Development/Pascal
Requires:	fpc-base = %{EVRD}

%description units
This package consists units not include in fpc-base packets. Use it if you
need all units instead RTL and X11,NCurses and ZLib only.

%files units
%{_prefix}/lib/fpc/%{version}/units
# in fpc-base
%ifarch %{ix86}
%exclude %{_prefix}/lib/fpc/%{version}/units/i386-linux/rtl
%exclude %{_prefix}/lib/fpc/%{version}/units/i386-linux/x11
%exclude %{_prefix}/lib/fpc/%{version}/units/i386-linux/ncurses
%exclude %{_prefix}/lib/fpc/%{version}/units/i386-linux/zlib
%else
%exclude %{_prefix}/lib/fpc/%{version}/units/x86_64-linux/rtl
%exclude %{_prefix}/lib/fpc/%{version}/units/x86_64-linux/x11
%exclude %{_prefix}/lib/fpc/%{version}/units/x86_64-linux/ncurses
%exclude %{_prefix}/lib/fpc/%{version}/units/x86_64-linux/zlib
%endif

#----------------------------------------------------------------------------

%prep
%setup -q

%build
install -dm 755 fpc_src
cp -a rtl packages fpc_src
rm -rf fpc_src/packages/extra/amunits
rm -rf fpc_src/packages/extra/winunits

%if %{build_cross}
fpcmake -T%{fpc_target}-linux
%endif

%if %{build_cross}
EXTRA_FLAGS="CPU_TARGET=%{fpc_target} BINUTILSPREFIX=%{cross_target}-linux-"
NEWPP=`pwd`/compiler/ppcross%{fpc_short_target}
%else
EXTRA_FLAGS=
NEWPP=`pwd`/compiler/ppc%{fpc_short_target}
%endif
NEWFPDOC=`pwd`/utils/fpdoc/fpdoc

%if %{defined useprebuiltcompiler}
STARTPP=`pwd`/startcompiler/ppc%{fpc_short_target}
%else
STARTPP=ppc%{fpc_short_target}
%endif

	make compiler_cycle ${EXTRA_FLAGS} FPC=${STARTPP}
#
	make rtl_clean rtl_smart FPC=${NEWPP} ${EXTRA_FLAGS}
	make packages_smart FPC=${NEWPP} ${EXTRA_FLAGS}
	make ide_all FPC=${NEWPP} ${EXTRA_FLAGS}
	make utils_all FPC=${NEWPP} ${EXTRA_FLAGS}

%install
#NEWPPUFILES=`pwd`/utils/ppufiles
%if %{build_cross}
EXTRA_FLAGS="CPU_TARGET=%{fpc_target} BINUTILSPREFIX=%{cross_target}-linux-"
NEWPP=`pwd`/compiler/ppcross%{fpc_short_target}
NEWFCPMAKE=/usr/bin/fpcmake
%else
EXTRA_FLAGS=
NEWPP=`pwd`/compiler/ppc%{fpc_short_target}
NEWFCPMAKE=`pwd`//utils/fpcm/fpcmake
%endif
INSTALLOPTS="FPC=${NEWPP} INSTALL_PREFIX=%{buildroot}/%{_prefix} INSTALL_LIBDIR=%{buildlibdir} \
                INSTALL_DOCDIR=%{builddocdir} INSTALL_BINDIR=%{buildbindir}"
	make compiler_distinstall ${INSTALLOPTS} FPCMAKE=${NEWFCPMAKE} ${EXTRA_FLAGS}
	make rtl_distinstall ${INSTALLOPTS} FPCMAKE=${NEWFCPMAKE} ${EXTRA_FLAGS}
	make packages_distinstall ${INSTALLOPTS} FPCMAKE=${NEWFCPMAKE} ${EXTRA_FLAGS}
	make ide_distinstall ${INSTALLOPTS} FPCMAKE=${NEWFCPMAKE} ${EXTRA_FLAGS}
	make utils_distinstall ${INSTALLOPTS} FPCMAKE=${NEWFCPMAKE} ${EXTRA_FLAGS}


# create link
	ln -sf %{fpcdir}/ppc%{fpc_short_target} %{buildroot}%{_bindir}/ppc%{fpc_short_target}
	#make fcl_exampleinstall ${INSTALLOPTS} DOCINSTALLDIR=%{builddocdir}
	#make api_exampleinstall ${INSTALLOPTS} DOCINSTALLDIR=%{builddocdir}
	#make packages_exampleinstall ${INSTALLOPTS} DOCINSTALLDIR=%{builddocdir}

install -dm 755 %{buildroot}%{_datadir}/fpcsrc
cp -a fpc_src/* %{buildroot}%{_datadir}/fpcsrc/

# fix permissions
find %{buildroot}%{_datadir}/fpcsrc/ -type d -exec chmod 755 {} \;
find %{buildroot}%{_datadir}/fpcsrc/ -type f -exec chmod 644 {} \;


%changelog
* Wed Jul 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.6.4-2
+ Revision: f77638d
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16390 |14mr|fpc-units-ptcpas-503-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define self ptcpas

%define fpc_ver 2.6.4

%ifarch %{ix86}
%define fpcarch i386
%else
%define fpcarch %{_arch}
%endif

%define unitdir %{_libdir}/fpc/%{fpc_ver}/units/%{fpcarch}-linux/

Summary:	A free, portable framebuffer library, written in Free Pascal
Name:		fpc-units-%{self}
# svn info -r HEAD https://ptcpas.svn.sourceforge.net/svnroot/ptcpas/trunk | grep Revision
Version:	503
Release:	5
Group:		Development/Pascal
License:	Modified LGPL
Url:		http://ptcpas.sourceforge.net/
# svn co https://ptcpas.svn.sourceforge.net/svnroot/ptcpas/trunk ptcpas-402
Source:		%{self}-%{version}.tar.gz
BuildRequires:	fpc
BuildRequires:	fpc-src
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(xxf86vm)
Requires:	fpc = %{fpc_ver}
Requires:	pkgconfig(x11)
Requires:	pkgconfig(xext)
Requires:	pkgconfig(xrandr)
Requires:	pkgconfig(xxf86dga)
Requires:	pkgconfig(xxf86vm)

%description
PTCPas is a free, portable framebuffer library, written in Free Pascal.
It allows low-level high-speed graphics access on multiple platforms and
is distributed under the terms of a modified (to allow static linking)
GNU LGPL license. Currently supports DirectX, X11, VBE1.2+ and
fakemodes. It has been tested on Windows (all versions since Windows 95;
on i386 and x86_64), Linux (i386, x86_64 and ppc), FreeBSD and DOS.

%files
%doc docs
%{unitdir}/%{self}
%config %{_sysconfdir}/%{self}.conf

#----------------------------------------------------------------------------

%package demos
Summary:	Demo applications for %{name}
Group:		Development/Pascal
Requires:	%{name}
Requires:	fpc

%description demos
Demo applications for %{name}.

%files demos
%{_libdir}/%{name}-demos

#----------------------------------------------------------------------------

%prep
%setup -qn %{self}-%{version}

find . -depth -name .svn -exec rm -rf {} \;

for N in core/*; do sed -i 's@/usr/share/ptcpas/ptcpas.conf@%{_sysconfdir}/%{self}.conf@' $N; done

%build
export FPCDIR=%{_datadir}/fpcsrc

./configure

make
make demos examples

%install
mkdir -p %{buildroot}%{unitdir}/%{self}
install units/%{fpcarch}-linux/* %{buildroot}%{unitdir}/%{self}
mkdir -p %{buildroot}%{_libdir}/%{name}-demos
cp -a demos examples %{buildroot}%{_libdir}/%{name}-demos
rm -rf %{buildroot}%{_libdir}/%{name}-demos/*/units
install -D ptcpas.cfg %{buildroot}%{_sysconfdir}/%{self}.conf


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 503-5
+ Revision: e2b3750
- Force fpc version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16391 |14mr|fping-3.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fping
Version:	3.10
Release:	2
Summary:	Quickly ping N number of hosts to determine their reachability

License:	BSD
Group:		Networking/Other
URL:		http://fping.org/
Source0:	http://fping.org/dist/%{name}-%{version}.tar.gz

%description
fping is a ping(1) like program which uses the Internet Control Message
Protocol (ICMP) echo request to determine if a host is up. fping is different
from ping in that you can specify any  number of hosts on the command line, or
specify a file containing the lists of hosts to ping. Instead of trying one
host until it timeouts or replies, fping will send out a ping packet and move
on to the next host in a round-robin fashion. If a host replies, it is noted
and removed from the list of hosts to check. If a host does not respond within
a certain time limit and/or retry limit it will be considered unreachable.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files 
%doc README INSTALL ChangeLog
%attr(4755,root,root) %{_sbindir}/fping
%{_mandir}/man8/fping.8*






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.10-2
+ Revision: 940d9d9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16392 |14mr|fprintd-0.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_doc 1
%{?_with_doc: %{expand: %%global with_doc 1}}

Summary:	D-Bus service for Fingerprint reader access
Name:		fprintd
Version:	0.5.1
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.freedesktop.org/wiki/Software/fprint/fprintd
# download here:
# http://cgit.freedesktop.org/libfprint/fprintd/
# then rename and re-pack
Source0:	http://freedesktop.org/~hadess/%{name}-%{version}.tar.xz
Patch0:		0001-data-Fix-syntax-error-in-fprintd.pod.patch
%if %{with_doc}
BuildRequires:	gtk-doc
%endif
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libfprint) >= 0.4.0
BuildRequires:	pkgconfig(polkit-agent-1)

%description
D-Bus service to access fingerprint readers.

%files -f %{name}.lang
%doc README COPYING AUTHORS TODO
%{_bindir}/fprintd-*
%{_libexecdir}/fprintd
# FIXME This file should be marked as config when it does something useful
%{_sysconfdir}/fprintd.conf
%{_sysconfdir}/dbus-1/system.d/net.reactivated.Fprint.conf
%{_datadir}/dbus-1/system-services/net.reactivated.Fprint.service
%{_datadir}/polkit-1/actions/net.reactivated.fprint.device.policy
/lib/systemd/system/fprintd.service
%{_localstatedir}/lib/fprint
%{_mandir}/man1/fprintd.*

#--------------------------------------------------------------------

%package pam
Summary:	PAM module for fingerprint authentication
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}
# Note that we obsolete pam_fprint, but as the configuration
# is different, it will be mentioned in the release notes
Provides:	pam_fprint = %{EVRD}
Obsoletes:	pam_fprint < 0.2-5

%description pam
PAM module that uses the fprintd D-Bus service for fingerprint
authentication.

%files pam
%doc pam/README
/%{_lib}/security/pam_fprintd.so

#--------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	gtk-doc

%description devel
Development documentation for fprintd, the D-Bus service for
fingerprint readers access.

%files devel
%if %{with_doc}
%{_datadir}/gtk-doc/html/fprintd
%endif
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Device.xml
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
%if %{with_doc}
	--enable-gtk-doc \
%endif
	--enable-pam \
	--libdir=/%{_lib}/

%make

%install
%makeinstall_std
mkdir -p %{buildroot}/%{_localstatedir}/lib/fprint

mkdir -p %{buildroot}/lib/systemd/system/
sed -e "s|\@libexecdir\@|%{_libexecdir}|" data/fprintd.service.in > \
	%{buildroot}/lib/systemd/system/fprintd.service

rm -f %{buildroot}/%{_lib}/security/pam_fprintd.{a,la,so.*}

%find_lang %{name}


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.1-1
+ Revision: 6a56adf
- New version 0.5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16393 |14mr|freealut-1.1.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sname	alut
%define major	0
%define libname %mklibname %{sname} %{major}
%define devname %mklibname %{sname} -d

Summary:	OpenAL Utility Toolkit (ALUT)
Name:		freealut
Version:	1.1.0
Release:	13
License:	LGPLv2
Group:		Sound
Url:		http://www.openal.org
Source0:	http://connect.creativelabs.com/openal/Downloads/ALUT/%{name}-%{version}.tar.bz2
Patch0:		%{name}-openal.patch
BuildRequires:	pkgconfig(openal)

%description
ALUT is the OpenAL Utility Toolkit.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for ALUT
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Conflicts:	%{_lib}freealut0 < 1.1.0-11
Obsoletes:	%{_lib}freealut0 < 1.1.0-11

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with ALUT.

%files -n %{libname}
%{_libdir}/libalut.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use ALUT
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}freealut-devel < 1.1.0-11
Obsoletes:	%{_lib}freealut-devel < 1.1.0-11

%description -n	%{devname}
This package contains the headers that programmers will need to develop
applications which will use ALUT.

%files -n %{devname}
%doc AUTHORS ChangeLog NEWS README
%{_includedir}/AL
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/*.so
%{_bindir}/%{name}-config

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
./autogen.sh
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-13
+ Revision: 18788ba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16394 |14mr|freeglut-2.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define develibname %mklibname -d %{name}

Summary:	A freely licensed alternative to the GLUT library
Name:		freeglut
Version:	2.8.1
Release:	2
License:	MIT
Group:		System/Libraries
URL:		http://freeglut.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
# For the manpages
Source1:	http://downloads.sourceforge.net/openglut/openglut-0.6.3-doc.tar.gz
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(ice)
# The virtual Provides below is present so that this freeglut package is a
# drop in binary replacement for "glut" which will satisfy rpm dependancies
# properly.  The Obsoletes tag is required in order for any pre-existing
# "glut" package to be removed and replaced with freeglut when upgrading to
# freeglut.  Note: This package will NOT co-exist with the glut package.

%description
freeglut is a completely open source alternative to the OpenGL Utility Toolkit
(GLUT) library with an OSI approved free software license. GLUT was originally
written by Mark Kilgard to support the sample programs in the second edition
OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical
applications because it is simple, universally available and highly portable.

freeglut allows the user to create and manage windows containing OpenGL
contexts on a wide range of platforms and also read the mouse, keyboard and
joystick functions.

%package -n %{libname}
Summary:	A freely licensed alternative to the GLUT library
Group:		System/Libraries
Provides:	glut = 3.7
Obsoletes:	glut < 3.7
Conflicts:	%{mklibname mesaglut 3}

%description -n %{libname}
freeglut is a completely open source alternative to the OpenGL Utility Toolkit
(GLUT) library with an OSI approved free software license. GLUT was originally
written by Mark Kilgard to support the sample programs in the second edition
OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical
applications because it is simple, universally available and highly portable.

freeglut allows the user to create and manage windows containing OpenGL
contexts on a wide range of platforms and also read the mouse, keyboard and
joystick functions.

%package -n %{develibname}
Summary:	Freeglut developmental libraries and header files
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	glut-devel = 3.7
Obsoletes:	glut-devel < 3.7
Provides:	%{name}-devel = %{version}-%{release}
Requires:	pkgconfig(glu)

%description -n %{develibname}
Developmental libraries and header files required for developing or compiling
software which links to the freeglut library, which is an open source
alternative to the popular GLUT library, with an OSI approved free software
license.

%prep
%setup -q -a 1

%build
# (TV) fix build:
./autogen.sh
# --disable-warnings -> don't add -Werror to CFLAGS
%configure --disable-static --disable-warnings
%make

# (TV) fix permissions:
chmod -x doc/*.png doc/*.html

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_mandir}/man3
install -p -m 644 doc/man/*.3 %{buildroot}%{_mandir}/man3

# We take the soname as the version because the package
# version doesn't really match -- the last release of
# the original glut was 3.7, and we need to match/exceed
# its version number.
VER=`ls %{buildroot}%{_libdir}/libglut.so.?.?.? |sed -e 's,.*\.so\.,,'`
mkdir -p %{buildroot}%{_libdir}/pkgconfig
cat >%{buildroot}%{_libdir}/pkgconfig/glut.pc <<EOF
prefix=%{_prefix}
libdir=%{_libdir}
includedir=%{_includedir}/GL

Name: glut
Description: GL Utility Toolkit
Requires: gl
Version: $VER
Libs: -lglut
Cflags: -I\${includedir}
EOF

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO doc/*.png doc/*.html
# don't include contents of doc/ directory as it is mostly obsolete
%{_libdir}/libglut*.so.%{major}
%{_libdir}/libglut*.so.%{major}.*

%files -n %{develibname}
%{_includedir}/GL/*.h
%{_libdir}/libglut.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8.1-2
+ Revision: 69ff6be
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16395 |14mr|freeimage-3.153-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%nil

%define oname	FreeImage
%define oversion 3.15.3
%define major	3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Image library
Name:		freeimage
Version:	3.153
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://freeimage.sourceforge.net/
Source0:	http://downloads.sourceforge.net/freeimage/FreeImage3153.zip

%description
FreeImage is an Open Source library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG,
TIFF and others as needed by today's multimedia applications.
FreeImage is easy to use, fast, multithreading safe, compatible with
all 32-bit versions of Windows, and cross-platform (works both with
Linux and Mac OS X).

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	A library to Image library
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%doc Whatsnew.txt license-*.txt Wrapper/FreeImagePlus/WhatsNew_FIP.txt README.linux
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}-%{oversion}.so

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development tools for programs using %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and libraries needed for
developing programs using the %{name} library.

%files -n %{devname}
%{_includedir}/%{oname}*.h
%{_libdir}/lib%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}

sed -i 's/\r//g' Whatsnew.txt license-*.txt gensrclist.sh \
  Wrapper/FreeImagePlus/WhatsNew_FIP.txt

sed -i -e 's/ -o root -g root//' Makefile.gnu
sed -i -e 's/\bldconfig//' Makefile.gnu

%build
sh ./gensrclist.sh
%setup_compile_flags CFLAGS="%{optflags} -fPIC"
%make LIBRARIES="-lstdc++ -lm"

%install
mkdir -p %{buildroot}%{_includedir} %{buildroot}%{_libdir}

%make install \
  INCDIR=%{buildroot}%{_includedir} \
  INSTALLDIR=%{buildroot}%{_libdir}

rm -f %{buildroot}%{_libdir}/*.a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.153-3
+ Revision: 2419cf2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16396 |14mr|freeipmi-1.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define freeipmi_major		16
%define ipmiconsole_major	2
%define ipmidetect_major	0
%define ipmimonitoring_major	5
%define libfreeipmi		%mklibname freeipmi %{freeipmi_major}
%define libipmiconsole		%mklibname ipmiconsole %{ipmiconsole_major}
%define libipmidetect		%mklibname ipmidetect %{ipmidetect_major}
%define libipmimonitoring	%mklibname ipmimonitoring %{ipmimonitoring_major}
%define devname			%mklibname %{name} -d

Summary:	FreeIPMI
Name:		freeipmi
Version:	1.4.3
Release:	2
License:	GPLv2+
Group: 		System/Kernel and hardware
Url:		http://www.gnu.org/software/freeipmi/index.html
Source0:	http://ftp.gnu.org/gnu/freeipmi/%{name}-%{version}.tar.gz
Source1:	ipmidetectd.service
Source2:	bmc-watchdog.service
BuildRequires:	ghostscript
BuildRequires:	texinfo
BuildRequires:	texlive-scheme-small
BuildRequires:	transfig
BuildRequires:	pkgconfig(guile-2.0)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(ncurses)

%description
The FreeIPMI project provides "Remote-Console" (out-of-band) and
"System Management Software" (in-band) based on Intelligent
Platform Management Interface (IPMI v1.5) specification.

%files
%doc AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO
%doc doc/*.pdf
%{_sysconfdir}/freeipmi/*.conf
%{_mandir}/man5/freeipmi_interpret_sel.conf.5.*
%{_mandir}/man5/freeipmi_interpret_sensor.conf.5.*
%{_mandir}/man5/libipmiconsole.conf.5.*
%{_infodir}/freeipmi-faq.info*
%dir %{_localstatedir}/lib/%{name}
%{_localstatedir}/lib/%{name}/ipckey

#----------------------------------------------------------------------------

%package -n %{libfreeipmi}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libfreeipmi}
This package contains one of the libraries needed to run programs dynamically
linked with %{name}.

%files -n %{libfreeipmi}
%{_libdir}/libfreeipmi.so.%{freeipmi_major}*

#----------------------------------------------------------------------------

%package -n %{libipmiconsole}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libipmiconsole}
This package contains one of the libraries needed to run programs dynamically
linked with %{name}.

%files -n %{libipmiconsole}
%{_libdir}/libipmiconsole.so.%{ipmiconsole_major}*

#----------------------------------------------------------------------------

%package -n %{libipmidetect}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libipmidetect}
This package contains one of the libraries needed to run programs dynamically
linked with %{name}.

%files -n %{libipmidetect}
%{_libdir}/libipmidetect.so.%{ipmidetect_major}*

#----------------------------------------------------------------------------

%package -n %{libipmimonitoring}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libipmimonitoring}
This package contains one of the libraries needed to run programs dynamically
linked with %{name}.

%files -n %{libipmimonitoring}
%{_libdir}/libipmimonitoring.so.%{ipmimonitoring_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libfreeipmi} = %{EVRD}
Requires:	%{libipmimonitoring} = %{EVRD}
Requires:	%{libipmiconsole} = %{EVRD}
Requires:	%{libipmidetect} = %{EVRD}
Conflicts:	%{libfreeipmi} < 1.0.8-2
Conflicts:	%{libipmimonitoring} < 1.0.8-2
Conflicts:	%{libipmiconsole} < 1.0.8-2
Conflicts:	%{libipmidetect} < 1.0.8-2
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package fish
Summary:	FreeIPMI Shell
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}

%description fish
Fish provides Shell, Extension/Plug-in and scripting interface. As a
shell, User has access to both in-band and out-of-band access to the
host BMC through a rich set of IPMI commands.

%files fish
%{_sbindir}/bmc-config
%{_sbindir}/bmc-info
%{_sbindir}/ipmi-config
%{_sbindir}/ipmi-sel
%{_sbindir}/ipmi-sensors
%{_sbindir}/ipmi-sensors-config
%{_mandir}/man5/bmc-config.conf.5*
%{_mandir}/man5/ipmi-config.conf.5*
%{_mandir}/man8/bmc-config.8*
%{_mandir}/man8/bmc-info.8*
%{_mandir}/man8/ipmi-config.8*
%{_mandir}/man8/ipmi-sel.8*
%{_mandir}/man8/ipmi-sensors.8*
%{_mandir}/man8/ipmi-sensors-config.8*

#----------------------------------------------------------------------------

%package utils
Summary:	FreeIPMI Utilities
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}
Requires(post,preun):	rpm-helper

%description utils
FreeIPMI utilities ipmipower, bmc-watchdog, ipmiping, and rmcpping.

%files utils
%doc COPYING.bmc-watchdog DISCLAIMER.bmc-watchdog
%doc COPYING.ipmiconsole DISCLAIMER.ipmiconsole 
%doc COPYING.ipmiping DISCLAIMER.ipmiping
%doc COPYING.ipmipower DISCLAIMER.ipmipower
%{_unitdir}/bmc-watchdog.service
%{_unitdir}/bmcwatchdog.service
%{_unitdir}/ipmidetectd.service
%config(noreplace) %{_sysconfdir}/sysconfig/bmc-watchdog
%{_sbindir}/bmc-device
%{_sbindir}/bmc-watchdog
%{_sbindir}/ipmi-chassis
%{_sbindir}/ipmi-chassis-config
%{_sbindir}/ipmi-console
%{_sbindir}/ipmi-dcmi
%{_sbindir}/ipmi-detect
%{_sbindir}/ipmi-fru
%{_sbindir}/ipmi-locate
%{_sbindir}/ipmi-oem
%{_sbindir}/ipmi-pef-config
%{_sbindir}/ipmi-pet
%{_sbindir}/ipmi-ping
%{_sbindir}/ipmi-power
%{_sbindir}/ipmi-raw
%{_sbindir}/ipmiconsole
%{_sbindir}/ipmidetect
%{_sbindir}/ipmidetectd
%{_sbindir}/ipmimonitoring
%{_sbindir}/ipmiping
%{_sbindir}/ipmipower
%{_sbindir}/ipmiseld
%{_sbindir}/pef-config
%{_sbindir}/rmcp-ping
%{_sbindir}/rmcpping
%{_mandir}/man3/libfreeipmi.3.*
%{_mandir}/man3/libipmiconsole.3.*
%{_mandir}/man3/libipmidetect.3.*
%{_mandir}/man3/libipmimonitoring.3.*
%{_mandir}/man5/freeipmi.conf.5.*
%{_mandir}/man5/ipmi_monitoring_sensors.conf.5.*
%{_mandir}/man5/ipmiconsole.conf.5.*
%{_mandir}/man5/ipmidetect.conf.5.*
%{_mandir}/man5/ipmidetectd.conf.5.*
%{_mandir}/man5/ipmimonitoring.conf.5.*
%{_mandir}/man5/ipmimonitoring_sensors.conf.5.*
%{_mandir}/man5/ipmipower.conf.5.*
%{_mandir}/man5/libipmimonitoring.conf.5.*
%{_mandir}/man5/ipmiseld.conf.5.*
%{_mandir}/man7/freeipmi.7.*
%{_mandir}/man8/bmc-device.8.*
%{_mandir}/man8/bmc-watchdog.8.*
%{_mandir}/man8/ipmi-chassis-config.8.*
%{_mandir}/man8/ipmi-chassis.8.*
%{_mandir}/man8/ipmi-console.8.*
%{_mandir}/man8/ipmi-dcmi.8.*
%{_mandir}/man8/ipmi-detect.8.*
%{_mandir}/man8/ipmi-fru.8.*
%{_mandir}/man8/ipmi-locate.8.*
%{_mandir}/man8/ipmi-oem.8.*
%{_mandir}/man8/ipmi-pef-config.8.*
%{_mandir}/man8/ipmi-pet.8.*
%{_mandir}/man8/ipmi-ping.8.*
%{_mandir}/man8/ipmi-power.8.*
%{_mandir}/man8/ipmi-raw.8.*
%{_mandir}/man8/ipmiconsole.8.*
%{_mandir}/man8/ipmidetect.8.*
%{_mandir}/man8/ipmidetectd.8.*
%{_mandir}/man8/ipmimonitoring.8.*
%{_mandir}/man8/ipmiping.8.*
%{_mandir}/man8/ipmiseld.8.*
%{_mandir}/man8/ipmipower.8.*
%{_mandir}/man8/pef-config.8.*
%{_mandir}/man8/rmcp-ping.8.*
%{_mandir}/man8/rmcpping.8.*


%post utils
%_post_service bmcwatchdog

%preun utils
%_preun_service bmcwatchdog

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%define Werror_cflags %{nil}
%serverbuild
%configure2_5x \
	--localstatedir=%{_var} \
	--disable-dependency-tracking \
	--disable-static
%make
cd doc
make pdf
cd -

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}/%{name}
rm -f %{buildroot}%{_initrddir}/*  %{buildroot}%{_sysconfdir}/init.d/*

# Install systemd units
install -m 755 -d %{buildroot}%{_unitdir}
install -m 644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_unitdir}

# (cg) Make sure we mask the sysvinit script name
ln -s bmc-watchdog.service %{buildroot}%{_unitdir}/bmcwatchdog.service


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.3-2
+ Revision: 1d52f51
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16397 |14mr|freeradius-2.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define __noautoreq 'perl\\(DBI\\)'

%define major 1
%define libname %mklibname freeradius %{major}
%define develname %mklibname -d freeradius

Summary:	High-performance and highly configurable RADIUS server
Name:		freeradius
Version:	2.2.3
Release:	1
License:	GPLv2+
Group:		System/Servers
URL:		http://www.freeradius.org/
Source0:	ftp://ftp.freeradius.org/pub/radius/%{name}-server-%{version}.tar.gz
Source1:	ftp://ftp.freeradius.org/pub/radius/%{name}-server-%{version}.tar.gz.sig
Source2:	freeradius.pam-0.77
Source3:	freeradius.pam
Source5:	freeradius.logrotate
Source6:	freeradius.sysconfig
Source7:	freeradius.service
Source8:	freeradius.tmpfiles
# http://code.google.com/p/freeradius-yubikey-module/
Source9:	rlm_yubikey.tar.gz
# Fix certificate location
Patch0:		freeradius-2.1.11-ssl-config.patch
Patch1:		freeradius-server-2.1.6-fix-format-errors.patch
Patch2:		freeradius-2.2.0-ruby1.9-dir.patch
Patch4:		freeradius-0.8.1-use-system-com_err.patch
Patch6:		freeradius-server-2.2.0-avoid-version.diff
Patch7:		freeradius-server-2.1.10-version-info.diff
Patch8:		freeradius-2.0.0-samba3.patch
Patch9:		freeradius-server-2.1.8-ltdl_no_la.patch
Patch10:	freeradius-server-linkage_fix.diff
Patch11:	freeradius-server-2.1.7-fix-perl-scripts.patch
Patch12:	freeradius-server-2.2.0-yubico-paths.diff
Patch13:	freeradius-server-2.2.3-strfmt.diff
BuildRequires:	gdbm-devel
BuildRequires:	krb5-devel
BuildRequires:	sasl-devel
BuildRequires:	libtool-devel
BuildRequires:	mysql-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	pcap-devel
BuildRequires:	perl-devel
BuildRequires:	postgresql-devel
BuildRequires:	rpm-helper
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)
# minimal version for ssl cert generation
Requires(post): openssl
Requires(post,preun,pre,postun):  rpm-helper

%description
The FreeRADIUS Server Project is a high-performance and highly configurable
GPL'd RADIUS server. It is somewhat similar to the Livingston 2.0 RADIUS
server, but has many more features, and is much more configurable.

%package -n	%{name}-krb5
Summary:	The Kerberos module for %{name}
Group:		System/Servers
Requires:	krb5-libs
Requires:	%{name} = %{version}-%{release}

%description -n	%{name}-krb5
The FreeRADIUS server can use Kerberos to authenticate users, and this module
is necessary for that.

%package -n	%{name}-ldap
Summary:	The LDAP module for %{name}
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description -n	%{name}-ldap
The FreeRADIUS server can use LDAP to authenticate users, and this module is
necessary for that.

%package -n	%{name}-postgresql
Summary:	The PostgreSQL module for %{name}
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description -n	%{name}-postgresql
The FreeRADIUS server can use PostgreSQL to authenticate users and do
accounting, and this module is necessary for that.

%package -n	%{name}-mysql
Summary:	The MySQL module for %{name}
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description -n	%{name}-mysql
The FreeRADIUS server can use MySQL to authenticate users and do accounting,
and this module is necessary for that.

%package -n	%{name}-unixODBC
Summary:	The unixODBC module for %{name}
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description -n	%{name}-unixODBC
The FreeRADIUS server can use unixODBC to authenticate users and do accounting,
and this module is necessary for that.

%package -n	%{name}-sqlite
Summary:	The sqlite module for %{name}
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description -n	%{name}-sqlite
The FreeRADIUS server can use sqlite to authenticate users and do accounting,
and this module is necessary for that.

%package -n	%{name}-yubikey
Summary:	The yubikey module for %{name}
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description -n	%{name}-yubikey
The FreeRADIUS server can use yubikey to authenticate users and do accounting,
and this module is necessary for that.

%package -n	%{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries

%description -n	%{libname}
Libraries for %{name}

%package -n	%{develname}
Summary:	Development headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname -d %{name} 1}
Provides:	freeradius-devel = %{version}-%{release}

%description -n	%{develname}
Development headers and libraries for %{name}

%package web
Summary:	Web based administration interface for freeradius
Group:		System/Servers
Requires:	apache-mod_php
Requires:	freeradius
Requires:	php-mysql
Requires:	net-snmp-mibs
Requires:	net-snmp-utils
Provides:	dialup_admin = %{version}-%{release}

%description web
dialup_admin is a web based administration interface for the freeradius radius
server. It is written in PHP4. It is modular and right now it assumes that user
information is stored in an ldap server or an sql database and accounting in an
sql server.

%prep
%setup -q -n %{name}-server-%{version}

# add the yubikey plugin from http://code.google.com/p/freeradius-yubikey-module/
tar -zxf %{SOURCE9}
mv freeradius-yubikey-module-read-only src/modules/rlm_yubikey

# fix strange perms
find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

%patch0 -p1 -b .config
%patch2 -p0 -b .ruby
%patch4 -p1 -b .peroyvind
%patch6 -p1 -b .avoid-version
%patch7 -p1 -b .version-info
%patch8 -p0 -b .samba3
%patch9 -p1 -b .ltdl_no_la
%patch10 -p0 -b .linkage_fix
%patch11 -p1 -b .file-temp
%patch1 -p 1
%patch12 -p0
%patch13 -p0

./autogen.sh

# For pre release only:
perl -pi -e 's,\$\(RADIUSD_VERSION\),%{version},' doc/Makefile
perl -pi -e 's,\$\(RADIUSD_VERSION\),%{version},' doc/rfc/Makefile

# fix path
find . -type f | xargs perl -pi -e "s|/usr/local/bin|%{_bindir}|g"

# move php3 to php
find dialup_admin -name '*.php3' | while read php3; do
    mv $php3 ${php3%%.php3}.php
done

find dialup_admin -type f | xargs perl -pi -e "s|\.php3|\.php|g"
perl -pi -e "s|\\\${bindir}|\\\${bindir}/|g" dialup_admin/Makefile

%build
%serverbuild

export CFLAGS="$CFLAGS -fPIC -DLDAP_DEPRECATED"
export CXXFLAGS="$CXXFLAGS -fPIC -DLDAP_DEPRECATED"

%configure2_5x \
    --with-gnu-ld \
    --with-threads \
    --with-thread-pool \
    --with-system-libtool \
    --with-system-libltdl \
    --disable-static \
    --libdir=%{_libdir}/%{name}  \
    --libexecdir=%{_libdir}/%{name} \
    --localstatedir=%{_var} \
    --with-logdir=%{_var}/log/radius \
    --disable-ltdl-install \
    --with-ltdl-lib=%{_libdir} \
    --with-ltdl-include=%{_includedir} \
    --with-radacctdir=%{_var}/log/radius/radacct \
    --with-raddbdir=%{_sysconfdir}/raddb \
    --with-static-modules="" \
    --with-experimental-modules \
    --with-large-files \
    --with-rlm-dbm-lib-dir=%{_libdir} \
    --with-rlm-eap-peap-lib-dir=%{_libdir} \
    --with-openssl-libraries=%{_libdir} \
    --with-rlm-ruby-include-dir=%{_includedir}/ruby \
    --with-rlm-krb5-lib-dir=%{_libdir} \
    --with-rlm-ldap-lib-dir=%{_libdir} \
    --with-rlm-ldap-include-dir=%{_includedir}/ldap \
    --with-mysql-include-dir=%{_includedir}/mysql \
    --with-mysql-lib-dir=%{_libdir}/mysql \
    --with-mysql-dir=%{_prefix} \
    --with-rlm-sql-postgresql-lib-dir=%{_libdir}/mysql \
    --with-rlm-sql-postgresql-include-dir=%{_includedir}/pgsql \
    --with-unixodbc-lib-dir=%{_libdir} \
    --with-unixodbc-dir=%{_prefix} \
    --without-rlm_sql_db2 \
    --without-rlm_sql_firebird \
    --without-rlm_sql_freetds \
    --without-rlm_sql_iodbc \
    --without-rlm_sql_oracle \
    --without-rlm_sql_sybase \

# enable this one with a hack...
perl -pi \
    -e "s|^TARGET.*|TARGET=rlm_dbm|g;" \
    -e "s|^SRCS.*|SRCS=rlm_dbm.c|g;" \
    -e "s|^RLM_UTILS.*|RLM_UTILS=rlm_dbm_parser rlm_dbm_cat|g;" \
    -e "s|^RLM_CFLAGS.*|RLM_CFLAGS=-I%{_includedir}/gdbm -DHAVE_GDBM_NDBM_H|g;" \
    -e "s|^RLM_LIBS.*|RLM_LIBS=-L%{_libdir} -lgdbm -lgdbm_compat|g;" \
    -e "s|^RLM_INSTALL.*|RLM_INSTALL=rlm_dbm_install|g;" \
    src/modules/rlm_dbm/Makefile

%if "%{_lib}" == "lib64"
    perl -pi -e 's:sys_lib_search_path_spec=.*:sys_lib_search_path_spec="/lib64 /usr/lib64 /usr/local/lib64":' libtool
%endif

make

%install
make install R=%{buildroot}

install -d %{buildroot}%{_sysconfdir}/raddb/yubico

# fix default configuration file permissions
find %{buildroot}%{_sysconfdir}/raddb -type d | xargs chmod 755
find %{buildroot}%{_sysconfdir}/raddb -type f | xargs chmod 644
chmod 640 \
    %{buildroot}%{_sysconfdir}/raddb/acct_users \
    %{buildroot}%{_sysconfdir}/raddb/acct_users \
    %{buildroot}%{_sysconfdir}/raddb/clients.conf \
    %{buildroot}%{_sysconfdir}/raddb/preproxy_users \
    %{buildroot}%{_sysconfdir}/raddb/users \

# install headers
install -d -m 755 %{buildroot}%{_includedir}/%{name}
install -m 644 src/include/*  %{buildroot}%{_includedir}/%{name}/

# install distribution scripts and stuff...
install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/pam.d/radiusd
install -D -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/logrotate.d/radiusd
install -D -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/sysconfig/radiusd
install -D -m 644 %{SOURCE7} %{buildroot}%{_unitdir}/radiusd.service
install -D -m 644 %{SOURCE8} %{buildroot}%{_prefix}/lib/tmpfiles.d/radiusd.conf

# put the mibs in place
install -d -m 755 %{buildroot}%{_datadir}/snmp/mibs
install -m 644 mibs/RADIUS* %{buildroot}%{_datadir}/snmp/mibs/

# fix ghostfiles
touch %{buildroot}%{_localstatedir}/log/radius/radutmp
touch %{buildroot}%{_localstatedir}/log/radius/radwtmp
touch %{buildroot}%{_localstatedir}/log/radius/radius.log

# remove unneeded stuff
rm -f %{buildroot}%{_sbindir}/rc.radiusd
rm -f %{buildroot}%{_includedir}/%{name}/Makefile
rm -f %{buildroot}%{_sysconfdir}/raddb/Makefile
rm -rf %{buildroot}%{_sysconfdir}/raddb/sql/mssql
rm -rf %{buildroot}%{_sysconfdir}/raddb/sql/oracle
rm -f %{buildroot}%{_sysconfdir}/raddb/certs/*

find %{buildroot} -name '*.la' -delete
rm -f %{buildroot}%{_libdir}/%{name}/*.a

# include more docs
cp src/modules/rlm_sql/README README.sql
cp src/modules/rlm_cram/Readme Readme.cram
cp src/modules/rlm_cram/Standard.draft .
cp src/modules/rlm_cram/dictionary.sandy .
cp src/modules/rlm_smb/README README.smb

# put specific docs and files where they belong (prepare for doc inclusion)
cp doc/rlm_krb5 .
cp doc/RADIUS*.schema .
cp doc/rlm_ldap .

%multiarch_includes %{buildroot}%{_includedir}/freeradius/build-radpaths-h

%multiarch_includes %{buildroot}%{_includedir}/freeradius/radpaths.h

# the web cruft
install -d %{buildroot}%{_datadir}/%{name}-web
install -d %{buildroot}%{_sysconfdir}/%{name}-web

pushd dialup_admin
make \
    DIALUP_PREFIX=%{buildroot}%{_datadir}/freeradius-web \
    DIALUP_DOCDIR=%{buildroot}%{_docdir}/freeradius-web \
    DIALUP_CONFDIR=%{buildroot}%{_sysconfdir}/freeradius-web \
    install
popd

find %{buildroot}%{_datadir}/freeradius-web | xargs perl -pi \
    -e 's|\.\./conf/config\.php|%{_sysconfdir}/freeradius-web/config\.php|g;' \
    -e 's|%{buildroot}||g;'

find %{buildroot}%{_sysconfdir}/freeradius-web | xargs perl -pi \
    -e 's|\.\./conf/admin\.conf|%{_sysconfdir}/freeradius-web/admin\.conf|g;' \
    -e 's|%{buildroot}||g;'

find %{buildroot}%{_datadir}/freeradius-web/bin | xargs perl -pi \
    -e 's|/data/local/dialupadmin/conf/admin\.conf|%{_sysconfdir}/freeradius-web/admin\.conf|g;' \
    -e 's|/logs/radiusd/accounting|%{_localstatedir}/log/radius/accounting|g;'

mv %{buildroot}%{_datadir}/freeradius-web/bin/* %{buildroot}%{_bindir}
mv %{buildroot}%{_bindir}/snmpfinger \
    %{buildroot}%{_bindir}/freeradius-web-snmpfinger

# fix a simple redirector
cat > %{buildroot}%{_datadir}/%{name}-web/index.html << EOF
<html>
<head>
<title></title>
<meta HTTP-EQUIV="REFRESH" CONTENT="0; URL=htdocs/index.html">
</head>
<body>
</body>
</html>
EOF

# apache configuration
install -d %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}-web.conf <<EOF
# %{name} Apache configuration
Alias /%{name}-web %{_datadir}/%{name}-web

<Directory %{_datadir}/%{name}-web>
    Require all granted
</Directory>
EOF

# cron stuff
install -d %{buildroot}%{_sysconfdir}/cron.daily
cat > %{buildroot}%{_sysconfdir}/cron.daily/%{name}-web <<EOF
#!/bin/sh
%{_bindir}/tot_stats >/dev/null 2>&1
%{_bindir}/monthly_tot_stats >/dev/null 2>&1
EOF
chmod 755 %{buildroot}%{_sysconfdir}/cron.daily/%{name}-web

install -d %{buildroot}%{_sysconfdir}/cron.monthly
cat > %{buildroot}%{_sysconfdir}/cron.monthly/%{name}-web <<EOF
#!/bin/sh
%{_bindir}/truncate_radacct >/dev/null 2>&1
%{_bindir}/clean_radacct >/dev/null 2>&1
EOF
chmod 755 %{buildroot}%{_sysconfdir}/cron.monthly/%{name}-web

# cleanup
rm -rf %{buildroot}%{_docdir}/%{name}
rm -rf %{buildroot}%{_docdir}/freeradius-web
rm -rf %{buildroot}%{_datadir}/freeradius-web/bin
rm -rf %{buildroot}%{_datadir}/freeradius-web/sql
rm -f %{buildroot}%{_bindir}/dialup_admin.cron

%pre
%_pre_useradd radius %{_localstatedir}/log/radius/radacct /bin/false

%post
%_post_service radiusd
%create_ghostfile %{_localstatedir}/log/radius/radutmp radius radius 0644
%create_ghostfile %{_localstatedir}/log/radius/radwtmp radius radius 0644
%create_ghostfile %{_localstatedir}/log/radius/radius.log radius radius 0644
%_create_ssl_certificate radiusd -g radius
if [ $1 = 1 ]; then
    openssl dhparam -out  %{_sysconfdir}/raddb/certs/dh 1024 2>&1 >/dev/null
    dd if=/dev/urandom of=%{_sysconfdir}/raddb/certs/random count=10 2>&1 >/dev/null
    chgrp radius %{_sysconfdir}/raddb/certs/random
fi

%preun
%_preun_service radiusd

%postun
%_postun_userdel radius

%files
%doc doc COPYRIGHT CREDITS INSTALL LICENSE README.rst
%doc README.sql README.smb Readme.cram Standard.draft dictionary.sandy
%{_unitdir}/radiusd.service
%{_prefix}/lib/tmpfiles.d/radiusd.conf
%config(noreplace) %{_sysconfdir}/pam.d/radiusd
%config(noreplace) %{_sysconfdir}/logrotate.d/radiusd
%config(noreplace)  %{_sysconfdir}/sysconfig/radiusd
%dir %{_sysconfdir}/raddb
%config(noreplace) %{_sysconfdir}/raddb/attrs
%config(noreplace) %{_sysconfdir}/raddb/attrs.access_reject
%config(noreplace) %{_sysconfdir}/raddb/attrs.access_challenge
%config(noreplace) %{_sysconfdir}/raddb/attrs.accounting_response
%config(noreplace) %{_sysconfdir}/raddb/attrs.pre-proxy
%config(noreplace) %{_sysconfdir}/raddb/dictionary*
%config(noreplace) %{_sysconfdir}/raddb/experimental.conf
%config(noreplace) %{_sysconfdir}/raddb/example.pl
%config(noreplace) %{_sysconfdir}/raddb/hints
%config(noreplace) %{_sysconfdir}/raddb/huntgroups
%config(noreplace) %{_sysconfdir}/raddb/radiusd.conf
%config(noreplace) %{_sysconfdir}/raddb/policy.conf
%config(noreplace) %{_sysconfdir}/raddb/policy.txt
%config(noreplace) %{_sysconfdir}/raddb/proxy.conf
%config(noreplace) %{_sysconfdir}/raddb/eap.conf
%config(noreplace) %{_sysconfdir}/raddb/sql.conf
%config(noreplace) %{_sysconfdir}/raddb/sqlippool.conf
%config(noreplace) %{_sysconfdir}/raddb/templates.conf
# those contains passwords
%config(noreplace) %attr(0640,root,radius) %{_sysconfdir}/raddb/acct_users
%config(noreplace) %attr(0640,root,radius) %{_sysconfdir}/raddb/clients.conf
%config(noreplace) %attr(0640,root,radius) %{_sysconfdir}/raddb/preproxy_users
%config(noreplace) %attr(0640,root,radius) %{_sysconfdir}/raddb/users
%dir %{_sysconfdir}/raddb/certs
%dir %{_sysconfdir}/raddb/sites-available
%dir %{_sysconfdir}/raddb/sites-enabled
%config(noreplace) %{_sysconfdir}/raddb/sites-available/*
%config(noreplace) %{_sysconfdir}/raddb/sites-enabled/*
%dir %{_sysconfdir}/raddb/modules
%config(noreplace) %{_sysconfdir}/raddb/modules/*
%dir %{_sysconfdir}/raddb/sql
%dir %{_sysconfdir}/raddb/sql/ndb
%config(noreplace) %{_sysconfdir}/raddb/sql/ndb/README
%config(noreplace) %{_sysconfdir}/raddb/sql/ndb/admin.sql
%config(noreplace) %{_sysconfdir}/raddb/sql/ndb/schema.sql
%{_bindir}/radclient
%{_bindir}/radconf2xml
%{_bindir}/rad_counter
%{_bindir}/radcrypt
%{_bindir}/radeapclient
%{_bindir}/radlast
%{_bindir}/radsniff
%{_bindir}/radsqlrelay
%{_bindir}/radtest
%{_bindir}/radwho
%{_bindir}/radzap
%{_bindir}/rlm_dbm_cat
%{_bindir}/rlm_dbm_parser
%{_bindir}/rlm_ippool_tool
%{_bindir}/smbencrypt
%{_sbindir}/checkrad
%{_sbindir}/raddebug
%{_sbindir}/radiusd
%{_sbindir}/radmin
%{_sbindir}/radwatch
%attr(0755,radius,radius) %dir %{_localstatedir}/log/radius
%attr(0755,radius,radius) %dir %{_localstatedir}/log/radius/radacct
%attr(0644,radius,radius) %ghost %{_localstatedir}/log/radius/radutmp
%attr(0644,radius,radius) %ghost %{_localstatedir}/log/radius/radwtmp
%attr(0644,radius,radius) %ghost %{_localstatedir}/log/radius/radius.log
%{_datadir}/snmp/mibs/*
%{_datadir}/freeradius
%{_mandir}/man*/*

%files -n %{name}-krb5
%doc rlm_krb5
%{_libdir}/%{name}/rlm_krb5.so

%files -n %{name}-ldap
%doc RADIUS*.schema rlm_ldap doc/examples/openldap.schema
%config(noreplace) %{_sysconfdir}/raddb/ldap.attrmap
%{_libdir}/%{name}/rlm_ldap.so

%files -n %{name}-postgresql
%doc src/billing
%config(noreplace) %{_sysconfdir}/raddb/sql/postgresql
%{_libdir}/%{name}/rlm_sql_postgresql.so

%files -n %{name}-mysql
%config(noreplace) %{_sysconfdir}/raddb/sql/mysql
%{_libdir}/%{name}/rlm_sql_mysql.so

%files -n %{name}-unixODBC
%{_libdir}/%{name}/rlm_sql_unixodbc.so

%files -n %{name}-sqlite
%{_libdir}/%{name}/rlm_sql_sqlite.so

%files -n %{name}-yubikey
%dir %{_sysconfdir}/raddb/yubico
%{_libdir}/%{name}/rlm_yubikey.so

%files -n %{libname}
%{_libdir}/%{name}/libfreeradius-radius.so.%{major}*
%{_libdir}/%{name}/libfreeradius-eap.so.%{major}*
%{_libdir}/%{name}/rlm_acctlog.so
%{_libdir}/%{name}/rlm_acct_unique.so
%{_libdir}/%{name}/rlm_always.so
%{_libdir}/%{name}/rlm_attr_filter.so
%{_libdir}/%{name}/rlm_attr_rewrite.so
%{_libdir}/%{name}/rlm_cache.so
%{_libdir}/%{name}/rlm_caching.so
%{_libdir}/%{name}/rlm_chap.so
%{_libdir}/%{name}/rlm_checkval.so
%{_libdir}/%{name}/rlm_copy_packet.so
%{_libdir}/%{name}/rlm_counter.so
%{_libdir}/%{name}/rlm_cram.so
%{_libdir}/%{name}/rlm_dbm.so
%{_libdir}/%{name}/rlm_detail.so
%{_libdir}/%{name}/rlm_digest.so
%{_libdir}/%{name}/rlm_dynamic_clients.so
%{_libdir}/%{name}/rlm_eap_gtc.so
%{_libdir}/%{name}/rlm_eap_leap.so
%{_libdir}/%{name}/rlm_eap_md5.so
%{_libdir}/%{name}/rlm_eap_mschapv2.so
%{_libdir}/%{name}/rlm_eap_peap.so
%{_libdir}/%{name}/rlm_eap_sim.so
%{_libdir}/%{name}/rlm_eap.so
%{_libdir}/%{name}/rlm_eap_tls.so
%{_libdir}/%{name}/rlm_eap_ttls.so
%{_libdir}/%{name}/rlm_example.so
%{_libdir}/%{name}/rlm_exec.so
%{_libdir}/%{name}/rlm_expiration.so
%{_libdir}/%{name}/rlm_expr.so
%{_libdir}/%{name}/rlm_fastusers.so
%{_libdir}/%{name}/rlm_files.so
%{_libdir}/%{name}/rlm_ippool.so
%{_libdir}/%{name}/rlm_jradius.so
%{_libdir}/%{name}/rlm_linelog.so
%{_libdir}/%{name}/rlm_logintime.so
%{_libdir}/%{name}/rlm_mschap.so
%{_libdir}/%{name}/rlm_otp.so
%{_libdir}/%{name}/rlm_pam.so
%{_libdir}/%{name}/rlm_pap.so
%{_libdir}/%{name}/rlm_passwd.so
%{_libdir}/%{name}/rlm_perl.so
%{_libdir}/%{name}/rlm_policy.so
%{_libdir}/%{name}/rlm_preprocess.so
%{_libdir}/%{name}/rlm_protocol_filter.so
%{_libdir}/%{name}/rlm_python.so
%{_libdir}/%{name}/rlm_radutmp.so
%{_libdir}/%{name}/rlm_realm.so
%{_libdir}/%{name}/rlm_replicate.so
#%{_libdir}/%{name}/rlm_ruby.so
%{_libdir}/%{name}/rlm_sim_files.so
%{_libdir}/%{name}/rlm_smsotp.so
%{_libdir}/%{name}/rlm_soh.so
%{_libdir}/%{name}/rlm_sqlcounter.so
%{_libdir}/%{name}/rlm_sqlhpwippool.so
%{_libdir}/%{name}/rlm_sqlippool.so
%{_libdir}/%{name}/rlm_sql_log.so
%{_libdir}/%{name}/rlm_sql.so
%{_libdir}/%{name}/rlm_unix.so
%{_libdir}/%{name}/rlm_wimax.so

%files -n %{develname}
%doc todo
%{multiarch_includedir}/freeradius/build-radpaths-h
%{multiarch_includedir}/freeradius/radpaths.h
%{_includedir}/%{name}
%{_libdir}/%{name}/libfreeradius-radius.so
%{_libdir}/%{name}/libfreeradius-eap.so

%files -n %{name}-web
%doc dialup_admin/sql/mysql dialup_admin/sql/postgresql dialup_admin/sql/oracle
%doc dialup_admin/doc/AUTHORS dialup_admin/doc/FAQ dialup_admin/doc/HELP_WANTED
%doc dialup_admin/doc/HOWTO dialup_admin/doc/TODO dialup_admin/Changelog
%doc dialup_admin/README dialup_admin/bin/Changelog.*
%config(noreplace) %{_sysconfdir}/cron.daily/%{name}-web
%config(noreplace) %{_sysconfdir}/cron.monthly/%{name}-web
%config(noreplace) %{_webappconfdir}/%{name}-web.conf
%dir %{_sysconfdir}/%{name}-web
%config(noreplace) %{_sysconfdir}/%{name}-web/accounting.attrs
%config(noreplace) %{_sysconfdir}/%{name}-web/auth.request
%config(noreplace) %{_sysconfdir}/%{name}-web/default.vals
%config(noreplace) %{_sysconfdir}/%{name}-web/extra.ldap-attrmap
%config(noreplace) %{_sysconfdir}/%{name}-web/sql.attrmap
%config(noreplace) %{_sysconfdir}/%{name}-web/sql.attrs
%config(noreplace) %{_sysconfdir}/%{name}-web/user_edit.attrs
%config(noreplace) %{_sysconfdir}/%{name}-web/username.mappings
# those contains passwords
%config(noreplace) %attr(0640,root,apache) %{_sysconfdir}/%{name}-web/admin.conf
%config(noreplace) %attr(0640,root,apache) %{_sysconfdir}/%{name}-web/captions.conf
%config(noreplace) %attr(0640,root,apache) %{_sysconfdir}/%{name}-web/naslist.conf
%config(noreplace) %attr(0640,root,apache) %{_sysconfdir}/%{name}-web/config.php
%{_bindir}/backup_radacct
%{_bindir}/clean_radacct
%{_bindir}/clearsession
%{_bindir}/freeradius-web-snmpfinger
%{_bindir}/log_badlogins
%{_bindir}/monthly_tot_stats
%{_bindir}/showmodem
%{_bindir}/sqlrelay_query
%{_bindir}/tot_stats
%{_bindir}/truncate_radacct
%{_datadir}/%{name}-web

%changelog
* Sun Sep 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.3-1
+ Revision: 3b99c24
- Updated to 2.2.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16398 |14mr|freerdp-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1.0

Summary:	A free remote desktop protocol client
Name:		freerdp
Version:	1.0.2
Release:	2
License:	Apache License
Group:		Networking/Remote access
Url:		http://freerdp.sourceforge.net/
Source0:	https://github.com/downloads/FreeRDP/FreeRDP/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	docbook-style-xsl
BuildRequires:	xmlto
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(xv)

%description
FreeRDP is a fork of the rdesktop project.

%files
%doc ChangeLog LICENSE README
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/xfreerdp.1.*

#----------------------------------------------------------------------------

%define libcache %mklibname freerdp-cache %{major}

%package -n %{libcache}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2

%description -n %{libcache}
Shared library for %{name}.

%files -n %{libcache}
%{_libdir}/libfreerdp-cache.so.%{major}*

#----------------------------------------------------------------------------

%define libchannels %mklibname freerdp-channels %{major}

%package -n %{libchannels}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2

%description -n %{libchannels}
Shared library for %{name}.

%files -n %{libchannels}
%{_libdir}/libfreerdp-channels.so.%{major}*

#----------------------------------------------------------------------------

%define libcodec %mklibname freerdp-codec %{major}

%package -n %{libcodec}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2

%description -n %{libcodec}
Shared library for %{name}.

%files -n %{libcodec}
%{_libdir}/libfreerdp-codec.so.%{major}*

#----------------------------------------------------------------------------

%define libcore %mklibname freerdp-core %{major}

%package -n %{libcore}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2
Obsoletes:	%{_lib}freerdp1 < 1.0.2

%description -n %{libcore}
Shared library for %{name}.

%files -n %{libcore}
%{_libdir}/libfreerdp-core.so.%{major}*

#----------------------------------------------------------------------------

%define libgdi %mklibname freerdp-gdi %{major}

%package -n %{libgdi}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2

%description -n %{libgdi}
Shared library for %{name}.

%files -n %{libgdi}
%{_libdir}/libfreerdp-gdi.so.%{major}*

#----------------------------------------------------------------------------

%define libkbd %mklibname freerdp-kbd %{major}

%package -n %{libkbd}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2

%description -n %{libkbd}
Shared library for %{name}.

%files -n %{libkbd}
%{_libdir}/libfreerdp-kbd.so.%{major}*

#----------------------------------------------------------------------------

%define librail %mklibname freerdp-rail %{major}

%package -n %{librail}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2

%description -n %{librail}
Shared library for %{name}.

%files -n %{librail}
%{_libdir}/libfreerdp-rail.so.%{major}*

#----------------------------------------------------------------------------

%define libutils %mklibname freerdp-utils %{major}

%package -n %{libutils}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2

%description -n %{libutils}
Shared library for %{name}.

%files -n %{libutils}
%{_libdir}/libfreerdp-utils.so.%{major}*

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libcache} = %{EVRD}
Requires:	%{libchannels} = %{EVRD}
Requires:	%{libcodec} = %{EVRD}
Requires:	%{libcore} = %{EVRD}
Requires:	%{libgdi} = %{EVRD}
Requires:	%{libkbd} = %{EVRD}
Requires:	%{librail} = %{EVRD}
Requires:	%{libutils} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files and headers for %{name}.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/%{name}
%{_libdir}/pkgconfig/freerdp.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n FreeRDP-%{version}

%build
%cmake \
    -DWITH_CUPS=ON \
    -DWITH_PULSEAUDIO=ON \
    -DWITH_X11=ON \
    -DWITH_XCURSOR=ON \
    -DWITH_XEXT=ON \
    -DWITH_XINERAMA=ON \
    -DWITH_XKBFILE=ON \
    -DWITH_XV=ON \
    -DWITH_ALSA=OFF \
    -DWITH_CUNIT=OFF \
    -DWITH_DIRECTFB=OFF \
    -DWITH_FFMPEG=OFF \
    -DWITH_SSE2=OFF \
    -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib}
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-2
+ Revision: ca377f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16399 |14mr|freetds-0.92.63-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define TDSVER	7.0

%define	major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	An OpenSource implementation of the tabular data stream protocol
Name:		freetds
Version:	0.92.63
Release:	2
License:	LGPL
Group:		System/Libraries
URL:		http://www.freetds.org/
Source0:	http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/git/%{name}-%{version}.tar.bz2
Patch0:		freetds-do_not_build_the_docs.diff
Patch1:		freetds-0.82-libtool.patch
Patch2:		freetds-0.91-fmtstr.diff
BuildRequires:	autoconf automake libtool
BuildRequires:	docbook-style-dsssl
BuildRequires:	doxygen
#BuildRequires:	gnutls-devel
#BuildRequires:	krb5-devel
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel
BuildRequires:	unixODBC-devel >= 2.0.0

%description
FreeTDS is a free (open source) implementation of Sybase's db-lib, ct-lib, and
ODBC libraries. Currently, dblib and ctlib are most mature. Both of these
libraries have several programs know to compile and run against them. ODBC is
just a roughed in skeleton, and not useful for real work.

This package is built with support for TDS version %{TDSVER}.

%package -n	%{libname}
Summary:	An Open Source implementation of the tabular data stream protocol
Group:		System/Libraries
Obsoletes:	%{name} < 0.91
Provides:	%{name}
# library package contained binaries as well, so obsoleting:
Obsoletes:	%{_lib}freetds_mssql0 < 0.91

%description -n	%{libname}
FreeTDS is a free (open source) implementation of Sybase's db-lib, ct-lib, and
ODBC libraries. Currently, dblib and ctlib are most mature. Both of these
libraries have several programs know to compile and run against them. ODBC is
just a roughed in skeleton, and not useful for real work.

This package is built with support for TDS version %{TDSVER}.

%package -n	%{libname}-unixodbc
Summary:	Driver ODBC for unixODBC
Group:		System/Libraries
Obsoletes:	%{name}-unixodbc < 0.91
Provides:	%{name}-unixodbc
Requires:	%{libname} >= %{version}-%{release}
Obsoletes:	%{_lib}freetds_mssql0-unixodbc < 0.91

%description -n	%{libname}-unixodbc
The freetds-unixodbc package contains ODBC driver build for unixODBC.

This package is built with support for TDS version %{TDSVER}.

%package -n	%{develname}
Summary:	Development libraries and header files for the FreeTDS library
Group:		Development/C
Requires:	libtool
Requires:	%{libname} >= %{version}-%{release}
Requires:	%{libname}-unixodbc = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}
Provides:	%{name}-devel = %{version}
Provides:	freetds_mssql-devel = %{version}-%{release}
Obsoletes:	%{name}-devel < 0.91
Obsoletes:	%{mklibname %{name} 0 -d} < 0.91
Obsoletes:	%{_lib}freetds_mssql-devel < 0.91

%description -n	%{develname}
FreeTDS is a free (open source) implementation of Sybase's db-lib, ct-lib, and
ODBC libraries. Currently, dblib and ctlib are most mature. Both of these
libraries have several programs know to compile and run against them. ODBC is
just a roughed in skeleton, and not useful for real work.

This package is built with support for TDS version %{TDSVER}.

This package allows you to compile applications with freetds libraries.

%package -n	%{libname}-doc
Summary:	User documentation for FreeTDS
Group:		Books/Other
Obsoletes:	%{name}-doc < 0.91
Provides:	%{name}-doc
Obsoletes:	%{_lib}freetds_mssql0-doc < 0.91

%description -n	%{libname}-doc
The freetds-doc package contains the useguide and reference of FreeTDS and can
be installed even if FreeTDS main package is not installed

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p0

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" configure*

# perl path fix
find -type f | xargs perl -pi -e "s|/usr/local/bin/perl|%{_bindir}/perl|g"

# cleanup the initial source
sed -i 's/\r//' doc/tds_ssl.html
sed -i '1 s,#!.*/perl,#!%{__perl},' samples/*.pl doc/api_status.txt

find doc/ samples/ COPYING* -type f -print0 | xargs -0 chmod -x
find . -name "*.[ch]" -print0 | xargs -0 chmod -x

# cause to rebuild docs
rm doc/doc/freetds-%{version}/reference/index.html
rm doc/doc/freetds-%{version}/userguide/index.htm

%build
autoreconf -fis

%configure2_5x \
    --with-tdsver=%{TDSVER} \
    --with-unixodbc=%{_prefix} \
    --disable-static
#    --enable-krb5=%{_prefix} \
#    --with-gnutls

%make
# DOCBOOK_DSL="`rpm -ql docbook-style-dsssl | grep html/docbook.dsl`"

# (oe) the test suite assumes you have access to a sybase/mssql database 
# server (tds_connect) and have a correct freedts config...
#make check

%install

install -d %{buildroot}/interfaces
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_datadir}/%{name}-%{version}/samples
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_mandir}/man5

%makeinstall

install -m0644 include/tdsconvert.h %{buildroot}%{_includedir}/
install -m0644 include/tds.h %{buildroot}%{_includedir}/
install -m0644 include/tdsver.h %{buildroot}%{_includedir}/

install -m0644 doc/*.1 %{buildroot}%{_mandir}/man1/
install -m0644 doc/*.5 %{buildroot}%{_mandir}/man5/
 
chmod +x %{buildroot}%{_libdir}/*.so
cp -a -f samples/* %{buildroot}%{_datadir}/%{name}-%{version}/samples/

mv %{buildroot}/interfaces %{buildroot}%{_datadir}/%{name}-%{version}/

pushd %{buildroot}%{_sysconfdir}/%{name}
    ln -sf ../..%{_datadir}/%{name}-%{version}/interfaces/
popd

#remove unwanted files
rm -rf %{buildroot}%{_sysconfdir}/locales.conf
rm -rf %{buildroot}%{_docdir}/%{name}-*

%files -n %{libname}
%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README PWD
%config(noreplace) %{_sysconfdir}/freetds.conf
%config(noreplace) %{_sysconfdir}/pool.conf
%dir %{_datadir}/%{name}-%{version}
%{_bindir}/bsqldb
%{_bindir}/bsqlodbc
%{_bindir}/datacopy
%{_bindir}/defncopy
%{_bindir}/fisql
%{_bindir}/freebcp
%{_bindir}/osql
%{_bindir}/tdspool
%{_bindir}/tsql
%{_libdir}/libct.so.*
%{_libdir}/libsybdb.so.*
%{_datadir}/%{name}-%{version}/interfaces
%dir %{_sysconfdir}/%{name}/interfaces
%{_mandir}/man1/*
%{_mandir}/man5/*

%files  -n %{libname}-unixodbc
%{_libdir}/libtdsodbc.so.*

%files  -n %{develname}
%doc TODO
%{_includedir}/*.h
%{_libdir}/*.so
%{_datadir}/%{name}-%{version}/samples

%files -n %{libname}-doc
%doc doc/images doc/doc/freetds-*/userguide doc/doc/freetds-*/reference



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.92.63-2
+ Revision: 95d9282
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16400 |14mr|freetype-1.3.1-44
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname	%mklibname freetype %{major}
%define develname %mklibname -d freetype %{major}

Summary:	TrueType font rasterizer library
Name:		freetype
Version:	1.3.1
Release:	44
License:	BSD
Group:		System/Libraries
BuildRequires:	pkgconfig(sm) pkgconfig(x11) libice-devel
BuildRequires:	autoconf2.1 automake1.4
URL:		http://www.freetype.org
Source0:	freetype-%{version}.tar.bz2
# Patch from X-TT sources, to correctly support Dynalab TTF fonts
# very popular in Taiwan
Patch0:		freetype1.3-adw-nocheck.patch
# (gb) Disable byte-code interpreter
Patch2:		freetype-1.3.1-disable-bci.patch
# (nanar) fix gcc33 build, included in cvs version
Patch3:		freetype-1.3.1-gcc33.patch
# (abel) no need to include libintl
Patch4:		freetype-1.3.1-no-intl.patch
Patch5:		freetype-1.3.1-format_not_a_string_literal_and_no_format_arguments.diff

%description
The FreeType engine is a free and portable TrueType font rendering engine.
It has been developed to provide TT support to a great variety of
platforms and environments. Note that FreeType is a library, not a
stand-alone application, though some utility applications are included.

%package -n	%{libname}
Summary:	Shared libraries for a free and portable TrueType font rendering engine
Group:		System/Libraries
Obsoletes:	%{name} < %{version}-%{release}
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
The FreeType engine is a free and portable TrueType font rendering engine.
It has been developed to provide TT support to a great variety of
platforms and environments. Note that FreeType is a library, not a
stand-alone application, though some utility applications are included.

%package -n	%{develname}
Summary:	Header files and static library for development with FreeType2
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Obsoletes:	%{name}-devel < %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package is only needed if you intend to develop or compile applications
which rely on the FreeType library. If you simply want to run existing
applications, you won't need this package.

%prep

%setup -q
%patch0 -p0 -b .adw
%patch2 -p1 -b .disable-bci
%patch3 -p0
%patch4 -p1 -b .no-intl
%patch5 -p0 -b .format_not_a_string_literal_and_no_format_arguments

cp -f /usr/share/automake-1.4/config.guess .
cp -f /usr/share/automake-1.4/config.sub .

autoconf-2.13

%build
%configure2_5x --disable-debug \
	--disable-static \
	--enable-shared \
	--with-locale-dir=%{_datadir}/locale
make

%install
rm -rf %{buildroot}

%makeinstall gnulocaledir=%{buildroot}%{_datadir}/locale

rm -f %{buildroot}%{_bindir}/ft*

%find_lang %{name}

%files -n %{libname} -f %{name}.lang
%doc README announce
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc docs
%{_includedir}/*
%{_libdir}/libttf.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.1-44
+ Revision: 71caab9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16401 |14mr|freetype2-2.5.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_subpixel 1
%define build_subpixel_hinting 1

%define major 6
%define libname %mklibname freetype %{major}
%define devname %mklibname freetype %{major} -d

%define git_url git://git.sv.gnu.org/freetype/freetype2.git

Summary:	A free and portable TrueType font rendering engine
Name:		freetype2
Version:	2.5.3
Release:	5
License:	FreeType License/GPL
Group:		System/Libraries
Url:		http://www.freetype.org/
Source0:	http://savannah.nongnu.org/download/freetype/freetype-%{version}.tar.gz
Source1:	http://savannah.nongnu.org/download/freetype/freetype-doc-%{version}.tar.gz
Source2:	http://savannah.nongnu.org/download/freetype/ft2demos-%{version}.tar.gz
Patch0:		ft2demos-2.3.12-mathlib.diff
Patch1:		freetype-2.4.2-CVE-2010-3311.patch
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(harfbuzz)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
The FreeType2 engine is a free and portable TrueType font rendering engine.
It has been developed to provide TT support to a great variety of
platforms and environments. Note that FreeType2 is a library, not a
stand-alone application, though some utility applications are included

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for a free and portable TrueType font rendering engine
Group:		System/Libraries

%description -n %{libname}
The FreeType2 engine is a free and portable TrueType font rendering
engine.  It has been developed to provide TT support to a great
variety of platforms and environments. Note that FreeType2 is a
library, not a stand-alone application, though some utility
applications are included

%files -n %{libname}
%{_libdir}/libfreetype.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static library for development with FreeType2
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package is only needed if you intend to develop or compile applications
which rely on the FreeType2 library. If you simply want to run existing
applications, you won't need this package.

%files -n %{devname}
%doc docs/*
%{_bindir}/freetype-config
%{_libdir}/libfreetype.so
%dir %{_includedir}/freetype2
%{_includedir}/freetype2/*
%{_mandir}/man1/freetype-config.1*
%{_datadir}/aclocal/*
%{_libdir}/pkgconfig/*.pc
%{multiarch_bindir}/freetype-config
%dir %{multiarch_includedir}/freetype2
%{multiarch_includedir}/freetype2/*

#----------------------------------------------------------------------------

%package demos
Summary:	A collection of FreeType demos
Group:		File tools

%description demos
The FreeType engine is a free and portable font rendering engine, developed to
provide advanced font support for a variety of platforms and environments. The
demos package includes a set of useful small utilities showing various
capabilities of the FreeType library.

%files demos
%{_bindir}/ftbench
%{_bindir}/ftdiff
%{_bindir}/ftdump
%{_bindir}/ftgamma
%{_bindir}/ftgrid
%{_bindir}/ftlint
%{_bindir}/ftmulti
%{_bindir}/ftstring
%{_bindir}/ftvalid
%{_bindir}/ftview

#----------------------------------------------------------------------------

%prep
%setup -q -n freetype-%{version} -a1 -a2

pushd ft2demos-%{version}
%patch0 -p0
popd

%patch1 -p1 -b .CVE-2010-3311

%if %{build_subpixel}
perl -pi -e 's|^/\* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING \*/| #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING|' include/config/ftoption.h
%endif
%if %{build_subpixel_hinting}
perl -pi -e 's|^/\* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING \*/| #define TT_CONFIG_OPTION_SUBPIXEL_HINTING|' include/config/ftoption.h
%endif
sed -i -e 's/#define CFF_CONFIG_OPTION_OLD_ENGINE/#undef CFF_CONFIG_OPTION_OLD_ENGINE/' devel/ftoption.h

%build
%configure2_5x --disable-static
%make

pushd ft2demos-%{version}
%make X11_PATH=%{_prefix} TOP_DIR=".."
popd

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/freetype-config

%multiarch_includes %{buildroot}%{_includedir}/freetype2/config/ftconfig.h

install -d %{buildroot}%{_bindir}

for ftdemo in ftbench ftdiff ftdump ftgamma ftgrid ftlint ftmulti ftstring ftvalid ftview; do
    builds/unix/libtool --mode=install install -m 755 ft2demos-%{version}/bin/$ftdemo %{buildroot}%{_bindir}
done


%changelog
* Fri Aug 08 2014 Tigro <ashejn@gmail.com> 2.5.3-5
+ Revision: 4c01b07
- build with subpixel hinting



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16402 |14mr|frei0r-plugins-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	frei0r

Summary:	A minimalistic plugin API for video effects
Name:		%{oname}-plugins
Version:	1.4
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.piksel.org/frei0r
Source0:	http://www.piksel.no/frei0r/releases/%{name}-%{version}.tar.gz
Patch0:		frei0r-1.3-doc-destdir-support.patch
Patch1:		frei0r-1.3-build-docs-by-default.patch
BuildRequires:	cmake
BuildRequires:	doxygen
Buildrequires:	pkgconfig(cairo)
Buildrequires:	pkgconfig(gavl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(opencv)
%rename		%{oname}

%description
frei0r - a minimalistic plugin API for video effects.

It is a minimalistic plugin API for video sources and filters.
The behaviour of the effects can be controlled from the host by
simple parameters. The intent is to solve the recurring
reimplementation or adaptation issue of standard effects.

It is not meant as a generic API for all kinds of video
applications.

There is no support for the requirements of special application
areas like non linear editors, hardware accelerated shader effects,
and high precision video processing. These advanced issues are not
even solved satisfactory for non cross application plugin apis and
are still an evolving field.

The frei0r API is not meant to be a competing standard to more
ambitious efforts.

%files
%doc AUTHORS README ChangeLog
%exclude %{_docdir}/%{name}/html
%dir %{_libdir}/frei0r-1
%{_libdir}/frei0r-1/*.so

#----------------------------------------------------------------------------

%package	devel
Summary:	Development files for frei0r-plugins
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description	devel
The fri0r-plugins-devel package contains header files for developing
applications that use frei0r-plugins.

%files devel
%doc %{_docdir}/%{name}/html
%{_includedir}/frei0r.h
%{_libdir}/pkgconfig/frei0r.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .destdir~
%patch1 -p1 -b .doc~

%build
autoreconf -fi
%configure
%make

%install
%makeinstall_std


%changelog
* Thu Jul 03 2014 Arkady Shane <ashejn@gmail.com> 1.4-2
+ Revision: b1b0d1d
- added autoreconf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16403 |14mr|fribidi-0.19.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Library to support Bi-directional scripts
Name:		fribidi
Version:	0.19.6
Release:	2
License:	LGPLv2+
Group:		System/Internationalization
URL:		http://fribidi.org
Source0: 	http://fribidi.org/download/fribidi-%{version}.tar.bz2
Patch0:		fribidi-0.19.1-fix-str-fmt.patch

%description
A library to handle bidirectional scripts (eg hebrew, arabic), so that
the display is done in the proper way; while the text data itself is
always written in logical order.
The library uses unicode internally.

%package -n %{libname}
Summary:	Library to support Bi-directional scripts
Group:		System/Internationalization

%description -n %{libname}
A library to handle bidirectional scripts (eg hebrew, arabic), so that
the display is done in the proper way; while the text data itself is
always written in logical order.
The library uses unicode internally.

%package -n %{develname}
Summary:	Libraries and headers for development with %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{_lib}fribidi-static-devel < 0.19.2-6

%description -n %{develname}
This package includes the libraries and header files for the %{name}
package.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x \
	--disable-static

%make

%check
make check

%install
%makeinstall_std

%files
%doc README AUTHORS ChangeLog TODO THANKS NEWS
%{_bindir}/fribidi

%files -n %{libname}
%{_libdir}/libfribidi.so.%{major}*

%files -n %{develname}
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%_mandir/man3/*

%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.19.6-2
+ Revision: 5a49458
- Updated to 0.19.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16404 |14mr|fskbsetting-0.3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fskbsetting
Version:	0.3.2
Release:	4
License:	GPLv3
Summary:	GUI Front-end for setxkbmap Command
URL:		http://code.google.com/p/mandriva-lxde
Group:		System/X11
Source0:	http://mandriva-lxde.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		fskbsetting-0.3.2-wxgtku.patch
BuildRequires:	gcc-c++
BuildRequires:	intltool
BuildRequires:	automake
BuildRequires:	wxgtku-devel

%description
fsKBSetting is GUI front-end for setxkbmap command.

%prep
%setup -q
%patch0 -p1 -b .wxgtku~

%build
autoreconf --force --install --symlink
%configure2_5x
%make

%install
%__rm -rf %{buildroot}

%makeinstall_std
%__mkdir_p %{buildroot}%{_datadir}/pixmaps
%__rm -rf %{buildroot}%{_prefix}/doc/%{name}

%find_lang %{name}

%clean
%__rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog README TRANSLATORS
%{_datadir}/%{name}
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.2-4
+ Revision: 6747780
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16405 |14mr|fslsfonts-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: fslsfonts
Version: 1.0.3
Release: 5
Summary: List fonts served by X font server
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(libfs) >= 1.0.0
BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Fslsfonts lists the fonts that match the given pattern.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/fslsfonts
%{_mandir}/man1/fslsfonts.*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-5
+ Revision: 17fabba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16406 |14mr|fstobdf-1.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: fstobdf
Version: 1.0.4
Release: 5
Summary: Generate BDF font from X font server
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(libfs) >= 1.0.0
BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The fstobdf program reads a font from a font server and generate BDF font.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/fstobdf
%{_mandir}/man1/fstobdf.*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-5
+ Revision: 80c34d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16407 |14mr|ftgl-2.1.3-0.rc5.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pre	rc5

%define distname	%{name}-%{version}-%{pre}.tar.bz2
%define dname		%{name}-%{version}~%{pre}

%define major		2
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	Font rendering library for OpenGL applications
Name:		ftgl
Version:	2.1.3
Release:	0.%{pre}.9
License:	MIT
Group:		System/Libraries
URL:		http://ftgl.wiki.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{distname}
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glu)
BuildRequires:	doxygen

%description
FTGL is a free, open source library to enable developers to use arbitrary
fonts in their OpenGL (www.opengl.org) applications.  Unlike other OpenGL
font libraries FTGL uses standard font file formats so doesn't need a
preprocessing step to convert the high quality font data into a lesser
quality, proprietary format.  FTGL uses the Freetype (www.freetype.org)
font library to open and 'decode' the fonts. It then takes that output
and stores it in a format most efficient for OpenGL rendering.

Rendering modes supported are:
     * Bit maps
     * Anti aliased pix maps
     * Texture maps
     * Outlines
     * Polygon meshes
     * Extruded polygon meshes

%package -n	%{libname}
Summary:	OpenGL Interface of Freetype2
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Provides:	%{libname} = %{version}-%{release}

%description -n	%{libname}
FTGL is a free, open source library to enable developers to use arbitrary
fonts in their OpenGL (www.opengl.org) applications.  Unlike other OpenGL
font libraries FTGL uses standard font file formats so doesn't need a
preprocessing step to convert the high quality font data into a lesser
quality, proprietary format.  FTGL uses the Freetype (www.freetype.org)
font library to open and 'decode' the fonts. It then takes that output
and stores it in a format most efficient for OpenGL rendering.

Rendering modes supported are:
     * Bit maps
     * Anti aliased pix maps
     * Texture maps
     * Outlines
     * Polygon meshes
     * Extruded polygon meshes

%package -n	%{develname}
Summary:	Development related files of FTGL
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{develname}
This package contains headers and static libraries of FTGL.
You need to install it if you want to develop or compile
any programs that make use of OpenGL interface of freetype
library.

%prep
%setup -q -n %{dname}
find -type f -name '*.txt' -print0 | xargs -0 -r %__chmod 0644

%build
%configure2_5x --enable-shared --disable-static
%make

%install
%makeinstall

# include doc ourselves, don't let software do it
%__rm -rf %{buildroot}%{_docdir}

# remove files not bundled
%__rm -f %{buildroot}%{_bindir}/FTGLDemo
%__rmdir %{buildroot}%{_bindir} || true


%files -n %{libname}
%{_libdir}/libftgl.so.%{major}*

%files -n %{develname}
%doc AUTHORS BUGS NEWS README TODO
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Aug 17 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.3-0.rc5.9
+ Revision: 630baa6
- LOG Drop .la and .a files, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16408 |14mr|ftjam-2.5.3rc2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Replacement for make
Name:		ftjam
Version:	2.5.3rc2
Release:	5
License:	BSD-like
Group:		Development/Other
Url:		http://www.freetype.org/jam/index.html
Source0:	http://mesh.dl.sourceforge.net/sourceforge/freetype/%{name}-%{version}.tar.bz2
Patch0:		ftjam-2.5.3-nostrip.patch
Patch1:		ftjam-2.5.3-false-flags.patch
BuildRequires:	byacc
%rename		jam

%description
We highly recommend that you use FT Jam as it is 100% backwards
compatible with classic Jam and can be used as a plug-in 
replacement for it.

Alternatively, FT Jam exists because Perforce hadn't the time 
to update Jam in a very long time, and we still hope that these 
improvements will be integrated back to classic Jam as soon as possible.

%files
%defattr(644,root,root,755)
%doc *.html README RELNOTES Porting
%attr(755,root,root) %{_bindir}/jam

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

# fix CRLF
sed -i 's/\r//' README
sed -i 's/\r//' RELNOTES
sed -i 's/\r//' Porting

%build
export CCFLAGS="%{optflags}"
export LINKFLAGS="%{ldflags}"
export CC="%__cc"
export CXX="%__cxx"
%configure2_5x
%make

%install
%makeinstall


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5.3rc2-5
+ Revision: 08f5c23
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16409 |14mr|fuse-2.9.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define ulmajor 1
%define libname %mklibname %{name} %{major}
%define libulm %mklibname ulockmgr %{ulmajor}
%define devname %mklibname %{name} -d
%define static %mklibname %{name} -d -s

Summary:	Interface for userspace programs to export a virtual filesystem to the kernel
Name:		fuse
Version:	2.9.3
Release:	4
License:	GPLv2+
Group:		System/Base
Url:		http://sourceforge.net/projects/fuse/
Source0:	http://downloads.sourceforge.net/project/fuse/%{name}-2.X/%{version}/%{name}-%{version}.tar.gz
Source1:	fuse.conf
Patch0:		mount-readlink-hang-workaround.patch
BuildRequires:	libtool
BuildRequires:	gettext-devel
Requires(post,preun):	rpm-helper

%description
FUSE (Filesystem in USErspace) is a simple interface for userspace
programs to export a virtual filesystem to the linux kernel.  FUSE
also aims to provide a secure method for non privileged users to
create and mount their own filesystem implementations.

%files
%doc AUTHORS ChangeLog FAQ Filesystems NEWS README README.NFS
%attr(0755,root,root) /sbin/mount.fuse
%attr(4755,root,root) /bin/fusermount
%attr(0755,root,root) /bin/ulockmgr_server
%config(noreplace) %{_sysconfdir}/fuse.conf
%{_bindir}/fusermount
%{_bindir}/ulockmgr_server
%{_mandir}/man1/fusermount.1.*
%{_mandir}/man1/ulockmgr_server.1.*
%{_mandir}/man8/mount.fuse.8.*

%preun
if [ -f %{_sysconfdir}/rc.d/init.d/fuse ]; then
	chkconfig --del fuse
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for fuse
License:	LGPLv2+
Group:		System/Libraries

%description -n %{libname}
Libraries for fuse.

%files -n %{libname}
/%{_lib}/libfuse.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libulm}
Summary:	libulockmgr for fuse
License:	LGPLv2+
Group:		System/Libraries
Conflicts:	%{libname} < 2.9.2-1

%description -n %{libulm}
Libraries for fuse.

%files -n %{libulm}
/%{_lib}/libulockmgr.so.%{ulmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and development libraries for %{name}
License:	LGPLv2+
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libulm} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Header files and development libraries for %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%package -n %{static}
Summary:	Static libraries for fuse
License:	LGPLv2+
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{static}
Static libraries for fuse.

%files -n %{static}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

sed -e 's|mknod|/bin/echo Disabled: mknod |g' -i util/Makefile.in
sed -i -e 's|INIT_D_PATH=.*|INIT_D_PATH=%{_initrddir}|' configure*

%build
%configure2_5x \
	CC="%{__cc} -fuse-ld=bfd" \
	--bindir=/bin \
	--exec-prefix=/
%make

%install
%makeinstall_std
install -d %{buildroot}/%{_lib}
for l in libfuse.so libulockmgr.so; do
	rm %{buildroot}%{_libdir}/${l}
	mv %{buildroot}%{_libdir}/${l}.*.* %{buildroot}/%{_lib}
	ln -sr %{buildroot}/%{_lib}/${l}.*.* %{buildroot}%{_libdir}/${l}
done

# XXX: have a hard time believing that these symlinks are actually needed,,,
mkdir -p %{buildroot}%{_bindir}
ln -s /bin/fusermount %{buildroot}%{_bindir}/fusermount
ln -s /bin/ulockmgr_server %{buildroot}%{_bindir}/ulockmgr_server

rm -rf %{buildroot}%{_sysconfdir}/rc.d/init.d %{buildroot}%{_sysconfdir}/udev/rules.d

install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/fuse.conf

%changelog
* Thu Sep 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.9.3-4
+ Revision: 23f901c
- Add default config file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16410 |14mr|fuse-exfat-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: fuse-exfat
Summary: Free exFAT file system implementation
Version: 1.0.1
Release: 2
License: GPLv2+
Group: System/Kernel and hardware
Source0: http://exfat.googlecode.com/files/fuse-exfat-%{version}.tar.gz

# A cumulative patch with changes since the release of 1.0.1 (SVN rev 342)
# till the newest revision at the moment (rev 392, 2014-01-18).
# The license also changed from GPLv3+ to GPLv2+.
Patch0: fuse-exfat-r342-to-r392.patch

URL: http://code.google.com/p/exfat/
BuildRequires: fuse-devel >= 2.6
BuildRequires: scons
Requires: fuse >= 2.6

%description
This driver is the first free exFAT file system implementation with write
support. exFAT is a simple file system created by Microsoft. It is intended
to replace FAT32 removing some of it's limitations. exFAT is a standard FS
for SDXC memory cards.

%prep
%setup -q
%patch0 -p1

%build
%scons

%install
scons install DESTDIR=%buildroot/sbin
mkdir -p %{buildroot}%_mandir/man8
install -m644 fuse/mount.exfat-fuse.8 %buildroot%_mandir/man8/

%files
/sbin/*
%{_mandir}/man8/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-2
+ Revision: 65320b3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16411 |14mr|fuseiso-20070708-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	FUSE module to mount ISO filesystem images
Name:		fuseiso
Version:	20070708
Release:	8
License:	GPLv2+
Group:		File tools
Url:		http://fuse.sourceforge.net/wiki/index.php/FuseIso
Source0:	http://ubiz.ru/dm/%{name}-%{version}.tar.bz2
Patch0:		fuseiso-automake-1.13.patch

BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(zlib)
Requires:	fuse >= 2.2

%description
FuseIso is a FUSE module to mount ISO filesystem images (.iso files,
.bin files, .nrg files..).

The main advantage of using this is that you don't have to be root.

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
export LDFLAGS="`pkg-config glib-2.0 --libs` -lz"
%configure
%make

%install
%makeinstall

%files
%doc AUTHORS COPYING NEWS ChangeLog README 
%{_bindir}/%{name}


%changelog
* Mon Jul 07 2014 Tigro <ashejn@gmail.com> 20070708-8
+ Revision: 4f9886f
- added -fi to autoreconf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16412 |14mr|fwlogwatch-1.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Firewall log analyzer, report generator and realtime response agent
Name:		fwlogwatch
Version:	1.2
Release:	13
Group:		Monitoring
License:	GPL
URL:		http://fwlogwatch.inside-security.de/
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.service
Source2:	%{name}.sysconfig
Patch0:		fwlogwatch-mdv_conf.diff
BuildRequires:	adns-devel
BuildRequires:	flex
BuildRequires:	gettext
BuildRequires:	pkgconfig(zlib)
Requires(post,preun): rpm-helper
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description
fwlogwatch produces ipchains, netfilter/iptables, ipfilter, Cisco IOS and
Cisco PIX log summary reports in text and HTML form and has a lot of options
to find and display relevant patterns in connection attempts. With the data
found it can also generate customizable incident reports from a template and
send them to abuse contacts at offending sites or CERT coordination centers.
Finally, it can also run as daemon and report anomalies or start
countermeasures.

%prep

%setup -q
%patch0 -p1 -b .paths

chmod 644 contrib/fwlogsummary.cgi contrib/fwlogsummary_small.cgi

# fix encoding
sed -i -e "s|iso-8859-1|UTF-8|g" *.c

%build
%serverbuild

%make CFLAGS="$CFLAGS -DHAVE_ZLIB -DHAVE_GETTEXT -DHAVE_IPV6 -DHAVE_ADNS" LIBS="-L%{_libdir} -lcrypt -lz -ladns"

# fix encoding
pushd po

for i in de pt sv; do
    sed -i -e "s|ISO-8859-1|UTF-8|g" $i.po
    iconv --from-code=ISO-8859-1 --to-code=UTF-8 $i.po > $i.po.new; mv $i.po.new $i.po
done

for i in de ja pt sv zh_CN zh_TW; do
    msgfmt -v -o $i.mo $i.po
done

popd

%install

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8

install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{name}

install -m0755 fwlogwatch %{buildroot}%{_sbindir}
install -m0755 contrib/fwlw_notify %{buildroot}%{_sbindir}
install -m0755 contrib/fwlw_respond %{buildroot}%{_sbindir}
install -m0644 fwlogwatch.8 %{buildroot}%{_mandir}/man8
install -m0644 fwlogwatch.config %{buildroot}%{_sysconfdir}/

for i in de ja pt sv zh_CN zh_TW; do
    install -d %{buildroot}%{_datadir}/locale/${i}/LC_MESSAGES
    install -m0644 po/${i}.mo %{buildroot}%{_datadir}/locale/${i}/LC_MESSAGES/fwlogwatch.mo
done

%find_lang %{name}

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%clean

%files -f %{name}.lang
%doc AUTHORS COPYING CREDITS ChangeLog README
%doc contrib/fwlogsummary.cgi contrib/fwlogsummary_small.cgi
%doc contrib/fwlogwatch.php contrib/fwlw_notify contrib/fwlw_respond
%{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/fwlogwatch.config
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_sbindir}/fwlogwatch
%{_sbindir}/fwlw_notify
%{_sbindir}/fwlw_respond
%{_mandir}/man8/fwlogwatch.8*

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-13
+ Revision: fdd75dd
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16413 |14mr|fxload-2002_04_11-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	fxload
%define version	2002_04_11
%define release 16

Summary:	EZ-USB utility program
Name:		%name
Version:	%version
Release:	%release
Group:		System/Kernel and hardware
License:	GPL
URL:		http://linux-hotplug.sourceforge.net/
Source:		%{name}-%{version}.tar.bz2
Patch0:		fxload-2002_04_11-types.patch.bz2
# http://qa.mandriva.com/show_bug.cgi?id=36214
Patch1:		fxload-2002_04_11-usb_header.patch
BuildRoot: 	%{_tmppath}/%{name}-buildroot

%description
This package contains utilities for downloading firmware to EZ-USB devices.
EZ-USB devices use 8051-based microcontrollers that have been enhanced with
registers, buffers, and other device-side support for USB transactions.

It currently supports devices based on the Anchorchips EZ-USB, as well as the
Cypress EZ-USB FX (which is almost completely source compatible) and EZ-USB FX2
(which is not).  All of these support full speed (12 Mbit/sec) transfers.  The
FX2 also supports high speed (480 Mbit/s) transfers, introduced in USB 2.0.

This version of FXLOAD supports optional use of two-stage loading, where 
special device firmware is used to support writing into off-chip memory such
as RAM (when firmware neeeds more than about 8 KBytes of code and data) or,
for firmware development, I2C serial EEPROM.

%prep
%setup -q
%patch0 -p1 -b .types
%patch1 -p1 -b .usb_header

%build
%make

%install
rm -fr %{buildroot}
%makeinstall
mv %{buildroot}/usr/%{_datadir}/* %{buildroot}/%{_datadir}
mkdir -p %{buildroot}/sbin
mv %{buildroot}%{_sbindir}/%{name} %{buildroot}/sbin/%{name}

%clean
rm -fr %buildroot

%files
%defattr(-,root,root)
%doc COPYING README.txt
/sbin/fxload
%{_datadir}/usb
%{_mandir}/man8/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2002_04_11-16
+ Revision: 01de844
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16414 |14mr|galago-sharp-0.5.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define galagover 0.5.2

%define pkgconfigdir %{_datadir}/pkgconfig
%define monodir %{_prefix}/lib/mono

Summary:	Galago Mono bindings
Name:		galago-sharp
Version:	0.5.0
Release:	17
License:	LGPL
Group:		Development/Other
Url:		http://www.galago-project.org/
Source0:	http://galago-project.org/files/releases/source/galago-sharp/%{name}-%{version}.tar.bz2
Source1:	galago-sharp-0.5.0-dll.config
Source2:	libgalago-%{galagover}.tar.bz2
Patch0:		galago-sharp-0.5.0-nunit.patch
Patch1:		galago-sharp-0.5.0-disable-tests.patch
BuildRequires:	libgalago-devel >= 0.5.0
BuildRequires:	mono-devel
#gw only needed for the tests
#BuildRequires: dbus-sharp
BuildRequires:	gtk-sharp2-devel
BuildRequires:	glib-sharp2
BuildRequires:	libxslt-proc
BuildRequires:	automake1.8
BuildArch:	noarch
Requires:	galago3 >= %{galagover}

%description
This are the Mono/.NET bindings for the Galago desktop presence framework.

%prep
%setup -q -a 2
cp %{SOURCE1}  galago-sharp.dll.config
%patch0 -p1
%patch1 -p1
autoreconf -fi
mv libgalago-%{galagover} sources/libgalago

%build
./configure --prefix=%{_prefix} --libdir=%{_prefix}/lib
make

%check
make check

%install
%makeinstall_std pcdatadir=%{pkgconfigdir}
cp galago-sharp.dll.config %{buildroot}%{monodir}/gac/%{name}/*/

%files
%doc README ChangeLog AUTHORS NEWS
%{monodir}/%{name}
%{monodir}/gac/%{name}
%{pkgconfigdir}/%{name}.pc
%{_datadir}/gapi-2.0/galago-api.xml


%changelog
* Mon Jul 07 2014 Tigro <ashejn@gmail.com> 0.5.0-17
+ Revision: 5a9bc72
- clean up spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16415 |14mr|game-music-emu-0.5.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name game-music-emu
%define version 0.5.5
%define release 5

%define major 0
%define libname %mklibname gme %major
%define develname %mklibname -d gme

Summary: Game Music Emulators library
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://game-music-emu.googlecode.com/files/%{name}-%{version}.tbz2
License: LGPLv2+
Group: Sound
Url: http://code.google.com/p/game-music-emu/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: cmake

%description
This is a collection of video game music file emulators that supports a
variety of formats and systems.

%package -n %libname
Group: System/Libraries
Summary: Game Music Emulators library

%description -n %libname
This is a collection of video game music file emulators that supports a
variety of formats and systems.

%package -n %develname
Group: Development/C++
Summary: Game Music Emulators development library
Requires: %libname = %version-%release
Provides: libgme-devel = %version-%release

%description -n %develname
This is a collection of video game music file emulators that supports a
variety of formats and systems.


%prep
%setup -q

%build
%cmake
%make

%install
rm -rf %{buildroot}
cd build
%makeinstall_std
%if %_lib != lib
mv %buildroot%_prefix/lib/ %buildroot%_libdir
%endif

%clean
rm -rf %{buildroot}

%files -n %libname
%defattr(-,root,root)
%doc readme.txt gme.txt
%_libdir/libgme.so.%{major}*

%files -n %develname
%defattr(-,root,root)
%doc changes.txt design.txt
%_libdir/libgme.so
%_includedir/gme



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.5-5
+ Revision: 106ff41
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16416 |14mr|gamin-0.1.10-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 0
%define lib_name %mklibname %{name}- 1 %{lib_major}
%define develname %mklibname %{name}- 1 -d

Summary:	Library providing the FAM File Alteration Monitor API
Name:		gamin
Version:	0.1.10
Release:	9
License:	LGPLv2+
Group:		Monitoring
URL:		http://www.gnome.org/~veillard/gamin/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/gamin-%{version}.tar.bz2
Patch0:		gamin-0.1.10_G_CONST_RETURN.patch
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542361
Patch1:		gamin-fix-deadlock.patch
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	python-devel
Requires:	%{lib_name} = %{version}-%{release}

%description
This C library provides an API and ABI compatible file alteration
monitor mechanism compatible with FAM but not dependent on a system wide
daemon.

%package -n python-%{name}
Summary:	Python bindings for the gamin library
Group:		Development/Python

%description -n python-%{name}
This package contains a module that allow monitoring of
files and directories from the Python language based on the support
of the gamin package.

%package -n %{lib_name}
Summary:	Dynamic library for Gamin
Group:		System/Libraries

%description -n %{lib_name}
This C library provides an API and ABI compatible file alteration
monitor mechanism compatible with FAM but not dependent on a system wide
daemon.

%package -n %{develname}
Summary:	Libraries, includes, etc. to embed the Gamin library
Group:		Development/C
Requires:	%{lib_name} = %{version}
Provides:	%{name}-devel = %{version}
Provides:	fam-devel
Obsoletes:	%{mklibname gamin- 1 0 -d} < %{version}-%{release}

%description -n %{develname}
This C library provides an API and ABI compatible file alteration
monitor mechanism compatible with FAM but not dependent on a system wide
daemon.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-inotify

%make

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/python%{pyver}/site-packages/_gamin.a

%files
%doc AUTHORS ChangeLog README Copyright TODO
%{_libdir}/gam_server

%files -n %{lib_name}
%{_libdir}/lib*.so.%{lib_major}*

%files -n %{develname}
%doc AUTHORS ChangeLog README Copyright TODO
%{_libdir}/lib*.so
%{_libdir}/libgamin_shared.a
%{_includedir}/fam.h
%{_libdir}/pkgconfig/gamin.pc

%files -n python-%{name}
%doc python/tests/*.py
%doc doc/python.html
%{py_platsitedir}/*gamin*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.10-9
+ Revision: a314608
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16417 |14mr|ganymed-ssh2-251-0.beta1.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prerel		beta1
%define rel		2

Name:           ganymed-ssh2
Version:        251
Release:        %{?prerel:0.%prerel.}%{rel}
Summary:        SSH-2 protocol implementation in pure Java
Group:          Development/Java
License:        BSD
URL:            https://code.google.com/p/ganymed-ssh-2/
Source0:        https://ganymed-ssh-2.googlecode.com/files/%{name}-build%{version}%{?prerel:%prerel}.zip
Source1:	build.xml
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant
BuildArch:      noarch
BuildRequires:  java-devel >= 0:1.4.2

%description
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure
Java (tested on J2SE 1.4.2 and 5.0). It allows one to connect to SSH servers
from within Java programs. It supports SSH sessions (remote command execution
and shell access), local and remote port forwarding, local stream forwarding,
X11 forwarding and SCP. There are no dependencies on any JCE provider, as all
crypto functionality is included.

%package javadoc
Summary:        Javadoc for ganymed-ssh2
Group:          Development/Java

%description javadoc
Javadoc for ganymed-ssh2.

%prep
%setup -q -n %{name}-build%{version}%{?prerel:%prerel}
cp %{SOURCE1} .

# delete the jars that are in the archive
%{__rm} %{name}-build%{version}%{?prerel:%prerel}.jar

# fixing wrong-file-end-of-line-encoding warnings
%{__sed} -i 's/\r$//g' LICENSE.txt README.txt HISTORY.txt faq/FAQ.html
%{_bindir}/find examples -name \*.java | %{_bindir}/xargs -t %{__sed} -i 's/\r$//g'

%build
%ant

# Link source files to fix -debuginfo generation.
%{__rm} -f ch
%{__ln_s} src/ch


%install
# jar
%{__mkdir_p} %{buildroot}%{_javadir}
%{__cp} -a %{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a javadoc/* \
  %{buildroot}%{_javadocdir}/%{name}-%{version}

pushd %{buildroot}%{_javadir}/
%{__ln_s} %{name}-%{version}.jar %{name}.jar
popd

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt HISTORY.txt README.txt faq examples
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}


%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 251-0.beta1.2
+ Revision: 483d981
- Drop gcj support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16418 |14mr|gaupol-0.18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gaupol
Version:        0.18
%define subrel 1
Release:        3
Summary:        Subtitle editor
License:        GPLv3+
Group:          Video
URL:            http://home.gna.org/gaupol/
Source0:        http://download.gna.org/gaupol/0.18/%{name}-%{version}.tar.bz2
Source1:        http://download.gna.org/gaupol/0.18/%{name}-%{version}.tar.bz2.sig
BuildRequires:  desktop-file-utils
BuildRequires:  intltool
BuildRequires:	python-devel
Requires:	pygtk2.0 >= 2.16
Requires:	python-aeidon
Suggests:	python-enchant >= 1.4.0
Suggests:	python-chardet
Suggests:	mplayer
BuildArch:      noarch

%package -n python-aeidon
Summary:	Python package for Reading, writing and manipulating text-based subtitle files
Group:		Development/Python
Url:		http://users.tkk.fi/~otsaloma/gaupol/doc/api/aeidon.html
Provides:	aeidon = %{version}-%{release}

%description
Editor for text-based subtitle files. It supports multiple subtitle file 
formats and provides means of correcting texts and timing subtitles to match
video. The user interface is designed with attention to batch processing of
multiple documents and convenience of translating.

%description -n python-aeidon
aeidon is a Python package that provides classes and functions for dealing
with text-based subtitle files of many different formats. Functions exist
for reading and writing subtitle files as well as manipulating subtitle data,
i.e. positions (times or frames) and texts.

%prep
%setup -q

%build
%{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install \
	--root=%{buildroot} \
	--no-compile

%find_lang %{name}

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS NEWS README TODO
%{_bindir}/gaupol
%{python_sitelib}/gaupol*
%{_datadir}/applications/gaupol.desktop
%{_mandir}/man1/gaupol.1*
%{_datadir}/gaupol
%{_datadir}/icons/hicolor/*/apps/gaupol.*

%files -n python-aeidon
%doc README.aeidon
%{python_sitelib}/aeidon/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.18-3
+ Revision: 041f08a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16419 |14mr|gavl-1.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Gmerlin Audio Video Library
Name:		gavl
Version:	1.4.0
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://gmerlin.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/gmerlin/%{name}/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	doxygen
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(samplerate)

%description
GAVL is short for Gmerlin Audio Video Library. It standardized types audio
and video formats, and defines generic container types for video frames and
blocks of audio samples.

In addition, it handles the sometimes ugly task to convert between all these
formats. The idea is to be able to convert from any format to any other with
the lowest possible CPU usage.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
Shared libraries from %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and development libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%doc AUTHORS TODO README
%doc %{_datadir}/doc/gavl/apiref
%{_libdir}/pkgconfig/*.pc
%{_includedir}/gavl
%{_libdir}/lib%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -q
#Disable buildtime cpu detection
sed -i -i 's/LQT_TRY_CFLAGS/dnl LQT_TRY_CFLAGS/g' configure.ac
sed -i -i 's/LQT_OPT_CFLAGS/dnl LQT_OPT_CFLAGS/g' configure.ac

%build
autoreconf -fi
# Adding some upstream CFLAGS
export CFLAGS=$(echo %{optflags} | sed -e "s/-O2/-O3 -funroll-all-loops -fomit-frame-pointer -ffast-math -fvisibility=hidden/")
%configure2_5x	\
	--disable-static \
	--disable-cpu-clip

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.0-2
+ Revision: 5b6e5e2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16420 |14mr|gawk-4.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The GNU version of the awk text processing utility
Name:		gawk
Version:	4.1.1
Release:	1
License:	GPLv3+
Group:		Text tools
URL:		http://www.gnu.org/software/gawk/gawk.html
Source0:	http://ftp.gnu.org/gnu/gawk/%{name}-%{version}.tar.xz
Source1:	http://ftp.gnu.org/gnu/gawk/%{name}-3.1.6-ps.tar.gz
Provides:	awk
Provides:	/usr/bin/awk
Provides:	/usr/bin/gawk
Provides:	/bin/awk
Provides:	/bin/gawk
BuildRequires:	byacc
BuildRequires:	gettext-devel
BuildRequires:	libsigsegv-devel >= 2.8

%description
The gawk packages contains the GNU version of awk, a text processing
utility.  Awk interprets a special-purpose programming language to do
quick and easy text pattern matching and reformatting jobs. Gawk should
be upwardly compatible with the Bell Labs research version of awk and
is almost completely compliant with the 1993 POSIX 1003.2 standard for
awk.

Install the gawk package if you need a text processing utility. Gawk is
considered to be a standard Linux tool for processing text.

%package	doc
Summary:	Documentation about the GNU version of the awk text processing utility
Group:		Books/Computer books

%description	doc
The gawk packages contains the GNU version of awk, a text processing
utility.  Awk interprets a special-purpose programming language to do
quick and easy text pattern matching and reformatting jobs. Gawk should
be upwardly compatible with the Bell Labs research version of awk and
is almost completely compliant with the 1993 POSIX 1003.2 standard for
awk.

%prep
%setup -q -b 1
mv ../%{name}-3.1.6/doc/*.ps doc
rm -rf ../%{name}-3.1.6

%build
%configure2_5x \
	--with-libsigsegv-prefix=%{_prefix} \
	--disable-rpath

%make

%check
make check

%install
%makeinstall_std bindir=/bin

%find_lang %{name}

mkdir -p %{buildroot}%{_bindir}
cd %{buildroot}%{_datadir}
mkdir awk && for i in *.awk;do
  mv $i awk
done
cd %{buildroot}%{_mandir}/man1
ln -s gawk.1 awk.1
cd %{buildroot}%{_bindir}
ln -s ../../bin/awk %{buildroot}%{_bindir}/awk
ln -s ../../bin/gawk %{buildroot}%{_bindir}/gawk

%files -f %{name}.lang
%defattr(644,root,root,755)
%attr(755,root,root) /bin/*
%attr(755,root,root) %{_bindir}/*
%{_mandir}/*/*
%{_infodir}/*
%{_libdir}/gawk
%{_libdir}/awk
%{_datadir}/awk
%{_includedir}/*.h

%files doc
%doc README INSTALL NEWS
%doc README_d POSIX.STD doc/*.ps


%changelog
* Thu Jul 10 2014 Tigro <ashejn@gmail.com> 4.1.1-1
+ Revision: 8bb3ede
- pack some files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16421 |14mr|gc-7.2c-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d
%define	static	%mklibname %{name} -d -s

Summary:	Conservative garbage collector for C
Name:		gc
%define	ver	7.2
Version:	%{ver}c
Release:	2
License:	BSD
Group:		System/Libraries
URL:		http://www.hpl.hp.com/personal/Hans_Boehm/%{name}/
Source0:	http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/%{name}-%{version}.tar.gz
BuildRequires:	libatomic_ops-devel

%description
Boehm's GC is a garbage collecting storage allocator that is intended to be
used as a plug-in replacement for C's malloc.

%package -n	%{libname}
Summary:	Conservative garbage collector for C
Group:		System/Libraries
Obsoletes:	%{name} < 7.1
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
Boehm's GC is a garbage collecting storage allocator that is intended to be
used as a plug-in replacement for C's malloc.

%package -n	%{devname}
Summary:	Development files and documentation for Bohem's GC
Group:		Development/C
License: 	BSD
Obsoletes:	%{mklibname gc 1 -d} < 7.1
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
Header files and documentation needed to develop programs that use Bohem's GC

%package -n	%{static}
Summary:	Static libraries for Bohem's GC
Group:		Development/C
License: 	BSD
Obsoletes:	%{mklibname gc 1 -d -s} < 7.1
Provides:	%{name}-static-devel = %{version}-%{release}
Requires:	%{devname} = %{version}-%{release}

%description -n	%{static}
Static libraries neded to develop programs that use Bohem's GC

%prep
%setup -q -n %{name}-%{ver}
# refresh auto*/libtool to purge rpaths
rm -f libtool libtool.m4
libtoolize --force
autoreconf -i

%build
%configure2_5x \
    --disable-dependency-tracking \
    --enable-cplusplus \
%ifarch %{ix86}
    --enable-parallel-mark \
%endif
    --enable-threads=pthreads
        
%make

%check
make check

%install
%makeinstall_std

rm -rf %{buildroot}%{_datadir}

install -m644 doc/gc.man -D %{buildroot}%{_mandir}/man3/gc.3

%files -n %{libname}
%doc README.QUICK
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%doc doc/*.html
%{_libdir}/*.so
%dir %{_includedir}/gc
%{_includedir}/%{name}/*
%{_includedir}/*h
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man?/*

%files -n %{static}
%{_libdir}/*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 7.2c-2
+ Revision: 7480bec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16422 |14mr|gcalctool-6.5.91-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: GNOME desktop calculator
Name: gcalctool
Version: 6.5.91
Release: 2
License: GPLv2+
Group: Graphical desktop/GNOME
URL: http://calctool.sourceforge.net/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz

BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libxml-2.0)

%description
gcalctool is a desktop calculator.
It has Basic, Financial and Scientific modes. Internally it uses multiple
precision arithmetic to produce results to a high degree of accuracy.

%prep
%setup -q

%build
%configure2_5x \
	--with-gtk=3.0

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome
#for l in C bg ca cs de el es eu fi fr gl hu it ja ko lv oc pt_BR ru sl sv te zh_CN zh_HK zh_TW; do
#	echo "%%lang($l) %%{_datadir}/help/$l/%%{name}"
#done >> %{name}.lang

%files -f %{name}.lang
%doc README NEWS AUTHORS 
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/org.gnome.gcalctool.gschema.xml
%{_mandir}/man1/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.5.91-2
+ Revision: da5c8b4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16423 |14mr|gcc-4.9.2_2014.08-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# functions with printf format attribute but with special parser and also
# receiving non constant format strings
%define		Werror_cflags			%{nil}

# avoid failures when testing if compiler used to build gcc can generate
# shared objects (regardless of unresolved symbols)
%define		_disable_ld_no_undefined	1

# avoid build failure due to configure built with different autoconf version
%define		_disable_libtoolize		1

#-----------------------------------------------------------------------
%define		official		1
%if %{official}
  %define	snapshot		%{nil}
%else
  %define	snapshot		-20120413
%endif
%define		system_compiler		1
%define		branch			4.9
%define		ver			%{branch}.2
%define		linaro			2014.08
%define		linaro_spin		%nil
%define		alternatives		/usr/sbin/update-alternatives
%define		gcclibexecdir		%{_libexecdir}/gcc/%{_target_platform}/%{ver}
%define		gccdir			%{_libdir}/gcc/%{_target_platform}/%{ver}
%define		multigccdir		%{_libdir}/gcc/%{_target_platform}/%{ver}/32
%define		multilibdir		%{_prefix}/lib
%define		multirootlibdir		/lib

#-----------------------------------------------------------------------
%define		gcc_major		1
%define		libgcc			%mklibname gcc %{gcc_major}
%define		multilibgcc		libgcc%{gcc_major}
%define		stdcxx_major		6
%define		libstdcxx		%mklibname stdc++ %{stdcxx_major}
%define		libstdcxx_devel		%mklibname stdc++ -d
%define		libstdcxx_static_devel	%mklibname stdc++ -d -s
%define		multilibstdcxx		libstdc++%{stdcxx_major}
%define		gcj_major		15
%define		libgcj			%mklibname gcj %{gcj_major}
%define		libgcj_devel		%mklibname gcj -d
%define		libgcj_static_devel	%mklibname gcj -d -s
%define		gcj_bc_major		1
%define		libgcj_bc		%mklibname gcj_bc %{gcj_bc_major}
# gcj multilib explicitly disabled
%define		gfortran_major		3
%define		libgfortran		%mklibname gfortran %{gfortran_major}
%define		libgfortran_devel	%mklibname gfortran -d
%define		libgfortran_static_devel %mklibname gfortran -d -s
%define		multilibgfortran	libgfortran%{gfortran_major}
%define		ffi_major		4
%define		libffi			%mklibname ffi %{ffi_major}
%define		libffi_devel		%mklibname ffi -d
%define		libffi_static_devel	%mklibname ffi -d -s
%define		multilibffi		libffi%{ffi_major}
%define		gnat_major		1
%define		libgnat			%mklibname gnat %{gnat_major}
%define		libgnat_devel		%mklibname gnat -d
%define		libgnat_static_devel	%mklibname gnat -d -s
%define		multilibgnat		libgnat%{gnat_major}
%define		go_major		5
%define		libgo			%mklibname go %{go_major}
%define		libgo_devel		%mklibname go -d
%define		libgo_static_devel	%mklibname go -d -s
%define		multilibgo		libgo%{go_major}
%define		gomp_major		1
%define		libgomp			%mklibname gomp %{gomp_major}
%define		libgomp_devel		%mklibname gomp -d
%define		libgomp_static_devel	%mklibname gomp -d -s
%define		multilibgomp		libgomp%{gomp_major}
%define		objc_major		4
%define		libobjc			%mklibname objc %{objc_major}
%define		libobjc_devel		%mklibname objc -d
%define		libobjc_static_devel	%mklibname objc -d -s
%define		multilibobjc		libobjc%{objc_major}
%define		quadmath_major		0
%define		libquadmath		%mklibname quadmath %{quadmath_major}
%define		libquadmath_devel	%mklibname quadmath -d
%define		libquadmath_static_devel %mklibname quadmath -d -s
%define		multilibquadmath	libquadmath%{quadmath_major}
%define		ssp_major		0
%define		libssp			%mklibname ssp %{ssp_major}
%define		libssp_devel		%mklibname ssp -d
%define		libssp_static_devel	%mklibname ssp -d -s
%define		multilibssp		libssp%{ssp_major}
%define		itm_major		1
%define		libitm			%mklibname itm %{itm_major}
%define		libitm_devel		%mklibname itm -d
%define		libitm_static_devel	%mklibname itm -d -s
%define		multilibitm		libitm%{itm_major}
%define		asan_major		1
%define		libasan			%mklibname asan %{asan_major}
%define		libasan_devel		%mklibname asan -d
%define		libasan_static_devel	%mklibname asan -d -s
%define		multilibasan		libasan%{asan_major}
%define		tsan_major		0
%define		libtsan			%mklibname tsan %{tsan_major}
%define		libtsan_devel		%mklibname tsan -d
%define		libtsan_static_devel	%mklibname tsan -d -s
%define		atomic_major		1
%define		libatomic		%mklibname atomic %{atomic_major}
%define		libatomic_devel		%mklibname atomic -d
%define		libatomic_static_devel	%mklibname atomic -d -s
%define		multilibatomic		libatomic%{atomic_major}
%define		cilk_major		5
%define		libcilkrts		%mklibname cilkrts %{cilk_major}
%define		libcilkrts_devel	%mklibname cilkrts -d
%define		libcilkrts_static_devel	%mklibname cilkrts -d -s
%define		multilibcilkrts		libcilkrts%{cilk_major}
%define		ubsan_major		0
%define		libubsan		%mklibname ubsan %{ubsan_major}
%define		libubsan_devel		%mklibname ubsan -d
%define		libubsan_static_devel	%mklibname ubsan -d -s
%define		multilibubsan		libubsan%{ubsan_major}
%define		vtv_major		0
%define		libvtv			%mklibname vtv %{vtv_major}
%define		libvtv_devel		%mklibname vtv -d
%define		libvtv_static_devel	%mklibname vtv -d -s
%define		multilibvtv		libvtv%{vtv_major}
%define		lsan_major		0
%define		liblsan			%mklibname lsan %{lsan_major}
%define		liblsan_devel		%mklibname lsan -d
%define		liblsan_static_devel	%mklibname lsan -d -s

#-----------------------------------------------------------------------
%define		build_ada		0
%define		build_asan		0
%define		build_check		0
%define		build_multilib		0
%define		build_go		0
%define		build_lto		1
%define		build_objc		0
%define		build_objcxx		0
%define		build_quadmath		0
%define		build_ssp		0
%ifarch	%{ix86} x86_64 %{arm}
%define		build_itm		1
%else
# aarch64 libitm support not implemented yet
%define		build_itm		0
%endif
%define		build_cloog		%{system_compiler}
%define		build_cxx		%{system_compiler}
%define		build_doc		0
%define		build_ffi		%{system_compiler}
%define		build_fortran		%{system_compiler}
%define		build_gomp		%{system_compiler}
# system_compiler && build_ffi
%ifarch %{ix86} x86_64 %{arm}
  %define	build_java		%{system_compiler}
%else
  %define	build_java		0
%endif
# need to build if major does not conflict with current system_compiler
%define		build_libgcc		%{system_compiler}
%define		build_pdf		%{build_doc}
%define		build_plugin		%{system_compiler}
%ifarch x86_64
  %define	build_multilib		%{system_compiler}
%endif
%ifarch %{ix86} x86_64
  %define	build_ada		%{system_compiler}
  %define	build_quadmath		%{system_compiler}
  %define	build_doc		1
# system_compiler && build_cxx
  %define	build_go		%{system_compiler}
%endif
%ifarch %{ix86} x86_64 %{arm} aarch64
  %define	build_objc		%{system_compiler}
  %define	build_objcxx		%{system_compiler}
  %define	build_asan		%{system_compiler}
%endif

%define		build_doc		0
%define		build_pdf		0

%define		package_ffi		0

# Some versions of gcc build shared libgnat/libgnarl, some don't...
%define		shared_libgnat		1

# Adapted from fedora procedure:
#   If there is no usable gcc-java neither libgcj for the arch,
# on an arch that has it, run:
#	rpmbuild -bc --define "_topdir `pwd`" --with java_build_tar SPECS/gcc.spec
# which creates libjava-classes-@{version}-@{release}.tar.bz2
#   With the tarball on the new arch, run:
#	rpmbuild -ba --define "_topdir `pwd`" -v --with java_bootstrap SPECS/gcc.spec
%bcond_with	java_build_tar
%bcond_with	java_bootstrap

%bcond_with	x32_bootstrap

#-----------------------------------------------------------------------

Summary:	GNU Compiler Collection
%if %{system_compiler}
Name:		gcc
%else
Name:		gcc%{branch}
%endif
Release:	2
License:	GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
Group:		Development/C
Url:		http://gcc.gnu.org/
%if "%{linaro}" != ""
Version:	%{ver}_%{linaro}
%if "%{linaro_spin}" != ""
Source0:	http://cbuild.validation.linaro.org/snapshots/gcc-linaro-%{branch}-%{linaro}-%{linaro_spin}.tar.xz
%else
Source0:	http://cbuild.validation.linaro.org/snapshots/gcc-linaro-%{branch}-%{linaro}.tar.xz
%endif
%else
Version:	%{ver}
%if %{official}
  #http://www.gnu.org/prep/ftp.html ...
Source0:	gcc-%{version}.tar.bz2
Source1:	gcc-%{version}.tar.bz2.sig
%else
  # http://gcc.gnu.org/mirrors.html
  # <<mirror>>/snapshots/@{branch}@{snapshot}/
Source0:	gcc-%{branch}%{snapshot}.tar.bz2
Source1:	md5.sum
%endif
%endif
Source4:	c89
Source5:	c99
%if %{with java_bootstrap}
Source6:	libjava-classes-%{version}-%{release}.tar.bz2
%endif
Source7:	gcc-x32-seed.tar.xz

Source100:	%{name}.rpmlintrc

Patch0:		gcc-4.7.1-uclibc-ldso-path.patch
Patch1:		gcc-4.6.0-java-nomulti.patch
Patch2:		gcc-4.9-aarch64-ld-path.patch
Patch3:		gcc-4.7.1-linux32.patch
Patch4:		gnatmake-execstack.patch
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55930
Patch5:		gcc-4.8-disable-dependency-tracking.patch
Patch6:		gcc-4.7.1-autoconf-2.69.patch
Patch7:		gcc-4.7.1-linker-plugin-detect.patch
Patch8:		gcc-4.7.1-extern-inline-not-inlined.patch
# Patch for Android compatibility (creating Linux->Android crosscompilers etc)
Patch9:		gcc-4.7-androidcompat.patch
Patch10:	gcc-4.7.3-texinfo-5.0.patch
# Fix build failure
Patch11:	gcc-4.8-istream-ignore.patch
Patch12:	gcc-4.8-non-fatal-compare-failure.patch
# https://bugs.launchpad.net/gcc-linaro/+bug/1225317
Patch13:	Gcc-4.8.2-arm-thumb2-CASE_VECTOR_SHORTEN_MODE.patch
# Fix for fileline_fn callback being NULL in libbacktrace sometimes
Patch15:	gcc-4.9.1-libbacktrace-fix-null-callback.patch

BuildRequires:	binutils >= 2.20.51.0.2
BuildRequires:	dejagnu
BuildRequires:	elfutils-devel >= 0.147
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gdb
BuildRequires:	gettext
BuildRequires:	sharutils
BuildRequires:	texinfo
%if %{build_doc}
BuildRequires:	texi2html
%endif
%if %{build_pdf}
BuildRequires:	texlive
%endif
BuildRequires:	gmp-devel
BuildRequires:	mpfr-devel
BuildRequires:	libmpc-devel
BuildRequires:	pkgconfig(zlib)
%if %{build_cloog}
BuildRequires:	ppl-devel >= 0.11
BuildRequires:	ppl_c-devel >= 0.11
BuildRequires:	pkgconfig(cloog-isl)
BuildRequires:	pkgconfig(isl)
%endif

%if %{system_compiler}
Requires:	gcc-cpp >= %{EVRD}
Requires:	libgcc >= %{EVRD}
Requires:	libgomp >= %{EVRD}
%endif
Requires:	binutils >= 2.20.51.0.2
# Ensure https://qa.mandriva.com/show_bug.cgi?id=62943
# have been addressed if using an older version
Requires:	glibc-devel >= 2.13

%ifarch armv7l armv7hl
# find-provides fail to provide devel(libgcc_s) because it is a linker script
Provides:	devel(libgcc_s) = %{EVRD}
%endif

Obsoletes:	%{_lib}mudflap0 < 4.9.1_2014.05
Obsoletes:	%{_lib}mudflap-devel < 4.9.1_2014.05
Obsoletes:	%{_lib}mudflap-static-devel < 4.9.1_2014.05

%description
The gcc package contains the GNU Compiler Collection version %{branch}.

%files
%if %{system_compiler}
%{_bindir}/cc
%{_bindir}/c89
%{_bindir}/c99
%{_bindir}/gcc
%{_bindir}/gcc-ar
%{_bindir}/gcc-nm
%{_bindir}/gcc-ranlib
%{_bindir}/gcov
%{_bindir}/%{_target_platform}-gcc
%{_bindir}/%{_target_platform}-gcc-ar
%{_bindir}/%{_target_platform}-gcc-nm
%{_bindir}/%{_target_platform}-gcc-ranlib
%{_mandir}/man1/gcc.1*
%{_mandir}/man1/gcov.1*
%{_mandir}/man7/*
%{_localedir}/*/LC_MESSAGES/gcc.mo
%{_infodir}/gcc.info*
%{_infodir}/gccint.info*
%{_infodir}/gccinstall.info*
%{_libdir}/libgcc_s.so
%if %{build_multilib}
%{multilibdir}/libgcc_s.so
%endif
%endif
%{_bindir}/gcc-%{ver}
%{_bindir}/%{_target_platform}-gcc-%{ver}
%dir %{gccdir}
%{gcclibexecdir}/cc1
%{gcclibexecdir}/collect2
%{gccdir}/*.o
%{gccdir}/libgcc*.a
%{gccdir}/libgcov.a
%if %{build_lto}
%{gcclibexecdir}/lto*
%{gcclibexecdir}/liblto*
%endif
%dir %{gccdir}/include
%{gccdir}/include/*.h
%if %{build_java}
%exclude %{gccdir}/include/jawt*.h
%exclude %{gccdir}/include/jni*.h
%exclude %{gccdir}/include/jvm*.h
%endif
%{gcclibexecdir}/install-tools
%if "%{gcclibexecdir}" != "%{gccdir}"
%{gccdir}/install-tools
%endif
%if %{build_quadmath}
%exclude %{gccdir}/include/quadmath*.h
%endif
%if %{build_gomp}
%exclude %{gccdir}/include/omp*.h
%endif
%if %{build_multilib}
%dir %{multigccdir}
%{multigccdir}/*.o
%{multigccdir}/libgcc*.a
%{multigccdir}/libgcov.a
%endif
%if %{build_doc}
%doc %{_docdir}/gcc
%endif
%if %{build_check}
%doc %{_docdir}/gcc/test_summary.log
%endif

########################################################################
%if %{build_libgcc}
#-----------------------------------------------------------------------

%package -n %{libgcc}
Summary:	GNU C library
Group:		System/Libraries
%if "%{libgcc}" != "libgcc"
Provides:	libgcc = %{EVRD}
%endif

%description -n %{libgcc}
The %{libgcc} package contains GCC shared libraries for gcc %{branch}

%files -n %{libgcc}
/%{_lib}/libgcc_s.so.%{gcc_major}

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibgcc}
Summary:	GNU C library
Group:		System/Libraries
Conflicts:	%{libgcc} < 4.6.2-11

%description -n %{multilibgcc}
The %{multilibgcc} package contains GCC shared libraries for gcc %{branch}

%files -n %{multilibgcc}
%{multirootlibdir}/libgcc_s.so.%{gcc_major}
%endif

#-----------------------------------------------------------------------
# build libgcc
%endif

########################################################################
%if %{build_plugin}
#-----------------------------------------------------------------------

%package plugin-devel
Summary:	Headers to build gcc plugins
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	gmp-devel
Requires:	mpfr-devel
Requires:	libmpc-devel
Requires:	ppl-devel
Requires:	ppl_c-devel

%description plugin-devel
This package contains header files and other support files
for compiling GCC plugins. The GCC plugin ABI is currently
not stable, so plugins must be rebuilt any time GCC is updated.

%files plugin-devel
%{gccdir}/plugin
%if "%{gccdir}" != "%{gcclibexecdir}"
%{gcclibexecdir}/plugin
%endif

#-----------------------------------------------------------------------
# build_plugin
%endif

########################################################################
%if %{system_compiler}
#-----------------------------------------------------------------------

%package cpp
Summary:	The C Preprocessor
Group:		Development/C
Provides:	cpp = %{EVRD}
Requires:	%{name} = %{EVRD}

%description cpp
Cpp is the GNU C-Compatible Compiler Preprocessor.
Cpp is a macro processor which is used automatically
by the C compiler to transform your program before actual
compilation. It is called a macro processor because it allows
you to define macros, abbreviations for longer
constructs.

The C preprocessor provides four separate functionalities:

* Inclusion of header files. These are files of declarations that can be
  substituted into your program.
* Macro expansion. You can define 'macros,' which are abbreviations for 
  arbitrary fragments of C code, and then the C preprocessor will replace
  the macros with their definitions throughout the program.
* Conditional compilation. Using special preprocessing directives,
  you can include or exclude parts of the program according to various
  conditions.
* Line control. If you use a program to combine or rearrange source files
  into an intermediate file which is then compiled, you can use line
  control to inform the compiler about where each source line originated.

%files cpp
/lib/cpp
%{_bindir}/cpp
%{_mandir}/man1/cpp.1*
%{_infodir}/cpp*
%if %{build_doc}
%doc %{_docdir}/gcc-cpp
%endif
%{_localedir}/*/LC_MESSAGES/cpplib.mo

#-----------------------------------------------------------------------
# system_compiler
%endif

########################################################################
%if %{build_cxx}
#-----------------------------------------------------------------------

%package c++
Summary:	C++ support for gcc
Group:		Development/C++
Requires:	%{name} = %{EVRD}
%if %{system_compiler}
Requires:	%{libstdcxx_devel} = %{version}
%endif

%description c++
This package adds C++ support to the GNU Compiler Collection.
It includes support for most of the current C++ specification,
including templates and exception handling.

%files c++
%if %{system_compiler}
%{_bindir}/c++
%{_bindir}/g++
%{_bindir}/%{_target_platform}-c++
%{_bindir}/%{_target_platform}-g++
%{_mandir}/man1/g++.1*
%endif
%{_bindir}/c++-%{ver}
%{_bindir}/g++-%{ver}
%{_bindir}/%{_target_platform}-g++-%{ver}
%{gcclibexecdir}/cc1plus

#-----------------------------------------------------------------------

%package -n %{libstdcxx}
Summary:	GNU Standard C++ library
Group:		System/Libraries
%if "%{libstdcxx}" != "libstdc++"
Provides:	libstdc++ = %{EVRD}
%endif
%if %{build_doc}
BuildRequires:	doxygen
BuildRequires:	graphviz
%endif

%description -n %{libstdcxx}
The libstdc++ package contains a rewritten standard compliant
GCC Standard C++ Library.

%files -n %{libstdcxx}
/%{_lib}/libstdc++.so.%{stdcxx_major}*
%if %{system_compiler}
%{_localedir}/*/LC_MESSAGES/libstdc++.mo
%endif

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibstdcxx}
Summary:	GNU Standard C++ library
Group:		System/Libraries
Conflicts:	%{libstdcxx} < 4.6.2-11

%description -n %{multilibstdcxx}
The libstdc++ package contains a rewritten standard compliant
GCC Standard C++ Library.

%files -n %{multilibstdcxx}
%{multirootlibdir}/libstdc++.so.%{stdcxx_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libstdcxx_devel}
Summary:	Header files and libraries for C++ development
Group:		Development/C++
Requires:	%{libstdcxx} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibstdcxx} = %{EVRD}
%endif
%if "%{libstdcxx_devel}" != "libstdc++-devel"
Provides:	libstdc++-devel = %{EVRD}
%endif
Provides:	stdc++-devel = %{EVRD}
%if "%{ver}" != "%{version}"
# 4.7.2_2010.10 should provide 4.7.2 so clang can pick up the dep
%if "%{libstdcxx_devel}" != "libstdc++-devel"
Provides:	%{libstdcxx_devel} = %{ver}-%{release}
%endif
Provides:	libstdc++-devel = %{ver}-%{release}
Provides:	stdc++-devel = %{ver}-%{release}
%endif
# We don't want to pull in an entire Python environment just because of
# libstdc++'s python based gdb plugin...
%define __noautoreq '.*python.*'

%description -n %{libstdcxx_devel}
This is the GNU implementation of the standard C++ libraries.  This
package includes the header files and libraries needed for C++
development. This includes rewritten implementation of STL.

%files -n %{libstdcxx_devel}
%{_includedir}/c++/%{ver}
%{_libdir}/libstdc++.so
%{_datadir}/gdb/auto-load%{_libdir}/libstdc++.*.py
%if %{build_multilib}
%{multilibdir}/libstdc++.so
%{_datadir}/gdb/auto-load%{multilibdir}/libstdc++.*.py
%endif
%{py_puresitedir}/libstdcxx
%if %{build_doc}
%doc %{_docdir}/libstdc++
%endif

#-----------------------------------------------------------------------

%package -n %{libstdcxx_static_devel}
Summary:	Static libraries for the GNU standard C++ library
Group:		Development/C++
Requires:	%{libstdcxx_devel} = %{EVRD}
%if "%{libstdcxx_static_devel}" != "libstdc++-static-devel"
Provides:	libstdc++-static-devel = %{EVRD}
%endif
Provides:	stdc++-static-devel = %{EVRD}

%description -n %{libstdcxx_static_devel}
Static libraries for the GNU standard C++ library.

%files -n %{libstdcxx_static_devel}
%{_libdir}/libstdc++.*a
%{_libdir}/libsupc++.*a
%if %{build_multilib}
%{multilibdir}/libstdc++.*a
%{multilibdir}/libsupc++.*a
%endif

#-----------------------------------------------------------------------
# build_cxx
%endif

########################################################################
%if %{build_ada}
#-----------------------------------------------------------------------

%package gnat
Summary:	Ada 95 support for gcc
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libgnat_devel} = %{EVRD}
# no bootstrap support
BuildRequires:	gcc-gnat >= 3.1, libgnat >= 3.1

%description gnat
GNAT is a GNU Ada 95 front-end to GCC. This package includes development
tools, the documents and Ada 95 compiler.

%files gnat
%{_bindir}/gnat*
%if %{build_java}
%exclude %{_bindir}/gnative2ascii
%endif
%{gcclibexecdir}/gnat1
%{_infodir}/gnat*
%if %{build_doc}
%doc %{_docdir}/gcc-gnat
%endif

# libgnat and libgnarl are static-only these days
%if %{shared_libgnat}
#-----------------------------------------------------------------------

%package -n %{libgnat}
Summary:	GNU Ada 95 runtime libraries
Group:		System/Libraries
Provides:	libgnat = %{EVRD}
Obsoletes:	gnat-runtime < %{EVRD}

%description -n %{libgnat}
GNAT is a GNU Ada 95 front-end to GCC. This package includes shared
libraries, which are required to run programs compiled with the GNAT.

%files -n %{libgnat}
%{_libdir}/libgnat-%{branch}.so.%{gnat_major}
%{_libdir}/libgnarl-%{branch}.so.%{gnat_major}

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibgnat}
Summary:	GNU Ada 95 runtime libraries
Group:		System/Libraries
Conflicts:	%{libgnat} < 4.6.2-11

%description -n %{multilibgnat}
GNAT is a GNU Ada 95 front-end to GCC. This package includes shared
libraries, which are required to run programs compiled with the GNAT.

%files -n %{multilibgnat}
%{multilibdir}/libgnat-%{branch}.so.%{gnat_major}
%{multilibdir}/libgnarl-%{branch}.so.%{gnat_major}
%endif
%endif

#-----------------------------------------------------------------------

%package -n %{libgnat_devel}
Summary:	GNU Ada 95 libraries
Group:		Development/Other
%if %{shared_libgnat}
Requires:	%{libgnat} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibgnat} = %{EVRD}
%endif
%else
Obsoletes:	%{libgnat} < %{EVRD}
Obsoletes:	%{multilibgnat} < %{EVRD}
Requires:	%{libgnat_static_devel} = %{EVRD}
%endif
Provides:	libgnat-devel = %{EVRD}
Provides:	gnat-devel = %{EVRD}

%description -n %{libgnat_devel}
GNAT is a GNU Ada 95 front-end to GCC. This package includes shared
libraries, which are required to compile with the GNAT.

%files -n %{libgnat_devel}
%if %{shared_libgnat}
%{_libdir}/libgnat*.so
%{_libdir}/libgnarl*.so
%endif
%{gccdir}/adalib
%{gccdir}/adainclude
%exclude %{gccdir}/adalib/lib*.a
%if %{build_multilib}
%if %{shared_libgnat}
%{multilibdir}/libgnat*.so
%{multilibdir}/libgnarl*.so
%endif
%{multigccdir}/adalib
%{multigccdir}/adainclude
%exclude %{multigccdir}/adalib/lib*.a
%endif

#-----------------------------------------------------------------------

%package -n %{libgnat_static_devel}
Summary:	GNU Ada 95 static libraries
Group:		Development/Other
Requires:	%{libgnat_devel} = %{EVRD}
Provides:	libgnat-static-devel = %{EVRD}
Provides:	gnat-static-devel = %{EVRD}

%description -n %{libgnat_static_devel}
GNAT is a GNU Ada 95 front-end to GCC. This package includes static
libraries.

%files -n %{libgnat_static_devel}
%{gccdir}/adalib/lib*.a
%if %{build_multilib}
%{multigccdir}/adalib/lib*.a
%endif
#-----------------------------------------------------------------------
# build ada
%endif

########################################################################
%if %{build_fortran}
#-----------------------------------------------------------------------

%package gfortran
Summary:	Fortran 95 support for gcc
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libgfortran_devel} = %{EVRD}

%description gfortran
The gcc-gfortran package provides support for compiling Fortran
programs with the GNU Compiler Collection.

%files gfortran
%{_bindir}/gfortran
%{_bindir}/gfortran-%{ver}
%{_bindir}/%{_target_platform}-gfortran
%{_bindir}/%{_target_platform}-gfortran-%{ver}
%{_infodir}/gfortran.info*
%{_mandir}/man1/gfortran.1*
%{gcclibexecdir}/f951
%{gccdir}/finclude
%{gccdir}/libgfortranbegin.*a
%{gccdir}/libcaf_single.a
%if %{build_multilib}
%{multigccdir}/libgfortranbegin.a
%{multigccdir}/libcaf_single.a
%endif
%if %{build_doc}
%doc %{_docdir}/gcc-gfortran
%endif

#-----------------------------------------------------------------------

%package -n %{libgfortran}
Summary:	Fortran 95 runtime libraries
Group:		System/Libraries
%if %{build_quadmath}
Requires:	%{libquadmath} = %{EVRD}
%endif
Provides:	libgfortran = %{EVRD}
%if %{build_multilib}
Provides:	%{multilibgfortran} = %{EVRD}
%endif

%description -n %{libgfortran}
This package contains Fortran 95 shared library which is needed to run
Fortran 95 dynamically linked programs.

%files -n %{libgfortran}
%{_libdir}/libgfortran.so.%{gfortran_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibgfortran}
Summary:	Fortran 95 runtime libraries
Group:		System/Libraries
%if %{build_quadmath}
Requires:	%{multilibquadmath} = %{EVRD}
%endif
Conflicts:	%{libgfortran} < 4.6.2-11

%description -n %{multilibgfortran}
This package contains Fortran 95 shared library which is needed to run
Fortran 95 dynamically linked programs.

%files -n %{multilibgfortran}
%{multilibdir}/libgfortran.so.%{gfortran_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libgfortran_devel}
Summary:	Fortran 95 libraries
Group:		System/Libraries
Requires:	%{libgfortran} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibgfortran} = %{EVRD}
%endif
%if %{build_quadmath}
Requires:	%{libquadmath_devel} = %{EVRD}
%endif
Provides:	libgfortran-devel = %{EVRD}
Provides:	gfortran-devel = %{EVRD}

%description -n %{libgfortran_devel}
This package contains Fortran 95 shared library which is needed to
compile Fortran 95 programs.

%files -n %{libgfortran_devel}
%{_libdir}/libgfortran.so
%{_libdir}/libgfortran.spec
%if %{build_multilib}
%{multilibdir}/libgfortran.so
%{multilibdir}/libgfortran.spec
%endif

#-----------------------------------------------------------------------

%package -n %{libgfortran_static_devel}
Summary:	Fortran 95 static libraries
Group:		System/Libraries
Requires:	%{libgfortran_devel} = %{EVRD}
Provides:	libgfortran-static-devel = %{EVRD}
Provides:	gfortran-static-devel = %{EVRD}

%description -n %{libgfortran_static_devel}
This package contains Fortran 95 static library which is needed to
compile Fortran 95 programs.

%files -n %{libgfortran_static_devel}
%{_libdir}/libgfortran.*a
%if %{build_multilib}
%{multilibdir}/libgfortran.*a
%endif
#-----------------------------------------------------------------------
# build fortran
%endif

########################################################################
%if %{build_go}
#-----------------------------------------------------------------------

%package go
Summary:	Go support for gcc
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libgo_devel} = %{EVRD}
BuildRequires:	gcc-go

%description go
The gcc-go package provides support for compiling Go programs
with the GNU Compiler Collection.

%files go
%{_bindir}/gccgo
%{_bindir}/%{_target_platform}-gccgo
%dir %{_libdir}/go
%if %{build_multilib}
%dir %{multilibdir}/go
%endif
%{_infodir}/gccgo.info*
%{_mandir}/man1/gccgo.1*
%{_bindir}/gccgo-%{ver}
%{_bindir}/%{_target_platform}-gccgo-%{ver}
%{gcclibexecdir}/go1
%{_libdir}/go/%{ver}
%{_libdir}/libgobegin.a
%if %{build_multilib}
%{multilibdir}/go/%{ver}
%{multilibdir}/libgobegin.a
%endif
%if %{build_doc}
%doc %{_docdir}/gcc-go
%endif

#-----------------------------------------------------------------------

%package -n %{libgo}
Summary:	Go runtime libraries
Group:		System/Libraries
Provides:	libgo = %{EVRD}

%description -n %{libgo}
This package contains Go shared library which is needed to run
Go dynamically linked programs.

%files -n %{libgo}
%{_libdir}/libgo.so.%{go_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibgo}
Summary:	Go runtime libraries
Group:		System/Libraries
Conflicts:	%{libgo} < 4.6.2-11

%description -n %{multilibgo}
This package contains Go shared library which is needed to run
Go dynamically linked programs.

%files -n %{multilibgo}
%{multilibdir}/libgo.so.%{go_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libgo_devel}
Summary:	Go development libraries
Group:		Development/Other
Requires:	%{libgo} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibgo} = %{EVRD}
%endif
Provides:	libgo-devel = %{EVRD}
Provides:	go-devel = %{EVRD}

%description -n %{libgo_devel}
This package includes libraries and support files for compiling
Go programs.

%files -n %{libgo_devel}
%{_libdir}/libgo.so
%if %{build_multilib}
%{multilibdir}/libgo.so
%endif

#-----------------------------------------------------------------------

%package -n %{libgo_static_devel}
Summary:	Static Go libraries
Group:		Development/Other
Requires:	%{libgo_devel} = %{EVRD}
Provides:	libgo-static-devel = %{EVRD}
Provides:	go-static-devel = %{EVRD}

%description -n %{libgo_static_devel}
This package contains static Go libraries.

%files -n %{libgo_static_devel}
%{_libdir}/libgo.*a
%if %{build_multilib}
%{multilibdir}/libgo.*a
%endif

#-----------------------------------------------------------------------
# build go
%endif

########################################################################
%if %{build_java}
#-----------------------------------------------------------------------

%package java
Summary:	Java support for GCC
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	%{libgcj_devel} = %{EVRD}
Requires:	ecj
BuildRequires:	ecj
BuildRequires:	jpackage-utils
BuildRequires:	unzip
BuildRequires:	zip

%description java
This package adds support for compiling Java(tm) programs and
bytecode into native code.

%files java
%{_bindir}/aot-compile
%{_bindir}/gc-analyze
%{_bindir}/gcj
%{_bindir}/gcj-dbtool
%{_bindir}/gcjh
%{_bindir}/gjavah
%{_bindir}/gjar
%{_bindir}/gjarsigner
%if %{without java_bootstrap}
%{_bindir}/gjdoc
%endif
%{_bindir}/gnative2ascii
%{_bindir}/grmic
%{_bindir}/gserialver
%{_bindir}/jcf-dump
%{_bindir}/jv-convert
%{_bindir}/rebuild-gcj-db
%{_mandir}/man1/aot-compile.1*
%{_mandir}/man1/gc-analyze.1*
%{_mandir}/man1/gcj.1*
%{_mandir}/man1/gcj-dbtool.1*
%{_mandir}/man1/gcjh.1*
%{_mandir}/man1/gjar.1*
%{_mandir}/man1/gjarsigner.1*
%{_mandir}/man1/gjavah.1*
%{_mandir}/man1/gjdoc.1*
%{_mandir}/man1/gnative2ascii.1*
%{_mandir}/man1/grmic.1*
%{_mandir}/man1/gserialver.1*
%{_mandir}/man1/jcf-dump.1*
%{_mandir}/man1/jv-convert.1*
%{_mandir}/man1/rebuild-gcj-db.1*
%{_infodir}/gcj.info*
%{_infodir}/cp-tools.info*
%{_bindir}/gcj-%{ver}
%{_bindir}/%{_target_platform}-gcj
%{_bindir}/%{_target_platform}-gcj-%{ver}
%{_bindir}/%{_target_platform}-gcjh
%{gcclibexecdir}/jc1
%{gcclibexecdir}/ecj1
%{gcclibexecdir}/jvgenmain
%if %{build_doc}
%doc %{_docdir}/gcc-java
%endif

#-----------------------------------------------------------------------

%package -n %{libgcj}
Summary:	Java runtime library for gcc (platform dependent parts)
Group:		System/Libraries
Provides:	libgcj = %{EVRD}
%if %{build_multilib}
# for compatibility and/or make updates clean
Provides:	libgcj%{gcj_major} = %{EVRD}
%endif
Requires:	zip >= 2.1
Requires:	libgcj-java >= %{EVRD}
%if %{without java_bootstrap}
# We need antlr
BuildRequires:	antlr-tool
%endif
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	spec-helper >= 0.31.10

%description -n %{libgcj}
The Java(tm) runtime library. You will need this package to run your Java
programs compiled using the Java compiler from GNU Compiler Collection (gcj).

%files -n %{libgcj}
%dir %{_libdir}/gcj-%{ver}-%{gcj_major}
%{_libdir}/gcj-%{ver}-%{gcj_major}/*.so
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_libdir}/gcj-%{ver}-%{gcj_major}/classmap.db
%{_libdir}/libgcj.so.%{gcj_major}*
%{_libdir}/libgcj-tools.so.%{gcj_major}*
%{_libdir}/libgij.so.%{gcj_major}*

#-----------------------------------------------------------------------

%package -n %{libgcj_bc}
Summary:	Java runtime library for gcc
Group:		System/Libraries
%if %{build_multilib}
Provides:	libgcj_bc%{gcj_bc_major} = %{EVRD}
%endif
Conflicts:	%{_lib}gcj13 < 4.7.3_2012.10-4
Conflicts:	%{_lib}gcj15 < 4.9.1_2014.05-2

%description -n %{libgcj_bc}
The Java(tm) runtime library. You will need this package to run your Java
programs compiled using the Java compiler from GNU Compiler Collection (gcj).

%files -n %{libgcj_bc}
%{_libdir}/libgcj_bc.so.%{gcj_bc_major}*

#-----------------------------------------------------------------------

%package -n libgcj-java
Summary:	Java runtime library for gcc (Java parts)
Group:		System/Libraries
Conflicts:	%{_lib}gcj13 < 4.7.3_2012.10-4
Requires:	%{libgcj} = %{EVRD}

%description -n libgcj-java
The Java(tm) runtime library. You will need this package to run your Java
programs compiled using the Java compiler from GNU Compiler Collection (gcj).

%files -n libgcj-java
%{_javadir}/libgcj*.jar

#-----------------------------------------------------------------------

%package -n gcj-tools
Summary:	Tools needed to use applications in the GCJ Java runtime
Group:		System/Libraries
Requires:	%{libgcj} = %{EVRD}
Requires:	zip >= 2.1

%description -n gcj-tools
Tools needed to run applications in the GCJ Java(tm) runtime. You will
need this package to run your Java programs in the Java Virtual Machine
(JVM) provided by the GNU Compiler Collection (gcj).

%files -n gcj-tools
%{_bindir}/gappletviewer
%{_bindir}/gij
%{_bindir}/grmid
%{_bindir}/grmiregistry
%{_bindir}/gtnameserv
%{_bindir}/gkeytool
%{_bindir}/gorbd
%{_mandir}/man1/gappletviewer.1*
%{_mandir}/man1/gij.1*
%{_mandir}/man1/grmiregistry.1*
%{_mandir}/man1/gkeytool.1*
%{_mandir}/man1/gorbd.1*
%{_mandir}/man1/grmid.1*
%{_mandir}/man1/gtnameserv.1*
%{_libdir}/logging.properties
%{_libdir}/security
%if %{build_pdf}
%doc %{_docdir}/libjava
%endif

#-----------------------------------------------------------------------

%package -n %{libgcj_devel}
Summary:	Libraries for Java development using GCC
Group:		Development/Java
Requires:	%{libgcj} = %{EVRD}
Requires:	%{libgcj_bc} = %{EVRD}
Requires:	awk
Requires:	pkgconfig(zlib)
Provides:	libgcj-devel = %{EVRD}
Provides:	gcj-devel = %{EVRD}

%description -n %{libgcj_devel}
The Java(tm) static libraries and C header files. You will need this
package to compile your Java programs using the GCC Java compiler (gcj).

%files -n %{libgcj_devel}
%{gccdir}/include/gcj
%{gccdir}/include/jawt*.h
%{gccdir}/include/jni*.h
%{gccdir}/include/jvm*.h
%{py_puresitedir}/libjava
%{_libdir}/pkgconfig/libgcj-%{branch}.pc
%{_libdir}/libgcj*.spec
%{_libdir}/libgcj*.so
%{_libdir}/libgij.so

#-----------------------------------------------------------------------

%package -n libgcj%{gcj_major}-src
Summary:	Java library sources
Group:		Development/Java
Requires:	%{libgcj} = %{EVRD}
Provides:	libgcj-src = %{EVRD}

%description -n libgcj%{gcj_major}-src
The Java(tm) runtime library sources.

%files -n libgcj%{gcj_major}-src
%{_javadir}/src-%{ver}.zip

#-----------------------------------------------------------------------
# build java
%endif

########################################################################
%if %{build_objc}
#-----------------------------------------------------------------------

%package objc
Summary:	Objective-C support for GCC
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libobjc_devel} = %{EVRD}

%description objc
gcc-objc provides Objective-C support for the GCC.
Mainly used on systems running NeXTSTEP, Objective-C is an
object-oriented derivative of the C language.

%files objc
%{gcclibexecdir}/cc1obj

#-----------------------------------------------------------------------

%package -n %{libobjc}
Summary:	Objective-C runtime
Group:		System/Libraries
Provides:	libobjc = %{EVRD}

%description -n %{libobjc}
This package contains Objective-C shared library which is needed to run
Objective-C dynamically linked programs.

%files -n %{libobjc}
%{_libdir}/libobjc.so.%{objc_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibobjc}
Summary:	Objective-C runtime
Group:		System/Libraries
Provides:	libobjc = %{EVRD}
Conflicts:	%{libobjc} < 4.6.2-11

%description -n %{multilibobjc}
This package contains Objective-C shared library which is needed to run
Objective-C dynamically linked programs.

%files -n %{multilibobjc}
%{multilibdir}/libobjc.so.%{objc_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libobjc_devel}
Summary:	Objective-C development libraries
Group:		Development/Other
Requires:	%{libobjc} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibobjc} = %{EVRD}
%endif
Provides:	libobjc-devel = %{EVRD}
Provides:	objc-devel = %{EVRD}

%description -n %{libobjc_devel}
This package includes libraries and support files for compiling
Objective-C programs.

%files -n %{libobjc_devel}
%{_libdir}/libobjc.so
%{gccdir}/include/objc
%if %{build_multilib}
%{multilibdir}/libobjc.so
%endif

#-----------------------------------------------------------------------

%package -n %{libobjc_static_devel}
Summary:	Static Objective-C libraries
Group:		Development/Other
Requires:	%{libobjc_devel} = %{EVRD}
Provides:	libobjc-static-devel = %{EVRD}
Provides:	objc-static-devel = %{EVRD}

%description -n %{libobjc_static_devel}
This package contains static Objective-C libraries.

%files -n %{libobjc_static_devel}
%{_libdir}/libobjc.*a
%if %{build_multilib}
%{multilibdir}/libobjc.*a
%endif
#-----------------------------------------------------------------------
# build objc
%endif

########################################################################
%if %{build_objcxx}
#-----------------------------------------------------------------------

%package objc++
Summary:	Objective-C++ support for GCC
Group:		Development/Other
Requires:	gcc-objc = %{EVRD}

%description objc++
gcc++-objc provides Objective-C++ support for the GCC.

%files objc++
%{gcclibexecdir}/cc1objplus
#-----------------------------------------------------------------------
# build objcxx
%endif

########################################################################
%if %{package_ffi}
#-----------------------------------------------------------------------

%package -n %{libffi}
Summary:	GCC support library for FFI
Group:		System/Libraries
Provides:	libffi = %{EVRD}

%description -n %{libffi}
This package contains GCC shared support library which is needed
for FFI support.

%files -n %{libffi}
%{_libdir}/libffi.so.%{ffi_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibffi}
Summary:	GCC support library for FFI
Group:		System/Libraries
Conflicts:	%{libffi} < 4.6.2-11

%description -n %{multilibffi}
This package contains GCC shared support library which is needed
for FFI support.

%files -n %{multilibffi}
%{multirootlibdir}/libffi.so.%{ffi_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libffi_devel}
Summary:	GCC development for FFI
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libffi} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibffi} = %{EVRD}
%endif
Provides:	libffi-devel = %{EVRD}
Provides:	ffi-devel = %{EVRD}

%description -n %{libffi_devel}
This package contains GCC development which is needed
to compile FFI support.

%files -n %{libffi_devel}
%{_libdir}/libffi.so
%if %{build_multilib}
%{multilibdir}/libffi.so
%endif
%{_mandir}/man3/*.3*

#-----------------------------------------------------------------------

%package -n %{libffi_static_devel}
Summary:	GCC FFI static library
Group:		Development/C
Requires:	%{libffi_devel} = %{EVRD}
Provides:	libffi-static-devel = %{EVRD}
Provides:	ffi-static-devel = %{EVRD}

%description -n %{libffi_static_devel}
This package contains GCC static libraries which are needed
to compile FFI support.

%files -n %{libffi_static_devel}
%{_libdir}/libffi.*a
%if %{build_multilib}
%{multilibdir}/libffi.*a
%endif

#-----------------------------------------------------------------------
# package ffi
%endif

########################################################################
%if %{build_quadmath}
#-----------------------------------------------------------------------

%package -n %{libquadmath}
Summary:	GCC __float128 shared support library
Group:		System/Libraries
Provides:	libquadmath = %{EVRD}

%description -n %{libquadmath}
This package contains GCC shared support library which is needed
for __float128 math support and for Fortran REAL*16 support.

%files -n %{libquadmath}
%{_libdir}/libquadmath.so.%{quadmath_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibquadmath}
Summary:	GCC __float128 shared support library
Group:		System/Libraries
Conflicts:	%{libquadmath} < 4.6.2-11

%description -n %{multilibquadmath}
This package contains GCC shared support library which is needed
for __float128 math support and for Fortran REAL*16 support.

%files -n %{multilibquadmath}
%{multilibdir}/libquadmath.so.%{quadmath_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libquadmath_devel}
Summary:	GCC __float128 support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libquadmath} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibquadmath} = %{EVRD}
%endif
Provides:	libquadmath-devel = %{EVRD}
Provides:	quadmath-devel = %{EVRD}

%description -n %{libquadmath_devel}
This package contains support for building Fortran programs using
REAL*16 and programs using __float128 math.

%files -n %{libquadmath_devel}
%{_libdir}/libquadmath.so
%if %{build_multilib}
%{multilibdir}/libquadmath.so
%endif
%{_infodir}/libquadmath.info*
%{gccdir}/include/quadmath*.h
%if %{build_pdf}
%doc %{_docdir}/libquadmath
%endif

#-----------------------------------------------------------------------

%package -n %{libquadmath_static_devel}
Summary:	Static libraries for __float128 support
Group:		Development/C
Requires:	%{libquadmath_devel} = %{EVRD}
Provides:	libquadmath-static-devel = %{EVRD}
Provides:	quadmath-static-devel = %{EVRD}

%description -n %{libquadmath_static_devel}
This package contains static libraries for building Fortran programs
using REAL*16 and programs using __float128 math.

%files -n %{libquadmath_static_devel}
%{_libdir}/libquadmath.*a
%if %{build_multilib}
%{multilibdir}/libquadmath.*a
%endif

#-----------------------------------------------------------------------
# build quadmath
%endif

########################################################################
%if %{build_gomp}
#-----------------------------------------------------------------------

%package -n %{libgomp}
Summary:	GCC OpenMP v3.0 shared support library
Group:		System/Libraries
Provides:	libgomp = %{EVRD}

%description -n %{libgomp}
This package contains GCC shared library which is needed
for OpenMP v3.0 support.

%files -n %{libgomp}
/%{_lib}/libgomp.so.%{gomp_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibgomp}
Summary:	GCC OpenMP v3.0 shared support library
Group:		System/Libraries
Provides:	libgomp = %{EVRD}
Conflicts:	%{libgomp} < 4.6.2-11

%description -n %{multilibgomp}
This package contains GCC shared library which is needed
for OpenMP v3.0 support.

%files -n %{multilibgomp}
%{multirootlibdir}/libgomp.so.%{gomp_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libgomp_devel}
Summary:	GCC OpenMP v3.0 development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libgomp} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibgomp} = %{EVRD}
%endif
Provides:	libgomp-devel = %{EVRD}
Provides:	gomp-devel = %{EVRD}

%description -n %{libgomp_devel}
This package contains GCC development which is needed
to compile OpenMP v3.0 support.

%files -n %{libgomp_devel}
%{_libdir}/libgomp.so
%{_libdir}/libgomp.spec
%if %{build_multilib}
%{multilibdir}/libgomp.so
%{multilibdir}/libgomp.spec
%endif
%{_infodir}/libgomp.info*
%{gccdir}/include/omp*.h
%if %{build_pdf}
%doc %{_docdir}/libgomp
%endif

#-----------------------------------------------------------------------

%package -n %{libgomp_static_devel}
Summary:	GCC OpenMP v3.0 static library
Group:		Development/C
Requires:	%{libgomp_devel} = %{EVRD}
Provides:	libgomp-static-devel = %{EVRD}
Provides:	gomp-static-devel = %{EVRD}

%description -n %{libgomp_static_devel}
This package contains GCC static libraries which are needed
to compile OpenMP v3.0 support.

%files -n %{libgomp_static_devel}
%{_libdir}/libgomp.*a
%if %{build_multilib}
%{multilibdir}/libgomp.*a
%endif

#-----------------------------------------------------------------------
# build gomp
%endif

########################################################################
%if %{build_ssp}
#-----------------------------------------------------------------------

%package -n %{libssp}
Summary:	GCC SSP shared support library
Group:		System/Libraries
Provides:	libssp = %{EVRD}

%description -n %{libssp}
This package contains GCC shared support library which is needed
for SSP support.

%files -n %{libssp}
%{_libdir}/libssp.so.%{ssp_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibssp}
Summary:	GCC SSP shared support library
Group:		System/Libraries
Provides:	libssp = %{EVRD}
Conflicts:	%{libssp} < 4.6.2-11

%description -n %{multilibssp}
This package contains GCC shared support library which is needed
for SSP support.

%files -n %{multilibssp}
%{multilibdir}/libssp.so.%{ssp_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libssp_devel}
Summary:	GCC SSP development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libssp} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibssp} = %{EVRD}
%endif
Provides:	libssp-devel = %{EVRD}
Provides:	ssp-devel = %{EVRD}

%description -n %{libssp_devel}
This package contains GCC libraries which are needed
to compile SSP support.

%files -n %{libssp_devel}
%{_libdir}/libssp.so
%if %{build_multilib}
%{multilibdir}/libssp.so
%endif
%{gccdir}/include/ssp

#-----------------------------------------------------------------------

%package -n %{libssp_static_devel}
Summary:	GCC SSP static libraries
Group:		Development/C
Requires:	%{libssp_devel} = %{EVRD}
Provides:	libssp-static-devel = %{EVRD}
Provides:	ssp-static-devel = %{EVRD}

%description -n %{libssp_static_devel}
This package contains GCC static libraries which are needed
to compile SSP support.

%files -n %{libssp_static_devel}
%{_libdir}/libssp.*.*a
%if %{build_multilib}
%{multilibdir}/libssp.*.*a
%endif

#-----------------------------------------------------------------------
# build ssp
%endif

########################################################################
%if %{build_itm}
#-----------------------------------------------------------------------

%package -n %{libitm}
Summary:	GCC Transactional Memory support library
Group:		System/Libraries
Provides:	libitm = %{EVRD}

%description -n %{libitm}
This package contains GCC's Transactional Memory support library.

%files -n %{libitm}
%{_libdir}/libitm.so.%{itm_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibitm}
Summary:	GCC Transactional Memory support library
Group:		System/Libraries
Provides:	libitm = %{EVRD}

%description -n %{multilibitm}
This package contains GCC's Transactional Memory support library.

%files -n %{multilibitm}
%{multilibdir}/libitm.so.%{itm_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libitm_devel}
Summary:	GCC Transactional Memory development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libitm} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibitm} = %{EVRD}
%endif
Provides:	libitm-devel = %{EVRD}
Provides:	itm-devel = %{EVRD}

%description -n %{libitm_devel}
This package contains GCC libraries which are needed
to use Transactional Memory features.

%files -n %{libitm_devel}
%{_libdir}/libitm.so
%{_libdir}/libitm.spec
%if %{build_multilib}
%{multilibdir}/libitm.so
%{multilibdir}/libitm.spec
%endif
%{_infodir}/libitm.info*

#-----------------------------------------------------------------------

%package -n %{libitm_static_devel}
Summary:	GCC Transactional Memory static libraries
Group:		Development/C
Requires:	%{libitm_devel} = %{EVRD}
Provides:	libitm-static-devel = %{EVRD}
Provides:	itm-static-devel = %{EVRD}

%description -n %{libitm_static_devel}
This package contains GCC static libraries which are needed
to compile Transactional Memory support.

%files -n %{libitm_static_devel}
%{_libdir}/libitm.a
%if %{build_multilib}
%{multilibdir}/libitm.a
%endif

#-----------------------------------------------------------------------
# build itm
%endif

%if %{build_asan}
#-----------------------------------------------------------------------
# Address Sanitizer
#-----------------------------------------------------------------------
%package -n %{libasan}
Summary:	GCC Address Sanitizer library
Group:		Development/C

%description -n %{libasan}
GCC Address Sanitizer Library.

%files -n %{libasan}
%{_libdir}/libasan.so.%{asan_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibasan}
Summary:	GCC Address Sanitizer library
Group:		Development/C

%description -n %{multilibasan}
GCC Address Sanitizer Library.

%files -n %{multilibasan}
%{multilibdir}/libasan.so.%{asan_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libasan_devel}
Summary:	GCC Address Sanitizer development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libasan} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibasan} = %{EVRD}
%endif
Provides:	libasan-devel = %{EVRD}
Provides:	asan-devel = %{EVRD}

%description -n %{libasan_devel}
This package contains GCC libraries which are needed
to use Address Sanitizer features.

%files -n %{libasan_devel}
%{_libdir}/libasan.so
%{_libdir}/libasan_preinit.o
%if %{build_multilib}
%{multilibdir}/libasan.so
%{multilibdir}/libasan_preinit.o
%endif

#-----------------------------------------------------------------------

%package -n %{libasan_static_devel}
Summary:	Static libasan
Group:		Development/C
Requires:	%{libasan_devel} = %{EVRD}

%description -n %{libasan_static_devel}
Static libasan.

%files -n %{libasan_static_devel}
%{_libdir}/libasan.a
%if %{build_multilib}
%{multilibdir}/libasan.a
%endif
%endif

#-----------------------------------------------------------------------
# Thread Sanitizer
#-----------------------------------------------------------------------
%ifarch x86_64
%package -n %{libtsan}
Summary:	GCC Thread Sanitizer library
Group:		Development/C

%description -n %{libtsan}
GCC Address Sanitizer Library.

%files -n %{libtsan}
%{_libdir}/libtsan.so.%{tsan_major}*

#-----------------------------------------------------------------------

%package -n %{libtsan_devel}
Summary:	GCC Thread Sanitizer development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libtsan} = %{EVRD}
Provides:	libtsan-devel = %{EVRD}
Provides:	tsan-devel = %{EVRD}

%description -n %{libtsan_devel}
This package contains GCC libraries which are needed
to use Thread Sanitizer features.

%files -n %{libtsan_devel}
%{_libdir}/libtsan.so

#-----------------------------------------------------------------------

%package -n %{libtsan_static_devel}
Summary:	Static libtsan
Group:		Development/C
Requires:	%{libtsan_devel} = %{EVRD}

%description -n %{libtsan_static_devel}
Static libtsan.

%files -n %{libtsan_static_devel}
%{_libdir}/libtsan.a
%endif

#-----------------------------------------------------------------------
# Atomic operations
#-----------------------------------------------------------------------
%package -n %{libatomic}
Summary:	GCC Atomic operations library
Group:		Development/C

%description -n %{libatomic}
GCC Atomic operations Library.

%files -n %{libatomic}
%{_libdir}/libatomic.so.%{atomic_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibatomic}
Summary:	GCC Atomic optimizer library
Group:		Development/C

%description -n %{multilibatomic}
GCC Atomic optimizer Library.

%files -n %{multilibatomic}
%{_prefix}/lib/libatomic.so.%{atomic_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libatomic_devel}
Summary:	GCC Atomic optimizer development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libatomic} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibatomic} = %{EVRD}
%endif
Provides:	libatomic-devel = %{EVRD}
Provides:	atomic-devel = %{EVRD}

%description -n %{libatomic_devel}
This package contains GCC libraries which are needed
to use Atomic optimizer features.

%files -n %{libatomic_devel}
%{_libdir}/libatomic.so
%if %{build_multilib}
%{multilibdir}/libatomic.so
%endif

#-----------------------------------------------------------------------

%package -n %{libatomic_static_devel}
Summary:	Static libatomic
Group:		Development/C
Requires:	%{libatomic_devel} = %{EVRD}

%description -n %{libatomic_static_devel}
Static libatomic.

%files -n %{libatomic_static_devel}
%{_libdir}/libatomic.a
%if %{build_multilib}
%{multilibdir}/libatomic.a
%endif

########################################################################
# Intel CILK
########################################################################
%ifarch %{ix86} x86_64
%package -n %{libcilkrts}
Summary:	CILK (multithreading programming language) runtime
Group:		Development/C

%description -n %{libcilkrts}
CILK (multithreading programming language) runtime.

%files -n %{libcilkrts}
%{_libdir}/libcilkrts.so.%{cilk_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibcilkrts}
Summary:	CILK (multithreading programming language) runtime
Group:		Development/C

%description -n %{multilibcilkrts}
CILK (multithreading programming language) runtime.

%files -n %{multilibcilkrts}
%{_prefix}/lib/libcilkrts.so.%{cilk_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libcilkrts_devel}
Summary:	Development files for the CILK multithreading programming language
Group:		Development/C
Requires:	%{libcilkrts} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibcilkrts} = %{EVRD}
%endif
Provides:	libcilkrts-devel = %{EVRD}
Provides:	cilkrts-devel = %{EVRD}

%description -n %{libcilkrts_devel}
Development files for the CILK multithreading programming language.

%files -n %{libcilkrts_devel}
%{_libdir}/libcilkrts.so
%{_libdir}/libcilkrts.spec
%if %{build_multilib}
%{_prefix}/lib/libcilkrts.so
%{_prefix}/lib/libcilkrts.spec
%endif
%{gccdir}/include/cilk

#-----------------------------------------------------------------------

%package -n %{libcilkrts_static_devel}
Summary:	Static libcilkrts
Group:		Development/C
Requires:	%{libcilkrts_devel} = %{EVRD}

%description -n %{libcilkrts_static_devel}
Static libcilkrts.

%files -n %{libcilkrts_static_devel}
%{_libdir}/libcilkrts.a
%if %{build_multilib}
%{multilibdir}/libcilkrts.a
%endif
%endif

########################################################################
# VTV (VTable Verification)
########################################################################
%ifarch %{ix86} x86_64
%package -n %{libvtv}
Summary:	VTable Verification library
Group:		Development/C

%description -n %{libvtv}
VTable Verification library.

%files -n %{libvtv}
%{_libdir}/libvtv.so.%{vtv_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibvtv}
Summary:	VTable Verification library
Group:		Development/C

%description -n %{multilibvtv}
VTable Verification library.

%files -n %{multilibvtv}
%{_prefix}/lib/libvtv.so.%{vtv_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libvtv_devel}
Summary:	GCC VTable Verification development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libvtv} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibvtv} = %{EVRD}
%endif
Provides:	libvtv-devel = %{EVRD}
Provides:	vtv-devel = %{EVRD}

%description -n %{libvtv_devel}
This package contains GCC libraries which are needed
to use VTable Verification features.

%files -n %{libvtv_devel}
%{_libdir}/libvtv.so
%if %{build_multilib}
%{_prefix}/lib/libvtv.so
%endif

#-----------------------------------------------------------------------

%package -n %{libvtv_static_devel}
Summary:	Static libvtv
Group:		Development/C
Requires:	%{libvtv_devel} = %{EVRD}

%description -n %{libvtv_static_devel}
Static libvtv

%files -n %{libvtv_static_devel}
%{_libdir}/libvtv.a
%if %{build_multilib}
%{multilibdir}/libvtv.a
%endif
%endif

########################################################################
# UBSan (Undefined Behavior Sanitizer)
########################################################################
%package -n %{libubsan}
Summary:	Undefined Behavior Sanitizer library
Group:		Development/C

%description -n %{libubsan}
Undefined Behavior Sanitizer library.

%files -n %{libubsan}
%{_libdir}/libubsan.so.%{ubsan_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibubsan}
Summary:	Undefined Behavior Sanitizer library
Group:		Development/C

%description -n %{multilibubsan}
Undefined Behavior Sanitizer library.

%files -n %{multilibubsan}
%{_prefix}/lib/libubsan.so.%{ubsan_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libubsan_devel}
Summary:	GCC Undefined Behavior Sanitizer development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libubsan} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibubsan} = %{EVRD}
%endif
Provides:	libubsan-devel = %{EVRD}
Provides:	ubsan-devel = %{EVRD}

%description -n %{libubsan_devel}
This package contains GCC libraries which are needed
to use Undefined Behavior Sanitizer features.

%files -n %{libubsan_devel}
%{_libdir}/libubsan.so
%{_libdir}/libsanitizer.spec
%if %{build_multilib}
%{_prefix}/lib/libubsan.so
%{_prefix}/lib/libsanitizer.spec
%endif

#-----------------------------------------------------------------------

%package -n %{libubsan_static_devel}
Summary:	Static libubsan
Group:		Development/C
Requires:	%{libubsan_devel} = %{EVRD}

%description -n %{libubsan_static_devel}
Static libubsan.

%files -n %{libubsan_static_devel}
%{_libdir}/libubsan.a
%if %{build_multilib}
%{multilibdir}/libubsan.a
%endif

########################################################################
# LSan (Leak Sanitizer)
########################################################################
%ifarch x86_64
%package -n %{liblsan}
Summary:	Leak Sanitizer library
Group:		Development/C

%description -n %{liblsan}
Leak Sanitizer library.

%files -n %{liblsan}
%{_libdir}/liblsan.so.%{lsan_major}*

#-----------------------------------------------------------------------

%package -n %{liblsan_devel}
Summary:	GCC Leak Sanitizer development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{liblsan} = %{EVRD}
Provides:	liblsan-devel = %{EVRD}
Provides:	lsan-devel = %{EVRD}

%description -n %{liblsan_devel}
This package contains GCC libraries which are needed
to use Leak Sanitizer features.

%files -n %{liblsan_devel}
%{_libdir}/liblsan.so

#-----------------------------------------------------------------------

%package -n %{liblsan_static_devel}
Summary:	Static liblsan
Group:		Development/C
Requires:	%{liblsan_devel} = %{EVRD}

%description -n %{liblsan_static_devel}
Static liblsan.

%files -n %{liblsan_static_devel}
%{_libdir}/liblsan.a
%endif

########################################################################
%prep
%if "%{linaro}" != ""
%if "%{linaro_spin}" != ""
  %setup -q -n gcc-linaro-%{branch}-%{linaro}-%{linaro_spin}
%else
  %setup -q -n gcc-linaro-%{branch}-%{linaro}
%endif
%else
%if %{official}
  %setup -q -n gcc-%{version}%{snapshot}
%else
  %setup -q -n gcc-%{branch}%{snapshot}
%endif
%endif

%patch0 -p1 -b .uclibc~
%patch1 -p1 -b .java~
%patch2 -p1 -b .aarch64~
%patch3 -p1 -b .linux32~
%patch4 -p1 -b .execstack~
%patch5 -p1 -b .deptrack~
%patch6 -p1 -b .ac269~
%patch7 -p1 -b .plugindet~
# Breaks the build, see comment on bug 33763
#patch8 -p1 -b .ext_inline~
#patch9 -p1 -b .android~
#patch10 -p1 -b .texi50~
%patch11 -p1 -b .buildfix~
%patch12 -p1 -b .compare~
%patch13 -p1 -b .short
%patch15 -p1 -b .libbacktrace

aclocal -I config
autoconf

echo %{vendor} > gcc/DEV-PHASE
%if !%{official}
    sed -i -e 's/4\.8\..*/%{version}/' gcc/BASE-VER
%endif

%if %{with java_bootstrap}
    tar xjf %{SOURCE6}
%endif

%if %{with x32_bootstrap}
    pushd gcc
        tar -xf %{SOURCE7}
        mkdir gnu
        ln -s /usr/include/gnu/stubs-64.h gnu/stubs-x32.h
    popd
%endif

#-----------------------------------------------------------------------
%build
# The -gdwarf-4 removal is a workaround for gcc bug #52420
OPT_FLAGS=`echo %{optflags} | \
    sed -e 's/\(-Wp,\)\?-D_FORTIFY_SOURCE=[12]//g' \
    -e 's/-m\(31\|32\|64\)//g' \
    -e 's/-fstack-protector//g' \
    -e 's/--param=ssp-buffer-size=4//' \
    -e 's/-gdwarf-4/-g/' \
    -e 's/-pipe//g'`
OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/[[:blank:]]\+/ /g'`

# FIXME debugedit
[ ! -z "$TMP" ] && export TMP=`echo $TMP | sed -e 's|/$||'`
[ ! -z "x$TMPDIR" ] && export TMPDIR=`echo $TMPDIR | sed -e 's|/$||'`

LANGUAGES=c
%if %{build_ada}
    LANGUAGES="$LANGUAGES,ada"
%endif
%if %{build_cxx}
    LANGUAGES="$LANGUAGES,c++"
%endif
%if %{build_fortran}
    LANGUAGES="$LANGUAGES,fortran"
%endif
%if %{build_go}
    LANGUAGES="$LANGUAGES,go"
%endif
%if %{build_java}
    LANGUAGES="$LANGUAGES,java"
%endif
%if %{build_lto}
    LANGUAGES="$LANGUAGES,lto"
%endif
%if %{build_objc}
    LANGUAGES="$LANGUAGES,objc"
%endif
%if %{build_objcxx}
    LANGUAGES="$LANGUAGES,obj-c++"
%endif

BOOTSTRAP=bootstrap
%ifarch %{ix86} x86_64
    %if %{system_compiler}
        BOOSTRAP=profiledbootstrap
    %endif
%endif

mkdir BUILD
cd BUILD

CC=%{__cc} \
CFLAGS="$OPT_FLAGS" \
CXXFLAGS="$OPT_FLAGS" \
GCJFLAGS="$OPT_FLAGS" \
TCFLAGS="$OPT_FLAGS" \
XCFLAGS="$OPT_FLAGS" \
../configure \
        --prefix=%{_prefix} \
        --libdir=%{_libdir} \
        --libexecdir=%{_libexecdir} \
        --mandir=%{_mandir} \
        --infodir=%{_infodir} \
%if !%{build_java}
        --disable-libgcj \
%else
        --disable-libjava-multilib \
        --with-java-home=%{_jvmdir}/java-1.5.0-gcj-1.5.0.0/jre \
        --with-ecj-jar=%{_datadir}/java/eclipse-ecj.jar \
        --enable-java-awt=gtk \
        --enable-gtk-cairo \
%endif
%if !%{build_cloog}
        --without-cloog \
        --without-ppl \
%else
        --with-cloog \
        --with-ppl \
        --enable-cloog-backend=isl \
        --disable-cloog-version-check \
%endif
%if !%{build_ffi}
        --disable-libffi \
%endif
%if !%{build_gomp}
        --disable-libgomp \
%endif
%if !%{build_quadmath}
        --disable-libquadmath \
  %if %{build_fortran}
        --disable-libquadmath-support \
  %endif
%endif
%if !%{build_ssp}
        --disable-libssp \
%endif
        --disable-libunwind-exceptions \
        --disable-werror \
        --enable-__cxa_atexit \
        --enable-gold=default \
        --with-plugin-ld=%{_bindir}/ld \
%if %{system_compiler}
        --enable-bootstrap \
%endif
        --enable-checking=release \
        --enable-gnu-unique-object \
        --enable-languages="$LANGUAGES" \
        --enable-linker-build-id \
%if !%{build_plugin}
        --disable-plugin \
%else
        --enable-plugin \
        --enable-lto \
%endif
        --enable-shared \
%if !%{system_compiler}
        --disable-static \
%endif
        --enable-threads=posix \
        --with-system-zlib \
        --with-bugurl=%{bugurl} \
%ifarch %{ix86} x86_64
        --with-tune=generic \
%endif
%ifarch %{ix86}
        --with-arch=i586 \
%endif
%ifarch x86_64
  %if %{build_multilib}
        --with-arch_32=i586 \
    %if %{with x32_boostrap}
        --with-multilib-list=m32,m64,mx32 \
    %else
        --with-multilib-list=m32,m64 \
    %endif
  %else
        --disable-multilib \
  %endif
%endif
%ifarch armv5te
        --with-arch=armv5te \
%endif
%ifarch armv7l armv7hl
        --without-multilib \
        --disable-multilib \
        --with-cpu=cortex-a8 \
        --with-tune=cortex-a8 \
        --with-arch=armv7-a \
        --with-mode=thumb \
  %ifarch armv7l
        --with-float=softfp \
  %else
        --with-float=hard \
  %endif
        --with-fpu=vfpv3-d16 \
        --with-abi=aapcs-linux \
%endif
        --host=%{_target_platform} \
        --build=%{_build} \
        --target=%{_target_platform}

GCJFLAGS="$OPT_FLAGS" \
%make BOOT_CFLAGS="$OPT_FLAGS" $BOOTSTRAP
# GNATMAKE=gnatmake GNATBIND=gnatbind

%if %{build_pdf}
    %make pdf || :
%endif

%if %{build_doc}
    pushd host-%{_target_platform}/gcc
        %make html || :
        %if %{build_pdf}
            %make pdf || :
        %endif
    popd
%endif

%if %{with java_build_tar}
find libjava -name \*.h -type f | \
    xargs grep -l '// DO NOT EDIT THIS FILE - it is machine generated' \
    > libjava-classes.list
find libjava -name \*.class -type f >> libjava-classes.list
find libjava/testsuite -name \*.jar -type f >> libjava-classes.list
tar cf - -T libjava-classes.list | bzip2 -9 \
    > %{make_rpmlint_happy_sourcedir}/libjava-classes-%{version}-%{release}.tar.bz2
%endif

#-----------------------------------------------------------------------

%if %{build_check}
%check
echo ====================TESTING=========================
%{_bindir}/time %make -k check || true
echo "XXX check time above XXX"
contrib/test_summary > test_summary.log
echo ====================TESTING END=====================
install -D -m644 test_summary.log %{buildroot}%{_docdir}/gcc/test_summary.log
%endif

#-----------------------------------------------------------------------

%install
%makeinstall_std -C BUILD

%if %{build_java}
    %make -C BUILD \
        DESTDIR=%{buildroot} \
        JAR=$PWD/BUILD/%{_target_platform}/libjava/scripts/jar \
        -C %{_target_platform}/libjava \
        install-src.zip
%endif

# configure python dir option does not cover libstdc++ and needs to remove
# /usr prefix for libjava
mkdir -p %{buildroot}%{py_puresitedir}
if [ -d %{buildroot}%{_datadir}/gcc-%{ver}/python ]; then
    mv -f %{buildroot}%{_datadir}/gcc-%{ver}/python/* \
        %{buildroot}%{py_puresitedir}
    rm -fr %{buildroot}%{_datadir}/gcc-%{ver}
    %if %{build_java}
    perl -pi -e 's|%{_datadir}/gcc-%{ver}/python|%{py_puresitedir}|;' \
        %{buildroot}%{_bindir}/aot-compile
    %endif
fi

pushd %{buildroot}%{_bindir}
%if %{system_compiler}
    mkdir -p %{buildroot}/lib
    ln -sf %{_bindir}/cpp %{buildroot}/lib/cpp
    install -m 0755 %{SOURCE4} %{SOURCE5} %{buildroot}%{_bindir}
    ln -sf %{_target_platform}-gcc-%{ver} cc
%else
    rm -f %{buildroot}%{_bindir}/cpp
%endif
    PROGRAMS="gcc"
    %if %{build_cxx}
        PROGRAMS="$PROGRAMS g++"
    %endif
    %if %{build_go}
        PROGRAMS="$PROGRAMS gccgo"
    %endif
    %if %{build_java}
        PROGRAMS="$PROGRAMS gcj"
    %endif
    %if %{build_fortran}
        PROGRAMS="$PROGRAMS gfortran"
    %endif
    for prog in $PROGRAMS; do
        if [ -f %{_target_platform}-$prog ]; then
            mv -f %{_target_platform}-$prog{,-%{ver}}
        fi
        rm -f $prog
        ln -sf %{_target_platform}-$prog-%{ver} $prog-%{ver}
        %if %{system_compiler}
            ln -sf %{_target_platform}-$prog-%{ver} $prog
            ln -sf %{_target_platform}-$prog-%{ver} %{_target_platform}-$prog
        %endif
    done
%if %{build_cxx}
    rm -f c++ %{_target_platform}-c++{,-%{ver}}
    ln -sf %{_target_platform}-g++-%{ver} c++-%{ver}
    %if %{system_compiler}
        ln -sf %{_target_platform}-g++-%{ver} c++
        ln -sf %{_target_platform}-g++-%{ver} %{_target_platform}-c++
    %endif
    mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{_libdir}
    mv -f %{buildroot}%{_libdir}/libstdc++.so.*.py \
        %{buildroot}%{_datadir}/gdb/auto-load%{_libdir}
    perl -pi -e 's|%{_datadir}/gcc-%{ver}/python|%{py_puresitedir}|;' \
        %{buildroot}%{_datadir}/gdb/auto-load%{_libdir}/libstdc++.*.py

    mkdir -p %{buildroot}/%{_lib}
    mv %{buildroot}%{_libdir}/libstdc++.so.%{stdcxx_major}* \
        %{buildroot}/%{_lib}
    ln -srf %{buildroot}/%{_lib}/libstdc++.so.%{stdcxx_major}.*.* \
        %{buildroot}%{_libdir}/libstdc++.so

    %if %{build_multilib}
        mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{multilibdir}
        mv -f %{buildroot}%{multilibdir}/libstdc++.so.*.py \
        %{buildroot}%{_datadir}/gdb/auto-load%{multilibdir}
        perl -pi -e 's|%{_datadir}/gcc-%{ver}/python|%{py_puresitedir}|;' \
            %{buildroot}%{_datadir}/gdb/auto-load%{multilibdir}/libstdc++.*.py

        mkdir -p %{buildroot}%{multirootlibdir}
        mv %{buildroot}%{multilibdir}/libstdc++.so.%{stdcxx_major}* \
            %{buildroot}%{multirootlibdir}
        ln -srf %{buildroot}%{multirootlibdir}/libstdc++.so.%{stdcxx_major}.*.* \
            %{buildroot}%{multilibdir}/libstdc++.so
    %endif
%endif
%if %{build_java}
    ln -sf gcjh %{_target_platform}-gcjh
    # For some reason, the .so file is a real file, not a symlink
    ln -sf libgcj_bc.so.1.0.0 %{buildroot}%{_libdir}/libgcj_bc.so
%endif
popd

%if %{build_gomp}
    mkdir -p %{buildroot}/%{_lib}
    mv %{buildroot}%{_libdir}/libgomp.so.%{gomp_major}* \
        %{buildroot}/%{_lib}
    ln -srf %{buildroot}/%{_lib}/libgomp.so.%{gomp_major}.*.* \
        %{buildroot}%{_libdir}/libgomp.so

    %if %{build_multilib}
        mkdir -p %{buildroot}%{multirootlibdir}
        mv %{buildroot}%{multilibdir}/libgomp.so.%{gomp_major}* \
            %{buildroot}%{multirootlibdir}
        ln -srf %{buildroot}%{multirootlibdir}/libgomp.so.%{gomp_major}.*.* \
            %{buildroot}%{multilibdir}/libgomp.so
    %endif
%endif

%if %{system_compiler}
    mkdir -p %{buildroot}/%{_lib}
    mv %{buildroot}%{_libdir}/libgcc_s.so.%{gcc_major} \
        %{buildroot}/%{_lib}
    ln -srf %{buildroot}/%{_lib}/libgcc_s.so.%{gcc_major} \
        %{buildroot}%{_libdir}/libgcc_s.so

    %if %{build_multilib}
        mkdir -p %{buildroot}%{multirootlibdir}
        mv %{buildroot}%{multilibdir}/libgcc_s.so.%{gcc_major} \
            %{buildroot}%{multirootlibdir}
        ln -srf %{buildroot}%{multirootlibdir}/libgcc_s.so.%{gcc_major} \
            %{buildroot}%{multilibdir}/libgcc_s.so
    %endif
%endif

%if %{shared_libgnat}
    %if %{build_ada}
        for lib in libgnarl libgnat; do
            rm -f %{buildroot}%{_libdir}/$lib.so
            rm -f %{buildroot}%{gccdir}/adalib/$lib.so
            mv -f %{buildroot}%{gccdir}/adalib/$lib-%{branch}.so \
                    %{buildroot}%{_libdir}/$lib-%{branch}.so.1
            ln -sf $lib-%{branch}.so.1 %{buildroot}%{_libdir}/$lib-%{branch}.so
            ln -sf $lib-%{branch}.so.1 %{buildroot}%{_libdir}/$lib.so
            %if %{build_multilib}
                rm -f %{buildroot}%{multilibdir}/$lib.so
                rm -f %{buildroot}%{multigccdir}/adalib/$lib.so
                mv -f %{buildroot}%{multigccdir}/adalib/$lib-%{branch}.so \
                        %{buildroot}%{multilibdir}/$lib-%{branch}.so.1
                ln -sf $lib-%{branch}.so.1 %{buildroot}%{multilibdir}/$lib-%{branch}.so
                ln -sf $lib-%{branch}.so.1 %{buildroot}%{multilibdir}/$lib.so
            %endif
        done
    %endif
%endif

mv -f %{buildroot}%{gccdir}/include{-fixed,}/syslimits.h
mv -f %{buildroot}%{gccdir}/include{-fixed,}/limits.h
rm -fr %{buildroot}%{gccdir}/include-fixed
rm -fr %{buildroot}%{gccdir}/install-tools/include

%if !%{system_compiler}
    rm -fr %{buildroot}%{_infodir}
    rm -fr %{buildroot}%{_mandir}
    rm -fr %{buildroot}%{_localedir}
    rm -f %{buildroot}%{_bindir}/gcov
    rm -f %{buildroot}%{_libdir}/libgcc_s.so
    %if %{build_multilib}
        rm -f %{buildroot}%{multilibdir}/libgcc_s.so
    %endif
    %if !%{build_libgcc}
        rm -f %{buildroot}%{_libdir}/libgcc_s.so.*
        %if %{build_multilib}
            rm -f %{buildroot}%{multilibdir}/libgcc_s.so.*
        %endif
    %endif
%endif
rm -f %{buildroot}%{_libdir}/libiberty.a
rm -f %{buildroot}%{multilibdir}/libiberty.a

%if !%{package_ffi}
    rm -f %{buildroot}%{_libdir}/libffi.*
    rm -f %{buildroot}%{multilibdir}/libffi.*
    rm -f %{buildroot}%{_mandir}/man3/ffi*
%else
    mkdir -p %{buildroot}/%{_lib}
    mv %{buildroot}%{_libdir}/libffi.so.%{ffi_major}* \
        %{buildroot}/%{_lib}
    ln -srf %{buildroot}/%{_lib}/libffi.so.%{ffi_major}.*.* \
        %{buildroot}%{_libdir}/libffi.so

    %if %{build_multilib}
        mkdir -p %{buildroot}%{multirootlibdir}
        mv %{buildroot}%{multilibdir}/libffi.so.%{ffi_major}* \
            %{buildroot}%{multirootlibdir}
        ln -srf %{buildroot}%{multirootlibdir}/libffi.so.%{ffi_major}.*.* \
            %{buildroot}%{multilibdir}/libffi.so
    %endif
%endif

cd BUILD

%if %{build_doc}
    %if %{build_cxx}
    mkdir -p %{buildroot}%{_docdir}/libstdc++
    cp -far libstdc++-v3/doc/html %{buildroot}%{_docdir}/libstdc++
    %endif
    pushd host-%{_target_platform}/gcc/HTML/gcc-%{ver}
        mkdir -p %{buildroot}%{_docdir}/gcc/html
        for doc in gcc gccinstall gccint; do
            cp -far $doc %{buildroot}%{_docdir}/gcc/html
        done
        %if %{system_compiler}
            mkdir -p %{buildroot}%{_docdir}/gcc-cpp/html
            for doc in cpp cppinternals; do
                cp -far $doc %{buildroot}%{_docdir}/gcc-cpp/html
            done
        %endif
        %if %{build_fortran}
            mkdir -p %{buildroot}%{_docdir}/gcc-gfortran/html
            cp -far gfortran %{buildroot}%{_docdir}/gcc-gfortran/html
        %endif
        %if %{build_go}
            mkdir -p %{buildroot}%{_docdir}/gcc-go/html
            cp -far go %{buildroot}%{_docdir}/gcc-go/html
        %endif
        %if %{build_java}
            mkdir -p %{buildroot}%{_docdir}/gcc-java/html
            cp -far java %{buildroot}%{_docdir}/gcc-java/html
        %endif
    popd
    %if %{build_pdf}
    pushd host-%{_target_platform}/gcc/doc
        for doc in gcc.pdf gccinstall.pdf gccint.pdf; do
            install -m 0644 $doc %{buildroot}%{_docdir}/gcc/$doc
        done
        %if %{system_compiler}
            for doc in cpp.pdf cppinternals.pdf; do
                install -m 0644 $doc %{buildroot}%{_docdir}/gcc-cpp/$doc
            done
        %endif
        %if %{build_ada}
            mkdir -p %{buildroot}%{_docdir}/gcc-gnat
            for doc in gnat_ugn.pdf gnat_rm.pdf gnat-style.pdf; do
                install -m 0644 $doc %{buildroot}%{_docdir}/gcc-gnat/$doc
            done
        %endif
        %if %{build_fortran}
            for doc in gfc-internals.pdf gfortran.pdf; do
                install -m 0644 $doc %{buildroot}%{_docdir}/gcc-gfortran/$doc
            done
        %endif
        %if %{build_go}
            install -m 0644 -D gccgo.pdf %{buildroot}%{_docdir}/gcc-go/gccgo.pdf
        %endif
        %if %{build_java}
            install -m 0644 -D gcj.pdf %{buildroot}%{_docdir}/gcc-java/gcj.pdf
        %endif
    popd
    pushd %{_target_platform}
        %if %{build_gomp}
            install -m 0644 -D libgomp/libgomp.pdf %{buildroot}%{_docdir}/libgomp/libgomp.pdf
        %endif
        %if %{build_quadmath}
            install -m 0644 -D libquadmath/libquadmath.pdf %{buildroot}%{_docdir}/libquadmath/libquadmath.pdf
        %endif
        %if %{build_java}
            install -m 0644 -D libjava/classpath/doc/cp-tools.pdf %{buildroot}%{_docdir}/libjava/cp-tools.pdf
        %endif
    popd
    %endif
%endif

cd ..

%if %{build_java}
# Workaround for all gcj related tools
# somehow getting the same build ID
strip --strip-unneeded \
	%{buildroot}%{_bindir}/gc-analyze \
	%{buildroot}%{_bindir}/gappletviewer \
	%{buildroot}%{_bindir}/gjar \
	%{buildroot}%{_bindir}/gij \
	%{buildroot}%{_bindir}/gjavah \
	%{buildroot}%{_bindir}/gjarsigner \
	%{buildroot}%{_bindir}/gkeytool \
	%{buildroot}%{_bindir}/gorbd \
	%{buildroot}%{_bindir}/grmic \
	%{buildroot}%{_bindir}/grmid \
	%{buildroot}%{_bindir}/gnative2ascii \
	%{buildroot}%{_bindir}/gserialver \
	%{buildroot}%{_bindir}/grmiregistry \
	%{buildroot}%{_bindir}/jv-convert \
	%{buildroot}%{_bindir}/gtnameserv \
	%{buildroot}%{_bindir}/gcjh
%endif

%changelog
* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.2_2014.08-2
+ Revision: e3fb165
- Bump release to rebuild itself

* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.2_2014.08-1
+ Revision: b516e97
- 4.9.2 now

* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.08-1
+ Revision: b0414f3
- Drop merged patch

* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.08-1
+ Revision: 0f5b35f
- New version 4.9.1 2014.08

* Wed Aug 13 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 4.9.1_2014.07-3
+ Revision: d268577
- Fixed: state->fileline_fn could be 0 in libbacktrace in some cases
- This lead, among other things, to crashes of the apps built with TSan
- enabled. When the app (or, to be exact, TSan) tried to output a
- backtrace of a suspicious event, backtrace_pcinfo() was invoked.
- At the end it called state->fileline_fn() which should have been set
- before. However, it was not always the case. If debug info was missing
- from some library used by the app or it was in a format that
- libbacktrace did not understand, libbacktrace did not set
- state->fileline_fn. The latter remained 0 and that resulted in a
- segfault in backtrace_pcinfo().
- Should now be fixed. The fix makes sure that the callback is always
- initialized.

* Thu Jul 31 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.07-2
+ Revision: 2c6c76f
- Backport patch from upstream to fix bug 61801

* Fri Jul 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.07-1
+ Revision: 5fb801f
- New version 4.9.1 2014.07, drop merged patch

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.9.1_2014.05-7
+ Revision: 18d5c85
- MassBuild#440: Increase release tag

* Wed Jun 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.05-6
+ Revision: 9613e59
- Add patch from upstream to fix upstream bug 60965

* Fri May 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.05-5
+ Revision: 74b016f
- Fix typo

* Thu May 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.05-4
+ Revision: 2182185
- Bump release

* Thu May 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.05-3
+ Revision: d5b136a
- Obsolete no longer built libraries

* Wed May 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.05-3
+ Revision: 2eb09f5
- Bump release

* Wed May 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.05-2
+ Revision: 80c90f3
- Handle situations when libexecdir is the same as libdir

* Wed May 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.05-2
+ Revision: 3f118bb
- Define libexec dir in configure

* Wed May 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.05-2
+ Revision: e033fef
- New version 4.9-2014.05 (sync with Cooker, too many changes to mention them all)

* Thu Feb 13 2014 Tigro <ashejn@gmail.com> 4.7.4_2014.01-1
+ Revision: 7d18f32
- update to 2014.01

* Fri Jan 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.3_2012.10-4
+ Revision: 5a9337f
- LOG Fix Requires

* Thu Jan 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.3_2012.10-4
+ Revision: 3fdb711
- LOG Fix files

* Thu Jan 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.3_2012.10-4
+ Revision: ddd59a0
- LOG Split libgcj package, fix issue with libgcj_bc.so being copy instead of symlink

* Thu Jan 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.3_2012.10-3.2
+ Revision: aea60a9
- LOG Spec cleanup

* Thu Oct 10 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.3_2012.10-3.2
+ Revision: 35d2117
- LOG Switch from cloog-ppl to cloog-isl

* Tue Nov 13 2012 root <root@localhost.localdomain> 4.7.3_2012.10-3.1
+ Revision: 850c27b
- small fixes

* Mon Nov 12 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 4.7.3_2012.10-3.1
+ Revision: b8cb8d1
- Updated gcc.spec

* Mon Nov 12 2012 root <root@localhost.localdomain> 4.7.3_2012.10-3.1
+ Revision: 53d16c6
- update to latest cooker version

* Sat Oct 13 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.2_2012.09-1
+ Revision: 119db4a
- LOG New version linaro-4.7-2012.09, merge with Cooker (keep some our commits)

* Sun Aug 26 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.2_2012.07-3
+ Revision: ca966b0
- LOG Remove gcj-tools from library package's Provides, otherwise gcj-tools sometimes is not installed via BuildRequires

* Mon Aug 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.2_2012.07-2
+ Revision: ccc6dc6
- Fix unversioned Obsoletes

* Mon Aug 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.2_2012.07-1
+ Revision: 2d7b5c4
- LOG Switch to Cooker version (4.7.2-1 Linaro)

* Thu Aug 02 2012 Alexander Kazancev <kazancas@mandriva.ru> None
+ Revision: 4969f93
- Updated gcc4.7.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16424 |14mr|gccmakedep-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Create dependencies in makefiles using 'gcc -M'
Name:		gccmakedep
Version:	1.0.3
Release:	2
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildArch:	noarch

%description
Create dependencies in makefiles using 'gcc -M'.

%files
%{_bindir}/gccmakedep
%{_mandir}/man1/gccmakedep.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-2
+ Revision: cb76b56
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16425 |14mr|gcin-2.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname %mklibname %{name}-im-client %{major}
%define devname %mklibname %{name}-im-client -d

Summary:	An input method server for traditional Chinese
Name:		gcin
Version:	2.8.0
Release:	2
License:	LGPLv2+
Group:		System/Internationalization
Url: 		http://hyperrate.com/dir.php?eid=67
Source0:	http://www.csie.nctu.edu.tw/~cp76/gcin/download/%{name}-%{version}.tar.xz
Patch3:		gcin-1.4.4-gcc44.patch

BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(anthy)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(xtst)
Requires:	locales-zh
Suggests:	%{name}-gtk2 = %{version}-%{release}
Suggests:	%{name}-gtk3 = %{version}-%{release}
Suggests:	%{name}-qt4 = %{version}-%{release}
Conflicts:	%{_lib}gcin1 < 2.8.0-1

%description
gcin is a Chinese input method server for traditional Chinese. 
It features a better GTK user interface.

%package -n	%{libname}
Summary:	Gcin library
Group:		System/Internationalization
Obsoletes:	%{_lib}gcin1 < 2.8.0-1

%description -n %{libname}
gcin is a Chinese input method server for traditional Chinese. 
It features a better GTK user interface.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%package	gtk2
Summary:	Gtk2 immodule for gcin
Group:		System/Internationalization
Requires:	%{name} = %{version}-%{release}
Requires(post,postun):	gtk+2.0
Conflicts:	%{name} < 2.8.0-1

%description    gtk2
This is the gtk2 immodule support for gcin.

%package	gtk3
Summary:	Gtk3 immodule for gcin
Group:		System/Internationalization
Requires:	%{name} = %{version}-%{release}
Requires(post,postun):	gtk+3.0
Conflicts:	%{name} < 2.8.0-1

%description    gtk3
This is the gtk3 immodule support for gcin.

%package	qt4
Summary:	Qt4 immodule for gcin
Group:		System/Internationalization
Requires:	%{name} = %{version}-%{release}

%description    qt4
This is the qt4 immodule support for gcin.

%prep
%setup -q
%apply_patches

chmod 644 AUTHORS COPYING Changelog.html README*

%build
%configure2_5x

%make

%install
%makeinstall_std 
rm -fr %{buildroot}%{_docdir}/

# install gtk IM module
%post gtk2
gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/gtk.immodules.%{_lib}

%post gtk3
gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-3.0/gtk.immodules.%{_lib}

%postun gtk2
gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/gtk.immodules.%{_lib}

%postun gtk3
gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-3.0/gtk.immodules.%{_lib}

%files
%doc AUTHORS COPYING Changelog.html README*
%{_bindir}/*
%{_datadir}/applications/gcin-tools.desktop
%{_datadir}/gcin
%{_iconsdir}/*
%{_libdir}/gcin/anthy-module.so
%{_libdir}/gcin/gcin1.so
%{_libdir}/gcin/gcin2.so
%{_libdir}/gcin/intcode-module.so

%files gtk2
%{_libdir}/gtk-2.0/immodules/*.so

%files gtk3
%{_libdir}/gtk-3.0/immodules/*.so

%files qt4
%{qt4plugins}/inputmethods/*.so

%files -n %{libname}
%{_libdir}/gcin/libgcin-im-client.so.%{major}*

%files -n %{devname}
%{_libdir}/gcin/libgcin-im-client.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8.0-2
+ Revision: d16aaeb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16426 |14mr|GConf2-3.2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname	GConf

%define api	2
%define gi_version	2.0
%define major	4
%define libname	%mklibname %{pkgname} %{api} %{major}
%define girname	%mklibname gconf-gir %{gi_version}
%define develname	%mklibname -d %{pkgname} %{api}

%define url_ver %(echo %{version} | cut -d. -f1,2)

Summary:	A configuration database system for GNOME
Name:		%{pkgname}%{api}
Version:	3.2.6
Release:	2
License:	LGPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/projects/gconf/
Source0:	http://download.gnome.org/sources/%{pkgname}/%{url_ver}/%{pkgname}-%{version}.tar.xz
Source1:	gconf.sh
Source2:	gconf.csh
Source3:	gconf-schemas.filter
Source4:	gconf-schemas.script
# (fc) reload database when schemas are installed/uninstalled (GNOME bug #328697)
Patch1:		GConf-2.12.1-reload.patch

BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(polkit-gobject-1)
Requires:	polkit-agent
Requires:	gsettings-desktop-schemas
# needed by patch1
Requires:	psmisc
Requires:	sed
Requires(post):	update-alternatives
Requires:	%{girname} = %{version}-%{release}
# Removed upstream, see https://bugzilla.gnome.org/show_bug.cgi?id=646674
Obsoletes:	GConf2-sanity-check < 3.2.6
Suggests:	dconf

%description
GConf is a configuration data storage mechanism scheduled to
ship with GNOME. GConf does work without GNOME however; it
can be used with plain GTK+, Xlib, KDE, or even text mode
applications as well.

%package -n %{libname}
Summary:	%{summary}
Group:		System/Libraries
Conflicts:	gir-repository < 0.6.5-12

%description -n %{libname}
GConf is a configuration data storage mechanism scheduled to
ship with GNOME. GConf does work without GNOME however; it
can be used with plain GTK+, Xlib, KDE, or even text mode
applications as well.

This package contains necessary libraries to run any programs linked
with GConf.

%package -n %{girname}
Summary:	GObject introspection interface library for %{pkgname}
Group:		System/Libraries

%description -n %{girname}
GObject introspection interface library for %{pkgname}.

%package -n %{develname}
Summary:	Development libraries and headers for GConf
Group:		Development/GNOME and GTK+
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Conflicts:	gir-repository < 0.6.5-12

%description -n %{develname}
GConf is a configuration data storage mechanism scheduled to
ship with GNOME. GConf does work without GNOME however; it
can be used with plain GTK+, Xlib, KDE, or even text mode
applications as well.

This package contains the header files and libraries needed to develop
applications using GConf.

%prep
%setup -q -n %{pkgname}-%{version}
%apply_patches

%build
%configure2_5x \
	--with-gtk=3.0 \
	--disable-static \
	--disable-orbit

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/profile.d
install -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/gconf.sh
install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/gconf.csh

mkdir %{buildroot}%{_sysconfdir}/gconf/schemas

# Provide /usr/lib/gconfd-2 symlink on lib64 platforms
%if "%{_lib}" != "lib"
mkdir -p %{buildroot}%{_prefix}/lib
ln -s ../%{_lib}/gconfd-%{api} %{buildroot}%{_prefix}/lib/gconfd-%{api}
%endif

mkdir -p %{buildroot}%{_sysconfdir}/gconf/{gconf.xml.local-defaults,gconf.xml.local-mandatory,gconf.xml.system}

cat << EOF > %{buildroot}%{_sysconfdir}/gconf/2/local-defaults.path
xml:readonly:/etc/gconf/gconf.xml.local-defaults
include "\$(HOME)/.gconf.path.defaults"
EOF

cat << EOF > %{buildroot}%{_sysconfdir}/gconf/2/local-mandatory.path
xml:readonly:/etc/gconf/gconf.xml.local-mandatory
include "\$(HOME)/.gconf.path.mandatory"
EOF

# automatic install of gconf schemas on rpm installs
# (see http://wiki.mandriva.com/en/Rpm_filetriggers)
install -d %{buildroot}%{_var}/lib/rpm/filetriggers
install -m 644 %{SOURCE3} %{buildroot}%{_var}/lib/rpm/filetriggers
install -m 755 %{SOURCE4} %{buildroot}%{_var}/lib/rpm/filetriggers

%{find_lang} %{name}

# remove buggy symlink
%post
update-alternatives --install %{_bindir}/gconftool gconftool /usr/bin/gconftool-%{api} 20
if [ "$1" = "2" ]; then 
		update-alternatives --auto gconftool
fi

%triggerpostun -- GConf2 < 2.22.0-4
GCONF_CONFIG_SOURCE=`%{_bindir}/gconftool-2 --get-default-source` %{_bindir}/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/*.schemas > /dev/null

%files -f %{name}.lang
%doc README
%dir %{_libdir}/GConf
%dir %{_libdir}/GConf/%{api}
%dir %{_sysconfdir}/gconf
%dir %{_sysconfdir}/gconf/gconf.xml*
%dir %{_sysconfdir}/gconf/schemas
%config(noreplace) %{_sysconfdir}/profile.d/*
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.gnome.GConf.Defaults.conf
%config(noreplace) %{_sysconfdir}/gconf/%{api}
%{_sysconfdir}/xdg/autostart/gsettings-data-convert.desktop
%{_bindir}/gsettings-data-convert
%{_bindir}/gconftool*
%{_bindir}/gconf-merge-tree
%{_mandir}/man1/gconftool-2.1*
%{_mandir}/man1/gsettings-data-convert.1*
%if "%{_lib}" != "lib"
%{_prefix}/lib/gconfd-%{api}
%endif
%{_libexecdir}/gconfd-%{api}
%{_libexecdir}/gconf-defaults-mechanism
%{_libdir}/GConf/%{api}/*.so
%{_libdir}/gio/modules/libgsettingsgconfbackend.so
%{_datadir}/polkit-1/actions/org.gnome.gconf.defaults.policy
%{_datadir}/sgml/gconf
%{_datadir}/GConf
%{_datadir}/dbus-1/services/org.gnome.GConf.service
%{_datadir}/dbus-1/system-services/org.gnome.GConf.Defaults.service
%{_var}/lib/rpm/filetriggers/gconf-schemas.*

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GConf-%{gi_version}.typelib

%files -n %{develname}
%doc ChangeLog TODO NEWS AUTHORS
%doc %{_datadir}/gtk-doc/html/*
%{_bindir}/gsettings-schema-convert
%{_datadir}/aclocal/*
%{_datadir}/gir-1.0/GConf-%{gi_version}.gir
%{_includedir}/gconf/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_mandir}/man1/gsettings-schema-convert.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.6-2
+ Revision: e463b00
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16427 |14mr|gconf-editor-2.32.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An editor for the GConf configuration system
Name:		gconf-editor
Version:	2.32.0
Release:	6
#gw the COPYING is v3 but all comments say v2+
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool
BuildRequires:	rarian
BuildRequires:	desktop-file-utils
BuildRequires:	libxslt-proc

%description
gconf-edit is an editor for the GConf configuration system

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

rm -rf %{buildroot}/var/lib/scrollkeeper

desktop-file-install --vendor="" \
  --remove-category="System" \
  --add-category="Settings" \
  --add-category="X-MandrivaLinux-System-Configuration-GNOME-Advanced" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-gnome

%preun
%preun_uninstall_gconf_schemas %{name}

%files -f %{name}.lang
%doc README AUTHORS NEWS
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/%{name}
%{_sysconfdir}/gconf/schemas/%{name}.schemas



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.32.0-6
+ Revision: ffbf78d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16428 |14mr|gconfmm2.6-2.28.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 2.28.2
%define release  5

%define major	1
%define api_version 2.6

%define glibmm_version	2.6.4
%define gtkmm_version	2.4.0
%define gconf_version	2.4.0

%define pkgname gconfmm
%define libname		%mklibname %pkgname %api_version %{major}
%define develname	%mklibname -d %pkgname %api_version

Name:	 	%{pkgname}%{api_version}
Summary: 	A C++ interface for GConf library
Version: 	%version
Release: 	%release
#gw lib is LGPL, tool is GPL
License: 	LGPLv2+ and GPLv2+
Group:   	System/Libraries
Source:  	ftp://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
Patch0:		gconfmm-2.12.0-64bit-fixes.patch
URL:     	http://gtkmm.sourceforge.net/
BuildRequires:	pkgconfig(gconf-2.0) >= %{gconf_version}
BuildRequires:	dbus-glib-devel
BuildRequires:	glibmm2.4-devel >= %{glibmm_version}
BuildRequires:	gtkmm2.4-devel >= %{gtkmm_version}
BuildRequires:	gnome-common
BuildRequires:	doxygen

%description
This package provides a C++ interface for GConf, a configuration data
storage mechanism to ship with GNOME.  It is a subpackage of the
gnomemm project, which provides a C++ interface for GNOME libraries.


%package	-n %{libname}
Summary:	%{summary}
Group:		%{group}

%description -n %{libname}
This package provides a C++ interface for GConf, a configuration data
storage mechanism to ship with GNOME.  It is a subpackage of the
gnomemm project, which provides a C++ interface for GNOME libraries.


%package	-n %develname
Summary:	Headers and development files of GConf 2 C++ wrapper
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libgconfmm%{api_version}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Obsoletes: %mklibname -d %pkgname %api_version 1

%description -n %develname
This package contains the headers and various development files needed,
when compiling or developing programs which want GConf 2 C++ wrapper.

%package	doc
Summary:	Documentation of %{pkgname} library
Group:		Books/Other

%description doc
This package provides API documentation of %{pkgname} library.


%prep
%setup -q -n %pkgname-%version
%patch0 -p1 -b .64bit-fixes

%build
NOCONFIGURE=yes gnome-autogen.sh
%configure2_5x --enable-static
%make 

%install
%makeinstall_std

%files -n %{libname}
%defattr(-, root, root)
%doc COPYING.LIB
%{_libdir}/libgconfmm-%{api_version}.so.%{major}*

%files -n %develname
%defattr(-, root, root)
%doc AUTHORS COPYING.LIB ChangeLog NEWS README
%doc %_datadir/doc/gconfmm-%api_version
%doc %_datadir/devhelp/books/gconfmm-%api_version
%{_includedir}/*
%{_libdir}/%{pkgname}-%{api_version}
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.a
%{_libdir}/*.so

%files doc
%defattr(-, root, root)
%doc docs/reference/html





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.28.2-5
+ Revision: bed325b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16429 |14mr|gcr-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major_gck   0
%define api_gck     1

%define major_gcr   1
%define api_gcr     3

%define libname		%mklibname gcr %{api_gcr} %{major_gcr}
%define libnamebase	%mklibname gcr-base %{api_gcr} %{major_gcr}
%define libnamegck	%mklibname gck %{api_gck} %{major_gck}
%define girname		%mklibname gcr-gir %{major_gcr}
%define girnamegck	%mklibname gck-gir %{major_gck}
%define develname	%mklibname -d gcr 

Summary:    A library for bits of crypto UI and parsing
Name:       gcr
Version:    3.12.2
Release:    2
URL:        http://www.gnome.org/
License:    GPLv2+ and LGPLv2+
Group:      Networking/Remote access
Source0:    http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source10:   %{name}.rpmlintrc

BuildRequires:  intltool
BuildRequires:  libgcrypt-devel
BuildRequires:  libtasn1-tools
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(p11-kit-1) >= 0.19.1
BuildRequires:  pkgconfig(libtasn1)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  xsltproc
#Conflicts:  gnome-keyring < 3.3.1

%description
A library for bits of crypto UI and parsing etc.

This package also contains the gcr-viewer binary.

%package -n %{libname}
Group:      System/Libraries
Summary:    Library for integration with the gnome keyring system
Requires:   %{name} = %{version}-%{release}
Conflicts:  %{_lib}gnome-keyring < 2.29.4
Obsoletes:  %{_lib}gcr-3_0 < 3.1.4
Obsoletes:  %{_lib}gcr-3_1 < 3.1.91

%description -n %{libname}
This package contains shared libraries for Gnome keyring.

%package -n %{libnamegck}
Group:      System/Libraries
Summary:    Library for integration with the gnome keyring system

%description -n %{libnamegck}
This package contains shared libraries for Gnome keyring.

%package -n %{libnamebase}
Group:          System/Libraries
Summary:        Library for integration with the gnome keyring system

%description -n %{libnamebase}
This package contains shared libraries for Gnome keyring.

%package -n %{girname}
Summary:        GObject Introspection interface description for Gcr
Group:          System/Libraries

%description -n %{girname}
GObject Introspection interface description for Gcr.

%package -n %{girnamegck}
Summary:        GObject Introspection interface description for Gck
Group:          System/Libraries

%description -n %{girnamegck}
GObject Introspection interface description for Gck.

%package -n %{develname}
Group:      Development/C
Summary:    Development files and headers for %{name}
Requires:   %{libname} = %{version}-%{release}
Requires:   %{libnamegck} = %{version}-%{release}
Requires:   %{libnamebase} = %{version}-%{release}
Requires:   %{girname} = %{version}-%{release}
Requires:   %{girnamegck} = %{version}-%{release}
Provides:   %{name}-devel = %{version}-%{release}
Conflicts:  %{_lib}-gnome-keyring-devel < 2.29.4

%description -n %{develname}
Thi package contains the development files and headers for %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
    --disable-static \
    --disable-update-mime \
    --disable-schemas-compile \
    --enable-introspection=yes
%make

%install
%makeinstall_std
find %{buildroot} -name "*.la" -exec rm -rf {} \;

# rm -f %{buildroot}/%{_datadir}/glib-2.0/schemas/org.gnome.crypto.pgp*.xml

%find_lang %{name}

%files -f %{name}.lang
%doc README NEWS
%{_bindir}/gcr-viewer
%{_libexecdir}/gcr-prompter
%{_datadir}/%{name}-%{api_gcr}/
%{_datadir}/dbus-1/services/org.gnome.keyring.PrivatePrompter.service
%{_datadir}/dbus-1/services/org.gnome.keyring.SystemPrompter.service
%{_datadir}/GConf/gsettings/org.gnome.crypto.pgp*.convert
%{_datadir}/glib-2.0/schemas/org.gnome.crypto.pgp*.xml
%{_datadir}/applications/gcr-viewer.desktop
%{_datadir}/applications/gcr-prompter.desktop
%{_datadir}/mime/packages/gcr-crypto-types.xml
%{_datadir}/icons/hicolor/*/apps/gcr*.png

%files -n %{libnamegck}
%{_libdir}/libgck-%{api_gck}.so.%{major_gck}*

%files -n %{girnamegck}
%{_libdir}/girepository-1.0/Gck-%{api_gck}.typelib

%files -n %{libnamebase}
%{_libdir}/libgcr-base-%{api_gcr}.so.%{major_gcr}*

%files -n %{libname}
%{_libdir}/libgcr-%{api_gcr}.so.%{major_gcr}*
%{_libdir}/libgcr-ui-%{api_gcr}.so.%{major_gcr}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gcr-%{api_gcr}.typelib
%{_libdir}/girepository-1.0/GcrUi-%{api_gcr}.typelib

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/*
%{_libdir}/libgck-%{api_gck}.so
%{_libdir}/libgcr-%{api_gcr}.so
%{_libdir}/libgcr-base-%{api_gcr}.so
%{_libdir}/libgcr-ui-%{api_gcr}.so
%{_includedir}/gck-%{api_gck}
%{_includedir}/gcr-%{api_gcr}
%{_libdir}/pkgconfig/gck-%{api_gck}.pc
%{_libdir}/pkgconfig/gcr-%{api_gcr}.pc
%{_libdir}/pkgconfig/gcr-base-%{api_gcr}.pc
%{_libdir}/pkgconfig/gcr-ui-%{api_gcr}.pc
%{_datadir}/gir-1.0/Gck-%{api_gck}.gir
%{_datadir}/gir-1.0/Gcr-%{api_gcr}.gir
%{_datadir}/gir-1.0/GcrUi-%{api_gcr}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: a87a73a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16430 |14mr|gd-2.0.35-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d
%define staticdevelname %mklibname %{name} -d -s

Summary:	A library used to create PNG, JPEG, or WBMP images
Name:		gd
Version:	2.0.35
Release:	23
License:	BSD-style
Group:		System/Libraries
URL:		http://www.libgd.org/
Source0:	http://www.libgd.org/releases/%{name}-%{version}.tar.bz2
Patch0:		gd-2.0.35-format_not_a_string_literal_and_no_format_arguments.diff
Patch1:		0001_cvs20070904.patch
Patch2:		0002_cvs20070916.patch
Patch3:		gd-2.0.35-CVE-2009-3546.diff
#It uses freetype2-devel, but uses the old library for gdttf
BuildRequires:	freetype-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(zlib)

%description
gd is a graphics library. It allows your code to quickly draw images complete
with lines, arcs, text, multiple colors, cut and paste from other images, and
flood fills, and write out the result as a PNG or JPEG file. This is
particularly useful in World Wide Webapplications, where PNG and JPEG are two
of the formats accepted for inlineimages by most browsers.

gd is not a paint program. If you are looking for a paint program, you are
looking in the wrong place. If you are not a programmer, you are looking in the
wrong place. 

gd does not provide for every possible desirable graphics operation. It is not
necessary or desirable for gd to become a kitchen-sink graphics package, but
version 1.7.3 incorporates most of the commonly requested features for an 8-bit
2D package.

%package -n	%{libname}
Summary:	A library used to create PNG, JPEG, or WBMP images
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Provides:	%{libname} = %{version}-%{release}

%description -n	%{libname}
This package contains the library needed to run programs dynamically linked
with libgd.

%package -n	%{develname}
Summary:	The development libraries and header files for gd
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
These are the development libraries and header files for gd, the .png and .jpeg
graphics library. If you're installing the gd graphics library, you'll probably
want to install gd-devel.

%package	utils
Requires:	%{libname} = %{version}
Summary:	The Utils files for gd
Group:		System/Libraries

%description	utils
gd is a graphics library. It allows your code to quickly draw images complete
with lines, arcs, text, multiple colors, cut and paste from other images, and
flood fills, and write out the result as a PNG or JPEG file. This is
particularly useful in World Wide Webapplications, where PNG and JPEG are two
of the formats accepted for inlineimages by most browsers.

gd is not a paint program. If you are looking for a paint program, you are
looking in the wrong place. If you are not a programmer, you are looking in the
wrong place. 

gd does not provide for every possible desirable graphics operation. It is not
necessary or desirable for gd to become a kitchen-sink graphics package, but
version 1.7.3 incorporates most of the commonly requested features for an 8-bit
2D package.

This package contains various utilities utilizing the gd library.

%prep

%setup -q
%patch0 -p0 -b .format_not_a_string_literal_and_no_format_arguments
%patch1 -p1 -b .cvs20070904
%patch2 -p1 -b .cvs20070916
%patch3 -p0 -b .CVE-2009-3546

%build
autoreconf -fi
%configure2_5x \
	--disable-static

%make 

%install
rm -rf %{buildroot} 
%makeinstall

sed -i -e 's!-Wl,--as-needed!!' -e 's!-Wl,--no-undefined!!' %{buildroot}%{_bindir}/gdlib-config

%multiarch_binaries %{buildroot}%{_bindir}/gdlib-config

%multiarch_includes %{buildroot}%{_includedir}/gd.h

install -m0644 gdhelpers.h %{buildroot}%{_includedir}/

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%attr(644,root,root) %doc index.html
%{_bindir}/gdlib-config
%{multiarch_bindir}/gdlib-config
%{_libdir}/*.so
%{_includedir}/*.h
%{multiarch_includedir}/*.h

%files utils
%doc README.TXT
%{_bindir}/annotate
%{_bindir}/bdftogd
%{_bindir}/gd2copypal
%{_bindir}/gd2topng
%{_bindir}/gdparttopng
%{_bindir}/gdtopng
%{_bindir}/pngtogd
%{_bindir}/pngtogd2
%{_bindir}/webpng
%{_bindir}/gd2togif
%{_bindir}/gdcmpgif
%{_bindir}/giftogd2



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.35-23
+ Revision: 5bc410b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16431 |14mr|gda2.0-3.1.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define 	name gda2.0
%define		pkgname libgda
%define dirver 3.0

%define 	build_mysql 1
%{?_with_mysql: %global build_mysql 1}
%define		build_freetds 0
%{?_with_freetds: %global build_freetds 1}
%define		build_mdb 0
%{?_with_mdb: %global build_mdb 1}

%define api 3.0
%define oname gda
%define	major 2
%define xsltmajor 0
%define libname	%mklibname %{oname}%{api}_ %major 
%define libnamexslt %mklibname gda-xslt %{api} %xsltmajor 
%define libnamedev	%mklibname -d %{oname}%{api}
%define basiclibname	%mklibname %{oname}%{api}

%define old_package	%mklibname gda3.0_ 3 
Summary:	GNU Data Access
Name: 		%{name}
Version: 3.1.5
Release: 15
License: 	GPLv2+ and LGPLv2+
Group: 		Databases
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
Patch0: libgda-3.1.5-format-strings.patch
Patch1: libgda-3.1.5-fix-install.patch
Patch2: libgda-3.1.5-xbase64.patch
Patch3: libgda-3.1.5-lib64.patch
Patch4: libgda-3.1.5-glib-includes.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	bison
BuildRequires:	db-devel
BuildRequires:	flex
BuildRequires:	gdbm-devel
BuildRequires:	glib2-devel
BuildRequires:	libxslt-devel >= 1.0.9
BuildRequires:	ncurses-devel
BuildRequires:  openldap2-devel
BuildRequires:	intltool
BuildRequires:	popt-devel
BuildRequires:	postgresql-devel
BuildRequires:  gnome-vfs2-devel
BuildRequires:	readline-devel
BuildRequires:	scrollkeeper
BuildRequires:  sqlite3-devel
BuildRequires:  unixODBC-devel
BuildRequires: automake1.8
BuildRequires: libcheck-devel
%if %build_mysql
BuildRequires:	mysql-devel
%endif
%if %build_freetds
BuildRequires:	freetds-devel
%endif
%if %build_mdb
BuildRequires:	libmdbtools-devel
%endif
BuildRequires:	gtk-doc
Conflicts:	gda < 0.3
URL: 		http://www.gnome-db.org/

%description
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

Drivers for the supported databases are included in the gda2.0-* packages.

%package -n	%{libname}
Summary:	GNU Data Access Development
Group: 		System/Libraries
Provides:	%basiclibname = %{version}-%{release}
Requires:	%name >= %version
Conflicts:	%old_package
Requires:	%name-sqlite >= %version

%description -n	%{libname}
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

%package -n	%{libnamexslt}
Summary:	GNU Data Access Development
Group: 		System/Libraries
Requires:	%name >= %version
Conflicts:	%old_package
Conflicts: %libname < 3.1.5-3mdv

%description -n	%{libnamexslt}
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.


%package -n	%{libnamedev}
Summary:	GNU Data Access Development
Group: 		Development/Databases
Requires:	%{libname} = %{version}
Requires:	%{libnamexslt} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes: %mklibname -d %{oname}%{api}_ %major

%description -n	%{libnamedev}
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

%package	postgres
Summary:	GDA PostgreSQL Provider
Group:		Databases
Requires:	%{name} = %{version}

%description	postgres
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

This package includes the GDA PostgreSQL provider

%package	mysql
Summary:	GDA MySQL Provider
Group:		Databases
Requires:	%{name} = %{version}

%description	mysql
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

This package includes the GDA MySQL provider

%package	odbc
Summary:	GDA ODBC Provider
Group:		Databases
Requires:	%{name} = %{version}

%description	odbc
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

This package includes the GDA ODBC provider.

%package	ldap
Summary:	GDA LDAP Provider
Group:		Databases
Requires:	%{name} = %{version}

%description	ldap
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

This package includes the GDA LDAP provider.

%package	bdb
Summary:	GDA Berkeley Database Provider
Group:		Databases
Requires:	%{name} = %{version}

%description	bdb
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

This package includes the GDA Berkeley Database provider.

%if %build_freetds
%package	freetds
Summary:	GDA FreeTDS Provider
Group:		Databases
Requires:	%{name} = %{version}

%description	freetds
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

This package includes the GDA FreeTDS provider.
%endif

%if %build_mdb
%package	mdb
Summary:	GDA MDB Provider
Group:		Databases
Requires:	%{name} = %{version}

%description	mdb
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

This package includes the GDA MDB provider, which can access
Microsoft Access databases.
%endif

%package	xbase
Summary:	GDA xbase Provider
Group:		Databases
Requires:	%{name} = %{version}
BuildRequires:	xbase-devel

%description	xbase
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.


%package	sqlite
Summary:	GDA sqlite Provider
Group:		Databases
Requires:	%{name} = %{version}
Obsoletes:      gda3.0-sqlite
Conflicts:	%libname < 3.1.5-3mdv
Conflicts:	%old_package

%description	sqlite
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

This package includes the GDA sqlite provider

%prep
%setup -q -n %{pkgname}-%{version}
%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p1

%build
autoreconf -fi
export LIBS=-ldl
%configure2_5x \
%if %build_mysql
	--with-mysql=yes \
%endif
%if !%build_freetds
	--with-tds=no \
%endif
%if !%build_mdb
	--with-mdb=no \
%endif
	--without-firebird \
	--disable-static

make

%install
rm -rf %{buildroot}

%{makeinstall_std}

# remove unneeded files
rm -f %{buildroot}%{_libdir}/libgda-%dirver/providers/*.{a,la}

%{find_lang} %{pkgname}-%{api} --with-gnome

%check
#make check

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
%post -n %{libnamexslt} -p /sbin/ldconfig
%postun -n %{libnamexslt} -p /sbin/ldconfig
%endif
		  
%files -f %{pkgname}-%{api}.lang
%defattr(-, root, root)
%doc AUTHORS COPYING README
%{_bindir}/*
%dir %{_sysconfdir}/libgda-%dirver
%config(noreplace) %_sysconfdir/libgda-%dirver/sales_test.db
%config(noreplace) %{_sysconfdir}/libgda-%dirver/config
%{_datadir}/libgda-%dirver
%{_mandir}/man?/*
%dir %{_libdir}/libgda-%dirver
%dir %{_libdir}/libgda-%dirver/providers

%files -n %{libname}
%defattr(-, root, root)
%{_libdir}/libgda-%{api}.so.%{major}*
%{_libdir}/libgda-report-%{api}.so.%{major}*
%{_libdir}/libgdasql-%{api}.so.%{major}*

%files -n %{libnamexslt}
%defattr(-, root, root)
%_libdir/libgda-xslt-%{api}.so.%{xsltmajor}*

%files -n %{libnamedev}
%defattr(-, root, root)
%doc %_datadir/gtk-doc/html/libgda-3.0/
%{_libdir}/libgda-%{api}.so
%{_libdir}/libgda-report-%{api}.so
%{_libdir}/libgdasql-%{api}.so
%_libdir/libgda-xslt-%{api}.so
%{_libdir}/pkgconfig/*
%{_includedir}/*

%files sqlite
%defattr(-, root, root)
%{_libdir}/libgda-%dirver/providers/libgda-sqlite.so

%files postgres
%defattr(-, root, root)
%{_libdir}/libgda-%dirver/providers/libgda-postgres.so

%files odbc
%defattr(-, root, root)
%{_libdir}/libgda-%dirver/providers/libgda-odbc.so

%files ldap
%defattr(-, root, root)
%{_libdir}/libgda-%dirver/providers/libgda-ldap.so

%files bdb
%defattr(-, root, root)
%{_libdir}/libgda-%dirver/providers/libgda-bdb.so

%if %build_mysql
%files mysql
%defattr(-, root, root)
%{_libdir}/libgda-%dirver/providers/libgda-mysql.so
%endif

%if %build_freetds
%files freetds
%defattr(-, root, root)
%{_libdir}/libgda-%dirver/providers/libgda-freetds.so
%endif

%if %build_mdb
%files mdb
%defattr(-, root, root)
%{_libdir}/libgda-%dirver/providers/libgda-mdb.so
%endif

%files xbase
%defattr(-, root, root)
%{_libdir}/libgda-%dirver/providers/libgda-xbase.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1.5-15
+ Revision: d1f3963
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16432 |14mr|gdb-7.7.1_2014.06_1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# rpmbuild parameters:
# --with testsuite: Run the testsuite (biarch if possible).  Default is without.
# --with asan: gcc -fsanitize=address
# --with debug: Build without optimizations and without splitting the debuginfo.
# --without python: No python support.
# --with profile: gcc -fprofile-generate / -fprofile-use: Before better
#                 workload gets run it decreases the general performance now.
# --without rpm: Don't build rpm support (for aarch64 bootstrap)
%bcond_with rpm
%bcond_with testsuite

# Extract OpenMandriva Linux name and version
%define distro_version	%(perl -ne '/^([.\\w\\s]+) \\(.+\\).+/ and print $1' < /etc/release)
%define Werror_cflags %nil
# Libtool die die die!
%define __libtoolize /bin/true

%define linaro 2014.06-1

Summary: A GNU source-level debugger for C, C++, Fortran, Go and other languages
Name: gdb%{?_withi_debug:-debug}

#global snap       20140108
%define ver 7.7.1
Release:	4
License:	GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain
Group:		Development/Other
# Do not provide URL for snapshots as the file lasts there only for 2 days.
# ftp://sourceware.org/pub/gdb/snapshots/current/gdb-%{ver}.tar.bz2
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{ver}.tar.bz2
# ftp://sourceware.org/pub/gdb/releases/gdb-%{ver}.tar.bz2
%if "%{linaro}" == "%{nil}"
Source0:	ftp://sourceware.org/pub/gdb/snapshots/current/gdb-%{ver}.tar.bz2
Version:	%{ver}
%define gdb_src gdb-%{ver}
%else
Source0:	http://cbuild.validation.linaro.org/snapshots/gdb-linaro-%{ver}-%{linaro}.tar.bz2
Version:	%{ver}_%(echo %{linaro} |sed -e 's,-,_,g')
%define gdb_src gdb-linaro-%{ver}-%{linaro}
%endif
URL:		http://gnu.org/software/gdb/

# For our convenience
%define gdb_build build-%{_target_platform}
%define gdb_docdir %{_docdir}/%{name}-doc

%if 0%{?_with_debug:1}
# Define this if you want to skip the strip step and preserve debug info.
# Useful for testing.
%define __debug_install_post : > %{_builddir}/%{?buildsubdir}/debugfiles.list
%define debug_package %{nil}
%endif

# eu-strip: -g recognizes .gdb_index as a debugging section. (#631997)
Conflicts: elfutils < 0.149

# GDB patches have the format `gdb-<version>-bz<red-hat-bz-#>-<desc>.patch'.
# They should be created using patch level 1: diff -up ./gdb (or gdb-6.3/gdb).

#=
#push=Should be pushed upstream.
#maybepush=Should be pushed upstream unless it got obsoleted there.
#fedora=Should stay as a Fedora patch.
#ia64=Drop after RHEL-5 rebases and rebuilds are no longer meaningful.
#fedoratest=Keep it in Fedora only as a regression test safety.
#+ppc=Specific for ppc32/ppc64/ppc*
#+work=Requires some nontrivial work.

# Cleanup any leftover testsuite processes as it may stuck mock(1) builds.
#=push
Source2: gdb-orphanripper.c

# Man page for gstack(1).
#=push
Source3: gdb-gstack.man

# /etc/gdbinit (from Debian but with Fedora compliant location).
#=fedora
Source4: gdbinit

# Work around out-of-date dejagnu that does not have KFAIL
#=drop: That dejagnu is too old to be supported.
Patch1: gdb-6.3-rh-dummykfail-20041202.patch

# Match the Fedora's version info.
#=fedora
Patch2: gdb-6.3-rh-testversion-20041202.patch

# Better parse 64-bit PPC system call prologues.
#=maybepush+ppc: Write new testcase.
Patch105: gdb-6.3-ppc64syscall-20040622.patch

# Include the pc's section when doing a symbol lookup so that the
# correct symbol is found.
#=maybepush: Write new testcase.
Patch111: gdb-6.3-ppc64displaysymbol-20041124.patch

# Fix upstream `set scheduler-locking step' vs. upstream PPC atomic seqs.
#=push+work: It is a bit difficult patch, a part is ppc specific.
Patch112: gdb-6.6-scheduler_locking-step-sw-watchpoints2.patch
# Make upstream `set scheduler-locking step' as default.
#=push+work: How much is scheduler-locking relevant after non-stop?
Patch260: gdb-6.6-scheduler_locking-step-is-default.patch

# Add a wrapper script to GDB that implements pstack using the
# --readnever option.
#=push+work: with gdbindex maybe --readnever should no longer be used.
Patch118: gdb-6.3-gstack-20050411.patch

# VSYSCALL and PIE
#=fedoratest
Patch122: gdb-6.3-test-pie-20050107.patch
#=push: May get obsoleted by Tom's unrelocated objfiles patch.
Patch389: gdb-archer-pie-addons.patch
#=push+work: Breakpoints disabling matching should not be based on address.
Patch394: gdb-archer-pie-addons-keep-disabled.patch

# Get selftest working with sep-debug-info
#=fedoratest
Patch125: gdb-6.3-test-self-20050110.patch

# Test support of multiple destructors just like multiple constructors
#=fedoratest
Patch133: gdb-6.3-test-dtorfix-20050121.patch

# Fix to support executable moving
#=fedoratest
Patch136: gdb-6.3-test-movedir-20050125.patch

# Test sibling threads to set threaded watchpoints for x86 and x86-64
#=fedoratest
Patch145: gdb-6.3-threaded-watchpoints2-20050225.patch

# Notify observers that the inferior has been created
#=fedoratest
Patch161: gdb-6.3-inferior-notification-20050721.patch

# Verify printing of inherited members test
#=fedoratest
Patch163: gdb-6.3-inheritancetest-20050726.patch

# Add readnever option
#=push
Patch164: gdb-6.3-readnever-20050907.patch

# Fix debuginfo addresses resolving for --emit-relocs Linux kernels (BZ 203661).
#=push+work: There was some mail thread about it, this patch may be a hack.
Patch188: gdb-6.5-bz203661-emit-relocs.patch

# Support TLS symbols (+`errno' suggestion if no pthread is found) (BZ 185337).
#=push+work: It should be replaced by existing uncommitted Roland's glibc patch for TLS without libpthreads.
Patch194: gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch

# Fix TLS symbols resolving for shared libraries with a relative pathname.
# The testsuite needs `gdb-6.5-tls-of-separate-debuginfo.patch'.
#=fedoratest+work: One should recheck if it is really fixed upstream.
Patch196: gdb-6.5-sharedlibrary-path.patch

# Suggest fixing your target architecture for gdbserver(1) (BZ 190810).
# FIXME: It could be autodetected.
#=push+work: There are more such error cases that can happen.
Patch199: gdb-6.5-bz190810-gdbserver-arch-advice.patch

# Testcase for deadlocking on last address space byte; for corrupted backtraces.
#=fedoratest
Patch211: gdb-6.5-last-address-space-byte-test.patch

# Improved testsuite results by the testsuite provided by the courtesy of BEA.
#=fedoratest+work: For upstream it should be rewritten as a dejagnu test, the test of no "??" was useful.
Patch208: gdb-6.5-BEA-testsuite.patch

# Fix readline segfault on excessively long hand-typed lines.
#=fedoratest
Patch213: gdb-6.5-readline-long-line-crash-test.patch

# Fix bogus 0x0 unwind of the thread's topmost function clone(3) (BZ 216711).
#=fedora
Patch214: gdb-6.5-bz216711-clone-is-outermost.patch

# Test sideeffects of skipping ppc .so libs trampolines (BZ 218379).
#=fedoratest
Patch216: gdb-6.5-bz218379-ppc-solib-trampoline-test.patch

# Fix lockup on trampoline vs. its function lookup; unreproducible (BZ 218379).
#=fedora
Patch217: gdb-6.5-bz218379-solib-trampoline-lookup-lock-fix.patch

# Find symbols properly at their original (included) file (BZ 109921).
#=fedoratest
Patch225: gdb-6.5-bz109921-DW_AT_decl_file-test.patch

# Update PPC unwinding patches to their upstream variants (BZ 140532).
#=fedoratest+ppc
Patch229: gdb-6.3-bz140532-ppc-unwinding-test.patch

# Testcase for exec() from threaded program (BZ 202689).
#=fedoratest
Patch231: gdb-6.3-bz202689-exec-from-pthread-test.patch

# Backported fixups post the source tarball.
#Xdrop: Just backports.
Patch232: gdb-upstream.patch

# Testcase for PPC Power6/DFP instructions disassembly (BZ 230000).
#=fedoratest+ppc
Patch234: gdb-6.6-bz230000-power6-disassembly-test.patch

# Temporary support for shared libraries >2GB on 64bit hosts. (BZ 231832)
#=push+work: Upstream should have backward compat. API: libc-alpha: <20070127104539.GA9444@.*>
Patch235: gdb-6.3-bz231832-obstack-2gb.patch

# Allow running `/usr/bin/gcore' with provided but inaccessible tty (BZ 229517).
#=fedoratest
Patch245: gdb-6.6-bz229517-gcore-without-terminal.patch

# Notify user of a child forked process being detached (BZ 235197).
#=push: This is more about discussion if/what should be printed.
Patch247: gdb-6.6-bz235197-fork-detach-info.patch

# Avoid too long timeouts on failing cases of "annota1.exp annota3.exp".
#=fedoratest
Patch254: gdb-6.6-testsuite-timeouts.patch

# Support for stepping over PPC atomic instruction sequences (BZ 237572).
#=fedoratest
Patch258: gdb-6.6-bz237572-ppc-atomic-sequence-test.patch

# Test kernel VDSO decoding while attaching to an i386 process.
#=fedoratest
Patch263: gdb-6.3-attach-see-vdso-test.patch

# Test leftover zombie process (BZ 243845).
#=fedoratest
Patch271: gdb-6.5-bz243845-stale-testing-zombie-test.patch

# New locating of the matching binaries from the pure core file (build-id).
#=push
Patch274: gdb-6.6-buildid-locate.patch
# Fix loading of core files without build-ids but with build-ids in executables.
#=push
Patch659: gdb-6.6-buildid-locate-solib-missing-ids.patch
#=push
Patch353: gdb-6.6-buildid-locate-rpm.patch
#=push
Patch415: gdb-6.6-buildid-locate-core-as-arg.patch
# Workaround librpm BZ 643031 due to its unexpected exit() calls (BZ 642879).
#=push
Patch519: gdb-6.6-buildid-locate-rpm-librpm-workaround.patch
# [SCL] Skip deprecated .gdb_index warning for Red Hat built files (BZ 953585).
Patch833: gdb-6.6-buildid-locate-rpm-scl.patch

# Add kernel vDSO workaround (`no loadable ...') on RHEL-5 (kernel BZ 765875).
#=push
Patch276: gdb-6.6-bfd-vdso8k.patch

# Fix displaying of numeric char arrays as strings (BZ 224128).
#=fedoratest: But it is failing anyway, one should check the behavior more.
Patch282: gdb-6.7-charsign-test.patch

# Test PPC hiding of call-volatile parameter register.
#=fedoratest+ppc
Patch284: gdb-6.7-ppc-clobbered-registers-O2-test.patch

# Test ia64 memory leaks of the code using libunwind.
#=fedoratest
Patch289: gdb-6.5-ia64-libunwind-leak-test.patch

# Test hiding unexpected breakpoints on intentional step commands.
#=fedoratest
Patch290: gdb-6.5-missed-trap-on-step-test.patch

# Support DW_TAG_interface_type the same way as DW_TAG_class_type (BZ 426600).
#=fedoratest
Patch294: gdb-6.7-bz426600-DW_TAG_interface_type-test.patch

# Test gcore memory and time requirements for large inferiors.
#=fedoratest
Patch296: gdb-6.5-gcore-buffer-limit-test.patch

# Test debugging statically linked threaded inferiors (BZ 239652).
#  - It requires recent glibc to work in this case properly.
#=fedoratest
Patch298: gdb-6.6-threads-static-test.patch

# Test GCORE for shmid 0 shared memory mappings.
#=fedoratest: But it is broken anyway, sometimes the case being tested is not reproducible.
Patch309: gdb-6.3-mapping-zero-inode-test.patch

# Test a crash on `focus cmd', `focus prev' commands.
#=fedoratest
Patch311: gdb-6.3-focus-cmd-prev-test.patch

# Test various forms of threads tracking across exec() (BZ 442765).
#=fedoratest
Patch315: gdb-6.8-bz442765-threaded-exec-test.patch

# Silence memcpy check which returns false positive (sparc64)
#=push: But it is just a GCC workaround, look up the existing GCC PR for it.
Patch317: gdb-6.8-sparc64-silence-memcpy-check.patch

# Test a crash on libraries missing the .text section.
#=fedoratest
Patch320: gdb-6.5-section-num-fixup-test.patch

# Fix register assignments with no GDB stack frames (BZ 436037).
#=push+work: This fix is incorrect.
Patch330: gdb-6.8-bz436037-reg-no-longer-active.patch

# Make the GDB quit processing non-abortable to cleanup everything properly.
#=fedora: It was useful only after gdb-6.8-attach-signalled-detach-stopped.patch .
Patch331: gdb-6.8-quit-never-aborts.patch

# [RHEL5] Workaround kernel for detaching SIGSTOPped processes (BZ 809382).
#=fedora
Patch335: gdb-rhel5-compat.patch

# [RHEL5,RHEL6] Fix attaching to stopped processes.
#=fedora
Patch337: gdb-6.8-attach-signalled-detach-stopped.patch

# Test the watchpoints conditionals works.
#=fedoratest
Patch343: gdb-6.8-watchpoint-conditionals-test.patch

# Fix resolving of variables at locations lists in prelinked libs (BZ 466901).
#=fedoratest
Patch348: gdb-6.8-bz466901-backtrace-full-prelinked.patch

# The merged branch `archer-jankratochvil-fedora15' of:
# http://sourceware.org/gdb/wiki/ProjectArcher
#=push+work
Patch349: gdb-archer.patch

# Fix parsing elf64-i386 files for kdump PAE vmcore dumps (BZ 457187).
# - Turn on 64-bit BFD support, globally enable AC_SYS_LARGEFILE.
#=fedoratest
Patch360: gdb-6.8-bz457187-largefile-test.patch

# New test for step-resume breakpoint placed in multiple threads at once.
#=fedoratest
Patch381: gdb-simultaneous-step-resume-breakpoint-test.patch

# Fix GNU/Linux core open: Can't read pathname for load map: Input/output error.
# Fix regression of undisplayed missing shared libraries caused by a fix for.
#=push+work: It should be in glibc: libc-alpha: <20091004161706.GA27450@.*>
Patch382: gdb-core-open-vdso-warning.patch

# Fix syscall restarts for amd64->i386 biarch.
#=push
Patch391: gdb-x86_64-i386-syscall-restart.patch

# Fix stepping with OMP parallel Fortran sections (BZ 533176).
#=push+work: It requires some better DWARF annotations.
Patch392: gdb-bz533176-fortran-omp-step.patch

# Use gfortran44 when running the testsuite on RHEL-5.
#=fedoratest
Patch393: gdb-rhel5-gcc44.patch

# Fix regression by python on ia64 due to stale current frame.
#=push
Patch397: gdb-follow-child-stale-parent.patch

# Workaround ccache making lineno non-zero for command-line definitions.
#=fedoratest: ccache is rarely used and it is even fixed now.
Patch403: gdb-ccache-workaround.patch

# Testcase for "Do not make up line information" fix by Daniel Jacobowitz.
#=fedoratest
Patch407: gdb-lineno-makeup-test.patch

# Test power7 ppc disassembly.
#=fedoratest+ppc
Patch408: gdb-ppc-power7-test.patch

# Fix i386+x86_64 rwatch+awatch before run, regression against 6.8 (BZ 541866).
# Fix i386 rwatch+awatch before run (BZ 688788, on top of BZ 541866).
#=push+work: It should be fixed properly instead.
Patch417: gdb-bz541866-rwatch-before-run.patch

# Workaround non-stop moribund locations exploited by kernel utrace (BZ 590623).
#=push+work: Currently it is still not fully safe.
Patch459: gdb-moribund-utrace-workaround.patch

# Fix follow-exec for C++ programs (bugreported by Martin Stransky).
#=fedoratest
Patch470: gdb-archer-next-over-throw-cxx-exec.patch

# Backport DWARF-4 support (BZ 601887, Tom Tromey).
#=fedoratest
Patch475: gdb-bz601887-dwarf4-rh-test.patch

# [delayed-symfile] Test a backtrace regression on CFIs without DIE (BZ 614604).
#=fedoratest
Patch490: gdb-test-bt-cfi-without-die.patch

# Provide /usr/bin/gdb-add-index for rpm-build (Tom Tromey).
#=fedora: Re-check against the upstream version.
Patch491: gdb-gdb-add-index-script.patch

# Out of memory is just an error, not fatal (uninitialized VLS vars, BZ 568248).
#=drop+work: Inferior objects should be read in parts, then this patch gets obsoleted.
Patch496: gdb-bz568248-oom-is-error.patch

# Verify GDB Python built-in function gdb.solib_address exists (BZ # 634108).
#=fedoratest
Patch526: gdb-bz634108-solib_address.patch

# New test gdb.arch/x86_64-pid0-core.exp for kernel PID 0 cores (BZ 611435).
#=fedoratest
Patch542: gdb-test-pid0-core.patch

# [archer-tromey-delayed-symfile] New test gdb.dwarf2/dw2-aranges.exp.
#=fedoratest
Patch547: gdb-test-dw2-aranges.patch

# [archer-keiths-expr-cumulative+upstream] Import C++ testcases.
#=fedoratest
Patch548: gdb-test-expr-cumulative-archer.patch

# Toolchain on sparc is slightly broken and debuginfo files are generated
# with non 64bit aligned tables/offsets.
# See for example readelf -S ../Xvnc.debug.
#
# As a consenquence calculation of sectp->filepos as used in
# dwarf2_read_section (gdb/dwarf2read.c:1525) will return a non aligned buffer
# that cannot be used directly as done with MMAP.
# Usage will result in a BusError.
#
# While we figure out what's wrong in the toolchain and do a full archive
# rebuild to fix it, we need to be able to use gdb :)
#=push+work
Patch579: gdb-7.2.50-sparc-add-workaround-to-broken-debug-files.patch

# Work around PR libc/13097 "linux-vdso.so.1" warning message.
#=push
Patch627: gdb-glibc-vdso-workaround.patch

# Hack for proper PIE run of the testsuite.
#=fedoratest
Patch634: gdb-runtest-pie-override.patch

# Work around readline-6.2 incompatibility not asking for --more-- (BZ 701131).
#=fedora
Patch642: gdb-readline62-ask-more-rh.patch

# Print reasons for failed attach/spawn incl. SELinux deny_ptrace (BZ 786878).
#=push
Patch653: gdb-attach-fail-reasons-5of5.patch

# Workaround crashes from stale frame_info pointer (BZ 804256).
#=fedora
Patch661: gdb-stale-frame_info.patch

# Workaround PR libc/14166 for inferior calls of strstr.
#=fedora: Compatibility with RHELs (unchecked which ones).
Patch690: gdb-glibc-strstr-workaround.patch

# Include testcase for `Unable to see a variable inside a module (XLF)' (BZ 823789).
#=fedoratest
#+ppc
Patch698: gdb-rhel5.9-testcase-xlf-var-inside-mod.patch

# Testcase for `Setting solib-absolute-prefix breaks vDSO' (BZ 818343).
#=fedoratest
Patch703: gdb-rhbz-818343-set-solib-absolute-prefix-testcase.patch

# Fix `GDB cannot access struct member whose offset is larger than 256MB'
# (RH BZ 795424).
#=push+work
Patch811: gdb-rhbz795424-bitpos-20of25.patch
Patch812: gdb-rhbz795424-bitpos-21of25.patch
Patch813: gdb-rhbz795424-bitpos-22of25.patch
Patch814: gdb-rhbz795424-bitpos-23of25.patch
Patch816: gdb-rhbz795424-bitpos-25of25.patch
Patch817: gdb-rhbz795424-bitpos-25of25-test.patch
Patch818: gdb-rhbz795424-bitpos-lazyvalue.patch

# Import regression test for `gdb/findvar.c:417: internal-error:
# read_var_value: Assertion `frame' failed.' (RH BZ 947564) from RHEL 6.5.
#=fedoratest
Patch832: gdb-rhbz947564-findvar-assertion-frame-failed-testcase.patch

# Fix crash on 'enable count' (Simon Marchi, BZ 993118).
Patch843: gdb-enable-count-crash.patch

# Fix testsuite "ERROR: no fileid for".
Patch846: gdb-testsuite-nohostid.patch

# [rhel6] DTS backward Python compatibility API (BZ 1020004, Phil Muldoon).
Patch848: gdb-dts-rhel6-python-compat.patch

# Fix crash of -readnow /usr/lib/debug/usr/bin/gnatbind.debug (BZ 1069211).
Patch850: gdb-gnat-dwarf-crash-1of3.patch
Patch851: gdb-gnat-dwarf-crash-2of3.patch
Patch852: gdb-gnat-dwarf-crash-3of3.patch
# RPM5 patch
Patch1000: gdb-7.3.50.20110722-rpm5.patch

# ROSA/OMV/MGA have urpmi instead of yum:
Patch1001: gdb-7.7-buildid-locate-rosa.patch

# http://svnweb.mageia.org/soft/rpm/debuginfo-install/trunk/debuginfo-install
Source1000: debuginfo-install

BuildRequires:  bison
Buildrequires:  cloog-devel
BuildRequires:  flex
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  pkgconfig(expat)
BuildRequires:  pkgconfig(python)
BuildRequires:  pkgconfig(rpm) >= 5.3
BuildRequires:  pkgconfig
BuildRequires:  readline-devel
BuildRequires:  texinfo
BuildRequires:	texlive
%if %{with testsuite}
BuildRequires:	dejagnu
%endif


%description
GDB, the GNU debugger, allows you to debug programs written in C, C++,
Java, and other languages, by executing them in a controlled fashion
and printing their data.

%prep

# This allows the tarball name to be different from our
# version-release name.

%setup -q -n %{gdb_src}

# Files have `# <number> <file>' statements breaking VPATH / find-debuginfo.sh .
rm -f gdb/ada-exp.c gdb/ada-lex.c gdb/c-exp.c gdb/cp-name-parser.c gdb/f-exp.c
rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc-exp.c gdb/p-exp.c gdb/go-exp.c

# Apply patches defined above.

# Match the Fedora's version info.
%patch2 -p1

%patch349 -p1
%patch232 -p1
%patch1 -p1

%patch105 -p1
%patch111 -p1
%patch112 -p1
%patch118 -p1
%patch122 -p1
%patch125 -p1
%patch133 -p1
%patch136 -p1
%patch145 -p1
%patch161 -p1
%patch163 -p1
%patch164 -p1
%patch188 -p1
%patch194 -p1
%patch196 -p1
%patch199 -p1
%patch208 -p1
%patch211 -p1
%patch213 -p1
%patch214 -p1
%patch216 -p1
%patch217 -p1
%patch225 -p1
%patch229 -p1
%patch231 -p1
%patch234 -p1
%patch235 -p1
%patch245 -p1
%patch247 -p1
%patch254 -p1
%patch258 -p1
%patch260 -p1
%patch263 -p1
%patch271 -p1
%patch274 -p1
%patch659 -p1
%patch353 -p1
%patch276 -p1
%patch282 -p1
%patch284 -p1
%patch289 -p1
%patch290 -p1
%patch294 -p1
%patch296 -p1
%patch298 -p1
%patch309 -p1
%patch311 -p1
%patch315 -p1
%patch317 -p1
%patch320 -p1
%patch330 -p1
%patch343 -p1
%patch348 -p1
%patch360 -p1
%patch381 -p1
%patch382 -p1
%patch391 -p1
%patch392 -p1
%patch397 -p1
%patch403 -p1
%patch389 -p1
%patch394 -p1
%patch407 -p1
%patch408 -p1
%patch417 -p1
%patch459 -p1
%patch470 -p1
%patch475 -p1
%patch415 -p1
%patch519 -p1
%patch490 -p1
%patch491 -p1
%patch496 -p1
%patch526 -p1
%patch542 -p1
%patch547 -p1
%patch548 -p1
%patch579 -p1
%patch627 -p1
%patch634 -p1
%patch653 -p1
%patch661 -p1
%patch690 -p1
%patch698 -p1
%patch703 -p1
%patch811 -p1
%patch812 -p1
%patch813 -p1
%patch814 -p1
%patch816 -p1
%patch817 -p1
%patch818 -p1
%patch832 -p1
%patch843 -p1
%patch846 -p1
%patch850 -p1
%patch851 -p1
%patch852 -p1

%patch1000 -p1
%patch1001 -p1

find -name "*.orig" | xargs rm -f
! find -name "*.rej" # Should not happen.

cat > gdb/version.in << EOF
%{version}-%{release} (%{distro_version})
EOF

# Remove the info and other generated files added by the FSF release
# process.
rm -f libdecnumber/gstdint.h
rm -f bfd/doc/*.info
rm -f bfd/doc/*.info-*
rm -f gdb/doc/*.info
rm -f gdb/doc/*.info-*

# RL_STATE_FEDORA_GDB would not be found for:
# Patch642: gdb-readline62-ask-more-rh.patch
# --with-system-readline
mv -f readline/doc readline-doc
rm -rf readline/*
mv -f readline-doc readline/doc

%build
CONFIGURE_TOP=$PWD
# Identify the build directory with the version of gdb as well as the
# architecture, to allow for mutliple versions to be installed and
# built.
# Initially we're in the %{gdb_src} directory.

for fprofile in %{?_with_profile:-fprofile} ""
do

mkdir %{gdb_build}$fprofile
cd %{gdb_build}$fprofile

export CFLAGS="$RPM_OPT_FLAGS"

%if 0%{?_with_debug:1}
# --enable-werror could conflict with `-Wall -O0' but this is no longer true
# for recent GCCs.
CFLAGS="$CFLAGS -O0 -ggdb2"
%endif

CC=gcc CXX=g++ %configure	\
	--htmldir=%{gdb_docdir}					\
	--pdfdir=%{gdb_docdir}					\
	--with-system-gdbinit=%{_sysconfdir}/gdbinit		\
	--with-gdb-datadir=%{_datadir}/gdb			\
	--enable-gdb-build-warnings=,-Wno-unused		\
	--with-separate-debug-dir=/usr/lib/debug		\
	--disable-werror					\
	--disable-rpath						\
	--with-lzma						\
	--with-system-readline				\
	--with-expat						\
$(: ppc64 host build crashes on ppc variant of libexpat.so )	\
	--without-libexpat-prefix				\
	--disable-tui						\
%if 0%{!?_without_python:1}
	--with-python						\
%else
	--without-python					\
%endif
%if %{with rpm}
	--with-rpm						\
%else
	--without-rpm						\
%endif
	--without-libunwind					\
	--enable-64-bit-bfd					\
%if 0%{?_with_debug:1}
	--enable-static --disable-shared --enable-debug		\
%endif
	--enable-targets=s390-linux-gnu,powerpc-linux-gnu,arm-linux-gnueabi,aarch64-linux-gnu \
	%{_target_platform}

if [ -z "%{!?_with_profile:no}" ]
then
  # Run all the configure tests being incompatible with $FPROFILE_CFLAGS.
  %make configure-host configure-target
  %make clean

  # Workaround -fprofile-use:
  # linux-x86-low.c:2225: Error: symbol `start_i386_goto' is already defined
  %make -C gdb/gdbserver linux-x86-low.o
fi

# Global CFLAGS would fail on:
# conftest.c:1:1: error: coverage mismatch for function 'main' while reading counter 'arcs'
if [ "$fprofile" = "-fprofile" ]
then
  FPROFILE_CFLAGS='-fprofile-generate'
elif [ -z "%{!?_with_profile:no}" ]
then
  FPROFILE_CFLAGS='-fprofile-use'
  # We cannot use -fprofile-dir as the bare filenames clash.
  (cd ../%{gdb_build}-fprofile;
   # It was 333 on x86_64.
   test $(find -name "*.gcda"|wc -l) -gt 300
   find -name "*.gcda" | while read -r i
   do
     ln $i ../%{gdb_build}/$i
   done
  )
else
  FPROFILE_CFLAGS=""
fi

%make CFLAGS="$CFLAGS $FPROFILE_CFLAGS" LDFLAGS="$FPROFILE_CFLAGS"

if [ "$fprofile" = "-fprofile" ]
then
  cd gdb
  cp -p gdb gdb-withindex
  PATH="$PWD:$PATH" sh ../../gdb/gdb-add-index $PWD/gdb-withindex
  ./gdb -nx -ex q ./gdb-withindex
  ./gdb -nx -readnow -ex q ./gdb-withindex
  cd ..
fi

cd ..

done	# fprofile

cd %{gdb_build}

%make info
%make -C gdb/doc {gdb,annotate}{.info,/index.html,.pdf} MAKEHTMLFLAGS=--no-split

grep '#define HAVE_ZLIB_H 1' gdb/config.h

# Copy the <sourcetree>/gdb/NEWS file to the directory above it.
cp $RPM_BUILD_DIR/%{gdb_src}/gdb/NEWS $RPM_BUILD_DIR/%{gdb_src}

%check
# Initially we're in the %{gdb_src} directory.
cd %{gdb_build}

%if %{without testsuite}
echo ====================TESTSUITE DISABLED=========================
%else
echo ====================TESTING=========================
cd gdb
gcc -o ./orphanripper %{SOURCE2} -Wall -lutil -ggdb2
# Need to use a single --ignore option, second use overrides first.
# No `%{?_smp_mflags}' here as it may race.
# WARNING: can't generate a core file - core tests suppressed - check ulimit
# "readline-overflow.exp" - Testcase is broken, functionality is OK.
(
  # ULIMIT required for `gdb.base/auxv.exp'.
  ulimit -H -c
  ulimit -c unlimited || :

  # Setup $CHECK as `check//unix/' or `check//unix/-m64' for explicit bitsize.
  # Never use two different bitsizes as it fails on ppc64.
  echo 'int main (void) { return 0; }' >biarch.c
  CHECK=""
  for BI in -m64 -m32 -m31 ""
  do
    # Do not use size-less options if any of the sizes works.
    # On ia64 there is no -m64 flag while we must not leave a bare `check' here
    # as it would switch over some testing scripts to the backward compatibility
    # mode: when `make check' was executed from inside the testsuite/ directory.
    if [ -z "$BI" -a -n "$CHECK" ];then
      continue
    fi
    # Do not use $RPM_OPT_FLAGS as the other non-size options will not be used
    # in the real run of the testsuite.
    if ! gcc $BI -o biarch biarch.c
    then
      continue
    fi
    CHECK="$CHECK check//unix/$BI"
  done
  # Do not try -m64 inferiors for -m32 GDB as it cannot handle inferiors larger
  # than itself.
  # s390 -m31 still uses the standard ELF32 binary format.
  gcc $RPM_OPT_FLAGS -o biarch biarch.c
  RPM_SIZE="$(file ./biarch|sed -n 's/^.*: ELF \(32\|64\)-bit .*$/\1/p')"
  if [ "$RPM_SIZE" != "64" ]
  then
    CHECK="$(echo " $CHECK "|sed 's# check//unix/-m64 # #')"
  fi

  # Disable some problematic testcases.
  # RUNTESTFLAGS='--ignore ...' is not used below as it gets separated by the
  # `check//...' target spawn and too much escaping there would be dense.
  for test in				\
    gdb.base/readline-overflow.exp	\
    gdb.base/bigcore.exp		\
  ; do
    mv -f ../../gdb/testsuite/$test ../gdb/testsuite/$test-DISABLED || :
  done

  # Run all the scheduled testsuite runs also in the PIE mode.
  # Upstream GDB would lock up the testsuite run for too long on its failures.
  CHECK="$(echo $CHECK|sed 's#check//unix/[^ ]*#& &/-fPIE/-pie#g')"

  ./orphanripper %make -k $CHECK \
$(: Serialize the output to keep the order for regression checks. ) \
%if 0%{?el5:1}
    RUNTESTFLAGS="--tool gdb" \
%endif
    || :
)
for t in sum log
do
  for file in testsuite*/gdb.$t
  do
    suffix="${file#testsuite.unix.}"
    suffix="${suffix%/gdb.$t}"
    ln $file gdb-%{_target_platform}$suffix.$t || :
  done
done
# `tar | bzip2 | uuencode' may have some piping problems in Brew.
tar cjf gdb-%{_target_platform}.tar.bz2 gdb-%{_target_platform}*.{sum,log}
uuencode gdb-%{_target_platform}.tar.bz2 gdb-%{_target_platform}.tar.bz2
cd ../..
echo ====================TESTING END=====================
%endif

%install
# Initially we're in the %{gdb_src} directory.
cd %{gdb_build}

%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/gdbinit.d
sed 's#%%{_sysconfdir}#%{_sysconfdir}#g' <%{SOURCE4} >%{buildroot}%{_sysconfdir}/gdbinit

for i in `find %{buildroot}%{_datadir}/gdb/python/gdb -name "*.py"`
do
  # Files could be also patched getting the current time.
  touch -r $RPM_BUILD_DIR/%{gdb_src}/gdb/ChangeLog $i
done

install -m 0775 %{SOURCE1000} %{buildroot}%{_bindir}

# Remove the files that are part of a gdb build but that are owned and
# provided by other packages.
# These are part of binutils

rm -rf %{buildroot}%{_datadir}/locale/
rm -f %{buildroot}%{_infodir}/bfd*
rm -f %{buildroot}%{_infodir}/standard*
rm -f %{buildroot}%{_infodir}/mmalloc*
rm -f %{buildroot}%{_infodir}/configure*
rm -f %{buildroot}%{_infodir}/gdbint*
rm -f %{buildroot}%{_infodir}/stabs*
rm -rf %{buildroot}%{_includedir}
rm -rf %{buildroot}/%{_libdir}/lib{bfd*,opcodes*,iberty*,mmalloc*}

# Delete this too because the dir file will be updated at rpm install time.
# We don't want a gdb specific one overwriting the system wide one.

rm -f %{buildroot}%{_infodir}/dir

# pstack obsoletion
cp -p %{SOURCE3} %{buildroot}%{_mandir}/man1/gstack.1
ln -s gstack.1 %{buildroot}%{_mandir}/man1/pstack.1
ln -s gstack %{buildroot}%{_bindir}/pstack

# Packaged GDB is not a cross-target one.
(cd %{buildroot}%{_datadir}/gdb/syscalls
 rm -f mips*.xml
 rm -f sparc*.xml
%ifnarch x86_64
 rm -f amd64-linux.xml
%endif
%ifnarch %{ix86} x86_64
 rm -f i386-linux.xml
%endif
%ifnarch ppc ppc64
 rm -f ppc{,64}-linux.xml
%endif
)

%files
%doc COPYING3 COPYING COPYING.LIB README NEWS
%{_bindir}/gcore
%{_bindir}/gdb
%{_bindir}/debuginfo-install
%config(noreplace) %{_sysconfdir}/gdbinit
%{_sysconfdir}/gdbinit.d
%{_mandir}/*/gdbinit.5*
%{_mandir}/*/gdb.1*
%{_mandir}/*/gcore.1*
%{_mandir}/*/gdb-add-index.1*
%{_bindir}/gstack
%ifarch %arm
%{_bindir}/run
%{_libdir}/lib*-*mandriva-linux-gnu*-sim.a
%{_mandir}/man1/run.1*
%endif
%{_mandir}/*/gstack.1*
%{_bindir}/gdb-add-index
%{_bindir}/pstack
%{_mandir}/*/pstack.1*
%{_datadir}/gdb
# don't include the files in include, they are part of binutils
%{_bindir}/gdbserver
%{_mandir}/*/gdbserver.1*
%ifarch %{ix86} x86_64
%{_libdir}/libinproctrace.so
%endif
%{_infodir}/annotate.info*
%{_infodir}/gdb.info*

%changelog
* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.7.1_2014.06_1-4
+ Revision: de951d3
- Use urpmf instead of urpmi when suggesting debuginfo package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16433 |14mr|gdbm-1.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 4
%define	libname %mklibname gdbm %{major}
%define	develname %mklibname gdbm -d

Summary:	A GNU set of database routines which use extensible hashing
Name:		gdbm
Version:	1.10
Release:	4
License:	GPL
Group:		System/Libraries
URL:		http://www.gnu.org/software/gdbm/
Source0:	ftp://ftp.gnu.org/pub/gnu/gdbm/%{name}-%{version}.tar.gz
Patch0:		gdbm-1.10-zeroheaders.patch
Buildrequires:	texinfo autoconf automake libtool

%description
Gdbm is a GNU database indexing library, including routines
which use extensible hashing.  Gdbm works in a similar way to standard UNIX
dbm routines.  Gdbm is useful for developers who write C applications and
need access to a simple and efficient database or who are building C
applications which will use such a database.

If you're a C developer and your programs need access to simple database
routines, you should install gdbm.  You'll also need to install gdbm-devel.

%package -n	%{libname}
Summary:	Main library for gdbm
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{name} < 1.10

%description -n	%{libname}
This package provides library needed to run programs dynamically linked
with gdbm.

%package -n	%{develname}
Summary:	Development libraries and header files for the gdbm library
Group:		Development/Databases
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
# (anssi) biarch compat conflict (FIXME: this should be fixed more generally,
# maybe by adding a hack in perl-URPM):
Conflicts:	%{name}-devel < %{version}-%{release}
Conflicts:	%{mklibname gdbm 2 -d} < 1.10
Obsoletes:	%{name}-devel < 1.10
Obsoletes:	%{mklibname gdbm 1 -d} < 1.10
Obsoletes:	%{mklibname gdbm 3 -d} < 1.10

%description -n	%{develname}
Gdbm-devel contains the development libraries and header files
for gdbm, the GNU database system.  These libraries and header files are
necessary if you plan to do development using the gdbm database.

Install gdbm-devel if you are developing C programs which will use the
gdbm database library.  You'll also need to install the gdbm package.

%prep
%setup -q
%patch0 -p1 -b .zeroheaders

%build
%configure2_5x --disable-static --enable-libgdbm-compat --enable-largefile
%make

%install
%makeinstall_std
%find_lang %{name}

# create symlinks for compatibility
mkdir -p %{buildroot}/%{_includedir}/gdbm
ln -sf ../gdbm.h %{buildroot}/%{_includedir}/gdbm/gdbm.h
ln -sf ../ndbm.h %{buildroot}/%{_includedir}/gdbm/ndbm.h
ln -sf ../dbm.h %{buildroot}/%{_includedir}/gdbm/dbm.h

%files -f %{name}.lang
%{_bindir}/*

%files -n %{libname}
%doc NEWS README
%{_libdir}/libgdbm*.so.%{major}*

%files -n %{develname}
%{_libdir}/libgdbm*.so
%dir %{_includedir}/gdbm
%{_includedir}/gdbm/*.h
%{_includedir}/*.h
%{_infodir}/gdbm*
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10-4
+ Revision: 0587654
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16434 |14mr|gdisk-0.8.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An fdisk-like partitioning tool for GPT disks
Name:		gdisk
Version:	0.8.10
Release:	2
License:	GPLv2+
Group:		System/Configuration/Hardware
Url:		http://www.rodsbooks.com/gdisk
Source0:	http://www.rodsbooks.com/%{name}/gptfdisk-%{version}.tar.gz
BuildRequires:	pkgconfig(icu-io)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
Buildrequires:	pkgconfig(popt)
Buildrequires:	pkgconfig(uuid)

%description
An fdisk-like partitioning tool for GPT disks. GPT
fdisk features a command-line interface, fairly direct
manipulation of partition table structures, recovery
tools to help you deal with corrupt partition tables,
and the ability to convert MBR disks to GPT format.

%files
%doc NEWS COPYING README
%{_sbindir}/gdisk
%{_sbindir}/sgdisk
%doc %{_mandir}/man8/*

#----------------------------------------------------------------------------

%prep
%setup -qn gptfdisk-%{version}

%build
CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" %make

%install
mkdir -p %{buildroot}%{_sbindir}
install -Dp -m0755 gdisk %{buildroot}%{_sbindir}
install -Dp -m0755 sgdisk %{buildroot}%{_sbindir}
install -Dp -m0644 gdisk.8 %{buildroot}%{_mandir}/man8/gdisk.8
install -Dp -m0644 sgdisk.8 %{buildroot}%{_mandir}/man8/sgdisk.8



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.10-2
+ Revision: 9a649a2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16435 |14mr|gdk-pixbuf-0.22.0-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define major_gnomecanvas 1
%define lib_name %mklibname %{name} %{major}
%define lib_canvas %mklibname %{name}-gnomecanvas %{major_gnomecanvas}
%define lib_xlib %mklibname %{name}-xlib %{major}

# define to use Xvfb
%define build_xvfb 0

# Allow --with[out] <feature> at rpm command line build
%{?_without_XVFB: %{expand: %%define build_xvfb 0}}
%{?_with_XVFB: %{expand: %%define build_xvfb 1}}

Summary:	An image loading and rendering library for Gdk
Name:		gdk-pixbuf
Version:	0.22.0
Release:	22
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/unstable/%{name}/%{name}-%{version}.tar.bz2
Patch0:		gdk-pixbuf-demolink.patch
# (fc) 0.18.0-1mdk don't add -Llibdir to gdk-pixbuf-config --libs
Patch1:		gdk-pixbuf-0.18.0-libdir.patch
# (fc) 0.22.0-4mdk security update for CAN-2004-0782, CAN-2004-0783, CAN-2004-0788, and CAN-2004-0753
Patch2:		gdk-pixbuf-0.22.0-CAN-2004-0753.patch
Patch3:		gdk-pixbuf-0.22.0-loaders.patch
# (gb) 0.22.0-7mdk this applies to aclocal.m4 directly, don't bother with older aclocal
Patch4:		gdk-pixbuf-0.22.0-libtool.patch
# (fc) 0.22.0-8mdk fix BMP vulnerability (CVS) (CAN-2005-0891)
Patch5:		gdk-pixbuf-0.22.0-bmpcrash.patch
# (fc) 0.22.0-8mdk fix ICO width (Fedora)
Patch6:		gdk-pixbuf-0.22.0-ico-width.patch
Patch7:		gdk-pixbuf-0.22.0-fix-underquoted-calls.patch
Patch8:		gdk-pixbuf-0.22.0-rgb.txt_fix.diff
Patch9:		gdk-pixbuf-0.22.0-linkage_fix.diff
Patch10:	gdk-pixbuf-0.22.0-remove-gmodule-configure-check.patch
Patch11:	gdk-pixbuf-0.22.0-automake.patch
Patch12:	gdk-pixbuf-0.22.0-libpng15.patch
Requires:	%{name}-loaders = %{version}-%{release}
BuildRequires:	db1-devel
BuildRequires:	gnome-libs-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	tiff-devel
BuildRequires:	automake
BuildRequires:	pkgconfig(xt)
BuildRequires:	rgb
%if %{build_xvfb}
BuildRequires:	XFree86-Xvfb
%endif

%description
The GdkPixBuf library provides a number of features:
 - Image loading facilities.
 - Rendering of a GdkPixBuf into various formats:
   drawables (windows, pixmaps), GdkRGB buffers.

%package -n	%{lib_name}
Summary:	An image loading and rendering library for Gdk
Group:		System/Libraries
Requires:	%{name}-loaders = %{version}-%{release}
Provides:	gdk-pixbuf = %{version}-%{release}

%description -n	%{lib_name}
The GdkPixBuf library provides a number of features:
 - Image loading facilities.
 - Rendering of a GdkPixBuf into various formats:
   drawables (windows, pixmaps), GdkRGB buffers.

This package provides GTK+ version of gdk-pixbuf

%package -n	%{lib_canvas}
Summary:	An image loading and rendering library for Gdk
Group:		System/Libraries
Requires:	%{name}-loaders = %{version}-%{release}
Provides:	%{name}-gnomecanvas = %{version}-%{release}
Provides:	lib%{name}-gnomecanvas2 = %{version}-%{release}

%description -n	%{lib_canvas}
The GdkPixBuf library provides a number of features:
 - Image loading facilities.
 - Rendering of a GdkPixBuf into various formats:
   drawables (windows, pixmaps), GdkRGB buffers.

This package provides GNOME version of gdk-pixbuf

%package -n	%{lib_xlib}
Summary:	An image loading and rendering library for Gdk
Group:		System/Libraries
Requires:	%{name}-loaders = %{version}-%{release}
Provides:	%{name}-xlib = %{version}-%{release}

%description -n	%{lib_xlib}
The GdkPixBuf library provides a number of features:
 - Image loading facilities.
 - Rendering of a GdkPixBuf into various formats:
   drawables (windows, pixmaps), GdkRGB buffers.

This package provides Xlib version of gdk-pixbuf

%package	loaders
Summary:	An image loading and rendering library for Gdk
Group:		System/Libraries

%description	loaders
The GdkPixBuf library provides a number of features:
 - Image loading facilities.
 - Rendering of a GdkPixBuf into various formats:
   drawables (windows, pixmaps), GdkRGB buffers.

This package provides image loaders used by all versions
of GdkPixBuf

%package -n	%{lib_name}-devel
Summary:	Development tools for GdkPixBuf applications
Group:		Development/GNOME and GTK+
Requires:	%{lib_canvas} = %{version}-%{release}
Requires:	%{lib_xlib} = %{version}-%{release}
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n	%{lib_name}-devel
The header files, static libraries and documentation needed for
deeveloping GdkPixBuf applications. GdkPixBuf is an image loading and rendering
library for Gdk.

Install the imlib-devel package if you want to develop Imlib applications.
You'll also need to install the gdk-pixbuf package.

%prep
%setup -q
%patch0 -p1 -b .demolink
%patch1 -p1 -b .libdir
%patch2 -p1 -b .can-2004-0753
%patch3 -p1 -b .can-2004-0782_0783_0788
%patch4 -p1 -b .libtool
%patch5 -p1 -b .bmpcrash
%patch6 -p1 -b .ico-width
%patch7 -p1 -b .underquoted
%patch8 -p0
%patch9 -p1
%patch10 -p0
%patch11 -p0
%patch12 -p1 -b .libpng15

# Converting NEWS to UTF-8
iconv -f iso8859-1 -t utf-8 NEWS > NEWS.conv && mv -f NEWS.conv NEWS

# needed by patches 1 & 4
libtoolize --install --force
aclocal
autoconf
automake -a -c

%build
%define _disable_ld_no_undefined 1
%configure2_5x --disable-gtk-doc

%if %{build_xvfb}
XDISPLAY=$(i=0; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
Xvfb :$XDISPLAY >& /dev/null &
DISPLAY=:$XDISPLAY make
kill $(cat /tmp/.X$XDISPLAY-lock)
%else
make
%endif


%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/gdk-pixbuf-config

%files -n %{lib_name}
%doc AUTHORS COPYING COPYING.LIB NEWS README TODO
%{_libdir}/libgdk_pixbuf.so.*

%files loaders
%dir %{_libdir}/gdk-pixbuf
%dir %{_libdir}/gdk-pixbuf/loaders
%{_libdir}/gdk-pixbuf/loaders/*.so*

%files -n %{lib_xlib}
%{_libdir}/*xlib.so.*

%files -n %{lib_canvas}
%{_libdir}/*gnomecanvas*.so.*

%files -n %{lib_name}-devel
%{_bindir}/*-config
%multiarch %{multiarch_bindir}/*-config

%{_libdir}/*.a
%{_libdir}/libgdk*.so
%{_libdir}/libgnome*.so
%{_libdir}/gdk-pixbuf/loaders/*a
%{_includedir}/*
%{_datadir}/aclocal/*
%{_libdir}/*.sh
%{_datadir}/gnome/html/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.22.0-22
+ Revision: 2c321f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16436 |14mr|gdk-pixbuf2.0-2.30.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_gtkdoc 0
%define enable_tests 0
%define _disable_ld_as_needed	1

%define oname		gdk_pixbuf
%define pkgname		gdk-pixbuf
%define api_version	2.0
%define binary_version	2.10.0
%define major		0
%define girmajor	2.0

%define libname		%mklibname %{oname} %{api_version} %{major}
%define xlibname	%mklibname %{oname}_xlib %{api_version} %{major}
%define develname	%mklibname -d %{oname} %{api_version}
%define develxlib	%mklibname -d %{oname}_xlib %{api_version}
%define girname		%mklibname %{oname}-gir %{girmajor}

Summary:	Image loading and manipulation library for GTK+
Name:		%{pkgname}%{api_version}
Version:	2.30.8
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gtk.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.30/%{pkgname}-%{version}.tar.xz

BuildRequires:	gettext-devel
BuildRequires:	jasper-devel
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
%if %enable_tests
BuildRequires:	x11-server-xvfb
# gw tests will fail without this
BuildRequires:	fonts-ttf-dejavu
%endif
%if %enable_gtkdoc
BuildRequires:	gtk-doc >= 0.9
BuildRequires:	sgml-tools
BuildRequires:	texinfo
%endif
Requires:	common-licenses
Conflicts:	gtk+2.0 < 2.21.3
Conflicts:	%{_lib}gdk_pixbuf2.0_0 < 2.24.0-6

%description
This package contains libraries used by GTK+ to load and handle
various image formats.

%package -n %{libname}
Summary:	Image loading and manipulation library for GTK+
Group:		System/Libraries
Provides:	lib%{oname}%{api_version} = %{version}-%{release}

%description -n %{libname}
This package contains libraries used by GTK+ to load and handle
various image formats.

%package -n %{xlibname}
Summary:	Image loading and manipulation library for GTK+
Group:		System/Libraries

%description -n %{xlibname}
This package contains libraries used by GTK+ to load and handle
various image formats.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	gir-repository < 0.6.5-4

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Summary:	Development files for image handling library for GTK+
Group:		Development/GNOME and GTK+
Provides:	lib%{oname}%{api_version}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires: 	%{name} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Obsoletes:	%{_lib}gdk_pixbuf2.0_0-devel < 2.26

%description -n %{develname}
This package contains the development files needed to compile programs
that uses GTK+ image loading/manipulation library.

%package -n %{develxlib}
Summary:	Development files for image handling library for GTK+ - Xlib
Group:		Development/GNOME and GTK+
Provides:	lib%{oname}_xlib%{api_version}-devel = %{version}-%{release}
Requires:	%{xlibname} = %{version}-%{release}

%description -n %{develxlib}
This package contains the development files needed to compile programs
that uses GTK+ image loading/manipulation Xlib library.

%prep
%setup -qn %{pkgname}-%{version}

%build
# fix crash in nautilus (GNOME bug #596977)
export CFLAGS=`echo %{optflags} | sed -e 's/-fomit-frame-pointer//g'`

#CONFIGURE_TOP=..
#export CPPFLAGS="-DGTK_COMPILATION"

autoreconf -f -i
%configure \
	--with-libjasper --with-x11 \
	--with-included-loaders=png \
%if !%{enable_gtkdoc}
	--enable-gtk-doc=no
%endif

%make

%if %enable_tests
%check
xvfb-run make check
%endif

%install
rm -rf %{buildroot} %{pkgname}.lang
%makeinstall_std RUN_QUERY_LOADER_TEST=false

touch %{buildroot}%{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders.cache

# handle biarch packages
progs="gdk-pixbuf-query-loaders"
mkdir -p %{buildroot}%{_libdir}/%{pkgname}-%{api_version}/bin
for f in $progs; do
  mv -f %{buildroot}%{_bindir}/$f %{buildroot}%{_libdir}/%{pkgname}-%{api_version}/bin/
  cat > %{buildroot}%{_bindir}/$f << EOF
#!/bin/sh
lib=%{_lib}
case ":\$1:" in
:lib*:) lib="\$1"; shift 1;;
esac
exec %{_prefix}/\$lib/%{pkgname}-%{api_version}/bin/$f \${1+"\$@"}
EOF
  chmod +x %{buildroot}%{_bindir}/$f
done

#remove not packaged files
find %{buildroot} -name *.la | xargs rm

%find_lang %{pkgname}

%post
if [ "$1" = "2" ]; then
  if [ -f %{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders.cache ]; then
    rm -f %{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders.cache
  fi
fi
%{_libdir}/%{pkgname}-%{api_version}/bin/gdk-pixbuf-query-loaders --update-cache

%triggerin -- %{_libdir}/gdk-pixbuf-%{api_version}/%{binary_version}/loaders/*.so
%{_libdir}/%{pkgname}-%{api_version}/bin/gdk-pixbuf-query-loaders --update-cache

%triggerpostun -- %{_libdir}/gdk-pixbuf-%{api_version}/%{binary_version}/loaders/*.so
if [ -x %{_bindir}/gdk-pixbuf-query-loaders ]; then
%{_libdir}/%{pkgname}-%{api_version}/bin/gdk-pixbuf-query-loaders --update-cache
fi

%files -f %{pkgname}.lang
%doc README
%{_bindir}/gdk-pixbuf-query-loaders
%dir %{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders
%{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders/*.so
%{_libdir}/%{pkgname}-%{api_version}/bin/gdk-pixbuf-query-loaders
%ghost %verify (not md5 mtime size) %{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders.cache
%{_mandir}/man1/gdk-pixbuf-query-loaders.1*

%files -n %{libname}
%{_libdir}/libgdk_pixbuf-%{api_version}.so.%{major}*

%files -n %{xlibname}
%{_libdir}/libgdk_pixbuf_xlib-%{api_version}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GdkPixbuf-%{girmajor}.typelib

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/gdk-pixbuf
%{_bindir}/gdk-pixbuf-csource
%{_bindir}/gdk-pixbuf-pixdata
%{_libdir}/libgdk_pixbuf-%{api_version}.so
%{_includedir}/%{pkgname}-%{api_version}/%{pkgname}/
%{_libdir}/pkgconfig/gdk-pixbuf-%{api_version}.pc
%{_datadir}/gir-1.0/GdkPixbuf-%{api_version}.gir
%{_mandir}/man1/gdk-pixbuf-csource.1*

%files -n %{develxlib}
%{_libdir}/libgdk_pixbuf_xlib-%{api_version}.so
%{_includedir}/%{pkgname}-%{api_version}/%{pkgname}-xlib/
%{_libdir}/pkgconfig/gdk-pixbuf-xlib-%{api_version}.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.30.8-3
+ Revision: ab4af97
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16437 |14mr|gdl-2.30.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gdl
%define version 2.30.1
%define release  5
%define api 1
%define major 3
%define libname %mklibname %name %api %major
%define libnamedev %mklibname -d %name

Summary: Gnome Devtool Libraries
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://ftp.gnome.org/pub/GNOME/sources/gdl/%{name}-%{version}.tar.bz2
License: LGPLv2+
Group: System/Libraries
Url: http://www.gnome.org
BuildRequires: pkgconfig(libgnomeui-2.0)
BuildRequires: libglade2.0-devel
BuildRequires: intltool
BuildRequires: chrpath
BuildRequires: gtk-doc

%description
This package contains components and libraries that are intended to be
shared between GNOME development tools, including gnome-debug,
gnome-build, and anjuta2.

The current pieces of GDL include:

 - A symbol browser bonobo component (symbol-browser-control).

 - A docking widget (gdl).

 - A utility library that also contains the stubs and skels for
   the symbol browser and text editor components (gdl, idl).

%package -n %libname
Group: System/Libraries
Summary: Gnome Devtool Libraries - shared library
Requires: %name >= %version

%description -n %libname
This package contains components and libraries that are intended to be
shared between GNOME development tools, including gnome-debug,
gnome-build, and anjuta2.

The current pieces of GDL include:

 - A symbol browser bonobo component (symbol-browser-control).

 - A docking widget (gdl).

 - A utility library that also contains the stubs and skels for
   the symbol browser and text editor components (gdl, idl).

%package -n %libnamedev
Group: Development/C
Summary: Gnome Devtool Libraries - development components
Requires: %libname = %version
Provides: lib%name-devel = %version-%release
Obsoletes: %mklibname -d gdl 1

%description -n %libnamedev
This package contains components and libraries that are intended to be
shared between GNOME development tools, including gnome-debug,
gnome-build, and anjuta2.

The current pieces of GDL include:

 - A symbol browser bonobo component (symbol-browser-control).

 - A docking widget (gdl).

 - A utility library that also contains the stubs and skels for
   the symbol browser and text editor components (gdl, idl).


%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot} %name-1.lang
%makeinstall_std
%find_lang %name-%{api}
chrpath -d %buildroot%_libdir/lib*.so

%clean
rm -rf %{buildroot}

%files -f %name-%{api}.lang
%defattr(-,root,root)
%doc README NEWS MAINTAINERS AUTHORS
%_datadir/%name


%files -n %libname
%defattr(-,root,root)
%_libdir/libgdl-%{api}.so.%{major}*

%files -n %libnamedev
%defattr(-,root,root)
%doc ChangeLog
%_libdir/lib*.so
%_libdir/pkgconfig/*
%_includedir/*
%_datadir/gtk-doc/html/gdl




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.30.1-5
+ Revision: b39a1b1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16438 |14mr|gdl3-3.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	gdl
%define api	3
%define major	5

%define libname 	%mklibname %{oname} %api %major
%define develname	%mklibname -d %{oname} %api
%define girname 	%mklibname %{oname}-gir %{api}

Summary: Gnome Development/Docking library
Name: %{oname}3
Version: 3.8.1
Release: 2
License: LGPLv2+
Group: System/Libraries
Url: http://www.gnome.org
Source0: http://ftp.gnome.org/pub/GNOME/sources/gdl/3.8/%{oname}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: pkgconfig(gdk-3.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(libxml-2.0)

%description
This package contains components and libraries that are intended to be
shared between GNOME development tools, including gnome-debug,
gnome-build, and anjuta2.

The current pieces of GDL include:
 - A symbol browser bonobo component (symbol-browser-control).
 - A docking widget (gdl).
 - A utility library that also contains the stubs and skels for
   the symbol browser and text editor components (gdl, idl).

%package -n %{libname}
Group: System/Libraries
Summary: Gnome Development/Docking library - shared libraries
Suggests: %{name} = %{version}-%{release}

%description -n %{libname}
This package contains the dynamic libraries from %{name}.

%package -n %{girname}
Group: System/Libraries
Summary: GObject Introspection interface library for %{name}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{develname}
Group: Development/C
Summary: Gnome Development/Docking library headers and development libraries
Requires: %{libname} = %{version}-%{release}
Requires: %{girname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}

%description -n %{develname}
This packages contains the headers and libraries for %{name}.

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x \
	--disable-rpath \
	--disable-static

%make

%install
%makeinstall_std

# remove unpackaged files
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%find_lang %{oname}-%{api}

%files -f %{oname}-%{api}.lang

%files -n %{libname}
%{_libdir}/libgdl-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gdl-%{api}.typelib

%files -n %{develname}
%doc ChangeLog README NEWS MAINTAINERS AUTHORS
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/gtk-doc/html/gdl-*
%{_datadir}/gir-1.0/Gdl-%{api}.gir

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.8.1-2
+ Revision: 65468e4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16439 |14mr|gdm-3.12.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major		1
%define	gmajor		1.0
%define libname		%mklibname gdm %{major}
%define develname	%mklibname -d %{name}
%define girname		%mklibname gdm-gir %{gmajor}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	The GNOME Display Manager
Name:		gdm
Version:	3.12.2
Release:	3
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/projects/gdm/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source1:	org.gnome.login-screen.gschema.override
Source2:	rosa-logo.png
# git format-patch --start-number 300 mga-3.1.2-plymouth..mga-3.1.2-patches
Patch0301:	0301-Novell-Look-at-the-current-runlevel-before-managing-.patch
Patch0302:	0302-Fix-gdm-pam.d-configs-3.12.2.patch
Patch0303:	0303-Read-.xsetup-scripts.patch
Patch0900:	gdm-3.8.1.1-drop-plymouth-conflicts.patch

Provides:	dm

Requires(postun): rpm-helper systemd update-alternatives
Requires(post):	  dconf systemd update-alternatives

Requires:	pam
Requires:	sessreg
Requires:	usermode
Requires:	cdialog
Requires:	zenity
Requires:	gnome-session-bin
Requires:	gnome-settings-daemon
Requires:	metacity
Suggests:	gnome-power-manager
# for XFdrake on failsafe fallback:
Requires:	drakx-kbd-mouse-x11
Requires:	xinitrc >= 2.4.14
Requires:	dbus-x11
Requires:	polkit-gnome
Requires:	accountsservice
Requires:	gnome-icon-theme-symbolic
Provides:	gdm-Xnest
Obsoletes:	gdm-Xnest

Obsoletes:	gdm-themes
Conflicts:	gdm-220
BuildRequires: 	pkgconfig(accountsservice) >= 0.6.12
BuildRequires:	pkgconfig(check) >= 0.9.4
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.74
BuildRequires:	pkgconfig(fontconfig) >= 2.5.0
BuildRequires:	pkgconfig(gconf-2.0) >= 2.31.3
BuildRequires:	pkgconfig(gio-2.0) >= 2.29.3
BuildRequires:	pkgconfig(gobject-2.0) >= 2.29.3
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.91.1
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.4
BuildRequires:	pkgconfig(libxklavier) >= 4.0
BuildRequires:	pkgconfig(nss) >= 3.11.1
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(ply-boot-client)
BuildRequires:	pkgconfig(upower-glib) >= 0.9.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xdmcp)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pam-devel
BuildRequires:	libwrap-devel
BuildRequires:	audit-devel
BuildRequires:	intltool >= 0.40.0
BuildRequires:	gettext-devel
BuildRequires:	yelp-tools
BuildRequires:	dconf
BuildRequires:	itstool
BuildRequires:	gnome-common

Obsoletes:	gdm-user-switch-applet < 3.0.0
Obsoletes:	%{_lib}gdmsimplegreeter1

Requires:	%{_lib}gmenu-gir3.0 >= 3.8.0

%description
Gdm (the GNOME Display Manager) is a highly configurable
reimplementation of xdm, the X Display Manager. Gdm allows you to log
into your system with the X Window System running and supports running
several different X sessions on your local machine at the same time.

%pre
%_pre_useradd gdm %{_var}/lib/gdm /bin/false
%_pre_groupadd xgrp gdm

%post
# avoiding conflict with lightdm
if [ $1 -eq 1 ] ; then \
update-alternatives --install %{_bindir}/gdmflexiserver gdmflexiserver %{_libexecdir}/%{name}/gdmflexiserver 30
fi

# (cg) Setup dconf settings for gdm
# http://git.gnome.org/browse/gdm/commit/?id=eebeb62e2daccc932f3033fbd857b619ba9936d0
dconf update

if [ -f /%{_sysconfdir}/X11/xdm/Xsession -a ! -x /%{_sysconfdir}/X11/xdm/Xsession ]; then
        chmod +x /%{_sysconfdir}/X11/xdm/Xsession
fi
if [ -x /usr/sbin/chksession ]; then /usr/sbin/chksession -g || true; fi

%systemd_post gdm.service

%{_sbindir}/gdm-safe-restart >/dev/null 2>&1 || :

%postun
%_postun_userdel gdm
%_postun_groupdel xgrp gdm
%systemd_postun gdm.service

%preun
if [ $1 -ge 0 ] ; then \
	if [ ! -e %{_libexecdir}/%{name}/gdmflexiserver ]; then
		update-alternatives --remove gdmflexiserver %{_libexecdir}/%{name}/gdmflexiserver
	fi
fi
%systemd_preun gdm.service

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%_sysconfdir/dbus-1/system.d/gdm.conf
%{_bindir}/gdm-screenshot
%{_sbindir}/gdm
%dir %{_sysconfdir}/X11/gdm
%{_sysconfdir}/gdm
%config(noreplace) %{_sysconfdir}/pam.d/gdm
%config(noreplace) %{_sysconfdir}/pam.d/gdm-autologin
%config(noreplace) %{_sysconfdir}/pam.d/gdm-pin
%config(noreplace) %{_sysconfdir}/pam.d/gdm-fingerprint
%config(noreplace) %{_sysconfdir}/pam.d/gdm-password
%config(noreplace) %{_sysconfdir}/pam.d/gdm-smartcard
%config(noreplace) %{_sysconfdir}/pam.d/gdm-launch-environment
%config(noreplace) %{_sysconfdir}/X11/gdm/custom.conf
%config(noreplace) %{_sysconfdir}/X11/gdm/Xsession
%dir %{_sysconfdir}/X11/dm
%dir %{_sysconfdir}/X11/dm/Sessions
%config(noreplace) %{_sysconfdir}/X11/gdm/PreSession
%config(noreplace) %{_sysconfdir}/X11/gdm/PostSession
%config(noreplace) %{_sysconfdir}/X11/gdm/PostLogin
%config(noreplace) %{_sysconfdir}/X11/gdm/Init
%{_libexecdir}/gdm-host-chooser
%{_libexecdir}/gdm-session-worker
%{_libexecdir}/gdm-simple-chooser
%{_libexecdir}/gdm/gdmflexiserver
%dir %{_libdir}/gdm
%{_datadir}/pixmaps/*
%{_datadir}/gdm
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.xml
%dir %{_datadir}/hosts
%attr(1770, gdm, gdm) %dir %{_localstatedir}/lib/gdm
%attr(1755, gdm, gdm) %dir %{_localstatedir}/run/gdm/greeter
%attr(1777, root, gdm) %dir %{_localstatedir}/run/gdm
%attr(1755, root, gdm) %dir %{_localstatedir}/cache/gdm
%attr(700,gdm,gdm) %dir %{_localstatedir}/lib/gdm/.local
%attr(700,gdm,gdm) %dir %{_localstatedir}/lib/gdm/.local/share
%attr(700,gdm,gdm) %dir %{_localstatedir}/lib/gdm/.local/share/applications
%{_datadir}/dconf/profile/gdm
#%ghost %{_sysconfdir}/dconf/db/%{name}
#%dir %{_sysconfdir}/dconf/db/gdm.d
#%{_sysconfdir}/dconf/db/gdm.d/00-upstream-settings
#%dir %{_sysconfdir}/dconf/db/gdm.d/locks
%{_datadir}/gnome-session/sessions/gdm-shell.session
%dir %{_var}/log/gdm
%{_datadir}/icons/hicolor/*/apps/gdm*
# (cg) Note: Ship this, but lets not enable it or do anything fancy
# until we fully redo any prefdm stuff and have units for all DMs
# we support.
%{_unitdir}/gdm.service
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.override

#--------------------------------------------------------------------
%package -n %{libname}
Summary:	Library for the %name greeter
Group:		System/Libraries
Obsoletes:	%{_lib}gdmreeter1 < 3.2.1-3

%description -n %{libname}
Gdm (the GNOME Display Manager) is a highly configurable
reimplementation of xdm, the X Display Manager. Gdm allows you to log
into your system with the X Window System running and supports running
several different X sessions on your local machine at the same time.

%files -n %{libname}
%{_libdir}/libgdm.so.%{major}*

#--------------------------------------------------------------------

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{epoch}:%{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Gdm-%{gmajor}.typelib

#--------------------------------------------------------------------

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{epoch}:%{version}-%{release}
Provides:	%{name}-devel = %{epoch}:%{version}-%{release}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{develname}
%{_includedir}/gdm
%{_libdir}/libgdm.so
%{_libdir}/pkgconfig/gdm.pc
%{_datadir}/gir-1.0/Gdm-%{gmajor}.gir

#--------------------------------------------------------------------

%prep
%setup -q
cp data/Init.in data/Default.in
%apply_patches

%build
NOCONFIGURE=yes gnome-autogen.sh
%configure2_5x \
	--with-sysconfsubdir=X11/gdm \
	--with-dmconfdir=%{_sysconfdir}/X11/dm \
	--disable-static \
	--with-console-kit=no \
	--with-systemd \
	--with-plymouth

%make

%install
%makeinstall_std PAM_PREFIX=%{_sysconfdir}

# don't provide PreSession/PostSession, pam handle this
rm -f %{buildroot}%{_sysconfdir}/X11/PreSession/Default
rm -f %{buildroot}%{_sysconfdir}/X11/PostSession/Default

mkdir -p %{buildroot}%{_datadir}/hosts

%find_lang %{name} --with-gnome --all-name

mkdir -p %{buildroot}%{_var}/log/gdm %{buildroot}%{_sysconfdir}/X11/dm/Sessions

#remove unpackaged files
rm -rf %{buildroot}%{_sysconfdir}/X11/gdm/PostLogin/Default.sample \
  %{buildroot}%{_datadir}/xsessions/gnome.desktop

find %{buildroot} -name '*.la' -delete

# (cg) The existing gdm file is what we really want for gdm-password
rm -f %{buildroot}%{_sysconfdir}/pam.d/gdm-password
ln -s gdm %{buildroot}%{_sysconfdir}/pam.d/gdm-password

## (cg) For ghost ownership
#touch %{buildroot}%{_sysconfdir}/dconf/db/%{name}

pushd %{buildroot}%{_sysconfdir}
ln -s X11/gdm
popd

# avoiding conflict with lightdm
mkdir -p %{buildroot}%{_libexecdir}/%{name}
mv %{buildroot}%{_bindir}/gdmflexiserver %{buildroot}%{_libexecdir}/%{name}/gdmflexiserver

echo "auth       optional pam_group.so" >> %{buildroot}%{_sysconfdir}/pam.d/gdm
echo "auth       optional pam_group.so" >> %{buildroot}%{_sysconfdir}/pam.d/gdm-autologin
echo "-session     optional      pam_systemd.so" >> %{buildroot}%{_sysconfdir}/pam.d/gdm-fingerprint
echo "-session     optional      pam_systemd.so" >> %{buildroot}%{_sysconfdir}/pam.d/gdm-smartcard

# added ROSA logo
install -dD %{buildroot}%{_datadir}/glib-2.0/schemas
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/glib-2.0/schemas/
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/

sed -i 's@#!/bin/sh@#!/bin/bash@g' %{buildroot}%{_sysconfdir}/X11/gdm/Xsession

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.12.2-3
+ Revision: 7320e81
- MassBuild#440: Increase release tag

* Wed Jun 11 2014 Tigro <ashejn@gmail.com> 1:3.12.2-2
+ Revision: 5886202
- Merge remote-tracking branch 'origin/gnome312' into rosa2014.1

* Thu May 29 2014 Tigro <ashejn@gmail.com> 1:3.12.2-2
+ Revision: 1d81bed
- drop old patch

* Thu May 29 2014 Tigro <ashejn@gmail.com> 1:3.12.2-2
+ Revision: 8a78846
- update gdm-pam.d-configs patch for gdm 3.12.2

* Wed May 28 2014 Tigro <ashejn@gmail.com> 1:3.12.2-1
+ Revision: ef320ef
- drop pam patch for test

* Wed May 28 2014 Tigro <ashejn@gmail.com> 1:3.12.2-1
+ Revision: 66c0453
- drop file

* Tue May 20 2014 Tigro <ashejn@gmail.com> 1:3.12.2-1
+ Revision: 867c345
- update to 3.12.2

* Mon May 12 2014 Tigro <ashejn@gmail.com> 1:3.12.1-1
+ Revision: 9d75808
- drop some files and packages

* Mon May 12 2014 Tigro <ashejn@gmail.com> 1:3.12.1-1
+ Revision: f3089b7
- change paths

* Mon May 12 2014 Tigro <ashejn@gmail.com> 1:3.12.1-1
+ Revision: fd7738a
- added BR: dconf

* Mon May 12 2014 Tigro <ashejn@gmail.com> 1:3.12.1-1
+ Revision: 24e1957
- update to 3.12.1

* Fri Nov 22 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-12
+ Revision: a1c5ce6
- update logo to english rosa

* Mon Nov 11 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-12
+ Revision: 3d41442
- drop scrollkeeper update

* Thu Nov 07 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-11
+ Revision: fc29dad
- change #!/bin/sh to #!/bin/bash in /etc/X11/gdm/Xsession

* Thu Nov 07 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-10
+ Revision: ce4bafe
- drop some sources

* Sat Nov 02 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-10
+ Revision: fab50fa
- bump release

* Sat Nov 02 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-8
+ Revision: e5030c9
- Revert "drop chksession run and remove %{_sysconfdir}/X11/dm/"
- This reverts commit 39c1679423ca46ab4f0b3d18156f5d00dcd0e444.

* Sat Nov 02 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-9
+ Revision: 4a4575d
- Revert "fix path"
- This reverts commit 93bb74b5d4cc22de9618951da865f27b6caca8eb.

* Sat Nov 02 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-9
+ Revision: 6d1dfcf
- Revert "do not remove gnome.desktop"
- This reverts commit ebacab9e1ebc2bc68484fe35ec01f4826d12d054.

* Fri Oct 25 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-9
+ Revision: ebacab9
- do not remove gnome.desktop

* Wed Oct 23 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-9
+ Revision: 93bb74b
- fix path

* Wed Oct 23 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-9
+ Revision: 39c1679
- drop chksession run and remove %{_sysconfdir}/X11/dm/

* Sun Oct 13 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-8
+ Revision: 576dd39
- pack file

* Sun Oct 13 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-8
+ Revision: 709038a
- added ROSA logo

* Wed Oct 09 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-7
+ Revision: f56304c
- drop plymouth conflicts

* Tue Oct 08 2013 akdengi <kazancas@mandriva.ru> 1:3.8.1.1-6
+ Revision: 91db9f2
- install alternatives for gdmflexiserver only in initial, not upgrade

* Wed Sep 18 2013 akdengi <alexander.kazancev@rosalab.ru> 1:3.8.1.1-5
+ Revision: b2ea34d
- fix post

* Wed Sep 18 2013 akdengi <alexander.kazancev@rosalab.ru> 1:3.8.1.1-4
+ Revision: dcffcf2
- fix triggers

* Mon Sep 16 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 1:3.8.1.1-3
+ Revision: 20ebf2d
- Added alternatives to avoid conflict with lightdm

* Thu Jul 25 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-2
+ Revision: a7734fb
- require package not typelib

* Thu Jul 25 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-2
+ Revision: 849cfd9
- fix typo

* Wed Jul 24 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-2
+ Revision: 451789c
- added R: typelib(Gmenu) force black screen

* Tue Jul 23 2013 Alexander Kazancev <kazancas@gmail.com> 1:3.8.3.1-1
+ Revision: 618f233
- Use %systemd_post gdm.service in %post section



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16440 |14mr|gedit-3.12.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define build_python 0

Summary:	Small but powerful text editor for GNOME
Name:		gedit
Version:	3.12.1
Release:	3
License:	GPLv2+
Group:		Editors 
URL:		http://www.gnome.org/projects/gedit/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/gedit/3.12/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	python-gi
BuildRequires:	attr-devel
BuildRequires:	vala-devel vala-tools
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(gtksourceview-3.0) >= 3.11.2
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(libpeas-gtk-1.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zeitgeist-2.0)
%if %{build_python}
BuildRequires:	pkgconfig(pygobject-3.0)
%endif

Obsoletes:	%{_lib}gedit-private0 < 3.4.2

%description
gEdit is a small but powerful text editor designed expressly
for GNOME.

It includes such features as split-screen mode, a plugin
API, which allows gEdit to be extended to support many
features while remaining small at its core, multiple
document editing through the use of a 'tabbed' notebook and
many more functions.

%package zeitgeist
Summary:	Zeitgeist plugin for gedit
Group:		Editors
Requires:	%{name} = %{version}-%{release}

%description zeitgeist
This packages brings the Zeitgeist dataprovider - a plugin that logs
access and leave event for documents used with gedit.

%package devel
Group:		Development/C
Summary:	Headers for writing gEdit plugins
Obsoletes:	%{_lib}gedit-private-devel < 3.4.2

%description devel
Install this if you want to build plugins that use gEdit's API.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-gtk-doc \
%if %{build_python}
	--enable-python \
%else
	--disable-python \
%endif
	--enable-introspection \
	--disable-updater \
	--enable-gvfs-metadata

%make LIBS='-lm'

%install
%makeinstall_std

sed -i 's,Keywords.*,&;,g' %{buildroot}%{_datadir}/applications/gedit.desktop

find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc README AUTHORS NEWS MAINTAINERS
%{_bindir}/*
%{_datadir}/applications/gedit.desktop
%{_datadir}/dbus-1/services/org.gnome.gedit.service
%{_datadir}/GConf/gsettings/gedit.*
%{_datadir}/gedit

%{_datadir}/glib-2.0/schemas/org.gnome.gedit.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
%{_datadir}/appdata/gedit.appdata.xml
%{_mandir}/man1/gedit.1*

%{_libdir}/gedit/gedit-bugreport.sh
%{_libdir}/gedit/girepository-1.0/Gedit-3.0.typelib

%{_libdir}/gedit/plugins/libdocinfo.so
%{_libdir}/gedit/plugins/docinfo.plugin

%{_libdir}/gedit/plugins/filebrowser.plugin
%{_libdir}/gedit/plugins/libfilebrowser.so

%{_libdir}/gedit/plugins/modelines.plugin
%{_libdir}/gedit/plugins/libmodelines.so

%{_libdir}/gedit/plugins/sort.plugin
%{_libdir}/gedit/plugins/libsort.so

%{_libdir}/gedit/plugins/spell.plugin
%{_libdir}/gedit/plugins/libspell.so

%{_libdir}/gedit/plugins/time.plugin
%{_libdir}/gedit/plugins/libtime.so

%{_libdir}/gedit/libgedit.so

%if %{build_python}
%{python_sitearch}/gi/overrides/Gedit.*
%{_libdir}/gedit/plugins/externaltools/*
%{_libdir}/gedit/plugins/externaltools.plugin

%{_libdir}/gedit/plugins/pythonconsole/*
%{_libdir}/gedit/plugins/pythonconsole.plugin

%{_libdir}/gedit/plugins/quickopen/*
%{_libdir}/gedit/plugins/quickopen.plugin

%{_libdir}/gedit/plugins/snippets/*
%{_libdir}/gedit/plugins/snippets.plugin
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.pythonconsole.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.externaltools.gschema.xml
%endif

%files zeitgeist
%{_libdir}/gedit/plugins/zeitgeist.plugin
%{_libdir}/gedit/plugins/libzeitgeist.so

%files devel
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_datadir}/vala/vapi/*

%changelog
* Wed Jul 02 2014 Tigro <ashejn@gmail.com> 3.12.1-3
+ Revision: 14b92e7
- change depend



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16441 |14mr|gedit-plugins-3.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Extra plugins for gedit
Name:		gedit-plugins
Version:	3.12.1
Release:	2
License:	GPLv2+
Group:		Editors 
URL:		http://gedit.pn.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:	intltool itstool
BuildRequires:	pkgconfig(dbus-python)
BuildRequires:	pkgconfig(gedit) >= 3.11.3
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtksourceview-3.0)
BuildRequires:	pkgconfig(libpeas-gtk-1.0)

Requires:	gedit >= 3.12

%description
gEdit is a small but powerful text editor designed expressly
for GNOME.

It includes such features as split-screen mode, a plugin
API, which allows gEdit to be extended to support many
features while remaining small at its core, multiple
document editing through the use of a 'tabbed' notebook and
many more functions.

This package contains some extra plugins for gEdit, extending gEdit
functionality.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std
find %{buildroot} -name *.la | xargs rm

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING ChangeLog AUTHORS
%doc %{_datadir}/help/*/gedit/*
%{_datadir}/glib-2.0/schemas/*.xml
%{_libdir}/gedit/plugins/*
%{_datadir}/gedit/plugins/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-2
+ Revision: 6dd1f7d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16442 |14mr|gegl-0.2.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 0.2
%define libname %mklibname %{name} %{api}_%{major}
%define devname %mklibname %{name} -d

Summary:	GEGL (Generic Graphics Library) - graph based image processing framework
Name:		gegl
Version:	0.2.0
Release:	14
License:	LGPLv3+
Group:		System/Libraries
Url:		http://www.gegl.org/
Source0:	ftp://ftp.gimp.org/pub/gegl/%{api}/%{name}-%{version}.tar.bz2
Patch0:		gegl-0.2.0-ffmpeg2.0.patch
Patch1:		gegl-0.2.0-CVE-2012-4433.patch
Patch2:		gegl-0.2.0-remove-src-over-op.patch
Patch3:		gegl-0.2.0-lua-5.2.patch
BuildRequires:	enscript
BuildRequires:	intltool
BuildRequires:	graphviz
BuildRequires:	imagemagick
BuildRequires:	pango-modules
BuildRequires:	ruby
#gw warning: this needs the deprecated libavcodec scaler (img_convert,...)
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(babl) >= 0.1.10
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libopenraw-1.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(sdl)

%description
GEGL (Generic Graphics Library) is a graph based image processing framework.

GEGLs original design was made to scratch GIMPs itches for a new compositing
and processing core. This core is being designed to have minimal dependencies
and a simple well defined API.

%files -f %{name}-%{api}.lang
%doc README AUTHORS NEWS
%{_bindir}/gegl
%{_libdir}/gegl-%{api}/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for %{name}
Group:		System/Libraries

%description -n %{libname}
GEGL (Generic Graphics Library) is a graph based image processing framework.

GEGLs original design was made to scratch GIMPs itches for a new compositing
and processing core. This core is being designed to have minimal dependencies
and a simple well defined API.

%files -n %{libname}
%{_libdir}/libgegl-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
GEGL (Generic Graphics Library) is a graph based image processing
framework.

GEGLs original design was made to scratch GIMPs itches for a new
compositing and processing core. This core is being designed to
have minimal dependencies. and a simple well defined API.

%files -n %{devname}
%doc ChangeLog
%{_libdir}/*.so
%{_includedir}/gegl-%{api}/
%{_libdir}/pkgconfig/%{name}-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .ffmpeg11~
%patch1 -p1 -b .CVE-2012-4433
%patch2 -p1 -b .remove-src-over-op
%patch3 -p1 -b .lua52
sed -e 's/\.dylib/.bundle/' -i configure.ac || die
autoreconf -fi

%build
%configure2_5x \
	--enable-workshop \
	--with-pango \
	--with-gdk-pixbuf \
	--without-libspiro \
	--disable-docs
%make

%install
%makeinstall_std

%find_lang %{name}-%{api}

rm -f %{buildroot}%{_libdir}/gegl-%{api}/*.la


%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.0-14
+ Revision: 3607bcc
- Add patch to fix build with lua 5.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16443 |14mr|genders-1.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	majorpp	1
%define libname	%mklibname genders %{major}
%define libnamepp %mklibname gendersplusplus %{majorpp}
%define devname %mklibname -d genders

Summary:	Static cluster configuration database
Name:		genders
Version:	1.20
Release:	3
Group:		System/Libraries
License:	GPLv2
Url:		https://computing.llnl.gov/linux/genders.html
Source0:	http://mesh.dl.sourceforge.net/sourceforge/genders/%{name}-%{version}.tar.gz
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	perl-devel
BuildRequires:	stdc++-devel
BuildRequires:	pkgconfig(python)

%description
Genders is a static cluster configuration database used for cluster
configuration management.  It is used by a variety of tools and scripts for
management of large clusters.  The genders database is typically replicated
on every node of the cluster. It describes the layout and configuration of
the cluster so that tools and scripts can sense the variations of cluster
nodes. By abstracting this information into a plain text file, it becomes
possible to change the configuration of a cluster by modifying only one file.

%package -n	%{libname}
Summary:	Static cluster configuration database library
Group:          System/Libraries

%description -n	%{libname}
This package contains a shared library for %{name}.

%package -n	%{libnamepp}
Summary:	Static cluster configuration database C++ library
Group:          System/Libraries

%description -n	%{libnamepp}
This package contains the C++ bindings for genders.

%package -n	%{devname}
Summary:	Development library and header files for the genders library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Requires:	%{libname} = %{version}
Requires:	%{libnamepp} = %{version}

%description -n	%{devname}
This package contains the development genders library and its header files.

%package	compat
Summary:	Compatability library
Group:		System/Libraries

%description	compat
genders API that is compatible with earlier releases of genders

%package -n	perl-Libgenders
Summary:	Genders interface
Group:		Development/Perl
Provides:	perl-Genders = %{version}
Obsoletes:	perl-Genders

%description -n	perl-Libgenders
This package provides a perl interface for querying a genders file.

%package -n	python-libgenders
Summary:	Genders interface
Group:		Development/Python

%description -n	python-libgenders
This package provides a python interface for querying a genders file.

%prep
%setup  -q

%build
%configure2_5x \
	--disable-static \
	--with-genders-file=%{_sysconfdir}/%{name} \
	--with-perl-site-arch \
	--with-extension-destdir=%{buildroot}

make LD_RUN_PATH=""

%install
install -d %{buildroot}%{_sysconfdir}
%makeinstall_std LD_RUN_PATH=""

install -m0644 genders.sample %{buildroot}%{_sysconfdir}/%{name}

# bork
mv %{buildroot}/usr/local/share/man/man3/Libgenders.3pm %{buildroot}%{_mandir}/man3/Libgenders.3pm

%files
%doc README NEWS ChangeLog DISCLAIMER DISCLAIMER.UC COPYING TUTORIAL
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libgenders.so.%{major}*

%files -n %{libnamepp}
%{_libdir}/libgendersplusplus.so.%{majorpp}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man3/genders*
%{_mandir}/man3/libgenders*

%files compat
%{_mandir}/man3/gendlib*
%dir %{_prefix}/lib/genders
%{_prefix}/lib/genders/*

%files -n perl-Libgenders
%{perl_sitearch}/Genders.pm
%{perl_sitearch}/Libgenders.pm
%dir %{perl_sitearch}/auto/Libgenders
%{perl_sitearch}/auto/Libgenders/Libgenders.so
%{_mandir}/man3/Genders.3pm*
%{_mandir}/man3/Libgenders.3pm*

%files -n python-libgenders
%{python_sitearch}/genders.py
%{python_sitearch}/libgenders-*-py*.egg-info
%{python_sitearch}/libgenders.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20-3
+ Revision: bf42002
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16444 |14mr|gengetopt-2.22.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNU gengetopt generates command line parsers
Name:		gengetopt
Version:	2.22.6
Release:	2
License:	GPLv3+
Group:		Development/C
Url:		http://www.gnu.org/software/gengetopt/gengetopt.html
Source0:	ftp://ftp.gnu.org/gnu/gengetopt/%{name}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	bison
BuildRequires:	flex

%description
This program generates a C function that uses getopt_long function to parse
the command line options, to validate them and fills a struct.

Thus your program can now handle options such as:

myprog --input foo.c -o foo.o --no-tabs -i 100 *.class

And both long options (those that start with --) and short options (start
with - and consist of only one character) can be handled. For standards
about short and long options you may want to take a look at the GNU Coding
Standards.

%files
%doc %{_docdir}/%{name}/*
%{_bindir}/gengetopt
%{_datadir}/gengetopt/
%{_mandir}/man1/gengetopt.1*
%{_infodir}/gengetopt.info*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
make

#check
#make check

%install
%makeinstall_std


%changelog
* Fri Jul 04 2014 Tigro <ashejn@gmail.com> 2.22.6-2
+ Revision: 3dbddfe
- drop test temporarily



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16445 |14mr|genromfs-0.5.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool for creating romfs filesystems
Name:		genromfs
Version:	0.5.2
Release:	10
License:	GPLv2
Group:		System/Kernel and hardware
Url:		http://romfs.sourceforge.net
Source0:	http://unc.dl.sourceforge.net/sourceforge/romfs/%{name}-%{version}.tar.gz

%description
Genromfs is a tool for creating romfs filesystems, which are
lightweight, read-only filesystems supported by the Linux
kernel.

%prep
%setup -q

%build
make CFLAGS="%{optflags} -DVERSION=\\\"%{version}\\\"" LDFLAGS="%{ldflags}"

%install
install -m0755 %{name} -D %{buildroot}%{_bindir}/%{name}
install -m0644 %{name}.8 -D %{buildroot}%{_mandir}/man8/%{name}.8

%files
%doc romfs.txt COPYING NEWS
%{_bindir}/*
%{_mandir}/man8/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.2-10
+ Revision: 47e20d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16446 |14mr|geoclue-0.12.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Summary:	The geoinformation service
Name:		geoclue
Version:	0.12.0
Release:	10
License:	LGPLv2+
Group:		Networking/Other
Url:		http://www.freedesktop.org/wiki/Software/GeoClue
Source0:	http://folks.o-hand.com/jku/geoclue-releases/%{name}-%{version}.tar.gz
Patch0:		geoclue-0.12.0-gcc46.patch
Patch1:		geoclue-0.12.0-str-fmt.patch
Patch2:		geoclue-0.12.0-networkmanager-pkgconfig-typo.patch

BuildRequires:	GConf2
BuildRequires:	gtk-doc
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gypsy)
BuildRequires:	pkgconfig(libgpsd) >= 2.91
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libxml-2.0)

%description
Geoclue is a modular geoinformation service built on top of the D-Bus
messaging system.The goal of the Geoclue project is to make creating
location-aware applications as simple as possible.

%files
%doc AUTHORS README
%dir %{_datadir}/geoclue-providers
%{_bindir}/%{name}*
%{_libdir}/%{name}-*
%{_datadir}/dbus-1/services/*.service
%{_datadir}/geoclue-providers/%{name}-*.provider
%{_datadir}/gtk-doc/html/%{name}

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Main library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files and headers for %{name}.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .gcc46~
%patch1 -p0 -b .str_fmt~
%patch2 -p1 -b .nm_pkgconf~

%build
autoreconf -fi
%configure2_5x	\
	--disable-static \
	--disable-gtk-doc \
	--enable-gtk=yes \
	--enable-conic=no \
	--enable-networkmanager=yes \
	--enable-gypsy=yes \
	--enable-gpsd=yes \
	--enable-skyhook=no
%make

%install
%makeinstall_std

# Install the test gui as it seems the test isn't installed any more
install -m755 test/.libs/geoclue-test-gui -D %{buildroot}%{_bindir}/geoclue-test-gui


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12.0-10
+ Revision: 9960c7a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16447 |14mr|geoclue2-2.1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_geoip	0

%define url_ver %(echo %{version} | cut -d. -f1,2)

%define api 2.0

Name:		geoclue2
Version:	2.1.8
Release:	3
Summary:	A modular geoinformation service
Group:		Networking/Other
License:	GPLv2+
URL:		http://geoclue.freedesktop.org/
Source0:	http://www.freedesktop.org/software/geoclue/releases/%{url_ver}/geoclue-%{version}.tar.xz
Patch0:		geoclue-2.1.4-pkgconfig-fix.patch
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(mm-glib)
BuildRequires:	pkgconfig(libnm-glib) >= 0.9.8.0
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnotify)

%if %{build_geoip}
BuildRequires:	pkgconfig(geoip) >= 1.5.1
Requires:	geoip >= 1.5.1
Conflicts:	geocode-glib < 0.99.2
%endif

%description
Geoclue is a D-Bus service that provides location information. The
primary goal of the Geoclue project is to make creating location-aware
applications as simple as possible, while the secondary goal is to
ensure that no application can access location information without
explicit permission from user.

Geoclue used to also do (reverse-)geocoding but that functionality has
been dropped in favor of geocode-glib library.

However project is in the early stages of development and hence
lacking essential features. Currently it can only determine your
location based on your IP (i-e city-level accuracy) and does not have
any permission control.

%files
%doc NEWS README
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf
%dir %{_sysconfdir}/geoclue
%{_sysconfdir}/geoclue/geoclue.conf
%{_datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service
%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.Agent.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.xml
%{_datadir}/applications/geoclue-demo-agent.desktop
%{_datadir}/applications/geoclue-where-am-i.desktop
%{_libexecdir}/geoclue-2.0/
%{_libexecdir}/geoclue
%{_unitdir}/geoclue.service
%if %{build_geoip}
%{_bindir}/geoip-update
%{_bindir}/geoip-lookup
%endif

#--------------------------------------------------------------------

%package devel
Summary:	Development files for geoclue2
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description devel
This package contains the development files for geoclue2.

%files devel
%{_datadir}/pkgconfig/geoclue-%{api}.pc

#--------------------------------------------------------------------
%prep
%setup -q -n geoclue-%{version}
%apply_patches

%build
autoreconf -vfi
%configure2_5x \
	--enable-demo-agent \
%if %{build_geoip}
        --enable-geoip-server=yes \
%else
	--enable-geoip-server=no \
%endif
	--disable-static \
	--with-systemdsystemunitdir=%{_unitdir}
%make

%install
%makeinstall_std



%changelog
* Fri Sep 12 2014 Tigro <ashejn@gmail.com> 2.1.8-3
+ Revision: d22a566
- rebuilt against new modemmanager



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16448 |14mr|geocode-glib-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define girname %mklibname %{name}-gir 1.0
%define develname %mklibname -d %{name}

Summary: A convenience library for the Yahoo! Place Finder APIs
Name: geocode-glib
Version: 3.12.2
Release: 2
Group: Networking/Other
License: LGPLv2
URL: http://geoclue.freedesktop.org/
Source0: http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(json-glib-1.0) >= 0.99
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: gobject-introspection-devel >= 0.6.3
BuildRequires: pkgconfig(gnome-doc-utils)

%description
geocode-glib is a convenience library for the Yahoo! Place Finder
APIs, as described at:
http://developer.yahoo.com/geo/placefinder/

The Place Finder web service allows to do geocoding (finding longitude
and latitude from an address), and reverse geocoding (finding an address
from coordinates).

%package -n %{libname}
Group: Networking/Other
Summary: A convenience library for the Yahoo! Place Finder APIs

%description -n %{libname}
Geocode-glib allows you to do geocoding (going from a place name,
to a longitude/latitude pair) and reverse geocoding (finding a place
name from coordinates) using Yahoo! Place Finder API.

This library should be used in place of Geoclue's D-Bus API for
geocoding and reverse geocoding.

%package -n %{girname}
Group: Networking/Other
Summary: A convenience library for the Yahoo! Place Finder APIs

%description -n %{girname}
This package contains GObjectIntrospection data for geocode-glib.

%package -n %{develname}
Group: Networking/Other
Summary: A convenience library for the Yahoo! Place Finder APIs
Requires: %{libname} = %{version}-%{release}
Requires: %{girname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the development files for geocode-glib.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%files -n %{libname}
%{_libdir}/libgeocode-glib.so.%{major}*
%{_datadir}/icons/gnome/scalable/places/*.svg

%files -n %{girname}
%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib

%files -n %{develname}
%{_includedir}/geocode-glib-1.0/*
%{_libdir}/libgeocode-glib.so
%{_libdir}/pkgconfig/geocode-glib-1.0.pc
%{_datadir}/gir-1.0/GeocodeGlib-1.0.gir
%{_datadir}/gtk-doc/html/%{name}-1.0/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 8998ade
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16449 |14mr|geoip-1.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname GeoIP
%define major 1
%define updatemajor 0

%define libname %mklibname geoip %{major}
%define libupdate %mklibname geoipupdate %{updatemajor}
%define devname %mklibname geoip -d

Summary:	Find what country an IP address or hostname originates from
Name:		geoip
Version:	1.5.1
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.maxmind.com/app/c
Source0:	http://www.maxmind.com/download/geoip/api/c/%{oname}-%{version}.tar.gz
Source1:	http://www.maxmind.com/download/geoip/database/%{oname}.dat.gz
Source2:	http://www.maxmind.com/download/geoip/database/LICENSE.txt
Source3:	http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
Source4:	http://www.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz
Source5:	geoip.contrab
BuildRequires:	libtool
BuildRequires:	pkgconfig(zlib)

%description
GeoIP is a C library that enables the user to find the country that any IP
address or hostname originates from. It uses a file based database that is
accurate as of March 2003. This database simply contains IP blocks as keys,
and countries as values. This database should be more complete and accurate
than using reverse DNS lookups. Commercial databases and automatic update
services are available from http://www.maxmind.com/

This module can be used to automatically select the geographically closest
mirror, to analyze your web server logs to determine the countries of your
visitors, for credit card fraud detection, and for software export controls.

%package -n	%{libname}
Summary:	Shared library part of GeoIP
Group:		System/Libraries
Suggests:	%{name} >= %{version}-%{release}

%description -n	%{libname}
This package contains a shared library for %{name}.

%package -n	%{libupdate}
Summary:	Shared library parts of GeoIP
Group:		System/Libraries

%description -n	%{libupdate}
This package contains a shared library for %{name}.

%package -n	%{devname}
Summary:	Headers and libraries needed for GeoIP development
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Requires:	%{libupdate} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{oname}-devel = %{version}-%{release}

%description -n	%{devname}
This package contains the development files for %{name}.

%prep
%setup -qn %{oname}-%{version}

zcat %{SOURCE1} > data/GeoIP.dat
cp %{SOURCE2} LICENSE.txt
zcat %{SOURCE3} > data/GeoLiteCity.dat
zcat %{SOURCE4} > data/GeoIPASNum.dat

%build
rm -rf configure autom4te.cache
libtoolize --copy --force; aclocal; automake --gnu --add-missing --copy; autoconf

%configure2_5x \
	--disable-static

%make

%check
#gw disable tests if there's no network
if ping -c 1 svn.mandriva.com; then
make check
fi

%install
%makeinstall_std
#gw path fix man page
perl -pi -e "s^%{buildroot}^^" %{buildroot}%{_mandir}/man1/geoipupdate.1

mkdir -p %{buildroot}%{_sysconfdir}/cron.monthly
install -m755 %{SOURCE5} %{buildroot}%{_sysconfdir}/cron.monthly/geoip
install -m0644 data/GeoLiteCity.dat %{buildroot}%{_datadir}/GeoIP/
install -m0644 data/GeoIPASNum.dat %{buildroot}%{_datadir}/GeoIP/

%files
%doc AUTHORS COPYING ChangeLog README TODO LICENSE.txt
%config(noreplace) %{_sysconfdir}/GeoIP.conf
%config(noreplace) %{_sysconfdir}/GeoIP.conf.default
%{_bindir}/geoiplookup
%{_bindir}/geoipupdate
%{_bindir}/geoiplookup6
%config(noreplace) %{_datadir}/GeoIP
%{_mandir}/man1/geoiplookup.1*
%{_mandir}/man1/geoiplookup6.1*
%{_mandir}/man1/geoipupdate.1*
%{_sysconfdir}/cron.monthly/geoip

%files -n %{libname}
%{_libdir}/libGeoIP.so.%{major}*

%files -n %{libupdate}
%{_libdir}/libGeoIPUpdate.so.%{updatemajor}*

%files -n %{devname}
%{_libdir}/lib*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.1-2
+ Revision: 77c6365
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16450 |14mr|geotiff-1.2.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1.2
%define libname %mklibname geotiff %{major}
%define devname %mklibname geotiff -d

Summary:	Cartographic software
Name:		geotiff
Version:	1.2.5
Release:	6
Group:		Sciences/Geosciences
License:	MIT style
Url:		http://trac.osgeo.org/geotiff/
Source0:	ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/libgeotiff-%{version}.tar.gz
#Source100:	geotiff.rpmlintrc
# fix build
Patch0:		libgeotiff-soname.patch
Patch1:		libgeotiff-1.2.5-fix-str-fmt.patch

BuildRequires:	doxygen
BuildRequires:	jpeg-devel 
BuildRequires:	tiff-devel >= 3.6.0 
BuildRequires:	pkgconfig(proj)
BuildRequires:	pkgconfig(zlib)
Requires:	proj

%description
This library is designed to permit the extraction and parsing of the
"GeoTIFF" Key directories, as well as definition and installation
of GeoTIFF keys in new files.

%package -n %{libname}
Summary:	Cartographic software - Libraries
Group:		Sciences/Geosciences
Obsoletes:	%{_lib}geotiff1 < 1.2.5-5

%description -n %{libname}
This package contains a shared library for %{name}.

%package -n %{devname}
Summary:	Cartographic software - Development files
Group:		Sciences/Geosciences
Requires:	%{libname} = %{version}
Provides:	geotiff-devel = %{version}-%{release}

%description -n %{devname}
libgeotiff development files.

%prep
%setup -qn libgeotiff-%{version}
%apply_patches

# fix wrongly encoded files from tarball
set +x
for f in `find . -type f` ; do
	if file $f | grep -q ISO-8859 ; then
		set -x
		iconv -f ISO-8859-1 -t UTF-8 $f > ${f}.tmp && \
		mv -f ${f}.tmp $f
		set +x
	fi
	if file $f | grep -q CRLF ; then
		set -x
		sed -i -e 's|\r||g' $f
		set +x
	fi
done
set -x 

%build
# disable -g flag removal
sed -i 's| \| sed \"s\/-g \/\/\"||g' configure
 	
# use gcc -shared instead of ld -shared to build with -fstack-protector
sed -i 's|LD_SHARED=@LD_SHARED@|LD_SHARED=@CC@ -shared|' Makefile.in 

%configure2_5x \
	--with-proj=%{_prefix} \
	--with-jpeg=%{_prefix} \
	--with-libtiff=%{_prefix} \
    	--without-static \
	--enable-incode-epsg

%make

%install
%makeinstall
chmod 644 %{buildroot}%{_includedir}/*

# install manualy some file
install -p -m 755 bin/makegeo %{buildroot}%{_bindir}

# install pkgconfig file
cat > %{name}.pc <<EOF
prefix=%{_prefix}
exec_prefix=%{_prefix}
libdir=%{_libdir}
includedir=%{_includedir}/%{name}

Name:	%{name}
Description:	GeoTIFF file format library
Version:	%{version}
Libs:	-L\${libdir} -lgeotiff
Cflags:	-I\${includedir}
EOF

mkdir -p %{buildroot}%{_libdir}/pkgconfig/
install -p -m 644 %{name}.pc %{buildroot}%{_libdir}/pkgconfig/

#clean up junks
rm -rf %{buildroot}%{_datadir}/*.csv
rm -rf %{buildroot}%{_libdir}/*.a

# generate docs
doxygen

%files 
%doc docs/*
%{_bindir}/geotifcp
%{_bindir}/listgeo
%{_bindir}/makegeo

%files -n %{libname}
%{_libdir}/libgeotiff.so.1
%{_libdir}/libgeotiff.so.%{major}*

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.5-6
+ Revision: 6791d81
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16451 |14mr|geronimo-parent-poms-1.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global genesis_version 1.5

Summary:	Parent POM files for geronimo-specs
Name:		geronimo-parent-poms
Version:	1.6
Release:	8
Group:		Development/Java
License:	ASL 2.0
Url:		http://geronimo.apache.org/
# Following the parent chain all the way up ...
# http://svn.apache.org/repos/asf/geronimo/specs/tags/specs-parent-%{version}/pom.xml
Source0:	geronimo-parent.pom
# http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-%{genesis_version}/config/project-config/pom.xml
Source1:	genesis-project-config.pom
# http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-%{genesis_version}/config/pom.xml
Source2:	genesis-config.pom
# http://svn.apache.org/repos/asf/geronimo/genesis/tags/genesis-%{genesis_version}/pom.xml
Source3:	genesis-parent.pom
# Remove dependencies from POMs that aren't yet in Fedora
Patch0:		geronimo-parent-poms-remove-dependencies.patch
BuildArch:	noarch

BuildRequires:	jpackage-utils >= 1.7.3
Requires(post,postun):	jpackage-utils >= 1.7.3
# Dependencies and plugins from the POM files
Suggests:	apache-resource-bundles
Suggests:	junit
Suggests:	maven2-common-poms
Suggests:	maven2-plugin-antrun
Suggests:	maven2-plugin-assembly
Suggests:	maven2-plugin-clean
Suggests:	maven2-plugin-compiler
Suggests:	maven2-plugin-dependency
Suggests:	maven2-plugin-deploy
Suggests:	maven2-plugin-eclipse
Suggests:	maven2-plugin-enforcer
Suggests:	maven2-plugin-gpg
Suggests:	maven2-plugin-idea
Suggests:	maven2-plugin-install
Suggests:	maven2-plugin-jar
Suggests:	maven2-plugin-javadoc
Suggests:	maven2-plugin-one
Suggests:	maven2-plugin-plugin
Suggests:	maven2-plugin-pmd
Suggests:	maven2-plugin-project-info-reports
Suggests:	maven2-plugin-rar
Suggests:	maven2-plugin-remote-resources
Suggests:	maven2-plugin-site
Suggests:	maven2-plugin-source
Suggests:	maven2-plugin-stage
Suggests:	maven2-plugin-war
Suggests:	maven-archiver
Suggests:	maven-plugin-build-helper
Suggests:	maven-plugin-bundle
Suggests:	maven-plugin-jxr
Suggests:	maven-surefire-maven-plugin
Suggests:	maven-surefire-report-maven-plugin
Suggests:	maven-wagon

%description
The Project Object Model files for the geronimo-specs modules.

%prep
%setup -c -T
cp %SOURCE0 %SOURCE1 %SOURCE2 %SOURCE3 .
%patch0 -p1

%build
# Nothing to do ...

%install
install -d -m 755 %{buildroot}%{_mavenpomdir}

install -pm 644 geronimo-parent.pom \
	%{buildroot}%{_mavenpomdir}/JPP-geronimo-parent.pom
%add_to_maven_depmap org.apache.geronimo.specs specs %{version} JPP geronimo-parent

install -pm 644 genesis-project-config.pom \
	%{buildroot}%{_mavenpomdir}/JPP-geronimo-genesis-project-config.pom
%add_to_maven_depmap org.apache.geronimo.genesis.config project-config %{genesis_version} JPP geronimo-genesis-project-config

install -pm 644 genesis-config.pom \
	%{buildroot}%{_mavenpomdir}/JPP-geronimo-genesis-config.pom
%add_to_maven_depmap org.apache.geronimo.genesis.config config %{genesis_version} JPP geronimo-genesis-config

install -pm 644 genesis-parent.pom \
	%{buildroot}%{_mavenpomdir}/JPP-geronimo-genesis.pom
%add_to_maven_depmap org.apache.geronimo.genesis genesis %{genesis_version} JPP geronimo-genesis

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_mavendepmapfragdir}/*
%{_mavenpomdir}/*.pom


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-8
+ Revision: 630d2c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16452 |14mr|geronimo-specs-1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _duplicate_files_terminate_build 0

%define with_tests 0

%define bname       geronimo
%define section     free
%define sver_activation_1_0_2 1.2
%define sver_activation_1_1 1.0
%define sver_annotation_1_0 1.1.0
%define sver_corba_1_0 1.0
%define sver_corba_2_3 1.1
%define sver_corba_3_0 1.1
%define sver_ejb_2_1 1.1
%define sver_ejb_3_0 1.0
%define sver_el_1_0 1.0
%define sver_interceptor_3_0 1.0
%define sver_j2ee_connector_1_5 1.1.1
%define sver_j2ee_deployment_1_1 1.1
%define sver_javaee_deployment_1_1MR3 1.0
%define sver_j2ee_jacc_1_0 1.1
%define sver_jacc_1_1 1.0
%define sver_j2ee_management_1_0 1.1
%define sver_j2ee_management_1_1 1.0
%define sver_javamail_1_3_1 1.3
%define sver_javamail_1_4 1.1
%define sver_jaxr_1_0 1.1
%define sver_jaxrpc_1_1 1.1
%define sver_jms_1_1 1.1
%define sver_jpa_3_0 1.1.0
%define sver_jsp_2_0 1.1
%define sver_jsp_2_1 1.0
%define sver_jta_1_0_1B 1.1.1
%define sver_jta_1_1 1.1.0
%define sver_qname_1_1 1.1
%define sver_saaj_1_1 1.1
%define sver_servlet_2_4 1.1.1
%define sver_servlet_2_5 1.1
%define sver_stax_1_0 1.0
%define sver_ws_metadata_2_0 1.1.1
%define sver_commonj_1_1 1.0

Name:           geronimo-specs
Version:        1.2
Release:        5
Epoch:          0
Summary:        Geronimo J2EE server J2EE specifications
Url:            http://geronimo.apache.org
License:        Apache License
Group:          Development/Java
Source0:        %{name}-%{version}-src.tar.bz2

Source1:        %{name}-jpp-depmap.xml
Source1000:     geronimo-specs.build.xml
Source1001:     undot.py
Patch0:         geronimo-specs-1.2-pom_xml.patch
Patch1:         geronimo-specs-jta-1.0.1B-pom_xml.patch
Patch2:         geronimo-specs-j2ee-connector-1.5-pom_xml.patch
Patch3:         geronimo-specs-servlet-2.4-pom_xml.patch
Patch4:         geronimo-specs-j2ee-1.4-pom_xml.patch
Patch5:         geronimo-specs-corba-2.3-pom_xml.patch
BuildRequires:  jpackage-utils >= 1.7.2
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  java-rpmbuild
BuildRequires:  ant
BuildRequires:  junit >= 3.8.1
BuildRequires:  xml-commons-jaxp-1.3-apis
BuildRequires:  xerces-j2
BuildRequires:  fdupes

Requires: geronimo-commonj-1.1-apis = %{version}-%{release}
Requires: geronimo-jaf-1.0.2-api = %{version}-%{release}
Requires: geronimo-jaf-1.1-api = %{version}-%{release}
Requires: geronimo-annotation-1.0-api = %{version}-%{release}
Requires: geronimo-corba-1.0-apis = %{version}-%{release}
Requires: geronimo-corba-2.3-apis = %{version}-%{release}
Requires: geronimo-ejb-2.1-api = %{version}-%{release}
Requires: geronimo-ejb-3.0-api = %{version}-%{release}
Requires: geronimo-el-1.0-api = %{version}-%{release}
Requires: geronimo-interceptor-3.0-api = %{version}-%{release}
Requires: geronimo-j2ee-1.4-apis = %{version}-%{release}
Requires: geronimo-j2ee-connector-1.5-api = %{version}-%{release}
Requires: geronimo-javaee-deployment-1.1-api = %{version}-%{release}
Requires: geronimo-javaee-deployment-1.1-api = %{version}-%{release}
Requires: geronimo-jacc-1.0-api = %{version}-%{release}
Requires: geronimo-jacc-1.1-api = %{version}-%{release}
Requires: geronimo-j2ee-management-1.0-api = %{version}-%{release}
Requires: geronimo-j2ee-management-1.1-api = %{version}-%{release}
Requires: geronimo-javamail-1.3.1-api = %{version}-%{release}
Requires: geronimo-javamail-1.4-api = %{version}-%{release}
Requires: geronimo-jaxr-1.0-api = %{version}-%{release}
Requires: geronimo-jaxrpc-1.1-api = %{version}-%{release}
Requires: geronimo-jms-1.1-api = %{version}-%{release}
Requires: geronimo-jpa-3.0-api = %{version}-%{release}
Requires: geronimo-jsp-2.0-api = %{version}-%{release}
Requires: geronimo-jsp-2.1-api = %{version}-%{release}
Requires: geronimo-jta-1.0.1B-api = %{version}-%{release}
Requires: geronimo-jta-1.1-api = %{version}-%{release}
Requires: geronimo-qname-1.1-api = %{version}-%{release}
Requires: geronimo-saaj-1.1-api = %{version}-%{release}
Requires: geronimo-servlet-2.4-api = %{version}-%{release}
Requires: geronimo-servlet-2.5-api = %{version}-%{release}
Requires: geronimo-stax-1.0-api = %{version}-%{release}
Requires: geronimo-ws-metadata-2.0-api = %{version}-%{release}

BuildArch:      noarch

%description
Geronimo is Apache's ASF-licensed J2EE server project.
These are the J2EE-Specifications
Note: You should use the sub packages for the Specifications
that you actually need.  The ones installed by the main package
are deprecated and will disappear in future releases.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package -n geronimo-commonj-1.1-apis
Summary:        CommonJ APIs
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    commonj_1_1_apis = %{version}-%{release}
Provides:    commonj_apis = 0:1.1

%description -n geronimo-commonj-1.1-apis
CommonJ Spec

%package -n geronimo-jaf-1.0.2-api
Summary:        J2EE JAF v1.0.2 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jaf = 0:1.0.2
# TODO: drop asap
Provides:    jaf_1_0_2_api = %{version}-%{release}
Provides:    activation_1_0_2_api = %{version}-%{release}
Provides:    jaf_api = 0:1.0.2
Provides:    activation_api = 0:1.0.2
# Don't obsolete jaf, classpathx-jaf provides it
# Don't even obsolete it versioned, as sun-jaf is at 1.1
#Obsoletes:    jaf
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jaf-1.0.2-api
Java Activation Framework 1.0.2


%package -n geronimo-jaf-1.1-api
Summary:        J2EE JAF v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jaf = 0:1.1
# TODO: drop asap
Provides:    jaf_1_1_api = %{version}-%{release}
Provides:    activation_1_1_api = %{version}-%{release}
Provides:    jaf_api = 0:1.1
Provides:    activation_api = 0:1.1
# Don't obsolete jaf, classpathx-jaf provides it
# Don't even obsolete it versioned, as sun-jaf is at 1.1
#Obsoletes:    jaf
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jaf-1.1-api
Java Activation Framework 1.1


%package -n geronimo-annotation-1.0-api
Summary:        JEE Common Annotations v1.0
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    annotation_1_0_api = %{version}-%{release}
Provides:    annotation_api = 0:1.0
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-annotation-1.0-api
JEE Common Annotations v1.0


%package -n geronimo-corba-1.0-apis
Summary:        CORBA v1.0 APIs
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    corba_1_0_apis = %{version}-%{release}
Provides:    corba_apis = 0:1.0

%description -n geronimo-corba-1.0-apis
CORBA 1.0 Spec


%package -n geronimo-corba-2.3-apis
Summary:        CORBA v2.3 APIs
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    corba_2_3_apis = %{version}-%{release}
Provides:    corba_apis = 0:2.3

%description -n geronimo-corba-2.3-apis
CORBA 2.3 Spec


%package -n geronimo-ejb-2.1-api
Summary:        J2EE EJB v2.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    ejb = 0:2.1
# TODO: drop asap
Provides:    ejb_2_1_api = %{version}-%{release}
Provides:    ejb_api = 0:2.1
# drop the following asap
Provides:    ejb = %{version}-%{release}
#Obsoletes:   ejb
Requires:    jta_1_0_1B_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
Obsoletes:   geronimo-specs-compat <= 0:1.0

%description -n geronimo-ejb-2.1-api
Enterprise JavaBeans Specification 2.1


%package -n geronimo-ejb-3.0-api
Summary:        J2EE EJB v3.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    ejb = 0:3.0
# TODO: drop asap
Provides:    ejb_3_0_api = %{version}-%{release}
Provides:    ejb_api = 0:3.0
#Obsoletes:   ejb
Requires:    annotation_1_0_api
Requires:    interceptor_3_0_api
Requires:    jta_1_1_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
Obsoletes:   geronimo-specs-compat <= 0:1.0

%description -n geronimo-ejb-3.0-api
Enterprise JavaBeans Specification 3.0



%package -n geronimo-el-1.0-api
Summary:        Expression Language v1.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    el_1_0_api = %{version}-%{release}
Provides:    el_api = 0:1.0
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-el-1.0-api
Expression Language 1.0



%package -n geronimo-interceptor-3.0-api
Summary:        Interceptor v3.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    interceptor_3_0_api = %{version}-%{release}
Provides:    interceptor_api = 0:3.0
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-interceptor-3.0-api
Interceptor 3.0



%package -n geronimo-j2ee-1.4-apis
Summary:        J2EE v1.4 APIs
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-j2ee-1.4-apis
J2EE Specification (the complete set in one jar)


%package -n geronimo-j2ee-connector-1.5-api
Summary:        J2EE Connector v1.5 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    j2ee_connector_1_5_api = %{version}-%{release}
Provides:    j2ee_connector_api = 0:1.5
# drop the following asap
Provides:    j2ee-connector = 0:1.5
# Obsoletes:   j2ee-connector
Requires:    jta_1_0_1B_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
Obsoletes:   geronimo-specs-compat <= 0:1.0

%description -n geronimo-j2ee-connector-1.5-api
J2EE Connector Architecture 1.5 Specification


%package -n geronimo-j2ee-deployment-1.1-api
Summary:        J2EE Deployment v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    j2ee_deployment_1_1_api = %{version}-%{release}
Provides:    j2ee_deployment_api = 0:1.1
# drop the following asap
Provides:    j2ee-deployment = 0:1.1
# Obsoletes:    j2ee-deployment
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
Obsoletes:   geronimo-specs-compat <= 0:1.0

%description -n geronimo-j2ee-deployment-1.1-api
J2EE Application Deployment Specification

%package -n geronimo-javaee-deployment-1.1-api
Summary:        JEE Deployment v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    javaee_deployment_1_1_api = %{version}-%{release}
Provides:    javaee_deployment_api = 0:1.1
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-javaee-deployment-1.1-api
JEE Application Deployment Specification

%package -n geronimo-jacc-1.0-api
Summary:        J2EE JACC v1.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jacc = 0:1.0
# TODO: drop asap
Provides:    jacc_1_0_api = %{version}-%{release}
Provides:    jacc_api = 0:1.0
Requires:    servlet_2_4_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
Obsoletes:   geronimo-specs-compat <= 0:1.0

%description -n geronimo-jacc-1.0-api
Java Authorization Contract for Containers v1.0 Specification

%package -n geronimo-jacc-1.1-api
Summary:        J2EE JACC v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jacc_1_1_api = %{version}-%{release}
Provides:    jacc_api = 0:1.1
Requires:    servlet_2_5_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jacc-1.1-api
Java Authorization Contract for Containers v1.1 Specification

%package -n geronimo-j2ee-management-1.0-api
Summary:        J2EE Management v1.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    j2ee_management_1_0_api = %{version}-%{release}
Provides:    j2ee_management_api = 0:1.0
# drop the following asap
Provides:    j2ee-management = 0:1.0
#Obsoletes:   j2ee-management
Requires:    ejb_2_1_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-j2ee-management-1.0-api
J2EE Application Management Specification 1.0

%package -n geronimo-j2ee-management-1.1-api
Summary:        J2EE Management v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    j2ee_management_1_1_api = %{version}-%{release}
Provides:    j2ee_management_api = 0:1.1
# drop the following asap
Provides:    j2ee-management = 0:1.1
#Obsoletes:   j2ee-management
Requires:    ejb_3_0_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-j2ee-management-1.1-api
J2EE Application Management Specification 1.1

%package -n geronimo-javamail-1.3.1-api
Summary:        J2EE JavaMail v1.3.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    javamail_1_3_1_api = %{version}-%{release}
Provides:    javamail_api = 0:1.3.1
Requires:    jaf_1_0_2_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
# Do not provide javamail as this is just the API (is it?) and
# our 'javamail' alternative means the providers as well
# all in a single jar file called 'javamail.jar'
#Provides:    javamail = 0:1.3.1

%description -n geronimo-javamail-1.3.1-api
JavaMail API 1.3.1

%package -n geronimo-javamail-1.4-api
Summary:        J2EE JavaMail v1.4 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    javamail_1_4_api = %{version}-%{release}
Provides:    javamail_api = 0:1.4
Requires:    jaf_1_1_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
# Do not provide javamail as this is just the API (is it?) and
# our 'javamail' alternative means the providers as well
# all in a single jar file called 'javamail.jar'
#Provides:    javamail = 0:1.4

%description -n geronimo-javamail-1.4-api
JavaMail API 1.4

%package -n geronimo-jaxr-1.0-api
Summary:        J2EE JAXR v1.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jaxr_1_0_api = %{version}-%{release}
Provides:    jaxr_api = 0:1.0
# drop the following asap
Provides:    jaxr = 0:1.0
# Obsoletes:   jaxr-api
Requires:    jaf_1_0_2_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jaxr-1.0-api
Java API for XML Registries (JAXR)


%package -n geronimo-jaxrpc-1.1-api
Summary:        J2EE JAXRPC v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jaxrpc = 0:1.1
# TODO: drop asap
Provides:    jaxrpc_1_1_api = %{version}-%{release}
Provides:    jaxrpc_api = 0:1.1
Requires:    qname_1_1_api
Requires:    saaj_1_1_api
Requires:    servlet_2_4_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jaxrpc-1.1-api
Java API for XML-Based RPC (JAXRPC)


%package -n geronimo-jms-1.1-api
Summary:        J2EE JMS v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jms_1_1_api = %{version}-%{release}
Provides:    jms_api = 0:1.1
# drop the following asap
Provides:    jms = 0:1.1
# Obsoletes:    jms
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
Obsoletes:   geronimo-specs-compat <= 0:1.0

%description -n geronimo-jms-1.1-api
JMS Specification


%package -n geronimo-jpa-3.0-api
Summary:        JPA v3.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jpa_3_0_api = %{version}-%{release}
Provides:    jpa_api = 0:3.0
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jpa-3.0-api
JPA Specification

%package -n geronimo-jsp-2.0-api
Summary:        J2EE JSP v2.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jsp = 0:2.0
# TODO: drop asap
Provides:    jsp_2_0_api = %{version}-%{release}
Provides:    jsp_api = 0:2.0
Requires:    servlet_2_4_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jsp-2.0-api
JavaServer Pages Specification 2.0


%package -n geronimo-jsp-2.1-api
Summary:        JEE JSP v2.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jsp = 0:2.1
# TODO: drop asap
Provides:    jsp_2_1_api = %{version}-%{release}
Provides:    jsp_api = 0:2.1
Requires:    servlet_2_5_api
Requires:    el_1_0_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jsp-2.1-api
JavaServer Pages Specification 2.1


%package -n geronimo-jta-1.0.1B-api
Summary:        J2EE JTA v1.0.1B API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jta_1_0_1B_api = %{version}-%{release}
Provides:    jta_api = 0:1.0.1B
# drop the following asap
Provides:    jta = 0:1.0.1B
# Don't obsolete jta, as this is provided by java-1.4.2-gcj-compat
#Obsoletes:    jta
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
Obsoletes:   geronimo-specs-compat <= 0:1.0

%description -n geronimo-jta-1.0.1B-api
Java Transaction API Specification 1.0.1B


%package -n geronimo-jta-1.1-api
Summary:        J2EE JTA v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jta_1_1_api = %{version}-%{release}
Provides:    jta_api = 0:1.1
# drop the following asap
Provides:    jta = 0:1.1
# Don't obsolete jta, as this is provided by java-1.4.2-gcj-compat
#Obsoletes:    jta
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
Obsoletes:   geronimo-specs-compat <= 0:1.0

%description -n geronimo-jta-1.1-api
Java Transaction API Specification 1.1


%package -n geronimo-qname-1.1-api
Summary:        Namespace v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    qname_1_1_api = %{version}-%{release}
Provides:    qname_api = 0:1.1
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-qname-1.1-api
javax.xml.namespace.QName API


%package -n geronimo-saaj-1.1-api
Summary:        J2EE SAAJ v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    saaj = 0:1.1
# TODO: drop asap
Provides:    saaj_1_1_api = %{version}-%{release}
Provides:    saaj_api = 0:1.1
Requires:    jaf_1_0_2_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-saaj-1.1-api
SOAP with Attachments API for Java (SAAJ)


%package -n geronimo-servlet-2.4-api
Summary:        J2EE Servlet v2.4 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    servlet = 0:2.4
# TODO: drop asap
Provides:    servlet_2_4_api = %{version}-%{release}
Provides:    servlet_api = 0:2.4
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-servlet-2.4-api
J2EE Servlet v2.4 API


%package -n geronimo-servlet-2.5-api
Summary:        JEE Servlet v2.5 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    servlet = 0:2.5
# TODO: drop asap
Provides:    servlet_2_5_api = %{version}-%{release}
Provides:    servlet_api = 0:2.5
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-servlet-2.5-api
JEE Servlet v2.5 API


%package -n geronimo-stax-1.0-api
Summary:        XML Stax v1.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    stax_1_0_api = %{version}-%{release}
Provides:    stax_api = 0:1.0
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-stax-1.0-api
XML STax v1.0 API



%package -n geronimo-ws-metadata-2.0-api
Summary:        Webservices Metadata v2.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    ws_metadata_2_0_api = %{version}-%{release}
Provides:    ws_metadata_api = 0:2.0
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-ws-metadata-2.0-api
Webservices Metadata v2.0 API


%package poms
Summary:        POM files for geronimo-specs
Group:          Development/Java
Requires(post):   jpackage-utils >= 1.7.3
Requires(postun): jpackage-utils >= 1.7.3

%description poms
The Project Object Model files for the geronimo-specs modules.



%prep
%setup -q -n %{name}-%{version}
chmod -R go=u-w *
mkdir etc
cp LICENSE.txt etc
mkdir external_repo
ln -s %{_javadir} external_repo/JPP
%patch0 -b .sav0
%patch1 -p0 -b .sav1
%patch2 -p0 -b .sav2
%patch3 -p0 -b .sav3
%patch4 -p0 -b .sav4
%patch5 -p0 -b .sav5
cp %{SOURCE1000} build.xml

%build

ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
    -Didlj=%{java_home}/bin/idlj


%install
# Directory for poms
install -d -m 0755 %{buildroot}%{_datadir}/maven2/poms
# subpackage jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 0644 \
  geronimo-activation_1.0.2_spec-1.2/target/geronimo-activation_1.0.2_spec-1.2.jar \
  %{buildroot}%{_javadir}/geronimo-jaf-1.0.2-api-%{sver_activation_1_0_2}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jaf-1.0.2-api-%{sver_activation_1_0_2}.jar \
         geronimo-jaf-1.0.2-api.jar
popd
touch %{buildroot}%{_javadir}/jaf.jar
touch %{buildroot}%{_javadir}/jaf_api.jar
touch %{buildroot}%{_javadir}/jaf_1_0_2_api.jar
install -m 0644 geronimo-activation_1.0.2_spec-1.2/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jaf-1.0.2-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-activation_1.0.2_spec %{sver_activation_1_0_2} JPP geronimo-jaf-1.0.2-api
install -m 0644 \
  geronimo-activation_1.1_spec-1.0/target/geronimo-activation_1.1_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-jaf-1.1-api-%{sver_activation_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jaf-1.1-api-%{sver_activation_1_1}.jar \
         geronimo-jaf-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/jaf.jar
touch %{buildroot}%{_javadir}/jaf_api.jar
touch %{buildroot}%{_javadir}/jaf_1_1_api.jar
install -m 0644 geronimo-activation_1.1_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jaf-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-activation_1.1_spec %{sver_activation_1_1} JPP geronimo-jaf-1.1-api
install -m 0644 \
  geronimo-annotation_1.0_spec-1.1.0/target/geronimo-annotation_1.0_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-annotation-1.0-api-%{sver_annotation_1_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-annotation-1.0-api-%{sver_annotation_1_0}.jar \
         geronimo-annotation-1.0-api.jar
popd
touch %{buildroot}%{_javadir}/annotation_api.jar
touch %{buildroot}%{_javadir}/annotation_1_0_api.jar
install -m 0644 geronimo-annotation_1.0_spec-1.1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-annotation-1.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-annotation_1.0_spec %{sver_annotation_1_0} JPP geronimo-annotation-1.0-api
install -m 0644 \
  geronimo-spec-corba-2.3/target/geronimo-corba_2.3_spec-null.jar \
  %{buildroot}%{_javadir}/geronimo-corba-2.3-apis-%{sver_corba_2_3}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-corba-2.3-apis-%{sver_corba_2_3}.jar \
         geronimo-corba-2.3-apis.jar
popd
touch %{buildroot}%{_javadir}/corba_apis.jar
touch %{buildroot}%{_javadir}/corba_2_3_apis.jar
install -m 0644 geronimo-spec-corba-2.3/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-corba-2.3-apis.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-corba_2.3_spec %{sver_corba_2_3} JPP geronimo-corba-2.3-apis

install -m 0644 \
  geronimo-spec-corba/target/geronimo-spec-corba-null.jar \
  %{buildroot}%{_javadir}/geronimo-corba-1.0-apis-%{sver_corba_1_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-corba-1.0-apis-%{sver_corba_1_0}.jar \
         geronimo-corba-1.0-apis.jar
popd
touch %{buildroot}%{_javadir}/corba_apis.jar
touch %{buildroot}%{_javadir}/corba_1_0_apis.jar
install -m 0644 geronimo-spec-corba/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-corba-1.0-apis.pom
%add_to_maven_depmap geronimo-spec geronimo-spec-corba %{sver_corba_1_0} JPP geronimo-corba-1.0-apis
install -m 0644 \
  geronimo-ejb_2.1_spec-1.1/target/geronimo-ejb_2.1_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-ejb-2.1-api-%{sver_ejb_2_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-ejb-2.1-api-%{sver_ejb_2_1}.jar \
         geronimo-ejb-2.1-api.jar
popd
touch %{buildroot}%{_javadir}/ejb.jar
touch %{buildroot}%{_javadir}/ejb_api.jar
touch %{buildroot}%{_javadir}/ejb_2_1_api.jar
install -m 0644 geronimo-ejb_2.1_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-ejb-2.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-ejb_2.1_spec %{sver_ejb_2_1} JPP geronimo-ejb-2.1-api
install -m 0644 \
  geronimo-ejb_3.0_spec-1.0/target/geronimo-ejb_3.0_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-ejb-3.0-api-%{sver_ejb_3_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-ejb-3.0-api-%{sver_ejb_3_0}.jar \
         geronimo-ejb-3.0-api.jar
popd
touch %{buildroot}%{_javadir}/ejb.jar
touch %{buildroot}%{_javadir}/ejb_api.jar
touch %{buildroot}%{_javadir}/ejb_3_0_api.jar
install -m 0644 geronimo-ejb_3.0_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-ejb-3.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-ejb_3.0_spec %{sver_ejb_3_0} JPP geronimo-ejb-3.0-api
install -m 0644 \
  geronimo-el_1.0_spec-1.0/target/geronimo-el_1.0_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-el-1.0-api-%{sver_el_1_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-el-1.0-api-%{sver_el_1_0}.jar \
         geronimo-el-1.0-api.jar
popd
touch %{buildroot}%{_javadir}/el_api.jar
touch %{buildroot}%{_javadir}/el_1_0_api.jar
install -m 0644 geronimo-el_1.0_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-el-1.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-el_1.0_spec %{sver_el_1_0} JPP geronimo-el-1.0-api
install -m 0644 \
  geronimo-interceptor_3.0_spec-1.0/target/geronimo-interceptor_3.0_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-interceptor-3.0-api-%{sver_interceptor_3_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-interceptor-3.0-api-%{sver_interceptor_3_0}.jar \
         geronimo-interceptor-3.0-api.jar
popd
touch %{buildroot}%{_javadir}/interceptor_api.jar
touch %{buildroot}%{_javadir}/interceptor_3_0_api.jar
install -m 0644 geronimo-interceptor_3.0_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-interceptor-3.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-interceptor_3.0_spec %{sver_interceptor_3_0} JPP geronimo-interceptor-3.0-api
install -m 0644 \
  geronimo-j2ee-connector_1.5_spec-1.1.1/target/geronimo-j2ee-connector_1.5_spec-1.1.1.jar \
  %{buildroot}%{_javadir}/geronimo-j2ee-connector-1.5-api-%{sver_j2ee_connector_1_5}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-j2ee-connector-1.5-api-%{sver_j2ee_connector_1_5}.jar \
         geronimo-j2ee-connector-1.5-api.jar
popd
touch %{buildroot}%{_javadir}/j2ee-connector.jar
touch %{buildroot}%{_javadir}/j2ee_connector_api.jar
touch %{buildroot}%{_javadir}/j2ee_connector_1_5_api.jar
install -m 0644 geronimo-j2ee-connector_1.5_spec-1.1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-j2ee-connector-1.5-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-connector_1.5_spec %{sver_j2ee_connector_1_5} JPP geronimo-j2ee-connector-1.5-api
install -m 0644 \
  geronimo-j2ee-deployment_1.1_spec-1.1/target/geronimo-j2ee-deployment_1.1_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-j2ee-deployment-1.1-api-%{sver_j2ee_deployment_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-j2ee-deployment-1.1-api-%{sver_j2ee_deployment_1_1}.jar \
         geronimo-j2ee-deployment-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/j2ee-deployment.jar
touch %{buildroot}%{_javadir}/j2ee_deployment_api.jar
touch %{buildroot}%{_javadir}/j2ee_deployment_1_1_api.jar
install -m 0644 geronimo-j2ee-deployment_1.1_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-j2ee-deployment-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-deployment_1.1_spec %{sver_j2ee_deployment_1_1} JPP geronimo-j2ee-deployment-1.1-api
install -m 0644 \
  geronimo-javaee-deployment_1.1MR3_spec-1.0/target/geronimo-javaee-deployment_1.1MR3_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-javaee-deployment-1.1-api-%{sver_javaee_deployment_1_1MR3}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-javaee-deployment-1.1-api-%{sver_javaee_deployment_1_1MR3}.jar \
         geronimo-javaee-deployment-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/javaee_deployment_1_1MR3_api.jar
touch %{buildroot}%{_javadir}/javaee_deployment_api.jar
install -m 0644 geronimo-javaee-deployment_1.1MR3_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-javaee-deployment-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-javaee-deployment_1.1_spec %{sver_javaee_deployment_1_1MR3} JPP geronimo-javaee-deployment-1.1-api
install -m 0644 \
  geronimo-j2ee-jacc_1.0_spec-1.1/target/geronimo-j2ee-jacc_1.0_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-jacc-1.0-api-%{sver_j2ee_jacc_1_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jacc-1.0-api-%{sver_j2ee_jacc_1_0}.jar \
         geronimo-jacc-1.0-api.jar
popd
touch %{buildroot}%{_javadir}/jacc.jar
touch %{buildroot}%{_javadir}/jacc_api.jar
touch %{buildroot}%{_javadir}/jacc_1_0_api.jar
install -m 0644 geronimo-j2ee-jacc_1.0_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jacc-1.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-jacc_1.0_spec %{sver_j2ee_jacc_1_0} JPP geronimo-jacc-1.0-api
install -m 0644 \
  geronimo-jacc_1.1_spec-1.0/target/geronimo-jacc_1.1_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-jacc-1.1-api-%{sver_jacc_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jacc-1.1-api-%{sver_jacc_1_1}.jar \
         geronimo-jacc-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/jacc_api.jar
touch %{buildroot}%{_javadir}/jacc_1_1_api.jar
install -m 0644 geronimo-jacc_1.1_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jacc-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-jacc_1.1_spec %{sver_jacc_1_1} JPP geronimo-jacc-1.1-api
install -m 0644 \
  geronimo-j2ee-management_1.0_spec-1.1/target/geronimo-j2ee-management_1.0_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-j2ee-management-1.0-api-%{sver_j2ee_management_1_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-j2ee-management-1.0-api-%{sver_j2ee_management_1_0}.jar \
         geronimo-j2ee-management-1.0-api.jar
popd
touch %{buildroot}%{_javadir}/j2ee-management.jar
touch %{buildroot}%{_javadir}/j2ee_management_api.jar
touch %{buildroot}%{_javadir}/j2ee_management_1_0_api.jar
install -m 0644 geronimo-j2ee-management_1.0_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-j2ee-management-1.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-management_1.0_spec %{sver_j2ee_management_1_0} JPP geronimo-j2ee-management-1.0-api
install -m 0644 \
  geronimo-j2ee-management_1.1_spec-1.0/target/geronimo-j2ee-management_1.1_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-j2ee-management-1.1-api-%{sver_j2ee_management_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-j2ee-management-1.1-api-%{sver_j2ee_management_1_1}.jar \
         geronimo-j2ee-management-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/j2ee-management.jar
touch %{buildroot}%{_javadir}/j2ee_management_api.jar
touch %{buildroot}%{_javadir}/j2ee_management_1_1_api.jar
install -m 0644 geronimo-j2ee-management_1.1_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-j2ee-management-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-management_1.1_spec %{sver_j2ee_management_1_1} JPP geronimo-j2ee-management-1.1-api
install -m 0644 \
  geronimo-javamail_1.3.1_spec-1.3/target/geronimo-javamail_1.3.1_spec-1.3.jar \
  %{buildroot}%{_javadir}/geronimo-javamail-1.3.1-api-%{sver_javamail_1_3_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-javamail-1.3.1-api-%{sver_javamail_1_3_1}.jar \
         geronimo-javamail-1.3.1-api.jar
popd
touch %{buildroot}%{_javadir}/javamail_api.jar
touch %{buildroot}%{_javadir}/javamail_1_3_1_api.jar
install -m 0644 geronimo-javamail_1.3.1_spec-1.3/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-javamail-1.3.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-javamail_1.3.1_spec %{sver_javamail_1_3_1} JPP geronimo-javamail-1.3.1-api
install -m 0644 \
  geronimo-javamail_1.4_spec-1.1/target/geronimo-javamail_1.4_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-javamail-1.4-api-%{sver_javamail_1_4}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-javamail-1.4-api-%{sver_javamail_1_4}.jar \
         geronimo-javamail-1.4-api.jar
popd
touch %{buildroot}%{_javadir}/javamail_api.jar
touch %{buildroot}%{_javadir}/javamail_1_4_api.jar
install -m 0644 geronimo-javamail_1.4_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-javamail-1.4-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-javamail_1.4_spec %{sver_javamail_1_4} JPP geronimo-javamail-1.4-api
install -m 0644 \
  geronimo-jaxr_1.0_spec-1.1/target/geronimo-jaxr_1.0_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-jaxr-1.0-api-%{sver_jaxr_1_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jaxr-1.0-api-%{sver_jaxr_1_0}.jar \
         geronimo-jaxr-1.0-api.jar
popd
touch %{buildroot}%{_javadir}/jaxr.jar
touch %{buildroot}%{_javadir}/jaxr_api.jar
touch %{buildroot}%{_javadir}/jaxr_1_0_api.jar
install -m 0644 geronimo-jaxr_1.0_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jaxr-1.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jaxr_1.0_spec %{sver_jaxr_1_0} JPP geronimo-jaxr-1.0-api
install -m 0644 \
  geronimo-jaxrpc_1.1_spec-1.1/target/geronimo-jaxrpc_1.1_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-jaxrpc-1.1-api-%{sver_jaxrpc_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jaxrpc-1.1-api-%{sver_jaxrpc_1_1}.jar \
         geronimo-jaxrpc-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/jaxrpc.jar
touch %{buildroot}%{_javadir}/jaxrpc_api.jar
touch %{buildroot}%{_javadir}/jaxrpc_1_1_api.jar
install -m 0644 geronimo-jaxrpc_1.1_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jaxrpc-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jaxrpc_1.1_spec %{sver_jaxrpc_1_1} JPP geronimo-jaxrpc-1.1-api
install -m 0644 \
  geronimo-spec-j2ee/target/geronimo-j2ee_1.4_spec-1.2-jar-with-dependencies.jar \
  %{buildroot}%{_javadir}/geronimo-j2ee-1.4-apis-%{version}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-j2ee-1.4-apis-%{version}.jar \
         geronimo-j2ee-1.4-apis.jar
popd
install -m 0644 geronimo-spec-j2ee/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-j2ee-1.4-apis.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee_1.4_spec %{version} JPP geronimo-j2ee-1.4-apis
install -m 0644 \
  geronimo-jms_1.1_spec-1.1/target/geronimo-jms_1.1_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-jms-1.1-api-%{sver_jms_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jms-1.1-api-%{sver_jms_1_1}.jar \
         geronimo-jms-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/jms.jar
touch %{buildroot}%{_javadir}/jms_api.jar
touch %{buildroot}%{_javadir}/jms_1_1_api.jar
install -m 0644 geronimo-jms_1.1_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jms-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jms_1.1_spec %{sver_jms_1_1} JPP geronimo-jms-1.1-api
install -m 0644 \
  geronimo-jpa_3.0_spec-1.1.0/target/geronimo-jpa_3.0_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-jpa-3.0-api-%{sver_jpa_3_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jpa-3.0-api-%{sver_jpa_3_0}.jar \
         geronimo-jpa-3.0-api.jar
popd
touch %{buildroot}%{_javadir}/jpa_api.jar
touch %{buildroot}%{_javadir}/jpa_3_0_api.jar
install -m 0644 geronimo-jpa_3.0_spec-1.1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jpa-3.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jpa_3.0_spec %{sver_jpa_3_0} JPP geronimo-jpa-3.0-api
install -m 0644 \
  geronimo-jsp_2.0_spec-1.1/target/geronimo-jsp_2.0_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-jsp-2.0-api-%{sver_jsp_2_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jsp-2.0-api-%{sver_jsp_2_0}.jar \
         geronimo-jsp-2.0-api.jar
popd
touch %{buildroot}%{_javadir}/jsp.jar
touch %{buildroot}%{_javadir}/jsp_api.jar
touch %{buildroot}%{_javadir}/jsp_2_0_api.jar
install -m 0644 geronimo-jsp_2.0_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jsp-2.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jsp_2.0_spec %{sver_jsp_2_0} JPP geronimo-jsp-2.0-api
install -m 0644 \
  geronimo-jsp_2.1_spec-1.0/target/geronimo-jsp_2.1_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-jsp-2.1-api-%{sver_jsp_2_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jsp-2.1-api-%{sver_jsp_2_1}.jar \
         geronimo-jsp-2.1-api.jar
popd
touch %{buildroot}%{_javadir}/jsp.jar
touch %{buildroot}%{_javadir}/jsp_api.jar
touch %{buildroot}%{_javadir}/jsp_2_1_api.jar
install -m 0644 geronimo-jsp_2.1_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jsp-2.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jsp_2.1_spec %{sver_jsp_2_1} JPP geronimo-jsp-2.1-api
install -m 0644 \
  geronimo-jta_1.0.1B_spec-1.1.1/target/geronimo-jta_1.0.1B_spec-1.1.1.jar \
  %{buildroot}%{_javadir}/geronimo-jta-1.0.1B-api-%{sver_jta_1_0_1B}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jta-1.0.1B-api-%{sver_jta_1_0_1B}.jar \
         geronimo-jta-1.0.1B-api.jar
popd
touch %{buildroot}%{_javadir}/jta.jar
touch %{buildroot}%{_javadir}/jta_api.jar
touch %{buildroot}%{_javadir}/jta_1_0_1B_api.jar
install -m 0644 geronimo-jta_1.0.1B_spec-1.1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jta-1.0.1B-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jta_1.0.1B_spec %{sver_jta_1_0_1B} JPP geronimo-jta-1.0.1B-api
install -m 0644 \
  geronimo-jta_1.1_spec-1.1.0/target/geronimo-jta_1.1_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-jta-1.1-api-%{sver_jta_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jta-1.1-api-%{sver_jta_1_1}.jar \
         geronimo-jta-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/jta.jar
touch %{buildroot}%{_javadir}/jta_api.jar
touch %{buildroot}%{_javadir}/jta_1_1_api.jar
install -m 0644 geronimo-jta_1.1_spec-1.1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jta-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jta_1.1_spec %{sver_jta_1_1} JPP geronimo-jta-1.1-api
install -m 0644 \
  geronimo-qname_1.1_spec-1.1/target/geronimo-qname_1.1_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-qname-1.1-api-%{sver_qname_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-qname-1.1-api-%{sver_qname_1_1}.jar \
         geronimo-qname-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/qname_api.jar
touch %{buildroot}%{_javadir}/qname_1_1_api.jar
install -m 0644 geronimo-qname_1.1_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-qname-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-qname_1.1_spec %{sver_qname_1_1} JPP geronimo-qname-1.1-api
install -m 0644 \
  geronimo-saaj_1.1_spec-1.1/target/geronimo-saaj_1.1_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-saaj-1.1-api-%{sver_saaj_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-saaj-1.1-api-%{sver_saaj_1_1}.jar \
         geronimo-saaj-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/saaj.jar
touch %{buildroot}%{_javadir}/saaj_api.jar
touch %{buildroot}%{_javadir}/saaj_1_1_api.jar
install -m 0644 geronimo-saaj_1.1_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-saaj-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-saaj_1.1_spec %{sver_saaj_1_1} JPP geronimo-saaj-1.1-api
install -m 0644 \
  geronimo-servlet_2.4_spec-1.1.1/target/geronimo-servlet_2.4_spec-1.1.1.jar \
  %{buildroot}%{_javadir}/geronimo-servlet-2.4-api-%{sver_servlet_2_4}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-servlet-2.4-api-%{sver_servlet_2_4}.jar \
         geronimo-servlet-2.4-api.jar
popd
touch %{buildroot}%{_javadir}/servlet.jar
touch %{buildroot}%{_javadir}/servlet_api.jar
touch %{buildroot}%{_javadir}/servlet_2_4_api.jar
install -m 0644 geronimo-servlet_2.4_spec-1.1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-servlet-2.4-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-servlet_2.4_spec %{sver_servlet_2_4} JPP geronimo-servlet-2.4-api
install -m 0644 \
  geronimo-servlet_2.5_spec-1.1/target/geronimo-servlet_2.5_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-servlet-2.5-api-%{sver_servlet_2_5}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-servlet-2.5-api-%{sver_servlet_2_5}.jar \
         geronimo-servlet-2.5-api.jar
popd
touch %{buildroot}%{_javadir}/servlet.jar
touch %{buildroot}%{_javadir}/servlet_api.jar
touch %{buildroot}%{_javadir}/servlet_2_5_api.jar
install -m 0644 geronimo-servlet_2.5_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-servlet-2.5-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-servlet_2.5_spec %{sver_servlet_2_5}.0.1 JPP geronimo-servlet-2.5-api
install -m 0644 \
  geronimo-stax-api_1.0_spec-1.0/target/geronimo-stax-api_1.0_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-stax-1.0-api-%{sver_stax_1_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-stax-1.0-api-%{sver_stax_1_0}.jar \
         geronimo-stax-1.0-api.jar
popd
touch %{buildroot}%{_javadir}/stax_api.jar
touch %{buildroot}%{_javadir}/stax_1_0_api.jar
install -m 0644 geronimo-stax-api_1.0_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-stax-1.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-stax_1.0_spec %{sver_stax_1_0} JPP geronimo-stax-1.0-api
install -m 0644 \
  geronimo-ws-metadata_2.0_spec-1.1.1/target/geronimo-ws-metadata_2.0_spec-1.1.1.jar \
  %{buildroot}%{_javadir}/geronimo-ws-metadata-2.0-api-%{sver_ws_metadata_2_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-ws-metadata-2.0-api-%{sver_ws_metadata_2_0}.jar \
         geronimo-ws-metadata-2.0-api.jar
popd
touch %{buildroot}%{_javadir}/ws_metadata_api.jar
touch %{buildroot}%{_javadir}/ws_metadata_2_0_api.jar
install -m 0644 geronimo-ws-metadata_2.0_spec-1.1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-ws-metadata-2.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-ws-metadata_2.0_spec %{sver_ws_metadata_2_0} JPP geronimo-ws-metadata-2.0-api
install -m 0644 \
  geronimo-spec-commonj/target/geronimo-commonj_1.1_spec-null.jar \
  %{buildroot}%{_javadir}/geronimo-commonj-1.1-apis-%{sver_commonj_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-commonj-1.1-apis-%{sver_commonj_1_1}.jar \
         geronimo-commonj-1.1-apis.jar
popd
touch %{buildroot}%{_javadir}/commonj_apis.jar
touch %{buildroot}%{_javadir}/commonj_1_1_apis.jar
install -m 0644 geronimo-spec-commonj/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-commonj-1.1-apis.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-commonj_1.1_spec %{sver_commonj_1_1} JPP geronimo-commonj-1.1-apis
# Add the parent geronimo-specs pom
cp pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-specs.pom
%add_to_maven_depmap org.apache.geronimo.specs specs 1.1 JPP geronimo-specs
# main package jars
install -d -m 0755 %{buildroot}%{_javadir}/geronimo
pushd %{buildroot}%{_javadir}/geronimo
  ln -sf ../geronimo-commonj-1.1-apis-%{version}.jar spec-commonj-1.1-%{version}.jar
  ln -sf spec-commonj-1.1-%{version}.jar spec-commonj-1.1.jar
  ln -sf ../geronimo-jaf-1.0.2-api-%{version}.jar spec-jaf-1.0.2-%{version}.jar
  ln -sf spec-jaf-1.0.2-%{version}.jar spec-jaf-1.0.2.jar
  ln -sf ../geronimo-jaf-1.1-api-%{version}.jar spec-jaf-1.1-%{version}.jar
  ln -sf spec-jaf-1.1-%{version}.jar spec-jaf-1.1.jar
  ln -sf ../geronimo-annotation-1.0-api-%{version}.jar spec-annotation-1.0-%{version}.jar
  ln -sf spec-annotation-1.0-%{version}.jar spec-annotation-1.0.jar
  ln -sf ../geronimo-ejb-2.1-api-%{version}.jar spec-ejb-2.1-%{version}.jar
  ln -sf spec-ejb-2.1-%{version}.jar spec-ejb-2.1.jar
  ln -sf ../geronimo-ejb-3.0-api-%{version}.jar spec-ejb-3.0-%{version}.jar
  ln -sf spec-ejb-3.0-%{version}.jar spec-ejb-3.0.jar
  ln -sf ../geronimo-el-1.0-api-%{version}.jar spec-el-1.0-%{version}.jar
  ln -sf spec-el-1.0-%{version}.jar spec-el-1.0.jar
  ln -sf ../geronimo-interceptor-3.0-api-%{version}.jar spec-interceptor-3.0-%{version}.jar
  ln -sf spec-interceptor-3.0-%{version}.jar spec-interceptor-3.0.jar
  ln -sf ../geronimo-j2ee-connector-1.5-api-%{version}.jar \
    spec-j2ee-connector-1.5-%{version}.jar
  ln -sf spec-j2ee-connector-1.5-%{version}.jar spec-j2ee-connector-1.5.jar
  ln -sf ../geronimo-j2ee-deployment-1.1-api-%{version}.jar \
    spec-j2ee-deployment-1.1-%{version}.jar
  ln -sf spec-j2ee-deployment-1.1-%{version}.jar spec-j2ee-deployment-1.1.jar
  ln -sf ../geronimo-javaee-deployment-1.1-api-%{version}.jar \
    spec-javaee-deployment-1.1-%{version}.jar
  ln -sf spec-javaee-deployment-1.1-%{version}.jar spec-javaee-deployment-1.1.jar
  ln -sf ../geronimo-jacc-1.0-api-%{version}.jar spec-jacc-1.0-%{version}.jar
  ln -sf spec-jacc-1.0-%{version}.jar spec-jacc-1.0.jar
  ln -sf ../geronimo-jacc-1.1-api-%{version}.jar spec-jacc-1.1-%{version}.jar
  ln -sf spec-jacc-1.1-%{version}.jar spec-jacc-1.1.jar
  ln -sf ../geronimo-j2ee-management-1.0-api-%{version}.jar \
    spec-j2ee-management-1.0-%{version}.jar
  ln -sf spec-j2ee-management-1.0-%{version}.jar spec-j2ee-management-1.0.jar
  ln -sf ../geronimo-j2ee-management-1.1-api-%{version}.jar \
    spec-j2ee-management-1.1-%{version}.jar
  ln -sf spec-j2ee-management-1.1-%{version}.jar spec-j2ee-management-1.1.jar
  ln -sf ../geronimo-j2ee-1.4-apis-%{version}.jar spec-j2ee-1.4-%{version}.jar
  ln -sf spec-j2ee-1.4-%{version}.jar spec-j2ee-1.4.jar
  ln -sf ../geronimo-jms-1.1-api-%{version}.jar spec-jms-1.1-%{version}.jar
  ln -sf spec-jms-1.1-%{version}.jar spec-jms-1.1.jar
  ln -sf ../geronimo-jpa-3.0-api-%{version}.jar spec-jpa-3.0-%{version}.jar
  ln -sf spec-jpa-3.0-%{version}.jar spec-jpa-3.0.jar
  ln -sf ../geronimo-jsp-2.0-api-%{version}.jar spec-jsp-2.0-%{version}.jar
  ln -sf spec-jsp-2.0-%{version}.jar spec-jsp-2.0.jar
  ln -sf ../geronimo-jsp-2.1-api-%{version}.jar spec-jsp-2.1-%{version}.jar
  ln -sf spec-jsp-2.1-%{version}.jar spec-jsp-2.1.jar
  ln -sf ../geronimo-jta-1.0.1B-api-%{version}.jar spec-jta-1.0.1B-%{version}.jar
  ln -sf spec-jta-1.0.1B-%{version}.jar spec-jta-1.0.1B.jar
  ln -sf ../geronimo-jta-1.1-api-%{version}.jar spec-jta-1.1-%{version}.jar
  ln -sf spec-jta-1.1-%{version}.jar spec-jta-1.1.jar
  ln -sf ../geronimo-servlet-2.4-api-%{version}.jar spec-servlet-2.4-%{version}.jar
  ln -sf spec-servlet-2.4-%{version}.jar spec-servlet-2.4.jar
  ln -sf ../geronimo-servlet-2.5-api-%{version}.jar spec-servlet-2.5-%{version}.jar
  ln -sf spec-servlet-2.5-%{version}.jar spec-servlet-2.5.jar
  ln -sf ../geronimo-stax-1.0-api-%{version}.jar spec-stax-1.0-%{version}.jar
  ln -sf spec-stax-1.0-%{version}.jar spec-stax-1.0.jar
  ln -sf ../geronimo-ws-metadata-2.0-api-%{version}.jar spec-ws-metadata-2.0-%{version}.jar
  ln -sf spec-ws-metadata-2.0-%{version}.jar spec-ws-metadata-2.0.jar
popd
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jaf-1.0.2
    cp -pr geronimo-activation_1.0.2_spec-1.2/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jaf-1.0.2
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jaf-1.1
    cp -pr geronimo-activation_1.1_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jaf-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/annotation-1.0
    cp -pr geronimo-annotation_1.0_spec-1.1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/annotation-1.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/commonj-1.1
    cp -pr geronimo-spec-commonj/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/commonj-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/corba-1.0
    cp -pr geronimo-spec-corba/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/corba-1.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/corba-2.3
    cp -pr geronimo-spec-corba-2.3/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/corba-2.3
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/ejb-2.1
    cp -pr geronimo-ejb_2.1_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/ejb-2.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/ejb-3.0
    cp -pr geronimo-ejb_3.0_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/ejb-3.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/el-1.0
    cp -pr geronimo-el_1.0_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/el-1.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/interceptor-3.0
    cp -pr geronimo-interceptor_3.0_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/interceptor-3.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/j2ee-connector-1.5
    cp -pr geronimo-j2ee-connector_1.5_spec-1.1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/j2ee-connector-1.5
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/j2ee-deployment-1.1
    cp -pr geronimo-j2ee-deployment_1.1_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/j2ee-deployment-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/javaee-deployment-1.1
    cp -pr geronimo-javaee-deployment_1.1MR3_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/javaee-deployment-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/j2ee-management-1.0
    cp -pr geronimo-j2ee-management_1.0_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/j2ee-management-1.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/j2ee-management-1.1
    cp -pr geronimo-j2ee-management_1.1_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/j2ee-management-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/javamail-1.3.1
    cp -pr geronimo-javamail_1.3.1_spec-1.3/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/javamail-1.3.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/javamail-1.4
    cp -pr geronimo-javamail_1.4_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/javamail-1.4
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jaxrpc-1.1
    cp -pr geronimo-jaxrpc_1.1_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jaxrpc-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jaxr-1.0
    cp -pr geronimo-jaxr_1.0_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jaxr-1.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jms-1.1
    cp -pr geronimo-jms_1.1_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jms-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jpa-3.0
    cp -pr geronimo-jpa_3.0_spec-1.1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jpa-3.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jsp-2.0
    cp -pr geronimo-jsp_2.0_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jsp-2.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jsp-2.1
    cp -pr geronimo-jsp_2.1_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jsp-2.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jta-1.0.1B
    cp -pr geronimo-jta_1.0.1B_spec-1.1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jta-1.0.1B
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jta-1.1
    cp -pr geronimo-jta_1.1_spec-1.1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jta-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/qname-1.1
    cp -pr geronimo-qname_1.1_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/qname-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/saaj-1.1
    cp -pr geronimo-saaj_1.1_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/saaj-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/servlet-2.4
    cp -pr geronimo-servlet_2.4_spec-1.1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/servlet-2.4
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/servlet-2.5
    cp -pr geronimo-servlet_2.5_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/servlet-2.5
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/stax-1.0
    cp -pr geronimo-stax-api_1.0_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/stax-1.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/ws-metadata-2.0
    cp -pr geronimo-ws-metadata_2.0_spec-1.1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/ws-metadata-2.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jacc-1.0
    cp -pr geronimo-j2ee-jacc_1.0_spec-1.1/target/site/apidocs/* \
         %{buildroot}%{_javadocdir}/%{name}-%{version}/jacc-1.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jacc-1.1
    cp -pr geronimo-jacc_1.1_spec-1.0/target/site/apidocs/* \
         %{buildroot}%{_javadocdir}/%{name}-%{version}/jacc-1.1
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # ghost symlink
# documents
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jaf-1.0.2
    cp -pr geronimo-activation_1.0.2_spec-1.2/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jaf-1.0.2
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jaf-1.1
    cp -pr geronimo-activation_1.1_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jaf-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/annotation-1.0
    cp -pr geronimo-annotation_1.0_spec-1.1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/annotation-1.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/commonj-1.1
    cp -pr geronimo-spec-commonj/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/commonj-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/corba-2.3
    cp -pr geronimo-spec-corba-2.3/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/corba-2.3
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/ejb-2.1
    cp -pr geronimo-ejb_2.1_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/ejb-2.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/ejb-3.0
    cp -pr geronimo-ejb_3.0_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/ejb-3.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/el-1.0
    cp -pr geronimo-el_1.0_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/el-1.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/interceptor-3.0
    cp -pr geronimo-interceptor_3.0_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/interceptor-3.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-connector-1.5
    cp -pr geronimo-j2ee-connector_1.5_spec-1.1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-connector-1.5
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-deployment-1.1
    cp -pr geronimo-j2ee-deployment_1.1_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-deployment-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/javaee-deployment-1.1
    cp -pr geronimo-javaee-deployment_1.1MR3_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/javaee-deployment-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-management-1.0
    cp -pr geronimo-j2ee-management_1.0_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-management-1.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-management-1.1
    cp -pr geronimo-j2ee-management_1.1_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-management-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/javamail-1.3.1
    cp -pr geronimo-javamail_1.3.1_spec-1.3/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/javamail-1.3.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/javamail-1.4
    cp -pr geronimo-javamail_1.4_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/javamail-1.4
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jaxrpc-1.1
    cp -pr geronimo-jaxrpc_1.1_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jaxrpc-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jaxr-1.0
    cp -pr geronimo-jaxr_1.0_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jaxr-1.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jms-1.1
    cp -pr geronimo-jms_1.1_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jms-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jpa-3.0
    cp -pr geronimo-jpa_3.0_spec-1.1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jpa-3.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jsp-2.0
    cp -pr geronimo-jsp_2.0_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jsp-2.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jsp-2.1
    cp -pr geronimo-jsp_2.1_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jsp-2.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jta-1.0.1B
    cp -pr geronimo-jta_1.0.1B_spec-1.1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jta-1.0.1B
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jta-1.1
    cp -pr geronimo-jta_1.1_spec-1.1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jta-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/qname-1.1
    cp -pr geronimo-qname_1.1_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/qname-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/saaj-1.1
    cp -pr geronimo-saaj_1.1_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/saaj-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/servlet-2.4
    cp -pr geronimo-servlet_2.4_spec-1.1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/servlet-2.4
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/servlet-2.5
    cp -pr geronimo-servlet_2.5_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/servlet-2.5
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/stax-1.0
    cp -pr geronimo-stax-api_1.0_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/stax-1.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/ws-metadata-2.0
    cp -pr geronimo-ws-metadata_2.0_spec-1.1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/ws-metadata-2.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jacc-1.0
    cp -pr geronimo-j2ee-jacc_1.0_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jacc-1.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jacc-1.1
    cp -pr geronimo-jacc_1.1_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jacc-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-1.4
    cp -pr geronimo-spec-j2ee/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-1.4
cp -pr etc/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}
fdupes -s %{buildroot}/%{_javadocdir}/%{name}-%{version}


%post poms
%update_maven_depmap

%postun poms
%update_maven_depmap

%post -n geronimo-commonj-1.1-apis
%{_sbindir}/update-alternatives --install %{_javadir}/commonj_apis.jar commonj_apis %{_javadir}/geronimo-commonj-1.1-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/commonj_1_1_apis.jar commonj_1_1_apis %{_javadir}/geronimo-commonj-1.1-apis.jar 10100

%preun -n geronimo-commonj-1.1-apis
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove commonj_apis %{_javadir}/geronimo-commonj-1.1-apis.jar
    %{_sbindir}/update-alternatives --remove commonj_1_1_apis %{_javadir}/geronimo-commonj-1.1-apis.jar
fi

%post -n geronimo-jaf-1.0.2-api
%{_sbindir}/update-alternatives --install %{_javadir}/jaf.jar jaf %{_javadir}/geronimo-jaf-1.0.2-api.jar 10002
%{_sbindir}/update-alternatives --install %{_javadir}/jaf_api.jar jaf_api %{_javadir}/geronimo-jaf-1.0.2-api.jar 10002
%{_sbindir}/update-alternatives --install %{_javadir}/jaf_1_0_2_api.jar jaf_1_0_2_api %{_javadir}/geronimo-jaf-1.0.2-api.jar 10002

%preun -n geronimo-jaf-1.0.2-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jaf %{_javadir}/geronimo-jaf-1.0.2-api.jar
    %{_sbindir}/update-alternatives --remove jaf_api %{_javadir}/geronimo-jaf-1.0.2-api.jar
    %{_sbindir}/update-alternatives --remove jaf_1_0_2_api %{_javadir}/geronimo-jaf-1.0.2-api.jar
fi

%post -n geronimo-jaf-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/jaf.jar jaf %{_javadir}/geronimo-jaf-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jaf_api.jar jaf_api %{_javadir}/geronimo-jaf-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jaf_1_1_api.jar jaf_1_1_api %{_javadir}/geronimo-jaf-1.1-api.jar 10100

%preun -n geronimo-jaf-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jaf %{_javadir}/geronimo-jaf-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jaf_api %{_javadir}/geronimo-jaf-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jaf_1_1_api %{_javadir}/geronimo-jaf-1.1-api.jar
fi

%post -n geronimo-annotation-1.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/annotation_api.jar annotation_api %{_javadir}/geronimo-annotation-1.0-api.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/annotation_1_0_api.jar annotation_1_0_api %{_javadir}/geronimo-annotation-1.0-api.jar 10000

%preun -n geronimo-annotation-1.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove annotation_api %{_javadir}/geronimo-annotation-1.0-api.jar
    %{_sbindir}/update-alternatives --remove annotation_1_0_api %{_javadir}/geronimo-annotation-1.0-api.jar
fi

%post -n geronimo-corba-1.0-apis
%{_sbindir}/update-alternatives --install %{_javadir}/corba_apis.jar corba_apis %{_javadir}/geronimo-corba-1.0-apis.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/corba_1_0_apis.jar corba_1_0_apis %{_javadir}/geronimo-corba-1.0-apis.jar 10000

%preun -n geronimo-corba-1.0-apis
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove corba_apis %{_javadir}/geronimo-corba-1.0-apis.jar
    %{_sbindir}/update-alternatives --remove corba_1_0_apis %{_javadir}/geronimo-corba-1.0-apis.jar
fi

%post -n geronimo-corba-2.3-apis
%{_sbindir}/update-alternatives --install %{_javadir}/corba_apis.jar corba_apis %{_javadir}/geronimo-corba-2.3-apis.jar 20300
%{_sbindir}/update-alternatives --install %{_javadir}/corba_2_3_apis.jar corba_2_3_apis %{_javadir}/geronimo-corba-2.3-apis.jar 20300

%preun -n geronimo-corba-2.3-apis
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove corba_apis %{_javadir}/geronimo-corba-2.3-apis.jar
    %{_sbindir}/update-alternatives --remove corba_2_3_apis %{_javadir}/geronimo-corba-2.3-apis.jar
fi


%post -n geronimo-ejb-2.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/ejb.jar ejb %{_javadir}/geronimo-ejb-2.1-api.jar 20100
%{_sbindir}/update-alternatives --install %{_javadir}/ejb_api.jar ejb_api %{_javadir}/geronimo-ejb-2.1-api.jar 20100
%{_sbindir}/update-alternatives --install %{_javadir}/ejb_2_1_api.jar ejb_2_1_api %{_javadir}/geronimo-ejb-2.1-api.jar 20100

%preun -n geronimo-ejb-2.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove ejb %{_javadir}/geronimo-ejb-2.1-api.jar
    %{_sbindir}/update-alternatives --remove ejb_api %{_javadir}/geronimo-ejb-2.1-api.jar
    %{_sbindir}/update-alternatives --remove ejb_2_1_api %{_javadir}/geronimo-ejb-2.1-api.jar
fi

%post -n geronimo-ejb-3.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/ejb.jar ejb %{_javadir}/geronimo-ejb-3.0-api.jar 30000
%{_sbindir}/update-alternatives --install %{_javadir}/ejb_api.jar ejb_api %{_javadir}/geronimo-ejb-3.0-api.jar 30000
%{_sbindir}/update-alternatives --install %{_javadir}/ejb_3_0_api.jar ejb_3_0_api %{_javadir}/geronimo-ejb-3.0-api.jar 30000

%preun -n geronimo-ejb-3.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove ejb %{_javadir}/geronimo-ejb-3.0-api.jar
    %{_sbindir}/update-alternatives --remove ejb_api %{_javadir}/geronimo-ejb-3.0-api.jar
    %{_sbindir}/update-alternatives --remove ejb_3_0_api %{_javadir}/geronimo-ejb-3.0-api.jar
fi

%post -n geronimo-el-1.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/el_api.jar el_api %{_javadir}/geronimo-el-1.0-api.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/el_1_0_api.jar el_1_0_api %{_javadir}/geronimo-el-1.0-api.jar 10000

%preun -n geronimo-el-1.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove el_api %{_javadir}/geronimo-el-1.0-api.jar
    %{_sbindir}/update-alternatives --remove el_1_0_api %{_javadir}/geronimo-el-1.0-api.jar
fi

%post -n geronimo-interceptor-3.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/interceptor_api.jar interceptor_api %{_javadir}/geronimo-interceptor-3.0-api.jar 30000
%{_sbindir}/update-alternatives --install %{_javadir}/interceptor_3_0_api.jar interceptor_3_0_api %{_javadir}/geronimo-interceptor-3.0-api.jar 30000

%preun -n geronimo-interceptor-3.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove interceptor_api %{_javadir}/geronimo-interceptor-3.0-api.jar
    %{_sbindir}/update-alternatives --remove interceptor_3_0_api %{_javadir}/geronimo-interceptor-3.0-api.jar
fi


%post -n geronimo-j2ee-connector-1.5-api
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee-connector.jar j2ee-connector %{_javadir}/geronimo-j2ee-connector-1.5-api.jar 10500
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_connector_api.jar j2ee_connector_api %{_javadir}/geronimo-j2ee-connector-1.5-api.jar 10500
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_connector_1_5_api.jar j2ee_connector_1_5_api %{_javadir}/geronimo-j2ee-connector-1.5-api.jar 10500

%preun -n geronimo-j2ee-connector-1.5-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove j2ee-connector %{_javadir}/geronimo-j2ee-connector-1.5-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_connector_api %{_javadir}/geronimo-j2ee-connector-1.5-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_connector_1_5_api %{_javadir}/geronimo-j2ee-connector-1.5-api.jar
fi

%post -n geronimo-j2ee-deployment-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee-deployment.jar j2ee-deployment %{_javadir}/geronimo-j2ee-deployment-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_deployment_api.jar j2ee_deployment_api %{_javadir}/geronimo-j2ee-deployment-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_deployment_1_1_api.jar j2ee_deployment_1_1_api %{_javadir}/geronimo-j2ee-deployment-1.1-api.jar 10100

%preun -n geronimo-j2ee-deployment-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove j2ee-deployment %{_javadir}/geronimo-j2ee-deployment-1.1-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_deployment_api %{_javadir}/geronimo-j2ee-deployment-1.1-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_deployment_1_1_api %{_javadir}/geronimo-j2ee-deployment-1.1-api.jar
fi

%post -n geronimo-javaee-deployment-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/javaee_deployment_api.jar javaee_deployment_api %{_javadir}/geronimo-javaee-deployment-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/javaee_deployment_1_1MR3_api.jar javaee_deployment_1_1MR3_api %{_javadir}/geronimo-javaee-deployment-1.1-api.jar 10100

%preun -n geronimo-javaee-deployment-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove javaee_deployment_api %{_javadir}/geronimo-javaee-deployment-1.1-api.jar
    %{_sbindir}/update-alternatives --remove javaee_deployment_1_1MR3_api %{_javadir}/geronimo-javaee-deployment-1.1-api.jar
fi


%post -n geronimo-jacc-1.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/jacc.jar jacc %{_javadir}/geronimo-jacc-1.0-api.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/jacc_api.jar jacc_api %{_javadir}/geronimo-jacc-1.0-api.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/jacc_1_0_api.jar jacc_1_0_api %{_javadir}/geronimo-jacc-1.0-api.jar 10000

%preun -n geronimo-jacc-1.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jacc %{_javadir}/geronimo-jacc-1.0-api.jar
    %{_sbindir}/update-alternatives --remove jacc_api %{_javadir}/geronimo-jacc-1.0-api.jar
    %{_sbindir}/update-alternatives --remove jacc_1_0_api %{_javadir}/geronimo-jacc-1.0-api.jar
fi


%post -n geronimo-jacc-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/jacc_api.jar jacc_api %{_javadir}/geronimo-jacc-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jacc_1_1_api.jar jacc_1_1_api %{_javadir}/geronimo-jacc-1.1-api.jar 10100

%preun -n geronimo-jacc-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jacc_api %{_javadir}/geronimo-jacc-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jacc_1_1_api %{_javadir}/geronimo-jacc-1.1-api.jar
fi


%post -n geronimo-j2ee-management-1.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee-management.jar j2ee-management %{_javadir}/geronimo-j2ee-management-1.0-api.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_management_api.jar j2ee_management_api %{_javadir}/geronimo-j2ee-management-1.0-api.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_management_1_0_api.jar j2ee_management_1_0_api %{_javadir}/geronimo-j2ee-management-1.0-api.jar 10000

%preun -n geronimo-j2ee-management-1.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove j2ee-management %{_javadir}/geronimo-j2ee-management-1.0-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_management_api %{_javadir}/geronimo-j2ee-management-1.0-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_management_1_0_api %{_javadir}/geronimo-j2ee-management-1.0-api.jar
fi


%post -n geronimo-j2ee-management-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee-management.jar j2ee-management %{_javadir}/geronimo-j2ee-management-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_management_api.jar j2ee_management_api %{_javadir}/geronimo-j2ee-management-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_management_1_1_api.jar j2ee_management_1_1_api %{_javadir}/geronimo-j2ee-management-1.1-api.jar 10100

%preun -n geronimo-j2ee-management-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove j2ee-management %{_javadir}/geronimo-j2ee-management-1.1-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_management_api %{_javadir}/geronimo-j2ee-management-1.1-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_management_1_1_api %{_javadir}/geronimo-j2ee-management-1.1-api.jar
fi


%post -n geronimo-javamail-1.3.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/javamail.jar javamail %{_javadir}/geronimo-javamail-1.3.1-api.jar 10301
%{_sbindir}/update-alternatives --install %{_javadir}/javamail_api.jar javamail_api %{_javadir}/geronimo-javamail-1.3.1-api.jar 10301
%{_sbindir}/update-alternatives --install %{_javadir}/javamail_1_3_1_api.jar javamail_1_3_1_api %{_javadir}/geronimo-javamail-1.3.1-api.jar 10301

%preun -n geronimo-javamail-1.3.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove javamail %{_javadir}/geronimo-javamail-1.3.1-api.jar
    %{_sbindir}/update-alternatives --remove javamail_api %{_javadir}/geronimo-javamail-1.3.1-api.jar
    %{_sbindir}/update-alternatives --remove javamail_1_3_1_api %{_javadir}/geronimo-javamail-1.3.1-api.jar
fi
# Do not provide javamail as this is just the API (is it?) and
# our 'javamail' alternative means the providers as well
# all in a single jar file called 'javamail.jar'

%post -n geronimo-javamail-1.4-api
%{_sbindir}/update-alternatives --install %{_javadir}/javamail.jar javamail %{_javadir}/geronimo-javamail-1.4-api.jar 10400
%{_sbindir}/update-alternatives --install %{_javadir}/javamail_api.jar javamail_api %{_javadir}/geronimo-javamail-1.4-api.jar 10400
%{_sbindir}/update-alternatives --install %{_javadir}/javamail_1_4_api.jar javamail_1_4_api %{_javadir}/geronimo-javamail-1.4-api.jar 10400

%preun -n geronimo-javamail-1.4-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove javamail %{_javadir}/geronimo-javamail-1.4-api.jar
    %{_sbindir}/update-alternatives --remove javamail_api %{_javadir}/geronimo-javamail-1.4-api.jar
    %{_sbindir}/update-alternatives --remove javamail_1_4_api %{_javadir}/geronimo-javamail-1.4-api.jar
fi


%post -n geronimo-jaxr-1.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/jaxr.jar jaxr %{_javadir}/geronimo-jaxr-1.0-api.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/jaxr_api.jar jaxr_api %{_javadir}/geronimo-jaxr-1.0-api.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/jaxr_1_0_api.jar jaxr_1_0_api %{_javadir}/geronimo-jaxr-1.0-api.jar 10000

%preun -n geronimo-jaxr-1.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jaxr %{_javadir}/geronimo-jaxr-1.0-api.jar
    %{_sbindir}/update-alternatives --remove jaxr_api %{_javadir}/geronimo-jaxr-1.0-api.jar
    %{_sbindir}/update-alternatives --remove jaxr_1_0_api %{_javadir}/geronimo-jaxr-1.0-api.jar
fi

%post -n geronimo-jaxrpc-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/jaxrpc.jar jaxrpc %{_javadir}/geronimo-jaxrpc-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jaxrpc_api.jar jaxrpc_api %{_javadir}/geronimo-jaxrpc-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jaxrpc_1_1_api.jar jaxrpc_1_1_api %{_javadir}/geronimo-jaxrpc-1.1-api.jar 10100

%preun -n geronimo-jaxrpc-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jaxrpc %{_javadir}/geronimo-jaxrpc-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jaxrpc_api %{_javadir}/geronimo-jaxrpc-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jaxrpc_1_1_api %{_javadir}/geronimo-jaxrpc-1.1-api.jar
fi


%post -n geronimo-jms-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/jms.jar jms %{_javadir}/geronimo-jms-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jms_api.jar jms_api %{_javadir}/geronimo-jms-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jms_1_1_api.jar jms_1_1_api %{_javadir}/geronimo-jms-1.1-api.jar 10100

%preun -n geronimo-jms-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jms %{_javadir}/geronimo-jms-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jms_api %{_javadir}/geronimo-jms-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jms_1_1_api %{_javadir}/geronimo-jms-1.1-api.jar
fi

%post -n geronimo-jpa-3.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/jpa_api.jar jpa_api %{_javadir}/geronimo-jpa-3.0-api.jar 30000
%{_sbindir}/update-alternatives --install %{_javadir}/jpa_3_0_api.jar jpa_3_0_api %{_javadir}/geronimo-jpa-3.0-api.jar 30000

%preun -n geronimo-jpa-3.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jpa_api %{_javadir}/geronimo-jpa-3.0-api.jar
    %{_sbindir}/update-alternatives --remove jpa_3_0_api %{_javadir}/geronimo-jpa-3.0-api.jar
fi

%post -n geronimo-jsp-2.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/jsp.jar jsp %{_javadir}/geronimo-jsp-2.0-api.jar 20000
%{_sbindir}/update-alternatives --install %{_javadir}/jsp_api.jar jsp_api %{_javadir}/geronimo-jsp-2.0-api.jar 20000
%{_sbindir}/update-alternatives --install %{_javadir}/jsp_2_0_api.jar jsp_2_0_api %{_javadir}/geronimo-jsp-2.0-api.jar 20000

%preun -n geronimo-jsp-2.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jsp %{_javadir}/geronimo-jsp-2.0-api.jar
    %{_sbindir}/update-alternatives --remove jsp_api %{_javadir}/geronimo-jsp-2.0-api.jar
    %{_sbindir}/update-alternatives --remove jsp_2_0_api %{_javadir}/geronimo-jsp-2.0-api.jar
fi

%post -n geronimo-jsp-2.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/jsp.jar jsp %{_javadir}/geronimo-jsp-2.1-api.jar 20100
%{_sbindir}/update-alternatives --install %{_javadir}/jsp_api.jar jsp_api %{_javadir}/geronimo-jsp-2.1-api.jar 20100
%{_sbindir}/update-alternatives --install %{_javadir}/jsp_2_1_api.jar jsp_2_1_api %{_javadir}/geronimo-jsp-2.1-api.jar 20100

%preun -n geronimo-jsp-2.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jsp %{_javadir}/geronimo-jsp-2.1-api.jar
    %{_sbindir}/update-alternatives --remove jsp_api %{_javadir}/geronimo-jsp-2.1-api.jar
    %{_sbindir}/update-alternatives --remove jsp_2_1_api %{_javadir}/geronimo-jsp-2.1-api.jar
fi


%post -n geronimo-jta-1.0.1B-api
%{_sbindir}/update-alternatives --install %{_javadir}/jta.jar jta %{_javadir}/geronimo-jta-1.0.1B-api.jar 10001
%{_sbindir}/update-alternatives --install %{_javadir}/jta_api.jar jta_api %{_javadir}/geronimo-jta-1.0.1B-api.jar 10001
%{_sbindir}/update-alternatives --install %{_javadir}/jta_1_0_1B_api.jar jta_1_0_1B_api %{_javadir}/geronimo-jta-1.0.1B-api.jar 10001

%preun -n geronimo-jta-1.0.1B-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jta %{_javadir}/geronimo-jta-1.0.1B-api.jar
    %{_sbindir}/update-alternatives --remove jta_api %{_javadir}/geronimo-jta-1.0.1B-api.jar
    %{_sbindir}/update-alternatives --remove jta_1_0_1B_api %{_javadir}/geronimo-jta-1.0.1B-api.jar
fi


%post -n geronimo-jta-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/jta.jar jta %{_javadir}/geronimo-jta-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jta_api.jar jta_api %{_javadir}/geronimo-jta-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jta_1_1_api.jar jta_1_1_api %{_javadir}/geronimo-jta-1.1-api.jar 10100

%preun -n geronimo-jta-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jta %{_javadir}/geronimo-jta-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jta_api %{_javadir}/geronimo-jta-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jta_1_1_api %{_javadir}/geronimo-jta-1.1-api.jar
fi

%post -n geronimo-qname-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/qname_api.jar qname_api %{_javadir}/geronimo-qname-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/qname_1_1_api.jar qname_1_1_api %{_javadir}/geronimo-qname-1.1-api.jar 10100

%postun -n geronimo-qname-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove qname_api %{_javadir}/geronimo-qname-1.1-api.jar
    %{_sbindir}/update-alternatives --remove qname_1_1_api %{_javadir}/geronimo-qname-1.1-api.jar
fi

%post -n geronimo-saaj-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/saaj.jar saaj %{_javadir}/geronimo-saaj-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/saaj_api.jar saaj_api %{_javadir}/geronimo-saaj-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/saaj_1_1_api.jar saaj_1_1_api %{_javadir}/geronimo-saaj-1.1-api.jar 10100

%preun -n geronimo-saaj-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove saaj %{_javadir}/geronimo-saaj-1.1-api.jar
    %{_sbindir}/update-alternatives --remove saaj_api %{_javadir}/geronimo-saaj-1.1-api.jar
    %{_sbindir}/update-alternatives --remove saaj_1_1_api %{_javadir}/geronimo-saaj-1.1-api.jar
fi

%post -n geronimo-servlet-2.4-api
%{_sbindir}/update-alternatives --install %{_javadir}/servlet.jar servlet %{_javadir}/geronimo-servlet-2.4-api.jar 20400
%{_sbindir}/update-alternatives --install %{_javadir}/servlet_api.jar servlet_api %{_javadir}/geronimo-servlet-2.4-api.jar 20400
%{_sbindir}/update-alternatives --install %{_javadir}/servlet_2_4_api.jar servlet_2_4_api %{_javadir}/geronimo-servlet-2.4-api.jar 20400

%preun -n geronimo-servlet-2.4-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove servlet %{_javadir}/geronimo-servlet-2.4-api.jar
    %{_sbindir}/update-alternatives --remove servlet_api %{_javadir}/geronimo-servlet-2.4-api.jar
    %{_sbindir}/update-alternatives --remove servlet_2_4_api %{_javadir}/geronimo-servlet-2.4-api.jar
fi

%post -n geronimo-servlet-2.5-api
%{_sbindir}/update-alternatives --install %{_javadir}/servlet.jar servlet %{_javadir}/geronimo-servlet-2.5-api.jar 20500
%{_sbindir}/update-alternatives --install %{_javadir}/servlet_api.jar servlet_api %{_javadir}/geronimo-servlet-2.5-api.jar 20500
%{_sbindir}/update-alternatives --install %{_javadir}/servlet_2_5_api.jar servlet_2_5_api %{_javadir}/geronimo-servlet-2.5-api.jar 20500

%preun -n geronimo-servlet-2.5-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove servlet %{_javadir}/geronimo-servlet-2.5-api.jar
    %{_sbindir}/update-alternatives --remove servlet_api %{_javadir}/geronimo-servlet-2.5-api.jar
    %{_sbindir}/update-alternatives --remove servlet_2_5_api %{_javadir}/geronimo-servlet-2.5-api.jar
fi

%post -n geronimo-stax-1.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/stax_api.jar stax_api %{_javadir}/geronimo-stax-1.0-api.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/stax_1_0_api.jar stax_1_0_api %{_javadir}/geronimo-stax-1.0-api.jar 10000

%preun -n geronimo-stax-1.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove stax_api %{_javadir}/geronimo-stax-1.0-api.jar
    %{_sbindir}/update-alternatives --remove stax_1_0_api %{_javadir}/geronimo-stax-1.0-api.jar
fi

%post -n geronimo-ws-metadata-2.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/ws_metadata_api.jar ws_metadata_api %{_javadir}/geronimo-ws-metadata-2.0-api.jar 20000
%{_sbindir}/update-alternatives --install %{_javadir}/ws_metadata_2_0_api.jar ws_metadata_2_0_api %{_javadir}/geronimo-ws-metadata-2.0-api.jar 20000

%preun -n geronimo-ws-metadata-2.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove ws_metadata_api %{_javadir}/geronimo-ws-metadata-2.0-api.jar
    %{_sbindir}/update-alternatives --remove ws_metadata_2_0_api %{_javadir}/geronimo-ws-metadata-2.0-api.jar
fi

%post -n geronimo-j2ee-1.4-apis
%{_sbindir}/update-alternatives --install %{_javadir}/jaf_api.jar jaf_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10002
%{_sbindir}/update-alternatives --install %{_javadir}/jaf_1_0_2_api.jar jaf_1_0_2_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10002
%{_sbindir}/update-alternatives --install %{_javadir}/commonj_apis.jar commonj_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/commonj_1_1_apis.jar commonj_1_1_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/corba_apis.jar corba_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar 20300
%{_sbindir}/update-alternatives --install %{_javadir}/corba_2_3_apis.jar corba_2_3_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar 20300
%{_sbindir}/update-alternatives --install %{_javadir}/ejb_api.jar ejb_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 20100
%{_sbindir}/update-alternatives --install %{_javadir}/ejb_2_1_api.jar ejb_2_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 20100
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee-connector.jar j2ee-connector %{_javadir}/geronimo-j2ee-1.4-apis.jar 10500
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_connector_api.jar j2ee_connector_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10500
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_connector_1_5_api.jar j2ee_1_5_connector_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10500
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_deployment_api.jar j2ee_deployment_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_deployment_1_1_api.jar j2ee_deployment_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_management_api.jar j2ee_management_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_management_1_0_api.jar j2ee_management_1_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/jacc_api.jar jacc_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/jacc_1_0_api.jar jacc_1_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/javamail_api.jar javamail_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10301
%{_sbindir}/update-alternatives --install %{_javadir}/javamail_1_3_1_api.jar javamail_1_3_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10301
%{_sbindir}/update-alternatives --install %{_javadir}/jaxr_api.jar jaxr_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/jaxr_1_0_api.jar jaxr_1_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/jaxrpc_api.jar jaxrpc_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jaxrpc_1_1_api.jar jaxrpc_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jms_api.jar jms_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jms_1_1_api.jar jms_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jsp_api.jar jsp_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jsp_2_0_api.jar jsp_2_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jta_api.jar jta_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10001
%{_sbindir}/update-alternatives --install %{_javadir}/jta_1_0_1B_api.jar jta_1_0_1B_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10001
%{_sbindir}/update-alternatives --install %{_javadir}/qname_api.jar qname_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/qname_1_1_api.jar qname_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/saaj_api.jar saaj_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/saaj_1_1_api.jar saaj_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/servlet_api.jar servlet_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 20400
%{_sbindir}/update-alternatives --install %{_javadir}/servlet_2_4_api.jar servlet_2_4_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 20400

%preun -n geronimo-j2ee-1.4-apis
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jaf_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jaf_1_0_2_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove commonj_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove commonj_1_1_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove corba_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove corba_2_3_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove ejb_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove ejb_2_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove j2ee-connector %{_javadir}/geronimo-j2ee-connector-1.5-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_connector_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove j2ee_connector_1_5_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove j2ee_deployment_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove j2ee_deployment_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove j2ee_management_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove j2ee_management_1_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jacc_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jacc_1_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove javamail_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove javamail_1_3_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jaxr_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jaxr_1_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jaxrpc_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jaxrpc_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jms_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jms_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jsp_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jsp_2_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jta_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jta_1_0_1B_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove qname_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove qname_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove saaj_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove saaj_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove servlet_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove servlet_2_4_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
fi

%files
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/LICENSE.txt
%dir %{_javadir}/geronimo
%{_javadir}/geronimo/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*

%files poms
%defattr(0644,root,root,0755)
%config %{_mavendepmapfragdir}/*
%{_mavenpomdir}/*

%files -n geronimo-commonj-1.1-apis
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-commonj-1.1-apis*.jar
%ghost %{_javadir}/commonj_1_1_apis.jar
%ghost %{_javadir}/commonj_apis.jar
%doc %{_docdir}/%{name}-%{version}/commonj-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/commonj-1.1
%dir %{_docdir}/%{name}-%{version}

%files -n geronimo-jaf-1.0.2-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jaf-1.0.2-api*.jar
%doc %{_docdir}/%{name}-%{version}/jaf-1.0.2/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jaf-1.0.2
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jaf.jar
%ghost %{_javadir}/jaf_api.jar
%ghost %{_javadir}/jaf_1_0_2_api.jar

%files -n geronimo-jaf-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jaf-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/jaf-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jaf-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jaf.jar
%ghost %{_javadir}/jaf_api.jar
%ghost %{_javadir}/jaf_1_1_api.jar

%files -n geronimo-annotation-1.0-api
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/annotation-1.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/annotation-1.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/annotation_api.jar
%ghost %{_javadir}/annotation_1_0_api.jar
%{_javadir}/geronimo-annotation-1.0-api*.jar

%files -n geronimo-corba-1.0-apis
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-corba-1.0-apis*.jar
%ghost %{_javadir}/corba_apis.jar
%ghost %{_javadir}/corba_1_0_apis.jar

%files -n geronimo-corba-2.3-apis
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-corba-2.3-apis*.jar
%doc %{_docdir}/%{name}-%{version}/corba-2.3/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/corba-2.3
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/corba_apis.jar
%ghost %{_javadir}/corba_2_3_apis.jar


%files -n geronimo-ejb-2.1-api
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/ejb-2.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/ejb-2.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/ejb.jar
%ghost %{_javadir}/ejb_api.jar
%ghost %{_javadir}/ejb_2_1_api.jar
%{_javadir}/geronimo-ejb-2.1-api*.jar

%files -n geronimo-ejb-3.0-api
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/ejb-3.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/ejb-3.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/ejb.jar
%ghost %{_javadir}/ejb_api.jar
%ghost %{_javadir}/ejb_3_0_api.jar
%{_javadir}/geronimo-ejb-3.0-api*.jar

%files -n geronimo-el-1.0-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-el-1.0-api*.jar
%doc %{_docdir}/%{name}-%{version}/el-1.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/el-1.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/el_api.jar
%ghost %{_javadir}/el_1_0_api.jar

%files -n geronimo-interceptor-3.0-api
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/interceptor-3.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/interceptor-3.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/interceptor_api.jar
%ghost %{_javadir}/interceptor_3_0_api.jar
%{_javadir}/geronimo-interceptor-3.0-api*.jar

%files -n geronimo-j2ee-1.4-apis
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-j2ee-1.4-apis*.jar
%doc %{_docdir}/%{name}-%{version}/j2ee-1.4/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/j2ee-1.4
%dir %{_docdir}/%{name}-%{version}

%files -n geronimo-j2ee-connector-1.5-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-j2ee-connector-1.5-api*.jar
%doc %{_docdir}/%{name}-%{version}/j2ee-connector-1.5/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/j2ee-connector-1.5
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/j2ee-connector.jar
%ghost %{_javadir}/j2ee_connector_api.jar
%ghost %{_javadir}/j2ee_connector_1_5_api.jar

%files -n geronimo-j2ee-deployment-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-j2ee-deployment-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/j2ee-deployment-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/j2ee-deployment-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/j2ee-deployment.jar
%ghost %{_javadir}/j2ee_deployment_api.jar
%ghost %{_javadir}/j2ee_deployment_1_1_api.jar

%files -n geronimo-javaee-deployment-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-javaee-deployment-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/javaee-deployment-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/javaee-deployment-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/javaee_deployment_api.jar
%ghost %{_javadir}/javaee_deployment_1_1MR3_api.jar

%files -n geronimo-jacc-1.0-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jacc-1.0-api*.jar
%doc %{_docdir}/%{name}-%{version}/jacc-1.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jacc-1.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jacc.jar
%ghost %{_javadir}/jacc_api.jar
%ghost %{_javadir}/jacc_1_0_api.jar

%files -n geronimo-jacc-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jacc-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/jacc-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jacc-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jacc_api.jar
%ghost %{_javadir}/jacc_1_1_api.jar

%files -n geronimo-j2ee-management-1.0-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-j2ee-management-1.0-api*.jar
%doc %{_docdir}/%{name}-%{version}/j2ee-management-1.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/j2ee-management-1.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/j2ee-management.jar
%ghost %{_javadir}/j2ee_management_api.jar
%ghost %{_javadir}/j2ee_management_1_0_api.jar

%files -n geronimo-j2ee-management-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-j2ee-management-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/j2ee-management-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/j2ee-management-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/j2ee-management.jar
%ghost %{_javadir}/j2ee_management_api.jar
%ghost %{_javadir}/j2ee_management_1_1_api.jar

%files -n geronimo-javamail-1.3.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-javamail-1.3.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/javamail-1.3.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/javamail-1.3.1
%dir %{_docdir}/%{name}-%{version}
# Do not provide it as this is just the API (is it?) and
# our 'javamail' alternative means the providers as well
# all in a single jar file called 'javamail.jar'
%ghost %{_javadir}/javamail_api.jar
%ghost %{_javadir}/javamail_1_3_1_api.jar

%files -n geronimo-javamail-1.4-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-javamail-1.4-api*.jar
%doc %{_docdir}/%{name}-%{version}/javamail-1.4/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/javamail-1.4
%dir %{_docdir}/%{name}-%{version}
# Do not provide it as this is just the API (is it?) and
# our 'javamail' alternative means the providers as well
# all in a single jar file called 'javamail.jar'
%ghost %{_javadir}/javamail_api.jar
%ghost %{_javadir}/javamail_1_4_api.jar

%files -n geronimo-jaxr-1.0-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jaxr-1.0-api*.jar
%doc %{_docdir}/%{name}-%{version}/jaxr-1.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jaxr-1.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jaxr.jar
%ghost %{_javadir}/jaxr_api.jar
%ghost %{_javadir}/jaxr_1_0_api.jar

%files -n geronimo-jaxrpc-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jaxrpc-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/jaxrpc-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jaxrpc-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jaxrpc.jar
%ghost %{_javadir}/jaxrpc_api.jar
%ghost %{_javadir}/jaxrpc_1_1_api.jar

%files -n geronimo-jms-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jms-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/jms-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jms-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jms.jar
%ghost %{_javadir}/jms_api.jar
%ghost %{_javadir}/jms_1_1_api.jar

%files -n geronimo-jpa-3.0-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jpa-3.0-api*.jar
%doc %{_docdir}/%{name}-%{version}/jpa-3.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jpa-3.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jpa_api.jar
%ghost %{_javadir}/jpa_3_0_api.jar

%files -n geronimo-jsp-2.0-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jsp-2.0-api*.jar
%doc %{_docdir}/%{name}-%{version}/jsp-2.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jsp-2.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jsp.jar
%ghost %{_javadir}/jsp_api.jar
%ghost %{_javadir}/jsp_2_0_api.jar

%files -n geronimo-jsp-2.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jsp-2.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/jsp-2.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jsp-2.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jsp.jar
%ghost %{_javadir}/jsp_api.jar
%ghost %{_javadir}/jsp_2_1_api.jar

%files -n geronimo-jta-1.0.1B-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jta-1.0.1B-api*.jar
%doc %{_docdir}/%{name}-%{version}/jta-1.0.1B/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jta-1.0.1B
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jta.jar
%ghost %{_javadir}/jta_api.jar
%ghost %{_javadir}/jta_1_0_1B_api.jar

%files -n geronimo-jta-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jta-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/jta-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jta-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jta.jar
%ghost %{_javadir}/jta_api.jar
%ghost %{_javadir}/jta_1_1_api.jar

%files -n geronimo-qname-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-qname-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/qname-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/qname-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/qname_api.jar
%ghost %{_javadir}/qname_1_1_api.jar

%files -n geronimo-saaj-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-saaj-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/saaj-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/saaj-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/saaj.jar
%ghost %{_javadir}/saaj_api.jar
%ghost %{_javadir}/saaj_1_1_api.jar

%files -n geronimo-servlet-2.4-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-servlet-2.4-api*.jar
%doc %{_docdir}/%{name}-%{version}/servlet-2.4/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/servlet-2.4
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/servlet.jar
%ghost %{_javadir}/servlet_api.jar
%ghost %{_javadir}/servlet_2_4_api.jar

%files -n geronimo-servlet-2.5-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-servlet-2.5-api*.jar
%doc %{_docdir}/%{name}-%{version}/servlet-2.5/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/servlet-2.5
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/servlet.jar
%ghost %{_javadir}/servlet_api.jar
%ghost %{_javadir}/servlet_2_5_api.jar

%files -n geronimo-stax-1.0-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-stax-1.0-api*.jar
%doc %{_docdir}/%{name}-%{version}/stax-1.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/stax-1.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/stax_api.jar
%ghost %{_javadir}/stax_1_0_api.jar

%files -n geronimo-ws-metadata-2.0-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-ws-metadata-2.0-api*.jar
%doc %{_docdir}/%{name}-%{version}/ws-metadata-2.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/ws-metadata-2.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/ws_metadata_api.jar
%ghost %{_javadir}/ws_metadata_2_0_api.jar


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.2-5
+ Revision: d84f7fd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16453 |14mr|getfem++-4.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug package is empty
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Name:		getfem++
Summary:	Generic and efficient C++ library for finite element methods
Version:	4.2
Release:	3
Url:		http://home.gna.org/getfem/
License:	LGPLv2+
Group:		Development/C++
Source0:	http://download.gna.org/getfem/stable/getfem-%{version}.tar.gz
Patch0:		getfem-4.2-sfmt.patch
BuildRequires:	blas-devel
BuildRequires:	boost-static-devel
BuildRequires:	pkgconfig(muparser)

%description
The Getfem++ project focuses on the development of a generic and efficient
C++ library for finite element methods. The goal is to provide a library
allowing the computation of any elementary matrix (even for mixed finite
element methods) on the largest class of methods and elements, and for
arbitrary dimension (i.e. not only 2D and 3D problems).

%files
%doc README COPYING
%{_bindir}/getfem-config
%{_prefix}/getfem_toolbox
%{_includedir}/gmm
%{_includedir}/getfem
%{_includedir}/getfem_boost
%{_libdir}/libgetfem.a

#--------------------------------------------------------------------

%prep
%setup -qn getfem-%{version}
%patch0 -p1

%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
%configure2_5x \
	--enable-boost \
	--enable-muparser \
	--disable-python
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2-3
+ Revision: 8b97559
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16454 |14mr|gettext-0.19.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define intl_major 8
%define major 0
%define libintl %mklibname intl %{intl_major}
%define libasprintf %mklibname asprintf %{major}
%define libgettextpo %mklibname gettextpo %{major}
%define libgettextmisc %mklibname gettextmisc

%bcond_with check
%bcond_with java
%bcond_with csharp

Summary:	GNU libraries and utilities for producing multi-lingual messages
Name:		gettext
Version:	0.19.1
Release:	1
License:	GPLv3+ and LGPLv2.1+
Group:		System/Internationalization
Url:		http://www.gnu.org/software/gettext/
Source0:	ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
Source2:	po-mode-init.el
# Missing in 0.19.1 tarball
Source3:	git-version-gen
Source100:	%{name}.rpmlintrc
# KDE example comes from 2003, it's really useless now
Patch0:		gettext-0.19.1-drop-kde-example.patch
Patch11:	gettext-0.18.1.1-parallel.patch
Patch14:	gettext-0.18.1.1-stdio-gets.patch

BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	emacs-nox
BuildRequires:	flex
BuildRequires:	texinfo
BuildRequires:	acl-devel
BuildRequires:	gomp-devel
BuildRequires:	libunistring-devel
BuildRequires:	pkgconfig(libcroco-0.6)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(libxml-2.0)
%if %with check
# test suite
BuildRequires:	locales-fa
BuildRequires:	locales-fr
BuildRequires:	locales-ja
BuildRequires:	locales-zh
%endif
%if %with csharp
# (Abel) we pick mono here, though pnet can be used as well.
BuildRequires:	mono
%endif
%if %with java
BuildRequires:	eclipse-ecj
BuildRequires:	gcc-java
BuildRequires:	gcj-tools
BuildRequires:	fastjar
%endif

Requires:	%{name}-base = %{version}-%{release}
Requires:	%{libgettextmisc} = %{version}-%{release}
# xgettext will dlopen() it when extracting strings from glade files
Requires:	%mklibname expat 1

%description
The GNU gettext package provides a set of tools and documentation for producing
multi-lingual messages in programs. Tools include a set of conventions about
how programs should be written to support message catalogs, a directory and
file naming organization for the message catalogs, a runtime library which
supports the retrieval of translated messages, and stand-alone programs for
handling the translatable and the already translated strings. Gettext provides
an easy to use library and tools for creating, using, and modifying natural
language catalogs and is a powerful and simple method for internationalizing
programs.

If you would like to internationalize or incorporate multi-lingual messages
into programs that you're developing, you should install gettext.

Build Option:
--with csharp          Enables C# support in gettext
--without java         Disables Java support in gettext

%files
%doc AUTHORS README COPYING gettext-runtime/ABOUT-NLS gettext-runtime/BUGS NEWS THANKS 
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*.el
%{_bindir}/envsubst
%{_bindir}/gettext.sh
%{_bindir}/msg*
%{_bindir}/recode-sr-latin
%{_bindir}/xgettext
%dir %{_datadir}/gettext
%{_datadir}/%{name}/msgunfmt.tcl
%{_datadir}/%{name}/projects
%{_datadir}/%{name}/javaversion.class
%{_datadir}/%{name}/styles
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/hostname
%{_libdir}/%{name}/project-id
%{_libdir}/%{name}/urlget
%{_libdir}/%{name}/user-email
%if %{with java}
%exclude %{_libdir}/%{name}/gnu.gettext.*
%endif
%{_infodir}/gettext.*
%{_datadir}/emacs/site-lisp/*.el*
%{_mandir}/man1/envsubst.*
%{_mandir}/man1/msg*
%{_mandir}/man1/xgettext.*
%{_mandir}/man1/recode-sr-latin.*

#----------------------------------------------------------------------------

%package -n %{libintl}
Summary:	Basic libintl library for internationalization
Group:		System/Libraries
License:	LGPLv2.1+
Provides:	libintl = %{version}-%{release}

%description -n %{libintl}
This package contains the libintl library, which is important for
system internationalization.

%files -n %{libintl}
/%{_lib}/libintl.so.%{intl_major}*

#----------------------------------------------------------------------------

%package -n %{libasprintf}
Summary:	%{name} libasprintf needed by %{name} utilities
Group:		System/Libraries
License:	LGPLv2.1+
Conflicts:	%{_lib}gettextmisc < 0.18.1.1-4

%description -n %{libasprintf}
This package contains libasprintf shared library.

%files -n %{libasprintf}
%{_libdir}/libasprintf.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgettextpo}
Summary:	%{name} libgettextpo needed by %{name} utilities
Group:		System/Libraries
License:	LGPLv2.1+
Conflicts:	%{_lib}gettextmisc < 0.18.1.1-4

%description -n %{libgettextpo}
This package contains libgettextpo shared library.

%files -n %{libgettextpo}
%{_libdir}/libgettextpo.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgettextmisc}
Summary:	Other %{name} libraries needed by %{name} utilities
Group:		System/Libraries
License:	LGPLv2.1+

%description -n %{libgettextmisc}
This package contains all other libraries used by %{name} utilities,
and are not very widely used outside %{name}.

%files -n %{libgettextmisc}
%{_libdir}/libgettextlib-*.so
%{_libdir}/libgettextsrc-*.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/C
License:	LGPLv2.1+
Requires:	%{name} = %{EVRD}
Requires:	%{libgettextpo} = %{EVRD}
Requires:	%{libasprintf} = %{EVRD}
Requires:	%{libgettextmisc} = %{EVRD}
Requires:	%{libintl} = %{EVRD}
# fwang: autopoint requires cvs to work
Requires:	cvs

%description devel
This package contains all development related files necessary for
developing or compiling applications/libraries that needs
internationalization capability. You also need this package if you
want to add gettext support for your project.

%files devel
%doc gettext-runtime/man/*.3.html examples htmldoc
%{_bindir}/autopoint
%{_bindir}/gettextize
%{_datadir}/%{name}/ABOUT-NLS
%{_datadir}/%{name}/archive*
%{_datadir}/%{name}/config.rpath
%{_datadir}/%{name}/*.h
%{_datadir}/%{name}/intl
%{_datadir}/%{name}/po
%{_datadir}/aclocal/*
%{_includedir}/*
%{_infodir}/autosprintf*
# "lib*.so" cannot be used (it should be 'lib[^\.]*\.so' regexp in fact
# but using regexp is not possible here; so we list all files manually
%{_libdir}/libasprintf.so
%{_libdir}/libgettextlib.so
%{_libdir}/libgettextpo.so
%{_libdir}/libgettextsrc.so
%{_libdir}/libintl.so
%{_mandir}/man1/autopoint.*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package base
Summary:	Basic binary for showing translation of textual messages
Group:		System/Internationalization
Requires:	%{libintl} = %{EVRD}

%description base
This package contains the basic binary from %{name}. It is splitted from
%{name} because initscript need it to show translated boot messages.

%files base -f %{name}.lang
%doc gettext-runtime/man/*.1.html
%doc gettext-runtime/intl/COPYING*
/bin/gettext
%{_bindir}/gettext
%{_bindir}/ngettext
%{_mandir}/man1/gettext*
%{_mandir}/man1/ngettext*

#----------------------------------------------------------------------------

%if %{with java}
%package java
Summary:	Java binding for GNU gettext
Group:		System/Internationalization
Requires:	%{name} = %{version}

%description java
This package contains class file that implements the main GNU libintl
functions in Java. This allows compiling GNU gettext message catalogs
into Java ResourceBundle classes.

%files java
%doc gettext-runtime/intl-java/javadoc*
%{_libdir}/%{name}/gnu.gettext.*
%{_datadir}/%{name}/*.jar
%endif

#----------------------------------------------------------------------------

%if %{with csharp}
%package csharp
Summary:	C# binding for GNU gettext
Group:		System/Internationalization
Requires:	mono
Requires:	%{name} = %{version}

%description csharp
This package contains class file that implements the main GNU libintl
functions in C#. This allows compiling GNU gettext message catalogs
into C# dll or resource files.

%files csharp
%doc gettext-runtime/intl-csharp/csharpdoc/*
%{_libdir}/*.dll
%{_libdir}/gettext/*.exe
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
install -m 755 %{SOURCE3} build-aux/

%build
autoreconf -fi
%if %{with java}
export GCJ="%{_bindir}/gcj"
export JAVAC="%{_bindir}/gcj -C"
export JAR="%{_bindir}/fastjar"
%endif

for i in `find -name configure|sort`
do
pushd `dirname $i`
CONFIGURE_TOP=. \
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--enable-shared \
	--with-included-gettext \
%if %{with csharp}
	--enable-csharp=mono \
%else
	--disable-csharp \
%endif
%if ! %{with java}
	--disable-java
%endif

popd
done

%make

%if %{with check}
%check
export JAVAC=ecj
LC_ALL=C make check
%endif

%install
%makeinstall_std

# remove unwanted files
rm -f %{buildroot}%{_includedir}/libintl.h \
      %{buildroot}%{_datadir}/locale/locale.alias
rm -f gettext-runtime/intl-java/javadoc2/package-list

install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el

# remove non-standard lc directories
for i in en@boldquot en@quot ; do rm -rf %{buildroot}/%{_datadir}/locale/$i; done

# move installed doc back to %%doc
rm -rf htmldoc examples
mkdir htmldoc
for i in gettext-runtime/man/*.html; do
  rm -f %{buildroot}%{_datadir}/doc/gettext/`basename $i`
done
rm -rf %{buildroot}%{_datadir}/doc/gettext/javadoc*
mv %{buildroot}%{_datadir}/doc/gettext/* %{buildroot}/%{_datadir}/doc/libasprintf/* htmldoc
mv htmldoc/examples examples

# move crucial stuff to /lib and /bin
pushd %{buildroot}
mkdir -p bin
mkdir -p ./%{_lib}
mv usr/bin/gettext bin/
ln -s ../../bin/gettext usr/bin/gettext
mv .%{_libdir}/libintl.so.* ./%{_lib}/
rm -f .%{_libdir}/libintl.so
# if major changed, then package build will fail, which is a GOOD THING.
# this prevents mindless packaging.
[ -f %{_lib}/libintl.so.%{intl_major} ] && \
  ln -s ../../%{_lib}/libintl.so.%{intl_major} .%{_libdir}/libintl.so
popd

# remove java stuff, otherwise rpm complains
%if !%{with java}
rm -f %{buildroot}%{_libdir}/%{name}/gnu.gettext.* \
      %{buildroot}%{_datadir}/%{name}/*.jar
%endif

# cleanup rpaths
for i in %{buildroot}%{_bindir}/* `find %{buildroot}%{_libdir} -type f`; do
    if file $i | grep "ELF 64-bit" >/dev/null; then
	chrpath -l $i && chrpath --delete $i
    fi
done

%find_lang %{name} --all-name


%changelog
* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.19.1-1
+ Revision: 466f9d3
- Drop KDE example because it's really outdated (2003) and breaks build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16455 |14mr|gexif-0.5-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical tool to access EXIF information in JPEG files
Name:		gexif
Version:	0.5
Release:	25
License:	LGPLv2+
Group:		Graphics
Url:		http://sourceforge.net/projects/libexif
Source0:	http://belnet.dl.sourceforge.net/sourceforge/libexif/%{name}-%{version}.tar.bz2
# Bug #23536
Patch0:		gexif-0.5-warning_non_fatal.patch

BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libexif-gtk)
BuildRequires:	pkgconfig(popt)

%description
Most digital cameras produce EXIF files, which are JPEG files with extra tags
that contain information about the image. The EXIF library allows you to parse
an EXIF file and read the data from those tags.

This package contains a graphical frontend for the EXIF library.

%files -f %{name}.lang
%doc AUTHORS ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# Make gexif compile with GTK 2.4.x or newer
perl -n -i -e '/^\s*-DGTK_DISABLE_DEPRECATED\b.*$/ || print $_' gexif/Makefile*

%build
%configure2_5x
%make

%install
%makeinstall_std

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Gexif
Comment=Access EXIF information from pictures
Exec=%{_bindir}/%{name}
Icon=graphics_section
Terminal=false
Type=Application
Categories=Graphics;GTK;
EOF

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-25
+ Revision: bb4aca2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16456 |14mr|gfbgraph-0.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api_version 0.2
%define lib_major   0
%define lib_name    %mklibname gfbgraph %{api_version} %{lib_major}
%define gi_name     %mklibname gfbgraph-gir %{api_version}
%define develname   %mklibname -d gfbgraph

%define url_ver     %(echo %{version}|cut -d. -f1,2)

Summary:	GLib/GObject wrapper for the Facebook Graph API
Name:		gfbgraph
Version:	0.2.2
Release:	2
Epoch:		1
Group:		System/Libraries
License:	LGPLv2
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.16.0
BuildRequires:	pkgconfig(gobject-2.0) >= 2.16.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.4.16
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6.4
BuildRequires:	pkgconfig(rest-0.7)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(goa-1.0)
BuildRequires:	gtk-doc
BuildRequires:	intltool

%description
GLib/GObject wrapper for the Facebook Graph API that integrates with GNOME
Online Accounts.

%package -n %{lib_name}
Summary:  %{summary}
Group: %{group}

%description -n %{lib_name}
GLib/GObject wrapper for the Facebook Graph API that integrates with GNOME
Online Accounts.

%package -n %develname
Summary: Support files necessary to compile applications with %{name}
Group: Development/C
Requires: %{lib_name} = %epoch:%{version}
Provides: %{name}-%{api_version}-devel = %epoch:%{version}-%{release}
Provides: %{name}-devel = %epoch:%{version}-%{release}

%description -n %develname
Libraries, headers, and support files necessary to compile
applications using %{name}.

%package -n %{gi_name}
Summary:	GObject Introspection interface library for %{name}
Group:		System/Libraries
Requires:	%{lib_name} = %epoch:%{version}-%{release}

%description -n %{gi_name}
GObject Introspection interface library for %{name}.

%prep
%setup -q

%build
%configure2_5x --enable-gtk-doc --disable-static --enable-introspection
%make

%install
%makeinstall_std

# remove unpackaged files
rm -rf $RPM_BUILD_ROOT%{_datadir}/../doc/lib%{name}
rm -f %{buildroot}%{_libdir}/*.la

%files -n %{lib_name}
%doc AUTHORS COPYING README NEWS
%{_libdir}/lib%{name}*-%{api_version}.so.%{lib_major}*

%files -n %develname
%doc %{_datadir}/gtk-doc/html/%{name}
%{_datadir}/gir-1.0/GFBGraph-%{api_version}.gir
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*

%files -n %{gi_name}
%{_libdir}/girepository-1.0/GFBGraph-%{api_version}.typelib


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.2.2-2
+ Revision: eea022e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16457 |14mr|gfxboot-4.1.19-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gfxboot
%define version	4.1.19
%define release  	11

Summary:	Tools to create graphical boot logos
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Patch0:		gfxboot-3.3.18-mdv.patch
Patch1:		gfxboot-4.1.19-link.patch
Patch2:		gfxboot-4.1.19-preview-mandriva-defaults.patch
Patch3:		gfxboot-4.1.19-freetype-2.5.1.patch
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://en.opensuse.org/
BuildRequires:	nasm
BuildRequires:	xmlto
BuildRequires:	lynx
BuildRequires:  docbook-dtd412-xml
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(freetype2)
ExclusiveArch:	%{ix86} x86_64

%description
gfxboot provides tools to create graphical boot logos, for grub, lilo
and syslinux. It supports arch-specific boot menus, advanced help
menus, multiple keymaps, animated images, and more graphical pretty
things.

%package        devel
License:        GPLv2+
Summary:        Tools for creating a graphical boot logo
Group:          System/Kernel and hardware
Requires:	gfxboot = %version-%release
%if %mdkversion >= 201100
Requires:	master-boot-code
%endif
Requires:	qemu

%description devel
Here you find the necessary programs to create your own graphical boot
logo. The logo can be used with grub, lilo or syslinux.

%prep
%setup -q
%patch0 -p1 -b .mdv
%patch1 -p0 -b .link
%patch2 -p1
%patch3 -p1 -b .freetype

%build
%make CC="cc %optflags %ldflags"
%make doc

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std THEMES=""
install -d -m 755 %{buildroot}%{_mandir}/man8
install -m 644 doc/gfxboot.8 %{buildroot}%{_mandir}/man8

# gfxboot-compile is used to build as non-root, move it out of /usr/sbin
install -d %{buildroot}%{_bindir}
# add adddir and keymapchars since they are used in mandriva-gfxboot-theme
# build system
cp %{_builddir}/%{name}-%{version}/bin/adddir %{buildroot}%{_bindir}/gfxboot-adddir
cp %{_builddir}/%{name}-%{version}/bin/keymapchars %{buildroot}%{_bindir}/gfxboot-keymapchars
mv %{buildroot}%{_sbindir}/gfxboot-compile %{buildroot}%{_bindir}/gfxboot-compile
mv %{buildroot}%{_sbindir}/gfxboot-font %{buildroot}%{_bindir}/gfxboot-font

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_sbindir}/gfxboot
%{_mandir}/man8/*

%files devel
%defattr(-,root,root)
%{_bindir}/gfxboot-compile
%{_bindir}/gfxboot-font
%{_bindir}/gfxboot-adddir
%{_bindir}/gfxboot-keymapchars
%doc doc/gfxboot.html
%doc doc/gfxboot.txt



%changelog
* Thu Jul 03 2014 Tigro <ashejn@gmail.com> 4.1.19-11
+ Revision: 34892ce
- apply patch to build with freetype 2.5.1 and higher



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16458 |14mr|ggz-client-libs-0.0.14.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mod_major 4
%define core_major 9
%define modlibname %mklibname ggzmod %{mod_major}
%define corelibname %mklibname ggzcore %{core_major}

%define libggz_version %{version}
%define lib_name %mklibname %{name} %{core_major}
%define develname %mklibname -d %{name}

Name:		ggz-client-libs
Summary:	GGZ Client Libraries
Version:	0.0.14.1
Release:	10
License:	GPL
Group:		Games/Other
URL:		http://ggzgamingzone.org/
Source0:	http://ftp.ggzgamingzone.org/pub/ggz/%{version}/%{name}-%{version}.tar.bz2

BuildRequires:	libggz-devel = %{libggz_version}
BuildRequires:	popt-devel
BuildRequires:	expat-devel
Requires(pre):	%{modlibname} = %{version}
Requires(pre):	%{corelibname} = %{version}

%description
The GGZ client libraries are necessary for running and/or developing
GGZ Gaming Zone clients and games.

This package contains shared data files of GGZ and utility that
maintain installed game modules.

%package -n	%{modlibname}
Summary:	GGZ Library containing functions interfacing game server and GGZ
Group:		System/Libraries
Requires:	%{name} = %{version}
Provides:	libggzmod = %{version}

%description -n	%{modlibname}
The GGZ client libraries are necessary for running and/or developing
GGZ Gaming Zone clients and games.

This package contains library that contains common functions for
interfacing a game server and GGZ.

%package -n	%{corelibname}
Summary:	GGZ Library needed by GGZ clients
Group:		System/Libraries
Requires:	%{name} = %{version}
Provides:	libggzcore = %{version}

%description -n	%{corelibname}
The GGZ client libraries are necessary for running and/or developing
GGZ Gaming Zone clients and games.

This package contains library that contains core functions needed
by all GGZ clients.

%package -n	%{develname}
Summary:	Development files for GGZ game clients library
Group:		Development/C
Requires:	libggz-devel = %{libggz_version}
Requires: 	%{modlibname} = %{version}-%{release}
Requires:	%{corelibname} = %{version}-%{release}
Provides: 	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
The GGZ client libraries are necessary for running and/or developing
GGZ Gaming Zone clients and games.

This package contains headers and other development files used for
building GGZ Gaming Zone clients or game modules.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-libggz-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot} ggz*.lang
%makeinstall_std

%find_lang ggzcore
%find_lang ggz-config
cat ggz-config.lang >> ggzcore.lang

# owns various directories
mkdir -p %{buildroot}%{_libdir}/ggz \
	 %{buildroot}%{_datadir}/ggz/ggz-config \
	 %{buildroot}%{_datadir}/ggz/pixmaps

mkdir -p %{buildroot}%{_sysconfdir}
touch %{buildroot}%{_sysconfdir}/ggz.modules

%post
touch %{_sysconfdir}/ggz.modules

%files -f ggzcore.lang
%doc AUTHORS COPYING NEWS README QuickStart.GGZ README.GGZ
%ghost %{_sysconfdir}/ggz.modules
%{_sysconfdir}/xdg/menus/ggz.menu
%{_sysconfdir}/xdg/menus/applications-merged/ggz.merge.menu
%{_bindir}/ggz-config
%{_bindir}/ggz-wrapper
%{_bindir}/ggz
%dir %{_libexecdir}/ggz
%dir %{_libexecdir}/ggz/ggzwrap
%dir %{_datadir}/ggz
%dir %{_datadir}/ggz/ggz-config
%dir %{_datadir}/ggz/pixmaps
%{_datadir}/desktop-directories/ggz-games.directory
%{_datadir}/desktop-directories/ggz.directory
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man6/*
%{_mandir}/man7/*

%files -n %{modlibname}
%{_libdir}/libggzmod.so.%{mod_major}*

%files -n %{corelibname}
%{_libdir}/libggzcore.so.%{core_major}*

%files -n %{develname}
%doc COPYING ChangeLog
%{_includedir}/*
%{_libdir}/lib*.so
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.14.1-10
+ Revision: 1ebadc7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16459 |14mr|ggz-gtk-client-0.0.14.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

%define libggz_version %{version}

%define ggz_client_libs_version %{version}

Name:		ggz-gtk-client
Summary:	GGZ Client with GTK+ user interface
Version:	0.0.14.1
Release:	14
License:	GPL
Group:		Games/Other
URL:		http://ggzgamingzone.org/

# http://download.sf.net/ggz/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		ggz-gtk-client-0.0.14.1-linkage_fix.diff

BuildRequires:	desktop-file-utils
BuildRequires:	libggz-devel = %{libggz_version}
BuildRequires:	ggz-client-libs-devel = %{ggz_client_libs_version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xft)
Requires:	ggz-client-libs = %{ggz_client_libs_version}
Suggests:	ggz-game-modules = %{version}

%description
The official GGZ Gaming Zone client with GTK+ user interface.

%package -n	%{libname}
Summary:	GGZ Library client with GTK+ user interface
Group:		Games/Other

%description -n	%{libname}
The official GGZ Gaming Zone client with GTK+ user interface.

%package -n	%{develname}
Summary:	Development files for GGZ Gaming Zone client with GTK+ user interface
Group:		Development/Other
Requires:	%{libname} = %{version}
Provides: 	%{name}-devel = %{version}

%description -n	%{develname}
The GGZ client libraries are necessary for running and/or developing
GGZ Gaming Zone clients and games.

This package contains headers and other development files used for
building GGZ Gaming Zone GTK2+ client.

%prep
%setup -q
%patch0 -p0

%build
autoreconf -fis
%configure2_5x \
	--disable-static \
	--bindir=%{_gamesbindir} \
	--datadir="\${prefix}/share" \
	--with-libggz-libraries=%{_libdir} \
	--with-ggzcore-libraries=%{_libdir} \
	--with-ggzmod-libraries=%{_libdir} \

%make

%install
rm -rf %{buildroot}
%makeinstall_std


desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-key="Encoding" \
  --add-category="GTK;Game" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang ggz-gtk

%files -f ggz-gtk.lang
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO README.GGZ QuickStart.GGZ
%{_gamesbindir}/ggz-gtk
%{_datadir}/applications/*
%{_datadir}/ggz/ggz-gtk-client/*
%{_datadir}/ggz/help/*
%{_mandir}/man?/*

%files -n %{libname}
%{_libdir}/libggz-gtk.so.%{major}*

%files -n %{develname}
%doc COPYING ChangeLog
%{_includedir}/*
%{_libdir}/lib*.so




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.14.1-14
+ Revision: a3516fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16460 |14mr|ggz-server-0.0.14.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 6
%define libname %mklibname ggzdmod %{lib_major}
%define libname_basic libggzdmod

%define enable_mysql 0
%{?_with_mysql: %global enable_mysql 1}

%define enable_pgsql 0
%{?_with_pgsql: %global enable_pgsql 1}

Name:		ggz-server
Summary:	Server software for the GGZ Gaming Zone
Version:	0.0.14.1
Release:	12
License:	GPL
Group:		Games/Other
URL:		http://www.ggzgamingzone.org/
Source:		%{name}-%{version}.tar.bz2
Patch0:		ggz-server-gcc43.diff
Patch1:		ggz-server-linkage_fix.diff
Patch2:		ggz_server_inotify.patch
Patch3:		ggz-server_wformat.patch
Patch4:		ggz-server-0.0.14.1-cstdio.patch
Patch5:		ggz-server-0.0.14.1-gcc46.patch
BuildRequires:	autoconf
BuildRequires:	libggz-devel = %{version}
BuildRequires:	popt-devel
BuildRequires:	expat-devel
%if %{enable_mysql}
BuildRequires:	mysql-devel
%else
%if %{enable_pgsql}
BuildRequires:	postgresql-devel
%else
BuildRequires:	db-devel
%endif
%endif
Requires:	libggz = %{version}
Requires:	%{libname} = %{version}-%{release}

%description
The GGZ Gaming Zone server allows other computers to connect to yours via
the Internet and play network games.  Currently, the following game servers
are packaged with GGZ:
  - Spades		- Connect the Dots
  - Tic-Tac-Toe		- La Pocha
  - Chinese Checkers	- Chess
  - Combat		- Hastings
  - Krosswater		- Reversi
  - GGZ Cards		- Escape
  - Keepalive		- Muehle

# Main package
%package -n	%{libname}
Summary:	GGZ server libraries
Group:		System/Libraries
Provides:	%{libname_basic} = %{version}-%{release}

%description -n	%{libname}
The GGZ Gaming Zone server allows other computers to connect to yours via
the Internet and play network games.  Currently, the following game servers
are packaged with GGZ:
  - Spades		- Connect the Dots
  - Tic-Tac-Toe		- La Pocha
  - Chinese Checkers	- Chess
  - Combat		- Hastings
  - Krosswater		- Reversi
  - GGZ Cards		- Escape
  - Keepalive		- Muehle

This package provides the libraries needed to run the server.

# Devel package
%package	devel
Summary:	GGZ server development libraries
Group:		Development/C
Provides:	%{libname_basic}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description	devel
The GGZ Gaming Zone server allows other computers to connect to yours via
the Internet and play network games.  Currently, the following game servers
are packaged with GGZ:
  - Spades		- Connect the Dots
  - Tic-Tac-Toe		- La Pocha
  - Chinese Checkers	- Chess
  - Combat		- Hastings
  - Krosswater		- Reversi
  - GGZ Cards		- Escape
  - Keepalive		- Muehle

This package provides all development related files necessary for you to
develop or compile any extra games which supports GGZ gaming server.

%prep
%if %{enable_mysql} && %{enable_pgsql}
echo "\"--with mysql\" and \"--with pgsql\" can't be used together."
exit 1
%endif

%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p0

autoreconf -fi

%build
%serverbuild
%configure2_5x \
	--disable-static \
	--with-libggz-libraries=%{_libdir} \
%if %enable_mysql
	--with-database=mysql
%else
%if %enable_pgsql
	--with-database=pgsql
%else
	--with-database=db4
%endif
%endif
%make LIBS="-pthread"

%install
%makeinstall_std

%files
%doc AUTHORS COPYING INSTALL NEWS README README.GGZ TODO
%config(noreplace) /etc/ggzd
%{_bindir}/*
%{_libdir}/ggzd
%{_datadir}/ggz/ggzd
%{_mandir}/man?/*

%files -n %{libname}
%{_libdir}/libggzdmod.so.%{lib_major}
%{_libdir}/libggzdmod.so.%{lib_major}.*
%{_libdir}/libggzdmod++.so.*

%files devel
%doc ChangeLog
%{_includedir}/*
%{_libdir}/libggzdmod++.so
%{_libdir}/libggzdmod.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.14.1-12
+ Revision: 800a63e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16461 |14mr|ghex-3.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		3
%define major		0
%define libname		%mklibname gtkhex %{api} %{major}
%define develname	%mklibname -d gtkhex

Summary:	GNOME Hexadecimal Editor
Name:		ghex
Version:	3.10.0
Release:	2
License:	GPLv2+
Group:		Editors
Url:		http://live.gnome.org/Ghex
Source0:	ftp://ftp.gnome.org:21/pub/GNOME/sources/ghex/3.10/%{name}-%{version}.tar.xz

BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	perl-XML-Parser
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(gail-3.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:	pkgconfig(xml2po)

%description
GHex allows the user to load data from any file, view and edit it in either
hex or ascii. A must for anyone playing games that use non-ascii format for
saving.

%package -n %{libname}
Summary:	Shared library of the GNOME Hexadecimal Editor
Group:		System/Libraries

%description -n %{libname}
This contains the shared library needed by ghex.
 
%package -n %{develname}
Summary:	Development files for the GNOME Hexadecimal Editor library 
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This contains the development files needed to compile applications with 
libghex.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--disable-scrollkeeper

%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="X-MandrivaLinux-MoreApplications-Editors" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name}-%{api} --with-gnome --all-name

%files -f %{name}-%{api}.lang
%doc AUTHORS README
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/*ghex.*
%{_datadir}/icons/HighContrast/*/apps/*ghex.*
%{_datadir}/GConf/gsettings/ghex.convert
%{_datadir}/glib-2.0/schemas/org.gnome.GHex.gschema.xml
%{_datadir}/appdata/ghex.appdata.xml

%files -n %{libname}
%{_libdir}/libgtkhex-%{api}.so.%{major}*

%files -n %{develname}
%{_libdir}/libgtkhex-%{api}.so
%{_libdir}/pkgconfig/gtkhex-%{api}.pc
%{_includedir}/gtkhex-%{api}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.10.0-2
+ Revision: b986f93
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16462 |14mr|ghostscript-9.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define rel 3

%define gsver 9.14
%define ijsver 0.35
%define ijsreloffset 100
%define ijsrel %(echo $((%{rel} + %{ijsreloffset})))

%define ijsmajor 1
%define libijs %mklibname ijs %{ijsmajor}
%define libijs_devel %mklibname -d ijs

%define gsmajor 9
%define libgs %mklibname gs %{gsmajor}
%define libgs_devel %mklibname -d gs

%define bootstrap 0

%define GSx11SVGAmodule 1
%define withcupsfilters 0
%define debug 0
%if %{bootstrap}
%global withcupsfilters 0
%endif

Summary:	PostScript/PDF interpreter and renderer (Main executable)
Name:		ghostscript
Version:	%{gsver}
Release:	%{rel}
License:	GPLv2+
Group:		Publishing
Url:		http://www.ghostscript.com/awki/Index
Source0:	http://ghostscript.com/releases/%{name}-%{gsver}.tar.gz
Source2:	ps2pdfpress.bz2
Source3:	http://www.linuxprinting.org/download/printing/sipixa6.upp.bz2

# Fedora patches
Patch1:		ghostscript-multilib.patch
Patch2:		ghostscript-scripts.patch
Patch3:		ghostscript-noopt.patch
Patch4:		ghostscript-runlibfileifexists.patch
Patch5:		ghostscript-icc-missing-check.patch
Patch6:		ghostscript-Fontmap.local.patch
Patch7:		ghostscript-iccprofiles-initdir.patch
Patch8:		ghostscript-gdevcups-debug-uninit.patch
Patch9:		ghostscript-wrf-snprintf.patch
Patch10:	ghostscript-9.14-system-zlib.patch

%if !%{bootstrap}
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(gtk+-2.0)
%endif
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	poppler-data
BuildRequires:	unzip
BuildRequires:	gettext-devel
BuildRequires:	glibc-devel
BuildRequires:	jbig2dec-devel
BuildRequires:	jpeg-devel
BuildRequires:	libpaper-devel
BuildRequires:	netpbm-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)

Requires:	ghostscript-common
Requires:	ghostscript-fonts
Requires:	poppler-data
Requires:	update-alternatives
Requires:	urw-fonts
%if !%{GSx11SVGAmodule}
%rename	ghostscript-module-X ghostscript-module-SVGALIB
%endif

%description
Ghostscript is a set of software tools that provide a PostScript(TM)
interpreter, a set of C procedures (the Ghostscript library, which
implements the graphics capabilities in the PostScript language) and
an interpreter for Portable Document Format (PDF) files. Ghostscript
translates PostScript code into many common, bitmapped and vector
formats, like those understood by your printer or screen. Ghostscript
is normally used to display PostScript files and to print PostScript
files to non-PostScript printers.

You should install ghostscript if you need to display PostScript or
PDF files, or if you have a non-PostScript printer.

%files
%{_bindir}/gsc
%{_bindir}/gs-common
%{_bindir}/ghostscript

%preun
if [ "$1" = 0 ]; then
  # Remove update-alternatives entry
  %{_sbindir}/update-alternatives --remove gs %{_bindir}/gsc
fi

%post
# Set up update-alternatives entries
%{_sbindir}/update-alternatives --install %{_bindir}/gs gs %{_bindir}/gsc 200

#----------------------------------------------------------------------------

%package dvipdf
Summary:	PostScript/PDF interpreter and renderer (DVI-to-PDF converter)
Group: 		Publishing
Requires: 	ghostscript
Requires:	coreutils
Requires:	tetex-dvips

%description dvipdf
Tool to convert the DVI format of TeX into the PDF format. There are
more such tools (for different quality levels) in the tetex-dvipdfm
package. All these tools use dvips of TeX to convert the DVI file to
PostScript, then they use GhostScript to generate the PDF file.

%files dvipdf
%{_bindir}/dvipdf

#----------------------------------------------------------------------------

%package common
Summary:	PostScript/PDF interpreter and renderer (Common files)
Group: 		Publishing
Requires:	urw-fonts >= 1.1
Requires:	ghostscript-fonts
Requires:	perl

%description common
Ghostscript is a PostScript/PDF interpreter. It can render both
PostScript and PDF files to devices which include X window, many
printer formats, and popular graphics file formats.

This package contains the common data files needed by GhostScript.

%files common
%dir %{_datadir}/ghostscript
%{_datadir}/ghostscript/%{gsver}
%{_mandir}/man1/*
%lang(de) %{_mandir}/de/man1/*
%{_bindir}/[e-f]*
#{_bindir}/gs-common
%{_bindir}/gs[a-b]*
%{_bindir}/gs[d-n]*
%{_bindir}/[j-l]*
%{_bindir}/[n-z]*
%if %{withcupsfilters}
# "pstoraster" wrapper script to make GhostScript being used as the
# cups-internal RIP
%attr(0755,root,root) %{_prefix}/lib*/cups/filter/*
%{_datadir}/cups/model/*
%config(noreplace) %{_sysconfdir}/cups/gstoraster.convs
%endif

%post common
# Initialize japanese fonts
if test -f /usr/share/fonts/ttf/japanese/cidinst; then
    sh /usr/share/fonts/ttf/japanese/cidinst
fi

#----------------------------------------------------------------------------

%package X
Summary:	PostScript/PDF interpreter and renderer (GTK-based executable)
Group: 		Publishing
Requires: 	ghostscript-common
Requires:	update-alternatives

%description X
Ghostscript is a PostScript/PDF interpreter. It can render both
PostScript and PDF files to devices which include X window, many
printer formats, and popular graphics file formats.

This package contains a GhostScript executable with GTK-based X
display support ("display" device, default, so it displays files by
simply entering "gs <file>" on the command line). It makes use of the
GhostScript shared library.

%files X
%{_bindir}/gsx

%preun X
if [ "$1" = 0 ]; then
  # Remove update-alternatives entry
  %{_sbindir}/update-alternatives --remove gs %{_bindir}/gsx
fi

%post X
# Set up update-alternatives entries
%{_sbindir}/update-alternatives --install %{_bindir}/gs gs %{_bindir}/gsx 100

#----------------------------------------------------------------------------

%if %{GSx11SVGAmodule}
%package module-X
Summary:	PostScript/PDF interpreter and renderer (Additional support for X)
Group: 		Publishing
Requires: 	ghostscript-common

%description module-X
Ghostscript is a PostScript/PDF interpreter. It can render both
PostScript and PDF files to devices which include X window, many
printer formats, and popular graphics file formats.

This package enhances Ghostscript with X window support.

%files module-X
%doc README.shared.mandrivalinux
%dir %{_libdir}/ghostscript/%{gsver}
%{_libdir}/ghostscript/%{gsver}/X11.so
%endif

#----------------------------------------------------------------------------

%package -n %{libgs}
Summary:	PostScript/PDF interpreter and renderer (GhostScript shared library)
Group:		Publishing

%description -n %{libgs}
This is the API library for programs which use the PostScript and/or
PDF interpreters of GhostScript.

%files -n %{libgs}
%{_libdir}/libgs.so.*%{gsmajor}*

#----------------------------------------------------------------------------

%package -n %{libgs_devel}
Summary:	Headers and links to compile against the "%{libgs}" library
Group:		Development/C
Requires:	%{libgs} >= %{gsver}
Provides:	%{name}-devel = %{gsver}
Provides:	libgs-devel = %{gsver}
Obsoletes:	%{_lib}gs9-devel < %{gsver}
Obsoletes:	%{_lib}gs8-devel < %{gsver}

%description -n %{libgs_devel}
This package contains the static library and the header files needed
to compile applications using the GhostScript shared library.

%files -n %{libgs_devel}
%{_libdir}/libgs.so
%{_includedir}/ghostscript

#----------------------------------------------------------------------------

%package -n %{libijs}
Summary:	Dynamic library for the IJS printer driver plug-in interface
Version:	%{ijsver}
Release:	%{ijsrel}
Group:		Publishing
Url:		http://www.linuxprinting.org/ijs/
Provides:	libijs = %{ijsver}-%{ijsrel}

%description -n %{libijs}
This is the API library for programs using the IJS printer driver
plug-in interface. Printer drivers using this interface can be added
to GhostScript (6.53 or newer) without needing to rebuild
GhostScript. Application programs providing an IJS interface can make
use of IJS printer drivers directly, without needing GhostScript.

%files -n %{libijs}
%{_libdir}/libijs-%{ijsver}.so

#----------------------------------------------------------------------------

%package -n %{libijs_devel}
Summary:	Headers and links for compiling against the "%{libijs}" library
Version:	%{ijsver}
Release:	%{ijsrel}
Group:		Development/C
Url:		http://www.linuxprinting.org/ijs/
Requires:	%{libijs} >= %{ijsver}
Requires:	multiarch-utils
Provides:	libijs-devel = %{ijsver}-%{ijsrel}
Provides:	ijs-devel = %{ijsver}-%{ijsrel}
Obsoletes:	%{_lib}ijs1-devel < %{ijsver}-%{ijsrel}

%description -n %{libijs_devel}
This package contains the static library and the header files needed
to compile applications using the IJS library.

%files -n %{libijs_devel}
%doc ijs/README
%{_libdir}/libijs.so
%{_libdir}/pkgconfig/ijs.pc
%{_includedir}/ijs
%{_bindir}/ijs_client_example
%{_bindir}/ijs_server_example
%{_bindir}/ijs-config

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for GhostScript
Group:		Publishing

%description doc
This package contains documentation for GhostScript.

%files doc
%doc %{_docdir}/ghostscript-doc-%{gsver}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# prevent building and using bundled libs
rm -rf jasper jbig2dec libpng jpeg tiff expat zlib lcms freetype

# Convert manual pages to UTF-8
from8859_1() {
        iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
        mv "${1}_" "$1"
}
for i in man/de/*.1; do from8859_1 "$i"; done

# Stuff for shared library support to ghostscript.
%if %{GSx11SVGAmodule}
# build a small README describing the features available.
cat <<EOF >README.shared.mandrivalinux
This version of ghostscript support shared modules dynamically loaded
at run time.

There are currently two modules compiled with the Mandriva Linux version of
ghostscript, one to support all X11 devices (typically used by gv) and
another to support the svgalib devices. Look at the
ghostscript-module-??? packages.

There is no configuration needed, just can add (or remove) the package
to add (or remove) the devices concerned in ghostscript.
EOF
%endif

# ps2pdfpress
bzcat %{SOURCE2} > ps2pdfpress

# UPP file for SiPix Pocket Printer A6
bzcat %{SOURCE3} > sipixa6.upp

%build
EXTRACFLAGS="-fno-strict-aliasing"

pushd ijs*
./autogen.sh
%configure2_5x \
%ifarch %{ix86}
	--disable-sse2 \
%endif
	--enable-shared \
	--disable-static

%make
popd

FONTPATH=
for path in \
        %{_datadir}/fonts/default/%{name} \
        %{_datadir}/fonts/default/Type1 \
        %{_datadir}/fonts/default/amspsfnt/pfb \
        %{_datadir}/fonts/default/cmpsfont/pfb \
        %{_datadir}/fonts \
        %{_datadir}/%{name}/conf.d \
        %{_sysconfdir}/%{name} \
        %{_sysconfdir}/%{name}/%{gs_dot_ver} \
        %{_datadir}/poppler/cMap/*
do
  FONTPATH="$FONTPATH${FONTPATH:+:}$path"
done
autoconf --force

%configure2_5x \
	--enable-dynamic \
%if !%{bootstrap}
    --enable-fontconfig \
%endif
    --with-drivers=ALL \
    --with-fontpath="$FONTPATH" \
    --with-ijs \
    --with-x \
    --disable-compile-inits \
    --with-system-libtiff \
%if %{withcupsfilters}
    --with-install-cups \
%endif
	CFLAGS="$CFLAGS $EXTRACFLAGS"


# Drivers which do not compile:
# Needs newsiop/lbp.h: nwp533
# Needs sys/ioccom.h: sparc
# Needs unbdev/lpviio.h: sparc

# Set documentation dir
perl -p -i -e 's|^(docdir=).*$|$1\$\(datadir\)/doc/%{name}-doc-%{gsver}|' Makefile

# Fix references to X11 libraries
perl -p -i -e "s|(/usr/X11R6)/lib\b|\1/%{_lib}|g" Makefile base/*.mak

# Correct paths for CJK fonts
perl -p -i -e "s:/usr/share/ghostscript/:/usr/share/ghostscript/Resource/:g" Resource/Init/gs_res.ps
perl -p -i -e "s:ghostscript/Resource/fonts:ghostscript/Resource/Font:g" Resource/Init/gs_res.ps

# Do not use "-ansi" in gcc calls
perl -p -i -e "s:-ansi::g" Makefile

# bork
perl -p -i -e "s|^EXTRALIBS=|EXTRALIBS=-L/%{_lib} -lz |g" Makefile

# The RPM macro for make is not used here, as parallelization of the build 
# process does not work.
%if %{GSx11SVGAmodule}
#make STDDIRS
make obj/X11.so
%endif
make so
#make pcl3opts
make cups

%install
# Make directories
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_mandir}/man1
%if !%{bootstrap}
install -d %{buildroot}%{_prefix}/lib/cups
install -d %{buildroot}%{_datadir}/cups/model
install -d %{buildroot}%{_sysconfdir}/cups
%endif

pushd ijs*
%configure2_5x \
	--enable-shared \
	--prefix=%{buildroot}%{_prefix} \
	--libdir=%{buildroot}%{_libdir}

# Work around bug in "configure" script
perl -p -i -e 's/\@OBJEXT\@/o/g' Makefile
perl -p -i -e 's/\@EXEEXT\@//g' Makefile
%makeinstall
# Fix prefixes in scripts
perl -p -i -e "s:%{buildroot}::g" %{buildroot}%{_bindir}/ijs-config
perl -p -i -e "s:%{buildroot}::g" %{buildroot}%{_libdir}/pkgconfig/ijs.pc
popd

##### GHOSTSCRIPT
mkdir -p %{buildroot}%{_docdir}/ghostscript-doc-%{gsver}

%if !%{bootstrap}
make \
	prefix=%{_prefix} \
	DESTDIR=%{buildroot} \
	gssharedir=%{_libdir}/ghostscript/%{gsver} \
	docdir=%{_docdir}/ghostscript-doc-%{gsver} \
	bindir=%{_bindir} \
%if %{withcupsfilters}
	install-cups \
%endif
	mandir=%{_mandir}
%endif

make \
	prefix=%{_prefix} \
	DESTDIR=%{buildroot} \
	gssharedir=%{_libdir}/ghostscript/%{gsver} \
	docdir=%{_docdir}/ghostscript-doc-%{gsver} \
	bindir=%{_bindir} \
	libdir=%{_libdir} \
	mandir=%{_mandir} \
	soinstall

%if %{GSx11SVGAmodule}
make \
	prefix=%{_prefix} \
	DESTDIR=%{buildroot} \
	gssharedir=%{_libdir}/ghostscript/%{gsver} \
	docdir=%{_docdir}/ghostscript-doc-%{gsver} \
	bindir=%{_bindir} \
	libdir=%{_libdir} \
	mandir=%{_mandir} \
	install-shared
%endif

ln -sf gs.1%{_extension} %{buildroot}%{_mandir}/man1/ghostscript.1%{_extension}

# ps2pdfpress
install -m 755 ps2pdfpress %{buildroot}%{_bindir}

# UPP file for SiPix Pocket Printer A6
install -m 644 sipixa6.upp %{buildroot}%{_datadir}/ghostscript/%{gsver}/lib/

# why?
%if %{withcupsfilters}
mv %{buildroot}%{_datadir}/cups/mime/gstoraster.convs %{buildroot}%{_sysconfdir}/cups/gstoraster.convs
%endif

# Add backward compatibility link to not break printerdrake in Mandriva
# 2006 and older
ln -s %{_bindir}/gsc %{buildroot}%{_bindir}/gs-common
ln -s %{_bindir}/gsc %{buildroot}%{_bindir}/ghostscript

# Correct permissions for all documentation files
chmod -R a+rX %{buildroot}%{_docdir}
chmod -R go-w %{buildroot}%{_docdir}
chmod -R u+w %{buildroot}%{_docdir}


%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 9.14-3
+ Revision: ef40c94
- Updated to 9.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16463 |14mr|ghostscript-fonts-8.11-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fonts for the GhostScript PostScript(TM) interpreter
Name:		ghostscript-fonts
Version:	8.11
Release:	19
License:	GPL
Group:		Publishing
Url:		http://sourceforge.net/projects/gs-fonts/
Source:		http://heanet.dl.sourceforge.net/sourceforge/gs-fonts/ghostscript-fonts-other-6.0.tar.bz2
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildArch:	noarch

%description
These fonts can be used by the GhostScript interpreter during text
rendering. They are in addition to the shared fonts between GhostScript
and X11.

%prep
%setup -q -c ghostscript-fonts-6.0

%install
rm -fr %buildroot

mkdir -p %buildroot/%_datadir/fonts/default/ghostscript/
cp fonts/* %buildroot/%_datadir/fonts/default/ghostscript

# Remove unneeded files
rm -f %buildroot/%_datadir/fonts/default/ghostscript/*.pfb
rm -f %buildroot/%_datadir/fonts/default/ghostscript/fonts.{dir,scale}

%clean
rm -fr %buildroot

%files
%defattr(-,root,root,-)
%dir %_datadir/fonts/default/
%dir %_datadir/fonts/default/ghostscript/
%_datadir/fonts/default/ghostscript/*.pfa
%_datadir/fonts/default/ghostscript/*.afm
%_datadir/fonts/default/ghostscript/*.gsf
%_datadir/fonts/default/ghostscript/*.pfm



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 8.11-19
+ Revision: 96937e2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16464 |14mr|giblib-1.2.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   1
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %name

Name:		giblib
Version:	1.2.4
Release:	10
Summary:	Simple library and a wrapper for imlib2
License:	GPL
Group:		System/Libraries
URL:		http://linuxbrit.co.uk/giblib
Source:		http://linuxbrit.co.uk/downloads/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	freetype-devel

%description
giblib is a utility library used by many of the applications from
linuxbrit.co.uk. It incorporates doubly linked lists, some string
functions, and a wrapper for imlib2. The wrapper does two things.
It gives you access to fontstyles, which can be loaded from files,
saved to files or defined dynamically through the API. It also,
and more importantly, wraps imlib2's context API.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}

%description -n %{libname}
This package contains the library needed to run %{name}.

%package -n %{develname}
Summary:	Development header files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Libraries, include files and other resources you can use to develop
%{name} applications.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_prefix}/doc
chmod 644 %{buildroot}%{_libdir}/lib%{name}.la

%files -n %libname
%defattr(-,root,root)
%doc README ChangeLog AUTHORS
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

%files -n %{develname}
%{_bindir}/%{name}-config
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/%{name}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.4-10
+ Revision: 355caef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16465 |14mr|gif2png-2.5.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for converting websites from using GIFs to using PNGs
Name:		gif2png
Version:	2.5.8
Release:	3
License:	MIT style
Group:		Graphics
URL:		http://www.catb.org/~esr/gif2png/
Source0:	http://www.catb.org/~esr/gif2png/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libpng)
BuildRequires:	zlib-devel
Requires:	python

%description
Tools for converting GIFs to PNGs. The program gif2png converts GIF files to
PNG files. The Python script web2png converts an entire web tree, also patching
HTML pages to keep IMG SRC references correct.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README NEWS COPYING
%{_mandir}/*/*
%{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5.8-3
+ Revision: f1aac5c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16466 |14mr|giflib4-4.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname gif %{major}
%define libungif %mklibname ungif %{major}
%define devname %mklibname gif -d

Summary:	Compatibility library for applications using an older version of giflib
Name:		giflib4
Version:	4.2.3
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://giflib.sourceforge.net/
Source0:	http://switch.dl.sourceforge.net/project/giflib/giflib-4.x/giflib-%{version}.tar.bz2
Patch1:		giflib-4.1.6-fix-link.patch
Patch2:		giflib-4.2.1-automake-1.13.patch
BuildRequires:	xmlto
BuildRequires:	pkgconfig(x11)

%description
giflib is a library for reading and writing gif images. It is API and
ABI compatible with libungif which was in wide use while the LZW
compression algorithm was patented.

This package provides an older version of giflib for compatibility.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for reading and writing gif images (old version)
Group:		System/Libraries

%description -n %{libname}
giflib is a library for reading and writing gif images. It is API and
ABI compatible with libungif which was in wide use while the LZW
compression algorithm was patented.

This package provides an older version of giflib for compatibility.

%files -n %{libname}
%{_libdir}/libgif.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libungif}
Summary:	Library for reading and writing gif images (old version)
Group:		System/Libraries
Conflicts:	%{_lib}gif4 < 4.1.6-12

%description -n %{libungif}
giflib is a library for reading and writing gif images. It is API and
ABI compatible with libungif which was in wide use while the LZW
compression algorithm was patented.

This package provides an older version of giflib for compatibility.

%files -n %{libungif}
%{_libdir}/libungif.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q -n giflib-%{version}
%patch1 -p0
%patch2 -p1 -b .am13~
autoreconf -fi

%build
%configure2_5x \
	--disable-static

%make

# Handling of libungif compatibility
MAJOR=`echo '%{version}' | sed -e 's/\([0-9]\+\)\..*/\1/'`
%__cc %{ldflags} %{optflags} -shared -Wl,-soname,libungif.so.$MAJOR -Llib/.libs -lgif -o libungif.so.%{version}

%install
%makeinstall_std

# Handling of libungif compatibility
install -p -m 755 libungif.so.%{version} %{buildroot}%{_libdir}
ln -sf libungif.so.%{version} %{buildroot}%{_libdir}/libungif.so.4
ln -sf libungif.so.4 %{buildroot}%{_libdir}/libungif.so

# Remove anything but the library - people should get the tools and development
# files from giflib 5.x
rm -rf %{buildroot}%{_bindir} %{buildroot}%{_includedir} %{buildroot}%{_libdir}/*.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2.3-2
+ Revision: af7c483
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16467 |14mr|giflib-5.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define libname %mklibname gif %{major}
%define devname %mklibname gif -d

Summary:	Library for reading and writing gif images
Name:		giflib
Version:	5.1.0
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://giflib.sourceforge.net/
Source0:	http://switch.dl.sourceforge.net/project/giflib/giflib-5.x/giflib-%{version}.tar.bz2
Patch0:		giflib-5.0.4-automake-1.13.patch
BuildRequires:	xmlto
BuildRequires:	pkgconfig(x11)

%description
giflib is a library for reading and writing gif images. It is API and
ABI compatible with libungif which was in wide use while the LZW
compression algorithm was patented.

#----------------------------------------------------------------------------

%package progs
Summary:	Gif tools based on giflib
Group:		Graphics

%description progs
giflib is a library for reading and writing gif images. It is API and
ABI compatible with libungif which was in wide use while the LZW
compression algorithm was patented.

This package provides some gif tools based on giflib.

%files progs
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for reading and writing gif images
Group:		System/Libraries

%description -n %{libname}
giflib is a library for reading and writing gif images. It is API and
ABI compatible with libungif which was in wide use while the LZW
compression algorithm was patented.

%files -n %{libname}
%{_libdir}/libgif.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for giflib
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	giflib-devel = %{EVRD}
Provides:	ungif-devel = %{EVRD}

%description -n %{devname}
giflib is a library for reading and writing gif images. It is API and
ABI compatible with libungif which was in wide use while the LZW
compression algorithm was patented.

This packages provides the developement files for giflib.

%files -n %{devname}
%{_includedir}/gif_lib.h
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

# Let's try to keep -lungif working for really old code
ln -s libgif.so %{buildroot}%{_libdir}/libungif.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.1.0-2
+ Revision: 46b7ece
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16468 |14mr|giftrans-1.12.2-28
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define debug_package %nil

Summary:	Convert transparent GIFs into non-transparent GIFs
Name:		giftrans
Version:	1.12.2
Release:	28
License:	BSD
Group:		Graphics
Url:		ftp://ftp.rz.uni-karlsruhe.de/pub/net/www/tools/
Source0: 	%{name}-%{version}.tar.bz2
Patch0:		giftrans-1.12.2-operator.patch
Patch1:		giftrans-1.12.2-cleanup.patch
Patch2:		giftrans-1.12.2-warnings.patch
Requires:	rgb

%description
Giftrans will convert an existing GIF87 file to GIF89 format. In other
words, Giftrans can make one color in a .gif image (normally the
background) transparent.

Install the giftrans package if you need a quick, small, one-purpose
graphics program to make transparent .gifs out of existing .gifs.

%prep
%setup -q
%apply_patches

%build
gcc -Dvoidd=void -Wall %{optflags} -DRGBTXT=\"%{_datadir}/X11/rgb.txt\" -o giftrans giftrans.c

%install
install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}
install -m644 %{name}.1 -D %{buildroot}%{_mandir}/man1/%{name}.1

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.12.2-28
+ Revision: 59bcaa8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16469 |14mr|gigolo-0.4.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Frontend for GIO/GVFS
Name:		gigolo
Version:	0.4.1
Release:	6
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.uvena.de/gigolo/
Source0:	http://files.uvena.de/gigolo/%{name}-%{version}.tar.bz2
BuildRequires:	waf
BuildRequires:	intltool
BuildRequires:	gtk+2-devel
Obsoletes:	sion < 0.2.0
Provides:	sion

%description
Gigolo is a frontend to easily manage connections to remote filesystems 
using GIO/GVFS. It allows you to quickly connect/mount a remote filesystem 
and manage bookmarks of such.

%prep
%setup -q

%build
%define __waf ./waf
%configure_waf
%waf

%install
%waf_install

rm -rf %{_docdir}/%{name}

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS README ChangeLog TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.1-6
+ Revision: 5bb6994
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16470 |14mr|gimp-2.8.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without  python

%define	api	2.0
%define	abi	2.8
%define	major	0
%define	libname 	%mklibname %{name} %{api}_%{major}
%define	libbase		%mklibname gimpbase %{api} %{major}
%define	libcolor	%mklibname gimpcolor %{api} %{major}
%define	libconfig	%mklibname gimpconfig %{api} %{major}
%define	libmath		%mklibname gimpmath %{api} %{major}
%define	libmodule	%mklibname gimpmodule %{api} %{major}
%define	libthumb	%mklibname gimpthumb %{api} %{major}
%define	libui		%mklibname gimpui %{api} %{major}
%define	libwidgets	%mklibname gimpwidgets %{api} %{major}
%define	devname 	%mklibname -d %{name}%{api}

Summary:	The GNU Image Manipulation Program
Name:		gimp
Epoch:		1
Version:	2.8.12
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://www.gimp.org/
Source0:	http://download.gimp.org/pub/gimp/v%{abi}/gimp-%{version}.tar.bz2
Source1:	http://download.gimp.org/pub/gimp/v%{abi}/gimp-%{version}.tar.bz2.md5
# add single-window mode by default
Source2:	sessionrc
Source13:	gimp-scripting-sample.pl
Patch0:		gimp-2.5.1-desktopentry.patch
Patch1:		gimp-2.8.4-link.patch

BuildRequires:	desktop-file-utils
BuildRequires:	iso-codes
BuildRequires:	gtk-doc
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	perl
BuildRequires:	aalib-devel
BuildRequires:	jasper-devel
BuildRequires:	libwmf-devel >= 0.2.8
BuildRequires:	mng-devel
BuildRequires:	tiff-devel
BuildRequires:	bzip2-devel
BuildRequires:	ghostscript-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(atk) >= 2.2.0
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gegl-0.2)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.30.2
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(poppler-glib)
# help browser
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
# mail plugin
BuildRequires:	postfix #sendmail-command
# print plugin
#BuildRequires: libgimpprint-devel >= 4.2.0
# python plugin
%if %{with python}
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(python)
%endif
# Require gegl, otherwise GIMP crashes on some operations
# (at least on cage transformation)
Requires:	gegl
Requires:	%{libname} = %{EVRD}
Suggests:	gimp-help-2

%rename gimp2.6

%description
The GIMP is an image manipulation program suitable for photo retouching,
image composition and image authoring.  Many people find it extremely useful
in creating logos and other graphics for web pages.  The GIMP has many of the
tools and filters you would expect to find in similar commercial offerings,
and some interesting extras as well.

The GIMP provides a large image manipulation toolbox, including channel
operations and layers, effects, sub-pixel imaging and anti-aliasing,
and conversions, all with multi-level undo.

This version of The GIMP includes a scripting facility, but many of the
included scripts rely on fonts that we cannot distribute.  The GIMP ftp
site has a package of fonts that you can install by yourself, which
includes all the fonts needed to run the included scripts.  Some of the
fonts have unusual licensing requirements; all the licenses are documented
in the package.  Get them in ftp://ftp.gimp.org/pub/gimp/fonts/ if you are so
inclined.  Alternatively, choose fonts which exist on your system before
running the scripts.

%files -f gimp20.lang
%doc AUTHORS NEWS README README.i18n docs/Wilber*
%config(noreplace) %{_sysconfdir}/gimp
%{_bindir}/gimp
%{_bindir}/gimp-%{abi}
%{_bindir}/gimp-console
%{_bindir}/gimp-console-%{abi}
%dir %{_libdir}/gimp/%{api}
%dir %{_libdir}/gimp/%{api}/environ
%{_libdir}/gimp/%{api}/interpreters
%{_libdir}/gimp/%{api}/environ/default.env
%{_libdir}/gimp/%{api}/modules
%{_libdir}/gimp/%{api}/plug-ins
%exclude %{_libdir}/gimp/%{api}/plug-ins/*.py
%{_datadir}/applications/*
%{_datadir}/gimp
%{_datadir}/icons/hicolor/*/apps/gimp.png
%{_mandir}/man1/gimp-*
%{_mandir}/man1/gimp.*
%{_mandir}/man5/gimp*
%{_datadir}/appdata/*.xml

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GIMP libraries
Group:		System/Libraries

%description -n %{libname}
This package contains a shared library for %{name}.

%files -n %{libname}
%{_libdir}/libgimp-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libbase}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libbase}
This package contains a shared library for %{name}.

%files -n %{libbase}
%{_libdir}/libgimpbase-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcolor}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libcolor}
This package contains a shared library for %{name}.

%files -n %{libcolor}
%{_libdir}/libgimpcolor-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libconfig}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libconfig}
This package contains a shared library for %{name}.

%files -n %{libconfig}
%{_libdir}/libgimpconfig-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmath}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libmath}
This package contains a shared library for %{name}.

%files -n %{libmath}
%{_libdir}/libgimpmath-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmodule}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libmodule}
This package contains a shared library for %{name}.

%files -n %{libmodule}
%{_libdir}/libgimpmodule-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libthumb}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libthumb}
This package contains a shared library for %{name}.

%files -n %{libthumb}
%{_libdir}/libgimpthumb-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libui}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libui}
This package contains a shared library for %{name}.

%files -n %{libui}
%{_libdir}/libgimpui-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwidgets}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libwidgets}
This package contains a shared library for %{name}.

%files -n %{libwidgets}
%{_libdir}/libgimpwidgets-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	GIMP plugin and extension development kit
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Requires:	%{libbase} = %{EVRD}
Requires:	%{libcolor} = %{EVRD}
Requires:	%{libconfig} = %{EVRD}
Requires:	%{libmath} = %{EVRD}
Requires:	%{libmodule} = %{EVRD}
Requires:	%{libthumb} = %{EVRD}
Requires:	%{libui} = %{EVRD}
Requires:	%{libwidgets} = %{EVRD}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development libraries and header files for writing GIMP plugins and extensions.

%files -n %{devname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_bindir}/gimptool-*
%{_datadir}/aclocal/*.m4
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_mandir}/man1/gimptool-*

#----------------------------------------------------------------------------

%if %{with python}
%package python
Summary:	GIMP python extension
Group:		Graphics
Requires:	pygtk2.0

%description python
This package contains the python modules for GIMP, which act as a
wrapper to libgimp allowing the writing of plug-ins for Gimp.
This is similar to script-fu, except that you can use the full set
of Python extension modules from the plug-in, and you write plug-in
in python instead of in scheme.

%files python
%{_libdir}/gimp/%{api}/environ/pygimp.env
%{_libdir}/gimp/%{api}/python
%{_libdir}/gimp/%{api}/plug-ins/*.py
%{_libdir}/python%{py_ver}/site-packages/*.pth
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
#autoreconf -fiv
%configure2_5x \
	--enable-default-binary=yes \
	--enable-gimp-console \
	--enable-mp=yes \
%if %{with python}
	--enable-python=yes \
%else
	--enable-python=no \
%endif
	--with-gif-compression=lzw \
	--without-hal \
	--with-gvfs \
	--with-dbus \
	--enable-gtk-doc=yes \
	--with-pdbgen \
	--with-print \
	--with-lcms=lcms2 \
	--with-aa \
	--with-linux-input \
	--with-poppler \
	--with-webkit \
	--with-libtiff \
	--with-libjpeg \
	--with-libpng \
	--with-libmng \
	--with-libjasper \
	--with-libexif \
	--with-librsvg \
	--with-libxpm \
	--with-gvfs \
	--with-alsa \
	--with-dbus \
	--with-script-fu \
	--with-cairo-pdf

%make

%install
%makeinstall_std

# workaround broken help system
HELP_DIR=%{buildroot}%{_datadir}/gimp/%{api}/help/C
[[ -d $HELP_DIR ]] || mkdir -p $HELP_DIR
HELP_IDX=$HELP_DIR/introduction.html
echo -e '<HTML><HEAD><TITLE>GIMP Base Library</HEAD>\n<BODY><UL>' > $HELP_IDX

/bin/ls %{buildroot}%{_datadir}/gtk-doc/html/*/index.html | sed -e "s@%{buildroot}@@g" >> $HELP_IDX
perl -pi -e 's!(.*/html/)([^/]*)(/index.html)!<LI><A HREF="\1\2\3">\2</A>!g' $HELP_IDX

echo '</UL></BODY></HTML>' >> $HELP_IDX

%find_lang gimp20 --all-name

%if %{with python}
chmod 755 %{buildroot}%{_libdir}/gimp/%{api}/plug-ins/*.py
mkdir -p %{buildroot}%{_libdir}/python%{py_ver}/site-packages
echo %{_libdir}/gimp/%{api}/python > %{buildroot}%{_libdir}/python%{py_ver}/site-packages/gimp.pth
echo %{_libdir}/gimp/%{api}/plug-ins >> %{buildroot}%{_libdir}/python%{py_ver}/site-packages/gimp.pth
%endif

desktop-file-install --vendor="" \
	--add-category="X-MandrivaLinux-CrossDesktop" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

cp %{SOURCE2} %{buildroot}/%{_sysconfdir}/gimp/2.0


%changelog
* Tue Aug 26 2014 Tigro <ashejn@gmail.com> 1:2.8.12-1
+ Revision: 139c91e
- update to 2.8.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16471 |14mr|gimp-help-2-2.6.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gimp_help_dir %{_datadir}/gimp/2.0/help
%define oname gimp-help
Summary: Help files for Gimp2
Name:    gimp-help-2
Version: 2.6.0
Release: 6
Source0: ftp://ftp.gimp.org/pub/gimp/help/%oname-%version-html-de.tar.bz2
Source1: ftp://ftp.gimp.org/pub/gimp/help/%oname-%version-html-en.tar.bz2
Source2: ftp://ftp.gimp.org/pub/gimp/help/%oname-%version-html-es.tar.bz2
Source3: ftp://ftp.gimp.org/pub/gimp/help/%oname-%version-html-fr.tar.bz2
Source4: ftp://ftp.gimp.org/pub/gimp/help/%oname-%version-html-it.tar.bz2
Source5: ftp://ftp.gimp.org/pub/gimp/help/%oname-%version-html-ja.tar.bz2
Source6: ftp://ftp.gimp.org/pub/gimp/help/%oname-%version-html-ko.tar.bz2
Source7: ftp://ftp.gimp.org/pub/gimp/help/%oname-%version-html-nl.tar.bz2
Source8: ftp://ftp.gimp.org/pub/gimp/help/%oname-%version-html-nn.tar.bz2
Source9: ftp://ftp.gimp.org/pub/gimp/help/%oname-%version-html-pl.tar.bz2
Source10: ftp://ftp.gimp.org/pub/gimp/help/%oname-%version-html-ru.tar.bz2
Source11: ftp://ftp.gimp.org/pub/gimp/help/%oname-%version-html-sv.tar.bz2
Source12: ftp://ftp.gimp.org/pub/gimp/help/%oname-%version-html-zh_CN.tar.bz2
License: GFDL
Group: Books/Other
Url: http://docs.gimp.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
This is the HTML help for Gimp 2.

%package pl
Summary: Polish translation of Gimp2 help
Group: Books/Other
Requires: locales-pl
Provides: %name = %version-%release
Obsoletes: %name < 0.13
Conflicts: %name < 0.13-2

%description pl
This package contains the Polish translation of Gimp2 help.

%files pl
%defattr(-,root,root)
%doc %name/AUTHORS %name/MAINTAINERS %name/README %name/HACKING
%gimp_help_dir/pl

# -----------------------------------------------------
%package de
Summary: German translation of Gimp2 help
Group: Books/Other
Requires: locales-de
Provides: %name = %version-%release
Obsoletes: %name < 0.13
Conflicts: %name < 0.13-2

%description de
This package contains the German translation of Gimp2 help.

%files de
%defattr(-,root,root)
%doc %name/AUTHORS %name/MAINTAINERS %name/README %name/HACKING
%gimp_help_dir/de

# -----------------------------------------------------
%package en
Summary: English translation of Gimp2 help
Group: Books/Other
Requires: locales-en
Provides: %name = %version-%release
Obsoletes: %name < 0.13
Conflicts: %name < 0.13-2

%description en
This package contains the English translation of Gimp2 help.

%files en
%defattr(-,root,root)
%doc %name/AUTHORS %name/MAINTAINERS %name/README %name/HACKING
%gimp_help_dir/en

# -----------------------------------------------------
%package es
Summary: Spanish translation of Gimp2 help
Group: Books/Other
Requires: locales-es
Provides: %name = %version-%release
Obsoletes: %name < 0.13
Conflicts: %name < 0.13-2

%description es
This package contains the Spanish translation of Gimp2 help.

%files es
%defattr(-,root,root)
%doc %name/AUTHORS %name/MAINTAINERS %name/README %name/HACKING
%gimp_help_dir/es

# -----------------------------------------------------
%package fr
Summary: French translation of Gimp2 help
Group: Books/Other
Requires: locales-fr
Provides: %name = %version-%release
Obsoletes: %name < 0.13
Conflicts: %name < 0.13-2

%description fr
This package contains the French translation of Gimp2 help.

%files fr
%defattr(-,root,root)
%doc %name/AUTHORS %name/MAINTAINERS %name/README %name/HACKING
%gimp_help_dir/fr


%package it
Summary: Italian translation of Gimp2 help
Group: Books/Other
Requires: locales-it
Provides: %name = %version-%release
Obsoletes: %name < 0.13
Conflicts: %name < 0.13-2

%description it
This package contains the Italian translation of Gimp2 help.

%files it
%defattr(-,root,root)
%doc %name/AUTHORS %name/MAINTAINERS %name/README %name/HACKING
%gimp_help_dir/it

%package ja
Summary: Japanese translation of Gimp2 help
Group: Books/Other
Requires: locales-ja
Provides: %name = %version-%release
Obsoletes: %name < 0.13
Conflicts: %name < 0.13-2

%description ja
This package contains the Japanese translation of Gimp2 help.

%files ja
%defattr(-,root,root)
%doc %name/AUTHORS %name/MAINTAINERS %name/README %name/HACKING
%gimp_help_dir/ja

%package ko
Summary: Korean translation of Gimp2 help
Group: Books/Other
Requires: locales-ko
Provides: %name = %version-%release
Obsoletes: %name < 0.13
Conflicts: %name < 0.13-2

%description ko
This package contains the Korean translation of Gimp2 help.

%files ko
%defattr(-,root,root)
%doc %name/AUTHORS %name/MAINTAINERS %name/README %name/HACKING
%gimp_help_dir/ko

# -----------------------------------------------------
%package nl
Summary: Dutch translation of Gimp2 help
Group: Books/Other
Requires: locales-nl
Provides: %name = %version-%release
Obsoletes: %name < 0.13
Conflicts: %name < 0.13-2

%description nl
This package contains the Dutch translation of Gimp2 help.

%files nl
%defattr(-,root,root)
%doc %name/AUTHORS %name/MAINTAINERS %name/README %name/HACKING
%gimp_help_dir/nl

# -----------------------------------------------------
%package nn
Summary: Nynorsk Norwegian translation of Gimp2 help
Group: Books/Other
Requires: locales-no
Provides: %name = %version-%release
Obsoletes: %name < 0.13
Conflicts: %name < 0.13-2
Obsoletes: %name-no
Provides: %name-no

%description nn
This package contains the Nynorsk Norwegian translation of Gimp2 help.

%files nn
%defattr(-,root,root)
%doc %name/AUTHORS %name/MAINTAINERS %name/README %name/HACKING
%gimp_help_dir/nn

# -----------------------------------------------------
%package ru
Summary: Russian translation of Gimp2 help
Group: Books/Other
Requires: locales-ru
Provides: %name = %version-%release
Obsoletes: %name < 0.13
Conflicts: %name < 0.13-2

%description ru
This package contains the Russian translation of Gimp2 help.

%files ru
%defattr(-,root,root)
%doc %name/AUTHORS %name/MAINTAINERS %name/README %name/HACKING
%gimp_help_dir/ru

# -----------------------------------------------------
%package sv
Summary: Swedish translation of Gimp2 help
Group: Books/Other
Requires: locales-sv
Provides: %name = %version-%release
Obsoletes: %name < 0.13
Conflicts: %name < 0.13-2

%description sv
This package contains the Swedish translation of Gimp2 help.

%files sv
%defattr(-,root,root)
%doc %name/AUTHORS %name/MAINTAINERS %name/README %name/HACKING
%gimp_help_dir/sv

# -----------------------------------------------------
%package zh_CN
Summary: Simplified Chinese translation of Gimp2 help
Group: Books/Other
Requires: locales-zh
Provides: %name = %version-%release
Obsoletes: %name < 0.13
Conflicts: %name < 0.13-2

%description zh_CN
This package contains the Simplified Chinese translation of Gimp2 help.

%files zh_CN
%defattr(-,root,root)
%doc %name/AUTHORS %name/MAINTAINERS %name/README %name/HACKING
%gimp_help_dir/zh_CN

# -----------------------------------------------------

%prep
%setup -q -c %oname-%version -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot%gimp_help_dir
cp -r %name/html/* %buildroot%gimp_help_dir

%clean
rm -rf $RPM_BUILD_ROOT



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6.0-6
+ Revision: 4149863
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16472 |14mr|ginkgo-0.32-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Navigator for Nepomuk, the KDE semantic toolkit
Name:		ginkgo
Version:	0.32
Release:	10
License:	GPLv2+
Url:		http://wiki.mandriva.com/en/Ginkgo
Group:		Graphical desktop/KDE 
Source0:	%{name}-%{version}.tar.bz2
BuildArch:	noarch
BuildRequires:	kde4-macros
Requires:	python-kde4
Requires:	python-mako
Requires:       oxygen-icon-theme

%description
Ginkgo is a graphical front-end for managing data semantically. Ginkgo 
lets you create and explore links between your personal data such 
as e-mails, contacts, files, Web pages. It harnesses the Nepomuk
framework.

%files -f %{name}.lang
%{_kde_appsdir}/%{name}
%{_kde_datadir}/applications/kde4/%{name}.desktop
%{_bindir}/%{name}

#------------------------------------------------

%prep
%setup -q

# Fix unreadable files
find . -perm 0600 -exec chmod 0644 '{}' \;

%build
# clean old leftover from the tarball that prevent upload
rm -Rf src/ginkgo/util/.cache

# change "Report a Bug" URL to Rosa Bugzilla
sed -i 's!https://qa.mandriva.com!http://bugs.rosalinux.ru/!' %{name}

# also change .po headers for consistency
sed -i 's!https://qa.mandriva.com/!http://bugs.rosalinux.ru/!' po/*.po

%install
mkdir -p %{buildroot}%{_kde_appsdir}/%{name}
cp -frv src/* %{buildroot}%{_kde_appsdir}/%{name}/
mkdir %{buildroot}%{_bindir}/
cp -frv %{name} %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_datadir}/locale
#make po_files
for i in po/*.po
do
  langdir="%{buildroot}%{_datadir}/locale/`basename ${i} .po`/LC_MESSAGES/"
  mkdir -p ${langdir}
  msgfmt -o ${langdir}/%{name}.mo ${i}
done

chmod -R a+r %{buildroot}/%{_kde_appsdir}/%{name}

mkdir -p %{buildroot}%{_kde_datadir}/applications/kde4

cat > %{buildroot}%{_kde_datadir}/applications/kde4/%{name}.desktop << EOF
[Desktop Entry]
Name=Ginkgo
Comment=Ginkgo is a graphical front-end for Nepomuk
Exec=%{_bindir}/%{name}
Icon=nepomuk
Type=Application
Categories=Utility;KDE;Qt;
EOF

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.32-10
+ Revision: be11488
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16473 |14mr|gio-sharp-2.22.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gio-sharp
Version:	2.22.3
Release:	2
License:	GPLv2 and MIT
Group:		Development/Other
Summary:	.NET/C# Bindings for GIO
Url:		https://github.com/mono/gio-sharp
Source:		https://github.com/downloads/mono/%{name}/%{name}-%{version}.tar.bz2

BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  glib-sharp2
BuildRequires:  gtk-sharp2-devel
BuildRequires:  mono-devel
BuildRequires:  monodoc-core
Requires:	glib2 > 2.22
#gw strictly speaking, it needs libgio:
Requires:	gvfs
BuildArch:	noarch

%description
C#/CLI bindings for GIO

%package devel
Group:		Development/Other
Summary:	.NET/C# Bindings for GIO
Requires:	%{name} = %{version}-%{release}

%description devel
Files for developing programs that use gio-sharp

%prep
%setup -q

%build
%configure2_5x --libdir=%{_prefix}/lib
make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig

%files
%doc AUTHORS NEWS README
#ChangeLog 
%dir %{_prefix}/lib/gio-sharp
%{_prefix}/lib/gio-sharp/gio-sharp.dll*

%files devel
%defattr(-,root,root)
%{_datadir}/pkgconfig/gio-sharp-2.0.pc
%dir %_prefix/share/gapi-2.0
%_prefix/share/gapi-2.0/gio-api.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.22.3-2
+ Revision: 4190830
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16474 |14mr|gir-repository-0.6.6-0.20100907.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Not needed here, debug info is empty
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define git 20100907
%define api 1.0

Summary:	GObject Introspection Repository
Name:		gir-repository
Version:	0.6.6
Release:	0.%{git}.8
License:	LGPLv2+
Group:		Development/C
Url:		http://www.gnome.org
%if %{git}
Source0:	%{name}-%{git}.tar.xz
%else
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
%endif
Patch0:		gir-repository-disable-gtk.patch
Patch1:		gir-repository-fix-goo-build.patch
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(libnautilus-extension)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	pkgconfig(goocanvas)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(avahi-gobject)
%if %{git}
BuildRequires:	gnome-common
%endif

Requires:	%{mklibname girepository 1.0 1}

%description
This is a repository of GIR interface description files.

%prep
%if %{git}
%setup -q -n %{name}
%else
%setup -q
%endif

%apply_patches
%if %{git}
./autogen.sh -V
%else
autoreconf -fi
%endif

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
rm -v %{buildroot}%{_datadir}/gir-%{api}/Atk-1.0.gir
rm -f %{buildroot}%{_datadir}/gir-%{api}/DBus*-1.0.gir
rm -v %{buildroot}%{_datadir}/gir-%{api}/Pango-1.0.gir
rm -v %{buildroot}%{_datadir}/gir-%{api}/PangoCairo-1.0.gir
rm -v %{buildroot}%{_datadir}/gir-%{api}/PangoFT2-1.0.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/GConf-2.0.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/GMenu-2.0.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/Gst*0.10.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/GSSDP-1.0.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/GUPnP-1.0.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/Soup-2.4.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/Unique-1.0.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/WebKit-1.0.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/Wnck-1.0.gir
rm -v %{buildroot}%{_libdir}/girepository-%{api}/Atk-1.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/GConf-2.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/GMenu-2.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/Gst*0.10.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/GSSDP-1.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/GUPnP-1.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/Soup-2.4.typelib
rm -v %{buildroot}%{_libdir}/girepository-%{api}/Pango-1.0.typelib
rm -v %{buildroot}%{_libdir}/girepository-%{api}/PangoCairo-1.0.typelib
rm -v %{buildroot}%{_libdir}/girepository-%{api}/PangoFT2-1.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/Unique-1.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/WebKit-1.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/Wnck-1.0.typelib
rm -v -f %{buildroot}%{_libdir}/libgirepo-DBus-custom.so

%files
%doc README NEWS AUTHORS
%{_datadir}/gir-%{api}/GnomeKeyring-2.0.gir
%{_datadir}/gir-%{api}/GooCanvas-0.10.gir
%{_datadir}/gir-%{api}/GtkSource-2.2.gir
%{_datadir}/gir-%{api}/Nautilus-1.0.gir
%{_datadir}/gir-%{api}/Notify-0.4.gir
%{_datadir}/gir-%{api}/Poppler-0.8.gir
%{_libdir}/girepository-%{api}/GnomeKeyring-2.0.typelib
%{_libdir}/girepository-%{api}/GooCanvas-0.10.typelib
%{_libdir}/girepository-%{api}/GtkSource-2.2.typelib
%{_libdir}/girepository-%{api}/Nautilus-1.0.typelib
%{_libdir}/girepository-%{api}/Notify-0.4.typelib
%{_libdir}/girepository-%{api}/Poppler-0.8.typelib


%changelog
* Sun Oct 21 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.6-0.20100907.8
+ Revision: 5e4ebd2
- LOG Drop debug package as it's empty and not needed here



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16475 |14mr|git-1.7.11.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname		%mklibname git
%define profile_branch	93git-branch.sh
%define profile_env	93git-env.sh

Name:		git
Epoch:		1
Version:	1.7.11.3
Release:	5
Summary:	Global Information Tracker
License:	GPLv2
Group:		Development/Other
Url:		http://git-scm.com/
Source0:	http://git-core.googlecode.com/files/git-%version.tar.gz
Source2:	gitweb.conf
Source3:	%{profile_branch}
# Do we really need it? It's not used anyway
Source4:	%{profile_env}
BuildRequires:	asciidoc
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	expat-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	perl-CGI
BuildRequires:	perl-devel
BuildRequires:	python-devel
BuildRequires:	xmlto
BuildRequires:	zlib-devel
BuildRequires:	docbook-dtd45-xml

Requires:	git-core = %{EVRD}
Requires:	gitk = %{EVRD}
Requires:	git-svn = %{EVRD}
Requires:	git-email = %{EVRD}
Suggests:	git-arch = %{EVRD}
Suggests:	git-core-oldies = %{EVRD}
Suggests:	git-cvs = %{EVRD}

%description
This is a stupid (but extremely fast) directory content manager.  It
doesn't do a whole lot, but what it _does_ do is track directory
contents efficiently. It is intended to be the base of an efficient,
distributed source code management system. This package includes
rudimentary tools that can be used as a SCM, but you should look
elsewhere for tools for ordinary humans layered on top of this.

This is a dummy package which brings in all subpackages.

%package -n git-core
Summary:	Global Information Tracker
Group:		Development/Other
Requires:	diffutils
Requires:	rsync
Requires:	less
Requires:	openssh-clients
Suggests:	git-prompt
%rename	    gitcompletion

%description -n git-core
This is a stupid (but extremely fast) directory content manager.  It
doesn't do a whole lot, but what it _does_ do is track directory
contents efficiently. It is intended to be the base of an efficient,
distributed source code management system. This package includes
rudimentary tools that can be used as a SCM, but you should look
elsewhere for tools for ordinary humans layered on top of this.

This are the core tools with minimal dependencies.

You may want to install subversion, cpsps and/or tla to import
repositories from other VCS.

%package -n gitk
Summary:	Git revision tree visualiser
Group:		Development/Other
Requires:	git-core = %{EVRD}
Requires:	tk >= 8.4
Requires:	tcl >= 8.4

%description -n gitk
Git revision tree visualiser.

%package -n gitview
Summary:	Git graphical revision tree visualiser
Group:		Development/Other
Requires:	git-core = %{EVRD}
Requires:	python-cairo
Requires:	pygtk2.0
Requires:	python-gtksourceview

%description -n gitview
Git graphical revision tree visualiser.

%package -n %{libname}-devel
Summary:	Git development files
Group:		Development/Other
Provides:	git-devel = %{version}-%{release}

%description -n %{libname}-devel
Development files for git.

%package -n git-svn
Summary:	Git tools for importing Subversion repositories
Group:		Development/Other
Requires:	git-core = %{EVRD}, subversion
Requires:	perl-Git
Requires:	perl-SVN

%description -n git-svn
Git tools for importing Subversion repositories.

%package -n git-cvs
Summary:	Git tools for importing CVS repositories
Group:		Development/Other
Requires:	git-core = %{EVRD}
Suggests:	cvs, cvsps

%description -n git-cvs
Git tools for importing CVS repositories.

%package -n git-arch
Summary:	Git tools for importing Arch repositories
Group:		Development/Other
Requires:	git-core = %{EVRD}
Suggests:	tla

%description -n git-arch
Git tools for importing Arch repositories.

%package -n git-email
Summary:	Git tools for sending email
Group:		Development/Other
Requires:	git-core = %{EVRD}
Suggests:	perl-Authen-SASL
Suggests:	perl-MIME-Base64

%description -n git-email
Git tools for sending email.

%package -n perl-Git
Summary:	Perl interface to Git
Group:		Development/Perl
Requires:	git-core = %{EVRD}

%description -n perl-Git
Perl interface to Git

%package -n python-git
Summary:	Python interface to Git
Group:		Development/Python
Requires:	git-core = %{EVRD}

%description -n python-git
Python interface to Git

%package -n git-core-oldies
Summary:	Git obsolete commands, bound to extinction
Group:		Development/Other
Requires:	git-core = %{EVRD}

%description -n git-core-oldies
Git obsolete commands, bound to extinction

%package -n gitweb
Summary:	cgi-bin script for browse a git repository with web browser
Group:		System/Servers
Requires:	git-core = %{EVRD}
Requires:	apache-mod_perl

%description -n gitweb
cgi-bin script for browse a git repository with web browser.

%package -n git-prompt
Summary:	Shows the current git branch in your bash prompt
Group:		Shells
Requires:	git-core = %{EVRD}
Requires:	bash-completion

%description -n git-prompt
Shows the current git branch in your bash prompt.

%prep
%setup -q
# remove borring file
rm -f Documentation/.gitignore
# prefix gitweb css/png files with /gitweb
perl -pi -e 's!^(GITWEB_CSS|GITWEB_LOGO|GITWEB_FAVICON) = !$1 = /gitweb/!' Makefile

%build
# same flags and prefix must be passed for make test too
%define git_make_params prefix=%{_prefix} gitexecdir=%{_libdir}/git-core CFLAGS="%{optflags}" GITWEB_CONFIG=%{_sysconfdir}/gitweb.conf DOCBOOK_XSL_172=1
%make %{git_make_params} all doc gitweb/gitweb.cgi

# Produce RelNotes.txt.gz
# sed trick changes "-x.y.z.txt" to "-x.y.z.0.txt" for ordering, then undoes it
# use awk to print a newline before each RelNotes header
cd Documentation/RelNotes \
&& relnotesls="`find . -name '*.txt' | sed 's/\([0-9]\.[0-9]\.[0-9]\)\.txt/\1.0.txt/' | sort -nr | sed 's/\([0-9]\.[0-9]\.[0-9]\)\.0\.txt/\1.txt/'`" \
&& awk 'FNR == 1 { print "" } { print }' $relnotesls | gzip -9c >../RelNotes.txt.gz

%install
%__rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_bindir}
%makeinstall_std prefix=%{_prefix} gitexecdir=%{_libdir}/git-core  CFLAGS="%{optflags}"
make install-doc prefix=%{_prefix} gitexecdir=%{_libdir}/git-core   DESTDIR=%{buildroot}

# Avoid dependencies on obscure perl modules
chmod -x contrib/mw-to-git/git-remote-mediawiki

# (cg) Copy the whole contrib dir as docs. It contains useful scripts.
%__mkdir_p %{buildroot}%{_datadir}/doc/git-core
cp -ar contrib %{buildroot}%{_datadir}/doc/git-core
# (cg) Even tho' we copy the whole contrib dir, copy this rather than symlink incase the user is excluding docs
%__install -m 755 contrib/gitview/gitview %{buildroot}%{_bindir}

%__mkdir_p %{buildroot}%{_includedir}/git
%__cp *.h %{buildroot}%{_includedir}/git

%__mkdir_p %{buildroot}%{_libdir}
%__install -m 644 libgit.a %{buildroot}%{_libdir}/libgit.a

%__mv %{buildroot}/%{_prefix}/lib/perl5/site_perl %{buildroot}/%{_prefix}/lib/perl5/vendor_perl
%__rm -f %{buildroot}/%{perl_vendorlib}/Error.pm

%__mkdir_p %{buildroot}%{_datadir}/gitweb/static
%__install -m 755 gitweb/gitweb.cgi %{buildroot}%{_datadir}/gitweb
%__install -m 644 gitweb/static/*.css gitweb/static/*.png %{buildroot}%{_datadir}/gitweb/static/

%__mkdir_p %{buildroot}%{_sysconfdir}
%__install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/gitweb.conf
# apache configuration
%__mkdir_p %{buildroot}%{_webappconfdir}
%__cat > %{buildroot}%{_webappconfdir}/gitweb.conf <<EOF
# gitweb configuration
Alias /gitweb %{_datadir}/gitweb

<Directory %{_datadir}/gitweb>
    Require all granted
    Options ExecCgi
    DirectoryIndex gitweb.cgi
    AddHandler cgi-script .cgi
</Directory>
EOF

# fix .sp in man files
find %{buildroot}/%{_mandir} -type f | xargs perl -e 's/\.sp$/\n\.sp/g' -pi

# emacs VC backend:
%__mkdir_p %{buildroot}{%{_datadir}/emacs/site-lisp,/etc/emacs/site-start.d}
%__install -m 644 contrib/emacs/*.el %{buildroot}%{_datadir}/emacs/site-lisp
%__cat >%{buildroot}/etc/emacs/site-start.d/vc_git.el <<EOF
(add-to-list 'vc-handled-backends 'GIT)
EOF

# install bash-completion file
%__mkdir_p %{buildroot}%{_sysconfdir}/bash_completion.d
%__install -m644 contrib/completion/git-completion.bash \
    %{buildroot}%{_sysconfdir}/bash_completion.d/git

# And the prompt manipulation file
%__install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{profile_branch}

# exposes a bug in less, as reported by coling
#install -D -m 0644 %SOURCE4 %{buildroot}%{_sysconfdir}/profile.d/%{profile_env}

%find_lang %{name}

%check
# We do NO_SVN_TESTS because git's tests hardcode
# replies from svn versions older than the one
# we're shipping -- and they have changed since
LC_ALL=C %make %{git_make_params} test NO_SVN_TESTS=true

%files
# no file in the main package

%files -n git-core -f %{name}.lang
/etc/emacs/site-start.d/*
/etc/bash_completion.d/*
%{_datadir}/emacs/site-lisp/*
%{_bindir}/git
%{_bindir}/git-*
%{_libdir}/git-core
%exclude %{_libdir}/git-core/*svn*
%exclude %{_libdir}/git-core/*cvs*
%exclude %{_libdir}/git-core/git-archimport
%exclude %{_libdir}/git-core/*email*
%{_datadir}/git-core
%{_datadir}/git-gui
%{_mandir}/*/git-*
%{_mandir}/*/git.*
%{_mandir}/*/gitattributes*
%{_mandir}/*/gitignore*
%{_mandir}/*/gitmodules*
%{_mandir}/*/gitnamespaces*
%{_mandir}/*/gitcli*
%{_mandir}/*/githooks*
%{_mandir}/*/gitrepository*
%{_mandir}/*/*tutorial*
%{_mandir}/*/*glossary*
%{_mandir}/*/gitdiffcore*
%{_mandir}/*/gitworkflows*
%{_mandir}/*/gitrevisions*
%{_mandir}/*/gitcredentials*
%exclude %{_mandir}/man1/*svn*.1*
%exclude %{_mandir}/man1/*cvs*.1*
%exclude %{_mandir}/man7/*cvs*.7*
%exclude %{_mandir}/man1/*email*.1*
%exclude %{_mandir}/man1/git-archimport.1*
%doc README Documentation/*.html Documentation/howto Documentation/technical Documentation/RelNotes.txt.gz

%files -n gitk
%doc README
%{_bindir}/gitk
%{_mandir}/*/gitk*
%{_datadir}/gitk

%files -n gitview
%doc contrib/gitview/gitview.txt
%{_bindir}/gitview

%files -n %{libname}-devel
%{_includedir}/git
%{_libdir}/libgit.a

%files -n git-svn
%{_libdir}/git-core/*svn*
%{_mandir}/man1/*svn*.1*

%files -n git-cvs
%{_libdir}/git-core/*cvs*
%{_mandir}/man1/*cvs*.1*
%{_mandir}/man7/*cvs*.7*

%files -n git-arch
%{_libdir}/git-core/git-archimport
%{_mandir}/man1/git-archimport.1*

%files -n git-email
%{_libdir}/git-core/*email*
%{_mandir}/man1/*email*.1*

%files -n perl-Git
%{perl_vendorlib}/*
%{_mandir}/man3/*

%files -n python-git
%{py_puresitedir}/*

%files -n git-core-oldies

%files -n gitweb
%doc gitweb/INSTALL gitweb/README
%config(noreplace) %{_sysconfdir}/gitweb.conf
%config(noreplace) %{_webappconfdir}/gitweb.conf
%{_datadir}/gitweb
%{_mandir}/man1/gitweb.1*
%{_mandir}/man5/gitweb.conf.5*

%files -n git-prompt
%{_sysconfdir}/profile.d/%{profile_branch}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.7.11.3-5
+ Revision: 13bc733
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16476 |14mr|gjs-1.40.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api			1.0
%define major		0
%define girmajor	1.0
%define libname		%mklibname %{name} %major
%define develname	%mklibname -d %{name}
%define girname		%mklibname %{name}-gir %{girmajor}

Summary:	JavaScript bindings based on gobject-introspection
Name:		gjs
Version:	1.40.1
Release:	3
License:	BSD
Group:		Development/Other
Url:		http://live.gnome.org/Gjs
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.40/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(cairo-gobject)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gobject-2.0) >= 2.18.0
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.29.16
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(mozjs-24)

Provides:	/usr/bin/gjs

%description
This package contains JavaScript bindings based on gobject-introspection.

%package -n %{libname}
Group:		System/Libraries
Summary:	JavaScript bindings based on gobject-introspection

%description -n %{libname}
This package contains JavaScript bindings based on gobject-introspection.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Group:		Development/C
Summary:	JavaScript bindings based on gobject-introspection
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains JavaScript bindings based on gobject-introspection.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

%make V=1

%install
%makeinstall_std

%files
%doc README COPYING NEWS
%{_bindir}/gjs
%{_bindir}/gjs-console

%files -n %{libname}
%{_libdir}/libgjs.so.%{major}*

%files -n %{girname}
%{_libdir}/gjs/girepository-1.0/GjsPrivate-1.0.typelib

%files -n %{develname}
%{_libdir}/libgjs.so
%{_libdir}/pkgconfig/gjs-%{api}.pc
%{_libdir}/pkgconfig/gjs-internals-%{api}.pc
%{_includedir}/gjs-%{api}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40.1-3
+ Revision: b8a5ec1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16477 |14mr|gkeyfile-sharp-0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 662c5c1

Summary:	Mono bindings for the GKeyFile library
Name:		gkeyfile-sharp
Version:	0.1
Release:	7
# http://github.com/mono/gkeyfile-sharp/tarball/GKEYFILE_SHARP_0_1
Source0:	%{name}-%{version}.tar.gz
Patch0:		gkeyfile-sharp-0.1-fix-dllimports.patch
License:	LGPLv2+
Group:		System/Libraries
Url:		http://github.com/mono/gkeyfile-sharp

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	mono-devel
BuildRequires:	glib-sharp2 >= 2.12.9
BuildRequires:	gtk-sharp2-devel
Requires:	glib2
BuildArch:	noarch

%description
This is a Mono binding for the GKeyFile library.

%package devel
Summary:	Development files for %{name}
Requires:	%{name} = %{version}-%{release}
Group:		Development/Other

%description devel
This is a Mono binding for the GKeyFile library.

%prep
%setup -q -n mono-%{name}-%{git}
%apply_patches
./autogen.sh

%build
./configure --prefix=%{_prefix} --libdir=%{_prefix}/lib
%make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig

%files
%doc AUTHORS
%{_prefix}/lib/mono/%{name}
%{_prefix}/lib/mono/gac/%{name}

%files devel
%{_datadir}/pkgconfig/%{name}.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-7
+ Revision: 378e96a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16478 |14mr|gksu-2.0.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define name	gksu
%define version 2.0.2
%define release 10

Summary:	GTK+ frontend to the su and sudo programs
Name:		%name
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.nongnu.org/gksu/
Source:		http://people.debian.org/~kov/gksu/gksu/%name-%version.tar.bz2
Patch0:		gksu-2.0.2-use-xvt-for-terminal.patch
Patch1:		gksu-2.0.2-fix-nautilus-link.patch
Patch2:		glib_fix.patch
BuildRoot:	%{_tmppath}/%name-root
BuildRequires:	libgksu-devel
BuildRequires:	nautilus-devel
BuildRequires:  intltool

%description
gksu is a Gtk+ frontend to /bin/su. It supports login shells and preserving
environment when acting as a su frontend. It is useful to menu items or
other graphical programs that need to ask a user's password to run another
program as another user.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
autoreconf -fi
%configure2_5x 
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std 

#we don't need .desktop file
rm -rf %{buildroot}%{_datadir}/applications

%find_lang %name

%post
if [ -e /etc/gksu.conf ]; then
   sh /usr/share/gksu/gksu-migrate-conf.sh
fi

%files -f %name.lang
%defattr (-,root,root)
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/*
#{_datadir}/applications/*
%{_datadir}/pixmaps/*.png
%{_datadir}/%name
%{_libdir}/nautilus/extensions-2.0/*
%{_mandir}/man1/*.1.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.2-10
+ Revision: 4bf7bfb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16479 |14mr|gl2ps-1.3.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname gl2ps %{major}
%define libname_virt    gl2ps
%define develname %mklibname gl2ps -d


Summary:        An OpenGL to PostScript printing library
Name:           gl2ps
Version:        1.3.8
Release:        4
License:        LGPLv2+
Group:          System/Libraries
Source0:        http://www.geuz.org/gl2ps/src/%{name}-%{version}.tgz
Patch0:         %{name}-soversion.patch
Patch1:         %{name}-so-link-fix.patch
URL:            http://www.geuz.org/gl2ps/
BuildRequires:  cmake
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(zlib)

%description
GL2PS is a C library providing high quality vector output for any
OpenGL application. The main difference between GL2PS and other
similar libraries is the use of sorting algorithms capable of handling
intersecting and stretched polygons, as well as non manifold objects.
GL2PS provides advanced smooth shading and text rendering, culling of
invisible primitives, mixed vector/bitmap output, and much more...

GL2PS can currently create PostScript (PS), Encapsulated PostScript
(EPS) and Portable Document Format (PDF) files, as well as LaTeX files
for the text fragments. Adding new vector output formats should be
relatively easy (and amongst the formats we would be interested in
adding, SVG is first in line). Meanwhile, you can use the excellent
pstoedit program to transform the PostScript files generated by GL2PS
into many other vector formats such as xfig, cgm, wmf, etc.

%package -n %{libname}
Summary: An OpenGL to PostScript printing library
Group:  System/Libraries
Provides: %{name} = %{EVRD}
Provides: %{libname_virt} = %{version}-%{release}

%description -n %libname
GL2PS is a C library providing high quality vector output for any
OpenGL application. The main difference between GL2PS and other
similar libraries is the use of sorting algorithms capable of handling
intersecting and stretched polygons, as well as non manifold objects.
GL2PS provides advanced smooth shading and text rendering, culling of
invisible primitives, mixed vector/bitmap output, and much more...

GL2PS can currently create PostScript (PS), Encapsulated PostScript
(EPS) and Portable Document Format (PDF) files, as well as LaTeX files
for the text fragments. Adding new vector output formats should be
relatively easy (and amongst the formats we would be interested in
adding, SVG is first in line). Meanwhile, you can use the excellent
pstoedit program to transform the PostScript files generated by GL2PS
into many other vector formats such as xfig, cgm, wmf, etc.

%package -n %develname
Summary:        Header files for GL2PS library
Group:          System/Libraries
Requires:       %{name} = %{EVRD}
Requires:       pkgconfig(gl)
Provides:       gl2ps-devel = %{version}-%{release}


%description -n %develname
Header files for GL2PS library.

%prep
%setup -q -n %{name}-%{version}-source
%apply_patches

%build
%cmake
%make

%install
pushd ./build
%makeinstall_std
rm %{buildroot}%{_libdir}/libgl2ps.a

%files -n %libname
%doc COPYING.GL2PS COPYING.LGPL README.txt
%attr(755,root,root) %{_libdir}/libgl2ps.so.*

%files -n %develname
%doc gl2ps.pdf TODO.txt gl2psTest*.c
%{_libdir}/libgl2ps.so
%{_includedir}/gl2ps.h
%{_docdir}/gl2ps

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.8-4
+ Revision: fe42dd9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16480 |14mr|glade-3.18.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver		%(echo %{version}|cut -d. -f1,2)

%define api		2
%define major		6
%define girmajor	2.0

%define libname 	%mklibname gladeui %{api} %{major}
%define develname	%mklibname -d gladeui %{api}
%define girname		%mklibname gladeui-gir %{girmajor}

Summary: 	GTK+ / GNOME 3 widget builder
Name: 		glade
Version: 	3.18.3
Release:	2
License: 	GPLv2+
Url: 		http://glade.gnome.org/
Group: 		Development/GNOME and GTK+
Source0: 	http://ftp.gnome.org/pub/GNOME/sources/glade/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires: 	gtk-doc
BuildRequires: 	gnome-doc-utils
BuildRequires: 	intltool itstool
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	pkgconfig(python2)

%description
Glade is a RAD tool to enable quick & easy development of user interfaces
for the Gtk+ toolkit and the GNOME desktop environment.

The user interfaces designed in Glade are stored in XML format,
enabling easy integration with external tools. In particular libglade can
load the XML files and create the interfaces at runtime.

Other tools are available which can turn the XML files into source code
in languages such as C++, Perl and Python.

%package -n %{libname}
Summary:	Libraries required for %{name}
Group:		System/Libraries
Provides:	libgladeui = %{version}-%{release}

%description -n %{libname}
Libraries and file require to run program built with %{name}

%package -n %{develname}
Summary:	Development libraries and include files for libgladeui (%{name})
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Requires:       %{girname} = %{version}-%{release}

%description -n %{develname}
Development libraries, headers files and documentation needed in order
to develop applications using libgladeui (%{name}).

%package -n %{girname}
Summary:        GObject Introspection interface description for libgladeui (%{name})
Group:          System/Libraries

%description -n %{girname}
GObject Introspection interface description for libgladeui (%{name}).

%prep
%setup -q

%build
%configure2_5x \
	--enable-gtk-doc \
	--disable-scrollkeeper \
	--disable-static

%make LIBS='-lm -lgdk-3 -lgtk-3 -lgio-2.0 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0 -lglib-2.0 -lpango-1.0 -lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{name} --with-gnome

# menu
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="GUIDesigner" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# we don't want these
find %{buildroot} -name "*.la" -delete

%files -f %{name}.lang
%doc AUTHORS README TODO
%{_bindir}/%{name}*
%dir %{_libdir}/%{name}/
%dir %{_libdir}/%{name}/modules/
%{_libdir}/%{name}/modules/libgladegtk.so
%{_libdir}/%{name}/modules/libgladepython.so
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/glade*
%{_mandir}/man1/glade*
%{_datadir}/appdata/glade.appdata.xml

%files -n %{libname}
%{_libdir}/libgladeui-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gladeui-%{girmajor}.typelib

%files -n %{develname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/libgladeui-2.0/
%{_libdir}/pkgconfig/gladeui-2.0.pc
%{_libdir}/libgladeui-%{api}.so
%{_datadir}/gir-1.0/Gladeui-%{girmajor}.gir

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.18.3-2
+ Revision: ca0c180
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16481 |14mr|glade3-3.8.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define name glade3
%define api 	1
%define major 	11
%define libname %mklibname gladeui %{api} %{major}
%define libnamedev %mklibname -d gladeui %{api}

Summary: 	GTK+ / GNOME 2 widget builder
Name: 		%{name}
Epoch:		1
Version: 	3.8.5
Release:	2
License: 	GPLv2+
Url: 		http://glade.gnome.org/
Group: 		Development/GNOME and GTK+
Source0: 	http://ftp.gnome.org/pub/GNOME/sources/%name/3.8/%{name}-%{version}.tar.xz
Patch0:		glade3-3.8.2-fix-linking.patch

BuildRequires: 	pkgconfig(libxml-2.0)
BuildRequires: 	pkgconfig(libgnomeui-2.0)
BuildRequires:	desktop-file-utils
BuildRequires: 	pygtk2.0-devel
BuildRequires: 	gtk-doc
BuildRequires: 	gnome-doc-utils
BuildRequires: 	intltool
#gw autoreconf needs this:
BuildRequires: 	gnome-common
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
Requires: pygtk2.0

%description
Glade is a RAD tool to enable quick & easy development of user interfaces
for the Gtk+ toolkit and the GNOME desktop environment.
The user interfaces designed in Glade are stored in XML format,
enabling easy integration with external tools.
In particular libglade can load the XML files and create the interfaces
at runtime. The DTD for the XML files is included with libglade, and is
also at http://glade.gnome.org/glade-2.0.dtd.
Other tools are available which can turn the XML files into source code
in languages such as C++, Perl and Python.

%package -n %{libname}
Summary:	Libraries required for glade-3
Group:		System/Libraries

%description -n %{libname}
Libraries and file require to run program built with glade-3

%package -n %{libnamedev}
Summary:	Development libraries, include files for libgladeui (glade-3)
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	glade3-devel = %{EVRD}
Provides:	libgladeui%{major}-devel = %{EVRD}
Conflicts: %mklibname -d gladeui1_ 6
Obsoletes: %mklibname -d gladeui1_

%description -n %{libnamedev}
Static library, headers files and documentation needed in order
to develop applications using libgladeui (glade-3).

%prep
%setup -q -n %{name}-%version
%apply_patches

autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--enable-gtk-doc \
	--disable-scrollkeeper

%make LIBS='-lgmodule-2.0'

%install
rm -fr %buildroot
%makeinstall_std
%{find_lang} %{name}-2.0 --with-gnome --all-name

# menu
perl -pi -e "s/Glade/Glade 3/" %{buildroot}%{_datadir}/applications/*
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GUIDesigner" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

find %buildroot -name \*.la|xargs chmod 644
rm -f %buildroot%_libdir/glade3/*/libglade*a

%files -f %{name}-2.0.lang
%doc AUTHORS COPYING README TODO
%{_bindir}/glade-3
%dir %{_libdir}/glade3/
%dir %{_libdir}/glade3/modules/
%{_libdir}/glade3/modules/libgladepython.so
%{_libdir}/glade3/modules/libgladegtk.so
%{_libdir}/glade3/modules/libgladegnome.so
%{_datadir}/glade3
%{_datadir}/applications/glade-3.desktop
%_datadir/icons/hicolor/*/apps/glade*

%files -n %{libname}
%{_libdir}/libgladeui-%{api}.so.%{major}*

%files -n %{libnamedev}
%doc ChangeLog
%{_includedir}/libgladeui-1.0/
%{_libdir}/pkgconfig/gladeui-1.0.pc
%{_libdir}/*.so
%_datadir/gtk-doc/html/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.8.5-2
+ Revision: 0cb62c0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16482 |14mr|glamor-0.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# Otherwise it fails linking
%define _disable_ld_no_undefined 1

%define	major		0
%define	libname		%mklibname %{name} %{major}
%define	develname	%mklibname -d %{name}

Summary:	Open-source X.org graphics common driver based on the GL library
Name:		glamor
Version:	0.6.0
Release:	3
License:	MIT
Group:		System/Libraries
Url:		http://www.freedesktop.org/wiki/Software/Glamor
Source0:	http://xorg.freedesktop.org/releases/individual/driver/%{name}-egl-%{version}.tar.bz2
BuildRequires:	autoconf
BuildRequires:	x11-util-macros >= 1.17
BuildRequires:	x11-proto-devel >= 7.6
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(gbm)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glesv2)
BuildRequires:	pkgconfig(libdrm) >= 2.4.42
BuildRequires:	pkgconfig(pixman-1) >= 0.29.2
BuildRequires:	pkgconfig(xorg-server)

%description
The %{name} module is an open-source 2D graphics common driver for the
X-Window System as implemented by X.org. It supports a variety of graphics
chipsets which have OpenGL/EGL/GBM supports.
It?s a GL-based rendering acceleration library for X server:
  * it uses GL functions and shader to complete the 2D graphics operations;
  * it uses normal texture to represent a drawable pixmap if possible;
  * it calls GL functions to render to the texture directly.
It?s somehow hardware independently and could be a building block of any X
server?s DDX driver; a such driver could leverage %{name}-egl package to create
an egl context without any native X system.
At the present the intel video driver use %{name} as one of its acceleration
options: when you build it with --enable-glamor, then it will use it as its
rendering engine. The %{name} package is also needed by the xf86-video-ati
driver to support newer video cards based on the Souhtern Island (SI)
chip-sets.

This package can be used on every platform which has both OpenGL support and
the libgbm and libdrm libraries installed.

%files
%doc COPYING
%{_sysconfdir}/ld.so.conf.d/%{name}.conf
%config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/05-glamor.conf

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Open-source X.org graphics common driver based on the GL library
Group:		System/Libraries

%description -n %{libname}
The %{name} module is an open-source 2D graphics common driver for the
X-Window System as implemented by X.org. This package contains the main
library.

%files -n %{libname}
%doc COPYING README
%{_libdir}/libglamor.so.%{major}*
%{_libdir}/xorg/modules/libglamoregl.so

#----------------------------------------------------------------------------

%package -n %{develname}
Summary:	Development files for %{libname}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
The glamor module is an open-source 2D graphics common driver for the X
Window System as implemented by X.org. This package contains the
development files for %{libname}.

%files -n %{develname}
%doc COPYING
%{_libdir}/libglamor.so
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/pkgconfig/%{name}-egl.pc
%{_includedir}/xorg/glamor.h

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-egl-%{version}
autoreconf -vfi

%build
# Other configure options
# --enable-glamor-gles2: build glamor over GLESv2 (default: no) - alternative to build over GL
# --enable-debug: build debug version of glamor (default: no)
# --enable-glx-tls: enable TLS support in GLX (default: no)
# --with-xorg-module-dir="%%{libdir}/xorg/modules"
%configure2_5x \
	--disable-static \
	--enable-glx-tls \
	--with-xorg-conf-dir="%{_sysconfdir}/X11/xorg.conf.d"

%make


%install
%makeinstall_std 
mv %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/glamor.conf %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/05-glamor.conf

mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d/
cat <<EOF >%{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}.conf
%{_libdir}/xorg/modules
EOF


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.0-3
+ Revision: 284bb4e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16483 |14mr|gle-3.1.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname gle %{major}
%define develname %mklibname -d gle

Summary:	GLE Tubing and Extrusion Library
Name:		gle
Version:	3.1.0
Release:	16
License:	GPLv2
Group:		System/Libraries
Source:		gle-%{version}.tar.bz2
# (Anssi 05/2008) Link against libGL and libGLU to fix undefined symbols.
Patch0:		gle-3.1.0-link-with-gl+glu.patch
# (Anssi 05/2008) Fix Makefile.am files using += on unset CLEANFILES and SUFFIXES.
# This patch simply changes += to =, which AFAICS is correct here.
Patch1:		gle-3.1.0-fix-makefiles.patch
URL:		http://sourceforge.net/projects/gle
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)

%description
GLE is a library package of C functions that draw extruded surfaces,
including surfaces of revolution, sweeps, tubes, polycones,
polycylinders and helicoids.  Generically, the extruded surface is
specified with a 2D polyline that is extruded along a 3D path.  A
local coordinate system allows for additional flexibility in the
primitives drawn.  Extrusions may be texture mapped in a variety of
ways.  The GLE library generates 3D triangle coordinates, lighting
normal vectors and texture coordinates as output. GLE uses the GL or
OpenGL API's to perform the actual rendering.

%package -n %{libname}
Summary:	GLE shared library
Group:		System/Libraries

%description -n %{libname}
GLE is a library package of C functions that draw extruded surfaces,
including surfaces of revolution, sweeps, tubes, polycones,
polycylinders and helicoids.  Generically, the extruded surface is
specified with a 2D polyline that is extruded along a 3D path.  A
local coordinate system allows for additional flexibility in the
primitives drawn.  Extrusions may be texture mapped in a variety of
ways.  The GLE library generates 3D triangle coordinates, lighting
normal vectors and texture coordinates as output. GLE uses the GL or
OpenGL API's to perform the actual rendering.

The shared library needed by GLE applications.

%package -n %{develname}
Summary:	Devel files for GLE
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libgle-devel = %{version}-%{release}
Provides:	gle-devel = %{version}-%{release}

%description -n %{develname}
GLE is a library package of C functions that draw extruded surfaces,
including surfaces of revolution, sweeps, tubes, polycones,
polycylinders and helicoids.  Generically, the extruded surface is
specified with a 2D polyline that is extruded along a 3D path.  A
local coordinate system allows for additional flexibility in the
primitives drawn.  Extrusions may be texture mapped in a variety of
ways.  The GLE library generates 3D triangle coordinates, lighting
normal vectors and texture coordinates as output. GLE uses the GL or
OpenGL API's to perform the actual rendering.

The static library and headers needed for developing GLE applications.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
find examples -name .cvsignore -exec rm {} \;

%build
# link-with-gl+glu.patch
autoreconf --force --install
%configure2_5x --disable-static
%make

%install
%makeinstall_std
mv %{buildroot}%{_datadir}/doc/gle installed-docs

cd examples
make clean

%files -n %{libname}
%doc README NEWS COPYING AUTHORS
%{_libdir}/libgle.so.%{major}*

%files -n %{develname}
%doc ChangeLog src/COPYING.src src/README.gutil examples installed-docs
%{_libdir}/libgle.so
%{_includedir}/GL/*
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1.0-16
+ Revision: b266d8b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16484 |14mr|glew-1.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1.10
%define	libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	The OpenGL Extension Wrangler Library
Name:		glew
Version:	1.10.0
Release:	2
Group:		Development/C
License:	BSD and MIT
URL:		http://glew.sourceforge.net
Source0:	http://downloads.sourceforge.net/glew/%{name}-%{version}.tgz
BuildRequires:	pkgconfig(x11)
BuildRequires:	mesaglu-devel
BuildRequires:	pkgconfig(xi) libxmu-devel
BuildRequires:	file

%description
The goal of the OpenGL Extension Wrangler Library (GLEW) is to assist C/C++
OpenGL developers with two tedious tasks: initializing and using extensions
and writing portable applications. GLEW provides an efficient run-time
mechanism to determine whether a certain extension is supported by the
driver or not. OpenGL core and extension functionality is exposed via a
single header file. GLEW currently supports a variety of platforms and
operating systems, including Windows, Linux, Darwin, Irix, and Solaris. 


%package -n %{libname}
Summary:	GLEW library
Group:		System/Libraries

%description -n %{libname}
The goal of the OpenGL Extension Wrangler Library (GLEW) is to assist C/C++
OpenGL developers with two tedious tasks: initializing and using extensions
and writing portable applications. GLEW provides an efficient run-time
mechanism to determine whether a certain extension is supported by the
driver or not. OpenGL core and extension functionality is exposed via a
single header file. GLEW currently supports a variety of platforms and
operating systems, including Windows, Linux, Darwin, Irix, and Solaris.


%package -n %{develname}
Summary:	Development files for using the %{name} library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname %{name} 1.3 -d
Provides:	%mklibname %{name} 1.3 -d

%description -n	%{develname}
Development files for using the %{name} library.


%prep

%setup -q

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

perl -pi -e "s#-shared -soname#-shared -lc -soname#g" config/Makefile.linux

#fix txt/doc files permissions
chmod 0755 doc
chmod 0644 doc/* README.txt

%build
%make CFLAGS.EXTRA="%{optflags} -fPIC" GLEW_DEST= libdir=%{_libdir} bindir=%{_bindir} includedir=%{_includedir}

%install
make install.all GLEW_DEST="%{buildroot}%{_usr}" bindir=%{buildroot}%{_bindir} libdir=%{buildroot}%{_libdir} includedir=%{buildroot}%{_includedir}/GL
rm -f %{buildroot}%{_libdir}/*.a

chmod 0755 %{buildroot}%{_libdir}/*.so*

%files
%doc README.txt doc
%{_bindir}/*

%files -n %{libname}
%{_libdir}/libGLEW*.so.%{major}*

%files -n %{develname}
%{_includedir}/GL/*.h
%{_libdir}/libGLEW*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10.0-2
+ Revision: 496f90d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16485 |14mr|glfw-2.7.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define major	%(echo %{version}|cut -d. -f1,1)
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d

Summary:	An OpenGL Framework
Name:		glfw
Version:	2.7.8
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://glfw.sourceforge.net/
Source0:	http://ovh.dl.sourceforge.net/sourceforge/glfw/%{name}-%{version}.tar.bz2
Patch0:		glfw-2.6-installdir.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(xrandr)

%description
GLFW is a portable framework for OpenGL application development.
It handles operating system specific tasks, such OpenGL window management,
keyboard, mouse and joystick input, reding a high precision timer,
creating threads, and more.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for gupnp
Group:		System/Libraries

%description -n %{libname}
GLFW is a portable framework for OpenGL application development.
It handles operating system specific tasks, such OpenGL window management,
keyboard, mouse and joystick input, reding a high precision timer,
creating threads, and more.

This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libglfw.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name} < 2.7.8
Conflicts:	%{name} < 2.7.8

%description -n %{devname}
This package contains the development filescw for %{name}.

%files -n %{devname}
%doc docs/* COPYING.txt readme.html
%{_libdir}/libglfw.so
%{_includedir}/*
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
sh ./compile.sh

%make x11 CC=gcc %{ldflags} SOFLAGS="-shared -Wl,-soname,libglfw.so.%{major}"

%install
make x11-install DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBDIR=%{_libdir}

# this is copied from opensuse
install -D -m0755 lib/x11/libglfw.so %{buildroot}%{_libdir}/libglfw.so.%{version}
ln -s libglfw.so.%{version} %{buildroot}%{_libdir}/libglfw.so.%{major}
ln -s libglfw.so.%{version} %{buildroot}%{_libdir}/libglfw.so

# remove static lib
rm -f %{buildroot}%{_libdir}/libglfw.a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7.8-2
+ Revision: 7f90204
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16486 |14mr|glib-1.2.10-28
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	1.2
%define major	0
%define libname		%mklibname %{name} %{api} %{major}
%define libgmodule	%mklibname gmodule %{api} %{major}
%define libgthread	%mklibname gthread %{api} %{major}
%define devname		%mklibname %{name} -d %{api}

Summary:	A library of handy utility functions
Name:		glib
Version:	1.2.10
Release:	28
License:	LGPLv2.1
Group:		System/Libraries
Url:		http://www.gtk.org
Source0:	ftp://ftp.gtk.org/pub/gtk/v%{api}/%{name}-%{version}.tar.gz
# (fc) 1.2.10-3mdk Suppress warnings about varargs macros for -pedantic (Rawhide)
Patch0:		glib-1.2.10-isowarning.patch
# (fc) 1.2.10-5mdk don't set -L/usr/lib in glib-config
Patch1:		glib-1.2.10-libdir.patch
# (fc) 1.2.10-12mdk fix build with gcc 3.4 (Fedora)
Patch2:		glib-1.2.10-gcc34.patch
# (fc) 1.2.10-13mdk fix underquoted m4 definitions
Patch3:		glib-1.2.10-underquoted.patch
# (gb) 1.2.10-14mdk build static glib library with PIC as pam modules need it
Patch4:		glib-1.2.10-pic.patch
# (gb) 1.2.10-17mdv use ancient libtool 1.4 with lib64 fixes
Patch5:		glib-1.2.10-libtool.patch
# (Anssi 05/2008) Fix underlinking
Patch6:		glib-1.2.10-underlinking.patch
Patch7:		glib-1.2.10-format_not_a_string_literal_and_no_format_arguments.diff
Patch8:		glib_divert.patch
Patch9:		glib-fix-automake.patch
Patch10:	glib-1.2.10-automake-1.13.patch
BuildRequires:	libtool

%description
Glib is a handy library of utility functions. This C
library is designed to solve some portability problems
and provide other useful functionality which most
programs require.

Glib is used by GDK, GTK+ and many applications.
You should install Glib because many of your applications
will depend on this library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for glib
Group:		System/Libraries
Provides:	glib = %{version}-%{release}
Conflicts:	%{_lib}glib1.2 < 1.2.10-27
Obsoletes:	%{_lib}glib1.2 < 1.2.10-27

%description -n %{libname}
This package contains a library needed to run programs dynamically
linked with the glib.

%files -n %{libname}
%{_libdir}/libglib-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgmodule}
Summary:	Main library for glib
Group:		System/Libraries
Conflicts:	%{_lib}glib1.2 < 1.2.10-27

%description -n %{libgmodule}
This package contains a library needed to run programs dynamically
linked with the glib.

%files -n %{libgmodule}
%{_libdir}/libgmodule-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgthread}
Summary:	Main library for glib
Group:		System/Libraries
Conflicts:	%{_lib}glib1.2 < 1.2.10-27

%description -n %{libgthread}
This package contains a library needed to run programs dynamically
linked with the glib.

%files -n %{libgthread}
%{_libdir}/libgthread-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	GIMP Toolkit and GIMP Drawing Kit support library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libgmodule} = %{EVRD}
Requires:	%{libgthread} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}glib1.2-devel < 1.2.10-27
Obsoletes:	%{_lib}glib1.2-devel < 1.2.10-27

%description -n %{devname}
Static libraries and header files for the support library for the GIMP's X
libraries, which are available as public libraries.  GLIB includes generally
useful data structures.

%files -n %{devname}
%doc AUTHORS ChangeLog NEWS README COPYING docs/*.html
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_libdir}/glib
%{_includedir}/*
%{_mandir}/man1/*
%{_datadir}/aclocal/*
%{_bindir}/*
%{_infodir}/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
aclocal
libtoolize --install --force
rm -f config.{guess,sub}
automake --foreign -a -c
autoconf

%configure2_5x --disable-static
%make

%install
%makeinstall_std

chmod +x %{buildroot}%{_libdir}/*.so.*

%check
make check

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.10-28
+ Revision: e0547c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16487 |14mr|glib2.0-2.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#gw this was required since 2.23.2 (new atomic OPs?)
%if %{_use_internal_dependency_generator}
%define __noautoreq 'GLIBC_PRIVATE'
%else
%define _requires_exceptions GLIBC_PRIVATE
%endif

%define enable_gtkdoc	0

# gw bootstrap: fam pulls glib2, so build without fam
%define bootstrap 0

# Note that this is NOT a relocatable package
%define api	2.0
%define major	0
%define libname		%mklibname %{name}_ %{major}
%define libgio		%mklibname gio %{api} %{major}
%define libgmodule	%mklibname gmodule %{api} %{major}
%define libgthread	%mklibname gthread %{api} %{major}
%define libgobject	%mklibname gobject %{api} %{major}
%define develname	%mklibname -d %{name}
%if %{_lib} == lib
%define	bit	32
%else
%define	bit	64
%endif
%define gio	gio2.0-%{bit}

Summary:	GIMP Toolkit and GIMP Drawing Kit support library
Name:		glib%{api}
Epoch:		1
Version:	2.40.0
Release:	4
Group:		System/Libraries
License:	LGPLv2+
Url:		http://www.gtk.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/glib/2.40/glib-%{version}.tar.xz
Source1:	glib20.sh
Source2:	glib20.csh
Patch0:		glib-2.34.1-no-warnings.patch
BuildRequires:	gettext
BuildRequires:	libtool >= 1.4.2-2
BuildRequires:	locales-en
BuildRequires:	docbook-dtd412-xml
BuildRequires:	docbook-xsl, xsltproc
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(libpcre) >= 8.11
Requires:	pkgconfig(shared-mime-info) >= 0.70
BuildRequires:	pkgconfig(zlib)
%if !%{bootstrap}
BuildRequires:	pkgconfig(gamin)
%endif
%if %{enable_gtkdoc}
BuildRequires:	pkgconfig(gtk-doc) >= 0.10
%endif

%description
Glib is a handy library of utility functions. This C
library is designed to solve some portability problems
and provide other useful functionality which most
programs require.

Glib is used by GDK, GTK+ and many applications.
You should install Glib because many of your applications
will depend on this library.

%package common
Summary:	data files used by glib
Group:		System/Libraries
Conflicts:	gio2.0_0 < 2.28.4-2

%description common
Glib is a handy library of utility functions. This C
library is designed to solve some portability problems
and provide other useful functionality which most
programs require.

Glib is used by GDK, GTK+ and many applications.
You should install Glib because many of your applications
will depend on this library.

This package contains data used by glib library.

%package -n %{libname}
Summary:	%{summary}
Group:		%{group}
Provides:	glib2 = %{EVRD}
Conflicts:	%{_lib}gio2.0_0 < 2.28.4-2
Conflicts:	%{develname} < 1:2.31.2

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libglib.

%package -n %{libgio}
Summary:	%{summary}
Group:		%{group}
Conflicts:	%{libname} < 1:2.31.2

%description -n %{libgio}
This package contains the library needed to run programs dynamically
linked with libgio.

%package -n %{libgmodule}
Summary:	%{summary}
Group:		%{group}
Conflicts:	%{libname} < 1:2.31.2

%description -n %{libgmodule}
This package contains the library needed to run programs dynamically
linked with libgmodule.

%package -n %{libgobject}
Summary:	%{summary}
Group:		%{group}
Conflicts:	%{libname} < 1:2.31.2

%description -n %{libgobject}
This package contains the library needed to run programs dynamically
linked with libgobject.

%package -n %{libgthread}
Summary:	%{summary}
Group:		%{group}
Conflicts:	%{libname} < 1:2.31.2

%description -n %{libgthread}
This package contains the library needed to run programs dynamically
linked with libgthread.

%package -n %{gio}
Summary:	GIO is the input, output and streaming API of glib
Group:		%{group}
Conflicts:	%{name}-common < 2.23.4-2mdv2010.1
Provides:	gio2.0
Obsoletes:	%{libgio} < 2.28.4-3

%description -n %{gio}
GIO is the input, output and streaming API of glib. It on the one hand
provides a set of various streaming classes to access data from different
sources in a convenient way and on the other hand it provides a high level
file system abstraction to access file and directories not only local but also
on the network. For the latter you need to install gvfs.

%package -n %{develname}
Summary:	Static libraries and header files of %{name}
Group:		Development/C
Requires:	glib-gettextize = %{EVRD}
Requires:	%{name}-common = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libgio} = %{EVRD}
Requires:	%{libgmodule} = %{EVRD}
Requires:	%{libgobject} = %{EVRD}
Requires:	%{libgthread} = %{EVRD}
Provides:	glib2-devel = %{EVRD}
Provides:	libglib2-devel = %{EVRD}
Provides:	libglib2.0-devel = %{EVRD}
#gw for %{_datadir}/glib-%{api}/gdb
Conflicts:	glib-gettextize < 2.25.3
Obsoletes:	%{_lib}glib2.0_0-codegen < 2.32.3-4

%description -n %{develname}
Static libraries and header files for the support library for the GIMP's X
libraries, which are available as public libraries.  GLIB includes generally
useful data structures.

%package -n glib-gettextize
Summary:	Gettextize replacement
Group:		Development/Other

%description -n glib-gettextize
%{name} package is designed to replace gettextize completely.
Various gettext related files are modified in glib and gtk+ to
allow better and more flexible i18n; however gettextize overwrites
them with its own copy of files, thus nullifying the changes.
If this replacement of gettextize is run instead, then all gnome
packages can potentially benefict from the changes.

%prep
%setup -qn glib-%{version}
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--with-pcre=system \
	--enable-man \
	--disable-static \
	--disable-selinux \
	--with-runtime-libdir=../../%{_lib} \
%if !%{enable_gtkdoc}
	--enable-gtk-doc=no
%endif

%make

%check
#gw http://bugzilla.gnome.org/show_bug.cgi?id=440544
#make check

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/profile.d
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/50glib20.sh
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/50glib20.csh
%find_lang glib20

# remove files
find %{buildroot} -name "*.la" -delete
rm -f %{buildroot}%{_libdir}/gio/modules/lib*a

mv %{buildroot}%{_bindir}/gio-querymodules %{buildroot}%{_bindir}/gio-querymodules-%{bit}
mv %{buildroot}%{_mandir}/man1/gio-querymodules.1 %{buildroot}%{_mandir}/man1/gio-querymodules-%{bit}.1

#ghost files
touch %{buildroot}%{_libdir}/gio/modules/giomodule.cache \
      %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled

#gw at the moment, don't ship these:
rm -f %{buildroot}%{_datadir}/systemtap/tapset/{glib,gobject}.stp

%post -n %{gio}
%{_bindir}/gio-querymodules-%{bit} %{_libdir}/gio/modules

%triggerin -n %{gio} -- %{_libdir}/gio/modules/*.so
%{_bindir}/gio-querymodules-%{bit} %{_libdir}/gio/modules

%triggerpostun -n %{gio} -- %{_libdir}/gio/modules/*.so
%{_bindir}/gio-querymodules-%{bit} %{_libdir}/gio/modules

%post common
%{_bindir}/glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas/

%triggerin common -- %{_datadir}/glib-2.0/schemas/*.xml
%{_bindir}/glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas/

%triggerpostun common -- %{_datadir}/glib-2.0/schemas/*.xml
%{_bindir}/glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas/

%files common -f glib20.lang
%doc README
%config(noreplace) %{_sysconfdir}/profile.d/*
%{_datadir}/bash-completion/completions/gdbus
%{_datadir}/bash-completion/completions/gsettings
%{_datadir}/bash-completion/completions/gapplication
%{_bindir}/gdbus
%{_bindir}/glib-compile-schemas
%{_bindir}/gsettings
%{_bindir}/gapplication
%{_mandir}/man1/glib-compile-schemas.1*
%{_mandir}/man1/gsettings.1*
%{_mandir}/man1/gdbus.1*
%{_mandir}/man1/gapplication.1.xz
%dir %{_datadir}/glib-2.0/
%dir %{_datadir}/glib-2.0/schemas/
%{_datadir}/glib-2.0/schemas/gschema.dtd
%ghost %{_datadir}/glib-2.0/schemas/gschemas.compiled

%files -n %{libgio}
/%{_lib}/libgio-%{api}.so.%{major}*

%files -n %{libname}
/%{_lib}/libglib-%{api}.so.%{major}*

%files -n %{libgmodule}
/%{_lib}/libgmodule-%{api}.so.%{major}*

%files -n %{libgthread}
/%{_lib}/libgthread-%{api}.so.%{major}*

%files -n %{libgobject}
/%{_lib}/libgobject-%{api}.so.%{major}*

%files -n %{gio}
%{_bindir}/gio-querymodules-%{bit}
%{_mandir}/man1/gio-querymodules-%{bit}.1*
%if !%{bootstrap}
%dir %{_libdir}/gio/
%dir %{_libdir}/gio/modules/
%{_libdir}/gio/modules/libgiofam.so
%endif
%ghost %{_libdir}/gio/modules/giomodule.cache

%files -n %{develname}
%doc AUTHORS ChangeLog NEWS
%doc %{_datadir}/gtk-doc/html/*
%{_libdir}/lib*.so
%{_libdir}/glib-%{api}/include/
#%{_libdir}/gdbus-%{api}/codegen/
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_mandir}/man1/glib-genmarshal.1*
%{_mandir}/man1/glib-mkenums.1*
%{_mandir}/man1/gobject-query.1*
%{_mandir}/man1/gtester-report.1*
%{_mandir}/man1/gtester.1*
%{_datadir}/aclocal/glib-%{api}.m4
%{_datadir}/aclocal/gsettings.m4
%{_bindir}/glib-genmarshal
%{_bindir}/glib-mkenums
%{_bindir}/gobject-query
%{_bindir}/gtester*
%{_datadir}/gdb/auto-load/%{_lib}/lib*-gdb.py
%{_datadir}/glib-%{api}/gdb/
%{_datadir}/glib-%{api}/codegen
%{_datadir}/bash-completion/completions/gresource
%{_bindir}/gdbus-codegen
%{_bindir}/glib-compile-resources
%{_bindir}/gresource
%{_mandir}/man1/gdbus-codegen.1*
%{_mandir}/man1/glib-compile-resources.1*
%{_mandir}/man1/gresource.1*

%files -n glib-gettextize
%{_bindir}/glib-gettextize
%{_mandir}/man1/glib-gettextize.1*
%{_datadir}/aclocal/glib-gettext.m4
%{_datadir}/glib-%{api}/gettext/

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16488 |14mr|glibc-2.19-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	checklist	%{_builddir}/%{name}-%{version}/Check.list

# crypt blowfish support
%define crypt_bf_ver	1.2

%define _slibdir	/%{_lib}
%define _slibdir32	/lib
%define _libdir32	%{_prefix}/lib

%define	major		6
%define	libc		%mklibname c %{major}
%define	devname		%mklibname -d c
%define	statname	%mklibname -d -s c
%define	multilibc	libc%{major}

%define	_disable_ld_no_undefined	1
%undefine _fortify_cflags

%ifarch %{arm}
%define _gnu		-gnueabi
%endif

# Define Xen arches to build with -mno-tls-direct-seg-refs
%define xenarches	%{ix86}

# Define to build nscd with selinux support
%bcond_with selinux

# Allow make check to fail only when running kernels where we know
# tests must pass (no missing features or bugs in the kernel)
%define check_min_kver 2.6.21

# Define to build a biarch package
%define build_multiarch	0
%ifarch x86_64
%define build_multiarch	1
%endif

%bcond_without nscd
%bcond_without i18ndata
%bcond_with timezone
%bcond_without nsscrypt
%bcond_without locales

%ifarch %{ix86} x86_64
%bcond_without systap
%else
%bcond_with systap
%endif

# build documentation by default
%bcond_without		doc
%bcond_with		pdf
# enable utils by default
%bcond_without		utils

#-----------------------------------------------------------------------
Summary:	The GNU libc libraries
Name:		glibc
Epoch:		6
Version:	2.19
Release:	8
License:	LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
Group:		System/Libraries
Url:		http://www.eglibc.org/
Source0:	http://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz
Source1:	http://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz.sig

# From Fedora
Source2:	glibc_post_upgrade.c
Source3:	glibc-manpages.tar.bz2
Source5:	glibc-check.sh
Source6:	nscd.service
Source7:	nscd.socket
Source10:	libc-lock.h

# Locales
Source20:	Makefile.locales

# Blowfish support
Source50:	http://www.openwall.com/crypt/crypt_blowfish-%{crypt_bf_ver}.tar.gz
Source51:	http://www.openwall.com/crypt/crypt_blowfish-%{crypt_bf_ver}.tar.gz.sign
Source52:	http://cvsweb.openwall.com/cgi/cvsweb.cgi/~checkout~/Owl/packages/glibc/crypt_freesec.c
Source53:	http://cvsweb.openwall.com/cgi/cvsweb.cgi/~checkout~/Owl/packages/glibc/crypt_freesec.h

Source100:	%{name}.rpmlintrc

Source1000:	locale-pkg
Source1001:	locale_install.sh
Source1002:	locale_uninstall.sh
Source1003:	locales.sysconfig
Source1004:	locales-hardlink.pl
Source1005:	locales-softlink.pl

#-----------------------------------------------------------------------
# fedora patches
#
# Patches that are highly unlikely to ever be accepated upstream.
#

# Configuration twiddle, not sure there's a good case to get upstream to
# change this.
Patch0: 	glibc-fedora-nscd.patch

# Build info files in the source tree, then move to the build
# tree so that they're identical for multilib builds
Patch4:		glibc-rh825061.patch

# Horrible hack, never to be upstreamed.  Can go away once the world
# has been rebuilt to use the new ld.so path.
Patch5:		glibc-arm-hardfloat-3.patch

# Needs to be sent upstream
Patch6:		glibc-rh697421.patch

# Needs to be sent upstream
Patch10:	glibc-rh841318.patch

# All these were from the glibc-fedora.patch mega-patch and need another
# round of reviewing.  Ideally they'll either be submitted upstream or
# dropped.

Patch11:	glibc-fedora-uname-getrlimit.patch
Patch12:	glibc-fedora-__libc_multiple_libcs.patch
Patch14:	glibc-fedora-elf-ORIGIN.patch
Patch15:	glibc-fedora-elf-init-hidden_undef.patch
Patch16:	glibc-fedora-elf-rh737223.patch
Patch18:	eglibc-fedora-test-debug-gnuc-hack.patch
Patch20:	glibc-fedora-getrlimit-PLT.patch
Patch21:	glibc-fedora-i386-tls-direct-seg-refs.patch
Patch22:	eglibc-fedora-pt_chown.patch
Patch23:	glibc-fedora-include-bits-ldbl.patch
Patch24:	glibc-fedora-ldd.patch
Patch25:	glibc-fedora-linux-tcsetattr.patch
Patch26:	eglibc-fedora-locale-euro.patch
Patch27:	eglibc-fedora-localedata-locales-fixes.patch
# We disagree with
#		glibc-fedora-streams-rh436349.patch
# Therefore we don't package/apply it.
Patch29:	glibc-fedora-localedata-rh61908.patch
Patch30:	glibc-fedora-localedef.patch
Patch31:	glibc-fedora-locarchive.patch
Patch32:	glibc-fedora-manual-dircategory.patch
Patch33:	glibc-fedora-nis-rh188246.patch
Patch34:	glibc-fedora-nptl-linklibc.patch
Patch35:	glibc-fedora-ppc-unwind.patch
Patch37:	eglibc-fedora-strict-aliasing.patch

#
# Patches from upstream
#

#
# Patches submitted, but not yet approved upstream.
# Each should be associated with a BZ.
# Obviously we're not there right now, but that's the goal
#

Patch38:	glibc-rh757881.patch
Patch40:	glibc-rh741105.patch
# Upstream BZ 13818
Patch49:	glibc-rh800224.patch
# Upstream BZ 14247
Patch50:	glibc-rh827510.patch
# Upstream BZ 14185
Patch54:	glibc-rh819430.patch
Patch55:	glibc-rh911307.patch
Patch51:	glibc-rh952799.patch

#-----------------------------------------------------------------------
# mandriva patches
Patch56:	eglibc-mandriva-localedef-archive-follow-symlinks.patch
Patch57:	eglibc-mandriva-fix-dns-with-broken-routers.patch
Patch58:	eglibc-mandriva-nss-upgrade.patch
Patch59:	eglibc-mandriva-share-locale.patch
Patch60:	eglibc-mandriva-nsswitch.conf.patch
Patch61:	eglibc-mandriva-xterm-xvt.patch
Patch62:	eglibc-mandriva-nscd-enable.patch
Patch63:	eglibc-mandriva-nscd-no-host-cache.patch
Patch64:	eglibc-mandriva-i386-hwcapinfo.patch
Patch65:	eglibc-mandriva-nscd-init-should-start.patch
Patch66:	eglibc-mandriva-timezone.patch
Patch67:	eglibc-mandriva-biarch-cpp-defines.patch
Patch68:	eglibc-mandriva-ENOTTY-fr-translation.patch
Patch69:	eglibc-mandriva-biarch-utils.patch
Patch70:	eglibc-mandriva-multiarch.patch
Patch71:	eglibc-mandriva-i586-hptiming.patch
Patch72:	eglibc-mandriva-i586-if-no-cmov.patch
Patch73:	eglibc-mandriva-pt_BR-i18nfixes.patch
Patch74:	eglibc-mandriva-testsuite-ldbl-bits.patch
Patch75:	eglibc-mandriva-testsuite-rt-notparallel.patch

# https://bugzilla.redhat.com/show_bug.cgi?id=638477#c275
# https://bugzilla.redhat.com/show_bug.cgi?id=696096
# https://bugzilla.redhat.com/attachment.cgi?id=491198
Patch77:	eglibc-mandriva-fix-for-new-memcpy-behavior.patch
Patch79:	eglibc-mandriva-no-leaf-attribute.patch
Patch80:	eglibc-mandriva-string-format-fixes.patch
Patch81:	eglibc-mandriva-mdv-avx-owl-crypt.patch
Patch82:	eglibc-mandriva-mdv-owl-crypt_freesec.patch
Patch83:	eglibc-mandriva-avx-relocate_fcrypt.patch
Patch84:	eglibc-mandriva-avx-increase_BF_FRAME.patch
Patch85:	eglibc-mandriva-mdv-wrapper_handle_sha.patch
# Reverts a part of eglibc-fedora-uname-getrlimit.patch that breaks the build
Patch86:	nptl-getrlimit-compile.patch
Patch87:	eglibc-2.17-bo-locale-buildfix.patch
# http://sourceware.org/bugzilla/show_bug.cgi?id=14995
# http://sourceware.org/bugzilla/attachment.cgi?id=6795
Patch88:	glibc-2.17-gold.patch
# Crypt-blowfish patches
Patch100:	crypt_blowfish-arm.patch

BuildRequires:	autoconf2.5
BuildRequires:	gettext
BuildRequires:	kernel-headers
BuildRequires:	patch
BuildRequires:	perl
BuildRequires:	cap-devel
%if %{with selinux}
BuildRequires:	libselinux-devel >= 1.17.10
%endif
BuildRequires:	texinfo
%if %{with pdf}
BuildRequires:	texlive
%endif
%if %{with utils}
BuildRequires:	gd-devel
%endif
%if %{with systap}
BuildRequires:	systemtap-devel
%endif
%if %{with nsscrypt}
BuildRequires:	nss-devel >= 3.15.1-2
%endif
# we'll be the only package requiring this, avoiding any other package
# dependencies on '/bin/sh' or 'bash'
Requires:	bash
# Requires:	filesystem
%ifarch %{xenarches}
%rename		%{name}-xen
%endif
# The dynamic linker supports DT_GNU_HASH
Provides:	rtld(GNU_HASH)
Provides:	glibc-crypt_blowfish = %{crypt_bf_ver}
Provides:	eglibc-crypt_blowfish = %{crypt_bf_ver}
Provides:	should-restart = system
Obsoletes:	glibc-profile
# Old prelink versions breaks the system with glibc 2.11
Conflicts:	prelink < 1:0.4.2-1.20091104.1mdv2010.1
# Determine minimum kernel versions (rhbz#619538)
%define		enablekernel 2.6.32
Conflicts:	kernel < %{enablekernel}

# Don't try to explicitly provide GLIBC_PRIVATE versioned libraries
%define _filter_GLIBC_PRIVATE 1

Obsoletes:	ld.so
Provides:	ld.so

%rename		ldconfig
Provides:	/sbin/ldconfig
Obsoletes:	nss_db

%description
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.

# %post
# %{_sbindir}/glibc_post_upgrade

%files -f libc.lang
%if %{with timezone}
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/localtime
%endif
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/nsswitch.conf
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/ld.so.conf
%dir %{_sysconfdir}/ld.so.conf.d
%config(noreplace) %{_sysconfdir}/rpc
%doc %dir %{_docdir}/glibc
%doc %{_docdir}/glibc/nss
%doc %{_docdir}/glibc/gai.conf
%doc %{_docdir}/glibc/COPYING
%doc %{_docdir}/glibc/COPYING.LIB
%{_mandir}/man1/*
%{_mandir}/man8/rpcinfo.8*
%{_mandir}/man8/ld.so*
%{_localedir}/locale.alias
/sbin/sln
%{_prefix}/libexec/getconf
%ifarch x86_64
%exclude %{_prefix}/libexec/getconf/POSIX_V6_ILP32_OFF32
%exclude %{_prefix}/libexec/getconf/POSIX_V6_ILP32_OFFBIG
%exclude %{_prefix}/libexec/getconf/POSIX_V7_ILP32_OFF32
%exclude %{_prefix}/libexec/getconf/POSIX_V7_ILP32_OFFBIG
%exclude %{_prefix}/libexec/getconf/XBS5_ILP32_OFF32
%exclude %{_prefix}/libexec/getconf/XBS5_ILP32_OFFBIG
%endif
%{_slibdir}/ld-%{version}.so
%ifarch %{ix86}
%{_slibdir}/ld-linux.so.2
%{_slibdir}/i686
%endif
%ifarch x86_64
%{_slibdir}/ld-linux-x86-64.so.2
%endif
%ifarch armv7l
%{_slibdir}/ld-linux.so.3
%endif
%ifarch armv7hl armv6j
%{_slibdir}/ld-linux-armhf.so.3
%endif
%ifarch aarch64
%{_slibdir}/ld-linux-aarch64.so.1
%{_slibdir32}/ld-linux-aarch64.so.1
%endif
%{_slibdir}/lib*-[.0-9]*.so
%{_slibdir}/lib*.so.[0-9]*
%{_slibdir}/libSegFault.so
%dir %{_libdir}/audit
%{_libdir}/audit/sotruss-lib.so
%dir %{_libdir}/gconv
%{_libdir}/gconv/*.so
%{_libdir}/gconv/gconv-modules
%ghost %{_libdir}/gconv/gconv-modules.cache
# %attr(4755,root,root) %{_prefix}/libexec/pt_chown
%{_bindir}/catchsegv
%{_bindir}/gencat
%{_bindir}/getconf
%{_bindir}/getent
%{_bindir}/iconv
%{_bindir}/ldd
%ifarch %{ix86}
%{_bindir}/lddlibc4
%endif
%{_bindir}/locale
%{_bindir}/localedef
%{_bindir}/makedb
%{_bindir}/pldd
%{_bindir}/sotruss
%{_bindir}/sprof
%{_bindir}/tzselect
%{_sbindir}/iconvconfig
%{_sbindir}/glibc_post_upgrade
/sbin/ldconfig
%{_mandir}/man8/ldconfig*
%ghost %{_sysconfdir}/ld.so.cache
%dir %{_var}/cache/ldconfig
%ghost %{_var}/cache/ldconfig/aux-cache
%{_var}/lib/rpm/filetriggers/ldconfig.*
%{_var}/db/Makefile

########################################################################
%if %{build_multiarch}
#-----------------------------------------------------------------------
%package -n	%{multilibc}
Summary:	The GNU libc libraries
Group:		System/Libraries
Conflicts:	glibc < 6:2.14.90-13

%post -n	%{multilibc}
    %{_sbindir}/iconvconfig %{_libdir32}/gconv -o %{_libdir32}/gconv/gconv-modules.cache

%description -n	%{multilibc}
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.

%files -n	%{multilibc}
%{_slibdir32}/ld-%{version}.so
%{_slibdir32}/ld-linux*.so.2
%{_slibdir32}/lib*-[.0-9]*.so
%{_slibdir32}/lib*.so.[0-9]*
%{_slibdir32}/libSegFault.so
%dir %{_libdir32}/audit
%{_libdir32}/audit/sotruss-lib.so
%{_libdir32}/gconv/*.so
%{_libdir32}/gconv/gconv-modules
%ghost %{_libdir32}/gconv/gconv-modules.cache
%{_prefix}/libexec/getconf/POSIX_V6_ILP32_OFF32
%{_prefix}/libexec/getconf/POSIX_V6_ILP32_OFFBIG
%{_prefix}/libexec/getconf/POSIX_V7_ILP32_OFF32
%{_prefix}/libexec/getconf/POSIX_V7_ILP32_OFFBIG
%{_prefix}/libexec/getconf/XBS5_ILP32_OFF32
%{_prefix}/libexec/getconf/XBS5_ILP32_OFFBIG
#-----------------------------------------------------------------------
# build_multiarch
%endif

#-----------------------------------------------------------------------
%package	devel
Summary:	Header and object files for development using standard C libraries
Group:		Development/C
Requires:	%{name} = %{EVRD}
%if %{build_multiarch}
Requires:	%{multilibc} = %{EVRD}
%endif
Requires:	kernel-headers
Provides:	glibc-crypt_blowfish-devel = %{crypt_bf_ver}
Provides:	eglibc-crypt_blowfish-devel = %{crypt_bf_ver}
%rename		glibc-doc
%if %{with pdf}
%rename		glibc-doc-pdf
%endif

%description	devel
The glibc-devel package contains the header and object files necessary
for developing programs which use the standard C libraries (which are
used by nearly all programs).  If you are developing programs which
will use the standard C libraries, your system needs to have these
standard header and object files available in order to create the
executables.

%files		devel
%{_mandir}/man3/*
%{_infodir}/libc.info*
%doc %{_docdir}/glibc/*
%exclude %{_docdir}/glibc/nss
%exclude %{_docdir}/glibc/gai.conf
%exclude %{_docdir}/glibc/COPYING
%exclude %{_docdir}/glibc/COPYING.LIB
%{_includedir}/*
%{_libdir}/*.o
%{_libdir}/*.so
%{_libdir}/libc_nonshared.a
%{_libdir}/libg.a
%{_libdir}/libieee.a
%{_libdir}/libmcheck.a
%{_libdir}/libpthread_nonshared.a
%{_libdir}/librpcsvc.a
%if %{build_multiarch}
%{_libdir32}/*.o
%{_libdir32}/*.so
%{_libdir32}/libc_nonshared.a
%{_libdir32}/libg.a
%{_libdir32}/libieee.a
%{_libdir32}/libmcheck.a
%{_libdir32}/libpthread_nonshared.a
%{_libdir32}/librpcsvc.a
%endif

#-----------------------------------------------------------------------
%package	static-devel
Summary:	Static libraries for GNU C library
Group:		Development/C
Requires:	%{name}-devel = %{EVRD}

%description	static-devel
The glibc-static-devel package contains the static libraries necessary
for developing programs which use the standard C libraries. Install
glibc-static-devel if you need to statically link your program or
library.

%files		static-devel
%{_libdir}/libBrokenLocale.a
%{_libdir}/libanl.a
%{_libdir}/libc.a
%{_libdir}/libcrypt.a
%{_libdir}/libdl.a
%{_libdir}/libm.a
%{_libdir}/libnsl.a
%{_libdir}/libpthread.a
%{_libdir}/libresolv.a
%{_libdir}/librt.a
%{_libdir}/libutil.a
%if %{build_multiarch}
%{_libdir32}/libBrokenLocale.a
%{_libdir32}/libanl.a
%{_libdir32}/libc.a
%{_libdir32}/libcrypt.a
%{_libdir32}/libdl.a
%{_libdir32}/libm.a
%{_libdir32}/libnsl.a
%{_libdir32}/libpthread.a
%{_libdir32}/libresolv.a
%{_libdir32}/librt.a
%{_libdir32}/libutil.a
%endif

########################################################################
%if %{with nscd}
#-----------------------------------------------------------------------
%package -n	nscd
Summary:	A Name Service Caching Daemon (nscd)
Group:		System/Servers
Conflicts:	kernel < 2.2.0
Requires(post):	systemd
Requires(pre):	rpm-helper
Requires(preun):rpm-helper
Requires(post):	rpm-helper
Requires(postun):rpm-helper

%description -n	nscd
Nscd caches name service lookups and can dramatically improve
performance with NIS+, and may help with DNS as well.

%pre -n nscd
    %_pre_useradd nscd / /sbin/nologin

%post -n nscd
    %_post_service nscd

%preun -n nscd
    %_preun_service nscd

%postun -n nscd
    %_postun_userdel nscd
    if [ "$1" -ge "1" ]; then
	systemctl condrestart nscd > /dev/null 2>&1 || :
    fi

%files -n 	nscd
%config(noreplace) %{_sysconfdir}/nscd.conf
%{_unitdir}/nscd.service
%{_unitdir}/nscd.socket
%{_sbindir}/nscd
/var/db/nscd
#-----------------------------------------------------------------------
# with nscd
%endif

########################################################################
%if %{with utils}
#-----------------------------------------------------------------------
%package	utils
Summary:	Development utilities from GNU C library
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description	utils
The glibc-utils package contains memusage, a memory usage profiler,
mtrace, a memory leak tracer and xtrace, a function call tracer which
can be helpful during program debugging.

If unsure if you need this, don't install this package.

%files		utils
%{_bindir}/memusage
%{_bindir}/memusagestat
%{_bindir}/mtrace
%{_bindir}/pcprofiledump
%{_bindir}/xtrace
%{_slibdir}/libmemusage.so
%{_slibdir}/libpcprofile.so
%if %{build_multiarch}
%{_slibdir32}/libmemusage.so
%{_slibdir32}/libpcprofile.so
%endif
#-----------------------------------------------------------------------
# with utils
%endif

########################################################################
%if %{with i18ndata}
#-----------------------------------------------------------------------
%package	i18ndata
Summary:	Database sources for 'locale'
Group:		System/Libraries
%rename		glibc-localedata

%description	i18ndata
This package contains the data needed to build the locale data files
to use the internationalization features of the GNU libc.

%files		i18ndata
%dir %{_datadir}/i18n
%dir %{_datadir}/i18n/charmaps
%{_datadir}/i18n/charmaps/*
%dir %{_datadir}/i18n/locales
%{_datadir}/i18n/locales/*
%{_datadir}/i18n/SUPPORTED
#-----------------------------------------------------------------------
# with i18ndata
%endif

########################################################################
%if %{with timezone}
#-----------------------------------------------------------------------
%package -n	timezone
Summary:	Time zone descriptions
Group:		System/Base
Obsoletes:	zoneinfo

%description -n	timezone
These are configuration files that describe possible time zones.

%files -n	timezone
%{_sbindir}/zdump
%{_sbindir}/zic
%{_mandir}/man1/zdump.1*
%{_datadir}/zoneinfo
#-----------------------------------------------------------------------
# with timezone
%endif

########################################################################

%if ! %{without locales}
%package -n locales
Summary:	Base files for localization
Group:		System/Internationalization

%description -n locales
These are the base files for language localization.

You also need to install the specific locales-?? for the language(s) you want.
Then the user need to set the LANG variable to their preferred language in
their ~/.profile configuration file.

%files -n locales
%{_bindir}/locale_install.sh
%{_bindir}/locale_uninstall.sh
%config(noreplace) %{_sysconfdir}/sysconfig/locales
%dir %{_datadir}/locale
%dir %{_prefix}/lib/locale
%ghost %{_prefix}/lib/locale/locale-archive
%{_datadir}/locale/ISO*
%{_datadir}/locale/CP*
%{_datadir}/locale/UTF*
%{_datadir}/locale/KOI*

%post -n locales
%{_bindir}/locale_install.sh "ENCODINGS"

%preun -n locales
%{_bindir}/locale_uninstall.sh "ENCODINGS"

# Locale specifc packages
%{expand:%(sh %{SOURCE1000} Afar aa aa_DJ aa_ER aa_ET)}
%{expand:%(sh %{SOURCE1000} Afrikaans af af_ZA)}
%{expand:%(sh %{SOURCE1000} Amharic am am_ET byn_ER gez_ER gez_ET om_ET om_KE sid_ET ti_ER ti_ET tig_ER wal_ET)}
%{expand:%(sh %{SOURCE1000} Akan ak ak_GH)}
%{expand:%(sh %{SOURCE1000} Angika anp anp_IN)}
%{expand:%(sh %{SOURCE1000} Arabic ar ar_AE ar_BH ar_DZ ar_EG ar_IN ar_IQ ar_JO ar_KW ar_LB ar_LY ar_MA ar_OM ar_QA ar_SA ar_SD ar_SS ar_SY ar_TN ar_YE)}
%{expand:%(sh %{SOURCE1000} Assamese as as_IN)}
%{expand:%(sh %{SOURCE1000} Asturian ast ast_ES)}
%{expand:%(sh %{SOURCE1000} Aymara ayc ayc_PE)}
%{expand:%(sh %{SOURCE1000} Azeri az az_AZ)}
%{expand:%(sh %{SOURCE1000} Belarusian be be_BY)}
%{expand:%(sh %{SOURCE1000} Bemba bem bem_ZM)}
%{expand:%(sh %{SOURCE1000} Berber ber ber_DZ ber_MA)}
%{expand:%(sh %{SOURCE1000} Bulgarian bg bg_BG)}
%{expand:%(sh %{SOURCE1000} Bengali bn bn_BD bn_IN)}
%{expand:%(sh %{SOURCE1000} Tibetan bo bo_CN bo_IN)}
%{expand:%(sh %{SOURCE1000} Breton br br_FR)}
%{expand:%(sh %{SOURCE1000} Bosnian bs bs_BA)}
%{expand:%(sh %{SOURCE1000} Catalan ca ca_AD ca_ES ca_FR ca_IT)}
%{expand:%(sh %{SOURCE1000} "Crimean Tatar" crh crh_UA)}
%{expand:%(sh %{SOURCE1000} Czech cs cs_CZ)}
%{expand:%(sh %{SOURCE1000} Chuvash cv cv_RU)}
%{expand:%(sh %{SOURCE1000} Welsh cy cy_GB)}
%{expand:%(sh %{SOURCE1000} Danish da da_DK)}
%{expand:%(sh %{SOURCE1000} German de de_AT de_BE de_CH de_DE de_LU)}
%{expand:%(sh %{SOURCE1000} Dogri doi doi_IN)}
%{expand:%(sh %{SOURCE1000} Dhivehi dv dv_MV)}
%{expand:%(sh %{SOURCE1000} Dzongkha dz dz_BT)}
%{expand:%(sh %{SOURCE1000} Greek el r:gr el_CY el_GR)}
%{expand:%(sh %{SOURCE1000} English en en_AG en_AU en_BW en_CA en_DK en_GB en_HK en_IE en_IN en_NG en_NZ en_PH en_SG en_US en_ZA en_ZM en_ZW)}
%{expand:%(sh %{SOURCE1000} Esperanto eo eo_XX)}
# Potentially unhandled: es@tradicional?, an = Aragonese
%{expand:%(sh %{SOURCE1000} Spanish es an_ES es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE)}
%{expand:%(sh %{SOURCE1000} Estonian et et_EE)}
%{expand:%(sh %{SOURCE1000} Basque eu eu_ES)}
%{expand:%(sh %{SOURCE1000} Farsi fa fa_IR)}
%{expand:%(sh %{SOURCE1000} Finnish fi fi_FI)}
%{expand:%(sh %{SOURCE1000} Fulah ff ff_SN)}
%{expand:%(sh %{SOURCE1000} Faroese fo fo_FO)}
%{expand:%(sh %{SOURCE1000} French fr fr_BE fr_CA fr_CH fr_FR fr_LU)}
%{expand:%(sh %{SOURCE1000} Friulan fur fur_IT)}
%{expand:%(sh %{SOURCE1000} Frisian fy fy_DE fy_NL)}
%{expand:%(sh %{SOURCE1000} Irish ga ga_IE)}
%{expand:%(sh %{SOURCE1000} "Scottish Gaelic" gd gd_GB)}
%{expand:%(sh %{SOURCE1000} Galician gl gl_ES)}
%{expand:%(sh %{SOURCE1000} Gujarati gu gu_IN)}
%{expand:%(sh %{SOURCE1000} "Manx Gaelic" gv gv_GB)}
%{expand:%(sh %{SOURCE1000} Hausa ha ha_NG)}
%{expand:%(sh %{SOURCE1000} Hebrew he he_IL iw_IL)}
%{expand:%(sh %{SOURCE1000} Hindi hi bho_IN brx_IN hi_IN ur_IN)}
%{expand:%(sh %{SOURCE1000} Chhattisgarhi hne hne_IN)}
%{expand:%(sh %{SOURCE1000} Croatian hr hr_HR)}
%{expand:%(sh %{SOURCE1000} "Upper Sorbian" hsb hsb_DE)}
%{expand:%(sh %{SOURCE1000} Breyol ht ht_HT)}
%{expand:%(sh %{SOURCE1000} Hungarian hu hu_HU)}
%{expand:%(sh %{SOURCE1000} Armenian hy hy_AM)}
%{expand:%(sh %{SOURCE1000} Interlingua ia ia_FR)}
%{expand:%(sh %{SOURCE1000} Indonesian id id_ID)}
%{expand:%(sh %{SOURCE1000} Igbo ig ig_NG)}
%{expand:%(sh %{SOURCE1000} Inupiaq ik ik_CA)}
%{expand:%(sh %{SOURCE1000} Icelandic is is_IS)}
%{expand:%(sh %{SOURCE1000} Italian it it_CH it_IT)}
%{expand:%(sh %{SOURCE1000} Inuktitut iu iu_CA)}
%{expand:%(sh %{SOURCE1000} Japanese ja ja ja_JP)}
%{expand:%(sh %{SOURCE1000} Georgian ka ka_GE)}
%{expand:%(sh %{SOURCE1000} Kazakh kk kk_KZ)}
%{expand:%(sh %{SOURCE1000} Greenlandic kl kl_GL)}
%{expand:%(sh %{SOURCE1000} Khmer km km_KH)}
%{expand:%(sh %{SOURCE1000} Kannada kn kn_IN)}
%{expand:%(sh %{SOURCE1000} Korean ko ko_KR)}
%{expand:%(sh %{SOURCE1000} Konkani kok kok_IN)}
%{expand:%(sh %{SOURCE1000} Kashmiri ks ks_IN ks_IN@devanagari)}
%{expand:%(sh %{SOURCE1000} Kurdish ku ku_TR)}
%{expand:%(sh %{SOURCE1000} Cornish kw kw_GB)}
%{expand:%(sh %{SOURCE1000} Kyrgyz ky ky_KG)}
%{expand:%(sh %{SOURCE1000} Luxembourgish lb lb_LU)}
%{expand:%(sh %{SOURCE1000} Luganda lg lg_UG)}
%{expand:%(sh %{SOURCE1000} Limburguish li li_BE li_NL)}
%{expand:%(sh %{SOURCE1000} Ligurian lij lij_IT)}
%{expand:%(sh %{SOURCE1000} Laotian lo lo_LA)}
%{expand:%(sh %{SOURCE1000} Lithuanian lt lt_LT)}
%{expand:%(sh %{SOURCE1000} Latvian lv lv_LV)}
%{expand:%(sh %{SOURCE1000} Magahi mag mag_IN)}
%{expand:%(sh %{SOURCE1000} Maithili mai mai_IN)}
%{expand:%(sh %{SOURCE1000} Malagasy mg mg_MG)}
%{expand:%(sh %{SOURCE1000} Mari mhr mhr_RU)}
%{expand:%(sh %{SOURCE1000} Maori mi mi_NZ)}
%{expand:%(sh %{SOURCE1000} Macedonian mk mk_MK)}
%{expand:%(sh %{SOURCE1000} Malayalam ml ml_IN)}
%{expand:%(sh %{SOURCE1000} Mongolian mn mn_MN)}
%{expand:%(sh %{SOURCE1000} Manipuri mni mni_IN)}
%{expand:%(sh %{SOURCE1000} Marathi mr mr_IN)}
%{expand:%(sh %{SOURCE1000} Malay ms ms_MY)}
%{expand:%(sh %{SOURCE1000} Maltese mt mt_MT)}
%{expand:%(sh %{SOURCE1000} Burmese my my_MM)}
%{expand:%(sh %{SOURCE1000} "Lower Saxon" nds nds_DE nds_NL)}
%{expand:%(sh %{SOURCE1000} Nepali ne ne_NP)}
%{expand:%(sh %{SOURCE1000} Nahuatl nhn nhn_MX)}
%{expand:%(sh %{SOURCE1000} Niuean niu niu_NU niu_NZ)}
%{expand:%(sh %{SOURCE1000} Dutch nl nl_AW nl_BE nl_NL)}
%{expand:%(sh %{SOURCE1000} Norwegian no r:nb r:nn nb_NO nn_NO)}
%{expand:%(sh %{SOURCE1000} Ndebele nr nr_ZA)}
%{expand:%(sh %{SOURCE1000} "Northern Sotho" nso nso_ZA)}
%{expand:%(sh %{SOURCE1000} Occitan oc oc_FR)}
%{expand:%(sh %{SOURCE1000} Oriya or or_IN)}
%{expand:%(sh %{SOURCE1000} Ossetian os os_RU)}
%{expand:%(sh %{SOURCE1000} Punjabi pa pa_IN pa_PK)}
%{expand:%(sh %{SOURCE1000} Papiamento pap r:pp pap_AN pap_AW pap_CW)}
%{expand:%(sh %{SOURCE1000} Polish pl csb_PL pl_PL)}
%{expand:%(sh %{SOURCE1000} Pashto ps ps_AF)}
%{expand:%(sh %{SOURCE1000} Portuguese pt pt_BR pt_PT)}
%{expand:%(sh %{SOURCE1000} Quechua quz quz_PE)}
%{expand:%(sh %{SOURCE1000} Romanian ro ro_RO)}
%{expand:%(sh %{SOURCE1000} Russian ru ru_RU ru_UA)}
%{expand:%(sh %{SOURCE1000} Kinyarwanda rw rw_RW)}
%{expand:%(sh %{SOURCE1000} Sanskrit sa sa_IN)}
%{expand:%(sh %{SOURCE1000} Santali sat sat_IN)}
%{expand:%(sh %{SOURCE1000} Sardinian sc sc_IT)}
%{expand:%(sh %{SOURCE1000} Sindhi sd sd_IN sd_IN@devanagari)}
%{expand:%(sh %{SOURCE1000} Saami se se_NO)}
%{expand:%(sh %{SOURCE1000} Secwepemctsin shs shs_CA)}
%{expand:%(sh %{SOURCE1000} Sinhala si si_LK)}
%{expand:%(sh %{SOURCE1000} Slovak sk sk_SK)}
%{expand:%(sh %{SOURCE1000} Slovenian sl sl_SI)}
%{expand:%(sh %{SOURCE1000} Serbian sr sr_ME sr_RS)}
%{expand:%(sh %{SOURCE1000} Somali so so_DJ so_ET so_KE so_SO)}
%{expand:%(sh %{SOURCE1000} Albanian sq sq_AL sq_MK)}
%{expand:%(sh %{SOURCE1000} Swati ss ss_ZA)}
%{expand:%(sh %{SOURCE1000} Sotho st st_ZA)}
%{expand:%(sh %{SOURCE1000} Swedish sv sv_FI sv_SE)}
# sw_XX?
%{expand:%(sh %{SOURCE1000} Swahili sw sw_KE sw_TZ)}
%{expand:%(sh %{SOURCE1000} Silesian szl szl_PL)}
%{expand:%(sh %{SOURCE1000} Tamil ta ta_IN ta_LK)}
%{expand:%(sh %{SOURCE1000} Telugu te te_IN)}
%{expand:%(sh %{SOURCE1000} Tajik tg tg_TJ)}
%{expand:%(sh %{SOURCE1000} Thai th th_TH)}
%{expand:%(sh %{SOURCE1000} Tharu/Tharuhati the the_NP)}
%{expand:%(sh %{SOURCE1000} Turkmen tk tk_TM)}
%{expand:%(sh %{SOURCE1000} Pilipino tl r:ph fil_PH tl_PH)}
%{expand:%(sh %{SOURCE1000} Tswana tn tn_ZA)}
%{expand:%(sh %{SOURCE1000} Turkish tr tr_CY tr_TR)}
%{expand:%(sh %{SOURCE1000} Tsonga ts ts_ZA)}
%{expand:%(sh %{SOURCE1000} Tatar tt tt_RU)}
%{expand:%(sh %{SOURCE1000} Uyghur ug ug_CN)}
%{expand:%(sh %{SOURCE1000} Unami unm unm_US)}
%{expand:%(sh %{SOURCE1000} Ukrainian uk uk_UA)}
%{expand:%(sh %{SOURCE1000} Urdu ur ur_PK)}
%{expand:%(sh %{SOURCE1000} Uzbek uz uz_UZ)}
%{expand:%(sh %{SOURCE1000} Venda ve ve_ZA)}
%{expand:%(sh %{SOURCE1000} Vietnamese vi vi_VN)}
%{expand:%(sh %{SOURCE1000} Walloon wa wa_BE)}
%{expand:%(sh %{SOURCE1000} Walser wae wae_CH)}
%{expand:%(sh %{SOURCE1000} Wolof wo wo_SN)}
%{expand:%(sh %{SOURCE1000} Xhosa xh xh_ZA)}
%{expand:%(sh %{SOURCE1000} Yiddish yi yi_US)}
%{expand:%(sh %{SOURCE1000} Yoruba yo yo_NG)}
%{expand:%(sh %{SOURCE1000} "Yue Chinese (Cantonese)" yue yue_HK)}
%{expand:%(sh %{SOURCE1000} Chinese zh zh_CN zh_HK zh_SG zh_TW cmn_TW hak_TW lzh_TW nan_TW nam_TW@latin)}
%{expand:%(sh %{SOURCE1000} Zulu zu zu_ZA)}

#-----------------------------------------------------------------------
# without locales
%endif
########################################################################

%prep
%setup -q -a3 -a50

%patch00 -p1
%patch04 -p1
%patch05 -p1
%patch06 -p1
%patch10 -p1 -b .rh841318~
%patch11 -p1
%patch12 -p1 -b .multiple~
%patch14 -p1 -b .elfORIGIN~
%patch15 -p1
%patch16 -p1 -b .rh737223~
%patch18 -p1
%patch20 -p1
%patch21 -p1
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p1
%patch26 -p1 -b .curr~
%patch27 -p1
%patch29 -p1 -b .locales~
%patch30 -p1
%patch31 -p1
%patch32 -p1
%patch33 -p1
%patch34 -p1
%patch35 -p1
%patch37 -p1 -b .aliasing~
%patch40 -p1
%patch49 -p1 -b .rh800224~
%patch50 -p1
%patch54 -p1
%patch55 -p1
%patch51 -p1
%patch56 -p1
%patch57 -p1
%patch58 -p1 -b .nssUpgrade~
%patch59 -p1
%patch60 -p1
%patch61 -p1
%patch62 -p1
%patch63 -p1
%patch64 -p1 -b .hwcap~
%patch65 -p1
%patch66 -p1
%patch67 -p1
%patch68 -p1
%patch69 -p1
%patch70 -p1 -b .multiarch~
%patch71 -p1 -b .hpt~
%patch72 -p1
%patch73 -p1
%patch74 -p1 -b .ldbl~
%patch75 -p1 -b .tsp~
%patch79 -p1
%patch80 -p1

# copy freesec source
cp %{SOURCE52} %{SOURCE53} crypt/
echo "Applying crypt_blowfish patch:"
%patch81 -p1 -b .owlCrypt~
mv crypt/crypt.h crypt/gnu-crypt.h
chmod 0644 crypt_blowfish-%{crypt_bf_ver}/*.[chS]
cp -a crypt_blowfish-%{crypt_bf_ver}/*.[chS] crypt/

## FreeSec support for extended/new-style/BSDI hashes in crypt(3)
%patch82 -p1 -b .freesec~
%patch83 -p1 -b .relocateFcrypt~
%patch84 -p0
# add sha256-crypt and sha512-crypt support to the Openwall wrapper
%patch85 -p1

%patch86 -p1 -b .compile~

%patch87 -p1 -b .boLocale~

%patch88 -p1 -b .gold~

%patch100 -p1 -b .blowfish_nonx86~

%if %{with selinux}
    # XXX kludge to build nscd with selinux support as it added -nostdinc
    # so /usr/include/selinux is not found
    ln -s %{_includedir}/selinux selinux
%endif

find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \;

# Remove patch backups from files we ship in glibc packages
rm -f ChangeLog.[^0-9]*
rm -f localedata/locales/{???_??,??_??}.*
rm -f localedata/locales/[a-z_]*.*

# Regenerate autoconf files, some of our patches touch them
# Remove the autoconf 2.68 hardcode...
sed -i -e "s,2.68,`autoconf --version |head -n1 |cut -d' ' -f4`," aclocal.m4
# fix nss headers location
sed -i -e 's@<hasht.h>@<nss/hasht.h>@g' -e 's@<nsslowhash.h>@<nss/nsslowhash.h>@g' configure*

aclocal
autoconf

#-----------------------------------------------------------------------
%build
# ...
[ -d ports ] || ln -s ../ports .
mkdir bin
ln -sf %{_bindir}/ld.bfd bin/ld
export PATH=$PWD/bin:$PATH

# Prepare test matrix in the next function
> %{checklist}

#
# BuildGlibc <arch> [<extra_configure_options>+]
#
function BuildGlibc() {
  arch="$1"
  shift 1

  # Select optimization flags and compiler to use
  BuildAltArch="no"
  BuildCompFlags=""
  BuildFlags=""
  case $arch in
    i[3-6]86)
%ifarch x86_64
	BuildFlags="-march=pentium4 -mtune=generic"
	BuildAltArch="yes"
	BuildCompFlags="-m32"
%else
	BuildFlags="-march=$arch -mtune=atom"
%endif
      ;;
    x86_64)
      BuildFlags="-mtune=generic"
      ;;
    armv5t*)
      BuildFlags="-march=armv5t"
      BuildCompFlags="-march=armv5t"
      ;;
    # to check
    armv7*)
      BuildFlags="-march=armv7-a"
      BuildCompFlags="-march=armv7-a"
      ;;
    armv6*)
      BuildFlags="-march=armv6"
      BuildCompFlags="-march=armv6"
      ;;
  esac
  BuildCompFlags="$BuildCompFlags -fuse-ld=bfd"

  # Choose multiarch support
  MultiArchFlags=
  case $arch in
    i686 | x86_64)
      MultiArchFlags="--enable-multi-arch"
      ;;
  esac

  # Determine C & C++ compilers
  BuildCC="%{__cc} $BuildCompFlags"
  BuildCXX="%{__cxx} $BuildCompFlags"

  BuildFlags="$BuildFlags -DNDEBUG=1 %{__common_cflags} -O3"

  # XXX: -frecord-gcc-switches makes gold abort with assertion error and gcc segfault :|
  #BuildFlags="$(echo $BuildFlags |sed -e 's#-frecord-gcc-switches##g')"

  # Do not use direct references against %gs when accessing tls data
  # XXX make it the default in GCC? (for other non glibc specific usage)
%ifarch %{xenarches}
  BuildFlags="$BuildFlags -mno-tls-direct-seg-refs"
%endif

  # Extra configure flags
  ExtraFlags=

   # We'll be having issues with biarch builds of these two as longs as their
   # build dependencies aren't provided as biarch packages as well.
   # But as the alternate arch is less likely to make any use of the
   # functionality and that we might just ditch biarch packaging completely,
   # we just enable it on the main arch for now.
%if %{with nsscrypt} || %{with systap}
   if [[ "$BuildAltArch" = "no" ]]; then
%if %{with nsscrypt}
   ExtraFlags="$ExtraFlags --enable-nss-crypt"
%endif
%if %{with systap}
   ExtraFlags="$ExtraFlags --enable-systemtap"
%endif
   fi
%endif

  # NPTL+TLS are now the default
  Pthreads="nptl"

  # Add-ons
  AddOns="$Pthreads,ports,libidn"

  # Force a separate and clean object dir
  rm -rf build-$arch-linux
  mkdir  build-$arch-linux
  pushd  build-$arch-linux
  [[ "$BuildAltArch" = "yes" ]] && touch ".alt" || touch ".main"
  CC="$BuildCC" CXX="$BuildCXX" CFLAGS="$BuildFlags" LDFLAGS="%{ldflags} -fuse-ld=bfd" ../configure \
    $arch-%{_target_vendor}-%{_target_os}%{?_gnu} \
    --prefix=%{_prefix} \
    --libexecdir=%{_prefix}/libexec \
    --infodir=%{_infodir} \
    --localedir=%{_localedir} \
    --enable-add-ons=$AddOns \
    --disable-profile \
    --enable-static \
%if %{with selinux}
    --with-selinux \
%else
    --without-selinux \
%endif
    --enable-bind-now \
    $ExtraFlags \
    $MultiArchFlags \
    --enable-kernel=%{enablekernel} \
    --with-headers=%{_includedir} ${1+"$@"}
  %make -r
  popd

  check_flags="-k"

  # Generate test matrix
  [[ -d "build-$arch-linux" ]] || {
    echo "ERROR: PrepareGlibcTest: build-$arch-linux does not exist!"
    return 1
  }
  local BuildJobs="%{_smp_mflags}"
  echo "$BuildJobs -d build-$arch-linux $check_flags" >> %{checklist}

  case $arch in
  i686)		base_arch=i586;;
  *)		base_arch=none;;
  esac

  [[ -d "build-$base_arch-linux" ]] && {
    check_flags="$check_flags -l build-$base_arch-linux/elf/ld.so"
    echo "$BuildJobs -d build-$arch-linux $check_flags" >> %{checklist}
  }
  return 0
}

# Build main glibc
BuildGlibc %{_target_cpu}

%if %{build_multiarch}
    %ifarch x86_64
	BuildGlibc i686
    %endif
%else
    # Build i686 libraries if not already building for i686
    case %{_target_cpu} in
    i686)
	;;
    i[3-5]86)
	BuildGlibc i686
	;;
    esac
%endif

make -C crypt_blowfish-%{crypt_bf_ver} man

# post install wrapper
gcc -static -Lbuild-%{_target_cpu}-linux %{optflags} -Os %{SOURCE2} -o build-%{_target_cpu}-linux/glibc_post_upgrade \
  '-DLIBTLS="/%{_lib}/tls/"' \
  '-DGCONV_MODULES_DIR="%{_libdir}/gconv"' \
  '-DLD_SO_CONF="/etc/ld.so.conf"' \
  '-DICONVCONFIG="%{_sbindir}/iconvconfig"'

#-----------------------------------------------------------------------
%check
# ...
export PATH=$PWD/bin:$PATH

export TMPDIR=/tmp
export TIMEOUTFACTOR=16
while read arglist; do
    sh %{SOURCE5} $arglist || exit 1
done < %{checklist}

#-----------------------------------------------------------------------
%install
# ...
export PATH=$PWD/bin:$PATH

%if %{build_multiarch}
    %ifarch x86_64
	ALT_ARCH=i686
    %endif
    %make install install_root=%{buildroot} -C build-${ALT_ARCH}-linux
%endif
%make install install_root=%{buildroot} -C build-%{_target_cpu}-linux
%if %{build_multiarch}
    %ifarch x86_64
	rm -f %{buildroot}%{_bindir}/lddlibc4
    %endif
%endif

install -m700 build-%{_target_cpu}-linux/glibc_post_upgrade -D %{buildroot}%{_sbindir}/glibc_post_upgrade
sh manpages/Script.sh

# Install extra glibc libraries
function InstallGlibc() {
  local BuildDir="$1"
  local SubDir="$2"
  local LibDir="$3"

  [[ -z "$LibDir" ]] && LibDir="%{_slibdir}"

  pushd $BuildDir
  mkdir -p %{buildroot}$LibDir/$SubDir/
  install -m755 libc.so %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libc-*.so`
  ln -sf `basename %{buildroot}$LibDir/libc-*.so` %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libc.so.*`
  install -m755 math/libm.so %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libm-*.so`
  ln -sf `basename %{buildroot}$LibDir/libm-*.so` %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libm.so.*`
  install -m755 nptl/libpthread.so %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libpthread-*.so`
  ln -sf `basename %{buildroot}$LibDir/libpthread-*.so` %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libpthread.so.*`
  install -m755 nptl_db/libthread_db.so %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libthread_db-*.so`
  ln -sf `basename %{buildroot}$LibDir/libthread_db-*.so` %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libthread_db.so.*`
  install -m755 rt/librt.so %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/librt-*.so`
  ln -sf `basename %{buildroot}$LibDir/librt-*.so` %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/librt.so.*`
  popd
}

# Install arch-specific optimized libraries
case %{_target_cpu} in
i[3-5]86)
  InstallGlibc build-i686-linux i686
  ;;
esac

# NPTL <bits/stdio-lock.h> is not usable outside of glibc, so include
# the generic one (RH#162634)
install -m644 bits/stdio-lock.h -D %{buildroot}%{_includedir}/bits/stdio-lock.h
# And <bits/libc-lock.h> needs sanitizing as well.
install -m644 %{SOURCE10} -D %{buildroot}%{_includedir}/bits/libc-lock.h

# Compatibility hack: this locale has vanished from glibc, but some other
# programs are still using it. Normally we would handle it in the %pre
# section but with glibc that is simply not an option
mkdir -p %{buildroot}%{_localedir}/ru_RU/LC_MESSAGES

# Remove the files we don't want to distribute
rm -f %{buildroot}%{_libdir}/libNoVersion*
rm -f %{buildroot}%{_slibdir}/libNoVersion*


# (tpg) workaround for aarch64 ?
%ifarch aarch64
ls -sf %{_slibdir}/ld-linux-aarch64.so.1 %{buildroot}%{_slibdir32}/ld-linux-aarch64.so.1
%endif

install -m 644 mandriva/nsswitch.conf %{buildroot}%{_sysconfdir}/nsswitch.conf

# This is for ncsd - in glibc 2.2
%if %{with nscd}
    install -m644 nscd/nscd.conf -D %{buildroot}%{_sysconfdir}/nscd.conf
    install -m755 %{SOURCE6} -D %{buildroot}%{_unitdir}/nscd.service
    install -m755 %{SOURCE7} -D %{buildroot}%{_unitdir}/nscd.socket
    install -m755 -d %{buildroot}/var/db/nscd
%endif

# These man pages require special attention
mkdir -p %{buildroot}%{_mandir}/man3
install -p -m 0644 crypt_blowfish-%{crypt_bf_ver}/*.3 %{buildroot}%{_mandir}/man3/

# Useless and takes place
rm -rf %{buildroot}/%{_datadir}/zoneinfo/{posix,right}

# Include ld.so.conf
echo "include /etc/ld.so.conf.d/*.conf" > %{buildroot}%{_sysconfdir}/ld.so.conf
chmod 644 %{buildroot}%{_sysconfdir}/ld.so.conf
mkdir -p  %{buildroot}%{_sysconfdir}/ld.so.conf.d

# ldconfig cache
mkdir -p %{buildroot}%{_var}/cache/ldconfig
touch %{buildroot}%{_var}/cache/ldconfig/aux-cache

# automatic ldconfig cache update on rpm installs/removals
# (see http://wiki.mandriva.com/en/Rpm_filetriggers)
install -d %{buildroot}%{_var}/lib/rpm/filetriggers
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/ldconfig.filter << EOF
^.((/lib|/usr/lib)(64)?/[^/]*\.so\.|/etc/ld.so.conf.d/[^/]*\.conf)
EOF
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/ldconfig.script << EOF
#!/bin/sh
ldconfig -X
EOF
chmod 755 %{buildroot}%{_var}/lib/rpm/filetriggers/ldconfig.script

# gconv-modules.cache
touch %{buildroot}%{_libdir}/gconv/gconv-modules.cache
chmod 644 %{buildroot}%{_libdir}/gconv/gconv-modules.cache
%if %{build_multiarch}
    touch %{buildroot}%{_libdir32}/gconv/gconv-modules.cache
    chmod 644 %{buildroot}%{_libdir32}/gconv/gconv-modules.cache
%endif

touch %{buildroot}%{_sysconfdir}/ld.so.cache

# Strip debugging info from all static libraries
pushd %{buildroot}%{_libdir}
    for i in *.a; do
	if [ -f "$i" ]; then
	    strip -g -R .comment -R .GCC.command.line $i
	fi
    done
popd

# rquota.x and rquota.h are now provided by quota
rm -f %{buildroot}%{_includedir}/rpcsvc/rquota.[hx]

%if %{with i18ndata}
    install -m644 localedata/SUPPORTED %{buildroot}%{_datadir}/i18n/
%endif

rm -rf %{buildroot}%{_includedir}/netatalk/

# /etc/localtime - we're proud of our timezone #Well we(mdk) may put Paris
%if %{with timezone}
    rm -f %{buildroot}%{_sysconfdir}/localtime
    cp -f %{buildroot}%{_datadir}/zoneinfo/CET %{buildroot}%{_sysconfdir}/localtime
%endif

# Documentation
install -m 755 -d %{buildroot}%{_docdir}/glibc
    pushd build-%{_target_cpu}-linux html
%if %{with doc}
	make html
	cp -fpar manual/libc %{buildroot}%{_docdir}/glibc/html
%endif
%if %{with pdf}
	make pdf
	install -m644 -D manual/libc.pdf %{buildroot}%{_docdir}/glibc/libc.pdf
%endif
    popd
install -m 644 COPYING COPYING.LIB README NEWS INSTALL BUGS		\
    PROJECTS CONFORMANCE hesiod/README.hesiod				\
    ChangeLog* crypt/README.ufc-crypt nis/nss posix/gai.conf		\
    %{buildroot}%{_docdir}/glibc
xz -0 --text %{buildroot}%{_docdir}/glibc/ChangeLog*
install -m 644 timezone/README %{buildroot}%{_docdir}/glibc/README.timezone
install -m 755 -d %{buildroot}%{_docdir}/glibc/crypt_blowfish
install -m 644 crypt_blowfish-%{crypt_bf_ver}/{README,LINKS,PERFORMANCE} \
    %{buildroot}%{_docdir}/glibc/crypt_blowfish

# Localization
%find_lang libc

# Remove unpackaged files
rm -f  %{buildroot}%{_infodir}/dir.old*
rm -rf %{buildroot}%{_includedir}/asm-*/mach-*/
rm -f  %{buildroot}%{_localedir}/locale-archive*

rm %{buildroot}%{_bindir}/rpcgen %{buildroot}%{_mandir}/man1/rpcgen.1*

# XXX: verify
#find %{buildroot}%{_localedir} -type f -name LC_\* -o -name SYS_LC_\* |xargs rm -f

%if !%{with nscd}
    rm -f %{buildroot}%{_sbindir}/nscd
%endif

rm -f %{buildroot}%{_infodir}/dir

%if %{without utils}
    rm -f  %{buildroot}%{_bindir}/memusage
    rm -f  %{buildroot}%{_bindir}/memusagestat
    rm -f  %{buildroot}%{_bindir}/mtrace
    rm -f  %{buildroot}%{_bindir}/pcprofiledump
    rm -f  %{buildroot}%{_bindir}/xtrace
    rm -f  %{buildroot}%{_slibdir}/libmemusage.so
    rm -f  %{buildroot}%{_slibdir}/libpcprofile.so
    %if %{build_multiarch}
	rm -f  %{buildroot}%{_slibdir32}/libmemusage.so
	rm -f  %{buildroot}%{_slibdir32}/libpcprofile.so
    %endif
%endif

%if !%{with timezone}
    rm -f  %{buildroot}%{_sysconfdir}/localtime
    rm -f  %{buildroot}%{_sbindir}/zdump
    rm -f  %{buildroot}%{_sbindir}/zic
    rm -f  %{buildroot}%{_mandir}/man1/zdump.1*
    rm -rf %{buildroot}%{_datadir}/zoneinfo
%endif

%if !%{with i18ndata}
    rm -rf %{buildroot}%{_datadir}/i18n
%endif

%if ! %{without locales}
# Build locales...
export PATH=%{buildroot}%{_bindir}:%{buildroot}%{_sbindir}:$PATH
export LD_LIBRARY_PATH=%{buildroot}/%{_lib}:%{buildroot}%{_libdir}:$LD_LIBRARY_PATH
export I18NPATH=%{buildroot}%{_datadir}/i18n

# make default charset pseudo-locales
# those will be symlinked (for LC_CTYPE, LC_COLLATE mainly) from
# a lot of other locales, thus saving space
for DEF_CHARSET in UTF-8 ISO-8859-1 ISO-8859-2 ISO-8859-3 ISO-8859-4 \
	 ISO-8859-5 ISO-8859-7 ISO-8859-9 \
	 ISO-8859-13 ISO-8859-14 ISO-8859-15 KOI8-R KOI8-U CP1251 
do
	# don't use en_DK because of LC_MONETARY
	localedef -c -f $DEF_CHARSET -i en_US %{buildroot}%{_datadir}/locale/$DEF_CHARSET || :
done

# Build regular locales
# Don't try to use SMP make here - that would result in concurrent writes to the locale
# archive.
SUPPORTED=$I18NPATH/SUPPORTED DESTDIR=%{buildroot} make -f %{SOURCE20}
# Locale related tools
install -c -m 755 %{SOURCE1001} %{SOURCE1002} %{buildroot}%{_bindir}/
# And configs
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
install -c -m 644 %{SOURCE1003} %{buildroot}%{_sysconfdir}/sysconfig/locales

# Hardlink identical locales
perl %{SOURCE1004} %{buildroot}%{_datadir}/locale
# Symlink identical files
pushd %{buildroot}%{_datadir}/locale
for i in ??_??* ???_??*; do
	LC_ALL=C perl %{SOURCE1005} $i
done
popd

# Needed for/used by locale-archive
mkdir -p %{buildroot}%{_prefix}/lib/locale
touch %{buildroot}%{_prefix}/lib/locale/locale-archive
%endif

# This will make the '-g' argument to be passed to eu-strip for these libraries, so that
# some info is kept that's required to make valgrind work without depending on glibc-debug
# package to be installed.
export EXCLUDE_FROM_FULL_STRIP="ld-%{version}.so libpthread libc-%{version}.so libm-%{version}.so"


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6:2.19-8
+ Revision: 0f0e96f
- MassBuild#440: Increase release tag

* Mon Jun 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-7
+ Revision: 0b9a6ae
- Merge some fixes from Cooker to fix issues with building locales

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-7
+ Revision: 8f9285d
- Bump release (rebuild to regenerate static libs with new lto flags)

* Fri May 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-6
+ Revision: 11e25d7
- Update Requires for generated locale packages

* Fri May 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-5
+ Revision: b9d8ab5
- Don't use LD_LIBRARY_PATH when building locales, otherwise localedef fails to run

* Fri May 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-5
+ Revision: 1f457e2
- Now build with locales

* Thu May 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-4
+ Revision: 9099714
- Another try without locales, silesystem and post script

* Thu May 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-4
+ Revision: ed228f8
- Now build with locales

* Thu May 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-3
+ Revision: ac6d376
- Generate locales package only when building locales is enabled

* Thu May 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-3
+ Revision: 53b0ad4
- Don't build locales for now

* Thu May 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-3
+ Revision: 4f92249
- Drop changelog

* Thu May 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-3
+ Revision: da72ea0
- New version 2.19 (sync with OpenMandriva 2014.0), now includes locales

* Wed Dec 11 2013 Denis Silakov <denis.silakov@rosalab.ru> 6:2.15-9
+ Revision: d71bf7a
- Ru l10n fix

* Fri Dec 06 2013 Denis Silakov <denis.silakov@rosalab.ru> 6:2.15-8
+ Revision: a9d9b73
- Added systemtap-devel BR

* Mon Dec 03 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 6:2.15-8
+ Revision: 1855b0a
- enabled -mno-tls-direct-seg-refs for x86_64

* Mon Oct 22 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.15-7
+ Revision: a53e9bf
- LOG Add rpmlint filter

* Fri Sep 21 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.15-6
+ Revision: 458aae5
- LOG Add patch to fix GTK3 applications freeze when PulseAudio is enabled

* Thu Sep 20 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.15-5
+ Revision: b2a0331
- LOG Drop info-install from post and preun requires of devel package (no longer needed)

* Wed Sep 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.15-4
+ Revision: 5cdc947
- LOG Drop post scripts for devel package (no longer needed)

* Thu Aug 23 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.15-4
+ Revision: 4d858fc
- LOG Build with updated binutils to fix some devel libs

* Mon Jul 30 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 6:2.15-3
+ Revision: fe01f1c
- Updated glibc.spec

* Mon Jul 30 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 6:2.15-3
+ Revision: af0c751
- Updated glibc.spec

* Mon Jul 30 2012 root <root@localhost.localdomain> 6:2.15-3
+ Revision: 4a7f411
- revert to latest release cooker

* Thu Jul 12 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 6:2.16.0-1
+ Revision: 9c0c659
- fix typo

* Wed Jul 11 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 6:2.16.0-1
+ Revision: 0bf6956
- try using %product_arch instead %mandriva_arch

* Wed Jul 11 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 6:2.16.0-1
+ Revision: fc21626
- fix path to manual

* Wed Jul 11 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 6:2.16.0-1
+ Revision: 19ecf21
- fix path again

* Wed Jul 11 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 6:2.16.0-1
+ Revision: e484462
- fix path in fedora sources

* Tue Jul 10 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 6:2.16.0-1
+ Revision: ab16f0c
- remove temporary files added by mistake

* Tue Jul 10 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 6:2.16.0-1
+ Revision: a0b9d45
- update to 2.16 with latest fedora and mandriva patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16489 |14mr|glibc_lsb-2.4.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ld_ver 3
%define compat_ld_ver 2
%define	libname	%mklibname	glibc_lsb

Name:		glibc_lsb
Version:	2.4.7
Release:	8
Group:		System/Libraries
Summary:	LSB dynamic loader links
License:	Freely redistributable without restriction
URL:		http://www.linuxbase.org/spec

Requires:	lsb-core >= 3.1

%description
Provides ld-lsb* dynamic loader links for LSB compliance

%package -n	%{libname}
Group:		System/Libraries
Summary:	LSB dynamic loader links
%rename		glibc_lsb

%description -n %{libname}
Provides ld-lsb* dynamic loader links for LSB compliance

%prep

%build

%install
install -d $RPM_BUILD_ROOT/%{_lib}
%ifarch %{ix86}
ln -sf ld-linux.so.2 $RPM_BUILD_ROOT/%{_lib}/ld-lsb.so.%{ld_ver}
ln -sf ld-linux.so.2 $RPM_BUILD_ROOT/%{_lib}/ld-lsb.so.%{compat_ld_ver}
%endif
%ifarch ppc
ln -sf ld-2.4.so $RPM_BUILD_ROOT/%{_lib}/ld-lsb-ppc32.so.%{ld_ver}
ln -sf ld-2.4.so $RPM_BUILD_ROOT/%{_lib}/ld-lsb-ppc32.so.%{compat_ld_ver}
%endif
%ifarch x86_64
ln -sf ld-linux-x86-64.so.2 $RPM_BUILD_ROOT/%{_lib}/ld-lsb-x86-64.so.%{ld_ver}
ln -sf ld-linux-x86-64.so.2 $RPM_BUILD_ROOT/%{_lib}/ld-lsb-x86-64.so.%{compat_ld_ver}
%endif

export DONT_SYMLINK_LIBS=1

%files -n %{libname}
%ifarch %{ix86}
/%{_lib}/ld-lsb.so.%{ld_ver}
/%{_lib}/ld-lsb.so.%{compat_ld_ver}
%endif
%ifarch ppc
/%{_lib}/ld-lsb-ppc32.so.%{ld_ver}
/%{_lib}/ld-lsb-ppc32.so.%{compat_ld_ver}
%endif
%ifarch x86_64
/%{_lib}/ld-lsb-x86-64.so.%{ld_ver}
/%{_lib}/ld-lsb-x86-64.so.%{compat_ld_ver}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.7-8
+ Revision: fcbe1af
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16490 |14mr|glibmm2.4-2.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname	glibmm
%define	api	2.4
%define major	1
%define	libname	%mklibname %{pkgname} %{api} %{major}
%define	devname	%mklibname -d %{pkgname} %{api}

Name:		%{pkgname}%{api}
Summary:	C++ interface for glib
Version:	2.40.0
Release:	1
License:	LGPLv2+
Group:		System/Libraries
URL:		http://gtkmm.sourceforge.net/

Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/2.40/%{pkgname}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	mm-common >= 0.9.4
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(glib-2.0) >= 2.30
BuildRequires:	pkgconfig(sigc++-2.0) >= 2.2.10

%description
Gtkmm provides a C++ interface to the GTK+ GUI library.
%{pkgname} originally belongs to gtkmm, but is now separated,
for use with non-GUI software written in C++.


%package -n	%{libname}
Summary:	C++ interface for glib
Group:		System/Libraries

%description -n	%{libname}
Gtkmm provides a C++ interface to the GTK+ GUI library.
%{pkgname} originally belongs to gtkmm, but is now separated,
for use with non-GUI software written in C++.

This package contains the library needed to run programs dynamically
linked with %{pkgname}.


%package -n	%{devname}
Summary:	Headers and development files of %{pkgname}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Provides:	%{pkgname}%{api}-devel = %{version}-%{release}
Requires:	mm-common >= 0.9.4
Obsoletes:	%mklibname -d %{pkgname} %{api} 1

%description -n	%{devname}
This package contains the headers and development files that are needed,
when trying to develop or compile applications which need %{pkgname}.


%package	doc
Summary:	Glibmm documentation
Group:		Books/Other

%description	doc
Gtkmm provides a C++ interface to the GTK+ GUI library.
%{pkgname} originally belongs to gtkmm, but is now separated,
for use with non-GUI software written in C++.

This package contains all API documentation for %{pkgname}.

%prep
%setup -qn %{pkgname}-%{version}

%build
%configure2_5x \
	--enable-shared \
	--disable-static

%make

# make check does nothing

%install
%makeinstall_std

%files -n %{libname}
%doc COPYING NEWS README
%{_libdir}/libglibmm*%{api}.so.%{major}*
%{_libdir}/libgiomm*%{api}.so.%{major}*

%files -n %{devname}
%doc AUTHORS ChangeLog
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/giomm-%{api}/
%{_libdir}/glibmm-%{api}/
%{_libdir}/pkgconfig/*.pc

%files doc
%doc %{_datadir}/doc/glibmm-%{api}
%{_datadir}/devhelp/books/glibmm-2.4/

%changelog
* Wed Jul 02 2014 Tigro <ashejn@gmail.com> 2.40.0-1
+ Revision: 8969acc
- update to 2.40.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16491 |14mr|glib-networking-2.40.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %name

Summary: Network-related GIO modules
Name: glib-networking
Version: 2.40.1
Release: 2
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.40/%{name}-%{version}.tar.xz
License: LGPLv2+
Group:System/Libraries
Url: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: glib2-devel >= 2.27.90
BuildRequires: libproxy-devel >= 0.3.1
BuildRequires: gnutls-devel >= 2.1.7
BuildRequires: libgcrypt-devel
BuildRequires: gsettings-desktop-schemas-devel
BuildRequires: intltool
Requires: %libname = %version

%description
This package contains the network-related GIO modules for Glib.

%package -n %libname
Summary: Network-related GIO modules
Group: System/Libraries
Requires: %name >= %version-%release

%description -n %libname
This package contains the network-related GIO modules for Glib.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %buildroot%_libdir/gio/modules/*.la
%find_lang %name

%clean
rm -rf %{buildroot}

%files -f %name.lang
%defattr(-,root,root)
%doc README
%_libexecdir/glib-pacrunner
%_datadir/dbus-1/services/*.service

%files -n %libname
%defattr(-,root,root)
%_libdir/gio/modules/*.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.40.1-2
+ Revision: e8b78b9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16492 |14mr|glitz-0.5.6-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define libglx %mklibname %{name}-glx %{major}
%define devname %mklibname %{name} -d

Summary:	OpenGL image compositing library
Name:		glitz
Version:	0.5.6
Release:	14
License:	BSD
Group:		System/Libraries
Url:		http://cairographics.org/
Source0:	http://cairographics.org/snapshots/%{name}-%{version}.tar.bz2
Patch0:		glitz-0.4.0-libtool.patch
Patch1:		glitz-0.5.6-wformat.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(x11)

%description
Glitz is an OpenGL image compositing library. Glitz provides
Porter/Duff compositing of images and implicit mask generation for
geometric primitives including trapezoids, triangles, and rectangles.

The semantics of glitz are designed to precisely match the
specification of the X Render extension. Glitz does not only implement
X Render features like component alpha and image transformations, but
also support for additional features like convolution filters and color
gradients, which are not currently part of the X Render specification.

The performance and capabilities of glitz are much dependent on
graphics hardware. Glitz does not in any way handle software
fall-backs when graphics hardware is insufficient. However, glitz
will report if any requested operation cannot be carried out by
graphics hardware, hence making a higher level software layer
responsible for appropriate actions.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	OpenGL image compositing library
Group:		System/Libraries
Provides:	glitz = %{EVRD}

%description -n %{libname}
Glitz is an OpenGL image compositing library. Glitz provides
Porter/Duff compositing of images and implicit mask generation for
geometric primitives including trapezoids, triangles, and rectangles.

The semantics of glitz are designed to precisely match the
specification of the X Render extension. Glitz does not only implement
X Render features like component alpha and image transformations, but
also support for additional features like convolution filters and color
gradients, which are not currently part of the X Render specification.

The performance and capabilities of glitz are much dependent on
graphics hardware. Glitz does not in any way handle software
fall-backs when graphics hardware is insufficient. However, glitz
will report if any requested operation cannot be carried out by
graphics hardware, hence making a higher level software layer
responsible for appropriate actions.

%files -n %{libname}
%doc AUTHORS COPYING README NEWS TODO
%{_libdir}/libglitz.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libglx}
Summary:	OpenGL image compositing library
Group:		System/Libraries
Conflicts:	%{_lib}glitz1 < 0.5.6-13

%description -n %{libglx}
Glitz is an OpenGL image compositing library. Glitz provides
Porter/Duff compositing of images and implicit mask generation for
geometric primitives including trapezoids, triangles, and rectangles.

The semantics of glitz are designed to precisely match the
specification of the X Render extension. Glitz does not only implement
X Render features like component alpha and image transformations, but
also support for additional features like convolution filters and color
gradients, which are not currently part of the X Render specification.

The performance and capabilities of glitz are much dependent on
graphics hardware. Glitz does not in any way handle software
fall-backs when graphics hardware is insufficient. However, glitz
will report if any requested operation cannot be carried out by
graphics hardware, hence making a higher level software layer
responsible for appropriate actions.

%files -n %{libglx}
%doc AUTHORS COPYING README NEWS TODO
%{_libdir}/libglitz-glx.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for glitz library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libglx} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}glitz-static-devel < 0.5.6-13

%description -n %{devname}
Development files for glitz library.

%files -n %{devname}
%{_libdir}/lib*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .libtool
%patch1 -p1 -b .wformat

%build
%configure2_5x --disable-static
%make LDFLAGS+=-ldl

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.6-14
+ Revision: 452e224
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16493 |14mr|glm-0.9.5.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# The library consists of headers only
%global debug_package %{nil}

Name:           glm
Version:        0.9.5.4
Release:        1
Summary:        C++ mathematics library for graphics programming
Group:          Development/C
License:        MIT
URL:            http://glm.g-truc.net/
Source0:        http://downloads.sourceforge.net/ogl-math/%{name}-%{version}/%{name}-%{version}.7z
BuildRequires:  cmake
# For unpacking the source
BuildRequires:  p7zip

%description
GLM is a C++ library for doing mathematics operations
required in many OpenGL based applications. Its interface
has been designed to resemble the built-in matrix and vector
types of the OpenGL shading language.

%package        devel
Summary:        C++ mathematics library for graphics programming

%description    devel
GLM is a C++ library for doing mathematics operations
required in many OpenGL based applications. Its interface
has been designed to resemble the built-in matrix and vector
types of the OpenGL shading language.

%{name}-devel is only required for building software that uses
the GLM library. Because GLM currently is a header-only library,
there is no matching run time package.

%package        doc
Summary:        Documentation for %{name}-devel
Group:          Books/Computer books
BuildArch:      noarch

%description    doc
The %{name}-doc package contains reference documentation and
a programming manual for the %{name}-devel package.

%prep
# Some glm releases, like version 0.9.3.1, place contents of
# the source archive directly into the archive root. Others,
# like glm 0.9.3.2, place them into a single subdirectory.
# The former case is inconvenient, but it can be be
# compensated for with the -c option of the setup macro.
#
# When updating this package, take care to check if -c is
# needed for the particular version.
%setup -q -n %{name}

# A couple of files had CRLF line-ends in them.
sed -i 's/\r//' copying.txt
sed -i 's/\r//' readme.txt
# fix attr and line-ends
perl -i -pe 's/\r\n/\n/gs' doc/api/{jquery,dynsections}.js doc/api/{tabs,doxygen}.css 
chmod 755 doc/api


%build
%{cmake} -DGLM_TEST_ENABLE=ON ..
%make

%check
cd build

#ctest --output-on-failure

%install
cd build

%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'
find %{buildroot} -name CMakeLists.txt -exec rm -f {} ';'

%files devel
%doc copying.txt readme.txt
%{_includedir}/%{name}
%{_libdir}/cmake/FindGLM.cmake

%files doc
%doc doc/%{name}.pdf
%doc doc/api/


%changelog
* Thu Aug 21 2014 sokol <sergey.sokolov@rosalab.ru> 0.9.5.4-1
+ Revision: d3927e7
- Merge pull request #1 from sokol/glm:rosa2014.1
- up to 0.9.5.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16494 |14mr|glpk-4.47-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_name_orig libglpk
%define lib_major 0
%define lib_name                  %mklibname %{name} %{lib_major}

%define old_lib_name_devel     	  %mklibname %{name} %{lib_major} -d
%define old_lib_name_static_devel %mklibname %{name} %{lib_major} -s -d

%define lib_name_devel        	  %mklibname %{name} -d
%define lib_name_static_devel 	  %mklibname %{name} -s -d

Summary:	GLPK glpsol utility
Name:		glpk
Version:	4.47
Release:	2
License:	GPLv3+
Group:		Sciences/Mathematics
URL:		http://www.gnu.org/software/glpk/glpk.html
Source0:	http://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz
Requires: 	%{lib_name} = %{version}-%{release}
BuildRequires:	gmp-devel, tetex-latex, texinfo

%description
The GLPK (GNU Linear Programming Kit) package is intended for solving
large-scale linear programming (LP), mixed integer programming (MIP),
and other related problems. It is a set of routines written in ANSI C
and organized in the form of a callable library.

This package contains the utility glpsol.

%package -n %{lib_name}
Summary:	GLPK shared libraries
Group:		Sciences/Mathematics
Provides: 	%{lib_name_orig} = %{version}-%{release} 

%description -n %{lib_name}
The GLPK (GNU Linear Programming Kit) package is intended for solving
large-scale linear programming (LP), mixed integer programming (MIP),
and other related problems. It is a set of routines written in ANSI C
and organized in the form of a callable library.

This package contains the library needed to run programs dynamically
linked with GLPK.

%package -n %{lib_name_devel}
Summary:	Header files for development with GLPK
Group:		Development/C
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides: 	%{lib_name_devel} = %{version}-%{release} 
Obsoletes:	%{old_lib_name_devel} < %{version}-%{release} 

%description -n %{lib_name_devel}
The GLPK (GNU Linear Programming Kit) package is intended for solving
large-scale linear programming (LP), mixed integer programming (MIP),
and other related problems. It is a set of routines written in ANSI C
and organized in the form of a callable library.

This package contains the headers needed to develop applications using
GLPK.

%package -n %{lib_name_static_devel}
Summary:	GLPK static libraries
Group: 	 	Development/C
Requires: 	%{lib_name_devel} = %{version}-%{release}
Provides:	%{lib_name_static_devel} = %{version}-%{release}
Obsoletes:	%{old_lib_name_static_devel} < %{version}-%{release} 

%description -n %{lib_name_static_devel}
The GLPK (GNU Linear Programming Kit) package is intended for solving
large-scale linear programming (LP), mixed integer programming (MIP),
and other related problems. It is a set of routines written in ANSI C
and organized in the form of a callable library.

This package contains the static libraries necessary for developing
programs which use GLPK. 

%prep

%setup -q

%build
%configure2_5x
%make

# Trust Knuth to produce a single-pass compiler for a multiple-pass language.
pushd doc
pdflatex -interaction=nonstopmode -file-line-error-style glpk.tex && \
pdflatex -interaction=nonstopmode -file-line-error-style glpk.tex && \
pdflatex -interaction=nonstopmode -file-line-error-style glpk.tex
texi2pdf -p gmpl.texi && \
popd

%install
%makeinstall
# Clean out the examples directory so we can include it wholesale in %doc.
%make -C examples distclean
%__rm -rf examples/Makefile*

%files 
%attr(0755,root,root) %{_bindir}/glpsol

%files -n %{lib_name}
%{_libdir}/*.so.%{lib_major}*

%files -n %{lib_name_devel}
%doc examples doc/*.txt doc/*.pdf AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_includedir}/*.h
%{_libdir}/*.so

%files -n %{lib_name_static_devel}
%{_libdir}/*.a

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.47-2
+ Revision: 9412e8f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16495 |14mr|glu-9.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Name:		glu
Version:	9.0.0
Release:	3
Summary:	Mesa libGLU library
Group:		System/Libraries
License:	MIT
URL:		http://mesa3d.org/
# snapshot only at this point
Source0:	ftp://ftp.freedesktop.org/pub/mesa/glu/%{name}-%{version}.tar.bz2
Source2:	make-git-snapshot.sh

BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	pkgconfig(gl)

%description
Mesa implementation of the standard GLU OpenGL utility API.

%package -n	%{libname}
Summary:	Files for Mesa (GLU libs)
Group:		System/Libraries
Provides:	libmesaglu = %{version}-%{release}
Obsoletes:	%{_lib}mesaglu1 < 9.0

%description -n	%{libname}
GLU is the OpenGL Utility Library.
It provides a number of functions upon the base OpenGL library to provide
higher-level drawing routines from the more primitive routines provided by
OpenGL.

%package -n	%{devname}
Summary:	Development files for GLU libs
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libmesaglu-devel = %{version}-%{release}
Provides:	mesaglu-devel = %{version}-%{release}
Obsoletes:	%{_lib}mesaglu1-devel < 9.0

%description -n	%{devname}
This package contains the headers needed to compile programs with GLU.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/man/man3/gl[A-Z]*

%files -n %{libname}
%{_libdir}/libGLU.so.%{major}*

%files -n %{devname}
%{_includedir}/GL/glu.h
%{_includedir}/GL/glu_mangle.h
%{_libdir}/libGLU.so
%{_libdir}/pkgconfig/glu.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 9.0.0-3
+ Revision: ec33807
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16496 |14mr|gmime2.2-2.2.27-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define _gtkdocdir	%{_datadir}/gtk-doc/html
%{expand:%%define _aclocaldir %(aclocal --print-ac-dir 2>/dev/null)}

%define api	2.0
%define	major	2
%define libname %mklibname gmime %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	The libGMIME library
Name:		gmime2.2
Version:	2.2.27
Release:	4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://spruce.sourceforge.net/gmime
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/gmime/%{url_ver}/gmime-%{version}.tar.bz2
Patch0:		gmime-2.2.23-format-strings.patch
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(zlib)

%description
This library allows you to manipulate MIME messages.

%package -n %{name}-utils
Summary:	Utilities using the libGMIME library
Group:		File tools
Conflicts:	gmime-utils

%description -n %{name}-utils
This package contains gmime-uudecode and gmime-uuencode and will 
allow you to manipulate MIME messages. These utilities can also be
used instead of uudecode and uuencode from the sharutils package. 

%package -n %{libname}
Summary:	The libGMIME library
Group:		System/Libraries

%description -n %{libname}
This library allows you to manipulate MIME messages.

%package -n %{devname}
Summary:	Development library and header files for the lib%{name} library
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
This package contains the lib%{name} development library and its header files.

%prep

%setup -qn gmime-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--with-html-dir=%{_gtkdocdir} \
	--disable-mono

#gw parallel build broken in 2.1.15
# (tpg) mono stuff doesn't like parallel build, this solves it
%(echo %make CFLAGS='-UG_DISABLE_DEPRECATED' |perl -pe 's/-j\d+/-j1/g')

%check
make check

%install
%makeinstall_std

# these are provided by sharutils, gotta rename them...
mv %{buildroot}%{_bindir}/uudecode %{buildroot}%{_bindir}/gmime-uudecode
mv %{buildroot}%{_bindir}/uuencode %{buildroot}%{_bindir}/gmime-uuencode

# cleanup
rm -f %{buildroot}%{_libdir}/gmimeConf.sh

#multiarch 
%multiarch_binaries %{buildroot}%{_bindir}/gmime-config

%files -n %{name}-utils
%{_bindir}/gmime-uudecode
%{_bindir}/gmime-uuencode

%files -n %{libname}
%{_libdir}/libgmime-%{api}.so.%{major}*

%files -n %{devname}
%doc AUTHORS ChangeLog PORTING README TODO
%{multiarch_bindir}/gmime-config
%{_bindir}/gmime-config
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/gmime-2.0.pc
%{_includedir}/*
%doc %{_gtkdocdir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.27-4
+ Revision: 3435fa5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16497 |14mr|gmime2.4-2.4.33-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define oname	gmime
%define api	2.4
%define major	2
%define libname %mklibname %{oname} %{api} %{major}
%define devname %mklibname %{oname} %{api} -d

%define build_mono 1
%ifarch %mips %arm
%define build_mono 0
%endif

%define _gtkdocdir	%{_datadir}/gtk-doc/html
%{expand:%%define _aclocaldir %(aclocal --print-ac-dir 2>/dev/null)}

%if %{_use_internal_dependency_generator}
%define __noautoreq 'libgmime'
%else
%define _requires_exceptions libgmime
%endif

Summary:	The libGMIME library
Name:		%{oname}%{api}
Version:	2.4.33
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://spruce.sourceforge.net/gmime
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{oname}/%{url_ver}/%{oname}-%{version}.tar.xz
Patch0:		gmime-2.4.28-glib-deprecation.patch
Patch1:		gmime2.4-automake-1.13.patch

BuildRequires:	gtk-doc
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(zlib)
%if %{build_mono}
BuildRequires: pkgconfig(gapi-2.0)
BuildRequires: pkgconfig(gtk-sharp-2.0)
BuildRequires: pkgconfig(mono)
%endif

%description
This library allows you to manipulate MIME messages.

%package -n %{name}-utils
Summary:	Utilities using the libGMIME library
Group:		File tools
Conflicts:	%{oname}-utils

%description -n %{name}-utils
This package contains gmime-uudecode and gmime-uuencode and will 
allow you to manipulate MIME messages. These utilities can also be
used instead of uudecode and uuencode from the sharutils package. 

%package -n %{libname}
Summary:	The libGMIME library
Group:		System/Libraries

%description -n %{libname}
This library allows you to manipulate MIME messages.

%package -n %{devname}
Summary:	Development library and header files for the lib%{name} library
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
This package contains the lib%{name} development library and its header files.

%if %{build_mono}
%package sharp
Summary:	GMIME bindings for mono
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description sharp
This library allows you to manipulate MIME messages.
%endif

%prep
%setup -qn %{oname}-%{version}
%apply_patches

autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--with-html-dir=%{_gtkdocdir} \
	--enable-gtk-doc

#gw parallel build broken in 2.1.15
# (tpg) mono stuff doesn't like parallel build, this solves it
%(echo %make|perl -pe 's/-j\d+/-j1/g')

%check
make check

%install
%makeinstall_std

# cleanup
rm -f %{buildroot}%{_libdir}/gmimeConf.sh

%files -n %{libname}
%{_libdir}/libgmime-%{api}.so.%{major}*

%files -n %{devname}
%doc AUTHORS ChangeLog PORTING README TODO
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/gmime-%{api}.pc
%{_includedir}/*
%doc %{_gtkdocdir}/*

%if %{build_mono}
%files sharp
%{_prefix}/lib/mono/gac/%{oname}-sharp
%{_prefix}/lib/mono/%{oname}-sharp-%{api}
%{_libdir}/pkgconfig/%{oname}-sharp-%{api}.pc
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.33-2
+ Revision: c9bb12b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16498 |14mr|gmime-2.6.20-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major 0
%define apiver 2.6
%define libname %mklibname %{name} %{apiver} %{major}
%define devname %mklibname %{name} -d

%define _gtkdocdir %{_datadir}/gtk-doc/html

%ifarch %{mips} %{arm}
%bcond_with mono
%else
%bcond_without mono
%endif

Summary:	The libGMIME library
Name:		gmime
Version:	2.6.20
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://spruce.sourceforge.net/gmime
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		gmime-2.6.17-temporarily-disable-failing-test.patch
BuildRequires:	gtk-doc
BuildRequires:	gpgme-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(zlib)
%if %{with mono}
BuildRequires:	mono-devel
BuildRequires:	pkgconfig(gapi-2.0)
BuildRequires:	gtk-sharp2
%endif

%description
This library allows you to manipulate MIME messages.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The libGMIME library
Group:		System/Libraries

%description -n %{libname}
This library allows you to manipulate MIME messages.

%files -n %{libname}
%{_libdir}/libgmime-%{apiver}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for the lib%{name} library
Group:		Development/C
Provides:	%{name}-devel
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
This package contains the lib%{name} development library and its header files.

%files -n %{devname}
%doc AUTHORS ChangeLog PORTING README TODO
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/gmime-%{apiver}.pc
%{_includedir}/*
%{_datadir}/gapi-2.0/gmime-api.xml
%doc %{_gtkdocdir}/*

#----------------------------------------------------------------------------

%if %{with mono}
%package sharp
Summary:	GMIME bindings for mono
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description sharp
This library allows you to manipulate MIME messages.

%files sharp
%{_prefix}/lib/mono/gac/%{name}-sharp
%{_prefix}/lib/mono/%{name}-sharp-%{apiver}
%{_libdir}/pkgconfig/%{name}-sharp-%{apiver}.pc
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static \
	--with-html-dir=%{_gtkdocdir} \
	--enable-gtk-doc \
%if %{with mono}
	--enable-mono
%else
	--disable-mono
%endif

#gw parallel build broken in 2.1.15
# (tpg) mono stuff doesn't like parallel build, this solves it
%(echo %make|perl -pe 's/-j\d+/-j1/g')

%install
%makeinstall_std

# cleanup
rm -f %{buildroot}%{_libdir}/gmimeConf.sh

%check
make check


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.6.20-1
+ Revision: 827f3a3
- Fix more typos



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16499 |14mr|gmock-1.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define libname	%mklibname	%{name} %{major}
%define develname	%mklibname	%{name} -d

Summary:	Google C++ Mocking Framework
Name:		gmock
Version:	1.6.0
Release:	3
License:	BSD
Group:		System/Libraries
URL:		http://code.google.com/p/googlemock/
Source0:	http://googlemock.googlecode.com/files/gmock-%{version}.zip
Patch0:		gmock-1.6.0-enable-install.patch
BuildRequires:	gtest-devel >= 1.6.0
BuildRequires:	python
Requires:	%{libname} = %{version}-%{release}

%description
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s
specifics in mind, Google C++ Mocking Framework (or Google Mock for
short) is a library for writing and using C++ mock classes.

Google Mock:

 o lets you create mock classes trivially using simple macros,
 o supports a rich set of matchers and actions,
 o handles unordered, partially ordered, or completely ordered
   expectations,
 o is extensible by users, and
 o works on Linux, Mac OS X, Windows, Windows Mobile, minGW, and
   Symbian.

%package -n %{libname}
Summary:	Libraries for the %{name} package
Group:		System/Libraries

%description -n %{libname}
Libraries for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains development files for %{name}.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static \
	--with-gtest \
	--enable-external-gtest

%make LIBS='-lpthread -lgtest'

%install
%makeinstall_std
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print

# why repkg gtest
rm -fr %{buildroot}%{_includedir}/gtest/
rm -fr %{buildroot}%{_libdir}/libgtest*
rm -fr %{buildroot}%{_datadir}/aclocal

%check
%make check

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%doc CHANGES CONTRIBUTORS COPYING README
%{_libdir}/lib*.so
%{_includedir}/gmock/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.0-3
+ Revision: f01c76d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16500 |14mr|gmp-6.0.0a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# XXX this should really be the default behaviour of rpm..
%define	__noautoreqfiles	%{_docdir}

%define major 10
%define major_xx 4
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define libgmpxx %mklibname %{name}xx %{major_xx}
%define devgmpxx %mklibname %{name}xx -d
# Turn 6.0.0a etc. into 6.0.0
%define majorversion %(echo %{version} | sed -e 's/[a-z]//')

Summary:	A GNU arbitrary precision library
Name:		gmp
Version:	6.0.0a
Release:	2
License:	GPLv3+
Group:		System/Libraries
Url:		http://gmplib.org/
Source0:	ftp://ftp.gmplib.org/pub/%{name}-%{majorversion}/%{name}-%{version}.tar.lz
Source1:	ftp://ftp.gmplib.org/pub/%{name}-%{majorversion}/%{name}-%{version}.tar.lz.sig
Patch0:		gmp-5.1.0-x32-build-fix.patch

BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
# For unpacking the tarball
BuildRequires:	lzip

%description
The gmp package contains GNU MP, a library for arbitrary precision
arithmetic, signed integers operations, rational numbers and floating
point numbers. GNU MP is designed for speed, for both small and very
large operands.

GNU MP is fast for several reasons:
   - it uses fullwords as the basic arithmetic type,
   - it uses fast algorithms,
   - it carefully optimizes assembly code for many CPUs' most common
     inner loops
   - it generally emphasizes speed over simplicity/elegance in its
     operations

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A GNU arbitrary precision library
Group:		System/Libraries

%description -n %{libname}
This package contains a shared library for %{name}.

%files -n %{libname}
%doc NEWS README
%{_libdir}/libgmp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for the GNU MP arbitrary precision library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The static libraries, header files and documentation for using the GNU MP
arbitrary precision library in applications.

If you want to develop applications which will use the GNU MP library,
you'll need to install the gmp-devel package.  You'll also need to
install the gmp package.

%files -n %{devname}
%doc doc demos
%{_libdir}/libgmp.so
%{_libdir}/libgmp.a
%{_includedir}/gmp.h
%{_infodir}/gmp.info*
%{multiarch_includedir}/gmp.h

#----------------------------------------------------------------------------

%package -n %{libgmpxx}
Summary:	C++ support for GMP
Group:		System/Libraries

%description -n %{libgmpxx}
C++ support for GMP.

%files -n %{libgmpxx}
%{_libdir}/libgmpxx.so.%{major_xx}*

#----------------------------------------------------------------------------

%package -n %{devgmpxx}
Summary:	C++ Development tools for the GMP
Group:		Development/C++
Requires:	%{libgmpxx} = %{EVRD}
Provides:	gmpxx-devel = %{EVRD}

%description -n %{devgmpxx}
C++ Development tools for the GMP.

%files -n %{devgmpxx}
%{_libdir}/libgmpxx.so
%{_libdir}/libgmpxx.a
%{_includedir}/gmpxx.h

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{majorversion}
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--enable-cxx \
	--enable-static \
	--enable-mpbsd \
	--enable-fft
%make

%install
%makeinstall_std

%multiarch_includes %{buildroot}%{_includedir}/gmp.h

%if ! %{cross_compiling}
%check
# All tests must pass
make check
%endif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.0.0a-2
+ Revision: 27c8e96
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16501 |14mr|gmtk-1.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname gmtk %{major}
%define libnamedev	%mklibname -d gmtk

Name:		gmtk
Summary:	Library for gnome-mplayer and gecko-mediaplayer
Version:	1.0.7
Release:	2
License: 	GPLv2+
Group:		System/Libraries
Source0: 	http://gmtk.googlecode.com/files/%{name}-%{version}.tar.gz
URL: 		http://code.google.com/p/gmtk/
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libpulse-mainloop-glib)
BuildRequires: intltool

%description
Library for gnome-mplayer and gecko-mediaplayer.

%package i18n
Summary:	Translation files for %name
Group:		System/Libraries
BuildArch:	noarch

%description i18n
This package contains translation files for %name.

%package -n	%{libname}
Summary:	Library for gnome-mplayer and gecko-mediaplayer
Group:		System/Libraries
Requires:	%{name}-i18n >= %{version}

%description -n	%{libname}
Library for gnome-mplayer and gecko-mediaplayer.

%package -n	%{libnamedev}
Summary:	Libraries and include files for developing with libgmtk
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{libnamedev}
This package provides the necessary development libraries and include
files to allow you to develop with %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static --enable-gsettings
%make

%install
%makeinstall_std

%find_lang %name

rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_datadir}/doc/%{name}/*

%files i18n -f %name.lang

%files -n %{libname}
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

%files -n %{libnamedev}
%{_libdir}/*.so
%{_includedir}/%{name}
%{_libdir}/pkgconfig/*.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.7-2
+ Revision: 787f22e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16502 |14mr|gnet2-2.0.8-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api_version 2.0
%define major 0
%define libname %mklibname gnet-%{api_version}_ %{major}
%define develname %mklibname gnet-%{api_version} -d

Summary:	A network library
Name:		gnet2
Version:	2.0.8
Release:	11
Group:		System/Libraries
License:	LGPL
URL:		http://www.gnetlibrary.org
Source0:	gnet-%{version}.tar.bz2
Patch0:		gnet-2.0.8-examples.patch
BuildRequires:	pkgconfig(glib-2.0)

%description
Gnet is a simple network library.  It is writen in C, object-oriented,
and built upon glib.  It is intended to be small, fast, easy-to-use,
and easy to port.  The interface is similar to the interface for
Java's network library.

Features:
  * TCP 'client' sockets
  * TCP 'server' sockets
  * Non-blocking TCP sockets
  * UDP
  * IP Multicast
  * Internet address abstraction

%package -n	%{libname}
Summary:	Libgnet, a network library
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}

%description -n	%{libname}
Gnet is a simple network library.  It is writen in C, object-oriented,
and built upon glib.  It is intended to be small, fast, easy-to-use,
and easy to port.  The interface is similar to the interface for
Java's network library.

%package -n	%{develname}
Summary:	Header files for the Gnet library
Group:		Development/C
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	libgnet-%{api_version}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{develname}
Gnet is a simple network library.  It is writen in C, object-oriented,
and built upon glib.
This package allows you to develop applications that use the Gnet
library.

%prep
%setup -q -n gnet-%{version}
%patch0 -p1
chmod 755 doc/html

%build
autoreconf -fi
export CFLAGS="%{optflags} -fPIC"
%configure2_5x --disable-static

%make

%install
%makeinstall_std

#remove unpackaged files
rm -rf %{buildroot}%{_datadir}/doc/libgnet%{api_version}-dev
rm -fr %{buildroot}%{_datadir}/gtk-doc/

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc README COPYING ChangeLog NEWS TODO AUTHORS INSTALL HACKING doc/html
%{_includedir}/gnet-2.0
%{_datadir}/aclocal/*
%{_libdir}/gnet-2.0
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.8-11
+ Revision: f828119
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16503 |14mr|gnome-backgrounds-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Background images for the GNOME desktop
Name:		gnome-backgrounds
Version:	3.12.2
Release:	2

License:	GPLv2
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildArch:	noarch

BuildRequires:	intltool

%description
This module contains a set of backgrounds packaged with the GNOME desktop.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc NEWS README AUTHORS
%{_datadir}/gnome-background-properties/
%{_datadir}/backgrounds/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 15208ca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16504 |14mr|gnome-bluetooth-3.12.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	13
%define	maj_app	0
%define	gir_maj	1.0
%define	libname	%mklibname %{name} %{major}
%define	lib_app	%mklibname %{name}-applet %{maj_app}
%define	girname	%mklibname %{name}-gir %{gir_maj}
%define	gir_app	%mklibname %{name}-applet-gir %{gir_maj}
%define	devname	%mklibname -d %{name}

Name: 	 	gnome-bluetooth
Summary: 	GNOME Bluetooth Subsystem
Epoch:		1
Version: 	3.12.0
Release:	3
#gw lib is LGPL, main app is GPL
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
URL:		http://usefulinc.com/software/gnome-bluetooth/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-bluetooth/3.12/%{name}-%{version}.tar.xz
Source1:	61-gnome-bluetooth-rfkill.rules

BuildRequires:	intltool itstool
BuildRequires:	GConf2
BuildRequires:	gettext
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(unique-3.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libudev)

Requires:	gvfs-obexftp
Requires:	bluez
Requires:	obexd

Obsoletes:	nautilus-sendto-bluetooth < %{version}
Provides:	nautilus-sendto-bluetooth = %{version}

Provides:	bluez-pin

Obsoletes:	%{gir_app}
Obsoletes:	%{lib_app}

%description
The gnome-bluetooth package contains graphical utilities to setup,
monitor and use Bluetooth devices.

%package -n	%{libname}
Group:		System/Libraries
Summary: 	GNOME bluetooth library
Conflicts:	%{_lib}gnome-bluetooth7 < 1:2.31
Obsoletes:	%{_lib}gnome-bluetooth11

%description -n	%{libname}
Library from GNOME-Bluetooth.

%package -n	%{lib_app}
Group:		System/Libraries
Summary: 	GNOME bluetooth Applet library

%description -n %{lib_app}
Library from GNOME-Bluetooth Applet

%package -n	%{girname}
Group:		System/Libraries
Summary:	GObject Introspection interface for %{name}
Requires:	%{libname} = %{EVRD}

%description -n	%{girname}
GObject Introspection interface for %{name}.

%package -n	%{devname}
Group:		Development/C
Summary:	Development libraries and header files from %{name}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{version}-%{release}


%description -n	%{devname}
Development libraries and header files from %{name}

%prep
%setup -q
%apply_patches

%build
export LDFLAGS="$LDFLAGS -lm"

%configure2_5x \
	--enable-shared \
	--disable-static \
	--disable-desktop-update \
	--disable-icon-update

%make
										
%install
%makeinstall_std
%find_lang %{name}2 --all-name --with-gnome

mkdir -p %{buildroot}/lib/udev/rules.d
install -m644 %{SOURCE1} %{buildroot}/lib/udev/rules.d/

%files -f %{name}2.lang
%doc README AUTHORS
%{_bindir}/*
%{_datadir}/applications/bluetooth-sendto.desktop
%{_datadir}/icons/hicolor/*/*/*.*
%{_datadir}/%{name}
%{_mandir}/man1/*
/lib/udev/rules.d/*

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GnomeBluetooth-%{gir_maj}.typelib

%files -n %{devname}
%{_datadir}/gtk-doc/html/%{name}
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.12.0-3
+ Revision: 544b302
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16505 |14mr|gnome-calculator-3.12.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-calculator
Version:        3.12.4
Release:        1
Summary:        A desktop calculator

Group:          Graphical desktop/GNOME
License:        GPLv2+
URL:            http://live.gnome.org/Gcalctool
#VCS: git:git://git.gnome.org/gcalctool
Source0:        http://download.gnome.org/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(gtksourceview-3.0)
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: libxml2-utils
BuildRequires: flex
BuildRequires: bison
BuildRequires: intltool
BuildRequires: itstool

Provides:  gcalctool = 6.6.2-3
Obsoletes: gcalctool < 6.6.2-3


%description
gnome-calculator is a powerful graphical calculator with financial,
logical and scientific modes. It uses a multiple precision package
to do its arithmetic to give a high degree of accuracy.


%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-calculator.desktop

sed -i 's/GTK/GTK;System/' $RPM_BUILD_ROOT%{_datadir}/applications/gnome-calculator.desktop

%find_lang %{name} --with-gnome --all-name


%files -f %{name}.lang
%doc COPYING NEWS
%{_bindir}/gcalccmd
%{_bindir}/gnome-calculator
%{_datadir}/applications/*.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml
%{_datadir}/appdata/gnome-calculator.appdata.xml
%doc %{_mandir}/man1/gnome-calculator.1*
%doc %{_mandir}/man1/gcalccmd.1*


%changelog
* Mon Sep 15 2014 Tigro <ashejn@gmail.com> 3.12.4-1
+ Revision: 3599e3c
- update to 3.12.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16506 |14mr|gnome-chess-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-chess
Version:        3.12.2
Release:        2
Summary:        GNOME Chess game

License:        GPLv2+ and GFDL
Group:		Games/Other
URL:            https://live.gnome.org/Chess
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(librsvg-2.0)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(sqlite3)
BuildRequires:  vala-devel

Obsoletes: gnome-games < 3.7.92
Obsoletes: glchess < 3.7.92
Provides: glchess = %{version}-%{release}

Requires: gnuchess

%description
A chess game which supports several chess engines, with 2D and optionally 3D
support if OpenGL is present.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-chess.desktop

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc COPYING
%{_bindir}/gnome-chess
%{_datadir}/applications/gnome-chess.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-chess.gschema.xml
%{_datadir}/gnome-chess
%{_datadir}/icons/hicolor/*/apps/gnome-chess.*
%{_mandir}/man6/gnome-chess.6*
%{_sysconfdir}/gnome-chess/engines.conf
%{_datadir}/appdata/gnome-chess.appdata.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 4688e1f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16507 |14mr|gnome-clocks-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-clocks
Version:        3.12.0
Release:        2
Summary:        Clock application designed for GNOME 3

License:        GPLv2+
Group:		Graphical desktop/GNOME
URL:            https://live.gnome.org/GnomeClocks
Source0:        http://download.gnome.org/sources/gnome-clocks/3.12/%{name}-%{version}.tar.xz

BuildRequires:  pkgconfig(gtk+-3.0)
Buildrequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(libcanberra-gtk3) >= 0.30
BuildRequires:  pkgconfig(gweather-3.0)
BuildRequires:  pkgconfig(gnome-desktop-3.0)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(geocode-glib-1.0)
BuildRequires:  pkgconfig(geoclue-2.0)
BuildRequires:  vala-tools
BuildRequires:  itstool
BuildRequires:  intltool

%description
Clock application designed for GNOME 3

%prep
%setup -q

%build
%configure2_5x
%make V=1 %{?_smp_mflags}

%install
%makeinstall_std

%find_lang %{name}

%post
/bin/touch --no-create %{_datadir}/icons/hicolor %{_datadir}/icons/HighContrast &>/dev/null || :

%files -f gnome-clocks.lang
%doc AUTHORS COPYING README NEWS
%{_bindir}/gnome-clocks
%{_datadir}/gnome-clocks
%{_datadir}/icons/*/*/apps/gnome-clocks.png
%{_datadir}/glib-2.0/schemas/org.gnome.clocks.gschema.xml
%{_datadir}/appdata/org.gnome.clocks.appdata.xml
%{_datadir}/applications/org.gnome.clocks.desktop
%{_datadir}/dbus-1/services/org.gnome.clocks.service
%{_datadir}/help/*/gnome-clocks/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: d83608e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16508 |14mr|gnome-color-manager-3.12.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:   Color management tools for GNOME
Name:      gnome-color-manager
Version:   3.12.3
Release:   3
License:   GPLv2+
Group:     Graphical desktop/GNOME
Url:       http://projects.gnome.org/gnome-color-manager/
Source0:   ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd41-sgml
BuildRequires:	docbook-utils
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool itstool
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(colord)
BuildRequires:	pkgconfig(colord-gtk)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(mash-0.2)
BuildRequires:	pkgconfig(mx-1.0)
BuildRequires:	pkgconfig(vte-2.90)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)

Requires: colord
Requires: gnome-icon-theme
Requires: shared-color-profiles

%description
gnome-color-manager is a session framework that makes it easy to manage, 
install and generate color profiles in the GNOME desktop.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-scrollkeeper \
	--enable-packagekit

%make 

%install
%makeinstall_std

%find_lang %name --with-gnome --all-name

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/gcm-*
%{_libexecdir}/gcm-helper-exiv
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/*/*.png
%{_datadir}/icons/hicolor/scalable/*/*.svg
%{_datadir}/man/man1/*
%{_datadir}/appdata/gcm-viewer.appdata.xml

%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.12.3-3
+ Revision: 0e69d0d
- Updated gnome-color-manager.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16509 |14mr|gnome-common-3.7.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gnome-common
Summary:	Gnome-common contains useful things common to building gnome packages
Version:	3.7.4
Release:	2
License: 	GPLv3+
Group:		Development/GNOME and GTK+
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.7/%{name}-%{version}.tar.xz
URL: 		http://www.gnome.org/
Requires:	common-licenses
BuildRequires:	pkgconfig gawk
BuildArch:	noarch

%description
gnome-common is for building various GNOME modules from CVS. It is not
needed to run GNOME.

%prep
%setup -q

%build
%configure2_5x
%make

%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT

%makeinstall_std

%files
%defattr(-, root, root)
%doc ChangeLog 
%{_bindir}/*
%{_datadir}/aclocal/*.m4
%{_datadir}/gnome-common


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.7.4-2
+ Revision: d23d5ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16510 |14mr|gnome-contacts-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-contacts
Version:	3.12.0
Release:	2
Summary:	Contacts manager for GNOME
Group:		Graphical desktop/GNOME
License:	GPLv2+
URL:		https://live.gnome.org/ThreePointOne/Features/Contacts
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	vala-devel >= 0.20
BuildRequires:	vala-tools
BuildRequires:	pkgconfig(folks)
BuildRequires:	pkgconfig(folks-eds)
BuildRequires:	pkgconfig(folks-telepathy)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	pkgconfig(goa-1.0)
BuildRequires:	pkgconfig(libebook-1.2)
BuildRequires:	pkgconfig(libedataserver-1.2)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(cheese) >= 3.6.0
BuildRequires:	pkgconfig(cheese-gtk) >= 3.6.0
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)

Requires:	telepathy-mission-control

%description
Standalone contacts manager for GNOME desktop.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README NEWS ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_libexecdir}/gnome-contacts-search-provider
%{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
%{_datadir}/gnome-shell/search-providers/gnome-contacts-search-provider.ini
%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.enums.xml
%{_datadir}/appdata/gnome-contacts.appdata.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: f7ba358
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16511 |14mr|gnome-control-center-3.12.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	GNOME control center
Name:		gnome-control-center
Version:	3.12.1
Release:	6
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/softwaremap/projects/control-center/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz
Patch0:         lv3-typo-default-layout.patch
Patch1:		gnome-control-center-3.12.1-fontconfig.patch
###Patch2:		rosa-additional-items.patch
###Patch3:		power-critical-upoweroff.patch
Patch4:		gcc-increase-field-for-long-Russian-words.patch
##Patch5:     gnome-control-center-3.8.4.1-password-strength.patch
##Patch6:     gnome-control-center-3.8.4.1-change-own-password-without-root.patch
#Patch7:     gnome-control-center-3.8.4.1-scrollbar.patch
###Patch8:		gnome-control-center-3.8.6-drop-background-test-chooser-dialog.patch

BuildRequires:	desktop-file-utils
BuildRequires:	gnome-common
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool
BuildRequires:	shared-mime-info
BuildRequires:	cups-devel
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(cheese-gtk) >= 2.91.91.1
BuildRequires:  pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(colord) >= 0.1.25
BuildRequires:	pkgconfig(colord-gtk) >= 0.1.25
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0) >= 2.23.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.29.14
BuildRequires:	pkgconfig(gnome-bluetooth-1.0)
BuildRequires:	pkgconfig(gnome-desktop-3.0) >= 3.1.0
BuildRequires:	pkgconfig(gnome-settings-daemon) >= 3.3.91
BuildRequires:	pkgconfig(goa-backend-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	iso-codes-devel
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(pwquality)
BuildRequires:	pkgconfig(accountsservice)
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.13
BuildRequires:	pkgconfig(libgnome-menu-3.0)
BuildRequires:	pkgconfig(libgnomekbd) >= 2.91.91
BuildRequires:	pkgconfig(libgnomekbdui) >= 2.91.91
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(libnm-glib) >= 0.8.992
BuildRequires:	pkgconfig(libnm-glib-vpn) => 0.8.992
BuildRequires:	pkgconfig(libnm-util) >= 0.8.992
BuildRequires:	pkgconfig(libnm-gtk) >= 0.8.992
BuildRequires:	pkgconfig(libnotify) >= 0.7.3
BuildRequires:	pkgconfig(libpulse) >= 0.9.16
BuildRequires:	pkgconfig(libpulse-mainloop-glib) >= 0.9.16
BuildRequires:	pkgconfig(libwacom)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(libxklavier) >= 5.1
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(NetworkManager) >= 0.8.992
BuildRequires:	pkgconfig(polkit-gobject-1) >= 0.97
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(upower-glib) >= 0.9.1
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xxf86misc)
BuildRequires:	pkgconfig(xi) >= 1.2
BuildRequires:	pkgconfig(mm-glib)
BuildRequires:	pkgconfig(grilo-0.2)

BuildRequires:	docbook-style-xsl

Requires: gnome-settings-daemon >= 2.21.5
Requires: cups-pk-helper
Requires(post,postun): shared-mime-info desktop-file-utils

%description
GNOME Control-center is a configuration tool for easily
setting up your GNOME environment.

%package -n %{develname}
Summary:	Development libraries, include files for GNOME control center
Group:		Development/GNOME and GTK+
Obsoletes:	%{_lib}gnome-window-settings-devel

%description -n %{develname}
Development libraries, include files for GNOME Control Center

%prep
%setup -q
%apply_patches

%build

%configure2_5x \
	--disable-static

%make V=1

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} \;
rm -f %{buildroot}%{_datadir}/applications/mimeinfo.cache

%{find_lang} %{name}-2.0 --with-gnome --all-name

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--remove-category="PersonalSettings" \
	--add-category="X-MandrivaLinux-System-Configuration-GNOME" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%files -f %{name}-2.0.lang
%doc AUTHORS NEWS README
%{_bindir}/gnome-control-center
%{_libexecdir}/gnome-control-center-search-provider
%{_libdir}/cc-remote-login-helper
%{_datadir}/applications/*
%{_datadir}/gnome-control-center/
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/sounds/gnome/default/*
%{_datadir}/pixmaps
%{_datadir}/dbus-1/services/*
%{_datadir}/bash-completion/*
%{_datadir}/gnome-shell
%{_mandir}/man?/*
%{_datadir}/polkit-1/actions/*.policy
%{_datadir}/polkit-1/rules.d/*.rules

%files -n %{develname}
%{_datadir}/pkgconfig/*

%changelog
* Fri Sep 12 2014 Tigro <ashejn@gmail.com> 3.12.1-6
+ Revision: 6dd9b17
- rebuilt against new modemmanager

* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 3.12.1-5
+ Revision: 73779b9
- bump release

* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 3.12.1-4
+ Revision: 64a8b45
- increase size

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-4
+ Revision: 6c53bef
- MassBuild#440: Increase release tag

* Mon Jun 16 2014 Tigro <ashejn@gmail.com> 3.12.1-3
+ Revision: b27e023
- bump release to build against new colord

* Tue May 27 2014 Tigro <ashejn@gmail.com> 3.12.1-2
+ Revision: f350a73
- apply gcc-increase-field-for-long-Russian-words.patch patch

* Wed Apr 30 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: 67786ec
- added BR: grilo-0.2

* Wed Apr 30 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: ae7a09c
- drop obsolete configure

* Wed Apr 30 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: e2e60df
- drop patch

* Wed Apr 30 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: d25f09e
- update field patch

* Wed Apr 30 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: c6e8c4b
- update patches

* Wed Apr 30 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: 8f186fd
- update fontconfig patch

* Wed Apr 30 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: 7372a41
- update to 3.12.1

* Wed Mar 12 2014 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.6-2
+ Revision: a5a0d6b
- Added icon for drakxservices

* Thu Feb 13 2014 akdengi <kazancas@mandriva.ru> 3.8.6-1
+ Revision: ff1db4d
- Update to 3.8.6

* Thu Feb 13 2014 akdengi <alexander.kazancev@rosalab.ru> 3.8.4.1-9
+ Revision: e29daae
- use logind instead upower when battery power crytical

* Fri Jan 17 2014 akdengi <kazancas@mandriva.ru> 3.8.4.1-8
+ Revision: 46d44cd
- disable upower patch

* Fri Nov 22 2013 Ural Mullabaev <ural.mullabaev@rosalab.ru> 3.8.4.1-7
+ Revision: 86161f5
- Increased width for scrollbar

* Fri Nov 22 2013 Ural Mullabaev <ural.mullabaev@rosalab.ru> 3.8.4.1-6
+ Revision: 760c472
- Fixed appearing scrollbar in VirtualBox

* Fri Nov 22 2013 Ural Mullabaev <ural.mullabaev@rosalab.ru> 3.8.4.1-6
+ Revision: 7e4f4d0
- Allow change own password without root privileges

* Fri Nov 22 2013 Ural Mullabaev <ural.mullabaev@rosalab.ru> 3.8.4.1-6
+ Revision: 5fbcef5
- Added patch to disable the ban passwords with less strength

* Fri Nov 15 2013 Tigro <ashejn@gmail.com> 3.8.4.1-6
+ Revision: 3d27f43
- bump release

* Fri Nov 15 2013 Tigro <ashejn@gmail.com> 3.8.4.1-5
+ Revision: 7974251
- move item to Personal

* Wed Nov 06 2013 Arkady Shane <ashejn@gmail.com> 3.8.4.1-5
+ Revision: 8f3e802
- bump release

* Wed Nov 06 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 3.8.4.1-4
+ Revision: a438fc4
- Fix: Increases the width of the text box for the long Russian words that
- were not previously included in full.

* Mon Oct 14 2013 akdengi <alexander.kazancev@rosalab.ru> 3.8.4.1-4
+ Revision: 09c86ee
- fix power menu for critical energy with no using upower

* Thu Sep 26 2013 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.4.1-3
+ Revision: 33a7a27
- Added forgoten patch

* Thu Sep 26 2013 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.4.1-3
+ Revision: ef71796
- Added patch with Rosa Software Center and Gnome Tweak Tool launch icons.

* Wed Aug 28 2013 Tigro <ashejn@gmail.com> 3.8.4.1-2
+ Revision: c00b476
- fix translation

* Fri Jul 26 2013 Tigro <ashejn@gmail.com> 3.8.4.1-1
+ Revision: 6377f44
- update to 3.8.4.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16512 |14mr|gnome-desktop-2.32.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api_version 2
%define lib_major   17
%define libname %mklibname %{name}-%{api_version}_ %{lib_major}
%define develname %mklibname -d %{name}-%{api_version}

Summary:	Package containing code shared among gnome-panel, gnome-session, nautilus, etc
Name:		gnome-desktop
Version:	2.32.1
Release:	9
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/%{name}-%{version}.tar.bz2

BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	libxslt-proc
BuildRequires:	intltool >= 0.40.0
BuildRequires:	ldetect-lst

Provides:	%{name}-%{api_version} = %{version}-%{release}
Requires:	ldetect-lst >= 0.1.282
%rename %{name}-common

%description
This package contains some data files and other shared components of the
GNOME user environment.

%package -n %{libname}
Summary:	%{summary}
Group:		System/Libraries

%description -n %{libname}
This package contains an internal library
(libgnomedesktop) used to implement some portions of the GNOME
desktop.

%package -n %{develname}
Summary:	Development libraries, include files for gnome-desktop
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-%{api_version}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname -d gnome-desktop-2_ 2} < 2.32.1-8

%description -n %{develname}
Development libraries, include files for internal library libgnomedesktop.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-gnome-distributor="%{vendor}" \
	--disable-scrollkeeper \
	--with-pnp-ids-path=%{_datadir}/misc/pnp.ids

%make LIBS=-lm

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang %{name}-2.0

for d in `ls -1 %{buildroot}%{_datadir}/gnome/help/`; do
  %find_lang $d --with-gnome
  cat $d.lang >> %{name}-2.0.lang
done

%files -f %{name}-2.0.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
%{_datadir}/gnome-about
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libgnome-desktop-%{api_version}.so.%{lib_major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%doc %{_datadir}/gtk-doc/html/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.32.1-9
+ Revision: 0785a97
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16513 |14mr|gnome-desktop3-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gnome-desktop

%define	api_version	3
%define api		3.0
%define major		10

%define libname		%mklibname %{oname} %{api_version} %{major}
%define develname	%mklibname -d %{oname} %{api_version}
%define girname		%mklibname %{oname}-gir %{api}

Summary:	Package containing code shared among gnome-panel, gnome-session, nautilus, etc
Name:		%{oname}3
Version:	3.12.2
Release:	2
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{oname}/3.12/%{oname}-%{version}.tar.xz

BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	ldetect-lst
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(xkeyboard-config)
BuildRequires:	itstool, iso-codes-devel


Requires:	ldetect-lst >= 0.1.282
Obsoletes:	%{name}-common < 2.91.92
Conflicts:	gnome-desktop-common < 2.32.1-2
%rename 	%{oname}

%description
This package contains some data files and other shared components of the
GNOME user environment.

%package -n %{libname}
Summary:	%{summary}
Group:		System/Libraries
%rename		%{_lib}%{oname}-3_2
Obsoletes:	%{_lib}gnome-desktop3_4
Obsoletes:	%{_lib}gnome-desktop3_7

%description -n %{libname}
This package contains an internal library
(libgnomedesktop) used to implement some portions of the GNOME
desktop.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{oname}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{oname}.

%package -n %{develname}
Summary:	Development libraries, include files for %{oname}
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}

%description -n %{develname}
Development libraries, include files for internal library %{oname}.

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x \
	--disable-static \
	--with-gnome-distributor="%_vendor" \
	--disable-scrollkeeper \
	--with-pnp-ids-path=%{_datadir}/hwdata/pnp.ids

%make LIBS='-lrt -lgmodule-2.0'

%install
%makeinstall_std 
rm -f %{buildroot}%{_libdir}/*.la

%find_lang %{oname}-%{api}
for d in `ls -1 %{buildroot}%{_datadir}/gnome/help/`; do
  %find_lang $d --with-gnome
  cat $d.lang >> %{oname}-%{api}.lang
done

%files -f %{oname}-%{api}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_datadir}/gnome/gnome-version.xml
%{_datadir}/help/*

%files -n %{libname}
%{_libdir}/libgnome-desktop-%{api_version}.so.%{major}*
%{_libdir}/gnome-rr-debug

%files -n %{girname}
%{_libdir}/girepository-1.0/GnomeDesktop-%{api}.typelib

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/GnomeDesktop-%{api}.gir
%doc %{_datadir}/gtk-doc/html/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 91bbc1c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16514 |14mr|gnome-desktop-sharp-2.26.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gtk_sharp 2.12.2
%define gnome_sharp 2.24.0
%define monodir %{_prefix}/lib/mono

Summary:	C# language bindings for GNOME desktop
Name:		gnome-desktop-sharp
Version:	2.26.0
Release:	11
License:	LGPLv2
Group:		System/Libraries
Url:		http://www.mono-project.com/Main_Page
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.bz2
Patch0:		gnome-desktop-sharp-2.26.0-new-libgnomedesktop-major.patch
BuildRequires:	mono-devel
BuildRequires:	gtk-sharp2-devel >= %{gtk_sharp}
BuildRequires:	gtk-sharp2 >= %{gtk_sharp}
BuildRequires:	glade-sharp2 >= %{gtk_sharp}
BuildRequires:	gnome-sharp2-devel >= %{gnome_sharp}
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libgtkhtml-3.14)
BuildRequires:	pkgconfig(vte)
BuildRequires:	pkgconfig(libpanelapplet-2.0)
BuildRequires:	pkgconfig(libgnomeprintui-2.2)
BuildRequires:	pkgconfig(gnome-desktop-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(gtksourceview-2.0)
Conflicts:	gnome-sharp2 < 2.19.90

%description
This contains C# language bindings for some of the GNOME desktop libraries.

%package devel
Summary:	C# language binding for the GNOME desktop - devel files
Group:		Development/Other
Requires:	%{name} = %{version}
Requires:	gtkhtml-sharp = %{version}
Requires:	vte-sharp = %{version}
Requires:	rsvg-sharp = %{version}
Requires:	wnck-sharp = %{version}
Requires:	gtksourceview-sharp2 = %{version}
Requires:	gnome-panel-sharp = %{version}
Requires:	gnome-print-sharp = %{version}
Conflicts:	gnome-desktop-sharp < 2.20.1-2

%description devel
This is a C# language binding for the GNOME desktop. It contains all
files that are needed to build against %{name}.

%package -n gnome-print-sharp
Group:		System/Libraries
Summary:	C# language binding for the GNOME print library

%description -n gnome-print-sharp
This contains the C# language binding for the GNOME print library.

%package -n gnome-panel-sharp
Group:		System/Libraries
Summary:	C# language binding for the GNOME panel

%description -n gnome-panel-sharp
This contains the C# language binding for the GNOME panel.

%package -n vte-sharp
Group:		System/Libraries
Summary:	C# language binding for VTE
Conflicts:	gnome-desktop-sharp < 2.20.1-2

%description -n vte-sharp
This contains the C# language binding for the VTE library.

%package -n rsvg-sharp
Group:		System/Libraries
Summary:	C# language binding for librsvg
Conflicts:	gnome-desktop-sharp < 2.20.1-2

%description -n rsvg-sharp
This contains the C# language binding for the librsvg library.

%package -n wnck-sharp
Group:		System/Libraries
Summary:	C# language binding for libwnck
Conflicts:	gnome-desktop-sharp < 2.20.1-2

%description -n wnck-sharp
This contains the C# language binding for the libwnck library.

%package -n gtkhtml-sharp
Group:		System/Libraries
Summary:	C# language binding for gtkhtml
Conflicts:	gnome-desktop-sharp < 2.20.1-2

%description -n gtkhtml-sharp
This contains the C# language binding for the gtkhtml library.

%package -n gtksourceview-sharp2
Group:		System/Libraries
Summary:	C# language binding for gtksourceview 2
Conflicts:	gnome-desktop-sharp < 2.20.1-2

%description -n gtksourceview-sharp2
This contains the C# language binding for the gtksourceview 2 library.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --disable-static
make

%install
%makeinstall_std

%files
%doc README NEWS  HACKING AUTHORS
%{monodir}/gac/gnomedesktop-sharp
%{monodir}/gnomedesktop-sharp-2.20

%files -n gnome-print-sharp
%{monodir}/gac/gnome-print-sharp
%{monodir}/gnome-print-sharp-2.18

%files -n gnome-panel-sharp
%{monodir}/gac/gnome-panel-sharp
%{_libdir}/libgnomepanelsharpglue-2.so
%{monodir}/gnome-panel-sharp-2.24

%files -n vte-sharp
%{monodir}/gac/vte-sharp
%{_libdir}/libvtesharpglue-2.so
%{monodir}/vte-sharp-0.16

%files -n rsvg-sharp
%{monodir}/gac/rsvg2-sharp
%{monodir}/rsvg2-sharp-2.0

%files -n wnck-sharp
%{monodir}/gac/wnck-sharp
%{monodir}/wnck-sharp-2.20
%{_libdir}/libwncksharpglue-2.so

%files -n gtksourceview-sharp2
%{monodir}/gac/gtksourceview2-sharp
%{monodir}/gtksourceview2-sharp-2.0
%{_libdir}/libgtksourceview2sharpglue-2.so

%files -n gtkhtml-sharp
%{monodir}/gac/gtkhtml-sharp
%{monodir}/gtkhtml-sharp-3.14
%{_libdir}/libgtkhtmlsharpglue-2.so

%files devel
%doc ChangeLog
%{_libdir}/pkgconfig/gnome-desktop-sharp-2.0.pc
%{_libdir}/pkgconfig/gtkhtml-sharp-3.14.pc
%{_libdir}/pkgconfig/gtksourceview2-sharp.pc
%{_libdir}/pkgconfig/rsvg2-sharp-2.0.pc
%{_libdir}/pkgconfig/vte-sharp-0.16.pc
%{_libdir}/pkgconfig/wnck-sharp-1.0.pc
%{_libdir}/pkgconfig/gnome-panel-sharp-2.24.pc
%{_libdir}/pkgconfig/gnome-print-sharp-2.18.pc
%{_datadir}/gnomedesktop-sharp
%{_datadir}/gtkhtml-sharp
%{_datadir}/gtksourceview2-sharp
%{_datadir}/rsvg2-sharp
%{_datadir}/vte-sharp
%{_datadir}/wnck-sharp
%{_datadir}/gnome-panel-sharp
%{_datadir}/gnome-print-sharp


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.26.0-11
+ Revision: 6845a8e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16515 |14mr|gnome-dictionary-3.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	6
%define api	1.0
%define libname	%mklibname gdict %{api} %{major}
%define devname	%mklibname -d gdict %{api}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-dictionary
Epoch:		1
Version:	3.6.0
Release:	2
Summary:	GNOME Dictionary
License:	GPLv2+ and LGPLv2
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool, itstool
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
Conflicts:	gnome-utils < 1:3.3.2

%description
GNOME Dictionary - Look up words in dictionary sources.

%package -n %{libname}
Group:		System/Libraries
Summary:	GNOME dictionary shared library

%description -n %{libname}
This is the shared library required by the GNOME Dictionary.

%package -n %{devname}
Group:		Development/C
Summary:	GNOME dictionary library development files
Requires:	%{libname} = %{epoch}:%{version}-%{release}
Provides:	libgdict%{api}-devel = %{epoch}:%{version}-%{release}

%description -n %{devname}
This is the shared library required by the GNOME Dictionary.

%prep
%setup -q

%build
%configure2_5x \
	--disable-rpath \
	--disable-static \
	--disable-schemas-compile \
	--disable-scrollkeeper
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

#we don't want these
find %{buildroot} -name "*.la" -delete

%files -f %{name}.lang
%doc README NEWS AUTHORS TODO
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/gdict-%{api}/
%{_datadir}/glib-2.0/schemas/org.gnome.dictionary.gschema.xml
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.*

%files -n %{libname}
%{_libdir}/libgdict-%{api}.so.%{major}*

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/gdict/
%{_libdir}/libgdict-%{api}.so
%{_libdir}/pkgconfig/gdict-%{api}.pc
%{_includedir}/gdict-%{api}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.6.0-2
+ Revision: 6f448d7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16516 |14mr|gnome-disk-utility-3.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	Disk management daemon
Name:		gnome-disk-utility
Version:	3.12.1
Release:	2
License:	LGPLv2+
Group:		System/Configuration/Other
URL:		http://git.gnome.org/cgit/gnome-disk-utility
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gio-unix-2.0) >= 2.31.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.3.0
BuildRequires:	pkgconfig(udisks2) >= 1.90
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(pwquality)
BuildRequires:	pkgconfig(libsystemd-login) >= 186
BuildRequires:	pkgconfig(libsecret-1)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(gnome-settings-daemon)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	gnome-doc-utils
BuildRequires:	intltool
BuildRequires:	gtk-doc
Requires:	polkit-agent
Requires:	udisks2 >= 1.90

%description
This package contains the Palimpsest disk management application.
Palimpsest supports partitioning, file system creation, encryption,
RAID, SMART monitoring, etc.

%prep
%setup -q

%build
%configure2_5x \
        --disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README AUTHORS NEWS
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/*/*/apps/*
%{_libdir}/gnome-settings-daemon-3.0/*
%{_datadir}/glib-2.0/schemas/*.xml
%{_mandir}/man1/gnome*1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-2
+ Revision: 32f90db
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16517 |14mr|gnome-documents-3.12.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		api		1.0

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-documents
Version:	3.12.1
Release:	3
License:	GPLv2+
Summary:	Document manager application for GNOME
Url:		http://www.gnome.org/
Group:		Graphical desktop/GNOME
Source0:	ftp://ftp.gnome.org/pub/gnome/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	gobject-introspection-devel
BuildRequires:	intltool, libxml2-utils, itstool, xsltproc
BuildRequires:	pkgconfig(evince-document-3.0) >= 3.3.0
BuildRequires:	pkgconfig(evince-view-3.0) >= 3.3.0
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.9.6
BuildRequires:	pkgconfig(glib-2.0) >= 2.29.90
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.1.13
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	pkgconfig(goa-1.0) >= 3.1.90
BuildRequires:	pkgconfig(libgdata) >= 0.9.1
BuildRequires:	pkgconfig(clutter-gtk-1.0) >= 1.0.1
# gjs-1.0 is needed to get the path to gjs-console
BuildRequires:	pkgconfig(gjs-1.0)
BuildRequires:  pkgconfig(zapojit-0.0)
BuildRequires:  pkgconfig(evince-document-3.0)
BuildRequires:  pkgconfig(tracker-sparql-1.0)
BuildRequires:  pkgconfig(webkitgtk-3.0)
BuildRequires:  docbook-style-xsl

Requires:	gjs
Requires:	tracker
Requires:	typelib(Rest)
Requires:	typelib(Soup)
Requires:	typelib(JavaScriptCore)
Requires:       %{_lib}tracker-gir1.0

Obsoletes:	%{_lib}gdprivate1.0_0 < 0.3.3
Obsoletes:	%{_lib}gdprivate1.0-devel < 0.3.3
Obsoletes:	%{_lib}gdprivate-gir1.0 < %{version}

%description
Documents is a document manager application for GNOME.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%find_lang %{name}

#we don't want these
find %{buildroot} -name "*.la" -delete

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_libdir}/%{name}/girepository-1.0/GdPrivate-%{api}.typelib
%{_libdir}/%{name}/*.so
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/dbus-1/services/*.service
%{_libdir}/%{name}/girepository-1.0/Gd-%{api}.typelib
%{_mandir}/man1/*
%{_datadir}/help/*/gnome-documents/*
%{_datadir}/gnome-shell/search-providers/org.gnome.Documents.search-provider.ini
%{_datadir}/applications/org.gnome.Documents.desktop
%{_datadir}/appdata/org.gnome.Documents.appdata.xml
%{_libexecdir}/gnome-documents-service

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-3
+ Revision: d88a5fd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16518 |14mr|gnome-doc-utils-0.20.10-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgconfigdir %{_datadir}/pkgconfig

Summary:	GNOME XML documentation utilities 
Name:		gnome-doc-utils
Version:	0.20.10
Release:	5
License:	LGPLv2+ and GPLv2+
Group:		Publishing
Url:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
# (fc) 0.8.0-1mdv use catalog for dtd validation (GNOME bug #497055)
Patch0:		gnome-doc-utils-0.12.1-catalog.patch
BuildArch:	noarch

BuildRequires:	docbook-dtd44-xml
BuildRequires:	glib-gettextize
BuildRequires:	intltool
BuildRequires:	python-libxml2
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(libxslt)

Requires:	xsltproc

%description
gnome-doc-utils is a collection of documentation utilities for the Gnome
project.  Notably, it contains utilities for building documentation and
all auxiliary files in your source tree, and it contains the DocBook
XSLT stylesheets that were once distributed with Yelp.

%package -n xml2po
Summary:	Tool to extract translatable content from XML documents
Requires:	python-libxml2

%description -n xml2po
xml2po is a simple Python program which extracts translatable
content from free-form XML documents and outputs gettext compatible
POT files.

%package devel
Summary:	A Collection of Documentation Utilities for GNOME
Group:		Development/GNOME and GTK+ 
Requires:	%{name} = %{version}
Requires:	docbook-dtd44-xml
Requires:	docbook-dtd412-xml
Requires:	libxml2-utils
Requires:	xml2po

%description devel
This package contains the development files for %{name}.

%prep
%setup -q
%apply_patches

intltoolize --force
#needed by patch0
aclocal -I tools -I m4
autoconf
automake -a -c

%build
%configure2_5x \
	--build=%{_build} \
	--disable-scrollkeeper \
	--enable-documentation

%make

%check
%make check

%install
%makeinstall_std pkgconfigdir=%{pkgconfigdir}
%find_lang gnome-doc-make --with-gnome
%find_lang gnome-doc-xslt --with-gnome
%find_lang %{name}
cat gnome-doc-xslt.lang gnome-doc-make.lang >> %{name}.lang

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_bindir}/gnome-doc-tool
%dir %{_datadir}/gnome-doc-utils
%{_datadir}/gnome-doc-utils/icons
%{_datadir}/gnome-doc-utils/watermarks
%dir %{_datadir}/xml/
%{_datadir}/xml/gnome
%{_datadir}/xml/mallard

%files -n xml2po
%doc xml2po/AUTHORS xml2po/ChangeLog xml2po/COPYING xml2po/NEWS xml2po/README
%{_bindir}/xml2po
%{py_puresitedir}/xml2po/
%{_mandir}/man1/xml2po.1*

%files devel
%{_bindir}/gnome-doc-prepare
%{pkgconfigdir}/*.pc
%{_datadir}/aclocal/*.m4
%{_datadir}/gnome-doc-utils/gnome-doc-utils.make
%{_datadir}/gnome-doc-utils/templates
%{_datadir}/gnome-doc-utils/template*.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.20.10-5
+ Revision: ea7d6ae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16519 |14mr|gnome-fallback-session-0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-fallback-session
Version:        0.1
Release:        5
Summary:        A Gnome 3 Fallback session configuration

Group:          Graphical desktop/GNOME
License:        GPLv3+
URL:            http://rosalab.ru
Source0:        %{name}-%{version}.tar.gz
Source1:	startgnomefallback
BuildArch:      noarch
Requires:	rosa-gnome-panel >= 3.6.2-2
Requires:	nautilus >= 3.8.2-2
Requires:	metacity
Requires:	gnome-session
Requires:	gnome-settings-daemon >= 3.8.4-5

%description
This package contains GNOME 3 Fallback session configuration

%prep
%setup -q

%build
# Nothing to build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/gnome-session/sessions/
cp gnome-session/gnome-fallback.session  %{buildroot}%{_datadir}/gnome-session/sessions/

# wmsession session file
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat << EOF > %{buildroot}%{_sysconfdir}/X11/wmsession.d/04GNOMEFallBack
NAME=GNOME Classic Fallback
ICON=gnome-logo-icon-transparent.png
DESC=GNOME 2 Classic Fallback
EXEC=%{_bindir}/startgnomefallback
SCRIPT:
exec %{_bindir}/startgnomefallback
EOF

mkdir -p %{buildroot}%{_bindir}
install -m 755 %{SOURCE1} %{buildroot}%{_bindir}

%post
%{make_session}

%files
%defattr(-,root,root,-)
%{_bindir}/startgnomefallback
%{_sysconfdir}/X11/wmsession.d/*
%{_datadir}/gnome-session/sessions/gnome-fallback.session

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-5
+ Revision: 99d9bba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16520 |14mr|gnome-font-viewer-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	GNOME Font viewer
Name:		gnome-font-viewer
Version:	3.12.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	gnome-desktop3-devel
Conflicts:	gnome-utils < 1:3.3.1

%description
Font viewer for Gnome desktop.

%prep
%setup -q

%build
%configure2_5x \
	--disable-rpath \
	--disable-schemas-compile
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc NEWS
%{_bindir}/%{name}
%{_bindir}/gnome-thumbnail-font
%{_datadir}/thumbnailers/gnome-font-viewer.thumbnailer
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/gnome-font-viewer.appdata.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: 4cb54a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16521 |14mr|gnome-getting-started-docs-3.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-getting-started-docs
Version:        3.12.1
Release:        1%{?dist}
Summary:        Help a new user get started in GNOME

License:        CC-BY-SA
URL:            http://help.gnome.org/
Source0:        http://download.gnome.org/sources/gnome-getting-started-docs/3.12/%{name}-%{version}.tar.xz
# We need to patch gs-browse-web-firefox.page and gs-browse-web.page since
# upstream doesn't ship Firefox
Patch0:         gs-browse-web-firefox.page.patch
Group:          Books/Other

BuildArch:      noarch

BuildRequires:  pkgconfig
BuildRequires:  gettext
BuildRequires:  itstool
BuildRequires:  yelp-tools
Requires: gnome-user-docs

%description
This package contains a 'Getting Started' guide that can be viewed
with yelp. It is normally used together with gnome-initial-setup.


%package cs
Summary:        cs translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description cs
cs translations for the Getting Started guide videos.


%package de
Summary:        de translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description de
de translations for the Getting Started guide videos.


%package es
Summary:        es translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description es
es translations for the Getting Started guide videos.


%package gl
Summary:        gl translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description gl
gl translations for the Getting Started guide videos.


%package hu
Summary:        hu translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description hu
hu translations for the Getting Started guide videos.


%package it
Summary:        it translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description it
it translations for the Getting Started guide videos.


%package pl
Summary:        pl translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description pl
pl translations for the Getting Started guide videos.


%package pt_BR
Summary:        pt_BR translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description pt_BR
pt_BR translations for the Getting Started guide videos.


%prep
%setup -q
%apply_patches


%build
%configure2_5x
%make


%install
%makeinstall_std

%find_lang %{name} --all-name --with-gnome


%files -f %{name}.lang
%doc COPYING NEWS AUTHORS
%exclude %{_datadir}/help/cs/gnome-help/figures/
%exclude %{_datadir}/help/de/gnome-help/figures/
%exclude %{_datadir}/help/es/gnome-help/figures/
%exclude %{_datadir}/help/gl/gnome-help/figures/
%exclude %{_datadir}/help/hu/gnome-help/figures/
%exclude %{_datadir}/help/it/gnome-help/figures/
%exclude %{_datadir}/help/pl/gnome-help/figures/
%exclude %{_datadir}/help/pt_BR/gnome-help/figures/

%files cs
%{_datadir}/help/cs/gnome-help/figures/

%files de
%{_datadir}/help/de/gnome-help/figures/

%files es
%{_datadir}/help/es/gnome-help/figures/

%files gl
%{_datadir}/help/gl/gnome-help/figures/

%files hu
%{_datadir}/help/hu/gnome-help/figures/

%files it
%{_datadir}/help/it/gnome-help/figures/

%files pl
%{_datadir}/help/pl/gnome-help/figures/

%files pt_BR
%{_datadir}/help/pt_BR/gnome-help/figures/


%changelog
* Tue May 13 2014 Tigro <arkady.shane@rosalab.ru> 3.12.1-1
+ Revision: 3f62eaf
- update to 3.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16522 |14mr|gnome-icon-theme-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	GNOME icon theme
Name: 		gnome-icon-theme
Version: 	3.12.0
Release: 	2
Source0: 	http://download.gnome.org/sources/gnome-icon-theme/3.12/%{name}-%{version}.tar.xz
Source1: 	legacy-icon-mapping.xml
License: 	GPL+
BuildArch: 	noarch
Group: 		Graphical desktop/GNOME

BuildRequires: icon-naming-utils >= 0.8.7
BuildRequires: gettext
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: intltool
BuildRequires: gtk+2.0

Requires: hicolor-icon-theme
Requires: pkgconfig

%description
This package contains the default icon theme used by the GNOME desktop.

%package legacy
Summary:	Old names for icons in gnome-icon-theme
Group:		Graphical desktop/GNOME
Requires:	%{name} = %{version}-%{release}

%description legacy
This package contains symlinks to make the icons in gnome-icon-theme
available under old names.

%prep
%setup -q

%build
%configure2_5x --enable-icon-mapping

%install
%makeinstall_std

rm -f $RPM_BUILD_ROOT%{_datadir}/icons/gnome/icon-theme.cache
touch $RPM_BUILD_ROOT%{_datadir}/icons/gnome/icon-theme.cache

cp %{SOURCE1} .
export INU_DATA_DIR=$PWD
(cd $RPM_BUILD_ROOT%{_datadir}/icons/gnome
for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
        cd $size || continue;
        echo -e "Adding rtl variants for $size"
        for dir in `find . -type d`; do
                context="`echo $dir | cut -c 3-`"
                if [ $context ]; then
                        icon-name-mapping -c $context
                fi
        done
        cd ..
done
)

# Add scalable directories for symbolic icons
(cd $RPM_BUILD_ROOT%{_datadir}/icons/gnome

mkdir -p scalable/actions
mkdir -p scalable/apps
mkdir -p scalable/devices
mkdir -p scalable/emblems
mkdir -p scalable/mimetypes
mkdir -p scalable/places
mkdir -p scalable/status
)

touch files.txt

(cd $RPM_BUILD_ROOT%{_datadir}
 echo "%%defattr(-,root,root)"
 find icons/gnome \( -name *-rtl.png -or -name *-ltr.png -or -type f \) -printf "%%%%{_datadir}/%%p\n"
 find icons/gnome -type d -printf "%%%%dir %%%%{_datadir}/%%p\n"
) > files.txt

(cd $RPM_BUILD_ROOT%{_datadir}
 echo "%%defattr(-,root,root)"
 find icons/gnome \( -type l -and -not -name *-rtl.png -and -not -name *-ltr.png \) -printf "%%%%{_datadir}/%%p\n"
) > legacy.txt

%post
%update_icon_cache gnome

%postun
%update_icon_cache gnome

%post legacy
%update_icon_cache gnome

%postun legacy
%update_icon_cache gnome

%files -f files.txt
%doc COPYING AUTHORS
%{_datadir}/pkgconfig/gnome-icon-theme.pc

%files legacy -f legacy.txt


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: a0e0c95
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16523 |14mr|gnome-icon-theme-symbolic-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNOME symbolic icons
Name:		gnome-icon-theme-symbolic
Version:	3.12.0
Release:	2

License:	CC-BY-SA
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:	icon-naming-utils >= 0.8.1
BuildRequires:	git-core
BuildRequires:	gtk+2.0

BuildArch: noarch

Requires:	gnome-icon-theme
Requires(post):	gtk+2.0
Requires(postun): gtk+2.0

%description
Purpose of this icon theme is to extend the base icon theme that
follows the Tango style guidelines for specific purposes. This would
include OSD messages, panel system/notification area, and possibly
menu icons.

Icons follow the naming specification, but have a -symbolic suffix, so
only applications specifically looking up these symbolic icons will
render them. If a -symbolic icon is missing, the app will fall back to
the regular name.

%prep
%setup -q

%build

./configure --prefix=%_prefix --enable-icon-mapping

%make

%install
%makeinstall_std GTK_UPDATE_ICON_CACHE=true

%files
%doc README COPYING NEWS AUTHORS
%{_datadir}/icons/gnome/*
%{_datadir}/pkgconfig/gnome-icon-theme-symbolic.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: 99caa5c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16524 |14mr|gnome-initial-setup-3.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-initial-setup
Version:        3.12.1
Release:        2
Summary:        Bootstrapping your OS

Group:          Graphical desktop/GNOME
License:        GPLv2+
URL:            https://live.gnome.org/GnomeOS/Design/Whiteboards/InitialSetup
Source0:        http://download.gnome.org/sources/%{name}/3.12/%{name}-%{version}.tar.xz

# this depends on a yelp patch that hasn't been merged upstream yet
# https://bugzilla.gnome.org/show_bug.cgi?id=687957
Patch0: yelp-fixes.patch
# added english layout to russian
#Patch1: 0001-add-english-layout-to-russian.patch
# Add special button to close gnome-initial-setup
#Patch3: add-close-button.patch

%global nm_version 0.9
%global glib_required_version 2.29.4
%global gtk_required_version 3.1.2

BuildRequires:  krb5-devel
BuildRequires:  desktop-file-utils
BuildRequires:  intltool
BuildRequires:  pkgconfig(pwquality)
BuildRequires:  pkgconfig(NetworkManager) >= %{nm_version}
BuildRequires:  pkgconfig(libnm-glib) >= %{nm_version}
BuildRequires:  pkgconfig(libnm-glib-vpn) >= %{nm_version}
BuildRequires:  pkgconfig(libnm-util) >= %{nm_version}
BuildRequires:  pkgconfig(libnm-gtk)
BuildRequires:  pkgconfig(accountsservice)
BuildRequires:  pkgconfig(gnome-desktop-3.0)
BuildRequires:  pkgconfig(gstreamer-0.10)
BuildRequires:  pkgconfig(cheese)
BuildRequires:  pkgconfig(cheese-gtk) >= 3.3.5
BuildRequires:  pkgconfig(geoclue)
BuildRequires:  pkgconfig(gweather-3.0)
BuildRequires:  pkgconfig(goa-1.0)
BuildRequires:  pkgconfig(goa-backend-1.0)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:  pkgconfig(gtk+-3.0) >= %{gtk_required_version}
BuildRequires:  pkgconfig(glib-2.0) >= %{glib_required_version}
BuildRequires:  pkgconfig(gio-2.0) >= %{glib_required_version}
BuildRequires:  pkgconfig(gio-unix-2.0) >= %{glib_required_version}
BuildRequires:  pkgconfig(gdm)
BuildRequires:  pkgconfig(iso-codes)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(vapigen)
BuildRequires:	vala-tools
BuildRequires:  autoconf automake libtool
BuildRequires:  gnome-common
BuildRequires:  pkgconfig(ibus-1.0)
BuildRequires:  pkgconfig(libsecret-1) >= 0.18
BuildRequires:  pkgconfig(polkit-agent-1)

# gnome-initial-setup is being run by gdm
Requires: gdm
Requires: libgnomekbd-common

Requires(pre): shadow-utils

Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

Provides: user(%name)

%description
GNOME Initial Setup is an alternative to firstboot, providing
a good setup experience to welcome you to your system, and walks
you through configuring it. It is integrated with gdm.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'

# Desktop file does not (and probably will not) ever validate, as it uses
# an absolute path /tmp/-style trigger to determine whether to autostart.
# desktop-file-validate %%{buildroot}/%%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
desktop-file-validate %{buildroot}%{_datadir}/gdm/greeter/applications/gnome-initial-setup.desktop
desktop-file-validate %{buildroot}%{_datadir}/gdm/greeter/applications/setup-shell.desktop

mkdir -p %{buildroot}%{_localstatedir}/lib/gnome-initial-setup

%find_lang %{name}

%pre
useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null || :

%postun
userdel %{name} &>/dev/null || :

%files -f %{name}.lang
%doc COPYING README
%{_libexecdir}/gnome-initial-setup
%{_libexecdir}/gnome-initial-setup-copy-worker
%{_libexecdir}/gnome-welcome-tour
%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop
%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop

%{_datadir}/gdm/greeter/applications/gnome-initial-setup.desktop
%{_datadir}/gdm/greeter/applications/setup-shell.desktop
%{_datadir}/gnome-session/sessions/gnome-initial-setup.session
%{_datadir}/gnome-shell/modes/initial-setup.json
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-2
+ Revision: bffb890
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16525 |14mr|gnome-js-common-0.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.1
%define minor 2

Summary:	Common JavaScript modules for GNOME
Name:		gnome-js-common
Version:	%{major}.%{minor}
Release:	4
Epoch:		1
License:	GPLv3
Group:		Development/Other
Url:		http://www.gnome.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major}/%{name}-%{version}.tar.bz2
BuildArch:	noarch
BuildRequires:	intltool

%description
gnome-js-common is a module holding tests and JavaScript code useful
or common to both Seed and gjs.

%prep
%setup -q

%build
./configure --prefix=%{_prefix} --datadir=%{_datadir} --libdir=%{_datadir}
%make

%install
%makeinstall_std gnome_js_commondocdir=%{_datadir}/doc/%{name}

%check
make check

%files
%doc %{_datadir}/doc/%{name}
%{_datadir}/gnome-js
%{_datadir}/pkgconfig/gnome-js-common.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.1.2-4
+ Revision: c3f9839
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16526 |14mr|gnome-keyring-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define api	3

Summary:	Keyring and password manager for the GNOME desktop
Name:		gnome-keyring
Version:	3.12.2
Release:	2
License:	GPLv2+ and LGPLv2+
Group:		Networking/Remote access
URL:		http://www.gnome.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	glib2.0-common
BuildRequires:	gtk-doc
BuildRequires:	libtasn1-tools
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(dbus-1) >= 1.0
BuildRequires:	pkgconfig(gck-1) >= 3.3.4
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:	pkgconfig(libtasn1)

#gw for keyring management GUI
Suggests:	seahorse

%description
gnome-keyring is a program that keep password and other secrets for
users. It is run as a damon in the session, similar to ssh-agent, and
other applications can locate it by an environment variable.
 
The program can manage several keyrings, each with its own master
password, and there is also a session keyring which is never stored to
disk, but forgotten when the session ends.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--with-pam-dir=/%{_lib}/security \
	--disable-static \
	--enable-pam \
	--disable-schemas-compile

%make LIBS='-lgmodule-2.0 -lglib-2.0'

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name "*.la" -exec rm -rf {} \;

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README NEWS
%{_sysconfdir}/xdg/autostart/%{name}-gpg.desktop
%{_sysconfdir}/xdg/autostart/%{name}-pkcs11.desktop
%{_sysconfdir}/xdg/autostart/%{name}-secrets.desktop
%{_sysconfdir}/xdg/autostart/%{name}-ssh.desktop
%{_bindir}/%{name}
%{_bindir}/%{name}-%{api}
%attr(755,root,root) %{_bindir}/%{name}-daemon
%{_libdir}/%{name}
%{_libdir}/pkcs11
/%{_lib}/security/pam_gnome_keyring*.so
%{_datadir}/dbus-1/services/org.gnome.keyring.service
%{_datadir}/dbus-1/services/org.freedesktop.secrets.service
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/org.gnome.crypto.cache.gschema.xml
%{_datadir}/p11-kit/modules/gnome-keyring.module
%{_mandir}/man1/gnome-*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 295510f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16527 |14mr|gnome-keyring-sharp-1.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mono implementation of the GNOME Keyring API
Name:		gnome-keyring-sharp
Version:	1.0.2
Release:	5
Source0:	http://www.go-mono.com/archive/%{name}/%{name}-%{version}.tar.gz
License:	MIT
Group:		System/Libraries
Url:		http://go-mono.com
BuildRequires:	pkgconfig(mono)
BuildRequires:	ndesk-dbus
BuildRequires:	monodoc
BuildRequires:	glib-sharp2
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	automake
Requires:		gnome-keyring

%description
GNOME Keyring is a system which allows you to store passwords and
other sensitive data across GNOME applications. It provides an API to
access this information, as well as a daemon to manage it.

gnome-keyring-sharp is a fully managed implementation of libgnome-keyring.

%package doc
Summary:	Development documentation for %{name}
Group:		Development/Other
Requires(post):	mono-tools >= 1.1.9
Requires(postun): mono-tools >= 1.1.9

%description doc
Gecko-sharp is a C# language binding for the gtkembedmoz widget. You
can use it to embed mozilla into C# programs.

This package contains the API documentation for the %name in
Monodoc format.


%prep
%setup -q

%build
%configure2_5x --disable-static
make

%install
%makeinstall_std
%if %{_lib} != lib
mv %{buildroot}%{_libdir}/mono* %{buildroot}%{_prefix}/lib
%endif

%post doc
%{_bindir}/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
fi

%files
%doc README
%{_prefix}/lib/mono/gac/Gnome.Keyring
%{_prefix}/lib/mono/gnome-keyring-sharp-1.0/Gnome.Keyring.dll
%{_libdir}/libgnome-keyring-sharp-glue.so
%{_libdir}/pkgconfig/*.pc

%files doc
%{_prefix}/lib/monodoc/sources/Gnome.Keyring.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-5
+ Revision: 15803b6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16528 |14mr|gnome-klotski-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-klotski
Version:	3.12.2
Release:	2
Summary:	GNOME Klotski game
License:	GPLv2+ and GFDL
Group:		Games/Puzzles
URL:		https://wiki.gnome.org/Klotski
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
Obsoletes:	gnotski

%description
A series of sliding block puzzles. Try and solve them in the least number of
moves.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.klotski.gschema.xml
%{_datadir}/%{name}
%{_iconsdir}/*/*/apps/%{name}.*
%{_mandir}/man6/%{name}.6*
%{_datadir}/appdata/%{name}.appdata.xml


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: c4997c7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16529 |14mr|gnome-libs-1.4.2-29
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major		32
%define xmhtml_major		1
%define lib_name		%mklibname gnome %{lib_major}
%define lib_gtkxmhtml		%mklibname gtkxmhtml 1

Summary:	Main GNOME libraries
Name:		gnome-libs
Version: 	1.4.2
Release:	29
License:	LGPL
Group:		System/Libraries
URL:		http://www.gnome.org/
Source0: 	ftp://ftp.gnome.org/pub/GNOME/sources/stable/%{name}/%{name}-%{version}.tar.bz2
Source1:	gtkrc-default.bz2
BuildRequires:	autoconf2.1
BuildRequires:	automake1.4
BuildRequires:	libtool
BuildRequires:	db1-devel
BuildRequires:	pkgconfig(ORBit)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(gtk+)
BuildRequires:	pkgconfig(imlibgdk)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xpm)
Requires:	ORBit

# Red Hat patches
Patch0:		RH-gnome-libs-rhsnddefs.patch
# allow reading UTF-8 encoded .desktop
Patch13:	gnome-libs-1.4.2-utf8menu.patch

# Mandriva patch
#(fred c)
# search icons first in /usr/share/icons/large, normal and small
Patch5:		gnome-libs-1.4.2-iconspath.patch
# (fc) 1.2.8-4mdk move gtkrc files to /usr/share/gtkrc
Patch6:		gnome-libs-1.2.8-gtkrc.patch
# (fc) 1.4.2-3mdk use yelp or galeon to display help
Patch7:		gnome-libs-1.4.1.2.90-ghelp.patch
# (pablo) better fontsets in gtkrc.* files
Patch16:	gnome-libs-rclocale.bz2
# (fc) 1.4.1.2-10mdk fix missing prototypes
Patch18:	gnome-libs-1.4.1.3-prototypes.patch
# (fc) 1.4.1.4-2mdk fix font size in gtk-xmhtml
Patch19:	gnome-libs-1.4.1.4-fonts.patch
# (fc) 1.4.1.4-3mdk fix numeric keypad switching (fix keypad in vim) (Debian)
Patch21:	gnome-libs-1.4.1.4-keypad.patch
# (pablo) 1.4.1.4-4mdk patch to have gnome-terminal switch automatically
# to utf-8 mode if the locale is utf-8
Patch22:	gnome-libs-zvt-utf8-autodetect.patch
# (fc) 1.4.1.7-2mdk don't add -L/usr/lib to ldflags
# (gb) 1.4.2-12mdk update to remove unused libdir in libart-config
Patch23:	gnome-libs-1.4.2-libdir.patch
# (fc) 1.4.2-1mdk remove -I/usr/include from cflags
Patch24:	gnome-libs-1.4.2-includedir.patch
# (gb) 1.4.2-2mdk fix on 64-bit platforms where sizeof(int) != sizeof(size_t)
Patch25:	gnome-libs-1.4.2-64bit-fixes.patch
# (fc) 1.4.2-3mdk disable tearoffs and detachable menubar by default
Patch26:	gnome-libs-1.2.13-notearoffs.patch
# (fc) 1.4.2-3mdk fix segfault in gnome-moz-remote (rawhide)
Patch27:	gnome-libs-1.4.1.2.90-moz-remote-fix.patch
# (fc) 1.4.2-3mdk Disable xalf by default (rawhide)
Patch28:	gnome-libs-1.2.13-noxalf.patch
# (gb) 1.4.2-5mdk handle biarch struct utmp
Patch29:	gnome-libs-1.4.2-biarch-utmp.patch
# (gb) 1.4.2-11mdk libtool fixes, don't bother with older aclocal, patch aclocal.m4 directly
Patch30:	gnome-libs-1.4.2-libtool.patch
# (gb) 1.4.2-13mdk gcc4 fixes, aka remove duplicates
Patch31:	gnome-libs-1.4.2-gcc4.patch
# (peroyvind) 1.4.2-14mdk fix underquoted calls, aka get rid of aclocal warnings
Patch32:	gnome-libs-1.4.2-fix-underquoted-calls.patch
# (anssi) fix linking order for --as-needed
Patch33:	gnome-libs-1.4.2-linking-order.patch
# (anssi) fix underlinking
Patch34:	gnome-libs-1.4.2-underlinking.patch
Patch35:	gnome-libs-1.4.2-libpng15.patch

%description
GNOME (GNU Network Object Model Environment) is a user-friendly set of
GUI applications and desktop tools to be used in conjunction with a
window manager for the X Window System.  The gnome-libs package
includes libraries that are needed to run GNOME.

%package -n	%{lib_name}
Summary:	Libraries and headers for GNOME application development
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n	%{lib_name}
GNOME (GNU Network Object Model Environment) is a user-friendly set of
GUI applications and desktop tools to be used in conjunction with a
window manager for the X Window System.  The gnome-libs package
includes libraries that are needed to run GNOME.

This package contains main library for GNOME

%package -n	%{lib_name}-devel
Summary:	Libraries and headers for GNOME application development
Group:		Development/GNOME and GTK+
Requires:	db1-devel
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libgnome-devel = %{version}-%{release}
Provides:	gnome-devel = %{version}-%{release}
Requires:	%{lib_gtkxmhtml} = %{version}-%{release}
Requires:	%{lib_name} = %{version}-%{release}

%description -n	%{lib_name}-devel
GNOME (GNU Network Object Model Environment) is a user-friendly set of
GUI applications and desktop tools to be used in conjunction with a
window manager for the X Window System. The gnome-libs-devel package
includes the libraries and include files that you will need to develop
GNOME applications.

You should install the gnome-libs-devel package if you would like to
develop GNOME applications.  You don't need to install gnome-libs-devel
if you just want to use the GNOME desktop environment.

%package -n	%{lib_gtkxmhtml}
Summary:	Libraries for gtkxmHTML
Group:		System/Libraries

%description -n	%{lib_gtkxmhtml}
This package provides library for gtkxmHTML

%prep
%setup -q
%patch0 -p1 -b .foo
%patch5 -p1 -b .icons
%patch6 -p1 -b .gtkrc
# better fontsets in gtkrc.* files -- pablo
%patch16 -p1 -b .rclocale
%patch7 -p1 -b .ghelp
%patch13 -p1 -b .utf8
%patch18 -p1 -b .prototypes
%patch19 -p1 -b .fonts
%patch21 -p1 -b .keypad
%patch22 -p1 -b .zvtutf8
%patch23 -p1 -b .libdir
%patch24 -p1 -b .includedir
%patch25 -p1 -b .64bit-fixes
%patch26 -p1 -b .notearoffs
%patch27 -p1 -b .moz-remote
%patch28 -p1 -b .noxalf
%patch29 -p1 -b .biarch-utmp
%patch30 -p1 -b .libtool
%patch31 -p1 -b .gcc4
%patch32 -p1 -b .underquoted
%patch33 -p1 -b .linking-order
%patch34 -p1 -b .underlinking
%patch35 -p1 -b .png15

#needed by patches 22 & 23
autoconf-2.13
cd libart_lgpl
autoconf-2.13
cd ..

#needed by patch 6 & 24
automake-1.4

%build
# libjpeg-turbo >= 1.0.90 moves definition of JPEG_LIB_VERSION from jpeglib.h to jconfig.h
# which we explicitly avoid including for own reasons, so we need help finding the definition
EXTRACTED_JPEG_LIB_VERSION=$(echo JPEG_LIB_VERSION | cpp -imacros jpeglib.h -P | awk 'NF > 0')
VISIBLE_JPEG_LIB_VERSION=$(echo JPEG_LIB_VERSION | cpp -DJCONFIG_INCLUDED -imacros jpeglib.h -P | awk 'NF > 0')
if [ "$VISIBLE_JPEG_LIB_VERSION" = "JPEG_LIB_VERSION" ]; then
  JPEG_EXTRA_DEFINE="-DJPEG_LIB_VERSION=$EXTRACTED_JPEG_LIB_VERSION"
fi

export CPPFLAGS="$JPEG_EXTRA_DEFINE"

%define Werror_cflags %nil
%configure --with-kde-datadir=%{_datadir} --disable-alsa --enable-prefer-db1 --disable-gtk-doc

#parallel build is broken
make LIBTOOL=libtool

%install
%makeinstall_std LIBTOOL=libtool

# multiarch support
%multiarch_binaries %{buildroot}%{_bindir}/gnome-config

%multiarch_includes %{buildroot}%{_includedir}/gnome-1.0/libart_lgpl/art_config.h

mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp
cp -f  %{buildroot}%{_docdir}/{gnome-doc,mkstub}  %{buildroot}%{_bindir}
chmod a+x %{buildroot}%{_bindir}/{gnome-doc,mkstub}
cp -f  %{buildroot}%{_docdir}/gnome-doc.el  %{buildroot}%{_datadir}/emacs/site-lisp

# find *.mo files, per language
%find_lang %{name} --with-gnome

# remove unpackaged files
rm -rf %{buildroot}%{_prefix}/doc  %{buildroot}%{_datadir}/doc

%files -n %{lib_gtkxmhtml}
%{_libdir}/libgtkxmhtml*.so.*

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/dns-helper
%{_bindir}/gconfigger
%{_bindir}/gnome-bug
%{_bindir}/gnome-dump-metadata
%{_bindir}/gnome-gen-mimedb
%{_bindir}/gnome-moz-remote
%{_bindir}/gnome-name-service
%{_bindir}/gnome_segv
%{_bindir}/goad-browser
%{_bindir}/loadshlib
%{_bindir}/new-object
%attr(2755, root, utmp) %{_sbindir}/gnome-pty-helper
%{_datadir}/idl/*
%{_datadir}/pixmaps/*
%dir %{_datadir}/gtkrc
%config(noreplace) %{_datadir}/gtkrc/gtkrc*
%{_datadir}/mime-info
%{_datadir}/type-convert
%config(noreplace) %{_sysconfdir}/*
%{_mandir}/man1/dns-helper*
%{_mandir}/man1/gconfigger*
%{_mandir}/man1/gnome-bug*
%{_mandir}/man1/gnome-dump-metadata*
%{_mandir}/man1/gnome-gen-mimedb*
%{_mandir}/man1/gnome-moz-remote*
%{_mandir}/man1/gnome-name-service*
%{_mandir}/man1/gnome_segv*
%{_mandir}/man1/goad-browser*
%{_mandir}/man1/loadshlib*
%{_mandir}/man1/new-object*
%{_mandir}/man1/gnome-pty-helper*
%{_mandir}/man1/gnome.*

%files -n %{lib_name}
%{_libdir}/libgnome*.so.*
%{_libdir}/libgnorba*.so.*
%{_libdir}/libzvt*.so.*
%{_libdir}/libart*.so.*

%files -n %{lib_name}-devel
%doc devel-docs/*
%doc %{_datadir}/gtk-doc/html/*
%{_bindir}/gnome-config
%multiarch %{multiarch_bindir}/gnome-config

%{_bindir}/libart-config
%{_bindir}/gnome-doc
%{_bindir}/mkstub
%{_libdir}/lib*.so
%{_libdir}/*.sh
%{_libdir}/gnome-libs
%{_includedir}/*
%{_datadir}/aclocal/*
%{_mandir}/man1/gnome-doc*
%{_mandir}/man1/gnome-mkstub*
%{_mandir}/man1/gnome-config*
%{_mandir}/man1/libart-config*
%{_mandir}/man5/*
%{_datadir}/gnome/help/*
%{_datadir}/gnome/html/*
%{_datadir}/emacs/site-lisp/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.2-29
+ Revision: 7ce00c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16530 |14mr|gnome-logs-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		gnome-logs
Version:	3.12.2
Release:	2
Summary:	GNOME Log Viewer
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		https://wiki.gnome.org/Apps/Logs
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.35.9
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.9.6
BuildRequires:	pkgconfig(libsystemd-journal)
BuildRequires:	appdata-tools
BuildRequires:	gsettings-desktop-schemas
BuildRequires:	itstool
BuildRequires:	libxml2-utils
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd43-xml
Requires:	gsettings-desktop-schemas

%description
Logs makes it easy to view and filter log messages and events. Filter
logs by category and importance to get the information you want. Use
the integrated search to get more relevant results.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

find %{buildroot} -name '*.la' -delete

%find_lang %{name}

%files -f %{name}.lang
%doc README NEWS
%doc %{_datadir}/help/*/%{name}/*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/*/*/*/*
%{_datadir}/appdata/%{name}.appdata.xml
%{_mandir}//man1/%{name}.1*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 836832b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16531 |14mr|gnome-mag-0.16.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 2
%define libname  %mklibname %{name} %{lib_major}
%define libnamedev  %mklibname -d %{name}

Summary:	GNOME magnifier
Name:		gnome-mag
Version:	0.16.3
Release:	4
License:	LGPLv2+
Group:		Accessibility
URL:		http://developer.gnome.org/projects/gap/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
BuildRequires: pkgconfig(libspi-1.0)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(xcomposite)
BuildRequires: popt-devel
BuildRequires: intltool
#gw libtool dep:
BuildRequires: pkgconfig(gconf-2.0)

%description
GNOME Magnifier

%package -n %{libname}
Summary:	GNOME magnifier shared library
Group:		System/Libraries

Provides:	lib%{name} = %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description -n %{libname}
GNOME Magnifier shared library.

%package -n %{libnamedev}
Summary:	Static libraries, include files for gnome-mag
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:   pkgconfig(libbonobo-2.0)
Requires:	pkgconfig(gtk+-2.0)

%description -n %{libnamedev}
Development libraries and , include files for GNOME magnifier.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

mv %buildroot%_datadir/doc/gnome-mag-* installed-docs

%files -f %{name}.lang
%doc README AUTHORS ChangeLog
%{_bindir}/*
%{_libdir}/bonobo/servers/*
%{_libdir}/orbit-2.0/*
%{_datadir}/gnome-mag
%{_datadir}/dbus-1/services/org.freedesktop.gnome.Magnifier.service
%{_datadir}/idl/*
%{_mandir}/man1/magnifier.1*

%files -n %{libname}
%defattr(-,root,root,-)
%{_libdir}/libgnome-mag.so.%{lib_major}*

%files -n %{libnamedev}
%defattr(-,root,root,-)
%doc installed-docs/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.16.3-4
+ Revision: ce8e6fd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16532 |14mr|gnome-mahjongg-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-mahjongg
Version:        3.12.2
Release:        2
Summary:        GNOME Mahjongg game

License:        GPLv2+ and CC-BY-SA
Group:		Games/Other
URL:            http://projects.gnome.org/gnome-games/
Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-mahjongg/3.12/gnome-mahjongg-%{version}.tar.xz

BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: intltool libxml2-utils
BuildRequires: itstool
BuildRequires: desktop-file-utils

Obsoletes: gnome-games-mahjongg < 1:3.7.4

%description
Mahjongg is a simple pattern recognition game. You score points by
matching identical tiles.


%prep
%setup -q

%build
%configure2_5x
%make


%install
%makeinstall_std

%find_lang %{name} --with-gnome


%check
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-mahjongg.desktop


%files -f %{name}.lang
%doc COPYING
%{_datadir}/applications/gnome-mahjongg.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-mahjongg.gschema.xml
%{_mandir}/man6/gnome-mahjongg.6*
%{_bindir}/gnome-mahjongg
%{_datadir}/gnome-mahjongg
%{_datadir}/icons/hicolor/*/apps/gnome-mahjongg.*
%{_datadir}/icons/HighContrast/*/apps/gnome-mahjongg.*
%{_datadir}/appdata/gnome-mahjongg.appdata.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 8f93cf8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16533 |14mr|gnome-maps-3.12.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-maps
Version:	3.12.2
Release:	3
Summary:	A map application for GNOME
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gio-2.0) >= 2.39.3
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gjs-1.0) >= 1.39.0
BuildRequires:	gjs
Requires:	gjs
Requires:	geoclue2 >= 1.99.3

Requires:	typelib(GeocodeGlib)
Requires:	typelib(GtkChamplain)
Requires:	typelib(Memphis)
Requires:	typelib(Champlain)

%description
%{name} is a map application for GNOME.

%prep
%setup -q

%build
%configure2_5x  --disable-rpath --disable-schemas-compile
%make

%install
%makeinstall_std

find %{buildroot} -name "*.la" -delete

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc NEWS README
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_datadir}/glib-2.0/schemas/*
%{_datadir}/applications/*
%{_datadir}/appdata/%{name}.appdata.xml
%{_iconsdir}/hicolor/*/apps/%{name}.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-3
+ Revision: 760f382
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16534 |14mr|gnome-media-3.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNOME media programs
Name:		gnome-media
Version:	3.4.0
Release:	2
License:	GPLv2+ and GFDL+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz

BuildRequires: desktop-file-utils
BuildRequires: gnome-doc-utils-devel
BuildRequires: intltool >= 0.35
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(gnome-keybindings)
BuildRequires: pkgconfig(gstreamer-0.10)
BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: pkgconfig(libgnome-media-profiles-3.0)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libxml-2.0)

Requires:   gstreamer0.10-plugins-good
Requires:   gstreamer0.10-plugins-base
Suggests:   gstreamer0.10-flac
Suggests:   gstreamer0.10-speex
Requires(post,preun):	GConf2

%description
This package contains a few media utilities for the GNOME desktop,
including a sound recorder and an audio mixer.

%prep
%setup -q 
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-scrollkeeper

%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

desktop-file-install --vendor="" \
	--add-category="DesktopSettings" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/gstreamer-properties.desktop

desktop-file-install --vendor="" \
	--add-category="X-MandrivaLinux-CrossDesktop" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/gnome-sound-recorder.desktop

%find_lang %{name}-2.0 --with-gnome --all-name

%files -f  %{name}-2.0.lang
%doc AUTHORS NEWS README
%{_sysconfdir}/gconf/schemas/gnome-sound-recorder.schemas
%{_bindir}/*
%{_datadir}/applications/gnome-sound-recorder.desktop
%{_datadir}/applications/gstreamer-properties.desktop
%{_datadir}/gnome-media
%{_datadir}/gnome-sound-recorder
%{_datadir}/gstreamer-properties
%{_datadir}/icons/hicolor/*/*/*.*
%dir %{_datadir}/sounds/
%dir %{_datadir}/sounds/gnome/
%{_datadir}/sounds/gnome/default/




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.4.0-2
+ Revision: 5a2ae33
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16535 |14mr|gnome-menus2-2.30.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname gnome-menu %{major}
%define libnamedev %mklibname -d gnome-menu %{api}
%define api 2.0
%define oname gnome-menus

Summary:	GNOME menu library
Name:		gnome-menus2
Version:	2.30.5
Release:	6
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%oname/%{oname}-%{version}.tar.bz2
# (fc) 2.15.91-2mdv grab translation from menu-messages if not in upstream file
Patch0:		gnome-menus-2.27.92-l10n.patch
# (fc) 2.16.0-2mdv unclutter preferences/settings menu
Patch1:		gnome-menus-2.23.1-uncluttermenu.patch
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	intltool >= 0.40.0
BuildRequires:	python-devel
Requires:	python-%{name}

%description
The package contains an implementation of the draft "Desktop Menu
Specification" from freedesktop.org:
http://www.freedesktop.org/Standards/menu-spec

Also contained here are the GNOME menu layout configuration files,
.directory files and assorted menu related utility programs.

%package -n python-%{name}
Group:		Development/Python
Summary:	Module to access XDG menu

%description -n python-%{name}
Python module to access XDG menu.

%package -n %{libname}
Group:		System/Libraries
Summary:	GNOME menu library
Conflicts:	gir-repository < 0.6.5-8

%description -n %{libname}
The package contains an implementation of the draft "Desktop Menu
Specification" from freedesktop.org:
http://www.freedesktop.org/Standards/menu-spec

%package -n %{libnamedev}
Group:		Development/C
Summary:	GNOME menu library development files
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d gnome-menu 2} < 2.30.5-5
Conflicts:	gir-repository < 0.6.5-8

%description -n %{libnamedev}
The package contains an implementation of the draft "Desktop Menu
Specification" from freedesktop.org:
http://www.freedesktop.org/Standards/menu-spec

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1 -b .l10n
%patch1 -p1 -b .uncluttermenu

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
# gw these produce rpmlint errors:
rm -rf %{buildroot}%{_datadir}/locale/{io,be@latin,bn_IN,si,uz@cyrillic}

%find_lang %{oname}

mkdir -p %{buildroot}%{_sysconfdir}/xdg/gnome
mv %{buildroot}%{_sysconfdir}/xdg/menus %{buildroot}%{_sysconfdir}/xdg/gnome

chmod 755 %{buildroot}%{_libdir}/python*/site-packages/GMenuSimpleEditor/*.py

%files -f %{oname}.lang
%doc README NEWS HACKING AUTHORS ChangeLog
%{_datadir}/desktop-directories
%dir %{_sysconfdir}/xdg/gnome
%dir %{_sysconfdir}/xdg/gnome/menus
%config(noreplace) %{_sysconfdir}/xdg/gnome/menus/*
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/%{oname}

%files -n python-%{name}
%{_libdir}/python*/site-packages/*

%files -n %{libname}
%{_libdir}/libgnome-menu.so.%{major}*
%{_libdir}/girepository-1.0/GMenu-%{api}.typelib

%files -n %{libnamedev}
%{_libdir}/lib*.so
%{_includedir}/gnome-menus/
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/GMenu-%{api}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.30.5-6
+ Revision: 753f9a1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16536 |14mr|gnome-menus-3.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define api	3
%define gimajor	3.0
%define libname	%mklibname gnome-menu %{api} %{major}
%define girname	%mklibname gmenu-gir %{gimajor}
%define devname	%mklibname -d gnome-menu

Summary:	GNOME menu library
Name:		gnome-menus
Version:	3.10.1
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.10/%{name}-%{version}.tar.xz
#Patch0:		gnome-menus-3.8.0-calculator-and-XFdrake.patch

BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(python)

Obsoletes:	gnome-menus2 < 3.4

Obsoletes:	python-%{name} < %{version}

%description
The package contains an implementation of the draft "Desktop Menu
Specification" from freedesktop.org:
http://www.freedesktop.org/Standards/menu-spec

Also contained here are the GNOME menu layout configuration files,
.directory files and assorted menu related utility programs.

%package -n %{libname}
Group:		System/Libraries
Summary:	GNOME menu library
Conflicts:	gir-repository < 0.6.5-8

%description -n %{libname}
This package contains the shared libraries of %{name}.

%package -n %{girname}
Group:		System/Libraries
Summary:	GObject Introspection interface library for %{name}
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{devname}
Group:		Development/C
Summary:	GNOME menu library development files
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}gnome-menu2-devel < 3.4
Conflicts:	gir-repository < 0.6.5-8

%description -n %{devname}
This package contains the development libraries of %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{name}-3.0

mkdir -p %{buildroot}%{_sysconfdir}/xdg/gnome
mv %{buildroot}%{_sysconfdir}/xdg/menus %{buildroot}%{_sysconfdir}/xdg/gnome

%files -f %{name}-3.0.lang
%doc README NEWS HACKING AUTHORS ChangeLog
%{_datadir}/desktop-directories/*
%dir %{_sysconfdir}/xdg/gnome
%dir %{_sysconfdir}/xdg/gnome/menus
%config(noreplace) %{_sysconfdir}/xdg/gnome/menus/*

%files -n %{libname}
%{_libdir}/libgnome-menu-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GMenu-%{gimajor}.typelib

%files -n %{devname}
%{_libdir}/lib*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/GMenu-%{gimajor}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.10.1-2
+ Revision: 8b6beaa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16537 |14mr|gnome-mime-data-2.18.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gnome-mime-data
Summary:	The GNOME virtual file-system libraries
Version:	2.18.0
Release:	10
License:	GPL+
Group:		System/Libraries
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
# (fc) 2.3.2-1mdk fix default html viewer
Patch0:		gnome-mime-data-2.4.1-html.patch
# (fc) 2.2.0-2mdk use OOo in preference of abiword (rawhide)
Patch1:		gnome-mime-data-2.4.1-openoffice.patch
# (fc) 2.2.0-2mdk fix default applications (Mdk bug 1505) (rawhide)
Patch2:		gnome-mime-data-2.4.2-default-applications.patch
# (fc) 2.3.1-2mdk add gdesklet magic detection (Mdk bug 4790)
Patch3:		gnome-mime-data-2.18.0-gdesklet.patch
URL:		http://www.gnome.org/
BuildRequires:	perl-XML-Parser
Conflicts:	gnome-vfs < 1.0.5-2mdk
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
BuildArch:	noarch

%description
The GNOME MIME database contains a basic set of applications and MIME
types for a GNOME system.

%prep
%setup -q
%patch0 -p1 -b .html
%patch1 -p1 -b .ooo
%patch2 -p1 -b .defaultapp
%patch3 -p1 -b .gdesklet

%build
%configure2_5x --build=%_host
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-, root, root)
%doc ChangeLog README
%config(noreplace) %{_sysconfdir}/gnome-vfs-mime-magic
%{_datadir}/application-registry
%{_datadir}/mime-info/*
%{_datadir}/pkgconfig/*.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.18.0-10
+ Revision: ea76f88
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16538 |14mr|gnome-mines-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-mines
Version:        3.12.2
Release:        2
Summary:        GNOME Mines Sweeper game

License:        GPLv2+ and CC-BY-SA
Group:		Games/Other
URL:            http://projects.gnome.org/gnome-games/
Source0:        http://download.gnome.org/sources/gnome-mines/3.12/gnome-mines-%{version}.tar.xz

BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gdk-3.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(librsvg-2.0)

Obsoletes: gnome-games < 3.7.92
Obsoletes: gnomine < 3.7.92
Provides: gnomine = %{version}-%{release}

%description
The popular logic puzzle minesweeper. Find mines on a grid 
using hints from squares you have already cleared.

%prep
%setup -q

%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-mines.desktop

%find_lang %{name} --with-gnome


%files -f %{name}.lang
%doc COPYING
%{_bindir}/gnome-mines
%{_datadir}/applications/gnome-mines.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.mines.gschema.xml
%{_datadir}/gnome-mines
%{_datadir}/icons/hicolor/*/apps/gnome-mines.*
%{_mandir}/man6/gnome-mines.6*
%{_datadir}/appdata/*.xml


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 021d17d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16539 |14mr|gnome-music-3.12.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		gnome-music
Version:	3.12.2.1
Release:	3
Summary:	Music player and management application
License:	GPLv2+
Group:		Sound
URL:		https://wiki.gnome.org/Design/Apps/Music
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	python3
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.35.9
BuildRequires:	pkgconfig(grilo-0.2) >= 0.2.6
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.8
BuildRequires:	itstool
BuildRequires:	libxml2-utils
Requires:	gnome-settings-daemon
Requires:	grilo
Requires:	python3-dbus
Requires:	python3-gobject3
Requires:	tracker
Suggests:	grilo-plugins
Requires:	typelib(TotemPlParser)
Requires:	typelib(Grl)
Requires:	python3-gi-cairo

%description
Music is the new GNOME music playing application.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

find %{buildroot} -name '*.la' -delete

%find_lang %{name}

%files -f %{name}.lang
%doc README NEWS
%{_bindir}/%{name}
%{_libdir}/%{name}
%{py3_puresitedir}/gnomemusic
%{_datadir}/applications/*.desktop
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/%{name}
%{_iconsdir}/*/*/*/*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/help/*/gnome-music/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2.1-3
+ Revision: 431ffa9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16540 |14mr|gnome-nibbles-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		gnome-nibbles
Version:	3.12.2
Release:	2
Summary:	GNOME Nibbles game
License:	GPLv2+ and GFDL
Group:		Games/Arcade
URL:		https://wiki.gnome.org/Nibbles
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(clutter-1.0) >= 1.0.0
BuildRequires:	pkgconfig(clutter-gtk-1.0) >= 1.0.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.26
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
Obsoletes:	gnibbles

%description
Pilot a worm around a maze trying to collect diamonds and at the same time
avoiding the walls and yourself. With each diamond your worm grows longer and
navigation becomes more and more difficult. Playable by up to four people.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.nibbles.gschema.xml
%{_datadir}/%{name}
%{_iconsdir}/*/*/apps/%{name}.*
%{_mandir}/man6/%{name}.6*
%{_datadir}/appdata/%{name}.appdata.xml


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 640d443
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16541 |14mr|gnome-online-accounts-3.12.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname		goa
%define	api		1.0
%define	major		0
%define	libname		%mklibname %{oname} %{api} %{major}
%define	backendname	%mklibname %{oname}-backend %{api} %{major}
%define	girname		%mklibname %{oname}-gir %{api}
%define	develname	%mklibname -d %{oname} %{api}
%define	develbackend	%mklibname -d %{oname}-backend %{api}

Summary:	Provide online accounts information
Name:		gnome-online-accounts
Version:	3.12.4
Release:	1
Group:		Graphical desktop/GNOME
License:	LGPLv2+
URL:		http://developer.gnome.org/goa/stable/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:  gnome-common
BuildRequires:  gtk-doc
BuildRequires:  intltool
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(gnome-keyring-1)
BuildRequires:  pkgconfig(json-glib-1.0)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(rest-0.7)
BuildRequires:  pkgconfig(webkitgtk-3.0)
BuildRequires:  pkgconfig(libsecret-1)
BuildRequires:  pkgconfig(telepathy-glib)

%description
gnome-online-accounts provides interfaces so applications and 
libraries in GNOME can access the user's online accounts.

%package -n %{libname}
Summary:	Runtime libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
Runtime libraries for %{name}.

%package -n %{backendname}
Summary:	Runtime libraries for %{name}
Group:		System/Libraries

%description -n %{backendname}
Runtime libraries for %{name}.

%package -n %{girname}
Summary:	GObject introspection interface for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject introspection interface for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{oname}-devel = %{version}-%{release}

%description -n %{develname}
The gnome-online-accounts-devel package contains libraries and header
files for developing applications that use gnome-online-accounts.

%package -n %{develbackend}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{backendname} = %{version}-%{release}
Provides:	%{oname}-backend-devel = %{version}-%{release}

%description -n %{develbackend}
The gnome-online-accounts-devel package contains libraries and header
files for developing applications that use gnome-online-accounts.

%prep
%setup -q
#%apply_patches

%build
#autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-gtk-doc

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std
%find_lang %{name} --all-name
rm -f %{buildroot}/%{_libdir}/*.la
rm -f %{buildroot}/%{_libdir}/*.a

%files -f %{name}.lang
%doc NEWS COPYING
%{_libexecdir}/goa-daemon
%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/%{name}/irc-networks.xml
%{_datadir}/%{name}/goawebview.css
%{_mandir}/man8/goa-daemon.8*

%files -n %{libname}
%{_libdir}/libgoa-%{api}.so.*

%files -n %{backendname}
%{_libdir}/libgoa-backend-%{api}.so.*

%files -n %{girname}
%{_libdir}/girepository-1.0/Goa-%{api}.typelib

%files -n %{develname}
%{_includedir}/goa-%{api}/
%{_libdir}/goa-%{api}/include/goaconfig.h
%{_libdir}/libgoa-%{api}.so
%{_libdir}/pkgconfig/goa-%{api}.pc
%{_datadir}/gir-1.0/Goa-%{api}.gir
%{_datadir}/gtk-doc/html/goa/

%files -n %{develbackend}
%{_libdir}/libgoa-backend-%{api}.so
%{_libdir}/pkgconfig/goa-backend-%{api}.pc


%changelog
* Fri Jul 18 2014 Tigro <ashejn@gmail.com> 3.12.4-1
+ Revision: cc6800a
- update to 3.12.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16542 |14mr|gnome-online-miners-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-online-miners
Version:	3.12.0
Release:	2
Summary:	Crawls through your online content
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		https://git.gnome.org/browse/gnome-online-miners
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.35.1
BuildRequires:	pkgconfig(goa-1.0) >= 3.2.0
BuildRequires:	pkgconfig(grilo-0.2) >= 0.2.6
BuildRequires:	pkgconfig(libgdata) >= 0.13.3
BuildRequires:	pkgconfig(tracker-miner-1.0)
BuildRequires:	pkgconfig(tracker-sparql-1.0)
BuildRequires:	pkgconfig(zapojit-0.0) >= 0.0.2
BuildRequires:	pkgconfig(libgfbgraph-0.2)
Requires:	dbus
Requires:	grilo-plugins

%description
GNOME Online Miners provides a set of crawlers that go through your online
content and index them locally in Tracker. It has miners for Flickr, Google
and SkyDrive.

%prep
%setup -q

%build
%configure2_5x \
	--disable-silent-rules \
	--disable-static
%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -delete

# Use %%doc instead.
rm -rf %{buildroot}%{_docdir}/%{name}

%files
%doc AUTHORS COPYING ChangeLog README
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Flickr.service
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.GData.service
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Zpj.service
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Owncloud.service
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Facebook.service
%{_libdir}/%{name}/libgom-1.0.so
%{_libexecdir}/gom-flickr-miner
%{_libexecdir}/gom-gdata-miner
%{_libexecdir}/gom-zpj-miner
%{_libexecdir}/gom-owncloud-miner
%{_libexecdir}/gom-facebook-miner


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: 1dea30f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16543 |14mr|gnome-packagekit-3.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A PackageKit client for the GNOME desktop
Name:	  	gnome-packagekit
Version:	3.12.1
Release:	2
License:	GPLv2+
Group:		System/Configuration/Packaging
URL:		http://www.packagekit.org
Source0: 	http://ftp.gnome.org/pub/GNOME/sources/gnome-packagekit/3.12/%{name}-%{version}.tar.xz

BuildRequires:	docbook-dtd41-sgml
BuildRequires:	docbook-utils
BuildRequires:	desktop-file-utils
BuildRequires:	intltool > 0.35.0
BuildRequires:	xsltproc itstool
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(packagekit-glib2)
BuildRequires:	pkgconfig(unique-1.0)
BuildRequires:	pkgconfig(upower-glib)

Requires:	%{name}-common = %{EVRD}
Obsoletes:	%{name}-extra

%description
gnome-packagekit are PackageKit client programs designed for the GNOME desktop.

%package	common
Summary:	Common files and services for GNOME PackageKit
Group:		System/Configuration/Packaging
Requires:	packagekit
Provides:	packagekit-gui
Conflicts:	gnome-packagekit < 2.29.2

%description	common
Common files and services used by GNOME PackageKit. This packages provides
D-Bus service for packages installation.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-scrollkeeper

%make

%install
%makeinstall_std

# hack around apper conflict
mv %{buildroot}%{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service \
%{buildroot}%{_datadir}/dbus-1/services/gnome-org.freedesktop.PackageKit.service

%find_lang %{name} --with-gnome

%files common -f %{name}.lang
%{_bindir}/gpk-install-*
%{_bindir}/gpk-dbus-service
%{_datadir}/applications/gpk-dbus-service.desktop
%{_datadir}/applications/gpk-install-*.desktop
%{_datadir}/dbus-1/services/*.service
%{_datadir}/GConf/gsettings/org.gnome.packagekit.gschema.migrate
%{_datadir}/glib-2.0/schemas/org.gnome.packagekit.gschema.xml
%dir %{_datadir}/gnome-packagekit
%{_datadir}/gnome-packagekit/gpk-client.ui
%{_datadir}/gnome-packagekit/gpk-error.ui
%{_datadir}/gnome-packagekit/gpk-eula.ui
%{_datadir}/gnome-packagekit/gpk-signature.ui
%{_datadir}/gnome-packagekit/icons
%{_iconsdir}/hicolor/*/*/*
%{_mandir}/man1/gpk-install-*
%{_mandir}/man1/gpk-dbus-service*
%{_datadir}/appdata/*.xml

%files 
%{_bindir}/gpk-application
%{_bindir}/gpk-log
%{_bindir}/gpk-prefs
%{_bindir}/gpk-update-*
%{_datadir}/applications/gpk-application.desktop
%{_datadir}/applications/gpk-prefs.desktop
%{_datadir}/applications/gpk-update-viewer.desktop
%{_datadir}/applications/gpk-log.desktop
%{_datadir}/gnome-packagekit/gpk-application.ui
%{_datadir}/gnome-packagekit/gpk-prefs.ui
%{_datadir}/gnome-packagekit/gpk-update-viewer.ui
%{_datadir}/gnome-packagekit/gpk-log.ui
%{_mandir}/man1/gpk-application*
%{_mandir}/man1/gpk-prefs*
%{_mandir}/man1/gpk-update*
%{_mandir}/man1/gpk-log*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-2
+ Revision: 9bd147e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16544 |14mr|gnome-panel2-2.32.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define req_libwnck_version 2.19.5
%define req_libglade_version 2.5.0
%define req_gconf2_version 2.31.6
%define req_gnomeui_version 2.5.4
%define req_gtk_version 2.19.7
%define req_glib_version 2.15.5
%define req_gnomedesktop_version 2.11.1

%define api_version 2
%define api2 3
%define lib_major   0
%define libname %mklibname panel-applet- %{api_version} %{lib_major}
%define libname2 %mklibname panel-applet- %{api2} %{lib_major}
%define libnamedev %mklibname -d panel-applet- %{api_version}

%define in_process_applets 0
%define oname gnome-panel

Summary:	The core programs for the GNOME GUI desktop environment
Name:		gnome-panel2
Version:	2.32.1
Release:	11
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{oname}/%{oname}-%{version}.tar.bz2
Source1:	mandriva-panel.png

# (fc) 2.0.1-2mdk  use xlock instead of xscreensaver to lock root desktop
Patch0:		gnome-panel-2.27.91-rootlock.patch
# (fc) 2.0.1-2mdk  Mandriva customization
Patch1:		gnome-panel-mdvcustomizations.patch
Patch2:		gnome-panel-2.32.1-fix-linking.patch
# (fc) 2.19.6-2mdv use beagle or tracker (if available) as search tool by default (Fedora)
Patch16:	gnome-panel-2.27.91-search.patch
# (fc) 2.28.0-3mdv ensure net_applet role is network
Patch19:	gnome-panel-2.29.92-netapplet.patch
# (fc) allow more bookmarks before switching to submenus
Patch20:	bookmarks-submenu.patch
# (fc) add about-mandriva menu entry if available
Patch21:	gnome-panel-2.28.0-about-mandriva.patch
# (fc) add padding for icons on panel (GNOME bug #343436) (Fedora)
Patch22:	gnome-panel-2.30.0-panel-padding.patch
# (fc) add padding for icons in notification area (GNOME bug #583273)
Patch23:	gnome-panel-2.31.6-icon-padding.patch
BuildRequires:	libxslt-proc
BuildRequires:	rarian
BuildRequires:	gettext-devel
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	pkgconfig(gconf-2.0) >= %{req_gconf2_version}
BuildRequires:	pkgconfig(glib-2.0) >= %{req_glib_version}
BuildRequires:	pkgconfig(gnome-desktop-2.0) >= %{req_gnomedesktop_version}
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0) >= %{req_gtk_version}
BuildRequires:	pkgconfig(gweather)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libglade-2.0) >= %{req_libglade_version}
BuildRequires:	pkgconfig(libgnome-menu)
BuildRequires:	pkgconfig(libgnomeui-2.0) >= %{req_gnomeui_version}
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libwnck-1.0) >= %{req_libwnck_version}
BuildRequires:	pkgconfig(polkit-agent-1)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xres)
Requires(post,postun):	scrollkeeper
Requires:	gnome-desktop
Requires:	gnome-session
Requires:	polkit-agent
Requires:	GConf2 >= %{req_gconf2_version}
Requires:	glib2 >= %{req_glib_version}
Requires:	gnome-menus2
Requires:	alacarte
Suggests:	gnome-applets

# for screen locking and search function in panel
#Requires:	gnome-utils
Requires:	gnome-screensaver
Requires:	desktop-common-data
#(patch0)
Requires:	xlockmore

%description
GNOME (GNU Network Object Model Environment) is a user-friendly
set of applications and desktop tools to be used in conjunction with a
window manager for the X Window System.  GNOME is similar in purpose and
scope to CDE and KDE, but GNOME is based completely on free
software. 

The GNOME panel packages provides the gnome panel, menus and some
basic applets for the panel.

%package -n	%{libname}
Summary:	%{summary}
Group:		System/Libraries

%description -n	%{libname}
Panel libraries for running GNOME panels.

%package -n	%{libname2}
Summary:	%{summary}
Group:		System/Libraries
Provides:	libpanel-applet-%{api2} = %{version}-%{release}

%description -n	%{libname2}
Panel libraries for running GNOME panels.

%package -n	%{libnamedev}
Summary:	Static libraries, include files for GNOME panel
Group:		Development/GNOME and GTK+
Provides:	libpanel-applet-%{api_version}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Requires:	%{libname2} = %{version}-%{release}
Obsoletes:	%{mklibname -d panel-applet- 2 0} < 2.32.1-6

%description -n	%{libnamedev}
Panel libraries and header files for creating GNOME panels.

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

#needed by patch2,patch23
autoreconf

%build
%configure2_5x --disable-eds --disable-scrollkeeper \
--disable-static \
%if %{in_process_applets}
--with-in-process-applets=all
%endif

make LIBS="-lgmodule-2.0"

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/gnome-panel/pixmaps-
#remove old files
rm -rf %{buildroot}%{_datadir}/omf/gnome-panel

%find_lang %{oname}-2.0 --with-gnome --all-name

#remove unpackaged files
rm -rf %{buildroot}%{_datadir}/gnome-panelrc %{buildroot}%{_localstatedir}/lib/scrollkeeper


%define schemas clock fish panel-compatibility panel-general panel-global panel-object panel-toplevel window-list workspace-switcher notification_area_applet

%post
%update_scrollkeeper 
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --recursive-unset /apps/panel > /dev/null 2> /dev/null
gconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --recursive-unset /schemas/apps/panel > /dev/null 2> /dev/null

%post_install_gconf_schemas %{schemas}
gconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --load %{_sysconfdir}/gconf/schemas/panel-default-setup.entries > /dev/null
gconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --load %{_sysconfdir}/gconf/schemas/panel-default-setup.entries /apps/panel > /dev/null

%update_icon_cache hicolor

%preun
%preun_uninstall_gconf_schemas %{schemas}

%postun
%clean_scrollkeeper
%clean_icon_cache hicolor

%files -f %{oname}-2.0.lang
%doc AUTHORS COPYING NEWS README
%{_sysconfdir}/gconf/schemas/clock.schemas
%{_sysconfdir}/gconf/schemas/fish.schemas
%{_sysconfdir}/gconf/schemas/panel-compatibility.schemas
%{_sysconfdir}/gconf/schemas/panel-general.schemas
%{_sysconfdir}/gconf/schemas/panel-global.schemas
%{_sysconfdir}/gconf/schemas/panel-object.schemas
%{_sysconfdir}/gconf/schemas/panel-toplevel.schemas
%{_sysconfdir}/gconf/schemas/window-list.schemas
%{_sysconfdir}/gconf/schemas/workspace-switcher.schemas
%{_sysconfdir}/gconf/schemas/notification_area_applet.schemas
%{_sysconfdir}/gconf/schemas/panel-default-setup.entries

%{_bindir}/*
%{_libexecdir}/gnome-panel-add
%if %{in_process_applets}
%dir %{_libexecdir}/gnome-panel
%dir %{_libexecdir}/gnome-panel/*.so
%else
%{_libexecdir}/clock-applet
%{_libexecdir}/fish-applet
%{_libexecdir}/notification-area-applet
%{_libexecdir}/wnck-applet
%{_datadir}/dbus-1/services/org.gnome.panel.applet.ClockAppletFactory.service
%{_datadir}/dbus-1/services/org.gnome.panel.applet.FishAppletFactory.service
%{_datadir}/dbus-1/services/org.gnome.panel.applet.NotificationAreaAppletFactory.service
%{_datadir}/dbus-1/services/org.gnome.panel.applet.WnckletFactory.service
%endif
%{_libdir}/gnome-panel/modules
%{_mandir}/man1/*
%{_datadir}/applications/*.desktop
%dir %{_datadir}/gnome
%dir %{_datadir}/gnome/help
%{_datadir}/gnome-panel
%{_datadir}/gnome-2.0/ui/*
%{_datadir}/idl/*
%{_datadir}/icons/hicolor/*/apps/*

%files -n %{libname}
%{_libdir}/libpanel-applet-%{api_version}.so.%{lib_major}*

%files -n %{libname2}
%{_libdir}/libpanel-applet-%{api2}.so.%{lib_major}*
%{_libdir}/girepository-1.0/PanelApplet-3.0.typelib

%files -n %{libnamedev}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/libpanel*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/PanelApplet-3.0.gir



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.32.1-11
+ Revision: c83a287
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16545 |14mr|gnome-photos-3.12.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          gnome-photos
Summary:       Access, organize and share your photos on GNOME
Version:       3.12.1
Release:       3
URL:           https://live.gnome.org/GnomePhotos

# GNOME Photos itself is GPLv2+, but the bundled libgd is LGPLv2+
License:       GPLv2+ and LGPLv2+
Group:         Graphical desktop/GNOME

Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(cairo)
BuildRequires: intltool itstool
BuildRequires: pkgconfig(clutter-1.0) >= 1.11
BuildRequires: pkgconfig(clutter-gtk-1.0) >= 1.3.2
BuildRequires: pkgconfig(exempi-2.0)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.35.6
BuildRequires: pkgconfig(gnome-desktop-3.0) > 3.7.6
BuildRequires: pkgconfig(goa-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(babl)
BuildRequires: pkgconfig(gegl-0.2)
BuildRequires: pkgconfig(libexif) >= 0.6
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(tracker-sparql-1.0)
BuildRequires: pkgconfig(libgfbgraph-0.2)
BuildRequires: pkgconfig(grilo-0.2)
BuildRequires: gnome-common

Requires: gegl
Requires: gnome-online-miners

# libgd is not meant to be installed as a system-wide shared library.
# It is just a way for GNOME applications to share widgets and other common
# code on an ad-hoc basis.
Provides: bundled(libgd)


%description
Photos, like Documents, Music and Videos, is one of the core GNOME
applications meant for find and reminding the user about her content.


%prep
%setup -q

%build
%configure2_5x
%make


%install
%makeinstall_std

# Upstream doesn't install with desktop-file-install, so let's check
# FIXME: The desktop file is invalid, sent patch upstream, should be fixed in
# next release
#desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}


%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/org.gnome.photos.gschema.xml
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_docdir}/%{name}
%{_datadir}/help/*/gnome-photos/*
%{_libexecdir}/gnome-photos-service
%{_datadir}/appdata/org.gnome.Photos.appdata.xml
%{_datadir}/applications/org.gnome.Photos.desktop
%{_datadir}/dbus-1/services/org.gnome.Photos.service
%{_datadir}/gnome-shell/search-providers/org.gnome.Photos.search-provider.ini

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-3
+ Revision: 62f2798
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16546 |14mr|gnome-power-manager-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gnome-power-manager
Version:	3.12.0
Release:	2
Summary:	GNOME Power Manager
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/projects/gnome-power-manager/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-power-manager/3.12/%{name}-%{version}.tar.xz

BuildRequires:	docbook-dtd41-sgml
BuildRequires:	docbook-utils
BuildRequires:	intltool
BuildRequires:	xmlto
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(upower-glib)
BuildRequires:	pkgconfig(libnotify)
Requires:	gnome-mime-data
Requires:	gnome-icon-theme
Requires(preun):  GConf2
Requires:	upower

%description
GNOME Power Manager uses the information and facilities provided by Upower
displaying icons and handling user callbacks in an interactive GNOME session. 
GNOME Power Preferences allows authorised users to set policy and 
change preferences.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
rm -rf %{buildroot}
%makeinstall_std
%find_lang %{name}
 
%files -f %{name}.lang
%doc AUTHORS COPYING INSTALL NEWS README 
%{_datadir}/applications/gnome-power-statistics.desktop
%{_bindir}/*
%{_datadir}/glib-2.0/schemas/org.gnome.power-manager.gschema.xml
%{_datadir}/icons/*/*/apps/gnome-*
%{_datadir}/appdata/gnome-power-statistics.appdata.xml
%{_mandir}/man1/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: 8832c46
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16547 |14mr|gnome-python-2.28.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define haveorbit 1
%define pyorbit 2.0.1
%define pygtk 2.10.3

Summary: The sources for the PyGNOME Python extension module
Name: gnome-python
Version: 2.28.1
Release: 7
Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python/gnome-python-%{version}.tar.bz2
URL: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python/
License: LGPLv2+
Group: Development/GNOME and GTK+
BuildRequires: python-gobject-devel >= 2.17.0
BuildRequires: pygtk2.0-devel >= %pygtk
BuildRequires: python-devel >= 2.2
BuildRequires: pkgconfig(gtk+-2.0) >= 2.0.0
BuildRequires: pkgconfig(libgnome-2.0)
BuildRequires: pkgconfig(libgnomeui-2.0)
BuildRequires: pkgconfig(libgnomecanvas-2.0)
BuildRequires: pkgconfig(libbonoboui-2.0)
BuildRequires: pkgconfig(gconf-2.0) >= 2.11.1
BuildRequires: avahi-glib-devel avahi-client-devel
BuildRequires: libgcrypt-devel
Requires: pygtk2.0 >= %pygtk
%if %{haveorbit}
Requires: %name-bonobo
BuildRequires: pyorbit-devel >= %pyorbit
%endif

%description
The gnome-python package contains the source packages for the Python
bindings for GNOME called PyGNOME.

PyGNOME is an extension module for Python that provides access to the
base GNOME libraries, so you have access to more widgets, a simple
configuration interface, and metadata support.

%package canvas
Version: %{version}
Summary: Python bindings for the GNOME Canvas
Group: Development/GNOME and GTK+
Requires: libgnomecanvas2 >= 2.0.0
Requires: pygtk2.0 >= %pygtk
Requires: %name = %version-%release

%description canvas
This module contains a wrapper that allows use of the GNOME Canvas
in Python.

%package bonobo
Version: %{version}
Summary: Python bindings for interacting with bonobo
Group: Development/GNOME and GTK+
Requires: %name-canvas = %version-%release
Requires: pyorbit >= %pyorbit
Requires: libbonoboui2 >= 2.0.0

%description bonobo
This module contains a wrapper that allows the creation of bonobo
components and the embedding of bonobo components in Python.

%package gconf
Version: %{version}
Summary: Python bindings for interacting with GConf
Group: Development/GNOME and GTK+
Requires: GConf2 >= 1.1.10

%description gconf
This module contains a wrapper that allows the use of GConf via Python.

%package gnomevfs
Version: %{version}
Summary: Python bindings for interacting with gnome-vfs
Group: Development/GNOME and GTK+
Requires: gnome-vfs2 >= 2.0.2

%description gnomevfs
This module contains a wrapper that allows the use of gnome-vfs via python.

%package devel
Summary: Development files of %name
Group: Development/Python
Requires: %name = %version
Conflicts: %name < 2.21.0

%description devel
Development files of the Gnome Python wrappers.

%prep
%setup -q -n gnome-python-%{version}

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILDROOT
%makeinstall_std
find $RPM_BUILD_ROOT -name '*.la' -exec rm {} \;

%clean
rm -rf %buildroot

%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog
%defattr(755,root,root,755)
%dir %py_platsitedir/gtk-2.0/gnome/
%py_platsitedir/gtk-2.0/gnome/__init__.*
%py_platsitedir/gtk-2.0/gnome/_gnome.so
%if %{haveorbit}
%py_platsitedir/gtk-2.0/gnome/ui.so
%endif

%if %{haveorbit}
%files canvas
%defattr(755,root,root,755)
%py_platsitedir/gtk-2.0/gnome/canvas.*
%py_platsitedir/gtk-2.0/gnomecanvas.so
%defattr(644,root,root,755)
%doc examples/canvas
%endif


%if %{haveorbit}
%files bonobo
%defattr(755,root,root,755)
%dir %py_platsitedir/gtk-2.0/bonobo/
%py_platsitedir/gtk-2.0/bonobo/__init__.*
%py_platsitedir/gtk-2.0/bonobo/*.so
%defattr(644,root,root,755)
%doc examples/bonobo
%endif

%files gconf
%defattr(755,root,root,755)
%py_platsitedir/gtk-2.0/gconf*
%defattr(644,root,root,755)
%doc examples/gconf

%files gnomevfs
%defattr(755,root,root,755)
%py_platsitedir/gtk-2.0/gnome/vfs*
%py_platsitedir/gtk-2.0/gnomevfs
%{_libdir}/gnome-vfs-2.0/modules/libpythonmethod.so
%defattr(644,root,root,755)
%doc examples/vfs

%files devel
%defattr(-,root,root)
%{_includedir}/gnome-python-2.0/pygnomevfs.h
%{_includedir}/gnome-python-2.0/pygnomevfsbonobo.h
%doc %_datadir/gtk-doc/html/pygnomevfs
%{_libdir}/pkgconfig/gnome-python-2.0.pc
%dir %{_datadir}/pygtk/2.0/defs
%{_datadir}/pygtk/2.0/defs/*.defs
%{_datadir}/pygtk/2.0/argtypes



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.28.1-7
+ Revision: deac518
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16548 |14mr|gnome-python-desktop-2.32.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# evince, brasero and mediaprofiles are disabled because these things have
# been ported to GTK+3. It's not practical to mix GTK+2 and GTK+3 bindings
# in gnome-python2-desktop, so for now we'll just have to disable the GTK+3
# stuff. - AdamW 2010/07
%define build_brasero 0
%define build_evince 0
%define build_gnomeprint 1
%define build_mediaprofiles 0

%define pygtk 2.10.3
%define gnomepython 2.10.0
%define oname gnome-python

Summary: GNOME Desktop bindings for Python
Name: gnome-python-desktop
Version: 2.32.0
Release: 11
License: LGPLv2+ and GPLv2+
Group: Development/GNOME and GTK+
URL: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
#gw link plparser wrapper with gtk until it was update for 2.29
Patch1: gnome-python-desktop-2.29.1-totem-plparser-add-gtk.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=672016
Patch2: gnome-python-desktop-2.32.0-metacity-build.patch

BuildRequires: pygtk2.0-devel >= %pygtk
BuildRequires: gnome-python-devel >= %gnomepython
BuildRequires: gnome-python-gconf >= %gnomepython
BuildRequires: python-devel >= 2.2
BuildRequires: pkgconfig(libgnomeui-2.0) >= 2.0.0
BuildRequires: gtksourceview1-devel >= 1.1.90
# let gotz keep all his gnome2 stuff intact in main
##BuildRequires: %{_lib}edataserver2-devel
BuildRequires: pkgconfig(libwnck-1.0)
BuildRequires: libgnome-keyring-devel >= 0.5.0
BuildRequires: gnome-desktop-devel
BuildRequires: libgcrypt-devel
BuildRequires: pkgconfig(libcanberra)
BuildRequires: x11-server-xvfb

Requires: gnome-desktop

Conflicts: gnome-python-extras < 2.13.3

%description
The gnome-python-desktop package contains the Python bindings for the
GNOME Desktop modules.

%package -n %{oname}-gnomekeyring
Summary: Python bindings for Gnome-keyring
Group: Development/GNOME and GTK+
Requires: gnome-keyring
Conflicts: gnome-python-desktop < 2.32.0-5

%description -n %{oname}-gnomekeyring
This module contains a wrapper that makes Gnome-keyring available from Python.

%package -n %{oname}-gtksourceview
Summary: Python bindings for Gtksourceview
Group: Development/GNOME and GTK+
Requires: gtksourceview1
Requires: %{oname}-gnomeprint = %{version}
Conflicts: gnome-python-desktop < 2.32.0-5

%description -n %{oname}-gtksourceview
This module contains a wrapper that makes Gtksourceview available from Python.

%package -n %{oname}-gtop
Summary: Python bindings for Gtop
Group: Development/GNOME and GTK+
Requires: libgtop2
BuildRequires: libgtop2.0-devel >= 2.13

%description -n %{oname}-gtop
This module contains a wrapper that makes Gtop available from Python.

%if %{build_brasero}
%package -n %{oname}-brasero
Summary: Python bindings for Brasero
Group: Development/GNOME and GTK+
Requires: brasero
BuildRequires: brasero-devel

%description -n %{oname}-brasero
This module contains a wrapper that makes Brasero available from Python.
%endif

%package -n %{oname}-totem
Summary: Python bindings for the Totem playlist parser
Group: Development/GNOME and GTK+
BuildRequires: pkgconfig(totem-plparser)

%description -n %{oname}-totem
This module contains a wrapper that makes the Totem playlist parser
available from Python.

%if %{build_mediaprofiles}
%package -n %{oname}-mediaprofiles
Summary: Python bindings for the GNOME media profiles
Group: Development/GNOME and GTK+
Requires: gnome-media
Requires: gnome-python-gconf >= %gnomepython
Conflicts: gnome-python-desktop < 2.32.0-5
BuildRequires: pkgconfig(gnome-media-profiles)

%description -n %{oname}-mediaprofiles
This module contains a wrapper that makes the GNOME media profiles library
available from Python.
%endif

%package -n %{oname}-metacity
Summary: Python bindings for the Metacity window manager
Group: Development/GNOME and GTK+
Requires: metacity
Conflicts: gnome-python-desktop < 2.32.0-5
BuildRequires: pkgconfig(libmetacity-private)

%description -n %{oname}-metacity
This module contains a wrapper that makes the Metacity window manager library
available from Python.

%if %{build_gnomeprint}
%package -n %{oname}-gnomeprint
Summary: Python bindings for interacting with gnomeprint and gnomeprintui
Group: Development/GNOME and GTK+
Requires: libgnomeprintui
Requires: gnome-python-canvas
Conflicts: gnome-python-desktop < 2.32.0-5
BuildRequires: libgnomeprintui-devel >= 2.8.0

%description -n %{oname}-gnomeprint
This module contains a wrapper that allows the use of gnomeprint and
gnomeprintui via python.
%endif

%if %{build_evince}
%package -n %{oname}-evince
Summary: Python bindings for the Evince document viewer
Group: Development/GNOME and GTK+
Requires: evince
Conflicts: gnome-python-desktop < 2.32.0-5
Obsoletes: python-evince
BuildRequires: evince-devel >= 2.31.90

%description -n %{oname}-evince
This module contains a wrapper that makes the Evince document viewer library
available from Python.
%endif

%package -n %{oname}-wnck
Summary: Python-wnck bindings
Group: Development/GNOME and GTK+
Requires: libwnck
Conflicts: gnome-python-desktop < 2.32.0-5

%description -n %{oname}-wnck
This package contains a module that allows communication with the Window
Manager using the EWMH specification from Python applications.

%package devel
Summary: Pkgconfig file for %{name}
Group: Development/GNOME and GTK+
Requires: %{name} = %{version}
Conflicts: gnome-python-desktop < 2.32.0-5

%description devel
This package contains pkgconfig file for %{name}.

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--enable-metacity --enable-metacity --disable-evince --disable-braseromedia --disable-braseroburn --disable-mediaprofiles --disable-applet
%make LIBS="`python-config --libs`"

%check
# Disabled due to http://bugzilla.gnome.org/show_bug.cgi?id=565593 :
# check fails against Python 2.6 due to Python issue #4244 - AdamW
# 2008/12
#xvfb-run make check

%install
rm -rf %{buildroot}
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm {} \;

%files
%doc AUTHORS ChangeLog
%dir %{_datadir}/pygtk/2.0/defs
%{py_platsitedir}/gtk-2.0/gnomedesktop/
%{py_platsitedir}/gtk-2.0/bugbuddy* 
%{_datadir}/pygtk/2.0/defs/_gnomedesktop.defs

%files -n %{oname}-gnomekeyring
%doc examples/keyring*
%{py_platsitedir}/gtk-2.0/gnomekeyring.so
%{_datadir}/pygtk/2.0/defs/gnomekeyring.defs

%files -n %{oname}-gtksourceview
%doc examples/gtksourceview
%{py_platsitedir}/gtk-2.0/gtksourceview.so
%{_datadir}/pygtk/2.0/defs/gtksourceview.defs
%doc %{_datadir}/gtk-doc/html/pygtksourceview

%files -n %{oname}-gtop
%{py_platsitedir}/gtk-2.0/gtop.so

%if %{build_brasero}
%files -n %{oname}-brasero
%doc examples/brasero*
%{py_platsitedir}/gtk-2.0/braseroburn.so
%{py_platsitedir}/gtk-2.0/braseromedia.so
%doc examples/braseromedia
%endif

%files -n %{oname}-totem
%{py_platsitedir}/gtk-2.0/totem/

%if %{build_mediaprofiles}
%files -n %{oname}-mediaprofiles
%doc examples/mediaprofiles
%{py_platsitedir}/gtk-2.0/mediaprofiles.so
%{_datadir}/pygtk/2.0/defs/mediaprofiles.defs
%endif

%files -n %{oname}-metacity
%{py_platsitedir}/gtk-2.0/metacity.so
%{_datadir}/pygtk/2.0/defs/metacity.defs

%if %{build_gnomeprint}
%files -n %{oname}-gnomeprint
%doc examples/gnomeprint/
%{py_platsitedir}/gtk-2.0/gnomeprint/
%{_datadir}/pygtk/2.0/defs/art.defs
%{_datadir}/pygtk/2.0/defs/print.defs
%{_datadir}/pygtk/2.0/defs/printui.defs
%{_datadir}/gtk-doc/html/pygnomeprint*
%endif

%if %{build_evince}
%files -n %{oname}-evince
%{py_platsitedir}/gtk-2.0/evince.so
%{_datadir}/pygtk/2.0/defs/evince.defs
%endif

%files -n %{oname}-wnck
%doc examples/wnck*
%{py_platsitedir}/gtk-2.0/wnck.so
%{_datadir}/pygtk/2.0/defs/wnck.defs

%files devel
%{_libdir}/pkgconfig/%{name}-2.0.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.32.0-11
+ Revision: 35d47fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16549 |14mr|gnome-python-extras-2.25.3-28
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pygtk 2.4.0
%define gnomepython 2.10.0
%define oname gnome-python
%define gdaapi 4.0
%define build_gda 0
%define build_gtkhtml 1
%define build_gksu 0
%define build_gksu2 0
# Deprecated and already obsolete in new xulrunner
%define build_gtkmozembed 0

Summary:	GNOME extra bindings for Python
Name:		gnome-python-extras
Version:	2.25.3
Release:	28
License:	GPLv2+ and LGPLv2+
Group:		Development/GNOME and GTK+
URL:		ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python-extras
Source:		ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
Patch3:		gnome-python-extras-2.25.1-linkage.patch
Patch4:		gnome-python-extras-2.25.3-drop-private-gdl-types.patch

BuildRequires:	pygtk2.0-devel >= %{pygtk}
BuildRequires:	gnome-python >= %{gnomepython}
BuildRequires:	python-devel >= 2.2
BuildRequires:	pkgconfig(libgnomeui-2.0)
#gw, hmm, it still needs gtksourceview-1.0
BuildRequires:	pkgconfig(gtksourceview-1.0)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	gtk-doc
BuildRequires:	docbook-dtd412-xml
# gstreamer suggests codeine, codeine requires gnome-python-gtkmozembed
# which means gnome-python-extras requires itslef to build.
# To fix this problem, we need to conflicts with gtkmozbembed, until
# iurt uses '--no-suggests' by default.
BuildConflicts:	gnome-python-gtkmozembed
Requires:	gnome-python >= %{gnomepython}
Requires:	gnome-python-gnomevfs >= %{gnomepython}

Obsoletes:	%{oname}-gda < %{version}-%{release}

%if %{build_gtkhtml}
BuildRequires:	pkgconfig(libgtkhtml-2.0)
%endif


%description
The gnome-python-extras package contains the additional Python
bindings for GNOME.

%if %{build_gda}
%package -n %{oname}-gda
Summary:	Python bindings for GNU Data Access
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{version}-%{release}
BuildRequires:	pkgconfig(libgda-%{gdaapi})

%description -n %{oname}-gda
This module contains a wrapper that allows programs written in Python
to use GNU Data Access.

%package -n %{oname}-gda-devel
Summary:	C header of the GNU Data Access Python bindings
Group:		Development/C
Requires:	%{oname}-gda = %{version}-%{release}

%description -n %{oname}-gda-devel
This is a C header needed for building extensions to the GNU Data
Access Python bindings.
%endif

%if %{build_gksu}
%package -n %{oname}-gksu
Summary:	Python bindings for GKSu
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{version}-%{release}
BuildRequires:	libgksu1.2-devel
BuildRequires:	libgksuui-devel

%description -n %{oname}-gksu
This module contains a wrapper that allows programs written in Python
to use GKSu.
%endif

%if %{build_gksu2}
%package -n %{oname}-gksu2
Summary:	Python bindings for GKSu2
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{version}-%{release}
BuildRequires:	libgksu2-devel

%description -n %{oname}-gksu2
This module contains a wrapper that allows programs written in Python
to use GKSu.
%endif

%package -n %{oname}-gdl
Summary:	Python bindings for Gnome Devtool Libraries
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{version}-%{release}
BuildRequires:	libgdl-devel

%description -n %{oname}-gdl
This module contains a wrapper that allows programs written in Python
to use Gnome Devtool Libraries.

%package -n %{oname}-gtkspell
Summary:	Python bindings for gtkspell
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{version}-%{release}
BuildRequires:	gtkspell-devel

%description -n %{oname}-gtkspell
This module contains a wrapper that allows gnome python apps to use
the gtkspell library.

%if %{build_gtkmozembed}
%package -n %{oname}-gtkmozembed
Summary:	Python bindings for mozilla
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{version}-%{release}
BuildRequires:	xulrunner-devel

%description -n %{oname}-gtkmozembed
This module contains a wrapper that allows gnome python apps to embed
the mozilla browser.
%endif

%if %{build_gtkhtml}
%package -n %{oname}-gtkhtml2
Summary:	Python bindings for interacting with gtkhtml2
Group:		Development/GNOME and GTK+

%description -n %{oname}-gtkhtml2
This module contains a wrapper that allows the use of gtkhtml2 via
Python
%endif

%prep
%setup -q
%patch3 -p1 -b .linkage
%patch4 -p0 -b .gdl
autoreconf -fi

%build
%configure2_5x --with-gtkmozembed=mozilla --enable-docs
%make


%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog
%defattr(755,root,root,755)
%dir %{_datadir}/pygtk/2.0/defs
%{_datadir}/pygtk/2.0/defs/*.defs
%{_libdir}/pkgconfig/%{name}-2.0.pc
%{_libdir}/python%{py_ver}/site-packages/gtk-2.0/egg/
%doc examples/egg/

%if %{build_gksu}
%files -n %{oname}-gksu
%defattr(755,root,root,755)
%{_libdir}/python%{py_ver}/site-packages/gtk-2.0/gksu/
%endif

%if %{build_gksu2}
%files -n %{oname}-gksu2
%defattr(755,root,root,755)
%{_libdir}/python%{py_ver}/site-packages/gtk-2.0/gksu2/
%endif

%if %{build_gda}
%files -n %{oname}-gda
%defattr(755,root,root,755)
%{_datadir}/pygtk/2.0/argtypes/gda-*
%{_libdir}/python%{py_ver}/site-packages/gtk-2.0/gda.so

%files -n %{oname}-gda-devel
%defattr(755,root,root,755)
%{_libdir}/pkgconfig/pygda-%{gdaapi}.pc
%{_includedir}/pygda-%{gdaapi}/
%endif

%files -n %{oname}-gdl
%defattr(755,root,root,755)
%{_libdir}/python%{py_ver}/site-packages/gtk-2.0/gdl.so
%doc examples/gdl

%files -n %{oname}-gtkspell
%defattr(755,root,root,755)
%{_libdir}/python%{py_ver}/site-packages/gtk-2.0/gtkspell.so
%doc examples/gtkspell
%doc %{_datadir}/gtk-doc/html/pygtkspell

%if %{build_gtkmozembed}
%files -n %{oname}-gtkmozembed
%defattr(755,root,root,755)
%{_libdir}/python%{py_ver}/site-packages/gtk-2.0/gtkmozembed.so
%doc %{_datadir}/gtk-doc/html/pygtkmozembed
%endif

%if %{build_gtkhtml}
%files -n %{oname}-gtkhtml2
%defattr(755,root,root,755)
%{_libdir}/python%{py_ver}/site-packages/gtk-2.0/gtkhtml2.so
%defattr(644,root,root,755)
%doc examples/gtkhtml2
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.25.3-28
+ Revision: 8fd2bcf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16550 |14mr|gnome-robots-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-robots
Version:	3.12.2
Release:	2
Summary:	GNOME Robots game
License:	GPLv2+ and GFDL
Group:		Games/Arcade
URL:		https://wiki.gnome.org/Robots
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.26
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	intltool > 0.50
BuildRequires:	itstool
BuildRequires:	libxml2-utils
Obsoletes:	gnobots2
Obsoletes:	gnobots2-extra-data

%description
The classic game where you have to avoid a hoard of robots who are trying to
kill you. Each step you take brings them closer toward you. Fortunately they
aren't very smart and you also have a helpful teleportation gadget.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.robots.gschema.xml
%{_datadir}/%{name}
%{_iconsdir}/*/*/*/*
%{_mandir}/man6/%{name}.6*
%{_datadir}/appdata/%{name}.appdata.xml


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 0ca4872
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16551 |14mr|gnome-screensaver-3.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gnome-screensaver
Summary:	GNOME Screensaver
Version:	3.6.1
Release:	4
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.6/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libgnomekbdui)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xxf86misc)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xtst)
BuildRequires:  pkgconfig(libsystemd-login)
BuildRequires:  pkgconfig(libsystemd-daemon)

Requires:	xsltproc
Requires:	dbus-x11
Suggests:	mandriva-theme-screensaver

%description
gnome-screensaver is a screen saver and locker that aims to have
simple, sane, secure defaults and be well integrated with the desktop.
It is designed to support:

* the ability to lock down configuration settings
* translation into other languages
* user switching

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-more-warnings \
	--enable-systemd

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README AUTHORS
%{_sysconfdir}/pam.d/gnome-screensaver
%{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_bindir}/*
%{_libexecdir}/gnome-screensaver-dialog
%{_mandir}/man1/gnome-screensaver*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6.1-4
+ Revision: 959ec0f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16552 |14mr|gnome-screenshot-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-screenshot
Version:	3.12.0
Release:	2
Summary:	GNOME Screenshot utility
License:	GPLv2+
Group:		File tools
Url:		http://live.gnome.org/GnomeUtils/Baobab
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(glib-2.0) >= 2.31.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(libcanberra-gtk3)
Conflicts:	gnome-utils < 1:3.3.1

%description
Gnome screenshot utility.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-rpath \
	--disable-schemas-compile

%make

%install
%makeinstall_std

#handle docs with files section
rm -rf %{buildroot}%{_defaultdocdir}

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc NEWS
%{_bindir}/%{name}
%{_datadir}/GConf/gsettings/gnome-screenshot.convert
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-screenshot.gschema.xml
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: 4a3a13a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16553 |14mr|gnome-search-tool-3.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	GNOME Search tool
Name:		gnome-search-tool
Version:	3.6.0
Release:	3
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool itstool
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(sm)
Conflicts:	gnome-utils < 1:3.3.1

%description
Search tool for Gnome desktop.

%prep
%setup -q

%build
%configure2_5x \
	--disable-rpath \
	--disable-schemas-compile \
	--disable-schemas-install \
	--disable-scrollkeeper
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc NEWS AUTHORS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/gsearchtool/thumbnail_frame.png
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-search-tool.gschema.xml
%{_datadir}/GConf/gsettings/gnome-search-tool.convert
%{_mandir}/man1/%{name}.1.*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6.0-3
+ Revision: 2fe9741
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16554 |14mr|gnome-session-3.12.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The gnome desktop programs for the GNOME GUI desktop environment
Name:		gnome-session
Version:	3.12.1
Release:	4
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/softwaremap/projects/gnome-session/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz
Source1:	gnome-session-startgnome
Source2:	gnome-session-gnomerc

BuildRequires:	desktop-file-utils
BuildRequires:	gtk-doc
BuildRequires:	intltool >= 0.40.0
BuildRequires:	xmlto
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.76
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gio-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.90.7
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(json-glib-1.0) >= 0.10
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(upower-glib) >= 0.9.0
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(libsystemd-login) >= 38
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libsystemd-id128)
BuildRequires:	pkgconfig(libsystemd-journal)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	x11-xtrans-devel
BuildRequires:	tcp_wrappers-devel

Requires:	GConf2 >= 1.2.1
Requires:	desktop-common-data
Requires:	gnome-user-docs
Requires:	gnome-settings-daemon
Requires:	%{name}-bin >= %{version}-%{release}

Requires:	typelib(PangoCairo)
Requires:	typelib(PangoFT2)

%description
GNOME (GNU Network Object Model Environment) is a user-friendly
set of applications and desktop tools to be used in conjunction with a
window manager for the X Window System.

The GNOME Session Manager restores a set session (group of applications)
when you log into GNOME.

%package bin
Group: %{group}
Summary: %{summary}
Conflicts: gnome-session < 2.30.2-2mdv

%description bin
This package contains the binaries for the GNOME Session Manager, but 
no startup scripts. It is meant for applications such as GDM that use 
gnome-session internally.

%prep
%setup -q
%apply_patches

%build
%configure2_5x --enable-systemd --disable-schemas-install

%make

%install
%makeinstall_std

# wmsession session file
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat << EOF > %{buildroot}%{_sysconfdir}/X11/wmsession.d/02GNOME
NAME=GNOME
ICON=gnome-logo-icon-transparent.png
DESC=GNOME Environment
EXEC=%{_bindir}/startgnome
SCRIPT:
exec %{_bindir}/startgnome
EOF

install -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/startgnome

mkdir -p %{buildroot}%{_sysconfdir}/gnome
install -m 0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/gnome/gnomerc
# gw these produce rpmlint errors:
#rm -rf %{buildroot}%{_datadir}/locale/{be@latin}
%find_lang %{name}-3.0

# remove unpackaged files
rm -rf %{buildroot}%{_datadir}/xsessions

%post
if [ "$1" = "2" -a -r /etc/sysconfig/desktop ]; then
  sed -i -e "s|^DESKTOP=Gnome$|DESKTOP=GNOME|g" /etc/sysconfig/desktop
fi
%{make_session}

%postun
%{make_session}

%files bin
%{_bindir}/gnome-session
%{_bindir}/gnome-session-inhibit
%{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/*/apps/*
%{_mandir}/man1/gnome-session.*

%files -f %{name}-3.0.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/*
%{_sysconfdir}/gnome/gnomerc
%{_bindir}/startgnome
%{_bindir}/gnome-session-quit
%{_libdir}/gnome-session-check-accelerated
%{_libdir}/gnome-session-check-accelerated-helper
%{_libdir}/gnome-session-failed
%{_datadir}/GConf/gsettings/gnome-session.convert
%{_datadir}/wayland-sessions/gnome-wayland.desktop
%{_mandir}/man1/gnome-session-quit.*
%{_mandir}/man1/gnome-session-inhibit.1.*

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16555 |14mr|gnome-settings-daemon-3.12.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: GNOME Settings Daemon
Name: gnome-settings-daemon
Version: 3.12.2
Release: 3
License: GPLv2+
Group: Graphical desktop/GNOME
URL: http://www.gnome.org/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz
#Patch1: background-plugin.patch
#Patch2: gnome-settings-daemon-3.8.5-battery-level.patch
#Patch3: two-finger-scrolling-check.patch

BuildRequires:	intltool, xsltproc
BuildRequires:	ldetect-lst
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(colord)
BuildRequires:	pkgconfig(dbus-1) >= 1.1.2
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.74
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.29.14
BuildRequires:	pkgconfig(gnome-desktop-3.0) >= 3.1.5
BuildRequires:	pkgconfig(gsettings-desktop-schemas) >= 3.2.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.3.4
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(kbproto)
BuildRequires:	pkgconfig(lcms2) >= 2.2
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(libgnomekbd) >= 2.91.1
BuildRequires:	pkgconfig(libgnomekbdui) >= 2.91.1
BuildRequires:	pkgconfig(libnotify) >= 0.7.3,
BuildRequires:	pkgconfig(libpulse) >= 0.9.16
BuildRequires:	pkgconfig(libpulse-mainloop-glib) >= 0.9.16
BuildRequires:	pkgconfig(libwacom)
BuildRequires:	pkgconfig(libxklavier) >= 5.0
BuildRequires:	pkgconfig(nss) >= 3.11.2,
BuildRequires:	pkgconfig(polkit-gobject-1) >= 0.97
BuildRequires:	pkgconfig(upower-glib) >= 0.9.1
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(xorg-wacom)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(gweather-3.0)
BuildRequires:	pkgconfig(geocode-glib-1.0)
BuildRequires:	pkgconfig(geoclue-2.0)
BuildRequires:	pkgconfig(xkeyboard-config)
BuildRequires:	docbook-style-xsl
BuildRequires:	gnome-common
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(systemd)

%description
GNOME settings daemon manages the configuration of the desktop in the
background.

%package devel
Summary:	Include files for the GNOME settings daemon
Group:		Development/GNOME and GTK+

%description devel
Include files for the GNOME settings daemon

%prep
%setup -q
%apply_patches


%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-profiling

%make

%install
%makeinstall_std xmldir=%{buildroot}%{_datadir}/gnome-control-center/keybindings
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%{find_lang} %{name} --with-gnome --all-name

%pre
if [ -d %{_libexecdir}/%{name} ]
  then rm -rf %{_libexecdir}/%{name} 
fi

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS
%dir %{_libdir}/gnome-settings-daemon-3.0

# list plugins explicitly, so we notice if one goes missing
# some of these don't have a separate gschema
%{_libdir}/gnome-settings-daemon-3.0/a11y-keyboard.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/liba11y-keyboard.so

#%{_libdir}/gnome-settings-daemon-3.0/automount.gnome-settings-plugin
#%{_libdir}/gnome-settings-daemon-3.0/libautomount.so

%{_libdir}/gnome-settings-daemon-3.0/power.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libpower.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.power.gschema.xml

#%{_libdir}/gnome-settings-daemon-3.0/updates.gnome-settings-plugin
#%{_libdir}/gnome-settings-daemon-3.0/libupdates.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.xml

#%{_libdir}/gnome-settings-daemon-3.0/background.gnome-settings-plugin
#%{_libdir}/gnome-settings-daemon-3.0/libbackground.so

%{_libdir}/gnome-settings-daemon-3.0/clipboard.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libclipboard.so

%{_libdir}/gnome-settings-daemon-3.0/housekeeping.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libhousekeeping.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/keyboard.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libkeyboard.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.keyboard.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/media-keys.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libmedia-keys.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.media-keys.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/mouse.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libmouse.so

%{_libdir}/gnome-settings-daemon-3.0/print-notifications.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libprint-notifications.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.print-notifications.gschema.xml

#%{_libdir}/gnome-settings-daemon-3.0/smartcard.gnome-settings-plugin
#%{_libdir}/gnome-settings-daemon-3.0/libsmartcard.so

%{_libdir}/gnome-settings-daemon-3.0/sound.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libsound.so

#%{_libdir}/gnome-settings-daemon-3.0/updates.gnome-settings-plugin
#%{_libdir}/gnome-settings-daemon-3.0/libupdates.so
#%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/wacom.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libgsdwacom.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.wacom.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/xrandr.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libxrandr.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xrandr.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/xsettings.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libxsettings.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/a11y-settings.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/liba11y-settings.so

%{_libdir}/gnome-settings-daemon-3.0/color.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libcolor.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/cursor.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libcursor.so

%{_libdir}/gnome-settings-daemon-3.0/libgsd.so

%{_libdir}/gnome-settings-daemon-3.0/orientation.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/liborientation.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.orientation.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/libscreensaver-proxy.so
%{_libdir}/gnome-settings-daemon-3.0/screensaver-proxy.gnome-settings-plugin

%{_libdir}/gnome-settings-daemon-3.0/libdatetime.so
%{_libdir}/gnome-settings-daemon-3.0/datetime.gnome-settings-plugin

%{_libdir}/gnome-settings-daemon-3.0/librfkill.so
%{_libdir}/gnome-settings-daemon-3.0/rfkill.gnome-settings-plugin

%{_libdir}/gnome-settings-daemon-3.0/libsmartcard.so
%{_libdir}/gnome-settings-daemon-3.0/smartcard.gnome-settings-plugin

#%{_libexecdir}/gnome-fallback-mount-helper
%{_libexecdir}/gnome-settings-daemon
%{_libexecdir}/gsd-backlight-helper
%{_libexecdir}/gsd-locate-pointer
%{_libexecdir}/gsd-printer
%{_libexecdir}/gsd-wacom-led-helper
%{_libexecdir}/gsd-list-wacom
%{_libexecdir}/gsd-test-wacom
%{_libexecdir}/gsd-test-a11y-keyboard
%{_libexecdir}/gsd-test-a11y-settings
#%{_libexecdir}/gsd-test-background
%{_libexecdir}/gsd-test-input-helper
%{_libexecdir}/gsd-test-keyboard
%{_libexecdir}/gsd-test-media-keys
%{_libexecdir}/gsd-test-mouse
%{_libexecdir}/gsd-test-orientation
%{_libexecdir}/gnome-settings-daemon-localeexec
%{_libexecdir}/gsd-test-datetime
%{_libexecdir}/gsd-test-rfkill
%{_libexecdir}/gsd-test-smartcard
%{_libexecdir}/gsd-wacom-oled-helper

/usr/lib/udev/rules.d/61-gnome-settings-daemon-rfkill.rules


%{_libexecdir}/gsd-test-cursor
%{_libexecdir}/gsd-test-housekeeping
%{_libexecdir}/gsd-test-xrandr

#%{_libexecdir}/gsd-test-power
%{_libexecdir}/gsd-test-print-notifications
#%{_libexecdir}/gsd-test-smartcard
%{_libexecdir}/gsd-test-sound
%{_libexecdir}/gsd-test-wacom-osd
%{_libexecdir}/gsd-test-xsettings
%{_libexecdir}/gsd-test-screensaver-proxy

%{_datadir}/gnome-settings-daemon/
%{_datadir}/dbus-1/services/org.freedesktop.IBus.service
#%{_datadir}/dbus-1/interfaces/org.gnome.SettingsDaemonUpdates.xml

%{_sysconfdir}/xdg/autostart/gnome-settings-daemon.desktop
#%{_sysconfdir}/xdg/autostart/gnome-fallback-mount-helper.desktop

%{_datadir}/icons/hicolor/*/apps/gsd-xrandr.*

%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy

%{_datadir}/GConf/gsettings/gnome-settings-daemon.convert

%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.datetime.gschema.xml

%{_datadir}/man/man1/gnome-settings-daemon.1.*

%files devel
%{_includedir}/gnome-settings-daemon-3.0
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
%dir %{_datadir}/gnome-settings-daemon-3.0
%{_datadir}/gnome-settings-daemon-3.0/input-device-example.sh

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-3
+ Revision: 8085794
- MassBuild#440: Increase release tag

* Mon Jun 16 2014 Tigro <ashejn@gmail.com> 3.12.2-2
+ Revision: 35c5810
- bump release to build against new colord

* Tue May 20 2014 Tigro <ashejn@gmail.com> 3.12.2-1
+ Revision: 594760b
- drop old tarball

* Tue May 20 2014 Tigro <ashejn@gmail.com> 3.12.2-1
+ Revision: 9b372bd
- update to 3.12.2

* Tue Apr 29 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: d05b76a
- fix path again. only /usr/lib for udev rules

* Tue Apr 29 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: 3c34fc5
- fix path

* Tue Apr 29 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: 08023f5
- drop and pack files

* Tue Apr 29 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: 354f409
- added some BRs

* Mon Apr 28 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: 7ef3302
- added BR: xkeyboard-config

* Mon Apr 28 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: 6b9734b
- drop two-finger patch

* Mon Apr 28 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: cbb1039
- drop battery patch

* Mon Apr 28 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: da7c845
- update to 3.12.1

* Tue Feb 11 2014 Tigro <ashejn@gmail.com> 3.8.6.1-1
+ Revision: f3ae009
- drop background components

* Tue Feb 11 2014 Tigro <ashejn@gmail.com> 3.8.6.1-1
+ Revision: 27a7659
- update to 3.8.6.1 and disable background plugin

* Mon Jan 20 2014 Tigro <ashejn@gmail.com> 3.8.5-6
+ Revision: 990a10a
- update two finger patch

* Mon Jan 20 2014 Tigro <ashejn@gmail.com> 3.8.5-6
+ Revision: b0020b1
- Added patch for two-finger-scrolling checking

* Sat Jan 11 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 3.8.5-5
+ Revision: ef081d5
- Added patch for battery level icon

* Fri Dec 13 2013 Tigro <ashejn@gmail.com> 3.8.5-4
+ Revision: 2a1da60
- drop packagekit files

* Fri Dec 13 2013 Tigro <ashejn@gmail.com> 3.8.5-4
+ Revision: 016008d
- drop packagekit debend

* Thu Nov 28 2013 Tigro <ashejn@gmail.com> 3.8.5-3
+ Revision: 990fac5
- update russian translations

* Thu Nov 21 2013 Tigro <ashejn@gmail.com> 3.8.5-2
+ Revision: 5a9122f
- fix rosa#3072

* Mon Oct 14 2013 Tigro <ashejn@gmail.com> 3.8.5-1
+ Revision: ac6b148
- update to 3.8.5

* Mon Oct 14 2013 akdengi <alexander.kazancev@rosalab.ru> 3.8.4-5
+ Revision: 5f4cbb2
- we now use upstream path for hwdata in /usr/share/hwdata

* Thu Sep 26 2013 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.4-4
+ Revision: c057563
- Update patch for non-eng layout hotkeys.
- Ported background plugin from version 3.6.

* Wed Aug 21 2013 Tigro <ashejn@gmail.com> 3.8.4-3
+ Revision: 8082aed
- update patch to work in english locale

* Wed Aug 14 2013 root <root@localhost.localdomain> 3.8.4-2
+ Revision: b9555d6
- added non-eng-hotkeys.patch

* Mon Jul 22 2013 Tigro <ashejn@gmail.com> 3.8.4-1
+ Revision: da4ca85
- pack file

* Mon Jul 22 2013 Tigro <ashejn@gmail.com> 3.8.4-1
+ Revision: c7dc15f
- update to 3.8.4

* Wed Jul 03 2013 Tigro <ashejn@gmail.com> 3.8.3-1
+ Revision: 3e2a1e7
- enable autoreconf

* Wed Jul 03 2013 Tigro <ashejn@gmail.com> 3.8.3-1
+ Revision: 32fa533
- update to 3.8.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16556 |14mr|gnome-sharp2-2.24.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gnome-sharp
%define mono 1.0.2
%define gtk_sharp 2.12.1
%define monodir %{_prefix}/lib/mono

Summary:	C# language binding for GNOME
Name:		gnome-sharp2
Version:	2.24.2
Release:	6
License:	LGPLv2
Group:		System/Libraries
URL:		http://gtk-sharp.sourceforge.net/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/gnome-sharp/%oname-%version.tar.bz2
BuildRequires:	mono-devel >= %{mono}
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libgnomeprintui-2.2)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(libpanelapplet-2.0)
BuildRequires:	gtk-sharp2-devel >= %{gtk_sharp}
BuildRequires:	gtk-sharp2 >= %{gtk_sharp}
BuildRequires:	glade-sharp2 >= %{gtk_sharp}

%description
This is a C# language binding for GNOME.

%package 2.4
Summary:	C# language binding for GNOME 2.4
Group:		System/Libraries
Requires:	%{name} = %{version}
Conflicts:	%{name} < 2.24.2-3

%description 2.4
This is a C# language binding for GNOME 2.4.

%package 2.6
Summary:	C# language binding for GNOME 2.6
Group:		System/Libraries
Requires:	%{name} = %{version}
Conflicts:	%{name} < 2.24.2-3

%description 2.6
This is a C# language binding for GNOME 2.6.

%package 2.8
Summary:	C# language binding for GNOME 2.8
Group:		System/Libraries
Requires:	%{name} = %{version}
Conflicts:	%{name} < 2.24.2-3

%description 2.8
This is a C# language binding for GNOME 2.8.

%package 2.16
Summary:	C# language binding for GNOME 2.16
Group:		System/Libraries
Requires:	%{name} = %{version}
Conflicts:	%{name} < 2.24.2-3

%description 2.16
This is a C# language binding for GNOME 2.16.

%package 2.20
Summary:	C# language binding for GNOME 2.20
Group:		System/Libraries
Requires:	%{name} = %{version}
Conflicts:	%{name} < 2.24.2-3

%description 2.20
This is a C# language binding for GNOME 2.20.

%package devel
Summary:	C# language binding for GNOME - devel files
Group:		Development/Other
Requires:	%{name} = %{version}
Requires:	gtk-sharp2-devel

%description devel
This is a C# language binding for GNOME. It contains all files that are needed
to build against %{name}.

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x --disable-static
make

%install
%makeinstall_std

%files
%doc README
%{_libdir}/libgnomesharpglue-2.so
%{monodir}/gtk-sharp-2.0/art-sharp.dll
%{monodir}/gtk-sharp-2.0/gconf-sharp-peditors.dll
%{monodir}/gtk-sharp-2.0/gconf-sharp.dll
%{monodir}/gtk-sharp-2.0/gnome-sharp.dll
%{monodir}/gtk-sharp-2.0/gnome-vfs-sharp.dll
%{monodir}/gac/art-sharp/2.24.0.0*
%{monodir}/gac/gconf-sharp-peditors/2.24.0.0*
%{monodir}/gac/gconf-sharp/2.24.0.0*
%{monodir}/gac/gnome-sharp/2.24.0.0*
%{monodir}/gac/gnome-vfs-sharp/2.24.0.0*

%files 2.4
%{monodir}/gtk-sharp-2.0/policy.2.4.*.dll
%{monodir}/gac/policy.2.4.*

%files 2.6
%{monodir}/gtk-sharp-2.0/policy.2.6.*.dll
%{monodir}/gac/policy.2.6.*

%files 2.8
%{monodir}/gtk-sharp-2.0/policy.2.8.*.dll
%{monodir}/gac/policy.2.8.*

%files 2.16
%{monodir}/gtk-sharp-2.0/policy.2.16.*.dll
%{monodir}/gac/policy.2.16.*

%files 2.20
%{monodir}/gtk-sharp-2.0/policy.2.20.*.dll
%{monodir}/gac/policy.2.20.*

%files devel
%doc ChangeLog
%doc sample
%{_bindir}/gconfsharp2-schemagen
%{_prefix}/lib/gtk-sharp-2.0/gconfsharp-schemagen.exe
%{_datadir}/gapi-2.0/*.xml
%{_libdir}/pkgconfig/art-sharp-2.0.pc
%{_libdir}/pkgconfig/gconf-sharp-2.0.pc
%{_libdir}/pkgconfig/gconf-sharp-peditors-2.0.pc
%{_libdir}/pkgconfig/gnome-vfs-sharp-2.0.pc
%{_libdir}/pkgconfig/gnome-sharp-2.0.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.24.2-6
+ Revision: 054e5c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16557 |14mr|gnome-shell-3.12.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# To make GNOME Shell extensions load, we need to get rid of DT_RUNPATH on /usr/bin/gnome-shell
# (see glibc bug #13945, GNOME bug #670477, Mageia bug #4523)
%define _disable_ld_enable_new_dtags 1

Summary:	Next generation GNOME desktop shell
Name:		gnome-shell
Version:	3.12.2
Release:	4
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
Url:		http://live.gnome.org/GnomeShell
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/gnome-shell/3.12/%{name}-%{version}.tar.xz
Patch1:		gnome-shell-3.8.3-new-favorites.patch
#Patch8:		gnome-shell-3.8.4-tray_in_overlay.patch
Patch9:		gnome-shell-3.8.4-focus-losing-after-suspend.patch
Patch10:	gnome-shell-3.12.2-wallpaper-changed-firefox.patch

BuildRequires: intltool >= 0.40
BuildRequires: rootcerts
BuildRequires: polkit-1-devel
BuildRequires: pkgconfig(clutter-1.0)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(folks)
BuildRequires: pkgconfig(gcr-3)
BuildRequires: pkgconfig(gjs-1.0) >= 1.36
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(gnome-bluetooth-1.0)
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libcanberra)
BuildRequires: pkgconfig(libecal-1.2)
BuildRequires: pkgconfig(libedataserver-1.2)
BuildRequires: pkgconfig(libgnome-menu-3.0)
BuildRequires: pkgconfig(libmutter) >= %{version}
BuildRequires: pkgconfig(libnm-glib)
BuildRequires: pkgconfig(libnm-util)
BuildRequires: pkgconfig(libnm-gtk)
BuildRequires: pkgconfig(libnm-glib-vpn)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(telepathy-glib)
BuildRequires: pkgconfig(telepathy-logger-0.2)
BuildRequires: pkgconfig(caribou-1.0)
BuildRequires: xsltproc
BuildRequires: docbook-style-xsl
BuildRequires: chrpath
BuildConflicts: libevolution-data-server2-devel

Requires: at-spi2-atk
Requires: gjs
Requires: glxinfo
Requires: gnome-session
Requires: gtk+3.0
Requires: json-glib
Requires: librsvg
Requires: mutter

# md until js & python typelib autoreqs works
Requires: typelib(AccountsService)
Requires: typelib(Caribou)
Requires: typelib(ClutterX11) 
Requires: typelib(DBusGLib)
Requires: typelib(Folks)
Requires: typelib(Gcr)
Requires: typelib(Gkbd)
Requires: typelib(GDesktopEnums)
Requires: typelib(Gee)
Requires: typelib(GMenu)
Requires: typelib(Meta)
Requires: typelib(NMClient)
Requires: typelib(NetworkManager)
Requires: typelib(Polkit)
Requires: typelib(Soup)
Requires: typelib(TelepathyGLib)
Requires: typelib(TelepathyLogger)
Requires: typelib(UPowerGlib)
Requires: typelib(Cogl)
Requires: typelib(GjsPrivate)
Requires: typelib(IBus)
Requires: typelib(Gdm)
Requires: typelib(GnomeBluetooth)
Requires: typelib(Gck)

Obsoletes: %{name}-docs
Obsoletes: gnome-applets

%description
The GNOME Shell redefines user interactions with the GNOME desktop. In
particular, it offers new paradigms for launching applications,
accessing documents, and organizing open windows in GNOME. Later, it
will introduce a new applets eco-system and offer new solutions for
other desktop features, such as notifications and contacts
management. The GNOME Shell is intended to replace functions handled
by the GNOME Panel and by the window manager in previous versions of
GNOME. The GNOME Shell has rich visual effects enabled by new
graphical technologies.


%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-compile-warnings=no

%make

%install
%makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
%find_lang %{name}

%files -f %{name}.lang
%doc README 
%{_bindir}/*
%{_libdir}/%{name}
%{_libdir}/mozilla/plugins/*.so
%{_libexecdir}/gnome-shell-calendar-server
%{_libexecdir}/gnome-shell-hotplug-sniffer
%{_libexecdir}/gnome-shell-perf-helper
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/gnome-shell-extension-prefs.desktop
%{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
%{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
%{_datadir}/dbus-1/interfaces/
%{_datadir}/GConf/gsettings/gnome-shell-overrides.convert
%{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml
%{_datadir}/%{name}
%{_datadir}/gtk-doc/*
%{_datadir}/applications/evolution-calendar.desktop
%{_mandir}/man1/%{name}.1*


%changelog
* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 3.12.2-4
+ Revision: 66ea0ea
- update firefox patch

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-3
+ Revision: f0880e9
- MassBuild#440: Increase release tag

* Tue May 20 2014 Tigro <ashejn@gmail.com> 3.12.2-2
+ Revision: f4aa5f1
- bump release

* Tue May 20 2014 Tigro <ashejn@gmail.com> 3.12.2-1
+ Revision: 51d3569
- added some requires

* Fri May 16 2014 Tigro <ashejn@gmail.com> 3.12.2-1
+ Revision: 240179b
- update to 3.12.2

* Tue May 13 2014 Tigro <arkady.shane@rosalab.ru> 3.12.1-2
+ Revision: 312c01c
- drop typelib(GnomeBluetoothApplet) depend

* Thu Apr 24 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: e0309dd
- drop chpath call and some old fixes

* Thu Apr 24 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: cd3a431
- update version

* Thu Apr 24 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: d6cb91b
- drop walpaper patch

* Thu Apr 24 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: 9718258
- update to 3.12.1

* Mon Feb 17 2014 akdengi <kazancas@mandriva.ru> 3.8.4-14
+ Revision: 8e60507
- Fix touchscreen in classic mode

* Wed Feb 05 2014 Julia Pikareva <julia.pikareva@rosalab.ru> 3.8.4-13
+ Revision: fb98abd
- Increment counter release.

* Wed Feb 05 2014 Julia Pikareva <julia.pikareva@rosalab.ru> 3.8.4-12
+ Revision: 52cb3b9
- Bugfix wallpaper change from Firefox.

* Thu Jan 23 2014 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.4-12
+ Revision: a8dd350
- Updated & enabled tray_in_overlay patch.

* Sat Jan 11 2014 Tigro <ashejn@gmail.com> 3.8.4-11
+ Revision: 205b08e
- do not apply tray patch as it break gnome-shell menu

* Fri Jan 10 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 3.8.4-10
+ Revision: 5869f3d
- Added patch to prevent losing of focus after suspend

* Wed Dec 18 2013 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.4-9
+ Revision: 3974b23
- Added patch to always show message tray in overlay.

* Tue Dec 10 2013 Tigro <ashejn@gmail.com> 3.8.4-8
+ Revision: 55203a6
- bump release

* Tue Dec 10 2013 Tigro <ashejn@gmail.com> 3.8.4-7
+ Revision: a6478ad
- add some requires

* Tue Dec 10 2013 Tigro <ashejn@gmail.com> 3.8.4-7
+ Revision: 4892a6f
- drop obsolete depend

* Thu Nov 28 2013 Tigro <ashejn@gmail.com> 3.8.4-7
+ Revision: 1ddd364
- drop old transaltion patch

* Thu Nov 28 2013 Tigro <ashejn@gmail.com> 3.8.4-7
+ Revision: e765fac
- update russian translations

* Mon Nov 18 2013 Tigro <ashejn@gmail.com> 3.8.4-6
+ Revision: bf34548
- fix gnome bz#708218

* Fri Oct 25 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 3.8.3-4
+ Revision: fac8c57
- New patch that decreases number of loads of background

* Tue Oct 22 2013 Tigro <ashejn@gmail.com> 3.8.4-5
+ Revision: 99836c7
- update russian translation

* Tue Oct 15 2013 Tigro <ashejn@gmail.com> 3.8.4-4
+ Revision: 60dfbfb
- fix typo

* Tue Oct 15 2013 Tigro <ashejn@gmail.com> 3.8.4-4
+ Revision: c7f897a
- The libdir rpath breaks nvidia binary only folks, so we remove it.

* Mon Sep 02 2013 Tigro <ashejn@gmail.com> 3.8.4-3
+ Revision: c43cca5
- update patch

* Mon Sep 02 2013 Tigro <ashejn@gmail.com> 3.8.4-3
+ Revision: b786d17
- fix desktop appears on the screen before the lock screen is activated

* Mon Sep 02 2013 Tigro <ashejn@gmail.com> 3.8.4-2
+ Revision: 21c0d46
- fix https://bugzilla.gnome.org/show_bug.cgi?id=704646



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16558 |14mr|gnome-shell-extensions-3.12.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global major_version %%(cut -d "." -f 1-2 <<<%{version})
# Minimum GNOME Shell version supported
%global min_gs_version %%(cut -d "." -f 1-3 <<<%{version})

%global pkg_prefix gnome-shell-extensions

Name:           gnome-shell-extensions
Version:        3.12.2
Release:        3
Summary:        Modify and extend GNOME Shell functionality and behavior

Group:          Graphical desktop/GNOME
# The entire source code is GPLv2+ except lib/convenience.js which is BSD
License:        GPLv2+ and BSD
URL:            http://live.gnome.org/GnomeShell/Extensions
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name}-%{version}.tar.xz
Patch0:         window-list-place-at-lowest-monitor.patch

BuildRequires:  desktop-file-utils
# BuildRequires:  gnome-common
BuildRequires:  intltool
BuildRequires:  pkgconfig(gnome-desktop-3.0)
BuildRequires:  pkgconfig(libgtop-2.0)
Requires:       gnome-shell >= %{min_gs_version}
BuildArch:      noarch

%description
GNOME Shell Extensions is a collection of extensions providing additional and
optional functionality to GNOME Shell.

Enabled extensions:
  * alternate-tab
  * apps-menu
  * auto-move-windows
  * drive-menu
  * launch-new-instance
  * native-window-placement
  * places-menu
  * systemMonitor
  * user-theme
  * window-list
  * windowsNavigator
  * workspace-indicator


%package -n %{pkg_prefix}-common
Summary:        Files common to GNOME Shell Extensions
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       gnome-shell >= %{min_gs_version}
# Dock extension no longer provides by GNOME Shell extensions >= 3.7.1
Obsoletes:      %{pkg_prefix}-dock < 3.7.1

%description -n %{pkg_prefix}-common
GNOME Shell Extensions is a collection of extensions providing additional and
optional functionality to GNOME Shell. Common files and directories needed by
extensions are provided here.


%package -n gnome-classic-session
Summary:        GNOME "classic" mode session
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{pkg_prefix}-alternate-tab = %{version}-%{release}
Requires:       %{pkg_prefix}-apps-menu = %{version}-%{release}
Requires:       %{pkg_prefix}-launch-new-instance = %{version}-%{release}
Requires:       %{pkg_prefix}-places-menu = %{version}-%{release}
Requires:       %{pkg_prefix}-window-list = %{version}-%{release}

Requires(post): desktop-common-data
Requires(postun): desktop-common-data

Provides:       gnome-panel = 3.6.2-7
Obsoletes:      gnome-panel < 3.6.2-7

%description -n gnome-classic-session
This package contains the required components for the GNOME Shell "classic"
mode, which aims to provide a GNOME 2-like user interface.

%package -n %{pkg_prefix}-alternate-tab
Summary:        Classic Alt+Tab behavior for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{pkg_prefix}-common = %{version}-%{release}

%description -n %{pkg_prefix}-alternate-tab
This GNOME Shell extension changes Alt+Tab to be window-based instead of
app-based.

%package -n %{pkg_prefix}-apps-menu
Summary:        Application menu for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{pkg_prefix}-common = %{version}-%{release}

%description  -n %{pkg_prefix}-apps-menu
This GNOME Shell extension adds a GNOME 2.x style menu for applications.

%package -n %{pkg_prefix}-auto-move-windows
Summary:        Assign specific workspaces to applications in GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{pkg_prefix}-common = %{version}-%{release}

%description -n %{pkg_prefix}-auto-move-windows
This GNOME Shell extension enables easy workspace management. A specific
workspace can be assigned to each application as soon as it creates a window,
in a manner configurable with a GSettings key.

%package -n %{pkg_prefix}-drive-menu
Summary:        Drive status menu for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{pkg_prefix}-common = %{version}-%{release}

%description -n %{pkg_prefix}-drive-menu
This GNOME Shell extension provides a panel status menu for accessing and
unmounting removable devices.

%package -n %{pkg_prefix}-launch-new-instance
Summary:        Always launch a new application instance for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{pkg_prefix}-common = %{version}-%{release}

%description  -n %{pkg_prefix}-launch-new-instance
This GNOME Shell extension modifies the behavior of clicking in the dash and
app launcher to always launch a new application instance.

%package -n %{pkg_prefix}-native-window-placement
Summary:        Native window placement for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{pkg_prefix}-common = %{version}-%{release}

%description  -n %{pkg_prefix}-native-window-placement
This GNOME Shell extension provides additional configurability for the window
layout in the overview, including a mechanism similar to KDE4.

%package -n %{pkg_prefix}-places-menu
Summary:        Places status menu for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{pkg_prefix}-common = %{version}-%{release}

%description -n %{pkg_prefix}-places-menu
This GNOME Shell extension add a system status menu for quickly navigating
places in the system.

%package -n %{pkg_prefix}-systemMonitor
Summary:        System Monitor for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{pkg_prefix}-common = %{version}-%{release}
# Should be pulled in by control-center, but in case someone tries for a
# minimalist gnome-shell installation
Requires:       libgtop2

%description -n %{pkg_prefix}-systemMonitor
This GNOME Shell extension is a message tray indicator for CPU and memory
usage.

%package -n %{pkg_prefix}-user-theme
Summary:        Support for custom themes in GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{pkg_prefix}-common = %{version}-%{release}

%description -n %{pkg_prefix}-user-theme
This GNOME Shell extension enables loading a GNOME Shell theme from
~/.themes/<name>/gnome-shell/.

%package -n %{pkg_prefix}-window-list
Summary:        Display a window list at the bottom of the screen in GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{pkg_prefix}-common = %{version}-%{release}

%description -n %{pkg_prefix}-window-list
This GNOME Shell extension displays a window list at the bottom of the screen.

%package -n %{pkg_prefix}-windowsNavigator
Summary:        Support for keyboard selection of windows and workspaces in GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{pkg_prefix}-common = %{version}-%{release}

%description -n %{pkg_prefix}-windowsNavigator
This GNOME Shell extension enables keyboard selection of windows and workspaces
in overlay mode, by pressing the Alt and Ctrl key respectively.

%package -n %{pkg_prefix}-workspace-indicator
Summary:        Workspace indicator for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{pkg_prefix}-common = %{version}-%{release}

%description -n %{pkg_prefix}-workspace-indicator
This GNOME Shell extension add a system status menu for quickly changing
workspaces.


%prep
%setup -q


%build
# In case we build from a Git checkout
[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh 
%configure2_5x  --enable-extensions="all"
%make


%install
%makeinstall_std

# Drop useless example extension
rm -r %{buildroot}%{_datadir}/gnome-shell/extensions/example*/
rm %{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.example.gschema.xml

desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell-classic.desktop

# helper script
mkdir -p %buildroot%{_bindir}
cat << EOF >%{buildroot}%{_bindir}/startgnome_classic
#!/bin/sh
exec env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic
EOF
chmod 755 %{buildroot}%{_bindir}/startgnome_classic

# wmsession session file
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat << EOF > %{buildroot}%{_sysconfdir}/X11/wmsession.d/03GNOME_CLASSIC
NAME=GNOME Classic
ICON=gnome-logo-icon-transparent.png
DESC=GNOME 3 Classic Mode
EXEC=%{_bindir}/startgnome_classic
SCRIPT:
exec %{_bindir}/startgnome_classic
EOF

rm -rf %{buildroot}%{_datadir}/xsessions/

%find_lang %{name}

%post -n gnome-classic-session
if [ -d /etc/X11/dm/Sessions ]; then
    /usr/sbin/chksession -g
fi
if [ -d /usr/share/apps/kdm/sessions ]; then
    /usr/sbin/chksession -K
fi

%postun -n gnome-classic-session
if [ -d /etc/X11/dm/Sessions ]; then
    /usr/sbin/chksession -g
fi
if [ -d /usr/share/apps/kdm/sessions ]; then
    /usr/sbin/chksession -K
fi

%files -n %{pkg_prefix}-common -f %{name}.lang
%doc COPYING NEWS README
%dir %{_datadir}/gnome-shell/extensions/


%files -n gnome-classic-session
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/*
%{_datadir}/applications/gnome-shell-classic.desktop
%{_datadir}/gnome-session/sessions/gnome-classic.session
%{_datadir}/gnome-shell/modes/classic.json
%{_datadir}/gnome-shell/theme/*.svg
%{_datadir}/gnome-shell/theme/gnome-classic.css
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.classic-overrides.gschema.xml
%{_bindir}/startgnome_classic


%files -n %{pkg_prefix}-alternate-tab
%{_datadir}/gnome-shell/extensions/alternate-tab*/


%files -n %{pkg_prefix}-apps-menu
%{_datadir}/gnome-shell/extensions/apps-menu*/


%files -n %{pkg_prefix}-auto-move-windows
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.auto-move-windows.gschema.xml
%{_datadir}/gnome-shell/extensions/auto-move-windows*/


#%files -n %{pkg_prefix}-default-min-max
#%{_datadir}/gnome-shell/extensions/default-min-max*/


%files -n %{pkg_prefix}-drive-menu
%{_datadir}/gnome-shell/extensions/drive-menu*/


%files -n %{pkg_prefix}-launch-new-instance
%{_datadir}/gnome-shell/extensions/launch-new-instance*/


%files -n %{pkg_prefix}-native-window-placement
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.native-window-placement.gschema.xml
%{_datadir}/gnome-shell/extensions/native-window-placement*/


%files -n %{pkg_prefix}-places-menu
%{_datadir}/gnome-shell/extensions/places-menu*/


#%files -n %{pkg_prefix}-static-workspaces
#%{_datadir}/gnome-shell/extensions/static-workspaces*/


%files -n %{pkg_prefix}-systemMonitor
%{_datadir}/gnome-shell/extensions/systemMonitor*/


%files -n %{pkg_prefix}-user-theme
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.xml
%{_datadir}/gnome-shell/extensions/user-theme*/


%files -n %{pkg_prefix}-window-list
%{_datadir}/gnome-shell/extensions/window-list*/
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-list.gschema.xml


%files -n %{pkg_prefix}-windowsNavigator
%{_datadir}/gnome-shell/extensions/windowsNavigator*/


%files -n %{pkg_prefix}-workspace-indicator
%{_datadir}/gnome-shell/extensions/workspace-indicator*/


%changelog
* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 3.12.2-3
+ Revision: 8270238
- define env to start classic mode



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16559 |14mr|gnome-shell-extensions-desktop-shortcuts-0.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-shell-extensions-desktop-shortcuts
Version:        0.0.2
Release:        1
Summary:        Gnome Shell extension allows you to add shortcuts to the desktop

Group:          Graphical desktop/GNOME
License:        GPLv3+
URL:            http://extensions.gnome.org
Source0:        %{name}-%{version}.tar.gz
BuildArch:      noarch
Requires:       gnome-shell


%description
Gnome Shell extension allows you to add shortcuts to the desktop.

%prep
%setup -q


%build
# Nothing to build


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/
cp -r *@*  %{buildroot}%{_datadir}/gnome-shell/extensions/

%files
%defattr(-,root,root,-)
%{_datadir}/gnome-shell/extensions/*

%changelog
* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 0.0.2-1
+ Revision: ce20dbd
- fix gnome-shell version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16560 |14mr|gnome-shell-extensions-win-key-for-help-0.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-shell-extensions-win-key-for-help
Version:        0.0.2
Release:        1
Summary:        Gnome Shell extension showing a list of hot keys when Win key holding down

Group:          Graphical desktop/GNOME
License:        GPLv3+
URL:            http://extensions.gnome.org
Source0:        %{name}-%{version}.tar.gz
BuildArch:      noarch
Requires:       gnome-shell
Requires:       mutter


%description
Gnome Shell extension showing a list of hot keys when Win key holding down.

%prep
%setup -q


%build
# Nothing to build


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/
cp -r *@*  %{buildroot}%{_datadir}/gnome-shell/extensions/

%files
%defattr(-,root,root,-)
%{_datadir}/gnome-shell/extensions/*

%changelog
* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 0.0.2-1
+ Revision: 28d711b
- change version to work with gnome-shell 3.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16561 |14mr|gnome-shell-rosa-extensions-3.12.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-shell-rosa-extensions
Version:        3.12.0.0
Release:        3
Summary:        A gnome-shell extensions used in ROSA GNOME Desktop

Group:          Graphical desktop/GNOME
License:        GPLv3+
URL:            http://extensions.gnome.org
Source0:        %{name}-%{version}.tar.xz
BuildArch:      noarch
Requires:       gnome-shell >= 3.12.0


%description
This package contains GNOME Shell extensions from http://extensions.gnome.org:

dash-to-dock@micxgx.gmail.com
SkypeNotification@chrisss404.gmail.com
openweather-extension@jenslody.de

%prep
%setup -q


%build
# Nothing to build


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_sysconfdir}/skel/.local/share/gnome-shell/extensions/
cp -r *@*  %{buildroot}%{_sysconfdir}/skel/.local/share/gnome-shell/extensions/

%files
%defattr(-,root,root,-)
%dir %attr(0700, root, root) %{_sysconfdir}/skel/.local
%dir %attr(0700, root, root) %{_sysconfdir}/skel/.local/share
%{_sysconfdir}/skel/.local/share/gnome-shell/extensions/*

%changelog
* Tue Jul 08 2014 Tigro <ashejn@gmail.com> 3.12.0.0-3
+ Revision: 01a8a42
- install extensions to /etc/skel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16562 |14mr|gnome-shell-rosa-hotkeys-0.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-shell-rosa-hotkeys
Version:        0.0.5
Release:        1
Summary:        A gnome-shell hotkeys extension by ROSA

Group:          Graphical desktop/GNOME
License:        GPLv3+
URL:            http://extensions.gnome.org
Source0:        %{name}-%{version}.tar.gz
BuildArch:      noarch
Requires:       gnome-shell


%description
This package contains GNOME Shell extension
implementing familiar desktop hotkeys.

%prep
%setup -q


%build
# Nothing to build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/
cp -r *@*  %{buildroot}%{_datadir}/gnome-shell/extensions/

%files
%defattr(-,root,root,-)
%{_datadir}/gnome-shell/extensions/*

%changelog
* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 0.0.5-1
+ Revision: 8481139
- fix gnome-shell version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16563 |14mr|gnome-shell-theme-elementary-3.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global src_name   gnome_shell___elementary_by_half_left-d45raik
%global theme      Elementary
%global theme_dir  %{theme}-3.4

Name:       gnome-shell-theme-elementary
Version:    3.4
Release:    3
Summary:    The %{theme} gnome-shell theme
Group:      Graphical desktop/GNOME

License:    GPLv3 and LGPLv2
URL:        http://half-left.deviantart.com/art/GNOME-Shell-Elementary-251536124
Source0:    http://www.deviantart.com/download/251536124/%{src_name}.zip

Patch0:     set-bold-font-in-panel.patch

Requires:   gnome-shell-extensions-user-theme
Requires:   gnome-shell >= 3.4 

BuildArch:  noarch


%description
The %{theme} gnome-shell theme created by half_left


%prep
%setup -q -c
%patch0 -p0


%build
# nothing to build


%install
mkdir -p -m755 %{buildroot}/%{_datadir}/themes/%{theme}/gnome-shell

# put the theme files into some data dir
cp -pr %{theme_dir}/gnome-shell/* \
     %{buildroot}%{_datadir}/themes/%{theme}/gnome-shell

# delete backup files (*~)
find %{buildroot} -name *~ -type f -exec rm -f '{}' \;

# Remove LICENSE file from BUILDROOT
find %{buildroot} -name LICENSE -type f -exec rm -f '{}' \;


%files
%doc %{theme_dir}/gnome-shell/LICENSE
%dir %{_datadir}/themes/%{theme}
%{_datadir}/themes/%{theme}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.4-3
+ Revision: 51af647
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16564 |14mr|gnome-sound-recorder-3.12.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		gnome-sound-recorder
Version:	3.12.2
Release:	3
Summary:	A simple, modern sound recorder
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
URL:		https://wiki.gnome.org/Apps/Polari
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.35.9
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.9.12
BuildRequires:	gsettings-desktop-schemas
BuildRequires:	desktop-file-utils
Obsoletes:	gnome-media
Requires:	gsettings-desktop-schemas

%description
A simple, modern sound recorder for the GNOME desktop.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

find %{buildroot} -name '*.la' -delete

%find_lang %{name}

# fix cap
sed -i '1d;2i\#!/usr/bin/gjs' %{buildroot}%{_bindir}/%{name}

%files -f %{name}.lang
%doc NEWS
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/%{name}
%{_datadir}/applications/org.gnome.SoundRecorder.desktop
%{_iconsdir}/*/*/*/*
#%{_datadir}/appdata/org.gnome.SoundRecorder.appdata.xml


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-3
+ Revision: 1ed6e70
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16565 |14mr|gnome-speech-0.4.25-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 7
%define libname %mklibname gnomespeech %{lib_major}
%define libnamedev %mklibname -d gnomespeech

%ifarch %arm %mips
%define build_java 0
%else
%define build_java 1
%endif

Summary:	Simple general API for producing text-to-speech output
Name:		gnome-speech
Version:	0.4.25
Release:	7
License:	LGPLv2+
Group:		Accessibility
URL:		http://developer.gnome.org/projects/gap/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
Patch0:		gnome-speech-0.4.25-glib.patch
BuildRequires:	pkgconfig(bonobo-activation-2.0)
BuildRequires:	libespeak-devel
BuildRequires:	autoconf2.5
BuildRequires:	gnome-common
BuildRequires:	popt-devel
%if %{build_java}
BuildRequires:	java-access-bridge
BuildRequires:	java-devel
BuildRequires:	java-rpmbuild
%endif
Provides:	gnome_speech = %{version}-%{release}
Requires:	%{name}-driver = %{version}-%{release}

%description
This is GNOME Speech.  It's purpose is to provide a
simple general API for producing text-to-speech output.

%package -n %{libname}
Summary:	Simple general API for producing text-to-speech output
Group:		System/Libraries

Provides:	lib%{name} = %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}


%description -n %{libname}
This is GNOME Speech.  It's purpose is to provide a
simple general API for producing text-to-speech output.

%package -n %{libnamedev}
Summary:	Static libraries, include files for gnome_speech
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	libgnomespeech-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{libnamedev}
This is GNOME Speech.  It's purpose is to provide a
simple general API for producing text-to-speech output.

%package driver-festival
Summary:	Backend for gnome-speech based on festival
Group:		System/Libraries
Provides:	%{name}-driver = %{version}-%{release}
Requires:	festival

%description driver-festival
This is GNOME Speech.  It's purpose is to provide a
simple general API for producing text-to-speech output.

This is a backend for %{name} based on festival.

%package driver-espeak
Summary:	Backend for gnome-speech based on espeak
Group:		System/Libraries
Provides:	%{name}-driver = %{version}-%{release}
Requires:	soundwrapper

%description driver-espeak
This is GNOME Speech.  It's purpose is to provide a
simple general API for producing text-to-speech output.

This is a backend for %{name} based on espeak.

%prep
%setup -q
%patch0 -p1

%build
%if %{build_java}
%configure2_5x --with-jab-dir=%{_datadir}/java --with-java-home=%{java_home}
%else
%configure2_5x
%endif

%make

%install
%makeinstall_std

# replace espeak driver with wrapper which calls soundwrapper if needed
mv %{buildroot}%{_bindir}/espeak-synthesis-driver %{buildroot}%{_bindir}/espeak-synthesis-driver.bin

cat << EOF >  %{buildroot}%{_bindir}/espeak-synthesis-driver
#!/bin/sh
/usr/bin/soundwrapper /usr/bin/espeak-synthesis-driver.bin \$@
EOF
chmod 755 %{buildroot}%{_bindir}/espeak-synthesis-driver

# remove unpackaged files
rm -f %{buildroot}%{_libdir}/orbit-2.0/*.la

%if %{build_java}
#gw I think this dir is more appropiate
mv %{buildroot}%{_datadir}/jar %{buildroot}%{_datadir}/java
%endif

%files
%doc README ChangeLog AUTHORS
%{_bindir}/test-speech
%{_datadir}/idl/*
%{_libdir}/orbit-2.0/*.so
%if %{build_java}
%{_datadir}/java/gnome-speech.jar
%endif

%files driver-festival
%{_bindir}/festival-synthesis-driver
%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Festival.server

%files driver-espeak
%{_bindir}/espeak-synthesis-driver*
%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Espeak.server

%files -n %{libname}
%{_libdir}/*.so.%{lib_major}*

%files -n %{libnamedev}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.25-7
+ Revision: c8d39a0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16566 |14mr|gnome-sudoku-3.12.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-sudoku
Epoch:          1
Version:        3.12.2
Release:        3
Summary:        GNOME Sudoku game

License:        GPLv2+ and CC-BY-SA
Group:		Games/Other
URL:            http://projects.gnome.org/gnome-games/
Source0:        http://download.gnome.org/sources/gnome-sudoku/3.12/gnome-sudoku-%{version}.tar.xz

BuildArch:      noarch

BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(pygobject-3.0)
BuildRequires:  pkgconfig(python-2.7)

Requires:       gtk+3.0
# fix http://bugs.rosalinux.ru/show_bug.cgi?id=2826
Requires:       python3-gi-cairo

Obsoletes: gnome-games < 3.7.92

%description
GNOME version of the popular Sudoku Japanese logic game.


%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-sudoku.desktop

%find_lang %{name} --with-gnome


%files -f %{name}.lang
%doc COPYING
%{_bindir}/gnome-sudoku
%{_datadir}/applications/gnome-sudoku.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-sudoku.gschema.xml
%{_datadir}/gnome-sudoku
%{_datadir}/icons/HighContrast/*/apps/gnome-sudoku.*
%{_datadir}/icons/hicolor/*/apps/gnome-sudoku.*
%{_mandir}/man6/gnome-sudoku.6*
%{py3_puresitedir}/gnome_sudoku/*
%{_datadir}/appdata/gnome-sudoku.appdata.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.12.2-3
+ Revision: 4c08743
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16567 |14mr|gnome-system-log-3.9.90-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-system-log
Version:	3.9.90
Release:	2
Summary:	GNOME System log utility
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool itstool
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(glib-2.0) >= 2.31.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
#BuildRequires:	pkgconfig(libcanberra-gtk3)
Requires:	usermode-consoleonly
Conflicts:	gnome-utils < 1:3.3.1

%description
Gnome System log utility.

%prep
%setup -q

%build
%configure2_5x \
	--disable-rpath \
	--disable-schemas-compile
%make

%install
%makeinstall_std

#handle docs with files section
#rm -rf %{buildroot}%{_defaultdocdir}

# make gnome-system-log use consolehelper until it starts using polkit
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
cat <<EOF > %{buildroot}%{_sysconfdir}/pam.d/gnome-system-log
#%%PAM-1.0
auth		include		system-auth
account		include		system-auth
session		include		system-auth
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat <<EOF > %{buildroot}%{_sysconfdir}/security/console.apps/gnome-system-log
USER=root
PROGRAM=/usr/sbin/gnome-system-log
SESSION=true
FALLBACK=true
EOF

mkdir -p %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/gnome-system-log %{buildroot}%{_sbindir}
ln -s /usr/bin/consolehelper %{buildroot}%{_bindir}/gnome-system-log

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc NEWS
%{_bindir}/*
%{_sbindir}/%{name}
%{_sysconfdir}/pam.d/gnome-system-log
%{_sysconfdir}/security/console.apps/gnome-system-log
%{_datadir}/GConf/gsettings/logview.convert
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-log.gschema.xml
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.*
%{_datadir}/icons/*/*/apps/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.9.90-2
+ Revision: 0ae8475
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16568 |14mr|gnome-system-monitor-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple process monitor
Name:		gnome-system-monitor
Version:	3.12.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool >= 0.41.0 itstool
BuildRequires:	pkgconfig(giomm-2.4) >= 2.27
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(glibmm-2.4) >= 2.27
BuildRequires:	pkgconfig(gnome-icon-theme) >= 2.31
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:	pkgconfig(gtkmm-3.0) >= 2.99
BuildRequires:	pkgconfig(libgtop-2.0) >= 2.28.2
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.12
BuildRequires:	pkgconfig(libwnck-3.0) >= 2.91.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.0
BuildRequires:  pkgconfig(libsystemd-daemon) >= 38
BuildRequires:  pkgconfig(libsystemd-login) >= 38
Requires:	polkit-agent
%ifnarch %arm %mips
Requires: lsb-release
%endif

%description
Gnome-system-monitor is a simple process and system monitor.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-scrollkeeper \
	--enable-systemd

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std
%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc README NEWS AUTHORS
%{_bindir}/gnome-system-monitor
%{_libdir}/gnome-system-monitor/gsm-kill
%{_libdir}/gnome-system-monitor/gsm-renice
%{_datadir}/applications/*
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.gschema.xml
%{_datadir}/polkit-1/actions/org.gnome.gnome-system-monitor.policy
%{_datadir}/appdata/gnome-system-monitor.appdata.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: ec7a519
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16569 |14mr|gnome-terminal-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: GNOME terminal
Name: gnome-terminal
Version: 3.12.2
Release: 2
License: GPLv2+
Group: Graphical desktop/GNOME
URL: http://www.gnome.org/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:	gnome-doc-utils-devel
BuildRequires:	intltool itstool
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	appdata-tools
BuildRequires:	libice-devel
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(vte-2.90) >= 0.34.7
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(dconf)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(libnautilus-extension)
BuildRequires:	scrollkeeper
BuildRequires:	gnome-shell

%description
This is the GNOME terminal emulator application.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-schemas-install \
	--with-gtk=3.0

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%find_lang %{name} --with-gnome

%post
if [ "$1" = "2" ]; then
	update-alternatives --remove xvt %{_bindir}/gnome-terminal
fi

%files -f %{name}.lang
%doc AUTHORS NEWS HACKING
%{_bindir}/*
%{_libdir}/gnome-terminal*
%{_datadir}/applications/*
%{_datadir}/dbus-1/services/org.gnome.Terminal.service
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml
%{_libdir}/nautilus/extensions-3.0/*
%{_datadir}/appdata/gnome-terminal.appdata.xml
%{_datadir}/gnome-shell/search-providers/gnome-terminal-search-provider.ini

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: e87e154
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16570 |14mr|gnome-tetravex-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-tetravex
Version:        3.12.2
Release:        2
Summary:        GNOME Tetravex game

License:        GPLv2+ and CC-BY-SA
Group:		Games/Other
URL:            https://live.gnome.org/Tetravex
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(librsvg-2.0)

Obsoletes: gnome-games-extra < 3.7.92
Obsoletes: gnome-games < 3.7.92
Obsoletes: gnotravex < 3.7.92
Provides: gnotravex = %{version}-%{release}

%description
A puzzle game where you have to match a grid of tiles together. The skill
level ranges from the simple two by two up to the seriously mind-bending six
by six grid.

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-gnome


%files -f %{name}.lang
%doc COPYING
%{_bindir}/gnome-tetravex
%{_datadir}/applications/gnome-tetravex.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.tetravex.gschema.xml
%{_datadir}/icons/hicolor/*/apps/gnome-tetravex.*
%{_datadir}/icons/HighContrast/*/apps/gnome-tetravex.*
%{_mandir}/man6/gnome-tetravex.6*
%{_datadir}/appdata/gnome-tetravex.appdata.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: fe9cfd7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16571 |14mr|gnome-themes-2.32.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gtkbinaryver %(if $([ -x %{_bindir}/pkg-config ] && pkg-config --exists gtk+-2.0); then pkg-config --variable=gtk_binary_version gtk+-2.0; else echo 0; fi)
%define clearlooks 0.6.2
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Themes for GNOME
Name:		gnome-themes
Version:	2.32.1
Release:	5
License:	LGPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/gnome-themes/%{url_ver}/%{name}-%{version}.tar.bz2
Source1:	http://prdownloads.sourceforge.net/clearlooks/clearlooks-%{clearlooks}.tar.bz2
# gw remove warnings about unsupported options
Patch0:		clearlooks-0.6.2-clearlooks-gtkrc-options.patch
Patch1:		clearlooks-automake-1.13.patch
BuildArch:	noarch

BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk-engines-2)
BuildRequires:	pkgconfig(icon-naming-utils)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
Requires:	gnome-icon-theme
Requires:	gtk-engines2 >= 2.15.3

%description
This packages contains Themes for GNOME, such as :
- Clearlooks
- High Contrast
- Low Contrast

%prep
%setup -q -a 1
%apply_patches

%build
./configure --prefix=%{_prefix} --libdir=%{_libdir} --enable-all-themes
pushd clearlooks-%{clearlooks}
autoreconf -fi
./configure --prefix=%{_prefix} --libdir=%{_libdir}
popd

%make

%install
pushd clearlooks-%{clearlooks}/themes
%makeinstall_std
popd
%makeinstall_std GTK_BINARY_VERSION=%{gtkbinaryver}
#remove unpackaged files (not needed, since l10n is already in generated files)
rm -rf %{buildroot}%{_datadir}/locale 
# this is in gtk-engines2
rm -rf %{buildroot}%{_datadir}/themes/Clearlooks/gtk-2.0

for dir in %{buildroot}%{_iconsdir}/*; do
 touch $dir/icon-theme.cache
done

%post
%update_icon_cache Clearlooks
%update_icon_cache HighContrastInverse
%update_icon_cache LargePrint
%update_icon_cache Mist
%update_icon_cache Crux
%update_icon_cache HighContrastLargePrint
%update_icon_cache HighContrastLargePrintInverse 
%update_icon_cache HighContrast
%update_icon_cache HighContrast-SVG

%postun
%clean_icon_cache Clearlooks
%clean_icon_cache HighContrastInverse
%clean_icon_cache LargePrint
%clean_icon_cache Mist
%clean_icon_cache Crux
%clean_icon_cache HighContrastLargePrint
%clean_icon_cache HighContrastLargePrintInverse 
%clean_icon_cache HighContrast
%clean_icon_cache HighContrast-SVG

%files
%doc README NEWS AUTHORS 
%{_datadir}/themes/*
%{_iconsdir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.32.1-5
+ Revision: 989e963
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16572 |14mr|gnome-themes-extras-2.22.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gtkbinaryver %(pkg-config gtk+-2.0 --variable=gtk_binary_version)

Summary:	Additional themes collection for GNOME
Name:		gnome-themes-extras
Version:	2.22.0
Release:	9
License:	GPL
Group:		Graphical desktop/GNOME
URL:		http://librsvg.sourceforge.net/theme.php
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-extras/%{name}-%{version}.tar.bz2
Patch:		gnome-themes-extras-2.22.0-darklooks.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk-engines-2)
BuildRequires:	perl-XML-Parser
BuildRequires:	icon-naming-utils >= 0.8.1
BuildArch:	noarch
# for the svg theme engine
Requires:	librsvg
# for the industrial theme engine
Requires:	gtk-engines2 >= 2.6

%description
Additional themes collection for GNOME: this package contains the
Darklooks metatheme and the Foxtrot, Gion and Neu icon themes for GNOME2.

%prep
%setup -q
%patch -p1
%build

#don't use configure macro, it doesn't work
./configure --prefix=%{_prefix} --libdir=%{_libdir}
%make

%install
%makeinstall

%find_lang gnome-themes-extras

### Remove files not to be installed
rm -rf %{buildroot}%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/{*.{a,la},libindustrial.so,libsmooth.so}
rm -rf %{buildroot}%_datadir/themes/Industrial


for dir in %buildroot%{_datadir}/icons/*; do
 touch $dir/icon-theme.cache
done

%post
%update_icon_cache Foxtrot
%update_icon_cache Gion
%update_icon_cache Neu
%update_icon_cache gnome-alternative
%postun
%clean_icon_cache Foxtrot
%clean_icon_cache Gion
%clean_icon_cache Neu
%clean_icon_cache gnome-alternative


%files -f gnome-themes-extras.lang
%doc AUTHORS MAINTAINERS ChangeLog COPYING README TODO
%dir %{_datadir}/icons/*
%{_datadir}/icons/*/???x???
%{_datadir}/icons/*/??x??
%{_datadir}/icons/*/scalable
%_datadir/icons/Foxtrot/index.theme
%_datadir/icons/Gion/index.theme
%_datadir/icons/Neu/index.theme
%_datadir/icons/gnome-alternative/index.theme
%{_datadir}/themes/*
%ghost %{_datadir}/icons/*/icon-theme.cache




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.22.0-9
+ Revision: eea8b76
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16573 |14mr|gnome-themes-standard-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)

Name:		gnome-themes-standard
Version:	3.12.0
Release:	2
Summary:	Standard themes for GNOME applications
Group:		Graphical desktop/GNOME
License:	LGPLv2+
URL:		http://git.gnome.org/browse/gnome-themes-standard
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/%{url_ver}/%{name}-%{version}.tar.xz
Source1:	settings.ini
Source2:	gtkrc

BuildRequires:	gtk+2.0
BuildRequires:	gtk+2-devel
BuildRequires:	intltool
BuildRequires:	libxml2-utils
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(librsvg-2.0)
# if gtk-engines3 was installable this should prolly be changed
Requires:	gtk-engines2
Requires:	gnome-icon-theme
Requires:	abattis-cantarell-fonts
Requires:	adwaita-cursor-theme = %{version}-%{release}
Requires:	adwaita-gtk2-theme = %{version}-%{release}
Requires:	adwaita-gtk3-theme = %{version}-%{release}

%rename		gnome-themes

%description
The gnome-themes-standard package contains the standard theme for the GNOME
desktop, which provides default appearance for cursors, desktop background,
window borders and GTK+ applications.

%package -n adwaita-cursor-theme
Summary:	Adwaita cursor theme
Group:		Graphical desktop/GNOME
BuildArch:	noarch

%description -n adwaita-cursor-theme
The adwaita-cursor-theme package contains a modern set of cursors originally
designed for the GNOME desktop.

%package -n adwaita-gtk2-theme
Summary:	Adwaita gtk2 theme
Group:		Graphical desktop/GNOME

%description -n adwaita-gtk2-theme
The adwaita-gtk2-theme package contains a gtk2 theme for presenting widgets
with a GNOME look and feel.

%package -n adwaita-gtk3-theme
Summary:	Adwaita gtk3 theme
Group:		Graphical desktop/GNOME

%description -n adwaita-gtk3-theme
The adwaita-gtk3-theme package contains a gtk3 theme for rendering widgets
with a GNOME look and feel.

%prep
%setup -q

%build
%configure2_5x 
#--disable-gtk2-engine
%make

%install
%makeinstall_std

# we don't want these
rm -rf %{buildroot}%{_libdir}/gtk-3.0/3.0.0/theming-engines/libadwaita.la

install -Dpm644 %{SOURCE1} %{buildroot}%{_sysconfdir}/gtk-3.0/settings.ini
install -Dpm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/gtk-2.0/gtkrc

%post
touch --no-create %{_datadir}/icons/Adwaita &>/dev/null || :

%postun
if [ $1 -eq 0 ] ; then
    for t in Adwaita HighContrast; do
        touch --no-create %{_datadir}/icons/$t &>/dev/null
        gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
    done
fi

%posttrans
for t in Adwaita HighContrast; do
  gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
done

%files
%doc NEWS README

# Background and WM
%{_datadir}/themes/Adwaita
%exclude %{_datadir}/themes/Adwaita/gtk-2.0
%exclude %{_datadir}/themes/Adwaita/gtk-3.0

# Background
%{_datadir}/gnome-background-properties/*

# A11y themes
%{_datadir}/icons/HighContrast
%{_datadir}/themes/HighContrast

%files -n adwaita-cursor-theme
# Cursors
%{_datadir}/icons/Adwaita

%files -n adwaita-gtk2-theme
# gtk2 Theme
%{_datadir}/themes/Adwaita/gtk-2.0
%{_libdir}/gtk-2.0/2.10.0/engines/libadwaita.so

# Default gtk2 settings
%{_sysconfdir}/gtk-2.0/gtkrc

%files -n adwaita-gtk3-theme
# gtk3 Theme and engine
%{_libdir}/gtk-3.0/3.0.0/theming-engines/libadwaita.so
%{_datadir}/themes/Adwaita/gtk-3.0

# Default gtk3 settings
%{_sysconfdir}/gtk-3.0/settings.ini

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: 224c895
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16574 |14mr|gnome-tweak-tool-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d "." -f -2)

Name:		gnome-tweak-tool
Version:	3.12.0
Release:	2
Summary:	A tool to customize advanced GNOME 3 options
Group:		Graphical desktop/GNOME
License:	GPLv3
URL:		http://live.gnome.org/GnomeTweakTool
Source0:	ftp://ftp.gnome.org/pub/gnome/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildArch:	noarch

BuildRequires:	desktop-file-utils
BuildRequires:	GConf2
BuildRequires:	intltool
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	pkgconfig(gtk+-3.0)

Requires:	gnome-shell
Requires:	python-gi

%description
GNOME Tweak Tool is an application for changing the advanced settings
of GNOME 3.

Features:
* Install and switch gnome-shell themes
* Switch GTK+ themes
* Switch icon themes
* Change
  - The user-interface and title bar fonts
  - Icons in menus and buttons
  - Behavior on laptop lid close
  - Shell font size
  - File manager desktop icons
  - Title bar click action
  - Shell clock to show date
  - Font hinting
  - Font anti-aliasing

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--build=%{_host}

%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/%{name}
%{python_sitelib}/gtweak
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/*/*/*.png
%{_datadir}/appdata/gnome-tweak-tool.appdata.xml


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: 1b28495
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16575 |14mr|gnome-user-docs-3.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: GNOME User Documentation
Name: gnome-user-docs
Version: 3.12.1
Release: 2
License: GFDL
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz
Source1: gnome-help-ru.po
Group: Books/Other
Url: http://www.gnome.org/
BuildArch: noarch

BuildRequires: itstool
BuildRequires: xsltproc
BuildRequires: pkgconfig(gnome-doc-utils)

%description
This package contains the GNOME Glossary, Introduction to GNOME, and a Unix
Primer.

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

#find_lang gnome-help

%files 
#FIXME: find-lang can't deal with %{_datadir}/help
#-f gnome-help.lang
%doc README NEWS
%{_datadir}/help/C/*
%lang(cs) %{_datadir}/help/cs/gnome-help
%lang(ca) %{_datadir}/help/ca/gnome-help
%lang(de) %{_datadir}/help/de/gnome-help
%lang(el) %{_datadir}/help/el/gnome-help
%lang(es) %{_datadir}/help/es/gnome-help
%lang(fi) %{_datadir}/help/fi/gnome-help
%lang(fr) %{_datadir}/help/fr/gnome-help
%lang(gl) %{_datadir}/help/gl/gnome-help
%lang(hi) %{_datadir}/help/hi/gnome-help
%lang(hu) %{_datadir}/help/hu/gnome-help
%lang(id) %{_datadir}/help/id/gnome-help
%lang(it) %{_datadir}/help/it/gnome-help
%lang(ja) %{_datadir}/help/ja/gnome-help
%lang(lv) %{_datadir}/help/lv/gnome-help
%lang(nl) %{_datadir}/help/nl/gnome-help
%lang(pa) %{_datadir}/help/pa/gnome-help
%lang(pt_BR) %{_datadir}/help/pt_BR/gnome-help
%lang(ru) %{_datadir}/help/ru/gnome-help
%lang(sl) %{_datadir}/help/sl/gnome-help
%lang(sr) %{_datadir}/help/sr/gnome-help
%lang(sr@latin) %{_datadir}/help/sr@latin/gnome-help
%lang(sv) %{_datadir}/help/sv/gnome-help
%lang(te) %{_datadir}/help/te/gnome-help
%lang(vi) %{_datadir}/help/vi/gnome-help
%lang(ta) %{_datadir}/help/ta/gnome-help
%lang(zh_CN) %{_datadir}/help/zh_CN/gnome-help
%lang(mr) %{_datadir}/help/mr/gnome-help
%lang(kn) %{_datadir}/help/kn/gnome-help
%lang(gu) %{_datadir}/help/gu/gnome-help
%lang(as) %{_datadir}/help/as/gnome-help

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-2
+ Revision: 143b5f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16576 |14mr|gnome-user-share-3.10.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: GNOME user file sharing
Name: gnome-user-share
Version: 3.10.2
Release: 2
License: GPLv2+
Group: System/Servers
URL: http://www.gnome.org
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.10/%{name}-%{version}.tar.xz

BuildRequires:	gnome-doc-utils
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.28
BuildRequires:	pkgconfig(gnome-bluetooth-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(libnautilus-extension)
BuildRequires:	pkgconfig(libnotify)

Suggests: apache
Suggests: apache-mod_dnssd >= 0.6
Requires: obex-data-server >= 0.3

%description
This program enables user to share directories through Webdav or Bluetooth 
(over ObexFTP).

%prep
%setup -q

%build
%configure2_5x \
	--with-modules-path=%{_sysconfdir}/httpd/modules \
	--disable-schemas-install \
	--disable-scrollkeeper

%make

%install
%makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
%find_lang %{name} --with-gnome


%files -f %{name}.lang
%doc README ChangeLog NEWS
%{_sysconfdir}/xdg/autostart/gnome-user-share*.desktop
%{_libexecdir}/gnome-user-share
%{_libdir}/nautilus/extensions-3.0/libnautilus-share-extension.so
%{_datadir}/gnome-user-share
%{_datadir}/icons/hicolor/*/apps/*.*
%_datadir/GConf/gsettings/gnome-user-share.convert
%_datadir/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.10.2-2
+ Revision: 034ea10
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16577 |14mr|gnome-vfs2-2.24.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname gnome-vfs
%define	api_version	2
%define	lib_major	0
%define	libname	%mklibname %{name}_ %{lib_major}
%define	develname %mklibname -d %{name}

Summary:	GNOME virtual file-system libraries
Name:		%{pkgname}%{api_version}
Version:	2.24.4
Release:	7
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
# (gw) 2.6.0-1mdk set default web browser
Patch5:		gnome-vfs-2.8.2-webclient.patch
# (fc) 2.8.2-1mdk handle about: url (Fedora)
Patch8:		gnome-vfs-2.7.90-schema_about_for_upstream.patch
# (fc) 2.8.3-5mdk support pamconsole mount option (Fedora)
Patch10:	gnome-vfs-2.24.1-console-mount-opt.patch
# (fc) 2.17.91-2mdv replace references to gnomemeeting with ekiga
Patch11:	gnome-vfs-2.17.91-fixh323.patch
# (fc) 2.17.91-3mdv allow OnlyShowIn=KDE .desktop to be used when running under KDE (Mdv bug #26999)
Patch12:	gnome-vfs-2.17.91-onlyshow.patch
# (fc) 2.18.0.1-2mdv fix crash when fstab is being edited (Ubuntu) (GNOME bug #300547)
Patch13:	gnome-vfs-2.20.0-fstab-edit-crash.patch
# (fc) 2.18.0.1-2mdv fix uuid and label mount point duplication (initial idea from Ubuntu bug #57701) (Mdv bug #32792)
Patch14:	gnome-vfs-2.20.0-uuid-label-mount.patch
# (fc) 2.18.0.1-2mdv resolve mount point fstab symlinks (Ubuntu)
Patch15:	gnome-vfs-2.20.0-resolve-fstab-symlinks.patch
# (fc) 2.24.2-3mdv add default media player schema (GNOME bug #435653) (Fedora)
Patch16:	gnome-vfs-2.24.2-default-media-application-schema.patch
# (fc) 2.24.2-3mdv ensure mailto evolution command is a mailer (RH bug #197868) (Fedora)
Patch17:	gnome-vfs-2.15.91-mailto-command.patch
# (fc) 2.24.2-3mdv fix dbus error (Fedora bug #486286) (Fedora)
Patch18:	gnome-vfs-2.24.xx-utf8-mounts.patch
# (fc) CVE-2009-2473 gnome-vfs2 embedded neon: billion laughs DoS attacck (Fedora)
Patch19:	gnome-vfs-2.24.3-CVE-2009-2473.patch

BuildRequires:	docbook-dtd412-xml
BuildRequires:	gawk
BuildRequires:	GConf2
BuildRequires:	gnome-mime-data
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0) >= 1.1.1
BuildRequires:	pkgconfig(glib-2.0) >= 2.9.3
BuildRequires:	pkgconfig(libssl)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	perl-XML-Parser
BuildRequires:	acl-devel
BuildRequires:	bzip2-devel
BuildRequires:	fam-devel
Requires:	%{libname} = %{version}-%{release}
Requires(post,preun):	GConf2 >= 1.1.1
Requires:	dbus-x11
Requires:	shared-mime-info
# needed for www-browser
Requires:	desktop-common-data
Requires:	gnome-mime-data >= 2.0.0
Conflicts:	%{_lib}gnome-vfs2_0 < 2.24.4-5

%description
The GNOME Virtual File System provides an abstraction to common file
system operations like reading, writing and copying files, listing
directories and so on.  It is similar in spirit to the Midnight
Commander's VFS (as it uses a similar URI scheme) but it is designed
from the ground up to be extensible and to be usable from any
application.

%package -n %{libname}
Summary:	%{summary}
Group:		System/Libraries

%description -n %{libname}
The GNOME Virtual File System provides an abstraction to common file
system operations like reading, writing and copying files, listing
directories and so on.

This package contains the main GNOME VFS libraries, which is required
by the basic GNOME 2 system.

%package -n %{develname}
Summary:	Libraries and include files for gnome-vfs
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
The GNOME Virtual File System provides an abstraction to common file
system operations like reading, writing and copying files, listing
directories and so on.

This package includes libraries and header files for developing
GNOME VFS applications.

%prep
%setup -qn %{pkgname}-%{version}
%apply_patches

# this is a hack for glib2.0 >= 2.31.0
sed -i -e 's/-DG_DISABLE_DEPRECATED//g' \
	./daemon/Makefile.* \
	./libgnomevfs/Makefile.*

%build
%configure2_5x \
	--enable-gtk-doc=yes \
	--disable-selinux \
	--disable-hal \
	--disable-static

%make

%install
rm -rf %{buildroot}
%makeinstall_std

# multiarch policy
%multiarch_includes %{buildroot}%{_includedir}/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h

# we ship our own files in drakconf and drakwizard
rm -f %{buildroot}%{_sysconfdir}/gnome-vfs-2.0/vfolders/{system,server}-settings.vfolder-info

# don't package these
rm -f %{buildroot}%{_libdir}/%{pkgname}-*/modules/*a
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print

%{find_lang} %{pkgname}-2.0

%define	schemas desktop_default_applications desktop_gnome_url_handlers system_dns_sd system_http_proxy system_smb 

%preun
%preun_uninstall_gconf_schemas %schemas

%files -n %{name} -f %{pkgname}-2.0.lang
%doc AUTHORS NEWS README
%config(noreplace) %{_sysconfdir}/%{pkgname}-*
%config(noreplace) %{_sysconfdir}/gconf/schemas/*
%{_bindir}/*
%{_datadir}/dbus-1/services/*.service
%dir %{_libdir}/%{pkgname}-2.0
%dir %{_libdir}/%{pkgname}-2.0/modules
%{_libdir}/%{pkgname}-2.0/modules/*.so
%{_libexecdir}/gnome-vfs-daemon

%files -n %{libname}
%{_libdir}/libgnomevfs-2.so.%{lib_major}*

%files -n %{develname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/gnome-vfs*2.0/*
%dir %{multiarch_includedir}/gnome-vfs-2.0
%dir %{multiarch_includedir}/gnome-vfs-2.0/libgnomevfs
%{multiarch_includedir}/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h
%{_libdir}/*.so
%{_libdir}/%{pkgname}-*/include
%{_libdir}/pkgconfig/*.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.24.4-7
+ Revision: 54a5e8f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16578 |14mr|gnome-vfsmm2.6-2.26.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define api_version 2.6

%define pkgname gnome-vfsmm
%define libname		%mklibname %{pkgname} %{api_version} %{major}
%define libname_orig	%mklibname %{pkgname} %{api_version}
%define develname %mklibname -d %{pkgname} %{api_version}

Name:		%{pkgname}%{api_version}
Summary:	A C++ interface for GNOME VFS library
Version:	2.26.0
Release:	8
License:	LGPLv2+
Group:		System/Libraries
URL:		http://gtkmm.sourceforge.net/
Source:		http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	doxygen

%description
This package provides a C++ interface for gnome-vfs (the GNOME
Virtual File System), which provides an abstraction to common file
system operations like reading, writing and copying files, listing
directories and so on.  It is a subpackage of the gnomemm project,
which provides a C++ interface for GNOME libraries.

%package	-n %{libname}
Summary:	%{summary}
Group:		%{group}
Provides:	%{name} = %{version}-%{release}
Provides:	%{libname_orig} = %{version}-%{release}

%description	-n %{libname}
This package provides a C++ interface for gnome-vfs (the GNOME
Virtual File System), which provides an abstraction to common file
system operations like reading, writing and copying files, listing
directories and so on.  It is a subpackage of the gnomemm project,
which provides a C++ interface for GNOME libraries.

%package	-n %{develname}
Summary:	Headers and development files of GNOME VFS C++ wrapper
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{libname_orig}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Requires:	pkgconfig(gnome-vfs-2.0)
Requires:	pkgconfig(glibmm-2.4)

%description -n %{develname}
This package contains the headers and various development files needed,
when compiling or developing programs which want C++ wrapper of GNOME
VFS library.

%package	doc
Summary:	Documentation of %{pkgname} library
Group:		Books/Other

%description doc
This package provides API documentation of %{pkgname} library.


%prep
%setup -q -n %{pkgname}-%{version}

%build
%configure2_5x --disable-static
%make 

### Build doc
pushd docs/reference
  perl -pi -e 's/^(HAVE_DOT.*=) YES/$1 NO/' Doxyfile
  make all
popd

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%doc COPYING
%{_libdir}/libgnomevfsmm-%{api_version}.so.%{major}*

%files -n %{develname}
%doc AUTHORS COPYING ChangeLog NEWS README
%{_includedir}/*
%{_libdir}/%{pkgname}-%{api_version}
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so

%files doc
%doc docs/reference/html


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.26.0-8
+ Revision: 64f2ef8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16579 |14mr|gnome-video-effects-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-video-effects
Version:        0.4.0
Release:        2
Summary:        Collection of GStreamer video effects

Group:          System/Libraries
License:        GPLv2
URL:            http://live.gnome.org/GnomeVideoEffects
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
Buildarch:      noarch
BuildRequires:  intltool
BuildRoot: 	%{_tmppath}/%{name}-%{version}-root

%description
A collection of GStreamer effects to be used in different GNOME Modules.

%package devel
Summary:Collection of GStreamer video effects
Group: Development/Other
Requires: %name = %version-%release

%description devel
A collection of GStreamer effects to be used in different GNOME Modules.

%prep
%setup -q

%build
%configure2_5x
%make


%install
rm -rf %buildroot
%makeinstall_std

%clean
rm -rf %buildroot

%files
%defattr(-,root,root,-)
%doc README
%{_datadir}/gnome-video-effects

%files devel
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS
%{_datadir}/pkgconfig/gnome-video-effects.pc





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.0-2
+ Revision: 307f7bd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16580 |14mr|gnome-weather-3.12.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gnome-weather
Version:	3.12.1
Release:	3
Summary:	A weather application for GNOME

License:	GPLv2+ and LGPLv2+ and MIT and CC-BY and CC-BY-SA
Group:		Graphical desktop/GNOME
URL:		https://live.gnome.org/Design/Apps/Weather
Source0:	http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	pkgconfig(gjs-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	gnome-common
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gweather-3.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.35.9

Requires:	typelib(GWeather)
Requires:	typelib(GIRepository)
Requires:	typelib(GLib)
Requires:	typelib(GWeather)
Requires:	typelib(Gtk) = 3.0
Requires:	typelib(cairo)
Requires:	gjs
Requires:	%{_lib}pango1.0_0
Requires:	%{_lib}gtk+3_0
Requires:	%{_lib}glib2.0_0
Requires:	%{_lib}gobject2.0_0

%description
gnome-weather is a weather application for GNOME

%prep
%setup -q
%apply_patches

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%find_lang org.gnome.Weather.Application

# fix cap
sed -i '1d;2i\#!/usr/bin/gjs' \
	%{buildroot}%{_datadir}/org.gnome.Weather.Application/org.gnome.Weather.Application

%files -f org.gnome.Weather.Application.lang
%doc NEWS data/CREDITS
%{_bindir}/gnome-weather
%{_datadir}/appdata/
%{_datadir}/applications/org.gnome.Weather.Application.desktop
%{_datadir}/dbus-1/services/org.gnome.Weather.Application.service
%{_datadir}/glib-2.0/schemas/org.gnome.Weather.Application.gschema.xml
%dir %{_datadir}/gnome-shell/
%dir %{_datadir}/gnome-shell/search-providers/
%{_datadir}/gnome-shell/search-providers/org.gnome.Weather.Application.search-provider.ini
%{_datadir}/icons/hicolor/*/apps/org.gnome.Weather.Application.png
%{_datadir}/org.gnome.Weather.Application/
%{_libdir}/org.gnome.Weather.Application/

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-3
+ Revision: 5100fe3
- MassBuild#440: Increase release tag

* Fri May 23 2014 Tigro <ashejn@gmail.com> 3.12.1-2
+ Revision: bdfcbad
- fix path

* Fri May 23 2014 Tigro <ashejn@gmail.com> 3.12.1-2
+ Revision: ecfb195
- fix cap in start file

* Tue May 20 2014 Tigro <ashejn@gmail.com> 3.12.1-1
+ Revision: 21731e9
- update to 3.12.1

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.0-1
+ Revision: 17c4a64
- drop desktop file

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.0-1
+ Revision: d91ddd2
- drop desktop file

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.0-1
+ Revision: 7bf6db8
- added BR: gweather-3.0

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.0-1
+ Revision: e3e45ed
- update to 3.12.0

* Fri May 31 2013 Tigro <ashejn@gmail.com> 3.8.2-2
+ Revision: b7277b3
- update Russian and Czech translations

* Tue May 14 2013 Tigro <ashejn@gmail.com> 3.8.2-1
+ Revision: a81bec6
- update to 3.8.2

* Mon Apr 29 2013 Tigro <ashejn@gmail.com> 3.8.1-3
+ Revision: c4038e4
- bump release

* Mon Apr 29 2013 Tigro <ashejn@gmail.com> 3.8.1-2
+ Revision: bc0ddc2
- added autoreq no

* Mon Apr 29 2013 Tigro <ashejn@gmail.com> 3.8.1-2
+ Revision: 3b0a08a
- another exclude

* Mon Apr 29 2013 Tigro <ashejn@gmail.com> 3.8.1-2
+ Revision: 62f09c5
- another exclude

* Mon Apr 29 2013 Tigro <ashejn@gmail.com> 3.8.1-2
+ Revision: d54270f
- another req

* Mon Apr 29 2013 Tigro <ashejn@gmail.com> 3.8.1-2
+ Revision: b2f0160
- added noureq for typelib

* Mon Apr 29 2013 Tigro <ashejn@gmail.com> 3.8.1-2
+ Revision: 85ac421
- drop some provides

* Mon Apr 29 2013 Arkady Shane <ashejn@gmail.com> 3.8.1-2
+ Revision: 14200b1
- drop missing provides

* Thu Apr 18 2013 Tigro <ashejn@gmail.com> 3.8.1-1
+ Revision: 782f6c4
- added source

* Thu Apr 18 2013 Tigro <ashejn@gmail.com> 3.8.1-1
+ Revision: b86f81f
- update to 3.8.1

* Fri Apr 05 2013 Tigro <ashejn@gmail.com> 3.8.0-2
+ Revision: 96a4504
- added R: gjs

* Fri Apr 05 2013 Tigro <ashejn@gmail.com> 3.8.0-2
+ Revision: 816c206
- fix sed

* Fri Apr 05 2013 Tigro <ashejn@gmail.com> 3.8.0-2
+ Revision: 85b18c3
- fix typo

* Fri Apr 05 2013 Tigro <ashejn@gmail.com> 3.8.0-2
+ Revision: 2fc35db
- fix typo

* Fri Apr 05 2013 Tigro <ashejn@gmail.com> 3.8.0-2
+ Revision: 0418c3a
- bump release

* Fri Apr 05 2013 Tigro <ashejn@gmail.com> 3.8.0-1
+ Revision: 36814dc
- fix header and add R: typelib(Gweather)

* Fri Apr 05 2013 Tigro <ashejn@gmail.com> 3.8.0-1
+ Revision: ed7fb2c
- added P: typelib(l])

* Fri Apr 05 2013 Tigro <ashejn@gmail.com> 3.8.0-1
+ Revision: d2ae859
- drop bad lines

* Fri Apr 05 2013 Tigro <ashejn@gmail.com> 
+ Revision: a5ae808
- added noautoreq option

* Fri Apr 05 2013 Tigro <ashejn@gmail.com> 3.8.0-1
+ Revision: 563d8f8
- adapt spec for rosa/mandriva



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16581 |14mr|gnonlin-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gstapi	1.0

Summary: 	GStreamer extension library for non-linear editing
Name: 		gnonlin
Version: 	1.2.0
Release:	1
Group: 		System/Libraries
License: 	LGPLv2+
Url:		http://gnonlin.sf.net/
Source0:	http://gstreamer.freedesktop.org/src/gnonlin/gnonlin-%{version}.tar.xz

BuildRequires: pkgconfig(gstreamer-app-%{gstapi})
BuildRequires: pkgconfig(gstreamer-%{gstapi})	

Requires: 	gstreamer%{gstapi}-plugins-base 

%description
Gnonlin is a library built on top of GStreamer (http://gstreamer.net)
which provides support for writing non-linear audio and video editing
applications. It introduces the concept of a timeline.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static 

%make

%install
%makeinstall_std


%files
%doc AUTHORS COPYING.LIB README
%{_libdir}/gstreamer-%{gstapi}/libgnl.so


%changelog
* Sun Sep 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-1
+ Revision: 1cd640e
- Updated to 1.2.0 (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16582 |14mr|gnucash-2.4.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define major	0
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

%define doc_version 2.2.0
%define build_hbci 1

%if %{_use_internal_dependency_generator}
%define __noautoreq 'devel\\(libgncmod(.*)\\)|libgnc.*so$'
%endif

Summary:	Application to keep track of your finances
Name:		gnucash
Version:	2.4.12
Release:	4
License:	GPLv2+
Group:		Office
Url:		http://www.gnucash.org/
Source0:	http://downloads.sourceforge.net/gnucash/%{name}-%{version}.tar.bz2
Source2:	engine-common.i
Source4:	http://downloads.sourceforge.net/gnucash/%{name}-docs-%{doc_version}.tar.bz2
# (fc) 2.2.1-3mdv disable unneeded warning at startup (Fedora)
Patch0:		gnucash-quiet.patch
Patch1:		gnucash-2.4.11-link.patch
Patch2:		gnucash-docs-2.2.0-automake.patch

# build noise
Patch150:	gnucash-notsvn.patch
Patch151:	gnucash-2.4.12-swig_engine.patch

BuildRequires:	intltool
BuildRequires:	desktop-file-utils
BuildRequires:	rarian
BuildRequires:	slib
BuildRequires:	swig
BuildRequires:	xsltproc
BuildRequires:	dbi-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(guile-1.8)
BuildRequires:	pkgconfig(ktoblzcheck)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libgoffice-0.8)
BuildRequires:	pkgconfig(libofx)
BuildRequires:	pkgconfig(webkit-1.0)
Requires:	guile1.8-runtime
Requires:	slib
Requires:	yelp
Suggests:	perl-Finance-Quote
%rename gnucash-sql

%description
GnuCash is a personal finance manager. A check-book like
register GUI allows you to enter and track bank accounts,
stocks, income and even currency trades. The interface is
designed to be simple and easy to use, but is backed with
double-entry accounting principles to ensure balanced books.

%package ofx
Summary:	Enables OFX importing in GnuCash
Group:		Office
Requires:	%{name} = %{version}-%{release}

%description ofx
This package adds OFX file import support to the base
GnuCash package. Install this package if you want to
import OFX files.

%if %{build_hbci}
%package hbci
Summary:	Enables HBCI importing in GnuCash
Group:		Office
Requires:	%{name} = %{version}-%{release}
BuildRequires:	pkgconfig(aqbanking)
# only require the wizard, it will pull aqhbci package too 
#gw it really required qt3-wizard which wasn't included in aqbanking for a while
Requires:	aqhbci

%description hbci
This package adds HBCI file import support to the base
GnuCash package. Install this package if you want to
import HBCI files.
%endif

%package -n %{devname}
Group:		Development/C
Summary:	Libraries needed to develop for gnucash
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Libraries needed to develop for gnucash.

%package -n %{libname}
Summary:	Libraries for gnucash
Group:		System/Libraries

%description -n %{libname}
This package provides libraries to use gnucash.

%prep
%setup -q -a 4
%apply_patches
cp %{SOURCE2} src/engine

export BUILDING_FROM_SVN=yes
autoreconf -fi

pushd gnucash-docs-%{doc_version}
autoreconf -fi
popd

%build
%configure2_5x \
	--enable-gui \
	--enable-ofx \
	--disable-error-on-warning \
	--disable-schemas-install \
	--disable-static \
	--enable-locale-specific-tax \
	--enable-dbi \
	--with-html-engine=webkit \
%if %{build_hbci}
	--enable-aqbanking
%endif

pushd gnucash-docs-%{doc_version}
%configure2_5x \
	--localstatedir=/var/lib
popd

make

pushd gnucash-docs-%{doc_version}
make
popd

%install
%makeinstall_std

pushd gnucash-docs-%{doc_version}
%makeinstall_std
popd

rm -f %{buildroot}%{_infodir}/dir

%{find_lang} %{name} --with-gnome --all-name

# Menu entry
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="GTK" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# don't ship /usr/bin/gnc-test-env as it's only used for build and testing, this mitigates CVE-2010-3999
rm -f %{buildroot}%{_bindir}/gnc-test-env

#%post
#%define schemas apps_gnucash_dialog_business_common apps_gnucash_dialog_commodities apps_gnucash_dialog_common apps_gnucash_dialog_prices apps_gnucash_dialog_print_checks apps_gnucash_dialog_reconcile apps_gnucash_dialog_totd apps_gnucash_general apps_gnucash_history apps_gnucash_import_generic_matcher apps_gnucash_import_qif apps_gnucash_warnings apps_gnucash_window_pages_account_tree apps_gnucash_window_pages_register apps_gnucash_dialog_scheduled_transctions

%preun
%preun_uninstall_gconf_schemas %schemas

%if %build_hbci
%preun hbci
%preun_uninstall_gconf_schemas apps_gnucash_dialog_hbci
%endif

%files -f %{name}.lang
%doc AUTHORS COPYING HACKING NEWS README*
%doc doc/README.german doc/README.francais doc/guile-hackers.txt
%{_sysconfdir}/gconf/schemas/apps_gnucash_dialog_business_common.schemas
%{_sysconfdir}/gconf/schemas/apps_gnucash_dialog_commodities.schemas
%{_sysconfdir}/gconf/schemas/apps_gnucash_dialog_common.schemas
%{_sysconfdir}/gconf/schemas/apps_gnucash_dialog_prices.schemas
%{_sysconfdir}/gconf/schemas/apps_gnucash_dialog_print_checks.schemas
%{_sysconfdir}/gconf/schemas/apps_gnucash_dialog_reconcile.schemas
%{_sysconfdir}/gconf/schemas/apps_gnucash_dialog_scheduled_transctions.schemas
%{_sysconfdir}/gconf/schemas/apps_gnucash_dialog_totd.schemas
%{_sysconfdir}/gconf/schemas/apps_gnucash_general.schemas
%{_sysconfdir}/gconf/schemas/apps_gnucash_history.schemas
%{_sysconfdir}/gconf/schemas/apps_gnucash_import_generic_matcher.schemas
%{_sysconfdir}/gconf/schemas/apps_gnucash_import_qif.schemas
%{_sysconfdir}/gconf/schemas/apps_gnucash_warnings.schemas
%{_sysconfdir}/gconf/schemas/apps_gnucash_window_pages_account_tree.schemas
%{_sysconfdir}/gconf/schemas/apps_gnucash_window_pages_register.schemas
%config(noreplace) %{_sysconfdir}/%{name}
%{_bindir}/gnucash
%{_bindir}/gnucash-env
%{_bindir}/gnc-fq-check
%{_bindir}/gnc-fq-dump
%{_bindir}/gnc-fq-helper
%{_bindir}/gnc-fq-update
%{_bindir}/update-gnucash-gconf
%{_datadir}/applications/%{name}.desktop
%dir %{_libdir}/gnucash
%{_libdir}/gnucash/*.so*
%{_libdir}/gnucash/overrides
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/accounts
%{_datadir}/%{name}/checks
%{_datadir}/%{name}/guile-modules
%{_datadir}/%{name}/glade
%{_datadir}/%{name}/pixmaps
%{_datadir}/%{name}/ui
%{_datadir}/%{name}/gnome
%{_datadir}/%{name}/tip_of_the_day.list
%doc %{_datadir}/%{name}/doc
%{_datadir}/%{name}/scm
%{_iconsdir}/hicolor/*/apps/gnucash*
%{_mandir}/*/*

%exclude %{_libdir}/gnucash/libgncmod-ofx*
%if %{build_hbci}
%exclude %{_libdir}/gnucash/libgncmod-aqbanking*
%exclude %{_datadir}/gnucash/glade/aqbanking*
%exclude %{_datadir}/gnucash/ui/gnc-plugin-aqbanking-ui.xml
%endif
%exclude %{_datadir}/gnucash/ui/gnc-plugin-ofx-ui.xml

%files ofx
%doc doc/README.OFX
%{_libdir}/gnucash/libgncmod-ofx*
%{_datadir}/gnucash/ui/gnc-plugin-ofx-ui.xml

%if %{build_hbci}
%files hbci
%doc doc/README.HBCI
%{_sysconfdir}/gconf/schemas/apps_gnucash_dialog_hbci.schemas
%{_libdir}/gnucash/libgncmod-aqbanking*
%{_datadir}/gnucash/glade/aqbanking*
%{_datadir}/gnucash/ui/gnc-plugin-aqbanking-ui.xml
%endif

%files -n %{libname}
%{_libdir}/libgnc-backend-sql.so.%{major}*
%{_libdir}/libgnc-backend-xml-utils.so.%{major}*
%{_libdir}/libgnc-business-ledger.so.%{major}*
%{_libdir}/libgnc-core-utils.so.%{major}*
%{_libdir}/libgnc-gnome.so.%{major}*
%{_libdir}/libgnc-module.so.%{major}*
%{_libdir}/libgnc-qof.so.1*
%{_libdir}/lib*.so

%files -n %{devname}
%{_bindir}/gnucash-make-guids
%{_bindir}/gnucash-valgrind
%{_includedir}/gnucash


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.12-4
+ Revision: 5f526a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16583 |14mr|gnuchess-6.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	gnuchess
%define version 6.0.0

%define book_version 1.02

Summary:	The GNU chess program
Name:		%{name}
Version:	%{version}
Release:	4
Source0:	ftp://ftp.gnu.org/pub/gnu/chess/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/pub/gnu/chess/%{name}-%{version}.tar.gz.sig
Source2:	ftp://ftp.gnu.org/pub/gnu/chess/book_%{book_version}.pgn.gz
Source3:	ftp://ftp.gnu.org/pub/gnu/chess/book_%{book_version}.pgn.gz.sig
Group:		Games/Boards
URL:		http://www.gnu.org/software/chess/
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPL and Public Domain
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
BuildRequires:	flex
Provides:	chessengine
Obsoletes:	gnuchess-book
Provides:	gnuchess-book

%description
The gnuchess package contains the GNU chess program.  By default,
GNUchess uses a text-based interface.  Alternatively, GNUchess can
be used in conjunction with other GUI interface, thus serving as a
chess engine.

You should install the gnuchess package if you would like to play
chess on your computer. If you'd like to use a graphical interface
with GNUchess, you'll also need to install other GUI interface,
such as xboard or eboard.

This package also includes opening book for gnuchess, containing many
historic games played between masters and grandmasters.

%prep
%setup -q
gzip -dc %{SOURCE2} > book.pgn

%build
%configure2_5x	--bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

# create book
echo -e 'book add book.pgn\nquit' | ./src/gnuchess -

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall_std}

install -m0644 book.pgn -D %{buildroot}%{_gamesdatadir}/gnuchess/book.pgn

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README
%{_gamesbindir}/*
%{_gamesdatadir}/gnuchess
%{_infodir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.0.0-4
+ Revision: b1aab81
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16584 |14mr|gnu-efi-3.0u-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define dirver	%(echo %{version}|sed -e 's/[a-z]//g')

Summary:	Development Libraries and headers for EFI
Name:		gnu-efi
Version:	3.0u
Release:	3
Group:		System/Kernel and hardware
License:	BSD
Url:		ftp://ftp.hpl.hp.com/pub/linux-ia64
Source0:	ftp://ftp.hpl.hp.com/pub/linux-ia64/%{name}_%{version}.orig.tar.gz
# Fedora patches
Patch0:	0001-fix-compilation-on-x86_64-without-HAVE_USE_MS_ABI.patch
Patch1:	0002-be-more-pedantic-when-linking.patch
ExclusiveArch:	%{ix86} x86_64

%description
This package contains development headers and libraries for developing
applications that run under EFI (Extensible Firmware Interface).

%prep
%setup -qn %{name}-%{dirver}
%apply_patches
sed -i -e 's,-fpic,-fpic -fuse-ld=bfd,g' Make.defaults

%build
%make

%install
mkdir -p %{buildroot}%{_libdir}
make PREFIX=%{_prefix} LIBDIR=%{_libdir} INSTALLROOT=%{buildroot} install

mkdir -p %{buildroot}%{_libdir}/gnuefi
mv %{buildroot}%{_libdir}/*.lds %{buildroot}%{_libdir}/*.o %{buildroot}%{_libdir}/gnuefi

make -C apps clean route80h.efi modelist.efi
mkdir -p %{buildroot}/boot/efi/EFI/rosa/
mv apps/{route80h.efi,modelist.efi} %{buildroot}/boot/efi/EFI/rosa/

%files
%doc README.* ChangeLog
%{_includedir}/efi
%dir %{_libdir}/gnuefi
%{_libdir}/gnuefi/*
%{_libdir}/*.a
%dir /boot/efi/EFI/rosa/
%attr(0644,root,root) /boot/efi/EFI/rosa/*.efi


%changelog
* Tue Jul 08 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0u-3
+ Revision: 5c5df3c
- try to fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16585 |14mr|gnu.getopt-1.0.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	section		free
%define gcj_support     0

Summary:        Java getopt implementation
Name:		gnu.getopt
Version:	1.0.14
Release:	2
License:        LGPLv2
Group:          Development/Java
Url:            http://www.urbanophile.com/arenn/hacking/download.html
Source0:        ftp://ftp.urbanophile.com/pub/arenn/software/sources/java-getopt-%{version}.tar.gz
BuildRequires:  ant
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
Buildarch:      noarch
BuildRequires:  java-devel >= 0:1.4.2
%endif
BuildRequires:	java-rpmbuild >= 0:1.5
Provides:       gnu-getopt = %{EVRD}

%description
The GNU Java getopt classes support short and long argument parsing in
a manner 100% compatible with the version of GNU getopt in glibc 2.0.6
with a mostly compatible programmer's interface as well. Note that this
is a port, not a new implementation. I am currently unaware of any bugs
in this software, but there certainly could be some lying about. I would
appreciate bug reports as well as hearing about positive experiences.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
# Aaron, where did you put my build script :-) ?
mv gnu/getopt/buildx.xml build.xml

%build
%ant jar javadoc

%install
# jars
mkdir -p %{buildroot}%{_javadir}
install -m 644 build/lib/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} ${jar/-%{version}/}; done)
# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a build/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ "$1" = "0" ]; then
    rm -f %{_javadocdir}/%{name}
fi

%files
%doc gnu/getopt/COPYING.LIB gnu/getopt/README
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%{_javadocdir}/%{name}-%{version}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.14-2
+ Revision: 88b65b3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16586 |14mr|gnugo-3.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define chinese_rules 0
%{?_with_chinese: %global chinese_rules 1}

Summary:	The GNU program to play the game of Go
Name:		gnugo
Version:	3.8
Release:	6
License:	GPLv3+ 
Group:		Games/Boards
Url:		http://www.gnu.org/software/gnugo/
Source0:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig
Patch0:		gnugo-3.8-fix-format-errors.patch
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel

%description
Go is a game of strategy between two players usually played on a 
19x19 grid called goban. GNU Go plays a game of Go against the 
user. It has many other features: it can play against itself or 
another program, analyse and score a recorded game. GNU Go is 
compliant with Go Modem Protocol, and load / save games in the
Smart Go format.
GNU Go uses a simple alpha-numeric board display by default. If you
want to use a graphical interface with GNU Go, you'll also need 
to install other GUI clients, such as CGoban or Jago.

Build Options:
--with chinese      Use Chinese rules for endgame counting

%prep
%setup -q
%patch0 -p 1 -b .format

%build
autoconf
%configure2_5x \
	--bindir=%{_gamesbindir}	\
	--enable-color			\
	--with-readline			\
%if %chinese_rules
	--enable-chinese-rules
%endif

%make
make check

%install
%makeinstall_std

# install emacs file
install -D -m 644 interface/gnugo.el %{buildroot}%{_datadir}/emacs/site-lisp/gnugo.el
mkdir -p %{buildroot}%{_sysconfdir}/emacs/site-start.d/
echo "(autoload 'gnugo \"gnugo\" \"GNU Go\" t)" > %{buildroot}%{_sysconfdir}/emacs/site-start.d/gnugo.el

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO 
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*.el
%{_infodir}/*
%{_gamesbindir}/*
%{_mandir}/man6/*
%{_datadir}/emacs/site-lisp/*.el



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.8-6
+ Revision: b5839ec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16587 |14mr|gnumeric-1.12.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define goffice 0.10
%define libname %mklibname spreadsheet %{version}
%define devname %mklibname -d spreadsheet

Summary:	A full-featured spreadsheet for GNOME
Name:		gnumeric
Version:	1.12.9
Release:	2
License:	GPLv2+
Group:		Office
Url:		http://www.gnome.org/projects/gnumeric/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
#This patch is borked, leave it here as reference
# configure is disabling gda for now
Patch1:		gnumeric-1.9.17-format-strings.patch
# (fc) 1.9.3-4mdv fix CVE-2009-0318
Patch5:		gnumeric-1.8.2-CVE-2009-0318-rh.patch

BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	perl-IO-Compress
BuildRequires:	rarian
BuildRequires:	perl-devel
BuildRequires:	psiconv-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libgda-5.0)
BuildRequires:	pkgconfig(libgoffice-0.10)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(pxlib)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(pygobject-3.0)
Requires:	pygtk2.0
#gw it places files in the versioned goffice directory
# But as usual with the G mess, stuff doesn't make sense and
# goffice's version is 0.9 while its filesystem version is
# 0.10...
Requires:	goffice >= 0.9

%description
This is the Gnumeric, the GNOME spreadsheet program. If you are familiar with 
Excel, you should be ready to use Gnumeric.  It tries to clone all of 
the good features and stay as compatible as possible with Excel in terms of 
usability. Hopefully the bugs have been left behind :).

%files -f %{name}.lang
%doc AUTHORS NEWS BUGS README
%{_bindir}/*
%{_libdir}/goffice/%{goffice}/plugins/gnumeric
%{_libdir}/gnumeric
%{_datadir}/appdata/gnumeric.appdata.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnumeric*.xml
%{_datadir}/gnumeric
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/*/apps/gnumeric*
%{_mandir}/man1/*

%preun
%preun_uninstall_gconf_schemas %{schemas}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Spreadsheet library from Gnumeric
Group:		System/Libraries

%description -n %{libname}
This is the Gnumeric, the GNOME spreadsheet program. If you are familiar with 
Excel, you should be ready to use Gnumeric.  It tries to clone all of 
the good features and stay as compatible as possible with Excel in terms of 
usability. Hopefully the bugs have been left behind :).

%files -n %{libname}
%{_libdir}/libspreadsheet-%{version}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Spreadsheet library from Gnumeric - development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This is the Gnumeric, the GNOME spreadsheet program. If you are familiar with 
Excel, you should be ready to use Gnumeric.  It tries to clone all of 
the good features and stay as compatible as possible with Excel in terms of 
usability. Hopefully the bugs have been left behind :).

%files -n %{devname}
%{_libdir}/libspreadsheet.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/libspreadsheet-*/

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x

%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std
rm -vf %{buildroot}%{_datadir}/%{name}/%{version}/perl/*/auto/Gnumeric/.packlist
rm -rf %{buildroot}/var
ln -s %{_datadir}/gnome %{buildroot}%{_datadir}/%{name}/%{version}

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--remove-category="Science" \
	--remove-category="Math" \
	--remove-category="Application" \
	--remove-mime-type="zz-application/zz-winassoc-xls" \
	--add-category="GTK" \
	--add-category="GNOME" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-gnome --all-name


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.12.9-2
+ Revision: 9d72c87
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16588 |14mr|gnupg-1.4.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNU privacy guard - a free PGP replacement
Name:		gnupg
Version:	1.4.18
Release:	1
License:	GPLv3+
Group:		File tools
Url:		http://www.gnupg.org
Source0:	ftp://ftp.gnupg.org/gcrypt/gnupg/%{name}-%{version}.tar.bz2
Source1:	ftp://ftp.gnupg.org/gcrypt/gnupg/%{name}-%{version}.tar.bz2.sig
Source2:	mdk-keys.tar.bz2
Source3:	mdk-keys.tar.bz2.sig
Patch1:		gnupg-1.4.2.2-use-agent-by-default.diff
Patch4:		gnupg-1.4.5-ppc64.patch
# splitted off from the previous debian patch
Patch6:		gnupg-1.4.7-deb-free_caps.patch
Patch7:		gnupg-1.4.7-deb-manpage.patch
Patch8:		gnupg-1.4.7-deb-min_privileges.patch
BuildRequires:	bison
BuildRequires:	docbook-utils
BuildRequires:	gettext
BuildRequires:	sendmail-command
BuildRequires:	bzip2-devel
BuildRequires:	openldap-devel
BuildRequires:	readline-devel
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libusb)

%description
GnuPG is GNU's tool for secure communication and data storage.
It can be used to encrypt data and to create digital signatures.
It includes an advanced key management facility and is compliant
with the proposed OpenPGP Internet standard as described in RFC2440.

%files -f %{name}.lang
%doc README NEWS THANKS TODO doc/DETAILS doc/FAQ doc/HACKING
%doc doc/OpenPGP doc/samplekeys.asc
%doc doc/gpgv.texi
%attr(0755,root,root) %{_bindir}/gpg
%attr(0755,root,root) %{_bindir}/gpgv
%attr(0755,root,root) %{_bindir}/lspgpot
%attr(0755,root,root) %{_bindir}/gpgsplit
%attr(0755,root,root) %{_bindir}/gpg-zip
%dir %{_libdir}/gnupg
%attr(0755,root,root) %{_libdir}/gnupg/gpgkeys_curl
%attr(0755,root,root) %{_libdir}/gnupg/gpgkeys_finger
%attr(0755,root,root) %{_libdir}/gnupg/gpgkeys_hkp
%attr(0755,root,root) %{_libdir}/gnupg/gpgkeys_ldap
%dir %{_datadir}/gnupg
%{_datadir}/gnupg/options.skel
%{_mandir}/man1/*
%{_mandir}/man7/*
%{_infodir}/gnupg1.info*
%dir %{_sysconfdir}/RPM-GPG-KEYS
%attr(0644,root,root) %{_sysconfdir}/RPM-GPG-KEYS/*.asc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p0 -b .use_agent
%patch4 -p1 -b .ppc64
%patch6 -p1 -b .free_caps
%patch7 -p1 -b .manpage
%patch8 -p1 -b .min_privileges

%build
%serverbuild
%configure2_5x \
	--without-included-regex \
	--without-included-gettext \
	--without-included-zlib \
	--with-static-rnd=linux \
	--disable-rpath \
	--without-capabilities \
	--enable-noexecstack \
%ifarch %{sunsparc}
	--enable-m-guard
%else
	--disable-m-guard
%endif
%make

%check
# all tests must pass
make check

%install
%makeinstall_std

sed -e "s#../g10/gpg#gpg#" < tools/lspgpot > %{buildroot}%{_bindir}/lspgpot

perl -pi -e 's|/usr/local|/usr/|' %{buildroot}%{_mandir}/man1/gpg.1

# install some extra man pages by debian
install -m0644 debian/gpgsplit.1 %{buildroot}%{_mandir}/man1/
install -m0644 debian/lspgpot.1 %{buildroot}%{_mandir}/man1/

# installed but not wanted
rm -f %{buildroot}%{_datadir}/gnupg/{FAQ,faq.html}
rm -f %{buildroot}%{_datadir}/locale/locale.alias

mkdir -p %{buildroot}%{_sysconfdir}/RPM-GPG-KEYS
tar xvjf %{SOURCE2} -C %{buildroot}%{_sysconfdir}/RPM-GPG-KEYS

%find_lang %{name}


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.18-1
+ Revision: 30e0552
- Clean .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16589 |14mr|gnupg2-2.0.26-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname gnupg

%define build_gpgagentscript 0
%{?_without_gpgagentscript: %global build_gpgagentscript 0}
%{?_with_gpgagentscript: %global build_gpgagentscript 1}

Summary:	GNU privacy guard - a free PGP replacement
Name:		gnupg2
Version:	2.0.26
Release:	3
License:	GPLv3+
Group:		File tools
Url:		http://www.gnupg.org
Source0:	ftp://ftp.gnupg.org/gcrypt/gnupg/%{pkgname}-%{version}.tar.bz2
Source2:	gpg-agent.sh
Source3:	gpg-agent-xinit.sh
Source4:	sysconfig-gnupg2
Patch0:		gnupg-1.9.3-use-ImageMagick-for-photo.patch
Patch1:		gnupg-2.0.20-tests-s2kcount.patch
BuildRequires:	docbook-utils
BuildRequires:	sendmail-command
BuildRequires:	bzip2-devel
BuildRequires:	libassuan-devel
BuildRequires:	libksba-devel
BuildRequires:	openldap-devel
BuildRequires:	pth-devel >= 2.0.0
BuildRequires:	readline-devel
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(gpg-error)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(zlib)
Provides:	newpg = %{EVRD}
Requires:	dirmngr
Requires:	pinentry
Requires:	gnupg

%description
GnuPG is GNU's tool for secure communication and data storage.
It can be used to encrypt data and to create digital signatures.
It includes an advanced key management facility and is compliant
with the proposed OpenPGP Internet standard as described in RFC2440.

%files -f %{name}.lang
%doc README NEWS THANKS TODO ChangeLog
%doc doc/FAQ doc/HACKING doc/KEYSERVER doc/OpenPGP doc/TRANSLATE doc/DETAILS 
%doc doc/examples
%if %{build_gpgagentscript}
%attr(0755,root,root) %{_sysconfdir}/profile.d/gpg-agent.sh
%attr(0755,root,root) %{_sysconfdir}/X11/xinit.d/gpg-agent
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%endif
%attr(4755,root,root) %{_bindir}/gpgsm
%{_bindir}/gpg-agent
%{_bindir}/gpgconf
%{_bindir}/kbxutil
%{_bindir}/watchgnupg
%{_bindir}/gpgsm-gencert.sh
%{_bindir}/gpgkey2ssh
%{_bindir}/gpg-connect-agent
%{_bindir}/gpgparsemail
%{_bindir}/gpg2
%{_bindir}/gpgv2
%{_bindir}/symcryptrun
%{_sbindir}/addgnupghome
%{_sbindir}/applygnupgdefaults
%dir %{_libdir}/gnupg2
%{_libdir}/gnupg2/gpg-check-pattern
%{_libdir}/gnupg2/gpg-preset-passphrase
%{_libdir}/gnupg2/gpg-protect-tool
%{_libdir}/gnupg2/gnupg-pcsc-wrapper
%{_libdir}/gnupg2/gpg2keys_curl
%{_libdir}/gnupg2/gpg2keys_finger
%{_libdir}/gnupg2/gpg2keys_hkp
%{_libdir}/gnupg2/gpg2keys_ldap
%{_libdir}/gnupg2/scdaemon
%{_infodir}/gnupg.info*
%{_mandir}/man1/gpg-agent.1*
%{_mandir}/man1/gpg-connect-agent.1*
%{_mandir}/man1/gpg-preset-passphrase.1*
%{_mandir}/man1/gpg2.1*
%{_mandir}/man1/gpgconf.1*
%{_mandir}/man1/gpgparsemail.1*
%{_mandir}/man1/gpgsm-gencert.sh.1*
%{_mandir}/man1/gpgsm.1*
%{_mandir}/man1/gpgv2.1*
%{_mandir}/man1/scdaemon.1*
%{_mandir}/man1/symcryptrun.1*
%{_mandir}/man1/watchgnupg.1*
%{_mandir}/man8/addgnupghome.8*
%{_mandir}/man8/applygnupgdefaults.8*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{pkgname}-%{version}
%patch0 -p1 -b .ImageMagick
%patch1 -p1

%build
%serverbuild

./autogen.sh

%configure2_5x \
	--libexecdir=%{_libdir}/gnupg2 \
	--enable-symcryptrun \
	--disable-rpath \
	--without-capabilities \
	--with-adns=no \
	--with-pkits-tests

# no parallel make (v2.0.5 at least)
%make

# all tests must pass on i586 and x86_64
%check
[[ -n "$GPG_AGENT_INFO" ]] || eval `./agent/gpg-agent --use-standard-socket --daemon --write-env-file gpg-agent-info`
make check
[[ -a gpg-agent-info ]] && kill -0 `cut -d: -f 2 gpg-agent-info`
rm -f gpg-agent-info

%install
%makeinstall_std
#Remove: #60298
%if %{build_gpgagentscript}
install -d %{buildroot}/%{_sysconfdir}/profile.d
install %{SOURCE2} %{buildroot}/%{_sysconfdir}/profile.d/gpg-agent.sh
install -d %{buildroot}/%{_sysconfdir}/X11/xinit.d
install %{SOURCE3} %{buildroot}/%{_sysconfdir}/X11/xinit.d/gpg-agent
install -d %{buildroot}/%{_sysconfdir}/sysconfig
install %{SOURCE4} %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
%endif
# remove this from package because the content of options.skel is the
# identical for both gnupg 1/2, except for comment
rm -rf %{buildroot}%{_datadir}/gnupg

rm -rf %{buildroot}%{_docdir}/gnupg

# fix file conflict with 'gnupg' package
rm %{buildroot}%{_mandir}/man1/gpg-zip.1

%find_lang %{name}


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.26-3
+ Revision: fa902b0
- Updated to 2.0.26



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16590 |14mr|gnuplot-4.6.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modeversion 0.6.0

Summary:	A program for plotting mathematical expressions and data
Name:		gnuplot
Version:	4.6.5
Release:	1
License:	Freeware-like
Group:		Sciences/Other
Url:		http://www.gnuplot.info/
Source0:	http://downloads.sourceforge.net/project/gnuplot/%{name}/%{version}/%{name}-%{version}.tar.gz
Source1:	http://cars9.uchicago.edu/~ravel/software/gnuplot-mode/gnuplot-mode.%{modeversion}.tar.bz2
Source2:	http://www.gnuplot.info/faq/faq.html
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
Patch0:		gnuplot-4.0.0-emacs-mode--disable-f9.patch
Patch1:		gnuplot-4.6.3-nocrossbuild.patch
BuildRequires:	emacs-bin
BuildRequires:	tetex-latex
BuildRequires:	texinfo
BuildRequires:	texlive-epstopdf
BuildRequires:	gd-devel
BuildRequires:	readline-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
Requires:	gnuplot-nox
Suggests:	gnuplot-mode
Suggests:	gnuplot-doc

%description
Gnuplot is a command-line driven, interactive function plotting program
especially suited for scientific data representation. Gnuplot can be used to
plot functions and data points in both two and three dimensions and in many
different formats.

Install gnuplot if you need a graphics package for scientific data
representation.

This package provides GNUPlot without any X dependency.

%files
%{_bindir}/gnuplot

#----------------------------------------------------------------------------

%package nox
Summary:	A program for plotting mathematical expressions and data
Group:		Sciences/Other
Conflicts:	gnuplot < 4.4.3

%description nox
Gnuplot is a command-line driven, interactive function plotting program
especially suited for scientific data representation. Gnuplot can be used to
plot functions and data points in both two and three dimensions and in many
different formats.

Install gnuplot if you need a graphics package for scientific data
representation.

%files nox
%doc Copyright faq.html
%doc README README.1ST
%doc NEWS PORTING
%{_bindir}/gnuplot-nox
%{_mandir}/*/*
%{_libdir}/gnuplot
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/texmf/tex/latex/gnuplot

#----------------------------------------------------------------------------

%package mode
Summary:	Yet another Gnuplot mode for Emacs
Group:		Sciences/Other
Conflicts:	gnuplot < 4.4.3

%description mode
Gnuplot is a major mode for Emacs flavours with the following features:

 - Functions for plotting lines, regions, entire scripts, or entire files
 - Graphical interface to setting command arguments
 - Syntax colorization
 - Completion of common words in Gnuplot
 - Code indentation
 - On-line help using Info for Gnuplot functions and features
 - Interaction with Gnuplot using comint
 - Pull-down menus plus a toolbar in XEmacs
 - Distributed with a quick reference sheet in postscript.

%files mode
%doc gnuplot-mode.%{modeversion}/gpelcard.pdf
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*.el
%{_datadir}/emacs/site-lisp/*

#----------------------------------------------------------------------------

%package doc
Summary:	GNUPlot Documentation
Group:		Documentation
Conflicts:	gnuplot < 4.4.3

%description doc
Gnuplot is a command-line driven, interactive function plotting program
especially suited for scientific data representation. Gnuplot can be used to
plot functions and data points in both two and three dimensions and in many
different formats.

Install gnuplot if you need a graphics package for scientific data
representation.

This package provides the additional documentation.

%files doc
%doc demo docs/gnuplot.pdf
%{_datadir}/gnuplot

#----------------------------------------------------------------------------

%prep
%setup -q -a 1
%patch0 -p1
%patch1 -p1

perl -pi -e 's|(^\s*)mkinstalldirs\s|$1./mkinstalldirs |' gnuplot-mode.%{modeversion}/Makefile.in
# Non-free stuff. Ouch. -- Geoff
rm -f demo/prob.dem demo/prob2.dem

%build
export CFLAGS="%{optflags} -fno-fast-math"
export CONFIGURE_TOP=..

mkdir build-nox
pushd build-nox
%configure2_5x --with-readline=gnu --with-png --without-linux-vga --without-x --disable-wxwidgets
%make -C src/
%make -C docs/ pdf
popd

mkdir build-x11
pushd build-x11
%configure2_5x --with-readline=gnu --with-png --without-linux-vga
%make
popd

pushd gnuplot-mode.%{modeversion} && {
    ./configure --prefix=/usr
    %make
} && popd

cp -f %{SOURCE2} .
chmod 644 faq.html

%install
pushd build-nox
%makeinstall_std
mv %{buildroot}%{_bindir}/gnuplot %{buildroot}%{_bindir}/gnuplot-nox
popd

pushd build-x11
%makeinstall_std
popd

pushd gnuplot-mode.%{modeversion} && {
    make install prefix=%{buildroot}/usr
    pdflatex gpelcard
    install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
    install -m 644 dotemacs %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el
} && popd

# Copy back from build dir to be able to package those files
pushd build-nox
mv docs/gnuplot.pdf ../docs/
popd

# menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Version=1.0
Name=Gnuplot
Comment=The famous function plotting program
Exec=%{name}
Icon=%{name}
Terminal=true
Type=Application
StartupNotify=true
Categories=Education;Science;Math;DataVisualization;
EOF

# icon
install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png


%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.6.5-1
+ Revision: 9dcd070
- New version 4.6.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16591 |14mr|gnu-regexp-1.1.4-17.0.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support 0
%define section free

Name:           gnu-regexp
Version:        1.1.4
# 10jpp, but need 17 to obsolete old mdv package
Release:        17.0.7
Epoch:          0
Summary:        Java NFA regular expression engine implementation
License:        LGPL
Source0:        ftp://ftp.tralfamadore.com/pub/java/gnu.regexp-1.1.4.tar.gz
Source1:        %{name}.build.xml
BuildRequires:  ant
BuildRequires:  gnu-getopt
BuildRequires:  java-rpmbuild >= 0:1.6
URL:            http://www.cacas.org/java/gnu/regexp/
Group:          Development/Java
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Provides:        gnu.regexp = %{epoch}:%{version}-%{release}
Obsoletes:        gnu.regexp < %{epoch}:%{version}-%{release}

%description
The gnu.regexp package is a pure-Java implementation of a traditional
(non-POSIX) NFA regular expression engine. Its syntax can emulate many
popular development tools, including awk, sed, emacs, perl and grep. For
a relatively complete list of supported and non-supported syntax, refer
to the syntax and usage notes.

%package demo
Summary:        Demo for %{name}
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       gnu.getopt
Group:          Development/Java
Provides:        gnu.regexp-demo = %{epoch}:%{version}-%{release}
Obsoletes:        gnu.regexp-demo < %{epoch}:%{version}-%{release}

%description demo
Demonstrations and samples for %{name}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Provides:        gnu.regexp-javadoc = %{epoch}:%{version}-%{release}
Obsoletes:        gnu.regexp-javadoc < %{epoch}:%{version}-%{release}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n gnu.regexp-%{version}
%__cp -a %{SOURCE1} build.xml
%remove_java_binaries

%build
export OPT_JAR_LIST=:
export CLASSPATH=$(build-classpath gnu.getopt)
%{ant} jar javadoc

%install
%__rm -rf %{buildroot}

# jars
%__mkdir_p %{buildroot}%{_javadir}
%__cp -a build/lib/gnu.regexp.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %__ln_s ${jar} `echo $jar| sed "s|-%{version}||g"`; done
%__ln_s %{name}.jar gnu.regexp.jar)

# demo
%__mkdir_p %{buildroot}%{_datadir}/%{name}/gnu/regexp/util
%__cp -a build/classes/gnu/regexp/util/*.class \
  %{buildroot}%{_datadir}/%{name}/gnu/regexp/util

# javadoc
%__mkdir_p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a build/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %__ln_s %{name}-%{version} %{name})

%{gcj_compile}

%clean
%__rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc COPYING COPYING.LIB README TODO docs/*.html
%{_javadir}/*
%{gcj_files}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%dir %{_javadocdir}/%{name}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.1.4-17.0.7
+ Revision: 014cd45
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16592 |14mr|gnutls-3.2.15-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define dirver %(echo %{version}|cut -d. -f1,2,3)

%define major 28
%define sslmajor 27
%define xsslmajor 0
%define libname %mklibname %{name} %{major}
%define libnamexx %mklibname %{name}xx %{major}
%define libssl %mklibname %{name}-openssl %{sslmajor}
%define libxssl %mklibname %{name}-xssl %{xsslmajor}
%define devname %mklibname %{name} -d

Summary:	Library providing a secure layer (SSL)
Name:		gnutls
Version:	3.2.15
Release:	3
License:	GPLv2+ and LGPLv2+
Group:		System/Libraries
Url:		http://www.gnutls.org
Source0:	ftp://ftp.gnutls.org/gcrypt/gnutls/v%{url_ver}/%{name}-%{version}.tar.xz
Patch1:		gnutls-3.2.7-rpath.patch
# Use only FIPS approved ciphers in the FIPS mode
Patch7:		gnutls-2.12.21-fips-algorithms.patch
Patch8:		gnutls-3.1.11-nosrp.patch

BuildRequires:	liblzo-devel
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libtasn1)
BuildRequires:	pkgconfig(nettle)
BuildRequires:	pkgconfig(p11-kit-1)
%ifnarch %{arm} %{mips} aarch64
BuildRequires:	valgrind
%endif

%description
GnuTLS is a project that aims to develop a library which provides 
a secure layer, over a reliable transport layer.

%files
%doc NEWS README
%{_bindir}/[cgs]*
%{_bindir}/danetool
%{_bindir}/psktool
%{_bindir}/p11tool
%{_bindir}/ocsptool
%{_mandir}/man?/*
%{_infodir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library providing a secure layer (SSL)
Group:		System/Libraries
Requires:	%{name}-locales
# To avoid file conflicts when both 32 and 64 bit old libraries are installed
%if "%{_lib}" == "lib64"
Conflicts:	lib%{name}%{major} < 3.2.15
%endif

%description -n %{libname}
This package contains a shared library for %{name}.

%files -n %{libname}
%{_libdir}/libgnutls.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamexx}
Summary:	Library providing a secure layer (SSL)
Group:		System/Libraries
Conflicts:	%{_lib}gnutls28 < 3.2.15

%description -n %{libnamexx}
This package contains a shared library for %{name}.

%files -n %{libnamexx}
%{_libdir}/libgnutlsxx.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libssl}
Summary:	Library providing a secure layer (SSL)
Group:		System/Libraries
Conflicts:	%{_lib}gnutls-ssl27 < 3.2.15
Obsoletes:	%{_lib}gnutls-ssl27 < 3.2.15

%description -n %{libssl}
This package contains a shared library for %{name}.

%files -n %{libssl}
%{_libdir}/libgnutls-openssl.so.%{sslmajor}*

#----------------------------------------------------------------------------

%package -n %{libxssl}
Summary:	Library providing a secure layer (SSL)
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{libxssl}
This package contains a shared library for %{name}.

%files -n %{libxssl}
%{_libdir}/libgnutls-xssl.so.%{xsslmajor}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamexx} = %{EVRD}
Requires:	%{libssl} = %{EVRD}
Requires:	%{libxssl} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains all necessary files to compile or develop
programs/libraries that use %{name}.

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/gnutls

#----------------------------------------------------------------------------

%package locales
Summary:	Locale files for GnuTLS
Group:		System/Internationalization
BuildArch:	noarch
Conflicts:	%{_lib}gnutls28 < 3.2.15

%description
Locale files for GnuTLS main library.

%files locales -f %{name}.lang

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{dirver}
%patch1 -p1 -b .rpath
# This patch is not applicable as we use nettle now but some parts will be
# later reused.
# patch7 -p1 -b .fips
%patch8 -p1 -b .nosrp

sed 's/gnutls_srp.c//g' -i lib/Makefile.in
sed 's/gnutls_srp.lo//g' -i lib/Makefile.in

%build
%configure2_5x \
	--disable-static \
	--with-included-libtasn1=no \
	--disable-srp-authentication \
	--with-libz-prefix=%{_prefix} \
%ifnarch %{arm} %{mips} aarch64
	--enable-valgrind-tests \
%endif
	--disable-non-suiteb-curves \
	--disable-rpath \
	--disable-guile

%make

%install
%makeinstall_std

%find_lang %{name}

%check
#make check

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.15-3
+ Revision: cacbc1d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16593 |14mr|gnu-trove-1.0.2-5.0.12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
%define gcj_support 1
%define section devel
%define short_name trove

Summary:        High performance collections for Java
Name:           gnu-%{short_name}
Version:        1.0.2
Release:        5.0.12
Epoch:          0
License:        LGPL
URL:            http://trove4j.sourceforge.net/
Group:          Development/Java
Source0:        trove-1.0.2.tar.gz
Source1:        trove-build.xml
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit >= 0:1.6
BuildRequires:  junit
BuildRequires:  locales-en
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel
BuildRequires:  locales-en
%endif
Provides:       gnu.trove = %{epoch}:%{version}-%{release}
Obsoletes:      gnu.trove < %{epoch}:%{version}-%{release}

%description
The GNU Trove library has two objectives: 

Provide "free" (as in "free speech" and "free beer"), 
fast, lightweight implementations of the java.util 
Collections API. These implementations are designed 
to be pluggable replacements for their JDK equivalents. 

Whenever possible, provide the same collections support 
for primitive types. This gap in the JDK is often 
addressed by using the "wrapper" classes 
(java.lang.Integer, java.lang.Float, etc.) with 
Object-based collections. For most applications, however, 
collections which store primitives directly will require 
less space and yield significant performance gains. 


%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Provides:       gnu.trove-javadoc = %{epoch}:%{version}-%{release}
Obsoletes:      gnu.trove-javadoc < %{epoch}:%{version}-%{release}

%description javadoc
%{summary}.

%prep
%setup -q -n %{short_name}-%{version}
cp %{SOURCE1} build.xml

%build
export LC_ALL=en_US.ISO-8859-1
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=
%{ant} -Dbuild.sysclasspath=only dist

%install
# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p target/%{short_name}-%{version}.jar \
      $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done
ln -sf %{name}.jar gnu.trove.jar)

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif


%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}
%doc %{_javadocdir}/%{name}-%{version}

# -----------------------------------------------------------------------------



%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0.2-5.0.12
+ Revision: 3e5c83c
- Build with en_US.ISO-8859-1 locale



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16594 |14mr|gob2-2.0.18-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK+ Object Builder
Name:		gob2
Version:	2.0.18
Release:	6
License:	GPLv2+
Group:		Development/GNOME and GTK+
Source:		http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
URL:		http://www.5z.com/jirka/linux.html#gob
BuildRequires:	flex
BuildRequires:	glib2-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
GOB2 is a simple preprocessor for making GTK+ objects.  It makes objects
from a single file which has inline C code so that you don't have to edit
the generated files.  Syntax is somewhat inspired by java and yacc.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc README AUTHORS NEWS TODO ChangeLog
%doc examples
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/aclocal/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.18-6
+ Revision: 37e93dc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16595 |14mr|gobject-introspection-1.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define build_bootstrap	0
%define api 1.0
%define major 1
%define libname %mklibname girepository %{api} %{major}
%define devname %mklibname -d girepository

Summary:	GObject Introspection
Name:		gobject-introspection
Version: 	1.40.0
Release: 	3
License:	GPLv2+, LGPLv2+, MIT
Group:		Development/C
Url:		http://live.gnome.org/GObjectIntrospection
Source0:	http://ftp.acc.umu.se/pub/GNOME/sources/gobject-introspection/1.40/%{name}-%{version}.tar.xz
# gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates typelib()-style Provides/Requires.
Source1:	gi-find-deps.sh
Source2:	typelib.macros
Source3:	gobject-introspection-typelib.template
# PATCH-FIX-UPSTREAM g-ir-dep-tool.patch bgo#665672 dimstar@opensuse.org -- Add g-ir-dep-tool to get further automatic dependencies.
Patch0:		g-ir-dep-tool.patch

BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libtool
# this could be removed if the typelib stuff is backported
BuildRequires:	rpm >= 5.4.7-14
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(cairo-gobject)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(python)
BuildRequires:	python-mako
BuildRequires:	automake
# these are needed by the g-ir-dep-tool
%if !%{build_bootstrap}
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.32.0
BuildRequires:	gobject-introspection >= 1.32.0-2
%endif

Requires:	%{libname} = %{version}-%{release}
Conflicts:	%mklibname girepository 1.0 0 < 0.6.10-5
%rename		gir-repository

# Provide typelib() symbols based on gobject-introspection-typelib.template
# The template is checked during install if it matches the installed *.typelib files.
%if %{build_bootstrap}
%(cat %{SOURCE3} | awk '{ print "Provides: " $0}')
%endif

%description
The goal of the project is to describe the APIs and  collect them in
a uniform, machine readable format.

%package -n %{libname}
Group:		System/Libraries
Summary:	GObject Introspection shared library
Conflicts:	%{name} < 0.6.8-2

%description -n %{libname}
The goal of the project is to describe the APIs and  collect them in
a uniform, machine readable format.

%package -n %{devname}
Group:		Development/C
Summary:	GObject Introspection development libraries
# these two pkgs are needed for typelib requires generation
Requires:	%{name} = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
#gw /usr/bin/libtool is called in giscanner
Requires:	libtool
Provides:	libgirepository-devel = %{version}-%{release}
Provides:	girepository-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
The goal of the project is to describe the APIs and  collect them in
a uniform, machine readable format.

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--disable-static

%make V=1

%install
%makeinstall_std
install -D %{SOURCE1} %{buildroot}%{_rpmhome}/gi-find-deps.sh
install -D %{SOURCE2} -m 0644 %{buildroot}%{_rpmhome}/macros.d/typelib

# comparing, if we provide all the symbols expected.
%if %{build_bootstrap}
ls %{buildroot}%{_libdir}/girepository-1.0/*.typelib | sh %{SOURCE1} -P > gobject-introspection-typelib.installed
diff -s %{SOURCE3} gobject-introspection-typelib.installed
%endif

#%check
#make check

%define typelibnames DBus-1.0 DBusGLib-1.0 GIRepository-2.0 GL-1.0 GLib-2.0 GModule-2.0 GObject-2.0 Gio-2.0 cairo-1.0 fontconfig-2.0 freetype2-2.0 libxml2-2.0 xfixes-4.0 xft-2.0 xlib-2.0 xrandr-1.3

%files
%doc README
%dir %{_libdir}/girepository-%{api}
%{_libdir}/girepository-%{api}/*.typelib

%files -n %{libname}
%{_libdir}/libgirepository-%{api}.so.%{major}*

%files -n %{devname}
%doc ChangeLog TODO NEWS AUTHORS
%{_bindir}/g-ir-annotation-tool
%{_bindir}/g-ir-compiler
%{_bindir}/g-ir-dep-tool
%{_bindir}/g-ir-generate
%{_bindir}/g-ir-scanner
%{_bindir}/g-ir-doc-tool
%{_libdir}/%{name}
%{_libdir}/libgirepository-%{api}.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}-%{api}
%{_datadir}/aclocal/*.m4
%{_datadir}/%{name}-%{api}
#%{_datadir}/gtk-doc/html/gi
%dir %{_datadir}/gir-%{api}
%{_datadir}/gir-%{api}/*.gir
%{_rpmhome}/gi-find-deps.sh
%{_rpmhome}/macros.d/typelib
%{_mandir}/man1/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40.0-3
+ Revision: 6ebc098
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16596 |14mr|gocr-0.49-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_as_needed 1

Summary:	OCR (Optical Character Recognition) program
Name:		gocr
Version:	0.49
Release:	2
License:	GPLv2
Group:		Graphics
URL:		http://jocr.sourceforge.net/
Source0:	http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-%{version}.tar.gz
Source1:	http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-%{version}.tar.gz.asc
Source2:	%{name}-icons.tar.bz2
#Patch0:	gocr-0.39-includes.patch
BuildRequires:	libnetpbm-devel
BuildRoot:	%{_tmppath}/%{name}-buildroot

Obsoletes:	%{name}-devel <= 0.48

%description
GOCR is an optical character recognition program, released under the
GNU General Public License. It reads images in many formats (pnm, pbm,
pgm, ppm, some pcx and tga image files (or PNM from stdin); if
pnm-tools installed and running linux-like system you can also use
pnm.gz, pnm.bz2, png, jpg, tiff, gif, bmp and others) and outputs
a text file.

#%package -n	%{name}-devel
#Summary:	Development tools for gocr
#Group:		Development/C

#%description -n	%{name}-devel
#GOCR is an optical character recognition program, released under the
#GNU General Public License. It reads images in many formats (pnm, pbm,
#pgm, ppm, some pcx and tga image files (or PNM from stdin); if
#pnm-tools installed and running linux-like system you can also use
#pnm.gz, pnm.bz2, png, jpg, tiff, gif, bmp and others) and outputs
#a text file.

#If you want to develop programs which will manipulate gocr, you should 
#install gocr-devel.  You'll also need to install the gocr package.

#%package -n %{name}-gtk
#Summary:	Gtk+ frontend for gocr
#Group: 		Graphics
#Requires:	%{name} = %{version}
#BuildRequires:  gtk+1.2-devel 

#%description -n %{name}-gtk
#GOCR is an optical character recognition program, released under the
#GNU General Public License. It reads images in many formats (pnm, pbm,
#pgm, ppm, some pcx and tga image files (or PNM from stdin); if
#pnm-tools installed and running linux-like system you can also use
#pnm.gz, pnm.bz2, png, jpg, tiff, gif, bmp and others) and outputs
#a text file.

#Gtk+-based frontend for gocr.
	
%prep
%setup -q
#patch0 -p1 -b .includes

%build
%configure2_5x
%make

# NOTE: we apparently need it (BuildRequires), so make sure gocr is
# built against netpbm
ldd src/gocr | grep -q libnetpbm || exit 1

#cd frontend/gnome
#%%configure --prefix=%{_xprefix} --bindir=%{_xbindir}
#%%make 

%install
rm -rf %{buildroot}

%makeinstall_std

#ln -sf gnome/mkinstalldirs frontend/mkinstalldirs
#make -C frontend/gnome install DESTDIR=%buildroot

# Menu
#mkdir -p %{buildroot}/{%{_miconsdir},%{_liconsdir},%{_menudir}}
#bzcat %{SOURCE2}|tar xf - -C %buildroot/%{_datadir}

mkdir -p %buildroot%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-%{name}-gtk.desktop
[Desktop Entry]
Type=Application
Exec=%{_xbindir}/gtk-ocr
Icon=%{name}
Categories=Graphics;Viewer;
Name=Gtk-ocr
Comment=Gtk-ocr is a gtk frontend for gocr
EOF

#%post -n %name-gtk
#%{update_menus}
   
#%postun -n %name-gtk
#%{clean_menus}
   
%clean
rm -rf %{buildroot}

%files -n %{name}
%defattr(-, root, root)
%doc AUTHORS BUGS CREDITS HISTORY README REMARK.txt REVIEW TODO
%doc doc/{examples.txt,gocr.html,unicode.txt}
%{_mandir}/man1/*
%attr(755,root,root) %{_bindir}/*
%{_datadir}/applications/mandriva-%{name}-gtk.desktop

#%files -n %{name}-devel
#%defattr(-, root, root)
#%doc AUTHORS
#%{_libdir}/libPgm2asc.a
#%{_includedir}/gocr.h

#%files -n %{name}-gtk
#%defattr(-, root, root)
#%doc frontend/gnome/{AUTHORS,README,TODO}
#%{_menudir}/*
#%{_iconsdir}/*
#%attr(755,root,root) %{_xbindir}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.49-2
+ Revision: 512d413
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16597 |14mr|gofer-0.74-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    gofer
Version: 0.74
Release: 2
Summary: A lightweight, extensible python agent
Group:   Development/Other
License: LGPLv2
URL:     https://fedorahosted.org/gofer/
Source0: https://fedorahosted.org/releases/g/o/gofer/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: gzip
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-rpm
Requires: python-%{name} = %{version}
Requires: python-iniparse

%description
Gofer provides an extensible, light weight, universal python agent.
The gofer core agent is a python daemon (service) that provides
infrastructure for exposing a remote API and for running Recurring
Actions. The APIs contributed by plug-ins are accessible by Remote
Method Invocation (RMI). The transport for RMI is AMQP using the
QPID message broker. Actions are also provided by plug-ins and are
executed at the specified interval.

%prep
%setup -q

%build
pushd src
python setup.py build
popd
pushd docs/man/man1
gzip *
popd

%install
pushd src
python setup.py install -O1 --skip-build --root %{buildroot}
#pushd ruby
#mkdir -p %{buildroot}/%{ruby_sitelibdir}/%{name}/rmi
#mkdir -p %{buildroot}/%{ruby_sitelibdir}/%{name}/messaging
#cp %{name}.rb %{buildroot}/%{ruby_sitelibdir}
#pushd %{name}
#cp *.rb %{buildroot}/%{ruby_sitelibdir}/%{name}
#pushd rmi
#cp *.rb %{buildroot}/%{ruby_sitelibdir}/%{name}/rmi
#popd
#pushd messaging
#cp *.rb %{buildroot}/%{ruby_sitelibdir}/%{name}/messaging
#popd
#popd
#popd
popd

mkdir -p %{buildroot}/usr/bin
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/plugins
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/conf.d
mkdir -p %{buildroot}/%{_sysconfdir}/init.d
mkdir -p %{buildroot}/%{_var}/log/%{name}
mkdir -p %{buildroot}/%{_var}/lib/%{name}/journal/watchdog
mkdir -p %{buildroot}/%{_usr}/lib/%{name}/plugins
mkdir -p %{buildroot}/%{_usr}/share/%{name}/plugins
mkdir -p %{buildroot}/%{_mandir}/man1

cp bin/%{name}d %{buildroot}/usr/bin
cp etc/init.d/%{name}d %{buildroot}/%{_sysconfdir}/init.d
cp etc/%{name}/*.conf %{buildroot}/%{_sysconfdir}/%{name}
cp etc/%{name}/plugins/*.conf %{buildroot}/%{_sysconfdir}/%{name}/plugins
cp src/plugins/*.py %{buildroot}/%{_usr}/share/%{name}/plugins
cp docs/man/man1/* %{buildroot}/%{_mandir}/man1

rm -rf %{buildroot}/%{python_sitelib}/%{name}*.egg-info

# Disable virt plugin for now
rm -f %{buildroot}%{_sysconfdir}/%{name}/plugins/virt.conf
rm -f %{buildroot}%{_usr}/share/%{name}/plugins/virt.*

%files
%dir %{_sysconfdir}/%{name}/
%dir %{_sysconfdir}/%{name}/plugins
%dir %{_usr}/lib/%{name}/plugins/
%dir %{_usr}/share/%{name}/plugins/
%dir %{_sysconfdir}/%{name}/conf.d/
%dir %{_var}/log/%{name}/
%{python_sitelib}/%{name}/agent/
%{_bindir}/%{name}d
%attr(755,root,root) %{_sysconfdir}/init.d/%{name}d
%config(noreplace) %{_sysconfdir}/%{name}/agent.conf
%config(noreplace) %{_sysconfdir}/%{name}/plugins/builtin.conf
%{_usr}/share/%{name}/plugins/builtin.*
%doc LICENSE
%doc %{_mandir}/man1/gofer*

%post
chkconfig --add %{name}d

%preun
if [ $1 = 0 ] ; then
   /sbin/service %{name}d stop >/dev/null 2>&1
   /sbin/chkconfig --del %{name}d
fi


###############################################################################
# python lib
###############################################################################

%package -n python-%{name}
Summary: Gofer python lib modules
Group: Development/Python
Obsoletes: %{name}-lib
BuildRequires: python
Requires: python-simplejson
Requires: python-qpid >= 0.7
Requires: pythonegg(pypam)
%if 0%{?rhel} && 0%{?rhel} < 6
Requires: python-hashlib
Requires: python-uuid
Requires: python-ssl
%endif

%description -n python-%{name}
Contains gofer python lib modules.

%files -n python-%{name}
%{python_sitelib}/%{name}/*.py*
%{python_sitelib}/%{name}/rmi/
%{python_sitelib}/%{name}/messaging/
%doc LICENSE

###############################################################################
# ruby lib
###############################################################################

#%package -n ruby-%{name}
#Summary: Gofer ruby lib modules
#Group: Development/Ruby
#BuildRequires: ruby
#Requires: rubygems
#Requires: rubygem(json)
#Requires: rubygem(qpid) >= 0.16.0
#
#%description -n ruby-%{name}
#Contains gofer ruby lib modules.
#
#%files -n ruby-%{name}
#%{ruby_sitelibdir}/%{name}.rb
#%{ruby_sitelibdir}/%{name}/*.rb
#%{ruby_sitelibdir}/%{name}/rmi/
#%{ruby_sitelibdir}/%{name}/messaging/
#%doc LICENSE
#

###############################################################################
# plugin: system
###############################################################################

%package -n gofer-system
Summary: The system plug-in
Group: Development/Other
BuildRequires: python
Requires: %{name} >= %{version}

%description -n gofer-system
Contains the system plug-in.
The system plug-in provides system functionality.

%files -n gofer-system
%config(noreplace) %{_sysconfdir}/%{name}/plugins/system.conf
%{_usr}/share/%{name}/plugins/system.*
%doc LICENSE


###############################################################################
# plugin: watchdog
###############################################################################

%package -n gofer-watchdog
Summary: The watchdog plug-in
Group: Development/Other
BuildRequires: python
Requires: %{name} >= %{version}

%description -n gofer-watchdog
Contains the watchdog plug-in.
This plug-in is used to support time out
for asynchronous RMI calls.

%files -n gofer-watchdog
%config(noreplace) %{_sysconfdir}/%{name}/plugins/watchdog.conf
%{_usr}/share/%{name}/plugins/watchdog.*
%{_var}/lib/%{name}/journal/watchdog
%doc LICENSE


###############################################################################
# plugin: virt
###############################################################################

#%package -n gofer-virt
#Summary: The virtualization plugin
#Group: Development/Other
#BuildRequires: python
#Requires: libvirt-python
#Requires: %{name} >= %{version}
#
#%description -n gofer-virt
#Contains the virtualization plugin.
#This plug-in provides RMI access to libvirt functionality.
#
#%files -n gofer-virt
#%config(noreplace) %{_sysconfdir}/%{name}/plugins/virt.conf
#%{_usr}/share/%{name}/plugins/virt.*
#%doc LICENSE
#

###############################################################################
# plugin: package
###############################################################################

%package -n gofer-package
Summary: The package (RPM) plugin
Group: Development/Other
BuildRequires: python
#Requires: yum
Requires: %{name} >= %{version}

%description -n gofer-package
Contains the package plugin.
This plug-in provides RMI access to package (RPM) management.

%files -n gofer-package
%config(noreplace) %{_sysconfdir}/%{name}/plugins/package.conf
%{_usr}/share/%{name}/plugins/package.*
%doc LICENSE

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.74-2
+ Revision: 79798fe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16598 |14mr|goffice-0.10.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api	0.10
%define major	10
%define libname	%mklibname %{name} %{api} %{major}
%define devname	%mklibname %{name} %{api} -d
%define girname	%mklibname %{name}-gir %{api}

Summary:	Set of document centric objects and utilities for GLib/GTK
Name:		goffice
Version:	0.10.9
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/goffice/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	perl-IO-Compress
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(librsvg-2.0)
Obsoletes:	goffice0 < 0.10

%description
There are common operations for document centric applications that are
conceptually simple, but complex to implement fully.
 - plugins
 - load/save documents
 - undo/redo

%files -f %{name}-%{version}.lang
%doc README NEWS AUTHORS BUGS MAINTAINERS
%{_libdir}/%{name}/%{version}/
%dir %{_libdir}/%{name}/

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	%{summary}
Group:		%{group}

%description -n %{libname}
Shared library implementing document centric objects and utilities for
GLib/GTK.

%files -n %{libname}
%{_libdir}/libgoffice-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/GOffice-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	%{summary}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files of the Goffice library.

%files -n %{devname}
%{_includedir}/libgoffice-%{api}/
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/goffice-%{api}/
%{_datadir}/gir-1.0/*.gir

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-introspection=yes

%make

%install
%makeinstall_std
%find_lang %{name}-%{version}


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.9-3
+ Revision: 5c82b01
- Obsolete goffice0 as we dropped it



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16599 |14mr|goffice0.8-0.8.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define origname goffice

%define api 0.8
%define major 8
%define libname %mklibname %{origname} %{api}_%{major}
%define develname %mklibname -d %{origname} %{api}

Summary:	Set of document centric objects and utilities for glib/gtk
Name:		%{origname}%{api}
Version:	0.8.17
Release:	2
License:	GPLv2
Group:		System/Libraries
Url:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/goffice/%{origname}-%{version}.tar.xz
Patch0:		goffice-0.8.17-no-pcre.patch
BuildRequires:	pkgconfig(glib-2.0) >= 2.8.0
BuildRequires:	pkgconfig(gobject-2.0) >= 2.16.0
BuildRequires:	pkgconfig(gmodule-2.0) >= 2.16.0
BuildRequires:	pkgconfig(gio-2.0) >= 2.16.0
BuildRequires:	pkgconfig(libgsf-1) >= 1.14.9
BuildRequires:	pkgconfig(libxml-2.0) >= 2.4.12
BuildRequires:	pkgconfig(pango) >= 1.8.1
BuildRequires:	pkgconfig(pangocairo) >= 1.8.1
BuildRequires:	pkgconfig(cairo) >= 1.2.0
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.12.0
BuildRequires:	pkgconfig(cairo-ps) >= 1.2.0
BuildRequires:	pkgconfig(cairo-pdf) >= 1.2.0
BuildRequires:	pkgconfig(cairo-svg) >= 1.2.0
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	gtk-doc
BuildRequires:	intltool
Conflicts:	goffice < 0.9

%description
There are common operations for document centric applications that are
conceptually simple, but complex to implement fully.
    - plugins
    - load/save documents
    - undo/redo

%package -n %{libname}
Summary:	Set of document centric objects and utilities for glib/gtk
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{libname}
Shared library implementing document centric objects and utilities for glib/gtk

%package -n %{develname}
Summary:	Set of document centric objects and utilities for glib/gtk
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files of the Goffice library.

%prep
%setup -qn %{origname}-%{version}
%patch0 -p1

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{origname}-%{version}

%files -f %{origname}-%{version}.lang
%doc README NEWS AUTHORS BUGS MAINTAINERS
%{_datadir}/%{origname}/%{version}
%{_datadir}/pixmaps/%{origname}/%{version}

%files -n %{libname}
%{_libdir}/libgoffice-%{api}.so.%{major}*
%{_libdir}/%{origname}/%{version}

%files -n %{develname}
%{_includedir}/libgoffice-%{api}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/goffice-%{api}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.17-2
+ Revision: 2f7b8bf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16600 |14mr|goocanvas-1.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname goocanvas %{major}
%define develname %mklibname -d goocanvas

Name:		goocanvas
Version:	1.0.0
Release:	7
Summary:	New canvas widget for GTK+ that uses the cairo 2D library
Group:		Development/GNOME and GTK+
License:	LGPL+
URL:		http://sourceforge.net/projects/goocanvas
Source:		http://ftp.gnome.org/pub/GNOME/sources/goocanvas/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	gnome-doc-utils
BuildRequires:	intltool

%description
GooCanvas is a new canvas widget for GTK+ that uses the cairo 2D library for 
drawing. It has a model/view split, and uses interfaces for canvas items and 
views, so you can easily turn any application object into canvas items.

%package -n %{libname}
Summary:	New canvas widget for GTK+ that uses the cairo 2D library
Group:		System/Libraries
Requires:	%{name}-i18n >= %{version}
Provides:	lib%{name} = %{version}-%{release}

%description -n %{libname}
This package contains the shared library for goocanvas.

%package i18n
Summary:	New canvas widget for GTK+ that uses the cairo 2D library
Group:		System/Internationalization

%description i18n
This package contains the translations for goocanvas.

%package -n %{develname}
Summary:	New canvas widget for GTK+ that uses the cairo 2D library
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the development libraries, include files 
and documentation.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make LIBS=-lm

%install
%makeinstall_std

%find_lang %{name}

%files -n %{libname}
%doc README COPYING AUTHORS
%{_libdir}/libgoocanvas.so.%{major}*

%files i18n -f %{name}.lang

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/%{name}
%{_includedir}/%{name}-1.0
%{_libdir}/*.so
%{_libdir}/pkgconfig/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-7
+ Revision: 740b9ba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16601 |14mr|goocanvas2-2.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname goocanvas

%define major		9
%define api		2.0
%define gmajor		2.0
%define libname		%mklibname %{oname} %{api} %{major}
%define develname	%mklibname -d %{oname} %{api}
%define girname		%mklibname %{oname}-gir %{gmajor}

%define url_ver %(echo %version | cut -d. -f1,2)

Name:		goocanvas2
Version:	2.0.2
Release:	2
Summary:	New canvas widget for GTK+ that uses the cairo 2D library
Group:		Development/GNOME and GTK+
License:	LGPL+
URL:		http://sourceforge.net/projects/goocanvas
Source0:	http://download.gnome.org/sources/%{oname}/%{url_ver}/%{oname}-%{version}.tar.xz
BuildRequires:	gtk+3-devel >= 3.0.0
BuildRequires:	gnome-doc-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0)

%description
GooCanvas is a new canvas widget for GTK+ that uses the cairo 2D library for 
drawing. It has a model/view split, and uses interfaces for canvas items and 
views, so you can easily turn any application object into canvas items.

%package -n %{libname}
Summary:	New canvas widget for GTK+ that uses the cairo 2D library
Group:		System/Libraries
Requires:	%{name}-i18n >= %{version}
Provides:	lib%{name} = %{version}-%{release}
Obsoletes:	%{_lib}goocanvas-2.0_9 < 2.0.1

%description -n %{libname}
This package contains the shared library for goocanvas.

%package i18n
Summary:	New canvas widget for GTK+ that uses the cairo 2D library
Group:		System/Internationalization

%description i18n
This package contains the translations for goocanvas.

%package -n %{develname}
Summary:	New canvas widget for GTK+ that uses the cairo 2D library
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}goocanvas-2.0-devel < 2.0.1

%description -n %{develname}
This package contains the development libraries, include files 
and documentation.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x \
	--enable-introspection=yes \
	--disable-static
%make LIBS=-lm

%install
rm -rf %{buildroot}
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.la

%find_lang %{name}

%files -n %{libname}
%doc README COPYING AUTHORS
%{_libdir}/lib%{oname}-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GooCanvas-%{gmajor}.typelib

%files i18n -f %{name}.lang

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/%{name}
%{_includedir}/%{oname}-%{api}
%{_libdir}/lib%{oname}-%{api}.so
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/GooCanvas-%{gmajor}.gir



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.2-2
+ Revision: cc7f976
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16602 |14mr|google-gadgets-0.11.3-0.1292.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# We actually use libtool to load modules
%define dont_remove_libtool_files 1

# Currently broken
%bcond_with xulrunner

Summary:	Google Gadgets for Linux
Name:		google-gadgets
Version:	0.11.3
Release:	0.1292.2
License:	Apache License
Group:		Toys
# Actually svn rev. 1292 -- the latest released version doesn't build
# with modern compilers
Url:		http://code.google.com/p/google-gadgets-for-linux/
Source0:	http://google-gadgets-for-linux.googlecode.com/files/%{name}-for-linux-%{version}.tar.xz
Patch0:		google-gadgets-for-linux-0.11.2-default-disable-xulrunner.patch
Patch1:		ggadgets-compile.patch
Patch2:		google-gadgets-for-linux-0.12-xulrunner-2.0.patch

BuildRequires:	desktop-file-utils
BuildRequires:	flex
BuildRequires:	zip
BuildRequires:	curl-devel
BuildRequires:	libltdl-devel
BuildRequires:	gtk2-devel
BuildRequires:	qt4-devel
BuildRequires:	dbus-devel
BuildRequires:	startup-notification-devel
%if %{with xulrunner}
Buildrequires:	xulrunner-devel
%endif
BuildRequires:	webkitgtk-devel
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	librsvg-devel
BuildRequires:	libgstreamer0.10-plugins-base-devel

%description
Google Gadgets for Linux provides a platform for running desktop gadgets
under Linux, catering to the unique needs of Linux users. It is compatible
with the gadgets written for Google Desktop for Windows as well as the
Universal Gadgets on iGoogle.

#-----------------------------------------------------------------------

%package common
Summary:	Google Gadgets for Linux - common modules
Group:		Toys
Requires:	curl
Conflicts:	%{name} < 0.10.3-2
Conflicts:	%{name}-tk < 0.10.3-2
Obsoletes:	%{name}-webkit
Obsoletes:	%{name}-xul

%description common
Google Gadgets for Linux provides a platform for running desktop gadgets
under Linux, catering to the unique needs of Linux users. It is compatible
with the gadgets written for Google Desktop for Windows as well as the
Universal Gadgets on iGoogle.

This package contains common modules of Google Gadgets.

%files common -f %{name}.lang
%doc NEWS THANKS README ChangeLog
%{_datadir}/pixmaps/google-gadgets.png
%{_datadir}/mime/packages/00-google-gadgets.xml
%{_iconsdir}/*/*/*/*
%{_datadir}/google-gadgets
%dir %{_libdir}/google-gadgets/modules
%{_libdir}/google-gadgets/modules/analytics-usage-collector.*
%{_libdir}/google-gadgets/modules/curl-xml-http-request.*
%{_libdir}/google-gadgets/modules/dbus-script-class.*
%{_libdir}/google-gadgets/modules/default-framework.*
%{_libdir}/google-gadgets/modules/default-options.*
%{_libdir}/google-gadgets/modules/gst-audio-framework.*
%{_libdir}/google-gadgets/modules/gst-video-element.*
%{_libdir}/google-gadgets/modules/google-gadget-manager.*
%{_libdir}/google-gadgets/modules/html-flash-element.*
%{_libdir}/google-gadgets/modules/libxml2-xml-parser.*
%{_libdir}/google-gadgets/modules/linux-system-framework.*
%{_libdir}/google-gadgets/modules/soup-xml-http-request.*
%{_libdir}/google-gadgets/modules/webkit-script-runtime.*
%if %{with xulrunner}
%{_libdir}/google-gadgets/modules/smjs-script-runtime.*
%endif

#-----------------------------------------------------------------------

%define majorggadget 0
%define libggadget %mklibname ggadget 1.0 %{majorggadget}

%package -n %{libggadget}
Summary:	Google Gadgets for Linux - shared libs
Group:		Toys

%description -n %{libggadget}
This package contains shared library of Google Gadgets.

%files -n %{libggadget}
%{_libdir}/libggadget-1.0.so.%{majorggadget}*

#-----------------------------------------------------------------------

%define majorggadgetdbus 0
%define libggadgetdbus %mklibname ggadget-dbus 1.0 %{majorggadgetdbus}

%package -n %{libggadgetdbus}
Summary:	Google Gadgets for Linux - shared libs
Conflicts:	%{_lib}ggadget1.0_0 < 0.11.0-6
Group:		Toys

%description -n %{libggadgetdbus}
This package contains shared library of Google Gadgets.

%files -n %{libggadgetdbus}
%{_libdir}/libggadget-dbus-1.0.so.%{majorggadgetdbus}*

#-----------------------------------------------------------------------

%define majorggadgetjs 0
%define libggadgetjs %mklibname ggadget-js 1.0 %{majorggadgetjs}

%package -n %{libggadgetjs}
Summary:	Google Gadgets for Linux - shared libs
Conflicts:	%{_lib}ggadget1.0_0 < 0.11.0-6
Group:		Toys

%description -n %{libggadgetjs}
This package contains shared library of Google Gadgets.

%files -n %{libggadgetjs}
%{_libdir}/libggadget-js-1.0.so.%{majorggadgetjs}*

#-----------------------------------------------------------------------

%define majorggadgetxdg 0
%define libggadgetxdg %mklibname ggadget-xdg 1.0 %{majorggadgetxdg}

%package -n %{libggadgetxdg}
Summary:	Google Gadgets for Linux - shared libs
Conflicts:	%{_lib}ggadget1.0_0 < 0.11.0-6
Group:		Toys

%description -n %{libggadgetxdg}
This package contains shared library of Google Gadgets.

%files -n %{libggadgetxdg}
%{_libdir}/libggadget-xdg-1.0.so.%{majorggadgetxdg}*

#-----------------------------------------------------------------------

%define majorggadgetnpapi 0
%define libggadgetnpapi %mklibname ggadget-npapi 1.0 %{majorggadgetnpapi}

%package -n %{libggadgetnpapi}
Summary:	Google Gadgets for Linux - shared libs
Conflicts:	%{_lib}ggadget1.0_0 < 0.11.0-6
Group:		Toys

%description -n %{libggadgetnpapi}
This package contains shared library of Google Gadgets.

%files -n %{libggadgetnpapi}
%{_libdir}/libggadget-npapi-1.0.so.%{majorggadgetnpapi}*

#-----------------------------------------------------------------------

%define majorqt 0
%define libqt %mklibname ggadget-qt 1.0 %{majorqt}

%package -n %{libqt}
Summary:	Google Gadgets for Linux - qt4 libs
Group:		Toys

%description -n %{libqt}
This package contains qt4 library of Google Gadgets.

%files -n %{libqt}
%{_libdir}/libggadget-qt-1.0.so.%{majorqt}*

#-----------------------------------------------------------------------

%package qt
Summary:	Google Gadgets for Linux - qt4 host
Group:		Toys
Provides:	google-gadgets-host = %{version}
Provides:	google-gadgets = %{version}-%{release}
Obsoletes:	google-gadgets < %{version}-%{release}
Requires:	google-gadgets-common = %{version}
Requires:	%{libqt} >= %{version}-%{release}

%description qt
Google Gadgets for Linux provides a platform for running desktop gadgets
under Linux, catering to the unique needs of Linux users. It is compatible
with the gadgets written for Google Desktop for Windows as well as the
Universal Gadgets on iGoogle.

This package contains qt4 host of Google Gadgets.

%post qt
update-alternatives --install %{_bindir}/ggl google-gadgets %{_bindir}/ggl-qt 10

%postun qt
if ! [ -e %{_bindir}/ggl-qt ]; then
  update-alternatives --remove google-gadgets %{_bindir}/ggl-qt
fi

%files qt
%_bindir/ggl-qt
%{_datadir}/applications/ggl-qt.desktop
%{_libdir}/google-gadgets/modules/qt-edit-element.*
%{_libdir}/google-gadgets/modules/qt-system-framework.*
%{_libdir}/google-gadgets/modules/qt-xml-http-request.*
%{_libdir}/google-gadgets/modules/qtwebkit-browser-element.*
%{_libdir}/google-gadgets/modules/qt-script-runtime.*

#-----------------------------------------------------------------------

%define majorgtk 0
%define libgtk %mklibname ggadget-gtk 1.0 %{majorgtk}

%package -n %{libgtk}
Summary:	Google Gadgets for Linux - gtk2 libs
Group:		Toys

%description -n %{libgtk}
This package contains gtk2 library of Google Gadgets.

%files -n %{libgtk}
%{_libdir}/libggadget-gtk-1.0.so.%{majorgtk}*

#-----------------------------------------------------------------------

%package gtk
Summary:	Google Gadgets for Linux - gtk2 host
Group:		Toys
Provides:	google-gadgets-host = %{version}
Provides:	google-gadgets = %{version}-%{release}
Conflicts:      %{name} < 0.10.3-2
Conflicts:	google-gadgets-common < 0.10.3-2
Requires:	google-gadgets-common = %{version}-%{release}
Requires:	%{libgtk} >= %{version}-%{release}
Obsoletes:	google-gadgets < %{version}-%{release}
Obsoletes:	google-gadgets-xul

%description gtk
Google Gadgets for Linux provides a platform for running desktop gadgets
under Linux, catering to the unique needs of Linux users. It is compatible
with the gadgets written for Google Desktop for Windows as well as the
Universal Gadgets on iGoogle.

This package contains gtk2 host of Google Gadgets.

%post gtk
update-alternatives --install %{_bindir}/ggl google-gadgets %{_bindir}/ggl-gtk 10

%postun gtk
if ! [ -e %{_bindir}/ggl-gtk ]; then
  update-alternatives --remove google-gadgets %{_bindir}/ggl-gtk
fi

%files gtk
%{_bindir}/ggl-gtk
%{_datadir}/applications/ggl-gtk.desktop
%{_datadir}/applications/ggl-designer.desktop
%{_libdir}/google-gadgets/modules/gtk-edit-element.*
%{_libdir}/google-gadgets/modules/gtk-flash-element.*
%{_libdir}/google-gadgets/modules/gtk-system-framework.*
%{_libdir}/google-gadgets/modules/gtkwebkit-browser-element.*
%if %{with xulrunner}
%{_libdir}/google-gadgets/gtkmoz-browser-child
%{_libdir}/google-gadgets/modules/gtkmoz-browser-element.*
%endif

#-----------------------------------------------------------------------

%define majorwk 0
%define libwebkitjs %mklibname ggadget-webkitjs 1.0 %{majorwk}

%package -n %{libwebkitjs}
Summary:	Google Gadgets for Linux - shared webkit js libs
Group:		Toys

%description -n %{libwebkitjs}
This package contains shared webkit js library of Google Gadgets.

%files -n %{libwebkitjs}
%{_libdir}/libggadget-webkitjs-1.0.so.%{majorwk}*

#-----------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Google Gadgets for Linux - Development files
Group:		Toys
Provides:	%{name}-devel = %{version}
Requires:	%{libggadget} = %{version}
Requires:	%{libggadgetdbus} = %{version}
Requires:	%{libggadgetnpapi} = %{version}
Requires:	%{libggadgetjs} = %{version}
Requires:	%{libggadgetxdg} = %{version}
Requires:	%{libgtk} = %{version}
Requires:	%{libqt} = %{version}
Requires:	%{libwebkitjs} = %{version}

%description -n %{devname}
This package contains developement files of Google Gadgets.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/google-gadgets/include
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#-----------------------------------------------------------------------

%prep
%setup -qn %{name}-for-linux-%{version}
%patch0 -p0
%patch1 -p1 -b .compile~
%patch2 -p0 -b .xul

libtoolize --force --ltdl
aclocal
autoheader
automake -a
autoreconf -fi

%build
# As of 0.11.3-1292, -fpermissive and -fno-strict-aliasing are needed to
# even start getting things to build.
CFLAGS="%{optflags} -fpermissive -fno-strict-aliasing" \
CXXFLAGS="%{optflags} -fpermissive -fno-strict-aliasing" \
%configure2_5x \
	--with-browser-plugins-dir=%{_libdir}/mozilla/plugins/ \
	--disable-static \
%if !%{with xulrunner}
	--disable-gtkmoz-browser-element \
	--disable-smjs-script-runtime \
%endif
	--disable-werror \
	--disable-update-mime-database \
	--disable-update-desktop-database \
	--with-oem-brand="%{product_distribution} %{product_version} for %{product_arch}"

%make

%install
%makeinstall_std

desktop-file-install --vendor='' \
	--dir %{buildroot}%{_datadir}/applications \
	--remove-category='Network' \
	--remove-category='News' \
	--add-category='Utility' \
	--remove-mime-type='app/gg' \
	%{buildroot}%{_datadir}/applications/*.desktop

# Just because we load modules with libtool doesn't mean we have
# to ship .la mess for libraries...
rm -f %{buildroot}%{_libdir}/*.la

%find_lang %{name} || touch %{name}.lang

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11.3-0.1292.2
+ Revision: 6614fe0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16603 |14mr|gpart-0.1h-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hard disk primary partition table reconstruction
Name:		gpart
Version:	0.1h
Release:	17
License:	GPLv2+
Source0:	%{name}-%{version}.tar.bz2
Group:		System/Kernel and hardware
URL:		http://home.pages.de/~michab/gpart/
Patch0:		gpart-0.1h-mdkconf.patch
Patch1:		gpart-errno.patch
Patch2:		gpart-0.1h-fixes.patch
# Fedora patches
Patch100:	gpart-0.1h-cflags.patch
Patch101:	gpart-0.1h-errno.patch
Patch102:	gpart-0.1h-largefile.patch
Patch103:	gpart-0.1h-makefile.patch
Patch104:	gpart-0.1h-syscall.patch
Patch105:	gpart-0.1h-varname.patch
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
A tool which tries to guess the primary partition table of a PC-type hard disk
in case the primary partition table in sector 0 is damaged, incorrect or
deleted. The guessed table can be written to a file or device. Supported
(guessable) filesystem or partition types: DOS/Windows FAT, Linux ext2 and
swap, OS/2 HPFS, Windows NTFS, FreeBSD and Solaris/x86 disklabels, Minix FS,
QNX 4 FS, Reiser FS, LVM physical volumes, BeOS FS, SGI XFS.

%prep

%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1 -b .fixes
%patch100 -p1 -b .varname
%patch101 -p1 -b .cflags
%patch102 -p1 -b .errno
%patch103 -p1 -b .syscall
%patch104 -p1 -b .largefile
%patch105 -p1 -b .makefile

%build
%make 

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man8

install -m0755 src/%{name} %{buildroot}%{_bindir}/
install -m0755 man/%{name}.8 %{buildroot}%{_mandir}/man8

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Changes README
%{_bindir}/%{name}
%{_mandir}/man8/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1h-17
+ Revision: 8373ac0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16604 |14mr|gparted-0.16.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _files_listed_twice_terminate_build 0

Summary:	Graphical frontend to libparted
Name:		gparted
Version:	0.16.1
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://gparted.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/gparted/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
Source2:	gparted-console.apps
Source3:	gparted-pam.d
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libparted)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	rarian
Requires:	usermode-consoleonly

%description
GParted stands for Gnome Partition Editor and is a graphical frontend to 
libparted. Among other features it supports creating, resizing, moving 
and copying of partitions.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%__rm -fr %{buildroot}
%makeinstall_std
%find_lang %{name} --with-gnome

#consolehelper
%__mkdir_p %{buildroot}%{_bindir}
%__ln_s consolehelper %{buildroot}%{_bindir}/gparted
%__sed -i 's|%{_sbindir}|%{_bindir}|' %{buildroot}%{_datadir}/applications/*.desktop

%__mkdir_p %{buildroot}%{_sysconfdir}/security/console.apps
%__cp %{SOURCE2} %{buildroot}%{_sysconfdir}/security/console.apps/gparted

%__mkdir_p %{buildroot}%{_sysconfdir}/pam.d
%__cp %{SOURCE3} %{buildroot}%{_sysconfdir}/pam.d/gparted

desktop-file-install --vendor='' \
	--dir %{buildroot}%{_datadir}/applications/ \
	--remove-category=GNOME \
	--add-category='GTK;HardwareSettings;Settings' \
	%{buildroot}%{_datadir}/applications/*.desktop

%preun
if [ $1 -ge 0 ]; then
    if [ -a %{_datadir}/hal/fdi/policy/gparted-disable-automount.fdi ]; then
       rm -rf %{_datadir}/hal/fdi/policy/gparted-disable-automount.fdi
    fi
fi

%files -f %{name}.lang
%doc AUTHORS README COPYING ChangeLog
%{_bindir}/%{name}
%{_sbindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man8/*
%config(noreplace) %{_sysconfdir}/pam.d/gparted
%config(noreplace) %{_sysconfdir}/security/console.apps/gparted
%if %{mdvver} < 201200
%{_datadir}/omf/%{name}/
%endif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.16.1-2
+ Revision: b0df8ba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16605 |14mr|gperf-3.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A perfect hash function generator
Name:	 	gperf
Version:	3.0.4
Release:	5
License:	GPLv3+
URL:		http://www.gnu.org/software/gperf/
Source:		ftp://ftp.gnu.org/gnu/gperf/%{name}-%{version}.tar.gz
Patch0:		gperf-3.0.1-gcc401.patch.bz2
Group:		Development/Other

%description
Gperf is a perfect hash function generator written in C++.  Simply
stated, a perfect hash function is a hash function and a data
structure that allows recognition of a key word in a set of words
using exactly one probe into the data structure.

Install gperf if you need a program that generates perfect hash
functions.

%prep
%setup -q
%patch0 -p1 -b .gcc401

%build
%configure2_5x
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_datadir}/doc/gperf.html

%files
%defattr(-,root,root)
%doc README NEWS doc/gperf.html
%{_bindir}/gperf
%{_mandir}/man1/gperf.1*
%{_infodir}/gperf.info*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.4-5
+ Revision: bede3cd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16606 |14mr|gperftools-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define oname		gperftools
%define libname		%mklibname %{oname} %major
%define develname	%mklibname %{oname} -d

Name:		gperftools
Version:	2.0
Release:	2
License:	BSD
Group:		Development/Other
Summary:	Very fast malloc and performance analysis tools
URL:		http://code.google.com/p/gperftools/
Source0:	http://gperftools.googlecode.com/files/%{name}-%{version}.tar.gz
# http://code.google.com/p/gperftools/issues/detail?id=444
Patch0:		gperftools-2.0-glibc216.patch
# ppc64 still broken, bz 238390
ExclusiveArch:	%{ix86} x86_64 ppc %{arm}
%ifnarch ppc ppc64
BuildRequires:	libunwind-devel
%endif

%description
Perf Tools is a collection of performance analysis tools, including a
high-performance multi-threaded malloc() implementation that works
particularly well with threads and STL, a thread-friendly heap-checker,
a heap profiler, and a cpu-profiler.

%package -n	%{develname}
Summary:	Development libraries and headers for gperftools
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	google-perftools-devel = %{version}-%{release}
Obsoletes:	google-perftools-devel < 2.0

%description -n %{develname}
Libraries and headers for developing applications that use gperftools.

%package -n	%{libname}
Group:		System/Libraries
Summary:	Libraries provided by gperftools
Provides:	%{libname} = %{version}-%{release}
Obsoletes:	google-perftools-libs < 2.0

%description -n %{libname}
Libraries provided by gperftools, including libtcmalloc and libprofiler.

%package -n pprof
Summary:	CPU and Heap Profiler tool
Group:		Development/Other
Requires:	gv, graphviz
BuildArch:	noarch
Provides:	google-perftools = %{version}-%{release}
Obsoletes:	google-perftools < 2.0

%description -n pprof
Pprof is a heap and CPU profiler tool, part of the gperftools suite.

%prep
%setup -q
%patch0 -p1 -b .glibc216

# Fix end-of-line encoding
sed -i 's/\r//' README_windows.txt

# No need to have exec permissions on source code
chmod -x src/sampler.h src/sampler.cc

%build
CXXFLAGS=`echo $RPM_OPT_FLAGS -DTCMALLOC_LARGE_PAGES| sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//g'`
%configure2_5x --disable-static

# Bad rpath!
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
# Can't build with smp_mflags
make

%install
make DESTDIR=%{buildroot} docdir=%{_docdir}/%{name}-%{version}/ install
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

# Zero files
rm -rf %{buildroot}%{_docdir}/%{name}-%{version}/NEWS

# Delete useless files
rm -rf %{buildroot}%{_docdir}/%{name}-%{version}/INSTALL

%check
# http://code.google.com/p/google-perftools/issues/detail?id=153
%ifnarch ppc
# Their test suite is junk. Disabling.
# LD_LIBRARY_PATH=./.libs make check
%endif

%files -n pprof
%{_bindir}/pprof
%{_mandir}/man1/*

%files -n %{develname}
%{_docdir}/%{name}-%{version}/
%{_includedir}/google/
%{_includedir}/gperftools/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files -n %{libname}
%{_libdir}/*.so.*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-2
+ Revision: b8305aa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16607 |14mr|gpgme-1.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 11
%define libname_orig %mklibname %{name}
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d
%define develnamest %mklibname %{name} -d -s

%define gpg_version 1.2.2
%define gpgsm_version 1.9.6

Summary:	GnuPG Made Easy (GPGME)
Name:		gpgme
Version:	1.3.2
Release:	3
License:	GPLv2+
Group:		File tools
URL:		http://www.gnupg.org/gpgme.html
Source0:	ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
Source1:	ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2.sig
BuildRequires:	gnupg >= %{gpg_version}
# support for Cryptographic Message Syntax protocol
BuildRequires:	gnupg2 >= %{gpgsm_version}
BuildRequires:	pth-devel >= 2.0.0
BuildRequires:	libassuan-devel >= 2.0.2
BuildRequires:	libgpg-error-devel >= 0.5
BuildRequires:	glib2-devel >= 2.0.0

%description
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
easier for applications.

%package -n %{libname}
Summary:	GnuPG Made Easy (GPGME)
Group:		System/Libraries
Requires:	gnupg >= %{gpg_version}
# support for Cryptographic Message Syntax protocol
Requires:	gnupg2 >= %{gpgsm_version}
Provides:	%{name} = %{version}-%{release}
Provides:	%{libname_orig} = %{version}-%{release}

%description -n %{libname}
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
easier for applications.

%package -n %{develname}
Summary:	GnuPG Made Easy (GPGME) Header files and libraries for development
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{libname_orig}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname %{name} 11 -d

%description -n %{develname}
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
easier for applications.

Install this package if you want to develop applications 
that will use the %{name} library for crypto awareness.


%package -n %{develnamest}
Summary:	GnuPG Made Easy (GPGME) Header files and libraries for development
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name}-devel = %{version}-%{release}
Provides:	%{libname_orig}-devel-static = %{version}-%{release}
Provides:	%{name}-devel-static = %{version}-%{release}
Provides:	lib%{name}-devel-static = %{version}-%{release}


%description -n %{develnamest}
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
easier for applications.

Install this package if you want to develop applications 
that will use the %{name} library for crypto awareness.
It's static  lib.

%prep
%setup -q

%build
%configure2_5x \
	--enable-static
%make

%check
make check

%install
rm -rf %{buildroot}
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/gpgme-config

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develnamest}

%files -n %{develname}
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%{multiarch_bindir}/gpgme-config
%{_bindir}/gpgme-config
%{_libdir}/*.a
%{_libdir}/*.so
%{_datadir}/aclocal/*.m4
%{_includedir}/*
%{_infodir}/*
%dir %{_datadir}/common-lisp/source/gpgme
%{_datadir}/common-lisp/source/gpgme/gpgme-package.lisp
%{_datadir}/common-lisp/source/gpgme/gpgme.asd
%{_datadir}/common-lisp/source/gpgme/gpgme.lisp



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.2-3
+ Revision: b53ef24
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16608 |14mr|gphoto2-2.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line utilities to access digital cameras
Name:		gphoto2
Version:	2.5.4
Release:	2
License:	GPLv2+
Group:		Graphics
Url:		http://sourceforge.net/projects/gphoto/
Source0:	http://heanet.dl.sourceforge.net/sourceforge/gphoto/%{name}-%{version}.tar.bz2

BuildRequires:	cdk-devel
BuildRequires:	jpeg-devel
BuildRequires:	libaa-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libgphoto2) >= %{version}
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(popt)
Requires:	libgphoto-common

%description
The gPhoto2 project is a universal, free application and library
framework that lets you download images from several different
digital camera models, including the newer models with USB
connections. Note that
a) for some older camera models you must use the old "gphoto" package.
b) for USB mass storage models you must use the driver in the kernel.

This package contains the command-line utility gphoto2.

%files -f %{name}.lang
%doc NEWS ChangeLog README TODO
%{_bindir}/*
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5.4-2
+ Revision: bbe7824
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16609 |14mr|gpicview-0.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Simple and Fast Image Viewer for X
Name:     	gpicview
Version:	0.2.3
Release:	2
License:	GPLv2+
Group:		Graphics
Source0: 	http://dfn.dl.sourceforge.net/sourceforge/lxde/%name-%version.tar.gz
URL:		http://www.lxde.org/
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	jpeg-devel
BuildRequires:	desktop-file-utils
BuildRequires:	intltool >= 0.40.0

%description
GPicView is a simple and fast image viewer for X.
It features:
. Extremely lightweight and fast with low memory usage
. Very suitable for default image viewer of desktop system
. Simple and intuitive interface
. Minimal lib dependency: Only pure GTK+ is used
. Desktop independent: Doesn't require any specific desktop environment

%prep
%setup -q

%build
%configure2_5x
%make LIBS="-ljpeg -lm"

%install
%makeinstall_std

%find_lang %{name}

desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications \
	--remove-category='Application' \
	--remove-category='Core' \
	--remove-category='Utility' \
	--remove-category='Photography' \
	--remove-category='RasterGraphics' \
	%{buildroot}%{_datadir}/applications/*.desktop

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_datadir}/pixmaps/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.3-2
+ Revision: e6e111a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16610 |14mr|gpm-1.20.7-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without	ncurses
%bcond_with	uclibc

# this defines the library version that this package builds.
%define	major	2
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d

Summary:	A mouse server for the Linux console
Name:		gpm
Version:	1.20.7
Release:	7
License:	GPLv2+
Group:		System/Servers
Url:		http://www.nico.schottelius.org/software/gpm/
Source0:	http://www.nico.schottelius.org/software/gpm/archives/%{name}-%{version}.tar.lzma
#(proyvind): please don't remove, still used by DrakX micro environment
Source1:	gpm.init
Source2:	inputattach.c
Source3:	gpm.service
# fedora patches (gpm-1.20.5-1.fc10.src.rpm)
Patch1:		gpm-1.20.1-multilib.patch
Patch2:		gpm-1.20.1-lib-silent.patch
Patch4:		gpm-1.20.5-close-fds.patch
Patch5:		gpm-1.20.7-weak-wgetch.patch
# mdv patches
Patch50:	gpm-1.20.5-nodebug.patch
Patch51:	gpm-1.20.0-docfix.patch
Patch52:	gpm-1.20.7-do_not_build_it_twice.diff
Patch53:	gpm-1.20.5-format_not_a_string_literal_and_no_format_arguments.diff
# these automake files are utter crap, so just let's rip out the stuff that really doesn't belong
# there, we don't use and that's causing problem..
Patch54:	gpm-1.20.7-fix-out-of-source-build.patch

BuildRequires:	bison
BuildRequires:	byacc
BuildRequires:	texinfo
%if %{with ncurses}
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
%endif
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.33.2-3
%endif
Requires(post,preun):	chkconfig
Requires(post,preun):	rpm-helper

%description
Gpm provides mouse support to text-based Linux applications like the
emacs editor, the Midnight Commander file management system, and other
programs.  Gpm also provides console cut-and-paste operations using
the mouse and includes a program to allow pop-up menus to appear at
the click of a mouse button.

Gpm should be installed if you intend to use a mouse with your
MandrivaLinux system.

%package -n	uclibc-%{name}
Summary:	A mouse server for the Linux console (uClibc build)
Group:		System/Servers

%description -n	uclibc-%{name}
Gpm provides mouse support to text-based Linux applications like the
emacs editor, the Midnight Commander file management system, and other
programs.  Gpm also provides console cut-and-paste operations using
the mouse and includes a program to allow pop-up menus to appear at
the click of a mouse button.

%package -n	%{libname}
Summary:	Libraries and header files for developing mouse driven programs
Group:		System/Libraries

%description -n	%{libname}
Library used by the gpm program.

Install %{libname}dev if you need to develop text-mode programs which 
will use the mouse. You'll also need to install the gpm package.

%package -n	uclibc-%{libname}
Summary:	Libraries and header files for developing mouse driven programs (uClibc build)
Group:		System/Libraries

%description -n	uclibc-%{libname}
Library used by the gpm program.

%package -n	%{devname}
Summary:	Libraries and header files for developing mouse driven programs
Group:		Development/C
Requires:	%{libname} = %{version}
%if %{with uclibc}
Requires:	uclibc-%{libname} = %{version}
%endif
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
The %{devname} package contains the libraries and header files needed
for development of mouse driven programs.  This package allows you to
develop text-mode programs which use the mouse.

Install %{devname} if you need to develop text-mode programs which
will use the mouse. You'll also need to install the gpm package.

%prep
%setup -q
find -name \*.c |xargs chmod 644
    
# fedora patches
%patch1 -p1 -b .multilib~
%patch2 -p1 -b .lib-silent́~
%patch4 -p1 -b .close-fd~
%patch5 -p1 -b .weak-wgetch~

# mdv patches
%patch50 -p1 -b .nodebug~
%patch51 -p1 -b .docfix~
%patch52 -p1 -b .do_not_build_it_twice~
%patch53 -p0 -b .format_not_a_string_literal_and_no_format_arguments~
%patch54 -p1 -b .out_of_source~

cp %{SOURCE2} inputattach.c

./autogen.sh

%if %{with uclibc}
mkdir .uclibc
cp -a * .uclibc
%endif

%build
export ac_cv_path_emacs=no

%if %{with uclibc}
pushd .uclibc
CFLAGS="%{uclibc_cflags}" \
%uclibc_configure \
	--disable-static	
%if !%{with ncurses}
	--without-curses
%endif

%make
unset CFLAGS
popd
%endif

%configure2_5x \
%if !%{with ncurses}
	--without-curses
%endif

%make

%{__cc} %{optflags} %{ldflags} -o inputattach inputattach.c

%install
%if %{with uclibc}
%makeinstall_std -C .uclibc
mkdir -p %{buildroot}%{uclibc_root}/%{_lib}
mv %{buildroot}%{uclibc_root}%{_libdir}/libgpm.so.%{major}* %{buildroot}%{uclibc_root}/%{_lib}
ln -srf %{buildroot}%{uclibc_root}/%{_lib}/libgpm.so.%{major}.* %{buildroot}%{uclibc_root}%{_libdir}/libgpm.so
%endif

%makeinstall_std

install -m644 conf/gpm-root.conf -D %{buildroot}%{_sysconfdir}/gpm-root.conf
install -m755 inputattach -D %{buildroot}%{_sbindir}/inputattach

mkdir -p %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libgpm.so.%{major}* %{buildroot}/%{_lib}
ln -srf %{buildroot}/%{_lib}/libgpm.so.%{major}.*.* %{buildroot}%{_libdir}/libgpm.so

install -m755 %{SOURCE1} -D %{buildroot}%{_initrddir}/gpm
install -m644 %{SOURCE3} -D %{buildroot}%{_unitdir}/gpm.service
chmod +x %{buildroot}/%{_lib}/libgpm.so.%{major}*
%post
%_post_service gpm
# handle init sequence change
if [ -f /etc/rc5.d/S85gpm ]; then
    /sbin/chkconfig --add gpm
fi

%preun
%_preun_service gpm

%files
%config(noreplace) %{_sysconfdir}/gpm-root.conf
%{_unitdir}/gpm.service
%{_initrddir}/gpm
%{_bindir}/display-buttons
%{_bindir}/display-coords
%{_bindir}/mev
%{_bindir}/gpm-root
%{_bindir}/hltest
%{_bindir}/mouse-test
%{_bindir}/disable-paste
%{_bindir}/get-versions
%{_sbindir}/gpm
%{_sbindir}/inputattach
%{_infodir}/gpm.info*
%{_mandir}/man1/mev.1*
%{_mandir}/man1/mouse-test.1*
%{_mandir}/man1/gpm-root.1*
%{_mandir}/man7/gpm-types.7*
%{_mandir}/man8/gpm.8*

%if %{with uclibc}
%files -n uclibc-%{name}
%{uclibc_root}%{_bindir}/display-buttons
%{uclibc_root}%{_bindir}/display-coords
%{uclibc_root}%{_bindir}/mev
%{uclibc_root}%{_bindir}/gpm-root
%{uclibc_root}%{_bindir}/hltest
%{uclibc_root}%{_bindir}/mouse-test
%{uclibc_root}%{_bindir}/disable-paste
%{uclibc_root}%{_bindir}/get-versions
%{uclibc_root}%{_sbindir}/gpm
%endif

%files -n %{libname}
/%{_lib}/libgpm.so.%{major}*

%if %{with uclibc}
%files -n uclibc-%{libname}
%{uclibc_root}/%{_lib}/libgpm.so.%{major}*
%endif

%files -n %{devname}
%{_libdir}/libgpm.a
%{_libdir}/libgpm.so
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libgpm.so
%endif
%{_includedir}/gpm.h


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20.7-7
+ Revision: 5e7818c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16611 |14mr|gprolog-1.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	Summary	GNU Prolog is a free implementation of Prolog

Name:		gprolog
Summary:	%{Summary}

Version:	1.4.4
Release:	2
URL:		http://www.gprolog.org/
Source0:	ftp://ftp.gnu.org:21/gnu/gprolog/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
Patch1:		gprolog-1.4.4-test.patch
Group:		Development/Other
ExclusiveArch:	%{ix86} x86_64 amd64 ppc
License:	GPLv2

%description
GNU Prolog is a native Prolog compiler with constraint solving over finite
domains (FD) developed by Daniel Diaz. Latest information about GNU Prolog can
be found at http://www.gnu.org/software/prolog.
A lot of work has been devoted to the ISO compatibility. GNU Prolog is very
close to the ISO standard (http://www.logic-programming.org/prolog_std.html).


%prep
%setup -q
%patch1 -p1 -b .tst

%build
cd src
CFLG="$(echo %{optflags} | sed -s "s/\-O2/-O1/g" \
     		    | sed -e "s/\-fomit-frame-pointer//")"

# Based on a gentoo ebuild (??)
CFLG="$CFLG -funsigned-char"
%configure2_5x	-with-c-flags="$CFLG -fno-unit-at-a-time" \
		--with-install-dir=%{_prefix} \
		--with-doc-dir=%{_datadir}/%{name}-%{version} \
		--with-html-dir=%{_datadir}/%{name}-%{version}/html \
		--with-examples-dir=%{_datadir}/%{name}-%{version}/examples
# parallel build is not safe - AdamW 2008/12
make

%check
cd src
#
export PATH=%{buildroot}%{_bindir}:$PATH
#
make check

%install
install -d %{buildroot}%{_bindir}

(cd src ; make install-system INSTALL_DIR=%{buildroot}%{_libdir}/%{name}-%{version})

(cd %{buildroot}%{_bindir} ; ln -sf ../%{_lib}/%{name}-%{version}/bin/* .)


mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=GNU Prolog
Name[ru]=Язык логического программирования Пролог
Comment=%{Summary}
Comment[ru]=Компилятор языка программирования Пролог
Exec=%{name}
Icon=interpreters_section
Terminal=true
Type=Application
Categories=Development;X-MandrivaLinux-MoreApplications-Development-Interpreters;
EOF

%clean

%if %mdkversion < 200900
%post 
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%doc ChangeLog NEWS PROBLEMS README doc/html_node
%{_bindir}/*
%{_libdir}/%{name}*
%{_datadir}/applications/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.4-2
+ Revision: cb62782
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16612 |14mr|gpsd-2.95-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _hotplugdir	%{_prefix}/lib/hotplug

%define	gpsmaj	19
%define	major	0
%define	libgps		%mklibname gps %{gpsmaj}
%define	libname		%mklibname %{name} %{major}
%define libqtname	%mklibname Qgpsmm %{gpsmaj}
%define devname		%mklibname %{name} -d

Summary: 	GPS data translator and GUI
Name: 	 	gpsd
Version:	2.95
Release: 	7
License:	BSD
Group:		Sciences/Geosciences
Url:		http://gpsd.berlios.de
Source0:	http://prdownload.berlios.de/%{name}/%{name}-%{version}.tar.gz
Source1:	gpsd.rules
#Source2:	gpsd.sysconfig
Patch1:		gpsd-2.90-udev.patch
Patch2:		gpsd-2.95-fix-link.patch
Patch3:		gpsd-2.95-silentmake.patch
Patch4:		gpsd.ldflags.patch

BuildRequires:  docbook-style-xsl
BuildRequires:  udev
BuildRequires:	xmlto
BuildRequires:	lesstif-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(ncurses)
BuildRequires:	pkgconfig(python)
Requires:	%{name}-python = %{version}-%{release}

%description
gpsd is a service daemon that mediates access to a GPS sensor
connected to the host computer by serial or USB interface, making its
data on the location/course/velocity of the sensor available to be
queried on TCP port 2947 of the host computer.  With gpsd, multiple
GPS client applications (such as navigational and wardriving software)
can share access to a GPS without contention or loss of data.  Also,
gpsd responds to queries with a format that is substantially easier to
parse than NMEA 0183.  A client library is provided for applications.

After installing this RPM, gpsd will automatically connect to USB
GPSes when they are plugged in and requires no configuration.  For
serial GPSes, you will need to start gpsd by hand.  Once connected,
the daemon automatically discovers the correct baudrate, stop bits,
and protocol. The daemon will be quiescent when there are no
clients asking for location information, and copes gracefully when the
GPS is unplugged and replugged.

%package -n	%{libgps}
Summary:	Libraries for gpsd
Group:		System/Libraries
Conflicts:	%{_lib}gpsd19 < 2.95-5

%description -n	%{libgps}
This package contains a shared library for %{name}.

%package -n	%{libname}
Summary:	Libraries for gpsd
Group:		System/Libraries
Obsoletes:	%{_lib}gpsd19 < 2.95-5

%description -n	%{libname}
This package contains a shared library for %{name}.

%package -n     %{libqtname}
Summary:        Qt bindings for gpsd
Group:          System/Libraries

%description -n %{libqtname}
This package contains Qt bindings for gpsd.

%package -n	%{devname}
Summary:	Client libraries in C and Python for talking to a running gpsd or GPS
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libgps} = %{version}
Requires:	%{libname} = %{version}
Requires:	%{libqtname} = %{version}
Obsoletes:	%{_lib}gpsd-static-devel < 2.95-5

%description -n	%{devname}
This package provides C header files for the gpsd shared libraries
that manage access to a GPS for applications; also Python modules.
You will need to have gpsd installed for it to work.

%package	clients
Summary:	Clients for gpsd with an X interface
Group:		Sciences/Geosciences
Requires:	%{name}
Requires:	%{name}-python

%description	clients
xgps is a simple test client for gpsd with an X interface. It displays
current GPS position/time/velocity information and (for GPSes that
support the feature) the locations of accessible satellites.

xgpsspeed is a speedometer that uses position information from the GPS.
It accepts an -h option and optional argument as for gps, or a -v option
to dump the package version and exit. Additionally, it accepts -rv
(reverse video) and -nc (needle color) options.

%package	python
Summary:	Python bindings for gpsd
Group:		Development/Python
Requires:	%{libname} = %{version}

%description	python
This package contains the Python bindings for gpsd. It will be needed
for any applications that interface with gpsd via python.

%prep
%setup -q
%apply_patches

%build
export LDFLAGS="$LDFLAGS -lbluetooth"
%configure2_5x \
	--disable-static \
	--enable-dbus \
	--enable-bluetooth

%make

%install
%makeinstall_std

# additional gpsd files
#mkdir -p %{buildroot}%{_datadir}/X11/app-defaults/
#install -m644 xgpsspeed.ad %{buildroot}%{_datadir}/X11/app-defaults/xgpsspeed

mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d
install -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/70-gpsd.rules

mkdir -p %{buildroot}%{_sysconfdir}/udev/agents.d/usb
install -m755 gpsd.hotplug %{buildroot}%{_sysconfdir}/udev/agents.d/usb/gpsd

#install -m755 gps.py -D %{buildroot}%{_libdir}/python${PYVERSION}/site-packages/gps.py

# init scripts
install -d -m 0755 %{buildroot}%{_sysconfdir}/init.d
install -p -m 0755 packaging/rpm/gpsd.init \
	%{buildroot}%{_sysconfdir}/init.d/gpsd

install -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig
install -p -m 0644 packaging/rpm/gpsd.sysconfig \
	%{buildroot}%{_sysconfdir}/sysconfig/gpsd

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-clients.desktop << EOF
[Desktop Entry]
Name=XGPS
Comment=XGPS
Exec=xgps
Icon=communications_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Science;Geology;
EOF

#remove unpackaged file
#rm -f %{buildroot}%{_libdir}/python/site-packages/gps.py

#put the python file(s) in the right place (it's arch-dependent)

# fixme: may need to be adapted to include other 64-bit arches, I'm
# not sure what directory they use - AdamW 2007/07
%ifarch x86_64
mkdir -p %{buildroot}%{py_platsitedir}
mv %{buildroot}%{py_puresitedir}/* %{buildroot}%{py_platsitedir}
%endif

rm -rf %{buildroot}%{_libdir}/*.la

%files
%doc README
%{_sbindir}/gpsd
%{_bindir}/gpscat
%{_bindir}/gpsctl
%{_bindir}/gpsprof
%{_bindir}/gpsmon
%{_bindir}/gpsdecode
%{_mandir}/man8/gpsd.8*
%{_mandir}/man1/gpsprof.1*
%{_mandir}/man1/gps.1*
%{_mandir}/man1/gpscat.1*
%{_mandir}/man1/gpsctl.1*
%{_mandir}/man1/gpsmon.1*
%{_mandir}/man1/gpsdecode.1*
%{_mandir}/man5/rtcm*.5*
%{_mandir}/man5/srec.5*
%{_sysconfdir}/init.d/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_sysconfdir}/udev/agents.d/usb/gpsd
%{_sysconfdir}/udev/rules.d/70-gpsd.rules

%files -n %{libgps}
%{_libdir}/libgps.so.%{gpsmaj}*

%files -n %{libname}
%{_libdir}/libgpsd.so.%{major}*

%files -n %{libqtname}
%{_libdir}/libQgpsmm.so.%{gpsmaj}*

%files -n %{devname}
%doc TODO
%{_includedir}/gps.h
%{_includedir}/libgpsmm.h
%{_includedir}/gpsd.h
%{_libdir}/libgps.so
%{_libdir}/libgpsd.so
%{_libdir}/libQgpsmm.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man1/gpsfake.1*
%{_mandir}/man3/libgps.3*
%{_mandir}/man3/libgpsmm.3*
%{_mandir}/man3/libgpsd.3*
%{_bindir}/gpsfake

%files clients
%{_bindir}/xgps
%{_bindir}/cgps
%{_bindir}/gpspipe
%{_bindir}/xgpsspeed
%{_bindir}/gpxlogger
%{_bindir}/lcdgps
%{_mandir}/man1/xgps.1*
%{_mandir}/man1/cgps.1*
#%{_mandir}/man1/cgpxlogger.1*
%{_mandir}/man1/gpspipe.1*
%{_mandir}/man1/lcdgps.1.*
%{_mandir}/man1/xgpsspeed.1*
#%{_datadir}/X11/app-defaults/xgpsspeed
%{_datadir}/applications/mandriva-%{name}-clients.desktop

%files python
%{py_platsitedir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.95-7
+ Revision: 8c55142
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16613 |14mr|granatier-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Bomberman game
Name:		granatier
Epoch:		1
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/granatier/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Granatier is a clone of the classic Bomberman game, inspired by the work
of the Clanbomber clone.

%files
%{_kde_bindir}/granatier
%{_kde_applicationsdir}/granatier.desktop
%{_kde_appsdir}/granatier
%{_kde_datadir}/config.kcfg/granatier.kcfg
%{_kde_docdir}/*/*/granatier
%{_kde_iconsdir}/*/*/apps/granatier.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 608e3ae
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16614 |14mr|grantlee-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define apidox 0
%{?_without_apidox:%global compile_apidox 0}

Summary:	Qt string template engine based on the Django template system
Name:		grantlee
Version:	0.3.0
Release:	3
Group:		System/Libraries
License:	LGPLv2+
Url:		http://www.gitorious.org/grantlee/pages/Home
Source0:	http://downloads.%{name}.org/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	kde4-macros
BuildRequires:	qt4-devel
%if 0%{?apidocs}
BuildRequires:	doxygen
%endif

%description
Grantlee is a plugin based String Template system written using the Qt
framework. The goals of the project are to make it easier for application
developers to separate the structure of documents from the data they
contain, opening the door for theming.

The syntax is intended to follow the syntax of the Django template
system, and the design of Django is reused in Grantlee. Django is covered
by a BSD style license.

Part of the design of both is that application developers can extend the
syntax by implementing their own tags and filters. For details of how to
do that, see the API documentation.

For template authors, different applications using Grantlee will present
the same interface and core syntax for creating new themes. For details
of how to write templates, see the documentation.

%files
%doc AUTHORS CHANGELOG COPYING.LIB README GOALS
%{_libdir}/%{name}/?.?

#--------------------------------------------------------------------

%define grantlee_gui_major 0
%define libgrantlee_gui %mklibname grantlee_gui %{grantlee_gui_major}

%package -n %{libgrantlee_gui}
Summary:	Library files for %{name}
Group:		System/Libraries

%description  -n %{libgrantlee_gui}
Libraries for %{name}.

%files -n %{libgrantlee_gui}
%{_libdir}/libgrantlee_gui.so.%{grantlee_gui_major}*

#--------------------------------------------------------------------

%define grantlee_core_major 0
%define libgrantlee_core %mklibname grantlee_core %{grantlee_core_major}

%package -n %{libgrantlee_core}
Summary:	Library files for %{name}
Group:		System/Libraries

%description  -n %{libgrantlee_core}
Libraries for %{name}.

%files -n %{libgrantlee_core}
%{_libdir}/libgrantlee_core.so.%{grantlee_core_major}*

#--------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libgrantlee_gui} = %{version}-%{release}
Requires:	%{libgrantlee_core} = %{version}-%{release}

%description devel
Libraries and header files to develop applications that use %{name}.

%files devel
%{_libdir}/cmake/%{name}
%{_includedir}/%{name}
%{_includedir}/%{name}_core.h
%{_includedir}/%{name}_templates.h
%{_libdir}/lib%{name}*.so

#--------------------------------------------------------------------

%if 0%{?apidox}
%package apidocs
Group:		Development/Documentation
Summary:	Grantlee API documentation

%description apidocs
This package includes the Grantlee API documentation in HTML
format for easy browsing.

%files apidocs
%doc %{_docdir}/HTML/en/grantlee-apidocs
%endif
#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4

%make
%if 0%{?apidox}
make docs
%endif

%install
%makeinstall_std -C build

%if 0%{?apidox}
mkdir -p %{buildroot}%{_docdir}/HTML/en/grantlee-apidocs
cp -prf build/apidocs/html/* %{buildroot}%{_docdir}/HTML/en/%{name}-apidocs
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.0-3
+ Revision: 4d11f3b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16615 |14mr|graphicsmagick-1.3.18-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	Werror_cflags	%nil

%define	build_modules	1
%define	enable_jasper	1
%define	enable_graphwiz	1

%define	oname		GraphicsMagick
%define	major		3
%define	wand_major	2
%define	libname		%mklibname %{name} %{major}
%define	libnamepp	%mklibname %{name}++ %{major}
%define	libwandname	%mklibname graphicsmagickwand %{wand_major}
%define	devname		%mklibname %{name} -d
%define	qlev		Q8

%define __noautoprov '.*\.so$'

Summary:	An X application for displaying and manipulating images
Name:		graphicsmagick
Version:	1.3.18
Release:	7
License:	GPLv2+
Group:		Graphics
Url:		http://www.graphicsmagick.org/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{oname}-%{version}.tar.xz
Patch0:		GraphicsMagick-1.3.14-linkage.patch

BuildRequires:	bzip2-devel
BuildRequires:	ghostscript-devel
BuildRequires:	jbigkit-devel
BuildRequires:	jpeg-devel
BuildRequires:	libtool-devel
BuildRequires:	libwmf-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libpng)
Buildrequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(zlib)

%description
GraphicsMagick is the swiss army knife of image processing. It 
provides a robust collection of tools and libraries which support 
reading, writing, and manipulating an image in over 88 major formats 
including important formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, 
SVG, and TIFF. GraphicsMagick supports huge images on systems that 
support large files, and has been tested with gigapixel-size images. 
GraphicsMagick can create new images on the fly, making it suitable 
for building dynamic Web applications. GraphicsMagick may be used to 
resize, rotate, sharpen, color reduce, or add special effects to an 
image and save the result in the same or differing image format. 
Image processing operations are available from the command line, as 
well as through C, C++, Perl, or Windows COM programming interfaces. 
Extensions are available from third-parties to support programming in 
Python, Tcl, and Ruby. With some modification, language extensions for 
ImageMagick may be used.

%files
%doc ChangeLog *.txt
%{_bindir}/gm
%dir %{_libdir}/GraphicsMagick-%{version}/config
%{_libdir}/GraphicsMagick-%{version}/config/*.mgk
%dir %{_datadir}/GraphicsMagick-%{version}/config
%{_datadir}/GraphicsMagick-%{version}/config/*.mgk
%if %{build_modules}
%dir %{_libdir}/%{oname}-%{version}/modules-%{qlev}
%{_libdir}/%{oname}-%{version}/modules-%{qlev}/filters
%dir %{_libdir}/%{oname}-%{version}/modules-%{qlev}/coders
%{_libdir}/%{oname}-%{version}/modules-%{qlev}/coders/*.so
%endif
%{_mandir}/man1/GraphicsMagick++-config.1.*
%{_mandir}/man1/GraphicsMagick-config.1.*
%{_mandir}/man1/GraphicsMagickWand-config.1.*
%{_mandir}/man1/gm.1.*
%{_mandir}/man4/miff.4.*
%{_mandir}/man5/quantize.5.*

#--------------------------------------------------------------

%package -n %{libname}
Summary:	%{oname} libraries
Group:		System/Libraries

%description -n %{libname}
This package contains a shared library for %{name}.

%files -n %{libname}
%{_libdir}/libGraphicsMagick.so.%{major}*

#--------------------------------------------------------------

%package -n %{libnamepp}
Summary:	%{oname} libraries
Group:		System/Libraries
Conflicts:	%{_lib}graphicsmagick3 < 1.3.18-2

%description -n %{libnamepp}
This package contains a shared library for %{name}.

%files -n %{libnamepp}
%{_libdir}/libGraphicsMagick++.so.%{major}*

#--------------------------------------------------------------

%package -n %{libwandname}
Summary:	%{oname} libraries
Group:		System/Libraries

%description -n %{libwandname}
This package contains a shared library for %{name}.

%files -n %{libwandname}
%{_libdir}/libGraphicsMagickWand.so.%{wand_major}*

#--------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for %{oname} app development
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Requires:	%{libnamepp} = %{version}
Requires:	%{libwandname} = %{version}

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%{_bindir}/GraphicsMagick++-config
%{_bindir}/GraphicsMagick-config
%{_bindir}/GraphicsMagickWand-config
%dir %{_includedir}/GraphicsMagick
%{_includedir}/GraphicsMagick/Magick++.h
%dir %{_includedir}/GraphicsMagick/magick
%{_includedir}/GraphicsMagick/magick/*.h
%dir %{_includedir}/GraphicsMagick/Magick++
%{_includedir}/GraphicsMagick/Magick++/*.h
%dir %{_includedir}/GraphicsMagick/wand
%{_includedir}/GraphicsMagick/wand/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#--------------------------------------------------------------

%package -n perl-Graphics-Magick
Summary:	Libraries and modules for access to %{oname} from perl
Group:		Development/Perl
Requires:	%{name} = %{version}
%if %{enable_graphwiz}
Requires:	graphviz
%endif

%description -n perl-Graphics-Magick
This is the %{oname} perl support package. It includes perl modules
and support files for access to %{oname} library from perl.

%files -n perl-Graphics-Magick
%{_mandir}/man3*/*::*.3pm*
%{perl_vendorarch}/Graphics
%{perl_vendorarch}/auto

#--------------------------------------------------------------

%package doc
Summary:	%{name} Documentation
Group:		Books/Other

%description doc
This package contains HTML/PDF documentation of %{name}.

%files doc
%{_datadir}/doc/GraphicsMagick

#--------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1 -b .linkage

%build
%configure2_5x \
	--enable-fast-install \
	--disable-ltdl-install \
	--without-dps \
%if %{build_modules}
	--with-modules \
%else
	--without-modules \
%endif
	--enable-shared \
	--disable-static \
	--with-pic \
%if %{enable_jasper}
	--with-jp2 \
%else
	--without-jp2 \
%endif
	--with-perl-options="INSTALLDIRS=vendor"  \
	--with-perl

%make
%make perl-build

%install
%makeinstall_std
%makeinstall_std -C PerlMagick
rm -f %{buildroot}%{_datadir}/GraphicsMagick-%{version}/{ChangeLog,NEWS.txt}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.18-7
+ Revision: c1fbe47
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16616 |14mr|graphite2-1.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname graphite2_ %{major}
%define develname %mklibname -d graphite2

Summary:	Font rendering capabilities for complex non-Roman writing systems
Name:		graphite2
Version:	1.2.4
Release:	3
Group:		System/Libraries
License:	LGPLv2+
URL:		http://sourceforge.net/projects/silgraphite/
Source0:	http://downloads.sourceforge.net/silgraphite/%{name}-%{version}.tgz
BuildRequires:	cmake
BuildRequires:	pkgconfig(freetype2)
BuildConflicts:	dblatex
# required only if building the docs
#BuildRequires:	asciidoc >= 8.6.5 tetex-latex doxygen

%description
Graphite2 is a project within SIL’s Non-Roman Script Initiative and Language
Software Development groups to provide rendering capabilities for complex
non-Roman writing systems. Graphite can be used to create "smart fonts" 
capable of displaying writing systems with various complex behaviors. With
respect to the Text Encoding Model, Graphite handles the "Rendering" aspect
of writing system implementation.

%package -n	%{libname}
Summary:	Shared libraries for graphite2
Group:		System/Libraries

%description -n	%{libname}
Graphite2 is a project within SIL’s Non-Roman Script Initiative and Language
Software Development groups to provide rendering capabilities for complex
non-Roman writing systems. Graphite can be used to create "smart fonts" 
capable of displaying writing systems with various complex behaviors. With
respect to the Text Encoding Model, Graphite handles the "Rendering" aspect
of writing system implementation.

%package -n	%{develname}
Summary:	Development header files and libraries for graphite2
Group:		Development/C++
Requires:	%{libname} >= %{version}-%{release}
Provides:	graphite2-devel = %{version}-%{release}

%description -n	%{develname}
Includes and definitions for developing with graphite2.

%prep

%setup -q

%build
%cmake -DENABLE_COMPARE_RENDERER=OFF
%make
#make docs

#%%check
#ctest <- barfs

%install
%makeinstall_std -C build


%files
%{_bindir}/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*


%files -n %{develname}
%doc ChangeLog
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.cmake
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.4-3
+ Revision: 5cdd673
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16617 |14mr|graphviz-2.38.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# disable madness
%define _unpackaged_subdirs_terminate_build 0

%define _disable_ld_no_undefined 1
%bcond_without static
%bcond_with libr

%define cdt_major 5
%define cgraph_major 6
%define gvc_major 6
%define gvpr_major 2
%define pathplan_major 4
%define xdot_major 4

%define lib_cdt %mklibname cdt %{cdt_major}
%define lib_cgraph %mklibname cgraph %{cgraph_major}
%define lib_gvc %mklibname gvc %{gvc_major}
%define lib_gvpr %mklibname gvpr %{gvpr_major}
%define lib_pathplan %mklibname pathplan %{pathplan_major}
%define lib_xdot %mklibname xdot %{xdot_major}
%define devname %mklibname graphviz -d
%define staticname %mklibname graphviz -d -s

%if %{_use_internal_dependency_generator}
%define __noautoreq '/usr/bin/lua'
%endif

Summary:	Graph visualization tools
Name:		graphviz
Version:	2.38.0
Release:	3
License:	Common Public License
Group:		Graphics
Url:		http://www.graphviz.org
Source0:	http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
Patch0:		graphviz-2.30.1-linkage.patch
Patch1:		graphviz-2.30.1-pkgconfig.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	swig
BuildRequires:	gd-devel
BuildRequires:	gettext-devel
# jpeg:          No (only required by internal libgd)
#BuildRequires:	jpeg-devel
BuildRequires:	libltdl-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkglext-1.0)
BuildRequires:	pkgconfig(gtkgl-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)

Conflicts: %{mklibname graphviz 4} < 2.20.3-3

%description
A collection of tools for the manipulation and layout
of graphs (as in nodes and edges, not as in barcharts).

%files
%dir %{_libdir}/%{name}
%{_bindir}/*
%{_mandir}/man?/*
%{_datadir}/graphviz
%{_libdir}/graphviz/*.so.*

%post
%{_bindir}/dot -c

%postun
if ! test -x %{_bindir}/dot; then rm -f %{_libdir}/%{name}/config; fi

#-------------------------------------------------------------------------

%package doc
Summary:	%{name} documentation
Group:		Books/Computer books

%description doc
The %{name} documentation.

%files doc
%{_datadir}/doc/%{name}

#-------------------------------------------------------------------------

%package -n %{lib_cdt}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}graphviz4 < 2.26

%description -n %{lib_cdt}
This package provides the cdt shared library for %{name}.

%files -n %{lib_cdt}
%{_libdir}/libcdt.so.%{cdt_major}*

#-------------------------------------------------------------------------

%package -n %{lib_cgraph}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}graphviz4 < 2.26

%description -n %{lib_cgraph}
This package provides the cgraph shared library for %{name}.

%files -n %{lib_cgraph}
%{_libdir}/libcgraph.so.%{cgraph_major}*

#-------------------------------------------------------------------------

%package -n %{lib_gvc}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}graphviz4 < 2.26

%description -n %{lib_gvc}
This package provides the gvc shared library for %{name}.

%files -n %{lib_gvc}
%{_libdir}/libgvc.so.%{gvc_major}*

#-------------------------------------------------------------------------

%package -n %{lib_gvpr}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{lib_gvpr}
This package provides the gvpr shared library for %{name}.

%files -n %{lib_gvpr}
%{_libdir}/libgvpr.so.%{gvpr_major}*

#-------------------------------------------------------------------------

%package -n %{lib_pathplan}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}graphviz4 < 2.26

%description -n %{lib_pathplan}
This package provides the pathplan shared library for %{name}.

%files -n %{lib_pathplan}
%{_libdir}/libpathplan.so.%{pathplan_major}*

#-------------------------------------------------------------------------

%package -n %{lib_xdot}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{lib_xdot}
This package provides the xdot shared library for %{name}.

%files -n %{lib_xdot}
%{_libdir}/libxdot.so.%{xdot_major}*

#-------------------------------------------------------------------------

%define lua_version %(if [ -x /usr/bin/lua ]; then lua -v 2>&1| awk '{print $2}' | awk -F. '{print $1 "." $2}'; fi)

%package -n lua-graphviz
Summary:	Graphviz bindings for lua
Group:		System/Libraries
BuildRequires:	pkgconfig(lua)

%description -n lua-graphviz
This package provides the Lua extension for %{name}.

%files -n lua-graphviz
%{_libdir}/graphviz/lua
%{_libdir}/lua/%{lua_version}/gv.so

#-------------------------------------------------------------------------

%package -n php-graphviz
Summary:	Graphviz bindings for php
Group:		System/Libraries
BuildRequires:	php-devel
BuildRequires:	php-cli
Obsoletes:	%{mklibname graphvizphp 0} < 2.28.0-4

%description -n php-graphviz
This package provides the PHP extension for %{name}.

%files -n php-graphviz
%{_libdir}/graphviz/php
%{_libdir}/php/modules/gv.so
%{_datadir}/php/gv.php

#-------------------------------------------------------------------------

%package -n python-graphviz
Summary:	Graphviz bindings for python
Group:		System/Libraries
Obsoletes:	%{mklibname graphvizpython 0} < 2.28.0-4
BuildRequires:	pkgconfig(python)

%description -n python-graphviz
This package provides the Python extension for %{name}.

%files -n python-graphviz
%{_libdir}/graphviz/python
%{py_platsitedir}/*

#-------------------------------------------------------------------------

%package -n ruby-graphviz
Summary:	Graphviz bindings for ruby
Group:		System/Libraries
BuildRequires:	ruby-devel
Obsoletes:	%{mklibname graphvizruby 0} < 2.28.0-4

%description -n ruby-graphviz
This package provides the Ruby extension for %{name}.

%files -n ruby-graphviz
%{_libdir}/graphviz/ruby
%{_prefix}/lib/ruby

#-------------------------------------------------------------------------

%package -n perl-graphviz
Summary:	Graphviz bindings for perl
Group:		System/Libraries
BuildRequires:	perl-devel
Obsoletes:	%{mklibname graphvizperl 0} < 2.28.0-4

%description -n perl-graphviz
This package provides the Perl extension for %{name}.

%files -n perl-graphviz
%{perl_vendorarch}/*
%{_libdir}/graphviz/perl

#-------------------------------------------------------------------------

%package -n tcl-graphviz
Summary:	Graphviz bindings for tcl
Group:		System/Libraries
BuildRequires:	tcl-devel >= 8.3.0
BuildRequires:	tk-devel >= 8.3.0
BuildRequires:	tk >= 8.3.0
Obsoletes:	%{mklibname graphviztcl 7 -d} < 2.28.0-4
Obsoletes:	%{mklibname graphviztcl 0} < 2.28.0-4

%description -n tcl-graphviz
This package provides the Tcl extension for %{name}.

%files -n tcl-graphviz
%{_libdir}/tcl*
%{_libdir}/graphviz/tcl

#-------------------------------------------------------------------------

%define jdk_path %{_prefix}/lib/jvm/java
%define java_includes %{_includedir}/libgcj

%package -n java-graphviz
Summary:	Graphviz bindings for java
Group:		System/Libraries
BuildRequires:	java-devel
Obsoletes:	%{mklibname graphvizjava 0} < 2.28.0-4

%description -n java-graphviz
This package provides the Java extension for %{name}.

%files -n java-graphviz
%{_libdir}/graphviz/java

#-------------------------------------------------------------------------

%if %{with libr}
%package -n r-graphviz
Summary:	Graphviz bindings for R
Group:		System/Libraries
BuildRequires:	pkgconfig(libRmath)
Obsoletes:	%{mklibname graphvizr 0} < 2.28.0-4

%description -n r-graphviz
This package provides the R extension for %{name}.

%files -n r-graphviz
%{_libdir}/graphviz/R
%endif

#-------------------------------------------------------------------------

%package -n ocaml-graphviz
Summary:	Graphviz bindings for OCaml
Group:		Development/OCaml
BuildRequires:	ocaml
Obsoletes:	%{mklibname graphvizocaml 0} < 2.28.0-4

%description -n ocaml-graphviz
This package provides the OCaml extension for %{name}.

%files -n ocaml-graphviz
%{_libdir}/graphviz/ocaml

#-------------------------------------------------------------------------

%package -n %{devname}
Group:		Development/Other
Summary:	Development package for %{name}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{mklibname graphviz -d 7} < 2.28.0-4
Obsoletes:	%{mklibname tcl -d 7} < 2.28.0-4
Obsoletes:	%{mklibname -d graphviz 3} < 2.28.0-4
Requires:	%{lib_cdt} = %{EVRD}
Requires:	%{lib_cgraph} = %{EVRD}
Requires:	%{lib_gvc} = %{EVRD}
Requires:	%{lib_gvpr} = %{EVRD}
Requires:	%{lib_pathplan} = %{EVRD}
Requires:	%{lib_xdot} = %{EVRD}

%description -n %{devname}
Development package for %{name}.

%files -n %{devname}
%{_libdir}/pkgconfig/*
%{_libdir}/graphviz/*.so
%{_libdir}/*.so
%{_includedir}/graphviz

#-------------------------------------------------------------------------

%if ! %{without static}
%package -n %{staticname}
Group:		Development/Other
Summary:	Static development package for %{name}
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}
Obsoletes:	%{mklibname -d -s graphviz 3} < 2.28.0-4

%description -n %{staticname}
Static development package for %{name}.

%files -n %{staticname}
%{_libdir}/graphviz/*.a
%{_libdir}/*.a
%endif

#-------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .link
sed -i s,"ruby-1.9","ruby-2.1",g configure.ac

%build
autoreconf -fi
%configure2_5x \
	--with-x \
%if %{without static}
	--disable-static \
%else
	--enable-static \
%endif
%if %{with libr}
	--enable-r \
%else
	--disable-r \
%endif
	--enable-ocaml \
	--enable-perl \
	--enable-php \
	--enable-python \
	--disable-guile \
	--disable-sharp \
	--with-pangocairo \
	--with-gtk \
	--with-libgd \
	--disable-io \
	--disable-dependency-tracking

%make TK_LIB_SPEC="-ltcl -ltk" LIBS="-lX11"

%install
%makeinstall_std

# fix documentation
install -d -m 755 %{buildroot}%{_docdir}
mv %{buildroot}%{_datadir}/%{name}/doc %{buildroot}%{_docdir}/%{name}
mv %{buildroot}%{_datadir}/%{name}/demo %{buildroot}%{_docdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.38.0-3
+ Revision: 5af2ae1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16618 |14mr|grep-2.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _bindir /bin

Summary:	The GNU versions of grep pattern matching utilities
Name:		grep
Version:	2.20
Release:	2
License:	GPLv3+
Group:		Text tools
Url:		http://www.gnu.org/software/grep/grep.html
Source0:	ftp://ftp.gnu.org/pub/gnu/grep/%{name}-%{version}.tar.xz
Source1:	ftp://ftp.gnu.org/pub/gnu/grep/%{name}-%{version}.tar.xz.sig
BuildRequires:	bison
BuildRequires:	gettext
BuildRequires:	texinfo
BuildRequires:	pkgconfig(libpcre)
Provides:	/bin/grep

%description
The GNU versions of commonly used grep utilities.  Grep searches one or
more input files for lines which contain a match to a specified pattern
and then prints the matching lines. GNU's grep utilities include grep,
egrep and fgrep.

You should install grep on your system, because it is a very useful utility
for searching through text files, for system administration tasks, etc.

%files -f %{name}.lang
%{_bindir}/*
%{_mandir}/*/*

#----------------------------------------------------------------------------

%package doc
Summary:	Grep documentation in info format
Group:		Books/Computer books

%description doc
The GNU versions of commonly used grep utilities.  Grep searches one or
more input files for lines which contain a match to a specified pattern
and then prints the matching lines. GNU's grep utilities include grep,
egrep and fgrep.

You should install grep on your system, because it is a very useful utility
for searching through text files, for system administration tasks, etc.

Install this package if you want info documentation on grep.

%files doc
%doc AUTHORS THANKS TODO NEWS README ChangeLog
%{_infodir}/*.info*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--without-included-regex \
	--enable-perl-regexp \
	--exec-prefix=/ \
	--enable-threads=posix

%make

%install
%makeinstall_std

%find_lang %{name}

%check
make check

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.20-2
+ Revision: 3ee9bca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16619 |14mr|grilo-0.2.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define api	0.2
%define major	1
%define major_grlnet	0
%define libname	%mklibname %{name} %{api} %{major}
%define libgrlnet	%mklibname grlnet %{api} %{major_grlnet}
%define girname %mklibname %{name}-gir %{api}
%define girgrlnet %mklibname grlnet-gir %{api}
%define devname	%mklibname -d %{name}


Summary:	Content discovery framework
Name:		grilo
Version:	0.2.10
Release:	2
Group:		System/Libraries
License:	LGPLv2+
Url:		http://live.gnome.org/Grilo
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	vala-tools
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(totem-plparser)

%description
Grilo is a framework that provides access to different sources of
multimedia content, using a pluggable system.
This package contains the core library and elements.

%package -n %{libname}
Summary:	Libraries files for Grilo framework
Group:		System/Libraries

%description -n %{libname}
This package contains the core library for %{name}.

%package -n %{libgrlnet}
Summary:	Libraries files for Grilo framework
Group:		System/Libraries

%description -n %{libgrlnet}
This package contains the grlnet library for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{girgrlnet}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girgrlnet}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Libraries/include files for Grilo framework
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libgrlnet} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Requires:	%{girgrlnet = %{version}-%{release}}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Grilo is a framework that provides access to different sources of
multimedia content, using a pluggable system.

This package contains the core library and elements, as well as
general and API documentation.

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--enable-vala \
	--enable-gtk-doc \
	--enable-introspection \
	--enable-grl-net \
	--disable-tests

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_libdir}/grilo-%{api} %{buildroot}%{_datadir}/grilo-%{api}/plugins

# Remove files that will not be packaged
rm -f %{buildroot}%{_bindir}/grilo-simple-playlist

%find_lang %{name} || touch %{name}.lang

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README TODO
%{_bindir}/grl-inspect-%{api}
%{_bindir}/grilo-test-ui-%{api}
%{_libdir}/grilo-%{api}
%{_datadir}/grilo-%{api}/plugins
%{_mandir}/man1/grl-inspect.1.*

%files -n %{libname}
%{_libdir}/libgrilo-%{api}.so.%{major}*
%{_libdir}/libgrlpls-%{api}.so.*

%files -n %{libgrlnet}
%{_libdir}/libgrlnet-%{api}.so.%{major_grlnet}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Grl-%{api}.typelib
%{_libdir}/girepository-1.0/GrlPls-%{api}.typelib

%files -n %{girgrlnet}
%{_libdir}/girepository-1.0/GrlNet-%{api}.typelib

%files -n %{devname}
%doc AUTHORS COPYING NEWS README TODO
%doc %{_datadir}/gtk-doc/html/%{name}
%{_includedir}/%{name}-%{api}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/*.gir
%{_datadir}/vala/vapi/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.10-2
+ Revision: 97bd8e2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16620 |14mr|grilo-plugins-0.2.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	0.2

%define url_ver %(echo %{version} | cut -d. -f1,2)

Name:		grilo-plugins
Version:	0.2.12
Release:	2
Summary:	Plugins for the Grilo framework
Group:		System/Libraries
License:	LGPLv2+
Url:		https://live.gnome.org/Grilo
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	gnome-common
BuildRequires:	intltool itstool
BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmime-2.6)
BuildRequires:	pkgconfig(gupnp-1.0)
BuildRequires:	pkgconfig(gupnp-av-1.0)
#BuildRequires:	pkgconfig(libgdata)
BuildRequires:	libgdata-devel
BuildRequires:	pkgconfig(libquvi)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(rest-0.7)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(tracker-sparql-1.0)
BuildRequires:	pkgconfig(grilo-0.2)
BuildRequires:  pkgconfig(json-glib-1.0)

Requires:	grilo

%description
Grilo is a framework that provides access to different sources of
multimedia content, using a pluggable system.
This package contains plugins to get information from theses sources:
- Apple Trailers
- Bookmarks
- Filesystem
- Flickr
- Gravatar
- Jamendo
- Last.fm (for album arts)
- Local metadata (album arts and thumbnails)
- Metadata Store
- Podcasts
- Shoutcast
- Tracker
- UPnP
- Vimeo
- Youtube

%prep
%setup -q
%apply_patches

%build
#NOCONFIGURE=1 gnome-autogen.sh
%configure2_5x \
	--disable-static \
	--enable-apple-trailers \
	--enable-bookmarks \
	--enable-fakemetadata \
	--enable-filesystem \
	--enable-flickr	\
	--enable-gravatar \
	--enable-jamendo \
	--enable-lastfm-albumart \
	--enable-localmetadata \
	--enable-metadata-store \
	--enable-podcasts \
	--enable-shoutcast \
	--enable-tracker \
	--enable-upnp \
	--enable-vimeo \
	--enable-youtube

%make

%install
%makeinstall_std

# Remove files that will not be packaged
find %{buildroot} -name "*.la" -delete

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_libdir}/grilo-%{api}/grl-apple-trailers.xml
%{_libdir}/grilo-%{api}/libgrlappletrailers.so

%{_libdir}/grilo-%{api}/grl-bliptv.xml
%{_libdir}/grilo-%{api}/libgrlbliptv.so

%{_libdir}/grilo-%{api}/grl-bookmarks.xml
%{_libdir}/grilo-%{api}/libgrlbookmarks.so

%{_libdir}/grilo-%{api}/grl-filesystem.xml
%{_libdir}/grilo-%{api}/libgrlfilesystem.so

%{_libdir}/grilo-%{api}/grl-flickr.xml
%{_libdir}/grilo-%{api}/libgrlflickr.so

%{_libdir}/grilo-%{api}/grl-gravatar.xml
%{_libdir}/grilo-%{api}/libgrlgravatar.so

%{_libdir}/grilo-%{api}/grl-jamendo.xml
%{_libdir}/grilo-%{api}/libgrljamendo.so

%{_libdir}/grilo-%{api}/grl-lastfm-albumart.xml
%{_libdir}/grilo-%{api}/libgrllastfm-albumart.so

%{_libdir}/grilo-%{api}/grl-local-metadata.xml
%{_libdir}/grilo-%{api}/libgrllocalmetadata.so

%{_libdir}/grilo-%{api}/grl-metadata-store.xml
%{_libdir}/grilo-%{api}/libgrlmetadatastore.so

%{_libdir}/grilo-%{api}/grl-podcasts.xml
%{_libdir}/grilo-%{api}/libgrlpodcasts.so

%{_libdir}/grilo-%{api}/grl-shoutcast.xml
%{_libdir}/grilo-%{api}/libgrlshoutcast.so

%{_libdir}/grilo-%{api}/grl-tracker.xml
%{_libdir}/grilo-%{api}/libgrltracker.so

%{_libdir}/grilo-%{api}/grl-upnp.xml
%{_libdir}/grilo-%{api}/libgrlupnp.so

%{_libdir}/grilo-%{api}/grl-vimeo.xml
%{_libdir}/grilo-%{api}/libgrlvimeo.so

%{_libdir}/grilo-%{api}/grl-youtube.xml
%{_libdir}/grilo-%{api}/libgrlyoutube.so

%{_libdir}/grilo-%{api}/grl-raitv.xml
%{_libdir}/grilo-%{api}/libgrlraitv.so

%{_libdir}/grilo-%{api}/grl-magnatune.xml
%{_libdir}/grilo-%{api}/libgrlmagnatune.so

%{_libdir}/grilo-%{api}/grl-optical-media.xml
%{_libdir}/grilo-%{api}/libgrloptical-media.so

%{_libdir}/grilo-%{api}/grl-lua-factory.xml
%{_libdir}/grilo-%{api}/libgrlluafactory.so

%{_libdir}/grilo-%{api}/grl-pocket.xml
%{_libdir}/grilo-%{api}/libgrlpocket.so

%{_libdir}/grilo-%{api}/grl-tmdb.xml
%{_libdir}/grilo-%{api}/libgrltmdb.so

%{_datadir}/help/C/examples/example-tmdb.c
%{_datadir}/help/C/grilo-plugins/grilo-plugins.xml
%{_datadir}/help/C/grilo-plugins/legal.xml

%{_datadir}/grilo-plugins/grl-lua-factory/*.lua

%changelog
* Thu Jul 03 2014 Tigro <ashejn@gmail.com> 0.2.12-2
+ Revision: 24f7b98
- pack some files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16621 |14mr|grive-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Looks like upstream switched to static build for 0.2.0
# Keep subpackages in spec in case upstream starts to provide them again
%define build_shared 0

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%define git 20130503

Summary:	An Open Source Linux Client for Google Drive
Name:		grive
Version:	0.2.0
Release:	4
License:	GPLv2+
Group:		Networking/File transfer
Url:		https://github.com/Grive/
# Repack from git
Source0:	%{name}-%{version}.tar.xz
Patch0:		grive-0.2.0-bfd.patch
Patch1:		grive-0.2.0-json-c.patch

BuildRequires:	cmake
BuildRequires:	binutils-devel
BuildRequires:	boost-devel
BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(openssl)
%if ! %{build_shared}
Obsoletes:	%{libname} < %{version}-%{release}
Obsoletes:	%{devname} < %{version}-%{release}
%endif

%description
The purpose of this project is to provide an independent implementation of
Google Drive client. It uses the Google Document List API to talk to the
servers in Google. The code is written in standard C++.

%files
%doc COPYING README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%if %{build_shared}
%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libgrive.so.%{major}*
%endif

#----------------------------------------------------------------------------

%if %{build_shared}
%package -n %{devname}
Summary:	Libraries and include files for developing with %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package provides the necessary development library and include
files to allow you to develop with %{name}.

%files -n %{devname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/libgrive.so
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.0-4
+ Revision: 981ec9b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16622 |14mr|groff-1.22.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_ver %(echo %{version}|cut -d. -f1,2)
%bcond_with	crosscompile

Summary:	Document formatting system
Name:		groff
Version:	1.22.2
Release:	4
License:	GPLv2+
Group:		Text tools
Url:		http://www.gnu.org/software/groff/
Source0:	ftp://ftp.gnu.org/gnu/groff/%{name}-%{version}.tar.gz
Source1:	troff-to-ps.fpi
Source100:	%{name}.rpmlintrc
Patch1:		groff-1.20.1-nroff-convert-encoding.patch

BuildRequires:	ghostscript
BuildRequires:	imake
BuildRequires:	netpbm
BuildRequires:	psutils
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xmu)
Requires:	groff-base

%track
prog %{name} = {
	url = http://ftp.gnu.org/gnu/groff/
	version = %version
	regex = %{name}-(__VER__)\.tar\.gz
}

%description
Groff is a document formatting system. Groff takes standard text and
formatting commands as input and produces formatted output. The created
documents can be shown on a display or printed on a printer. Groff's
formatting commands allow you to specify font type and size, bold type,
italic type, the number and size of columns on a page, and more.

You should install groff if you want to use it as a document formatting
system. Groff can also be used to format man pages. If you are going to
use groff with the X Window System, you'll also need to install the
groff-gxditview package.

%files
%{_bindir}/addftinfo
%{_bindir}/chem
%{_bindir}/eqn2graph
%{_bindir}/gdiffmk
%{_bindir}/grap2graph
%{_bindir}/grn
%{_bindir}/grodvi
%{_bindir}/groffer
%{_bindir}/grolbp
%{_bindir}/grolj4
%{_bindir}/gropdf
%{_bindir}/hpftodit
%{_bindir}/indxbib
%{_bindir}/lkbib
%{_bindir}/lookbib
%{_bindir}/neqn
%{_bindir}/pdfroff
%{_bindir}/pdfmom
%{_bindir}/pic
%{_bindir}/pic2graph
%{_bindir}/post-grohtml
%{_bindir}/pre-grohtml
%{_bindir}/roff2dvi
%{_bindir}/roff2html
%{_bindir}/roff2pdf
%{_bindir}/roff2ps
%{_bindir}/roff2text
%{_bindir}/roff2x
%{_bindir}/refer
%{_bindir}/soelim
%{_bindir}/tfmtodit
%{_bindir}/xtotroff
%{_libdir}/groff/groffer
%{_datadir}/groff/%{version}/eign
%{_datadir}/groff/%{version}/font/devX100
%{_datadir}/groff/%{version}/font/devX100-12
%{_datadir}/groff/%{version}/font/devX75
%{_datadir}/groff/%{version}/font/devX75-12
%{_datadir}/groff/%{version}/font/devdvi
%{_datadir}/groff/%{version}/font/devhtml
%{_datadir}/groff/%{version}/font/devlbp
%{_datadir}/groff/%{version}/font/devlj4
%{_datadir}/groff/%{version}/font/devps
%{_datadir}/groff/%{version}/font/devpdf
%{_datadir}/groff/%{version}/oldfont/devps
%{_datadir}/groff/%{version}/pic/chem.pic
%{_docdir}/groff-%{version}
%{_infodir}/groff*
%{_mandir}/man1/addftinfo.*
%{_mandir}/man1/chem.*
%{_mandir}/man1/eqn2graph.*
%{_mandir}/man1/gdiffmk.*
%{_mandir}/man1/grap2graph.*
%{_mandir}/man1/grn.*
%{_mandir}/man1/grodvi.*
%{_mandir}/man1/groffer.*
%{_mandir}/man1/grohtml.*
%{_mandir}/man1/grolbp.*
%{_mandir}/man1/grolj4.*
%{_mandir}/man1/gropdf.*
%{_mandir}/man1/hpftodit.*
%{_mandir}/man1/indxbib.*
%{_mandir}/man1/lkbib.*
%{_mandir}/man1/lookbib.*
%{_mandir}/man1/neqn.*
%{_mandir}/man1/pdfroff.*
%{_mandir}/man1/pdfmom.*
%{_mandir}/man1/pic.*
%{_mandir}/man1/pic2graph.*
%{_mandir}/man1/refer.*
%{_mandir}/man1/roff2dvi.*
%{_mandir}/man1/roff2html.*
%{_mandir}/man1/roff2ps.*
%{_mandir}/man1/roff2pdf.*
%{_mandir}/man1/roff2text.*
%{_mandir}/man1/roff2x.*
%{_mandir}/man1/soelim.*
%{_mandir}/man1/tfmtodit.*
%{_mandir}/man1/xtotroff.*
%{_mandir}/man5/*
%{_mandir}/man7/*

%package base
Summary:	Groff components required for viewing manpages
Group:		Text tools
%rename groff-for-man
# preconv binary moved from older groff
# pfbtops binary moved from groff to base
# the only bin reqd by font-tools MD 2012/02
Conflicts:	groff <= 1.21-4
Obsoletes:  groff <= 1.21-4

%description base
The groff-base package contains the parts of the groff text processor
package that are required for viewing manpages.
For a full groff package, install package groff.

%files base
%{_bindir}/eqn
%{_bindir}/groff
%{_bindir}/grops
%{_bindir}/grotty
%{_bindir}/nroff
%{_bindir}/pfbtops
%{_bindir}/preconv
%{_bindir}/tbl
%{_bindir}/troff
%{_datadir}/groff/current
%dir %{_datadir}/groff
%dir %{_datadir}/groff/%{version}
%{_datadir}/groff/%{version}/tmac
%dir %{_datadir}/groff/%{version}/font
%{_datadir}/groff/%{version}/font/devascii
%{_datadir}/groff/%{version}/font/devlatin1
%{_datadir}/groff/%{version}/font/devutf8
%dir %{_datadir}/groff/site-tmac
%{_datadir}/groff/site-tmac/man.local
%{_datadir}/groff/site-tmac/mdoc.local
%{_mandir}/man1/eqn.*
%{_mandir}/man1/groff.*
%{_mandir}/man1/grops.*
%{_mandir}/man1/grotty.*
%{_mandir}/man1/pfbtops.*
%{_mandir}/man1/preconv.*
%{_mandir}/man1/nroff.*
%{_mandir}/man1/tbl.*
%{_mandir}/man1/troff.*

%package perl
Summary:	Parts of the groff formatting system that require Perl
Group:		Text tools
Requires:	groff-base = %{version}-%{release}

%description perl
The groff-perl package contains the parts of the groff text processor
package that require Perl. These include the afmtodit font processor for
creating PostScript font files, the grog utility that can be used to
automatically determine groff command-line options, and the troff-to-ps
print filter.

%files perl
%{_bindir}/afmtodit
%{_bindir}/grog
%{_bindir}/mmroff
%{_libdir}/rhs/rhs-printfilters/troff-to-ps.fpi
%{_mandir}/man1/afmtodit.*
%{_mandir}/man1/grog.*
%{_mandir}/man1/mmroff.*

%package gxditview
Summary:	X previewer for groff text processor output
Group:		Text tools
Requires:	groff-base = %{version}-%{release}

%description gxditview

Gxditview displays the groff text processor's output on an X Window
System display.

If you are going to use groff as a text processor, you should install
gxditview so that you preview your processed text files in X. You'll
also need to install the groff package and the X Window System.

%files gxditview
%{_bindir}/gxditview
%{_libdir}/X11/app-defaults/GXditview
%{_libdir}/X11/app-defaults/GXditview-color
%{_mandir}/man1/gxditview.*

%prep
%setup -q
%apply_patches
%if %{with crosscompile}
sed -i \
    -e '/^GROFFBIN=/s:=.*:=%{_bindir}/groff:' \
    -e '/^TROFFBIN=/s:=.*:=%{_bindir}/troff:' \
    -e '/^GROFF_BIN_PATH=/s:=.*:=%{_bindir}:' \
    -e '/^GROFF_BIN_DIR=/s:=.*:=%{_bindir}:' \
    contrib/*/Makefile.sub \
    doc/Makefile.in \
    doc/Makefile.sub
%endif

%build
%configure2_5x --with-appresdir=%{_libdir}/X11/app-defaults
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_libdir}/rhs/rhs-printfilters
install -m755 %{SOURCE1} %{buildroot}/%{_libdir}/rhs/rhs-printfilters

# MD fix bad symlink
rm -f %{buildroot}/%{_datadir}/doc/groff-%version/pdf/mom-pdf.pdf
ln -s ../examples/mom/mom-pdf.pdf \
	%{buildroot}/%{_datadir}/doc/groff-%version/pdf/mom-pdf.pdf


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.22.2-4
+ Revision: 52d1953
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16623 |14mr|grub-0.97-44
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_gcc_42 0
%define _default_patch_fuzz 2

Summary:	GRand Unified Bootloader
Name:		grub
Version:	0.97
Release:	44
URL:		http://www.gnu.org/software/grub/
Source0:	ftp://alpha.gnu.org/gnu/grub/%{name}-%{version}.tar.gz
Source2:	menu.lst.example

# Mandriva patches
Patch10000:	grub-0.5.96.1-ezd.patch
Patch10001:	grub-0.97-gcc4_warnings.patch
Patch10005:	grub-0.95-eltorito.patch
Patch10007:	grub-0.91-nice-magic.patch
Patch10009:	grub-0.95-mem_lower.patch
Patch10015:	grub-0.97-install_sh.patch
Patch10016:	grub-0.97-reiser4.patch
Patch10018:	grub-0.97-please-automake--add-AM_PROG_AS.patch

# gfxboot patch from SuSE
Patch10017:	grub-gfxmenu-v8.diff

# handle the now default ext3 format (from debian which took it from fedora)
Patch1:		grub-ext3-256byte-inode.patch

# fedora patches
Patch22:	grub-0.94-addsyncs.patch
Patch23:	0002-Add-strspn-strcspn-and-strtok_r.patch
Patch24:	0003-Allow-passing-multiple-image-files-to-the-initrd-com.patch
Patch25:	grub-ext4-support.patch

# patches 100-199 are for features proposed but not accepted upstream
# add support for appending kernel arguments
#XXX patch below conflicts with our graphics patch
#Patch100: grub-0.90-append.patch
# add support for lilo -R-esque select a new os to boot into
Patch101:	grub-0.97-once.patch
Patch102:	grub-0.97-once-info-doc.patch

# patches 500+ are for miscellaneous little things
# support for non-std devs (eg cciss, etc)
Patch500:	grub-0.93-special-device-names.patch
# i2o device support
Patch501:	grub-0.94-i2o.patch
# detect cciss/ida/i2o
Patch502:	grub-0.95-moreraid.patch

# for some reason, using the initrd max part of the setup.S structure
# causes problems on x86_64 and with 4G/4G
Patch505:	grub-0.94-initrdmax.patch

# we need to use O_DIRECT to avoid hitting oddities with caching
Patch800:	grub-0.95-odirect.patch

# odirect actually causes problem (open returns EINVAL) with gfxboot
# install of grub in a file (e.g. preview mode under qemu)
Patch801:	grub-0.97-odirect-on-device-only.patch

# the 2.6 kernel no longer does geometry fixups.  so now I get to do it
# instead in userspace everywhere.  
Patch1000:	grub-0.95-geometry-26kernel.patch

# Support for booting from a RAID1 device
Patch1100:	grub-0.95-md.patch
Patch1101:	grub-0.97-md-rework--mdv-adapted.patch

# Mark the simulation stack executable
# (otherwise grub segfaults on x86_64 which uses "noexec")
Patch1104:	grub-0.97-nxstack.patch
Patch1105:	grub-0.97-nx-multiinstall.patch

# always use a full path for mdadm.
Patch1110:	grub-0.97-mdadm-path.patch
# always install into the mbr if we're on a raid1 /boot.
Patch1111:	grub-0.95-md-mbr.patch

# gcc4 fixes.
#XXX patch below conflicts with our graphics patch
#Patch1115: grub-0.97-gcc4.patch

# Make non-MBR installs work again on non-raid1.
Patch1120:	grub-0.95-nonmbr.patch

# Make "grub-install --recheck" look like the menace it is.
Patch1130:	grub-0.95-recheck-bad.patch

# Fix missing prototypes, since grub nicely sets -Wmissing-prototypes and
# then tries to build conftests without them.
Patch1135:	grub-0.97-prototypes.patch

# install correctly on dmraid devices
Patch1145:	grub-0.97-dmraid.patch
Patch1146:	grub-0.97-dmraid-recheck-bad--mdv-adapted.patch
Patch1147:	grub-0.97-dmraid-partition-names.patch

# fix mactel keyboard bugs
Patch1148:	grub-0.97-mactel-kbd.patch

# fix error reporting
#XXX not very important, and would need adaptation, skipping
#Patch1149: grub-0.97-stderr.patch

# fix grub-install to notice mpath partitions
Patch1150:	grub-0.97-mpath.patch

# fix grub-install to notice virtio partitions (from fedora)
Patch1154:	grub-0.97-virtio-support.patch

# (from ubuntu) (nb: needed for grub-uuid.diff)
Patch1151:	grub-varargs.diff
# (from ubuntu) (nb: needed for grub-uuid.diff)
Patch1152:	grub-gpt.diff

# (from ubuntu)
# note that uuid support is partial (only in menu.lst), stage2 & menu.lst are
# still accessed through (hdX,Y)
# 
# pros of using uuid in menu.lst:
# - menu.lst hd0/hd1 independance.
#   this is mostly useful when menu.lst is read through "configfile"
# missing feature:
# - partition renumbering will still break boot if install.sh is not modified
#  (since install.sh can't use uuid)
# 
# anyway, this patch is useful to have even unused, since it allows
# "configfile" to handle ubuntu's menu.lst
Patch1153:	grub-uuid.diff

# grub patch for dealing with build-id objheader inserted into stage1/2 files 
Patch1155:	grub-0.97-grub-build-id.patch

# automake fix
Patch1156:      grub-0.97-automake-fixes.patch

License:	GPL
Group:		System/Kernel and hardware
BuildRequires:	autoconf2.5
BuildRequires:	automake1.8
%if %{with_gcc_42}
BuildRequires:	gcc4.2
%endif
BuildRequires:	glibc-static-devel
BuildRequires:	gpm-devel
BuildRequires:	pkgconfig(ncurses)
#BuildRequires:	tetex-dvips
#BuildRequires:	tetex-latex
BuildRequires:	texinfo
Exclusivearch:	%ix86 x86_64 amd64 ia32e

Provides:	bootloader

%description
GRUB is a GPLed bootloader intended to unify bootloading across x86
operating systems.  In addition to loading the Linux and *BSD kernels,
it implements the Multiboot standard, which allows for flexible loading
of multiple boot images (needed for modular kernels such as the GNU
Hurd).

%prep
%setup -q

%patch1 -p1 -b .256byte-inode
%patch22 -p1 -b .addsync
%patch23 -p1 -b .string-functions
%patch24 -p1 -b .multiple-initrd
%patch25 -p1 -b .ext4

%patch101 -p1 -b .bootonce
%patch102 -p1 -b .bootonce-doc -z .pix

%patch500 -p1 -b .raid
%patch501 -p1 -b .i2o
%patch502 -p1 -b .moreraid

%patch505 -p1 -b .initrdmax

%patch800 -p1 -b .odirect
%patch801 -p1 -b .odirect-on-device-only

%patch1000 -p1 -b .26geom

%patch1100 -p1 -b .md
%patch1101 -p1 -b .md-rework

%patch1104 -p1 -b .nxstack
%patch1105 -p1 -b .nx-multiinstall

%patch1110 -p1 -b .mdadm-path
%patch1111 -p1 -b .md-mbr

%patch1120 -p1 -b .nonmbr

%patch1130 -p1 -b .recheck-bad

%patch1135 -p1 -b .prototypes

%patch1145 -p1 -b .dmraid
%patch1146 -p1 -b .dmraid-recheck-bad
%patch1147 -p1 -b .dmraid-partition-names

%patch1148 -p1 -b .mactel-kbd

%patch1150 -p1 -b .mpath
%patch1154 -p1 -b .virtio

%patch1151 -p1 -b .varargs
%patch1152 -p1 -b .gpt
%patch1153 -p1 -b .uuid
%patch1155 -p1
%patch1156 -p1

%patch10000 -p1
%patch10001 -p1
%patch10005 -p1
%patch10007 -p1
%patch10009 -p1
%patch10015 -p1
#%#patch10016 -p1
%patch10018 -p1

%patch10017 -p0

%build
# force building grub.info from grub.texi (since patches do not edit both)
# rm docs/grub.info

# automake 1.11.2
perl -pi -e 's|pkglib_|pkgdata_|g;' stage{1,2}/Makefile.{am,in}
autoreconf -fi

#<akdengi> New binutils with gold failed in adress check 7C00, 8000.
#sed -e "s/for link_addr in 2000 8000 7C00/for link_addr in 2000/" -i configure

CFLAGS="-Os -static -g -fno-strict-aliasing -fno-stack-protector -fno-reorder-functions -Wl,--build-id=none -fuse-ld=bfd" \
./configure --build=%{_target_platform} \
	    --host=%{_host} \
	    --target=%{_target} \
	    --prefix=%{_prefix} \
	    --exec-prefix=/ \
	    --bindir=%{_bindir} \
	    --mandir=%{_mandir} \
	    --infodir=%{_infodir} \
	    --datadir=/lib/grub/%{_arch}-%{_vendor} \
	    --disable-auto-linux-mem-opt
%make pkgdatadir=/lib/grub/%{_arch}-%{_vendor}

%install
rm -rf %{buildroot}
%makeinstall_std pkgdatadir=/lib/grub/%{_arch}-%{_vendor}
rm -f %{buildroot}/%{_infodir}/dir
install -d %{buildroot}/boot/grub
install -m 0644 %{SOURCE2} %{buildroot}/boot/grub

%post

if [ -f /boot/grub/install.sh ]; then
	if [ -x /usr/sbin/detectloader ]; then
		LOADER=$(/usr/sbin/detectloader)
		if [ "$LOADER" = "GRUB" ]; then
			for file in /lib/grub/%{_arch}-%{_vendor}/*stage*; do
				cp -f $file /boot/grub/ || :
			done
			sh /boot/grub/install.sh > /dev/null
		fi
	fi
elif [ -e /boot/grub/menu.lst -a -e /boot/grub/stage2 ]; then
    # no install.sh, trying to get one

    # look for the device
    for DEVICE in `awk '{print "/dev/" $4}' /proc/partitions`; do
	if [ -b $DEVICE ]; then
	    echo "trying $DEVICE"
	    if /bin/dd if=$DEVICE bs=512 count=1 2>/dev/null | /bin/grep -q GRUB; then
		if [ -z "$BOOT" ]; then
		    BOOT=$DEVICE
		else
		    echo "oops, GRUB found on both $DEVICE and $BOOT"
		fi
	    fi
	fi
    done

    if [ -n "$BOOT" ]; then
	echo "installing grub on $BOOT"
	grub-install $BOOT
    else
	echo "can not find where GRUB is installed"
    fi
fi

%preun
# What a hack hell... we need this things because of upgrading from
# previous grub versions. The problem is that previous grub packages
# remove the stage files from /boot/grub in some cases, making the
# system unbootable.
%triggerun -- grub <= 0.97-1mdk
mkdir -p /boot/grub/backup_stagefiles
mv /boot/grub/*stage* /boot/grub/backup_stagefiles/ >/dev/null 2>&1 || :

# Replicate post script code here, because the trigger scripts are
# executed only after post script of this new package, and old
# install.sh was used then. So we need to execute again to use the new
# generated install.sh script.
if [ -f /boot/grub/install.sh ]; then
	if [ -x /usr/sbin/detectloader ]; then
		LOADER=$(/usr/sbin/detectloader)
		if [ "$LOADER" = "GRUB" ]; then
			for file in /lib/grub/%{_arch}-%{_vendor}/*stage*; do
				cp -f $file /boot/grub/ || :
			done
			sh /boot/grub/install.sh > /dev/null
		fi
	fi
fi

%triggerpostun -- grub <= 0.97-1mdk
if [ -d /boot/grub/backup_stagefiles ]; then
	for file in /boot/grub/backup_stagefiles/*stage*; do
		if [ ! -f "/boot/grub/`basename $file`" ]; then
			mv $file /boot/grub/ || :
		else
			rm -f $file;
		fi
	done
	rmdir /boot/grub/backup_stagefiles > /dev/null || :
fi

%files
%defattr(0644,root,root,0755)
/boot/grub
%{_infodir}/*
%{_mandir}/*/*
/lib/grub
%defattr(0755,root,root,0755)
%{_bindir}/mbchk
/sbin/grub*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.97-44
+ Revision: b7fec04
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16624 |14mr|grub2-2.00-60
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		libdir32	%{_exec_prefix}/lib
%define platform pc
%define efi 1

%global efi %{ix86} x86_64

%bcond_with	talpo

Name:		grub2
Version:	2.00
Release:	60
Summary:	GNU GRUB is a Multiboot boot loader

Group:		System/Kernel and hardware
License:	GPLv3+
URL:		http://www.gnu.org/software/grub/
Source0:	grub-%{version}.tar.gz
Source1:	90_persistent
Source2:	grub.default
Source3:	grub.melt
# www.4shared.com/archive/lFCl6wxL/grub_guidetar.html
Source4:	grub_guide.tar.gz
Source8:	grub2-po-update.tar.gz
Source9:	update-grub2
Source10:	README.urpmi
Source11:	grub2.rpmlintrc
Source12:	42_efi
Source13:	43_rescue
Source14:	grub2-cfg-mod

Patch0:		grub2-locales.patch
Patch1:		grub2-00_header.patch
Patch2:		grub2-custom-color.patch
Patch3:		grub2-move-terminal.patch
Patch4:		grub2-read-cfg.patch
Patch5:		grub2-symlink-is-garbage.patch
Patch6:		grub2-name-corrections.patch
Patch8:		grub2-theme-not_selected_item_box.patch
Patch9:         grub-2.00.Linux.remove.patch
Patch10:	grub2-mkfont-fix.patch
Patch11:	grub2-2.00-class-via-os-prober.patch
Patch12:        grub-2.00.safe.patch
Patch13:	grub-2.00-unifont-path.patch
Patch14:	grub-2.00-proportional-scale.patch
Patch15:        grub-2.00.30_os-prober.options.patch
# Build with freetype 2.5.1 and higher
Patch16:	grub-2.00-freetype-2.5.1.patch
Patch18:        grub-2.00.fix.build.flex.patch


# Fedora patches:
# https://bugzilla.redhat.com/show_bug.cgi?id=857936
Patch100:		grub2-2.00-fda-add-fw_path-search_v2.patch
# Add support for entering the firmware setup screen.
Patch101:		grub2-2.00-fda-Add-fwsetup.patch
# Don't decrease efi memory map size
Patch102:		grub2-2.00-fda-dont-decrease-mmap-size.patch
# IBM client architecture (CAS) reboot support
Patch103:		grub2-2.00-fda-cas-reboot-support.patch
# Read chunks in smaller blocks
Patch104:		grub2-2.00-fda-efidisk-ahci-workaround.patch
# Fix crash on http: https://bugzilla.redhat.com/show_bug.cgi?id=860834
Patch105:		grub2-2.00-fda-fix-http-crash.patch
# Issue separate DNS queries for ipv4 and ipv6
Patch106:		grub2-2.00-fda-Issue-separate-DNS-queries-for-ipv4-and-ipv6.patch
# Don't allow insmod when secure boot is enabled
Patch107:		grub2-2.00-fda-no-insmod-on-sb.patch
# Add support for crappy cd craparino
Patch108:		grub2-2.00-fda-cdpath.patch
# Add support for linuxefi
Patch109:	grub2-2.00-fda-linuxefi.patch
# Use "linuxefi" and "initrdefi" where appropriate
Patch110:	grub2-2.00-fda-use-linuxefi.patch
# Fix parallel build
Patch111:	grub2-2.00-parallel-build.patch

#Mageia patches
# Fix autoreconf warnings
Patch200:	grub2-2.00-mga-fix_AM_PROG_MKDIR_P-configure.ac.patch

# ROSA quick fix. Need rediff previous patch
Patch500:	grub2-10_linux_hibernate_fix.patch

Patch501:	grub2-2.00-gnulib-compatibility.patch
Patch502:	grub2-2.00-os-prober-efi-support.patch
Patch503:	grub2-2.00-improved-boot-menu.patch
Patch504:	grub2-2.00-cut-long-menu-titles.patch
Patch505:       grub-2.00.texi.diff
Patch506:       grub-2.00.autoreconf.patch
Patch507:       grub2-2.00.30_os-prober-loading-messages.patch
Patch508:       grub2-linuxefi_non_sb_fallback.patch
Patch509:       grub2-2.00-resume-location-fixes.patch

BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	ruby
BuildRequires:	fonts-ttf-unifont >= 6.2
BuildRequires:	freetype2-devel
BuildRequires:	glibc-static-devel
BuildRequires:	help2man
BuildRequires:	liblzma-devel
BuildRequires:	liblzo-devel
BuildRequires:	libusb-devel
BuildRequires:	ncurses-devel
BuildRequires:	texinfo
BuildRequires:	texlive-latex
# BuildRequires:  texlive-scheme-tetex
BuildRequires:	texlive-epsf
BuildRequires:	pkgconfig(devmapper)
BuildRequires:	autogen
%if %{with talpo}
BuildRequires:	talpo
%endif
# For updating Makefile template after patch 12
BuildRequires:	autogen

Requires:	xorriso
Requires:	rosa-release-common
Requires:	grub2-theme
Requires(post):	os-prober

Provides:	bootloader
Provides:	grub2bootloader

%description
GNU GRUB is a Multiboot boot loader. It was derived from GRUB, the
GRand Unified Bootloader, which was originally designed and implemented
by Erich Stefan Boleyn.

Briefly, a boot loader is the first software program that runs when a
computer starts. It is responsible for loading and transferring control
to the operating system kernel software (such as the Hurd or Linux).
The kernel, in turn, initializes the rest of the operating system (e.g. GNU).

#-----------------------------------------------------------------------

%ifarch %{efi}
%package efi
Summary:        GRUB for EFI systems
Group:          System/Kernel and hardware
Suggests:	efibootmgr

%description efi
The GRand Unified Bootloader (GRUB) is a highly configurable and customizable
bootloader with modular architecture. 

It support rich variety of kernel formats, file systems, computer 
architectures and hardware devices.  This subpackage provides support 
for EFI systems.
%endif

#-----------------------------------------------------------------------

%prep
%setup -q -n grub-%{version}
%apply_patches
perl -pi -e 's/(\@image\{font_char_metrics,,,,)\.(png\})/$1$2/;' \
        docs/grub-dev.texi

sed -ri -e 's/-g"/"/g' -e "s/-Werror//g" configure.ac

perl -pi -e 's/-Werror//;' grub-core/Makefile.am
export GRUB_CONTRIB="$PWD/grub-extras"
aclocal --force -Im4 -I/usr/share/aclocal --install
./autogen.sh

tar -xf %{SOURCE8}
pushd po-update; sh ./update.sh; popd
cd ..

%build
export CONFIGURE_TOP="$PWD"
%ifarch %{efi}
mkdir -p efi
pushd efi
%configure                                              \
%if %{with talpo}
	CC=talpo                                        \
	CFLAGS=-fplugin-arg-melt-option=talpo-arg-file:%{SOURCE3} \
%else
	CFLAGS=""                                       \
%endif
	TARGET_LDFLAGS=-static                          \
	--with-platform=efi                             \
	--program-transform-name=s,grub,%{name}-efi,    \
	--libdir=%{libdir32}                            \
	--libexecdir=%{libdir32}                        \
	--with-grubdir=grub2                           \
	--disable-werror                                \
	--enable-grub-emu-usb							\
	--enable-grub-mkfont
%make all

make html pdf
%ifarch %{ix86}
%define grubefiarch i386-efi
%else
%define grubefiarch %{_arch}-efi
%endif
./grub-mkimage -O %{grubefiarch} -p /EFI/rosa/%{name}-efi -o grub.efi -d grub-core part_gpt hfsplus fat \
        ext2 btrfs normal chain boot configfile linux appleldr minicmd \
        loadbios reboot halt search font gfxterm echo video efi_gop efi_uga \
        part_msdos png gfxmenu linuxefi iso9660
./grub-mkimage -O %{grubefiarch} -p /BOOT/EFI -o grubcd.efi -d grub-core part_gpt hfsplus fat \
        ext2 btrfs normal chain boot configfile linux appleldr minicmd \
        loadbios reboot halt search font gfxterm echo video efi_gop efi_uga \
        part_msdos png gfxmenu linuxefi iso9660
        
popd
%endif

mkdir -p pc
cd pc
%configure                                              \
%if %{with talpo}
	CC=talpo                                        \
	CFLAGS=-fplugin-arg-melt-option=talpo-arg-file:%{SOURCE3} \
%else
	CFLAGS=""                                       \
%endif
	TARGET_LDFLAGS=-static                          \
	--with-platform=pc                              \
    %ifarch x86_64
	--enable-efiemu                                 \
    %endif
	--program-transform-name=s,grub,%{name},        \
	--libdir=%{libdir32}                            \
	--libexecdir=%{libdir32}                        \
	--with-grubdir=grub2                            \
	--disable-werror                                \
	--enable-grub-emu-usb							\
	--enable-grub-mkfont
%make all

make html pdf
#-----------------------------------------------------------------------
%install
cp %{SOURCE10} .
%ifarch %{efi}
cd efi
%makeinstall_std
%makeinstall_std -C docs install-pdf install-html
mv %{buildroot}%{_infodir}/grub.info %{buildroot}%{_infodir}/grub2.info
#install -m644 COPYING INSTALL NEWS README THANKS TODO ChangeLog	\
#	%{buildroot}%{_docdir}/%{name}
mv %{buildroot}/etc/bash_completion.d/grub %{buildroot}/etc/bash_completion.d/grub-efi


# Script that makes part of grub.cfg persist across updates
install -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/grub.d/

# Ghost config file
 install -m 755 -d %{buildroot}/boot/efi/EFI/rosa/
 install -d %{buildroot}/boot/efi/EFI/rosa/%{name}-efi
 touch %{buildroot}/boot/efi/EFI/rosa/%{name}-efi/grub.cfg
 ln -s ../boot/efi/EFI/rosa/%{name}-efi/grub.cfg %{buildroot}%{_sysconfdir}/%{name}-efi.cfg

# Install ELF files modules and images were created from into
# the shadow root, where debuginfo generator will grab them from
find %{buildroot} -name '*.mod' -o -name '*.img' |
while read MODULE
do
        BASE=$(echo $MODULE |sed -r "s,.*/([^/]*)\.(mod|img),\1,")
        # Symbols from .img files are in .exec files, while .mod
        # modules store symbols in .elf. This is just because we
        # have both boot.img and boot.mod ...
        EXT=$(echo $MODULE |grep -q '.mod' && echo '.elf' || echo '.exec')
        TGT=$(echo $MODULE |sed "s,%{buildroot},.debugroot,")
#        install -m 755 -D $BASE$EXT $TGT
done
 install -m 755 grub.efi %{buildroot}/boot/efi/EFI/rosa/%{name}-efi/grub.efi
 install -m 755 grubcd.efi %{buildroot}/boot/efi/EFI/rosa/%{name}-efi/grubcd.efi
cd ..
%endif
cd pc
######EFI
%makeinstall_std
%makeinstall_std -C docs install-pdf install-html
mv -f %{buildroot}%{_docdir}/grub %{buildroot}%{_docdir}/%{name}
#install -m644 COPYING INSTALL NEWS README THANKS TODO ChangeLog	\
#	%{buildroot}%{_docdir}/%{name}

# (bor) grub.info is harcoded in sources
mv %{buildroot}%{_infodir}/grub.info %{buildroot}%{_infodir}/grub2.info

# Script that makes part of grub.cfg persist across updates
install -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/grub.d/

# Ghost config file
install -d %{buildroot}/boot/%{name}
install -d %{buildroot}/boot/%{name}/locale
touch %{buildroot}/boot/%{name}/grub.cfg
ln -s ../boot/%{name}/grub.cfg %{buildroot}%{_sysconfdir}/%{name}.cfg

# Install ELF files modules and images were created from into
# the shadow root, where debuginfo generator will grab them from
find %{buildroot} -name '*.mod' -o -name '*.img' |
while read MODULE
do
        BASE=$(echo $MODULE |sed -r "s,.*/([^/]*)\.(mod|img),\1,")
        # Symbols from .img files are in .exec files, while .mod
        # modules store symbols in .elf. This is just because we
        # have both boot.img and boot.mod ...
        EXT=$(echo $MODULE |grep -q '.mod' && echo '.elf' || echo '.exec')
        TGT=$(echo $MODULE |sed "s,%{buildroot},.debugroot,")
#        install -m 755 -D $BASE$EXT $TGT
done
# Defaults
install -m 644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/default/grub

#Add more useful update-grub2 script
install -m 755 -D %{SOURCE9} %{buildroot}%{_sbindir}

# Install filetriggers to update grub.cfg on kernel add or remove
install -d %{buildroot}%{_filetriggers_dir}
pushd %{buildroot}%{_filetriggers_dir} && {
	cat > %{name}.filter << EOF
^./boot/vmlinuz-
EOF
	cat > %{name}.script << EOF
#!/bin/sh
%{_sbindir}/%{name}-mkconfig -o /boot/%{name}/grub.cfg
EOF
	chmod 0755 %{name}.script
	popd
}

#mv -f %{buildroot}/%{libdir32}/grub %{buildroot}/%{libdir32}/%{name}
#mv -f %{buildroot}/%{_datadir}/grub %{buildroot}/%{_datadir}/%{name}

# Windows EFI entry
install -m 755 %{SOURCE12} %{buildroot}%{_sysconfdir}/grub.d

# repair section
install -m 755 %{SOURCE13} %{buildroot}%{_sysconfdir}/grub.d

# <akdengi> install programm to change option in /etc/default/grub
install -m 755 %{SOURCE14} %{buildroot}%{_sbindir}/grub2-cfg-mod


%find_lang grub

#drop all zero-length file
#find %{buildroot} -size 0 -delete

#Copy font to properly place
%__mkdir_p %{buildroot}/boot/%{name}/fonts/
cp -f %{buildroot}%{_datadir}/grub/unicode.pf2 %{buildroot}/boot/%{name}/fonts/

%post
exec >/dev/null 2>&1
# Create device.map or reuse one from GRUB Legacy
cp -u /boot/grub/device.map /boot/%{name}/device.map 2>/dev/null ||
	%{_sbindir}/%{name}-mkdevicemap
# Determine the partition with /boot
BOOT_PARTITION=$(df -h /boot |(read; awk '{print $1; exit}'|sed 's/[[:digit:]]*$//'))
# (Re-)Generate core.img, but don't let it be installed in boot sector
%{_sbindir}/%{name}-install $BOOT_PARTITION
# Regenerate configure on install or update
%{_sbindir}/update-grub2
#bugfix: error message before loading of grub2 menu on boot
cp -f /boot/grub2/locale/en@quot.mo /boot/grub2/locale/en.mo

#delete non-needing doubling rpmsave and rpmnew files
rm -f /etc/grub.d/*.rpmsave
rm -f /etc/grub.d/*.rpmnew

%preun
exec >/dev/null
if [ $1 = 0 ]; then
    # XXX Ugly
    rm -f /boot/%{name}/*.mod
    rm -f /boot/%{name}/*.img
    rm -f /boot/%{name}/*.lst
    rm -f /boot/%{name}/*.o
    rm -f /boot/%{name}/device.map
fi

#-----------------------------------------------------------------------
%files -f pc/grub.lang
%defattr(-,root,root,-)
#%{libdir32}/%{name}
%{libdir32}/grub/*-%{platform}
#%{_sbindir}/%{name}-*
#%{_bindir}/%{name}-*
%{_sbindir}/update-grub2
%{_bindir}/%{name}-editenv
%{_bindir}/%{name}-fstest
%{_bindir}/%{name}-kbdcomp
%{_bindir}/%{name}-menulst2cfg
%{_bindir}/%{name}-mkfont
%{_bindir}/%{name}-mkimage
%{_bindir}/%{name}-mklayout
%{_bindir}/%{name}-mkpasswd-pbkdf2
%{_bindir}/%{name}-mkrelpath
%{_bindir}/%{name}-mkrescue
%{_bindir}/%{name}-mkstandalone
%{_bindir}/%{name}-script-check
%{_sbindir}/%{name}-bios-setup
%{_sbindir}/%{name}-install
%{_sbindir}/%{name}-mkconfig
%{_sbindir}/%{name}-mknetdir
%{_sbindir}/%{name}-ofpathname
%{_sbindir}/%{name}-probe
%{_sbindir}/%{name}-reboot
%{_sbindir}/%{name}-set-default
%{_sbindir}/%{name}-sparc64-setup
%{_sbindir}/grub2-cfg-mod
#%{_datadir}/%{name}
%{_datadir}/grub
%attr(0700,root,root) %dir %{_sysconfdir}/grub.d
%{_sysconfdir}/grub.d/README
%config %{_sysconfdir}/grub.d/??_*
%{_sysconfdir}/%{name}.cfg
#%attr(0644,root,root) %config %{_sysconfdir}/default/grub
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/default/grub
%{_sysconfdir}/bash_completion.d/grub
%dir /boot/%{name}
%dir /boot/%{name}/locale
# Actually, this is replaced by update-grub from scriptlets,
# but it takes care of modified persistent part
%config(noreplace) /boot/%{name}/grub.cfg
%doc %{_docdir}/%{name}
%{_infodir}/%{name}.info*
%{_infodir}/grub-dev.info*
%{_mandir}/man1/%{name}-*.1*
%{_mandir}/man8/%{name}-*.8*
# RPM filetriggers
%{_filetriggers_dir}/%{name}.*
%dir /boot/%{name}/fonts
/boot/%{name}/fonts/unicode.pf2


%files efi 
%defattr(-,root,root,-)
%attr(0755,root,root) %dir /boot/efi/EFI/rosa/grub2-efi
%attr(0755,root,root) /boot/efi/EFI/rosa/grub2-efi/grub.efi
%attr(0755,root,root) /boot/efi/EFI/rosa/grub2-efi/grubcd.efi
%attr(0755,root,rott) %ghost %config(noreplace) /boot/efi/EFI/rosa/grub2-efi/grub.cfg
/etc/bash_completion.d/grub-efi
%{libdir32}/grub/%{_arch}-efi/
%{_sbindir}/%{name}-efi*
%{_bindir}/%{name}-efi*
#%{_datadir}/grub
#%{_sysconfdir}/grub.d
%config(noreplace) %{_sysconfdir}/%{name}-efi.cfg

%changelog
* Wed Sep 24 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-60
+ Revision: 8ed633f
- Added modules required for booting from USB flash

* Thu Sep 11 2014 Tigro <ashejn@gmail.com> 2.00-59
+ Revision: 40b9395
- do not forget update russian translation for ROSA theme

* Fri Aug 15 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-58
+ Revision: 8dbf8d3
- Resume location fixes and improvements
- 1. If swap file is located on non-root partition, the 'resume' kernel parameter was incorrect (pointed to the root partition).
- 2. If several swaps are enabled, now the one with highest priority is taken for 'resume'.
- 3. Some code optimizations.

* Thu Aug 14 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-57
+ Revision: 8fc2cfe
- update-grub2 improvements
- 1. In EFI mode do not call mkconfig twice but simply copy the file.
- 2. In EFI mode first try to use grub2-efi-mkconfig (no difference for now, but may arise in the future).

* Thu Aug 14 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-56
+ Revision: dcf7005
- Do not add Windows entry in EFI mode if there is no Windows

* Wed Aug 13 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-56
+ Revision: 6cd6ab0
- By default, saving the last booted entry

* Tue Aug 12 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-55
+ Revision: 0d8366b
- Attempt to use linuxefi loader in UEFI secure boot

* Tue Aug 12 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-55
+ Revision: 69f78c4
- Show loading messages also for secondary systems

* Thu Jul 24 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-54
+ Revision: 370513b
- Menu generator improvements
- 1. Displaying OS name from os-prober if grub-legacy menu found with names 'linux', 'linux-nonfb', 'failsafe'.
- 2. Returned from 'linuxefi' to 'linux' command for loading other systems (kernels <3.6 do not support 'linuxefi').

* Fri Jul 18 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-53
+ Revision: 8208bd4
- Merged branches rosa2012.1 and rosa2014.1

* Fri Jul 18 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-53
+ Revision: ed4953d
- Fixed typo in rescue image name

* Fri Jul 18 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-53
+ Revision: 5b10315
- Improved os-prober boot menu entries
- 1. If other OS name is found, using it instead of autodetected from os-prober.
- 2. First menu entry is no longer duplicated in Advanced menu if there is another entry with identical kernel/initrd/parameters present (it usually means that it's just a copy of the main entry placed there by that system's Grub2 - we just reuse this entry).
- 3. Moved sorting menu entries by kernel from Grub2 into os-prober to make sure we don't mess with other system's Grub2 entries order.
- 4. Returned "(on sdXY)" suffix to all entries; moved it to the end of the title for better conformance with the other entries.
- 5. Minor translation fixes.

* Wed Jul 09 2014 Alex Burmashev <alex.burmashev@gmail.com> 2.00-52
+ Revision: 6739fb1
- fix build

* Wed Jul 02 2014 Tigro <ashejn@gmail.com> 2.00-50
+ Revision: 0d92f95
- fix build with freetype higher than 2.5.0

* Wed Jul 02 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.00-51
+ Revision: c67efed
- build grubcd.efi

* Mon Jun 30 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-50
+ Revision: 89c58c6
- Boot menu improvements
- 1. All OS entries now use the latest available kernel, and Advanced subentries are sorted by kernel version (latest first).
- 2. Changed menu entry titles format:
- a) Unified format for main and secondary OS entries.
- b) General format is: "<OS_name> (on sdXY) - Linux <kernel_version>".
- c) Kernel version is displayed only in Advanced submenu entries.
- d) Partition suffix (on sdXY) is displayed in Advanced submenu entries, and also in the first-level menu entries with non-unique names.
- 3. Improved cutting of long titles:
- a) Fixed bug when title could go out of the menu item boundaries by 2 pixels.
- b) If cutting takes place, ellipsis is displayed at the end of the title text.

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.00-49
+ Revision: 32cf76c
- MassBuild#440: Increase release tag

* Tue Jun 17 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-48
+ Revision: 86225f5
- Added EFI support for os-prober

* Thu Jun 05 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-48
+ Revision: caf63be
- Fixed compatibility with new gnulib

* Tue Jun 03 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-47
+ Revision: af085e4
- Fixed invalid Windows entry in some cases
- 1. Fixed: When EFI file booting Windows was in uppercase, the generated chainloader entry specified invalid filename, and the entry was not bootable.

* Wed May 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.00-46
+ Revision: 46b5da7
- Use /sbin/blkid instead of blkid

* Tue May 13 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.00-46
+ Revision: ee2cd1b
- Merge grub2-10_linux.patch to grub2-2.00-fda-use-linuxefi.patch, fix swapon usage

* Tue Mar 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.00-45
+ Revision: 8369e2e
- Remove texlive-scheme-tetex BR again

* Mon Mar 03 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.00-45
+ Revision: a957461
- added new BuildRequires

* Mon Mar 03 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-44
+ Revision: 2a10e71
- Fixed mkconfig crash on non-sdX devices (e.g. /dev/vda)

* Tue Feb 25 2014 akdengi <kazancas@mandriva.ru> 2.00-43
+ Revision: 1a2be5d
- not need init=/lib/systemd/systemd. This is fail run on some system

* Mon Feb 24 2014 akdengi <kazancas@mandriva.ru> 2.00-42
+ Revision: 36435c4
- Up release

* Mon Feb 24 2014 akdengi <kazancas@mandriva.ru> 2.00-41
+ Revision: 8e8a487
- Use head -n 2 for only first swap

* Thu Feb 20 2014 akdengi <kazancas@mandriva.ru> 2.00-41
+ Revision: 32b6a21
- fix garbage on resume

* Thu Feb 20 2014 akdengi <alexander.kazancev@rosalab.ru> 2.00-40
+ Revision: c3caed9
- SILENT merge

* Thu Feb 20 2014 akdengi <alexander.kazancev@rosalab.ru> 2.00-40
+ Revision: aa9d47c
- add hibernate patch

* Thu Feb 20 2014 akdengi <alexander.kazancev@rosalab.ru> 2.00-40
+ Revision: fa5e2a4
- fix hibernate patch

* Thu Jan 30 2014 Alex Burmashev <alex.burmashev@gmail.com> 2.00-39
+ Revision: 79491d8
- sync to rosa2012.1

* Thu Jan 30 2014 Alex Burmashev <alex.burmashev@gmail.com> 2.00-39
+ Revision: f65e983
- added patch for 30_os-prober ( addition options )

* Sat Jan 25 2014 akdengi <kazancas@mandriva.ru> 2.00-37
+ Revision: 87b93c2
- Determine UUID for Windows from efibootmgr too

* Sat Jan 25 2014 akdengi <kazancas@mandriva.ru> 2.00-36
+ Revision: f184ab2
- merge 2012.1

* Sat Jan 25 2014 akdengi <kazancas@mandriva.ru> 2.00-36
+ Revision: 30f4093
- SILENT up release

* Sat Jan 25 2014 akdengi <kazancas@mandriva.ru> 2.00-35
+ Revision: ad86472
- Do not check mount windows ESP - they may be in another partition

* Mon Jan 13 2014 Alex Burmashev <alex.burmashev@gmail.com> 2.00-36
+ Revision: 7e1c613
- fixed update-grub2

* Wed Dec 11 2013 akdengi <alexander.kazancev@rosalab.ru> 2.00-35
+ Revision: 8e43645
- sync with 2012.1

* Fri Nov 29 2013 Alex Burmashev <alex.burmashev@gmail.com> 2.00-34
+ Revision: 5e3c09b
- sync to 2012.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16625 |14mr|grub2-theme-rosa-2.00-52
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define grub_name grub2

Summary:	Provides a graphical theme with a custom ROSA background for grub2
Name:		grub2-theme-rosa
Version:	2.00
Release:	52
License:	GPLv3+
Group:		System/Kernel and hardware
Url:		http://www.rosalab.ru
Source0:	rosa.tar.xz
Requires(pre):	grub2 >=2.00-28
Provides:	grub2-theme
Obsoletes:	grub2theme <= 2.00-27
BuildArch:	noarch

%description
This package provides a custom Rosa graphical theme.

%install
mkdir -p %{buildroot}/boot/%{grub_name}/themes/
tar -xf %{SOURCE0} -C %{buildroot}/boot/%{grub_name}/themes

%post
if [ $1 -eq 1 ] ; then
# Remove all previous theme from config
sed -i '/GRUB_THEME=*/d' %{_sysconfdir}/default/grub
sed -i '/GRUB_BACKGROUND=*/d' %{_sysconfdir}/default/grub
# Remove trailing blank lines from /etc/default/grub
sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' %{_sysconfdir}/default/grub
# Check that /etc/default/grub ends in a linefeed
[ "$(tail -n 1 %{_sysconfdir}/default/grub | wc --lines)" = "1" ] || echo >> %{_sysconfdir}/default/grub
# Add theme
echo "GRUB_THEME=\"/boot/grub2/themes/rosa/theme.txt\"" >> %{_sysconfdir}/default/grub
echo "GRUB_BACKGROUND=\"/boot/grub2/themes/rosa/terminal_background.png\"" >> %{_sysconfdir}/default/grub
# Regenerate configure on install or update
%{_sbindir}/update-grub2
fi

%postun
exec > /var/log/%{grub_name}_theme_postun.log 2>&1
# Only if uninstalling theme
if [ $1 -eq 0 ]; then
# Remove theme from config
sed -i '/GRUB_THEME=\/boot\/grub2\/themes\/rosa\/theme.txt/d' %{_sysconfdir}/default/grub
fi

%files
%dir /boot/%{grub_name}/themes/rosa
/boot/%{grub_name}/themes/rosa/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.00-52
+ Revision: 9a68987
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16626 |14mr|grubby-8.25.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: grubby
Version: 8.25.1
Release: 2
Summary: Command line tool for updating bootloader configs
Group: System/Base
License: GPLv2+
URL: http://git.fedorahosted.org/git/grubby.git
# we only pull git snaps at the moment
# git clone git://git.fedorahosted.org/git/grubby.git
# git archive --format=tar --prefix=grubby-%{version}/ HEAD |bzip2 > grubby-%{version}.tar.bz2
Source0: http://git.fedorahosted.org/cgit/grubby.git/snapshot/grubby-8.25-1.tar.bz2
BuildRequires: pkgconfig glib2-devel popt-devel 
BuildRequires: libblkid-devel
# for make test / getopt:
BuildRequires: util-linux-ng
%ifarch %{arm}
Requires: uboot-tools
%endif

%description
grubby  is  a command line tool for updating and displaying information about 
the configuration files for the grub, lilo, elilo (ia64),  yaboot (powerpc)  
and zipl (s390) boot loaders. It is primarily designed to be used from scripts
which install new kernels and need to find information about the current boot 
environment.

%prep
%setup -q -n %{name}-8.25-1

%build
%make

%check
make test

%install
make install DESTDIR=%{buildroot} mandir=%{_mandir}
%ifarch %{arm}
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/
install -p uboot %{buildroot}%{_sysconfdir}/sysconfig/uboot
%endif

#temporary remove Fedora installkernel script
rm -f %{buildroot}/sbin/installkernel

%files
%doc COPYING
#/sbin/installkernel
/sbin/new-kernel-pkg
/sbin/grubby
%{_mandir}/man8/*.8*
%ifarch %{arm}
%config(noreplace) %{_sysconfdir}/sysconfig/uboot
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 8.25.1-2
+ Revision: efea4e0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16627 |14mr|grub-customizer-3.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Basic Information
Name: grub-customizer
Version: 3.0.4
Release: 5
Summary: Graphical interface to configure the grub2/burg settings
Group: System/Configuration/Boot and Init
License: GPLv3
URL: https://launchpad.net/grub-customizer

# Source Information
Source0: %{name}_%{version}.tar.gz
Source1: %{name}-grub.cfg
Source2: %{name}-pamd
Patch0: %{name}-sbin.patch
Patch1: grub-customizer-3.0.4-russian_desktopfile.patch

# Dependency Information
BuildRequires: cmake gcc-c++ gtkmm2.4-devel gettext openssl-devel grub2
Requires: grub2

%description
Grub Customizer is a graphical interface to configure the grub2/burg
settings with focus on the individual list order - without losing the
dynamical behavior of grub.

%prep
#%setup -q -c -n %{name}-%{version}
%setup -q
%patch0 -p2
%patch1 -p1

%build
%cmake
%make

%install
mkdir %{buildroot}/etc/%{name} -p
cp %{SOURCE1} %{buildroot}/etc/%{name}/grub.cfg
mkdir %{buildroot}/etc/pam.d -p
cp %{SOURCE2} %{buildroot}/etc/pam.d/%{name}
cd build
make install DESTDIR=%{buildroot}
cd ..
mkdir %{buildroot}/%{_bindir} -p
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} << EOF
USER=root
PROGRAM=/usr/sbin/grub-customizer
FALLBACK=false
SESSION=true
EOF

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/*
%{_sbindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/polkit-1/*
%{_mandir}/man1/*
%{_iconsdir}/*
%{_libdir}/*
%{_sysconfdir}/*
%exclude /usr/lib/debug/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.4-5
+ Revision: 9b67e0f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16628 |14mr|grub-efi-0.97-102
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: grub-efi
Version: 0.97
Release: 102
Epoch: 1
Summary: Grand Unified Boot Loader
Group: System/Kernel and hardware
License: GPLv2+

ExclusiveArch: x86_64 i586
BuildRequires: binutils >= 2.9.1.0.23, ncurses-devel, ncurses, texinfo
BuildRequires: autoconf automake
BuildRequires: gnu-efi >= 3.0e-9
BuildRequires: glibc glibc-static-devel glibc-devel
BuildRequires: git
Requires: coreutils
Provides: bootloader

URL: http://www.gnu.org/software/%{name}/
Source0: ftp://alpha.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Source1: splash.xpm.gz
Source2: %{name}.rpmlintrc

# This is from
# http://git.kernel.org/?p=boot/grub-fedora/grub-fedora.git;a=summary
Patch0: grub-fedora-17.patch
Patch1: 0001-Fix-strange-compilation-problem.patch
Patch2: 0003-Move_network-disable-earlier.patch
Patch3: 0004-Make-sure-align-is-initialised.patch
Patch4: 0005-Fix-Apple-CD-fixup.patch
Patch5: 0006-Avoid-broken-uefi-fs.patch
Patch6: 0007-fix-uefi-stride.patch
Patch7: 0008-fix-gop.patch

%description
GRUB (Grand Unified Boot Loader) is an experimental boot loader
capable of booting into most free operating systems - Linux, FreeBSD,
NetBSD, GNU Mach, and others as well as most commercial operating
systems. GRUB for EFI systems is a bootloader used to boot EFI systems.

%prep
%setup -q
git init
git config user.email "pjones@fedoraproject.org"
git config user.name "Fedora Ninjas"
git add .
git commit -a -q -m "%{version} baseline."
git am %{patches}

# Modify grub to show the full version number
sed -i 's/0\.97/%{version}-%{release}/' configure.in

%build
autoreconf -fi
autoconf
GCCVERS=$(gcc --version | head -1 | cut -d\  -f3 | cut -d. -f1)
CFLAGS="-Os -g -fno-strict-aliasing -fno-stack-protector -fno-reorder-functions -Wl,--build-id=none -Wall -Wno-shadow -Wno-unused -fuse-ld=bfd"
if [ "$GCCVERS" == "4" ]; then
	CFLAGS="$CFLAGS -Wno-pointer-sign"
fi
export CFLAGS
%configure --sbindir=/sbin --disable-auto-linux-mem-opt --datarootdir=%{_datadir} --with-platform=efi
make
mv efi/grub.efi .

%install
%makeinstall sbindir=${RPM_BUILD_ROOT}/sbin
mkdir -p ${RPM_BUILD_ROOT}/boot/grub
mkdir -m 0755 -p ${RPM_BUILD_ROOT}/boot/efi/EFI/rosa/
install -m 755 grub.efi ${RPM_BUILD_ROOT}/boot/efi/EFI/rosa/grub.efi
install -m 0644 %{SOURCE1} ${RPM_BUILD_ROOT}/boot/grub

rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir

%files
%attr(0755,root,root)/boot/efi/EFI/rosa
%attr(0755,root,root)/boot/grub
%{_mandir}/man*/*
%{_datadir}/grub
%{_infodir}/grub*
%{_infodir}/multiboot*
/sbin/grub-terminfo
/sbin/grub-md5-crypt
/sbin/grub-crypt


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.97-102
+ Revision: 82981bc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16629 |14mr|gsettings-desktop-schemas-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary: Shared GSettings schemas for the desktop
Name: gsettings-desktop-schemas
Version: 3.12.2
Release: 2
Source0: http://ftp.gnome.org/pub/GNOME/sources/gsettings-desktop-schemas/3.12/%{name}-%{version}.tar.xz
License: GPLv2+
Group: Graphical desktop/GNOME
Url: http://gnome.org/
BuildRequires: pkgconfig(glib-2.0) >= 2.25
BuildRequires: intltool
BuildRequires: libgirepository-devel
BuildRequires: gobject-introspection

%description
This contains a collection of GSettings schemas for settings shared by
various components of a desktop.

%package devel
Group: Development/C
Summary: Development files for %name
Requires: %{name} = %{version}-%{release}

%description devel
This contains a collection of GSettings schemas for settings shared by
various components of a desktop.

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std pkgconfigdir=%_datadir/pkgconfig

%find_lang %name

%files -f %{name}.lang
%doc README NEWS AUTHORS
%_datadir/GConf/gsettings/gsettings-desktop-schemas.convert
%_datadir/GConf/gsettings/wm-schemas.convert
%_libdir/girepository-1.0/GDesktopEnums-3.0.typelib
%_datadir/glib-2.0/schemas/*.xml
%_datadir/gir-1.0/GDesktopEnums-3.0.gir

%files devel
%doc ChangeLog HACKING MAINTAINERS
%_includedir/%name
%_datadir/pkgconfig/%name.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 5802c36
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16630 |14mr|gsf-sharp-0.8.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gsf-sharp
%define version 0.8.1
%define release 10

Summary: GSF C# bindings for mono
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: LGPLv2+
Group: Development/Other
Url: http://www.go-mono.com
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: mono-devel
BuildRequires: libgsf-devel >= 1.11.0
BuildRequires: gtk-sharp2
BuildRequires: gtk-sharp2-devel
BuildRequires: monodoc

%description
GSF# bindings for mono. Useful for reading and writing structured
files (eg MS OLE and Zip).

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
perl -pi -e "s^%_libdir^%_prefix/lib^" %buildroot%_libdir/pkgconfig/*.pc
rm -f %buildroot%_libdir/libgsf*a

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%_prefix/lib/mono/gac/%name
%_prefix/lib/mono/gtk-sharp/%name.dll*
%_libdir/pkgconfig/%name.pc
%_libdir/libgsfglue.so
%_datadir/gapi-2.0/gsf-api.xml




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.1-10
+ Revision: c7cbce9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16631 |14mr|gsl-1.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define libcblas %mklibname %{name}cblas %{major}
%define devname %mklibname %{name} -d

Summary:	The GNU Scientific Library for numerical analysis
Name:		gsl
Version:	1.16
Release:	2
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://www.gnu.org/software/gsl/
Source0:	ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
Patch0:		%{name}-1.14-undefined-symbols.patch

%description
The GNU Scientific Library (GSL) is a numerical library for C and
C++ programmers.  It contains over 1000 mathematical routines written
in ANSI C.  The library follows modern coding conventions, and lends
itself to being used in very high level languages (VHLLs).

The library covers the following subject areas:

  Complex Numbers             Roots of Polynomials     Special Functions
  Vectors and Matrices        Permutations             Sorting
  BLAS Support                Linear Algebra           Eigensystems
  Fast Fourier Transforms     Quadrature               Random Numbers
  Quasi-Random Sequences      Random Distributions     Statistics
  Histograms                  N-Tuples                 Monte Carlo Integration
  Simulated Annealing         Differential Equations   Interpolation
  Numerical Differentiation   Chebyshev Approximation  Series Acceleration
  Discrete Hankel Transforms  Root-Finding             Minimization
  Least-Squares Fitting       Physical Constants       IEEE Floating-Point

Further information can be found in the GSL Reference Manual.

Install the gsl package if you need a library for high-level
scientific numerical analysis.

#----------------------------------------------------------------------------

%package progs
Summary:	Programs of the Scientific Library
Group:		Sciences/Mathematics

%description progs
Here're the GNU Scientific Library (GSL) programs:
 - gsl-histogram: computes a histogram of the data on stdin
                  using n bins from xmin to xmax.
 - gsl-randist: generates n samples from a given distribution DIST
                with given parameters

%files progs
%doc AUTHORS NEWS README THANKS
%{_bindir}/gsl-histogram
%{_bindir}/gsl-randist
%{_mandir}/man1/gsl-histogram*
%{_mandir}/man1/gsl-randist*

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation of the Scientific Library
Group:		Documentation

%description doc
This is the documentation in info format of the GNU Scientific Library (GSL).
This doc can be viewed through info, pinfo, konqueror, gnome yelp, ...

%files doc
%{_infodir}/*info*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for Scientific Library
Group:		System/Libraries

%description -n %{libname}
The GNU Scientific Library (GSL) is a numerical library for C and
C++ programmers.  It contains over 1000 mathematical routines written
in ANSI C.  The library follows modern coding conventions, and lends
itself to being used in very high level languages (VHLLs).

 The library covers the following subject areas:

  Complex Numbers             Roots of Polynomials     Special Functions
  Vectors and Matrices        Permutations             Sorting
  BLAS Support                Linear Algebra           Eigensystems
  Fast Fourier Transforms     Quadrature               Random Numbers
  Quasi-Random Sequences      Random Distributions     Statistics
  Histograms                  N-Tuples                 Monte Carlo Integration
  Simulated Annealing         Differential Equations   Interpolation
  Numerical Differentiation   Chebyshev Approximation  Series Acceleration
  Discrete Hankel Transforms  Root-Finding             Minimization
  Least-Squares Fitting       Physical Constants       IEEE Floating-Point

Further information can be found in the GSL Reference Manual.

%files -n %{libname}
%{_libdir}/libgsl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcblas}
Summary:	Shared libraries for Scientific Library
Group:		System/Libraries
Conflicts:	%{_lib}gsl0 < 1.15-5

%description -n %{libcblas}
This package contains a shared library for %{name}.

%files -n %{libcblas}
%{_libdir}/libgslcblas.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Scientific Library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%doc BUGS ChangeLog TODO doc/examples/
%{_bindir}/gsl-config
%{multiarch_bindir}/gsl-config
%{_datadir}/aclocal/*.m4
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_mandir}/man3/*
%{_mandir}/man1/gsl-config.*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

#multiarch
%multiarch_binaries %{buildroot}%{_bindir}/gsl-config

%check
%ifarch %{x86_64}
make check
%endif

%changelog
* Tue Jul 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.16-2
+ Revision: fa4939c
- New version 1.16, split library package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16632 |14mr|gsm-1.0.13-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	srcver	1.0-pl13

%define	major	1
%define libname	%mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Shared libraries for GSM speech compressor
Name:		gsm
Version:	1.0.13
Release:	7
Group:		System/Libraries
License:	distributable
URL:		http://www.quut.com/gsm/
Source0:	http://www.quut.com/gsm/%{name}-%{version}.tar.gz
Patch0:         gsm-1.0.10-dyn.patch
Patch1:         gsm-1.0-pl10-includes.patch
Patch3:         gsm-1.0-pl10-shared.diff
Patch4:         gsm-1.0-pl10-add-includefile.patch  
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Contains runtime shared libraries for libgsm, an implementation of
the European GSM 06.10 provisional standard for full-rate speech
transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
excitation/long term prediction) coding at 13 kbit/s.

GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling
rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility
with typical UNIX applications, our implementation turns frames of 160
16-bit linear samples into 33-byte frames (1650 Bytes/s).
The quality of the algorithm is good enough for reliable speaker
recognition; even music often survives transcoding in recognizable 
form (given the bandwidth limitations of 8 kHz sampling rate).

The interfaces offered are a front end modelled after compress(1), and
a library API.  Compression and decompression run faster than realtime
on most SPARCstations.  The implementation has been verified against the
ETSI standard test patterns.

%package -n	%{libname}
Summary:	Shared libraries for GSM speech compressor
Group:          System/Libraries

%description -n	%{libname}
Contains runtime shared libraries for libgsm, an implementation of
the European GSM 06.10 provisional standard for full-rate speech
transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
excitation/long term prediction) coding at 13 kbit/s.

GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling
rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility
with typical UNIX applications, our implementation turns frames of 160
16-bit linear samples into 33-byte frames (1650 Bytes/s).
The quality of the algorithm is good enough for reliable speaker
recognition; even music often survives transcoding in recognizable 
form (given the bandwidth limitations of 8 kHz sampling rate).

The interfaces offered are a front end modelled after compress(1), and
a library API.  Compression and decompression run faster than realtime
on most SPARCstations.  The implementation has been verified against the
ETSI standard test patterns.

%package -n	%{develname}
Summary:	Development libraries for a GSM speech compressor
Group:		Development/C
Obsoletes:	%mklibname %{name} 1 -d
Provides:	%{name}-devel
Provides:	lib%{name}-devel
Requires:	%{libname} = %{version}-%{release}

%description -n	%{develname}
Contains header files and development libraries for libgsm, an
implementation of the European GSM 06.10 provisional standard for
full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP
(residual pulse excitation/long term prediction) coding at 13 kbit/s.

GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling
rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility
with typical UNIX applications, our implementation turns frames of 160
16-bit linear samples into 33-byte frames (1650 Bytes/s).
The quality of the algorithm is good enough for reliable speaker
recognition; even music often survives transcoding in recognizable 
form (given the bandwidth limitations of 8 kHz sampling rate).

The interfaces offered are a front end modelled after compress(1), and
a library API.  Compression and decompression run faster than realtime
on most SPARCstations.  The implementation has been verified against the
ETSI standard test patterns.

%prep

%setup -q -n %{name}-%{srcver}
%patch0 -p1
%patch1 -p1 -b .includes
%patch3 -p0 -b .shared
%patch4 -p0 -b .add_h_file

%build

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall

ln -snf toast %{buildroot}%{_bindir}/untoast
ln -snf toast %{buildroot}%{_bindir}/tcat

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYRIGHT ChangeLog* README
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/gsm
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.13-7
+ Revision: 1adb485
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16633 |14mr|gsmlib-1.11-5.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %name %major

Summary: 	Library and utilities to access GSM mobile phones
Name: 	 	gsmlib
Version: 	1.11
Release: 	5.10
License:	GPL
Group:		Communications
URL:		http://www.pxh.de/fs/gsmlib/index.html
Source0:	%{name}-pre1.11-041028.tar.bz2
Patch0:		gsmlib-1.11-gcc41.patch
Patch1:		gsmlib-1.11-gcc43.patch
Patch2:		gsmlib-1.11-include-gcc34-fix.patch
Patch3:		gsmlib-1.11-linkfix.diff
BuildRequires:	gettext
BuildRequires:	bison
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This distribution contains a library to access GSM mobile phones through GSM
modems. Features include:
    * modification of phonebooks stored in the mobile phone or on the SIM card
    * reading and writing of SMS messages stored in the mobile phone
    * sending and reception of SMS messages 

Additionally, some simple command line programs are provided to use these
functionalities. 

%package -n 	%{libname}
Summary:        Dynamic libraries from %name
Group:          System/Libraries

%description -n %{libname}
Dynamic libraries from %name.

%package -n 	%{libname}-devel
Summary: 	Header files and static libraries from %name
Group: 		Development/C
Requires: 	%{libname} >= %{version}
Provides: 	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes: 	%name-devel

%description -n %{libname}-devel
Libraries and includes files for developing programs based on %name.

%prep

%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
export LIBS="-lstdc++"

%configure2_5x

%make
										
%install
%makeinstall

%find_lang %name

%files -f %{name}.lang
%defattr(-,root,root)
%doc README ABOUT-NLS COPYING ChangeLog NEWS TODO
%{_bindir}/gsm*
%{_mandir}/man1/gsm*
%{_mandir}/man7/gsm*
%{_mandir}/man8/gsm*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.*

%files -n %{libname}-devel
%defattr(-,root,root)
%{_includedir}/%name/*.h
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.11-5.10
+ Revision: df409bc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16634 |14mr|gsnmp-0.3.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	gsnmp
%define lib_major	0
%define	lib_name	%mklibname %{name} %{lib_major}
%define develname	%mklibname %{name} -d

Summary:	An SNMP library implementation based on glib and gnet
Name:		%{name}
Version:	0.3.0
Release:	8
License:	GPLv2
Group:		Networking/Other
URL:		http://www.ibr.cs.tu-bs.de/projects/scli/
Source0:	ftp://ftp.ibr.cs.tu-bs.de/local/gsnmp/%{name}-%{version}.tar.bz2
Patch0:		gsnmp-linkage_fix.diff
# (fc) 0.3.0-2mdv fix m4 warning
Patch1:		gsnmp-0.3.0-fix-underquoted-warning.patch
BuildRequires:	libxml2-devel
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
BuildRequires:	libglib2-devel
BuildRequires:	libgnet2-devel

%description
GNET-SNMP is an SNMP library implementation based on glib and gnet. This
library has been developed as part of the scli package (an SNMP command line
interface).  Some examples demonstrating the API can be found in the examples
directory.  Some examples use stub files generated by the smidump MIB compiler,
which is part of the libsmi package.

%package -n	%{lib_name}
Summary:	A library of functions for the snmp protocol
Group:		System/Libraries

%description -n %{lib_name}
This package contains the library needed to run programs dynamically
linked with libgsnmp.

%package -n 	%{develname}
Summary:	Development tools for the snmp protocol
Group:		Development/C
Requires:	%{lib_name} = %{version}-%{release} glib2-devel
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{lib_name}-devel

%description -n %{develname}
This package contains the header files and libraries
necessary for developing programs using libgsnmp.

%prep

%setup -q
%patch0 -p0
%patch1 -p1 -b .fix_underquoted

autoreconf -fis
%build

%configure2_5x
%make

%install
%makeinstall


%files
%doc AUTHORS ChangeLog NEWS README 
%{_bindir}/gsnmp-get
%{_mandir}/man1/gsnmp-get.*

%files -n %{lib_name}
%{_libdir}/libgsnmp.so.*

%files -n %{develname}
%{_includedir}/%{name}
%{_libdir}/libgsnmp.a
%{_libdir}/libgsnmp.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/aclocal/%{name}.m4



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.0-8
+ Revision: c5b4c80
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16635 |14mr|gsoap-2.8.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ver 2.8
%define subver 9

Name:		gsoap
Version:	%{ver}.%{subver}
Release:	3
Summary:	Development tookit for SOAP/XML Web services in C/C++
Group:		Development/Other
License:	gSOAP Public License
Source0:	http://prdownloads.sourceforge.net/gsoap2/%{name}_%{version}.zip
Patch0:		Makefile.am.patch
Patch1:		gsoap-2.7.17-ssl.patch
URL:		http://www.cs.fsu.edu/~engelen/soap.html
BuildRequires:	automake
BuildRequires:	bison
BuildRequires:	libstdc++-devel
BuildRequires:	openssl-devel
BuildRequires:	zlib-devel
BuildRequires:	flex

%description
The gSOAP Web services development toolkit offers an XML to C/C++ language
binding to ease the development of SOAP/XML Web services in C and C/C++.

%package	source
Summary:	Source files of %{name}
Group:		Development/C

%description	source
The gSOAP Web services development toolkit offers an XML to C/C++ language
binding to ease the development of SOAP/XML Web services in C and C/C++.

This package contains the source code.

%prep
%setup -q -n %{name}-%{ver}
{
cd gsoap
#%patch0 -p0 -b .fPIC
cd -
}
%patch1 -p1 -b .ssl

%build
aclocal
automake --add-missing
autoreconf
%configure

# keep a copy of source code (used by some TPM tools for Intel Classmate)
rm -rf %{name}-source
cp -a . ../%{name}-source
mv ../%{name}-source .

make SOAPCPP2_IMPORTPATH="-DSOAPCPP2_IMPORT_PATH=\"\\\"%{_datadir}/%{name}/import\"\\\"" WSDL2H_IMPORTPATH="-DWSDL2H_IMPORT_PATH=\"\\\"%{_datadir}/%{name}/WS\"\\\""

%install
rm -rf %{buildroot}

mkdir -p %buildroot/%_datadir/%name
cp -R %name/import %buildroot/%_datadir/%name
cp -R %name/WS %buildroot/%_datadir/%name
cp -R %name/uddi2 %buildroot/%_datadir/%name
cp %name/stdsoap2.cpp %buildroot/%_datadir/%name
cp %name/stdsoap2.c %buildroot/%_datadir/%name
%makeinstall
install -d %{buildroot}%{_prefix}/src/
cp -a %{name}-source %{buildroot}%{_prefix}/src/%{name}

find %{buildroot} -type d -perm 0744 -exec chmod 0755 '{}' \;
find %{buildroot} -type f -perm 0744 -exec chmod 0644 '{}' \;

%files
%defattr(644,root,root,755)
%doc LICENSE.txt NOTES.txt README.txt *.html license.pdf %name/doc
%attr(0755,root,root) %{_bindir}/soapcpp2
%attr(0755,root,root) %{_bindir}/wsdl2h
%{_includedir}/stdsoap2.h
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_libdir}/libgsoap++.a
%{_libdir}/libgsoap.a
%{_libdir}/libgsoapck++.a
%{_libdir}/libgsoapck.a
%{_libdir}/libgsoapssl++.a
%{_libdir}/libgsoapssl.a
%{_libdir}/pkgconfig/gsoapssl++.pc
%{_libdir}/pkgconfig/gsoapssl.pc
%{_libdir}/pkgconfig/gsoap++.pc
%{_libdir}/pkgconfig/gsoap.pc
%{_libdir}/pkgconfig/gsoapck++.pc
%{_libdir}/pkgconfig/gsoapck.pc

%files source
%{_prefix}/src/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8.9-3
+ Revision: 5440cb0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16636 |14mr|gssdp-0.14.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 1.0
%define major 3
%define libname	%mklibname %{name} %{api} %{major}
%define girname	%mklibname %{name}-gir %{api}
%define devname	%mklibname %{name} -d

Summary:	Implements resource discovery and announcement over SSDP
Name:		gssdp
Version:	0.14.8
Release:	2
License:	GPLv2+
Group:		Development/Other
Url:		http://www.gupnp.org/sources/gssdp/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	vala-tools

%description
GSSDP implements resource discovery and announcement over SSDP.

%files
%doc AUTHORS README ChangeLog NEWS
%{_bindir}/gssdp-device-sniffer
%{_datadir}/%{name}/*.ui

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for gssdp
Group:		System/Libraries
Obsoletes:	%{mklibname gssdp 2} < 0.10.0
Conflicts:	%mklibname %{name} %{api} 2

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with gssdp.

%files -n %{libname}
%{_libdir}/libgssdp-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for GSSDP
Group:		System/Libraries
Conflicts:	%{_lib}gssdp1.0_3 < 0.12.1-2

%description -n %{girname}
GObject Introspection interface description for GSSDP.

%files -n %{girname}
%{_libdir}/girepository-1.0/GSSDP-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use gssdp
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use gssdp.

%files -n %{devname}
%{_includedir}/gssdp-%{api}/lib%{name}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/gssdp*.pc
%{_datadir}/gtk-doc/html/*
%{_datadir}/gir-1.0/GSSDP-%{api}.gir
%{_datadir}/vala/vapi/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.14.8-2
+ Revision: 5079d88
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16637 |14mr|gstreamer0.10-0.10.36-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	gstreamer
%define	vname	%{oname}10

%define major	0
%define api	0.10
%define libname			%mklibname %{name}_ %{major}
%define libgstbase		%mklibname gstbase%{api}_ %{major}
%define libgstcheck		%mklibname gstcheck%{api}_ %{major}
%define libgstcontroller	%mklibname gstcontroller%{api}_ %{major}
%define libgstdataprocol	%mklibname gstdataprocol%{api}_ %{major}
%define libgstnet		%mklibname gstnet%{api}_ %{major}
%define girname			%mklibname gst-gir %{api}
%define devname			%mklibname %{name} -d

%bcond_with	docs

Summary:	GStreamer Streaming-media framework runtime
Name:		gstreamer%{api}
Version:	0.10.36
Release:	6
License:	LGPLv2.1+
Group:		Sound
Url:		http://gstreamer.freedesktop.org/
Source0: 	ftp://ftp.gnome.org/pub/GNOME/sources/gstreamer/%{api}/%{oname}-%{version}.tar.xz
Patch0:		gstreamer-inspect-rpm-format.patch
Patch1:		gstreamer-0.10.36-bison-3.0.patch

BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	flex
%ifarch %{ix86}
BuildRequires:	nasm
%endif
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(popt)
%ifnarch %{arm} %{mips}
BuildRequires:	pkgconfig(valgrind)
%endif
%if %{with docs}
BuildRequires:	gtk-doc >= 0.7
BuildRequires:	transfig
BuildRequires:	docbook-dtd42-xml
BuildRequires:	docbook-dtd412-xml
BuildRequires:	ghostscript
BuildRequires:	python-pyxml
%endif

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

#----------------------------------------------------------------------------

%package tools
Summary:	GStreamer Streaming-media framework runtime
Group:		Sound
Provides:	%{vname}-tools = %{EVRD}
%rename		gstreamer

%description tools
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

%files tools -f %{oname}-%{api}.lang
%doc AUTHORS COPYING README NEWS
%dir %{_var}/cache/%{oname}-%{api}
%{_bindir}/gst-feedback-%{api}
%{_bindir}/gst-inspect-%{api}
%{_bindir}/gst-launch-%{api}
%{_bindir}/gst-typefind-%{api}
%{_bindir}/gst-xmlinspect-%{api}
%{_bindir}/gst-xmllaunch-%{api}
%dir %{_libdir}/%{oname}-%{api}
%{_libdir}/%{oname}-%{api}/gst-plugin-scanner
%{_libdir}/%{oname}-%{api}/libgstcoreelements.so
%{_libdir}/%{oname}-%{api}/libgstcoreindexers.so
%{_mandir}/man1/gst-feedback-%{api}.1*
%{_mandir}/man1/gst-inspect-%{api}.1*
%{_mandir}/man1/gst-launch-%{api}.1*
%{_mandir}/man1/gst-typefind-%{api}.1*
%{_mandir}/man1/gst-xmlinspect-%{api}.1*
%{_mandir}/man1/gst-xmllaunch-%{api}.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for GStreamer streaming-media framework
Group:		System/Libraries
Requires:	%{name}-tools >= %{EVRD}
Provides:	libgstreamer%{api} = %{EVRD}

%description -n %{libname}
This package contains the library for %{name}.

%files -n %{libname}
%{_libdir}/libgstreamer-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstbase}
Summary:	Library for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstbase}
This package contains the library for %{name}base.

%files -n %{libgstbase}
%{_libdir}/libgstbase-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstcheck}
Summary:	Library for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstcheck}
This package contains the library for %{name}check.

%files -n %{libgstcheck}
%{_libdir}/libgstcheck-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstcontroller}
Summary:	Library for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstcontroller}
This package contains the library for %{name}controller.

%files -n %{libgstcontroller}
%{_libdir}/libgstcontroller-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstdataprocol}
Summary:	Library for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstdataprocol}
This package contains the library for %{name}dataprocol.

%files -n %{libgstdataprocol}
%{_libdir}/libgstdataprotocol-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstnet}
Summary:	Library for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstnet}
This package contains the library for %{name}net.

%files -n %{libgstnet}
%{_libdir}/libgstnet-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface libraries for %{name}
Group:		System/Libraries
Conflicts:	gir-repository < 0.6.5-3

%description -n %{girname}
GObject Introspection interface libraries for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Gst-%{api}.typelib
%{_libdir}/girepository-1.0/GstBase-%{api}.typelib
%{_libdir}/girepository-1.0/GstCheck-%{api}.typelib
%{_libdir}/girepository-1.0/GstController-%{api}.typelib
%{_libdir}/girepository-1.0/GstNet-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libgstbase} = %{EVRD}
Requires:	%{libgstcheck} = %{EVRD}
Requires:	%{libgstcontroller} = %{EVRD}
Requires:	%{libgstdataprocol} = %{EVRD}
Requires:	%{libgstnet} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	libgstreamer-devel = %{EVRD}
Provides:	gstreamer%{api}-devel = %{EVRD}
Conflicts:	gir-repository < 0.6.5-3

%description -n %{devname}
This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devname}
%doc ChangeLog
%if %{with docs}
%doc %{_datadir}/doc/%{oname}-%{api}
%endif
%dir %{_includedir}/%{oname}-%{api}
%dir %{_includedir}/%{oname}-%{api}/gst
%{_includedir}/%{oname}-%{api}/gst/*.h
%dir %{_includedir}/%{oname}-%{api}/gst/base/
%{_includedir}/%{oname}-%{api}/gst/base/*.h
%{_includedir}/%{oname}-%{api}/gst/check/
%dir %{_includedir}/%{oname}-%{api}/gst/controller/
%{_includedir}/%{oname}-%{api}/gst/controller/*.h
%dir %{_includedir}/%{oname}-%{api}/gst/dataprotocol/
%{_includedir}/%{oname}-%{api}/gst/dataprotocol/*.h
%{_includedir}/%{oname}-%{api}/gst/net/
%{_libdir}/libgstbase-%{api}.so
%{_libdir}/libgstcheck-%{api}.so
%{_libdir}/libgstdataprotocol-%{api}.so
%{_libdir}/libgstreamer-%{api}.so
%{_libdir}/libgstnet-%{api}.so
%{_libdir}/libgstcontroller-%{api}.so
%{_libdir}/pkgconfig/gstreamer-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-base-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-check-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-dataprotocol-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-net-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-controller-%{api}.pc
%{_datadir}/aclocal/gst-element-check-%{api}.m4
%{_datadir}/gtk-doc/html/%{oname}-%{api}/
%{_datadir}/gtk-doc/html/%{oname}-libs-%{api}/
%{_datadir}/gtk-doc/html/%{oname}-plugins-%{api}
%{_datadir}/gir-1.0/Gst-%{api}.gir
%{_datadir}/gir-1.0/GstBase-%{api}.gir
%{_datadir}/gir-1.0/GstCheck-%{api}.gir
%{_datadir}/gir-1.0/GstController-%{api}.gir
%{_datadir}/gir-1.0/GstNet-%{api}.gir

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-debug \
	--disable-dependency-tracking \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
	--disable-tests \
	--disable-examples \
	--disable-rpath \
%if %{with docs}
	--enable-docbook \
	--enable-gtk-doc \
%else
	--disable-docbook \
	--disable-gtk-doc \
%endif
%ifarch %{mips}
	--disable-valgrind \
%endif
	--with-html-dir=%{_datadir}/gtk-doc/html

%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_var}/cache/%{oname}-%{api}
#clean the files we don't want to install 
rm -f %{buildroot}%{_bindir}/gst-feedback
rm -f %{buildroot}%{_bindir}/gst-inspect
rm -f %{buildroot}%{_bindir}/gst-launch
rm -f %{buildroot}%{_bindir}/gst-md5sum
rm -f %{buildroot}%{_bindir}/gst-typefind
rm -f %{buildroot}%{_bindir}/gst-xmlinspect
rm -f %{buildroot}%{_bindir}/gst-xmllaunch

%find_lang %{oname}-%{api}

#gw really remove rpath for rpmlint
chrpath -d %{buildroot}{%{_bindir}/gst-{inspect,launch,typefind,xmlinspect,xmllaunch}-0.10,%{_libdir}/{*.so,%{oname}-%{api}/*.so}}


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.36-6
+ Revision: 7ae030c
- Add patch to fix build with bison3, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16638 |14mr|gstreamer0.10-decoders-1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	Default GStreamer 0.10 decoders
Name:		gstreamer0.10-decoders
Version:	1
Release:	9
License:	GPLv2+ # spec file
Group:		Video
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch

# Please provide URL to sample which does not work without the
# package and works correctly with it, if adding new packages here.

# We want audio as well:
Requires:	%{name}-audio

# AC-3 decoder (popular multichannel audio codec), used usually
# only in videos:
# http://samples.mplayerhq.hu/A-codecs/AC3/liba52_altivec.avi
Suggests:	gstreamer0.10-a52dec

# MPEG-1/2 video decoder:
# http://samples.mplayerhq.hu/MPEG1/zelda%20first%20commercial.mpeg
Suggests:	gstreamer0.10-mpeg

# DTS multichannel audio decoder, used usually only in videos:
# http://samples.mplayerhq.hu/A-codecs/DTS/dtsac3audiosample.avi
Suggests:	gstreamer0.10-dts

# DV file support:
# http://samples.mplayerhq.hu/DV-raw/voxnews.dv
Suggests:	gstreamer0.10-dv

%description
Virtual package which installs the GStreamer 0.10 input plugins that
cover most of the usage cases.

This package can be suggested or required by software that uses
GStreamer to open media files, such as video players.

%package audio
Summary:	Default GStreamer 0.10 audio decoders
Group:		Sound

# Core plugins required for operation:
Requires:	gstreamer0.10-plugins-base

# HTTP protocol support:
# http://samples.mplayerhq.hu/A-codecs/GSM/countdown.wmv
Suggests:	gstreamer0.10-neon

# MMS protocol support:
# Used for live broadcasts, for example freely-viewable NASA TV.
# mms://63.250.197.124/bcenc202056?StreamID=51410198&pl_auth=2e83b652202abf941f7793
# bda887d1f5&ht=30&pl_b=00D90C088654FA550A41CFEAA7477AC791&CG_ID=1369080&Segment=149773
Suggests:	gstreamer0.10-mms

# GSM audio decoder:
# http://samples.mplayerhq.hu/A-codecs/GSM/countdown.wmv
Suggests:	gstreamer0.10-gsm

# AAC audio decoder (most commonly used in .mp4 files):
# http://samples.mplayerhq.hu/A-codecs/AAC/ct_nero-heaac.mp4
Suggests:	gstreamer0.10-faad

# Contains important plugins such as AVI demuxer:
Suggests:	gstreamer0.10-plugins-good

# Contains, for example, an MP3 decoder:
# http://samples.mplayerhq.hu/FLV/flash8/mrandmrssmith_320x176_200.flv
Suggests:	gstreamer0.10-plugins-ugly

# Contains, for example, NUV demuxer, used in MythTV recordings:
# http://samples.mplayerhq.hu/nuv/mythtvexample.nuv
# CD Audio
Suggests:	gstreamer0.10-plugins-bad

# Lots of decoders, for example for Flash video and MPEG-2 TS (eg. DVB):
# http://samples.mplayerhq.hu/FLV/flash8/mrandmrssmith_320x176_200.flv
# http://samples.mplayerhq.hu/MPEG-VOB/transport/dishtest.ts
Suggests:	gstreamer0.10-ffmpeg

# FLAC audio decoder (popular lossless codec):
# Note that the below sample plays without working seeking even
# without this package.
# http://samples.mplayerhq.hu/flac/dilvie_-_the_dragonfly.flac
Suggests:	gstreamer0.10-flac

# Musepack audio decoder:
# http://samples.mplayerhq.hu/A-codecs/musepack/06%20-%20Kalifornia.mpc
Suggests:	gstreamer0.10-musepack


%description audio
Virtual package which installs the GStreamer 0.10 input plugins that
cover most of the audio-only usage cases. For playing videos see
%{name}.

This package can be suggested or required by software that uses
GStreamer to open audio files.

%files
%files audio



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-9
+ Revision: 22c5add
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16639 |14mr|gstreamer0.10-ffmpeg-0.10.13-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bname gstreamer0.10
%define oname gst-ffmpeg

# _with = default off, _without = default on
%bcond_with external_ffmpeg

# (Anssi 01/2008) External ffmpeg disabled because of issues:
# with FLV file with totem:
# ** ERROR:(gstffmpegdec.c:731):gst_ffmpegdec_get_buffer: code should not be reached
# with VDR stream as per manual pipeline in http://bugzilla.gnome.org/show_bug.cgi?id=506902 :
# (gst-launch-0.10:23590): GStreamer-CRITICAL **: gst_value_set_fraction: assertion `denominator != 0' failed
# No playback in either case.

Summary:	Gstreamer plugin for the ffmpeg codec
Name:		%{bname}-ffmpeg
Version:	0.10.13
Release:	6
License:	GPLv2+
Group:		Video
URL:		http://www.gstreamer.net
Source0:	http://gstreamer.freedesktop.org/src/gst-ffmpeg/%{oname}-%{version}.tar.bz2
# (Anssi 01/2008) Enable mpegts demuxer as well, for now.
# If either
# https://core.fluendo.com/gstreamer/trac/ticket/88 or
# http://bugzilla.gnome.org/show_bug.cgi?id=347342
# will be fixed, we should probably remove this patch and package the
# "native" non-ffmpeg MPL-licensed fluendo-mpegdemux, which is apparently
# highly preferred to ffmpeg plugin by upstream.
Patch0:		gst-ffmpeg-enable-mpegts.patch
Patch1:		gst-ffmpeg-fix-format-strings.patch
Patch2:		gst-ffmpeg-0.10.13-gcc-4.7-1.patch
%ifnarch %{arm} %{mips}
BuildRequires:	valgrind
%endif
BuildRequires:	bzip2-devel
%if %{with external_ffmpeg}
BuildRequires:	ffmpeg-devel
%endif
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	yasm

%description
Video codec plugin for GStreamer based on the ffmpeg libraries.

%files
%doc README NEWS TODO ChangeLog AUTHORS
%{_libdir}/gstreamer-0.10/libgstffmpeg.so
%{_libdir}/gstreamer-0.10/libgstffmpegscale.so
%{_libdir}/gstreamer-0.10/libgstpostproc.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

%build
%define _disable_ld_no_undefined 1
# gst-ffmpeg mp3 decoder has issues (eg no seeking support), disable it since
# gst-plugins-bad and gst-fluendo both ship better mp3 decoders
%configure2_5x \
  --with-package-name='%{distribution} %{name} package' \
  --with-package-origin='%{disturl}' \
  --with-ffmpeg-extra-configure='--disable-decoder=mp3 --disable-decoder=mp3on4 --disable-decoder=mp3adu --disable-demuxer=mp3 --disable-demuxer=asf' \
%if %{with external_ffmpeg}
	--with-system-ffmpeg
%endif

%make

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/gstreamer*/*a


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.13-6
+ Revision: 11f7552
- Minor cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16640 |14mr|gstreamer0.10-moodbar-0.1.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define         gst_major_ver   0.10
%define         gstlibdir       %{_libdir}/gstreamer-%{gst_major_ver}

Summary:	Moodbar plugin for gstreamer
Name:		gstreamer%{gst_major_ver}-moodbar
Version:	0.1.2
Release:	11
License:	GPL v2
Group:		System/Libraries
Source:		moodbar-%{version}.tar.bz2
URL:		http://amarok.kde.org/wiki/Moodbar
BuildRequires:	fftw3-devel
BuildRequires:	libgstreamer-devel >= %{gst_major_ver}
BuildRoot:	%{_tmppath}/%{name}-%{version}
Requires:	gstreamer%{gst_major_ver}-plugins-base >= %{gst_major_ver}
Requires:	gstreamer%{gst_major_ver}-plugins-good >= %{gst_major_ver}
Provides:	moodbar = %{version}-%{release}

%description
The Moodbar is an algorithm for creating a colorful visual
representation of the contents of an audio file, giving an idea of its
"mood" (this is a rather fanciful term for the simple analysis it
actually does). The Moodbar was invented by Gavin Wood and Simon
O'Keefe for inclusion in the Amarok music player.

This package contains a GStreamer plugin with elements that are used
in the moodbar analysis, and an application that actually does the
analysis.

%prep
%setup -q -n moodbar-%{version}

%build
%configure2_5x \
	--disable-static
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

rm -f $RPM_BUILD_ROOT%{gstlibdir}/libmoodbar.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README TODO
%attr(755,root,root) %{_bindir}/moodbar
%attr(755,root,root) %{gstlibdir}/libmoodbar.so






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.2-11
+ Revision: b96aafc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16641 |14mr|gstreamer0.10-plugins-bad-0.10.23-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_plf 0
%{?_with_plf: %{expand: %%global build_plf 1}}
%define build_experimental 0
%{?_with_experimental: %{expand: %%global build_experimental 1}}
%define build_amrwb 0
%define build_voaac 0
%define build_faac 0
%define build_faad 0
%define build_xvid 0
%define build_dts 0
%define build_dirac 1
%define build_gme 1
%define build_celt 1

###############################
# Hardcore PLF build
%define build_plf 0
###############################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%define build_amrwb 1
%define build_voaac 1
%define build_faac 1
%define build_faad 1
%define build_xvid 1
%define build_dts 1
%endif

%define oname	gst-plugins-bad
%define bname	gstreamer%{api}
%define api	0.10
%define major	23
%define libgstbasevideo		%mklibname gstbasevideo %{api} %{major}
%define libgstbasecamerabinsrc	%mklibname gstbasecamerabinsrc %{api} %{major}
%define libgstcodecparsers	%mklibname gstcodecparsers %{api} %{major}
%define libgstphotography	%mklibname gstphotography %{api} %{major}
%define libgstsignalprocessor	%mklibname gstsignalprocessor %{api} %{major}
%define libgstvdp 		%mklibname gstvdp %{api} %{major}
%define devname 		%mklibname %{oname} -d %{api}

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-bad
Version:	0.10.23
Release:	5%{?extrarelsuffix}
License:	LGPLv2+ and GPLv2+
Group:		Sound
Url:		http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{oname}-%{version}.tar.bz2
Patch0:		gst-plugins-bad-0.10.7-wildmidi-timidity.cfg.patch
Patch1:		gst-plugins-bad-0.10.23-h264.patch
# With new directfb we get macro expanded to
#  __attribute__((__attribute__((no_instrument_function))))
# See http://permalink.gmane.org/gmane.comp.graphics.directfb.devel/3679
Patch2:		gst-plugins-bad-0.10.23-attribute.patch
# gw: fix for bug #36437 (paths to realplayer codecs)
# prefer codecs from the RealPlayer package in restricted
Patch10:	gst-plugins-bad-0.10.6-real-codecs-path.patch

BuildRequires:	fonts-ttf-dejavu
#gw for checks
BuildRequires:	gstreamer%{api}-plugins-good
BuildRequires:	bzip2-devel
#gw for autoreconf
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(exempi-2.0)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api}) >= 0.10.33
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(libmimic)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sndfile)
%ifarch %{ix86}
BuildRequires:	nasm => 0.90
BuildRequires:	valgrind
%endif
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink
Provides:	%{bname}-fluendo-mpegdemux
Requires:	%{bname}-voip >= %{version}-%{release}
Conflicts:	%{bname}-farsight <= 1:0.12.10

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're
missing something - be it a good code review, some documentation, a
set of tests, a real live maintainer, or some actual wide use. If the
blanks are filled in they might be upgraded to become part of either
gstreamer-plugins-good or gstreamer-plugins-ugly, depending on the
other factors. If the plug-ins break, you can't complain - instead,
you can fix the problem and send us a patch, or bribe someone into
fixing them for you.  New contributors can start here for things to
work on.

%if %{build_plf}
This package is in restricted as it violates some patents.
%endif

%files -f %{oname}-%{api}.lang
%doc AUTHORS COPYING README NEWS
%{_datadir}/glib-2.0/schemas/org.freedesktop.gstreamer-0.10.default-elements.gschema.xml
%{_libdir}/gstreamer-%{api}/libgstadpcmdec.so
%{_libdir}/gstreamer-%{api}/libgstadpcmenc.so
%{_libdir}/gstreamer-%{api}/libgstaiff.so
%{_libdir}/gstreamer-%{api}/libgstapexsink.so
%{_libdir}/gstreamer-%{api}/libgstasfmux.so
%{_libdir}/gstreamer-%{api}/libgstautoconvert.so
%{_libdir}/gstreamer-%{api}/libgstaudiovisualizers.so
%{_libdir}/gstreamer-%{api}/libgstbayer.so
%{_libdir}/gstreamer-%{api}/libgstcamerabin.so
%{_libdir}/gstreamer-%{api}/libgstcamerabin2.so
%{_libdir}/gstreamer-%{api}/libgstcoloreffects.so
%{_libdir}/gstreamer-%{api}/libgstcolorspace.so
%{_libdir}/gstreamer-%{api}/libgstdccp.so
%{_libdir}/gstreamer-%{api}/libgstdataurisrc.so
%{_libdir}/gstreamer-%{api}/libgstdebugutilsbad.so
%{_libdir}/gstreamer-%{api}/libgstdvb.so
%{_libdir}/gstreamer-%{api}/libgstdvbsuboverlay.so
%{_libdir}/gstreamer-%{api}/libgstdvdspu.so
%{_libdir}/gstreamer-%{api}/libgstfaceoverlay.so
%{_libdir}/gstreamer-%{api}/libgstfbdevsink.so
%{_libdir}/gstreamer-%{api}/libgstfestival.so
%{_libdir}/gstreamer-%{api}/libgstfrei0r.so
%{_libdir}/gstreamer-%{api}/libgstfreeverb.so
%{_libdir}/gstreamer-%{api}/libgstgaudieffects.so
%{_libdir}/gstreamer-%{api}/libgstgeometrictransform.so
%{_libdir}/gstreamer-%{api}/libgstgsettingselements.so
%{_libdir}/gstreamer-%{api}/libgsthdvparse.so
%{_libdir}/gstreamer-%{api}/libgstid3tag.so
%{_libdir}/gstreamer-%{api}/libgstinter.so
%{_libdir}/gstreamer-%{api}/libgstinterlace.so
%{_libdir}/gstreamer-%{api}/libgstivfparse.so
%{_libdir}/gstreamer-%{api}/libgstjpegformat.so
%{_libdir}/gstreamer-%{api}/libgstlegacyresample.so
%{_libdir}/gstreamer-%{api}/libgstmpegdemux.so
%{_libdir}/gstreamer-%{api}/libgstmpegpsmux.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsmux.so
%{_libdir}/gstreamer-%{api}/libgstmpegvideoparse.so
%{_libdir}/gstreamer-%{api}/libgstmve.so
%{_libdir}/gstreamer-%{api}/libgstmimic.so
%{_libdir}/gstreamer-%{api}/libgstmxf.so
%{_libdir}/gstreamer-%{api}/libgstopenal.so
# New version of opencv is not supported yet,
# uncomment when the plugin is built again
#{_libdir}/gstreamer-%{api}/libgstopencv.so
%{_libdir}/gstreamer-%{api}/libgstopus.so
%{_libdir}/gstreamer-%{api}/libgstpcapparse.so
%{_libdir}/gstreamer-%{api}/libgstpnm.so
%{_libdir}/gstreamer-%{api}/libgstrawparse.so
%{_libdir}/gstreamer-%{api}/libgstreal.so
%{_libdir}/gstreamer-%{api}/libgstremovesilence.so
%{_libdir}/gstreamer-%{api}/libgstscaletempoplugin.so
%{_libdir}/gstreamer-%{api}/libgstsdpelem.so
%{_libdir}/gstreamer-%{api}/libgstsegmentclip.so
%{_libdir}/gstreamer-%{api}/libgstshm.so
%{_libdir}/gstreamer-%{api}/libgstsiren.so
%{_libdir}/gstreamer-%{api}/libgstsmooth.so
%{_libdir}/gstreamer-%{api}/libgstsndfile.so
%{_libdir}/gstreamer-%{api}/libgststereo.so
%{_libdir}/gstreamer-%{api}/libgstsubenc.so
%{_libdir}/gstreamer-%{api}/libgstvcdsrc.so
%{_libdir}/gstreamer-%{api}/libgstvideomaxrate.so
%{_libdir}/gstreamer-%{api}/libgstvideomeasure.so
%{_libdir}/gstreamer-%{api}/libgstvideosignal.so
%{_libdir}/gstreamer-%{api}/libgstvmnc.so
%{_libdir}/gstreamer-%{api}/libgstbz2.so
%{_libdir}/gstreamer-%{api}/libgstcdaudio.so
%{_libdir}/gstreamer-%{api}/libgstcdxaparse.so
%{_libdir}/gstreamer-%{api}/libgstdecklink.so
%{_libdir}/gstreamer-%{api}/libgstfieldanalysis.so
%{_libdir}/gstreamer-%{api}/libgstfragmented.so
%{_libdir}/gstreamer-%{api}/libgstlinsys.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsdemux.so
%{_libdir}/gstreamer-%{api}/libgstpatchdetect.so
%{_libdir}/gstreamer-%{api}/libgstsdi.so
%{_libdir}/gstreamer-%{api}/libgstvideofiltersbad.so
%{_libdir}/gstreamer-%{api}/libgstvideoparsersbad.so
%{_libdir}/gstreamer-%{api}/libgstfreeze.so
%{_libdir}/gstreamer-%{api}/libgsth264parse.so
%{_libdir}/gstreamer-%{api}/libgstmodplug.so
%{_libdir}/gstreamer-%{api}/libgstnsf.so
%{_libdir}/gstreamer-%{api}/libgstnuvdemux.so
%{_libdir}/gstreamer-%{api}/libgstrfbsrc.so
%{_libdir}/gstreamer-%{api}/libgstsdl.so
%{_libdir}/gstreamer-%{api}/libgstspeed.so
%{_libdir}/gstreamer-%{api}/libgsttrm.so
%{_libdir}/gstreamer-%{api}/libgsttta.so
%{_libdir}/gstreamer-%{api}/libgsty4mdec.so

#----------------------------------------------------------------------------

%package -n %{libgstbasevideo}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstbasevideo}
This package contains a shared library for %{name}.

%files -n %{libgstbasevideo}
%{_libdir}/libgstbasevideo-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstbasecamerabinsrc}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Conflicts:	%{_lib}gstbasevideo0.10_23 < 0.10.23-5

%description -n %{libgstbasecamerabinsrc}
This package contains a shared library for %{name}.

%files -n %{libgstbasecamerabinsrc}
%{_libdir}/libgstbasecamerabinsrc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstcodecparsers}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Conflicts:	%{_lib}gstphotography0.10_23 < 0.10.23-5

%description -n %{libgstcodecparsers}
This package contains a shared library for %{name}.

%files -n  %{libgstcodecparsers}
%{_libdir}/libgstcodecparsers-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstphotography}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstphotography}
This package contains a shared library for %{name}.

%files -n %{libgstphotography}
%{_libdir}/libgstphotography-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstsignalprocessor}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Conflicts:	%{_lib}gstphotography0.10_23 < 0.10.23-5

%description -n %{libgstsignalprocessor}
This package contains a shared library for %{name}.

%files -n %{libgstsignalprocessor}
%{_libdir}/libgstsignalprocessor-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstvdp}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstvdp}
This package contains a shared library for %{name}.

%files -n %{libgstvdp}
%{_libdir}/libgstvdp-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libgstbasevideo} = %{version}-%{release}
Requires:	%{libgstbasecamerabinsrc} = %{version}-%{release}
Requires:	%{libgstcodecparsers} = %{version}-%{release}
Requires:	%{libgstphotography} = %{version}-%{release}
Requires:	%{libgstsignalprocessor} = %{version}-%{release}
Requires:	%{libgstvdp} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}gstphotography-devel < 0.10.23-5
Obsoletes:	%{_lib}gstbasevideo-devel < 0.10.23-5
Conflicts:	%{_lib}gstbasevideo-devel < 0.10.23-5

%description -n %{devname}
This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devname}
%{_libdir}/libgstbasevideo-%{api}.so
%{_libdir}/libgstbasecamerabinsrc-%{api}.so
%{_libdir}/libgstcodecparsers-%{api}.so
%{_libdir}/libgstphotography-%{api}.so
%{_libdir}/libgstsignalprocessor-%{api}.so
%{_libdir}/libgstvdp-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/basecamerabinsrc/*.h
%{_includedir}/gstreamer-%{api}/gst/codecparsers
%{_includedir}/gstreamer-%{api}/gst/interfaces/photography*
%{_includedir}/gstreamer-%{api}/gst/signalprocessor/gstsignalprocessor.h
%{_includedir}/gstreamer-%{api}/gst/vdpau/
%{_includedir}/gstreamer-%{api}/gst/video/
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-codecparsers-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-basevideo-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{bname}-curl
Summary:	GStreamer Curl plugin
Group:		Networking/Other
BuildRequires:	pkgconfig(libcurl)

%description -n %{bname}-curl
This is a HTTP plugin for GStreamer based on the curl library.

%files -n %{bname}-curl
%{_libdir}/gstreamer-%{api}/libgstcurl.so

#----------------------------------------------------------------------------

%package -n %{bname}-dc1394
Summary:	GStreamer DC1394 plugin
Group:		System/Libraries
BuildRequires:	pkgconfig(libdc1394-2)

%description -n %{bname}-dc1394
This is a IEEE 1394 (Firewire) support plugin for GStreamer.

%files -n %{bname}-dc1394
%{_libdir}/gstreamer-%{api}/libgstdc1394.so

#----------------------------------------------------------------------------

%package -n %{bname}-ofa
Summary:	GStreamer OFA plugin
Group:		Sound
BuildRequires:	pkgconfig(libofa)

%description -n %{bname}-ofa
This is a metadata support plugin for GStreamer based on the Open
Fingerprint Architecture library.

%files -n %{bname}-ofa
%{_libdir}/gstreamer-%{api}/libgstofa.so

#----------------------------------------------------------------------------

%package -n %{bname}-wildmidi
Summary:	GStreamer wildmidi plugin
Group:		Sound
BuildRequires:	wildmidi-devel
Requires:	timidity-instruments

%description -n %{bname}-wildmidi
This is a MIDI plugin for GStreamer based on the wildmidi library.

%files -n %{bname}-wildmidi
%{_libdir}/gstreamer-%{api}/libgstwildmidi.so

#----------------------------------------------------------------------------

%package -n %{bname}-mpeg2enc
Summary:	GStreamer mjpegtools plug-in
Group:		Video
BuildRequires:	pkgconfig(mjpegtools)

%description -n %{bname}-mpeg2enc
mjpegtools-based encoding and decoding plug-in.

%files -n %{bname}-mpeg2enc
%{_libdir}/gstreamer-%{api}/libgstmpeg2enc.so
%{_libdir}/gstreamer-%{api}/libgstmplex.so

#----------------------------------------------------------------------------

%if %{build_gme}
%package -n %{bname}-gme
Summary:	GStreamer Game Music plug-in
Group:		Sound
BuildRequires:	libgme-devel

%description -n %{bname}-gme
Game Music decoding plug-in.

%files -n %{bname}-gme
%{_libdir}/gstreamer-%{api}/libgstgme.so
%endif

#----------------------------------------------------------------------------

%if %{build_dirac}
%package -n %{bname}-dirac
Summary:	GStreamer dirac plug-in
Group:		Video
BuildRequires:	pkgconfig(dirac)

%description -n %{bname}-dirac
Dirac encoding and decoding plug-in.

%files -n %{bname}-dirac
%{_libdir}/gstreamer-%{api}/libgstdirac.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-schroedinger
Summary:	GStreamer dirac plug-in based on Schroedinger
Group:		Video
BuildRequires:	pkgconfig(schroedinger-1.0)
Epoch:		1

%description -n %{bname}-schroedinger
Dirac encoding and decoding plug-in based on Schroedinger.

%files -n %{bname}-schroedinger
%{_libdir}/gstreamer-%{api}/libgstschro.so

#----------------------------------------------------------------------------

%package -n %{bname}-vp8
Summary:	GStreamer VP8 plug-in
Group:		Video
BuildRequires:	pkgconfig(vpx)

%description -n %{bname}-vp8
VP8 encoding and decoding plug-in.

%files -n %{bname}-vp8
%{_libdir}/gstreamer-%{api}/libgstvp8.so
%{_libdir}/gstreamer-%{api}/libgstrtpvp8.so

#----------------------------------------------------------------------------

### LADSPA ###
%package -n %{bname}-ladspa
Summary:	Gstreamer wrapper for LADSPA plug-ins
Group:		Sound
Requires:	ladspa
BuildRequires:	ladspa-devel

%description -n %{bname}-ladspa
Plug-in which wraps LADSPA plug-ins for use by GStreamer applications.
We suggest you also get the cmt package of ladspa plug-ins
and steve harris's swh-plugins package.

%files -n %{bname}-ladspa
%{_libdir}/gstreamer-%{api}/libgstladspa.so

#----------------------------------------------------------------------------

%if %{build_dts}
%package -n %{bname}-dts
Summary:	GStreamer plug-ins for DTS audio playback
Group:		Sound
BuildRequires:	pkgconfig(libdts)

%description -n %{bname}-dts
Plug-ins for decoding DTS audio.

%files -n %{bname}-dts
%{_libdir}/gstreamer-%{api}/libgstdtsdec.so
%endif

#----------------------------------------------------------------------------

%if %{build_xvid}
%package -n %{bname}-xvid
Summary:	GStreamer plug-ins for XVID video encoding and decoding
Group:		Video
BuildRequires:	xvid-devel >= 1.1

%description -n %{bname}-xvid
Plug-ins for encoding and decoding XVID video.

This package is in restricted as it violates some patents.

%files -n %{bname}-xvid
%{_libdir}/gstreamer-%{api}/libgstxvid.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-musepack
Summary:	GStreamer plug-in Musepack playback
Group:		Sound
BuildRequires:	libmpcdec-devel

%description -n %{bname}-musepack
This plugin for GStreamer can play audio files which are encoded with
Andree Buschmann's encoder Musepack. These files have the filename
postfixes mpc, mp+ or mpp.

%files -n %{bname}-musepack
%{_libdir}/gstreamer-%{api}/libgstmusepack.so

#----------------------------------------------------------------------------

%package -n %{bname}-mms
Summary:	GStreamer plug-in for mms streams
Group:		System/Libraries
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libmms)

%description -n %{bname}-mms
Plug-in supporting the mms protocol based on the libmms library.

%files -n %{bname}-mms
%{_libdir}/gstreamer-%{api}/libgstmms.so

#----------------------------------------------------------------------------

%package -n %{bname}-rtmp
Summary:	GStreamer plug-in for rtmp streams
Group:		System/Libraries
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(librtmp)

%description -n %{bname}-rtmp
Plug-in supporting the rtmp protocol based on the librtmp library.

%files -n %{bname}-rtmp
%{_libdir}/gstreamer-%{api}/libgstrtmp.so

#----------------------------------------------------------------------------

%package -n %{bname}-directfb
Summary:	GStreamer plug-in for DirectFB output
Group:		Video
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(directfb)

%description -n %{bname}-directfb
Plug-in supporting the video output to DirectFB.

%files -n %{bname}-directfb
%{_libdir}/gstreamer-%{api}/libgstdfbvideosink.so

#----------------------------------------------------------------------------

%package -n %{bname}-soundtouch
Summary:	GStreamer plug-in for SoundTouch support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(soundtouch)

%description -n %{bname}-soundtouch
Plug-in supporting the SoundTouch audio manipulation support.

%files -n %{bname}-soundtouch
%{_libdir}/gstreamer-%{api}/libgstsoundtouch.so

#----------------------------------------------------------------------------

%package -n %{bname}-kate
Summary:	GStreamer Karaoke and text plugin
Group:		Video
BuildRequires:	pkgconfig(tiger)

%description -n %{bname}-kate
This is a Karaoke and text plugin for GStreamer based on libkate and libtiger.

%files -n %{bname}-kate
%{_libdir}/gstreamer-%{api}/libgstkate.so

#----------------------------------------------------------------------------

%package -n %{bname}-libass
Summary:	GStreamer subtitles plugin
Group:		Video
BuildRequires:	pkgconfig(libass)

%description -n %{bname}-libass
This is a subtitle plugin for GStreamer based on libass.

%files -n %{bname}-libass
%{_libdir}/gstreamer-%{api}/libgstassrender.so

#----------------------------------------------------------------------------

%package -n %{bname}-resindvd
Summary:	GStreamer DVD menu plugin
Group:		Video
BuildRequires:	pkgconfig(dvdnav)

%description -n %{bname}-resindvd
This is a DVD playback plugin for GStreamer with menu support.

%files -n %{bname}-resindvd
%{_libdir}/gstreamer-%{api}/libresindvd.so

#----------------------------------------------------------------------------

%package -n %{bname}-voip
Summary:	GStreamer voip plugins
Group:		Sound

%description -n %{bname}-voip
This is a collection of VoIP plugins for GStreamer.

%files -n %{bname}-voip
%{_libdir}/gstreamer-%{api}/libgstrtpmux.so
%{_libdir}/gstreamer-%{api}/libgstliveadder.so
%{_libdir}/gstreamer-%{api}/libgstdtmf.so

#----------------------------------------------------------------------------

%package -n %{bname}-cog
Summary:	GStreamer COG plugin
Group:		Video
BuildRequires:	pkgconfig(orc-0.4)

%description -n %{bname}-cog
This is a signal processing plugin for GStreamer based on Orc.

%files -n %{bname}-cog
%{_libdir}/gstreamer-%{api}/libgstcog.so

#----------------------------------------------------------------------------

%package -n %{bname}-vdpau
Summary:	GStreamer plug-in for playback using VDPAU
Group:		Video
BuildRequires:	vdpau-devel

%description -n %{bname}-vdpau
This plug-in adds video playback support to GStreamer based on VDPAU 
(Video Decode and Presentation API for Unix).

%files -n %{bname}-vdpau
%{_libdir}/gstreamer-%{api}/libgstvdpau.so

#----------------------------------------------------------------------------

%if %{build_faad}
%package -n %{bname}-faad
Summary:	GStreamer plug-in for AAC audio playback
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	libfaad2-devel => 2.0

%description -n %{bname}-faad
Plug-ins for playing AAC audio

This package is in restricted as it violates some patents.

%files -n %{bname}-faad
%{_libdir}/gstreamer-%{api}/libgstfaad.so
%endif

#----------------------------------------------------------------------------

%if %{build_faac}
%package -n %{bname}-faac
Summary:	GStreamer plug-ins for AAC audio encoding
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	libfaac-devel

%description -n %{bname}-faac
Plug-ins for encoding AAC audio

This package is in restricted as it violates some patents.

%files -n %{bname}-faac
%{_libdir}/gstreamer-%{api}/libgstfaac.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-gsm
Summary:	GStreamer plugin for GSM lossy audio format
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	gsm-devel >= 1.0.10

%description -n %{bname}-gsm
Output plugin for GStreamer to convert to GSM lossy audio format.

%files -n %{bname}-gsm
%{_libdir}/gstreamer-%{api}/libgstgsm.so

#----------------------------------------------------------------------------

%package -n %{bname}-neon
Summary:	GStreamer HTTP plugin based on libneon
Group:		System/Libraries
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(neon)

%description -n %{bname}-neon
Plug-in for HTTP access based on libneon.

%files -n %{bname}-neon
%{_libdir}/gstreamer-%{api}/libgstneonhttpsrc.so

#----------------------------------------------------------------------------

%package -n %{bname}-nas
Summary:	Gstreamer output plugin for the NAS sound server
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	nas-devel

%description -n %{bname}-nas
Output plugin for GStreamer for use with the nas sound server.

%files -n %{bname}-nas
%{_libdir}/gstreamer-%{api}/libgstnassink.so

#----------------------------------------------------------------------------

%if %{build_amrwb}
%package -n %{bname}-amrwb
Summary:	GStreamer plug-in for AMR-WB support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(vo-amrwbenc)

%description -n %{bname}-amrwb
Plug-in for decoding AMR-WB under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-amrwb
%{_datadir}/gstreamer-%{api}/presets/GstVoAmrwbEnc.prs
%{_libdir}/gstreamer-%{api}/libgstvoamrwbenc.so
%endif

#----------------------------------------------------------------------------

%if %{build_voaac}
%package -n %{bname}-vo-aac
Summary:	GStreamer plug-in for VisualOn AAC encoding
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(vo-aacenc)

%description -n %{bname}-vo-aac
Plug-in for encoding AAC under GStreamer based on VisualOn AAC library.

This package is in restricted as it violates some patents.

%files -n %{bname}-vo-aac
%{_libdir}/gstreamer-%{api}/libgstvoaacenc.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-jp2k
Summary:	GStreamer plug-in for JPEG2000 support
Group:		Graphics
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(jasper)

%description -n %{bname}-jp2k
Plug-in for JPEG2000 support under GStreamer.

%files -n %{bname}-jp2k
%{_libdir}/gstreamer-%{api}/libgstjp2k.so
%{_libdir}/gstreamer-%{api}/libgstjp2kdecimator.so

#----------------------------------------------------------------------------

%if %{build_celt}
%package -n %{bname}-celt
Summary:	GStreamer plug-in for CELT support
Group:		Video
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(celt)

%description -n %{bname}-celt
Plug-in for CELT support under GStreamer.

%files -n %{bname}-celt
%{_libdir}/gstreamer-%{api}/libgstcelt.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-rsvg
Summary:	GStreamer plug-in for SVG support
Group:		Graphics
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(librsvg-2.0)

%description -n %{bname}-rsvg
Plug-in for SVG support under GStreamer.

%files -n %{bname}-rsvg
%{_libdir}/gstreamer-%{api}/libgstrsvg.so

#----------------------------------------------------------------------------

%package doc
Group:		Books/Computer books
Summary:	GStreamer application library

%description doc
This is the documentation of %{name}.

%files doc
%doc docs/plugins/html
%{_datadir}/gtk-doc/html/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches
#gw broken configure in 0.10.19.2
#autoreconf -fi

%build
#work around broken mjpegtools headers including config.h:
export CPPFLAGS="-I."
%configure2_5x \
	--disable-static \
	--disable-dependency-tracking \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
%if ! %{build_celt}
	--disable-celt \
%endif
%if ! %{build_faac}
	--disable-faac \
%endif
%if ! %{build_faad}
	--disable-faad \
%endif
%if ! %{build_dirac}
	--disable-dirac \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang %{oname}-%{api}


%changelog
* Wed Sep 11 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.23-5
+ Revision: 6c7e61d
- LOG Enable opus codes, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16642 |14mr|gstreamer0.10-plugins-base-0.10.36-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.10
%define majorminor 0.10

%define bname gstreamer%{majorminor}

%define libname %mklibname gstreamer-plugins-base %{major}
%define gstver 0.10.36
%define build_libvisual 1

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-base
Version:	0.10.36
Release:	7
License:	LGPLv2+
Group:		Sound
Url:		http://gstreamer.freedesktop.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/gst-plugins-base/0.10/gst-plugins-base-%{version}.tar.xz
Patch0:		align.patch
#fix playing ogg track after mp3 track in Amarok (bko#302652, mga#10762)
Patch1:		audiodecoder-don-t-discard-timestamps-when-consecuti.patch
Patch2:		gst-plugins-base-0.10.36-gcc-4.9.patch
BuildRequires:	gtk-doc
#gw we need some fonts for the tests
BuildRequires:	fonts-ttf-dejavu
%ifarch %{ix86}
BuildRequires:	nasm => 0.90
%endif
BuildRequires:	valgrind
#gw qt example
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-0.10) >= %{gstver}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xv)
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink
Provides:	%{bname}-alsa = %{EVRD}
Obsoletes:	%{bname}-alsa < %{EVRD}
Provides:	%{bname}-plugins = %{EVRD}
Obsoletes:	%{bname}-plugins < %{EVRD}
Provides:	%{bname}-vorbis = %{EVRD}
Obsoletes:	%{bname}-vorbis < %{EVRD}
Provides:	%{bname}-x11 = %{EVRD}
Obsoletes:	%{bname}-x11 < %{EVRD}
Provides:	%{bname}-plugin-libs = %{EVRD}
Obsoletes:	%{bname}-plugin-libs < %{EVRD}
Suggests:	gst-install-plugins-helper
Conflicts:	%{bname}-plugins-bad < 0.10.10
Requires:	glib-networking

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of reference plugins, base classes for other
plugins, and helper libraries:
 * device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
 * containers: ogg
 * codecs: vorbis, theora
 * text: textoverlay, subparse
 * sources: audiotestsrc, videotestsrc, gnomevfssrc
 * network: tcp
 * typefind
 * audio processing: audioconvert, adder, audiorate, audioscale, volume
 * visualisation: libvisual
 * video processing: ffmpegcolorspace
 * aggregate elements: decodebin, playbin

%files -f gst-plugins-base-%{majorminor}.lang
%doc AUTHORS COPYING README NEWS
%{_bindir}/gst-discoverer-%{majorminor}
%{_bindir}/gst-visualise-%{majorminor}
%{_datadir}/gst-plugins-base/license-translations.dict
%{_mandir}/man1/gst-visualise-%{majorminor}.1*
%{_libdir}/gstreamer-%{majorminor}/libgstffmpegcolorspace.so
# non-core plugins without external dependencies
%{_libdir}/gstreamer-%{majorminor}/libgstapp.so
%{_libdir}/gstreamer-%{majorminor}/libgstaudioconvert.so
%{_libdir}/gstreamer-%{majorminor}/libgstaudiorate.so
%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
%{_libdir}/gstreamer-%{majorminor}/libgstaudiotestsrc.so
%{_libdir}/gstreamer-%{majorminor}/libgstdecodebin.so
%{_libdir}/gstreamer-%{majorminor}/libgstdecodebin2.so
%{_libdir}/gstreamer-%{majorminor}/libgstencodebin.so
%{_libdir}/gstreamer-%{majorminor}/libgstgdp.so
%{_libdir}/gstreamer-%{majorminor}/libgstgio.so
%{_libdir}/gstreamer-%{majorminor}/libgstpango.so
%{_libdir}/gstreamer-%{majorminor}/libgstplaybin.so
%{_libdir}/gstreamer-%{majorminor}/libgstsubparse.so
%{_libdir}/gstreamer-%{majorminor}/libgsttcp.so
%{_libdir}/gstreamer-%{majorminor}/libgstvolume.so
%{_libdir}/gstreamer-%{majorminor}/libgstadder.so
%{_libdir}/gstreamer-%{majorminor}/libgsttypefindfunctions.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideotestsrc.so
%{_libdir}/gstreamer-%{majorminor}/libgsttheora.so
%{_libdir}/gstreamer-%{majorminor}/libgstogg.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideorate.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideoscale.so
%{_libdir}/gstreamer-%{majorminor}/libgstvorbis.so
%{_libdir}/gstreamer-%{majorminor}/libgstximagesink.so
%{_libdir}/gstreamer-%{majorminor}/libgstxvimagesink.so
%{_libdir}/gstreamer-%{majorminor}/libgstalsa.so

#----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	GStreamer plugin libraries

%description -n %{libname}
This package contain the basic audio and video playback library and
the interfaces library.

%files -n %{libname}
%{_libdir}/libgstaudio-%{majorminor}.so.0*
%{_libdir}/libgstapp-%{majorminor}.so.0*
%{_libdir}/libgstcdda-%{majorminor}.so.0*
%{_libdir}/libgstfft-%{majorminor}.so.0*
%{_libdir}/libgstinterfaces-%{majorminor}.so.0*
%{_libdir}/libgstnetbuffer-%{majorminor}.so.0*
%{_libdir}/libgstpbutils-%{majorminor}.so.0*
%{_libdir}/libgstriff-%{majorminor}.so.0*
%{_libdir}/libgstrtp-%{majorminor}.so.0*
%{_libdir}/libgstrtsp-%{majorminor}.so.0*
%{_libdir}/libgsttag-%{majorminor}.so.0*
%{_libdir}/libgstsdp-%{majorminor}.so.0*
%{_libdir}/libgstvideo-%{majorminor}.so.0*
%{_libdir}/girepository-1.0/GstApp-%{majorminor}.typelib
%{_libdir}/girepository-1.0/GstAudio-%{majorminor}.typelib
%{_libdir}/girepository-1.0/GstFft-%{majorminor}.typelib
%{_libdir}/girepository-1.0/GstInterfaces-%{majorminor}.typelib
%{_libdir}/girepository-1.0/GstNetbuffer-%{majorminor}.typelib
%{_libdir}/girepository-1.0/GstPbutils-%{majorminor}.typelib
%{_libdir}/girepository-1.0/GstRiff-%{majorminor}.typelib
%{_libdir}/girepository-1.0/GstRtp-%{majorminor}.typelib
%{_libdir}/girepository-1.0/GstRtsp-%{majorminor}.typelib
%{_libdir}/girepository-1.0/GstSdp-%{majorminor}.typelib
%{_libdir}/girepository-1.0/GstTag-%{majorminor}.typelib
%{_libdir}/girepository-1.0/GstVideo-%{majorminor}.typelib

#----------------------------------------------------------------------------

%package -n %{libname}-devel
Summary:	GStreamer Plugin Library Headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
# gw is required at build time for make check
Requires:	%{name} = %{EVRD}
Requires:	pkgconfig(gstreamer-0.10) >= %{gstver}
Provides:	libgstreamer-plugins-base-devel = %{EVRD}
Provides:	libgstreamer%{majorminor}-plugins-base-devel = %{EVRD}

%description -n %{libname}-devel
GStreamer support libraries header files.

%files -n %{libname}-devel
%doc docs/libs/html docs/plugins/html
%{_includedir}/gstreamer-%{majorminor}/gst/app/
%{_includedir}/gstreamer-%{majorminor}/gst/audio
%{_includedir}/gstreamer-%{majorminor}/gst/cdda/
%{_includedir}/gstreamer-%{majorminor}/gst/fft
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces
%{_includedir}/gstreamer-%{majorminor}/gst/netbuffer
%{_includedir}/gstreamer-%{majorminor}/gst/pbutils
%{_includedir}/gstreamer-%{majorminor}/gst/riff
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp
%{_includedir}/gstreamer-%{majorminor}/gst/sdp
%{_includedir}/gstreamer-%{majorminor}/gst/tag/
%{_includedir}/gstreamer-%{majorminor}/gst/video/
%{_includedir}/gstreamer-%{majorminor}/gst/floatcast/
%{_includedir}/gstreamer-%{majorminor}/gst/rtp
%{_libdir}/pkgconfig/gstreamer-app-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-audio-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-cdda-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-fft-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-floatcast-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-interfaces-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-netbuffer-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-pbutils-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-plugins-base-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-riff-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-rtp-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-rtsp-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-sdp-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-tag-%{majorminor}.pc
%{_libdir}/pkgconfig/gstreamer-video-%{majorminor}.pc
%{_libdir}/libgstaudio-%{majorminor}.so
%{_libdir}/libgstapp-%{majorminor}.so
%{_libdir}/libgstcdda-%{majorminor}.so
%{_libdir}/libgstfft-%{majorminor}.so
%{_libdir}/libgstinterfaces-%{majorminor}.so
%{_libdir}/libgstnetbuffer-%{majorminor}.so
%{_libdir}/libgstpbutils-%{majorminor}.so
%{_libdir}/libgstriff-%{majorminor}.so
%{_libdir}/libgstrtp-%{majorminor}.so
%{_libdir}/libgstrtsp-%{majorminor}.so
%{_libdir}/libgsttag-%{majorminor}.so
%{_libdir}/libgstsdp-%{majorminor}.so
%{_libdir}/libgstvideo-%{majorminor}.so
%{_datadir}/gtk-doc/html/*
%{_datadir}/gir-1.0/GstApp-%{majorminor}.gir
%{_datadir}/gir-1.0/GstAudio-%{majorminor}.gir
%{_datadir}/gir-1.0/GstFft-%{majorminor}.gir
%{_datadir}/gir-1.0/GstInterfaces-%{majorminor}.gir
%{_datadir}/gir-1.0/GstNetbuffer-%{majorminor}.gir
%{_datadir}/gir-1.0/GstPbutils-%{majorminor}.gir
%{_datadir}/gir-1.0/GstRiff-%{majorminor}.gir
%{_datadir}/gir-1.0/GstRtp-%{majorminor}.gir
%{_datadir}/gir-1.0/GstRtsp-%{majorminor}.gir
%{_datadir}/gir-1.0/GstSdp-%{majorminor}.gir
%{_datadir}/gir-1.0/GstTag-%{majorminor}.gir
%{_datadir}/gir-1.0/GstVideo-%{majorminor}.gir

#----------------------------------------------------------------------------

### GNOME VFS 2 ###
%package -n %{bname}-gnomevfs
Summary:	GStreamer plug-ins for GNOME VFS input and output
Group:		System/Libraries
Requires:	gnome-vfs2 > 1.9.4.00
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(gnome-vfs-2.0)

%description -n %{bname}-gnomevfs
Plug-Ins for reading and writing through GNOME VFS.

%files -n %{bname}-gnomevfs
%{_libdir}/gstreamer-%{majorminor}/libgstgnomevfs.so

#----------------------------------------------------------------------------

### CDPARANOIA ###
%package -n %{bname}-cdparanoia
Summary:	Gstreamer plugin for CD audio input using CDParanoia IV
Group:		Sound
Requires:	%{name} = %{EVRD}
BuildRequires:	libcdda-devel

%description -n %{bname}-cdparanoia
Plugin for ripping audio tracks using cdparanoia under GStreamer

%files -n %{bname}-cdparanoia
%{_libdir}/gstreamer-%{majorminor}/libgstcdparanoia.so

#----------------------------------------------------------------------------

%if %{build_libvisual}
%package -n %{bname}-libvisual
Summary:	GStreamer visualisations plug-in based on libvisual
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(libvisual-0.4)

%description -n %{bname}-libvisual
This plugin makes visualisations based on libvisual available for
GStreamer applications.

%files -n %{bname}-libvisual
%{_libdir}/gstreamer-%{majorminor}/libgstlibvisual.so
%endif

#----------------------------------------------------------------------------

%prep
%setup -q -n gst-plugins-base-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-dependency-tracking \
	--enable-experimental \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
	--enable-libvisual
%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang gst-plugins-base-%{majorminor}

# Clean out files that should not be part of the rpm.
# This is the recommended way of dealing with it for RH8
rm -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.la
rm -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.a
rm -f %{buildroot}%{_libdir}/*.a


%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.36-7
+ Revision: 481354f
- Add patch to fix build with gcc 4.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16643 |14mr|gstreamer0.10-plugins-good-0.10.31-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	gst-plugins-good
%define api	0.10
%define bname	gstreamer%{api}
%bcond_with esd

%define schemas gstreamer-0.10

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-good
Version:	0.10.31
Release:	9
License:	LGPLv2+
Group:		Sound
URL:		http://gstreamer.freedesktop.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/gst-plugins-good/%{api}/%{oname}-%{version}.tar.xz
# See https://bugzilla.gnome.org/show_bug.cgi?id=681491
Patch0:		gst-plugins-good-0.10.31-linux3.6.patch
# See https://bugs.gentoo.org/show_bug.cgi?id=468618
Patch1:		gst-plugins-v4l2-0.10.31-linux-headers-3.9.patch

BuildRequires:	GConf2
BuildRequires:	gstreamer%{api}-plugins-base
BuildRequires:	bzip2-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api})
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
%ifarch %{ix86}
BuildRequires:	nasm => 0.90
BuildRequires:	valgrind
%endif

Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink
# gw this is the default http source:
Suggests:	%{bname}-soup
# some plugins moved from bad to good with release 0.10.23
Conflicts:	gstreamer0.10-plugins-bad < 0.10.19

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that are considered to have
good quality code, correct functionality, the preferred license (LGPL
for the plug-in code, LGPL or LGPL-compatible for the supporting
library). People writing elements should base their code on these
elements.

%files -f %{oname}-%{api}.lang
%doc AUTHORS COPYING README NEWS
%{_sysconfdir}/gconf/schemas/gstreamer-%{api}.schemas
%{_libdir}/gstreamer-%{api}/libgstalaw.so
%{_libdir}/gstreamer-%{api}/libgstannodex.so
%{_libdir}/gstreamer-%{api}/libgstalpha.so
%{_libdir}/gstreamer-%{api}/libgstalphacolor.so
%{_libdir}/gstreamer-%{api}/libgstapetag.so
%{_libdir}/gstreamer-%{api}/libgstaudiofx.so
%{_libdir}/gstreamer-%{api}/libgstaudioparsers.so
%{_libdir}/gstreamer-%{api}/libgstauparse.so
%{_libdir}/gstreamer-%{api}/libgstautodetect.so
%{_libdir}/gstreamer-%{api}/libgstavi.so
%{_libdir}/gstreamer-%{api}/libgstcairo.so
%{_libdir}/gstreamer-%{api}/libgstcutter.so
%{_libdir}/gstreamer-%{api}/libgstdebug.so
%{_libdir}/gstreamer-%{api}/libgstdeinterlace.so
%{_libdir}/gstreamer-%{api}/libgstefence.so
%{_libdir}/gstreamer-%{api}/libgsteffectv.so
%{_libdir}/gstreamer-%{api}/libgstflv.so
%{_libdir}/gstreamer-%{api}/libgstequalizer.so
%{_libdir}/gstreamer-%{api}/libgstflxdec.so
%{_libdir}/gstreamer-%{api}/libgstgconfelements.so
%{_libdir}/gstreamer-%{api}/libgstgdkpixbuf.so
%{_libdir}/gstreamer-%{api}/libgstgoom.so
%{_libdir}/gstreamer-%{api}/libgstgoom2k1.so
%{_libdir}/gstreamer-%{api}/libgsticydemux.so
%{_libdir}/gstreamer-%{api}/libgstid3demux.so
%{_libdir}/gstreamer-%{api}/libgstimagefreeze.so
%{_libdir}/gstreamer-%{api}/libgstinterleave.so
%{_libdir}/gstreamer-%{api}/libgstisomp4.so
%{_libdir}/gstreamer-%{api}/libgstjpeg.so
%{_libdir}/gstreamer-%{api}/libgstlevel.so
%{_libdir}/gstreamer-%{api}/libgstmatroska.so
%{_libdir}/gstreamer-%{api}/libgstmonoscope.so
%{_libdir}/gstreamer-%{api}/libgstmulaw.so
%{_libdir}/gstreamer-%{api}/libgstmultifile.so
%{_libdir}/gstreamer-%{api}/libgstmultipart.so
%{_libdir}/gstreamer-%{api}/libgstnavigationtest.so
%{_libdir}/gstreamer-%{api}/libgstossaudio.so
%{_libdir}/gstreamer-%{api}/libgstoss4audio.so
%{_libdir}/gstreamer-%{api}/libgstpng.so
%{_libdir}/gstreamer-%{api}/libgstreplaygain.so
%{_libdir}/gstreamer-%{api}/libgstrtp.so
%{_libdir}/gstreamer-%{api}/libgstrtpmanager.so
%{_libdir}/gstreamer-%{api}/libgstrtsp.so
%{_libdir}/gstreamer-%{api}/libgstshapewipe.so
%{_libdir}/gstreamer-%{api}/libgstshout2.so
%{_libdir}/gstreamer-%{api}/libgstsmpte.so
%{_libdir}/gstreamer-%{api}/libgstspectrum.so
%{_libdir}/gstreamer-%{api}/libgsttaglib.so
%{_libdir}/gstreamer-%{api}/libgstudp.so
%{_libdir}/gstreamer-%{api}/libgstvideo4linux2.so
%{_libdir}/gstreamer-%{api}/libgstvideobox.so
%{_libdir}/gstreamer-%{api}/libgstvideocrop.so
%{_libdir}/gstreamer-%{api}/libgstvideofilter.so
%{_libdir}/gstreamer-%{api}/libgstvideomixer.so
%{_libdir}/gstreamer-%{api}/libgstwavenc.so
%{_libdir}/gstreamer-%{api}/libgstwavparse.so
%{_libdir}/gstreamer-%{api}/libgstximagesrc.so
%{_libdir}/gstreamer-%{api}/libgsty4menc.so
%dir %{_datadir}/gstreamer-%{api}/
%dir %{_datadir}/gstreamer-%{api}/presets
%{_datadir}/gstreamer-%{api}/presets/*

#----------------------------------------------------------------------------

%package -n %{bname}-jack
Summary:	GStreamer plug-in for the Jack Sound Server
Group:		Sound
BuildRequires:	pkgconfig(jack)
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

%description -n %{bname}-jack
Plug-in for the JACK professional sound server.

%files -n %{bname}-jack
%{_libdir}/gstreamer-%{api}/libgstjack.so

#----------------------------------------------------------------------------

%package -n %{bname}-soup
Summary:	GStreamer HTTP plugin based on libsoup
Group:		System/Libraries
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libsoup-2.4)

%description -n %{bname}-soup
Plug-in for HTTP access based on libsoup.

%files -n %{bname}-soup
%{_libdir}/gstreamer-%{api}/libgstsouphttpsrc.so

#----------------------------------------------------------------------------

%package -n %{bname}-pulse
Summary:	Pulseaudio plugin for GStreamer
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libpulse)

%description -n %{bname}-pulse
This is a GStreamer audio output plugin using the Pulseaudio sound server.

%files -n %{bname}-pulse
%{_libdir}/gstreamer-%{api}/libgstpulse.so

#----------------------------------------------------------------------------

### LIBDV ###
%package -n %{bname}-dv
Summary:	GStreamer DV plug-in
Group:		Video
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libdv)

%description -n %{bname}-dv
Plug-in for digital video support using libdv.

%files -n %{bname}-dv
%{_libdir}/gstreamer-%{api}/libgstdv.so

#----------------------------------------------------------------------------

%package -n %{bname}-speex
Summary:	Gstreamer plugin for encoding and decoding Ogg Speex audio files
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(speex)

%description -n %{bname}-speex
Plug-Ins for creating and playing Ogg Speex audio files.

%files -n %{bname}-speex
%{_libdir}/gstreamer-%{api}/libgstspeex.so

#----------------------------------------------------------------------------

### RAW1394 ###
%package -n %{bname}-raw1394
Summary:	GStreamer raw1394 Firewire plug-in
Group:		System/Libraries
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	pkgconfig(libiec61883)

%description -n %{bname}-raw1394
Plug-in for digital video support using raw1394.

%files -n %{bname}-raw1394
%{_libdir}/gstreamer-%{api}/libgst1394.so

#----------------------------------------------------------------------------

### FLAC ###
%package -n %{bname}-flac
Summary:	GStreamer plug-in for FLAC lossless audio
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(flac)

%description -n %{bname}-flac
Plug-in for the free FLAC lossless audio format.

%files -n %{bname}-flac
%{_libdir}/gstreamer-%{api}/libgstflac.so

#----------------------------------------------------------------------------

%if %{with esd}
### ESD ###
%package -n %{bname}-esound
Summary:	Gstreamer plugin for ESD sound output
Group:		Sound
Obsoletes:	%{bname}-esd < %{version}-%{release}
Provides:	%{bname}-esd = %{version}-%{release}
Requires:	esound >= 0.2.8
BuildRequires:	pkgconfig(esound)
Requires:	%{bname}-plugins
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

%description -n %{bname}-esound
Output plugin for GStreamer for use with the esound package

%files -n %{bname}-esound
%{_libdir}/gstreamer-%{api}/libgstesd.so
%endif

#----------------------------------------------------------------------------

### AALIB ###
%package -n %{bname}-aalib
Summary:	Gstreamer plugin for Ascii-art output
Group:		Video
BuildRequires:	aalib-devel >= 1.3
Requires:	%{bname}-plugins

%description -n %{bname}-aalib
Plugin for viewing movies in Ascii-art using aalib library.

%files -n %{bname}-aalib
%{_libdir}/gstreamer-%{api}/libgstaasink.so

#----------------------------------------------------------------------------

%package -n %{bname}-caca
Summary:	Gstreamer plugin for Ascii-art output
Group:		Video
BuildRequires:	pkgconfig(caca)
Requires:	%{bname}-plugins

%description -n %{bname}-caca
Plugin for viewing movies in Ascii-art using caca library.

%files -n %{bname}-caca
%{_libdir}/gstreamer-%{api}/libgstcacasink.so

#----------------------------------------------------------------------------

%package -n %{bname}-wavpack
Summary:	Gstreamer plugin for encoding and decoding WavPack audio files
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(wavpack)

%description -n %{bname}-wavpack
Plug-Ins for creating and playing WavPack audio files.

%files -n %{bname}-wavpack
%{_libdir}/gstreamer-%{api}/libgstwavpack.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches

%build
%configure2_5x  \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
	--disable-dependency-tracking \
	--enable-experimental \
	--disable-hal
%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std GETTEXT_PACKAGE=%{oname}-%{api}
%find_lang %{oname}-%{api}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.31-9
+ Revision: bd8c3b1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16644 |14mr|gstreamer0.10-plugins-ugly-0.10.19-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.10
%define majorminor 0.10
%define bname gstreamer0.10
%define build_plf 0
%{?_with_plf: %{expand: %%global build_plf 1}}
%define build_experimental 0
%{?_with_experimental: %{expand: %%global build_experimental 1}}
%define build_lame 0
%define build_amrnb 0
%define build_amrwbdec 0
%define build_x264 0

######################################33
# Hardcode PLF build
%define build_plf 0
######################################33

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_lame 1
%define build_x264 1
%define build_amrnb 1
%define build_amrwbdec 1
%endif

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-ugly
Version:	0.10.19
Release:	4%{?extrarelsuffix}
License:	LGPLv2+
Group:		Sound
URL:		http://gstreamer.freedesktop.org/
Source:		http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{version}.tar.xz
Patch0:		gstreamer-plugins-ugly-0.10.17-amr-linking.patch
Patch1:		gst-plugins-ugly-0.10.19-opencore.patch
# mugged from arch
Patch2:		gstreamer-plugins-ugly-0.10.19-cdio-0.90.patch
%ifnarch %{mips} %{arm}
BuildRequires:	valgrind
%endif
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(orc-0.4) >= 0.4.5
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that have good quality and
correct functionality, but distributing them might pose problems. The
license on either the plug-ins or the supporting libraries might not
be how the GStreamer authors like. The code might be widely known to
present patent problems.

%if %{build_plf}
This package is in Restricted repository as it violates some patents.
%endif

%files -f gst-plugins-ugly-%{majorminor}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{majorminor}/libgstasf.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdlpcmdec.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdread.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdsub.so
%{_libdir}/gstreamer-%{majorminor}/libgstiec958.so
%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpegaudioparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpegstream.so
%{_libdir}/gstreamer-%{majorminor}/libgstrmdemux.so
%if %{build_experimental}
%{_libdir}/gstreamer-%{majorminor}/libgstsynaesthesia.so
%endif

#----------------------------------------------------------------------------

%if %{build_lame}
### LAME ###
%package -n %{bname}-lame
Summary:	GStreamer plug-in for encoding mp3 songs using lame
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	liblame-devel >= 3.89

%description -n %{bname}-lame
Plug-in for encoding mp3 with lame under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-lame
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
%endif

#----------------------------------------------------------------------------

%if %{build_x264}
%package -n %{bname}-x264
Summary:	GStreamer plug-in for H264/AVC video encoding
Group:		Video
BuildRequires:	pkgconfig(x264)

%description -n %{bname}-x264
Plug-in for encoding H264/AVC video.

This package is in restricted as it violates some patents.

%files -n %{bname}-x264
%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstX264Enc.prs
%endif

#----------------------------------------------------------------------------

%if %{build_amrnb}
%package -n %{bname}-amrnb
Summary:	GStreamer plug-in for AMR-NB support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(opencore-amrnb)

%description -n %{bname}-amrnb
Plug-in for decoding AMR-NB under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-amrnb
%{_libdir}/gstreamer-%{majorminor}/libgstamrnb.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstAmrnbEnc.prs
%endif

#----------------------------------------------------------------------------

%if %{build_amrwbdec}
%package -n %{bname}-amrwbdec
Summary:	GStreamer plug-in for AMR-WB decoding support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(opencore-amrwb)

%description -n %{bname}-amrwbdec
Plug-in for decoding AMR-Wb under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-amrwbdec
%{_libdir}/gstreamer-%{majorminor}/libgstamrwbdec.so
%endif

#----------------------------------------------------------------------------

### SIDPLAY ###
%package -n %{bname}-sid
Summary:	GStreamer Sid C64 music plugin
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	sidplay-devel => 1.36.0

%description -n %{bname}-sid
Plugin for playback of C64 SID format music files

%files -n %{bname}-sid
%{_libdir}/gstreamer-%{majorminor}/libgstsid.so

#----------------------------------------------------------------------------

### A52DEC ###
%package -n %{bname}-a52dec
Summary:	GStreamer VOB decoder plugin
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	a52dec-devel

%description -n %{bname}-a52dec
Plugin for decoding of VOB files

%files -n %{bname}-a52dec
%{_libdir}/gstreamer-%{majorminor}/libgsta52dec.so

#----------------------------------------------------------------------------

%package -n %{bname}-mpeg
Summary:	GStreamer plug-ins for MPEG video playback and encoding
Group:		Video
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libmpeg2)

%description -n %{bname}-mpeg
Plug-ins for playing and encoding MPEG video.

%files -n %{bname}-mpeg
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so

#----------------------------------------------------------------------------

%package -n %{bname}-cdio
Summary:	GStreamer plug-in for audio CD playback
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libcdio)
Conflicts:	%{bname}-plugins-good < 0.10.10

%description -n %{bname}-cdio
Plug-in for audio CD playback.

%files -n %{bname}-cdio
%{_libdir}/gstreamer-%{majorminor}/libgstcdio.so

#----------------------------------------------------------------------------

%package -n %{bname}-twolame
Summary:	GStreamer plug-in for MP2 encoding support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(twolame)

%description -n %{bname}-twolame
Plug-in for encoding MP2 under GStreamer.

%files -n %{bname}-twolame
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so

#----------------------------------------------------------------------------

%prep
%setup -q -n gst-plugins-ugly-%{version}
%apply_patches
autoconf

%build
%configure2_5x \
	--disable-dependency-tracking \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
%if !%{build_lame}
	--disable-lame \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang gst-plugins-ugly-%{majorminor}

rm -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.a
rm -f %{buildroot}%{_libdir}/*.a

%check
cd tests/check
make check

%changelog
* Tue Jul 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.19-4
+ Revision: b663fc5
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16645 |14mr|gstreamer0.10-python-0.10.22-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	gst-python
%define api	0.10
%define bname	gstreamer%{api}

Name:		%{bname}-python
Version:	0.10.22
Release:	6
Summary:	Python bindings for GStreamer
Group:		Development/Python
License:	LGPLv2+
Url:            http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/gst-python/%{oname}-%{version}.tar.bz2
Patch0:		gst-python-0.10.17-linkage.patch
#gw reall fix python dir (bug #54969)
Patch1: gst-python-0.10.20-fix-python-detection.patch
Patch2:		gst-python-automake-1.13.patch

BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api})
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	python-devel
Requires: 	python
Requires: 	pygtk2.0

%description
This module contains a binding that allows GStreamer applications
to be written in Python.

%package devel
Summary:	Python bindings for GStreamer - development files
Group:		Development/Python
Requires:	%{name} = %{version}

%description devel
This module contains a binding that allows GStreamer applications
to be written in Python.

Install this to build programs depending on %{name}.

%prep
%setup -qn %{oname}-%{version}
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-valgrind

export XML_CATALOG_FILES=/etc/xml/catalog
%make 

%install
%makeinstall_std

%check
export LC_ALL=C
#gw currently fails:
#https://bugzilla.gnome.org/show_bug.cgi?id=624490
#make check

%files
%doc AUTHORS NEWS RELEASE README
%{py_platsitedir}/gst-%{api}/
%{py_platsitedir}/gstoption.so
%{py_platsitedir}/pygst*
%{_libdir}/gstreamer-%{api}/libgstpython.so

%files devel
%doc ChangeLog
%{_datadir}/gst-python/
%{_libdir}/pkgconfig/gst-python-%{api}.pc
%{_includedir}/gstreamer-%{api}/gst/pygst*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.22-6
+ Revision: 6ab2cb6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16646 |14mr|gstreamer1.0-1.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	gstreamer
%define api	1.0
%define name	%{oname}%{api}
%define vname	%{oname}10

%define major		0
%define libname		%mklibname %{oname} %{api} %{major}
%define gi_name		%mklibname gst-gir %{api}
%define libnamedev	%mklibname -d %{name}
%define build_docs 	0

Name: 		%{oname}%{api}
Summary: 	GStreamer Streaming-media framework runtime
Version: 	1.2.4
Release: 	2
License: 	LGPLv2+
Group: 		Sound
URL:            http://gstreamer.freedesktop.org/
Source0: 	http://gstreamer.freedesktop.org/src/gstreamer/%{oname}-%{version}.tar.xz
Source1:	gstreamer.prov
Patch0:	        gstreamer-inspect-rpm-format.patch
BuildRequires:  pkgconfig(gio-2.0) >= 2.32.0
BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
BuildRequires:  pkgconfig(gmodule-no-export-2.0)
BuildRequires:  pkgconfig(gobject-2.0)
BuildRequires:  pkgconfig(gthread-2.0)
BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.9
BuildRequires:  gobject-introspection-devel
BuildRequires:	pkgconfig(popt)
BuildRequires:	gettext-devel
BuildRequires:  libcheck-devel
BuildRequires:  chrpath
BuildRequires:  bison
BuildRequires:  flex

%ifnarch %arm %mips
BuildRequires:  valgrind-devel
%endif

%ifarch %ix86
BuildRequires: 	nasm => 0.90
%endif

%if %build_docs
BuildRequires: 	gtk-doc >= 0.7
BuildRequires: 	transfig
BuildRequires:  docbook-dtd42-xml
BuildRequires:  docbook-dtd412-xml
BuildRequires:  ghostscript
BuildRequires:  python-pyxml
%endif

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new 
plugins.

%package tools
Summary:	GStreamer Streaming-media framework runtime
Group:		Sound
Provides:	%{vname}-tools = %{version}-%{release}

%description tools
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new 
plugins.

%package -n %{libname}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Requires:	%{name}-tools >= %{version}-%{release}
Provides:	libgstreamer%{api} = %{version}-%{release}

%description -n %{libname}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{gi_name}
Summary:	GObject Introspection interface libraries for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{gi_name}
GObject Introspection interface libraries for %{name}.

%package -n %{libnamedev}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name}-tools = %{version}-%{release}
Provides:	gstreamer%{api}-devel = %{version}-%{release}

%description -n %{libnamedev}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

%build
%configure2_5x \
	--enable-debug \
	--disable-static \
	--disable-dependency-tracking \
	--with-package-name='%_vendor %{name} package' \
	--with-package-origin='http://bugs.%_vendor.org/' \
	--disable-tests \
	--disable-examples \
	--disable-rpath \
%if %build_docs
	--enable-docbook \
	--enable-gtk-doc \
%else	
	--disable-docbook \
	--disable-gtk-doc \
%endif
%ifarch %mips
	--disable-valgrind \
%endif
	--with-html-dir=%{_datadir}/gtk-doc/html

%make

%check
cd tests/check
# disable check as it will stall at build in iurt
#make check

%install
%makeinstall_std

mkdir -p %{buildroot}%{_var}/cache/%{oname}-%{api}

#clean the files we don't want to install 
find %{buildroot} -name '*.la' -delete

%find_lang %{oname}-%{api}

%if %build_docs
mv %{buildroot}%{_datadir}/doc/%{oname}-%{api}/ installed-docs
%endif

#gw really remove rpath for rpmlint
chrpath -d %{buildroot}{%_bindir/gst-{inspect,launch,typefind}-1.0,%_libdir/{*.so,%{oname}-%api/*.so}}

# Add the provides script
install -m0755 -D %{SOURCE1} %{buildroot}%{_prefix}/lib/rpm/%{_vendor}/%{name}.prov

%files tools -f %{oname}-%{api}.lang
%doc AUTHORS COPYING README NEWS
%dir %{_var}/cache/%{oname}-%{api}
%{_bindir}/gst-inspect-%{api}
%{_bindir}/gst-launch-%{api}
%{_bindir}/gst-typefind-%{api}
%{_mandir}/man1/gst-inspect-%{api}.1*
%{_mandir}/man1/gst-launch-%{api}.1*
%{_mandir}/man1/gst-typefind-%{api}.1*

%files -n %{libname}
%dir %{_libdir}/%{oname}-%{api}
%{_libdir}/libgstbase-%{api}.so.%{major}*
%{_libdir}/libgstcheck-%{api}.so.%{major}*
%{_libdir}/libgstreamer-%{api}.so.%{major}*
%{_libdir}/libgstnet-%{api}.so.%{major}*
%{_libdir}/libgstcontroller-%{api}.so.%{major}*
%{_libdir}/%{oname}-%{api}/gst-plugin-scanner
%{_libdir}/%{oname}-%{api}/libgstcoreelements.so

%files -n %{gi_name}
%{_libdir}/girepository-1.0/Gst-%{api}.typelib
%{_libdir}/girepository-1.0/GstBase-%{api}.typelib
%{_libdir}/girepository-1.0/GstCheck-%{api}.typelib
%{_libdir}/girepository-1.0/GstController-%{api}.typelib
%{_libdir}/girepository-1.0/GstNet-%{api}.typelib

%files -n %{libnamedev}
%doc ChangeLog

%if %build_docs
%doc installed-docs/*
%endif

%{_prefix}/lib/rpm/%{_vendor}/%{name}.prov
%dir %{_includedir}/%{oname}-%{api}
%dir %{_includedir}/%{oname}-%{api}/gst
%{_includedir}/%{oname}-%{api}/gst/*.h
%dir %{_includedir}/%{oname}-%{api}/gst/base/
%{_includedir}/%{oname}-%{api}/gst/base/*.h
%{_includedir}/%{oname}-%{api}/gst/check/
%dir %{_includedir}/%{oname}-%{api}/gst/controller/
%{_includedir}/%{oname}-%{api}/gst/controller/*.h
%{_includedir}/%{oname}-%{api}/gst/net/
%{_libdir}/libgstbase-%{api}.so
%{_libdir}/libgstcheck-%{api}.so
%{_libdir}/libgstreamer-%{api}.so
%{_libdir}/libgstnet-%{api}.so
%{_libdir}/libgstcontroller-%{api}.so
%{_datadir}/aclocal/gst-element-check-%{api}.m4
%{_libdir}/pkgconfig/gstreamer-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-base-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-check-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-net-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-controller-%{api}.pc
## we specify the API docs as regular files since %docs doesn't fail when
#  files aren't found anymore for RPM >= 4
#  we list all of the files we really need to trap incomplete doc builds
#  then we catch the rest with *, you can safely ignore the errors from this
## gstreamer API
%{_datadir}/gtk-doc/html/*
%{_datadir}/gir-1.0/Gst-%{api}.gir
%{_datadir}/gir-1.0/GstBase-%{api}.gir
%{_datadir}/gir-1.0/GstCheck-%{api}.gir
%{_datadir}/gir-1.0/GstController-%{api}.gir
%{_datadir}/gir-1.0/GstNet-%{api}.gir

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.4-2
+ Revision: 3b0ae04
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16647 |14mr|gstreamer1.0-editing-services-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gstreamer-editing-services

%define api 1.0
%define major 0
%define libname %mklibname ges %{api} %{major}
%define devname %mklibname ges %{api} -d
%define girname %mklibname ges-gir %{api}

Summary:	Gstreamer editing services
Name:		gstreamer%{api}-editing-services
Version:	1.2.1
Release:	1
License:	GPLv2+ and LGPLv2+
Group:		System/Libraries
Url:		http://cgit.freedesktop.org/gstreamer/gst-editing-services/
Source0:	http://gstreamer.freedesktop.org/src/%{oname}/%{oname}-%{version}.tar.xz
BuildRequires:	gtk-doc
BuildRequires:	valgrind
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-%{api}) >= 1.2.0
BuildRequires:	pkgconfig(gstreamer-controller-%{api}) >= 1.2.0
BuildRequires:	pkgconfig(gstreamer-pbutils-%{api}) >= 1.2.0
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api}) >= 1.2.0
BuildRequires:	pkgconfig(gstreamer-video-%{api}) >= 1.2.0
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(pygobject-3.0)
Requires:	python-gstreamer%{api}

%description
This is a high-level library for facilitating the creation of audio/video
non-linear editors.

%files
%doc ChangeLog COPYING* README RELEASE NEWS AUTHORS
%{_bindir}/ges-launch-%{api}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Gstreamer editing services shared library
Group:		System/Libraries

%description -n %{libname}
This is a high-level library for facilitating the creation of audio/video
non-linear editors.

%files -n %{libname}
%{_libdir}/libges-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	Gstreamer editing services gobject-introspection files
Group:		System/Libraries

%description -n %{girname}
Gstreamer editing services gobject-introspection files.

%files -n %{girname}
%{_libdir}/girepository-1.0/GES-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc docs/
%{_libdir}/libges-%{api}.so
%{_includedir}/gstreamer-%{api}/ges/
%{_libdir}/pkgconfig/gst-editing-services-%{api}.pc
%{_datadir}/gir-1.0/GES-%{api}.gir

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
autoreconf -fi
%configure2_5x
%make V=1

%install
%makeinstall_std


%changelog
* Wed Jul 30 2014 Rosa <rosa@abf.rosalinux.ru> 1.2.1-1
+ Revision: aadcc21
- Automatic import for version 1.2.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16648 |14mr|gstreamer1.0-libav-1.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Gstreamer plugin for the libav codec
Name:		gstreamer1.0-libav
Version:	1.2.4
Release:	2

License:	GPLv2+
Group:		Video
URL:		http://gstreamer.freedesktop.org
Source0:	http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz

Provides: gstreamer1.0-ffmpeg = %{version}-%{release}
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-base-1.0) >= %{version}
BuildRequires: pkgconfig(gstreamer-check-1.0) >= %{version}
BuildRequires: pkgconfig(orc-0.4) >= 0.4.16
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(check)
Buildrequires: yasm
%ifnarch %arm %mips
BuildRequires: valgrind
%endif
BuildRequires: bzip2-devel

%description
Video codec plugin for GStreamer based on the libav libraries.

%prep
%setup -q -n gst-libav-%version

%build
%configure2_5x \
  --disable-static \
  --with-package-name='%{distribution} %name package' \
  --with-package-origin='http://www.rosalinux.com/' \
  --with-libav-extra-configure='--disable-decoder=mp3 --disable-decoder=mp3on4 --disable-decoder=mp3adu --disable-demuxer=mp3 --disable-demuxer=asf'
%make

%install
%makeinstall_std

find %{buildroot} -name '*.la' -delete

%files
%doc README NEWS TODO ChangeLog AUTHORS 
%{_libdir}/gstreamer-1.0/libgstlibav.so

%changelog
* Wed Jul 02 2014 Arkady Shane <ashejn@gmail.com> 1.2.4-2
+ Revision: 8d8fd90
- drop version of bzip2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16649 |14mr|gstreamer1.0-plugins-bad-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		1.0
%define bname		gstreamer%{api}

%define build_experimental	0
%{?_with_experimental: %{expand: %%global build_experimental 1}}
%define build_amrwb	0
%define build_faac	0
%define build_faad	0
%define build_xvid	0
%define build_dts	0
%define build_dirac	0
%define build_gme	1
%define build_celt	0

##########################
# Hardcode PLF build
%define build_plf	0
##########################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_amrwb	0
%define build_faac	1
%define build_faad	1
%define build_xvid	0
%define build_dts	1
%endif

%define libmajor	0
%define libnamephoto	%mklibname gstphotography %{api} %{libmajor}
%define develnamephoto	%mklibname -d gstphotographyi %{api}
%define libnamebase	%mklibname gstbasevideo %{api} %{libmajor}
%define develnamebase	%mklibname -d gstbasevideo %{api}
%define libnamempegts   %mklibname -d gstmpegts %{api} %{libmajor}
%define develnamempegts	%mklibname -d gstmpegts %{api}
%define libnameuridownloader	%mklibname -d gsturidownloader %{api} %{libmajor}
%define develnameuridownloader	%mklibname -d gsturidownloader %{api}
%define libnameinsertbin	%mklibname -d gstinsertbin %{api} %{libmajor}
%define develnameinsertbin	%mklibname -d gstinsertbin %{api}

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-bad
Version:	1.2.4
Release:	1%{?extrarelsuffix}
License:	LGPLv2+ and GPLv2+
Group: 		Sound
URL:		http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
Patch0:		gst-plugins-bad-0.10.7-wildmidi-timidity.cfg.patch
# gw: fix for bug #36437 (paths to realplayer codecs)
# prefer codecs from the RealPlayer package in restricted
Patch10:	gst-plugins-bad-0.10.6-real-codecs-path.patch
Patch11:	gst-plugins-bad-0.10.23-attribute.patch
#gw for the pixbuf plugin
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(orc-0.4) >= 0.4.5
BuildRequires:	pkgconfig(sdl)
BuildRequires:	libbzip2-devel
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(exempi-2.0)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(opus)
%ifarch %ix86
BuildRequires:	nasm => 0.90
%endif
BuildRequires:	pkgconfig(valgrind)
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
BuildRequires:	pkgconfig(gstreamer-1.0) >= %{version}
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(libmimic)
BuildRequires:	pkgconfig(libass)
%if %{build_plf}
BuildRequires:	pkgconfig(vo-aacenc)
BuildRequires:	pkgconfig(vo-amrwbenc)
%endif
#gw for checks
#BuildRequires:	gstreamer0.10-plugins-good
BuildRequires:	fonts-ttf-dejavu
#gw for autoreconf
BuildRequires:	gettext-devel
Obsoletes:	%{bname}-voip < %{version}-%{release}
Obsoletes:	%{bname}-rtpvp8 < %{version}-%{release}

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're
missing something - be it a good code review, some documentation, a
set of tests, a real live maintainer, or some actual wide use. If the
blanks are filled in they might be upgraded to become part of either
gstreamer-plugins-good or gstreamer-plugins-ugly, depending on the
other factors. If the plug-ins break, you can't complain - instead,
you can fix the problem and send us a patch, or bribe someone into
fixing them for you.  New contributors can start here for things to
work on.

%if %{build_plf}
This package is in restricted repository as it violates some patents.
%endif

%package -n %{libnamephoto}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libnamephoto}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnamephoto}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libnamephoto} = %{version}-%{release}
Provides:	gstphotography%{api}-devel = %{version}-%{release}

%description -n %{develnamephoto}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{libnamempegts}
Summary:        Libraries for GStreamer streaming-media framework
Group:          System/Libraries

%description -n %{libnamempegts}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnamempegts}
Summary:        Libraries and include files for GStreamer streaming-media framework
Group:          Development/C
Requires:       %{libnamempegts} = %{version}-%{release}
Provides:       gstmpegts%{api}-devel = %{version}-%{release}

%description -n %{develnamempegts}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{libnameuridownloader}
Summary:        Libraries for GStreamer streaming-media framework
Group:          System/Libraries

%description -n %{libnameuridownloader}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnameuridownloader}
Summary:        Libraries and include files for GStreamer streaming-media framework
Group:          Development/C
Requires:       %{libnameuridownloader} = %{version}-%{release}
Provides:       gsturidownloader%{api}-devel = %{version}-%{release}

%description -n %{develnameuridownloader}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{libnameinsertbin}
Summary:        Libraries for GStreamer streaming-media framework
Group:          System/Libraries

%description -n %{libnameinsertbin}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnameinsertbin}
Summary:        Libraries and include files for GStreamer streaming-media framework
Group:          Development/C
Requires:       %{libnameinsertbin} = %{version}-%{release}
Provides:       gstinsertbin%{api}-devel = %{version}-%{release}

%description -n %{develnameinsertbin}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{libnamebase}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libnamebase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnamebase}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libnamebase} = %{version}-%{release}
Provides:	gstbasevideo%{api}-devel = %{version}-%{release}

%description -n %{develnamebase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{bname}-curl
Summary:	GStreamer Curl plugin
Group:		Networking/Other
BuildRequires:	pkgconfig(libcurl)

%description -n %{bname}-curl
This is a HTTP plugin for GStreamer based on the curl library.

%files -n %{bname}-curl
%{_libdir}/gstreamer-%{api}/libgstcurl.so

%package -n %{bname}-mpeg2enc
Summary:	GStreamer mjpegtools plug-in
Group:		Video
BuildRequires:	pkgconfig(mjpegtools)

%description -n %{bname}-mpeg2enc
mjpegtools-based encoding and decoding plug-in.

%files -n %{bname}-mpeg2enc
%{_libdir}/gstreamer-%{api}/libgstmpeg2enc.so
%{_libdir}/gstreamer-%{api}/libgstmplex.so

%if %{build_gme}
%package -n %{bname}-gme
Summary:	GStreamer Game Music plug-in
Group:		Sound
BuildRequires:	libgme-devel

%description -n %{bname}-gme
Game Music decoding plug-in.

%files -n %{bname}-gme
%{_libdir}/gstreamer-%{api}/libgstgme.so
%endif

%if %{build_dirac}
%package -n %{bname}-dirac
Summary:	GStreamer dirac plug-in
Group:		Video
BuildRequires:	pkgconfig(dirac) >= 0.9

%description -n %{bname}-dirac
Dirac encoding and decoding plug-in.

%files -n %{bname}-dirac
%{_libdir}/gstreamer-%{api}/libgstdirac.so
%endif

%package -n %{bname}-schroedinger
Summary:	GStreamer dirac plug-in based on Schroedinger
Group:		Video
BuildRequires:	pkgconfig(schroedinger-1.0)
Epoch:		1

%description -n %{bname}-schroedinger
Dirac encoding and decoding plug-in based on Schroedinger.

%files -n %{bname}-schroedinger
%{_libdir}/gstreamer-%{api}/libgstschro.so

%if %build_dts
%package -n %{bname}-dts
Summary:	GStreamer plug-ins for DTS audio playback
Group:		Sound
BuildRequires:	dtsdec-devel

%description -n %{bname}-dts
Plug-ins for decoding DTS audio.

%files -n %{bname}-dts
%{_libdir}/gstreamer-%{api}/libgstdtsdec.so
%endif

%if %{build_xvid}
%package -n %{bname}-xvid
Summary:	GStreamer plug-ins for XVID video encoding and decoding
Group:		Video
BuildRequires:	xvid-devel >= 1.1

%description -n %{bname}-xvid
Plug-ins for encoding and decoding XVID video.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-xvid
%{_libdir}/gstreamer-%{api}/libgstxvid.so
%endif

%package -n %{bname}-mms
Summary:	GStreamer plug-in for mms streams
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(libmms)

%description -n %{bname}-mms
Plug-in supporting the mms protocol based on the libmms library.

%files -n %{bname}-mms
%{_libdir}/gstreamer-%{api}/libgstmms.so

%package -n %{bname}-rtmp
Summary:	GStreamer plug-in for rtmp streams
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(librtmp)

%description -n %{bname}-rtmp
Plug-in supporting the rtmp protocol based on the librtmp library.

%files -n %{bname}-rtmp
%{_libdir}/gstreamer-%{api}/libgstrtmp.so

%package -n %{bname}-soundtouch
Summary:	GStreamer plug-in for SoundTouch support
Group:		Sound
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(soundtouch)

%description -n %{bname}-soundtouch
Plug-in supporting the SoundTouch audio manipulation support.

%files -n %{bname}-soundtouch
%{_libdir}/gstreamer-%{api}/libgstsoundtouch.so

%package -n %{bname}-libass
Summary:	GStreamer subtitles plugin
Group:		Video
BuildRequires:	pkgconfig(libass)

%description -n %{bname}-libass
This is a subtitle plugin for GStreamer based on libass.

%files -n %{bname}-libass
%{_libdir}/gstreamer-%{api}/libgstassrender.so

%package doc
Group:		Books/Computer books
Summary:	GStreamer application library
BuildArch:	noarch

%description doc
This is the documentation of %{name}.

%prep
%setup -q -n gst-plugins-bad-%{version}
%apply_patches

%build
%configure2_5x --disable-dependency-tracking --disable-static \
  --with-package-name='Rosa %{name} package' \
  --with-package-origin='http://www.rosalinux.com/' \
%if ! %{build_celt}
	--disable-celt \
%endif
%if ! %{build_faac}
	--disable-faac \
%endif
%if ! %{build_faad}
	--disable-faad \
%endif
%if ! %{build_dirac}
	--disable-dirac \
%endif
%if ! %{build_xvid}
	--disable-xvid \
%endif
%if ! %{build_dts}
	--disable-dts \
%endif
%if ! %{build_plf}
	--disable-voamrwbenc --disable-voaacenc \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

make

%install
%makeinstall_std

%find_lang gst-plugins-bad-%{api}

# Clean out files that should not be part of the rpm.
# This is the recommended way of dealing with it for RH8
find %{buildroot} -name '*.la' -delete

%files doc
%doc docs/plugins/html
%{_datadir}/gtk-doc/html/

%files -f gst-plugins-bad-%{api}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{api}/libgstadpcmdec.so
%{_libdir}/gstreamer-%{api}/libgstadpcmenc.so
%{_libdir}/gstreamer-%{api}/libgstasfmux.so
%{_libdir}/gstreamer-%{api}/libgstaudiovisualizers.so
%{_libdir}/gstreamer-%{api}/libgstautoconvert.so
%{_libdir}/gstreamer-%{api}/libgstbayer.so
%{_libdir}/gstreamer-%{api}/libgstcamerabin2.so
%{_libdir}/gstreamer-%{api}/libgstcoloreffects.so
%{_libdir}/gstreamer-%{api}/libgstdataurisrc.so
%{_libdir}/gstreamer-%{api}/libgstdebugutilsbad.so
%{_libdir}/gstreamer-%{api}/libgstdvb.so
%{_libdir}/gstreamer-%{api}/libgstdvbsuboverlay.so
%{_libdir}/gstreamer-%{api}/libgstdvdspu.so
%{_libdir}/gstreamer-%{api}/libgstfieldanalysis.so
%{_libdir}/gstreamer-%{api}/libgstfestival.so
%{_libdir}/gstreamer-%{api}/libgstfrei0r.so
%{_libdir}/gstreamer-%{api}/libgstgaudieffects.so
%{_libdir}/gstreamer-%{api}/libgstgdp.so
%{_libdir}/gstreamer-%{api}/libgstgeometrictransform.so
%{_libdir}/gstreamer-%{api}/libgstid3tag.so
%{_libdir}/gstreamer-%{api}/libgstinter.so
%{_libdir}/gstreamer-%{api}/libgstinterlace.so
%{_libdir}/gstreamer-%{api}/libgstjpegformat.so
%{_libdir}/gstreamer-%{api}/libgstliveadder.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsmux.so
%{_libdir}/gstreamer-%{api}/libgstmimic.so
%{_libdir}/gstreamer-%{api}/libgstmpegpsdemux.so
%{_libdir}/gstreamer-%{api}/libgstopus.so
%{_libdir}/gstreamer-%{api}/libgstpcapparse.so
%{_libdir}/gstreamer-%{api}/libgstpnm.so
%{_libdir}/gstreamer-%{api}/libgstrawparse.so
%{_libdir}/gstreamer-%{api}/libgstremovesilence.so
%{_libdir}/gstreamer-%{api}/libgstsdpelem.so
%{_libdir}/gstreamer-%{api}/libgstsegmentclip.so
%{_libdir}/gstreamer-%{api}/libgstshm.so
%{_libdir}/gstreamer-%{api}/libgstsiren.so
%{_libdir}/gstreamer-%{api}/libgstsmooth.so
%{_libdir}/gstreamer-%{api}/libgstspeed.so
%{_libdir}/gstreamer-%{api}/libgstsubenc.so
%{_libdir}/gstreamer-%{api}/libgstbz2.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsdemux.so
%{_libdir}/gstreamer-%{api}/libgstvideoparsersbad.so
%{_libdir}/gstreamer-%{api}/libgstdecklink.so
%{_libdir}/gstreamer-%{api}/libgstmpegpsmux.so
%{_libdir}/gstreamer-%{api}/libgstmidi.so
%{_libdir}/gstreamer-%{api}/libgstopenal.so
%{_libdir}/gstreamer-%{api}/libgstrfbsrc.so
%{_libdir}/gstreamer-%{api}/libgstaccurip.so
%{_libdir}/gstreamer-%{api}/libgstaiff.so
%{_libdir}/gstreamer-%{api}/libgstaudiofxbad.so
%{_libdir}/gstreamer-%{api}/libgstdashdemux.so
%{_libdir}/gstreamer-%{api}/libgstdfbvideosink.so
%{_libdir}/gstreamer-%{api}/libgstfbdevsink.so
%{_libdir}/gstreamer-%{api}/libgstfreeverb.so
%{_libdir}/gstreamer-%{api}/libgstivtc.so
%{_libdir}/gstreamer-%{api}/libgstmfc.so
%{_libdir}/gstreamer-%{api}/libgstmxf.so
%{_libdir}/gstreamer-%{api}/libgstsmoothstreaming.so
%{_libdir}/gstreamer-%{api}/libgstvideofiltersbad.so
%{_libdir}/gstreamer-%{api}/libgstyadif.so

%if %{build_plf}
%{_libdir}/gstreamer-%{api}/libgstvoaacenc.so
%{_libdir}/gstreamer-%{api}/libgstvoamrwbenc.so
%{_datadir}/gstreamer-%{api}/presets/GstVoAmrwbEnc.prs
%endif
%if %{build_experimental}
#%{_libdir}/gstreamer-%{api}/libgstdeinterlace2.so
%endif

%{_libdir}/gstreamer-%{api}/libgstmodplug.so
%{_libdir}/gstreamer-%{api}/libgsty4mdec.so

%if %{build_faad}
%package -n %{bname}-faad
Summary:	GStreamer plug-in for AAC audio playback
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	libfaad2-devel

%description -n %{bname}-faad
Plug-ins for playing AAC audio

This package is in restricted repository as it violates some patents.

%files -n %{bname}-faad
%{_libdir}/gstreamer-%{api}/libgstfaad.so
%endif

%if %{build_faac}
%package -n %{bname}-faac
Summary:	GStreamer plug-ins for AAC audio encoding
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	libfaac-devel

%description -n %{bname}-faac
Plug-ins for encoding AAC audio

This package is in restricted repository as it violates some patents.

%files -n %{bname}-faac
%{_libdir}/gstreamer-%{api}/libgstfaac.so
%endif

%package -n %{bname}-gsm
Summary:	GStreamer plugin for GSM lossy audio format
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	gsm-devel >= 1.0.10

%description -n %{bname}-gsm
Output plugin for GStreamer to convert to GSM lossy audio format.

%files -n %{bname}-gsm
%{_libdir}/gstreamer-%{api}/libgstgsm.so

%if 0
### SWFDEC FLASH PLUGIN ###
%package -n %{bname}-swfdec
Summary: 	GStreamer Flash rendering plug-in
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}
BuildRequires:	libswfdec-devel => 0.3.0

%description -n %{bname}-swfdec
Plug-in for rendering Flash animations using swfdec library

%files -n %{bname}-swfdec
%{_libdir}/gstreamer-%{api}/libgstswfdec.so
%endif

%if %{build_amrwb}
%package -n %{bname}-amrwb
Summary:	GStreamer plug-in for AMR-WB support
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	libamrwb-devel

%description -n %{bname}-amrwb
Plug-in for decoding AMR-WB under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrwb
%{_datadir}/gstreamer-%{api}/presets/GstAmrwbEnc.prs
%{_libdir}/gstreamer-%{api}/libgstamrwbenc.so
%endif

%if %{build_celt}
%package -n %{bname}-celt
Summary:	GStreamer plug-in for CELT support
Group:		Video
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(celt) >= 0.7.0

%description -n %{bname}-celt
Plug-in for CELT support under GStreamer.

%files -n %{bname}-celt
%{_libdir}/gstreamer-%{api}/libgstcelt.so
%endif

%files -n %{libnamephoto}
%{_libdir}/libgstphotography-%{api}.so.%{libmajor}*
%{_libdir}/libgstcodecparsers-%{api}.so.%{libmajor}*

%files -n %{develnamephoto}
%{_libdir}/libgstcodecparsers-%{api}.so
%{_libdir}/libgstphotography-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/codecparsers/
%{_includedir}/gstreamer-%{api}/gst/interfaces/photography*
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-codecparsers-%{api}.pc

%files -n %{libnamempegts}
%{_libdir}/libgstmpegts-%{api}.so.%{libmajor}*
#%{_libdir}/girepository-%{api}/GstMpegts-%{api}.typelib

%files -n %{develnamempegts}
%{_libdir}/libgstmpegts-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/mpegts/*
%{_libdir}/pkgconfig/gstreamer-mpegts-%{api}.pc
#%{_datadir}/gir-%{api}/GstMpegts-%{api}.gir

%files -n %{libnameinsertbin}
%{_libdir}/libgstinsertbin-%{api}.so.%{libmajor}*
#%{_libdir}/girepository-%{api}/GstInsertBin-%{api}.typelib

%files -n %{develnameinsertbin}
%{_libdir}/libgstinsertbin-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/insertbin/*
%{_libdir}/pkgconfig/gstreamer-insertbin-%{api}.pc
#%{_datadir}/gir-%{api}/GstInsertBin-%{api}.gir

%files -n %{libnameuridownloader}
%{_libdir}/libgsturidownloader-%{api}.so.%{libmajor}*
%{_libdir}/libgsturidownloader-%{api}.so

%files -n %{develnameuridownloader}
%{_includedir}/gstreamer-%{api}/gst/uridownloader/*

%files -n %{libnamebase}
%{_libdir}/libgstbasecamerabinsrc-%{api}.so.%{libmajor}*

%files -n %{develnamebase}
%{_libdir}/libgstbasecamerabinsrc-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/basecamerabinsrc/*



%changelog
* Fri May 16 2014 Tigro <arkady.shane@rosalab.ru> 1.2.4-1
+ Revision: 0321e32
- drop gir and typelib files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16650 |14mr|gstreamer1.0-plugins-base-1.2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0

%define bname gstreamer%{api}
%define libname %mklibname gstreamer-plugins-base %{api} %{major}
%define girname %mklibname gstreamer-plugins-base-gir %{api}
%define devname %mklibname gstreamer-plugins-base %{api} -d

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-base
Version:	1.2.4
Release:	4
License:	LGPLv2+
Group:		Sound
Url:		http://gstreamer.freedesktop.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/gst-plugins-base/1.0/gst-plugins-base-%{version}.tar.xz
Patch0:		align.patch
Patch1:		0001-missing-plugins-Remove-the-mpegaudioversion-field.patch
Patch2:		0001-audioresample-Fix-build-on-x86-if-emmintrin.h-is-ava.patch
Patch3:		0002-audioresample-It-s-HAVE_EMMINTRIN_H-not-HAVE_XMMINTR.patch
#gw we need some fonts for the tests
BuildRequires:	fonts-ttf-dejavu
BuildRequires:	gtk-doc
%ifarch %{ix86}
BuildRequires:	nasm => 0.90
%endif
BuildRequires:	alsa-oss-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-%{api}) >= %{version}
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(theora)
%ifnarch %{arm} %{mips}
BuildRequires:	pkgconfig(valgrind)
%endif
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xv)
Provides:	%{bname}-plugins

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of reference plugins, base classes for other
plugins, and helper libraries:
 * device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
 * containers: ogg
 * codecs: vorbis, theora
 * text: textoverlay, subparse
 * sources: audiotestsrc, videotestsrc, gnomevfssrc
 * network: tcp
 * typefind
 * audio processing: audioconvert, adder, audiorate, audioscale, volume
 * visualisation: libvisual
 * video processing: ffmpegcolorspace
 * aggregate elements: decodebin, playbin

%files -f gst-plugins-base-%{api}.lang
%doc AUTHORS COPYING README NEWS
%{_bindir}/gst-discoverer-%{api}
%{_bindir}/gst-play-%{api}
%{_mandir}/man1/*
# non-core plugins without external dependencies
%{_libdir}/gstreamer-%{api}/libgstapp.so
%{_libdir}/gstreamer-%{api}/libgstaudioconvert.so
%{_libdir}/gstreamer-%{api}/libgstaudiorate.so
%{_libdir}/gstreamer-%{api}/libgstaudioresample.so
%{_libdir}/gstreamer-%{api}/libgstaudiotestsrc.so
%{_libdir}/gstreamer-%{api}/libgstencodebin.so
%{_libdir}/gstreamer-%{api}/libgstgio.so
%{_libdir}/gstreamer-%{api}/libgstpango.so
%{_libdir}/gstreamer-%{api}/libgstsubparse.so
%{_libdir}/gstreamer-%{api}/libgsttcp.so
%{_libdir}/gstreamer-%{api}/libgstvolume.so
%{_libdir}/gstreamer-%{api}/libgstadder.so
%{_libdir}/gstreamer-%{api}/libgsttypefindfunctions.so
%{_libdir}/gstreamer-%{api}/libgstvideotestsrc.so
%{_libdir}/gstreamer-%{api}/libgsttheora.so
%{_libdir}/gstreamer-%{api}/libgstogg.so
%{_libdir}/gstreamer-%{api}/libgstvideorate.so
%{_libdir}/gstreamer-%{api}/libgstvideoscale.so
%{_libdir}/gstreamer-%{api}/libgstvorbis.so
%{_libdir}/gstreamer-%{api}/libgstximagesink.so
%{_libdir}/gstreamer-%{api}/libgstxvimagesink.so
%{_libdir}/gstreamer-%{api}/libgstalsa.so
%{_libdir}/gstreamer-%{api}/libgstplayback.so
%{_libdir}/gstreamer-%{api}/libgstvideoconvert.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GStreamer plugin libraries
Group:		System/Libraries

%description -n %{libname}
This package contain the basic audio and video playback library and
the interfaces library.

%files -n %{libname}
%{_libdir}/libgstaudio-%{api}.so.%{major}*
%{_libdir}/libgstapp-%{api}.so.%{major}*
%{_libdir}/libgstfft-%{api}.so.%{major}*
%{_libdir}/libgstpbutils-%{api}.so.%{major}*
%{_libdir}/libgstriff-%{api}.so.%{major}*
%{_libdir}/libgstrtp-%{api}.so.%{major}*
%{_libdir}/libgstrtsp-%{api}.so.%{major}*
%{_libdir}/libgsttag-%{api}.so.%{major}*
%{_libdir}/libgstsdp-%{api}.so.%{major}*
%{_libdir}/libgstvideo-%{api}.so.%{major}*
%{_libdir}/libgstallocators-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	Object Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/GstApp-%{api}.typelib
%{_libdir}/girepository-1.0/GstAudio-%{api}.typelib
%{_libdir}/girepository-1.0/GstFft-%{api}.typelib
%{_libdir}/girepository-1.0/GstPbutils-%{api}.typelib
%{_libdir}/girepository-1.0/GstRiff-%{api}.typelib
%{_libdir}/girepository-1.0/GstRtp-%{api}.typelib
%{_libdir}/girepository-1.0/GstRtsp-%{api}.typelib
%{_libdir}/girepository-1.0/GstSdp-%{api}.typelib
%{_libdir}/girepository-1.0/GstTag-%{api}.typelib
%{_libdir}/girepository-1.0/GstVideo-%{api}.typelib
%{_libdir}/girepository-1.0/GstAllocators-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary: 	GStreamer Plugin Library Headers
Group: 		Development/C
Requires: 	%{libname} = %{EVRD}
Requires:	%{name} = %{EVRD}
Provides:	libgstreamer%{api}-plugins-base-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
GStreamer support libraries header files.

%files -n %{devname}
%doc docs/libs/html docs/plugins/html
%{_includedir}/gstreamer-%{api}/gst/app/
%{_includedir}/gstreamer-%{api}/gst/audio
%{_includedir}/gstreamer-%{api}/gst/fft
%{_includedir}/gstreamer-%{api}/gst/pbutils
%{_includedir}/gstreamer-%{api}/gst/riff
%{_includedir}/gstreamer-%{api}/gst/rtsp
%{_includedir}/gstreamer-%{api}/gst/sdp
%{_includedir}/gstreamer-%{api}/gst/tag/
%{_includedir}/gstreamer-%{api}/gst/video/
%{_includedir}/gstreamer-%{api}/gst/rtp
%{_includedir}/gstreamer-%{api}/gst/allocators
%{_libdir}/pkgconfig/gstreamer-app-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-audio-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-fft-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-pbutils-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-plugins-base-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-riff-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-rtp-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-rtsp-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-sdp-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-tag-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-video-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-allocators-%{api}.pc
%{_libdir}/libgstaudio-%{api}.so
%{_libdir}/libgstapp-%{api}.so
%{_libdir}/libgstfft-%{api}.so
%{_libdir}/libgstpbutils-%{api}.so
%{_libdir}/libgstriff-%{api}.so
%{_libdir}/libgstrtp-%{api}.so
%{_libdir}/libgstrtsp-%{api}.so
%{_libdir}/libgsttag-%{api}.so
%{_libdir}/libgstsdp-%{api}.so
%{_libdir}/libgstvideo-%{api}.so
%{_libdir}/libgstallocators-%{api}.so
%{_datadir}/gtk-doc/html/*
%{_datadir}/gir-1.0/GstApp-%{api}.gir
%{_datadir}/gir-1.0/GstAudio-%{api}.gir
%{_datadir}/gir-1.0/GstFft-%{api}.gir
%{_datadir}/gir-1.0/GstPbutils-%{api}.gir
%{_datadir}/gir-1.0/GstRiff-%{api}.gir
%{_datadir}/gir-1.0/GstRtp-%{api}.gir
%{_datadir}/gir-1.0/GstRtsp-%{api}.gir
%{_datadir}/gir-1.0/GstSdp-%{api}.gir
%{_datadir}/gir-1.0/GstTag-%{api}.gir
%{_datadir}/gir-1.0/GstVideo-%{api}.gir
%{_datadir}/gir-1.0/GstAllocators-%{api}.gir
%{_datadir}/gst-plugins-base/%{api}/license-translations.dict
###

#----------------------------------------------------------------------------

### CDPARANOIA ###
%package -n %{bname}-cdparanoia
Summary:	Gstreamer plugin for CD audio input using CDParanoia IV
Group:		Sound
Requires:	%{name} = %{EVRD}
BuildRequires:	libcdda-devel

%description -n %{bname}-cdparanoia
Plugin for ripping audio tracks using cdparanoia under GStreamer

%files -n %{bname}-cdparanoia
%{_libdir}/gstreamer-%{api}/libgstcdparanoia.so

#----------------------------------------------------------------------------

%package -n %{bname}-libvisual
Summary:	GStreamer visualisations plug-in based on libvisual
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(libvisual-0.4)

%description -n %{bname}-libvisual
This plugin makes visualisations based on libvisual available for
GStreamer applications.

%files -n %{bname}-libvisual
%{_libdir}/gstreamer-%{api}/libgstlibvisual.so

#----------------------------------------------------------------------------

%prep
%setup -q -n gst-plugins-base-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-dependency-tracking \
	--disable-static \
	--enable-experimental \
	--with-package-name='%{_vendor} %{name} package' \
	--with-package-origin='%{bugurl}' \
	--enable-libvisual
%make

%install
%makeinstall_std
%find_lang gst-plugins-base-%{api}

# Clean out files that should not be part of the rpm.
# This is the recommended way of dealing with it for RH8
find %{buildroot} -name '*.la' -delete


%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.4-4
+ Revision: 3c27789
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16651 |14mr|gstreamer1.0-plugins-good-1.2.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_check	0

%define major		1.0
%define majorminor	1.0
%define bname		gstreamer1.0

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-good
Version:	1.2.4
Release:	5
License:	LGPLv2.1+
Group:		Sound
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz
Url:		http://gstreamer.freedesktop.org/
%ifarch %{ix86}
BuildRequires:	nasm
%endif
BuildRequires:	gstreamer1.0-plugins-base
BuildRequires:	bzip2-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dbus-glib-1)
# (gw) For the pixbuf plugin
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(orc-0.4) >= 0.4.5
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(theora)
%ifnarch %{mips} %{arm}
BuildRequires:	pkgconfig(valgrind)
%endif
BuildRequires:	pkgconfig(vorbis)

Obsoletes:	gstreamer1.0-voip < %{version}

Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

# gw this is the default http source:
Suggests:	%{bname}-soup

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that are considered to have
good quality code, correct functionality, the preferred license (LGPL
for the plug-in code, LGPL or LGPL-compatible for the supporting
library). People writing elements should base their code on these
elements.

%files -f gst-plugins-good-%{majorminor}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{majorminor}/libgstalaw.so
%{_libdir}/gstreamer-%{majorminor}/libgstalpha.so
%{_libdir}/gstreamer-%{majorminor}/libgstalphacolor.so
%{_libdir}/gstreamer-%{majorminor}/libgstapetag.so
%{_libdir}/gstreamer-%{majorminor}/libgstaudiofx.so
%{_libdir}/gstreamer-%{majorminor}/libgstaudioparsers.so
%{_libdir}/gstreamer-%{majorminor}/libgstauparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstautodetect.so
%{_libdir}/gstreamer-%{majorminor}/libgstavi.so
%{_libdir}/gstreamer-%{majorminor}/libgstcutter.so
%{_libdir}/gstreamer-%{majorminor}/libgstdebug.so
%{_libdir}/gstreamer-%{majorminor}/libgstdeinterlace.so
%{_libdir}/gstreamer-%{majorminor}/libgsteffectv.so
%{_libdir}/gstreamer-%{majorminor}/libgstflv.so
%{_libdir}/gstreamer-%{majorminor}/libgstequalizer.so
%{_libdir}/gstreamer-%{majorminor}/libgstflxdec.so
%{_libdir}/gstreamer-%{majorminor}/libgstgdkpixbuf.so
%{_libdir}/gstreamer-%{majorminor}/libgstgoom.so
%{_libdir}/gstreamer-%{majorminor}/libgstgoom2k1.so
%{_libdir}/gstreamer-%{majorminor}/libgsticydemux.so
%{_libdir}/gstreamer-%{majorminor}/libgstid3demux.so
%{_libdir}/gstreamer-%{majorminor}/libgstimagefreeze.so
%{_libdir}/gstreamer-%{majorminor}/libgstinterleave.so
%{_libdir}/gstreamer-%{majorminor}/libgstisomp4.so
%{_libdir}/gstreamer-%{majorminor}/libgstjpeg.so
%{_libdir}/gstreamer-%{majorminor}/libgstlevel.so
%{_libdir}/gstreamer-%{majorminor}/libgstmatroska.so
%{_libdir}/gstreamer-%{majorminor}/libgstmonoscope.so
%{_libdir}/gstreamer-%{majorminor}/libgstmulaw.so
%{_libdir}/gstreamer-%{majorminor}/libgstmultifile.so
%{_libdir}/gstreamer-%{majorminor}/libgstmultipart.so
%{_libdir}/gstreamer-%{majorminor}/libgstnavigationtest.so
%{_libdir}/gstreamer-%{majorminor}/libgstossaudio.so
%{_libdir}/gstreamer-%{majorminor}/libgstoss4audio.so
%{_libdir}/gstreamer-%{majorminor}/libgstpng.so
%{_libdir}/gstreamer-%{majorminor}/libgstreplaygain.so
%{_libdir}/gstreamer-%{majorminor}/libgstrtp.so
%{_libdir}/gstreamer-%{majorminor}/libgstrtpmanager.so
%{_libdir}/gstreamer-%{majorminor}/libgstrtsp.so
%{_libdir}/gstreamer-%{majorminor}/libgstshapewipe.so
%{_libdir}/gstreamer-%{majorminor}/libgstshout2.so
%{_libdir}/gstreamer-%{majorminor}/libgstsmpte.so
%{_libdir}/gstreamer-%{majorminor}/libgstspectrum.so
%{_libdir}/gstreamer-%{majorminor}/libgsttaglib.so
%{_libdir}/gstreamer-%{majorminor}/libgstudp.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux2.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideobox.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideocrop.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideofilter.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideomixer.so
%{_libdir}/gstreamer-%{majorminor}/libgstwavenc.so
%{_libdir}/gstreamer-%{majorminor}/libgstwavparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstximagesrc.so
%{_libdir}/gstreamer-%{majorminor}/libgsty4menc.so
%{_libdir}/gstreamer-%{majorminor}/libgstcairo.so
%{_libdir}/gstreamer-%{majorminor}/libgstdtmf.so
%dir %{_datadir}/gstreamer-%{majorminor}/
%dir %{_datadir}/gstreamer-%{majorminor}/presets
%{_datadir}/gstreamer-%{majorminor}/presets/*

#----------------------------------------------------------------------------

%package -n %{bname}-jack
Summary:	GStreamer plug-in for the Jack Sound Server
Group:		Sound
BuildRequires:	pkgconfig(jack) => 0.28.0
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

%description -n %{bname}-jack
Plug-in for the JACK professional sound server.

%files -n %{bname}-jack
%{_libdir}/gstreamer-%{majorminor}/libgstjack.so

#----------------------------------------------------------------------------

%package -n %{bname}-soup
Summary:	GStreamer HTTP plugin based on libsoup
Group:		System/Libraries
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(libsoup-2.4)

%description -n %{bname}-soup
Plug-in for HTTP access based on libsoup.

%files -n %{bname}-soup
%{_libdir}/gstreamer-%{majorminor}/libgstsouphttpsrc.so

#----------------------------------------------------------------------------

%package -n %{bname}-pulse
Summary:	Pulseaudio plugin for GStreamer
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(libpulse) >= 0.9.7
Requires:	pulseaudio >= 0.9.7

%description -n %{bname}-pulse
This is a GStreamer audio output plugin using the Pulseaudio sound server.

%files -n %{bname}-pulse
%{_libdir}/gstreamer-%{majorminor}/libgstpulse.so

#----------------------------------------------------------------------------

### LIBDV ###
%package -n %{bname}-dv
Summary:	GStreamer DV plug-in
Group:		Video
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(libdv) >= 0.98

%description -n %{bname}-dv
Plug-in for digital video support using libdv.

%files -n %{bname}-dv
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so

#----------------------------------------------------------------------------

%package -n %{bname}-speex
Summary:	Gstreamer plugin for encoding and decoding Ogg Speex audio files
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(speex)

%description -n %{bname}-speex
Plug-Ins for creating and playing Ogg Speex audio files.

%files -n %{bname}-speex
%{_libdir}/gstreamer-%{majorminor}/libgstspeex.so

#----------------------------------------------------------------------------

### RAW1394 ###
%package -n %{bname}-raw1394
Summary:	GStreamer raw1394 Firewire plug-in
Group:		System/Libraries
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(libiec61883)
BuildRequires:	pkgconfig(libraw1394)

%description -n %{bname}-raw1394
Plug-in for digital video support using raw1394.

%files -n %{bname}-raw1394
%{_libdir}/gstreamer-%{majorminor}/libgst1394.so

#----------------------------------------------------------------------------

### FLAC ###
%package -n %{bname}-flac
Summary:	GStreamer plug-in for FLAC lossless audio
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(flac) >= 1.0.4

%description -n %{bname}-flac
Plug-in for the free FLAC lossless audio format.

%files -n %{bname}-flac
%{_libdir}/gstreamer-%{majorminor}/libgstflac.so

#----------------------------------------------------------------------------

### AALIB ###
%package -n %{bname}-aalib
Summary:	Gstreamer plugin for Ascii-art output
Group:		Video
BuildRequires:	aalib-devel >= 1.3
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-aalib
Plugin for viewing movies in Ascii-art using aalib library.

%files -n %{bname}-aalib
%{_libdir}/gstreamer-%{majorminor}/libgstaasink.so

#----------------------------------------------------------------------------

%package -n %{bname}-caca
Summary:	Gstreamer plugin for Ascii-art output
Group:		Video
BuildRequires:	pkgconfig(caca)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-caca
Plugin for viewing movies in Ascii-art using caca library.

%files -n %{bname}-caca
%{_libdir}/gstreamer-%{majorminor}/libgstcacasink.so

#----------------------------------------------------------------------------

%package -n %{bname}-wavpack
Summary:	Gstreamer plugin for encoding and decoding WavPack audio files
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(wavpack)

%description -n %{bname}-wavpack
Plug-Ins for creating and playing WavPack audio files.

%files -n %{bname}-wavpack
%{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so

#----------------------------------------------------------------------------

%package -n %{bname}-vp8
Summary:	GStreamer VP8 plug-in
Group:		Video
BuildRequires:	pkgconfig(vpx)

%description -n %{bname}-vp8
VP8 encoding and decoding plug-in.

%files -n %{bname}-vp8
%{_libdir}/gstreamer-%{majorminor}/libgstvpx.so

#----------------------------------------------------------------------------

%prep
%setup -q -n gst-plugins-good-%{version}

%build
%configure2_5x  \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
	--disable-dependency-tracking \
	--enable-experimental \
	--disable-esd \
	--disable-hal
%make

%if %{enable_check}
# FIXME: Some tests on mips are currently failing with timeouts
# so disable them. Moreover, orc is failing to compile stuff
# on arm/mips so orc checks are half-failings (as the backup functions
# are working)
%check
cd tests/check
%ifarch %{arm} %{mips}
make check || /bin/true
%else
make check
%endif
%endif

%install
rm -f gst-plugins-base-%{majorminor}.lang

%makeinstall_std GETTEXT_PACKAGE=gst-plugins-good-%{majorminor}

%find_lang gst-plugins-good-%{majorminor}

# Clean out files that should not be part of the rpm.
# This is the recommended way of dealing with it for RH8
rm -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.la
rm -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.a
rm -f %{buildroot}%{_libdir}/*.a

#blino remove development doc since we don't ship devel files
rm -rf %{buildroot}%{_docdir}/docs/plugins/html


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.4-5
+ Revision: 26f6a98
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16652 |14mr|gstreamer1.0-plugins-ugly-1.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1.0
%define majorminor	1.0
%define bname		gstreamer1.0
%define name		%{bname}-plugins-ugly

%define build_experimental	0
%{?_with_experimental: %{expand: %%global build_experimental 1}}
%define build_lame	0
%define build_amrnb	0
%define build_amrwbdec	0
%define build_x264	0

##########################
# Hardcode PLF build
%define build_plf	0
##########################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_lame	1
%define build_x264	1
%define build_amrnb	1
%define build_amrwbdec	1
%endif

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{name}
Version:	1.2.4
Release:	3%{?extrarelsuffix}
License:	LGPLv2+
Group:		Sound
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{version}.tar.xz
URL:		http://gstreamer.freedesktop.org/
#gw for the pixbuf plugin
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	gstreamer1.0-plugins-base-devel >= %{version}
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(dvdread)
%ifnarch %mips %arm
BuildRequires:	pkgconfig(valgrind)
%endif
BuildRequires:	pkgconfig(check)
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that have good quality and
correct functionality, but distributing them might pose problems. The
license on either the plug-ins or the supporting libraries might not
be how the GStreamer authors like. The code might be widely known to
present patent problems.

%if %{build_plf}
This package is in restricted repository as it violates some patents.
%endif

%prep
%setup -q -n gst-plugins-ugly-%{version}

%build
%configure2_5x --disable-dependency-tracking --disable-static \
  --with-package-name='Rosa %{name} package' \
  --with-package-origin='http://www.rosalinux.com/' \
%if ! %{build_lame}
	--disable-lame \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

%make

%check
cd tests/check
make check

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang gst-plugins-ugly-%{majorminor}

# Clean out files that should not be part of the rpm.
# This is the recommended way of dealing with it for RH8
find %{buildroot} -name '*.la' -delete

%files -f gst-plugins-ugly-%{majorminor}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{majorminor}/libgstasf.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdlpcmdec.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdread.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdsub.so
%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
%{_libdir}/gstreamer-%{majorminor}/libgstrmdemux.so
%if %{build_experimental}
%{_libdir}/gstreamer-%{majorminor}/libgstsynaesthesia.so
%endif
%{_libdir}/gstreamer-%{majorminor}/libgstxingmux.so

%if %{build_lame}
### LAME ###
%package -n %{bname}-lame
Summary:	GStreamer plug-in for encoding mp3 songs using lame
Group:		Sound
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	liblame-devel >= 3.89

%description -n %{bname}-lame
Plug-in for encoding mp3 with lame under GStreamer.

This package is in the restricted repository as it violates some patents.

%files -n %{bname}-lame
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
%endif

%if %{build_x264}
%package -n %{bname}-x264
Summary:	GStreamer plug-in for H264/AVC video encoding
Group:		Video
BuildRequires:	pkgconfig(x264)

%description -n %{bname}-x264
Plug-in for encoding H264/AVC video.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-x264
%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstX264Enc.prs
%endif

%if %{build_amrnb}
%package -n %{bname}-amrnb
Summary:	GStreamer plug-in for AMR-NB support
Group: 		Sound
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	pkgconfig(opencore-amrnb)

%description -n %{bname}-amrnb
Plug-in for decoding AMR-NB under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrnb
%{_libdir}/gstreamer-%{majorminor}/libgstamrnb.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstAmrnbEnc.prs
%endif

%if %{build_amrwbdec}
%package -n %{bname}-amrwbdec
Summary:	GStreamer plug-in for AMR-WB decoding support
Group:		Sound
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	pkgconfig(opencore-amrwb)

%description -n %{bname}-amrwbdec
Plug-in for decoding AMR-Wb under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrwbdec
%{_libdir}/gstreamer-%{majorminor}/libgstamrwbdec.so
%endif

### SIDPLAY ###
%package -n %{bname}-sid
Summary:	GStreamer Sid C64 music plugin
Group:		Sound
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	sidplay-devel => 1.36.0

%description -n %{bname}-sid
Plugin for playback of C64 SID format music files

%files -n %{bname}-sid
%{_libdir}/gstreamer-%{majorminor}/libgstsid.so

### A52DEC ###
%package -n %{bname}-a52dec
Summary:	GStreamer VOB decoder plugin
Group:		Sound
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	a52dec-devel >= 0.7.3

%description -n %{bname}-a52dec
Plugin for decoding of VOB files.

%files -n %{bname}-a52dec
%{_libdir}/gstreamer-%{majorminor}/libgsta52dec.so

%package -n %{bname}-mpeg
Summary:	GStreamer plug-ins for MPEG video playback and encoding
Group:		Video
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	pkgconfig(libmpeg2)

%description -n %{bname}-mpeg
Plug-ins for playing and encoding MPEG video.

%files -n %{bname}-mpeg
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so

%package -n %{bname}-cdio
Summary:	GStreamer plug-in for audio CD playback
Group:		Sound
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	pkgconfig(libcdio)
Conflicts:	%{bname}-plugins-good < 0.10.10

%description -n %{bname}-cdio
Plug-in for audio CD playback.

%files -n %{bname}-cdio
%{_libdir}/gstreamer-%{majorminor}/libgstcdio.so

%package -n %{bname}-twolame
Summary:	GStreamer plug-in for MP2 encoding support
Group:		Sound
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	pkgconfig(twolame)

%description -n %{bname}-twolame
Plug-in for encoding MP2 under GStreamer.

%files -n %{bname}-twolame
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so


%changelog
* Wed Jul 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.4-3
+ Revision: 41a8e2b
- Rebuild with new cdio



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16653 |14mr|gt-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gt
Version:	0.4
Release:	4
Summary:	Modified Timidity which supportes enhanced gus format patches
Group:		Sound
License:	GPLv2+
URL:		http://alsa.opensrc.org/index.php/GusSoundfont
# This is ftp://ling.lll.hawaii.edu/pub/greg/gt-0.4.tar.gz
# with the examples/patch and sfz directories removed as the license of the
# samples in these dirs is unclear. Also the src/ac3* files have been removed
# as these contain patented code.
Source0:	%{name}-%{version}-clean.tar.gz
Patch0:		gt-0.4-noac3.patch
Patch1:		gt-0.4-compile-fix.patch
Patch2:		gt-0.4-optflags.patch
Patch3:		gt-0.4-config-default-velocity-layer.patch
Patch4:		gt-0.4-ppc-compile-fix.patch
Patch5:		gt-0.4-unsf-bigendian-fix.patch
Patch6:		gt-0.4-unsf-tremolo.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	flex

%description
Modified timidity midi player which supportes enhanced gus format patches and
surround audio output.


%package -n soundfont-utils
Summary:        Utilities for converting from / to various soundfont formats
Group:          Sound

%description -n soundfont-utils
Utilities for converting from / to various soundfont formats and a midi file
disassembler.


%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
cp -p src/README README.timidity


%build
export CFLAGS="%{optflags} -fsigned-char"
%configure
%make

%install
%makeinstall_std
# rename somewhat genericly named dim to midi-disasm
mv %{buildroot}%{_bindir}/dim %{buildroot}%{_bindir}/midi-disasm
mv %{buildroot}%{_mandir}/man1/dim.1 \
   %{buildroot}%{_mandir}/man1/midi-disasm.1
sed -i 's/dim/midi-disasm/g' %{buildroot}%{_mandir}/man1/midi-disasm.1
touch -r utils/midifile.c %{buildroot}%{_mandir}/man1/midi-disasm.1
 
%files
%doc AUTHORS COPYING ChangeLog FEATURES NEWS README*
%{_bindir}/gt
%{_mandir}/man1/gt.1*

%files -n soundfont-utils
%doc utils/README* utils/GUSSF2-SPEC
%{_bindir}/*
%exclude %{_bindir}/gt
%{_mandir}/man1/*
%exclude %{_mandir}/man1/gt.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-4
+ Revision: 573704c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16654 |14mr|gtest-1.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:			gtest
Summary:		Google's framework for writing C++ tests
Version:		1.6.0
Release:		2
License:		BSD
Group:			Development/C++
URL:			http://code.google.com/p/googletest/
Source0:		http://googletest.googlecode.com/files/%{name}-%{version}.zip
Patch0:			gtest-1.6.0_install.patch

%description
Google's framework for writing C++ tests on a variety of platforms 
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based 
on the xUnit architecture. Supports automatic test discovery, a rich 
set of assertions, user-defined assertions, death tests, fatal and 
non-fatal failures, value- and type-parameterized tests, various 
options for running the tests, and XML test report generation.

%package -n		%{libname}
Summary:		Shared libraries for %{name}
Group:			System/Libraries

%description -n 	%{libname}
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based
on the xUnit architecture. Supports automatic test discovery, a rich
set of assertions, user-defined assertions, death tests, fatal and
non-fatal failures, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.

This package contains the shared %{name} libraries.

%package -n		%{develname}
Summary:		Development files for %{name}
Group:			Development/C++
Requires:		%{libname} = %{version}-%{release}
Provides:		%{name}-devel = %{version}-%{release}

%description -n		%{develname}
This package contains development files for %{name}.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --disable-static
%make LIBS='-lpthread'

%install
%makeinstall_std

%check
%make check

%files -n %{libname}
%doc README COPYING
%{_libdir}/lib%{name}*.so.%{major}*

%files -n %{develname}
%{_libdir}/lib%{name}*.so
%{_includedir}/%{name}
%{_datadir}/aclocal/%{name}.m4



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.0-2
+ Revision: 988bf00
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16655 |14mr|gthumb-3.2.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An image viewer and browser for GNOME
Name:		gthumb
Version:	3.2.8
Release:	4
License:	GPLv2+
Url:		http://gthumb.sourceforge.net/
Group:		Graphics
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.2/%{name}-%{version}.tar.xz

BuildRequires: flex
BuildRequires: bison
BuildRequires: intltool itstool
BuildRequires: jpeg-devel
BuildRequires: pkgconfig(champlain-gtk-0.12)
BuildRequires: pkgconfig(clutter-gtk-1.0)
BuildRequires: pkgconfig(exiv2)
BuildRequires: pkgconfig(gconf-2.0) GConf2
BuildRequires: pkgconfig(gl)
BuildRequires: gnome-doc-utils-devel
BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(gstreamer-0.10)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(libbrasero-burn3)
BuildRequires: pkgconfig(libopenraw-1.0)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libsoup-gnome-2.4)
BuildRequires: pkgconfig(libtiff-4)
BuildRequires: pkgconfig(sm)

%description
gThumb lets you browse your hard disk, showing you thumbnails of image files. 
It also lets you view single files (including GIF animations), add comments to
images, organize images in catalogs, print images, view slideshows, set your
desktop background, and more. 

%package devel
Summary: Header files for building %{name} extensions
Group: Development/C

%description devel
gThumb lets you browse your hard disk, showing you thumbnails of image files. 
It also lets you view single files (including GIF animations), add comments to
images, organize images in catalogs, print images, view slideshows, set your
desktop background, and more. 

%prep
%setup -q

%build
%configure2_5x \
	--disable-scrollkeeper \
	--disable-static \
	--enable-libopenraw

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome --all-name

# remove unpackaged files 
find %{buildroot} -name '*.la' -delete

%files -f %{name}.lang
%doc AUTHORS NEWS README COPYING
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/GConf/gsettings/gthumb.convert
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/gthumb
%{_datadir}/icons/hicolor/*/apps/gthumb.*
%dir %{_libdir}/%{name}/
%dir %{_libdir}/%{name}/extensions/
%{_libdir}/%{name}/extensions/*.extension
%{_libdir}/%{name}/extensions/*.so
%{_mandir}/man1/%{name}.1*

%files devel
%doc ChangeLog
%{_includedir}/%{name}-*/
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/gthumb.m4


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.2.8-4
+ Revision: f15a5c6
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16656 |14mr|gtk+-1.2.10-57
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1.2
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name:		gtk+
Version:	1.2.10
Release:	57
License:	LGPL
Group:		System/Libraries
Source0:	ftp://ftp.gimp.org/pub/gtk/v1.2/gtk+-%{version}.tar.bz2
Source1:	gtk+-1.2.10-vi.po.bz2
# (fc) 1.2.10-2mdk ximian patch changing drawing when no shadow is set for menubar
Patch2:		gtkmenubar-noborder.patch
# (pablo) better gtkrc definitions
Patch3:		gtk+-1.2.10-gtkrc_files.patch
# (fc) 1.2.10-8mdk GNOME CVS patch correcting bad focus (seen in Evolution and gnomecc)
Patch4:		gtk+-1.2.10-focus.patch
# (pablo) load locale based gtkrc (GNOME CVS)
Patch5:		gtk+-1.2.10-rclocale.patch
# (fc) 1.2.10-10mdk fix alignement warning on ia64 (Rawhide)
Patch6:		gtk+-1.2.10-alignment.patch
# (fc) 1.2.10-10mdk Improve exposure compression (GNOME CVS)
Patch7:		gtk+-1.2.10-expose.patch
# (fc) 1.2.10-10mdk Don't screw up CTEXT encoding for UTF-8 (Rawhide)
Patch8:		gtk+-1.2.10-ctext.patch
# (fc) 1.2.10-10mdk Accept KP_Enter as a synonym for Return everywhere (Rawhide)
Patch9:		gtk+-1.2.10-kpenter.patch
# (fc) 1.2.10-10mdk Allow theme switching to work properly when no windows are realized (Rawhide)
Patch10:	gtk+-1.2.10-themeswitch.patch
# (fc) 1.2.10-10mdk Fix crash when switching themes (Rawhide)
Patch11:	gtk+-1.2.10-pixmapref.patch
# (fc) 1.2.10-10mdk Fix computation of width of missing characters (Rawhide)
Patch12:	gtk+-1.2.10-missingchar.patch
# (fc) 1.2.10-20mdk set _NET_WM_PID on gdkwindow (GNOME CVS)
Patch15:	gtk+-1.2.10-netwmpid.patch
# (fc) 1.2.10-22mdk fix Fix check of wrong variable on gtklabel (GNOME CVS)
Patch16:	gtk+-1.2.10-labelvariable.patch
# (fc) 1.2.10-22mdk fix GtkCombo occasionally segfaults after content is changed and list shown (GNOME CVS) Bugzilla 58024
Patch17:	gtk+-1.2.10-gtklist.patch
# (fc) 1.2.10-22mdk option menu doesn't appear centered when applied a border (GNOME CVS) Bugzilla 54585
Patch18:	gtk+-1.2.10-border.patch
# (fc) 1.2.10-22mdk DnD code doesn't notice new windows (GNOME CVS) Bugzilla 56349
Patch19:	gtk+-1.2.10-dndnewwindow.patch
# (fc) 1.2.10-26mdk don't set -L/usr/lib in gtk-config
Patch20:	gtk+-1.2.10-libdir.patch
# (fc) 1.2.10-27mdk Fix file selection delete-dir when changing directory problem
# also, fix memory corruption problem when changing directories. (Rawhide)
Patch21:	gtk+-1.2.10-deletedir.patch 
# fc) 1.2.10-27mdk Improve warning for missing fonts (Rawhide)
Patch22:	gtk+-1.2.10-fontwarning.patch
# (fc) 1.2.10-27mdk Allow themes to make scrollbar trough always repaint (rawhide)
Patch23:	gtk+-1.2.10-troughpaint.patch
# (fc) 1.2.10-28mdk Fix a crash that can happen in some apps when the current
# locale is not supported by XLib. (rawhide)
Patch24:	gtk+-1.2.10-localecrash.patch
# (fc) 1.2.10-29mdk fix loop and crash in file selector when / is not readable (bug #90)
Patch25:	gtk+-1.2.10-fileselectorfallback.patch
# (fc) 1.2.10-30mdk change default colors to match GTK2 2.2 colors
Patch26:	gtk+-1.2.10-defaultcolor.patch
Patch27:	gtk+-1.2.10-fix-underquoted-calls.patch
# (fc) 1.2.10-45mdv ugly hack to skip argb visuals
Patch28:	gtk+-1.2.10-argb.patch
# (from fedora)
Patch29:	gtk+-1.2.10-gtkgdkdep.patch

URL:		http://www.gtk.org
BuildRequires:	autoconf2.1
BuildRequires:	automake1.4
BuildRequires:	libtool
BuildRequires:	pkgconfig(glib)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xext)

%description
The gtk+ package contains the GIMP ToolKit (GTK+), a library for creating
graphical user interfaces for the X Window System.  GTK+ was originally
written for the GIMP (GNU Image Manipulation Program) image processing
program, but is now used by several other programs as well. This is GTK+ 
1.2, a legacy version. The current version is GTK+ 2.

%package common
Summary:	Common data for gtk+ library
Group:		System/Libraries
Conflicts:	%{libname} < 1.2.10-56

%description common
Common data for gtk+ library.

%package -n	%{libname}
Summary:	Main library for gtk+
Group:		System/Libraries
Provides:	gtk+ = %{version}-%{release}
Requires:	%{name}-common >= %{version}
Suggests:	galaxy-gtk12

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with gtk+.

%package -n	%{develname}
Summary:	Development tools for GTK+ (GIMP ToolKit) applications
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name}-common >= %{version}
Provides:	gtk-devel = %{version}-%{release}
Provides:	gtk+-devel = %{version}-%{release}
Provides:	libgtk+-devel = %{version}-%{release}
Provides:	gtk+%{major}-devel = %{version}-%{release}

%description -n	%{develname}
The libgtk+1.2-devel package contains the static libraries and header files
needed for developing GTK+ (GIMP ToolKit) applications. The %{develname}
package contains GDK (the General Drawing Kit, which simplifies the interface
for writing GTK+ widgets and using GTK+ widgets in applications), and GTK+
(the widget set). Install %{develname} if you need to develop GTK+ 
applications. This is GTK+ 1.2, a legacy version. The current version is
GTK+ 2.

%prep
%setup -q
%patch2 -p1 -b .noshadow
%patch3 -p1 -b .gtkrc
%patch4 -p1 -b .focus
%patch5 -p1 -b .rclocale
%patch6 -p1 -b .ia64
%patch7 -p1 -b .expose
%patch8 -p1 -b .ctext
%patch9 -p1 -b .kpenter
%patch10 -p1 -b .themeswitch
%patch11 -p1 -b .pixmapref
%patch12 -p1 -b .missingchar
%patch15 -p1 -b .netwmpid
%patch16 -p1 -b .labelvariable
%patch17 -p1 -b .gtklist
%patch18 -p1 -b .border
%patch19 -p1 -b .dndnewwindow
%patch20 -p1 -b .libdir
%patch21 -p1 -b .deletedir
%patch22 -p1 -b .fontwarning
%patch23 -p1 -b .troughpaint
%patch24 -p1 -b .localecrash
%patch25 -p1 -b .fileselectorfallback
%patch26 -p1 -b .defaultcolor
%patch27 -p1 -b .underquoted
%patch28 -p1 -b .argb
%patch29 -p1 -b .gdkdep

# vi.po is not encoded in utf-8
bzcat %{SOURCE1} > po/vi.po

libtoolize --install --force
# needed by patch 3, 29
# it doesn't work with 2.5. I tested. -AdamW 2007/07
autoreconf-2.13

%build
%define Werror_cflags %nil
%configure  --with-xinput=xfree --with-native-locale
%make LIBTOOL=%{_bindir}/libtool

make check

%install
%makeinstall_std LIBTOOL=%{_bindir}/libtool

# create a default theme file
cat << EOF > %{buildroot}%{_sysconfdir}/gtk/gtkrc
include "/usr/share/themes/Galaxy/gtk/gtkrc"
EOF

%multiarch_binaries %{buildroot}%{_bindir}/*

%find_lang %{name}

%files common -f %{name}.lang
%{_datadir}/themes
%dir %{_sysconfdir}/gtk
%config(noreplace) %{_sysconfdir}/gtk/*

%files -n %{libname}
%{_libdir}/lib*.so.*

%files -n %{develname}
%doc docs/*.txt AUTHORS ChangeLog NEWS* README* TODO docs/html
%{_libdir}/lib*.so
%{_mandir}/man1/*
%{_infodir}/g?k.info*
%{_includedir}/*
%{_datadir}/aclocal/*
%multiarch %{multiarch_bindir}/*

%{_bindir}/gtk-config
%{_libdir}/pkgconfig/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.10-57
+ Revision: a610d44
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16657 |14mr|gtk+2.0-2.24.22-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_gtkdoc 1
%define enable_bootstrap 0
%define enable_tests 0

%define pkgname		gtk+
%define api_version	2.0
%define binary_version	2.10.0
%define major		0
%define libname		%mklibname %{pkgname} %{api_version} %{major}
%define develname	%mklibname -d %{pkgname} %{api_version}
# this isnt really a true lib pkg, but a modules/plugin pkg
%define modules		%mklibname gtk-modules %{api_version}

%define gail_major	18
%define libgail		%mklibname gail %{gail_major}
%define develgail	%mklibname -d gail

%define girname		%mklibname gtk-gir %{api_version}


Summary:	The GIMP ToolKit (GTK+), a library for creating GUIs
Name:		%{pkgname}%{api_version}
Version:	2.24.22
Release:	3
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gtk.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.24/%{pkgname}-%{version}.tar.xz
# extra IM modules (vietnamese and tamil) -- pablo
#gw TODO, needs to be fixed for 2.21.3
Patch4:		gtk+-2.13.1-extra_im.patch 
# (fc) 2.0.6-8mdk fix infinite loop and crash in file selector when / and $HOME are not readable (bug #90)
Patch5:		gtk+-2.6.9-fileselectorfallback.patch
# (fwang) 2.22.1-3 use Qtcurve theme by default if available
Patch12:	gtk+-defaulttheme.patch
# (gb) 2.4.4-2mdk handle biarch
#Patch13:	gtk+-2.2.4-lib64.patch

# (fc) 2.18.2-2mdv fix nautilus crash (GNOME bug #596977) (pterjan)
# It seems, the patch does not do what is supposed to according to the
# discussion in #596977. It also introduces problems with garbled tray in
# LXDE, when adding or removing icons there.
# Patch15:	gtk+-2.18.1-fixnautiluscrash.patch
# (fc) 2.20.0-2mdv improve tooltip appareance (GNOME bug #599617) (Fedora)

#Patch18:	gtk+-2.21.1-fresh-tooltips.patch
# (fc) 2.20.0-2mdv improve tooltip positioning (GNOME bug #599618) (Fedora)
#Patch19:	gtk+-2.20.0-tooltip-positioning.patch
# (fc) 2.20.0-2mdv allow window dragging toolbars / menubar (GNOME bug #611313)
Patch20:	gtk+-2.24.7-window-dragging.patch
# (fc) 2.20.0-3mdv allow specifying icon padding for tray icon (GNOME bug #583273) (Fedora)
Patch21:	gtk+-2.20.0-icon-padding.patch
#Patch22:	gtk+-2.24.9-gir-linking.patch

# Fix for https://bugzilla.gnome.org/show_bug.cgi?id=723366
Patch23:	gtk+-2.24.20-fix-open-file-dialog-crash.patch

BuildRequires:	cups-devel
BuildRequires:	fam-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(atk) >= 1.29.2
BuildRequires:	pkgconfig(cairo) >= 1.6.0
BuildRequires:	pkgconfig(gdk-pixbuf-2.0) >= 2.21.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.25.10
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.9.5
BuildRequires:	pkgconfig(pango) >= 1.20.0
BuildRequires:	pkgconfig(pangocairo) >= 1.20.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
%if %{enable_tests}
BuildRequires:	x11-server-xvfb
# gw tests will fail without this
BuildRequires:	fonts-ttf-dejavu
%endif
%if %{enable_gtkdoc}
BuildRequires:	gtk-doc >= 0.9
BuildRequires:	sgml-tools
BuildRequires:	texlive-texinfo
%endif

Requires:	%{name}-common = %{version}-%{release}
# MD to pull in all the orphaned module loaders
Requires:	fontconfig
Requires:	gdk-pixbuf2.0
Requires:	gio2.0
Requires:	pango-modules
%if !%{enable_bootstrap}
Suggests:	xdg-user-dirs-gtk
Suggests:	elementary-theme
%endif
Provides:	gtk2 = %{version}-%{release}
Obsoletes:	%{pkgname}2 < %{version}-%{release}
Provides:	%{pkgname}2 = %{version}-%{release}
#(proyvind): to ensure we have g_malloc0_n & g_malloc_n (required by trigger)
#            provided by the ABI
Conflicts:	glib2 < 2.24
Conflicts:	perl-Gtk2 < 1.113

%description
The gtk+ package contains the GIMP ToolKit (GTK+), a library for creating
graphical user interfaces for the X Window System.  GTK+ was originally
written for the GIMP (GNU Image Manipulation Program) image processing
program, but is now used by several other programs as well.  

If you are planning on using the GIMP or another program that uses GTK+,
you'll need to have the gtk+ package installed.

%package common
Summary:	%{summary}
Group:		%{group}
BuildArch:	noarch
Conflicts:	%{name} <= 2.24.8-2
Requires:	%{modules} = %{version}-%{release}

%description common
This package contains the common files for the GTK+2.0 graphical user
interface.

%package -n %{modules}
Summary:	%{summary}
Group:		%{group}
Requires:	%{name} = %{version}-%{release}
Provides:	gtk2-modules = %{version}-%{release}
Conflicts:	%{_lib}gtk+2.0_0 < 2.24.8-4
Conflicts:	%{_lib}gtk+2.0 < 2.24.8-7
#(proyvind): to ensure we have g_malloc0_n & g_malloc_n (required by trigger)
#            provided by the ABI
Conflicts:	glib2 < 2.24
Conflicts:	%{_lib}gail18 < 2.24.8-3
%if !%{enable_bootstrap}
Suggests:	%{_lib}gtk-aurora-engine
%endif

%description -n %{modules}
This package contains the immodules, engines and printbackends libraries 
for %{name} to function properly.

%package -n %{develname}
Summary:	Development files for GTK+ (GIMP ToolKit) applications
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	gtk2-devel = %{version}-%{release}
Provides:	%{pkgname}2-devel = %{version}-%{release}
Provides:	lib%{pkgname}%{api_version}-devel = %{version}-%{release}
Provides:	%{libname}-devel = %{version}-%{release}

%description -n %{develname}
The libgtk+-devel package contains the static libraries and header files
needed for developing GTK+ (GIMP ToolKit) applications. The libgtk+-devel
package contains GDK (the General Drawing Kit, which simplifies the interface
for writing GTK+ widgets and using GTK+ widgets in applications), and GTK+
(the widget set).

%package -n %{libname}
Summary:	X11 backend of The GIMP ToolKit (GTK+)
Group:		System/Libraries
Obsoletes:	%{_lib}%{pkgname}-x11-%{api_version}_%{major}

%description -n %{libname}
This package contains the X11 version of library needed to run
programs dynamically linked with gtk+.

%package -n %{girname}
Summary:	GObject Introspection interface description for %name
Group:		System/Libraries
Conflicts:	%{_lib}gtk+-x11-2.0_0 < 2.24.8-3
Conflicts:	gir-repository < 0.6.5-4

%description -n %{girname}
GObject Introspection interface description for %name.

%package -n %{libgail}
Summary:	GNOME Accessibility Implementation Library
Group:		System/Libraries

%description -n %{libgail}
Gail is the GNOME Accessibility Implementation Library

%package -n %{develgail}
Summary:	Development libraries, include files for GAIL
Group:		Development/GNOME and GTK+
Provides:	gail-devel = %{version}-%{release}
Requires:	%{libgail} = %{version}-%{release}

%description -n %{develgail}
Gail is the GNOME Accessibility Implementation Library

%prep
%setup -qn %{pkgname}-%{version}
%apply_patches

#needed by patches 4 & 13
#gw disable it for bootstrapping
mkdir -p m4
autoreconf -fi

%build
# fix crash in nautilus (GNOME bug #596977)
export CFLAGS=`echo %{optflags} | sed -e 's/-fomit-frame-pointer//g'`

#CONFIGURE_TOP=.. 
export CPPFLAGS="-DGTK_COMPILATION"
%configure2_5x \
	--disable-static \
	--enable-xinerama \
	--with-xinput=xfree

%make

%check
%if %{enable_tests}
XDISPLAY=$(i=1; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
%{_bindir}/Xvfb :$XDISPLAY &
export DISPLAY=:$XDISPLAY
make check
kill $(cat /tmp/.X$XDISPLAY-lock) ||:
%endif

%install
rm -rf %{buildroot}

%makeinstall_std mandir=%{_mandir} RUN_QUERY_IMMODULES_TEST=false RUN_QUERY_LOADER_TEST=false

mkdir -p %{buildroot}%{_sysconfdir}/gtk-%{api_version}
touch %{buildroot}%{_sysconfdir}/gtk-%{api_version}/gtk.immodules.%{_lib}
mkdir -p %{buildroot}%{_libdir}/gtk-%{api_version}/modules

# handle biarch packages
progs="gtk-query-immodules-%{api_version}"
mkdir -p %{buildroot}%{_libdir}/gtk-%{api_version}/bin
for f in $progs; do
  mv -f %{buildroot}%{_bindir}/$f %{buildroot}%{_libdir}/gtk-%{api_version}/bin/
  cat > %{buildroot}%{_bindir}/$f << EOF
#!/bin/sh
lib=%{_lib}
case ":\$1:" in
:lib*:) lib="\$1"; shift 1;;
esac
exec %{_prefix}/\$lib/gtk-%{api_version}/bin/$f \${1+"\$@"}
EOF
  chmod +x %{buildroot}%{_bindir}/$f
done

%{find_lang} gtk20
%find_lang gtk20-properties
cat gtk20-properties.lang >> gtk20.lang



%post -n %{modules}
if [ "$1" = "2" ]; then
  if [ -f %{_sysconfdir}/gtk-%{api_version}/gtk.immodules ]; then
    rm -f %{_sysconfdir}/gtk-%{api_version}/gtk.immodules
  fi
fi
%{_libdir}/gtk-%{api_version}/bin/gtk-query-immodules-%{api_version} > %{_sysconfdir}/gtk-%{api_version}/gtk.immodules.%{_lib}

%triggerin -n %{modules} -- %{_libdir}/gtk-%{api_version}/%{binary_version}/immodules/*.so
%{_libdir}/gtk-%{api_version}/bin/gtk-query-immodules-%{api_version} > %{_sysconfdir}/gtk-%{api_version}/gtk.immodules.%{_lib}

%triggerpostun -n %{modules} -- %{_libdir}/gtk-%{api_version}/%{binary_version}/immodules/*.so
if [ -x %{_libdir}/gtk-%{api_version}/bin/gtk-query-immodules-%{api_version} ]; then %{_libdir}/gtk-%{api_version}/bin/gtk-query-immodules-%{api_version} > %{_sysconfdir}/gtk-%{api_version}/gtk.immodules.%{_lib}
fi

%files
%doc README
%{_bindir}/gtk-query-immodules-%{api_version}
%{_bindir}/gtk-update-icon-cache

%files common -f gtk20.lang
%{_datadir}/themes/
%dir %{_sysconfdir}/gtk-%{api_version}
%config(noreplace) %{_sysconfdir}/gtk-%{api_version}/im-multipress.conf

%files -n %{modules}
%ghost %verify (not md5 mtime size) %config(noreplace) %{_sysconfdir}/gtk-%{api_version}/gtk.immodules.%{_lib}
%dir %{_libdir}/gtk-%{api_version}
%dir %{_libdir}/gtk-%{api_version}/bin
%{_libdir}/gtk-%{api_version}/bin/gtk-query-immodules-%{api_version}
%dir %{_libdir}/gtk-%{api_version}/modules
%dir %{_libdir}/gtk-%{api_version}/%{binary_version}
%dir %{_libdir}/gtk-%{api_version}/%{binary_version}/immodules
%dir %{_libdir}/gtk-%{api_version}/%{binary_version}/engines
%dir %{_libdir}/gtk-%{api_version}/%{binary_version}/printbackends
%{_libdir}/gtk-%{api_version}/%{binary_version}/immodules/*.so
%{_libdir}/gtk-%{api_version}/%{binary_version}/engines/*.so
%{_libdir}/gtk-%{api_version}/%{binary_version}/printbackends/*.so
# from gail lib
%{_libdir}/gtk-2.0/modules/libferret.so
%{_libdir}/gtk-2.0/modules/libgail.so

%files -n %{develname}
%doc docs/*.txt AUTHORS ChangeLog NEWS* README*
%doc %{_datadir}/gtk-doc/html/gdk2/
%doc %{_datadir}/gtk-doc/html/gtk2/
%{_bindir}/gtk-demo
%{_bindir}/gtk-builder-convert
%{_datadir}/aclocal/*
%{_datadir}/gtk-%{api_version}/
%{_includedir}/gtk-unix-print-%{api_version}/
%{_includedir}/gtk-%{api_version}/gdk
%{_includedir}/gtk-%{api_version}/gtk
%{_libdir}/gtk-%{api_version}/include
%{_libdir}/pkgconfig/gdk-%{api_version}.pc
%{_libdir}/pkgconfig/gtk+-%{api_version}.pc
%{_libdir}/pkgconfig/gtk+-unix-print-%{api_version}.pc
%{_libdir}/libgdk-x11-%{api_version}.so
%{_libdir}/libgtk-x11-%{api_version}.so
%{_datadir}/gir-1.0/Gdk-2.0.gir
%{_datadir}/gir-1.0/GdkX11-2.0.gir
%{_datadir}/gir-1.0/Gtk-2.0.gir
%{_libdir}/pkgconfig/*x11*

%files -n %{libname}
%{_libdir}/libgdk-x11-%{api_version}.so.%{major}*
%{_libdir}/libgtk-x11-%{api_version}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gdk-%{api_version}.typelib
%{_libdir}/girepository-1.0/GdkX11-%{api_version}.typelib
%{_libdir}/girepository-1.0/Gtk-%{api_version}.typelib

%files -n %{libgail}
%{_libdir}/libgailutil.so.%{gail_major}*

%files -n %{develgail}
%{_datadir}/gtk-doc/html/gail-libgail-util
%{_libdir}/libgailutil.so
%{_includedir}/gail-1.0/
%{_libdir}/pkgconfig/gail.pc


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16658 |14mr|gtk+3.0-3.12.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_gtkdoc 0
%define enable_bootstrap 0
%define enable_tests 0

%define pkgname		gtk+
%define api		3
%define api_version	3.0
%define binary_version	3.0.0
%define major		0
%define libname		%mklibname %{pkgname} %{api} %{major}
%define devname		%mklibname -d %{pkgname} %{api_version}
# this isnt really a true lib pkg, but a modules/plugin pkg
%define modules		%mklibname gtk-modules %{api_version}

%define gail_major	0
%define libgail		%mklibname gail %{api} %{gail_major}
%define devgail		%mklibname -d gail %{api_version}

%define libgir		%mklibname gtk-gir %{api_version}

Summary:	The GIMP ToolKit (GTK+), a library for creating GUIs
Name:		%{pkgname}%{api_version}
Version:	3.12.2
Release:	5
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gtk.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.12/%{pkgname}-%{version}.tar.xz
Patch0:		gtk3_disable_csd_envvar.patch
#Patch1:		gtk+-3.8.6-set-as-default-app.patch

BuildRequires:	cups-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(atk) >= 1.29.2
BuildRequires:	pkgconfig(cairo) >= 1.6.0
BuildRequires:	pkgconfig(colord)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0) >= 2.26
BuildRequires:	pkgconfig(glib-2.0) >= 2.25.10
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.9.5
BuildRequires:	pkgconfig(pango) >= 1.30
BuildRequires:	pkgconfig(pangocairo) >= 1.30
BuildRequires:	pkgconfig(atk-bridge-2.0) >= 2.6.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
#gw needed for gtk-update-icon-cache in gtk+3.0 3.0.9
BuildRequires:	gtk+2.0

%if %{enable_tests}
BuildRequires:	x11-server-xvfb
# gw tests will fail without this
BuildRequires	fonts-ttf-dejavu
%endif
%if %{enable_gtkdoc}
BuildRequires:	gtk-doc >= 0.9
BuildRequires:	sgml-tools
BuildRequires:	texlive-texinfo
%endif
%if !%{enable_bootstrap}
Suggests:	xdg-user-dirs-gtk
%endif
Requires:	%{name}-common = %{version}-%{release}
# MD to pull in all the orphaned module loaders
Requires:	fontconfig
Requires:	gdk-pixbuf2.0
Requires:	gio2.0
Requires:	glib2.0-common
Requires:	pango-modules

Obsoletes:	gtk-engines3 < 3.0.0
Provides:	%{pkgname}%{api} = %{version}-%{release}

%description
The gtk+ package contains the GIMP ToolKit (GTK+), a library for creating
graphical user interfaces for the X Window System.  GTK+ was originally
written for the GIMP (GNU Image Manipulation Program) image processing
program, but is now used by several other programs as well.  

If you are planning on using the GIMP or another program that uses GTK+,
you'll need to have the gtk+ package installed.

%package common
Summary:	%{summary}
Group:		%{group}
BuildArch:	noarch
Conflicts:	%{name} < 3.3.2-2

%description common
This package contains the common files for the GTK+3.0 graphical user
interface.

%package -n %{modules}
Summary:	%{summary}
Group:		%{group}
Requires:	%{name} = %{version}-%{release}
Provides:	gtk%{api}-modules = %{version}-%{release}
Obsoletes:	%{_lib}gtk+3 < 3.3.4-2
Obsoletes:	%{_lib}gtk+3.0_0 < 3.0.0
Obsoletes:	%{_lib}gtk+-x11-3.0_0 < 3.0.0
Obsoletes:	%{_lib}gtk-engines3 < 3.0.0

%description -n %{modules}
This package contains the immodules, engines and printbackends libraries
for %{name} to function properly.

%package -n %{devname}
Summary:	Development files for GTK+ (GIMP ToolKit) applications
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libgir} = %{version}-%{release}
Provides:	%{pkgname}%{api}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
The libgtk+-devel package contains the static libraries and header files
needed for developing GTK+ (GIMP ToolKit) applications. The libgtk+-devel
package contains GDK (the General Drawing Kit, which simplifies the interface
for writing GTK+ widgets and using GTK+ widgets in applications), and GTK+
(the widget set).

%package -n %{libname}
Summary:	Shared libraries of The GIMP ToolKit (GTK+)
Group:		System/Libraries
Requires:	%{name}-common
Conflicts:	%{_lib}gtk+3_0 < 3.3.2-2

%description -n %{libname}
This package contains the shared libraries needed to run programs dynamically 
linked with gtk+.

%package -n %{libgir}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}gtk+3_0 < 3.3.2-2

%description -n %{libgir}
GObject Introspection interface description for %{name}.

%package -n %{libgail}
Summary:	GNOME Accessibility Implementation Library
Group:		System/Libraries
Obsoletes:	%{_lib}gail3.0_0 < 3.0.0

%description -n %{libgail}
Gail is the GNOME Accessibility Implementation Library

%package -n %{devgail}
Summary:	Development libraries, include files for GAIL
Group:		Development/GNOME and GTK+
Provides:	libgail-%{api_version}-devel = %{version}-%{release}
Requires:	%{libgail} = %{version}

%description -n %{devgail}
Gail is the GNOME Accessibility Implementation Library

%prep
%setup -qn %{pkgname}-%{version}
%apply_patches

%build
# fix crash in nautilus (GNOME bug #596977)
export CFLAGS=`echo %{optflags} | sed -e 's/-fomit-frame-pointer//g'`

export CPPFLAGS="-DGTK_COMPILATION"
%configure2_5x \
	--disable-static \
	--enable-xinerama \
	--enable-gtk2-dependency

%make

%check
%if %enable_tests
XDISPLAY=$(i=1; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
%{_bindir}/Xvfb :$XDISPLAY &
export DISPLAY=:$XDISPLAY
make check
kill $(cat /tmp/.X$XDISPLAY-lock) ||:
%endif

%install
%makeinstall_std RUN_QUERY_IMMODULES_TEST=false RUN_QUERY_LOADER_TEST=false

touch %{buildroot}%{_libdir}/gtk-%{api_version}/%{binary_version}/immodules.cache
mkdir -p %{buildroot}%{_libdir}/gtk-%{api_version}/modules

%if "%{_lib}" != "lib"
 mv %{buildroot}%{_bindir}/gtk-query-immodules-%{api_version} %{buildroot}%{_bindir}/gtk-query-immodules-%{api_version}-64
%else
 mv %{buildroot}%{_bindir}/gtk-query-immodules-%{api_version} %{buildroot}%{_bindir}/gtk-query-immodules-%{api_version}-32
%endif

%find_lang gtk30 gtk30-properties gtk30.lang

#remove not packaged files
rm -f %{buildroot}%{_mandir}/man1/gtk-update-icon-cache.1*

%post -n %{modules}
if [ "$1" = "2" ]; then
  if [ -f %{_sysconfdir}/gtk-%{api_version}/gtk.immodules ]; then
    rm -f %{_sysconfdir}/gtk-%{api_version}/gtk.immodules
  fi
fi
%if "%{_lib}" != "lib"
 %{_bindir}/gtk-query-immodules-%{api_version}-64 --update-cache
%else
 %{_bindir}/gtk-query-immodules-%{api_version}-32 --update-cache
%endif

%triggerin -n %{modules} -- %{_libdir}/gtk-%{api_version}/%{binary_version}/immodules/*.so
%if "%{_lib}" != "lib"
 %{_bindir}/gtk-query-immodules-%{api_version}-64 --update-cache
%else
 %{_bindir}/gtk-query-immodules-%{api_version}-32 --update-cache
%endif

%triggerpostun -n %{modules} -- %{_libdir}/gtk-%{api_version}/%{binary_version}/immodules/*.so
%if "%{_lib}" != "lib"
 %{_bindir}/gtk-query-immodules-%{api_version}-64 --update-cache
%else
 %{_bindir}/gtk-query-immodules-%{api_version}-32 --update-cache
%endif

%files
%doc README
%{_bindir}/gtk-query-immodules-%{api_version}-*
%{_bindir}/gtk-launch

%files common -f gtk30.lang
%dir %{_sysconfdir}/gtk-%{api_version}
%config(noreplace) %{_sysconfdir}/gtk-%{api_version}/im-multipress.conf
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
%{_datadir}/themes
%{_mandir}/man1/gtk-query-immodules-%{api_version}.1*
%{_mandir}/man1/gtk-launch.1*
%{_mandir}/man1/broadwayd.1*

%files -n %{modules}
%ghost %verify (not md5 mtime size) %{_libdir}/gtk-%{api_version}/3.0.0/immodules.cache
%dir %{_libdir}/gtk-%{api_version}
%dir %{_libdir}/gtk-%{api_version}/modules
%dir %{_libdir}/gtk-%{api_version}/%{binary_version}
%{_libdir}/gtk-%{api_version}/%{binary_version}/immodules
%{_libdir}/gtk-%{api_version}/%{binary_version}/printbackends

%files -n %{libname}
%{_libdir}/libgtk-3.so.%{major}*
%{_libdir}/libgdk-3.so.%{major}*

%files -n %{libgir}
%{_libdir}/girepository-1.0/Gdk-%{api_version}.typelib
%{_libdir}/girepository-1.0/GdkX11-%{api_version}.typelib
%{_libdir}/girepository-1.0/Gtk-%{api_version}.typelib

%files -n %{devname}
%doc docs/*.txt AUTHORS ChangeLog NEWS* README*
%{_bindir}/gtk3-demo
%{_bindir}/gtk3-demo-application
%{_bindir}/gtk3-widget-factory
%{_includedir}/gtk-%{api_version}
%{_libdir}/libgtk-%{api}.so
%{_libdir}/libgdk-%{api}.so
%{_libdir}/pkgconfig/gdk-*%{api_version}.pc
%{_libdir}/pkgconfig/gtk+-*%{api_version}.pc
%{_datadir}/aclocal/*
%{_datadir}/gtk-%{api_version}
%{_datadir}/gir-1.0/Gdk-%{api_version}.gir
%{_datadir}/gir-1.0/GdkX11-%{api_version}.gir
%{_datadir}/gir-1.0/Gtk-%{api_version}.gir
%{_datadir}/applications/gtk3-demo.desktop
%{_datadir}/applications/gtk3-widget-factory.desktop
%_datadir/glib-2.0/schemas/org.gtk.Demo.gschema.xml
%_datadir/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml
%{_datadir}/icons/hicolor/*/apps/gtk3-demo.png
%{_datadir}/icons/hicolor/*/apps/gtk3-widget-factory.png
%doc %{_datadir}/gtk-doc/html/gdk3
%doc %{_datadir}/gtk-doc/html/gtk3

%files -n %{libgail}
%{_libdir}/libgailutil-%{api}.so.%{gail_major}*

%files -n %{devgail}
%{_includedir}/gail-%{api_version}
%{_libdir}/libgailutil-%{api}.so
%{_libdir}/pkgconfig/gail-%{api_version}.pc
%{_datadir}/gtk-doc/html/gail-libgail-util3


%changelog
* Fri Sep 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.12.2-5
+ Revision: 36a4b15
- Add common subpackage to library Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16659 |14mr|gtk-aurora-engine-1.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %{name}

Summary:	Aurora engine for Gtk 2.x
Group:		Graphical desktop/Other
Name:		gtk-aurora-engine
Version:	1.5.1
Release:	3
License:	GPLv2+
Url:		http://gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438
Source0:	http://gnome-look.org/CONTENT/content-files/56438-aurora-%{version}.tar.bz2
Patch0:		animation.diff
BuildRequires:	gtk2-devel >= 2.12
Requires:	%{libname} = %{version}

%description
The goal of this theme is to provide a complete and consistent look
for Gtk. The theme aims to be very flexible in color choice, but
provide few other options otherwise. The theme includes some features
that do not seem to be available in other Gtk engines; it also allows
the theming of Gnome panel widgets.

%package -n %{libname}
Summary:    Library files for %{name}
Group:	    System/Libraries

%description -n %{libname}
Library files for %{name}.

%prep
%setup -qc %{name}-%{version}
tar xf *.tar.bz2
tar xf *.tar.gz
%apply_patches

# Fix bug 56215:
sed -i 's/\(^.*odd_row_color.*\)/\#\1/' Aurora/gtk-2.0/gtkrc

%build
pushd aurora-1.5
%configure2_5x --enable-animation
%make
popd

%install
%__rm -rf %{buildroot}
%makeinstall_std -C aurora-1.5
%__mkdir -p %{buildroot}%{_datadir}/themes
cp -fr Aurora %{buildroot}%{_datadir}/themes/


%files
%doc aurora-1.5/README aurora-1.5/ChangeLog
%{_datadir}/themes/*

%files -n %{libname}
%{_libdir}/gtk-2.0/*/engines/*.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.1-3
+ Revision: 7fb4042
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16660 |14mr|gtkdialogs-2.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ready-to-use GTK+ dialog boxes
Name:		gtkdialogs
Version:	2.2
Release:	11
License:	GPLv2
Group:		System/Configuration/Packaging
Source0:	%{name}-%{version}.tar.bz2
Patch0:		gtkdialogs-2.2-fix-str-fmt.patch
Patch1:		gtkdialogs-2.2-no-strip.patch
Provides:	gchooser = %{version}-%{release}
Provides:	gmessage = %{version}-%{release}
Provides:	xtest = %{version}-%{release}
BuildRequires:	pkgconfig(gtk+-2.0)

%description
Ready-to-use GTK+ dialog boxes:
- xtest lets you test if X is running or not
- gmessage show a message and some buttons, it returns with the number of the
  pressed button
- gchooser presents a list of entries from which the user can choose
- gfilechooser helps choosing a filename or dirname

%prep
%setup -n %{name} -q
%apply_patches

%build
make clean
%make CFLAGS="%{optflags} %{?ldflags}"

%install
%makeinstall

%files
%{_bindir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-11
+ Revision: 102f93c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16661 |14mr|gtk-doc-1.18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	API documentation generation tool for GTK+ and GNOME
Name:		gtk-doc
Version:	1.18
Release: 	3
License: 	GPLv2+ and GFDL
Group: 		Development/GNOME and GTK+
Url: 		http://www.gtk.org/gtk-doc/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/%{version}/%{name}-%{version}.tar.xz
BuildArch: 	noarch

BuildRequires:  dblatex
BuildRequires:  docbook-dtd43-xml
BuildRequires:  docbook-style-xsl
BuildRequires:  gnome-doc-utils
BuildRequires:	openjade
BuildRequires:  rarian
BuildRequires:  source-highlight
BuildRequires:	xsltproc
#gw for building the checks
BuildRequires:  pkgconfig(glib-2.0)

Requires:	diffutils
Requires:	docbook-utils
Requires:	docbook-dtd412-xml
Requires:	docbook-dtd43-xml
Requires: 	docbook-style-xsl
Requires:	source-highlight
Requires:	xsltproc
%define __noautoreq 'perl\\(gtkdoc-common.pl\\)'
Requires(post,postun): rarian

%description
gtk-doc is a tool for generating API reference documentation.
it is used for generating the documentation for GTK+, GLib
and GNOME.

%package	mkpdf
Summary:	API documentation PDF format generation tool for GTK+ and GNOME
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{version}
Requires:	dblatex
Conflicts:	%{name} < 1.17-3

%description	mkpdf
gtkdoc-mkpdf is a tool for generating API reference documentation in PDF 
format. It is used for generating the documentation for GTK+, GLib and 
GNOME.

%prep
%setup -q
# Move this doc file to avoid name collisions
mv doc/README doc/README.docs

%build
%configure2_5x \
	--build=%{_build} \
	--disable-scrollkeeper

%make

%install
%makeinstall_std 

# include shared directory
install -d -m 755 %{buildroot}%{_datadir}/gtk-doc/html

%check
PERL5LIB=$(pwd) PATH=$PATH:$(pwd) make check

%files 
%doc AUTHORS README doc/* examples
%{_bindir}/gtkdoc-check
%{_bindir}/gtkdoc-depscan
%{_bindir}/gtkdoc-fixxref
%{_bindir}/gtkdoc-mkdb
%{_bindir}/gtkdoc-mkhtml
%{_bindir}/gtkdoc-mkman
%{_bindir}/gtkdoc-mktmpl
%{_bindir}/gtkdoc-rebase
%{_bindir}/gtkdoc-scan
%{_bindir}/gtkdoc-scangobj
%{_bindir}/gtkdoc-scanobj
%{_bindir}/gtkdocize
%{_datadir}/gtk-doc
%{_datadir}/sgml/gtk-doc
%{_datadir}/pkgconfig/gtk-doc.pc
%{_datadir}/aclocal/*

%files mkpdf
%{_bindir}/gtkdoc-mkpdf


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.18-3
+ Revision: 81a6bb1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16662 |14mr|gtk-engines2-2.20.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname gtk-engines
%define pkgversion 2
%define libname %mklibname %{name}

%define cleanice_version 2.4.0
%define bluecurve_version 1.0.0

%define gtkbinaryver %(if $([ -x %{_bindir}/pkg-config ] && pkg-config --exists gtk+-2.0); then pkg-config --variable=gtk_binary_version gtk+-2.0; else echo 0; fi)

Summary:	Default GTK+ 2.0 theme engines
Name:		%{pkgname}%{pkgversion}
Version:	2.20.2
Release:	8
License:	GPLv2+ and LGPLv2+
Group:		System/Libraries
Url:		ftp://ftp.gnome.org/pub/GNOME/sources/gtk-engines/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/%{pkgname}-%{version}.tar.bz2
Source3:	http://prdownloads.sourceforge.net/elysium-project/gtk-engines-cleanice-%{cleanice_version}.tar.bz2
Source5:	http://themes.freshmeat.net/redir/gtk2flat/31385/url_tgz/gtk2flat-default.tar.bz2
Source7:	bluecurve-gtk-themes-%{bluecurve_version}.tar.bz2
Patch0:		gtk-engines-2.20.2_glib2.32.patch
Patch1:		gtk-engines-automake-1.13.patch

BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(lua)
Requires:	%{libname} >= %{version}

%description
These are the graphical engines for the various GTK+ toolkit themes.
Included themes are:

  - Notif
  - Redmond95
  - Pixmap
  - Metal (swing-like)
  - Many more

%files
%doc COPYING README
%{_datadir}/themes/*
%{_datadir}/gtk-engines/

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library files for %{name}
Group:		System/Libraries
Requires:	gtk+2.0 >= 2.9.0

%description -n %{libname}
Library files for %{name}.

%files -n %{libname}
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/libbluecurve.so
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/libcleanice.so
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/libclearlooks.so
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/libcrux-engine.so
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/libflat.so
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/libglide.so
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/libhcengine.so
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/libindustrial.so
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/libluaengine.so
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/libmist.so
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/libredmond95.so
%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/libthinice.so

#----------------------------------------------------------------------------

%package devel
Summary:	Pkgconfig file for %{name}
Group:		Development/Other
Requires:	%{name} >= %{version}

%description devel
Pkgconfig file for %{name}.

%files devel
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{pkgname}-%{version} -a 3 -a 5 -a 7
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-lua \
	--with-system-lua \
	--enable-animation

%make LIBS=-lm

pushd gtk-engines-cleanice-%{cleanice_version}/
libtoolize --copy --force
aclocal
autoconf
autoreconf -fi
%configure2_5x \
	--disable-static
%make
popd

pushd gtk-flat-theme-2.0/
autoreconf -fi
%configure2_5x \
	--disable-static
%make libflat_la_LIBADD="-lgtk-x11-2.0 -lgdk-x11-2.0 -lgobject-2.0 -lglib-2.0"
popd

pushd bluecurve-gtk-themes-%{bluecurve_version}/
%configure2_5x \
	--disable-static
%make
popd

%install
%makeinstall_std

pushd gtk-engines-cleanice-%{cleanice_version}/
%makeinstall_std
popd

pushd gtk-flat-theme-2.0/
%makeinstall_std libflat_la_LIBADD="-lgtk-x11-2.0 -lgdk-x11-2.0 -lgobject-2.0 -lglib-2.0"
popd

pushd bluecurve-gtk-themes-%{bluecurve_version}/
%makeinstall_std
popd

#remove empty files
rm -f %{buildroot}%{_datadir}/themes/*/ICON.png \
  %{buildroot}%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/*.la \
  %{buildroot}%{_libdir}/gtk-2.0/%{gtkbinaryver}/engines/*.a

#gw needed at build time only
rm -rf %{buildroot}%{_datadir}/locale



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.20.2-8
+ Revision: baa00bd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16663 |14mr|gtkglarea2-2.0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1

%define	fname	gtkglarea
%define	libname	%mklibname %{fname} %{major}

Summary:	OpenGL widget for GTK+ GUI toolkit
Name:		gtkglarea2
Version:	2.0.1
Release:	8
License:	LGPLv2+
Group:		System/Libraries

Source0:	http://ftp.gnome.org/pub/GNOME/sources/%name/%{fname}-%{version}.tar.bz2
Patch0:		gtkglarea-2.0.0-wformat.patch
Patch1:		gtkglarea-2.0.1-link-against-libm.patch

URL:		http://www.mono-project.com/GtkGLArea
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
%define	bogus	%{mklibname %{fname} 2.0}
%rename		bogus

%description
Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl which
is basically wrapper around GLX functions. The widget itself is very similar
to GtkDrawinigArea widget and adds only three extra functions.

Lower level gdkgl functions make it easy to render on any widget that has
OpenGL capable visual, rendering to off-screen pixmaps is also supported.

%package -n	%{libname}
Summary:	OpenGL widget for GTK+ GUI toolkit
Group:		System/Libraries

%description -n %{libname}
Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl which
is basically wrapper around GLX functions. The widget itself is very similar
to GtkDrawinigArea widget and adds only three extra functions.

Lower level gdkgl functions make it easy to render on any widget that has
OpenGL capable visual, rendering to off-screen pixmaps is also supported.

%package -n	%{libname}-devel
Summary:	Includes and static libs
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{libname}-devel
Libraries and includes files you can use for GtkGLArea development

%prep
%setup -q -n %{fname}-%{version}
%patch0 -p1 -b .wformat~
%patch1 -p1 -b .libs~
autoreconf -fi

%build
%configure2_5x 
%make

%install
%makeinstall

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/libgtkgl-2.0.so.%{major}*

%files -n %{libname}-devel
%doc docs/*.txt
%{_libdir}/*.so
%{_libdir}/*.*a
%{_includedir}/*
%{_libdir}/pkgconfig/gtkgl-2.0.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.1-8
+ Revision: d0517d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16664 |14mr|gtkglext-1.2.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	gtkglext
%define	version	1.2.0
%define release  	14

%define	major	0
%define	api_version 1.0

%define	libname %mklibname %{name} %{api_version} %{major}
%define	libnamedev %mklibname %{name} -d

Summary:	OpenGL extension to GTK 2.0 or later
Name:		%{name}
Version:	%{version}
Release: 	%{release}
License:	LGPL
Group:		System/Libraries
Source0:	http://prdownloads.sourceforge.net/gtkglext/%{name}-%{version}.tar.bz2
Patch0:		gtkglext-support-pango.diff
Patch1:		gtkglext-1.2.0-newer-gtk.patch
URL:		http://gtkglext.sourceforge.net/
BuildRequires:	pkgconfig
BuildRequires:	mesaglu-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pango-devel
BuildRequires:	chrpath
BuildRequires:	pkgconfig(pangox)

%description
GtkGLExt is an OpenGL extension to GTK 2.0 or later.
GtkGLExt provides the GDK objects to support OpenGL rendering in GTK,
and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable.
As opposed to Jane Loff's GtkGLArea , it does not provide any OpenGL widget,
but an interface to use OpenGL on *ANY* GTK+ widget. 

%package -n	%{libname}
Summary:	OpenGL extension to GTK 2.0 or later
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{_lib}gtkglext-1.0_0 < %{version}-%{release}

%description -n	%{libname}
GtkGLExt is an OpenGL extension to GTK 2.0 or later.
GtkGLExt provides the GDK objects to support OpenGL rendering in GTK,
and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable.
As opposed to Jane Loff's GtkGLArea , it does not provide any OpenGL widget,
but an interface to use OpenGL on *ANY* GTK+ widget. 

%package -n	%{libnamedev}
Summary:	OpenGL extension to GTK 2.0 or later
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Provides:	lib%{name}-%{api_version}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes:	%{_lib}gtkglext-1.0_0-devel < %{version}-%{release}

%description -n %{libnamedev}
Libraries and includes files you can use for GtkGLExt development.

%prep
%setup -q
%patch0 -p0
%patch1 -p1 -b .gtk

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/lib*.so.*

%files -n %{libnamedev}
%defattr(-,root,root)
%doc AUTHORS ChangeLog TODO README
%doc %{_datadir}/gtk-doc/html/gtkglext
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/*
%{_libdir}/%{name}*
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/*.m4





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-14
+ Revision: 9aefc0d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16665 |14mr|gtkhtml3.14-3.32.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define oname	gtkhtml
%define api	3.14
%define major	19
%define majeditor	0
%define libname %mklibname %{oname} %{api} %{major}
%define libeditor %mklibname %{oname}-editor %{api} %{majeditor}
%define devname %mklibname -d %{oname} %{api}

Summary:	HTML rendering/editing library
Name:		%{oname}%{api}
Version:	3.32.2
Release:	7
License:	LGPLv2+
Group:		Graphical desktop/GNOME
Url:		http://ftp.gnome.org/pub/gnome/sources/gtkhtml/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gtkhtml/%{url_ver}/%{oname}-%{version}.tar.bz2
Patch0:		gtkhtml-3.32.2-fix-linking.patch

BuildRequires:	gnome-icon-theme >= 1.2.0
BuildRequires:	intltool
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gail)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(libsoup-2.4)
Requires:	%{libname} >= %{version}
### MD TODO rename src pkg directory
Obsoletes:	gtkhtml-3.14 < 3.32.2-6

%description 
GtkHTML is a HTML rendering/editing library.  GtkHTML is
not designed to be the ultimate HTML browser/editor: instead, it is
designed to be easily embedded into applications that require
lightweight HTML functionality.

GtkHTML was originally based on KDE's KHTMLW widget, but is now
developed independently of it.  The most important difference between
KHTMLW and GtkHTML, besides being GTK-based, is that GtkHTML is also
an editor.  Thanks to the Bonobo editor component that comes with the
library, it's extremely simple to add HTML editing to an existing
application.

%files -f %{oname}-%{api}.lang
%doc AUTHORS NEWS README TODO
%{_datadir}/gtkhtml-%{api}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for GtkHTML
Group:		System/Libraries
Suggests:	%{name} = %{EVRD}
Obsoletes:	%{_lib}gtkhtml-3.14_19 < 3.32.2-6
Conflicts:	%{_lib}gtkhtml-3.14_19 < 3.32.2-6

%description -n %{libname}
This package contains libraries used by GtkHTML.

%files -n %{libname}
%{_libdir}/libgtkhtml-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libeditor}
Summary:	Libraries for GtkHTML
Group:		System/Libraries
Suggests:	%{name} = %{EVRD}
Conflicts:	%{_lib}gtkhtml-3.14_19 < 3.32.2-6

%description -n %{libeditor}
This package contains libraries used by GtkHTML.

%files -n %{libeditor}
%{_libdir}/libgtkhtml-editor-%{api}.so.%{majeditor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries, header files and utilities for GtkHTML
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libeditor} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}gtkhtml-3.14-devel < 3.32.2-6
Conflicts:	%{_lib}gtkhtml-3.14-devel < 3.32.2-6

%description -n %{devname}
This package contains the files necessary to develop applications with GtkHTML.

%files -n %{devname}
%doc ChangeLog COPYING
%_bindir/gtkhtml-editor-test
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--enable-deprecated-warning-flags=no \
	--disable-static
%make LIBS=-lm

%install
%makeinstall_std

%find_lang %{oname}-%{api}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.32.2-7
+ Revision: 7c1e2c1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16666 |14mr|gtkhtml4-4.6.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define oname gtkhtml
%define api_version 4.0
%define libname %mklibname %{oname} %{api_version} %{major}
%define develname %mklibname -d %{oname} %{api_version}

Summary: HTML rendering/editing library
Name: gtkhtml4
Version: 4.6.6
Release: 2
License: LGPLv2+
Group: Graphical desktop/GNOME
URL: http://ftp.gnome.org/pub/gnome/sources/gtkhtml/
Source0: http://ftp.gnome.org/pub/GNOME/sources/gtkhtml/4.6/%{oname}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	pkgconfig(enchant) >= 1.1.7
BuildRequires:	pkgconfig(gail-3.0) >= 3.0.2
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.2
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(cairo) >= 1.10.0
BuildRequires:	pkgconfig(ORBit-2.0)
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.26.0
BuildRequires:	pkgconfig(gnome-icon-theme) >= 2.22.0

Requires:	%{libname} >= %{version}-%{release}

%description 
GtkHTML is a HTML rendering/editing library.  GtkHTML is
not designed to be the ultimate HTML browser/editor: instead, it is
designed to be easily embedded into applications that require
lightweight HTML functionality.

GtkHTML was originally based on KDE's KHTMLW widget, but is now
developed independently of it.  The most important difference between
KHTMLW and GtkHTML, besides being GTK-based, is that GtkHTML is also
an editor.  Thanks to the Bonobo editor component that comes with the
library, it's extremely simple to add HTML editing to an existing
application.

%package -n %{libname}
Summary:	Libraries for GtkHTML
Group:		System/Libraries

%description -n %{libname}
GtkHTML is a HTML rendering/editing library.  GtkHTML is
not designed to be the ultimate HTML browser/editor: instead, it is
designed to be easily embedded into applications that require
lightweight HTML functionality.

This package contains libraries used by GtkHTML.

%package -n %{develname}
Summary:	Development libraries, header files and utilities for GtkHTML
Group:		Development/GNOME and GTK+
#Requires:	%{name} = %{version}
Requires:	%{libname} = %{version}
Provides:	%{oname}-%{api_version}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
GtkHTML is a HTML rendering/editing library.  GtkHTML is
not designed to be the ultimate HTML browser/editor: instead, it is
designed to be easily embedded into applications that require
lightweight HTML functionality.

This package contains the files necessary to develop applications with GtkHTML.

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x \
	--disable-static \
	--program-suffix=4

%make

%install
rm -rf %{buildroot}
%makeinstall_std
find %{buildroot} -name "*.la" -delete
%{find_lang} %{oname}-%{api_version}

%files -f %{oname}-%{api_version}.lang
%doc AUTHORS NEWS README TODO COPYING
%{_datadir}/gtkhtml-%{api_version}

%files -n %{libname}
%{_libdir}/libgtkhtml-%{api_version}.so.%{major}*
%{_libdir}/libgtkhtml-editor-%{api_version}.so.%{major}*

%files -n %{develname}
%doc ChangeLog
%{_bindir}/gtkhtml-editor-test4
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.6.6-2
+ Revision: 33014de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16667 |14mr|gtkimageview-1.6.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major	0
%define lib_name	%mklibname %{name} %{lib_major}
%define lib_name_devel	%mklibname %{name} -d

Summary:	Simple image viewer widget for GTK
Name:		gtkimageview
Version:	1.6.4
Release:	6
License:	LGPLv2+
Group:		System/Libraries
URL:		http://trac.bjourne.webfactional.com/
Source0:	http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/gtkimageview-%{version}.tar.gz
# (fc) 1.3.0-1mdv disable -Werror flag
Patch0:		gtkimageview-1.3.0-nowerror.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	gtk-doc
BuildRequires:	automake1.9
BuildRequires:	gnome-common
Requires:	common-licenses

%description
GtkImageView is a widget that provides a zoomable and panable view of
a GdkPixbuf. It is intended to be usable in most types of image
viewing applications.

%package -n %{lib_name}
Summary:	Simple image viewer widget for GTK
Group:		System/Libraries

%description -n %{lib_name}
GtkImageView is a widget that provides a zoomable and panable view of
a GdkPixbuf. It is intended to be usable in most types of image
viewing applications.

This package contains the library needed to run programs dynamically
linked with gtkimageview.

%package -n %{lib_name_devel}
Summary:	Static libraries and header files of %{name}
Group:		Development/C
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{lib_name_devel}
GtkImageView is a widget that provides a zoomable and panable view of
a GdkPixbuf. It is intended to be usable in most types of image
viewing applications.

%prep
%setup  -q
%patch0 -p1 -b .nowerror

%build
NOCONFIGURE=yes ./autogen.sh
%configure2_5x --disable-static
%make LIBS="-lm"

%install
%makeinstall_std

%files -n %{lib_name}
%doc README
%{_libdir}/*.so.%{lib_major}*

%files -n %{lib_name_devel}
%doc %{_datadir}/gtk-doc/html/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.4-6
+ Revision: 8373196
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16668 |14mr|gtkmm2.4-2.24.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname gtkmm
%define api_version 2.4
%define major 1
%define libname %mklibname %{pkgname} %{api_version} %{major}
%define libnamedev %mklibname -d %{pkgname} %{api_version}

Name:		%{pkgname}%{api_version}
Summary:	C++ interface for popular GUI library gtk+
Version:	2.24.2
Release:	8
#gw lib is LGPL, tool is GPL
License:	LGPLv2+ and GPLv2+
Group:		System/Libraries
URL:		http://gtkmm.sourceforge.net/

Source:		http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.xz
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(atkmm-1.6)
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(pangomm-1.4)

%description
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.


%package	-n %{libname}
Summary:	C++ interface for popular GUI library gtk+
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}
Provides:	%{pkgname}%{api_version} = %{version}-%{release}

%description	-n %{libname}
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains the library needed to run programs dynamically
linked with %{pkgname}.


%package	-n %{libnamedev}
Summary:	Headers and development files of %{pkgname}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Provides:	%{pkgname}%{api_version}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description	-n %{libnamedev}
This package contains the headers and development files that are needed,
when trying to develop or compile applications which need %{pkgname}.

%package	doc
Summary:	GTKmm documentation
Group:		Books/Other

%description	doc
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains all API documentation for gtkmm. You can readily read
this documentation with devhelp, a documentation reader.

%prep
%setup -q -n %{pkgname}-%{version}

%build
%configure2_5x \
    --enable-shared \
    --disable-static
%make

# make check does nothing

%install
rm -rf %{buildroot}
%makeinstall_std MMDOCTOOLDIR=%{_datadir}/mm-common/doctool

%files -n %{libname}
%{_libdir}/libgdkmm-%{api_version}.so.%{major}*
%{_libdir}/libgtkmm-%{api_version}.so.%{major}*


%files -n %{libnamedev}
%doc PORTING ChangeLog AUTHORS COPYING NEWS README
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/gtkmm-%{api_version}/
%{_libdir}/gdkmm-%{api_version}/
%{_libdir}/pkgconfig/*.pc

%files doc
%doc %{_datadir}/doc/gtkmm-%{api_version}/
%doc %{_datadir}/devhelp/books/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.24.2-8
+ Revision: 554326d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16669 |14mr|gtkmm3.0-3.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname	gtkmm
%define api_version 3.0
%define major 1
%define libname_orig %mklibname %{pkgname} %{api_version}
%define libname %mklibname %{pkgname} %{api_version} %{major}
%define develname %mklibname -d %{pkgname} %{api_version}

Name:		%{pkgname}%{api_version}
Summary:	C++ interface for popular GUI library gtk+
Version:	3.12.0
Release:	1
#gw lib is LGPL, tool is GPL
License:	LGPLv2+ and GPLv2+
Group:		System/Libraries
URL:		http://gtkmm.sourceforge.net/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gtkmm/3.12/%{pkgname}-%{version}.tar.xz

BuildRequires:	xsltproc
BuildRequires:	pkgconfig(atkmm-1.6)
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(giomm-2.4)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(pangomm-1.4)
BuildRequires:	doxygen

%description
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

%package	-n %{libname}
Summary:	C++ interface for popular GUI library gtk+
Group:		System/Libraries
Provides:	%{libname_orig} = %{version}-%{release}
Provides:	%{pkgname}%{api_version} = %{version}-%{release}

%description	-n %{libname}
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains the library needed to run programs dynamically
linked with %{pkgname}.

%package	-n %{develname}
Summary:	Headers and development files of %{pkgname}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Provides:	%{pkgname}%{api_version}-devel = %{version}-%{release}
Provides:	%{libname_orig}-devel = %{version}-%{release}
Obsoletes:	%{_lib}gtkmm3.0_1-static-devel
Obsoletes:	%{_lib}gtkmm3.0-static-devel

%description	-n %{develname}
This package contains the headers and development files that are needed,
when trying to develop or compile applications which need %{pkgname}.

%package	doc
Summary:	GTKmm documentation
Group:		Books/Other

%description	doc
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains all API documentation for gtkmm. You can readily read
this documentation with devhelp, a documentation reader.

%prep
%setup -qn %{pkgname}-%{version}

%build
%configure2_5x \
	--disable-static

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%doc AUTHORS COPYING NEWS README
%{_libdir}/libgdkmm-%{api_version}.so.%{major}*
%{_libdir}/libgtkmm-%{api_version}.so.%{major}*

%files -n %{develname}
%doc PORTING ChangeLog
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/gtkmm-%{api_version}
%{_libdir}/gdkmm-%{api_version}
%{_libdir}/pkgconfig/*.pc

%files doc
%doc %{_datadir}/doc/gtkmm-%{api_version}
%doc %{_datadir}/devhelp/books/*

%changelog
* Wed Jul 02 2014 Tigro <ashejn@gmail.com> 3.12.0-1
+ Revision: 9551cfe
- added source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16670 |14mr|gtk-qt-engine-1.1-5.r5.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname gtk-qt-engine
%define snapshot r5

Summary:	Allow GTK to use Qt widget styles
Name:		gtk-qt-engine
Version:	1.1
Release:	5.%{snapshot}.7
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://gtk-qt.ecs.soton.ac.uk/
Source0:	http://gtk-qt.ecs.soton.ac.uk/files/%{version}/%{name}-%{version}-%{snapshot}.tar.xz
# 4 Debian patches
Patch1:		01_fix_out_of_source_build.diff
Patch2:		02_change_desktop_file_installation.diff
Patch3:		03_disable_engine_with_nspluginviewer.diff
Patch4:		04_no_kde4_in_configfile.diff
Patch5:		gtk-qt-engine-1.1-glib.patch
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	kde4-macros
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libbonoboui-2.0)
Requires:	%{libname} = %{version}-%{release}
Requires:	gtk-qt-kcm

%description
The GTK-Qt Theme Engine is a project allowing GTK to use Qt4 widget styles. 

It behaves like a normal GTK theme engine, but calls functions from Qt 
instead of doing the drawing itself. It also adds a configuration tool
to KDE4's System Settings - Appearance which let you change the theme
of GTK+ applications in KDE.

This theme engine is currently experimental and considered as an ugly hack
by some people. Use at your own risk.

%package -n %{libname}
Summary:	Dynamic libraries for %{name}
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}
Conflicts:	gtk-qt-engine < 1.1-3

%description -n %{libname}
Dynamic libraries for %{name}.

%package -n gtk-qt-kcm
Summary:	KDE System Settings module to configure GTK+ 2 theme
Group:		Graphical desktop/KDE
Conflicts:	gtk-qt-engine < 1.1-5

%description -n gtk-qt-kcm
This package provides configuration module to configure GTK+ 2.x styles from
within Systemsettings -> "Application Appearance" in KDE4.

%prep
%setup -q -n %{name}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# fix .desktop file categories to make the kcm module show up under "Application
#  Appearance" in systemsettings
sed -i 's/X-KDE-System-Settings-Parent-Category=appearance/X-KDE-System-Settings-Parent-Category=application-appearance/' \
%{buildroot}%{_kde_services}/kcmgtk4.desktop

%find_lang kcmgtk4

%files
%doc AUTHORS ChangeLog
%{_datadir}/themes/Qt4/gtk-2.0/gtkrc

%files -n %{libname}
%{_libdir}/gtk-2.0/*/engines/libqt4engine.so

%files -n gtk-qt-kcm -f kcmgtk4.lang
%{_kde_iconsdir}/kcmgtk.png
%{_kde_libdir}/kde4/kcm_gtk4.so
%{_kde_services}/kcmgtk4.desktop



%changelog
* Sun Jun 09 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-5.r5.7
+ Revision: 8f13bce
- LOG Rebuild for new KDE4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16671 |14mr|gtk-sharp2-2.12.11-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gtk-sharp
%define mono 1.0.2
%define monodir %{_prefix}/lib/mono

Summary:	C# language binding for the gtk+ toolkit
Name:		gtk-sharp2
Version:	2.12.11
Release:	5
License:	LGPLv2
Group:		System/Libraries
URL:		http://gtk-sharp.sourceforge.net/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/gtk-sharp/%oname-%version.tar.bz2
Patch0:		gtk-sharp-2.12.11-fix-glib-includes.patch
Requires:	glib-sharp2 = %{version}
BuildRequires:	mono-devel >= %{mono}
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	monodoc

%description
Gtk-sharp is a C# language binding for the  gtk+ toolkit.

%package 2.4
Summary:	C# language binding for the gtk+-2.4 toolkit
Group:		System/Libraries
Requires:	gtk-sharp2 = %{version}
Conflicts:	gtk-sharp2 < 2.12.10-3

%description 2.4
Gtk-sharp is a C# language binding for the gtk+ toolkit.

%package 2.6
Summary:	C# language binding for the gtk+-2.6 toolkit
Group:		System/Libraries
Requires:	gtk-sharp2 = %{version}
Conflicts:	gtk-sharp2 < 2.12.10-3

%description 2.6
Gtk-sharp is a C# language binding for the gtk+ toolkit.

%package 2.8
Summary:	C# language binding for the gtk+-2.8 toolkit
Group:		System/Libraries
Requires:	gtk-sharp2 = %{version}
Conflicts:	gtk-sharp2 < 2.12.10-3

%description 2.8
Gtk-sharp is a C# language binding for the gtk+ toolkit.

%package 2.10
Summary:	C# language binding for the gtk+-2.10 toolkit
Group:		System/Libraries
Requires:	gtk-sharp2 = %{version}
Conflicts:	gtk-sharp2 < 2.12.10-3

%description 2.10
Gtk-sharp is a C# language binding for the gtk+ toolkit.

%package devel
Summary:	C# code generation tools for %{name}
Group:		Development/Other

%description devel
This contains the code generation tools of gtk-sharp. It is needed for building
C# wrappers for GObject APIs.

%package -n glib-sharp2
Summary:	C# binding for glib
Group:		System/Libraries
Requires:	mono >= %{mono}

%description -n glib-sharp2
Glib-sharp is a C# language binding for glib.

%package -n glib-sharp2-2.4
Summary:	C# binding for glib-2.4
Group:		System/Libraries
Requires:	glib-sharp2 = %{version}
Conflicts:	glib-sharp2 < 2.12.10-3

%description -n glib-sharp2-2.4
Glib-sharp is a C# language binding for glib.

%package -n glib-sharp2-2.6
Summary:	C# binding for glib-2.6
Group:		System/Libraries
Requires:	glib-sharp2 = %{version}
Conflicts:	glib-sharp2 < 2.12.10-3

%description -n glib-sharp2-2.6
Glib-sharp is a C# language binding for glib.

%package -n glib-sharp2-2.8
Summary:	C# binding for glib-2.8
Group:		System/Libraries
Requires:	glib-sharp2 = %{version}
Conflicts:	glib-sharp2 < 2.12.10-3

%description -n glib-sharp2-2.8
Glib-sharp is a C# language binding for glib.

%package -n glib-sharp2-2.10
Summary:	C# binding for glib-2.10
Group:		System/Libraries
Requires:	glib-sharp2 = %{version}
Conflicts:	glib-sharp2 < 2.12.10-3

%description -n glib-sharp2-2.10
Glib-sharp is a C# language binding for glib.

%package -n glade-sharp2
Summary:	C# binding for glade
Group:		System/Libraries
Requires:	%{name} = %{version}

%description -n glade-sharp2
Glade-sharp is a C# language binding for glade.

%package -n glade-sharp2-2.4
Summary:	C# binding for glib-2.6
Group:		System/Libraries
Requires:	glade-sharp2 = %{version}
Conflicts:	glade-sharp2 < 2.12.10-3

%description -n glade-sharp2-2.4
Glade-sharp is a C# language binding for glade.

%package -n glade-sharp2-2.6
Summary:	C# binding for glib-2.6
Group:		System/Libraries
Requires:	glade-sharp2 = %{version}
Conflicts:	glade-sharp2 < 2.12.10-3

%description -n glade-sharp2-2.6
Glade-sharp is a C# language binding for glade.

%package -n glade-sharp2-2.8
Summary:	C# binding for glib-2.8
Group:		System/Libraries
Requires:	glade-sharp2 = %{version}
Conflicts:	glade-sharp2 < 2.12.10-3

%description -n glade-sharp2-2.8
Glade-sharp is a C# language binding for glade.

%package -n glade-sharp2-2.10
Summary:	C# binding for glib-2.10
Group:		System/Libraries
Requires:	glade-sharp2 = %{version}
Conflicts:	glade-sharp2 < 2.12.10-3

%description -n glade-sharp2-2.10
Glade-sharp is a C# language binding for glade.

%package doc
Summary:	Documentation for gtk-sharp
Group:		Development/Other
Requires(post): mono-tools >= 1.1.9
Requires(postun): mono-tools >= 1.1.9

%description doc
Gtk-sharp is a C# language binding for the  gtk+ toolkit.
This package provides documentation for gtk-sharp. 

%prep
%setup -qn %{oname}-%{version}
%apply_patches

%build
%configure2_5x --disable-static
make

%install
%makeinstall_std

rm -f sample/valtest/.libs/libvalobj.so
rm -f sample/opaquetest/.libs/libopaque.so

%post doc
%{_bindir}/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
fi

%files
%{_libdir}/libatksharpglue-2.so
%{_libdir}/libgdksharpglue-2.so
%{_libdir}/libgtksharpglue-2.so
%{_libdir}/libpangosharpglue-2.so
%{_libdir}/pkgconfig/gtk-dotnet-2.0.pc
%{_libdir}/pkgconfig/gtk-sharp-2.0.pc
%{monodir}/gtk-sharp-2.0/atk-sharp.dll
%{monodir}/gtk-sharp-2.0/gdk-sharp.dll
%{monodir}/gtk-sharp-2.0/gtk-dotnet.dll
%{monodir}/gtk-sharp-2.0/gtk-sharp.dll
%{monodir}/gtk-sharp-2.0/pango-sharp.dll
%{monodir}/gac/atk-sharp/2.12.0.0*
%{monodir}/gac/gdk-sharp/2.12.0.0*
%{monodir}/gac/gtk-dotnet/2.12.0.0*
%{monodir}/gac/gtk-sharp/2.12.0.0*
%{monodir}/gac/pango-sharp/2.12.0.0*

%files 2.4
%{monodir}/gtk-sharp-2.0/policy.2.4.atk-sharp.dll
%{monodir}/gtk-sharp-2.0/policy.2.4.gdk-sharp.dll
%{monodir}/gtk-sharp-2.0/policy.2.4.gtk-dotnet.dll
%{monodir}/gtk-sharp-2.0/policy.2.4.gtk-sharp.dll
%{monodir}/gtk-sharp-2.0/policy.2.4.pango-sharp.dll
%{monodir}/gac/policy.2.4.atk-sharp/0.0.0.0*
%{monodir}/gac/policy.2.4.gdk-sharp/0.0.0.0*
%{monodir}/gac/policy.2.4.gtk-dotnet/0.0.0.0*
%{monodir}/gac/policy.2.4.gtk-sharp/0.0.0.0*
%{monodir}/gac/policy.2.4.pango-sharp/0.0.0.0*

%files 2.6
%{monodir}/gtk-sharp-2.0/policy.2.6.atk-sharp.dll
%{monodir}/gtk-sharp-2.0/policy.2.6.gdk-sharp.dll
%{monodir}/gtk-sharp-2.0/policy.2.6.gtk-dotnet.dll
%{monodir}/gtk-sharp-2.0/policy.2.6.gtk-sharp.dll
%{monodir}/gtk-sharp-2.0/policy.2.6.pango-sharp.dll
%{monodir}/gac/policy.2.6.atk-sharp/0.0.0.0*
%{monodir}/gac/policy.2.6.gdk-sharp/0.0.0.0*
%{monodir}/gac/policy.2.6.gtk-dotnet/0.0.0.0*
%{monodir}/gac/policy.2.6.gtk-sharp/0.0.0.0*
%{monodir}/gac/policy.2.6.pango-sharp/0.0.0.0*

%files 2.8
%{monodir}/gtk-sharp-2.0/policy.2.8.atk-sharp.dll
%{monodir}/gtk-sharp-2.0/policy.2.8.gdk-sharp.dll
%{monodir}/gtk-sharp-2.0/policy.2.8.gtk-dotnet.dll
%{monodir}/gtk-sharp-2.0/policy.2.8.gtk-sharp.dll
%{monodir}/gtk-sharp-2.0/policy.2.8.pango-sharp.dll
%{monodir}/gac/policy.2.8.atk-sharp/0.0.0.0*
%{monodir}/gac/policy.2.8.gdk-sharp/0.0.0.0*
%{monodir}/gac/policy.2.8.gtk-dotnet/0.0.0.0*
%{monodir}/gac/policy.2.8.gtk-sharp/0.0.0.0*
%{monodir}/gac/policy.2.8.pango-sharp/0.0.0.0*

%files 2.10
%{monodir}/gtk-sharp-2.0/policy.2.10.atk-sharp.dll
%{monodir}/gtk-sharp-2.0/policy.2.10.gdk-sharp.dll
%{monodir}/gtk-sharp-2.0/policy.2.10.gtk-dotnet.dll
%{monodir}/gtk-sharp-2.0/policy.2.10.gtk-sharp.dll
%{monodir}/gtk-sharp-2.0/policy.2.10.pango-sharp.dll
%{monodir}/gac/policy.2.10.atk-sharp/0.0.0.0*
%{monodir}/gac/policy.2.10.gdk-sharp/0.0.0.0*
%{monodir}/gac/policy.2.10.gtk-dotnet/0.0.0.0*
%{monodir}/gac/policy.2.10.gtk-sharp/0.0.0.0*
%{monodir}/gac/policy.2.10.pango-sharp/0.0.0.0*

%files -n glib-sharp2
%{_libdir}/libglibsharpglue-2.so
%{_libdir}/pkgconfig/glib-sharp-2.0.pc
%{monodir}/gtk-sharp-2.0/glib-sharp.dll
%{monodir}/gac/glib-sharp/2.12.0.0*

%files -n glib-sharp2-2.4
%{monodir}/gtk-sharp-2.0/policy.2.4.glib-sharp.dll
%{monodir}/gac/policy.2.4.glib-sharp/0.0.0.0*

%files -n glib-sharp2-2.6
%{monodir}/gtk-sharp-2.0/policy.2.6.glib-sharp.dll
%{monodir}/gac/policy.2.6.glib-sharp/0.0.0.0*

%files -n glib-sharp2-2.8
%{monodir}/gtk-sharp-2.0/policy.2.8.glib-sharp.dll
%{monodir}/gac/policy.2.8.glib-sharp/0.0.0.0*

%files -n glib-sharp2-2.10
%{monodir}/gtk-sharp-2.0/policy.2.10.glib-sharp.dll
%{monodir}/gac/policy.2.10.glib-sharp/0.0.0.0*

%files -n glade-sharp2
%{_libdir}/pkgconfig/glade-sharp-2.0.pc
%{_libdir}/libgladesharpglue-2.so
%{monodir}/gtk-sharp-2.0/glade-sharp.dll
%{monodir}/gac/glade-sharp/2.12.0.0*

%files -n glade-sharp2-2.4
%{monodir}/gtk-sharp-2.0/policy.2.4.glade-sharp.dll
%{monodir}/gac/policy.2.4.glade-sharp/0.0.0.0*

%files -n glade-sharp2-2.6
%defattr(-,root,root)
%{monodir}/gtk-sharp-2.0/policy.2.6.glade-sharp.dll
%{monodir}/gac/policy.2.6.glade-sharp/0.0.0.0*

%files -n glade-sharp2-2.8
%{monodir}/gtk-sharp-2.0/policy.2.8.glade-sharp.dll
%{monodir}/gac/policy.2.8.glade-sharp/0.0.0.0*

%files -n glade-sharp2-2.10
%{monodir}/gtk-sharp-2.0/policy.2.10.glade-sharp.dll
%{monodir}/gac/policy.2.10.glade-sharp/0.0.0.0*

%files doc
%doc ChangeLog README README.generator
#*[^makefile|README]
%doc sample
%{_prefix}/lib/monodoc/sources/gtk*

%files devel
%{_bindir}/*
%{_datadir}/gapi-2.0/
%{_libdir}/pkgconfig/gapi-2.0.pc
%{_prefix}/lib/%{oname}-2.0/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.12.11-5
+ Revision: 88941ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16672 |14mr|gtk-sharp-beans-2.13.92-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gtk-sharp-beans
Version:	2.13.92
Release:	2
License:	LGPLv2+
Group:		Development/Other
Summary:	Extra Gtk# bindings
Url:		http://gitorious.org/gtk-sharp-beans
Source:		%{name}-%{version}.tar.bz2

BuildRequires:	gtk-sharp2
BuildRequires:	gtk-sharp2-devel
BuildRequires:	gio-sharp-devel
BuildRequires:	mono-devel
BuildRequires:	monodoc-core
BuildArch:	noarch

%description
Gtk# Beans aims to fill the gap between the current Gtk# packages
state and all the blings and desktop integration stuffs anyone
would want to use.

It builds on top of Gtk# and extend it by adding new classes and
extension methods.

%package devel
Group:		Development/Other
Summary:	Extra Gtk# bindings
Requires:	%{name} = %{version}

%description devel
Files for developing programs that use gtk-sharp-beans

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std pkgconfigdir=%_datadir/pkgconfig

%files
%doc NEWS AUTHORS README
%dir %{_prefix}/lib/mono/gac/gtk-sharp-beans
%dir %{_prefix}/lib/mono/gac/gtk-sharp-beans/2.14.0.0__97a95fb57b03c03a
%{_prefix}/lib/mono/gac/gtk-sharp-beans/*/*.dll*

%dir %{_prefix}/lib/mono/gtk-sharp-beans-2.0
%{_prefix}/lib/mono/gtk-sharp-beans-2.0/gtk-sharp-beans.dll

%files devel
%doc ChangeLog 
%{_datadir}/pkgconfig/gtk-sharp-beans-2.0.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.13.92-2
+ Revision: ded9172
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16673 |14mr|gtksourceview1-1.8.5-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gtksourceview
%define api 1.0
%define major 0
%define libname %mklibname %{oname}- %{api} %{major}
%define develname %mklibname -d %{oname}- %{api}

Summary:	Source code viewing library
Name:		gtksourceview1
Version:	1.8.5
Release:	12
License:	GPLv2+
Group:		Editors
URL:		http://people.ecsc.co.uk/~matt/downloads/rpms/gtksourceview/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{oname}-%{version}.tar.bz2
Patch0:		gtksourceview-1.8.5-fix-str-fmt.patch
Patch1:		gtksourceview-1.8.5_glib_h.patch

BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(libgnomeprintui-2.2)
BuildRequires:	intltool

Obsoletes:	gtksourceview < 1.90

%description
GtkSourceview is a library that adds syntax highlighting,
line numbers, and other programming-editor features.
GtkSourceView specializes these features for a code editor.

%package -n %{libname}
Summary:	Source code viewing library
Group:		Editors
Requires:	%{name} >= %{version}-%{release}
Provides:	lib%{name} = %{version}-%{release}
Provides:	gtksourceview1.0 = %{version}-%{release}

%description -n %{libname}
GtkSourceview is a library that adds syntax highlighting,
line numbers, and other programming-editor features.
GtkSourceView specializes these features for a code editor.

%package -n %{develname}
Summary:	Libraries and include files for GtkSourceView
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d gtksourceview- 1.0 0} < 1.8.5-11

%description -n %{develname}
GtkSourceView development files.

%prep
%setup -qn %{oname}-%{version}
%apply_patches

%build
export CPPFLAGS=-D_GNU_SOURCE=1
%configure2_5x
%make

%install
%makeinstall_std

%{find_lang} %{oname}-%{api}

%files -f %{oname}-%{api}.lang
%doc AUTHORS NEWS README TODO
%{_datadir}/gtksourceview-%{api}

%files -n %{libname}
%{_libdir}/libgtksourceview-%{api}.so.%{major}*

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/gtksourceview
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.5-12
+ Revision: d934f16
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16674 |14mr|gtksourceview-2.10.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api_version 2.0
%define lib_major 0
%define libname %mklibname %{name}- %{api_version} %{lib_major}
%define libnamedev %mklibname -d %{name}- %{api_version}


Summary:	Source code viewing library
Name:		gtksourceview
Version:	2.10.5
Release:	8
License:	GPLv2+
Group:		Editors
URL:		http://people.ecsc.co.uk/~matt/downloads/rpms/gtksourceview/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	gtk-doc
BuildRequires:	intltool

%description
GtkSourceview is a library that adds syntax highlighting,
line numbers, and other programming-editor features.
GtkSourceView specializes these features for a code editor.

%package -n %{libname}
Summary:	Source code viewing library
Group:		Editors
Requires:	%{name} >= %{version}-%{release}
Provides:	lib%{name} = %{version}-%{release}
Provides:	libgtksourceview0 = %{version}-%{release}
Obsoletes:	libgtksourceview0 < 2.10.5-7
Provides:	libgtksourceview1.0 = %{version}-%{release}
Obsoletes:	libgtksourceview1.0 < 2.10.5-7

%description -n %{libname}
GtkSourceview is a library that adds syntax highlighting,
line numbers, and other programming-editor features.
GtkSourceView specializes these features for a code editor.

%package -n %{libnamedev}
Summary:	Libraries and include files for GtkSourceView
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-%{api_version}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d gtksourceview- 2.0 0} < 2.10.5-7

%description -n %{libnamedev}
GtkSourceView development files.

%prep
%setup -q

%build
%configure2_5x --disable-static

%make

%install
%makeinstall_std

%find_lang %{name}-%{api_version}

%files -f %{name}-%{api_version}.lang
%doc AUTHORS NEWS README
%{_datadir}/gtksourceview-%{api_version}

%files -n %{libname}
%{_libdir}/libgtksourceview-%{api_version}.so.%{lib_major}*

%files -n %{libnamedev}
%doc %{_datadir}/gtk-doc/html/gtksourceview-2.0
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.10.5-8
+ Revision: 1fe96b8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16675 |14mr|gtksourceview3-3.12.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3.0
%define major 1
%define oname gtksourceview
%define libname %mklibname %{oname}- %{api} %{major}
%define girname %mklibname %{oname}-gir %{api}
%define devname %mklibname -d %{oname}- %{api}

Summary:	Source code viewing library
Name:		gtksourceview3
Version: 	3.12.3
Release:	1
License:	GPLv2+
Group:		Editors
Url:		http://people.ecsc.co.uk/~matt/downloads/rpms/gtksourceview/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{oname}/3.12/%{oname}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(libxml-2.0)

%description
GtkSourceview is a library that adds syntax highlighting,
line numbers, and other programming-editor features.
GtkSourceView specializes these features for a code editor.

%files -f %{oname}-%{api}.lang
%doc AUTHORS NEWS README
%{_datadir}/gtksourceview-%{api}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Source code viewing library
Group:		Editors
Requires:	%{name} = %{EVRD}
Obsoletes:	%{_lib}gtksourceview-3.0_0 < 3.8.2

%description -n %{libname}
GtkSourceview is a library that adds syntax highlighting,
line numbers, and other programming-editor features.
GtkSourceView specializes these features for a code editor.

%files -n %{libname}
%{_libdir}/libgtksourceview-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/GtkSource-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and include files for GtkSourceView
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{oname}-%{api}-devel = %{EVRD}

%description -n %{devname}
GtkSourceView development files.

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/gtksourceview-%{api}
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/GtkSource-%{api}.gir

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{oname}-%{api}


%changelog
* Mon Aug 25 2014 Tigro <ashejn@gmail.com> 3.12.3-1
+ Revision: 97d30ae
- update to 3.12.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16676 |14mr|gtkspell-2.0.16-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	Spell-checking addon for GTK's TextView widget
Name:		gtkspell
Version:	2.0.16
Release:	6
Source0:	http://gtkspell.sourceforge.net/download/%{name}-%{version}.tar.gz
License:	GPL+
URL:		http://gtkspell.sourceforge.net/
Group:		System/Libraries
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
BuildRequires:	gtk+2-devel
BuildRequires:	enchant-devel
BuildRequires:  gtk-doc
BuildRequires:  docbook-dtd42-xml
BuildRequires:  intltool
#
BuildRequires:  gnome-common

%description
GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a
GtkTextView widget.  Right-clicking a misspelled word pops up a menu of
suggested replacements.  

%package -n %{libname}
Summary:	%{summary}
Group:		%{group}
Requires: %name >= %version

%description -n %{libname}
GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a
GtkTextView widget.  Right-clicking a misspelled word pops up a menu of
suggested replacements.  

%package -n %{develname}
Summary:	%{summary}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname gtkspell 0 -d}
Requires:	%{libname} = %{version}

%description -n %{develname}
GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a
GtkTextView widget.  Right-clicking a misspelled word pops up a menu of
suggested replacements.  


%prep
%setup -q
#gw the gtk-doc 1.13 bug:
gnome-autogen.sh

%build
%configure2_5x \
    --disable-static

%make

%install
rm -rf %{buildroot} %{name}.lang
%makeinstall_std
rm -f %{buildroot}%{_libdir}/*.la

%find_lang %{name}

%files -f %name.lang
%defattr(-,root,root)
%doc README AUTHORS ChangeLog

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.16-6
+ Revision: 8af02cd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16677 |14mr|gtkspell3-3.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	On-the-fly spell checking for GtkTextView widgets
Name:		gtkspell3
Version:	3.0.6
Release:	2
Source0:	http://downloads.sourceforge.net/gtkspell/gtkspell3-%{version}.tar.gz
License:	GPL+
URL:		http://gtkspell.sourceforge.net/
Group:		System/Libraries
BuildRequires:  pkgconfig(enchant)
BuildRequires:  gettext
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  intltool
BuildRequires:  vala-devel
BuildRequires:  vala-tools

%description
GtkSpell provides word-processor-style highlighting and replacement of
misspelled words in a GtkTextView widget as you type. Right-clicking a
misspelled word pops up a menu of suggested replacements.


%package -n %{libname}
Summary:	%{summary}
Group:		%{group}
Requires: %name >= %version

%description -n %{libname}
GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a
GtkTextView widget.  Right-clicking a misspelled word pops up a menu of
suggested replacements.  

%package -n %{develname}
Summary:	%{summary}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}

%description -n %{develname}
GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a
GtkTextView widget.  Right-clicking a misspelled word pops up a menu of
suggested replacements.  


%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x --disable-static --enable-vala
%make  V=1

%install
%makeinstall_std

find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%find_lang %{name}

%files -f %name.lang
%defattr(-,root,root)
%doc README AUTHORS ChangeLog

%files -n %{libname}
%{_libdir}/girepository-1.0/GtkSpell-3.0.typelib
%{_libdir}/libgtkspell3-3.so.*

%files -n %{develname}
%doc %{_datadir}/gtk-doc/
%{_includedir}/gtkspell-3.0/
%{_libdir}/libgtkspell3-3.so
%{_libdir}/pkgconfig/gtkspell3-3.0.pc
%{_datadir}/gir-1.0/GtkSpell-3.0.gir
%{_datadir}/vala/vapi/gtkspell3-3.0.vapi
%{_datadir}/vala/vapi/gtkspell3-3.0.deps

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.6-2
+ Revision: 4f51a87
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16678 |14mr|gtkspellmm-3.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3.0
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} %{api} -d

Summary:	On-the-fly spell checking for GtkTextView widgets - C++ bindings
Name:		gtkspellmm
Version:	3.0.3
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://gtkspell.sourceforge.net/
Source0:	http://sourceforge.net/projects/gtkspell/files/gtkspellmm/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gtkmm-3.0)
BuildRequires:	pkgconfig(gtkspell3-3.0)

%description
GtkSpell provides word-processor-style highlighting and replacement of
misspelled words in a GtkTextView widget as you type. Right-clicking a
misspelled word pops up a menu of suggested replacements.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	On-the-fly spell checking for GtkTextView widgets - C++ bindings
Group:		System/Libraries

%description -n %{libname}
GtkSpell provides word-processor-style highlighting and replacement of
misspelled words in a GtkTextView widget as you type. Right-clicking a
misspelled word pops up a menu of suggested replacements.

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING NEWS README
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides header and documentation files for developing C++
applications which use GtkSpell.

%files -n %{devname}
%doc COPYING
%{_includedir}/gtkspellmm-%{api}
%{_libdir}/lib%{name}-%{api}.so
%{_libdir}/pkgconfig/gtkspellmm-%{api}.pc
%{_libdir}/gtkspellmm-%{api}
%{_datadir}/devhelp/books/gtkspellmm-%{api}
%{_datadir}/doc/gtkspellmm-%{api}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.3-2
+ Revision: 1b58688
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16679 |14mr|gtk-unico-engine-1.0.2-2.20120808bzr139
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global engine_name unico
%global revision 139
%global revision_date 20120808

Name:           gtk-unico-engine
Version:        1.0.2
Release:        2.%{revision_date}bzr%{revision}
Summary:        Unico Gtk+ theming engine
Group:          Graphical desktop/GNOME
License:        LGPLv3
URL:            https://launchpad.net/unico/
# The source for this package was pulled from upstream's VCS. Use the following
# commands to generate the tarball:
# $ bzr export -r %{revision} %{engine_name}-%{version}-bzr%{revision}.tar.xz lp:unico
Source0:        %{engine_name}-%{version}-bzr%{revision}.tar.xz
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:	gnome-common

%description
Unico is a Gtk+ engine that aims to be the more complete yet powerful theming
engine for Gtk+ 3.0 and newer. It’s the first Gtk+ engine written with Gtk+
style context APIs in mind, using CSS as first class citizen.

%prep
#setup -qn %{engine_name}-%{version}
%setup -q -n %{engine_name}-%{version}-bzr%{revision}

%build
[ -f autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
%configure2_5x \
	--disable-silent-rules \
	--disable-static

%make

%install
%makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

%files
%doc AUTHORS COPYING NEWS
%{_libdir}/gtk-3.0/3.0.0/theming-engines/lib%{engine_name}.so




%changelog
* Thu Dec 13 2012 Alexander Kazancev <kazancas@gmail.com> 1.0.2-2.20120808bzr139
+ Revision: 319bcf1
- Add gnome-common to BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16680 |14mr|gtk-vnc-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define libgvnc %mklibname gvnc %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define girgvnc %mklibname gvnc-gir %{api}
%define develname %mklibname -d %{name} %{api}
%define develgvnc %mklibname -d gvnc %{api}

%define gtk3_builddir gtk3-build
%define api3 2.0
%define libname3 %mklibname %{name} %{api3} %{major}
%define girname3 %mklibname %{name}-gir %{api3}
%define develname3 %mklibname -d %{name} %{api3}

Summary: A VNC viewer widget for GTK
Name: gtk-vnc
Version: 0.5.1
Release: 2
License: LGPLv2+
Group: System/Libraries
Url: http://gtk-vnc.sourceforge.net/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
Patch0:	gtk-vnc-0.5.0_NP_GetMIMEDescription.patch
Patch1:	gtk-vnc-0.3.10-new-xulrunner.patch

BuildRequires: intltool
BuildRequires: vala-tools
BuildRequires: gettext-devel
BuildRequires: libsasl-devel
BuildRequires: xulrunner-devel
BuildRequires: pkgconfig(gnutls)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(pygtk-2.0)
BuildRequires: pkgconfig(libview)
BuildRequires: pkgconfig(libgcrypt)

%description
gtk-vnc is a VNC viewer widget for GTK. It is built using 
coroutines allowing it to be completely asynchronous while 
remaining single threaded. It provides a core C library, and
bindings for Python (PyGTK)

%package -n %{libname}
Summary: A VNC viewer widget for GTK
Group: System/Libraries
Requires: gtk-vnc-common >= %{version}-%{release}

%description -n %{libname}
This package contains the gtk-vnc shared library for %{name}.

%package -n %{libgvnc}
Summary: A VNC viewer widget for GTK
Group: System/Libraries
Conflicts: %{_lib}gtk-vnc1.0_0 < 0.4.4-2

%description -n %{libgvnc}
This package contains the gvnc shared library for %{name}.

%package -n %{libname3}
Summary: A VNC viewer widget for GTK3
Group: System/Libraries
Requires: gtk-vnc-common >= %{version}-%{release}

%description -n %{libname3}
This package contains the gtk-vnc shared library for %{name}.

%package -n %{girname}
Summary: GObject Introspection interface library for %{name}
Group: System/Libraries
Requires: %{libname} = %{version}-%{release}
Conflicts: %{_lib}gtk-vnc1.0_0 < 0.4.4-2

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{girgvnc}
Summary: GObject Introspection interface library for %{name}
Group: System/Libraries
Requires: %{libgvnc} = %{version}-%{release}
Conflicts: %{_lib}gtk-vnc1.0_0 < 0.4.4-2

%description -n %{girgvnc}
GObject Introspection interface library for %{libgvnc}.

%package -n %{girname3}
Summary: GObject Introspection interface library for %{name}
Group: System/Libraries
Requires: %{libname3} = %{version}-%{release}

%description -n %{girname3}
GObject Introspection interface library for %{name}.

%package common
Summary: A VNC viewer widget for GTK
Group: System/Libraries

%description common
gtk-vnc is a VNC viewer widget for GTK. It is built using 
coroutines allowing it to be completely asynchronous while 
remaining single threaded. It provides a core C library, and
bindings for Python (PyGTK)

This package contains translations used by gtk-vnc

%package -n %{develname}
Summary: A VNC viewer widget for GTK
Group: Development/C
Requires: %{libname} = %{version}-%{release}
Requires: %{girname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
Provides: %{name}%{api}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the development files for %{name}.

%package -n %{develgvnc}
Summary: A VNC viewer widget for GTK
Group: Development/C
Requires: %{libgvnc} = %{version}-%{release}
Requires: %{girgvnc} = %{version}-%{release}
Provides: gvnc%{api}-devel = %{version}-%{release}
Provides: gvnc-devel = %{version}-%{release}

%description -n %{develgvnc}
This package contains the development files for %{libgvnc}.

%package -n %{develname3}
Summary: A VNC viewer widget for GTK3
Group: Development/C
Requires: %{libname3} = %{version}-%{release}
Requires: %{girname3} = %{version}-%{release}
Provides: %{name}%{api3}-devel = %{version}-%{release}

%description -n %{develname3}
This package contains the development files for %{name}.

%package -n python-%{name}
Summary: A VNC viewer widget for Python/GTK
Group:Development/Python
Requires: %{libname} = %{version}-%{release}

%description -n python-%{name}
gtk-vnc is a VNC viewer widget for GTK. It is built using 
coroutines allowing it to be completely asynchronous while 
remaining single threaded. It provides a core C library, and
bindings for Python (PyGTK)

%package -n mozilla-%{name}
Group: Networking/Remote access
Summary: A VNC viewer widget for Mozilla browsers
Requires: %{libname} >= %{version}

%description -n mozilla-%{name}
gtk-vnc is a VNC viewer widget for GTK. This is a VNC viewer plugin
for Mozilla Firefox and other browsers based on gtk-vnc.

%prep
%setup -q
%apply_patches

mkdir ../%{gtk3_builddir}
cp -a . ../%{gtk3_builddir}
mv ../%{gtk3_builddir} .

%build
%configure2_5x \
	--disable-static \
	--with-examples \
	--enable-plugin \
	--with-gtk=2.0

%make LIBS='-lgmodule-2.0 -lz'

pushd %{gtk3_builddir}
%configure2_5x \
	--disable-static \
	--with-examples \
	--disable-plugin \
	--with-gtk=3.0

%make LIBS='-lgmodule-2.0 -lz'
popd

%install
%makeinstall_std
%makeinstall_std -C %{gtk3_builddir}
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

%find_lang %{name}

%files common -f %{name}.lang

%files
%doc README NEWS AUTHORS
%{_bindir}/gvnccapture
%{_bindir}/gvncviewer
%{_mandir}/man1/gvnccapture.1*

%files -n mozilla-%{name}
%{_libdir}/mozilla/plugins/gtk-vnc-plugin.so

%files -n %{libname}
%{_libdir}/libgtk-vnc-%{api}.so.%{major}*

%files -n %{libgvnc}
%{_libdir}/libgvnc-%{api}.so.%{major}*

%files -n %{libname3}
%{_libdir}/libgtk-vnc-%{api3}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GtkVnc-%{api}.typelib

%files -n %{girgvnc}
%{_libdir}/girepository-1.0/GVnc-%{api}.typelib

%files -n %{girname3}
%{_libdir}/girepository-1.0/GtkVnc-%{api3}.typelib

%files -n %{develname}
%doc ChangeLog
%{_libdir}/libgtk-vnc-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_includedir}/gtk-vnc-%{api}
%{_datadir}/gir-1.0/GtkVnc-%{api}.gir

%files -n %{develgvnc}
%{_libdir}/libgvnc-%{api}.so
%{_libdir}/pkgconfig/gvnc-%{api}.pc
%{_includedir}/gvnc-%{api}
%{_datadir}/gir-1.0/GVnc-%{api}.gir

%files -n %{develname3}
%{_libdir}/libgtk-vnc-%{api3}.so
%{_libdir}/pkgconfig/%{name}-%{api3}.pc
%{_includedir}/gtk-vnc-%{api3}
%{_datadir}/gir-1.0/GtkVnc-%{api3}.gir
%{_datadir}/vala/vapi/*

%files -n python-%{name}
%{py_platsitedir}/gtkvnc.so

%changelog
* Wed Jul 02 2014 Tigro <ashejn@gmail.com> 0.5.1-2
+ Revision: eb722de
- added BR: pkgconfig(libgcrypt)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16681 |14mr|gtml-3.5.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	gtml
%define	version	3.5.4
%define release	11

Summary:	An html preprocessor 
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
License:	GPLv2+
URL:		http://www.lifl.fr/~beaufils/gtml/
Group:		Text tools
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
Buildarch:	noarch

%description
gtml is an HTML pre-processor which adds some extra features specially designed
for maintaining multiple Web pages. Using gtml you can create and use macros
to save typing, create a "project file" with the names of all your Web pages
to update them all with one command, give specific alias to filename to make it
is easy to move files and have links preserved, specify a tree-like hierarchy
of Web pages to have Next, Previous and Up links added automatically, include
files into all your HTML files, include a timestamp, use conditional commands 
to create different versions of the output, and generate output to different
irectories to generate different versions of your site.  
 
%prep
%setup -q 

%build

%install
rm -rf $RPM_BUILD_ROOT
install -m 755 %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%doc README src/NEWS.gtm gtml.html NEWS.html CREDITS.html  
%{_bindir}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5.4-11
+ Revision: 28f07ae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16682 |14mr|guayadeque-0.3.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Music Player with the aims to be intuitive, easy to use and fast
Name:           guayadeque
Version:        0.3.5
Release:        3
Group:          Sound
License:        GPLv2+
URL:            http://www.sourceforge.net/projects/guayadeque/
Source0:        http://www.sourceforge.net/projects/guayadeque/%{name}-%{version}.tar.bz2
BuildRequires:  cmake 
BuildRequires:  wxgtku-devel >= 2.8.10
BuildRequires:  sqlite3-devel
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  taglib-devel 
BuildRequires:  curl-devel 
BuildRequires:  libmp4v2-devel
BuildRequires:  pkgconfig(flac)
BuildRequires:  dbus-devel
BuildRequires:  libgstreamer-devel
BuildRequires:  imagemagick
BuildRequires:  pkgconfig(libgpod-1.0)
BuildRequires:	desktop-file-utils
Requires:       gstreamer0.10-plugins-base
Requires:       gstreamer0.10-plugins-good
Requires:       gstreamer0.10-plugins-ugly


%description
Guayadeque is a music management program designed for all music enthusiasts.
It is Full Featured Linux media player that can easily manage large collections
and uses the Gstreamer media framework. 
Some of Guayadeque Features

- Play mp3, ogg, flac, wma, wav, mpc, mp4, ape, ...
- Configurable cross fader engine
- Configurable Silence detector to avoid listening to silence between tracks
- Read and write tags in all supported formats
- Allow to catalog your music using labels
  Any track, artist or album can have as many labels you want
- Smart play mode that add tracks that fit your music taste
- Ability to download covers manually or automatically
- Suggest music using last.fm service
- Allow fast access to any music file by genre, artist, album, etc
- Play and Record shoutcast radios


%prep
%setup -q

%build
#remove build script conflicting with build/ folder used by cmake
rm -f ./build
%cmake
%make

%install
%makeinstall_std -C build

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-key="Encoding" \
  --dir %buildroot%{_datadir}/applications %buildroot%{_datadir}/applications/%{name}.desktop

%find_lang %{name}


%files -f %{name}.lang
%doc README changelog LICENSE
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.5-3
+ Revision: 5796983
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16683 |14mr|gucharmap-3.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	2_90
%define major	7
%define gir_major	2.90
%define libname		%mklibname %{name} %{api} %{major}
%define develname	%mklibname -d %{name}
%define girname		%mklibname %{name}-gir %{gir_major}

Summary:	A Unicode character map and font viewer
Name:		gucharmap
Version:	3.12.1
Release:	2
License:	GPLv2+
Group:		Publishing
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz
URL:		http://gucharmap.sourceforge.net/
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool, itstool
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)

%description
gucharmap is a Unicode/ISO 10646 character map and font viewer. It
supports anti-aliased, scalable truetype fonts in X, using Xft, and
works on Unix and Windows platforms.

%package -n %{libname}
Summary:	Main library for gucharmap
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with gucharmap.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Summary:	Headers for developing programs that will use gucharmap
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use gucharmap.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-gtk=3.0 \
	--enable-introspection \
	--disable-scrollkeeper 

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc README TODO
%{_bindir}/*
%{_datadir}/glib-2.0/schemas/
%{_datadir}/applications/*
%{_datadir}/appdata/gucharmap.appdata.xml

%files -n %{libname}
%{_libdir}/libgucharmap_%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gucharmap-%{gir_major}.typelib

%files -n %{develname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/gir-1.0/Gucharmap-%{gir_major}.gir

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-2
+ Revision: 3082f32
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16684 |14mr|gudev-sharp-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gudev-sharp
%define version 0.1
%define git cd3e7df
%define release 6
%define api 1.0
%define udev 146

Summary: Mono bindings for the GUdev library
Name: %{name}
Version: %{version}
Release: %{release}
# http://github.com/mono/gudev-sharp/tarball/GUDEV_SHARP_0_1
Source0: %{name}-%{version}.tar.gz
License: LGPLv2+
Group: System/Libraries
Url: http://github.com/mono/gudev-sharp

BuildArch: noarch
BuildRequires: mono-devel
BuildRequires: gtk+2-devel
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: gtk-sharp2
BuildRequires: gtk-sharp2-devel
Requires: libgudev >= %udev

%description
This is a Mono binding for GUdev based on GTk#.

%package devel
Summary: Development files for %name
Requires: %name = %version-%release
Group: Development/Other

%description devel
This is a Mono binding for GUdev based on GTk#.

%prep
%setup -q -n mono-%name-%git
./autogen.sh

%build
./configure --prefix=%_prefix --libdir=%_prefix/lib
%make

%install
rm -rf %{buildroot}
%makeinstall_std pkgconfigdir=%_datadir/pkgconfig

%files
%doc AUTHORS
%_prefix/lib/mono/%name-%api
%_prefix/lib/mono/gac/%name

%files devel
%_datadir/pkgconfig/%name-%api.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-6
+ Revision: 564d224
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16685 |14mr|guile1.8-1.8.8-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname guile

%define mver 1.8

%define major 17
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname}%{mver} -d

%define __noautoreq '/usr/bin/guile|devel\\(libguile(.*)\\)'
%define __noautoreqfiles 'libguile-srfi-srfi.*so$'

Summary:	GNU implementation of Scheme for application extensibility
Name:		guile%{mver}
Version:	1.8.8
Release:	14
License:	LGPLv2+
Group:		Development/Other
Url:		http://www.gnu.org/software/guile/guile.html
Source0:	ftp://ftp.gnu.org/pub/gnu/guile/guile-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/pub/gnu/guile/guile-%{version}.tar.gz.sig
Patch0:		guile-1.8.3-64bit-fixes.patch
Patch1:		guile-1.6.4-amd64.patch
Patch2:		guile-1.8.5-drop-ldflags-from-pkgconfig.patch
Patch3:		guile-1.8.7-testsuite.patch
Patch5:		guile-1.8.7-fix-doc.patch
Patch6:		guile-1.8.8-make-sockets.test-more-robust.patch
Patch7:		guile-1.8.8-amtests.patch
# From debian, needed to fix build with new texinfo
Patch8:		0001-Fix-texinfo-files-for-makeinfo-5.1.patch
Patch9:		0008-Fix-problems-in-guile-tut.texi-that-cause-makeinfo-t.patch
Patch10:	0009-Fix-r5rs.texi-makeinfo-failure-by-applying-changes-f.patch
BuildRequires:	chrpath
BuildRequires:	texinfo
# for srfi-19.test
BuildRequires:	timezone
BuildRequires:	gettext-devel
BuildRequires:	gmp-devel
BuildRequires:	libltdl-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
Requires(pre,post):	%{libname} = %{EVRD}
Requires(pre,post):	%{name}-runtime = %{EVRD}
Obsoletes:	%{oname} < 1.8.8-7
Conflicts:	%{oname} >= 2.0.3

%description
GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a
library implementation of the Scheme programming language, written in
C. GUILE provides a machine-independent execution platform that can
be linked in as a library during the building of extensible programs.

Install the guile package if you'd like to add extensibility to
programs that you are developing. You'll also need to install the
guile-devel package.

%files
%doc AUTHORS ChangeLog GUILE-VERSION LICENSE README THANKS
%{_bindir}/%{oname}
%{_bindir}/%{oname}-tools
%exclude %{_datadir}/%{oname}/%{mver}
%{_mandir}/man1/guile.1.*
%{_infodir}/*

#---- triggers ----#

%triggerin -- slib
# Remove files created in guile < 1.8.7-4mdv
ln -sfT ../../slib %{_datadir}/guile/%{mver}/slib

rm -f %{_datadir}/guile/%{mver}/slibcat
export SCHEME_LIBRARY_PATH=%{_datadir}/slib/

# Build SLIB catalog
for pre in \
    "(use-modules (ice-9 slib))" \
    "(load \"%{_datadir}/slib/guile.init\")"
do
    %{_bindir}/guile -c "$pre
        (set! implementation-vicinity (lambda () \"%{_datadir}/guile/%{mver}/\"))
        (require 'new-catalog)" &> /dev/null && break
    rm -f %{_datadir}/guile/%{mver}/slibcat
done
:

%triggerun -- slib
if [ "$1" = 0 -o "$2" = 0 ]; then
    rm -f %{_datadir}/guile/%{mver}/slib{,cat}
fi


#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for Guile %{version}
Group:		System/Libraries
Requires:	%{name}-runtime = %{EVRD}

%description -n %{libname}
This package contains Guile shared object libraries. Guile is the GNU
Ubiquitous Intelligent Language for Extension.

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*
%{_libdir}/lib%{oname}-srfi-srfi-13-14-v-3.so.3*
%{_libdir}/lib%{oname}-srfi-srfi-4-v-3.so.3*
%{_libdir}/lib%{oname}-srfi-srfi-1-v-3.so.3*
%{_libdir}/lib%{oname}-srfi-srfi-60-v-2.so.2*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and static library for libguile
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{name} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}%{oname}-devel < 1.8.8-7
Conflicts:	%{_lib}%{oname}-devel >= 2.0.3
Requires:	gmp-devel
Requires:	libtool-devel

%description -n %{devname}
This package contains the development headers and the static library
for libguile. C headers, aclocal macros, the `guile1.4-snarf' and
`guile-config' utilities, and static `libguile' library for Guile, the
GNU Ubiquitous Intelligent Language for Extension

%files -n %{devname}
%doc ABOUT-NLS HACKING NEWS INSTALL libguile/ChangeLog*
%{multiarch_includedir}/lib%{oname}/scmconfig.h
%{_bindir}/%{oname}-config
%{_bindir}/%{oname}-snarf
%{_datadir}/aclocal/*
%{_includedir}/lib%{oname}*
%{_includedir}/%{oname}*
%{_libdir}/lib%{oname}*.so
%exclude %{_libdir}/lib%{oname}-srfi*.so
%{_libdir}/pkgconfig/%{oname}*.pc

#----------------------------------------------------------------------------

%package runtime
Summary:	Guile runtime library
Group:		System/Libraries
Conflicts:	%{name} < 1.8.8-10

%description runtime
This package contains Scheme runtime for GUILE, including ice-9
Scheme module.

%files runtime
%{_libdir}/lib%{oname}-srfi*.so
%{_datadir}/%{oname}/%{mver}/guile-procedures.txt
%{_datadir}/%{oname}/%{mver}/ice-9/*.scm
%{_datadir}/%{oname}/%{mver}/ice-9/psyntax.*
%{_datadir}/%{oname}/%{mver}/ice-9/debugging/*.scm
%{_datadir}/%{oname}/%{mver}/ice-9/debugger/*.scm
%{_datadir}/%{oname}/%{mver}/srfi/srfi*.scm
%{_datadir}/%{oname}/%{mver}/scripts/*
%{_datadir}/%{oname}/%{mver}/slib
%{_datadir}/%{oname}/%{mver}/slibcat
%{_datadir}/%{oname}/%{mver}/lang/elisp/*
%{_datadir}/%{oname}/%{mver}/oop/goops.scm
%{_datadir}/%{oname}/%{mver}/oop/goops/*.scm

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1 -b .64bit-fixes
%patch1 -p1 -b .amd64
%patch2 -p0 -b .pkgconfig
%patch3 -p1 -b .testsuite

%patch5 -p1 -b .doc
%patch6 -p1 -b .robust
%patch7 -p0 -b .amtests

%patch8 -p1
%patch9 -p1
%patch10 -p1

%build
autoreconf -vfi
%configure2_5x \
    --disable-error-on-warning \
    --disable-rpath \
    --enable-dynamic-linking \
    --with-threads \
    --disable-static

chmod +x scripts/snarf-check-and-output-texi

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/%{oname}/site

%multiarch_includes %{buildroot}%{_includedir}/lib%{oname}/scmconfig.h

chrpath -d %{buildroot}{%{_bindir}/%{oname},%{_libdir}/*.so.*.*.*}

# create ghost file for packaging
touch %{buildroot}%{_datadir}/%{oname}/%{mver}/slib %{buildroot}%{_datadir}/%{oname}/%{mver}/slibcat


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.8-14
+ Revision: f565dbb
- Drop tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16686 |14mr|guile-2.0.11-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 22
%define api 2.0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

%define rlmajor 18
%define rlapi 18
%define rllibname %mklibname %{name}readline %{rlapi} %{rlmajor}

Summary:	GNU implementation of Scheme for application extensibility
Name:		guile
Version:	2.0.11
Release:	5
License:	LGPLv2+
Group:		Development/Other
Url:		http://www.gnu.org/software/guile/guile.html
Source0:	ftp://ftp.gnu.org/pub/gnu/guile/%{name}-%{version}.tar.xz
Source1:	ftp://ftp.gnu.org/pub/gnu/guile/%{name}-%{version}.tar.xz.sig
Patch0:		guile-2.0.7-64bit-fixes.patch
Patch1:		guile-2.0.7-drop-ldflags-from-pkgconfig.patch
Patch3:		guile-2.0.7-turn-off-gc-test.patch
Patch4:		guile-2.0.3-mktemp.patch

BuildRequires:	chrpath
BuildRequires:	libunistring-devel
BuildRequires:	texinfo
# for srfi-19.test
BuildRequires:	timezone
BuildRequires:	gettext-devel
BuildRequires:	gmp-devel
BuildRequires:	libtool-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(bdw-gc)

%description
GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a
library implementation of the Scheme programming language, written in
C. GUILE provides a machine-independent execution platform that can
be linked in as a library during the building of extensible programs.

Install the guile package if you'd like to add extensibility to
programs that you are developing. You'll also need to install the
guile-devel package.

%files
%doc AUTHORS ChangeLog GUILE-VERSION LICENSE README THANKS
%{_bindir}/%{name}
%{_bindir}/%{name}-tools
%{_bindir}/guild
%{_libdir}/%{name}
%exclude %{_libdir}/%{name}/%{api}
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/%{api}
%{_mandir}/man1/guile.1.*
%{_infodir}/*

%triggerin -- slib
ln -sfT ../../slib %{_datadir}/guile/%{api}/slib

rm -f %{_datadir}/guile/%{mver}/slibcat
export SCHEME_LIBRARY_PATH=%{_datadir}/slib/

# Build SLIB catalog
for pre in \
    "(use-modules (ice-9 slib))" \
    "(load \"%{_datadir}/slib/guile.init\")"
do
    %{_bindir}/guile -c "$pre
        (set! implementation-vicinity (lambda () \"%{_datadir}/guile/%{api}/\"))
        (require 'new-catalog)" &> /dev/null && break
    rm -f %{_datadir}/guile/%{api}/slibcat
done
:

%triggerun -- slib
if [ "$1" = 0 -o "$2" = 0 ]; then
    rm -f %{_datadir}/guile/%{api}/slib{,cat}
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for Guile %{version}
Group:		System/Libraries
Requires:	%{name}-runtime = %{EVRD}

%description -n %{libname}
This package contains Guile shared object libraries.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{rllibname}
Summary:	Libraries for Guile %{version}
Group:		System/Libraries

%description -n %{rllibname}
This package contains Guile shared object libraries.

%files -n %{rllibname}
%{_libdir}/lib%{name}readline-v-%{rlapi}.so.%{rlmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and static library for libguile
Group:		Development/C
Requires:	%{name} >= %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{rllibname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development headers and the static library
for libguile. C headers, aclocal macros, the `guile1.4-snarf' and
`guile-config' utilities, and static `libguile' library for Guile, the
GNU Ubiquitous Intelligent Language for Extension

%files -n %{devname}
%doc HACKING NEWS libguile/ChangeLog*
%{_bindir}/%{name}-config
%{_bindir}/%{name}-snarf
%{_datadir}/aclocal/*
%{_includedir}/%{name}
%{_libdir}/lib%{name}-%{api}.so
%{_libdir}/lib%{name}readline-v-%{rlapi}.so
%{_libdir}/pkgconfig/%{name}*.pc
%{_datadir}/gdb/auto-load%{_libdir}/libguile*.scm

#----------------------------------------------------------------------------

%package runtime
Summary:	Guile runtime library
Group:		System/Libraries
Conflicts:	%{name} < 2.0.5-1

%description runtime
This package contains Scheme runtime for GUILE, including ice-9
Scheme module.

%files runtime
%{_libdir}/%{name}/%{api}/*
%{_datadir}/%{name}/%{api}/*.scm
%{_datadir}/%{name}/%{api}/*.txt
%{_datadir}/%{name}/%{api}/ice-9/*
%{_datadir}/%{name}/%{api}/language/*
%{_datadir}/%{name}/%{api}/oop/*
%{_datadir}/%{name}/%{api}/rnrs/*
%{_datadir}/%{name}/%{api}/scripts/*
%{_datadir}/%{name}/%{api}/srfi/*
%{_datadir}/%{name}/%{api}/sxml/*
%{_datadir}/%{name}/%{api}/system/*
%{_datadir}/%{name}/%{api}/texinfo/*
%{_datadir}/%{name}/%{api}/web/*
%ghost %{_datadir}/%{name}/%{api}/slibcat
%ghost %{_datadir}/%{name}/%{api}/slib

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -vfi

#fix encodings
for i in libguile/ChangeLog*; do
	mv $i $i.old
	iconv -f ISO8859-1 -t UTF-8 $i.old -o $i
done

%build
%configure2_5x \
	--disable-error-on-warning \
	--disable-rpath \
	--disable-static \
	--with-threads \
	--with-pic

%make

%install
%makeinstall_std

#remove rpath
chrpath -d %{buildroot}%{_bindir}/%{name}

#for ghost files
touch %{buildroot}%{_datadir}/%{name}/%{api}/slibcat
touch %{buildroot}%{_datadir}/%{name}/%{api}/slib

mkdir -p %{buildroot}/%{_datadir}/gdb/auto-load%{_libdir}
mv -f %{buildroot}%{_libdir}/libguile-*gdb.scm %{buildroot}%{_datadir}/gdb/auto-load%{_libdir}

#slib needs this
mkdir -p %{buildroot}%{_datadir}/guile/site


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.11-5
+ Revision: 1974e79
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16687 |14mr|gupnp-0.20.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 1.0
%define major 4
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name} -d

Summary:	Object-oriented framework for creating UPnP devices and control points
Name:		gupnp
Version:	0.20.12
Release:	2
License:	GPLv2+
Group:		Development/Other
Url:		http://www.gupnp.org/sources/gupnp/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gupnp/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(gssdp-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	vala-tools

%description
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for gupnp
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with gupnp.

%files -n %{libname}
%{_libdir}/*%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Conflicts:	%{_lib}gupnp1.0_4 < 0.20.5

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/GUPnP-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use gupnp
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use gupnp

%files -n %{devname}
%doc AUTHORS README NEWS
%{_libdir}/pkgconfig/gupnp*.pc
%{_includedir}/gupnp-1.0/lib%{name}/*.h
%{_libdir}/*.so
%{_datadir}/gtk-doc/html/*
%{_bindir}/gupnp-binding-tool
%{_datadir}/gir-1.0/GUPnP-1.0.gir
%{_datadir}/vala/vapi/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.20.12-2
+ Revision: 082b53d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16688 |14mr|gupnp-av-0.12.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 1.0
%define major 2
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name} -d

Summary:	A collection of helpers for building UPnP AV applications
Name:		gupnp-av
Version:	0.12.5
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gupnp.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(gupnp-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	vala-tools

%description
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible.

GUPnP-AV is a collection of helpers for building AV (audio/video)
applications using GUPnP.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A collection of helpers for building UPnP AV applications
Group:		System/Libraries

%description -n %{libname}
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible.

GUPnP-AV is a collection of helpers for building AV (audio/video) 
applications using GUPnP.

%files -n %{libname}
%{_libdir}/libgupnp-av-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/GUPnPAV-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development package for gupnp-av
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Files for development with gupnp-av.

%files -n %{devname}
%doc AUTHORS COPYING README
%{_datadir}/gtk-doc/html/gupnp-av/
%{_includedir}/gupnp-av-%{api}
%{_libdir}/pkgconfig/gupnp-av-%{api}.pc
%{_libdir}/libgupnp-av-%{api}.so
%{_datadir}/gir-1.0/GUPnPAV-%{api}.gir
%{_datadir}/%{name}
%{_datadir}/vala/vapi/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x --disable-static
%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12.5-2
+ Revision: c488a3a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16689 |14mr|gupnp-dlna-0.10.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)

%define api		2.0
%define major		3
%define girmajor	2.0
%define libname		%mklibname %{name} %{api} %{major}
%define libgst		%mklibname %{name}-gst %{api} %{major}
%define girname		%mklibname %{name}-gir %{girmajor}
%define girgst		%mklibname %{name}-gst-gir %{girmajor}
%define devname		%mklibname -d %{name}

Summary:	A collection of helpers for building UPnP dlna applications
Name:		gupnp-dlna
Version:	0.10.2
Release:	2
Group:		System/Libraries
License:	LGPLv2+
Url:		http://www.gupnp.org/
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(libxml-2.0) >= 2.5.0
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	gtk-doc
BuildRequires:	vala-tools >= 0.18.0

%description
GUPnP is an object-oriented open source framework for creating UPnP devices and
control points, written in C using GObject and libsoup. The GUPnP API is
intended to be easy to use, efficient and flexible.

GUPnP DLNA is a small utility library that aims to ease the
DLNA-related tasks such as media profile guessing, transcoding to
a given profile, etc.

%files
%{_bindir}/%{name}-*
%{_datadir}/%{name}-%{api}
%{_libdir}/%{name}/libgstreamer.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A collection of helpers for building UPnP DLNA applications
Group:		System/Libraries

%description -n %{libname}
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible.

GUPnP DLNA is a small utility library that aims to ease the
DLNA-related tasks such as media profile guessing, transcoding to
a given profile, etc.

%files -n %{libname}
%doc AUTHORS COPYING README
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgst}
Summary:	A collection of helpers for building UPnP DLNA applications
Group:		System/Libraries

%description -n %{libgst}
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible.

GUPnP DLNA is a small utility library that aims to ease the
DLNA-related tasks such as media profile guessing, transcoding to
a given profile, etc.

%files -n %{libgst}
%doc AUTHORS COPYING README
%{_libdir}/lib%{name}-gst-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development package for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libgst} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Files for development with %{name}.

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/%{name}
%doc %{_datadir}/gtk-doc/html/%{name}-metadata
%doc %{_datadir}/gtk-doc/html/%{name}-gst
%{_includedir}/*
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/pkgconfig/%{name}-gst-%{api}.pc
%{_libdir}/pkgconfig/%{name}-metadata-2.0.pc
%{_libdir}/lib%{name}-%{api}.so
%{_libdir}/lib%{name}-gst-%{api}.so
%{_datadir}/vala/vapi/*
%{_datadir}/gir-1.0/GUPnPDLNA-%{girmajor}.gir
%{_datadir}/gir-1.0/GUPnPDLNAGst-%{girmajor}.gir

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/GUPnPDLNA-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{girgst}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libgst} = %{EVRD}

%description -n %{girgst}
GObject Introspection interface description for %{name}.

%files -n %{girgst}
%{_libdir}/girepository-1.0/GUPnPDLNAGst-%{girmajor}.typelib

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.2-2
+ Revision: 83a6432
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16690 |14mr|gupnp-igd-0.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api	1.0
%define major	4
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname -d %{name}

Summary:	Handle Internet Gateway Device port mappings
Name:		gupnp-igd
Version:	0.2.2
Release:	2
Group:		System/Libraries
License:	LGPLv2+
Url:		http://www.gupnp.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gupnp-igd/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		gupnp-igd-0.2.2-underlinking.patch

BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gupnp-1.0) >= 0.18
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(pygobject-2.0)

%description
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible.

GUPnP-Igd is a library that handle Internet Gateway Device port mappings.

%package -n %{libname}
Summary:	Handle Internet Gateway Device port mappings
Group:		System/Libraries

%description -n %{libname}
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible.

GUPnP-Igd is a library that handle Internet Gateway Device port mappings.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}gupnp-igd1.0_4 < 0.2.2-1

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Development package for gupnp-igd
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Files for development with gupnp-igd.

%package -n python-%{name}
Summary:	Python bindings for %{name}
Group:		Development/Python
Requires:	%{libname} = %{version}-%{release}
BuildRequires:	python-devel

%description -n python-%{name}
Python bindings for %{name}.

%prep
%setup -q
%apply_patches

#aclocal
#automake -a

%build
autoreconf -fiv
%configure2_5x --disable-static
%make LIBS='-lpython2.7'

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libgupnp-igd-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GUPnPIgd-%{api}.typelib

%files -n %{devname}
%doc AUTHORS COPYING README
%{_datadir}/gtk-doc/html/gupnp-igd/
%{_includedir}/gupnp-igd-%{api}
%{_libdir}/pkgconfig/gupnp-igd-%{api}.pc
%{_libdir}/libgupnp-igd-%{api}.so
%{_datadir}/gir-1.0/GUPnPIgd-%{api}.gir

%files -n python-%{name}
%{python_sitearch}/gupnp


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.2-2
+ Revision: d4d91f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16691 |14mr|gutenprint-5.2.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 5.2.9
%define driverversion 5.2
%define extraversion %nil
#define extraversion -rc3
%define gutenprintmajor 2
%define libgutenprint %mklibname gutenprint %{gutenprintmajor}
%define gutenprintui2major 1
%define libgutenprintui2 %mklibname gutenprintui2_ %{gutenprintui2major}

%define corposerver %(perl -e 'print ("%release" =~ /mlcs/ ? 1 : 0)')

%define cups_serverbin %{_exec_prefix}/lib/cups

%if %{corposerver}
%define gimpplugin 0
%else
%define gimpplugin 1
%endif

%define debug 0

##### RPM PROBLEM WORKAROUNDS

# Suppress automatically generated Requires for Perl libraries.
#define _requires_exceptions perl\(.*\)

#define _unpackaged_files_terminate_build	0 
#define _missing_doc_files_terminate_build	0
%define _disable_ld_no_undefined 1

Summary:	Photo-quality printer drivers primarily for inkjet printers
Name:		gutenprint
Version:	%{version}
Release:	3
License:	GPLv2+
Group:		Publishing
URL:		http://gimp-print.sourceforge.net/

##### GENERAL BUILDREQUIRES

BuildRequires:	autoconf2.5
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	foomatic-db
BuildRequires:	foomatic-db-engine
#BuildRequires:	glib-devel
BuildRequires:	cups-devel >= 1.2.0
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	libijs-devel
BuildRequires:	jpeg-static-devel
BuildRequires:	libtiff-devel
BuildRequires:	chrpath

%if %{gimpplugin}
BuildRequires:	gimp-devel
%endif

# Only needed when building Gutenprint from a CVS snapshot
#BuildRequires: tetex-latex imagemagick docbook-utils sgml-tools

##### GIMP PRINT SOURCE
Source0:	http://downloads.sourceforge.net/project/gimp-print/%{name}-%{driverversion}/%{version}/%{name}-%{version}%{extraversion}.tar.bz2

##### GIMP PRINT PATCHES
Patch1:		gutenprint-5.0.1-menu.patch
Patch2:		gutenprint-5.2.7-fix-brother-hl-2030-support.patch
Patch3:		gutenprint-5.2.3-default-a4.patch

##### PACKAGE DESCRIPTIONS

%package -n %{libgutenprint}
Summary:	Shared library for high-quality image printing
Group:		Publishing
Provides:	libgutenprint = %{version}-%{release}

%package -n %{libgutenprint}-devel
Summary:	Headers and links for compiling against libgutenprint
Group:		Development/C
Requires:	%{libgutenprint} >= %{version}-%{release}
Requires:	multiarch-utils
Provides:	libgutenprint-devel = %{version}-%{release}
Provides:	gutenprint-devel = %{version}-%{release}

%package -n %{libgutenprintui2}
Summary:	Shared library for Gutenprint GUI with GTK 2.x
Group:		Publishing
Provides:	libgutenprintui2 = %{version}-%{release}

%package -n %{libgutenprintui2}-devel
Summary:	Headers and links for compiling against libgutenprintui2
Group:		Development/C
Requires:	%{libgutenprintui2} >= %{version}-%{release}
Requires:	multiarch-utils
Provides:	libgutenprintui2-devel = %{version}-%{release}

%package common
Summary: Documentation, samples and translations of Gutenprint
Obsoletes:	gimpprint-common
Provides:	gimpprint-common
Group:		Publishing

%package cups
Summary: Special CUPS printer driver of Gutenprint
Requires:	cups >= 1.1
Requires:	gutenprint-common >= %{version}-%{release}
Conflicts:	cups-drivers <= 10.1
%ifarch x86_64
Conflicts:	cups < 1.2.0-0.5361.0mdk
%endif
Obsoletes:	gimpprint-cups
Provides:	gimpprint-cups
Group:		Publishing

%package ijs
Summary: Gutenprint IJS plugin for GhostScript
Requires:	ghostscript >= 7.05
Requires:	gutenprint-common >= %{version}-%{release}
Conflicts:	printer-filters <= 10.1
Obsoletes:	gimpprint-ijs
Provides:	gimpprint-ijs
Group:		Publishing

%package foomatic
Summary: Foomatic data for Gutenprint IJS plugin for GhostScript
Requires:	foomatic-db, foomatic-db-engine
Obsoletes:	gimpprint-foomatic
Provides:	gimpprint-foomatic
Group:		Publishing

%package escputil
Summary: Gutenprint ink level monitor and printer maintenance tool
Requires:	gutenprint-common >= %{version}-%{release}
Conflicts:	printer-utils <= 10.1
Obsoletes:	gimpprint-escputil
Provides:	gimpprint-escputil
Group:		Publishing

%if %{gimpplugin}
%package gimp2
Summary:	Gutenprint plugin for high-quality image printing
Group:		Publishing
Requires:	gimp >= 2.2.7-2mdk
Requires:	gutenprint-common >= %{version}-%{release}
Conflicts:	gimp < 2.2.7-2mdk
Obsoletes:	gimpprint-gimp2
Provides:	gimpprint-gimp2
%endif

##### DESCRIPTION TEXTS

%description
Gutenprint is a high quality printer driver suite for photo-quality
printing on inkjet printers, especially Epson. There are also some
Canon, HP, and Lexmark inkjets (older models) and PCL bw laser
printers supported (PCL 5e and earlier). If your printer is supported
by Gutenprint and not an HP printer supported by HPIJS, this is the
best choice of a free software printer driver.

Keep in mind that the leader of this project is hobby photographer and
wanted to get his 6-ink Epson Stylus Photo EX working in its best
quality without necessity of proprietary software.

%description -n %{libgutenprint}
This is a high-quality printing library used by the Gutenprint plugin,
the Gutenprint IJS color/photo inkjet/laser driver for GhostScript,
and by specialized CUPS drivers.

%description -n %{libgutenprint}-devel
These are the links and header files to compile applications which
should use the libgutenprint library.

%description -n %{libgutenprintui2}
This is a GTK-2.x-based GUI library to create dialogs to control
the Gutenprint printer drivers.

%description -n %{libgutenprintui2}-devel
These are the links and header files to compile applications which
should use the libgutenprintui2 library.

%description common
Documentation, sample files, and translations of Gutenprint.

%description cups
This package contains a special Gutenprint printer driver to be used
with CUPS (and without GhostScript) and also the appropriate PPD files
to set up print queues with this driver.

With the Gutenprint CUPS drivers you can do a colour caibration. Use
the program "cups-calibrate" to perform it.

%description ijs
This package contains a Gutenprint plugin for GhostScripts IJS
interface. This gives access to the high printing quality of
Gutenprint with every GhostScript version containing the IJS
interface. Install also the gutenprint-foomatic package for easy setup
of print queues with arbitrary printing systems.

%description foomatic
Foomatic data for the Gutenprint IJS plug-in for GhostScript. You need
this package to set up print queues with printerdrake, KDE Printing
Manager, or directly with Foomatic.

%description escputil
This is a command line tool to query ink levels and to maintain
Epson's inkjet printers. It allows ink level query, head alignment,
nozzle checking, and nozzle cleaning. If you want a graphical
interface, use mtink instead.

%if %{gimpplugin}
%description gimp2
This is a plug-in for the GIMP, which allows printing of images and
photos in very high quality on many modern inkjet printers and also
some lasers. Especially on Epson Stylus printers the quality which one
gets under proprietary operating systems is reached, due to Epson
publishing the protocols of their printers, but other brands of
printers give very high qualities, too. It can also output PostScript
to be able to print out of the GIMP on any printer.
%endif


%prep
# unpack main sources
%setup -q -n gutenprint-%{version}%{extraversion}
%patch1 -p1 -b .menu
%patch2 -p0 -b .bro
%patch3 -p1 -b .a4

%build
# Change compiler flags for debugging when in debug mode
%if %debug
export DONT_STRIP=1
export CFLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export CXXFLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export RPM_OPT_FLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
%endif

# "autogen.sh" needed for the case when Gutenprint
# driver is from CVS (see its README) or if build system is patched.
#export NOCONFIGURE=1; ./autogen.sh

# Build with all pipes and whistles: GIMP, GhostScript, CUPS, IJS, Foomatic,
# but without translated PPD files (does not work)
# Use IJS library provided by this package

%if %debug
%define enabledebug --enable-debug
%else
%define enabledebug %nil
%endif

%if %{gimpplugin}
%define enablegimpplugin --without-gimp --with-gimp2
%else
%define enablegimpplugin --without-gimp --without-gimp2
%endif

%configure2_5x \
	--enable-shared \
	--disable-rpath \
	--disable-libgutenprintui \
	--enable-libgutenprintui2 \
	%enablegimpplugin \
	--with-cups \
	--enable-cups-level3-ppds \
	--enable-simplified-cups-ppds \
	--disable-static-genppd \
	--disable-translated-cups-ppds \
	--with-ijs \
	--with-foomatic \
	--with-foomatic3 \
	%enabledebug

# Compile Gutenprint
%make


%install
# Change compiler flags for debugging when in debug mode
%if %debug
export DONT_STRIP=1
export CFLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export CXXFLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export RPM_OPT_FLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
%endif

make DESTDIR=%{buildroot} install

# Remove /usr/share/foomatic/kitload.log
rm -f %{buildroot}%{_datadir}/foomatic/kitload.log

# Remove "canon" and "epson" CUPS backends
rm -f %{buildroot}%{_prefix}/lib*/cups/backend/canon
rm -f %{buildroot}%{_prefix}/lib*/cups/backend/epson

# Remove a GTK-1.x file which is installed even when GTK-1.x support
# is disabled (Gutenprint bug)
rm -f %{buildroot}%{_libdir}/pkgconfig/gutenprintui.pc

rm -rf  %{buildroot}%{_libdir}/*.la

# Fix up rpath.
for file in \
  %{buildroot}%{_sbindir}/cups-genppd.5.2 \
  %{buildroot}%{_libdir}/gimp/*/plug-ins/* \
  %{buildroot}%{_libdir}/*.so.* \
  %{buildroot}%{cups_serverbin}/driver/* \
  %{buildroot}%{cups_serverbin}/filter/* \
  %{buildroot}%{_bindir}/*
do
  chrpath --delete ${file}
done


# Translation files of Gutenprint
find %{buildroot} -regex ".*/gutenprint.*.[mp]o" | sed -e "s@^%{buildroot}@@" > gutenprint.lang

# Multiarch setup
#multiarch_binaries % buildroot % {_bindir}/gutenprint-config


##### FILES

%files -n %{libgutenprint}
%{_libdir}/libgutenprint.so.*
%dir %{_libdir}/gutenprint/*
#dir % {_libdir}/gutenprint/*/modules
#{_libdir}/gutenprint/*/modules/*.so

%files -n %{libgutenprint}-devel
%{_libdir}/libgutenprint.so
%{_libdir}/libgutenprint.a
#{_libdir}/gutenprint/*/modules/*.so
#{_libdir}/gutenprint/*/modules/*.la
#{_libdir}/gutenprint/*/modules/*.a
%{_libdir}/pkgconfig/gutenprint.pc
%{_includedir}/gutenprint

%files -n %{libgutenprintui2}
%{_libdir}/libgutenprintui2.so.*

%files -n %{libgutenprintui2}-devel
%{_libdir}/libgutenprintui2.so
%{_libdir}/libgutenprintui2.a
%{_libdir}/pkgconfig/gutenprintui2.pc
%{_includedir}/gutenprintui2

%files common -f gutenprint.lang
%doc ABOUT-NLS AUTHORS NEWS README
%{_bindir}/testpattern
%{_datadir}/gutenprint
%dir %{_libdir}/gutenprint

%files cups
%{_mandir}/man8/cups-*
%{_bindir}/cups-*
%{_sbindir}/cups-*
#% {_datadir}/cups/model/*
%{_datadir}/cups/calibrate.ppm
#attr(0755,root,root) % {_prefix}/lib*/cups/backend/*
%attr(0755,root,root) %{_prefix}/lib*/cups/driver/gutenprint.%{driverversion}
%attr(0755,root,root) %{_prefix}/lib*/cups/filter/*
%config(noreplace) %{_sysconfdir}/cups/command.*

%files ijs
%{_mandir}/man1/ijsgutenprint.1*
%{_bindir}/ijsgutenprint*

%files foomatic
%_datadir/foomatic/db/*/*/*.xml

%files escputil
%{_mandir}/man1/escputil*
%attr(0755,lp,sys) %{_bindir}/escputil

%if %{gimpplugin}
%files gimp2
%defattr(-,root,root)
%{_libdir}/gimp/2.0/plug-ins/gutenprint
%endif

%post cups
# Restart the CUPS daemon when it is running, but do not start it when it
# is not running. The restart of the CUPS daemon updates the CUPS-internal
# PPD index
/sbin/service cups condrestart || :
# Update print queues with Gutenprint CUPS driver
/usr/sbin/cups-genppdupdate > /dev/null 2>/dev/null || :

%post foomatic
# Update print queues with Gimp-Print/Gutenprint IJS driver
ls /etc/cups/ppd/*.ppd > /dev/null 2>&1 && \
for f in /etc/cups/ppd/*.ppd; do \
	queue=`basename ${f%%.ppd}`; \
	egrep -q '\*FoomaticIDs.*(gimp-print|gutenprint)' $f && \
		foomatic-configure -n $queue -f \
			-d gutenprint-ijs.%{driverversion} \
			>/dev/null 2>&1 || :; \
done
exit 0

%postun cups
# Restart the CUPS daemon when it is running, but do not start it when it
# is not running. The restart of the CUPS daemon updates the CUPS-internal
# PPD index
# Do not restart on upgrades, as it is already restarted by post section.
if [ $1 -eq 1 ]; then
	/sbin/service cups condrestart || :
fi


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.2.9-3
+ Revision: f52b3b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16692 |14mr|gv-3.7.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gv
Version:	3.7.1
Release:	8
Summary:	An enhanced front-end for the ghostscript PostScript(TM) interpreter
License:	GPL
Group:		Publishing
URL:		http://www.gnu.org/software/gv/
# old source: ftp://thep.physik.uni-mainz.de/pub/gv/unix/%{name}-%{version}.tar.bz2
Source0:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig
Source11:	%{name}.png
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(x11)
BuildRequires:	Xaw3d-devel
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	texinfo
Obsoletes:	ghostview
Provides:	ghostview
Requires:	ghostscript-module-X
Patch0:		gv-3.7.1-translation.patch
Patch1:		gv-3.6.3-gvuncompress.patch

%description
Gv provides a user interface for the ghostscript PostScript(TM)
interpreter.  Derived from the ghostview program, gv can display
PostScript and PDF documents using the X Window System.

Install the gv package if you'd like to view PostScript and PDF documents
on your system.  You'll also need to have the ghostscript package
installed, as well as the X Window System.

%prep
%setup -q
%patch0 -p1 -b .gvuncompress
%patch1 -p1 -b .gvuncompress

%build
# force regeneration of file
rm -f src/gv_intern_res_unix.dat

%configure2_5x \
	--with-scratch-dir=~/tmp/ \
	--enable-scrollbar-code
%make

%install
%makeinstall_std
install -m 0755 gvuncompress %{buildroot}%{_bindir}/gvuncompress

# icons
mkdir -p %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir}
install -m644 %{SOURCE11} -D %{buildroot}%{_liconsdir}/gv.png
convert -geometry 32x32 %{SOURCE11} %{buildroot}%{_iconsdir}/gv.png
convert -geometry 16x16 %{SOURCE11} %{buildroot}%{_miconsdir}/gv.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=gv
Comment=Viewer for Postscript and PDF files
Exec=%{_bindir}/gv %f
Icon=gv
Terminal=false
Type=Application
Categories=Office;Viewer;
EOF


%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_infodir}/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.7.1-8
+ Revision: 11a6e72
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16693 |14mr|gvfs-1.21.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}
%define gioname gio2.0

%define enable_gphoto2 1

%define Werror_cflags %nil

Summary:	Glib VFS library

Name:		gvfs
Version:	1.21.2
Release:	4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org:21/pub/GNOME/sources/gvfs/1.21/%{name}-%{version}.tar.xz
#gw from Ubuntu, fix music player detection
# https://bugs.freedesktop.org/show_bug.cgi?id=24500
Patch0:		gvfs-music-player-mimetype.patch

BuildRequires:	intltool
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl
BuildRequires:	cdda-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(glib-2.0) >= 2.31.0
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gmodule-no-export-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(gudev-1.0) >= 186
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libsoup-gnome-2.4) >= 2.26.0
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(openobex)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(udisks2)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(bluez) >= 4.0
%if %{enable_gphoto2}
BuildRequires:	pkgconfig(libgphoto2)
%endif
BuildRequires:	pkgconfig(libimobiledevice-1.0) >= 1.1.0
BuildRequires:	pkgconfig(libplist) >= 0.15

Requires(post,postun):	%{gioname} >= 2.23.4-2
Requires:	udisks2
Requires:	%{name}-mtp
Suggests:	%{name}-fuse
Suggests:	%{name}-smb
Suggests:	%{name}-archive
Suggests:	%{name}-iphone
%if %{enable_gphoto2}
Suggests:	%{name}-gphoto2
%endif
Conflicts:	%{libname} < 1.6.7-4
Conflicts:	%{name}-gphoto2 <= 1.13.2-2

%description
This is a Virtual File System library based on gio and Glib.

%files -f gvfs.lang
%{_datadir}/bash-completion/completions/gvfs
%{_bindir}/gvfs-*
%{_libdir}/gio/modules/libgioremote-volume-monitor.so
%{_libdir}/gio/modules/libgvfsdbus.so
%{_libexecdir}/gvfsd
%{_libexecdir}/gvfsd-afp
%{_libexecdir}/gvfsd-afp-browse
%{_libexecdir}/gvfsd-burn
%{_libexecdir}/gvfsd-cdda
%{_libexecdir}/gvfsd-computer
%{_libexecdir}/gvfsd-dav
%{_libexecdir}/gvfsd-dnssd
%{_libexecdir}/gvfsd-ftp
%{_libexecdir}/gvfsd-http
%{_libexecdir}/gvfsd-localtest
%{_libexecdir}/gvfsd-metadata
%{_libexecdir}/gvfsd-network
%{_libexecdir}/gvfsd-recent
%{_libexecdir}/gvfsd-sftp
%{_libexecdir}/gvfsd-trash
%{_libdir}/gvfs-udisks2-volume-monitor
%{_prefix}/lib/tmpfiles.d/gvfsd-fuse-tmpfiles.conf
%{_datadir}/dbus-1/services/gvfs-daemon.service
%{_datadir}/dbus-1/services/gvfs-metadata.service
%{_datadir}/dbus-1/services/org.gtk.Private.UDisks2VolumeMonitor.service
%dir %{_datadir}/gvfs
%dir %{_datadir}/gvfs/mounts
%dir %{_datadir}/gvfs/remote-volume-monitors
%{_datadir}/gvfs/mounts/afp-browse.mount
%{_datadir}/gvfs/mounts/afp.mount
%{_datadir}/gvfs/mounts/burn.mount
%{_datadir}/gvfs/mounts/cdda.mount
%{_datadir}/gvfs/mounts/computer.mount
%{_datadir}/gvfs/mounts/dav.mount
%{_datadir}/gvfs/mounts/dav+sd.mount
%{_datadir}/gvfs/mounts/dns-sd.mount
%{_datadir}/gvfs/mounts/ftp.mount
%{_datadir}/gvfs/mounts/http.mount
%{_datadir}/gvfs/mounts/localtest.mount
%{_datadir}/gvfs/mounts/network.mount
%{_datadir}/gvfs/mounts/recent.mount
%{_datadir}/gvfs/mounts/sftp.mount
%{_datadir}/gvfs/mounts/trash.mount
%{_datadir}/GConf/gsettings/gvfs-dns-sd.convert
%{_datadir}/glib-2.0/schemas/org.gnome.system.dns_sd.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.system.gvfs.enums.xml
%{_datadir}/gvfs/remote-volume-monitors/udisks2.monitor
%{_mandir}/man1/gvfs-*
%{_mandir}/man1/gvfsd.*
%{_mandir}/man1/gvfsd-metadata.*
%{_mandir}/man7/gvfs.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Glib VFS library

Group:		System/Libraries

%description -n %{libname}
This is a Virtual File System library based on gio and Glib.

%files -n %{libname}
%{_libdir}/gvfs/libgvfs*.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Glib VFS Library - development files

Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This is a Virtual File System library based on gio and Glib.

%files -n %{devname}
%doc NEWS ChangeLog AUTHORS TODO
%{_includedir}/gvfs-client

#----------------------------------------------------------------------------

%package fuse
Summary:	FUSE support for gvfs

Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	fuse

%description fuse
This package provides support for applications not using gio
to access the gvfs filesystems.

%files fuse
%{_libexecdir}/gvfsd-fuse
%{_mandir}/man1/gvfsd-fuse.*

#----------------------------------------------------------------------------

%package iphone
Summary:       Iphone support for gvfs

Group:         System/Libraries
Requires:      %{name} = %{EVRD}

%description iphone
This package provides support for reading and writing files on
the iPhone and the iPod TouchP to applications using gvfs.

%files iphone
%{_libexecdir}/gvfs-afc-volume-monitor
%{_libexecdir}/gvfsd-afc
%{_datadir}/dbus-1/services/org.gtk.Private.AfcVolumeMonitor.service
%{_datadir}/gvfs/mounts/afc.mount
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor

#----------------------------------------------------------------------------

%package smb
Summary:	Windows fileshare support for gvfs

Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description smb
This package provides support for reading and writing files on windows
shares (smb) to applications using gvfs.

%files smb
%{_libexecdir}/gvfsd-smb
%{_libexecdir}/gvfsd-smb-browse
%{_datadir}/gvfs/mounts/smb-browse.mount
%{_datadir}/gvfs/mounts/smb.mount
%{_datadir}/GConf/gsettings/gvfs-smb.convert
%{_datadir}/glib-2.0/schemas/org.gnome.system.smb.gschema.xml

#----------------------------------------------------------------------------

%package mtp
Summary:	Support MTP media players

Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description mtp
This package provides support for reading and writing files on MTP
media players.

%files mtp
%{_libexecdir}/gvfs-mtp-volume-monitor
%{_libexecdir}/gvfsd-mtp
%{_datadir}/dbus-1/services/org.gtk.Private.MTPVolumeMonitor.service
%{_datadir}/gvfs/mounts/mtp.mount
%{_datadir}/gvfs/remote-volume-monitors/mtp.monitor

#----------------------------------------------------------------------------

%package archive
Summary:	Archiving support for gvfs

Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description archive
This package provides support for accessing files inside Zip and Tar archives,
as well as ISO images, to applications using gvfs.

%files archive
%{_libexecdir}/gvfsd-archive
%{_datadir}/gvfs/mounts/archive.mount

#----------------------------------------------------------------------------

%package obexftp
Summary:	ObexFTP support for gvfs

Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	obex-data-server >= 0.3.4-6

%description obexftp
This package provides support for reading files on Bluetooth mobile phones
and devices through ObexFTP to applications using gvfs.

%files obexftp
%{_libexecdir}/gvfsd-obexftp
%{_datadir}/gvfs/mounts/obexftp.mount

#----------------------------------------------------------------------------

%if %{enable_gphoto2}
%package gphoto2
Summary:	Gphoto2 support for gvfs

Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description gphoto2
This package provides support for reading and writing files on
PTP based cameras (Picture Transfer Protocol) and MTP based
media players (Media Transfer Protocol) to applications using gvfs.

%files gphoto2
%{_libexecdir}/gvfsd-gphoto2
%{_datadir}/gvfs/mounts/gphoto2.mount
%{_libexecdir}/gvfs-gphoto2-volume-monitor
%{_datadir}/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service
%{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--with-dbus-service-dir=%{_datadir}/dbus-1/services \
	--disable-hal \
	--disable-gdu \
	--enable-udisks2 \
%if %{enable_gphoto2}
	--enable-gphoto2
%else
	--disable-gphoto2
%endif

%make

%install
%makeinstall_std
%find_lang gvfs

# upstream bash completion is installed in the wrong place, with the wrong perms
# and redefine system variables without notice
rm -f %{buildroot}%{_sysconfdir}/profile.d/gvfs-bash-completion.sh



%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.21.2-4
+ Revision: 7cae00f
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16694 |14mr|gwenhywfar-4.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name gwenhywfar
%define major 60
%define libname %mklibname %{name} %{major}
%define qt4major 0
%define gtkmajor 0
%define gtklibname %mklibname gwengui-gtk2_ %{gtkmajor}
%define qt4libname %mklibname gwengui-qt4_ %{qt4major}
%define develname %mklibname -d %{name}

Summary:	A multi-platform helper library for other libraries
Name:		gwenhywfar
Version:	4.3.3
Release:	2
Group:		System/Libraries
License:	LGPLv2+
URL:		http://gwenhywfar.sourceforge.net/
# http://www2.aquamaniac.de/sites/download/packages.php
Source0:	http://files.hboeck.de/aq/%{name}-%{version}.tar.gz
BuildRequires:	automake
BuildRequires:	autoconf >= 2.58
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	zlib-devel
BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gtk+-2.0)
Suggests:	%{name}-gui = %{version}

%description
This is Gwenhywfar, a multi-platform helper library for networking and
security applications and libraries. It is heavily used by libchipcard
and OpenHBCI-TNG (The Next Generation).

%package -n %{libname}
Summary:	A multi-platform helper library for other libraries
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{libname}
This is Gwenhywfar, a multi-platform helper library for networking and
security applications and libraries. It is heavily used by libchipcard
and OpenHBCI-TNG (The Next Generation).

%package -n %{qt4libname}
Summary:	A multi-platform helper library for other libraries
Group:		System/Libraries
Provides:	%{name}-gui = %{version}

%description -n %{qt4libname}
This is Gwenhywfar, a multi-platform helper library for networking and
security applications and libraries. It is heavily used by libchipcard
and OpenHBCI-TNG (The Next Generation).

%package -n %{gtklibname}
Summary:	A multi-platform helper library for other libraries
Group:		System/Libraries
Provides:	%{name}-gui = %{version}

%description -n %{gtklibname}
This is Gwenhywfar, a multi-platform helper library for networking and
security applications and libraries. It is heavily used by libchipcard
and OpenHBCI-TNG (The Next Generation).

%package -n %{develname}
Summary:	Gwenhywfar development kit
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{qt4libname} = %{version}-%{release}
Requires:	%{gtklibname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains gwenhywfar-config and header files for writing and
compiling programs using Gwenhywfar.

%prep
%setup -q

%build
%configure2_5x --disable-static \
  --disable-rpath \
  --with-guis="qt4 gtk2" --with-qt4-libs=%{qt4lib} \
  --with-openssl-libs=%{_libdir}
%make

%install
rm -fr %{buildroot} %{name}.lang
%makeinstall_std

%find_lang %{name}
perl -pi -e "s#-L%{_builddir}/%{name}-%{version}/src##" %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/%{name}/plugins/*/*/*.la
ln -snf %{_sysconfdir}/pki/tls/certs/ca-bundle.crt %{buildroot}%{_datadir}/%{name}/ca-bundle.crt

%files -f %{name}.lang
%doc AUTHORS README
%{_bindir}/gct-tool
%{_datadir}/%{name}

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*
%{_libdir}/%{name}

%files -n %{qt4libname}
%{_libdir}/libgwengui-qt4.so.%{qt4major}
%{_libdir}/libgwengui-qt4.so.%{qt4major}.*

%files -n %{gtklibname}
%{_libdir}/libgwengui-gtk2.so.%{gtkmajor}
%{_libdir}/libgwengui-gtk2.so.%{gtkmajor}.*

%files -n %{develname}
%{_bindir}/gwenhywfar-config
%{_bindir}/gsa
%{_bindir}/xmlmerge
%{_bindir}/mklistdoc
%{_bindir}/typemaker
%{_bindir}/typemaker2
%{_includedir}/gwenhywfar4
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/gwenhywfar.m4


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.3.3-2
+ Revision: 95e5060
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16695 |14mr|gwenview-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fast and easy to use image viewer for KDE
Name:		gwenview
Epoch:		2
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
# Drop inode/directory, add image/svg+xml and image/svg+xml-compressed
Patch0:		gwenview-4.11.0-mimetypes.patch
BuildRequires:	kdebase4-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(libkdcraw)
BuildRequires:	pkgconfig(libkipi)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(zlib)
Requires:	kipi-common
Obsoletes:	%{name}-devel < 2:4.10.3-3

%description
Gwenview is a fast and easy to use image viewer/browser for KDE.
All common image formats are supported, such as PNG(including transparency),
JPEG(including EXIF tags and lossless transformations), GIF, XCF (Gimp
image format), BMP, XPM and others. Standard features include slideshow,
fullscreen view, image thumbnails, drag'n'drop, image zoom, full network
transparency using the KIO framework, including basic file operations and
browsing in compressed archives, non-blocking GUI with adjustable views.
Gwenview also provides image and directory KParts components for use e.g. in
Konqueror. Additional features, such as image renaming, comparing,
converting, and batch processing, HTML gallery and others are provided by the
KIPI image framework.

%files
%doc %{_kde_docdir}/HTML/en/gwenview/
%{_kde_bindir}/gwenview
%{_kde_bindir}/gwenview_importer
%{_kde_libdir}/kde4/gvpart.so
%{_kde_appsdir}/gvpart
%{_kde_appsdir}/gwenview
%{_kde_services}/gvpart.desktop
%{_kde_services}/ServiceMenus/slideshow.desktop
%{_kde_applicationsdir}/gwenview.desktop
%{_kde_appsdir}/solid/actions/gwenview_importer.desktop
%{_kde_appsdir}/solid/actions/gwenview_importer_camera.desktop
%{_kde_iconsdir}/*/*/*/gwenview*
%{_kde_iconsdir}/*/*/*/document-share*

#------------------------------------------------

%define gwenviewlib_major 4
%define libgwenviewlib %mklibname gwenviewlib %{gwenviewlib_major}

%package -n %{libgwenviewlib}
Summary:	Gwenview library
Group:		System/Libraries
# liblcms2.so.2 is provided by LibreOffice package by mistake in Main Release
#so make sure proper liblcms2_2 package is installed in Rosa 2012.1
%if %{mdvver} == 201210
Requires:	%{_lib}lcms2_2
%endif

%description -n %{libgwenviewlib}
Gwenview library.

%files -n %{libgwenviewlib}
%{_kde_libdir}/libgwenviewlib.so.%{gwenviewlib_major}*

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't need this as we don't have any devel headers
rm -f %{buildroot}%{_kde_libdir}/libgwenviewlib.so


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: a7a0f8d
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16696 |14mr|gyp-0.1-0.11.1617svn
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global		revision	1617
%{expand:	%%global	archivename	gyp-%{version}%{?revision:-svn%{revision}}}

Name:		gyp
Version:	0.1
Release:	0.11%{?revision:.%{revision}svn}
Summary:	Generate Your Projects

Group:		Development/Python
License:	BSD
URL:		http://code.google.com/p/gyp/
Source0:	%{archivename}.tar.bz2
Patch0:		gyp-rpmoptflags.patch

BuildRequires:	python-devel
BuildArch:	noarch

%description
GYP is a tool to generates native Visual Studio, Xcode and SCons
and/or make build files from a platform-independent input format.

Its syntax is a universal cross-platform build representation
that still allows sufficient per-platform flexibility to accommodate
irreconcilable differences.


%prep
%setup -q -c -n %{archivename}
%apply_patches
for i in $(find pylib -name '*.py'); do
	sed -e '\,#![ \t]*/.*python,{d}' $i > $i.new && touch -r $i $i.new && mv $i.new $i
done

%build
%{__python} setup.py build


%install
%{__python} setup.py install --root $RPM_BUILD_ROOT --skip-build


%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE
%{_bindir}/gyp
%{python_sitelib}/*


%changelog
* Fri Aug 30 2013 Tigro <ashejn@gmail.com> 0.1-0.11.1617svn
+ Revision: de4d134
- fix BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16697 |14mr|gypsy-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname -d %{name}

Name:		gypsy
Version:	0.9
Release:	2
Summary:	A GPS multiplexing daemon
Group:		System/Libraries
# See LICENSE file for details
License:	LGPLv2 and GPLv2
URL:		http://gypsy.freedesktop.org/
Source0:	http://gypsy.freedesktop.org/releases/%{name}-%{version}.tar.bz2
Patch0:		gypsy-0.8-no-werror-patch

BuildRequires:	pkgconfig(bluez)
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	gtk-doc
BuildRequires:	xsltproc
Requires:	dbus

%description
Gypsy is a GPS multiplexing daemon which allows multiple clients to 
access GPS data from multiple GPS sources concurrently. 

%package -n	%{libname}
Summary:	Libraries for gypsys
Group:		System/Libraries

%description -n %{libname}
Gypsy is a GPS multiplexing daemon which allows multiple clients to 
access GPS data from multiple GPS sources concurrently. 

%package -n	%{devname}
Summary:	Development package for gypsy
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
Header files for development with gypsy.

%package	docs
Summary:	Documentation files for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{version}
Requires:	gtk-doc
BuildArch:	noarch

%description	docs
This package contains developer documentation for %{name}.

%prep
%setup -q
%apply_patches

find -name Makefile|xargs rm -f

%build
autoreconf -fi
%configure	\
	--disable-static \
	--enable-shared
%make V=2

%install
%makeinstall_std

%files
%doc AUTHORS LICENSE
%config %{_sysconfdir}/dbus-1/system.d/Gypsy.conf
%{_datadir}/dbus-1/system-services/org.freedesktop.Gypsy.service
%{_libexecdir}/gypsy-daemon
%{_sysconfdir}/gypsy.conf

%files -n %{libname}
%{_libdir}/libgypsy.so.%{major}*

%files -n %{devname}
%{_libdir}/pkgconfig/gypsy.pc
%dir %{_includedir}/gypsy
%{_includedir}/gypsy/*.h
%{_libdir}/libgypsy.so

%files docs
%{_datadir}/gtk-doc/html/gypsy




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-2
+ Revision: b171de9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16698 |14mr|gzip-1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The GNU data compression program
Name:		gzip
Version:	1.6
Release:	1
License:	GPLv3+
Group:		Archiving/Compression
Url:		http://www.gzip.org
Source0:	ftp://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.gz.sig
Patch0:		gzip-1.3.12-openbsd-owl-tmp.patch
Patch1:		gzip-1.3.5-zforce.patch
Patch4:		gzip-1.3.10-zgreppipe.patch
Patch5:		gzip-1.5-rsync.diff
Patch6:		gzip-1.3.3-window-size.patch
Patch12:	gzip-1.3.5-cve-2006-4335.patch
Patch14:	gzip-1.3.5-cve-2006-4338.patch
Patch15:	gzip-1.3.9-cve-2006-4337.patch
Patch16:	gzip-1.3.5-cve-2006-4337_len.patch
Patch17:	gzip-1.3.14-CVE-2009-2624-1.diff
BuildRequires:	texinfo
Requires:	less
Requires:	mktemp

%description
The gzip package contains the popular GNU gzip data compression
program. Gzipped files have a .gz extension.

Gzip should be installed on your Mandriva Linux system, because it is a
very commonly used data compression program.

%files
%doc NEWS README AUTHORS ChangeLog
/bin/gzip
/bin/gunzip
%{_mandir}/man1/gunzip.1*
%{_mandir}/man1/gzexe.1*
%{_mandir}/man1/gzip.1*
%{_mandir}/man1/zforce.1*
%{_mandir}/man1/zless.1*
%{_mandir}/man1/zmore.1*
%{_mandir}/man1/znew.1*
%{_infodir}/*
%{_bindir}/gunzip
%{_bindir}/gzexe
%{_bindir}/gzip
%{_bindir}/zforce
%{_bindir}/zless
%{_bindir}/zmore
%{_bindir}/znew

#----------------------------------------------------------------------------

%package utils
Summary:	Utilities dealing with gzip compressed files
Requires:	gzip = %{version}

%description utils
The gzip-utils package contains programs for manipulating gzip-compressed
archives: zcat, zcmp, zdiff, zgrep.

%files utils
/bin/zcat
%{_bindir}/zcat
%{_bindir}/zcmp
%{_bindir}/zdiff
%{_bindir}/zegrep
%{_bindir}/zfgrep
%{_bindir}/zgrep
%{_mandir}/man1/zcat.1*
%{_mandir}/man1/zcmp.1*
%{_mandir}/man1/zdiff.1*
%{_mandir}/man1/zgrep.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .owl-tmp
%patch1 -p0 -b .zforce
%patch4 -p1 -b .nixi
%patch5 -p1 -b .rsync
%patch6 -p1 -b .window-size
%patch12 -p1 -b .4335
%patch14 -p1 -b .4338
%patch15 -p1 -b .4337
%patch16 -p1 -b .4337l
%patch17 -p0 -b .CVE-2009-2624-1

%build
export DEFS="-DNO_ASM"
export CPPFLAGS="-DHAVE_LSTAT"
%configure2_5x
%make

%install
%makeinstall_std

install -d %{buildroot}/bin

for i in gzip gunzip zcat; do
    mv -f %{buildroot}%{_bindir}/$i %{buildroot}/bin/$i
    ln -sf ../../bin/$i %{buildroot}%{_bindir}/$i
done

for i in zcmp zdiff zforce zgrep zmore znew ; do
	sed -e "s|%{buildroot}||g" < %{buildroot}%{_bindir}/$i > %{buildroot}%{_bindir}/.$i
	rm -f %{buildroot}%{_bindir}/$i
	mv %{buildroot}%{_bindir}/.$i %{buildroot}%{_bindir}/$i
	chmod 755 %{buildroot}%{_bindir}/$i
done

# uncompress is a part of ncompress package
rm -f %{buildroot}%{_bindir}/uncompress

cat > %{buildroot}%{_bindir}/zless <<EOF
#!/bin/sh
export LESSOPEN="|lesspipe.sh %s"
less "\$@"
EOF
chmod 755 %{buildroot}%{_bindir}/zless

%check
make check

%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6-1
+ Revision: 0b2cd5b
- New version 1.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16699 |14mr|hamcrest-1.1-2.0.13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support 0
%bcond_without	bootstrap

Summary:	Matcher object framework
Name:		hamcrest
Version:	1.1
Release:	2.0.13
License:	BSD
Group:		Development/Java
Url:		http://code.google.com/p/hamcrest/
Source0:	http://hamcrest.googlecode.com/files/hamcrest-1.1.tgz
Source1:	http://repo1.maven.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
Source2:	http://repo1.maven.org/maven2/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.pom
Source3:	http://repo1.maven.org/maven2/org/hamcrest/hamcrest-integration/1.1/hamcrest-integration-1.1.pom
Source4:	http://repo1.maven.org/maven2/org/hamcrest/hamcrest-generator/1.1/hamcrest-generator-1.1.pom
Source5:	http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
Source6:	http://repo1.maven.org/maven2/org/hamcrest/hamcrest-all/1.1/hamcrest-all-1.1.pom
Source7:	hamcrest-text-1.1.pom
Patch0:		hamcrest-1.1-build.patch
BuildRequires:	jpackage-utils >= 0:1.7.4
BuildRequires:	java-rpmbuild
BuildRequires:	java-1.7.0-devel
BuildRequires:	ant >= 0:1.6.5
BuildRequires:	easymock2
BuildRequires:	jarjar
BuildRequires:	jmock
%if !%{with bootstrap}
BuildRequires:  ant-junit
BuildRequires:  junit
BuildRequires:  junit4
%endif
BuildRequires:	qdox
BuildRequires:	testng
Requires:	java >= 0:1.5.0
Requires:	easymock2
Requires:	jmock
Requires:	qdox
%if ! %{gcj_support}
Buildarch:	noarch
%endif

%if %{gcj_support}
BuildRequires:	java-gcj-compat-devel
%endif

Requires(post,postun):	jpackage-utils >= 0:1.7.4

%description
Provides a library of matcher objects (also known as 
constraints or predicates) allowing 'match' rules to 
be defined declaratively, to be used in other frameworks. 
Typical scenarios include testing frameworks, mocking 
libraries and UI validation rules.

%package javadoc
Group:		Development/Java
Summary:	Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%package demo
Group:		Development/Java
Summary:	Demos for %{name}
Requires:	%{name} = %{version}-%{release}
Requires:	junit
Requires:	junit4
Requires:	testng

%if %{gcj_support}
BuildRequires:	java-gcj-compat-devel
%endif

%description demo
Demonstrations and samples for %{name}.

%prep
%setup -q 
%remove_java_binaries
# BUILD/hamcrest-1.1/lib/generator/jarjar-1.0rc3.jar.no
ln -sf $(build-classpath jarjar) lib/generator/
# BUILD/hamcrest-1.1/lib/generator/qdox-1.6.1.jar.no
ln -sf $(build-classpath qdox) lib/generator/
# BUILD/hamcrest-1.1/lib/integration/easymock-2.2.jar.no
ln -sf $(build-classpath easymock2) lib/integration/
# BUILD/hamcrest-1.1/lib/integration/jmock-1.10RC1.jar.no
ln -sf $(build-classpath jmock) lib/integration/
# BUILD/hamcrest-1.1/lib/integration/junit-3.8.1.jar.no
ln -sf $(build-classpath junit) lib/integration/
# BUILD/hamcrest-1.1/lib/integration/junit-4.0.jar.no
ln -sf $(build-classpath junit4) lib/integration/
# BUILD/hamcrest-1.1/lib/integration/testng-4.6-jdk15.jar.no
ln -sf $(build-classpath testng) lib/integration/
%patch0 -b .sav0

%build
export OPT_JAR_LIST=$(build-classpath ant-launcher ant/ant-junit junit)
export CLASSPATH=$(build-classpath asm3 ant-launcher ant ant/ant-junit)
%if %{with bootstrap}
%{ant} -Dversion=1.1 -Dbuild.sysclasspath=first bigjar core generator integration javadoc library text
%else
%{ant} -Dversion=1.1 -Dbuild.sysclasspath=first all javadoc
%endif

%install

# jars
install -d -m 755 %{buildroot}%{_javadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-parent.pom
%add_to_maven_depmap org.hamcrest %{name}-parent %{version} JPP/%{name} parent

install -m 644 build/%{name}-all-%{version}.jar %{buildroot}%{_javadir}/%{name}/all-%{version}.jar
install -m 644 %{SOURCE6} %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-all.pom
%add_to_maven_depmap org.hamcrest %{name}-all %{version} JPP/%{name} all

install -m 644 build/%{name}-core-%{version}.jar %{buildroot}%{_javadir}/%{name}/core-%{version}.jar
install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-core.pom
%add_to_maven_depmap org.hamcrest %{name}-core %{version} JPP/%{name} core

install -m 644 build/%{name}-generator-%{version}.jar %{buildroot}%{_javadir}/%{name}/generator-%{version}.jar
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-generator.pom
%add_to_maven_depmap org.hamcrest %{name}-generator %{version} JPP/%{name} generator

install -m 644 build/%{name}-library-%{version}.jar %{buildroot}%{_javadir}/%{name}/library-%{version}.jar
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-library.pom
%add_to_maven_depmap org.hamcrest %{name}-library %{version} JPP/%{name} library

install -m 644 build/%{name}-integration-%{version}.jar %{buildroot}%{_javadir}/%{name}/integration-%{version}.jar
install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-integration.pom
%add_to_maven_depmap org.hamcrest %{name}-integration %{version} JPP/%{name} integration

install -m 644 build/%{name}-text-%{version}.jar %{buildroot}%{_javadir}/%{name}/text-%{version}.jar
install -m 644 %{SOURCE7} %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}-text.pom
%add_to_maven_depmap org.hamcrest %{name}-text %{version} JPP/%{name} text

%if !%{with bootstrap}
install -m 644 build/%{name}-unit-test-%{version}.jar %{buildroot}%{_javadir}/%{name}/unit-test-%{version}.jar
%endif

pushd %{buildroot}%{_javadir}/%{name}
for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done
popd

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if !%{with bootstrap}
# demo
install -d -m 755 %{buildroot}%{_datadir}/%{name}-%{version}
install -m 644 build/%{name}-examples-%{version}.jar %{buildroot}%{_datadir}/%{name}-%{version}
cp -pr %{name}-examples %{buildroot}%{_datadir}/%{name}-%{version}/
%endif

%{gcj_compile} 

%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%doc LICENSE.txt
%{_javadir}/%{name}
%{_datadir}/maven2
%{_mavendepmapfragdir}
%{gcj_files}

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%if !%{with bootstrap}
%files demo
%{_datadir}/%{name}-%{version}
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2.0.13
+ Revision: db93f6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16700 |14mr|hardlink-1.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Create a tree of hardlinks
Name:		hardlink
Version:	1.0
Release:	14
Epoch:		1
Group:		System/Base 
URL:		http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/hardlink/
License:	GPL+
Source0:	hardlink.c
Source1:	hardlink.1
Obsoletes:	kernel-utils

%description
hardlink is used to create a tree of hard links.
It's used by kernel installation to dramatically reduce the
amount of diskspace used by each kernel package installed.

%prep
%setup -q -c -T
install -pm 644 %{SOURCE0} hardlink.c

%build
gcc %{optflags} hardlink.c -o hardlink

%install
install -D -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/hardlink.1
install -D -m 755 hardlink %{buildroot}%{_sbindir}/hardlink

%files
%{_sbindir}/hardlink
%{_mandir}/man1/hardlink.1*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.0-14
+ Revision: 4e12c15
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16701 |14mr|harfbuzz-0.9.29-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_as_needed 1
%define _disable_ld_no_undefined 1

%define major 0
%define libname %mklibname %{name} %{major}
%define libicu %mklibname %{name}-icu %{major}
%define devname %mklibname %{name} -d

Summary:	OpenType text shaping engine
Name:		harfbuzz
Version:	0.9.29
Release:	2
License:	MIT
Group:		Development/Other
Url:		http://www.freedesktop.org/wiki/Software/HarfBuzz
Source0:	http://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(icu-uc)
BuildRequires:	pkgconfig(graphite2)

%description
HarfBuzz is an OpenType text shaping engine.
There are two HarfBuzz code trees in existence today.

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for the %{name} package
Group:		System/Libraries

%description -n %{libname}
Shared library for the %{name} package.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libicu}
Summary:	Shared library for the %{name} package
Group:		System/Libraries
Conflicts:	%{_lib}harfbuzz0 < 0.9.28-3

%description -n %{libicu}
Shared library for the %{name} package.

%files -n %{libicu}
%{_libdir}/lib%{name}-icu.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and development libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libicu} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	harfbuzz < 0.9.28-3

%description -n %{devname}
%{name} development headers and libraries.

%files -n %{devname}
%doc AUTHORS README
%{_datadir}/gtk-doc/html/%{name}/
%{_libdir}/pkgconfig/*
%{_libdir}/*.so
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-graphite2

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.29-2
+ Revision: c5f43ed
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16702 |14mr|hcl-1.7.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name hcl
%define version 1.7.1
%define release 8

Summary: Collect hardware information
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: System/Configuration/Hardware
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source0: %name-%version.tar.bz2
BuildArch: noarch
Requires: perl tar bzip2 perl-SOAP-Lite
Requires: lshw

%description
hcl uploads your hardware information on Mandriva server to create a hardware
database and getting help on support.

%prep
%setup -q -n %{name}-%version

%build
%make

%install
rm -rf %buildroot
%makeinstall_std
install hclGUI hclcollector hclupload %buildroot/%_sbindir
mkdir -p -m 0755 %{buildroot}%{_prefix}/lib/libDrakX
install -D hclcollector.pm %{buildroot}%{_prefix}/lib/libDrakX
%find_lang drakhcl

%clean
rm -rf %buildroot/

%files -f drakhcl.lang
%doc AUTHORS COPYING README
%_sbindir/hclGUI
%_sbindir/hclcollector
%_sbindir/hclupload
%{_prefix}/lib/libDrakX/hclcollector.pm



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.1-8
+ Revision: 8af51c0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16703 |14mr|hddtemp-0.3-0.beta15.16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define         betarel        beta15

Summary:        Hard Drive Temperature Monitoring
Name:           hddtemp
Version:        0.3 
Release:        0.%{betarel}.16
License:        GPLv2
Group:          Monitoring        
Url:            http://www.guzu.net/linux/hddtemp.php
Source0:        http://download.savannah.nongnu.org/releases/hddtemp/hddtemp-%{version}-%{betarel}.tar.bz2
Source1:        http://download.savannah.nongnu.org/releases/hddtemp/hddtemp-%{version}-%{betarel}.tar.bz2.sig
Source2:        http://download.savannah.nongnu.org/releases/hddtemp/hddtemp.db
Source3:        hddtemp.service
Source4:        hddtemp.sysconfig
Source5:        hddtemp.pam
Source6:        hddtemp.consoleapp
Patch0:		hddtemp_0.3-beta15-45.diff
Patch1:		%{name}-0.3-beta15-reg-eip.patch
Patch2:		hddtemp-0.3-beta15-autodetect-717479.patch

BuildRequires:  gettext
BuildRequires:  perl
Requires(post,postun):	rpm-helper
Requires:       usermode-consoleonly

%description
hddtemp is a tool that gives you the temperature of your IDE or SCSI hard drive
(that support this feature) by reading S.M.A.R.T. information. Only modern hard
drives have a temperature sensor.

%prep
%setup -qn %{name}-%{version}-%{betarel}
%apply_patches

%build
%configure2_5x \
	--with-db-path=%{_sysconfdir}/hddtemp.db

%make

%install
%makeinstall_std
install -m 0644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/hddtemp.db
install -m 0755 %{SOURCE3} -D %{buildroot}%{_unitdir}/hddtemp.service
install -m 0644 %{SOURCE4} -D %{buildroot}%{_sysconfdir}/sysconfig/hddtemp
mkdir -p %{buildroot}%{_bindir}
ln -s consolehelper %{buildroot}%{_bindir}/hddtemp
install -m 0644 %{SOURCE5} -D %{buildroot}%{_sysconfdir}/pam.d/hddtemp
install -m 0644 %{SOURCE6} -D %{buildroot}%{_sysconfdir}/security/console.apps/hddtemp

%find_lang %{name}

%post
%tmpfiles_create %{name}
%_post_service %{name}

%preun
%_preun_service %{name}

%files -f %{name}.lang
%doc ChangeLog README TODO contribs debian/changelog
%{_bindir}/hddtemp
%{_unitdir}/hddtemp.service
%{_sbindir}/hddtemp
%config(noreplace) %{_sysconfdir}/hddtemp.db
%config(noreplace) %{_sysconfdir}/sysconfig/hddtemp
%config(noreplace) %{_sysconfdir}/pam.d/hddtemp
%config(noreplace) %{_sysconfdir}/security/console.apps/hddtemp
%{_mandir}/man8/hddtemp.8*

%changelog
* Thu Jul 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-0.beta15.16
+ Revision: bc1ddc6
- Mugrated to systemd (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16704 |14mr|HDF-4.2r4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hierarchical Data Format Library
Name:		HDF
Version:	4.2r4
Release:	8
License:	BSD
Group:		Development/C
URL:		http://www.hdfgroup.org/
Source0:	ftp://ftp.hdfgroup.org/HDF/HDF_Current/src/%{name}%{version}.tar.gz
Patch0:		hdf-4.2r3-maxavailfiles.patch
Patch1:		hdf-tirpc.patch
Patch4:		hdf-4.2r4-buffer.patch
Patch6:		hdf4.2r1-libm.patch
Patch7:		HDF4.2r4-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	gcc-gfortran
BuildRequires:	groff
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(zlib)
Provides:	HDF-devel = %{EVRD}

%description
HDF is a multi-object file format that facilitates the transfer of various
types of scientific data between machines and operating systems. 
HDF allows self-definitions of data content and easy extensibility for
future enhancements or compatibility with other standard formats.
HDF includes Fortran and C calling interfaces, and utilities to
prepare raw image of data files or for use with other NCSA software.

The HDF library contains interfaces for storing and retrieving compressed or
uncompressed 8-bit and 24=bit raster images with palettes,
n-Dimensional scientific datasets and binary tables. AN interface is also
included that allows arbitrary grouping of other HDF objects.

%files
%doc COPYING README
%{_libdir}/libdf.*a
%{_libdir}/libmfhdf.*a
%{_libdir}/libhdf4.settings
%{_includedir}/*
%{_mandir}/*/*

#----------------------------------------------------------------------------

%package util
Summary:	HDF utilities and test data files
Group:		Graphics
Requires:	%{name} = %{EVRD}

%description util
This package contains utilities for HDF data manipulation and
test data files.

%files util
%dir %{_datadir}/hdf
%dir %{_datadir}/hdf/samples
%{_bindir}/*
%attr(644,root,root) %{_datadir}/hdf/samples/*

#----------------------------------------------------------------------------

%prep
%setup -q -n HDF%{version}
%patch0 -p1 -b .maxavailfiles
%patch1 -p1
%patch4 -p1 -b .buffer
%patch6 -p1 -b .libm
%patch7 -p1 -b .format_not_a_string_literal_and_no_format_arguments

autoreconf -fi

# Make it lib64 aware
find . -name Makefile.in | \
  xargs perl -pi -e "s,^(libdir|LIBDIR)\s+=.+,\1 = \\\$(prefix)/%{_lib},"

%build
export F77=gfortran
export FC=gfortran

# Build with PIC in case static library is built into a DSO afterwards
%ifarch ia64 x86_64
export CFLAGS="%{optflags} -ansi -D_BSD_SOURCE -DPC -DPIC -fPIC"
export CXXFLAGS=$CFLAGS
export FFLAGS="%{optflags}"
%else
export CFLAGS="%{optflags} -ansi -D_BSD_SOURCE -DPC"
export CXXFLAGS=$CFLAGS
export FFLAGS="%{optflags}"
%endif

%configure2_5x \
	--prefix=%{_prefix} \
	--enable-production
%make LIBS="-lz -ljpeg -ltirpc"

mkdir -p samples
cp -a hdf/util/testfiles/* samples

%install
%makeinstall_std
# remove files already provided by other packages (libjpeg, netcdf, zlib)
rm -f %{buildroot}%{_includedir}/{jconfig.h,jerror.h,jmorecfg.h,jpeglib.h} \
    %{buildroot}%{_includedir}/{zconf.h,zlib.h} \
    %{buildroot}%{_bindir}/{ncdump,ncgen} \
    %{buildroot}%{_includedir}/netcdf.{h,inc,f90} \
    %{buildroot}%{_mandir}/man1/ncgen.1 \
    %{buildroot}%{_mandir}/man1/ncdump.1
mv -f %{buildroot}%{_bindir}/vmake %{buildroot}%{_bindir}/vmake-hdf
mkdir -p %{buildroot}%{_datadir}/hdf
cp -aR samples %{buildroot}%{_datadir}/hdf/

# remove unpackaged files
rm -f %{buildroot}%{_prefix}/man/man1/nc{gen,dump}.1*


%changelog
* Tue Jul 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2r4-8
+ Revision: d1359e1
- Try to fix linkage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16705 |14mr|hdf5-1.8.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 0

%define major	8
%define libname %mklibname hdf5_ %{major}
%define libname_hl %mklibname hdf5_hl %{major}
%define devname %mklibname %{name} -d

Summary:	HDF5 library


Name:		hdf5
Version:	1.8.13
Release:	2
License:	Distributable (see included COPYING)
Group:		System/Libraries
Url:		http://www.hdfgroup.org/HDF5/
Source0:	ftp://ftp.hdfgroup.org:21/HDF5/current/src/%{name}-%{version}.tar.bz2
Patch0:		%{name}-1.8.8-fix-str-fmt.patch
Patch8:		%{name}-1.8.1-lib64.patch

BuildRequires:	gcc-gfortran
BuildRequires:	jpeg-devel
BuildRequires:	krb5-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
HDF5 is a library and file format for storing scientific data. It was
designed to address some of the limitations of the HDF 4.x library and to
address current and anticipated requirements of modern systems and
applications. HDF5 includes the following improvements.

   - A new file format designed to address some of the deficiencies of
     HDF4.x, particularly the need to store larger files and more
     objects per file.
   - A simpler, more comprehensive data model that includes only two
     basic structures: a multidimensional array of record structures,
     and a grouping structure.
   - A simpler, better-engineered library and API, with improved
     support for parallel i/o, threads, and other requirements imposed
     by modern systems and applications.

%package -n %{libname}
Summary:	HDF5 libraries


Group:		System/Libraries

%description -n %{libname}
This package contains the libraries needed to run programs dynamically
linked with hdf5 libraries.

%package -n %{libname_hl}
Summary:	HDF5 high level libraries


Group:		System/Libraries

%description -n %{libname_hl}
This package contains the high level libraries needed to run programs
dynamically linked with hdf5 libraries.

%package -n %{devname}
Summary:	Devel libraries and header files for hdf5 development


Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Requires:	%{libname_hl} = %{version}
Obsoletes:	%{_lib}hdf5-static-devel < 1.8.9-3

%description -n %{devname}
This package provides devel libraries and header files needed
for develop applications requiring the "hdf5" library.

%prep
%setup -q
#%patch0 -p1
%ifarch x86_64
%patch8 -p0
%endif
find -name '*.[ch]' -o -name '*.f90' -exec chmod -x {} +

%build
find %{buildroot} -type f -size 0 -name Dependencies -print0 |xargs -0 rm -f
find %{buildroot} -type f -size 0 -name .depend -print0 |xargs -0 rm -f

OPT_FLAGS="%{optflags} -O1 -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wpadded"
%ifarch %{ix86} x86_64
OPT_FLAGS="$OPT_FLAGS -mieee-fp"
%endif

# (gb) 1.4.2-2mdk: "2.96" still deficient wrt. C++ exception handling on ia32
%ifarch %ix86
OPT_FLAGS=`echo "$OPT_FLAGS -fno-omit-frame-pointer" | sed -e "s/-fomit-frame-pointer//g"`
%endif

# (gb) 1.4.2-2mdk: constants merging causes troubles with long doubles on ia64
%ifarch ia64
OPT_FLAGS="$OPT_FLAGS -fno-merge-constants"
%endif

%ifarch x86_64
OPT_FLAGS="$OPT_FLAGS -fPIC"
%endif

%configure2_5x \
	--disable-static \
	--disable-dependency-tracking \
	--enable-cxx \
	--enable-fortran \
	--with-pthread \
	--enable-linux-lfs \
%ifarch x86_64
	--with-pic \
%endif
	--enable-production=yes

%make

#%check
# all tests must pass on the following architectures
#%ifarch %{ix86} x86_64
#%make check || echo "make check failed"
#%else
#%make -k check || echo "make check failed"
#%endif

%install
mkdir -p %{buildroot}%{_libdir}
%makeinstall_std

%multiarch_includes %{buildroot}/%{_includedir}/H5pubconf.h

%files
%doc COPYING MANIFEST README.txt release_docs/RELEASE.txt
%{_bindir}/*

%files -n %{libname}
%{_libdir}/libhdf5.so.%{major}*
%{_libdir}/libhdf5_cpp.so.%{major}*
%{_libdir}/libhdf5_fortran.so.%{major}*

%files -n %{libname_hl}
%{_libdir}/libhdf5_hl.so.%{major}*
%{_libdir}/libhdf5_hl_cpp.so.%{major}*
%{_libdir}/libhdf5hl_fortran.so.%{major}*

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/*.settings
%{_includedir}/*.h
%{_includedir}/*.mod
%{_datadir}/hdf5_examples/
%{multiarch_includedir}/H5pubconf.h




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.13-2
+ Revision: ceacdd0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16706 |14mr|hdparm-9.43-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A utility for displaying and/or setting hard disk parameters
Name:		hdparm
Version:	9.43
Release:	2
License:	BSD
Group:		System/Kernel and hardware
URL:		http://sourceforge.net/projects/hdparm/
Source0:	http://nchc.dl.sourceforge.net/sourceforge/hdparm/%name-%version.tar.gz
Source1:	hdparm-sysconfig

%description
Hdparm is a useful system utility for setting (E)IDE hard drive parameters. For
example, hdparm can be used to tweak hard drive performance and to spin down
hard drives for power conservation.

%prep
%setup -q

%build
%serverbuild
%make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="%{ldflags}" STRIP=/bin/true

%install
install -m0755 hdparm -D %{buildroot}/sbin/hdparm
install -m0644 hdparm.8 -D %{buildroot}%{_mandir}/man8/hdparm.8
install -m0644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/sysconfig/harddisks

%files
%doc hdparm.lsm Changelog README.acoustic
%config(noreplace) %{_sysconfdir}/sysconfig/harddisks
/sbin/hdparm
%{_mandir}/man8/hdparm.8*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 9.43-2
+ Revision: c8b2a94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16707 |14mr|help2man-1.46.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Create simple man pages from --help output

Name:		help2man
Version:	1.46.2
Release:	1
Group:		Development/Other
License:	GPLv3
Url:		http://www.gnu.org/software/help2man/
Source0:	ftp://ftp.gnu.org:21/gnu/help2man/%{name}-%{version}.tar.xz
BuildArch:	noarch

%description
help2man is a script to create simple man pages from the --help and 
--version output of programs.

Since most GNU documentation is now in info format, this provides a way 
to generate a placeholder man page pointing to that resource while still 
providing some useful information.

%prep
%setup -q

%build
%configure --disable-nls
%make

%install
%makeinstall

%files
%doc debian/changelog COPYING INSTALL README NEWS THANKS
%{_bindir}/%{name}
%{_infodir}/%{name}.info*
%{_mandir}/man1/%{name}.1*

%changelog
* Wed Sep 10 2014 dsilakov <denis.silakov@rosalab.ru> 1.46.2-1
+ Revision: f44820f
- Merge pull request #4 from import/help2man:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16708 |14mr|hermes-1.3.3-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prefix %{_prefix}
%define lib_name_orig libhermes
%define lib_major 1
%define lib_name %mklibname hermes %{lib_major}

Summary:	Hermes pixel format conversion library
Name:		hermes
Version:	1.3.3
Release:	13
License:	LGPL
Group:		System/Libraries
URL:		http://clanlib.org/hermes/
Source0:	http://dark.x.dtu.dk/~mbn/clanlib/download/Hermes-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
HERMES is a library designed to convert a source buffer with a specified pixel
format to a destination buffer with possibly a different format at the maximum
possible speed.

On x86 and MMX architectures, handwritten assembler routines take over
the job and do it lightning fast.

On top of that, HERMES provides fast surface clearing, stretching and some
dithering. Supported platforms are basically all that have an ANSI C compiler
as there is no platform specific code but those are supported: DOS, Win32
(Visual C), Linux, FreeBSD (IRIX, Solaris are on hold at the moment), some BeOS
support.

%package -n %{lib_name}
Summary: Main library for %{name}
Group: System/Libraries
Obsoletes: Hermes hermes
Provides: Hermes hermes

%description -n %{lib_name}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{lib_name}-devel
Summary: Headers for developing programs that will use %{name}
Group: Development/C
Requires: %{lib_name} = %{version}
Provides: %{lib_name_orig}-devel
Obsoletes: Hermes-devel hermes-devel
Provides: Hermes-devel hermes-devel

%description -n %{lib_name}-devel
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%if %mdkversion < 200900
%post -n %{lib_name} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{lib_name} -p /sbin/ldconfig
%endif

%prep
%setup -q -n Hermes-%{version}

%build
%configure2_5x \
    --disable-x86asm
make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files -n %{lib_name}
%defattr(-, root, root, 0755)
%doc AUTHORS COPYING INSTALL.DOS INSTALL.unix TODO TODO.conversion 
%{_libdir}/lib*.so.*

%files -n %{lib_name}-devel
%defattr(-, root, root)
%doc docs/api/*.htm
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/*.*a





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.3-13
+ Revision: 81bc15e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16709 |14mr|hexedit-1.2.12-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	uclibc

Summary:	View and edit files in hexadecimal or in ASCII
Name:		hexedit
Version:	1.2.12
Release:	12
License:	GPLv2+
Group:		Editors
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(ncurses)
Url:		http://merd.net/pixel/hexedit.html
Source0:	http://merd.net/pixel/%{name}-%{version}.src.tar.bz2
Patch0:		hexedit-1.2.12-dont-strip-binary.patch
%if %{with uclibc}
BuildRequires:	uClibc-devel
%endif

%description
hexedit shows a file both in ASCII and in hexadecimal. The file can be a device
as the file is read a piece at a time. You can modify the file and search
through it.

%package -n	uclibc-%{name}
Summary:	View and edit files in hexadecimal or in ASCII (uClibc build)
Group:		Editors

%description -n	uclibc-%{name}
hexedit shows a file both in ASCII and in hexadecimal. The file can be a device
as the file is read a piece at a time. You can modify the file and search
through it.

%prep
%setup -qn %{name}
%apply_patches

# too lazy to fix out of source build..
%if %{with uclibc}
mkdir .uclibc
cp -a * .uclibc
%endif

%build
%if %{with uclibc}
pushd .uclibc
%uclibc_configure
%make
popd
%endif

%configure
%make

%install
%if %{with uclibc}
%makeinstall -C .uclibc bindir=%{buildroot}%{uclibc_root}%{_bindir}
%endif

%makeinstall

%files
%doc TODO %{name}-%{version}.lsm
%{_bindir}/hexedit
%{_mandir}/man1/hexedit.1*

%if %{with uclibc}
%files -n uclibc-%{name}
%{uclibc_root}%{_bindir}/hexedit
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.12-12
+ Revision: 7d7f4c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16710 |14mr|hfsplus-tools-332.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           hfsplus-tools
Version:        332.14 
Release:        4
Summary:        Tools to create/check Apple HFS+ filesystems

Group:          System/Base
License:        APSL 2.0
URL:            http://en.gentoo-wiki.com/wiki/HOWTO_hfsplus

Source0: http://darwinsource.opendarwin.org/tarballs/apsl/diskdev_cmds-%{version}.tar.gz 
Patch0:  http://www.ecl.udel.edu/~mcgee/diskdev_cmds/diskdev_cmds-%{version}.patch.bz2
Patch1:  hfsplus-tools-332.14-add-needed.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}

Source100:      http://www.opensource.org/licenses/apsl-2.0.txt

BuildRequires: openssl-devel 

# those tools are outdated, given the rebuilt mkfs/fsck.hfsplus in this
# package.  However, I don't want to Obsolete that package yet, as some people
# may have a valid use for it on their systems. 
Conflicts: hfsplusutils

# we want this to end up with the other mkfs.*'s, in /sbin
%define _exec_prefix /


%description
HFS+, HFS Plus, or Mac OS Extended are names for a file system developed by
Apple Computer to replace their Hierarchical File System (HFS). In addition to
being the default file system on modern Apple computers, HFS+ is one of two
formats, FAT being the other, that are supported by the iPod hard-disk based
music player. Unlike FAT, HFS+ supports UNIX style file permissions, which
makes it useful, for serving and sharing files in a secured manner. As Apple
Computer's devices and systems become increasingly ubiquitous, it becomes
important that Linux fully support this format.  This package provides tools
to create and check HFS+ filesystems under Linux.

The Linux kernel does not support writing to HFS+ journals, writing to a
hfsplus partition is recommended only after disabling journaling; however, the
kernel, as of version 2.6.16, supports case-sensitivity (also known as HFSX)
commit.


%prep
%setup -q -n hfsplus-mkfs-%{version} -n diskdev_cmds-%{version}
%patch0 -p1
%patch1 -p1 -b .add-needed

# remove errant execute bits
find . -type f -name '*.[ch]' -exec chmod -c -x {} +

# make life easier on doc
cp %{SOURCE100} .


%build
export CFLAGS="%{optflags}"
make %{?_smp_mflags} -f Makefile.lnx


%install
rm -rf %{buildroot}

# the actual install...
mkdir -p %{buildroot}/%{_sbindir}
cp newfs_hfs.tproj/newfs_hfs %{buildroot}/%{_sbindir}/mkfs.hfsplus
cp fsck_hfs.tproj/fsck_hfs %{buildroot}/%{_sbindir}/fsck.hfsplus

# and install the hfs boot blob...
mkdir -p %{buildroot}%{_datadir}/misc
cp newfs_hfs.tproj/hfsbootdata.img %{buildroot}%{_datadir}/misc/hfsbootdata
chmod 0444 %{buildroot}%{_datadir}/misc/hfsbootdata

# man pages -- a mildly non-invasive name change is in order
mkdir -p %{buildroot}/%{_mandir}/man8
cat fsck_hfs.tproj/fsck_hfs.8 | sed -e 's/[F|f]sck_hfs/fsck.hfsplus/g' \
    > %{buildroot}/%{_mandir}/man8/fsck.hfsplus.8
cat newfs_hfs.tproj/newfs_hfs.8 | sed -e 's/[N|n]ewfs_hfs/mkfs.hfsplus/g' \
    > %{buildroot}/%{_mandir}/man8/mkfs.hfsplus.8

# and a utility symlink...
cd %{buildroot}/%{_sbindir}
ln -s mkfs.hfsplus mkfs.hfs
ln -s fsck.hfsplus fsck.hfs
cd %{buildroot}/%{_mandir}/man8
ln -s fsck.hfsplus.8 fsck.hfs.8
ln -s mkfs.hfsplus.8 mkfs.hfs.8


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc apsl-2.0.txt
%{_sbindir}/mkfs.hfsplus
%{_sbindir}/mkfs.hfs
%{_sbindir}/fsck.hfsplus
%{_sbindir}/fsck.hfs
%{_datadir}/misc/hfsbootdata
%{_mandir}/man8/mkfs.hfsplus.8.xz
%{_mandir}/man8/mkfs.hfs.8.xz
%{_mandir}/man8/fsck.hfsplus.8.xz
%{_mandir}/man8/fsck.hfs.8.xz



%changelog
* Fri Jul 04 2014 Alex Burmashev <alex.burmashev@gmail.com> 332.14-4
+ Revision: 8530d9e
- initial import



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16711 |14mr|hfsplusutils-1.0.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}

Summary:	User-space HFS+ utilities
Name:		hfsplusutils
Version:	1.0.4
Release:	11
License:	GPL
Group:		File tools
URL:		http://penguinppc.org/files/users/hasi/
Source0:	hfsplus_%{version}.src.tar.bz2
Patch0:		hfsplus-1.0.4-debian_jumbo_patch.diff
Patch1:		hfsplus-1.0.4-automake-fix.patch
BuildRequires:	automake1.8
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
A portable, free implementation of routines for accessing HFS+ volumes.
Currently only reading is supported.

%package -n	%{libname}
Summary:	User-space HFS+ library
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}

%description -n	%{libname}
A portable, free implementation of routines for accessing HFS+ volumes.
Currently only reading is supported.

%package -n	%{libname}-devel
Summary:	User-space HFS+ utilities development files
Group:		Development/Other
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{libname}-devel
A portable, free implementation of routines for accessing HFS+ volumes.
Currently only reading is supported.

%prep

%setup -q -n hfsplus-%{version}
%patch0 -p1
%patch1 -p1 -b .automake-fix

%build
libtoolize --copy --force
aclocal-1.8
autoheader
automake-1.8 -c -a -f
autoconf
%configure2_5x

%make CFLAGS="%{optflags}"

%install
rm -fr %{buildroot}

%makeinstall

%clean
rm -fr %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files
%defattr(-,root,root,-)
%doc doc/bugs.html doc/faq.html doc/hfsp.html doc/libhfsp.html doc/man/hfsp.sgml
%{_bindir}/*

%files -n %{libname}
%defattr(-,root,root,-)
%{_libdir}/*.so.*

%files -n %{libname}-devel
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_libdir}/*.a





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-11
+ Revision: 6dd9950
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16712 |14mr|hfsutils-3.2.6-31
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for reading and writing Macintosh HFS volumes
Name:		hfsutils
Version:	3.2.6
Release:	31
License:	GPLv2+
Group:		File tools
Url:		http://www.mars.org/home/rob/proj/hfs/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		hfsutils-3.2.6_errno.patch
Patch1:		hfsutils-3.2.6-lib64.patch
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(tk)

%description
A portable, free implementation of routines for accessing HFS volumes.
Provides this through several command-line programs, a tk-based front end
for browsing and copying files, and a Tcl package and interface for
scriptable access to volumes.

%files
%doc BLURB CHANGES COPYING COPYRIGHT CREDITS INSTALL README TODO
%{_bindir}/h*
%{_mandir}/man1/h*

#----------------------------------------------------------------------------

%package	devel
Summary:	C library for reading and writing Macintosh HFS volumes
Group:		Development/C
Conflicts:	cdrecord-devel

%description	devel
A portable, free implementation of routines for accessing HFS volumes via a
C library for low-level access to volumes.

%files devel
%{_libdir}/*.a
%{_includedir}/*

#----------------------------------------------------------------------------

%package xhfs
Summary:	A graphical interface for manipulating HFS volumes
Group:		File tools
Requires:	hfsutils

%description xhfs
Xhfs presents a graphical front-end for browsing and copying files on
HFS-formatted volumes.

%files xhfs
%{_bindir}/xhfs
%{_mandir}/man1/xhfs.*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
find . -name Makefile.in |xargs sed -i -e 's,configure.in,configure.ac,g'
autoreconf -vi

%build
export CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DUSE_INTERP_RESULT"
%configure2_5x \
	--with-tcl \
	--with-tk \
	--enable-devlibs \
	--with-lib=%{_lib}

%make

%install
# (Dadou) Needed...
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_includedir}

# (Dadou) Don't use macros here
make install BINDEST=%{buildroot}%{_prefix}/bin MANDEST=%{buildroot}%{_mandir} LIBDEST=%{buildroot}%{_libdir} INCDEST=%{buildroot}%{_includedir}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.6-31
+ Revision: 3a60571
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16713 |14mr|hicolor-icon-theme-0.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Basic requirement for icon themes

Name:		hicolor-icon-theme
Version:	0.13
Release:	4
License:	GPLv2
Group:		Graphical desktop/Other
Url:		http://icon-theme.freedesktop.org/wiki/HicolorTheme
Source0:	http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-%{version}.tar.gz
Patch0:		01_dont_scale_22x22_apps_icons_for_hicolor.patch
BuildArch:	noarch

%description
Contains the basic directories and files needed for icon theme support.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

touch %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache

# automatic gtk icon cache update on rpm installs/removals
# (see http://wiki.mandriva.com/en/Rpm_filetriggers)
install -d %{buildroot}%{_var}/lib/rpm/filetriggers
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/gtk-icon-cache-hicolor.filter << EOF
^./usr/share/icons/hicolor/
EOF
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/gtk-icon-cache-hicolor.script << EOF
#!/bin/sh
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor
fi
EOF
chmod 755 %{buildroot}%{_var}/lib/rpm/filetriggers/gtk-icon-cache-hicolor.script

%files
%doc README
%dir %{_iconsdir}/hicolor
%{_iconsdir}/hicolor/*x*
%ghost %{_iconsdir}/hicolor/icon-theme.cache
%{_var}/lib/rpm/filetriggers/gtk-icon-cache-hicolor.*


%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.13-4
+ Revision: c9146c3
- Updated to 0.13, sync with cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16714 |14mr|highlight-3.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		highlight
Summary:	Universal source code to formatted text converter
Version:	3.18
Release:	1
Group:		Development/Other
License:	GPLv3
URL:		http://www.andre-simon.de/
Source0:	http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
BuildRequires:	qt4-devel
BuildRequires:	lua-devel
BuildRequires:	boost-devel
BuildRequires:	desktop-file-utils

%description
A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX,
XSL-FO, XML or ANSI escape sequences with syntax highlighting.
It supports several programming and markup languages.
Language descriptions are configurable and support regular expressions.
The utility offers indentation and reformatting capabilities.
It is easily possible to create new language definitions and colour themes.

%package gui
Summary:	GUI for the hihghlight source code formatter
Requires:	%{name} = %{version}-%{release}

%description gui
A Qt-based GUI for the highlight source code formatter source.

%prep
%setup -q
%apply_patches

%build
%make
rm -rf src/gui-qt/moc*
%make gui QMAKE="qmake"


%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/pixmaps

%make install-gui DESTDIR=%{buildroot}

rm -rf %{buildroot}%{_docdir}/%{name}/

desktop-file-install \
    --dir %{buildroot}%{_datadir}/applications \
   highlight.desktop

%files
%defattr(-,root,root,-)
%doc ChangeLog AUTHORS README* TODO examples/
%{_bindir}/highlight
%{_datadir}/highlight/
%{_mandir}/man1/highlight.1*
%config(noreplace) %{_sysconfdir}/highlight/

%files gui
%defattr(-,root,root,-)
%{_bindir}/highlight-gui
%{_datadir}/applications/highlight.desktop
%{_datadir}/pixmaps/highlight.xpm


%changelog
* Thu Jul 03 2014 Tigro <ashejn@gmail.com> 3.18-1
+ Revision: 7b42563
- call qmake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16715 |14mr|homebank-4.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		homebank
Version:	4.4
Release:	7
Summary:	Free easy personal accounting for all

Group:		Office
License:	GPLv2+
URL:		http://homebank.free.fr
Source0:	http://homebank.free.fr/public/%{name}-%{version}.tar.gz
Patch0:		desktop.patch

BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	desktop-file-utils
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(libofx)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(atk)
BuildRequires:	intltool

%description
HomeBank is the free software you have always wanted to manage your personal
accounts at home. The main concept is to be light, simple and very easy to use.
It brings you many features that allows you to analyze your finances in a
detailed way instantly and dynamically with powerful report tools based on
filtering and graphical charts.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README doc/TODO
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/mime-info/%{name}.*
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/application-registry/%{name}.applications



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.4-7
+ Revision: 8077590
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16716 |14mr|hostapd-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Optional user space component for Host AP driver
Name:		hostapd
Version:	2.0
Release:	2
License:	GPLv2
Group:		System/Servers
Url:		http://hostap.epitest.fi/hostapd/
Source0:	http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
Source1:	%{name}.init
Source2:	%{name}-config-build
Source3:	%{name}.service
Patch0:		%{name}-config.patch
Patch2:		hostapd-1.0-tls_length_fix.patch

BuildRequires:	systemd-units
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(openssl)
Requires(post,preun):	rpm-helper

%description
Hostapd is an optional user space component for Host AP driver. It adds 
more features to the basic IEEE 802.11 management included in the kernel 
driver: using external RADIUS authentication server for MAC address 
based access control, IEEE 802.1X Authenticator and dynamic WEP keying, 
RADIUS accounting. 

%prep
%setup -q
%apply_patches
pushd %{name}
cp %{SOURCE2} .config
popd

%build
pushd %{name}
sed -i -e 's/CFLAGS =.*/CFLAGS = -MMD %{optflags}/' Makefile
%make CC="%{__cc}" #CFLAGS="-MMD %{optflags}"
popd

%install
pushd %{name}
install -d -m 755 %{buildroot}%{_sbindir}
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -d -m 755 %{buildroot}/%{_unitdir}
install -m 755 %{name}        %{buildroot}%{_sbindir}
install -m 755 %{name}_cli    %{buildroot}%{_sbindir}
install -m 600 %{name}.conf   %{buildroot}%{_sysconfdir}/%{name}
install -m 644 %{name}.accept %{buildroot}%{_sysconfdir}/%{name}
install -m 644 %{name}.deny   %{buildroot}%{_sysconfdir}/%{name}
install -pm 644 %{SOURCE3}   %{buildroot}/%{_unitdir}/%{name}.service

popd

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

%files
%doc %{name}/ChangeLog %{name}/README
%{_sbindir}/%{name}
%{_sbindir}/%{name}_cli
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.accept
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.deny
%config(noreplace) %{_unitdir}/%{name}.service

%changelog
* Wed Jul 09 2014 Tigro <ashejn@gmail.com> 2.0-2
+ Revision: ed06435
- drop R: sysvinit



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16717 |14mr|hostap-utils-0.4.7-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility programs for Host AP driver for Intersil Prism2/2.5/3
Name:		hostap-utils
Version:	0.4.7
Release:	11
License:	GPL
Group:		System/Configuration/Networking
URL:		http://hostap.epitest.fi/
Source0:	http://hostap.epitest.fi/releases/hostap-utils-%{version}.tar.bz2
Source1:	hostap_cs.conf
Requires:	wireless-tools
Provides:	hostap
Obsoletes:	hostap
Epoch:		0
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
This is a Linux driver for wireless LAN cards based on Intersil's Prism2/2.5/3
chipset. The driver supports a so called Host AP mode, i.e., it takes care of 
IEEE 802.11 management functions in the host computer and acts as an access
point. This does not require any special firmware for the wireless LAN card.
In addition to this, it has support for normal station operations in BSS and
possible also in IBSS. 

This packages contains binary utilities for use with hostap. 

%prep

%setup -q -n %{name}-%{version}

%build
%make CC="%{__cc}" CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_sbindir}
install -d -m 755 %{buildroot}%{_sysconfdir}/pcmcia
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pcmcia
install -m 755 hostap_crypt_conf %{buildroot}%{_sbindir}
install -m 755 hostap_diag %{buildroot}%{_sbindir}
install -m 755 hostap_fw_load %{buildroot}%{_sbindir}
install -m 755 hostap_io_debug %{buildroot}%{_sbindir}
install -m 755 hostap_rid %{buildroot}%{_sbindir}
install -m 755 prism2_param %{buildroot}%{_sbindir}
install -m 755 prism2_srec %{buildroot}%{_sbindir}
install -m 755 split_combined_hex %{buildroot}%{_sbindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING ChangeLog README 
%config(noreplace) %{_sysconfdir}/pcmcia/hostap_cs.conf
%{_sbindir}/hostap_crypt_conf
%{_sbindir}/hostap_diag
%{_sbindir}/hostap_fw_load
%{_sbindir}/hostap_io_debug
%{_sbindir}/hostap_rid
%{_sbindir}/prism2_param
%{_sbindir}/prism2_srec
%{_sbindir}/split_combined_hex





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:0.4.7-11
+ Revision: ca1b940
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16718 |14mr|howto-html-de-10-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20040301
%define    language  Deutsch
%define    lang      de
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	10
Release:	9
Group:		Books/Howtos

Source0:   %name.tar

Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang, xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howtos German
Comment=HOWTO documents (html format) from the Linux Documentation Project in German
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 10-9
+ Revision: cb8bafe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16719 |14mr|howto-html-el-10.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20040814
%define    language  Greek
%define    lang      el
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	10.1
Release:	10
Group:		Books/Howtos

Source0:   %name.tar

Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang, xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howtos Greek
Comment=HOWTO documents (html format) from the Linux Documentation Project in Greek
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 10.1-10
+ Revision: 841800f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16720 |14mr|howto-html-en-20080722-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20080722
%define    language  English
%define    lang      en
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	%DATE
Release:	8
Group:		Books/Howtos

# lftp ibiblio.org:/pub/Linux/docs/HOWTO/other-formats/html> Linux-html-HOWTOs-%DATE.tar.bz2
Source0:   %name.tar

Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang, xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080722-8
+ Revision: c58966b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16721 |14mr|howto-html-es-10-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20070301
%define    language  Spanish
%define    lang      es
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	10
Release:	11
Group:		Books/Howtos

Source0:   %name.tar

Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang, xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 10-11
+ Revision: 34bdc99
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16722 |14mr|howto-html-fi-10.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20040130
%define    language  Finnish
%define    lang      fi
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	10.0
Release:	9
Group:		Books/Howtos

Source0:   %name.tar

Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang, xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 10.0-9
+ Revision: dce6770
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16723 |14mr|howto-html-fr-20080722-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20080722
%define    language  French
%define    lang      fr
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	%DATE
Release:	6
Group:		Books/Howtos

Source0:   %name.tar

#	ftp://ftp.traduc.org:/pub/HOWTO/FR/
Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang, xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080722-6
+ Revision: ea0a529
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16724 |14mr|howto-html-hu-10.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20040814
%define    language  Hungarian
%define    lang      hu
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	10.1
Release:	12
Group:		Books/Howtos

Source0:   %name.tar

Url:		http://www.kde.hu/mlp/hogyanok/
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang, xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%{_docdir}/HOWTO/%{format2}/
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 10.1-12
+ Revision: 3214889
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16725 |14mr|howto-html-id-10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20040322
%define    language  Indonesian
%define    lang      id
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	10
Release:	6
Group:		Books/Howtos

Source0:   %name.tar

Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang, xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 10-6
+ Revision: 2f3c5fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16726 |14mr|howto-html-it-20080812-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20080812
%define    language  Italian
%define    lang      it
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	%DATE
Release:	7
Group:		Books/Howtos
Source0:   %name.tar

Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang, xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080812-7
+ Revision: 9d0f292
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16727 |14mr|howto-html-ja-10.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20040814
%define    language  Japanese
%define    lang      ja
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	10.1
Release:	11
Group:		Books/Howtos

Source0:   %name.tar

Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang, xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 10.1-11
+ Revision: 73efd4a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16728 |14mr|howto-html-ko-10-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20040301
%define    language  Korean
%define    lang      ko
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	10
Release:	9
Group:		Books/Howtos

Source0:   %name.tar

Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang, xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 10-9
+ Revision: fd16e0c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16729 |14mr|howto-html-nl-10.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	DATE	20040813
%define    language  Dutch
%define    lang      nl
%define format1      html-%{lang}
%define format2      HTML/%{lang}


Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	10.1
Release:	8
Group:		Books/Howtos

Source0:   %name.tar

Url:		http://nl.linux.org/doc/nlhowto.php
License:	GPL
BuildRoot:	%{_tmppath}/howto-%{format1}-root
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang xdg-utils

%description
Linux HOWTOs in Dutch documents are located at
http://nl.linux.org/doc/nlhowto.php and
ftp://fjordland.nl.linux.org/pub/HOWTO-NL/all-howtos-html.tar.gz

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

perl -p -i -e "s|<LI><A HREF=\"Bootdisk-HOWTO-NL.html\">De Linux Bootdisk HOWTO</A>|<LI><A HREF=\"Bootdisk-HOWTO-NL.html\">De Linux Bootdisk HOWTO</A>\n<LI><A HREF=\"Bootdisk/t1.html\">De Linux Bootdisk HOWTO</A>|" $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}/index.html
# this perl line is needed to include the Bootdisk-howto which is in a directory with strange file name. 

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 10.1-8
+ Revision: 9bd8724
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16730 |14mr|howto-html-pl-9.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20030112
%define    language  Polish
%define    lang      pl
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	9.1
Release:	8
Group:		Books/Howtos

Source0:   %name.tar

Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 9.1-8
+ Revision: eac1eb9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16731 |14mr|howto-html-ro-9.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20030112
%define    language  Romanian
%define    lang      ro
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	9.1
Release:	9
Group:		Books/Howtos

Source0:   %name.tar
Source1:   %name

Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 9.1-9
+ Revision: 85c3636
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16732 |14mr|howto-html-sl-10-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20040301
%define    language  Slovenian
%define    lang      sl
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	10
Release:	9
Group:		Books/Howtos

Source0:   %name.tar

Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 10-9
+ Revision: 0f14c4e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16733 |14mr|howto-html-sv-9.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20030112
%define    language  Swedish
%define    lang      sv
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	9.1
Release:	9
Group:		Books/Howtos

Source0:   %name.tar

Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 9.1-9
+ Revision: 416b41f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16734 |14mr|howto-html-zh-10-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define DATE	20040301
%define    language  Chinese
%define    lang      zh
%define format1      html-%{lang}
%define format2      HTML/%{lang}

Summary:   %language HOWTO documents (html format) from the Linux Documentation Project
Name:      howto-%{format1}
Version:	10
Release:	11
Group:		Books/Howtos

Source0:   %name.tar

Url:		http://www.linuxdoc.org/docs.html#howto
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-root
BuildArch:	noarch

BuildRequires: howto-utils
Requires:    locales-%lang xdg-utils

%description
Linux HOWTOs are detailed documents which describe a specific aspect of 
configuring or using Linux.  Linux HOWTOs are a great source of
practical information about your system.  The latest versions of these
documents are located at http://www.linuxdoc.org/docs.html#howto

%prep
%setup -q -n %name

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}
untar_howtos; makehowtoindex %lang %language > index.html; cp -a * $RPM_BUILD_ROOT%{_docdir}/HOWTO/%{format2}

install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/applications
cat > %{buildroot}%_datadir/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Howto %language
Comment=HOWTO documents (html format) from the Linux Documentation Project in %language
Exec=xdg-open %_datadir/doc/HOWTO/HTML/%lang/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/HOWTO/%{format2}
%{_datadir}/applications/*.desktop

%if %mdkversion < 200900
%post
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 10-11
+ Revision: 2a61aa0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16735 |14mr|howto-utils-0.2.15-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Index generator for HTML formatted HOWTO documents from TLDP 
Name:		howto-utils
Version:	0.2.15
Release:	10
Group:		Text tools
Source:		%name-%version.tar.bz2
Url: http://www.mandrivalinux.com
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch
Requires:	sed perl
# sed and coreutils're already required by basesystem:
BuildRequires: grep

%description
Linux HOWTOs are parts of the Linux Documentation Project.
They are detailed documents which describe a specific aspect of 
configuring or using Linux. Linux HOWTOs are a great source of
practical information about your system. The latest versions of these
documents are located at http://www.tldp.org/docs.html#howto

Currently, available tools are :
- makehowtoindex is an index generator for html formatted HOWTO documents
- mirror_howtos mirror howtos and mini-howtos
- untar_howtos processes a howto mirror obtained by mirror_howtos

%prep 
%setup -q

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT{%_datadir/doc/HOWTO/HTML/,%_bindir}
install -m 755 makehowtoindex {mirror,untar}_howtos $RPM_BUILD_ROOT%_bindir
for i in *.png; do
install -m 644 $i $RPM_BUILD_ROOT%_datadir/doc/HOWTO/HTML/;done

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING NEWS
%{_bindir}/*
%dir %{_datadir}/doc/HOWTO/
%dir %{_datadir}/doc/HOWTO/HTML/
%{_datadir}/doc/HOWTO/HTML/*.png



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.15-10
+ Revision: 02beaea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16736 |14mr|hping2-2.0.0-0.rc3.14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta rc3

Summary:	TCP/IP packet assembler/analyzer
Name:		hping2
Version:	2.0.0
Release:	%mkrel 0.%{beta}.14
License:	GPL
Group:		Monitoring
URL:		http://www.hping.org/
Source0:	http://www.hping.org/hping%{version}-%{beta}.tar.gz
Patch0:		30_bytesex.diff
Patch1:		hping2.0.0-rc3-hz-250.patch
Patch2:		hping2-LDFLAGS.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
hping is a command-line oriented TCP/IP packet assembler/analyzer. The
interface is very similar to the ping(8) unix command, with many extensions.
It supports TCP, UDP, ICMP and RAW-IP protocols. A scripting language is under
developing.

%prep

%setup -q -n %{name}-%{beta}
%patch0 -p1 -b .endian
%patch1 -p1 -b .hz250
%patch2 -p0 -b .LDFLAGS

%build
%configure2_5x
%make CCOPT="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d 755 %{buildroot}%{_sbindir}
install -d 755 %{buildroot}%{_mandir}/man8
install -m 755 hping2 %{buildroot}%{_sbindir}
install -m 644 docs/hping2.8 %{buildroot}%{_mandir}/man8
cd %{buildroot}%{_sbindir} && ln -s hping2 hping

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc BUGS CHANGES COPYING INSTALL KNOWN-BUGS TODO
%{_sbindir}/*
%{_mandir}/man8/hping2.8.*



%changelog
* Sun Feb 05 2012 root <root@build-client_i586-1.rosalab.ru> 2.0.0-0.rc3.14
+ Revision: 4fd65c0
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16737 |14mr|hplip-3.14.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Define if you want to build the sane backend (default)
%define sane_backend 1
%{?_with_sane: %global sane_backend 1}
%{?_without_sane: %global sane_backend 0}

%define major 0
%define libhpip %mklibname hpip %{major}
%define libhpmud %mklibname hpmud %{major}
%define sanemaj 1
%define libsane %mklibname sane-hpaio %{sanemaj}
%define devname %mklibname hpip -d

# Suppress automatically generated Requires for devel packages
%define __noautoreq 'devel\(.*\)'

%define extraversion %nil

Summary:	HP printer/all-in-one driver infrastructure
Name:		hplip
Version:	3.14.6
Release:	2
License:	GPLv2+ and MIT
Group:		System/Printing
Url:		http://hplip.sourceforge.net/
Source0:	http://garr.dl.sourceforge.net/sourceforge/hplip/%{name}-%{version}%{extraversion}.tar.gz
Source1:	hpcups-update-ppds.sh
Source2:	copy-deviceids.py
# http://www.iconfinder.com/icondetails/6393/128/fax_hardware_icon
Source3:	hp-sendfax.png
Source4:	hplip.rpmlintrc
# http://hplipopensource.com/node/367
Source5:	http://hplipopensource.com/hplip-web/smartinstall/SmartInstallDisable-Tool.run
Source6:	README.urpmi
# (doktor5000) fix linking with python and libsane
# taken from mandriva
Patch1:		hplip-3.11.3-mdv-link.patch
# (Anssi) Apply udev rules even on ACTION=="change", otherwise the permissions
# do not get applied in %%post on a new installation:
Patch2:		hplip-apply-udev-rules-on-action-change.patch

# Fedora patches
Patch101:	hplip-pstotiff-is-rubbish.patch
Patch102:	hplip-strstr-const.patch
Patch103:	hplip-ui-optional.patch
Patch104:	hplip-no-asm.patch
Patch105:       hplip-deviceIDs-drv.patch
Patch107:       hplip-deviceIDs-ppd.patch
Patch108:	hplip-retry-open.patch
Patch109:	hplip-snmp-quirks.patch
Patch111:	hplip-hpijs-marker-supply.patch
Patch112:	hplip-clear-old-state-reasons.patch
Patch114:	hplip-hpcups-sigpipe.patch
Patch115:	hplip-logdir.patch
Patch116:	hplip-bad-low-ink-warning.patch
Patch121:	hplip-ppd-ImageableArea.patch
# fedora patch not necessary. done via sed call
#Patch129: hplip-makefile-chgrp.patch
Patch131:	hplip-ipp-accessors.patch
Patch132: hplip-IEEE-1284-4.patch
Patch133: hplip-check.patch
Patch134:	hplip-udev-rules.patch

# Debian/Ubuntu patches
# taken from http://patch-tracker.debian.org/package/hplip/3.11.7-1
Patch201:	01_rss.dpatch
Patch203:	14_charsign_fixes.dpatch
Patch204:	85_rebuild_python_ui.dpatch
Patch206:	hplip-photosmart_b9100_support.patch
Patch207:	pjl-duplex-binding.dpatch
#hplip-pjl-duplex-binding.patch
Patch208:	mga-kde4-kdesudo-support.patch
Patch209:	hp-check-groups.dpatch
Patch215:	simple-scan-as-default.dpatch
# (doktor5000) rediff original debian patch for hplip 3.11.10
Patch217:	hplip-3.11.10-mga-remove-duplicate-entry-for-cp1700-in-drv-files.patch
Patch220:	add-lidil-two-cartridge-modes.dpatch
Patch221:	add_missing_newline_for_error_log.dpatch
Patch224:	hplip-syslog-fix-debug-messages-to-error.dpatch
Patch225:	hpfax-bug-function-used-before-importing-log.dpatch
Patch226:	hp-systray-make-menu-title-visible-in-sni-qt-indicator.dpatch
Patch227:	hp-systray-make-menu-appear-in-sni-qt-indicator-with-kde.dpatch
Patch228:	hpaio-option-duplex.diff

Patch302:	hplip-CVE-2013-4325.patch
Patch303:	hplip-3.13.10-fix-systray-x.patch

BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	polkit
BuildRequires:	python-sip >= 4.1.1
BuildRequires:	net-snmp-devel
BuildRequires:	cups-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(udev)
%if %{sane_backend}
BuildRequires:	pkgconfig(sane-backends)
BuildRequires:	xsane
Requires(post):	hplip
%endif
Requires(post):	systemd
Requires:	cups
# For dynamic ppd generation.
Requires:	foomatic-filters
Requires:	hplip-model-data
Requires:	hplip-hpijs
Requires:	hplip-hpijs-ppds
Requires:	sip-api(%{sip_api_major}) = %{sip_api}
# Needed for communicating with ethernet-connected printers
Requires:	net-snmp-mibs
# Needed to generate fax cover pages
Requires:	python-reportlab
# Needed since 2.8.4 for IPC
Requires:	python-dbus
Requires:	polkit-agent
Requires:	usermode-consoleonly
Requires:	python-gobject
# Required by hp-scan for command line scanning
Requires:	python-imaging
Requires:	sane-backends-hpaio
# Needed to avoid misleading errors about network connectivity (RH bug #705843)
Requires:	wget
# (tpg) hp-check needs this
Requires:	acl
# hplip tools use internal symbols from libhplip that can change among versions
Requires:	%{libhpip} = %{version}
# Some HP ppds are in foomatic-db and foomatic-db-hpijs (mdv bug #47415)
Suggests:	foomatic-db-hpijs
# hp-doctor requires gui modules
Requires:	hplip-gui


# foomatic-db-hpijs drivers are provided by hp and by this package now
# NOTE: remove the foomatic-db-hpijs deps sometime in 2010-10-?? ?
Provides:	foomatic-db-hpijs = %{version}-%{release}

%description
This is the HP driver package to supply Linux support for most
Hewlett-Packard DeskJet, LaserJet, PSC, OfficeJet, and PhotoSmart
printers and all-in-one peripherals (also known as Multi-Function
Peripherals or MFPs), which can print, scan, copy, fax, and/or access
flash memory cards.

It is work in progress, but printing, scanning, memory card access,
ink/toner/battery/consumable level checking, and inkjet printer
maintenance are supported on most models, when either connected to the
USB or LAN (built-in interfaces or selected HP JetDirect models) on a
Linux workstation with CUPS printing system.

For status and consumable checking and also for inkjet maintenance
there is the graphical tool "hp-toolbox" available (Menu:
"System"/"Monitoring"/"HP Printer Toolbox").

%package -n %{libhpip}
Summary:	Dynamic library for the "hplip" HP printer/all-in-one drivers
Group:		System/Printing

%description -n %{libhpip}
Library needed for the "hplip" HP printer/all-in-one drivers

%package -n %{libhpmud}
Summary:	Dynamic library for the "hplip" HP printer/all-in-one drivers
Group:		System/Printing
Conflicts:	%{_lib}hpip0 < 3.13.2-4

%description -n %{libhpmud}
Library needed for the "hplip" HP printer/all-in-one drivers

%package -n %{devname}
Summary:	Headers and links to compile against the "%{libhpip}" ("hplip") library
Group:		Development/C
Requires:	%{libhpip} >= %{version}-%{release}
Requires:	%{libhpmud} >= %{version}-%{release}
Requires:	%{libsane} >= %{version}-%{release}
Provides:	libhpip-devel = %{version}-%{release}
Obsoletes:	%{_lib}hpip0-devel < 3.13.2-4

%description -n %{devname}
This package contains all files which one needs to compile programs using
the "%{libhpip}" library.

%if %{sane_backend}
%package -n %{libsane}
Summary:	SANE driver for scanners in HP's multi-function devices (from HPLIP)
Group:		System/Printing
Requires(post):	sane-backends
Provides:	sane-backends-hpaio = %{version}-%{release}
# (cjw) for system-config-printer
Provides:	libsane-hpaio

%description -n %{libsane}
SANE driver for scanners in HP's multi-function devices (from HPLIP)
%endif

%package model-data
Summary:	Data file listing the HP printer models supported by HPLIP
Group:		System/Printing

%description model-data
HPLIP supports most current HP printers and multifunction devices, but
there are some older models not supported. This package contains the
list of supported models. Printerdrake installs it automatically to
determine whether HPLIP has to be installed or not.

%package gui
Summary:	HPLIP graphical tools
Group:		System/Printing
Requires:	python-qt4-gui
Requires:	%{name} = %{version}-%{release}
Requires:	usermode

%description gui
HPLIP graphical tools.

%package hpijs
Summary:	HPs printer driver IJS plug-in for GhostScript
Group:		System/Printing
Requires:	ghostscript
Provides:	hpijs = %{EVRD}

%description hpijs
HPs printer driver IJS plug-in for GhostScript. This driver gives full
printing support for nearly all non-PostScript inkjet and laser
printers made by HP.

%package hpijs-ppds
Summary:	PPD files for the HPIJS printer driver
Group:		System/Printing
Requires:	foomatic-filters
Requires:	hplip-hpijs

%description hpijs-ppds
PPD files to use the HPIJS printer driver with foomatic-rip and a
printer spooler like CUPS, LPRng, PDQ, ...

%package doc
Summary:	Documentation for HPLIP
Group:		System/Printing

%description doc
This package contains documentation for the HPLIP driver.

This is the HP driver package to supply Linux support for most
Hewlett-Packard DeskJet, LaserJet, PSC, OfficeJet, and PhotoSmart
printers and all-in-one peripherals (also known as Multi-Function
Peripherals or MFPs), which can print, scan, copy, fax, and/or access
flash memory cards.

%prep
%setup -qn %{name}-%{version}%{extraversion}

%patch2 -p1 -b .udev-rules-on-action-change

# Fedora patches

# The pstotiff filter is rubbish so replace it (launchpad #528394).
%patch101 -p1 -b .pstotiff-is-rubbish

# Fix compilation.
%patch102 -p1 -b .strstr-const

# Make utils.checkPyQtImport() look for the gui sub-package (RH bug #243273).
%patch103 -p1 -b .ui-optional

# Make sure to avoid handwritten asm.
%patch104 -p1 -b .no-asm

# Corrected several IEEE 1284 Device IDs using foomatic data.
# Color LaserJet CM1312nfi (bug #581005)
# Color LaserJet 3800 (bug #581935)
# Color LaserJet 2840 (bug #582215)
# Color LaserJet CP1518ni (bug #613689)
# Color LaserJet 2600n (bug #613712)
# Color LaserJet 2500/3700/4550/4600/4650/4700/5550/CP1515n/CP2025n
#                CP3525/CP4520 Series/CM2320nf (bug #659040)
# Color LaserJet CP2025dn (bug #651509)
# Color LaserJet CM4730 MFP (bug #658831)
# Color LaserJet CM3530 MFP (bug #659381)
# LaserJet 4050 Series/4100 Series/2100 Series/4350/5100 Series/8000 Series
#          P3005/P3010 Series/P4014/P4515 (bug #659039)
# LaserJet Professional P1606dn (bug #708472)
# LaserJet Professional M1212nf MFP (bug #742490)
# LaserJet M1536dnf MFP (bug #743915)
# LaserJet M1522nf MFP (bug #745498)
# LaserJet M1319f MFP (bug #746614)
# LaserJet M1120 MFP (bug #754139)
# LaserJet P1007 (bug #585272)
# LaserJet P1505 (bug #680951)
# LaserJet P2035 (Ubuntu #917703)
# PSC 1600 series (bug #743821)
# Officejet 6300 series (bug #689378)
# LaserJet Professional P1102w (bug #795958)
# Color LaserJet CM4540 MFP (bug #968177)
# Color LaserJet cp4005 (bug #980976)
%patch105 -p1 -b .ids

chmod +x %{SOURCE2}
mv prnt/drv/hpijs.drv.in{,.deviceIDs-drv-hpijs}
%{SOURCE2} prnt/drv/hpcups.drv.in \
           prnt/drv/hpijs.drv.in.deviceIDs-drv-hpijs \
           > prnt/drv/hpijs.drv.in

# Add Device ID for
# LaserJet 1200 (bug #577308)
# LaserJet 1320 series (bug #579920)
# LaserJet 2300 (bug #576928)
# LaserJet P2015 Series (bug #580231)
# LaserJet 4250 (bug #585499)
# Color LaserJet 2605dn (bug #583953)
# Color LaserJet 3800 (bug #581935)
# Color LaserJet 2840 (bug #582215)
# LaserJet 4050 Series/4100 Series/2100 Series/2420/4200/4300/4350/5100 Series
#          8000 Series/M3027 MFP/M3035 MFP/P3005/P3010 Series (bug #659039)
# Color LaserJet 2500/2550/2605dn/3700/4550/4600
#                4650/4700/5550/CP3525 (bug #659040)
# Color LaserJet CM4730 MFP (bug #658831)
# Color LaserJet CM3530 MFP (bug #659381)
# Designjet T770 (bug #747957)
# Color LaserJet CM4540 MFP (bug #968177)
# Color LaserJet cp4005 (bug #980976)
for ppd_file in $(grep '^diff' %{PATCH107} | cut -d " " -f 4);
do
  gunzip ${ppd_file#*/}.gz
done

%patch107 -p1 -b .deviceIDs-ppd
for ppd_file in $(grep '^diff' %{PATCH107} | cut -d " " -f 4);
do
  gzip -n ${ppd_file#*/}
done


# Retry when connecting to device fails (RH bug #532112).
%patch108 -p1 -b .retry-open

# Mark SNMP quirks in PPD for HP OfficeJet Pro 8500 (RH bug #581825).
%patch109 -p1 -b .snmp-quirks

# Fixed bogus low ink warnings from hpijs driver (RH bug #643643).
%patch111 -p1 -b .hpijs-marker-supply

# Clear old printer-state-reasons we used to manage (RH bug #510926).
%patch112 -p1 -b .clear-old-state-reasons

# Avoid busy loop in hpcups when backend has exited (RH bug #525944).
%patch114 -p1 -b .hpcups-sigpipe

%patch115 -p1 -b .logdir

# Fixed Device ID parsing code in hpijs's dj9xxvip.c (RH bug #510926).
%patch116 -p1 -b .bad-low-ink-warning

# Fix ImageableArea for Laserjet 8150/9000 (RH bug #596298).
for ppd_file in $(grep '^diff' %{PATCH121} | cut -d " " -f 4);
do
  gunzip ${ppd_file#*/}.gz
done
%patch121 -p1 -b .ImageableArea
for ppd_file in $(grep '^diff' %{PATCH121} | cut -d " " -f 4);
do
  gzip -n ${ppd_file#*/}
done

# Don't run 'chgrp lp /var/log/hp' in makefile (removes all lines with "chgrp")
sed -i '/chgrp/d' Makefile.am

sed -i.duplex-constraints \
    -e 's,\(UIConstraints.* \*Duplex\),//\1,' \
    prnt/drv/hpcups.drv.in

#patch132 -p1 -b .hplip-IEEE-1284-4

# Removed SYSFS use in udev rules and actually made them work (bug #560754).
# Move udev rules to /lib/udev/rules.d (bug #748208).
%patch134 -p1 -b .udev-rules

# Debian/Ubuntu patches

# This patch tries to make sure that black is printed with just
# the black pen, if the printer supports it
%patch201 -p1 -b .01_rss

# code cleanup related to char signedness
%patch203 -p1 -b .14_charsign

# compiling ui files to py
%patch204 -p1 -b .85_rebuild_python_ui

# Corrections on the models.dat entry for the HP PhotoSmart Pro B9100,
# especially for the correct color calibration mode.
%patch206 -p1 -b .hplip-photosmart_b9100_support

# Fixes Short-edge duplex printing if duplex is PJL-controlled
# https://bugs.launchpad.net/hplip/+bug/244295
%patch207 -p1 -b .hplip-pjl-duplex-binding

# original patch from debian, path to kdesu added for %%_libdir on x86_64
# %patch208 -p1 -b .mga-kde4-kdesudo-support

# https://bugs.launchpad.net/debian/+source/hplip/+bug/530746
%patch209 -p1 -b .hp-check-groups

# disable for now, as this changes default hplip behavior
# and change in default scanning application should be decided by a poll first
#%patch215 -p1 -b .simple-scan-as-default

#patch217 -p1 -b .mga-remove-duplicate-entry-for-cp1700-in-drv-files

%patch220 -p1 -b .add-lidil-two-cartridge-modes
# fixed by upstream
#patch224 -p1 -b .hplip-syslog-fix-debug-messages-to-error

%patch225 -p1 -b .hpfax-bug-function-used-before-importing-log

%patch226 -p1 -b .hp-systray-make-menu-title-visible-in-sni-qt-indicator

%patch227 -p1 -b .hp-systray-make-menu-appear-in-sni-qt-indicator-with-kde

%patch228 -p1 -b .hpaio-option-duplex

%patch302 -p0

%patch303 -p1

sed -i.duplex-constraints \
    -e 's,\(UIConstraints.* \*Duplex\),//\1,' \
    prnt/drv/hpcups.drv.in

# Change shebang /usr/bin/env python -> /usr/bin/python (bug #618351).
find -name '*.py' -print0 | xargs -0 \
    sed -i.env-python -e 's,^#!/usr/bin/env python,#!/usr/bin/python,'

# Make all files in the source user-writable
chmod -R u+w .

%build
%serverbuild
#needed by patches 204 and 205
# create required files as placeholder, otherwise autoreconf fails
touch NEWS README AUTHORS ChangeLog
autoreconf -ifv

%if !%{sane_backend}
WITHOUT_SANE="--without-sane"
%endif
%configure2_5x \
	$WITHOUT_SANE \
	--disable-foomatic-rip-hplip-install \
	--enable-scan-build \
	--enable-gui-build \
	--enable-fax-build \
	--enable-pp-build \
	--enable-qt4 --disable-qt3 \
	--enable-hpcups-install \
	--enable-cups-drv-install \
	--enable-cups-ppd-install \
	--enable-hpijs-install \
	--enable-udev-acl-rules \
	--disable-policykit \
	--with-mimedir=%{_datadir}/cups/mime

sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sysconfdir}/hp

%makeinstall_std

# Install files which the "make install" missed to install
install -m 644 ip/hpip.h %{buildroot}%{_includedir}
install -m 644 ip/xform.h %{buildroot}%{_includedir}

# Move doc in sub-package
mv %{buildroot}%{_docdir}/%{name}-%{version}%{extraversion} %{buildroot}%{_docdir}/%{name}-doc-%{version}%{extraversion}

# Remove static libraries of SANE driver
rm -f %{buildroot}%{_libdir}/sane/libsane-hpaio*.la
rm -f %{buildroot}%{_sysconfdir}/sane.d/dll.conf

# Remove other unneeded/unwanted files
# Remove files we don't want to package.
rm -f %{buildroot}%{_datadir}/hplip/hpaio.desc
rm -f %{buildroot}%{_datadir}/hplip/hplip-install
rm -rf %{buildroot}%{_datadir}/hplip/install.*
rm -f %{buildroot}%{_datadir}/hplip/uninstall.*
rm -f %{buildroot}%{_bindir}/hp-uninstall
rm -f %{buildroot}%{_datadir}/hplip/upgrade.*
rm -f %{buildroot}%{_bindir}/hp-upgrade
rm -f %{buildroot}%{_bindir}/hp-config_usb_printer
rm -f %{buildroot}%{_unitdir}/hplip-printer@.service
rm -f %{buildroot}%{_datadir}/hplip/config_usb_printer.*
rm -f %{buildroot}%{_datadir}/hplip/hpijs.drv.in.template
rm -f %{buildroot}%{_datadir}/cups/mime/pstotiff.types
rm -f %{buildroot}%{_datadir}/hplip/fax/pstotiff*
rm -f %{buildroot}%{_cups_serverbin}/filter/hpcac

mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications \
	--remove-category='Application' \
	--remove-category='Utility' \
	--add-category='System' \
	--add-category='Settings' \
	--add-category='Printing' \
	--add-category='Qt' \
	--add-category='HardwareSettings' \
	--remove-key='Version' \
	%{buildroot}%{_datadir}/applications/hplip.desktop

# Create /run/hplip
mkdir -p %{buildroot}/run/hplip

# install /usr/lib/tmpfiles.d/hplip.conf (bug #1015831)
mkdir -p %{buildroot}%{_tmpfilesdir}
cat > %{buildroot}%{_tmpfilesdir}/hplip.conf <<EOF
# See tmpfiles.d(5) for details

d /run/hplip 0775 root lp -
EOF

# install menu icons
for N in 16 32 48 64; do convert %{SOURCE3} -resize ${N}x${N} $N.png; done
install -D -m 0644 16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/hp-sendfax.png
install -D -m 0644 32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/hp-sendfax.png
install -D -m 0644 48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/hp-sendfax.png
install -D -m 0644 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/hp-sendfax.png
install -D -m 0644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/hp-sendfax.png

# (cg) Correct the udev rules dir
mkdir -p %{buildroot}/lib
mv %{buildroot}%{_sysconfdir}/udev %{buildroot}/lib/

# Regenerate hpcups PPDs on upgrade if necessary (bug #579355).
install -p -m755 %{SOURCE1} %{buildroot}%{_bindir}/hpcups-update-ppds

# A tool disable smart install feature in HP printer(s) from linux
# HP Smart Install is a service running on firmware which makes printer to appear
# as "Mass Storage Devices" when connected via USB cable. This is to install the
# minimal printer software from flash memory of printer. This service needs to be
# disabled on linux in order to have the device function as a printer.
install -p -m755 %{SOURCE5} %{buildroot}%{_bindir}/SmartInstallDisable-Tool.run
mkdir -p %{buildroot}%{_docdir}/%{name}
install -p -m755 %{SOURCE6} %{buildroot}%{_docdir}/%{name}

# Make sure pyc files are generated, otherwise we can get
# difficult to debug problems
pushd %{buildroot}%{_datadir}/%{name}
python -m compileall .
popd

# create empty /var/lib/hp/hplip.state to fix hp-plugin installation (mga#5395)
mkdir -p %{buildroot}%{_localstatedir}/lib/hp/
touch %{buildroot}%{_localstatedir}/lib/hp/hplip.state

# Create an empty plugins directory to make sure it gets the right
mkdir -p %{buildroot}%{_datadir}/hplip/prnt/plugins

# create empty log directory so that it can be owned
mkdir -p %{buildroot}%{_localstatedir}/log/hp/tmp

mkdir -p %{buildroot}%{_unitdir}
mv -f %{buildroot}/usr/lib/systemd/system/hplip-printer@.service %{buildroot}%{_unitdir}/hplip-printer@.service

# Images in docdir should not be executable (bug #440552).
find doc/images -type f -exec chmod 644 {} \;

#sed -e 's/0664/0666/' -i %{buildroot}/lib/udev/rules.d/56-hpmud.rules
#sed -e 's/ATTR/#ATTR/' -i %{buildroot}/lib/udev/rules.d/56-hpmud.rules
#sed -e 's/ATTR/SYSFS/' -i %{buildroot}/lib/udev/rules.d/56-hpmud.rules

# The systray applet doesn't work properly (displays icon as a
# window), so don't ship the launcher yet.
# rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop

#We do not need hal
rm -f %{buildroot}%{_datadir}/hal/fdi/preprobe/10osvendor/20-hplip-devices.fdi

#Add rules for all hp printers
echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="03f0", GROUP="lp", MODE:="666"' >> %{buildroot}/lib/udev/rules.d/56-hpmud.rules

# consolehelper config
#

mkdir -p %{buildroot}%{_sbindir}

# - console user, no password
for pak in hp-setup hp-plugin hp-diagnose_plugin; do
		mv %{buildroot}%{_bindir}/$pak %{buildroot}%{_sbindir}/$pak
        ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/$pak
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps/
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak <<EOF
USER=root
PROGRAM=%{_sbindir}/$pak
FALLBACK=false
SESSION=true
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
		cat > %{buildroot}%{_sysconfdir}/pam.d/$pak  <<EOF
#%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF
done

%post
%tmpfiles_create %{name}.conf

%post -n hplip-hpijs-ppds
# Restart CUPS to make the printing PPDs known to it
%_post_service cups

%post -n hplip-hpijs
%{_bindir}/hpcups-update-ppds &>/dev/null ||:

%post -n hplip-model-data
/sbin/udevadm trigger --subsystem-match=usb --attr-match=idVendor=03f0
# ensure permissions are ready when installation completes
/sbin/udevadm settle --timeout=15
:

%if %{sane_backend}
%post -n %{libsane}

# Add HPLIP driver to /etc/sane.d/dll.conf
if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
	echo hpaio >> /etc/sane.d/dll.conf; \
fi
%endif

%if %{sane_backend}
%preun -n %{libsane}
# Remove HPLIP driver from /etc/sane.d/dll.conf
if [ "$1" = 0 ]; then \
	if grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
		sed '/hpaio/d' /etc/sane.d/dll.conf > /tmp/$$; \
		cp -f /tmp/$$ /etc/sane.d/dll.conf; \
		rm -f /tmp/$$; \
	fi; \
fi
%endif

# Restart CUPS to make the removal of the Fax PPD known to it
%_post_service cups

%postun -n hplip-hpijs-ppds
# Restart CUPS to make the removal of the printing PPDs known to it
%_post_service cups

%files
%config(noreplace) %{_sysconfdir}/hp
%dir %{_localstatedir}/lib/hp/
%{_bindir}/hp-align
%{_bindir}/hp-clean
%{_bindir}/hp-colorcal
%{_bindir}/hp-devicesettings
%{_bindir}/hp-diagnose_plugin
%{_bindir}/hp-diagnose_queues
%{_bindir}/hp-doctor
%{_datadir}/hplip/doctor.py*
%{_bindir}/hp-fab
%{_bindir}/hp-faxsetup
%{_bindir}/hp-firmware
%{_bindir}/hp-info
%{_bindir}/hp-levels
%{_bindir}/hp-linefeedcal
%{_bindir}/hp-logcapture
%{_bindir}/hp-makecopies
%{_bindir}/hp-makeuri
%{_bindir}/hp-pkservice
%{_bindir}/hp-plugin
%{_bindir}/hp-pqdiag
%{_bindir}/hp-printsettings
%{_bindir}/hp-probe
%{_bindir}/hp-query
%{_bindir}/hp-scan
%{_bindir}/hp-sendfax
%{_bindir}/hp-setup
%{_bindir}/hp-testpage
%{_bindir}/hp-timedate
%{_bindir}/hp-unload
%{_bindir}/hp-wificonfig

%{_sbindir}/hp-diagnose_plugin
%{_sbindir}/hp-setup
%{_sbindir}/hp-plugin

%{_sysconfdir}/pam.d/hp-diagnose_plugin
%{_sysconfdir}/pam.d/hp-plugin
%{_sysconfdir}/pam.d/hp-setup
%{_sysconfdir}/security/console.apps/hp-diagnose_plugin
%{_sysconfdir}/security/console.apps/hp-plugin
%{_sysconfdir}/security/console.apps/hp-setup

# A tool to disable Smart Install
%{_bindir}/SmartInstallDisable-Tool.run

%exclude %{_datadir}/hplip/data/models
# C libraries for Python
%{_libdir}/python*/*/*.so*
# CUPS backends (0755 permissions, so that CUPS 1.2 runs these backends
# as lp user)
# Note: this must be /usr/lib not %{_libdir}, since that's the
# CUPS serverbin directory.
%attr(0755,root,root) %{_prefix}/lib/cups/backend/hp*
%{_prefix}/lib/cups/filter/hpcups
%{_prefix}/lib/cups/filter/hpcupsfax
%{_prefix}/lib/cups/filter/hpps
%{_prefix}/lib/cups/filter/pstotiff
%{_datadir}/ppd/HP/HP-Fax*.ppd*
%{_datadir}/cups/drv/hp/hpcups.drv
# Files
%dir %{_datadir}/hplip
%{_datadir}/hplip/align.py*
%{_datadir}/hplip/check-plugin.py*
%{_datadir}/hplip/clean.py*
%{_datadir}/hplip/colorcal.py*
#{_datadir}/hplip/config_usb_printer.py*
%{_datadir}/hplip/devicesettings.py*
%{_datadir}/hplip/diagnose_plugin.py*
%{_datadir}/hplip/diagnose_queues.py*
%{_datadir}/hplip/fab.py*
%{_datadir}/hplip/fax
%{_datadir}/hplip/faxsetup.py*
%{_datadir}/hplip/firmware.py*
%{_datadir}/hplip/hpdio.py*
%{_datadir}/hplip/hpssd*
%{_datadir}/hplip/info.py*
%{_datadir}/hplip/__init__.py*
%{_datadir}/hplip/levels.py*
%{_datadir}/hplip/linefeedcal.py*
%{_datadir}/hplip/logcapture.py*
%{_datadir}/hplip/makecopies.py*
%{_datadir}/hplip/makeuri.py*
%{_datadir}/hplip/pkservice.py*
%{_datadir}/hplip/plugin.py*
%{_datadir}/hplip/pqdiag.py*
%{_datadir}/hplip/printsettings.py*
%{_datadir}/hplip/probe.py*
%{_datadir}/hplip/query.py*
%{_datadir}/hplip/scan.py*
%{_datadir}/hplip/sendfax.py*
%{_datadir}/hplip/setup.py*
%{_datadir}/hplip/testpage.py*
%{_datadir}/hplip/timedate.py*
#%{_datadir}/hplip/uninstall.py*
%{_datadir}/hplip/unload.py*
#%{_datadir}/hplip/upgrade.py*
%{_datadir}/hplip/wificonfig.py*
# Directories
%{_datadir}/hplip/base
%{_datadir}/hplip/copier
%dir %{_datadir}/hplip/data
%{_datadir}/hplip/data/ldl
%{_datadir}/hplip/data/localization
%{_datadir}/hplip/data/models
%{_datadir}/hplip/data/pcl
%{_datadir}/hplip/data/ps
%{_datadir}/hplip/installer
%{_datadir}/hplip/pcard
%{_datadir}/hplip/prnt
%{_datadir}/hplip/scan
#{_datadir}/polkit-1/actions/com.hp.hplip.policy
#{_datadir}/dbus-1/system-services/com.hp.hplip.service
%{_localstatedir}/lib/hp/hplip.state
%{_docdir}/%{name}/README.urpmi
#config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.hp.hplip.conf
%dir %attr(0775,root,lp) /run/hplip
%{_tmpfilesdir}/hplip.conf
%{_unitdir}/hplip-printer@.service
%{_datadir}/hplip/hplip_clean.sh
%{_datadir}/cups/mime/pstotiff.convs


%files doc
%doc %{_docdir}/%{name}-doc-%{version}%{extraversion}

%files -n %{libhpip}
%{_libdir}/libhpip.so.%{major}*

%files -n %{libhpmud}
%{_libdir}/libhpmud.so.%{major}*

%files -n %{devname}
%{_includedir}/hpip.h
%{_includedir}/xform.h
%{_libdir}/libhpip.so
%{_libdir}/libhpmud.so
%if %{sane_backend}
%{_libdir}/sane/libsane-hpaio.so

%files -n %{libsane}
%{_libdir}/sane/libsane-hpaio.so.%{sanemaj}*
%endif

%files model-data
/lib/udev/rules.d/*.rules
%{_datadir}/hplip/data/models

%files gui
%{_bindir}/hp-check
%{_bindir}/hp-print
%{_bindir}/hp-systray
%{_bindir}/hp-toolbox
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/hp-sendfax.png
%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
# Files
%{_datadir}/hplip/check.py*
%{_datadir}/hplip/print.py*
%{_datadir}/hplip/systray.py*
%{_datadir}/hplip/toolbox.py*
# Directories
%{_datadir}/hplip/data/images
%{_datadir}/hplip/ui4

%files hpijs
%{_bindir}/hpijs
# Needed for both printing and fax PPDs. They all need HPIJS, therefore
# the link is here
%dir %{_datadir}/ppd
%dir %{_datadir}/ppd/HP
#{_datadir}/cups/drv/hp/hpijs.drv
%{_bindir}/hpcups-update-ppds

%files hpijs-ppds
%{_datadir}/ppd/HP/apollo*.ppd*
%{_datadir}/ppd/HP/hp-*.ppd*

%changelog
* Thu Sep 18 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.6-2
+ Revision: 5eb5686
- Restored the fix for hp-systray
- By default, hp-systray is launched with -x option. In this case, it
- does not check if there are HP devices available and runs anyway, its
- icon is always visible, etc.
- hp-systray should be started without -x option, so that it will run
- only if HP devices are available.

* Thu Sep 18 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.6-1
+ Revision: 6709ecd
- Removed unused patches

* Thu Jul 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.14.6-1
+ Revision: 2e0fa98
- Updated to 3.14.6

* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.14.3-6
+ Revision: 5293449
- Rebuild with new sip

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.14.3-5
+ Revision: b3e0ad6
- MassBuild#440: Increase release tag

* Tue Jun 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.14.3-4
+ Revision: 1a00383
- Updated to 3.14.3 (sync with cooker)

* Tue Jun 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.13.11-26
+ Revision: 22d16fc
- Added sip-api requires

* Fri Apr 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.13.11-25
+ Revision: 3f4fd0e
- Rebuild against python-sip 4.15

* Thu Dec 12 2013 akdengi <kazancas@mandriva.ru> 3.13.11-24
+ Revision: 10cec5f
- return hp-systray desktop

* Thu Dec 12 2013 akdengi <alexander.kazancev@rosalab.ru> 3.13.11-23
+ Revision: eb4a037
- SILENT add missing files

* Thu Dec 12 2013 akdengi <alexander.kazancev@rosalab.ru> 3.13.11-23
+ Revision: 8f2f7d3
- SILENT add missing files

* Thu Dec 12 2013 akdengi <alexander.kazancev@rosalab.ru> 3.13.11-23
+ Revision: 787a812
- create /usr/sbin

* Thu Dec 12 2013 akdengi <alexander.kazancev@rosalab.ru> 3.13.11-23
+ Revision: 2cd4ca2
- add consolekit for hp-setup hp-plugin and hp-diagnose_plugin

* Mon Dec 09 2013 akdengi <kazancas@mandriva.ru> 3.13.11-22
+ Revision: 45c23c7
- SILENT drop hplip-systray.desktop

* Mon Dec 09 2013 akdengi <kazancas@mandriva.ru> 3.13.11-22
+ Revision: 7a2f6d6
- SILENT fix file list

* Mon Dec 09 2013 akdengi <kazancas@mandriva.ru> 3.13.11-22
+ Revision: 84ef5d7
- fix spec

* Mon Dec 09 2013 akdengi <kazancas@mandriva.ru> 3.13.11-22
+ Revision: 4b23d7c
- some spec fix. Add rules for USB

* Fri Dec 06 2013 akdengi <alexander.kazancev@rosalab.ru> 3.13.11-21
+ Revision: 82caba1
- fix IDS and tmpfile create

* Thu Dec 05 2013 akdengi <alexander.kazancev@rosalab.ru> 3.13.11-19
+ Revision: 518b1fe
- do not ghost /run/hplip

* Mon Dec 02 2013 akdengi <alexander.kazancev@rosalab.ru> 3.13.11-19
+ Revision: 4399c2b
- up release

* Wed Nov 27 2013 Alexander Kazancev <kazancas@gmail.com> 3.13.11-17
+ Revision: 3081037
- Fix hp-start pam rule

* Wed Nov 27 2013 Alexander Kazancev <kazancas@gmail.com> 3.13.11-16
+ Revision: 1dd7474
- Return ATTR in hpmud udev rule

* Tue Nov 26 2013 akdengi <kazancas@mandriva.ru> 3.13.11-15
+ Revision: 04b4e9c
- replace all ATTR

* Tue Nov 26 2013 akdengi <kazancas@mandriva.ru> 3.13.11-15
+ Revision: 8103178
- SILENT another fix 56-hpmud.rule

* Tue Nov 26 2013 akdengi <alexander.kazancev@rosalab.ru> 3.13.11-14
+ Revision: d5b6482
- fix sed for hpmud rule

* Tue Nov 26 2013 akdengi <alexander.kazancev@rosalab.ru> 3.13.11-13
+ Revision: 68e0cca
- revert back

* Tue Nov 26 2013 akdengi <alexander.kazancev@rosalab.ru> 3.13.11-13
+ Revision: 70a0445
- revert back

* Mon Nov 25 2013 akdengi <kazancas@mandriva.ru> 3.13.11-12
+ Revision: f76d324
- SILENT fix spec

* Mon Nov 25 2013 Alexander Kazancev <kazancas@gmail.com> 3.13.11-12
+ Revision: d7ea343
- Updated hplip.spec

* Mon Nov 25 2013 akdengi <kazancas@mandriva.ru> 3.13.11-12
+ Revision: ba2d77e
- SILENT really not need hplip systemd service

* Mon Nov 25 2013 akdengi <alexander.kazancev@rosalab.ru> 3.13.11-12
+ Revision: a0bb1ac
- Properly create tmpfiles

* Mon Nov 25 2013 Alexander Kazancev <kazancas@gmail.com> 3.13.11-10
+ Revision: d4922ec
- SILENT really drop 56-hpmud.rules

* Mon Nov 25 2013 Alexander Kazancev <kazancas@gmail.com> 3.13.11-10
+ Revision: eaaf3f2
- SILENT do not remove hplip-printer@.service



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16738 |14mr|hspell-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Free Hebrew linguistic project
Name:		hspell
Version:	1.2
Release:	2
Group:		Text tools
License:	AGPLv3
Url:		http://www.ivrix.org.il/projects/spell-checker/
Source0:	http://hspell.ivrix.org.il/%{name}-%{version}.tar.gz
Patch0:		hspell-1.1-no-strip.patch

%description
The Hspell project is a free Hebrew linguistic project.

Its primary goal is to create a free Hebrew spell-checker.

In addition to a spell-checker, the project also produced a Hebrew
morphological analyzer, which for every valid Hebrew word lists all
of its possible readings (valid combinations of prefix and inflected
base word).

The secondary goal of the project is to make the algorithms and
dictionaries, created initially for the spell-checker, freely
available. These could be used in more sophisticated research or
applications that require Hebrew word lists or a Hebrew morphology
engine.

Such potential application areas might include search engines, speech
synthesis, and much much more. The availability of a free basis will
hopefully encourage free development on top of it, to the benefit of
the general Hebrew-speaking population.

%package -n %{libname}
Summary:	Shared library files for hspell
Group:		Text tools

%description -n %{libname}
Shared library files for the hspell package.

%package -n	%{devname}
Summary:	Development files for hspell
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Conflicts:	%{_lib}hspell0 < 1.1-6

%description -n	%{devname}
Development headers, and files for development from the hspell package.

%prep
%setup -q
%apply_patches

%build
CFLAGS="%{optflags} -fPIC" CPPFLAGS="%{optflags} -fPIC" FFLAGS="optflags -fPIC" \
%configure2_5x \
	--enable-fatverb \
	--enable-fatverb \
	--enable-shared

%make

%install
%makeinstall_std

%files
%{_bindir}/*
%{_datadir}/hspell/*.wgz*
%{_mandir}/man1/*
%{_mandir}/man3/*

%files -n %{libname}
%{_libdir}/libhspell.so.%{major}*

%files -n %{devname}
%{_libdir}/libhspell.so
%{_libdir}/libhspell.a
%{_includedir}/hspell.h
%{_includedir}/linginfo.h


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-2
+ Revision: ae8afcc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16739 |14mr|hsqldb1-1.8.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global cvs_version 1_8_1_3
%global majorversion 1
Name:          hsqldb1
Version:       1.8.1.3
Release:       4
Group:		Development/Java
Summary:       HyperSQL Database Engine
License:       BSD
URL:           http://hsqldb.sourceforge.net/

Source0:       http://downloads.sourceforge.net/hsqldb/hsqldb_%{cvs_version}.zip
Source1:       http://mirrors.ibiblio.org/pub/mirrors/maven2/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.pom
Patch0:        hsqldb-jdbc-4.1.patch
BuildRequires: ant
BuildRequires: jpackage-utils >= 0:1.5
BuildRequires: junit
BuildRequires: servletapi5

Requires:      java
Requires:      servletapi5
Requires:      jpackage-utils
BuildArch:     noarch

%description
HSQLdb is a relational database engine written in JavaTM , with a JDBC
driver, supporting a subset of ANSI-92 SQL. It offers a small (about
100k), fast database engine which offers both in memory and disk based
tables. Embedded and server modes are available. Additionally, it
includes tools such as a minimal web server, in-memory query and
management tools (can be run as applets or servlets, too) and a number
of demonstration examples.
Downloaded code should be regarded as being of production quality. The
product is currently being used as a database and persistence engine in
many Open Source Software projects and even in commercial projects and
products! In it's current version it is extremely stable and reliable.
It is best known for its small size, ability to execute completely in
memory and its speed. Yet it is a completely functional relational
database management system that is completely free under the Modified
BSD License. Yes, that's right, completely free of cost or restrictions!

%package javadoc

Summary:       Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n hsqldb

# set right permissions
find . -name "*.sh" -exec chmod 755 \{\} \;
# remove all _notes directories
for dir in `find . -name _notes`; do rm -rf $dir; done
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
find . -name "*.class" -exec rm -f {} \;
find . -name "*.war" -exec rm -f {} \;
# correct silly permissions
chmod -R go=u-w *

%patch0 -p1

cp %{SOURCE1} ./pom.xml

%build
export CLASSPATH=$(build-classpath servletapi5 junit)
pushd build
ant jar javadoc
popd

%install

# jar
mkdir -p %{buildroot}%{_javadir}
install -m 644 lib/hsqldb.jar %{buildroot}%{_javadir}/%{name}.jar
pushd %{buildroot}%{_javadir}
ln -s %{name}.jar hsqldb.jar
popd

# Maven metadata
mkdir -p %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
# %add_maven_depmap JPP-%{name}.pom %{name}.jar -v "%{majorversion}"

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -r doc/src/* %{buildroot}%{_javadocdir}/%{name}

%files
%doc doc/hsqldb_lic.txt
%{_javadir}/*
#%{_mavendepmapfragdir}/*
%{_mavenpomdir}/*

%files javadoc
%{_javadocdir}/%{name}
%doc doc/hsqldb_lic.txt

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.1.3-4
+ Revision: f7e0ac5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16740 |14mr|hsqldb1.8.0-1.8.0.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _localstatedir %{_var}
%define section	devel
%define cvsver 	1_8_0_10
%define oname 	hsqldb

Summary:	Hsqldb Database Engine
Name:		hsqldb1.8.0
Version:	1.8.0.10
Release:	2
Group:		Development/Java
License:	BSD
Url:		http://hsqldb.sourceforge.net/
Source0:	http://downloads.sourceforge.net/hsqldb/hsqldb_%{cvsver}.zip
Source1:	hsqldb-1.8.0-standard.cfg
Source2:	hsqldb-1.8.0-standard-server.properties
Source3:	hsqldb-1.8.0-standard-webserver.properties
Source4:	hsqldb-1.8.0-standard-sqltool.rc
Patch0:		hsqldb-1.8.0-scripts.patch
Patch1:		hsqldb-tmp.patch
Buildarch:	noarch
# Building hsqldb 1.8.0 with JDK >= 1.6 doesn't work (new abstract
# functions in base classes), so we force GCJ (JDK 1.5 compatible)
BuildRequires:	java-1.5.0-gcj-devel
BuildRequires:	ant
BuildRequires:	junit
BuildRequires:	java-rpmbuild >= 0:1.5
BuildRequires:	servletapi5
Requires(pre,post,preun,postun):	rpm-helper
Requires:	servletapi5
Requires(post):	servletapi5
Requires(post):	jpackage-utils
Requires(pre):	shadow-utils

%description
This package contains the hsqldb java classes. The server is contained
in the package %{oname}-server.

%package manual
Summary:	Manual for %{oname}
Group:		Development/Java

%description manual
Documentation for %{oname}.

%package javadoc
Summary:	Javadoc for %{oname}
Group:		Development/Java

%description javadoc
Javadoc for %{oname}.

%package demo
Summary:	Demo for %{oname}
Group:		Development/Java
Requires:	%{name} = %{version}-%{release}

%description demo
Demonstrations and samples for %{oname}.

%package server
Summary:	Hsqldb database server
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description server
HSQLdb is a relational database engine written in JavaTM , with a JDBC
driver, supporting a subset of ANSI-92 SQL. It offers a small (about
100k), fast database engine which offers both in memory and disk based
tables. Embedded and server modes are available. Additionally, it
includes tools such as a minimal web server, in-memory query and
management tools (can be run as applets or servlets, too) and a number
of demonstration examples.
Downloaded code should be regarded as being of production quality. The
product is currently being used as a database and persistence engine in
many Open Source Software projects and even in commercial projects and
products! In it's current version it is extremely stable and reliable.
It is best known for its small size, ability to execute completely in
memory and its speed. Yet it is a completely functional relational
database management system that is completely free under the Modified
BSD License. Yes, that's right, completely free of cost or restrictions!

This package contains the server.

%prep
%setup -T -c -n %{oname}
(cd ..
unzip -q %{SOURCE0} 
)
# set right permissions
find . -name "*.sh" -exec chmod 755 \{\} \;
# remove all _notes directories
for dir in `find . -name _notes`; do rm -rf $dir; done
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
find . -name "*.class" -exec rm -f {} \;
find . -name "*.war" -exec rm -f {} \;
# correct silly permissions
chmod -R go=u-w *
%{_bindir}/find . -type f -name '*.css' -o -name '*.html' -o -name '*.txt' | \
  %{_bindir}/xargs -t perl -pi -e 's/\r$//g'

%apply_patches

cat > README.%{version}-%{release}.upgrade.urpmi <<EOF
The server has been removed from the hsqldb package and moved to a
separate package named %{oname}-server as it is not needed by most users.
Install it if you wish to use the Hsqldb server.
EOF

%build
export JAVA_HOME=/usr/lib/jvm/java-1.5.0-gcj
export CLASSPATH=$(build-classpath \
	jsse/jsse \
	jsse/jnet \
	jsse/jcert \
	jdbc-stdext \
	servletapi5 \
	junit)
pushd build
ant jar javadoc
popd

%install
# jar
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 lib/%{oname}.jar %{buildroot}%{_javadir}/%{oname}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} ${jar/-%{version}/}; done)
# bin
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 bin/runUtil.sh %{buildroot}%{_bindir}/%{oname}RunUtil
# sysv init
install -d -m 755 %{buildroot}%{_initrddir}
install -m 755 bin/%{oname} %{buildroot}%{_initrddir}/%{oname}
# config
install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/%{oname}
# serverconfig
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{oname}
install -m 644 %{SOURCE2} %{buildroot}%{_localstatedir}/lib/%{oname}/server.properties
install -m 644 %{SOURCE3} %{buildroot}%{_localstatedir}/lib/%{oname}/webserver.properties
install -m 600 %{SOURCE4} %{buildroot}%{_localstatedir}/lib/%{oname}/sqltool.rc
# lib
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{oname}/lib
install -m 644 lib/functions         %{buildroot}%{_localstatedir}/lib/%{oname}/lib
# data
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{oname}/data
# demo
install -d -m 755 %{buildroot}%{_datadir}/%{oname}/demo
install -m 755 demo/*.sh         %{buildroot}%{_datadir}/%{oname}/demo
install -m 644 demo/*.html         %{buildroot}%{_datadir}/%{oname}/demo
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{oname}-%{version}
cp -r doc/src/* %{buildroot}%{_javadocdir}/%{oname}-%{version}
rm -rf doc/src
# manual
install -d -m 755 %{buildroot}%{_docdir}/%{oname}-%{version}
cp -r doc/* %{buildroot}%{_docdir}/%{oname}-%{version}
cp index.html %{buildroot}%{_docdir}/%{oname}-%{version}

%pre server
# Add the "hsqldb" user and group
# we need a shell to be able to use su - later

# (Anssi 01/2008) Previously _pre_groupadd was used here together with
# _pre_useradd, causing an error situation where group is created, but
# the user is not:
#    useradd:	group hsqldb exists - if you want to add this user to that group, use -g.
# Therefore we remove the hsqldb group if it exists without the corresponding
# user.
getent group %{oname} >/dev/null && ! getent passwd %{oname} >/dev/null && groupdel %{oname}  >/dev/null
getent passwd %{oname} >/dev/null && chsh -s /bin/sh %{oname} >/dev/null
%_pre_useradd %{oname} %{_localstatedir}/lib/%{oname} /bin/sh

%post server
rm -f %{_localstatedir}/lib/%{oname}/lib/hsqldb.jar
rm -f %{_localstatedir}/lib/%{oname}/lib/servlet.jar
(cd %{_localstatedir}/lib/%{oname}/lib
    ln -s %{_javadir}/hsqldb.jar hsqldb.jar
    ln -s %{_javadir}/servletapi5.jar servlet.jar
)
%_post_service %{name}

%postun server
%_postun_userdel %{oname}

%preun server
if [ "$1" = "0" ]; then
    rm -f %{_localstatedir}/lib/%{oname}/lib/hsqldb.jar
    rm -f %{_localstatedir}/lib/%{oname}/lib/servlet.jar
%if 0
    %{_sbindir}/userdel %{oname} >> /dev/null 2>&1 || :
    %{_sbindir}/groupdel %{oname} >> /dev/null 2>&1 || :
%endif
fi
%_preun_service %{name}

%files
%doc README*.urpmi
%{_javadir}/*

%files server
%{_bindir}/*
%{_initrddir}/%{oname}
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/%{oname}
%attr(0755,hsqldb,hsqldb) %{_localstatedir}/lib/%{oname}/data
%{_localstatedir}/lib/%{oname}/lib
%{_localstatedir}/lib/%{oname}/server.properties
%{_localstatedir}/lib/%{oname}/webserver.properties
%attr(0600,hsqldb,hsqldb) %{_localstatedir}/lib/%{oname}/sqltool.rc
%dir %{_localstatedir}/lib/%{oname}

%files manual
%doc %{_docdir}/%{oname}-%{version}

%files javadoc
%{_javadocdir}/%{oname}-%{version}

%files demo
%{_datadir}/%{oname}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.0.10-2
+ Revision: c392b6c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16741 |14mr|hsqldb-2.3.1-1.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%global pomversion 2.3.0

Name:           hsqldb
Version:        2.3.1
Release:        1.2
Epoch:          1
Summary:        HyperSQL Database Engine

License:        BSD
URL:            http://hsqldb.sourceforge.net/
Group:          Databases

BuildArch:      noarch

Source0:        http://downloads.sourceforge.net/hsqldb/%{name}-%{version}.zip
Source1:        %{name}-1.8.0-standard.cfg
Source2:        %{name}-1.8.0-standard-server.properties
Source3:        %{name}-1.8.0-standard-webserver.properties
Source4:        %{name}-1.8.0-standard-sqltool.rc
Source5:        http://www.hsqldb.org/repos/org/hsqldb/hsqldb/%{pomversion}/hsqldb-%{pomversion}.pom
# Custom systemd files - talking with upstream about incorporating them, see
# http://sourceforge.net/projects/hsqldb/forums/forum/73673/topic/5367103
Source6:        %{name}.systemd
Source7:        %{name}-wrapper
Source8:        %{name}-post
Source9:        %{name}-stop

# Javadoc fails to create since apidocs folder is deleted and not recreated
Patch0:         %{name}-apidocs.patch
# Package org.hsqldb.cmdline was only compiled with java 1.5
Patch1:         %{name}-cmdline.patch

BuildRequires:  ant
BuildRequires:  jpackage-utils >= 0:1.5
BuildRequires:  junit
BuildRequires:  systemd-units
#BuildRequires:  tomcat-servlet-3.0-api
BuildRequires:  servlet25

Requires:       java
Requires:       servlet25
#Requires:       tomcat-servlet-3.0-api
Requires(pre):  shadow-utils
Requires(post): systemd
Requires(post): systemd-units
Requires(preun):  initscripts
Requires(preun):  systemd-units
Requires(postun): systemd-units


%description
HSQLdb is a relational database engine written in JavaTM , with a JDBC
driver, supporting a subset of ANSI-92 SQL. It offers a small (about
100k), fast database engine which offers both in memory and disk based
tables. Embedded and server modes are available. Additionally, it
includes tools such as a minimal web server, in-memory query and
management tools (can be run as applets or servlets, too) and a number
of demonstration examples.
Downloaded code should be regarded as being of production quality. The
product is currently being used as a database and persistence engine in
many Open Source Software projects and even in commercial projects and
products! In it's current version it is extremely stable and reliable.
It is best known for its small size, ability to execute completely in
memory and its speed. Yet it is a completely functional relational
database management system that is completely free under the Modified
BSD License. Yes, that's right, completely free of cost or restrictions!

%package manual
Summary:    Manual for %{name}



%description manual
Documentation for %{name}.

%package javadoc
Summary:    Javadoc for %{name}


Requires:   jpackage-utils

%description javadoc
Javadoc for %{name}.

%package demo
Summary:    Demo for %{name}


Requires:   %{name} = %{epoch}:%{version}-%{release}

%description demo
Demonstrations and samples for %{name}.

%prep
%setup -q -n %{name}-%{version}/%{name}
# set right permissions
find . -name "*.sh" -exec chmod 755 \{\} \;
# remove all _notes directories
for dir in `find . -name _notes`; do rm -rf $dir; done
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
find . -name "*.class" -exec rm -f {} \;
find . -name "*.war" -exec rm -f {} \;
# correct silly permissions
chmod -R go=u-w *

# Fix doc location
sed -i -e 's/doc-src/doc/g' build/build.xml

%patch0 -p1
%patch1 -p1

%build
export CLASSPATH=$(build-classpath \
servlet \
junit)
pushd build
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
ant hsqldb javadoc
popd

%install
# jar
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 lib/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar
# bin
install -d -m 755 %{buildroot}%{_bindir}
# systemd
install -d -m 755 %{buildroot}%{_unitdir}
install -d -m 755 %{buildroot}%{_prefix}/lib/%{name}
install -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}.service
install -m 755 %{SOURCE7} %{buildroot}%{_prefix}/lib/%{name}/%{name}-wrapper
install -m 755 %{SOURCE8} %{buildroot}%{_prefix}/lib/%{name}/%{name}-post
install -m 755 %{SOURCE9} %{buildroot}%{_prefix}/lib/%{name}/%{name}-stop
# config
install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
# serverconfig
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
install -m 644 %{SOURCE2} %{buildroot}%{_localstatedir}/lib/%{name}/server.properties
install -m 644 %{SOURCE3} %{buildroot}%{_localstatedir}/lib/%{name}/webserver.properties
install -m 600 %{SOURCE4} %{buildroot}%{_localstatedir}/lib/%{name}/sqltool.rc
# lib
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/lib
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -r doc/apidocs/* %{buildroot}%{_javadocdir}/%{name}
# data
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/data
# manual
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp -r doc/* %{buildroot}%{_docdir}/%{name}-%{version}
cp index.html %{buildroot}%{_docdir}/%{name}-%{version}

cd ..
# Maven metadata
install -pD -T -m 644 %{SOURCE5} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
# %add_maven_depmap
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

pushd %{buildroot}%{_localstatedir}/lib/%{name}/lib
    # build-classpath can not be used as the jar is not
    # yet present during the build
    ln -s %{_javadir}/hsqldb.jar hsqldb.jar
    ln -s $(build-classpath servlet) servlet.jar
popd

%preun
%systemd_preun hsqldb.service

%pre
# Add the "hsqldb" user and group
# we need a shell to be able to use su - later
%{_sbindir}/groupadd -g 96 -f -r %{name} 2> /dev/null || :
%{_sbindir}/useradd -u 96 -g %{name} -s /sbin/nologin \
    -d %{_localstatedir}/lib/%{name} -r %{name} 2> /dev/null || :

%post
%systemd_post hsqldb.service

%postun
%systemd_postun_with_restart hsqldb.service

%triggerun -- hsqldb < 1.8.1.3-9
# Save the current service runlevel info
# User must manually run systemd-sysv-convert --apply httpd
# to migrate them to systemd targets
/usr/bin/systemd-sysv-convert --save hsqldb >/dev/null 2>&1 ||:

# If the package is allowed to autostart:
/bin/systemctl --no-reload enable hsqldb.service >/dev/null 2>&1 ||:

# Run these because the SysV package being removed won't do them
/sbin/chkconfig --del hsqldb >/dev/null 2>&1 || :
/bin/systemctl try-restart hsqldb.service >/dev/null 2>&1 || :

%files
%defattr(-,root,root,-)
%{_javadir}/*
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_unitdir}/%{name}.service
%{_prefix}/lib/%{name}/%{name}-wrapper
%{_prefix}/lib/%{name}/%{name}-post
%{_prefix}/lib/%{name}/%{name}-stop
%attr(0700,hsqldb,hsqldb) %{_localstatedir}/lib/%{name}/data
%{_localstatedir}/lib/%{name}/lib
%{_localstatedir}/lib/%{name}/server.properties
%{_localstatedir}/lib/%{name}/webserver.properties
%attr(0600,hsqldb,hsqldb) %{_localstatedir}/lib/%{name}/sqltool.rc
%dir %{_localstatedir}/lib/%{name}
%{_mavendepmapfragdir}/*
%{_mavenpomdir}/*

%files manual
%doc %{_docdir}/%{name}-%{version}

%files javadoc
%doc %{_javadocdir}/%{name}

%files demo


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.3.1-1.2
+ Revision: 4df69fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16742 |14mr|ht2html-2.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           ht2html
Version:        2.0
Release:        17
Epoch:          0
Summary:        The www.python.org Web site generator
URL:            http://ht2html.sourceforge.net/
Source0:        http://osdn.dl.sourceforge.net/ht2html/%{name}-%{version}.tar.bz2
Source1:        %{name}.sh
License:        Public Domain
Group:          Development/Python
BuildRequires:  python-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-root
BuildArch:      noarch

%description
The www.python.org Web site generator.

%prep
%setup -q

%build

%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_bindir}
%{__install} -m 755 %{SOURCE1} %{buildroot}%{_bindir}

%{__mkdir_p} %{buildroot}%{_datadir}/%{name}
%{__install} -m 755 calcroot.py %{buildroot}%{_datadir}/%{name}
%{__install} -m 755 ht2html.py %{buildroot}%{_datadir}/%{name}
%{__install} -m 644 BAWGenerator.py %{buildroot}%{_datadir}/%{name}
%{__install} -m 644 Banner.py %{buildroot}%{_datadir}/%{name}
%{__install} -m 644 HTParser.py %{buildroot}%{_datadir}/%{name}
%{__install} -m 644 IPC8Generator.py %{buildroot}%{_datadir}/%{name}
%{__install} -m 644 JPyGenerator.py %{buildroot}%{_datadir}/%{name}
%{__install} -m 644 JPyLocalGenerator.py %{buildroot}%{_datadir}/%{name}
%{__install} -m 644 LinkFixer.py %{buildroot}%{_datadir}/%{name}
%{__install} -m 644 PDOGenerator.py %{buildroot}%{_datadir}/%{name}
%{__install} -m 644 SelfGenerator.py %{buildroot}%{_datadir}/%{name}
%{__install} -m 644 Sidebar.py %{buildroot}%{_datadir}/%{name}
%{__install} -m 644 Skeleton.py %{buildroot}%{_datadir}/%{name}
%{__install} -m 644 StandardGenerator.py %{buildroot}%{_datadir}/%{name}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc README doc/*.{html,png}
%{_datadir}/%{name}
%attr(0755,root,root) %{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:2.0-17
+ Revision: 941e840
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16743 |14mr|html2ps-2.0-2.b5.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_version 1.0b5

Summary:	HTML to PostScript converter
Name:		html2ps
Version:	2.0
Release:	%mkrel 2.b5.8
License:	GPL
Group:		Graphics
URL:		http://user.it.uu.se/~jan/html2ps.html
Source:		http://user.it.uu.se/~jan/html2ps-%{real_version}.tar.gz
Patch0:		html2ps-1.0b5-conf.patch
Patch1:		html2ps-1.0b5-perl_path.patch
Patch2:		html2ps-1.0b5-open.patch
BuildArch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The Perl script html2ps converts HTML to PostScript. It would have more
capabilities if you have some of these packages installed: ImageMagick,
netpbm-progs, libjpeg-progs, perl-libwww, ghostscript, tetex, tetex-dvips
- see documentation for details.

html2ps can be used as ImageMagick delegate to convert from HTML.

%package -n	xhtml2ps
Summary:	GUI frontend for html2ps, a HTML-to-PostScript converter
Group:		Graphics
Requires:	%{name} = %{version}
Requires:	tk

%description -n	xhtml2ps
xhtml2ps is freely-available GUI frontend for html2ps, a HTML-to-PostScript
converter.

%prep

%setup -n %{name}-%{real_version}
%patch0 -p1
%patch1 -p1
%patch2 -p0

%build
perl -pi.orig -e '
        s|\@CONFDIR\@|%{_sysconfdir}|;
        s|\@DOCDIR\@|%{_docdir}/%{name}|;
    ' html2ps html2ps.1

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_mandir}/man5

install -m0755 html2ps %{buildroot}%{_bindir}/html2ps
install -m0755 contrib/xhtml2ps/xhtml2ps %{buildroot}%{_bindir}/xhtml2ps

install -m0644 html2psrc %{buildroot}%{_sysconfdir}/html2psrc
install -m0644 html2ps.1 %{buildroot}%{_mandir}/man1/html2ps.1
install -m0644 html2psrc.5 %{buildroot}%{_mandir}/man5/html2psrc.5

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc COPYING html2ps.html README sample
%config(noreplace) %{_sysconfdir}/html2psrc
%{_bindir}/html2ps
%{_mandir}/man1/html2ps.1*
%{_mandir}/man5/html2psrc.5*

%files -n xhtml2ps
%defattr(-,root,root,0755)
%doc contrib/xhtml2ps/LICENSE contrib/xhtml2ps/README
%{_bindir}/xhtml2ps




%changelog
* Sat Feb 04 2012 root <root@build-client_i586-2.rosalab.ru> 2.0-2.b5.8
+ Revision: 89598be
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16744 |14mr|html2text-1.3.2a-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A command line utility to convert HTML document to plain text
Name:		html2text
Version:	1.3.2a
Release:	12
Group:		File tools
License:	GPL
URL:		http://userpage.fu-berlin.de/~mbayer/tools/html2text.html
Source0:        http://userpage.fu-berlin.de/%7Embayer/tools/%{name}-%{version}.tar.bz2
BuildRequires:  gcc-c++
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
html2text is a command line utility, written in C++, that converts HTML
documents into plain text.

%prep

%setup -q

%build
%configure2_5x
%make DEBUG="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}/{%{_bindir},%{_mandir}/{man1,man5}}

gunzip %{name}.1.gz %{name}rc.5.gz

install -m755 %{name} %{buildroot}%{_bindir}
install -m644 %{name}.1  %{buildroot}%{_mandir}/man1/
install -m644 %{name}rc.5 %{buildroot}%{_mandir}/man5/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES COPYING CREDITS INSTALL KNOWN_BUGS RELEASE_NOTES README TODO
%{_bindir}/*
%{_mandir}/man?/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.2a-12
+ Revision: 04ddce3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16745 |14mr|htmldoc-1.8.27-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Convert HTML documents into PDF or PS format
Name:		htmldoc
Version:	1.8.27
Release:	16
License:	GPLv2
Group:		File tools
URL:		http://www.htmldoc.org/
Source:		%{name}-%{version}-source.tar.bz2 
Patch0:		htmldoc-1.8.27-CVE-2009-3050.diff
Patch1:		htmldoc-fortify-fail.patch
Patch2:		htmldoc-1.8.27-fix-build-against-libpng15.patch
Patch3:		htmldoc-1.8.27-fixdso.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	zlib-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	fltk-devel
Requires:	fltk

%description
HTMLDOC allow you to convert Html documents into PDF or PS format.
Links and somes specific things of PDF format can be used.

%package	nogui
Summary:	Convert HTML documents into PDF or PS format 
Group:		File tools

%description	nogui
This package contains the non-GUI version of %{name}

%prep

%setup -q
%patch0 -p1 -b .CVE-2009-3050
%patch1 -p1
%patch2 -p1 -b .libpng15
%patch3 -p1 -b .dso

%build
# first build the non gui version
%configure2_5x \
    --disable-rpath \
    --disable-localpng \
    --disable-localjpeg \
    --disable-localzlib \
    --without-gui

%make
mv htmldoc/htmldoc htmldoc-nogui
make clean

%configure2_5x \
    --disable-rpath \
    --disable-localpng \
    --disable-localjpeg \
    --disable-localzlib \
    --with-gui \
    --with-openssl-libs \
    --with-openssl-includes

%make

%install
%makeinstall

install -d %{buildroot}%{_bindir}
install -m0755 htmldoc-nogui %{buildroot}%{_bindir}/

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=HTMLDoc
Comment=Convert HTML files to PDF or PostScript
Exec=%{_bindir}/%{name}
Icon=publishing_section
Terminal=false
Type=Application
StartupNotify=true
MimeType=text/html;
Categories=FileTools;Utility;
EOF

%files
%defattr(-,root,root,0755)
%doc CHANGES.txt README.txt COPYING.txt
%{_bindir}/htmldoc
%{_mandir}/man1/*
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop

%files nogui
%defattr(-,root,root,0755)
%doc CHANGES.txt README.txt COPYING.txt
%{_bindir}/htmldoc-nogui



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.27-16
+ Revision: f22c13c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16746 |14mr|htop-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           htop
Version:        1.0.2
Release:        2

Summary:        Interactive text-mode process viewer for Linux
License:        GPLv2+
Group:          Monitoring
URL:            http://htop.sourceforge.net/
Source0:        http://ovh.dl.sourceforge.net/htop/htop-%{version}.tar.gz

BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(ncursesw)
BuildRequires:  pkgconfig(ncurses++)
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  pkgconfig(menu)
BuildRequires:  pkgconfig(form)


%description
htop is an interactive process viewer for Linux, similar to top.
It requires ncurses. Tested with Linux 2.4 and 2.6.

Some advantages over top:

* you can scroll the list vertically and horizontally to see
  all processes and complete command lines
* htop starts faster than top
* you don't need to type the process number to kill a process
* you don't need to type the process number or the priority value to
  renice a process
* htop supports mouse operation

%prep
%setup -q

%build
%{configure2_5x}
%{make}

%install
%{makeinstall_std}
# A hack to hide htop.from the menu
rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop

%files
%doc README AUTHORS NEWS
%{_bindir}/%{name}
%{_datadir}/pixmaps/*
%{_mandir}/man1/%{name}.*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-2
+ Revision: 364c6e8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16747 |14mr|httpunit-1.7-0.0.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           httpunit
Version:        1.7
Release:        0.0.9
Epoch:          0
Summary:        Automated web site testing toolkit
License:        MIT
Source0:        http://download.sourceforge.net/httpunit/httpunit-%{version}.zip
Patch0:         %{name}.build.patch
Patch1:         %{name}-JavaScript-NotAFunctionException.patch
Patch2:         %{name}-servlettest.patch
URL:            http://httpunit.sourceforge.net/
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  nekohtml
BuildRequires:  jtidy
BuildRequires:  locales-en
BuildRequires:  junit >= 0:3.8
BuildRequires:  servlet24
BuildRequires:  javamail >= 0:1.3
BuildRequires:  jaf >= 0:1.0.2
BuildRequires:  rhino
BuildRequires:  unzip
Requires:       junit >= 0:3.8
Requires:       jpackage-utils
Requires:       servlet24
Requires:       jaxp_parser_impl
# As of 1.5, requires either nekohtml or jtidy, and prefers nekohtml.
Requires:       nekohtml
Requires:       rhino
Group:          Development/Java
BuildArch:      noarch
BuildRequires:  java-devel

%description
HttpUnit emulates the relevant portions of browser behavior, including form
submission, JavaScript, basic http authentication, cookies and automatic page
redirection, and allows Java test code to examine returned pages either as
text, an XML DOM, or containers of forms, tables, and links.
A companion framework, ServletUnit is included in the package.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}

%package        doc
Summary:        Documentation for %{name}
Group:          Development/Java
Requires:       %{name}-javadoc

%description    doc
Documentation for %{name}

%package        demo
Summary:        Demo for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description    demo
Demonstrations and samples for %{name}.


%prep
%setup -q
# to create the test and examples jar
%patch0 -p0
# patch to work with rhino 1.5
%patch1 -p0 -b .sav
# add META-INF
%patch2 -p0
# %{__unzip} -qd META-INF lib/httpunit.jar "*.dtd" # 1.6 dist zip is borked
# remove all binary libs and javadocs
find . -name "*.jar" -exec rm -f {} \;
rm -rf doc/api
ln -s \
  %{_javadir}/junit.jar \
  %{_javadir}/jtidy.jar \
  %{_javadir}/nekohtml.jar \
  %{_javadir}/servletapi5.jar \
  %{_javadir}/js.jar \
  %{_javadir}/xerces-j2.jar \
  jars


%build
export LC_ALL=en_US.ISO-8859-1
export CLASSPATH=$(build-classpath jaf javamail)
%{ant} -Dbuild.compiler=modern -Dbuild.sysclasspath=last \
  jar javadocs test servlettest testjar examplesjar

%install

mkdir -p %{buildroot}%{_javadir}
cp -p lib/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar

# Jar versioning
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; \
 do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# Javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr doc/api/* %{buildroot}%{_javadocdir}/%{name}

# Avoid having api in doc
rm -rf doc/api

# Fix link between doc and javadoc
pushd doc
ln -sf %{_javadocdir}/%{name}-%{version} api
popd

# Demo
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -p examples/* %{buildroot}%{_datadir}/%{name}
cp -p lib/%{name}-test.jar \
  %{buildroot}%{_datadir}/%{name}/%{name}-test-%{version}.jar
cp -p lib/%{name}-examples.jar \
  %{buildroot}%{_datadir}/%{name}/%{name}-examples-%{version}.jar

%files
%defattr(0644,root,root,0755)
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}

%files doc
%defattr(0644,root,root,0755)
%doc doc/*

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}


%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.7-0.0.9
+ Revision: 007e573
- Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16748 |14mr|hugin-2013.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Panorama Tools GUI
Name:		hugin
Version:	2013.0.0
Release:	7
License:	GPLv2+
Group:		Graphics
Url:		http://hugin.sourceforge.net
Source0:	http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.bz2
Patch0:		hugin-2012.0.0-invalid-utf8.patch

BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	swig >= 2.0
BuildRequires:	tclap
BuildRequires:	zip
BuildRequires:	boost-devel
#BuildRequires:	fftw2-devel
BuildRequires:	jpeg-devel
# pkgconfig(libtiff-4) is not provided by libtiff in 2011 so we use old format
BuildRequires:	tiff-devel
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(lensfun)
BuildRequires:	pkgconfig(libpano13) >= 2.9.18
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
Requires:	enblend >= 3.2
Requires:	libpano13-tools >= 2.9.18
Requires:	perl-Image-ExifTool

%description
Hugin can be used to stitch multiple images together. The resulting image can
span 360 degrees. Another common use is the creation of very high resolution
pictures by combining multiple images. 

%prep
%setup -q
%patch0 -p0
# Fix error: non-readable in debug package, we get 1000+ errors from rpmlint
find . -type f -exec chmod 644 {} \;

sed -i 's/Exec=hugin/Exec=hugin %%f/' src/hugin1/hugin/hugin.desktop

%build
%define Werror_cflags %{nil}
%cmake -DCMAKE_SKIP_RPATH:BOOL=OFF -DBUILD_HSI=1 -DENABLE_LAPACK=ON
find . -iname flags.make -exec sed -i 's/\-pthread;/\-pthread\ /' {} \;
find . -iname link.txt -exec sed -i 's/\-pthread;/\-pthread\ /' {} \;
%make

%install
%makeinstall_std -C build

# menu entry
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="X-MandrivaLinux-CrossDesktop;" \
	--add-category="Photography" \
	--add-category="Graphics" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name} nona_gui %{name}.lang

%files -f %{name}.lang
%doc AUTHORS COPYING INSTALL_cmake README README_JP TODO LICENCE_VIGRA doc/nona.txt doc/fulla.html src/hugin1/hugin/xrc/data/help_en_EN/LICENCE.manual
%{_bindir}/*
%{_libdir}/%{name}/lib*.so.*
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/gnome/48x48/mimetypes/gnome-mime-application-x-ptoptimizer-script.png
%{_datadir}/mime/packages/hugin.xml
%{_datadir}/pixmaps/hugin.png
%{_datadir}/pixmaps/ptbatcher.png
%{py_platsitedir}/*
%{_mandir}/man?/*


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2013.0.0-7
+ Revision: a93ef22
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16749 |14mr|hunspell-1.3.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define api	1.3
%define libname	%mklibname %{name} %{api} %{major}
%define devname	%mklibname %{name} -d

Summary:	Spell checker and morphological analyzer library
Name:		hunspell
Version:	1.3.2
Release:	6
License:	GPLv2+
Group:		System/Internationalization
Url:		http://hunspell.sourceforge.net/
Source0:	http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
# (tpg) Mdv's specific path to myspell dictionaries
Patch0:		%{name}-1.2.15-dict-path.patch

BuildRequires:	bison
BuildRequires:	libtool
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncursesw)

%description
Hunspell is a spell checker and morphological analyzer library
and program designed for languages with rich morphology and complex
word compounding or character encoding.

%package -n %{libname}
Summary:	Shared libraries for hunspell
Group:		System/Libraries
Provides:	libhunspell = %{version}-%{release}

%description -n %{libname}
Shared libraries for hunspell.

%package -n %{devname}
Summary:	Development files for hunspell
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development files and headers for hunspell.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--with-ui \
	--with-readline \
	--with-experimental \
	--disable-rpath

%make

%check
make check

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/*
%lang(hu) %{_mandir}/hu/man1/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%files -n %{libname}
%{_libdir}/libhunspell-%{api}.so.%{major}*

%files -n %{devname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h*
%{_libdir}/libparsers.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%lang(hu) %{_mandir}/hu/man4/*
%{_mandir}/man4/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.2-6
+ Revision: d72c55f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16750 |14mr|hupnp-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname herqq

Name:		hupnp
Summary:	Qt4-based software library for building UPnP devices and control points
Group:		System/Libraries
Version:	1.0.0
Release:	3
License:	LGPLv3+
URL:		http://www.herqq.org
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{srcname}-%{version}.zip
BuildRequires:	qt4-devel

%description
Herqq UPnP (HUPnP) is a software library for building UPnP devices and control 
points conforming to the UPnP Device Architecture version 1.1. It is designed 
to be simple to use and robust in operation. It is built using C++ and the Qt 
Framework following many of the design principles and programming practices 
used in the Qt Framework. It integrates into Qt-based software smoothly and 
enables truly rapid UPnP development.

%files

#--------------------------------------------------------------------
%define hupnp_major 1
%define libhupnp %mklibname hupnp %{hupnp_major}

%package -n %{libhupnp}
Summary:	Library for %{name}

%description -n %{libhupnp}
Software library for building UPnP devices and control points.

%files -n %{libhupnp}
%{_libdir}/libHUpnp.so.%{hupnp_major}*

#--------------------------------------------------------------------
%define qtsolution_major 1
%define libqtsolution %mklibname libqtsolution %{qtsolution_major}

%package -n %{libqtsolution}
Summary:	Library for %{name}

%description -n %{libqtsolution}
Library for %{name}

%files -n %{libqtsolution}
%{_libdir}/libQtSolutions_SOAP-2.7.so.%{qtsolution_major}*

#--------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libqtsolution} = %{version}-%{release}
Requires:	%{libhupnp} = %{version}-%{release}

%description devel
Libraries and header files to develop applications that use %{name}.

%files devel
%{_includedir}/HUpnpCore/
%{_libdir}/libQtSolutions_SOAP-2.7.so
%{_libdir}/libHUpnp.so

#--------------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}

%build
%qmake_qt4 %{srcname}.pro

%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}/usr/include/HUpnpCore
pushd hupnp/bin
mv lib* %{buildroot}%{_libdir}
popd
pushd hupnp/deploy/include/HUpnpCore/
mv * %{buildroot}/usr/include/HUpnpCore/
popd


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-3
+ Revision: edf2845
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16751 |14mr|hwdata-0.254-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: hwdata
Summary: Hardware identification and configuration data
Version: 0.254
Release: 7
License: GPLv2+
Group: System/Kernel and hardware
Source: https://fedorahosted.org/releases/h/w/%{name}/%{name}-%{version}.tar.bz2
URL:    http://git.fedorahosted.org/git/hwdata.git
Conflicts: ldetect-lst < 0.1.318-1
BuildArch: noarch

%description
hwdata contains various hardware identification and configuration data,
such as the pci.ids and usb.ids databases.

%prep
%setup -q
%configure

%build
# nothing to build

%install
make install DESTDIR=%{buildroot}
mkdir -p %{buildroot}%{_datadir}/misc
###compatibilty symlink, remove when it is no longer needed
cd %{buildroot}%{_datadir}/
ln -s %{name}/usb.ids usb.ids
ln -s %{name}/pci.ids pci.ids
ln -s %{name}/pnp.ids pnp.ids
ln -s ../%{name}/pnp.ids misc/pnp.ids
###end of it

%files
%doc LICENSE COPYING
%dir %{_datadir}/%{name}
%{_prefix}/lib/modprobe.d/dist-blacklist.conf
%{_datadir}/%{name}/*
%{_datadir}/*.ids
%{_datadir}/misc/*.ids

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.254-7
+ Revision: 2244734
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16752 |14mr|hwdb-clients-0.18-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hardware database clients
Name:		hwdb-clients
Version:	0.18
Release:	8
License:	GPL
Group:		System/Base
URL:		http://qa.mandriva.com/
Source0:	%{name}-%{version}.tar.bz2
Requires:	drakxtools >= 10-32mdk, dmidecode sane-backends, perl-libwww-perl
Provides:	testzilla-clients
Obsoletes:	testzilla-clients
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Clients to dialog with a hardware database.

%prep
%setup -q

%build

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc ChangeLog
%attr(755,root,root) %{_sbindir}/*
%{_datadir}/hwdb

# MAKE THE MODIFICATIONS IN THE CVS. NO DIRECT EDITION OR PATCH ALLOWED.





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.18-8
+ Revision: fba251e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16753 |14mr|hwinfo-20.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 20
%define libname %mklibname hd %{major}
%define devname %mklibname hd -d

Summary:	Hardware Library
Name:		hwinfo
License:	GPLv2+
Group:		System/Kernel and hardware
Version:	20.2
Release:	3
Url:		http://software.opensuse.org
# Source are generated for git
# git clone git://gitorious.org/opensuse/hwinfo.git
# pushd hwinfo && git checkout %{version} &&
# popd && tar -caf %{name}-%{version}.tar.gz  hwinfo
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	perl-XML-Parser
BuildRequires:	perl-XML-Writer
BuildRequires:	udev
%ifarch %{ix86} x86_64
BuildRequires:	libx86emu-devel
%endif

%description
A simple program that lists results from the hardware detection
library.

%files
%doc README
%{_sbindir}/hwinfo
%{_sbindir}/mk_isdnhwdb
%{_sbindir}/getsysinfo
%{_mandir}/man8/*
%dir %{_localstatedir}/lib/hardware
%dir %{_localstatedir}/lib/hardware/udi
%dir %{_datadir}/hwinfo
%{_datadir}/hwinfo/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraies for %{name}
Group:		System/Libraries

%description -n %{libname}
Libraries for %{name}.

%files -n %{libname}
%{_libdir}/libhd.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Hardware Detection Library
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	libhd-devel = %{EVRD}

%description -n %{devname}
This library collects information about the hardware installed on a system.

%files -n %{devname}
%doc doc/libhd/html
%{_sbindir}/check_hd
%{_sbindir}/convert_hd
%{_libdir}/libhd.so
%{_libdir}/pkgconfig/hwinfo.pc
%{_includedir}/hd.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
make LIBDIR=%{_libdir} LDFLAGS="%{optflags} -Lsrc"
make doc

%install
%makeinstall_std LIBDIR=%{_libdir}

install -d -m 755 %{buildroot}%{_mandir}/man8
install -m 644 doc/hwinfo.8 %{buildroot}%{_mandir}/man8
mkdir -p %{buildroot}%{_var}/lib/hardware/udi


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20.2-3
+ Revision: bcd3b75
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16754 |14mr|hwloc-1.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major 5
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Displays the hardware topology in convenient formats
Name:		hwloc
Version:	1.8
Release:	2
License:	BSD
Group:		System/Base
Url:		http://www.open-mpi.org/
Source0:	http://www.open-mpi.org/software/hwloc/v%{url_ver}/downloads/hwloc-%{version}.tar.bz2
BuildRequires:	bzip2-devel
%ifnarch %{arm}
BuildRequires:	numa-devel
%endif
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xdmcp)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(zlib)

%description
The Portable Hardware Locality (hwloc) software package provides a portable
abstraction (across OS, versions, architectures, ...) of the hierarchical
topology of modern architectures, including NUMA memory nodes, sockets, shared
caches, cores and simultaneous multithreading. It also gathers various system
attributes such as cache and memory information. It primarily aims at helping
applications with gathering information about modern computing hardware so as
to exploit it accordingly and efficiently.

%files
%doc AUTHORS COPYING NEWS README
%doc %{_mandir}/man1/hwloc-annotate.1*
%doc %{_mandir}/man1/hwloc-assembler.1*
%doc %{_mandir}/man1/hwloc-assembler-remote.1*
%doc %{_mandir}/man1/hwloc-bind.1*
%doc %{_mandir}/man1/hwloc-calc.1*
%doc %{_mandir}/man1/hwloc-compress-dir.1*
%doc %{_mandir}/man1/hwloc-diff.1*
%doc %{_mandir}/man1/hwloc-distrib.1*
%doc %{_mandir}/man1/hwloc-gather-topology.1*
%doc %{_mandir}/man1/hwloc-info.1*
%doc %{_mandir}/man1/hwloc-ls.1*
%doc %{_mandir}/man1/hwloc-patch.1*
%doc %{_mandir}/man1/hwloc-ps.1*
%doc %{_mandir}/man1/lstopo.1*
%doc %{_mandir}/man1/lstopo-no-graphics.1*
%doc %{_mandir}/man7/hwloc.7*
%doc %{_mandir}/man1/hwloc-distances.1*
%{_bindir}/hwloc-annotate
%{_bindir}/hwloc-assembler
%{_bindir}/hwloc-assembler-remote
%{_bindir}/hwloc-bind
%{_bindir}/hwloc-calc
%{_bindir}/hwloc-compress-dir
%{_bindir}/hwloc-diff
%{_bindir}/hwloc-distances
%{_bindir}/hwloc-distrib
%{_bindir}/hwloc-gather-topology
%{_bindir}/hwloc-info
%{_bindir}/hwloc-ls
%{_bindir}/hwloc-patch
%{_bindir}/hwloc-ps
%{_bindir}/lstopo
%{_bindir}/lstopo-no-graphics
%{_datadir}/hwloc/

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	%{name} shared library
Group:		System/Libraries
Conflicts:	%{name} < 1.5

%description -n %{libname}
This package contains shared %{name} library.

%files -n %{libname}
%{_libdir}/libhwloc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files, libraries and development documentation for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%files -n %{devname}
%doc %{_mandir}/man3/HWLOC_*.3*
%doc %{_mandir}/man3/hwloc_*.3*
%doc %{_mandir}/man3/hwlocality_*.3*
%{_includedir}/hwloc/
%{_includedir}/hwloc.h
%{_libdir}/libhwloc.so
%{_libdir}/pkgconfig/hwloc.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8-2
+ Revision: 09df64c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16755 |14mr|hw-probe-0.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA Hardware Probe Tool
Name:		hw-probe
Version:	0.7.1
Release:	1
Group:		Development/Other
License:	GPLv1+ or LGPLv2+
URL:		http://hw.rosalinux.ru
Source0:	rosa-hw-probe-%{version}.tar.gz
Requires:	hwinfo
Requires:   dmidecode
Requires:	pciutils
Requires:   usbutils
Requires:   pnputils
Requires:   curl
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%define debug_package %{nil}

%description
A tool to probe for hardware, check its operability and load result
to the ROSA hardware DB.

%prep
%setup -q -n rosa-hw-probe-%{version}
chmod 0644 README

%build
# Nothing to build yet

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_prefix}
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/%{name}

%changelog
* Fri Sep 26 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.7.1-1
+ Revision: 3e53483
- Updated to 0.7.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16756 |14mr|hwreport-0.11.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Collect system informations for the hardware4linux.info site
Name:		hwreport
Version:	0.11.0
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://hardware4linux.info/
Source0:	http://hardware4linux.info/res/%{name}-%{version}.tar.bz2
Requires:	dmidecode
Requires:	pciutils
Provides:	lsb-hardware4linux.info-collector

%description
Collect system informations for the hardware4linux.info site.

%prep
%setup -q

%build
gcc %{optflags} -o scan-printers scan-printers.c

%install
install -m755 scan-printers -D %{buildroot}%{_bindir}/scan-printers
install -m755 hwreport -D %{buildroot}%{_sbindir}/hwreport
#install -m755 osinfo -D %{buildroot}%{_bindir}/osinfo

%files
%{_bindir}/scan-printers
%{_sbindir}/hwreport
#%{_bindir}/osinfo


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11.0-2
+ Revision: 5c6747a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16757 |14mr|hylafax-5.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	5
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname -d %{name}

%define faxspool    %{_var}/spool/fax

Summary:	Sophisticated enterprise strength fax package
Name:		hylafax
Epoch:		1
Version:	5.5.1
Release:	2
License: 	LGPL-style
Group:		Communications
URL: 		http://hylafax.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/hylafax/%{name}-%{version}.tar.gz
Source1:	hylafax-v4.1-cron_entries.tar.bz2
Source2:	hylafax-v4.1-defaults.tar.bz2
Source3:	hylafax-v4.1-dialrules_extras.tar.bz2
Source6: 	hylafax-v4.1-logrotate
Source7:	hylafax-v4.1.1-init
Source8:  	hylafax-v4.1.1-hyla.conf
Patch1:		hylafax-4.1.8-ghostscript-location
Patch2:		hylafax-LIBVERSION.diff
Patch3:		hylafax-soname.diff
Patch5:		hylafax-4.2.1-deps.patch
Patch6:		hylafax-4.2.2-ghostscript_fonts.patch
Patch7:		hylafax-no_rpath.diff
Patch9:		hylafax-mailfax.diff
Patch10:	hylafax-5.2.8-format_not_a_string_literal_and_no_format_arguments.diff
Patch11:	hylafax-5.5.0-pass-char-string-rather-than-c++-object.patch

BuildRequires:	ghostscript >= 7.07
BuildRequires:	jbig-devel
BuildRequires:	lcms-devel
BuildRequires:	jpeg-devel
BuildRequires:	pam-devel
BuildRequires:	tiff-devel >= 3.5.7
BuildRequires:	libtiff-progs >= 3.5.7
BuildRequires:	mgetty
BuildRequires:	mgetty-voice
BuildRequires:	openldap-devel
BuildRequires:	sendmail-command
BuildRequires:	sharutils
BuildRequires:	zlib-devel

Requires:	ghostscript >= 7.07
Requires:	gawk >= 3.0.6
Requires:	MailTransportAgent
Requires:	libtiff-progs >= 3.5.7

Conflicts:	mgetty-sendfax
%rename	hylafax-mailgateway

%description
HylaFAX(tm) is a sophisticated enterprise-strength fax package for class 1 and
2 fax modems on unix systems. It provides spooling services and numerous
supporting fax management tools. The fax clients may reside on machines
different from the server and client implementations exist for a number of
platforms including windows.

You need this package if you are going to install hylafax-client and/or hylafax
server.

Most users want mgetty-voice to be installed too.

%package	server
Summary:	The files for the HylaFAX(tm) fax server
Group:		Communications
Requires(post):	rpm-helper
Requires(preun):rpm-helper
Requires:	%{name}
Requires:	%{name}-client

%description server
HylaFAX(tm) is a sophisticated enterprise-strength fax package for class 1 and
2 fax modems on unix systems. It provides spooling services and numerous
supporting fax management tools. The fax clients may reside on machines
different from the server and client implementations exist for a number of
platforms including windows.

This is the server portion of HylaFAX.

%package	client
Summary: 	The files for the HylaFAX(tm) fax client
Group:		Communications
Requires(post):	rpm-helper
Requires(preun):rpm-helper
Requires: 	%{name}

%description	client
HylaFAX(tm) is a sophisticated enterprise-strength fax package for class 1 and
2 fax modems on unix systems. It provides spooling services and numerous
supporting fax management tools. The fax clients may reside on machines
different from the server and client implementations exist for a number of
platforms including windows.

This is the client portion of HylaFAX.

%package -n	%{libname}
Summary:	Hylafax libraries
Group:		System/Libraries

%description -n %{libname}
HylaFAX(tm) is a sophisticated enterprise-strength fax package for class 1 and
2 fax modems on unix systems. It provides spooling services and numerous
supporting fax management tools. The fax clients may reside on machines
different from the server and client implementations exist for a number of
platforms including windows.

This is the shared librairies of HylaFAX.

%package -n	%{devname}
Summary:	Hylafax Development libraries
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{libname}-devel = %{EVRD}
Obsoletes:	%{libname}-devel
Conflicts:	%{mklibname hylafax 4.1.1}-devel
Conflicts:	%{mklibname hylafax 4.2.0}-devel
Conflicts:	%{mklibname hylafax 4.2.2}-devel
Conflicts:	%{mklibname hylafax 4.2.5}-devel

%description -n	%{devname}
HylaFAX(tm) is a sophisticated enterprise-strength fax package for class 1 and
2 fax modems on unix systems. It provides spooling services and numerous
supporting fax management tools. The fax clients may reside on machines
different from the server and client implementations exist for a number of
platforms including windows.

This is the development librairies for HylaFAX.

%prep
%setup -q -a 1 -a 2 -a 3
%patch1 -p1
# (oe) set the soname
%patch2 -p1 -b .LIBVERSION
%patch3 -p0 -b .soname
%patch5 -p1 -b .deps
%patch6 -p1 -b .ghostscript
%patch7 -p0 -b .no_rpath
%patch9 -p1 -b .mailfax
%patch10 -p0 -b .format_not_a_string_literal_and_no_format_arguments
%patch11 -p1 -b .c_str~
# path fix
perl -pi -e "s|/usr/local/lib|%{_libdir}|g" configure

cp %{SOURCE6} hylafax-server.logrotate
cp %{SOURCE7} hylafax-server.init
cp %{SOURCE8} hyla.conf

%build
%serverbuild
# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`

# - Can't use the configure macro because does not understand --prefix
# - A patch makes configure not to ask for a confirmation. An alternative would
#   be to use --quiet, but this way all the configure output would be hidden

export STRIP="/bin/true"

export LDFLAGS="%{ldflags}"

./configure \
	--target=%{_target_platform} \
	--with-DIR_BIN=%{_bindir} \
	--with-DIR_SBIN=%{_sbindir} \
	--with-DIR_LIB=%{_libdir} \
	--with-DIR_LIBEXEC=%{_sbindir} \
	--with-DIR_LIBDATA=%{_datadir}/fax \
	--with-DIR_LOCKS=%{_var}/lock \
	--with-DIR_MAN=%{_mandir} \
	--with-PATH_GSRIP=%{_bindir}/gs \
	--with-DBLIBINC=%{_includedir} \
	--with-LIBTIFF="-ltiff -ljpeg -lz -lm" \
	--with-DIR_SPOOL=%{faxspool} \
	--with-AFM=no \
	--with-AWK=%{_bindir}/gawk \
	--with-PATH_VGETTY=/sbin/vgetty \
	--with-PATH_GETTY=/sbin/mgetty \
	--with-PAGESIZE=A4 \
	--with-PATH_DPSRIP=%{faxspool}/bin/ps2fax \
	--with-PATH_IMPRIP=%{_datadir}/fax/psrip \
	--with-SYSVINIT=%{_initrddir}/hylafax \
	--with-INTERACTIVE=no

#	--with-DSO=LINUX \
#	--with-DSOSUF=so.4 \
#	--with-LIBDB=-ldb \

# CFLAGS is set up by the HylaFAX configure script; setting it up here the
# standard way would break things. Since OPTIMIZER is included in CFLAGS
# by the HylaFAX configure system, it's used here in place of CFLAGS
#make CFLAGS="$RPM_OPT_FLAGS"
%make OPTIMIZER="$CFLAGS %{ldflags}" LDFLAGS="\${LDOPTS} \${LDLIBS} %{ldflags}"

%install
export DONT_FIX_EOL=1

install -d -m 755 %{buildroot}%{_sysconfdir}/{logrotate.d,cron.hourly,cron.daily}
install -d -m 755 %{buildroot}%{_initrddir}
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_sbindir}
install -d -m 755 %{buildroot}%{_libdir}
install -d -m 755 %{buildroot}%{_datadir}/fax
install -d -m 755 %{buildroot}%{faxspool}/{etc,config/defaults,bin}
install -d -m 755 %{buildroot}%{_mandir}/{man1,man5,man8}

# install: binaries and man pages
# FAXUSER, FAXGROUP, SYSUSER and SYSGROUP are set to the current user to
# avoid warnings about chown/chgrp if the user building the SRPM is not root;
# they are set to the correct values with the RPM attr macro
%makeinstall -e \
	FAXUSER=`id -u` \
	FAXGROUP=`id -g` \
	SYSUSER=`id -u` \
	SYSGROUP=`id -g` \
	BIN=%{buildroot}%{_bindir} \
	SBIN=%{buildroot}%{_sbindir} \
	LIBDIR=%{buildroot}%{_libdir} \
	LIBDATA=%{buildroot}%{_datadir}/fax \
	LIBEXEC=%{buildroot}%{_sbindir} \
	SPOOL=%{buildroot}%{faxspool} \
	MAN=%{buildroot}%{_mandir} \
	INSTALL_ROOT=%{buildroot}

# some hacks
perl -pi -e 's!/usr/etc/inetd.conf!/etc/inetd.conf!g' %{buildroot}%{_sbindir}/faxsetup
perl -pi -e 's!/usr/lib/aliases!/etc/aliases!g' %{buildroot}%{_sbindir}/faxsetup

# Starting from 4.1.6, port/install.sh won't chown/chmod anymore if the current
# user is not root; instead a file root.sh is created with chown/chmod inside.
#
# If you build the rpm as normal user (not root) you get an rpm with all the
# permissions messed up and hylafax will give various weird errors.
#
# The following line fixes that.
#
[ -f root.sh ] && sh root.sh

# init
install -m0755 hylafax-server.init %{buildroot}%{_initrddir}/hylafax-server

# defaults - Disabling this: the defaults are ancient
#install -m 644 defaults/* %{buildroot}%{faxspool}/config/defaults/

# hyla.conf - Need a new default - this one just sets fine mode
#leaving it since it doesn't hurt
install -m0644 hyla.conf %{buildroot}%{_datadir}/fax/hyla.conf

# cron entries - These seem fine
install -m 755 hylafax_daily.cron  %{buildroot}%{_sysconfdir}/cron.daily/hylafax
install -m 755 hylafax_hourly.cron %{buildroot}%{_sysconfdir}/cron.hourly/hylafax

# logrotate
install -m0644 hylafax-server.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/hylafax-server

# dialrules extras - Darren says the dialrules haven't changed
install -m 644 dialrules_extras/dialrules* %{buildroot}%{faxspool}/etc

ln -s ps2fax.gs %{buildroot}%{faxspool}/bin/ps2fax

/sbin/ldconfig -n %{buildroot}%_libdir

# If Linux, what else...? :-), delete unnecessary files
%ifos linux
rm -f %{buildroot}%{_sbindir}/{faxsetup.irix,faxsetup.bsdi}
%endif

chmod +x %{buildroot}{%_sbindir/*,/var/spool/fax/bin/*}

cat > README.urpmi << EOF
#########################################################
#            HylaFAX installation complete!             #
#                                                       #
#      You should now run /usr/sbin/faxsetup to         #
#       create or update HylaFAX configuration          #
#      before you can begin using the software.         #
#                                                       #
#########################################################
EOF

# install the mailfax stuff
install -m0755 faxmail/mailfax.sh-postfix %{buildroot}%{_bindir}/
install -m0755 faxmail/mailfax.sh-qmail %{buildroot}%{_bindir}/
install -m0755 faxmail/mailfax.sh-sendmail %{buildroot}%{_bindir}/
install -m0755 faxmail/mailfax.sh-smail %{buildroot}%{_bindir}/

%post client
%{_sbindir}/faxsetup -client

%post server
%_post_service hylafax-server

# Adding faxgetty entry to %{_sysconfdir}/inittab
logger adding FaxGetty entry to %{_sysconfdir}/inittab
cat %{_sysconfdir}/inittab | grep -i "faxgetty entry" || \
echo -e "# FaxGetty Entry\n#t0:23:respawn:%{_sbindir}/faxgetty ttyS0" >> %{_sysconfdir}/inittab

echo "Please run \"%{_sbindir}/faxsetup -server\" to configure your fax server"

%preun server
%_preun_service hylafax-server

%files
%doc CHANGES CONTRIBUTORS COPYRIGHT INSTALL README TODO VERSION
%{_sbindir}/faxsetup
%{_sbindir}/faxsetup.linux
%attr(-,uucp,uucp) %dir %{faxspool}
%attr(-,uucp,uucp) %dir %{faxspool}/archive
%attr(-,uucp,uucp) %dir %{faxspool}/bin
%attr(-,uucp,uucp) %dir %{faxspool}/client
%attr(-,uucp,uucp) %dir %{faxspool}/config
%attr(-,uucp,uucp) %dir %{faxspool}/dev
%attr(-,uucp,uucp) %dir %{faxspool}/docq
%attr(-,uucp,uucp) %dir %{faxspool}/doneq
%attr(-,uucp,uucp) %dir %{faxspool}/etc
%attr(-,uucp,uucp) %dir %{faxspool}/info
%attr(-,uucp,uucp) %dir %{faxspool}/log
%attr(-,uucp,uucp) %dir %{faxspool}/pollq
%attr(-,uucp,uucp) %dir %{faxspool}/recvq
%attr(-,uucp,uucp) %dir %{faxspool}/sendq
%attr(-,uucp,uucp) %dir %{faxspool}/status
%attr(-,uucp,uucp) %dir %{faxspool}/tmp
%attr(-,uucp,uucp) %{faxspool}/FIFO*
%attr(-,root,root) %{faxspool}/COPYRIGHT

%files server
%doc README.urpmi
%attr(0755,root,root) %{_initrddir}/hylafax-server
%attr(0755,root,root) %{_sysconfdir}/cron.daily/hylafax
%attr(0755,root,root) %{_sysconfdir}/cron.hourly/hylafax
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/hylafax-server
%{_sbindir}/faxlock
%attr(-,uucp,uucp) %config(noreplace) %{faxspool}/etc/xferfaxlog
%attr(-,uucp,uucp) %config(noreplace) %{faxspool}/etc/hosts.hfaxd
%attr(-,uucp,uucp) %config(noreplace) %{faxspool}/etc/lutRS18.pcf
%attr(-,uucp,uucp) %config(noreplace) %{faxspool}/etc/dpsprinter.ps
%attr(-,uucp,uucp) %config(noreplace) %{faxspool}/etc/cover.templ
%attr(-,uucp,uucp) %config(noreplace) %{faxspool}/etc/dialrules*
#
%{faxspool}/bin/*
%{faxspool}/config/*
%{_sbindir}/hfaxd
%{_sbindir}/hylafax
%{_sbindir}/faxdeluser
%{_sbindir}/faxadduser
%{_sbindir}/choptest
%{_sbindir}/cqtest
%{_sbindir}/dialtest
%{_sbindir}/faxabort
%{_sbindir}/faxaddmodem
%{_sbindir}/faxanswer
%{_sbindir}/faxconfig
%{_sbindir}/faxcron
%{_sbindir}/faxgetty
%{_sbindir}/faxinfo
%{_sbindir}/faxmodem
%{_sbindir}/faxmsg
%{_sbindir}/faxq
%{_sbindir}/faxqclean
%{_sbindir}/faxquit
%{_sbindir}/faxsend
%{_sbindir}/faxstate
%{_sbindir}/faxwatch
%{_sbindir}/lockname
%{_sbindir}/ondelay
%{_sbindir}/pagesend
%{_sbindir}/probemodem
%{_sbindir}/recvstats
%{_sbindir}/tagtest
%{_sbindir}/tiffcheck
%{_sbindir}/tsitest
%{_sbindir}/typetest
%{_sbindir}/xferfaxstats
%{_datadir}/fax/faxmail.ps
%{_datadir}/fax/hfaxd.conf
%{_mandir}/man5/*
%{_mandir}/man8/*

%files client
%doc faxmail/README
%{_bindir}/sendfax
%{_bindir}/sendpage
%{_bindir}/faxstat
%{_bindir}/faxalter
%{_bindir}/faxcover
%{_bindir}/faxmail
%{_bindir}/faxrm
%{_bindir}/mailfax.sh-postfix
%{_bindir}/mailfax.sh-qmail
%{_bindir}/mailfax.sh-sendmail
%{_bindir}/mailfax.sh-smail
%{_sbindir}/textfmt
%{_sbindir}/edit-faxcover
%{_datadir}/fax/pagesizes
%{_datadir}/fax/faxcover.ps
%{_datadir}/fax/typerules
%config(noreplace) %{_datadir}/fax/hyla.conf
%dir %{_datadir}/fax/faxmail
%dir %{_datadir}/fax/faxmail/application
%dir %{_datadir}/fax/faxmail/image
%{_datadir}/fax/faxmail/application/octet-stream
%{_datadir}/fax/faxmail/application/pdf
%{_datadir}/fax/faxmail/image/tiff
%{_mandir}/man1/*

%files -n %{libname}
%doc COPYRIGHT
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%doc COPYRIGHT
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:5.5.1-2
+ Revision: 061a899
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16758 |14mr|hyphen-2.8.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:		hyphen
Summary:	A text hyphenation library
Version:	2.8.6
Release:	3
Group:		System/Libraries 
License:	LGPLv2+
URL:		http://hunspell.sf.net
Source0:	http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz

BuildRequires: perl
BuildRequires: libtool

%description
Hyphen is a library for high quality hyphenation and justification.

%package -n %{libname}
Summary: Files for developing with hyphen
Group:   System/Libraries 
Suggests: %{name}-en = %{version}-%{release}
Provides: hyphen

%description -n %{libname}
Hyphen is a library for high quality hyphenation and justification.

%package -n %{develname}
Summary: Files for developing with hyphen
Group:   Development/C 
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}

%description -n %{develname}
Includes and definitions for developing with hyphen

%package en
Summary: English hyphenation rules
Group: Text tools 
BuildArch: noarch

%description en
English hyphenation rules.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%check
%make check

%install
rm -rf %{buildroot}
%makeinstall_std

pushd %{buildroot}/%{_datadir}/hyphen/
en_US_aliases="en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW"
for lang in $en_US_aliases; do
        ln -s hyph_en_US.dic hyph_$lang.dic
done
popd

%files -n %{libname}
%{_libdir}/libhyphen.so.%{major}*

%files en
%dir %{_datadir}/hyphen
%{_datadir}/hyphen/hyph_en*.dic

%files -n %{develname}
%doc AUTHORS ChangeLog README README.hyphen README.nonstandard TODO
%{_bindir}/substrings.pl
%{_includedir}/hyphen.h
%{_libdir}/*.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8.6-3
+ Revision: c2d0911
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16759 |14mr|iagno-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           iagno
Version:        3.12.2
Release:        2
Summary:        GNOME Reversi game

License:        GPLv2+ and CC-BY-SA
Group:		Games/Other
URL:            http://live.gnome.org/Iagno
Source0:        http://download.gnome.org/sources/iagno/3.12/iagno-%{version}.tar.xz

BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libcanberra)
BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: intltool
BuildRequires: itstool
BuildRequires: desktop-file-utils

Obsoletes: gnome-games < 3.7.92

%description
The GNOME version of Reversi. The goal is to control the most disks
on the board.


%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/iagno.desktop

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc COPYING
%{_bindir}/iagno
%{_datadir}/applications/iagno.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.iagno.gschema.xml
%{_datadir}/iagno/
%{_datadir}/icons/hicolor/*/apps/iagno.png
%{_mandir}/man6/iagno.6*
%{_datadir}/appdata/*.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: c1de6de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16760 |14mr|ia_ora-gnome-1.0.24-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# SOURCE IS STORED IN SVN (soft/theme/ia_ora-gnome), 
# DO NOT PATCH IT

%define libname %{_lib}ia_ora-gnome

Summary:        Ia Ora Mandriva GNOME theme
Name:           ia_ora-gnome
Version:        1.0.24
Release:        5
License:        GPL
Group: Graphical desktop/GNOME
URL:            http://www.mandrivalinux.com/
BuildRequires:  gtk+2-devel
Source0:        %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: gnome-icon-theme
Requires: ia_ora-gnome-gtk2-engine

%description
Mandriva Ia Ora GNOME theme

%package -n %{libname}
Summary: GTK2 engine for Ia Ora theme
Group: System/Libraries
Provides: ia_ora-gnome-gtk2-engine

%description -n %{libname}
GTK2 engine for Ia Ora theme
 
%prep
%setup -q 

%build

%configure2_5x

%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std

#remove unpackaged files 
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/*.la 

mkdir -p $RPM_BUILD_ROOT%{_datadir}/themes/Ia\ Ora\ Free $RPM_BUILD_ROOT%{_datadir}/themes/Ia\ Ora\ One

%clean
rm -rf $RPM_BUILD_ROOT

%pre
if [ -d %{_datadir}/themes/Ia\ Ora\ Free -a ! -L %{_datadir}/themes/Ia\ Ora\ Free ]; then 
 /bin/rm -rf %{_datadir}/themes/Ia\ Ora\ Free/* || /bin/true
fi

if [ -d %{_datadir}/themes/Ia\ Ora\ One -a ! -L %{_datadir}/themes/Ia\ Ora\ One ]; then 
 /bin/rm -rf %{_datadir}/themes/Ia\ Ora\ One/* || bin/true
fi

%posttrans
# create compatibility symlinks
ln -f -s ../Ia\ Ora\ Smooth/metacity-1 $RPM_BUILD_ROOT%{_datadir}/themes/Ia\ Ora\ One/metacity-1
ln -f -s ../Ia\ Ora\ Smooth/gtk-2.0 $RPM_BUILD_ROOT%{_datadir}/themes/Ia\ Ora\ One/gtk-2.0
ln -f -s ../Ia\ Ora\ Arctic/metacity-1 $RPM_BUILD_ROOT%{_datadir}/themes/Ia\ Ora\ Free/metacity-1
ln -f -s ../Ia\ Ora\ Arctic/gtk-2.0 $RPM_BUILD_ROOT%{_datadir}/themes/Ia\ Ora\ Free/gtk-2.0

%preun 
if [ "$1" = "0" ]; then
 /bin/rm -f %{_datadir}/themes/Ia\ Ora\ Free/* %{_datadir}/themes/Ia\ Ora\ One/*   || /bin/true
fi


%files 
%defattr(-,root,root,-)
%doc README 
%{_datadir}/themes/*

%files -n %{libname}
%defattr(-,root,root,-)
%{_libdir}/gtk-2.0/*/engines/*.so




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.24-5
+ Revision: 2fd2c78
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16761 |14mr|iasl-20090422-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	iasl
%define pkgname	acpica-unix
%define version 20090422
%define release 7

Summary:	Intel ASL compiler/decompiler
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{pkgname}-%{version}.tar.gz
License:	ACPICA
Group:		Development/Kernel
Url:		http://www.acpica.org/downloads/unix_source_code.php
ExclusiveArch:	%{ix86} x86_64
BuildRequires:	flex, bison
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
IASL compiles ASL (ACPI Source Language) into AML (ACPI Machine
Language). This AML is suitable for inclusion as a DSDT in sytem
firmware. It also can disassemble AML, for debugging purposes.

%prep
%setup -q -n %{pkgname}-%{version}

%build
make -C compiler

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -m755 compiler/iasl $RPM_BUILD_ROOT%{_bindir}/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/iasl



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090422-7
+ Revision: 9d4f239
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16762 |14mr|ibod-1.5.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Ibod - ISDN MPPP bandwidth on demand daemon
Name: ibod
Version: 1.5.0
Release: 16
Source0: http://www.compound.se/download/%{name}-%{version}-src.tar.bz2
Source1: ibod.service
Patch0: ibod.cf.patch
URL: http://www.compound.se/ibod.html
License: GPL
Group: Networking/Other

%description 
ibod is a ISDN MPPP bandwidth on demand daemon designed to operate
in conjunction with isdn4linux.
It is normally started at boot time, but can be started and stopped
at any time. The program monitors inbound and outbound traffic on
the ISDN interface. When the required bandwidth exceeds the capacity
for one IDSN B-channel (64kbps) a second (slave) channel is connected
according to the MPPP protocol. When the traffic decreases below
one channel capacity, the slave channel is disconnected.

%prep
%setup -q
#%patch0 -p0

%build
%make

%install

mkdir -p %{buildroot}%{_sysconfdir}/ppp
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_mandir}/man4
mkdir -p %{buildroot}%{_sbindir}
install -m755 ibod %{buildroot}%{_sbindir}
install -m644 ibod.1 %{buildroot}%{_mandir}/man1/
install -m644 ibod.cf.4 %{buildroot}%{_mandir}/man4/
install -m644 ibod.cf %{buildroot}%{_sysconfdir}/ppp/
install -m644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

sed "s:sysconfig:%{_sysconfdir}/sysconfig:" -i %{buildroot}%{_unitdir}/%{name}.service

%clean

%post
%systemd_post ibod

%preun
%systemd_preun ibod

%files
%{_sbindir}/*
%{_mandir}/man1/ibod.1*
%{_mandir}/man4/ibod.cf.4*
%attr(0644,root,root) %{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/ppp/ibod.cf

%changelog
* Wed Sep 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.0-16
+ Revision: 1bc484f
- Change service type to forking



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16763 |14mr|ibus-1.5.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	1.0
%define major	5
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name} -d

Summary:	A next generation input framework
Name:		ibus
Version:	1.5.7
Release:	2
License:	GPLv2+
Group:		System/Internationalization
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	ibus.macros
Patch0:		ibus-1.5.7-desktop.patch
BuildRequires:	dconf
BuildRequires:	GConf2
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	vala
BuildRequires:	vala-tools
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(dbus-python)
BuildRequires:	pkgconfig(dconf)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(vapigen)
Requires:	iso-codes
Requires:	librsvg
Requires:	python-gobject >= 2.15
Requires:	python-dbus >= 0.83.0
Requires:	pygtk2.0
Requires:	python-notify
Requires:	pyxdg
Suggests:	%{name}-gtk = %{EVRD}

%description
IBus is a next generation input framework.

%files -f %{name}10.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_sysconfdir}/gconf/schemas/ibus.schemas
%{_sysconfdir}/dconf/profile/ibus
%{_sysconfdir}/dconf/db/ibus.d
%{_bindir}/*
%{_libexecdir}/ibus-dconf
%{_libexecdir}/ibus-gconf
%{_libexecdir}/ibus-x11
%{_libexecdir}/ibus-ui-gtk*
%{_libexecdir}/ibus-engine-simple
%{_datadir}/applications/*.desktop
%{_datadir}/bash-completion/completions/ibus.bash
%{_datadir}/GConf/gsettings/ibus.convert
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.gschema.xml
%{_datadir}/ibus/*
%{_iconsdir}/*/*/*/*
%{_mandir}/man1/ibus-daemon.1.*
%{_mandir}/man1/ibus-setup.1.*
%{_mandir}/man1/ibus.1.*
%{python_sitelib}/*

%preun
%preun_uninstall_gconf_schemas ibus

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Internationalization
Obsoletes:	%{_lib}ibus5 < 1.5.2-1
Conflicts:	%{_lib}ibus5 < 1.5.2-1

%description -n %{libname}
IBus shared libraries.

%files -n %{libname}
%{_libdir}/libibus-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}ibus5 < 1.5.2-1

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/IBus-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers of %{name} for development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	ibus-devel < 1.5.2-1
Obsoletes:	ibus-devel < 1.5.2-1

%description -n %{devname}
IBus development package: development libraries, header files, and the like.

%files -n %{devname}
%{_includedir}/ibus-1.0
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/ibus
%{_datadir}/gir-1.0/*.gir
%{_datadir}/vala/vapi/*.vapi
%{_datadir}/vala/vapi/ibus-1.0.deps
%{_sysconfdir}/rpm/macros.d/%{name}.macros

#----------------------------------------------------------------------------

%package gtk
Summary:	IBus gtk module
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}

%description gtk
IBus gtk module.

%files gtk
%{_libdir}/gtk-2.0/*/immodules/*.so

#----------------------------------------------------------------------------

%package gtk3
Summary:	IBus gtk3 module
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}

%description gtk3
IBus gtk module.

%files gtk3
%{_libdir}/gtk-3.0/*/immodules/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-gtk3 \
	--disable-dbus-python-check \
	--enable-python-library \
	--enable-gconf \
	--enable-vala=yes
%make

%install
%makeinstall_std

%find_lang %{name}10

# install rpm macro
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d/
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.d/%{name}.macros

rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/ibus.desktop


%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.7-2
+ Revision: 70e400a
- Use patch instead of hacking spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16764 |14mr|iceauth-1.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: iceauth
Version: 1.0.4
Release: 5
Summary: ICE authority file utility
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: libice-devel >= 1.0.0
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The iceauth program is used to edit and display the authorization
information used in connecting with ICE.

%prep
%setup -q -n %{name}-%{version}

%build
%configure
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/iceauth
%{_mandir}/man1/iceauth.1.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-5
+ Revision: 2a11e5f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16765 |14mr|icebreaker-1.9.7-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An addictive action-puzzle game involving bouncing penguins
Name:		icebreaker
Version:	1.9.7
Release:	20
Epoch:		1
License:	GPL
Group:		Games/Arcade

Source: 	http://www.mattdm.org/icebreaker/1.9.x/%{name}-%{version}.tgz
Source2: 	%{name}-png.tar.bz2
Patch0:		icebreaker-1.9.7-fix-str-fmt.patch

URL:		http://www.mattdm.org/icebreaker/
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	SDL-devel
BuildRequires:	SDL_mixer-devel

%description
IceBreaker is an action-puzzle game in which you must capture penguins
from an Antarctic iceberg so they can be shipped to Finland, where
they are essential to a secret plot for world domination. To earn the
highest Geek Cred, trap them in the smallest space in the shortest
time while losing the fewest lives. IceBreaker was inspired by (but
isn't an exact clone of) Jezzball by Dima Pavlovsky.

%prep
%setup -q -a2
%patch0 -p0

%build
%make OPTIMIZE="%{optflags} %{ldflags}" prefix=%{_prefix} highscoredir=%{_localstatedir}/lib/games datadir=%{_gamesdatadir}

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/games
install -m 644 *.wav *.bmp $RPM_BUILD_ROOT%{_gamesdatadir}/%{name}
install -m 755 icebreaker -D $RPM_BUILD_ROOT%{_gamesbindir}/%{name}
touch $RPM_BUILD_ROOT%{_localstatedir}/lib/games/%{name}.scores

install -m 0644 %{name}-16.png -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m 0644 %{name}-16.png -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 0644 %{name}-32.png -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m 0644 %{name}-32.png -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 0644 %{name}-48.png -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
install -m 0644 %{name}-48.png -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48/apps/%{name}.png

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=IceBreaker
Comment=Action-puzzle game involving bouncing penguins
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%post
%if %mdkversion < 200900
%{update_menus}
%update_icon_cache hicolor
%endif
%create_ghostfile %{_localstatedir}/lib/games/%{name}.scores games games 644

%if %mdkversion < 200900
%postun
%{clean_menus}
%clean_icon_cache hicolor
%endif

%files
%defattr (-,root,root)
%doc README TODO LICENSE ChangeLog
%attr(2755,root,games) %{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%attr(664,games,games) %ghost %{_localstatedir}/lib/games/%{name}.scores
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.9.7-20
+ Revision: 08d6b9e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16766 |14mr|icedtea-web-1.4.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# actually, plugin should advertise itself as 1.2pre
%define custom		.1

%ifarch %{ix86} x86_64
  %define javaver	1.7.0
  %define priority	17000
%else
  %define javaver	1.6.0
  %define priority	16000
%endif

%ifarch %{ix86}
  %define archinstall	i386
%endif
%ifarch x86_64
  %define archinstall	amd64
%endif

%define javadir	%{_jvmdir}/java-openjdk
%define jredir	%{_jvmdir}/jre-openjdk
%define javaplugin	libjavaplugin.so
%ifarch x86_64
  %define javaplugin	libjavaplugin.so.%{_arch}
%endif

%define binsuffix      .itweb

Summary:	Additional Java components for OpenJDK
Name:		icedtea-web
Version:	1.4.1
Release:	8
Group:		Networking/WWW
License:	LGPLv2+ and GPLv2 with exceptions
Url:		http://icedtea.classpath.org/wiki/IcedTea-Web
Source0:	http://icedtea.classpath.org/download/source/%{name}-%{version}.tar.gz
Patch0:		icedtea-web-1.0.2-mutex_and_leak.patch
# http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=866
Patch1:		PR820.patch
# IcedTea is only built on these archs for now
ExclusiveArch:	x86_64 i586

BuildRequires:	desktop-file-utils
BuildRequires:	zip
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
%ifarch %{ix86} x86_64
BuildRequires:	java-%{javaver}-openjdk-devel
%else
BuildRequires:	java-%{javaver}-openjdk-devel >= 1.6.0.0-18.b22
%endif
BuildRequires:	pkgconfig(mozilla-plugin)
BuildRequires:	pkgconfig(zlib)

Requires:	java-%{javaver}-openjdk
Requires(post,postun):	update-alternatives

# Standard JPackage plugin provides.
Provides:	java-plugin = %{javaver}
Provides:	java-1.6.0-openjdk-plugin = 1.6.0.0-18.b22
Obsoletes:	java-1.6.0-openjdk-plugin

%description
The IcedTea-Web project provides a Java web browser plugin, an implementation
of Java Web Start (originally based on the Netx project) and a settings tool to
manage deployment settings for the aforementioned plugin and Web Start
implementations. 

%package	javadoc
Summary:	API documentation for IcedTea-Web

Requires:	jpackage-utils
BuildArch:	noarch

%description javadoc
This package contains Javadocs for the IcedTea-Web project.

%prep
%setup -q

#patch0 -p1
#patch1 -p1

# ugly hack to make it work on 2009.0/mes5 (pcpa)
sed -e 's|AC_CANONICAL_HOST||;' -i configure.*
autoreconf -fi

%build
%configure2_5x \
	--with-pkgversion=%{_vendor}-%{release}-%{_arch} \
	--docdir=%{_javadocdir}/%{name} \
	--with-jdk-home=%{javadir} \
	--with-jre-home=%{jredir} \
	--program-suffix=%{binsuffix}

%make CXXFLAGS="%{optflags}"

%install
%makeinstall_std
# Move javaws man page to a more specific name
mv %{buildroot}%{_mandir}/man1/javaws.1 %{buildroot}%{_mandir}/man1/javaws-itweb.1

# Install desktop files.
install -d -m755 %{buildroot}%{_datadir}/{applications,pixmaps}
cp javaws.png %{buildroot}%{_datadir}/pixmaps
desktop-file-install --vendor ''\
	--dir %{buildroot}%{_datadir}/applications javaws.desktop
desktop-file-install --vendor ''\
	--dir %{buildroot}%{_datadir}/applications itweb-settings.desktop

%post
if [ $1 -gt 1 ]
then
update-alternatives --remove %{javaplugin} \
	%{jre6dir}/lib/%{archinstall}/IcedTeaPlugin.so 2>/dev/null || :	
fi

%posttrans
update-desktop-database &> /dev/null || :
update-alternatives \
	--install %{_libdir}/mozilla/plugins/libjavaplugin.so %{javaplugin} \
	%{_libdir}/IcedTeaPlugin.so %{priority} \
	--slave %{_bindir}/javaws javaws %{_prefix}/bin/javaws%{binsuffix} \
	--slave %{_mandir}/man1/javaws.1.gz javaws.1.gz \
	%{_mandir}/man1/javaws-itweb.1.gz

exit 0

%postun
update-desktop-database &> /dev/null || :
if [ $1 -eq 0 ]; then
	update-alternatives --remove %{javaplugin} \
		%{_libdir}/IcedTeaPlugin.so
fi

exit 0

%files
%{_bindir}/*
%{_libdir}/IcedTeaPlugin.so
%{_datadir}/applications/*
%{_datadir}/icedtea-web
%{_datadir}/pixmaps/*
%{_mandir}/man1/*
%doc NEWS README COPYING

%files javadoc
%{_javadocdir}/%{name}
%doc COPYING


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.1-8
+ Revision: ad02b46
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16767 |14mr|icewm-1.3.7-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_light 1
%define with_gnome 0

%define light_apps   icewm icesh icewmbg icewmhint icewm-session
%define default_apps %{light_apps} icehelp
%define gnome_apps   %{default_apps} icesound

Summary:	X11 Window Manager
Name:		icewm
Version:	1.3.7
Release:	12
License:	LGPLv2.1+
Group:		Graphical desktop/Icewm
Epoch:		1
Url:		http://www.icewm.org/
Source0:	icewm-%{version}.tar.gz
Source2:	themes.tar.lzma
Source5:	icewm-16.png
Source6:	icewm-32.png
Source7:	icewm-48.png
Source8:	icewm-starticewm
Source9:	icewm-monochrome.tar.bz2
Source12:	icewm-menu-xdg
Patch0:		icewm-1.3.7-gcc.patch
# fix bindkey conflict xcin
Patch1:		icewm-1.2.26-xcin_bindy.patch
Patch2:		icewm-1.2.13pre3-defaultfont.patch
Patch3:		icewm-1.3-dev-always-fontset.patch
Patch4:		icewm-1.3-dev-winoptions.patch
Patch5:		icewm-1.3.7-dso.patch
Patch7:		icewm-1.2.0pre1-libsupc++.patch
Patch8:		icewm-1.2.5-lib64.patch
Patch10:	icewm-desktop.patch
Patch11:	icewmbg-1.2.14pre11-fixcrash.patch
Patch12:	icewm-1.2.14pre11-background.patch
Patch18:	icewm-1.2.26-more_virtual_desktops.patch
Patch25:	icewm-1.3.0-fix-focusing-on-raise.patch
Patch26:	icewm-1.3.7-mdv-default-pref.patch
Patch27:	icewm-1.3.7-mdv-fixdocdir.patch
BuildRequires:	autoconf2.5
BuildRequires:	gettext
BuildRequires:	linuxdoc-tools
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
Requires:	%{name}-light = %{EVRD}
Requires:	desktop-common-data
Requires:	xdg-compliance-autostart
Requires:	xdg-compliance-menu
Requires:	xlockmore
Suggests:	%{name}-themes
Suggests:	udisks-glue
Suggests:	xterm

%description
Window Manager for X Window System. Can emulate the look of Windows'95, OS/2
Warp 3,4, Motif or the Java Metal GUI. Tries to take the best features of the
above systems. Features multiple workspaces, opaque move/resize, task bar,
window list, mailbox status, digital clock. Fast and small.

%files
%doc default/README default/COPYING default/AUTHORS default/CHANGES default/TODO default/BUGS
%doc default/doc/*.html default/doc/icewm.sgml
%{_bindir}/icesh
%{_bindir}/icehelp
%{_bindir}/icewm
%{_bindir}/icewm-session
%{_bindir}/icewmbg
%{_bindir}/icewmhint
%{_bindir}/icewmtray

%post
for app in %{default_apps}; do
	update-alternatives --install %{_bindir}/${app} ${app} %{_bindir}/${app} 20
done
%make_session

%postun
if [ "$1" = 0 ]; then
	for app in %{default_apps}; do
		update-alternatives --remove ${app} %{_bindir}/${app}
	done
fi
%make_session

#----------------------------------------------------------------------------

%package light
Summary:	A light version of Icewm
Group:		Graphical desktop/Icewm
# for update-menus
Requires:	icewm-theme-oxygen-aya
Requires(post,postun):	desktop-common-data
Suggests:	%{name}-i18n

%description light
Window Manager for X Window System. Can emulate the look of Windows'95, OS/2
Warp 3,4, Motif or the Java Metal GUI. Tries to take the best features of the
above systems. Features multiple workspaces, opaque move/resize, task bar,
window list, mailbox status, digital clock. Fast and small.

This is the light version with minimal features.

%files light
%doc light/COPYING
%dir %{_datadir}/X11/%{name}
%dir %{_datadir}/X11/%{name}/icons
%dir %{_datadir}/X11/%{name}/ledclock
%dir %{_datadir}/X11/%{name}/taskbar
%dir %{_datadir}/X11/%{name}/mailbox
/etc/menu.d/%{name}
%config(noreplace) /etc/X11/wmsession.d/*
%{_bindir}/starticewm
%{_datadir}/X11/%{name}/mailbox/*
%{_datadir}/X11/%{name}/taskbar/*
%{_datadir}/X11/%{name}/ledclock/*
%{_datadir}/X11/%{name}/icons/*
%{_datadir}/X11/%{name}/keys
%{_datadir}/X11/%{name}/menu
%{_datadir}/X11/%{name}/preferences
%{_datadir}/X11/%{name}/toolbar
%{_datadir}/X11/%{name}/winoptions
#%{_datadir}/X11/%{name}/programs
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%if %{with_light}
%{_bindir}/*-light
%endif

%if %{with_light}
%post light
for app in %{light_apps}; do
	update-alternatives --install %{_bindir}/${app} ${app} %{_bindir}/${app}-light 10
done
	
%{make_session}
if [ -x %{_bindir}/update-menus ]; then %{_bindir}/update-menus; fi

%postun light
if [ "$1" = 0 ]; then
    	if [ -x %{_bindir}/update-menus ]; then %{_bindir}/update-menus; fi
	for app in %{light_apps}; do
		update-alternatives --remove ${app} %{_bindir}/${app}-light
	done
fi
%make_session
%endif

#----------------------------------------------------------------------------

%package themes
Summary:	Extra themes of Icewm
Group:		Graphical desktop/Icewm
Conflicts:	%{name} < 1:1.3.7-2
BuildArch:	noarch

%description themes
Window Manager for X Window System. Can emulate the look of Windows'95, OS/2
Warp 3,4, Motif or the Java Metal GUI. Tries to take the best features of the
above systems. Features multiple workspaces, opaque move/resize, task bar,
window list, mailbox status, digital clock. Fast and small.

This is themes collection for icewm window manager.

%files themes -f theme.list

#----------------------------------------------------------------------------

%package i18n
Summary:	locale files of Icewm
Group:		Graphical desktop/Icewm
Conflicts:	%{name} < 1:1.3.7-2
BuildArch:	noarch

%description i18n
Window Manager for X Window System. Can emulate the look of Windows'95, OS/2
Warp 3,4, Motif or the Java Metal GUI. Tries to take the best features of the
above systems. Features multiple workspaces, opaque move/resize, task bar,
window list, mailbox status, digital clock. Fast and small.

This is translation files for icewm window manager.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%if %{with_gnome}
%package gnome
Summary:	A gnome compatible version of Icewm
Group:		Graphical desktop/Icewm
Requires:	%{name}-light = %{EVRD}

%description gnome
Window Manager for X Window System. Can emulate the look of Windows'95, OS/2
Warp 3,4, Motif or the Java Metal GUI. Tries to take the best features of the
above systems. Features multiple workspaces, opaque move/resize, task bar,
window list, mailbox status, digital clock. Fast and small.

This is the GNOME version with full GNOME support and with some experimental 
options enabled.

%files gnome
%doc gnome/COPYING
%{_bindir}/*-gnome
%{_bindir}/icewm-set-gnomewm

%post gnome
for app in %{light_apps}; do
	update-alternatives --install %{_bindir}/${app} ${app} %{_bindir}/${app}-gnome 30
done
%make_session

%postun gnome
if [ "$1" = 0 ]; then
	for app in %{light_apps}; do
		update-alternatives --remove ${app} %{_bindir}/${app}-gnome
	done
fi
%make_session

%endif

#----------------------------------------------------------------------------

%prep
%setup -q -a 2 -a 9
%patch0 -p0 -b .gcc
%patch1 -p1 -b .xcin_bindy
%patch2 -p1 -b .defaultfont
%patch3 -p1 -b .fontset
%patch4 -p1 -b .winoptions
%patch5 -p0 -b .link
%patch7 -p1 -b .libsupc++
%patch8 -p1 -b .lib64
%patch10 -p1 -b .desktop
%patch11 -p1 -b .nocrash
%patch12 -p1 -b .background
%patch18 -p1 -b .more_desktop
%patch25 -p1 -b .focus
%patch26 -p1 -b .mgapref
%patch27 -p0 -b .fixdoc
autoconf

rm -f po/en.* #- en is not a valid locale

chmod -R a+rX themes
find themes -type f | xargs chmod a-x

%build
# moving everything to default
mv %{_builddir}/%{name}-%{version} %{_builddir}/%{name}-%{version}-default
install -d %{_builddir}/%{name}-%{version}
mv %{_builddir}/%{name}-%{version}-default %{_builddir}/%{name}-%{version}/default
cd .
# then creating duplicates
for i in light gnome; do cp -a default $i; done

COMMON_CONFIGURE="--sysconfdir=/etc --enable-i18n --enable-nls --with-libdir=%{_datadir}/X11/%{name}"

%if %{with_light}
echo "Light Version"
(
	cd light
	CXXFLAGS="%{optflags}" %configure2_5x $COMMON_CONFIGURE --enable-lite
	%make
)
%endif

%if %{with_gnome}
echo "Gnome Version"
(
	cd gnome
	CXXFLAGS="%{optflags}" %configure2_5x $COMMON_CONFIGURE \
		--with-icesound=oss \
		--enable-menus-gnome2 \
		--disable-menus-gnome1 \
		--enable-gradients \
		--enable-xfreetype \
		--enable-guievents
	%make
)
%endif

echo "Standard Version"
(
	cd default
	CXXFLAGS="%{optflags}" %configure2_5x $COMMON_CONFIGURE
	%make
        cd doc
        %make
)

%install
%makeinstall_std -C default

%if %{with_light}
for binary in %{light_apps}; do 
   install light/src/${binary} %{buildroot}%{_bindir}/${binary}-light
done
%endif

%if %{with_gnome}
for binary in %{gnome_apps}; do
   install gnome/src/${binary} %{buildroot}%{_bindir}/${binary}-gnome
done
%else
rm -rf %{buildroot}%{_bindir}/icewm-set-gnomewm
%endif

cp -a default/themes %{buildroot}%{_datadir}/X11/%{name}

install -D -m755 %{SOURCE12} %{buildroot}%{_sysconfdir}/menu.d/%{name}

# icon
install -D -m644 %{SOURCE6} %{buildroot}%{_iconsdir}/%{name}.png
install -D -m644 %{SOURCE5} %{buildroot}%{_miconsdir}/%{name}.png
install -D -m644 %{SOURCE7} %{buildroot}%{_liconsdir}/%{name}.png

(cd %{buildroot}%{_datadir} ; find X11/%{name}/themes ! -type d -printf "%{_datadir}/%%p\n") > theme.list
(cd %{buildroot}%{_datadir} ; find X11/%{name}/themes -type d -printf "%%%%dir %{_datadir}/%%p\n") >> theme.list

# wmsession support
mkdir -p %{buildroot}/etc/X11/wmsession.d/
cat << EOF > %{buildroot}/etc/X11/wmsession.d/07IceWM
NAME=IceWM
ICON=icewm-wmsession.xpm
EXEC=/usr/bin/starticewm
DESC=Lightweight desktop environment
SCRIPT:
exec /usr/bin/starticewm
EOF

install -m 755 %{SOURCE8} %{buildroot}%{_bindir}/starticewm

# Dadou - Change default background color for distro color
perl -pi -e "s!# DesktopBackgroundColor=.*!DesktopBackgroundColor=\"\"!" %{buildroot}%{_datadir}/X11/icewm/preferences

%find_lang %{name}


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.3.7-12
+ Revision: a5300aa
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16768 |14mr|icewm-theme-oxygen-aya-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		icewm-theme-oxygen-aya
Summary:	The icewm theme which simulates kde4 "Oxygen" and "Aya" look and feel
Version:	0.1
Release:	2
License:	GPL
Group:		Graphical desktop/Icewm
URL:		http://box-look.org/content/show.php/OxyAya?content=136242
Source0:	http://box-look.org/CONTENT/content-files/136242-oxygen-aya-azul.tar.gz
BuildArch:	noarch
BuildRequires:	desktop-common-data
BuildRequires:	mandriva-theme
Requires:	mandriva-theme

%description
The icewm theme which simulates kde4 "Oxygen" and "Aya" look and feel.

%prep
%setup -q -n oxygen-aya-azul
cp %{_iconsdir}/mini/mandriva.png taskbar/start.xpm
ln -s %{_datadir}/mdk/backgrounds/default.jpg default.jpg
sed -i 's/ThrowingStones.jpg/default.jpg/g' default.theme

%install
install -d %{buildroot}%{_datadir}/X11/icewm/themes/oxygen-aya-azul
cp -r * %{buildroot}%{_datadir}/X11/icewm/themes/oxygen-aya-azul/

# fix permissions
find %{buildroot}%{_datadir} -type f -exec chmod 644 {} \;
find %{buildroot}%{_datadir} -type d -exec chmod 755 {} \;

%files
%dir %{_datadir}/X11/icewm/themes/oxygen-aya-azul
%{_datadir}/X11/icewm/themes/oxygen-aya-azul/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: 032077b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16769 |14mr|icmake-7.16.00-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:        A hybrid between a 'make' utility and a 'shell script' language
Name:		icmake
Version:	7.16.00
Release:	2
License:	GPLv3
Group:		Development/Other
URL:		http://icmake.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}_%{version}.orig.tar.gz

%description
Icmake is a hybrid between a 'make' utility and a 'shell script' language. 
Originally, it was written to provide a useful tool for automatic program 
maintenance and system administrative tasks on old MS-DOS platforms.

%package	doc
Group:		Development/Other
Summary:	Documentation for icmake

%description	doc
This package contains the documentation for icmake.

%prep
%setup -q

# set the correct LIBDIR path
sed -i -e "s:usr/lib:usr/%{_lib}:g" INSTALL.im

# fix executable perms in examples
pushd examples
for i in am backup bup defines ds ftpxfer idir \
	initialization keep killprog nesteddirectives r tolower
do
	chmod -x $i
done
popd

%build
%setup_compile_flags
./icm_bootstrap /

%install
./icm_install strip progs %{buildroot}
./icm_install scripts %{buildroot}
./icm_install skel %{buildroot}
./icm_install man %{buildroot}
./icm_install doc %{buildroot}
./icm_install docdoc %{buildroot}
./icm_install etc %{buildroot}

%files
%{_bindir}/ic*
%{_libdir}/%{name}
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_datadir}/%{name}
%{_mandir}/man*/*
%{_docdir}/%{name}

%files doc
%{_docdir}/%{name}-doc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 7.16.00-2
+ Revision: 8228a2a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16770 |14mr|ico-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: ico
Version: 1.0.3
Release: 4
Summary: Animate an icosahedron or other polyhedron
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Ico displays a wire-frame rotating polyhedron, with hidden lines removed,
or a solid-fill polyhedron with hidden faces removed.  There are a number of
different polyhedra available; adding a new polyhedron to the program is quite
simple.

%prep
%setup -q -n %{name}-%{version}

%build
%configure

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/ico
%{_mandir}/man1/ico.1.*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-4
+ Revision: f1d0c90
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16771 |14mr|icon-naming-utils-0.8.90-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name icon-naming-utils
%define version 0.8.90
%define release 8

Summary: Icon handling tools of the Tango Project
Name: %{name}
Version: %{version}
Release: %{release}
URL: http://tango.freedesktop.org/Standard_Icon_Naming_Specification
Source0: http://tango.freedesktop.org/releases/%{name}-%{version}.tar.bz2
Patch0: icon-naming-utils-0.8.7-paths.patch
Patch1: icon-naming-utils-0.8.90-xfce.patch
Patch2: 03_gtk_apply_close_ok.patch
Patch3: 04_add_gtk_stock_directory.patch
Patch4: icon-naming-utils-0.8.6-missinglink.patch

License: GPL+
Group: Graphical desktop/Other
#Url: http://tango-project.org/Tango_Icon_Library#Download
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:noarch
BuildRequires: perl-XML-Simple

%description
This utility maps the icon names used by the GNOME and KDE desktops to
the icon names proposed in the Icon Naming Specification linked above.

%prep
%setup -q

%patch0 -p1 -b .fix_dtd
%patch1 -p1 -b .xfce
%patch2 -p1 -b .gtkapply
%patch3 -p1 -b .gtkstock
%patch4 -p1 -b .missinglink
autoreconf

%build
./configure --prefix=%_prefix --libdir=%_prefix/lib --libexecdir=%_prefix/lib
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog
%_bindir/icon-name-mapping
%_datadir/%name/
%_datadir/pkgconfig/%name.pc





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.90-8
+ Revision: c5315dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16772 |14mr|icu4j-3.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

# If you want to build with eclipse support
# give rpmbuild option '--with eclipse'

# Debug package is empty but we cannot be noarch package
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define _with_eclipse 1

%define with_eclipse %{?_with_eclipse:1}%{!?_with_eclipse:0}
%define without_eclipse %{!?_with_eclipse:1}%{?_with_eclipse:0}

%define section free

%define eclipse_name            eclipse
%define eclipse_base            %{_libdir}/%{eclipse_name}

# Note:  this next section looks weird having an arch specified in a
# noarch specfile but the parts of the build
# All arches line up between Eclipse and Linux kernel names except i386 -> x86
%ifarch %{ix86}
%define eclipse_arch    x86
%else
%define eclipse_arch   %{_arch}
%endif

Name:           icu4j
Version:        3.8.1
Release:        3
Epoch:          1
Summary:        International Components for Unicode for Java
License:        MIT and EPL
URL:            http://www-306.ibm.com/software/globalization/icu/index.jsp
Group:          Development/Java
Source0:        http://download.icu-project.org/files/icu4j/3.8.1/icu4j-3_8_1-src.jar
Patch0:         %{name}-crosslink.patch
# Set the OSGi shared configuration dir for our split (libdir and
# datadir) Eclipse packages.  Will go away once 3.4 is in.
Patch1:         %{name}-osgiconfigdir.patch
# Update the MANIFEST.MF to have the same qualifier in the bundle as is
# in Eclipse's Orbit project
Patch2:         %{name}-updatetimestamp.patch
# Bundle the source instead of having it be an exploded directory.  This
# doesn't work with a 3.3 Eclipse SDK but will with a 3.4 so we'll have
# to rebuild once we get 3.4 in.
Patch3:         %{name}-individualsourcebundle.patch
# PDE Build is in a location the upstream build.xml doesn't check
Patch4:         %{name}-pdebuildlocation.patch
# Allow our ancient icu4j to be built with Java7
Patch5:		icu4j-3.8.1-java7.patch
BuildRequires:  ant
BuildRequires:  java-javadoc
BuildRequires:  java-rpmbuild
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:  zip
Requires:       jpackage-utils
%if %{with_eclipse}
BuildRequires:  eclipse-pde >= 0:3.2.1
%endif

%description
The International Components for Unicode (ICU) library provides robust and
full-featured Unicode services on a wide variety of platforms. ICU supports
the most current version of the Unicode standard, and provides support for
supplementary characters (needed for GB 18030 repertoire support).

Java provides a very strong foundation for global programs, and IBM and the
ICU team played a key role in providing globalization technology into Sun's
Java. But because of its long release schedule, Java cannot always keep
up-to-date with evolving standards. The ICU team continues to extend Java's
Unicode and internationalization support, focusing on improving
performance, keeping current with the Unicode standard, and providing
richer APIs, while remaining as compatible as possible with the original
Java text and internationalization API design.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
Javadoc for %{name}.

%if %{with_eclipse}
%package eclipse
Summary:        Eclipse plugin for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description eclipse
Eclipse plugin support for %{name}.

%endif

%prep
%setup -q -c
%patch0 -p0
#%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p0

%{__sed} -i 's/\r//' license.html
%{__sed} -i 's/\r//' APIChangeReport.html
%{__sed} -i 's/\r//' readme.html

sed --in-place "s/ .*bootclasspath=.*//g" build.xml
sed --in-place "s/<date datetime=.*when=\"after\"\/>//" build.xml
sed --in-place "/javac1.3/d" build.xml
sed --in-place "s:/usr/lib:%{_libdir}:g" build.xml

%build
%if %{without_eclipse}
%ant -Dicu4j.javac.source=1.5 -Dicu4j.javac.target=1.5 -Dj2se.apidoc=%{_javadocdir}/java jar docs
%else
%ant -Dj2se.apidoc=%{_javadocdir}/java -Declipse.home=%{eclipse_base} \
  -Declipse.basews=gtk -Declipse.baseos=linux \
  -Declipse.basearch=%{eclipse_arch} jar docs eclipsePDEBuild
%endif

%install
# jars
%__mkdir_p %{buildroot}%{_javadir}
cp -ap %{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do %__ln_s ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
%__mkdir_p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%__ln_s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{with_eclipse}
# eclipse
install -d -m755 %{buildroot}/%{eclipse_base}

unzip -qq -d %{buildroot}/%{eclipse_base} eclipseProjects/ICU4J.com.ibm.icu/com.ibm.icu-com.ibm.icu.zip
%endif

%files
%defattr(0644,root,root,0755)
%doc license.html readme.html APIChangeReport.html
%{_javadir}/%{name}*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*

%if %{with_eclipse}
%files eclipse
%defattr(0644,root,root,0755)
%dir %{_libdir}/eclipse
%dir %{_libdir}/eclipse/features
%dir %{_libdir}/eclipse/plugins
%{_libdir}/eclipse/features/*
%{_libdir}/eclipse/plugins/*
%doc license.html readme.html
%endif

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.8.1-3
+ Revision: a35ad48
- Added patch to build with java 7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16773 |14mr|icu-53.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major %(echo %{version} |cut -d. -f1)
%define libicudata %mklibname %{name}data %{major}
%define libicui18n %mklibname %{name}i18n %{major}
%define libicuio %mklibname %{name}io %{major}
%define libicule %mklibname %{name}le %{major}
%define libiculx %mklibname %{name}lx %{major}
%define libicutest %mklibname %{name}test %{major}
%define libicutu %mklibname %{name}tu %{major}
%define libicuuc %mklibname %{name}uc %{major}
%define devname %mklibname %{name} -d

%define tarballver %(echo %{version}|sed -e 's|\\.|_|g')
%bcond_with	crosscompile

Summary:	International Components for Unicode
Name:		icu
Epoch:		1
Version:	53.1
Release:	2
License:	MIT
Group:		System/Libraries
Url:		http://www.icu-project.org/index.html
Source0:	http://download.icu-project.org/files/icu4c/%{version}/%{name}4c-%{tarballver}-src.tgz
Source1:	http://download.icu-project.org/files/icu4c/%{version}/%{name}4c-%{tarballver}-docs.zip
Patch0:		%{name}4c-49.1-setBreakType.patch
Patch1:		icu-53.1-TestTwoDigitYear-fix.patch
BuildRequires:	doxygen

%description
The International Components for Unicode (ICU) libraries provide robust and
full-featured Unicode services on a wide variety of platforms. ICU supports
the most current version of the Unicode standard, and they provide support
for supplementary Unicode characters (needed for GB 18030 repertoire support).

As computing environments become more heterogeneous, software portability
becomes more important. ICU lets you produce the same results across all the
various platforms you support, without sacrificing performance. It offers
great flexibility to extend and customize the supplied services, which 
include:

  * Text: Unicode text handling, full character properties and character set
    conversions (500+ codepages)
  * Analysis: Unicode regular expressions; full Unicode sets; character, word
    and line boundaries
  * Comparison: Language sensitive collation and searching
  * Transformations: normalization, upper/lowercase, script transliterations 
    (50+ pairs)
  * Locales: Comprehensive locale data (230+) and resource bundle architecture
  * Complex Text Layout: Arabic, Hebrew, Indic and Thai
  * Time: Multi-calendar and time zone
  * Formatting and Parsing: dates, times, numbers, currencies, messages and   
    rule based

%package doc
Summary:	Documentation for the International Components for Unicode
Group:		System/Libraries
Requires:	%{name} >= %{EVRD}

%description doc
Documentation for the International Components for Unicode.

%package -n %{libicudata}
Summary:	Library for the International Components for Unicode - icudata
Group:		System/Libraries
Obsoletes:	%{mklibname icu 44} <= 4.4.2

%description -n %{libicudata}
Library for the International Components for Unicode - icudata.

%package -n %{libicui18n}
Summary:	Library for the International Components for Unicode - icui18n
Group:		System/Libraries

%description -n %{libicui18n}
Library for the International Components for Unicode - icui18n.

%package -n %{libicuio}
Summary:	Library for the International Components for Unicode - icuio
Group:		System/Libraries

%description -n %{libicuio}
Library for the International Components for Unicode - icuio.

%package -n %{libicule}
Summary:	Library for the International Components for Unicode - icule
Group:		System/Libraries

%description -n %{libicule}
Library for the International Components for Unicode - icule.

%package -n %{libiculx}
Summary:	Library for the International Components for Unicode - iculx
Group:		System/Libraries

%description -n %{libiculx}
Library for the International Components for Unicode - iculx.

%package -n %{libicutest}
Summary:	Library for the International Components for Unicode - icutest
Group:		System/Libraries

%description -n %{libicutest}
Library for the International Components for Unicode - icutest.

%package -n %{libicutu}
Summary:	Library for the International Components for Unicode - icutu
Group:		System/Libraries

%description -n %{libicutu}
Library for the International Components for Unicode - icutu.

%package -n %{libicuuc}
Summary:	Library for the International Components for Unicode - icuuc
Group:		System/Libraries

%description -n %{libicuuc}
Library for the International Components for Unicode - icuuc.

%package -n %{devname}
Summary:	Development files for the International Components for Unicode
Group:		Development/Other
Requires:	%{libicudata} >= %{EVRD}
Requires:	%{libicui18n} >= %{EVRD}
Requires:	%{libicuio} >= %{EVRD}
Requires:	%{libicule} >= %{EVRD}
Requires:	%{libiculx} >= %{EVRD}
Requires:	%{libicutest} >= %{EVRD}
Requires:	%{libicutu} >= %{EVRD}
Requires:	%{libicuuc} >= %{EVRD}
Provides:	%{name}%{major}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
#define _requires_exceptions statically\\|linked

%description -n	%{devname}
Development files and headers for the International Components for Unicode.

%prep
%setup -qn %{name}
%patch0 -p1 -b .setBreakType
%patch1 -p1 -b .testfix

mkdir -p docs
cd docs
unzip -q %{SOURCE1}
cd -

%build
pushd source
# (tpg) needed for patch 2
export CFLAGS='%{optflags} -fno-strict-aliasing'
export CXXFLAGS='%{optflags} -fno-strict-aliasing'
# If we want crosscompile icu we need to built ICU package
# and add --with-cross-build=/path/to/icu
# disable bits and do unset TARGET twice, after configure
# and before makeinstall
%configure2_5x \
%if !%{with crosscompile}
	--with-library-bits=64else32 \
%endif
	--with-data-packaging=library \
%if %{with crosscompile}
	--with-cross-build=/path/to/built/icu/source/ \
%endif
	--disable-samples
%if %{with crosscompile}
unset TARGET
%endif
%make
%make doc
popd

%check
pushd source
make check
popd

%install
%if %{with crosscompile}
unset TARGET
%endif
%makeinstall_std -C source

%files
%{_bindir}/*
%exclude %{_bindir}/icu-config
%{_sbindir}/*

%files doc
%doc readme.html docs/*
%{_mandir}/man1/*
%{_mandir}/man8/*

%files -n %{libicudata}
%{_libdir}/libicudata.so.%{major}*

%files -n %{libicui18n}
%{_libdir}/libicui18n.so.%{major}*

%files -n %{libicuio}
%{_libdir}/libicuio.so.%{major}*

%files -n %{libicule}
%{_libdir}/libicule.so.%{major}*

%files -n %{libiculx}
%{_libdir}/libiculx.so.%{major}*

%files -n %{libicutest}
%{_libdir}/libicutest.so.%{major}*

%files -n %{libicutu}
%{_libdir}/libicutu.so.%{major}*

%files -n %{libicuuc}
%{_libdir}/libicuuc.so.%{major}*

%files -n %{devname}
%{_bindir}/icu-config
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%dir %{_includedir}/layout
%dir %{_includedir}/unicode
%{_includedir}/layout/*
%{_includedir}/unicode/*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:53.1-2
+ Revision: f0a3ebc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16774 |14mr|id3lib-3.8.3-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3.8_3
%define libname %mklibname id3_ %{major}
%define devname %mklibname id3 -d
%define staticname %mklibname id3 -s -d

Name:		id3lib
Version:	3.8.3
Release:	24
Epoch:		1
Summary:	A software library for manipulating ID3v1 and ID3v2 tags
Group:		Sound
License:	LGPL
URL:		http://id3lib.sourceforge.net
Source:		http://download.sourceforge.net/id3lib/%{name}-%version.tar.bz2
Patch:		id3lib-3.8.2-doxygen.patch
Patch1:		patch_id3lib_3.8.3_UTF16_writing_bug.diff
Patch2:		id3lib-3.8.3-CVE-2007-4460.patch
Patch3:		id3lib-3.8.3-includes.patch
Patch4:		id3lib-3.8.3-link.patch
Patch5:		id3lib-3.8.3-libtool-autofoo.patch
Provides:	id3lib-examples
BuildRequires:	doxygen
BuildRequires:	zlib-devel

%description
This package provides a software library for manipulating ID3v1 and ID3v2 tags.
It provides a convenient interface for software developers to include 
standards-compliant ID3v1/2 tagging capabilities in their applications.  
Features include identification of valid tags, automatic size conversions, 
(re)synchronisation of tag frames, seamless tag (de)compression, and optional
padding facilities.
Included are some simple command line example applications.

%package -n %{libname}
Summary:	Id3lib libraries
Group:		System/Libraries

%description -n %{libname}
This package provides a software library for manipulating ID3v1 and ID3v2 tags.

%package	-n %{devname}
Summary:	Headers for developing programs that will use id3lib
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	zlib-devel
Provides:	libid3-devel = %{EVRD}
Provides:	libid3lib-devel = %{EVRD}
Provides:	id3lib-devel = %{EVRD}
Provides:	id3lib-doc

%description	-n %{devname}
This package contains the headers that programmers will need to develop
applications which will use id3lib, the software library for ID3v1 and ID3v2
tag manipulation.

%package -n %{staticname}
Summary:	Id3lib static libraries
Group:		Development/C++
Requires:	%{devname} = %{EVRD}

%description -n %{staticname}
This package provides a software library for manipulating ID3v1 and
ID3v2 tags. It contains the static library of id3lib.


%prep
%setup -q
%patch -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1
#%%patch4 -p0
%patch5 -p1
(mkdir -p doc/examples
cd examples
cp *.cpp *.c *.h *.tag *.jpg *.mp3 ../doc/examples
)

%build
%configure2_5x
%make
%make docs

%install
%makeinstall_std

%files
%doc AUTHORS HISTORY NEWS README THANKS TODO
%{_bindir}/*

%files -n %{libname}
%doc README COPYING
%{_libdir}/*.so.*

%files -n %{devname}
%doc ChangeLog doc/*.html doc/*gif doc/*.txt doc/*.jpg doc/*.ico doc/*.css
%doc doc/api doc/examples
%{_includedir}/id3*.h
%{_includedir}/id3
%{_libdir}/*.so

%files -n %{staticname}
%{_libdir}/*.a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.8.3-24
+ Revision: 3529a23
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16775 |14mr|ifmetric-0.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool to change the priority of IPv4 routes
Name:		ifmetric
Version:	0.3
Release:	%manbo_mkrel 11
License:	GPL
Group: 		System/Configuration/Networking
Url: 		http://0pointer.de/lennart/projects/ifmetric/
Source0:	http://0pointer.de/lennart/projects/ifmetric/%{name}-%{version}.tar.bz2
BuildRequires:	lynx
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
ifmetric is a Linux tool for setting the metrics of all IPv4 routes
attached to a given network interface at once. This may be used to
change the priority of routing IPv4 traffic over the interface.
Lower metrics correlate with higher priorities.

%prep
%setup -q

%build
%configure2_5x --disable-xmltoman
%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_sbindir}/%{name}
%{_mandir}/man8/%{name}.*





%changelog
* Sat Feb 04 2012 root <root@build-client_i586-2.rosalab.ru> 0.3-11
+ Revision: 151af1a
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16776 |14mr|ifplugd-0.28-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Detect and perform actions when an ethernet cable is (un)plugged
Name:		ifplugd
Version: 	0.28
Release: 	17
Source0:	http://0pointer.de/lennart/projects/ifplugd/%{name}-%{version}.tar.bz2
Patch0:		ifplugd-0.28-exit-status.patch
Patch1:		ifplugd-0.28-event.patch
Patch2:		ifplugd-0.28-include.patch
Patch3:		ifplugd-0.28-onlink.patch
License:	GPL
Group:		System/Configuration/Networking
URL:		http://0pointer.de/lennart/projects/ifplugd/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	doxygen lynx pkgconfig libdaemon-devel

%description
ifplugd is a Linux daemon which will automatically configure your
ethernet device when a cable is plugged in and automatically
unconfigure it if the cable is pulled. This is useful on laptops with
onboard network adapters, since it will only configure the interface
when a cable is really connected.

%prep
%setup -q
%patch0 -p1 -b .exit-status
%patch1 -p1 -b .event
%patch2 -p1 -b .include
%patch3 -p1 -b .onlink

%build
%configure2_5x	--sbindir=/sbin
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/init.d/ifplugd

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc doc/README doc/NEWS doc/README.html doc/style.css LICENSE
/sbin/ifplugd
/sbin/ifplugstatus
%{_mandir}/man?/ifplugd*
%{_mandir}/man?/ifplugstatus*
%dir %{_sysconfdir}/ifplugd
%config(noreplace) %{_sysconfdir}/ifplugd/ifplugd.conf
%{_sysconfdir}/ifplugd/ifplugd.action





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.28-17
+ Revision: 18e68b9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16777 |14mr|iguanair-1.0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# python module
%define _disable_ld_no_undefined 1
%define debug_package %{nil}

%define Name	iguanaIR
%define major	0
%define libname	%mklibname iguanair %{major}
%define devname	%mklibname iguanair -d

Summary:	IguanaWorks USB IR Transceiver driver
Name:		iguanair
Version:	1.0.5
Release:	6
License:	GPLv2 and LGPLv2.1
Group:		System/Kernel and hardware
Url:		http://iguanaworks.net/projects/IguanaIR/
# svn co http://iguanaworks.net/repos/iguanair/public/trunk/software/usb_ir iguanair
# REV=$(svn info iguanair | grep "Last Changed Rev" | cut -d" " -f4)
# svn export iguanair iguanair-$REV
# rm -rf iguanair-$REV/win32
# tar -cjf iguanair-$REV.tar.bz2 iguanair-$REV
Source0:	http://iguanaworks.net/downloads/%{Name}-%{version}.tar.bz2
Source1:        iguanaIR.service
Source2:        iguanaIR-rescan
Source3:	README.omv
# https://iguanaworks.net/projects/IguanaIR/ticket/205 for patch 5, 3, 2.
Patch3:         0003-Use-platform-specific-python-extension-dir.patch
# Fedora only
Patch6:         0006-udev-invoke-systemd-support-not-sysV-init-file.patch

BuildRequires:	swig
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(popt)
Requires(post,preun):	rpm-helper

%description
This package contains the driver daemon required for the operation
of the IguanaWorks USB IR Transceiver and the igclient test tool.

The IguanaWorks USB IR Transceiver is a simple USB device that can
communicate with most home electronics and remote controls via
infrared (IR). The transceiver can both send and receive IR codes,
and is fully compatible with LIRC under Linux. Unlike serial
devices, the USB transceiver does not require a kernel module, and
multiple transceivers can be in use at the same time. Each
transceiver can transmit on up to 4 independent channels.

%package -n python-iguanair
Summary:	Python bindings for iguanaIR
Group:		Development/Python
BuildRequires:	python-devel

%description -n python-iguanair
Python bindings for IguanaWorks USB IR Transceiver.

%package reflasher
Summary:	Reflasher for iguanaIR devices
Group:		System/Kernel and hardware
Requires:	python-iguanair

%description reflasher
Firmware reflasher for IguanaWorks USB IR Transceiver.

%package -n %{libname}
Summary:	Shared library for iguanaIR devices
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libiguanair.

%package -n %{devname}
Summary:	Headers for iguanaIR development
Group:		Development/C
Requires:	%{libname} = %version
Provides:	%{name}-devel = %version-%release

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use libiguanair.

%prep
%setup -qn %{Name}-%{version}
%apply_patches
cp %{SOURCE3} README.omv

%build
%configure2_5x
%make

# Fix incorrect permissions
chmod -x iguanaIR_wrap.c

%install
%makeinstall_std

install -m755 -d %{buildroot}%{_localstatedir}/run/%{name}

# Use /etc/sysconfig instead of /etc/default
mkdir %{buildroot}%{_sysconfdir}/sysconfig || :
mv  %{buildroot}/etc/default/iguanaIR \
    %{buildroot}%{_sysconfdir}/sysconfig

# Fix up some stray file permissions issues
chmod -x %{buildroot}%{python_sitearch}/*.py \
         %{buildroot}%{_includedir}/%{Name}.h \
         %{buildroot}%{_datadir}/%{Name}-reflasher/hex/*

# Remove the installed initfile and install the systemd support instead.
rm -rf %{buildroot}%{_sysconfdir}/init.d/
install -m644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{Name}.service
install -m755 -D %{SOURCE2} %{buildroot}%{_libexecdir}/iguanaIR/rescan

# Install private log dir, tmpfiles.d setup.
install -m755 -d %{buildroot}%{_localstatedir}/log/iguanaIR
install -m755 -d %{buildroot}/etc/tmpfiles.d

cat > %{buildroot}/etc/tmpfiles.d/%{name}.conf <<EOF
d   /run/%{name}    0755    iguanair   iguanair
EOF
install -m755 -d %{buildroot}/run/%{name}

%pre
%_pre_useradd iguanair / /sbin/nologin

%post
%_post_service %{name}
if [ "$1" = "1" ]; then
	 # apply new permissions from the added udev file
	/sbin/udevadm trigger --attr-match=manufacturer=IguanaWorks
fi

%preun
%_preun_service %{name}

%postun
%_postun_userdel iguanair

%files
%doc AUTHORS LICENSE LICENSE-LGPL WHY protocols.txt
%doc README.txt notes.txt ChangeLog
%doc README.omv
%{_bindir}/igdaemon
%{_bindir}/igclient
%{_libexecdir}/%{Name}/
%{_unitdir}/%{Name}.service
/lib/udev/rules.d/80-%{Name}.rules
%config(noreplace) %{_sysconfdir}/sysconfig/%{Name}
%config(noreplace) %{_sysconfdir}/tmpfiles.d/%{name}.conf
%attr(755, iguanair, iguanair) /run/%{name}
%attr(775, iguanair, iguanair) %{_localstatedir}/log/%{Name}

%files -n python-iguanair
%{python_sitearch}/*

%files reflasher
%{_datadir}/%{Name}-reflasher/
%{_bindir}/%{Name}-reflasher

%files -n %{libname}
%{_libdir}/libiguanaIR.so.%{major}*

%files -n %{devname}
%doc README.txt
%{_libdir}/*.so
%{_includedir}/%{Name}.h

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.5-6
+ Revision: 0f4f048
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16778 |14mr|ilmbase-2.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2_1
%define major 11
%define libhalf %mklibname Half %{major}
%define libiex %mklibname Iex %{api} %{major}
%define libiexmath %mklibname IexMath %{api} %{major}
%define libilmthread %mklibname IlmThread %{api} %{major}
%define libimath %mklibname Imath %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Abraction/convenience libraries for OpenEXR
Name:		ilmbase
Version:	2.1.0
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://www.openexr.com
Source0:	http://download.savannah.nongnu.org/releases/openexr/%{name}-%{version}.tar.gz
Patch0:		%{name}-1.0.0-pthread.patch

%description
Half is a class that encapsulates the ilm 16-bit floating-point format.

Iex is an exception-handling library.

IexMath is an exception-handling library for math functions.

IlmThread is a thread abstraction library for use with OpenEXR
and other software packages.

Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions
and other useful 2D and 3D math functions.

#----------------------------------------------------------------------------

%package -n %{libhalf}
Summary:	Abraction/convenience library for OpenEXR
Group:		System/Libraries

%description -n %{libhalf}
Half is a class that encapsulates the ilm 16-bit floating-point format.

%files -n %{libhalf}
%{_libdir}/libHalf.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libiex}
Summary:	Abraction/convenience library for OpenEXR
Group:		System/Libraries

%description -n %{libiex}
Iex is an exception-handling library.

%files -n %{libiex}
%{_libdir}/libIex-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libiexmath}
Summary:	Abraction/convenience library for OpenEXR
Group:		System/Libraries

%description -n %{libiexmath}
IexMath is an exception-handling library for math functions.

%files -n %{libiexmath}
%{_libdir}/libIexMath-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libilmthread}
Summary:	Abraction/convenience library for OpenEXR
Group:		System/Libraries

%description -n %{libilmthread}
IlmThread is a thread abstraction library for use with OpenEXR
and other software packages.

%files -n %{libilmthread}
%{_libdir}/libIlmThread-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libimath}
Summary:	Abraction/convenience library for OpenEXR
Group:		System/Libraries

%description -n %{libimath}
Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions
and other useful 2D and 3D math functions.

%files -n %{libimath}
%{_libdir}/libImath-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libhalf} = %{EVRD}
Requires:	%{libiex} = %{EVRD}
Requires:	%{libiexmath} = %{EVRD}
Requires:	%{libilmthread} = %{EVRD}
Requires:	%{libimath} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog NEWS README
%{_includedir}/OpenEXR/
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .pthread

./bootstrap

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.0-2
+ Revision: 057811d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16779 |14mr|imagemagick-6.8.9.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
# ImageMagick actually uses libtool to load its modules
%define dont_remove_libtool_files 1
%define build_test 0
%define bootstrap 0

# some other funny version
# (aw) from the docs: Versions with Q8 in the name are 8 bits-per-pixel
# component (e.g. 8-bit red, 8-bit green, etc.), whereas, Q16 in the
# filename are 16 bits-per-pixel component. A Q16 version permits you
# to read or write 16-bit images without losing precision but requires
# twice as much resources as the Q8 version.
%define qlev Q16

# their "official" version
%define rversion 6.8.9
# their "minor" version
%define minor_rev 2
# the full file version
%define dversion %{rversion}-%{minor_rev}

%define api 6
%define major 2
%define cppmajor 4
%define libMagickpp %mklibname Magick++ %{api}.%{qlev} %{cppmajor}
%define libMagickCore %mklibname MagickCore %{api}.%{qlev} %{major}
%define libMagickWand %mklibname MagickWand %{api}.%{qlev} %{major}
%define devname %mklibname magick -d

Summary:	An X application for displaying and manipulating images
Name:		imagemagick
Version:	%{rversion}.%{minor_rev}
Release:	5
License:	BSD-like
Group:		Graphics
Url:		http://www.imagemagick.org/
Source0:	ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{dversion}.tar.xz
Source1:	ImageMagick.pdf.bz2
Source2:	%{name}.rpmlintrc
# re-scaled from ftp://ftp.imagemagick.org/pub/ImageMagick/images/magick-icon.png
Source10:	magick-icon_16x16.png
Source11:	magick-icon_32x32.png
Source12:	magick-icon_48x48.png
Source13:	magick-icon_64x64.png
Patch0:		imagemagick-urw.diff
Patch1:		imagemagick-fpx.diff
Patch2:		ImageMagick-libpath.diff
# From 6.8.9-5
Patch3:		ImageMagick-6.8.9-2-libpng16-profile.patch

BuildRequires:	chrpath
BuildRequires:	ghostscript
BuildRequires:	subversion
BuildRequires:	bzip2-devel
BuildRequires:	jbig-devel
BuildRequires:	jpeg-devel
BuildRequires:	libtool-devel
BuildRequires:	libwmf-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(cairo)
%if !%{bootstrap}
BuildRequires:	pkgconfig(ddjvuapi)
%endif
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libgvc)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(lqr-1)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(zlib)

%description
ImageMagick is a powerful image display, conversion and manipulation tool. It
runs in an X session. With this tool, you can view, edit and display a variety
of image formats.

ImageMagick can make use of the following delegate programs, available as
packages in Mandriva Linux: curl enscript ffmpeg ghostscript ghostscript-X gimp
gnuplot graphviz html2ps mplayer ncompress netpbm sane-backends tetex-dvips
transfig ufraw xdg-utils zip autotrace povray

%files
%doc README.txt
%doc %{_docdir}/ImageMagick-%{api}
%{_sysconfdir}/ImageMagick-%{api}
%{_bindir}/animate
%{_bindir}/compare
%{_bindir}/composite
%{_bindir}/convert
%{_bindir}/conjure
%{_bindir}/display
%{_bindir}/identify
%{_bindir}/import
%{_bindir}/mogrify
%{_bindir}/montage
%{_bindir}/stream
%dir %{_libdir}/ImageMagick-%{rversion}
%dir %{_libdir}/ImageMagick-%{rversion}/modules-%{qlev}
%dir %{_libdir}/ImageMagick-%{rversion}/modules-%{qlev}/coders
%{_libdir}/ImageMagick-%{rversion}/modules-%{qlev}/coders/*
%dir %{_libdir}/ImageMagick-%{rversion}/modules-%{qlev}/filters
%{_libdir}/ImageMagick-%{rversion}/modules-%{qlev}/filters/*
%{_libdir}/ImageMagick-%{rversion}/config-%{qlev}
%{_datadir}/ImageMagick-%{api}
%{_mandir}/man1/*
%{_mandir}/man3/*
%exclude %{_mandir}/man3/*::*.3pm*

#----------------------------------------------------------------------------

%package desktop
Summary:	ImageMagick menus
Group:		Graphics
Requires:	xterm

%description desktop
This package contains the menu and .desktop entries to run the "display"
command from the menu.

%files desktop
%{_datadir}/applications/*
%{_iconsdir}/%{name}.png
%{_iconsdir}/hicolor/64x64/apps/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%package -n %{libMagickpp}
Summary:	ImageMagick libraries
Group:		System/Libraries
Obsoletes:	%{_lib}magick6 < 6.8.5.6-1

%description -n %{libMagickpp}
This package contains a library for %{name}.

%files -n %{libMagickpp}
%{_libdir}/libMagick++-%{api}.%{qlev}.so.%{cppmajor}*

#----------------------------------------------------------------------------

%package -n %{libMagickCore}
Summary:	ImageMagick libraries
Group:		System/Libraries
Conflicts:	%{_lib}magick6 < 6.8.5.6-1

%description -n %{libMagickCore}
This package contains a library for %{name}.

%files -n %{libMagickCore}
%{_libdir}/libMagickCore-%{api}.%{qlev}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libMagickWand}
Summary:	ImageMagick libraries
Group:		System/Libraries
Conflicts:	%{_lib}magick6 < 6.8.5.6-1

%description -n %{libMagickWand}
This package contains a library for %{name}.

%files -n %{libMagickWand}
%{_libdir}/libMagickWand-%{api}.%{qlev}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and header files for ImageMagick app development
Group:		Development/C
Requires:	%{libMagickpp} = %{EVRD}
Requires:	%{libMagickCore} = %{EVRD}
Requires:	%{libMagickWand} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
If you want to create applications that will use ImageMagick code or APIs,
you'll need to install these packages as well as ImageMagick. These additional
packages aren't necessary if you simply want to use ImageMagick, however.

ImageMagick-devel is an addition to ImageMagick which includes development
libraries and header files necessary to develop applications.

%files -n %{devname}
%{_includedir}/ImageMagick-%{api}
%{multiarch_bindir}/Magick-config
%{multiarch_bindir}/Magick++-config
%{multiarch_bindir}/MagickCore-config
%{multiarch_bindir}/MagickWand-config
%{multiarch_bindir}/Wand-config
%dir %{multiarch_includedir}/ImageMagick-%{api}
%dir %{multiarch_includedir}/ImageMagick-%{api}/magick
%{multiarch_includedir}/ImageMagick-%{api}/magick/magick-config.h
%{_bindir}/Magick-config
%{_bindir}/Magick++-config
%{_bindir}/MagickCore-config
%{_bindir}/MagickWand-config
%{_bindir}/Wand-config
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package -n perl-Image-Magick
Summary:	Libraries and modules for access to ImageMagick from perl
Group:		Development/Perl
Requires:	%{name} = %{EVRD}
Requires:	graphviz
Requires:	libwmf

%description -n perl-Image-Magick
This is the ImageMagick perl support package. It includes perl modules and
support files for access to ImageMagick library from perl.

%files -n perl-Image-Magick
%{perl_vendorarch}/Image
%{perl_vendorarch}/auto/Image
%{_mandir}/man3*/*::*.3pm*

#----------------------------------------------------------------------------

%package doc
Summary:	%{name} Documentation
Group:		Books/Other
BuildArch:	noarch

%description doc
This package contains HTML/PDF documentation of %{name}.

%files doc
%doc ImageMagick.pdf ChangeLog LICENSE NEWS* NOTICE
%doc QuickStart.txt installed_docs/*

#----------------------------------------------------------------------------

%prep
%setup -qn ImageMagick-%{rversion}-%{minor_rev}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

bzcat %{SOURCE1} > ImageMagick.pdf
install -m 644 %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} .
libtoolize --copy --force; aclocal -I m4; autoconf; automake -a

%build
#gw the format-string patch is incomplete:
%define Werror_cflags %nil
export CFLAGS="%{optflags} -fno-strict-aliasing -fPIC"
export CXXFLAGS="%{optflags} -fno-strict-aliasing -fPIC"

# don't use icecream
export PATH=/bin:/usr/bin

%configure2_5x \
	--disable-static \
	--docdir=%{_defaultdocdir}/imagemagick \
	--with-pic \
	--enable-shared \
	--enable-fast-install \
	--disable-ltdl-install \
	--with-threads \
	--with-magick_plus_plus \
	--with-gslib \
	--with-wmf \
	--with-lcms \
	--with-rsvg \
	--with-xml \
	--without-dps \
	--without-windows-font-dir \
	--with-modules \
	--with-perl \
	--with-perl-options="INSTALLDIRS=vendor CC='%{__cc} -L$PWD/magick/.libs' LDDLFLAGS='-shared -L$PWD/magick/.libs'" \
	--with-jp2 \
	--with-gvc \
	--with-lqr

# Disable rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
# (Abel) set LD_RUN_PATH to null, to avoid adding rpath to perlmagick module
%makeinstall_std LD_RUN_PATH="" pkgdocdir=/installed_docs

# fix docs inclusion (fix an unknown new rpm bug)
rm -rf installed_docs; mv %{buildroot}/installed_docs .

# Remove unpackaged files
rm -f %{buildroot}%{_libdir}/*.la
rm -f %{buildroot}%{_libdir}/libltdl*

# create compatible symlinks
ln -s libMagick++-%{api}.%{qlev}.so %{buildroot}%{_libdir}/libMagick++.so
ln -s libMagickCore-%{api}.%{qlev}.so %{buildroot}%{_libdir}/libMagickCore.so
ln -s libMagickWand-%{api}.%{qlev}.so %{buildroot}%{_libdir}/libMagickWand.so

%multiarch_binaries %{buildroot}%{_bindir}/Magick-config

%multiarch_binaries %{buildroot}%{_bindir}/Magick++-config

%multiarch_binaries %{buildroot}%{_bindir}/MagickCore-config

%multiarch_binaries %{buildroot}%{_bindir}/MagickWand-config

%multiarch_binaries %{buildroot}%{_bindir}/Wand-config

%multiarch_includes %{buildroot}%{_includedir}/ImageMagick-%{api}/magick/magick-config.h

# nuke rpath
chrpath -d %{buildroot}%{perl_vendorarch}/auto/Image/Magick/Magick.so

# icons
install -m 755 -d \
	%{buildroot}%{_liconsdir} \
	%{buildroot}%{_iconsdir} \
	%{buildroot}%{_iconsdir}/hicolor/64x64/apps \
	%{buildroot}%{_miconsdir}

install -m 644 magick-icon_16x16.png %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 magick-icon_32x32.png %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 magick-icon_48x48.png %{buildroot}%{_liconsdir}/%{name}.png
install -m 644 magick-icon_64x64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png

install -m 755 -d %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=ImageMagick
Comment=Views Graphics files
Exec=%{_bindir}/xterm -geometry 40x15 -title ImageMagick +sb -iconic -e %{_bindir}/display
Icon=%{name}
Terminal=false
Type=Application
Categories=Graphics;Viewer;
EOF

%if %{build_test}
%check
# these tests require X
if [ -f PerlMagick/t/x11/read.t ]; then
	mv PerlMagick/t/x11/read.t PerlMagick/t/x11/read.t.disabled
fi
if [ -f PerlMagick/t/x11/write.t ]; then
	mv PerlMagick/t/x11/write.t PerlMagick/t/x11/write.t.disabled
fi
#dlname=`grep "^dlname" Magick++/lib/.libs/libMagick++.la | cut -d\' -f2`
#LD_PRELOAD="$PWD/Magick++/lib/.libs/$dlname" VERBOSE="1" make check
make check
%endif


%changelog
* Tue Aug 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.8.9.2-5
+ Revision: 3767014
- Rebuild with libpng 1.6.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16780 |14mr|imake-1.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	C preprocessor interface to the make utility
Name:		imake
Version:	1.0.7
Release:	2
License:	Free
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-util-cf-files

%description
Imake is used to generate Makefiles from a template, a set of cpp macro
functions,  and  a  per-directory input file called an Imakefile.  This allows
machine dependencies (such as compiler options,  alternate com- mand  names,
and  special  make  rules)  to  be kept separate from the descriptions of
the various items to be built.

%files
%{_bindir}/ccmakedep
%{_bindir}/cleanlinks
%{_bindir}/imake
%{_bindir}/makeg
%{_bindir}/mergelib
%{_bindir}/mkdirhier
%{_bindir}/mkhtmlindex
%{_bindir}/revpath
%{_bindir}/xmkmf
%{_mandir}/man1/ccmakedep.*
%{_mandir}/man1/cleanlinks.*
%{_mandir}/man1/imake.*
%{_mandir}/man1/makeg.*
%{_mandir}/man1/mergelib.*
%{_mandir}/man1/mkdirhier.*
%{_mandir}/man1/mkhtmlindex.*
%{_mandir}/man1/revpath.*
%{_mandir}/man1/xmkmf.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--with-config-dir=%{_datadir}/X11/config \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.7-2
+ Revision: b6bcbea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16781 |14mr|imlib-1.9.15-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 1
%define libname %mklibname %{name} %{lib_major}
%define devname %mklibname %{name} -d
%define gdk_libname %mklibname gdkimlib %{lib_major}
%define gdk_devname %mklibname gdkimlib -d

Summary:	An image loading and rendering library
Name:		imlib
Version:	1.9.15
Release:	17
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.enlightenment.org/Libraries/Imlib/	
Source0:	ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/1.9/%{name}-%{version}.tar.bz2
Source1:	imlib-pofiles.tar.bz2
Patch0:		imlib-1.9-m4.patch
Patch1:		imlib-1.9.11-i18n.patch
Patch2:		imlib-1.9.10-path.patch
Patch3:		imlib-1.9.15-no-locincpth.patch
Patch5:		imlib-1.9.13-secfixes.patch
Patch6:		imlib-1.9.14-fix-underquoted-calls.patch
Patch7:		imlib-1.9.15-max-24bpp.diff
Patch8:		imlib-1.9.15-link.patch
Patch9:		imlib-1.9.15-libpng15.diff
Patch10:	imlib-1.9.15-giflib51.patch
BuildRequires:	chrpath
BuildRequires:	gettext
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gtk+)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
Provides:	Imlib = %{EVRD}

# Comment to Source1 :
# I don't understand why official imlib dropped i18n support ?! all
# hooks are there though, only the po/ directory has been deleted

%description
Imlib is a display depth independent image loading and rendering library.
Imlib is designed to simplify and speed up the process of loading images
and obtaining X Window System drawables.  Imlib provides many simple
manipulation routines which can be used for common operations.  

Install imlib if you need an image loading and rendering library.
You may also want to install the imlib-cfgeditor package, which will help
you configure Imlib.

%files
%doc README AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%doc README
%{_libdir}/libImlib.so.%{lib_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Includes and other files to develop %{name} applications
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	imlib-devel = %{EVRD}

%description -n %{devname}
The header files, static libraries and documentation needed for
developing Imlib applications.  Imlib is an image loading and rendering
library.

Install the imlib-devel package if you want to develop Imlib applications.
You'll also need to install the imlib and imlib_cfgeditor packages.

%files -n %{devname}
%doc doc/*.gif doc/*.html README AUTHORS ChangeLog
%{_bindir}/imlib-config
%multiarch %{multiarch_bindir}/imlib-config

%{_mandir}/man1/imlib-config*
# note, the blank line above is needed due to some borked rpm5 macro
%{_includedir}/Imlib*
%{_datadir}/aclocal/*
%{_libdir}/libImlib.so
%{_libdir}/pkgconfig/imlib.pc

#----------------------------------------------------------------------------

%package -n %{gdk_libname}
Summary:	GDK version of the imlib library
Group:		System/Libraries
Requires:	%{name}

%description -n %{gdk_libname}
This package contains the library needed to run programs dynamically
linked with the gdk version of %{name}.

%files -n %{gdk_libname}
%{_libdir}/libgdk_imlib.so.%{lib_major}*

#----------------------------------------------------------------------------

%package -n %{gdk_devname}
Summary:	Includes and other files to develop %{name} applications
Group:		Development/GNOME and GTK+
Requires:	%{gdk_libname} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	libgdk%{name}-devel = %{EVRD}
Provides:	gdkimlib-devel = %{EVRD}

%description -n %{gdk_devname}
The header files, static libraries and documentation needed for
developing gdk_imlib applications.  gdk_imlib is an image loading and rendering
library.

%files -n %{gdk_devname}
%{_includedir}/gdk_*
%{_libdir}/pkgconfig/imlibgdk.pc
%{_libdir}/libgdk_imlib.so

#----------------------------------------------------------------------------

%package cfgeditor
Summary:	A configuration editor for the Imlib library
Group:		System/Libraries
Requires:	%{name}

%description cfgeditor
The imlib-cfgeditor package contains the imlib_config program, which you
can use to configure the Imlib image loading and rendering library.
Imlib_config can be used to control how Imlib uses color and handles
gamma corrections, etc.

If you're installing the imlib package, you should also install
imlib_cfgeditor.

%files cfgeditor -f %{name}.lang
%doc README
%{_bindir}/imlib_config
%{_mandir}/man1/imlib_config*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .m4ver
%patch1 -p1 -b .i18n
%patch2 -p1 -b .path
%patch3 -p1 -b .no-locincpth
%patch5 -p1 -b .can-2004-1025_1026
%patch6 -p1 -b .underquoted
%patch7 -p0
%patch8 -p1 -b .link
%patch9 -p1 -b .libpng15
%patch10 -p1 -b .giflib51

%build
autoreconf -fi
%configure2_5x \
	--disable-gtktest \
	--disable-static
%make

%install
%makeinstall_std

# some hand dealing for locale
tar jxvf %{SOURCE1}
for i in po/*.po ; do
  mkdir -p %{buildroot}%{_datadir}/locale/`basename $i .po`/LC_MESSAGES
  msgfmt -v -o %{buildroot}%{_datadir}/locale/`basename $i .po`/LC_MESSAGES/imlib.mo $i
done

%multiarch_binaries %{buildroot}%{_bindir}/imlib-config

# (sb) rpmlint
chrpath -d %{buildroot}%{_bindir}/imlib_config
chrpath -d %{buildroot}%{_libdir}/*.so*

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9.15-17
+ Revision: bf13fa9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16782 |14mr|imlib2-1.4.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name}_ %{major}
%define devname %mklibname %{name} -d

Summary:	Powerful image loading and rendering library
Name:		imlib2
Version:	1.4.6
Release:	4
License:	Imlib2
Group:		System/Libraries
Url:		http://enlightenment.org/Libraries/Imlib2/
Source0:	http://sourceforge.net/projects/enlightenment/files/imlib2-src/%{version}/%{name}-%{version}.tar.xz
Patch0:		imlib2-1.4.2-fontclean.patch
Patch1:		imlib2-1.4.6-giflib51.patch
# my_libs variable was dropped from configure but not from imlib2-config
Patch2:		imlib2-1.4.6-config.patch
BuildRequires:	bzip2-devel
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	ungif-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)

%description
Imlib2 is an advanced replacement library for libraries like libXpm that
provides many more features with much greater flexibility and speed than
standard libraries, including font rasterization, rotation, RGBA space
rendering and blending, dynamic binary filters, scripting, and more.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Powerful image loading and rendering library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Requires:	%{libname}-filters = %{EVRD}
Requires:	%{libname}-loaders = %{EVRD}

%description -n %{libname}
Imlib2 is an advanced replacement library for libraries like libXpm that
provides many more features with much greater flexibility and speed than
standard libraries, including font rasterization, rotation, RGBA space
rendering and blending, dynamic binary filters, scripting, and more.

%files -n %{libname}
%doc AUTHORS README COPYING
%{_libdir}/libImlib2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Imlib2 headers, development libraries and documentation
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
# taken from fedora where the demos and data are simply removed
Obsoletes:	%{name}-data < 1.4.5-3

%description -n %{devname}
Imlib2 is an advanced replacement library for libraries like libXpm that
provides many more features with much greater flexibility and speed than
standard libraries, including font rasterization, rotation, RGBA space
rendering and blending, dynamic binary filters, scripting, and more.

This package contains various headers and development libraries for %{name}.
You need this package if you want to compile or develop any applications
that need %{name}.

%files -n %{devname}
%doc ChangeLog doc/index.html doc/imlib2.gif doc/blank.gif
%{multiarch_bindir}/imlib2-config
%{_bindir}/imlib2-config
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*

#----------------------------------------------------------------------------

%package -n %{libname}-filters
Summary:	Imlib2 basic plugin filters set
Group:		System/Libraries

%description -n %{libname}-filters
This package contains Imlib2 basic set of plugin filters.

%files -n %{libname}-filters
%{_libdir}/%{name}/filters

#----------------------------------------------------------------------------

%package -n %{libname}-loaders
Summary:	Imlib2 loader for various graphic formats
Group:		System/Libraries

%description -n %{libname}-loaders
This package contains Imlib2 image loader/saver for various graphic formats,
such as jpeg, gif, tiff, xpm etc.

%files -n %{libname}-loaders
%{_libdir}/%{name}/loaders

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
%ifarch x86_64
	--enable-amd64 \
	--disable-mmx \
%endif
%ifarch ix86
	--disable-amd64 \
	--enable-mmx \
%endif
	--enable-visibility-hiding
%make

%install
%makeinstall_std

# remove demos and their dependencies
rm -f %{buildroot}%{_bindir}/imlib2_*
rm -rf %{buildroot}%{_datadir}/imlib2/data/

%multiarch_binaries %{buildroot}%{_bindir}/imlib2-config


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.6-4
+ Revision: 01fad4d
- Fix config script



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16783 |14mr|improver_client-2.0.0-37
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define protocol_name "augeas_protocol"
%define protocol_version 2.0

Summary:	Improver client
Name:		improver_client
Version:	%{protocol_version}.0
Release:	37
License:	GPLv2
Group:		System/Base
Url:		http://www.rosalab.ru
Source0:	%{name}-%{version}.tar.bz2
Patch0:		improver_client-2.0.0-glib.patch
Patch1:		improver_client-2.0.0-linkage.patch
Patch2:		improver_client-automake-1.13.patch

BuildRequires:	desktop-file-utils
BuildRequires:	gnome-doc-utils
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libbonoboui-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(sqlite3)
Requires:	pciutils
Requires:	ldetect
Requires:	coreutils
Requires:	usermode-consoleonly
Requires:	imagemagick
Requires:	lsb-release >= 2.0
Requires:	zip
Requires:	lshw

%description
GUI for testers.

%files -f %{name}.lang
%doc AUTHORS COPYING INSTALL README NEWS
%{_sysconfdir}/*
%{_bindir}/improver
%{_bindir}/improver_client
%{_bindir}/script_hw
%{_bindir}/script_hw_info_tar
%{_bindir}/script_hw_info
%{_bindir}/script_convert_screenshots
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*
%{_datadir}/icons/oxygen/*
%{_datadir}/%{name}/pixmaps/
%{_datadir}/%{name}/bd*
%{_datadir}/%{name}/improver_client.conf
%{_datadir}/%{name}/improver_client.glade

#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches
find . -perm 0640 -exec chmod 644 '{}' \;

%build
libtoolize
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/improver
echo "%{name} %{version}-%{release}" > %{buildroot}%{_sysconfdir}/improver/client_version.conf
echo "%{protocol_name} %{protocol_version}" > %{buildroot}%{_sysconfdir}/improver/protocol_version.conf

mkdir -p %{buildroot}%{_datadir}/%{name}/pixmaps
install -m 644 usr/share/%{name}/pixmaps/*.png %{buildroot}%{_datadir}/%{name}/pixmaps
install -m 644 usr/share/%{name}/pixmaps/*.svg %{buildroot}%{_datadir}/%{name}/pixmaps
install -m 644 usr/share/%{name}/%{name}.glade %{buildroot}%{_datadir}/%{name}

install -m 755 usr/bin/script_hw %{buildroot}%{_bindir}

mkdir -p %{buildroot}/usr/bin
install -m 755 usr/bin/script_hw_info_tar %{buildroot}%{_bindir}
install -m 755 usr/bin/script_hw_info %{buildroot}%{_bindir}
install -m 755 usr/bin/script_convert_screenshots %{buildroot}%{_bindir}

install -m 644 usr/share/improver_client/improver_client.conf %{buildroot}%{_datadir}/%{name}
install -m 644 usr/share/improver_client/bd %{buildroot}%{_datadir}/%{name}
install -m 644 usr/share/improver_client/bd_clean %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}%{_datadir}/locale/ru_RU/LC_MESSAGES/
mkdir -p %{buildroot}%{_datadir}/locale/ru_UA/LC_MESSAGES/
mkdir -p %{buildroot}%{_datadir}/locale/ru_RU/LC_MESSAGES/
mkdir -p %{buildroot}%{_datadir}/locale/en/LC_MESSAGES/
mkdir -p %{buildroot}%{_datadir}/locale/en_US/LC_MESSAGES/
install -m 644 usr/share/locale/ru/%{name}.mo %{buildroot}%{_datadir}/locale/ru_RU/LC_MESSAGES/
install -m 644 usr/share/locale/ua/%{name}.mo %{buildroot}%{_datadir}/locale/ru_UA/LC_MESSAGES/
install -m 644 usr/share/locale/en/%{name}.mo %{buildroot}%{_datadir}/locale/en/LC_MESSAGES/
install -m 644 usr/share/locale/us/%{name}.mo %{buildroot}%{_datadir}/locale/en_US/LC_MESSAGES/

for i in 16 22 32 48 64 128; 
do
	mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
	mkdir -p %{buildroot}%{_datadir}/icons/oxygen/${i}x${i}/apps
	install -m 644 icons/oxygen/${i}/* %{buildroot}%{_datadir}/icons/oxygen/${i}x${i}/apps
        install -m 644 icons/hicolor/${i}/* %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
done

desktop-file-install --delete-original          \
  --dir %{buildroot}%{_datadir}/applications    \
    %{name}.desktop

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
install -m 644 etc/security/console.apps/improver %{buildroot}%{_sysconfdir}/security/console.apps/
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -m 644 etc/pam.d/improver %{buildroot}%{_sysconfdir}/pam.d/

mkdir -p %{buildroot}%{_bindir}
cp -P ln/* %{buildroot}%{_bindir}

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.0-37
+ Revision: 6b59bb0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16784 |14mr|indent-2.2.10-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GNU program for formatting C code
Name:		indent
Version:	2.2.10
Release:	8
License:	GPL
Group:		Development/C
URL:		http://www.gnu.org/software/indent/indent.html
Source:		ftp://ftp.gnu.org/pub/gnu/indent/%{name}-%{version}.tar.bz2
Patch:		indent-2.2.10.gcc-fix.patch
BuildRequires:	gettext

%description
Indent is a GNU program for beautifying C code, so that it is easier to read.
Indent can also convert from one C writing style to a different one. Indent
understands correct C syntax and tries to handle incorrect C syntax.

Install the indent package if you are developing applications in C and you'd
like to format your code automatically.

%prep

%setup -q
%patch -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

# html file handled in percent-doc
rm -rf %{buildroot}%{_prefix}/doc

# fix message catalog name
[ -d %{buildroot}%{_datadir}/locale/zh_TW.Big5 ] && \
  mv %{buildroot}%{_datadir}/locale/zh_TW{.Big5,}

%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS ChangeLog README doc/indent.html
%{_bindir}/indent
%{_bindir}/texinfo2man
%{_mandir}/man?/*
%{_infodir}/*.info*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.10-8
+ Revision: 7f0aadf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16785 |14mr|indexhtml-2012.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name indexhtml
%define version 2012.1
%define release 2

Summary:	ROSA Linux html welcome page
Name:		%{name}
Version:	%{version}
Release: 	%{release}
URL:		http://wike.rosalinux.ru
Requires(pre):	mandriva-release-common
Requires(post): gawk coreutils sed
BuildRequires:  intltool
Source:		indexhtml-%{version}.tar.bz2
Provides:	indexhtml
Group:		System/Base
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch

Obsoletes: %name = 2012lts

%description
ROSA Linux index.html welcome page displayed by web browsers
when they are launched, first mail displayed on mail clients
after installation and "about" information.

%prep

%setup -q -n  indexhtml-%version

%build
cd about
./create_html.sh

%install
rm -fr %buildroot/

find $RPM_BUILD_DIR/%name -name ".svn" -print | xargs /bin/rm -fr

install -d -m 0755 %buildroot/%_datadir/mdk/indexhtml/
tar c -C HTML . | tar x -C %buildroot/%_datadir/mdk/indexhtml/

install -d -m 0755 %buildroot/%_datadir/doc/HTML/
install -m 0644 HTML/index.html %buildroot/%_datadir/doc/HTML/index.html

#use for default
cp -rf %buildroot/%_datadir/mdk/indexhtml/* %buildroot/%_datadir/doc/HTML/

# about Mandriva
install -d -m 0755 %buildroot/%_datadir/mdk/about
install -d -m 0755 %buildroot/%_datadir/applications
install -d -m 0755 %buildroot/%{_bindir}
cp about/html/* %buildroot/%_datadir/mdk/about
cp -r about/style %buildroot/%_datadir/mdk/about/
cp about/about-mandriva.desktop %buildroot/%_datadir/applications
cp about/about-mandriva %buildroot/%{_bindir}

%clean
rm -fr %buildroot

%files
%defattr(-,root,root,-)
%_datadir/mdk/
%_datadir/doc/HTML/
#/etc/sysconfig/network-scripts/ifup.d/indexhtml
%_datadir/applications/about-mandriva.desktop
%{_bindir}/about-mandriva



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.1-2
+ Revision: 2e4c3b8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16786 |14mr|indexhtml-rosa-2010.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name indexhtml-rosa
%define version 2010.1
%define release 4

Summary:	Mandriva Linux html welcome page
Name:		%{name}
Version:	%{version}
Release: 	%{release}
URL:		http://start.mandriva.com/
Requires(pre):	mandriva-release-common
Requires(post): gawk coreutils sed
BuildRequires:  intltool
Source:		indexhtml-%{version}.tar.bz2
Source10:	default-browser-page.tar.bz2
Provides:	indexhtml
Group:		System/Base
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch


%description
Mandriva Linux index.html welcome page displayed by web browsers
when they are launched, first mail displayed on mail clients
after installation and "about" information.

%prep

%setup -q -n  indexhtml-%version

%build
cd about
./create_html.sh

%install
rm -fr %buildroot/

find $RPM_BUILD_DIR/%name -name ".svn" -print | xargs /bin/rm -fr

install -d -m 0755 %buildroot/%_datadir/mdk/indexhtml/
tar c -C HTML . | tar x -C %buildroot/%_datadir/mdk/indexhtml/
#install -m 0755 update-indexhtml %buildroot/%_datadir/mdk/indexhtml/

install -d -m 0755 %buildroot/%_datadir/mdk/mail/text/
install -d -m 0755 %buildroot/%_datadir/mdk/mail/html/
for lang in $(find mail/header-* -type f | sed "s|mail/header-||" ); do
	cat mail/header-$lang &> tmpfile
	cat mail/mail-$lang.txt >> tmpfile
	install -m 0644 tmpfile %buildroot/%_datadir/mdk/mail/text/mail-$lang

	cat mail/header-$lang &> tmpfile
	echo "Content-Type: multipart/related; type=\"multipart/alternative\";" >>tmpfile
	echo "	 boundary=\"=-tThpx1YEZqL4gn53WjQ1\"" >> tmpfile
	echo "" >> tmpfile
	echo "--=-tThpx1YEZqL4gn53WjQ1" >> tmpfile
	echo "Content-Type: multipart/alternative; boundary=\"=-aFPGjTr5jUHhXPWxbLcT\"" >>tmpfile
	echo "" >> tmpfile
	echo "--=-aFPGjTr5jUHhXPWxbLcT" >> tmpfile
	cat mail/mail-$lang.txt >> tmpfile
	cat mail/mail-$lang.html >> tmpfile
	cat mail/mail-images >> tmpfile
	install -m 0644 tmpfile %buildroot/%_datadir/mdk/mail/html/mail-$lang

done

pushd $RPM_BUILD_DIR
cp %{SOURCE10} $RPM_BUILD_DIR
tar xf default-browser-page.tar.bz2
rm -rf %buildroot/%_datadir/mdk/indexhtml/images
rm -f %buildroot/%_datadir/mdk/indexhtml/index.html
cp -R $RPM_BUILD_DIR/default-browser-page/images %buildroot/%_datadir/mdk/indexhtml/
cp $RPM_BUILD_DIR/default-browser-page/index.html %buildroot/%_datadir/mdk/indexhtml/
cp $RPM_BUILD_DIR/default-browser-page/main.css %buildroot/%_datadir/mdk/indexhtml/
popd

install -d -m 0755 %buildroot/%_datadir/doc/HTML/
install -m 0644 HTML/index.html %buildroot/%_datadir/doc/HTML/index.html
#install -d -m 0755 %buildroot/etc/sysconfig/network-scripts/ifup.d
#cd %buildroot/etc/sysconfig/network-scripts/ifup.d
#ln -s ../../../../%_datadir/mdk/indexhtml/update-indexhtml indexhtml

# add a default 
cat %buildroot/%_datadir/mdk/indexhtml/index.html | \
	sed "s/#MDV_RELEASE/`cat /etc/release`/" | \
	sed "s/#MDV_PRODUCT/download/" | \
	sed "s/#MDV_PACK//" | \
	sed "s/#LANG/en/g" \
	> %buildroot/%_datadir/doc/HTML/index.html

# about Mandriva
install -d -m 0755 %buildroot/%_datadir/mdk/about
install -d -m 0755 %buildroot/%_datadir/applications
install -d -m 0755 %buildroot/%{_bindir}
cp about/html/* %buildroot/%_datadir/mdk/about
cp -r about/style %buildroot/%_datadir/mdk/about/
cp about/about-mandriva.desktop %buildroot/%_datadir/applications
cp about/about-mandriva %buildroot/%{_bindir}

rm -f %buildroot/%_datadir/doc/HTML/index.html
cp -R $RPM_BUILD_DIR/default-browser-page/images %buildroot/%_datadir/doc/HTML/
cp $RPM_BUILD_DIR/default-browser-page/index.html %buildroot/%_datadir/doc/HTML/
cp $RPM_BUILD_DIR/default-browser-page/main.css %buildroot/%_datadir/doc/HTML/

%clean
rm -fr %buildroot

%post
# done to prevent excludedocs to ignore the doc/HTML
mkdir -p  %_datadir/doc/HTML
cat %_datadir/mdk/indexhtml/index.html | \
	sed "s/#MDV_RELEASE/`cat /etc/release`/" | \
	sed "s/#MDV_PRODUCT/`gawk -F= '/META_CLASS/ { print $2 }' /etc/sysconfig/system`/" | \
	sed "s/#MDV_PACK//" | \
	sed "s/#LANG/${LC_NAME/[-_]*}/g" \
	> %_datadir/doc/HTML/index.html

%files
%defattr(-,root,root,-)
%_datadir/mdk/
%_datadir/doc/HTML/
#/etc/sysconfig/network-scripts/ifup.d/indexhtml
%_datadir/applications/about-mandriva.desktop
%{_bindir}/about-mandriva



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2010.1-4
+ Revision: 4172bc4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16787 |14mr|indi-apogee-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	INDI driver for Apgoee Alta (U & E) line of CCDs
Name:		indi-apogee
Version:	1.0
Release:	8
License:	LGPLv2+
Group:		Development/Other
Url:		http://indi.sourceforge.net/
Source0:	http://downloads.sourceforge.net/indi/%{name}_%{version}.tar.gz
Patch0:		indi-apogee_1.0-fix-str-fmt.patch
Patch1:		indi-apogee_1.0-cfitsio-prefix.path
Patch2:		indi-apogee_1.0-dso.patch
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(libindi)
BuildRequires:	indi-devel-static
BuildRequires:	libapogee-devel
BuildRequires:	libnova-devel
BuildRequires:	cmake

%description
This package provides the INDI driver for Apgoee Alta (U & E) line of CCDs.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%doc ChangeLog README
%{_bindir}/indi_apogeee_ccd
%{_bindir}/indi_apogeeu_ccd
%{_datadir}/indi/indi_apogee.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-8
+ Revision: 0920474
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16788 |14mr|indilib-0.9.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define shortname indi

Name:		indilib
Version:	0.9.6
Release:	2
Summary:	Library to control astronomical devices
License:	LGPLv2+
Group:		Development/C
Url:		http://indi.sourceforge.net/
Source0:	http://downloads.sourceforge.net/indi/libindi_%{version}.tar.gz
Patch0:		libindi-0.9.6-linkage.patch
BuildRequires:	zlib-devel
BuildRequires:	libusb-devel
BuildRequires:	cfitsio-devel >= 3.090
BuildRequires:	libfli-devel
BuildRequires:	cmake
BuildRequires:	boost-devel
Provides:	indi = %{version}-%{release}

%description
INDI is an instrument neutral distributed interface control protocol
that aims to provide backend driver support and automation for a wide
range of Astronomical devices (telescopes, focusers, CCDs..etc).

%files
%doc ChangeLog NEWS README TODO
%{_bindir}/*
%{_datadir}/%{shortname}
%{_sysconfdir}/udev/rules.d/99-gpusb.rules

#--------------------------------------------------------------------

%define major 0
%define libname %mklibname %{shortname} %{major}

%package -n %{libname}
Summary:	Library files for INDI
Group:		Development/C

%description -n %{libname}
INDI is an instrument neutral distributed interface control protocol
that aims to provide backend driver support and automation for a wide
range of Astronomical devices (telescopes, focusers, CCDs..etc).

This package contains library files of indilib.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#--------------------------------------------------------------------

%define develname %mklibname -d %{shortname}

%package -n %{develname}
Summary:	INDI devellopment files
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	indi-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
INDI is an instrument neutral distributed interface control protocol
that aims to provide backend driver support and automation for a wide
range of Astronomical devices (telescopes, focusers, CCDs..etc).

This package contains files need to build applications using indilib.

%files -n %{develname}
%doc ChangeLog README* NEWS
%{_libdir}/*.so
%{_libdir}/pkgconfig/libindi.pc
%{_includedir}/libindi/*.h

#--------------------------------------------------------------------
%define develnamestatic %mklibname -d -s %{shortname}

%package -n %{develnamestatic}
Summary:	INDI devellopment files
Group:		Development/C
Requires:	%{name}-devel = %{version}-%{release}
Provides:	indi-devel-static = %{version}-%{release}
Provides:	%{name}-devel-static = %{version}-%{release}

%description -n %{develnamestatic}
INDI is an instrument neutral distributed interface control protocol
that aims to provide backend driver support and automation for a wide
range of Astronomical devices (telescopes, focusers, CCDs..etc).

This package contains files need to build applications using indilib.

%files -n %{develnamestatic}
%{_libdir}/*.a

#-------------------------------------------------------------------
%prep
%setup -q -n libindi-%{version}
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.6-2
+ Revision: 62d9b53
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16789 |14mr|initscripts-9.34-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# The restart part in the real _post_service doesn't work with netfs and isn't needed
# for other scripts
%define _mypost_service() if [ $1 = 1 ]; then /sbin/chkconfig --add %{1}; fi;

%bcond_with	upstart
%bcond_without	systemd

Summary:	The inittab file and the /etc/init.d scripts
Name:		initscripts
Version:	9.34
Release:	16
# ppp-watch is GPLv2+, everything else is GPLv2
License:	GPLv2 and GPLv2+
Group:		System/Base
Source0:	initscripts-%{version}.tar.bz2
Source1:	%{name}.rpmlintrc
Source2:	rc.sysinit
Patch0:		initscripts-mdkconf.patch
Provides:   /etc/init.d
Provides:   /sbin/service

# (cg) Upstream cherry picks
Patch0101:	0101-Don-t-bother-with-stdin-stdout-stderr-for-rmmod-modp.patch
Patch0102:	0102-Just-exit-on-first-response-744734.patch
Patch0104:	0104-Don-t-exit-with-an-error-if-SEinux-isn-t-active.-768.patch
Patch0105:	0105-Handle-dmraid-sets-with-spaces-728795-lnykryn-redhat.patch
Patch0106:	0106-Typo-in-crypttab.5.patch
Patch0107:	0107-Drop-StandardInput-tty-785662.patch
Patch0108:	0108-Do-not-check-mounted-filesystems-745224.patch
Patch0109:	0109-Improve-comment-in-init-serial.conf-746808.patch

# (cg) Patches to go into mgaconf mega patch eventually
Patch0501:	0501-Rename-for-new-udev-systemd-servies.patch
#Patch0502:      initscripts-9.34.plymouth-quit.patch
#ROSA patches
Patch0504:      initscripts-9.34-rosa-i18n_ini_syntax.patch
Patch0505:      sysctl.conf.patch
Patch0506:	rosa-network-9.34.patch
Patch0507:      initscripts-9.34.loadkeys.patch

# for /bin/awk
Requires:	gawk
# for /bin/sed
Requires:	sed
Requires:	mktemp
Requires:	e2fsprogs >= 1.18-2mdk
Requires:	procps >= 2.0.7-8mdk
Requires:	gettext-base >= 0.10.35-20mdk
Requires:	module-init-tools
# needed for chvt --userwait
Requires:	kbd >= 1.15.1-2mdv
#Requires:	sysklogd >= 1.3.31
# for /sbin/fuser
Requires:	psmisc
Requires:	which
Requires:	setup >= 2.2.0-14mdk
%if %{with upstart}
Requires:	upstart
Obsoletes:	event-compat-sysv
%else
Requires:	SysVinit >= 2.85-38
%endif
# for /sbin/ip
Requires:	iproute2
# for /sbin/arping
Requires:	iputils
Requires:	net-tools
# for /bin/find
Requires:	findutils
# (blino) for pidof -c
# (bor) for pidof -m
Requires:	sysvinit-tools >= 2.87-8mdv2011.0

Requires:	perl-MDK-Common >= 1.0.1
Requires:	ifplugd >= 0.24
#Requires: sound-scripts
# (tv) unused:
#Prereq:	gawk
Requires:	iproute2
Requires:	ethtool
# http://bugzilla.redhat.com/show_bug.cgi?id=252973
Conflicts:	nut < 2.2.0
Obsoletes:	rhsound sapinit
Provides:	rhsound sapinit
Conflicts:	kernel <= 2.2, timeconfig < 3.0, pppd <= 2.4.4-3mdv2008.1, wvdial < 1.40-3
Conflicts:	initscripts < 1.22.1-5, Aurora <= 7.2-17mdk
Conflicts:	dhcpcd < 1.3.21pl1
Conflicts:	XFree86-xfs < 4.2.0-12mdk
Conflicts:	xinitrc < 2.4.12
Conflicts:	lsb < 3.1-11mdv2007.1
Conflicts:	lsb-core < 3.1-15mdv2008.1
Conflicts:	suspend-scripts < 1.27
Conflicts:	mdadm < 2.6.4-2mdv2008.1
Conflicts:	systemd <= 19-2
Conflicts:	networkmanager < 0.8.2-8
Requires:	util-linux-ng >= 2.16
Requires:	mount >= 2.11l
Requires:	udev >= 194-26
Requires:	ifmetric, resolvconf >= 1.41
Requires:	dmsetup
%if %{with systemd}
Conflicts:	prcsys
%else
Requires:	prcsys
%endif
Requires(post):	/usr/bin/tr grep, chkconfig >= 1.3.37-3mdk
BuildRequires:	glib2-devel
BuildRequires:	pkgconfig
BuildRequires:	popt-devel
BuildRequires:	python
# Upstream URL: http://git.fedorahosted.org/git/initscripts.git
Url:		http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/initscripts/trunk/

%description
The initscripts package contains the basic system scripts used to boot
your Mandriva Linux system, change run levels, and shut the system
down cleanly.  Initscripts also contains the scripts that activate and
deactivate most network interfaces.

%package -n	debugmode
Summary:	Scripts for running in debugging mode
Requires:	initscripts
Group:		System/Base

%description -n	debugmode
The debugmode package contains some basic scripts that are used to run
the system in a debugging mode.

Currently, this consists of various memory checking code.

%prep
%setup -q
%apply_patches
find -name "*.0???~" -delete
rm -rf po
ln -s mandriva/po

%build
make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"
make -C mandriva CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
mkdir -p %{buildroot}/etc
make ROOT=%{buildroot} SUPERUSER=`id -un` SUPERGROUP=`id -gn` mandir=%{_mandir} install

#MDK
make -C mandriva install ROOT=%{buildroot} mandir=%{_mandir}

python mandriva/gprintify.py \
	`find %{buildroot}/etc/rc.d -type f` \
	`find %{buildroot}/sysconfig/network-scripts -type f` \
	%{buildroot}/lib/systemd/fedora-* \
	%{buildroot}/lib/systemd/mandriva-*

# warly 
# put locale in /usr, gettext need /usr/share
#
# extracted from /usr/lib/rpm/find-lang.sh and adapted to find locales in /etc
#find %{buildroot} -type f|sed '
#1i\
#%defattr (644, root, root, 755)
#s:'"%{buildroot}"'::
#s:\(.*/etc/locale/\)\([^/_]\+\)\(.*'"$NAME"'\.mo$\):%lang(\2) \1\2\3:
#s:^\([^%].*\)::
#s:%lang(C) ::
#' >> %{name}.lang

%find_lang %{name}

%if %{with upstart}
 mv -f %{buildroot}/etc/inittab.upstart %{buildroot}/etc/inittab
 rm -f %{buildroot}/etc/rc.d/rc1.d/S99single
 rm -f %{buildroot}/etc/rc.d/init.d/single
%else
 mv -f %{buildroot}/etc/inittab.sysv %{buildroot}/etc/inittab
 rm -rf %{buildroot}/etc/event.d
 rm -rf %{buildroot}/etc/init
%endif
rm -f %{buildroot}/etc/inittab.*

%ifnarch s390 s390x
rm -f \
 %{buildroot}/etc/sysconfig/network-scripts/ifup-ctc \
 %{buildroot}/etc/sysconfig/network-scripts/ifup-iucv \
 %{buildroot}/lib/udev/rules.d/55-ccw.rules \
 %{buildroot}/lib/udev/ccw_init
%else
rm -f \
 %{buildroot}/etc/rc.d/rc.sysinit.s390init \
 %{buildroot}/etc/sysconfig/init.s390
%endif

# remove unused hotplug helper and ipsec/isdn stuff
rm -f %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts/{ifdown-ippp,ifup-ippp,ifdown-ipsec,ifup-ipsec,net.hotplug}

# FixIt! Now we use network rules from initscript
rm -f %{buildroot}/lib/udev/rules.d/60-net.rules

# we have our own copy of gprintify
export DONT_GPRINTIFY=1

%if !%{with systemd}
  rm -rf %{buildroot}/lib/systemd
%else
  # (cg) Mask netfs initscript under systemd as native support is built in.
  ln -sf /dev/null %{buildroot}/lib/systemd/system/netfs.service
%endif

install -d -m 0755 %{buildroot}/%{_sysconfdir}/sysctl.d

#drop speedboot
rm -f %{buildroot}/%{_sysconfdir}/sysconfig/speedboot
rm -rf %{buildroot}/var/lib/speedboot
rm -f %{buildroot}/%{_sysconfdir}/X11/xsetup.d/90speedboot.xsetup
rm -rf %{buildroot}/%{_sysconfdir}/X11/xsetup.d

#delete prefdm (TODO fix patch)
rm -f %{buildroot}/%{_sysconfdir}/X11/prefdm

#delete old module config
rm -f %{buildroot}/%{_sysconfdir}/modules

#create Fedora-style modules dir in /etc/sysconfig/modules
install -d -m 0755 %{buildroot}/%{_sysconfdir}/sysconfig/modules

#Fix this!
#Remove old-style /etc/sysconfig/network-scripts/*.d directory
rm -rf %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts/*.d

#Replace original sysinit
rm -f %{buildroot}/%{_sysconfdir}/rc.d/rc.sysinit
install -m 0755 %{SOURCE2} %{buildroot}/%{_sysconfdir}/rc.d/
%post
#remove /etc/sysctl.d/sysctl.conf symlink
rm -f /etc/sysctl.d/sysctl.conf
#
##Fixme
touch /etc/sysconfig/i18n
##
touch /var/log/wtmp /var/run/utmp /var/log/btmp
chown root:utmp /var/log/wtmp /var/run/utmp /var/log/btmp
chmod 664 /var/log/wtmp /var/run/utmp
chmod 600 /var/log/btmp

%_mypost_service partmon

%_mypost_service network

%_mypost_service netconsole

# /etc/sysconfig/desktop format has changed
if [ -r /etc/sysconfig/desktop ]; then
    if ! grep -q = /etc/sysconfig/desktop; then
	DESK=`cat /etc/sysconfig/desktop`
	echo "DESKTOP=$DESK" > /etc/sysconfig/desktop
    fi
fi

# Add right translation file
for i in `echo $LANGUAGE:$LC_ALL:$LC_COLLATE:$LANG:C | tr ':' ' '`
do
	if [ -r %{_datadir}/locale/$i/LC_MESSAGES/initscripts.mo ]; then
		mkdir -p /etc/locale/$i/LC_MESSAGES/
		cp %{_datadir}/locale/$i/LC_MESSAGES/initscripts.mo \
			/etc/locale/$i/LC_MESSAGES/
		#
		# warly
		# FIXME: this should be done by each locale when installed or upgraded
		#
		pushd %{_datadir}/locale/$i/ > /dev/null && for j in LC_*
		do
			if [ -r $j -a ! -d $j ]; then
			    cp $j /etc/locale/$i/
			fi
		done && popd > /dev/null
		if [ -r %{_datadir}/locale/$i/LC_MESSAGES/SYS_LC_MESSAGES ]; then
			cp %{_datadir}/locale/$LANG/LC_MESSAGES/SYS_LC_MESSAGES /etc/locale/$i/LC_MESSAGES/
		fi
		#
		#
		break
	fi
done

%define initlvl_chg() if [[ -f /etc/rc3.d/S%{2}%{1} ]] && [[ -f /etc/rc5.d/S%{2}%{1} ]] && grep -q -e 'chkconfig: [0-9]+ %{3}' /etc/init.d/%{1}; then chkconfig --add %{1} || : ; fi; \
%{nil}

# only needed on upgrade
if [ $1 != 0 ]; then

	# handle single user mode declaration
	if ! grep -q '..:S:' /etc/inittab; then
		cat >> /etc/inittab <<EOF

# Single user mode
~~:S:wait:/bin/sh
EOF
	fi
	
	# Handle boot sequence changes on upgrade
	%initlvl_chg partmon 80 13
	
fi

%preun
%_preun_service netfs

%_preun_service netconsole

%_preun_service network-up

%_preun_service network

%_preun_service partmon

%postun
if [ -f /var/lock/TMP_1ST ];then 
		rm -f /var/lock/TMP_1ST
fi
if [ "$1" = "0" ]; then
	for i in /etc/locale/*/LC_MESSAGES/initscripts.mo
	do
		rm -f $i
		rmdir `dirname $i` >/dev/null 2> /dev/null
	done
	rmdir /etc/locale/* >/dev/null 2> /dev/null
fi

%files -f %{name}.lang
%dir %{_sysconfdir}/sysconfig/network-scripts
#dir %{_sysconfdir}/sysconfig/network-scripts/ifup.d
#dir %{_sysconfdir}/sysconfig/network-scripts/ifdown.d
#dir %{_sysconfdir}/sysconfig/network-scripts/wireless.d
#dir %{_sysconfdir}/sysconfig/network-scripts/vpn.d
#dir %{_sysconfdir}/sysconfig/network-scripts/vpn.d/openvpn
#dir %{_sysconfdir}/sysconfig/network-scripts/vpn.d/pptp
#dir %{_sysconfdir}/sysconfig/network-scripts/vpn.d/vpnc
%config(noreplace) %verify(not md5 mtime size) /etc/adjtime
%config(noreplace) /etc/sysconfig/init
%config(noreplace) /etc/sysconfig/autofsck
%config(noreplace) /etc/sysconfig/partmon
%config(noreplace) /etc/sysconfig/netconsole
%config(noreplace) /etc/sysconfig/readonly-root
/etc/sysconfig/network-scripts/ifdown
/sbin/ifdown
/etc/sysconfig/network-scripts/ifdown-post
/etc/sysconfig/network-scripts/ifup
/sbin/ifup
%dir /etc/sysconfig/console
%dir /etc/sysconfig/console/consoletrans
%dir /etc/sysconfig/console/consolefonts
%dir /etc/sysconfig/networking
%dir /etc/sysconfig/networking/devices
%dir /etc/sysconfig/networking/profiles
%dir /etc/sysconfig/networking/profiles/default
%dir %{_sysconfdir}/sysconfig/modules
/etc/sysconfig/network-scripts/network-functions
/etc/sysconfig/network-scripts/network-functions-ipv6
/etc/sysconfig/network-scripts/init.ipv6-global
%config(noreplace) /etc/sysconfig/network-scripts/ifcfg-lo
/etc/sysconfig/network-scripts/ifup-ipx
/etc/sysconfig/network-scripts/ifup-post
/etc/sysconfig/network-scripts/ifdown-ppp
/etc/sysconfig/network-scripts/ifup-ppp
/etc/sysconfig/network-scripts/ifup-routes
/etc/sysconfig/network-scripts/ifdown-routes
/etc/sysconfig/network-scripts/ifup-plip
/etc/sysconfig/network-scripts/ifup-plusb
/etc/sysconfig/network-scripts/ifup-bnep
/etc/sysconfig/network-scripts/ifdown-bnep
/etc/sysconfig/network-scripts/ifup-eth
/etc/sysconfig/network-scripts/ifdown-eth
/etc/sysconfig/network-scripts/ifup-ipv6
/etc/sysconfig/network-scripts/ifdown-ipv6
/etc/sysconfig/network-scripts/ifup-sit
/etc/sysconfig/network-scripts/ifdown-sit
/etc/sysconfig/network-scripts/ifup-tunnel
/etc/sysconfig/network-scripts/ifdown-tunnel
/etc/sysconfig/network-scripts/ifup-aliases
#/etc/sysconfig/network-scripts/ifup-ippp
#/etc/sysconfig/network-scripts/ifdown-ippp
/etc/sysconfig/network-scripts/ifup-wireless
/etc/sysconfig/network-scripts/ifup-hso
/etc/sysconfig/network-scripts/ifdown-hso
#/etc/X11/prefdm
#/etc/X11/lookupdm
%config(noreplace) /etc/networks 
/etc/rwtab
%dir /etc/rwtab.d
/etc/statetab
%dir /etc/statetab.d
%if %{with upstart}
%config(noreplace) /etc/event.d/*
/etc/init/*
%endif
/lib/udev/rules.d/*
%config(noreplace) /etc/inittab
%config(noreplace missingok) /etc/rc.d/rc[0-9].d/*
/etc/rc[0-9].d
/etc/rcS.d
/etc/rc
%dir /etc/rc.d/init.d
%config(noreplace) /etc/rc.local
/etc/rc.sysinit
/lib/lsb/init-functions
/etc/rc.d/init.d/*
/etc/rc.d/rc
%config(noreplace) /etc/rc.d/rc.local
/etc/rc.d/rc.sysinit
%config(noreplace) /etc/sysctl.conf
%dir /etc/sysctl.d
%exclude /etc/profile.d/debug*
%config /etc/profile.d/*
#dir /etc/sysconfig/network-scripts/cellular.d
#dir /etc/sysconfig/network-scripts/hostname.d
#/etc/sysconfig/network-scripts/ifup.d/vpn
#/etc/sysconfig/network-scripts/ifdown.d/vpn
/usr/sbin/vpn-start
/usr/sbin/vpn-stop
/usr/sbin/mdv-network-event
/usr/sbin/sys-unconfig
/bin/ipcalc
/bin/usleep
%attr(4755,root,root) /usr/sbin/usernetctl
/sbin/consoletype
/sbin/fstab-decode
/sbin/genhostid
/sbin/getkey
/sbin/securetty
%attr(2755,root,root) /sbin/netreport
/lib/udev/rename_device
/lib/udev/console_init
/lib/udev/console_check
%ifarch s390 s390x
/lib/udev/ccw_init
%endif
/sbin/service
/sbin/sushell
#mdv
/sbin/hibernate-cleanup.sh
/sbin/ppp-watch
%{_mandir}/man*/*
%lang(cs)	%{_mandir}/cs/man*/*
%lang(et)	%{_mandir}/et/man*/*
%lang(fi)	%{_mandir}/fi/man*/*
%lang(fr)	%{_mandir}/fr/man*/*
%lang(it)	%{_mandir}/it/man*/*
%lang(pt_BR)	%{_mandir}/pt_BR/man*/*
%lang(ru)	%{_mandir}/ru/man*/*
%lang(uk)	%{_mandir}/uk/man*/*
%dir %attr(775,root,root) /var/run/netreport
%dir /etc/ppp
%dir /etc/ppp/ip-down.d
%dir /etc/ppp/ip-up.d
%dir /etc/ppp/peers
/etc/ppp/ip-up
/etc/ppp/ip-down
/etc/ppp/ip-up.ipv6to4
/etc/ppp/ip-down.ipv6to4
/etc/ppp/ipv6-up
/etc/ppp/ipv6-down
%dir /etc/NetworkManager
%dir /etc/NetworkManager/dispatcher.d
/etc/NetworkManager/dispatcher.d/00-netreport
/etc/NetworkManager/dispatcher.d/05-netfs
%doc sysconfig.txt sysvinitfiles static-routes-ipv6 ipv6-tunnel.howto ipv6-6to4.howto changes.ipv6
/var/lib/stateless
%ghost %attr(0664,root,utmp) /var/log/btmp
%ghost %attr(0664,root,utmp) /var/log/wtmp
%ghost %attr(0664,root,utmp) /var/run/utmp
/etc/rc.modules
%dir /etc/modprobe.preload.d/
%ifnarch %{sparcx}
/usr/sbin/supermount
%endif
/usr/bin/*
# warly
# gettext need /use/share/locale anyway
#%dir /etc/locale
#%dir /etc/locale/*
#%dir /etc/locale/*/LC_MESSAGES
%if %{with systemd}
%{_sysconfdir}/tmpfiles.d/initscripts.conf
%{_sysconfdir}/tmpfiles.d/mandriva.conf
/lib/systemd/fedora-autorelabel
/lib/systemd/fedora-configure
/lib/systemd/fedora-loadmodules
/lib/systemd/fedora-readonly
/lib/systemd/fedora-storage-init
/lib/systemd/mandriva-boot-links
/lib/systemd/mandriva-save-dmesg
/lib/systemd/system/basic.target.wants/fedora-autorelabel.service
/lib/systemd/system/basic.target.wants/fedora-autorelabel-mark.service
/lib/systemd/system/basic.target.wants/fedora-configure.service
/lib/systemd/system/basic.target.wants/fedora-loadmodules.service
/lib/systemd/system/basic.target.wants/mandriva-boot-links.service
/lib/systemd/system/basic.target.wants/mandriva-save-dmesg.service
/lib/systemd/system/ctrl-alt-del.target
/lib/systemd/system/fedora-autorelabel.service
/lib/systemd/system/fedora-autorelabel-mark.service
/lib/systemd/system/fedora-configure.service
/lib/systemd/system/fedora-loadmodules.service
/lib/systemd/system/fedora-readonly.service
/lib/systemd/system/fedora-storage-init.service
/lib/systemd/system/fedora-storage-init-late.service
/lib/systemd/system/fedora-wait-storage.service
/lib/systemd/system/netfs.service
/lib/systemd/system/mandriva-boot-links.service
/lib/systemd/system/mandriva-save-dmesg.service
/lib/systemd/system/local-fs.target.wants/fedora-readonly.service
/lib/systemd/system/local-fs.target.wants/fedora-storage-init.service
/lib/systemd/system/local-fs.target.wants/fedora-storage-init-late.service
/lib/systemd/system/mandriva-kmsg-loglevel.service
/lib/systemd/system/sysinit.target.wants/mandriva-kmsg-loglevel.service
%endif

%files -n debugmode
%config(noreplace) /etc/sysconfig/debug
%config /etc/profile.d/debug*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 9.34-16
+ Revision: 39c76c4
- MassBuild#440: Increase release tag

* Mon Apr 21 2014 Alex Burmashev <alex.burmashev@gmail.com> 9.34-15
+ Revision: 50b3821
- added loadkeys ru patch

* Fri Jan 10 2014 akdengi <kazancas@mandriva.ru> 9.34-14
+ Revision: e64af0b
- another fix rc.sysinit

* Fri Jan 10 2014 akdengi <kazancas@mandriva.ru> 9.34-14
+ Revision: 900aae3
- fix rc.sysinit

* Fri Jan 10 2014 akdengi <kazancas@mandriva.ru> 9.34-12
+ Revision: 6580262
- Drop mandriva-everytime.service and some obsoletes Mandriva patches

* Mon Oct 21 2013 Alexander Kazancev <kazancas@gmail.com> 9.34-11
+ Revision: 53b10f0
- Fix dhclient options

* Mon Oct 21 2013 Alexander Kazancev <kazancas@gmail.com> 9.34-11
+ Revision: 8b4db47
- Up release

* Wed Sep 04 2013 akdengi <kazancas@mandriva.ru> 9.34-10
+ Revision: 1fa0373
- move USE_NM_ONLY config to NM packager

* Tue Sep 03 2013 Alexander Kazancev <kazancas@gmail.com> 9.34-10
+ Revision: 59762fb
- Need latest udev >= 194-26

* Tue Sep 03 2013 akdengi <alexander.kazancev@rosalab.ru> 9.34-10
+ Revision: 643ab24
- drop 60-net udev rule and add options NM_USE_ONLY=yes in /etc/sysconfig/network. Clean spec

* Tue Aug 06 2013 akdengi <kazancas@mandriva.ru> 9.34-9
+ Revision: b3268dd
- add rules

* Tue Aug 06 2013 akdengi <kazancas@mandriva.ru> 9.34-9
+ Revision: 7547082
- use new net udev rule

* Tue Aug 06 2013 akdengi <kazancas@mandriva.ru> 9.34-8
+ Revision: 684e29b
- remove sysconfig/network-scripts/*.d dirs from files in spec

* Tue Aug 06 2013 akdengi <kazancas@mandriva.ru> 9.34-8
+ Revision: bae360c
- return net rules from initscript, not udev

* Tue Aug 06 2013 akdengi <kazancas@mandriva.ru> 9.34-8
+ Revision: 214b459
- drop old network parts

* Mon Aug 05 2013 akdengi <kazancas@mandriva.ru> 9.34-7
+ Revision: d0d3080
- up release

* Mon Aug 05 2013 akdengi <kazancas@mandriva.ru> 9.34-6.7
+ Revision: d73fa1c
- update network script and programs

* Wed Apr 17 2013 akdengi <kazancas@gmail.com> 9.34-6.7
+ Revision: dcbbd2f
- reward rc.sysinit

* Tue Apr 16 2013 akdengi <kazancas@gmail.com> 9.34-6.5
+ Revision: 96b46a0
- fix mdv-network-event install

* Tue Apr 16 2013 akdengi <kazancas@gmail.com> 9.34-6.5
+ Revision: d69419d
- return mdv-network-event

* Tue Apr 16 2013 akdengi <kazancas@gmail.com> 9.34-6.5
+ Revision: e45020f
- remove call network-up from mandriva patch

* Tue Apr 16 2013 akdengi <kazancas@gmail.com> 9.34-6.5
+ Revision: 7ebb5b5
- change initscripts. Drop all network path. In mandrake_everytime clean /var/tmp as /tmp in tmpfs and clean automatially

* Tue Apr 16 2013 akdengi <kazancas@gmail.com> 9.34-6.5
+ Revision: 24a84b2
- fix

* Tue Apr 16 2013 akdengi <kazancas@gmail.com> 9.34-6.5
+ Revision: ab2e8d1
- speedboot clean

* Tue Apr 16 2013 akdengi <kazancas@gmail.com> 9.34-6.5
+ Revision: 12eb037
- fix

* Tue Apr 16 2013 akdengi <kazancas@gmail.com> 9.34-6.5
+ Revision: 512ae72
- fix spec

* Tue Apr 16 2013 akdengi <kazancas@gmail.com> 9.34-6.5
+ Revision: b39b346
- remove plymouth quit patch

* Tue Apr 16 2013 akdengi <kazancas@gmail.com> 9.34-6.4
+ Revision: aace076
- drop speedboot and rc.sysinit patch

* Tue Apr 16 2013 akdengi <kazancas@gmail.com> 9.34-6.4
+ Revision: 296be88
- remove lookupdm and prefdm via systemd migrate

* Mon Feb 25 2013 root <root@localhost.localdomain> 9.34-6.4
+ Revision: 670874b
- added remove symlink to the postscript

* Thu Feb 21 2013 root <root@localhost.localdomain> 9.34-6.3
+ Revision: ffc5609
- removed the symlink from /etc/sysctl.d, removed obsoleted options

* Tue Feb 05 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 9.34-6.2
+ Revision: 9b53acd
- added Provides:   /sbin/service

* Fri Dec 28 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 9.34-6.1
+ Revision: 798137b
- LOG error handling $HOME/.i18n file with ini syntax fixed

* Sat Dec 22 2012 Alexander Kazancev <kazancas@gmail.com> 9.34-6
+ Revision: 7fee3a1
- Drop /etc/modules as need only for kernel < 2.5

* Wed Dec 05 2012 root <root@localhost.localdomain> 9.34-5
+ Revision: e30ece2
- changed mandriva everytime service

* Tue Nov 20 2012 root <root@localhost.localdomain> 9.34-4
+ Revision: 9101945
- force plymouth quit at DM start

* Fri Oct 05 2012 akdengi <kazancas@mandriva.ru> 9.34-3
+ Revision: 92722a1
- fix

* Fri Oct 05 2012 akdengi <kazancas@mandriva.ru> 9.34-3
+ Revision: fcc4da3
- drop netprofile and /etc/resolv.conf

* Thu Sep 27 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 9.34-2
+ Revision: a3d78e9
- added Provides:   /etc/init.d for at package

* Tue Sep 25 2012 akdengi <kazancas@mandriva.ru> 9.34-2
+ Revision: 6ccbc82
- fix spec

* Tue Sep 25 2012 akdengi <kazancas@mandriva.ru> 9.34-2
+ Revision: 4ef586a
- LOG - Sync with Cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16790 |14mr|inkscape-0.91-0.pre0.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Develop version from http://repos.fedorapeople.org/repos/ryanlerch/inkscape-unstable
%define Werror_cflags %nil
%define pre pre0

Summary:	A vector-based drawing program using SVG
Name:		inkscape
Version:	0.91
Release:	0.%{pre}.3
License:	GPLv2+
Group:		Graphics
URL:		http://inkscape.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}%{pre}.tar.bz2
#Source1:	%{name}-icons.tar.bz2
Patch0:		inkscape-0.48.2-types.patch
Patch1:		inkscape-0.48+devel-fix-desktop-file.patch
BuildRequires:	desktop-file-utils
BuildRequires:	dos2unix
BuildRequires:	gdk-pixbuf2.0
BuildRequires:	intltool

BuildRequires:	perl-XML-Parser
BuildRequires:	boost-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(bdw-gc) >= 6.4
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(gtkspell-2.0)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libcdr-0.1)
BuildRequires:	pkgconfig(libgnomeprintui-2.2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libvisio-0.1)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(loudmouth-1.0)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(python)

Requires:	gdk-pixbuf2.0
Requires:	gnome-vfs2
Requires:	pstoedit
Requires:	python-lxml
Requires:	python-pyxml
Suggests:	uniconvertor

%description
Inkscape is a generic SVG-based vector-drawing program.

Inkscape uses the W3C SVG (= "Scalable Vector Graphics") standard as its
native file format. Therefore, it is a very useful tool for web designers
and can be used as an interchange format for desktop publishing.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/inkscape/
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/*
%{_mandir}/*/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}%{pre}
%apply_patches

# https://bugs.launchpad.net/inkscape/+bug/314381
# A couple of files have executable bits set,
# despite not being executable
find . -name '*.cpp' | xargs chmod -x
find . -name '*.h' | xargs chmod -x
find share/extensions -name '*.py' | xargs chmod -x

# Fix end of line encodings
dos2unix -k -q share/extensions/*.py

%build
export CXXFLAGS="%{optflags} -fpermissive"
#autoreconf -fi
%configure2_5x \
	--with-python \
	--with-perl \
	--with-gnome-vfs \
	--with-xft \
	--enable-lcms \
	--enable-poppler-cairo
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
	--add-category="X-MandrivaLinux-CrossDesktop" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# No skencil anymore
rm -f %{buildroot}%{_datadir}/%{name}/extensions/sk2svg.sh

%find_lang %{name}



%changelog
* Fri Aug 22 2014 Sergey A. Sokolov <s.sokolov@ntcit-rosa.ru> 0.91-0.pre0.3
+ Revision: 1ab285e
- fix BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16791 |14mr|inn-2.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define perl_version %(rpm -q --qf '%%{epoch}:%%{VERSION}' perl)

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(bigint.pl\\)|perl\\(ftp.pl\\)'
%else
%define _requires_exceptions perl(bigint.pl)\\|perl(ftp.pl)
%endif

Summary:	The InterNetNews (INN) system, a Usenet news server

Name:		inn
Version:	2.5.3
Release:	4
License:	GPLv2+
Group:		System/Servers
URL:		http://www.isc.org/products/INN/
Source0:	ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
Source1:	inn-default-active
Source2:	inn-default-distributions
Source3:	inn-default-newsgroups
Source4:	inn-cron-expire
Source5:	inn-cron-rnews
Source6:	inn-etc-nnrp.access
Source7:	inn-cron-nntpsend
Source8:	innd.init
Source10:	inn-faq.tar.bz2
Source20:	%{name}.rpmlintrc
Patch0:		inn-2.4.3.rh.patch
Patch1:		inn-2.4.1.perl.patch
Patch2:		inn-2.5.1.pie.patch
Patch3:		inn-2.5.2.posix.patch
Patch4:		inn-2.5.1.warn.patch
Patch5:		inn-2.5.1-makedbz.patch
Patch8:		inn-2.5.1-nologinshell.patch
Patch9:		inn-2.5.0-chown.patch
Patch10:	inn-redhat_build.patch
Patch11:	inn-shared.patch
Patch12:	inn-2.5.2-smp.patch
Patch13:	inn-2.5.3-flex.patch
Patch21:	inn-2.5.3-radius.patch
Patch22:	inn-2.5.3-pod.patch
BuildRequires:	autoconf automake libtool
BuildRequires:	bison
BuildRequires:	db-devel
BuildRequires:	ext2fs-devel
BuildRequires:	flex
BuildRequires:	openssl-devel
BuildRequires:	perl-devel
BuildRequires:	krb5-devel
BuildRequires:	pam-devel
Requires(pre):	chkconfig grep coreutils sed rpm-helper
Requires:	cleanfeed, perl = %{perl_version}
Requires:	sendmail-command
Conflicts:	echelog jabber2

%description
INN (InterNetNews) is a complete system for serving Usenet news and/or
private newsfeeds.  INN includes innd, an NNTP (NetNews Transport
Protocol) server, and nnrpd, a newsreader that is spawned for each client. 
Both innd and nnrpd vary slightly from the NNTP protocol, but not in ways
that are easily noticed.

Install the inn package if you need a complete system for serving and
reading Usenet news.  You may also need to install inn-devel, if you are
going to use a separate program which interfaces to INN, like newsgate or
tin.

%package	devel
Summary:	The INN (InterNetNews) library

Group:		Development/C
Requires:	inn = %{version}

%description	devel
The inn-devel package contains the INN (InterNetNews) library, which
several programs that interface with INN need in order to work (for
example, newsgate and tin).

If you are installing a program which must interface with the INN
news system, you should install inn-devel.

%package -n	inews
Summary:	Sends Usenet articles to a local news server for distribution

Group:		System/Servers
Conflicts:	noffle

%description -n	inews
The inews program is used by some news programs (for example, inn and
trn) to post Usenet news articles to local news servers.  Inews reads an
article from a file or standard input, adds headers, performs some
consistency checks and then sends the article to the local news server
specified in the inn.conf file.

Install inews if you need a program for posting Usenet articles to local
news servers.

%prep
%setup -q -a 10
%patch0 -p1 -b .rh
%patch1 -p1 -b .perl
%patch2 -p1 -b .pie
%patch3 -p1 -b .posix
%patch4 -p1 -b .warn
%patch5 -p1 -b .makedbz
%patch8 -p1 -b .nologin
%patch9 -p1 -b .chown
%patch10 -p1 -b .redhat_build
%patch11 -p1 -b .shared
%patch12 -p1 -b .smp
%patch13 -p1 -b .lex
%patch21 -p1 -b .radius
%patch22 -p1 -b .pdx

#rm -f configure; autoconf-2.13

find -type f | xargs perl -pi -e '@meuh = qw(LOCK_READ LOCK_WRITE LOCK_UNLOCK); foreach $a (@meuh) { s/\b$a\b/INN_$a/g }'

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" m4/*.m4 configure*

%build
%serverbuild
export CFLAGS="$CFLAGS -DHAVE_ET_COM_ERR_H -fPIC"

#rm -f config.cache
#libtoolize --copy --force

autoreconf -fi

%configure2_5x --prefix=/usr  \
	--libdir=%{_libdir} \
	--with-lib-dir=%{_libdir}/%{name} \
	--with-filter-dir=%{_libdir}/news/bin/filter \
	--with-control-dir=%{_libdir}/news/bin/control \
	--sysconfdir=/etc/news \
	--mandir=%{_mandir} \
	--libexecdir=%{_libdir}/%{name} \
	--with-log-dir=/var/log/news --with-spool-dir=/var/spool/news\
	--with-db-dir=/var/lib/news --with-run-dir=/var/run/news \
	--with-etc-dir=/etc/news --with-tmp-path=/var/spool/news/tmp \
	--with-perl --enable-shared --disable-static \
	--enable-tagged-hash --enable-merge-to-groups \
	--enable-ipv6 --with-libperl-dir=%{perl_vendorlib} \
	--with-news-user=news --with-news-group=news \
	--with-news-master=news --enable-pgp-verify \
	--with-openssl \
	--with-sendmail=/usr/sbin/sendmail \
	--with-berkeleydb=%{_prefix} \
	--with-http-dir=%{_sharedstatedir}/news/http

%make

%install

mkdir -p %{buildroot}
perl -pi -e 's/^OWNER.*/OWNER = /; s/^ROWNER.*/ROWNER = /' Makefile.global

TMP_UID="`id -un`"
TMP_GID="`id -gn`"
perl -pi -e "s|^NEWSUSER.*|NEWSUSER=${TMP_UID}|g" Makefile.global
perl -pi -e "s|^NEWSGROUP.*|NEWSGROUP=${TMP_GID}|g" Makefile.global

%makeinstall_std

# -- Install man pages needed by suck et al.
mkdir -p %{buildroot}%{_includedir}/inn
for f in clibrary.h config.h
do
    install -c -m 0644 ./include/$f %{buildroot}%{_includedir}/inn
done

mkdir -p %{buildroot}/etc
mv %{buildroot}/usr/bin/rc.news %{buildroot}/etc

perl -pi -e 's|%{_libdir}/inn/news/innshellvars|%{_bindir}/innshellvars|' %{buildroot}/etc/rc.news
chmod 755 %{buildroot}/etc/rc.news



touch %{buildroot}/var/lib/news/subscriptions
chmod 644 %{buildroot}/var/lib/news/subscriptions

install -m 644 %{SOURCE1} \
        %{buildroot}/var/lib/news/active
install -m 644 %{SOURCE2} \
        %{buildroot}/var/lib/news/distributions
install -m 644 %{SOURCE3} \
        %{buildroot}/var/lib/news/newsgroups

mkdir -p %{buildroot}/etc/cron.hourly %{buildroot}/etc/cron.daily
install -m755 %{SOURCE4} \
        %{buildroot}/etc/cron.daily/inn-cron-expire
install -m755 %{SOURCE5} \
        %{buildroot}/etc/cron.hourly/inn-cron-rnews
install -m755 %{SOURCE7} \
        %{buildroot}/etc/cron.hourly/inn-cron-nntpsend

install -m440 %{SOURCE6} \
        %{buildroot}/etc/news/nnrp.access

mkdir -p %{buildroot}/etc/rc.d/init.d/
install -m 755 %{SOURCE8} \
	%{buildroot}/etc/rc.d/init.d/innd

rm -f %{buildroot}/var/lib/news/history
touch %{buildroot}/var/lib/news/history
touch %{buildroot}/var/lib/news/.news.daily
LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{buildroot}/usr/bin/makehistory \
	-a %{buildroot}/var/lib/news/active \
	-r -f %{buildroot}/var/lib/news/history || :
chmod 644 %{buildroot}/var/lib/news/*
chmod 644 %{buildroot}/var/lib/news/.news.daily

mkdir -p %{buildroot}/var/spool/news/tmp

# we get this from cleanfeed
# (sb) true - but it's not being found by innd - fix this
rm -f %{buildroot}/%{_libdir}/news/bin/filter/filter_innd.pl
pushd %{buildroot}/%{_libdir}/news/bin/filter
ln -sf ../control/filter_innd.pl . 
popd

# fix location of real library files
#mv %{buildroot}%{_libdir}/{inn/lib{inn,storage}.a,/}

#Fix perms in sample directory to avoid bogus dependencies
find samples -name "*.in" -exec chmod a-x {} \;

# (sb) doc install conflicts with rpm %%doc, even when config is setup
# correctly. Just rm these files and let %%doc take care of it
rm -fr %{buildroot}/%{_usr}/doc

# (sb) a portion of the header files are in /usr/include, while the rest
# are in /usr/include/inn - paths.h conflicts with glibc-devel
# right now inn-devel isn't used for anything, nor do the other header
# files seem to be looking for them a directory up - move them
#mv %{buildroot}/%{_includedir}/*.h %{buildroot}/%{_includedir}/inn

# (sb) file mode now prevents strip from working?
chmod u+w %{buildroot}/%{_bindir}/*
chmod u+w %{buildroot}/%{_bindir}/auth/resolv/*
chmod u+w %{buildroot}/%{_bindir}/auth/passwd/*
chmod u+w %{buildroot}/%{_bindir}/rnews.libexec/*

mv samples/radius.conf samples/inn-radius.conf

%clean
rm -f files.list files.main files.devel files.inews

%post
%_post_service innd

umask 002
touch /var/log/news/news.notice
touch /var/log/news/news.crit
touch /var/log/news/news.err
[ -f /var/lib/news/active.times ] || {
    touch /var/lib/news/active.times
    chown news:news /var/lib/news/active.times
}
chown -R news:news /var/log/news*

if [ `hostname -f` ]; then
  if [ `cat /etc/news/inn.conf | grep '^server:' | wc -l` -lt 1 ]; then
    echo "server: `hostname -f`" >> /etc/news/inn.conf
  fi

  if [ -f /var/lib/news/history ]; then
        cd /var/lib/news
	%{_bindir}/makedbz -s `wc -l <history` -f history
        for i in dir hash index pag; do
                [ -f history.n.$i ] && mv history.n.$i history.$i
        done
        chown news:news history.*
        chmod 644 history.*
  else
        cd /var/lib/news
        cp /dev/null history
        %{_bindir}/makehistory 
	%{_bindir}/makedbz -s `wc -l <history` -f history
        for i in dir hash index pag; do
                [ -f history.n.$i ] && mv history.n.$i history.$i
        done
        chown news:news history history.*
        chmod 644 history history.*
  fi
else
  echo "Network misconfigured, manual setup required..."
fi

%triggerin -- sysklogd
if [ -f /etc/syslog.conf ]; then
  if grep -q "# News logging" /etc/syslog.conf; then
perl -pi -e "s!mail.none;authpriv.none!mail.none;news.none;authpriv.none!; \
	     s!/var/log/news/info!/var/log/news/news.notice!; \
	     s!/var/log/news/errors!/var/log/news/news.err!; \
	     s!/var/log/news/warnings!/var/log/news/news.crit!; \
	     s!^news.err!news.=err!; \
	     s!^news.=warn!news.=crit!; " /etc/syslog.conf 
	else
	cat <<EOF >> /etc/syslog.conf
# News logging
news.=debug;news.=info;news.=notice                             -/var/log/news/news.notice
news.=crit                                                      -/var/log/news/news.crit
news.err                                                        -/var/log/news/news.err
EOF
    fi
  if [ -f /var/run/syslog.pid ]; then
    kill -HUP `cat /var/run/syslog.pid` 2> /dev/null ||:
  fi
fi

%preun
%_preun_service innd

if [ $1 = 0 ]; then
    if [ -f /var/lib/news/history.dir ]; then
       rm -f /var/lib/news/history.*
    fi
fi

%postun
if [ "$1" -ge "1" ]; then
    service innd restart > /dev/null 2>&1
fi

%files
%defattr(-,news,news)
%dir %{_sysconfdir}/news
%attr(775,news,news) %dir /var/spool/news
%attr(775,news,news) %dir /var/spool/news/articles
%attr(775,news,news) %dir /var/spool/news/overview
%attr(775,news,news) %dir /var/spool/news/archive
%attr(775,news,news) %dir /var/spool/news/incoming
%attr(775,news,news) %dir /var/spool/news/incoming/bad
%attr(775,news,news) %dir /var/spool/news/outgoing
%attr(775,news,news) %dir /var/spool/news/innfeed
%attr(770,news,news) %dir /var/spool/news/tmp
%attr(770,news,news) %dir /var/log/news
/var/log/news/OLD
%attr(770,news,news) %dir /var/lib/news
%attr(770,news,news) %dir /var/run/news

%attr(-,root,root) %doc HACKING LICENSE MANIFEST TODO
%attr(-,root,root) %doc README* ChangeLog CONTRIBUTORS INSTALL NEWS
%attr(-,root,root) %doc faq
%attr(-,root,root) %doc doc/hook* doc/config*
%attr(-,root,root) %doc doc/sample-control doc/GPL doc/history

%defattr(755,root,root)
%{_prefix}/com/news/http/innreport.css

%dir %{_libdir}/news/bin/control
%dir %{_libdir}/news/bin/filter
%{_libdir}/news/bin/filter/filter_innd.pl
%{_libdir}/news/bin/filter/nnrpd_auth.pl
%{_libdir}/news/bin/filter/startup_innd.pl
%{_libdir}/news/bin/filter/INN.py
%{_libdir}/news/bin/filter/filter_nnrpd.pl
%{_libdir}/news/bin/filter/nnrpd_dynamic.py
%{_libdir}/news/bin/filter/nnrpd_auth.py
%{_libdir}/news/bin/filter/nnrpd_access.pl
%{_libdir}/news/bin/filter/nnrpd_access.py
%{_libdir}/news/bin/filter/nnrpd.py
%{_libdir}/news/bin/filter/filter_innd.py
%{_libdir}/news/bin/control/sendsys.pl
%{_libdir}/news/bin/control/rmgroup.pl
%{_libdir}/news/bin/control/newgroup.pl
%{_libdir}/news/bin/control/ihave.pl
%{_libdir}/news/bin/control/sendme.pl
%{_libdir}/news/bin/control/checkgroups.pl
%{_libdir}/news/bin/control/version.pl
%{_libdir}/news/bin/control/senduuname.pl
%dir %{perl_vendorlib}/INN
%dir %{perl_vendorlib}/INN/Utils
%{perl_vendorlib}/INN/Config.pm
%{perl_vendorlib}/INN/Utils/Shlock.pm
%{_bindir}/scanspool
%{_bindir}/nntpsend
%{_bindir}/send-ihave
%{_bindir}/send-nntp
%{_bindir}/send-uucp
%{_bindir}/perl-nocem
%{_bindir}/shrinkfile
%{_bindir}/tdx-util
%{_bindir}/convdate
%{_bindir}/innbind
%{_bindir}/getlist
%{_bindir}/buffindexed_d
%{_bindir}/innreport_inn.pm
%config(noreplace) %{_bindir}/innshellvars.pl
%{_bindir}/archive
%{_bindir}/pullnews
%attr(6550,uucp,news) %{_bindir}/rnews
%dir %{_bindir}/rnews.libexec
%{_bindir}/rnews.libexec/gunbatch
%{_bindir}/rnews.libexec/c7unbatch
%{_bindir}/rnews.libexec/decode
%{_bindir}/rnews.libexec/encode
%{_bindir}/rnews.libexec/bunbatch
%{_bindir}/sendxbatches
%{_bindir}/nnrpd
%{_bindir}/filechan
%{_bindir}/innxmit
%{_bindir}/tinyleaf
%{_bindir}/cnfsstat
%{_bindir}/ovdb_stat
%{_bindir}/ninpaths
%{_bindir}/innfeed
%{_bindir}/signcontrol
%{_bindir}/sendinpaths
%{_bindir}/tally.control
%dir %{_bindir}/auth/resolv
%dir %{_bindir}/auth/passwd
%{_bindir}/auth/passwd/ckpasswd
%{_bindir}/auth/passwd/radius
%{_bindir}/auth/resolv/domain
%{_bindir}/auth/resolv/ident
%{_bindir}/imapfeed
%{_bindir}/innupgrade
%{_bindir}/expireover
%{_bindir}/makehistory
%{_bindir}/writelog
%{_bindir}/simpleftp
%{_bindir}/grephistory
%{_bindir}/sm
%{_bindir}/mod-active
%{_bindir}/mailpost
%{_bindir}/innconfval
%{_bindir}/procbatch
%{_bindir}/cvtbatch
%config(noreplace) %{_bindir}/innshellvars.tcl
%{_bindir}/cnfsheadconf
%{_bindir}/pgpverify
%{_bindir}/actsync
%{_bindir}/nntpget
%{_bindir}/innreport
%{_bindir}/ovdb_monitor
%{_bindir}/buffchan
%{_bindir}/actsyncd
%{_bindir}/controlchan
%config(noreplace) %{_bindir}/innshellvars
%{_bindir}/shlock
%{_bindir}/news.daily
%{_bindir}/docheckgroups
%{_bindir}/ovdb_server
%{_bindir}/ovdb_init
%{_bindir}/scanlogs
%{_bindir}/inncheck
%{_bindir}/controlbatch
%{_bindir}/actmerge
%{_bindir}/innd
%{_bindir}/expire
%{_bindir}/prunehistory
%{_bindir}/makedbz
%{_bindir}/innstat
%{_bindir}/fastrm
%{_bindir}/innxbatch
%{_bindir}/ctlinnd
%{_bindir}/innmail
%{_bindir}/innwatch
%{_bindir}/news2mail
%{_bindir}/inndf
%{_bindir}/batcher
%{_bindir}/expirerm
%{_bindir}/overchan
%config(noreplace) %attr(755,root,root) %{_initrddir}/innd
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/actsync.cfg
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/actsync.ign
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/buffindexed.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/control.ctl
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/control.ctl.local
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/cycbuff.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/distrib.pats
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/distributions
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/expire.ctl
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/incoming.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/innfeed.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/innreport.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/innshellvars.local
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/innshellvars.pl.local
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/innshellvars.tcl.local
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/innwatch.ctl
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/localgroups
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/moderators
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/motd.innd
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/motd.nnrpd
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/news2mail.cf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/newsfeeds
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/nnrp.access
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/nnrpd.track
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/nntpsend.ctl
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/nocem.ctl
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/ovdb.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/passwd.nntp
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/inn-radius.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/readers.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/send-uucp.cf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/storage.conf
%attr(640,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/subscriptions
%attr(640,uucp,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/news/inn.conf
%{_sysconfdir}/cron.hourly/inn-cron-nntpsend
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.hourly/inn-cron-rnews
%attr(755,root,news) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/rc.news
%{_sysconfdir}/cron.daily/inn-cron-expire
%attr(640,news,news) %config(noreplace) /var/lib/news/active
%attr(640,news,news) %config(noreplace) /var/lib/news/.news.daily
%attr(640,news,news) %config(noreplace) /var/lib/news/active.times
%attr(640,news,news) %config(noreplace) /var/lib/news/subscriptions
%attr(640,news,news) %config(noreplace) /var/lib/news/history
%attr(640,news,news) %config(noreplace) /var/lib/news/distributions
%attr(640,news,news) %config(noreplace) /var/lib/news/newsgroups
%attr(644,root,root) %{_mandir}/man1/convdate.1*
%attr(644,root,root) %{_mandir}/man1/fastrm.1*
%attr(644,root,root) %{_mandir}/man1/getlist.1*
%attr(644,root,root) %{_mandir}/man1/grephistory.1*
%attr(644,root,root) %{_mandir}/man1/innconfval.1*
%attr(644,root,root) %{_mandir}/man1/innmail.1*
%attr(644,root,root) %{_mandir}/man1/nntpget.1*
%attr(644,root,root) %{_mandir}/man1/pgpverify.1*
%attr(644,root,root) %{_mandir}/man1/pullnews.1*
%attr(644,root,root) %{_mandir}/man1/rnews.1*
%attr(644,root,root) %{_mandir}/man1/shlock.1*
%attr(644,root,root) %{_mandir}/man1/shrinkfile.1*
%attr(644,root,root) %{_mandir}/man1/simpleftp.1*
%attr(644,root,root) %{_mandir}/man1/sm.1*
%attr(644,root,root) %{_mandir}/man5/active.5*
%attr(644,root,root) %{_mandir}/man5/active.times.5*
%attr(644,root,root) %{_mandir}/man5/buffindexed.conf.5*
%attr(644,root,root) %{_mandir}/man5/control.ctl.5*
%attr(644,root,root) %{_mandir}/man5/cycbuff.conf.5*
%attr(644,root,root) %{_mandir}/man5/distrib.pats.5*
%attr(644,root,root) %{_mandir}/man5/distributions.5*
%attr(644,root,root) %{_mandir}/man5/expire.ctl.5*
%attr(644,root,root) %{_mandir}/man5/history.5*
%attr(644,root,root) %{_mandir}/man5/incoming.conf.5*
%attr(644,root,root) %{_mandir}/man5/inn.conf.5*
%attr(644,root,root) %{_mandir}/man5/innfeed.conf.5*
%attr(644,root,root) %{_mandir}/man5/innwatch.ctl.5*
%attr(644,root,root) %{_mandir}/man5/localgroups.5*
%attr(644,root,root) %{_mandir}/man5/moderators.5*
%attr(644,root,root) %{_mandir}/man5/motd.innd.5*
%attr(644,root,root) %{_mandir}/man5/motd.news.5*
%attr(644,root,root) %{_mandir}/man5/motd.nnrpd.5*
%attr(644,root,root) %{_mandir}/man5/newsfeeds.5*
%attr(644,root,root) %{_mandir}/man5/newsgroups.5*
%attr(644,root,root) %{_mandir}/man5/newslog.5*
%attr(644,root,root) %{_mandir}/man5/nnrpd.track.5*
%attr(644,root,root) %{_mandir}/man5/nntpsend.ctl.5*
%attr(644,root,root) %{_mandir}/man5/nocem.ctl.5*
%attr(644,root,root) %{_mandir}/man5/ovdb.5*
%attr(644,root,root) %{_mandir}/man5/passwd.nntp.5*
%attr(644,root,root) %{_mandir}/man5/*radius.conf.5*
%attr(644,root,root) %{_mandir}/man5/readers.conf.5*
%attr(644,root,root) %{_mandir}/man5/storage.conf.5*
%attr(644,root,root) %{_mandir}/man5/subscriptions.5*
%attr(644,root,root) %{_mandir}/man8/actsync.8*
%attr(644,root,root) %{_mandir}/man8/actsyncd.8*
%attr(644,root,root) %{_mandir}/man8/archive.8*
%attr(644,root,root) %{_mandir}/man8/batcher.8*
%attr(644,root,root) %{_mandir}/man8/buffchan.8*
%attr(644,root,root) %{_mandir}/man8/ckpasswd.8*
%attr(644,root,root) %{_mandir}/man8/cnfsheadconf.8*
%attr(644,root,root) %{_mandir}/man8/cnfsstat.8*
%attr(644,root,root) %{_mandir}/man8/controlchan.8*
%attr(644,root,root) %{_mandir}/man8/ctlinnd.8*
%attr(644,root,root) %{_mandir}/man8/cvtbatch.8*
%attr(644,root,root) %{_mandir}/man8/docheckgroups.8*
%attr(644,root,root) %{_mandir}/man8/domain.8*
%attr(644,root,root) %{_mandir}/man8/expire.8*
%attr(644,root,root) %{_mandir}/man8/expireover.8*
%attr(644,root,root) %{_mandir}/man8/expirerm.8*
%attr(644,root,root) %{_mandir}/man8/filechan.8*
%attr(644,root,root) %{_mandir}/man8/ident.8*
%attr(644,root,root) %{_mandir}/man8/imapfeed.8*
%attr(644,root,root) %{_mandir}/man8/innbind.8*
%attr(644,root,root) %{_mandir}/man8/inncheck.8*
%attr(644,root,root) %{_mandir}/man8/innd.8*
%attr(644,root,root) %{_mandir}/man8/inndf.8*
%attr(644,root,root) %{_mandir}/man8/innfeed.8*
%attr(644,root,root) %{_mandir}/man8/innreport.8*
%attr(644,root,root) %{_mandir}/man8/innstat.8*
%attr(644,root,root) %{_mandir}/man8/innupgrade.8*
%attr(644,root,root) %{_mandir}/man8/innwatch.8*
%attr(644,root,root) %{_mandir}/man8/innxbatch.8*
%attr(644,root,root) %{_mandir}/man8/innxmit.8*
%attr(644,root,root) %{_mandir}/man8/inpaths.8*
%attr(644,root,root) %{_mandir}/man8/mailpost.8*
%attr(644,root,root) %{_mandir}/man8/makedbz.8*
%attr(644,root,root) %{_mandir}/man8/makehistory.8*
%attr(644,root,root) %{_mandir}/man8/mod-active.8*
%attr(644,root,root) %{_mandir}/man8/news.daily.8*
%attr(644,root,root) %{_mandir}/man8/news2mail.8*
%attr(644,root,root) %{_mandir}/man8/ninpaths.8*
%attr(644,root,root) %{_mandir}/man8/nnrpd.8*
%attr(644,root,root) %{_mandir}/man8/nntpsend.8*
%attr(644,root,root) %{_mandir}/man8/ovdb_init.8*
%attr(644,root,root) %{_mandir}/man8/ovdb_monitor.8*
%attr(644,root,root) %{_mandir}/man8/ovdb_server.8*
%attr(644,root,root) %{_mandir}/man8/ovdb_stat.8*
%attr(644,root,root) %{_mandir}/man8/overchan.8*
%attr(644,root,root) %{_mandir}/man8/perl-nocem.8*
%attr(644,root,root) %{_mandir}/man8/procbatch.8*
%attr(644,root,root) %{_mandir}/man8/prunehistory.8*
%attr(644,root,root) %{_mandir}/man8/*radius.8*
%attr(644,root,root) %{_mandir}/man8/rc.news.8*
%attr(644,root,root) %{_mandir}/man8/scanlogs.8*
%attr(644,root,root) %{_mandir}/man8/scanspool.8*
%attr(644,root,root) %{_mandir}/man8/send-nntp.8*
%attr(644,root,root) %{_mandir}/man8/send-uucp.8*
%attr(644,root,root) %{_mandir}/man8/sendinpaths.8*
%attr(644,root,root) %{_mandir}/man8/tally.control.8*
%attr(644,root,root) %{_mandir}/man8/tdx-util.8*
%attr(644,root,root) %{_mandir}/man8/tinyleaf.8*
%attr(644,root,root) %{_mandir}/man8/writelog.8*

%files devel
%{_mandir}/man3/*
%dir %{_includedir}/%{name}
%defattr(644,root,root)
%{_libdir}/libinnhist.a
%{_libdir}/libinn.a
%{_libdir}/libstorage.a
%{_includedir}/inn/clibrary.h
%{_includedir}/inn/inndcomm.h
%{_includedir}/inn/vector.h
%{_includedir}/inn/dbz.h
%{_includedir}/inn/confparse.h
%{_includedir}/inn/storage.h
%{_includedir}/inn/timer.h
%{_includedir}/inn/mmap.h
%{_includedir}/inn/ov.h
%{_includedir}/inn/md5.h
%{_includedir}/inn/network.h
%{_includedir}/inn/tst.h
%{_includedir}/inn/history.h
%{_includedir}/inn/libinn.h
%{_includedir}/inn/nntp.h
%{_includedir}/inn/version.h
%{_includedir}/inn/system.h
%{_includedir}/inn/config.h
%{_includedir}/inn/sequence.h
%{_includedir}/inn/defines.h
%{_includedir}/inn/innconf.h
%{_includedir}/inn/qio.h
%{_includedir}/inn/paths.h
%{_includedir}/inn/options.h
%{_includedir}/inn/list.h
%{_includedir}/inn/buffer.h
%{_includedir}/inn/wire.h
%{_includedir}/inn/utility.h
%{_includedir}/inn/overview.h
%{_includedir}/inn/hashtab.h
%{_includedir}/inn/messages.h
%{_includedir}/inn/dispatch.h
%{_includedir}/inn/newsuser.h

%files -n inews
%attr(755,root,root) /usr/bin/inews
%attr(644,root,root) %{_mandir}/man1/inews*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5.3-4
+ Revision: 218ed9a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16792 |14mr|intltool-0.50.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Scripts and assorted auto* magic for i18nalizing various kinds of data files
Name:		intltool
Version:	0.50.2
Release:	3
Group:		Development/GNOME and GTK+
License:	GPLv2+
URL: 		http://www.gnome.org/
Source0:	http://edge.launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
BuildArch:	noarch

BuildRequires:	perl-XML-Parser, diffutils
Requires:	perl-XML-Parser
Requires:	perl gettext-devel patch
%rename		xml-i18n-tools

%description
The intltool collection can be used to:

Extract translatable strings from various source files, including
.xml.in, .glade, .desktop.in, .server.in, .oaf.in.

Collect the extracted strings together with messages from traditional
source files (such as .c, .h) into pot files.

Merge back the translations from .po files into .xml, .desktop and
.oaf files during software build time.

%prep
%setup -q

%build
%configure2_5x
%make

%check
make check

%install
%makeinstall_std

%files
%doc AUTHORS COPYING README
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/aclocal/*
%{_mandir}/man8/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.2-3
+ Revision: 65ac856
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16793 |14mr|invictus-firewall-0.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name invictus-firewall
%define version 0.1
%define release 14
%define service ct_sync

Summary: Invictus Firewall
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{service}.init
Source1: %{service}.sysconfig
Source2: ucarp-action.sh
Source3: ucarp-up.sh
Source4: ucarp-down.sh
License: GPL
Group: System/Configuration/Networking
Url: http://www.mandriva.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Requires(post):  rpm-helper
Requires(preun): rpm-helper
Requires: ucarp


%description
Invictus Firewall allows to setup a redundant firewall using ucarp to
handle failover and ct_sync to replicate connection tracking state.

%prep
%setup -q -c -T

%build

%install
rm -rf $RPM_BUILD_ROOT
install -m755 -D %{SOURCE0} %{buildroot}%{_initrddir}/%{service}
install -m644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/%{service}
install -d %{buildroot}%{_datadir}/%{name}/
install -m755 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{buildroot}%{_datadir}/%{name}/

%clean
rm -rf $RPM_BUILD_ROOT

%post
%_post_service %{service}

%preun
%_preun_service %{service}

%files
%defattr(-,root,root)
%{_initrddir}/%{service}
%config(noreplace) %{_sysconfdir}/sysconfig/%{service}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/ucarp-*.sh





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-14
+ Revision: 9b58226
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16794 |14mr|ioping-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	simple disk I/O latency measuring tool
Name:		ioping
Version:	0.6
Release:	2
License:	GPLv3+
Group:		System/Configuration/Hardware
Source0:	http://ioping.googlecode.com/files/%{name}-%{version}.tar.gz
URL:		http://code.google.com/p/ioping/

%description
This tool lets you monitor I/O latency in real time, in a way similar
to how ping(1) does for network latency.


%prep
%setup -q

%build
%make

%install
%makeinstall_std \
	PREFIX="%{_prefix}" \
	DESTDIR=%{buildroot}

%files
%defattr(644,root,root,755)
%{_mandir}/man1/ioping.1*
%attr(755,root,root) %{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-2
+ Revision: 261ab11
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16795 |14mr|iplog-2.2.3-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Logs TCP, UDP, and ICMP connections to syslog
Name:		iplog
Version:	2.2.3
Release:	22
License:	GPL
Group:		Monitoring
URL:		http://ojnk.sourceforge.net
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}
Source2:	%{name}.conf
Patch0:		%{name}-2.2.3-gcc-3.3.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
Buildrequires:	libpcap-devel 
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
iplog is a TCP/IP traffic logger. Currently, it is capable of logging TCP, UDP
and ICMP traffic. Adding support for other protocols should be relatively easy.
iplog contains a built-in packet filter, allowing for logging or excluding
packets that fit a given set of criteria.

%prep

%setup -q
%patch0 -p1 -b .gcc3.3

%build
%configure
%make

%install
rm -rf %{buildroot}
%makeinstall

install -m755 %SOURCE1 -D %{buildroot}/%{_initrddir}/%{name}
install -m644 %SOURCE2 -D %{buildroot}/%{_sysconfdir}/%{name}.conf

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README TODO NEWS
%attr(0755,root,root) %{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_sbindir}/*
%{_mandir}/man5/*
%{_mandir}/man8/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.3-22
+ Revision: b0e5a1f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16796 |14mr|IPMI-1.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	IPMI
%define	version	1.0 
%define release	13

Summary:	A simple initscript to load IPMI drivers
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	ipmi
License:	GPL
Group:		System/Kernel and hardware 
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires(post,preun):	rpm-helper, openipmi-lanserv
buildarch:	noarch

%description
A simple initscript to load IPMI drivers
IPMI stands for Intelligent Platform Management Interface
and is an open standard for machine health, and control
(including remote control), and is implemented by many
hardware vendors - Intel is one of the originators
and early adopters of the standard.

%prep

%build

%install
rm -rf $RPM_BUILD_ROOT
install -m744 %{SOURCE0} -D $RPM_BUILD_ROOT%{_initrddir}/ipmi

%clean
rm -rf $RPM_BUILD_ROOT

%post
%_post_service ipmi

%preun
%_preun_service ipmi

%files
%defattr(-,root,root)
%config(noreplace) %{_initrddir}/ipmi



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-13
+ Revision: ab4e05b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16797 |14mr|ipmitool-1.8.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility for interfacing with IPMI devices
Name:		ipmitool
Version:	1.8.14
Release:	3
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://ipmitool.sourceforge.net/
Source0:	http://sourceforge.net/projects/ipmitool/files/ipmitool/1.8.14/%{name}-%{version}.tar.bz2
#Patch0:		ipmitool-1.8.10-fix-format-error.patch
Patch1:		ipmitool-1.8.11-CVE-2011-4339.diff
ExcludeArch:	%arm %mips

BuildRequires:	pkgconfig(libfreeipmi)
BuildRequires:	pkgconfig(openssl)
Requires:	freeipmi

%description
IPMI stands for Intelligent Platform Management Interface 
and is an open standard for machine health, and (remote) control
and is implemented by many hardware vendors - Intel is one of the originators, 
and early adopters of the standard.
This package contains a utility for interfacing with IPMI-enabled devices
through either the OpenIPMI kernel driver or with IPMI-over-LAN protocol.
These functions include printing FRU(Field Replaceable Unit) information,
LAN configuration, sensor readings, and remote chassis power control. 

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-ipmievd \
	--enable-intf-lan \
	--enable-intf-open \
	--enable-intf-lanplus \
	--with-kerneldir=/usr/src/linux \
	--with-plugin-path=%{_libdir}/ipmitool
make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}/%{name}

%files
%doc README AUTHORS COPYING ChangeLog
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man1/*
%{_mandir}/man8/*
%{_datadir}/ipmitool



%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.14-3
+ Revision: ace1ab6
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16798 |14mr|ipmiutil-2.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:      ipmiutil
Version:   2.9.1
Release:   2
Summary:   Easy-to-use IPMI server management utilities

License:   BSD
Group:     System/Kernel and hardware
Source:    http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
URL:       http://ipmiutil.sourceforge.net
Requires:  systemd-units
BuildRequires: openssl-devel
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: autoconf

%define unit_dir  %{_unitdir}
%define systemd_fls %{_datadir}/%{name}
%define init_dir  %{_initrddir}

%description
The ipmiutil package provides easy-to-use utilities to view the SEL,
perform an IPMI chassis reset, set up the IPMI LAN and Platform Event Filter
entries to allow SNMP alerts, Serial-Over-LAN console, event daemon, and 
other IPMI tasks.
These can be invoked with the metacommand ipmiutil, or via subcommand
shortcuts as well.  IPMIUTIL can also write sensor thresholds, FRU asset tags, 
and has a full IPMI configuration save/restore.
An IPMI driver can be provided by either the OpenIPMI driver (/dev/ipmi0)
or the Intel IPMI driver (/dev/imb), etc.  If used locally and no driver is
detected, ipmiutil will use user-space direct I/Os instead.

%package devel
Group:    Development/C
Summary:  Includes libraries and headers for the ipmiutil package

Provides: ipmiutil-static = %{version}-%{release}

%description devel
The ipmiutil-devel package contains headers and libraries which are
useful for building custom IPMI applications.

%prep
%setup -q

%build
autoreconf -fi
%configure
%make

%install
%makeinstall_std

%files
%dir %{_datadir}/%{name}
%dir %{_var}/lib/%{name}
%{_bindir}/ipmiutil
%{_bindir}/idiscover
%{_bindir}/ievents
%{_sbindir}/ipmi_port
%{_sbindir}/ialarms 
%{_sbindir}/iconfig
%{_sbindir}/icmd 
%{_sbindir}/ifru 
%{_sbindir}/igetevent 
%{_sbindir}/ihealth 
%{_sbindir}/ilan 
%{_sbindir}/ireset 
%{_sbindir}/isel 
%{_sbindir}/isensor 
%{_sbindir}/iserial 
%{_sbindir}/isol 
%{_sbindir}/iwdt 
%{_sbindir}/ipicmg 
%{_sbindir}/ifirewall 
%{_sbindir}/ifwum 
%{_sbindir}/ihpm 
%{_datadir}/%{name}/ipmiutil_evt
%{_datadir}/%{name}/ipmiutil_asy
%{_datadir}/%{name}/ipmiutil_wdt
%{_datadir}/%{name}/ipmi_port
%{_datadir}/%{name}/ipmi_info
%{_datadir}/%{name}/checksel
%{systemd_fls}/ipmiutil_evt.service
%{systemd_fls}/ipmiutil_asy.service
%{systemd_fls}/ipmiutil_wdt.service
%{systemd_fls}/ipmi_port.service
%{_datadir}/%{name}/ipmiutil.env
%{_datadir}/%{name}/ipmiutil.pre
%{_datadir}/%{name}/ipmiutil.setup
%{_datadir}/%{name}/ipmi_if.sh
%{_datadir}/%{name}/evt.sh
%{_datadir}/%{name}/ipmi.init.basic
%{_datadir}/%{name}/bmclanpet.mib
%{_mandir}/man?/*
%doc AUTHORS ChangeLog COPYING NEWS README TODO 
%doc doc/UserGuide

%files devel
# %{_datadir}/%{name} is used by both ipmiutil and ipmituil-devel
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/ipmi_sample.c
%{_datadir}/%{name}/ipmi_sample_evt.c
%{_datadir}/%{name}/isensor.c
%{_datadir}/%{name}/ievents.c
%{_datadir}/%{name}/isensor.h
%{_datadir}/%{name}/ievents.h
%{_datadir}/%{name}/Makefile
%{_includedir}/ipmicmd.h
%{_libdir}/libipmiutil.a


%post
# POST_INSTALL, $1 = 1 if rpm -i, $1 = 2 if rpm -U

if [ "$1" = "1" ]
then
   # doing rpm -i, first time
   vardir=%{_var}/lib/%{name}
   scr_dir=%{_datadir}/%{name}

   if [ -x /bin/systemctl ]; then
      echo "IINITDIR=%{init_dir}" >>%{_datadir}/%{name}/ipmiutil.env
      cp -f ${scr_dir}/ipmiutil_evt.service %{unit_dir}
      cp -f ${scr_dir}/ipmiutil_asy.service %{unit_dir}
      cp -f ${scr_dir}/ipmiutil_wdt.service %{unit_dir}
      cp -f ${scr_dir}/ipmi_port.service    %{unit_dir}
      # systemctl enable ipmi_port.service >/dev/null 2>&1 || :
   else 
      cp -f ${scr_dir}/ipmiutil_wdt %{init_dir}
      cp -f ${scr_dir}/ipmiutil_asy %{init_dir}
      cp -f ${scr_dir}/ipmiutil_evt %{init_dir}
      cp -f ${scr_dir}/ipmi_port    %{init_dir}
      cp -f ${scr_dir}/ipmi_info    %{init_dir}
   fi

   # Run some ipmiutil command to see if any IPMI interface works.
   %{_bindir}/ipmiutil sel -v >/dev/null 2>&1
   IPMIret=$?

   # If IPMIret==0, the IPMI cmd was successful, and IPMI is enabled locally.
   if [ $IPMIret -eq 0 ]; then
      # If IPMI is enabled, automate managing the IPMI SEL
      if [ -d %{_sysconfdir}/cron.daily ]; then
         cp -f %{_datadir}/%{name}/checksel %{_sysconfdir}/cron.daily
      fi
      # IPMI_IS_ENABLED, so enable services, but only if Red Hat
      if [ -f /etc/redhat-release ]; then
         if [ -x /bin/systemctl ]; then
            touch ${scr_dir}/ipmi_port.service
         elif [ -x /sbin/chkconfig ]; then
            /sbin/chkconfig --add ipmi_port
            /sbin/chkconfig --add ipmiutil_wdt
            /sbin/chkconfig --add ipmiutil_evt 
            /sbin/chkconfig --add ipmi_info
         fi
      fi
   
      # Capture a snapshot of IPMI sensor data once now for later reuse.
      sensorout=$vardir/sensor_out.txt
      if [ ! -f $sensorout ]; then
         %{_bindir}/ipmiutil sensor -q >$sensorout
      fi
   fi
else
   # postinstall, doing rpm update
   %{_bindir}/ipmiutil sel -v >/dev/null 2>&1
   if [ $? -eq 0 ]; then
      if [ -d %{_sysconfdir}/cron.daily ]; then
         cp -f %{_datadir}/%{name}/checksel %{_sysconfdir}/cron.daily
      fi
   fi
fi
%systemd_post  ipmiutil_evt.service
%systemd_post  ipmiutil_asy.service
%systemd_post  ipmiutil_wdt.service
%systemd_post  ipmi_port.service

%preun
# before uninstall,  $1 = 1 if rpm -U, $1 = 0 if rpm -e
if [ "$1" = "0" ]
then
   if [ -x /bin/systemctl ]; then
     if [ -f %{unit_dir}/ipmiutil_evt.service ]; then
%systemd_preun  ipmiutil_evt.service
%systemd_preun  ipmiutil_asy.service
%systemd_preun  ipmiutil_wdt.service
%systemd_preun  ipmi_port.service
     fi
   else 
     if [ -x /sbin/service ]; then
        /sbin/service ipmi_port stop       >/dev/null 2>&1
        /sbin/service ipmiutil_wdt stop    >/dev/null 2>&1
        /sbin/service ipmiutil_asy stop    >/dev/null 2>&1
        /sbin/service ipmiutil_evt stop    >/dev/null 2>&1
     fi
     if [ -x /sbin/chkconfig ]; then
        /sbin/chkconfig --del ipmi_port    >/dev/null 2>&1
        /sbin/chkconfig --del ipmiutil_wdt >/dev/null 2>&1
        /sbin/chkconfig --del ipmiutil_asy >/dev/null 2>&1
        /sbin/chkconfig --del ipmiutil_evt >/dev/null 2>&1
     fi
   fi
   if [ -f %{_sysconfdir}/cron.daily/checksel ]; then
        rm -f %{_sysconfdir}/cron.daily/checksel
   fi
fi

%postun
if [ -x /bin/systemctl ]; then
%systemd_postun_with_restart  ipmi_port.service
   if [ -f %{unit_dir}/ipmiutil_evt.service ]; then
      rm -f %{unit_dir}/ipmiutil_evt.service 
      rm -f %{unit_dir}/ipmiutil_asy.service 
      rm -f %{unit_dir}/ipmiutil_wdt.service 
      rm -f %{unit_dir}/ipmi_port.service    
   fi
else
   if [ -f %{init_dir}/ipmiutil_evt.service ]; then
      rm -f %{init_dir}/ipmiutil_wdt 2>/dev/null
      rm -f %{init_dir}/ipmiutil_asy 2>/dev/null
      rm -f %{init_dir}/ipmiutil_evt 2>/dev/null
      rm -f %{init_dir}/ipmi_port    2>/dev/null
   fi
fi

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.9.1-2
+ Revision: 2354408
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16799 |14mr|iproute2-3.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_doc 0
%define staticdevelname %mklibname %{name} -d -s

Summary:	Advanced IP routing and network device configuration tools
Name:		iproute2
Version:	3.5.1
Release:	2
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.linuxfoundation.org/en/Net:Iproute2
Source0:	http://kernel.org/pub/linux/utils/net/iproute2/iproute2-%{version}.tar.xz


Patch0:             man-pages.patch
Patch1:             iproute2-3.4.0-kernel.patch
Patch2:             iproute2-3.5.0-optflags.patch
Patch3:             iproute2-3.4.0-sharepath.patch
Patch4:             iproute2-2.6.31-tc_modules.patch
Patch5:             iproute2-2.6.29-IPPROTO_IP_for_SA.patch
Patch6:             iproute2-example-cbq-service.patch
Patch7:             iproute2-2.6.35-print-route.patch
Patch8:             iproute2-2.6.39-create-peer-veth-without-a-name.patch
Patch9:             iproute2-2.6.39-lnstat-dump-to-stdout.patch

# MDK patches

Patch100:	iproute2-3.2.0-def-echo.patch
Patch102:	iproute2-2.4.7-bashfix.patch
Patch110:	iproute2-3.2.0-q_atm-ld-uneeded.patch
BuildRequires:	bison
BuildRequires:	db5-devel
BuildRequires:	flex
BuildRequires:	kernel-source
# (oe) note: building the docs pulls in thousands of texlive packages.
%if %{build_doc}
BuildRequires:	linuxdoc-tools texlive texlive-fonts texlive-ec texlive-url
%endif
BuildRequires:	linux-atm-devel
BuildRequires:	iptables
BuildRequires:	iptables-devel
Buildrequires:	pkgconfig(libnl-1)
Requires:	iputils

%description
The iproute package contains networking utilities (ip, tc and rtmon, for
example) which are designed to use the advanced networking capabilities of the
Linux 2.2.x kernels and later,  such as policy routing, fast NAT and packet
scheduling.

%package -n %{staticdevelname}
Summary:	Development files for iproute2
Group:		Development/C
Provides:	iproute2-devel = %{version}-%{release}

%description -n	%{staticdevelname}
The iproute package contains networking utilities (ip, tc and rtmon, for
example) which are designed to use the advanced networking capabilities of the
Linux 2.2.x kernels and later,  such as policy routing, fast NAT and packet
scheduling.

This package contains development files for iproute2.

%package doc
Summary:	Documentation for Advanced IP routing and network device configuration tools
Group:		Networking/Other

%description doc
Documentation for iproute2.

%prep
%setup -q

%patch0 -p1
sed -i "s/_VERSION_/%{version}/" man/man8/ss.8
%patch1 -p1 -b .kernel
%patch2 -p1 -b .opt_flags
%patch3 -p1 -b .share
%patch4 -p1 -b .ipt
%patch5 -p1 -b .ipproto
%patch6 -p1 -b .fix_cbq
%patch7 -p1 -b .print-route
%patch8 -p1 -b .peer-veth-without-name
%patch9 -p1 -b .lnstat-dump-to-stdout


# mandriva patches
%patch100 -p1 -b .def-echo
%patch102 -p1 -b .bashfix
%patch110 -p1 -b .q_atm-ld-uneeded

%build
%serverbuild
%setup_compile_flags
export CFLAGS="%{optflags} -fno-strict-aliasing"
export CCOPTS="%{optflags} -ggdb -fno-strict-aliasing -D_GNU_SOURCE -Wstrict-prototypes -fPIC"
export SBINDIR=/sbin
export LIBDIR=/%{_lib}
export ARPDIR=/var/lib
export INCLUDEDIR=%{_includedir}
export IPT_LIB_DIR=/%{_lib}/iptables
export LATEST_BDB_INCLUDE_DIR=`ls -1d /usr/include/db[0-9]*`

# (tpg) don't use macro here
./configure

%make KERNEL_INCLUDE=/usr/src/linux/include LIBDIR=/%{_lib} DBM_INCLUDE=$LATEST_BDB_INCLUDE_DIR

# Doc generation fails with -j24 (ecrm1000 used before generation)
%if %{build_doc}
make -C doc
%endif

%install
rm -rf %{buildroot}

%makeinstall_std SBINDIR=/sbin LIBDIR=/%{_lib} ARPDIR=/var/lib MANDIR=%{_mandir} DOCDIR=%{_docdir}/%{name}-%{version}

mv %{buildroot}/sbin/arpd %{buildroot}/sbin/iproute-arpd

# development files
install -d %{buildroot}%{_includedir}
install -m0644 lib/libnetlink.a %{buildroot}/%{_lib}/
install -m0644 include/libnetlink.h %{buildroot}%{_includedir}/

%files
%dir %{_sysconfdir}/iproute2
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/iproute2/*
/sbin/ctstat
/sbin/genl
/sbin/ifcfg
/sbin/ifstat
/sbin/ip
/sbin/iproute-arpd
/sbin/lnstat
/sbin/nstat
/sbin/routef
/sbin/routel
/sbin/rtacct
/sbin/rtmon
/sbin/rtpr
/sbin/rtstat
/sbin/ss
/sbin/tc
/sbin/bridge
/%{_lib}/tc
#%{_mandir}/man7/*
%{_mandir}/man8/*
%{_mandir}/man3/*

%files -n %{staticdevelname}
%{_includedir}/*.h
/%{_lib}/*.a

%files doc
%doc README README.iproute2+tc README.decnet
%if %{build_doc}
%doc doc/*.dvi doc/*.ps 
%endif
%doc doc/Plan
%doc %{_docdir}/%{name}-%{version}/*.sgml
%doc %{_docdir}/%{name}-%{version}/*.tex
%doc %{_docdir}/%{name}-%{version}/examples

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5.1-2
+ Revision: 4830f40
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16800 |14mr|ipsec-tools-0.7.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LIBMAJ 0
%define libname %mklibname ipsec %LIBMAJ
%define libnamedev %mklibname -d ipsec

Name: ipsec-tools
Version: 0.7.3
Release: 9
Summary: Tools for configuring and using IPSEC
License: BSD
Group: Networking/Other
URL: http://ipsec-tools.sourceforge.net/
Source0: http://prdownloads.sourceforge.net/ipsec-tools/ipsec-tools-%{version}.tar.bz2
Source3: racoon.conf
Source4: psk.txt
Source6: ipsec-setkey-initscript
Source7: racoon-initscript
Source8: racoon.sysconfig
Patch0: ipsec-tools-0.6.2b3-manfix.patch
Patch1: ipsec-tools-0.5.2-includes.patch
Patch2: ipsec-tools-0.7.3-install.patch
Patch3: ipsec-tools-0.7.3-link.patch
# Fedora patches
Patch102: ipsec-tools-0.7.3-build.patch
Patch103: ipsec-tools-0.7-acquires.patch
Patch104: ipsec-tools-0.7.1-loopback.patch
# the following patches were also submitted upstream:
Patch105: ipsec-tools-0.7-iface.patch
Patch106: ipsec-tools-0.7-dupsplit.patch
Patch109: ipsec-tools-0.7-splitcidr.patch
Patch110: ipsec-tools-0.7.2-natt-linux.patch
Patch111: ipsec-tools-0.7.1-pie.patch
Patch113: ipsec-tools-0.7.1-dpd-fixes.patch
BuildRequires: openssl-devel krb5-devel flex bison
BuildRequires: pam-devel
Requires: %{libname} = %{version}
Requires(pre): rpm-helper
Requires: rpm-helper
Provides: kvpnc-backend

%description
This is the IPsec-Tools package.  You need this package in order to
really use the IPsec functionality in the linux-2.6 and above kernels.  
This package builds:
 
	- libipsec, a PFKeyV2 library
	- setkey, a program to directly manipulate policies and SAs
	- racoon, an IKEv1 keying daemon

%define old_libname %mklibname ipsec-tools 0
%define old_libname_devel %mklibname -d ipsec 0

%package -n %{libname}
Summary: The shared libraries used by ipsec-tools
Group: System/Libraries
Requires(post): grep, coreutils
Requires(preun): grep, coreutils
Requires: grep, coreutils
Provides: libipsec = %{version}-%{release}
Provides: libipsec-tools = %{version}-%{release}
Obsoletes: libipsec-tools
Provides: %old_libname = %{version}-%{release}
Obsoletes: %old_libname

%description -n %{libname}
These are the shared libraries for the IPsec-Tools package.

%package -n %{libnamedev}
Summary: Headers for programs for %libname
Group: Development/C
Requires: %{libname} = %{version}
Provides: libipsec-tools-devel = %{version}-%{release}
Provides: libipsec-devel = %{version}-%{release}
Obsoletes: libipsec-tools-devel 
Provides: %{old_libname}-devel = %{version}-%{release}
Obsoletes: %{old_libname}-devel
Obsoletes: %{old_libname_devel} < 0.7


%description -n %{libnamedev}
These are development headers for libipsec

%prep
%setup -q
%patch0 -p1 -b .manfix
%patch1 -p1 -b .includes
%patch2 -p1 -b .install
%patch3 -p0 -b .link
%patch102 -p1 -b .build
%patch103 -p1 -b .acquires
%patch104 -p1 -b .loopback
%patch105 -p1 -b .iface
%patch106 -p1 -b .dupsplit
%patch109 -p1 -b .splitcidr
%patch110 -p1 -b .natt-linux
%patch111 -p1 -b .pie
%patch113 -p1 -b .dpd-fixes

sed -i 's|-Werror||g' configure*


%build
./bootstrap
%configure2_5x  \
	--prefix=%{_prefix} \
	--mandir=%{_mandir} \
	--libdir=/%{_lib} \
	--sbindir=/sbin \
	--localstatedir=%{_localstatedir}/lib \
	--sysconfdir=%{_sysconfdir}/racoon \
	--with-kernel-headers=%{_includedir} \
	--enable-shared \
    --disable-static \
	--disable-rpath \
	--enable-hybrid \
	--enable-frag \
	--enable-dpd \
	--enable-adminport \
	--enable-gssapi \
	--enable-natt \
	--with-libpam \
	--enable-security-context=no \
	--disable-audit
make

%install
%makeinstall_std

mkdir -p $RPM_BUILD_ROOT/etc/racoon/

install -m 0600 %{SOURCE3} $RPM_BUILD_ROOT/etc/racoon/racoon.conf
install -m 0600 %{SOURCE4} $RPM_BUILD_ROOT/etc/racoon/psk.txt
mkdir -m 0700 -p $RPM_BUILD_ROOT/etc/racoon/certs

mkdir -p $RPM_BUILD_ROOT/%{_initrddir}
install -m 0755 %{SOURCE6} $RPM_BUILD_ROOT/%{_initrddir}/ipsec-setkey
install -m 0755 %{SOURCE7} $RPM_BUILD_ROOT/%{_initrddir}/racoon

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
# racoon.sysconfig
install -m 0644 %{SOURCE8} %{buildroot}%{_sysconfdir}/sysconfig/racoon

# pam file
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
cat > %{buildroot}%{_sysconfdir}/pam.d/racoon <<EOF
#%PAM-1.0
auth       required     pam_nologin.so
auth       include      system-auth
account    include      system-auth
EOF

# default ipsec.conf file
cat > %{buildroot}%{_sysconfdir}/ipsec.conf <<EOF
#!/usr/sbin/setkey -f
#
# File /etc/ipsec.conf

# delete the SAD and SPD
flush;
spdflush;

# Define here your security policies

# Example
# ipsec between two machines: 192.168.1.10 and 192.168.1.20
#
# spdadd 192.168.1.10 192.168.1.20 any -P in ipsec
#       esp/transport//require
#       ah/transport//require;
#
# spdadd 192.168.1.20 192.168.1.10 any -P out ipsec
#       esp/transport//require
#       ah/transport//require;

EOF

# remove some files from the sample dir so we can include it
# in %%doc. Also fix their permissions
rm -f src/racoon/samples/*.in
find src/racoon/samples -type f -exec chmod 0644 {} \;

%post
%_post_service ipsec-setkey
%_post_service racoon

%preun
%_preun_service ipsec-setkey
%_preun_service racoon

%files
%doc ChangeLog NEWS README
%doc src/racoon/samples
%doc src/racoon/doc/*
/sbin/*
%{_mandir}/man*/*
%dir %{_sysconfdir}/racoon
%dir %{_sysconfdir}/racoon/certs
%config(noreplace) %{_sysconfdir}/sysconfig/racoon
%config(noreplace) %{_sysconfdir}/racoon/psk.txt
%config(noreplace) %{_sysconfdir}/racoon/racoon.conf
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/ipsec.conf
%config(noreplace) %{_sysconfdir}/pam.d/racoon
%attr (0755,root,root) %{_initrddir}/ipsec-setkey
%attr (0755,root,root) %{_initrddir}/racoon
%dir /var/lib/racoon

%files -n %{libname}
%doc ChangeLog NEWS README
/%{_lib}/*.so.*

%files -n %{libnamedev}
/%{_lib}/libipsec.so
/%{_lib}/libracoon.so
%{_includedir}/*






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.3-9
+ Revision: f2acecc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16801 |14mr|ipset-6.19-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	3
%define	libname	%mklibname ipset %{major}
%define	devname	%mklibname ipset -d

%ifarch %{arm}
%define kflavour kirkwood
%else
# (tmb) hack to get it to build against correct kernel config (not running one)
%define kflavour nrj-desktop
%endif

Summary:	Tools for managing sets of IP or ports with iptables
Name:		ipset
Version:	6.19
Release:	3
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://ipset.netfilter.org/
Source0:	http://ipset.netfilter.org/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libmnl)
BuildRequires:	kernel-%{kflavour}-devel-latest

%description
IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel, which can be
administered by the ipset utility. Depending on the type, currently an IP set
may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC
addresses in a way, which ensures lightning speed when matching an entry
against a set.

ipset may be the proper tool for you, if you want to

 o store multiple IP addresses or port numbers and match against the collection
   by iptables at one swoop;

 o dynamically update iptables rules against IP addresses or ports without
   performance penalty;

 o express complex IP address and ports based rulesets with one single iptables
   rule and benefit from the speed of IP sets 

%package -n	%{libname}
Summary:	Shared library for managing sets of IP or ports with iptables
Group:		System/Libraries

%description -n	%{libname}
IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel, which can be
administered by the ipset utility. Depending on the type, currently an IP set
may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC
addresses in a way, which ensures lightning speed when matching an entry
against a set.

This package provides the shared library for managing sets of IP or ports with
iptables.

%package -n	%{devname}
Summary:	Headers and static lib for ipset development
Group:		Development/C
%rename		ipset-devel

%description -n	%{devname}
IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel, which can be
administered by the ipset utility. Depending on the type, currently an IP set
may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC
addresses in a way, which ensures lightning speed when matching an entry
against a set.

Install this package if you want do compile applications using the ipset
library.

%prep
%setup -q

%build
KERNEL=`ls -1d --sort=time %{_usrsrc}/linux-*-%{kflavour}-* |head -n1`
%configure2_5x	--with-kbuild=$KERNEL \
		--disable-static \
		--enable-shared \
		--disable-ltdl-install \
		--enable-settype-modules
%make

%install
%makeinstall_std

install -d %{buildroot}%{_libdir}/ipset

%files
%doc ChangeLog ChangeLog.ippool
%{_sbindir}/ipset
%{_mandir}/man8/ipset.8*

%files -n %{libname}
%dir %{_libdir}/ipset
%{_libdir}/libipset.so.%{major}*

%files -n %{devname}
%dir %{_includedir}/libipset
%{_includedir}/libipset/*
%{_libdir}/libipset.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.19-3
+ Revision: 605f0e3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16802 |14mr|iptables-1.4.21-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# because the modules are not libtool aware
%define _disable_ld_no_undefined 1

%define major 10
%define libname %mklibname xtables %{major}
%define devname %mklibname -d iptables

%define ipq_major 0
%define libipq %mklibname ipq %{ipq_major}
%define devipq %mklibname -d ipq

%define iptc_major 0
%define libiptc %mklibname iptc %{iptc_major}
%define deviptc %mklibname -d iptc

%define libip4tc %mklibname ip4tc %{iptc_major}
%define devip4tc %mklibname -d ip4tc

%define libip6tc %mklibname ip6tc %{iptc_major}
%define devip6tcg %mklibname -d ip6tc

# install init scripts to /usr/libexec with systemd
%define script_path %{_libexecdir}

Summary:	Tools for managing Linux kernel packet filtering capabilities
Name:		iptables
Version:	1.4.21
Release:	7
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://netfilter.org/
Source0:	http://netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
Source2:	iptables.init
Source3:	ip6tables.init
Source4:	iptables.config
Source5:	ip6tables.config
Source6:	iptables.service
# S100 and up used to be in the added patches
Source100:	libipt_IMQ.c
Source101:	libipt_IFWLOG.c
# (oe) psd comes from iptables-1.3.7, was removed in iptables-1.3.8
Source102:	libipt_psd.c
Source103:	libipt_psd.man
Patch0:		iptables-1.2.8-libiptc.h.patch
Patch100:	iptables-imq.diff
#Patch101:	iptables-IFWLOG_extension.diff
#Patch102:	iptables-psd.diff
#Patch103:	iptables-1.4.17-fix-linking.patch

BuildRequires:	pkgconfig(libnfnetlink)
Requires(post,preun):	rpm-helper
Provides:	%{name}-ipv6 = %{version}
Provides:	userspace-ipfilter

%description
iptables controls the Linux kernel network packet filtering code. It allows you
to set up firewalls and IP masquerading, etc.

Install iptables if you need to set up firewalling for your network.

%package -n %{libname}
Summary:	Shared iptables library
Group:		System/Libraries

%description -n	%{libname}
This package contains the shared iptables library.

%package -n %{devname}
Summary:	Development library and header files for the iptables library
Group:		Development/C
Requires:	kernel-headers
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}

%description -n	%{devname}
This package contains the shared iptables library.

# ipq
%package -n %{libipq}
Summary:	Shared iptables library
Group:		System/Libraries

%description -n	%{libipq}
This package contains the ipq library.

%package -n %{devipq}
Summary:	Development library and header files for the iptables library
Group:		Development/C
Requires:	kernel-headers
Requires:	%{libipq} = %{version}-%{release}
Provides:	%{name}-ipq-devel = %{version}

%description -n	%{devipq}
This package contains the ipq library.

# iptc
%package -n %{libiptc}
Summary:	Shared iptables library
Group:		System/Libraries

%description -n	%{libiptc}
This package contains the IPTC library.

%package -n %{deviptc}
Summary:	Development library and header files for the iptables library
Group:		Development/C
Requires:	kernel-headers
Requires:	%{libiptc} = %{version}-%{release}
Provides:	%{name}-iptc-devel = %{version}

%description -n	%{deviptc}
This package contains the IPTC library.

# ip4tc
%package -n %{libip4tc}
Summary:	Shared iptables library
Group:		System/Libraries

%description -n	%{libip4tc}
This package contains the IP4TC library.

%package -n	%{devip4tc}
Summary:	Development library and header files for the iptables library
Group:		Development/C
Requires:	kernel-headers
Requires:	%{libip4tc} = %{version}-%{release}
Provides:	%{name}-ip4tc-devel = %{version}

%description -n	%{devip4tc}
This package contains the development files for IPTC library.

# ip6tc
%package -n %{libip6tc}
Summary:	Shared iptables library
Group:		System/Libraries

%description -n	%{libip6tc}
This package contains the IP6TC library.

%package -n %{devip6tcg}
Summary:	Development library and header files for the iptables library
Group:		Development/C
Requires:	kernel-headers
Requires:	%{libip6tc} = %{version}-%{release}
Provides:	%{name}-ip6tc-devel = %{version}

%description -n	%{devip6tcg}
This package contains the development files for IP6TC library.

%prep
%setup -q
cp %{SOURCE2} iptables.init
cp %{SOURCE3} ip6tables.init
cp %{SOURCE4} iptables.sample
cp %{SOURCE5} ip6tables.sample

# fix libdir
sed -i -e "s|\@lib\@|%{_lib}|g" iptables.init

# extensions
#install -m0644 %{SOURCE100} extensions/ <- it needs ipt_IMQ.h and we don't have it anymore ?!
#install -m0644 %{SOURCE101} extensions/
# (oe) psd comes from iptables-1.3.7, was removed in iptables-1.3.8
#install -m0644 %{SOURCE102} extensions/
#install -m0644 %{SOURCE103} extensions/

%apply_patches

find . -type f | xargs perl -pi -e "s,/usr/local,%{_prefix},g"

# don't run /sbin/ldconfig
sed -i -e "s|/sbin/ldconfig|/bin/true|g" Makefile*

%build
export LIBS="-ldl"

%serverbuild

autoreconf -fi

export CFLAGS="$CFLAGS -fPIC"
export CXXFLAGS="$CXXFLAGS -fPIC"
export FFLAGS="$FFLAGS -fPIC"

%configure2_5x \
	--disable-static \
	--bindir=/sbin \
	--sbindir=/sbin \
	--libdir=/%{_lib} \
	--libexecdir=/%{_lib} \
	--enable-devel \
	--enable-libipq \
	--enable-ipv4 \
	--enable-ipv6 \
	--with-ksource=%{_prefix}/src/linux \
	--with-xtlibdir=/%{_lib}/iptables

%make

%install
%makeinstall_std

# (oe) this in conjunction with the mandriva initscript will make it possible
# to use development versions of the netfilter modules and with different
# api:s. (according to blino)
install -d %{buildroot}/%{_lib}/iptables.d
mv %{buildroot}/%{_lib}/iptables %{buildroot}/%{_lib}/iptables.d/linux-2.6-main

# pkgconfig files
mkdir -p %{buildroot}%{_libdir}
mv %{buildroot}/%{_lib}/pkgconfig %{buildroot}%{_libdir}/

# header development files
install -d %{buildroot}%{_includedir}/{libipq,libiptc,libipulog}
install -m0644 include/libipq/*.h %{buildroot}%{_includedir}/libipq/
install -m0644 include/libiptc/*.h %{buildroot}%{_includedir}/libiptc/
install -m0644 include/libipulog/*.h %{buildroot}%{_includedir}/libipulog/

# iptables and netfilter development files
install -d %{buildroot}%{_includedir}/net/netfilter/
install -d %{buildroot}%{_includedir}/iptables
#install -m0644 include/net/netfilter/*.h %{buildroot}%{_includedir}/net/netfilter/
install -m0644 include/ip*tables.h %{buildroot}%{_includedir}/
install -m0644 include/iptables/internal.h %{buildroot}%{_includedir}/iptables

#Intird not need. TODO drop it!
#install -d %{buildroot}%{_initrddir}
#install -m0755 iptables.init %{buildroot}%{_initrddir}/iptables
#install -m0755 ip6tables.init %{buildroot}%{_initrddir}/ip6tables

# install compatible excutable (since 1.4.11)
ln -sf xtables-multi %{buildroot}/sbin/iptables-multi
ln -sf xtables-multi %{buildroot}/sbin/ip6tables-multi

# (cg) NB the name "iptables.init" is important. The dracut usrmove convertfs
# module will avoid a post-merge conflict by renaming the files to match this
# naming convension. If this package is updated to change the names below,
# you should also take care to update dracut and the convertfs module accordingly.
install -d %{buildroot}%{script_path}
install -m0755 iptables.init %{buildroot}%{script_path}/
install -m0755 ip6tables.init %{buildroot}%{script_path}/

# install systemd service files
install -d -m 755 %{buildroot}/lib/systemd/system
install -c -m 644 %{SOURCE6} %{buildroot}/lib/systemd/system/
sed -e 's;iptables;ip6tables;g' -e 's;IPv4;IPv6;g' < %{SOURCE6} > ip6tables.service
install -c -m 644 ip6tables.service %{buildroot}/lib/systemd/system/
sed -i 's!@LIBDIR@!%{script_path}!' %{buildroot}/lib/systemd/system/ip6tables.service
sed -i 's!@LIBDIR@!%{script_path}!' %{buildroot}/lib/systemd/system/iptables.service

%post
%_post_service iptables
%_post_service ip6tables
%{script_path}/iptables.init check

%preun
%_preun_service iptables
%_preun_service ip6tables

%triggerun -- iptables < 1.4.12.1
# Autostart
/bin/systemctl --no-reload enable iptables.service >/dev/null 2>&1 ||:

# Delete from sysv management, try to restart service
/sbin/chkconfig --del iptables >/dev/null 2>&1 || :
/bin/systemctl try-restart iptables.service >/dev/null 2>&1 || :

# Autostart
/bin/systemctl --no-reload enable ip6tables.service >/dev/null 2>&1 ||:

# Delete from sysv management, try to restart service
/sbin/chkconfig --del ip6tables >/dev/null 2>&1 || :
/bin/systemctl try-restart ip6tables.service >/dev/null 2>&1 || :

%files
%doc INSTALL INCOMPATIBILITIES iptables.sample ip6tables.sample
%attr(0755,root,root) %{script_path}/ip*
/lib/systemd/system/iptables.service
/lib/systemd/system/ip6tables.service
/sbin/iptables
/sbin/iptables-restore
/sbin/iptables-save
/sbin/iptables-xml
/sbin/iptables-multi
/sbin/ip6tables-multi
/sbin/xtables-multi
/sbin/nfnl_osf
# ipv6
/sbin/ip6tables
/sbin/ip6tables-restore
/sbin/ip6tables-save
%dir /%{_lib}/iptables.d
%dir /%{_lib}/iptables.d/linux-2.6-main
/%{_lib}/iptables.d/linux-2.6-main/libipt_ah.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_CLUSTERIP.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_DNAT.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_ECN.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_icmp.so
#/%{_lib}/iptables.d/linux-2.6-main/libipt_IFWLOG.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_LOG.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_MASQUERADE.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_MIRROR.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_NETMAP.so
#/%{_lib}/iptables.d/linux-2.6-main/libipt_psd.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_realm.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_REDIRECT.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_REJECT.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_SAME.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_SNAT.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_ttl.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_TTL.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_ULOG.so
/%{_lib}/iptables.d/linux-2.6-main/libipt_unclean.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_addrtype.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_AUDIT.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_bpf.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_CHECKSUM.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_CLASSIFY.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_cluster.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_comment.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_connbytes.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_connlimit.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_connmark.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_CONNMARK.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_CONNSECMARK.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_conntrack.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_cpu.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_CT.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_dccp.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_devgroup.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_dscp.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_DSCP.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_ecn.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_esp.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_hashlimit.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_helper.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_HMARK.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_IDLETIMER.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_iprange.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_ipvs.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_LED.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_length.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_limit.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_mac.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_mark.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_MARK.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_multiport.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_nfacct.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_NFLOG.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_NFQUEUE.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_NOTRACK.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_osf.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_owner.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_physdev.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_pkttype.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_policy.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_quota.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_rateest.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_RATEEST.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_recent.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_rpfilter.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_sctp.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_SECMARK.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_set.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_SET.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_socket.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_standard.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_state.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_statistic.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_string.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_SYNPROXY.so    
/%{_lib}/iptables.d/linux-2.6-main/libxt_tcpmss.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_TCPMSS.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_TCPOPTSTRIP.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_tcp.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_TEE.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_time.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_tos.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_TOS.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_TPROXY.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_TRACE.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_u32.so
/%{_lib}/iptables.d/linux-2.6-main/libxt_udp.so
%{_mandir}/*/iptables*
%{_datadir}/xtables/pf.os
# ipv6
/%{_lib}/iptables.d/linux-2.6-main/libip6t_ah.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_dst.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_eui64.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_frag.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_hbh.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_hl.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_HL.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_icmp6.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_ipv6header.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_LOG.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_mh.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_REJECT.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_DNAT.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_DNPT.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_MASQUERADE.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_NETMAP.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_REDIRECT.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_SNAT.so
/%{_lib}/iptables.d/linux-2.6-main/libip6t_SNPT.so    
/%{_lib}/iptables.d/linux-2.6-main/libip6t_rt.so
%{_mandir}/*/ip6tables*

%files -n %{libname}
/%{_lib}/libxtables.so.%{major}*

%files -n %{devname}
%{_includedir}/*.h
%dir %{_includedir}/libipulog
%{_includedir}/libipulog/*.h
%{_includedir}/iptables/*.h
#%{_includedir}/net/netfilter/*.h
/%{_lib}/libxtables.so
%{_libdir}/pkgconfig/xtables.pc

%files -n %{libipq}
/%{_lib}/libipq.so.%{ipq_major}*

%files -n %{devipq}
%{_includedir}/libipq/*.h
%dir %{_includedir}/libipq
/%{_lib}/libipq.so
%{_mandir}/man3/*ipq*
%{_libdir}/pkgconfig/libipq.pc

%files -n %{libiptc}
/%{_lib}/libiptc.so.%{iptc_major}*

%files -n %{deviptc}
%{_includedir}/libiptc/*.h
%dir %{_includedir}/libiptc
/%{_lib}/libiptc.so
%{_libdir}/pkgconfig/libiptc.pc

%files -n %{libip4tc}
/%{_lib}/libip4tc.so.%{iptc_major}*

%files -n %{devip4tc}
/%{_lib}/libip4tc.so
%{_libdir}/pkgconfig/libip4tc.pc

%files -n %{libip6tc}
/%{_lib}/libip6tc.so.%{iptc_major}*

%files -n %{devip6tcg}
/%{_lib}/libip6tc.so
%{_libdir}/pkgconfig/libip6tc.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.21-7
+ Revision: 22aa421
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16803 |14mr|iptraf-ng-1.1.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Name:           iptraf-ng
Version:        1.1.3.1
Release:        2
Summary:        TCP/IP Network Monitor
License:        GPLv2
Group:          System/Configuration/Networking
Url:            https://fedorahosted.org/iptraf-ng
Source0:	https://fedorahosted.org/releases/i/p/iptraf-ng/%{name}-%{version}.tar.gz
BuildRequires:  automake
BuildRequires:  ncurses-devel
BuildRequires:  xz
BuildRequires:  kernel-headers
Patch0:		iptraf-ng-1.1.3.1-kernel-v3.5-kill-off-token-ring-support.patch
Obsoletes:	iptraf


%description
IPTraf-ng is a console-based network statistics utility. It gathers a
variety of information such as TCP connection packet and byte counts,
interface statistics and activity indicators, TCP/UDP traffic
breakdowns, and LAN station packet and byte counts.

%prep
%setup -q
%patch0 -p1

%build
if [ ! -e configure ]; then
	./autogen.sh;
fi;
%configure2_5x
%make

%install
%makeinstall_std
install -d -m 0755 %{buildroot}/var/lib/iptraf-ng

%files
%_sbindir/*
%_mandir/man*/*
/var/lib/iptraf-ng

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3.1-2
+ Revision: 7712415
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16804 |14mr|iputils-20101006-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 20101006
%define distname %{name}-s%{version}

Summary:	Network monitoring tools including ping
Name:		iputils
Version:	%{version}
Release:	3
License:	BSD
Group:		System/Base
URL:		http://linux-net.osdl.org/index.php/Iputils
Source0:	http://www.skbuff.net/iputils/%{distname}.tar.bz2
# ifenslave.c seems to come from linux-2.6.25/Documentation/networking/ifenslave.c
Source1:	ifenslave.c
# bonding.txt seems to come from linux-2.6.25/Documentation/networking/bonding.txt
Source2:	bonding.txt
Source3:	ifenslave.8
Source4:	bin.ping.apparmor
Patch0:		iputils-s20070202-s_addr.patch
Patch2:		iputils-s20070202-ping_sparcfix.patch
Patch3:		iputils-s20070202-rdisc-server.patch
Patch4:		iputils-20020124-countermeasures.patch
Patch6:		iputils-20020927-addrcache.patch
Patch7:		iputils-20020927-ping-subint.patch
Patch9:		iputils-ifenslave.patch
Patch10:	iputils-s20100418-arping-infiniband.patch
Patch11:	iputils-s20100418-idn.patch
Patch12:	iputils-20070202-traffic_class.patch
Patch13:	iputils-s20100418-arping_timeout.patch
Patch14:	iputils-20071127-output.patch
Patch15:	iputils-s20100418-ia64_align.patch
Patch16:	iputils-20071127-warnings.patch
Patch17:	iputils-s20071127-format_not_a_string_literal_and_no_format_arguments.diff
Patch18:	iputils-s20100418-fix_in6_pktinfo.patch
Patch19:	iputils-s20100418-icmp_return_messages.patch
Patch20:	iputils-s20100418-fix_ping_stats_for_dead_hosts.patch
Patch21:	iputils-s20100418-addoptlags.patch
BuildRequires:	docbook-dtd31-sgml
BuildRequires:	libidn-devel
BuildRequires:	sysfsutils-devel
BuildRequires:	perl-SGMLSpm
BuildRequires:	openssl-devel
Conflicts:	xinetd < 2.1.8.9pre14-2mdk
Conflicts:	apparmor-profiles < 2.1-1.961.5mdv2008.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The iputils package contains ping, a basic networking tool. The ping command
sends a series of ICMP protocol ECHO_REQUEST packets to a specified network
host and can tell you if that machine is alive and receiving network traffic.

%prep

%setup -q -n %{distname}

cp %{SOURCE1} .
cp %{SOURCE2} .
cp %{SOURCE3} .

%patch0 -p0 -b .s_addr
%patch2 -p1 -b .ping_sparcfix
%patch3 -p1 -b .rdisc-server
%patch4 -p1 -b .counter
%patch6 -p1 -b .addrcache
%patch7 -p1 -b .ping-subint
%patch9 -p1 -b .addr
%patch10 -p1 -b .infiniband
%patch11 -p1 -b .idn
%patch12 -p1 -b .traffic_class
#%patch13 -p1 -b .arping_timeout
#%patch14 -p1 -b .output
%patch15 -p1 -b .ia64_align
%patch17 -p1 -b .format_not_a_string_literal_and_no_format_arguments
%patch18 -p1 -b .in6_pktinfo
%patch19 -p1 -b .icmp_return_messages
%patch20 -p1 -b .dead-hosts
%patch21 -p1 -b .optflags

%build
%serverbuild
perl -pi -e 's!\$\(MAKE\) -C doc html!!g' Makefile
%make IDN="yes" OPTFLAGS="%{optflags} -fno-strict-aliasing"
%make ifenslave CFLAGS="%{optflags}"

make man

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}/{bin,sbin}
install -d %{buildroot}%{_mandir}/man8

install -c clockdiff		%{buildroot}%{_sbindir}/

install -c arping %{buildroot}/sbin/
ln -s ../../sbin/arping %{buildroot}%{_sbindir}/arping

install -c ping %{buildroot}/bin/
install -c ifenslave %{buildroot}/sbin/
install -c ping6 %{buildroot}%{_bindir}
install -c rdisc %{buildroot}%{_sbindir}/
install -c tracepath %{buildroot}%{_sbindir}/
install -c tracepath6 %{buildroot}%{_sbindir}/
install -c traceroute6 %{buildroot}%{_sbindir}/

install -c doc/*.8 %{buildroot}%{_mandir}/man8/
install -c ifenslave.8 %{buildroot}%{_mandir}/man8/

# these manpages are provided by other packages
rm -f %{buildroot}%{_mandir}/man8/rarpd.8*
rm -f %{buildroot}%{_mandir}/man8/tftpd.8*

# apparmor profile
mkdir -p %{buildroot}%{_sysconfdir}/apparmor.d/
install -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/apparmor.d/bin.ping

%posttrans
# if we have apparmor installed, reload if it's being used
if [ -x /sbin/apparmor_parser ]; then
        /sbin/service apparmor condreload
fi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc RELNOTES bonding.txt
%config(noreplace) %{_sysconfdir}/apparmor.d/bin.ping
%{_sbindir}/clockdiff
%attr(4755,root,root)	/bin/ping
/sbin/arping
%{_sbindir}/arping
/sbin/ifenslave
#%ifnarch ppc
%attr(4755,root,root) %{_bindir}/ping6
%{_sbindir}/tracepath6
#%endif
%{_sbindir}/tracepath
%attr(4755,root,root) %{_sbindir}/traceroute6
%{_sbindir}/rdisc
%{_mandir}/man8/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101006-3
+ Revision: 7791a1b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16805 |14mr|ipv6calc-0.82.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility to manipulate IPv6 addresses
Name:		ipv6calc
Version:	0.82.1
Release:	3
License:	GPLv2
Group:		System/Base
URL:		http://www.deepspace6.net/projects/ipv6calc.html
Source0:	ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/%{name}-%{version}.tar.gz.asc
Patch0:		ipv6calc-0.72.0-fix-str-fmt.patch
#BuildRequires:	ip2location-devel ?
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
ipv6calc is a small but powerful utility written in the C programming language
to manipulate (not only) IPv6 addresses. ipv6calc allows the users to convert a
given IPv6 address to the compressed format or to the format used by
/proc/net/if_inet6. ipv6calc is also the replacement of the old ip6_int Perl
program.

%prep

%setup -q
%patch0 -p1 -b .format_not_a_string_literal_and_no_format_arguments

%build
%configure2_5x
make RPM_OPT_FLAGS="%{optflags}"

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CREDITS README TODO USAGE doc/ipv6calc.html
%{_bindir}/ipv6*
%{_mandir}/man8/*.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.82.1-3
+ Revision: 42132e5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16806 |14mr|ipvsadm-1.24-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Administration tool for Linux Virtual Server
Name:		ipvsadm
Version:	1.24
Release:	16
License:	GPL
Group:		System/Kernel and hardware
URL:		http://www.linuxvirtualserver.org
Source:		http://www.linuxvirtualserver.org/software/%{name}-%{version}.tar.bz2
Source1:	ip_vs.h
Source2:	ipvsadm.sysconfig
Source3:	rc.firewall.iptables
Patch0:		ipvsadm-1.24-mdk.patch
Patch1:		ipvsadm-1.24-usage.patch
Patch2:		ipvsadm-1.24-LDFLAGS.diff
Patch3:		ipvsadm-1.24-no-strip.patch
BuildRequires:	popt-devel
Requires(post): rpm-helper
Requires(preun): rpm-helper

%description 
ipvsadm is a utility to administer the IP virtual server services offered by
the Linux kernel with virtual server patch. Virtual Server in Linux kernel can
be used to build a high-performance and highly available server.

%prep
%setup -q
%patch0 -p0 -b .mdk
%patch1 -p1 -b .usage
%patch2 -p0 -b .LDFLAGS
%patch3 -p1 -b .nostrip

cp %{SOURCE1} libipvs/ip_vs.h
cp %{SOURCE2} %{name}.sysconfig
cp %{SOURCE3} rc.firewall.iptables

%build

# parallel make doesn't work [FL Tue Jan 20 09:14:18 2004]
make CFLAGS="%{optflags}" LDFLAGS="%ldflags"

%install
mkdir -p %{buildroot}/{sbin,%{_mandir}/man8,etc/rc.d/init.d,etc/sysconfig}

make BUILD_ROOT=%{buildroot} MANDIR=%{_mandir} install

# 345 default runlevels in the initscript
perl -p -i -e 's@\# chkconfig\: \- 08 92+@\# chkconfig\: 345 08 92@' %{buildroot}%{_initrddir}/%{name};

install -m0644 %{name}.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name}

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%doc README rc.firewall.iptables
%attr(0755,root,root) %config(noreplace) %{_initrddir}/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0755,root,root) /sbin/*
%attr(0644,root,root) %{_mandir}/*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.24-16
+ Revision: db01b18
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16807 |14mr|ipxe-1.0.0-0.git.20120328
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

# Resulting binary formats we want from iPXE
%global formats rom

# PCI IDs (vendor,product) of the ROMS we want for QEMU
#
#    pcnet32: 0x1022 0x2000
#   ne2k_pci: 0x10ec 0x8029
#      e1000: 0x8086 0x100e
#    rtl8139: 0x10ec 0x8139
# virtio-net: 0x1af4 0x1000
%global qemuroms 10222000 10ec8029 8086100e 10ec8139 1af41000

# We only build the ROMs if on an x86 build host. The resulting
# binary RPM will be noarch, so other archs will still be able
# to use the binary ROMs
%global buildarches %{ix86} x86_64

# debugging firmwares does not goes the same way as a normal program.
# moreover, all architectures providing debuginfo for a single noarch
# package is currently clashing in koji, so don't bother.
%global debug_package %{nil}

# Upstream don't do "releases" :-( So we're going to use the date
# as the version, and a GIT hash as the release. Generate new GIT
# snapshots using the folowing commands:
#
# $ hash=`git log -1 --format='%h'`
# $ date=`date '+%Y%m%d'`
# $ git archive --output ipxe-${date}-git${hash}.tar.gz --prefix ipxe-${date}-git${hash}/ ${hash}
#
# And then change these two:

%global date 20120328
%global hash aac9718

Name:    ipxe
Version: 1.0.0
Release: %mkrel 0.git.%{date}
Summary: A network boot loader

Group:   System/Configuration/Boot and Init 
License: GPLv2 and BSD
URL:     http://ipxe.org/

Source0: %{name}-%{date}-git%{hash}.tar.gz
Source1: USAGE
# Remove 2 second startup wait. This patch is not intended to
# go upstream. Modifying the general config header file is the
# intended means for downstream customization.
Patch0: isolinux.patch
Patch1: %{name}-banner-timeout.patch

%ifarch %{buildarches}
BuildRequires: perl
BuildRequires: syslinux
BuildRequires: mtools
BuildRequires: mkisofs
Obsoletes: gpxe <= 1.0.1

%package bootimgs
Summary: Network boot loader images in bootable USB, CD, floppy and GRUB formats
Group:   Emulators
BuildArch: noarch
Obsoletes: gpxe-bootimgs <= 1.0.1

%package roms
Summary: Network boot loader roms in .rom format
Group:  Emulators
Requires: %{name}-roms-qemu = %{version}-%{release}
BuildArch: noarch
Obsoletes: gpxe-roms <= 1.0.1

%package roms-qemu
Summary: Network boot loader roms supported by QEMU, .rom format
Group:  Emulators
BuildArch: noarch
Obsoletes: gpxe-roms-qemu <= 1.0.1

%description bootimgs
iPXE is an open source network bootloader. It provides a direct
replacement for proprietary PXE ROMs, with many extra features such as
DNS, HTTP, iSCSI, etc.

This package contains the iPXE boot images in USB, CD, floppy, and PXE
UNDI formats.

%description roms
iPXE is an open source network bootloader. It provides a direct
replacement for proprietary PXE ROMs, with many extra features such as
DNS, HTTP, iSCSI, etc.

This package contains the iPXE roms in .rom format.


%description roms-qemu
iPXE is an open source network bootloader. It provides a direct
replacement for proprietary PXE ROMs, with many extra features such as
DNS, HTTP, iSCSI, etc.

This package contains the iPXE ROMs for devices emulated by QEMU, in
.rom format.
%endif

%description
iPXE is an open source network bootloader. It provides a direct
replacement for proprietary PXE ROMs, with many extra features such as
DNS, HTTP, iSCSI, etc.

%prep
%setup -q -n %{name}-%{date}-git%{hash}
#% patch0 -p1
%patch1 -p1
cp -a %{SOURCE1} .

%build
mkdir -p bfd
ln -s %{_bindir}/ld.bfd bfd/ld
export PATH=$PWD/bfd:$PATH

%ifarch %{buildarches}
ISOLINUX_BIN=/usr/lib/syslinux/isolinux.bin
cd src
# ath9k drivers are too big for an Option ROM
rm -rf drivers/net/ath/ath9k

#make %{?_smp_mflags} bin/undionly.kpxe bin/ipxe.{dsk,iso,usb,lkrn} allroms \
make bin/undionly.kpxe bin/ipxe.{dsk,iso,usb,lkrn} allroms \
                   ISOLINUX_BIN=${ISOLINUX_BIN} NO_WERROR=1 V=1
%endif

%install
%ifarch %{buildarches}
mkdir -p %{buildroot}/%{_datadir}/%{name}/
pushd src/bin/

cp -a undionly.kpxe ipxe.{iso,usb,dsk,lkrn} %{buildroot}/%{_datadir}/%{name}/

for fmt in %{formats};do
 for img in *.${fmt};do
      if [ -e $img ]; then
   cp -a $img %{buildroot}/%{_datadir}/%{name}/
   echo %{_datadir}/%{name}/$img >> ../../${fmt}.list
  fi
 done
done
popd

# the roms supported by qemu will be packaged separatedly
# remove from the main rom list and add them to qemu.list
for fmt in rom ;do
 for rom in %{qemuroms} ; do
  sed -i -e "/\/${rom}.${fmt}/d" ${fmt}.list
  echo %{_datadir}/%{name}/${rom}.${fmt} >> qemu.${fmt}.list
 done
done
%endif

%ifarch %{buildarches}
%files bootimgs
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/ipxe.iso
%{_datadir}/%{name}/ipxe.usb
%{_datadir}/%{name}/ipxe.dsk
%{_datadir}/%{name}/ipxe.lkrn
%{_datadir}/%{name}/undionly.kpxe
%doc COPYING COPYRIGHTS USAGE

%files roms -f rom.list
%dir %{_datadir}/%{name}
%doc COPYING COPYRIGHTS

%files roms-qemu -f qemu.rom.list
%dir %{_datadir}/%{name}
%doc COPYING COPYRIGHTS
%endif

%changelog
* Fri Oct 05 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.0-0.git.20120328
+ Revision: 12c1a1e
- Automatic import for version 1.0.0-0.git.20120328



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16808 |14mr|ipython-0.13.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An interactive computing environment for Python 
Name:		ipython
Version:	0.13.1
Release:	8
License:	BSD
Group:		Development/Python
Url:		http://ipython.org
Source0:	http://pypi.python.org/packages/source/i/%{ipython}/%{name}-%{version}.tar.gz
Source1:        ipython.elc
Source2:        html.tar.xz
BuildArch:	noarch

BuildRequires:	emacs
BuildRequires:	pkgconfig(python)
BuildRequires:  pkgconfig(python3)
BuildRequires:  python-distribute
BuildRequires:  python3-distribute
BuildRequires:  emacs-python-mode
Requires:	python >= 2.6
Requires:	python-pexpect >= 2.2
Suggests:	pyside >= 1.0.3
Suggests:	python-mpi4py
Suggests:	python-pygments 
Suggests:	python-pyzmq >= 2.1.4
Suggests:	python-qt4
Suggests:	wxPython

%description
The goal of IPython is to create a comprehensive environment for
interactive and exploratory computing. To support this goal, IPython
has two main components:

* An enhanced interactive Python shell.
* An architecture for interactive parallel computing.

The enhanced interactive Python shell has the following main features:

* Comprehensive object introspection.
* Input history, persistent across sessions.
* Caching of output results during a session with automatically
  generated references.
* Readline based name completion.
* Extensible system of 'magic' commands for controlling the
  environment and performing many tasks related either to IPython or
  the operating system.
* Configuration system with easy switching between different setups
  (simpler than changing $PYTHONSTARTUP environment variables every
  time).
* Session logging and reloading.
* Extensible syntax processing for special purpose situations.
* Access to the system shell with user-extensible alias system.
* Easily embeddable in other Python programs and wxPython GUIs.
* Integrated access to the pdb debugger and the Python profiler.

The parallel computing architecture has the following main features:

* Quickly parallelize Python code from an interactive Python/IPython
  session.
* A flexible and dynamic process model that be deployed on anything
  from multicore workstations to supercomputers.
* An architecture that supports many different styles of parallelism,
  from message passing to task farming.
* Both blocking and fully asynchronous interfaces.
* High level APIs that enable many things to be parallelized in a few
  lines of code.
* Share live parallel jobs with other users securely.
* Dynamically load balanced task farming system.  
* Robust error handling in parallel code.

%package -n python3-ipython
Summary:        An interactive computing environment for Python3
Group:          Development/Python
License:        BSD
Requires:	python3
Requires:	python3-pexpect
#Suggests:	pyside
#Suggests:	python-mpi4py
#Suggests:	python-pygments
#Suggests:	python-pyzmq >= 2.1.4
#Suggests:	python-qt4
#Suggests:	wxPython

%description -n python3-ipython
IPython built for Python3

%prep
%setup -qc
mv %{name}-%{version} python2
cp -a python2 python3

%build
pushd python2
emacs -batch -f batch-byte-compile docs/emacs/ipython.el
popd

%install
pushd python3
PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot}
popd

pushd python2
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}
mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp/
install -m 644 docs/emacs/ipython.el* %{buildroot}%{_datadir}/emacs/site-lisp/
popd

chmod 644 %{buildroot}%{_mandir}/man1/*.1*
find %{buildroot} -name .buildinfo -exec rm -f {} \;
find %{buildroot} -name .git_commit_info.ini -exec rm -rf {} \;

# Drop shebang from non-executable scripts to make rpmlint happy
find %{buildroot}%{py_sitedir} -name "*py" -perm 644 -exec sed -i '/#!\/usr\/bin\/env python/d' {} \;
#find %{buildroot}%{py3_sitedir} -name "*py" -perm 644 -exec sed -i '/#!\/usr\/bin\/env python/d' {} \;

%files
%doc python2/docs/examples
%{_bindir}/*
%exclude %{_bindir}/*3
%{py_puresitedir}/*
%{_datadir}/emacs/site-lisp/*
%{_mandir}/man1/*

%files -n python3-ipython
%doc python3/docs/examples
%{_bindir}/*3
%{py3_puresitedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.13.1-8
+ Revision: ae4b4f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16809 |14mr|irda-utils-0.9.18-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities for infrared communication between devices
Name:		irda-utils
Version:	0.9.18
Release:	14

Source0:	http://download.sourceforge.net/irda/%{name}-%{version}.tar.gz
Patch0:		irda-utils-0.9.18-chkconfig-pinit-i18n-rh2.patch
Patch2:		irda-utils-0.9.14-typo.patch
Patch4:		irda-utils-0.9.17-rootonly.patch
Patch5:		irda-utils-0.9.15-rh1.patch
Patch7:		irda-utils-0.9.16-tekram-ppc-buildfix.patch
Patch8:		irda-utils-0.9.18-fix-build.patch
Patch12:	irda-utils-0.9.16-io.patch
Patch13:	irda-utils-0.9.18-fix-install.patch
Patch14:	irda-utils-0.9.18-reorder-build.patch
Group:		System/Servers
URL:		http://irda.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPL
BuildRequires:	glib2-devel
BuildRequires:	pciutils-devel
Requires(post):	rpm-helper
Requires(preun):	rpm-helper

%description
IrDA(TM) (Infrared Data Association) is an industry standard for
wireless, infrared communication between devices. IrDA speeds range
from 9600 bps to 4 Mbps, and IrDA can be used by many modern devices
including laptops, LAN adapters, PDAs, printers, and mobile phones.

The Linux-IrDA project is a GPL'd implementation, written from
scratch, of the IrDA protocols. Supported IrDA protocols include
IrLAP, IrLMP, IrIAP, IrTTP, IrLPT, IrLAN, IrCOMM and IrOBEX.

The irda-utils package contains a collection of programs that enable
the use of IrDA protocols. Most IrDA features are implemented in the
kernel, so IrDA support must be enabled in the kernel before any IrDA
tools or programs can be used. Some configuration outside the kernel
is required, however, and some IrDA features, like IrOBEX, are
actually implemented outside the kernel.

%prep
%setup -q
%patch0 -p1 -b .irda.rc-fixes
%patch2 -p1 -b .typo
%patch4 -p1 -b .rootonly
%patch5 -p1 -b .rh1
%patch7 -p1 -b .tekram-ppc-buildfix
%patch8 -p1 -b .fix-build
%patch12 -p1 -b .io
%patch13 -p1 -b .fix-install
%patch14 -p1 -b .reorder

%build
%serverbuild
%make all

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT{%{_sbindir},%{_bindir},%{_initrddir}}

%makeinstall_std  ROOT="$RPM_BUILD_ROOT" MANDIR="$RPM_BUILD_ROOT%{_mandir}"

for dir in irattach irdadump irdaping tekram; do
    cp $dir/README $dir/README.$dir
done
mv smcinit/README.Peri smcinit/README.tosh1800-smcinit
mv smcinit/README smcinit/README.smcinit
mv smcinit/README.Tom smcinit/README.Tom.scminit
mv smcinit/README.Rob smcinit/README.Rob.smcinit
mv smcinit/RobMiller-irda.html smcinit/README.Rob.smcinit.html

rm -f $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifcfg-irlan0

%post
%_post_service irda

%preun
%_preun_service irda

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%doc README
%doc irattach/README.irattach
%doc irdadump/README.irdadump
%doc irdaping/README.irdaping
%doc tekram/README.tekram
%doc smcinit/README*
%{_sbindir}/irattach
%{_sbindir}/irdaping
%{_sbindir}/dongle_attach
%ifnarch ppc %{sunsparc} %mips
%{_sbindir}/findchip
%{_sbindir}/smcinit
%{_sbindir}/tosh1800-smcinit
%{_sbindir}/tosh2450-smcinit
%endif
%{_sbindir}/irdadump
%{_bindir}/irpsion5
%{_bindir}/irkbd
%{_sbindir}/irnetd
%{_initrddir}/irda
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/irda
#%config(noreplace) %{_sysconfdir}/sysconfig/network-scripts/ifcfg-irlan0
%{_mandir}/man?/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.18-14
+ Revision: 6a3091b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16810 |14mr|irqbalance-1.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Daemon to balance irq's across multiple CPUs
Name:		irqbalance
Version:	1.0.7
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://irqbalance.org/
Source0:	http://irqbalance.googlecode.com/files/%{name}-%{version}.tar.bz2
Source1:	%{name}.sysconfig
BuildRequires:	gccmakedep
%ifnarch %{arm}
BuildRequires:	numa-devel
%endif
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libcap-ng)

%description
irqbalance is a daemon that evenly distributes IRQ load across
multiple CPUs for enhanced performance.

%files
%doc AUTHORS
%{_mandir}/man1/*
%{_sbindir}/*
%{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/sysconfig/*

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q

# (tpg) fix path
sed -i 's|EnvironmentFile=.*|EnvironmentFile=/etc/sysconfig/irqbalance|' misc/irqbalance.service

%build
%configure2_5x \
	--disable-static

%make

%install
install -D -p -m 0755 %{name} %{buildroot}%{_sbindir}/%{name}
install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -d %{buildroot}%{_mandir}/man1/
install -p -m 0644 ./irqbalance.1 %{buildroot}%{_mandir}/man1/
install -D -p -m 0644 ./misc/irqbalance.service %{buildroot}%{_unitdir}/irqbalance.service


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.7-2
+ Revision: 1d1b74e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16811 |14mr|irssi-0.8.15-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		irssi
Version:	0.8.15
Release:	9
Summary:	IRC client

License:	GPLv2+
Group:		Networking/IRC
BuildRequires:	glib2-devel ncurses-devel perl-devel >= 2:5.14.2-3 openssl-devel
URL:		http://irssi.org/
Source0:	http://irssi.org/files/%{name}-%{version}.tar.gz
Suggests:	irssi-perl

%description
Irssi is a modular and flexible IRC client for UNIX that has only a text mode
user interface (but as 80-90% of the code isn't text mode specific, other UIs
could be created pretty easily). Also, Irssi isn't really even IRC specific
anymore, there are already working SILC and ICB modules available. Support for
other protocols like ICQ and Jabber could be created some day too.

Irssi is one of the most popular IRC clients at the moment.

%package	devel
Group:		Development/C
Summary:	Static libraries for the development of irssi applications

Requires:	%{name} = %{version}

%description	devel
Static libraries for the development of irssi applications.

%package	perl
Group:		Networking/IRC
Summary:	Perl plugin for irssi

Requires:	%{name} = %{version}
Conflicts:	perl-silc

%description	perl
Perl plugin for irssi.

%prep
%setup -q

%build
%configure2_5x	--with-modules \
		--enable-ipv6 \
		--with-proxy \
		--with-socks \
		--with-bot \
		--with-perl=module \
		--with-perl-lib=vendor
%make

%install
%makeinstall_std

# Files that should not be installed:
rm -f %{buildroot}%{perl_vendorarch}/perllocal.pod
rm -rf %{buildroot}%{_docdir}/%{name}

%files
%doc AUTHORS README TODO NEWS docs/*
%attr(755,root,root) %{_bindir}/*
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/scripts
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/modules
%exclude %{_libdir}/%{name}/modules/libfe_perl.*
%exclude %{_libdir}/%{name}/modules/libperl_core.*
%{_libdir}/%{name}/modules/*.so
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_mandir}/man1/%{name}.1*

%files devel
%{_libdir}/%{name}/modules/*.a
%{_includedir}/%{name}

%files perl
%{_libdir}/%{name}/modules/libfe_perl.so
%{_libdir}/%{name}/modules/libperl_core.so
%{perl_vendorarch}/Irssi*
%{perl_vendorarch}/auto/*
%{_datadir}/%{name}/scripts



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.15-9
+ Revision: 4430885
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16812 |14mr|isapnptools-1.27-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities for configuring ISA Plug-and-Play (PnP) devices
Name:		isapnptools
Version:	1.27
Release:	2
License:	GPL
Group:		System/Configuration/Hardware
URL:		http://www.roestock.demon.co.uk/isapnptools/
Source0:	ftp://metalab.unc.edu/pub/Linux/system/hardware/%{name}-%{version}.tgz
Patch1:		%{name}-demo2.patch
Patch2:		isapnptools-1.27-include.patch
Patch3:		isapnptools-1.26-format_not_a_string_literal_and_no_format_arguments.diff

BuildRequires:	flex

%description
The isapnptools package contains utilities for configuring ISA
Plug-and-Play (PnP) cards which are in compliance with the PnP ISA
Specification Version 1.0a.  ISA PnP cards use registers instead of
jumpers for setting the board address and interrupt assignments.  The
cards also contain descriptions of the resources which need to be
allocated.  The BIOS on your system, or isapnptools, uses a protocol
described in the specification to find all of the PnP boards and
allocate the resources so that none of them conflict.

Note that the BIOS doesn't do a very good job of allocating resources.
So isapnptools is suitable for all systems, whether or not they
include a PnP BIOS. In fact, a PnP BIOS adds some complications.  A
PnP BIOS may already activate some cards so that the drivers can find
them.  Then these tools can unconfigure them or change their settings,
causing all sorts of nasty effects. If you have PnP network cards that
already work, you should read through the documentation files very
carefully before you use isapnptools.

Install isapnptools if you need utilities for configuring ISA PnP
cards.

%package	devel
Summary:	Devel libraries for configuring ISA Plug-and-Play (PnP) devices
Group:		Development/C

%description	devel
The isapnptools package contains utilities for configuring ISA
Plug-and-Play (PnP) cards which are in compliance with the PnP ISA
Specification Version 1.0a.  ISA PnP cards use registers instead of
jumpers for setting the board address and interrupt assignments.  The
cards also contain descriptions of the resources which need to be
allocated.  The BIOS on your system, or isapnptools, uses a protocol
described in the specification to find all of the PnP boards and
allocate the resources so that none of them conflict.

Note that the BIOS doesn't do a very good job of allocating resources.
So isapnptools is suitable for all systems, whether or not they
include a PnP BIOS. In fact, a PnP BIOS adds some complications.  A
PnP BIOS may already activate some cards so that the drivers can find
them.  Then these tools can unconfigure them or change their settings,
causing all sorts of nasty effects. If you have PnP network cards that
already work, you should read through the documentation files very
carefully before you use isapnptools.

Install isapnptools-devel if you need to do development with ISA PnP
cards.

%prep

%setup -q
%patch1 -p1
%patch2 -p0
%patch3 -p0 -b .format_not_a_string_literal_and_no_format_arguments

find | xargs chmod u+w

%build
%configure2_5x --sbindir=/sbin
make RPM_OPT_FLAGS="%{optflags}"
perl -pi -e "s/^\([^#]\)/#\1/" etc/isapnp.gone
%ifarch alpha
perl -pi -e "s/#IRQ 7/IRQ 7/" etc/isapnp.gone
%endif 

%install
rm -rf %{buildroot}

%makeinstall_std
install -m644 etc/isapnp.gone -D %{buildroot}%{_sysconfdir}/isapnp.gone

%files
%defattr(-,root,root,755)
%doc README
%doc config-scripts/YMH0021
%config(missingok,noreplace) %attr(0644,root,root) %{_sysconfdir}/isapnp.gone
/sbin/*
%{_mandir}/man*/*

%files devel
%defattr(-,root,root,755)
%doc AUTHORS COPYING NEWS doc
%{_libdir}/*.a
%{_includedir}/isapnp

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.27-2
+ Revision: bff4111
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16813 |14mr|isdn4k-utils-3.12-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	20
%define major	3
%define oldlib	%mklibname %{name} %{major}
%define olddev	%mklibname %{name} -d

%define	libname	%mklibname capi %{api} %{major}
%define	devname	%mklibname capi %{api} -d

%define pppd_ver %(/usr/sbin/pppd --version 2>&1 | sed -n '/pppd version \\([0-9][.0-9]*\\)/s//\\1/p')
%define pppd_ver_num %(echo %{pppd_ver} | perl -pe '/(\\d+)\\.(\\d)\\.?(\\d)?\\.?(\\d)?/; $_=($1)*1000000+($2)*10000+($3)*100+($4||0)')

Summary:	Bundled Utilities for configuring ISDN4Linux
Name:		isdn4k-utils
Epoch:		1
Version:	3.12
Release:	14
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.isdn4linux.de/
Source0:	%{name}.tar.gz
Source1:	%{name}-config
Source2:	capi4linux
Source3:	isdn4k-utils-ppp-2.4.5.tar.bz2
Patch1:		%{name}.ipppd.patch
Patch3:		%{name}-no-root.patch
Patch7:		%{name}-nomknod.patch
Patch9:		%{name}-glibc222.patch
Patch10:	%{name}-isdnlog.patch
Patch11:	%{name}-define.patch
Patch15:	%{name}-eurofile-init-fix.patch
Patch16:	%{name}-3.2p3-skip-capi-header-check.patch
Patch18:	isdn4k-utils-lib64.patch
Patch20:	isdn4k-utils-64bit-fixes.patch
#Patch21:	isdn4k-utils-ppp244.patch
Patch23:	isdn4k-utils-target.patch
# capi20.h must #include sys/types.h - AdamW 2008/02
Patch24:	isdn4k-utils-3.2p3-types.patch
Patch25:	isdn4k-utils-autoconf25x.diff
Patch26:	isdn4k-utils-cleanup.diff
Patch27:	isdn4k-utils-openssl_des.h_fix.diff
Patch28:	isdn4k-utils-fix-str-fmt.patch
Patch29:	isdn4k-utils-tcl86.patch
Patch30:	isdn4k-utils-autoconf-2.6.4-quoting.patch
Patch31:	isdn4k-utils-CVS-2010-05-01-capi.patch
Patch32:	isdn4k-utils-automake-1.13-fixes.patch

BuildRequires:	imake
BuildRequires:	kernel-source
BuildRequires:	libtool
BuildRequires:	linuxdoc-tools
BuildRequires:	ppp
BuildRequires:	gdbm-devel
BuildRequires:	pcap-devel
BuildRequires:	ppp-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xt)
Requires(post,preun):	rpm-helper
Conflicts:	%{oldlib} < 1:3.12-11

%description
isdn4k-utils is a collection of various ISDN related utilities. This
package contains configuration tools for all ISDN adapters, supported
by Linux. Furthermore, several status-monitors are provided as well as
some ISDN-based applications. Namely ipppd, a PPP daemon for synchronous
PPP over ISDN; vbox, an answering-machine and (for use with AVM-B1 only)
capifax, a faxmachine.

%files
%doc README NEWS
%{_libdir}/pppd/%{pppd_ver}/*
%dir %{_libdir}/isdn
%dir %{_datadir}/isdn
%{_datadir}/isdn/*
%dir %{_sysconfdir}/isdn
#%dir %{_sysconfdir}/drdsl
#%config(noreplace) %{_sysconfdir}/drdsl/adsl.conf
%config(noreplace) %{_sysconfdir}/ppp/peers/isdn/arcor
%config(noreplace) %{_sysconfdir}/ppp/peers/isdn/avm
%config(noreplace) %{_sysconfdir}/ppp/peers/isdn/avm-ml
%config(noreplace) %{_sysconfdir}/ppp/peers/isdn/leased
%config(noreplace) %{_sysconfdir}/ppp/peers/isdn/otelo
%config(noreplace) %{_sysconfdir}/ppp/peers/isdn/talkline
%config(noreplace) %{_sysconfdir}/isdn/isdn.conf
%config(noreplace) %{_sysconfdir}/isdn/callerid.conf
%config(noreplace) %{_sysconfdir}/isdn/rate.conf
#%config(noreplace) %{_sysconfdir}/ppp/ioptions
%{_initrddir}/capi4linux
%{_sbindir}/avmcapictrl
%{_sbindir}/capiinit
%{_sbindir}/hisaxctrl
%{_sbindir}/icnctrl
%{_sbindir}/imon
%{_sbindir}/imontty
%{_sbindir}/ipppd
%{_sbindir}/ipppstats
%{_sbindir}/iprofd
%{_sbindir}/isdnctrl
%{_sbindir}/loopctrl
%{_sbindir}/pcbitctl
%{_sbindir}/rcapid
%{_sbindir}/actctrl
%{_sbindir}/diva*
%{_sbindir}/eiconctrl
%{_sbindir}/divertctrl
%{_bindir}/capi*
%{_mandir}/man4/isdn_audio.4*
%{_mandir}/man4/isdnctrl.4*
%{_mandir}/man4/isdninfo.4*
%{_mandir}/man4/ttyI.4*
%{_mandir}/man5/rate.conf.5*
%{_mandir}/man7/isdn_cause.7*
%{_mandir}/man8/actctrl.8*
%{_mandir}/man8/avmcapictrl.8*
%{_mandir}/man8/capiinfo.8*
%{_mandir}/man8/capiplugin.8*
%{_mandir}/man8/divertctrl.8*
%{_mandir}/man8/eiconctrl.8*
%{_mandir}/man8/hisaxctrl.8*
%{_mandir}/man8/icnctrl.8*
%{_mandir}/man8/imon.8*
%{_mandir}/man8/imontty.8*
%{_mandir}/man8/ipppd.8*
%{_mandir}/man8/ipppstats.8*
%{_mandir}/man8/iprofd.8*
%{_mandir}/man8/isdnctrl.8*
%{_mandir}/man8/isdnctrl_conf.8*
%{_mandir}/man8/loopctrl.8*
%{_mandir}/man8/pcbitctl.8*

%post
%_post_service capi4linux

%preun
%_preun_service capi4linux

#----------------------------------------------------------------------------

%package	xtools
Summary:	ISDN utilities that use X
Group:		Networking/Other
Requires:	%{name} >= %{EVRD}

%description	xtools
These are the graphical utilities for ISDN, xmonisdn and xisdnload.
They provide, each in their own way, a visual indication of the status
of the ISDN lines, so that it is directly obvious when there is a
connection, for example.

%files xtools
%doc xmonisdn/README
%{_includedir}/X11/bitmaps/net*
%config(noreplace) %{_sysconfdir}/X11/app-defaults/XISDNLoad
%{_bindir}/x*
%{_mandir}/man1/xisdnload.1x.*
%{_mandir}/man1/xmonisdn.1x.*

#----------------------------------------------------------------------------

%package	vbox
Summary:	ISDN answering machine
Group:		Communications
Requires:	%{name} >= %{EVRD}

%description	vbox
ISDN Answering Machine.

%files vbox
%lang(de) %doc vbox/docs/*
%doc vbox/examples vbox/README vbox/CHANGES
%dir /var/spool/vbox
%dir /var/log/vbox
%config(noreplace) %{_sysconfdir}/isdn/vboxgetty.conf
%config(noreplace) %{_sysconfdir}/isdn/vboxd.conf
%{_bindir}/*vbox*
%{_sbindir}/vbox*
%{_mandir}/man1/vbox.1*
%{_mandir}/man1/vboxconvert.1*
%{_mandir}/man1/vboxctrl.1*
%{_mandir}/man1/vboxmode.1*
%{_mandir}/man1/vboxplay.1*
%{_mandir}/man1/vboxtoau.1*
%{_mandir}/man5/vbox.conf.5*
%{_mandir}/man5/vboxd.conf.5*
%{_mandir}/man5/vbox_file.5*
%{_mandir}/man5/vboxgetty.conf.5*
%{_mandir}/man5/vboxrc.5*
%{_mandir}/man5/vboxtcl.5*
%{_mandir}/man8/vboxd.8*
%{_mandir}/man8/vboxgetty.8*
%{_mandir}/man8/vboxmail.8*
%{_mandir}/man8/vboxputty.8*

#----------------------------------------------------------------------------

%package	eurofile
Summary:	ISDN eurofile transfer tool
Group:		Networking/File transfer
License:	LGPLv2
Requires:	%{name} >= %{EVRD}
Requires(post,preun): rpm-helper

%description	eurofile
If you want to send / receive files over an ISDN line with the eurofile system,
you need this package.

%files eurofile
%doc eurofile/doc/[!R]*[!5] eurofile/COPYING* eurofile/CHANGES eurofile/README* eurofile/TODO
%config(noreplace) %{_sysconfdir}/isdn/eft.conf
%defattr(755,root,root,755)
%config(noreplace) %{_initrddir}/eftd
%{_sbindir}/eftd
%{_bindir}/eftp
%{_mandir}/man5/eftaccess.5*
%{_mandir}/man5/efthosts.5*
%{_mandir}/man5/eft_wuauth.5*
%{_mandir}/man5/eft_xferlog.5*

%post eurofile
%_post_service eftd

%preun eurofile
%_preun_service eftd

#----------------------------------------------------------------------------

%package	isdnlog
Summary:	ISDN connection logger
Group:		Communications
Requires:	%{name} >= %{EVRD}

%description	isdnlog
isdnlog logs all ISDN connections, and can calculate the cost of calls.
If sufficient data is available, it can even recommend which alternate
carrier would have been cheaper for a given call. For countries where calls
are charged per discrete unit, it can disconnect the line just before the
next unit starts.

%files isdnlog
%doc isdnlog/BUGS isdnlog/README.* isdnlog/CREDITS isdnlog/FAQ isdnlog/NEWS isdnlog/TODO
%config(noreplace) %{_sysconfdir}/isdn/isdnlog.*
%defattr(755,root,root,755)
%{_sbindir}/isdnlog
%{_sbindir}/mkzonedb
%{_bindir}/isdn*
%config(noreplace) %{_sysconfdir}/isdn/stop
%{_mandir}/man1/autovbox.1*
%{_mandir}/man1/isdnbill.1*
%{_mandir}/man1/isdnconf.1*
%{_mandir}/man1/isdnrate.1*
%{_mandir}/man1/isdnrep.1*
%{_mandir}/man1/rmdtovbox.1*
%{_mandir}/man5/callerid.conf.5*
%{_mandir}/man5/isdn.conf.5*
%{_mandir}/man5/isdnformat.5*
%{_mandir}/man5/isdnlog.5*
%{_mandir}/man5/isdnlog.users.5*
%{_mandir}/man5/rate-files.5*
%{_mandir}/man8/isdnlog.8*
%{_mandir}/man8/mkzonedb.8*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
%rename		%{oldlib}
Conflicts:	%{name} < 1:3.12-11

%description -n	%{libname}
isdn4k-utils is a collection of various ISDN related utilities. This
package contains configuration tools for all ISDN adapters, supported
by Linux. Furthermore, several status-monitors are provided as well as
some ISDN-based applications. Namely ipppd, a PPP daemon for synchronous
PPP over ISDN; vbox, an answering-machine and (for use with AVM-B1 only)
capifax, a faxmachine.
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libcapi%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Includes and other files to develop %{name} applications
Group:		Development/C
Requires:	%{libname} >= %{EVRD}
Provides:	%{name}-devel %{EVRD}
Conflicts:	%{_lib}isdn4k-utils3 < 1:3.12-7mdv
%rename		%{olddev}

%description -n	%{devname}
Libraries, include files and other resources you can use to develop
%{name} applications.

%files -n %{devname}
%doc COPYING README NEWS
%attr(755,root,root) %{_libdir}/libcapi*.so
%{_includedir}/capi*.h

#----------------------------------------------------------------------------

%package	doc
Summary:	Complete HTML documentation for isdn4k-utils
Group:		System/Configuration/Networking
Conflicts:	isdn4k-utils < 3.2p3-28mdv2007.1

%description	doc
This is the original, complete, documentation for isdn4k-utils, in
HTML format.

isdn4k-utils is a collection of various ISDN related utilities. This
package contains configuration tools for all ISDN adapters, supported
by Linux. Furthermore, several status-monitors are provided as well as
some ISDN-based applications. Namely ipppd, a PPP daemon for synchronous
PPP over ISDN; vbox, an answering-machine and (for use with AVM-B1 only)
capifax, a faxmachine.

%files doc
%lang(de) %doc FAQ/i4lfaq-de*
%doc FAQ/i4lfaq-[123456789]*.html FAQ/i4lfaq.*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name} -a3
%apply_patches

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0554 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# (simpler) lib64 fix
sed -i -e "s|/usr/lib/|%{_libdir}/|" pppdcapiplugin/ppp-2.*/Makefile pppdcapiplugin/Makefile.template

#(peroyvind) provide our own config file with correct options and paths
install %{SOURCE1} .config
echo "LIBDIR='%{_libdir}'" >> .config

# AMD K6 is not an i686
%ifarch
sed -i -e "s/k6 \| //" vbox3/config.sub
sed -i -e "s/k6-\* \| //" vbox3/config.sub
sed -i -e "s/\| k5 \|/\| k5 \| k6 \|/" vbox3/config.sub
sed -i -e "s/\| k5-\* \|/\| k5-\* \| k6-* \|/" vbox3/config.sub
%endif

# tcl hack
. %{_libdir}/tclConfig.sh
find -type f | xargs perl -pi -e "s|tcl8\.4|tcl${TCL_VERSION}|g"

# nuke this for now
rm -rf ant-phone

# antiborker
#perl -pi -e "s|\'||g" .config <- this won't work!
find vbox -type f | xargs perl -pi -e "s|\@VBOX_DOCDIR\@|/usr/share/doc/vbox|g"
find vbox -type f | xargs perl -pi -e "s|\@VBOX_LOCKDIR\@|/var/lock|g"

%build
export FORCE_AUTOCONF_2_5=1

for i in */configure; do
    cd `dirname $i`
	autoreconf -fi
	touch configure.in
    cd ..
done

# workaround for automake/autoconf
if [ -x /usr/share/automake/depcomp ] ; then
  for i in capiinfo capiinit rcapid capifax; do
    cp -f /usr/share/automake/depcomp $i
    ( cd $i ; aclocal && autoconf )
  done
fi

#(peroyvind) added more flags for pppdcapiplugin since we're overriding it's CFLAGS which cointains flags needed
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DISDN_MAX_DRIVERS=32 -DISDN_MAX_CHANNELS=64 -fPIC -DPPPVER=%{pppd_ver_num} -I. -I`pwd`/capi20 -Ipppd -L`pwd`/capi20 -I./include"

#(peroyvind) workaround for wrong aclocal
make CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" CCFLAGS="$RPM_OPT_FLAGS" subconfig
sed -i -e "s|CDEBUGFLAGS = .*|CDEBUGFLAGS = $RPM_OPT_FLAGS|" xisdnload/Makefile xmonisdn/Makefile
sed -i -e "s|CXXDEBUGFLAGS = \-0.*|CXXDEBUGFLAGS = $RPM_OPT_FLAGS|" xisdnload/Makefile xmonisdn/Makefile
cp isdnlog/isdnlog/isdnlog.5.in isdnlog/isdnlog/isdnlog.5

#(peroyvind) workaround for non-existing rcapid/acinclude.m4
touch rcapid/acinclude.m4

# (blino) compile pppdcapiplugin for current pppd only to avoid errors and unnecessary time spent on compiling
#sed -i -e "s|^(PPPVERSIONS\s*)=\s*.+$|\1= %{pppd_ver}|" pppdcapiplugin/Makefile

#(peroyvind) added CCFLAGS since it's a variable used a few places in stead of CFLAGS (*sigh*)
make CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" CCFLAGS="$RPM_OPT_FLAGS" || make CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" CCFLAGS="$RPM_OPT_FLAGS"

%install
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DISDN_MAX_DRIVERS=32 -DISDN_MAX_CHANNELS=64 -fPIC -DPPPVER=%{pppd_ver_num} -I. -I`pwd`/capi20 -Ipppd -L`pwd`/capi20 -I./include"

mkdir -p %{buildroot}{%{_sbindir},%{_bindir},%{_includedir},%{_mandir},%{_docdir},/sbin,%{_initrddir},%{_libdir}/isdn}

#(peroyvind) yet another workaround.. this time for providing compile flags for stuff that was'nt compiled last time..
%makeinstall_std CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" CCFLAGS="$RPM_OPT_FLAGS" MANPATH=%{_mandir}
rm -f %{buildroot}%{_bindir}/vboxbeep # security hole if used. (dam's)
rm -f %{buildroot}%{_mandir}/man*/vboxbeep*

#(peroyvind) fix incorrect filename for man page
mv %{buildroot}%{_mandir}/man8/.isdnctrl_conf.8 %{buildroot}%{_mandir}/man8/isdnctrl_conf.8

#(peroyvind) move this one out of buildroot, we want to have it somewhere else..
rm -rf vbox/docs; mv %{buildroot}%{_docdir}/vbox vbox/docs

#(peroyvind) fix name for init script
mv %{buildroot}%{_initrddir}/eftd.sh %{buildroot}%{_initrddir}/eftd

#(peroyvind) install man pages for eurofile
install -m644 eurofile/doc/*.5 %{buildroot}%{_mandir}/man5/

#(peroyvind) remove uninstalled symlink
rm -rf %{buildroot}/usr/lib/X11/app-defaults
rm -f  %{buildroot}%{_sysconfdir}/isdn/eftusers

install -m755 %{SOURCE2} %{buildroot}%{_initrddir}/capi4linux

#(peroyvind) get rid of drdsl files which are provided by other package according to Steffen Barszus
rm -rf %{buildroot}%{_sysconfdir}/drdsl

# cleanup
rm -f %{buildroot}/usr/share/doc/i4lfaq*
rm -f %{buildroot}%{_libdir}/*.*a

# hmm...
mv %{buildroot}/sbin/* %{buildroot}%{_sbindir}/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.12-14
+ Revision: dfbf975
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16814 |14mr|isdn4net-1.4.6-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Networking with the isdn subsystem
Name:		isdn4net
Version:	1.4.6
Release:	24
License:	GPL
Group:		System/Kernel and hardware
URL:		http://www.isdn4net.berlios.de
Source0:	%{name}-%{version}.tar.bz2
Patch0:         isdn4net-1.4.6-isdnlog.patch
Patch1:         isdn4net-1.4.6-dialmode.patch
Patch2:         isdn4net-1.4.6-init-typo-fixes.patch
Patch3:         isdn4net-1.4.6-dial-on-ifup.patch
Patch4:         isdn4net-multiple-cards.diff
Patch5:         isdn4net-1.4.6-fix-link-remove-bug.diff
Patch6:         isdn4net-1.4.6-create-devices.patch
BuildArch:	noarch
Requires(post): rpm-helper
Requires(preun): rpm-helper
Conflicts:	isdn-light
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package provides several scripts to do networking with isdn4linux, several
sample configurations for card and ippp setup and small configuration and
admin utility.

%prep

%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p0 -b .typos
%patch3 -p0
%patch4 -p0
%patch5 -p1
%patch6 -p1 -b .udev

%install
rm -fr %{buildroot}

install -d %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts
install network-scripts/ifup-ippp %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts
install network-scripts/ifdown-ippp %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts
install network-scripts/ifup-isdn %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts
install network-scripts/ifdown-isdn %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts

install -d %{buildroot}/%{_initrddir}
install -m0755 init.d/isdn4linux %{buildroot}/%{_initrddir}
install -m0755 init.d/isdnlog %{buildroot}/%{_initrddir}

install -d %{buildroot}/%{_sysconfdir}/sysconfig
install defaults/isdn %{buildroot}/%{_sysconfdir}/sysconfig/isdn

install -d %{buildroot}/%{_sysconfdir}/isdn/profile
install -m 644 defaults/ippp.default %{buildroot}/%{_sysconfdir}/isdn/profile/ippp.default
install -m 644 defaults/isdn.default %{buildroot}/%{_sysconfdir}/isdn/profile/isdn.default
install -m 644 defaults/isdn.map %{buildroot}/%{_sysconfdir}/isdn/profile/isdn.map
install -m 644 defaults/ippp.map %{buildroot}/%{_sysconfdir}/isdn/profile/ippp.map

install -d %{buildroot}/%{_sysconfdir}/isdn/profile/card
install -m 644 defaults/mycard %{buildroot}/%{_sysconfdir}/isdn/profile/card/mycard

install -d %{buildroot}/%{_sysconfdir}/isdn/profile/link
install -m 644 defaults/myisp %{buildroot}/%{_sysconfdir}/isdn/profile/link/myisp
install -m 644 defaults/my_isdnlog.conf %{buildroot}/%{_sysconfdir}/isdn/my_isdnlog.conf

install -d %{buildroot}/%{_sysconfdir}/isdn/budget
# Install frontend
install -d %{buildroot}/%{_bindir}
install bin/isdn %{buildroot}/%{_bindir}/isdn

%post
echo -n "Activating isdn4linux card init:"
%_post_service isdn4linux
%_post_service isdnlog
echo " done."

%preun
echo -n "Deactivating isdn4linux card init:"
%_preun_service isdn4linux
%_preun_service isdnlog
echo " done."

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/sysconfig/network-scripts/ifup-ippp
%config(noreplace) %{_sysconfdir}/sysconfig/network-scripts/ifdown-ippp
%config(noreplace) %{_sysconfdir}/sysconfig/network-scripts/ifup-isdn
%config(noreplace) %{_sysconfdir}/sysconfig/network-scripts/ifdown-isdn
%{_initrddir}/isdn4linux
%{_initrddir}/isdnlog
%{_bindir}/isdn
%config(noreplace) %{_sysconfdir}/sysconfig/isdn
%config(noreplace) %{_sysconfdir}/isdn/profile/ippp.default
%config(noreplace) %{_sysconfdir}/isdn/profile/isdn.default
%config(noreplace) %{_sysconfdir}/isdn/profile/ippp.map
%config(noreplace) %{_sysconfdir}/isdn/profile/isdn.map
%config(noreplace) %{_sysconfdir}/isdn/profile/link/myisp
%config(noreplace) %{_sysconfdir}/isdn/profile/card/mycard
%config(noreplace) %{_sysconfdir}/isdn/my_isdnlog.conf
%doc defaults
%doc samples
%doc doc
%doc README
%dir %{_sysconfdir}/isdn/profile
%dir %{_sysconfdir}/isdn/profile/link
%dir %{_sysconfdir}/isdn/profile/card
%dir %{_sysconfdir}/isdn/budget





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.6-24
+ Revision: 2acd757
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16815 |14mr|isdn-light-0.8-26
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Networking with the isdn subsystem, light version
Name:		isdn-light
Version:	0.8
Release:	26
License:	GPL
Group:		System/Kernel and hardware
URL:		http://cvs.mandriva.com
Source:		%{name}-%{version}.tar.bz2
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{version}-%{release}-buildroot
Requires:	isdn4k-utils
Conflicts:	isdn4net

%description
This package provides the minimal scripts to do networking with isdn4linux.
It is simple, clean and tiny. Ideal for small configuration.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
%makeinstall
rm -f %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifcfg-ippp0

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%dir %{_sysconfdir}/isdn/
%config(noreplace) %{_sysconfdir}/isdn/isdnctrl.conf
%config(noreplace) %{_sysconfdir}/isdn/isdn1B.conf
%config(noreplace) %{_sysconfdir}/isdn/isdn2B.conf
%config(noreplace) %{_sysconfdir}/ppp/ioptions
%config(noreplace) %{_sysconfdir}/ppp/ioptions1B
%config(noreplace) %{_sysconfdir}/ppp/ioptions2B
%config(noreplace) %{_sysconfdir}/sysconfig/network-scripts/ifup-ippp
%config(noreplace) %{_sysconfdir}/sysconfig/network-scripts/ifdown-ippp
%doc README





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8-26
+ Revision: 4e26e23
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16816 |14mr|isl-0.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	13
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname %{name} -d

Summary:	Integer Set Library
Name:		isl
Version:	0.13
Release:	2
License:	MIT
Group:		System/Libraries
Url:		git://repo.or.cz/isl.git
Source0:	http://isl.gforge.inria.fr/isl-0.13.tar.xz
# See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58012
Patch0:		isl-no-iostream.patch
BuildRequires:	gmp-devel

%description
isl is a library for manipulating sets and relations of integer points
bounded by linear constraints. Supported operations on sets include
intersection, union, set difference, emptiness check, convex hull,
(integer) affine hull, integer projection, computing the lexicographic
minimum using parametric integer programming, coalescing and parametric
vertex enumeration.

It also includes an ILP solver based on generalized basis reduction,
transitive closures on maps (which may encode infinite graphs),
dependence analysis and bounds on piecewise step-polynomials.

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Integer Set Library
Group:		System/Libraries

%description -n	%{libname}
isl is a library for manipulating sets and relations of integer points
bounded by linear constraints. Supported operations on sets include
intersection, union, set difference, emptiness check, convex hull,
(integer) affine hull, integer projection, computing the lexicographic
minimum using parametric integer programming, coalescing and parametric
vertex enumeration.

It also includes an ILP solver based on generalized basis reduction,
transitive closures on maps (which may encode infinite graphs),
dependence analysis and bounds on piecewise step-polynomials.

%files -n %{libname}
%{_libdir}/libisl.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development files for the isl Integer Set Library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}isl-static-devel < 0.11.1-3

%description -n	%{devname}
Header files for the isl Integer Set Library.

%files -n %{devname}
%{_libdir}/libisl.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure \
	--disable-static
%make

%install
%makeinstall_std

# (tpg) not needed ?
rm -rf %{buildroot}%{_libdir}/*%{name}*-gdb.py

%check
# All tests must pass
make check

%changelog
* Tue Sep 09 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.13-2
+ Revision: bf063ad
- Do not package *-gdb.py
- The script is not usually needed. If it is present ldconfig complains
- about it not being a library but residing in /usr/lib*.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16817 |14mr|iso-codes-3.41-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mapping between ISO country codes and full names
Name:		iso-codes
Version:	3.41
Release:	2

Source0:	http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-%{version}.tar.xz
License:	LGPLv2+
Group:		System/Libraries
Url:		http://pkg-isocodes.alioth.debian.org/

BuildRequires:	python-pyxml
BuildRequires:	python
BuildArch:	noarch

%description
This package aims to provide the list of the country and language (and
currency) names in one place, rather than repeated in many programs
throughout Mandriva Linux.


%package devel
Summary:	Files for development using %{name}
Group:		Development/C
Requires:	%{name} = %{version}-%{release}

%description devel
This package contains the pkg-config files for development
when building programs that use %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang iso-codes --all-name

%files -f iso-codes.lang
%doc README ChangeLog LICENSE
%dir %{_datadir}/xml/iso-codes/
%{_datadir}/xml/iso-codes/*.xml

%files devel
%{_datadir}/pkgconfig/*.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.41-2
+ Revision: 67b777a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16818 |14mr|isomd5sum-1.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities for working with md5sum implanted in ISO images
Name:		isomd5sum
Version:	1.0.7
Release:	2
License:	GPLv2+
Group:		Archiving/Cd burning
URL:		http://git.fedorahosted.org/git/?p=isomd5sum.git;a=summary
Source0:	http://fedorahosted.org/releases/i/s/isomd5sum/%{name}-%{version}.tar.bz2
Patch0:		isomd5sum-1.0.7-makefile.patch
Patch1:		isomd5sum-1.0.7-unused.patch
Patch2:		isomd5sum-1.0.7-nowerror.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:	popt-devel

%description
The isomd5sum package contains utilities for implanting and verifying
an md5sum implanted into an ISO9660 image.

%package devel
Summary: Development headers and library for using isomd5sum 
Group: Development/C
Requires: %{name} = %{version}

%description devel
This contains header files and a library for working with the isomd5sum
implanting and checking.


%prep
%setup -q
%apply_patches

%build
make checkisomd5 implantisomd5

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install-bin install-devel

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING
%_bindir/implantisomd5
%_bindir/checkisomd5
%_mandir/man*/*

%files devel
%defattr(-,root,root,-)
%_includedir/*.h
%_libdir/*.a




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.7-2
+ Revision: b22fae3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16819 |14mr|it-could-webdav-0.4-2.0.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
%define _with_gcj_support 1
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}

%define section free

Summary:        WebDAV Servlet
Name:           it-could-webdav
Version:        0.4
Release:        2.0.6
Epoch:          0
License:        Apache License 2.0
URL:            http://could.it/main/a-simple-approach-to-webdav.html
Group:          Development/Java
Source0:        http://could.it/main/a-simple-approach-to-webdav.data/webdav-0.4.zip
Source1:        it-could-webdav-LICENSE.TXT
Source2:        webdav-0.4.pom
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit >= 0:1.6
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
BuildRequires:  servletapi5
Requires:       servletapi5
%if ! %{gcj_support}
BuildArch:      noarch
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%if %{gcj_support}
BuildRequires:    java-gcj-compat-devel
%endif

%description
WebDAV Servlet.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
%setup -q -n webdav-%{version}
%remove_java_binaries
cp %{SOURCE1} LICENSE.TXT

%build
export CLASSPATH=$(build-classpath servletapi5)
%{ant}

%install
rm -rf $RPM_BUILD_ROOT

# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}

install -m 644 webdav-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

#poms
%add_to_maven_depmap it.could webdav %{version} JPP/ it-could-webdav
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 %{SOURCE2} \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-it-could-webdav.pom

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr doc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
cp -p LICENSE.TXT $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}
%doc %{_docdir}/%{name}-%{version}/LICENSE.TXT
%if %{gcj_support}
%dir %attr(-,root,root) %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:0.4-2.0.6
+ Revision: 128ac23
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16820 |14mr|itext-2.1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free
%define gcj_support 0

Name:           itext
Version:        2.1.5
Release:        3
Epoch:          0
License:        LGPL
Summary:        Free Java-PDF library
URL:            http://www.lowagie.com/iText/
Group:          Development/Java
Source0:        http://downloads.sourceforge.net/itext/iText-src-%{version}.tar.gz
Source1:        itext-www-20070221.tar.bz2
Source2:        itext-1.4-manifest.mf
Requires:       bouncycastle
Requires:       bouncycastle-extras
Provides:       itext2 = %{epoch}:%{version}-%{release}
Obsoletes:      itext2 < %{epoch}:%{version}-%{release}
BuildRequires:  java-rpmbuild
BuildRequires:  ant
BuildRequires:  ant-trax
BuildRequires:  bouncycastle
BuildRequires:  bouncycastle-extras
BuildRequires:  xalan-j2
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif

%description
iText is a library that allows you to generate PDF files on the fly. The
iText classes are very useful for people who need to generate read-only,
platform independent documents containing text, lists, tables and
images. The library is especially useful in combination with Java(TM)
technology-based Servlets: The look and feel of HTML is browser
dependent; with iText and PDF you can control exactly how your servlet's
output will look.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Provides:       itext2-javadoc = %{epoch}:%{version}-%{release}
Obsoletes:      itext2-javadoc < %{epoch}:%{version}-%{release}

%description javadoc
API documentation for the %{name} package.

%package manual
Summary:        Documents for %{name}
Group:          Development/Java
Provides:       itext2-manual = %{epoch}:%{version}-%{release}
Obsoletes:      itext2-manual < %{epoch}:%{version}-%{release}

%description manual
A programming manual for the %{name} package.

%prep
%setup -q -c
%setup -q -D -T -a 1

%{__mkdir_p} src/META-INF
cp %{SOURCE2} src/META-INF/MANIFEST.MF

%{__mkdir_p} lib

%{__perl} -pi -e 's/<link.*$//' src/ant/site.xml
%{__perl} -pi -e 's/<attribute name="Class-Path".*$//' src/ant/compile.xml
%{__perl} -pi -e 's/\r$//g' www/examples/com/lowagie/examples/forms/fill/register.xfdf

%build
pushd src
export CLASSPATH=$(build-classpath bcprov bcmail)
export OPT_JAR_LIST="`%{__cat} %{_sysconfdir}/ant.d/trax`"
%{ant} jar javadoc tutorial lowagie.com
popd

%install
# jars
%{__mkdir_p} %{buildroot}%{_javadir}
%{__cp} -a lib/iText.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do %{__ln_s} ${jar} `echo ${jar} | %{__sed} "s|-%{version}||g"`; done)

%{gcj_compile}

%{__perl} -pi -e 's/\r$//g' build/lowagie/*.{txt,xml}
%{__perl} -pi -e 's/\r$//g' build/lowagie/ant/*.xml
%{__perl} -pi -e 's/\r$//g' build/lowagie/ant/.ant.properties

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
#cp -a build/docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

# manual
%{__mkdir_p} %{buildroot}%{_docdir}/%{name}-%{version}
cp -a build/lowagie/* %{buildroot}%{_docdir}/%{name}-%{version}
cp -a build/examples %{buildroot}%{_docdir}/%{name}-%{version}
cp -a build/tutorial %{buildroot}%{_docdir}/%{name}-%{version}

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/MPL-1.1.txt
%doc %{_docdir}/%{name}-%{version}/lgpl.txt
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files manual
%defattr(0644,root,root,0755)
%doc %{_docdir}/*
%exclude %{_docdir}/%{name}-%{version}/*.txt


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:2.1.5-3
+ Revision: 3bf25ae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16821 |14mr|itstool-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		itstool
Version:	1.2.0
Release:	2
Summary:	ITS-based XML translation tool
Group:		System/Internationalization
License:	GPLv3+
URL:		http://itstool.org/
Source0:	http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
BuildArch:	noarch
Requires:	python-libxml2

%description
ITS Tool allows you to translate XML documents with PO files, using rules from
the W3C Internationalization Tag Set (ITS) to determine what to translate and
how to separate it into PO file messages.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc NEWS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-2
+ Revision: a53e5f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16822 |14mr|iw-3.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Configuration utility for wireless devices
Name:		iw
Version:	3.15
Release:	2
License:	BSD
Group:		System/Base
Url:		http://linuxwireless.org/en/users/Documentation/iw/
Source0:	http://kernel.org/pub/software/network/iw/iw-%{version}.tar.xz
BuildRequires:	pkgconfig(libnl-3.0)

%description
iw is a new nl80211 based CLI configuration utility for wireless devices.
Currently you can only use this utility to configure devices which use a
mac80211 driver as these are the new drivers being written.

%prep
%setup -q

%build
%setup_compile_flags
%make

%install
%makeinstall \
	PREFIX=%{buildroot} \
	BINDIR=%{buildroot}/sbin \
	MANDIR=%{buildroot}/%{_mandir}

%files
%doc COPYING README
/sbin/iw
%{_mandir}/man8/iw.8.*

%changelog
* Sun Sep 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.15-2
+ Revision: 266cf66
- Updated to 3.15 (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16823 |14mr|jackit-1.9.9.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

# D-Bus support enabled by default, set "--with nodbus" to disable
%bcond_without dbus
# Build classic jackd executable as well
%bcond_without classic

%define major 0
%define libname %mklibname jack %{major}
%define libnet %mklibname jacknet %{major}
%define libserver %mklibname jackserver %{major}
%define devname %mklibname jack -d

Summary:	The Jack Audio Connection Kit 2
Name:		jackit
Version:	1.9.9.5
Release:	1
# Lib is LGPL, apps are GPL
License:	LGPLv2+ and GPLv2+
Group:		System/Servers
Url:		http://jackaudio.org/
Source0:	http://jackaudio.org/downloads/jack-%{version}.tar.bz2
Patch0:		jack-doxygen-buildfix.patch
Patch1:		jack-doxygen-output-dir-fix.patch
Patch2:		jackit-1.9.9.5-opus-custom.patch
Buildrequires:	doxygen
BuildRequires:	fltk-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(celt)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(libiec61883)
BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
%if %{with dbus}
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(expat)
%endif

%description
This package provides the C++ multiprocessor implementation of the Jack
Audio Connection Kit (JACK), also known as JACK2. This package comes with
enabled D-Bus support for JACK2, which is required by the LADI
session handler.
JACK is a low-latency audio server, written primarily for the Linux
operating system. It can connect a number of different applications to
an audio device, as well as allowing them to share audio between
themselves. Its clients can run in their own processes (ie. as a
normal application), or can they can run within a JACK server (ie. a
"plugin").

JACK is different from other audio server efforts in that it has been
designed from the ground up to be suitable for professional audio
work. This means that it focuses on two key areas:	synchronous
execution of all clients, and low latency operation.

%files
%doc README README_NETJACK2
%doc %{_mandir}/man1/*
%{_bindir}/jack_zombie
%{_bindir}/jack_bufsize
%{_bindir}/jack_rec
%{_bindir}/jack_test
%{_bindir}/jack_cpu
%{_bindir}/jack_server_control
%{_bindir}/jack_thru
%{_bindir}/jack_cpu_load
%{_bindir}/jack_load
%{_bindir}/jack_unload
%{_bindir}/jack_monitor_client
%{_bindir}/jack_connect
%{_bindir}/jack_disconnect
%{_bindir}/jack_lsp
%{_bindir}/jack_freewheel
%{_bindir}/jack_evmon
%{_bindir}/jack_alias
%{_bindir}/alsa_in
%{_bindir}/alsa_out
%{_bindir}/jack_netsource
%{_bindir}/jack_iodelay
%{_bindir}/jack_latent_client
%{_bindir}/jack_midi_dump
%{_bindir}/jack_session_notify
%{_bindir}/jack_midi_latency_test
%{_bindir}/jack_net_master
%{_bindir}/jack_net_slave
%if %{with dbus}
%{_bindir}/jackdbus
%{_datadir}/dbus-1/services/org.jackaudio.service
%{_bindir}/jack_control
%endif
%{_bindir}/jackd
%dir %{_libdir}/jack
%{_libdir}/jack/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library associated with jack
Group:		System/Libraries

%description -n %{libname}
This package contains a shared library for the Jack Audio Connection Kit.

%files -n %{libname}
%{_libdir}/libjack.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnet}
Summary:	Library associated with jack
Group:		System/Libraries
Conflicts:	%{_lib}jack0 < 1.9.8-11

%description -n %{libnet}
This package contains a shared library for the Jack Audio Connection Kit.

%files -n %{libnet}
%{_libdir}/libjacknet.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libserver}
Summary:	Library associated with jack server, needed for jackd/jackdbus
Group:		System/Libraries
Conflicts:	%{libname} < 1.9.8-1

%description -n %{libserver}
This package contains a shared library for the Jack Audio Connection Kit 
Server.

%files -n %{libserver}
%{_libdir}/libjackserver.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for Jack
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libnet} = %{EVRD}
Requires:	%{libserver} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Header files for the Jack Audio Connection Kit.

%files -n %{devname}
%doc %{_datadir}/jack-audio-connection-kit/reference/html
%{_includedir}/jack
%{_libdir}/lib*.so
%dir %{_libdir}/jack
%{_libdir}/pkgconfig/jack.pc

#----------------------------------------------------------------------------

%package example-clients
Summary:	Example clients that use Jack
Group:		Sound
Requires:	%{name}

%description example-clients
Small example clients that use the Jack Audio Connection Kit.

%files example-clients
%{_bindir}/jack_metro
%{_bindir}/jack_midiseq
%{_bindir}/jack_midisine
%{_bindir}/jack_multiple_metro
%{_bindir}/jack_samplerate
%{_bindir}/jack_showtime
%{_bindir}/jack_simple_client
%{_bindir}/jack_transport
%{_bindir}/jack_wait
%{_bindir}/jack_simple_session_client

#----------------------------------------------------------------------------

%prep
%setup -qn jack-%{version}
%apply_patches

%build
%setup_compile_flags
export CC=%{__cc}
export CXX=%{__cxx}
export cc=%{__cc}
export AR=%{__ar}
export RANLIB=%{__ranlib}

# still disable ffado firewire
./waf configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--alsa \
%if %{with dbus}
	--dbus \
%if %{with classic}
	--classic \
%endif
%endif
	--doxygen \
	-j1

./waf

%install
./waf install --destdir=%{buildroot}

# Fix permissions
chmod 0755 %{buildroot}%{_libdir}/*.so*
chmod 0755 %{buildroot}%{_libdir}/jack/*.so


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.9.5-1
+ Revision: ca39355
- Make it possible to build jack when opus is built with no custom headers and various other small fixes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16824 |14mr|jakarta-commons-discovery-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name commons-discovery

Summary:        Jakarta Commons Discovery
Name:           jakarta-commons-discovery
Version:        0.4
Release:        3
Epoch:          1
Group:          Development/Java
License:        Apache License
URL:            http://jakarta.apache.org/commons/discovery/
BuildArch:      noarch
Source0:        http://www.apache.org/dist/jakarta/commons/discovery/source/commons-discovery-0.4-src.tar.gz
Source1:        http://www.apache.org/dist/jakarta/commons/discovery/source/commons-discovery-0.4-src.tar.gz.asc
Source2:        http://www.apache.org/dist/jakarta/commons/discovery/source/commons-discovery-0.4-src.tar.gz.md5
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  junit >= 0:3.7
BuildRequires:  apache-commons-logging
Requires:       apache-commons-logging

%description
The Discovery component is about discovering, or finding, implementations for
pluggable interfaces.  Pluggable interfaces are specified with the intent that
multiple implementations are, or will be, available to provide the service
described by the interface.  Discovery provides facilities for finding and
instantiating classes, and for lifecycle management of singleton (factory)
classes. 

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n commons-discovery-%{version}-src
%{__chmod} u+w .

# No NOTICE.txt file in the sources
/bin/touch NOTICE.txt
%{__perl} -pi -e 's/\r$//g' LICENSE.txt

%build
%{ant} \
  -Djunit.jar=$(find-jar junit) \
  -Dlogger.jar=$(find-jar apache-commons-logging) \
  test.discovery dist
if [ -z "`%{jar} tf dist/%{short_name}.jar | %{__grep} META-INF/INDEX.LIST`" ]; then
  %{jar} -i dist/%{short_name}.jar
fi

%install
# jar
%{__install} -m 0644 dist/%{short_name}.jar -D %{buildroot}%{_javadir}/%{name}-%{version}.jar
%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{short_name}.jar

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt NOTICE.txt
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.4-3
+ Revision: 9b9602c
- Switch to apacje-commons-logging



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16825 |14mr|jakarta-commons-httpclient-3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name httpclient

Name:           jakarta-commons-httpclient
Version:        3.1
Release:        3
Epoch:          1
Summary: Jakarta Commons HTTPClient implements the client side of HTTP standards
License:        Apache Software License
Source0:         http://archive.apache.org/dist/httpcomponents/commons-httpclient/source/commons-httpclient-3.1-src.tar.gz
Patch0:         %{name}-disablecryptotests.patch
# Add OSGi MANIFEST.MF bits
Patch1:         %{name}-addosgimanifest.patch
URL:            http://jakarta.apache.org/commons/httpclient/
Group:          Development/Java
Buildarch:      noarch

BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  ant
BuildRequires:  locales-en
BuildRequires:  apache-commons-codec
BuildRequires:  apache-commons-logging
BuildRequires:  jce >= 0:1.2.2
BuildRequires:  jsse >= 0:1.0.3.01
#BuildRequires:  java-javadoc
BuildRequires:  apache-commons-logging-javadoc
BuildRequires:  junit
#BuildRequires:  jaxp = 1.3

Requires:       apache-commons-logging

%rename commons-httpclient

%description
The Hyper-Text Transfer Protocol (HTTP) is perhaps the most significant
protocol used on the Internet today. Web services, network-enabled
appliances and the growth of network computing continue to expand the
role of the HTTP protocol beyond user-driven web browsers, and increase
the number of applications that may require HTTP support.
Although the java.net package provides basic support for accessing
resources via HTTP, it doesn't provide the full flexibility or
functionality needed by many applications. The Jakarta Commons HTTP
Client component seeks to fill this void by providing an efficient,
up-to-date, and feature-rich package implementing the client side of the
most recent HTTP standards and recommendations.
Designed for extension while providing robust support for the base HTTP
protocol, the HTTP Client component may be of interest to anyone
building HTTP-aware client applications such as web browsers, web
service clients, or systems that leverage or extend the HTTP protocol
for distributed communication.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%package        demo
Summary:        Demos for %{name}
Group:          Development/Java
Requires:       %{name} = %{EVRD}

%description    demo
%{summary}.

%package        manual
Summary:        Manual for %{name}
Group:          Development/Java
Requires:       %{name}-javadoc = %{EVRD}

%description    manual
%{summary}.


%prep
%setup -q -n commons-httpclient-%{version}
mkdir lib # duh
rm -rf docs/apidocs docs/*.patch docs/*.orig docs/*.rej

%patch0

pushd src/conf
%{__sed} -i 's/\r//' MANIFEST.MF
%patch1
popd

# Use javax classes, not com.sun ones
# assume no filename contains spaces
pushd src
    for j in $(find . -name "*.java" -exec grep -l 'com\.sun\.net\.ssl' {} \;); do
        sed -e 's|com\.sun\.net\.ssl|javax.net.ssl|' $j > tempf
        cp tempf $j
    done
    rm tempf
popd

# FIXME: These tests fail due to absence of jks in libgcj. Disable them for now.
rm -f src/test/org/apache/commons/httpclient/TestProxy.java
rm -f src/test/org/apache/commons/httpclient/params/TestSSLTunnelParams.java

%{__sed} -i 's/\r//' RELEASE_NOTES.txt
%{__sed} -i 's/\r//' README.txt
%{__sed} -i 's/\r//' LICENSE.txt

%build
export LC_ALL=en_US.ISO-8859-1
export CLASSPATH=$(build-classpath jsse jce apache-commons-codec apache-commons-logging junit)
%{ant} \
  -Dbuild.sysclasspath=first \
  -Djavadoc.j2sdk.link=%{_javadocdir}/java \
  -Djavadoc.logging.link=%{_javadocdir}/apache-commons-logging \
  -Dtest.failonerror=false \
  dist test


%install
# jars
mkdir -p %{buildroot}%{_javadir}
cp -p dist/commons-httpclient.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|jakarta-||g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)
# compat symlink
pushd %{buildroot}%{_javadir}
ln -s commons-httpclient.jar commons-httpclient3.jar
popd

# javadoc
mkdir -p %{buildroot}%{_javadocdir}
mv dist/docs/api %{buildroot}%{_javadocdir}/%{name}-%{version}

# demo
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr src/examples src/contrib %{buildroot}%{_datadir}/%{name}

# manual and docs
rm -f dist/docs/{BUILDING,TESTING}.txt
ln -s %{_javadocdir}/%{name}-%{version} dist/docs/apidocs

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt README.txt RELEASE_NOTES.txt
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%files manual
%defattr(0644,root,root,0755)
%doc dist/docs/*

%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.1-3
+ Revision: 6851466
- Build with apache-commons-logging



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16826 |14mr|jakarta-commons-launcher-1.1-1.11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name       launcher
%define short_name      commons-%{base_name}
%define name            jakarta-%{short_name}
%define section         free
%define gcj_support     1

Name:           %{name}
Version:        1.1
Release:        1.11
Epoch:          0
Summary:        Cross-platform Java application launcher
License:        Apache License
Group:          Development/Java
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
#Vendor:         JPackage Project
#Distribution:   JPackage
URL:            http://jakarta.apache.org/commons/launcher/
Source0:        http://archive.apache.org/dist/jakarta/commons/launcher/source/%{short_name}-%{version}-src.tar.bz2
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
Buildarch:      noarch
%endif
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.5.30

%description
Commons-launcher eliminates the need for a batch or shell script to 
launch a Java class. Some situations where elimination of a batch or 
shell script may be desirable are:

* You want to avoid having to determining where certain application 
  paths are e.g. your application's home directory, etc. Determining this 
  dynamically in a Windows batch scripts is very tricky on some versions 
  of Windows or when softlinks are used on Unix platforms.
* You want to avoid having to handle native file and path separators or 
  native path quoting issues.
* You need to enforce certain system properties e.g. java.endorsed.dirs 
  when running with JDK 1.4.
* You want to allow users to pass in custom JVM arguments or system 
  properties without having to parse and reorder arguments in your script. 
  This can be tricky and/or messy in batch and shell scripts.
* You want to bootstrap system properties from a configuration file 
  instead hard-coding them in your batch and shell scripts.
* You want to provide localized error messages which is very tricky to 
  do in batch and shell scripts.


%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
BuildRequires:  java-javadoc

%description    javadoc
Javadoc for %{name}.


%prep
%setup -q -n %{short_name}


%build
mkdir lib
%ant \
  -Dbuild.sysclasspath=only \
  -Dfinal.name=%{short_name} \
  -Dj2se.javadoc=%{_javadocdir}/java \
  -Dsrcdir=. \
  jar javadoc


%install
rm -rf $RPM_BUILD_ROOT

# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p dist/bin/%{short_name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|jakarta-||g"`; done)
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

# fix end-of-line
%{__perl} -pi -e 's/\r$//g' *.txt

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}


%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%ghost %doc %{_javadocdir}/%{name}





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.1-1.11
+ Revision: 3d75670
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16827 |14mr|jakarta-commons-modeler-2.0-1.5.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support     1
%define base_name       modeler
%define short_name      commons-%{base_name}
%define section         free
%define gcj_support     1

Name:           jakarta-%{short_name}
Version:        2.0
Release:        1.5.8
Epoch:          0
Summary:        Jakarta Commons Modeler
License:        Apache License
Group:          Development/Java
#Vendor:        JPackage Project
#Distribution:  JPackage
Source0:        http://www.apache.org/dist/jakarta/commons/modeler/source/commons-modeler-2.0-src.tar.gz
Url:            http://jakarta.apache.org/commons/%{base_name}/
BuildRequires:  java-rpmbuild
BuildRequires:  ant
BuildRequires:  jaxp_parser_impl
BuildRequires:  xml-commons-jaxp-1.3-apis
BuildRequires:  jaxp_transform_impl
# XXX: jmxri doesn't work because mx4j requires mx4j.util.Utils (mx4j-tools)
BuildRequires:  mx4j
BuildRequires:  junit >= 0:3.7
BuildRequires:  jakarta-commons-beanutils >= 0:1.3
BuildRequires:  jakarta-commons-collections >= 0:2.0
BuildRequires:  jakarta-commons-digester >= 0:1.2
BuildRequires:  jakarta-commons-logging >= 0:1.0
Requires:       jaxp_parser_impl
Requires:       xml-commons-jaxp-1.3-apis
Requires:       jaxp_transform_impl
Requires:       mx4j
Requires:       jakarta-commons-beanutils >= 0:1.3
Requires:       jakarta-commons-collections >= 0:2.0
Requires:       jakarta-commons-digester >= 0:1.2
Requires:       jakarta-commons-logging >= 0:1.0
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel
%endif
Provides:        %{short_name}

%description
The Modeler project shall create and maintain a set of Java
classes to provide the facilities described in the preceeding section, plus
unit tests and small examples of using these facilities to instrument
Java classes with Model MBean support.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{short_name}-%{version}-src

%build
export CLASSPATH=$(build-classpath xml-commons-jaxp-1.3-apis jaxp_parser_impl jaxp_transform_impl mx4j junit commons-beanutils commons-collections commons-digester commons-logging junit)
%{ant} dist
%{ant} -Dbuild.sysclasspath=first test

%install
%{__rm} -rf %{buildroot}

# jars
%{__mkdir_p} %{buildroot}%{_javadir}
cp -a dist/%{short_name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} `echo $jar| %{__sed}  "s|jakarta-||g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} `echo $jar| %{__sed}  "s|-%{version}||g"`; done)
# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%{__perl} -pi -e 's/\r$//g' LICENSE.txt NOTICE.txt RELEASE-NOTES.txt

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%post javadoc
%{__rm} -f %{_javadocdir}/%{name}
%{__ln_s} %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ $1 -eq 0 ]; then
  %{__rm} -f %{_javadocdir}/%{name}
fi

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
%{_javadir}/*
%if %{gcj_support}
%{_libdir}/gcj/%{name}
%endif

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%ghost %dir %{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:2.0-1.5.8
+ Revision: 174a7de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16828 |14mr|jakarta-oro-2.0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name	oro
%define section		free

Name:           jakarta-oro
Version:        2.0.8
Release:        4
Epoch:		0
Summary:        Full regular expressions API
License:        Apache License
Group:          Development/Java
URL:            http://jakarta.apache.org/%{name}/
Source0:        %{name}-%{version}.tar.bz2
BuildRequires:  java-rpmbuild > 0:1.5
BuildRequires:  java-1.7.0-openjdk-devel
BuildRequires:  ant
BuildArch:      noarch
Provides:       oro = %{EVRD}

%description
The Jakarta-ORO Java classes are a set of text-processing Java classes
that provide Perl5 compatible regular expressions, AWK-like regular
expressions, glob expressions, and utility classes for performing
substitutions, splits, filtering filenames, etc. This library is the
successor to the OROMatcher, AwkTools, PerlTools, and TextTools
libraries from ORO, Inc. (www.oroinc.com). They have been donated to the
Jakarta Project by Daniel Savarese (www.savarese.org), the copyright
holder of the ORO libraries. Daniel will continue to participate in
their development under the Jakarta Project.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
# remove all CVS files
for dir in `find . -type d -name CVS`; do rm -rf $dir; done
for file in `find . -type f -name .cvsignore`; do rm -rf $file; done

%build
%ant -Dfinal.name=%{name} jar javadocs

%install
#jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 %{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && ln -s %{name}-%{version}.jar %{short_name}-%{version}.jar)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
#javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -s %{name}-%{version} %{name})
(cd %{buildroot}%{_javadocdir} && ln -s %{name}-%{version} %{short_name}-%{version})
(cd %{buildroot}%{_javadocdir} && ln -s %{short_name}-%{version} %{short_name})
rm -rf docs/api

%files
%doc COMPILE ISSUES README TODO CHANGES CONTRIBUTORS LICENSE STYLE
%{_javadir}/*.jar
%if %{gcj_support}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}*.jar.*
%endif

%files javadoc
%{_javadocdir}/*


%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.0.8-4
+ Revision: 39900bd
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16829 |14mr|jakarta-taglibs-standard-1.1.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name       standard
%define short_name      taglibs-%{base_name}

Name:           jakarta-taglibs-standard
Version:        1.1.2
Release:        13
Summary:        An open-source implementation of the JSP Standard Tag Library
License:        ASL 2.0
Group:          Development/Java
URL:            http://jakarta.apache.org/taglibs/
Source:         http://archive.apache.org/dist/jakarta/taglibs/standard/source/jakarta-taglibs-standard-1.1.1-src.tar.gz
Patch0:         jakarta-taglibs-standard-%{version}-build.patch
Patch1:         jakarta-taglibs-standard-1.1.1-remove-enums.patch
Patch2:         fix-1.6.0-build.patch
Patch3:         %{name}-jdbc-4.1.patch
BuildArch:	noarch
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	java-rpmbuild
BuildRequires:  jpackage-utils >= 0:1.5.30
BuildRequires:  ant
BuildRequires:  tomcat-servlet-3.0-api
BuildRequires:  tomcat5-jsp-2.0-api >= 0:5.0.16
BuildRequires:  xalan-j2 >= 2.6.0
Requires:       servletapi5 >= 0:5.0.16
Requires:       tomcat5-jsp-2.0-api >= 0:5.0.16
Requires:       xalan-j2 >= 2.6.0

%description
This package contains Jakarta Taglibs's open-source implementation of the 
JSP Standard Tag Library (JSTL), version 1.1. JSTL is a standard under the
Java Community Process.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
BuildRequires:  java-1.7.0-openjdk-javadoc

%description    javadoc
Javadoc for %{name}.


%prep
%setup  -q -n %{name}-1.1.1-src
#%patch0 -p0 -b .orig
%patch1 -p0
%patch2 -p0
%patch3 -p0
cat > build.properties <<EOBP
build.dir=build
dist.dir=dist
servlet24.jar=$(build-classpath tomcat-servlet-3.0-api)
jsp20.jar=$(build-classpath jspapi)
jaxp-api.jar=$(build-classpath xalan-j2)
EOBP

%build

ant \
  -Dfinal.name=%{short_name} \
  -Dj2se.javadoc=%{_javadocdir}/java \
  -f standard/build.xml \
  dist


%install
# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p standard/dist/standard/lib/jstl.jar $RPM_BUILD_ROOT%{_javadir}/jakarta-taglibs-core-%{version}.jar
cp -p standard/dist/standard/lib/standard.jar $RPM_BUILD_ROOT%{_javadir}/jakarta-taglibs-standard-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|jakarta-||g"`; done)
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr standard/dist/standard/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}


%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
if [ -x %{_bindir}/rebuild-gcj-db ]
then
  %{_bindir}/rebuild-gcj-db
fi
%endif

%if %{gcj_support}
%postun
if [ -x %{_bindir}/rebuild-gcj-db ]
then
  %{_bindir}/rebuild-gcj-db
fi
%endif

%files
%defattr(0644,root,root,0755)
%doc standard/README_src.txt standard/README_bin.txt standard/dist/doc/doc/standard-doc/*.html
%{_javadir}/*

%if %{gcj_support}
%attr(-,root,root) %{_libdir}/gcj/%{name}/jakarta-taglibs-core-1.1.1.jar.*
%attr(-,root,root) %{_libdir}/gcj/%{name}/jakarta-taglibs-standard-1.1.1.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}




%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-13
+ Revision: 95ff613
- Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16830 |14mr|jarjar-1.0-2.rc7.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
%define _with_gcj_support 1
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}

%define section free

Summary:        Jar Jar Links
Name:           jarjar
Version:        1.0
Release:        2.rc7.6
Epoch:          0
License:        GPL
URL:            http://code.google.com/p/jarjar/
Group:          Development/Java
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source0:        http://%{name}.googlecode.com/files/%{name}-src-1.0rc7.zip
Source1:        jarjar-0.9.pom
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit >= 0:1.6
BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  junit
BuildRequires:  asm3
BuildRequires:  maven2

Requires:  asm3
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2
%if %{gcj_support}
BuildRequires:    java-gcj-compat-devel
%endif

%if ! %{gcj_support}
BuildArch:      noarch
%endif


%description
Jar Jar Links is a utility that makes it easy to repackage Java 
libraries and embed them into your own distribution. This is 
useful for two reasons:
You can easily ship a single jar file with no external dependencies. 
You can avoid problems where your library depends on a specific 
version of a library, which may conflict with the dependencies of 
another library.

%package maven2-plugin
Summary:        Maven2 plugin for %{name}
Group:          Development/Java
Requires:       maven2
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description maven2-plugin
%{summary}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
%setup -q -n %{name}-%{version}rc7
%remove_java_binaries

%build
pushd lib
ln -sf $(build-classpath asm3/asm3) asm-3.1.jar
ln -sf $(build-classpath asm3/asm3-commons) asm-commons-3.1.jar
ln -sf $(build-classpath maven2/plugin-api) maven-plugin-api.jar
popd
export CLASSPATH=$(build-classpath ant asm3/asm3 asm3/asm3-commons maven2/plugin-api)
%{ant} jar jar-util javadoc mojo

%install
rm -rf $RPM_BUILD_ROOT

# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}

install -m 644 dist/%{name}-%{version}rc7.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
install -m 644 dist/%{name}-util-%{version}rc7.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-util-%{version}.jar
install -m 644 dist/%{name}-plugin-%{version}rc7.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-maven2-plugin-%{version}.jar

(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap tonic jarjar %{version} JPP %{name}
%add_to_maven_depmap com.tonicsystems jarjar %{version} JPP %{name}
%add_to_maven_depmap tonic jarjar-util %{version} JPP %{name}-util
%add_to_maven_depmap com.tonicsystems jarjar-util %{version} JPP %{name}-util
%add_to_maven_depmap tonic jarjar-plugin %{version} JPP %{name}-plugin
%add_to_maven_depmap com.tonicsystems jarjar-plugin %{version} JPP %{name}-plugin

# poms
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 %{SOURCE1} \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{name}.pom

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr dist/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap
%if %{gcj_support}
if [ -x %{_bindir}/rebuild-gcj-db ]
then
  %{_bindir}/rebuild-gcj-db
fi
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
if [ -x %{_bindir}/rebuild-gcj-db ]
then
  %{_bindir}/rebuild-gcj-db
fi
%endif

%files
%defattr(0644,root,root,0755)
%doc COPYING
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}-util-%{version}.jar
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-util.jar
%{_datadir}/maven2/poms/*
%config(noreplace) %{_mavendepmapfragdir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}*-%{version}.jar.*
%endif

%files maven2-plugin
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-maven2-plugin-%{version}.jar
%{_javadir}/%{name}-maven2-plugin.jar

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}



%changelog
* Fri Oct 19 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0:1.0-2.rc7.6
+ Revision: e5b7c63
- LOG Revert to older version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16831 |14mr|jasper-1.900.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d
%define staticname %mklibname %{name} -d -s

%define bootstrap 0
%{?_without_bootstrap: %global bootstrap 0}
%{?_with_bootstrap: %global bootstrap 1}

Summary:	JPEG-2000 utilities
Name:		jasper
Version:	1.900.1
Release:	16
License:	BSD-like
Group:		Graphics
URL:		http://www.ece.uvic.ca/~mdadams/jasper/
Source0: 	http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-%version.zip
Patch1: jasper-1.701.0-GL.patch
# autoconf/automake bits of patch1
Patch2: jasper-1.701.0-GL-ac.patch
# CVE-2007-2721 (bug #240397)
# borrowed from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413041;msg=88
Patch3: patch-libjasper-stepsizes-overflow.diff
# borrowed from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469786 
Patch4: jpc_dec.c.patch
# OpenBSD hardening patches addressing couple of possible integer overflows
# during the memory allocations
# https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2008-3520
Patch5: jasper-1.900.1-CVE-2008-3520.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2008-3522
Patch6: jasper-1.900.1-CVE-2008-3522.patch
# add pkg-config support
Patch7: jasper-pkgconfig.patch

Patch8: jasper-1.900.1-CVE-2011-4516-CVE-2011-4517-CERT-VU-887409.patch

# Issues found by static analysis of code
Patch10: jasper-1.900.1-Coverity-BAD_SIZEOF.patch
Patch11: jasper-1.900.1-Coverity-CHECKED_RETURN.patch
Patch12: jasper-1.900.1-Coverity-FORWARD_NULL.patch
Patch13: jasper-1.900.1-Coverity-NULL_RETURNS.patch
Patch14: jasper-1.900.1-Coverity-RESOURCE_LEAK.patch
Patch15: jasper-1.900.1-Coverity-UNREACHABLE.patch
Patch16: jasper-1.900.1-Coverity-UNUSED_VALUE.patch
BuildRequires:	jpeg-devel
BuildRequires:	autoconf automake libtool
%if !%bootstrap
BuildRequires:	pkgconfig(glut)
%endif

%description
JasPer is a software-based implementation of the codec specified in the
emerging JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1).  This package
contains tools for working with JPEG-2000 images.

%package -n %{libname}
Summary:	Libraries for JasPer
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}

%description -n %{libname}
JasPer is a software-based implementation of the codec specified in the
emerging JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1).  This package
contains libraries for working with JPEG-2000 images.

%package -n %{develname}
Summary:	Development tools for programs which will use the libjasper library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Conflicts:	lib64jasper1.701_1-devel
Obsoletes:	%{mklibname %{name} 1 -d} < 1.900.1-5
Provides:	%{mklibname %{name} 1 -d}

%description -n %{develname}
The %{libname}-devel package includes the header files necessary for 
developing programs which will manipulate JPEG-2000 files using
the libjasper library.

If you are going to develop programs which will manipulate JPEG-2000 images,
you should install %{libname}-devel.  You'll also need to have the
%{libname} package installed.

%package -n %{staticname}
Summary:	Static libraries for programs which will use the libjasper library
Group:		Development/C
Requires:	%{develname} = %{version}-%{release}
Provides:	lib%{name}-static-devel = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}
Provides:	%{libname}-static-devel = %{version}-%{release}
Conflicts:	lib64jasper1.701_1-static-devel
Obsoletes:	%{mklibname %{name} 1 -d -s} < 1.900.1-5
Provides:	%{mklibname %{name} 1 -d -s}

%description -n %{staticname}
The %{libname}-static-devel package includes the static 
libraries necessary for developing programs which will manipulate JPEG-2000 
files using the libjasper library.

%prep
%setup -q
%patch1 -p1 -b .GL
%patch2 -p1 -b .GL-ac
%patch3 -p1 -b .CVE-2007-2721
%patch4 -p1 -b .jpc_dec_assertion
%patch5 -p1 -b .CVE-2008-3520
%patch6 -p1 -b .CVE-2008-3522
%patch7 -p1 -b .pkgconfig
%patch8 -p1 -b .CVE-2011-4516-4517

%patch10 -p1 -b .BAD_SIZEOF
%patch11 -p1 -b .CHECKED_RETURN
%patch12 -p1 -b .FORWARD_NULL
%patch13 -p1 -b .NULL_RETURNS
%patch14 -p1 -b .RESOURCE_LEAK
%patch15 -p1 -b .UNREACHABLE
%patch16 -p1 -b .UNUSED_VALUE

%__mv doc/README doc/README.pdf

%build
autoreconf -fi

%configure2_5x --enable-shared

%make

%install
%makeinstall_std

%multiarch_includes %{buildroot}%{_includedir}/jasper/jas_config.h

%files
%doc README LICENSE NEWS
%{_bindir}/imgcmp
%{_bindir}/imginfo
%{_bindir}/jasper
%if !%bootstrap
%{_bindir}/jiv
%endif
%{_bindir}/tmrdemo
%{_mandir}/man1/imgcmp.1*
%{_mandir}/man1/imginfo.1*
%{_mandir}/man1/jasper.1*
%{_mandir}/man1/jiv.1*

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%doc doc/README.pdf doc/jasper.pdf doc/jpeg2000.pdf 
%dir %{_includedir}/%{name}
%dir %{multiarch_includedir}/%{name}
%{multiarch_includedir}/%{name}/*.h
%{_includedir}/%{name}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/jasper.pc

%files -n %{staticname}
%{_libdir}/*.a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.900.1-16
+ Revision: 1e0fd8b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16832 |14mr|java-1.5.0-gcj-1.5.0.0-29
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# with => disabled by default
# without => enabled by default

%bcond_with		bootstrap
%bcond_with             plugin
%bcond_with             fastjar

%define origin		gcj
%define gccsuffix	%nil
%define gccsoversion	15
%define priority	1500
%define	javaver		1.5.0
%define buildver	0
# the version-release string for the gcj rpms we require
%define gccver		%(gcc%{gccsuffix} -dumpversion 2>/dev/null || echo 0)
%define jgcver		1.0.80
%define jar		%{_bindir}/gjar%{gccsuffix}

%define	sdklnk		java-%{javaver}-%{origin}
%define	jrelnk		jre-%{javaver}-%{origin}
%define	sdkdir		%{name}-%{version}
%define	jredir		%{sdkdir}/jre
%define sdkbindir	%{_jvmdir}/%{sdklnk}/bin
%define jrebindir	%{_jvmdir}/%{jrelnk}/bin
%define jvmjardir       %{_jvmjardir}/%{name}-%{version}
%define jafver          1.1

%if %with plugin
%define plugindir       %{_libdir}/mozilla/plugins
%endif

Summary:	JPackage runtime scripts for GCJ
Name:		java-%{javaver}-%{origin}
Version:	%{javaver}.%{buildver}
Release:	29
Group:		Development/Java
License:	GPLv2
Url:		http://sources.redhat.com/rhug/java-gcj-compat.html
Source0:	ftp://sources.redhat.com/pub/rhug/java-gcj-compat-%{jgcver}.tar.gz
Patch0:		java-1.4.2-gcj-compat-aot-compile-rpm.patch
# Add only .so linked to correct libgcj_bc.so during rebuild-gcj-db,
# to avoid gij failure with non-rebuilt packages
Patch1:		java-1.5.0-gcj-ensure-soname-compat.patch
# Fix invalid python code causing aotcompile to explode
Patch5:		java-gcj-compat-1.0.80-fix-aotcompile.patch

# required to calculate gcj binary's path to encode in aotcompile.py
# and rebuild-gcj-db
BuildRequires:	gcc%{gccsuffix}-java eclipse-ecj
BuildRequires:	libgcj%{gccsoversion}-src
# required for cacerts generation
BuildRequires:	openssl
BuildRequires:	gcj-tools
BuildRequires:	python-devel
BuildRequires:	java-rpmbuild
%if !%{with bootstrap}
BuildRequires:	java-1.7.0-openjdk-devel
%endif
BuildArch:	noarch

# required for tools and libgcj.jar
Requires:	%{mklibname gcj %{gccsoversion}} >= %{gccver}
# XXX:	this might not be the right place for it, but it needs to be somewhere
Requires:	bouncycastle
# required for directory structures
Requires:	jpackage-utils >= 1.7.3
Requires(post,postun):	jpackage-utils
Requires(post,postun):	update-alternatives >= 1.8.6

# standard JPackage base provides
Provides:	jre-%{javaver}-%{origin} = %{version}-%{release}
Provides:	jre-%{origin} = %{version}-%{release}
Provides:	jre-%{javaver} = %{version}-%{release}
Provides:	java-%{javaver} = %{version}-%{release}
Provides:	jre = %{javaver}
Provides:	java-%{origin} = %{version}-%{release}
Provides:	java = %{javaver}
# libgcj provides, translated to JPackage provides
Provides:	jaas = %{version}-%{release}
Provides:	jce = %{version}-%{release}
Provides:	jdbc-stdext = %{version}-%{release}
Provides:	jdbc-stdext = 3.0
Provides:	jndi = %{version}-%{release}
Provides:	jndi-cos = %{version}-%{release}
Provides:	jndi-dns = %{version}-%{release}
Provides:	jndi-ldap = %{version}-%{release}
Provides:	jndi-rmi = %{version}-%{release}
Provides:	jsse = %{version}-%{release}
Provides:	java-sasl = %{version}-%{release}
Provides:	jaxp_parser_impl = %{version}-%{release}
# java-gcj-compat base provides
# (anssi) added release
Provides:	java-gcj-compat = %{jgcver}-%{release}
Provides:	java-1.4.2-gcj-compat = 1.4.2.0-41
Provides:	java-1.5.0-gcj-compat = 1.5.0

# Mandriva added:
Provides:	jaxp_transform_impl = %{version}-%{release}
Provides:	jta = %{version}-%{release}

Obsoletes:	java-1.4.2-gcj-compat < 1.4.2.0-41
Obsoletes:	gnu-crypto < 2.1.0-7
Obsoletes:	gnu-crypto-der < 2.1.0-7
Obsoletes:	gnu-crypto-auth-jdk1.4 < 2.1.0-7
Obsoletes:	gnu-crypto-jce-jdk1.4 < 2.1.0-7
Obsoletes:	gnu-crypto-sasl-jdk1.4 < 2.1.0-7
Obsoletes:	jessie <= 1.0.1-7
Obsoletes:	classpathx-jaf <= 1.0-16
Provides:	jaf = 0:%{jafver}
Provides:	activation = 0:%{jafver}
Obsoletes:	gnujaf <= 0:1.0-0.rc1.1jp

%description
This package installs directory structures, shell scripts and symbolic
links to simulate a JPackage-compatible runtime environment with GCJ.

%package devel
Summary:	JPackage development scripts for GCJ
Group:		Development/Java

# require base package
Requires:	%{name} = %{version}-%{release}
# require python for aot-compile
Requires:	python
# post requires alternatives to install tool alternatives
Requires(post):	update-alternatives >= 1.8.6
# postun requires alternatives to uninstall tool alternatives
Requires(postun):	update-alternatives
BuildRequires:	python-devel
Requires:	gcc%{gccsuffix}-java

%if %with fastjar
Requires:	fastjar
%endif

%if !%with bootstrap
# For javadoc symlink
Requires:	java-1.7.0-openjdk-devel
%endif
# For java == gij symlink
Requires:	gcj-tools

# standard JPackage devel provides
Provides:	java-sdk-%{javaver}-%{origin} = %{version}
Provides:	java-sdk-%{javaver} = %{version}
Provides:	java-sdk-%{origin} = %{version}
Provides:	java-sdk = %{javaver}
Provides:	java-%{javaver}-devel = %{version}
Provides:	java-devel-%{origin} = %{version}
Provides:	java-devel = %{javaver}
# java-gcj-compat devel provides
# (anssi) added release
Provides:	java-gcj-compat-devel = %{jgcver}-%{release}
Provides:	java-1.4.2-gcj-compat-devel = 1.4.2.0-41

Obsoletes:	java-1.4.2-gcj-compat-devel < 1.4.2.0-41

%if !%with bootstrap
Requires:	eclipse-ecj
%else
Requires:	ecj-bootstrap
%endif

%description devel
This package installs directory structures, shell scripts and symbolic
links to simulate a JPackage-compatible development environment with
GCJ.

%package src
Summary:	Source files for libgcj
Group:		Development/Java

Requires:	%{name} = %{version}-%{release}
Requires:	libgcj%{gccsoversion}-src >= %{gccver}

# java-gcj-compat src provides
Provides:	java-1.4.2-gcj-compat-src = 1.4.2.0-41
Obsoletes:	java-1.4.2-gcj-compat-src < 1.4.2.0-41

%description src
This package installs a versionless src.zip symlink that points to a
specific version of the libgcj sources.

%if !%with bootstrap
%package javadoc
Summary:	API documentation for libgcj
Group:		Development/Java

# require base package
# (walluck):	why? docs should not require a JVM
#Requires:	%{name} = %{version}-%{release}

# standard JPackage javadoc provides
Provides:	java-javadoc = %{version}-%{release}
Provides:	java-%{javaver}-javadoc = %{version}-%{release}
# java-gcj-compat javadoc provides
Provides:	java-1.4.2-gcj-compat-javadoc = 1.4.2.0-41

Obsoletes:	java-1.4.2-gcj-compat-javadoc < 1.4.2.0-41
Obsoletes:	gnu-crypto-javadoc < 2.1.0-7
Obsoletes:	classpathx-jaf-javadoc <= 1.0-16
Provides:	jaf-javadoc = 0:%{jafver}
Provides:	activation-javadoc = 0:%{jafver}
Obsoletes:	gnujaf-javadoc <= 0:1.0-0.rc1.1jpp

%description javadoc
This package installs Javadoc API documentation for libgcj.
%endif

%if %with plugin
%package plugin
Summary:	Web browser plugin that handles applets
Group:		Development/Java

# require base package
Requires:	%{name} = %{version}-%{release}
# require libgcj for plugin shared object
Requires:	%{_lib}gcj%{gccsoversion} >= %{gccver}
# post requires alternatives to install plugin alternative
Requires(post):	update-alternatives
# postun requires alternatives to uninstall plugin alternative
Requires(postun):	update-alternatives

# standard JPackage plugin provides
Provides:	java-plugin = %{javaver}
Provides:	java-%{javaver}-plugin = %{version}
# java-gcj-compat plugin provides
Provides:	java-1.4.2-gcj-compat-plugin = 1.4.2.0-41
Obsoletes:	java-1.4.2-gcj-compat-plugin < 1.4.2.0-41

%description plugin
This package installs gcjwebplugin, a Mozilla plugin for applets.
%endif

%prep
%setup -qn java-gcj-compat-%{jgcver}
%apply_patches
# (anssi) for patch4:
GCJ_BC_MAJOR=$(objdump -p $(gcj%gccsuffix -print-file-name=libgcj_bc.so) | \
	grep SONAME | sed -ne 's,^.*libgcj_bc.so.\([^ ]\).*$,\1,p')
sed -i -e "s,\@GCJ_BC_MAJOR\@,$GCJ_BC_MAJOR," rebuild-gcj-db.in

# (anssi)
sed -i -e 's,gkeytool ,gkeytool%{gccsuffix} ,' generate-cacerts.pl
sed -i -e 's,gjarsigner ,gjarsigner%{gccsuffix} ,' Makefile.am
sed -i -e 's,gappletviewer ,gappletviewer%{gccsuffix} ,' Makefile.am

%if %with fastjar
# (anssi) GCC4.2 contains gjar instead of fastjar
# we use external fastjar due to upstream classpath bug anyway:
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32516
sed -i -e 's,fastjar\$\(gcc_suffix\),fastjar,' Makefile.am
%else
sed -i -e 's,fastjar\$\(gcc_suffix\),gjar\$\(gcc_suffix\),' Makefile.am
%endif
aclocal
automake
autoconf

%build
export CLASSPATH=
export JAR=%jar
%configure2_5x \
	--disable-symlinks \
	--with-arch-directory=%{_arch} \
	--with-os-directory=linux \
	--with-security-directory=%{_sysconfdir}/java/security/security.d \
	--with-gcc-suffix=%{gccsuffix} \
	--with-origin-name=gcj

%make

# the python compiler encodes the source file's timestamp in the .pyc
# and .pyo headers.  since aotcompile.py is generated by configure,
# its timestamp will differ from build to build.  this causes multilib
# conflicts.  we work around this by setting aotcompile.py's timestamp
# to equal aotcompile.py.in's timestamp. (205216)
touch --reference=aotcompile.py.in aotcompile.py

%install
%makeinstall_std

# extensions handling
install -dm 755 %{buildroot}%{jvmjardir}
pushd %{buildroot}%{jvmjardir}
  for jarname in jaas jce jdbc-stdext jndi jndi-cos jndi-dns \
    jndi-ldap jndi-rmi jsse sasl jta; do
    ln -s %{_jvmdir}/%{jredir}/lib/$jarname.jar $jarname-%{version}.jar
  done
  for jar in *-%{version}.jar ; do
    ln -sf ${jar} $(echo $jar | sed "s|-%{version}.jar|-%{javaver}.jar|g")
    ln -sf ${jar} $(echo $jar | sed "s|-%{version}.jar|.jar|g")
  done
popd

# security directory and provider list
install -dm 755 %{buildroot}%{_jvmdir}/%{jredir}/lib/security
ln -sf %{_prefix}/lib/security/classpath.security %{buildroot}%{_jvmdir}/%{jredir}/lib/security/java.security

%if 0
# (anssi) we have those in jpackage-utils

# default security providers, provided by libgcj
install -dm 755 %{buildroot}%{_sysconfdir}/java/security/security.d
for provider in \
  1000-gnu.java.security.provider.Gnu \
  1001-gnu.javax.crypto.jce.GnuCrypto \
  1002-gnu.javax.crypto.jce.GnuSasl \
  1003-gnu.javax.net.ssl.provider.Jessie \
  1004-gnu.javax.security.auth.callback.GnuCallbacks
do
  cat > %{buildroot}%{_sysconfdir}/java/security/security.d/$provider << EOF
# This file's contents are ignored.  It's name, of the form
# <priority>-<provider name>, is used by rebuild-security-providers to
# rebuild the list of security providers in libgcj's
# classpath.security file.
EOF
done

%endif

# cacerts
%{__perl} generate-cacerts.pl
install -m 644 cacerts %{buildroot}%{_jvmdir}/%{jredir}/lib/security

# versionless symlinks
pushd %{buildroot}%{_jvmdir}
   ln -s %{jredir} %{jrelnk}
   ln -s %{sdkdir} %{sdklnk}
popd

pushd %{buildroot}%{_jvmjardir}
   ln -s %{sdkdir} %{jrelnk}
   ln -s %{sdkdir} %{sdklnk}
popd

# classmap database directory
install -dm 755 %{buildroot}%{_libdir}/gcj

%if !%with bootstrap
# build and install API documentation
install -dm 755 %{buildroot}%{_javadocdir}/%{name}
pushd %{buildroot}%{_javadocdir}
  ln -s %{name} java
popd
mkdir docsbuild
pushd docsbuild
  GIJ_VERSION=$(gij%{gccsuffix} --version | head -n 2 | tail -n 1 \
    | awk '{ print $5 }')
  %jar xvf /usr/share/java/src-$GIJ_VERSION.zip
  rm -rf gnu
  find ./ -name \*.java | xargs -n 1 dirname | sort | uniq \
    | sed -e "s/\.\///" | sed -e "s/\//\./" \
    | sed -e "s/\//\./" | sed -e "s/\//\./" \
    | sed -e "s/\//\./" | sed -e "s/\//\./" \
    | xargs -n 1 javadoc \
    -d %{buildroot}%{_javadocdir}/%{name} \
    -encoding UTF-8 -breakiterator \
    -linksource -splitindex -doctitle "GNU libgcj $GIJ_VERSION" \
    -windowtitle "GNU libgcj $GIJ_VERSION Documentation" || \
      [ 0$(find %{buildroot}%{_javadocdir}/%{name} | wc -l) -gt 3800 ]
# (anssi) if over 3800 docfiles are created, consider it a success enough
popd
%endif

%ifarch x86_64
cd %{buildroot}%{_jvmdir}/%{jredir}/lib && \
ln -s %{_arch} amd64
%endif

# install operating system include directory
install -dm 755 %{buildroot}%{_jvmdir}/%{sdkdir}/include/linux

# install libjvm.so directories
install -dm 755 %{buildroot}%{_jvmdir}/%{jredir}/lib/%{_arch}/client
install -dm 755 %{buildroot}%{_jvmdir}/%{jredir}/lib/%{_arch}/server

# install native_threads directory
mkdir -p %{buildroot}%{_jvmdir}/%{jredir}/lib/%{_arch}/native_threads

# install tools.jar directory
install -dm 755 %{buildroot}%{_jvmdir}/%{sdkdir}/lib

# (anssi) Link at build-time, not runtime
# src
ln -s %{_javadir}/src-%{gccver}.zip %{buildroot}%{_jvmdir}/%{sdkdir}/src.zip
# %name
ln -s %{_javadir}/libgcj-%{gccver}.jar %{buildroot}%{_jvmdir}/%{sdkdir}/jre/lib/rt.jar
ln -s %{_libdir}/gcj-%{gccver}-%{gccsoversion}/libjawt.so %{buildroot}%{_jvmdir}/%{jredir}/lib/%{_arch}/libjawt.so
ln -s %{_libdir}/gcj-%{gccver}-%{gccsoversion}/libjvm.so %{buildroot}%{_jvmdir}/%{jredir}/lib/%{_arch}/client/libjvm.so
ln -s %{_libdir}/gcj-%{gccver}-%{gccsoversion}/libjvm.so %{buildroot}%{_jvmdir}/%{jredir}/lib/%{_arch}/server/libjvm.so
ln -s %{_libdir}/gcj-%{gccver}-%{gccsoversion}/libjvm.so %{buildroot}%{_jvmdir}/%{jredir}/lib/%{_arch}/native_threads/libhpi.so
# devel
ln -s %{_javadir}/libgcj-tools-%{gccver}.jar %{buildroot}%{_jvmdir}/%{sdkdir}/lib/tools.jar
ln -s $(gcj%{gccsuffix} -print-file-name=include/jawt.h) %{buildroot}%{_jvmdir}/%{sdkdir}/include/jawt.h
ln -s $(gcj%{gccsuffix} -print-file-name=include/jni.h) %{buildroot}%{_jvmdir}/%{sdkdir}/include/jni.h
ln -s $(gcj%{gccsuffix} -print-file-name=include/jawt_md.h) %{buildroot}%{_jvmdir}/%{sdkdir}/include/linux/jawt_md.h
ln -s $(gcj%{gccsuffix} -print-file-name=include/jni_md.h) %{buildroot}%{_jvmdir}/%{sdkdir}/include/linux/jni_md.h

# (anssi) needed by jni_md.h (since gcj4.2 or gcj4.3):
install -dm 755 %{buildroot}%{_jvmdir}/%{sdkdir}/include/linux/gcj
ln -s $(gcj%{gccsuffix} -print-file-name=include/gcj/libgcj-config.h) %{buildroot}%{_jvmdir}/%{sdkdir}/include/linux/gcj/libgcj-config.h

# (anssi) Normally there is no need to do -I$JAVA_HOME/include/linux when
# building with gcj. Therefore some software (OOo) may assume it is not
# needed, thus these compatibility symlinks.
ln -s linux/gcj %{buildroot}%{_jvmdir}/%{sdkdir}/include/gcj
ln -s linux/jni_md.h %{buildroot}%{_jvmdir}/%{sdkdir}/include/jni_md.h
ln -s linux/jawt_md.h %{buildroot}%{_jvmdir}/%{sdkdir}/include/jawt_md.h

pushd %{buildroot}%{_jvmdir}/%{sdkdir}/jre/lib
  for jarname in jaas jce jdbc-stdext jndi jndi-cos jndi-dns \
    jndi-ldap jndi-rmi jsse sasl jta
  do
    ln -s rt.jar $jarname.jar
  done
popd

# (anssi)
install -dm 755 %{buildroot}%{_sysconfdir}/rpm/macros.d
cat > %{buildroot}%{_sysconfdir}/rpm/macros.d/%{name}.macros <<EOF
# The GCJ that should be used when building packages with %{name}-devel
%%gcj %{_bindir}/gcj%{gccsuffix}
# The GCJ dbtool that should be used
%%gcj_dbtool %{_bindir}/gcj-dbtool%{gccsuffix}
EOF

## FIXME - (temporarily?) using versions installed by gcc-java-4.6.0
rm -f %{buildroot}%{_bindir}/aot-compile
rm -f %{buildroot}%{_bindir}/rebuild-gcj-db

%post
%{_sbindir}/update-alternatives \
	--install %{_bindir}/java java %{jrebindir}/java %{priority} \
	--slave %{_jvmdir}/jre          jre          %{_jvmdir}/%{jrelnk} \
	--slave %{_jvmjardir}/jre       jre_exports  %{_jvmjardir}/%{jrelnk} \
	--slave %{_bindir}/keytool      keytool      %{jrebindir}/keytool \
	--slave %{_bindir}/rmiregistry  rmiregistry  %{jrebindir}/rmiregistry

%{_sbindir}/update-alternatives \
	--install %{_jvmdir}/jre-%{origin} \
	jre_%{origin} %{_jvmdir}/%{jrelnk} %{priority} \
	--slave %{_jvmjardir}/jre-%{origin} \
	jre_%{origin}_exports %{_jvmjardir}/%{jrelnk}

%{_sbindir}/update-alternatives \
	--install %{_jvmdir}/jre-%{javaver} \
	jre_%{javaver} %{_jvmdir}/%{jrelnk} %{priority} \
	--slave %{_jvmjardir}/jre-%{javaver} \
	jre_%{javaver}_exports %{_jvmjardir}/%{jrelnk}

# jaxp_parser_impl
%{_sbindir}/update-alternatives \
	--install %{_javadir}/jaxp_parser_impl.jar \
	jaxp_parser_impl %{_javadir}/libgcj-%{gccver}.jar 20

# jaxp_transform_impl
%{_sbindir}/update-alternatives \
	--install %{_javadir}/jaxp_transform_impl.jar \
	jaxp_transform_impl %{_javadir}/libgcj-%{gccver}.jar 20

if [ -x %{_bindir}/rebuild-security-providers ]
then
	%{_bindir}/rebuild-security-providers
fi
%{update_gcjdb}

# (anssi) I do not like the retarget-alternatives hacks with triggers
# "new gcc => rebuild" is easier

%postun
if [ $1 -eq 0 ]
then
	%{_sbindir}/update-alternatives --remove java %{jrebindir}/java
	%{_sbindir}/update-alternatives --remove jre_%{origin} %{_jvmdir}/%{jrelnk}
	%{_sbindir}/update-alternatives --remove jre_%{javaver} %{_jvmdir}/%{jrelnk}
fi
# (anssi) if gcc version changes, we want to remove the stale links:
if [ $1 -eq 0 ] || ! [ -e %{_javadir}/libgcj-%{gccver}.jar ]; then
	%{_sbindir}/update-alternatives --remove jaxp_parser_impl \
		%{_javadir}/libgcj-%{gccver}.jar
	%{_sbindir}/update-alternatives --remove jaxp_transform_impl \
		%{_javadir}/libgcj-%{gccver}.jar
fi

if [ -x %{_bindir}/rebuild-security-providers ]
then
  %{_bindir}/rebuild-security-providers
fi

%{clean_gcjdb}

%post devel
%{_sbindir}/update-alternatives \
	--install %{_bindir}/javac javac %{sdkbindir}/javac %{priority} \
	--slave %{_jvmdir}/java         java_sdk          %{_jvmdir}/%{sdklnk} \
	--slave %{_jvmjardir}/java      java_sdk_exports  %{_jvmjardir}/%{sdklnk} \
	--slave %{_bindir}/javadoc      javadoc           %{sdkbindir}/javadoc \
	--slave %{_bindir}/javah        javah             %{sdkbindir}/javah \
	--slave %{_bindir}/jar          jar               %{sdkbindir}/jar \
	--slave %{_bindir}/jarsigner    jarsigner         %{sdkbindir}/jarsigner \
	--slave %{_bindir}/appletviewer appletviewer      %{sdkbindir}/appletviewer \
	--slave %{_bindir}/rmic         rmic              %{sdkbindir}/rmic

%{_sbindir}/update-alternatives \
	--install %{_jvmdir}/java-%{origin} \
	java_sdk_%{origin} %{_jvmdir}/%{sdklnk} %{priority} \
	--slave %{_jvmjardir}/java-%{origin} \
	java_sdk_%{origin}_exports %{_jvmjardir}/%{sdklnk}

%{_sbindir}/update-alternatives \
	--install %{_jvmdir}/java-%{javaver} \
	java_sdk_%{javaver} %{_jvmdir}/%{sdklnk} %{priority} \
	--slave %{_jvmjardir}/java-%{javaver} \
	java_sdk_%{javaver}_exports %{_jvmjardir}/%{sdklnk}

%postun devel
if [ $1 -eq 0 ]
then
	%{_sbindir}/update-alternatives --remove javac %{sdkbindir}/javac
	%{_sbindir}/update-alternatives --remove java_sdk_%{origin} %{_jvmdir}/%{sdklnk}
	%{_sbindir}/update-alternatives --remove java_sdk_%{javaver} %{_jvmdir}/%{sdklnk}
fi

%if %with plugin
%post plugin
[ -d %{plugindir} ] || %{__mkdir_p} %{plugindir}
%{_sbindir}/update-alternatives --install %{plugindir}/libjavaplugin.so \
	libjavaplugin.so %{_libdir}/gcj-%{gccver}-%{gccsoversion}/libgcjwebplugin.so %{priority}

%postun plugin
if [ $1 -eq 0 ] || ! [ -e  %{_libdir}/gcj-%{gccver}-%{gccsoversion}/libgcjwebplugin.so ]; then
	%{_sbindir}/update-alternatives --remove libjavaplugin.so %{_libdir}/gcj-%{gccver}-%{gccsoversion}/libgcjwebplugin.so
fi
%endif

%files
%doc AUTHORS ChangeLog COPYING LICENSE README
%dir %{_jvmdir}/%{sdkdir}
%dir %{_jvmdir}/%{jredir}
%dir %{_jvmdir}/%{jredir}/bin
%dir %{_jvmdir}/%{jredir}/lib
%dir %{_jvmdir}/%{jredir}/lib/%{_arch}
%dir %{_jvmdir}/%{jredir}/lib/%{_arch}/client
%dir %{_jvmdir}/%{jredir}/lib/%{_arch}/server
%dir %{_jvmdir}/%{jredir}/lib/security
%dir %{jvmjardir}
%dir %{_libdir}/gcj
#%{_bindir}/rebuild-gcj-db
%{_jvmdir}/%{jredir}/bin/java
%{_jvmdir}/%{jredir}/bin/keytool
%{_jvmdir}/%{jredir}/bin/rmiregistry
%{_jvmdir}/%{jredir}/lib/security/cacerts
%{_jvmdir}/%{jredir}/lib/security/java.security
%{_jvmdir}/%{jredir}/lib/jaas.jar
%{_jvmdir}/%{jredir}/lib/jce.jar
%{_jvmdir}/%{jredir}/lib/jdbc-stdext.jar
%{_jvmdir}/%{jredir}/lib/jndi-cos.jar
%{_jvmdir}/%{jredir}/lib/jndi-dns.jar
%{_jvmdir}/%{jredir}/lib/jndi-ldap.jar
%{_jvmdir}/%{jredir}/lib/jndi-rmi.jar
%{_jvmdir}/%{jredir}/lib/jndi.jar
%{_jvmdir}/%{jredir}/lib/jta.jar
%{_jvmdir}/%{jredir}/lib/jsse.jar
%{_jvmdir}/%{jredir}/lib/sasl.jar
%ifarch x86_64
%{_jvmdir}/%{jredir}/lib/amd64
%endif
%{_jvmdir}/%{jrelnk}
%{jvmjardir}/jaas.jar
%{jvmjardir}/jaas-%{javaver}.jar
%{jvmjardir}/jaas-%{version}.jar
%{jvmjardir}/jce.jar
%{jvmjardir}/jce-%{javaver}.jar
%{jvmjardir}/jce-%{version}.jar
%{jvmjardir}/jdbc-stdext.jar
%{jvmjardir}/jdbc-stdext-%{javaver}.jar
%{jvmjardir}/jdbc-stdext-%{version}.jar
%{jvmjardir}/jndi.jar
%{jvmjardir}/jndi-%{javaver}.jar
%{jvmjardir}/jndi-%{version}.jar
%{jvmjardir}/jndi-cos.jar
%{jvmjardir}/jndi-cos-%{javaver}.jar
%{jvmjardir}/jndi-cos-%{version}.jar
%{jvmjardir}/jndi-dns.jar
%{jvmjardir}/jndi-dns-%{javaver}.jar
%{jvmjardir}/jndi-dns-%{version}.jar
%{jvmjardir}/jndi-ldap.jar
%{jvmjardir}/jndi-ldap-%{javaver}.jar
%{jvmjardir}/jndi-ldap-%{version}.jar
%{jvmjardir}/jndi-rmi.jar
%{jvmjardir}/jndi-rmi-%{javaver}.jar
%{jvmjardir}/jndi-rmi-%{version}.jar
%{jvmjardir}/jta.jar
%{jvmjardir}/jta-%{javaver}.jar
%{jvmjardir}/jta-%{version}.jar
%{jvmjardir}/jsse.jar
%{jvmjardir}/jsse-%{javaver}.jar
%{jvmjardir}/jsse-%{version}.jar
%{jvmjardir}/sasl.jar
%{jvmjardir}/sasl-%{javaver}.jar
%{jvmjardir}/sasl-%{version}.jar
%{_jvmjardir}/%{jrelnk}
%{_jvmdir}/%{sdkdir}/jre/lib/rt.jar
%{_jvmdir}/%{jredir}/lib/%{_arch}/libjawt.so
%{_jvmdir}/%{jredir}/lib/%{_arch}/client/libjvm.so
%{_jvmdir}/%{jredir}/lib/%{_arch}/server/libjvm.so
%dir %{_jvmdir}/%{jredir}/lib/%{_arch}/native_threads
%{_jvmdir}/%{jredir}/lib/%{_arch}/native_threads/libhpi.so
# these must not be marked %config(noreplace). their names are used by
# rebuild-security-providers, which lists
# %{_sysconfdir}/java/security/security.d/*.  their contents are
# ignored, so replacing them doesn't matter.  .rpmnew files are
# harmful since they're interpreted by rebuild-security-providers as
# classnames ending in rpmnew.
%if 0
# (anssi) see earlier
%{_sysconfdir}/java/security/security.d/1000-gnu.java.security.provider.Gnu
%{_sysconfdir}/java/security/security.d/1001-gnu.javax.crypto.jce.GnuCrypto
%{_sysconfdir}/java/security/security.d/1002-gnu.javax.crypto.jce.GnuSasl
%{_sysconfdir}/java/security/security.d/1003-gnu.javax.net.ssl.provider.Jessie
%{_sysconfdir}/java/security/security.d/1004-gnu.javax.security.auth.callback.GnuCallbacks
%endif

%files devel
%{_sysconfdir}/rpm/macros.d/%{name}.macros
%dir %{_jvmdir}/%{sdkdir}/bin
%dir %{_jvmdir}/%{sdkdir}/include
%dir %{_jvmdir}/%{sdkdir}/include/linux
%dir %{_jvmdir}/%{sdkdir}/lib
#%{_bindir}/aot-compile
%{_bindir}/aot-compile-rpm
%{python_sitelib}/aotcompile.py*
%{python_sitelib}/classfile.py*
%{python_sitelib}/*.egg-info
%{_jvmdir}/%{sdkdir}/bin/appletviewer
%{_jvmdir}/%{sdkdir}/bin/jar
%{_jvmdir}/%{sdkdir}/bin/jarsigner
%{_jvmdir}/%{sdkdir}/bin/java
%{_jvmdir}/%{sdkdir}/bin/javac
%{_jvmdir}/%{sdkdir}/bin/javadoc
%{_jvmdir}/%{sdkdir}/bin/javah
%{_jvmdir}/%{sdkdir}/bin/keytool
%{_jvmdir}/%{sdkdir}/bin/rmic
%{_jvmdir}/%{sdkdir}/bin/rmiregistry
%{_jvmdir}/%{sdklnk}
%{_jvmjardir}/%{sdklnk}
%{_jvmdir}/%{sdkdir}/include/jawt.h
%{_jvmdir}/%{sdkdir}/include/jni.h
%{_jvmdir}/%{sdkdir}/include/linux/jawt_md.h
%{_jvmdir}/%{sdkdir}/include/linux/jni_md.h
%{_jvmdir}/%{sdkdir}/include/linux/gcj
%{_jvmdir}/%{sdkdir}/include/gcj
%{_jvmdir}/%{sdkdir}/include/jni_md.h
%{_jvmdir}/%{sdkdir}/include/jawt_md.h
%{_jvmdir}/%{sdkdir}/lib/tools.jar

%files src
%{_jvmdir}/%{sdkdir}/src.zip

%if !%with bootstrap
%files javadoc
%doc %{_javadocdir}/%{name}
# A JPackage that "provides" this directory will, in its %post script,
# remove the existing directory and install a new symbolic link to its
# versioned directory.  For Fedora we want clear file ownership so we
# make java-1.5.0-gcj-javadoc own this file.  Installing the
# corresponding JPackage over java-1.5.0-gcj-javadoc will work but
# will invalidate this file.
# (Anssi) Agreed, we also want this for Mandriva
%doc %{_javadocdir}/java
%endif

%if %with plugin
%files plugin
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.0.0-29
+ Revision: 3ba4f2a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16833 |14mr|java-1.7.0-openjdk-1.7.0.60-2.4.3.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

# If enabled, OpenJDK is built with all debug info present.
%bcond_with debug
%bcond_without pulseaudio

%global icedtea_version 2.4.3
# %global icedtea_version_arm32 2.3.13
%global hg_tag icedtea-{icedtea_version}

%global aarch64			aarch64 arm64 armv8
%global multilib_arches %{power64} sparc64 x86_64 %{aarch64}
%global jit_arches		%{ix86} x86_64 sparcv9 sparc64

#if 0, then links are set forcibly, if 1 ten only if status is auto
%global graceful_links 1

%ifarch x86_64
%global archbuild amd64
%global archinstall amd64
%endif
%ifarch ppc
%global archbuild ppc
%global archinstall ppc
%global archdef PPC
%endif
%ifarch ppc64
%global archbuild ppc64
%global archinstall ppc64
%global archdef PPC
%endif
%ifarch %{ix86}
%global archbuild i586
%global archinstall i386
%endif
%ifarch ia64
%global archbuild ia64
%global archinstall ia64
%endif
%ifarch s390
%global archbuild s390
%global archinstall s390
%global archdef S390
%endif
%ifarch s390x
%global archbuild s390x
%global archinstall s390x
%global archdef S390
%endif
%ifarch %{arm}
%global archbuild arm
%global archinstall arm
%global archdef ARM
%endif
%ifarch %{aarch64}
%global archbuild aarch64
%global archinstall aarch64
%global archdef AARCH64
%endif
# 32 bit sparc, optimized for v9
%ifarch sparcv9
%global archbuild sparc
%global archinstall sparc
%endif
# 64 bit sparc
%ifarch sparc64
%global archbuild sparcv9
%global archinstall sparcv9
%endif
%ifnarch %{jit_arches}
%global archbuild %{_arch}
%global archinstall %{_arch}
%endif

%if %{with debug}
%global debugbuild debug_build
%else
%global debugbuild %{nil}
%endif

%global buildoutputdir openjdk/build/linux-%{archbuild}

%ifarch %{jit_arches}
%bcond_without systemtap
%else
%bcond_with systemtap
%endif

# Convert an absolute path to a relative path.  Each symbolic link is
# specified relative to the directory in which it is installed so that
# it will resolve properly within chrooted installations.
%global script 'use File::Spec; print File::Spec->abs2rel($ARGV[0], $ARGV[1])'
%global abs2rel %{__perl} -e %{script}

# Hard-code libdir on 64-bit architectures to make the 64-bit JDK
# simply be another alternative.
%global LIBDIR       %{_libdir}
#backuped original one
%ifarch %{multilib_arches}
%global syslibdir       %{_prefix}/lib64
%global _libdir         %{_prefix}/lib
%else
%global syslibdir       %{_libdir}
%endif

# Standard JPackage naming and versioning defines.
%global origin          openjdk
%global updatever       45
#Fedora have an bogus 60 instead of updatever. Fix when updatever>=60 in version:
%global buildver        15
# Keep priority on 6digits in case updatever>9
%global priority        1700%{updatever}
%global javaver         1.7.0

%global sdkdir          %{uniquesuffix}
%global jrelnk          jre-%{javaver}-%{origin}-%{version}-%{release}.%{_arch}

%global jredir          %{sdkdir}/jre
%global sdkbindir       %{_jvmdir}/%{sdkdir}/bin
%global jrebindir       %{_jvmdir}/%{jredir}/bin
%global jvmjardir       %{_jvmjardir}/%{uniquesuffix}

%global fullversion     %{name}-%{version}-%{release}

%global uniquesuffix          %{fullversion}.%{_arch}
#we can copy the javadoc to not arched dir, or made it not noarch
%global uniquejavadocdir       %{fullversion}

%global statuscheck		status is auto
%global linkcheck		link currently points to

%ifarch %{jit_arches}
# Where to install systemtap tapset (links)
# We would like these to be in a package specific subdir,
# but currently systemtap doesn't support that, so we have to
# use the root tapset dir for now. To distinquish between 64
# and 32 bit architectures we place the tapsets under the arch
# specific dir (note that systemtap will only pickup the tapset
# for the primary arch for now). Systemtap uses the machine name
# aka build_cpu as architecture specific directory name.
%global tapsetroot /usr/share/systemtap
  %ifarch %{ix86}
    %global tapsetdir %{tapsetroot}/tapset/i386
  %else
    %global tapsetdir %{tapsetroot}/tapset/%{_build_cpu}
  %endif
%endif

# Prevent brp-java-repack-jars from being run.
%global __jar_repack 0

Name:    java-%{javaver}-%{origin}
Version: %{javaver}.60
Release: %{icedtea_version}.3
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
# and this change was brought into RHEL-4.  java-1.5.0-ibm packages
# also included the epoch in their virtual provides.  This created a
# situation where in-the-wild java-1.5.0-ibm packages provided "java =
# 1:1.5.0".  In RPM terms, "1.6.0 < 1:1.5.0" since 1.6.0 is
# interpreted as 0:1.6.0.  So the "java >= 1.6.0" requirement would be
# satisfied by the 1:1.5.0 packages.  Thus we need to set the epoch in
# JDK package >= 1.6.0 to 1, and packages referring to JDK virtual
# provides >= 1.6.0 must specify the epoch, "java >= 1:1.6.0".
Epoch:   1
Summary: OpenJDK Runtime Environment
Group: Development/Java

License:  ASL 1.1 and ASL 2.0 and GPL+ and GPLv2 and GPLv2 with exceptions and LGPL+ and LGPLv2 and MPLv1.0 and MPLv1.1 and Public Domain and W3C
URL:      http://openjdk.java.net/

#head
#REPO=http://icedtea.classpath.org/hg/icedtea7-forest
#current release
#REPO=http://icedtea.classpath.org/hg/release/icedtea7-forest-2.4
# hg clone $REPO/ openjdk -r %{hg_tag}
# hg clone $REPO/corba/ openjdk/corba -r %{hg_tag}
# hg clone $REPO/hotspot/ openjdk/hotspot -r %{hg_tag}
# hg clone $REPO/jaxp/ openjdk/jaxp -r %{hg_tag}
# hg clone $REPO/jaxws/ openjdk/jaxws -r %{hg_tag}
# hg clone $REPO/jdk/ openjdk/jdk -r %{hg_tag}
# hg clone $REPO/langtools/ openjdk/langtools -r %{hg_tag}
# find openjdk -name ".hg" -exec rm -rf '{}' \;
# sh /git/java-1.7.0-openjdk/fX/fsg.sh
# tar cJf openjdk-icedtea-%{icedtea_version}.tar.xz openjdk
Source0:  openjdk-icedtea-%{icedtea_version}.tar.xz
#for arm is used icedtea7-forest-2.3 and fsg.sh is not run
# Source100:  openjdk-icedtea-%{icedtea_version_arm32}.tar.xz
# Used to create SOURCE0/SOURCE100, not used during build process
Source101:  create-openjdk-icedtea-tarball

# README file
# This source is under maintainer's/java-team's control
Source2:  README.src

# Sources 6-12 are taken from hg clone http://icedtea.classpath.org/hg/icedtea7
# Unless said differently, there is directory with required sources which should be enough to pack/rename

# Class rewrite to rewrite rhino hierarchy
Source5: class-rewriter.tar.gz

# Systemtap tapsets. Zipped up to keep it small.
# last update from http://icedtea.classpath.org/hg/icedtea7/file/8599fdfc398d/tapset
Source6:  systemtap-tapset-2013-10-02.tar.gz

# .desktop files. 
Source7:  policytool.desktop
Source77: jconsole.desktop

# nss configuration file
Source8: nss.cfg

# FIXME: Taken from IcedTea snapshot 877ad5f00f69, but needs to be moved out
# hg clone -r 877ad5f00f69 http://icedtea.classpath.org/hg/icedtea7
Source9: pulseaudio.tar.gz

# Removed libraries that we link instead
Source10: remove-intree-libraries.sh

#http://icedtea.classpath.org/hg/icedtea7/file/933d082ec889/fsg.sh
# file to clean tarball, should be ketp updated as possible
Source1111: fsg.sh

# Ensure we aren't using the limited crypto policy
Source11: TestCryptoLevel.java

Source13: java-abrt-luncher

# RPM/distribution specific patches

# Allow TCK to pass with access bridge wired in
Patch1:   java-1.7.0-openjdk-java-access-bridge-tck.patch

# Disable access to access-bridge packages by untrusted apps
Patch3:   java-1.7.0-openjdk-java-access-bridge-security.patch
Patch30:   java-1.7.0-openjdk-java-access-bridge-security-2.3.patch

# Ignore AWTError when assistive technologies are loaded 
Patch4:   java-1.7.0-openjdk-accessible-toolkit.patch

# Build docs even in debug
Patch5:   java-1.7.0-openjdk-debugdocs.patch

# Add debuginfo where missing
Patch6:   %{name}-debuginfo.patch

#
# OpenJDK specific patches
#

# Add rhino support
Patch100: rhino.patch
Patch1000: rhino-2.3.patch

# Build with giflib5.1
Patch101:	java-1.7.0-openjdk-giflib51.patch

# Patch for PPC/PPC64
Patch104: %{name}-ppc-zero-jdk.patch
Patch105: %{name}-ppc-zero-hotspot.patch

Patch106: %{name}-freetype-check-fix.patch

# allow to create hs_pid.log in tmp (in 700 permissions) if working directory is unwritable
Patch200: abrt_friendly_hs_log_jdk7.patch

#
# Optional component packages
#

# Make the ALSA based mixer the default when building with the pulseaudio based
# mixer
Patch300: pulse-soundproperties.patch

# SystemTap support
# Workaround for RH613824
Patch302: systemtap.patch

#Workaround RH947731
Patch401: 657854-openjdk7.patch
#Workaround RH902004
Patch402: gstackbounds.patch
Patch4020: gstackbounds-2.3.patch
Patch403: PStack-808293.patch
# End of tmp patches

BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: pkgconfig(alsa)
BuildRequires: cups-devel
BuildRequires: desktop-file-utils
BuildRequires: giflib-devel
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xtst)
BuildRequires: jpeg-devel
BuildRequires: pkgconfig(libpng)
BuildRequires: wget
BuildRequires: xsltproc
BuildRequires: pkgconfig(xproto)
BuildRequires: mercurial
BuildRequires: ant
BuildRequires: pkgconfig(xinerama)
BuildRequires: rhino
BuildRequires: lsb
Buildrequires: zip
BuildRequires: pkgconfig(fontconfig)
BuildRequires: x11-font-type1
BuildRequires: pkgconfig(zlib)
BuildRequires: java-1.7.0-openjdk-devel
BuildRequires: pkgconfig(libspi-1.0)
BuildRequires: gawk
# PulseAudio build requirements.
%if %{with pulseaudio}
BuildRequires: pkgconfig(libpulse)
BuildRequires: pulseaudio >= 0.9.11
%endif
# Zero-assembler build requirement.
%ifnarch %{jit_arches}
BuildRequires: pkgconfig(libffi)
%endif

# cacerts build requirement.
BuildRequires: openssl
# execstack build requirement.
# no prelink on ARM yet
%ifnarch %{arm} %{aarch64}
BuildRequires: prelink
%endif
%ifarch %{jit_arches}
#systemtap build requirement.
BuildRequires: systemtap
%endif

#requires rest of java
Requires: %{name}-headless = %{epoch}:%{version}-%{release}

# Standard JPackage base provides.
Provides: jre-%{javaver}-%{origin} = %{epoch}:%{version}-%{release}
Provides: jre-%{origin} = %{epoch}:%{version}-%{release}
Provides: jre-%{javaver} = %{epoch}:%{version}-%{release}
Provides: java-%{javaver} = %{epoch}:%{version}-%{release}
Provides: jre = %{javaver}
Provides: java-%{origin} = %{epoch}:%{version}-%{release}
Provides: java = %{epoch}:%{javaver}
# Standard JPackage extensions provides.
Provides: java-fonts = %{epoch}:%{version}

%description
The OpenJDK runtime environment.

%package headless
Summary: The OpenJDK runtime environment without audio and video support
Group: Development/Java

Requires: lcms2
Requires: rhino
#Requires: libjpeg = 6b
# Require /etc/pki/java/cacerts.
Requires: rootcerts-java
# Require jpackage-utils for ant.
Requires: jpackage-utils >= 1.7.3-1jpp.2
# Require zoneinfo data provided by tzdata-java subpackage.
Requires: tzdata-java
# Post requires alternatives to install tool alternatives.
Requires(post):   %{_sbindir}/alternatives
# Postun requires alternatives to uninstall tool alternatives.
Requires(postun): %{_sbindir}/alternatives

Provides: jre-%{javaver}-%{origin}-headless = %{epoch}:%{version}-%{release}
Provides: jre-%{origin}-headless = %{epoch}:%{version}-%{release}
Provides: jre-%{javaver}-headless = %{epoch}:%{version}-%{release}
Provides: java-%{javaver}-headless = %{epoch}:%{version}-%{release}
Provides: jre-headless = %{javaver}
Provides: java-%{origin}-headless = %{epoch}:%{version}-%{release}
Provides: java-headless = %{epoch}:%{javaver}
# Standard JPackage extensions provides.
Provides: jndi = %{epoch}:%{version}
Provides: jndi-ldap = %{epoch}:%{version}
Provides: jndi-cos = %{epoch}:%{version}
Provides: jndi-rmi = %{epoch}:%{version}
Provides: jndi-dns = %{epoch}:%{version}
Provides: jaas = %{epoch}:%{version}
Provides: jsse = %{epoch}:%{version}
Provides: jce = %{epoch}:%{version}
Provides: jdbc-stdext = 4.1
Provides: java-sasl = %{epoch}:%{version}

%description headless
The OpenJDK runtime environment without audio and video 

%package devel
Summary: OpenJDK Development Environment
Group: Development/Java

# Require base package.
Requires:         %{name} = %{epoch}:%{version}-%{release}
# Post requires alternatives to install tool alternatives.
Requires(post):   %{_sbindir}/alternatives
# Postun requires alternatives to uninstall tool alternatives.
Requires(postun): %{_sbindir}/alternatives

# Standard JPackage devel provides.
Provides: java-sdk-%{javaver}-%{origin} = %{epoch}:%{version}
Provides: java-sdk-%{javaver} = %{epoch}:%{version}
Provides: java-sdk-%{origin} = %{epoch}:%{version}
Provides: java-sdk = %{epoch}:%{javaver}
Provides: java-%{javaver}-devel = %{epoch}:%{version}
Provides: java-devel-%{origin} = %{epoch}:%{version}
Provides: java-devel = %{epoch}:%{javaver}


%description devel
The OpenJDK development tools.

%package demo
Summary: OpenJDK Demos
Group: Development/Java
Requires: %{name} = %{epoch}:%{version}-%{release}

%description demo
The OpenJDK demos.

%package src
Summary: OpenJDK Source Bundle
Group: Development/Java

Requires: %{name} = %{epoch}:%{version}-%{release}

%description src
The OpenJDK source bundle.

%package javadoc
Summary: OpenJDK API Documentation
Group: Development/Java
Requires: jpackage-utils
BuildArch: noarch

# Post requires alternatives to install javadoc alternative.
Requires(post):   %{_sbindir}/alternatives
# Postun requires alternatives to uninstall javadoc alternative.
Requires(postun): %{_sbindir}/alternatives

# Standard JPackage javadoc provides.
Provides: java-javadoc = %{epoch}:%{version}-%{release}
Provides: java-%{javaver}-javadoc = %{epoch}:%{version}-%{release}

%description javadoc
The OpenJDK API documentation.

%package accessibility
Summary: OpenJDK accessibility connector
Requires: java-atk-wrapper
Requires: %{name} = %{epoch}:%{version}-%{release}

%description accessibility
Enables accessibility support in OpenJDK by using java-at-wrapper.
This allows compatible at-spi2 based accessibility programs to work
for AWT and Swing-based programs.
Please note, the java-atk-wrapper is still in beta, and also OpenJDK
itself is still in phase of tuning to be working with accessibility
features. Although working pretty fine, there are known issues with
accessibility on, so do not rather install this package unless you
really need.

%prep
%ifarch %{arm}
%setup -q -c -n %{uniquesuffix} -T -a 100
%else
%setup -q -c -n %{uniquesuffix} -T -a 0
%endif
cp %{SOURCE2} .

# OpenJDK patches
%ifarch %{arm}
%patch1000
%else
%patch100
%patch101
%endif

# pulseaudio support
%if %{with pulseaudio}
%patch300
%endif

# Add systemtap patches if enabled
%if %{with systemtap}
%ifarch %{arm}
%patch302
%endif
%endif

# Remove libraries that are linked
sh %{SOURCE10}

# Copy jaxp, jaf and jaxws drops
mkdir drops/

# Extract the rewriter (to rewrite rhino classes)
tar xzf %{SOURCE5}

# Extract systemtap tapsets
%if %{with systemtap}

tar xzf %{SOURCE6}

for file in tapset/*.in; do

    OUTPUT_FILE=`echo $file | sed -e s:%{javaver}\.stp\.in$:%{version}-%{release}.stp:g`
    sed -e s:@ABS_SERVER_LIBJVM_SO@:%{_jvmdir}/%{sdkdir}/jre/lib/%{archinstall}/server/libjvm.so:g $file > $file.1
# FIXME this should really be %if %{has_client_jvm}
%ifarch %{ix86}
    sed -e s:@ABS_CLIENT_LIBJVM_SO@:%{_jvmdir}/%{sdkdir}/jre/lib/%{archinstall}/client/libjvm.so:g $file.1 > $OUTPUT_FILE
%else
    sed -e '/@ABS_CLIENT_LIBJVM_SO@/d' $file.1 > $OUTPUT_FILE
%endif
    sed -i -e s:@ABS_JAVA_HOME_DIR@:%{_jvmdir}/%{sdkdir}:g $OUTPUT_FILE
    sed -i -e s:@INSTALL_ARCH_DIR@:%{archinstall}:g $OUTPUT_FILE

done

%endif

# Pulseaudio
%if %{with pulseaudio}
tar xzf %{SOURCE9}
%endif

%ifarch %{arm}
%patch30
%else
%patch3
%endif
%patch4

%if %{with debug}
%patch5
%patch6
%endif


%patch106
%patch200

%ifarch ppc ppc64
# PPC fixes
%patch104
%patch105
%endif

%ifarch %{arm}
%patch401
%endif

%ifarch %{jit_arches}
%ifarch %{arm}
%patch4020
%else
%patch402
%endif
%patch403
%endif

%build
# How many cpu's do we have?
%ifarch aarch64
# temporary until real hardware lands
export NUM_PROC=1
%else
export NUM_PROC=`/usr/bin/getconf _NPROCESSORS_ONLN 2> /dev/null || :`
export NUM_PROC=${NUM_PROC:-1}
%endif

# Build IcedTea and OpenJDK.
%ifarch s390x sparc64 alpha %{power64} %{aarch64}
export ARCH_DATA_MODEL=64
%endif
%ifarch alpha
export CFLAGS="$CFLAGS -mieee"
%endif

# Build the re-written rhino jar
mkdir -p rhino/{old,new}

# Compile the rewriter
(cd rewriter 
 javac com/redhat/rewriter/ClassRewriter.java
)

# Extract rhino.jar contents and rewrite
(cd rhino/old 
 jar xf /usr/share/java/rhino.jar
)

java -cp rewriter com.redhat.rewriter.ClassRewriter \
    $PWD/rhino/old \
    $PWD/rhino/new \
    org.mozilla \
    sun.org.mozilla

(cd rhino/old
 for file in `find -type f -not -name '*.class'` ; do
     new_file=../new/`echo $file | sed -e 's#org#sun/org#'`
     mkdir -pv `dirname $new_file`
     cp -v $file $new_file
     sed -ie 's#org\.mozilla#sun.org.mozilla#g' $new_file
 done
)

(cd rhino/new
   jar cfm ../rhino.jar META-INF/MANIFEST.MF sun
)

export JDK_TO_BUILD_WITH=/usr/lib/jvm/java-openjdk



pushd openjdk >& /dev/null

export ALT_DROPS_DIR=$PWD/../drops
export ALT_BOOTDIR="$JDK_TO_BUILD_WITH"

# Save old umask as jdk_generic_profile overwrites it
oldumask=`umask`

# Set generic profile
%ifnarch %{jit_arches}
export ZERO_BUILD=true
%endif
source jdk/make/jdk_generic_profile.sh

# Restore old umask
umask $oldumask

make \
%ifnarch %{arm}
  DISABLE_INTREE_EC=true \
  UNLIMITED_CRYPTO=true \
%endif
  ANT="/usr/bin/ant" \
  DISTRO_NAME="%{product_vendor}" \
%ifarch %{arm}
  DISTRO_PACKAGE_VERSION="%{_vendor}-%{release}-%{_arch} u25-b33" \
  JDK_UPDATE_VERSION="25" \
  JDK_BUILD_NUMBER=b`printf "%02d" 33` \
%else
  DISTRO_PACKAGE_VERSION="fedora-%{release}-%{_arch} u%{updatever}-b%{buildver}" \
  JDK_UPDATE_VERSION=`printf "%02d" %{updatever}` \
  JDK_BUILD_NUMBER=b`printf "%02d" %{buildver}` \
%endif
  MILESTONE="fcs" \
  HOTSPOT_BUILD_JOBS="$NUM_PROC" \
  STATIC_CXX="false" \
  RHINO_JAR="$PWD/../rhino/rhino.jar" \
  GENSRCDIR="$PWD/generated.build" \
  FT2_CFLAGS="-I/usr/include/freetype2 " \
  FT2_LIBS="-lfreetype " \
  DEBUG_CLASSFILES="true" \
  DEBUG_BINARIES="true" \
  STRIP_POLICY="no_strip" \
%ifnarch %{jit_arches}
  LIBFFI_CFLAGS="`pkg-config --cflags libffi` " \
  LIBFFI_LIBS="-lffi " \
  ZERO_BUILD="true" \
  ZERO_LIBARCH="%{archbuild}" \
  ZERO_ARCHDEF="%{archdef}" \
%ifarch ppc ppc64 s390 s390x
  ZERO_ENDIANNESS="big" \
%else
  ZERO_ENDIANNESS="little" \
  ZERO_ARCHFLAG="-D_LITTLE_ENDIAN" \
%endif
%endif
  %{debugbuild}

popd >& /dev/null

%ifarch %{jit_arches}
chmod 644 $(pwd)/%{buildoutputdir}/j2sdk-image/lib/sa-jdi.jar
%endif

export JAVA_HOME=$(pwd)/%{buildoutputdir}/j2sdk-image

# Install java-abrt-luncher
mkdir  $JAVA_HOME/jre-abrt
mkdir  $JAVA_HOME/jre-abrt/bin
mv  $JAVA_HOME/jre/bin/java $JAVA_HOME/jre-abrt/bin/java
ln -s %{_jvmdir}/%{sdkdir}/jre/lib $JAVA_HOME/jre-abrt/lib
cat %{SOURCE13} | sed -e s:@JAVA_PATH@:%{_jvmdir}/%{sdkdir}/jre-abrt/bin/java:g -e s:@LIB_DIR@:%{LIBDIR}/libabrt-java-connector.so:g >  $JAVA_HOME/jre/bin/java
chmod 755 $JAVA_HOME/jre/bin/java

# Build pulseaudio and install it to JDK build location
%if %{with pulseaudio}
pushd pulseaudio
make JAVA_HOME=$JAVA_HOME -f Makefile.pulseaudio
cp -pPRf build/native/libpulse-java.so $JAVA_HOME/jre/lib/%{archinstall}/
cp -pPRf build/pulse-java.jar $JAVA_HOME/jre/lib/ext/
popd
%endif

# Copy tz.properties
echo "sun.zoneinfo.dir=/usr/share/javazi" >> $JAVA_HOME/jre/lib/tz.properties

#remove all fontconfig files. This change should be usptreamed soon
rm -f %{buildoutputdir}/j2re-image/lib/fontconfig*.properties.src
rm -f %{buildoutputdir}/j2re-image/lib/fontconfig*.bfc
rm -f %{buildoutputdir}/j2sdk-image/jre/lib/fontconfig*.properties.src
rm -f %{buildoutputdir}/j2sdk-image/jre/lib/fontconfig*.bfc
rm -f %{buildoutputdir}/lib/fontconfig*.properties.src
rm -f %{buildoutputdir}/lib/fontconfig*.bfc

%ifnarch %{arm}
# Check unlimited policy has been used
$JAVA_HOME/bin/javac -d . %{SOURCE11}
$JAVA_HOME/bin/java TestCryptoLevel
%endif

%install
rm -rf $RPM_BUILD_ROOT
STRIP_KEEP_SYMTAB=libjvm*

# Install symlink to default soundfont
install -d -m 755 $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}/lib/audio
pushd $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}/lib/audio
ln -s %{_datadir}/soundfonts/default.sf2
popd

pushd %{buildoutputdir}/j2sdk-image

#install jsa directories so we can owe them
mkdir -p $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}/lib/%{archinstall}/server/
mkdir -p $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}/lib/%{archinstall}/client/

  # Install main files.
  install -d -m 755 $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}
  cp -a jre-abrt bin include lib src.zip $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}
  install -d -m 755 $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}
  cp -a jre/bin jre/lib $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}
  cp -a ASSEMBLY_EXCEPTION LICENSE THIRD_PARTY_README $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}

%ifarch %{jit_arches}
  # Install systemtap support files.
  install -dm 755 $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/tapset
  cp -a $RPM_BUILD_DIR/%{uniquesuffix}/tapset/*.stp $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/tapset/
  install -d -m 755 $RPM_BUILD_ROOT%{tapsetdir}
  pushd $RPM_BUILD_ROOT%{tapsetdir}
    RELATIVE=$(%{abs2rel} %{_jvmdir}/%{sdkdir}/tapset %{tapsetdir})
    ln -sf $RELATIVE/*.stp .
  popd
%endif

  # Install cacerts symlink.
  rm -f $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}/lib/security/cacerts
  pushd $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}/lib/security
    RELATIVE=$(%{abs2rel} %{_sysconfdir}/pki/java \
      %{_jvmdir}/%{jredir}/lib/security)
    ln -sf $RELATIVE/cacerts .
  popd

  # Install extension symlinks.
  install -d -m 755 $RPM_BUILD_ROOT%{jvmjardir}
  pushd $RPM_BUILD_ROOT%{jvmjardir}
    RELATIVE=$(%{abs2rel} %{_jvmdir}/%{jredir}/lib %{jvmjardir})
    ln -sf $RELATIVE/jsse.jar jsse-%{version}.jar
    ln -sf $RELATIVE/jce.jar jce-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-ldap-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-cos-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-rmi-%{version}.jar
    ln -sf $RELATIVE/rt.jar jaas-%{version}.jar
    ln -sf $RELATIVE/rt.jar jdbc-stdext-%{version}.jar
    ln -sf jdbc-stdext-%{version}.jar jdbc-stdext-3.0.jar
    ln -sf $RELATIVE/rt.jar sasl-%{version}.jar
    for jar in *-%{version}.jar
    do
      if [ x%{version} != x%{javaver} ]
      then
        ln -sf $jar $(echo $jar | sed "s|-%{version}.jar|-%{javaver}.jar|g")
      fi
      ln -sf $jar $(echo $jar | sed "s|-%{version}.jar|.jar|g")
    done
  popd

  # Install JCE policy symlinks.
  install -d -m 755 $RPM_BUILD_ROOT%{_jvmprivdir}/%{uniquesuffix}/jce/vanilla

  # Install versioned symlinks.
  pushd $RPM_BUILD_ROOT%{_jvmdir}
    ln -sf %{jredir} %{jrelnk}
  popd

  pushd $RPM_BUILD_ROOT%{_jvmjardir}
    ln -sf %{sdkdir} %{jrelnk}
  popd

  # Remove javaws man page
  rm -f man/man1/javaws*

  # Install man pages.
  install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man1
  for manpage in man/man1/*
  do
    # Convert man pages to UTF8 encoding.
    iconv -f ISO_8859-1 -t UTF8 $manpage -o $manpage.tmp
    mv -f $manpage.tmp $manpage
    install -m 644 -p $manpage $RPM_BUILD_ROOT%{_mandir}/man1/$(basename \
      $manpage .1)-%{uniquesuffix}.1
  done

  # Install demos and samples.
  cp -a demo $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}
  mkdir -p sample/rmi
  mv bin/java-rmi.cgi sample/rmi
  cp -a sample $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}

popd


# Install nss.cfg
install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}/lib/security/


# Install Javadoc documentation.
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}
cp -a %{buildoutputdir}/docs $RPM_BUILD_ROOT%{_javadocdir}/%{uniquejavadocdir}

# Install icons and menu entries.
for s in 16 24 32 48 ; do
  install -D -p -m 644 \
    openjdk/jdk/src/solaris/classes/sun/awt/X11/java-icon${s}.png \
    $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps/java-%{javaver}.png
done

# Install desktop files.
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/{applications,pixmaps}
for e in %{SOURCE7} %{SOURCE77} ; do
    sed -i "s/#ARCH#/%{_arch}-%{release}/g" $e
    sed -i "s|/usr/bin|%{sdkbindir}/|g" $e
    desktop-file-install --vendor=%{uniquesuffix} --mode=644 \
        --dir=$RPM_BUILD_ROOT%{_datadir}/applications $e
done

# Install /etc/.java/.systemPrefs/ directory
# See https://bugzilla.redhat.com/show_bug.cgi?id=741821
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/.java/.systemPrefs

# Find JRE directories.
find $RPM_BUILD_ROOT%{_jvmdir}/%{jredir} -type d \
  | grep -v jre/lib/security \
  | sed 's|'$RPM_BUILD_ROOT'|%dir |' \
  > %{name}.files-headless
# Find JRE files.
find $RPM_BUILD_ROOT%{_jvmdir}/%{jredir} -type f -o -type l \
  | grep -v jre/lib/security \
  | sed 's|'$RPM_BUILD_ROOT'||' \
  > %{name}.files.all
#split %{name}.files to %{name}.files-headless and %{name}.files
#see https://bugzilla.redhat.com/show_bug.cgi?id=875408
NOT_HEADLESS=\
"%{_jvmdir}/%{uniquesuffix}/jre/lib/%{archinstall}/libjsoundalsa.so 
%{_jvmdir}/%{uniquesuffix}/jre/lib/%{archinstall}/libpulse-java.so 
%{_jvmdir}/%{uniquesuffix}/jre/lib/%{archinstall}/libsplashscreen.so 
%{_jvmdir}/%{uniquesuffix}/jre/lib/%{archinstall}/xawt/libmawt.so
%{_jvmdir}/%{uniquesuffix}/jre-abrt/lib/%{archinstall}/libjsoundalsa.so 
%{_jvmdir}/%{uniquesuffix}/jre-abrt/lib/%{archinstall}/libpulse-java.so 
%{_jvmdir}/%{uniquesuffix}/jre-abrt/lib/%{archinstall}/libsplashscreen.so 
%{_jvmdir}/%{uniquesuffix}/jre-abrt/lib/%{archinstall}/xawt/libmawt.so"
#filter  %{name}.files from  %{name}.files.all to  %{name}.files-headless
ALL=`cat %{name}.files.all`
for file in $ALL ; do 
  INLCUDE="NO" ; 
  for blacklist in $NOT_HEADLESS ; do
#we can not match normally, because rpmbuild will evaluate !0 result as script failure
    q=`expr match "$file" "$blacklist"` || :
    l=`expr length  "$blacklist"` || :
    if [ $q -eq $l  ]; then 
      INLCUDE="YES" ; 
    fi;
  done
    if [ "x$INLCUDE" = "xNO"  ]; then 
      echo "$file" >> %{name}.files-headless
    else
      echo "$file" >> %{name}.files
    fi
done
# Find demo directories.
find $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/demo \
  $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/sample -type d \
  | sed 's|'$RPM_BUILD_ROOT'|%dir |' \
  > %{name}-demo.files

# FIXME: remove SONAME entries from demo DSOs.  See
# https://bugzilla.redhat.com/show_bug.cgi?id=436497

# Find non-documentation demo files.
find $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/demo \
  $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/sample \
  -type f -o -type l | sort \
  | grep -v README \
  | sed 's|'$RPM_BUILD_ROOT'||' \
  >> %{name}-demo.files
# Find documentation demo files.
find $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/demo \
  $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/sample \
  -type f -o -type l | sort \
  | grep README \
  | sed 's|'$RPM_BUILD_ROOT'||' \
  | sed 's|^|%doc |' \
  >> %{name}-demo.files

# intentionally after the files generation, as it goes to separate package
# Create links which leads to separately installed java-atk-bridge and allow configuration
# links points to java-atk-wrapper - an dependence
  pushd $RPM_BUILD_ROOT/%{_jvmdir}/%{jredir}/lib/%{archinstall}
    ln -s %{syslibdir}/java-atk-wrapper/libatk-wrapper.so.0 libatk-wrapper.so
  popd
  pushd $RPM_BUILD_ROOT/%{_jvmdir}/%{jredir}/lib/ext
     ln -s %{syslibdir}/java-atk-wrapper/java-atk-wrapper.jar  java-atk-wrapper.jar
  popd
  pushd $RPM_BUILD_ROOT/%{_jvmdir}/%{jredir}/lib/
    echo "#Config file to  enable java-atk-wrapper" > accessibility.properties
    echo "" >> accessibility.properties
    echo "assistive_technologies=org.GNOME.Accessibility.AtkWrapper" >> accessibility.properties
    echo "" >> accessibility.properties
  popd

%post 
update-desktop-database %{_datadir}/applications &> /dev/null || :
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
exit 0


# FIXME: identical binaries are copied, not linked. This needs to be
# fixed upstream.
%post headless
%ifarch %{jit_arches}
#see https://bugzilla.redhat.com/show_bug.cgi?id=513605
%{jrebindir}/java -Xshare:dump >/dev/null 2>/dev/null
%endif

# Note current status of alternatives
MAKE_THIS_DEFAULT=0
ID="%{_jvmdir}/\(\(jre\)\|\(java\)\)-%{javaver}-%{origin}.*bin/java"
COMMAND=java
alternatives --display $COMMAND 2>/dev/null | head -n 1 | grep -q "%{statuscheck}"
if [ $? -ne 0 ]; then
  alternatives --display $COMMAND 2>/dev/null | grep -q "%{linkcheck}"".*""$ID"
  if [ $? -eq 0 ]; then
    MAKE_THIS_DEFAULT=1
  fi
fi

# Remove old alternatives
for alt in $(alternatives --display $COMMAND 2>/dev/null | grep priority | awk '{print $1}'); do
  # Only grab what %{origin} installed
  echo $alt | grep -q "$ID"
  if [ $? -eq 0 ]; then
    alternatives --remove $COMMAND $alt >& /dev/null || :
   fi
done

ext=.xz
alternatives \
  --install %{_bindir}/java java %{jrebindir}/java %{priority} \
  --slave %{_jvmdir}/jre jre %{_jvmdir}/%{jredir} \
  --slave %{_jvmjardir}/jre jre_exports %{jvmjardir} \
  --slave %{_bindir}/keytool keytool %{jrebindir}/keytool \
  --slave %{_bindir}/orbd orbd %{jrebindir}/orbd \
  --slave %{_bindir}/pack200 pack200 %{jrebindir}/pack200 \
  --slave %{_bindir}/rmid rmid %{jrebindir}/rmid \
  --slave %{_bindir}/rmiregistry rmiregistry %{jrebindir}/rmiregistry \
  --slave %{_bindir}/servertool servertool %{jrebindir}/servertool \
  --slave %{_bindir}/tnameserv tnameserv %{jrebindir}/tnameserv \
  --slave %{_bindir}/unpack200 unpack200 %{jrebindir}/unpack200 \
  --slave %{_mandir}/man1/java.1$ext java.1$ext \
  %{_mandir}/man1/java-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/keytool.1$ext keytool.1$ext \
  %{_mandir}/man1/keytool-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/orbd.1$ext orbd.1$ext \
  %{_mandir}/man1/orbd-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/pack200.1$ext pack200.1$ext \
  %{_mandir}/man1/pack200-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/rmid.1$ext rmid.1$ext \
  %{_mandir}/man1/rmid-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/rmiregistry.1$ext rmiregistry.1$ext \
  %{_mandir}/man1/rmiregistry-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/servertool.1$ext servertool.1$ext \
  %{_mandir}/man1/servertool-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/tnameserv.1$ext tnameserv.1$ext \
  %{_mandir}/man1/tnameserv-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/unpack200.1$ext unpack200.1$ext \
  %{_mandir}/man1/unpack200-%{uniquesuffix}.1$ext

%if %{graceful_links}
# Gracefully update to this one if needed
if [ $MAKE_THIS_DEFAULT -eq 1 ]; then
%endif
  alternatives --set $COMMAND %{jrebindir}/java
%if %{graceful_links}
fi
%endif

for X in %{origin} %{javaver} ; do
  # Note current status of alternatives
  MAKE_THIS_DEFAULT=0
  ID="%{_jvmdir}/\(\(jre\)\|\(java\)\)-%{javaver}-%{origin}"
  COMMAND=jre_$X
  alternatives --display $COMMAND 2>/dev/null | head -n 1 | grep -q "%{statuscheck}"
  if [ $? -ne 0 ]; then
    alternatives --display $COMMAND 2>/dev/null | grep -q "%{linkcheck}"".*""$ID"
    if [ $? -eq 0 ]; then
      MAKE_THIS_DEFAULT=1
    fi
  fi

  # Remove old alternatives
  for alt in $(alternatives --display $COMMAND 2>/dev/null | grep priority | awk '{print $1}'); do
    # Only grab what %{origin} installed
    echo $alt | grep -q "$ID"
    if [ $? -eq 0 ]; then
      alternatives --remove $COMMAND $alt >& /dev/null || :
     fi
  done

  alternatives \
    --install %{_jvmdir}/jre-"$X" \
    jre_"$X" %{_jvmdir}/%{jredir} %{priority} \
    --slave %{_jvmjardir}/jre-"$X" \
    jre_"$X"_exports %{jvmjardir}
%if %{graceful_links}
  # Gracefully update to this one if needed
  if [ $MAKE_THIS_DEFAULT -eq 1 ]; then
%endif
    alternatives --set $COMMAND %{_jvmdir}/%{jredir}
%if %{graceful_links}
  fi
%endif
done


#we need to remove old alternatives with "_" typo
  ID="%{_jvmdir}/\(\(jre\)\|\(java\)\)-%{javaver}-%{origin}"
  COMMAND=jre_%{javaver}_%{origin}
#  COMMAND=jre_%{javaver}
  for alt in $(alternatives --display $COMMAND 2>/dev/null | grep priority | awk '{print $1}'); do
    echo $alt | grep -q "$ID"
    if [ $? -eq 0 ]; then
      alternatives --remove $COMMAND $alt >& /dev/null || :
     fi
  done
# the old should be removed, so we can install new :(
update-alternatives --install %{_jvmdir}/jre-%{javaver}-%{origin} jre_%{javaver}_%{origin} %{_jvmdir}/%{jrelnk} %{priority} \
--slave %{_jvmjardir}/jre-%{javaver}       jre_%{javaver}_%{origin}_exports      %{jvmjardir}

update-desktop-database %{_datadir}/applications &> /dev/null || :

/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

exit 0

%postun headless
  alternatives --remove java %{jrebindir}/java
  alternatives --remove jre_%{origin} %{_jvmdir}/%{jredir}
  alternatives --remove jre_%{javaver} %{_jvmdir}/%{jredir}
  alternatives --remove jre_%{javaver}_%{origin} %{_jvmdir}/%{jrelnk}

exit 0

%post devel
# Note current status of alternatives
MAKE_THIS_DEFAULT=0
ID="%{_jvmdir}/java-%{javaver}-%{origin}.*bin/javac"
COMMAND=javac
alternatives --display $COMMAND | head -n 1 | grep -q "%{statuscheck}"
if [ $? -ne 0 ]; then
  alternatives --display $COMMAND | grep -q "%{linkcheck}"".*""$ID"
  if [ $? -eq 0 ]; then
    MAKE_THIS_DEFAULT=1
  fi
fi

# Remove old alternatives
for alt in $(alternatives --display $COMMAND 2>/dev/null | grep priority | awk '{print $1}'); do
  # Only grab what %{origin} installed
  echo $alt | grep -q "$ID"
  if [ $? -eq 0 ]; then
    alternatives --remove $COMMAND $alt >& /dev/null || :
   fi
done

ext=.xz
alternatives \
  --install %{_bindir}/javac javac %{sdkbindir}/javac %{priority} \
  --slave %{_jvmdir}/java java_sdk %{_jvmdir}/%{sdkdir} \
  --slave %{_jvmjardir}/java java_sdk_exports %{_jvmjardir}/%{sdkdir} \
  --slave %{_bindir}/appletviewer appletviewer %{sdkbindir}/appletviewer \
  --slave %{_bindir}/apt apt %{sdkbindir}/apt \
  --slave %{_bindir}/extcheck extcheck %{sdkbindir}/extcheck \
  --slave %{_bindir}/idlj idlj %{sdkbindir}/idlj \
  --slave %{_bindir}/jar jar %{sdkbindir}/jar \
  --slave %{_bindir}/jarsigner jarsigner %{sdkbindir}/jarsigner \
  --slave %{_bindir}/javadoc javadoc %{sdkbindir}/javadoc \
  --slave %{_bindir}/javah javah %{sdkbindir}/javah \
  --slave %{_bindir}/javap javap %{sdkbindir}/javap \
  --slave %{_bindir}/jcmd jcmd %{sdkbindir}/jcmd \
  --slave %{_bindir}/jconsole jconsole %{sdkbindir}/jconsole \
  --slave %{_bindir}/jdb jdb %{sdkbindir}/jdb \
  --slave %{_bindir}/jhat jhat %{sdkbindir}/jhat \
  --slave %{_bindir}/jinfo jinfo %{sdkbindir}/jinfo \
  --slave %{_bindir}/jmap jmap %{sdkbindir}/jmap \
  --slave %{_bindir}/jps jps %{sdkbindir}/jps \
  --slave %{_bindir}/jrunscript jrunscript %{sdkbindir}/jrunscript \
  --slave %{_bindir}/jsadebugd jsadebugd %{sdkbindir}/jsadebugd \
  --slave %{_bindir}/jstack jstack %{sdkbindir}/jstack \
  --slave %{_bindir}/jstat jstat %{sdkbindir}/jstat \
  --slave %{_bindir}/jstatd jstatd %{sdkbindir}/jstatd \
  --slave %{_bindir}/native2ascii native2ascii %{sdkbindir}/native2ascii \
  --slave %{_bindir}/policytool policytool %{sdkbindir}/policytool \
  --slave %{_bindir}/rmic rmic %{sdkbindir}/rmic \
  --slave %{_bindir}/schemagen schemagen %{sdkbindir}/schemagen \
  --slave %{_bindir}/serialver serialver %{sdkbindir}/serialver \
  --slave %{_bindir}/wsgen wsgen %{sdkbindir}/wsgen \
  --slave %{_bindir}/wsimport wsimport %{sdkbindir}/wsimport \
  --slave %{_bindir}/xjc xjc %{sdkbindir}/xjc \
  --slave %{_mandir}/man1/appletviewer.1$ext appletviewer.1$ext \
  %{_mandir}/man1/appletviewer-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/apt.1$ext apt.1$ext \
  %{_mandir}/man1/apt-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/extcheck.1$ext extcheck.1$ext \
  %{_mandir}/man1/extcheck-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/jar.1$ext jar.1$ext \
  %{_mandir}/man1/jar-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/jarsigner.1$ext jarsigner.1$ext \
  %{_mandir}/man1/jarsigner-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/javac.1$ext javac.1$ext \
  %{_mandir}/man1/javac-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/javadoc.1$ext javadoc.1$ext \
  %{_mandir}/man1/javadoc-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/javah.1$ext javah.1$ext \
  %{_mandir}/man1/javah-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/javap.1$ext javap.1$ext \
  %{_mandir}/man1/javap-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/jconsole.1$ext jconsole.1$ext \
  %{_mandir}/man1/jconsole-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/jdb.1$ext jdb.1$ext \
  %{_mandir}/man1/jdb-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/jhat.1$ext jhat.1$ext \
  %{_mandir}/man1/jhat-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/jinfo.1$ext jinfo.1$ext \
  %{_mandir}/man1/jinfo-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/jmap.1$ext jmap.1$ext \
  %{_mandir}/man1/jmap-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/jps.1$ext jps.1$ext \
  %{_mandir}/man1/jps-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/jrunscript.1$ext jrunscript.1$ext \
  %{_mandir}/man1/jrunscript-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/jsadebugd.1$ext jsadebugd.1$ext \
  %{_mandir}/man1/jsadebugd-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/jstack.1$ext jstack.1$ext \
  %{_mandir}/man1/jstack-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/jstat.1$ext jstat.1$ext \
  %{_mandir}/man1/jstat-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/jstatd.1$ext jstatd.1$ext \
  %{_mandir}/man1/jstatd-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/native2ascii.1$ext native2ascii.1$ext \
  %{_mandir}/man1/native2ascii-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/policytool.1$ext policytool.1$ext \
  %{_mandir}/man1/policytool-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/rmic.1$ext rmic.1$ext \
  %{_mandir}/man1/rmic-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/schemagen.1$ext schemagen.1$ext \
  %{_mandir}/man1/schemagen-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/serialver.1$ext serialver.1$ext \
  %{_mandir}/man1/serialver-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/wsgen.1$ext wsgen.1$ext \
  %{_mandir}/man1/wsgen-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/wsimport.1$ext wsimport.1$ext \
  %{_mandir}/man1/wsimport-%{uniquesuffix}.1$ext \
  --slave %{_mandir}/man1/xjc.1$ext xjc.1$ext \
  %{_mandir}/man1/xjc-%{uniquesuffix}.1$ext

# Gracefully update to this one if needed
%if %{graceful_links}
if [ $MAKE_THIS_DEFAULT -eq 1 ]; then
%endif
  alternatives --set $COMMAND %{sdkbindir}/javac
%if %{graceful_links}
fi
%endif

for X in %{origin} %{javaver} ; do
  # Note current status of alternatives
  MAKE_THIS_DEFAULT=0
  ID="%{_jvmdir}/java-%{javaver}-%{origin}"
  COMMAND=java_sdk_$X
  alternatives --display $COMMAND 2>/dev/null | head -n 1 | grep -q "%{statuscheck}"
  if [ $? -ne 0 ]; then
    alternatives --display $COMMAND 2>/dev/null | grep -q "%{linkcheck}"".*""$ID"
    if [ $? -eq 0 ]; then
      MAKE_THIS_DEFAULT=1
    fi
  fi

  # Remove old alternatives
  for alt in $(alternatives --display $COMMAND 2>/dev/null | grep priority | awk '{print $1}'); do
    # Only grab what %{origin} installed
    echo $alt | grep -q "$ID"
    if [ $? -eq 0 ]; then
      alternatives --remove $COMMAND $alt >& /dev/null || :
     fi
  done

  alternatives \
    --install %{_jvmdir}/java-"$X" \
    java_sdk_"$X" %{_jvmdir}/%{sdkdir} %{priority} \
    --slave %{_jvmjardir}/java-"$X" \
    java_sdk_"$X"_exports %{_jvmjardir}/%{sdkdir}

%if %{graceful_links}
  # Gracefully update to this one if needed
  if [ $MAKE_THIS_DEFAULT -eq 1 ]; then
%endif
    alternatives --set $COMMAND %{_jvmdir}/%{sdkdir}
%if %{graceful_links}
  fi
%endif
done

update-alternatives --install %{_jvmdir}/java-%{javaver}-%{origin} java_sdk_%{javaver}_%{origin} %{_jvmdir}/%{sdkdir} %{priority} \
--slave %{_jvmjardir}/java-%{javaver}-%{origin}       java_sdk_%{javaver}_%{origin}_exports      %{_jvmjardir}/%{sdkdir}

update-desktop-database %{_datadir}/applications &> /dev/null || :
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

exit 0

%postun devel
  alternatives --remove javac %{sdkbindir}/javac
  alternatives --remove java_sdk_%{origin} %{_jvmdir}/%{sdkdir}
  alternatives --remove java_sdk_%{javaver} %{_jvmdir}/%{sdkdir}
  alternatives --remove java_sdk_%{javaver}_%{origin} %{_jvmdir}/%{sdkdir}
exit 0

%post javadoc
MAKE_THIS_DEFAULT=0
ID="%{_javadocdir}/java-%{javaver}-%{origin}.*/api"
COMMAND=javadocdir
alternatives --display $COMMAND 2>/dev/null | head -n 1 | grep -q "%{statuscheck}"
if [ $? -ne 0 ]; then
  alternatives --display $COMMAND 2>/dev/null | grep -q "%{linkcheck}"".*""$ID"
  if [ $? -eq 0 ]; then
    MAKE_THIS_DEFAULT=1
  fi
fi

# Remove old alternatives
for alt in $(alternatives --display $COMMAND 2>/dev/null | grep priority | awk '{print $1}'); do
  # Only grab what %{origin} installed
  echo $alt | grep -q "$ID"
  if [ $? -eq 0 ]; then
    alternatives --remove $COMMAND $alt >& /dev/null || :
   fi
done

alternatives \
  --install %{_javadocdir}/java javadocdir %{_javadocdir}/%{uniquejavadocdir}/api \
  %{priority}

%if %{graceful_links}
# Gracefully update to this one if needed
if [ $MAKE_THIS_DEFAULT -eq 1 ]; then
%endif
  alternatives --set $COMMAND %{_javadocdir}/%{uniquejavadocdir}/api
%if %{graceful_links}
fi
%endif

exit 0

%postun javadoc
  alternatives --remove javadocdir %{_javadocdir}/%{uniquejavadocdir}/api

exit 0


%files -f %{name}.files
%{_datadir}/icons/hicolor/*x*/apps/java-%{javaver}.png


%files headless  -f %{name}.files-headless
%defattr(-,root,root,-)
%doc %{_jvmdir}/%{sdkdir}/ASSEMBLY_EXCEPTION
%doc %{_jvmdir}/%{sdkdir}/LICENSE
%doc %{_jvmdir}/%{sdkdir}/THIRD_PARTY_README
%dir %{_jvmdir}/%{sdkdir}
%{_jvmdir}/%{jrelnk}
%{_jvmprivdir}/*
%dir %{jvmjardir}
%{_jvmjardir}/%{jrelnk}
%dir %{_jvmdir}/%{jredir}/lib/security
%{_jvmdir}/%{jredir}/lib/security/cacerts
%ifnarch %{arm}
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/US_export_policy.jar
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/local_policy.jar
%endif
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/java.policy
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/java.security
%{_mandir}/man1/java-%{uniquesuffix}.1*
%{_mandir}/man1/keytool-%{uniquesuffix}.1*
%{_mandir}/man1/orbd-%{uniquesuffix}.1*
%{_mandir}/man1/pack200-%{uniquesuffix}.1*
%{_mandir}/man1/rmid-%{uniquesuffix}.1*
%{_mandir}/man1/rmiregistry-%{uniquesuffix}.1*
%{_mandir}/man1/servertool-%{uniquesuffix}.1*
%{_mandir}/man1/tnameserv-%{uniquesuffix}.1*
%{_mandir}/man1/unpack200-%{uniquesuffix}.1*
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/nss.cfg
%{_sysconfdir}/.java
%{_jvmdir}/%{sdkdir}/jre-abrt


%files devel
%defattr(-,root,root,-)
%dir %{_jvmdir}/%{sdkdir}/bin
%dir %{_jvmdir}/%{sdkdir}/include
%dir %{_jvmdir}/%{sdkdir}/lib
%ifarch %{jit_arches}
%dir %{_jvmdir}/%{sdkdir}/tapset
%endif
%{_jvmdir}/%{sdkdir}/bin/*
%{_jvmdir}/%{sdkdir}/include/*
%{_jvmdir}/%{sdkdir}/lib/*
%ifarch %{jit_arches}
%{_jvmdir}/%{sdkdir}/tapset/*.stp
%endif
%{_jvmjardir}/%{sdkdir}
%{_datadir}/applications/*jconsole.desktop
%{_datadir}/applications/*policytool.desktop
%{_mandir}/man1/appletviewer-%{uniquesuffix}.1*
%{_mandir}/man1/apt-%{uniquesuffix}.1*
%{_mandir}/man1/extcheck-%{uniquesuffix}.1*
%{_mandir}/man1/idlj-%{uniquesuffix}.1*
%{_mandir}/man1/jar-%{uniquesuffix}.1*
%{_mandir}/man1/jarsigner-%{uniquesuffix}.1*
%{_mandir}/man1/javac-%{uniquesuffix}.1*
%{_mandir}/man1/javadoc-%{uniquesuffix}.1*
%{_mandir}/man1/javah-%{uniquesuffix}.1*
%{_mandir}/man1/javap-%{uniquesuffix}.1*
%{_mandir}/man1/jconsole-%{uniquesuffix}.1*
%{_mandir}/man1/jcmd-%{uniquesuffix}.1*
%{_mandir}/man1/jdb-%{uniquesuffix}.1*
%{_mandir}/man1/jhat-%{uniquesuffix}.1*
%{_mandir}/man1/jinfo-%{uniquesuffix}.1*
%{_mandir}/man1/jmap-%{uniquesuffix}.1*
%{_mandir}/man1/jps-%{uniquesuffix}.1*
%{_mandir}/man1/jrunscript-%{uniquesuffix}.1*
%{_mandir}/man1/jsadebugd-%{uniquesuffix}.1*
%{_mandir}/man1/jstack-%{uniquesuffix}.1*
%{_mandir}/man1/jstat-%{uniquesuffix}.1*
%{_mandir}/man1/jstatd-%{uniquesuffix}.1*
%{_mandir}/man1/native2ascii-%{uniquesuffix}.1*
%{_mandir}/man1/policytool-%{uniquesuffix}.1*
%{_mandir}/man1/rmic-%{uniquesuffix}.1*
%{_mandir}/man1/schemagen-%{uniquesuffix}.1*
%{_mandir}/man1/serialver-%{uniquesuffix}.1*
%{_mandir}/man1/wsgen-%{uniquesuffix}.1*
%{_mandir}/man1/wsimport-%{uniquesuffix}.1*
%{_mandir}/man1/xjc-%{uniquesuffix}.1*
%ifarch %{jit_arches}
%{tapsetroot}
%endif

%files demo -f %{name}-demo.files
%defattr(-,root,root,-)

%files src
%defattr(-,root,root,-)
%doc README.src
%{_jvmdir}/%{sdkdir}/src.zip

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/%{uniquejavadocdir}
%doc %{buildoutputdir}/j2sdk-image/jre/LICENSE

%files accessibility
%{_jvmdir}/%{jredir}/lib/%{archinstall}/libatk-wrapper.so
%{_jvmdir}/%{jredir}/lib/ext/java-atk-wrapper.jar
%{_jvmdir}/%{jredir}/lib/accessibility.properties

%changelog
* Thu Sep 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.7.0.60-2.4.3.3
+ Revision: 0717355
- Supress error messages from 'alternatives' command - we check it's exit code in any case, no need to frighten users



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16834 |14mr|java-1.8.0-openjdk-1.8.0.5-4.b13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# If debug is 1, OpenJDK is built with all debug info present.
%global debug 0

%global aarch64_hg_tag  992

%global aarch64         aarch64 arm64 armv8
%global multilib_arches %{power64} sparc64 x86_64 %{aarch64}
%global jit_arches      %{ix86} x86_64 sparcv9 sparc64 %{aarch64}

# sometimes we need to distinguish big and little endian PPC64
# taken from the openjdk-1.7 spec
%global ppc64le                 ppc64le
%global ppc64be                 ppc64 ppc64p7

%ifarch x86_64
%global archinstall amd64
%endif
%ifarch ppc
%global archinstall ppc
%endif
%ifarch %{power64}
%global archinstall ppc64
%endif
%ifarch %{ppc64le}
%global archinstall ppc64le
%endif
%ifarch %{ix86}
%global archinstall i386
%endif
%ifarch ia64
%global archinstall ia64
%endif
%ifarch s390
%global archinstall s390
%endif
%ifarch s390x
%global archinstall s390x
%endif
%ifarch %{arm}
%global archinstall arm
%endif
%ifarch %{aarch64}
%global archinstall aarch64
%endif
# 32 bit sparc, optimized for v9
%ifarch sparcv9
%global archinstall sparc
%endif
# 64 bit sparc
%ifarch sparc64
%global archinstall sparcv9
%endif
%ifnarch %{jit_arches}
%global archinstall %{_arch}
%endif

%if %{debug}
%global debugbuild slowdebug
%else
%global debugbuild release
%endif

%global buildoutputdir jdk8/build/jdk8.build

%ifarch %{jit_arches}
%global with_systemtap 1
%else
%global with_systemtap 0
%endif

# Convert an absolute path to a relative path.  Each symbolic link is
# specified relative to the directory in which it is installed so that
# it will resolve properly within chrooted installations.
%global script 'use File::Spec; print File::Spec->abs2rel($ARGV[0], $ARGV[1])'
%global abs2rel %{__perl} -e %{script}

# Hard-code libdir on 64-bit architectures to make the 64-bit JDK
# simply be another alternative.
%global LIBDIR %{_libdir}
#backuped original one
%ifarch %{multilib_arches}
%global syslibdir       %{_prefix}/lib64
%global _libdir         %{_prefix}/lib
%global archname        %{name}.%{_arch}
%else
%global syslibdir       %{_libdir}
%global archname        %{name}
%endif

# Standard JPackage naming and versioning defines.
%global origin          openjdk
%global updatever       5
%global buildver        b13
%global aarch64_updatever 0
%global aarch64_buildver b128
# priority must be 6 digits in total
%global priority        18000%{updatever}
%global javaver         1.8.0

# Standard JPackage directories and symbolic links.
# Make 64-bit JDKs just another alternative on 64-bit architectures.
%ifarch %{multilib_arches}
%global sdklnk          java-%{javaver}-%{origin}.%{_arch}
%global jrelnk          jre-%{javaver}-%{origin}.%{_arch}
%global sdkdir          %{name}-%{version}.%{_arch}
%else
%global sdklnk          java-%{javaver}-%{origin}
%global jrelnk          jre-%{javaver}-%{origin}
%global sdkdir          %{name}-%{version}
%endif
%global jredir          %{sdkdir}/jre
%global sdkbindir       %{_jvmdir}/%{sdklnk}/bin
%global jrebindir       %{_jvmdir}/%{jrelnk}/bin
%ifarch %{multilib_arches}
%global jvmjardir       %{_jvmjardir}/%{name}-%{version}.%{_arch}
%else
%global jvmjardir       %{_jvmjardir}/%{name}-%{version}
%endif

%if %{with_systemtap}
# Where to install systemtap tapset (links)
# We would like these to be in a package specific subdir,
# but currently systemtap doesn't support that, so we have to
# use the root tapset dir for now. To distinquish between 64
# and 32 bit architectures we place the tapsets under the arch
# specific dir (note that systemtap will only pickup the tapset
# for the primary arch for now). Systemtap uses the machine name
# aka build_cpu as architecture specific directory name.
%global tapsetroot /usr/share/systemtap
%global tapsetdir %{tapsetroot}/tapset/%{_build_cpu}
%endif

# Prevent brp-java-repack-jars from being run.
%global __jar_repack 0

Name:    java-%{javaver}-%{origin}
Version: %{javaver}.%{updatever}
Release: 4.%{buildver}%{?dist}
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
# and this change was brought into RHEL-4.  java-1.5.0-ibm packages
# also included the epoch in their virtual provides.  This created a
# situation where in-the-wild java-1.5.0-ibm packages provided "java =
# 1:1.5.0".  In RPM terms, "1.6.0 < 1:1.5.0" since 1.6.0 is
# interpreted as 0:1.6.0.  So the "java >= 1.6.0" requirement would be
# satisfied by the 1:1.5.0 packages.  Thus we need to set the epoch in
# JDK package >= 1.6.0 to 1, and packages referring to JDK virtual
# provides >= 1.6.0 must specify the epoch, "java >= 1:1.6.0".
Epoch:   1
Summary: OpenJDK Runtime Environment
Group:   Development/Java

License:  ASL 1.1 and ASL 2.0 and GPL+ and GPLv2 and GPLv2 with exceptions and LGPL+ and LGPLv2 and MPLv1.0 and MPLv1.1 and Public Domain and W3C
URL:      http://openjdk.java.net/

# Source from upstrem OpenJDK8 project. To regenerate, use
# ./generate_source_tarball.sh jdk8u jdk8u jdk8u%{updatever}-%{buildver}
# ./generate_source_tarball.sh aarch64-port jdk8 %{aarch64_hg_tag}
Source0:  jdk8u-jdk8u%{updatever}-%{buildver}.tar.xz
Source1:  aarch64-port-jdk8-%{aarch64_buildver}-aarch64-%{aarch64_hg_tag}.tar.xz

# Custom README for -src subpackage
Source2:  README.src

Source3:  java-abrt-launcher.in

# Use 'generate_tarballs.sh' to generate the following tarballs
# They are based on code contained in the IcedTea7 project.

# Systemtap tapsets. Zipped up to keep it small.
Source8: systemtap-tapset.tar.gz

# Desktop files. Adapated from IcedTea.
Source9: jconsole.desktop.in
Source10: policytool.desktop.in

# nss configuration file
Source11: nss.cfg

# Removed libraries that we link instead
Source12: remove-intree-libraries.sh

# Ensure we aren't using the limited crypto policy
Source13: TestCryptoLevel.java

# New versions of config files with aarch64 support. This is not upstream yet.
Source100: config.guess
Source101: config.sub

Source200: java-1.8.0-openjdk.rpmlintrc

# RPM/distribution specific patches

# Ignore AWTError when assistive technologies are loaded 
Patch1:   %{name}-accessible-toolkit.patch

# RHBZ 1015432
Patch2: 1015432.patch
# Restrict access to java-atk-wrapper classes
Patch3: java-atk-wrapper-security.patch
# RHBZ 808293
Patch4: PStack-808293.patch
# Allow multiple initialization of PKCS11 libraries
Patch5: multiple-pkcs11-library-init.patch
# Disable doclint for compatibility
Patch6: disable-doclint-by-default.patch

#
# OpenJDK specific patches
#

# Allow icedtea-web to build
Patch99: applet-hole.patch

# Recognize s390/s390x
Patch100: %{name}-s390.patch
# Type fixing for s390
Patch101: %{name}-bitmap.patch
Patch102: %{name}-size_t.patch

# Patch for PPC/PPC64
Patch103: %{name}-ppc-zero-hotspot.patch

Patch201: system-libjpeg.patch
Patch202: system-libpng.patch
Patch203: system-lcms.patch

Patch301: java-1.8.0-openjdk-giflib5.patch
Patch302: java-1.8.0-openjdk-make-4.0.patch
Patch303: java-1.8.0-openjdk-gilib-5.1.patch


Patch999: 0001-PPC64LE-arch-support-in-openjdk-1.8.patch

BuildRequires: autoconf
BuildRequires: automake
BuildRequires: pkgconfig(alsa)
BuildRequires: binutils
BuildRequires: cups-devel
BuildRequires: desktop-file-utils
BuildRequires: fontconfig
BuildRequires: freetype-devel
BuildRequires: giflib-devel
BuildRequires: gcc-c++
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(lcms2)
BuildRequires: jpeg-devel
BuildRequires: pkgconfig(libpng)
BuildRequires: xsltproc
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xtst)
BuildRequires: pkgconfig
BuildRequires: pkgconfig(xproto)
#BuildRequires: redhat-lsb
BuildRequires: zip
# OpenJDK X officially requires OpenJDK (X-1) to build
BuildRequires: java-1.7.0-openjdk-devel
# Zero-assembler build requirement.
%ifnarch %{jit_arches}
BuildRequires: pkgconfig(libffi)
%endif

# cacerts build requirement.
BuildRequires: openssl
# execstack build requirement.
# no prelink on ARM yet
%ifnarch %{arm} %{aarch64} ppc64le
BuildRequires: prelink
%endif
%if %{with_systemtap}
BuildRequires: systemtap
%endif

# Requires rest of java
Requires: %{name}-headless = %{epoch}:%{version}-%{release}

# Standard JPackage base provides.
Provides: jre-%{javaver}-%{origin} = %{epoch}:%{version}-%{release}
Provides: jre-%{origin} = %{epoch}:%{version}-%{release}
Provides: jre-%{javaver} = %{epoch}:%{version}-%{release}
Provides: java-%{javaver} = %{epoch}:%{version}-%{release}
Provides: jre = %{javaver}
Provides: java-%{origin} = %{epoch}:%{version}-%{release}
Provides: java = %{epoch}:%{javaver}
# Standard JPackage extensions provides.
Provides: java-fonts = %{epoch}:%{version}

%description
The OpenJDK runtime environment.


%package headless
Summary: OpenJDK Runtime Environment
Group:   Development/Java

# Require /etc/pki/java/cacerts.
Requires: rootcerts-java
# Require jpackage-utils for ownership of /usr/lib/jvm/
Requires: jpackage-utils
# Require zoneinfo data provided by tzdata-java subpackage.
Requires: tzdata-java
# Post requires alternatives to install tool alternatives.
Requires(post):   %{_sbindir}/alternatives
# Postun requires alternatives to uninstall tool alternatives.
Requires(postun): %{_sbindir}/alternatives

# Standard JPackage base provides.
Provides: jre-%{javaver}-%{origin}-headless = %{epoch}:%{version}-%{release}
Provides: jre-%{origin}-headless = %{epoch}:%{version}-%{release}
Provides: jre-%{javaver}-headless = %{epoch}:%{version}-%{release}
Provides: java-%{javaver}-headless = %{epoch}:%{version}-%{release}
Provides: jre-headless = %{javaver}
Provides: java-%{origin}-headless = %{epoch}:%{version}-%{release}
Provides: java-headless = %{epoch}:%{javaver}
# Standard JPackage extensions provides.
Provides: jndi = %{epoch}:%{version}
Provides: jndi-ldap = %{epoch}:%{version}
Provides: jndi-cos = %{epoch}:%{version}
Provides: jndi-rmi = %{epoch}:%{version}
Provides: jndi-dns = %{epoch}:%{version}
Provides: jaas = %{epoch}:%{version}
Provides: jsse = %{epoch}:%{version}
Provides: jce = %{epoch}:%{version}
Provides: jdbc-stdext = 4.1
Provides: java-sasl = %{epoch}:%{version}

%description headless
The OpenJDK runtime environment without audio and video support.


%package devel
Summary: OpenJDK Development Environment
Group:   Development/Java

# Require base package.
Requires:         %{name} = %{epoch}:%{version}-%{release}
# Post requires alternatives to install tool alternatives.
Requires(post):   %{_sbindir}/alternatives
# Postun requires alternatives to uninstall tool alternatives.
Requires(postun): %{_sbindir}/alternatives

# Standard JPackage devel provides.
Provides: java-sdk-%{javaver}-%{origin} = %{epoch}:%{version}
Provides: java-sdk-%{javaver} = %{epoch}:%{version}
Provides: java-sdk-%{origin} = %{epoch}:%{version}
Provides: java-sdk = %{epoch}:%{javaver}
Provides: java-%{javaver}-devel = %{epoch}:%{version}
Provides: java-devel-%{origin} = %{epoch}:%{version}
Provides: java-devel = %{epoch}:%{javaver}


%description devel
The OpenJDK development tools.

%package demo
Summary: OpenJDK Demos
Group:   Development/Java

Requires: %{name} = %{epoch}:%{version}-%{release}

%description demo
The OpenJDK demos.

%package src
Summary: OpenJDK Source Bundle
Group:   Development/Java

Requires: %{name} = %{epoch}:%{version}-%{release}

%description src
The OpenJDK source bundle.

%package javadoc
Summary: OpenJDK API Documentation
Group:   Development/Java
Requires: jpackage-utils
BuildArch: noarch

# Post requires alternatives to install javadoc alternative.
Requires(post):   %{_sbindir}/alternatives
# Postun requires alternatives to uninstall javadoc alternative.
Requires(postun): %{_sbindir}/alternatives

# Standard JPackage javadoc provides.
Provides: java-javadoc = %{epoch}:%{version}-%{release}
Provides: java-%{javaver}-javadoc = %{epoch}:%{version}-%{release}

%description javadoc
The OpenJDK API documentation.


%package accessibility
Summary: OpenJDK accessibility connector
Requires: java-atk-wrapper
Requires: %{name} = %{epoch}:%{version}-%{release}

%description accessibility
Enables accessibility support in OpenJDK by using java-atk-wrapper. This allows
compatible at-spi2 based accessibility programs to work for AWT and Swing-based
programs.

Please note, the java-atk-wrapper is still in beta, and OpenJDK itself is still
being tuned to be working with accessibility features. There are known issues
with accessibility on, so please do not install this package unless you really
need to.


%prep
%ifarch %{aarch64}
%global source_num 1
%else
%global source_num 0
%endif

%setup -q -c -n %{name} -T -a %{source_num}
cp %{SOURCE2} .

# replace outdated configure guess script
#
# the configure macro will do this too, but it also passes a few flags not
# supported by openjdk configure script
cp %{SOURCE100} jdk8/common/autoconf/build-aux/
cp %{SOURCE101} jdk8/common/autoconf/build-aux/

# OpenJDK patches

# Remove libraries that are linked
sh %{SOURCE12}

%patch201
%patch202
%patch203


%patch1
%patch2
%patch3
%patch4
%patch5
%patch6

%patch99

# Type fixes for s390
%ifarch s390 s390x
%patch100
%patch101
%patch102
%endif

%ifarch ppc %{power64}
# PPC fixes
%patch103
%patch999 -p1
%endif

# omv/rosa patches
%patch301
%patch302 -p1
%patch303 -p0

# Extract systemtap tapsets
%if %{with_systemtap}

tar xzf %{SOURCE8}

for file in tapset/*.in; do

    OUTPUT_FILE=`echo $file | sed -e s:\.in$::g`
    sed -e s:@ABS_SERVER_LIBJVM_SO@:%{_jvmdir}/%{sdkdir}/jre/lib/%{archinstall}/server/libjvm.so:g $file > $file.1
# TODO find out which architectures other than ix86 have a client vm
%ifarch %{ix86}
    sed -e s:@ABS_CLIENT_LIBJVM_SO@:%{_jvmdir}/%{sdkdir}/jre/lib/%{archinstall}/client/libjvm.so:g $file.1 > $OUTPUT_FILE
%else
    sed -e '/@ABS_CLIENT_LIBJVM_SO@/d' $file.1 > $OUTPUT_FILE
%endif
    sed -i -e s:@ABS_JAVA_HOME_DIR@:%{_jvmdir}/%{sdkdir}:g $OUTPUT_FILE
    sed -i -e s:@INSTALL_ARCH_DIR@:%{archinstall}:g $OUTPUT_FILE

done

%endif

# Prepare desktop files
for file in %{SOURCE9} %{SOURCE10} ; do
    OUTPUT_FILE=`basename $file | sed -e s:\.in$::g`
    sed -e s:@JAVA_HOME@:%{_jvmdir}/%{sdkdir}:g $file > $OUTPUT_FILE
    sed -i -e s:@VERSION@:%{version}-%{release}.%{_arch}:g $OUTPUT_FILE
done

%build
# How many cpu's do we have?
export NUM_PROC=`/usr/bin/getconf _NPROCESSORS_ONLN 2> /dev/null || :`
export NUM_PROC=${NUM_PROC:-1}

# Build IcedTea and OpenJDK.
%ifarch s390x sparc64 alpha %{power64}
export ARCH_DATA_MODEL=64
%endif
%ifarch alpha
export CFLAGS="$CFLAGS -mieee"
%endif

(cd jdk8/common/autoconf
 bash ./autogen.sh
)

mkdir -p %{buildoutputdir}

pushd %{buildoutputdir}

bash ../../configure \
%ifnarch %{jit_arches}
    --with-jvm-variants=zero \
%endif
%ifarch %{aarch64}
    --with-jvm-variants=client \
    --disable-precompiled-headers \
%endif
    --disable-zip-debug-info \
    --with-milestone="fcs" \
%ifnarch %{aarch64}
    --with-update-version=%{updatever} \
    --with-build-number=%{buildver} \
%else
    --with-build-number=%{aarch64_buildver} \
    --with-user-release-suffix="aarch64-%{aarch64_hg_tag}" \
%endif
    --with-boot-jdk=/usr/lib/jvm/java-openjdk \
    --with-debug-level=%{debugbuild} \
    --enable-unlimited-crypto \
    --with-zlib=system \
    --with-libjpeg=system \
    --with-giflib=system \
    --with-libpng=system \
    --with-lcms=system \
    --with-stdc++lib=dynamic \
    --with-num-cores="$NUM_PROC" \
    --with-extra-cflags="-fno-devirtualize" \
    --with-extra-cxxflags="-fno-devirtualize"

# The combination of FULL_DEBUG_SYMBOLS=0 and ALT_OBJCOPY=/does_not_exist
# disables FDS for all build configs and reverts to pre-FDS make logic.
# STRIP_POLICY=none says don't do any stripping. DEBUG_BINARIES=true says
# ignore all the other logic about which debug options and just do '-g'.

make \
    DEBUG_BINARIES=true \
    STRIP_POLICY=no_strip \
    POST_STRIP_CMD="" \
    LOG=trace \
    all

# the build (erroneously) removes read permissions from some jars
# this is a regression in OpenJDK 7 (our compiler):
# http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1437
find images/j2sdk-image -iname '*.jar' -exec chmod ugo+r {} \;
chmod ugo+r images/j2sdk-image/lib/ct.sym

# remove redundant *diz and *debuginfo files
find images/j2sdk-image -iname '*.diz' -exec rm {} \;
find images/j2sdk-image -iname '*.debuginfo' -exec rm {} \;

popd >& /dev/null

export JAVA_HOME=$(pwd)/%{buildoutputdir}/images/j2sdk-image

# Install java-abrt-luncher
mv $JAVA_HOME/jre/bin/java $JAVA_HOME/jre/bin/java-abrt
cat %{SOURCE3} | sed -e s:@JAVA_PATH@:%{_jvmdir}/%{jredir}/bin/java-abrt:g -e s:@LIB_DIR@:%{LIBDIR}/libabrt-java-connector.so:g > $JAVA_HOME/jre/bin/java
chmod 755 $JAVA_HOME/jre/bin/java


# Copy tz.properties
echo "sun.zoneinfo.dir=/usr/share/javazi" >> $JAVA_HOME/jre/lib/tz.properties

# Check unlimited policy has been used
$JAVA_HOME/bin/javac -d . %{SOURCE13}
$JAVA_HOME/bin/java TestCryptoLevel

# Check debug symbols are present and can identify code
#nm -aCl $JAVA_HOME/jre/lib/%{archinstall}/server/libjvm.so | grep javaCalls.cpp

%install
rm -rf $RPM_BUILD_ROOT
STRIP_KEEP_SYMTAB=libjvm*

# Install symlink to default soundfont
install -d -m 755 $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}/lib/audio
pushd $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}/lib/audio
ln -s %{_datadir}/soundfonts/default.sf2
popd

pushd %{buildoutputdir}/images/j2sdk-image

  # Install main files.
  install -d -m 755 $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}
  cp -a bin include lib src.zip $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}
  install -d -m 755 $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}
  cp -a jre/bin jre/lib $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}

%if %{with_systemtap}
  # Install systemtap support files.
  install -dm 755 $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/tapset
  cp -a $RPM_BUILD_DIR/%{name}/tapset/*.stp $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/tapset/
  install -d -m 755 $RPM_BUILD_ROOT%{tapsetdir}
  pushd $RPM_BUILD_ROOT%{tapsetdir}
    RELATIVE=$(%{abs2rel} %{_jvmdir}/%{sdkdir}/tapset %{tapsetdir})
    ln -sf $RELATIVE/*.stp .
  popd
%endif

  # Install cacerts symlink.
  rm -f $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}/lib/security/cacerts
  pushd $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}/lib/security
    RELATIVE=$(%{abs2rel} %{_sysconfdir}/pki/java \
      %{_jvmdir}/%{jredir}/lib/security)
    ln -sf $RELATIVE/cacerts .
  popd

  # Install extension symlinks.
  install -d -m 755 $RPM_BUILD_ROOT%{jvmjardir}
  pushd $RPM_BUILD_ROOT%{jvmjardir}
    RELATIVE=$(%{abs2rel} %{_jvmdir}/%{jredir}/lib %{jvmjardir})
    ln -sf $RELATIVE/jsse.jar jsse-%{version}.jar
    ln -sf $RELATIVE/jce.jar jce-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-ldap-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-cos-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-rmi-%{version}.jar
    ln -sf $RELATIVE/rt.jar jaas-%{version}.jar
    ln -sf $RELATIVE/rt.jar jdbc-stdext-%{version}.jar
    ln -sf jdbc-stdext-%{version}.jar jdbc-stdext-3.0.jar
    ln -sf $RELATIVE/rt.jar sasl-%{version}.jar
    for jar in *-%{version}.jar
    do
      if [ x%{version} != x%{javaver} ]
      then
        ln -sf $jar $(echo $jar | sed "s|-%{version}.jar|-%{javaver}.jar|g")
      fi
      ln -sf $jar $(echo $jar | sed "s|-%{version}.jar|.jar|g")
    done
  popd

  # Install JCE policy symlinks.
  install -d -m 755 $RPM_BUILD_ROOT%{_jvmprivdir}/%{archname}/jce/vanilla

  # Install versionless symlinks.
  pushd $RPM_BUILD_ROOT%{_jvmdir}
    ln -sf %{jredir} %{jrelnk}
    ln -sf %{sdkdir} %{sdklnk}
  popd

  pushd $RPM_BUILD_ROOT%{_jvmjardir}
    ln -sf %{sdkdir} %{jrelnk}
    ln -sf %{sdkdir} %{sdklnk}
  popd

  # Remove javaws man page
  rm -f man/man1/javaws*

  # Install man pages.
  install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man1
  for manpage in man/man1/*
  do
    # Convert man pages to UTF8 encoding.
    iconv -f ISO_8859-1 -t UTF8 $manpage -o $manpage.tmp
    mv -f $manpage.tmp $manpage
    install -m 644 -p $manpage $RPM_BUILD_ROOT%{_mandir}/man1/$(basename \
      $manpage .1)-%{name}.1
  done

  # Install demos and samples.
  cp -a demo $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}
  mkdir -p sample/rmi
  mv bin/java-rmi.cgi sample/rmi
  cp -a sample $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}

popd


# Install nss.cfg
install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_jvmdir}/%{jredir}/lib/security/


# Install Javadoc documentation.
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}
cp -a %{buildoutputdir}/docs $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# Install icons and menu entries.
for s in 16 24 32 48 ; do
  install -D -p -m 644 \
    jdk8/jdk/src/solaris/classes/sun/awt/X11/java-icon${s}.png \
    $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps/java-%{javaver}.png
done

# Install desktop files.
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/{applications,pixmaps}
for e in jconsole policytool ; do
    desktop-file-install --vendor=%{name} --mode=644 \
        --dir=$RPM_BUILD_ROOT%{_datadir}/applications $e.desktop
done

# Find JRE directories.
find $RPM_BUILD_ROOT%{_jvmdir}/%{jredir} -type d \
  | grep -v jre/lib/security \
  | sed 's|'$RPM_BUILD_ROOT'|%dir |' \
  > %{name}.files.headless
# Find JRE files.
find $RPM_BUILD_ROOT%{_jvmdir}/%{jredir} -type f -o -type l \
  | grep -v jre/lib/security \
  | sed 's|'$RPM_BUILD_ROOT'||' \
  > %{name}.files.all
#split %{name}.files to %{name}.files-headless and %{name}.files
#see https://bugzilla.redhat.com/show_bug.cgi?id=875408
NOT_HEADLESS=\
"%{_jvmdir}/%{jredir}/lib/%{archinstall}/libjsoundalsa.so
%{_jvmdir}/%{jredir}/lib/%{archinstall}/libpulse-java.so
%{_jvmdir}/%{jredir}/lib/%{archinstall}/libsplashscreen.so
%{_jvmdir}/%{jredir}/lib/%{archinstall}/libawt_xawt.so
%{_jvmdir}/%{jredir}/lib/%{archinstall}/libjawt.so"
#filter %{name}.files from %{name}.files.all to %{name}.files-headless
ALL=`cat %{name}.files.all`
for file in $ALL ; do
    INLCUDE="NO" ;
    for blacklist in $NOT_HEADLESS ; do
    # we can not match normally, because rpmbuild will evaluate !0 result as script failure
    q=`expr match "$file" "$blacklist"` || :
    l=`expr length "$blacklist"` || :
    if [ $q -eq $l ]; then
        INLCUDE="YES" ;
    fi;
done
if [ "x$INLCUDE" = "xNO" ]; then
    echo "$file" >> %{name}.files-headless
else
    echo "$file" >> %{name}.files
fi
done
# Find demo directories.
find $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/demo \
  $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/sample -type d \
  | sed 's|'$RPM_BUILD_ROOT'|%dir |' \
  > %{name}-demo.files

# FIXME: remove SONAME entries from demo DSOs.  See
# https://bugzilla.redhat.com/show_bug.cgi?id=436497

# Find non-documentation demo files.
find $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/demo \
  $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/sample \
  -type f -o -type l | sort \
  | grep -v README \
  | sed 's|'$RPM_BUILD_ROOT'||' \
  >> %{name}-demo.files
# Find documentation demo files.
find $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/demo \
  $RPM_BUILD_ROOT%{_jvmdir}/%{sdkdir}/sample \
  -type f -o -type l | sort \
  | grep README \
  | sed 's|'$RPM_BUILD_ROOT'||' \
  | sed 's|^|%doc |' \
  >> %{name}-demo.files

# intentionally after the files generation, as it goes to separate package
# Create links which leads to separately installed java-atk-bridge and allow configuration
# links points to java-atk-wrapper - an dependence
  pushd $RPM_BUILD_ROOT/%{_jvmdir}/%{jredir}/lib/%{archinstall}
    ln -s %{syslibdir}/java-atk-wrapper/libatk-wrapper.so.0 libatk-wrapper.so
  popd
  pushd $RPM_BUILD_ROOT/%{_jvmdir}/%{jredir}/lib/ext
     ln -s %{syslibdir}/java-atk-wrapper/java-atk-wrapper.jar  java-atk-wrapper.jar
  popd
  pushd $RPM_BUILD_ROOT/%{_jvmdir}/%{jredir}/lib/
    echo "#Config file to  enable java-atk-wrapper" > accessibility.properties
    echo "" >> accessibility.properties
    echo "assistive_technologies=org.GNOME.Accessibility.AtkWrapper" >> accessibility.properties
    echo "" >> accessibility.properties
  popd

%post
update-desktop-database %{_datadir}/applications &> /dev/null || :
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
exit 0

# FIXME: identical binaries are copied, not linked. This needs to be
# fixed upstream.
%post headless
ext=.gz
alternatives \
  --install %{_bindir}/java java %{jrebindir}/java %{priority} \
  --slave %{_jvmdir}/jre jre %{_jvmdir}/%{jrelnk} \
  --slave %{_jvmjardir}/jre jre_exports %{_jvmjardir}/%{jrelnk} \
  --slave %{_bindir}/jjs jjs %{jrebindir}/jjs \
  --slave %{_bindir}/keytool keytool %{jrebindir}/keytool \
  --slave %{_bindir}/orbd orbd %{jrebindir}/orbd \
  --slave %{_bindir}/pack200 pack200 %{jrebindir}/pack200 \
  --slave %{_bindir}/rmid rmid %{jrebindir}/rmid \
  --slave %{_bindir}/rmiregistry rmiregistry %{jrebindir}/rmiregistry \
  --slave %{_bindir}/servertool servertool %{jrebindir}/servertool \
  --slave %{_bindir}/tnameserv tnameserv %{jrebindir}/tnameserv \
  --slave %{_bindir}/unpack200 unpack200 %{jrebindir}/unpack200 \
  --slave %{_mandir}/man1/java.1$ext java.1$ext \
  %{_mandir}/man1/java-%{name}.1$ext \
  --slave %{_mandir}/man1/jjs.1$ext jjs.1$ext \
  %{_mandir}/man1/jjs-%{name}.1$ext \
  --slave %{_mandir}/man1/keytool.1$ext keytool.1$ext \
  %{_mandir}/man1/keytool-%{name}.1$ext \
  --slave %{_mandir}/man1/orbd.1$ext orbd.1$ext \
  %{_mandir}/man1/orbd-%{name}.1$ext \
  --slave %{_mandir}/man1/pack200.1$ext pack200.1$ext \
  %{_mandir}/man1/pack200-%{name}.1$ext \
  --slave %{_mandir}/man1/rmid.1$ext rmid.1$ext \
  %{_mandir}/man1/rmid-%{name}.1$ext \
  --slave %{_mandir}/man1/rmiregistry.1$ext rmiregistry.1$ext \
  %{_mandir}/man1/rmiregistry-%{name}.1$ext \
  --slave %{_mandir}/man1/servertool.1$ext servertool.1$ext \
  %{_mandir}/man1/servertool-%{name}.1$ext \
  --slave %{_mandir}/man1/tnameserv.1$ext tnameserv.1$ext \
  %{_mandir}/man1/tnameserv-%{name}.1$ext \
  --slave %{_mandir}/man1/unpack200.1$ext unpack200.1$ext \
  %{_mandir}/man1/unpack200-%{name}.1$ext

alternatives \
  --install %{_jvmdir}/jre-%{origin} \
  jre_%{origin} %{_jvmdir}/%{jrelnk} %{priority} \
  --slave %{_jvmjardir}/jre-%{origin} \
  jre_%{origin}_exports %{_jvmjardir}/%{jrelnk}

alternatives \
  --install %{_jvmdir}/jre-%{javaver} \
  jre_%{javaver} %{_jvmdir}/%{jrelnk} %{priority} \
  --slave %{_jvmjardir}/jre-%{javaver} \
  jre_%{javaver}_exports %{_jvmjardir}/%{jrelnk}

update-desktop-database %{_datadir}/applications &> /dev/null || :

/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

exit 0

%postun headless
if [ $1 -eq 0 ]
then
  alternatives --remove java %{jrebindir}/java
  alternatives --remove jre_%{origin} %{_jvmdir}/%{jrelnk}
  alternatives --remove jre_%{javaver} %{_jvmdir}/%{jrelnk}
fi

%post devel
ext=.gz
alternatives \
  --install %{_bindir}/javac javac %{sdkbindir}/javac %{priority} \
  --slave %{_jvmdir}/java java_sdk %{_jvmdir}/%{sdklnk} \
  --slave %{_jvmjardir}/java java_sdk_exports %{_jvmjardir}/%{sdklnk} \
  --slave %{_bindir}/appletviewer appletviewer %{sdkbindir}/appletviewer \
  --slave %{_bindir}/extcheck extcheck %{sdkbindir}/extcheck \
  --slave %{_bindir}/idlj idlj %{sdkbindir}/idlj \
  --slave %{_bindir}/jar jar %{sdkbindir}/jar \
  --slave %{_bindir}/jarsigner jarsigner %{sdkbindir}/jarsigner \
  --slave %{_bindir}/javadoc javadoc %{sdkbindir}/javadoc \
  --slave %{_bindir}/javah javah %{sdkbindir}/javah \
  --slave %{_bindir}/javap javap %{sdkbindir}/javap \
  --slave %{_bindir}/jcmd jcmd %{sdkbindir}/jcmd \
  --slave %{_bindir}/jconsole jconsole %{sdkbindir}/jconsole \
  --slave %{_bindir}/jdb jdb %{sdkbindir}/jdb \
  --slave %{_bindir}/jdeps jdeps %{sdkbindir}/jdeps \
  --slave %{_bindir}/jhat jhat %{sdkbindir}/jhat \
  --slave %{_bindir}/jinfo jinfo %{sdkbindir}/jinfo \
  --slave %{_bindir}/jmap jmap %{sdkbindir}/jmap \
  --slave %{_bindir}/jps jps %{sdkbindir}/jps \
  --slave %{_bindir}/jrunscript jrunscript %{sdkbindir}/jrunscript \
  --slave %{_bindir}/jsadebugd jsadebugd %{sdkbindir}/jsadebugd \
  --slave %{_bindir}/jstack jstack %{sdkbindir}/jstack \
  --slave %{_bindir}/jstat jstat %{sdkbindir}/jstat \
  --slave %{_bindir}/jstatd jstatd %{sdkbindir}/jstatd \
  --slave %{_bindir}/native2ascii native2ascii %{sdkbindir}/native2ascii \
  --slave %{_bindir}/policytool policytool %{sdkbindir}/policytool \
  --slave %{_bindir}/rmic rmic %{sdkbindir}/rmic \
  --slave %{_bindir}/schemagen schemagen %{sdkbindir}/schemagen \
  --slave %{_bindir}/serialver serialver %{sdkbindir}/serialver \
  --slave %{_bindir}/wsgen wsgen %{sdkbindir}/wsgen \
  --slave %{_bindir}/wsimport wsimport %{sdkbindir}/wsimport \
  --slave %{_bindir}/xjc xjc %{sdkbindir}/xjc \
  --slave %{_mandir}/man1/appletviewer.1$ext appletviewer.1$ext \
  %{_mandir}/man1/appletviewer-%{name}.1$ext \
  --slave %{_mandir}/man1/extcheck.1$ext extcheck.1$ext \
  %{_mandir}/man1/extcheck-%{name}.1$ext \
  --slave %{_mandir}/man1/idlj.1$ext idlj.1$ext \
  %{_mandir}/man1/idlj-%{name}.1$ext \
  --slave %{_mandir}/man1/jar.1$ext jar.1$ext \
  %{_mandir}/man1/jar-%{name}.1$ext \
  --slave %{_mandir}/man1/jarsigner.1$ext jarsigner.1$ext \
  %{_mandir}/man1/jarsigner-%{name}.1$ext \
  --slave %{_mandir}/man1/javac.1$ext javac.1$ext \
  %{_mandir}/man1/javac-%{name}.1$ext \
  --slave %{_mandir}/man1/javadoc.1$ext javadoc.1$ext \
  %{_mandir}/man1/javadoc-%{name}.1$ext \
  --slave %{_mandir}/man1/javah.1$ext javah.1$ext \
  %{_mandir}/man1/javah-%{name}.1$ext \
  --slave %{_mandir}/man1/javap.1$ext javap.1$ext \
  %{_mandir}/man1/javap-%{name}.1$ext \
  --slave %{_mandir}/man1/jcmd.1$ext jcmd.1$ext \
  %{_mandir}/man1/jcmd-%{name}.1$ext \
  --slave %{_mandir}/man1/jconsole.1$ext jconsole.1$ext \
  %{_mandir}/man1/jconsole-%{name}.1$ext \
  --slave %{_mandir}/man1/jdb.1$ext jdb.1$ext \
  %{_mandir}/man1/jdb-%{name}.1$ext \
  --slave %{_mandir}/man1/jdeps.1$ext jdeps.1$ext \
  %{_mandir}/man1/jdeps-%{name}.1$ext \
  --slave %{_mandir}/man1/jhat.1$ext jhat.1$ext \
  %{_mandir}/man1/jhat-%{name}.1$ext \
  --slave %{_mandir}/man1/jinfo.1$ext jinfo.1$ext \
  %{_mandir}/man1/jinfo-%{name}.1$ext \
  --slave %{_mandir}/man1/jmap.1$ext jmap.1$ext \
  %{_mandir}/man1/jmap-%{name}.1$ext \
  --slave %{_mandir}/man1/jps.1$ext jps.1$ext \
  %{_mandir}/man1/jps-%{name}.1$ext \
  --slave %{_mandir}/man1/jrunscript.1$ext jrunscript.1$ext \
  %{_mandir}/man1/jrunscript-%{name}.1$ext \
  --slave %{_mandir}/man1/jsadebugd.1$ext jsadebugd.1$ext \
  %{_mandir}/man1/jsadebugd-%{name}.1$ext \
  --slave %{_mandir}/man1/jstack.1$ext jstack.1$ext \
  %{_mandir}/man1/jstack-%{name}.1$ext \
  --slave %{_mandir}/man1/jstat.1$ext jstat.1$ext \
  %{_mandir}/man1/jstat-%{name}.1$ext \
  --slave %{_mandir}/man1/jstatd.1$ext jstatd.1$ext \
  %{_mandir}/man1/jstatd-%{name}.1$ext \
  --slave %{_mandir}/man1/native2ascii.1$ext native2ascii.1$ext \
  %{_mandir}/man1/native2ascii-%{name}.1$ext \
  --slave %{_mandir}/man1/policytool.1$ext policytool.1$ext \
  %{_mandir}/man1/policytool-%{name}.1$ext \
  --slave %{_mandir}/man1/rmic.1$ext rmic.1$ext \
  %{_mandir}/man1/rmic-%{name}.1$ext \
  --slave %{_mandir}/man1/schemagen.1$ext schemagen.1$ext \
  %{_mandir}/man1/schemagen-%{name}.1$ext \
  --slave %{_mandir}/man1/serialver.1$ext serialver.1$ext \
  %{_mandir}/man1/serialver-%{name}.1$ext \
  --slave %{_mandir}/man1/wsgen.1$ext wsgen.1$ext \
  %{_mandir}/man1/wsgen-%{name}.1$ext \
  --slave %{_mandir}/man1/wsimport.1$ext wsimport.1$ext \
  %{_mandir}/man1/wsimport-%{name}.1$ext \
  --slave %{_mandir}/man1/xjc.1$ext xjc.1$ext \
  %{_mandir}/man1/xjc-%{name}.1$ext

alternatives \
  --install %{_jvmdir}/java-%{origin} \
  java_sdk_%{origin} %{_jvmdir}/%{sdklnk} %{priority} \
  --slave %{_jvmjardir}/java-%{origin} \
  java_sdk_%{origin}_exports %{_jvmjardir}/%{sdklnk}

alternatives \
  --install %{_jvmdir}/java-%{javaver} \
  java_sdk_%{javaver} %{_jvmdir}/%{sdklnk} %{priority} \
  --slave %{_jvmjardir}/java-%{javaver} \
  java_sdk_%{javaver}_exports %{_jvmjardir}/%{sdklnk}

update-desktop-database %{_datadir}/applications &> /dev/null || :
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

exit 0

%postun devel
if [ $1 -eq 0 ]
then
  alternatives --remove javac %{sdkbindir}/javac
  alternatives --remove java_sdk_%{origin} %{_jvmdir}/%{sdklnk}
  alternatives --remove java_sdk_%{javaver} %{_jvmdir}/%{sdklnk}
fi

exit 0

%post javadoc
alternatives \
  --install %{_javadocdir}/java javadocdir %{_javadocdir}/%{name}/api \
  %{priority}

exit 0

%postun javadoc
if [ $1 -eq 0 ]
then
  alternatives --remove javadocdir %{_javadocdir}/%{name}/api
fi

exit 0


%files -f %{name}.files
%{_datadir}/icons/hicolor/*x*/apps/java-%{javaver}.png


%files headless -f %{name}.files-headless
%defattr(-,root,root,-)
%doc %{buildoutputdir}/images/j2sdk-image/jre/ASSEMBLY_EXCEPTION
%doc %{buildoutputdir}/images/j2sdk-image/jre/LICENSE
%doc %{buildoutputdir}/images/j2sdk-image/jre/THIRD_PARTY_README

%dir %{_jvmdir}/%{sdkdir}
%{_jvmdir}/%{jrelnk}
%{_jvmjardir}/%{jrelnk}
%{_jvmprivdir}/*
%{jvmjardir}
%dir %{_jvmdir}/%{jredir}/lib/security
%{_jvmdir}/%{jredir}/lib/security/cacerts
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/java.policy
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/java.security
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/blacklisted.certs
%{_mandir}/man1/java-%{name}.1*
%{_mandir}/man1/jjs-%{name}.1*
%{_mandir}/man1/keytool-%{name}.1*
%{_mandir}/man1/orbd-%{name}.1*
%{_mandir}/man1/pack200-%{name}.1*
%{_mandir}/man1/rmid-%{name}.1*
%{_mandir}/man1/rmiregistry-%{name}.1*
%{_mandir}/man1/servertool-%{name}.1*
%{_mandir}/man1/tnameserv-%{name}.1*
%{_mandir}/man1/unpack200-%{name}.1*
%{_jvmdir}/%{jredir}/lib/security/nss.cfg
%{_jvmdir}/%{jredir}/lib/security/US_export_policy.jar
%{_jvmdir}/%{jredir}/lib/security/local_policy.jar

%files devel
%defattr(-,root,root,-)
%doc %{buildoutputdir}/images/j2sdk-image/ASSEMBLY_EXCEPTION
%doc %{buildoutputdir}/images/j2sdk-image/LICENSE
%doc %{buildoutputdir}/images/j2sdk-image/THIRD_PARTY_README
%dir %{_jvmdir}/%{sdkdir}/bin
%dir %{_jvmdir}/%{sdkdir}/include
%dir %{_jvmdir}/%{sdkdir}/lib
%if %{with_systemtap}
%dir %{_jvmdir}/%{sdkdir}/tapset
%endif
%{_jvmdir}/%{sdkdir}/bin/*
%{_jvmdir}/%{sdkdir}/include/*
%{_jvmdir}/%{sdkdir}/lib/*
%if %{with_systemtap}
%{_jvmdir}/%{sdkdir}/tapset/*.stp
%endif
%{_jvmdir}/%{sdklnk}
%{_jvmjardir}/%{sdklnk}
%{_datadir}/applications/*jconsole.desktop
%{_datadir}/applications/*policytool.desktop
%{_mandir}/man1/appletviewer-%{name}.1*
%{_mandir}/man1/extcheck-%{name}.1*
%{_mandir}/man1/idlj-%{name}.1*
%{_mandir}/man1/jar-%{name}.1*
%{_mandir}/man1/jarsigner-%{name}.1*
%{_mandir}/man1/javac-%{name}.1*
%{_mandir}/man1/javadoc-%{name}.1*
%{_mandir}/man1/javah-%{name}.1*
%{_mandir}/man1/javap-%{name}.1*
%{_mandir}/man1/jconsole-%{name}.1*
%{_mandir}/man1/jcmd-%{name}.1*
%{_mandir}/man1/jdb-%{name}.1*
%{_mandir}/man1/jdeps-%{name}.1*
%{_mandir}/man1/jhat-%{name}.1*
%{_mandir}/man1/jinfo-%{name}.1*
%{_mandir}/man1/jmap-%{name}.1*
%{_mandir}/man1/jps-%{name}.1*
%{_mandir}/man1/jrunscript-%{name}.1*
%{_mandir}/man1/jsadebugd-%{name}.1*
%{_mandir}/man1/jstack-%{name}.1*
%{_mandir}/man1/jstat-%{name}.1*
%{_mandir}/man1/jstatd-%{name}.1*
%{_mandir}/man1/native2ascii-%{name}.1*
%{_mandir}/man1/policytool-%{name}.1*
%{_mandir}/man1/rmic-%{name}.1*
%{_mandir}/man1/schemagen-%{name}.1*
%{_mandir}/man1/serialver-%{name}.1*
%{_mandir}/man1/wsgen-%{name}.1*
%{_mandir}/man1/wsimport-%{name}.1*
%{_mandir}/man1/xjc-%{name}.1*
%if %{with_systemtap}
%{tapsetroot}
%endif

%files demo -f %{name}-demo.files
%defattr(-,root,root,-)
%doc %{buildoutputdir}/images/j2sdk-image/jre/LICENSE

%files src
%defattr(-,root,root,-)
%doc README.src
%{_jvmdir}/%{sdkdir}/src.zip

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/%{name}
%doc %{buildoutputdir}/images/j2sdk-image/jre/LICENSE

%files accessibility
%{_jvmdir}/%{jredir}/lib/%{archinstall}/libatk-wrapper.so
%{_jvmdir}/%{jredir}/lib/ext/java-atk-wrapper.jar
%{_jvmdir}/%{jredir}/lib/accessibility.properties


%changelog
* Tue Jun 03 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.8.0.5-4.b13
+ Revision: ae1fafa
- Update giflib patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16835 |14mr|java-access-bridge-1.26.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'devel\\((.*)\\)'
%else
%define _requires_exceptions devel.*
%endif

%define javaver 1.7.0.0
%define multilib_arches ppc64 sparc64 x86_64
%ifarch %{multilib_arches}
%define javaname        java-1.7.0-openjdk-%{javaver}.%{_arch}
%else
%define javaname        java-1.7.0-openjdk-%{javaver}
%endif

Summary:	Assistive technology for Java Swing applications
Name:		java-access-bridge
Version:	1.26.2
Release:	11
Epoch:		0
License:	LGPLv2+
Group:		Development/Java
Url:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%name/java-access-bridge-%{version}.tar.bz2
Source100:	java-access-bridge.rpmlintrc
Patch0:		%{name}-jar_dir.patch
Patch1:		java-1.6.0-openjdk-java-access-bridge-tck.patch
Patch2:		java-1.6.0-openjdk-java-access-bridge-idlj.patch

BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	java-rpmbuild
BuildRequires:	xprop
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libbonobo-2.0)
BuildRequires:	pkgconfig(libspi-1.0)

Requires: java-openjdk

%description
This package contains the Java Access Bridge for GNOME, which connects
the built-in accessibility support in Java Swing apps to the GNOME
Accessibility framework, specifically the Assistive Technology Service
Provider Interface (at-spi).

%prep
%setup -q
%apply_patches
autoreconf -ivf

%build
%configure2_5x \
	--disable-static \
	--with-java-home=%{_jvmdir}/java-openjdk
#gw disable parallel make in 1.24.0 to prevent OOM errors
make

%install
%makeinstall_std
(cd %{buildroot}%{_javadir} && mv JNav.jar jnav.jar && ln -s jnav.jar JNav.jar)
(cd %{buildroot}%{_javadir} && for jar in *.jar; do mv ${jar} `/bin/basename ${jar} .jar`-%{version}.jar; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*.jar; do ln -s ${jar} `/bin/echo ${jar} | sed  "s|-%{version}||g"`; done)

mkdir -p %{buildroot}%{_jvmdir}/%{javaname}/jre/lib/ext/
ln -s %{_libdir}/libjava-access-bridge-jni.so %{buildroot}%{_jvmdir}/%{javaname}/jre/lib/ext/

%files
%doc AUTHORS ChangeLog NEWS README TODO
%attr(0755,root,root) %{_libdir}/libjava-access-bridge-jni.*
%{_jvmdir}/%{javaname}/jre/lib/ext/libjava-access-bridge-jni.so
%{_javadir}/*

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.26.2-11
+ Revision: 4ef4db3
- Fix java requirements



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16836 |14mr|java-atk-wrapper-0.30.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global major_version 0.30
%global minor_version 4

Name:       java-atk-wrapper
Version:    %{major_version}.%{minor_version}
Release:    2
Summary:    Java ATK Wrapper
Group:      Development/Java
License:    LGPLv2+
URL:        http://git.gnome.org/browse/java-atk-wrapper
Source0:    http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name}-%{version}.tar.bz2
# explain how to use java-atk-wrapper with different java runtimes
Source1:    README.urpmi

BuildRequires:  java-devel

BuildRequires:  pkgconfig(atk)
BuildRequires:  pkgconfig(gconf-2.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  x11-tools

Requires:   java
Requires:   x11-tools

%description
Java ATK Wrapper is a implementation of ATK by using JNI technic. It
converts Java Swing events into ATK events, and send these events to
ATK-Bridge.

JAW is part of the Bonobo deprecation project. It will replaces the
former java-access-bridge.
By talking to ATK-Bridge, it keeps itself from being affected by the
change of underlying communication mechanism.

%prep
%setup -q

%build
export CFLAGS="%{optflags} -I/usr/include/atk-1.0 -I/usr/include/glib-2.0"
%configure2_5x
%make
cp %{SOURCE1} .

%install
# java-atk-wrapper's make install is broken by design
# it installs to the current JDK_HOME. We want to install it to a central
# location and then allow all/any JRE's/JDK's to use it.
# make install DESTDIR=$RPM_BUILD_ROOT

mkdir -p %{buildroot}%{_libdir}/%{name}

mv wrapper/java-atk-wrapper.jar %{buildroot}%{_libdir}/%{name}/
mv jni/src/.libs/libatk-wrapper.so.0.0.18 %{buildroot}%{_libdir}/%{name}/
ln -s %{_libdir}/%{name}/libatk-wrapper.so.0.0.18 \
    %{buildroot}%{_libdir}/%{name}/libatk-wrapper.so.0


%files
%doc AUTHORS
%doc COPYING.LESSER
%doc NEWS
%doc README
%doc README.urpmi
%{_libdir}/%{name}/

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.30.4-2
+ Revision: 7c1b53c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16837 |14mr|javacc-5.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           javacc
Version:        5.0
Release:        7
Summary:        A parser/scanner generator for java
License:        BSD
Source0:        https://javacc.dev.java.net/files/documents/17/142527/%{name}-%{version}src.tar.gz
Source1:        javacc.sh
Source2:        jjdoc
Source3:        jjtree
#Jar used for bootstrapping
Source4:        javacc.jar
URL:            https://javacc.dev.java.net/
Group:          Development/Java
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:       java, jpackage-utils >= 0:1.5
BuildRequires:  ant, ant-junit, junit >= 0:3.8.1
BuildRequires:  java-devel, jpackage-utils >= 0:1.5

BuildArch:      noarch

%description 
Java Compiler Compiler (JavaCC) is the most popular parser generator for use
with Java applications. A parser generator is a tool that reads a grammar
specification and converts it to a Java program that can recognize matches to
the grammar. In addition to the parser generator itself, JavaCC provides other
standard capabilities related to parser generation such as tree building (via
a tool called JJTree included with JavaCC), actions, debugging, etc.

%package manual
Summary:        Manual for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}

%description manual
Manual for %{name}.

%package demo
Summary:        Examples for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}

%description demo
Examples for %{name}.

%prep
%setup -q -n %{name}

# Remove binary information in the source tar
find . -name "*.jar" -exec rm {} \;
find . -name "*.class" -exec rm {} \;

find ./examples -type f -exec sed -i 's/\r//' {} \;

cp -p %{SOURCE4} bootstrap/javacc.jar

%build
# Use the bootstrap javacc.jar to generate some required
# source java files. After these source files are generated we
# remove the bootstrap jar and build the binary from source.
ant -f src/org/javacc/parser/build.xml parser-files
ant -f src/org/javacc/jjtree/build.xml tree-files
find . -name "*.jar" -exec rm {} \;
ant jar

%install
rm -fr $RPM_BUILD_ROOT
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 bin/lib/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
install -d -m 755 $RPM_BUILD_ROOT/%{_bindir}
install -pD -T -m 755 %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}/javacc.sh
install -pD -T -m 755 %{SOURCE2} $RPM_BUILD_ROOT/%{_bindir}/jjdoc
install -pD -T -m 755 %{SOURCE3} $RPM_BUILD_ROOT/%{_bindir}/jjtree

install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom

%add_to_maven_depmap net.java.dev.javacc %{name} %{version} JPP %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%{_javadir}/*.jar
%doc LICENSE README
%{_bindir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files manual
%defattr(-,root,root,-)
%doc www/*

%files demo
%defattr(-,root,root,-)
%doc examples




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.0-7
+ Revision: 8c5560f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16838 |14mr|java-cup-11a-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with                bootstrap

%define section            free
%define gcj_support        1

Name:           java-cup
Version:        11a
Release:        19
Epoch:          1
Summary:        LALR Parser Generator in Java
License:        BSD-style
URL:            http://www2.cs.tum.edu/projects/cup/
# https://www2.in.tum.de/WebSVN/dl.php?repname=CUP&path=/develop/&rev=0&isdir=1
Source0:        develop.tar.bz2
Source1:        java-cup.script
Source2:        java-cup-generated-files.tar.bz2
Patch0:         java-cup-javadoc.patch
Patch1:         java-cup-no-classpath-in-manifest.patch
Patch2:         java-cup-no-cup-no-jflex.patch
Patch3:         java-cup-classpath.patch
# Missing symbolFactory initialization in lr_parser, causes sinjdoc to crash
Patch4:         java-cup-lr_parser-constructor.patch
BuildRequires:  ant
%if %without bootstrap
BuildRequires:  java-cup
BuildRequires:  jflex
%endif
BuildRequires:  java-rpmbuild
Group:          Development/Java
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
Buildarch:      noarch
%endif
Obsoletes:      java_cup < 1:11a
Provides:       java_cup = %{epoch}:%{version}-%{release}
#Distribution:   JPackage
#Vendor:         JPackage Project

%description
java-cup is a LALR Parser Generator in Java.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package manual
Summary:        Documentation for %{name}
Group:          Development/Java

%description manual
Documentation for %{name}.

%prep
%setup -q -n develop
%patch0 -p1
%patch1 -p1
%if %with bootstrap
%setup -q -T -D -a 2 -n develop
%patch2 -p1
%else
%{_bindir}/find . -name '*.jar' | %{_bindir}/xargs %{__rm}
%patch3 -p1
%endif
%patch4 -p1
%{__perl} -pi -e 's/1\.2/1\.4/g' build.xml
%{__mkdir_p} classes dist

%build
%if %with bootstrap
export CLASSPATH=
%else
export CLASSPATH=$(build-classpath java-cup jflex)
%endif
export OPT_JAR_LIST=
%ant
%ant javadoc

%install
%{__rm} -rf %{buildroot}

# jar
%{__mkdir_p} %{buildroot}%{_javadir}
%{__install} -m 644 dist/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
%{__install} -m 644 dist/%{name}-%{version}-runtime.jar %{buildroot}%{_javadir}/%{name}-runtime-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)
# compatibility symlinks
(cd %{buildroot}%{_javadir} && %{__ln_s} %{name}.jar java_cup.jar && %{__ln_s} %{name}-runtime.jar java_cup-runtime.jar)

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%{__mkdir_p} %{buildroot}%{_bindir}
%{__install} -m 755 %{SOURCE1} %{buildroot}%{_bindir}/java-cup

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc changelog.txt
%attr(0755,root,root) %{_bindir}/java-cup
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files manual
%defattr(0644,root,root,0755)
%doc manual.html

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:11a-19
+ Revision: 8f11324
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16839 |14mr|javacvs-5.0-3.0.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support 1
%define section   free

Name:           javacvs
Version:        5.0
Release:        3.0.7
Epoch:          0
Summary:        Netbeans CVS module and library

Group:          Development/Java
License:        Sun Public License
URL:            http://javacvs.netbeans.org/
Source0:        %{name}-%{version}.tar.gz
# cvs -d :pserver:anoncvs@cvs.netbeans.org:/cvs login
# cvs -d :pserver:anoncvs@cvs.netbeans.org:/cvs export -r release50-BLD200601252030 javacvs
Source1:        http://repo1.maven.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.pom
Source2:        javacvs-projectized.xml
# curl -o javacvs-projectized.xml 'http://nbbuild.netbeans.org/source/browse/*checkout*/nbbuild/templates/projectized.xml?content-type=text%2Fplain&rev=1.61'
Source3:        javacvs-default.xml
# curl -o javacvs-default.xml 'http://nbbuild.netbeans.org/source/browse/*checkout*/nbbuild/default.xml?content-type=text%2Fplain&rev=1.19'
Source4:        javacvs-default-properties.xml
# curl -o javacvs-default-properties.xml 'http://nbbuild.netbeans.org/source/browse/*checkout*/nbbuild/default-properties.xml?content-type=text%2Fplain&rev=1.10'
Source5:        javacvs-common.xml
# curl -o javacvs-common.xml 'http://nbbuild.netbeans.org/source/browse/*checkout*/nbbuild/templates/common.xml?content-type=text%2Fplain&rev=1.27.4.1'
Source6:        javacvs-javadoctools-template.xml
# curl -o javacvs-javadoctools-template.xml 'http://nbbuild.netbeans.org/source/browse/*checkout*/nbbuild/javadoctools/template.xml?content-type=text%2Fplain&rev=1.59'
Source7:        javacvs-javadoctools-properties.xml
# curl -o javacvs-javadoctools-properties.xml 'http://nbbuild.netbeans.org/source/browse/*checkout*/nbbuild/javadoctools/properties.xml?content-type=text%2Fplain&rev=1.16'
Source8:        javacvs-javadoctools-links.xml
# curl -o javacvs-javadoctools-links.xml 'http://nbbuild.netbeans.org/source/browse/*checkout*/nbbuild/javadoctools/links.xml?content-type=text%2Fplain&rev=1.16'
Source9:        javacvs-javadoctools-replaces.xml
# curl -o javacvs-javadoctools-replaces.xml 'http://nbbuild.netbeans.org/source/browse/*checkout*/nbbuild/javadoctools/replaces.xml?content-type=text%2Fplain&rev=1.17'
Source10:        javacvs-javadoctools-disallowed-links.xml
# curl -o javacvs-javadoctools-disallowed-links.xml 'http://nbbuild.netbeans.org/source/browse/*checkout*/nbbuild/javadoctools/disallowed-links.xml?content-type=text%2Fplain&rev=1.4'
Source11:        javacvs-javadoctools-apichanges-empty.xml
# curl -o javacvs-javadoctools-apichanges-empty.xml 'http://nbbuild.netbeans.org/source/browse/*checkout*/nbbuild/javadoctools/apichanges-empty.xml?content-type=text%2Fplain&rev=1.1'
Source12:        javacvs-javadoctools-apichanges.xsl
# curl -o javacvs-javadoctools-apichanges.xsl 'http://nbbuild.netbeans.org/source/browse/*checkout*/nbbuild/javadoctools/apichanges.xsl?content-type=text%2Fplain&rev=1.8'
Source13:        javacvs-javadoctools-javadoc.css
# curl -o javacvs-javadoctools-javadoc.css 'http://nbbuild.netbeans.org/source/browse/*checkout*/nbbuild/javadoctools/javadoc.css?content-type=text%2Fplain&rev=1.4'


Patch0:         %{name}-libmodule-build.patch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%if ! %{gcj_support}
BuildArch:      noarch
%endif

BuildRequires:  jpackage-utils >= 0:1.7.4
BuildRequires:  java-rpmbuild
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  ant-nodeps
%if %{gcj_support}
BuildRequires:    java-gcj-compat-devel
%endif
Requires(post):    jpackage-utils >= 0:1.7.4
Requires(postun):  jpackage-utils >= 0:1.7.4

%description
The module provides UI frontend to the CVS in the Netbeans 
IDE. Just now there is work in progress addressing project 
and typical workflow integration. 
Supported commands are: commit, update, add, remove, tag, 
checkout, import, history, diff, status, log, annotate. 
The library implements a CVS client protocol in Java. It 
allows to access CVS servers without setting up an external 
cvs program. It's base for the module. 

%package        lib
Summary:        Netbeans %{name} library
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description    lib
%{summary}.

%package        lib-javadoc
Summary:        Javadoc for %{name} lib
Group:          Development/Java

%description    lib-javadoc
%{summary}.


%prep
%setup -q -n %{name}
%remove_java_binaries
%patch0 -p0 -b .sav
mkdir -p libs/external
mkdir -p nbbuild/dummy
mkdir -p nbbuild/javadoctools
mkdir -p nbbuild/netbeans/
mkdir -p nbbuild/templates/
cp %{SOURCE2} nbbuild/templates/projectized.xml
cp %{SOURCE3} nbbuild/default.xml
cp %{SOURCE4} nbbuild/default-properties.xml
cp %{SOURCE5} nbbuild/templates/common.xml
cp %{SOURCE6} nbbuild/javadoctools/template.xml
cp %{SOURCE7} nbbuild/javadoctools/properties.xml
cp %{SOURCE8} nbbuild/javadoctools/links.xml
cp %{SOURCE9} nbbuild/javadoctools/replaces.xml
cp %{SOURCE10} nbbuild/javadoctools/disallowed-links.xml
cp %{SOURCE11} nbbuild/javadoctools/apichanges-empty.xml
cp %{SOURCE12} nbbuild/javadoctools/apichanges.xsl
cp %{SOURCE13} nbbuild/javadoctools/javadoc.css

%build
cd libmodule
%{ant} -Dcluster=netbeans -Dcode.name.base.dashes=cvsclient jar javadoc

%install
rm -rf $RPM_BUILD_ROOT
install -dm 755 $RPM_BUILD_ROOT%{_javadir}/%{name}

install -pm 644 libmodule/netbeans/modules/cvsclient.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/cvslib-%{version}.jar
ln -s cvslib-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/cvslib.jar
ln -s cvslib-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/cvsclient.jar
%add_to_maven_depmap org.netbeans lib %{version} JPP/%{name} cvslib
%add_to_maven_depmap org.netbeans.lib cvsclient %{version} JPP/%{name} cvsclient

# poms
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -m 644 %{SOURCE1} \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{name}-cvslib.pom
install -m 644 %{SOURCE1} \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{name}-cvsclient.pom

# javadoc
install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-lib-%{version}
cp -pr nbbuild/build/javadoc/cvsclient/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-lib-%{version}
ln -s %{name}-lib-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}-lib 

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT


%post lib
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun lib
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%dir %{_javadir}/%{name}

%files lib
%defattr(0644,root,root,0755)
%{_javadir}/%{name}/*.jar
%{_datadir}/maven2/poms/*
%config(noreplace) %{_mavendepmapfragdir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/cvslib-%{version}.jar.*
%endif

%files lib-javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-lib-%{version}
%doc %{_javadocdir}/%{name}-lib



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:5.0-3.0.7
+ Revision: 5f7a876
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16840 |14mr|javassist-3.9.0-2.0.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Summary:        Java Programming Assistant: bytecode manipulation
Name:           javassist
Version:        3.9.0
Release:        2.0.6
Epoch:          0
License:        MPL and LGPL
URL:            http://www.csg.is.titech.ac.jp/~chiba/javassist/
Group:          Development/Java
Source0:        javassist3.9.GA.zip
# cvs -d:pserver:anonymous@anoncvs.forge.jboss.com:/cvsroot/jboss export -r Javassist_3_5_CR1 javassist

Patch0:         javassist-buildfile-nosource1.4-nosrcjar.patch
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildArch:      noarch
BuildRequires:  java-devel

%description
Javassist (Java Programming Assistant) makes Java
bytecode manipulation simple. It is a class library
for editing bytecodes in Java; it enables Java
programs to define a new class at runtime and to
modify a class file when the JVM loads it. Unlike
other similar bytecode editors, Javassist provides
two levels of API: source level and bytecode level.
If the users use the source-level API, they can edit
a class file without knowledge of the specifications
of the Java bytecode. The whole API is designed with
only the vocabulary of the Java language. You can even
specify inserted bytecode in the form of source text;
Javassist compiles it on the fly. On the other hand,
the bytecode-level API allows the users to directly
edit a class file as other editors.

%package demo
Summary:        Samples for %{name}
Group:          Development/Java
Requires:       javassist = 0:%{version}-%{release}

%description demo
%{summary}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%package manual
Summary:        Tutorial for %{name}
Group:          Development/Java

%description manual
%{summary}.

%prep
%setup -q # -n %{name}-%{version}
%patch0 -p0
for j in $(find . -name "*.jar"); do
        mv $j $j.no
done
#remove the clas it needs com.sun.jdi to build
rm src/main/javassist/util/HotSwapper.java

%build
%{ant} dist

%install

# jars
mkdir -p %{buildroot}%{_javadir}
cp -p %{name}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# demo
mkdir -p %{buildroot}%{_datadir}/%{name}-%{version}
cp -pr sample/* %{buildroot}%{_datadir}/%{name}-%{version}

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr html/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

# manual
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}/tutorial
cp -pr tutorial/* %{buildroot}%{_docdir}/%{name}-%{version}/tutorial
cp -p License.html %{buildroot}%{_docdir}/%{name}-%{version}

%files
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/License.html
%{_javadir}/*.jar


%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}-%{version}

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files manual
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/tutorial

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:3.9.0-2.0.6
+ Revision: 958caf6
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16841 |14mr|jaxen-1.1.2-1.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%bcond_without     bootstrap
%define dom4jver   1.6.1

# We don't want to build with maven
%bcond_with        maven

# If you don't want the manual to be built, give rpmbuild option
# '--without manual'
%bcond_with        manual

Name:           jaxen
Version:        1.1.2
Release:        1.5
Epoch:          0
Summary:        An XPath engine written in Java
License:        BSD
Url:            http://jaxen.codehaus.org/
Group:          Development/Java
Source0:        http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.2.tar.gz
Source6:        http://prdownloads.sourceforge.net/dom4j/dom4j-%{dom4jver}.tar.gz
Source7:        build.xml
%if %with maven
Source1:        pom-maven2jpp-depcat.xsl
Source2:        pom-maven2jpp-newdepmap.xsl
Source3:        pom-maven2jpp-mapdeps.xsl
Source4:        jaxen-1.1-b7-jpp-depmap.xml

Source5:        jaxen-1.1-b7-build.xml
%endif
Patch0:         %{name}-notest.patch
%if %without bootstrap
Requires:       dom4j >= 0:1.6.1
%endif
Requires:       jdom >= 0:1.0-0.rc1.1jpp
Requires:       xalan-j2
Requires:       xerces-j2
Requires:       xom
BuildRequires:  ant >= 0:1.6, java-rpmbuild >= 0:1.6, junit, ant-junit
BuildRequires:  java-devel
%if %with maven
BuildRequires:  maven >= 0:1.1, saxon, saxon-scripts
BuildRequires:  maven-plugin-changes >= 0:1.1
BuildRequires:  maven-plugin-file-activity >= 0:1.1
BuildRequires:  maven-plugin-developer-activity >= 0:1.1
BuildRequires:  maven-plugin-license >= 0:1.1
BuildRequires:  maven-plugin-jdepend >= 0:1.1
BuildRequires:  maven-plugin-tasklist >= 0:1.1
%endif
%if %without bootstrap
BuildRequires:  dom4j >= 0:1.6.1
%endif
BuildRequires:  jdom >= 0:1.0-0.rc1.1jpp
BuildRequires:  xalan-j2
BuildRequires:  xerces-j2
BuildRequires:  xom
Provides:       jaxen-bootstrap <= %{version}-%{release}
Obsoletes:      jaxen-bootstrap <= %{version}-%{release}
BuildArch:      noarch
BuildRequires:  java-devel >= 0:1.4.2

%description
Jaxen is an XPath engine written in Java to work against a variety of XML
based object models such as DOM, dom4j and JDOM together with Java
Beans.

%if %with maven
%if %with manual
%package manual
Summary:        Documents for %{name}
Group:          Development/Java

%description manual
%{summary}.
%endif
%endif

%package demo
Summary:        Samples for %{name}
Group:          Development/Java
Requires:       jaxen = %{epoch}:%{version}-%{release}

%description demo
%{summary}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
# If you dont want to build with maven, give rpmbuild option '--without
# maven'
# If you dont want the manual to be built, give rpmbuild option
# '--without manual'

%if %without bootstrap
%setup -q -a 7
%else
%setup -q -a 6
%patch0
%endif
%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t rm

%if %with maven
export DEPCAT=$(pwd)/jaxen-1.1-b7-depcat.new.xml
echo '<?xml version="1.0" standalone="yes"?>' > $DEPCAT
echo '<depset>' >> $DEPCAT
for p in $(find . -name project.xml); do
    pushd $(dirname $p)
    /usr/bin/saxon project.xml %{SOURCE1} >> $DEPCAT
    popd
done
echo >> $DEPCAT
echo '</depset>' >> $DEPCAT
/usr/bin/saxon $DEPCAT %{SOURCE2} > jaxen-1.1-b7-depmap.new.xml
%else
%if %without bootstrap
mkdir -p target/lib
pushd target/lib
build-jar-repository . dom4j-1.6.1.jar jdom-1.0.jar xom-1.0.jar
ln -s %{_javadir}/xerces-j2.jar xercesImpl-2.6.2.jar
popd
%endif
%endif

%build
%if %with maven
for p in $(find . -name project.xml); do
    pushd $(dirname $p)
    cp project.xml project.xml.orig
    /usr/bin/saxon -o project.xml project.xml.orig %{SOURCE3} map=%{SOURCE4}
    popd
done

mkdir .maven

%if %with manual
maven \
        -Dmaven.repo.remote=file:/usr/share/maven/repository \
        -Dmaven.home.local=$(pwd)/.maven \
        jar javadoc xdoc
%else
maven \
        -Dmaven.repo.remote=file:/usr/share/maven/repository \
        -Dmaven.home.local=$(pwd)/.maven \
        jar javadoc
%endif
%else
%if %with bootstrap
export CLASSPATH=$(build-classpath \
jdom \
xalan-j2 \
xerces-j2 \
xom \
)
pushd dom4j-%{dom4jver}/src/java
javac -sourcepath ../../../src/java/main:. \
        org/dom4j/Attribute.java \
        org/dom4j/Branch.java \
        org/dom4j/CDATA.java \
        org/dom4j/Comment.java \
        org/dom4j/Document.java \
        org/dom4j/DocumentException.java \
        org/dom4j/Element.java \
        org/dom4j/Namespace.java \
        org/dom4j/Node.java \
        org/dom4j/ProcessingInstruction.java \
        org/dom4j/Text.java \
        org/dom4j/io/SAXReader.java

%{jar} cf ../../dom4j.jar $(find . -name "*.class")
popd

export CLASSPATH=$(build-classpath \
jdom \
xalan-j2 \
xerces-j2 \
xom \
):`pwd`/dom4j-%{dom4jver}/dom4j.jar
%endif
%{ant} -Dnoget=true jar javadoc
%endif

%install

# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar \
%{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do \
ln -sf ${jar} ${jar/-%{version}/}; done)

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
%if %with maven
cp -pr target/docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
rm -rf target/docs/apidocs
%else
cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%endif
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# manual
%if %with maven
%if %with manual
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp -pr target/docs/* %{buildroot}%{_docdir}/%{name}-%{version}
%endif
%endif

# demo
install -d -m 755 %{buildroot}%{_datadir}/%{name}-%{version}/samples
cp -pr src/java/samples/* %{buildroot}%{_datadir}/%{name}-%{version}/samples

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/*

%if %with maven
%if %with manual
%files manual
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}
%endif
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}-%{version}



%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.2-1.5
+ Revision: 1d2a9f9
- Disable gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16842 |14mr|jbig2dec-0.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname jbig2dec %{major}
%define develname %mklibname jbig2dec -d

Summary:	A decoder implementation of the JBIG2 image compression format
Name:		jbig2dec
Version:	0.11
Release:	6
License:	GPLv2
Group:		Graphics
URL:		http://jbig2dec.sourceforge.net/
Source0:	http://ghostscript.com/~giles/jbig2/jbig2dec/%{name}-%{version}.tar.gz
Patch1:		jbig2dec-0.10-jbig2dec-nullderef.diff
BuildRequires:	autoconf automake libtool

%description
jbig2dec is a decoder implementation of the JBIG2 image compression format.
JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit 
monochrome) images at moderately high resolution, and in particular scanned
paper documents. In this domain it is very efficient, offering compression
ratios on the order of 100:1.

%package -n	%{libname}
Summary:	A decoder implementation of the JBIG2 image compression format
Group:		System/Libraries

%description -n	%{libname}
jbig2dec is a decoder implementation of the JBIG2 image compression format.
JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit 
monochrome) images at moderately high resolution, and in particular scanned
paper documents. In this domain it is very efficient, offering compression
ratios on the order of 100:1.

This package provides the shared jbig2dec library.

%package -n	%{develname}
Summary:	Static library and header files for development with jbig2dec
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	jbig2dec-devel = %{version}-%{release}

%description -n	%{develname}
jbig2dec is a decoder implementation of the JBIG2 image compression format.
JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit 
monochrome) images at moderately high resolution, and in particular scanned
paper documents. In this domain it is very efficient, offering compression
ratios on the order of 100:1.

This package is only needed if you plan to develop or compile applications
which requires the jbig2dec library.

%prep
%setup -q
%patch1 -p0

# fix strange perms
find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

%build
libtoolize --copy --force; aclocal; autoheader; autoconf; automake --foreign --copy --add-missing

%configure2_5x --disable-static

%make

%install
rm -rf %{buildroot}

%makeinstall_std

%files
%attr(0755,root,root) %{_bindir}/jbig2dec
%attr(0644,root,root) %{_mandir}/man1/jbig2dec.1*

%files -n %{libname}
%doc CHANGES COPYING LICENSE README
%attr(0755,root,root) %{_libdir}/*.so.%{major}*

%files -n %{develname}
%attr(0644,root,root) %{_includedir}/*.h
%attr(0644,root,root) %{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11-6
+ Revision: 26a6bba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16843 |14mr|jbigkit-2.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname jbig %{major}
%define develname %mklibname jbig -d

Summary:	The JBIG-KIT
Name:		jbigkit
Version:	2.0
Release:	10
License:	GPL
Group:		Graphics
URL:		http://www.cl.cam.ac.uk/~mgk25/jbigkit/
Source0:	http://www.cl.cam.ac.uk/~mgk25/download/%{name}-%{version}.tar.gz
Patch0:		jbigkit-2.0-shared.diff
BuildRequires:	libtool

%description
JBIG-KIT implements a highly effective data compression algorithm for bi-level
high-resolution images such as fax pages or scanned documents.

%package -n	%{libname}
Summary:	The Shared library for The JBIG-KIT
Group:		System/Libraries

%description -n	%{libname}
JBIG-KIT implements a highly effective data compression algorithm for bi-level
high-resolution images such as fax pages or scanned documents.

This package provides the shared JBIG-KIT library.

%package -n	%{develname}
Summary:	Static library and header files for development with JBIG-KIT
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	jbig-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
JBIG-KIT implements a highly effective data compression algorithm for bi-level
high-resolution images such as fax pages or scanned documents.

This package is only needed if you plan to develop or compile applications
which requires the libjbig library.

%prep
%setup -q -n %{name}

# fix strange perms
find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

%patch0 -p1

%build
make CFLAGS="%{optflags} -fPIC -DPIC" \
    LDFLAGS="%{ldflags}" prefix=%{_prefix} libdir=%{_libdir}

%check
make test

%install
rm -rf %{buildroot}

%makeinstall_std prefix=%{_prefix} libdir=%{_libdir}

# cleanup
rm -f %{buildroot}%{_libdir}/*.a

%files
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_mandir}/man1/*
%attr(0644,root,root) %{_mandir}/man5/*

%files -n %{libname}
%doc ANNOUNCE CHANGES COPYING
%attr(0755,root,root) %{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc INSTALL TODO pbmtools/*.txt libjbig/*.txt
%attr(0644,root,root) %{_includedir}/*.h
%attr(0644,root,root) %{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-10
+ Revision: 942651a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16844 |14mr|jdepend-2.9.1-1.1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define gcj_support     1

Name:           jdepend
Version:        2.9.1
Release:        1.1.1
Epoch:          0
Summary:        Java Design Quality Metrics
License:        BSD-style
Url:            http://www.clarkware.com/
Group:          Development/Java
Source0:        http://www.clarkware.com/software/jdepend-%{version}.zip
BuildRequires:  java-rpmbuild
BuildRequires:  ant
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
JDepend traverses a set of Java class and source file directories and
generates design quality metrics for each Java package. JDepend allows
you to automatically measure the quality of a design in terms of its
extensibility, reusability, and maintainability to effectively manage
and control package dependencies.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package demo
Summary:        Demos for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description demo
Demonstrations and samples for %{name}.

%prep
%setup -q
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
# fix strange permissions
find . -type d -exec chmod 755 {} \;

%build
%{ant} jar javadoc

%install
%{__rm} -rf %{buildroot}

# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 dist/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done)
# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -a build/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
# demo
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
cp -pr sample $RPM_BUILD_ROOT%{_datadir}/%{name}

# fix end-of-line
%{__perl} -pi -e 's/\r\n/\n/g' README LICENSE

for i in `find docs -type f`; do
    %{__perl} -pi -e 's/\r\n/\n/g' $i
done

for i in `find $RPM_BUILD_ROOT%{_datadir}/%{name} -type f -name "*.java" -o -name "*.properties"`; do
    %{__perl} -pi -e 's/\r\n/\n/g' $i
done

for i in `find $RPM_BUILD_ROOT%{_javadocdir} -type f -name "*.htm*" -o -name "*.css"`; do
    %{__perl} -pi -e 's/\r\n/\n/g' $i
done

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc README LICENSE docs
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%dir %{_javadocdir}/%{name}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:2.9.1-1.1.1
+ Revision: d4a9d7c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16845 |14mr|jdom-1.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support 0

Name:           jdom
Version:        1.1.1
Release:	5
Epoch:          0
Summary:        Java alternative to DOM and SAX
License:        Apache License-like
URL:            http://www.jdom.org/
Group:          Development/Java
Source0:        http://jdom.org/dist/binary/%{name}-%{version}.tar.gz
Patch0:         %{name}-crosslink.patch
Patch1:         %{name}-1.0-OSGiManifest.patch
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  java-javadoc
BuildRequires:	xalan-j2
BuildRequires:  ant
BuildRequires:	jaxen
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif
Requires:	xalan-j2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
JDOM is, quite simply, a Java representation of an XML document. JDOM
provides a way to represent that document for easy and efficient
reading, manipulation, and writing. It has a straightforward API, is a
lightweight and fast, and is optimized for the Java programmer. It's an
alternative to DOM and SAX, although it integrates well with both DOM
and SAX.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package demo
Summary:        Demos for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description demo
Demonstrations and samples for %{name}.


%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p0
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
find . -name "*.class" -exec rm -f {} \;


%build
export CLASSPATH=$(build-classpath xml-commons-apis xalan-j2 jaxen)
sed -e 's|<property name="build.compiler".*||' build.xml > tempf; cp tempf build.xml; rm tempf
%ant -Dj2se.apidoc=%{_javadocdir}/java package javadoc-link


%install
rm -rf %{buildroot}

# jars
mkdir -p %{buildroot}%{_javadir}
cp -p build/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# demo
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr samples %{buildroot}%{_datadir}/%{name}

%{gcj_compile}

%clean
%{__rm} -rf %{buildroot}

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc CHANGES.txt COMMITTERS.txt LICENSE.txt README.txt TODO.txt
%{_javadir}/%{name}*.jar
%{gcj_files}

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}
%doc %{_javadocdir}/%{name}-%{version}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.1.1-5
+ Revision: cb0d1f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16846 |14mr|jemalloc-3.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	General-purpose scalable concurrent malloc implementation
Name:		jemalloc
Version:	3.6.0
Release:	3
License:	BSD
Group:		System/Libraries
Url:		http://www.canonware.com/jemalloc/
Source0:	http://www.canonware.com/download/jemalloc/%{name}-%{version}.tar.bz2
# Remove pprof, as it already exists in google-perftools
Patch0:		jemalloc-3.5.0-no_pprof.patch
# ARMv5tel has no atomic operations
Patch1:		jemalloc-armv5-force-atomic.patch
BuildRequires:	xsltproc

%description
General-purpose scalable concurrent malloc(3) implementation.
This distribution is the stand-alone "portable" implementation of %{name}.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	General-purpose scalable concurrent malloc implementation
Group:		System/Libraries

%description -n %{libname}
General-purpose scalable concurrent malloc(3) implementation.
This distribution is the stand-alone "portable" implementation of %{name}.

%files -n %{libname}
%doc COPYING README VERSION
%doc doc/jemalloc.html
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%{_bindir}/jemalloc.sh
%{_includedir}/jemalloc
%{_libdir}/lib%{name}.so
%{_mandir}/man3/jemalloc.3*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export LC_ALL=C
export CFLAGS="%{optflags} -std=gnu99"
%configure2_5x
%make

%install
%makeinstall_std

# Install this with doc macro instead
rm %{buildroot}%{_datadir}/doc/%{name}/jemalloc.html

# None of these in fedora
find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';'


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6.0-3
+ Revision: d2be99f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16847 |14mr|jetty5-5.1.15-1.5.11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%bcond_without fedora

%define bootstrap 0

# If you don't want the -extras subpackage to be built
# in order to avoid its (Build)Requires
# give rpmbuild option '--without extra'

%define with_extra 0

%define section     free
%define jettyname   jetty
%define jtuid       110
%define username    %{name}
%define confdir     %{_sysconfdir}/%{name}
%define logdir      %{_logdir}/%{name}
%define homedir     %{_datadir}/%{name}
%define tempdir     %{_localstatedir}/cache/%{name}/temp
%define rundir      %{_localstatedir}/run/%{name}
%define libdir      %{_localstatedir}/lib/%{name}/lib
%define appdir      %{_localstatedir}/lib/%{name}/webapps
%define demodir     %{_localstatedir}/lib/%{name}/demo

Name:           jetty5
Version:        5.1.15
Release:        1.5.11
Epoch:          0
Summary:        The Jetty Webserver and Servlet Container

Group:          Development/Java
License:        Apache License
URL:            http://jetty.mortbay.org/jetty/
# Following source tarball was originally taken from the following location:
# http://www.ibiblio.org/maven/jetty/jetty-5.1.x/jetty-5.1.14.tgz
# The tarball was modified by removing all jars and BCLA licenses.
# tar -xzf jetty-5.1.14.tgz
# pushd jetty-5.1.14
# find . -name *.jar -exec rm {} \;
# rm ./etc/LICENSE.javax.xml.html ./etc/LICENSE.jsse.txt
# popd
# tar -czf jetty-5.1.14.fedora.tgz jetty-5.1.14/*
Source0:        %{jettyname}-%{version}.fedora.tgz
Source1:        jetty5.script
Source2:        jetty5.init
Source3:        jetty.logrotate
Source4:        jetty-OSGi-MANIFEST.MF
Patch0:         jetty-extra-j2ee-build_xml.patch
Patch1:         jetty-PostFileFilter.patch
Patch2:         jetty-libgcj-bad-serialization.patch
Patch3:         jetty-TestRFC2616-libgcj-bad-date-parser.patch
Patch4:		jetty-webdefault.patch
Patch5:		jetty-unix.patch

BuildArch:      noarch
BuildRequires:  java-rpmbuild >= 0:1.6
#BuildRequires:  perl >= 0:5.005
# build only
BuildRequires:  ant-junit
BuildRequires:  jakarta-commons-collections
BuildRequires:  junit
BuildRequires:  locales-en
# main
BuildRequires:  ant >= 0:1.6
BuildRequires:  jakarta-commons-el
BuildRequires:  jakarta-commons-logging
BuildRequires:  jsse
BuildRequires:  mx4j >= 0:3.0
BuildRequires:  tomcat5-jasper
BuildRequires:  jsp
BuildRequires:  tomcat5-servlet-2.4-api
BuildRequires:  xerces-j2 >= 0:2.7
BuildRequires:  xml-commons-apis
BuildRequires:  zip
BuildRequires:  tomcat5-webapps
# extra
%if %{with_extra}
BuildRequires:  carol
BuildRequires:  geronimo-j2ee-connector-1.5-api
BuildRequires:  geronimo-j2ee-management-1.0-api
BuildRequires:  howl-logger
BuildRequires:  hsqldb
BuildRequires:  jaf
BuildRequires:  jakarta-commons-cli
BuildRequires:  javamail
BuildRequires:  jboss4-cluster
BuildRequires:  jboss4-common
BuildRequires:  jboss4-j2ee
BuildRequires:  jboss4-jmx
BuildRequires:  jboss4-security
BuildRequires:  jboss4-server
BuildRequires:  jboss4-system
BuildRequires:  jgroups
BuildRequires:  jotm
BuildRequires:  geronimo-jta-1.0.1B-api
BuildRequires:  log4j
BuildRequires:  openorb-ots
BuildRequires:  xapool
%endif
#
Requires:  chkconfig
Requires:  jpackage-utils >= 0:1.6
Requires:  ant >= 0:1.6
Requires:  jakarta-commons-el
Requires:  jakarta-commons-logging
Requires:  tomcat5-jasper
Requires:  jsse
Requires:  mx4j >= 0:3.0
Requires:  tomcat5-servlet-2.4-api
Requires:  xerces-j2 >= 0:2.7
Requires:  xml-commons-apis

Requires(pre):  rpm-helper
Requires(post):  rpm-helper
Requires(preun):  rpm-helper

%description
Jetty is a 100% Java HTTP Server and Servlet Container. 
This means that you do not need to configure and run a 
separate web server (like Apache) in order to use java, 
servlets and JSPs to generate dynamic content. Jetty is 
a fully featured web server for static and dynamic content. 
Unlike separate server/container solutions, this means 
that your web server and web application run in the same 
process, without interconnection overheads and complications. 
Furthermore, as a pure java component, Jetty can be simply 
included in your application for demonstration, distribution 
or deployment. Jetty is available on all Java supported 
platforms.  

%package        demo
Summary:        Examples for %{name}
Group:          Development/Java
Requires:       %{name} = 0:%{version}

%description    demo
%{summary}.

%if %{with_extra}
%package        extra
Summary:        Extras for %{name}
Group:          Development/Java
Requires:       %{name} = 0:%{version}
Requires:  carol
Requires:  geronimo-j2ee-connector-1.5-api
Requires:  geronimo-j2ee-management-1.0-api
Requires:  howl-logger
Requires:  hsqldb
Requires:  jaf
Requires:  jakarta-commons-cli
Requires:  javamail
Requires:  jboss4-cluster
Requires:  jboss4-common
Requires:  jboss4-j2ee
Requires:  jboss4-jmx
Requires:  jboss4-system
Requires:  jboss4-security
Requires:  jboss4-server
Requires:  jgroups
# jonas_timer
# objectweb-datasource
Requires:  jotm
Requires:  geronimo-jta-1.0.1B-api
Requires:  log4j
Requires:  openorb-ots
Requires:  xapool

%description    extra
The purpose of this project is to enrich Jetty by 
selectively incorporating useful J2EE and non-J2EE 
features. The result is JettyPlus, an environment 
offering additional facilities to core web and servlet 
services, but which does not entail a full-blown 
application server (such as JettyJBoss and JettyJOnAS). 
The feature set currently contains: 
Java Transaction API (JTA) and Resource references, eg DataSources 
Java Naming and Directory Interface API (JNDI) 
Log4J 
Java Authentication and Authorization Service (JAAS) 
Java Mail  
These features have been implemented as a pluggable, 
Service-based architecture. This means that it is 
possible to develop and use alternative services to 
those provided. 
%endif

%package        manual
Summary:        Documents for %{name}
Group:          Development/Java
Requires:       %{name} = 0:%{version}

%description    manual
%{summary}.

%prep
%setup -q -n %{jettyname}-%{version}
mv demo/webapps/servlets-examples.war \
  demo/webapps/servlets-examples-dontdelete
mv demo/webapps/jsp-examples.war \
  demo/webapps/jsp-examples-dontdelete
for f in $(find . -name "*.?ar"); do rm $f; done
find . -name "*.class" -exec rm {} \;
# .war files needed for tests
mv demo/webapps/servlets-examples-dontdelete \
  demo/webapps/servlets-examples.war
mv demo/webapps/jsp-examples-dontdelete \
  demo/webapps/jsp-examples.war

%if %{bootstrap}
rm src/org/mortbay/util/jmx/MX4JHttpAdaptor.java
%endif

%patch0 -p0 -b .sav
%patch1 -p0 -b .sav
%patch2 -p0 -b .sav
%patch3 -p0 -b .sav
%patch4
%patch5

# Delete this Sun specific file.
rm src/org/mortbay/http/SunJsseListener.java

# Convert line endings...
%{__sed} -i 's/\r//' demo/webapps/jetty/auth/logon.html
%{__sed} -i 's/\r//' demo/webapps/jetty/auth/logon.jsp
%{__sed} -i 's/\r//' demo/webapps/jetty/auth/logonError.html

%build
export LC_ALL=en_US.ISO-8859-1

pushd ext
  ln -s $(build-classpath ant) .
  ln -s $(build-classpath commons-el) .
  ln -s $(build-classpath commons-logging) .
  ln -s $(build-classpath jasper5-compiler) jasper-compiler.jar
  ln -s $(build-classpath jasper5-runtime)  jasper-runtime.jar
  ln -s $(build-classpath mx4j/mx4j) .
  ln -s $(build-classpath mx4j/mx4j-jmx) .
  ln -s $(build-classpath mx4j/mx4j-remote) .
  ln -s $(build-classpath mx4j/mx4j-tools) .
  ln -s $(build-classpath xerces-j2) xercesImpl.jar
  ln -s $(build-classpath xml-commons-apis) xml-apis.jar
popd
%if %{with_extra}
pushd extra/ext
  ln -s $(build-classpath jaf) activation.jar
  ln -s $(build-classpath commons-cli) .
  ln -s $(build-classpath geronimo-j2ee-connector-1.5-api) connector-1_5.jar
  ln -s $(build-classpath hsqldb) .
  ln -s $(build-classpath geronimo-j2ee-management-1.0-api) javax77.jar
  ln -s $(build-classpath geronimo-jta-1.0.1B-api) jta-spec1_0_1.jar
  ln -s $(build-classpath log4j) .
  ln -s $(build-classpath javamail/mailapi) mail.jar
  ln -s $(build-classpath carol/ow_carol) .
  ln -s $(build-classpath howl-logger) .
#  #jonas_timer.jar
  ln -s $(build-classpath jotm/jotm) .
  ln -s $(build-classpath jotm/iiop-stubs) jotm_iiop_stubs.jar
  ln -s $(build-classpath jotm/jrmp-stubs) jotm_jrmp_stubs.jar
  ln -s $(build-classpath openorb-ots) jts1_0.jar
  #objectweb-datasource.jar
  ln -s $(build-classpath xapool) .
popd
%endif

export CLASSPATH=$(build-classpath \
)

%if %{with_extra}
CLASSPATH=$CLASSPATH:$(build-classpath \
jboss4/jboss-j2ee \
jboss4/jboss-common \
jboss4/jboss-system \
jboss4/jboss-jmx \
jboss4/jboss \
jboss4/jbosssx \
jboss4/jbossha \
jgroups \
log4j \
)
%endif

%if %{with_extra}
%{ant} -Dxdoclet.home=%{_javadir}/xdoclet -Dbuild.sysclasspath=first all extra
%else
%{ant} -Dxdoclet.home=%{_javadir}/xdoclet -Dbuild.sysclasspath=first all
%endif

# inject OSGi manifests
mkdir -p META-INF
cp %{SOURCE4} META-INF/MANIFEST.MF
zip -u lib/org.mortbay.jetty.jar META-INF/MANIFEST.MF

%install
# dirs
install -dm 755 $RPM_BUILD_ROOT%{_bindir}
install -dm 755 $RPM_BUILD_ROOT%{_initrddir}
install -dm 755 $RPM_BUILD_ROOT%{_javadir}/%{name}
install -dm 755 $RPM_BUILD_ROOT%{confdir}
install -dm 755 $RPM_BUILD_ROOT%{confdir}/extra
install -dm 755 $RPM_BUILD_ROOT%{demodir}
install -dm 755 $RPM_BUILD_ROOT%{homedir}
install -dm 755 $RPM_BUILD_ROOT%{homedir}/bin
install -dm 755 $RPM_BUILD_ROOT%{homedir}/ext
install -dm 755 $RPM_BUILD_ROOT%{homedir}/extra
install -dm 755 $RPM_BUILD_ROOT%{homedir}/extra/ext
install -dm 755 $RPM_BUILD_ROOT%{libdir}
install -dm 755 $RPM_BUILD_ROOT%{libdir}/extra
install -dm 755 $RPM_BUILD_ROOT%{logdir}
install -dm 755 $RPM_BUILD_ROOT%{rundir}
install -dm 755 $RPM_BUILD_ROOT%{tempdir}
install -dm 755 $RPM_BUILD_ROOT%{appdir}
# main pkg
install -pm 755 extra/unix/bin/jetty.sh $RPM_BUILD_ROOT%{_bindir}/d%{name}
install -pm 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/%{name}
install -pm 755 %{SOURCE2} $RPM_BUILD_ROOT%{_initrddir}/%{name}
install -pm 644 start.jar $RPM_BUILD_ROOT%{homedir}/bin
install -pm 644 stop.jar $RPM_BUILD_ROOT%{homedir}/bin
cp -pr etc/* $RPM_BUILD_ROOT%{confdir}
touch $RPM_BUILD_ROOT%{confdir}/jetty.conf
install -pm 644 lib/org.mortbay.jetty.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-%{version}.jar
install -pm 644 lib/org.mortbay.jmx.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-jmx-%{version}.jar
install -pm 644 lib/javax.servlet.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-servlet-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir}/%{name} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)
pushd $RPM_BUILD_ROOT%{libdir}
  ln -sf %{_javadir}/%{name}/%{name}.jar org.mortbay.jetty.jar
  ln -sf %{_javadir}/%{name}/%{name}-jmx.jar org.mortbay.jmx.jar
popd
pushd $RPM_BUILD_ROOT%{homedir}/ext
ln -s $(build-classpath ant)
ln -s $(build-classpath jasper5-compiler)
ln -s $(build-classpath jasper5-runtime)
ln -s $(build-classpath commons-el)
ln -s $(build-classpath commons-logging)
ln -s $(build-classpath mx4j/mx4j-jmx)
ln -s $(build-classpath mx4j/mx4j-tools)
ln -s $(build-classpath servletapi5)
ln -s $(build-classpath jspapi)
ln -s $(build-classpath xerces-j2)
ln -s $(build-classpath xml-commons-apis)
popd
( cat << EO_RC
JAVA_HOME=/usr/lib/jvm/java
JAVA_OPTIONS=
JETTY_HOME=%{homedir}
JETTY_CONSOLE=%{logdir}/jetty-console.log
JETTY_PORT=8080
JETTY_RUN=%{_localstatedir}/run/%{name}
JETTY_PID=\$JETTY_RUN/jetty5.pid
EO_RC
) > $RPM_BUILD_ROOT%{homedir}/.jettyrc

# extra
%if %{with_extra}
cp -pr extra/etc/* $RPM_BUILD_ROOT%{confdir}/extra
rm $RPM_BUILD_ROOT%{confdir}/extra/LICENSE.apache.txt
rm $RPM_BUILD_ROOT%{confdir}/extra/LICENSE.hsqldb.html
rm $RPM_BUILD_ROOT%{confdir}/extra/LICENSE.p6spy.html

install -pm 644 extra/lib/org.jboss.jetty.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-jboss-%{version}.jar
install -pm 644 extra/lib/org.mortbay.ftp.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-ftp-%{version}.jar
install -pm 644 extra/lib/org.mortbay.j2ee.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-j2ee-%{version}.jar
install -pm 644 extra/lib/org.mortbay.jaas.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-jaas-%{version}.jar
install -pm 644 extra/lib/org.mortbay.jsr77.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-jsr77-%{version}.jar
# omit for 1.6
# install -pm 644 extra/lib/org.mortbay.jetty-jdk1.2.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-jetty-jdk1.2-%{version}.jar
install -pm 644 extra/lib/org.mortbay.jetty.plus.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-plus-%{version}.jar
# omit for 1.6
# install -pm 644 extra/lib/org.mortbay.jmx-jdk1.2.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-jmx-jdk1.2-%{version}.jar
install -pm 644 extra/lib/org.mortbay.loadbalancer.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/%{name}-loadbalancer-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir}/%{name} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)
pushd $RPM_BUILD_ROOT%{libdir}/extra
  ln -sf %{_javadir}/%{name}/%{name}-jboss.jar org.jboss.jetty.jar
  ln -sf %{_javadir}/%{name}/%{name}-ftp.jar org.mortbay.ftp.jar
  ln -sf %{_javadir}/%{name}/%{name}-j2ee.jar org.mortbay.j2ee.jar
  ln -sf %{_javadir}/%{name}/%{name}-jaas.jar org.mortbay.jaas.jar
  ln -sf %{_javadir}/%{name}/%{name}-jsr77.jar org.mortbay.jsr77.jar
  ln -sf %{_javadir}/%{name}/%{name}-plus.jar org.mortbay.jetty.plus.jar
  ln -sf %{_javadir}/%{name}/%{name}-loadbalancer.jar org.mortbay.loadbalancer.jar
popd
pushd $RPM_BUILD_ROOT%{homedir}/extra/ext
  #jonas_timer.jar
  #objectweb-datasource.jar
ln -s $(build-classpath jaf)
ln -s $(build-classpath carol/carol)
ln -s $(build-classpath commons-cli)
ln -s $(build-classpath hsqldb)
ln -s $(build-classpath jotm/jotm)
ln -s $(build-classpath jotm/iiop-stubs)
ln -s $(build-classpath jotm/jrmp-stubs)
ln -s $(build-classpath jta)
ln -s $(build-classpath openorb-ots)
ln -s $(build-classpath log4j)
ln -s $(build-classpath javamail/mailapi)
ln -s $(build-classpath xapool)
popd
%endif

# demo
cp -pr demo/* $RPM_BUILD_ROOT%{demodir}

# manual
install -dm 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
cp -p {LICENSE.TXT,VERSION.TXT} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
mv $RPM_BUILD_ROOT%{demodir}/webapps/jetty/* \
                $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
rm -rf $RPM_BUILD_ROOT%{appdir}/jetty

pushd $RPM_BUILD_ROOT%{homedir}
   [ -d etc ]    || ln -fs %{confdir}   etc
   [ -d demo ]    || ln -fs %{demodir}   demo
   [ -d logs ]    || ln -fs %{logdir}    logs
   [ -d lib ]     || ln -fs %{libdir}    lib
   [ -d temp ]    || ln -fs %{tempdir}   temp
   [ -d webapps ] || ln -fs %{appdir}    webapps
%if %{with_extra}
   pushd extra
     [ -d etc ]    || ln -fs %{confdir}/extra  etc
     [ -d lib ]    || ln -fs %{libdir}/extra    lib
   popd
%endif
popd

# no need to fix paths
#perl -pi -e 's#etc/#conf/#g;' $RPM_BUILD_ROOT%{confdir}/*.xml

(cd %{buildroot} && ln -s %{_docdir}/%{name}-%{version} ./%{demodir}/webapps/jetty)

%pre
# Add the "jetty5" user and group
# we need a shell to be able to use su - later
%_pre_useradd %{name} %{homedir} /bin/sh
%_pre_groupadd %{name} %{name}
#%{_sbindir}/groupadd -g %{jtuid} %{name} 2> /dev/null || :
#%{_sbindir}/useradd -c "Jetty5" -u %{jtuid} -g %{name} \
#    -s /bin/sh -d %{homedir} %{name} 2> /dev/null || :

%post
%_post_service %{name}

%preun
%_preun_service %{name}
if [ $1 = 0 ]; then
# Don't
#   %{_sbindir}/userdel %{name} >> /dev/null 2>&1 || :
#   %{_sbindir}/groupdel %{name} >> /dev/null 2>&1 || :

    # Remove automated symlinks
    for repository in %{homedir}/ext ; do
        find $repository -name '\[*\]*.jar' ! -type d -exec rm -f {} \;
    done
fi

%if %{with_extra}
%preun extra
  for repository in %{homedir}/extra/ext ; do
      find $repository -name '\[*\]*.jar' ! -type d -exec rm -f {} \;
  done
%endif

%files
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/*
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/%{name}-%{version}.jar
%{_javadir}/%{name}/%{name}-jmx-%{version}.jar
%{_javadir}/%{name}/%{name}-servlet-%{version}.jar
%{_javadir}/%{name}/%{name}.jar
%{_javadir}/%{name}/%{name}-jmx.jar
%{_javadir}/%{name}/%{name}-servlet.jar
%config(noreplace) %{confdir}
%dir %{libdir}
%{libdir}/org.mortbay.jetty.jar
%{libdir}/org.mortbay.jmx.jar
%dir %{homedir}
%{homedir}/[^e]*
%{homedir}/ext
%{homedir}/etc
%{homedir}/.jettyrc
%dir %{demodir}
%attr(755, jetty5, jetty5) %{logdir}
%attr(755, jetty5, jetty5) %{tempdir}
%attr(755, jetty5, jetty5) %{rundir}
%dir %{appdir}
%attr(0755,root,root) %{_initrddir}/%{name}

%files demo
%defattr(-,root,root,0755)
%{demodir}

%files manual
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}

%if %{with_extra}
%files extra
%defattr(0644,root,root,0755)
%{_javadir}/%{name}/%{name}-ftp-%{version}.jar
%{_javadir}/%{name}/%{name}-ftp.jar
%{_javadir}/%{name}/%{name}-j2ee-%{version}.jar
%{_javadir}/%{name}/%{name}-j2ee.jar
%{_javadir}/%{name}/%{name}-jaas-%{version}.jar
%{_javadir}/%{name}/%{name}-jaas.jar
%{_javadir}/%{name}/%{name}-jboss-%{version}.jar
%{_javadir}/%{name}/%{name}-jboss.jar
%{_javadir}/%{name}/%{name}-jsr77-%{version}.jar
%{_javadir}/%{name}/%{name}-jsr77.jar
%{_javadir}/%{name}/%{name}-loadbalancer-%{version}.jar
%{_javadir}/%{name}/%{name}-loadbalancer.jar
%{_javadir}/%{name}/%{name}-plus-%{version}.jar
%{_javadir}/%{name}/%{name}-plus.jar
%{confdir}/extra
%{homedir}/extra
%{libdir}/extra
%endif


%changelog
* Mon Jul 07 2014 dsilakov <denis.silakov@rosalab.ru> 0:5.1.15-1.5.11
+ Revision: 5e58d08
- Merge pull request #1 from dsilakov/jetty5:rosa2014.1
- Drop javadoc and gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16848 |14mr|jflex-1.4.1-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with                bootstrap
%define section            free
%define gcj_support        0

Name:           jflex
Version:        1.4.1
Release:        21
Epoch:          0
Summary:        A Lexical Analyzer Generator for Java
License:        GPL
Group:          Development/Java
Source0:        http://www.jflex.de/jflex-1.4.1.tar.bz2
Source1:        jflex.script
Source2:        jflex-1.4.1-generated-files.tar.bz2
Patch0:         jflex-javac-no-target.patch
Patch1:         jflex-no-cup-no-jflex.patch
Patch2:         jflex-classpath.patch
Patch3:         jflex-cup-anttask.patch
Patch4:         jflex-byaccj-utl.patch
URL:            http://www.jflex.de/
Requires:       java_cup
Requires:       jpackage-utils
BuildRequires:  ant
BuildRequires:  java_cup
BuildRequires:  locales-en
%if %without bootstrap
BuildRequires:  jflex
%endif
BuildRequires:  java-rpmbuild
BuildRequires:  junit
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif

%description
JFlex is a lexical analyzer generator for Java written in Java. It is 
also a rewrite of the very useful tool JLex which was developed by 
Elliot Berk at Princeton University. As Vern Paxson states for his C/C++ 
tool flex: they do not share any code though.

Design goals The main design goals of JFlex are:

    * Full unicode support
    * Fast generated scanners
    * Fast scanner generation
    * Convenient specification syntax
    * Platfo%{__rm} independence
    * JLex compatibility

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
%{__rm} -rf src/java_cup
find . -name '*.jar' | xargs -t %{__rm}
%patch0 -p1
%if %with bootstrap
%setup -q -T -D -a 2
%patch1 -p1
%else
%patch2 -p1
%patch3 -p1
%patch4 -p1
%endif

%build
export LC_ALL=en_US.ISO-8859-1
pushd src
%if %without bootstrap
export CLASSPATH=$(build-classpath java-cup junit jflex)
%else
export CLASSPATH=$(build-classpath java-cup junit)
%endif
export OPT_JAR_LIST=
%if %without bootstrap
%ant realclean
%endif
%ant jar
%{__mkdir_p} ../dist/docs/api
%{javadoc} -d ../dist/docs/api `find . -type f -name "*.java"`
popd

%install
# jar
%{__mkdir_p} %{buildroot}%{_javadir}
%{__install} -m 644 lib/JFlex.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
# compatibility symlink
(cd %{buildroot}%{_javadir} && %{__ln_s} jflex.jar JFlex.jar)
# javadoc
%{__mkdir_p} 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%{__mkdir_p} %{buildroot}%{_bindir}
%{__install} -m 755 %{SOURCE1} %{buildroot}%{_bindir}/jflex

%{__perl} -pi -e 's/\r$//g' examples/standalone/sample.inp

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%post javadoc
%{__rm} -f %{_javadocdir}/%{name}
%{__ln_s} %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ "$1" = "0" ]; then
    %{__rm} -f %{_javadocdir}/%{name}
fi

%files
%defattr(0644,root,root,0755)
%doc COPYRIGHT doc examples src/README src/changelog
%attr(0755,root,root) %{_bindir}/jflex
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/JFlex.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%ghost %{_javadocdir}/%{name}




%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.4.1-21
+ Revision: f71799b
- Drop gcj support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16849 |14mr|jfsutils-1.1.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	IBM JFS utility programs
Name:		jfsutils
Version:	1.1.15
Release:	1
License:	GPLv3+
Group:		System/Kernel and hardware
Url:		http://jfs.sourceforge.net/
Source0:	http://www10.software.ibm.com/developer/opensource/jfs/project/pub/%{name}-%{version}.tar.gz
Patch0:		jfsutils-1.1.12-uuid.patch
Patch2:		jfsutils-1.1.15-string-literal.diff
Patch3:		jfsutils-1.1.15-add-stdint-for-c99-types.patch
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(uuid)
%rename		jfsprogs

%description
The jfsutils package contains a number of utilities for creating,
checking, modifying, and correcting any inconsistencies in JFS
filesystems.
The following utilities are available:
* fsck.jfs - initiate replay of the JFS transaction log, and check and
  repair a JFS formatted device
* logdump  - dump a JFS formatted device's journal log
* logredo  - "replay" a JFS formatted device's journal log
* mkfs.jfs - create a JFS formatted partition
* xchkdmp  - dump the contents of a JFS fsck log file created with xchklog
* xchklog  - extract a log from the JFS fsck workspace into a file
* xpeek    - shell-type JFS file system editor

%files
/sbin/*
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
CONFIGURE_TOP="$PWD"
%configure2_5x \
	--sbindir=/sbin
%make

%install
%makeinstall_std




%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.15-1
+ Revision: d178429
- New version 1.1.15, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16850 |14mr|jhead-2.97-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Command line tools to read and edit EXIF extensions in JPEG files
Name:		jhead
Version:	2.97
Release:	2
License:	Public Domain
Group:		Graphics
Url:		http://www.sentex.net/~mwandel/jhead/
Source0:	http://www.sentex.net/~mwandel/jhead/%{name}-%{version}.tar.gz
Patch0:		jhead-2.97-ldflags.diff
# Without jpegtran the nicest features will not work
Requires:	libjpeg-progs

%description
Most digital cameras produce EXIF files, which are JPEG files with extra tags
that contain information about the image.

In contrary to the tools "exif" and "gexif" (and all other libexif-based tools
as "gphoto2") this tool gives a much easier readable summary of camera settings
(shutter speed in 1/x sec, focal length (also the 35-mm camera equivalent),
focal distance, ...), EXIF header manipulation as stripping off the thumbnail
and other info not needed, stripping off the complete header, applying
arbitrary conversion tools to the JPEG image and conserving the header,
renaming JPEG images with the capture date stored in the header, and even
turning the images upright when the camera has an orientation sensor (as Canon
Digital IXUS 400) ...

The tool is very compact, the executable has only a size of around 35 kb, the
whole package (with documentation) occupies 60 kb.

See %{_docdir}/jhead/usage.html for how to use this program.

%prep
%setup -q
%patch0 -p0

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 jhead %{buildroot}%{_bindir}
install -m0644 jhead.1 %{buildroot}%{_mandir}/man1

%files
%doc readme.txt usage.html changes.txt
%{_bindir}/*
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.97-2
+ Revision: f3b9fdd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16851 |14mr|jikes-1.23-0.20050308.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	jikes
%define version 1.23
%define release 0.20050308.7

Summary: 	Java source to bytecode compiler
Name: 		%{name}
Version:	%{version}
Release: 	%mkrel %{release}
License: 	IBM Public License
Group: 		Development/Java
Provides: 	guavac
Obsoletes: 	guavac
URL: 		http://ibm.com/developerworks/opensource/jikes/
Source0: 	http://oss.software.ibm.com/pub/jikes/%{version}/%{name}-cvs.tar.bz2
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The IBM Jikes compiler translates Java source files to bytecode. It
also supports incremental compilation and automatic makefile generation,
and is maintained by the Jikes Project:
  http://ibm.com/developerworks/opensource
  
%prep
%setup -q -n %{name}

%build
%configure2_5x --enable-source15
%make

%install
%{__rm} -rf %{buildroot}
%makeinstall
%{__rm} -rf %{buildroot}%{_datadir}/doc

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog NEWS TODO INSTALL
%doc doc/*.htm*
%doc %{_mandir}/man1/jikes.1*
%{_bindir}/jikes
%{_includedir}/jikesapi.h




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.23-0.20050308.7
+ Revision: d61916e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16852 |14mr|jline-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%bcond_with	maven

Name:           jline
Version:        1.0
Release:        3
Summary:        Java library for reading and editing user input in console applications
License:        BSD
URL:            http://jline.sf.net/
Group:          Development/Java
Source0:        http://superb-east.dl.sourceforge.net/sourceforge/jline/jline-%{version}.zip
Source1:        CatalogManager.properties
Source2:        jline-build.xml
Requires:       /bin/sh
Requires:       /bin/stty
BuildRequires:  java-rpmbuild >= 0:1.7
%if %{with maven}
BuildRequires:  xml-commons-resolver
BuildRequires:  maven2
BuildRequires:  maven2-plugin-resources
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven-surefire-plugin
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-site
BuildRequires:  maven2-plugin-assembly
BuildRequires:  maven2-plugin-javadoc
BuildRequires:  ant-apache-resolver
%else
BuildRequires:  ant
BuildRequires:  junit
%endif
BuildArch:      noarch

%description
JLine is a java library for reading and editing user input in console
applications. It features tab-completion, command history, password
masking, customizable keybindings, and pass-through handlers to use to
chain to other console applications.

%package        demo
Summary:        Demos for %{name}
Group:          Development/Java

%description    demo
Demonstrations and samples for %{name}.

# FIXME: the maven ant:ant generated build.xml file does not contain 
#        a javadoc task
%if %{with maven}
%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.
%endif

%prep
%setup -q
%remove_java_binaries

cp %{SOURCE2} src/build.xml

#%{__perl} -pi -e 's/^import com\.sun\.jmx\.snmp\.ThreadContext\;$//' src/src/main/java/jline/Terminal.java

%build
# Now done by Patch0 for documentation purposes
#perl -p -i -e 's|^.*<attribute name="Class-Path".*||' build.xml

# Use locally installed DTDs
export CLASSPATH=$(pwd)/build:$(pwd)/src/target/test-classes

cd src/

%if %{with maven}
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

mvn-jpp \
        -e \
                -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
                -Dmaven.test.failure.ignore=true \
        install javadoc:javadoc
%else
mkdir -p $(pwd)/.m2/repository
build-jar-repository $(pwd)/.m2/repository junit
export CLASSPATH=$(pwd)/target/classes:$(pwd)/target/test-classes
%{ant} -Dbuild.sysclasspath="only" -Duser.home=$(pwd) 
%endif

%install
# jars
for jar in $(find -type f -name "*.jar"); do
	install -m644 $jar -D %{buildroot}%{_javadir}/%{name}-%{version}.jar
	jar -i %{buildroot}%{_javadir}/%{name}-%{version}.jar
done
%create_jar_links
chmod a+r %{buildroot}%{_javadir}/*jar

# the maven ant:ant task did not generate a build.xml file with a javadoc task
%if %{with maven}
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
for target in $(find -type d -name target); do
        install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}/`basename \`dirname $target\` | sed -e s:jline-::g`
        cp -pr $target/site/apidocs/* $jar %{buildroot}%{_javadocdir}/%{name}-%{version}/`basename \`dirname $target\` | sed -e s:jline-::g`
done
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} 
%endif

%files
%doc LICENSE.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%doc LICENSE.txt

%if %{with maven}

%files javadoc
%doc %{_javadocdir}/*
%endif

#FIXME: add javadoc support to generated build.xml


%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: 260ff9f
- Fix permissions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16853 |14mr|jmock1-1.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
%define section   free
%define maven_name jmock

Name:           jmock1
Version:        1.2.0
Release:        4
Summary:        Test Java code using mock objects

Group:          Development/Java
License:        Open Source
URL:            http://jmock.codehaus.org/
Source0:        jmock-1.2.0.tar.gz
# svn export http://svn.codehaus.org/jmock/tags/1.2.0/ jmock-1.2.0
Source1:        jmock-1.2.0.pom
Source2:        jmock-cglib-1.2.0.pom


Patch0:         jmock-1.2.0-AssertMo.patch
Patch1:         jmock-1.2.0-build_xml.patch
Patch2:		jmock-asm_rename.patch
Patch3:		jmock-1.2.0-cglib2.2-asm3.patch

BuildArch:      noarch
BuildRequires:	java-devel 
BuildRequires:  java-rpmbuild 
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit
BuildRequires:  junit >= 0:3.8.1
BuildRequires:  cglib
BuildRequires:  objectweb-asm
BuildRequires:  jaxp_parser_impl
Requires:  cglib
Requires:  objectweb-asm
Provides:	jmock = %{version}-%{release}

%description
jMock is a library for testing Java code using mock objects.
Mock objects help you design and test the interactions between the 
objects in your programs.
The jMock package:
* makes it quick and easy to define mock objects, so you don't break 
  the rhythm of programming.
* lets you define flexible constraints over object interactions, 
  reducing the brittleness of your tests.
* is easy to extend.


%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%package        demo
Summary:        Examples for %{name}
Group:          Development/Java

%description    demo
%{summary}.

%prep
%setup -q -n jmock-%{version}
%remove_java_binaries

%patch0 -p0 -b .sav
%patch1 -p0 -b .sav
%patch2 -p1
%patch3 -p1

%build
export OPT_JAR_LIST="ant/ant-junit junit"

export CLASSPATH=$(build-classpath cglib objectweb-asm):build/classes
CLASSPATH=build/classes:$CLASSPATH
%ant -Dbuild.sysclasspath=only package


%install

install -Dpm 644 build/jmock-core-%{version}.jar \
  %{buildroot}%{_javadir}/jmock-%{version}.jar
install -pm 644 build/jmock-cglib-%{version}.jar \
  %{buildroot}%{_javadir}/jmock-cglib-%{version}.jar
install -pm 644 build/jmock-tests-%{version}.jar \
  %{buildroot}%{_javadir}/jmock-tests-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

%add_to_maven_depmap %{maven_name} %{maven_name} %{version} JPP %{maven_name}
%add_to_maven_depmap %{maven_name} %{maven_name}-cglib %{version} JPP %{maven_name}-cglib

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 %{SOURCE1} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.%{maven_name}.pom
install -pm 644 %{SOURCE2} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.%{maven_name}-cglib.pom

#
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/javadoc-%{version}/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} 
#
install -dm 755 %{buildroot}%{_datadir}/%{name}-%{version}
cp -pr examples/* %{buildroot}%{_datadir}/%{name}-%{version}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE.txt overview.html
%{_javadir}/*.jar
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}
%{gcj_files}

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files demo
%doc %{_datadir}/%{name}-%{version}


%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-4
+ Revision: ef64545
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16854 |14mr|joe-3.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Summary:	Summary An easy to use text editor, supporting syntax highlight and UTF-8
Name:		joe
Version:	3.7
Release:	9
License:	GPL+
Group:		Editors
Url:		http://joe-editor.sourceforge.net/
Source0:	http://puzzle.dl.sourceforge.net/sourceforge/joe-editor/%{name}-%{version}.tar.bz2
# RPM SPEC mode, originally from Suse's joe
Source1:	spec.jsf
Patch1:		joe-3.7-term.patch
Patch2:		joe-3.5-spec-ftyperc.patch
Patch3:		joe-3.7-segfault-fix.patch
BuildRequires:	pkgconfig(ncurses)

%description
Joe is an easy to use, modeless text editor which would be very
appropriate for novices.  Joe uses the same WordStar keybindings used
in Borland's development environment.

You should install joe if you've used it before and you liked it, or
if you're still deciding what text editor you'd like to use, or if you
have a fondness for WordStar.  If you're just starting out, you should
probably install joe because it is very easy to use.

%prep
%setup -q
%patch1 -p0 -b .gnoterm
%patch2 -p1 -b .spec-ftyperc
%patch3 -p0

%build
export CFLAGS="$RPM_OPT_FLAGS -DUSE_LOCALE"
%configure2_5x
%make

%install
%makeinstall

# XXX: hack to install the manpages, otherwise one goes over the other ...
# (trap for when this ugly thing is no more needed)
[ -d %{buildroot}/%{_mandir}/ru ] && exit 1
rm -rf %{buildroot}/%{_mandir}
pushd man && %makeinstall mandir=%{buildroot}/%{_mandir} && popd
pushd man/ru && %makeinstall mandir=%{buildroot}/%{_mandir}/ru && popd
for dir in %{buildroot}/%{_mandir} %{buildroot}/%{_mandir}/ru; do
  pushd $dir/man1
  for bin in jmacs jpico jstar rjoe; do
    ln -s joe.1 ${bin}.1
  done
  popd
done

cp -p %{SOURCE1} %{buildroot}%{_datadir}/joe/syntax/

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Joe
Comment=%{Summary}
Exec=%{_bindir}/%{name} %f
Icon=editors_section
Terminal=true
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Editors;TextEditor;
EOF

%files
%doc ChangeLog HACKING HINTS LIST NEWS README TODO docs/help-system.html
%{_bindir}/*
%dir %{_sysconfdir}/joe
%config(noreplace) %{_sysconfdir}/joe/*
%{_datadir}/%{name}/*
%{_mandir}/man1/*
%lang(ru) %{_mandir}/ru/man1/*
%{_datadir}/applications/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.7-9
+ Revision: 6aaf171
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16855 |14mr|jovie-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KTTS - KDE Text-to-Speech
Name:		jovie
Version:	4.13.3
Release:	1
Epoch:		2
License:	LGPLv2
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	speech-dispatcher-devel
Obsoletes:	kdeaccessibility4-core < 2:4.5.71
Obsoletes:	kdeaccessibility4 < 2:4.5.71
Obsoletes:	kttsd < 2:4.5.71

%description
Jovie is a subsystem within the KDE desktop for
conversion of text to audible speech. Jovie is currently under development
and aims to become the standard subsystem for all KDE applications
to provide speech output.
User Features:
 * Speak any text from the KDE clipboard.
 * Speak any plain text file.
 * Speak all or any portion of a text file from Kate.
 * Speak all or any portion of an HTML page from Konqueror.
 * Use as the speech backend for KMouth and KSayIt.
 * Speak KDE notifications (KNotify).
 * Long text is parsed into sentences. User may backup by sentence or
    paragraph, replay, pause, and stop playing.
 * Audio output via GStreamer (version 0.8.7 or later)

%files
%doc %{_kde_docdir}/HTML/en/jovie
%{_kde_bindir}/jovie
%{_kde_applicationsdir}/jovieapp.desktop
%{_kde_libdir}/kde4/kcm_kttsd.so
%{_kde_libdir}/kde4/jovie_stringreplacerplugin.so
%{_kde_libdir}/kde4/jovie_talkerchooserplugin.so
%{_kde_libdir}/kde4/jovie_xmltransformerplugin.so
%{_kde_appsdir}/jovie
%{_kde_iconsdir}/*/*/actions/female.png
%{_kde_iconsdir}/*/*/actions/male.png
%{_kde_iconsdir}/*/*/actions/nospeak.png
%{_kde_iconsdir}/*/*/actions/speak.png
%{_kde_services}/jovie.desktop
%{_kde_services}/jovie_stringreplacerplugin.desktop
%{_kde_services}/jovie_talkerchooserplugin.desktop
%{_kde_services}/jovie_xmltransformerplugin.desktop
%{_kde_services}/kcmkttsd.desktop
%{_kde_services}/kttsd.desktop
%{_kde_servicetypes}/jovie_filterplugin.desktop

#-----------------------------------------------------------------------------

%define kttsd_major 4
%define libkttsd %mklibname kttsd %{kttsd_major}

%package -n %{libkttsd}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkttsd}
KDE 4 library.

%files -n %{libkttsd}
%{_kde_libdir}/libkttsd.so.%{kttsd_major}*

#---------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libkttsd} = %{EVRD}

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_libdir}/libkttsd.so

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: 6a137c0
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16856 |14mr|jpackage-utils-1.7.5-4.13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

# debug package is empty and rpmlint rejects build

%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define distver 1.7
%define section free

%define	gcj_support 0
%define sdk_provider	openjdk
%ifnarch %{ix86} x86_64
%define sdk_provider	gcj
%endif

Name:           jpackage-utils
Version:        1.7.5
Release:        4.13
Epoch:          0
Summary:        JPackage utilities
License:        BSD-style
URL:            http://www.jpackage.org/
Source0:        %{name}-%{version}.tar.bz2
Source1:        classpath.security
Source2:        %{name}-README
Source3:        abs2rel.sh
Source4:        abs2rel.lua
Source10:	jpackage.generic.macros
Source11:	jpackage.override.mandriva.macros
Patch0:		java-functions-openjdk.patch
Patch1:         %{name}-enable-gcj-support.patch
Patch2:         %{name}-own-mavendirs.patch
Patch3:         %{name}-prefer-jre.patch
Patch4:         %{name}-set-classpath.patch

Group:          Development/Java
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
# (anssi 12/2007): No longer noarch as different JDK is used on x86(_64) than
# on other archs.
#BuildArch:      noarch
AutoReqProv:    no
%if 0
BuildRequires:  %{__awk}, %{__grep}
Requires:       /bin/egrep, %{__sed}, %{__perl}
%endif
Requires(post): rpm-helper
# Contains invalid alternatives setup that breaks keytool symlink
Conflicts:      kaffe-devel < 1.1.8-0.20070217.2

%description
Utilities for the JPackage Project:

* %{_bindir}/build-classpath
                                build the Java classpath in a portable manner
* %{_bindir}/build-jar-repository
                                build a jar repository in a portable manner
* %{_bindir}/rebuild-jar-repository
                                rebuild a jar repository in a portable manner
                                (after a jvm change...)
* %{_bindir}/build-classpath-directory
                                build the Java classpath from a directory
* %{_bindir}/diff-jars
                                show jar content differences
* %{_bindir}/jvmjar
                                install jvm extensions
* %{_bindir}/create-jar-links
                                create custom jar links
* %{_bindir}/clean-binary-files
                                remove binary files from sources
* %{_bindir}/check-binary-files
                                check for presence of unexpected binary files
* %{_datadir}/java-utils/java-functions
                                shell script functions library for Java
                                applications
* %{_sysconfdir}/java/jpackage-release
                                string identifying the currently installed
                                JPackage release
* %{_sysconfdir}/java/java.conf
                                system-wide Java configuration file
* %{_sysconfdir}/rpm/macros.d/jpackage.macros
                                RPM macros for Java packagers and developers
* %{_docdir}/%{name}/jpackage-policy
                                Java packaging policy for packagers and
                                developers

It also contains the license, man pages, documentation, XSL files of general
use with maven2, a header file for spec files etc.

%package -n java-rpmbuild
Summary:	Java SDK for building Mandriva java rpm packages
Group:		Development/Java
Requires:	java-devel-%{sdk_provider}
Requires:	jpackage-utils = %{version}

%description -n java-rpmbuild
Contains links that set up the default java SDK which is used for
building Mandriva rpm packages of java software.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
%{__perl} -pi -e 's/(^%%_[ml]*iconsdir)/#\1/g' misc/macros.jpackage
%{__perl} -pi -e 's/(^%%_menudir)/#\1/' misc/macros.jpackage
%{__perl} -pi -e 's|jre/sh|jre/bin|g' java-utils/java-functions 
cp %{SOURCE2} .

%build
echo "JPackage release %{distver} (%{distribution}) for %{_target_cpu}" \
 > etc/jpackage-release


%install
rm -rf $RPM_BUILD_ROOT

# Pull macros out of macros.jpackage and emulate them during install for
# smooth bootstrapping experience.
for dir in \
    jvmdir jvmjardir jvmprivdir \
    jvmlibdir jvmdatadir jvmsysconfdir \
    jvmcommonlibdir jvmcommondatadir jvmcommonsysconfdir \
    javadir jnidir javadocdir mavenpomdir \
    mavendepmapdir mavendepmapfragdir; do
  export _${dir}=$(rpm --eval $(%{__grep} -E "^%_${dir}\b" \
    misc/macros.jpackage | %{__awk} '{ print $2 }'))
done

install -dm 755 ${RPM_BUILD_ROOT}${_jvmdir}
install -dm 755 ${RPM_BUILD_ROOT}${_jvmjardir}
install -dm 755 ${RPM_BUILD_ROOT}${_jvmprivdir}
install -dm 755 ${RPM_BUILD_ROOT}${_jvmlibdir}
install -dm 755 ${RPM_BUILD_ROOT}${_jvmdatadir}
install -dm 755 ${RPM_BUILD_ROOT}${_jvmsysconfdir}
install -dm 755 ${RPM_BUILD_ROOT}${_jvmcommonlibdir}
install -dm 755 ${RPM_BUILD_ROOT}${_jvmcommondatadir}
install -dm 755 ${RPM_BUILD_ROOT}${_jvmcommonsysconfdir}
install -dm 755 ${RPM_BUILD_ROOT}${_javadir}
install -dm 755 ${RPM_BUILD_ROOT}${_javadir}-utils
install -dm 755 ${RPM_BUILD_ROOT}${_javadir}-ext
install -dm 755 ${RPM_BUILD_ROOT}${_javadir}-{1.3.1,1.4.0,1.4.1,1.4.2}
install -dm 755 ${RPM_BUILD_ROOT}${_javadir}-{1.5.0,1.6.0,1.7.0}
install -dm 755 ${RPM_BUILD_ROOT}${_jnidir}
install -dm 755 ${RPM_BUILD_ROOT}${_jnidir}-ext
install -dm 755 ${RPM_BUILD_ROOT}${_jnidir}-{1.3.1,1.4.0,1.4.1,1.4.2}
install -dm 755 ${RPM_BUILD_ROOT}${_jnidir}-{1.5.0,1.6.0,1.7.0}
install -dm 755 ${RPM_BUILD_ROOT}${_javadocdir}
install -dm 755 ${RPM_BUILD_ROOT}${_mavenpomdir}
install -dm 755 ${RPM_BUILD_ROOT}${_mavendepmapfragdir}

pushd bin
for i in *; do
	install -pm 755 -D $i ${RPM_BUILD_ROOT}%{_bindir}/$i
done
popd
install -m644 etc/font.properties -D ${RPM_BUILD_ROOT}%{_sysconfdir}/java/font.properties

# Install abs2rel scripts
install -pm 755 %{SOURCE3}  ${RPM_BUILD_ROOT}%{_javadir}-utils
install -pm 644 %{SOURCE4} ${RPM_BUILD_ROOT}%{_javadir}-utils

# Create an initial (empty) depmap
echo -e "<dependencies>\\n" \
  > ${RPM_BUILD_ROOT}${_mavendepmapdir}/maven2-depmap.xml
echo -e "</dependencies>\\n" \
  >> ${RPM_BUILD_ROOT}${_mavendepmapdir}/maven2-depmap.xml

cat > etc/java.conf << EOF
# System-wide Java configuration file                                -*- sh -*-
#
# JPackage Project <http://www.jpackage.org/>

# Location of jar files on the system
JAVA_LIBDIR=${_javadir}

# Location of arch-specific jar files on the system
JNI_LIBDIR=${_jnidir}

# Root of all JVM installations
JVM_ROOT=${_jvmdir}

# You can define a system-wide JVM root here if you're not using the
# default one.
#
# If you have the a base JRE package installed
# (e.g. java-1.6.0-openjdk):
#JAVA_HOME=\$JVM_ROOT/jre
#
# If you have the a devel JDK package installed
# (e.g. java-1.6.0-openjdk-devel):
#JAVA_HOME=\$JVM_ROOT/java

# Options to pass to the java interpreter
JAVACMD_OPTS=
EOF

install -pm 644 etc/java.conf ${RPM_BUILD_ROOT}%{_sysconfdir}/java/java.conf
install -pm 644 etc/jpackage-release -D ${RPM_BUILD_ROOT}%{_sysconfdir}/java/jpackage-release
install -pm 644 java-utils/java-functions -D ${RPM_BUILD_ROOT}${_javadir}-utils
install -m644 misc/macros.jpackage -D ${RPM_BUILD_ROOT}%{_sysconfdir}/rpm/macros.d/jpackage.macros
install -m644 %{SOURCE10} -D %{buildroot}%{_sysconfdir}/rpm/macros.d/jpackage.generic.macros
install -m644 %{SOURCE11} -D %{buildroot}%{_sysconfdir}/rpm/macros.d/jpackage.override.mandriva.macros

%{__mkdir_p} ${RPM_BUILD_ROOT}%{_mandir}/man1
install -pm 644 man/* ${RPM_BUILD_ROOT}%{_mandir}/man1
%{__mkdir_p} ${RPM_BUILD_ROOT}${_javadir}-utils/xml
install -pm 644 xml/* ${RPM_BUILD_ROOT}${_javadir}-utils/xml

ln -s java-%{sdk_provider} %{buildroot}${_jvmdir}/java-rpmbuild
ln -s java-%{sdk_provider} %{buildroot}${_jvmjardir}/java-rpmbuild

## BEGIN GCJ/CLASSPATH SPECIFIC ##
%{__mkdir_p} %{buildroot}%{_libdir}/security
%{__cp} -a %{SOURCE1} %{buildroot}%{_libdir}/security/classpath.security.real

%{__mkdir_p} %{buildroot}%{_bindir}
%{__cat} > %{buildroot}%{_bindir}/rebuild-security-providers << EOF
#!/bin/sh
# Rebuild the list of security providers classpath.security

cat %{_libdir}/security/classpath.security \
  | grep -v "^security.provider." \
  > %{_libdir}/security/classpath.security.bak
mv -f %{_libdir}/security/classpath.security.bak \
  %{_libdir}/security/classpath.security

providers=\$(ls %{_sysconfdir}/java/security/security.d | sort \
  | awk -F- '{ print \$2 }')
count=0
for provider in \$providers
do
  case \$provider in
  *.rpmsave|*.rpmorig|*.rpmnew|*~|*.orig|*.bak)
  ;;
  *)
  count=\$((count + 1))
  echo "security.provider."\$count"="\$provider \
    >> %{_libdir}/security/classpath.security
  ;;
  esac
done
EOF

%{__mkdir_p} %{buildroot}%{_sysconfdir}/java/security/security.d
pushd  %{buildroot}%{_sysconfdir}/java/security/security.d
touch 1000-gnu.java.security.provider.Gnu
touch 1500-org.bouncycastle.jce.provider.BouncyCastleProvider
touch 2000-gnu.javax.crypto.jce.GnuCrypto
touch 3000-gnu.javax.crypto.jce.GnuSasl
touch 4000-gnu.javax.net.ssl.provider.Jessie
touch 5000-gnu.javax.security.auth.callback.GnuCallbacks
popd

%{__mkdir_p} %{buildroot}%{_libdir}
%{__cat} > %{buildroot}%{_libdir}/logging.properties.real << EOF
# Default logging properties.
# See javadoc in java.util.logging.LogManager to information on
# overriding these settings.  Most of the defaults are compiled in, so
# this file is fairly minimal.

# Send log records to System.err, default to OFF instead of INFO.
handlers = java.util.logging.ConsoleHandler
.level = OFF
EOF

%{__mkdir_p} %{buildroot}%{_javadir}/gcj-endorsed
## END GCJ/CLASSPATH SPECIFIC ##


cat <<EOF > %{name}-%{version}.files
%{_bindir}/*
%{_mandir}/man1/*
%dir %{_sysconfdir}/java
%if %{gcj_support}
%{_sysconfdir}/java/security
%endif
%dir ${_jvmdir}
%dir ${_jvmjardir}
%dir ${_jvmprivdir}
# %dir ${_jvmlibdir}
%dir ${_jvmdatadir}
%dir ${_jvmsysconfdir}
%dir ${_jvmcommonlibdir}
%dir ${_jvmcommondatadir}
%dir ${_jvmcommonsysconfdir}
%dir ${_javadir}
%dir ${_javadir}-*
%dir ${_jnidir}
%dir ${_jnidir}-*
%dir ${_javadocdir}
%dir %{_datadir}/maven2
%dir ${_mavenpomdir}
%dir ${_mavendepmapdir}
%dir ${_mavendepmapfragdir}
${_javadir}-utils/*
%config %{_sysconfdir}/java/jpackage-release
%config(noreplace) %{_sysconfdir}/java/java.conf
%config(noreplace) %{_sysconfdir}/java/font.properties
%{_sysconfdir}/rpm/macros.d/jpackage.*macros
%config(noreplace) ${_mavendepmapdir}/maven2-depmap.xml
%dir %{_libdir}/security
%{_libdir}/security/classpath.security.real
%dir %{_sysconfdir}/java/security
%dir %{_sysconfdir}/java/security/security.d
%{_sysconfdir}/java/security/security.d/*
%{_libdir}/logging.properties.real
%dir %{_javadir}/gcj-endorsed
EOF

cat <<EOF > java-rpmbuild-%{version}.files
${_jvmdir}/java-rpmbuild
${_jvmjardir}/java-rpmbuild
EOF

chmod 644 doc/* etc/httpd-javadoc.conf

%post
%{__cp} -af %{_libdir}/security/classpath.security.real %{_libdir}/security/classpath.security
%{__cp} -af %{_libdir}/logging.properties.real %{_libdir}/logging.properties
if [ -x %{_bindir}/rebuild-security-providers ]; then
  %{_bindir}/rebuild-security-providers
fi

%triggerin -- libgcj12-base
%{__cp} -af %{_libdir}/security/classpath.security.real %{_libdir}/security/classpath.security
%{__cp} -af %{_libdir}/logging.properties.real %{_libdir}/logging.properties

%triggerpostun -- libgcj12-base
%{__cp} -af %{_libdir}/security/classpath.security.real %{_libdir}/security/classpath.security
%{__cp} -af %{_libdir}/logging.properties.real %{_libdir}/logging.properties
# caused by triggerin:
%{__rm} -f %{_libdir}/security/classpath.security.rpmsave

%files -f %{name}-%{version}.files
%defattr(-,root,root,-)
%doc jpackage-utils-README LICENSE.txt HEADER.JPP doc/* etc/httpd-javadoc.conf

%files -n java-rpmbuild -f java-rpmbuild-%{version}.files
%defattr(-,root,root)



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.7.5-4.13
+ Revision: 706808b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16857 |14mr|jpilot-1.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define name_plugin %{name}_plugin
%define pilot_link_version 0.12.5

Summary:	Palm pilot desktop for Linux
Name:		jpilot
Version:	1.8.2
Release:	1
License:	GPLv2+
Group:		Communications
Url:		http://www.jpilot.org/
Source0:	http://jpilot.org/%{name}-%{version}.tar.gz
Patch2:		jpilot-0.99.1u-plugins-improvement.patch
Patch4:		jpilot-1.8.0-linkage.patch
Patch7:		jpilot-1.6.2-fix-desktop.patch

BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(pilot-link) >= %{pilot_link_version}
Requires:	jpilot-expense
Requires:	jpilot-keyring
Requires:	jpilot-synctime
Requires:	pilot-link >= %{pilot_link_version}

%description
J-Pilot is a desktop organizer application for Palm PDAs that runs
under Linux and UNIX.  It is similar in functionality to the one that
3Com distributes for a well known rampant legacy operating system.

%files -f %{name}.lang
%doc AUTHORS BUGS ChangeLog README TODO
%doc docs/manual.html docs/jpilot-*.png docs/jpilot-*.jpg
%{_bindir}/*
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/*
%{_mandir}/man1/*
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins

#----------------------------------------------------------------------------

%package expense
Summary:	The expense plugin for jpilot
Group:		Communications

%description expense
J-Pilot is a desktop organizer application for Palm PDAs that runs
under Linux and UNIX.  It is similar in functionality to the one that
3Com distributes for a well known rampant legacy operating system.

This package contains the expense plugin for jpilot.

%files expense
%{_libdir}/%{name}/plugins/libexpense.so

#----------------------------------------------------------------------------

%package keyring
Summary:	The keyring plugin for jpilot
Group:		Communications

%description keyring
J-Pilot is a desktop organizer application for Palm PDAs that runs
under Linux and UNIX.  It is similar in functionality to the one that
3Com distributes for a well known rampant legacy operating system.

This package contains the keyring plugin for jpilot.

%files keyring
%{_libdir}/%{name}/plugins/libkeyring.so

#----------------------------------------------------------------------------

%package synctime
Summary:	The synctime plugin for jpilot
Group:		Communications

%description synctime
J-Pilot is a desktop organizer application for Palm PDAs that runs
under Linux and UNIX.  It is similar in functionality to the one that
3Com distributes for a well known rampant legacy operating system.

This package contains the synctime plugin for jpilot.

%files synctime
%{_libdir}/%{name}/plugins/libsynctime.so

#----------------------------------------------------------------------------

%package devel
Summary:	Header file needed for jpilot plugin development
Group:		Development/C
Provides:	%{name_plugin}-devel = %{EVRD}

%description devel
J-Pilot is a desktop organizer application for Palm PDAs that runs
under Linux and UNIX.  It is similar in functionality to the one that 
3Com distributes for a well known rampant legacy operating system.

The header files required for plugin development.

%files devel
%doc docs/plugin.html
%{_includedir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export ABILIB="%{_lib}"
%configure2_5x
%make

%install
%makeinstall_std

# copy empty/*.pdb in %{_datadir}/jpilot/
mkdir -p %{buildroot}%{_datadir}/jpilot
cp empty/*.pdb %{buildroot}%{_datadir}/jpilot/

# copy jpilotrc.* in %{_datadir}/jpilot/
cp jpilotrc.* %{buildroot}%{_datadir}/jpilot/

# clean documentation done by makefile itself.
rm -rf %{buildroot}/usr/doc

mkdir -p %{buildroot}/%{_includedir}
install -m 644 {libplugin,prefs}.h %{buildroot}%{_includedir}/

# use builtin icons and ImageMagick to do the conversion.
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -resize 16x16 icons/jpilot-icon1.xpm %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -resize 32x32 icons/jpilot-icon1.xpm %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -resize 48x48 icons/jpilot-icon1.xpm %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

desktop-file-install --vendor="" \
	--remove-key="Encoding" \
	--remove-category="Application" \
	--add-category="GTK" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name}


%changelog
* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.2-1
+ Revision: 38b0907
- New version 1.8.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16858 |14mr|jpilot-Mail-0.1.7-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mail plugin for JPilot
Name:		jpilot-Mail
Version:	0.1.7
Release:	12
License:	GPLv2 and GPLv2+
Group:		Communications
URL:		http://ludovic.rousseau.free.fr/softwares/jpilot-Mail/index.html
Source0:	http://ludovic.rousseau.free.fr/softwares/jpilot-Mail/%{name}-%{version}.tar.bz2
Patch0:		jpilot-Mail-0.1.7-gcc4.patch
Patch1:		jpilot-Mail-0.1.7-libdir_fix.diff
Requires:	jpilot >= 0.99.6
BuildRequires:	gtk2-devel 
BuildRequires:	jpilot-devel >= 0.99.6
BuildRequires:	pilot-link-devel >= 0.12.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
jpilot-Mail is a plugin for JPilot which enables you to deliver mail that was
written on your Palm and upload mail that you received to your Palm.

%prep

%setup -q
%patch0 -p1 -b .gcc4
%patch1 -p1 -b .libdir_fix

# To build on x86_64
sed -i "s|/usr/lib |%_libdir |g" configure*

%build
%configure2_5x --enable-gtk2
%make

%install
rm -rf %{buildroot}

%makeinstall libdir=%{buildroot}%{_libdir}/jpilot/plugins datadir=%{buildroot}%{_docdir}/%{name}

rm -f %{buildroot}%{_libdir}/jpilot/plugins/*a

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc doc/*.png doc/*.html
%doc ChangeLog README TODO
%{_libdir}/jpilot/plugins/libmail.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.7-12
+ Revision: c725283
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16859 |14mr|jpilot-syncmal-0.80-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SyncMAL plugin for J-PILOT
Name:		jpilot-syncmal
Version:	0.80
Release:	13
Epoch:		1
License:	MPL
Group:		Communications
URL:		http://jasonday.home.att.net/code/syncmal/syncmal.html
Source:		http://jasonday.home.att.net/code/syncmal/%{name}-%{version}.tar.gz
Patch0:		jpilot-syncmal-0.80-lib64.patch
# disables GTK+ 1.x test in configure.in, as it trips up autoreconf
# and we're not building against GTK+ 1.x anyway - AdamW 2007/07
Patch1:		jpilot-syncmal-0.80-disable_gtk1.patch
Patch2:		jpilot-syncmal-0.80-libtool_fixes.diff
BuildRequires:	gtk2-devel 
BuildRequires:	jpilot-devel >= 0.99.6 
BuildRequires:	pilot-link-devel >= 0.11.8 
BuildRequires:	libmal-devel >= 0.44
BuildRequires:	autoconf
Requires:	malsync
Requires:	jpilot >= 0.99.6 
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
SyncMAL is an interface to the command line tool malsync, a program
that synchronizes a PDA with a MAL server such as AvantGo.

See AvantGo's homepage <http://avantgo.com/> for more information on
AvantGo and MAL.

%prep

%setup -q
%patch0 -p1 -b .lib64
%patch1 -p1 -b .gtk1
%patch2 -p0 -b .libtool_fixes

%build

# needed by autoreconf
cp MPL-1_0.txt COPYING
touch NEWS
touch AUTHORS

# needed by patch0
AUTOMAKE="automake --add-missing" autoreconf

%configure --enable-gtk2

%make 

%install
rm -rf %{buildroot}

# this ridiculous buildsystem seems immune to sensible patching.
# it only installs stuff in libdir, so let's just set that here.
# - AdamW 2007/07
%makeinstall libdir=%{buildroot}%{_libdir}/jpilot/plugins

# cleanup
rm -f %{buildroot}%{_libdir}/jpilot/plugins/*.*a

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog MPL-1_0.txt TODO
%{_libdir}/jpilot/plugins/libsyncmal.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.80-13
+ Revision: bee68a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16860 |14mr|jreen-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Qt XMPP library
Name:		jreen
Version:	1.2.0
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		https://github.com/euroelessar/jreen
# https://github.com/euroelessar/jreen/archive/v1.2.0.tar.gz
Source0:	https://github.com/euroelessar/jreen/archive/jreen-%{version}.tar.gz
BuildRequires:	cmake >= 2.8.0
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(libgsasl)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(QtNetwork)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(zlib)

%description
Qt XMPP library.

#---------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt XMPP library
Group:		System/Libraries

%description -n %{libname}
Qt XMPP library.

%files -n %{libname}
%{_libdir}/libjreen.so.%{major}*

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/%{name}-qt4/
%{_libdir}/libjreen.so
%{_libdir}/pkgconfig/libjreen.pc

#---------------------------------------------------------------------

%prep
%setup -q

%build
export PATH=$PATH:/usr/lib/qt4/bin/
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-1
+ Revision: 9eb2d7a
- New version 1.2.0, update files and BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16861 |14mr|jrexx-1.1.1-3.1.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support 1

Summary:        Automaton based regluar expression API for Java
Name:           jrexx
Version:        1.1.1
Release:        3.1.3
Epoch:          0
License:        LGPL
URL:            http://www.karneim.com/jrexx/
Group:          Development/Java
Source0:        jrexx-1.1.1-src.zip
Source1:        jrexx-build.xml
BuildRequires:  java-rpmbuild >= 0:1.5.32
BuildRequires:  ant >= 0:1.5.4
BuildRequires:  locales-en
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel
%endif

%description
jrexx is a powerful easy-to-use regular expression 
API for textual pattern matching. Technically jrexx 
uses a minimized deterministic FSA (finite state 
automaton) and compiles the textual representation 
of the regular expression into such an automaton. 
Besides the usual pattern matching functionality, 
jrexx provides an introspection API for exploration 
of the automaton's structure by 'states' and 
'transitions'. Since the automaton is deterministic 
and minimized the pattern matching alogorithm is 
extremly fast (compared to the java regular 
expression API in JDK1.4) and works with huge 
patterns and input texts. Since FSA can be handled 
as sets, jrexx also offers all basic set operations 
for complement, union, intersection and difference, 
which is not provided by other regex implementations 
(as far as we know). 


%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
%setup -T -c %{name}-%{version}
unzip -q %{SOURCE0}
cp %{SOURCE1} build.xml

%build
export LC_ALL=en_US.ISO-8859-1
%{ant} dist

%install
# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p output/dist/lib/%{name}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr output/dist/jdoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif


%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}

# -----------------------------------------------------------------------------



%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.1-3.1.3
+ Revision: 2e754e4
- Build with en_US.ISO-8859-1 locale



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16862 |14mr|js-1.85-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _requires_exceptions devel(libnspr4\\|devel(libplc4\\|devel(libplds4

%define	major	1
%define	libname	%mklibname mozjs185_ %{major}
%define	devname	%mklibname mozjs185 -d

%define real_version 1.8.5

Summary:	SpiderMonkey, the Mozilla JavaScript engine
Name:		js
Version:	1.85
Release:	5
License:	MPL
Group:		Development/Other
URL:		http://www.mozilla.org/js/
Source0:	http://ftp.mozilla.org/pub/mozilla.org/js/%{name}185-1.0.0.tar.gz
Source100:	js.rpmlintrc
Patch0:		js-1.8.5-fix-destdir.patch

BuildRequires:	multiarch-utils >= 1.0.3
BuildRequires:	nspr-devel
BuildRequires:	readline-devel
BuildRequires:	autoconf2.1
BuildRequires:	python
# wtf?
BuildRequires:	zip
Epoch:		1

%description
The JavaScript engine compiles and executes scripts containing JavaScript
statements and functions. The engine handles memory allocation for the
objects needed to execute scripts, and it cleans up—garbage
collects—objects it no longer needs.

SpiderMonkey supports versions 1.0 through 1.8 of the JavaScript language.
JS 1.3 and later conform to the ECMAScript specification, ECMA 262-3.
Later versions also contain Mozilla extensions such as array comprehensions
and generators. SpiderMonkey also supports E4X (optionally).

%package -n	%{libname}
Summary:	JavaScript engine library
Group:		System/Libraries

%description -n	%{libname}
The JavaScript engine compiles and executes scripts containing JavaScript
statements and functions. The engine handles memory allocation for the
objects needed to execute scripts, and it cleans up—garbage
collects—objects it no longer needs.

SpiderMonkey supports versions 1.0 through 1.8 of the JavaScript language.
JS 1.3 and later conform to the ECMAScript specification, ECMA 262-3.
Later versions also contain Mozilla extensions such as array comprehensions
and generators. SpiderMonkey also supports E4X (optionally).

%package -n	%{devname}
Summary:	The header files for %{libname}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	libjs-devel = %{EVRD}
Provides:	mozjs-devel = %{EVRD}
Requires:	nspr-devel

%description -n	%{devname}
These are the header files for development with SpiderMonkey.

%prep
%setup -q -n %{name}-%{real_version}/js/src
%patch0 -p3 -b .destdir~
autoconf-2.13

%build
%configure2_5x	--enable-readline \
		--enable-threadsafe \
		--enable-ctypes \
		--with-system-nspr
%make

%install
%makeinstall_std

chmod 644 %{buildroot}%{_includedir}/js/*

# install binary
install -m755 shell/js -D %{buildroot}%{_bindir}/js
install -m755 jscpucfg -D %{buildroot}%{_bindir}/jscpucfg

%multiarch_includes %{buildroot}%{_includedir}/js/jsautocfg.h

%files
%{_bindir}/*

%files -n %{libname}
%{_libdir}/libmozjs185.so.%{major}*

%files -n %{devname}
%doc README.html
%dir %{_includedir}/js
%{multiarch_includedir}/js/jsautocfg.h
%{_includedir}/js/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.85-5
+ Revision: 1a47e37
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16863 |14mr|jsch-0.1.41-0.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define section   free

%define gcj_support 0

Name:           jsch
Version:        0.1.41
Release:        0.0.5
Epoch:          0
Summary:        Pure Java implementation of SSH2
Group:          Development/Java
License:        BSD-style
URL:            http://www.jcraft.com/jsch/
Source0:        http://downloads.sourceforge.net/sourceforge/jsch/jsch-%{version}.zip
# wget \
# http://download.eclipse.org/tools/orbit/downloads/drops/R20080611105805/bundles/com.jcraft.jsch_0.1.37.v200803061811.jar
# unzip com.jcraft.jsch_*.jar META-INF/MANIFEST.MF
# mv META-INF/MANIFEST.MF .
# sed -i "/^Name/d" MANIFEST.MF
# sed -i "/^SHA1/d" MANIFEST.MF
# dos2unix MANIFEST.MF
# sed -i "/^$/d" MANIFEST.MF
# unix2dos MANIFEST.MF
Source1:        MANIFEST.MF

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  java-devel >= 1.4.2
BuildRequires:  jzlib >= 0:1.0.5
BuildRequires:  ant
BuildRequires:  zip

%if ! %{gcj_support}
BuildArch:      noarch
%endif

%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel >= 1.0.31
%endif
Requires:       jzlib >= 0:1.0.5

%description
JSch allows you to connect to an sshd server and use port forwarding,
X11 forwarding, file transfer, etc., and you can integrate its
functionality into your own Java programs.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%package        demo
Summary:        Examples for %{name}
Group:          Development/Java

%description    demo
%{summary}.

%prep
%setup -q

%build
export CLASSPATH=$(build-classpath jzlib)
%{ant} dist javadoc

# inject the OSGi Manifest
mkdir META-INF
cp %{SOURCE1} META-INF
zip dist/lib/%{name}-*.jar META-INF/MANIFEST.MF

%install
# jars
rm -rf $RPM_BUILD_ROOT
install -Dpm 644 dist/lib/%{name}-*.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# javadoc
install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# examples
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
cp -pr examples/* $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/%{name}

%{gcj_compile}

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/*.jar
%{gcj_files}

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files demo
%defattr(0644,root,root,0755)
%doc %{_datadir}/%{name}-%{version}
%doc %{_datadir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:0.1.41-0.0.5
+ Revision: 0775010
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16864 |14mr|json-c-0.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%bcond_with crosscompile

Summary:	JSON implementation in C
Name:		json-c
Version:	0.12
Release:	2
License:	MIT
Group:		System/Libraries
Url:		https://github.com/json-c/json-c/wiki
Source0:	https://s3.amazonaws.com/json-c_releases/releases/%{name}-%{version}.tar.gz
Patch0:		json-c-0.12-unused-variable.patch
BuildRequires:	libtool

%description
JSON-C implements a reference counting object model that allows you to
easily construct JSON objects in C, output them as JSON formatted
strings and parse JSON formatted strings back into the C
representation of JSON objects.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	JSON implementation in C
Group:		System/Libraries

%description -n %{libname}
JSON-C implements a reference counting object model that allows you to
easily construct JSON objects in C, output them as JSON formatted
strings and parse JSON formatted strings back into the C
representation of JSON objects.

%files -n %{libname}
%{_libdir}/libjson-c.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}json-devel < 0.11-2

%description -n %{devname}
JSON-C implements a reference counting object model that allows you to
easily construct JSON objects in C, output them as JSON formatted
strings and parse JSON formatted strings back into the C
representation of JSON objects.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/%{name}
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%if %{with crosscompile}
export ac_cv_func_malloc_0_nonnull=yes
%endif

%build
sed -i -e "s:-Werror::" Makefile.am.inc
autoreconf -fiv
%configure2_5x \
	--disable-static

make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12-2
+ Revision: b9b7524
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16865 |14mr|jsoncpp-0.6.0-0.rc2.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with docs
#XXX: Hardcoded GCC version
%define gcc_ver %(gcc -dumpversion)
%define library libjson_linux-gcc-%{gcc_ver}_libmt.so

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%define beta rc2

Summary:	C++ JSON Library
Name:		jsoncpp
Version:	0.6.0
Release:	0.%{beta}.1
License:	Public Domain
Group:		System/Libraries
Url:		http://jsoncpp.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/jsoncpp/jsoncpp/%{version}-%{beta}/%{name}-src-%{version}-%{beta}.tar.gz
Patch0:		jsoncpp-0.5.0-add-soname.patch
Patch1:		jsoncpp-0.5.0-cflags-ldflags.patch
BuildRequires:	scons
#To generate docs
%if %{with docs}
BuildRequires:	doxygen
BuildRequires:	graphviz
%endif

%description
JsonCpp is a simple API to manipulate JSON value, handle serialization 
and unserialization to string.

It can also preserve existing comment in unserialization/serialization steps,
making it a convenient format to store user input files.

Unserialization parsing is user friendly and provides precise error reports.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	JsonCpp library
Group:		System/Libraries

%description -n %{libname}
JsonCpp is a simple API to manipulate JSON value, handle serialization
and unserialization to string.

It can also preserve existing comment in unserialization/serialization steps,
making it a convenient format to store user input files.

Unserialization parsing is user friendly and provides precise error reports.

%files -n %{libname}
%doc README.txt
%{_libdir}/%{library}
%{_libdir}/lib%{name}.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Files for building applications with %{name} support.

%files -n %{devname}
%{_libdir}/lib%{name}.so
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -qn jsoncpp-src-%{version}-%{beta}
%apply_patches

%build
grep -e "-Wall" SConstruct
sed 's/CCFLAGS = "-Wall"/CCFLAGS = "%{optflags}"/' -i SConstruct
CXXFLAGS="%{optflags}" LINKFLAGS="%{ldflags}" scons platform=linux-gcc
#Docs generation is broken at the moment, return to it ASAP

%install
#Scons file is missing an 'install' target
install -m755 buildscons/linux-gcc-%{gcc_ver}/src/lib_json/%{library} -D %{buildroot}%{_libdir}/%{library}
ln -s %{library} %{buildroot}%{_libdir}/lib%{name}.so.0
ln -s %{library} %{buildroot}%{_libdir}/lib%{name}.so
mkdir -p %{buildroot}%{_includedir}
cp -r include/json %{buildroot}%{_includedir}/jsoncpp


%changelog
* Mon Jun 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.0-0.rc2.1
+ Revision: 68e45dc
- New version 0.6.0-rc2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16866 |14mr|json-glib-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libver 1.0
%define major 0

%define libname		%mklibname %{name} %{libver} %{major}
%define develname	%mklibname %{name} -d

Name:		json-glib
Version:	1.0.2
Release:	2
Summary:	Library for JavaScript Object Notation format
Group:		System/Libraries
License:	LGPLv2+
URL:		http://live.gnome.org/JsonGlib
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.0/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	gtk-doc
Requires:	%{libname} = %{version}-%{release}

%description
%{name} is a library providing serialization and deserialization support
for the JavaScript Object Notation (JSON) format.

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Provides:	lib%{name} = %{version}-%{release}

%description -n %{libname}
%{name} is a library providing serialization and deserialization support
for the JavaScript Object Notation (JSON) format.


%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
The %{develname} package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
%configure2_5x	--disable-static
%make 


%install
rm -rf %{buildroot}
%makeinstall_std

%find_lang %{name}-%{libver}

%check
%make check

%files -f %{name}-%{libver}.lang
%{_bindir}/*

%files -n %{libname}
%{_libdir}/lib%{name}-%{libver}.so.%{major}*
%_libdir/girepository-1.0/Json-%{libver}.typelib

%files -n %{develname}
%doc NEWS ChangeLog
%{_libdir}/lib%{name}-%{libver}.so
%{_libdir}/pkgconfig/%{name}-%{libver}.pc
%{_includedir}/%{name}-%{libver}/
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/%{name}/
%{_datadir}/gir-1.0/Json-%{libver}.gir
%{_mandir}/man1/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-2
+ Revision: 146920a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16867 |14mr|jss-4.2.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support  0
%define major        4

Name:           jss
Version:        4.2.5
Release:        7
Epoch:          0
Summary:        Network Security Services for Java (JSS)
License:        GPLv2+
Group:          Development/Java
URL:            http://www.mozilla.org/projects/security/pki/jss/
# cvs -z3 -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot export -rJSS_4_2_5_RTM mozilla/security/coreconf
# cvs -z3 -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot export -rJSS_4_2_5_RTM mozilla/security/jss
# mv mozilla jss-4.2.5
# tar cvjf jss-4.2.5.tar.bz2 jss-4.2.5
Source0:        jss-%{version}.tar.bz2
Patch0:         jss-4.2.5-target_source.patch
Patch1:         http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/dev-java/jss/files/jss-4.2.5-use_pkg-config.patch
Patch2:         jss-4.2.5-jss-html.patch
BuildRequires:  java-rpmbuild
BuildRequires:  nspr-devel
BuildRequires:  nss-devel
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%endif

%description
Network Security Services for Java (JSS) is a Java interface to NSS. It 
supports most of the security standards and encryption technologies 
supported by NSS. JSS also provides a pure Java interface for ASN.1 
types and BER/DER encoding.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

# XXX: uses a Sun proprietary API
%{__rm} security/jss/org/mozilla/jss/tests/JSSE_SSLClient.java

%{__mkdir_p} examples
cp -a security/jss/org/mozilla/jss/ssl/SSL{Client,Server}.java examples
cp -p security/coreconf/Linux2.6.mk security/coreconf/Linux3.11.mk
sed -i -e 's;LINUX2_6;LINUX3_11;' security/coreconf/Linux3.11.mk


%build
export CLASSPATH=
export JAVA_HOME=%{java_home}
export JAVA_GENTOO_OPTS="-target 1.5 -source 1.5"
%ifarch x86_64 ppc64
export USE_64=1
%endif
pushd security/coreconf
%{__make} -j1 BUILD_OPT=1 CC="gcc %{optflags}"
popd
pushd security/jss
%{__make} -j1 BUILD_OPT=1 USE_PKGCONFIG=1 NSS_PKGCONFIG=nss NSPR_PKGCONFIG=nspr CC="gcc %{optflags}"
%{__make} -j1 BUILD_OPT=1 CC="gcc %{optflags}" javadoc
popd

%install
%{__rm} -rf %{buildroot}

# jars
%{__mkdir_p} %{buildroot}%{_jnidir}
%{__install} -m 644 dist/xpclass.jar %{buildroot}%{_jnidir}/%{name}-%{version}.jar
(cd %{buildroot}%{_jnidir} && for jar in *-%{version}*; do %{__ln_s} ${jar} `/bin/echo ${jar} | %{__sed}  "s|-%{version}||g"`; done)
(cd %{buildroot}%{_jnidir} && %{__ln_s} %{name}-%{version}.jar jss%{major}-%{version}.jar)
(cd %{buildroot}%{_jnidir} && %{__ln_s} jss%{major}-%{version}.jar jss%{major}.jar)

# jni library
%{__mkdir_p} %{buildroot}%{_libdir}
%{__install} -m 755 security/jss/lib/*/libjss%{major}.so %{buildroot}%{_libdir}

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/jssdoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc security/jss/jss.html security/jss/samples examples
%{_jnidir}/%{name}-%{version}.jar
%{_jnidir}/%{name}.jar
%{_jnidir}/jss%{major}-%{version}.jar
%{_jnidir}/jss%{major}.jar
%attr(0755,root,root) %{_libdir}/libjss%{major}.so
%if %{gcj_support}
%dir  %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:4.2.5-7
+ Revision: aaae714
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16868 |14mr|jtidy-1.0-0.1.r7dev.1.2.13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support 1

Summary:        HTML syntax checker and pretty printer
Name:           jtidy
Version:        1.0
Release:        0.1.r7dev.1.2.13
Epoch:          2
License:        BSD-Style
URL:            http://jtidy.sourceforge.net/
Source0:        http://download.sf.net/jtidy/jtidy-04aug2000r7-dev.zip
Source1:        %{name}.jtidy.script
Patch0:         %{name}.noapis.patch
Requires:       jaxp_parser_impl
Requires:       xml-commons-jaxp-1.3-apis
Requires:       jpackage-utils
BuildRequires:  ant >= 0:1.6
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  xml-commons-jaxp-1.3-apis
Group:          Development/Java
%if ! %{gcj_support}
BuildArch:      noarch
%else
BuildRequires:  java-devel
%endif

%if %{gcj_support}
BuildRequires:    java-gcj-compat-devel
%endif

%description
JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty
printer. Like its non-Java cousin, JTidy can be used as a tool for
cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM
parser for real-world HTML.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%package scripts
Summary:        Utility scripts for %{name}
Group:          Development/Java
Requires:       jpackage-utils >= 0:1.5
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description scripts
Utility scripts for %{name}.

%prep
%setup -q -n %{name}-04aug2000r7-dev
%patch0 -p0
%remove_java_binaries
# correct silly permissions
%__chmod -R go=u-w *

%build
export CLASSPATH=$(build-classpath xml-commons-jaxp-1.3-apis)
%ant -Dant.build.javac.source=1.4 jar javadoc

%install
%__rm -rf %{buildroot}

# jar
%__mkdir_p %{buildroot}%{_javadir}
cp -ap build/Tidy.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
# jar versioning
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do \
%__ln_s ${jar} `echo $jar| %__sed "s|-%{version}||g"`; done)

# javadoc
%__mkdir_p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -ap doc/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %__ln_s %{name}-%{version} %{name})

# shell script
%__mkdir_p %{buildroot}%{_bindir}
cp -ap %{SOURCE1} %{buildroot}%{_bindir}/%{name}

# ant.d
%__mkdir_p %{buildroot}%{_sysconfdir}/ant.d
%__cat > %{buildroot}%{_sysconfdir}/ant.d/%{name} << EOF
jtidy xml-commons-jaxp-1.3-apis
EOF

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}
%endif

%if %{gcj_support}
%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc LICENSE NOTES doc/devel
%{_javadir}/*
%config(noreplace) %{_sysconfdir}/ant.d/%{name}
%if %{gcj_support}
%attr(-,root,root) %{_libdir}/gcj/%{name}
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/*

%files scripts
%defattr(0755,root,root,0755)
%{_bindir}/*



%changelog
* Sun Aug 26 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.0-0.1.r7dev.1.2.13
+ Revision: a892335
- LOG Use cp command instead of __cp macro



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16869 |14mr|judy-1.0.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	A general purpose dynamic array implemented as a C callable library
Name:		judy
Version:	1.0.5
Release:	5
Group:		System/Libraries
License:	LGPL
URL:		http://sourceforge.net/projects/judy/
Source0:	http://downloads.sourceforge.net/project/judy/judy/Judy-%{version}/Judy-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Judy is a general purpose dynamic array implemented as a C callable library.
Judy's speed and memory usage are typically better than other data storage
models and improves with very large data sets.

%package -n	%{libname}
Summary:	The shared libjudy library
Group:          System/Libraries

%description -n	%{libname}
Judy is a general purpose dynamic array implemented as a C callable library.
Judy's speed and memory usage are typically better than other data storage
models and improves with very large data sets.

%package -n	%{develname}
Summary:	Static library and header files for the libjudy library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Requires:	%{libname} = %{version}

%description -n	%{develname}
Judy is a general purpose dynamic array implemented as a C callable library.
Judy's speed and memory usage are typically better than other data storage
models and improves with very large data sets.

%prep

%setup -q

%build
rm -rf autom4te.cache
rm -f configure
autoreconf -fi

%configure2_5x

make

%install
rm -rf %{buildroot}

%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.*a
%{_mandir}/man3/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.5-5
+ Revision: bba371d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16870 |14mr|juk-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		juk
Version:	4.13.3
Release:	1
Epoch:		3
Summary:	A music player and manager for KDE
Group:		Graphical desktop/KDE
License:	GPLv2
URL:		http://www.kde.org/applications/multimedia/juk/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
Requires:	kdebase4-runtime
Conflicts:	kdemultimedia4-core < 3:4.5.71
Conflicts:	kdemultimedia4-devel < 3:4.6.90-3
BuildRequires:	kdelibs4-devel
BuildRequires:	libtunepimp-devel
BuildRequires:	pkgconfig(taglib) >= 1.7

%description
JuK is an audio jukebox application, supporting collections of MP3, Ogg
Vorbis, and FLAC audio files. It allows you to edit the "tags" of your
audio files, and manage your collection and playlists. It's main focus,
in fact, is on music management.

%files
%{_kde_appsdir}/juk
%{_kde_bindir}/juk
%{_kde_iconsdir}/*/*/apps/juk.*
%{_kde_applicationsdir}/juk.desktop
%{_kde_services}/ServiceMenus/jukservicemenu.desktop
%{_datadir}/dbus-1/interfaces/org.kde.juk.collection.xml
%{_datadir}/dbus-1/interfaces/org.kde.juk.player.xml
%{_datadir}/dbus-1/interfaces/org.kde.juk.search.xml
%{_kde_docdir}/HTML/en/juk

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: dc98f8e
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16871 |14mr|junit-3.8.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:		junit
Version:	3.8.2
Release:	13
Summary:	Java regression test package
License:	CPL
Url:		http://www.junit.org/
Group:		Development/Java
Source0:	http://osdn.dl.sourceforge.net/junit/junit3.8.2.tar.bz2
Source1:	junit3.8.2-build.xml
Source2:	http://repo1.maven.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom
BuildRequires:	ant
BuildRequires:	java-rpmbuild >= 0:1.6
BuildRequires:	java-1.7.0-openjdk-devel
BuildArch:      noarch

%description
JUnit is a regression testing framework written by Erich Gamma and Kent
Beck. It is used by the developer who implements unit tests in Java.
JUnit is Open Source Software, released under the IBM Public License and
hosted on SourceForge.

%package manual
Group:		Development/Java
Summary:	Manual for %{name}

%description manual
Documentation for %{name}.

%package javadoc
Group:		Development/Java
Summary:	Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%package demo
Group:		Development/Java
Summary:	Demos for %{name}
Requires:	%{name} = %{version}-%{release}

%description demo
Demonstrations and samples for %{name}.

%prep
%setup -q -n %{name}%{version}
# extract sources
%{jar} xf src.jar
rm -f src.jar
cp %{SOURCE1} build.xml

%build
%ant dist

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 %{name}%{version}/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done)
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name} 	 
# pom 	 
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms 	 
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr %{name}%{version}/javadoc/* %{buildroot}%{_javadocdir}/%{name}
# demo
install -d -m 755 %{buildroot}%{_datadir}/%{name}/demo/junit
cp -pr %{name}%{version}/%{name}/* %{buildroot}%{_datadir}/%{name}/demo/junit

# fix end-of-line 	 
%{__perl} -pi -e 's/\r\n/\n/g' README.html

for i in `find %{name}%{version}/doc -type f -name "*.htm*"`; do
    %{__perl} -pi -e 's/\r\n/\n/g' $i
done 	 

for i in `find $RPM_BUILD_ROOT%{_datadir}/%{name} -type f -name "*.java"`; do
    %{__perl} -pi -e 's/\r\n/\n/g' $i
done

install -d -m 755 %{buildroot}%{_docdir}/%{name}
cp -p README.html %{buildroot}%{_docdir}/%{name}
cp -par doc/* %{buildroot}%{_docdir}/%{name}

%clean
rm -rf %{buildroot}

%post 	 
%update_maven_depmap 	 

%postun 	 
%update_maven_depmap 	 

%files
%{_javadir}/*
%doc %dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/README.html
%{_datadir}/maven2
%{_mavendepmapfragdir}
%if %{gcj_support}
%{_libdir}/gcj/%{name} 	 
%endif

%files manual
%doc %{_docdir}/%{name}
%exclude %{_docdir}/%{name}/README.html

%files javadoc
%{_javadocdir}/%{name}

%files demo
%{_datadir}/%{name}

%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.8.2-13
+ Revision: 0ad4cd1
- Build with java 1.7.0, drop gcj support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16872 |14mr|junit4-4.8.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           junit4
Version:        4.8.2
Release:        7
Summary:        Java regression test package
License:        CPL
URL:            http://www.junit.org/
Group:          Development/Java
# git clone --bare git://github.com/KentBeck/junit.git junit.git
# mkdir junit-4.8.2
# git --git-dir=junit.git --work-tree=junit-4.8.2 checkout r4.8.2
# tar cjf junit-4.8.2.tar.bz2 junit-4.8.2/
Source0:        junit-%{version}.tar.bz2
Patch0:		java7-ignore-test.patch
Requires(post): jpackage-utils >= 0:1.7.4
Requires(postun): jpackage-utils >= 0:1.7.4
Requires:       hamcrest
BuildRequires:  ant
BuildRequires:  jpackage-utils >= 0:1.7.4
BuildRequires:  java-1.7.0-devel
BuildRequires:  hamcrest
BuildArch:      noarch

%description
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. 
It is used by the developer who implements unit tests in Java. JUnit is Open
Source Software, released under the Common Public License Version 1.0 and 
JUnit is Open Source Software, released under the IBM Public License and
hosted on SourceForge.

%package manual
Group:          Development/Java
Summary:        Manual for %{name}

%description manual
Documentation for %{name}.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
Javadoc for %{name}.

%package demo
Group:          Development/Java
Summary:        Demos for %{name}
Requires:       %{name} = %{version}-%{release}

%description demo
Demonstrations and samples for %{name}.

%prep
%setup -q -n junit-%{version}
%patch0 -p1
find . -type f -name "*.jar" | xargs -t rm
ln -s $(build-classpath hamcrest/core) lib/hamcrest-core-1.1.jar
perl -pi -e 's/\r$//g' stylesheet.css

%build
export CLASSPATH=
export OPT_JAR_LIST=:
ant dist
#ant -Dant.build.javac.source=1.6 dist

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 junit%{version}/junit-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
pushd %{buildroot}%{_javadir} 
ln -sf %{name}-%{version}.jar %{name}.jar
popd

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -m 644 pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom
%add_to_maven_depmap junit junit %{version} JPP %{name}

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr junit%{version}/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# demo
install -d -m 755 %{buildroot}%{_datadir}/%{name}/demo/junit # Not using %%name for last part because it is 
                                                                # part of package name
cp -pr junit%{version}/junit/* %{buildroot}%{_datadir}/%{name}/demo/junit

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc cpl-v10.html README.html
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_datadir}/maven2/*
%{_mavendepmapfragdir}/*

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%files manual
%defattr(0644,root,root,0755)
%doc junit%{version}/doc/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.8.2-7
+ Revision: 23eed10
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16873 |14mr|junitperf-1.9.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           junitperf
Version:        1.9.1
Release:        5
Epoch:          0
Summary:        JUnit extension for performance and scalability testing
License:        BSD
Group:          Development/Java
Source0:        http://www.clarkware.com/software/junitperf-1.9.1.zip
URL:            http://www.clarkware.com/software/JUnitPerf.html
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  junit >= 0:3.2
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  java-devel
BuildArch:      noarch
Requires:       jpackage-utils
Requires:       junit >= 0:3.2

%description
JUnitPerf is a collection of JUnit test decorators used to measure the
performance and scalability of functionality contained within existing
JUnit tests.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%package demo
Group:          Development/Java
Summary:        Demos for %{name}
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description demo
Demonstrations and samples for %{name}.

# -----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;

# -----------------------------------------------------------------------------

%build
CLASSPATH=$(build-classpath junit) %{ant} -Dbuild.sysclasspath=first jar test javadoc

# -----------------------------------------------------------------------------

%install
# jars
install -d -m 0755 $RPM_BUILD_ROOT%{_javadir}
install -m 0644 dist/%{name}-%{version}.jar \
    $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
install -d -m 0755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr build/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# demo
install -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/%{name}
cp -pr samples $RPM_BUILD_ROOT%{_datadir}/%{name}

# -----------------------------------------------------------------------------

%files
%defattr(0644,root,root,0755)
%doc LICENSE README docs/JUnitPerf.html
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%changelog
* Mon Jul 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.9.1-5
+ Revision: de87aeb
- Clean out gcj bits



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16874 |14mr|jython-2.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define cpython_version	%{py_ver}
%define	pyxml_version	0.8.4
%define	section		free

Name:		jython
Version:	2.2.1
Release:	2
Summary:	Java source interpreter
License:	Modified CNRI Open Source License
URL:		http://www.jython.org/
# svn export https://jython.svn.sourceforge.net/svnroot/jython/tags/Release_2_2_1/jython jython-2.2
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-cachedir.patch
Patch1:		%{name}-no-copy-python.patch
Patch2:		%{name}-nofullbuildpath.patch
Requires:	jline
Requires:	jpackage-utils >= 0:1.6
Requires:	jakarta-oro
Requires:	libreadline-java
Requires:	servlet
BuildRequires:	java-rpmbuild
BuildRequires:	ant >= 0:1.6
BuildRequires:	ht2html
BuildRequires:	jline
BuildRequires:	libreadline-java
#BuildRequires:	mysql-connector-java
BuildRequires:	jakarta-oro
BuildRequires:	javacc
BuildRequires:	python
# FIXME: PyXML now seems to be shipped with jython
# FIXME: Keeping internal PyXML for now
#BuildRequires:	PyXML >= 0:%{pyxml_version}
BuildRequires:	servlet
Group:		Development/Java
#Distribution:	JPackage
#Vendor:	JPackage Project
BuildArch:	noarch
BuildRequires:	java-devel

%description
Jython is an implementation of the high-level, dynamic, object-oriented
language Python seamlessly integrated with the Java platform. The
predecessor to Jython, JPython, is certified as 100% Pure Java. Jython is
freely available for both commercial and non-commercial use and is
distributed with source code. Jython is complementary to Java and is
especially suited for the following tasks: Embedded scripting - Java
programmers can add the Jython libraries to their system to allow end
users to write simple or complicated scripts that add functionality to the
application. Interactive experimentation - Jython provides an interactive
interpreter that can be used to interact with Java packages or with
running Java applications. This allows programmers to experiment and debug
any Java system using Jython. Rapid application development - Python
programs are typically 2-10X shorter than the equivalent Java program.
This translates directly to increased programmer productivity. The
seamless interaction between Python and Java allows developers to freely
mix the two languages both during development and in shipping products.

%package	demo
Summary:	Demo for %{name}
Requires:	%{name} = %{EVRD}
Group:		Development/Java

%description	demo
Demonstrations and samples for %{name}.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1 -b .nofullbuild~
# remove all binary libs
%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs %{__rm}
# remove all SVN files
#%{_bindir}/find . -type d -name .svn | %{_bindir}/xargs %{__rm} -r

%{__perl} -pi -e 's/execon/apply/g' build.xml
%{__perl} -pi -e 's/ if="full-build"//g' build.xml
export CLASSPATH=$(build-classpath mysql-connector-java oro servlet)
# FIXME: fix jpackage-utils to handle multilib correctly
export CLASSPATH=$CLASSPATH:%{_libdir}/libreadline-java/libreadline-java.jar

rm -rf org/apache

perl -p -i -e 's|execon|apply|g' build.xml

ant \
  -Dpython.home=%{_bindir} \
  -Dht2html.dir=%{_datadir}/ht2html \
  -Dpython.lib=./CPythonLib \
  -Dpython.exe=%{_bindir}/python \
  -DPyXmlHome=%{_libdir}/python%pyver \
  -Dtargetver=1.3 \
  copy-dist


# remove #! from python files
pushd dist
  for f in `find . -name '*.py'`
  do
    sed --in-place  "s:#!\s*/usr.*::" $f
  done
popd

%install
# jar
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 dist/%{name}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# data
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
# these are not supposed to be distributed

cp -pr dist/Lib $RPM_BUILD_ROOT%{_datadir}/%{name}
cp -pr dist/Tools $RPM_BUILD_ROOT%{_datadir}/%{name}
# demo
cp -pr dist/Demo $RPM_BUILD_ROOT%{_datadir}/%{name}


# registry
install -m 644 registry $RPM_BUILD_ROOT%{_datadir}/%{name}
# scripts
install -d $RPM_BUILD_ROOT%{_bindir}

cat > $RPM_BUILD_ROOT%{_bindir}/%{name} << EOF
#!/bin/sh
#
# %{name} script
# JPackage Project (http://jpackage.sourceforge.net)

# Source functions library
. %{_datadir}/java-utils/java-functions

# Source system prefs
if [ -f %{_sysconfdir}/%{name}.conf ] ; then
  . %{_sysconfdir}/%{name}.conf
fi

# Source user prefs
if [ -f \$HOME/.%{name}rc ] ; then
  . \$HOME/.%{name}rc
fi

# Arch-specific location of dependency
case \$(uname -m) in
   x86_64 | ia64 | s390x | ppc64 | sparc64 )
      JYTHONLIBDIR="/usr/lib64" ;;
   * )
      JYTHONLIBDIR="/usr/lib" ;;
esac

# Configuration
MAIN_CLASS=org.python.util.%{name}
BASE_FLAGS=-Dpython.home=%{_datadir}/%{name}
BASE_JARS="%{name} oro servlet mysql-connector-java"

BASE_FLAGS="\$BASE_FLAGS -Dpython.console=org.python.util.ReadlineConsole"
BASE_FLAGS="\$BASE_FLAGS -Djava.library.path=\$JYTHONLIBDIR/libreadline-java"
BASE_FLAGS="\$BASE_FLAGS -Dpython.console.readlinelib=Editline"

# Set parameters
set_jvm
CLASSPATH=$CLASSPATH:\$JYTHONLIBDIR/libreadline-java/libreadline-java.jar
set_classpath \$BASE_JARS
set_flags \$BASE_FLAGS
set_options \$BASE_OPTIONS

# Let's start
run "\$@"
EOF

cat > $RPM_BUILD_ROOT%{_bindir}/%{name}c << EOF
#!/bin/sh
#
# %{name}c script
# JPackage Project (http://jpackage.sourceforge.net)

%{_bindir}/%{name} %{_datadir}/%{name}/Tools/%{name}c/%{name}c.py "\$@"
EOF

%files
%doc ACKNOWLEDGMENTS NEWS LICENSE.txt README.txt
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0755,root,root) %{_bindir}/%{name}c
%{_javadir}/*
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/Lib
%attr(-,root,root) %{_datadir}/%{name}/Lib/*
%{_datadir}/%{name}/Tools
%{_datadir}/%{name}/registry

%files demo
%{_datadir}/%{name}/Demo



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.1-2
+ Revision: 74b169f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16875 |14mr|jzlib-1.0.7-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section   free
%define gcj_support 1

Name:           jzlib
Version:        1.0.7
Release:        14
Epoch:          0
Summary:        JZlib re-implementation of zlib in pure Java

Group:          Development/Java
License:        BSD-style
URL:            http://www.jcraft.com/jzlib/
Source0:        http://www.jcraft.com/jzlib/jzlib-%{version}.tar.bz2
Source1:        %{name}_build.xml
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
#Distribution:   JPackage
#Vendor:         JPackage Project

%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
%endif
BuildRequires:  java-rpmbuild >= 0:1.5.31, ant >= 0:1.5.4

%description
The zlib is designed to be a free, general-purpose, legally unencumbered 
-- that is, not covered by any patents -- lossless data-compression 
library for use on virtually any computer hardware and operating system. 
The zlib was written by Jean-loup Gailly (compression) and Mark Adler 
(decompression). 

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%package        demo
Summary:        Examples for %{name}
Group:          Development/Java

%description    demo
%{summary}.


%prep
%setup -q -n %{name}-%{version}
cp %{SOURCE1} build.xml
mkdir src
mv com src

%build
%ant dist javadoc 

%install
# jars
rm -rf $RPM_BUILD_ROOT
install -Dpm 644 dist/lib/%{name}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# javadoc
install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

# examples
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
cp -pr example/* $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/%{name} # ghost symlink


%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%post demo
rm -f %{_datadir}/%{name}
ln -s %{name}-%{version} %{_datadir}/%{name}


%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%ghost %doc %{_javadocdir}/%{name}

%files demo
%defattr(0644,root,root,0755)
%doc %{_datadir}/%{name}-%{version}
%ghost %doc %{_datadir}/%{name}





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.0.7-14
+ Revision: 3de428c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16876 |14mr|k3b-2.0.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

Summary:	CD-Burner for KDE4
Name:		k3b
Version:	2.0.2
Release:	11%{?extrarelsuffix}
Epoch:		4
License:	GPLv2+
Group:		Archiving/Cd burning
Url:		http://k3b.sourceforge.net/
Source0:	http://jaist.dl.sourceforge.net/sourceforge/k3b/%{name}-%{version}.tar.bz2
Source1:	k3b-docbook-ru.tar.bz2
Patch0:		k3b-2.0.2-ffmpeg2.0.patch
Patch1:		k3b-2.0.2-git-sox_not_found.diff
Patch3:		k3b-1.69-always-use-growisofs-for-dvd.patch
Patch4:		k3b-2.0.2-l10n-ru.patch
Patch5:		k3b-2.0.2-docbook-ru.patch
BuildRequires:	doxygen
BuildRequires:	kdelibs4-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	libkcddb-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(polkit-qt-1)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis)
%if %{build_plf}
BuildRequires:	liblame-devel
%else
BuildConflicts:	liblame-devel
%endif
Requires:	cdrecord
Requires:	mkisofs
Requires:	cdrdao
Requires:	sox
Requires:	vcdimager
Requires:	normalize
Requires:	dvd+rw-tools
Requires:	kdebase4-runtime
Suggests:	transсode

%description
K3b is CD-writing software which intends to be feature-rich and
provide an easily usable interface. Features include burning
audio CDs from .WAV and .MP3 audio files, configuring external
programs and configuring devices.

%if %{build_plf}
This package is in Restricted repository because it supports
mp3 encoding which is patent-protected.
%endif

%files -f %{name}.lang
%{_kde_bindir}/k3b
%{_kde_bindir}/k3bsetup
%{_kde_libdir}/kde4/kcm_k3bsetup.so
%{_kde_libdir}/kde4/kcm_k3boggvorbisencoder.so
%{_kde_libdir}/kde4/kio_videodvd.so
%{_kde_libdir}/kde4/k3bffmpegdecoder.so
%{_kde_libdir}/kde4/k3bflacdecoder.so
%{_kde_libdir}/kde4/k3bmaddecoder.so
%{_kde_libdir}/kde4/k3boggvorbisdecoder.so
%{_kde_libdir}/kde4/k3boggvorbisencoder.so
%{_kde_libdir}/kde4/k3bmpcdecoder.so
%{_kde_libdir}/kde4/k3blibsndfiledecoder.so
%{_kde_libdir}/kde4/k3baudiometainforenamerplugin.so
%{_kde_libdir}/kde4/k3baudioprojectcddbplugin.so
%{_kde_libdir}/kde4/k3bexternalencoder.so
%{_kde_libdir}/kde4/k3bsoxencoder.so
%{_kde_libdir}/kde4/k3bwavedecoder.so
%{_kde_libdir}/kde4/kcm_k3bexternalencoder.so
%{_kde_libdir}/kde4/kcm_k3bsoxencoder.so
%if %{build_plf}
%{_kde_libdir}/kde4/k3blameencoder.so
%{_kde_libdir}/kde4/kcm_k3blameencoder.so
%endif
%{_kde_datadir}/applications/kde4/k3b.desktop
%{_kde_datadir}/mime/packages/x-k3b.xml
%{_kde_appsdir}/k3b
%{_kde_appsdir}/konqsidebartng/virtual_folders/services/videodvd.desktop
%{_kde_appsdir}/solid/actions/*
%{_kde_datadir}/kde4/services/ServiceMenus/*.desktop
%{_kde_datadir}/kde4/services/*.desktop
%{_kde_datadir}/kde4/servicetypes/k3bplugin.desktop
%{_kde_datadir}/kde4/services/videodvd.protocol
%{_kde_iconsdir}/hicolor/*/apps/k3b.*
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.k3bsetup.conf
%{_kde_libdir}/kde4/libexec/k3bsetuphelper
%{_kde_datadir}/polkit-1/actions/org.kde.kcontrol.k3bsetup.policy
%{_kde_datadir}/dbus-1/system-services/org.kde.kcontrol.k3bsetup.service
%{_kde_datadir}/doc/HTML/*

#------------------------------------------------

%define libk3b_major 6
%define libk3b %mklibname k3blib %{libk3b_major}

%package -n %{libk3b}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libk3b}
KDE 4 core library.

%files -n %{libk3b}
%{_kde_libdir}/libk3blib.so.%{libk3b_major}*

#------------------------------------------------

%define libk3bdevice_major 6
%define libk3bdevice %mklibname k3bdevice %{libk3bdevice_major}

%package -n %{libk3bdevice}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libk3bdevice}
KDE 4 core library.

%files -n %{libk3bdevice}
%{_kde_libdir}/libk3bdevice.so.%{libk3bdevice_major}*

#------------------------------------------------

%package devel
Group:		Development/KDE and Qt
Summary:	Development libraries from %{name}
Requires:	%{libk3bdevice} = %{EVRD}
Requires:	%{libk3b} = %{EVRD}

%description devel
Development libraries from %{name}.

%files devel
%{_kde_includedir}/*.h
%{_kde_libdir}/libk3blib.so
%{_kde_libdir}/libk3bdevice.so

#------------------------------------------------

%prep
%setup -q -a1
%patch0 -p1
%patch1 -p1 -b .sox
%patch3 -p1 -b .dvd
%patch4 -p1 -b .l10n-ru
%patch5 -p1 -b .docbook-ru

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang --with-html k3b k3bsetup kio_videodvd libk3b libk3bdevice %{name}.lang

%changelog
* Mon Jun 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:2.0.2-11
+ Revision: 44165af
- Add russian docbook



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16877 |14mr|kaccessible-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kaccessible
Summary:	Accessibility services like focus tracking and a screenreader
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://www.kde.org/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	speech-dispatcher-devel
Obsoletes:	kdeaccessibility4-core < 2:4.8.0

%description
kaccessible implements a QAccessibleBridgePlugin to provide
accessibility services like focus tracking and a screenreader.

%files
%{_kde_libdir}/kde4/libexec/kaccessibleapp
%{_kde_libdir}/kde4/plugins/accessiblebridge/kaccessiblebridge.so
%{_datadir}/dbus-1/services/org.kde.kaccessible.service

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 4372de8
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16878 |14mr|kajongg-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Majongg game for KDE
Name:		kajongg
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+ and LGPLv2+ and GFDL
Url:		http://www.kde.org/applications/games/kajongg/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	python-kde4
BuildRequires:	python-qt4
BuildRequires:	python-twisted-core
BuildRequires:	pkgconfig(sqlite3)
Requires:	python-kde4
Requires:	python-twisted-core
Requires:	qt4-database-plugin-sqlite
Requires:	kmahjongglib
# kajongg needed ogg123 @ runtime
Requires:	vorbis-tools
BuildArch:	noarch

%description
Kajongg is the ancient Chinese board game for 4 players.

Kajongg can be used in two different ways: Scoring a manual game where you play
as always and use Kajongg for the computation of scores and for bookkeeping. Or
you can use Kajongg to play against any combination of other human players or
computer players.

%files
%{_kde_bindir}/kajongg
%{_kde_bindir}/kajonggserver
%{_kde_applicationsdir}/kajongg.desktop
%{_kde_appsdir}/kajongg
%{_kde_docdir}/HTML/en/kajongg
%{_kde_iconsdir}/hicolor/*/*/*kajongg*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 967bb38
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16879 |14mr|kalgebra-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without opengl

Summary:	MathML-based graph calculator
Name:		kalgebra
Version:	4.13.3
Release:	1
License:	GPLv2+ and LGPLv2+ and GFDL
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KAlgebra
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	libkdeedu-devel >= %{version}
BuildRequires:	readline-devel
BuildRequires:	analitza-devel
%if %{with opengl}
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
%endif
# add SHOULD_BUILD_OPENGL option, to be able to disable support
# on arm because plotter3d assumes qreal=double all over the place
Patch0:		kalgebra-4.13.2-opengl_optional.patch

%description
KAlgebra is a mathematical calculator based content markup MathML
language. Nowadays it is capable to make simple MathML operations
(arithmetic and logical) and representate 2D and 3D graphs. It is
actually not necessary to know MathML to use KAlgebra.

%files
%doc COPYING COPYING.LIB COPYING.DOC
%doc %{_kde_docdir}/HTML/en/kalgebra
%{_kde_bindir}/kalgebra
%{_kde_bindir}/kalgebramobile
%{_kde_iconsdir}/*/*/apps/kalgebra.*
%{_kde_applicationsdir}/kalgebra.desktop
%{_kde_applicationsdir}/kalgebramobile.desktop
%{_kde_libdir}/kde4/plasma_applet_kalgebra.so
%{_kde_libdir}/kde4/imports/org/kde/analitza/
%{_kde_appsdir}/katepart/syntax/kalgebra.xml
%{_kde_appsdir}/kalgebramobile
%{_kde_appsdir}/plasma/plasmoids/org.kde.graphsplasmoid
%{_kde_services}/kalgebra*.desktop
%{_kde_services}/graphsplasmoid.desktop

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .opengl_optional

%build
%cmake_kde4 \
%if %{with opengl}
	-DSHOULD_BUILD_OPENGL:BOOL=ON
%else
	-DSHOULD_BUILD_OPENGL:BOOL=OFF
%endif

%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 2ec15d4
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16880 |14mr|kalzium-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without opengl

Summary:	MathML-based graph calculator
Name:		kalgebra
Version:	4.13.3
Release:	1
License:	GPLv2+ and LGPLv2+ and GFDL
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KAlgebra
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	libkdeedu-devel >= %{version}
BuildRequires:	readline-devel
BuildRequires:	analitza-devel
%if %{with opengl}
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
%endif
# add SHOULD_BUILD_OPENGL option, to be able to disable support
# on arm because plotter3d assumes qreal=double all over the place
Patch0:		kalgebra-4.13.2-opengl_optional.patch

%description
KAlgebra is a mathematical calculator based content markup MathML
language. Nowadays it is capable to make simple MathML operations
(arithmetic and logical) and representate 2D and 3D graphs. It is
actually not necessary to know MathML to use KAlgebra.

%files
%doc COPYING COPYING.LIB COPYING.DOC
%doc %{_kde_docdir}/HTML/en/kalgebra
%{_kde_bindir}/kalgebra
%{_kde_bindir}/kalgebramobile
%{_kde_iconsdir}/*/*/apps/kalgebra.*
%{_kde_applicationsdir}/kalgebra.desktop
%{_kde_applicationsdir}/kalgebramobile.desktop
%{_kde_libdir}/kde4/plasma_applet_kalgebra.so
%{_kde_libdir}/kde4/imports/org/kde/analitza/
%{_kde_appsdir}/katepart/syntax/kalgebra.xml
%{_kde_appsdir}/kalgebramobile
%{_kde_appsdir}/plasma/plasmoids/org.kde.graphsplasmoid
%{_kde_services}/kalgebra*.desktop
%{_kde_services}/graphsplasmoid.desktop

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .opengl_optional

%build
%cmake_kde4 \
%if %{with opengl}
	-DSHOULD_BUILD_OPENGL:BOOL=ON
%else
	-DSHOULD_BUILD_OPENGL:BOOL=OFF
%endif

%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 2ec15d4
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16881 |14mr|kamera-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kamera
Summary:	Kamera ioslave
Version:	4.13.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2 GFDL
URL:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libgphoto2)

%description
Kamera ioslave.

%files
%doc %{_kde_docdir}/HTML/en/kcontrol/kamera
%doc COPYING  COPYING.DOC
%{_kde_libdir}/kde4/kcm_kamera.so
%{_kde_libdir}/kde4/kio_kamera.so
%{_kde_services}/camera.protocol
%{_kde_services}/kamera.desktop
%{_kde_appsdir}/solid/actions/solid_camera.desktop

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: 130fd55
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16882 |14mr|kanagram-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kanagram
Summary:	Word learning program
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 GFDL
URL:		http://edu.kde.org/kanagram
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	libkdeedu-devel >= %{version}
Requires:	libkdeedu = %{version}

%description
Kanagram is a replacement for KMessedWords. Kanagram mixes up the letters
of a word (creating an anagram), and you have to guess what the mixed up
word is. Kanagram features several built-in word lists, hints, and a cheat
feature which reveals the original word. Kanagram also has a vocabulary
editor, so you can make your own vocabularies, and distribute them through
Kanagram's KNewStuff download service.

%files
%doc ChangeLog TODO COPYING COPYING.DOC
%doc %{_kde_docdir}/HTML/en/kanagram
%{_kde_bindir}/kanagram
%{_kde_appsdir}/kanagram
%{_kde_iconsdir}/*/*/apps/kanagram*
%{_kde_applicationsdir}/kanagram.desktop
%{_kde_datadir}/config.kcfg/kanagram.kcfg
%{_kde_configdir}/kanagram.knsrc

#----------------------------------------------------------------------------

%define kanagramengine_major 4
%define libkanagramengine %mklibname kanagramengine %{kanagramengine_major}

%package -n %{libkanagramengine}
Summary:	Runtime library for KDE Education Application
Group:		System/Libraries

%description -n %{libkanagramengine}
Runtime library for KDE Education Application.

%files -n %{libkanagramengine}
%{_kde_libdir}/libkanagramengine.so.%{kanagramengine_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libkanagramengine} = %{version}-%{release}
Requires:	kdelibs4-devel
Requires:	libkdeedu-devel

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_libdir}/libkanagramengine.so
%{_includedir}/%{name}

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: f7cd96b
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16883 |14mr|kapman-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kapman
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	A Pac-Man clone
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/kapman/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Kapman is a clone of the well known game Pac-Man.

You must run through the maze to eat all pills without being captured by a
ghost. By eating an energizer, Kapman gets the ability to eat ghosts for a few
seconds. When a stage is cleared of pills and energizer the player is taken to
the next stage with slightly increased game speed.

%files
%{_kde_bindir}/kapman
%{_kde_applicationsdir}/kapman.desktop
%{_kde_appsdir}/kapman
%{_kde_docdir}/*/*/kapman
%{_kde_iconsdir}/hicolor/*/apps/kapman.*
%{_kde_datadir}/sounds/kapman

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 6dd158c
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16884 |14mr|kapptemplate-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Templates for KDE Application Development
Name:		kapptemplate
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KAppTemplate is a set of modular shell scripts that will create a framework for
any number of KDE application types. At its base level, it handles creation of
things like the automake/autoconf framework, lsm files, RPM spec files, and po
files. Then, there are individual modules that allow you to create a skeleton
KDE application, a KPart application, a KPart plugin, or even convert existing
source code to the KDE framework.

%files
%{_kde_bindir}/kapptemplate
%{_kde_applicationsdir}/kapptemplate.desktop
%{_kde_datadir}/config.kcfg/kapptemplate.kcfg
%{_kde_appsdir}/kdevappwizard
%{_kde_docdir}/*/*/kapptemplate
%{_kde_iconsdir}/hicolor/*/apps/kapptemplate.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 484fc94
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16885 |14mr|kasumi-2.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for managing Anthy's dictionary
Name:		kasumi
Version:	2.5
Release:	5
Group:		System/Internationalization
License:	GPLv2+
URL:		http://sourceforge.jp/projects/kasumi
Source0:	http://iij.dl.sourceforge.jp/kasumi/37311/%name-%version.tar.gz
Patch0:		kasumi-2.3-fix-desktop-file.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildrootroot
Requires:	anthy >= 6300
BuildRequires:	pango-devel
BuildRequires:	atk-devel
BuildRequires:	gtk+2-devel
BuildRequires:	anthy-devel
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils

%description
A tool for managing Anthy's dictionary.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# icons
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32}/apps
cp %{buildroot}/%{_datadir}/pixmaps/%{name}.png %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{buildroot}/%{_datadir}/pixmaps/%{name}.png %{buildroot}/%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%find_lang %{name}

# menu
desktop-file-install	--vendor="" \
			--dir %{buildroot}%{_datadir}/applications \
			--remove-category="Applications" \
			%{name}.desktop

%if %mdkversion < 200900
%post
%update_menus
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%clean_icon_cache hicolor
%endif

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_bindir}/*
%{_datadir}/applications/kasumi.desktop
%{_datadir}/pixmaps/*.png
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/kasumi.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5-5
+ Revision: ebef1b8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16886 |14mr|kate-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced text editor
Name:		kate
Version:	4.13.3
Release:	1
Epoch:		3
License:	GPLv2+ LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://kate-editor.org/
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Source1:	kwriteroot.desktop
Source10:	%{name}.rpmlintrc
BuildRequires:	python-sip
BuildRequires:	python-qt4
BuildRequires:	python-kde4
BuildRequires:	binutils-devel
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	libltdl-devel
BuildRequires:	python-kde4-devel
BuildRequires:	subversion-devel
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(QJson)
Requires:	konsole >= 1:%{version}
Requires:	katepart = %{EVRD}
Requires:	kate-extensions = %{EVRD}
Conflicts:	kdelibs4-core < 2:4.6.90
Obsoletes:	%{_lib}ktexteditor-codesnippets0 < 3:4.10.0

%description
A fast and advanced text editor with nice plugins for KDE 4.

%files
%doc COPYING.LIB AUTHORS README
%{_kde_bindir}/kate
%{_kde_libdir}/libkdeinit4_kate.so
%{_kde_libdir}/kde4/katebacktracebrowserplugin.so
%{_kde_libdir}/kde4/katefilebrowserplugin.so
%{_kde_libdir}/kde4/katefiletemplates.so
%{_kde_libdir}/kde4/kategdbplugin.so
%{_kde_libdir}/kde4/katekonsoleplugin.so
%{_kde_libdir}/kde4/katemailfilesplugin.so
%{_kde_libdir}/kde4/kateopenheaderplugin.so
%{_kde_libdir}/kde4/katereplicodeplugin.so
%{_kde_libdir}/kde4/katesearchplugin.so
%{_kde_libdir}/kde4/katesymbolviewerplugin.so
%{_kde_libdir}/kde4/katetabbarextensionplugin.so
%{_kde_libdir}/kde4/katetextfilterplugin.so
%{_kde_libdir}/kde4/plasma_applet_katesession.so
%{_kde_libdir}/kde4/katebuildplugin.so
%{_kde_libdir}/kde4/katectagsplugin.so
%{_kde_libdir}/kde4/kate_kttsd.so
%{_kde_libdir}/kde4/katexmlcheckplugin.so
%{_kde_libdir}/kde4/katetabifyplugin.so
%{_kde_libdir}/kde4/katexmltoolsplugin.so
%{_kde_libdir}/kde4/katecloseexceptplugin.so
%{_kde_libdir}/kde4/katefiletreeplugin.so
%{_kde_libdir}/kde4/katesqlplugin.so
%{_kde_libdir}/kde4/katepateplugin.so
%{_kde_libdir}/kde4/kateprojectplugin.so
%{_kde_libdir}/kde4/katesnippetsplugin.so
%{_kde_applicationsdir}/kate.desktop
%{_kde_appsdir}/kate
%{_kde_appsdir}/katexmltools
%{_kde_appsdir}/kconf_update/kate-2.4.upd
%{_kde_iconsdir}/hicolor/*/apps/*.*
%{_kde_iconsdir}/hicolor/*/actions/debug-kategdb.*
%exclude %{_kde_iconsdir}/hicolor/scalable/apps/ktexteditorautobrace.svgz
%{_kde_services}/katebacktracebrowserplugin.desktop
%{_kde_services}/katefilebrowserplugin.desktop
%{_kde_services}/katefiletemplates.desktop
%{_kde_services}/kategdbplugin.desktop
%{_kde_services}/katekonsoleplugin.desktop
%{_kde_services}/katemailfilesplugin.desktop
%{_kde_services}/kateopenheader.desktop
%{_kde_services}/katesearch.desktop
%{_kde_services}/katesymbolviewer.desktop
%{_kde_services}/katetabbarextension.desktop
%{_kde_services}/katetextfilter.desktop
%{_kde_services}/plasma-applet-katesession.desktop
%{_kde_services}/katebuildplugin.desktop
%{_kde_services}/katectagsplugin.desktop
%{_kde_services}/kate_kttsd.desktop
%{_kde_services}/katexmlcheck.desktop
%{_kde_services}/katetabifyplugin.desktop
%{_kde_services}/katexmltools.desktop
%{_kde_services}/katesql.desktop
%{_kde_services}/katecloseexceptplugin.desktop
%{_kde_services}/katefiletreeplugin.desktop
%{_kde_services}/katepate_*.desktop
%{_kde_services}/kateprojectplugin.desktop
%{_kde_services}/katereplicodeplugin.desktop
%{_kde_services}/katesnippetsplugin.desktop
%{_kde_services}/pate.desktop
%{_kde_servicetypes}/kateplugin.desktop
%{_kde_servicetypes}/katepythonplugin.desktop
%{_kde_mandir}/man1/kate.1.*
%{_kde_docdir}/*/*/kate

#-----------------------------------------------------------------------------

%package -n python-kate
Summary:	Python interface to the Kate text editor
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description -n python-kate
Python interface to the Kate text editor.

%files -n python-kate
%{py_platsitedir}/PyKate4

#-----------------------------------------------------------------------------

%package -n katepart
Summary:	Kate KPart
Group:		Graphical desktop/KDE
Conflicts:	kdelibs4-core < 2:4.6.90
Conflicts:	kate < 3:4.10.5-2

%description -n katepart
This package contains the Kate KPart component.

%files -n katepart
%{_kde_libdir}/kde4/katepart.so
%{_kde_appsdir}/katepart
%{_kde_configdir}/katemoderc
%{_kde_configdir}/katerc
%{_kde_configdir}/kateschemarc
%{_kde_configdir}/katesyntaxhighlightingrc
%{_kde_configdir}/ktexteditor_codesnippets_core.knsrc
%{_kde_services}/katepart.desktop

#-----------------------------------------------------------------------------

%package -n kwrite
Summary:	Simple text editor for KDE 4
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	katepart = %{EVRD}
Suggests:	kate-extensions

%description -n kwrite
KWrite is a text editor for KDE, based on the Kate's editor component.
Features :
    Syntax highlighting according to the file type
    Word completion
    Auto-identation
    Plugin support
    Vi input mode

%files -n kwrite
%{_kde_bindir}/kwrite
%{_kde_libdir}/libkdeinit4_kwrite.so
%{_kde_applicationsdir}/kwrite.desktop
%{_kde_applicationsdir}/kwriteroot.desktop
%{_kde_appsdir}/kwrite
%{_kde_docdir}/*/*/kwrite

#------------------------------------------------------------------------------

%package -n ktexteditor
Summary:	Ktexteditor
Group:		Graphical desktop/KDE
Obsoletes:	kate-extensions < %{EVRD}
Provides:	kate-extensions = %{EVRD}

%description -n ktexteditor
Ktexteditor package.

%files -n ktexteditor
%{_kde_libdir}/kde4/ktexteditor_autobrace.so
%{_kde_libdir}/kde4/ktexteditor_exporter.so
%{_kde_libdir}/kde4/ktexteditor_hlselection.so
%{_kde_libdir}/kde4/ktexteditor_iconinserter.so
%{_kde_libdir}/kde4/ktexteditor_insertfile.so
%{_kde_libdir}/kde4/ktexteditor_lumen.so
%{_kde_appsdir}/ktexteditor_exporter
%{_kde_appsdir}/ktexteditor_iconinserter
%{_kde_appsdir}/ktexteditor_insertfile
%{_kde_services}/ktexteditor_autobrace.desktop
%{_kde_services}/ktexteditor_autobrace_config.desktop
%{_kde_services}/ktexteditor_exporter.desktop
%{_kde_services}/ktexteditor_hlselection.desktop
%{_kde_services}/ktexteditor_iconinserter.desktop
%{_kde_services}/ktexteditor_insertfile.desktop
%{_kde_services}/ktexteditor_lumen.desktop
%{_kde_iconsdir}/hicolor/scalable/apps/ktexteditorautobrace.svgz

#------------------------------------------------------------------------------

%define kateinterfaces_major 4
%define libkateinterfaces %mklibname kateinterfaces %{kateinterfaces_major}

%package -n %{libkateinterfaces}
Summary:	Runtime library for Kate
Group:		System/Libraries

%description -n %{libkateinterfaces}
Runtime library for Kate.

%files -n %{libkateinterfaces}
%{_kde_libdir}/libkateinterfaces.so.%{kateinterfaces_major}*

#------------------------------------------------------------------------------

%define libkatepartinterfaces_major 4
%define libkatepartinterfaces %mklibname katepartinterfaces %{libkatepartinterfaces_major}

%package -n %{libkatepartinterfaces}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkatepartinterfaces}
Runtime library for Kate.

%files -n %{libkatepartinterfaces}
%{_kde_libdir}/libkatepartinterfaces.so.%{libkatepartinterfaces_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Header files for kate
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	pkgconfig(hunspell)
Requires:	pkgconfig(libxslt)
Requires:	subversion-devel
Requires:	binutils-devel
Requires:	boost-devel
Requires:	libltdl-devel
Requires:	antlr-tool
Requires:	antlr-C++
Requires:	%{libkateinterfaces} = %{EVRD}
Requires:	%{libkatepartinterfaces} = %{EVRD}
Conflicts:	kdesdk4-devel < 1:4.6.90
Conflicts:	kdelibs4-devel < 2:4.6.90

%description  devel
This package includes the header files you will need to compile applications
against kate.

%files devel
%{_kde_includedir}/*
%{_kde_libdir}/libkateinterfaces.so
%{_kde_libdir}/libkatepartinterfaces.so

#---------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

install -m 0644 %{SOURCE1} %{buildroot}%{_kde_applicationsdir}/kwriteroot.desktop


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 51d6dcf
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16887 |14mr|katello-agent-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    katello-agent
Version: 1.1.2
Release: 2
Summary: The Katello Agent
Group:   Development/Python
License: LGPLv2
URL:     https://fedorahosted.org/katello/
Source0: https://fedorahosted.org/releases/k/a/katello/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-rpm
Requires: gofer >= 0.60
Requires: gofer-package >= 0.60
Requires: subscription-manager

%description
Provides plugin for gofer, which allows communicating with Katello server
and execute scheduled actions.

%prep
%setup -q

%build
pushd src
%{__python} setup.py build
popd

%install
mkdir -p %{buildroot}/%{_sysconfdir}/gofer/plugins
mkdir -p %{buildroot}/%{_prefix}/lib/gofer/plugins

cp etc/gofer/plugins/katelloplugin.conf %{buildroot}/%{_sysconfdir}/gofer/plugins
cp src/katello/agent/katelloplugin.py %{buildroot}/%{_prefix}/lib/gofer/plugins

%files
%config(noreplace) %{_sysconfdir}/gofer/plugins/katelloplugin.conf
%{_prefix}/lib/gofer/plugins/katelloplugin.*
%doc LICENSE


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.2-2
+ Revision: bbfa9bf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16888 |14mr|katomic-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		katomic
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Build complex atoms with a minimal amount of moves
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=katomic
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KAtomic is a fun educational game built around molecular geometry.
It employs simplistic two-dimensional looks at different chemical elements.

%files
%{_kde_bindir}/katomic
%{_kde_applicationsdir}/katomic.desktop
%{_kde_docdir}/*/*/katomic
%{_kde_iconsdir}/hicolor/*/apps/katomic.png
%{_kde_appsdir}/katomic
%{_kde_configdir}/katomic.knsrc
%{_kde_appsdir}/kconf_update/katomic-levelset-upd.pl
%{_kde_appsdir}/kconf_update/katomic-levelset.upd

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 339f30e
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16889 |14mr|kbd-1.15.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kbddir /usr/lib/kbd
%define mdv_keymaps_ver 20081113

Name:   	kbd
Version:	1.15.3
Release:	9
Summary:	Keyboard and console utilities for Linux
License:	GPL
Group:  	Terminals
URL:    	ftp://ftp.kernel.org/pub/linux/utils/kbd/
Source0:	ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2
Source2:	ucwfonts.tar.bz2
Source3:	ftp://ftp.linux-france.org/pub/macintosh/kbd-mac-fr-4.1.tar.gz
Source5:	kbd-mdv-keymaps-%{mdv_keymaps_ver}.tar.bz2
Source6:	configure_keyboard.sh
Source7:	setsysfont
# mandriva keyboard updates
Patch0: 	kbd-1.15-mandriva.patch
# tilde with twosuperior in french keyboard
Patch1: 	kbd-1.15-tilde_twosuperior_french_kbd.patch
# some modifications to cover PPC using Linux keycodes
Patch2: 	kbd-1.12-ppc_using_linux_keycodes.patch
# thai support, I tried to convert it from console-tools package
# (support added by Pablo), see these patches as reference:
# http://linux.thai.net/~thep/th-console/console-tools/console-tools-thai_ksym.patch
# http://linux.thai.net/~thep/th-console/console-data/console-data-thai_orig-1999.08.29.patch
# (note: thai_ksym patch not needed anymore, it's merged in kbd)
Patch4: 	kbd-1.12-data_thai.patch
# avoid kbd scheme for loadkeys, we use unicode_start in configure_keyboard.sh
Patch5: 	kbd-1.14.1-unicode_start_no_loadkeys.patch
# (fc) remove unneeded calls in unicode_stop
Patch6:		kbd-1.15-remove-unneeded-calls.patch
# (fc) allow to wait for VT switch in userland (Novell bug #540482) (Gentoo)
Patch7:		kbd-1.12-chvt-userwait.patch
# (tpg) fix es translation, probably will be dropped on next release
Patch8:		kbd-1.15.3-fix-es-translation.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gcc
BuildRequires:	gettext-devel
BuildRequires:	glibc-devel
BuildRequires:	make
Conflicts:	initscripts <= 8.54-2mdv2008.0
Conflicts:	util-linux < 2.13
Obsoletes:	console-tools <= 0.2.3-64
Obsoletes:	libconsole0 <= 0.2.3-64
Obsoletes:	libconsole0-devel <= 0.2.3-64
Obsoletes:	libconsole0-static-devel <= 0.2.3-64
Obsoletes:	lib64console0 <= 0.2.3-64
Obsoletes:	lib64console0-devel <= 0.2.3-64
Obsoletes:	lib64console0-static-devel <= 0.2.3-64

%description
This package contains utilities to load console fonts and keyboard maps.
It also includes a number of different fonts and keyboard maps.

%prep
%setup -q -a 2
%patch0 -p1
%patch1 -p1
%ifarch ppc ppc64
%patch2 -p1
%endif
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1

mkdir mac_frnew; cd mac_frnew
tar -zxf %{SOURCE3}
gunzip mac-fr-ext_new.kmap.gz
mv mac-fr-ext_new.kmap ../data/keymaps/mac/all/mac-fr-ext_new.map
cd ..; rm -rf mac_frnew

pushd data
tar -jxf %{SOURCE5}
cp keymaps/i386/include/delete.inc keymaps/i386/include/delete.map
popd

%build
%configure2_5x	\
	--datadir=%{kbddir} \
	--mandir=%{_mandir} \
	--enable-nls \
	--localedir=%{_datadir}/locale \
	--enable-optional-progs \
	--disable-rpath

%make

%install
%makeinstall_std \
	localedir=%{_datadir}/locale

# keep some keymap/consolefonts compatibility with console-tools
ln -s fr-latin9.map.gz \
	%{buildroot}%{kbddir}/keymaps/i386/azerty/fr-latin0.map.gz
ln -s us-acentos.map.gz \
	%{buildroot}%{kbddir}/keymaps/i386/qwerty/us-intl.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-br-abnt2.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-gr.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-no-latin1.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-cz-us-qwertz.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-hu.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-Pl02.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-ru1.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-jp106.map.gz
ln -s iso07u-16.psfu.gz \
	%{buildroot}%{kbddir}/consolefonts/iso07.f16.psfu.gz
ln -s lat2-16.psfu.gz \
	%{buildroot}%{kbddir}/consolefonts/lat2-sun16.psfu.gz
ln -s lat5-16.psfu.gz \
	%{buildroot}%{kbddir}/consolefonts/lat5u-16.psfu.gz

# Our initscripts/drakx-kbd-mouse-x11 may want to load these directly as
# they were like this when using console-tools (GRP_TOGGLE), so we do
# this to keep compatibility (#32284)
for toggle_file in alt_shift_toggle caps_toggle ctrl_alt_toggle \
                   ctrl_shift_toggle lwin_toggle menu_toggle \
                   rwin_toggle toggle
do
	cp %{buildroot}%{kbddir}/keymaps/i386/include/$toggle_file.inc \
	   %{buildroot}%{kbddir}/keymaps/i386/include/$toggle_file.map
	gzip %{buildroot}%{kbddir}/keymaps/i386/include/$toggle_file.map
done

mkdir -p %{buildroot}/%{_sysconfdir}/profile.d
install -m 644 %{SOURCE6} \
	%{buildroot}/%{_sysconfdir}/profile.d/40configure_keyboard.sh

mkdir -p %{buildroot}/%{_sysconfdir}/rc.d/init.d

# some scripts expects setfont, unicode_{start,stop} and loadkeys inside /bin
mkdir -p %{buildroot}/bin
mv %{buildroot}/%{_bindir}/unicode_{start,stop} %{buildroot}/bin
ln -s ../../bin/unicode_start %{buildroot}/%{_bindir}/unicode_start
ln -s ../../bin/unicode_stop %{buildroot}/%{_bindir}/unicode_stop
mv %{buildroot}/%{_bindir}/{loadkeys,setfont,kbd_mode} %{buildroot}/bin
ln -s ../../bin/kbd_mode %{buildroot}/%{_bindir}/kbd_mode
ln -s ../../bin/loadkeys %{buildroot}/%{_bindir}/loadkeys
ln -s ../../bin/setfont %{buildroot}/%{_bindir}/setfont

mkdir %{buildroot}/sbin
install -m 0755 %{SOURCE7} %{buildroot}/sbin

%find_lang %{name}

%triggerun -- kbd < 1.15-5mdv
  /sbin/chkconfig --del keytable
exit 0


%files -f %{name}.lang
%defattr(0755,root,root,0755)
%{_bindir}/chvt
%{_bindir}/deallocvt
%{_bindir}/dumpkeys
%{_bindir}/fgconsole
%{_bindir}/getkeycodes
%{_bindir}/kbd_mode
%{_bindir}/kbdrate
%{_bindir}/loadkeys
%{_bindir}/loadunimap
%{_bindir}/mapscrn
%{_bindir}/openvt
%{_bindir}/psfaddtable
%{_bindir}/psfgettable
%{_bindir}/psfstriptable
%{_bindir}/psfxtable
%ifarch %{ix86}
%{_bindir}/resizecons
%endif
%{_bindir}/setfont
%{_bindir}/setkeycodes
%{_bindir}/setleds
%{_bindir}/setmetamode
%{_bindir}/showconsolefont
%{_bindir}/showkey
%{_bindir}/unicode_start
%{_bindir}/unicode_stop
%{_bindir}/clrunimap
%{_bindir}/getunimap
%{_bindir}/kbdinfo
%{_bindir}/outpsfheader
%{_bindir}/screendump
%{_bindir}/setlogcons
%{_bindir}/setpalette
%{_bindir}/setvesablank
%{_bindir}/setvtrgb
%{_bindir}/spawn_console
%{_bindir}/spawn_login
#config(noreplace) %{_sysconfdir}/profile.d/40configure_keyboard.sh
#we need replace it
%config %{_sysconfdir}/profile.d/40configure_keyboard.sh
/bin/loadkeys
/bin/setfont
/bin/unicode_start
/bin/unicode_stop
/bin/kbd_mode
/sbin/setsysfont
%defattr(0644,root,root,0755)
%{_mandir}/man1/chvt.1*
%{_mandir}/man1/deallocvt.1*
%{_mandir}/man1/dumpkeys.1*
%{_mandir}/man1/fgconsole.1*
%{_mandir}/man1/kbd_mode.1*
%{_mandir}/man1/loadkeys.1*
%{_mandir}/man1/openvt.1*
%{_mandir}/man1/psfaddtable.1*
%{_mandir}/man1/psfgettable.1*
%{_mandir}/man1/psfstriptable.1*
%{_mandir}/man1/psfxtable.1*
%{_mandir}/man1/setleds.1*
%{_mandir}/man1/setmetamode.1*
%{_mandir}/man1/showkey.1*
%{_mandir}/man1/unicode_start.1*
%{_mandir}/man1/unicode_stop.1*
%{_mandir}/man5/keymaps.5*
%{_mandir}/man8/getkeycodes.8*
%{_mandir}/man8/kbdrate.8*
%{_mandir}/man8/loadunimap.8*
%{_mandir}/man8/mapscrn.8*
%{_mandir}/man8/resizecons.8*
%{_mandir}/man8/setfont.8*
%{_mandir}/man8/setkeycodes.8*
%{_mandir}/man8/showconsolefont.8*
%{_mandir}/man1/codepage.1*
%{_mandir}/man1/screendump.1*
%{_mandir}/man1/splitfont.1*
%{_mandir}/man8/clrunimap.8*
%{_mandir}/man8/getunimap.8*
%{_mandir}/man8/mk_modmap.8*
%{_mandir}/man8/setlogcons.8*
%{_mandir}/man8/setvesablank.8*
%{_mandir}/man8/setvtrgb.8*
%{_mandir}/man8/vcstime.8*
%{kbddir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.15.3-9
+ Revision: f320deb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16890 |14mr|kblackbox-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kblackbox
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Find atoms in a grid by shooting electrons
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kblackbox
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KBlackbox is a game of hide and seek played on a grid of boxes where the
computer has hidden several balls. The position of the hidden balls can be
deduced by shooting beams into the box.

%files
%{_kde_bindir}/kblackbox
%{_kde_applicationsdir}/kblackbox.desktop
%{_kde_appsdir}/kblackbox
%{_kde_docdir}/*/*/kblackbox
%{_kde_iconsdir}/hicolor/*/apps/kblackbox.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: a3e71d3
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16891 |14mr|kblocks-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kblocks
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Single player falling blocks puzzle game
Group:		Games/Arcade
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/kblocks/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KBlocks is the classic falling blocks game.

The idea is to stack the falling blocks to create horizontal lines
without any gaps. When a line is completed it is removed, and more
space is available in the play area. When there is not enough space
for blocks to fall, the game is over.

%files
%{_kde_bindir}/kblocks
%{_kde_applicationsdir}/kblocks.desktop
%{_kde_appsdir}/kblocks
%{_kde_datadir}/config.kcfg/kblocks.kcfg
%{_kde_configdir}/kblocks.knsrc
%{_kde_docdir}/HTML/en/kblocks
%{_kde_iconsdir}/hicolor/*/apps/kblocks.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: def26df
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16892 |14mr|kbounce-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kbounce
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Claim areas and don't get disturbed
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kbounce
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KBounce is a single player arcade game with the elements of puzzle.

It is played on a field, surrounded by wall, with two or more balls
bouncing around within the walls. The object of the game is to build
new walls to decrease the size of the active field.

%files
%{_kde_bindir}/kbounce
%{_kde_applicationsdir}/kbounce.desktop
%{_kde_appsdir}/kbounce
%{_kde_iconsdir}/*/*/apps/kbounce*
%{_kde_docdir}/*/*/kbounce

#-------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 7177e15
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16893 |14mr|kbreakout-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Breakout like game
Name:		kbreakout
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/kbreakout/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Requires:	libkdegames-corebindings

%description
KBreakout is a Breakout-like game.

Its object is to destroy as many bricks as possible without losing the ball.

%files
%{_kde_bindir}/kbreakout
%{_kde_applicationsdir}/kbreakout.desktop
%{_kde_appsdir}/kbreakout
%{_kde_iconsdir}/hicolor/*/apps/kbreakout.png
%{_kde_docdir}/*/*/kbreakout

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 0530a99
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16894 |14mr|kbruch-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kbruch
Summary:	Practice calculating with fractions
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 GFDL
URL:		http://edu.kde.org/kbruch
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KBruch is a small program to practice calculating with fractions.

%files
%doc README NEWS VERSION AUTHORS ChangeLog TODO COPYING COPYING.DOC
%doc %{_kde_docdir}/HTML/en/kbruch
%{_kde_bindir}/kbruch
%{_kde_applicationsdir}/kbruch.desktop
%{_kde_appsdir}/kbruch
%{_kde_iconsdir}/*/*/apps/kbruch.*
%{_kde_datadir}/config.kcfg/kbruch.kcfg
%{_kde_mandir}/man1/kbruch.1.*

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: ce9807d
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16895 |14mr|kcachegrind-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Visualisation tool for profiling data generated by Cachegrind and Calltree
Name:		kcachegrind
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Requires:	valgrind

%description
KCachegrind is a visualisation tool for the profiling data generated by
Cachegrind and Calltree (they profile data file format is upwards compatible).
Calltree extends Cachegrind, which is part of Valgrind.

%files
%{_kde_bindir}/kcachegrind
%{_kde_bindir}/dprof2calltree
%{_kde_bindir}/hotshot2calltree
%{_kde_bindir}/memprof2calltree
%{_kde_bindir}/op2calltree
%{_kde_bindir}/pprof2calltree
%{_kde_appsdir}/kcachegrind
%{_kde_applicationsdir}/kcachegrind.desktop
%{_kde_iconsdir}/*/*/*/kcachegrind*
%{_kde_docdir}/*/*/kcachegrind

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 6b34e20
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16896 |14mr|kcalc-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kcalc
Summary:	Do scientific calculations
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://utils.kde.org/projects/kcalc/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	gmp-devel

%description
KCalc is a calculator which offers many more mathematical functions
than meet the eye on a first glance. Please study the section on
keyboard accelerators and modes in the handbook to learn more about
the many functions available.

%files
%{_kde_appsdir}/kcalc
%{_kde_appsdir}/kconf_update
%{_kde_bindir}/kcalc
%{_kde_applicationsdir}/kcalc.desktop
%{_kde_datadir}/config.kcfg/kcalc.kcfg
%{_kde_docdir}/HTML/*/kcalc
%{_kde_libdir}/libkdeinit4_kcalc.so

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 891c773
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16897 |14mr|kcharselect-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kcharselect
Summary:	Select special characters from any font
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://utils.kde.org/projects/kcharselect
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KCharSelect is a tool to select special characters from all installed
fonts and copy them into the clipboard.

%files
%{_kde_appsdir}/kcharselect
%{_kde_bindir}/kcharselect
%{_kde_applicationsdir}/KCharSelect.desktop
%{_kde_docdir}/HTML/*/kcharselect

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: e04ade7
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16898 |14mr|kcm-drakauth-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kcm-drakauth
BuildRequires:  kdelibs4-devel
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching drakauth
Version:        1.0
Release:        5
BuildArch:      noarch
Source0:        %{name}-%{version}.tar.gz

%description
Drakauth launcher for KDE Control Center

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build

%files
%defattr(-,root,root)
%doc
%{_datadir}/kde4/services/kcm_drakauth.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-5
+ Revision: cb8a9e4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16899 |14mr|kcm-drakclock-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _kde_services %{_datadir}/kde4/services

Name:           kcm-drakclock
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching drakclock
Version:        1.0
Release:        3
BuildArch:      noarch
Source0:        kcm_drakclock.desktop

%description
drakclock launcher for KDE Control Center

%prep

%build

%install
mkdir -p %{buildroot}%{_kde_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde_services}/

%files
%defattr(-,root,root)
%doc
%{_kde_services}/kcm_drakclock.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 843494d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16900 |14mr|kcm-drakdvb-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _kde_services %{_datadir}/kde4/services

Name:           kcm-drakdvb
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching drakdvb
Version:        1.0
Release:        5
BuildArch:      noarch
Source0:        kcm_drakdvb.desktop
Suggests:       dvbsubs

%description
Drakdvb launcher for KDE Control Center

%prep

%build

%install
mkdir -p %{buildroot}%{_kde_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde_services}/

%files
%doc
%{_kde_services}/kcm_drakdvb.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-5
+ Revision: f7895ee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16901 |14mr|kcm-drakfirewall-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kcm-drakfirewall
BuildRequires:  kdelibs4-devel
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching drakfirewall
Version:        1.0
Release:        7
BuildArch:      noarch
Source0:        %{name}-%{version}.tar.gz

%description
Drakfirewall launcher for KDE Control Center

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build

%files
%defattr(-,root,root)
%doc
%{_datadir}/kde4/services/kcm_drakfirewall.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-7
+ Revision: 68e6fc5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16902 |14mr|kcm-drakguard-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kcm-drakguard
BuildRequires:  kdelibs4-devel
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching drakguard
Version:        1.0
Release:        5
BuildArch:      noarch
Source0:        %{name}-%{version}.tar.gz

%description
Drakguard launcher for KDE Control Center

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build

%files
%defattr(-,root,root)
%doc
%{_datadir}/kde4/services/kcm_drakguard.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-5
+ Revision: 377f2b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16903 |14mr|kcm-drakinvictus-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kcm-drakinvictus
BuildRequires:  kdelibs4-devel
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching drakinvictus
Version:        1.0
Release:        5
BuildArch:      noarch
Source0:        %{name}-%{version}.tar.gz

%description
Drakinvictus launcher for KDE Control Center

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build

%files
%defattr(-,root,root)
%doc
%{_datadir}/kde4/services/kcm_drakinvictus.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-5
+ Revision: b2d8af1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16904 |14mr|kcm-draksec-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kcm-draksec
BuildRequires:  kdelibs4-devel
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching draksec
Version:        1.0
Release:        5
BuildArch:      noarch
Source0:        %{name}-%{version}.tar.gz

%description
Draksec launcher for KDE Control Center

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build

%files
%defattr(-,root,root)
%doc
%{_datadir}/kde4/services/kcm_draksec.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-5
+ Revision: 1d84ce0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16905 |14mr|kcm-drakxservices-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _kde_services %{_datadir}/kde4/services

Name:           kcm-drakxservices
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching drakxservices
Version:        1.0
Release:        2
BuildArch:      noarch
Source0:        kcm_drakxservices.desktop
Source1:        kcm-drakxservices.png

%description
drakxservices launcher for KDE Control Center

%prep

%build

%install
mkdir -p %{buildroot}%{_kde_services}
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
install -m 644 %{SOURCE0} %{buildroot}%{_kde_services}/
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/


%files
%defattr(-,root,root)
%doc
%{_kde_services}/kcm_drakxservices.desktop
%{_datadir}/icons/hicolor/48x48/apps/kcm-drakxservices.png


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-2
+ Revision: c337e2e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16906 |14mr|kcm-grub2-0.5.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define getres kcm-grub2-getres

Summary:	A KDE Control Module for configuring the GRUB2 bootloader
Name:		kcm-grub2
Version:	0.5.8
Release:	6
License:	GPLv3+
Group:		Graphical desktop/KDE
Requires:	grub2
Url:		http://ksmanis.wordpress.com/projects/grub2-editor/
Source0:	%{name}-%{version}.tar.gz
Source1:	get_res.cpp
Source2:	%{name}.po
Source3:	kcm-grub2-languages
Patch0:		kcm-grub2-read-mode-from-file.patch
Patch1:		kcm-grub2-language.patch
Patch2:		kcm-grub2-fixed-set-default.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(hwinfo)
BuildRequires:	pkgconfig(ImageMagick)

%description
Smoothly integrated in KDE System Settings, it is the central place 
for managing your GRUB2 configuration.

%files -f %{name}.lang
%doc COPYING README
%{_datadir}/kde4/services/kcm_grub2.desktop
%{_kde_libdir}/kde4/kcm_grub2.so
%{_kde_libdir}/kde4/libexec/kcmgrub2helper
%config %{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmgrub2.conf
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmgrub2.service
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmgrub2.policy
%{_sbindir}/%{getres}
%{_localstatedir}/lib/mandriva/kde4-profiles/common/share/config/languages

%post
%{_sbindir}/%{getres}

#----------------------------------------------------------------------------

%prep
%setup -n %{name}-%{version} -q
cp -f %{SOURCE2} ./po/ru/kcm-grub2.po
%apply_patches
g++ %{SOURCE1} -l hd -o %{getres}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

install -d %{buildroot}%{_sbindir}
install -m 700 %{getres} %{buildroot}%{_sbindir}/%{getres}
mkdir -p %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/common/share/config
install -m 644 %{SOURCE3} %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/common/share/config/languages

%find_lang %{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.8-6
+ Revision: d39707c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16907 |14mr|kcm-harddrake-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A KDE Control Module for launching harddrake
Name:		kcm-harddrake
Version:	1.0
Release:	8
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.ru
Source0:	kcm_harddrake.desktop
Requires:	harddrake-ui
BuildRequires:	kde4-macros
BuildArch:	noarch

%description
Harddrake launcher for KDE Control Center.

%files
%{_kde_services}/kcm_harddrake.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde_services}/


%changelog
* Sun Aug 31 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-8
+ Revision: dcb8efd
- Add harddrake-ui to Requires, use kde4-macros for KDE services path



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16908 |14mr|kcm_license-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA license plugin for KDE Control Centre
Name:		kcm_license
Version:	0.5
Release:	3
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://www.rosalinux.ru
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	qt4-devel
BuildRequires:	kdelibs4-devel
Requires:	kdebase4-workspace

%description
License plugin from ROSA for KDE Control Centre.

%files -f %{name}.lang
%{_kde_libdir}/kde4/kcm_license.so
%{_kde_services}/kcm_license.desktop
%{_kde_datadir}/kcm_license/license_files/license_en.html
%{_kde_datadir}/kcm_license/license_files/license_ru.html

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: 23c61c2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16909 |14mr|kcm-printer-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# These macros are not present on the target distribution and are provided explicitly here
%define make_jobs %{__make} %{?_smp_mflags} VERBOSE=1

Name:           kcm-printer
BuildRequires:  kdelibs4-devel
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching system-config-printer
Version:        1.0
Release:        9
BuildArch:      noarch
Source0:        %{name}-%{version}.tar.gz
Patch0:		desktop.patch
%rename      kde-print-manager

%description
system-config-printer launcher for KDE Control Center

%prep
%setup -q
%apply_patches

%build
%cmake_kde4

%install
%makeinstall_std -C build

%files
%defattr(-,root,root)
%doc
%{_datadir}/kde4/services/kcm_printer.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-9
+ Revision: da2d05a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16910 |14mr|kcm-rpmdrake-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kcm-rpmdrake
BuildRequires:  kdelibs4-devel
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching Rpmdrake
Version:        1.0
Release:        7
BuildArch:      noarch
Source0:        %{name}-%{version}.tar.gz

%description
Rpmdrake launcher for KDE Control Center

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build 

%files
%defattr(-,root,root)
%doc
%{_datadir}/kde4/services/kcm_rpmdrake.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-7
+ Revision: 1d1bdac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16911 |14mr|kcm-rpmdrake-sources-1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# These macros are not present on the target distribution and are provided explicitly here
%define make_jobs %{__make} %{?_smp_mflags} VERBOSE=1

Name:           kcm-rpmdrake-sources
BuildRequires:  kdelibs4-devel
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching repository configuration GUI
Version:        1.0
Release:        11
BuildArch:      noarch
Source0:        %{name}-%{version}.tar.gz

%description
Repository configuration GUI GUI launcher for KDE Control Center

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build

#fix run programm
sed -e 's/edit-urpm-sources.pl/drakrpm-edit-media/' -i %{buildroot}%{_datadir}/kde4/services/kcm_rpmdrake-sources.desktop

%files
%defattr(-,root,root)
%doc
%{_datadir}/kde4/services/kcm_rpmdrake-sources.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-11
+ Revision: 64bda6c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16912 |14mr|kcm-rpmdrake-update-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kcm-rpmdrake-update
BuildRequires:  kdelibs4-devel
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching ROSA Update GUI
Version:        1.0
Release:        7
BuildArch:      noarch
Source0:        %{name}-%{version}.tar.gz

%description
ROSA Update GUI launcher for KDE Control Center

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build

%files
%defattr(-,root,root)
%doc
%{_datadir}/kde4/services/kcm_rpmdrake-update.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-7
+ Revision: 7bea948
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16913 |14mr|kcmsystemd-0.6.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Systemd control module for KDE
Name:		kcmsystemd
Version:	0.6.0
Release:	5
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		https://github.com/rthomsen/kcmsystemd
Source0:	https://github.com/rthomsen/kcmsystemd/archive/%{name}-%{version}.tar.gz
Patch0:		kcmsystemd-0.5.0-kdesu-path.patch
Patch1:		kcmsystemd-0.6.0-locale.patch
Patch2:		kcmsystemd-0.6.0-fix_crash.patch
BuildRequires:	boost-devel
BuildRequires:	kdebase4-devel
BuildRequires:	qt4-devel
Requires:	kdebase4-runtime

%description
Systemd control module for KDE.
- Provides a graphical frontend for modifying the systemd
  configuration files: system.conf, journald.conf and login.conf.
- Integrates in the KDE System Settings.
- The module looks for the files in /etc/systemd and /usr/etc/systemd.

%files
%doc LICENSE NEWS README.md
%{_kde_libdir}/kde4/kcm_systemd.so
%{_kde_libdir}/kde4/libexec/kcmsystemdhelper
%{_kde_services}/kcm_systemd.desktop
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmsystemd.service
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmsystemd.policy
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmsystemd.conf

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%cmake_kde4

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.0-5
+ Revision: 9a31d28
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16914 |14mr|kcm_touchpad-0.3.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitref     00370b5

Name:		kcm_touchpad
Version:	0.3.1
Summary:	Touchpad Configuration GUI for KDE
Release:	12
License:	GPL
Group:		Graphical desktop/KDE
URL:		http://kde-apps.org/content/show.php/kcm_touchpad?content=113335
Source0:	http://download.github.com/mishaaq-%name-%gitref.tar.gz
#Patch0:         synaptic-1.1.3.patch

# Upstream patches
#
# (bor) fix setting of boolean properties on startup
# Patch100:	fix_boolean_properties_on_startup.patch
# (bor) fix saving/restoring of CoastingSpeed state
# Patch101:	fix_scroll_coasting.patch
# (bor) fix saving/restoring of CoastingSpeed state again
# Patch102:	0001-Fix-settings-of-coasting-speed-on-startup.patch
# (bor) fix setting scrolling sensitivity to High disables scrolling
Patch103:	0001-fix-the-scrolling-being-disabled-after-setting-the-s.patch
# (bor) better checking of supported touchpad capabilities
Patch104:	0002-Add-support-for-querying-touchpad-capabilities.patch
Patch105:	0003-Do-not-offer-for-configuration-actions-that-touchpad.patch
# (bor) implement SmartMode
Patch106:	0004-Add-ksyndaemon-daemon-to-monitor-touchpad.patch
Patch107:	0005-Implement-SmartMode-as-interface-to-ksyndaemon.patch
# (bor) fix previous patch
Patch108:	0006-ksyndaemon-was-not-terminated-on-session-logout.patch
# (bor) add translations from Mandriva SVN
Patch109:	0007-Add-l10n-files-from-Mandriva-cooker.patch
# (bor) fix system settings category for KDE 4.6
Patch110:	0008-Fix-System-Settings-category-for-4.6.patch
Patch111:       touchpad.desktop-localization.patch

BuildRequires:	kdelibs4-devel
BuildRequires:	x11-driver-input-synaptics-devel
BuildRequires:	pkgconfig(xi)

Requires:	kdebase4-runtime

%description
Touchpad Configuration GUI for KDE.

%files -f %{name}.lang
%doc AUTHORS README
%{_kde_libdir}/kde4/kcm_touchpad.so
%{_kde_libdir}/kde4/libexec/ksyndaemon
%{_kde_services}/touchpad.desktop
%{_kde_services}/ksyndaemon.desktop
%{_datadir}/dbus-1/services/org.kde.ksyndaemon.service

#-----------------------------------------------------------------------------

%prep
%setup -q -n mishaaq-%{name}-%{gitref}
%apply_patches

%build
%cmake_kde4

%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_docdir}/%{name}/*

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.1-12
+ Revision: 3627f07
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16915 |14mr|kcm-update-freq-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kcm-update-freq
BuildRequires:  kdelibs4-devel
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching Update Frequency configuration
Version:        1.0
Release:        6
BuildArch:      noarch
Source0:        %{name}-%{version}.tar.gz

%description
Update Frequency configuration launcher for KDE Control Center

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build

%files
%defattr(-,root,root)
%doc
%{_datadir}/kde4/services/kcm_update-freq.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 1172d25
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16916 |14mr|kcm-userdrake-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kcm-userdrake
BuildRequires:  kdelibs4-devel
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching userdrake
Version:        1.0
Release:        6
BuildArch:      noarch
Source0:        %{name}-%{version}.tar.gz

%description
Userdrake launcher for KDE Control Center

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build

%files
%defattr(-,root,root)
%doc
%{_datadir}/kde4/services/kcm_userdrake.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 44b3d73
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16917 |14mr|kcm-XFdrake-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kcm-XFdrake
BuildRequires:  kdelibs4-devel
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching XFdrake
Version:        1.0
Release:        5
BuildArch:      noarch
Source0:        %{name}-%{version}.tar.gz

%description
XFdrake launcher for KDE Control Center

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build

%files
%defattr(-,root,root)
%doc
%{_datadir}/kde4/services/kcm_XFdrake.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-5
+ Revision: 1c25bbc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16918 |14mr|kcolorchooser-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kcolorchooser
Summary:	KDE Color Chooser
Version:	4.13.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2
URL:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KColorChooser is a simple application to select the color from the screen or
from a pallete.
Features :
   - Select colors from any location on the screen.
   - Select colors from a range of standard palletes available.
   - Color values shown in Hue-Saturation-Value (HSV), Red-Green-Blue (RGB) and
     HTML formats.

%files
%{_kde_bindir}/kcolorchooser
%{_kde_applicationsdir}/kcolorchooser.desktop
%{_kde_iconsdir}/*/*/*/kcolorchooser*

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: d0afb70
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16919 |14mr|kcron-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical editor for the cron command scheduler
Name:		kcron
Version:	4.13.3
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
Kcron is a graphical frontend to the cron system, used to schedule regular
tasks on a Unix system.

%files
%{_kde_services}/kcm_cron.desktop
%{_kde_libdir}/kde4/kcm_cron.so
%{_kde_docdir}/*/*/kcron

#------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: a6fbc36
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16920 |14mr|kde4-audiocd-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE I/O Slave for Audio CDs
Name:		kde4-audiocd
Version:	4.13.3
Release:	1
Epoch:		3
Group:		Graphical desktop/KDE
License:	GPLv2
Url:		https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/audiocd-kio-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	cdda-devel
Buildrequires:	libkcddb-devel
Buildrequires:	libkcompactdisc-devel
Buildrequires:	pkgconfig(libcdio_paranoia)
Buildrequires:	pkgconfig(flac)
Buildrequires:	pkgconfig(vorbis)
Conflicts:	kdemultimedia4-core < 3:4.5.71

%description
KDE I/O Slave for Audio CDs.

%files
%{_kde_libdir}/kde4/kcm_audiocd.so
%{_kde_libdir}/kde4/kio_audiocd.so
%{_kde_libdir}/kde4/libaudiocd_*
%{_kde_datadir}/config.kcfg/audiocd_*
%{_kde_services}/audiocd.desktop
%{_kde_services}/audiocd.protocol
%{_kde_appsdir}/konqsidebartng/virtual_folders/services/audiocd.desktop
%{_kde_appsdir}/solid/actions/solid_audiocd.desktop
%{_kde_docdir}/HTML/en/kioslave/audiocd

#------------------------------------------------------------------------------

%define audiocdplugins_major 4
%define libaudiocdplugins %mklibname audiocdplugins %{audiocdplugins_major}

%package -n %{libaudiocdplugins}
Summary:	KDE I/O Slave for Audio CDs library
Group:		System/Libraries

%description -n %{libaudiocdplugins}
KDE I/O Slave for Audio CDs library using cdparanoia.

%files -n %{libaudiocdplugins}
%{_kde_libdir}/libaudiocdplugins.so.%{audiocdplugins_major}*

#--------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libaudiocdplugins} = %{EVRD}
Conflicts:	kdemultimedia4-devel < 3:4.8.95

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_kde_libdir}/libaudiocdplugins.so
%{_kde_includedir}/*

#--------------------------------------------------------------------

%prep
%setup -qn audiocd-kio-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 1cbc102
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16921 |14mr|kde4-macros-4.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Base install macros for KDE4
Name:		kde4-macros
Version:	4.13
Release:	2
License:	GPLv2+
Group:		Development/KDE and Qt
Url:		http://www.rosalinux.com
Source0:	kde4.macros
Requires:	cmake
Requires:	rosa-release-common
BuildArch:	noarch

%description
Base install macros for KDE4.

%files
%{_sysconfdir}/rpm/macros.d/kde4.macros

#----------------------------------------------------------------------------

%prep

%build

%install
install -d -m 755 %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/rpm/macros.d/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.13-2
+ Revision: 1c65724
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16922 |14mr|kde4-windeco-dekorator-0.5.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Themable and Customizable Window Decoration Engine for KDE 4
Name:		kde4-windeco-dekorator
Version:	0.5.1
Release:	16
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde-look.org/content/show.php?content=87921
Source0:	dekorator-%{version}.tar.bz2
Source1:	elementary-emerald-theme.tar.gz
Source2:	kwindeKoratorrc
Patch0:		dekorator-0.5.1-kde4.8-rosa.patch
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(qimageblitz)
Suggests:	kde4-kwin-dekorator-themes

%description
Unofficial port of the famous "deKorator" window decoration engine to KDE 4.
You can find themes at http://www.kde-look.org/index.php?xcontentmode=21

%files
%doc AUTHORS CHANGELOG.original COPYING README README.original TODO
%{_kde_libdir}/kde4/kwin3_deKorator.so
%{_kde_libdir}/kde4/kwin_deKorator_config.so
%{_kde_appsdir}/kwin/deKorator.desktop
%{_kde_appsdir}/deKorator/themes/*
%{_kde_configdir}/deKoratorthemes.knsrc
%{_kde_configdir}/kwindeKoratorrc

#--------------------------------------------------------------------

%prep
%setup -qn dekorator-%{version}
%apply_patches

%build
%cmake_kde4
%make

%install
pushd build
%makeinstall_std
tar xf %{SOURCE1}
mkdir -p %{buildroot}/%{_kde_appsdir}/deKorator/themes/
cp -r Elementary %{buildroot}/%{_kde_appsdir}/deKorator/themes/
mkdir -p %{buildroot}/%{_kde_configdir}/
cp %{SOURCE2} %{buildroot}/%{_kde_configdir}/
popd


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.1-16
+ Revision: b8cdbe2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16923 |14mr|kdeadmin4-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	K Desktop Environment - Administrative Tools
Name:		kdeadmin4
Version:	4.13.3
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Suggests:	kcron
Suggests:	ksystemlog
Suggests:	kuser
BuildArch:	noarch

%description
The kdeadmin package contains packages that usually only a system
administrator might need:
- kcron (editor for the cron command scheduler)
- kuser (user manager)
- ksystemlog (system log viewer tool for KDE4)

%files

#------------------------------------------------------------------------

%prep

%build

%install


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: 7c79e49
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16924 |14mr|kdeartwork4-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Additional artwork (themes, sound themes, icons,etc...) for KDE
Name:		kdeartwork4
Version:	4.13.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdeartwork-%{version}.tar.xz
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	xscreensaver-base
BuildRequires:	pkgconfig(eigen2)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libkexiv2)
BuildRequires:	pkgconfig(xt)
Conflicts:	kde-wallpapers < 2:4.10.0
Obsoletes:	kdeartwork4-aurorae-themes-air-oxygen < 1:4.10.0
Obsoletes:	kdeartwork4-aurorae-themes-oxygen < 1:4.10.0
Obsoletes:	kdeartwork4-sounds < 1:4.12.0
Suggests:	%{name}-emoticons
Suggests:	%{name}-kscreensaver
Suggests:	%{name}-styles
Suggests:	%{name}-wallpapers
Suggests:	%{name}-color-schemes

%description
Additional artwork (themes, sound themes, icons,etc...) for KDE.

%files
%doc README

#-------------------------------------------------------------------------

%package color-schemes
Summary:	%{name} color schemes
Group:		Graphical desktop/KDE
Buildarch:	noarch

%description color-schemes
%{name} color schemes.

%files color-schemes
%{_kde_appsdir}/color-schemes

#-------------------------------------------------------------------------

%package emoticons
Summary:	%{name} emoticons
Group:		Graphical desktop/KDE
Buildarch:	noarch
Obsoletes:	%{name}-emoticons < %{EVRD}

%description emoticons
%{name} emoticons.

%files emoticons
%{_kde_datadir}/emoticons/*

#-------------------------------------------------------------------------

%package icons-theme-mono
Summary:	Mono Icons from kde4
Group:		Graphical desktop/KDE
Buildarch:	noarch

%description icons-theme-mono
Mono icons theme

%files icons-theme-mono
%{_kde_iconsdir}/mono

#-------------------------------------------------------------------------

%package icons-theme-nuvola
Summary:	Default Icons from kde4
Group:		Graphical desktop/KDE
Buildarch:	noarch
Obsoletes:	%{name}-icons-theme-nuvola < %{EVRD}

%description icons-theme-nuvola
nuvola icons theme

%files icons-theme-nuvola
%{_kde_iconsdir}/nuvola

#-----------------------------------------------------------------------------

%package kscreensaver
Summary:	%{name} kscreensaver
Group:		Graphical desktop/KDE

%description kscreensaver
%{name} kscreensaver.

%files kscreensaver
%{_kde_appsdir}/kfiresaver
%{_kde_appsdir}/kscreensaver
%{_kde_bindir}/*.kss
%{_kde_services}/ScreenSavers/*
%{_kde_bindir}/kxsconfig
%{_kde_bindir}/kxsrun

#-----------------------------------------------------------------------------

%package -n plasma-desktoptheme-androbit
Summary:	Plasma androbit desktopthemes
Group:		Graphical desktop/KDE
Provides:	plasma-desktoptheme
Buildarch:	noarch

%description -n plasma-desktoptheme-androbit
Plasma androbit desktopthemes.

%files -n plasma-desktoptheme-androbit
%{_kde_appsdir}/desktoptheme/Androbit

#-----------------------------------------------------------------------------

%package -n plasma-desktoptheme-aya
Summary:	Plasma aya desktopthemes
Group:		Graphical desktop/KDE
Provides:	plasma-desktoptheme
Buildarch:	noarch

%description -n plasma-desktoptheme-aya
Plasma aya desktopthemes.

%files -n plasma-desktoptheme-aya
%{_kde_appsdir}/desktoptheme/Aya

#-----------------------------------------------------------------------------

%package -n plasma-desktoptheme-produkt
Summary:	Plasma produkt desktopthemes
Group:		Graphical desktop/KDE
Provides:	plasma-desktoptheme
Buildarch:	noarch

%description -n plasma-desktoptheme-produkt
Plasma produkt desktopthemes.

%files -n plasma-desktoptheme-produkt
%{_kde_appsdir}/desktoptheme/Produkt

#-----------------------------------------------------------------------------

%package -n plasma-desktoptheme-slim-glow
Summary:	Plasma slim-glow desktopthemes
Group:		Graphical desktop/KDE
Provides:	plasma-desktoptheme
Buildarch:	noarch

%description -n plasma-desktoptheme-slim-glow
Plasma slim-glow desktopthemes.

%files -n plasma-desktoptheme-slim-glow
%{_kde_appsdir}/desktoptheme/slim-glow

#-----------------------------------------------------------------------------

%package -n plasma-desktoptheme-tibanna
Summary:	Plasma tibanna desktopthemes
Group:		Graphical desktop/KDE
Provides:	plasma-desktoptheme
Buildarch:	noarch

%description -n plasma-desktoptheme-tibanna
Plasma tibanna desktopthemes.

%files -n plasma-desktoptheme-tibanna
%{_kde_appsdir}/desktoptheme/Tibanna

#-------------------------------------------------------------------------

%package styles
Summary:	%{name} styles
Group:		Graphical desktop/KDE
Conflicts:	kdebase4-workspace < 2:4.5.68

%description styles
%{name} styles.

%files styles
%{_kde_appsdir}/kstyle
%{_kde_libdir}/kde4/kstyle_phase_config.so
%{_kde_libdir}/kde4/plugins/styles/phasestyle.so
%{_kde_libdir}/kde4/kwin3_kde2.so
%{_kde_libdir}/kde4/kwin3_keramik.so
%{_kde_libdir}/kde4/kwin3_modernsys.so
%{_kde_libdir}/kde4/kwin3_quartz.so
%{_kde_libdir}/kde4/kwin3_redmond.so
%{_kde_libdir}/kde4/kwin3_web.so
%{_kde_libdir}/kde4/kwin_kde2_config.so
%{_kde_libdir}/kde4/kwin_keramik_config.so
%{_kde_libdir}/kde4/kwin_modernsys_config.so
%{_kde_libdir}/kde4/kwin_quartz_config.so
%{_kde_appsdir}/kwin/kde2.desktop
%{_kde_appsdir}/kwin/keramik.desktop
%{_kde_appsdir}/kwin/modernsystem.desktop
%{_kde_appsdir}/kwin/quartz.desktop
%{_kde_appsdir}/kwin/redmond.desktop
%{_kde_appsdir}/kwin/web.desktop

#-------------------------------------------------------------------------

%package wallpapers
Summary:	%{name} wallpapers
Group:		Graphical desktop/KDE
Buildarch:	noarch

%description wallpapers
%{name} wallpapers.

%files wallpapers
%{_kde_datadir}/wallpapers/*

#-----------------------------------------------------------------------------

%prep
%setup -q -n kdeartwork-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 96f8c7f
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16925 |14mr|kdebase4-4.13.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_iconoverlay 0

Summary:	K Desktop Environment
Name:		kdebase4
Version:	4.13.3
Release:	2
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/kde-baseapps-%{version}.tar.xz
Source1:	%{name}.rpmlintrc
Patch1:		kdebase-4.2.95-Use-Mandriva-Home-Icon.patch
Patch2:		kdebase-4.8.97-mdvuserface.patch
Patch3:		kdebase-4.10.0-fileplaces.patch
Patch4:		kdebase-4.10.2-konq-templates-cleanup.patch
Patch5:		kdebase-4.11.4-folderview-preview.patch
Patch12:	kdebase-4.8.1-Set-Preview-true.patch
Patch13:	kdebase-4.8.1-kdepasswd-kcm.patch
# https://bugs.kde.org/show_bug.cgi?id=294795#c357
Patch14:	kdebase-4.13.3-folderview-bug294795.patch
Patch101:	kdebase-4.12.1-dolphinrcui.patch
Patch104:	kdebase-4.8.2-dolphin-delete-files-on-flash-drives.patch
Patch105:	kdebase-4.13.2-dolphin-klook.patch
Patch106:	kdebase-4.12.1-konqueror-settings-kio-proxy.patch
Patch107:	kdebase-4.10.0-iconoverlay-plugin.patch
Patch108:	kdebase-4.9.5-iconoverlay-race-fix.patch
#branch patches
#trunk patches
Patch200:	kdebase-4.12.1-dolphin-bookmarks-l10n.patch
# test patches
BuildRequires:	baloo-devel
BuildRequires:	baloo-widgets-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kfilemetadata-devel
BuildRequires:	tidy-devel
BuildRequires:	zlib-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libstreams)
BuildRequires:	pkgconfig(qimageblitz)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libkactivities) >= 4.9.80
Requires:	kdebase4-runtime
Suggests:	dolphin
Suggests:	kdepasswd
Suggests:	kde4-nsplugins
Suggests:	kdialog
Suggests:	kfind
Suggests:	konqueror
Suggests:	keditbookmarks
Requires:	plasma-applet-folderview

%description
This meta package requires all base kdebase 4 packages.

%files
%doc README

#------------------------------------------------

%define dolphinprivate_major 4
%define libdolphinprivate %mklibname dolphinprivate %{dolphinprivate_major}

%package -n %{libdolphinprivate}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libdolphinprivate}
KDE 4 core library.

%files -n %{libdolphinprivate}
%{_kde_libdir}/libdolphinprivate.so.%{dolphinprivate_major}*

#-----------------------------------------------------------------------------

%package -n dolphin
Summary:	File manager for KDE focusing on usability
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	kfind
Provides:	dolphin4
Suggests:	ffmpegthumbs
Suggests:	kde-odf-thumbnail
Suggests:	klook
Provides:	kde4-dolphin = %{EVRD}

%description -n dolphin
Dolphin is a file manager for KDE focusing on usability.
The main features of Dolphin are:
- Navigation bar for URLs, which allows to navigate quickly
     through the file hierarchy.
- View properties are remembered for each folder.
- Split of views is supported.
- Network transparency.
- Undo/redo functionality.
- Renaming of a variable number of selected items in one step.

Dolphin is not intended to be a competitor to Konqueror: Konqueror
acts as universal viewer being able to show HTML pages, text documents,
directories and a lot more, whereas Dolphin focuses on being only a file
manager. This approach allows to optimize the user interface for the task
of file management.

%files -n dolphin
%doc %{_kde_docdir}/HTML/en/dolphin/
%{_kde_bindir}/dolphin
%{_kde_bindir}/servicemenudeinstallation
%{_kde_bindir}/servicemenuinstallation
%{_kde_applicationsdir}/dolphin.desktop
%{_kde_services}/dolphinpart.desktop
%{_kde_services}/kcmdolphingeneral.desktop
%{_kde_services}/kcmdolphinnavigation.desktop
%{_kde_services}/kcmdolphinservices.desktop
%{_kde_services}/kcmdolphinviewmodes.desktop
%{_kde_services}/filenamesearch.protocol
%{_kde_servicetypes}/fileviewversioncontrolplugin.desktop
%if %{build_iconoverlay}
%{_kde_servicetypes}/iconviewoverlaycontrolplugin.desktop
%endif
%{_kde_configdir}/servicemenu.knsrc
%{_kde_datadir}/config.kcfg/dolphin_*
%{_kde_libdir}/libkdeinit4_dolphin.so
%{_kde_libdir}/kde4/dolphinpart.so
%{_kde_libdir}/kde4/kcm_dolphingeneral.so
%{_kde_libdir}/kde4/kcm_dolphinnavigation.so
%{_kde_libdir}/kde4/kcm_dolphinservices.so
%{_kde_libdir}/kde4/kcm_dolphinviewmodes.so
%{_kde_libdir}/kde4/kio_filenamesearch.so
%{_kde_appsdir}/dolphinpart/dolphinpart.rc
%{_kde_appsdir}/dolphin/
%{_kde_datadir}/templates/

#-----------------------------------------------------------------------------

%package -n kdepasswd
Summary:	Kdepasswd
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime

%description -n kdepasswd
User password management

%files -n kdepasswd
%doc %{_kde_docdir}/HTML/en/kdepasswd/
%{_kde_bindir}/kdepasswd
%{_kde_libdir}/kde4/kcm_useraccount.so
%{_kde_applicationsdir}/kdepasswd.desktop
%{_kde_services}/kcm_useraccount.desktop
%{_kde_datadir}/config.kcfg/kcm_useracc*
%{_kde_appsdir}/kdm/pics/users/*.png

#-----------------------------------------------------------------------------

%package -n kde4-nsplugins
Summary:	Netscape plugins wrapper for kde
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Conflicts:	kdebase4-devel < 1:4.7.90-2

%description -n kde4-nsplugins
Netscape plugins wrapper for kde.

%files -n kde4-nsplugins
%{_datadir}/dbus-1/interfaces/org.kde.nsplugins.*.xml
%{_kde_bindir}/nspluginscan
%{_kde_bindir}/nspluginviewer
%{_kde_appsdir}/nsplugin/nspluginpart.rc
%{_kde_libdir}/kde4/libkcminit_nsplugins.so
%{_kde_libdir}/kde4/libnsplugin.so
%{_kde_services}/khtml_plugins.desktop

#------------------------------------------------

%define konq_major 5
%define libkonq %mklibname konq %{konq_major}

%package -n %{libkonq}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkonq}
KDE 4 core library.

%files -n %{libkonq}
%{_kde_libdir}/libkonq.so.%{konq_major}*

#------------------------------------------------

%define konqsidebarplugin_major 4
%define libkonqsidebarplugin %mklibname konqsidebarplugin %{konqsidebarplugin_major}

%package -n %{libkonqsidebarplugin}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkonqsidebarplugin}
KDE 4 core library.

%files -n %{libkonqsidebarplugin}
%{_kde_libdir}/libkonqsidebarplugin.so.%{konqsidebarplugin_major}*

#------------------------------------------------

%define konquerorprivate_major 4
%define libkonquerorprivate %mklibname konquerorprivate %{konquerorprivate_major}

%package -n %{libkonquerorprivate}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkonquerorprivate}
KDE 4 core library.

%files -n %{libkonquerorprivate}
%{_kde_libdir}/libkonquerorprivate.so.%{konquerorprivate_major}*

#------------------------------------------------

%define kbookmarkmodel_private_major 4
%define libkbookmarkmodel_private %mklibname kbookmarkmodel_private %{kbookmarkmodel_private_major}

%package -n %{libkbookmarkmodel_private}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkbookmarkmodel_private}
KDE 4 core library.

%files -n %{libkbookmarkmodel_private}
%{_kde_libdir}/libkbookmarkmodel_private.so.%{kbookmarkmodel_private_major}*

#------------------------------------------------

%package -n konq-plugins
Summary:	Konqueror plugins
Group:		Graphical desktop/KDE
Requires:	konqueror
Conflicts:	dolphin < 1:4.7.0

%description -n konq-plugins
This module contains plugins that interact with Konqueror.

%files -n konq-plugins
%{_kde_bindir}/fsview
%{_kde_libdir}/kde4/adblock.so
%{_kde_libdir}/kde4/akregatorkonqfeedicon.so
%{_kde_libdir}/kde4/autorefresh.so
%{_kde_libdir}/kde4/babelfishplugin.so
%{_kde_libdir}/kde4/dirfilterplugin.so
%{_kde_libdir}/kde4/domtreeviewerplugin.so
%{_kde_libdir}/kde4/fsviewpart.so
%{_kde_libdir}/kde4/khtmlsettingsplugin.so
%{_kde_libdir}/kde4/kimgallery.so
%{_kde_libdir}/kde4/minitoolsplugin.so
%{_kde_libdir}/kde4/rellinksplugin.so
%{_kde_libdir}/kde4/searchbarplugin.so
%{_kde_libdir}/kde4/uachangerplugin.so
%{_kde_libdir}/kde4/validatorsplugin.so
%{_kde_libdir}/kde4/webarchiverplugin.so
%{_kde_libdir}/kde4/webarchivethumbnail.so
%{_kde_appsdir}/akregator/pics/feed.png
%{_kde_appsdir}/dolphinpart/kpartplugins/dirfilterplugin.desktop
%{_kde_appsdir}/dolphinpart/kpartplugins/dirfilterplugin.rc
%{_kde_appsdir}/dolphinpart/kpartplugins/kimgalleryplugin.desktop
%{_kde_appsdir}/dolphinpart/kpartplugins/kimgalleryplugin.rc
%{_kde_appsdir}/domtreeviewer/domtreeviewerui.rc
%{_kde_appsdir}/fsview/fsview_part.rc
%{_kde_appsdir}/khtml/kpartplugins/akregator_konqfeedicon.desktop
%{_kde_appsdir}/khtml/kpartplugins/akregator_konqfeedicon.rc
%{_kde_appsdir}/khtml/kpartplugins/autorefresh.desktop
%{_kde_appsdir}/khtml/kpartplugins/autorefresh.rc
%{_kde_appsdir}/khtml/kpartplugins/khtmlsettingsplugin.desktop
%{_kde_appsdir}/khtml/kpartplugins/khtmlsettingsplugin.rc
%{_kde_appsdir}/khtml/kpartplugins/minitoolsplugin.desktop
%{_kde_appsdir}/khtml/kpartplugins/minitoolsplugin.rc
%{_kde_appsdir}/khtml/kpartplugins/plugin_adblock.desktop
%{_kde_appsdir}/khtml/kpartplugins/plugin_adblock.rc
%{_kde_appsdir}/khtml/kpartplugins/plugin_babelfish.rc
%{_kde_appsdir}/khtml/kpartplugins/plugin_domtreeviewer.desktop
%{_kde_appsdir}/khtml/kpartplugins/plugin_domtreeviewer.rc
%{_kde_appsdir}/khtml/kpartplugins/plugin_rellinks.desktop
%{_kde_appsdir}/khtml/kpartplugins/plugin_rellinks.rc
%{_kde_appsdir}/khtml/kpartplugins/plugin_translator.desktop
%{_kde_appsdir}/khtml/kpartplugins/plugin_validators.desktop
%{_kde_appsdir}/khtml/kpartplugins/plugin_validators.rc
%{_kde_appsdir}/khtml/kpartplugins/plugin_webarchiver.desktop
%{_kde_appsdir}/khtml/kpartplugins/plugin_webarchiver.rc
%{_kde_appsdir}/khtml/kpartplugins/uachangerplugin.desktop
%{_kde_appsdir}/khtml/kpartplugins/uachangerplugin.rc
%{_kde_appsdir}/konqueror/icons/oxygen/*/actions/google.png
%{_kde_appsdir}/konqueror/icons/oxygen/scalable/actions/google.svgz
%{_kde_appsdir}/konqueror/kpartplugins/searchbar.desktop
%{_kde_appsdir}/konqueror/kpartplugins/searchbar.rc
%{_kde_appsdir}/konqueror/opensearch/google.xml
%{_kde_appsdir}/kwebkitpart/kpartplugins/akregator_konqfeedicon.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/akregator_konqfeedicon.rc
%{_kde_appsdir}/kwebkitpart/kpartplugins/autorefresh.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/autorefresh.rc
%{_kde_appsdir}/kwebkitpart/kpartplugins/plugin_babelfish.rc
%{_kde_appsdir}/kwebkitpart/kpartplugins/plugin_translator.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/plugin_validators.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/plugin_validators.rc
%{_kde_appsdir}/kwebkitpart/kpartplugins/uachangerplugin.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/uachangerplugin.rc
%{_kde_appsdir}/kwebkitpart/kpartplugins/khtmlsettingsplugin.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/khtmlsettingsplugin.rc
%{_kde_datadir}/config.kcfg/validators.kcfg
%{_kde_configdir}/translaterc
%{_kde_iconsdir}/hicolor/*/apps/fsview.png
%{_kde_iconsdir}/oxygen/*/actions/babelfish.png
%{_kde_iconsdir}/oxygen/*/actions/cssvalidator.png
%{_kde_iconsdir}/oxygen/*/actions/htmlvalidator.png
%{_kde_iconsdir}/oxygen/*/actions/imagegallery.png
%{_kde_iconsdir}/oxygen/*/actions/validators.png
%{_kde_iconsdir}/oxygen/*/actions/webarchiver.png
%{_kde_iconsdir}/oxygen/scalable/actions/htmlvalidator.svgz
%{_kde_iconsdir}/oxygen/scalable/actions/validators.svgz
%{_kde_services}/ServiceMenus/imageconverter.desktop
%{_kde_services}/fsview_part.desktop
%{_kde_services}/webarchivethumbnail.desktop

#-----------------------------------------------------------------------------

%package -n konqueror
Summary:	KDE file and web browser
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	dolphin
Suggests:	keditbookmarks
Suggests:	konq-plugins
Conflicts:	kdebase4-devel < 1:4.7.90-2

%description -n konqueror
KDE file and web browser

%files -n konqueror
%{_datadir}/dbus-1/interfaces/org.kde.FavIcon.xml
%{_datadir}/dbus-1/interfaces/org.kde.?onqueror.*.xml
%doc %{_kde_docdir}/HTML/en/konqueror/
%{_kde_bindir}/kfmclient
%{_kde_bindir}/konqueror
%{_kde_libdir}/kde4/kded_konqy_preloader.so
%{_kde_libdir}/kde4/kcm_kio.so
%{_kde_libdir}/kde4/kcm_konq.so
%{_kde_libdir}/kde4/kcm_konqhtml.so
%{_kde_libdir}/kde4/kcm_kurifilt.so
%{_kde_libdir}/kde4/kcm_performance.so
%{_kde_libdir}/kde4/konq_aboutpage.so
%{_kde_libdir}/kde4/konq_shellcmdplugin.so
%{_kde_libdir}/kde4/konq_sidebar.so
%{_kde_libdir}/kde4/konq_sidebartree_dirtree.so
%{_kde_libdir}/kde4/konqsidebar_tree.so
%{_kde_libdir}/kde4/konqsidebar_web.so
%{_kde_libdir}/kde4/khtmlkttsdplugin.so
%{_kde_libdir}/libkdeinit4_kfmclient.so
%{_kde_libdir}/libkdeinit4_konqueror.so
%{_kde_libdir}/kde4/kcm_history.so
%{_kde_libdir}/kde4/kded_favicons.so
%{_kde_libdir}/kde4/konq_sound.so
%{_kde_libdir}/kde4/konq_sidebartree_bookmarks.so
%{_kde_libdir}/kde4/konqsidebar_history.so
%{_kde_libdir}/kde4/konqsidebar_places.so
%{_kde_libdir}/kde4/libexec/kcmproxyhelper
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmproxy.conf
%{_kde_datadir}/polkit-1/actions/org.kde.kcontrol.kcmproxy.policy
%{_kde_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmproxy.service
%{_kde_appsdir}/kcontrol/*
%{_kde_datadir}/config.kcfg/konqueror*
%{_kde_applicationsdir}/Home.desktop
%{_kde_applicationsdir}/kfmclient.desktop
%{_kde_applicationsdir}/kfmclient_dir.desktop
%{_kde_applicationsdir}/kfmclient_html.desktop
%{_kde_applicationsdir}/kfmclient_war.desktop
%{_kde_appsdir}/kcmcss/template.css
%{_kde_appsdir}/khtml/kpartplugins/khtmlkttsd.desktop
%{_kde_appsdir}/khtml/kpartplugins/khtmlkttsd.rc
%{_kde_appsdir}/dolphinpart/kpartplugins/kshellcmdplugin.desktop
%{_kde_appsdir}/dolphinpart/kpartplugins/kshellcmdplugin.rc
%{_kde_appsdir}/konqsidebartng
%{_kde_appsdir}/kbookmark/directory_bookmarkbar.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/khtmlkttsd.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/khtmlkttsd.rc
%{_kde_datadir}/autostart/konqy_preload.desktop
%{_kde_configdir}/konqsidebartngrc
%{_kde_services}/cache.desktop
%{_kde_services}/cookies.desktop
%{_kde_services}/ebrowsing.desktop
%{_kde_services}/filebehavior.desktop
%{_kde_services}/kcmkonqyperformance.desktop
%{_kde_services}/kcmperformance.desktop
%{_kde_services}/kded/konqy_preloader.desktop
%{_kde_services}/khtml_behavior.desktop
%{_kde_services}/khtml_filter.desktop
%{_kde_services}/khtml_general.desktop
%{_kde_services}/khtml_java_js.desktop
%{_kde_services}/konq_aboutpage.desktop
%{_kde_services}/konq_sidebartng.desktop
%{_kde_services}/konqueror.desktop
%{_kde_services}/netpref.desktop
%{_kde_services}/proxy.desktop
%{_kde_services}/smb.desktop
%{_kde_services}/useragent.desktop
%{_kde_services}/useragentstrings
%{_kde_services}/khtml_appearance.desktop
%{_kde_services}/kcmhistory.desktop
%{_kde_servicetypes}/konqaboutpage.desktop
%{_kde_servicetypes}/uasprovider.desktop
%{_kde_servicetypes}/konqdndpopupmenuplugin.desktop
%{_kde_appsdir}/konqueror/
%{_kde_iconsdir}/*/*/*/konqueror.*
%{_kde_services}/kded/favicons.desktop
%{_kde_servicetypes}/konqpopupmenuplugin.desktop
%exclude %{_kde_appsdir}/konqueror/icons/oxygen/*/actions/google.png
%exclude %{_kde_appsdir}/konqueror/icons/oxygen/scalable/actions/google.svgz
%exclude %{_kde_appsdir}/konqueror/kpartplugins/searchbar.desktop
%exclude %{_kde_appsdir}/konqueror/kpartplugins/searchbar.rc
%exclude %{_kde_appsdir}/konqueror/opensearch/google.xml

#-----------------------------------------------------------------------------

%package -n keditbookmarks
Summary:	Bookmark editor
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime

%description -n keditbookmarks
Bookmark editor.

%files -n keditbookmarks
%{_kde_bindir}/kbookmarkmerger
%{_kde_bindir}/keditbookmarks
%{_kde_libdir}/libkdeinit4_keditbookmarks.so
%{_kde_applicationsdir}/keditbookmarks.desktop
%{_kde_services}/bookmarks.desktop
%{_kde_appsdir}/keditbookmarks
%{_kde_datadir}/config.kcfg/keditbook*
%{_kde_mandir}/man1/kbookmarkmerger.1.*

#-----------------------------------------------------------------------------

%package -n kfind
Summary:	Application finder
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime

%description -n kfind
Application finder

%files -n kfind
%doc %{_kde_docdir}/HTML/en/kfind/
%{_kde_bindir}/kfind
%{_kde_applicationsdir}/kfind.desktop
%{_kde_iconsdir}/*/*/*/kfind.*
%{_kde_mandir}/man1/kfind.1.*

#-----------------------------------------------------------------------------

%package -n kdialog
Summary:	Dialog KDE base widgets
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Conflicts:	kdebase4-devel < 1:4.7.90-2

%description -n kdialog
Dialog KDE base widgets

%files -n kdialog
%{_datadir}/dbus-1/interfaces/org.kde.kdialog.ProgressDialog.xml
%{_kde_bindir}/kdialog

#-----------------------------------------------------------------------------

%package -n plasma-applet-folderview
Summary:	Display the content of folders (Desktop as default)
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-folderview
Display the content of folders (Desktop as default)

%files -n plasma-applet-folderview
%{_kde_libdir}/kde4/plasma_applet_folderview.so
%{_kde_services}/plasma-applet-folderview.desktop

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for kdebase 4
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libdolphinprivate} = %{EVRD}
Requires:	%{libkonq} = %{EVRD}
Requires:	%{libkonqsidebarplugin} = %{EVRD}
Requires:	%{libkbookmarkmodel_private} = %{EVRD}

%description devel
This package contains header files needed if you wish to build applications
based on kdebase.

%files devel
%{_kde_libdir}/libdolphinprivate.so
%{_kde_libdir}/libkonq.so
%{_kde_libdir}/libkonqsidebarplugin.so
%{_kde_libdir}/libkbookmarkmodel_private.so
%{_kde_includedir}/*.h

#-----------------------------------------------------------------------------

%prep
%setup -q -n kde-baseapps-%{version}

# Rediff
%patch1 -p0 -b .mdvicon
%patch2 -p1 -b .mdvface
%patch3 -p1 -b .fileplaces
%patch4 -p1 -b .konq-templates
%patch5 -p1 -b .folder-preview
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch101 -p1
#patch104 -p1
%patch105 -p1 -b .0105~
%patch106 -p1 -b .0106~
%if %{build_iconoverlay}
%patch107 -p1 -b .icon-plugin
%patch108 -p1 -b .icon-race
%endif
%patch200 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_datadir}/applications/kde4/konqbrowser.desktop
rm -f %{buildroot}%{_kde_datadir}/applications/kde4/konquerorsu.desktop


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16926 |14mr|kdebase4-runtime-4.13.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	K Desktop Environment - Base Runtime
Name:		kdebase4-runtime
Version:	4.13.3
Release:	2
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/kde-runtime-%{version}.tar.xz
Source1:	kdebase4-runtime.rpmlintrc
Patch0:		kdebase-runtime-4.5.74-fix-htsearch-path.patch
Patch1:		kde-runtime-4.9.98-link-tirpc.patch
# See http://bugs.rosalinux.ru/show_bug.cgi?id=1902
Patch2:		kde-runtime-4.10.2-kdesu-encoding.patch
Patch3:		kde-runtime-4.10.4-kcm-attica-network-error.patch
Patch4:		kde-runtime-4.11.3-save-i18n-settings.patch
Patch5:		kdebase-runtime-4.3.2-knotify-fix-cpu-charge.patch
Patch8:		kdebase-runtime-4.4.1-use-mdv-icon.patch

#(nl) DO NOT REMOVE, NEEDED FOR MDV/ROSA DEFAULT DESKTOP
Patch9:		kdebase-runtime-4.6.4-do-not-show-homedesktop.patch
Patch10:	kdebase-runtime-4.6.4-do-not-copy-trash.patch

Patch100:	kdebase-runtime-4.8.0-knetattachxdg.patch
Patch101:	kde-runtime-4.11.0-l10n-ru.patch
Patch103:	kde-runtime-4.9.3-kcmlocale-fix-translations.patch
# Fix knotify settings overwriting pulse volume
Patch104:	kdebase-runtime-4.6.0-canberra.patch

# Backports
# Revert http://quickgit.kde.org/?p=kde-runtime.git&a=commitdiff&h=9c061a16753e8801f157842107cdc19bd06c4533
# to fix issue with missing video capture devices in Phonon
Patch200:	kde-runtime-4.11.3-pulse.patch

BuildRequires:	automoc4
BuildRequires:	jpeg-devel
BuildRequires:	kdelibs4-devel >= 5:4.9.98-2
BuildRequires:	kdepimlibs4-devel
BuildRequires:	nepomuk-core-devel
BuildRequires:	ntrack-devel
BuildRequires:	openslp-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(libattica)
BuildRequires:	pkgconfig(libcanberra)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(libntrack-qt4)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libssh) >= 0.6.0
BuildRequires:	pkgconfig(libstreams)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(NetworkManager)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(soprano)
BuildRequires:	pkgconfig(xcursor)

Requires:	kdelibs4-core
Requires:	libkactivities
Requires:	oxygen-icon-theme
Requires:	polkit-kde-agent-1
Requires:	soprano-plugin-redland
Suggests:	cagibi
Suggests:	djvulibre
Suggests:	gdb
Suggests:	hicolor-icon-theme
Suggests:	kde4-l10n
Suggests:	kdialog
Suggests:	kwallet-daemon
Conflicts:	kdebase4-workspace < 2:4.10.0
Conflicts:	nepomuk-scribo < 1:0.6.0-3

%description
KDE 4 application runtime components.

%files
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf
%{_sysconfdir}/xdg/menus/kde-information.menu
%{_datadir}/dbus-1/interfaces/*.xml
%{_datadir}/dbus-1/*services/*.service
%{_datadir}/polkit-1/actions/*.policy
#
%{_kde_bindir}/kcmshell4
%{_kde_bindir}/kde-cp
%{_kde_bindir}/kde-mv
%{_kde_bindir}/kde-open
%{_kde_bindir}/kde4
%{_kde_bindir}/kde4-menu
%{_kde_bindir}/kdebugdialog
%{_kde_bindir}/kdesu
%{_kde_bindir}/keditfiletype
%{_kde_bindir}/kfile4
%{_kde_bindir}/kglobalaccel
%{_kde_bindir}/khelpcenter
%{_kde_bindir}/khotnewstuff-upload
%{_kde_bindir}/khotnewstuff4
%{_kde_bindir}/kiconfinder
%{_kde_bindir}/kioclient
%{_kde_bindir}/kmimetypefinder
%{_kde_bindir}/knotify4
%{_kde_bindir}/kquitapp
%{_kde_bindir}/kreadconfig
%{_kde_bindir}/kstart
%{_kde_bindir}/ksvgtopng
%{_kde_bindir}/ktraderclient
%{_kde_bindir}/ktrash
%{_kde_bindir}/kuiserver
%{_kde_bindir}/kwriteconfig
%{_kde_bindir}/plasmapkg
%{_kde_bindir}/plasma-remote-helper
%{_kde_bindir}/solid-hardware
%{_kde_libdir}/kconf_update_bin/phonon_devicepreference_update
%{_kde_libdir}/kconf_update_bin/phonon_deviceuids_update
%{_kde_libdir}/kde4/comicbookthumbnail.so
%{_kde_libdir}/kde4/cursorthumbnail.so
%{_kde_libdir}/kde4/djvuthumbnail.so
%{_kde_libdir}/kde4/exrthumbnail.so
%{_kde_libdir}/kde4/fixhosturifilter.so
%{_kde_libdir}/kde4/htmlthumbnail.so
%{_kde_libdir}/kde4/imagethumbnail.so
%{_kde_libdir}/kde4/jpegthumbnail.so
%{_kde_libdir}/kde4/kcm_attica.so
%{_kde_libdir}/kde4/kcm_cgi.so
%{_kde_libdir}/kde4/kcm_componentchooser.so
%{_kde_libdir}/kde4/kcm_device_automounter.so
%{_kde_libdir}/kde4/kcm_emoticons.so
%{_kde_libdir}/kde4/kcm_filetypes.so
%{_kde_libdir}/kde4/kcm_icons.so
%{_kde_libdir}/kde4/kcm_kded.so
%{_kde_libdir}/kde4/kcm_kdnssd.so
%{_kde_libdir}/kde4/kcm_knotify.so
%{_kde_libdir}/kde4/kcm_locale.so
%{_kde_libdir}/kde4/kcm_phonon.so
%{_kde_libdir}/kde4/kcm_trash.so
%{_kde_libdir}/kde4/kcmspellchecking.so
%{_kde_libdir}/kde4/kded_desktopnotifier.so
%{_kde_libdir}/kde4/kded_device_automounter.so
%{_kde_libdir}/kde4/kded_kpasswdserver.so
%{_kde_libdir}/kde4/kded_ktimezoned.so
%{_kde_libdir}/kde4/kded_networkstatus.so
%{_kde_libdir}/kde4/kded_networkwatcher.so
%{_kde_libdir}/kde4/kded_phononserver.so
%{_kde_libdir}/kde4/kded_recentdocumentsnotifier.so
%{_kde_libdir}/kde4/kded_remotedirnotify.so
%{_kde_libdir}/kde4/kded_solidautoeject.so
%{_kde_libdir}/kde4/kded_soliduiserver.so
%{_kde_libdir}/kde4/kio_about.so
%{_kde_libdir}/kde4/kio_applications.so
%{_kde_libdir}/kde4/kio_archive.so
%{_kde_libdir}/kde4/kio_bookmarks.so
%{_kde_libdir}/kde4/kio_cgi.so
%{_kde_libdir}/kde4/kio_desktop.so
%{_kde_libdir}/kde4/kio_filter.so
%{_kde_libdir}/kde4/kio_finger.so
%{_kde_libdir}/kde4/kio_fish.so
%{_kde_libdir}/kde4/kio_floppy.so
%{_kde_libdir}/kde4/kio_info.so
%{_kde_libdir}/kde4/kio_man.so
%{_kde_libdir}/kde4/kio_network.so
%{_kde_libdir}/kde4/kio_nfs.so
%{_kde_libdir}/kde4/kio_recentdocuments.so
%{_kde_libdir}/kde4/kio_remote.so
%{_kde_libdir}/kde4/kio_settings.so
%{_kde_libdir}/kde4/kio_sftp.so
%{_kde_libdir}/kde4/kio_thumbnail.so
%{_kde_libdir}/kde4/kio_trash.so
%{_kde_libdir}/kde4/kshorturifilter.so
%{_kde_libdir}/kde4/kuriikwsfilter.so
%{_kde_libdir}/kde4/kurisearchfilter.so
%{_kde_libdir}/kde4/libkmanpart.so
%{_kde_libdir}/kde4/librenaudioplugin.so
%{_kde_libdir}/kde4/librenimageplugin.so
%{_kde_libdir}/kde4/localdomainurifilter.so
%{_kde_libdir}/kde4/plasma-kpart.so
%{_kde_libdir}/kde4/plasma_appletscript_declarative.so
%{_kde_libdir}/kde4/plasma_appletscript_simple_javascript.so
%{_kde_libdir}/kde4/plasma_containment_newspaper.so
%{_kde_libdir}/kde4/plasma_dataenginescript_javascript.so
%{_kde_libdir}/kde4/plasma_packagestructure_javascriptaddon.so
%{_kde_libdir}/kde4/plasma_runnerscript_javascript.so
%{_kde_libdir}/kde4/svgthumbnail.so
%{_kde_libdir}/kde4/textthumbnail.so
%{_kde_libdir}/kde4/windowsexethumbnail.so
%{_kde_libdir}/kde4/windowsimagethumbnail.so
%{_kde_libdir}/kde4/libexec
%{_kde_libdir}/kde4/plugins
%{_kde_libdir}/kde4/imports/org/kde/dirmodel/qmldir
%{_kde_libdir}/kde4/imports/org/kde/dirmodel/libdirmodelplugin.so
%{_kde_libdir}/kde4/imports/org/kde/draganddrop/qmldir
%{_kde_libdir}/kde4/imports/org/kde/draganddrop/libdraganddropplugin.so
%{_kde_libdir}/kde4/imports/org/kde/locale/qmldir
%{_kde_libdir}/kde4/imports/org/kde/locale/liblocalebindingsplugin.so
%{_kde_libdir}/kde4/imports/org/kde/plasma
%{_kde_libdir}/kde4/imports/org/kde/qtextracomponents/libqtextracomponentsplugin.so
%{_kde_libdir}/kde4/imports/org/kde/qtextracomponents/qmldir
%{_kde_libdir}/kde4/imports/org/kde/runnermodel/qmldir
%{_kde_libdir}/kde4/imports/org/kde/runnermodel/librunnermodelplugin.so
%{_kde_libdir}/kde4/platformimports
%{_kde_libdir}/kde4/kio_smb.so
%{_kde_libdir}/attica_kde.so
%{_kde_libdir}/libkdeinit4_kcmshell4.so
%{_kde_libdir}/libkdeinit4_kglobalaccel.so
%{_kde_libdir}/libkdeinit4_khelpcenter.so
%{_kde_libdir}/libkdeinit4_kuiserver.so
%{_kde_libdir}/libknotifyplugin.so
%{_kde_applicationsdir}/*.desktop
%{_kde_appsdir}/desktoptheme
%{_kde_appsdir}/drkonqi
%{_kde_appsdir}/hardwarenotifications
%{_kde_appsdir}/kcm_componentchooser
%{_kde_appsdir}/kcm_phonon
%{_kde_appsdir}/kcmlocale
%{_kde_appsdir}/kconf_update/*.upd
%{_kde_appsdir}/kde
%{_kde_appsdir}/kglobalaccel
%{_kde_appsdir}/khelpcenter
%{_kde_appsdir}/kio_bookmarks
%{_kde_appsdir}/kio_desktop
%{_kde_appsdir}/kio_docfilter
%{_kde_appsdir}/kio_finger
%{_kde_appsdir}/kio_info
%{_kde_appsdir}/konqsidebartng
%{_kde_appsdir}/ksmserver
%{_kde_appsdir}/libphonon
%{_kde_appsdir}/phonon
%{_kde_appsdir}/remoteview
%{_kde_appsdir}/konqueror/dirtree/remote/smb-network.desktop
%{_kde_datadir}/config.kcfg/*.kcfg
%{_kde_configdir}/*.knsrc
%{_kde_configdir}/kshorturifilterrc
%{_kde_datadir}/desktop-directories/*.directory
%{_kde_datadir}/emoticons/kde4
%{_kde_iconsdir}/default.kde4
%{_kde_iconsdir}/hicolor/*/apps/*
%{_kde_services}/*.protocol
%{_kde_services}/comicbookthumbnail.desktop
%{_kde_services}/componentchooser.desktop
%{_kde_services}/cursorthumbnail.desktop
%{_kde_services}/desktopthumbnail.desktop
%{_kde_services}/device_automounter_kcm.desktop
%{_kde_services}/directorythumbnail.desktop
%{_kde_services}/djvuthumbnail.desktop
%{_kde_services}/emoticons.desktop
%{_kde_services}/exrthumbnail.desktop
%{_kde_services}/filetypes.desktop
%{_kde_services}/fixhosturifilter.desktop
%{_kde_services}/htmlthumbnail.desktop
%{_kde_services}/icons.desktop
%{_kde_services}/imagethumbnail.desktop
%{_kde_services}/jpegthumbnail.desktop
%{_kde_services}/kcm_attica.desktop
%{_kde_services}/kcm_kdnssd.desktop
%{_kde_services}/kcm_phonon.desktop
%{_kde_services}/kcmcgi.desktop
%{_kde_services}/kcmkded.desktop
%{_kde_services}/kcmnotify.desktop
%{_kde_services}/kcmtrash.desktop
%{_kde_services}/kglobalaccel.desktop
%{_kde_services}/khelpcenter.desktop
%{_kde_services}/kmanpart.desktop
%{_kde_services}/knotify4.desktop
%{_kde_services}/kshorturifilter.desktop
%{_kde_services}/kuiserver.desktop
%{_kde_services}/kuriikwsfilter.desktop
%{_kde_services}/kurisearchfilter.desktop
%{_kde_services}/language.desktop
%{_kde_services}/localdomainurifilter.desktop
%{_kde_services}/plasma-containment-newspaper.desktop
%{_kde_services}/plasma-kpart.desktop
%{_kde_services}/plasma-packagestructure-javascript-addon.desktop
%{_kde_services}/plasma-scriptengine-applet-declarative.desktop
%{_kde_services}/plasma-scriptengine-applet-simple-javascript.desktop
%{_kde_services}/plasma-scriptengine-dataengine-javascript.desktop
%{_kde_services}/plasma-scriptengine-runner-javascript.desktop
%{_kde_services}/qimageioplugins/webp.desktop
%{_kde_services}/renaudiodlg.desktop
%{_kde_services}/renimagedlg.desktop
%{_kde_services}/searchproviders
%{_kde_services}/spellchecking.desktop
%{_kde_services}/svgthumbnail.desktop
%{_kde_services}/textthumbnail.desktop
%{_kde_services}/windowsexethumbnail.desktop
%{_kde_services}/windowsimagethumbnail.desktop
%{_kde_services}/kded/*.desktop
%{_kde_servicetypes}/*.desktop
%{_kde_datadir}/locale/currency
%{_kde_datadir}/locale/l10n/*/*
%{_kde_datadir}/locale/l10n/*.desktop
%{_kde_mandir}/man?/*
%{_kde_datadir}/mime/packages/*.xml
%{_kde_datadir}/sounds/*
%doc %{_kde_docdir}/HTML/en/*

#--------------------------------------------------------------

%package -n kwallet-daemon
Summary:	Kwallet daemon
Group:		Development/KDE and Qt
Conflicts:	%{name} < 1:4.5.71

%description -n kwallet-daemon
Kwallet daemon.

%files -n kwallet-daemon
%{_kde_bindir}/kwalletd
%{_kde_libdir}/libkdeinit4_kwalletd.so
%{_kde_appsdir}/kwalletd
%{_kde_services}/kwalletd.desktop

#--------------------------------------------------------------

%define kwalletbackend_major 4
%define libkwalletbackend %mklibname kwalletbackend %{kwalletbackend_major}

%package -n %{libkwalletbackend}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkwalletbackend}
KDE 4 core library.

%files -n %{libkwalletbackend}
%{_kde_libdir}/libkwalletbackend.so.%{kwalletbackend_major}*

#--------------------------------------------------------------

%define molletnetwork_major 4
%define libmolletnetwork %mklibname molletnetwork %{molletnetwork_major}

%package -n %{libmolletnetwork}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libmolletnetwork}
KDE 4 core library.

%files -n %{libmolletnetwork}
%{_kde_libdir}/libmolletnetwork.so.%{molletnetwork_major}*

#--------------------------------------------------------------

%package devel
Group:		Development/KDE and Qt
Summary:	Header files and documentation for compiling KDE applications
Requires:	kdelibs4-devel
Requires:	%{name} = %{EVRD}
Requires:	%{libkwalletbackend} = %{EVRD}
Requires:	%{libmolletnetwork} = %{EVRD}

%description devel
This package includes the header files you will need to compile applications
for KDE. Also included is the KDE API documentation in HTML format for easy
browsing.

%files devel
%{_kde_includedir}/*.h
%{_kde_libdir}/libkwalletbackend.so
%{_kde_libdir}/libmolletnetwork.so
%{_kde_appsdir}/cmake/modules/*.cmake

#-----------------------------------------------------------------------------

%prep
%setup -q -n kde-runtime-%{version}

%patch0 -p1 -b .htsearch
%patch1 -p1 -b .tirpclinkage~
%patch3 -p1 -b .kcm_attica~
%patch2 -p1 -b .kdesu~
%patch4 -p1 -b .save_i18n~
%patch5 -p1 -b .bug_49814
%patch8 -p0
%patch9 -p0
%patch10 -p1
%patch100 -p1
%patch101 -p1
%patch103 -p1
%patch104 -p1

%patch200 -p1 -R

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_iconsdir}/hicolor/index.theme

mkdir -p %{buildroot}%{_kde_bindir}
ln -s %{_kde_libdir}/kde4/libexec/kdesu %{buildroot}%{_kde_bindir}/kdesu


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16927 |14mr|kdebase4-workspace-4.11.11-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_printer_applet 0
%{?_with_printer_applet: %{expand: %%global with_printer_applet 1}}

%define with_networkmanager 1
%{?_with_networkmanager: %{expand: %%global with_networkmanager 1}}

%define with_drakclock 1
%{?_with_networkmanager: %{expand: %%global with_networkmanager 1}}

%define kdm_version 2.7.2

%bcond_without kscreen

Summary:	KDE 4 application workspace components
Name:		kdebase4-workspace
Version:	4.11.11
Release:	13
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/kde-workspace-%{version}.tar.xz
Source1:	kde.pam
Source2:	kde-np.pam
Source4:	systemsettings.desktop
Source6:	kdebase-workspace-kdm-%{kdm_version}.tar.bz2
Source8:	kcm_drakclock.desktop
Source9:	omv-startkde
Source10:	rosa-startkde
Source11:	omv-kdm.service
Source12:	rosa-kdm.service
Source13:	kde4-default.desktop
Source20:	%{name}.rpmlintrc
Patch0:		kdebase-workspace-4.5.76-mdv-adopt-ldetect-path.patch
# Use drakclock for time settings, patch from Mageia
Patch1:		kdebase-workspace-4.6.2-mageia-drakclock.patch
# Hide native clock configurator as we have drakclock instead
Patch2:		kde-workspace-4.10.2-hide-default-clock.patch
Patch3:		kdebase-workspace-4.11.0-menu-toptile.patch
# Add checkbox to enable/disable bytecode interpreter in KDE4 font anti-aliasing settings
Patch4:		kde-workspace-4.9.4-fontconfig.patch
# Just a workaround to make sure text box size for OSD is always big enough
Patch5:		kde-workspace-4.11.0-desktop-osd.patch
# Always show icons in pager widget, even if they don't fit window rectangle
Patch6:		kde-workspace-4.10.3-pager-icons.patch
# Fix action labels vertical alignment in Device Notifier applet
Patch7:		kde-workspace-4.10.3-devicenotifier.patch
# Fix screenlocker greeter focus after Alt modifier is pressed (keyboard layout switching etc)
Patch8:		kde-workspace-4.10.3-greeter.patch
# Prefer system locale for KDM when reading it from KDM config fails
Patch10:	kde-workspace-4.10.3-fix-kcmkdm-locale.patch
Patch11:	kdebase-workspace-4.2.0-fix_gtkrc_iaora.patch
# Fix screenlocker greeter focus when screensaver is used
Patch12:	kde-workspace-4.11.4-screenlocker-handle-fake-focus.patch
# Use current wallpaper for screenlocker if it's a scaled image
Patch13:	kde-workspace-4.11.4-screenlocker-background.patch
# Don't add activities and launchers to standard panel by default
Patch14:	kde-workspace-4.11.0-default-panel-layout.patch
# Load session files from /usr/share/xsessions by default
Patch15:	kde-workspace-4.11.11-xsessions.patch
# Adjust session name in kde-plasma.desktop
Patch16:	kde-workspace-4.11.11-desktop-session.patch
Patch18:	kdebase-workspace-4.8.95-startup-sound.patch
Patch19:	kdebase-workspace-4.2.1-use-mdvicon.patch
Patch20:	kde-workspace-4.10.2-BUILD_KCM_RANDR.patch
Patch21:	kde-workspace-4.11.10-kwin-intel-kde336589.patch
Patch26:	kdebase-workspace-4.11.0-simpleapplet-defaults.patch
# Make it possible to set wallpaper via dbus
# See https://bugs.kde.org/show_bug.cgi?id=217950
Patch27:	kde-workspace-4.11.6-dbus-wallpaper.patch
# See http://quickgit.kde.org/?p=kde-workspace.git&a=commitdiff&h=c1469413f36d4e4cd9dd49e70bc5d660cf2f3c55
# And http://quickgit.kde.org/?p=kde-workspace.git&a=commitdiff&h=dcc70fbb55919ac56ae188ceb3d5bf7b94c2dbcd
# We partially revert it because we need at least deKorator to work
Patch50:	kde-workspace-4.11.3-decorations.patch
Patch100:	kdebase-workspace-4.8.1-hideklipper.patch
Patch101:	kdebase-workspace-4.8.97-klippermenu.patch
# (tpg) use original patch https://bugs.kde.org/show_bug.cgi?id=206089
# (tpg) updated from Fedora
Patch104:	kde-workspace-4.11.1-kdm_plymouth081.patch
# (tpg) from Fedora - make use of systemd multiseat
Patch105:	kde-workspace-4.11.1-kdm-logind-multiseat.patch
# older Fedora patch, let's keep it for Rosa
Patch106:	kdebase-workspace-4.7.3.fedora-kdm-plymouth.patch
Patch107:	kdebase-workspace-4.11.0-no-hal.patch

BuildRequires:	automoc4
BuildRequires:	bdftopcf
BuildRequires:	imake
BuildRequires:	libxml2-utils
BuildRequires:	qt4-qtdbus
BuildRequires:	xrdb
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	ieee1284-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	python-kde4-devel
BuildRequires:	prison-devel
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(avahi-compat-libdns_sd)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(glesv2)
BuildRequires:	pkgconfig(libdmtx)
BuildRequires:	pkgconfig(libggadget-1.0)
BuildRequires:	pkgconfig(libggadget-qt-1.0)
BuildRequires:	pkgconfig(libgpsd)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libqalculate)
BuildRequires:	pkgconfig(libraw1394)
# (tpg) needed for patch 107
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libsystemd-id128)
BuildRequires:	pkgconfig(libsystemd-journal)
BuildRequires:	pkgconfig(libsystemd-login)

BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libxklavier)
BuildRequires:	pkgconfig(lua)
%if %{with_networkmanager}
BuildRequires:	pkgconfig(NetworkManager)
%endif
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(qimageblitz)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-renderutil)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xtst)
Requires:	desktop-common-data
Requires:	kdebase4-runtime
Requires:	kde4-windeco-dekorator
Requires:	mandriva-kde-translation
Requires:	qt4-qtdbus
Requires:	setxkbmap
Requires:	strigi
Requires:	udisks2
Requires:	xdg-utils
Requires:	xmessage
Requires:	xprop
Requires:	xset
Suggests:	kickoff
Suggests:	klipper
Suggests:	networkmanager
Suggests:	plasma-applet-system-monitor-net
Suggests:	plasma-applet-system-monitor-hwinfo
Suggests:	plasma-applet-system-monitor-hdd
Suggests:	plasma-applet-system-monitor-cpu
Suggests:	plasma-applet-system-monitor-temperature
%if %{with kscreen}
Requires:	kscreen
%else
Requires:	krandr
%endif
%if %{disttag} == "omv"
Requires:	homerun
%else
Suggests:	rosapanel
%endif
Conflicts:	kdm < 2:4.10.2-4
Obsoletes:	kdebase4-workspace-googlegadgets < 2:4.11.0
Obsoletes:	%{_lib}solidcontrolifaces4 < 2:4.11.0
Obsoletes:	%{_lib}solidcontrol4 < 2:4.11.0
Obsoletes:	%{_lib}kwinnvidiahack4 < 2:4.11.0
Requires(post,preun):	update-alternatives

%description
This package contains the KDE 4 application workspace components.

%files
%{_sysconfdir}/profile.d/70kde4.sh
%if %{with_printer_applet}
%{_kde_bindir}/printer-applet
%{_kde_appsdir}/printer-applet
%endif
%{_kde_sysconfdir}/dbus-1/system.d/org.kde.fontinst.conf
%{_kde_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf
%{_kde_sysconfdir}/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
%{_kde_sysconfdir}/ksysguarddrc
%{_kde_bindir}/kaccess
%{_kde_bindir}/kapplymousetheme
%{_kde_bindir}/kblankscrn.kss
%{_kde_bindir}/kcheckrunning
%{_kde_bindir}/kcminit
%{_kde_bindir}/kcminit_startup
%{_kde_bindir}/kdostartupconfig4
%{_kde_bindir}/kfontinst
%{_kde_bindir}/kfontview
%{_kde_bindir}/kmenuedit
%{_kde_bindir}/krandom.kss
%{_kde_bindir}/krdb
%{_kde_bindir}/krunner
%{_kde_bindir}/ksmserver
%{_kde_bindir}/ksplashsimple
%{_kde_bindir}/ksplashx
%{_kde_bindir}/ksplashx_scale
%{_kde_bindir}/ksplashqml
%{_kde_bindir}/kstartupconfig4
%{_kde_bindir}/ksysguard
%{_kde_bindir}/ksysguardd
%{_kde_bindir}/ksystraycmd
%{_kde_bindir}/kwin*
%{_kde_bindir}/oxygen-demo
%{_kde_bindir}/oxygen-settings
%{_kde_bindir}/plasma-desktop
%{_kde_bindir}/plasma-netbook
%{_kde_bindir}/plasma-overlay
%{_kde_bindir}/plasma-windowed
%{_kde_bindir}/solid-action-desktop-gen
%{_kde_bindir}/startkde
%{_kde_bindir}/oxygen-shadow-demo
%{_kde_bindir}/systemsettings
%{_kde_libdir}/kconf_update_bin/*
%{_kde_libdir}/kde4/imports
%{_kde_libdir}/kde4/classic_mode.so
%{_kde_libdir}/kde4/fontthumbnail.so
%{_kde_libdir}/kde4/icon_mode.so
%{_kde_libdir}/kde4/ion_bbcukmet.so
%{_kde_libdir}/kde4/ion_envcan.so
%{_kde_libdir}/kde4/ion_noaa.so
%{_kde_libdir}/kde4/ion_wettercom.so
%{_kde_libdir}/kde4/kcm_access.so
%{_kde_libdir}/kde4/kcm_autostart.so
%{_kde_libdir}/kde4/kcm_bell.so
%{_kde_libdir}/kde4/kcm_clock.so
%{_kde_libdir}/kde4/kcm_colors.so
%{_kde_libdir}/kde4/kcm_cursortheme.so
%{_kde_libdir}/kde4/kcm_desktoppaths.so
%{_kde_libdir}/kde4/kcm_desktoptheme.so
%{_kde_libdir}/kde4/kcm_display.so
%{_kde_libdir}/kde4/kcm_fontinst.so
%{_kde_libdir}/kde4/kcm_fonts.so
%{_kde_libdir}/kde4/kcm_hotkeys.so
%{_kde_libdir}/kde4/kcm_input.so
%{_kde_libdir}/kde4/kcm_joystick.so
%{_kde_libdir}/kde4/kcm_keyboard.so
%{_kde_libdir}/kde4/kcm_keys.so
%{_kde_libdir}/kde4/kcm_krunner_kill.so
%{_kde_libdir}/kde4/kcm_ksplashthemes.so
%{_kde_libdir}/kde4/kcm_kwin4_effect_builtins.so
%{_kde_libdir}/kde4/kcm_kwin4_genericscripted.so
%{_kde_libdir}/kde4/kwin4_effect_gles_builtins.so
%{_kde_libdir}/kde4/kcm_kwincompositing.so
%{_kde_libdir}/kde4/kcm_kwindecoration.so
%{_kde_libdir}/kde4/kcm_kwindesktop.so
%{_kde_libdir}/kde4/kcm_kwinoptions.so
%{_kde_libdir}/kde4/kcm_kwinrules.so
%{_kde_libdir}/kde4/kcm_kwinscreenedges.so
%{_kde_libdir}/kde4/kcm_kwin_scripts.so
%{_kde_libdir}/kde4/kcm_kwintabbox.so
%{_kde_libdir}/kde4/kcm_launch.so
%{_kde_libdir}/kde4/kcm_screensaver.so
%{_kde_libdir}/kde4/kcm_smserver.so
%{_kde_libdir}/kde4/kcm_solid_actions.so
%{_kde_libdir}/kde4/kcm_standard_actions.so
%{_kde_libdir}/kde4/kcm_style.so
%{_kde_libdir}/kde4/kcm_workspaceoptions.so
%{_kde_libdir}/kde4/kded_freespacenotifier.so
%{_kde_libdir}/kde4/kded_kephal.so
%{_kde_libdir}/kde4/kded_keyboard.so
%{_kde_libdir}/kde4/kded_khotkeys.so
%{_kde_libdir}/kde4/kded_kwrited.so
%{_kde_libdir}/kde4/kded_statusnotifierwatcher.so
%{_kde_libdir}/kde4/keyboard_layout_widget.so
%{_kde_libdir}/kde4/kfontviewpart.so
%{_kde_libdir}/kde4/kio_fonts.so
%{_kde_libdir}/kde4/krunner_bookmarksrunner.so
%{_kde_libdir}/kde4/krunner_calculatorrunner.so
%{_kde_libdir}/kde4/krunner_kill.so
%{_kde_libdir}/kde4/krunner_locations.so
%{_kde_libdir}/kde4/krunner_nepomuksearchrunner.so
%{_kde_libdir}/kde4/krunner_plasma-desktop.so
%{_kde_libdir}/kde4/krunner_recentdocuments.so
%{_kde_libdir}/kde4/krunner_services.so
%{_kde_libdir}/kde4/krunner_sessions.so
%{_kde_libdir}/kde4/krunner_shell.so
%{_kde_libdir}/kde4/krunner_solid.so
%{_kde_libdir}/kde4/krunner_webshortcuts.so
%{_kde_libdir}/kde4/krunner_windowedwidgets.so
%{_kde_libdir}/kde4/krunner_windows.so
%{_kde_libdir}/kde4/kstyle_oxygen_config.so
%{_kde_libdir}/kde4/kwin3_aurorae.so
%{_kde_libdir}/kde4/kwin3_b2.so
%{_kde_libdir}/kde4/kwin3_laptop.so
%{_kde_libdir}/kde4/kwin3_oxygen.so
%{_kde_libdir}/kde4/kwin4_effect_builtins.so
%{_kde_libdir}/kde4/kwin_b2_config.so
%{_kde_libdir}/kde4/kwin_oxygen_config.so
%{_kde_libdir}/kde4/libexec/fontinst
%{_kde_libdir}/kde4/libexec/fontinst_helper
%{_kde_libdir}/kde4/libexec/fontinst_x11
%{_kde_libdir}/kde4/libexec/kcmdatetimehelper
%{_kde_libdir}/kde4/libexec/ksysguardprocesslist_helper
%{_kde_libdir}/kde4/libexec/kwin_killer_helper
%{_kde_libdir}/kde4/libexec/kwin_opengl_test
%{_kde_libdir}/kde4/libexec/kwin_rules_dialog
%{_kde_libdir}/kde4/libexec/kscreenlocker_greet
%{_kde_libdir}/kde4/kded_appmenu.so
%{_kde_libdir}/kde4/kded_ktouchpadenabler.so
%{_kde_libdir}/kde4/plasma-geolocation-gps.so
%{_kde_libdir}/kde4/plasma-geolocation-ip.so
%{_kde_libdir}/kde4/plasma_animator_default.so
%{_kde_libdir}/kde4/plasma_applet_activitybar.so
%{_kde_libdir}/kde4/plasma_applet_clock.so
%{_kde_libdir}/kde4/plasma_applet_currentappcontrol.so
%{_kde_libdir}/kde4/plasma_applet_dig_clock.so
%{_kde_libdir}/kde4/plasma_applet_icon.so
%{_kde_libdir}/kde4/plasma_applet_keyboard.so
%{_kde_libdir}/kde4/plasma_applet_pager.so
%{_kde_libdir}/kde4/plasma_applet_panelspacer_internal.so
%{_kde_libdir}/kde4/plasma_applet_searchbox.so
%{_kde_libdir}/kde4/plasma_applet_sm_hdd_activity.so
%{_kde_libdir}/kde4/plasma_applet_sm_ram.so
%{_kde_libdir}/kde4/plasma_applet_system-monitor.so
%{_kde_libdir}/kde4/plasma_applet_systemtray.so
%{_kde_libdir}/kde4/plasma_applet_tasks.so
%{_kde_libdir}/kde4/plasma_applet_trash.so
%{_kde_libdir}/kde4/plasma_applet_windowlist.so
%{_kde_libdir}/kde4/plasma_appletscriptengine_dashboard.so
%{_kde_libdir}/kde4/plasma_appletscriptengine_webapplet.so
%{_kde_libdir}/kde4/plasma_containment_desktop.so
%{_kde_libdir}/kde4/plasma_containment_netpanel.so
%{_kde_libdir}/kde4/plasma_containment_panel.so
%{_kde_libdir}/kde4/plasma_containment_sal.so
%{_kde_libdir}/kde4/plasma_containment_saverdesktop.so
%{_kde_libdir}/kde4/plasma_containmentactions_applauncher.so
%{_kde_libdir}/kde4/plasma_containmentactions_contextmenu.so
%{_kde_libdir}/kde4/plasma_containmentactions_minimalcontextmenu.so
%{_kde_libdir}/kde4/plasma_containmentactions_paste.so
%{_kde_libdir}/kde4/plasma_containmentactions_switchactivity.so
%{_kde_libdir}/kde4/plasma_containmentactions_switchdesktop.so
%{_kde_libdir}/kde4/plasma_containmentactions_switchwindow.so
%{_kde_libdir}/kde4/plasma_engine_activities.so
%{_kde_libdir}/kde4/plasma_engine_akonadi.so
%{_kde_libdir}/kde4/plasma_engine_applicationjobs.so
%{_kde_libdir}/kde4/plasma_engine_apps.so
%{_kde_libdir}/kde4/plasma_engine_calendar.so
%{_kde_libdir}/kde4/plasma_engine_devicenotifications.so
%{_kde_libdir}/kde4/plasma_engine_dict.so
%{_kde_libdir}/kde4/plasma_engine_executable.so
%{_kde_libdir}/kde4/plasma_engine_favicons.so
%{_kde_libdir}/kde4/plasma_engine_filebrowser.so
%{_kde_libdir}/kde4/plasma_engine_geolocation.so
%{_kde_libdir}/kde4/plasma_engine_hotplug.so
%{_kde_libdir}/kde4/plasma_engine_keystate.so
%{_kde_libdir}/kde4/plasma_engine_metadata.so
%{_kde_libdir}/kde4/plasma_engine_mouse.so
%{_kde_libdir}/kde4/plasma_engine_mpris2.so
%{_kde_libdir}/kde4/plasma_engine_notifications.so
%{_kde_libdir}/kde4/plasma_engine_nowplaying.so
%{_kde_libdir}/kde4/plasma_engine_places.so
%{_kde_libdir}/kde4/plasma_engine_powermanagement.so
%{_kde_libdir}/kde4/plasma_engine_rss.so
%{_kde_libdir}/kde4/plasma_engine_searchlaunch.so
%{_kde_libdir}/kde4/plasma_engine_share.so
%{_kde_libdir}/kde4/plasma_engine_soliddevice.so
%{_kde_libdir}/kde4/plasma_engine_statusnotifieritem.so
%{_kde_libdir}/kde4/plasma_engine_systemmonitor.so
%{_kde_libdir}/kde4/plasma_engine_tasks.so
%{_kde_libdir}/kde4/plasma_engine_time.so
%{_kde_libdir}/kde4/plasma_engine_weather.so
%{_kde_libdir}/kde4/plasma_packagestructure_dashboard.so
%{_kde_libdir}/kde4/plasma_packagestructure_share.so
%{_kde_libdir}/kde4/plasma_packagestructure_web.so
%{_kde_libdir}/kde4/plasma_toolbox_desktoptoolbox.so
%{_kde_libdir}/kde4/plasma_toolbox_nettoolbox.so
%{_kde_libdir}/kde4/plasma_toolbox_paneltoolbox.so
%{_kde_libdir}/kde4/plasma_wallpaper_color.so
%{_kde_libdir}/kde4/plasma_wallpaper_image.so
%{_kde_libdir}/kde4/plugins/gui_platform/libkde.so
%{_kde_libdir}/kde4/plugins/styles/oxygen.so
%{_kde_libdir}/kde4/powerdevilkeyboardbrightnesscontrolaction_config.so
%{_kde_libdir}/kde4/ion_debianweather.so
%{_kde_libdir}/kde4/krunner_activities.so
%{_kde_libdir}/libkdeinit4_*.so
%{_kde_libdir}/strigi/strigita_font.so
%{_kde_applicationsdir}/kfontview.desktop
%{_kde_applicationsdir}/kmenuedit.desktop
%{_kde_applicationsdir}/ksysguard.desktop
%{_kde_applicationsdir}/systemsettings.desktop
%{_kde_applicationsdir}/kdesystemsettings.desktop
%{_kde_appsdir}/color-schemes
%{_kde_appsdir}/desktoptheme
%{_kde_appsdir}/freespacenotifier
%{_kde_appsdir}/kaccess
%{_kde_appsdir}/katepart
%{_kde_appsdir}/kcminput
%{_kde_appsdir}/kcmkeys
%{_kde_appsdir}/kcmstyle
%{_kde_appsdir}/kcmsolidactions
%{_kde_appsdir}/kconf_update/*
%{_kde_appsdir}/kcontrol
%{_kde_appsdir}/kdisplay
%{_kde_appsdir}/kfontinst
%{_kde_appsdir}/kfontview
%{_kde_appsdir}/khotkeys
%{_kde_appsdir}/kmenuedit
%{_kde_appsdir}/konqsidebartng/virtual_folders/services/fonts.desktop
%{_kde_appsdir}/ksmserver
%{_kde_appsdir}/ksplash
%{_kde_appsdir}/kstyle
%{_kde_appsdir}/ksysguard
%{_kde_appsdir}/kthememanager
%{_kde_appsdir}/kwin
%{_kde_appsdir}/kwrited
%{_kde_appsdir}/plasma
%{_kde_appsdir}/plasma-desktop
%{_kde_appsdir}/plasma-netbook
%{_kde_appsdir}/solid/*/*.desktop
%{_kde_appsdir}/systemsettings
%{_kde_appsdir}/kcmkeyboard
%{_kde_autostart}/*.desktop
%{_kde_datadir}/config.kcfg/*.kcfg
%{_kde_configdir}/xcursor.knsrc
%{_kde_configdir}/activities.knsrc
%{_kde_configdir}/aurorae.knsrc
%{_kde_configdir}/background.knsrc
%{_kde_configdir}/colorschemes.knsrc
%{_kde_configdir}/ksplash.knsrc
%{_kde_configdir}/ksysguard.knsrc
%{_kde_configdir}/kwineffect.knsrc
%{_kde_configdir}/kwinscripts.knsrc
%{_kde_configdir}/kwinswitcher.knsrc
%{_kde_configdir}/plasma-overlayrc
%{_kde_configdir}/plasma-themes.knsrc
%{_kde_configdir}/wallpaper.knsrc
%{_kde_configdir}/kfontinst.knsrc
%{_kde_datadir}/dbus-1/services/org.kde.fontinst.service
%{_kde_datadir}/dbus-1/services/org.kde.krunner.service
%{_kde_datadir}/dbus-1/system-services/org.kde.fontinst.service
%{_kde_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmclock.service
%{_kde_datadir}/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service
%doc %{_kde_docdir}/HTML/en/kcontrol
%doc %{_kde_docdir}/HTML/en/kfontview
%doc %{_kde_docdir}/HTML/en/kmenuedit
%doc %{_kde_docdir}/HTML/en/ksysguard
%doc %{_kde_docdir}/HTML/en/plasma-desktop
%doc %{_kde_docdir}/HTML/en/systemsettings
%{_kde_iconsdir}/Oxygen_*
%{_kde_iconsdir}/KDE_Classic
%{_kde_iconsdir}/*/*/*/*
%{_kde_services}/ScreenSavers/kblank.desktop
%{_kde_services}/ScreenSavers/krandom.desktop
%{_kde_services}/ServiceMenus/installfont.desktop
%{_kde_services}/autostart.desktop
%{_kde_services}/bell.desktop
%{_kde_services}/clock.desktop
%{_kde_services}/colors.desktop
%{_kde_services}/cursortheme.desktop
%{_kde_services}/desktop.desktop
%{_kde_services}/desktoppath.desktop
%{_kde_services}/desktoptheme.desktop
%{_kde_services}/deviceinfocategory.desktop
%{_kde_services}/display.desktop
%{_kde_services}/fontinst.desktop
%{_kde_services}/fonts.desktop
%{_kde_services}/fonts.protocol
%{_kde_services}/fontthumbnail.desktop
%{_kde_services}/graphicalinfocategory.desktop
%{_kde_services}/ion-bbcukmet.desktop
%{_kde_services}/ion-debianweather.desktop
%{_kde_services}/ion-envcan.desktop
%{_kde_services}/ion-noaa.desktop
%{_kde_services}/ion-wettercom.desktop
%{_kde_services}/joystick.desktop
%{_kde_services}/kaccess.desktop
%if %{with_drakclock}
%{_kde_services}/kcm_drakclock.desktop
%endif
%{_kde_services}/kcm_keyboard.desktop
%{_kde_services}/kcmaccess.desktop
%{_kde_services}/kcmlaunch.desktop
%{_kde_services}/kcmsmserver.desktop
%{_kde_services}/kded/appmenu.desktop
%{_kde_services}/kded/freespacenotifier.desktop
%{_kde_services}/kded/kephal.desktop
%{_kde_services}/kded/keyboard.desktop
%{_kde_services}/kded/khotkeys.desktop
%{_kde_services}/kded/kwrited.desktop
%{_kde_services}/kded/ktouchpadenabler.desktop
%{_kde_services}/kded/statusnotifierwatcher.desktop
%{_kde_services}/keys.desktop
%{_kde_services}/kfontviewpart.desktop
%{_kde_services}/khotkeys.desktop
%{_kde_services}/ksplashthememgr.desktop
%{_kde_services}/kwin
%{_kde_services}/kwin-script-desktopchangeosd.desktop
%{_kde_services}/kwin-script-synchronizeskipswitcher.desktop
%{_kde_services}/kwin-script-videowall.desktop
%{_kde_services}/kwinactions.desktop
%{_kde_services}/kwinadvanced.desktop
%{_kde_services}/kwincompositing.desktop
%{_kde_services}/kwindecoration.desktop
%{_kde_services}/kwinfocus.desktop
%{_kde_services}/kwinmoving.desktop
%{_kde_services}/kwinoptions.desktop
%{_kde_services}/kwinrules.desktop
%{_kde_services}/kwinscreenedges.desktop
%{_kde_services}/kwinscripts.desktop
%{_kde_services}/kwintabbox.desktop
%{_kde_services}/lostfoundcategory.desktop
%{_kde_services}/mouse.desktop
%{_kde_services}/networkinfocategory.desktop
%{_kde_services}/plasma-animator-default.desktop
%{_kde_services}/plasma-applet-activitybar.desktop
%{_kde_services}/plasma-applet-analogclock.desktop
%{_kde_services}/plasma-applet-currentappcontrol.desktop
%{_kde_services}/plasma-applet-devicenotifier.desktop
%{_kde_services}/plasma-applet-digitalclock.desktop
%{_kde_services}/plasma-applet-icon.desktop
%{_kde_services}/plasma-applet-lockout.desktop
%{_kde_services}/plasma-applet-org.kde.notifications.desktop
%{_kde_services}/plasma-applet-panelspacer-internal.desktop
%{_kde_services}/plasma-applet-searchbox.desktop
%{_kde_services}/plasma-applet-sm_hdd_activity.desktop
%{_kde_services}/plasma-applet-sm_ram.desktop
%{_kde_services}/plasma-applet-system-monitor.desktop
%{_kde_services}/plasma-applet-systemtray.desktop
%{_kde_services}/plasma-applet-trash.desktop
%{_kde_services}/plasma-applet-windowlist.desktop
%{_kde_services}/plasma-containment-desktop.desktop
%{_kde_services}/plasma-containment-desktopdashboard.desktop
%{_kde_services}/plasma-containment-netpanel.desktop
%{_kde_services}/plasma-containment-panel.desktop
%{_kde_services}/plasma-containment-sal.desktop
%{_kde_services}/plasma-containment-saverdesktop.desktop
%{_kde_services}/plasma-containmentactions-applauncher.desktop
%{_kde_services}/plasma-containmentactions-contextmenu.desktop
%{_kde_services}/plasma-containmentactions-minimalcontextmenu.desktop
%{_kde_services}/plasma-containmentactions-paste.desktop
%{_kde_services}/plasma-containmentactions-switchactivity.desktop
%{_kde_services}/plasma-containmentactions-switchdesktop.desktop
%{_kde_services}/plasma-containmentactions-switchwindow.desktop
%{_kde_services}/plasma-dataengine-applicationjobs.desktop
%{_kde_services}/plasma-dataengine-apps.desktop
%{_kde_services}/plasma-dataengine-calendar.desktop
%{_kde_services}/plasma-dataengine-devicenotifications.desktop
%{_kde_services}/plasma-dataengine-dict.desktop
%{_kde_services}/plasma-dataengine-executable.desktop
%{_kde_services}/plasma-dataengine-favicons.desktop
%{_kde_services}/plasma-dataengine-filebrowser.desktop
%{_kde_services}/plasma-dataengine-geolocation.desktop
%{_kde_services}/plasma-dataengine-hotplug.desktop
%{_kde_services}/plasma-dataengine-keystate.desktop
%{_kde_services}/plasma-dataengine-mouse.desktop
%{_kde_services}/plasma-dataengine-mpris2.desktop
%{_kde_services}/plasma-dataengine-notifications.desktop
%{_kde_services}/plasma-dataengine-nowplaying.desktop
%{_kde_services}/plasma-dataengine-places.desktop
%{_kde_services}/plasma-dataengine-powermanagement.desktop
%{_kde_services}/plasma-dataengine-rss.desktop
%{_kde_services}/plasma-dataengine-share-addon-im9.desktop
%{_kde_services}/plasma-dataengine-share-addon-imgur.desktop
%{_kde_services}/plasma-dataengine-share-addon-pastebincom.desktop
%{_kde_services}/plasma-dataengine-share-addon-pasteopensuseorg.desktop
%{_kde_services}/plasma-dataengine-share-addon-pasteubuntucom.desktop
%{_kde_services}/plasma-dataengine-share-addon-privatepastecom.desktop
%{_kde_services}/plasma-dataengine-share-addon-simplestimagehosting.desktop
%{_kde_services}/plasma-dataengine-share-addon-wklej.desktop
%{_kde_services}/plasma-dataengine-share-addon-wstaw.desktop
%{_kde_services}/plasma-dataengine-share.desktop
%{_kde_services}/plasma-dataengine-soliddevice.desktop
%{_kde_services}/plasma-dataengine-systemmonitor.desktop
%{_kde_services}/plasma-dataengine-tasks.desktop
%{_kde_services}/plasma-dataengine-time.desktop
%{_kde_services}/plasma-dataengine-weather.desktop
%{_kde_services}/plasma-engine-activities.desktop
%{_kde_services}/plasma-engine-akonadi.desktop
%{_kde_services}/plasma-engine-metadata.desktop
%{_kde_services}/plasma-engine-searchlaunch.desktop
%{_kde_services}/plasma-geolocation-gps.desktop
%{_kde_services}/plasma-geolocation-ip.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-desktop.defaultPanel.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-desktop.findWidgets.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-desktop.photoActivity.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-netbook.defaultPage.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-netbook.defaultPanel.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-netbook.defaultSal.desktop
%{_kde_services}/plasma-packagestructure-dashboard.desktop
%{_kde_services}/plasma-packagestructure-share.desktop
%{_kde_services}/plasma-packagestructure-web.desktop
%{_kde_services}/plasma-pager-default.desktop
%{_kde_services}/plasma-runner-bookmarks.desktop
%{_kde_services}/plasma-runner-calculator.desktop
%{_kde_services}/plasma-runner-kill.desktop
%{_kde_services}/plasma-runner-kill_config.desktop
%{_kde_services}/plasma-runner-locations.desktop
%{_kde_services}/plasma-runner-nepomuksearch.desktop
%{_kde_services}/plasma-runner-plasma-desktop.desktop
%{_kde_services}/plasma-runner-services.desktop
%{_kde_services}/plasma-runner-sessions.desktop
%{_kde_services}/plasma-runner-shell.desktop
%{_kde_services}/plasma-runner-solid.desktop
%{_kde_services}/plasma-runner-webshortcuts.desktop
%{_kde_services}/plasma-runner-windowedwidgets.desktop
%{_kde_services}/plasma-runner-windows.desktop
%{_kde_services}/plasma-sal-bookmarks.desktop
%{_kde_services}/plasma-sal-contacts.desktop
%{_kde_services}/plasma-sal-development.desktop
%{_kde_services}/plasma-sal-education.desktop
%{_kde_services}/plasma-sal-games.desktop
%{_kde_services}/plasma-sal-graphics.desktop
%{_kde_services}/plasma-sal-internet.desktop
%{_kde_services}/plasma-sal-multimedia.desktop
%{_kde_services}/plasma-sal-office.desktop
%{_kde_services}/plasma-sal-system.desktop
%{_kde_services}/plasma-sal-utility.desktop
%{_kde_services}/plasma-scriptengine-applet-dashboard.desktop
%{_kde_services}/plasma-scriptengine-applet-web.desktop
%{_kde_services}/plasma-tasks-default.desktop
%{_kde_services}/plasma-toolbox-desktoptoolbox.desktop
%{_kde_services}/plasma-toolbox-nettoolbox.desktop
%{_kde_services}/plasma-toolbox-paneltoolbox.desktop
%{_kde_services}/plasma-wallpaper-color.desktop
%{_kde_services}/plasma-wallpaper-image.desktop
%{_kde_services}/plasma_applet_keyboard.desktop
%{_kde_services}/plasma_engine_statusnotifieritem.desktop
%{_kde_services}/plasma-applet-org.kde.showActivityManager.desktop
%{_kde_services}/plasma-dataengine-share-addon-imgsusepasteorg.desktop
%{_kde_services}/plasma-dataengine-share-addon-kde.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-desktop.SaL.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-desktop.desktopIcons.desktop
%{_kde_services}/plasma-runner-activityrunner.desktop
%{_kde_services}/powerdevilkeyboardbrightnesscontrolaction.desktop
%{_kde_services}/recentdocuments.desktop
%{_kde_services}/screensaver.desktop
%{_kde_services}/settings-accessibility.desktop
%{_kde_services}/settings-account-details.desktop
%{_kde_services}/settings-application-and-system-notifications.desktop
%{_kde_services}/settings-application-appearance-and-behavior.desktop
%{_kde_services}/settings-application-appearance.desktop
%{_kde_services}/settings-audio-and-video.desktop
%{_kde_services}/settings-bluetooth.desktop
%{_kde_services}/settings-classic-view.desktop
%{_kde_services}/settings-desktop-appearance.desktop
%{_kde_services}/settings-display.desktop
%{_kde_services}/settings-hardware.desktop
%{_kde_services}/settings-icon-view.desktop
%{_kde_services}/settings-input-devices.desktop
%{_kde_services}/settings-locale.desktop
%{_kde_services}/settings-lost-and-found.desktop
%{_kde_services}/settings-network-and-connectivity.desktop
%{_kde_services}/settings-network-settings.desktop
%{_kde_services}/settings-permissions.desktop
%{_kde_services}/settings-personal-information.desktop
%{_kde_services}/settings-power-management.desktop
%{_kde_services}/settings-removable-devices.desktop
%{_kde_services}/settings-sharing.desktop
%{_kde_services}/settings-shortcuts-and-gestures.desktop
%{_kde_services}/settings-startup-and-shutdown.desktop
%{_kde_services}/settings-system-administration.desktop
%{_kde_services}/settings-window-behaviour.desktop
%{_kde_services}/settings-workspace-appearance-and-behavior.desktop
%{_kde_services}/settings-workspace-behavior.desktop
%{_kde_services}/solid-actions.desktop
%{_kde_services}/standard_actions.desktop
%{_kde_services}/style.desktop
%{_kde_services}/workspaceoptions.desktop
%{_kde_servicetypes}/*.desktop
%{_kde_datadir}/polkit-1/actions/org.kde.fontinst.policy
%{_kde_datadir}/polkit-1/actions/org.kde.kcontrol.kcmclock.policy
%{_kde_datadir}/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy
%{_kde_datadir}/sounds/pop.wav
%{_kde_datadir}/wallpapers/*
%{_datadir}/xsessions/kde-plasma.desktop
%{_datadir}/custom-xsessions/kde4-default.desktop

%post
%{_sbindir}/update-alternatives --install %{_datadir}/xsessions/default.desktop default.desktop %{_datadir}/custom-xsessions/kde4-default.desktop 10

%preun
if [ $1 -eq 0 ]; then
    %{_sbindir}/update-alternatives --remove default.desktop %{_datadir}/custom-xsessions/kde4-default.desktop
fi

#------------------------------------------------

%package -n klipper
Summary:	Clipboard manager for KDE
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Conflicts:	%{name} < 2:4.7.97

%description -n klipper
Klipper is a clipboard manager for the KDE interface. It allows users of
Unix-like operating systems running the KDE desktop environment to access
a history of X Selections, any item of which can be reselected for pasting.

%files -n klipper
%{_kde_bindir}/klipper
%{_kde_applicationsdir}/klipper.desktop
%doc %{_kde_docdir}/HTML/en/klipper

#------------------------------------------------

%package -n kickoff
Summary:	KDE application launcher
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Conflicts:	%{name} < 2:4.8.97-2

%description -n kickoff
KickOff is the KDE application launcher, or "start menu".

%files -n kickoff
%{_kde_libdir}/libkickoff.so
%{_kde_libdir}/kde4/plasma_applet_launcher.so
%{_kde_libdir}/kde4/plasma_applet_simplelauncher.so
%{_kde_services}/plasma-applet-launcher.desktop
%{_kde_services}/plasma-applet-simplelauncher.desktop

#------------------------------------------------

%package -n krandr
Summary:	KDE screen management tools
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Conflicts:	%{name} < 2:4.11.10-4

%description -n krandr
KDE screen management tools.

%files -n krandr
%{_kde_bindir}/krandrstartup
%{_kde_bindir}/krandrtray
%{_kde_libdir}/kde4/kcm_randr.so
%{_kde_libdir}/kde4/kded_randrmonitor.so
%{_kde_applicationsdir}/krandrtray.desktop
%{_kde_services}/kded/randrmonitor.desktop
%{_kde_services}/randr.desktop

#------------------------------------------------

%package -n plasma-scriptengine-ruby
Summary:	Support for ruby plasma applets
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	ruby-kde4
Conflicts:	%{name} < 2:4.5.80

%description -n plasma-scriptengine-ruby
This package allow kde4 to use plasma applets written in ruby.

%files -n plasma-scriptengine-ruby
%{_kde_appsdir}/plasma_scriptengine_ruby
%{_kde_services}/plasma-scriptengine-ruby-applet.desktop
%{_kde_services}/plasma-scriptengine-ruby-dataengine.desktop

#------------------------------------------------

%package -n plasma-scriptengine-python
Summary:	Support for ruby python applets
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	python-kde4
Conflicts:	%{name} < 2:4.5.80

%description -n plasma-scriptengine-python
This package allow kde4 to use plasma applets written in python.

%files -n plasma-scriptengine-python
%{py_platsitedir}/PyKDE4/*
%{_kde_appsdir}/plasma_scriptengine_python
%{_kde_services}/plasma-scriptengine-applet-python.desktop
%{_kde_services}/plasma-scriptengine-dataengine-python.desktop
%{_kde_services}/plasma-scriptengine-runner-python.desktop
%{_kde_services}/plasma-scriptengine-wallpaper-python.desktop

#-------------------------------------------------

%define liboxygenstyle_major 4
%define liboxygenstyle %mklibname oxygenstyle %{liboxygenstyle_major}

%package -n %{liboxygenstyle}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{liboxygenstyle}
KDE 4 core library.

%files -n %{liboxygenstyle}
%{_kde_libdir}/liboxygenstyle.so.%{liboxygenstyle_major}*

#------------------------------------------------

%define libweather_ion_major 6
%define libweather_ion %mklibname weather_ion %{libweather_ion_major}

%package -n %{libweather_ion}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libweather_ion}
KDE 4 core library.

%files -n %{libweather_ion}
%{_kde_libdir}/libweather_ion.so.%{libweather_ion_major}*

#------------------------------------------------

%define libkdecorations_major 4
%define libkdecorations %mklibname kdecorations %{libkdecorations_major}

%package -n %{libkdecorations}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkdecorations}
KDE 4 core library.

%files -n %{libkdecorations}
%{_kde_libdir}/libkdecorations.so.%{libkdecorations_major}*

#------------------------------------------------

%define libkscreensaver_major 5
%define libkscreensaver %mklibname kscreensaver %{libkscreensaver_major}

%package -n %{libkscreensaver}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkscreensaver}
KDE 4 core library.

%files -n %{libkscreensaver}
%{_kde_libdir}/libkscreensaver.so.%{libkscreensaver_major}*

#------------------------------------------------

%define libksgrd_major 4
%define libksgrd %mklibname ksgrd %{libksgrd_major}

%package -n %{libksgrd}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libksgrd}
KDE 4 core library.

%files -n %{libksgrd}
%{_kde_libdir}/libksgrd.so.%{libksgrd_major}*

#------------------------------------------------

%define libkwineffects_major 1
%define libkwineffects %mklibname kwineffects %{libkwineffects_major}

%package -n %{libkwineffects}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkwineffects}
KDE 4 core library.

%files -n %{libkwineffects}
%{_kde_libdir}/libkwineffects.so.%{libkwineffects_major}*

#------------------------------------------------------------------------------

%define libkwinglesutils_major 1
%define libkwinglesutils %mklibname kwinglesutils %{libkwinglesutils_major}

%package -n %{libkwinglesutils}
Summary:	Gles2 runtime library for kwin
Group:		System/Libraries

%description -n %{libkwinglesutils}
Kwin GLES2 runtime library.

%files -n %{libkwinglesutils}
%{_kde_libdir}/libkwinglesutils.so.%{libkwinglesutils_major}*

#------------------------------------------------

%define libkworkspace_major 4
%define libkworkspace %mklibname kworkspace %{libkworkspace_major}

%package -n %{libkworkspace}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkworkspace}
KDE 4 core library.

%files -n %{libkworkspace}
%{_kde_libdir}/libkworkspace.so.%{libkworkspace_major}*

#------------------------------------------------

%define libplasmaclock_major 4
%define libplasmaclock %mklibname plasmaclock %{libplasmaclock_major}

%package -n %{libplasmaclock}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libplasmaclock}
KDE 4 core library.

%files -n %{libplasmaclock}
%{_kde_libdir}/libplasmaclock.so.%{libplasmaclock_major}*

#------------------------------------------------

%define libprocesscore_major 4
%define libprocesscore %mklibname processcore %{libprocesscore_major}

%package -n %{libprocesscore}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libprocesscore}
KDE 4 core library.

%files -n %{libprocesscore}
%{_kde_libdir}/libprocesscore.so.%{libprocesscore_major}*

#------------------------------------------------

%define libprocessui_major 4
%define libprocessui %mklibname processui %{libprocessui_major}

%package -n %{libprocessui}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libprocessui}
KDE 4 core library.

%files -n %{libprocessui}
%{_kde_libdir}/libprocessui.so.%{libprocessui_major}*

#------------------------------------------------

%define libkhotkeysprivate_major 4
%define libkhotkeysprivate %mklibname khotkeysprivate %{libkhotkeysprivate_major}

%package -n %{libkhotkeysprivate}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkhotkeysprivate}
KDE 4 core library.

%files -n %{libkhotkeysprivate}
%{_kde_libdir}/libkhotkeysprivate.so.%{libkhotkeysprivate_major}*

#------------------------------------------------

%define libkfontinst_major 4
%define libkfontinst %mklibname kfontinst %{libkfontinst_major}

%package -n %{libkfontinst}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkfontinst}
KDE 4 core library.

%files -n %{libkfontinst}
%{_kde_libdir}/libkfontinst.so.%{libkfontinst_major}*

#------------------------------------------------

%define libkfontinstui_major 4
%define libkfontinstui %mklibname kfontinstui %{libkfontinstui_major}

%package -n %{libkfontinstui}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkfontinstui}
KDE 4 core library.

%files -n %{libkfontinstui}
%{_kde_libdir}/libkfontinstui.so.%{libkfontinstui_major}*

#------------------------------------------------

%define libtaskmanager_major 4
%define libtaskmanager %mklibname taskmanager %{libtaskmanager_major}

%package -n %{libtaskmanager}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libtaskmanager}
KDE 4 core library.

%files -n %{libtaskmanager}
%{_kde_libdir}/libtaskmanager.so.%{libtaskmanager_major}*

#------------------------------------------------

%define liblsofui_major 4
%define liblsofui %mklibname lsofui %{liblsofui_major}

%package -n %{liblsofui}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{liblsofui}
KDE 4 core library.

%files -n %{liblsofui}
%{_kde_libdir}/liblsofui.so.%{liblsofui_major}*

#------------------------------------------------

%define libpowerdevilcore_major 0
%define libpowerdevilcore %mklibname powerdevilcore %{libpowerdevilcore_major}

%package -n %{libpowerdevilcore}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libpowerdevilcore}
KDE 4 core library.

%files -n %{libpowerdevilcore}
%{_kde_libdir}/libpowerdevilcore.so.%{libpowerdevilcore_major}*

#------------------------------------------------

%define libkephal_major 4
%define libkephal %mklibname kephal %{libkephal_major}

%package -n %{libkephal}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkephal}
KDE 4 core library.

%files -n %{libkephal}
%{_kde_libdir}/libkephal.so.%{libkephal_major}*

#------------------------------------------------

%define libksignalplotter_major 4
%define libksignalplotter %mklibname ksignalplotter %{libksignalplotter_major}

%package -n %{libksignalplotter}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libksignalplotter}
KDE 4 core library.

%files -n %{libksignalplotter}
%{_kde_libdir}/libksignalplotter.so.%{libksignalplotter_major}*

#------------------------------------------------

%define libsystemsettingsview_major 2
%define libsystemsettingsview %mklibname systemsettingsview %{libsystemsettingsview_major}

%package -n %{libsystemsettingsview}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libsystemsettingsview}
KDE 4 core library.

%files -n %{libsystemsettingsview}
%{_kde_libdir}/libsystemsettingsview.so.%{libsystemsettingsview_major}*

#------------------------------------------------

%define libplasma_geolocation_interface_major 4
%define libplasma_geolocation_interface %mklibname plasma-geolocation-interface %{libplasma_geolocation_interface_major}

%package -n %{libplasma_geolocation_interface}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libplasma_geolocation_interface}
KDE 4 core library.

%files -n %{libplasma_geolocation_interface}
%{_kde_libdir}/libplasma-geolocation-interface.so.%{libplasma_geolocation_interface_major}*

#------------------------------------------------

%define libplasma_applet_system_monitor_major 4
%define libplasma_applet_system_monitor %mklibname plasma_applet_system_monitor %{libplasma_applet_system_monitor_major}

%package -n %{libplasma_applet_system_monitor}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libplasma_applet_system_monitor}
KDE 4 core library.

%files -n %{libplasma_applet_system_monitor}
%{_kde_libdir}/libplasma_applet-system-monitor.so.%{libplasma_applet_system_monitor_major}*

#-----------------------------------------------------------------------------

%define libplasmagenericshell_major 4
%define libplasmagenericshell %mklibname plasmagenericshell %{libplasmagenericshell_major}

%package -n %{libplasmagenericshell}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libplasmagenericshell}
KDE 4 core library.

%files -n %{libplasmagenericshell}
%{_kde_libdir}/libplasmagenericshell.so.%{libplasmagenericshell_major}*

#-----------------------------------------------------------------------------

%define libkwinglutils_major 1
%define libkwinglutils %mklibname kwinglutils %{libkwinglutils_major}

%package -n %{libkwinglutils}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkwinglutils}
KDE 4 core library.

%files -n %{libkwinglutils}
%{_kde_libdir}/libkwinglutils.so.%{libkwinglutils_major}*

#-----------------------------------------------------------------------------

%define liboxygenstyleconfig_major 4
%define liboxygenstyleconfig %mklibname oxygenstyleconfig %{liboxygenstyleconfig_major}

%package -n %{liboxygenstyleconfig}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{liboxygenstyleconfig}
KDE 4 core library.

%files -n %{liboxygenstyleconfig}
%{_kde_libdir}/liboxygenstyleconfig.so.%{liboxygenstyleconfig_major}*

#-----------------------------------------------------------------------------

%define powerdevilconfigcommonprivate_major 4
%define libpowerdevilconfigcommonprivate %mklibname powerdevilconfigcommonprivate %{powerdevilconfigcommonprivate_major}

%package -n %{libpowerdevilconfigcommonprivate}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libpowerdevilconfigcommonprivate}
KDE 4 core library.

%files -n %{libpowerdevilconfigcommonprivate}
%{_kde_libdir}/libpowerdevilconfigcommonprivate.so.%{powerdevilconfigcommonprivate_major}*

#-----------------------------------------------------------------------------

%define libpowerdevilui_major 4
%define libpowerdevilui %mklibname powerdevilui %{libpowerdevilui_major}

%package -n %{libpowerdevilui}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libpowerdevilui}
KDE 4 core library.

%files -n %{libpowerdevilui}
%{_kde_libdir}/libpowerdevilui.so.%{libpowerdevilui_major}*

#-----------------------------------------------------------------------------

%package -n plasma-applet-calendar
Summary:	Plasma applet calendar
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description -n plasma-applet-calendar
Plasma Calendar applet.

%files -n plasma-applet-calendar
%{_kde_libdir}/kde4/plasma_applet_calendar.so
%{_kde_services}/plasma-applet-calendar.desktop

#-----------------------------------------------------------------------------

%package -n plasma-krunner-powerdevil
Summary:	KDE power management applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	upower
Provides:	plasma-krunner
Provides:	powerdevil = %{EVRD}

%description -n plasma-krunner-powerdevil
KDE power management applet.

%files -n plasma-krunner-powerdevil
%{_kde_libdir}/kde4/kded_powerdevil.so
%{_kde_libdir}/kde4/krunner_powerdevil.so
%{_kde_libdir}/kde4/powerdevilbrightnesscontrolaction_config.so
%{_kde_libdir}/kde4/powerdevildimdisplayaction_config.so
%{_kde_libdir}/kde4/powerdevildpmsaction.so
%{_kde_libdir}/kde4/powerdevildpmsaction_config.so
%{_kde_libdir}/kde4/powerdevilrunscriptaction_config.so
%{_kde_libdir}/kde4/powerdevilsuspendsessionaction_config.so
%{_kde_libdir}/kde4/kcm_powerdevilglobalconfig.so
%{_kde_libdir}/kde4/kcm_powerdevilprofilesconfig.so
%{_kde_libdir}/kde4/kcm_powerdevilactivitiesconfig.so
%{_kde_libdir}/kde4/powerdevilhandlebuttoneventsaction_config.so
%{_kde_appsdir}/powerdevil
%{_kde_services}/kded/powerdevil.desktop
%{_kde_services}/powerdevilglobalconfig.desktop
%{_kde_services}/powerdevilhandlebuttoneventsaction.desktop
%{_kde_services}/powerdevilprofilesconfig.desktop
%{_kde_services}/plasma-runner-powerdevil.desktop
%{_kde_services}/powerdevilbrightnesscontrolaction.desktop
%{_kde_services}/powerdevildimdisplayaction.desktop
%{_kde_services}/powerdevildpmsaction.desktop
%{_kde_services}/powerdevilrunscriptaction.desktop
%{_kde_services}/powerdevilsuspendsessionaction.desktop
%{_kde_services}/powerdevilactivitiesconfig.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-places
Summary:	Plasma applet places
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-places
Plasma runner places.

%files -n plasma-runner-places
%{_kde_libdir}/kde4/krunner_placesrunner.so
%{_kde_services}/plasma-runner-places.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-quicklaunch
Summary:	Launch your favourite Applications
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet
Obsoletes:	plasma-applet-quicklauncher

%description -n plasma-applet-quicklaunch
Reimplements the quicklaunch applet present in kde3.5.

Features:
- Add icons by specify a .desktop file
- Add icons by dragging .desktop files from other locations
- Rearrange icons by dragging them in place
- Configurable number of rows
- Configurable number of visible icons.

%files -n plasma-applet-quicklaunch
%{_kde_libdir}/kde4/plasma_applet_quicklaunch.so
%{_kde_services}/plasma-applet-quicklaunch.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-battery
Summary:	Simple plasma battery applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	plasma-krunner-powerdevil
Provides:	plasma-applet

%description -n plasma-applet-battery
Simple plasma battery applet.

%files -n plasma-applet-battery
%{_kde_datadir}/kde4/services/plasma-applet-batterymonitor.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-webbrowser
Summary:	A simple webbrowser applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description -n plasma-applet-webbrowser
A simple webbrowser applet.

%files -n plasma-applet-webbrowser
%{_kde_libdir}/kde4/plasma_applet_webbrowser.so
%{_kde_services}/plasma-applet-webbrowser.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-system-monitor-temperature
Summary:	A system temperature monitor
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	hddtemp
Requires:	lm_sensors
Provides:	plasma-applet

%description -n plasma-applet-system-monitor-temperature
A system temperature monitor.

%files -n plasma-applet-system-monitor-temperature
%{_kde_libdir}/kde4/plasma_applet_sm_temperature.so
%{_kde_services}/plasma-applet-sm_temperature.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-system-monitor-net
Summary:	A network usage monitor
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description -n plasma-applet-system-monitor-net
A network usage monitor.

%files -n plasma-applet-system-monitor-net
%{_kde_libdir}/kde4/plasma_applet_sm_net.so
%{_kde_services}/plasma-applet-sm_net.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-system-monitor-hwinfo
Summary:	Plasma applet that Show hardware informations
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	lm_sensors
Provides:	plasma-applet

%description -n plasma-applet-system-monitor-hwinfo
Plasma applet that Show hardware informations.

%files -n plasma-applet-system-monitor-hwinfo
%{_kde_libdir}/kde4/plasma_applet_sm_hwinfo.so
%{_kde_services}/plasma-applet-sm_hwinfo.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-system-monitor-hdd
Summary:	A hard disk usage monitor
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	lm_sensors
Provides:	plasma-applet

%description -n plasma-applet-system-monitor-hdd
A hard disk usage monitor.

%files -n plasma-applet-system-monitor-hdd
%{_kde_libdir}/kde4/plasma_applet_sm_hdd.so
%{_kde_datadir}/kde4/services/plasma-applet-sm_hdd.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-system-monitor-cpu
Summary:	A CPU usage monitor
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	lm_sensors
Provides:	plasma-applet

%description -n plasma-applet-system-monitor-cpu
A CPU usage monitor.

%files -n plasma-applet-system-monitor-cpu
%{_kde_libdir}/kde4/plasma_applet_sm_cpu.so
%{_kde_services}/plasma-applet-sm_cpu.desktop

#-----------------------------------------------------------------------------

%package -n kdm
Summary:	KDE Desktop Login Manager
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	kde4-config-file
Provides:	dm
# Broken for now
#Requires:	kdmfprintplugin

%description -n kdm
KDE Desktop Login Manager.

%post -n kdm
chksession -K
# todo - use native %systemd_post
if [ ! -e /etc/systemd/system/display-manager.service ] ; then
  /bin/systemctl enable kdm.service 2>&1 || :
fi

%preun -n kdm
%systemd_preun kdm.service

%postun -n kdm
chksession -K
%systemd_postun kdm.service

%files -n kdm
%config(noreplace) %{_sysconfdir}/pam.d/kde
%config(noreplace) %{_sysconfdir}/pam.d/kde-np
%config(noreplace) %{_sysconfdir}/logrotate.d/kdm
%{_kde_bindir}/kdm
%{_kde_bindir}/kdmctl
%{_kde_bindir}/genkdmconf
%{_kde_libdir}/kde4/libexec/kdm_config
%{_kde_libdir}/kde4/libexec/kdm_greet
%{_kde_libdir}/kde4/libexec/kfontprint
%{_kde_libdir}/kde4/libexec/krootimage
%attr(4755,root,root) %{_kde_libdir}/kde4/libexec/kcheckpass
%{_kde_libdir}/kde4/kcm_kdm.so
%{_kde_appsdir}/doc/kdm
%dir %{_kde_appsdir}/kdm
%{_kde_appsdir}/kdm/*
%{_kde_datadir}/config/kdm.knsrc
%{_kde_datadir}/config/kdm
%{_kde_services}/kdm.desktop
%{_kde_docdir}/*/*/kdm
%{_kde_libdir}/kde4/kgreet_*
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmkdm.conf
%{_kde_datadir}/polkit-1/actions/org.kde.kcontrol.kcmkdm.policy
%{_kde_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmkdm.service
%{_kde_libdir}/kde4/libexec/kcmkdmhelper
%{_sysconfdir}/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf
%{_kde_libdir}/kde4/libexec/backlighthelper
%{_kde_datadir}/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service
%{_kde_datadir}/polkit-1/actions/org.kde.powerdevil.backlighthelper.policy
%{_unitdir}/kdm.service
%attr(0775,root,root) %dir %{_localstatedir}/spool/gdm
%attr(0770, root, root) %dir %{_localstatedir}/lib/kdm

#-----------------------------------------------------------------------------

%package -n kinfocenter
Summary:	Kinfocenter
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Provides:	kinfocenter4
Requires:	ldetect-lst

%description -n kinfocenter
Kinfocenter is a utility in KDE that provides information
about a computer system.

%files -n kinfocenter
%{_kde_bindir}/kinfocenter
%dir %{_kde_appsdir}/kinfocenter
%{_kde_appsdir}/kinfocenter/*
%{_kde_appsdir}/kcmview1394
%{_kde_libdir}/kde4/kcm_info.so
%{_kde_libdir}/kde4/kcm_opengl.so
%{_kde_libdir}/kde4/kcm_nic.so
%{_kde_libdir}/kde4/kcm_usb.so
%{_kde_libdir}/kde4/kcm_view1394.so
%{_kde_libdir}/kde4/kcm_memory.so
%{_kde_libdir}/kde4/kcm_pci.so
%{_kde_libdir}/kde4/kcm_samba.so
%{_kde_libdir}/kde4/kcm_infosummary.so
%{_kde_libdir}/kde4/devinfo.so
%{_kde_applicationsdir}/kinfocenter.desktop
%{_kde_docdir}/*/*/kinfocenter
%{_kde_services}/dma.desktop
%{_kde_services}/interrupts.desktop
%{_kde_services}/ioports.desktop
%{_kde_services}/kcmusb.desktop
%{_kde_services}/kcmview1394.desktop
%{_kde_services}/nic.desktop
%{_kde_services}/opengl.desktop
%{_kde_services}/scsi.desktop
%{_kde_services}/xserver.desktop
%{_kde_services}/kcm_memory.desktop
%{_kde_services}/kcm_pci.desktop
%{_kde_services}/smbstatus.desktop
%{_kde_services}/devinfo.desktop
%{_kde_services}/kcm_infosummary.desktop

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for kdebase 4
Group:		Development/KDE and Qt
Requires:	kde4-macros
Requires:	kdelibs4-devel
Requires:	%{libkdecorations} = %{EVRD}
Requires:	%{libkscreensaver} = %{EVRD}
Requires:	%{libksgrd} = %{EVRD}
Requires:	%{libkwineffects} = %{EVRD}
Requires:	%{libkwinglesutils} = %{EVRD}
Requires:	%{libkworkspace} = %{EVRD}
Requires:	%{libplasmaclock} = %{EVRD}
Requires:	%{libprocesscore} = %{EVRD}
Requires:	%{libprocessui} = %{EVRD}
Requires:	%{libtaskmanager} = %{EVRD}
Requires:	%{liblsofui} = %{EVRD}
Requires:	%{libkfontinstui} = %{EVRD}
Requires:	%{libkfontinst} = %{EVRD}
Requires:	%{libkhotkeysprivate} = %{EVRD}
Requires:	%{libweather_ion} = %{EVRD}
Requires:	%{libkephal} = %{EVRD}
Requires:	%{libplasma_applet_system_monitor} = %{EVRD}
Requires:	%{libplasma_geolocation_interface} = %{EVRD}
Requires:	%{libplasmagenericshell} = %{EVRD}
Requires:	%{libsystemsettingsview} = %{EVRD}
Requires:	%{libksignalplotter} = %{EVRD}
Requires:	%{libkwinglutils} = %{EVRD}
Requires:	%{liboxygenstyleconfig} = %{EVRD}
Requires:	%{liboxygenstyle} = %{EVRD}
Requires:	%{libpowerdevilcore} = %{EVRD}
Requires:	%{libpowerdevilconfigcommonprivate} = %{EVRD}
Requires:	%{libpowerdevilui} = %{EVRD}

%description devel
This package contains header files needed if you wish to build applications
based on kdebase.

%files devel
%{_kde_libdir}/libpowerdevilui.so
%{_kde_libdir}/libkdecorations.so
%{_kde_libdir}/libkfontinst.so
%{_kde_libdir}/libkfontinstui.so
%{_kde_libdir}/libkscreensaver.so
%{_kde_libdir}/libksgrd.so
%{_kde_libdir}/libkephal.so
%{_kde_libdir}/libkwineffects.so
%{_kde_libdir}/libkworkspace.so
%{_kde_libdir}/libplasma_applet-system-monitor.so
%{_kde_libdir}/libplasmaclock.so
%{_kde_libdir}/libpowerdevilcore.so
%{_kde_libdir}/libprocesscore.so
%{_kde_libdir}/libprocessui.so
%{_kde_libdir}/libtaskmanager.so
%{_kde_libdir}/libweather_ion.so
%{_kde_libdir}/liblsofui.so
%{_kde_libdir}/libplasma-geolocation-interface.so
%{_kde_libdir}/libplasmagenericshell.so
%{_kde_libdir}/libsystemsettingsview.so
%{_kde_libdir}/libksignalplotter.so
%{_kde_libdir}/libkwinglutils.so
%{_kde_libdir}/libkwinglesutils.so
%{_kde_libdir}/liboxygenstyleconfig.so
%{_kde_libdir}/liboxygenstyle.so
%{_kde_libdir}/libpowerdevilconfigcommonprivate.so
%{_kde_includedir}/*
%{_kde_libdir}/kde4/plugins/designer/*
%{_kde_datadir}/apps/cmake/*/*
%{_kde_datadir}/dbus-1/interfaces/*
%{_kde_libdir}/cmake/KDE4Workspace

#-----------------------------------------------------------------------------

%prep
%setup -q -n kde-workspace-%{version}

rm -fr kdm/kfrontend libs/kdm
tar xf %{SOURCE6}

%patch0 -p1

%if %{with_drakclock}
%patch1 -p1
%patch2 -p1
%endif

%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch18 -p1
%patch19 -p1
%patch20 -p1
%patch21 -p1
%patch26 -p1
%patch27 -p1
%patch50 -p1
%patch100 -p1
%patch101 -p1

%if %{disttag} == "omv"
# OpenMandriva Plymouth and KDM patches
%patch104 -p1
%patch105 -p1
%else
# ROSA Plymouth and KDM patches
%patch106 -p1
%endif

%patch107 -p1

%build
%cmake_kde4 \
	-DBUILD_KCM_RANDR:BOOL=ON \
	-DKDE4_XDMCP:BOOL=ON \
	-DKWIN_BUILD_WITH_OPENGLES=ON
%make

%install
%makeinstall_std -C build

%if %{with_drakclock}
install -m 0644 %{SOURCE8} %{buildroot}%{_kde_services}/kcm_drakclock.desktop
%endif

# Remove it because all it does is adding Activities widget to existing panel
rm -f %{buildroot}%{_kde_appsdir}/plasma-desktop/updates/addShowActivitiesManagerPlasmoid.js

install -d -m 0755 %{buildroot}%{_datadir}/xsessions/
install -m 0644 %{buildroot}%{_kde_appsdir}/kdm/sessions/kde-plasma.desktop %{buildroot}%{_datadir}/xsessions/kde-plasma.desktop
install -d -m 0755 %{buildroot}%{_datadir}/custom-xsessions/
install -m 0644 %{SOURCE13} %{buildroot}%{_datadir}/custom-xsessions/kde4-default.desktop

rm -fr %{buildroot}%{_kde_appsdir}/kdm/sessions
rm -fr %{buildroot}%{_kde_configdir}/kdm/X*
rm -fr %{buildroot}%{_kde_configdir}/kdm/backgroundrc
rm -fr %{buildroot}%{_kde_configdir}/kdm/kdmrc

# Env entry for start kde4
install -d -m 0755 %{buildroot}/etc/profile.d

cat <<EOF > %{buildroot}/etc/profile.d/70kde4.sh
#!/bin/bash

function kde4 {
xinit /etc/X11/Xsession KDE4
}
EOF

# Install kde pam configuration file
install -d -m 0755 %{buildroot}%{_sysconfdir}/pam.d/
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/kde
install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/kde-np

%if %{disttag} == "omv"
# OpenMandriva startkde
install -m 0755 %{SOURCE9} %{buildroot}%{_kde_bindir}/startkde
%else
# Rosa startkde
install -m 0755 %{SOURCE9} %{buildroot}%{_kde_bindir}/startkde
%endif

# We need to expand libdir into startkde
sed -e 's,LIBDIR,%{_libdir},g' -i %{buildroot}%{_kde_bindir}/startkde
sed -e 's,KDE4_LIBEXEC_INSTALL_DIR,%{_libdir}/kde4/libexec,g' -i %{buildroot}%{_kde_bindir}/startkde

# systemd implimentation
install -d -m 0775 %{buildroot}%{_unitdir}
# It's different in OMV and ROSA
%if %{disttag} == "omv"
install -m 0644 %{SOURCE11} %{buildroot}%{_unitdir}/kdm.service
%else
install -m 0644 %{SOURCE12} %{buildroot}%{_unitdir}/kdm.service
%endif

# logrotate
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
cat << EOF > %{buildroot}%{_sysconfdir}/logrotate.d/kdm
/var/log/kdm.log {
weekly
notifempty
missingok
nocompress
}
EOF

# We use our desktop files. Write over is a better decision than a patch that breaks most of the times
cp -f %{SOURCE4} %{buildroot}%{_kde_applicationsdir}/

# own as part of plymouth/kdm integration hacks (rhbz #551310)
mkdir -p -m775 %{buildroot}%{_localstatedir}/spool/gdm
mkdir -p -m770 %{buildroot}%{_localstatedir}/lib/kdm

sed -i 's!preferences-other!preferences-app-run!g' \
  %{buildroot}%{_kde_services}/settings-startup-and-shutdown.desktop

%check
for f in %{buildroot}%{_kde_applicationsdir}/*.desktop ; do
  desktop-file-validate $f
done


%changelog
* Mon Sep 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.11-13
+ Revision: d72c999
- Don't require kdmfprintplugin because it's broken

* Wed Sep 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.11-10
+ Revision: 38a2f7b
- Add kwin-intel-kde336589 patch to fix fullscreen issue with Intel video

* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.11-7
+ Revision: c063f8f
- Add default session file via alternatives

* Thu Aug 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.11-4
+ Revision: 0553fe1
- Use kde-plasma.desktop from /usr/share/xsessions as session file

* Thu Aug 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.11-4
+ Revision: 0b619e9
- Add desktop-session patch to adjust session name in kde-plasma.desktop

* Thu Aug 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.11-4
+ Revision: f74e68a
- Add xsessions patch to load files from /usr/share/xsessions by default

* Wed Jul 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.11-3
+ Revision: d488a95
- Sync spec and patches with Cooker (nothing important for us there to mention)

* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.11-1
+ Revision: e354005
- New version 4.11.11

* Tue Jul 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.10-4
+ Revision: 79b6433
- Switch to kscreen by default (move krandr to separate package, adjust startkde scripts to work without krandr, require kscvreen)

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:4.11.10-2
+ Revision: fa3288a
- MassBuild#440: Increase release tag

* Mon Jun 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.10-1
+ Revision: 32d4a99
- New version 4.11.10, drop no longer needed patches (sync with Cooker)

* Wed Jun 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.8-3
+ Revision: 6edcab6
- Bump release

* Sun May 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.8-2
+ Revision: 4d5293b
- Use kdm service not only in 2012.1

* Wed Apr 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.8-2
+ Revision: f830499
- New version 4.11.8, add fix-screenlocker-ulock patch from OpenSUSE to fix issues with unlock

* Thu Mar 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.7-3
+ Revision: 8552888
- LOG Use different kdm.service for ROSA and OpenMandriva

* Thu Mar 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.7-1
+ Revision: af05319
- LOG New version 4.11.7 (sync spec and patches with Cooker)

* Tue Feb 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.4-7
+ Revision: aff9dd8
- LOG Add dbus-wallpaper patch to make it possible to set wallpaper via dbus

* Wed Dec 18 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.4-6
+ Revision: 9bd59bf
- LOG New version 4.11.4

* Tue Nov 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.3-4
+ Revision: 4b9be9f
- Bump release

* Tue Nov 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.3-3
+ Revision: 0445945
- Add some missing fixes (startkde & kcm_drakclock)

* Mon Nov 25 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.3-3
+ Revision: 354e9d1
- LOG Disable screenlocker-no-fake-focus patch as it seems to be no longer needed

* Thu Nov 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.3-2
+ Revision: 51b91c2
- LOG New version 4.11.3

* Fri Oct 25 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.2-2
+ Revision: 1001a0a
- LOG New version 4.11.2

* Tue Jul 09 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.10.5-1
+ Revision: a0ad4a5
- LOG New version 4.10.5

* Thu Jun 20 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.10.4-3
+ Revision: d9ece75
- LOG Add patch to use current user's wallpaper for screenlocker if it's a scaled image

* Thu Jun 13 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.10.4-1
+ Revision: 2f4b97d
- LOG New version 4.10.4

* Tue Jun 04 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.10.3-12
+ Revision: d6db367
- LOG Add patch to fix screenlocker greeter focus when screensaver is used

* Thu May 30 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.10.3-11
+ Revision: aaeb233
- LOG Update custom startkde script (fix locker part, drop some ancient junk etc)

* Mon May 27 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.10.3-10
+ Revision: f05d75d
- LOG Add patch to prefer system locale for KDM when reading it from config fails

* Fri May 24 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.10.3-9
+ Revision: 71e4cdf
- LOG Add patch to fix bug with KCM KDM resetting fonts, style and color (#254430)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16928 |14mr|kde-base-artwork-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE 4 application workspace components
Name:		kde-base-artwork
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildArch:	noarch
Conflicts:	kdebase4-workspace < 2:4.9.1

%description
This package provides the Air and Ariya Splash Screen.

%files
%doc COPYING
%{_kde_appsdir}/ksplash/Themes/Air

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Rename Default ksplashx folder to Air & edit the Theme.rc to match the folder name so we can have a description
sed -i 's/KSplash\ Theme\:\ Default/KSplash\ Theme\:\ Air/' %{buildroot}%{_kde_appsdir}/ksplash/Themes/Default/Theme.rc
sed -i 's/Default\ Splash\ Screen/Air\ and\ Ariya\ Splash\ Screen/' %{buildroot}%{_kde_appsdir}/ksplash/Themes/Default/Theme.rc
mv %{buildroot}%{_kde_appsdir}/ksplash/Themes/Default/ %{buildroot}%{_kde_appsdir}/ksplash/Themes/Air


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: f904f6f
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16929 |14mr|kde-dev-scripts-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Various scripts for KDE development
Name:		kde-dev-scripts
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Requires:	colorsvn
Conflicts:	kdesdk4-core < 1:4.11.0
Conflicts:	kdesdk4-scripts < 1:4.11.0
Obsoletes:	kdesdk4-scripts < 1:4.11.0
BuildArch:	noarch

%description
This package contains various scripts for KDE development.

%files
%{_kde_bindir}/adddebug
%{_kde_bindir}/build-progress.sh
%{_kde_bindir}/cheatmake
%{_kde_bindir}/create_cvsignore
%{_kde_bindir}/create_makefile
%{_kde_bindir}/create_makefiles
%{_kde_bindir}/create_svnignore
%{_kde_bindir}/cvs-clean
%{_kde_bindir}/cvsaddcurrentdir
%{_kde_bindir}/cvsbackport
%{_kde_bindir}/cvsblame
%{_kde_bindir}/cvscheck
%{_kde_bindir}/cvsforwardport
%{_kde_bindir}/cvslastchange
%{_kde_bindir}/cvslastlog
%{_kde_bindir}/cvsrevertlast
%{_kde_bindir}/cvsversion
%{_kde_bindir}/cxxmetric
%{_kde_bindir}/draw_lib_dependencies
%{_kde_bindir}/extend_dmalloc
%{_kde_bindir}/extractattr
%{_kde_bindir}/extractrc
%{_kde_bindir}/findmissingcrystal
%{_kde_bindir}/fix-include.sh
%{_kde_bindir}/fixkdeincludes
%{_kde_bindir}/fixuifiles
%{_kde_bindir}/includemocs
%{_kde_bindir}/kde_generate_export_header
%{_kde_bindir}/kdedoc
%{_kde_bindir}/kdekillall
%{_kde_bindir}/kdelnk2desktop.py
%{_kde_bindir}/kdemangen.pl
%{_kde_bindir}/krazy-licensecheck
%{_kde_bindir}/makeobj
%{_kde_bindir}/noncvslist
%{_kde_bindir}/nonsvnlist
%{_kde_bindir}/package_crystalsvg
%{_kde_bindir}/png2mng.pl
%{_kde_bindir}/pruneemptydirs
%{_kde_bindir}/qtdoc
%{_kde_bindir}/reviewboard-am
%{_kde_bindir}/svn-clean
%{_kde_bindir}/svnbackport
%{_kde_bindir}/svnchangesince
%{_kde_bindir}/svngettags
%{_kde_bindir}/svnintegrate
%{_kde_bindir}/svnforwardport
%{_kde_bindir}/svnlastchange
%{_kde_bindir}/svnlastlog
%{_kde_bindir}/svnrevertlast
%{_kde_bindir}/svnversions
%{_kde_bindir}/zonetab2pot.py
%{_kde_bindir}/optimizegraphics
%{_kde_bindir}/wcgrep
%{_kde_bindir}/kde-systemsettings-tree.py
%{_kde_mandir}/man1/adddebug.1.*
%{_kde_mandir}/man1/cheatmake.1.*
%{_kde_mandir}/man1/create_cvsignore.1.*
%{_kde_mandir}/man1/create_makefile.1.*
%{_kde_mandir}/man1/create_makefiles.1.*
%{_kde_mandir}/man1/cvscheck.1.*
%{_kde_mandir}/man1/cvslastchange.1.*
%{_kde_mandir}/man1/cvslastlog.1.*
%{_kde_mandir}/man1/cvsrevertlast.1.*
%{_kde_mandir}/man1/cxxmetric.1.*
%{_kde_mandir}/man1/extend_dmalloc.1.*
%{_kde_mandir}/man1/extractrc.1.*
%{_kde_mandir}/man1/fixincludes.1.*
%{_kde_mandir}/man1/pruneemptydirs.1.*
%{_kde_mandir}/man1/qtdoc.1.*
%{_kde_mandir}/man1/reportview.1.*
%{_kde_mandir}/man1/transxx.1.*
%{_kde_mandir}/man1/zonetab2pot.py.1.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# (nl) Prefer the file from colorsvn as it is more up to date
# and this fix a conflict between kde-dev-scripts and colorsvn
rm -f %{buildroot}%{_kde_bindir}/colorsvn


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: b57b005
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16930 |14mr|kde-dev-utils-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities for KDE application development
Name:		kde-dev-utils
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Source10:	kde-dev-utils.rpmlintrc
BuildRequires:	binutils-devel
BuildRequires:	libtool-devel
BuildRequires:	kdelibs4-devel
Suggests:	kmtrace = %{EVRD}
Suggests:	kpartloader = %{EVRD}
Suggests:	kprofilemethod = %{EVRD}
Suggests:	kstartperf = %{EVRD}
Suggests:	kuiviewer = %{EVRD}

%description
Utilities for KDE application development:
 - kmtrace: memory allocation debugging tool for KDE
 - kpartloader: test application for KParts
 - kprofilemethod: helper macros for profiling using QTime
 - kstartperf: startup time measurement tool for KDE applications
 - kuiviewer: UI files viewer for KDE

%files

#----------------------------------------------------------------------------

%package -n kpartloader
Summary:	Test application for KParts
Group:		Graphical desktop/KDE
Conflicts:	kdesdk4-core < 1:4.11.0

%description -n kpartloader
Test application for KParts.

%files -n kpartloader
%{_kde_bindir}/kpartloader
%{_kde_appsdir}/kpartloader

#----------------------------------------------------------------------------

%package -n kprofilemethod
Summary:	Helper macros for profiling using QTime
Group:		Development/KDE and Qt
Conflicts:	kdesdk4-devel < 1:4.11.0

%description -n kprofilemethod
Helper macros for profiling using QTime.

%files -n kprofilemethod
%doc kprofilemethod/README
%{_kde_includedir}/kprofilemethod.h

#----------------------------------------------------------------------------

%package -n kstartperf
Summary:	Startup time measurement tool for KDE applications
Group:		Graphical desktop/KDE
Conflicts:	kdesdk4-core < 1:4.11.0
Conflicts:	kdesdk4-scripts < 1:4.11.0

%description -n kstartperf
Startup time measurement tool for KDE applications.

%files -n kstartperf
%{_kde_bindir}/kstartperf
%{_kde_libdir}/kde4/kstartperf.so

#----------------------------------------------------------------------------

%package -n kuiviewer
Summary:	UI files viewer for KDE
Group:		Graphical desktop/KDE

%description -n kuiviewer
Displays Qt Designer UI files.

%files -n kuiviewer
%{_kde_bindir}/kuiviewer
%{_kde_libdir}/kde4/quithumbnail.so
%{_kde_libdir}/kde4/kuiviewerpart.so
%{_kde_applicationsdir}/kuiviewer.desktop
%{_kde_appsdir}/kuiviewer
%{_kde_appsdir}/kuiviewerpart
%{_kde_iconsdir}/hicolor/*/apps/kuiviewer.png
%{_kde_services}/kuiviewer_part.desktop
%{_kde_services}/designerthumbnail.desktop

#----------------------------------------------------------------------------

%package -n kmtrace
Summary:	Memory allocation debugging tool for KDE
Group:		Graphical desktop/KDE
Conflicts:	kdesdk4-scripts < 1:4.11.0

%description -n kmtrace
Memory allocation debugging tool for KDE.

%files -n kmtrace
%{_kde_bindir}/kmtrace
%{_kde_bindir}/demangle
%{_kde_bindir}/kminspector
%{_kde_bindir}/kmmatch
%{_kde_appsdir}/kmtrace
%{_kde_mandir}/man1/demangle.1.*

#----------------------------------------------------------------------------

%define ktrace_major 4
%define libktrace %mklibname ktrace %{ktrace_major}

%package -n %{libktrace}
Summary:	Shared library for kmtrace
Group:		System/Libraries

%description -n %{libktrace}
Shared library for kmtrace.

%files -n %{libktrace}
%{_kde_libdir}/libktrace.so.%{ktrace_major}*

#----------------------------------------------------------------------------

%define devktrace %mklibname ktrace -d

%package -n %{devktrace}
Summary:	Development files for kmtrace
Group:		Development/KDE and Qt
Requires:	%{libktrace} = %{EVRD}
Provides:	kmtrace-devel = %{EVRD}
Conflicts:	kdesdk4-devel < 1:4.11.0

%description -n %{devktrace}
This package includes the header files you will need to compile applications
based on kmtrace libraries.

%files -n %{devktrace}
%{_kde_includedir}/ktrace.h
%{_kde_libdir}/libktrace.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 84ca036
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16931 |14mr|kdegames4-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE - Games
Name:		kdegames4
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://games.kde.org/
Suggests:	bomber
Suggests:	bovo
Suggests:	granatier
Suggests:	kajongg
Suggests:	kapman
Suggests:	katomic
Suggests:	kblackbox
Suggests:	kblocks
Suggests:	kbounce
Suggests:	kbreakout
Suggests:	kdiamond
Suggests:	kfourinline
Suggests:	kgoldrunner
Suggests:	kigo
Suggests:	killbots
Suggests:	kiriki
Suggests:	kjumpingcube
Suggests:	klickety
Suggests:	klines
Suggests:	kmahjongg
Suggests:	kmines
Suggests:	knavalbattle
Suggests:	knetwalk
Suggests:	kolf
Suggests:	kollision
Suggests:	konquest
Suggests:	kpat
Suggests:	kreversi
Suggests:	kshisen
Suggests:	ksirk
Suggests:	ksnakeduel
Suggests:	kspaceduel
Suggests:	ksquares
Suggests:	ksudoku
Suggests:	ktuberling
Suggests:	kubrick
Suggests:	lskat
Suggests:	palapeli
Suggests:	picmi
BuildArch:	noarch

%description
Games for the K Desktop Environment.
This is a compilation of various games for KDE project:
- bomber: Arcade bombing game
- bovo: Classic pen and paper game
- granatier: KDE Bomberman game
- kajongg: Majongg game for KDE
- kapman: A Pac-Man clone
- katomic: Build complex atoms with a minimal amount of moves
- kblackbox: Find atoms in a grid by shooting electrons
- kblocks: Single player falling blocks puzzle game
- kbounce: Claim areas and don't get disturbed
- kbreakout: Breakout like game
- kdiamond: Three-in-a-row game
- kfourinline: Place 4 pieces in a row
- kgoldrunner: A game of action and puzzle solving
- kigo: Go board game for KDE
- killbots: KDE port of the classic BSD console game robots
- kiriki: Close of Yahtzee
- kjumpingcube: A tactical game for number-crunchers
- klickety: An adaptation of the Clickomania game
- klines: Place 5 equal pieces together, but wait, there are 3 new ones
- kmahjongg: A tile laying patience
- kmines: The classic mine sweeper
- knavalbattle: Battleship game with built-in game server
- knetwalk: Turn the board pieces to get all computers connected
- kolf: A golf game
- kollision: A simple ball dodging game
- konquest: Conquer the planets of your enemy
- kpat: Several patience card games
- kreversi: Old reversi board game, also known as othello
- kshisen: Patience game where you take away all pieces
- ksirk: Computerized version of a well known strategy board game
- ksnakeduel: Snake race played against the computer
- kspaceduel: Two player game with shooting spaceships flying around a sun
- ksquares: An implementation of the popular paper based game squares
- ksudoku: Play, create and solve sudoku grids
- ktuberling: "Potato editor" game
- kubrick: Game based on Rubik's Cube
- lskat: Lieutnant skat
- palapeli: Jigsaw puzzle game
- picmi: A nonogram logic game for KDE

%files

#-----------------------------------------------------------------------------

%prep
# Nothing

%build
# Nothing

%install
# Nothing


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 57a27ca
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16932 |14mr|kdegraphics-mobipocket-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A collection of plugins to handle mobipocket files
Name:		kdegraphics-mobipocket
Version:	4.13.3
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libstreams)
Conflicts:	kdegraiphics4-core < 2:4.6.90
Obsoletes:	mobipocket < 2:4.8.0

%description
A collection of plugins to handle mobipocket files.

%files
%doc COPYING
%{_kde_libdir}/kde4/mobithumbnail.so
%{_kde_libdir}/strigi/strigila_mobi.so
%{_kde_services}/mobithumbnail.desktop

#----------------------------------------------------------------------

%define major 1
%define libqmobipocket %mklibname qmobipocket %{major}

%package -n %{libqmobipocket}
Summary:	QMobipocket library
Group:		System/Libraries

%description -n %{libqmobipocket}
QMobipocket library.

%files -n %{libqmobipocket}
%{_kde_libdir}/libqmobipocket.so.%{major}*

#----------------------------------------------------------------------

%define devqmobipocket %mklibname qmobipocket -d

%package -n %{devqmobipocket}
Summary:	Development files for QMobipocket
Group:		System/Libraries
Requires:	%{libqmobipocket} = %{EVRD}
Provides:	qmobipocket-devel = %{EVRD}

%description -n %{devqmobipocket}
Development files for QMobipocket.

%files -n %{devqmobipocket}
%{_kde_includedir}/qmobipocket/
%{_kde_libdir}/libqmobipocket.so
%{_kde_libdir}/cmake/QMobipocket/

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: 4b6f1c9
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16933 |14mr|kdegraphics-strigi-analyzer-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kdegraphics-strigi-analyzer
Summary:	Strigi plugins
Version:	4.13.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2
URL:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(libstreams)
Conflicts:	kdegraphics4-core < 2:4.6.90

%description
Strigi plugin for dvi & tiff.

%files
%doc COPYING COPYING.LIB
%{_kde_libdir}/strigi/strigiea_dvi.so
%{_kde_libdir}/strigi/strigiea_tiff.so

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: a27e8e6
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16934 |14mr|kdegraphics-thumbnailers-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kdegraphics-thumbnailers
Summary:	Postscript, PDF, DVI and RAW ThumbCreator
Version:	4.13.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2
URL:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libkdcraw) >= 0.2.0
BuildRequires:	pkgconfig(libkexiv2) >= 0.2.0
Conflicts:	kdegraphics4-common < 2:4.6.90
Conflicts:	kdegraphics4-core   < 2:4.6.90

%description
PostScript, PDF, DVI and RAW files ThumbCreator.

%files
%doc COPYING COPYING.LIB
%{_kde_libdir}/kde4/gsthumbnail.so
%{_kde_libdir}/kde4/rawthumbnail.so
%{_kde_services}/gsthumbnail.desktop
%{_kde_services}/rawthumbnail.desktop

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: e182537
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16935 |14mr|kde-gtk-config-2.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK2 and GTK3 configurator for KDE
Name:		kde-gtk-config
Version:	2.2.1
Release:	2
License:	GPLv3
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/base/kde-gtk-config
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
Patch1:		kde-gtk-config-2.2-gtkrc-2.0-kde-config-file.patch

BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	kdelibs4-devel

%description
Configuration dialog to adapt GTK applications appearance to your taste
under KDE. Among its many features, it lets you:
- Choose which theme is used for GTK2 and GTK3 applications.
- Tweak some GTK applications behaviour.
- Select what icon theme to use in GTK applications.
- Select GTK applications default fonts.
- Easily browse and install new GTK2 and GTK3 themes.

%prep
%setup -q
%patch1 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}

%files -f %{name}.lang
%doc README COPYING ChangeLog
%{_kde_libdir}/kde4/libexec/gtk_preview
%{_kde_libdir}/kde4/libexec/gtk3_preview
%{_kde_libdir}/kde4/libexec/reload_gtk_apps
%{_kde_libdir}/kde4/kcm_cgc.so
%{_kde_appsdir}/kcm-gtk-module/preview.ui
%{_kde_configdir}/cgcgtk3.knsrc
%{_kde_configdir}/cgcicon.knsrc
%{_kde_configdir}/cgctheme.knsrc
%{_kde_iconsdir}/hicolor/48x48/apps/kde-gtk-config.png
%{_kde_services}/kde-gtk-config.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.1-2
+ Revision: b4aec07
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16936 |14mr|kde-l10n-4.13.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Supported l10n language
# to update this list (depending on which new localisations tarballs are available
# from upstream), you can use:
# $ ls SOURCES/kde-l10n*tar.bz2 | grep -v @valencia | awk -F- '{print $3}' | tr '\n' ' '
#
# Note: ca@valencia is treated differently because of the @ in the tarball name
%define langlist ar bg bs ca cs da de el en_GB es et eu fa fi fr ga gl he hr hu ia id is it ja kk km ko lt lv nb nds nl nn pa pl pt pt_BR ro ru sk sl sv tr ug uk wa zh_CN zh_TW

%define disabled_langs af az be bn_IN bo br csb cy eo fo fy hne kn ku gu hi lo mai mi mk ml mt mr ne oc se si sr ta tg th ven vi xh

%define build_ca_valencia 0

%{expand:%(for lang in %{disabled_langs}; do echo "%%{expand:%%define build_$lang 0}"; done)}
%{expand:%(for lang in %{langlist}; do echo "%%{expand:%%define build_$lang 1}"; done)}

Summary:	Internationalization support for KDE
Name:		kde-l10n
Version:	4.13.3
Release:	3
Epoch:		3
License:	LGPLv2+
Group:		System/Internationalization
Url:		http://www.kde.org
# l10n sources
# list ca@valencia tarball separately due to the @ in the tarball name
#Source1: kde-l10n-ca@valencia-%{version}.tar.bz2
%{expand:%(\
    i=2; \
    for lang in %langlist; do\
        echo "%%{expand:Source$i: ftp://ftp.kde.org/pub/kde/stable/%%{version}/src/%%{name}/%%{name}-$lang-%%{version}.tar.xz}";\
        i=$[i+1];\
    done\
    )
}
Source100:	kde-l10n.rpmlintrc
# Extra translations missing in upstream
Source102:	kfilemodule-ru.po
Source103:	makekdewidgets-ru.po
# Backported from 4.14, should be removed later
Source104:	kcm_baloofile-ru.po
Source200:	russian-translation-rosa-addon.tar.bz2
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd42-xml
BuildRequires:	kdelibs4-devel >= %{version}
BuildArch:	noarch

%description
Internationalization support for KDE.

#----------------------------------------------------------------------------------------

%package en_US
Summary:	American English support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-en
Provides:	%{name}-American = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description en_US
%{summary}.

This is an empty package, en_US support is already provided by kdelibs4.

%files en_US

#----------------------------------------------------------------------------------------

%if %{build_af}
%package af
Summary:	Afrikaans language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Afrikaans = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description af
This package provides Afrikaans translations for KDE.

%files af
%lang(af) %{_kde_datadir}/locale/af/LC_MESSAGES/*
%{_kde_datadir}/locale/af/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_ar}
%package ar
Summary:	Arabic language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ar
Provides:	%{name}-Arabic = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description ar
This package provides Arabic translation for KDE.

%files ar
%lang(ar) %{_kde_datadir}/locale/ar/LC_MESSAGES/*
%{_kde_datadir}/locale/ar/entry.desktop
%{_kde_datadir}/locale/ar/LC_SCRIPTS/
%{_kde_appsdir}/klettres/ar/
%endif

#----------------------------------------------------------------------------------------

%if %{build_az}
%package az
Summary:	Azerbaijani language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Azerbaijani = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description az
This package provides Azerbaijani translations for KDE.

%files az
%lang(az) %{_kde_datadir}/locale/az/LC_MESSAGES/*
%{_kde_datadir}/locale/az/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_eu}
%package eu
Summary:	Basque language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-eu
Provides:	%{name}-Basque = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description eu
This package provides Basque translations for KDE.


%files eu
%lang(eu) %{_kde_datadir}/locale/eu/LC_MESSAGES/*
%{_kde_datadir}/locale/eu/entry.desktop
%{_kde_docdir}/HTML/eu/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_be}
%package be
Summary:	Belarusian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Belarusian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description be
%{summary}.

%files be
%lang(be) %{_kde_datadir}/locale/be/LC_MESSAGES/*
%{_kde_datadir}/locale/be/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_bn_IN}
%package bn_IN
Summary:	Bengali India language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-bn
Provides:	%{name}-Bengali-India = %{version}-%{release}
Provides:	%{name}-Bengali = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description bn_IN
%{summary}.

%files bn_IN
%lang(bn_IN) %{_kde_datadir}/locale/bn_IN/LC_MESSAGES/*
%{_kde_datadir}/locale/bn_IN/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_bg}
%package bg
Summary:	Bulgarian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-bg
Provides:	%{name}-Bulgarian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1
%description bg
%{summary}.

%files bg
%lang(bg) %{_kde_datadir}/locale/bg/LC_MESSAGES/*
%{_kde_datadir}/locale/bg/entry.desktop
%{_kde_appsdir}/kvtml/bg/
%endif

#----------------------------------------------------------------------------------------

%if %{build_bo}
%package bo
Summary:	Tibetan language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Tibetan = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description bo
%{summary}.

%files bo
%lang(bo) %{_kde_datadir}/locale/bo/LC_MESSAGES/*
%{_kde_datadir}/locale/bo/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_br}
%package br
Summary:	Breton language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Breton = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description br
%{summary}.

%files br
%lang(br) %{_kde_datadir}/locale/br/LC_MESSAGES/*
%{_kde_datadir}/locale/br/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_bs}
%package bs
Summary:	Bosnian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Bosnian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description bs
%{summary}.

%files bs
%lang(bs) %{_kde_datadir}/locale/bs/LC_MESSAGES/*
%{_kde_datadir}/locale/bs/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_ca}
%package ca
Summary:	Catalan language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ca
Provides:	%{name}-Catalan = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description ca
%{summary}.

%files ca
%lang(ca) %{_kde_datadir}/locale/ca/LC_MESSAGES/*
%{_kde_datadir}/locale/ca/LC_SCRIPTS/
%{_kde_datadir}/locale/ca/entry.desktop
%{_kde_appsdir}/autocorrect/ca.xml
%{_kde_appsdir}/khangman/ca.txt
%{_kde_appsdir}/ktuberling/sounds/ca*
%{_kde_appsdir}/kvtml/ca/
%{_kde_docdir}/HTML/ca/*
%{_kde_mandir}/ca/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_ca_valencia}
%package ca-valencia
Summary:	Catalan (Valencian) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Catalan-Valencian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description ca-valencia
%{summary}.

%files ca-valencia
%lang(ca-valencia) %{_kde_datadir}/locale/ca@valencia/LC_MESSAGES/*
%{_kde_datadir}/locale/ca@valencia/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_cs}
%package cs
Summary:	Czech language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-cs
Provides:	%{name}-Czech = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description cs
%{summary}.

%files cs
%lang(cs) %{_kde_datadir}/locale/cs/LC_MESSAGES/*
%{_kde_datadir}/locale/cs/entry.desktop
%{_kde_appsdir}/autocorrect/cs.xml
%{_kde_appsdir}/khangman/cs.txt
%{_kde_appsdir}/klettres/cs/
%{_kde_appsdir}/kvtml/cs/
%{_kde_docdir}/HTML/cs/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_csb}
%package csb
Summary:	Kashubian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pl
Provides:	%{name}-Kashubian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description csb
%{summary}.

%files csb
%lang(csb) %{_kde_datadir}/locale/csb/LC_MESSAGES/*
%{_kde_datadir}/locale/csb/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_cy}
%package cy
Summary:	Welsh language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Welsh = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description cy
%{summary}.

%files cy
%lang(cy) %{_kde_datadir}/locale/cy/LC_MESSAGES/*
%{_kde_datadir}/locale/cy/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_da}
%package da
Summary:	Danish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-da
Provides:	%{name}-Danish = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description da
%{summary}.

%files da
%lang(da) %{_kde_datadir}/locale/da/LC_MESSAGES/*
%{_kde_datadir}/locale/da/entry.desktop
%{_kde_appsdir}/ktuberling/sounds/da*
%{_kde_appsdir}/khangman/da.txt
%{_kde_appsdir}/klettres/da/
%{_kde_appsdir}/kvtml/da/
%{_kde_docdir}/HTML/da/*
%{_kde_mandir}/da/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_de}
%package de
Summary:	German language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-de
Provides:	%{name}-German = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description de
%{summary}.

%files de
%lang(de) %{_kde_datadir}/locale/de/LC_MESSAGES/*
%{_kde_datadir}/locale/de/LC_SCRIPTS/
%{_kde_datadir}/locale/de/entry.desktop
%{_kde_appsdir}/autocorrect/de_DE.xml
%{_kde_appsdir}/kajongg/voices/de/
%{_kde_appsdir}/klettres/de/
%{_kde_appsdir}/ktuberling/sounds/de*
%{_kde_appsdir}/khangman/de.txt
%{_kde_appsdir}/kvtml/de/
%{_kde_appsdir}/step/objinfo/l10n/de/
%{_kde_docdir}/HTML/de/*
%{_kde_mandir}/de/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_el}
%package el
Summary:	Greek language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-el
Provides:	%{name}-Greek = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description el
%{summary}.

%files el
%lang(el) %{_kde_datadir}/locale/el/LC_MESSAGES/*
%{_kde_datadir}/locale/el/entry.desktop
%{_kde_appsdir}/kvtml/el
%{_kde_appsdir}/ktuberling/sounds/el*
%{_kde_docdir}/HTML/el/
%{_kde_mandir}/el/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_gu}
%package gu
Summary:	Gujarati language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-gu
Provides:	%{name}-Gujarati = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1
%description gu
%{summary}.

%files gu
%lang(gu) %{_kde_datadir}/locale/gu/LC_MESSAGES/*
%{_kde_datadir}/locale/gu/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_en_GB}
%package en_GB
Summary:	British English support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-en
Provides:	%{name}-British = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description en_GB
%{summary}.

%files en_GB
%lang(en_GB) %{_kde_datadir}/locale/en_GB/LC_MESSAGES/*
%{_kde_datadir}/locale/en_GB/entry.desktop
%{_kde_appsdir}/klettres/en_GB/
%{_kde_appsdir}/kvtml/en_GB/
%{_kde_appsdir}/katepart/syntax/logohighlightstyle.en_GB.xml
%{_kde_appsdir}/kturtle/data/logokeywords.en_GB.xml
%{_kde_appsdir}/kturtle/examples/en_GB/
%{_kde_docdir}/HTML/en_GB/
%endif

#----------------------------------------------------------------------------------------

%if %{build_eo}
%package eo
Summary:	Esperanto support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-eo
Provides:	%{name}-Esperanto = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description eo
%{summary}.

%files eo
%lang(eo) %{_kde_datadir}/locale/eo/LC_MESSAGES/*
%{_kde_datadir}/locale/eo/entry.desktop
%{_kde_docdir}/HTML/eo/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_es}
%package es
Summary:	Spanish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-es
Provides:	%{name}-Spanish = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description es
%{summary}.

%files es
%lang(es) %{_kde_datadir}/locale/es/LC_MESSAGES/*
%{_kde_datadir}/locale/es/entry.desktop
%{_kde_appsdir}/autocorrect/es.xml
%{_kde_appsdir}/ktuberling/sounds/es*
%{_kde_appsdir}/khangman/es.txt
%{_kde_appsdir}/klettres/es/
%{_kde_appsdir}/kvtml/es/
%{_kde_docdir}/HTML/es/*
%{_kde_mandir}/es/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_et}
%package et
Summary:	Estonian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-et
Provides:	%{name}-Estonian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description et
%{summary}.

%files et
%lang(et) %{_kde_datadir}/locale/et/LC_MESSAGES/*
%{_kde_datadir}/locale/et/entry.desktop
%{_kde_appsdir}/khangman/et.txt
%{_kde_appsdir}/kvtml/et/
%{_kde_docdir}/HTML/et/*
%{_kde_mandir}/et/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_fa}
%package fa
Summary:	Farsi language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-fa
Provides:	%{name}-Farsi = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description fa
%{summary}.

%files fa
%lang(fa) %{_kde_datadir}/locale/fa/LC_MESSAGES/*
%{_kde_datadir}/locale/fa/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_fi}
%package fi
Summary:	Finnish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-fi
Provides:	%{name}-Finnish = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description fi
%{summary}.

%files fi
%lang(fi) %{_kde_datadir}/locale/fi/LC_MESSAGES/*
%{_kde_datadir}/locale/fi/entry.desktop
%{_kde_datadir}/locale/fi/LC_SCRIPTS/
%{_kde_appsdir}/khangman/fi.txt
%{_kde_appsdir}/ktuberling/sounds/fi*
%{_kde_appsdir}/kvtml/fi/
%endif

#----------------------------------------------------------------------------------------

%if %{build_fo}
%package fo
Summary:	Faroese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Faroese = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description fo
%{summary}.

%files fo
%lang(fo) %{_kde_datadir}/locale/fo/LC_MESSAGES/*
%{_kde_datadir}/locale/fo/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_fr}
%package fr
Summary:	French language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-fr
Provides:	%{name}-French = %{version}-%{release}
Conflicts:	nepomuk-scribo < 1:0.6.1-1
Conflicts:	konq-plugins < 1:4.6.1

%description fr
%{summary}.

%files fr
%lang(fr) %{_kde_datadir}/locale/fr/LC_MESSAGES/*
%{_kde_datadir}/locale/fr/LC_SCRIPTS/
%{_kde_datadir}/locale/fr/entry.desktop
%{_kde_appsdir}/autocorrect/fr.xml
%{_kde_appsdir}/ktuberling/sounds/fr*
%{_kde_appsdir}/khangman/fr.txt
%{_kde_appsdir}/kvtml/fr/
%{_kde_docdir}/HTML/fr/*
%{_kde_mandir}/fr/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_fy}
%package fy
Summary:	Frisian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-fy
Provides:	%{name}-Frisian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description fy
%{summary}.

%files fy
%lang(fy) %{_kde_datadir}/locale/fy/LC_MESSAGES/*
%{_kde_datadir}/locale/fy/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_ga}
%package ga
Summary:	Irish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ga
Provides:	%{name}-Irish = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description ga
%{summary}.

%files ga
%lang(ga) %{_kde_datadir}/locale/ga/LC_MESSAGES/*
%{_kde_datadir}/locale/ga/LC_SCRIPTS/
%{_kde_datadir}/locale/ga/entry.desktop
%{_kde_appsdir}/khangman/ga.txt
%{_kde_appsdir}/ktuberling/sounds/ga*
%{_kde_appsdir}/kvtml/ga/
%endif

#----------------------------------------------------------------------------------------

%if %{build_gl}
%package gl
Summary:	Galician language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-gl
Provides:	%{name}-Galician = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description gl
%{summary}.

%files gl
%lang(gl) %{_kde_datadir}/locale/gl/LC_MESSAGES/*
%{_kde_datadir}/locale/gl/entry.desktop
%{_kde_appsdir}/khangman/gl.txt
%{_kde_appsdir}/kvtml/gl/
%{_kde_appsdir}/ktuberling/sounds/gl.soundtheme
%{_kde_appsdir}/ktuberling/sounds/gl/
%{_kde_docdir}/HTML/gl/*
%{_kde_mandir}/gl/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_he}
%package he
Summary:	Hebrew language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-he
Provides:	%{name}-Hebrew = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description he
%{summary}.

%files he
%lang(he) %{_kde_datadir}/locale/he/LC_MESSAGES/*
%{_kde_datadir}/locale/he/entry.desktop
%{_kde_appsdir}/klettres/he/
%{_kde_docdir}/HTML/he/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_hi}
%package hi
Summary:	Hindi language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-hi
Provides:	%{name}-Hindi = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description hi
%{summary}.

%files hi
%lang(hi) %{_kde_datadir}/locale/hi/LC_MESSAGES/*
%{_kde_datadir}/locale/hi/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_hne}
%package hne
Summary:	Chhattisgarhi language support for KDE 
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-hne
Provides:	%{name}-Chhattisgarhi = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description hne
%{summary}.

%files hne
%lang(hne) %{_kde_datadir}/locale/hne/LC_MESSAGES/*
%{_kde_datadir}/locale/hne/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_hr}
%package hr
Summary:	Croatian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-hr
Provides:	%{name}-Croatian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description hr
%{summary}.

%files hr
%lang(hr) %{_kde_datadir}/locale/hr/LC_MESSAGES/*
%{_kde_datadir}/locale/hr/entry.desktop
%{_kde_datadir}/locale/hr/LC_SCRIPTS
%endif

#----------------------------------------------------------------------------------------

%if %{build_hu}
%package hu
Summary:	Hungarian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-hu
Provides:	%{name}-Hungarian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description hu
%{summary}.

%files hu
%lang(hu) %{_kde_datadir}/locale/hu/LC_MESSAGES/*
%{_kde_datadir}/locale/hu/entry.desktop
%{_kde_appsdir}/autocorrect/hu.xml
%{_kde_appsdir}/kanagram/hu.txt
%{_kde_appsdir}/khangman/hu.txt
%{_kde_appsdir}/kvtml/hu/
%{_kde_appsdir}/klettres/hu/
%{_kde_docdir}/HTML/hu/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_ia}
%package ia
Summary:	Interlingua language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Interlingua = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description ia
%{summary}.

%files ia
%lang(ia) %{_kde_datadir}/locale/ia/LC_MESSAGES/*
%{_kde_datadir}/locale/ia/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_id}
%package id
Summary:	Indonesian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-id
Provides:	%{name}-Indonesian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description id
%{summary}.

%files id
%lang(id) %{_kde_datadir}/locale/id/LC_MESSAGES/*
%{_kde_datadir}/locale/id/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_is}
%package is
Summary:	Icelandic language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-is
Provides:	%{name}-Icelandic = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description is
%{summary}.

%files is
%lang(is) %{_kde_datadir}/locale/is/LC_MESSAGES/*
%{_kde_datadir}/locale/is/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_it}
%package it
Summary:	Italian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-it
Provides:	%{name}-Italian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description it
%{summary}.

%files it
%lang(it) %{_kde_datadir}/locale/it/LC_MESSAGES/*
%{_kde_datadir}/locale/it/entry.desktop
%{_kde_appsdir}/autocorrect/it_IT.xml
%{_kde_appsdir}/ktuberling/sounds/it*
%{_kde_appsdir}/klettres/it/
%{_kde_appsdir}/kvtml/it/
%{_kde_appsdir}/step/objinfo/l10n/it/
%{_kde_docdir}/HTML/it/*
%{_kde_mandir}/it/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_ja}
%package ja
Summary:	Japanese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ja
Provides:	%{name}-Japanese = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description ja
%{summary}.

%files ja
%lang(ja) %{_kde_datadir}/locale/ja/LC_MESSAGES/*
%{_kde_datadir}/locale/ja/LC_SCRIPTS/
%{_kde_datadir}/locale/ja/entry.desktop
%{_kde_docdir}/HTML/ja/*
%endif

#------------------------------------------------------------------------------

%if %{build_kn}
%package kn
Summary:	Kannada language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-kn
Provides:	%{name}-Kannada = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description kn
%{summary}.

%files kn
%lang(kn) %{_kde_datadir}/locale/kn/LC_MESSAGES/*
%{_kde_datadir}/locale/kn/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_kk}
%package kk
Summary:	Kazakh language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-kk
Provides:	%{name}-Kazakh = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description kk
%{summary}.

%files kk
%lang(kk) %{_kde_datadir}/locale/kk/LC_MESSAGES/*
%{_kde_datadir}/locale/kk/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_km}
%package km
Summary:	Khmer language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-km
Provides:	%{name}-Khmer = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description km
%{summary}.

%files km
%lang(km) %{_kde_datadir}/locale/km/LC_MESSAGES/*
%{_kde_datadir}/locale/km/entry.desktop
%{_kde_datadir}/locale/km/flag.png
%endif

#------------------------------------------------------------------------------

%if %{build_ko}
%package ko
Summary:	Korean language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ko
Provides:	%{name}-Korean = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description ko
%{summary}.

%files ko
%lang(ko) %{_kde_datadir}/locale/ko/LC_MESSAGES/*
%{_kde_datadir}/locale/ko/LC_SCRIPTS/
%{_kde_datadir}/locale/ko/entry.desktop
%{_kde_docdir}/HTML/ko/*
%endif

#------------------------------------------------------------------------------

%if %{build_ku}
%package ku
Summary:	Kurdish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ku
Provides:	%{name}-Kurdish = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description ku
%{summary}.


%files ku
%lang(ku) %{_kde_datadir}/locale/ku/LC_MESSAGES/*
%{_kde_datadir}/locale/ku/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_lo}
%package lo
Summary:	Lao language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Lao = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description lo
%{summary}.

%files lo
%lang(lo) %{_kde_datadir}/locale/lo/LC_MESSAGES/*
%{_kde_datadir}/locale/lo/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_lt}
%package lt
Summary:	Lithuanian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-lt
Provides:	%{name}-Lithuanian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description lt
%{summary}.

%files lt
%lang(lt) %{_kde_datadir}/locale/lt/LC_MESSAGES/*
%{_kde_datadir}/locale/lt/LC_SCRIPTS/
%{_kde_datadir}/locale/lt/entry.desktop
%{_kde_appsdir}/klettres/lt/
%{_kde_appsdir}/klettres/lt.txt
%{_kde_appsdir}/ktuberling/sounds/lt/
%{_kde_appsdir}/ktuberling/sounds/lt.soundtheme
%{_kde_docdir}/HTML/lt/*
%{_kde_mandir}/lt/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_lv}
%package lv
Summary:	Latvian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-lv
Provides:	%{name}-Latvian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description lv
%{summary}.

%files lv
%lang(lv) %{_kde_datadir}/locale/lv/LC_MESSAGES/*
%{_kde_datadir}/locale/lv/entry.desktop
%{_kde_datadir}/locale/lv/LC_SCRIPTS
%endif

#------------------------------------------------------------------------------

%if %{build_nds}
%package nds
Summary:	Low Saxon language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-nds
Provides:	%{name}-LowSaxon = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description nds
%{summary}.

%files nds
%lang(nds) %{_kde_datadir}/locale/nds/LC_MESSAGES/*
%{_kde_datadir}/locale/nds/entry.desktop
%{_kde_appsdir}/autocorrect/nds.xml
%{_kde_appsdir}/klettres/nds/
%{_kde_appsdir}/khangman/nds.txt
%{_kde_appsdir}/kvtml/nds/
%{_kde_appsdir}/ktuberling/sounds/nds*
%{_kde_appsdir}/katepart/syntax/logohighlightstyle.nds.xml
%{_kde_appsdir}/kturtle/examples/nds
%{_kde_docdir}/HTML/nds/*
%endif

#------------------------------------------------------------------------------

%if %{build_mi}
%package mi
Summary:	Maori language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Maori = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description mi
%{summary}.

%files mi
%lang(mi) %{_kde_datadir}/locale/mi/LC_MESSAGES/*
%{_kde_datadir}/locale/mi/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_mk}
%package mk
Summary:	Macedonian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-mk
Provides:	%{name}-Macedonian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description mk
%{summary}.

%files mk
%lang(mk) %{_kde_datadir}/locale/mk/LC_MESSAGES/*
%{_kde_datadir}/locale/mk/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_mai}
%package mai
Summary:	Maithili language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-mai
Provides:	%{name}-Maithili = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description mai
%{summary}.

%files mai
%lang(mai) %{_kde_datadir}/locale/mai/LC_MESSAGES/*
%{_kde_datadir}/locale/mai/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_ml}
%package ml
Summary:	Malayalam language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ml
Provides:	%{name}-Malayalam = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description ml
%{summary}.

%files ml
%lang(ml) %{_kde_datadir}/locale/ml/LC_MESSAGES/*
%{_kde_datadir}/locale/ml/LC_SCRIPTS/
%{_kde_datadir}/locale/ml/entry.desktop
%{_kde_appsdir}/klettres/ml/
%endif

#------------------------------------------------------------------------------

%if %{build_mt}
%package mt
Summary:	Maltese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Maltese = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description mt
%{summary}.

%files mt
%lang(mt) %{_kde_datadir}/locale/mt/LC_MESSAGES/*
%{_kde_datadir}/locale/mt/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_mr}
%package mr
Summary:	Marathi language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ca
Provides:	%{name}-Marathi = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description mr
%{summary}.

%files mr
%lang(mr) %{_kde_datadir}/locale/mr/LC_MESSAGES/*
%{_kde_datadir}/locale/mr/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_ne}
%package ne
Summary:	Nepali language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ne
Provides:	%{name}-Nepali = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description ne
%{summary}.

%files ne
%lang(ne) %{_kde_datadir}/locale/ne/LC_MESSAGES/*
%{_kde_datadir}/locale/ne/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_nl}
%package nl
Summary:	Dutch language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-nl
Provides:	%{name}-nl = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description nl
%{summary}.

%files nl
%lang(nl) %{_kde_datadir}/locale/nl/LC_MESSAGES/*
%{_kde_datadir}/locale/nl/LC_SCRIPTS/
%{_kde_datadir}/locale/nl/entry.desktop
%{_kde_appsdir}/ktuberling/sounds/nl*
%{_kde_appsdir}/klettres/nl/
%{_kde_appsdir}/kvtml/nl/
%{_kde_appsdir}/katepart/syntax/logohighlightstyle.nl.xml
%{_kde_appsdir}/kturtle/data/logokeywords.nl.xml
%{_kde_appsdir}/kturtle/examples/nl/*.logo
%{_kde_docdir}/HTML/nl/*
%{_kde_mandir}/nl/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_se}
%package se
Summary:	Northern Sami language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-se
Provides:	%{name}-NorthernSami = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description se
%{summary}.

%files se
%lang(se) %{_kde_datadir}/locale/se/LC_MESSAGES/*
%{_kde_datadir}/locale/se/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_nb}
%package nb
Summary:	Norwegian (Bokmaal) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-nb
Provides:	%{name}-Norwegian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description nb
%{summary}.

%files nb
%lang(nb) %{_kde_datadir}/locale/nb/LC_MESSAGES/*
%{_kde_datadir}/locale/nb/LC_SCRIPTS/
%{_kde_datadir}/locale/nb/entry.desktop
%{_kde_appsdir}/khangman/nb.txt
%{_kde_appsdir}/kvtml/nb/
%{_kde_appsdir}/klettres/nb/
%{_kde_appsdir}/katepart/syntax/logohighlightstyle.nb.xml
%{_kde_appsdir}/kturtle/data/logokeywords.nb.xml
%{_kde_appsdir}/kturtle/examples/nb/*.logo
%{_kde_docdir}/HTML/nb/*
%{_kde_mandir}/nb/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_nn}
%package nn
Summary:	Norwegian (Nynorsk) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-nn
Provides:	%{name}-Norwegian-Nynorsk = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description nn
%{summary}.

%files nn
%lang(nn) %{_kde_datadir}/locale/nn/LC_MESSAGES/*
%{_kde_datadir}/locale/nn/LC_SCRIPTS/
%{_kde_datadir}/locale/nn/entry.desktop
%{_kde_appsdir}/khangman/nn.txt
%{_kde_appsdir}/kvtml/nn/
%{_kde_docdir}/HTML/nn/*
%endif

#------------------------------------------------------------------------------

%if %{build_oc}
%package oc
Summary:	Occitan language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Occitan = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description oc
%{summary}.

%files oc
%lang(oc) %{_kde_datadir}/locale/oc/LC_MESSAGES/*
%{_kde_datadir}/locale/oc/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_pl}
%package pl
Summary:	Polish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pl
Provides:	%{name}-Polish = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description pl
%{summary}.

%files pl
%lang(pl) %{_kde_datadir}/locale/pl/LC_MESSAGES/*
%{_kde_datadir}/locale/pl/LC_SCRIPTS/
%{_kde_datadir}/locale/pl/entry.desktop
%{_kde_appsdir}/khangman/pl.txt
%{_kde_appsdir}/kvtml/pl/
%{_kde_docdir}/HTML/pl/*
%{_kde_mandir}/pl/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_pt}
%package pt
Summary:	Portuguese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pt
Provides:	%{name}-Portuguese = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description pt
%{summary}.

%files pt
%lang(pt) %{_kde_datadir}/locale/pt/LC_MESSAGES/*
%{_kde_datadir}/locale/pt/entry.desktop
%{_kde_appsdir}/khangman/pt.txt
%{_kde_appsdir}/ktuberling/sounds/pt*
%{_kde_appsdir}/kvtml/pt/
%{_kde_docdir}/HTML/pt/*
%{_kde_mandir}/pt/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_pa}
%package pa
Summary:	Punjabi language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pa
Provides:	%{name}-Punjabi = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description pa
%{summary}.

%files pa
%lang(pa) %{_kde_datadir}/locale/pa/LC_MESSAGES/*
%{_kde_datadir}/locale/pa/entry.desktop
%{_kde_appsdir}/kvtml/pa
%endif

#------------------------------------------------------------------------------

%if %{build_pt_BR}
%package pt_BR
Summary:	Brazil Portuguese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pt
Provides:	%{name}-Brazil = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description pt_BR
%{summary}.

%files pt_BR
%lang(pt_BR) %{_kde_datadir}/locale/pt_BR/LC_MESSAGES/*
%{_kde_datadir}/locale/pt_BR/entry.desktop
%{_kde_appsdir}/autocorrect/pt_BR.xml
%{_kde_appsdir}/khangman/pt_BR.txt
%{_kde_appsdir}/klettres/pt_BR/*
%{_kde_appsdir}/kvtml/pt_BR/
%{_kde_docdir}/HTML/pt_BR/*
%{_kde_mandir}/pt_BR/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_ro}
%package ro
Summary:	Romanian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ro
Provides:	%{name}-Romanian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description ro
%{summary}.

%files ro
%lang(ro) %{_kde_datadir}/locale/ro/LC_MESSAGES/*
%{_kde_datadir}/locale/ro/entry.desktop
%{_kde_appsdir}/kvtml/ro/
%{_kde_appsdir}/ktuberling/sounds/ro*
%{_kde_docdir}/HTML/ro/*
%endif

#------------------------------------------------------------------------------

%if %{build_ru}
%package ru
Summary:	Russian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ru
Provides:	%{name}-Russian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description ru
%{summary}.

%files ru
%lang(ru) %{_kde_datadir}/locale/ru/LC_MESSAGES/*
%{_kde_datadir}/locale/ru/LC_SCRIPTS/
%{_kde_datadir}/locale/ru/entry.desktop
%{_kde_appsdir}/autocorrect/ru_RU.xml
%{_kde_appsdir}/kvtml/ru/
%{_kde_appsdir}/katepart/syntax/logohighlightstyle.ru.xml
%{_kde_appsdir}/klettres/ru
%{_kde_appsdir}/ktuberling/sounds/ru/
%{_kde_appsdir}/ktuberling/sounds/ru.soundtheme
%{_kde_docdir}/HTML/ru/*
%{_kde_mandir}/ru/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_si}
%package si
Summary:	Sinhala language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-si
Provides:	%{name}-Sinhala = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description si
%{summary}.

%files si
%lang(si) %{_kde_datadir}/locale/si/LC_MESSAGES/*
%{_kde_datadir}/locale/si/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_sk}
%package sk
Summary:	Slovak language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-sk
Provides:	%{name}-Slovak = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description sk
%{summary}.

%files sk
%lang(sk) %{_kde_datadir}/locale/sk/LC_MESSAGES/*
%{_kde_datadir}/locale/sk/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_sl}
%package sl
Summary:	Slovenian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-sl
Provides:	%{name}-Slovenian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description sl
%{summary}.

%files sl
%lang(sl) %{_kde_datadir}/locale/sl/LC_MESSAGES/*
%{_kde_datadir}/locale/sl/entry.desktop
%{_kde_appsdir}/khangman/sl.txt
%{_kde_appsdir}/ktuberling/sounds/sl*
%{_kde_appsdir}/kvtml/sl/*
%{_kde_docdir}/HTML/sl/*
%endif

#------------------------------------------------------------------------------

%if %{build_sr}
%package sr
Summary:	Serbian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-sr
Provides:	%{name}-Serbian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description sr
%{summary}.

%files sr
%lang(sr) %{_kde_datadir}/locale/sr/LC_MESSAGES/*
%{_kde_datadir}/locale/sr/LC_SCRIPTS/
%{_kde_datadir}/locale/sr/entry.desktop
%{_kde_datadir}/locale/sr@latin/entry.desktop
%{_kde_datadir}/locale/sr@latin/LC_MESSAGES/*
%{_kde_datadir}/locale/sr@latin/LC_SCRIPTS/
%{_kde_datadir}/locale/sr@ijekavian/LC_MESSAGES/
%{_kde_datadir}/locale/sr@ijekavian/LC_SCRIPTS/
%{_kde_datadir}/locale/sr@ijekavian/entry.desktop
%{_kde_datadir}/locale/sr@ijekavianlatin/LC_MESSAGES/
%{_kde_datadir}/locale/sr@ijekavianlatin/LC_SCRIPTS
%{_kde_datadir}/locale/sr@ijekavianlatin/entry.desktop
%{_kde_appsdir}/ktuberling/sounds/sr*
%{_kde_iconsdir}/*/*/*/*/sr/
%{_kde_iconsdir}/*/*/*/*/sr@latin/
%{_kde_iconsdir}/*/*/*/*/sr@ijekavian/
%{_kde_iconsdir}/*/*/*/*/sr@ijekavianlatin/
%{_kde_appsdir}/desktoptheme/*/widgets/l10n/sr
%{_kde_appsdir}/desktoptheme/*/widgets/l10n/sr@latin
%{_kde_appsdir}/desktoptheme/*/widgets/l10n/sr@ijekavian
%{_kde_appsdir}/desktoptheme/*/widgets/l10n/sr@ijekavianlatin
%{_kde_appsdir}/desktoptheme/default/icons/l10n/sr*
%{_kde_appsdir}/khangman/sr@latin.txt
%{_kde_appsdir}/kvtml/sr*/
%{_kde_docdir}/HTML/sr/*
%{_kde_docdir}/HTML/sr@latin/*
%{_kde_mandir}/sr/*/*
%{_kde_mandir}/sr@latin/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_sv}
%package sv
Summary:	Swedish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-sv
Provides:	%{name}-Swedish = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description sv
%{summary}.

%files sv
%lang(sv) %{_kde_datadir}/locale/sv/LC_MESSAGES/*
%{_kde_datadir}/locale/sv/entry.desktop
%{_kde_datadir}/locale/sv/LC_SCRIPTS/
%{_kde_appsdir}/khangman/sv.txt
%{_kde_appsdir}/ktuberling/sounds/sv*
%{_kde_appsdir}/kvtml/sv/
%{_kde_docdir}/HTML/sv/*
%{_kde_mandir}/sv/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_ta}
%package ta
Summary:	Tamil language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ta
Provides:	%{name}-Tamil = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description ta
%{summary}.

%files ta
%lang(ta) %{_kde_datadir}/locale/ta/LC_MESSAGES/*
%{_kde_datadir}/locale/ta/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_tg}
%package tg
Summary:	Tajik language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-tg
Provides:	%{name}-Tajik = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description tg
%{summary}.

%files tg
%lang(tg) %{_kde_datadir}/locale/tg/LC_MESSAGES/*
%{_kde_datadir}/locale/tg/entry.desktop
%{_kde_appsdir}/kvtml/tg/
%{_kde_appsdir}/khangman/tg.txt
%endif

#------------------------------------------------------------------------------

%if %{build_th}
%package th
Summary:	Thai language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-th
Provides:	%{name}-Thai = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description th
%{summary}.

%files th
%lang(th) %{_kde_datadir}/locale/th/LC_MESSAGES/*
%{_kde_datadir}/locale/th/charset
%{_kde_datadir}/locale/th/entry.desktop
%{_kde_datadir}/locale/th/flag.png
%endif

#------------------------------------------------------------------------------

%if %{build_tr}
%package tr
Summary:	Turkish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-tr
Provides:	%{name}-Turkish = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description tr
%{summary}.

%files tr
%lang(tr) %{_kde_datadir}/locale/tr/LC_MESSAGES/*
%{_kde_datadir}/locale/tr/entry.desktop
%{_kde_appsdir}/khangman/tr.txt
%{_kde_appsdir}/kvtml/tr/
%{_kde_docdir}/HTML/tr/*
%{_kde_mandir}/tr/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_uk}
%package uk
Summary:	Ukrainian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-uk
Suggests:	%{name}-uk
Provides:	%{name}-Ukrainian = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description uk
%{summary}.

%files uk
%lang(uk) %{_kde_datadir}/locale/uk/LC_MESSAGES/*
%{_kde_datadir}/locale/uk/LC_SCRIPTS/
%{_kde_datadir}/locale/uk/entry.desktop
%{_kde_appsdir}/autocorrect/uk_UA.xml
%{_kde_appsdir}/ktuberling/sounds/uk*
%{_kde_appsdir}/step/objinfo/l10n/uk/
%{_kde_appsdir}/kvtml/uk/
%{_kde_appsdir}/klettres/uk/
%{_kde_docdir}/HTML/uk/*
%{_kde_mandir}/uk/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_ug}
%package ug
Summary:	Uyghur language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ug
Provides:	%{name}-Uyghur = %{version}-%{release}

%description ug
%{summary}.

%files ug
%lang(ug) %{_kde_datadir}/locale/ug/LC_MESSAGES/*
%{_kde_datadir}/locale/ug/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_ven}
%package ven
Summary:	Venda language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Venda = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description ven
%{summary}.

%files ven
%lang(ven) %{_kde_datadir}/locale/ven/LC_MESSAGES/*
%{_kde_datadir}/locale/ven/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_vi}
%package vi
Summary:	Vietnamese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Vietnamese = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description vi
%{summary}.

%files vi
%lang(vi) %{_kde_datadir}/locale/vi/LC_MESSAGES/*
%{_kde_datadir}/locale/vi/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_wa}
%package wa
Summary:	Walloon language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-wa
Provides:	%{name}-Walloon = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description wa
%{summary}.

%files wa
%lang(wa) %{_kde_datadir}/locale/wa/LC_MESSAGES/*
%{_kde_datadir}/locale/wa/entry.desktop
%{_kde_appsdir}/ktuberling/sounds/wa*
%{_kde_docdir}/HTML/wa/*
%endif

#------------------------------------------------------------------------------

%if %{build_xh}
%package xh
Summary:	Xhosa (a Bantu language) support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Xhosa = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description xh
%{summary}.

%files xh
%lang(xh) %{_kde_datadir}/locale/xh/LC_MESSAGES/*
%{_kde_datadir}/locale/xh/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_zh_CN}
%package zh_CN
Summary:	Chinese (Simplified Chinese) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-zh
Provides:	%{name}-Chinese = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description zh_CN
%{summary}.

%files zh_CN
%lang(zh_CN) %{_kde_datadir}/locale/zh_CN/LC_MESSAGES/*
%{_kde_datadir}/locale/zh_CN/LC_SCRIPTS/
%{_kde_datadir}/locale/zh_CN/charset
%{_kde_datadir}/locale/zh_CN/entry.desktop
%{_kde_datadir}/locale/zh_CN/flag.png
%{_kde_appsdir}/kvtml/zh_CN/
%{_kde_appsdir}/step/objinfo/l10n/zh_CN/
%{_kde_docdir}/HTML/zh_CN/*
%endif

#------------------------------------------------------------------------------

%if %{build_zh_TW}
%package zh_TW
Summary:	Chinese (Traditional) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-zh
Provides:	%{name}-Chinese-Traditional = %{version}-%{release}
Conflicts:	konq-plugins < 1:4.6.1

%description zh_TW
%{summary}.

%files zh_TW
%lang(zh_TW) %{_kde_datadir}/locale/zh_TW/LC_MESSAGES/*
%{_kde_datadir}/locale/zh_TW/entry.desktop
%{_kde_docdir}/HTML/zh_TW/*
%endif

#------------------------------------------------------------------------------

%prep
%setup -T -q -n %{name}-%{version} -c

for lang in %{langlist} ; do
  echo $lang | grep -v '^#' && \
  xz -dc %{_sourcedir}/%{name}-$lang-%{version}.tar.xz | tar -xf -
done

%if %{build_ca_valencia}
tar -xf %{_sourcedir}/%{name}-ca@valencia-%{version}.tar.xz
%endif

# Translation updates
cp %{SOURCE102} %{name}-ru-%{version}/messages/kdelibs/kfilemodule.po
cp %{SOURCE103} %{name}-ru-%{version}/messages/kdelibs/makekdewidgets.po
cp %{SOURCE104} %{name}-ru-%{version}/messages/kdelibs/kcm_baloofile.po

# Add extra docbooks
pushd %{name}-ru-%{version}
tar -xaf %{SOURCE200}
popd

%build
for lang in %{langlist} ; do
pushd %{name}-$lang-%{version}
      %cmake_kde4
      %make
popd
done

# build ca@valencia separately due to the @ in the tarball name
%if %{build_ca_valencia}
pushd %{name}-ca@valencia-%{version}
      %cmake_kde4
      %make
popd
%endif

%install
for lang in %{langlist} ; do
pushd %{name}-$lang-%{version}
     %makeinstall_std -C build
popd
done

# install ca@valencia separately due to the @ in the tarball name
%if %{build_ca_valencia}
pushd %{name}-ca@valencia-%{version}
     %makeinstall_std -C build
popd
%endif


%changelog
* Tue Sep 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-3
+ Revision: 34a22bf
- Add extra docbooks for Russian locale

* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-2
+ Revision: 7ca4a5d
- Use better kcm_baloofile ru translation

* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 22e5363
- LOG New version 4.13.3 (sync spec and patches with Cooker)

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3:4.13.2-2
+ Revision: 4b3b236
- MassBuild#440: Increase release tag

* Mon Jun 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.2-1
+ Revision: d4874a3
- LOG New version 4.13.2 (sync spec and patches with Cooker)

* Wed Apr 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.12.4-1
+ Revision: b5667dc
- LOG New version 4.12.4 (sync spec and patches with Cooker)

* Thu Mar 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.12.3-1
+ Revision: 355b127
- LOG New version 4.12.3 (sync spec and patches with Cooker)

* Wed Dec 18 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.11.4-1
+ Revision: 733b657
- LOG New version 4.11.4

* Thu Nov 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.11.3-1
+ Revision: 956a236
- LOG New version 4.11.3

* Fri Oct 25 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.11.2-1
+ Revision: efb5476
- LOG New version 4.11.2

* Tue Jul 09 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.10.5-1
+ Revision: 2ee490e
- LOG New version 4.10.5

* Thu Jun 13 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.10.4-1
+ Revision: 2996b63
- LOG New version 4.10.4

* Thu May 23 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.10.3-3
+ Revision: 8bec613
- LOG Add missing ru translations kfilemodule.po and makekdewidgets.po

* Mon May 20 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.10.3-2
+ Revision: f9edf13
- LOG New version 4.10.3 (sync with Cooker)

* Wed Feb 06 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.5-3
+ Revision: 89e987c
- LOG Update russian translations for timezones and activities (backport files from KDE4 4.10)

* Fri Feb 01 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.5-2
+ Revision: e16e265
- LOG Update Russian translation (backport some files from KDE4 4.10)

* Sun Jan 27 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.5-1
+ Revision: df41167
- LOG New version 4.9.5

* Thu Dec 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.4-1
+ Revision: 77259af
- LOG New version 4.9.4, drop old already not used l10n-ru patch

* Wed Nov 07 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.3-1
+ Revision: c141301
- LOG Add rpmlint filter

* Wed Nov 07 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.3-1
+ Revision: da1962b
- LOG New version 4.9.3

* Fri Oct 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.2-1
+ Revision: ad5f4b3
- Update files for fr locale

* Fri Oct 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.2-1
+ Revision: 73d6d7b
- New version 4.9.2

* Mon Sep 10 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.1-1
+ Revision: c0bd335
- New version 4.9.1

* Mon Aug 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.0-1
+ Revision: 99ccbcd
- LOG Disable id language for now as it is missing in upstream

* Mon Aug 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.0-1
+ Revision: 4ca6ab0
- Fix URL

* Mon Aug 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.0-1
+ Revision: 047cc92
- New version 4.9.0

* Mon Jul 16 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.8.97-1
+ Revision: c12c22e
- New version 4.8.97

* Fri Jun 29 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.8.95-1
+ Revision: 2dde742
- Update file list

* Thu Jun 28 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.8.95-1
+ Revision: 80f0bdd
- Update file list

* Thu Jun 28 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.8.95-1
+ Revision: d52322f
- Disable patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16937 |14mr|kdelibs4-4.13.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bootstrap 0
%{?_branch: %{expand: %%global bootstrap 1}}

%define compile_apidox 0
%{?_with_apidox: %{expand: %%global compile_apidox 1}}

%define with_drkonqi 0
%{?_with_drkonqi: %{expand: %%global with_drkonqi 1}}

%define udisk_backend 1

# exclude libkactivities or not
%define no_libkactivities 1

%define build_nepomuk 1

Summary:	K Desktop Environment - Libraries
Name:		kdelibs4
Version:	4.13.3
Release:	2
Epoch:		5
Group:		Graphical desktop/KDE
License:	ARTISTIC BSD GPLv2+ LGPLv2+ QPLv1.0
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/kdelibs-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
Patch1:		kdelibs-4.1.85-add-kde-menu.patch
Patch2:		kdelibs-4.5.80-usr-abrt-instead-of-drkonqi.patch
Patch3:		kdelibs-4.7.1-fix-cmakelist-to-use-pthread.patch
# Battery reporting support for KDE Connect from
# http://albertvaka.wordpress.com/2013/08/05/introducing-kde-connect/
Patch10:	kdelibs-4.11.1-phonepower.patch
# Revert upsteam commit because it leads to incorrect icons on desktop
# For example, application shortcuts are displayed with x-desktop mimetype icon
Patch11:	kdelibs-4.11.2-delayed-icons.patch
# Revert upstream commit because it leads to ugly empty dialog popup when
# adding new empty panel or RocketBar
Patch12:	kdelibs-4.11.2-containment-config.patch
# Include <QtCore/QFile> instead of <QFile> to fix build of other packages
# that use kio - kradio etc
Patch13:	kdelibs-4.12.4-qfile-header.patch
Patch100:	kdelibs-4.8.0-plasma.patch
Patch200:	kdelibs-4.8.1-add-extra-catalogs.patch
Patch203:	kdelibs-4.8.95-fileplaces.patch
Patch204:	kdelibs-4.8.1-kfile-knewfilemenu-removed-LinkToDevice.patch
Patch206:	kdelibs-4.8.3-kfile-klook.patch
Patch207:	kdelibs4-4.9.3-iconwidget-revert-commit-c6160d14.patch
Patch208:	kdelibs-4.9.3-kio-ftp.patch
# Don't use HEAD to get mimetype. Sometimes servers don't return mimetype
# with it for webdav. It's also wrong for directories - HEAD will return
# text/xml (since it's actually file listing in XML)
Patch209:	kdelibs-4.12.4-improve-mimetype-detection-for-webdav.patch
Patch210:	kdelibs-4.12.2-armlinking.patch
Patch211:	kdelibs-4.13.2-kdecmake.patch
BuildRequires:	automoc
BuildRequires:	bison
BuildRequires:	docbook-dtd42-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	flex
BuildRequires:	kde4-macros >= 4.1.71
BuildRequires:	libxml2-utils
BuildRequires:	rootcerts
BuildRequires:	shared-mime-info
BuildRequires:	xsltproc
BuildRequires:	acl-devel
BuildRequires:	aspell-devel
BuildRequires:	bzip2-devel
BuildRequires:	cups-devel >= 1.2
BuildRequires:	gdbm-devel
BuildRequires:	grantlee-devel
BuildRequires:	hspell-devel
BuildRequires:	krb5-devel
BuildRequires:	utempter-devel
BuildRequires:	pam-devel
BuildRequires:	pcre-devel
BuildRequires:	polkit-qt-1-devel >= 0.98.1
BuildRequires:	sasl-devel
BuildRequires:	tiff-devel
BuildRequires:	ungif-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(avahi-compat-libdns_sd)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(dbusmenu-qt)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(libattica)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libstreams) >= 0.6.3
BuildRequires:	pkgconfig(libxml-2.0) >= 2.4.11
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(OpenEXR)
%if %{build_nepomuk}
BuildRequires:	pkgconfig(soprano) > 2.7.57
%else
BuildConflicts:	pkgconfig(soprano)
%endif
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtDBus)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xpm)
%if %{udisk_backend}
BuildRequires:	pkgconfig(udev)
%endif
#Optional, but let's build support for what we can
BuildRequires:	hupnp-devel
BuildRequires:	media-player-info

%description
Libraries for the K Desktop Environment.

#--------------------------------------------------------------------

%define kde3support_major 4
%define libkde3support %mklibname kde3support %{kde3support_major}

%package -n %{libkde3support}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkde3support}
KDE 4 core library.

%files -n %{libkde3support}
%{_kde_libdir}/libkde3support.so.%{kde3support_major}*

#--------------------------------------------------------------------

%define kdecore_major 5
%define libkdecore %mklibname kdecore %{kdecore_major}

%package -n %{libkdecore}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	phonon-backend >= 4.2.0
Requires:	kde4-config-file
%if ! %{bootstrap}
Suggests:	kde-l10n
%endif
Requires:	kdelibs4-core = %{EVRD}

%description -n %{libkdecore}
KDE 4 core library.

%files -n %{libkdecore}
%{_kde_libdir}/libkdecore.so.%{kdecore_major}*

#--------------------------------------------------------------------

%define kdefakes_major 5
%define libkdefakes %mklibname kdefakes %{kdefakes_major}

%package -n %{libkdefakes}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkdefakes}
KDE 4 core library.

%files -n %{libkdefakes}
%{_kde_libdir}/libkdefakes.so.%{kdefakes_major}*

#--------------------------------------------------------------------

%define kdesu_major 5
%define libkdesu %mklibname kdesu %{kdesu_major}

%package -n %{libkdesu}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkdesu}
KDE 4 core library.

%files -n %{libkdesu}
%{_kde_libdir}/libkdesu.so.%{kdesu_major}*

#--------------------------------------------------------------------

%define kdeui_major 5
%define libkdeui %mklibname kdeui %{kdeui_major}

%package -n %{libkdeui}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	dbus-x11

%description -n %{libkdeui}
KDE 4 core library.

%files -n %{libkdeui}
%{_kde_libdir}/libkdeui.so.%{kdeui_major}*

#--------------------------------------------------------------------

%define kdnssd_major 4
%define libkdnssd %mklibname kdnssd %{kdnssd_major}

%package -n %{libkdnssd}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkdnssd}
KDE 4 core library.

%files -n %{libkdnssd}
%{_kde_libdir}/libkdnssd.so.%{kdnssd_major}*

#--------------------------------------------------------------------

%define kfile_major 4
%define libkfile %mklibname kfile %{kfile_major}

%package -n %{libkfile}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkfile}
KDE 4 core library.

%files -n %{libkfile}
%{_kde_libdir}/libkfile.so.%{kfile_major}*

#--------------------------------------------------------------------

%define khtml_major 5
%define libkhtml %mklibname khtml %{khtml_major}

%package -n %{libkhtml}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkhtml}
KDE 4 core library.

%files -n %{libkhtml}
%{_kde_libdir}/libkhtml.so.%{khtml_major}*

#--------------------------------------------------------------------

%define kimproxy_major 4
%define libkimproxy %mklibname kimproxy %{kimproxy_major}

%package -n %{libkimproxy}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkimproxy}
KDE 4 core library.

%files -n %{libkimproxy}
%{_kde_libdir}/libkimproxy.so.%{kimproxy_major}*

#--------------------------------------------------------------------

%define kio_major 5
%define libkio %mklibname kio %{kio_major}

%package -n %{libkio}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkio}
KDE 4 core library.

%files -n %{libkio}
%{_kde_libdir}/libkio.so.%{kio_major}*

#--------------------------------------------------------------------

%define kjsembed_major 4
%define libkjsembed %mklibname kjsembed %{kjsembed_major}

%package -n %{libkjsembed}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkjsembed}
KDE 4 core library.

%files -n %{libkjsembed}
%{_kde_libdir}/libkjsembed.so.%{kjsembed_major}*

#--------------------------------------------------------------------

%define kjs_major 4
%define libkjs %mklibname kjs %{kjs_major}

%package -n %{libkjs}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkjs}
KDE 4 core library.

%files -n %{libkjs}
%{_kde_libdir}/libkjs.so.%{kjs_major}*

#--------------------------------------------------------------------

%define kmediaplayer_major 4
%define libkmediaplayer %mklibname kmediaplayer %{kmediaplayer_major}

%package -n %{libkmediaplayer}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkmediaplayer}
KDE 4 core library.

%files -n %{libkmediaplayer}
%{_kde_libdir}/libkmediaplayer.so.%{kmediaplayer_major}*

#--------------------------------------------------------------------

%define knewstuff2_major 4
%define libknewstuff2 %mklibname knewstuff2_ %{knewstuff2_major}

%package -n %{libknewstuff2}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libknewstuff2}
KDE 4 core library.

%files -n %{libknewstuff2}
%{_kde_libdir}/libknewstuff2.so.%{knewstuff2_major}*

#--------------------------------------------------------------------

%define knotifyconfig_major 4
%define libknotifyconfig %mklibname knotifyconfig %{knotifyconfig_major}

%package -n %{libknotifyconfig}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libknotifyconfig}
KDE 4 core library.

%files -n %{libknotifyconfig}
%{_kde_libdir}/libknotifyconfig.so.%{knotifyconfig_major}*

#--------------------------------------------------------------------

%define kntlm_major 4
%define libkntlm %mklibname kntlm %{kntlm_major}

%package -n %{libkntlm}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkntlm}
KDE 4 core library.

%files -n %{libkntlm}
%{_kde_libdir}/libkntlm.so.%{kntlm_major}*

#--------------------------------------------------------------------

%define kparts_major 4
%define libkparts %mklibname kparts %{kparts_major}

%package -n %{libkparts}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkparts}
KDE 4 core library.

%files -n %{libkparts}
%{_kde_libdir}/libkparts.so.%{kparts_major}*

#--------------------------------------------------------------------

%define krosscore_major 4
%define libkrosscore %mklibname krosscore %{krosscore_major}

%package -n %{libkrosscore}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkrosscore}
KDE 4 core library.

%files -n %{libkrosscore}
%{_kde_libdir}/libkrosscore.so.%{krosscore_major}*

#--------------------------------------------------------------------

%define krossui_major 4
%define libkrossui %mklibname krossui %{krossui_major}

%package -n %{libkrossui}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkrossui}
KDE 4 core library.

%files -n %{libkrossui}
%{_kde_libdir}/libkrossui.so.%{krossui_major}*

#--------------------------------------------------------------------

%define ktexteditor_major 4
%define libktexteditor %mklibname ktexteditor %{ktexteditor_major}

%package -n %{libktexteditor}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libktexteditor}
KDE 4 core library.

%files -n %{libktexteditor}
%{_kde_libdir}/libktexteditor.so.%{ktexteditor_major}*

#--------------------------------------------------------------------

%define kunittest_major 4
%define libkunittest %mklibname kunittest %{kunittest_major}

%package -n %{libkunittest}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkunittest}
KDE 4 core library.

%files -n %{libkunittest}
%{_kde_libdir}/libkunittest.so.%{kunittest_major}*

#--------------------------------------------------------------------

%define kutils_major 4
%define libkutils %mklibname kutils %{kutils_major}

%package -n %{libkutils}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkutils}
KDE 4 core library.

%files -n %{libkutils}
%{_kde_libdir}/libkutils.so.%{kutils_major}*

#--------------------------------------------------------------------

%define solid_major 4
%define libsolid %mklibname solid %{solid_major}

%package -n %{libsolid}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libsolid}
KDE 4 core library.

%files -n %{libsolid}
%{_kde_libdir}/libsolid.so.%{solid_major}*

#--------------------------------------------------------------------

%define threadweaver_major 4
%define libthreadweaver %mklibname threadweaver %{threadweaver_major}

%package -n %{libthreadweaver}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libthreadweaver}
KDE 4 core library.

%files -n %{libthreadweaver}
%{_kde_libdir}/libthreadweaver.so.%{threadweaver_major}*

#--------------------------------------------------------------------

%define kpty_major 4
%define libkpty %mklibname kpty %{kpty_major}

%package -n %{libkpty}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkpty}
KDE 4 core library.

%files -n %{libkpty}
%{_kde_libdir}/libkpty.so.%{kpty_major}*

#--------------------------------------------------------------------

%define kjsapi_major 4
%define libkjsapi %mklibname kjsapi %{kjsapi_major}

%package -n %{libkjsapi}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkjsapi}
KDE 4 core library.

%files -n %{libkjsapi}
%{_kde_libdir}/libkjsapi.so.%{kjsapi_major}*

#--------------------------------------------------------------------

%define libplasma_major 3
%define libplasma %mklibname plasma %{libplasma_major}

%package -n %{libplasma}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libplasma}
KDE 4 core library.

%files -n %{libplasma}
%{_kde_libdir}/libplasma.so.%{libplasma_major}*

#--------------------------------------------------------------------

%define libkunitconversion_major 4
%define libkunitconversion %mklibname kunitconversion %{libkunitconversion_major}

%package -n %{libkunitconversion}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkunitconversion}
KDE 4 core library.

%files -n %{libkunitconversion}
%{_kde_libdir}/libkunitconversion.so.%{libkunitconversion_major}*

#--------------------------------------------------------------------

%define libkdewebkit_major 5
%define libkdewebkit %mklibname kdewebkit %{libkdewebkit_major}

%package -n %{libkdewebkit}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdewebkit}
KDE 4 library.

%files -n %{libkdewebkit}
%{_kde_libdir}/libkdewebkit.so.%{libkdewebkit_major}*

#----------------------------------------------------------------------------------------

%define libknewstuff3_major 4
%define libknewstuff3 %mklibname knewstuff3_ %{libknewstuff3_major}

%package -n %{libknewstuff3}
Summary:	KDE 4 library
Group:		System/Libraries
Obsoletes:	%{_lib}knewstuff34 < %{EVRD}

%description -n %{libknewstuff3}
KDE 4 library.

%files -n %{libknewstuff3}
%{_kde_libdir}/libknewstuff3.so.%{libknewstuff3_major}*

#--------------------------------------------------------------------

%define libkcmutils_major 4
%define libkcmutils %mklibname kcmutils %{libkcmutils_major}

%package -n %{libkcmutils}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkcmutils}
KDE 4 library.

%files -n %{libkcmutils}
%{_kde_libdir}/libkcmutils.so.%{libkcmutils_major}*

#--------------------------------------------------------------------

%define libkprintutils_major 4
%define libkprintutils %mklibname kprintutils %{libkprintutils_major}

%package -n %{libkprintutils}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkprintutils}
KDE 4 library.

%files -n %{libkprintutils}
%{_kde_libdir}/libkprintutils.so.%{libkprintutils_major}*

#--------------------------------------------------------------------

%define libkidletime_major 4
%define libkidletime %mklibname kidletime %{libkidletime_major}

%package -n %{libkidletime}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkidletime}
KDE 4 library.

%files -n %{libkidletime}
%{_kde_libdir}/libkidletime.so.%{libkidletime_major}*

#--------------------------------------------------------------------

%define libkemoticons_major 4
%define libkemoticons %mklibname kemoticons %{libkemoticons_major}

%package -n %{libkemoticons}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkemoticons}
KDE 4 library.

%files -n %{libkemoticons}
%{_kde_libdir}/libkemoticons.so.%{libkemoticons_major}*

#--------------------------------------------------------------------
%if %{build_nepomuk}
%define nepomuk_major 4
%define libnepomuk %mklibname nepomuk %{nepomuk_major}

%package -n %{libnepomuk}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libnepomuk}
KDE 4 core library.

%files -n %{libnepomuk}
%{_kde_libdir}/libnepomuk.so.%{nepomuk_major}*
%endif

#--------------------------------------------------------------------

%if %{build_nepomuk}
%define libnepomukquery_major 4
%define libnepomukquery %mklibname nepomukquery %{libnepomukquery_major}

%package -n %{libnepomukquery}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libnepomukquery}
KDE 4 library.

%files -n %{libnepomukquery}
%{_kde_libdir}/libnepomukquery.so.%{libnepomukquery_major}*
%endif

#--------------------------------------------------------------------

%if %{build_nepomuk}
%define libnepomukutils_major 4
%define libnepomukutils %mklibname nepomukutils %{libnepomukutils_major}

%package -n %{libnepomukutils}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libnepomukutils}
KDE 4 library.

%files -n %{libnepomukutils}
%{_kde_libdir}/libnepomukutils.so.%{libnepomukutils_major}*
%endif

#--------------------------------------------------------------------

%if ! %{no_libkactivities}
%define libkactivities_major 6
%define libkactivities %mklibname kactivities %{libkactivities_major}

%package -n %{libkactivities}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkactivities}
KDE 4 library.

%files -n %{libkactivities}
%{_kde_libdir}/libkactivities.so.%{libkactivities_major}*
%endif

#--------------------------------------------------------------------

%define libkdeclarative_major 5
%define libkdeclarative %mklibname kdeclarative %{libkdeclarative_major}

%package -n %{libkdeclarative}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdeclarative}
KDE 4 library.

%files -n %{libkdeclarative}
%{_kde_libdir}/libkdeclarative.so.%{libkdeclarative_major}*

#--------------------------------------------------------------------

%package devel
Group:		Development/KDE and Qt
Summary:	Header files and documentation for compiling KDE applications
Requires:	automoc
Requires:	kde4-macros
Requires:	qt4-qtdbus
Requires:	shared-mime-info
Requires:	xsltproc
# add requires on libxml2-utils, as when building most kde applications,
# it will call xmllint to validate the docbook files:
Requires:	libxml2-utils
Requires:	kdelibs4-core = %{EVRD}
Requires:	%{libkcmutils} = %{EVRD}
Requires:	%{libkde3support} = %{EVRD}
Requires:	%{libkdecore} = %{EVRD}
Requires:	%{libkdefakes} = %{EVRD}
Requires:	%{libkdesu} = %{EVRD}
Requires:	%{libkdeui} = %{EVRD}
Requires:	%{libkdewebkit} = %{EVRD}
Requires:	%{libkdnssd} = %{EVRD}
Requires:	%{libkemoticons} = %{EVRD}
Requires:	%{libkfile} = %{EVRD}
Requires:	%{libkhtml} = %{EVRD}
Requires:	%{libkidletime} = %{EVRD}
Requires:	%{libkimproxy} = %{EVRD}
Requires:	%{libkio} = %{EVRD}
Requires:	%{libkjsapi} = %{EVRD}
Requires:	%{libkjsembed} = %{EVRD}
Requires:	%{libkjs} = %{EVRD}
Requires:	%{libkmediaplayer} = %{EVRD}
Requires:	%{libknewstuff2} = %{EVRD}
Requires:	%{libknewstuff3} = %{EVRD}
Requires:	%{libknotifyconfig} = %{EVRD}
Requires:	%{libkntlm} = %{EVRD}
Requires:	%{libkparts} = %{EVRD}
Requires:	%{libkprintutils} = %{EVRD}
Requires:	%{libkpty} = %{EVRD}
Requires:	%{libkrosscore} = %{EVRD}
Requires:	%{libkrossui} = %{EVRD}
Requires:	%{libktexteditor} = %{EVRD}
Requires:	%{libkunitconversion} = %{EVRD}
Requires:	%{libkunittest} = %{EVRD}
Requires:	%{libkutils} = %{EVRD}
Requires:	%{libplasma} = %{EVRD}
Requires:	%{libsolid} = %{EVRD}
Requires:	%{libthreadweaver} = %{EVRD}
%if ! %{no_libkactivities}
Requires:	%{libkactivities} = %{EVRD}
%endif
Requires:	%{libkdeclarative} = %{EVRD}
%if %{build_nepomuk}
Requires:	%{libnepomuk} = %{EVRD}
Requires:	%{libnepomukquery} = %{EVRD}
Requires:	%{libnepomukutils} = %{EVRD}
%endif
Conflicts:	%{name}-core < 5:4.7.80-4

%description devel
This package includes the header files you will need to compile applications 
for KDE. Also included is the KDE API documentation in HTML format for easy 
browsing.

%files devel
%{_datadir}/dbus-1/*/*
%{_kde_includedir}/*
%{_kde_appsdir}/cmake/modules/*
%{_kde_libdir}/libkdefakes.so
%{_kde_libdir}/libkdesu.so
%{_kde_libdir}/libkdnssd.so
%{_kde_libdir}/libkhtml.so
%{_kde_libdir}/libkimproxy.so
%{_kde_libdir}/libkjs.so
%{_kde_libdir}/libkjsembed.so
%{_kde_libdir}/libkmediaplayer.so
%{_kde_libdir}/libknewstuff2.so
%{_kde_libdir}/libknotifyconfig.so
%{_kde_libdir}/libkntlm.so
%{_kde_libdir}/libkparts.so
%{_kde_libdir}/libkrossui.so
%{_kde_libdir}/libktexteditor.so
%{_kde_libdir}/libkunittest.so
%{_kde_libdir}/libkutils.so
%{_kde_libdir}/libkde3support.so
%{_kde_libdir}/libkpty.so
%{_kde_libdir}/libkfile.so
%{_kde_libdir}/libsolid.so
%{_kde_libdir}/libkrosscore.so
%{_kde_libdir}/libkdecore.so
%{_kde_libdir}/libkdeui.so
%{_kde_libdir}/libkio.so
%{_kde_libdir}/libthreadweaver.so
%{_kde_libdir}/libkjsapi.so
%{_kde_libdir}/libplasma.so
%{_kde_libdir}/libkunitconversion.so
%{_kde_libdir}/libkdewebkit.so
%{_kde_libdir}/libknewstuff3.so
%{_kde_libdir}/libkprintutils.so
%{_kde_libdir}/libkidletime.so
%{_kde_libdir}/libkemoticons.so
%{_kde_libdir}/libkcmutils.so
%if ! %{no_libkactivities}
%{_kde_libdir}/libkactivities.so
%endif
%if %{build_nepomuk}
%{_kde_libdir}/libnepomuk.so
%{_kde_libdir}/libnepomukquery.so
%{_kde_libdir}/libnepomukutils.so
%endif
%{_kde_libdir}/libkdeclarative.so
%{_kde_libdir}/kde4/plugins/designer
%{_kde_bindir}/checkXML
%{_kde_mandir}/man1/checkXML.1*
%{_kde_mandir}/man1/makekdewidgets.1*
%{_kde_mandir}/man1/kconfig_compiler.1*
%{_kde_bindir}/kconfig_compiler
%{_kde_bindir}/makekdewidgets
%{_libdir}/cmake/KDeclarative/*.cmake

#----------------------------------------------------------------------------------

%package core
Group:		Graphical desktop/KDE
Summary:	KDE 4 system core files
Suggests:	enchant-dictionary
Suggests:	xdg-utils
Requires:	shared-mime-info
Requires:	docbook-dtd42-xml
Requires:	docbook-style-xsl
Requires:	rootcerts
Requires:	shared-desktop-ontologies
Conflicts:	kdebase4-runtime < 1:4.6.0
Requires:	abrt

%description core
KDE 4 system core files.

%files core
%{_kde_bindir}/kbuildsycoca4
%{_kde_bindir}/kcookiejar4
%{_kde_bindir}/kde4-config
%{_kde_bindir}/kded4
%{_kde_bindir}/kdeinit4
%{_kde_bindir}/kdeinit4_shutdown
%{_kde_bindir}/kdeinit4_wrapper
%{_kde_bindir}/kjs
%{_kde_bindir}/kjscmd
%{_kde_bindir}/kmailservice
%{_kde_bindir}/ktelnetservice
%{_kde_bindir}/kross
%{_kde_bindir}/kshell4
%{_kde_bindir}/kunittestmodrunner
%{_kde_bindir}/kwrapper4
%{_kde_bindir}/meinproc4
%{_kde_bindir}/meinproc4_simple
%{_kde_bindir}/preparetips
%if %{build_nepomuk}
%{_kde_bindir}/nepomuk-rcgen
%{_kde_bindir}/kfilemetadatareader
%endif
%dir %{_kde_libdir}/kde4
%{_kde_libdir}/kde4/*.so
%dir %{_kde_libdir}/kde4/libexec
%{_kde_libdir}/kde4/libexec/filesharelist
%attr(4755,root,root) %{_kde_libdir}/kde4/libexec/fileshareset
%{_kde_libdir}/kde4/libexec/kauth-policy-gen
%{_kde_libdir}/kde4/libexec/kconf_update
%{_kde_libdir}/kde4/libexec/kdesu_stub
%{_kde_libdir}/kde4/libexec/kio_http_cache_cleaner
%{_kde_libdir}/kde4/libexec/kioslave
%{_kde_libdir}/kde4/libexec/klauncher
%attr(4755,root,root) %{_kde_libdir}/kde4/libexec/kpac_dhcp_helper
%{_kde_libdir}/kde4/libexec/ksendbugmail
%{_kde_libdir}/kde4/libexec/lnusertemp
%{_kde_libdir}/kde4/libexec/start_kdeinit
%{_kde_libdir}/kde4/libexec/start_kdeinit_wrapper
%dir %{_kde_libdir}/kde4/plugins
%{_kde_libdir}/kde4/plugins/imageformats
%{_kde_libdir}/kde4/plugins/kauth
%{_kde_libdir}/kde4/plugins/script
%{_kde_libdir}/libkdeinit4_*
%{_kde_datadir}/config
%{_kde_datadir}/mime/*
%{_kde_datadir}/kde4
%{_kde_applicationsdir}/kmailservice.desktop
%{_kde_applicationsdir}/ktelnetservice.desktop
%{_kde_appsdir}/proxyscout
%{_kde_appsdir}/LICENSES
%{_kde_appsdir}/kssl
%{_kde_appsdir}/ksgmltools2
%{_kde_appsdir}/knewstuff
%{_kde_appsdir}/kjava
%{_kde_appsdir}/khtml
%{_kde_appsdir}/kdewidgets
%{_kde_appsdir}/kdeui
%{_kde_appsdir}/kconf_update
%{_kde_appsdir}/kcm_componentchooser
%{_kde_appsdir}/kcharselect
%{_kde_docdir}/HTML/en/sonnet
%{_kde_docdir}/HTML/en/common/*
%{_kde_docdir}/HTML/en/kioslave/data
%{_kde_docdir}/HTML/en/kioslave/file
%{_kde_docdir}/HTML/en/kioslave/ftp
%{_kde_docdir}/HTML/en/kioslave/help
%{_kde_docdir}/HTML/en/kioslave/http
%{_kde_docdir}/HTML/en/kioslave/mailto
%{_kde_docdir}/HTML/en/kioslave/rlogin
%{_kde_docdir}/HTML/en/kioslave/telnet
%{_kde_docdir}/HTML/en/kioslave/webdav
%{_kde_mandir}/man1/kde4-config.1*
%{_kde_mandir}/man7/kdeoptions.7*
%{_kde_mandir}/man7/qtoptions.7*
%{_kde_mandir}/man8/kbuildsycoca4.8*
%{_kde_mandir}/man8/kcookiejar4.8*
%{_kde_mandir}/man8/kdeinit4.8*
%{_kde_mandir}/man8/meinproc4.8*
%{_kde_mandir}/man1/kjs.1.*
%{_kde_mandir}/man1/kjscmd.1.*
%{_kde_mandir}/man1/kross.1.*
%{_kde_mandir}/man1/preparetips.1.*
%{_kde_mandir}/man8/kded4.8.*
%{_kde_iconsdir}/hicolor/*/actions/presence_away.png
%{_kde_iconsdir}/hicolor/*/actions/presence_offline.png
%{_kde_iconsdir}/hicolor/*/actions/presence_online.png
%{_kde_iconsdir}/hicolor/*/actions/presence_unknown.png
%{_kde_datadir}/locale/all_languages
%{_sysconfdir}/dbus-1/system.d/org.kde.auth.conf
%{_kde_sysconfdir}/xdg/kde4/menus/applications.menu
%{_kde_appsdir}/kauth
%{_kde_appsdir}/plasma
%{_kde_datadir}/locale/en_US/entry.desktop

#----------------------------------------------------------------------------------

%if %{compile_apidox}
%package apidoc
Group:		Development/KDE and Qt
Summary:	Development documentation for %{name}
Requires:	qt4-doc

%description apidoc
This packages contains all development documentation for kdelibs

%files apidoc
%{_docdir}/kde4/api/*
%endif

#----------------------------------------------------------------------------------

%prep
%setup -q -n kdelibs-%{version}

%patch1 -p0
%if ! %{with_drkonqi}
%patch2 -p0
%endif
%patch3 -p1
%patch10 -p1 -b .phonepower~
%patch11 -p1 -b .delayed~
%patch12 -p1 -R
%patch13 -p1 -b .qfile
%patch100 -p1
%patch200 -p1
%patch203 -p1
%patch204 -p1
%patch206 -p1
%patch207 -p1
%patch208 -p1
%patch209 -p1
%patch210 -p1
%patch211 -p1

%build
%cmake_kde4 %{?no_libkactivities:-DBUILD_libkactivities:BOOL=OFF}

%if %{compile_apidox}
  cd ..
  doc/api/doxygen.sh --doxdatadir=${PWD}/doc/common .
%endif

%install
%makeinstall_std -C build

%if %{compile_apidox}
  mkdir -p %{buildroot}%{_docdir}/kde4/api
  cp -av kdelibs-%{version}-apidocs %{buildroot}%{_docdir}/kde4/api/kdelibs
%endif

rm -fr %{buildroot}%{_kde_appsdir}/kssl/ca-bundle.crt
ln -snf %{_sysconfdir}/pki/tls/certs/ca-bundle.crt %{buildroot}%{_kde_appsdir}/kssl/ca-bundle.crt


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.13.3-2
+ Revision: 9e7a9cf
- BuildList#2062192: Increase release tag

* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.13.3-1
+ Revision: 05e626d
- LOG New version 4.13.3 (sync spec and patches with Cooker)

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5:4.13.2-1.2
+ Revision: 7f6f5dd
- MassBuild#440: Increase release tag

* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.13.2-1.1
+ Revision: 86b7b24
- Bump release

* Mon Jun 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.13.2-1
+ Revision: d8ae567
- LOG New version 4.13.2 (sync spec and patches with Cooker)

* Wed Jun 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.12.4-5
+ Revision: 2822428
- Just bump release

* Wed May 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.12.4-4
+ Revision: 7d8762f
- Fix giflib5.1 patch

* Wed May 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.12.4-4
+ Revision: b58459f
- Add giflib5.1 patch to fix build with giflib 5.1

* Thu Apr 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.12.4-3
+ Revision: 96cb984
- Add qfile-header patch to fix the way QFile is included in kio/global.h

* Sun Apr 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.12.4-2
+ Revision: 041bccd
- Add kfilemodule-l10n patch from upstream to fix localization in kfile dialogs

* Wed Apr 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.12.4-1
+ Revision: a408174
- LOG New version 4.12.4 (sync spec and patches with Cooker)

* Thu Mar 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.12.3-1
+ Revision: bc4ddd1
- LOG New version 4.12.3 (sync spec and patches with Cooker)

* Wed Dec 18 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.11.4-1
+ Revision: fcb0168
- LOG New version 4.11.4

* Thu Nov 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.11.3-1
+ Revision: 1937f2e
- LOG New version 4.11.3

* Fri Oct 25 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.11.2-3
+ Revision: 2ca9409
- LOG New version 4.11.2

* Tue Jul 09 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.10.5-1
+ Revision: 192fba2
- LOG New version 4.10.5

* Thu Jun 13 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.10.4-1
+ Revision: ccb17ff
- LOG New version 4.10.4

* Thu May 23 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.10.3-2
+ Revision: 7c016f8
- LOG Add patch to avoid creation of .config etc folders in filesystem root

* Mon May 20 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.10.3-1
+ Revision: 8cc3bf1
- LOG New version 4.10.3 (sync with Cooker)

* Mon Jan 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.9.5-1
+ Revision: be9767e
- LOG New version 4.9.5

* Wed Dec 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.9.4-1
+ Revision: 1c914d1
- LOG New version 4.9.4

* Sun Dec 02 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.9.4-0.1
+ Revision: 1db6210
- LOG Update to 4.9.4 (git snapshot)

* Thu Nov 29 2012 Sergey Borovkov <serge.borovkov@gmail.com> 5:4.9.3-4
+ Revision: dcffd17
- Add patch for kio_http

* Tue Nov 20 2012 Sergey Borovkov <sergey.borovkov@osinit.ru> 5:4.9.3-3
+ Revision: d609a38
- Add patch for kio_ftp

* Thu Nov 15 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.9.3-2
+ Revision: a20d2fb
- LOG Bump release for updates purpose

* Thu Nov 15 2012 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 5:4.9.3-1
+ Revision: d7aa3f5
- Reverting of commit c6160d14

* Wed Nov 07 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.9.3-1
+ Revision: 3de9faa
- LOG New version 4.9.3

* Fri Nov 02 2012 Sergey Borovkov <sergey.borovkov@osinit.ru> 5:4.9.2-2
+ Revision: a6b1b8e
- Update klook patch

* Thu Oct 04 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.9.2-1
+ Revision: 4506e7c
- New version 4.9.2

* Mon Sep 10 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.9.1-2
+ Revision: be9ff51
- Add patch for items preview with klook in standard open/save dialog



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16938 |14mr|kdenetwork4-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	K Desktop Environment - Network Applications
Name:		kdenetwork4
Version:	4.13.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Suggests:	kdenetwork-filesharing
Suggests:	kdenetwork-strigi-analyzers
Suggests:	kdnssd
Suggests:	kget
Suggests:	kopete
Suggests:	kppp
Suggests:	krdc
Suggests:	krfb
Obsoletes:	kdenetwork4-devel < 3:4.11.0
BuildArch:	noarch

%description
Networking applications for the K Desktop Environment:
 - kdenetwork-filesharing: Samba filesharing dialog for KDE
 - kdenetwork-strigi-analyzers: KDE network strigi plugins
 - kdnssd: DNS-SD service discovery monitor
 - kget: Versatile and user-friendly download manager for KDE
 - kopete: KDE internet messenger
 - kppp: KDE tool to setup PPP (Point-to-Point Protocol) connections
 - krfb: Desktop Sharing server, allow others to access your desktop via VNC
 - krdc: a client for Desktop Sharing and other VNC servers

%files

#----------------------------------------------------------------------------

%prep

%build

%install


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: fec0279
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16939 |14mr|kdenetwork-filesharing-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Samba filesharing dialog for KDE4
Name:		kdenetwork-filesharing
Version:	4.13.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Conflicts:	kde4-filesharing < 3:4.11.0
Obsoletes:	kde4-filesharing < 3:4.11.0

%description
Samba filesharing dialog for KDE4.

%files
%{_kde_libdir}/kde4/sambausershareplugin.so
%{_kde_services}/sambausershareplugin.desktop

#-------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 55b1c84
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16940 |14mr|kdenetwork-strigi-analyzers-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE network strigi plugins
Name:		kdenetwork-strigi-analyzers
Version:	4.13.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libstreamanalyzer)

%description
This package provides:
- Strigi meta information plugin for BitTorrent files (*.torrent).

%files
%{_kde_libdir}/strigi/strigita_torrent_analyzer.so

#-------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: dafb1b1
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16941 |14mr|kdenlive-0.9.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A non-linear video editing application for KDE
Name:		kdenlive
Version:	0.9.8
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kdenlive.org/
Source0:	http://download.kde.org/stable/kdenlive/%{version}/src/kdenlive-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(mlt-framework) >= 0.8.8
BuildRequires:	pkgconfig(qimageblitz)
BuildRequires:	pkgconfig(QJson)
Requires:	mlt >= 0.8.8
Requires:	ffmpeg
Requires:	dvgrab
Suggests:	xine-ui
Suggests:	swh-plugins
Suggests:	cdrkit-genisoimage
Suggests:	dvdauthor
Suggests:	oxygen-icon-theme
Suggests:	frei0r

%description
Kdenlive is a non-linear video editor for KDE. It relies on a separate
renderer, piave, to handle it's rendering. Kdenlive supports multitrack
editing.

%files -f %{name}.lang
%{_kde_bindir}/*
%{_kde_libdir}/kde4/*.so
%{_kde_datadir}/apps/%{name}
%{_kde_services}/*.desktop
%{_kde_datadir}/config.kcfg/*
%{_kde_datadir}/applications/kde4/%{name}.desktop
%{_kde_iconsdir}/*/*/*/*
%{_kde_datadir}/mime/packages/*.xml
%{_kde_configdir}/*
%{_mandir}/man1/*

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_datadir}/menu/kdenlive
rm -f %{buildroot}%{_datadir}/pixmaps/kdenlive.xpm

%find_lang %{name} --with-html


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.8-1
+ Revision: 3a8293e
- New version 0.9.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16942 |14mr|kdepim4-4.13.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An application suite to manage personal information
Name:		kdepim4
Epoch:		3
Version:	4.13.3
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://community.kde.org/KDE_PIM
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/kdepim-%{version}.tar.xz
Patch0:		kdepim-4.12.1-cmake-libkaddressbookgrantlee.patch
Patch1:		kdepim-4.13.3-storageservicemanager-desktop.patch
BuildRequires:	xsltproc
BuildRequires:	baloo-devel
BuildRequires:	boost-devel
BuildRequires:	gpgme-devel
BuildRequires:	grantlee-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	kdepim4-runtime-devel
BuildRequires:	libassuan-devel
BuildRequires:	pkgconfig(akonadi)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(libkgapi)
BuildRequires:	pkgconfig(libstreams)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(zlib)
Suggests:	akonadi-common
Suggests:	kleopatra
Suggests:	akregator
Suggests:	knode
Suggests:	kaddressbook
Suggests:	kalarm
Suggests:	ktimetracker
Suggests:	kmail
Suggests:	kmailcvt
Suggests:	knotes
Suggests:	kontact
Suggests:	korganizer
Suggests:	ksendemail
Suggests:	kjots

%description
Information Management applications for the K Desktop Environment.
	- kaddressbook: The KDE addressbook application.
	- korganizer: a calendar-of-events and todo-list manager
	- kalarm: gui for setting up personal alarm/reminder messages
	- kalarmd: personal alarm/reminder messages daemon, shared by korganizer
	  and kalarm.
	- kaplan: A shell for the PIM apps, still experimental.
	- ktimetracker: Time tracker.
	- kfile-plugins: vCard KFIleItem plugin.
	- knotes: yellow notes application
	- konsolecalendar: Command line tool for accessing calendar files.
	- kmail: universal mail client
	- kmailcvt: converst addressbooks to kmail format

%files

#----------------------------------------------------------------------

%package core
Summary:	Core files for KDE PIM
Group:		Graphical desktop/KDE
Requires:	akonadi-kde >= 3:%{version}
Requires:	kdebase4-runtime
Requires:	kdelibs4-core
Requires:	storageservicemanager = %{EVRD}
Conflicts:	%{_lib}kdepim4 < 3:4.11.0
Conflicts:	%{_lib}kpgp4 < 3:4.11.0
Conflicts:	%{name}-devel < 3:4.11.0
Obsoletes:	akonadi-folderarchive-agent < 3:4.13.0
Obsoletes:	pimactivity < 3:4.13.0

%description core
Core files for KDE PIM.

%files core -f %{name}.lang
%exclude %{_kde_docdir}/HTML/en/*
%dir %{_kde_services}/kontact
%{_kde_iconsdir}/oxygen/*/mimetypes/x-mail-distribution-list.*
%{_kde_appsdir}/kdepimwidgets
%{_kde_plugindir}/designer/kdepimwidgets.so
%{_kde_plugindir}/designer/mailcommonwidgets.so
%{_kde_plugindir}/designer/pimcommonwidgets.so
%{_kde_appsdir}/kconf_update/kpgp-3.1-upgrade-address-data.pl
%{_kde_appsdir}/kconf_update/kpgp.upd
%{_datadir}/dbus-1/interfaces/org.kde.mailtransport.service.xml

#-----------------------------------------------------------------------------

%package -n akonadiconsole
Summary:	Console that help to debug akonadi
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}
Conflicts:	kdepim4-core < 2:4.4.2-5

%description -n akonadiconsole
Console that help to debug akonadi.

%files -n akonadiconsole
%{_kde_bindir}/akonadiconsole
%{_kde_applicationsdir}/akonadiconsole.desktop
%{_kde_appsdir}/akonadiconsole/akonadiconsoleui.rc
%{_kde_iconsdir}/hicolor/*/apps/akonadiconsole.png

#-----------------------------------------------------------------------------

%package -n akonadi-archivemail-agent
Summary:	Akonadi archivemail agent
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n akonadi-archivemail-agent
Akonadi archivemail agent.

%files -n akonadi-archivemail-agent
%doc %{_kde_docdir}/HTML/en/akonadi_archivemail_agent
%{_kde_bindir}/akonadi_archivemail_agent
%{_kde_datadir}/akonadi/agents/archivemailagent.desktop
%{_kde_appsdir}/akonadi_archivemail_agent/

#-----------------------------------------------------------------------------

%package -n akonadi-mailfilter-agent
Summary:	Akonadi mailfilter agent
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n akonadi-mailfilter-agent
Akonadi mailfilter agent.

%files -n akonadi-mailfilter-agent
%{_kde_bindir}/akonadi_mailfilter_agent
%{_kde_datadir}/akonadi/agents/mailfilteragent.desktop
%{_kde_appsdir}/akonadi_mailfilter_agent/
%{_kde_appsdir}/kconf_update/mailfilteragent.upd
%{_kde_appsdir}/kconf_update/migrate-kmail-filters.pl

#-----------------------------------------------------------------------------

%package -n akonadi-notes-agent
Summary:	Akonadi notes agent
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}
Requires:	knotes = %{EVRD}

%description -n akonadi-notes-agent
Akonadi notes agent. It adds notes received via network and handles note
alarm notifications.

%files -n akonadi-notes-agent
%doc %{_kde_docdir}/HTML/en/akonadi_notes_agent
%{_kde_bindir}/akonadi_notes_agent
%{_kde_datadir}/akonadi/agents/notesagent.desktop
%{_kde_appsdir}/akonadi_notes_agent/
%{_kde_appsdir}/kconf_update/noteglobalsettings.upd

#-----------------------------------------------------------------------------

%package -n akonadi-sendlater-agent
Summary:	Akonadi sendlater agent
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n akonadi-sendlater-agent
Akonadi sendlater agent.

%files -n akonadi-sendlater-agent
%doc %{_kde_docdir}/HTML/en/akonadi_sendlater_agent
%{_kde_bindir}/akonadi_sendlater_agent
%{_kde_datadir}/akonadi/agents/sendlateragent.desktop
%{_kde_appsdir}/akonadi_sendlater_agent/

#-----------------------------------------------------------------------------

%package -n akregator
Summary:	A Feed Reader for KDE
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/Akregator
Requires:	%{name}-core = %{EVRD}
Provides:	kde4-akregator = %{EVRD}
Conflicts:	%{name}-core < 2:4.5.77
Conflicts:	%{name}-devel < 3:4.11.0

%description -n akregator
Akregator is a news feed reader for the KDE desktop. It enables you to
follow news sites, blogs and other RSS/Atom-enabled websites without
the need to manually check for updates using a web browser. Akregator
is designed to be both easy to use and to be powerful enough to read
hundreds of news sources conveniently. It comes with Konqueror
integration for adding news feeds and with an internal browser for
easy news reading.

%files -n akregator
%doc %{_kde_docdir}/HTML/en/akregator
%{_kde_bindir}/akregator
%{_kde_bindir}/akregatorstorageexporter
%{_kde_applicationsdir}/akregator.desktop
%{_kde_appsdir}/akregator
%{_kde_appsdir}/akregator_sharemicroblog_plugin
%{_kde_datadir}/config.kcfg/akregator.kcfg
%{_kde_iconsdir}/*/*/apps/akregator.*
%{_kde_iconsdir}/*/*/apps/akregator_empty.*
%{_kde_services}/kontact/akregatorplugin.desktop
%{_kde_services}/akregator_*
%{_kde_services}/feed.protocol
%{_kde_servicetypes}/akregator_plugin.desktop
%{_kde_libdir}/kde4/akregator*
%{_kde_libdir}/kde4/kontact_akregatorplugin.so
%{_datadir}/dbus-1/interfaces/org.kde.akregator.part.xml

#-----------------------------------------------------------------------------

%package -n blogilo
Summary:	Blogging client for kde
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n blogilo
Blogilo is a blogging client for KDE, which supports famous blogging
APIs.

It was known as Bilbo blogger before, But because of a trademark
issue, We (Blogilo developers) decided to choose a new name for it.
More information about the decision can be found at
http://blogilo.gnufolks.org/news/.

Its current features:

* A full featured WYSIWYG editor.
* An HTML editor with syntax highlighting.
* Previewing your post with your blog style! like when you are
visiting it at your blog.
* Support for Blogger1.0, MetaWeblog, MovableType (Wordpress supports
All of these!) and Google GData (used on Blogspot.com blogs) APIs!
* Support for Creating/Modifying/Deleting posts.
* Support for creating drafts and scheduled posts!
* Support for uploading media files to your blog (Just on supported
APIs e.g. MetaWeblog and MovableType)
* Support for uploading to FTP server.
* Support for Fetching your recent blog entries.
* Support for adding Images to post from your system. It will upload
them on Submitting post to blog (Just on supported APIs e.g.
MetaWeblog and MovableType)
* Support for saving local entries before publishing.
* Saving your writing copy to prevent data loss, at configurable
intervals.
* and ...

%files -n blogilo
%doc %{_kde_docdir}/HTML/en/blogilo
%{_kde_bindir}/blogilo
%{_kde_appsdir}/blogilo
%{_kde_applicationsdir}/blogilo.desktop
%{_kde_datadir}/config.kcfg/blogilo.kcfg
%{_kde_iconsdir}/*/*/apps/blogilo.*
%{_kde_iconsdir}/*/*/actions/format-text-blockquote.*
%{_kde_iconsdir}/*/*/actions/format-text-code.*
%{_kde_iconsdir}/*/*/actions/insert-more-mark.*
%{_kde_iconsdir}/*/*/actions/remove-link.*
%{_kde_iconsdir}/*/*/actions/upload-media.*

#-----------------------------------------------------------------------------

%package -n headerthemeeditor
Summary:	KMail Header Theme Editor
Group:		Graphical desktop/KDE
Requires:	kmail

%description -n headerthemeeditor
KMail Header Theme Editor.

%files -n headerthemeeditor
%doc %{_kde_docdir}/HTML/en/headerthemeeditor
%{_kde_bindir}/headerthemeeditor
%{_kde_appsdir}/headerthemeeditor
%{_kde_applicationsdir}/headerthemeeditor.desktop

#-----------------------------------------------------------------------------

%package -n contactthemeeditor
Summary:	KDE Contact Theme Editor
Group:		Graphical desktop/KDE
Requires:	kaddressbook

%description -n contactthemeeditor
KDE Contact Theme Editor.

%files -n contactthemeeditor
%doc %{_kde_docdir}/HTML/en/contactthemeeditor
%{_kde_bindir}/contactthemeeditor
%{_kde_appsdir}/contactthemeeditor
%{_kde_appsdir}/kconf_update/grantleetheme.upd
%{_kde_applicationsdir}/contactthemeeditor.desktop

#-----------------------------------------------------------------------------

%package -n importwizard
Summary:	Import Wizard allows to migrate data from mailer as thunderbird/evolution etc
Group:		Graphical desktop/KDE
Requires:	kmail

%description -n importwizard
Import Wizard allows to migrate data from mailer as thunderbird/evolution etc.

%files -n importwizard
%doc %{_kde_docdir}/HTML/en/importwizard
%{_kde_bindir}/importwizard
%{_kde_applicationsdir}/importwizard.desktop
%{_kde_iconsdir}/*/*/apps/kontact-import-wizard.*

#-----------------------------------------------------------------------------

%package -n kaddressbook
Summary:	The KDE addressbook application
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KAddressBook
Requires:	%{name}-core = %{EVRD}
# Grantlee is needed for the simple view in kaddressbook
Requires:	grantlee
Requires:	akonadi-common
Suggests:	contactthemeeditor = %{EVRD}
Provides:	kde4-kaddressbook = %{EVRD}
Conflicts:	%{name}-devel < 3:4.11.0

%description -n kaddressbook
The KDE addressbook application.

%files -n kaddressbook
%doc %{_kde_docdir}/HTML/en/kabcclient
%{_kde_bindir}/kaddressbook
%{_kde_bindir}/kabc2mutt
%{_kde_bindir}/kabcclient
%{_kde_applicationsdir}/kaddressbook.desktop
%{_kde_applicationsdir}/kaddressbook-importer.desktop
%{_kde_appsdir}/kaddressbook
%{_kde_configdir}/kaddressbook_themes.knsrc
%{_kde_libdir}/kde4/kcm_ldap.so
%{_kde_libdir}/akonadi/contact/editorpageplugins/cryptopageplugin.so
%{_kde_libdir}/kde4/kaddressbookpart.so
%{_kde_libdir}/kde4/kontact_kaddressbookplugin.so
%{_kde_iconsdir}/*/*/apps/kaddressbook.*
%{_kde_services}/kaddressbookpart.desktop
%{_kde_services}/kontact/kaddressbookplugin.desktop
%{_kde_services}/kcmldap.desktop
%{_kde_mandir}/man1/kabcclient.1.*
%{_datadir}/dbus-1/interfaces/org.kde.addressbook.service.xml

#-----------------------------------------------------------------------------

%package -n kalarm
Summary:	A personal alarm message, command and email scheduler
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KAlarm
Requires:	%{name}-core = %{EVRD}
Provides:	kde4-kalarm = %{EVRD}
Conflicts:	%{name}-devel < 3:4.11.0

%description -n kalarm
KAlarm is a personal alarm message, command and email scheduler. It lets you
set up personal alarm messages which pop up on the screen at the chosen time,
or you can schedule commands to be executed or emails to be sent.

%files -n kalarm
%doc %{_kde_docdir}/HTML/en/kalarm
%{_kde_bindir}/kalarm
%{_kde_bindir}/kalarmautostart
%{_kde_libdir}/kde4/libexec/kalarm_helper
%{_kde_applicationsdir}/kalarm.desktop
%{_kde_appsdir}/kalarm
%{_kde_appsdir}/kconf_update/kalarm-1.2.1-general.pl
%{_kde_appsdir}/kconf_update/kalarm-1.9.5-defaults.pl
%{_kde_appsdir}/kconf_update/kalarm-2.0.2-general.pl
%{_kde_appsdir}/kconf_update/kalarm-2.1.5-general.pl
%{_kde_appsdir}/kconf_update/kalarm-version.pl
%{_kde_appsdir}/kconf_update/kalarm.upd
%{_kde_autostart}/kalarm.autostart.desktop
%{_kde_datadir}/config.kcfg/kalarmconfig.kcfg
%{_kde_datadir}/polkit-1/actions/org.kde.kalarmrtcwake.policy
%{_kde_iconsdir}/*/*/apps/kalarm.*
%{_sysconfdir}/dbus-1/system.d/org.kde.kalarmrtcwake.conf
%{_datadir}/dbus-1/system-services/org.kde.kalarmrtcwake.service
%{_datadir}/dbus-1/interfaces/org.kde.kalarm.kalarm.xml

#---------------------------------------------------------------------------

%package -n kincidenceeditor
Summary:	kincidenceeditor
Group:		Graphical desktop/KDE

%description -n kincidenceeditor
New incidince editor.

%files -n kincidenceeditor
%{_kde_bindir}/kincidenceeditor

#-----------------------------------------------------------------------------

%package -n kjots
Summary:	KDE note taking utility
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KJots
Requires:	%{name}-core = %{EVRD}
Provides:	kde4-kjots = %{EVRD}

%description -n kjots
A small program which is handy for keeping and organizing miscellaneous
notes.

%files -n kjots
%doc %{_kde_docdir}/HTML/en/kjots
%{_kde_bindir}/kjots
%{_kde_appsdir}/desktoptheme/default/widgets/stickynote.svgz
%{_kde_appsdir}/kjots
%{_kde_applicationsdir}/Kjots.desktop
%{_kde_libdir}/kde4/kcm_kjots.so
%{_kde_libdir}/kde4/kjotspart.so
%{_kde_libdir}/kde4/kontact_kjotsplugin.so
%{_kde_libdir}/kde4/plasma_applet_akonotes_list.so
%{_kde_libdir}/kde4/plasma_applet_akonotes_note.so
%{_kde_datadir}/config.kcfg/kjots.kcfg
%{_kde_iconsdir}/*/*/apps/kjots.*
%{_kde_iconsdir}/*/*/actions/edit-delete-page.*
%{_kde_services}/akonotes_list.desktop
%{_kde_services}/akonotes_note.desktop
%{_kde_services}/kjots_config_misc.desktop
%{_kde_services}/kjotspart.desktop
%{_kde_services}/kontact/kjots_plugin.desktop

#-----------------------------------------------------------------------------

%package -n kleopatra
Summary:	KDE Certificate Manager
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}
Provides:	kde4-kleopatra = %{EVRD}

%description -n kleopatra
KDE Certificate Manager

%files -n kleopatra
%doc %{_kde_docdir}/HTML/en/kleopatra
%doc %{_kde_docdir}/HTML/en/kwatchgnupg
%{_kde_bindir}/kleopatra
%{_kde_bindir}/kgpgconf
%{_kde_bindir}/kwatchgnupg
%{_kde_applicationsdir}/kleopatra.desktop
%{_kde_applicationsdir}/kleopatra_import.desktop
%{_kde_configdir}/libkleopatrarc
%{_kde_appsdir}/kleopatra
%{_kde_appsdir}/libkleopatra
%{_kde_appsdir}/kwatchgnupg
%{_kde_iconsdir}/*/*/apps/kleopatra.*
%{_kde_services}/kleopatra_*
%{_kde_libdir}/kde4/kcm_kleopatra.so

#-----------------------------------------------------------------------------

%package -n kmail
Summary:	KDE Email Client
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KMail
Requires:	%{name}-core = %{EVRD}
Requires:	kdepimlibs4-core
Requires:	sasl-plug-plain
Requires:	sasl-plug-ntlm
Requires:	sasl-plug-login
Requires:	sasl-plug-digestmd5
Requires:	kio4-pop3
Requires:	kio4-smtp
Requires:	kio4-mbox
Requires:	kio4-imap
Requires:	kio4-sieve
Requires:	akonadi-archivemail-agent = %{EVRD}
Requires:	akonadi-mailfilter-agent = %{EVRD}
Requires:	akonadi-sendlater-agent = %{EVRD}
Requires:	headerthemeeditor = %{EVRD}
Requires:	messageviewer = %{EVRD}
Suggests:	kaddressbook = %{EVRD}
Suggests:	kmailcvt = %{EVRD}
Suggests:	pinentry-qt4
Suggests:	openssh-askpass-qt4
Suggests:	pimsettingexporter
Suggests:	importwizard
Suggests:	mboximporter
Suggests:	sieveeditor
Provides:	kde4-kmail = %{EVRD}
Provides:	kmail2 = %{EVRD}
Conflicts:	kmail-common < 3:4.11.0
Conflicts:	%{name}-devel < 3:4.11.0

%description -n kmail
KMail is the email component of Kontact, the integrated personal
information manager of KDE.

%files -n kmail
%doc %{_kde_docdir}/HTML/en/kmail
%{_kde_bindir}/kmail
%{_kde_bindir}/kmail_antivir.sh
%{_kde_bindir}/kmail_clamav.sh
%{_kde_bindir}/kmail_fprot.sh
%{_kde_bindir}/kmail_sav.sh
%{_kde_applicationsdir}/KMail2.desktop
%{_kde_applicationsdir}/kmail_view.desktop
%{_kde_appsdir}/composereditor/composereditorinitialhtml
%{_kde_appsdir}/kconf_update/kmail*
%{_kde_appsdir}/kconf_update/upgrade-signature.pl
%{_kde_appsdir}/kconf_update/upgrade-transport.pl
%{_kde_appsdir}/kmail2
%{_kde_datadir}/config.kcfg/customtemplates_kfg.kcfg
%{_kde_datadir}/config.kcfg/kmail.kcfg
%{_kde_datadir}/config.kcfg/templatesconfiguration_kfg.kcfg
%{_kde_configdir}/kmail.antispamrc
%{_kde_configdir}/kmail.antivirusrc
%{_kde_configdir}/ksieve_script.knsrc
%{_kde_iconsdir}/*/*/apps/kmail.*
%{_kde_services}/kontact/kmailplugin.desktop
%{_kde_services}/kmail_config_accounts.desktop
%{_kde_services}/kmail_config_appearance.desktop
%{_kde_services}/kmail_config_composer.desktop
%{_kde_services}/kmail_config_identity.desktop
%{_kde_services}/kmail_config_misc.desktop
%{_kde_services}/kmail_config_security.desktop
%{_kde_services}/kcmkmailsummary.desktop
%{_kde_services}/kcm_kpimidentities.desktop
%{_kde_services}/ServiceMenus/kmail_addattachmentservicemenu.desktop
%{_kde_servicetypes}/dbusmail.desktop
%{_kde_libdir}/kde4/kcm_kmail.so
%{_kde_libdir}/kde4/kcm_kpimidentities.so
%{_kde_libdir}/kde4/kmailpart.so
%{_kde_libdir}/kde4/kcm_kmailsummary.so
%{_kde_libdir}/kde4/kontact_kmailplugin.so
%{_kde_libdir}/kde4/ktexteditorkabcbridge.so
%{_datadir}/dbus-1/interfaces/org.kde.kmail.kmail.xml
%{_datadir}/dbus-1/interfaces/org.kde.kmail.kmailpart.xml

#-----------------------------------------------------------------------------

%package -n kmailcvt
Summary:	KDE Mail Import tool
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KMail
Requires:	%{name}-core = %{EVRD}
Provides:	kde4-kmailcvt = %{EVRD}

%description -n kmailcvt
KDE Mail Import tool

%files -n kmailcvt
%doc %{_kde_docdir}/HTML/en/kmailcvt
%{_kde_bindir}/kmailcvt
%{_kde_appsdir}/kmailcvt/pics/step1.png
%{_kde_iconsdir}/*/*/apps/kmailcvt.*

#-----------------------------------------------------------------------------

%package -n knode
Summary:	A newsreader for the K Desktop Environment
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KNode
Requires:	%{name}-core = %{EVRD}
Requires:	kdepimlibs4-core
Requires:	kio4-nntp
Provides:	kde4-knode = %{EVRD}
Conflicts:	%{name}-devel < 3:4.11.0

%description -n knode
KNode is a newsreader for the K Desktop Environment.

It is GNKSA compliant (unfortunally a review is still pending), and has
support for MIME and multiple servers.

It is a online-reader, but in combination with a local newsserver like
leafnode also usable with dial-up connections.

%files -n knode
%doc %{_kde_docdir}/HTML/en/knode
%doc %{_kde_docdir}/HTML/en/kioslave/news
%{_kde_bindir}/knode
%{_kde_applicationsdir}/KNode.desktop
%{_kde_appsdir}/knode
%{_kde_appsdir}/kconf_update/knode.upd
%{_kde_iconsdir}/*/*/apps/knode.*
%{_kde_services}/kontact/knodeplugin.desktop
%{_kde_services}/knode_config_accounts.desktop
%{_kde_services}/knode_config_appearance.desktop
%{_kde_services}/knode_config_cleanup.desktop
%{_kde_services}/knode_config_identity.desktop
%{_kde_services}/knode_config_post_news.desktop
%{_kde_services}/knode_config_privacy.desktop
%{_kde_services}/knode_config_read_news.desktop
%{_kde_libdir}/kde4/kcm_knode.so
%{_kde_libdir}/kde4/knodepart.so
%{_kde_libdir}/kde4/kontact_knodeplugin.so
%{_datadir}/dbus-1/interfaces/org.kde.knode.xml

#-----------------------------------------------------------------------------

%package -n knotes
Summary:	Notes for the K Desktop Environment
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KNotes
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-kresources
Requires:	akonadi-notes-agent = %{EVRD}
Requires:	kio4-nntp
Provides:	kde4-knotes = %{EVRD}
Conflicts:	%{name}-devel < 3:4.11.0

%description -n knotes
KNotes aims to be a useful and full featured notes application for
the KDE project. It tries to be as fast and lightweight as possible
although including some advanced features.

%files -n knotes
%doc %{_kde_docdir}/HTML/en/knotes
%{_kde_bindir}/knotes
%{_kde_applicationsdir}/knotes.desktop
%{_kde_datadir}/config.kcfg/knotesglobalconfig.kcfg
%{_kde_datadir}/config/knotes_printing_theme.knsrc
%{_kde_appsdir}/knotes
%{_kde_iconsdir}/*/*/apps/knotes.*
%{_kde_iconsdir}/*/*/actions/knotes_*
%{_kde_services}/kcmknotessummary.desktop
%{_kde_services}/kontact/knotesplugin.desktop
%{_kde_services}/knote_config_action.desktop
%{_kde_services}/knote_config_collection.desktop
%{_kde_services}/knote_config_display.desktop
%{_kde_services}/knote_config_editor.desktop
%{_kde_services}/knote_config_misc.desktop
%{_kde_services}/knote_config_network.desktop
%{_kde_services}/knote_config_print.desktop
%{_kde_libdir}/kde4/kcm_knote.so
%{_kde_libdir}/kde4/kcm_knotessummary.so
%{_kde_libdir}/kde4/kontact_knotesplugin.so
%{_datadir}/dbus-1/interfaces/org.kde.KNotes.xml

#-----------------------------------------------------------------------------

%package -n kontact
Summary:	Kontact Container
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/Kontact
Requires:	%{name}-core = %{EVRD}
Requires:	kio4-ldap
Provides:	kde4-kontact = %{EVRD}
Suggests:	akregator
Suggests:	kmail
Suggests:	knotes
Suggests:	ktimetracker
Suggests:	knode
Suggests:	kalarm
Suggests:	kaddressbook
Suggests:	korganizer
Conflicts:	%{name}-devel < 3:4.11.0

%description -n kontact
The KDE Kontact Personal Information Management suite unites mature and
proven KDE applications under one roof. Thanks to the powerful KParts
technology, existing applications are seamlessly integrated into one.

%files -n kontact
%doc %{_kde_docdir}/HTML/en/kontact
%doc %{_kde_docdir}/HTML/en/kontact-admin
%{_kde_bindir}/kontact
%{_kde_appsdir}/kontact
%{_kde_appsdir}/kontactsummary
%{_kde_applicationsdir}/Kontact.desktop
%{_kde_applicationsdir}/kontact-admin.desktop
%{_kde_datadir}/config.kcfg/kontact.kcfg
%{_kde_iconsdir}/*/*/apps/kontact.*
%{_kde_services}/kontactconfig.desktop
%{_kde_services}/kcmapptsummary.desktop
%{_kde_services}/kcmkontactsummary.desktop
%{_kde_services}/kcmsdsummary.desktop
%{_kde_services}/kontact/summaryplugin.desktop
%{_kde_services}/kontact/specialdatesplugin.desktop
%{_kde_libdir}/kde4/kcm_apptsummary.so
%{_kde_libdir}/kde4/kcm_kontact.so
%{_kde_libdir}/kde4/kcm_kontactsummary.so
%{_kde_libdir}/kde4/kontact_journalplugin.so
%{_kde_libdir}/kde4/kcm_sdsummary.so
%{_kde_libdir}/kde4/kontact_specialdatesplugin.so
%{_kde_libdir}/kde4/kontact_summaryplugin.so
%{_datadir}/dbus-1/interfaces/org.kde.kontact.KNotes.xml

#-----------------------------------------------------------------------------

%package -n korganizer
Summary:	Calendar and scheduling component
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KOrganizer
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-kresources
Requires:	kio4-ldap
Suggests:	kincidenceeditor
Provides:	kde4-korganizer = %{EVRD}
Conflicts:	%{name}-devel < 3:4.11.0

%description -n korganizer
KOrganizer provides management of events and tasks, alarm notification,
web export, network transparent handling of data, group scheduling,
import and export of calendar files and more. It is able to work together
with a wide variety of groupware servers, for example Kolab, Open-Xchange,
Citadel or OpenGroupware.org.

%files -n korganizer
%doc %{_kde_docdir}/HTML/en/korganizer
%doc %{_kde_docdir}/HTML/en/konsolekalendar
%{_kde_bindir}/calendarjanitor
%{_kde_bindir}/ical2vcal
%{_kde_bindir}/konsolekalendar
%{_kde_bindir}/korgac
%{_kde_bindir}/korganizer
%{_kde_applicationsdir}/konsolekalendar.desktop
%{_kde_applicationsdir}/korganizer-import.desktop
%{_kde_applicationsdir}/korganizer.desktop
%{_kde_appsdir}/kconf_update/korganizer.upd
%{_kde_appsdir}/korgac
%{_kde_appsdir}/korganizer
%{_kde_iconsdir}/*/*/apps/konsolekalendar.*
%{_kde_iconsdir}/*/*/apps/korganizer.*
%{_kde_iconsdir}/*/*/actions/checkmark.*
%{_kde_iconsdir}/*/*/actions/smallclock.*
%{_kde_iconsdir}/*/*/actions/upindicator.*
%{_kde_iconsdir}/*/*/apps/korg-journal.*
%{_kde_iconsdir}/*/*/apps/korg-todo.*
%{_kde_autostart}/korgac.desktop
%{_kde_datadir}/config.kcfg/korganizer.kcfg
%{_kde_configdir}/korganizer.knsrc
%{_kde_services}/kontact/korganizerplugin.desktop
%{_kde_services}/kontact/todoplugin.desktop
%{_kde_services}/kcmtodosummary.desktop
%{_kde_services}/kontact/journalplugin.desktop
%{_kde_services}/korganizer*
%{_kde_services}/webcal.protocol
%{_kde_servicetypes}/calendardecoration.desktop
%{_kde_servicetypes}/calendarplugin.desktop
%{_kde_servicetypes}/dbuscalendar.desktop
%{_kde_libdir}/kde4/kcm_todosummary.so
%{_kde_libdir}/kde4/kontact_todoplugin.so
%{_kde_libdir}/kde4/kcm_korganizer.so
%{_kde_libdir}/kde4/korg_*
%{_kde_libdir}/kde4/korganizerpart.so
%{_kde_libdir}/kde4/kontact_korganizerplugin.so
%{_datadir}/dbus-1/interfaces/org.kde.korganizer.KOrgac.xml
%{_datadir}/dbus-1/interfaces/org.kde.korganizer.Korganizer.xml
%{_datadir}/dbus-1/interfaces/org.kde.Korganizer.Calendar.xml

#-----------------------------------------------------------------------------

%package kresources
Summary:	KDE pim resource plugins
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description kresources
This package includes several plugins needed to interface with groupware
servers. It also includes plugins for features such as blogging and
tracking feature plans.

%files kresources
%{_kde_libdir}/kde4/kcal_blog.so
%{_kde_libdir}/kde4/kcal_remote.so
%{_kde_services}/kresources/kcal/blog.desktop
%{_kde_services}/kresources/kcal/remote.desktop

#-----------------------------------------------------------------------------

%package -n ksendemail
Summary:	%{name} ksendemail
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n ksendemail
%{name} ksendemail.

%files -n ksendemail
%{_kde_bindir}/ksendemail

#-----------------------------------------------------------------------------

%package -n ktimetracker
Summary:	Tracks time spent on various tasks
Group:		Graphical desktop/KDE
Url:		http://community.kde.org/Ktimetracker
Requires:	%{name}-core = %{EVRD}
Provides:	kde4-ktimetracker = %{EVRD}
Conflicts:	%{name}-devel < 3:4.11.0

%description -n ktimetracker
KTimeTracker tracks time spent on various tasks. It is useful for tracking
hours to be billed to different clients or just to find out what percentage
of your day is spent playing Doom or reading Slashdot.

%files -n ktimetracker
%doc %{_kde_docdir}/HTML/en/ktimetracker
%{_kde_bindir}/karm
%{_kde_bindir}/ktimetracker
%{_kde_appsdir}/ktimetracker
%{_kde_applicationsdir}/ktimetracker.desktop
%{_kde_iconsdir}/*/*/apps/ktimetracker.*
%{_kde_services}/ktimetrackerpart.desktop
%{_kde_services}/ktimetracker_config_behavior.desktop
%{_kde_services}/ktimetracker_config_display.desktop
%{_kde_services}/ktimetracker_config_storage.desktop
%{_kde_libdir}/kde4/ktimetrackerpart.so
%{_kde_libdir}/kde4/kcm_ktimetracker.so
%{_datadir}/dbus-1/interfaces/org.kde.ktimetracker.ktimetracker.xml

#-----------------------------------------------------------------------------

%package -n ktnef
Summary:	KDE TNEF File Viewer
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n ktnef
The TNEF File Viewer allows you to handle mail attachments using the TNEF
format. These attachments are usually found in mails coming from Microsoft
mail servers and embed the mail properties as well as the actual attachments.

%files -n ktnef
%doc %{_kde_docdir}/HTML/en/ktnef
%{_kde_bindir}/ktnef
%{_kde_applicationsdir}/ktnef.desktop
%{_kde_appsdir}/ktnef
%{_kde_iconsdir}/*/*/apps/ktnef*.*
%{_kde_iconsdir}/*/*/actions/ktnef*.*

#-----------------------------------------------------------------------------

%package -n mboximporter
Summary:	MBoxImporter allows to migrate data from MBox
Group:		Graphical desktop/KDE
Requires:	kmail

%description -n mboximporter
MBoxImporter allows to migrate data from MBox.

%files -n mboximporter
%{_kde_bindir}/mboximporter
%{_kde_applicationsdir}/mboximporter.desktop

#-----------------------------------------------------------------------------

%package -n messageviewer
Summary:	Message viewer for KDE Email Client
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KMail
Conflicts:	akonadi-mailfilter-agent < 3:4.11.0
Conflicts:	kmail-common < 3:4.11.0
Obsoletes:	kmail-common < 3:4.11.0

%description -n messageviewer
Message viewer for KDE Email Client.

%files -n messageviewer
%{_kde_appsdir}/libmessageviewer
%{_kde_appsdir}/messageviewer
%{_kde_appsdir}/messagelist
%{_kde_libdir}/kde4/messageviewer_bodypartformatter_application_mstnef.so
%{_kde_libdir}/kde4/messageviewer_bodypartformatter_text_calendar.so
%{_kde_libdir}/kde4/messageviewer_bodypartformatter_text_vcard.so
%{_kde_libdir}/kde4/messageviewer_bodypartformatter_text_xdiff.so
%{_kde_plugindir}/accessible/messagevieweraccessiblewidgetfactory.so
%{_kde_plugindir}/grantlee/0.3/grantlee_messageheaderfilters.so
%{_kde_datadir}/config/messageviewer_header_themes.knsrc

#-----------------------------------------------------------------------------

%package -n pimsettingexporter
Summary:	Allows to save data from KDE PIM applications and restore them in other systems
Group:		Graphical desktop/KDE
Requires:	kmail
Obsoletes:	backupmail < 3:4.10.0

%description -n pimsettingexporter
Allows to save data from KDE PIM applications and restore them in other
systems. Successor of Backup Mail from KDE 4.9.

%files -n pimsettingexporter
%doc %{_kde_docdir}/HTML/en/pimsettingexporter
%{_kde_bindir}/pimsettingexporter
%{_kde_appsdir}/pimsettingexporter/backup-structure.txt
%{_kde_appsdir}/pimsettingexporter/pimsettingexporter.rc

#-----------------------------------------------------------------------------

%package -n sieveeditor
Summary:	Storage service manager
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n sieveeditor
KDE storage service manager. It allows to manage your storage service as
DropBox etc.

%files -n sieveeditor
%doc %{_kde_docdir}/HTML/en/sieveeditor
%{_kde_bindir}/sieveeditor
%{_kde_applicationsdir}/sieveeditor.desktop
%{_kde_appsdir}/sieve/scripts/
%{_kde_appsdir}/sieveeditor/

#-----------------------------------------------------------------------------

%package -n storageservicemanager
Summary:	Storage service manager
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n storageservicemanager
KDE storage service manager. It allows to manage your storage service as
DropBox etc.

%files -n storageservicemanager
%{_kde_bindir}/storageservicemanager
%{_kde_applicationsdir}/storageservicemanager.desktop
%{_kde_appsdir}/storageservicemanager/
%{_kde_iconsdir}/*/*/apps/kdepim-dropbox.*
%{_kde_iconsdir}/*/*/apps/kdepim-googledrive.*

#-----------------------------------------------------------------------------

%define akonadi_next_major 4
%define libakonadi_next %mklibname akonadi-next %{akonadi_next_major}

%package -n %{libakonadi_next}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libakonadi_next}
KDE 4 library.

%files -n %{libakonadi_next}
%{_kde_libdir}/libakonadi_next.so.%{akonadi_next_major}*

#-----------------------------------------------------------------------------

%define akregatorinterfaces_major 4
%define libakregatorinterfaces %mklibname akregatorinterfaces %{akregatorinterfaces_major}

%package -n %{libakregatorinterfaces}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libakregatorinterfaces}
KDE 4 library.

%files -n %{libakregatorinterfaces}
%{_kde_libdir}/libakregatorinterfaces.so.%{akregatorinterfaces_major}*

#-----------------------------------------------------------------------------

%define akregatorprivate_major 4
%define libakregatorprivate %mklibname akregatorprivate %{akregatorprivate_major}

%package -n %{libakregatorprivate}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libakregatorprivate}
KDE 4 library.

%files -n %{libakregatorprivate}
%{_kde_libdir}/libakregatorprivate.so.%{akregatorprivate_major}*

#------------------------------------------------------------------------------

%define calendarsupport_major 4
%define libcalendarsupport %mklibname calendarsupport %{calendarsupport_major}

%package -n %{libcalendarsupport}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libcalendarsupport}
KDE 4 library for korganizer-Mobile.

%files -n %{libcalendarsupport}
%{_kde_libdir}/libcalendarsupport.so.%{calendarsupport_major}*

#-----------------------------------------------------------------------------

%define composereditorng_major 4
%define libcomposereditorng %mklibname composereditorng %{composereditorng_major}

%package -n %{libcomposereditorng}
Summary:	Library providing autospell checking
Group:		System/Libraries

%description -n %{libcomposereditorng}
This library provides autospell checking.

%files -n %{libcomposereditorng}
%{_kde_libdir}/libcomposereditorng.so.%{composereditorng_major}*

#-----------------------------------------------------------------------------

%define eventviews_major 4
%define libeventviews %mklibname eventviews %{eventviews_major}

%package -n %{libeventviews}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libeventviews}
KDE 4 library.

%files -n %{libeventviews}
%{_kde_libdir}/libeventviews.so.%{eventviews_major}*

#-----------------------------------------------------------------------------

%define grantleetheme_major 4
%define libgrantleetheme %mklibname grantleetheme %{grantleetheme_major}

%package -n %{libgrantleetheme}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libgrantleetheme}
KDE 4 library.

%files -n %{libgrantleetheme}
%{_kde_libdir}/libgrantleetheme.so.%{grantleetheme_major}*

#-----------------------------------------------------------------------------

%define grantleethemeeditor_major 4
%define libgrantleethemeeditor %mklibname grantleethemeeditor %{grantleethemeeditor_major}

%package -n %{libgrantleethemeeditor}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libgrantleethemeeditor}
KDE 4 library.

%files -n %{libgrantleethemeeditor}
%{_kde_libdir}/libgrantleethemeeditor.so.%{grantleethemeeditor_major}*

#----------------------------------------------------------------------------

%define incidenceeditorsng_major 4
%define libincidenceeditorsng %mklibname incidenceeditorsng %{incidenceeditorsng_major}

%package -n %{libincidenceeditorsng}
Summary:	KDE 4 library
Group:		System/Libraries
Obsoletes:	%{_lib}incidenceeditors4 < 2:4.5.68

%description -n %{libincidenceeditorsng}
KDE 4 library.

%files -n %{libincidenceeditorsng}
%{_kde_libdir}/libincidenceeditorsng.so.%{incidenceeditorsng_major}*

#-----------------------------------------------------------------------------

%define incidenceeditorsngmobile_major 4
%define libincidenceeditorsngmobile %mklibname incidenceeditorssngmobile %{incidenceeditorsngmobile_major}

%package -n %{libincidenceeditorsngmobile}
Summary:	KDEPIM Mobile Library
Group:		System/Libraries

%description -n %{libincidenceeditorsngmobile}
KDE PIM Mobile library.

%files -n %{libincidenceeditorsngmobile}
%{_kde_libdir}/libincidenceeditorsngmobile.so.%{incidenceeditorsngmobile_major}*

#-----------------------------------------------------------------------------

%define kaddressbookgrantlee_major 4
%define libkaddressbookgrantlee %mklibname kaddressbookgrantlee %{kaddressbookgrantlee_major}

%package -n %{libkaddressbookgrantlee}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkaddressbookgrantlee}
KDE 4 library.

%files -n %{libkaddressbookgrantlee}
%{_kde_libdir}/libkaddressbookgrantlee.so.%{kaddressbookgrantlee_major}*

#-----------------------------------------------------------------------------

%define kaddressbookprivate_major 4
%define libkaddressbookprivate %mklibname kaddressbookprivate %{kaddressbookprivate_major}

%package -n %{libkaddressbookprivate}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkaddressbookprivate}
KDE 4 library.

%files -n %{libkaddressbookprivate}
%{_kde_libdir}/libkaddressbookprivate.so.%{kaddressbookprivate_major}*

#-----------------------------------------------------------------------------

%define kcal_resourceblog 4
%define libkcal_resourceblog %mklibname kcal_resourceblog %{kcal_resourceblog}

%package -n %{libkcal_resourceblog}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkcal_resourceblog}
KDE 4 library.

%files -n %{libkcal_resourceblog}
%{_kde_libdir}/libkcal_resourceblog.so.%{kcal_resourceblog}*

#-----------------------------------------------------------------------------

%define kcal_resourceremote_major 4
%define libkcal_resourceremote %mklibname kcal_resourceremote %{kcal_resourceremote_major}

%package -n %{libkcal_resourceremote}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkcal_resourceremote}
KDE 4 library.

%files -n %{libkcal_resourceremote}
%{_kde_libdir}/libkcal_resourceremote.so.%{kcal_resourceremote_major}*

#-----------------------------------------------------------------------------

%define kdepim_major 4
%define libkdepim %mklibname kdepim %{kdepim_major}

%package -n %{libkdepim}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdepim}
KDE 4 library.

%files -n %{libkdepim}
%{_kde_libdir}/libkdepim.so.%{kdepim_major}*

#-----------------------------------------------------------------------

%define kdgantt2_major 0
%define libkdgantt2 %mklibname kdgantt2 %{kdgantt2_major}

%package -n %{libkdgantt2}
Summary:	KDE4 library
Group:		System/Libraries

%description -n %{libkdgantt2}
KDE 4 library.

%files -n %{libkdgantt2}
%{_kde_libdir}/libkdgantt2.so.%{kdgantt2_major}*

#-----------------------------------------------------------------------------

%define kleo_major 4
%define libkleo %mklibname kleo %{kleo_major}

%package -n %{libkleo}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkleo}
KDE 4 library.

%files -n %{libkleo}
%{_kde_libdir}/libkleo.so.%{kleo_major}*

#-----------------------------------------------------------------------------

%define kmailprivate_major 4
%define libkmailprivate %mklibname kmailprivate %{kmailprivate_major}

%package -n %{libkmailprivate}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkmailprivate}
KDE 4 library.

%files -n %{libkmailprivate}
%{_kde_libdir}/libkmailprivate.so.%{kmailprivate_major}*

#-----------------------------------------------------------------------------

%define kmanagesieve_major 4
%define libkmanagesieve %mklibname kmanagesieve %{kmanagesieve_major}

%package -n %{libkmanagesieve}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkmanagesieve}
KDE 4 library.

%files -n %{libkmanagesieve}
%{_kde_libdir}/libkmanagesieve.so.%{kmanagesieve_major}*

#-----------------------------------------------------------------------------

%define knodecommon_major 4
%define libknodecommon %mklibname knodecommon %{knodecommon_major}

%package -n %{libknodecommon}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libknodecommon}
KDE 4 library.

%files -n %{libknodecommon}
%{_kde_libdir}/libknodecommon.so.%{knodecommon_major}*

#-----------------------------------------------------------------------------

%define knotesprivate_major 4
%define libknotesprivate %mklibname knotesprivate %{knotesprivate_major}

%package -n %{libknotesprivate}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libknotesprivate}
KDE 4 library.

%files -n %{libknotesprivate}
%{_kde_libdir}/libknotesprivate.so.%{knotesprivate_major}*

#-----------------------------------------------------------------------------

%define kontactprivate_major 4
%define libkontactprivate %mklibname kontactprivate %{kontactprivate_major}

%package -n %{libkontactprivate}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkontactprivate}
KDE 4 library.

%files -n %{libkontactprivate}
%{_kde_libdir}/libkontactprivate.so.%{kontactprivate_major}*

#-----------------------------------------------------------------------------

%define korganizer_core_major 4
%define libkorganizer_core %mklibname korganizer_core %{korganizer_core_major}

%package -n %{libkorganizer_core}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkorganizer_core}
KDE 4 library.

%files -n %{libkorganizer_core}
%{_kde_libdir}/libkorganizer_core.so.%{korganizer_core_major}*

#-----------------------------------------------------------------------------

%define korganizer_interfaces_major 4
%define libkorganizer_interfaces %mklibname korganizer_interfaces %{korganizer_interfaces_major}

%package -n %{libkorganizer_interfaces}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkorganizer_interfaces}
KDE 4 library.

%files -n %{libkorganizer_interfaces}
%{_kde_libdir}/libkorganizer_interfaces.so.%{korganizer_interfaces_major}*

#-----------------------------------------------------------------------------

%define korganizerprivate_major 4
%define libkorganizerprivate %mklibname korganizerprivate %{korganizerprivate_major}

%package -n %{libkorganizerprivate}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkorganizerprivate}
KDE 4 library.

%files -n %{libkorganizerprivate}
%{_kde_libdir}/libkorganizerprivate.so.%{korganizerprivate_major}*

#-----------------------------------------------------------------------------

%define kpgp_major 4
%define libkpgp %mklibname kpgp %{kpgp_major}

%package -n %{libkpgp}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkpgp}
KDE 4 library.

%files -n %{libkpgp}
%{_kde_libdir}/libkpgp.so.%{kpgp_major}*

#----------------------------------------------------------------------------

%define ksieve_major 4
%define libksieve %mklibname ksieve %{ksieve_major}

%package -n %{libksieve}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libksieve}
KDE 4 library.

%files -n %{libksieve}
%{_kde_libdir}/libksieve.so.%{ksieve_major}*

#-----------------------------------------------------------------------------

%define ksieveui_major 4
%define libksieveui %mklibname ksieveui %{ksieveui_major}

%package -n %{libksieveui}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libksieveui}
KDE 4 library.

%files -n %{libksieveui}
%{_kde_libdir}/libksieveui.so.%{ksieveui_major}*

#-----------------------------------------------------------------------------

%define mailcommon_major 4
%define libmailcommon %mklibname mailcommon %{mailcommon_major}

%package -n %{libmailcommon}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libmailcommon}
KDE 4 library.

%files -n %{libmailcommon}
%{_kde_libdir}/libmailcommon.so.%{mailcommon_major}*

#-----------------------------------------------------------------------------

%define mailimporter_major 4
%define libmailimporter %mklibname mailimporter %{mailimporter_major}

%package -n %{libmailimporter}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libmailimporter}
KDE 4 library.

%files -n %{libmailimporter}
%{_kde_libdir}/libmailimporter.so.%{mailimporter_major}*

#-----------------------------------------------------------------------------

%define messagecore_major 4
%define libmessagecore %mklibname messagecore %{messagecore_major}

%package -n %{libmessagecore}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libmessagecore}
KDE 4 library.

%files -n %{libmessagecore}
%{_kde_libdir}/libmessagecore.so.%{messagecore_major}*

#-----------------------------------------------------------------------------

%define messagelist_major 4
%define libmessagelist %mklibname messagelist %{messagelist_major}

%package -n %{libmessagelist}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libmessagelist}
KDE 4 library.

%files -n %{libmessagelist}
%{_kde_libdir}/libmessagelist.so.%{messagelist_major}*

#-----------------------------------------------------------------------------

%define messageviewer_major 4
%define libmessageviewer %mklibname messageviewer %{messageviewer_major}

%package -n %{libmessageviewer}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libmessageviewer}
KDE 4 library.

%files -n %{libmessageviewer}
%{_kde_libdir}/libmessageviewer.so.%{messageviewer_major}*

#-----------------------------------------------------------------------------

%define kdepimdbusinterfaces_major 4
%define libkdepimdbusinterfaces %mklibname kdepimdbusinterfaces %{kdepimdbusinterfaces_major}

%package -n %{libkdepimdbusinterfaces}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdepimdbusinterfaces}
KDE 4 library.

%files -n %{libkdepimdbusinterfaces}
%{_kde_libdir}/libkdepimdbusinterfaces.so.%{kdepimdbusinterfaces_major}*

#-----------------------------------------------------------------------------

%define kleopatraclientcore_major 0
%define libkleopatraclientcore %mklibname kleopatraclientcore %{kleopatraclientcore_major}

%package -n %{libkleopatraclientcore}
Summary:	KDE 4 library
Group:		System/Libraries
Obsoletes:	%{_lib}kleopatraclientcore4 <= 2:4.5

%description -n %{libkleopatraclientcore}
KDE 4 library.

%files -n %{libkleopatraclientcore}
%{_kde_libdir}/libkleopatraclientcore.so.%{kleopatraclientcore_major}*

#-----------------------------------------------------------------------------

%define kleopatraclientgui_major 0
%define libkleopatraclientgui %mklibname kleopatraclientgui %{kleopatraclientgui_major}

%package -n %{libkleopatraclientgui}
Summary:	KDE 4 library
Group:		System/Libraries
Obsoletes:	%{_lib}kleopatraclientgui4 <= 2:4.5

%description -n %{libkleopatraclientgui}
KDE 4 library.

%files -n %{libkleopatraclientgui}
%{_kde_libdir}/libkleopatraclientgui.so.%{kleopatraclientgui_major}*

#-----------------------------------------------------------------------------

%define messagecomposer_major 4
%define libmessagecomposer %mklibname messagecomposer %{messagecomposer_major}

%package -n %{libmessagecomposer}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libmessagecomposer}
KDE 4 library.

%files -n %{libmessagecomposer}
%{_kde_libdir}/libmessagecomposer.so.%{messagecomposer_major}*

#-----------------------------------------------------------------------------

%define noteshared_major 4
%define libnoteshared %mklibname noteshared %{noteshared_major}

%package -n %{libnoteshared}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libnoteshared}
KDE 4 library.

%files -n %{libnoteshared}
%{_kde_libdir}/libnoteshared.so.%{noteshared_major}*

#-----------------------------------------------------------------------------

%define pimcommon_major 4
%define libpimcommon %mklibname pimcommon %{pimcommon_major}

%package -n %{libpimcommon}
Summary:	Library to import/export PIM configuration
Group:		System/Libraries

%description -n %{libpimcommon}
This library provides the tool to import/export PIM configuration.

%files -n %{libpimcommon}
%{_kde_libdir}/libpimcommon.so.%{pimcommon_major}*

#-----------------------------------------------------------------------------

%define sendlater_major 4
%define libsendlater %mklibname sendlater %{sendlater_major}

%package -n %{libsendlater}
Summary:	KDE PIM library
Group:		System/Libraries

%description -n %{libsendlater}
KDE PIM library.

%files -n %{libsendlater}
%{_kde_libdir}/libsendlater.so.%{sendlater_major}*

#-----------------------------------------------------------------------------

%define templateparser_major 4
%define libtemplateparser %mklibname templateparser %{templateparser_major}

%package -n %{libtemplateparser}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libtemplateparser}
KDE 4 library.

%files -n %{libtemplateparser}
%{_kde_libdir}/libtemplateparser.so.%{templateparser_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	kdepimlibs4-devel
Requires:	kdepim4-runtime-devel
Requires:	%{libakonadi_next} = %{EVRD}
Requires:	%{libakregatorinterfaces} = %{EVRD}
Requires:	%{libakregatorprivate} = %{EVRD}
Requires:	%{libcalendarsupport} = %{EVRD}
Requires:	%{libcomposereditorng} = %{EVRD}
Requires:	%{libeventviews} = %{EVRD}
Requires:	%{libgrantleetheme} = %{EVRD}
Requires:	%{libgrantleethemeeditor} = %{EVRD}
Requires:	%{libincidenceeditorsng} = %{EVRD}
Requires:	%{libincidenceeditorsngmobile} = %{EVRD}
Requires:	%{libkaddressbookgrantlee} = %{EVRD}
Requires:	%{libkaddressbookprivate} = %{EVRD}
Requires:	%{libkcal_resourceblog} = %{EVRD}
Requires:	%{libkcal_resourceremote} = %{EVRD}
Requires:	%{libkdepim} = %{EVRD}
Requires:	%{libkdepimdbusinterfaces} = %{EVRD}
Requires:	%{libkdgantt2} = %{EVRD}
Requires:	%{libkleo} = %{EVRD}
Requires:	%{libkleopatraclientcore} = %{EVRD}
Requires:	%{libkleopatraclientgui} = %{EVRD}
Requires:	%{libkmailprivate} = %{EVRD}
Requires:	%{libkmanagesieve} = %{EVRD}
Requires:	%{libknodecommon} = %{EVRD}
Requires:	%{libknotesprivate} = %{EVRD}
Requires:	%{libkorganizer_interfaces} = %{EVRD}
Requires:	%{libkorganizerprivate} = %{EVRD}
Requires:	%{libkpgp} = %{EVRD}
Requires:	%{libksieve} = %{EVRD}
Requires:	%{libksieveui} = %{EVRD}
Requires:	%{libmailcommon} = %{EVRD}
Requires:	%{libmailimporter} = %{EVRD}
Requires:	%{libmessagecomposer} = %{EVRD}
Requires:	%{libmessagecore} = %{EVRD}
Requires:	%{libmessagelist} = %{EVRD}
Requires:	%{libmessageviewer} = %{EVRD}
Requires:	%{libnoteshared} = %{EVRD}
Requires:	%{libpimcommon} = %{EVRD}
Requires:	%{libsendlater} = %{EVRD}
Requires:	%{libtemplateparser} = %{EVRD}

%description devel
This package contains header files needed if you wish to build applications
based on kdepim.

%files devel
%{_kde_libdir}/*.so

#----------------------------------------------------------------------

%prep
%setup -q -n kdepim-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4 -DKDEPIM_BUILD_MOBILE=false
%make

%install
%makeinstall_std -C build

# akonadi_folderarchive_agent was removed, no need to keep desktop file
rm -f %{buildroot}%{_kde_datadir}/akonadi/agents/folderarchiveagent.desktop

%find_lang %{name} --all-name --with-html


%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-2
+ Revision: 8caa313
- Add storageservicemanager-desktop patch to hide useless menu entry



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16943 |14mr|kdepim4-runtime-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	K Desktop Environment Information Management runtime stuff
Name:		kdepim4-runtime
Version:	4.13.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://community.kde.org/KDE_PIM
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/kdepim-runtime-%{version}.tar.xz
Source1:	%{name}.rpmlintrc
Patch10:	kdepim-runtime-4.10.5-noakonaditray.patch
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel >= 5:%{version}
BuildRequires:	kdepimlibs4-devel
BuildRequires:	qt4-qtdbus
BuildRequires:	akonadi
BuildRequires:	pkgconfig(akonadi)
BuildRequires:	pkgconfig(LibKFbAPI)
BuildRequires:	pkgconfig(libkgapi)
BuildRequires:	pkgconfig(libstreams)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(shared-desktop-ontologies)

%description
Information Management applications for the K Desktop Environment runtime libs.

#-----------------------------------------------------------------------------

%package -n akonadi-kde
Group:		Graphical desktop/KDE
Summary:	Akonadi control center for KDE
Provides:	kdepim4-runtime = %{EVRD}
Conflicts:	kdepim4-runtime-devel < 2:4.7.97
Conflicts:	%{_lib}kdepim-copy4 < 3:4.9.0
Requires:	akonadi
%if %{mdvver} >= 201400
Requires:	mariadb-client
%else
Requires:	mysql-client
%endif

%description -n akonadi-kde
Akonadi control center for KDE.

%files -n akonadi-kde
%{_kde_bindir}/*
%{_kde_appsdir}/akonadi
%{_kde_appsdir}/akonadi_facebook_resource/akonadi_facebook_resource.notifyrc
%{_kde_appsdir}/akonadi_maildispatcher_agent
%{_kde_appsdir}/akonadi_newmailnotifier_agent/akonadi_newmailnotifier_agent.notifyrc
%{_kde_appsdir}/kconf_update/newmailnotifier.upd
%{_kde_applicationsdir}/*
%{_kde_datadir}/akonadi/
%{_kde_datadir}/mime/packages/*
%{_kde_libdir}/kde4/*
%{_kde_iconsdir}/*/*/*/*
%{_kde_configdir}/*
%{_kde_autostart}/kaddressbookmigrator.desktop
%{_kde_services}/*
%{_kde_servicetypes}/*.desktop
%{_kde_datadir}/dbus-1/interfaces/*

#-----------------------------------------------------------------------------

%define akonadi_filestore_major 4
%define libakonadi_filestore %mklibname akonadi_filestore %{akonadi_filestore_major}

%package -n %{libakonadi_filestore}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libakonadi_filestore}
KDE 4 library.

%files -n %{libakonadi_filestore}
%{_kde_libdir}/libakonadi-filestore.so.%{akonadi_filestore_major}*

#-----------------------------------------------------------------------------

%define folderarchivesettings_major 4
%define libfolderarchivesettings %mklibname folderarchivesettings %{folderarchivesettings_major}

%package -n %{libfolderarchivesettings}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libfolderarchivesettings}
KDE 4 library.

%files -n %{libfolderarchivesettings}
%{_kde_libdir}/libfolderarchivesettings.so.%{folderarchivesettings_major}*

#-----------------------------------------------------------------------------

%define kdepim_copy_major 4
%define libkdepim_copy %mklibname kdepim-copy %{kdepim_copy_major}

%package -n %{libkdepim_copy}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdepim_copy}
KDE 4 library.

%files -n %{libkdepim_copy}
%{_kde_libdir}/libkdepim-copy.so.%{kdepim_copy_major}*

#-----------------------------------------------------------------------------

%define kmindexreader_major 4
%define libkmindexreader %mklibname kmindexreader %{kmindexreader_major}

%package -n %{libkmindexreader}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkmindexreader}
KDE 4 library.

%files -n %{libkmindexreader}
%{_kde_libdir}/libkmindexreader.so.%{kmindexreader_major}*

#-----------------------------------------------------------------------------

%define maildir_major 4
%define libmaildir %mklibname maildir %{maildir_major}

%package -n %{libmaildir}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libmaildir}
KDE 4 library.

%files -n %{libmaildir}
%{_kde_libdir}/libmaildir.so.%{maildir_major}*

#----------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdepimlibs4-devel
Requires:	%{libakonadi_filestore} = %{EVRD}
Requires:	%{libfolderarchivesettings} = %{EVRD}
Requires:	%{libkdepim_copy} = %{EVRD}
Requires:	%{libkmindexreader} = %{EVRD}
Requires:	%{libmaildir} = %{EVRD}

%description devel
This package contains header files needed if you wish to build applications
based on kdepim-runtime.

%files devel
%{_kde_libdir}/libakonadi-filestore.so
%{_kde_libdir}/libfolderarchivesettings.so
%{_kde_libdir}/libkdepim-copy.so
%{_kde_libdir}/libkmindexreader.so
%{_kde_libdir}/libmaildir.so

#----------------------------------------------------------------------

%prep
%setup -q -n kdepim-runtime-%{version}
%patch10 -p1

%build
rm -fr po
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Remove non packaged files
rm -rf %{buildroot}%{_kde_libdir}/libnepomukfeederpluginlib.a


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 5dbe349
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16944 |14mr|kdepimlibs4-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Libraries of the KDE-PIM project
Name:		kdepimlibs4
Version:	4.13.3
Release:	1
Epoch:		3
Group:		Graphical desktop/KDE
License:	ARTISTIC BSD GPL_V2 LGPL_V2 QPL_V1.0
Url:		https://projects.kde.org/projects/kde/kdepimlibs
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source:		ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/kdepimlibs-%{version}.tar.xz
BuildRequires:	automoc4
BuildRequires:	kdelibs4-devel >= %{version}
BuildRequires:	boost-devel
BuildRequires:	gpgme-devel
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(akonadi)
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xpm)

%description
This module includes libraries that are central to the development and
execution of a KDE-PIM application.

The KDE-PIM project aims to bring together those who wish to help design,
implement, test, etc. anything that's to do with personal information
management.

This rather broad scope encompasses mail clients, addressbooks, usenet news,
scheduling and even sticky notes.

#----------------------------------------------------------------------------

%package core
Group:		Development/KDE and Qt
Summary:	Config file and icons file for %{name}
Obsoletes:	kdepimlibs4-common < %{EVRD}
Obsoletes:	kdepim4-ioslaves < %{EVRD}
Conflicts:	%{name}-devel < 2.4.5.71
Conflicts:	akonadi-kde < 3:4.12.0

%description core
This packages contains all icons, config file etc... of kdepimlibs4.

%files core
%{_kde_bindir}/akonadi_benchmarker
%{_kde_bindir}/akonadi2xml
%{_kde_bindir}/akonaditest
%{_kde_libdir}/kde4/akonadi_knut_resource.so
%{_kde_libdir}/kde4/akonadi_serializer_socialfeeditem.so
%{_kde_libdir}/kde4/kabc_directory.so
%{_kde_libdir}/kde4/kabc_file.so
%{_kde_libdir}/kde4/kabc_net.so
%{_kde_libdir}/kde4/kabcformat_binary.so
%{_kde_libdir}/kde4/kcal_local.so
%{_kde_libdir}/kde4/kcal_localdir.so
%{_kde_libdir}/kde4/kcm_akonadicontact_actions.so
%{_kde_libdir}/kde4/kcm_kresources.so
%{_kde_libdir}/kde4/kcm_mailtransport.so
%{_kde_libdir}/kde4/akonadi/akonadi_test_searchplugin.so
%{_kde_libdir}/kde4/akonadi/akonaditestsearchplugin.desktop
%{_kde_appsdir}/akonadi/
%{_kde_appsdir}/akonadi-kde/
%{_kde_appsdir}/akonadi_knut_resource/
%{_kde_appsdir}/kabc/
%{_kde_appsdir}/kconf_update/mailtransports.upd
%{_kde_appsdir}/kconf_update/migrate-transports.pl
%{_kde_appsdir}/libkholidays/
%{_kde_services}/akonadi/contact
%{_kde_services}/akonadicontact_actions.desktop
%{_kde_services}/kcm_mailtransport.desktop
%dir %{_kde_services}/kresources
%{_kde_services}/kresources.desktop
%dir %{_kde_services}/kresources/kabc
%{_kde_services}/kresources/kabc/dir.desktop
%{_kde_services}/kresources/kabc/file.desktop
%{_kde_services}/kresources/kabc/net.desktop
%{_kde_services}/kresources/kabc_manager.desktop
%{_kde_services}/kresources/kcal
%{_kde_services}/kresources/kcal_manager.desktop
%{_kde_servicetypes}/*.desktop
%{_datadir}/dbus-1/interfaces/*
%{_kde_datadir}/akonadi/agents/knutresource.desktop
%{_kde_datadir}/config.kcfg/*
%{_kde_datadir}/mime/packages/kdepimlibs-mime.xml
%{_kde_datadir}/mime/packages/x-vnd.akonadi.socialfeeditem.xml
%{_kde_docdir}/HTML/en/kcontrol/kresources
%dir %{_kde_docdir}/HTML/en/kioslave

#----------------------------------------------------------------------------

%package -n kio4-imap
Summary:	KDE 4 imap module
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n kio4-imap
KDE 4 imap module.

%files -n kio4-imap
%{_kde_docdir}/HTML/en/kioslave/imap
%{_kde_libdir}/kde4/kio_imap4.so
%{_kde_datadir}/kde4/services/imap*

#----------------------------------------------------------------------------

%package -n kio4-pop3
Summary:	KDE 4 pop3 module
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n kio4-pop3
KDE 4 pop3 module.

%files -n kio4-pop3
%{_kde_docdir}/HTML/en/kioslave/pop3
%{_kde_libdir}/kde4/kio_pop3.so
%{_kde_datadir}/kde4/services/pop*

#----------------------------------------------------------------------------

%package -n kio4-ldap
Summary:	KDE 4 ldap module
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n kio4-ldap
KDE 4 ldap module.

%files -n kio4-ldap
%{_kde_docdir}/HTML/en/kioslave/ldap
%{_kde_libdir}/kde4/kio_ldap.so
%{_kde_datadir}/kde4/services/ldap*
%{_kde_libdir}/kde4/kabc_ldapkio.so
%{_kde_datadir}/kde4/services/kresources/kabc/ldapkio.desktop

#----------------------------------------------------------------------------

%package -n kio4-sieve
Summary:	KDE 4 sieve module
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n kio4-sieve
KDE 4 sieve module.

%files -n kio4-sieve
%{_kde_libdir}/kde4/kio_sieve.so
%{_kde_datadir}/kde4/services/sieve*
%doc %{_kde_docdir}/HTML/en/kioslave/sieve

#----------------------------------------------------------------------------

%package -n kio4-mbox
Summary:	KDE 4 mbox module
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n kio4-mbox
KDE 4 mbox module.

%files -n kio4-mbox
%{_kde_libdir}/kde4/kio_mbox.so
%{_kde_datadir}/kde4/services/mbox*
%doc %{_kde_docdir}/HTML/en/kioslave/mbox

#----------------------------------------------------------------------------

%package -n kio4-smtp
Summary:	KDE 4 smtp module
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n kio4-smtp
KDE 4 smtp module.

%files -n kio4-smtp
%{_kde_docdir}/HTML/en/kioslave/smtp
%{_kde_libdir}/kde4/kio_smtp.so
%{_kde_datadir}/kde4/services/smtp*

#----------------------------------------------------------------------------

%package -n kio4-nntp
Summary:	KDE 4 nntp module
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n kio4-nntp
KDE 4 nntp module.

%files -n kio4-nntp
%{_kde_docdir}/HTML/en/kioslave/nntp
%{_kde_libdir}/kde4/kio_nntp.so
%{_kde_datadir}/kde4/services/nntp*

#----------------------------------------------------------------------------

%define akonadi_calendar_major 4
%define libakonadi_calendar %mklibname akonadi-calendar %{akonadi_calendar_major}

%package -n %{libakonadi_calendar}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_calendar}
KDE 4 core library.

%files -n %{libakonadi_calendar}
%{_kde_libdir}/libakonadi-calendar.so.%{akonadi_calendar_major}*

#----------------------------------------------------------------------------

%define akonadi_contact_major 4
%define libakonadi_contact %mklibname akonadi-contact %{akonadi_contact_major}

%package -n %{libakonadi_contact}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_contact}
KDE 4 core library.

%files -n %{libakonadi_contact}
%{_kde_libdir}/libakonadi-contact.so.%{akonadi_contact_major}*

#----------------------------------------------------------------------------

%define akonadi_kabc_major 4
%define libakonadi_kabc %mklibname akonadi-kabc %{akonadi_kabc_major}

%package -n %{libakonadi_kabc}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_kabc}
KDE 4 core library.

%files -n %{libakonadi_kabc}
%{_kde_libdir}/libakonadi-kabc.so.%{akonadi_kabc_major}*

#----------------------------------------------------------------------------

%define akonadi_kcal_major 4
%define libakonadi_kcal %mklibname akonadi-kcal %{akonadi_kcal_major}

%package -n %{libakonadi_kcal}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_kcal}
KDE 4 core library.

%files -n %{libakonadi_kcal}
%{_kde_libdir}/libakonadi-kcal.so.%{akonadi_kcal_major}*

#----------------------------------------------------------------------------

%define akonadi_kde_major 4
%define libakonadi_kde %mklibname akonadi-kde %{akonadi_kde_major}

%package -n %{libakonadi_kde}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_kde}
KDE 4 core library.

%files -n %{libakonadi_kde}
%{_kde_libdir}/libakonadi-kde.so.%{akonadi_kde_major}*

#----------------------------------------------------------------------------

%define akonadi_kmime_major 4
%define libakonadi_kmime %mklibname akonadi-kmime %{akonadi_kmime_major}

%package -n %{libakonadi_kmime}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_kmime}
KDE 4 core library.

%files -n %{libakonadi_kmime}
%{_kde_libdir}/libakonadi-kmime.so.%{akonadi_kmime_major}*

#----------------------------------------------------------------------------

%define akonadi_notes_major 4
%define libakonadi_notes %mklibname akonadi-notes %{akonadi_notes_major}

%package -n %{libakonadi_notes}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_notes}
KDE 4 core library.

%files -n %{libakonadi_notes}
%{_kde_libdir}/libakonadi-notes.so.%{akonadi_notes_major}*

#----------------------------------------------------------------------------

%define akonadi_socialutils_major 4
%define libakonadi_socialutils %mklibname akonadi-socialutils %{akonadi_socialutils_major}

%package -n %{libakonadi_socialutils}
Summary:	Akonadi social utilities library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_socialutils}
Akonadi social utilities library.

%files -n %{libakonadi_socialutils}
%{_kde_libdir}/libakonadi-socialutils.so.%{akonadi_socialutils_major}*

#-----------------------------------------------------------------------------

%define akonadi_xml_major 4
%define libakonadi_xml %mklibname akonadi-xml %{akonadi_xml_major}

%package -n %{libakonadi_xml}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libakonadi_xml}
KDE 4 library.

%files -n %{libakonadi_xml}
%{_kde_libdir}/libakonadi-xml.so.%{akonadi_xml_major}*

#----------------------------------------------------------------------------

%define kabc_major 4
%define libkabc %mklibname kabc %{kabc_major}

%package -n %{libkabc}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkabc}
KDE 4 core library.

%files -n %{libkabc}
%{_kde_libdir}/libkabc.so.%{kabc_major}*

#----------------------------------------------------------------------------

%define kblog_major 4
%define libkblog %mklibname kblog %{kblog_major}

%package -n %{libkblog}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkblog}
KDE 4 core library.

%files -n %{libkblog}
%{_kde_libdir}/libkblog.so.%{kblog_major}*

#----------------------------------------------------------------------------

%define kabc_file_core_major 4
%define libkabc_file_core %mklibname kabc_file_core %{kabc_file_core_major}

%package -n %{libkabc_file_core}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkabc_file_core}
KDE 4 core library.

%files -n %{libkabc_file_core}
%{_kde_libdir}/libkabc_file_core.so.%{kabc_file_core_major}*

#----------------------------------------------------------------------------

%define kcal_major 4
%define libkcal %mklibname kcal %{kcal_major}

%package -n %{libkcal}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkcal}
KDE 4 core library.

%files -n %{libkcal}
%{_kde_libdir}/libkcal.so.%{kcal_major}*

#----------------------------------------------------------------------------

%define kimap_major 4
%define libkimap %mklibname kimap %{kimap_major}

%package -n %{libkimap}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkimap}
KDE 4 core library.

%files -n %{libkimap}
%{_kde_libdir}/libkimap.so.%{kimap_major}*

#----------------------------------------------------------------------------

%define kldap_major 4
%define libkldap %mklibname kldap %{kldap_major}

%package -n %{libkldap}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkldap}
KDE 4 core library.

%files -n %{libkldap}
%{_kde_libdir}/libkldap.so.%{kldap_major}*

#----------------------------------------------------------------------------

%define kmbox_major 4
%define libkmbox %mklibname kmbox %{kmbox_major}

%package -n %{libkmbox}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}
Obsoletes:	%{_lib}mbox4 < 2:4.5.71

%description -n %{libkmbox}
KDE 4 core library.

%files -n %{libkmbox}
%{_kde_libdir}/libkmbox.so.%{kmbox_major}*

#----------------------------------------------------------------------------

%define kmime_major 4
%define libkmime %mklibname kmime %{kmime_major}

%package -n %{libkmime}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkmime}
KDE 4 core library.

%files -n %{libkmime}
%{_kde_libdir}/libkmime.so.%{kmime_major}*

#----------------------------------------------------------------------------

%define kpimutils_major 4
%define libkpimutils %mklibname kpimutils %{kpimutils_major}

%package -n %{libkpimutils}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkpimutils}
KDE 4 core library.

%files -n %{libkpimutils}
%{_kde_libdir}/libkpimutils.so.%{kpimutils_major}*

#----------------------------------------------------------------------------

%define kresources_major 4
%define libkresources %mklibname kresources %{kresources_major}

%package -n %{libkresources}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkresources}
KDE 4 core library.

%files -n %{libkresources}
%{_kde_libdir}/libkresources.so.%{kresources_major}*

#----------------------------------------------------------------------------

%define ktnef_major 4
%define libktnef %mklibname ktnef %{ktnef_major}

%package -n %{libktnef}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libktnef}
KDE 4 core library.

%files -n %{libktnef}
%{_kde_libdir}/libktnef.so.%{ktnef_major}*

#----------------------------------------------------------------------------

%define kxmlrpcclient_major 4
%define libkxmlrpcclient %mklibname kxmlrpcclient %{kxmlrpcclient_major}

%package -n %{libkxmlrpcclient}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkxmlrpcclient}
KDE 4 core library.

%files -n %{libkxmlrpcclient}
%{_kde_libdir}/libkxmlrpcclient.so.%{kxmlrpcclient_major}*

#----------------------------------------------------------------------------

%define mailtransport_major 4
%define libmailtransport %mklibname mailtransport %{mailtransport_major}

%package -n %{libmailtransport}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libmailtransport}
KDE 4 core library.

%files -n %{libmailtransport}
%{_kde_libdir}/libmailtransport.so.%{mailtransport_major}*

#------------------------------------------------

%define syndication_major 4
%define libsyndication %mklibname syndication %{syndication_major}

%package -n %{libsyndication}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libsyndication}
KDE 4 core library.

%files -n %{libsyndication}
%{_kde_libdir}/libsyndication.so.%{syndication_major}*

#----------------------------------------------------------------------------

%define qgpgme_major 1
%define libqgpgme %mklibname qgpgme %{qgpgme_major}

%package -n %{libqgpgme}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libqgpgme}
KDE 4 core library.

%files -n %{libqgpgme}
%{_kde_libdir}/libqgpgme.so.%{qgpgme_major}*

#----------------------------------------------------------------------------

%define gpgmepp_major 2
%define libgpgmepp %mklibname gpgme++ %{gpgmepp_major}

%package -n %{libgpgmepp}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libgpgmepp}
KDE 4 core library.

%files -n %{libgpgmepp}
%{_kde_libdir}/libgpgme+*.so.%{gpgmepp_major}*

#----------------------------------------------------------------------------

%define kpimidentities_major 4
%define libkpimidentities %mklibname kpimidentities %{kpimidentities_major}

%package -n %{libkpimidentities}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkpimidentities}
KDE 4 core library.

%files -n %{libkpimidentities}
%{_kde_libdir}/libkpimidentities.so.%{kpimidentities_major}*

#----------------------------------------------------------------------------

%define kholidays_major 4
%define libkholidays %mklibname kholidays %{kholidays_major}

%package -n %{libkholidays}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkholidays}
KDE 4 core library.

%files -n %{libkholidays}
%{_kde_libdir}/libkholidays.so.%{kholidays_major}*

#----------------------------------------------------------------------------

%define kpimtextedit_major 4
%define libkpimtextedit %mklibname kpimtextedit %{kpimtextedit_major}

%package -n %{libkpimtextedit}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkpimtextedit}
KDE 4 core library.

%files -n %{libkpimtextedit}
%{_kde_libdir}/libkpimtextedit.so.%{kpimtextedit_major}*

#----------------------------------------------------------------------------

%define microblog_major 4
%define libmicroblog %mklibname microblog %{microblog_major}

%package -n %{libmicroblog}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libmicroblog}
KDE 4 core library.

%files -n %{libmicroblog}
%{_kde_libdir}/libmicroblog.so.%{microblog_major}*

#----------------------------------------------------------------------------

%define kontactinterface_major 4
%define libkontactinterface %mklibname kontactinterface %{kontactinterface_major}

%package -n %{libkontactinterface}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkontactinterface}
KDE 4 core library.

%files -n %{libkontactinterface}
%{_kde_libdir}/libkontactinterface.so.%{kontactinterface_major}*

#----------------------------------------------------------------------------

%define kcalcore_major 4
%define libkcalcore %mklibname kcalcore %{kcalcore_major}

%package -n %{libkcalcore}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkcalcore}
KDE 4 core library.

%files -n %{libkcalcore}
%{_kde_libdir}/libkcalcore.so.%{kcalcore_major}*

#----------------------------------------------------------------------------

%define kcalutils_major 4
%define libkcalutils %mklibname kcalutils %{kcalutils_major}

%package -n %{libkcalutils}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkcalutils}
KDE 4 core library.

%files -n %{libkcalutils}
%{_kde_libdir}/libkcalutils.so.%{kcalutils_major}*

#----------------------------------------------------------------------------

%define kalarmcal_major 2
%define libkalarmcal %mklibname kalarmcal %{kalarmcal_major}

%package -n %{libkalarmcal}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkalarmcal}
KDE 4 core library.

%files -n %{libkalarmcal}
%{_kde_libdir}/libkalarmcal.so.%{kalarmcal_major}*

#----------------------------------------------------------------------------

%package devel
Group:		Development/KDE and Qt
Summary:	Header files and documentation for compiling KDE applications
Requires:	%{name}-core = %{EVRD}
Requires:	%{libakonadi_calendar} = %{EVRD}
Requires:	%{libakonadi_contact} = %{EVRD}
Requires:	%{libakonadi_kabc} = %{EVRD}
Requires:	%{libakonadi_kcal} = %{EVRD}
Requires:	%{libakonadi_kde} = %{EVRD}
Requires:	%{libakonadi_kmime} = %{EVRD}
Requires:	%{libakonadi_notes} = %{EVRD}
Requires:	%{libakonadi_socialutils} = %{EVRD}
Requires:	%{libakonadi_xml} = %{EVRD}
Requires:	%{libgpgmepp} = %{EVRD}
Requires:	%{libkabc} = %{EVRD}
Requires:	%{libkabc_file_core} = %{EVRD}
Requires:	%{libkblog} = %{EVRD}
Requires:	%{libkcal} = %{EVRD}
Requires:	%{libkcalcore} = %{EVRD}
Requires:	%{libkcalutils} = %{EVRD}
Requires:	%{libkholidays} = %{EVRD}
Requires:	%{libkimap} = %{EVRD}
Requires:	%{libkldap} = %{EVRD}
Requires:	%{libkmbox} = %{EVRD}
Requires:	%{libkmime} = %{EVRD}
Requires:	%{libkontactinterface} = %{EVRD}
Requires:	%{libkpimidentities} = %{EVRD}
Requires:	%{libkpimtextedit} = %{EVRD}
Requires:	%{libkpimutils} = %{EVRD}
Requires:	%{libkresources} = %{EVRD}
Requires:	%{libktnef} = %{EVRD}
Requires:	%{libkxmlrpcclient} = %{EVRD}
Requires:	%{libmailtransport} = %{EVRD}
Requires:	%{libmicroblog} = %{EVRD}
Requires:	%{libqgpgme} = %{EVRD}
Requires:	%{libsyndication} = %{EVRD}
Requires:	%{libkalarmcal} = %{EVRD}
Requires:	kdelibs4-devel
Requires:	boost-devel
# To avoid file conflict (FindQtOAuth.cmake)
Conflicts:	choqok-devel < 1.3-3

%description devel
This package includes the header files you will need to compile applications
for KDE. Also included is the KDE API documentation in HTML format for easy
browsing.

%files devel
%{_kde_includedir}/*
%{_kde_libdir}/*.so
# kimaptest gets built as static lib only
%{_kde_libdir}/libkimaptest.a
%{_kde_datadir}/apps/cmake/*/*
%{_kde_libdir}/gpgmepp/*.cmake
%{_kde_libdir}/kde4/plugins/designer/*.so
%{_kde_libdir}/cmake/KdepimLibs

#----------------------------------------------------------------------------

%prep
%setup -q -n kdepimlibs-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 65c89d5
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16945 |14mr|kdeplasma-addons-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A compilation of plasma items (runners, applets, plasmoids) for KDE4
Name:		kdeplasma-addons
Version:	4.13.3
Release:	1
License:	GPL
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdeplasma-addons-%{version}.tar.xz
BuildRequires:	kdebase4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	boost-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	marble-devel
BuildRequires:	python-devel
BuildRequires:	qt4-qtdbus
BuildRequires:	pkgconfig(eigen2)
BuildRequires:	pkgconfig(libkexiv2)
BuildRequires:	pkgconfig(libqalculate)
BuildRequires:	pkgconfig(qimageblitz)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(qoauth)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xtst)

# Possible features to add:
#BuildRequires: pkgconfig(ibus-1.0)
#BuildRequires:	pkgconfig(scim)

Provides:	kdeplasma
Provides:	kdeplasma4 = %{version}

Suggests:	plasma-desktoptheme-default

Suggests:	plasma-applet-bball
Suggests:	plasma-applet-binaryclock
Suggests:	plasma-applet-blackboard
Suggests:	plasma-applet-bookmarks
Suggests:	plasma-applet-bubblemon
Suggests:	plasma-applet-calculator
Suggests:	plasma-applet-charselect
Suggests:	plasma-applet-comic
Suggests:	plasma-applet-dict
Suggests:	plasma-applet-eyes
Suggests:	plasma-applet-fifteenpuzzle
Suggests:	plasma-applet-filewatcher
Suggests:	plasma-applet-frame
Suggests:	plasma-applet-fuzzy-clock
Suggests:	plasma-applet-icontasks
Suggests:	plasma-applet-incomingmsg
Suggests:	plasma-applet-kimpanel
Suggests:	plasma-applet-kolourpicker
Suggests:	plasma-applet-konqprofiles
Suggests:	plasma-applet-konsoleprofiles
Suggests:	plasma-applet-knowledgebase
Suggests:	plasma-applet-lancelot
Suggests:	plasma-applet-leavenote
Suggests:	plasma-applet-life
Suggests:	plasma-applet-luna
Suggests:	plasma-applet-magnifique
Suggests:	plasma-applet-mediaplayer
Suggests:	plasma-applet-microblog
Suggests:	plasma-applet-news
Suggests:	plasma-applet-notes
Suggests:	plasma-applet-nowplaying
Suggests:	plasma-applet-opendesktop
Suggests:	plasma-applet-paste
Suggests:	plasma-applet-plasmaboard
Suggests:	plasma-applet-previewer
Suggests:	plasma-applet-qalculate
Suggests:	plasma-applet-rssnow
Suggests:	plasma-applet-rtm
Suggests:	plasma-applet-showdashboard
Suggests:	plasma-applet-showdesktop
Suggests:	plasma-applet-spellcheck
Suggests:	plasma-applet-systemloadviewer
Suggests:	plasma-applet-timer
Suggests:	plasma-applet-unitconverter
Suggests:	plasma-applet-weather
Suggests:	plasma-applet-weatherstation
Suggests:	plasma-applet-webslice

Suggests:	plasma-runner-audioplayercontrol
Suggests:	plasma-runner-browserhistory
Suggests:	plasma-runner-charrunner
Suggests:	plasma-runner-contacts
Suggests:	plasma-runner-converter
Suggests:	plasma-runner-datetime
Suggests:	plasma-runner-dictionary
Suggests:	plasma-runner-events
Suggests:	plasma-runner-katesessions
Suggests:	plasma-runner-konquerorsessions
Suggests:	plasma-runner-konsolesessions
Suggests:	plasma-runner-kopete
Suggests:	plasma-runner-mediawiki
Suggests:	plasma-runner-spellchecker
Suggests:	plasma-runner-translator
Suggests:	plasma-runner-youtube

Suggests:	plasma-wallpaper-mandelbrot
Suggests:	plasma-wallpaper-marble
Suggests:	plasma-wallpaper-pattern
Suggests:	plasma-wallpaper-potd
Suggests:	plasma-wallpaper-qml
Suggests:	plasma-wallpaper-virus
Suggests:	plasma-wallpaper-weather

%description
A compilation of plasma items (runners, applets, plasmoids) for KDE4.

%files
%doc COPYING

#-----------------------------------------------------------------------------

%package -n plasma-applet-icontasks
Summary:	Plasma icontasks applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-icontasks
Plasma icontasks applet.

%files -n plasma-applet-icontasks
%{_kde_libdir}/kde4/plasma_applet_icontasks.so
%{_kde_services}/plasma-applet-icontasks.desktop
%{_kde_appsdir}/kdeplasma-addons/mediabuttonsrc
%{_kde_appsdir}/desktoptheme/default/icontasks

#-----------------------------------------------------------------------------

%package -n plasma-applet-filewatcher
Summary:	Monitor applet for files
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-filewatcher
Monitor applet for files.

%files -n plasma-applet-filewatcher
%{_kde_libdir}/kde4/plasma_applet_fileWatcher.so
%{_kde_services}/plasma-fileWatcher-default.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-bookmarks
Summary:	Bookmark applet for KDE
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description -n plasma-applet-bookmarks
This applet provides access to KDE's bookmark

%files -n plasma-applet-bookmarks
%{_kde_services}/plasma-applet-bookmarks.desktop
%{_kde_libdir}/kde4/plasma_applet_bookmarks.so

#-----------------------------------------------------------------------------

%package -n plasma-applet-notes
Summary:	Plasma notes applets
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-notes
Plasma notes applets.

%files -n plasma-applet-notes
%{_kde_libdir}/kde4/plasma_applet_notes.so
%{_kde_services}/plasma-notes-default.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-showdesktop
Summary:	Show desktop contents
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-showdesktop
Show desktop contents.

%files -n plasma-applet-showdesktop
%{_kde_libdir}/kde4/plasma_applet_showdesktop.so
%{_kde_services}/plasma-applet-showdesktop.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-comic
Summary:	Make your day happy with daily desktop comics applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet
Requires:	plasma-dataengine-comic = %{EVRD}
Conflicts:	plasma-dataengine-comic < 4.10.4-2

%description -n plasma-applet-comic
Make your day happy with daily desktop comics applet

%files -n plasma-applet-comic
%{_kde_libdir}/kde4/plasma_applet_comic.so
%{_kde_configdir}/comic.knsrc
%{_kde_services}/plasma-comic-default.desktop
%{_kde_appsdir}/plasma/packages/org.kde.comic

#-----------------------------------------------------------------------------

%package -n plasma-applet-konqprofiles
Summary:	Live konqueror profile viewer
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Requires:	plasma-dataengine-konqprofiles = %{EVRD}
Provides:	plasma-applet

%description -n plasma-applet-konqprofiles
Live konqueror profile viewer.

%files -n plasma-applet-konqprofiles
%{_kde_appsdir}/plasma/plasmoids/konqprofiles
%{_kde_services}/plasma-applet-konqprofiles.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-rssnow
Summary:	Plasma RSS Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-rssnow
Plasma RSS Applet

%files -n plasma-applet-rssnow
%{_kde_libdir}/kde4/plasma_applet_rssnow.so
%{_kde_appsdir}/desktoptheme/default/rssnow
%{_kde_services}/plasma-applet-rssnow.desktop
%{_kde_appsdir}/rssnow

#-----------------------------------------------------------------------------

%package -n plasma-applet-previewer
Summary:	Previewer Plasma Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-previewer
Previewer Plasma Applet

%files -n plasma-applet-previewer
%{_kde_libdir}/kde4/plasma_applet_previewer.so
%{_kde_iconsdir}/hicolor/*/apps/previewer.png
%{_kde_services}/ServiceMenus/preview.desktop
%{_kde_services}/plasma-applet-previewer.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-bball
Summary:	bball Plasma Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-bball
bball Plasma Applet

%files -n plasma-applet-bball
%{_kde_iconsdir}/*/*/*/bball*
%{_kde_services}/plasma-applet-bball.desktop
%{_kde_appsdir}/bball
%{_kde_libdir}/kde4/plasma_applet_bball.so

#-----------------------------------------------------------------------------

%package -n plasma-applet-incomingmsg
Summary:	incomingmsg Plasma Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-incomingmsg
incomingmsg Plasma Applet

%files -n plasma-applet-incomingmsg
%{_kde_services}/plasma-applet-incomingmsg.desktop
%{_kde_libdir}/kde4/plasma_applet_incomingmsg.so

#-----------------------------------------------------------------------------

%package -n plasma-applet-leavenote
Summary:	Leave A Note
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-leavenote
Leave notes for users while they are away

%files -n plasma-applet-leavenote
%{_kde_libdir}/kde4/plasma_applet_leavenote.so
%{_kde_services}/plasma-applet-leavenote.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-life
Summary:	life Plasma Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-life
life Plasma Applet

%files -n plasma-applet-life
%{_kde_libdir}/kde4/plasma_applet_life.so
%{_kde_services}/plasma-applet-life.desktop
%{_kde_iconsdir}/hicolor/*/apps/lifegame.*

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-kdeobservatory
Summary:	Engine of the kdeobservatory plasma applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine

%description -n plasma-dataengine-kdeobservatory
Engine of the kdeobservatory plasma applet

%files -n plasma-dataengine-kdeobservatory
%{_kde_libdir}/kde4/plasma_engine_kdeobservatory.so
%{_kde_appsdir}/plasma/services/kdeobservatory.operations
%{_kde_services}/plasma-engine-kdeobservatory.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-pastebin
Summary:	Pastebin plasma Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-pastebin
Paste text/images to a remote server

%files -n plasma-applet-pastebin
%{_kde_services}/plasma-applet-pastebin.desktop
%{_kde_libdir}/kde4/plasma_applet_pastebin.so
%{_kde_appsdir}/plasma_pastebin
%{_kde_configdir}/pastebin.knsrc

#-----------------------------------------------------------------------------

%package -n plasma-applet-knowledgebase
Summary:	Widget that can query the knowledgebase of opendesktop.org
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet
Requires:	plasma-dataengine-ocs

%description -n plasma-applet-knowledgebase
Widget that can query the knowledgebase of opendesktop.org

%files -n plasma-applet-knowledgebase
%{_kde_libdir}/kde4/plasma_applet_knowledgebase.so
%{_kde_services}/plasma-applet-knowledgebase.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-blackboard
Summary:	A blackboard plasma applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-blackboard
A blackboard plasma applet

%files -n plasma-applet-blackboard
%{_kde_libdir}/kde4/plasma_applet_blackboard.so
%{_kde_services}/plasma-applet-blackboard.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-plasmaboard
Summary:	A plasmaboard plasma applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-plasmaboard
A virtual, on-screen keyboard

%files -n plasma-applet-plasmaboard
%{_kde_libdir}/kde4/plasma_applet_plasmaboard.so
%{_kde_services}/plasma_applet_plasmaboard.desktop
%{_kde_appsdir}/plasmaboard

#-----------------------------------------------------------------------------

%package -n plasma-applet-konsoleprofiles
Summary:	Live konsole profile viewer
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Requires:	plasma-dataengine-konsoleprofiles = %{EVRD}
Provides:	plasma-applet

%description -n plasma-applet-konsoleprofiles
Live konsole profile viewer.

%files -n plasma-applet-konsoleprofiles
%{_kde_appsdir}/plasma/plasmoids/konsoleprofiles
%{_kde_services}/plasma-applet-konsoleprofiles.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-luna
Summary:	Lunar calendar
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-luna
Lunar calendar applet.

%files -n plasma-applet-luna
%{_kde_libdir}/kde4/plasma_applet_luna.so
%{_kde_services}/plasma-applet-luna.desktop
%{_kde_iconsdir}/hicolor/*/apps/luna.png

#-----------------------------------------------------------------------------

%package -n plasma-applet-lancelot
Summary:	Plasma lancelot applets
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-lancelot
Plasma lancelot applets.

%files -n plasma-applet-lancelot
%{_kde_bindir}/lancelot
%{_kde_libdir}/kde4/plasma_applet_lancelot_part.so
%{_kde_libdir}/kde4/plasma_applet_lancelot_launcher.so
%{_kde_services}/plasma-applet-lancelot-launcher.desktop
%{_kde_iconsdir}/hicolor/*/apps/lancelot*.png
%{_kde_iconsdir}/hicolor/*/apps/plasmaapplet-shelf.png
%{_kde_services}/plasma-applet-lancelot-part.desktop
%{_kde_services}/lancelot.desktop
%{_kde_datadir}/mime/packages/lancelotpart-mime.xml
%{_kde_appsdir}/desktoptheme/*/lancelot
%{_kde_appsdir}/lancelot

#-----------------------------------------------------------------------------

%define lancelot_major 2
%define liblancelot %mklibname lancelot %{lancelot_major}

%package -n %{liblancelot}
Summary:	%{name} library
Group:		System/Libraries
Obsoletes:	%{_lib}lancelot1 < %{EVRD}

%description -n %{liblancelot}
%{name} library.

%files -n %{liblancelot}
%{_kde_libdir}/liblancelot.so.*

#-----------------------------------------------------------------------------

%package -n plasma-desktoptheme-default
Summary:	Plasma default desktopthemes
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace

%description -n plasma-desktoptheme-default
Plasma default desktopthemes.

%files -n plasma-desktoptheme-default
%{_kde_appsdir}/desktoptheme/default/widgets

#-----------------------------------------------------------------------------

%package -n plasma-applet-microblog
Summary:	Microblog applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet
Requires:	plasma-dataengine-microblog = %{EVRD}
Provides:	plasma-applet-twitter = %{EVRD}

%description -n plasma-applet-microblog
Update and view your microblog status

%files -n plasma-applet-microblog
%{_kde_libdir}/kde4/plasma_applet_microblog.so
%{_kde_services}/plasma-applet-microblog.desktop
%{_kde_appsdir}/plasma/services/tweet.operations

#-----------------------------------------------------------------------------

%package -n plasma-applet-nowplaying
Summary:	SWoong notifier applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-nowplaying
Song notifier applet

%files -n plasma-applet-nowplaying
%{_kde_appsdir}/plasma/plasmoids/nowplaying
%{_kde_services}/plasma-applet-nowplaying.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-binaryclock
Summary:	Simplified way to see the hours
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-binaryclock
Simplified way to see the hours.

%files -n plasma-applet-binaryclock
%{_kde_libdir}/kde4/plasma_applet_binaryclock.so
%{_kde_services}/plasma-applet-binaryclock.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-dict
Summary:	Dict applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-dict
A dict applets.

%files -n plasma-applet-dict
%{_kde_libdir}/kde4/plasma_applet_dict.so
%{_kde_services}/plasma-dict-default.desktop
%{_kde_iconsdir}/hicolor/scalable/apps/accessories-dict*

#-----------------------------------------------------------------------------

%package -n plasma-applet-fuzzy-clock
Summary:	A lazy way to see the hours
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-fuzzy-clock
A lazy way to see the hours.

%files -n plasma-applet-fuzzy-clock
%{_kde_libdir}/kde4/plasma_applet_fuzzy_clock.so
%{_kde_services}/plasma-clock-fuzzy.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-frame
Summary:	A basic pictures frame to desktop
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-frame
A basic pictures frame to desktop.

%files -n plasma-applet-frame
%{_kde_libdir}/kde4/plasma_applet_frame.so
%{_kde_services}/plasma-frame-default.desktop
%{_kde_appsdir}/plasma-applet-frame

#-----------------------------------------------------------------------------

%package -n plasma-applet-showdashboard
Summary:	Plasma showdashboard applets
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-showdashboard
Plasma showdashboard applets.

%files -n plasma-applet-showdashboard
%{_kde_libdir}/kde4/plasma_applet_showdashboard.so
%{_kde_services}/plasma-applet-showdashboard.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-calculator
Summary:	Plasma calculator applets
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-calculator
Plasma calculator applets.

%files -n plasma-applet-calculator
%{_kde_appsdir}/plasma/plasmoids/calculator
%{_kde_services}/plasma-applet-calculator.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-fifteenpuzzle
Summary:	Plasma fifteenpuzzle applets
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-fifteenpuzzle
Plasma fifteenpuzzle applets.

%files -n plasma-applet-fifteenpuzzle
%{_kde_libdir}/kde4/plasma_applet_fifteenPuzzle.so
%{_kde_services}/plasma-applet-fifteenPuzzle.desktop
%{_kde_appsdir}/desktoptheme/default/fifteenPuzzle
%{_kde_iconsdir}/*/*/*/fifteenpuzzle.*

#-----------------------------------------------------------------------------

%package -n plasma-applet-kolourpicker
Summary:	Basic color picker
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-kolourpicker
Basic color picker.

%files -n plasma-applet-kolourpicker
%{_kde_libdir}/kde4/plasma_applet_kolourpicker.so
%{_kde_services}/plasma-kolourpicker-default.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-unitconverter
Summary:	Unit Converter
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-unitconverter
Unit Converter.

%files -n plasma-applet-unitconverter
%{_kde_libdir}/kde4/plasma_applet_unitconverter.so
%{_kde_services}/plasma-applet-unitconverter.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-systemloadviewer
Summary:	System Load Viewer
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-systemloadviewer
System Load Viewer.

%files -n plasma-applet-systemloadviewer
%{_kde_libdir}/kde4/plasma-applet_systemloadviewer.so
%{_kde_services}/plasma-applet-systemloadviewer.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-weather
Summary:	Weather Forecast
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Conflicts:	plasma-wallpaper-qml < 4.10.2-2
Provides:	plasma-applet

%description -n plasma-applet-weather
Weather Forecast.

%files -n plasma-applet-weather
%{_kde_libdir}/kde4/plasma_applet_weather.so
%{_kde_services}/plasma-applet-weather.desktop
%{_kde_appsdir}/desktoptheme/default/weather/wind-arrows.svgz
%{_kde_appsdir}/plasma/packages/org.kde.weather/

#-----------------------------------------------------------------------------

%package -n plasma-applet-bubblemon
Summary:	Monitor your system
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-bubblemon
A pretty bubble that monitors your system.

%files -n plasma-applet-bubblemon
%{_kde_libdir}/kde4/plasma_applet_bubblemon.so
%{_kde_services}/plasma-applet-bubblemon.desktop
%{_kde_appsdir}/desktoptheme/default/bubblemon/bubble.svg

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-comic
Summary:	Plasma comic dataengines
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine
Conflicts:	plasma-applet-comic < 4.10.4-2

%description -n plasma-dataengine-comic
Plasma comic dataengines.

%files -n plasma-dataengine-comic
%{_kde_libdir}/kde4/plasma_comic_krossprovider.so
%{_kde_libdir}/kde4/plasma_engine_comic.so
%{_kde_libdir}/kde4/plasma_packagestructure_comic.so
%{_kde_services}/plasma-dataengine-comic.desktop
%{_kde_services}/plasma-packagestructure-comic.desktop
%{_kde_servicetypes}/plasma_comicprovider.desktop

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-microblog
Summary:	Plasma micrbolog dataengines
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine
Provides:	plasma-dataengine-twitter = %{EVRD}

%description -n plasma-dataengine-microblog
Plasma microblog dataengines.

%files -n plasma-dataengine-microblog
%{_kde_libdir}/kde4/plasma_engine_microblog.so
%{_kde_services}/plasma-dataengine-microblog.desktop

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-rtm
Summary:	An engine to work with Remember the Milk
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine
Provides:	plasma-dataengine-rememberthemilk = %{EVRD}
Provides:	plasma-dataengine-rtm = %{EVRD}

%description -n plasma-dataengine-rtm
An engine to work with Remember the Milk.

%files -n plasma-dataengine-rtm
%{_kde_libdir}/kde4/plasma_engine_rtm.so
%{_kde_services}/plasma-engine-rtm.desktop
%{_kde_appsdir}/plasma/services/rtmauth.operations
%{_kde_appsdir}/plasma/services/rtmtask.operations
%{_kde_appsdir}/plasma/services/rtmtasks.operations

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-ocs
Summary:	Open Collaboration Services
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine
Provides:	plasma-dataengine-ocs = %{EVRD}

%description -n plasma-dataengine-ocs
Open Collaboration Services.

%files -n plasma-dataengine-ocs
%{_kde_libdir}/kde4/plasma_engine_ocs.so
%{_kde_services}/plasma-dataengine-ocs.desktop

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-potd
Summary:	Picture of the Day
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine
Provides:	plasma-dataengine-potd = %{EVRD}

%description -n plasma-dataengine-potd
Data Engine for getting various online Pictures of The Day.

%files -n plasma-dataengine-potd
%{_kde_libdir}/kde4/plasma_potd_apodprovider.so
%{_kde_libdir}/kde4/plasma_potd_epodprovider.so
%{_kde_libdir}/kde4/plasma_potd_flickrprovider.so
%{_kde_libdir}/kde4/plasma_potd_natgeoprovider.so
%{_kde_libdir}/kde4/plasma_potd_oseiprovider.so
%{_kde_libdir}/kde4/plasma_potd_wcpotdprovider.so
%{_kde_libdir}/kde4/plasma_engine_potd.so
%{_kde_services}/plasma-dataengine-potd.desktop
%{_kde_services}/apodprovider.desktop
%{_kde_services}/epodprovider.desktop
%{_kde_services}/flickrprovider.desktop
%{_kde_services}/natgeoprovider.desktop
%{_kde_services}/oseiprovider.desktop
%{_kde_services}/wcpotdprovider.desktop
%{_kde_servicetypes}/plasma_potdprovider.desktop

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-konqprofiles
Summary:	List and launch Konqueror profiles
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine

%description -n plasma-dataengine-konqprofiles
Data Engine to list and launch Konqueror profiles.

%files -n plasma-dataengine-konqprofiles
%{_kde_libdir}/kde4/plasma_engine_konqprofiles.so
%{_kde_services}/plasma-dataengine-konqprofiles.desktop
%{_kde_appsdir}/plasma/services/org.kde.plasma.dataengine.konqprofiles.operations

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-konsoleprofiles
Summary:	List and launch Konsole profiles
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine

%description -n plasma-dataengine-konsoleprofiles
Data Engine to list and launch Konsole profiles.

%files -n plasma-dataengine-konsoleprofiles
%{_kde_libdir}/kde4/plasma_engine_konsoleprofiles.so
%{_kde_services}/plasma-dataengine-konsoleprofiles.desktop
%{_kde_appsdir}/plasma/services/org.kde.plasma.dataengine.konsoleprofiles.operations

#-----------------------------------------------------------------------------

%package -n plasma-runner-converter
Summary:	Plasma converter runners
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-converter
Plasma converter runners.

%files -n plasma-runner-converter
%{_kde_services}/plasma-runner-converter.desktop
%{_kde_libdir}/kde4/krunner_converter.so

#-----------------------------------------------------------------------------

%package -n plasma-runner-charrunner
Summary:	Plasma charrunner runners
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-charrunner
Plasma charrunner runners.

%files -n plasma-runner-charrunner
%{_kde_libdir}/kde4/kcm_krunner_charrunner.so
%{_kde_libdir}/kde4/krunner_charrunner.so
%{_kde_services}/CharRunner_config.desktop
%{_kde_services}/CharacterRunner.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-datetime
Summary:	Plasma charrunner runners
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-datetime
Plasma datetime runners.

%files -n plasma-runner-datetime
%{_kde_libdir}/kde4/plasma_runner_datetime.so
%{_kde_services}/plasma-runner-datetime.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-dictionary
Summary:	Plasma charrunner runners
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-dictionary
Plasma datetime runners.

%files -n plasma-runner-dictionary
%{_kde_libdir}/kde4/kcm_krunner_dictionary.so
%{_kde_libdir}/kde4/krunner_dictionary.so
%{_kde_services}/plasma-runner-dictionary.desktop
%{_kde_services}/plasma-runner-dictionary_config.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-contacts
Summary:	Plasma contacts runners
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-contacts
Plasma contacts runners.

%files -n plasma-runner-contacts
%{_kde_libdir}/kde4/krunner_contacts.so
%{_kde_services}/plasma-runner-contacts.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-events
Summary:	Plasma events runners
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-events
Plasma events runners.

%files -n plasma-runner-events
%{_kde_libdir}/kde4/plasma_runner_events.so
%{_kde_libdir}/kde4/kcm_plasma_runner_events.so
%{_kde_services}/plasma-runner-events_config.desktop
%{_kde_services}/plasma-runner-events.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-weatherstation
Summary:	Plasma applet weatherstation
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Conflicts:	plasma-wallpaper-qml < 4.10.2-2
Provides:	plasma-applet

%description -n plasma-applet-weatherstation
Plasma applet weatherstation.

%files -n plasma-applet-weatherstation
%{_kde_libdir}/kde4/plasma_applet_weatherstation.so
%{_kde_appsdir}/desktoptheme/default/weatherstation
%{_kde_appsdir}/plasma/packages/org.kde.lcdweather/
%{_kde_services}/plasma-applet-weatherstation.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-news
Summary:	Plasma applet news
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-news
Plasma applet news

%files -n plasma-applet-news
%{_kde_services}/plasma-applet-news.desktop
%{_kde_libdir}/kde4/plasma_applet_news.so
%{_kde_appsdir}/desktoptheme/default/stylesheets/news.css

#-----------------------------------------------------------------------------

%package -n plasma-applet-charselect
Summary:	Plasma applet charselect
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-charselect
Plasma applet charselect

%files -n plasma-applet-charselect
%{_kde_services}/plasma-applet-charselect.desktop
%{_kde_libdir}/kde4/plasma_applet_charselect.so

#-----------------------------------------------------------------------------

%package -n plasma-applet-eyes
Summary:	Plasma applet paste
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-eyes
Plasma applet eyes

%files -n plasma-applet-eyes
%{_kde_libdir}/kde4/plasma_applet_eyes.so
%{_kde_services}/plasma-applet-eyes.desktop
%{_kde_iconsdir}/hicolor/*/apps/eyes.*

#-----------------------------------------------------------------------------

%package -n plasma-applet-paste
Summary:	Plasma applet paste
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-paste
Plasma applet paste

%files -n plasma-applet-paste
%{_kde_libdir}/kde4/plasma_applet_paste.so
%{_kde_services}/plasma-applet-paste.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-timer
Summary:	Plasma applet timer
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-timer
Plasma applet timer

%files -n plasma-applet-timer
%{_kde_libdir}/kde4/plasma_applet_timer.so
%{_kde_services}/plasma-applet-timer.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-opendesktop
Summary:	Communicate using the Social Desktop
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Requires:	plasma-dataengine-ocs
Provides:	plasma-applet

%description -n plasma-applet-opendesktop
Communicate using the Social Desktop.

%files -n plasma-applet-opendesktop
%{_kde_libdir}/kde4/plasma_applet_opendesktop.so
%{_kde_services}/plasma-applet-opendesktop.desktop
%{_kde_services}/plasma-applet-opendesktop-activities.desktop
%{_kde_libdir}/kde4/plasma_applet_opendesktop_activities.so
%{_kde_appsdir}/plasma-applet-opendesktop-activities/plasma-applet-opendesktop-activities.notifyrc
%{_kde_appsdir}/plasma/services/ocsPerson.operations
%{_kde_appsdir}/plasma-applet-opendesktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-magnifique
Summary:	A magnification glass for Plasma canvas
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-magnifique
A magnification glass for Plasma canvas.

%files -n plasma-applet-magnifique
%{_kde_libdir}/kde4/plasma_applet_magnifique.so
%{_kde_services}/plasma-applet-magnifique.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-qalculate
Summary:	A Qalculate plasma applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-qalculate
A Qalculate plasma applet

%files -n plasma-applet-qalculate
%{_kde_libdir}/kde4/plasma_applet_qalculate.so
%{_kde_services}/plasma-applet-qalculate.desktop
%{_kde_iconsdir}/hicolor/*/apps/qalculate-applet.png

#-----------------------------------------------------------------------------

%package -n plasma-applet-mediaplayer
Summary:	Widget that can play video and sound
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-mediaplayer
Widget that can play video and sound.

%files -n plasma-applet-mediaplayer
%{_kde_libdir}/kde4/plasma_applet_mediaplayer.so
%{_kde_services}/plasma-applet-mediaplayer.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-spellcheck
Summary:	Fast spell checking applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-spellcheck
Fast spell checking applet

%files -n plasma-applet-spellcheck
%{_kde_libdir}/kde4/plasma_applet_spellcheck.so
%{_kde_services}/plasma-applet-spellcheck.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-webslice
Summary:	Applet that show a part of a webpage
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-webslice
Applet that show a part of a webpage

%files -n plasma-applet-webslice
%{_kde_services}/plasma-applet-webslice.desktop
%{_kde_libdir}/kde4/plasma_applet_webslice.so

#-----------------------------------------------------------------------------

%package -n plasma-applet-rtm
Summary:	Remember The Milk Todo list applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet
Provides:	plasma-applet-rememberthemilk = %{EVRD}
Requires:	plasma-dataengine-rtm = %{EVRD}

%description -n plasma-applet-rtm
Remember The Milk Todo list applet.

%files -n plasma-applet-rtm
%{_kde_libdir}/kde4/plasma_applet_rtm.so
%{_kde_services}/plasma-applet-rememberthemilk.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-konquerorsessions
Summary:	Plasma runner places
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-konquerorsessions
Plasma runner konquerorsessions.

%files -n plasma-runner-konquerorsessions
%{_kde_services}/konquerorsessions.desktop
%{_kde_libdir}/kde4/krunner_konquerorsessions.so

#-----------------------------------------------------------------------------

%package -n plasma-runner-katesessions
Summary:	Plasma runner katesessions
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-katesessions
Plasma runner katesessions.

%files -n plasma-runner-katesessions
%{_kde_services}/katesessions.desktop
%{_kde_libdir}/kde4/krunner_katesessions.so

#-----------------------------------------------------------------------------

%package -n plasma-runner-konsolesessions
Summary:	Plasma runner konsolesessions
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-konsolesessions
Plasma runner konsolesessions.

%files -n plasma-runner-konsolesessions
%{_kde_services}/konsolesessions.desktop
%{_kde_libdir}/kde4/krunner_konsolesessions.so

#-----------------------------------------------------------------------------

%package -n plasma-runner-browserhistory
Summary:	Plasma runner browserhistory
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-browserhistory
Plasma runner browserhistory.

%files -n plasma-runner-browserhistory
%{_kde_libdir}/kde4/krunner_browserhistory.so
%{_kde_services}/browserhistory.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-spellchecker
Summary:	Plasma runner spellchecker
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-spellchecker
Plasma runner spellchecker.

%files -n plasma-runner-spellchecker
%{_kde_services}/plasma-runner-spellchecker.desktop
%{_kde_services}/plasma-runner-spellchecker_config.desktop
%{_kde_libdir}/kde4/krunner_spellcheckrunner.so
%{_kde_libdir}/kde4/kcm_krunner_spellcheck.so

#-----------------------------------------------------------------------------

%package -n plasma-runner-audioplayercontrol
Summary:	Plasma runner audioplayercontrol
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-audioplayercontrol
Plasma runner audioplayercontrol.

%files -n plasma-runner-audioplayercontrol
%{_kde_libdir}/kde4/kcm_krunner_audioplayercontrol.so
%{_kde_libdir}/kde4/krunner_audioplayercontrol.so
%{_kde_services}/plasma-runner-audioplayercontrol.desktop
%{_kde_services}/plasma-runner-audioplayercontrol_config.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-kopete
Summary:	Plasma runner kopete
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-kopete
Plasma runner kopete.

%files -n plasma-runner-kopete
%{_kde_libdir}/kde4/krunner_kopete.so
%{_kde_services}/plasma-runner-kopete.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-mediawiki
Summary:	Plasma runner mediawiki (matches MediaWiki queries)
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-mediawiki
Plasma runner mediawiki (matches MediaWiki queries).

%files -n plasma-runner-mediawiki
%{_kde_libdir}/kde4/krunner_mediawiki.so
%{_kde_services}/plasma-runner-techbase.desktop
%{_kde_services}/plasma-runner-wikipedia.desktop
%{_kde_services}/plasma-runner-wikitravel.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-translator
Summary:	Plasma translator runner
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-translator
Provides translation via Google Translate.

%files -n plasma-runner-translator
%{_kde_libdir}/kde4/krunner_translator.so
%{_kde_services}/plasma-runner-translator.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-youtube
Summary:	Plasma runner youtube (matches YouTube queries)
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner
Conflicts:	kipi-plugins-youtube < 2.0.2-2

%description -n plasma-runner-youtube
Plasma runner youtube (matches YouTube queries).

%files -n plasma-runner-youtube
%{_kde_libdir}/kde4/krunner_youtube.so
%{_kde_services}/plasma-runner-youtube.desktop
%{_kde_iconsdir}/hicolor/*/actions/krunner_youtube.*

#-----------------------------------------------------------------------------

%package -n plasma-wallpaper-pattern
Summary:	Pattern wallpaper
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-wallpaper

%description -n plasma-wallpaper-pattern
Pattern wallpaper.

%files -n plasma-wallpaper-pattern
%{_kde_libdir}/kde4/plasma_wallpaper_pattern.so
%{_kde_services}/plasma-wallpaper-pattern.desktop
%{_kde_appsdir}/plasma_wallpaper_pattern

#-----------------------------------------------------------------------------

%package -n plasma-wallpaper-weather
Summary:	Weather wallpaper
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-wallpaper

%description -n plasma-wallpaper-weather
Weather wallpaper.

%files -n plasma-wallpaper-weather
%{_kde_libdir}/kde4/plasma_wallpaper_weather.so
%{_kde_services}/plasma-wallpaper-weather.desktop
%{_kde_configdir}/plasmaweather.knsrc

#-----------------------------------------------------------------------------

%package -n plasma-wallpaper-virus
Summary:	Virus wallpaper
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-wallpaper

%description -n plasma-wallpaper-virus
Virus wallpaper.

%files -n plasma-wallpaper-virus
%{_kde_libdir}/kde4/plasma_wallpaper_virus.so
%{_kde_services}/plasma-wallpaper-virus.desktop
%{_kde_configdir}/virus_wallpaper.knsrc

#-----------------------------------------------------------------------------

%package -n plasma-wallpaper-marble
Summary:	Marble wallpaper
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Requires:	marble-common
Provides:	plasma-wallpaper

%description -n plasma-wallpaper-marble
Marble wallpaper.

%files -n plasma-wallpaper-marble
%{_kde_libdir}/kde4/plasma_wallpaper_marble.so
%{_kde_services}/plasma-wallpaper-marble.desktop

#-----------------------------------------------------------------------------

%package -n plasma-wallpaper-mandelbrot
Summary:	Mandelbrot wallpaper
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-wallpaper

%description -n plasma-wallpaper-mandelbrot
Mandelbrot wallpaper.

%files -n plasma-wallpaper-mandelbrot
%{_kde_libdir}/kde4/plasma_wallpaper_mandelbrot.so
%{_kde_services}/plasma-wallpaper-mandelbrot.desktop

#-----------------------------------------------------------------------------

%package -n plasma-wallpaper-qml
Summary:	Animated Wallpaper
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-wallpaper

%description -n plasma-wallpaper-qml
Animated QML Wallpaper.

%files -n plasma-wallpaper-qml
%{_kde_libdir}/kde4/plasma_wallpaper_qml.so
%{_kde_appsdir}/plasma/wallpapers/org.kde.animals/
%{_kde_appsdir}/plasma/wallpapers/org.kde.haenau/
%{_kde_appsdir}/plasma/wallpapers/org.kde.hunyango/
%{_kde_services}/plasma-wallpaper-qml.desktop

#-----------------------------------------------------------------------------

%package -n plasma-wallpaper-potd
Summary:	Potd wallpaper
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-wallpaper

%description -n plasma-wallpaper-potd
Potd wallpaper.

%files -n plasma-wallpaper-potd
%{_kde_libdir}/kde4/plasma_wallpaper_potd.so
%{_kde_services}/plasma-wallpaper-potd.desktop


#-----------------------------------------------------------------------------

%define plasmacomicprovidercore_major 1
%define libplasmacomicprovidercore %mklibname plasmacomicprovidercore %{plasmacomicprovidercore_major}

%package -n %{libplasmacomicprovidercore}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libplasmacomicprovidercore}
%{name} library.

%files -n %{libplasmacomicprovidercore}
%{_kde_libdir}/libplasmacomicprovidercore.so.%{plasmacomicprovidercore_major}*

#-----------------------------------------------------------------------------

%define plasmaweather_major 4
%define libplasmaweather %mklibname plasmaweather %{plasmaweather_major}

%package -n %{libplasmaweather}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libplasmaweather}
%{name} library.

%files -n %{libplasmaweather}
%{_kde_libdir}/libplasmaweather.so.%{plasmaweather_major}*

#-----------------------------------------------------------------------------

%define rtm_major 4
%define librtm %mklibname rtm %{rtm_major}

%package -n %{librtm}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{librtm}
%{name} library.

%files -n %{librtm}
%{_kde_libdir}/librtm.so.%{rtm_major}*

#-----------------------------------------------------------------------------

%define plasmapotdprovidercore_major 1
%define libplasmapotdprovidercore %mklibname plasmapotdprovidercore %{plasmapotdprovidercore_major}

%package -n %{libplasmapotdprovidercore}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libplasmapotdprovidercore}
%{name} library.

%files -n %{libplasmapotdprovidercore}
%{_kde_libdir}/libplasmapotdprovidercore.so.%{plasmapotdprovidercore_major}*

#-----------------------------------------------------------------------------

%define lancelot_datamodels_major 1
%define liblancelot_datamodels %mklibname lancelot-datamodels %{lancelot_datamodels_major}

%package -n %{liblancelot_datamodels}
Summary:	%{name} library
Group:		System/Libraries
Obsoletes:	%{_lib}lancelot-datamodels0 < %{EVRD}

%description -n %{liblancelot_datamodels}
%{name} library.

%files -n %{liblancelot_datamodels}
%{_kde_libdir}/liblancelot-datamodels.so.%{lancelot_datamodels_major}*

#-----------------------------------------------------------------------------

%define plasma_containments_grouping_major 4
%define libplasma_containments_grouping %mklibname plasmacontainmentsgrouping %{plasma_containments_grouping_major}

%package -n %{libplasma_containments_grouping}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libplasma_containments_grouping}
%{name} library.

%files -n %{libplasma_containments_grouping}
%{_kde_libdir}/libplasma_groupingcontainment.so.%{plasma_containments_grouping_major}*

#------------------------------------------------------------------------------

%package -n plasma-applet-kimpanel
Summary:	KDE Input method panel (applet)
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet
Requires:	plasma-dataengine-kimpanel

%description -n plasma-applet-kimpanel
KDE Input method panel (applet)

%files -n plasma-applet-kimpanel
%{_kde_libdir}/kde4/plasma_applet_kimpanel.so
%{_kde_datadir}/config.kcfg/kimpanelconfig.kcfg
%{_kde_services}/plasma-applet-kimpanel.desktop

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-kimpanel
Summary:	Engine of the kimpanel plasma applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine

%description -n plasma-dataengine-kimpanel
Engine of the kimpanel plasma applet.

%files -n plasma-dataengine-kimpanel
%{_kde_libdir}/kde4/plasma_engine_kimpanel.so
%{_kde_appsdir}/plasma/services/kimpanel.operations
%{_kde_services}/plasma-dataengine-kimpanel.desktop

#-----------------------------------------------------------------------------

%package -n plasma-containments-grouping
Summary:	Containments that do widget grouping and gridding
Group:		Graphical desktop/KDE

%description -n plasma-containments-grouping
This little project will provide the user the ability to layout his
applets in a more advanced way: He will be able to group them inside
special QGraphicsWidgets called Groups, in a way that depends on the
specific group.

%files -n plasma-containments-grouping
%{_kde_libdir}/kde4/plasma_containment_groupingdesktop.so
%{_kde_libdir}/kde4/plasma_containment_groupingpanel.so
%{_kde_libdir}/kde4/plasma_containment_griddesktop.so
%{_kde_services}/plasma-containment-griddesktop.desktop
%{_kde_services}/plasma-containment-groupingdesktop.desktop
%{_kde_services}/plasma-containment-groupingpanel.desktop

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libplasmacomicprovidercore} = %{EVRD}
Requires:	%{libplasmaweather} = %{EVRD}
Requires:	%{librtm} = %{EVRD}
Requires:	%{libplasmapotdprovidercore} = %{EVRD}
Requires:	%{liblancelot} = %{EVRD}
Requires:	plasma-applet-kimpanel = %{EVRD}
Requires:	kdelibs4-devel

%description devel
This package contains header files needed if you wish to build applications
based on %{name}

%files devel
%{_kde_libdir}/*.so
%{_kde_includedir}/lancelot
%{_kde_includedir}/KDE/Lancelot
%{_kde_includedir}/lancelot-datamodels
%{_kde_appsdir}/cmake/modules/FindLancelot-Datamodels.cmake
%{_kde_appsdir}/cmake/modules/FindLancelot.cmake

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 3ad5d30
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16946 |14mr|kde-print-manager-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Printer management for KDE
Name:		kde-print-manager
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		https://projects.kde.org/projects/playground/base/print-manager
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/print-manager-%{version}.tar.xz
Source1:	kde-print-manager.rpmlintrc
BuildRequires:	gettext
BuildRequires:	kdelibs4-devel
BuildRequires:	cups-devel
Requires:	kdebase4-runtime
Obsoletes:	kdeutils4-printer-applet < 4.10.0
Obsoletes:	system-config-printer-kde < 2:4.10.0
Provides:	system-config-printer-kde = 2:%{version}-%{release}

%description
Printer management for KDE.

%files
%{_kde_bindir}/kde-add-printer
%{_kde_bindir}/kde-print-queue
%{_kde_libdir}/kde4/kcm_printer_manager.so
%{_kde_libdir}/kde4/kded_printmanager.so
%{_kde_libdir}/kde4/imports/org/kde/printmanager
%{_kde_libdir}/kde4/libexec/configure-printer
%{_kde_libdir}/libkcupslib.so
%{_kde_appsdir}/plasma/plasmoids/org.kde.printmanager
%{_kde_appsdir}/printmanager
%{_kde_plugindir}/designer/printmanagerwidget.so
%{_kde_services}/kcm_printer_manager.desktop
%{_kde_services}/kded/printmanager.desktop
%{_kde_services}/plasma-applet-printmanager.desktop
%{_datadir}/dbus-1/services/org.kde.ConfigurePrinter.service

#----------------------------------------------------------------------------

%prep
%setup -q -n print-manager-%{version}

%build
%cmake_kde4 -DLIBEXEC_INSTALL_DIR:PATH=%{_kde_libdir}/kde4/libexec
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 77e7c6c
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16947 |14mr|kdesdk4-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	K Desktop Environment - Software Development Kit
Name:		kdesdk4
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
Suggests:	cervisia
Suggests:	dolphin-plugins
Suggests:	lokalize
Suggests:	kapptemplate
Suggests:	kcachegrind
Suggests:	kde-dev-scripts
Suggests:	kde-dev-utils
Suggests:	kdesdk-kioslaves
Suggests:	kdesdk-strigi-analyzers
Suggests:	kdesdk-thumbnailers
Suggests:	kompare
Suggests:	okteta
Suggests:	poxml
Suggests:	umbrello
Obsoletes:	kdesdk4-core < 1:4.11.0
Obsoletes:	kdesdk4-devel < 1:4.11.0
BuildArch:	noarch

%description
Metapackage for Software Development Kit for the K Desktop Environment.

%files

#---------------------------------------------------------------

%prep

%build

%install


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 9793427
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16948 |14mr|kdesdk-kioslaves-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE SDK KIO slaves
Name:		kdesdk-kioslaves
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	subversion-devel
Suggests:	kio4-perldoc = %{EVRD}
Suggests:	kio4-svn = %{EVRD}

%description
KIO slaves for:
 - Perl documentation
 - SVN

%files

#----------------------------------------------------------------------------

%package -n kio4-perldoc
Summary:	A KIO slave interface for Perl documentation
Group:		Graphical desktop/KDE
Requires:	perl(Pod::Perldoc)
Conflicts:	kdesdk4-core < 1:4.11.0

%description -n kio4-perldoc
A KIO slave interface for Perl documentation.

%files -n kio4-perldoc
%{_kde_libdir}/kde4/kio_perldoc.so
%{_kde_appsdir}/kio_perldoc
%{_kde_services}/perldoc.protocol

#----------------------------------------------------------------------------

%package -n kio4-svn
Summary:	A KIO slave interface for SVN
Group:		Graphical desktop/KDE
Requires:	subversion
Conflicts:	kdesdk4-core < 1:4.11.0
Conflicts:	kdesdk4-devel < 1:4.11.0
Conflicts:	cervisia < 1:4.11.0

%description -n kio4-svn
A KIO slave interface for SVN.

%files -n kio4-svn
%{_kde_bindir}/kio_svn_helper
%{_kde_libdir}/kde4/kded_ksvnd.so
%{_kde_libdir}/kde4/kio_svn.so
%{_kde_iconsdir}/hicolor/*/actions/vcs-add-svn-kiosvn.*
%{_kde_iconsdir}/hicolor/*/actions/vcs-branch-svn-kiosvn.*
%{_kde_iconsdir}/hicolor/*/actions/vcs-merge-svn-kiosvn.*
%{_kde_iconsdir}/hicolor/*/actions/vcs-remove-svn-kiosvn.*
%{_kde_iconsdir}/hicolor/*/actions/vcs-status-svn-kiosvn.*
%{_kde_iconsdir}/hicolor/*/actions/vcs-switch-svn-kiosvn.*
%{_kde_services}/ServiceMenus/subversion.desktop
%{_kde_services}/ServiceMenus/subversion_toplevel.desktop
%{_kde_services}/kded/ksvnd.desktop
%{_kde_services}/svn+file.protocol
%{_kde_services}/svn+http.protocol
%{_kde_services}/svn+https.protocol
%{_kde_services}/svn+ssh.protocol
%{_kde_services}/svn.protocol
%{_datadir}/dbus-1/interfaces/org.kde.ksvnd.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 5cef7db
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16949 |14mr|kdesdk-strigi-analyzers-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Strigi analyzers for diff, po, ts and xlf files
Name:		kdesdk-strigi-analyzers
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libstreamanalyzer)
Conflicts:	kdesdk4-strigi-analyzer < 1:4.11.0
Obsoletes:	kdesdk4-strigi-analyzer < 1:4.11.0
Conflicts:	lokalize < 1:4.11.0

%description
Strigi analyzers for diff, po, ts and xlf files.

%files
%{_kde_libdir}/strigi/strigila_diff.so
%{_kde_libdir}/strigi/strigila_po.so
%{_kde_libdir}/strigi/strigita_ts.so
%{_kde_libdir}/strigi/strigita_xlf.so
%{_kde_datadir}/strigi/fieldproperties/strigi_translation.fieldproperties

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 000d5ec
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16950 |14mr|kdesdk-thumbnailers-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A preview image generator plugin for gettext translations and templates
Name:		kdesdk-thumbnailers
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	gettext-devel
BuildRequires:	kdelibs4-devel
Requires:	gettext
Conflicts:	kde-thumbnailer-po < 1:4.11.0
Obsoletes:	kde-thumbnailer-po < 1:4.11.0

%description
A preview image generator plugin for gettext translations and templates.

%files
%{_kde_libdir}/kde4/pothumbnail.so
%{_kde_datadir}/config.kcfg/pocreatorsettings.kcfg
%{_kde_services}/pothumbnail.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 6305f78
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16951 |14mr|kdesvn-1.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE client for subversion
Name:		kdesvn
Version:	1.6.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://kdesvn.alwins-world.de/
Source:		http://kdesvn.alwins-world.de/downloads/%{name}-%{version}.tar.bz2
Requires:	graphviz
BuildRequires:	kdelibs4-devel
BuildRequires:	subversion-devel
Requires:	cervisia

%description
kdesvn is yet another client for subversion. But it uses native 
KDE API instead of a extra lib like GAMBAS and it is using the 
native subversion delevelopment API instead of just parsing the 
output of the commandline tool like most other clients do. It tries 
to setup a look and feel like the standard filemanager of KDE and is 
integrated into it via KPart.
The base C++ interface to subversion I took from the (real great) tool 
Rapidsvn (see http://rapidsvn.tigris.org/) with some modifcations and fixes.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog
%{_kde_bindir}/*
%{_kde_libdir}/kde4/*
%{_kde_datadir}/svnqt
%{_kde_appsdir}/kdesvn
%{_kde_appsdir}/kdesvnpart
%{_kde_appsdir}/kconf_update/*
%{_kde_iconsdir}/hicolor/*/*/*
%{_kde_applicationsdir}/kdesvn.desktop
%{_kde_datadir}/config.kcfg/*
%{_kde_services}/ServiceMenus/kdesvn_subversion.desktop
%{_kde_services}/ServiceMenus/kdesvn_subversion_toplevel.desktop
%{_kde_services}/kded/kdesvnd.desktop
%{_kde_services}/kdesvnpart.desktop
%{_kde_services}/ksvn*.protocol
%{_mandir}/man1/*

#-----------------------------------------------------------------

%define lib_svn_qt_major 7
%define lib_svn_qt %mklibname svnqt4_ %{lib_svn_qt_major}

%package -n %{lib_svn_qt}
Summary:	KDE Svn core library
Group:		System/Libraries

%description -n %{lib_svn_qt}
KDE Svn core library

%files -n %{lib_svn_qt}
%{_kde_libdir}/*.so.%{lib_svn_qt_major}*

#-----------------------------------------------------------------

%package devel
Summary:	Kdesvn devel package
Group:		Development/KDE and Qt
Requires:	%{lib_svn_qt} = %{version}-%{release}

%description devel
kdesvn devel package

%files devel
%{_kde_includedir}/*
%{_kde_libdir}/*.so
%{_datadir}/dbus-1/interfaces/org.kde.kdesvnd.xml

#-----------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html

# fwang: conflicts with cervisia
rm -f %{buildroot}%{_kde_services}/svn*.protocol


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.0-2
+ Revision: 767def5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16952 |14mr|kdetoys4-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	K Desktop Environment - Toys and Amusements
Name:		kdetoys4
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
Suggests:	amor
Suggests:	kteatime
Suggests:	ktux
Obsoletes:	kdetoys4-devel < 1:4.11.0
BuildArch:	noarch

%description
Toys for the K Desktop Environment.

Software suggested by this metapackage:
	- amor: Amusing Misuse Of Resources put's comic figures above your windows
	- kteatime: system tray applet that makes sure your tea doesn't get too strong
	- ktux: Tux-in-a-Spaceship screen saver

%files

#-------------------------------------------------------------------

%prep

%build

%install


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 78acf39
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16953 |14mr|kdeutils4-printer-applet-4.9.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname printer-applet

Name:		kdeutils4-printer-applet
Summary:	View current print jobs and configure new printers
Version:	4.9.5
Release:	2
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://utils.kde.org/projects/%{oname}
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{oname}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	python-kde4
BuildRequires:	system-config-printer
BuildRequires:	python-cups
BuildRequires:	python-devel
Requires:	python-kde4
Requires:	python-cups
Requires:	python-qt4
Requires:	python-dbus
Requires:	system-config-printer
Provides:	printer-applet
BuildArch:	noarch

%description
Printer Applet is a system tray utility that shows current print jobs,
shows printer warnings and errors and shows when printers that have
been plugged in for the first time are being auto-configured by
hal-cups-utils.

%files
%doc %{_kde_docdir}/HTML/en/printer-applet
%{_kde_bindir}/printer-applet
%{_kde_appsdir}/printer-applet
%{_kde_autostart}/printer-applet.desktop

#----------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.9.5-2
+ Revision: ab9e2fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16954 |14mr|kdevelop4-4.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with apidox

%define kdevplatform_version 4:1.%(echo %{version} | cut -d. -f2,3)

Summary:	Integrated Development Environment for C++/C
Name:		kdevelop4
Version:	4.7.0
Release:	1
Epoch:		4
License:	GPLv2+
Group:		Development/C++
Url:		http://www.kdevelop.org/
Source0:	http://fr2.rpmfind.net/linux/KDE/unstable/kdevelop/%{version}/src/kdevelop-%{version}.tar.xz
Source1:	%{name}.rpmlintrc
%if %{with apidox}
BuildRequires:	doxygen
%endif
BuildRequires:	kdelibs4-devel
BuildRequires:	kdevplatform4-devel >= %{kdevplatform_version}
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	okteta-devel
Requires:	cmake
Requires:	gdb
Requires:	git
Requires:	kdevplatform4 >= %{kdevplatform_version}
Suggests:	plasma-applet-kdevelopsessions

%description
The KDevelop Integrated Development Environment provides many features that
developers need as well as providing a unified interface to programs like gdb,
the C/C++ compiler, and make.

KDevelop manages or provides:
   * All development tools needed for C++ programming like Compiler, Linker,
     automake and autoconf
   * KAppWizard, which generates complete, ready-to-go sample applications
   * Classgenerator, for creating new classes and integrating them into the
     current project
   * File management for sources, headers, documentation etc. to be included in
     the project
   * The creation of User-Handbooks written with SGML and the automatic
     generation of HTML-output with the KDE look and feel
   * Automatic HTML-based API-documentation for your project's classes with
     cross-references to the used libraries; Internationalization support for
     your application, allowing translators to easily add their target language
     to a project
   * WYSIWYG (What you see is what you get) creation of user interfaces with a
     built-in dialog editor
   * Debugging your application by integrating KDbg
   * Editing of project-specific pixmaps with KIconEdit
   * The inclusion of any other program you need for development by adding it
     to the "Tools" menu according to your individual needs.

%files -f %{name}.lang
%{_kde_bindir}/*
%{_kde_appsdir}/kdevappwizard
%{_kde_appsdir}/kdevcodegen
%{_kde_appsdir}/kdevcppsupport
%{_kde_appsdir}/kdevcustommakemanager
%{_kde_appsdir}/kdevelop
%{_kde_appsdir}/kdevfiletemplates
%{_kde_appsdir}/kdevgdb
%{_kde_appsdir}/kdevmanpage
%{_kde_appsdir}/kdevokteta
%{_kde_applicationsdir}/*.desktop
%{_kde_configdir}/kdevelop-qthelp.knsrc
%{_kde_configdir}/kdeveloprc
%{_kde_datadir}/mime/packages/kdevelop.xml
%{_kde_iconsdir}/*/*/*/*
%{_kde_libdir}/kde4/kcm_kdev_cmakebuilder.so
%{_kde_libdir}/kde4/kcm_kdev_makebuilder.so
%{_kde_libdir}/kde4/kcm_kdev_ninjabuilder.so
%{_kde_libdir}/kde4/kcm_kdevcmake_settings.so
%{_kde_libdir}/kde4/kcm_kdevcustombuildsystem.so
%{_kde_libdir}/kde4/kcm_kdevcustomdefinesandincludes.so
%{_kde_libdir}/kde4/kdevastyle.so
%{_kde_libdir}/kde4/kdevcmakebuilder.so
%{_kde_libdir}/kde4/kdevcmakedocumentation.so
%{_kde_libdir}/kde4/kdevcmakemanager.so
%{_kde_libdir}/kde4/kdevcompilerprovider.so
%{_kde_libdir}/kde4/kdevcpplanguagesupport.so
%{_kde_libdir}/kde4/kdevcustombuildsystem.so
%{_kde_libdir}/kde4/kdevcustommakemanager.so
%{_kde_libdir}/kde4/kdevcustomscript.so
%{_kde_libdir}/kde4/kdevdefinesandincludesmanager.so
%{_kde_libdir}/kde4/kdevexecuteplasmoid.so
%{_kde_libdir}/kde4/kdevgdb.so
%{_kde_libdir}/kde4/kdevghprovider.so
%{_kde_libdir}/kde4/kdevkdeprovider.so
%{_kde_libdir}/kde4/kdevmakebuilder.so
%{_kde_libdir}/kde4/kdevmanpage.so
%{_kde_libdir}/kde4/kdevninja.so
%{_kde_libdir}/kde4/kdevokteta.so
%{_kde_libdir}/kde4/kdevqthelp.so
%{_kde_libdir}/kde4/kdevqthelp_config.so
%{_kde_libdir}/kde4/krunner_kdevelopsessions.so
%{_kde_libdir}/libkdev4cmakecommon.so
%{_kde_libdir}/libkdev4cppduchain.so
%{_kde_libdir}/libkdev4cppparser.so
%{_kde_libdir}/libkdev4cpprpp.so
%{_kde_libdir}/libkdev4includesdefinessettings.so
%{_kde_services}/kcm_kdev*.desktop
%{_kde_services}/kdev*.desktop

#------------------------------------------------
%package -n plasma-dataengine-kdevelopsessions
Summary:	Show KDevelop sessions
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Requires:	%{name} >= %{EVRD}

%description -n plasma-dataengine-kdevelopsessions
Show KDevelop sessions.

%files -n plasma-dataengine-kdevelopsessions
%{_kde_libdir}/kde4/plasma_engine_kdevelopsessions.so
%{_kde_services}/plasma-dataengine-kdevelopsessions.desktop
%{_kde_appsdir}/plasma/services/org.kde.plasma.dataengine.kdevelopsessions.operations

#------------------------------------------------
%package -n plasma-applet-kdevelopsessions
Summary:	Show KDevelop sessions
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Requires:	plasma-dataengine-kdevelopsessions >= %{EVRD}
BuildArch:	noarch

%description -n plasma-applet-kdevelopsessions
Show KDevelop sessions.

%files -n plasma-applet-kdevelopsessions
%{_kde_services}/plasma-applet-kdevelopsessions.desktop
%{_kde_appsdir}/plasma/plasmoids/kdevelopsessions

#------------------------------------------------
%package devel
Summary:	Development files for kdevelop
Group:		Development/KDE and Qt

%description devel
Development files for kdevelop.

%files devel
%{_kde_appsdir}/cmake/modules/FindKDevelop.cmake
%{_kde_includedir}/kdevelop

#------------------------------------------------

%prep
%setup -q -n kdevelop-%{version}

%build
%cmake_kde4
%make

%if %{with apidox}
make apidox
%endif

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-html


%changelog
* Tue Sep 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:4.7.0-1
+ Revision: 2a761dc
- Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16955 |14mr|kdevelop4-php-1.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kdevelop_ver 4.%(echo %{version} | cut -d. -f2,3)

Summary:	PHP plugin for kdevelop
Name:		kdevelop4-php
Version:	1.7.0
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://www.kdevelop.org
Source0:	http://fr2.rpmfind.net/linux/KDE/unstable/kdevelop/%{kdevelop_ver}/src/kdevelop-php-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdevelop-pg-qt-devel
BuildRequires:	kdevplatform4-devel >= 4:%{version}
Requires:	kdevelop4 >= 4:%{kdevelop_ver}

%description
This plugin adds PHP language support (including classview and code-completion)
to KDevelop.

%files -f kdevphp.lang
%{_kde_libdir}/kde4/kdevphplanguagesupport.so
%{_kde_libdir}/kde4/kdevphpunitprovider.so
%{_kde_libdir}/libkdev4phpcompletion.so
%{_kde_libdir}/libkdev4phpduchain.so
%{_kde_libdir}/libkdev4phpparser.so
%{_kde_appsdir}/kdevappwizard/templates/simple_phpapp.tar.bz2
%{_kde_appsdir}/kdevphpsupport
%{_kde_services}/kdevphpsupport.desktop
%{_kde_services}/kdevphpunitprovider.desktop

#--------------------------------------------------------------------

%prep
%setup -qn kdevelop-php-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang kdevphp


%changelog
* Tue Sep 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.0-1
+ Revision: fbaa47f
- Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16956 |14mr|kdevelop4-php-docs-1.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kdevelop_ver 4.%(echo %{version} | cut -d. -f2,3)

Summary:	PHP documentation plugin for kdevelop
Name:		kdevelop4-php-docs
Version:	1.7.0
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://www.kdevelop.org
Source0:	http://fr2.rpmfind.net/linux/KDE/unstable/kdevelop/%{kdevelop_ver}/src/kdevelop-php-docs-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdevplatform4-devel >= 4:%{version}
Requires:	kdevelop4-php >= %{version}

%description
This plugin adds PHP documentation-view to KDevelop.

%files -f kdevphpdocs.lang
%{_kde_libdir}/kde4/kdevphpdocs.so
%{_kde_libdir}/kde4/kdevphpdocs_config.so
%{_kde_datadir}/config.kcfg/phpdocssettings.kcfg
%{_kde_services}/kdevphpdocs.desktop
%{_kde_services}/kdevphpdocs_config.desktop

#--------------------------------------------------------------------

%prep
%setup -qn kdevelop-php-docs-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang kdevphpdocs


%changelog
* Tue Sep 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.0-1
+ Revision: f09063c
- New version 1.7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16957 |14mr|kdevelop4-python-1.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kdevelop_ver 4.%(echo %{version} | cut -d. -f2,3)

%define oname kdev-python

Summary:	Python plugin for kdevelop
Name:		kdevelop4-python
Version:	1.7.0
Release:	1
License:	GPLv2+
Group:		Development/Python
Url:		http://www.kdevelop.org
Source0:	http://download.kde.org/stable/kdevelop/%{oname}/%{version}/src/%{oname}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdevplatform4-devel >= 4:%{version}
BuildRequires:	kdevelop-pg-qt-devel
Requires:	kdevelop4 >= 4:%{kdevelop_ver}

%description
This plugin adds Python language support (including classview and
code-completion) to KDevelop.

%files -f kdevpython.lang
%{_kde_appsdir}/kdevappwizard/templates/*
%{_kde_appsdir}/kdevpythonsupport
%{_kde_configdir}/kdev_python_docfiles.knsrc
%{_kde_libdir}/kde4/kcm_docfiles.so
%{_kde_libdir}/kde4/kcm_pep8.so
%{_kde_libdir}/kde4/kdevpdb.so
%{_kde_libdir}/kde4/kdevpythonlanguagesupport.so
%{_kde_libdir}/libkdev4pythoncompletion.so
%{_kde_libdir}/libkdev4pythonduchain.so
%{_kde_libdir}/libkdev4pythonparser.so
%{_kde_services}/kcm_kdevpythondocfiles.desktop
%{_kde_services}/kcm_kdevpythonpep8.desktop
%{_kde_services}/kdevpdb.desktop
%{_kde_services}/kdevpythonsupport.desktop

#--------------------------------------------------------------------

%define python_kdevelop_major 1.0
%define libpythonkdevelop %mklibname python%{py_ver}-kdevelop %{python_kdevelop_major}

%package -n %{libpythonkdevelop}
Summary:	Shared library for %{name}
Group:		Development/Python
Conflicts:	libpython2.7-kdevelop < 1.7.0
Obsoletes:	libpython2.7-kdevelop < 1.7.0

%description -n %{libpythonkdevelop}
Shared library for %{name}.

%files -n %{libpythonkdevelop}
%{_kde_libdir}/libpython%{py_ver}-kdevelop.so.%{python_kdevelop_major}*

#--------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde4
make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_libdir}/libpython%{py_ver}-kdevelop.so

chmod 0755 %{buildroot}%{_kde_libdir}/libpython%{py_ver}-kdevelop.so.%{python_kdevelop_major}*

%find_lang kdevpython

%changelog
* Tue Sep 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.0-1
+ Revision: 36b3d7a
- New version 1.7.0
- Fix shared library package name
- Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16958 |14mr|kdevelop-pg-qt-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDevelop-PG-Qt is a parser generator
Name:		kdevelop-pg-qt
Version:	1.0.0
Release:	3
License:	GPLv2+
Group:		Development/Other
Url:		http://techbase.kde.org/Development/KDevelop-PG-Qt_Introduction
Source0:	http://fr2.rpmfind.net/linux/KDE/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
Patch0:		kdevelop-pg-qt-1.0.0-bison3.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	kdelibs4-devel

%description
KDevelop-PG-Qt is a parser generator written in readable source-code and
generating readable source-code. Its syntax was inspirated by AntLR. It
implements the visitor-pattern and uses the Qt library. That is why it
is ideal to be used in Qt-/KDE-based applications like KDevelop.

%files
%{_kde_bindir}/kdev-pg-qt

#----------------------------------------------------------------------------

%package devel
Summary:	KDevelop-PG-Qt development files
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
This package contains development files of %{name}.

%files devel
%{_kde_includedir}/%{name}
%{_kde_libdir}/cmake/KDevelop-PG-Qt/KDevelop-PG-QtConfig.cmake
%{_kde_libdir}/cmake/KDevelop-PG-Qt/KDevelop-PG-QtConfigVersion.cmake

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-3
+ Revision: fe7d8e0
- Add patch to bison3 support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16959 |14mr|kdevplatform4-1.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with apidox

%define kdevelop_ver 4.%(echo %{version} | cut -d. -f2,3)

Summary:	Integrated Development Environment for C++/C
Name:		kdevplatform4
Version:	1.7.0
Release:	1
Epoch:		4
License:	GPLv2+
Group:		Development/C++
Url:		http://www.kde.org
Source0:	http://fr2.rpmfind.net/linux/KDE/unstable/kdevelop/%{kdevelop_ver}/src/kdevplatform-%{version}.tar.xz
BuildRequires:	flex
%if %{with apidox}
BuildRequires:	doxygen
%endif
BuildRequires:	graphviz
BuildRequires:	rapidsvn
BuildRequires:	boost-devel
BuildRequires:	db-devel
BuildRequires:	grantlee-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	libcommoncpp-devel
BuildRequires:	subversion-devel
BuildRequires:	pkgconfig(apr-1)
BuildRequires:	pkgconfig(apr-util-1)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(QtWebKit)

%description
%{name} module needed by Kdevelop or Quanta.

%files -f %{name}.lang
%{_kde_bindir}/kdev_dbus_socket_transformer
%{_kde_bindir}/kdev_format_source
%{_kde_bindir}/kdevplatform_shell_environment.sh
%{_kde_appsdir}/kdevappwizard
%{_kde_appsdir}/kdevclassbrowser
%{_kde_appsdir}/kdevcodegen
%{_kde_appsdir}/kdevcodeutils
%{_kde_appsdir}/kdevcontextbrowser
%{_kde_appsdir}/kdevcvs
%{_kde_appsdir}/kdevdebugger
%{_kde_appsdir}/kdevdocumentswitcher
%{_kde_appsdir}/kdevdocumentview
%{_kde_appsdir}/kdevelop/*.qml
%{_kde_appsdir}/kdevexternalscript
%{_kde_appsdir}/kdevfilemanager
%{_kde_appsdir}/kdevfiletemplates
%{_kde_appsdir}/kdevgrepview
%{_kde_appsdir}/kdevpatchreview
%{_kde_appsdir}/kdevproblemreporter
%{_kde_appsdir}/kdevprojectmanagerview
%{_kde_appsdir}/kdevquickopen
%{_kde_appsdir}/kdevsession
%{_kde_appsdir}/kdevsnippet
%{_kde_appsdir}/kdevsourceformatter
%{_kde_appsdir}/kdevstandardoutputview
%{_kde_appsdir}/kdevtestview
%{_kde_appsdir}/plasma/plasmoids/org.kdevelop.branches
%{_kde_configdir}/kdevappwizard.knsrc
%{_kde_configdir}/kdevfiletemplates.knsrc
%{_kde_servicetypes}/kdevelopplugin.desktop
%{_kde_services}/kcm_kdev_bgsettings.desktop
%{_kde_services}/kcm_kdev_ccsettings.desktop
%{_kde_services}/kcm_kdev_envsettings.desktop
%{_kde_services}/kcm_kdev_pluginsettings.desktop
%{_kde_services}/kcm_kdev_projectsettings.desktop
%{_kde_services}/kcm_kdev_uisettings.desktop
%{_kde_services}/kcm_kdevprojectfilter.desktop
%{_kde_services}/kcm_kdevsourceformattersettings.desktop
%{_kde_services}/kdev-dash-projectfileelement.desktop
%{_kde_services}/kdevelop-dashboard-branches.desktop
%{_kde_services}/kdevappwizard.desktop
%{_kde_services}/kdevbazaar.desktop
%{_kde_services}/kdevclassbrowser.desktop
%{_kde_services}/kdevcodeutils.desktop
%{_kde_services}/kdevcontextbrowser.desktop
%{_kde_services}/kdevcvs.desktop
%{_kde_services}/kdevdocumentswitcher.desktop
%{_kde_services}/kdevdocumentview.desktop
%{_kde_services}/kdevexecute.desktop
%{_kde_services}/kdevexecutescript.desktop
%{_kde_services}/kdevexternalscript.desktop
%{_kde_services}/kdevfilemanager.desktop
%{_kde_services}/kdevfiletemplates.desktop
%{_kde_services}/kdevgenericmanager.desktop
%{_kde_services}/kdevgit.desktop
%{_kde_services}/kdevgrepview.desktop
%{_kde_services}/kdevkonsoleview.desktop
%{_kde_services}/kdevopenwith.desktop
%{_kde_services}/kdevpatchreview.desktop
%{_kde_services}/kdevpastebin.desktop
%{_kde_services}/kdevproblemreporter.desktop
%{_kde_services}/kdevprojectdashboard.desktop
%{_kde_services}/kdevprojectfilter.desktop
%{_kde_services}/kdevprojectmanagerview.desktop
%{_kde_services}/kdevquickopen.desktop
%{_kde_services}/kdevreviewboard.desktop
%{_kde_services}/kdevsnippet.desktop
%{_kde_services}/kdevstandardoutputview.desktop
%{_kde_services}/kdevsubversion.desktop
%{_kde_services}/kdevswitchtobuddy.desktop
%{_kde_services}/kdevtemplatemanager_config.desktop
%{_kde_services}/kdevtestview.desktop
%{_kde_services}/kdevvcschangesview.desktop
%{_kde_libdir}/kde4/kcm_kdev_bgsettings.so
%{_kde_libdir}/kde4/kcm_kdev_ccsettings.so
%{_kde_libdir}/kde4/kcm_kdev_envsettings.so
%{_kde_libdir}/kde4/kcm_kdev_pluginsettings.so
%{_kde_libdir}/kde4/kcm_kdev_projectsettings.so
%{_kde_libdir}/kde4/kcm_kdev_uisettings.so
%{_kde_libdir}/kde4/kcm_kdevprojectfilter.so
%{_kde_libdir}/kde4/kcm_kdevsourceformattersettings.so
%{_kde_libdir}/kde4/kdevappwizard.so
%{_kde_libdir}/kde4/kdevbazaar.so
%{_kde_libdir}/kde4/kdevclassbrowser.so
%{_kde_libdir}/kde4/kdevcodeutils.so
%{_kde_libdir}/kde4/kdevcontextbrowser.so
%{_kde_libdir}/kde4/kdevcvs.so
%{_kde_libdir}/kde4/kdevdocumentview.so
%{_kde_libdir}/kde4/kdevdocumentswitcher.so
%{_kde_libdir}/kde4/kdevexecute.so
%{_kde_libdir}/kde4/kdevexecutescript.so
%{_kde_libdir}/kde4/kdevexternalscript.so
%{_kde_libdir}/kde4/kdevfilemanager.so
%{_kde_libdir}/kde4/kdevfiletemplates.so
%{_kde_libdir}/kde4/kdevgenericmanager.so
%{_kde_libdir}/kde4/kdevgit.so
%{_kde_libdir}/kde4/kdevgrepview.so
%{_kde_libdir}/kde4/kdevkonsoleview.so
%{_kde_libdir}/kde4/kdevopenwith.so
%{_kde_libdir}/kde4/kdevpatchreview.so
%{_kde_libdir}/kde4/kdevpastebin.so
%{_kde_libdir}/kde4/kdevproblemreporter.so
%{_kde_libdir}/kde4/kdevprojectdashboard.so
%{_kde_libdir}/kde4/kdevprojectfilter.so
%{_kde_libdir}/kde4/kdevprojectmanagerview.so
%{_kde_libdir}/kde4/kdevquickopen.so
%{_kde_libdir}/kde4/kdevreviewboard.so
%{_kde_libdir}/kde4/kdevsnippet.so
%{_kde_libdir}/kde4/kdevstandardoutputview.so
%{_kde_libdir}/kde4/kdevsubversion.so
%{_kde_libdir}/kde4/kdevswitchtobuddy.so
%{_kde_libdir}/kde4/kdevtemplatemanager_config.so
%{_kde_libdir}/kde4/kdevtestview.so
%{_kde_libdir}/kde4/kdevvcschangesviewplugin.so
%{_kde_libdir}/kde4/imports/org/kde/kdevplatform
%{_kde_libdir}/kde4/plasma_kdev_projectfileelement.so
%{_kde_libdir}/kde4/plugins/grantlee/*/kdev_filters.so
%{_kde_iconsdir}/hicolor/*/apps/reviewboard.png
%{_kde_iconsdir}/hicolor/*/actions/run-clean.png
%{_kde_iconsdir}/hicolor/*/actions/run-install.png
%{_kde_iconsdir}/hicolor/*/apps/bazaar.png
%{_kde_iconsdir}/hicolor/*/apps/git.png
%{_kde_iconsdir}/hicolor/*/apps/subversion.png

#-----------------------------------------------------------------------------

%define kdevplatformtests_major 8
%define libkdevplatformtests %mklibname kdevplatformtests %{kdevplatformtests_major}

%package -n %{libkdevplatformtests}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdevplatformtests}
KDE 4 library.

%files -n %{libkdevplatformtests}
%{_kde_libdir}/libkdevplatformtests.so.%{kdevplatformtests_major}*

#-----------------------------------------------------------------------------

%define kdevplatforminterfaces_major 8
%define libkdevplatforminterfaces %mklibname kdevplatforminterfaces %{kdevplatforminterfaces_major}

%package -n %{libkdevplatforminterfaces}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdevplatforminterfaces}
KDE 4 library.

%files -n %{libkdevplatforminterfaces}
%{_kde_libdir}/libkdevplatforminterfaces.so.%{kdevplatforminterfaces_major}*

#-----------------------------------------------------------------------------

%define kdevplatformjsontests_major 8
%define libkdevplatformjsontests %mklibname kdevplatformjsontests %{kdevplatformjsontests_major}

%package -n %{libkdevplatformjsontests}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdevplatformjsontests}
KDE 4 library.

%files -n %{libkdevplatformjsontests}
%{_kde_libdir}/libkdevplatformjsontests.so.%{kdevplatformjsontests_major}*

#-----------------------------------------------------------------------------

%define kdevplatformlanguage_major 8
%define libkdevplatformlanguage %mklibname kdevplatformlanguage %{kdevplatformlanguage_major}

%package -n %{libkdevplatformlanguage}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdevplatformlanguage}
KDE 4 library.

%files -n %{libkdevplatformlanguage}
%{_kde_libdir}/libkdevplatformlanguage.so.%{kdevplatformlanguage_major}*

#-----------------------------------------------------------------------------

%define kdevplatformoutputview_major 8
%define libkdevplatformoutputview %mklibname kdevplatformoutputview %{kdevplatformoutputview_major}

%package -n %{libkdevplatformoutputview}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdevplatformoutputview}
KDE 4 library.

%files -n %{libkdevplatformoutputview}
%{_kde_libdir}/libkdevplatformoutputview.so.%{kdevplatformoutputview_major}*

#-----------------------------------------------------------------------------

%define kdevplatformproject_major 8
%define libkdevplatformproject %mklibname kdevplatformproject %{kdevplatformproject_major}

%package -n %{libkdevplatformproject}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdevplatformproject}
KDE 4 library.

%files -n %{libkdevplatformproject}
%{_kde_libdir}/libkdevplatformproject.so.%{kdevplatformproject_major}*

#-----------------------------------------------------------------------------

%define kdevplatformshell_major 8
%define libkdevplatformshell %mklibname kdevplatformshell %{kdevplatformshell_major}

%package -n %{libkdevplatformshell}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdevplatformshell}
KDE 4 library.

%files -n %{libkdevplatformshell}
%{_kde_libdir}/libkdevplatformshell.so.%{kdevplatformshell_major}*

#-----------------------------------------------------------------------------

%define kdevplatformutil_major 8
%define libkdevplatformutil %mklibname kdevplatformutil %{kdevplatformutil_major}

%package -n %{libkdevplatformutil}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdevplatformutil}
KDE 4 library.

%files -n %{libkdevplatformutil}
%{_kde_libdir}/libkdevplatformutil.so.%{kdevplatformutil_major}*

#-----------------------------------------------------------------------------

%define kdevplatformvcs_major 8
%define libkdevplatformvcs %mklibname kdevplatformvcs %{kdevplatformvcs_major}

%package -n %{libkdevplatformvcs}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdevplatformvcs}
KDE 4 library.

%files -n %{libkdevplatformvcs}
%{_kde_libdir}/libkdevplatformvcs.so.%{kdevplatformvcs_major}*

#-----------------------------------------------------------------------------

%define sublime_major 8
%define libsublime %mklibname sublime %{sublime_major}

%package -n %{libsublime}
Summary:	KDE 4 library
Group: System/Libraries

%description -n %{libsublime}
KDE 4 library.

%files -n %{libsublime}
%{_kde_libdir}/libsublime.so.%{sublime_major}*

#-----------------------------------------------------------------------------

%define kdevplatformdebugger_major 8
%define libkdevplatformdebugger %mklibname kdevplatformdebugger %{kdevplatformdebugger_major}

%package -n %{libkdevplatformdebugger}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdevplatformdebugger}
KDE 4 library.

%files -n %{libkdevplatformdebugger}
%{_kde_libdir}/libkdevplatformdebugger.so.%{kdevplatformdebugger_major}*

#-----------------------------------------------------------------------------

%define kdevplatformdocumentation_major 8
%define libkdevplatformdocumentation %mklibname kdevplatformdocumentation %{kdevplatformdocumentation_major}

%package -n %{libkdevplatformdocumentation}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdevplatformdocumentation}
KDE 4 library.

%files -n %{libkdevplatformdocumentation}
%{_kde_libdir}/libkdevplatformdocumentation.so.%{kdevplatformdocumentation_major}*

#-----------------------------------------------------------------------------

%define devname %mklibname kdevplatform4 -d

%package -n %{devname}
Summary:	Development files for kdevplatform
Group:		Development/KDE and Qt
Requires:	%{libkdevplatformtests} = %{EVRD}
Requires:	%{libkdevplatforminterfaces} = %{EVRD}
Requires:	%{libkdevplatformjsontests} = %{EVRD}
Requires:	%{libkdevplatformlanguage} = %{EVRD}
Requires:	%{libkdevplatformoutputview} = %{EVRD}
Requires:	%{libkdevplatformproject} = %{EVRD}
Requires:	%{libkdevplatformshell} = %{EVRD}
Requires:	%{libkdevplatformutil} = %{EVRD}
Requires:	%{libkdevplatformvcs} = %{EVRD}
Requires:	%{libsublime} = %{EVRD}
Requires:	%{libkdevplatformdebugger} = %{EVRD}
Requires:	%{libkdevplatformdocumentation} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for kdevplatform.

%files -n %{devname}
%{_kde_libdir}/cmake/kdevplatform/*.cmake
%{_kde_includedir}/kdevplatform
%{_kde_libdir}/libkdevplatformtests.so
%{_kde_libdir}/libkdevplatforminterfaces.so
%{_kde_libdir}/libkdevplatformjsontests.so
%{_kde_libdir}/libkdevplatformlanguage.so
%{_kde_libdir}/libkdevplatformoutputview.so
%{_kde_libdir}/libkdevplatformproject.so
%{_kde_libdir}/libkdevplatformshell.so
%{_kde_libdir}/libkdevplatformutil.so
%{_kde_libdir}/libkdevplatformvcs.so
%{_kde_libdir}/libsublime.so
%{_kde_libdir}/libkdevplatformdebugger.so
%{_kde_libdir}/libkdevplatformdocumentation.so

#-----------------------------------------------------------------------------

%prep
%setup -qn kdevplatform-%{version}

%build
%cmake_kde4
%make

%if %{with apidox}
make apidox
%endif

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-kde


%changelog
* Tue Sep 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:1.7.0-1
+ Revision: 6c56339
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16960 |14mr|kde-wallpapers-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Additional official wallpapers for KDE4
Name:		kde-wallpapers
Version:	4.13.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	LGPLv3
Url:		http://www.kde.org/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	automoc4
Conflicts:	kdebase4-workspace < 2:4.6.90
BuildArch:	noarch

%description
This package contains additional official wallpapers for KDE4.

%files
%doc LICENSE
%{_kde_datadir}/wallpapers/*

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: 3671da2
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16961 |14mr|kdewebdev4-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A web editor for the KDE Desktop Environment
Name:		kdewebdev4
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://kdewebdev.org/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdewebdev-%{version}.tar.xz
BuildRequires:	automoc4
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	boost-devel
BuildRequires:	ruby-devel
BuildRequires:	tidy-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
Requires:	kimagemapeditor
Requires:	klinkstatus
Requires:	kfilereplace
Requires:	kommander

%description
A web editor for the KDE Desktop Environment

%files
%doc README

#--------------------------------------------------------------------

%package -n klinkstatus
Summary:	klinkstatus
Group:		Graphical desktop/KDE
Requires:	tidy
Conflicts:	kdewebdev4-devel < 1:4.11.0

%description -n klinkstatus
* Support several protocols (allowing fast checking of
local documents): http, ftp, ssh (fish or sftp) and file.
* Proxy support
* Allows authentication when checking restricted documents
* Supports the latest Web standards-- HTML 4.0, HTTP 1.1
* Server-Side Includes (SSI, aka SHTML) are supported and checked
* Regular expressions to restrict which URLs are searched
* Show link results as they are checked
* Tree like view (that reflects the file structure of the documents) or
  flat view
* Limit the search depth
* Fragment identifiers ("#" anchor links that point to a specific
 section in a document) are supported and checked
* Pause/Resume of checking session
* History of checked URLs
* Tabbed checking (allow multiple sessions at the same time)
* Filter checked links (good, broken, malformed and undetermined)
* Configurable number of simultaneous connections (performance tunning)
* Other configurable options like "check external links", 
"check parent folders", "timeout"
* Good integration with Quanta+

%files -n klinkstatus
%{_kde_bindir}/klinkstatus
%{_kde_libdir}/kde4/klinkstatuspart.so
%{_kde_libdir}/kde4/automationklinkstatus.so
%{_kde_libdir}/kde4/krossmoduleklinkstatus.so
%{_kde_applicationsdir}/klinkstatus.desktop
%{_kde_appsdir}/klinkstatus
%{_kde_appsdir}/klinkstatuspart
%{_kde_iconsdir}/*/*/apps/klinkstatus.png
%{_kde_services}/klinkstatus_part.desktop
%{_kde_services}/klinkstatus_automation.desktop
%{_kde_services}/krossmoduleklinkstatus.desktop
%{_kde_configdir}/klinkstatus.knsrc
%{_kde_docdir}/HTML/en/klinkstatus
%{_datadir}/dbus-1/interfaces/org.kde.kdewebdev.klinkstatus.SearchManager.xml

#--------------------------------------------------------------------------

%define klinkstatuscommon_major 4
%define libklinkstatuscommon %mklibname klinkstatuscommon %{klinkstatuscommon_major}

%package -n %{libklinkstatuscommon}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libklinkstatuscommon}
KDE 4 core library.

%files -n %{libklinkstatuscommon}
%{_kde_libdir}/libklinkstatuscommon.so.%{klinkstatuscommon_major}*

#--------------------------------------------------------------------------

%package -n kfilereplace
Summary:	kfilereplace
Group:		Graphical desktop/KDE
Conflicts:	kdewebdev4-devel < 1:4.11.0

%description -n kfilereplace
Kfilereplace program.

%files -n kfilereplace
%{_kde_bindir}/kfilereplace
%{_kde_applicationsdir}/kfilereplace.desktop
%{_kde_appsdir}/kfilereplace
%{_kde_appsdir}/kfilereplacepart
%{_kde_iconsdir}/*/*/apps/kfilereplace.png
%{_kde_iconsdir}/*/*/actions/*
%{_kde_services}/kfilereplacepart.desktop
%{_kde_libdir}/kde4/libkfilereplacepart.so
%{_kde_docdir}/HTML/en/kfilereplace
%{_datadir}/dbus-1/interfaces/org.kde.kfilereplace.xml

#--------------------------------------------------------------------------

%define kommanderwidgets_major 4
%define libkommanderwidgets %mklibname kommanderwidgets %{kommanderwidgets_major}

%package -n %{libkommanderwidgets}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkommanderwidgets}
KDE 4 core library.

%files -n %{libkommanderwidgets}
%{_kde_libdir}/libkommanderwidgets.so.%{kommanderwidgets_major}*

#--------------------------------------------------------------------------

%define kommandercore_major 4
%define libkommandercore %mklibname kommandercore %{kommandercore_major}

%package -n %{libkommandercore}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkommandercore}
KDE 4 core library.

%files -n %{libkommandercore}
%{_kde_libdir}/libkommandercore.so.%{kommandercore_major}*

#--------------------------------------------------------------------------

%package -n kommander
Summary:	Kommander
Group:		Graphical desktop/KDE

%description -n kommander
Kommander program

%files -n kommander
%{_kde_bindir}/kommander
%{_kde_datadir}/applnk/.hidden/kommander.desktop

#--------------------------------------------------------------------------

%package -n kimagemapeditor
Summary:	Kimagemapeditor
Group:		Graphical desktop/KDE

%description -n kimagemapeditor
kimagemapeditor program

%files -n kimagemapeditor
%{_kde_bindir}/kimagemapeditor
%{_kde_applicationsdir}/kimagemapeditor.desktop
%{_kde_appsdir}/kimagemapeditor
%{_kde_iconsdir}/hicolor/*/apps/kimagemapeditor.png
%{_kde_services}/kimagemapeditorpart.desktop
%{_kde_libdir}/kde4/libkimagemapeditor.so
%{_kde_docdir}/*/*/kimagemapeditor

#--------------------------------------------------------------------------

%if 0
%package -n kxsldbg
Summary:	Kxsldbg
Group:		Graphical desktop/KDE

%description -n kxsldbg
kxsldbg program

%files -n kxsldbg
%{_kde_bindir}/kxsldbg
%{_kde_bindir}/xsldbg
%{_kde_applicationsdir}/kxsldbg.desktop
%{_kde_applicationsdir}/xsldbg.desktop
%{_kde_appsdir}/kxsldbg
%{_kde_appsdir}/xsldbg
%{_kde_appsdir}/kxsldbgpart
%{_kde_iconsdir}/hicolor/*/apps/kxsldbg.*
%{_kde_iconsdir}/hicolor/*/actions/xsldbg*
%{_kde_services}/kxsldbg_part.desktop
%{_kde_libdir}/kde4/libkxsldbgpart.so
%{_kde_docdir}/HTML/en/kxsldbg
%{_kde_docdir}/HTML/en/xsldbg
%{_kde_mandir}/man1/xsldbg.1*
%endif

#--------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kde4-macros
Requires:	kdelibs4-devel
Requires:	%{libkommandercore} = %{EVRD}
Requires:	%{libkommanderwidgets} = %{EVRD}
Requires:	%{libklinkstatuscommon} = %{EVRD}

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_kde_includedir}/*
%{_kde_libdir}/*.so

#--------------------------------------------------------------------------

%prep
%setup -q -n kdewebdev-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: fe7266b
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16962 |14mr|kdf-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kdf
Summary:	View free disk space
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://utils.kde.org/projects/kdf
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KDiskFree displays the available file devices (hard drive partitions,
floppy and CD/DVD drives, etc.) along with information on their capacity,
free space, type and mount point. It also allows you to mount and unmount
drives and view them in a file manager.

%files
%{_kde_appsdir}/kdf
%{_kde_bindir}/kdf
%{_kde_bindir}/kwikdisk
%{_kde_libdir}/kde4/kcm_kdf.so
%{_kde_iconsdir}/*/*/apps/kcmdf.*
%{_kde_iconsdir}/*/*/apps/kdf.*
%{_kde_iconsdir}/*/*/apps/kwikdisk.*
%{_kde_applicationsdir}/kdf.desktop
%{_kde_applicationsdir}/kwikdisk.desktop
%{_kde_services}/kcmdf.desktop
%{_kde_docdir}/HTML/*/kdf
%{_kde_docdir}/HTML/*/kcontrol/blockdevices

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 93bc725
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16963 |14mr|kdiamond-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kdiamond
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Three-in-a-row game
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/kdiamond/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KDiamond is a three-in-a-row game (much like Bejeweled) for the KDE desktop.

%files
%{_kde_bindir}/kdiamond
%{_kde_applicationsdir}/kdiamond.desktop
%{_kde_appsdir}/kdiamond
%{_kde_configdir}/kdiamond.knsrc
%{_kde_iconsdir}/*/*/*/kdiamond.*
%{_kde_docdir}/*/*/kdiamond
%{_kde_datadir}/sounds/KDiamond*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 9287633
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16964 |14mr|kdmfprintplugin-0.0-0.1050414.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define     oname KDMFprintPlugin
%define     svn_snapshot 1050414

Summary:	Fingerprint support for KDM
Name:		kdmfprintplugin
Version:	0.0
Release:	0.%{svn_snapshot}.6
License:	GPLv2+
Group:		System/Configuration/Packaging
URL:		http://websvn.kde.org/trunk/playground/base/kfingerprint/KDMFprintPlugin/
Source0:	%{oname}-%{version}.%{svn_snapshot}.tar.bz2
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
Requires:	kfingermanager
Requires:	pam_fprint
Requires:	libfprint

%description
Fingerprint support for KDM.

%files
%{_sysconfdir}/pam.d/kdm-fprintd
%{_sysconfdir}/pam.d/kscreensaver-fprintd
%{_sysconfdir}/pam.d/system-auth-fprintd
%{_kde_libdir}/kde4/kgreet_fprintd.so
%{_kde_appsdir}/kgreet_fprintd/pics/swipe.gif

#--------------------------------------------------------------------

%prep
%setup -q -n %{oname}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Tue Aug 28 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0-0.1050414.6
+ Revision: 684ff5f
- LOG Fix URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16965 |14mr|kdnssd-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DNS-SD Service Discovery Monitor
Name:		kdnssd
Version:	4.13.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/zeroconf-ioslave-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Provides:	zeroconf-ioslave = %{EVRD}
Requires:	nss_mdns
Conflicts:	kdenetwork4-devel < 3:4.11.0

%description
DNS-SD Service Discovery Monitor.

%files
%dir %{_kde_appsdir}/remoteview
%{_kde_appsdir}/remoteview/zeroconf.desktop
%{_kde_libdir}/kde4/kded_dnssdwatcher.so
%{_kde_libdir}/kde4/kio_zeroconf.so
%{_kde_services}/kded/dnssdwatcher.desktop
%{_kde_services}/zeroconf.protocol
%{_datadir}/dbus-1/interfaces/org.kde.kdnssd.xml

#-------------------------------------------

%prep
%setup -q -n zeroconf-ioslave-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: bca16f6
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16966 |14mr|kernel-3.14.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
%define kernelversion	3
%define patchlevel	14
# sublevel is now used for -stable patches
%define sublevel	15

# Package release
%define mibrel		69

# kernel Makefile extraversion is substituted by
# kpatch wich are either 0 (empty), rc (kpatch)
%define kpatch		0
# kernel.org -gitX patch (only the number after "git")
%define kgit		0

# kernel base name (also name of srpm)
%define kname 		kernel

# Patch tarball tag
%define ktag		rosa

# define rpmtag		%{disttag}
%define rpmtag		%{disttag}
%if %kpatch
%if %kgit
%define rpmrel		%mkrel 0.%{kpatch}.%{kgit}.%{mibrel}
%else
%define rpmrel		%mkrel 0.%{kpatch}.%{mibrel}
%endif
%else
%define rpmrel		1
%endif

# fakerel and fakever never change, they are used to fool
# rpm/urpmi/smart
%define fakever		1
%define fakerel 	%mkrel 1

# version defines
%define kversion  	%{kernelversion}.%{patchlevel}.%{sublevel}
%define kverrel   	%{kversion}-%{rpmrel}

# When we are using a pre/rc patch, the tarball is a sublevel -1
%if %kpatch
%if %sublevel
%define tar_ver   	%{kernelversion}.%{patchlevel}
%else
%define tar_ver		%{kernelversion}.%(expr %{patchlevel} - 1)
%endif
%define patch_ver 	%{kversion}-%{kpatch}-%{ktag}%{mibrel}
%else
%define tar_ver   	%{kernelversion}.%{patchlevel}
%define patch_ver 	%{kversion}-%{ktag}%{mibrel}
%endif

# Used for not making too long names for rpms or search paths
# replaced mibrel with rpmrel / release > we can use only ONE sources folder for nrj & nrjQL
%if %kpatch
%if %kgit
%define buildrpmrel     0.%{kpatch}.%{kgit}.%{rpmrel}%{rpmtag}
%else
%define buildrpmrel     0.%{kpatch}.%{rpmrel}%{rpmtag}
%endif
%else
%define buildrpmrel     %{rpmrel}%{rpmtag}
%endif
%define buildrel     	%{kversion}-%{buildrpmrel}

# Having different top level names for packges means that you have to remove
# them by hard :(
%define top_dir_name 	%{kname}-%{_arch}

%define build_dir 	${RPM_BUILD_DIR}/%{top_dir_name}
%define src_dir 	%{build_dir}/linux-%{tar_ver}

# Disable useless debug rpms...
%define _enable_debug_packages 	%{nil}
%define debug_package 		%{nil}

# Build defines
%define build_doc 			1
%define build_source 		1
%define build_devel 		1

%define build_debug 		0

#
# Old Mandriva kernel flavours plus new two PAE flavours
#

# Build desktop i586 / 4GB
%ifarch %{ix86}
%define build_desktop586		0
%endif

# Build desktop (i686 / 4GB) / x86_64 / sparc64 sets
%define build_desktop			1

# Build netbook (i686 / 4GB) / x86_64
%define build_netbook			0

# Build server (i686 / 64GB)/x86_64 / sparc64 sets
%define build_server			1

# Build desktop686 pae (i686 / 64GB)
%ifarch %{ix86}
%define build_desktop_pae		0
%endif

# Build netbook686 pae (i686 / 64GB)
%ifarch %{ix86}
%define build_netbook_pae		0
%endif

#
# MIB low latency optimized flavours called "nrj"
#

# Build nrj desktop586 (i586 / 4GB)
%ifarch %{ix86}
%define build_nrj_desktop586	0
%endif

# Build nrj desktop (i686 / 4GB) / x86_64 / sparc64 sets
%define build_nrj_desktop		1

# Build nrj realtime (i686 / 4GB) / x86_64
%define build_nrj_realtime		1

# Build nrj server (i686 / 4GB) / x86_64
%define build_nrj_server		0

# Build nrj laptop (i686 / 4GB) / x86_64
%define build_nrj_laptop		1

# Build nrj netbook (i686 / 4GB) / x86_6
%define build_nrj_netbook		1

# Build nrj desktop pae (i686 / 64GB)
%ifarch %{ix86}
%define build_nrj_desktop_pae		1
%endif

# Build nrj realtime pae (i686 / 64GB)
%ifarch %{ix86}
%define build_nrj_realtime_pae		0
%endif

# Build nrj laptop pae (i686 / 64GB)
%ifarch %{ix86}
%define build_nrj_laptop_pae		1
%endif

# Build nrj netbook686 pae (i686 / 64GB)
%ifarch %{ix86}
%define build_nrj_netbook_pae		0
%endif

#
# experimental "cpu level" optimized "nrj" flavours
#

# Build nrj netbook Intel Atom (matom / 4GB)
%ifarch %{ix86}
%define build_nrj_netbook_atom		0
%endif

# Build nrj netbook Intel Atom pae (matom / 64GB)
%ifarch %{ix86}
%define build_nrj_netbook_atom_pae	0
%endif

# Build nrj desktop Intel Core2 (mcore2 / 4GB)
%ifarch %{ix86}
%define build_nrj_desktop_core2   	0
%endif

# Build nrj desktop Intel Core2 pae (mcore2 / 64GB)
%ifarch %{ix86}
%define build_nrj_desktop_core2_pae   	0
%endif

#
# end of experimental "cpu level" optimized "nrj" flavours
#


# build perf and cpupower tools
%define build_perf		1
%define build_cpupower		1

# compress modules with xz
%define build_modxz		1

# ARM builds
%ifarch %{arm}
%define build_desktop		0
%define build_netbook		0
%define build_server		0
%define build_iop32x		0
%define build_kirkwood		1
%define build_versatile		1
# no cpupower tools on arm yet
%define build_cpupower		0
# arm is currently not using xz
%define build_modxz		0
%endif
# End of user definitions

# buildtime flags
%{?_without_desktop586: %global build_desktop586 0}
%{?_without_desktop: %global build_desktop 0}
%{?_without_netbook: %global build_netbook 0}
%{?_without_server: %global build_server 0}

%{?_without_desktop_pae: %global build_desktop_pae 0}
%{?_without_netbook_pae: %global build_netbook_pae 0}

%{?_without_nrj_desktop586: %global build_nrj_desktop586 0}
%{?_without_nrj_desktop: %global build_nrj_desktop 0}
%{?_without_nrj_realtime: %global build_nrj_realtime 0}
%{?_without_nrj_server: %global build_nrj_server 0}
%{?_without_nrj_laptop: %global build_nrj_laptop 0}
%{?_without_nrj_netbook: %global build_nrj_netbook 0}

%{?_without_nrj_desktop_pae: %global build_nrj_desktop_pae 0}
%{?_without_nrj_realtime_pae: %global build_nrj_realtime_pae 0}
%{?_without_nrj_laptop_pae: %global build_nrj_laptop_pae 0}
%{?_without_nrj_netbook_pae: %global build_nrj_netbook_pae 0}

%{?_without_nrj_netbook_atom: %global build_nrj_netbook_atom 0}
%{?_without_nrj_netbook_atom_pae: %global build_nrj_netbook_atom_pae 0}
%{?_without_nrj_desktop_core2: %global build_nrj_desktop_core2 0}
%{?_without_nrj_desktop_core2_pae: %global build_nrj_desktop_core2_pae 0}

%{?_without_doc: %global build_doc 0}
%{?_without_source: %global build_source 0}
%{?_without_devel: %global build_devel 0}
%{?_without_debug: %global build_debug 0}
%{?_without_perf: %global build_perf 0}
%{?_without_cpupower: %global build_cpupower 0}
%{?_without_modxz: %global build_modxz 0}


%{?_with_desktop586: %global build_desktop586 1}
%{?_with_desktop: %global build_desktop 1}
%{?_with_netbook: %global build_netbook 1}
%{?_with_server: %global build_server 1}

%{?_with_desktop_pae: %global build_desktop_pae 1}
%{?_with_netbook_pae: %global build_netbook_pae 1}

%{?_with_nrj_desktop586: %global build_nrj_desktop586 1}
%{?_with_nrj_desktop: %global build_nrj_desktop 1}
%{?_with_nrj_realtime: %global build_nrj_realtime 1}
%{?_with_nrj_server: %global build_nrj_server 1}
%{?_with_nrj_laptop: %global build_nrj_laptop 1}
%{?_with_nrj_netbook: %global build_nrj_netbook 1}

%{?_with_nrj_desktop_pae: %global build_nrj_desktop_pae 1}
%{?_with_nrj_realtime_pae: %global build_nrj_realtime_pae 1}
%{?_with_nrj_laptop_pae: %global build_nrj_laptop_pae 1}
%{?_with_nrj_netbook_pae: %global build_nrj_netbook_pae 1}

%{?_with_nrj_netbook_atom: %global build_nrj_netbook_atom 1}
%{?_with_nrj_netbook_atom_pae: %global build_nrj_netbook_atom_pae 1}
%{?_with_nrj_desktop_core2: %global build_nrj_desktop_core2 1}
%{?_with_nrj_desktop_core2_pae: %global build_nrj_desktop_core2_pae 1}

%{?_with_doc: %global build_doc 1}
%{?_with_source: %global build_source 1}
%{?_with_devel: %global build_devel 1}
%{?_with_debug: %global build_debug 1}
%{?_with_perf: %global build_perf 1}
%{?_with_cpupower: %global build_cpupower 1}
%{?_with_modxz: %global build_modxz 1}


# ARM builds
%{?_with_iop32x: %global build_iop32x 1}
%{?_with_kirkwood: %global build_kirkwood 1}
%{?_with_versatile: %global build_versatile 1}
%{?_without_iop32x: %global build_iop32x 0}
%{?_without_kirkwood: %global build_kirkwood 0}
%{?_without_versatile: %global build_versatile 0}

# For the .nosrc.rpm
%define build_nosrc 	0
%{?_with_nosrc: %global build_nosrc 1}

############################################################
### Linker start1 > Check point to build for omv or rosa ###
############################################################
%if %(if [ -z "$CC" ] ; then echo 0; else echo 1; fi)
%define kmake %make CC="$CC"
%else
%define kmake %make
%endif
# there are places where parallel make don't work
%define smake make

###########################################################
###  Linker end1 > Check point to build for omv or rosa ###
###########################################################

# Parallelize xargs invocations on smp machines
%define kxargs xargs %([ -z "$RPM_BUILD_NCPUS" ] \\\
	&& RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"; \\\
	[ "$RPM_BUILD_NCPUS" -gt 1 ] && echo "-P $RPM_BUILD_NCPUS")

# Sparc arch wants sparc64 kernels
%define target_arch    %(echo %{_arch} | sed -e 's/mips.*/mips/' -e 's/arm.*/arm/' -e 's/aarch64/arm64/')

#
# SRC RPM description
#
Summary: 	Linux kernel built for Mandriva and ROSA
Name:		%{kname}
Version: 	%{kversion}
Release: 	%{rpmrel}
License: 	GPLv2
Group: 	 	System/Kernel and hardware
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
ExclusiveOS: 	Linux
URL:            http://www.kernel.org

####################################################################
#
# Sources
#
### This is for full SRC RPM
Source0: 	ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/linux-%{tar_ver}.tar.xz
Source1: 	ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/linux-%{tar_ver}.tar.sign
### This is for stripped SRC RPM
%if %build_nosrc
NoSource: 0
%endif
# This is for disabling *config, mrproper, prepare, scripts on -devel rpms
Source2: 	disable-mrproper-prepare-scripts-configs-in-devel-rpms.patch

Source4: 	README.kernel-sources
Source5:	kernel.rpmlintrc

# config and systemd service file from fedora
Source50:	cpupower.service
Source51:	cpupower.config

# our patch tarball
Source100: 	linux-%{patch_ver}.tar.xz

####################################################################
#
# Patches

#
# Patch0 to Patch100 are for core kernel upgrades.
#

# Pre linus patch: ftp://ftp.kernel.org/pub/linux/kernel/v3.0/testing

%if %kpatch
%if %sublevel
Patch2:		ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/stable-review/patch-%{kversion}-%{kpatch}.xz
Source11:	ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/stable-review/patch-%{kversion}-%{kpatch}.sign
%else
Patch1:		ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/testing/patch-%{kernelversion}.%{patchlevel}-%{kpatch}.xz
Source10: 	ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/testing/patch-%{kernelversion}.%{patchlevel}-%{kpatch}.sign	
%endif	
%endif
%if %kgit
Patch2:		ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/snapshots/patch-%{kernelversion}.%{patchlevel}-%{kpatch}-git%{kgit}.xz
Source11: 	ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/snapshots/patch-%{kernelversion}.%{patchlevel}-%{kpatch}-git%{kgit}.sign
%endif
%if %sublevel
%if %kpatch
%define prev_sublevel %(expr %{sublevel} - 1)
%if %prev_sublevel
Patch1:   	ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/patch-%{kernelversion}.%{patchlevel}.%{prev_sublevel}.xz
Source10: 	ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/patch-%{kernelversion}.%{patchlevel}.%{prev_sublevel}.sign
%endif
%else
Patch1:   	ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/patch-%{kversion}.xz
Source10: 	ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/patch-%{kversion}.sign
%endif
%endif

#END
####################################################################

# Defines for the things that are needed for all the kernels
#
%define common_desc_kernel The kernel package contains the Linux kernel (vmlinuz), the core of your \
Mandriva and ROSA operating system. The kernel handles the basic functions \
of the operating system: memory allocation, process allocation, device \
input and output, etc.

%define common_desc_kernel_smp This kernel relies on in-kernel smp alternatives to switch between up & smp \
mode depending on detected hardware. To force the kernel to boot in single \
processor mode, use the "nosmp" boot parameter.


### Global Requires/Provides

%define requires1	bootloader-utils >= 1.15-8
%define requires2	dracut >= 017-16
%define requires3	kmod >= 7-6
%define requires4	sysfsutils >=  2.1.0-12
%define requires5	kernel-firmware >=  20120219-1

%define kprovides1 	%{kname} = %{kverrel}
%define kprovides2 	kernel = %{tar_ver}
%define kprovides3 	alsa = 1.0.27
%define kprovides_server drbd-api = 88

%define	kobsoletes1	dkms-r8192se <= 0019.1207.2010-2
%define	kobsoletes2	dkms-lzma <= 4.43-32
%define	kobsoletes3	dkms-psb <= 4.41.1-7

# conflict dkms packages that dont support kernel-3.14
# all driver versions must be carefully checked to add

%define kconflicts1	dkms-broadcom-wl < 6.30.223.141-6
%define kconflicts2	dkms-fglrx < 14.10.1006.1001-1
%define kconflicts3	dkms-nvidia-current < 331.38-5
%define kconflicts4	dkms-nvidia-long-lived < 304.108-8
%define kconflicts5	dkms-nvidia173 < 173.14.39-3
# nvidia96xx does not support this kernel or x11-server-1.13

Autoreqprov: 	no

BuildRequires: 	bc
BuildRequires: 	binutils
BuildRequires: 	gcc
# For power tools
BuildRequires:	pkgconfig(ncurses)

BuildRequires:	kmod-devel kmod-compat

%ifarch x86_64
BuildRequires:  numa-devel
%endif

# for perf, cpufreq and all other tools
# for cpupower
%if %{build_cpupower}
BuildRequires:		pciutils-devel
%endif
# for perf
%if %{build_perf}
BuildRequires:		asciidoc
BuildRequires:		audit-devel
BuildRequires:		binutils-devel
BuildRequires:		bison
BuildRequires:		elfutils-devel
BuildRequires:		flex
BuildRequires:		libunwind-devel
BuildRequires:		newt-devel
BuildRequires:		perl-devel
BuildRequires:		pkgconfig(gtk+-2.0)
BuildRequires:		python-devel
BuildRequires:		xmlto
BuildRequires:		zlib-devel
%endif

%ifarch %{arm}
BuildRequires:		uboot-mkimage
%endif

# might be useful too:
Suggests:		microcode


%description
%common_desc_kernel
%ifnarch %{arm}
%common_desc_kernel_smp
%endif

# Define obsolete/provides to help automatic upgrades of old kernel-xen-pvops
%define latest_obsoletes_server kernel-xen-pvops-latest < 3.2.1-1
%define latest_provides_server kernel-xen-pvops-latest = %{kverrel}
%define latest_obsoletes_devel_server kernel-xen-pvops-devel-latest < 3.2.1-1
%define latest_provides_devel_server kernel-xen-pvops-devel-latest = %{kverrel}

# mkflavour() name flavour processor
# name: the flavour name in the package name
# flavour: first parameter of CreateKernel()
%define mkflavour()					\
%package -n %{kname}-%{1}-%{buildrel}			\
Version:	%{fakever}				\
Release:	%{fakerel}				\
Provides:	%kprovides1 %kprovides2 %kprovides3	\
%{expand:%%{?kprovides_%{1}:Provides: %{kprovides_%{1}}}} \
Provides:   %{kname}-%{1}              			 \
%if %{build_nrj_desktop}              		\
Provides:   kernel-desktop              		\
%endif                                  		\
Requires(pre):	%requires1 %requires2 %requires3 %requires4 \
Requires:	%requires2 %requires5			\
Obsoletes:	%kobsoletes1 %kobsoletes2 %kobsoletes3	\
Conflicts:	%kconflicts1 %kconflicts2 %kconflicts3	\
Conflicts:	%kconflicts4 %kconflicts5		\
Provides:	should-restart = system			\
Suggests:	crda					\
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
%endif							\
Summary:	%{expand:%{summary_%(echo %{1} | sed -e "s/-/_/")}} \
Group:		System/Kernel and hardware		\
%description -n %{kname}-%{1}-%{buildrel}		\
%common_desc_kernel %{expand:%{info_%(echo %{1} | sed -e "s/-/_/")}} \
%ifnarch %{arm}						\
%common_desc_kernel_smp					\
%endif							\
							\
%if %build_devel					\
%package -n	%{kname}-%{1}-devel-%{buildrel}		\
Version:	%{fakever}				\
Release:	%{fakerel}				\
Requires:	glibc-devel ncurses-devel make gcc perl	\
Summary:	The kernel-devel files for %{kname}-%{1}-%{buildrel} \
Group:		Development/Kernel			\
Provides:	%{kname}-devel = %{kverrel} 		\
Provides:	%{kname}-%{1}-devel			\
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
%endif							\
%description -n %{kname}-%{1}-devel-%{buildrel}		\
This package contains the kernel files (headers and build tools) \
that should be enough to build additional drivers for   \
use with %{kname}-%{1}-%{buildrel}.                     \
							\
If you want to build your own kernel, you need to install the full \
%{kname}-source-%{buildrel} rpm.			\
							\
%endif							\
							\
%if %build_debug					\
%package -n	%{kname}-%{1}-%{buildrel}-debuginfo	\
Version:	%{fakever}				\
Release:	%{fakerel}				\
Summary:	Files with debuginfo for %{kname}-%{1}-%{buildrel} \
Group:		Development/Debug			\
Provides:	kernel-debug = %{kverrel} 		\
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
%endif							\
%description -n %{kname}-%{1}-%{buildrel}-debuginfo	\
This package contains the files with debuginfo to aid in debug tasks \
when using %{kname}-%{1}-%{buildrel}.			\
							\
If you need to look at debug information or use some application that \
needs debugging info from the kernel, this package may help. \
							\
%endif							\
							\
%package -n %{kname}-%{1}-latest			\
Version:	%{kversion}				\
Release:	%{rpmrel}				\
Summary:	Virtual rpm for latest %{kname}-%{1}	\
Group:		System/Kernel and hardware		\
Requires:	%{kname}-%{1}-%{buildrel}		\
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
%endif							\
%{expand:%%{?latest_obsoletes_%{1}:Obsoletes: %{latest_obsoletes_%{1}}}} \
%{expand:%%{?latest_provides_%{1}:Provides: %{latest_provides_%{1}}}} \
%description -n %{kname}-%{1}-latest			\
This package is a virtual rpm that aims to make sure you always have the \
latest %{kname}-%{1} installed...			\
							\
%if %build_devel					\
%package -n %{kname}-%{1}-devel-latest			\
Version:	%{kversion}				\
Release:	%{rpmrel}				\
Summary:	Virtual rpm for latest %{kname}-%{1}-devel \
Group:		Development/Kernel			\
Requires:	%{kname}-%{1}-devel-%{buildrel}		\
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
%endif							\
Provides:	%{kname}-devel-latest			\
%{expand:%%{?latest_obsoletes_devel_%{1}:Obsoletes: %{latest_obsoletes_devel_%{1}}}} \
%{expand:%%{?latest_provides_devel_%{1}:Provides: %{latest_provides_devel_%{1}}}} \
%description -n %{kname}-%{1}-devel-latest		\
This package is a virtual rpm that aims to make sure you always have the \
latest %{kname}-%{1}-devel installed...			\
							\
%endif							\
							\
%post -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-post \
%posttrans -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-posttrans \
%preun -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-preun \
%postun -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-postun \
							\
%if %build_devel					\
%post -n %{kname}-%{1}-devel-%{buildrel} -f kernel_devel_files.%{1}-post \
%preun -n %{kname}-%{1}-devel-%{buildrel} -f kernel_devel_files.%{1}-preun \
%postun -n %{kname}-%{1}-devel-%{buildrel} -f kernel_devel_files.%{1}-postun \
%endif							\
							\
%files -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1} \
%files -n %{kname}-%{1}-latest				\
							\
%if %build_devel					\
%files -n %{kname}-%{1}-devel-%{buildrel} -f kernel_devel_files.%{1} \
%files -n %{kname}-%{1}-devel-latest			\
%endif							\
							\
%if %build_debug					\
%files -n %{kname}-%{1}-%{buildrel}-debuginfo -f kernel_debug_files.%{1} \
%endif

%ifarch %{ix86}
#
# kernel-desktop586: i586, smp-alternatives, 4GB
#
%if %build_desktop586
%define summary_desktop586 Linux kernel for desktop use with i586 & 4GB RAM
%define info_desktop586 This kernel is compiled for desktop use, single or \
multiple i586 processor(s)/core(s) and less than 4GB RAM, using HZ_1000, \
voluntary preempt, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%mkflavour desktop586
%endif
%endif

#
# kernel-desktop: i686, smp-alternatives, 4 GB / x86_64
#
%if %build_desktop
%ifarch %{ix86}
%define summary_desktop Linux Kernel for desktop use with i686 & 4GB RAM
%define info_desktop This kernel is compiled for desktop use, single or \
multiple i686 processor(s)/core(s) and less than 4GB RAM, using HZ_1000, \
voluntary preempt, CFS cpu scheduler and BFQ i/o scheduler.
%else
%define summary_desktop Linux Kernel for desktop use with %{_arch}
%define info_desktop This kernel is compiled for desktop use, single or \
multiple %{_arch} processor(s)/core(s), using HZ_1000, \
voluntary preempt, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%endif
%mkflavour desktop
%endif

#
# kernel-netbook: i686, smp-alternatives, 4 GB / x86_64
#
%if %build_netbook
%ifarch %{ix86}
%define summary_netbook Linux Kernel for netbook use with i686 & 4GB RAM
%define info_netbook This kernel is compiled for netbook use, single or \
multiple i686 processor(s)/core(s) and less than 4GB RAM, using HZ_250, \
voluntary preempt, CFS cpu scheduler and BFQ i/o scheduler.
%else
%define summary_netbook Linux Kernel for netbook use with %{_arch}
%define info_netbook This kernel is compiled for netbook use, single or \
multiple %{_arch} processor(s)/core(s), using HZ_250, \
voluntary preempt, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%endif
%mkflavour netbook
%endif

#
# kernel-server: i686, smp-alternatives, 64 GB / x86_64
#
%if %build_server
%ifarch %{ix86}
%define summary_server Linux Kernel for server use with i686 & 64GB RAM
%define info_server This kernel is compiled for server use, single or \
multiple i686 processor(s)/core(s) and up to 64GB RAM using PAE, using \
no preempt, HZ_100, CFS cpu scheduler and CFQ i/o scheduler, ONDEMAND governor.
%else
%define summary_server Linux Kernel for server use with %{_arch}
%define info_server This kernel is compiled for server use, single or \
multiple %{_arch} processor(s)/core(s), using no preempt, HZ_100, \
CFS cpu scheduler and CFQ i/o scheduler, ONDEMAND governor.
%endif
%mkflavour server
%endif

%ifarch %{ix86}
#
# kernel-desktop-pae: i686, smp-alternatives, 64GB
#
%if %build_desktop_pae
%define summary_desktop_pae Linux kernel for desktop use with i686 & upto 64GB RAM
%define info_desktop_pae This kernel is compiled for desktop use, single or \
multiple i686 processor(s)/core(s) and up to 64GB RAM using PAE, using HZ_1000, \
voluntary preempt, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%mkflavour desktop-pae
%endif
%endif

%ifarch %{ix86}
#
# kernel-netbook-pae: i686, smp-alternatives, 64 GB
#
%if %build_netbook_pae
%define summary_netbook_pae Linux Kernel for for netbook use with i686 & upto 64GB RAM
%define info_netbook_pae This kernel is compiled for netbook use, single or \
multiple i686 processor(s)/core(s) and up to 64GB RAM using PAE, using HZ_250, \
voluntary preempt, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%mkflavour netbook-pae
%endif
%endif

%ifarch %{ix86}
#
# kernel-nrj-desktop586: nrj, i586, smp-alternatives, 4GB
#
%if %build_nrj_desktop586
%define summary_nrj_desktop586 Linux kernel for desktop use with i586 & 4GB RAM
%define info_nrj_desktop586 This kernel is compiled for desktop use, single or \
multiple i586 processor(s)/core(s) and less than 4GB RAM, using HZ_1000, \
full preempt, rcu boost, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%mkflavour nrj-desktop586
%endif
%endif

#
# kernel-nrj-desktop: nrj, i686, smp-alternatives, 4 GB / x86_64
#
%if %build_nrj_desktop
%ifarch %{ix86}
%define summary_nrj_desktop Linux Kernel for desktop use with i686 & 4GB RAM
%define info_nrj_desktop This kernel is compiled for desktop use, single or \
multiple i686 processor(s)/core(s) and less than 4GB RAM, using HZ_1000, \
full preempt, rcu boost, RIFS cpu scheduler and BFQ I/O scheduler, ONDEMAND governor.
%else
%define summary_nrj_desktop Linux Kernel for desktop use with %{_arch}
%define info_nrj_desktop This kernel is compiled for desktop use, single or \
multiple %{_arch} processor(s)/core(s), using HZ_1000, \
full preempt, rcu boost, RIFS cpu scheduler and BFQ I/O scheduler, ONDEMAND governor.
%endif
%mkflavour nrj-desktop
%endif

#
# kernel-nrj-realtime: nrj, i686, smp-alternatives, 4 GB / x86_64
#
%if %build_nrj_realtime
%ifarch %{ix86}
%define summary_nrj_realtime Linux Kernel for low latency use with i686 & 4GB RAM
%define info_nrj_realtime This kernel is compiled for low latency use, single or \
multiple i686 processor(s)/core(s) and less than 4GB RAM, using HZ_1000, \
full preempt, rcu boost, CFS cpu scheduler and new BFQ I/O scheduler, PERFORMANCE governor.
%else
%define summary_nrj_realtime Linux Kernel for low latency use with %{_arch}
%define info_nrj_realtime This kernel is compiled for low latency use, single or \
multiple %{_arch} processor(s)/core(s), using HZ_1000, \
full preempt, rcu boost, CFS cpu scheduler and new BFQ I/O scheduler, PERFORMANCE governor.
%endif
%mkflavour nrj-realtime
%endif

#
# kernel-nrj-server: i686, smp-alternatives, 64 GB / x86_64
#
%if %build_nrj_server
%ifarch %{ix86}
%define summary_nrj_server Linux Kernel for server use with i686 & 64GB RAM
%define info_nrj_server This kernel is compiled for server use, single or \
multiple i686 processor(s)/core(s) and up to 64GB RAM using PAE, using \
no preempt, HZ_100, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%else
%define summary_nrj_server Linux Kernel for server use with %{_arch}
%define info_nrj_server This kernel is compiled for server use, single or \
multiple %{_arch} processor(s)/core(s), using no preempt, HZ_100, \
CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%endif
%mkflavour nrj-server
%endif

#
# kernel-nrj-laptop: nrj, i686, smp-alternatives, 4 GB / x86_64
#
%if %build_nrj_laptop
%ifarch %{ix86}
%define summary_nrj_laptop Linux Kernel for laptop use with i686 & 4GB RAM
%define info_nrj_laptop This kernel is compiled for laptop use, single or \
multiple i686 processor(s)/core(s) and less than 4GB RAM, using HZ_300, \
full preempt, rcu boost, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%else
%define summary_nrj_laptop Linux Kernel for laptop use with %{_arch}
%define info_nrj_laptop This kernel is compiled for laptop use, single or \
multiple %{_arch} processor(s)/core(s), using HZ_300, \
full preempt, rcu boost, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%endif
%mkflavour nrj-laptop
%endif

#
# kernel-nrj-netbook: nrj, i686, smp-alternatives, 4 GB / x86_64
#
%if %build_nrj_netbook
%ifarch %{ix86}
%define summary_nrj_netbook Linux Kernel for netbook use with i686 & 4GB RAM
%define info_nrj_netbook This kernel is compiled for netbook use, single or \
multiple i686 processor(s)/core(s) and less than 4GB RAM, using HZ_250, \
full preempt, rcu boost, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%else
%define summary_nrj_netbook Linux Kernel for netbook use with %{_arch}
%define info_nrj_netbook This kernel is compiled for netbook use, single or \
multiple %{_arch} processor(s)/core(s), using HZ_250, \
full preempt, rcu boost, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%endif
%mkflavour nrj-netbook
%endif

#
%ifarch %{ix86}
#
# kernel-nrj-desktop-pae: nrj, i686, smp-alternatives, 64GB
#
%if %build_nrj_desktop_pae
%define summary_nrj_desktop_pae Linux kernel for desktop use with i686 & upto 64GB RAM
%define info_nrj_desktop_pae This kernel is compiled for desktop use, single or \
multiple i686 processor(s)/core(s) and up to 64GB RAM using PAE, using HZ_1000, \
full preempt, rcu boost, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%mkflavour nrj-desktop-pae
%endif
%endif

#
%ifarch %{ix86}
#
# kernel-nrj-realtime-pae: nrj, i686, smp-alternatives, 64GB
#
%if %build_nrj_realtime_pae
%define summary_nrj_realtime_pae Linux kernel for low latency use with i686 & upto 64GB RAM
%define info_nrj_realtime_pae This kernel is compiled for low latency use, single or \
multiple i686 processor(s)/core(s) and up to 64GB RAM using PAE, using HZ_1000, \
full preempt, rcu boost, CFS cpu scheduler and new BFQ I/O scheduler, PERFORMANCE governor.
%mkflavour nrj-realtime-pae
%endif
%endif

#
%ifarch %{ix86}
#
# kernel-nrj-laptop-pae: nrj, i686, smp-alternatives, 64 GB
#
%if %build_nrj_laptop_pae
%define summary_nrj_laptop_pae Linux Kernel for for laptop use with i686 & upto 64GB RAM
%define info_nrj_laptop_pae This kernel is compiled for laptop use, single or \
multiple i686 processor(s)/core(s) and up to 64GB RAM using PAE, using HZ_300, \
full preempt, rcu boost, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%mkflavour nrj-laptop-pae
%endif
%endif

#
%ifarch %{ix86}
#
# kernel-nrj-netbook-pae: nrj, i686, smp-alternatives, 64 GB
#
%if %build_nrj_netbook_pae
%define summary_nrj_netbook_pae Linux Kernel for for netbook use with i686 & upto 64GB RAM
%define info_nrj_netbook_pae This kernel is compiled for netbook use, single or \
multiple i686 processor(s)/core(s) and up to 64GB RAM using PAE, using HZ_250, \
full preempt, rcu boost, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%mkflavour nrj-netbook-pae
%endif
%endif

#
%ifarch %{ix86}
#
# kernel-nrj-netbook-atom: nrj, for Intel Atom cpu, smp-alternatives, 4 GB
#
%if %build_nrj_netbook_atom
%define summary_nrj_netbook_atom Linux Kernel for netbook use with Intel Atom cpu, less than 4GB RAM
%define info_nrj_netbook_atom This kernel is compiled for netbook use, single or \
multiple Intel Atom cpu processor(s)/core(s) and less than 4GB RAM, using HZ_250, \
full preempt, rcu boost, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%mkflavour nrj-netbook-atom
%endif
%endif

#
%ifarch %{ix86}
#
# kernel-nrj-netbook-atom-pae: nrj, for Intel Atom cpu, smp-alternatives, 64 GB
#
%if %build_nrj_netbook_atom_pae
%define summary_nrj_netbook_atom_pae Linux Kernel for netbook use with Intel Atom cpu & upto 64GB RAM
%define info_nrj_netbook_atom_pae This kernel is compiled for netbook use, single or \
multiple Intel Atom cpu processor(s)/core(s) and up to 64GB RAM using PAE, using HZ_250, \
full preempt, rcu boost, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%mkflavour nrj-netbook-atom-pae
%endif
%endif

#
%ifarch %{ix86}
#
# kernel-nrj-desktop-core2: nrj, Intel Core 2 and newer, smp-alternatives, 4 GB 
#
%if %build_nrj_desktop_core2
%define summary_nrj_desktop_core2 Linux Kernel for desktop use with i686 & 4GB RAM
%define info_nrj_desktop_core2 This kernel is compiled for desktop use, single or \
multiple Intel Core 2 and newer processor(s)/core(s) and less than 4GB RAM, using HZ_1000, \
full preempt, rcu boost, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%mkflavour nrj-desktop-core2
%endif
%endif

#
%ifarch %{ix86}
#
# kernel-nrj-desktop-core2-pae: nrj, Intel Core 2 and newer, smp-alternatives, 64 GB
#
%if %build_nrj_desktop_core2_pae
%define summary_nrj_desktop_core2_pae Linux Kernel for desktop use with i686 & upto 64GB RAM
%define info_nrj_desktop_core2_pae This kernel is compiled for desktop use, single or \
multiple Intel Core 2 and newer processor(s)/core(s) and up to 64GB RAM using PAE, using HZ_1000, \
full preempt, rcu boost, CFS cpu scheduler and BFQ i/o scheduler, ONDEMAND governor.
%mkflavour nrj-desktop-core2-pae
%endif
%endif

#
# ARM kernels
#
%ifarch %{arm}
%if %build_iop32x
%define summary_iop32x Linux Kernel for Arm machines based on Xscale IOP32X
%define info_iop32x This kernel is compiled for iop32x boxes. It will run on n2100 \
or ss4000e or sanmina boards.
%mkflavour iop32x
%endif
%if %build_kirkwood
%define summary_kirkwood Linux Kernel for Arm machines based on Kirkwood
%define info_kirkwood This kernel is compiled for kirkwood boxes. It will run on openrd boards.
%mkflavour kirkwood
%endif
%if %build_versatile
%define summary_versatile Linux Kernel for Versatile arm machines
%define info_versatile This kernel is compiled for Versatile boxes. It will run on Qemu for instance.
%mkflavour versatile
%endif
%endif

#
# kernel-source
#
%if %build_source
%package -n %{kname}-source-%{buildrel}
Version: 	%{fakever}
Release: 	%{fakerel}
Requires: 	glibc-devel, ncurses-devel, make, gcc, perl, diffutils
Summary: 	The Linux source code for %{kname}-%{buildrel}
Group: 		Development/Kernel
Autoreqprov: 	no
Provides: 	kernel-source = %{kverrel}
Buildarch:	noarch

%description -n %{kname}-source-%{buildrel}
The %{kname}-source package contains the source code files for the Mandriva and
ROSA kernel. Theese source files are only needed if you want to build your own
custom kernel that is better tuned to your particular hardware.

If you only want the files needed to build 3rdparty (nVidia, Ati, dkms-*,...)
drivers against, install the *-devel-* rpm that is matching your kernel.

#
# kernel-source-latest: virtual rpm
#
%package -n %{kname}-source-latest
Version: 	%{kversion}
Release: 	%{rpmrel}
Summary: 	Virtual rpm for latest %{kname}-source
Group:   	Development/Kernel
Requires: 	%{kname}-source-%{buildrel}
Buildarch:	noarch

%description -n %{kname}-source-latest
This package is a virtual rpm that aims to make sure you always have the
latest %{kname}-source installed...
%endif

#
# kernel-doc: documentation for the Linux kernel
#
%if %build_doc
%package -n %{kname}-doc
Version: 	%{kversion}
Release: 	%{rpmrel}
Summary: 	Various documentation bits found in the %{kname} source
Group: 		Documentation
Buildarch:	noarch

%description -n %{kname}-doc
This package contains documentation files from the %{kname} source.
Various bits of information about the Linux kernel and the device drivers
shipped with it are documented in these files. You also might want install
this package if you need a reference to the options that can be passed to
Linux kernel modules at load time.
%endif

#
# kernel/tools
#
%if %{build_perf}
%package -n perf
Version:	%{kversion}
Release:	%{rpmrel}
Summary:	perf tool and the supporting documentation
Group:		System/Kernel and hardware

%description -n perf
the perf tool and the supporting documentation.
%endif

%if %{build_cpupower}
%package -n cpupower
Version:	%{kversion}
Release:	%{rpmrel}
Summary:	the cpupower tools
Group:		System/Kernel and hardware
Requires(post):  rpm-helper >= 0.24.0-3
Requires(preun): rpm-helper >= 0.24.0-3
Obsoletes:	cpufreq cpufrequtils

%description -n cpupower
the cpupower tools.

%post -n cpupower
if [ $1 -ge 0 ]; then
        /bin/systemctl enable cpupower >/dev/null 2>&1 || :
        /bin/systemctl start cpupower >/dev/null 2>&1 || :
fi

%preun -n cpupower
if [ $1 -eq 0 ]; then
        /bin/systemctl --no-reload disable cpupower > /dev/null 2>&1 || :
        /bin/systemctl stop cpupower > /dev/null 2>&1 || :
fi

%package -n cpupower-devel
Version:	%{kversion}
Release:	%{rpmrel}
Summary:	devel files for cpupower
Group:		Development/Kernel
Requires:	cpupower = %{kversion}-%{rpmrel}
Conflicts:	%{_lib}cpufreq-devel

%description -n cpupower-devel
This package contains the development files for cpupower.
%endif

%package headers
Version:	%kversion
Release:	%rpmrel
Summary:	Linux kernel header files mostly used by your C library
Group:		System/Kernel and hardware
Epoch:		1
%rename linux-userspace-headers

%description headers
C header files from the Linux kernel. The header files define
structures and constants that are needed for building most
standard programs, notably the C library.

This package is not suitable for building kernel modules, you
should use the 'kernel-devel' package instead.

%files headers
%_includedir/*
# Don't conflict with cpupower-devel
%if %{build_cpupower}
%exclude %_includedir/cpufreq.h
%endif

#
# End packages - here begins build stage
#
%prep
%setup -q -n %top_dir_name -c
%setup -q -n %top_dir_name -D -T -a100

%define patches_dir ../%{patch_ver}/

cd %src_dir

%if %sublevel
%if %kpatch
%if %prev_sublevel
%patch1 -p1
%endif
%patch2 -p1
%else
%patch1 -p1
%endif
%else
%if %kpatch
%patch1 -p1
%endif
%endif
%if %kgit
%patch2 -p1
%endif

%{patches_dir}/scripts/apply_patches
%{patches_dir}/scripts/apply_patches-NRJ
# %{patches_dir}/scripts/apply_patches-NRJ-only
%{patches_dir}/scripts/apply_patches-geek
%{patches_dir}/scripts/apply_patches-latest
# %{patches_dir}/scripts/apply_patches-QL
# PATCH END


#
# Setup Begin
#

# Prepare all the variables for calling create_configs

%if %build_debug
%define debug --debug
%else
%define debug --no-debug
%endif


#%{patches_dir}/scripts/create_configs %debug --user_cpu="%{target_arch}"
%{patches_dir}/scripts/create_configs-withBFQ %debug --user_cpu="%{target_arch}"

# make sure the kernel has the sublevel we know it has...
LC_ALL=C perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile

# get rid of unwanted files
find . -name '*~' -o -name '*.orig' -o -name '*.append' | %kxargs rm -f


%build

# Common target directories
%define _kerneldir /usr/src/linux-%{kversion}-%{buildrpmrel}
%define _bootdir /boot
%define _modulesdir /lib/modules
%define _efidir %{_bootdir}/efi/mandriva

# Directories definition needed for building
%define temp_root %{build_dir}/temp-root
%define temp_source %{temp_root}%{_kerneldir}
%define temp_boot %{temp_root}%{_bootdir}
%define temp_modules %{temp_root}%{_modulesdir}

PrepareKernel() {
	name=$1
	extension=$2
%ifarch %{ix86} x86_64
	config_dir=arch/x86/configs
%endif
%ifarch	%arm
	config_dir=arch/arm/configs
%endif
%ifarch aarc64
	config_dir=arch/arm64/configs
%endif
	echo "Make config for kernel $extension"

	%smake -s mrproper

	if [ "%{target_arch}" == "i386" -o "%{target_arch}" == "x86_64" ]; then
	    if [ -z "$name" ]; then
		cp ${config_dir}/%{target_arch}_defconfig-desktop .config
	    else
		cp ${config_dir}/%{target_arch}_defconfig-$name .config
	    fi
	else
	    if [ -z "$name" ]; then
		cp arch/%{target_arch}/defconfig-desktop .config
	    else
		cp arch/%{target_arch}/defconfig-$name .config
	    fi
	fi

	# make sure EXTRAVERSION says what we want it to say
	LC_ALL=C perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -$extension/" Makefile

	%smake oldconfig
}

BuildKernel() {
	KernelVer=$1

	echo "Building kernel $KernelVer"

	%kmake -s all

	# kirkwood boxes have u-boot
	if [ "$KernelVer" = "%{kversion}-kirkwood-%{buildrpmrel}" ]; then
		%kmake uImage
	fi

	# Start installing stuff
	install -d %{temp_boot}
	install -m 644 System.map %{temp_boot}/System.map-$KernelVer
	install -m 644 .config %{temp_boot}/config-$KernelVer
	xz -c Module.symvers > %{temp_boot}/symvers-$KernelVer.xz

	%ifarch %{arm}
		if [ -f arch/arm/boot/uImage ]; then
			cp -f arch/arm/boot/uImage %{temp_boot}/uImage-$KernelVer
		else
			cp -f arch/arm/boot/zImage %{temp_boot}/vmlinuz-$KernelVer
		fi
	%else
		cp -f arch/%{target_arch}/boot/bzImage %{temp_boot}/vmlinuz-$KernelVer
	%endif

	# modules
	install -d %{temp_modules}/$KernelVer
	%smake INSTALL_MOD_PATH=%{temp_root} KERNELRELEASE=$KernelVer modules_install

	# headers	
	%make INSTALL_HDR_PATH=%{temp_root}%_prefix KERNELRELEASE=$KernelVer headers_install

	# remove /lib/firmware, we use a separate kernel-firmware
	rm -rf %{temp_root}/lib/firmware
}

SaveDevel() {
	devel_flavour=$1

	DevelRoot=/usr/src/linux-%{kversion}-$devel_flavour-%{buildrpmrel}
	TempDevelRoot=%{temp_root}$DevelRoot

	mkdir -p $TempDevelRoot
	for i in $(find . -name 'Makefile*'); do cp -R --parents $i $TempDevelRoot;done
	for i in $(find . -name 'Kconfig*' -o -name 'Kbuild*'); do cp -R --parents $i $TempDevelRoot;done
	cp -fR include $TempDevelRoot
	# ln -s ../generated/uapi/linux/version.h $TempDevelRoot/include/linux/version.h
	cp -fR scripts $TempDevelRoot
	cp -fR kernel/bounds.c $TempDevelRoot/kernel
	cp -fR tools/include $TempDevelRoot/tools/
	%ifarch %{arm}
		cp -fR arch/%{target_arch}/tools $TempDevelRoot/arch/%{target_arch}/
	%endif
	%ifarch %{ix86} x86_64
		cp -fR arch/x86/kernel/asm-offsets.{c,s} $TempDevelRoot/arch/x86/kernel/
		cp -fR arch/x86/kernel/asm-offsets_{32,64}.c $TempDevelRoot/arch/x86/kernel/
		cp -fR arch/x86/syscalls/syscall* $TempDevelRoot/arch/x86/syscalls/
		cp -fR arch/x86/include $TempDevelRoot/arch/x86/
		cp -fR arch/x86/tools $TempDevelRoot/arch/x86/
	%else
		cp -fR arch/%{target_arch}/kernel/asm-offsets.{c,s} $TempDevelRoot/arch/%{target_arch}/kernel/
		for f in $(find arch/%{target_arch} -name include); do cp -fR --parents $f $TempDevelRoot; done
	%endif
	cp -fR .config Module.symvers $TempDevelRoot
	cp -fR 3rdparty/mkbuild.pl $TempDevelRoot/3rdparty

	# Needed for truecrypt build (Danny)
	cp -fR drivers/md/dm.h $TempDevelRoot/drivers/md/

	# Needed for lguest
	cp -fR drivers/lguest/lg.h $TempDevelRoot/drivers/lguest/

	# Needed for lirc_gpio (#39004)
	cp -fR drivers/media/pci/bt8xx/bttv{,p}.h $TempDevelRoot/drivers/media/pci/bt8xx/
	cp -fR drivers/media/pci/bt8xx/bt848.h $TempDevelRoot/drivers/media/pci/bt8xx/
	cp -fR drivers/media/common/btcx-risc.h $TempDevelRoot/drivers/media/common/

	# Needed for external dvb tree (#41418)
	cp -fR drivers/media/dvb-core/*.h $TempDevelRoot/drivers/media/dvb-core/
	cp -fR drivers/media/dvb-frontends/lgdt330x.h $TempDevelRoot/drivers/media/dvb-frontends/

	# add acpica header files, needed for fglrx build
	cp -fR drivers/acpi/acpica/*.h $TempDevelRoot/drivers/acpi/acpica/

	# aufs2 has a special file needed
	cp -fR fs/aufs/magic.mk $TempDevelRoot/fs/aufs

	for i in alpha arc avr32 blackfin c6x cris frv h8300 hexagon ia64 m32r m68k m68knommu metag microblaze \
		 mips mn10300 openrisc parisc powerpc s390 score sh sparc tile unicore32 xtensa; do
		rm -rf $TempDevelRoot/arch/$i
	done

	%ifnarch %{arm}
		rm -rf $TempDevelRoot/arch/arm*
		rm -rf $TempDevelRoot/include/kvm/arm*
	%endif
	%ifnarch %{ix86} x86_64
		rm -rf $TempDevelRoot/arch/x86
	%endif

	# Clean the scripts tree, and make sure everything is ok (sanity check)
	# running prepare+scripts (tree was already "prepared" in build)
	pushd $TempDevelRoot >/dev/null
		%smake -s prepare scripts
		%smake -s clean
	popd >/dev/null
	rm -f $TempDevelRoot/.config.old

	# fix permissions
	chmod -R a+rX $TempDevelRoot

	# disable mrproper in -devel rpms
	patch -p1 --fuzz=0 -d $TempDevelRoot -i %{SOURCE2}

	kernel_devel_files=../kernel_devel_files.$devel_flavour


### Create the kernel_devel_files.*
cat > $kernel_devel_files <<EOF
%dir $DevelRoot
%dir $DevelRoot/arch
%dir $DevelRoot/include
$DevelRoot/3rdparty
$DevelRoot/Documentation
%ifarch %{arm}
$DevelRoot/arch/arm
$DevelRoot/arch/arm64
%endif
$DevelRoot/arch/um
%ifarch %{ix86} x86_64
$DevelRoot/arch/x86
%endif
$DevelRoot/block
$DevelRoot/crypto
$DevelRoot/drivers
$DevelRoot/firmware
$DevelRoot/fs
$DevelRoot/include/Kbuild
$DevelRoot/include/acpi
$DevelRoot/include/asm-generic
$DevelRoot/include/clocksource
$DevelRoot/include/config
$DevelRoot/include/crypto
$DevelRoot/include/drm
$DevelRoot/include/dt-bindings
$DevelRoot/include/generated
$DevelRoot/include/keys
$DevelRoot/include/linux
$DevelRoot/include/math-emu
$DevelRoot/include/media
$DevelRoot/include/memory
$DevelRoot/include/misc
$DevelRoot/include/net
$DevelRoot/include/pcmcia
$DevelRoot/include/ras
$DevelRoot/include/rdma
$DevelRoot/include/rxrpc
$DevelRoot/include/scsi
$DevelRoot/include/sound
$DevelRoot/include/target
$DevelRoot/include/trace
$DevelRoot/include/uapi
$DevelRoot/include/video
$DevelRoot/include/xen
$DevelRoot/init
$DevelRoot/ipc
$DevelRoot/kernel
$DevelRoot/lib
$DevelRoot/mm
$DevelRoot/net
$DevelRoot/samples
$DevelRoot/scripts
$DevelRoot/security
$DevelRoot/sound
$DevelRoot/tools
$DevelRoot/usr
$DevelRoot/virt
$DevelRoot/.config
$DevelRoot/Kbuild
$DevelRoot/Kconfig
$DevelRoot/Makefile
$DevelRoot/Module.symvers
$DevelRoot/arch/Kconfig
%doc README.kernel-sources
EOF


### Create -devel Post script on the fly
cat > $kernel_devel_files-post <<EOF
if [ -d /lib/modules/%{kversion}-$devel_flavour-%{buildrpmrel} ]; then
	rm -f /lib/modules/%{kversion}-$devel_flavour-%{buildrpmrel}/{build,source}
	ln -sf $DevelRoot /lib/modules/%{kversion}-$devel_flavour-%{buildrpmrel}/build
	ln -sf $DevelRoot /lib/modules/%{kversion}-$devel_flavour-%{buildrpmrel}/source
fi
EOF


### Create -devel Preun script on the fly
cat > $kernel_devel_files-preun <<EOF
if [ -L /lib/modules/%{kversion}-$devel_flavour-%{buildrpmrel}/build ]; then
	rm -f /lib/modules/%{kversion}-$devel_flavour-%{buildrpmrel}/build
fi
if [ -L /lib/modules/%{kversion}-$devel_flavour-%{buildrpmrel}/source ]; then
	rm -f /lib/modules/%{kversion}-$devel_flavour-%{buildrpmrel}/source
fi
exit 0
EOF

### Create -devel Postun script on the fly
cat > $kernel_devel_files-postun <<EOF
rm -rf /usr/src/linux-%{kversion}-$devel_flavour-%{buildrpmrel} >/dev/null
EOF
}

SaveDebug() {
	debug_flavour=$1

	install -m 644 vmlinux \
	      %{temp_boot}/vmlinux-%{kversion}-$debug_flavour-%{buildrpmrel}
	kernel_debug_files=../kernel_debug_files.$debug_flavour
	echo "%{_bootdir}/vmlinux-%{kversion}-$debug_flavour-%{buildrpmrel}" \
		>> $kernel_debug_files

	find %{temp_modules}/%{kversion}-$debug_flavour-%{buildrpmrel}/kernel \
		-name "*.ko" | \
		%kxargs -I '{}' objcopy --only-keep-debug '{}' '{}'.debug
	find %{temp_modules}/%{kversion}-$debug_flavour-%{buildrpmrel}/kernel \
		-name "*.ko" | %kxargs -I '{}' \
		sh -c 'cd `dirname {}`; \
		       objcopy --add-gnu-debuglink=`basename {}`.debug \
		       --strip-debug `basename {}`'

	pushd %{temp_modules}
	find %{kversion}-$debug_flavour-%{buildrpmrel}/kernel \
		-name "*.ko.debug" > debug_module_list
	popd
	cat %{temp_modules}/debug_module_list | \
		sed 's|\(.*\)|%{_modulesdir}/\1|' >> $kernel_debug_files
	cat %{temp_modules}/debug_module_list | \
		sed 's|\(.*\)|%exclude %{_modulesdir}/\1|' \
		>> ../kernel_exclude_debug_files.$debug_flavour
	rm -f %{temp_modules}/debug_module_list
}

CreateFiles() {
	kernel_flavour=$1

	kernel_files=../kernel_files.$kernel_flavour

ker="vmlinuz"
if [ "$kernel_flavour" = "kirkwood" ]; then
       ker="uImage"
fi
### Create the kernel_files.*
cat > $kernel_files <<EOF
%{_bootdir}/System.map-%{kversion}-$kernel_flavour-%{buildrpmrel}
%{_bootdir}/symvers-%{kversion}-$kernel_flavour-%{buildrpmrel}.xz
%{_bootdir}/config-%{kversion}-$kernel_flavour-%{buildrpmrel}
%{_bootdir}/$ker-%{kversion}-$kernel_flavour-%{buildrpmrel}
%dir %{_modulesdir}/%{kversion}-$kernel_flavour-%{buildrpmrel}/
%{_modulesdir}/%{kversion}-$kernel_flavour-%{buildrpmrel}/kernel
%{_modulesdir}/%{kversion}-$kernel_flavour-%{buildrpmrel}/modules.*
%doc README.kernel-sources
EOF

%if %build_debug
    cat ../kernel_exclude_debug_files.$kernel_flavour >> $kernel_files
%endif

### Create kernel Post script
cat > $kernel_files-post <<EOF
%ifarch %{arm}
/sbin/installkernel -i -N %{kversion}-$kernel_flavour-%{buildrpmrel}
%else
/sbin/installkernel %{kversion}-$kernel_flavour-%{buildrpmrel}
pushd /boot > /dev/null
if [ -L vmlinuz-$kernel_flavour ]; then
	rm -f vmlinuz-$kernel_flavour
fi
ln -sf vmlinuz-%{kversion}-$kernel_flavour-%{buildrpmrel} vmlinuz-$kernel_flavour
if [ -L initrd-$kernel_flavour.img ]; then
	rm -f initrd-$kernel_flavour.img
fi
ln -sf initrd-%{kversion}-$kernel_flavour-%{buildrpmrel}.img initrd-$kernel_flavour.img
popd > /dev/null
%endif
%if %build_devel
# create kernel-devel symlinks if matching -devel- rpm is installed
if [ -d /usr/src/linux-%{kversion}-$kernel_flavour-%{buildrpmrel} ]; then
	rm -f /lib/modules/%{kversion}-$kernel_flavour-%{buildrpmrel}/{build,source}
	ln -sf /usr/src/linux-%{kversion}-$kernel_flavour-%{buildrpmrel} /lib/modules/%{kversion}-$kernel_flavour-%{buildrpmrel}/build
	ln -sf /usr/src/linux-%{kversion}-$kernel_flavour-%{buildrpmrel} /lib/modules/%{kversion}-$kernel_flavour-%{buildrpmrel}/source
fi
%endif
EOF

### Create kernel Posttrans script
cat > $kernel_files-posttrans <<EOF
if [ -x /usr/sbin/dkms_autoinstaller -a -d /usr/src/linux-%{kversion}-$kernel_flavour-%{buildrpmrel} ]; then
    /usr/sbin/dkms_autoinstaller start %{kversion}-$kernel_flavour-%{buildrpmrel}
fi
EOF

### Create kernel Preun script on the fly
cat > $kernel_files-preun <<EOF
/sbin/installkernel -R %{kversion}-$kernel_flavour-%{buildrpmrel}
pushd /boot > /dev/null
if [ -L vmlinuz-$kernel_flavour ]; then
	if [ "$(readlink vmlinuz-$kernel_flavour)" = "vmlinuz-%{kversion}-$kernel_flavour-%{buildrpmrel}" ]; then
		rm -f vmlinuz-$kernel_flavour
	fi
fi
if [ -L initrd-$kernel_flavour.img ]; then
	if [ "$(readlink initrd-$kernel_flavour.img)" = "initrd-%{kversion}-$kernel_flavour-%{buildrpmrel}.img" ]; then
		rm -f initrd-$kernel_flavour.img
	fi
fi
popd > /dev/null
%if %build_devel
if [ -L /lib/modules/%{kversion}-$kernel_flavour-%{buildrpmrel}/build ]; then
	rm -f /lib/modules/%{kversion}-$kernel_flavour-%{buildrpmrel}/build
fi
if [ -L /lib/modules/%{kversion}-$kernel_flavour-%{buildrpmrel}/source ]; then
	rm -f /lib/modules/%{kversion}-$kernel_flavour-%{buildrpmrel}/source
fi
%endif
exit 0
EOF


### Create kernel Postun script on the fly
cat > $kernel_files-postun <<EOF
/sbin/kernel_remove_initrd %{kversion}-$kernel_flavour-%{buildrpmrel}
rm -rf /lib/modules/%{kversion}-$kernel_flavour-%{buildrpmrel} >/dev/null
if [ -d /var/lib/dkms ]; then
    rm -f /var/lib/dkms/*/kernel-%{kversion}-$devel_flavour-%{buildrpmrel}-%{_target_cpu} >/dev/null
    rm -rf /var/lib/dkms/*/*/%{kversion}-$devel_flavour-%{buildrpmrel} >/dev/null
    rm -f /var/lib/dkms-binary/*/kernel-%{kversion}-$devel_flavour-%{buildrpmrel}-%{_target_cpu} >/dev/null
    rm -rf /var/lib/dkms-binary/*/*/%{kversion}-$devel_flavour-%{buildrpmrel} >/dev/null
fi
EOF
}


CreateKernel() {
	flavour=$1

	PrepareKernel $flavour $flavour-%{buildrpmrel}

	BuildKernel %{kversion}-$flavour-%{buildrpmrel}
	%if %build_devel
		SaveDevel $flavour
	%endif
	%if %build_debug
		SaveDebug $flavour
	%endif
	CreateFiles $flavour
}


###
# DO it...
###


# Create a simulacro of buildroot
rm -rf %{temp_root}
install -d %{temp_root}


# make sure we are in the directory
cd %src_dir

%ifarch %{ix86}
%if %build_desktop586
CreateKernel desktop586
%endif
%endif

%if %build_desktop
CreateKernel desktop
%endif

%if %build_netbook
CreateKernel netbook
%endif

%if %build_server
CreateKernel server
%endif

%ifarch %{ix86}
%if %build_desktop_pae
CreateKernel desktop-pae
%endif
%endif

%ifarch %{ix86}
%if %build_netbook_pae
CreateKernel netbook-pae
%endif
%endif

%ifarch %{ix86}
%if %build_nrj_desktop586
CreateKernel nrj-desktop586
%endif
%endif

%if %build_nrj_desktop
CreateKernel nrj-desktop
%endif

%if %build_nrj_realtime
CreateKernel nrj-realtime
%endif

%if %build_nrj_server
CreateKernel nrj-server
%endif

%if %build_nrj_laptop
CreateKernel nrj-laptop
%endif

%if %build_nrj_netbook
CreateKernel nrj-netbook
%endif

%ifarch %{ix86}
%if %build_nrj_desktop_pae
CreateKernel nrj-desktop-pae
%endif
%endif

%ifarch %{ix86}
%if %build_nrj_realtime_pae
CreateKernel nrj-realtime-pae
%endif
%endif

%ifarch %{ix86}
%if %build_nrj_laptop_pae
CreateKernel nrj-laptop-pae
%endif
%endif

%ifarch %{ix86}
%if %build_nrj_netbook_pae
CreateKernel nrj-netbook-pae
%endif
%endif

%ifarch %{ix86}
%if %build_nrj_netbook_atom
CreateKernel nrj-netbook-atom
%endif
%endif

%ifarch %{ix86}
%if %build_nrj_netbook_atom_pae
CreateKernel nrj-netbook-atom-pae
%endif
%endif

%ifarch %{ix86}
%if %build_nrj_desktop_core2
CreateKernel nrj-desktop-core2
%endif
%endif

%ifarch %{ix86}
%if %build_nrj_desktop_core2_pae
CreateKernel nrj-desktop-core2-pae
%endif
%endif

%ifarch %{arm}
%if %build_iop32x
CreateKernel iop32x
%endif
%if %build_kirkwood
CreateKernel kirkwood
%endif
%if %build_versatile
CreateKernel versatile
%endif
%endif

# set extraversion to match srpm to get nice version reported by the tools
LC_ALL=C perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{rpmrel}/" Makefile


############################################################
### Linker start3 > Check point to build for omv or rosa ###
############################################################
%if %{build_perf}
%smake -C tools/perf -s HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix} all
%smake -C tools/perf -s prefix=%{_prefix} man
%endif

%if %{build_cpupower}
# make sure version-gen.sh is executable.
chmod +x tools/power/cpupower/utils/version-gen.sh
%make -C tools/power/cpupower CPUFREQ_BENCH=false
%endif
############################################################
###  Linker end3 > Check point to build for omv or rosa  ###
############################################################


# We don't make to repeat the depend code at the install phase
%if %build_source
%ifarch %{arm}
    PrepareKernel "kirkwood" %{buildrpmrel}custom
%else
    PrepareKernel "" %{buildrpmrel}custom
%endif
%smake -s mrproper
%endif


###
### install
###
%install
install -m 644 %{SOURCE4}  .

cd %src_dir

# Directories definition needed for installing
%define target_source %{buildroot}%{_kerneldir}
%define target_boot %{buildroot}%{_bootdir}
%define target_modules %{buildroot}%{_modulesdir}

# We want to be able to test several times the install part
rm -rf %{buildroot}
cp -a %{temp_root} %{buildroot}

# Create directories infastructure
%if %build_source
install -d %{target_source}

tar cf - . | tar xf - -C %{target_source}
chmod -R a+rX %{target_source}

# we remove all the source files that we don't ship
# first architecture files
for i in alpha arc avr32 blackfin c6x cris frv h8300 hexagon ia64 m32r m68k m68knommu metag microblaze \
	 mips openrisc parisc powerpc s390 score sh sh64 sparc tile unicore32 v850 xtensa mn10300; do
	rm -rf %{target_source}/arch/$i
done
%ifnarch %{arm}
	rm -rf %{target_source}/include/kvm/arm*
%endif

# other misc files
rm -f %{target_source}/{.config.old,.config.cmd,.gitignore,.lst,.mailmap}
rm -f %{target_source}/{.missing-syscalls.d,arch/.gitignore,firmware/.gitignore}
rm -rf %{target_source}/.tmp_depmod/

#endif %build_source
%endif

# compressing modules
%if %{build_modxz}
find %{target_modules} -name "*.ko" | %kxargs xz -6e
%else
find %{target_modules} -name "*.ko" | %kxargs gzip -9
%endif

# We used to have a copy of PrepareKernel here
# Now, we make sure that the thing in the linux dir is what we want it to be
for i in %{target_modules}/*; do
	rm -f $i/build $i/source
done

# sniff, if we compressed all the modules, we change the stamp :(
# we really need the depmod -ae here
pushd %{target_modules}
for i in *; do
	/sbin/depmod -ae -b %{buildroot} -F %{target_boot}/System.map-$i $i
	echo $?
done

for i in *; do
	pushd $i
	echo "Creating modules.description for $i"
	modules=`find . -name "*.ko.[g,x]z"`
	echo $modules | %kxargs /sbin/modinfo \
	| perl -lne 'print "$name\t$1" if $name && /^description:\s*(.*)/; $name = $1 if m!^filename:\s*(.*)\.k?o!; $name =~ s!.*/!!' > modules.description
	popd
done
popd

# need to set extraversion to match srpm again to avoid rebuild
LC_ALL=C perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{rpmrel}/" Makefile
%if %{build_perf}

# perf tool binary and supporting scripts/binaries
make -C tools/perf -s V=1 DESTDIR=%{buildroot} HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix} install

# perf man pages (note: implicit rpm magic compresses them later)
make -C tools/perf  -s V=1 DESTDIR=%{buildroot} HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix} install-man
%endif

############################################################
### Linker start4 > Check point to build for omv or rosa ###
############################################################
%if %{build_cpupower}
make -C tools/power/cpupower DESTDIR=%{buildroot} libdir=%{_libdir} mandir=%{_mandir} CPUFREQ_BENCH=false install
rm -f %{buildroot}%{_libdir}/*.{a,la}
%find_lang cpupower
mv cpupower.lang ../
chmod 0755 %{buildroot}%{_libdir}/libcpupower.so*
mkdir -p %{buildroot}%{_unitdir} %{buildroot}%{_sysconfdir}/sysconfig
install -m644 %{SOURCE50} %{buildroot}%{_unitdir}/cpupower.service
install -m644 %{SOURCE51} %{buildroot}%{_sysconfdir}/sysconfig/cpupower
%endif
############################################################
### Linker start4 > Check point to build for omv or rosa ###
############################################################

###
### clean
###
%clean
rm -rf %{buildroot}


# We don't want to remove this, the whole reason of its existence is to be
# able to do several rpm --short-circuit -bi for testing install
# phase without repeating compilation phase
#rm -rf %{temp_root}

###
### source and doc file lists
###

%if %build_source
%files -n %{kname}-source-%{buildrel}
%dir %{_kerneldir}
%dir %{_kerneldir}/arch
%dir %{_kerneldir}/include
%{_kerneldir}/3rdparty
%{_kerneldir}/Documentation
%{_kerneldir}/arch/Kconfig
%{_kerneldir}/arch/arm
%{_kerneldir}/arch/arm64
%{_kerneldir}/arch/um
%{_kerneldir}/arch/x86
%{_kerneldir}/block
%{_kerneldir}/crypto
%{_kerneldir}/drivers
%{_kerneldir}/firmware
%{_kerneldir}/fs
%{_kerneldir}/include/Kbuild
%{_kerneldir}/include/acpi
%{_kerneldir}/include/asm-generic
%{_kerneldir}/include/clocksource
%{_kerneldir}/include/crypto
%{_kerneldir}/include/drm
%{_kerneldir}/include/dt-bindings
%{_kerneldir}/include/keys
%{_kerneldir}/include/linux
%{_kerneldir}/include/math-emu
%{_kerneldir}/include/media
%{_kerneldir}/include/memory
%{_kerneldir}/include/misc
%{_kerneldir}/include/net
%{_kerneldir}/include/pcmcia
%{_kerneldir}/include/ras
%{_kerneldir}/include/rdma
%{_kerneldir}/include/rxrpc
%{_kerneldir}/include/scsi
%{_kerneldir}/include/sound
%{_kerneldir}/include/target
%{_kerneldir}/include/trace
%{_kerneldir}/include/uapi
%{_kerneldir}/include/video
%{_kerneldir}/include/xen
%{_kerneldir}/init
%{_kerneldir}/ipc
%{_kerneldir}/kernel
%{_kerneldir}/lib
%{_kerneldir}/mm
%{_kerneldir}/net
%{_kerneldir}/virt
%{_kerneldir}/samples
%{_kerneldir}/scripts
%{_kerneldir}/security
%{_kerneldir}/sound
%{_kerneldir}/tools
%{_kerneldir}/usr
%{_kerneldir}/COPYING
%{_kerneldir}/CREDITS
%{_kerneldir}/Kbuild
%{_kerneldir}/Kconfig
%{_kerneldir}/MAINTAINERS
%{_kerneldir}/Makefile
%{_kerneldir}/README
%{_kerneldir}/REPORTING-BUGS
%doc README.kernel-sources

%files -n %{kname}-source-latest
%endif

%if %build_doc
%files -n %{kname}-doc
%doc linux-%{tar_ver}/Documentation/*
%endif

%if %{build_perf}
%files -n perf
%{_bindir}/perf
%{_bindir}/trace
%dir %{_prefix}/libexec/perf-core
%{_libdir}/libperf-gtk.so
%dir %{_libdir}/traceevent
%dir %{_libdir}/traceevent/plugins
%{_libdir}/traceevent/plugins/*
%{_prefix}/libexec/perf-core/*
%{_mandir}/man[1-8]/perf*
%{_sysconfdir}/bash_completion.d/perf
%endif

%if %{build_cpupower}
%files -n cpupower -f cpupower.lang
%{_bindir}/cpupower
%{_libdir}/libcpupower.so.0
%{_libdir}/libcpupower.so.0.0.0
%{_unitdir}/cpupower.service
%{_mandir}/man[1-8]/cpupower*
%config(noreplace) %{_sysconfdir}/sysconfig/cpupower

%files -n cpupower-devel
%{_libdir}/libcpupower.so
%{_includedir}/cpufreq.h
%endif

%changelog
* Fri Aug 01 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.15-1
+ Revision: e5a668a
- Updated to version 3.14.15

* Thu Jul 24 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.13-2
+ Revision: 00d90b0
- Release bump

* Mon Jul 21 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.13-1
+ Revision: 0211dd4
- Updated to version 3.14.13

* Mon Jul 14 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.12-2
+ Revision: 7032fd4
- Release up (needed for a rebuild)

* Fri Jul 11 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.12-1
+ Revision: b4b0dc3
- Fixed build of the Python extension for Perf
- The corresponding shared library is now linked with libdl explicitly
- because libtraceevent it uses needs dlopen(), etc.

* Fri Jul 11 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.12-1
+ Revision: 5f5421b
- Updated to version 3.14.12

* Fri Jul 11 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.10-1
+ Revision: a6f5689
- Updated to version 3.14.10
- The relevant parts of the .spec and other files have been synced to what
- Nicolo' Costanza <abitrules@yahoo.it> has prepared.

* Mon Jul 07 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.46-3
+ Revision: 2017815
- Release bump for rebuild with new elfutils

* Thu Jul 03 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.46-2
+ Revision: cb9c218
- Make sure the EVR of the kernel in 2014.1 is higher than in 2012.1
- Otherwise, the update from 2012.1 to 2014.1 may fail due to file
- conflicts in the kernel packages for these platforms.

* Tue Jul 01 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.46-1
+ Revision: 5b86955
- Updated to version 3.10.46

* Fri Jun 27 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.45-1
+ Revision: 9db799b
- Removed the changelog from the spec
- Git log is a better place to track changes. All due credits to the
- authors of these changes (as opposed to the commiters) should also be
- made there, when it matters.

* Fri Jun 27 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.45-1
+ Revision: 9fbe602
- Update to 3.10.45 + BFQv7r5

* Fri Jun 06 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.42-1
+ Revision: f923582
- Updated to version 3.10.42
- Kernel version 3.10.42 provides many bug fixes all around, including
- the fixes for the recently discovered problems in the implementation
- of futexes.

* Tue May 27 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.40-2
+ Revision: bbed223
- Release bump for a rebuild with the new environment

* Mon May 19 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.40-1
+ Revision: f223765
- The fixed BFQ patches have been added

* Mon May 19 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.40-1
+ Revision: 65f7e33
- Updated to version 3.10.40
- Based on the update by Nicolo' Costanza
- (https://abf.rosalinux.ru/nicco/Kernel-3.10.40-1) but without 2
- patches:
- add-support-for-controlling-charge-thresholds-for-newer-thinkpads.patch
- enable-thinkpad-hardware-mute-control.patch
- They are not in mainline yet and, at least for the first one, a new
- variant of the patch is in progress at the moment.
- We can take them later.

* Fri Apr 18 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.10.34-3
+ Revision: 05f81c7
- release up, replaced -gt with -ge for cpupower

* Tue Apr 01 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.34-2
+ Revision: 7543224
- Release bump

* Tue Apr 01 2014 Alex Burmashev <alex.burmashev@gmail.com> 3.10.34-1
+ Revision: ec39ce6
- change scripts for cpupower

* Fri Mar 28 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.34-1
+ Revision: e8a0740
- Upstream update to 3.10.34+
- The kernel was updated to 3.10.34.
- Besides, the following patches from the queue for 3.10.x stable have
- been applied:
- alsa-compress-pass-through-return-value-of-open-ops-callback.patch
- e100-fix-disabling-already-disabled-device-warning.patch
- input-elantech-improve-clickpad-detection.patch
- input-wacom-make-sure-touch_max-is-set-for-touch-devices.patch
- kvm-mmu-handle-invalid-root_hpa-at-__direct_map.patch
- kvm-vmx-fix-use-after-free-of-vmx-loaded_vmcs.patch
- kvm-x86-handle-invalid-root_hpa-everywhere.patch
- x86-bpf_jit-support-negative-offsets.patch
- xhci-fix-resume-issues-on-renesas-chips-in-samsung-laptops.patch

* Fri Mar 28 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.33-2
+ Revision: ab5ccaf
- Added patches to fix problems on Samsung laptops
- Details:
- http://www.phoronix.com/scan.php?page=news_item&px=MTYyMjU
- Related issues:
- https://bugzilla.kernel.org/show_bug.cgi?id=44161
- https://bugzilla.kernel.org/show_bug.cgi?id=45461
- https://bugzilla.kernel.org/show_bug.cgi?id=57271

* Fri Mar 28 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.10.33-1
+ Revision: d67dc41
- switch to systemd_ macro for cpupower

* Wed Mar 12 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.10.33-1
+ Revision: deb621a
- Renamed spec file to match the new project name

* Wed Mar 12 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: 0407d6c
- Upstream update to version 3.10.33

* Thu Jan 23 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: 776554f
- Fixed: the code to remain in spec should be for mdvver=201210

* Wed Jan 22 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: c5980ec
- Removed obsolete linker tweaks

* Wed Jan 22 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: 9ab0067
- Remove unsupported %cross_compiling stuff

* Wed Jan 22 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: 7c7e68b
- Up release

* Wed Jan 22 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: ac39b4d
- Removed obsolete mdvver stuff

* Thu Jan 16 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: 69abbe3
- Upstream update to version 3.10.27



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16967 |14mr|kernel-firmware-20120909-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# This rpm is based on the git tree from:
# git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware-from-kernel.git
# version is date of the younger commit
#

Summary:	Linux kernel firmware files
Name:   	kernel-firmware
Version:	20120909
Release:	2
License:	GPLv2
Group:  	System/Kernel and hardware
URL:    	http://www.kernel.org/
# kernel-firmware tarball is generated from the git tree mentioned
# above, by simply cloning it, and  doing:
# tar --exclude-vcs -Jcf kernel-firmware-version.tar.xz linux-firmware-from-kernel
Source0: 	linux-firmware-free-%{version}.tar.xz
Conflicts:	kernel-firmware-extra < %{version}-1
Obsoletes:	korg1212-firmware
Obsoletes:	maestro3-firmware
Obsoletes:	sb16-firmware
Obsoletes:	yamaha-firmware
Suggests:	kernel-firmware-extra
BuildRoot:      %{_tmppath}/%{name}-%{version}
BuildArch:	noarch

%description
This package contains the firmware for in-kernel drivers that was previously
included in the kernel. It is shared by all kernels >= 2.6.27-rc1.

%prep
%setup -q -n linux-firmware-free-%{version}

# remove unwanted source files
rm -f dsp56k/bootstrap.asm keyspan_pda/*.S

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/lib/firmware
cp -avf * %{buildroot}/lib/firmware
rm -f %{buildroot}/lib/firmware/WHENCE

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc WHENCE
/lib/firmware/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120909-2
+ Revision: 4484a3b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16968 |14mr|keychain-2.7.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		keychain
Version:	2.7.1
Release:	5
Summary:	Keychain manages ssh-agent to minimise passphrase entry for ssh
License:	GPLv2
Group:		Networking/Remote access
URL:		http://www.funtoo.org/en/security/%{name}/intro
Source0:	http://www.funtoo.org/archive/%{name}/%name-%version.tar.bz2
Source1:	%{name}.profile.sh
Source2:	%{name}.profile.csh
#Patch500:	keychain-2.6.8-parse_gpg_keys.patch
Suggests:	openssh-askpass
Requires:	openssh-clients
Requires:	gnupg2
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Keychain is a manager for OpenSSH, ssh.com, Sun SSH and GnuPG agents.
It acts as a front-end to the agents, allowing you to easily have one
long-running agent process per system, rather than per login session.
This dramatically reduces the number of times you need to enter your
passphrase from once per new login session to once every time your
local machine is rebooted.

Run keychain once manually per user, after which keychain will run (quietly)
every time you log in (from a profile script).

Hint: If you get tired of keychain, delete ~/.keychain .

%prep
%setup -q
#%patch500 -p1 -b .parse_gpg_keys

%build
%make

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_sysconfdir}/profile.d
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/99%{name}.sh
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/99%{name}.csh
install -d -m 755 %{buildroot}%{_mandir}/man1/
install -m 644 keychain.1 %{buildroot}%{_mandir}/man1/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README.rst ChangeLog COPYING.txt keychain.pod keychain.txt
%{_bindir}/*
%{_sysconfdir}/profile.d/*
%{_mandir}/man1/%{name}*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7.1-5
+ Revision: 6645404
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16969 |14mr|keyutils-1.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name keyutils
%define major 1

%define libname %mklibname %name %major
%define devname %mklibname -d %name
%define staticname %mklibname -d -s %name

Name:		%name
Version:	1.2
Release:	14
Summary:	Linux Key Management Utilities
URL:		http://people.redhat.com/~dhowells/keyutils/
Source:		http://people.redhat.com/~dhowells/keyutils/keyutils-%{version}.tar.bz2
Patch:		keyutils-request-key-conf-add-cifs.upcall.patch
Group:		System/Base
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	LGPLv2+
%description
Utilities to control the kernel key management facility and to provide
a mechanism by which the kernel call back to userspace to get a key
instantiated.

%package -n %libname
Summary:	Linux Key Management Utilities
Group:		System/Libraries
%description -n %libname
Librarie to control the kernel key management facility and to provide
a mechanism by which the kernel call back to userspace to get a key
instantiated.

%package -n %devname
Summary:	Developement files for %libname
Group:		System/Libraries
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
%description -n %devname
Developement files for %libname

%package -n %staticname
Summary:	%name static library
Group:		System/Libraries
Requires:	%devname
%description -n %staticname
%name static library.

%prep
%setup -q
%patch -p1

%build
%{make} -j1 ETCDIR=%{_sysconfdir} BINDIR=/bin SBINDIR=/sbin LIBDIR=/%{_lib} \
	USRLIBDIR=%{_libdir} SHAREDIR=%{_datadir}/%{name} INCLUDEDIR=%{_includedir} \
	CFLAGS='%optflags'

%install
%{__rm} -Rf %{buildroot}
%{__make} ETCDIR=%{_sysconfdir} BINDIR=/bin SBINDIR=/sbin LIBDIR=/%{_lib} \
	  USRLIBDIR=%{_libdir} SHAREDIR=%{_datadir}/%{name} INCLUDEDIR=%{_includedir} \
	  DESTDIR=%{buildroot} install

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%files
%doc README LICENCE.GPL LICENCE.LGPL
%config(noreplace) %{_sysconfdir}/request-key.conf
/bin/keyctl
/sbin/request-key
%{_mandir}/man1/keyctl.1.*
%{_mandir}/man5/request-key.conf.5.*
%{_mandir}/man8/request-key.8.*
%{_datadir}/%{name}/request-key-debug.sh

%files -n %libname
/%{_lib}/lib%{name}-%{version}.so
/%{_lib}/lib%{name}.so.%{major}

%files -n %devname
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so
%{_mandir}/man3/*.3.*

%files -n %staticname
%{_libdir}/lib%{name}.a




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-14
+ Revision: 2c8111d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16970 |14mr|kfilemetadata-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A KDE library for extracting file metadata
Name:		kfilemetadata
Version:	4.13.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%name-%{version}.tar.xz
Url:		https://www.kde.org/
BuildRequires:	ebook-tools-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	qmobipocket-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(taglib)

%description
A KDE library for extracting file metadata.

%files
%{_kde_libdir}/kde4/*.so
%{_kde_services}/*.desktop
%{_kde_servicetypes}/kfilemetadataextractor.desktop

#----------------------------------------------------------------------------

%define kfilemetadata_major 4
%define libkfilemetadata %mklibname kfilemetadata %{kfilemetadata_major}

%package -n %{libkfilemetadata}
Summary:	A KDE library for extracting file metadata
Group:		System/Libraries

%description -n %{libkfilemetadata}
A KDE library for extracting file metadata.

%files -n %{libkfilemetadata}
%{_kde_libdir}/libkfilemetadata.so.%{kfilemetadata_major}*

#----------------------------------------------------------------------------

%define devkfilemetadata %mklibname kfilemetadata -d

%package -n %{devkfilemetadata}

Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libkfilemetadata} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devkfilemetadata}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkfilemetadata}
%{_kde_libdir}/libkfilemetadata.so
%{_kde_includedir}/kfilemetadata/
%{_kde_libdir}/cmake/KFileMetaData

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 90d8f9c
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16971 |14mr|kfingermanager-0.0-0.1050414.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname KFingerManager
%define svn_snapshot 1050414 

Summary:	Fingerprint Manager for KDE4
Name:		kfingermanager
Version:	0.0
Release:	0.%{svn_snapshot}.7
License:	GPLv2+
Group:		System/Configuration/Packaging
URL:		http://websvn.kde.org/trunk/playground/base/kfingerprint/KFingerManager/
Source0:	%{oname}-%{version}.%{svn_snapshot}.tar.bz2
Source1:	%{name}.po
Patch0:		kfingermanager-mdv-fix-category.patch
BuildRequires:	kdelibs4-devel

%description
Fingerprint Manager for KDE4.

%files
%lang(ru) %{_localedir}/ru/LC_MESSAGES/*
%{_kde_libdir}/kde4/kcm_kfingermanager.so
%{_kde_appsdir}/kfingermanager
%{_kde_datadir}/config/kfingerrc
%{_kde_datadir}/kde4/services/kfingermanager.desktop

#--------------------------------------------------------------------

%prep
%setup -q -n %{oname}
%patch0
# cp %{SOURCE1} .

%build
%cmake_kde4
%make
pwd
msgfmt %{SOURCE1} -o kcmkfingermanager.mo
# msgfmt %{name}.po -o %{name}.mo

%install
%makeinstall_std -C build
mkdir -p %{buildroot}%{_localedir}/ru/LC_MESSAGES/
install -m 644 build/kcmkfingermanager.mo %{buildroot}%{_localedir}/ru/LC_MESSAGES/

%changelog
* Thu Mar 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0-0.1050414.7
+ Revision: bdebdb7
- Fix localization file name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16972 |14mr|kfloppy-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# workaround bug in rpm unpackaged subdir check
%define _unpackaged_subdirs_terminate_build 0

Name:		kfloppy
Summary:	Format floppy disks
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://utils.kde.org/projects/kfloppy
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KFloppy is a utility that provides a straightforward graphical means to
format 3.5" and 5.25" floppy disks.

%files
%{_kde_bindir}/kfloppy
%{_kde_iconsdir}/*/*/apps/kfloppy.*
%{_kde_applicationsdir}/KFloppy.desktop
%{_kde_docdir}/HTML/*/kfloppy

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: d3a439b
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16973 |14mr|kfourinline-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kfourinline
Summary:	Place 4 pieces in a row
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kfourinline
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KFourInLine is a board game for two players based on the Connect-Four game.

The players try to build up a row of four pieces using different strategies.

%files
%{_kde_bindir}/kfourinline
%{_kde_bindir}/kfourinlineproc
%{_kde_applicationsdir}/kfourinline.desktop
%{_kde_appsdir}/kfourinline
%{_kde_docdir}/*/*/kfourinline
%{_kde_iconsdir}/hicolor/*/apps/kfourinline.png
%{_kde_datadir}/config.kcfg/kwin4.kcfg

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 7a7ac84
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16974 |14mr|kgamma-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kgamma
Summary:	Color profiling
Version:	4.13.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2
URL:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(xxf86vm)
Conflicts:	okular < 2:4.6.4

%description
Adjust your monitor's gamma settings.

%files
%doc %{_kde_docdir}/HTML/*/kcontrol/%{name}
%{_kde_bindir}/xf86gammacfg
%{_kde_services}/%{name}.desktop
%{_kde_appsdir}/%{name}
%{_kde_libdir}/kde4/*_kgamma.*

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: d6aa6d2
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16975 |14mr|kgeography-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kgeography
Summary:	A geography learning program
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 GFDL
URL:		http://edu.kde.org/kgeography
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KGeography is a geography learning program.

%files
%doc README COPYING COPYING.DOC AUTHORS
%doc %{_kde_docdir}/HTML/en/%{name}
%{_kde_appsdir}/%{name}
%{_kde_bindir}/%{name}
%{_kde_iconsdir}/*/*/apps/%{name}.*
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_datadir}/config.kcfg/%{name}.kcfg

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 5fc46da
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16976 |14mr|kget-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Versatile and user-friendly download manager for KDE4
Name:		kget
Version:	4.13.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	boost-devel
BuildRequires:	gpgme-devel
BuildRequires:	kdebase4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	libktorrent-devel
BuildRequires:	nepomuk-core-devel
BuildRequires:	nepomuk-widgets-devel
BuildRequires:	pkgconfig(libmms)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(sqlite3)
Conflicts:	kdenetwork4-devel < 3:4.11.0

%description
KGet is a versatile and user-friendly download manager.
Features:
- Downloading files from FTP and HTTP(S) sources.
- Pausing and resuming of downloading files, as well as the ability
  to restart   a download.
- Tells lots of information about current and pending downloads.
- Embedding into system tray.
- Integration with the Konqueror web browser.
- Metalink support which contains multiple URLs for downloads, along
  with checksums and other information.

%files
%doc %{_kde_docdir}/HTML/*/kget
%{_kde_bindir}/kget
%{_kde_applicationsdir}/kget.desktop
%{_kde_appsdir}/kget
%{_kde_appsdir}/kconf_update/kget*
%{_kde_appsdir}/dolphinpart/kpartplugins/kget_plug_in.rc
%{_kde_appsdir}/dolphinpart/kpartplugins/kget_plug_in.desktop
%{_kde_appsdir}/khtml/kpartplugins/kget_plug_in.rc
%{_kde_appsdir}/khtml/kpartplugins/kget_plug_in.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/kget_plug_in.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/kget_plug_in.rc
%{_kde_services}/kget_*
%{_kde_services}/plasma-engine-kget.desktop
%{_kde_services}/kgetbarapplet-default.desktop
%{_kde_services}/kgetpiechartapplet-default.desktop
%{_kde_services}/plasma-runner-kget.desktop
%{_kde_services}/ServiceMenus/kget_download.desktop
%{_kde_servicetypes}/kget_*
%{_kde_libdir}/kde4/krunner_kget.so
%{_kde_libdir}/kde4/kget_*
%{_kde_libdir}/kde4/plasma_engine_kget.so
%{_kde_libdir}/kde4/kcm_kget_checksumsearchfactory.so
%{_kde_libdir}/kde4/kcm_kget_metalinkfactory.so
%{_kde_libdir}/kde4/kcm_kget_bittorrentfactory.so
%{_kde_libdir}/kde4/kcm_kget_mirrorsearchfactory.so
%{_kde_libdir}/kde4/kcm_kget_mmsfactory.so
%{_kde_libdir}/kde4/kcm_kget_multisegkiofactory.so
%{_kde_libdir}/kde4/plasma_kget_barapplet.so
%{_kde_libdir}/kde4/plasma_kget_piechart.so
%{_kde_datadir}/config.kcfg/kget*
%{_kde_datadir}/ontology/kde/kget_history.ontology
%{_kde_datadir}/ontology/kde/kget_history.trig
%{_kde_iconsdir}/*/*/apps/kget.*
%{_datadir}/dbus-1/services/org.kde.kget.service

#----------------------------------------------------------------------------

%define kgetcore_major 4
%define libkgetcore %mklibname kgetcore %{kgetcore_major}

%package -n %{libkgetcore}
Summary:	Shared library for KGet
Group:		System/Libraries

%description -n %{libkgetcore}
Shared library for KGet.

%files -n %{libkgetcore}
%{_kde_libdir}/libkgetcore.so.%{kgetcore_major}*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't need it because there are no headers anyway
rm -f %{buildroot}%{_kde_libdir}/libkgetcore.so


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 22a5ddf
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16977 |14mr|kgoldrunner-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A game of action and puzzle solving
Name:		kgoldrunner
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://games.kde.org/game.php?game=kgoldrunner
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KGoldrunner is an action game where the hero runs through a maze, climbs
stairs, dig holes and dodges enemies in order to collect all the gold nuggets
and escape to the next level. Your enemies are also after the gold. Worse
still, they are after you!.

%files
%{_kde_bindir}/kgoldrunner
%{_kde_applicationsdir}/KGoldrunner.desktop
%{_kde_configdir}/kgoldrunner.knsrc
%{_kde_appsdir}/kgoldrunner
%{_kde_docdir}/*/*/kgoldrunner
%{_kde_iconsdir}/hicolor/*/apps/kgoldrunner.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 7590aec
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16978 |14mr|kgpg-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Control your GPG keys
Name:		kgpg
Version:	4.13.3
Release:	1
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://utils.kde.org/projects/kgpg
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel

%description
KGpg is a simple interface for GnuPG, a powerful encryption utility.

%files
%{_kde_applicationsdir}/kgpg.desktop
%{_kde_appsdir}/kgpg
%{_kde_autostart}/kgpg.desktop
%{_kde_bindir}/kgpg
%{_kde_datadir}/config.kcfg/kgpg.kcfg
%{_kde_docdir}/HTML/*/kgpg
%{_kde_iconsdir}/*/*/apps/kgpg.*
%{_kde_services}/ServiceMenus/encryptfile.desktop
%{_kde_services}/ServiceMenus/encryptfolder.desktop
%{_kde_services}/ServiceMenus/viewdecrypted.desktop
%{_datadir}/appdata/kgpg.appdata.xml
%{_datadir}/dbus-1/interfaces/org.kde.kgpg.Key.xml

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 7c46fc0
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16979 |14mr|khangman-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		khangman
Summary:	Classical hangman game
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 GFLD
URL:		http://edu.kde.org/khangman
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	libkdeedu-devel >= %{version}
Requires:	libkdeedu = %{version}

%description
KHangman is the classical hangman game. The child should guess a word
letter by letter. At each miss, the picture of a hangman appears. After
10 tries, if the word is not guessed, the game is over and the answer
is displayed.

%files
%doc COPYING COPYING.DOC README
%doc %{_kde_docdir}/HTML/en/%{name}
%{_kde_appsdir}/%{name}
%{_kde_bindir}/%{name}
%{_kde_iconsdir}/*/*/apps/%{name}*
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_datadir}/config.kcfg/%{name}.kcfg
%{_kde_configdir}/%{name}.knsrc
%{_kde_mandir}/man6/%{name}.6.*

#----------------------------------------------------------------------------

%define khangmanengine_major 4
%define libkhangmanengine %mklibname khangmanengine %{khangmanengine_major}

%package -n %{libkhangmanengine}
Summary:	Runtime library for KDE Education Application
Group:		System/Libraries

%description -n %{libkhangmanengine}
Runtime library for KDE Education Application.

%files -n %{libkhangmanengine}
%{_kde_libdir}/libkhangmanengine.so.%{khangmanengine_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libkhangmanengine} = %{version}-%{release}
Requires:	kdelibs4-devel
Requires:	libkdeedu-devel

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_libdir}/libkhangmanengine.so
%{_includedir}/%{name}

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: b257c52
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16980 |14mr|kig-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Interactive Geometry
Name:		kig
Version:	4.13.3
Release:	1
License:	GPLv2+ and GFDL
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/kig
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(python)

%description
Kig is a program for use in math classes in high school, to allow
students to interactively explore geometric concepts.

%files
%doc COPYING COPYING.DOC AUTHORS ChangeLog
%doc %{_kde_docdir}/HTML/en/kig
%{_kde_appsdir}/kig
%{_kde_bindir}/kig
%{_kde_bindir}/pykig.py
%{_kde_libdir}/kde4/kigpart.so
%{_kde_iconsdir}/*/*/apps/kig.*
%{_kde_iconsdir}/*/*/mimetypes/application-x-kig.*
%{_kde_applicationsdir}/kig.desktop
%{_kde_services}/kig_part.desktop
%{_kde_appsdir}/katepart/syntax/python-kig.xml
%{_kde_mandir}/man1/kig.1.*

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: a872b43
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16981 |14mr|kigo-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kigo
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Go board game for KDE
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/kigo/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Requires:	gnugo

%description
Kigo is an open-source implementation of the popular Go game.

Go is a strategic board game for two players. It is also known as igo
(Japanese), weiqi or wei ch'i (Chinese) or baduk (Korean).
Go is noted for being rich in strategic complexity despite its simple rules.
The game is played by two players who alternately place black and white stones
(playing pieces, now usually made of glass or plastic) on the vacant
intersections of a grid of 19x19 lines (9x9 or 13x13 for easier games).

%files
%{_kde_bindir}/kigo
%{_kde_applicationsdir}/kigo.desktop
%{_kde_appsdir}/kigo
%{_kde_datadir}/config.kcfg/kigo.kcfg
%{_kde_configdir}/kigo-games.knsrc
%{_kde_configdir}/kigo.knsrc
%{_kde_docdir}/HTML/en/kigo
%{_kde_iconsdir}/*/*/apps/kigo.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: b9c654b
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16982 |14mr|killbots-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		killbots
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	KDE port of the classic BSD console game robots
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/killbots/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Killbots is a simple game of evading killer robots.

Who created the robots and why they have been programmed to destroy, no one
knows. All that is known is that the robots are numerous and their sole
objective is to destroy you. Fortunately for you, their creator has focused on
quantity rather than quality and as a result the robots are severely lacking
in intelligence. Your superior wit and a fancy teleportation device are your
only weapons against the never-ending stream of mindless automatons.

%files
%{_kde_bindir}/killbots
%{_kde_applicationsdir}/killbots.desktop
%{_kde_appsdir}/killbots
%{_kde_datadir}/config.kcfg/killbots.kcfg
%{_kde_docdir}/*/*/killbots
%{_kde_iconsdir}/hicolor/*/apps/killbots.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build



%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 89f7d1e
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16983 |14mr|kimono-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kimono
Summary:	C# Mono KDE 4 bindings
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Development/KDE and Qt
License:	GPLv2 LGPLv2
URL:		https://projects.kde.org/projects/kde/kdebindings/csharp/kimono
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kimono-4.7.2-fix-link-against-soprano-index-librairies.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	smokekde-devel >= 1:%{version}
BuildRequires:	qyoto-devel >= 1:%{version}
BuildRequires:	pkgconfig(mono)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
Provides:	mono-kde4 = %{EVRD}
Requires:	qyoto >= 1:%{version}

%description
NET/Mono bindings for the KDE libraries.

%files
%doc COPYING.GPLv2 COPYING.LGPLv2
%{_kde_prefix}/lib/mono/qyoto/kde-dotnet.dll
%{_kde_prefix}/lib/mono/qyoto/khtml-dll.dll
%{_kde_prefix}/lib/mono/qyoto/soprano.dll
%{_kde_prefix}/lib/mono/qyoto/ktexteditor-dotnet.dll
%{_kde_prefix}/lib/mono/qyoto/plasma-dll.dll
%{_kde_prefix}/lib/mono/qyoto/nepomuk-dll.dll
%{_kde_prefix}/lib/mono/qyoto/akonadi.dll
%{_kde_prefix}/lib/mono/gac/kde-dotnet
%{_kde_prefix}/lib/mono/gac/khtml-dll
%{_kde_prefix}/lib/mono/gac/soprano
%{_kde_prefix}/lib/mono/gac/ktexteditor-dotnet
%{_kde_prefix}/lib/mono/gac/plasma-dll
%{_kde_prefix}/lib/mono/gac/nepomuk-dll
%{_kde_prefix}/lib/mono/gac/akonadi
%{_kde_libdir}/kde4/kimonopluginfactory.so
%{_kde_libdir}/libkhtml-sharp.so
%{_kde_libdir}/libnepomuk-sharp.so
%{_kde_libdir}/libsoprano-sharp.so
%{_kde_libdir}/libkimono.so
%{_kde_libdir}/libktexteditor-sharp.so
%{_kde_libdir}/libplasma-sharp.so
%{_kde_libdir}/libakonadi-sharp.so
%{_kde_appsdir}/plasma_scriptengine_kimono
%{_kde_services}/plasma-scriptengine-kimono-applet.desktop
%{_kde_services}/plasma-scriptengine-kimono-dataengine.desktop

#------------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: d5abc36
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16984 |14mr|kino-1.3.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNOME DV-editing utility
Name:		kino
Epoch:		2
Version:	1.3.4
Release:	11
License:	GPLv2+
Group:		Video
Url:		http://www.kinodv.org/
Source0:	http://downloads.sourgeforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		kino-1.3.4-fix-desktop-file.patch
Patch1:		kino-1.3.4-videodev.h.patch
Patch2:		kino-1.3.2-fix-str-fmt.patch
Patch3:		kino-1.3.4-use-soundwrapper.patch
Patch4:		kino-1.3.4-ffmpeg0.8.patch
Patch5:		kino-1.3.4-libav-0.8.patch
Patch6:		kino-1.3.4-link.patch
Patch7:		kino-automake-1.13.patch

BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	a52dec-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libiec61883)
BuildRequires:	pkgconfig(libquicktime)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(xv)
Requires:	mjpegtools
Requires:	soundwrapper
Requires:	udev
#gw needed by the scripts in /usr/share/kino/scripts
Requires:	ffmpeg
#it needs rawplay
Requires:	smilutils

%description
The new generation of digital camcorders use the Digital Video (DV) data
format. Kino allows you to record, create, edit, and play movies recorded
with DV camcorders. Unlike other editors, this program uses many keyboard
commands for fast navigating and editing inside the movie.

%package devel
Group:		Development/C++
Summary:	Header files for kino plugin development
Requires:	%{name} = %{EVRD}

%description	devel
This contains the C++ headers needed to build extensions for kino.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p1
%patch4 -p0
%patch5 -p1
%patch6 -p0
%patch7 -p1 -b .am13~

autoreconf -fi
# More ffmpeg encoder name changes
sed -i -e 's,vcodec h264,vcodec libx264,g' scripts/exports/*
sed -i -e 's,acodec mp3,acodec libmp3lame,g' scripts/exports/ffmpeg_mp3.sh

%build
#export CPPFLAGS="%{optflags} -I%{_includedir}/libavcodec -I%{_includedir}/libavdevice -I%{_includedir}/libavformat -I%{_includedir}/libavcodec -I%{_includedir}/libpostproc -I%{_includedir}/libswscale"
%configure2_5x \
	--enable-quicktime \
	--disable-local-ffmpeg
%make

%install
mkdir -p %{buildroot}%{_bindir}
%makeinstall_std

rm -rf %{buildroot}%{_sysconfdir}/hotplug/ %{buildroot}%{_libdir}/hotplug

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS BUGS ChangeLog NEWS README* TODO
%{_sysconfdir}/udev/rules.d/kino.rules
%{_bindir}/*
%{_libdir}/kino-gtk2/
%{_datadir}/mime/packages/kino.xml
%{_datadir}/applications/*
%{_datadir}/kino/
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/*

%files devel
%{_includedir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:1.3.4-11
+ Revision: 18a9bef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16985 |14mr|kio-mtp-0-0.20131020.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20131020

Summary:	MTP Kio slave
Name:		kio-mtp
Version:	0
Release:	0.%{git}.2
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		https://projects.kde.org/projects/playground/base/kio-mtp
# From KDE's git
Source0:	%{name}-%{git}.tar.bz2
Patch0:         kio-mtp-20131020.mtp.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libmtp)

%description
Kio slave providing access to MTP device using the mtp:/// protocol.

%files
%{_kde_appsdir}/konqueror/dirtree/remote/mtp-network.desktop
%{_kde_appsdir}/remoteview/mtp-network.desktop
%{_kde_appsdir}/solid/actions/solid_mtp.desktop
%{_kde_libdir}/kde4/kio_mtp.so
%{_kde_services}/mtp.protocol

#------------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{git}
%apply_patches

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Tue Apr 15 2014 Alex Burmashev <alex.burmashev@gmail.com> 0-0.20131020.2
+ Revision: 9252fb9
- change exec for mtp desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16986 |14mr|kio-sysinfo-1.8.3-0.1230316.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# svn co svn://anonsvn.kde.org/home/kde/trunk/playground/base/kio_sysinfo/
%define oname  kio_sysinfo
%define svn    1230316

Summary:	KIO Slave sysinfo:/
Name:		kio-sysinfo
Version:	1.8.3
Release:	0.%{svn}.3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://websvn.kde.org/trunk/playground/base/kio_sysinfo/ 
Source0:	%{oname}-%{svn}.tar.xz
Source1:	cpu.png
Source2:	sysinfo.png
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(hwinfo)

%description
KIO Slave sysinfo:/. It shows various information about your pc, 
like cpu, ram. kernel version, exc. It also shows the removable 
devices and partition (total space/available space) and you can open,
mount and unmount it from this KIO slave.

%files
%{_kde_libdir}/kde4/*
%{_kde_appsdir}/sysinfo
%{_kde_datadir}/applications/kde4/kfmclient_sysinfo.desktop
%{_kde_datadir}/kde4/services/ksysinfopart.desktop
%{_kde_datadir}/kde4/services/sysinfo.protocol
%{_kde_datadir}/mime/packages/x-sysinfo.xml

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}

%build
%cmake_kde4 -DSYSINFO_DISTRO:STRING=rosa
%make

%install
%makeinstall_std -C build


%changelog
* Wed Mar 26 2014 abondrov <andrey.bondrov@rosalab.ru> 1.8.3-0.1230316.3
+ Revision: 22a6515
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16987 |14mr|kiriki-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kiriki
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Close of Yahtzee
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kiriki
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Kiriki is an addictive and fun dice game, designed to be played by as
many as six players.

Participants have to collect points by rolling five dice for up to
three times per single turn.

%files
%{_kde_bindir}/kiriki
%{_kde_applicationsdir}/kiriki.desktop
%{_kde_docdir}/*/*/kiriki
%{_kde_iconsdir}/hicolor/*/apps/kiriki.png
%{_kde_appsdir}/kiriki

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 4997776
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16988 |14mr|kiten-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kiten
Summary:	A Japanese reference/learning tool
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2 GFDL
URL:		http://edu.kde.org/kiten
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
Kiten is a Japanese reference/learning tool.

Kiten features:
* Search with english keyword, Japanese reading, or a Kanji string on a
  list of EDICT files.
* Search with english keyword, Japanese reading, number of strokes, grade
  number, or a Kanji on a list of KANJIDIC files.
* Comes with all necessary files.
* Very fast.
* Limit searches to only common entries.
* Nested searches of results possible.
* Compact, small, fast interface.
* Global KDE keybindings for searching highlighted strings.
* Learning dialog. (One can even open up multiple ones and have them sync
  between each other.)
* Browse Kanji by grade.
* Add Kanji to a list for later learning.
* Browse list, and get quizzed on them.

%files
%doc COPYING COPYING.DOC COPYING.LIB AUTHORS README
%doc %{_kde_docdir}/HTML/en/kiten
%{_kde_appsdir}/kiten
%{_kde_appsdir}/kitenradselect
%{_kde_appsdir}/kitenkanjibrowser
%{_kde_bindir}/kiten
%{_kde_bindir}/kitengen
%{_kde_bindir}/kitenradselect
%{_kde_bindir}/kitenkanjibrowser
%{_kde_iconsdir}/*/*/apps/kiten.*
%{_kde_applicationsdir}/kiten.desktop
%{_kde_applicationsdir}/kitenkanjibrowser.desktop
%{_kde_applicationsdir}/kitenradselect.desktop
%{_kde_datadir}/config.kcfg/kiten.kcfg
%{_datadir}/fonts/kanjistrokeorders

#---------------------------------------------

%define libkiten_major 4
%define libkiten %mklibname kiten %{libkiten_major}

%package -n %{libkiten}
Summary:	Runtime library for Kiten
Group:		System/Libraries

%description -n %{libkiten}
libkiten is a library for managing a variety of japanese cross-language
dictionaries through a common interface. It provides a light abstraction layer
over various types of japanese dictionaries, with a simple facility for adding
more types.

%files -n %{libkiten}
%{_kde_libdir}/libkiten.so.%{libkiten_major}*

#---------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libkiten} = %{version}-%{release}
Conflicts:	kdeedu4-devel < 4.6.90

%description  devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_libdir}/libkiten.so
%{_includedir}/libkiten/

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 827af19
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16989 |14mr|kjumpingcube-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kjumpingcube
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	A tactical game for number-crunchers
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kjumpingcube
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KJumpingCube is a tactical one or two-player game. The playing field
consists of squares that contains points which can be increased. By
this you can gain more fields and finally win the board over.

%files
%{_kde_bindir}/kjumpingcube
%{_kde_applicationsdir}/kjumpingcube.desktop
%{_kde_appsdir}/kjumpingcube
%{_kde_datadir}/config.kcfg/kjumpingcube.kcfg
%{_kde_docdir}/*/*/kjumpingcube
%{_kde_iconsdir}/hicolor/*/apps/kjumpingcube.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 89c0b4b
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16990 |14mr|klettres-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		klettres
Summary:	Language learning program
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2 GFDL
URL:		http://edu.kde.org/klettres
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KLettres aims to help to learn the alphabet and then to read some syllables
in different languages. It is meant to help learning the very first sounds
of a new language, for children or for adults.

%files
%doc COPYING COPYING.DOC COPYING.LIB AUTHORS TODO
%doc %{_kde_docdir}/HTML/en/klettres
%{_kde_appsdir}/klettres
%{_kde_bindir}/klettres
%{_kde_iconsdir}/*/*/apps/klettres.*
%{_kde_applicationsdir}/klettres.desktop
%{_kde_datadir}/config.kcfg/klettres.kcfg
%{_kde_configdir}/klettres.knsrc

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 33f0a45
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16991 |14mr|klickety-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		klickety
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	An adaptation of the Clickomania game
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/ksame/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Provides:	ksame = %{EVRD}
Obsoletes:	ksame < 1:4.5.74

%description
Klickety is an adaptation of the Clickomania game. The rules are similar
to those of the Same game: your goal is to clear the board by clicking on
groups to destroy them.

%files
%{_kde_bindir}/klickety
%{_kde_applicationsdir}/klickety.desktop
%{_kde_applicationsdir}/ksame.desktop
%{_kde_appsdir}/klickety
%{_kde_appsdir}/kconf_update/klickety.upd
%{_kde_appsdir}/kconf_update/klickety-2.0-inherit-ksame-highscore.pl
%{_kde_docdir}/HTML/en/klickety
%{_kde_iconsdir}/*/*/apps/klickety.*
%{_kde_iconsdir}/*/*/apps/ksame.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 1d94ee0
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16992 |14mr|klines-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		klines
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Place 5 equal pieces together, but wait, there are 3 new ones
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=klines
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KLines is a simple but highly addictive one player game.

The player has to move the colored balls around the game board, gathering them
into the lines of the same color by five. Once the line is complete it is
removed from the board, therefore freeing precious space. In the same time the
new balls keep arriving by three after each move, filling up the game board.

%files
%{_kde_bindir}/klines
%{_kde_applicationsdir}/klines.desktop
%{_kde_appsdir}/klines
%{_kde_docdir}/*/*/klines
%{_kde_iconsdir}/hicolor/*/apps/klines.png
%{_kde_datadir}/config.kcfg/klines.kcfg

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 2f51c96
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16993 |14mr|klook-2.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Quick file preview
Name:		klook
Version:	2.0
Release:	14
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		https://abf.rosalinux.ru/uxteam/KLook
Source0:	%{name}-%{version}.tar.gz
Patch0:		klook-2.0-codec.patch
Requires: 	okular
Requires: 	okular-ooo
Requires: 	okular-chm
Requires: 	okular-pdf
Requires:	okular-fb
Requires:	gstreamer0.10-decoders
Requires:	gstreamer0.10-vp8
BuildRequires:	qt4-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(exiv2)

%description
Klook is a quick preview feature based on Qt and Qt Quick.

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4

%install
%makeinstall_std -C build

%find_lang %{name}

%files -f %{name}.lang
%{_kde_bindir}/klook
%{_kde_appsdir}/klook
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png

%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-14
+ Revision: 04d8bb4
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16994 |14mr|kmag-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Screen magnifier for KDE4
Name:		kmag
Version:	4.13.3
Release:	1
Epoch:		2
License:	GPLv2+ and GFDL
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/utilities/kmag/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	qaccessibilityclient-devel
Requires:	kdebase4-runtime

%description
KMag is a small utility for Linux to magnify a part of the screen. KMag is very
useful for people with visual disabilities and for those working in the fields
of image analysis, web development etc.

%files
%doc AUTHORS ChangeLog COPYING COPYING.DOC README TODO
%doc %{_kde_docdir}/HTML/en/kmag
%{_kde_bindir}/kmag
%{_kde_appsdir}/kmag
%{_kde_applicationsdir}/kmag.desktop
%{_kde_iconsdir}/hicolor/*/*/kmag*
%{_kde_mandir}/man1/kmag.1.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: 687df3b
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16995 |14mr|kmahjongg-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kmahjongg
Summary:	A tile laying patience
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kmahjongg
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkmahjongg-devel
Requires:	libkdegames-common
Requires:	kmahjongglib

%description
In KMahjongg the tiles are scrambled and staked on top of each other to
resemble a certain shape. The player is then expected to remove all the
tiles off the game board by locating each tile's matching pair.

%files
%{_kde_bindir}/kmahjongg
%{_kde_applicationsdir}/kmahjongg.desktop
%{_kde_appsdir}/kmahjongg
%{_kde_docdir}/*/*/kmahjongg
%{_kde_iconsdir}/hicolor/*/apps/kmahjongg.*
%{_kde_datadir}/config.kcfg/kmahjongg.kcfg

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 399bf37
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16996 |14mr|kmflcomp-0.9.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %name %major
%define develname	%mklibname %name -d

Name:		kmflcomp
Summary:	Compiler for source Tavultesoft Keyman files
Version:	0.9.9
Release:	3
Group:		System/Internationalization
License:	GPLv2+
URL:		http://kmfl.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/kmfl/%{name}-%{version}.tar.gz
Patch0:		kmflcomp-0.9.8-linkage.patch
BuildRequires:	bison
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xdmcp)

%description
KMFL is a keyboarding input method which aims to bring Tavultesoft
Keyman functionality to Linux.

kmflcomp is one of three parts of the KMFL project. It is a keyboard
compiler. The other two parts are libkmfl and libscim-kmfl-imengine.

%package -n %{libname}
Summary:	Kmflcomp library
Group:		System/Internationalization

%description -n %{libname}
KMFL is a keyboarding input method which aims to bring Tavultesoft
Keyman functionality to Linux.

libkmflcomp is one of three parts of the KMFL project. It is a 
keyboard compiler library. The other two parts are libkmfl and 
libscim-kmfl-imengine.

%package -n %{develname}
Summary:	Kmflcomp library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname kmflcomp 0 -d}

%description -n %{develname}
Headers and static library of Kmflcomp.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

# remove documents (AUTHORS, COPYING etc.)
# they should be installed by %doc
rm -rf %{buildroot}/%{_prefix}/doc/

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog
%{_bindir}/kmflcomp

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libkmflcomp.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/kmfl
%{_libdir}/libkmflcomp.a
%{_libdir}/libkmflcomp.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.9-3
+ Revision: d92f720
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16997 |14mr|kmines-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kmines
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	The classic mine sweeper
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kmines
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KMines is a classic Minesweeper game. The idea is to uncover all the squares
without blowing up any mines. When a mine is blown up, the game is over.

%files
%{_kde_bindir}/kmines
%{_kde_applicationsdir}/kmines.desktop
%{_kde_appsdir}/kmines
%{_kde_configdir}/kmines.knsrc
%{_kde_docdir}/*/*/kmines
%{_kde_iconsdir}/hicolor/*/apps/kmines.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 8971796
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16998 |14mr|kmix-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Digital Mixer
Name:		kmix
Version:	4.13.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/multimedia/kmix/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kmix-4.9.2-nodisplay.patch
# Adjust popup widget layout
# Device icons should no longer hit window border with some styles
Patch1:		kmix-4.13.2-layout.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libcanberra)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libpulse-mainloop-glib)
Requires:	kdebase4-runtime
Obsoletes:	kdemultimedia4-core < 3:4.5.71
Conflicts:	kdemultimedia4-devel < 3:4.8.95
Conflicts:	kde4-audiocd < 3:4.8.95

%description
KMix is an application to allow you to change the volume of your sound
card. Though small, it is full-featured, and it supports several
platforms and sound drivers.

%files
%{_kde_appsdir}/kmix
%{_kde_appsdir}/plasma/services/mixer.operations
%{_kde_bindir}/kmix
%{_kde_bindir}/kmixctrl
%{_kde_bindir}/kmixremote
%{_kde_iconsdir}/*/*/*/*
%{_kde_applicationsdir}/kmix.desktop
%{_kde_services}/kmixctrl_restore.desktop
%{_kde_services}/plasma-engine-mixer.desktop
%{_kde_services}/kded/kmixd.desktop
%{_kde_libdir}/libkdeinit4_kmix*
%{_kde_libdir}/kde4/kded_kmixd.so
%{_kde_libdir}/kde4/plasma_engine_mixer.so
%{_kde_autostart}/restore_kmix_volumes.desktop
%{_kde_autostart}/kmix_autostart.desktop
%{_datadir}/dbus-1/interfaces/org.kde.kmix.control.xml
%{_datadir}/dbus-1/interfaces/org.kde.kmix.mixer.xml
%{_datadir}/dbus-1/interfaces/org.kde.kmix.mixset.xml
%{_kde_docdir}/HTML/en/kmix

#------------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 3624d6c
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 16999 |14mr|kmod-15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	2
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d

# (tpg) this is important
# keep this synchronized with module-init-tools-ver-rel+1
%define module_ver 3.17-1

%bcond_with	dietlibc
%bcond_with	uclibc

Summary:	Utilities to load modules into the kernel
Name:		kmod
Version:	15
Release:	2
License:	LGPLv2.1+ and GPLv2+
Group:		System/Kernel and hardware
Url:		http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
# See also: http://packages.profusion.mobi/kmod/
Source0:	http://ftp.kernel.org/pub/linux/utils/kernel/kmod/%{name}-%{version}.tar.xz
Source1:	http://ftp.kernel.org/pub/linux/utils/kernel/kmod/%{name}-%{version}.tar.sign
# (tpg) provide config files from module-init-tools
Source2:	modprobe.default
Source3:	modprobe.preload
Source4:	blacklist-mdv.conf
Source5:	ipw-no-associate.conf
Source6:	blacklist-compat.conf
Patch0:		kmod-14-allow-static.patch

%if %{with dietlibc}
BuildRequires:	dietlibc-devel
%endif
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.33.2-15
%endif
BuildRequires:	gtk-doc
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(zlib)

%description
kmod is a set of tools to handle common tasks with Linux kernel
modules like insert, remove, list, check properties, resolve
dependencies and aliases.

These tools are designed on top of libkmod, a library that is shipped
with kmod. The aim is to be compatible with tools, configurations and
indexes from module-init-tools project.

%package	compat
Summary:	Compat symlinks for kernel module utilities
License:	GPLv2+
Group:		System/Kernel and hardware
Obsoletes:	module-init-tools < %{module_ver}
Provides:	module-init-tools = %{module_ver}
Requires:	%{name} = %{EVRD}

%description	compat
kmod is a set of tools to handle common tasks with Linux kernel
modules like insert, remove, list, check properties, resolve
dependencies and aliases.

This package contains traditional name symlinks (lsmod, etc.)

%package -n	%{libname}
Summary:	Library to interact with Linux kernel modules
License:	LGPLv2.1+
Group:		System/Libraries
# (tpg) do not require this until initscripts won't be fixed
#Requires:	%{name}-compat = %{EVRD}
Conflicts:	%{mklibname modprobe 0} <= 3.6-18
Conflicts:	%{mklibname modprobe 1} < %{module_ver}

%description -n	%{libname}
libkmod was created to allow programs to easily insert, remove and
list modules, also checking its properties, dependencies and aliases.

%if %{with uclibc}
%package -n	uclibc-%{libname}
Summary:	Library to interact with Linux kernel modules
License:	LGPLv2.1+
Group:		System/Libraries

%description -n	uclibc-%{libname}
libkmod was created to allow programs to easily insert, remove and
list modules, also checking its properties, dependencies and aliases.
%endif

%package -n	%{devname}
Summary:	Development files for libkmod
Group:		Development/C
License:	LGPLv2.1+
Requires:	%{libname} = %{EVRD}
Requires:	%{name}-compat = %{EVRD}
%if %{with uclibc}
Requires:	uclibc-%{libname} = %{EVRD}
%endif
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
libkmod was created to allow programs to easily insert, remove and
list modules, also checking its properties, dependencies and aliases.

%prep
%setup -q
%apply_patches
aclocal -I m4
automake -a
autoconf

%build
%global optflags %{optflags} -Os

export CONFIGURE_TOP=..
%if %{with dietlibc}
mkdir -p diet
pushd diet
CFLAGS="%{optflags} -fno-stack-protector -Os -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_ATFILE_SOURCE -DO_CLOEXEC=0" \
%configure2_5x \
	--prefix=%{_prefix}/lib/dietlibc \
	--without-xz \
	--without-zlib \
	--with-rootlibdir=%{_prefix}/lib/dietlibc/lib-%{_arch} \
	--enable-static \
	--disable-shared \
	--disable-tools \
	CC="diet gcc" \
	LD="diet ld"
%make
popd
%endif

%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%uclibc_configure \
	--with-xz \
	--with-zlib \
	--with-rootlibdir=%{uclibc_root}/%{_lib} \
	--enable-static \
	--enable-shared \
	--disable-tools
%make V=1
popd
%endif

mkdir -p glibc
pushd glibc
# The extra --includedir gives us the possibility to detect dependent
# packages which fail to properly use pkgconfig.
%configure2_5x \
	--with-xz \
	--with-zlib \
	--includedir=%{_includedir}/%{name}-%{version} \
	--with-rootlibdir=/%{_lib} \
	--bindir=/bin \
	--enable-shared \
	--enable-static \
	--enable-gtk-doc \
	--enable-gtk-doc-html \
	--with-html-dir=%{_docdir}/%{name}/html
%make
popd

%install
%if %{with uclibc}
%makeinstall_std -C uclibc
rm %{buildroot}%{uclibc_root}%{_libdir}/libkmod.so
ln -rs %{buildroot}%{uclibc_root}/%{_lib}/libkmod.so.%{major}.* %{buildroot}%{uclibc_root}%{_libdir}/libkmod.so
rm -r %{buildroot}%{uclibc_root}%{_libdir}/pkgconfig/
%endif

%if %{with dietlibc}
install -m644 ./diet/libkmod/.libs/libkmod.a -D %{buildroot}%{_prefix}/lib/dietlibc/lib-%{_arch}/libkmod.a
#%makeinstall_std -C diet
%endif

%makeinstall_std -C glibc
# Remove standalone tools
rm -f %{buildroot}/bin/kmod-*
rm -f %{buildroot}%{_libdir}/libkmod.la

# (tpg) install config files
install -d -m755 %{buildroot}%{_sysconfdir}
install -d -m755 %{buildroot}%{_sysconfdir}/depmod.d
install -d -m755 %{buildroot}%{_sysconfdir}/modprobe.d
install -d -m755 %{buildroot}/lib/modprobe.d
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/modprobe.d/00_modprobe.conf
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE4} %{SOURCE5} %{SOURCE6} %{buildroot}%{_sysconfdir}/modprobe.d
touch %{buildroot}%{_sysconfdir}/modprobe.conf

# (tpg) we still use this
ln -s ../modprobe.conf %{buildroot}%{_sysconfdir}/modprobe.d/01_mandriva.conf

# kmod-compat
mkdir -p %{buildroot}/{bin,sbin}
ln -s kmod %{buildroot}/bin/lsmod
for i in depmod insmod lsmod modinfo modprobe rmmod; do
	ln -s /bin/kmod %{buildroot}/sbin/$i
done;

%check
# make check suddenly seems to fail copy this directory from srcdir...
[ ! -d glibc/testsuite ] && cp -a testsuite glibc
make -C glibc check


%files
/bin/kmod
%{_datadir}/bash-completion/completions/kmod
%{_mandir}/man5/*
%{_mandir}/man8/*

%files -n %{libname}
/%{_lib}/libkmod.so.%{major}*

%if %{with uclibc}
%files -n uclibc-%{libname}
%{uclibc_root}/%{_lib}/libkmod.so.%{major}*
%endif

%files -n %{devname}
%doc %{_docdir}/%{name}
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libkmod.so
%{_libdir}/libkmod.a
%if %{with dietlibc}
%{_prefix}/lib/dietlibc/lib-%{_arch}/libkmod.a
%endif
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libkmod.a
%{uclibc_root}%{_libdir}/libkmod.so
%endif

%files compat
%dir %{_sysconfdir}/modprobe.d
%dir %{_sysconfdir}/depmod.d
%dir /lib/modprobe.d
%config(noreplace) %{_sysconfdir}/modprobe.preload
%config(noreplace) %{_sysconfdir}/modprobe.conf
%config(noreplace) %{_sysconfdir}/modprobe.d/*.conf
/bin/lsmod
/sbin/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 15-2
+ Revision: 1254078
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17000 |14mr|kmousetool-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kmousetool
Version:	4.13.3
Release:	1
Epoch:		2
Summary:	Automatic Mouse Click
Group:		Graphical desktop/KDE
License:	GPLv2 and GFDL
URL:		http://www.kde.org/applications/utilities/kmousetool/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xtst)
Requires:	kdebase4-runtime

%description
KMouseTool is a Linux-based KDE program. It clicks the mouse for you,
so you don't have to. KMouseTool works with any mouse or pointing device.

%files
%doc AUTHORS ChangeLog COPYING COPYING.DOC README TODO
%{_kde_bindir}/kmousetool
%{_kde_applicationsdir}/kmousetool.desktop
%{_kde_appsdir}/kmousetool
%{_kde_iconsdir}/hicolor/*/*/kmousetool*
%{_kde_docdir}/HTML/en/kmousetool
%{_kde_mandir}/man1/kmousetool.1.*

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: c379d86
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17001 |14mr|kmouth-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kmouth
Version:	4.13.3
Release:	1
Epoch:		2
Summary:	A type-and-say front end for speech synthesizers
Group:		Graphical desktop/KDE
License:	GPLv2 and GFDL
URL:		http://www.kde.org/applications/utilities/kmouth/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Requires:	kdebase4-runtime

%description
KMouth is a program which enables persons that cannot speak to let their
computer speak, e.g. mutal people or people who have lost their voice. It has a
text input field and speaks the sentences that you enter. It also has support
for user defined phrasebooks.

%files
%doc AUTHORS COPYING COPYING.DOC
%{_kde_bindir}/kmouth
%{_kde_applicationsdir}/kmouth.desktop
%{_kde_appsdir}/kmouth
%{_kde_configdir}/kmouthrc
%{_kde_iconsdir}/*/*/apps/kmouth.png
%{_kde_docdir}/HTML/en/kmouth
%{_kde_mandir}/man1/kmouth.1.*

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: dbdd928
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17002 |14mr|kmozillahelper-0.6.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mozilla KDE Integration
Name:		kmozillahelper
Version:	0.6.4
Release:	4
License:	MIT
Group:		Graphical desktop/KDE
Url:		http://www.opensuse.org/
Source0:	kmozillahelper-%{version}.tar.bz2
Patch0:		kmozillahelper-0.6.4-setwallpaper.patch

BuildRequires:	kde4-macros
BuildRequires:	kdelibs4-devel

Provides:	mozilla-xulrunner191-kde4 = %{version}-%{release}
Provides:	mozilla-xulrunner-kde4 = %{version}-%{release}
Requires:	qt4-qtdbus

%description
Package providing integration of Mozilla applications with KDE.

%files
%{_prefix}/lib/mozilla/kmozillahelper
%{_kde_appsdir}/kmozillahelper/kmozillahelper.notifyrc

#--------------------------------------------------------------------

%prep
%setup -qn kmozillahelper
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.4-4
+ Revision: e4d262c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17003 |14mr|kmplot-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kmplot
Summary:	A mathematical function plotter
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 GFDL
URL:		http://edu.kde.org/kmplot
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Conflicts:	kdeedu4-devel < 4.6.90

%description
KmPlot is a mathematical function plotter for the KDE-Desktop.

It has built in a powerfull parser. You can plot different functions
simultaneously and combine their function terms to build new functions.
KmPlot supports functions with parameters and functions in polar
coordinates. Several grid modes are possible. Plots may be printed with
high precision in correct scale.

%files
%doc COPYING COPYING.DOC TODO
%{_kde_appsdir}/kmplot
%{_kde_bindir}/kmplot
%{_kde_libdir}/kde4/libkmplotpart.so
%{_kde_iconsdir}/*/*/apps/kmplot.*
%{_kde_applicationsdir}/kmplot.desktop
%{_kde_datadir}/config.kcfg/kmplot.kcfg
%{_kde_services}/kmplot_part.desktop
%{_kde_docdir}/HTML/*/kmplot
%{_kde_mandir}/man1/kmplot.1.*
%{_datadir}/dbus-1/interfaces/org.kde.kmplot.KmPlot.xml
%{_datadir}/dbus-1/interfaces/org.kde.kmplot.MainDlg.xml
%{_datadir}/dbus-1/interfaces/org.kde.kmplot.Parser.xml
%{_datadir}/dbus-1/interfaces/org.kde.kmplot.View.xml

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 36297c2
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17004 |14mr|knavalbattle-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Battleship game with built-in game server
Name:		knavalbattle
Version:	4.13.3
Release:	1
Epoch:		1
License:	GPLv2 and LGPLv2 and GFDL
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/games/navalbattle/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Obsoletes:	kbattleship < 1:4.9.80
Provides:	kbattleship = %{EVRD}

%description
Naval Battle (ex-KBattleship) is a Battle Ship game for KDE.

Ships are placed on a board which represents the sea. Players try to hit each
others ships in turns without knowing where they are placed. The first player
to destroy all ships wins the game.

%files
%{_kde_bindir}/knavalbattle
%{_kde_applicationsdir}/knavalbattle.desktop
%{_kde_appsdir}/knavalbattle/
%{_kde_appsdir}/kconf_update/knavalbattle.upd
%{_kde_docdir}/*/*/knavalbattle
%{_kde_iconsdir}/hicolor/*/apps/knavalbattle.*
%{_kde_services}/knavalbattle.protocol

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 1cc407c
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17005 |14mr|knetwalk-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Turn the board pieces to get all computers connected
Name:		knetwalk
Version:	4.13.3
Release:	1
Epoch:		1
License:	GPLv2+ and LGPLv2+ and GFDL
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/games/knetwalk/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Requires:	libkdegames-corebindings

%description
KNetWalk is a small game where you have to build up a computer network by
rotating the wires to connect the terminals to the server. When the network is
build, a highscore-list comes up where competitions can be fought out.

%files
%{_kde_bindir}/knetwalk
%{_kde_applicationsdir}/knetwalk.desktop
%{_kde_appsdir}/knetwalk
%{_kde_docdir}/*/*/knetwalk
%{_kde_iconsdir}/hicolor/*/apps/knetwalk.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: ec647af
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17006 |14mr|knetworkmanager-0.9.0.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname networkmanagement

%define devname %mklibname -d knetworkmanager
%define novellvpn 0
%define pptp 1
%define strongswan 0
%define openswan 1
%define openvn 1
%define vpnc 1
%define openconnect 1

Summary:	KDE NetworkManager
Name:		knetworkmanager
Version:	0.9.0.11
Release:	1
Epoch:		2
License:	(GPLv2+ or GPLv3+) and GPLv2+ and LGPLv2+ and LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source0:	http://download.kde.org/unstable/networkmanagement/%{version}/src/%{srcname}-%{version}.tar.xz
Source1:	knetworkmanager.po.ru
Source2:	libknetworkmanager.po.ru
Source100:	knetworkmanager.rpmlintrc
Patch0:		networkmanagement-0.9-useversion.patch
Patch1:		networkmanagement-0.9-compile-po-files.patch
Patch4:		networkmanagement-0.9.0.2-ui-fix.patch

BuildRequires:	mobile-broadband-provider-info
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(libnm-util) >= 0.9
BuildRequires:	pkgconfig(libnm-glib) >= 0.9
%if %{openconnect}
BuildRequires:	pkgconfig(openconnect) >= 3.10
%endif
Requires:	%{name}-common
# plasmoid crashes if knetworkmanager is running
Requires:	plasma-applet-networkmanagement

%description
KNetworkManager is a system tray applet for controlling network
connections on systems that use the NetworkManager daemon.

%files
%doc TODO DESIGN COPYING COPYING.LIB README.install.urpmi

#--------------------------------------------------------------------

%package -n %{name}-common
Summary:	Common files used by knetworkmanager
Group:		System/Configuration/Networking
Requires:	kdebase4-workspace
Requires:	networkmanager

%description -n %{name}-common
Common files used by knetworkmanager and plasma-applet-networkmanagement.

%files -n %{name}-common -f %{name}.lang
%{_kde_libdir}/kde4/kcm_networkmanagement.so
%{_kde_libdir}/kde4/libexec/networkmanagement_configshell
%{_kde_services}/kcm_networkmanagement.desktop
%{_kde_servicetypes}/networkmanagement_vpnuiplugin.desktop
%{_kde_iconsdir}/oxygen/*/*/*
%{_kde_appsdir}/networkmanagement/

#--------------------------------------------------------------------

%package -n plasma-applet-networkmanagement
Summary:	NetworkManager plasma applet
Group:		Graphical desktop/KDE
Requires:	%{name}-common

%description -n plasma-applet-networkmanagement
Network Management Plasma applet for controlling network
connections on systems that use the NetworkManager service.

%files -n plasma-applet-networkmanagement -f plasma_applet_networkmanagement.lang
%{_kde_libdir}/kde4/plasma_applet_networkmanagement.so
%{_kde_libdir}/kde4/plasma_engine_networkmanagement.so
%{_kde_libdir}/kde4/kcm_networkmanagement_tray.so
%{_kde_libdir}/kde4/kded_networkmanagement.so
%{_kde_libdir}/kde4/solid_modemmanager05.so
%{_kde_libdir}/kde4/solid_networkmanager09.so
%{_kde_services}/plasma-applet-networkmanagement.desktop
%{_kde_services}/plasma-engine-networkmanagement.desktop
%{_kde_services}/kcm_networkmanagement_tray.desktop
%{_kde_services}/kded/networkmanagement.desktop
%{_kde_services}/solidbackends/solid_modemmanager05.desktop
%{_kde_services}/solidbackends/solid_networkmanager09.desktop
%{_kde_servicetypes}/solidmodemmanagernm09.desktop
%{_kde_servicetypes}/solidnetworkmanagernm09.desktop
%{_kde_appsdir}/desktoptheme/default/icons/network2.svgz

#--------------------------------------------------------------------

%define knmclient_major 4
%define libknmclient %mklibname knmclient %{knmclient_major}

%package -n %{libknmclient}
Summary:	libknclient library used by %{name}
Group:		System/Libraries 

%description -n %{libknmclient}
libknclient library used by %{name}.

%files -n %{libknmclient}
%{_kde_libdir}/libknmclient.so.%{knmclient_major}*

#--------------------------------------------------------------------

%define libkinternals_major 4
%define libknminternals %mklibname knminternals %{libkinternals_major}

%package -n %{libknminternals}
Summary:	libkninternals library used by %{name}
Group:		System/Libraries

%description -n %{libknminternals}
libkninternals library used by %{name}

%files -n %{libknminternals}
%{_kde_libdir}/libknminternals.so.%{libkinternals_major}*

#--------------------------------------------------------------------

%define libservice_major 4
%define libknmservice %mklibname knmservice %{libservice_major}

%package -n %{libknmservice}
Summary:	libknservice library used by %{name}
Group:		System/Libraries

%description -n %{libknmservice}
libknservice library used by %{name}.

%files -n %{libknmservice}
%{_kde_libdir}/libknmservice.so.%{libservice_major}*

#--------------------------------------------------------------------

%define libsolidcontrolnm_major 4
%define libsolidcontrolnm %mklibname solidcontrolnm %{libsolidcontrolnm_major}

%package -n %{libsolidcontrolnm}
Summary:	libsolidcontrol library for networkmanager 0.9
Group:		System/Libraries

%description -n %{libsolidcontrolnm}
libsolidcontrol library for networkmanager 0.9

%files -n %{libsolidcontrolnm}
%{_kde_libdir}/libsolidcontrolnm09.so.%{libsolidcontrolnm_major}*
%{_datadir}/locale/*/*/solidcontrolnm09*

#-------------------------------------------------------------------------

%define libsolidcontrolnm_ifaces_major 4
%define libsolidcontrolnm_ifaces %mklibname solidcontrolnmifaces %{libsolidcontrolnm_ifaces_major}

%package -n %{libsolidcontrolnm_ifaces}
Summary:	libsolidcontrol library for networkmanager 0.9
Group:		System/Libraries

%description -n %{libsolidcontrolnm_ifaces}
libsolidcontrol library for networkmanager 0.9

%files -n %{libsolidcontrolnm_ifaces}
%{_kde_libdir}/libsolidcontrolnm09ifaces.so.%{libsolidcontrolnm_ifaces_major}*

#-------------------------------------------------------------------------

%define libknmui_major 4
%define libknmui %mklibname knmui %{libknmui_major}

%package -n %{libknmui}
Summary:	libknui library used by %{name}
Group:		System/Libraries

%description -n %{libknmui}
libknui library used by %{name}.

%files -n %{libknmui}
%{_kde_libdir}/libknmui.so.%{libknmui_major}*

#--------------------------------------------------------------------
%define libsolidcontrolfuture_major 4
%define libsolidcontrolfuture %mklibname solidcontrolfuture %{libsolidcontrolfuture_major}

%package -n %{libsolidcontrolfuture}
Summary:	solidcontrolfuture library used by %{name}
Group:		System/Libraries

%description -n %{libsolidcontrolfuture}
libsolidcontrolfuture library used by %{name}.

%files -n %{libsolidcontrolfuture}
%{_kde_libdir}/libsolidcontrolfuture.so.%{libsolidcontrolfuture_major}*

#--------------------------------------------------------------------

%define libknm_nm %mklibname knm_nm

%package -n %{libknm_nm}
Summary:	NetworkManager back-end for %{name}
Group:		System/Libraries

%description -n %{libknm_nm}
NetworkManager back-end for %{name}.

%files -n %{libknm_nm}
%{_kde_libdir}/libknm_nm.so

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libknmclient} = %{EVRD}
Requires:	%{libknminternals} = %{EVRD}
Requires:	%{libknmservice} = %{EVRD}
Requires:	%{libknmui} = %{EVRD}
Requires:	%{libsolidcontrolfuture} = %{EVRD}
Provides:	knetworkmanager-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}

%files -n %{devname}
%{_kde_libdir}/libknmclient.so
%{_kde_libdir}/libknminternals.so
%{_kde_libdir}/libknmservice.so
%{_kde_libdir}/libknmui.so
%{_kde_libdir}/libsolidcontrolfuture.so
%{_kde_includedir}/solid/controlnm09/
%{_kde_libdir}/libsolidcontrolnm09.so
%{_kde_libdir}/libsolidcontrolnm09ifaces.so

#--------------------------------------------------------------------

%if %{openvn}
%package -n knetworkmanager-openvpn
Summary:	OpenVPN support for knetworkmanager
Group:		Graphical desktop/KDE 
Requires:	networkmanager-openvpn

%description -n knetworkmanager-openvpn
%{summary}.

%files -n knetworkmanager-openvpn
%{_kde_libdir}/kde4/networkmanagement_openvpnui.so
%{_kde_datadir}/kde4/services/networkmanagement_openvpnui.desktop
%endif

#--------------------------------------------------------------------

%if %{openswan}
%package -n knetworkmanager-openswan
Summary:	OpenSwan support for knetworkmanager
Group:		Graphical desktop/KDE

%description -n knetworkmanager-openswan
%{summary}.

%files -n knetworkmanager-openswan
%{_kde_libdir}/kde4/networkmanagement_openswanui.so
%{_kde_datadir}/kde4/services/networkmanagement_openswanui.desktop
%endif

#--------------------------------------------------------------------

%if %{novellvpn}
%package -n knetworkmanager-novellvpn
Summary:	Vpnc support for knetworkmanager
Group:		Graphical desktop/KDE

%description -n knetworkmanager-novellvpn
%{summary}.

%files -n knetworkmanager-novellvpn
%{_kde_libdir}/kde4/networkmanagement_novellvpnui.so
%{_kde_datadir}/kde4/services/networkmanagement_novellvpnui.desktop
%endif

#--------------------------------------------------------------------

%if %{pptp}

%package -n knetworkmanager-pptp
Summary:	Pptp support for knetworkmanager
Group:		Graphical desktop/KDE
Requires:	networkmanager-pptp

%description -n knetworkmanager-pptp
%{summary}.

%files -n knetworkmanager-pptp
%{_kde_libdir}/kde4/networkmanagement_pptpui.so
%{_kde_datadir}/kde4/services/networkmanagement_pptpui.desktop

%endif

#--------------------------------------------------------------------

%if %{strongswan}
%package -n knetworkmanager-strongswan
Summary:	strongSwan support for knetworkmanager
Group:		Graphical desktop/KDE

%description -n knetworkmanager-strongswan
%{summary}.

%files -n knetworkmanager-strongswan
%{_kde_libdir}/kde4/networkmanagement_strongswanui.so
%{_kde_datadir}/kde4/services/networkmanagement_strongswanui.desktop
%endif

#--------------------------------------------------------------------

%if %{vpnc}
%package -n knetworkmanager-vpnc
Summary:	Vpnc support for knetworkmanager
Group:		Graphical desktop/KDE
Requires:	networkmanager-vpnc

%description -n knetworkmanager-vpnc
%{summary}.

%files -n knetworkmanager-vpnc
%{_kde_libdir}/kde4/networkmanagement_vpncui.so
%{_kde_datadir}/kde4/services/networkmanagement_vpncui.desktop
%endif

#-------------------------------------------------------------------

%if %{openconnect}
%package openconnect
Summary:	Openconnect support for %{name}
Group:		Graphical desktop/KDE
Requires:	openconnect

%description openconnect
Openconnect plugin for %{name}

%files openconnect
%{_kde_libdir}/kde4/networkmanagement_openconnectui.so
%{_kde_services}/networkmanagement_openconnectui.desktop
%endif

#--------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}
%apply_patches

cp %{SOURCE1} po/ru/knetworkmanager.po
cp %{SOURCE2} po/ru/libknetworkmanager.po

%build
%cmake_kde4 \
	-DDBUS_SYSTEM_POLICY_DIR=%{_sysconfdir}/dbus-1/system.d \
	-DINSTALL_KNM_AUTOSTART=ON
%make

%install
%makeinstall_std -C build

%if ! %{novellvpn}
rm %{buildroot}%{_kde_libdir}/kde4/networkmanagement_novellvpnui.so
rm %{buildroot}%{_kde_datadir}/kde4/services/networkmanagement_novellvpnui.desktop
%endif

%if ! %{pptp}
rm %{buildroot}%{_kde_libdir}/kde4/networkmanagement_pptpui.so
rm %{buildroot}%{_kde_datadir}/kde4/services/networkmanagement_pptpui.desktop
%endif

%if ! %{strongswan}
rm %{buildroot}%{_kde_libdir}/kde4/networkmanagement_strongswanui.so
rm %{buildroot}%{_kde_datadir}/kde4/services/networkmanagement_strongswanui.desktop
%endif

%if ! %{openvn}
rm %{buildroot}%{_kde_libdir}/kde4/networkmanagement_openvpnui.so
rm %{buildroot}%{_kde_datadir}/kde4/services/networkmanagement_openvpnui.desktop
%endif

%if ! %{vpnc}
rm %{buildroot}%{_kde_libdir}/kde4/networkmanagement_vpncui.so
rm %{buildroot}%{_kde_datadir}/kde4/services/networkmanagement_vpncui.desktop
%endif

%find_lang %{name} lib%{name} %{name}.lang
%find_lang plasma_applet_networkmanagement
%find_lang solidcontrolnm09

cat > README.install.urpmi << EOF
The monolithic client is not built anymore by upstream.
You need to use now the plasma applet.

Regards,

EOF


%changelog
* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:0.9.0.11-1
+ Revision: 76deb33
- Add OpenSwan subpackage, enable OpenConnect subpackage

* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:0.9.0.11-1
+ Revision: 8fa1e43
- New version 0.9.0.11

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:0.9.0.10-2
+ Revision: 9a9dd00
- MassBuild#440: Increase release tag

* Sat Dec 07 2013 akdengi <kazancas@mandriva.ru> 2:0.9.0.10-1
+ Revision: dadaab5
- Update to 0.9.0.10

* Sat Oct 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:0.9.0.9-2
+ Revision: f28f352
- LOG Rebuild with KDE 4.11, spec cleanup

* Mon Aug 19 2013 akdengi <kazancas@mandriva.ru> 2:0.9.0.9-1
+ Revision: fcb0a61
- fix filelist

* Mon Aug 19 2013 akdengi <kazancas@mandriva.ru> 2:0.9.0.9-1
+ Revision: b13bca4
- 0.9.0.9

* Thu Aug 15 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:0.9.0.7-2.1
+ Revision: 53b81d3
- Bump release

* Wed Feb 27 2013 Alexander Kazancev <kazancas@gmail.com> 2:0.9.0.7-2
+ Revision: cfae9ab
- Add networkmanager to Requires

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 2:0.9.0.7-1
+ Revision: a13bbf0
- fix spec

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 2:0.9.0.7-1
+ Revision: f19cefc
- add missing files

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 2:0.9.0.7-1
+ Revision: 92120c3
- update to 0.9.0.7

* Wed Nov 14 2012 Alexander Kazancev <kazancas@gmail.com> 2:0.9.0.5-1
+ Revision: 0c52c59
- Updated knetworkmanager.spec

* Wed Nov 14 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0.5-1
+ Revision: fea6a12
- LOG update to 0.9.0.5

* Mon Aug 13 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0.4-1
+ Revision: 066f266
- LOG -new version 0.9.0.4

* Wed May 30 2012 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 2:0.9.0.2-3
+ Revision: d45a9cc
- LOG: network applet - network checkbox's hover fixed

* Tue May 29 2012 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 2:0.9.0.2-3
+ Revision: 690b44c
- changelog added

* Tue May 29 2012 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 2:0.9.0.2-3
+ Revision: 6ec8c9e
- LOG: text color of network checkbox changed

* Mon May 28 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0.2-2
+ Revision: e4eab28
- fix missed russian translation

* Sun May 27 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0.2-1
+ Revision: 5477a30
- fix translate and desktop file

* Sun May 27 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0.2-1
+ Revision: fa9beb3
- another fix lang file

* Sun May 27 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0.2-1
+ Revision: 5ae8b79
- add findlang for solidcontrolnm09

* Sun May 27 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0.2-1
+ Revision: 163909d
- add to BR libnm-glib

* Sun May 27 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0.2-1
+ Revision: fc23524
- new version 0.9.0.2

* Fri Apr 06 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0-2
+ Revision: 88df1cc
- fix source name

* Fri Apr 06 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0-2
+ Revision: 080c747
- fix source name

* Fri Apr 06 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0-2
+ Revision: 5019598
- fix l10n tarball

* Fri Apr 06 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0-2
+ Revision: a50393a
- add missing source

* Fri Apr 06 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0-2
+ Revision: f5e4aab
- up version

* Fri Apr 06 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0-1
+ Revision: 8a693db
- update russian translations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17007 |14mr|kolf-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kolf
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	A golf game
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/kolf/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Kolf is a miniature golf game. The game is played from an overhead view, with
a short bar representing the golf club. Kolf features many different types of
objects, such as water hazards, slopes, sand traps, and black holes (warps),
among others.

Features :
- Single and Multi-player (up to ten players) modes
- High scores table
- Dynamic courses
- Third-party courses
- Course editor

%files
%{_kde_bindir}/kolf
%{_kde_applicationsdir}/kolf.desktop
%{_kde_appsdir}/kolf
%{_kde_docdir}/*/*/kolf
%{_kde_iconsdir}/hicolor/*/apps/kolf.png

#------------------------------------------------------------------------------

%define libkolfprivate_private 4
%define libkolfprivate %mklibname kolfprivate %{libkolfprivate_private}

%package -n %{libkolfprivate}
Summary:	Runtime library for Kolf
Group:		System/Libraries

%description -n %{libkolfprivate}
Runtime library for Kolf.

%files -n %{libkolfprivate}
%{_kde_libdir}/libkolfprivate.so.%{libkolfprivate_private}*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't need this for now
rm -f %{buildroot}%{_kde_libdir}/libkolfprivate.so


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: ac3999d
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17008 |14mr|kollision-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kollision
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	A simple ball dodging game
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/kollision/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description -n kollision
A simple ball dodging game.

%files
%{_kde_bindir}/kollision
%{_kde_applicationsdir}/kollision.desktop
%{_kde_appsdir}/kollision
%{_kde_iconsdir}/*/*/apps/kollision.*
%{_kde_docdir}/*/*/kollision

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 0d8db55
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17009 |14mr|kolourpaint-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kolourpaint
Summary:	A free, easy-to-use paint program for KDE
Version:	4.13.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2 GFDL
URL:		http://www.kde.org/applications/graphics/kolourpaint/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(qimageblitz)

%description
KolourPaint is a free, easy-to-use paint program for KDE.

%files
%doc COPYING COPYING.LIB COPYING.DOC
%doc %{_kde_docdir}/HTML/en/kolourpaint/
%{_kde_bindir}/kolourpaint
%{_kde_applicationsdir}/kolourpaint.desktop
%{_kde_appsdir}/kolourpaint
%{_kde_iconsdir}/hicolor/*/apps/kolourpaint.*

#-----------------------------------------------------------------------------

%define kolourpaint_lgpl_major 4
%define libkolourpaint_lgpl %mklibname kolourpaint_lgpl %{kolourpaint_lgpl_major}

%package -n %{libkolourpaint_lgpl}
Summary:	Runtime library for Kolourpaint
Group:		System/Libraries

%description -n %{libkolourpaint_lgpl}
Runtime library for Kolourpaint.

%files -n %{libkolourpaint_lgpl}
%{_kde_libdir}/libkolourpaint_lgpl.so.%{kolourpaint_lgpl_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libkolourpaint_lgpl} = %{EVRD}
Conflicts:	kdegraphics4-devel < 2:4.6.90

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_kde_libdir}/libkolourpaint_lgpl.so

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: e5d017b
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17010 |14mr|kompare-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A diff graphic tool for KDE
Name:		kompare
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	libkomparediff2-devel

%description
Kompare is a GUI front-end program that enables differences between source
files to be viewed and merged. It can be used to compare differences on files
or the contents of folders, and it supports a variety of diff formats and
provide many options to customize the information level displayed.

Features:
 - Comparing directories
 - Reading diff files
 - Creating and applying patches

%files
%{_kde_bindir}/kompare
%{_kde_libdir}/kde4/komparenavtreepart.so
%{_kde_libdir}/kde4/komparepart.so
%{_kde_applicationsdir}/kompare.desktop
%{_kde_appsdir}/kompare
%{_kde_services}/komparenavtreepart.desktop
%{_kde_services}/komparepart.desktop
%{_kde_servicetypes}/kompareviewpart.desktop
%{_kde_servicetypes}/komparenavigationpart.desktop
%{_kde_iconsdir}/hicolor/*/apps/kompare.*
%{_kde_docdir}/*/*/kompare

#----------------------------------------------------------------------------

%define komparedialogpages_major 4
%define libkomparedialogpages %mklibname komparedialogpages %{komparedialogpages_major}

%package -n %{libkomparedialogpages}
Summary:	Kompare shared library
Group:		System/Libraries

%description -n %{libkomparedialogpages}
Kompare shared library.

%files -n %{libkomparedialogpages}
%{_kde_libdir}/libkomparedialogpages.so.%{komparedialogpages_major}*

#----------------------------------------------------------------------------

%define kompareinterface_major 4
%define libkompareinterface %mklibname kompareinterface %{kompareinterface_major}

%package -n %{libkompareinterface}
Summary:	Kompare shared library
Group:		System/Libraries

%description -n %{libkompareinterface}
Kompare shared library.

%files -n %{libkompareinterface}
%{_kde_libdir}/libkompareinterface.so.%{kompareinterface_major}*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Kompare
Group:		Development/KDE and Qt
Requires:	%{libkomparedialogpages} = %{EVRD}
Requires:	%{libkompareinterface} = %{EVRD}
Conflicts:	kdesdk4-devel < 1:1.4.11.0

%description devel
This package includes the header files you will need to compile applications
based on Kompare libraries.

%files devel
%{_kde_includedir}/kompare
%{_kde_libdir}/libkomparedialogpages.so
%{_kde_libdir}/libkompareinterface.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 7e50a18
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17011 |14mr|kon2-0.3.9b-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug package is empty and rpmlint rejects build
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	KON - Kanji ON Linux console
Name:		kon2
Version:	0.3.9b
Release:	17
License:	BSD
Group:		System/Internationalization
Source0:	ftp://ftp.linet.gr.jp/pub/KON/kon2-%{version}.tar.bz2
Source1:	pubfont.a.gz
Source2:	pubfont.k.gz
Source3:	terminfo.kon
Patch0:		kon2-iso8859.diff
Patch1:		kon2-debian_jumbo_patch.diff
BuildRequires:	glibc-static-devel
Requires:	ncurses
Requires:	locales-ja
ExclusiveArch:	%{ix86} x86_64

%description
KON displays kanji characters on Linux console screen.
It is launched like a shell, so you should put at the very
end of your ~/.profile something like:

TTY=`tty | cut -b-8 2> /dev/null`

if [ "$TTY" = "/dev/tty" ]; then
   exec kon
fi

%prep
%setup -q 
%patch0 -p1
%patch1 -p1

cp %{SOURCE1} .

%build
make config 

# Don't use $RPM_OPT_FLAGS
make 

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/fonts
mkdir -p %{buildroot}%{_mandir}/ja/man1
mkdir -p %{buildroot}%{_sysconfdir}

make install TOPDIR=%{buildroot} MANDIR=%{buildroot}/%{_mandir}/ja/man1
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/fonts
install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/fonts

# create a fake file for %ghost; this could be removed when ncurses
# will include a definition for 'kon'
mkdir -p %{buildroot}%{_datadir}/terminfo/k
touch %{buildroot}%{_datadir}/terminfo/k/kon

# install the English man page
mkdir -p %{buildroot}/%{_mandir}/man1
cp doc/kon.1.eng %{buildroot}/%{_mandir}/man1/kon.1

# remove useless files from doc directory
rm doc/kon.1* doc/*.buffer || :

%post
tic %{_defaultdocdir}/kon2-%{version}/terminfo.kon
if ! grep '^kon|kanji on console' %{_sysconfdir}/termcap >& /dev/null ; then
	 cat %{_defaultdocdir}/kon2-%{version}/termcap.kon >> %{_sysconfdir}/termcap
fi

%files
%defattr(0644,root,root,0755)
%doc doc/* terminfo.kon termcap.kon
%attr(4711,root,root) %{_bindir}/kon
%attr(755,root,root) %{_bindir}/fld
%attr(755,root,root) %{_bindir}/swkon
%attr(755,root,root) %{_bindir}/newvc
%{_mandir}/ja/man1/*
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/kon.cfg
%{_datadir}/fonts/pubfont.a.gz
%{_datadir}/fonts/pubfont.k.gz
%ghost %{_datadir}/terminfo/k/kon





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.9b-17
+ Revision: d901ffd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17012 |14mr|konq-plugins-4.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Konqueror Plugins
Name:		konq-plugins
Version: 	4.6.1
Release: 	3
Epoch:      1
Source0: 	http://fr2.rpmfind.net/linux/KDE/stable/%version/src/extragear/%name-%version.tar.bz2
License: 	GPLv2+
Group: 		Graphical desktop/KDE
Url: 		http://www.kde.org
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: 	kdebase4-devel >= 1:4.2.0
BuildRequires:	tidy-devel
Obsoletes:	kdeaddons-akregator < 1:3.5.10-2
Obsoletes:	kdeaddons-konq-plugins < 1:3.5.10-2
Obsoletes:	kdeaddons-konqimagegallery < 1:3.5.10-2
%if %mdkversion >= 201000
Obsoletes:  kdeaddons-kfile-plugins < 1:3.5.10-2
Obsoletes:  kdeaddons-kicker-applets < 1:3.5.10-2
Obsoletes:  kdeaddons-knewsticker < 1:3.5.10-2
Obsoletes:  kdeaddons-metabar < 1:3.5.10-2
Obsoletes:  kdeaddons-renamedlg < 1:3.5.10-2
Obsoletes:  kdeaddons-searchbar < 1:3.5.10-2
%endif
Conflicts:	kde-l10n < 3.5.9-5

%description 
This module contains plugins that interact with Konqueror.

%files
%defattr(-,root,root)
%_kde_bindir/*
%_kde_libdir/kde4/*.so
%_kde_services/ServiceMenus/*.desktop
%_kde_services/*.desktop
%_kde_appsdir/*
%_kde_configdir/*
%_kde_datadir/config.kcfg/*
%_kde_iconsdir/*/*/*/*

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
rm -rf %{buildroot}
%{makeinstall_std} -C build

%clean
rm -rf %{buildroot}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:4.6.1-3
+ Revision: 6ef6fe8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17013 |14mr|konquest-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		konquest
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Conquer the planets of your enemy
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/konquest/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Konquest is the KDE version of Gnu-Lactic Konquest. Players conquer other
planets by sending ships to them. The goal is to build an interstellar
empire and ultimately conquer all other player's planets.

%files
%{_kde_bindir}/konquest
%{_kde_applicationsdir}/konquest.desktop
%{_kde_appsdir}/konquest
%{_kde_docdir}/*/*/konquest
%{_kde_iconsdir}/hicolor/*/apps/konquest.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: b5596fa
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17014 |14mr|konsole-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A terminal emulator similar to xterm for KDE
Name:		konsole
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2 GFDL
Url:		http://konsole.kde.org/
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Source1:	%{name}.rpmlintrc
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-devel
Requires:	kdebase4-runtime
Requires:	x11-font-misc-misc

%description
A terminal emulator, similar to xterm, for KDE.

%files
%doc README COPYING COPYING.DOC COPYING.LIB doc/*
%{_kde_bindir}/konsole
%{_kde_bindir}/konsoleprofile
%{_kde_libdir}/kde4/libkonsolepart.so
%{_kde_libdir}/libkdeinit4_konsole.so
%{_kde_libdir}/libkonsoleprivate.so
%{_kde_appsdir}/konsole
%{_kde_appsdir}/kconf_update/konsole*
%{_kde_applicationsdir}/konsole.desktop
%{_kde_services}/konsolepart.desktop
%{_kde_services}/ServiceMenus/konsolehere.desktop
%{_kde_services}/ServiceMenus/konsolerun.desktop
%{_kde_servicetypes}/terminalemulator.desktop
%{_kde_docdir}/HTML/en/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: e6186f9
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17015 |14mr|konversation-1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A user friendly IRC Client for KDE
Name:		konversation
Version:	1.5
Release:	2
License:	GPLv2+
Group:		Networking/IRC
Url:		http://konversation.kde.org
Source0:	http://fr2.rpmfind.net/linux/KDE/stable/konversation/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(qca2)
Provides:	kde4-irc-client

%description
Konversation is a graphical Internet Relay Chat client (IRC)
with KDE support.

Features:

* Standard IRC features
* SSL server support
* Bookmarking support
* Easy to use graphical user interface
* Multiple servers and channels in one single window
* DCC file transfer
* Multiple identities for different servers
* Text decorations and colors
* OnScreen Display for notifications
* Automatic UTF-8 detection
* Per channel encoding support
* Theme support for nick icons
* Highly configurable

%files -f %{name}.lang
%doc README
%{_kde_bindir}/*
%{_kde_appsdir}/%{name}
%{_kde_appsdir}/kconf_update/*
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_iconsdir}/*/*/*/*
%{_kde_services}/konvirc.protocol
%{_kde_services}/konvirc6.protocol
%{_kde_services}/konvircs.protocol

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %name --with-html

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-2
+ Revision: 0db88f1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17016 |14mr|kopete-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Internet Messenger
Name:		kopete
Version:	4.13.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/internet/kopete/
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kopete-4.12.4-giflib51.patch
Patch1:		kopete-4.12.4-jsoncpp.patch
BuildRequires:	jpeg-devel
BuildRequires:	jsoncpp-devel
BuildRequires:	kdelibs4-devel
# Useless for now because Kleopatra headers are not installed
BuildRequires:	kdepim4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(libgadu)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libmsn)
BuildRequires:	pkgconfig(libotr)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(linphone)
BuildRequires:	pkgconfig(meanwhile)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(ortp)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(qimageblitz)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)
# Not in Main
#BuildRequires:	srtp-devel

Requires:	akonadi
Requires:	qca2-plugin-openssl-%{_lib}
Requires:	kdepimlibs4-core
Requires:	jasper
Conflicts:	kdenetwork4-devel < 3:4.11.0
Conflicts:	%{_lib}kopete4 < 3:4.11.0
Conflicts:	%{_lib}kopete_otr_shared1 < 3:4.11.0

%description
Kopete is a flexible and extendable multiple protocol instant messaging
system designed as a plugin-based system.

All protocols are plugins and allow modular installment, configuration,
and usage without the main application knowing anything about the plugin
being loaded.

The goal of Kopete is to provide users with a standard and easy to use
interface between all of their instant messaging systems, but at the same
time also providing developers with the ease of writing plugins to support
a new protocol.

The core Kopete development team provides a handful of plugins that most
users can use, in addition to templates for new developers to base a
plugin off of.

%files
%{_kde_bindir}/kopete
%{_kde_bindir}/kopete_latexconvert.sh
%{_kde_bindir}/winpopup-install
%{_kde_bindir}/winpopup-send
%{_kde_appsdir}/kopete
%{_kde_appsdir}/kopete_contactnotes
%{_kde_appsdir}/kopete_groupwise
%{_kde_appsdir}/kopete_history
%{_kde_appsdir}/kopete_history2
%{_kde_appsdir}/kopete_jabber
%{_kde_appsdir}/kopete_latex
%{_kde_appsdir}/kopete_otr
%{_kde_appsdir}/kopete_privacy
%{_kde_appsdir}/kopete_skype
%{_kde_appsdir}/kopete_statistics
%{_kde_appsdir}/kopete_translator
%{_kde_appsdir}/kopete_yahoo
%{_kde_appsdir}/kopete_wlm
%{_kde_appsdir}/kopeterichtexteditpart
%{_kde_appsdir}/kconf_update/kopete-*
%{_kde_libdir}/kde4/kcm_kopete_*
%{_kde_libdir}/kde4/kopete_*
%{_kde_libdir}/libqgroupwise.so
%{_kde_libdir}/kde4/libchattexteditpart.so
%{_kde_applicationsdir}/kopete.desktop
%{_kde_configdir}/kopeterc
%{_kde_datadir}/config.kcfg/historyconfig.kcfg
%{_kde_datadir}/config.kcfg/history2config.kcfg
%{_kde_datadir}/config.kcfg/kopeteappearancesettings.kcfg
%{_kde_datadir}/config.kcfg/kopetebehaviorsettings.kcfg
%{_kde_datadir}/config.kcfg/kopete_otr.kcfg
%{_kde_datadir}/config.kcfg/kopetestatussettings.kcfg
%{_kde_datadir}/config.kcfg/latexconfig.kcfg
%{_kde_datadir}/config.kcfg/nowlisteningconfig.kcfg
%{_kde_datadir}/config.kcfg/webpresenceconfig.kcfg
%{_kde_datadir}/config.kcfg/translatorconfig.kcfg
%{_kde_services}/aim.protocol
%{_kde_services}/chatwindow.desktop
%{_kde_services}/emailwindow.desktop
%{_kde_services}/kconfiguredialog/kopete_*
%{_kde_services}/kopete_*
%{_kde_services}/xmpp.protocol
%{_kde_services}/callto.protocol
%{_kde_services}/skype.protocol
%{_kde_services}/tel.protocol
%{_kde_servicetypes}/kopete*
%{_kde_datadir}/sounds/Kopete_Event.ogg
%{_kde_datadir}/sounds/Kopete_Received.ogg
%{_kde_datadir}/sounds/Kopete_Sent.ogg
%{_kde_datadir}/sounds/Kopete_User_is_Online.ogg
%{_kde_iconsdir}/*/*/actions/account_offline_overlay.*
%{_kde_iconsdir}/*/*/actions/contact_away_overlay.*
%{_kde_iconsdir}/*/*/actions/contact_busy_overlay.*
%{_kde_iconsdir}/*/*/actions/contact_food_overlay.*
%{_kde_iconsdir}/*/*/actions/contact_freeforchat_overlay.*
%{_kde_iconsdir}/*/*/actions/contact_invisible_overlay.*
%{_kde_iconsdir}/*/*/actions/contact_phone_overlay.*
%{_kde_iconsdir}/*/*/actions/contact_xa_overlay.*
%{_kde_iconsdir}/*/*/actions/emoticon.*
%{_kde_iconsdir}/*/*/actions/im-status-message-edit.*
%{_kde_iconsdir}/*/*/actions/mail-encrypt.*
%{_kde_iconsdir}/*/*/actions/metacontact_unknown.*
%{_kde_iconsdir}/*/*/actions/newmessage.*
%{_kde_iconsdir}/*/*/actions/status_unknown_overlay.*
%{_kde_iconsdir}/*/*/actions/status_unknown.*
%{_kde_iconsdir}/*/*/actions/view-user-offline-kopete.*
%{_kde_iconsdir}/*/*/actions/voicecall.*
%{_kde_iconsdir}/*/*/actions/webcamreceive.*
%{_kde_iconsdir}/*/*/actions/webcamsend.*
%{_kde_iconsdir}/*/*/apps/kopete-offline.*
%{_kde_iconsdir}/*/*/apps/kopete.*
%{_kde_iconsdir}/*/*/status/object-locked-finished.*
%{_kde_iconsdir}/*/*/status/object-locked-unverified.*
%{_kde_iconsdir}/*/*/status/object-locked-verified.*
%{_kde_datadir}/config.kcfg/urlpicpreview.kcfg
%{_kde_docdir}/HTML/*/kopete
%{_kde_libdir}/mozilla/plugins/skypebuttons.so
%dir %{_kde_libdir}/kde4/plugins/accessible
%{_kde_libdir}/kde4/plugins/accessible/chatwindowaccessiblewidgetfactory.so
%{_datadir}/dbus-1/interfaces/*.xml
%exclude %{_kde_appsdir}/kopete_latex
%exclude %{_kde_libdir}/kde4/kcm_kopete_latex.*
%exclude %{_kde_libdir}/kde4/kopete_latex.*
%exclude %{_kde_datadir}/kde4/services/kopete_latex.desktop
%exclude %{_kde_datadir}/config.kcfg/latexconfig.kcfg
%exclude %{_kde_bindir}/kopete_latexconvert.sh
%exclude %{_kde_datadir}/kde4/services/kconfiguredialog/kopete_latex_config.desktop
%exclude %{_kde_appsdir}/kopete/icons/oxygen/32x32/apps/latex.png

#----------------------------------------------------------------------------

%package latex
Summary:	Kopete latex plugin for write andd read mesages in latex
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
Requires:	imagemagick

%description latex
Kopete latex plugin for write andd read mesages in latexinder.

%files latex
%{_kde_bindir}/kopete_latexconvert.sh
%{_kde_appsdir}/kopete_latex
%{_kde_appsdir}/kopete/icons/oxygen/32x32/apps/latex.png
%{_kde_libdir}/kde4/kcm_kopete_latex.*
%{_kde_libdir}/kde4/kopete_latex.*
%{_kde_datadir}/config.kcfg/latexconfig.kcfg
%{_kde_services}/kopete_latex.desktop
%{_kde_services}/kconfiguredialog/kopete_latex_config.desktop

#----------------------------------------------------------------------------

%define kopetecontactlist_major 1
%define libkopetecontactlist %mklibname kopetecontactlist %{kopetecontactlist_major}

%package -n %{libkopetecontactlist}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopetecontactlist}
Kopete shared library.

%files -n %{libkopetecontactlist}
%{_kde_libdir}/libkopetecontactlist.so.%{kopetecontactlist_major}*

#----------------------------------------------------------------------------

%define kyahoo_major 1
%define libkyahoo %mklibname kyahoo %{kyahoo_major}

%package -n %{libkyahoo}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkyahoo}
Kopete shared library.

%files -n %{libkyahoo}
%{_kde_libdir}/libkyahoo.so.%{kyahoo_major}*

#----------------------------------------------------------------------------

%define kopete_videodevice_major 4
%define libkopete_videodevice %mklibname kopete_videodevice %{kopete_videodevice_major}

%package -n %{libkopete_videodevice}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopete_videodevice}
Kopete shared library.

%files -n %{libkopete_videodevice}
%{_kde_libdir}/libkopete_videodevice.so.%{kopete_videodevice_major}*

#----------------------------------------------------------------------------

%define kopeteaddaccountwizard_major 1
%define libkopeteaddaccountwizard %mklibname kopeteaddaccountwizard %{kopeteaddaccountwizard_major}

%package -n %{libkopeteaddaccountwizard}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopeteaddaccountwizard}
Kopete shared library.

%files -n %{libkopeteaddaccountwizard}
%{_kde_libdir}/libkopeteaddaccountwizard.so.%{kopeteaddaccountwizard_major}*

#----------------------------------------------------------------------------

%define kopete_major 4
%define libkopete %mklibname kopete %{kopete_major}

%package -n %{libkopete}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopete}
Kopete shared library.

%files -n %{libkopete}
%{_kde_libdir}/libkopete.so.%{kopete_major}*

#----------------------------------------------------------------------------

%define kopeteprivacy_major 1
%define libkopeteprivacy %mklibname kopeteprivacy %{kopeteprivacy_major}

%package -n %{libkopeteprivacy}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopeteprivacy}
Kopete shared library.

%files -n %{libkopeteprivacy}
%{_kde_libdir}/libkopeteprivacy.so.%{kopeteprivacy_major}*

#----------------------------------------------------------------------------

%define kopetechatwindow_shared_major 1
%define libkopetechatwindow_shared %mklibname kopetechatwindow_shared %{kopetechatwindow_shared_major}

%package -n %{libkopetechatwindow_shared}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopetechatwindow_shared}
Kopete shared library.

%files -n %{libkopetechatwindow_shared}
%{_kde_libdir}/libkopetechatwindow_shared.so.%{kopetechatwindow_shared_major}*

#----------------------------------------------------------------------------

%define kopete_otr_shared_major 1
%define libkopete_otr_shared %mklibname kopete_otr_shared %{kopete_otr_shared_major}

%package -n %{libkopete_otr_shared}
Summary:	Kopete shared library
Group:		System/Libraries
Conflicts:	kopete-otr < 0.8

%description -n %{libkopete_otr_shared}
Kopete shared library.

%files -n %{libkopete_otr_shared}
%{_kde_libdir}/libkopete_otr_shared.so.%{kopete_otr_shared_major}*

#----------------------------------------------------------------------------

%define kopetestatusmenu_major 1
%define libkopetestatusmenu %mklibname kopetestatusmenu %{kopetestatusmenu_major}

%package -n %{libkopetestatusmenu}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopetestatusmenu}
Kopete shared library.

%files -n %{libkopetestatusmenu}
%{_kde_libdir}/libkopetestatusmenu.so.%{kopetestatusmenu_major}*

#----------------------------------------------------------------------------

%define kopete_oscar_major 4
%define libkopete_oscar %mklibname kopete_oscar %{kopete_oscar_major}

%package -n %{libkopete_oscar}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopete_oscar}
Kopete shared library.

%files -n %{libkopete_oscar}
%{_kde_libdir}/libkopete_oscar.so.%{kopete_oscar_major}*

#----------------------------------------------------------------------------

%define oscar_major 1
%define liboscar %mklibname oscar %{oscar_major}

%package -n %{liboscar}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{liboscar}
Kopete shared library.

%files -n %{liboscar}
%{_kde_libdir}/liboscar.so.%{oscar_major}*

#----------------------------------------------------------------------------

%define kopeteidentity_major 1
%define libkopeteidentity %mklibname kopeteidentity %{kopeteidentity_major}

%package -n %{libkopeteidentity}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopeteidentity}
Kopete shared library.

%files -n %{libkopeteidentity}
%{_kde_libdir}/libkopeteidentity.so.%{kopeteidentity_major}*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Kopete
Group:		Development/KDE and Qt
Requires:	%{libkopetecontactlist} = %{EVRD}
Requires:	%{libkyahoo} = %{EVRD}
Requires:	%{libkopete_videodevice} = %{EVRD}
Requires:	%{libkopeteaddaccountwizard} = %{EVRD}
Requires:	%{libkopete} = %{EVRD}
Requires:	%{libkopeteprivacy} = %{EVRD}
Requires:	%{libkopetechatwindow_shared} = %{EVRD}
Requires:	%{libkopete_oscar} = %{EVRD}
Requires:	%{liboscar} = %{EVRD}
Requires:	%{libkopete_otr_shared} = %{EVRD}
Requires:	%{libkopeteidentity} = %{EVRD}
Requires:	%{libkopetestatusmenu} = %{EVRD}
Conflicts:	kdenetwork4-devel < 3:4.11.0

%description devel
This package contains header files needed if you want to build applications
based on Kopete.

%files devel
%{_kde_libdir}/*.so
%exclude %{_kde_libdir}/libqgroupwise.so
%{_kde_includedir}/kopete

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4 -DWITH_GOOGLETALK=OFF
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 873cf7c
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17017 |14mr|korundum-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE4 bindings for Ruby
Name:		korundum
Version:	4.13.3
Release:	1
Epoch:		1
License:	GPLv2+ and LGPLv2.1+
Group:		Development/KDE and Qt
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	ruby-qt4-devel >= 1:%{version}
BuildRequires:	smokekde-devel >= 1:%{version}
BuildRequires:	pkgconfig(akonadi)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
Requires:	ruby-qt4 >= 1:%{version}
Obsoletes:	ruby-kde4 < 1:4.6.90
Provides:	ruby-kde4 = %{EVRD}
Provides:	kderuby = %{EVRD}

%description
A KDE4 bindings for Ruby language.

%files
%{_kde_bindir}/krubyapplication
%{_kde_libdir}/kde4/krubypluginfactory.so
%{ruby_sitearchdir}/akonadi.so
%{ruby_sitearchdir}/khtml.so
%{ruby_sitearchdir}/kio.so
%{ruby_sitearchdir}/korundum4.so
%{ruby_sitearchdir}/ktexteditor.so
%{ruby_sitearchdir}/solid.so
%{ruby_sitearchdir}/soprano.so
%{ruby_sitearchdir}/nepomuk.so
%{ruby_sitearchdir}/plasma_applet.so
%{ruby_sitearchdir}/okular.so
%{ruby_sitearchdir}/kate.so
%{ruby_sitelibdir}/KDE
%{ruby_sitelibdir}/akonadi
%{ruby_sitelibdir}/khtml
%{ruby_sitelibdir}/ktexteditor
%{ruby_sitelibdir}/soprano
%{ruby_sitelibdir}/nepomuk
%{ruby_sitelibdir}/solid
%{ruby_sitelibdir}/okular
%{ruby_sitelibdir}/kio
%{_kde_appsdir}/plasma_applet_ruby_clock
%{_kde_appsdir}/plasma_ruby_digital_clock
%{_kde_services}/*.desktop

#------------------------------------------------------------------------------

%package devel
Summary:	Tools for ruby-kde4
Group:		Development/KDE and Qt
Requires:	ruby-qt4-devel >= %{epoch}:%{version}
Requires:	%{name} = %{EVRD}
Obsoletes:	ruby-kde4-devel < 1:4.6.90
Provides:	ruby-kde4-devel = %{EVRD}

%description devel
ruby-kde4 devel files.

%files devel
%{_kde_bindir}/rbkconfig_compiler4
%{_kde_datadir}/applications/kde4/dbpedia_references.desktop
%{_kde_appsdir}/dbpedia_references

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 6548cf4
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17018 |14mr|kover-6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kover
Summary:        WYSIWYG CD cover printer with CDDB support
Version:        6
Release:        1
Source:         http://lisas.de/kover/%{name}-%{version}.tar.bz2
URL:            http://lisas.de/kover
Group:          Archiving/Other
License:	GPLv2+
BuildRequires:	kdelibs4-devel
BuildRequires:	libcdio-devel
BuildRequires:	libcddb-devel
BuildRequires:  desktop-file-utils
BuildRequires:  cmake
BuildRequires:  gettext

%description
Kover is an easy to use WYSIWYG CD cover printer with CDDB support.

%files -f %{name}.lang
%doc AUTHORS README COPYING NEWS THANKS ChangeLog
%{_datadir}/apps/kover/koverui.rc
%{_datadir}/icons/kover*
%{_iconsdir}/*/*/*/*
%{_datadir}/mime/packages/*
%{_mandir}/man1/*
%{_datadir}/applications/*
%attr(755,root,root)%{_bindir}/kover

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4 
%make

%install
%makeinstall_std -C build
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
  --delete-original \
  --dir %{buildroot}%{_datadir}/applications \
  --add-category Utility \
  --add-category AudioVideo \
  %{buildroot}%{_datadir}/applications/kde4/%{name}.desktop

install -p -D %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png \
	%{buildroot}%{_datadir}/icons/hicolor/48x48/mimetypes/application-x-%{name}.png

%find_lang %{name}
%changelog
* Thu Jul 10 2014 abfonly <abfonly@gmail.com> 6-1
+ Revision: 4f51488
- Merge pull request #1 from abfonly/kover:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17019 |14mr|kpat-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kpat
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Several patience card games
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/kpatience/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Requires:	libkdegames-common
Conflicts:	kdegames4-devel < 1:4.5.71-0.svn1184269.2
Conflicts:	kdegames4-core < 1:4.9.80

%description -n kpat
KPatience is a relaxing card sorting game. To win the game a player has to
arrange a single deck of cards in certain order amongst each other.

%files -n kpat
%{_kde_bindir}/kpat
%{_kde_libdir}/libkcardgame.so
%{_kde_applicationsdir}/kpat.desktop
%{_kde_appsdir}/kpat
%{_kde_datadir}/config.kcfg/kpat.kcfg
%{_kde_configdir}/kpat.knsrc
%{_kde_configdir}/kcardtheme.knsrc
%{_kde_docdir}/*/*/kpat
%{_kde_iconsdir}/hicolor/*/apps/kpat.png
%{_datadir}/mime/packages/kpatience.xml

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 7000149
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17020 |14mr|kphotoalbum-4.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	K Image Database
Name:		kphotoalbum
Version:	4.5
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kphotoalbum.org
Source0:	http://www.kphotoalbum.org/data/download/%{name}-%{version}.tar.xz
Source1:	ru.tar.gz
BuildRequires:	marble-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libkexiv2)
BuildRequires:	pkgconfig(libkdcraw)
BuildRequires:	pkgconfig(libkipi)
Suggests:	kipi-plugins-acquireimages
Suggests:	kipi-plugins-advancedslideshow
Suggests:	kipi-plugins-batchprocess
Suggests:	kipi-plugins-calendar
Suggests:	kipi-plugins-debianscreenshot
Suggests:	kipi-plugins-dlna
Suggests:	kipi-plugins-dngconverter
Suggests:	kipi-plugins-dropbox
Suggests:	kipi-plugins-facebook
Suggests:	kipi-plugins-flashexport
Suggests:	kipi-plugins-flickr
Suggests:	kipi-plugins-galleryexport
Suggests:	kipi-plugins-googledrive
Suggests:	kipi-plugins-gpssync
Suggests:	kipi-plugins-htmlexport
Suggests:	kipi-plugins-imageshack
Suggests:	kipi-plugins-imageviewer
Suggests:	kipi-plugins-imgurexport
Suggests:	kipi-plugins-ipodexport
Suggests:	kipi-plugins-jalbumexport
Suggests:	kipi-plugins-jpeglossless
Suggests:	kipi-plugins-kioexportimport
Suggests:	kipi-plugins-kmlexport
Suggests:	kipi-plugins-metadataedit
Suggests:	kipi-plugins-picasa
Suggests:	kipi-plugins-piwigoexport
Suggests:	kipi-plugins-printimages
Suggests:	kipi-plugins-rajceexport
Suggests:	kipi-plugins-rawconverter
Suggests:	kipi-plugins-removeredeyes
Suggests:	kipi-plugins-sendimages
Suggests:	kipi-plugins-shwup
Suggests:	kipi-plugins-shwup
Suggests:	kipi-plugins-timeadjust
Suggests:	kipi-plugins-videoslideshow
Suggests:	kipi-plugins-vkontakte
Suggests:	kipi-plugins-wikimedia
Suggests:	kipi-plugins-yandexfotki

%description
Image database for KDE4.

%files -f %{name}.lang
%{_kde_bindir}/kphotoalbum
%{_kde_bindir}/kpa-backup.sh
%{_kde_bindir}/open-raw.pl
%{_kde_applicationsdir}/*.desktop
%{_kde_appsdir}/kphotoalbum
%{_kde_datadir}/config/kphotoalbumrc
%{_kde_iconsdir}/hicolor/*/*/*

#------------------------------------------------

%prep
%setup -q

pushd po
tar -xvzf %{SOURCE1}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html

%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.5-2
+ Revision: 3631cc3
- Update Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17021 |14mr|kppp-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE tool to setup PPP (Point-to-Point Protocol) connections
Name:		kppp
Version:	4.13.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Source10:	%{name}.rpmlintrc
BuildRequires:	kdelibs4-devel
Requires:	ppp
Requires:	%{name}-provider = %{EVRD}
Conflicts:	kdenetwork4-devel < 3:4.11.0

%description
KPPP is used to setup PPP (Point-to-Point Protocol) connections. This is most
useful for connecting with a cell phone "modem" card these days. It is also use
to configure real modem connections.

%files
%{_kde_appsdir}/kppp
%{_kde_bindir}/kppp
%{_kde_bindir}/kppplogview
%{_kde_applicationsdir}/Kppp.desktop
%{_kde_applicationsdir}/kppplogview.desktop
%{_kde_docdir}/HTML/*/kppp
%{_kde_iconsdir}/*/*/apps/kppp.*
%{_datadir}/dbus-1/interfaces/org.kde.kppp.xml
%exclude %{_kde_appsdir}/kppp/Rules
%exclude %{_kde_appsdir}/kppp/Provider

#-----------------------------------------------------------

%package provider
Summary:	List of providers for KPPP
Group:		Graphical desktop/KDE

%description provider
List of providers for KPPP.

%files provider
%{_kde_appsdir}/kppp/Rules
%{_kde_appsdir}/kppp/Provider

#-------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 0d00ab1
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17022 |14mr|kqtquickcharts-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qt Quick plugin to render beautiful and interactive charts
Name:		kqtquickcharts
Version:	4.13.3
Release:	1
License:	LGPLv2.1+
Group:		Development/KDE and Qt
Url:		http://edu.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
Qt Quick plugin to render beautiful and interactive charts.

%files
%doc COPYING AUTHORS
%dir %{_kde_libdir}/kde4/imports/org/kde/charts
%{_kde_libdir}/kde4/imports/org/kde/charts/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 40148da
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17023 |14mr|krb5-1.12.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	crosscompile
%if %{with crosscompile}
%define bootstrap 1
%else
%define bootstrap 0
%endif
%define oname mit-krb5

%{?_without_bootstrap: %global bootstrap 0}
%{?_with_bootstrap: %global bootstrap 1}

%define	major 3
%define	libname	%mklibname %{name}_ %{major}
%define	libk5crypto	%mklibname k5crypto %{major}

%define	support_major 0
%define	libnamesupport	%mklibname %{name}support %{support_major}

%define rad_major 0
%define libnamerad %mklibname krad %{rad_major}

%define	mit_major 9
%define	libkadm5clnt_mit	%mklibname kadm5clnt_mit %{mit_major}
%define	libkadm5srv_mit	%mklibname kadm5srv_mit %{mit_major}

%define	gssapi_major 2
%define	libgssapi_krb5	%mklibname gssapi_%{name}_ %{gssapi_major}

%define	gssrpc_major 4
%define	libgssrpc	%mklibname gssrpc %{gssrpc_major}

%define	kdb5_major 7
%define	libkdb5	%mklibname kdb5_ %{kdb5_major}

%define	ldap_major 1
%define	libkdb_ldap	%mklibname kdb_ldap %{ldap_major}

%define devname	%mklibname -d %{name}
# enable checking after compile
%define enable_check 0
%{?_with_check: %global %enable_check 1}

%bcond_with	selinux

Summary:	The Kerberos network authentication system
Name:		krb5
Version:	1.12.1
Release:	7
License:	MIT
Url:		http://web.mit.edu/kerberos/www/
Group:		System/Libraries
# from http://web.mit.edu/kerberos/dist/krb5/1.9/krb5-1.9.2-signed.tar
Source0:	krb5-%{version}.tar.gz
Source1:	krb5-%{version}.tar.gz.asc
Source2:	kprop.service
Source4:	kadmin.service
Source5:	krb5kdc.service
Source6:	krb5.conf
Source10:	kdc.conf
Source11:	kadm5.acl
Source19:	krb5kdc.sysconfig
Source20:	kadmin.sysconfig
# The same source files we "check", generated with "krb5-tex-pdf.sh create"
# and tarred up.
Source23:	krb5-1.10.3-pdf.tar.xz
Source24:	krb5-tex-pdf.sh
Source25:	krb5-1.10-manpaths.txt
Source29:	ksu.pamd
Source30:	kerberos-iv.portreserve
Source31:	kerberos-adm.portreserve
Source32:	krb5_prop.portreserve
Source33:	krb5kdc.logrotate
Source34:	kadmind.logrotate
Source35:	kdb_check_weak.c
Source40:	%{name}.rpmlintrc

Patch5:		krb5-1.10-ksu-access.patch
Patch6:		krb5-1.12-ksu-path.patch
Patch12:	krb5-1.12-ktany.patch
Patch16:	krb5-1.12-buildconf.patch
Patch23:	krb5-1.3.1-dns.patch
Patch29:	krb5-1.10-kprop-mktemp.patch
Patch30:	krb5-1.3.4-send-pr-tempfile.patch
Patch39:	krb5-1.12-api.patch
Patch56:	krb5-1.10-doublelog.patch
Patch59:	krb5-1.10-kpasswd_tcp.patch
Patch60:	krb5-1.12-pam.patch
Patch63:	krb5-1.10.2-selinux-label.patch
Patch71:	krb5-1.11-dirsrv-accountlock.patch
Patch75:	krb5-pkinit-debug.patch
Patch86:	krb5-1.9-debuginfo.patch
Patch105:	krb5-kvno-230379.patch
Patch107:	krb5-aarch64.patch

BuildRequires:	bison
%if %{enable_check}
BuildRequires:	dejagnu
%endif
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	python-sphinx
BuildRequires:	systemd-units
BuildRequires:	texlive-scheme-full
BuildRequires:	keyutils-devel
%if !%{bootstrap}
BuildRequires:	openldap-devel
%endif
BuildRequires:	pam-devel
%if %{with selinux}
BuildRequires:	selinux-devel
%endif
BuildRequires:	pkgconfig(com_err)
BuildRequires:	pkgconfig(libverto)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)

%description
Kerberos V5 is a trusted-third-party network authentication system,
which can improve your network's security by eliminating the insecure
practice of cleartext passwords.

%files
%doc README
%config(noreplace) %{_sysconfdir}/krb5.conf
%dir %{_sysconfdir}/kerberos
%dir %{_libdir}/krb5
%dir %{_libdir}/krb5/plugins
%dir %{_libdir}/krb5/plugins/kdb
%dir %{_libdir}/krb5/plugins/preauth
%dir %{_libdir}/krb5/plugins/authdata
#{_libdir}/krb5/plugins/*
#%{_libdir}/krb5/plugins/preauth/encrypted_challenge.so
%{_libdir}/krb5/plugins/preauth/otp.so
%{_libdir}/krb5/plugins/kdb/db2.so 
%{_datadir}/locale/en_US/LC_MESSAGES/mit-krb5.mo

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The shared library used by Kerberos 5
Group:		System/Libraries
Requires:	%{name} >= %{EVRD}
%rename	krb5-libs

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libkrb5.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgssapi_krb5}
Summary:	The shared library used by Kerberos 5 - gssapi_krb5
Group:		System/Libraries

%description -n %{libgssapi_krb5}
This package contains the shared library gssrpc for %{name}.

%files -n %{libgssapi_krb5}
%{_libdir}/libgssapi_krb5.so.%{gssapi_major}*

#----------------------------------------------------------------------------

%package -n %{libgssrpc}
Summary:	The shared library used by Kerberos 5 - gssrpc
Group:		System/Libraries

%description -n %{libgssrpc}
This package contains the shared library gssrpc for %{name}.

%files -n %{libgssrpc}
%{_libdir}/libgssrpc.so.%{gssrpc_major}*

#----------------------------------------------------------------------------

%package -n %{libk5crypto}
Summary:	The shared library used by Kerberos 5 - k5crypto
Group:		System/Libraries

%description -n %{libk5crypto}
This package contains the shared library k5crypto for %{name}.

%files -n %{libk5crypto}
%{_libdir}/libk5crypto.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamesupport}
Summary:	The shared library used by Kerberos 5 - krb5support
Group:		System/Libraries

%description -n %{libnamesupport}
This package contains the shared library krb5support for %{name}.

%files -n %{libnamesupport}
%{_libdir}/libkrb5support.so.%{support_major}*

#----------------------------------------------------------------------------

%package -n %{libnamerad}
Summary:	The shared library used by Kerberos 5 - krad
Group:		System/Libraries

%description -n %{libnamerad}
This package contains the shared library krad for %{name}.

%files -n %{libnamerad}
%{_libdir}/libkrad.so.%{rad_major}*

#----------------------------------------------------------------------------

%package -n %{libkadm5clnt_mit}
Summary:	The shared library used by Kerberos 5 - kadm5clnt_mit
Group:		System/Libraries
Obsoletes:	%{_lib}kadm5clnt_mit8 < 1.12.1

%description -n %{libkadm5clnt_mit}
This package contains the shared library kadm5clnt_mit for %{name}.

%files -n %{libkadm5clnt_mit}
%{_libdir}/libkadm5clnt_mit.so.%{mit_major}*

#----------------------------------------------------------------------------

%package -n %{libkadm5srv_mit}
Summary:	The shared library used by Kerberos 5 - kadm5srv_mit
Group:		System/Libraries
Obsoletes:	%{_lib}kadm5srv_mit8 < 1.12.1

%description -n %{libkadm5srv_mit}
This package contains the shared library kadm5srv_mit for %{name}.

%files -n %{libkadm5srv_mit}
%{_libdir}/libkadm5srv_mit.so.%{mit_major}*

#----------------------------------------------------------------------------

%package -n %{libkdb5}
Summary:	The shared library used by Kerberos 5 - kdb5
Group:		System/Libraries
Obsoletes:	%{_lib}kdb5_6 < 1.12.1

%description -n %{libkdb5}
This package contains the shared library kdb5 for %{name}.

%files -n %{libkdb5}
%{_libdir}/libkdb5.so.%{kdb5_major}*

#----------------------------------------------------------------------------

%package -n %{libkdb_ldap}
Summary:	The shared library used by Kerberos 5 - kdb_ldap
Group:		System/Libraries

%description -n %{libkdb_ldap}
This package contains the shared library kdb_ldap for %{name}.

%if !%{bootstrap}
%files -n %{libkdb_ldap}
%{_libdir}/libkdb_ldap.so.%{ldap_major}*
%endif

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files needed for compiling Kerberos 5 programs
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libgssapi_krb5} = %{EVRD}
Requires:	%{libgssrpc} = %{EVRD}
Requires:	%{libnamesupport} = %{EVRD}
Requires:	%{libkadm5clnt_mit} = %{EVRD}
Requires:	%{libkadm5srv_mit} = %{EVRD}
Requires:	%{libkdb5} = %{EVRD}
Requires:	%{libnamerad} = %{EVRD}
%if !%{bootstrap}
Requires:	%{libkdb_ldap} = %{EVRD}
%endif
Provides:	krb5-devel = %{EVRD}

%description -n %{devname}
Kerberos is a network authentication system.  The krb5-devel package
contains the header files and libraries needed for compiling Kerberos
5 programs. If you want to develop Kerberos-aware programs, you'll
need to install this package.

%files -n %{devname}
%doc build-pdf/appdev.pdf build-pdf/plugindev.pdf
%doc doc/krb5-protocol
%{_includedir}/*.h
%{_includedir}/gssapi
%{_includedir}/gssrpc
%{_includedir}/kadm5
%{_includedir}/krb5
%dir %{multiarch_includedir}/gssapi
%{multiarch_includedir}/gssapi/gssapi.h
%dir %{multiarch_includedir}/gssrpc
%{multiarch_includedir}/gssrpc/types.h
%{multiarch_includedir}/krb5.h
%{_bindir}/krb5-config
%{multiarch_bindir}/krb5-config
%{_libdir}/libgssapi_krb5.so
%{_libdir}/libgssrpc.so
%{_libdir}/libk5crypto.so
%{_libdir}/libkadm5clnt.so
%{_libdir}/libkadm5clnt_mit.so
%{_libdir}/libkadm5srv.so
%{_libdir}/libkadm5srv_mit.so
%{_libdir}/libkdb5.so
%{_libdir}/libkrb5.so
%{_libdir}/libkrb5support.so
%{_libdir}/libkrad.so
%if !%{bootstrap}
%{_libdir}/libkdb_ldap.so
%endif
%{_mandir}/man1/krb5-config.1*
%{_libdir}/pkgconfig/*

# Protocol test clients
%{_bindir}/sim_client
%{_bindir}/gss-client
%{_bindir}/uuclient

# Protocol test servers
%{_sbindir}/gss-server
%{_sbindir}/uuserver

#----------------------------------------------------------------------------

%package server
Summary:	The server programs for Kerberos 5
Group:		System/Servers
Requires(post,preun): rpm-helper
Requires(post,preun,postun): systemd-units
# we drop files in its directory, but we don't want to own that directory
Requires:	logrotate
# mktemp is used by krb5-send-pr
Requires:	mktemp
# portreserve is used by init scripts for kadmind, kpropd, and krb5kdc
Requires:	portreserve

%description server
Kerberos is a network authentication system.  The krb5-server package
contains the programs that must be installed on a Kerberos 5 server.
If you're installing a Kerberos 5 server, you need to install this
package (in other words, most people should NOT install this
package).

%files server
%doc build-pdf/admin.pdf build-pdf/build.pdf
%{_unitdir}/krb5kdc.service
%{_unitdir}/kadmin.service
%{_unitdir}/kprop.service
%config(noreplace) %{_sysconfdir}/sysconfig/krb5kdc
%config(noreplace) %{_sysconfdir}/sysconfig/kadmin
%config(noreplace) %{_sysconfdir}/portreserve/kerberos-iv
%config(noreplace) %{_sysconfdir}/portreserve/kerberos-adm
%config(noreplace) %{_sysconfdir}/portreserve/krb5_prop
%config(noreplace) %{_sysconfdir}/logrotate.d/krb5kdc
%config(noreplace) %{_sysconfdir}/logrotate.d/kadmind
%dir /var/log/kerberos
%dir %{_sysconfdir}/kerberos/krb5kdc
%config(noreplace) %{_sysconfdir}/kerberos/krb5kdc/kdc.conf
%config(noreplace) %{_sysconfdir}/kerberos/krb5kdc/kadm5.acl
%{_mandir}/man5/kadm5.acl.5*
%{_mandir}/man5/kdc.conf.5*
%{_sbindir}/kadmin.local
%{_mandir}/man8/kadmin.local.8*
%{_sbindir}/kadmind
%{_mandir}/man8/kadmind.8*
%{_sbindir}/kdb5_util
%{_mandir}/man8/kdb5_util.8*
%{_sbindir}/kprop
%{_mandir}/man8/kprop.8*
%{_sbindir}/kpropd
%{_mandir}/man8/kpropd.8*
%{_sbindir}/kproplog
%{_mandir}/man8/kproplog.8*
%{_sbindir}/krb5kdc
%{_mandir}/man8/krb5kdc.8*
%{_sbindir}/sim_server
%{_bindir}/sclient
%{_mandir}/man1/sclient.1*
%{_sbindir}/sserver
%{_mandir}/man8/sserver.8*

%post server
if [ $1 -eq 1 ] ; then 
    # Initial installation 
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
exit 0

%preun server
if [ "$1" -eq "0" ] ; then
    /bin/systemctl --no-reload disable krb5kdc.service > /dev/null 2>&1 || :
    /bin/systemctl --no-reload disable kadmin.service > /dev/null 2>&1 || :
    /bin/systemctl --no-reload disable kprop.service > /dev/null 2>&1 || :
    /bin/systemctl stop krb5kdc.service > /dev/null 2>&1 || :
    /bin/systemctl stop kadmin.service > /dev/null 2>&1 || :
    /bin/systemctl stop kprop.service > /dev/null 2>&1 || :
fi
exit 0

%postun server
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart krb5kdc.service >/dev/null 2>&1 || :
    /bin/systemctl try-restart kadmin.service >/dev/null 2>&1 || :
    /bin/systemctl try-restart kprop.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package server-ldap
Summary:	The LDAP storage plugin for the Kerberos 5 KDC
Group:		System/Servers
Requires:	%{name}-server = %{EVRD}

%description server-ldap
Kerberos is a network authentication system. The krb5-server package
contains the programs that must be installed on a Kerberos 5 key
distribution center (KDC). If you are installing a Kerberos 5 KDC,
and you wish to use a directory server to store the data for your
realm, you need to install this package. 

%files server-ldap
%doc src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif
%doc src/plugins/kdb/ldap/libkdb_ldap/kerberos.schema
%if !%{bootstrap}
%{_libdir}/krb5/plugins/kdb/kldap.so
%{_sbindir}/kdb5_ldap_util
%{_mandir}/man8/kdb5_ldap_util.8*
%endif

#----------------------------------------------------------------------------

%package workstation
Summary:	Kerberos 5 programs for use on workstations
Group:		System/Base
Requires(post):	rpm-helper
Requires(preun):rpm-helper
Provides:	kerberos-workstation

%description workstation
Kerberos is a network authentication system.  The krb5-workstation
package contains the basic Kerberos programs (kinit, klist, kdestroy,
kpasswd). If your network uses Kerberos, this package should be installed
on every workstation.

%files workstation
%doc src/config-files/services.append
%doc build-html/*
%doc build-pdf/user.pdf build-pdf/basic.pdf
%attr(0755,root,root) %doc src/config-files/convert-config-files
%{_mandir}/man5/krb5.conf.5*
%{_bindir}/kdestroy
%{_bindir}/kswitch
%{_mandir}/man1/kdestroy.1*
%{_mandir}/man1/kswitch.1*
%{_bindir}/kinit
%{_mandir}/man5/.k5identity.5*
%{_mandir}/man5/.k5login.5*
%{_mandir}/man1/kinit.1*
%{_bindir}/klist
%{_mandir}/man1/klist.1*
%{_bindir}/kpasswd
%{_mandir}/man1/kpasswd.1*
%{_bindir}/kvno
%{_mandir}/man1/kvno.1*
%{_bindir}/kadmin
%{_mandir}/man1/kadmin.1*
%{_bindir}/k5srvutil
%{_mandir}/man1/k5srvutil.1*
%{_bindir}/ktutil
%{_mandir}/man1/ktutil.1*
%{_mandir}/man5/k5identity.5.*
%{_mandir}/man5/k5login.5.*
%attr(4755,root,root) %{_bindir}/ksu
%{_mandir}/man1/ksu.1*
%config(noreplace) /etc/pam.d/ksu
# Problem-reporting tool
%{_datadir}/gnats
%{_sbindir}/krb5-send-pr
%{_mandir}/man1/krb5-send-pr.1*

#----------------------------------------------------------------------------

%package pkinit-openssl
Summary:	The PKINIT module for Kerberos 5
Group:		System/Libraries

%description pkinit-openssl
Kerberos is a network authentication system. The krb5-pkinit-openssl
package contains the PKINIT plugin, which uses OpenSSL to allow clients
to obtain initial credentials from a KDC using a private key and a
certificate.

%files pkinit-openssl
%{_libdir}/krb5/plugins/preauth/pkinit.so

#----------------------------------------------------------------------------

%prep
%setup -q -a 23 -n krb5-%{version}
ln -s NOTICE LICENSE

%patch60 -p1 -b .pam

%if %{with selinux}
%patch63 -p1 -b .selinux-label
%endif

%patch5  -p1 -b .ksu-access
%patch6  -p1 -b .ksu-path
%patch12 -p1 -b .ktany
%patch16 -p1 -b .buildconf
%patch23 -p1 -b .dns
%patch29 -p1 -b .kprop-mktemp
%patch30 -p1 -b .send-pr-tempfile
%patch39 -p1 -b .api
%patch56 -p1 -b .doublelog
%patch59 -p1 -b .kpasswd_tcp
%patch71 -p1 -b .dirsrv-accountlock
#%patch75 -p1 -b .pkinit-debug
%patch86 -p0 -b .debuginfo
%patch105 -p1 -b .kvno
#%patch107 -p1 -b .aarch64

# Take the execute bit off of documentation.
chmod -x doc/krb5-protocol/*.txt 

sed -i s,^attributetype:,attributetypes:,g \
    src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif 


%build
pushd src
    autoreconf -fi
popd
%if %{with crosscompile}
export krb5_cv_attr_constructor_destructor=yes
export ac_cv_func_regcomp=yes
export ac_cv_printf_positional=yes
export ac_cv_file__etc_environment=no
export ac_cv_file__etc_TIMEZONE=no
sed -i "406d" src/include/k5-platform.h
%endif

%serverbuild
# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's|-fPIE||g'`

pushd src
# Work out the CFLAGS and CPPFLAGS which we intend to use.
INCLUDES=-I%{_includedir}/et
CFLAGS="`echo $RPM_OPT_FLAGS $DEFINES $INCLUDES -fPIC`"
CPPFLAGS="`echo $DEFINES $INCLUDES`" 

%configure2_5x \
	CC="%{__cc}" \
	CFLAGS="$CFLAGS" \
	CPPFLAGS="$CPPFLAGS" \
	--enable-shared \
	--localstatedir=%{_sysconfdir}/kerberos \
	--enable-dns-for-realm \
	--enable-pkinit \
	--with-system-verto \
	--without-tcl \
	--with-system-et \
	--with-system-ss \
	--disable-static \
	--disable-rpath \
%if !%{bootstrap}
	--with-ldap \
%endif
	--with-pam

	#--with-netlib=-lresolv

%make
popd

# Build the docs.
make -C src/doc paths.py version.py
cp src/doc/paths.py doc/
mkdir -p build-man build-html build-pdf
sphinx-build -a -b man   -t pathsubs doc build-man
sphinx-build -a -b html  -t pathsubs doc build-html
rm -fr build-html/_sources
sphinx-build -a -b latex -t pathsubs doc build-pdf
make -C build-pdf


%check
# Run the test suite.  Won't run in the build system because /dev/pts is
# not available for telnet tests and so on.
# make check TMPDIR=%{_tmppath}

%install

# Sample KDC config files (bundled kdc.conf and kadm5.acl).
install -d %{buildroot}%{_sysconfdir}/kerberos/krb5kdc
install -m0644 %{SOURCE10} %{buildroot}%{_sysconfdir}/kerberos/krb5kdc/kdc.conf
install -m0600 %{SOURCE11} %{buildroot}%{_sysconfdir}/kerberos/krb5kdc/kadm5.acl

# Default configuration file for everything.
install -d %{buildroot}%{_sysconfdir}
install -m0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/krb5.conf

# Server init scripts (krb5kdc,kadmind,kpropd) and their sysconfig files.
install -d %{buildroot}%{_unitdir}
for init in \
    %{SOURCE5} \
    %{SOURCE4} \
    %{SOURCE2} ; do
    install -m0644 ${init} %{buildroot}%{_unitdir}
done

install -d %{buildroot}%{_sysconfdir}/sysconfig
for sysconfig in \
    %{SOURCE19} \
    %{SOURCE20} ; do
    install -m0644 ${sysconfig} \
    %{buildroot}%{_sysconfdir}/sysconfig/`basename ${sysconfig} .sysconfig`
done

# portreserve configuration files.
install -d %{buildroot}%{_sysconfdir}/portreserve
for portreserve in \
    %{SOURCE30} \
    %{SOURCE31} \
    %{SOURCE32} ; do
    install -m0644 ${portreserve} \
    %{buildroot}/%{_sysconfdir}/portreserve/`basename ${portreserve} .portreserve`
done

# logrotate configuration files
install -d %{buildroot}%{_sysconfdir}/logrotate.d
for logrotate in \
    %{SOURCE33} \
    %{SOURCE34} ; do
    install -m0644 ${logrotate} \
    %{buildroot}%{_sysconfdir}/logrotate.d/`basename ${logrotate} .logrotate`
done

# PAM configuration files.
install -d %{buildroot}%{_sysconfdir}/pam.d/
for pam in \
    %{SOURCE29} ; do
    install -m0644 ${pam} \
    %{buildroot}/%{_sysconfdir}/pam.d/`basename ${pam} .pamd`
done

# Plug-in directories.
install -d %{buildroot}%{_libdir}/krb5/plugins/preauth
install -d %{buildroot}%{_libdir}/krb5/plugins/kdb
install -d %{buildroot}%{_libdir}/krb5/plugins/authdata

# The rest of the binaries, headers, libraries, and docs.
make -C src \
    DESTDIR=%{buildroot} \
    EXAMPLEDIR=%{_docdir}/%{devname}/examples\
    install

# logdir
install -d %{buildroot}/var/log/kerberos

# clear the LDFLAGS
perl -pi -e "s|^LDFLAGS.*|LDFLAGS=''|g" %{buildroot}%{_bindir}/krb5-config


# multiarch policy
%multiarch_binaries %{buildroot}%{_bindir}/krb5-config

%multiarch_includes %{buildroot}%{_includedir}/gssapi/gssapi.h

# (gb) this one could be fixed differently and properly using <stdint.h>

%multiarch_includes %{buildroot}%{_includedir}/gssrpc/types.h

%multiarch_includes %{buildroot}%{_includedir}/krb5.h

# Install processed man pages.
for section in 1 5 8; do
	install -m 644 build-man/*.$section %{buildroot}%{_mandir}/man$section/
done


%changelog
* Tue Jul 22 2014 abondrov <andrey.bondrov@rosalab.ru> 1.12.1-7
+ Revision: a070941
- Adjust Obsoletes, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17024 |14mr|krb5-appl-1.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# For consistency with regular login.
%global login_pam_service remote

Summary:	Kerberos-aware versions of telnet, ftp, rsh, and rlogin
Name:		krb5-appl
Version:	1.0.3
Release:	7
License:	MIT
Url:		http://web.mit.edu/kerberos/www/
Group:		System/Servers
# Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5-appl/1.0/krb5-appl-1.0-signed.tar
Source0:	krb5-appl-%{version}.tar.gz
Source1:	krb5-appl-%{version}.tar.gz.asc
Source12:	krsh
Source13:	krlogin
Source14:	eklogin.xinetd
Source15:	klogin.xinetd
Source16:	kshell.xinetd
Source17:	krb5-telnet.xinetd
Source18:	gssftp.xinetd
Source22:	ekrb5-telnet.xinetd
Source125:	krb5-appl-1.0-manpaths.txt
Source26:	gssftp.pamd
Source27:	kshell.pamd
Source28:	ekshell.pamd
Patch0:		krb5-appl-1.0-fix-format-errors.patch
Patch3:		krb5-1.3-netkit-rsh.patch
Patch4:		krb5-appl-1.0-rlogind-environ.patch
Patch11:	krb5-1.2.1-passive.patch
Patch14:	krb5-1.3-ftp-glob.patch
Patch33:	krb5-appl-1.0-io.patch
Patch36:	krb5-1.7-rcp-markus.patch
Patch40:	krb5-1.4.1-telnet-environ.patch
Patch57:	krb5-appl-1.0-login_chdir.patch
Patch72:	krb5-1.6.3-ftp_fdleak.patch
Patch73:	krb5-1.6.3-ftp_glob_runique.patch
Patch79:	krb5-trunk-ftp_mget_case.patch
Patch88:	krb5-1.7-sizeof.patch
Patch89:	krb5-appl-1.0.2-largefile.patch
Patch160:	krb5-appl-1.0.2-pam.patch
Patch161:	krb5-appl-1.0.2-manpaths.patch
Patch162:	krb5-appl-1.0.3-fix-typedef.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	texinfo
BuildRequires:	krb5-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(ncurses)

%description
This package contains Kerberos-aware versions of the telnet, ftp, rcp, rsh,
and rlogin clients and servers.  While these have been replaced by tools
such as OpenSSH in most environments, they remain in use in others.

#----------------------------------------------------------------------------

%package clients
Summary:	Kerberos-aware telnet, ftp, rcp, rsh and rlogin clients
Group:		Networking/Remote access
# transition with previous package
%rename		telnet-client-krb5
%rename		ftp-client-krb5
# multiple alternatives
Provides:	telnet-client
Conflicts:	netkit-telnet
Conflicts:	heimdal-telnet

%description clients
This package contains Kerberos-aware versions of the telnet, ftp, rcp, rsh,
and rlogin clients.  While these have been replaced by tools such as OpenSSH
in most environments, they remain in use in others.

%files clients
%doc README NOTICE LICENSE
# Used by both clients and servers.
%{_bindir}/rcp
%{_mandir}/man1/rcp.1*
# Client network bits.
%{_bindir}/ftp
%{_mandir}/man1/ftp.1*
%{_bindir}/krlogin
%{_bindir}/rlogin
%{_mandir}/man1/rlogin.1*
%{_bindir}/krsh
%{_bindir}/rsh
%{_mandir}/man1/rsh.1*
%{_bindir}/telnet
%{_mandir}/man1/telnet.1*
%{_mandir}/man1/tmac.doc*

#----------------------------------------------------------------------------

%package servers
Summary:	Kerberos-aware telnet, ftp, rcp, rsh and rlogin servers
Group:		System/Servers
Requires:	xinetd
Requires(post):	/sbin/service
Requires(post):	xinetd
# transition with previous package
%rename		telnet-server-krb5
%rename		ftp-server-krb5
# multiple alternatives
Provides:	telnet-server
Conflicts:	netkit-telnet-server
Conflicts:	heimdal-telnetd

%description servers
This package contains Kerberos-aware versions of the telnet, ftp, rcp, rsh,
and rlogin servers.  While these have been replaced by tools such as OpenSSH
in most environments, they remain in use in others.

%files servers
%doc README NOTICE LICENSE
%docdir %{_mandir}
# Used by both clients and servers.
# %{_bindir}/rcp
# %{_mandir}/man1/rcp.1*
%config(noreplace) %{_sysconfdir}/xinetd.d/*
%config(noreplace) %{_sysconfdir}/pam.d/kshell
%config(noreplace) %{_sysconfdir}/pam.d/ekshell
%config(noreplace) %{_sysconfdir}/pam.d/gssftp
# Login is used by telnetd and klogind.
%{_sbindir}/login.krb5
%{_mandir}/man8/login.krb5.8*
# Application servers.
%{_sbindir}/ftpd
%{_mandir}/man8/ftpd.8*
%{_sbindir}/klogind
%{_mandir}/man8/klogind.8*
%{_sbindir}/kshd
%{_mandir}/man8/kshd.8*
%{_sbindir}/telnetd
%{_mandir}/man8/telnetd.8*

%post servers
/sbin/service xinetd reload > /dev/null 2>&1 || :
exit 0

%postun servers
/sbin/service xinetd reload > /dev/null 2>&1 || :
exit 0

#----------------------------------------------------------------------------

%prep
%setup -q
ln -s NOTICE LICENSE

%patch0 -p1 -b .format
%patch160 -p1 -b .pam
%patch161 -p1 -b .manpaths
%patch162 -p1 -b .typedef
%patch3  -p3 -b .netkit-rsh
%patch4  -p1 -b .rlogind-environ
%patch11 -p3 -b .passive
%patch14 -p3 -b .ftp-glob
%patch33 -p1 -b .io
%patch36 -p3 -b .rcp-markus
%patch40 -p3 -b .telnet-environ
%patch57 -p1 -b .login_chdir
%patch72 -p3 -b .ftp_fdleak
%patch73 -p3 -b .ftp_glob_runique
%patch79 -p2 -b .ftp_mget_case
%patch88 -p3 -b .sizeof
%patch89 -p1 -b .largefile

# Rename the man pages so that they'll get generated correctly.  Uses the
# "krb5-appl-1.0-manpaths.txt" source file.
cat %{SOURCE125} | while read manpage ; do
	mv "$manpage" "$manpage".in
done

# Rebuild the configure scripts.
autoheader
autoconf

%build
# Build everything position-independent.
INCLUDES=-I%{_includedir}/et
CFLAGS="`echo $RPM_OPT_FLAGS $DEFINES $INCLUDES -fPIE -fno-strict-aliasing`"
LDFLAGS="-pie"
%configure2_5x \
	CFLAGS="$CFLAGS" \
	LDFLAGS="$LDFLAGS" \
	--with-pam \
	--with-pam-login-service=%{login_pam_service}
%make

%install
# Shell scripts wrappers for Kerberized rsh and rlogin (source files).
mkdir -p %{buildroot}%{_bindir}
install -m 755 %{SOURCE12} %{buildroot}%{_bindir}
install -m 755 %{SOURCE13} %{buildroot}%{_bindir}

# Xinetd configuration files.
mkdir -p %{buildroot}%{_sysconfdir}/xinetd.d/
for xinetd in \
	%{SOURCE14} \
	%{SOURCE15} \
	%{SOURCE16} \
	%{SOURCE17} \
	%{SOURCE18} \
	%{SOURCE22} ; do
	install -pm 644 ${xinetd} \
	%{buildroot}%{_sysconfdir}/xinetd.d/`basename ${xinetd} .xinetd`
done

# PAM configuration files.
mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
for pam in \
	%{SOURCE26} \
	%{SOURCE27} \
	%{SOURCE28} ; do
	install -pm 644 ${pam} \
	%{buildroot}%{_sysconfdir}/pam.d/`basename ${pam} .pamd`
done

%makeinstall_std


%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.3-7
+ Revision: 0eb6a4e
- New version 1.0.3, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17025 |14mr|krdc-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Remote Desktop Client
Name:		krdc
Version:	4.13.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		krdc-4.11.0-desktop.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libvncserver)
BuildRequires:	pkgconfig(TelepathyQt4)
BuildRequires:	freerdp >= 1.0.2
Requires:	freerdp >= 1.0.2
Conflicts:	kde4-filesharing < 3:4.8.0

%description
KDE Remote Desktop Client is a client application that allows you to view
or even control the desktop session on another machine that is running a
compatible server. VNC and RDP are supported.

%files
%{_kde_bindir}/krdc
%{_kde_appsdir}/krdc
%{_kde_applicationsdir}/krdc.desktop
%{_kde_datadir}/config.kcfg/krdc.kcfg
%{_kde_libdir}/kde4/kcm_krdc_rdpplugin.so
%{_kde_libdir}/kde4/kcm_krdc_vncplugin.so
%{_kde_libdir}/kde4/krdc_rdpplugin.so
%{_kde_libdir}/kde4/krdc_testplugin.so
%{_kde_libdir}/kde4/krdc_vncplugin.so
%{_kde_services}/rdp.protocol
%{_kde_services}/vnc.protocol
%{_kde_services}/krdc_rdp.desktop
%{_kde_services}/krdc_rdp_config.desktop
%{_kde_services}/krdc_test.desktop
%{_kde_services}/krdc_vnc.desktop
%{_kde_services}/krdc_vnc_config.desktop
%{_kde_services}/ServiceMenus/smb2rdc.desktop
%{_kde_servicetypes}/krdc_plugin.desktop
%{_kde_docdir}/HTML/*/krdc
#### Telepathy-Qt4-based optional feature ####
%{_kde_bindir}/krdc_rfb_approver
%{_kde_appsdir}/krdc_rfb_approver
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.krdc_rfb*.service
%{_datadir}/telepathy/clients/krdc_rfb*.client

#----------------------------------------------------------------------------

%define krdccore_major 4
%define libkrdccore %mklibname krdccore %{krdccore_major}

%package -n %{libkrdccore}
Summary:	Shared library for KRDC
Group:		System/Libraries
Obsoletes:	%{_lib}krdccore1 < 3:4.10.1

%description -n %{libkrdccore}
Shared library for KRDC.

%files -n %{libkrdccore}
%{_kde_libdir}/libkrdccore.so.%{krdccore_major}*

#----------------------------------------------------------------------------

%define devkrdccore %mklibname krdccore -d

%package -n %{devkrdccore}
Summary:	Development for KRDC
Group:		Development/KDE and Qt
Requires:	%{libkrdccore} = %{EVRD}
Conflicts:	kdenetwork4-devel < 3:4.11.0
Provides:	%{name}-devel = %{EVRD}

%description -n %{devkrdccore}
This package contains header files needed if you want to build applications
based on KRDC.

%files -n %{devkrdccore}
%{_kde_includedir}/krdc
%{_kde_libdir}/libkrdccore.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: cb3181c
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17026 |14mr|kremotecontrol-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kremotecontrol
Summary:	KDE Frontend for the LIRC Suite
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GPLD
URL:		http://www.kde.org/applications/utilities/kremotecontrol/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xtst)
Requires:	kdebase4-runtime
Obsoletes:	%{name}-devel < 4.11.0
Conflicts:	kdeutils4-core < 4.5.72

%description
KRemoteControl is a KDE frontend for the Linux Infrared Remote Control system
(LIRC).
It consist of two parts: a systemtray applet and a configuration module.

%files
%doc AUTHORS COPYING COPYING.LIB README TODO
%{_kde_bindir}/krcdnotifieritem
%{_kde_libdir}/kde4/kcm_remotecontrol.so
%{_kde_libdir}/kde4/kded_kremotecontroldaemon.so
%{_kde_libdir}/kde4/plasma_engine_kremoteconrol.so
%{_kde_libdir}/kde4/kremotecontrol_lirc.so
%{_kde_services}/kremotecontrolbackends/kremotecontrol_lirc.desktop
%{_kde_servicetypes}/kremotecontrolmanager.desktop
%{_kde_applicationsdir}/krcdnotifieritem.desktop
%{_kde_appsdir}/kremotecontrol/
%{_kde_appsdir}/kremotecontroldaemon/
%{_kde_iconsdir}/*/*/actions/krcd_flash.*
%{_kde_iconsdir}/*/*/actions/krcd_off.*
%{_kde_iconsdir}/*/*/apps/krcd.*
%{_kde_iconsdir}/*/*/devices/infrared-remote.*
%{_kde_services}/kcm_remotecontrol.desktop
%{_kde_services}/kded/kremotecontroldaemon.desktop
%{_kde_services}/plasma-engine-kremotecontrol.desktop
%{_kde_docdir}/HTML/en/kcontrol/kremotecontrol/

#------------------------------------------------------------------------------

%define kremotecontrol_major 1
%define libkremotecontrol %mklibname kremotecontrol %{kremotecontrol_major}
%define oldlibkremotecontrol %mklibname libkremotecontrol 1

%package -n %{libkremotecontrol}
Summary:	Runtime library for kremotecontrol
Group:		System/Libraries
Obsoletes:	%{oldlibkremotecontrol} < 4.7.90

%description -n %{libkremotecontrol}
KRemoteControl is a KDE frontend for the Linux Infrared Remote Control system 
(LIRC).

It consist of two parts: a systemtray applet and a configuration module.

This package provides the runtime library for kremotecontrol.

%files -n %{libkremotecontrol}
%{_kde_libdir}/liblibkremotecontrol.so.%{kremotecontrol_major}*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't need it because there are no devel headers anyway
rm -f %{buildroot}%{_kde_libdir}/liblibkremotecontrol.so


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 0767b60
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17027 |14mr|kreversi-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Old reversi board game, also known as othello
Name:		kreversi
Version:	4.13.3
Release:	1
Epoch:		1
License:	GPLv2+ and LGPLv2+ and GFDL
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/games/kreversi/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Requires:	libkdegames-corebindings
Conflicts:	kdegames4-core < 1:4.9.80

%description
KReversi is a simple one player strategy game played against the computer.

If a player's piece is captured by an opposing player, that piece is turned
over to reveal the color of that player. A winner is declared when one player
has more pieces of his own color on the board and there are no more possible
moves.

%files
%{_kde_bindir}/kreversi
%{_kde_applicationsdir}/kreversi.desktop
%{_kde_appsdir}/kreversi
%{_kde_iconsdir}/hicolor/*/apps/kreversi.png
%{_kde_iconsdir}/oxygen/*/actions/lastmoves.*
%{_kde_iconsdir}/oxygen/*/actions/legalmoves.*
%{_kde_docdir}/*/*/kreversi

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 17a0e87
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17028 |14mr|krfb-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Remote Desktop Server
Name:		krfb
Version:	4.13.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		krfb-4.11.0-desktop.patch
Patch1:		krfb-4.11.0-soversion.patch
BuildRequires:	jpeg-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(TelepathyQt4)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(zlib)

%description
KDE Desktop Sharing is a server application that allows you to share your
current session with a user on another machine, who can use a VNC client
to view or even control the desktop.

%files
%{_kde_bindir}/krfb
%{_kde_appsdir}/krfb
%{_kde_applicationsdir}/krfb.desktop
%{_kde_libdir}/kde4/krfb_*.so
%{_kde_services}/krfb*.desktop
%{_kde_servicetypes}/krfb*.desktop
%{_kde_docdir}/HTML/*/krfb
#### Telepathy-Qt4-based optional feature ####
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.krfb_rfb*.service
%{_datadir}/telepathy/clients/krfb_rfb*.client

#----------------------------------------------------------------------------

%define krfbprivate_major 4
%define libkrfbprivate %mklibname krfbprivate %{krfbprivate_major}

%package -n %{libkrfbprivate}
Summary:	KRFB shared library
Group:		System/Libraries

%description -n %{libkrfbprivate}
KRFB shared library.

%files -n %{libkrfbprivate}
%{_kde_libdir}/libkrfbprivate.so.%{krfbprivate_major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 0844088
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17029 |14mr|kross-interpreters-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with java 0
%bcond_with falcon 0
%bcond_with ruby 0

Name:		kross-interpreters
Summary:	KDE bindings to non-C++ languages
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		https://projects.kde.org/projects/kde/kdebindings/kross-interpreters
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	java-devel
%if %with ruby
BuildRequires:	ruby-devel
%endif
BuildRequires:	python-devel
BuildRequires:	qscintilla-qt4-devel
%if %with falcon
BuildRequires:	falcon-devel
%endif

%description
Language interpreters to enable in-process scripting with Kross.

#----------------------------------------------------------------

%package java
Summary:	Java kross interpreter

%description java
Java kross interpreter

%files java
%{_kde_libdir}/kde4/kross/kross.jar
%{_kde_libdir}/kde4/krossjava.so

#---------------------------------------------------------------

%package python
Summary:	Python kross-interpreter
Conflicts:	python-kde4 < 1:4.7.0

%description python
Python kross interpreter

%files python
%{_kde_libdir}/kde4/krosspython.so

#--------------------------------------------------------------
%if %with ruby
%package ruby
Summary:	Ruby kross interpreter
Conflicts:	ruby-kde4 < 1:4.7.0

%description ruby
Ruby kross interpreter

%files ruby
%{_kde_libdir}/kde4/krossruby.so
%endif

#------------------------------------------------------------

%if %with falcon
%package -n falcon-kde4
Summary:	Falcon KDE 4 bindings
Group:		Development/KDE and Qt
Requires:	falcon

%description -n falcon-kde4
Falcon KDE 4 bindings.

%files -n falcon-kde4
%{_kde_libdir}/kde4/krossfalcon.so
%endif

#------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: b602667
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17030 |14mr|kruler-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kruler
Summary:	KDE Screen Ruler
Version:	4.13.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2 GFDL
URL:		http://www.kde.org/applications/graphics/kruler
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KRuler displays on screen a ruler measuring pixels.
Features :
    - Integrated color picker
    - Change the length of the ruler
    - Change the orientation of the ruler
    - Change the color, transparency and font of the ruler

%files
%doc %{_kde_docdir}/HTML/en/%{name}
%{_kde_bindir}/kruler
%{_kde_applicationsdir}/kruler.desktop
%{_kde_appsdir}/kruler
%{_kde_iconsdir}/*/*/*/kruler*

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: 71bc044
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17031 |14mr|krusader-2.4.0-0.beta3.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta beta3

Summary:	Advanced KDE twin-panel file-manager
Name:		krusader
Version:	2.4.0
Release:	0.%{beta}.1
Epoch:		3
License:	GPLv2+
Group:		File tools
URL:		http://krusader.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/krusader/%{name}-%{version}-%{beta}.tar.bz2
Patch0:		krusader-2.3.0-beta1-default-mimetypes.patch
BuildRequires:	kdebase4-devel
BuildRequires:	kdelibs4-devel

%description
Krusader is an advanced twin panel (commander style) file manager
for KDE and other desktops in the *nix world, similar to Midnight or
Total Commander. It provides all the file management features you
could possibly want.

Plus: extensive archive handling, mounted filesystem support, FTP,
advanced search module, an internal viewer/editor, directory
synchronisation, file content comparisons, powerful batch renaming
and much much more. It supports a wide variety of archive formats
and can handle other KIO slaves such as smb or fish.

%files -f krusader.lang
%doc README AUTHORS ChangeLog TODO COPYING krusader.lsm
%{_kde_bindir}/krusader
%{_kde_applicationsdir}/krusader*.desktop
%{_kde_appsdir}/krusader
%{_kde_services}/*.protocol
%{_kde_configdir}/kio_isorc
%{_kde_iconsdir}/hicolor/*/apps/krusader*.png
%{_kde_iconsdir}/locolor/*/apps/krusader*.png
%{_kde_libdir}/kde4/*.so

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{beta}
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%changelog
* Wed Feb 06 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:2.4.0-0.beta3.1
+ Revision: 79cdd75
- LOG New version 2.4.0 beta3, no longer has man page, drop no longer needed gcc 4.7 patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17032 |14mr|ksaneplugin-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ksaneplugin
Summary:	KDE Scan Service
Version:	4.13.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2
URL:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libksane) >= 0.3.0
Requires:	libksane
Conflicts:	kdegraphics4-core < 2:4.6.90

%description
This is a KScan plugin that implements the scanning through libksane.

%files
%{_kde_libdir}/kde4/ksaneplugin.so
%{_kde_services}/ksane_scan_service.desktop

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: 229457c
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17033 |14mr|kscd-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Audio CD Player
Name:		kscd
Version:	4.13.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/multimedia/kscd
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kscd-4.12.1-fix-multiple-CD-device.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libmusicbrainz3)
Requires:	kdebase4-runtime
Conflicts:	kdemultimedia4-core < 3:4.5.71
Conflicts:	kdemultimedia4-devel < 3:4.8.95
Suggests:	gstreamer0.10-cdparanoia

%description
KsCD is a small, fast, CDDB enabled audio CD player which supports
multiple platforms.

%files
%{_kde_bindir}/kscd
%{_kde_applicationsdir}/kscd.desktop
%{_kde_datadir}/config.kcfg/kscd.kcfg
%{_kde_appsdir}/kscd
%{_kde_iconsdir}/*/*/apps/kscd.*
%{_kde_appsdir}/solid/actions/kscd-play-audiocd.desktop
%{_datadir}/dbus-1/interfaces/org.kde.kscd.cdplayer.xml

#------------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 7566f77
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17034 |14mr|kscreen-1.0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Display Management software
Name:		kscreen
Version:	1.0.2.1
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/libs/kscreen
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
# From upstream
Patch0:		kscreen-1.0.2-fix-typo.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(kscreen)
BuildRequires:	pkgconfig(QJson)
Requires:	kdebase4-runtime
Requires:	libkscreen

%description
KCM and KDED modules for managing displays in KDE.

%files -f %{name}.lang
%{_kde_bindir}/kscreen-console
%{_kde_libdir}/kde4/kcm_kscreen.so
%{_kde_libdir}/kde4/kded_kscreen.so
%{_kde_datadir}/apps/kcm_kscreen
%{_kde_datadir}/kde4/services/kcm_kscreen.desktop
%{_kde_datadir}/kde4/services/kded/kscreen.desktop
%{_kde_iconsdir}/hicolor/*/actions/kdocumentinfo.*

#------------------------------------------------------------------------------

%package -n plasma-applet-kscreen
Summary:	Plasma applet for quick display configuration
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description -n plasma-applet-kscreen
Plasma applet for quick display configuration.

%files -n plasma-applet-kscreen -f plasma_applet_org.kde.plasma.kscreen.lang
%{_kde_libdir}/kde4/plasma_applet_kscreen.so
%{_kde_appsdir}/plasma/packages/org.kde.plasma.kscreen.qml
%{_kde_services}/plasma-applet-kscreen.desktop
%{_kde_services}/plasma-applet-kscreen-qml.desktop

#------------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} kcm_displayconfiguration %{name}.lang

%find_lang plasma_applet_org.kde.plasma.kscreen


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2.1-2
+ Revision: 5940321
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17035 |14mr|kshisen-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kshisen
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Patience game where you take away all pieces
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kshisen
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkmahjongg-devel
Requires:	libkdegames-common
Requires:	kmahjongglib

%description
KShisen is a solitaire-like game played using the standard set of Mahjong
tiles. Unlike Mahjong however, KShisen has only one layer of scrambled tiles.

%files
%{_kde_bindir}/kshisen
%{_kde_applicationsdir}/kshisen.desktop
%{_kde_appsdir}/kshisen
%{_kde_datadir}/sounds/kshisen
%{_kde_datadir}/config.kcfg/kshisen.kcfg
%{_kde_iconsdir}/hicolor/*/apps/kshisen*
%{_kde_docdir}/*/*/kshisen

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: fa6bb1c
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17036 |14mr|ksirk-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ksirk
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Computerized version of a well known strategy board game
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/ksirk/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
BuildRequires:	pkgconfig(qca2)

%description -n ksirk
KsirK is a computerized version of the well known strategic board game Risk.
The goal of the game is simply to conquer the world by attacking your neighbors
with your armies.

Features :
- Support for 1-6 human or computer (AI) players
- Multi-player gaming over a network
- You can easily create new skins with SVG graphics and the skin editor
- Hot New Stuff support. You can easily download and install new skins

%files
%{_kde_bindir}/ksirk*
%{_kde_applicationsdir}/ksirk*.desktop
%{_kde_datadir}/config.kcfg/ksirk*settings.kcfg
%{_kde_configdir}/ksirk.knsrc
%{_kde_appsdir}/ksirk*
%{_kde_iconsdir}/*/*/apps/ksirk.png
%{_kde_docdir}/*/*/ksirk
%{_kde_docdir}/*/*/ksirkskineditor

#------------------------------------------------------------------------------

%define iris_ksirk_major 2
%define libiris_ksirk %mklibname iris_ksirk %{iris_ksirk_major}

%package -n %{libiris_ksirk}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libiris_ksirk}
KDE 4 library.

%files -n %{libiris_ksirk}
%{_kde_libdir}/libiris_ksirk.so.%{iris_ksirk_major}*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't need it for now
rm -f %{buildroot}%{_kde_libdir}/libiris_ksirk.so



%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 6fc9e7c
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17037 |14mr|ksnakeduel-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ksnakeduel
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Snake race played against the computer
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/ksnakeduel/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Obsoletes:	kdesnake < 1:4.9.80
Provides:	kdesnake = %{EVRD}
Provides:	ksnake = %{EVRD}
Requires:	ktron = %{EVRD}

%description
KSnakeDuel is a fast action game where you steer a snake which has to eat
food. While eating the snake grows. But once a player collides with the
other snake or the wall the game is lost. This becomes of course more and
more difficult the longer the snakes grow.

%files
%{_kde_bindir}/kdesnake
%{_kde_applicationsdir}/kdesnake.desktop
%{_kde_iconsdir}/hicolor/*/*/kdesnake.*

#------------------------------------------------------------------------------

%package -n ktron
Summary:	Simple Tron clone
Group:		Graphical desktop/KDE
URL:		http://www.kde.org/applications/games/ktron

%description -n ktron
Well known from the famous movie, KTron is a popular computer game for two
players. In a fast action sequence both players have to move and avoid
colliding with any walls, the opponent as well as the own path. The player
colliding first looses the game.

%files -n ktron
%{_kde_bindir}/ktron
%{_kde_applicationsdir}/ktron.desktop
%{_kde_appsdir}/ktron
%{_kde_datadir}/config.kcfg/ktron.kcfg
%{_kde_configdir}/ktron.knsrc
%{_kde_iconsdir}/hicolor/*/*/ktron.png
%{_kde_docdir}/HTML/en/ktron

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 1536abf
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17038 |14mr|ksnapshot-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Screenshot Utility
Name:		ksnapshot
Version:	4.13.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2 GFDL
Url:		http://www.kde.org/applications/graphics/ksnapshot
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
# Workaround keyboard grabbing issues with delayed capture
# When capturing screenshots with popped up menus, in some cases
# grabber doesn't get initialized properly
# See KDE bug: https://bugs.kde.org/show_bug.cgi?id=210916
Patch0:		ksnapshot-4.10.3-grabkeyboard.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libkipi)
BuildRequires:	pkgconfig(xcb-xfixes)
Conflicts:	kdegraphics4-devel < 2:4.6.90
Requires:	kipi-common
Suggests:	kipi-plugins

%description
KSnapshot is a KDE snapshot tool with many features.
Features:
    - Save in multiple formats
    - Take new shapshot
    - Open with... possibility to open snapshot in external editor.
    - Copy to clipboard
    - Several capture modes, including selected region or single window
    - Snapshot delay

%files
%doc COPYING COPYING.LIB COPYING.DOC
%doc %{_kde_docdir}/HTML/en/%{name}/
%{_kde_bindir}/kbackgroundsnapshot
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png
%{_kde_iconsdir}/hicolor/scalable/apps/%{name}.svgz
%{_datadir}/dbus-1/interfaces/org.kde.ksnapshot.xml

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: a89dc64
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17039 |14mr|kspaceduel-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kspaceduel
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Two player game with shooting spaceships flying around a sun
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/kspaceduel/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
In KSpaceDuel each of two possible players control a satellite spaceship
orbiting the sun. As the game progresses players have to eliminate the
opponent's spacecraft with bullets or mines.

%files
%{_kde_bindir}/kspaceduel
%{_kde_applicationsdir}/kspaceduel.desktop
%{_kde_appsdir}/kspaceduel
%{_kde_docdir}/*/*/kspaceduel
%{_kde_iconsdir}/hicolor/*/apps/kspaceduel.png
%{_kde_datadir}/config.kcfg/kspaceduel.kcfg

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 00fba56
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17040 |14mr|ksquares-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ksquares
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	An implementation of the popular paper based game squares
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/ksquares/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KSquares is an implementation of the popular paper based game squares. 
You must draw lines to complete squares, the player with the most s
quares wins.

%files
%{_kde_bindir}/ksquares
%{_kde_applicationsdir}/ksquares.desktop
%{_kde_appsdir}/ksquares
%{_kde_datadir}/config.kcfg/ksquares.kcfg
%{_kde_iconsdir}/hicolor/*/apps/ksquares.png
%{_kde_docdir}/*/*/ksquares

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 84a7495
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17041 |14mr|kstars-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_indilib 1
%define indilib_version 0.9.6
%define xplanet_version 1.2.1

Summary:	A Desktop Planetarium
Name:		kstars
Version:	4.13.3
Release:	1
License:	GPLv2+ GFDL
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/kstars
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
Source10:	%{name}.rpmlintrc
BuildRequires:	xplanet >= %{xplanet_version}
BuildRequires:	kdelibs4-devel
BuildRequires:	libfli-devel
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(eigen3)
BuildRequires:	pkgconfig(QJson)
%if %{with_indilib}
BuildRequires:	pkgconfig(libindi) >= %{indilib_version}
Requires:	indilib >= %{indilib_version}
%endif

%description
KStars is a Desktop Planetarium for KDE. It provides an accurate graphical
simulation of the night sky, from any location on Earth, at any date and
time. The display includes 130,000 stars, 13,000 deep-sky objects,all 8
planets, the Sun and Moon, and thousands of comets and asteroids.

%files
%doc COPYING COPYING.DOC README README.ephemerides README.customize README.images README.planetmath README.timekeeping AUTHORS
%{_kde_appsdir}/kstars
%{_kde_bindir}/kstars
%{_kde_libdir}/libhtmesh.a
%{_kde_iconsdir}/*/*/apps/kstars.*
%{_kde_applicationsdir}/kstars.desktop
%{_kde_datadir}/config.kcfg/kstars.kcfg
%{_kde_configdir}/kstars.knsrc
%{_kde_docdir}/HTML/*/kstars

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: a173fe8
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17042 |14mr|ksudoku-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Play, create and solve sudoku grids
Name:		ksudoku
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/ksudoku/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)

%description
The word Sudoku means "single number in an alloted place" in Japanese. These
are the basic rules. Every sudoku Sudoku is a square of 81 cells divided into
9 columns and 9 rows and in 9 subsquares (3x3) of 9 cells each. Solving takes
usually from 10 to 30 minutes, depending on puzzle level, your skill and
experience.

Some cells are filled with a number at the beginnning: the remaining are to
be filled by the player using numbers from 1 to 9, without repeating a number
twice on each column, row or subsuquare (each of them must contain only
one 1, one 2, one 3, and so on). The game requires logic and patience.
The numerals in Sudoku puzzles are used for convenience (for example in 16x16
board we use letters): arithmetic relationships between numbers are irrelevant.

This program supports also 16x16 games with numbers from 1 to 16 and 256
cells with 16 cols, rows and subsquares! (if normal sudoku are not enough for
you).

More information at http://en.wikipedia.org/wiki/Sudoku

%files
%{_kde_bindir}/ksudoku
%{_kde_applicationsdir}/ksudoku.desktop
%{_kde_appsdir}/ksudoku
%{_kde_configdir}/ksudokurc
%{_kde_iconsdir}/hicolor/*/apps/ksudoku.png
%{_kde_docdir}/*/*/ksudoku

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: d9139f4
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17043 |14mr|ksystemlog-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	System log viewer tool for KDE4
Name:		ksystemlog
Version:	4.13.3
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Requires:	pciutils

%description
This program is developed for being used by beginner users, which don't know
how to find information about their Linux system, and how the log files are
in their computer. But it is also designed for advanced users, who want to
quickly see problems occuring on their server.

KSystemLog has the following features :
- View all the main log of your system, by selecting them directly in a menu
- Auto display new lines logged in bold
- Tabbed view to allow displaying several logs at the same time
- Saving in a file and copying to clipboard the selected log lines are also
  implemented (and email to your friends)
- It can parse the following log files of your system:
  - X.org (or Xfree) logs
  - System logs (using the Syslog parser of KSystemLog)
  - Kernel logs
  - Daemons logs
  - Cron logs
  - Boot logs
  - Authentication logs
  - Cups logs
  - ACPID logs

%files
%{_kde_bindir}/ksystemlog
%{_kde_appsdir}/ksystemlog
%{_kde_applicationsdir}/ksystemlog.desktop
%{_kde_docdir}/*/*/ksystemlog

#------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: 63a5be4
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17044 |14mr|kteatime-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	System tray applet that makes sure your tea doesn't get too strong
Name:		kteatime
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
System tray applet that makes sure your tea doesn't get too strong.

%files
%{_kde_bindir}/kteatime
%{_kde_appsdir}/kteatime
%{_kde_applicationsdir}/kteatime.desktop
%{_kde_iconsdir}/hicolor/*/apps/kteatime.*
%{_kde_docdir}/*/*/kteatime

#-------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 12a469e
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17045 |14mr|ktimer-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ktimer
Summary:	Execute programs after some time
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://utils.kde.org/projects/ktimer
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KTimer is a little tool to execute programs after some time.

%files
%{_kde_bindir}/ktimer
%{_kde_iconsdir}/*/*/apps/ktimer.*
%{_kde_applicationsdir}/ktimer.desktop
%{_kde_docdir}/HTML/*/ktimer

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 98b0614
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17046 |14mr|ktoblzcheck-1.46-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname %{name} %major
%define devname	%mklibname -d %{name}

Summary:	A library to check account numbers and bank codes of German banks
Name:		ktoblzcheck
Version:	1.46
Release:	1
Group:		System/Libraries
License:	LGPLv2+
Url:		http://ktoblzcheck.sourceforge.net
Source0:	http://sourceforge.net/projects/ktoblzcheck/files/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(python)

%description 
KtoBLZCheck is a library to check account numbers and bank codes of
German banks. Both a library for other programs as well as a short
command-line tool is available. It is possible to check pairs of
account numbers and bank codes (BLZ) of German banks, and to map bank
codes (BLZ) to the clear-text name and location of the bank.

%package -n python-%{name}
Group:		Development/Python
Summary:	A library to check account numbers and bank codes of German banks
Requires:	%{name} = %{version}

%description -n python-%{name}
KtoBLZCheck is a library to check account numbers and bank codes of
German banks. Both a library for other programs as well as a short
command-line tool is available. It is possible to check pairs of
account numbers and bank codes (BLZ) of German banks, and to map bank
codes (BLZ) to the clear-text name and location of the bank.

%package -n %{libname}
Group:		System/Libraries
Summary:	A library to check account numbers and bank codes of German banks
Suggests:	%{name} >= %{version}

%description -n %{libname}
KtoBLZCheck is a library to check account numbers and bank codes of
German banks. Both a library for other programs as well as a short
command-line tool is available. It is possible to check pairs of
account numbers and bank codes (BLZ) of German banks, and to map bank
codes (BLZ) to the clear-text name and location of the bank.

%package -n %{devname}
Group:		Development/C++
Summary:	A library to check account numbers and bank codes of German banks
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
KtoBLZCheck is a library to check account numbers and bank codes of
German banks. Both a library for other programs as well as a short
command-line tool is available. It is possible to check pairs of
account numbers and bank codes (BLZ) of German banks, and to map bank
codes (BLZ) to the clear-text name and location of the bank.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README COPYING ChangeLog
%{_bindir}/ktoblzcheck
%{_datadir}/ktoblzcheck/*
%{_mandir}/man1/ktoblzcheck.1*

%files -n %{libname}
%{_libdir}/libktoblzcheck.so.%{major}*

%files -n %{devname}
%{_libdir}/libktoblzcheck.so
%{_includedir}/iban.h
%{_includedir}/ktoblzcheck.h
%{_libdir}/pkgconfig/ktoblzcheck.pc

%files -n python-%{name}
%{py_puresitedir}/*.py*

%changelog
* Wed Sep 10 2014 dsilakov <denis.silakov@rosalab.ru> 1.46-1
+ Revision: 63852be
- Merge pull request #3 from import/ktoblzcheck:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17047 |14mr|ktorrent-4.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	BitTorrent program for KDE
Name:		ktorrent
Version:	4.3.1
Release:	4
License:	GPLv2+
Group:		Networking/File transfer
Url:		http://ktorrent.org/
Source0:	http://ktorrent.org/downloads/%{version}/%{name}-%{version}.tar.bz2
Source1:        index.docbook
Source2:        index.cache.bz2
Patch0:		ktorrent-4.3.1-add-missing-linkage.patch
BuildRequires:	boost-devel
BuildRequires:	gmp-devel
BuildRequires:	libktorrent-devel >= 1.3.1
BuildRequires:	kdepimlibs4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(taglib)

%description
KTorrent is a BitTorrent program for KDE. Its main features are:
 o Downloads torrent files
 o Upload speed capping, seeing that most people can't upload
   infinite amounts of data.
 o Internet searching using  The Bittorrent web-site's search engine
 o UDP Trackers

%files -f %{name}.lang
%{_kde_bindir}/*
%{_kde_libdir}/kde4/*
%{_kde_datadir}/apps/%{name}
%{_kde_datadir}/applications/kde4/*
%{_kde_services}/*
%{_kde_servicetypes}/*
%{_kde_iconsdir}/*/*/*/*

#----------------------------------------------------------------------------

%define ktcore_major 15
%define libktcore %mklibname ktcore %{ktcore_major}

%package -n %{libktcore}
Summary:	Ktorrent library
Group:		System/Libraries

%description -n %{libktcore}
KTorrent library.

%files -n %{libktcore}
%{_kde_libdir}/libktcore.so.%{ktcore_major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# make it preferred over kget:
echo "InitialPreference=5" >> %{buildroot}%{_kde_applicationsdir}/ktorrent.desktop

#fix linting
chmod a-x %{buildroot}%{_kde_applicationsdir}/ktorrent.desktop
chmod a+x %{buildroot}%{_kde_datadir}/apps/ktorrent/scripts/tracker_groups/tracker_groups.py
chmod a+x %{buildroot}%{_kde_datadir}/apps/ktorrent/scripts/email_notifications/email_notifications.py
chmod a+x %{buildroot}%{_kde_datadir}/apps/ktorrent/scripts/auto_remove/auto_remove.py
chmod a+x %{buildroot}%{_kde_datadir}/apps/ktorrent/scripts/auto_resume/auto_resume.py

install -dD %{buildroot}%{_datadir}/doc/HTML/ru/ktorrent/
install -m644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_datadir}/doc/HTML/ru/ktorrent/

%find_lang %{name} --with-html


%changelog
* Mon Jul 14 2014 Tigro <ashejn@gmail.com> 4.3.1-4
+ Revision: 9007244
- added russian documentation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17048 |14mr|ktouch-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A program for learning touch typing
Name:		ktouch
Version:	4.13.3
Release:	1
License:	GPLv2+ and GFDL
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/ktouch
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(xkbfile)

%description
KTouch is a program for learning touch typing. KTouch is a way to learn
to type on a keyboard quickly and correctly. Every finger has its place
on the keyboard with associated keys to press.

KTouch helps you learn to touch typing by providing you with something
to write. KTouch can also help you to remember what fingers to use.

%files
%doc COPYING COPYING.DOC AUTHORS
%{_kde_appsdir}/ktouch
%{_kde_bindir}/ktouch
%{_kde_iconsdir}/*/*/apps/ktouch.*
%{_kde_applicationsdir}/ktouch.desktop
%{_kde_datadir}/config.kcfg/ktouch.kcfg
%{_kde_docdir}/HTML/*/ktouch
%{_kde_mandir}/man1/ktouch.1.*

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: ad2ceec
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17049 |14mr|ktuberling-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ktuberling
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	"Potato editor" game
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/ktuberling/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KTuberling is a "potato editor" game intended for small children and adults
who remain young at heart. The game has no winner; the only purpose is to
make the funniest faces you can.

%files
%{_kde_bindir}/ktuberling
%{_kde_applicationsdir}/ktuberling.desktop
%{_kde_appsdir}/ktuberling
%{_kde_docdir}/*/*/ktuberling
%{_kde_iconsdir}/hicolor/*/apps/ktuberling.png
%{_kde_iconsdir}/hicolor/*/mimetypes/application-x-tuberling.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 140a8b7
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17050 |14mr|kturtle-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kturtle
Summary:	An educational programming environment
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 GFDL
URL:		http://edu.kde.org/kturtle
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KTurtle is an educational programming environment for the KDE Desktop.
KTurtle aims to make programming as easy and touchable as possible, and
therefore can be used to teach kids the basics of math, geometry
and... programming.

%files
%doc AUTHORS COPYING COPYING.DOC FAQ
%{_kde_bindir}/%{name}
%{_kde_appsdir}/%{name}
%{_kde_iconsdir}/hicolor/*/apps/%{name}.*
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_configdir}/%{name}.knsrc
%{_kde_docdir}/HTML/*/%{name}

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 2c75bb8
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17051 |14mr|ktux-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tux-in-a-Spaceship screensaver
Name:		ktux
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel

%description
Tux-in-a-Spaceship screensaver.

%files
%{_kde_bindir}/ktux
%{_kde_appsdir}/ktux
%{_kde_iconsdir}/hicolor/*/apps/ktux.*
%{_kde_services}/ScreenSavers/ktux.desktop

#-------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 69ce58f
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17052 |14mr|kubrick-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Game based on Rubik's Cube
Name:		kubrick
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/kubrick/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)

%description
Kubrick is a game based on the Rubik's Cube™ puzzle.

The cube sizes range from 2x2x2 up to 6x6x6, or you can play with irregular
"bricks" such as 5x3x2 or "mats" such as 6x4x1 or 2x2x1. The game has a
selection of puzzles at several levels of difficulty, as well as demos of
pretty patterns and solution moves, or you can make up your own puzzles.

%files
%{_kde_bindir}/kubrick
%{_kde_applicationsdir}/kubrick.desktop
%{_kde_appsdir}/kubrick
%{_kde_docdir}/*/*/kubrick
%{_kde_iconsdir}/hicolor/*/apps/kubrick.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: b54d042
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17053 |14mr|kuser-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Users and groups manager for KDE4
Name:		kuser
Version:	4.13.3
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel

%description
Kuser is a tool to create, remove and modify user accounts and groups.

%files
%{_kde_bindir}/kuser
%{_kde_applicationsdir}/kuser.desktop
%{_kde_appsdir}/kuser
%{_kde_datadir}/config.kcfg/kuser.kcfg
%{_kde_docdir}/*/*/kuser
%{_kde_iconsdir}/*/*/*/kuser*

#------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: 6babeae
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17054 |14mr|kwallet-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Wallet Management Tool
Name:		kwallet
Version:	4.13.3
Release:	1
License:	GPLv2 LGPLv2
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/system/kwalletmanager/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kwalletmanager-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Conflicts:	kdeutils4-core < 4.5.72
Requires:	kdebase4-runtime

%description
KDE Wallet Manager is for management of the wallets installed on the
system. The KDE wallet subsystem provides a convenient and secure way
to manage all your passwords.

%files
%doc COPYING COPYING.LIB TODO
%doc %{_kde_docdir}/HTML/en/kwallet/
%{_kde_bindir}/kwalletmanager
%{_kde_appsdir}/kwalletmanager
%{_kde_libdir}/kde4/libexec/kcm_kwallet_helper
%{_kde_libdir}/kde4/kcm_kwallet.so
%{_kde_iconsdir}/*/*/apps/kwalletmanager2.*
%{_kde_iconsdir}/*/*/apps/kwalletmanager.*
%{_kde_applicationsdir}/kwalletmanager-kwalletd.desktop
%{_kde_applicationsdir}/kwalletmanager.desktop
%{_kde_services}/kwalletconfig.desktop
%{_kde_services}/kwalletmanager_show.desktop
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmkwallet.conf
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmkwallet.service
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmkwallet.policy

#------------------------------------------------------------------------------

%prep
%setup -q -n kwalletmanager-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 2774b24
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17055 |14mr|kwordquiz-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kwordquiz
Summary:	A general purpose flash card program
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2 GFDL
URL:		http://edu.kde.org/kwordquiz
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	libkdeedu-devel >= %{version}
Requires:	libkdeedu = %{version}

%description
KWordQuiz is a general purpose flash card program. It can be used for
vocabulary learning and many other subjects. If you need more advanced
language learning features, please try KVocTrain.

%files
%doc AUTHORS COPYING COPYING.LIB COPYING.DOC
%{_kde_appsdir}/kwordquiz
%{_kde_bindir}/kwordquiz
%{_kde_iconsdir}/*/*/apps/kwordquiz.*
%{_kde_iconsdir}/*/*/mimetypes/application-x-kwordquiz.*
%{_kde_applicationsdir}/kwordquiz.desktop
%{_kde_datadir}/config.kcfg/kwordquiz.kcfg
%{_kde_configdir}/kwordquiz.knsrc
%{_kde_docdir}/*/*/kwordquiz

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 66ff539
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17056 |14mr|lads-0.10-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Login anomaly detection system
Name:		lads
Version:	0.10
Release:	14
License:	GPL
Group:		System/Base
URL:		http://www.lepied.com/lads/
Source0:	http://www.lepied.com/lads/%{name}-%{version}.tar.bz2
# (fc) 0.10-7mdv add LSB header
Patch0:		0001-LSB-initscript.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires:	python-fam, sendmail-command, mailx
Suggests:	python-geoip
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
LADS detects anomalies in login/logout.

%prep

%setup -q
%patch0 -p1 -b .lsb

%install
rm -rf %{buildroot}
%makeinstall_std

install -d %{buildroot}%{_initrddir}
mv %{buildroot}%{_sysconfdir}/init.d/lads %{buildroot}%{_initrddir}/lads

%clean
rm -rf %{buildroot}

%post
%_post_service lads

%preun
%_preun_service lads

%files
%defattr(-,root,root)
%doc TODO README
%{_initrddir}/lads
%config(noreplace) %{_sysconfdir}/security/lads.conf
%{_datadir}/lads





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10-14
+ Revision: db89b0f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17057 |14mr|ladspa-1.13-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ladspa
%define oname ladspa_sdk
%define version 1.13
%define release 6

Summary: LADSPA SDK example plugins
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.ladspa.org/download/%{oname}_%version.tgz
Source1: ladspa.sh.bz2
Source2: ladspa.csh.bz2
License: LGPLv2+
Group: Sound
URL: http://www.ladspa.org
BuildRoot: %{_tmppath}/%{name}-buildroot
#for mkdirhier
BuildRequires: imake

%description
There is a large number of synthesis packages in use or development on
the Linux platform at this time. The Linux Audio Developer's Simple
Plugin API (LADSPA) attempts to give programmers the ability to write
simple `plugin' audio processors in C/C++ and link them dynamically
against a range of host applications.

This package contains the example plugins from the LADSPA SDK.

%package devel
Summary:Linux Audio Developer's Simple Plugin API
Group: Development/C
Requires: %name = %version
%description devel
There is a large number of synthesis packages in use or development on
the Linux platform at this time. The Linux Audio Developer's Simple
Plugin API (LADSPA) attempts to give programmers the ability to write
simple `plugin' audio processors in C/C++ and link them dynamically
against a range of host applications.

Definitive technical documentation on LADSPA plugins for both the host
and plugin is contained within copious comments within the ladspa.h
header file.

%prep
%setup -q -n %oname
cd doc
#fix links to the header file in the docs
perl -pi -e "s!HREF=\"ladspa.h.txt\"!href=\"file:///usr/include/ladspa.h\"!" *.html


%build
cd src
%make targets

%install
rm -rf $RPM_BUILD_ROOT
cd src
%makeinstall INSTALL_PLUGINS_DIR=%buildroot%_libdir/ladspa INSTALL_INCLUDE_DIR=%buildroot%_includedir INSTALL_BINARY_DIR=%buildroot%_bindir
install -d -m 755 %buildroot%_sysconfdir/profile.d
bzcat %SOURCE1 > %buildroot%_sysconfdir/profile.d/ladspa.sh
bzcat %SOURCE2 > %buildroot%_sysconfdir/profile.d/ladspa.csh
#gw replace lib by lib64 if needed
perl -pi -e "s!/usr/lib!%_libdir!" %buildroot%_sysconfdir/profile.d/ladspa*sh

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc doc/COPYING
%attr(644,root,root) %_sysconfdir/profile.d/ladspa*sh
%_libdir/ladspa
%_bindir/*

%files devel
%defattr(-,root,root)
%doc doc/*.html doc/COPYING
%_includedir/ladspa.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.13-6
+ Revision: 7e12e2e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17058 |14mr|lapack-3.4.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# lapack
%define	major	3
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname -d %{name}
%define	docname	%{name}-doc

# blas
%define	libblas %mklibname blas %{major}
%define	devblas %mklibname blas -d
%define	docblas blas-doc

Summary:	LAPACK libraries for linear algebra
Name:		lapack
Version:	3.4.2
Release:	3
License:	BSD-like
Group:		Sciences/Mathematics
Url:		http://www.netlib.org/lapack/
Source0:	http://www.netlib.org/lapack/%{name}-%{version}.tgz
Source1:	http://www.netlib.org/lapack/lapackqref.ps
Source2:	http://www.netlib.org/blas/blasqr.ps
Source3:	http://www.netlib.org/lapack/manpages.tgz
Patch2:		lapack-3.4.2-cmake-sover.patch
Patch3:		lapack-3.4.2-lib64.patch

BuildRequires:	cmake
BuildRequires:	gcc-gfortran

%description
LAPACK (Linear Algebra PACKage) is a standard library for numerical
linear algebra. LAPACK provides routines for solving systems of
simultaneous linear equations, least-squares solutions of linear
systems of equations, eigenvalue problems, and singular value
problems. Associated matrix factorizations (LU, Cholesky, QR, SVD,
Schur, and generalized Schur) and related computations (i.e.,
reordering of Schur factorizations and estimating condition numbers)
are also included. LAPACK can handle dense and banded matrices, but
not general sparse matrices. Similar functionality is provided for
real and complex matrices in both single and double precision. LAPACK
is coded in Fortran77 and built with gcc.

The lapack package provides the dynamic libraries for LAPACK/BLAS.

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	LAPACK libraries for linear algebra
Group:		Sciences/Mathematics
Provides:	lib%{name} = %{EVRD}

%description -n	%{libname}
LAPACK (Linear Algebra PACKage) is a standard library for numerical
linear algebra. LAPACK provides routines for solving systems of
simultaneous linear equations, least-squares solutions of linear
systems of equations, eigenvalue problems, and singular value
problems. Associated matrix factorizations (LU, Cholesky, QR, SVD,
Schur, and generalized Schur) and related computations (i.e.,
reordering of Schur factorizations and estimating condition numbers)
are also included. LAPACK can handle dense and banded matrices, but
not general sparse matrices. Similar functionality is provided for
real and complex matrices in both single and double precision. LAPACK
is coded in Fortran77 and built with gcc.

The lapack package provides the dynamic libraries for LAPACK/BLAS.

%files -n %{libname}
%{_libdir}/liblapack.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	LAPACK static library
Group:		Sciences/Mathematics
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
This package contains the headers and development libraries
necessary to develop or compile applications using lapack.

%files -n %{devname}
%{_libdir}/liblapack.so
%{_libdir}/liblapack.a
%{_libdir}/pkgconfig/lapack.pc
%{_libdir}/cmake/lapack-%{version}/lapack-*.cmake

#----------------------------------------------------------------------------

%package -n	%{docname}
Summary:	Documentation for LAPACK
Group:		Sciences/Mathematics

%description -n %{docname}
Man pages / documentation for LAPACK.

%files -n %{docname} -f lapack-man-pages
%doc README lapackqref.ps

#----------------------------------------------------------------------------

%package -n	%{libblas}
Summary:	The BLAS (Basic Linear Algebra Subprograms) library
Group:		Sciences/Mathematics
Provides:	libblas = %{EVRD}

%description -n	%{libblas}
BLAS (Basic Linear Algebra Subprograms) is a standard library which
provides a number of basic algorithms for numerical algebra. Man
pages for blas are available in the blas-man package.

%files -n %{libblas}
%{_libdir}/libblas.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devblas}
Summary:	BLAS development libraries
Group:		Sciences/Mathematics
Requires:	%{libblas} = %{EVRD}
Provides:	blas-devel = %{EVRD}

%description -n	%{devblas}
BLAS development libraries for applications that link statically.

%files -n %{devblas}
%{_libdir}/libblas.so
%{_libdir}/libblas.a
%{_libdir}/pkgconfig/blas.pc

#----------------------------------------------------------------------------

%package -n	%{docblas}
Summary:	Documentation for BLAS
Group:		Sciences/Mathematics

%description -n	%{docblas}
Man pages / documentation for BLAS.

%files -n %{docblas} -f blas-man-pages
%doc blasqr.ps

#----------------------------------------------------------------------------

%prep
%setup -q -a3
%apply_patches

cp %{SOURCE1} lapackqref.ps
cp %{SOURCE2} blasqr.ps

rm -f manpages/blas/man/manl/{csrot.l,lsame.l,xerbla.l,xerbla_array.l,zdrot.l}

%build
%cmake \
	-DBUILD_STATIC_LIBS=ON \
	-DBUILD_SHARED_LIBS=OFF \
	-DBUILD_TESTING=OFF \
	-DCMAKE_Fortran_COMPILER_FORCED=ON \
	-DCMAKE_SHARED_LINKER_FLAGS=-lgfortran
%make
cd ..

%cmake \
	-DBUILD_STATIC_LIBS=OFF \
	-DBUILD_SHARED_LIBS=ON \
	-DBUILD_TESTING=OFF \
	-DCMAKE_Fortran_COMPILER_FORCED=ON \
	-DCMAKE_SHARED_LINKER_FLAGS=-lgfortran
%make

%install
%makeinstall_std -C build

install -m0644 build/lib/*.a %{buildroot}%{_libdir}/

mkdir -p %{buildroot}%{_mandir}/man3
touch lapack-man-pages
for file in manpages/man/manl/*; do
    install -m 644 $file %{buildroot}%{_mandir}/man3/`basename $file .l`.3
    echo %{_mandir}/man3/`basename $file .l`.3%{_extension} >> lapack-man-pages
done
touch blas-man-pages
for file in manpages/blas/man/manl/*; do
    install -m 644 $file %{buildroot}%{_mandir}/man3/`basename $file .l`.3
    echo %{_mandir}/man3/`basename $file .l`.3%{_extension} >> blas-man-pages
done


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.4.2-3
+ Revision: e3ac31d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17059 |14mr|laptop-mode-tools-1.57-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Userland scripts to control "laptop mode"
Name:		laptop-mode-tools
Version:	1.57
%define subrel 1
Release:	6
Source0:	http://www.samwel.tk/laptop_mode/tools/downloads/%{name}_%{version}.tar.gz
Patch1:		laptop-mode-tools-1.11-lsb.patch
Patch2:		fix-kernel-release-detection.patch
Patch3:		brcmsmac-has-no-power-management-support.patch
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://www.samwel.tk/laptop_mode/laptop_mode
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Conflicts:	suspend-scripts < 1.9.2
Requires:	hdparm
Requires:	sdparm
Requires(post):	rpm-helper
Requires(preun):rpm-helper
BuildArch:	noarch

%description
Userland scripts to control "laptop mode". Laptop mode is a Linux
kernel feature that allows your laptop to save considerable power, by
allowing the hard drive to spin down for longer periods of time. This
package contains the userland scripts that are needed to enable laptop
mode.

%prep
%setup -q -n %{name}_%{version}
%patch1 -p1 -b .lsb
%patch2 -p1
%patch3 -p1

%install
rm -rf %{buildroot}

#not created during install
mkdir -p %{buildroot}%{_sysconfdir}/pm/sleep.d

DESTDIR=%{buildroot} \
INIT_D=%{buildroot}%{_initrddir} \
MAN_D=%{_mandir} \
INSTALL="install" \
  ./install.sh

%post
%_post_service laptop-mode

%preun
%_preun_service laptop-mode

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_sbindir}/*
%{_prefix}/lib/pm-utils/sleep.d/01laptop-mode
%dir %{_sysconfdir}/laptop-mode
%{_sysconfdir}/laptop-mode/*-start
%{_sysconfdir}/laptop-mode/*-stop
%dir %{_sysconfdir}/laptop-mode/*.d
%config(noreplace) %{_sysconfdir}/laptop-mode/conf.d/*.conf
%config(noreplace) %{_sysconfdir}/laptop-mode/*.conf
%config(noreplace) %{_sysconfdir}/acpi/events/*
%attr(755,root,root) %{_sysconfdir}/acpi/actions/*
%{_sysconfdir}/udev/rules.d/99-laptop-mode.rules
%{_sysconfdir}/power/event.d/laptop-mode
%{_sysconfdir}/power/scripts.d/laptop-mode
%{_sysconfdir}/apm
%{_sysconfdir}/pm
%{_initrddir}/*
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/modules
%{_datadir}/%{name}/modules/*
%{_datadir}/%{name}/module-helpers/*
%{_mandir}/man8/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.57-6
+ Revision: 2f80c94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17060 |14mr|latex2html-2012-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define compactversion	2002-2-1
%define latex2htmldir %{_prefix}/lib/%{name}

Summary:	LaTeX to HTML converter
Name:		latex2html
Version:	2012
Release:	2
License:	GPLv2+
Group:		Publishing
Url:		http://www.latex2html.org
Source0:	http://mirrors.ctan.org/support/latex2html/%{name}-%{version}.tgz
Patch0:		%{name}-2002-gsfonts.patch
Patch1:		%{name}-%{compactversion}-path.patch
Patch2:		%{name}-perlversion.patch
Patch3:		%{name}-doc-address.patch
Patch4:		%{name}-pdfoutput.patch
Patch5:		%{name}-gs-stderr.patch
Patch6:		%{name}-perlcall.patch
Patch7:		%{name}-htmladdimg.patch
BuildArch:	noarch
BuildRequires:	tetex-dvips
BuildRequires:	tetex-latex ghostscript
BuildRequires:	ghostscript-dvipdf
BuildRequires:	netpbm
Requires:	ghostscript >= 6.50
Requires:	giftrans
Requires:	netpbm
Requires:	tetex-latex
Requires:	tetex-dvips

%description
Elaborate perl program to convert latex documents to html, using LaTeX
to process images and equations.

%files
%{_bindir}/*
%dir %{latex2htmldir}
%{latex2htmldir}/*
%{_datadir}/texmf/tex/latex/html/
%{_docdir}/%{name}-%{version}

%post
[ -x /usr/bin/texhash ] && /usr/bin/env - /usr/bin/texhash 2> /dev/null
exit 0

%postun
[ -x /usr/bin/texhash ] && /usr/bin/env - /usr/bin/texhash 2> /dev/null
exit 0

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
TMP=/var/tmp ./configure \
	--with-gs=%{_bindir}/gs \
	--with-texpath=%{_datadir}/texmf/tex/ \
	--without-mktexlsr \
	--with-perl=%{__perl} \
	--prefix=%{_prefix} \
	--shlibdir=%{latex2htmldir} \
	--with-initex="%{_bindir}/tex -ini" \
	--with-rgb=/usr/share/X11/rgb.txt
%make

%install
# custom "make install" so paths are proper in the perl programs
mkdir -p %{buildroot}%{_bindir} \
	%{buildroot}%{latex2htmldir}

install -m 755 latex2html %{buildroot}%{_bindir}
install -m 755 pstoimg %{buildroot}%{_bindir}
install -m 755 texexpand %{buildroot}%{_bindir}

rm -f L2hos/Win32.pm
rm -f L2hos/Dos.pm
rm -f L2hos/Mac.pm
rm -f L2hos/OS2.pm

cp -avRf IndicTeX-HTML %{buildroot}%{latex2htmldir}/
cp -avRf L2hos.pm %{buildroot}%{latex2htmldir}/
cp -avRf L2hos %{buildroot}%{latex2htmldir}/
cp -avRf XyMTeX-HTML %{buildroot}%{latex2htmldir}/
cp -avRf cweb2html %{buildroot}%{latex2htmldir}/
cp -avRf docs %{buildroot}%{latex2htmldir}/
cp -avRf example %{buildroot}%{latex2htmldir}/
cp -avRf foilhtml %{buildroot}%{latex2htmldir}/
cp -avRf icons %{buildroot}%{latex2htmldir}/
cp -avRf makeseg %{buildroot}%{latex2htmldir}/
cp -avRf styles %{buildroot}%{latex2htmldir}/
cp -avRf texinputs %{buildroot}%{latex2htmldir}/
cp -avRf versions %{buildroot}%{latex2htmldir}/

cp -avRf cfgcache.pm dot.latex2html-init l2hconf.pm makemap readme.hthtml \
	%{buildroot}%{latex2htmldir}/

mkdir -p %{buildroot}%{_datadir}/texmf/tex/latex/html
cp -avRf texinputs/* %{buildroot}%{_datadir}/texmf/tex/latex/html

mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
cp -avRf Changes FAQ MANIFEST README readme.hthtml TODO BUGS INSTALL \
	dot.latex2html-init example \
		%{buildroot}%{_defaultdocdir}/%{name}-%{version}

# fix perl path in a few places:
sed -i -e 's#/usr/local/bin/perl#%{__perl}#' %{buildroot}%{_prefix}/lib/latex2html/cweb2html/cweb2html
sed -i -e 's#/usr/local/bin/perl#%{__perl}#' %{buildroot}%{_prefix}/lib/latex2html/makeseg/makeseg
sed -i -e 's#/usr/local/bin/perl#%{__perl}#' %{buildroot}%{latex2htmldir}/makemap


# fix some installation path
sed -i -e "s#%{_builddir}/%{name}-%{compactversion}#%{latex2htmldir}#" \
	%{buildroot}%{latex2htmldir}/cfgcache.pm
sed -i -e "s#%{_datadir}/lib/latex2html#%{latex2htmldir}#" \
	%{buildroot}%{latex2htmldir}/cfgcache.pm

# these files are already included in tetex
(cd %{buildroot}%{_datadir}/texmf/tex/latex/html
rm -f floatflt.ins latin9.def url.sty
)


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2012-2
+ Revision: e828dba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17061 |14mr|lazarus-1.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lazarus Component Library and IDE for Freepascal
Name:		lazarus
Version:	1.2.4
Release:	2
# GNU Classpath style exception, see COPYING.modifiedLGPL
License:	GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions
Group:		Development/Pascal
Url:		http://www.lazarus.freepascal.org/
Source0:	http://sourceforge.net/projects/%{name}/files/Lazarus%20Zip%20_%20GZip/Lazarus%20%{version}/%{name}-%{version}-0.tar.gz
Source1:	lazarus-miscellaneousoptions
Source10:	lazarus.rpmlintrc
Patch0:		Makefile_patch.diff
Patch1:		Desktop_patch.diff
Patch3:		add_gdb_settings.patch
BuildRequires:	desktop-file-utils
BuildRequires:	fpc >= 2.6.0
BuildRequires:	fpc-src >= 2.6.0
BuildRequires:	gdb
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	binutils
Requires:	fpc >= 2.6.0
Requires:	fpc-src >= 2.6.0
Requires:	gdb
Requires:	pkgconfig(gdk-pixbuf-2.0)
Requires:	pkgconfig(glib-2.0)
Requires:	pkgconfig(gtk+-2.0)
Requires:	glibc-devel

%description
Lazarus is a free and opensource RAD tool for freepascal using the lazarus
component library - LCL, which is also included in this package.

%files
%doc lazarus/COPYING* lazarus/README.txt
%{_libdir}/%{name}
%{_bindir}/%{name}-ide
%{_bindir}/startlazarus
%{_bindir}/lazbuild
%{_bindir}/%{name}-miscellaneousoptions
%{_datadir}/pixmaps/lazarus.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/lazarus.xml
%dir %{_sysconfdir}/lazarus
%config(noreplace) %{_sysconfdir}/lazarus/editoroptions.xml
%config(noreplace) %{_sysconfdir}/lazarus/environmentoptions.xml
%{_mandir}/*/*

%postun
if [ $1 = 0 ]
then
rm -rf %{_libdir}/%{name}
fi

#----------------------------------------------------------------------------

%prep
%setup -q -c
%patch0 -p0
%patch1 -p0
%patch3 -p0

%build
cd lazarus
# Remove the files for building debian-repositories
rm -rf debian
pushd tools
find install -depth -type d ! \( -path "install/linux/*" -o -path "install/linux" -o -path "install" \) -exec rm -rf '{}' \;
popd

export FPCDIR=%{_datadir}/fpcsrc/
fpcmake -Tall

MAKEOPTS="-gl -gw -Fl/usr/%{_lib}"

make bigide OPT="$MAKEOPTS"
make tools OPT="$MAKEOPTS"
make lazbuild OPT="$MAKEOPTS"

# Add the ability to create gtk2-applications
export LCL_PLATFORM=gtk2
make packager/registration lazutils lcl codetools bigidecomponents OPT='-gl -gw'
export LCL_PLATFORM=
strip lazarus
strip startlazarus
strip lazbuild

%install
LAZARUSDIR=%{_libdir}/%{name}
FPCDIR=%{_datadir}/fpcsrc/
mkdir -p %{buildroot}$LAZARUSDIR
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/mime/packages
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_sysconfdir}/lazarus
cp -a lazarus/* %{buildroot}$LAZARUSDIR/
install -m 0644 lazarus/images/ide_icon48x48.png %{buildroot}%{_datadir}/pixmaps/lazarus.png
install -m 0644 lazarus/install/lazarus.desktop %{buildroot}%{_datadir}/applications/lazarus.desktop
install -m 0644 lazarus/install/lazarus-mime.xml $LazBuildDir%{buildroot}%{_datadir}/mime/packages/lazarus.xml
ln -sf $LAZARUSDIR/lazarus %{buildroot}%{_bindir}/lazarus-ide
ln -sf $LAZARUSDIR/startlazarus %{buildroot}%{_bindir}/startlazarus
ln -sf $LAZARUSDIR/lazbuild %{buildroot}%{_bindir}/lazbuild
cat lazarus/install/man/man1/lazbuild.1 | gzip > %{buildroot}%{_mandir}/man1/lazbuild.1.gz
cat lazarus/install/man/man1/lazarus-ide.1 | gzip > %{buildroot}%{_mandir}/man1/lazarus-ide.1.gz
cat lazarus/install/man/man1/startlazarus.1 | gzip > %{buildroot}%{_mandir}/man1/startlazarus.1.gz
install lazarus/tools/install/linux/editoroptions.xml %{buildroot}%{_sysconfdir}/lazarus/editoroptions.xml

# fix fpc and lazarus path
install lazarus/tools/install/linux/environmentoptions.xml %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml
sed -i 's/\$(FPCVER)\///g' %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml
sed -i 's/%LazarusVersion%//g' %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml

#Fix config path (akdengi)
sed -i 's#__LAZARUSDIR__#'$LAZARUSDIR/'#g' %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml
sed -i 's#__FPCSRCDIR__#'$FPCDIR'#g' %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml

chmod 755 %{buildroot}%{_libdir}/%{name}/components/lazreport/tools/localize.sh

pushd %{buildroot}%{_libdir}/%{name}
rm -f *.txt
rm -rf install
popd

install -m 755 %{SOURCE1} %{buildroot}%{_bindir}/


%changelog
* Mon Aug 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.4-2
+ Revision: a6c5991
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17062 |14mr|lbreakout2-2.6.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define levelsets	20120815

# getting latest levelset ?
%bcond_with	fetch_levels

Summary:	Breakout-style arcade game
Name:		lbreakout2
Version:	2.6.4
Release:	3
License:	GPLv2
Group:		Games/Arcade
Url:		http://lgames.sourceforge.net/
Source0:	http://download.sourceforge.net/lgames/%{name}-%{version}.tar.gz
Source1:	http://download.sourceforge.net/lgames/%{name}-levelsets-%{levelsets}.tar.gz
Source5:	%{name}-16.png
Source6:	%{name}-32.png
Source7:	%{name}-48.png
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	texinfo
%if %{with fetch_levels}
BuildRequires:	wget
%endif

%description
LBreakout is a classical Breakout game and this means (if you like Breakout ;-)
it is a lot of fun to play!
If you never ever played such a game you can check out the manual for more
information, take a look at the screenshots and last but not least... play it!

%prep
%setup -q

# getting latest levelsets
%if %{with fetch_levels}
wget http://lgames.sourceforge.net/LBreakout2/levels/levelsets.tar.gz
mv levelsets.tar.gz %{SOURCE1}
%endif

%build
%configure2_5x	--bindir=%{_gamesbindir} \
		--with-libiconv-prefix=%{_prefix} \
		--without-included-gettext \
		--with-libintl-prefix=%{_prefix} \
		--localstatedir=%{_localstatedir}/lib/games
%make

%install
install -d %{buildroot}%{_localstatedir}/lib/games
%makeinstall_std

tar -xf %{SOURCE1} -C %{buildroot}%{_datadir}/%{name}/levels

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=LBreakout 2
Comment=Breakout-style arcade game
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

install -D -m644 %{SOURCE5} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m644 %{SOURCE6} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m644 %{SOURCE7} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# those docs are not wanted
rm -r %{buildroot}/usr/doc

# remove ugly default desktop file, use our own
rm -r %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc README TODO
%attr(2755, root, games) %{_gamesbindir}/%{name}
%attr(2755, root, games) %{_gamesbindir}/%{name}server
%config(noreplace) %attr(664, games, games) %{_localstatedir}/lib/games/*
%{_datadir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_iconsdir}/lbreakout48.gif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6.4-3
+ Revision: 616f10f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17063 |14mr|lbxproxy-1.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: lbxproxy
Version: 1.0.2
Release: 5
Summary: Low Bandwidth X proxy
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(ice) >= 1.0.0
BuildRequires: pkgconfig(lbxutil) >= 1.0.0
BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: x11-xtrans-devel >= 1.0.0

%description
Applications that would like to take advantage of the Low Bandwidth
extension to X (LBX) must make their connections to an lbxproxy. These
applications need to know nothing about LBX, they simply connect to the
lbxproxy as if were a regular server. The lbxproxy accepts client connections,
multiplexes them over a single connection to the X server, and performs various
optimizations on the X protocol to make it faster over low bandwidth and/or
high latency connections.
Note that current X servers don't support the LBX extension, so this package is
only useful to connect to old X servers.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/lbxproxy
%{_libdir}/X11/lbxproxy/AtomControl
%{_mandir}/man1/lbxproxy.1*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-5
+ Revision: d072d82
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17064 |14mr|lcms-1.19-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Color management library
Name:		lcms
Version:	1.19
Release:	8
License:	MIT
Group:		Graphics
URL:		http://www.littlecms.com/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	autoconf automake libtool
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	python-devel
BuildRequires:	swig
BuildRequires:	zlib-devel
Conflicts:	%{mklibname lcms 1}-devel < 1.16

%description
Little cms is a color management library. Implements fast transforms between
ICC profiles. It is focused on speed, and is portable across several platforms.

%package -n	%{libname}
Summary:	The Shared library for "Little cms"
Group:		System/Libraries
Provides:	liblcms = %{version}
Obsoletes:	liblcms < 1.19-7

%description -n	%{libname}
Little cms is a color management library. Implements fast transforms between
ICC profiles. It is focused on speed, and is portable across several platforms.

This package provides the shared lcms library.

%package -n	%{develname}
Summary:	Static library and header files for the "Little cms" library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Obsoletes:	%{name}-devel < 1.19-7
Obsoletes:	%{mklibname lcms 1}-devel < 1.19-7
Requires:	%{libname} >= %{version}-%{release}

%description -n	%{develname}
Little cms is a color management library. Implements fast transforms between
ICC profiles. It is focused on speed, and is portable across several platforms.

This package contains the static lcms library and its header files.

%package -n	python-lcms
Summary:	Python bindings for the lcms color management engine
Group:		Development/Python

%description -n	python-lcms
python-lcms is a Python module that interfaces to the lcms color management
engine.

%prep

%setup -q

# fix attribs
chmod 644 doc/* matlab/* AUTHORS COPYING NEWS README.1ST python/testbed/*

%build
autoreconf -fi

%configure2_5x \
    --with-python \
    --disable-static

# regenerate the swig shit
pushd python
    ./swig_lcms
popd

%make

%check
make check

%install
%makeinstall_std

%files
%doc doc/* matlab/*.pdf
%attr(0755,root,root) %{_bindir}/icc2ps
%attr(0755,root,root) %{_bindir}/icclink
%attr(0755,root,root) %{_bindir}/icctrans
%attr(0755,root,root) %{_bindir}/jpegicc
%attr(0755,root,root) %{_bindir}/tiffdiff
%attr(0755,root,root) %{_bindir}/tifficc
%attr(0755,root,root) %{_bindir}/wtpt
%attr(0644,root,root) %{_mandir}/man1/icc2ps.1*
%attr(0644,root,root) %{_mandir}/man1/icclink.1*
%attr(0644,root,root) %{_mandir}/man1/jpegicc.1*
%attr(0644,root,root) %{_mandir}/man1/tifficc.1*
%attr(0644,root,root) %{_mandir}/man1/wtpt.1*

%files -n %{libname}
%doc AUTHORS COPYING NEWS README.1ST
%attr(0755,root,root) %{_libdir}/*.so.*

%files -n %{develname}
%attr(0644,root,root) %{_includedir}/*
%attr(0644,root,root) %{_libdir}/*.so
%attr(0644,root,root) %{_libdir}/pkgconfig/lcms.pc

%files -n python-lcms
%doc python/testbed/*
%attr(0644,root,root) %{py_platsitedir}/lcms.py
%attr(0755,root,root) %{py_platsitedir}/_lcms.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.19-8
+ Revision: 7ba293c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17065 |14mr|lcms2-2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname lcms2_ %{major}
%define devname %mklibname lcms2 -d

Summary:	Color Management Engine
Name:		lcms2
Version:	2.6
Release:	2
License:	MIT
Group:		Graphics
Url:		http://www.littlecms.com/
Source0:	http://www.littlecms.com/%{name}-%{version}.tar.gz
Patch0:		lcms2-2.5-CVE-2014-0459.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(zlib)

%description
LittleCMS intends to be a small-footprint, speed optimized color management
engine in open source form. LCMS2 is the current version of LCMS, and can be
parallel installed with the original (deprecated) lcms.

%files
%doc AUTHORS COPYING
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{libname}
This package provides the shared lcms2 library.

%files -n %{libname}
%{_libdir}/liblcms2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for LittleCMS
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for LittleCMS2.

%files -n %{devname}
%doc doc/*.pdf
%{_includedir}/*
%{_libdir}/liblcms2.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static \
	--program-suffix=2
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6-2
+ Revision: e1f088e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17066 |14mr|ldapjdk-4.18-0.0.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define spname                ldapsp
%define tar_name        ldapsdk_java
%define tar_version        20020819
%define section                free
%define gcj_support        1

Name:           ldapjdk
Version:        4.18
Release:        0.0.8
Epoch:          0
Summary:        Mozilla LDAP Java SDK
License:        MPL
Group:          Development/Java
URL:            http://www.mozilla.org/directory/javasdk.html
# cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot export -r LDAPJavaSDK_418 DirectorySDKSourceJava
# tar cjf ldapjdk-4.18.tar.bz2 mozilla
Source0:        ldapjdk-4.18.tar.bz2
Requires:       oro
Requires:       jndi
Requires:       jpackage-utils >= 0:1.5
Requires:       jaas
Requires:       jsse
Requires:       java-sasl
BuildRequires:  oro
BuildRequires:  java-devel
BuildRequires:  jndi
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  jaas
BuildRequires:  jsse
BuildRequires:  jss
BuildRequires:  java-sasl
Provides:       jndi-ldap = 0:1.3.0
Provides:       ldapsdk = %{epoch}:%{version}-%{release}
Obsoletes:      ldapsdk < %{epoch}:%{version}-%{release}
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
Buildarch:      noarch
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
The Mozilla LDAP SDKs enable you to write applications which access,
manage, and update the information stored in an LDAP directory.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Obsoletes:      openjmx-javadoc < %{epoch}:%{version}-%{release}

%description javadoc
Javadoc for %{name}

%prep
%setup -q -c

%build
find . -type f -name "*.jar" | xargs -t rm
mv mozilla/directory/* .
rm -rf mozilla

cd java-sdk
export JAVA_HOME="%{java_home}"
export CLASSPATH=$(build-classpath oro jndi jaas jss jsse sasl)
export MOZ_SRC=`pwd`
export JAVA_VERSION=1.5
srcpath=ietfldap:ldapfilter:ldapbeans:ldapjdk:ldapsp:tools

# Main jar
%__make -f ldap.mk clean
%__make -f ldap.mk
%__make -f ldap.mk basepackage
%__make -f ldap.mk JAVADOC="%{javadoc} -sourcepath $srcpath" doc

# ldap jdndi service provides
%__make -f ldapsp.mk clean
%__make -f ldapsp.mk
%__make -f ldapsp.mk basepackage
%__make -f ldapsp.mk JAVADOC="%{javadoc} -sourcepath $srcpath" doc

%install
rm -rf $RPM_BUILD_ROOT

install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 java-sdk/dist/packages/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
install -m 644 java-sdk/dist/packages/%{spname}.jar $RPM_BUILD_ROOT%{_javadir}/%{spname}-%{version}.jar

pushd $RPM_BUILD_ROOT%{_javadir}
        for jar in *-%{version}.jar ; do
                ln -fs ${jar} $(echo $jar | sed "s|-%{version}.jar|.jar|g")
        done
popd

install -d -m 755 $RPM_BUILD_ROOT%{_javadir}-1.3.0

pushd $RPM_BUILD_ROOT%{_javadir}-1.3.0
        ln -fs ../java/*%{spname}.jar jndi-ldap.jar
popd

install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -r java-sdk/dist/doc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc buildjsdk.txt java-sdk/*.htm
%{_javadir}/%{name}*.jar
%{_javadir}/%{spname}*.jar
%{_javadir}-1.3.0/*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}
%{_javadocdir}/%{name}-%{version}





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:4.18-0.0.8
+ Revision: 8441c58
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17067 |14mr|ldb-1.1.16-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname ldb %{major}
%define devname %mklibname -d ldb
%define libpyldbutil %mklibname pyldb-util %{major}
%define devpyldbutil %mklibname -d pyldb-util

%define check_sig() export GNUPGHOME=%{_tmppath}/rpm-gpghome \
if [ -d "$GNUPGHOME" ] \
then echo "Error, GNUPGHOME $GNUPGHOME exists, remove it and try again"; exit 1 \
fi \
install -d -m700 $GNUPGHOME \
gpg --import %{1} \
gpg --trust-model always --verify %{2} %{?3} \
rm -Rf $GNUPGHOME \

Summary:	Library implementing Samba's embedded database
Name:		ldb
Epoch:		1
Version:	1.1.16
Release:	7
Group:		System/Libraries
License:	GPLv2
Url:		http://ldb.samba.org/
Source0:	http://www.samba.org/ftp/ldb/%{name}-%{version}.tar.gz
Source1:	http://www.samba.org/ftp/ldb/%{name}-%{version}.tar.asc
Source2:	samba-pubkey.asc

BuildRequires:	docbook-style-xsl
BuildRequires:	python-tdb >= 1.2.9
BuildRequires:	python-tevent >= 1:0.9.16-0.beta8.0
BuildRequires:	xsltproc
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(pytalloc-util)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(talloc)
BuildRequires:	pkgconfig(tdb)
BuildRequires:	pkgconfig(tevent)

%track
prog %{name} = {
	url = http://www.samba.org/ftp/ldb/
	version = %{version}
	regex = %{name}-(__VER__)\.tar\.gz
}

%description
Library implementing Samba's embedded database and utilities for backing up,
restoring and manipulating the database.

%package -n %{libname}
Group:		System/Libraries
Summary:	Library implementing Samba's embedded database

%description -n %{libname}
Library implementing Samba's embedded database

%package -n ldb-utils
Group:		Databases
Summary:	Tools for backing up, restoring, and manipulating Samba's embedded database
Conflicts:	samba-server < 3.3.2-2

%description -n ldb-utils
Tools for backing up, restoring, and manipulating Samba's embedded database

%package -n %{devname}
Group:		Development/C
Summary:	Library implementing Samba's embedded database
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
# because /usr/include/ldb.h was moved from libsmbclient0-devel to libldb-devel
Conflicts:	%{mklibname smbclient 0 -d} < 3.2.6-3

%description -n %{devname}
Library implementing Samba's embedded database

%package -n python-ldb
Group:		Development/Python
Summary:	Python bindings to Samba's ldb embedded database

%description -n python-ldb
Python bindings to Samba's ldb embedded database

%package -n %{libpyldbutil}
Group:		System/Libraries
Summary:	Utility library for using tdb functions in python

%description -n %{libpyldbutil}
Utility library for using tdb functions in python.

%package -n %{devpyldbutil}
Group:		Development/Python
Summary:	Development files for utility library for using tdb functions in python
Provides:	pyldb-util-devel = %{EVRD}
Requires:	%{libpyldbutil} = %{EVRD}

%description -n %{devpyldbutil}
Development files for utility library for using tdb functions in python.

%prep
%setup -q
sed -i -e 's,http://docbook.sourceforge.net/release/xsl/current,/usr/share/sgml/docbook/xsl-stylesheets,g' docs/builddocs.sh buildtools/wafsamba/wafsamba.py buildtools/wafsamba/samba_conftests.py

# Fix unreadable files
find . -perm 0640 -exec chmod 0644 '{}' \;

%build
# The ldb linker script is incompatible with gold
export LDFLAGS="%{optflags} -fuse-ld=bfd"
%configure2_5x \
	--with-modulesdir=%{_libdir} \
	--bundled-libraries=NONE
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libldb.so.%{major}*

%files -n %{devname}
%{_libdir}/libldb.so
%{_libdir}/pkgconfig/ldb.pc
%{_includedir}/ldb*.h

%files -n ldb-utils
%{_bindir}/ldb*
%{_libdir}/ldb
%{_mandir}/man1/ldb*.1*
%{_mandir}/man3/ldb*.3*

%files -n python-ldb
%{py_platsitedir}/ldb.so

%files -n %{libpyldbutil}
%{_libdir}/libpyldb-util.so.%{major}*

%files -n %{devpyldbutil}
%{_libdir}/libpyldb-util.so
%{_includedir}/pyldb.h
%{_libdir}/pkgconfig/pyldb-util.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.1.16-7
+ Revision: 588e014
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17068 |14mr|ldetect-0.12.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# EDIT IN SVN NOT IN SOURCE PACKAGE (NO PATCH ALLOWED).
%define lib_major 0.12
%define lib_minor 7
%define lib_name %mklibname %{name} %{lib_major}
%define develname %mklibname %name -d

%define build_diet 0

Name:    ldetect
Version: %{lib_major}.%{lib_minor}
Release: 5
Summary: Light hardware detection tool
Source: %{name}-%{version}.tar.xz
Patch0:	rosa-build.patch
Group: System/Kernel and hardware
URL:	  http://www.mandrivalinux.com
BuildRequires: usbutils
BuildRequires: pciutils-devel
BuildRequires: zlib-devel
BuildRequires: kmod-devel
%if %{build_diet}
BuildRequires: dietlibc-devel
%endif
License: GPL

%package -n %{lib_name}
Summary: Light hardware detection library
Requires: ldetect-lst common-licenses
Requires: pciids
Group: System/Libraries

%package -n %develname
Summary: Development package for ldetect
Requires: %{lib_name} = %{version}
Provides: ldetect-devel = %version, libldetect-devel = %version
Group: Development/C

%description
The hardware device lists provided by this package are used as a lookup 
table to get hardware auto-detection.

%description -n %develname
see %name

%description -n %{lib_name}
see %name

%prep
%setup -q
%apply_patches

%build
%if %{build_diet}
%make CFLAGS="-Os -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE" CC="diet gcc" libldetect.a
cp libldetect.a libldetect-diet.a
make clean
%endif
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%if %{build_diet}
install -d $RPM_BUILD_ROOT%{_prefix}/lib/dietlibc/lib-%{_arch}
install libldetect-diet.a $RPM_BUILD_ROOT%{_prefix}/lib/dietlibc/lib-%{_arch}/libldetect.a
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS
%_bindir/*

%files -n %{lib_name}
%defattr(-,root,root)
%_libdir/*.so.*

%files -n %develname
%defattr(-,root,root)
%doc ChangeLog
%_includedir/*
%_libdir/*.a
%if %{build_diet}
%{_prefix}/lib/dietlibc/lib-%{_arch}/libldetect.a
%endif
%_libdir/*.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12.7-5
+ Revision: 6b05423
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17069 |14mr|ldetect-lst-0.1.326-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	bootstrap

Summary:	Hardware list for the light detection library
Name:		ldetect-lst
Version:	0.1.326
Release:	1
Group:		System/Kernel and hardware
License:	GPLv2+
URL:		https://abf.rosalinux.ru/soft/ldetect-lst/
Source0:	%{name}-%{version}.tar.xz
Requires(post):	perl-base
Requires(post):	gzip
Requires(preun):perl-base
BuildRequires:	perl-MDK-Common
%if !%{with bootstrap}
# for testsuite:
BuildRequires:	drakx-kbd-mouse-x11
# needed to create fallback-modules.alias
#BuildRequires:	kernel-desktop
BuildRequires:	kernel-nrj-desktop
# for list_modules.pm
BuildRequires:	drakxtools-backend >= 10.30
%endif
Conflicts:	ldetect < 0.7.18
# for XFdrake using nvidia-current instead of nvidia-97xx
Conflicts:	drakx-kbd-mouse-x11 < 0.21
BuildArch:	noarch

%description
The hardware device lists provided by this package are used as lookup 
table to get hardware autodetection.

%package	devel
Summary:	Devel for ldetect-lst
Group:		Development/Perl
Requires:	ldetect-lst = %{version}-%{release}

%description	devel
This package provides merge2pcitable, a tool that enables to merge in hardware
databases new entries pacakged in eg /usr/share/ldetect-lst/pcitable.d.

%prep
%setup -q

%apply_patches

%build
%if %{with bootstrap}
pushd lst
touch hardcoded-modules.alias fallback-modules.alias preferred-modules.alias
popd
%endif

%make

%install
%makeinstall slibdir=%{buildroot}/lib

#not provide ids for now
rm -f %{buildroot}%{_datadir}/usb.ids
rm -f %{buildroot}%{_datadir}/oui.txt
rm -f %{buildroot}%{_datadir}/pci.ids
rm -f %{buildroot}%{_datadir}/misc/pnp.ids

%post
#update ldetect after install
/usr/sbin/update-ldetect-lst

%files
%doc AUTHORS
%{_datadir}/%{name}
%{_sbindir}/*
/lib/module-init-tools/ldetect-lst-modules.alias

%files devel
%doc convert/README.pcitable
%{_bindir}/*

%changelog
* Tue Jul 22 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.1.326-1
+ Revision: e6a20d0
- Cosmetic: fixed the naming of NVidia graphics cards



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17070 |14mr|leafnode-1.11.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Leafnode - a leafsite NNTP server
Name: 		leafnode
Version: 	1.11.8
Release: 	5
License: 	Artistic
Group: 		System/Servers
URL:		http://www.leafnode.org
Source: 	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source1:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2.asc
Source2:	%{name}.texpire
Source3:	%{name}.filters
Source4: 	%{name}.xinetd
Conflicts:	inn
BuildRequires:	pcre-devel
Requires:	xinetd

%description
Leafnode is a small NNTP server for leaf sites without permanent
connection to the internet. It supports a subset of NNTP and is able to
automatically fetch the newsgroups the user reads regularly from the
newsserver of the ISP.

%prep

%setup -q -n %name-%version

%build
%configure --with-spooldir=/var/spool/news \
	   --with-lockfile=/var/lock/news/%name \
	   --sysconfdir=%{_sysconfdir}/%name
make 

#perl -p -i -e 's|/etc/inetd.conf|/etc/xinetd.d/leafnode|' `grep -r /etc/inetd.conf ../$RPM_BUILD_dir/%{name}-%{version}.rel|awk '{print $1}'| sed 's|^..\/BUILD\/||'|sed -e 's|:.*$|\1|'`

%install
make DESTDIR=%{buildroot} install
install -d %{buildroot}%{_sysconfdir}/{cron.daily,leafnode}
install -m 755 %SOURCE2 %{buildroot}%{_sysconfdir}/cron.daily/texpire
install -m 600 %{_builddir}/%name-%version/config.example %{buildroot}%{_sysconfdir}/leafnode/config
install -m 600 %SOURCE3 %{buildroot}%{_sysconfdir}/leafnode/filters
install -D -m644 %{SOURCE4} %buildroot/etc/xinetd.d/%{name}

cp doc_german/README doc_german/README.de

# Install the man pages
install -d %{buildroot}%{_mandir}/{,de}/man{1,3,8}
install -m 644 doc_german/*.1 %{buildroot}%{_mandir}/de/man1
rm -rf doc_german/*.1
install -m 644 doc_german/*.8 %{buildroot}%{_mandir}/de/man8
rm -rf doc_german/*.8
install -m 644 `find . -name "*.1"` %{buildroot}%{_mandir}/man1
install -m 644 `find . -name "*.8"` %{buildroot}%{_mandir}/man8
rm -f %{buildroot}%{_mandir}/man?/pcre*
mkdir -p %{buildroot}/var/spool/news/message.id/{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}

%pre
if [ -f %{_sysconfdir}/cron.daily/texpire.cron ] ; then
        rm -f %{_sysconfdir}/cron.daily/texpire.cron
fi

%files
%defattr (644,root,root,755)
%doc COPYING CREDITS INSTALL README tools/archivefaq.pl update.sh
#%doc doc_german/README.de doc_german/txt/*
%attr(755,root,root) %config(noreplace) %{_sysconfdir}/cron.daily/texpire
%attr (644,root,man) %{_mandir}/man1/*
%attr (644,root,man) %{_mandir}/de/man1/*
%attr (644,root,man) %{_mandir}/man8/*
%attr (644,root,man) %{_mandir}/de/man8/*
#%attr (644,root,man) %{_mandir}/de/man1/*
#%attr (644,root,man) %{_mandir}/de/man8/*
%defattr (644,news,news,755)
%dir %{_sysconfdir}/leafnode
%attr(600,news,news) %config(noreplace) %{_sysconfdir}/leafnode/*
%config(noreplace) %{_sysconfdir}/xinetd.d/%{name}
%attr(750,news,news) %{_sbindir}/*
%attr(755,news,news) %{_bindir}/*
%dir /var/lock/news
%dir /var/spool/news
%dir /var/spool/news/*
%dir /var/spool/news/message.id/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.11.8-5
+ Revision: 4521b42
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17071 |14mr|leafpad-0.8.18.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	leafpad
%define version	0.8.18.1
%define	title	Leafpad

Summary:	Notepad clone
Name:		%{name}
Version:	%{version}
Release:	6
License:	GPLv2+

Group:		Editors

URL:		http://tarot.freeshell.org/leafpad/
Source0:	http://download.savannah.gnu.org/releases/leafpad/%{name}-%{version}.tar.gz
Patch0:		leafpad-0.8.16-fix-str-fmt.patch
Patch1:		leafpad-0.8.17-fix-desktop.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	gtk2-devel
BuildRequires:	intltool

%description
Leafpad is a simple GTK+ based text editor.
The user interface is similar to "notepad",
and it aims to be lighter than GEdit and
KWrite and to be as useful as them.

Following features are intended...

    * Minimum requirement
    * Minimal menu item
    * No toolbar
    * Single document interface (SDI)
    * Character coding auto detection

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
%configure2_5x
%make WARN_CFLAGS=""

%install
rm -rf %buildroot
%makeinstall_std

%find_lang %name --with-gnome

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf %buildroot

%files -f %name.lang
%defattr(-,root,root)
%doc COPYING README
%{_bindir}/*
%{_datadir}/pixmaps/*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/leafpad.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.18.1-6
+ Revision: a6c8be7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17072 |14mr|lemon-3.7.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %mandriva_branch == Cooker
# Cooker
%define release 2
%else
# Old distros
%define subrel 1
%define release 1
%endif 

Summary:	The Lemon Parser Generator
Name:		lemon
Version:	3.7.9
Release:	%release
License:	Public Domain
Group:		Development/Other
URL:		http://www.sqlite.org/
# taken from http://www.sqlite.org/sqlite-src-3070900.zip
Source0:	http://www.sqlite.org/cvstrac/getfile/sqlite/tool/lemon.c
Source1:	http://www.sqlite.org/cvstrac/getfile/sqlite/tool/lempar.c
Patch0:		lemon-3.7.6.2-system-template.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Lemon is an LALR(1) parser generator for C or C++. It does the same job as
bison and yacc. But lemon is not another bison or yacc clone. It uses a
different grammar syntax which is designed to reduce the number of coding
errors. Lemon also uses a more sophisticated parsing engine that is faster than
yacc and bison and which is both reentrant and thread-safe. Furthermore, Lemon
implements features that can be used to eliminate resource leaks, making is
suitable for use in long-running programs such as graphical user interfaces or
embedded controllers.

%prep

%setup -q -c -T
cp %{SOURCE0} .
cp %{SOURCE1} .
%patch0 -p0

%build

gcc %{optflags} -o lemon lemon.c

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/lemon

install -m0755 lemon %{buildroot}%{_bindir}/
install -m0644 lempar.c %{buildroot}%{_datadir}/lemon/lempar.c

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/lemon
%dir %{_datadir}/lemon
%{_datadir}/lemon/lempar.c



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.7.9-1
+ Revision: acce7b1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17073 |14mr|lensfun-0.2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 0
%define lib_name %mklibname lensfun %{lib_major}
%define lib_dev %mklibname lensfun -d

Name:		lensfun
Version:	0.2.6
Summary:	A library to rectifying the defects introduced by your photographic equipment
Release:	3
License:	GPLv3
Group:		System/Libraries
URL:		http://lensfun.berlios.de/
Source0:	http://download.berlios.de/lensfun/%{name}-%{version}.tar.bz2
# (fc) 0.2.3-1mdv fix build on 64bits
Patch1:		lensfun-0.2.3-64bits.patch
BuildRequires:	python
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	zlib-devel
BuildRequires:	cmake
BuildRequires:	doxygen
Patch0:		lensfun-0.2.6-cmake_LIB_SUFFIX.patch
Patch2:		lensfun-0.2.6-cmake_pkgconfig.patch

%description
A library to rectifying the defects introduced by your photographic equipment.

%files
%{_datadir}/lensfun
%{_docdir}/*

#------------------------------------------------------------------

%package -n	%{lib_name}
Summary:	A library to rectifying the defects introduced by your photographic equipment
Group:		System/Libraries
Requires:	%{name}

%description -n	%{lib_name}
A library to rectifying the defects introduced by your photographic equipment.

%files -n %{lib_name}
%{_libdir}/*.so.*

#------------------------------------------------------------------

%package -n	%{lib_dev}
Summary: Development tools for programs which will use the %{name}
Group: Development/C
Requires: %{lib_name} = %{version}
Provides: %{name}-devel = %{version}-%{release}

%description -n	%{lib_dev}
This package contains the header files and .so
libraries for developing %{name}.

%files -n %{lib_dev}
%{_includedir}/%{name}/*.h*
%{_libdir}/*.so
%{_libdir}/pkgconfig/lensfun.pc

#------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1 -b .64bits
%patch2 -p1


%build
%cmake \
  -DBUILD_DOC:BOOL=ON \
  -DBUILD_TESTS:BOOL=OFF

%make all

%install
mkdir -p %{buildroot}/%{_datadir}/doc/%{name}
make install/fast DESTDIR=%{buildroot} -C build
cp -r  docs/*.txt %{buildroot}%{_datadir}/doc/%{name}/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.6-3
+ Revision: 22209e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17074 |14mr|leptonica-1.70-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname lept %{major}
%define devname %mklibname lept -d

Summary:	C library for image processing and image analysis operations
Name:		leptonica
Version:	1.70
Release:	3
License:	MIT
Group:		Graphics
Url:		http://www.leptonica.org
Source0:	%{name}-%{version}.tar.gz
Patch0:		leptonica-1.70-giflib51.patch
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(zlib)

%description
Well-tested C code for some basic image processing operations, along with
a description of the functions and some design methods. A full set of affine
transformations (translation, shear, rotation, scaling) on images of all depths
is included, with the exception that some of the scaling methods do not work
at all depths. There are also implementations of binary morphology, grayscale
morphology, convolution and rank order filters, and applications such as jbig2
image processing and color quantization.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C library for image processing and image analysis operations
Group:		System/Libraries

%description -n %{libname}
Well-tested C code for some basic image processing operations, along with
a description of the functions and some design methods. A full set of affine
transformations (translation, shear, rotation, scaling) on images of all depths
is included, with the exception that some of the scaling methods do not work
at all depths. There are also implementations of binary morphology, grayscale
morphology, convolution and rank order filters, and applications such as jbig2
image processing and color quantization.

%files -n %{libname}
%{_libdir}/liblept.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	C library for image processing and image analysis operations
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	leptonica-devel = %{EVRD}

%description -n %{devname}
Well-tested C code for some basic image processing operations, along with
a description of the functions and some design methods. A full set of affine
transformations (translation, shear, rotation, scaling) on images of all depths
is included, with the exception that some of the scaling methods do not work
at all depths. There are also implementations of binary morphology, grayscale
morphology, convolution and rank order filters, and applications such as jbig2
image processing and color quantization.

This package contains development files only.

%files -n %{devname}
%doc leptonica-license.txt README.html
%{_libdir}/liblept.so
%{_libdir}/pkgconfig/lept.pc
%{_includedir}/leptonica

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static \
	--disable-programs
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.70-3
+ Revision: 39953f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17075 |14mr|less-460-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define less_p_vers 1.82

Summary:	A text file browser similar to more, but better
Name:		less
Version:	460
Release:	2
License:	GPLv3+ or BSD-like
Url:		http://www.greenwoodsoftware.com/less
Group:		File tools
Source0:	http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
Source1:	faq_less.html
Source2:	http://www-zeuthen.desy.de/~friebel/unix/less/lesspipe-%{less_p_vers}.tar.gz
Patch0:		less-374-manpages.patch
Patch2:		lesspipe-1.72-posix.patch
Patch3:		less-382-fixline.patch
Patch4:		less-392-Foption.patch
# If o3read isn't installed, use the filter that comes with lesspipe
Patch5:		lesspipe-1.72-optional-o3read.patch
Patch6:		less-457-use-odt2txt-in-stead-of-sxw2txt.patch
BuildRequires:	pkgconfig(ncursesw)
# lesspipe.sh requires file
Requires:	file
Suggests:	html2text
Suggests:       odt2txt

%description
The less utility is a text file browser that resembles more, but has
more capabilities.  Less allows you to move backwards in the file as
well as forwards.  Since less doesn't have to read the entire input file
before it starts, less starts up more quickly than text editors (for
example, vi). 

You should install less because it is a basic utility for viewing text
files, and you'll use it frequently.

%prep
%setup -q -a 2
%patch0 -p1 -b .manpages~
cd lesspipe-%{less_p_vers}
%patch2 -p1 -b .posix~
%patch5 -p1 -b .o3read~
cd ..
%patch3 -p1 -b .fixline
%patch4 -p1 -b .Foption
%patch6 -p1 -b .odt2xt~
chmod a+r lesspipe-%{less_p_vers}/*
cp lesspipe-%{less_p_vers}/README README.lesspipe

# Some source files have very odd permissions
# that happen to be passed on to the debug package
find . -name "*.[ch]" |xargs chmod 0644

%build
CFLAGS=$(echo "%{optflags} -DHAVE_LOCALE" | sed -e s/-fomit-frame-pointer//)
%configure2_5x
%make
cd lesspipe-%{less_p_vers}
./configure --yes
cd ..

%install
%makeinstall
# faq
install -m 644 %{SOURCE1} .
cd lesspipe-%{less_p_vers}
%makeinstall PREFIX=%{buildroot}%{_prefix}
cd ..
mkdir -p %{buildroot}%{_sysconfdir}/profile.d/
cat << EOF > %{buildroot}%{_sysconfdir}/profile.d/20less.sh
CHARSET=\$(locale charmap 2> /dev/null)
case "\$CHARSET" in 
       UTF-8) 
               export LESSCHARSET="\${LESSCHARSET:-utf-8}" 
       ;; 
       * ) 
               export LESSCHARSET="\${LESSCHARSET:-koi8-r}" 
       ;; 
esac
# Make a filter for less
export LESSOPEN="|/usr/bin/lesspipe.sh %s"
export LESS="-R"
EOF

cat << EOF > %{buildroot}%{_sysconfdir}/profile.d/20less.csh
if ! ( \$?LESSCHARSET ) then
	set CHARSET=\`locale charmap\`
	if ( "\$CHARSET" == "UTF-8" ) then
		setenv LESSCHARSET utf-8
	else
		setenv LESSCHARSET koi8-r
	endif
endif
# Make a filter for less
setenv LESSOPEN "|/usr/bin/lesspipe.sh %s"
setenv LESS "-R"
EOF

cat << EOF > README.urpmi
This version of less includes lesspipe.sh from Wolfgang Friebel
( http://www-zeuthen.desy.de/~friebel//unix/less/ ).

This enables you to view gz, bz2, lzma, zip, rpm and html files
among others with less. It works by setting the LESSOPEN 
environment variable, see the man pages for details.

If you want to disable this behavior, either use 'unset LESSOPEN' or
use an alias ( alias less='less -l' ).

less will open html files with lynx, then html2text, then cat if
none of the previous were found.
EOF

install -m644 lessecho.1 %{buildroot}%{_mandir}/man1

%check
cd lesspipe-%{less_p_vers}
# make sure we're testing stuff with new less and not currently installed one
export PATH=$PWD/../:$PATH
# FIXME The test suite in lesspipe 1.72 doesn't seem to be compatible
# with perl 5.14 -- re-enable once lesspipe tests have been fixed.
#make test

%files
%doc README NEWS README.lesspipe
%doc faq_less.html lesspipe-%{less_p_vers}/{ChangeLog,german.txt,TODO}
%doc README.urpmi
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/*
%{_sysconfdir}/profile.d/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 460-2
+ Revision: 3daf5c9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17076 |14mr|lesstif-0.95.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major		2
%define libmrm		%mklibname Mrm %{major}
%define libuil		%mklibname Uil %{major}
%define libxm		%mklibname Xm %{major}
%define develname	%mklibname %{name} -d

%define lessdoxdir     %{_docdir}/%{name}

Summary:	A free Motif clone
Name:		lesstif
Version:	0.95.2
Release:	8
License:	LGPL
URL:		http://www.lesstif.org/
Group:		System/Libraries
Source:		http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
Source2:	mwm.png
Source3:	mwm32.png
Source4:	lesstif-mwm-menu-xdg
# Fedora patches
Patch0: lesstif-0.95.2-motif-config.patch
Patch1: lesstif-0.95.0-XxxxProperty-64bit.patch
# Fix PutPixel32 crashing on 64 bit (RH bug #437133)
Patch2: lesstif-0.95.0-PutPixel32.patch
# Slightly ugly hack to disable libDtPrint build. It seems to be
# completely useless, I don't think any apps use it. Debian doesn't
# ship it. - AdamW 2007/07
Patch3:		lesstif-0.95.0-disable-dtprint.patch

BuildRequires:	flex
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xp)
BuildRequires:	fontconfig-devel
BuildRequires:	imake x11-util-cf-files

%description
Lesstif is an API compatible clone of the Motif toolkit. It implements 
the Motif 2.1 API. Many Motif applications compile and run 
out-of-the-box with LessTif, and we want to hear about those that 
don't.

%package -n %{libmrm}
Summary:	Lesstif libraries
Group:		System/Libraries
Obsoletes:	%{mklibname lesstif 2}

%description -n %{libmrm}
This package contains a shared library for %{name}.

%package -n %{libuil}
Summary:	Lesstif libraries
Group:		System/Libraries
Obsoletes:	%{mklibname lesstif 2}

%description -n %{libuil}
This package contains a shared library for %{name}.

%package -n %{libxm}
Summary:	Lesstif libraries
Group:		System/Libraries
Obsoletes:	%{mklibname lesstif 2}

%description -n %{libxm}
This package contains a shared library for %{name}.

%package mwm
Summary:	Lesstif Motif window manager clone based on fvwm
Group:		Graphical desktop/Other
Requires:	desktop-common-data
Conflicts:	openmotif

%description mwm
MWM is a window manager that adheres largely
to the Motif mwm specification.

%package clients
Summary:	Lesstif clients
Group:		Graphical desktop/Other
Requires:	lesstif = %{version}
Conflicts:	openmotif libopenmotif-devel

%description clients
Uil and xmbind clients for Lesstif.

%package -n %{develname}
Group:		Development/C
Summary:	Development library and header files for Lesstif/Motif development
Requires:	%{libmrm} = %{version}
Requires:	%{libuil} = %{version}
Requires:	%{libxm} = %{version}
Obsoletes:	%{name}-devel < %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Conflicts:	libopenmotif-devel

%description -n %{develname}
This package contains the lesstif development library and header files
required to develop motif-based applications.

This package also contains development documentation in html (Lessdox),
and mxmkmf for Lesstif.

%prep
%setup -q
%apply_patches

# Fix autoconf with libtool 2.2
# http://trac.macports.org/ticket/18287
sed -i -e "s:LT_HAVE_FREETYPE:FINDXFT_HAVE_FREETYPE:g" -e "s:LT_HAVE_XRENDER:FINDXFT_HAVE_XRENDER:g" acinclude.m4
autoconf
#LESSTIFTOP=$PWD

%build
export CFLAGS="%{optflags} -DMWM_DDIR=\\\"%{_datadir}/X11/mwm\\\""
%configure2_5x \
	-enable-shared \
	-disable-maintainer-mode \
	-disable-debug \
	-enable-production

perl -pi -e '\
s@^(appdir = ).*(/X11/app-defaults)@$1/usr/share$2@;\
s@^(mwmddir = ).*(/X11/mwm)@$1/usr/share$2@'\
    clients/Motif-2.1/mwm/Makefile
perl -pi -e 's@^(configdir = ).*@$1%{_datadir}/X11/config@' lib/config/Makefile
perl -pi -e 's@^(rootdir = ).*@$1%{lessdoxdir}@' `find doc -name Makefile`
perl -pi -e 's@/X11R6/@/@g' `find . -name Makefile` scripts/motif-config.in

%make

perl -pi -e '\
s@-L/usr(/X11R6)?/%{_lib} @@g;\
s@-I/usr(/X11R6)?/include @@g'\
    scripts/motif-config

%install
rm -rf %{buildroot}
%makeinstall_std

install -d %{buildroot}%{lessdoxdir}/Lessdox
install -c -m 644 doc/lessdox/*/*.html %{buildroot}%{lessdoxdir}/Lessdox || :

# generate config files 
mkdir -p %{buildroot}%{_datadir}/X11/config
cd %{buildroot}%{_datadir}/X11/config
#mv Imake.tmpl Imake-lesstif.tmpl.orig

perl -ne ' 
    if( /#include <Imake.rules>/ ){              
        print $_;
        print "#include <Motif-lesstif.tmpl>\n";
        print "#include <Motif-lesstif.rules>\n";
    }
    elsif ( /IMAKE_CMD = \$\(IMAKE\)/ ){
        print STDERR "found\n";
        s|\$\(IMAKE\)|\$(IMAKE) -T Imake-lesstif.tmpl|;
        print $_;
    }
    else {
        print $_;
    }
' < %{_datadir}/X11/config/Imake.tmpl > Imake-lesstif.tmpl


cd %{buildroot}%{_bindir}
sed -e 's/imake $args/imake -T Imake-lesstif.tmpl $args/' < `which xmkmf` > mxmkmf

# menu support
mkdir -p %{buildroot}/%{_menudir}
install -m 0755 %{SOURCE4} %{buildroot}%{_menudir}/lesstif-mwm

#icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32}/apps
cp %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/mwm.png
cp %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/mwm.png

rm -f %{buildroot}%{_datadir}/X11/config/host.def

# remove unpackaged files
rm -fr %{buildroot}/%{_prefix}/LessTif

%post mwm 	 
%update_menus 	 

%postun mwm 	 
%clean_menus

%files
%doc AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS
%doc ChangeLog NEWS
%doc README ReleaseNotes.txt ReleaseNotes.html
%doc doc/www.lesstif.org/FAQ.html
%{_mandir}/man1/lesstif.1*

%files -n %{libmrm}
%{_libdir}/libMrm.so.%{major}*

%files -n %{libuil}
%{_libdir}/libUil.so.%{major}*

%files -n %{libxm}
%{_libdir}/libXm.so.%{major}*

%files mwm
%doc clients/Motif-2.1/mwm/{COPYING,README}
%{_menudir}/%{name}-mwm
%{_datadir}/X11/mwm
%{_datadir}/X11/app-defaults/Mwm
%{_mandir}/man1/mwm.1*
%{_mandir}/man5/mwmrc.5*
%{_bindir}/mwm
%{_iconsdir}/hicolor/16x16/apps/mwm.png
%{_iconsdir}/hicolor/32x32/apps/mwm.png

%files clients
%doc doc/UIL.txt
%{_bindir}/uil
%{_bindir}/xmbind
%{_mandir}/man1/xmbind.1*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_bindir}/motif-config
%{_bindir}/mxmkmf
%{_datadir}/X11/config/*
%{_datadir}/aclocal/ac_find_motif.m4
%{_mandir}/man1/ltversion.1.*
%{_mandir}/man1/uil.1.*
%{_mandir}/man3/*
%{_mandir}/man5/*
%exclude %{_mandir}/man5/mwmrc.5*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.95.2-8
+ Revision: 5cea547
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17077 |14mr|lexmark2070-0.6-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lexmark 2070 Printer B/W driver
Name:		lexmark2070
Version:	0.6
Release:	14
License:	GPL
Group:		System/Printing
URL:		http://www.kornblum.i-p.com/2070/Lexmark2070.old.html
Source0:	http://www.kornblum.i-p.com/2070/Lexmark2070.latest.tar.bz2
Patch0:		Lexmark2070-LDFLAGS.diff
Requires:	c2070
BuildRequires:	netpbm-devel
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This filter allows to print in B/W a Lexmark 2070 (windows GDI) printer.

%prep

%setup -q -c
%patch0 -p0

%build
make -f makefile CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -m0755 Lexmark2070 %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc README LICENSE
%attr(0755,root,root) %{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-14
+ Revision: cce2464
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17078 |14mr|lexmark7000linux-990516-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package %{nil}

Summary:	Lexmark 7xxx and 57zzz printer driver for Linux
Name:		lexmark7000linux
Version:	990516
Release:	13
License:	GPLv2
Group:		System/Printing
Url:		http://bimbo.fjfi.cvut.cz/~paluch/l7kdriver/olddrv.html
Source0:	http://bimbo.fjfi.cvut.cz/~paluch/l7kdriver/%{name}-%{version}.tar.bz2

%description
This is the printer driver for Lexmark 7000 "GDI" printers.

 * Known to work with Lexmark 7000, 7200 and 5700 printers
 * 600x600 dpi Black & White printing
 * Preliminary 600x600 CMY colour printing for 7000, 7200

%prep
%setup -q

# Fix Makefile
sed -i -e 's@-o root -g root@@' Makefile

%build
make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
install -d %{buildroot}%{_bindir}

%makeinstall

%files
%doc README CHANGES lexmark*-filter lexmarkprotocol.txt *.prn *.pbm
%{_bindir}/pbm2l7k
%{_bindir}/pnmraw2cmyk
%{_bindir}/pbm2lex5700
%{_bindir}/pnm2lex7000
%{_bindir}/pnm2lex5700
%{_bindir}/dbman
%{_bindir}/psprint
%{_bindir}/pscprint


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 990516-13
+ Revision: 96b2145
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17079 |14mr|lftp-4.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname %{name} %{major}
%define develname %mklibname %{name} -d

# build options
%define	enable_dante	0
%{?_with_dante: %define enable_dante 1}

Summary:	Commandline ftp client
Name:		lftp
Version:	4.4.0
Release:	2
URL:		http://lftp.yar.ru/			
Group:		Networking/File transfer
License:	GPLv2+
Source0:	http://ftp.yars.free.net/pub/source/%{name}/%{name}-%{version}.tar.bz2
Source1:	http://ftp.yars.free.net/pub/source/%{name}/%{name}-%{version}.tar.bz2.asc
Patch0:		lftp-2.2.0-lftpgetmanpage.patch
Patch1:		lftp-3.7.7-mdkconf.patch
Patch2:		lftp-4.2.0-link.patch
Patch3:		lftp-3.7.14-fix-str-fmt.patch
Patch4:		lftp-4.4.0-gets.patch
Requires:	less
BuildRequires:	ncurses-devel
BuildRequires:	gnutls-devel >= 3.0
BuildRequires:	readline-devel
BuildRequires:	expat-devel
%if %enable_dante
BuildRequires:	dante-devel
%endif

%description
LFTP is a shell-like command line ftp client. The main two advantages
over other ftp clients are reliability and ability to perform tasks
in background. It will reconnect and reget the file being transferred
if the connection broke. You can start a transfer in background and
continue browsing on the ftp site.  It does this all in one process.
When you have started background jobs and feel you are done, you can
just exit lftp and it automatically moves to nohup mode and completes
the transfers. It has also such nice features as reput and mirror.

%if %enable_dante
Build option:
--with dante	Enable dante support
%endif

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries

%description -n	%{libname}
Dynamic libraries from %{name}.

%package -n %{develname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes:	%mklibname -d lftp 0

%description -n	%{develname}
Libraries and includes files for developing programs based on %{name}.

%prep
%setup -q
%patch0 -p1 -b .manpage
%patch1 -p1 -b .agent
%patch2 -p1 -b .link
%patch4 -p1 -b .gets

%build
%configure2_5x \
	--with-modules=yes \
	--with-pager="exec less" \
%if %enable_dante
	--with-socksdante=yes \
%endif

%make 

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING FAQ MIRRORS NEWS 
%doc README.* THANKS TODO lftp.lsm BUGS
%config(noreplace) %{_sysconfdir}/lftp.conf
%{_bindir}/*
%{_mandir}/man?/*
%{_datadir}/%{name}/

%files -n %{libname}
%{_libdir}/*.so.%{major}*
%dir %{_libdir}/lftp/%{version}
%{_libdir}/lftp/%{version}/*.so

%files -n %{develname}
%{_libdir}/*.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.4.0-2
+ Revision: f8da796
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17080 |14mr|lha-1.14i-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An archiving and compression utility for LHarc format archives
Name:		lha
Epoch:		1
Version:	1.14i
Release:	25
License:	Freeware-like
Group:		Archiving/Compression
Url:		http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm
Source0:	http://www2m.biglobe.ne.jp/~dolphin/lha/prog/%{name}-114i.tar.bz2
Source1:	http://packages.debian.org/changelogs/pool/non-free/l/lha/current/copyright
Patch0:		lha-1.14i-make.patch
Patch1:		lha-1.14e-ext.patch
Patch2:		lha-1.14i-fix-includes.patch
Patch3:		lha-114i-sec.patch
Patch4:		lha-114i-symlink.patch
Patch5:		lha-dir_length_bounds_check.patch
Patch6:		lha-114i-sec2.patch
Patch7:		lha-1.14i-CVE-2007-2030.patch

%description
LhA is an archiving and compression utility for LHarc format archive.
LhA is mostly used in the Amiga and in the DOS world, but can be used 
under Linux to extract files from .lha and .lzh archives. 

Install the LhA package if you need to extract files from .lha or .lzh
Amiga or DOS archives, or if you have to build LhA archives to
be read on the Amiga or DOS.

%prep
%setup -qn %{name}-114i
%patch0 -p0
%patch1
%patch2 -p0
%patch4 -p1 -b .symlink

# security fixes
%patch3 -p1 -b .sec
%patch5 -p1 -b .bounds
%patch6 -p1 -b .sec2
%patch7 -p1 -b .cve-2007-2030

cp %{SOURCE1} .

%build
make OPTIMIZE="%{optflags} -DSUPPORT_LH7 -DMKSTEMP" LDFLAGS="%{ldflags}"

%install
install -m755 src/lha -D %{buildroot}%{_bindir}/lha
install -m644 man/lha.n -D %{buildroot}%{_mandir}/ja/man1/lha.1

%files
%doc copyright
%{_bindir}/lha
%lang(ja) %{_mandir}/ja/man1/lha.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.14i-25
+ Revision: 29b0b31
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17081 |14mr|libabw-0.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.1
%define major 1
%define libname %mklibname abw %{api} %{major}
%define devname %mklibname abw -d

Summary:	A library for import of AbiWord files
Name:		libabw
Version:	0.1.0
Release:	2
License:	MPLv2.0
Group:		System/Libraries
Url:		http://www.freedesktop.org/wiki/Software/libabw/
Source0:	http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRequires:	gperf
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(zlib)

%description
%{name} is a library for import of AbiWord files.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for import of AbiWord files
Group:		System/Libraries

%description -n %{libname}
A library for import of AbiWord files.

%files -n %{libname}
%{_libdir}/libabw-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc ChangeLog
%{_includedir}/%{name}-%{api}
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/libabw-%{api}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation of %{name} API
Group:		Documentation
BuildArch:	noarch

%description doc
This package contains documentation files for %{name}.

%files doc
%doc COPYING.MPL
%doc docs/doxygen/html

#----------------------------------------------------------------------------

%package tools
Summary:	Tools to transform AbiWord files into other formats
Group:		Publishing

%description tools
Tools to transform AbiWord files into other formats. Currently
supported: XHTML, raw, text.

%files tools
%{_bindir}/abw2raw
%{_bindir}/abw2text
%{_bindir}/abw2html

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi

%configure2_5x \
	--disable-silent-rules \
	--disable-static \
	--disable-werror
sed -i \
    -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
    libtool
%make

%install
%makeinstall_std

# we install API docs directly from build
rm -rf %{buildroot}/%{_docdir}/%{name}


%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.0-2
+ Revision: 24c5a2b
- Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17082 |14mr|libaio-0.3.109-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	libaio
%define	version	0.3.109
%define release	5

%define major	1
%define	libname	%mklibname aio %major
%define	libnamedev %mklibname aio -d
%define	libnamedev_static %mklibname aio -d -s

Name:		%{name}
Version:	%{version}
Release:	%{release}

Summary: 	Linux-native asynchronous I/O access library
License: 	LGPLv2+
Group:	 	System/Libraries
Source: 	ftp://ftp.kernel.org/pub/linux/libs/aio/%{name}-%{version}.tar.bz2
Patch0:		libaio-install-to-slash.patch
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
richer API and capability set than the simple POSIX async I/O facility.
This library, libaio, provides the Linux-native API for async I/O.
The POSIX async I/O facility requires this library in order to provide
kernel-accelerated async I/O capabilities, as do applications which
require the Linux-native async I/O API.
You may require this package if you want to install some DBMS.

%package -n     %{libname}
Summary:        Dynamic libraries for libaio
Group:          System/Libraries
Provides:	%name = %version-%release

%description -n %{libname}
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
richer API and capability set than the simple POSIX async I/O facility.
This library, libaio, provides the Linux-native API for async I/O.
The POSIX async I/O facility requires this library in order to provide
kernel-accelerated async I/O capabilities, as do applications which
require the Linux-native async I/O API.

%package -n	%{libnamedev}
Summary:	Development and include files for libaio
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{libname}-devel

%description -n	%{libnamedev}
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
richer API and capability set than the simple POSIX async I/O facility.
This library, libaio, provides the Linux-native API for async I/O.
The POSIX async I/O facility requires this library in order to provide
kernel-accelerated async I/O capabilities, as do applications which
require the Linux-native async I/O API.

This archive contains the header-files for %{libname} development.

%package -n	%{libnamedev_static}
Summary:	Development components for libaio
Group:		Development/C
Requires:	%{libnamedev} = %{version}-%{release}
Obsoletes:	%{libname}-static-devel

%description -n	%{libnamedev_static}
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
richer API and capability set than the simple POSIX async I/O facility.
This library, libaio, provides the Linux-native API for async I/O.
The POSIX async I/O facility requires this library in order to provide
kernel-accelerated async I/O capabilities, as do applications which
require the Linux-native async I/O API.

This archive contains the static libraries (.a) 

%prep
%setup -q -a 0
mv %{name}-%{version} compat-%{name}-%{version}

%build
export CFLAGS="%{optflags}"
# A library with a soname of 1.0.0 was inadvertantly released.  This
# build process builds a version of the library with the broken soname in
# the compat-libaio-0.3.103 directory, and then builds the library again
# with the correct soname.
cd compat-%{name}-%{version}
%make \
    soname='libaio.so.1.0.0' libname='libaio.so.1.0.0' \
    CFLAGS="%{optflags} -nostdlib -nostartfiles -I. -fPIC"
cd ..
%make CFLAGS="%{optflags} -nostdlib -nostartfiles -I. -fPIC"

%install
rm -rf %{buildroot}
cd compat-%{name}-%{version}
install -D -m 755 src/libaio.so.1.0.0 \
  %{buildroot}/%{_libdir}/libaio.so.1.0.0
cd ..
%make libdir=%{buildroot}%{_libdir} \
	includedir=%{buildroot}%{_includedir} \
    install

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libaio.so.%{major}*

%files -n %{libnamedev}
%defattr(-,root,root)
%doc COPYING TODO
%{_includedir}/*
%{_libdir}/libaio.so

%files -n %{libnamedev_static}
%defattr(-,root,root)
%{_libdir}/libaio.a




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.109-5
+ Revision: b8bb97b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17083 |14mr|libao-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define	major	4
%define	libname	%mklibname ao %{major}
%define	devname	%mklibname ao -d

Name:		libao
Summary:	Cross Platform Audio Output Library
Version:	1.2.0
Release:	1
Group:		System/Libraries
License:	GPL
URL:		http://www.xiph.org/ao/
Source0:	http://downloads.xiph.org/releases/ao/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libpulse)

%description
Libao is a cross-platform audio library that allows programs 
to output audio using a simple API on a wide variety of platforms. 
It currently supports:

- ALSA
- pulseaudio
- OSS

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%doc AUTHORS COPYING README
%{_libdir}/libao.so.%{major}*
%{_libdir}/ao/*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc CHANGES doc/*.{html,c,css}
%{_includedir}/ao
%{_libdir}/libao.so
%{_libdir}/ckport/db/libao.ckport
%dir %{_libdir}/%{name}/
%{_datadir}/aclocal/ao.m4
%{_libdir}/pkgconfig/*
%{_mandir}/man5/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-esound \
	--disable-arts \
	--enable-pulseaudio \
	--enable-alsa09-mmap

%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_docdir}
install -d -m 755 %{buildroot}%{_libdir}/%{name}/


%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-1
+ Revision: 28161c4
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17084 |14mr|libapogee-2.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          libapogee
Summary:       Apogee Instruments Library
Version:       2.2
Release:       9
Url:           http://indi.sourceforge.net/index.php/Main_Page
License:       GPLv2+
Group:         Development/KDE and Qt
BuildRoot:     %{_tmppath}/%{name}-%{version}-build
Source0:       http://downloads.sourceforge.net/indi/libapogee2_%version.tar.gz
Patch0:        libapogee-2.2.190-fix-lib.patch
Patch1:        libapogee2_2.2-fix-str-fmt.patch
Patch2:        apogee_sysio.patch
Patch3:        libapogee-2.2-curl-types.patch
BuildRequires: cmake
BuildRequires: libusb-devel
BuildRequires: curl-devel

%description
Apogee Instruments Library

#---------------------------------------------

%define apogeee_major 2
%define libapogeee %mklibname apogeee %{apogeee_major}

%package -n %libapogeee
Summary: KDE 4 library
Group: System/Libraries

%description -n %libapogeee
%name library

%files -n %libapogeee
%defattr(-,root,root)
%_libdir/libapogeee.so.%{apogeee_major}*

#---------------------------------------------

%define apogeeu_major 2
%define libapogeeu %mklibname apogeeu %{apogeeu_major}

%package -n %libapogeeu
Summary: KDE 4 library
Group: System/Libraries

%description -n %libapogeeu
%name library

%files -n %libapogeeu
%defattr(-,root,root)
%_libdir/libapogeeu.so.%{apogeeu_major}*

#-----------------------------------------------------------------------------

%package devel
Summary: Devel stuff for %{name}
Group: Development/KDE and Qt
Requires: %libapogeee = %version
Requires: %libapogeeu = %version
%description  devel
Files needed to build applications based on %{name}.

%files devel
%defattr(-,root,root)
%_includedir/libapogee
%_libdir/libapogeee.so
%_libdir/libapogeeu.so

#---------------------------------------------

%prep
%setup -q  -n libapogee2-%version
%patch0 -p1
%patch1 -p0
%patch2 -p1
%patch3 -p1

%build
%cmake
%make

%install
rm -rf "%{buildroot}"
%makeinstall_std -C build

%clean
rm -rf "%{buildroot}"



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-9
+ Revision: e3380a2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17085 |14mr|libarchive-3.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 13
%define libname %mklibname archive %{major}
%define develname %mklibname archive -d

Summary:	Library for reading and writing streaming archives
Name:		libarchive
Version:	3.1.2
Release:	1
License:	BSD
Group:		System/Libraries
URL:		http://code.google.com/p/libarchive/
Source0:	http://libarchive.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		libarchive-2.6.1-headers.patch
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	bison
BuildRequires:	bzip2-devel
BuildRequires:	acl-devel
BuildRequires:	attr-devel
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	libtool
BuildRequires:	zlib-devel
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	sharutils

%description
Libarchive is a programming library that can create and read several different
streaming archive formats, including most popular tar variants and several cpio
formats. It can also write shar archives and read ISO9660 CDROM images and ZIP
archives. The bsdtar program is an implementation of tar(1) that is built on
top of libarchive. It started as a test harness, but has grown and is now the
standard system tar for FreeBSD 5 and 6.

%package -n	%{libname}
Summary:	Library for reading and writing streaming archives
Group:		System/Libraries

%description -n	%{libname}
Libarchive is a programming library that can create and read several different
streaming archive formats, including most popular tar variants and several cpio
formats. It can also write shar archives and read ISO9660 CDROM images and ZIP
archives. The bsdtar program is an implementation of tar(1) that is built on
top of libarchive. It started as a test harness, but has grown and is now the
standard system tar for FreeBSD 5 and 6.

%package -n	%{develname}
Summary:	Development library and header files for the libarchive library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{libname}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
Libarchive is a programming library that can create and read several different
streaming archive formats, including most popular tar variants and several cpio
formats. It can also write shar archives and read ISO9660 CDROM images and ZIP
archives. The bsdtar program is an implementation of tar(1) that is built on
top of libarchive. It started as a test harness, but has grown and is now the
standard system tar for FreeBSD 5 and 6.

This package contains header files for the libarchive library.

%package -n	bsdtar
Summary:	Full-featured tar replacement built on libarchive
Group:		Archiving/Backup

%description -n	bsdtar
The bsdtar program is a full-featured tar replacement built on libarchive.

%package -n	bsdcpio
Summary:	Copy files to and from archives
Group:		Archiving/Backup

%description -n	bsdcpio
bsdcpio copies files between archives and directories. This implementation can
extract from tar, pax, cpio, zip, jar, ar, and ISO 9660 cdrom images and can
create tar, pax, cpio, ar, and shar archives.

%prep

%setup -q
%patch0 -p0 -b .headers

%build
autoreconf -fis

%configure2_5x \
	--disable-static \
    --enable-bsdtar=shared \
    --enable-bsdcpio=shared

%make

%install
%makeinstall_std

%files -n bsdtar
%doc NEWS README
%attr(0755,root,root) %{_bindir}/bsdtar
%attr(0644,root,root) %{_mandir}/man1/bsdtar.1*

%files -n bsdcpio
%attr(0755,root,root) %{_bindir}/bsdcpio
%attr(0644,root,root) %{_mandir}/man1/bsdcpio.1*

%files -n %{libname}
%attr(0755,root,root) %{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%attr(0755,root,root) %{_libdir}/*so
%attr(0644,root,root) %{_libdir}/pkgconfig/libarchive.pc
%attr(0644,root,root) %{_includedir}/*.h
%attr(0644,root,root) %{_mandir}/man3/*
%attr(0644,root,root) %{_mandir}/man5/*




%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.2-1
+ Revision: 949a996
- Updated to 3.1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17086 |14mr|libart_lgpl-2.3.21-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 2

%define lib_name %mklibname art_lgpl %{lib_major}
%define develname %mklibname -d art_lgpl

Summary:	Library for high-performance 2D graphics
Name:		libart_lgpl
Version:	2.3.21
Release:	8
License:	LGPL
Group:		System/Libraries
URL:		http://www.levien.com/libart/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/%{name}-%{version}.tar.bz2

%description
This is the LGPL'd component of libart.  Libart is a library for 
high-performance 2D graphics. All functions needed for
running the Gnome canvas, and for printing support, will be going in
here. The GPL'd component will be getting various enhanced functions
for specific applications.

%package -n %{lib_name}
Summary:	%{summary}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n %{lib_name}
This is the LGPL'd component of libart.  Libart is a library for 
high-performance 2D graphics. All functions needed for
running the Gnome canvas, and for printing support, will be going in
here. The GPL'd component will be getting various enhanced functions
for specific applications.

%package -n %{develname}
Summary:	%{summary}
Group:		Development/GNOME and GTK+
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d art_lgpl 2} < 2.3.21

%description -n %{develname}
This is the LGPL'd component of libart.  Libart is a library for 
high-performance 2D graphics. All functions needed for
running the Gnome canvas, and for printing support, will be going in
here. The GPL'd component will be getting various enhanced functions
for specific applications.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/libart2-config

%multiarch_includes %{buildroot}%{_includedir}/libart-2.0/libart_lgpl/art_config.h

%files -n %{lib_name}
%{_libdir}/libart_lgpl_2.so.%{lib_major}*

%files -n %{develname}
%{_bindir}/*-config
%{multiarch_bindir}/libart2-config
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.21-8
+ Revision: 731de69
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17087 |14mr|libass-0.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	4
%define libname	%mklibname ass %{major}
%define devname	%mklibname ass -d

Summary:	Library for SSA/ASS subtitles rendering
Name:		libass
Version:	0.10.0
Release:	3
License:	GPLv2+
Group:		System/Libraries
URL:		http://code.google.com/p/libass/
Source:		http://libass.googlecode.com/files/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(enca)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)

%description
Libass is a portable library for SSA/ASS subtitles rendering.

%package -n %{libname}
Summary:	Shared library for SSA/ASS subtitles rendering
Group:		System/Libraries

%description -n %{libname}
Libass is a portable library for SSA/ASS subtitles rendering.

%package -n %{devname}
Summary:	Development files for libass development
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	ass-devel = %{version}-%{release}
Provides:	libass-devel = %{version}-%{release}

%description -n %{devname}
Libass is a portable library for SSA/ASS subtitles rendering.

This package contains the files for developing applications which
will use libass.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libass.so.%{major}*

%files -n %{devname}
%doc Changelog
%{_libdir}/libass.so
%{_includedir}/ass
%{_libdir}/pkgconfig/%{name}.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.0-3
+ Revision: 18cca69
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17088 |14mr|libassuan-2.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0

%define libname %mklibname assuan %{major}
%define develname %mklibname assuan -d

Summary:	Assuan - an IPC library for non-persistent servers
Name:		libassuan
Version:	2.0.3
Release:	4
License:	LGPLv3
Group:		System/Libraries
URL:		http://www.gnupg.org/
Source0:	ftp://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.bz2
Source1:	ftp://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.bz2.sig
BuildRequires:	multiarch-utils >= 1.0.3
BuildRequires:	libpth-devel
BuildRequires:	libgpg-error-devel

%description
This is the IPC library used by GnuPG 1.9, gpgme and the old newpg
package. It used to be included with the latter packages but the
authors decided to separated it out to a standalone library.

%package -n %{libname}
Summary:	An IPC library for non-persistent servers
Group:		System/Libraries
Obsoletes:	libassuan < 2.0.0-4
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
This is the IPC library used by GnuPG 1.9, gpgme and the old newpg
package. It used to be included with the latter packages but the
authors decided to separated it out to a standalone library.

%package -n %{develname}
Summary:	Header files and static library for assuan
Group:		Development/C
Provides:	libassuan-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	libpth-devel
Obsoletes:	%{libname}0-devel < 1.0.4
Obsoletes:	%{libname}0-static-devel < 1.0.4

%description -n %{develname}
Header files and static library for assuan.

%prep
%setup -q

%build
%configure2_5x \
	--with-pic \
	--enable-static
%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/libassuan-config

%files -n %{libname}
%{_libdir}/libassuan.so.%{major}*

%files -n %{develname}
%doc ChangeLog AUTHORS NEWS README
%{multiarch_bindir}/libassuan-config
%{_bindir}/libassuan-config
%{_includedir}/*.h
%{_datadir}/aclocal/*.m4
%{_libdir}/libassuan.so
%{_libdir}/libassuan.a
%{_infodir}/*.info*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.3-4
+ Revision: 9d5f660
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17089 |14mr|libast-0.7-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname ast %{major}
%define devname %mklibname ast -d

Summary:	Library of Assorted Spiffy Things
Name:		libast
Version:	0.7
Release:	21
Group:		System/Libraries
License:	BSD
Url:		http://www.eterm.org/
Source0:	http://www.eterm.org/download/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)

%description
LibAST is the Library of Assorted Spiffy Things.  It contains various
handy routines and drop-in substitutes for some good-but-non-portable
functions.  It currently has a built-in memory tracking subsystem as
well as some debugging aids and other similar tools.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library of Assorted Spiffy Things
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
LibAST is the Library of Assorted Spiffy Things.  It contains various
handy routines and drop-in substitutes for some good-but-non-portable
functions.  It currently has a built-in memory tracking subsystem as
well as some debugging aids and other similar tools.

%files -n %{libname}
%doc README
%{_libdir}/libast.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development related files for LibAST
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Install this package if you need to compile applications that needs
%{name}.

%files -n %{devname}
%doc README
%{_libdir}/lib*.so
%{_includedir}/*
%{_datadir}/aclocal/*.m4
%{_bindir}/libast-config
%{multiarch_bindir}/libast-config

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/libast-config

%multiarch_includes %{buildroot}%{_includedir}/libast/sysdefs.h


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7-21
+ Revision: 407ca50
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17090 |14mr|libasyncns-0.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname asyncns
%define name libasyncns
%define version 0.8
%define release 5

%define major 0
%define libname %mklibname %shortname %major
%define libname_devel %mklibname -d %shortname

Summary: A library for executing name service queries asynchronously
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://0pointer.de/lennart/projects/libasyncns/%{name}-%{version}.tar.gz
License: LGPL
Group: System/Libraries
URL: http://0pointer.de/lennart/projects/libasyncns/
BuildRequires : doxygen
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A small and lightweight library that implements easy to use asynchronous
wrappers around the libc NSS functions getaddrinfo(), res_query() and related.


#----------------------------------------------------------------------------

%package -n %{libname}
Summary: A library for executing name service queries asynchronously
Group: System/Libraries
Provides: %name = %{version}-%{release}

%description -n %{libname}
A small and lightweight library that implements easy to use asynchronous
wrappers around the libc NSS functions getaddrinfo(), res_query() and related.


#----------------------------------------------------------------------------

%package -n %{libname_devel}
Summary: Development files for %{name}
Group: Development/C
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}


%description -n %{libname_devel}
Development files for %{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std
find %{buildroot} \( -name *.a -o -name *.la \) -exec rm -f {} \;

%clean
rm -rf %{buildroot}

#----------------------------------------------------------------------------

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/%{name}.so.%{major}*

%files -n %{libname_devel}
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%{_includedir}/%{shortname}.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8-5
+ Revision: 0f699de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17091 |14mr|libatasmart-0.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname atasmart %{major}
%define develname %mklibname -d atasmart

Summary:	ATA S.M.A.R.T. Disk Health Monitoring Library
Name:		libatasmart
Version:	0.19
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://git.0pointer.de/?p=libatasmart.git;a=summary
Source0:	http://0pointer.de/public/libatasmart-%{version}.tar.xz
BuildRequires:	pkgconfig(udev) >= 186
Conflicts:	%{_lib}atasmart0 < 0.14
Patch0:		libatasmart-0.17-initmem.patch

%description
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
health monitoring.

%package -n %{libname}
Summary:	ATA S.M.A.R.T. Disk Health Monitoring Library
Group:		System/Libraries

%description -n	%{libname}
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
health monitoring.

%package -n %{develname}
Summary:	Development Files for libatasmart Client Development
Group:		Development/C
Provides:	libatasmart-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{develname}
Development files for libatasmart Client Development

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
    --disable-static

%make

%install
%makeinstall_std

%files
%doc README LGPL
%{_sbindir}/skdump
%{_sbindir}/sktest

%files -n %{libname}
%{_libdir}/libatasmart.so.%{major}*

%files -n %{develname}
%doc blob-examples/SAMSUNG* blob-examples/ST* blob-examples/Maxtor* blob-examples/WDC* blob-examples/README
%{_includedir}/atasmart.h
%{_libdir}/libatasmart.so
%{_libdir}/pkgconfig/libatasmart.pc
%{_datadir}/vala/vapi/atasmart.vapi



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.19-2
+ Revision: 3244d40
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17092 |14mr|libatomic_ops-7.3-0.alpha3.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define gitdate	28032013
%define sname	atomic_ops
%define prever	alpha3
%define major	1
%define libname	%mklibname %{sname} %{major} 
%define libgpl	%mklibname %{sname}_gpl %{major} 
%define devname %mklibname -d %{sname}

Summary:	Multiplatform atomic memory operation library
Name:		libatomic_ops
Version:	7.3
Release:	0.%{prever}.1
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.hpl.hp.com/research/linux/atomic_ops/
#Source0:	http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/%{name}-%{version}%{prever}.tar.gz
Source0:	libatomic_ops-7.3alpha3-28032013.tar.bz2
Patch0:		libatomic_ops-automake-1.13.patch

%description
Multiplatform atomic memory operation library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libatomic_ops.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgpl}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libgpl}
This package contains the shared library for %{name}.

%files -n %{libgpl}
%{_libdir}/libatomic_ops_gpl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Multiplatform atomic memory operation library
Group:		System/Libraries
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libgpl} = %{EVRD}

%description -n  %{devname}
Provides implementations for atomic memory update operations on a number of
architectures. This allows direct use of these in reasonably portable code.
Unlike earlier similar packages, this one explicitly considers memory barrier
semantics, and allows the construction of code that involves minimum overhead
across a variety of architectures.

It should be useful both for high performance multi-threaded code which can't
afford to use the standard locking primitives, or for code that has to access
shared data structures from signal handlers. For details, see README.txt in
the distribution.

%files -n  %{devname}
%{_includedir}/*.h
%dir %{_includedir}/%{sname}
%{_includedir}/%{sname}/*.h
%dir %{_includedir}/%{sname}/sysdeps
%{_includedir}/%{sname}/sysdeps/*.h
%dir %{_includedir}/%{sname}/sysdeps/gcc
%{_includedir}/%{sname}/sysdeps/gcc/*.h
%dir %{_includedir}/%{sname}/sysdeps/hpc
%{_includedir}/%{sname}/sysdeps/hpc/*.h
%dir %{_includedir}/%{sname}/sysdeps/ibmc
%{_includedir}/%{sname}/sysdeps/ibmc/*.h
%dir %{_includedir}/%{sname}/sysdeps/icc
%{_includedir}/%{sname}/sysdeps/icc/*.h
%dir %{_includedir}/%{sname}/sysdeps/msftc
%{_includedir}/%{sname}/sysdeps/msftc/*.h
%dir %{_includedir}/%{sname}/sysdeps/sunc
%{_includedir}/%{sname}/sysdeps/sunc/*.h
%dir %{_includedir}/%{sname}/sysdeps/armcc
%{_includedir}/%{sname}/sysdeps/armcc/*.h
%dir %{_includedir}/%{sname}/sysdeps/loadstore
%{_includedir}/%{sname}/sysdeps/loadstore/*.h
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_libdir}/pkgconfig/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}%{prever}-%{gitdate}
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-shared
%make

%install
%makeinstall_std


%changelog
* Fri Sep 06 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.3-0.alpha3.1
+ Revision: f7aff70
- LOG New version 7.3 alpha3, build shared libraries



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17093 |14mr|libavc1394-0.5.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 	0
%define libname %mklibname avc1394_ %{major}
%define libnamedev %mklibname avc1394 -d

Name:		libavc1394
Version:	0.5.4
Release:	3
Summary:	Control AV firewire devices
License:	GPL
Group:		System/Libraries
Source0:	http://downloads.sourceforge.net/project/libavc1394/%{name}/%{name}-%{version}.tar.gz
URL:		http://www.sourceforge.net/projects/libavc1394

Buildrequires:	pkgconfig(libraw1394)

%description
libavc1394 is a programming interface for the 1394 Trade 
Association AV/C (Audio/Video Control) Digital Interface 
Command Set. It is intended for use with GNU/Linux IEEE-1394

%package -n %{libname}
Summary:	FireWire interface
Group:		System/Libraries
Provides:	libavc1394 = %{version}-%{release}

%description -n %{libname}
libavc1394 is a programming interface for the 1394 Trade 
Association AV/C (Audio/Video Control) Digital Interface 
Command Set. It is intended for use with GNU/Linux IEEE-1394

%package -n %{libnamedev}
Summary:	FireWire interface
Group:		Development/C
Provides:	libavc1394-devel = %{version}-%{release}
Provides:	libavc-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Obsoletes:	%{_lib}avc1394_0-devel < 0.5.4

%description -n %{libnamedev}
libavc1394 is a programming interface for the 1394 Trade
Association AV/C (Audio/Video Control) Digital Interface
Command Set. It is intended for use with GNU/Linux IEEE-1394

%package -n %{name}-tools
Summary:	FireWire interface
Group:		Development/C
Requires:	%{libname} = %{version}
Obsoletes:	libavc1394_0-testools < 0.5.4

%description -n %{name}-tools
Contains test tools for the libavc1394 library.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
cp test/.libs/romtest %{buildroot}/%{_bindir}

%files -n %{libname}
%doc README NEWS INSTALL COPYING AUTHORS
%{_libdir}/*.so.%{major}*

%files -n %{libnamedev}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files -n %{name}-tools
%{_bindir}/*
%{_mandir}/man1/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.4-3
+ Revision: d8c56ec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17094 |14mr|libbase-1.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	JFree Base Services
Name:		libbase
Version:	1.1.6
Release:	2
License:	LGPLv2+
Group:		System/Libraries 
Url:		http://reporting.pentaho.org/
Source0:	http://downloads.sourceforge.net/jfreereport/%{name}-%{version}.zip
Patch0:	libbase-1.1.2-fix-build.patch
BuildArch:	noarch
BuildRequires:	ant 
BuildRequires:	ant-contrib 
BuildRequires:	ant-nodeps 
BuildRequires:	java-devel 
BuildRequires:	jpackage-utils 
BuildRequires:	jakarta-commons-logging
Requires:	java 
Requires:	jpackage-utils 
Requires:	jakarta-commons-logging

%description
LibBase is a library developed to provide base services like logging,
configuration and initialization to other libraries and applications. The
library is the root library for all Pentaho-Reporting projects.


%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%patch0 -p0
mkdir -p lib
find . -name "*.jar" -exec rm -f {} \;
build-jar-repository -s -p lib commons-logging-api
cd lib
ln -s %{_javadir}/ant ant-contrib 

%build
ant jar javadoc

%install
mkdir -p %{buildroot}%{_javadir}
cp -p ./dist/%{name}-%{version}.jar %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{name}.jar
popd

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp bin/javadoc/docs/api %{buildroot}%{_javadocdir}/%{name}

%files
%doc ChangeLog.txt licence-LGPL.txt README.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.6-2
+ Revision: 1ea0ed5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17095 |14mr|libbinio-1.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	binio
%define	major	1
%define	libname	%mklibname %{oname} %{major}
%define	libdev	%mklibname -d %{oname}
%define libstat %mklibname -d -s %{oname}

Summary:	Binary I/O stream class library
Name:		libbinio
Version:	1.4
Release:	11
License:	LGPLv2+
Group:		System/Libraries
URL:		http://libbinio.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/libbinio/%{name}-%{version}.tar.bz2
Patch1:		libbinio-1.4-string-conversion.patch
Patch2:		libbinio-1.4-gcc4.4.patch

%description
The binary I/O stream class library presents a platform-independent
way to access binary data streams in C++.

The library is hardware independent in the form that it transparently
converts between the different forms of machine-internal binary data
representation.

It further employs no special I/O protocol and can be used on
arbitrary binary data sources.

%package -n	%{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n	%{libname}
The binary I/O stream class library presents a platform-independent
way to access binary data streams in C++.

The library is hardware independent in the form that it transparently
converts between the different forms of machine-internal binary data
representation.

It further employs no special I/O protocol and can be used on
arbitrary binary data sources.

This package contains the shared library needed to run applications
based on %{name}.

%package -n	%{libdev}
Summary:	Development files for %{name}
Group:		Development/C++
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{libdev}
The binary I/O stream class library presents a platform-independent
way to access binary data streams in C++.

The library is hardware independent in the form that it transparently
converts between the different forms of machine-internal binary data
representation.

It further employs no special I/O protocol and can be used on
arbitrary binary data sources.

This package contains C++ header files, the shared library symlink and
the developer documentation for %{name}.

%package -n	%{libstat}
Summary:	Static library for %{name}
Group:		Development/C++
Requires:	%{libdev} = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}

%description -n %{libstat}
The binary I/O stream class library presents a platform-independent
way to access binary data streams in C++.

The library is hardware independent in the form that it transparently
converts between the different forms of machine-internal binary data
representation.

It further employs no special I/O protocol and can be used on
arbitrary binary data sources.

This package contains the static library of %{name}.

%prep
%setup -q
%patch1 -p1 -b .stringconversion
%patch2 -p1

%build
autoreconf -i
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libbinio.so.%{major}*

%files -n %{libdev}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/*.so
%{_infodir}/*.info*
%{_libdir}/pkgconfig/*

%files -n %{libstat}
%{_libdir}/*.a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-11
+ Revision: 0aa746b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17096 |14mr|libbluedevil-2.0-0.rc1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname bluedevil %{major}
%define devname %mklibname bluedevil -d

%define beta rc1

Summary:	Qt-based library written in C++ to handle all Bluetooth functionality
Name:		libbluedevil
# Version 1.x supports bluez 4.x and version 2.x supports bluez 5.x
Version:	2.0
Release:	0.%{beta}.1
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/libs/libname
Source0:	ftp://ftp.kde.org/pub/kde/unstable/%{name}/%{version}/src/%{name}-%{version}-%{beta}.tar.xz
BuildRequires:	cmake
BuildRequires:	kde4-macros
BuildRequires:	qt4-devel

%description
Qt-based library written in C++ to handle all Bluetooth functionality.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Bluedevil Runtime library
Group:		System/Libraries

%description -n %{libname}
Qt-based library written in C++ to handle all Bluetooth functionality.

%files -n %{libname}
%{_kde_libdir}/libbluedevil.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	libbluedevil-devel < 1.9.4
Obsoletes:	libbluedevil-devel < 1.9.4

%description -n %{devname}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devname}
%{_kde_includedir}/bluedevil
%{_kde_libdir}/libbluedevil.so
%{_kde_libdir}/pkgconfig/bluedevil.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{beta}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-0.rc1.1
+ Revision: 0c8becc
- Update to 2.0 rc1 because we need bluez 5 support now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17097 |14mr|libbluray-0.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname bluray %{major}
%define devname %mklibname bluray -d

Summary:	Blu-Ray Disc playback library for media players
Name:		libbluray
Version:	0.6.0
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.videolan.org/developers/libbluray.html
Source0:	ftp://ftp.videolan.org/pub/videolan/libbluray/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	ant
BuildRequires:	java-rpmbuild
BuildRequires:	jaxp
BuildRequires:	xerces-j2
BuildRequires:	libgcj-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libxml-2.0)

%description
libbluray is an open-source library designed for Blu-Ray Discs playback for
media players, like VLC or MPlayer.

The library has support for navigation, playlist parsing, menus and BD-J.

For BD-J support, you need to install libbluray-java.

This package does not contain any DRM circumvention functionality, so you can
only play unprotected Blu-Ray discs with it as is.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Blu-Ray Disc playback library for media players
Group:		System/Libraries

%description -n %{libname}
libbluray is an open-source library designed for Blu-Ray Discs playback for
media players, like VLC or MPlayer.

For BD-J support, you need to install libbluray-java.

This package does not contain any DRM circumvention functionality, so you can
only play unprotected Blu-Ray discs with it as is.

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	libbluray development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	bluray-devel = %{EVRD}

%description -n %{devname}
These are the files needed for building programs using libbluray.
This package does not contain any DRM circumvention functionality.

%files -n %{devname}
%doc README.txt
%{_includedir}/%{name}
%{_bindir}/bd_info
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package java
Summary:	BD-J support for libbluray
Group:		System/Libraries
# Maybe switch to suggesting/requiring libbluray-java in the main lib,
# and dropping these below reqs instead?
Requires:	java >= 1.6
Requires:	jpackage-utils

%description java
libbluray is an open-source library designed for Blu-Ray Discs playback for
media players, like VLC or MPlayer.

This package contains the BD-J support for libbluray.

This package does not contain any DRM circumvention functionality.

%files java
%{_javadir}/%{name}-j2se-%{version}.jar

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# for ant
export JAVA_HOME=%{java_home}
./bootstrap
%configure2_5x \
	--disable-static \
	--with-jdk=%{java_home} \
	--enable-bdjava
%make

%install
%makeinstall_std


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.0-1
+ Revision: b9083bd
- New version 0.6.0, update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17098 |14mr|libbonobo-2.32.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# enable_gtkdoc: toggle if gtk-doc stuff should be rebuilt.
#	0 = no
#	1 = yes
%define	enable_gtkdoc	1

# End of user configurable section
%{?_without_gtkdoc: %{expand: %%define	enable_gtkdoc 0}}
%{?_with_gtkdoc: %{expand: %%define	enable_gtkdoc 1}}

%define api_version	2
%define lib_major	0
%define lib_name	%mklibname bonobo %{api_version} %{lib_major}
%define develname	%mklibname -d bonobo

Name:		libbonobo
Summary:	Library for compound documents in GNOME
Version:	2.32.1
Release:	5
License:	GPLv2+ and LGPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2

BuildRequires:	automake
BuildRequires:	bison
BuildRequires:	flex
%if %enable_gtkdoc
BuildRequires:	gtk-doc >= 0.9
%endif
BuildRequires:	intltool
BuildRequires:	pkgconfig(gio-2.0) >= 2.25.7
BuildRequires:	pkgconfig(glib-2.0) >= 2.25.7
BuildRequires:	pkgconfig(gmodule-2.0) >= 2.0.1
BuildRequires:	pkgconfig(gobject-2.0) >= 2.25.7
BuildRequires:	pkgconfig(gthread-2.0) >= 2.25.7
BuildRequires:	pkgconfig(libxml-2.0) >= 2.4.20
BuildRequires:	pkgconfig(ORBit-2.0) >= 2.11.2
BuildRequires:	pkgconfig(ORBit-CosNaming-2.0) >= 2.11.2
BuildRequires:	pkgconfig(popt)
Requires:	%{lib_name} = %{version}-%{release}

%description
Bonobo is a library that provides the necessary framework for GNOME
applications to deal with compound documents, i.e. those with a
spreadsheet and graphic embedded in a word-processing document.

This package contains various needed modules and files for bonobo 2
to operate.


%package -n %{lib_name}
Summary:	Library for compound documents in GNOME
Group:		%{group}

%description -n %{lib_name}
Bonobo is a library that provides the necessary framework for GNOME
applications to deal with compound documents, i.e. those with a
spreadsheet and graphic embedded in a word-processing document.

This package provides libraries to use Bonobo.


%package -n %{develname}
Summary:	Development libraries, include files and sample code for Bonobo 2
Group:		Development/GNOME and GTK+
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d bonobo 2 0} < 2.32.1-4

%description -n %{develname}
Bonobo is a library that provides the necessary framework for GNOME
applications to deal with compound documents, i.e. those with a
spreadsheet and graphic embedded in a word-processing document.

This package provides the necessary development libraries and include
files to allow you to develop programs using the Bonobo document model;
it includes demonstration executables and codes as well.


%prep
%setup -q

# this is a hack for glib2.0 >= 2.31.0
sed -i -e 's/-DG_DISABLE_DEPRECATED//g' \
    ./activation-server/Makefile.*

%build
%configure2_5x \
	--disable-static \
%if %enable_gtkdoc
	--enable-gtk-doc
%endif

%make

%check
#make check

%install
%makeinstall_std

%find_lang %{name}-2.0

rm -f %{buildroot}%{_libdir}/bonobo/servers/{empty,broken,plugin}.server


%files -f %{name}-2.0.lang
%doc README NEWS AUTHORS
%config(noreplace) %{_sysconfdir}/bonobo-activation
%{_bindir}/*
%{_sbindir}/*
%{_libexecdir}/bonobo-activation-server
%dir %{_libdir}/bonobo
%dir %{_libdir}/bonobo/monikers
%dir %{_libdir}/bonobo/servers
%{_libdir}/bonobo/monikers/*.so
%{_libdir}/bonobo/servers/*
%{_libdir}/bonobo-2.0
%{_libdir}/orbit-2.0/*.so
%{_mandir}/man1/*

%files -n %{lib_name}
%{_libdir}/libbonobo-2.so.%{lib_major}*
%{_libdir}/libbonobo-activation.so.4*

%files -n %{develname}
%doc changes.txt TODO ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/libbonobo*.so
%{_libdir}/pkgconfig/*
%{_datadir}/idl/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.32.1-5
+ Revision: 1465051
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17099 |14mr|libbonoboui-2.24.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# enable_gtkdoc: toggle if gtk-doc stuff should be rebuilt.
#	0 = no
#	1 = yes
%define enable_gtkdoc	1

# End of user configurable section
%{?_without_gtkdoc: %{expand: %%define	enable_gtkdoc 0}}
%{?_with_gtkdoc: %{expand: %%define	enable_gtkdoc 1}}

%define api_version	2
%define lib_major	0
%define lib_name	%mklibname bonoboui %{api_version} %{lib_major}
%define develname	%mklibname -d bonoboui

# define to use Xvfb
%define build_xvfb 1

# Allow --with[out] <feature> at rpm command line build
%{?_without_XVFB: %{expand: %%define	build_xvfb 0}}
%{?_with_XVFB: %{expand: %%define	build_xvfb 1}}


Name:		libbonoboui
Summary:	Library for compound documents in GNOME
Version:	2.24.5
Release:	6
License:	GPLv2+ and LGPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org/

Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2

BuildRequires:	automake
%if %enable_gtkdoc
BuildRequires:	gtk-doc >= 0.9
%endif
BuildRequires:	intltool
BuildRequires:	pkgconfig(bonobo-activation-2.0) >= 2.13.0
BuildRequires:	pkgconfig(libbonobo-2.0) >= 2.13.0
BuildRequires:	pkgconfig(libglade-2.0) >=  2.0.0
BuildRequires:	pkgconfig(gdk-x11-2.0) >= 2.2.0
BuildRequires:	pkgconfig(libgnomecanvas-2.0) >= 1.116.0
BuildRequires:	pkgconfig(libgnome-2.0) >= 2.13.0
BuildRequires:	pkgconfig(libpng)
BuildRequires:	perl-XML-Parser
%if %{build_xvfb}
BuildRequires:	x11-server-xvfb
%endif

Requires:	%{lib_name} = %{version}-%{release}

%description
Bonobo is a library that provides the necessary framework for GNOME
applications to deal with compound documents, i.e. those with a
spreadsheet and graphic embedded in a word-processing document.

This package contains various needed modules and files for bonobo 2
to operate.


%package -n %{lib_name}
Summary:	Library for compound documents in GNOME
Group:		%{group}
Provides:	%{name}%{api_version} = %{version}-%{release}

%description -n %{lib_name}
Bonobo is a library that provides the necessary framework for GNOME
applications to deal with compound documents, i.e. those with a
spreadsheet and graphic embedded in a word-processing document.

This package provides libraries to use Bonobo.


%package -n %{develname}
Summary:	Development libraries, include files and sample code for Bonobo 2
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{lib_name} = %{version}-%{release}
Obsoletes:	%{mklibname -d bonoboui 2 0} < 2.24.5-5
Obsoletes:	%{mklibname -d bonoboui 2} < 2.24.5-5

%description -n %{develname}
Bonobo is a library that provides the necessary framework for GNOME
applications to deal with compound documents, i.e. those with a
spreadsheet and graphic embedded in a word-processing document.

This package provides the necessary development libraries and include
files to allow you to develop programs using the Bonobo document model;
it includes demonstration executables and codes as well.


%prep
%setup -q

%build

%configure2_5x \
	--disable-static \
%if %enable_gtkdoc
	--enable-gtk-doc
%endif

%make

%check
%if %{build_xvfb}
xvfb-run -a make check
%else
make check
%endif

%install
%makeinstall_std

%find_lang %{name}-2.0

%files -f %{name}-2.0.lang
%doc README NEWS changes.txt
%{_bindir}/*
%{_libdir}/bonobo/servers/*
%{_libdir}/bonobo-2.0
%{_libdir}/libglade/2.0/*.so
%{_datadir}/gnome-2.0
%{_datadir}/applications/bonobo-browser.desktop

%files -n %{lib_name}
%{_libdir}/libbonoboui-%{api_version}.so.%{lib_major}*

%files -n %{develname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/libbonobo*.so
%{_libdir}/pkgconfig/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.24.5-6
+ Revision: 70dae3a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17100 |14mr|libbraille-0.19.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 14
%define	libname %mklibname braille %{major}
%define develname %mklibname braille -d

Summary:	Easy access to Braille displays and terminals
Name:		libbraille
Version:	0.19.0
Release:	13
License:	LGPL
Group:		System/Libraries
URL:		http://libbraille.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		libbraille-libtool_fixes.diff
Patch1:		libbraille-0.19.0-ltdl_fixes.diff
BuildRequires:	python-devel
BuildRequires:	swig
BuildRequires:	glib2-devel
BuildRequires:	gtk2-devel
BuildRequires:	libusb-devel
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	libtool-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This library makes it possible to easily access Braille displays and
terminals : you can write text on the braille display, directly draw braille
dots, or get the value of pressed keys. It is compatible with a wide range
of braille displays.

The features contain:
* usable from C, C++, Python and Java
* supports over 10 braille displays (including some recent models)
* easy configuration of the braille table
* distributed under the LGPL Free Software Licence
* portable (currently linux and win32)
* packages available
* easy to incorporate in any application wanting to use braille displays
(simple shared library)
* uses autoconf, automake and libtool for easier installation and portability
* contains a virtual graphical terminal made with Gtk+ for developers testing

%package -n	%{libname}
Summary:	Shared libbraille library
Group:		System/Libraries

%description -n	%{libname}
This library makes it possible to easily access Braille displays and
terminals : you can write text on the braille display, directly draw braille
dots, or get the value of pressed keys. It is compatible with a wide range
of braille displays.

The features contain:
* usable from C, C++, Python and Java
* supports over 10 braille displays (including some recent models)
* easy configuration of the braille table
* distributed under the LGPL Free Software Licence
* portable (currently linux and win32)
* packages available
* easy to incorporate in any application wanting to use braille displays
(simple shared library)
* uses autoconf, automake and libtool for easier installation and portability
* contains a virtual graphical terminal made with Gtk+ for developers testing

%package -n	%{develname}
Summary:	Header files, libraries and development documentation for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This library makes it possible to easily access Braille displays and
terminals : you can write text on the braille display, directly draw braille
dots, or get the value of pressed keys. It is compatible with a wide range
of braille displays.

The features contain:
* usable from C, C++, Python and Java
* supports over 10 braille displays (including some recent models)
* easy configuration of the braille table
* distributed under the LGPL Free Software Licence
* portable (currently linux and win32)
* packages available
* easy to incorporate in any application wanting to use braille displays
(simple shared library)
* uses autoconf, automake and libtool for easier installation and portability
* contains a virtual graphical terminal made with Gtk+ for developers testing

This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%package -n	python-braille
Summary:	Python bindings for libbraille
Group:		Development/Python
Requires:	%{libname} = %{version}

%description -n	python-braille
This package contains Python bindings for libbraille.

%prep

%setup -q
%patch0 -p1
%patch1 -p0

%build
%serverbuild

rm -rf libltdl
libtoolize --force --copy --install --ltdl
autoreconf -fi

%configure2_5x \
    --without-included-ltdl \
    --with-ltdl-include=%{_includedir} \
    --with-ltdl-lib=%{_libdir} \
    --with-pic \
    --disable-rpath \
    --enable-python \
    --enable-usb

%make

%install
rm -rf %{buildroot}

%makeinstall_std

# antibork
find %{buildroot}%{_libdir} -name "*.la" | xargs perl -pi -e "s|\ -L%{_builddir}/%{name}-%{version}/lib||g"

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun	-n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root,0755)
%doc AUTHORS COPYING ChangeLog README TODO
%config(noreplace) %{_sysconfdir}/libbraille.conf
%{_bindir}/*
%{_libdir}/*.so.*
%dir %{_libdir}/libbraille
%{_libdir}/libbraille/*.so
%{_datadir}/libbraille

%files -n python-braille
%defattr(-,root,root)
%{py_sitedir}/*.py*
%{py_platsitedir}/*.so

%files -n %{develname}
%defattr(-,root,root,0755)
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/libbraille/*.*a
%{py_platsitedir}/*.*a




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.19.0-13
+ Revision: e1c25bb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17101 |14mr|libbs2b-3.1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname bs2b %{major}
%define develname %mklibname -d bs2b

Summary:	Bauer stereophonic-to-binaural DSP library
Name:		libbs2b
Version:	3.1.0
Release:	7
License:	MIT
Group:		Sound
Url:		http://bs2b.sourceforge.net/
Source0:	http://downloads.sourceforge.net/sourceforge/bs2b/%{name}-%{version}.tar.lzma
Patch:		libbs2b-3.1.0-fix-format-strings.patch
BuildRequires:	pkgconfig(sndfile)


%description
The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is
designed to improve headphone listening of stereo audio
records. Recommended for headphone prolonged listening to disable
superstereo fatigue without essential distortions.

%package utils
Group:		Sound
Summary:	Bauer stereophonic-to-binaural DSP library - sample tools

%description utils
The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is
designed to improve headphone listening of stereo audio
records. Recommended for headphone prolonged listening to disable
superstereo fatigue without essential distortions.

This contains the command line example tools.

%package -n %{libname}
Group:		System/Libraries
Summary:	Bauer stereophonic-to-binaural DSP library

%description -n %{libname}
The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is
designed to improve headphone listening of stereo audio
records. Recommended for headphone prolonged listening to disable
superstereo fatigue without essential distortions.

%package -n %{develname}
Group:		Development/C
Summary:	Bauer stereophonic-to-binaural DSP library
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is
designed to improve headphone listening of stereo audio
records. Recommended for headphone prolonged listening to disable
superstereo fatigue without essential distortions.

%prep
%setup -q
%patch -p1

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libbs2b.so.%{major}*

%files utils
%doc README AUTHORS
%{_bindir}/*

%files -n %{develname}
%doc ChangeLog doc/readme.txt
%{_libdir}/*.so
%{_includedir}/bs2b
%{_libdir}/pkgconfig/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1.0-7
+ Revision: 8e7f83f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17102 |14mr|libbsd-0.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname bsd %{major}
%define devname %mklibname bsd -d

Summary:	Library providing BSD-compatible functions for portability
Name:		libbsd
Version:	0.4.1
Release:	3
License:	BSD and ISC and Copyright only and Public Domain
Group:		System/Libraries
Url:		http://libbsd.freedesktop.org/
Source0:	http://libbsd.freedesktop.org/releases/libbsd-%{version}.tar.gz

%description
libbsd provides useful functions commonly found on BSD systems, and
lacking on others like GNU systems, thus making it easier to port
projects with strong BSD origins, without needing to embed the same
code over and over again on each project.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Development files for libbsd
Group:		Development/C
Conflicts:	%{_lib}bsd < 0.4.1-3
Obsoletes:	%{_lib}bsd < 0.4.1-3

%description -n %{libname}
Development files for the libbsd library.

%files -n %{libname}
%doc COPYING README TODO ChangeLog
%{_libdir}/libbsd.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libbsd
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for the libbsd library.

%files -n %{devname}
%{_includedir}/bsd
%{_libdir}/libbsd.so
%{_libdir}/pkgconfig/libbsd.pc
%{_libdir}/pkgconfig/libbsd-overlay.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# These cause file conflicts
rm -rf %{buildroot}%{_mandir}/man3/


%changelog
* Fri Aug 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.1-3
+ Revision: 17509ec
- Re-work package structure, drop man files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17103 |14mr|libburn-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	4
%define libname %mklibname burn %{major}
%define devname %mklibname burn -d

Summary:	Library for reading, mastering and writing optical discs
Name:		libburn
Version:	1.3.0
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://libburnia-project.org/
Source0:	http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
BuildRequires:	doxygen
BuildRequires:	graphviz

%description
Libburn is an open-source library for reading, mastering and writing
optical discs.

%package -n %{libname}
Group:		System/Libraries
Summary:	An open-source library for optical discs

%description -n %{libname}
An open-source library for reading, mastering and writing optical discs.

%package -n %{devname}
Summary:	Header files for development with %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}burn6-devel < 1.2.4
Obsoletes:	%{_lib}burn-static-devel < 1.2.8-2

%description -n %{devname}
This package includes the header files for the %{name} package.

%package -n cdrskin
Summary:	Limited cdrecord compatibility wrapper for libburn
Group:		Archiving/Cd burning

%description -n cdrskin
A limited cdrecord compatibility wrapper which allows to use some
libburn features from the command line. 

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

# build documentation
pushd doc
doxygen -u doxygen.conf
doxygen doxygen.conf
popd

%files -n %{libname}
%{_libdir}/libburn.so.%{major}*

%files -n %{devname}
%doc README AUTHORS COPYRIGHT
%{_libdir}/libburn.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}

%files -n cdrskin
%doc cdrskin/README
%{_bindir}/cdrskin
%{_mandir}/man1/cdrskin.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.0-2
+ Revision: 0ef1a83
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17104 |14mr|libcaca-0.99-0.beta18.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prerel beta18
%define major 0
%define libname %mklibname caca %{major}
%define libnamexx %mklibname caca++ %{major}
%define libgl_plugin %mklibname libgl_plugin %{major}
%define libx11_plugin %mklibname libx11_plugin %{major}
%define devname %mklibname caca -d

%bcond_with	docs
%bcond_without	slang

Summary:	Text mode graphics library
Name:		libcaca
Version:	0.99
Release:	%{?prerel:0.%{prerel}.}3
License:	GPLv2+
Group:		System/Libraries
Url:		http://libcaca.zoy.org/
Source0:	http://libcaca.zoy.org/attachment/wiki/libcaca/%{name}-%{version}%{?prerel:.%{prerel}}.tar.gz
Patch0:		libcaca-0.99.beta18-ruby1.9.patch
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(pangoft2)
BuildRequires:	pkgconfig(ruby)
%if %{with slang}
BuildRequires:	pkgconfig(slang)
%endif
BuildRequires:	pkgconfig(x11)
%if %{with docs}
BuildRequires:	doxygen texlive
%endif
%ifnarch %{mipsx} %{arm}
BuildRequires:	mono
%endif

%description
libcaca is the Colour AsCii Art library. It provides high level functions
for colour text drawing, simple primitives for line, polygon and ellipse
drawing, as well as powerful image to text conversion routines.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Text mode graphics library
Group:		System/Libraries

%description -n %{libname}
libcaca is the Colour AsCii Art library. It provides high level functions
for colour text drawing, simple primitives for line, polygon and ellipse
drawing, as well as powerful image to text conversion routines.

This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libcaca.so.%{major}*
%{_libdir}/libcucul.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamexx}
Summary:	Text mode graphics library
Group:		System/Libraries
Conflicts:	%{libname} < 0.99-0.beta17.4

%description -n %{libnamexx}
This package contains the shared library for %{name}++.

%files -n %{libnamexx}
%{_libdir}/libcaca++.so.%{major}*
%{_libdir}/libcucul++.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgl_plugin}
Summary:	Text mode graphics library
Group:		System/Libraries
Conflicts:	%{libname} < 0.99-0.beta17.4

%description -n %{libgl_plugin}
This package contains the shared library libgl_plugin.

%files -n %{libgl_plugin}
%{_libdir}/caca/libgl_plugin.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libx11_plugin}
Summary:	Text mode graphics library
Group:		System/Libraries
Conflicts:	%{libname} < 0.99-0.beta17.4

%description -n %{libx11_plugin}
This package contains the shared library libgl_plugin.

%files -n %{libx11_plugin}
%{_libdir}/caca/libx11_plugin.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libcaca
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libnamexx} = %{version}-%{release}
Requires:	%{libgl_plugin} = %{version}-%{release}
Requires:	%{libx11_plugin} = %{version}-%{release}
Obsoletes:	%{mklibname -d caca 0} < 0.99-0.beta18

%description -n %{devname}
libcaca is the Colour AsCii Art library. It provides high level functions
for colour text drawing, simple primitives for line, polygon and ellipse
drawing, as well as powerful image to text conversion routines.

This package contains the header files and static libraries needed to
compile applications or shared objects that use libcaca.

%files -n %{devname}
%doc NEWS NOTES
%{_bindir}/caca-config
%{multiarch_bindir}/caca-config
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/lib*.so
%{_libdir}/caca/lib*.so
%{_mandir}/man1/caca-config.1*
%if %{with docs}
%{_mandir}/man3/*
%doc installed-docs/pdf/* installed-docs/html 
%endif

#----------------------------------------------------------------------------

%package -n caca-utils
Summary:	Text mode graphics utilities
Group:		Graphics
Conflicts:	%{libname} < 0.99-0.beta17.4

%description -n caca-utils
This package contains utilities and demonstration programs for libcaca, the
Colour AsCii Art library.

cacaview is a simple image viewer for the terminal. It opens most image
formats such as JPEG, PNG, GIF etc. and renders them on the terminal using
ASCII art. The user can zoom and scroll the image, set the dithering method
or enable anti-aliasing.

cacaball is a tiny graphic program that renders animated ASCII metaballs on
the screen, cacafire is a port of AALib's aafire and displays burning ASCII
art flames, cacamoir animates colourful moire circles and cacaplas displays
an old school plasma effect.

cacademo is a simple application that shows the libcaca rendering features
such as line and ellipses drawing, triangle filling and sprite blitting.

%files -n caca-utils
%doc README THANKS AUTHORS
%{_bindir}/cacaclock
%{_bindir}/cacademo
%{_bindir}/cacafire
%{_bindir}/cacaplay
%{_bindir}/cacaserver
%{_bindir}/cacaview
%{_bindir}/img2txt
%{_datadir}/libcaca/
%{_mandir}/man1/cacademo.1*
%{_mandir}/man1/cacafire.1*
%{_mandir}/man1/cacaplay.1*
%{_mandir}/man1/cacaserver.1*
%{_mandir}/man1/cacaview.1*
%{_mandir}/man1/img2txt.1*

#----------------------------------------------------------------------------

%ifnarch %{mipsx} %{arm}
%package -n caca-sharp
Summary:	Mono binding for libcaca
Group:		Development/Other

%description -n	caca-sharp
Mono binding for libcaca.

%files -n caca-sharp
%{_libdir}/mono/caca-sharp*
%{_libdir}/mono/gac/caca-sharp
%endif

#----------------------------------------------------------------------------

%package -n ruby-caca
Summary:	Ruby binding for libcaca
Group:		Development/Ruby

%description -n ruby-caca
Ruby binding for libcaca.

%files -n ruby-caca
%{ruby_sitelibdir}/caca.rb
%{ruby_sitearchdir}/*.so

#----------------------------------------------------------------------------

%package -n python-caca
Summary:	Python binding for libcaca
Group:		Development/Python

%description -n	python-caca
Python binding for libcaca.

%files -n python-caca
%{py_puresitedir}/caca

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}%{?prerel:.%{prerel}}
%patch0 -p1 -b .ruby19~
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
%if %{with slang}
	--enable-slang \
%else
	--disable-slang \
%endif
	--enable-ncurses \
	--enable-x11 \
	--enable-imlib2 \
%if %{with docs}
	--enable-doc \
%else
	--disable-doc \
%endif
	--enable-plugins \
	--disable-java

%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/caca-config

%if %{with docs}
rm -rf installed-docs
mv %{buildroot}%{_datadir}/doc/libcaca-dev installed-docs
rm %{buildroot}%{_datadir}/doc/libcucul-dev
%endif


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.99-0.beta18.3
+ Revision: 045bb95
- Don't hardcore ruby version in patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17105 |14mr|libcacard-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname cacard %major
%define develname %mklibname -d cacard

Name: libcacard
Version: 0.1.2
Release: 2
Summary: Common Access Card (CAC) Emulation
Group: System/Libraries
License: LGPLv2+
URL: http://www.spice-space.org/download
Source0: http://www.spice-space.org/download/libcacard/libcacard-%{version}.tar.bz2
BuildRequires: pkgconfig(nss) >= 3.12.8

%description
Common Access Card (CAC) emulation library.

%package -n %libname
Summary: Common Access Card (CAC) Emulation
Group: System/Libraries
Suggests: %{name}-tools = %{version}-%{release}

%description -n %libname
Common Access Card (CAC) emulation library.

%package tools
Summary: CAC Emulation tools
Group: System/Libraries
Requires: %{libname} = %{version}-%{release}

%description tools
CAC emulation tools.

%package -n %develname
Summary: CAC Emulation devel
Group: Development/C
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}

%description -n %develname
CAC emulation development files.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
find %buildroot -name '*.la' | xargs rm -f

%files -n %libname
%doc COPYING README
%{_libdir}/libcacard.so.%{major}*

%files -n %develname
%{_includedir}/cacard
%{_libdir}/pkgconfig/libcacard.pc
%{_libdir}/libcacard.so

%files tools
%{_bindir}/vscclient



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.2-2
+ Revision: 3ffc011
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17106 |14mr|libcanberra-0.30-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define shortname canberra 
%define major 0
%define major_gtk 0

%define libname %mklibname %{shortname} %{major}
%define libgtk %mklibname %{shortname}-gtk %{major_gtk}
%define libgtk3 %mklibname %{shortname}-gtk3_ %{major_gtk}
%define libgtkdevel %mklibname -d %{shortname}-gtk
%define libgtk3devel %mklibname -d %{shortname}-gtk3
%define develname %mklibname -d %{shortname}

%bcond_without systemd

Summary:	XDG compliant sound event library
Name:		libcanberra
Version:	0.30
Release:	2
License:	LGPLv2+
Group:		Sound
URL:		http://0pointer.de/lennart/projects/libcanberra/
Source0:	http://0pointer.de/lennart/projects/libcanberra/%{name}-%{version}.tar.xz
Source1:	%{name}-gtk-module.sh
Source2:	%{shortname}-profile-d.sh
Source3:	%{shortname}-alsa.conf
Source4:	%{shortname}-pulse.conf

BuildRequires: GConf2
BuildRequires: libtool-devel
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(tdb)
BuildRequires: pkgconfig(vorbisfile)
BuildRequires: pkgconfig(x11)
%if %{with systemd}
BuildRequires: pkgconfig(udev) >= 186
BuildRequires: systemd-units
%endif

%description
A small and lightweight implementation of the XDG Sound Theme Specification
(http://0pointer.de/public/sound-theme-spec.html).

%package -n %{shortname}-common
Summary:	Common files needed for libcanberra
Group:		Sound
# (cg) This is just temporary. This should really be a generic requires.
Requires:	sound-theme-freedesktop
Conflicts:	%{shortname}-gtk3 < 0.28-6

%description -n %{shortname}-common
Common files needed for libcanberra

%post -n %{shortname}-common
if [ $1 -eq 1 ]; then
    /bin/systemctl daemon-reload
fi
systemctl enable canberra-system-bootup.service

%preun -n %{shortname}-common
if [ $1 -eq 0 ]; then
    /bin/systemctl --no-reload disable canberra-system-bootup.service canberra-system-shutdown.service canberra-system-shutdown-reboot.service
    /bin/systemctl stop canberra-system-bootup.service canberra-system-shutdown.service canberra-system-shutdown-reboot.service
fi

%postun -n %{shortname}-common
/bin/systemctl daemon-reload

%package -n %{shortname}-gtk3
Summary:	GTK3 utilities for the %{name} XDG complient sound event library
Group:		System/Libraries
Requires:	gtk+3.0
Requires:	%{shortname}-common
Obsoletes:	%{name}-gtk2

%description -n %{shortname}-gtk3
GTK3 specific utilities & modules for %{name}, a small and lightweight 
implementation of the XDG Sound Theme Specification 
(http://0pointer.de/public/sound-theme-spec.html).

%package -n %{libname}
Summary:	XDG complient sound event library
Group:		System/Libraries

%description -n %{libname}
A small and lightweight implementation of the XDG Sound Theme Specification
(http://0pointer.de/public/sound-theme-spec.html).

%package -n %{libgtk}
Summary:	GTK libraries for the %{name}
Group:		System/Libraries
Provides:	canberra-gtk-module
%rename		canberra-gtk

%description -n %{libgtk}
GTK specific libraries for %{name}

%package -n %{libgtk3}
Summary:	GTK3 libraries for the %{name}
Group:		System/Libraries

%description -n %{libgtk3}
GTK3 specific libraries for %{name}.

%package -n %{libgtkdevel}
Summary:	GTK library for %{name} development
Group:		Development/C
Provides:	%{name}-gtk-devel = %{version}-%{release}
Requires:	%{libgtk} = %{version}-%{release}
# moved the gtk header file & vala to gtk3devel
Requires:	%{libgtk3devel} = %{version}-%{release}

%description -n %{libgtkdevel}
GTK specific development library for %{name}.

%package -n %{libgtk3devel}
Summary:	GTK3 header and library for %{name} development
Group:		Development/C
Provides:	%{name}-gtk3-devel = %{version}-%{release}
Requires:	%{libgtk3} = %{version}-%{release}

%description -n %{libgtk3devel}
GTK3 specific development library and header for %{name}.

%package -n %{develname}
Summary:	Headers and libraries for %{name} development
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
    --disable-static \
    --disable-oss \
    --disable-lynx \
%if %{with systemd}
    --with-systemdsystemunitdir=%{_unitdir}
%endif

%make

%install
%makeinstall_std

# Remove metalink libraries
find %{buildroot} -name '*.la' -exec rm -f {} ';'

install -D -m755  %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/xinit.d/libcanberra-gtk-module.sh
install -D -m644  %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/40canberra.sh
install -D -m644  %{SOURCE3} %{buildroot}%{_sysconfdir}/sound/profiles/alsa/canberra.conf
install -D -m644  %{SOURCE4} %{buildroot}%{_sysconfdir}/sound/profiles/pulse/canberra.conf

%files -n %{shortname}-common
%{_sysconfdir}/X11/xinit.d/libcanberra-gtk-module.sh
%{_sysconfdir}/profile.d/40canberra.sh
%{_sysconfdir}/sound/profiles/alsa/canberra.conf
%{_sysconfdir}/sound/profiles/pulse/canberra.conf
%if %{with systemd}
%{_bindir}/canberra-boot
/lib/systemd/system/canberra-system-bootup.service
/lib/systemd/system/canberra-system-shutdown-reboot.service
/lib/systemd/system/canberra-system-shutdown.service
%endif

%files -n %{shortname}-gtk3
%{_bindir}/canberra-gtk-play
%{_datadir}/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop
%{_datadir}/gnome/autostart/libcanberra-login-sound.desktop
%{_datadir}/gnome/shutdown/libcanberra-logout-sound.sh

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*
%dir %{_libdir}/%{name}-%{version}
%{_libdir}/%{name}-%{version}/%{name}-alsa.so
%{_libdir}/%{name}-%{version}/%{name}-gstreamer.so
%{_libdir}/%{name}-%{version}/%{name}-pulse.so
%{_libdir}/%{name}-%{version}/%{name}-multi.so
%{_libdir}/%{name}-%{version}/%{name}-null.so

%files -n %{libgtk}
%{_libdir}/%{name}-gtk.so.%{major_gtk}*
%{_libdir}/gtk-2.0/modules/%{name}-gtk-module.so

%files -n %{libgtk3}
%{_libdir}/%{name}-gtk3.so.%{major_gtk}*
%{_libdir}/gtk-3.0/modules/%{name}-gtk-module.so
%{_libdir}/gtk-3.0/modules/%{name}-gtk3-module.so
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/canberra-gtk-module.desktop

%files -n %{libgtkdevel}
%doc %{_datadir}/gtk-doc/html/%{name}
%{_libdir}/%{name}-gtk.so
%{_libdir}/pkgconfig/%{name}-gtk.pc

%files -n %{libgtk3devel}
%{_libdir}/libcanberra-gtk3.so
%{_libdir}/pkgconfig/libcanberra-gtk3.pc
%{_includedir}/%{shortname}-gtk.h
%{_datadir}/vala/vapi/libcanberra-gtk.vapi

%files -n %{develname}
%docdir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/README
%{_includedir}/%{shortname}.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/vala/vapi/libcanberra.vapi


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.30-2
+ Revision: e1e4495
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17107 |14mr|libcap-2.22-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname cap %{major}
%define devname %mklibname cap -d

Summary:	Library for getting and setting POSIX.1e capabilities
Name:		libcap
Version:	2.22
Release:	8
Group:		System/Kernel and hardware
License:	BSD/GPLv2
Url:		http://www.kernel.org/pub/linux/libs/security/linux-privs/
Source0:	http://mirror.nexcess.net/kernel.org/linux/libs/security/linux-privs/libcap2/%{name}-%{version}.tar.gz
Source1:	http://mirror.nexcess.net/kernel.org/linux/libs/security/linux-privs/libcap2/%{name}-%{version}.tar.gz.asc
Source2:	ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/capfaq-0.2.txt
Patch0:		libcap-2.16-linkage_fix.diff
Patch1:		libcap-2.22-cross.patch
BuildRequires:	attr-devel
BuildRequires:	pam-devel

%description
%{name} is a library for getting and setting POSIX.1e (formerly POSIX 6)
draft 15 capabilities.

%package	utils
Summary:	Administration tools for POSIX.1e capabilities
Group:		System/Kernel and hardware

%description	utils
%{name} is a library for getting and setting POSIX.1e (formerly POSIX 6)
draft 15 capabilities.

This package contains utilities to control these capabilities.

%package -n	pam_cap
Summary:	PAM module for getting and setting POSIX.1e capabilities
Group:		System/Libraries

%description -n	pam_cap
The purpose of this module is to enforce inheritable capability sets for a
specified user.

%package -n	%{libname}
Summary:	Library for getting and setting POSIX.1e capabilities
Group:		System/Kernel and hardware
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
%{name} is a library for getting and setting POSIX.1e (formerly POSIX 6)
draft 15 capabilities.

%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/Kernel
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	cap-devel = %{version}-%{release}
Conflicts:	%{mklibname cap 1 -d}

%description -n	%{devname}
Development files (Headers, libraries for static linking, etc) for %{name}.

%{name} is a library for getting and setting POSIX.1e (formerly POSIX 6)
draft 15 capabilities.

Install %{name}-devel if you want to develop or compile applications supporting
Linux kernel capabilities.

%prep
%setup -q
%apply_patches

install -m644 %{SOURCE2} .
sed -i -e 's,^man_prefix=.*,man_prefix=\$\(prefix)/share,g' Make.Rules
sed -i -e "s|^CFLAGS\ :=.*|CFLAGS\ :=%{optflags} -fPIC -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64|g" Make.Rules
sed -i -e "s|^LDFLAGS\ :=.*|LDFLAGS\ :=%{ldflags}|g" Make.Rules

%build

%make prefix=%{_prefix} CC="%__cc" CFLAGS="%{optflags} -fPIC -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" LDCONFIG="%{ldconfig}"

%install
install -d %{buildroot}%{_sysconfdir}/security

make install prefix=%{_prefix} LIBDIR=%{buildroot}/%{_lib} FAKEROOT=%{buildroot} RAISE_SETFCAP=no
rm -f %{buildroot}/%{_lib}/libcap.so
install -d %{buildroot}%{_libdir}
ln -srf %{buildroot}/%{_lib}/libcap.so.%{major}.* %{buildroot}%{_libdir}/libcap.so
chmod 755 %{buildroot}/%{_lib}/libcap.so.%{major}.*


# conflics with man-pages
rm -f %{buildroot}%{_mandir}/man2/*

install -m0640 pam_cap/capability.conf %{buildroot}%{_sysconfdir}/security/

# cleanup
rm -f %{buildroot}/%{_lib}/*.a

%files utils
%doc CHANGELOG License README contrib
%{_sbindir}/capsh
%{_sbindir}/getcap
%{_sbindir}/getpcaps
%{_sbindir}/setcap
%{_mandir}/man8/getcap.8*
%{_mandir}/man8/setcap.8*

%files -n pam_cap
%doc pam_cap/License
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/security/capability.conf
/%{_lib}/security/pam_cap.so

%files -n %{libname}
/%{_lib}/libcap.so.%{major}*

%files -n %{devname}
%doc capfaq-0.2.txt
%{_includedir}/*
%{_libdir}/libcap.so
%{_mandir}/man3/*.3*
%{_mandir}/man1/capsh.1.*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.22-8
+ Revision: e22ca6e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17108 |14mr|libcap-ng-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define	libname %mklibname cap-ng %{major}
%define develname %mklibname cap-ng -d

Summary:	An alternate posix capabilities library
Name:		libcap-ng
Version:	0.7.1
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://people.redhat.com/sgrubb/libcap-ng
Source0:	http://people.redhat.com/sgrubb/libcap-ng/%{name}-%{version}.tar.gz
BuildRequires:	kernel-headers >= 2.6.11
BuildRequires:	attr-devel
BuildRequires:	python-devel
BuildRequires:	swig

%description
Libcap-ng is a library that makes using posix capabilities easier.

%package -n	%{libname}
Summary:	Shared %{name} library
Group:		System/Libraries
Obsoletes:	%{_lib}libcap-ng0

%description -n	%{libname}
Libcap-ng is a library that makes using posix capabilities easier.

This package contains the shared %{name} library.

%package -n	%{develname}
Summary:	Header files, libraries and development documentation for %{name}
Group:		Development/C
Requires:	kernel-headers >= 2.6.11
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}libcap-ng-devel

%description -n	%{develname}
Libcap-ng is a library that makes using posix capabilities easier.

This package contains the development files for the %{name} library.

%package -n	python-%{name}
Summary:	Python bindings for %{name} library
Group:		Development/Python
Requires:	%{libname} = %{version}-%{release}

%description -n	python-%{name}
The libcap-ng-python package contains the bindings so that %{name} and
can be used by python applications.

%package	utils
Summary:	Utilities for analysing and setting file capabilities
Group:		System/Base

%description	utils
The libcap-ng-utils package contains applications to analyse the posix
capabilities of all the program running on a system. It also lets you set the
file system based capabilities.

%prep

%setup -q

%build
%configure2_5x \
    --libdir=/%{_lib} \
    --with-python

%make

%install
rm -rf %{buildroot}

%makeinstall_std

# Move the symlink
rm -f %{buildroot}/%{_lib}/%{name}.so
mkdir -p %{buildroot}%{_libdir}
VLIBNAME=$(ls %{buildroot}/%{_lib}/%{name}.so.*.*.*)
LIBNAME=$(basename $VLIBNAME)
ln -s ../../%{_lib}/$LIBNAME %{buildroot}%{_libdir}/%{name}.so

# Move the pkgconfig file
mv %{buildroot}/%{_lib}/pkgconfig %{buildroot}%{_libdir}

# Remove a couple things so they don't get picked up
rm -f %{buildroot}/%{_lib}/libcap-ng.*a
rm -f %{buildroot}/%{_libdir}/python?.?/site-packages/_capng.*a

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun	-n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root,-)
%doc COPYING.LIB
%attr(0755,root,root) /%{_lib}/libcap-ng.so.%{major}*

%files -n %{develname}
%defattr(-,root,root,-)
%attr(0644,root,root) %{_includedir}/cap-ng.h
%attr(0755,root,root) %{_libdir}/libcap-ng.so
%attr(0644,root,root) %{_datadir}/aclocal/cap-ng.m4
%{_libdir}/pkgconfig/libcap-ng.pc
%attr(0644,root,root) %{_mandir}/man3/*

%files -n python-%{name}
%defattr(-,root,root,-)
%attr(0755,root,root) /%{_libdir}/python?.?/site-packages/_capng.so
%{python_sitearch}/capng.py*

%files utils
%doc COPYING
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_mandir}/man8/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.1-2
+ Revision: 751a366
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17109 |14mr|libcdaudio-0.99.12-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname cdaudio %{major}
%define develname %mklibname cdaudio -d

Summary:	A library for controlling CD-ROM devices
Name:		libcdaudio
Version:	0.99.12
Release:	15
Group:		Sound
License:	LGPLv2+
URL:		http://libcdaudio.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}-config
Patch0:		%{name}-0.99.10.config.patch
Patch1:		%{name}-0.99-CAN-2005-0706.patch
Patch2:		%{name}-0.99.12-buffovfl.patch

%description
libcdaudio is a library for controlling CD-ROM devices

%package -n	%{libname}
Summary:	A library for controlling CD-ROM devices
Group:		System/Libraries

%description -n	%{libname}
libcdaudio is a library for controlling CD-ROM devices

%package -n	%{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	cdaudio-devel = %{version}-%{release}

%description -n	%{develname}
This package contains the headers that programmers will need to develop 
applications which will use %{name}.

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p0

cp %{SOURCE1} cdserver

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

install -d -m 755 %{buildroot}/%{_sysconfdir}
install -m 644 cdserver %{buildroot}/%{_sysconfdir}

%multiarch_binaries %{buildroot}%{_bindir}/libcdaudio-config

%files -n %{libname}
%doc README NEWS AUTHORS ChangeLog
%{_sysconfdir}/cdserver
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_bindir}/libcdaudio-config
%{multiarch_bindir}/libcdaudio-config
%{_includedir}/*
%{_libdir}/lib*.so
%{_datadir}/aclocal/*
%{_libdir}/pkgconfig/libcdaudio.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.99.12-15
+ Revision: 9874c6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17110 |14mr|libcddb-1.3.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define docver 1.3.0

%define major 2
%define libname %mklibname cddb %{major}
%define devname %mklibname cddb -d

%bcond_with bootstrap

Summary:	CDDB access library
Name:		libcddb
Version:	1.3.2
Release:	10
License:	LGPLv2+
Group:		System/Libraries
Url:		http://libcddb.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2
Source1:	http://prdownloads.sourceforge.net/libcddb/%{name}-doc-%{docver}.tar.bz2
%if %{without bootstrap}
BuildRequires:	pkgconfig(libcdio)
%endif

%description
Libcddb is a library that implements the different protocols (CDDBP,
HTTP, SMTP) to access data on a CDDB server (http://freedb.org).  It
tries to be as cross-platform as possible.  The initial libary will
have a C API.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
Libcddb is a library that implements the different protocols (CDDBP,
HTTP, SMTP) to access data on a CDDB server (http://freedb.org).  It
tries to be as cross-platform as possible.  The initial libary will
have a C API.

%files -n %{libname}
%{_libdir}/libcddb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel files from libcddb
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}cddb-static-devel < 1.3.2-10

%description -n %{devname}
Libcddb is a library that implements the different protocols (CDDBP,
HTTP, SMTP) to access data on a CDDB server (http://freedb.org).  It
tries to be as cross-platform as possible.  The initial libary will
have a C API.

This is the libraries, include files and other resources you can use
to incorporate libcddb into applications.

%files -n %{devname}
%doc ChangeLog README AUTHORS NEWS TODO html
%{_includedir}/cddb
%{_libdir}/libcddb.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package apps
Summary:	Example applications based on %{name}
Group:		Sound

%description apps
Libcddb is a library that implements the different protocols (CDDBP,
HTTP, SMTP) to access data on a CDDB server (http://freedb.org).  It
tries to be as cross-platform as possible.  The initial libary will
have a C API.

This package contains a command line client based on %{name}.

%files apps
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -a 1
mv output html

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.2-10
+ Revision: 08d2c79
- Drop static devel package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17111 |14mr|libcdio-0.90-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without vcd

%define major 14
%define libname %mklibname cdio %{major}

%define isomajor 8
%define libiso %mklibname iso9660_ %{isomajor}

%define ppmajor 0
%define libnamepp %mklibname cdio++ %{ppmajor}
%define libisopp %mklibname iso++ %{ppmajor}

%define udfmajor 0
%define libudf %mklibname udf %{udfmajor}

%define devname %mklibname cdio -d

Summary:	CD-ROM reading library
Name:		libcdio
Version:	0.90
Release:	10
License:	GPLv3+
Group:		System/Libraries
Url:		http://www.gnu.org/software/libcdio/
Source0:	ftp://ftp.gnu.org/pub/gnu/libcdio/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/pub/gnu/libcdio/%{name}-%{version}.tar.gz.sig
BuildRequires:	pkgconfig(libcddb)
%if %{with vcd}
BuildRequires:	pkgconfig(libvcdinfo)
%endif
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(popt)

%description
This library is to encapsulate CD-ROM reading and control. Applications
wishing to be oblivious of the OS- and device-dependent properties of a
CD-ROM can use this library.

Some support for disk image types like BIN/CUE and NRG is available, so
applications that use this library also have the ability to read disc
images as though they were CD's.

#----------------------------------------------------------------------------

%package apps
Summary:	Example tool from %{name}
Group:		Sound

%description apps
This library is to encapsulate CD-ROM reading and control. Applications
wishing to be oblivious of the OS- and device-dependent properties of a
CD-ROM can use this library.

Some support for disk image types like BIN/CUE and NRG is available, so
applications that use this library also have the ability to read disc
images as though they were CD's.

This contains the program cd-info as an example application of %{name}.

%files apps
%doc README AUTHORS NEWS INSTALL TODO
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library from %{name}
Group:		System/Libraries
Provides:	libcdio = %{EVRD}

%description -n %{libname}
This package contains the library for libcdio.

%files -n %{libname}
%{_libdir}/libcdio.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libiso}
Summary:	Library from %{name}
Group:		System/Libraries

%description -n %{libiso}
This package contains the library for libiso.

%files -n %{libiso}
%{_libdir}/libiso9660.so.%{isomajor}*

#----------------------------------------------------------------------------

%package -n %{libnamepp}
Summary:	C++ library from %{name}
Group:		System/Libraries

%description -n %{libnamepp}
This package contains the C++ library for libcdio++.

%files -n %{libnamepp}
%{_libdir}/libcdio++.so.%{ppmajor}*

#----------------------------------------------------------------------------

%package -n %{libisopp}
Summary:	C++ library from %{name}
Group:		System/Libraries
Conflicts:	%{_lib}cdiopp0 < 0.90

%description -n %{libisopp}
This package contains the C++ library for libiso++.

%files -n %{libisopp}
%{_libdir}/libiso9660++.so.%{ppmajor}*

#----------------------------------------------------------------------------

%package -n %{libudf}
Summary:	Libraries from %{name}
Group:		System/Libraries

%description -n %{libudf}
This package contains the library for libudf.

%files -n %{libudf}
%{_libdir}/libudf.so.%{udfmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel files from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libiso} = %{EVRD}
Requires:	%{libnamepp} = %{EVRD}
Requires:	%{libisopp} = %{EVRD}
Requires:	%{libudf} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}cdio-static-devel < 0.90

%description -n %{devname}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n %{devname}
%doc ChangeLog README AUTHORS NEWS INSTALL TODO
%{_includedir}/cdio
%{_includedir}/cdio++/
%{_infodir}/libcdio.info*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libcdio.pc
%{_libdir}/pkgconfig/libcdio++.pc
%{_libdir}/pkgconfig/libiso9660.pc
%{_libdir}/pkgconfig/libiso9660++.pc
%{_libdir}/pkgconfig/libudf.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--without-versioned-libs \
%if %{without vcd}
	--disable-vcd-info
%endif

%make

%install
%makeinstall_std


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.90-10
+ Revision: bb3aeb6
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17112 |14mr|libcdio-paranoia-0.90-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without vcd

%define extver 10.2+
%define major 1
%define libname %mklibname cdio_paranoia %{major}
%define libcdda %mklibname cdio_cdda %{major}
%define devname %mklibname cdio_paranoia -d

Summary:	CD-ROM reading library
Name:		libcdio-paranoia
Version:	0.90
Release:	14
License:	GPLv3+
Group:		System/Libraries
Url:		http://www.gnu.org/software/libcdio/
Source0:	ftp://ftp.gnu.org/pub/gnu/libcdio/%{name}-%{extver}%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/pub/gnu/libcdio/%{name}-%{extver}%{version}.tar.gz.sig
Patch0:		libcdio-paranoia_includedir.patch
BuildRequires:	pkgconfig(libcddb)
%if %{with vcd}
BuildRequires:	pkgconfig(libvcdinfo)
%endif
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(popt)

#----------------------------------------------------------------------------

%description
This CDDA reader distribution ('libcdio-cdparanoia') reads audio from the
CDROM directly as data, with no analog step between, and writes the
data to a file or pipe as .wav, .aifc or as raw 16 bit linear PCM.

#----------------------------------------------------------------------------

%package apps
Summary:	Example tool from %{name}
Group:		Sound

%description apps
This CDDA reader distribution ('libcdio-cdparanoia') reads audio from the
CDROM directly as data, with no analog step between, and writes the
data to a file or pipe as .wav, .aifc or as raw 16 bit linear PCM.

%files apps
%{_bindir}/*
%{_mandir}/man1/*
%lang(jp) %{_mandir}/jp/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library from %{name}
Group:		System/Libraries
Conflicts:	%{_lib}cdio_cdda1 < 0.90

%description -n %{libname}
This package contains the library for libcdio-paranoia.

%files -n %{libname}
%{_libdir}/libcdio_paranoia.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcdda}
Summary:	Libraries from %{name}
Group:		System/Libraries

%description -n %{libcdda}
This package contains the library for libcdio-cdda.

%files -n %{libcdda}
%{_libdir}/libcdio_cdda.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel files from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libcdda} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}cdio-devel < 0.90

%description -n %{devname}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n %{devname}
%doc ChangeLog README AUTHORS NEWS INSTALL
%{_includedir}/cdio
%{_libdir}/*.so
%{_libdir}/pkgconfig/libcdio_paranoia.pc
%{_libdir}/pkgconfig/libcdio_cdda.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{extver}%{version}

# fix pkgconfig files
sed -i -e 's,-I${includedir},-I${includedir}/cdio,g' libcdio_paranoia.pc.in
sed -i -e 's,-I${includedir},-I${includedir}/cdio,g' libcdio_cdda.pc.in

%build
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--without-versioned-libs \
%if %{without vcd}
	--disable-vcd-info
%endif

%make

%install
%makeinstall_std

# copy include files to an additional directory
# this will probably be the location for future releases see:
# https://github.com/rocky/libcdio-paranoia/commit/b2807f3c7a4126b6078d96adbd37c3760b9f41ab
mkdir -p %{buildroot}%{_includedir}/cdio/paranoia
cp -a %{buildroot}%{_includedir}/cdio/*.h %{buildroot}%{_includedir}/cdio/paranoia


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.90-14
+ Revision: acbafd1
- Adjust Conflicts, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17113 |14mr|libcdr-0.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define min_ver 0.1

%define major 1
%define libname %mklibname cdr %major
%define libdev %mklibname cdr -d

Name: libcdr
Version: 0.1.0
Release: 1
Summary: A library providing ability to interpret and import Corel Draw drawings

Group: System/Libraries
License: GPLv2+ or LGPLv2+
URL: http://www.freedesktop.org/wiki/Software/libcdr
Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.bz2

BuildRequires: doxygen
BuildRequires: lcms2-devel
BuildRequires: libwpd-devel
BuildRequires: libwpg-devel
BuildRequires: zlib-devel
BuildRequires: pkgconfig(librevenge-0.0)
BuildRequires: icu-devel
BuildRequires: boost-devel

%description
Libcdr is library providing ability to interpret and import Corel Draw
drawings into various applications. You can find it being used in
libreoffice.

%package -n %libname
Summary:    A library providing ability to interpret and import Corel Draw drawings
Group:      System/Libraries

%description -n %libname
Libcdr is library providing ability to interpret and import Corel Draw
drawings into various applications. You can find it being used in
libreoffice.

%package -n %libdev
Summary: Development files for %{name}
Group: Development/Other
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
Requires: pkgconfig

%description -n %libdev
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%package doc
Summary: Documentation of %{name} API
Group:   Books/Howtos
BuildArch: noarch

%description doc
The %{name}-doc package contains documentation files for %{name}.

%package tools
Summary: Tools to transform Corel Draw drawings into other formats
Group:   Books/Howtos 

%description tools
Tools to transform Corel Draw drawings into other formats.
Currently supported: XHTML, raw.


%prep
%setup -q
autoreconf -fi

%build
%configure --disable-static --disable-werror
sed -i \
    -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
    libtool
%make V=1


%install
%makeinstall_std 
rm -f %{buildroot}/%{_libdir}/*.la
# these binaries do nothing currently
rm -f %{buildroot}/%{_bindir}/cmx2*


%files -n %libname
%doc AUTHORS ChangeLog COPYING.*
%{_libdir}/%{name}-%min_ver.so.%{major}*


%files -n %libdev
%{_includedir}/%{name}-%min_ver
%{_libdir}/%{name}-%min_ver.so
%{_libdir}/pkgconfig/%{name}-%min_ver.pc


%files doc
%doc COPYING.*
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/html


%files tools
%{_bindir}/cdr2text
%{_bindir}/cdr2raw
%{_bindir}/cdr2xhtml





%changelog
* Thu Aug 21 2014 sokol <sergey.sokolov@rosalab.ru> 0.1.0-1
+ Revision: ee66783
- Merge pull request #1 from sokol/libcdr:rosa2014.1
- up to 0.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17114 |14mr|libcec-2.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname cec %{major}
%define devname %mklibname cec -d

Name:		libcec
Version:	2.1.4
Release:	1
Summary:	Pulse-Eight CEC adapter control library
License:	GPLv2+
Group:		System/Libraries
URL:		http://libcec.pulse-eight.com/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libudev)
BuildRequires:	lockdev-devel

%description
With libcec you can access your Pulse-Eight CEC adapter.

%package -n cec-utils
Summary:	Utilities for Pulse-Eight CEC adapter control
Group:		System/Configuration/Hardware
# the binaries require the library, but automatic dependency generation doesn't
# catch that
Requires:	%{libname} = %{EVRD}

%description -n cec-utils
With libcec you can access your Pulse-Eight CEC adapter.

This package contains the command-line tools to configure and test your
Pulse-Eight CEC adapter.

%files -n cec-utils
%{_bindir}/cec-client

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for Pulse-Eight CEC adapter control
Group:		System/Libraries

%description -n %{libname}
With libcec you can access your Pulse-Eight CEC adapter.

This package contains the shared library which allows programs to access your
Pulse-Eight CEC adapter.

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	cec-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
With libcec you can access your Pulse-Eight CEC adapter.

This package contains the files for developing applications which
will use libcec.

%files -n %{devname}
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}/*.h


#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{name}-%{version}

%build
autoreconf -ifv
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.4-1
+ Revision: 4da6914
- Fix setup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17115 |14mr|libcgroup-0.37.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1
%define	mname	cgroup
%define	libname	%mklibname %{mname} %{major}
%define	devname	%mklibname %{mname} -d

Summary:	Tools and libraries to control and monitor control groups
Name:		lib%{mname}
Group:		System/Base
Version:	0.37.1
Release:	5
License:	LGPLv2+
URL:		http://libcg.sourceforge.net/
Source0:	http://downloads.sourceforge.net/libcg/%{name}/v%{version}/%{name}-%{version}.tar.bz2
Source1:	libcgroup-README.Mandriva
Patch0:		libcgroup-fedora-config.patch
Patch1:		libcgroup-0.36.2-systemd.patch
Patch2:		libcgroup-0.37.1-systemd.patch
BuildRequires:	pam-devel
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	coreutils
Requires(pre):	shadow-utils

%description
Control groups infrastructure. The tools and library to manipulate, control,
administrate and monitor control groups and the associated controllers.

%package -n	%{mname}
Summary:	Tools to control and monitor control groups 
Group:		System/Base
Provides:	%{name} = %{version}-%{release}
Requires(post):	rpm-helper
Requires(preun): rpm-helper

%description -n	cgroup
Control groups infrastructure. The tools to manipulate, control, administrate
and monitor control groups and the associated controllers.

%package -n	pam_%{mname}
Summary:	A Pluggable Authentication Module for libcgroup
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n	pam_%{mname}
Linux-PAM module, which allows administrators to classify the user's login
processes to pre-configured control group.

%package -n	%{libname}
Summary:	Libraries to control and monitor control groups
Group:		System/Libraries
# binaries are statically linked, so while they don't require the library,
# anything linked against the library will require the config files etc.
# rovided by the main package
Requires:	%{mname} = %{version}-%{release}

%description -n	%{libname}
Control groups infrastructure. The library to manipulate, control, administrate
and monitor control groups and the associated controllers.

%package -n	%{devname}
Summary:	Development libraries to develop applications that utilize control groups
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
It provides API to create/delete and modify cgroup nodes. It will also in the
future allow creation of persistent configuration for control groups and
provide scripts to manage that configuration.

%prep
%setup -q
%patch0 -p1 -b .config
%patch1 -p1
%patch2 -p1

cp %{SOURCE1} README.Mandriva

%build
%configure2_5x	--bindir=/bin \
		--sbindir=/sbin \
		--libdir=/%{_lib} \
		--enable-initscript-install
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# install config files
install -m644 samples/cgred.conf -D %{buildroot}%{_sysconfdir}/sysconfig/cgred.conf
install -m644 samples/cgconfig.conf -D %{buildroot}%{_sysconfdir}/cgconfig.conf
install -m644 samples/cgconfig.sysconfig -D %{buildroot}%{_sysconfdir}/sysconfig/cgconfig
install -m644 samples/cgrules.conf -D %{buildroot}%{_sysconfdir}/cgrules.conf

# sanitize pam module, we need only pam_cgroup.so in the right directory
rm -f %{buildroot}/%{_lib}/security/pam_cgroup.so
mv -f %{buildroot}/%{_lib}/security/pam_cgroup.so.*.*.* %{buildroot}/%{_lib}/security/pam_cgroup.so
rm -f %{buildroot}/%{_lib}/security/pam_cgroup.so.*
rm -f %{buildroot}/%{_lib}/security/pam_cgroup.la

# move the devel stuff to /usr
mkdir -p %{buildroot}%{_libdir}
mv -f %{buildroot}/%{_lib}/lib%{mname}.la %{buildroot}%{_libdir}
rm -f %{buildroot}/%{_lib}/lib%{mname}.so
ln -sf ../../%{_lib}/lib%{mname}.so.%{major} %{buildroot}%{_libdir}/lib%{mname}.so

# pkgconfig file as well
mkdir -p %{buildroot}%{_libdir}/pkgconfig
mv -f %{buildroot}/%{_lib}/pkgconfig/%{name}.pc %{buildroot}%{_libdir}/pkgconfig

# For now we will keep this, but this will be moved to /sys/fs/cgroup in later versions
# pre-create /cgroup directory
mkdir -p %{buildroot}/cgroup

%post -n %{mname}
%_post_service cgred
%_post_service cgconfig

%preun -n %{mname}
%_preun_service cgconfig
%_preun_service cgred

%files -n %{mname}
%doc README_daemon README.Mandriva
%dir /cgroup
%config(noreplace) %{_sysconfdir}/sysconfig/cgred.conf
%config(noreplace) %{_sysconfdir}/sysconfig/cgconfig
%config(noreplace) %{_sysconfdir}/cgconfig.conf
%config(noreplace) %{_sysconfdir}/cgrules.conf
%{_mandir}/man[158]/*.[158]*
%attr(755,root,root) %{_initrddir}/cgconfig
%attr(755,root,root) %{_initrddir}/cgred
/bin/cgclassify
/bin/cgcreate
/bin/cgdelete
/bin/cgexec
/bin/cgget
/bin/cgset
/bin/cgsnapshot
/bin/lscgroup
/bin/lssubsys
/sbin/cgclear
/sbin/cgconfigparser
/sbin/cgrulesengd

%files -n pam_%{mname}
/%{_lib}/security/pam_cgroup.so

%files -n %{libname}
/%{_lib}/lib%{mname}.so.%{major}
/%{_lib}/lib%{mname}.so.%{major}.*

%files -n %{devname}
%{_includedir}/libcgroup.h
%{_includedir}/libcgroup
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/lib%{mname}.so


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.37.1-5
+ Revision: 8a04a15
- Rebuild to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17116 |14mr|libchamplain-0.12.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname		champlain

%define api			0.12
%define major		0
%define gir_major	0.12
%define libname		%mklibname champlain %{api} %{major}
%define libgtk		%mklibname champlain-gtk %{api} %{major}
%define girname		%mklibname %{oname}-gir %{gir_major}
%define girgtk		%mklibname %{oname}-gtk-gir %{gir_major}
%define develname	%mklibname champlain %{api} -d

Summary:	Map view for Clutter
Name:		libchamplain
Version:	0.12.7
Release:	2
License:	LGPLv2+
Group:		Graphical desktop/GNOME 
URL:		http://blog.pierlux.com/projects/libchamplain/en/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.12/%{name}-%{version}.tar.xz
Patch0:		libchamplain-0.12.2-fix-linking.patch
BuildRequires:	chrpath
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(libsoup-gnome-2.4)
BuildRequires:	pkgconfig(memphis-0.2)
BuildRequires:	vala-tools

%description
Libchamplain is a C library aimed to provide a ClutterActor to display
rasterized maps.

%package -n %{libname}
Summary:	Map view for Clutter
Group:		System/Libraries

%description -n %{libname}
Libchamplain is a C library aimed to provide a ClutterActor to display
rasterized maps.

%package -n %{libgtk}
Summary:	Map view for Clutter
Group:		System/Libraries

%description -n %{libgtk}
Libchamplain is a C library aimed to provide a ClutterActor to display
rasterized maps.

This package contains the GTK+ view for %{name}

%package -n %{girname}
Summary:	GObject Introspection interface description for GData
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for GData.

%package -n %{girgtk}
Summary:	GObject Introspection interface description for GData
Group:		System/Libraries
Requires:	%{libgtk} = %{version}-%{release}

%description -n %{girgtk}
GObject Introspection interface description for GData.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libgtk} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Requires:	%{girgtk} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname champlain 0.3 -d

%description -n %{develname}
This package contains development files for %{name}.

%prep
%setup -q
%apply_patches

autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--enable-gtk-doc \
	--enable-python \
	--enable-introspection 

# Omit unused direct shared library dependencies.
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool

%make

%install
%makeinstall_std 
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

# Remove rpaths.
chrpath --delete %{buildroot}%{_libdir}/%{name}-gtk-*.so.*

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Champlain-%{gir_major}.typelib

%files -n %{libgtk}
%{_libdir}/%{name}-gtk-%{api}.so.%{major}*

%files -n %{girgtk}
%{_libdir}/girepository-1.0/GtkChamplain-%{gir_major}.typelib

%files -n %{develname}
%doc NEWS
%doc demos/launcher.c
%{_libdir}/%{name}-%{api}.so
%{_libdir}/%{name}-gtk-%{api}.so
%{_libdir}/pkgconfig/champlain-%{api}.pc
%{_libdir}/pkgconfig/champlain-gtk-%{api}.pc
# %{_libdir}/pkgconfig/champlain-memphis-%{api}.pc
%dir %{_datadir}/gtk-doc/html/%{name}-%{api}
%dir %{_datadir}/gtk-doc/html/%{name}-gtk-%{api}
%doc %{_datadir}/gtk-doc/html/%{name}-%{api}/*
%doc %{_datadir}/gtk-doc/html/%{name}-gtk-%{api}/*
%dir %{_includedir}/%{name}-%{api}
%dir %{_includedir}/%{name}-%{api}/champlain
%{_includedir}/%{name}-%{api}/champlain/*.h
%dir %{_includedir}/%{name}-gtk-%{api}
%dir %{_includedir}/%{name}-gtk-%{api}/champlain-gtk/
%{_includedir}/%{name}-gtk-%{api}/champlain-gtk/*.h
%{_datadir}/gir-1.0/Champlain-%{gir_major}.gir
%{_datadir}/gir-1.0/GtkChamplain-%{gir_major}.gir
%{_datadir}/vala/vapi/champlain*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12.7-2
+ Revision: 85fa4e8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17117 |14mr|libchewing-0.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname chewing %{major}
%define develname %mklibname chewing -d

Name:		libchewing
Summary:	The intelligent phonetic input method library
Epoch:		1
Version:	0.4.0
Release:	1
Group:		System/Internationalization
License:	LGPLv2+
Source0:	https://github.com/chewing/libchewing/releases/download/v0.4.0/%{name}-%{version}.tar.bz2
URL:		http://chewing.csie.net/

%description
libchewing is an intelligent Chinese phonetic input method library
which is also know as Qooing. Based on Chewing input method.

%package data
Summary:	Data for Libchewing
Group:		System/Internationalization

%description data
libchewing is an intelligent Chinese phonetic input method library
which is also know as Qooing. Based on Chewing input method.

This package contains data files from libchewing.

%package -n	%{libname}
Summary:	The intelligent phonetic input method library
Group:		System/Internationalization
Requires:	%{name}-data = %{EVRD}
Provides:	%{name} = %{EVRD}

%description -n %{libname}
libchewing is an intelligent Chinese phonetic input method library
which is also know as Qooing. Based on Chewing input method.

This package contains the basic libchewing library.

%package -n	%{develname}
Summary:	Headers of libchewing for development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel= %{EVRD}

%description -n %{develname}
libchewing is an intelligent Chinese phonetic input method library
which is also know as Qooing. Based on Chewing input method.

This package contains library and headers necessary for development
related to Chewing input method. You also need it if you want to
compile any input server that supports Chewing input method.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files data
%doc COPYING
# %{_libdir}/libchewing
%{_infodir}/*
%{_datadir}/libchewing/dictionary.dat
%{_datadir}/libchewing/index_tree.dat
%{_datadir}/libchewing/pinyin.tab
%{_datadir}/libchewing/swkb.dat
%{_datadir}/libchewing/symbols.dat

%files -n %{libname}
%doc COPYING
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%doc AUTHORS COPYING ChangeLog NEWS 
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*

%changelog
* Tue Sep 16 2014 dsilakov <denis.silakov@rosalab.ru> 1:0.4.0-1
+ Revision: 5753fae
- Merge pull request #1 from import/libchewing:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17118 |14mr|libchipcard-5.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define clientmajor 6
%define clientlibname %mklibname chipcard %{clientmajor}
%define libnamedev %mklibname -d chipcard

Summary:	A library for easy access to smart cards (chipcards)
Name:		libchipcard
Version:	5.0.2
Release:	4
Group:		System/Libraries
License:	LGPLv2
URL:		http://www.aquamaniac.de/sites/libchipcard/index.php
Source:		http://files.hboeck.de/aq/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gwenhywfar)
BuildRequires:	pkgconfig(libpcsclite)
Requires(post):	rpm-helper
Requires(preun): rpm-helper

%description
Libchipcard allows easy access to smart cards. It provides basic access
to memory and processor cards and has special support for German medical
cards, German "Geldkarten" and HBCI (homebanking) cards (both type 0 and 
type 1).

It accesses the readers via CTAPI or PC/SC interfaces and has successfully
been tested with Towitoko, Kobil and Reiner-SCT readers.

This package contains the chipcard3-daemon needed to access card readers.

%package -n %{libnamedev}
Summary:	LibChipCard server development kit
Group:		Development/C
Requires:	%{clientlibname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description  -n %{libnamedev}
This package contains chipcard3-server-config and header files for writing 
drivers, services or even your own chipcard daemon for LibChipCard.

%package -n %{clientlibname}
Group:		System/Libraries
Summary:	A library for easy access to smart cards (chipcards)
Requires:	%{name} >= %{version}

%description -n %{clientlibname}
Libchipcard allows easy access to smart cards. It provides basic access
to memory and processor cards and has special support for German medical
cards, German "Geldkarten" and HBCI (homebanking) cards (both type 0 and 
type 1).

It accesses the readers via CTAPI or PC/SC interfaces and has successfully
been tested with Towitoko, Kobil and Reiner-SCT readers.

This package contains the chipcard3-daemon needed to access card readers.


%prep
%setup -q

%build
%configure2_5x --disable-static --with-pcsc-libs=%{_libdir}
%make

%install
%makeinstall_std

%post
%_post_service chipcardd

%preun
%_preun_service chipcardd

%files -n %{clientlibname}
%{_libdir}/libchipcard.so.%{clientmajor}*

%files -n %{libnamedev}
%doc README COPYING ChangeLog
%{_libdir}/*.so
%{_bindir}/chipcard-config
%{_includedir}/*
%{_datadir}/aclocal/chipcard.m4

%files
%doc README COPYING ChangeLog
%{_sysconfdir}/chipcard
%{_bindir}/cardcommander
%{_bindir}/chipcard-tool
%{_bindir}/geldkarte
%{_bindir}/kvkcard
%{_bindir}/memcard
%{_datadir}/chipcard
%{_libdir}/gwenhywfar/plugins/*/ct


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.0.2-4
+ Revision: 00840c0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17119 |14mr|libcmis-0.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	0.4
%define major	4
%define libname %mklibname cmis %{api} %{major}
%define libcmis_c %mklibname cmis-c %{api} %{major}
%define devname %mklibname -d cmis

Summary:	A C++ client library for the CMIS interface
Name:		libcmis
Version:	0.4.1
Release:	4
Group:		System/Libraries
License:	GPLv2+ or LGPLv2+ or MPLv1.1
Url:		http://sourceforge.net/projects/libcmis/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz

BuildRequires:	docbook2x
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml-2.0)

%description
LibCMIS is a C++ client library for the CMIS interface. This allows C++
applications to connect to any ECM behaving as a CMIS server like
Alfresco, Nuxeo for the open source ones.

%package -n %{libname}
Summary:	Text categorization library
Group:		System/Libraries

%description -n %{libname}
LibCMIS is a C++ client library for the CMIS interface. This allows C++
applications to connect to any ECM behaving as a CMIS server like
Alfresco, Nuxeo for the open source ones.

%package -n %{libcmis_c}
Summary:	Text categorization library
Group:		System/Libraries

%description -n %{libcmis_c}
This package contains a shared library for %{name}.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libcmis_c} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%package tools
Summary:	Command line tool to access CMIS
Group:		Publishing

%description tools
The %{name}-tools package contains a tool for accessing CMIS from the
command line.

%prep
%setup -q
%apply_patches
sed -i -e 's/docbook-to-man/db2x_docbook2man/' configure

%build
%configure2_5x \
	--disable-static \
	--disable-tests \
	--disable-werror \
	--with-man=no

%make

%install
%makeinstall_std

%files tools
%{_bindir}/cmis-client
%{_mandir}/manx/cmis-client.xml.*

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*

%files -n %{libcmis_c}
%{_libdir}/%{name}-c-%{api}.so.%{major}*

%files -n %{devname}
%doc AUTHORS COPYING.GPL COPYING.LGPL COPYING.MPL README
%{_includedir}/%{name}-%{api}
%{_includedir}/%{name}-c-%{api}
%{_libdir}/%{name}-%{api}.so
%{_libdir}/%{name}-c-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/pkgconfig/%{name}-c-%{api}.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.1-4
+ Revision: d539564
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17120 |14mr|libconfig-1.4.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 9
%define libname	%mklibname config %{major}
%define libxx	%mklibname config++ %{major}
%define develname	%mklibname -d config

Summary:	Configuration file parsing library
Name:		libconfig
Version:	1.4.9
Release:	2
Group:		System/Libraries
License:	LGPLv2+
URL:		http://www.hyperrealm.com/libconfig/
Source0:	http://www.hyperrealm.com/libconfig/%{name}-%{version}.tar.gz

%description
libconfig - Consistent configuration library.

Libconfig is a library to provide easy access to configuration
data in a consistent and logical manner. Variables (registered
through lc_register_var(3) or lc_register_callback(3)) are
processed with the lc_process(3) function. Errors can be examined
through lc_geterrno(3) and lc_geterrstr(3).

%package -n	%{libname}
Summary:	Configuration file parsing library
Group:		System/Libraries

%description -n	%{libname}
libconfig - Consistent configuration library.

Libconfig is a library to provide easy access to configuration
data in a consistent and logical manner. Variables (registered
through lc_register_var(3) or lc_register_callback(3)) are
processed with the lc_process(3) function. Errors can be examined
through lc_geterrno(3) and lc_geterrstr(3).

%package -n	%{libxx}
Summary:	Configuration file parsing library
Group:		System/Libraries
Conflicts:	%{libname} < 1.4.8-1

%description -n	%{libxx}
libconfig++ - Consistent configuration library.

%package -n	%{develname}
Summary:	Static library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libxx} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:  %_lib%{name}0-devel

%description -n	%{develname}
This package contains the development %{name} libraries and its header
files.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
rm -rf %{buildroot}
%makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

%files -n %{libname}
%{_libdir}/libconfig.so.%{major}*

%files -n %{libxx}
%{_libdir}/libconfig++.so.%{major}*

%files -n %{develname}
%doc README
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_infodir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.9-2
+ Revision: b9ab96c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17121 |14mr|libcroco0.6-0.6.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	libcroco
%define api	0.6
%define major	3
%define libname	%mklibname croco%{api}_ %{major}
%define devname	%mklibname croco%{api} -d

Name:		%{oname}%{api}
Summary:	CSS2 parser library
Version:	0.6.8
Release:	3
License:	LGPLv2
Group:		System/Libraries
URL:		http://savannah.nongnu.org/projects/libcroco
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{oname}/%{oname}-%{version}.tar.xz

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%description
libcroco is a standalone css2 parsing library.
It provides a low level event driven SAC like api
and a css object model like api.

%package -n %{libname}
Summary:	CSS2 parser library
Group:		System/Libraries

%description -n %{libname}
libcroco is a standalone css2 parsing library.
It provides a low level event driven SAC like api
and a css object model like api.

%package -n %{devname}
Summary:	Libraries and include files for developing with libcroco
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname croco0.6_3 -d} < 0.6.5

%description -n %{devname}
This package provides the necessary development libraries and include
files to allow you to develop with libcroco?

%package utils
Summary:	Example apps based on libcroco for working with CSS files
Group:		Text tools

%description utils
This contains the example apps that come with libcroco. At the moment this is
csslint, a Cascading Style Sheets checker.

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/croco-%{api}-config

%files utils
%doc README AUTHORS COPYING COPYING.LIB ChangeLog NEWS
%{_bindir}/csslint-%{api}

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%{_bindir}/croco-%{api}-config
%{multiarch_bindir}/croco-%{api}-config
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%doc %{_datadir}/gtk-doc/html/libcroco/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.8-3
+ Revision: fe57452
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17122 |14mr|libcryptui-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sname	cryptui

%define major	0
%define gimajor	0.0
%define libname %mklibname %{sname} %{major}
%define girname %mklibname %{sname}-gir %{gimajor}
%define devname %mklibname -d %{sname}

Summary:	Interface components for OpenPGP
Name:		libcryptui
Version:	3.12.2
Release:	2
License:	LGPLv2+
Group:		Graphical desktop/GNOME
URL:		http://seahorse.sourceforge.net/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/libcryptui/3.12/%{name}-%{version}.tar.xz

BuildRequires:	gnupg
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	gpgme-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(sm)
Requires:	gnupg
Conflicts:	seahorse < 3.1.4

%description
libcryptui is a library used for prompting for PGP keys.

%package -n %{libname}
Group:		System/Libraries
Summary:	Interface components for OpenPGP

%description -n %{libname}
libcryptui is a library used for prompting for PGP keys.
 
%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Header files required to develop with libcryptui
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
The libcryptui-devel package contains the header files and developer
documentation for the libcryptui library.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-dependency-tracking \
	--disable-update-mime-database \
	--disable-schemas-compile

%make

%install
%makeinstall_std

%find_lang %{sname}

%files -f %{sname}.lang
%{_bindir}/seahorse-daemon
%{_datadir}/cryptui
%{_datadir}/dbus-1/services/*.service
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/pixmaps/cryptui
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/CryptUI-%{gimajor}.typelib

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/*.gir
%doc %{_datadir}/gtk-doc/html/%{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: c7dcc7c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17123 |14mr|libcue-1.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname cue %major
%define develname %mklibname -d cue 

Summary:	Cuesheet parser library
Name:		libcue
Version:	1.4.0
Release:	4
License:	GPLv2
Group:		System/Libraries
Url:		http://libcue.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2

%description
This is a library for parsing cue sheets which describe audio CD images. They
are useful for gapless music playback.

%package -n %{libname}
Group:		System/Libraries
Summary:	Cuesheet parser library

%description -n %{libname}
This is a library for parsing cue sheets which describe audio CD images. They
are useful for gapless music playback.

%package -n %{develname}
Group:		Development/C
Summary:	Cuesheet parser library
Requires:	%{libname} = %{version}-%{release}
Provides:	libcue-devel = %{version}-%{release}

%description -n %{develname}
This is a library for parsing cue sheets which describe audio CD images. They
are useful for gapless music playback.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libcue.so.%{major}*

%files -n %{develname}
%doc AUTHORS NEWS ChangeLog
%{_libdir}/libcue.so
%{_libdir}/pkgconfig/libcue.pc
%{_includedir}/libcue-1.4




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.0-4
+ Revision: 84e0725
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17124 |14mr|libdaemon-0.14-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname daemon %{major}
%define develname %mklibname daemon -d

Summary:	Lightweight C library which eases the writing of UNIX daemons
Name:		libdaemon
Version:	0.14
Release:	7
License:	LGPLv2.1+
Group:		System/Libraries
URL:		http://0pointer.de/lennart/projects/libdaemon
Source0:	http://0pointer.de/lennart/projects/libdaemon/%{name}-%{version}.tar.gz
BuildRequires:	lynx
BuildRequires:	doxygen

%description
libdaemon is a lightweight C library which eases the writing of UNIX daemons.
It consists of the following parts:
    * A wrapper around fork() which does the correct daemonization procedure
      of a process
    * A wrapper around syslog() for simpler and compatible log output to
      Syslog or STDERR
    * An API for writing PID files
    * An API for serializing UNIX signals into a pipe for usage with
      select() or poll()

Routines like these are included in most of the daemon software available. It
is not that simple to get it done right and code duplication cannot be a goal.

%package -n 	%{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries
Provides:	daemon = %{version}-%{release}

%description -n %{libname}
Dynamic libraries from %{name}.

%package -n 	%{develname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	daemon-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{libname}-devel < 0.14-6

%description -n %{develname}
Libraries and includes files for developing programs based on %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

#(tpg) useless
rm -rf %{buildroot}%{_datadir}/doc/libdaemon

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc README
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.14-7
+ Revision: 74c0aff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17125 |14mr|libdatrie-0.2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname datrie %{major}
%define develname %mklibname datrie -d

Summary:	Double-array structure for representing trie
Name:		libdatrie
Version:	0.2.4
Release:	4
License:	LGPLv2+ and GPLv2+
Group:		System/Libraries
URL:		http://linux.thai.net
Source0:	ftp://linux.thai.net/pub/thailinux/software/libthai/%name-%version.tar.gz
BuildRequires:	doxygen
BuildRequires:	pkgconfig
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
This is an implementation of double-array structure for representing trie.

Trie is a kind of digital search tree, an efficient indexing method with
O(1) time complexity for searching. Comparably as efficient as hashing,
trie also provides flexibility on incremental matching and key spelling
manipulation. This makes it ideal for lexical analyzers, as well as spelling
dictionaries.

%package -n	trietool
Summary:	Trie manipulation tool
Group:		Databases
Provides:	%{name} = %{version}

%description -n	trietool
Trietool is a trie manipulation tool.

%package -n	%{libname}
Summary:	Double-array structure for representing trie
Group:		System/Libraries
Provides:	%{name} = %{version}

%description -n	%{libname}
This is an implementation of double-array structure for representing trie.

Trie is a kind of digital search tree, an efficient indexing method with
O(1) time complexity for searching. Comparably as efficient as hashing,
trie also provides flexibility on incremental matching and key spelling
manipulation. This makes it ideal for lexical analyzers, as well as spelling
dictionaries.

%package -n	%{develname}
Summary:	Double-array structure for representing trie
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	pkgconfig
Provides:	datrie-devel = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname datrie 0 -d}

%description -n	%{develname}
This package includes the header files and developer docs for the libdatrie
package.

Install libdatrie-devel if you want to develop programs which will use
libdatrie.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}

%makeinstall_std

rm %{buildroot}%{_libdir}/*.la

%if %mdkversion < 200900
%post   -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n trietool
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/trietool*.1*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc README AUTHORS NEWS
%{_docdir}/%{name}/README.migration
%{_includedir}/datrie
%{_libdir}/lib*.so
%{_libdir}/lib*.a
%{_libdir}/pkgconfig/*
%{_datadir}/doc/datrie/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.4-4
+ Revision: 3b9d42a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17126 |14mr|libdbi-0.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname dbi %{major}
%define develname %mklibname dbi -d

Summary:	Database Independent Abstraction Layer for C
Name:		libdbi
Version:	0.9.0
Release:	2
License:	LGPL
Group:		System/Libraries
URL:		http://libdbi.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/libdbi/%{name}-%{version}.tar.gz
BuildRequires:	openjade
BuildRequires:	docbook-style-dsssl
BuildRequires:	docbook-dtd41-sgml

%description
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

%package -n	%{libname}
Summary:	Database Independent Abstraction Layer for C
Group:		System/Libraries

%description -n	%{libname}
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

%package -n	%{develname}
Summary:	Library and header files for the %{name} library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Provides:	dbi-devel = %{version}
Requires:	%{libname} = %{version}

%description -n	%{develname}
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

This package contains the static library and header files.

%prep
%setup -q

# fix dir perms
find -type d | xargs chmod 755

%build
%configure2_5x --disable-static

%make

%install
%makeinstall_std

# nuke installed docs...
rm -rf %{buildroot}%{_docdir}

%files -n %{libname}
%doc AUTHORS ChangeLog INSTALL README
%{_libdir}/*.so.%{major}*
%{_libdir}/pkgconfig/dbi.pc

%files -n %{develname}
%doc README TODO doc/programmers-guide doc/driver-guide doc/*.pdf
%{_includedir}/dbi
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.0-2
+ Revision: 2b5d96c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17127 |14mr|libdbi-drivers-0.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Database drivers for libdbi

Name:		libdbi-drivers
Version:	0.9.0
Release:	2
License:	LGPL
Group:		System/Libraries
URL:		http://libdbi-drivers.sourceforge.net/
Source0:	http://downloads.sourceforge.net/libdbi-drivers/%{name}-%{version}.tar.gz
BuildRequires:	libtool
BuildRequires:	autoconf
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel
BuildRequires:	sqlite-devel
BuildRequires:	sqlite3-devel
BuildRequires:	freetds-devel >= 0.62.4
BuildRequires:	dbi-devel >= 0.8.3
BuildRequires:	openjade
BuildRequires:	docbook-style-dsssl
BuildRequires:	docbook-dtd41-sgml

%description
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

%package	dbd-mysql
Summary:	MySQL driver for libdbi

Group:		System/Libraries

%description	dbd-mysql
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

This driver provides connectivity to MySQL database servers through the libdbi
database independent abstraction layer. Switching a program's driver does not
require recompilation or rewriting source code.

%package	dbd-pgsql
Summary:	PostgreSQL driver for libdbi

Group:		System/Libraries

%description	dbd-pgsql
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

This driver provides connectivity to PostgreSQL database servers through the
libdbi database independent abstraction layer. Switching a program's driver
does not require recompilation or rewriting source code.

%package	dbd-sqlite
Summary:	SQLite driver for libdbi

Group:		System/Libraries

%description	dbd-sqlite
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

This driver provides connectivity to SQLite database servers through the libdbi
database independent abstraction layer. Switching a program's driver does not
require recompilation or rewriting source code.

%package	dbd-sqlite3
Summary:	SQLite3 driver for libdbi

Group:		System/Libraries

%description	dbd-sqlite3
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

This driver provides connectivity to SQLite3 database servers through the
libdbi database independent abstraction layer. Switching a program's driver
does not require recompilation or rewriting source code.

%package	dbd-freetds
Summary:	MSSQL (FreeTDS) driver for libdbi

Group:		System/Libraries

%description	dbd-freetds
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

This driver provides connectivity to MSSQL database servers through the libdbi
database independent abstraction layer. Switching a program's driver does not
require recompilation or rewriting source code.

%package	devel
Summary:	Static library and header files for the %{name} library drivers

Group:		Development/C
Provides:	%{name}-drivers-devel
Requires:	dbi-devel >= 0.8.2

%description	devel
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

This package contains the static libraries and header files.

%prep
%setup -qn %{name}-%{version}

# fix dir perms
find -type d | xargs chmod 755

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" acinclude.m4

%build
sh autogen.sh

%configure2_5x \
    --enable-shared \
    --enable-static \
    --with-mysql \
    --with-pgsql \
    --with-sqlite \
    --with-sqlite3 \
    --with-freetds \
    --with-freetds-incdir=%{_includedir} \
    --with-freetds-libdir=%{_libdir} \
    --with-dbi-incdir=%{_includedir}/dbi \
    --with-dbi-libdir=%{_libdir}

%make

%install
%makeinstall_std

# install development headers
install -d %{buildroot}%{_includedir}/dbi
install -m0644 drivers/mysql/dbd_mysql.h %{buildroot}%{_includedir}/dbi/
install -m0644 drivers/pgsql/dbd_pgsql.h %{buildroot}%{_includedir}/dbi/
install -m0644 drivers/sqlite/dbd_sqlite.h %{buildroot}%{_includedir}/dbi/
install -m0644 drivers/sqlite3/dbd_sqlite3.h %{buildroot}%{_includedir}/dbi/
install -m0644 drivers/freetds/dbd_freetds.h %{buildroot}%{_includedir}/dbi/

# fix some docs
cp drivers/mysql/TODO TODO.mysql
cp drivers/pgsql/TODO TODO.pgsql
cp drivers/sqlite/TODO TODO.sqlite
cp drivers/sqlite3/TODO TODO.sqlite3

# cleanup
rm -rf %{buildroot}%{_docdir}/%{name}*

%files dbd-mysql
%doc drivers/mysql/README
%doc drivers/mysql/AUTHORS
%doc drivers/mysql/dbd_mysql
%doc drivers/mysql/dbd_mysql.pdf
%{_libdir}/dbd/libdbdmysql.so

%files dbd-pgsql
%doc drivers/pgsql/README
%doc drivers/pgsql/AUTHORS
%doc drivers/pgsql/dbd_pgsql
%doc drivers/pgsql/dbd_pgsql.pdf
%{_libdir}/dbd/libdbdpgsql.so

%files dbd-sqlite
%doc drivers/sqlite/README
%doc drivers/sqlite/AUTHORS
%doc drivers/sqlite/dbd_sqlite
%doc drivers/sqlite/dbd_sqlite.pdf
%{_libdir}/dbd/libdbdsqlite.so

%files dbd-sqlite3
%doc drivers/sqlite3/AUTHORS
%doc drivers/sqlite3/README
%doc drivers/sqlite3/AUTHORS
%doc drivers/sqlite3/dbd_sqlite3
%doc drivers/sqlite3/dbd_sqlite3.pdf
%{_libdir}/dbd/libdbdsqlite3.so

%files dbd-freetds
%doc drivers/freetds/README
%{_libdir}/dbd/libdbdfreetds.so

%files devel
%doc AUTHORS ChangeLog INSTALL README TODO*
%{_libdir}/dbd/*.a
%{_includedir}/dbi/*.h




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.0-2
+ Revision: 545e145
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17128 |14mr|libdbusmenu-0.6.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	api	0.4
%define	major	4
%define	libname	%mklibname dbusmenu-glib %{major}
%define	girname	%mklibname dbusmenu-gir %{api}
%define	devname	%mklibname dbusmenu-glib -d

%define	libgtk3	%mklibname dbusmenu-gtk3_ %{major}
%define	girgtk3	%mklibname dbusmenu-gtk3-gir %{api}
%define	devgtk3	%mklibname dbusmenu-gtk -d

%define	libjson	%mklibname dbusmenu-jsonloader %{major}
%define	devjson	%mklibname dbusmenu-jsonloader -d

%define	toolsname	%{name}-tools

Summary:	Library for applications to pass a menu scructure accross DBus
Name:		libdbusmenu
Version:	0.6.2
Release:	4
License:	LGPLv3
Group:		System/Libraries
Url:		https://launchpad.net/dbusmenu
Source0:	http://launchpad.net/dbusmenu/0.6/%{version}/+download/%{name}-%{version}.tar.gz

BuildRequires:	intltool
BuildRequires:	vala-tools
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(json-glib-1.0) >= 0.13.4
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(valgrind)

%description
A small little library that was created by pulling out some comon code
out of indicator-applet. It passes a menu structure across DBus so that
a program can create a menu simply without worrying about how it is
displayed on the other side of the bus.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for applications to pass a menu structure accross DBus
Group:		System/Libraries

%description -n %{libname}
A small library for applications to raise "flags" on DBus for other
components of the desktop to pick up and visualize. Currently used by
the messaging indicator.

%files -n %{libname}
%{_libdir}/%{name}-glib.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject introspection interface description for DBus
Group:		System/Libraries

%description -n %{girname}
A small library for applications to raise "flags" on DBus for other
components of the desktop to pick up and visualize. Currently used by
the messaging indicator.

%files -n %{girname}
%{_libdir}/girepository-1.0/Dbusmenu-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{libgtk3}
Summary:	Library for applications to pass a menu structure accross DBus
Group:		System/Libraries

%description -n %{libgtk3}
A small little library that was created by pulling out some comon code
out of indicator-applet. It passes a menu structure across DBus so that
a program can create a menu simply without worrying about how it is
displayed on the other side of the bus.

%files -n %{libgtk3}
%{_libdir}/%{name}-gtk3.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girgtk3}
Summary:	GObject introspection interface description for DBusGtk
Group:		System/Libraries

%description -n %{girgtk3}
A small library for applications to raise "flags" on DBus for other
components of the desktop to pick up and visualize. Currently used by
the messaging indicator.

%files -n %{girgtk3}
%{_libdir}/girepository-1.0/DbusmenuGtk3-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{libjson}
Summary:	Library for applications to pass a menu structure accross DBus
Group:		System/Libraries

%description -n %{libjson}
A small little library that was created by pulling out some comon code
out of indicator-applet. It passes a menu structure across DBus so that
a program can create a menu simply without worrying about how it is
displayed on the other side of the bus.

%files -n %{libjson}
%{_libdir}/%{name}-jsonloader.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Library headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n %{devname}
%dir %{_includedir}/libdbusmenu-glib-%{api}
%{_includedir}/libdbusmenu-glib-%{api}/libdbusmenu-glib
%{_libdir}/libdbusmenu-glib.so
%{_libdir}/pkgconfig/dbusmenu-glib-%{api}.pc
%{_datadir}/gir-1.0/Dbusmenu-%{api}.gir
%{_datadir}/vala/vapi/Dbusmenu-%{api}.vapi
%doc %{_datadir}/gtk-doc/html/libdbusmenu-glib

#----------------------------------------------------------------------------

%package -n %{devgtk3}
Summary:	Library headers for %{name}
Group:		Development/C
Requires:	%{libgtk3} = %{version}-%{release}
Requires:	%{girgtk3} = %{version}-%{release}
Requires:	%{devname} = %{version}-%{release}
Provides:	%{name}-gtk-devel = %{version}-%{release}

%description -n %{devgtk3}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n %{devgtk3}
%{_includedir}/libdbusmenu-gtk3-%{api}/libdbusmenu-gtk
%{_libdir}/libdbusmenu-gtk3.so
%{_libdir}/pkgconfig/dbusmenu-gtk3-%{api}.pc
%{_datadir}/gir-1.0/DbusmenuGtk3-%{api}.gir
%{_datadir}/vala/vapi/DbusmenuGtk3-%{api}.vapi
%doc %{_datadir}/gtk-doc/html/libdbusmenu-gtk

#----------------------------------------------------------------------------

%package -n %{devjson}
Summary:	Library headers for %{name}
Group:		Development/C
Requires:	%{libjson} = %{version}-%{release}
Requires:	%{devname} = %{version}-%{release}
Provides:	%{name}-jsonloader-devel = %{version}-%{release}

%description -n %{devjson}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n %{devjson}
%{_includedir}/libdbusmenu-glib-%{api}/libdbusmenu-jsonloader
%{_libdir}/libdbusmenu-jsonloader.so
%{_libdir}/pkgconfig/dbusmenu-jsonloader-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{toolsname}
Summary:	Tools useful when building applications
Group:		Development/C

%description -n %{toolsname}
This package contains tools that are useful when building applications. 

%files -n %{toolsname}
%{_libexecdir}/dbusmenu-bench
%{_libexecdir}/dbusmenu-dumper
%{_libexecdir}/dbusmenu-testapp
%{_datadir}/%{name}/json/test-gtk-label.json
%{_defaultdocdir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q

%build
CFLAGS="%{optflags} -Wno-error=deprecated-declarations"
%configure2_5x \
	--disable-static \
	--enable-gtk-doc-html
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.2-4
+ Revision: f55e81d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17129 |14mr|libdbusmenu-qt-0.9.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	libdbusmenu-qt
%define version	0.9.2
%define release	2
%define Summary	 Qt implementation of the DBusMenu spec
%define major 2
%define libname %mklibname dbusmenu-qt %{major}
%define develname %mklibname dbusmenu-qt -d

Summary:	%Summary
Name:		%name
Version:	%version
Release:	%release
Source0:	http://launchpad.net/libdbusmenu-qt/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
License:	GPLv2
Group:		System/Libraries
URL:		https://launchpad.net/libdbusmenu-qt
BuildRequires:	qjson-devel
BuildRequires:	qt4-devel
BuildRequires:	cmake
BuildRequires:	doxygen

%description
This library provides a Qt implementation of the DBusMenu spec.

#-----------------------------------------------------------------------

%package -n	%{libname}
Summary:	Qt implementation of the DBUSMenu Spec
Group:		System/Libraries

%description -n	%{libname}
Qt implementation of the DBUSMenu Spec


%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libdbusmenu-qt.so.%{major}*

#---------------------------------------------------------------------

%package -n	%{develname}
Summary:	Library headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n	%{develname}
%defattr(-,root,root)
%{_libdir}/libdbusmenu-qt.so
%{_includedir}/dbusmenu-qt/
%{_libdir}/pkgconfig/dbusmenu-qt.pc
%{_docdir}/dbusmenu-qt/

#-----------------------------------------------------------------------

%prep
%setup -q 

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.2-2
+ Revision: 3c48e44
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17130 |14mr|libdc1394_12-1.2.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libdc1394
%define major 12
%define libname %mklibname dc1394_ %{major}
%define develname %mklibname dc1394_ %major -d

Summary:	Library for 1394 Digital Camera Specification
Name:		libdc1394_12
Version:	1.2.1
Release:	16
License:	GPLv2+
Group:		System/Libraries
URL:		http://sourceforge.net/projects/libdc1394/
Source0:	%{oname}-%{version}.tar.bz2
Patch0:		libdc1394-0.9.5-lib64.patch
Patch1:		libdc1394-1.2.1-clk_tck-deprecated.patch
Patch2:		libdc1394-1.2.1-videodev.h.patch
BuildRequires: 	pkgconfig(libraw1394) = 1.3.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(libv4l1)

%description
libdc1394 is a library that is intended to provide a high level programming
interface for application developers who wish to control IEEE 1394 based
cameras that conform to the 1394-based Digital Camera Specification (found at
http://www.1394ta.org/).

%if %{_lib} != lib
%package -n 	%{libname}
Summary:	Dynamic library from libdc1394
Group:		System/Libraries

%description -n %{libname}
libdc1394 is a library that is intended to provide a high level programming
interface for application developers who wish to control IEEE 1394 based
cameras that conform to the 1394-based Digital Camera Specification (found at
http://www.1394ta.org/).
%endif

%package -n 	%{develname}
Summary: 	Development components for libdc1394
Group: 		Development/C
Requires: 	%{libname} = %{version}-%{release}
Provides: 	libdc1394_12-devel = %{version}-%{release}
Conflicts:	%mklibname -d dc1394

%description -n %{develname}
libdc1394 is a library that is intended to provide a high level programming
interface for application developers who wish to control IEEE 1394 based
cameras that conform to the 1394-based Digital Camera Specification (found at
http://www.1394ta.org/).

This archive contains the header-files for libdc1394 development

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1 -b .lib64
%patch1 -p1 -b .clk_tck
%patch2 -p0 -b .v4l
autoreconf -fi

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%if %{_lib} == lib
%files
%else
%files -n %{libname}
%endif
%doc AUTHORS ChangeLog NEWS README 
%{_libdir}/libdc1394_control.so.%{major}*

%files -n %{develname}
%{_bindir}/dc1394_vloopback
%{_includedir}/libdc1394
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.1-16
+ Revision: 4266217
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17131 |14mr|libdc1394-2.2.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	22
%define libname %mklibname dc1394_ %{major}
%define devname %mklibname dc1394 -d

Summary:	Library for 1394 Digital Camera Specification
Name:		libdc1394
Version:	2.2.1
Release:	10
License:	GPLv2+
Group:		System/Libraries
Url:		http://sourceforge.net/projects/libdc1394/
Source0:	http://downloads.sourceforge.net/libdc1394/%{name}-%{version}.tar.gz
Patch0:		libdc1394-2.2.0-fix-linking.patch
Patch1:		libdc1394-2.1.2-videodev.h.patch
BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libv4l2)

%description
libdc1394 is a library that is intended to provide a high level programming
interface for application developers who wish to control IEEE 1394 based
cameras that conform to the 1394-based Digital Camera Specification (found at
http://www.1394ta.org/).

%package -n %{libname}
Summary:	Dynamic library from libdc1394
Group:		System/Libraries
Provides:	libdc1394

%description -n %{libname}
libdc1394 is a library that is intended to provide a high level programming
interface for application developers who wish to control IEEE 1394 based
cameras that conform to the 1394-based Digital Camera Specification (found at
http://www.1394ta.org/).

%package -n %{devname}
Summary:	Development components for libdc1394
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
%if "%{_lib}" != "lib"
Provides:	libdc1394-devel = %{version}-%{release}
%endif
Provides:	dc1394-devel = %{version}-%{release}

%description -n %{devname}
This archive contains the header-files for libdc1394 development

%prep
%setup -q
%apply_patches

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libdc1394.so.%{major}*

%files -n %{devname}
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/dc1394_*
%{_includedir}/dc1394
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man1/*.1*


%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-10
+ Revision: 34d182d
- Rediff patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17132 |14mr|libdiscid-0.2.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name libdiscid
%define version 0.2.2
%define release 7
%define major 0
%define libname %mklibname discid %major
%define develname %mklibname -d discid

Summary:A Library for creating MusicBrainz DiscIDs
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://users.musicbrainz.org/~matt/%{name}-%{version}.tar.gz
License: LGPLv2+
Group: System/Libraries
Url: http://musicbrainz.org/doc/libdiscid
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
libdiscid is a library for creating MusicBrainz DiscIDs from audio CDs.
It reads a CD's table of contents (TOC) and generates an identifier which
can be used to lookup the CD at MusicBrainz (http://musicbrainz.org).
Additionally, it provides a submission URL for adding the DiscID to the
database.

%package -n %libname
Summary:A Library for creating MusicBrainz DiscIDs
Group: System/Libraries
# gw for python-musicbrainz2 to depend on
Provides: %name = %version-%release

%description -n %libname
libdiscid is a library for creating MusicBrainz DiscIDs from audio CDs.
It reads a CD's table of contents (TOC) and generates an identifier which
can be used to lookup the CD at MusicBrainz (http://musicbrainz.org).
Additionally, it provides a submission URL for adding the DiscID to the
database.

%package -n %develname
Summary:A Library for creating MusicBrainz DiscIDs
Group: Development/C
Requires: %libname = %version
Provides: %name-devel = %version-%release
Obsoletes: %mklibname -d discid 0

%description -n %develname
libdiscid is a library for creating MusicBrainz DiscIDs from audio CDs.
It reads a CD's table of contents (TOC) and generates an identifier which
can be used to lookup the CD at MusicBrainz (http://musicbrainz.org).
Additionally, it provides a submission URL for adding the DiscID to the
database.


%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%files -n %libname
%defattr(-,root,root)
%doc README AUTHORS
%_libdir/libdiscid.so.%{major}*

%files -n %develname
%defattr(-,root,root)
%_libdir/libdiscid.so
%_libdir/libdiscid.*a
%_includedir/*
%_libdir/pkgconfig/*.pc





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.2-7
+ Revision: 9e9c120
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17133 |14mr|libdmapsharing-2.9.24-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3.0
%define major 2
%define libname %mklibname dmapsharing %{api} %{major}
%define develname %mklibname -d dmapsharing

Summary:	A DMAP client and server library
Name:		libdmapsharing
Version:	2.9.24
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.flyn.org/projects/libdmapsharing/index.html
Source0:	http://www.flyn.org/projects/libdmapsharing/%{name}-%{version}.tar.gz
Patch0:		libdmapsharing-2.9.14-link.patch
Patch1:		libdmapsharing-2.9.16-automake-1.13.patch

BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gee-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(libsoup-2.4)

%description
libdmapsharing implements the DMAP protocols. This includes support for
DAAP and DPAP.

%package -n %{libname}
Summary:	A DMAP client and server library
Group:		System/Libraries

%description -n %{libname}
libdmapsharing implements the DMAP protocols. This includes support for
DAAP and DPAP.

%package -n %{develname}
Summary:	Files needed to develop applications using libdmapsharing
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
libdmapsharing implements the DMAP protocols. This includes support for
DAAP and DPAP.  This package provides the libraries, include files, and
other resources needed for developing applications using libdmapsharing.

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=yes gnome-autogen.sh
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libdmapsharing-%{api}.so.%{major}*

%files -n %{develname}
%{_libdir}/pkgconfig/libdmapsharing-*.pc
%{_includedir}/libdmapsharing-*
%{_libdir}/libdmapsharing-%{api}.so
%{_datadir}/gtk-doc/html/libdmapsharing-%{api}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.9.24-2
+ Revision: 17c06fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17134 |14mr|libdmtx-0.7.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname dmtx %{major}
%define develname %mklibname -d dmtx

Name:		libdmtx
Version:	0.7.4
Release:	3
Summary:	A library for reading and writing Data Matrix 2D barcodes
Group:		Development/C++
License: 	GPLv2
URL:		http://www.libdmtx.org
Source0:	http://downloads.sourceforge.net/project/libdmtx/libdmtx/0.7.4/%{name}-%{version}.tar.bz2

%description
libdmtx is open source software for reading and writing Data Matrix 2D barcodes
on Linux and Unix. At its core libdmtx is a shared library, allowing C/C++
programs to use its capabilities without restrictions or overhead.

%package -n %{libname}
Group:		Development/C++
Summary:	%{name} library package

%description -n %{libname}
A library for reading and writing Data Matrix 2D barcodes.

%package -n %{develname}
Group:		Development/C++
Summary:	%{name} developement files
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{name} < 0.7.4

%description -n %{develname}
This package contains header files needed when building applications based on
%{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

%files -n %{develname}
%doc AUTHORS ChangeLog README NEWS KNOWNBUG
%{_includedir}/dmtx.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_mandir}/man3/%{name}*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.4-3
+ Revision: 905de19
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17135 |14mr|libdmx-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname dmx %{major}
%define devname %mklibname dmx -d

Name:		libdmx
Summary:	DMX library (part of X.org)
Version:	1.1.3
Release:	2
Group:		Development/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libdmx-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)

%description
The DMX extension provides support for communication with and control of
Xdmx server. Attributes of the Xdmx server and of the back-end screens
attached to the server can be queried and modified via this protocol.

%package -n %{libname}
Summary:	The dmx Library
Group:		Development/X11
Provides:	%{name} = %{version}

%description -n %{libname}
The DMX extension provides support for communication with and control of
Xdmx server. Attributes of the Xdmx server and of the back-end screens
attached to the server can be queried and modified via this protocol.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}dmx-static-devel < 1.1.2

%description -n %{devname}
Development files for %{name}.

%prep
%setup -q

%build
%configure2_5x	\
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libdmx.so.%{major}*

%files -n %{devname}
%{_libdir}/libdmx.so
%{_libdir}/pkgconfig/dmx.pc
%{_includedir}/X11/extensions/*.h
%{_mandir}/man3/DMX*.3*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3-2
+ Revision: dc70159
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17136 |14mr|libdnet-1.12-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname dnet %{major}
%define develname %mklibname dnet -d

Summary:	Portable interface to several low-level networking routines
Name:		libdnet
Version:	1.12
Release:	14
License:	BSD
Group:		System/Libraries
URL:		http://code.google.com/p/libdnet/
Source0:	http://libdnet.googlecode.com/files/%{name}-%{version}.tgz
Patch0:		libdnet-shrext.patch
Patch4:		libdnet-1.10-nmap2.diff
BuildRequires:	autoconf automake libtool
BuildRequires:	python-devel
BuildRequires:	python-pyrex

%description
libdnet provides a simplified, portable interface to several
low-level networking routines, including network address
manipulation, kernel arp(4) cache and route(4) table lookup and
manipulation, network firewalling, network interface lookup and
manipulation, and raw IP packet and Ethernet frame transmission.

%package -n	python-dnet
Summary:	Python bindings for dnet
Group:		Development/Python
Requires:	python >= %{py_ver}

%description -n	python-dnet
This module provides a simplified interface to several low-level
networking routines, including network address manipulation, kernel
arp(4) cache and route(4) table lookup and manipulation, network
firewalling, network interface lookup and manipulation, and raw IP
packet and Ethernet frame transmission.

%package -n	%{libname}
Summary:	Portable interface to several low-level networking routines
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
libdnet provides a simplified, portable interface to several
low-level networking routines, including network address
manipulation, kernel arp(4) cache and route(4) table lookup and
manipulation, network firewalling, network interface lookup and
manipulation, and raw IP packet and Ethernet frame transmission.

%package -n	%{libname}-utils
Summary:	A simple test program for the %{libname} library
Group:		System/Libraries
Provides:	%{name}-utils = %{version}-%{release}

%description -n	%{libname}-utils
Provides a simple test program for the %{libname} library.

%package -n	%{develname}
Summary:	Static library and header files for the %{libname} library
Group:		Development/C
Provides:	dnet-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{develname}
libdnet provides a simplified, portable interface to several
low-level networking routines, including network address
manipulation, kernel arp(4) cache and route(4) table lookup and
manipulation, network firewalling, network interface lookup and
manipulation, and raw IP packet and Ethernet frame transmission.

%prep
%setup -q
%patch0 -p1
%patch4 -p0

%build
%configure2_5x --disable-static --with-python
%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/dnet-config

%files -n %{libname}
%doc README THANKS TODO
%{_libdir}/*.so.%{major}*

%files -n %{libname}-utils
%{_sbindir}/*
%{_mandir}/man8/*

%files -n %{develname}
%{multiarch_bindir}/dnet-config
%{_bindir}/dnet-config
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man3/*

%files -n python-dnet
%{py_platsitedir}/*.egg-info
%{py_platsitedir}/*.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.12-14
+ Revision: b1b692a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17137 |14mr|libdrm-2.4.54-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname drm %{major}
%define develname %mklibname drm -d

%define kms_major 1
%define libkms %mklibname kms %{kms_major}
%ifarch %{ix86} x86_64
%define intel_major 1
%define libintel %mklibname drm_intel %{intel_major}
%endif
%define nouveau_major 2
%define libnouveau %mklibname drm_nouveau %{nouveau_major}
%define radeon_major 1
%define libradeon %mklibname drm_radeon %{radeon_major}

Summary:	Userspace interface to kernel DRM services
Name:		libdrm
Version:	2.4.54
Release:	2
Group:		System/Libraries
License:	MIT/X11
URL:		http://xorg.freedesktop.org
Source0:	http://dri.freedesktop.org/libdrm/libdrm-%{version}.tar.bz2
Source1:	91-drm-modeset.rules

# Revert nouveau api so mesa 7.10.1 can build:
# Patch0050: 0050-revert-nouveau-split-pushbuf-macros.patch

# Backports from git:

# (from mageia) Revert nouveau merge to allow mesa build.
#Patch0900: 0900-Revert-nouveau-silence-some-remaining-valgrind-warni.patch
#Patch0901: 0901-Revert-nouveau-fix-channel-closing.patch
#Patch0902: 0902-Revert-nouveau-expose-notifier-handle-on-nvc0-as-wel.patch
#Patch0903: 0903-Revert-nouveau-remove-unnecessary-EAGAIN-loops.patch
#Patch0904: 0904-Revert-nouveau-init-nvc0-channel-alloc-req-structure.patch

Patch0100: 0100-RH-libdrm-make-dri-perms-okay-v1.1.patch
# Do not try proc for backward Linux compatibility:
Patch0101: 0101-RH-libdrm-2.4.0-no-bc-v1.3.patch

#Patch0500: 0500-improve-waiting-for-dri-device-to-appear-when-system.patch

# MIPS-specific
#Patch1005: libdrm_mips_drm_cas.patch
#Patch1006: libdrm_mips_sarea_max.patch

# Already fixed
#Patch3000: libdrm-2.4.19-fix-linking.patch

BuildRequires: kernel-headers >= 1:2.6.27.4-3mnb2
BuildRequires: libpthread-stubs
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: udev-devel
BuildRequires: libpciaccess-devel
Conflicts:	kernel-headers <= 1:2.6.27.4-2mnb2

%description
Userspace interface to kernel DRM services

%package common
Summary:	Common files for the userspace interface to kernel DRM services
Group:		System/Libraries

%description common
Common files for the userspace interface to kernel DRM services

%package -n	%{libname}
Summary:	Userspace interface to kernel DRM services
Group:		System/Libraries
Provides:	%{name} = %{version}
Requires:	%{name}-common

%description -n	%{libname}
Userspace interface to kernel DRM services

%package -n %{libkms}
Summary:  Shared library for KMS
Group:    System/Libraries

%description -n %{libkms}
Shared library for kernel mode setting.

%ifarch %{ix86} x86_64
%package -n	%{libintel}
Summary:	Shared library for Intel kernel DRM services
Group:		System/Libraries
Conflicts:	%{_lib}drm2 < 2.4.5-2

%description -n %{libintel}
Shared library for Intel kernel Direct Rendering Manager services.
%endif

%package -n	%{libnouveau}
Summary:	Shared library for Nouveau kernel DRM services
Group:		System/Libraries

%description -n %{libnouveau}
Shared library for Nouveau kernel Direct Rendering Manager services.

%package -n	%{libradeon}
Summary:	Shared library for Radeon kernel DRM services
Group:		System/Libraries
Conflicts:	%{_lib}drm2 < 2.4.5-2

%description -n %{libradeon}
Shared library for Radeon kernel Direct Rendering Manager services.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}
Requires:	%{libkms} = %{version}
%ifarch %{ix86} x86_64
Requires:	%{libintel} = %{version}
%endif
Requires:	%{libnouveau} = %{version}
Requires:	%{libradeon} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}drm2-devel
Obsoletes:	%{_lib}drm-static-devel
Obsoletes:	drm-nouveau-devel < 2.3.0-2.20090111.2

%description -n	%{develname}
Development files for %{name}

%prep
%setup -q
%apply_patches

%build
# Needed for patch4
autoreconf -fv --install
%configure2_5x \
    --enable-udev \
    --disable-manpages \
%ifnarch %{ix86} x86_64
    --disable-intel \
%endif
    
# --enable-nouveau-experimental-api is not needed since 2.4.34

%make

%install
rm -rf %{buildroot}

%makeinstall_std 
mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d/
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/

find %{buildroot} -type f -name '*.la' -exec rm -f {} \;

# (cg) Note that RH remove drm.h drm_mode.h drm_sarea.h r300_reg.h via_3d_reg.h
# and we should perhaps do the same? (previous attempts have not gone well :)

%files common
%{_sysconfdir}/udev/rules.d/91-drm-modeset.rules

%files -n %{libname}
%{_libdir}/libdrm.so.%{major}*

%files -n %{libkms}
%{_libdir}/libkms.so.%{kms_major}*

%ifarch %{ix86} x86_64
%files -n %{libintel}
%{_libdir}/libdrm_intel.so.%{intel_major}*
%endif

%files -n %{libnouveau}
%{_libdir}/libdrm_nouveau.so.%{nouveau_major}*

%files -n %{libradeon}
%{_libdir}/libdrm_radeon.so.%{radeon_major}*

%files -n %{develname}
%{_includedir}/libdrm
%{_includedir}/libkms
%{_includedir}/*.h
%{_libdir}/libdrm*.so
%{_libdir}/libkms.so
%{_libdir}/pkgconfig/libdrm*.pc
%{_libdir}/pkgconfig/libkms*.pc
#{_mandir}/man3/*
#{_mandir}/man7/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.54-2
+ Revision: da50c40
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17138 |14mr|libdv-1.0.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname dv %{major}
%define develname %mklibname -d dv
%define staticname %mklibname -d -s dv

Summary:	DV software video codec
Name:		libdv
Version:	1.0.0
Release:	13
License:	LGPLv2+
Group:		Video
URL:		http://libdv.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/libdv/%{name}-%{version}.tar.bz2
Patch0:		libdv-mmxdetect-athlon.patch
Patch4:		libdv-0.104-zap-config.h.patch
Patch5:		libdv-0.104-move-config.h-to-apps.patch
BuildRequires:	popt-devel

%description
The Quasar DV codec (libdv) is a software codec for DV video.  DV is
the encoding format used by most digital camcorders, typically those
that support the IEEE 1394 (aka FireWire or i.Link) interface.  libdv
was developed according to the official standards for DV video, IEC
61834 and SMPTE 314M. See http://libdv.sourceforge.net/ for more.

%package	apps
Summary:	Binaries from libdv
Group:		Video
Provides:	%{_lib}dv2-apps = %{version}-%{release}

%description	apps
The Quasar DV codec (libdv) is a software codec for DV video.  DV is
the encoding format used by most digital camcorders, typically those
that support the IEEE 1394 (aka FireWire or i.Link) interface.  libdv
was developed according to the official standards for DV video, IEC
61834 and SMPTE 314M.  See http://libdv.sourceforge.net/ for more.
  
This is the libraries, include files and other resources you can use
to incorporate libdv into applications.


%package -n	%{libname}
Summary:	Libraries from libdv
Group:		System/Libraries

%description -n	%{libname}
The Quasar DV codec (libdv) is a software codec for DV video.  DV is
the encoding format used by most digital camcorders, typically those
that support the IEEE 1394 (aka FireWire or i.Link) interface.  libdv
was developed according to the official standards for DV video, IEC
61834 and SMPTE 314M.  See http://libdv.sourceforge.net/ for more.

This is the libraries, include files and other resources you can use
to incorporate libdv into applications.

%package -n	%{develname}
Summary:	Devel files from libdv
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	popt-devel
Provides:	libdv-devel = %{version}-%{release}

%description -n	%{develname}
The Quasar DV codec (libdv) is a software codec for DV video.  DV is
the encoding format used by most digital camcorders, typically those
that support the IEEE 1394 (aka FireWire or i.Link) interface.  libdv
was developed according to the official standards for DV video, IEC
61834 and SMPTE 314M.  See http://libdv.sourceforge.net/ for more.

This is the libraries, include files and other resources you can use
to incorporate libdv into applications.

%package -n	%{staticname}
Group:		Development/C
Summary:	Static library of %{name}
Requires:	%{develname} = %{version}-%{release}

%description -n	%{staticname}
This package contains the static library required for statically
linking applications based on %{name}.

%prep
%setup -q
%patch0 -p1 -b .mmx_athlon
%patch4 -p1 -b .zap_config
%patch5 -p1 -b .move_config

%build
# Needed for snapshot releases.
if [ ! -f configure ]; then
  ./bootstrap
fi
%configure2_5x --enable-shared --disable-gtk

%make

%install
%makeinstall_std

%files apps
%doc ChangeLog COPYING README AUTHORS NEWS INSTALL TODO COPYRIGHT
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc ChangeLog COPYING README AUTHORS NEWS INSTALL TODO COPYRIGHT
%{_includedir}/libdv
%{_libdir}/*.so
%{_libdir}/pkgconfig/libdv.pc

%files -n %{staticname}
%{_libdir}/*.a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-13
+ Revision: ccf1d20
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17139 |14mr|libdvbpsi-0.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		7
%define oname		%{name}

%define libname %mklibname dvbpsi %{major}
%define develname %mklibname -d dvbpsi

Summary:	A library for decoding and generating MPEG 2 and DVB PSI sections
Name:		libdvbpsi
Version:	0.2.2
Release:	3
License:	GPLv2+
Group:		System/Libraries
URL:		http://www.videolan.org/libdvbpsi/
Source:		http://www.videolan.org/pub/videolan/libdvbpsi/%{version}/%{oname}-%{version}.tar.bz2

%description
libdvbpsi is a simple library designed for decoding and generating
MPEG 2 TS and DVB PSI tables. The important features are:
 * PAT decoder and generator.
 * PMT decoder and generator.

%package -n %{libname}
Summary:	A library for decoding and generating MPEG 2 and DVB PSI sections
Group:		System/Libraries
Provides:	%{name}

%description -n %{libname}
libdvbpsi is a simple library designed for decoding and generating
MPEG 2 TS and DVB PSI tables. The important features are:
 * PAT decoder and generator.
 * PMT decoder and generator.

%package -n %{develname}
Summary:	Development tools for programs which will use the libdvbpsi library
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Obsoletes:	%{mklibname -d dvbpsi 4} < 0.2.2

%description -n %{develname}
The %{name}-devel package includes the header files and static libraries
necessary for developing programs which will manipulate MPEG 2 and DVB PSI
information using the %{name} library.

If you are going to develop programs which will manipulate MPEG 2 and DVB PSI
information you should install %{name}-devel.  You'll also need to have
the %{name} package installed.


%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x \
	--enable-release \
	--disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS README COPYING ChangeLog
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc COPYING
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.2-3
+ Revision: 15a55df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17140 |14mr|libdvdnav-4.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname dvdnav %{major}
%define develname %mklibname dvdnav -d

Name:		libdvdnav
Summary:	DVD Navigation library
Version:	4.2.0
Release:	3
Group:		System/Libraries
License:	GPLv2+
URL:		http://www.mplayerhq.hu
Source0:	http://dvdnav.mplayerhq.hu/releases/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(dvdread)

%description
libdvdnav provides support to applications wishing to make use of advanced
DVD features.

%package -n	%{libname}
Summary:	DVD Navigation library
Group:		System/Libraries

%description -n	%{libname}
libdvdnav provides support to applications wishing to make use of advanced
DVD features.

%package -n	%{develname}
Summary:	DVD Navigation library headers and support files
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname dvdnav 4 -d} < 4.2.0

%description -n	%{develname}
libdvdnav provides support to applications wishing to make use of advanced
DVD features.

This package contains the C headers and support files for compiling 
applications with libdvdnav.

%prep
%setup -q

%build
./autogen.sh
%define _disable_ld_no_undefined 1
%configure2_5x
%make

%install
%makeinstall_std
#gw remove buildroot
perl -pi -e "s^%{buildroot}^^" %{buildroot}%{_bindir}/dvdnav-config

%multiarch_binaries %{buildroot}%{_bindir}/dvdnav-config

%files -n %{libname}
%doc COPYING README
%{_libdir}/libdvdnavmini.so.%{major}*
%{_libdir}/libdvdnav.so.%{major}*

%files -n %{develname}
%doc COPYING NEWS TODO AUTHORS
%{_bindir}/dvdnav-config
%{multiarch_bindir}/dvdnav-config
%{_libdir}/libdvdnavmini.so
%{_libdir}/libdvdnav.so
%{_includedir}/dvdnav/
%{_datadir}/aclocal/dvdnav.m4
%{_libdir}/pkgconfig/dvdnav.pc
%{_libdir}/pkgconfig/dvdnavmini.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2.0-3
+ Revision: 391c384
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17141 |14mr|libdvdread-4.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname dvdread %{major}
%define develname %mklibname dvdread -d

Summary:	Library to read DVD images
Name:		libdvdread
Version:	4.2.0
Release:	3
License:	GPLv2+
Group:		System/Libraries
URL:		http://www.mplayerhq.hu/
Source0:	http://dvdnav.mplayerhq.hu/releases/%{name}-%{version}.tar.bz2
Patch1:		libdvdread-4.1.3-m4.patch

%description
libdvdread provides a simple foundation for reading DVD-Video images.

%package -n	%{libname}
Summary:	Library to read DVD images
Group:		System/Libraries

%description -n	%{libname}
Libdvdread provides a simple foundation for reading DVD-Video images.
This package contains the shared library to run applications utilizing
libdvdread.

%package -n	%{develname}
Summary:	Libdvdread library headers
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname dvdread 3 -d} < 4.2.0

%description -n	%{develname}
This is the libraries, include files and other resources you can use
to incorporate libdvdread into applications.

%prep
%setup -q
%apply_patches

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std
mkdir -p %{buildroot}/%{_bindir}

%multiarch_binaries %{buildroot}%{_bindir}/dvdread-config

%files -n %{libname}
%defattr(644,root,root,755)
%doc README AUTHORS TODO
%attr(755,root,root) %{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr(644,root,root,755)
%{_includedir}/dvdread
%attr(755,root,root) %{_libdir}/lib*.so
%{_datadir}/aclocal/dvdread.m4
%{_libdir}/pkgconfig/dvdread.pc
%attr(755,root,root) %{_bindir}/dvdread-config
%attr(755,root,root) %{multiarch_bindir}/dvdread-config



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2.0-3
+ Revision: 326dcfe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17142 |14mr|libdynamite-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname dynamite %major
%define develname	%mklibname -d dynamite

Name:		libdynamite
Summary:	SynCE: PKWARE decompressor
Version:	0.1.1
Release:	%{mkrel 4}
License:	MIT
Group:		System/Libraries
Source0:	http://downloads.sourceforge.net/synce/%{name}-%{version}.tar.gz
URL:		http://synce.sourceforge.net/
BuildRequires:	gettext-devel
Buildroot:	%{_tmppath}/%{name}-%{version}-root

%description
Dynamite is a tool and library for decompressing data compressed
with the PKWARE Data Compression Library.

%package -n dynamite
Group:		Archiving/Other
Summary:	SynCE: PKWARE decompressor

%description -n dynamite
Dynamite is a tool for decompressing data compressed with the PKWARE
Data Compression Library.

%package -n %{libname}
Group:		System/Libraries
Summary:	SynCE: PKWARE decompressor

%description -n %{libname}
Libdynamite is part of the SynCE project. This package contains shared
libraries.

%package -n	%{develname}
Group:		Development/C
Summary:	SynCE: PKWARE decompressor
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	dynamite-devel < %{version}-%{release}
Obsoletes:	%{mklibname dynamite 0 -d} < %{version}-%{release}

%description -n %{develname}
Libdynamite is part of the SynCE project. This package contains development
headers.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n dynamite
%defattr(-,root,root)
%doc LICENSE
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/%{name}.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc LICENSE
%{_libdir}/%{name}.so
%{_libdir}/%{name}.*a
%{_includedir}/%{name}.h
%{_libdir}/pkgconfig/*.pc



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1.1-4
+ Revision: 064deb4
- Automatic import for version 0.1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17143 |14mr|libebml-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define major	4
%define libname %mklibname ebml %{major}
%define devname %mklibname ebml -d

Summary:	Extensible Binary Meta Language Library
Name:		libebml
Version:	1.3.0
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.matroska.org/
Source0:	http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2

%description
This library is used for I/O operations in the Extensible Binary Meta
Language (EBML), which is a kind of binary version of XML.

%package -n %{libname}
Summary:	Extensible Binary Meta Language shared Library
Group:		System/Libraries

%description -n %{libname}
This library is used for I/O operations in the Extensible Binary Meta
Language (EBML), which is a kind of binary version of XML.

%package -n %{devname}
Group:		Development/C++
Summary:	Extensible Binary Meta Language Library headers and static library
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
This package contains the C++ headers and the static library needed
for development with EBML.

%prep
%setup -q

%build
%make -C make/linux

%install
%makeinstall_std -C make/linux prefix=%{buildroot}%{_prefix} libdir=%{buildroot}%{_libdir}

rm -f %{buildroot}%{_libdir}/*.a

# To avoid unstripped-binary-or-object
chmod 0755 %{buildroot}%{_libdir}/lib*.so.%{major}*

%files -n %{libname}
%{_libdir}/libebml.so.%{major}*

%files -n %{devname}
%doc LICENSE*
%{_includedir}/ebml
%{_libdir}/libebml.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.0-2
+ Revision: 562d9a5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17144 |14mr|libe-book-0.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.1
%define major 1
%define libname %mklibname e-book %{api} %{major}
%define devname %mklibname e-book -d

%define Werror_cflags %{nil}

Summary:	Library for import of reflowable e-book formats
Name:		libe-book
Version:	0.1.1
Release:	2
License:	MPL 2.0
Group:		System/Libraries
Url:		http://libebook.sf.net/
Source0:	http://netcologne.dl.sourceforge.net/project/libebook/libe-book-%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRequires:	gperf
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(icu-io)
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(zlib)

%description
Library for import of reflowable e-book formats.

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for import of reflowable e-book formats
Group:		System/Libraries

%description -n %{libname}
Library for import of reflowable e-book formats.

%files -n %{libname}
%{_libdir}/libe-book-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files (Headers etc.) for %{name}.

%files -n %{devname}
%doc %{_docdir}/%{name}
%{_includedir}/*
%{_libdir}/libe-book-%{api}.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./autogen.sh
%configure2_5x --disable-werror
%make

%install
%makeinstall_std

%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.1-2
+ Revision: 66776ff
- Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17145 |14mr|libechonest-2.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	echonest
%define major	2.1
%define libname %mklibname %{oname} %{major}
%define devname %mklibname -d %{oname}

Summary:	Qt library for communicating with The Echo Nest
Name:		libechonest
Version:	2.1.0
Release:	2
License:	GPLv2
Group:		System/Libraries
Url:		https://projects.kde.org/projects/playground/libs/libechonest/
Source0:	http://pwsp.cleinias.com/%{name}-%{version}.tar.bz2

BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtNetwork)
BuildRequires:	pkgconfig(QtTest)

%description
Qt library for communicating with The Echo Nest.
It currently supports almost all of the features of the Echo Nest API,
including all API functions.

%package -n %{libname}
Summary:	libechonest core library
Group:		System/Libraries

%description -n %{libname}
A c++/qt library to access the APIs provided by The Echo Nest.

%package -n %{devname}
Summary:	%{name} development files
Group:		Development/C++
Provides:	%{oname}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
This package contains header files needed if you wish to build applications
based on %{name}.

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

%files -n %{libname}
%{_libdir}/libechonest.so.%{major}*

%files -n %{devname}
%{_includedir}/%{oname}/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.0-2
+ Revision: fb54d7e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17146 |14mr|libedit-3.0-0.20110802.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap 20110802

%define major 0
%define libname %mklibname edit %{major}
%define libnamedevel %mklibname edit -d

Summary:	Provides generic line editing functions similar to those found in GNU Readline
Name:		libedit
Version:	3.0
Release:	0.%{snap}.1
Epoch:		0
License:	BSD-style
Group:		System/Libraries
URL:		http://www.thrysoee.dk/editline/
Source0:	http://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
BuildRequires:	pkgconfig(ncurses) >= 5.9

%description
This is an autotool- and libtoolized port of the NetBSD Editline library 
(libedit). This Berkeley-style licensed command line editor library 
provides generic line editing, history, and tokenization functions, 
similar to those found in GNU Readline.

%package -n	%{libname}
Summary:	Provides generic line editing functions similar to those found in GNU Readline
Group:		System/Libraries
Conflicts:	libedit < %{EVRD}

%description -n	%{libname}
This is an autotool- and libtoolized port of the NetBSD Editline library 
(libedit). This Berkeley-style licensed command line editor library 
provides generic line editing, history, and tokenization functions, 
similar to those found in GNU Readline.

%package -n	%{libnamedevel}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(ncurses)
Provides:	edit-devel = %{EVRD}
Provides:	libedit-devel = %{EVRD}
Provides:	editline = %{EVRD}
Conflicts:	libedit < %{EVRD}

%description -n	%{libnamedevel}
This is an autotool- and libtoolized port of the NetBSD Editline
library (libedit). This Berkeley-style licensed command line
editor library provides generic line editing, history, and
tokenization functions, similar to those found in GNU Readline.

This package contains development files for %{name}.

%prep
%setup -q -n %{name}-%{snap}-%{version}

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# Allows us to include the examples in separate %%doc directory
find examples -type f ! -name "*.c" | %{_bindir}/xargs %__rm
%__rm -r examples/.{deps,libs}

%files -n %{libname}
%doc ChangeLog INSTALL THANKS
%{_libdir}/*.so.%{major}*
%{_mandir}/man5/*

%files -n %{libnamedevel}
%doc examples
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libedit.pc
%{_mandir}/man3/*



%changelog
* Tue Aug 21 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0:3.0-0.20110802.1
+ Revision: bf98379
- LOG New snapshot 20110802 (sync with Cooker), spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17147 |14mr|libeigen-1.0.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define devname %mklibname eigen -d

Summary:	Lightweight C++ template library for vector and matrix math
Name:		libeigen
Version:	1.0.5
Release:	7
Group:		System/Libraries
License:	LGPLv2+
Url:		http://download.tuxfamily.org/eigen/
Source0:	http://download.tuxfamily.org/eigen/eigen-%{version}.tar.bz2
BuildRequires:	cmake

%description
Eigen is a lightweight C++ template library for vector and matrix math, a.k.a.
linear algebra.

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Provides:	eigen-devel = %{EVRD}
Conflicts:	%{_lib}eigen1-devel < 1.0.5-6
Obsoletes:	%{_lib}eigen1-devel < 1.0.5-6

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%dir %{_includedir}/eigen/
%{_includedir}/eigen/*.h

#----------------------------------------------------------------------------

%prep
%setup -qn eigen

%build
%cmake \
	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
	-DCMAKE_BUILD_TYPE=Debug \
	-DBUILD_EXAMPLES:BOOL=OFF \
%if "%{_lib}" != "lib"
	-DLIB_SUFFIX=64 \
%endif

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.5-7
+ Revision: ea0c545
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17148 |14mr|libeot-0.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname eot %{major}
%define devname %mklibname eot -d
%define staticname %mklibname eot -d -s

Name: libeot
Version: 0.01
# Packaged from v0.01 tag in https://github.com/umanwizard/libeot.git
Release: 4
Source0: %{name}-%{version}.tar.xz
Summary: Library for parsing Embedded OpenType files
URL: https://github.com/umanwizard/libeot.git
License: MPL 2.0
Group: System/Libraries

%description
Library for parsing Embedded OpenType (Microsoft font format) files

%package -n %{libname}
Summary: Library for parsing Embedded OpenType files
Group: System/Libraries

%description -n %{libname}
Library for parsing Embedded OpenType (Microsoft font format) files

%package -n %{devname}
Summary: Development files for %{name}
Group: Development/C
Requires: %{libname} = %{EVRD}

%description -n %{devname}
Development files (Headers etc.) for %{name}.

%prep
%setup -q
libtoolize --force
aclocal
autoheader
automake -a
autoconf
%configure

%build
%make

%install
%makeinstall_std

%files
%{_bindir}/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01-4
+ Revision: eec8c8e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17149 |14mr|libepc-0.4.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 3
%define libname %mklibname epc %{api} %{major}
%define libnameui %mklibname epc-ui %{api} %{major}
%define develname %mklibname -d epc
%define develnameui %mklibname -d epc-ui

Summary:	Easy Publish and Consume library
Name:		libepc
Version:	0.4.4
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz


BuildRequires:	intltool
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(avahi-ui) >= 0.6
BuildRequires:	pkgconfig(gnutls) >= 1.4
BuildRequires:	pkgconfig(avahi-ui-gtk3) >= 0.6
BuildRequires:	pkgconfig(uuid) >= 1.36
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.10

%description
The Easy Publish and Consume library provides an easy method to:

* publish data per HTTPS
* announce that information via DNS-SD
* find that information
* and finally consume it

You can use this library as key/value store published to the network,
using encryption, authentication and service discovery.

%package i18n
Summary:	Easy Publish and Consume library
Group:		System/Libraries

%description i18n
The Easy Publish and Consume library provides an easy method to:

* publish data per HTTPS
* announce that information via DNS-SD
* find that information
* and finally consume it

You can use this library as key/value store published to the network,
using encryption, authentication and service discovery.

%package -n %{libname}
Group:		System/Libraries
Summary:	Easy Publish and Consume library

%description -n %{libname}
The Easy Publish and Consume library provides an easy method to:

* publish data per HTTPS
* announce that information via DNS-SD
* find that information
* and finally consume it

You can use this library as key/value store published to the network,
using encryption, authentication and service discovery.

%package -n %{libnameui}
Group:		System/Libraries
Summary:	Easy Publish and Consume library

%description -n %{libnameui}
Libraries for %{name}-ui

%package -n %{develname}
Group:		Development/C
Summary:	Easy Publish and Consume library
Requires:	%{libname} = %{version}-%{release}
Provides:	libepc-devel = %{version}-%{release}

%description -n %{develname}
%{name} development headers and libraries.

%package -n %{develnameui}
Group:		Development/C
Summary:	Easy Publish and Consume library
Requires:	%{libnameui} = %{version}-%{release}

%description -n %{develnameui}
%{name}-ui development headers and libraries.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%check
#gw make check needs a running avahi daemon
#make check

%files i18n -f %{name}.lang

%files -n %{libname}
%{_libdir}/libepc-%{api}.so.%{major}*

%files -n %libnameui
%{_libdir}/libepc-ui-%{api}.so.%{major}*

%files -n %{develname}
%doc NEWS ChangeLog AUTHORS README
%{_includedir}/libepc-%{api}
%{_libdir}/libepc-%{api}.so
%{_libdir}/pkgconfig/libepc-%{api}.pc
%{_datadir}/gtk-doc/html/libepc-%{api}

%files -n %{develnameui}
%{_includedir}/libepc-ui-%{api}
%{_libdir}/libepc-ui-%{api}.so
%{_libdir}/pkgconfig/libepc-ui-%{api}.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.4-2
+ Revision: 1c4c2b5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17150 |14mr|libesmtp-1.0.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname esmtp %{major}
%define develname %mklibname esmtp -d

%define plugindir %{_libdir}/esmtp%{major}-plugins

Summary:	SMTP client library
Name:		libesmtp
Version:	1.0.6
Release:	7
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.stafford.uklinux.net/libesmtp/
Source0:	ttp://www.stafford.uklinux.net/libesmtp/%{name}-%{version}.tar.gz
Patch0:		libesmtp-build.patch
BuildRequires:	pkgconfig(openssl)
BuildRequires:	libltdl-devel
BuildRequires:	automake
BuildRequires:	autoconf
BuildRequires:	libtool

%description
LibESMTP is a library to manage posting (or submission of) electronic
mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as
Exim. It may be used as part of a Mail User Agent (MUA) or another
program that must be able to post electronic mail but where mail
functionality is not the program's primary purpose.

%package -n	%{libname}
Summary:	%{summary}
Group:		%{group}
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
LibESMTP is a library to manage posting (or submission of) electronic
mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as
Exim. It may be used as part of a Mail User Agent (MUA) or another
program that must be able to post electronic mail but where mail
functionality is not the program's primary purpose.


%package -n	%{develname}
Summary:	Headers and development libraries for libESMTP
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
LibESMTP is a library to manage posting (or submission of) electronic
mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as
Exim.

The libesmtp-devel package contains headers and development libraries
necessary for building programs against libesmtp.

%prep
%setup -q
%patch0 -p1 -b .build

%build
rm -f configure
libtoolize --copy --force; aclocal; autoconf; autoheader; automake --gnu --add-missing --copy

if pkg-config openssl ; then
    export CFLAGS="$CFLAGS %{optflags} `pkg-config --cflags openssl`"
    export CPPFLAGS="$CPPFLAGS `pkg-config --cflags-only-I openssl`"
    export LDFLAGS="$LDFLAGS `pkg-config --libs-only-L openssl`"
fi

%configure2_5x \
    --with-auth-plugin-dir=%{plugindir} \
    --enable-pthreads \
    --enable-require-all-recipients \
    --enable-etrn \
    --enable-ntlm \
    --disable-static

%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/libesmtp-config

%files -n %{libname}
%doc AUTHORS COPYING* ChangeLog NEWS Notes README TODO
%{_libdir}/libesmtp.so.%{major}*
%{plugindir}

%files -n %{develname}
%{multiarch_bindir}/libesmtp-config
%{_bindir}/libesmtp-config
%{_includedir}/*
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.6-7
+ Revision: 09e81f4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17151 |14mr|libetonyek-0.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.1
%define major 1
%define libname %mklibname etonyek %{api} %{major}
%define devname %mklibname etonyek -d

Summary:	Library for interpreting and importing Apple Keynote presentiations
Name:		libetonyek
Version:	0.1.1
Release:	2
License:	MPL 2.0
Group:		System/Libraries
Url:		http://freedesktop.org/wiki/Software/libetonyek
Source0:	http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRequires:	gperf
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(zlib)

%description
Library for interpreting and importing Apple Keynote presentiations.

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for interpreting and importing Apple Keynote presentiations
Group:		System/Libraries

%description -n %{libname}
Library for interpreting and importing Apple Keynote presentiations.

%files -n %{libname}
%{_libdir}/libetonyek-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files (Headers etc.) for %{name}.

%files -n %{devname}
%doc %{_docdir}/libetonyek
%{_includedir}/*
%{_libdir}/libetonyek-%{api}.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.1-2
+ Revision: 24f843d
- Fix BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17152 |14mr|libev-4.15-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname ev %{major}
%define devname %mklibname ev -d

Summary:	High-performance event loop/event model
Name:		libev
Epoch:		1
Version:	4.15
Release:	7
License:	BSD
Group:		System/Libraries
Url:		http://software.schmorp.de/pkg/libev.html
Source0:	http://dist.schmorp.de/libev/%{name}-%{version}.tar.gz
Patch0:		libev-4.15-Add-pkgconfig-support.patch
Patch1:		libev-4.15-Modernize-the-configure.ac.patch

%description
libev is a high-performance event loop/event model with lots of features.
(see benchmark at http://libev.schmorp.de/bench.html)

It is modelled (very losely) after libevent and the Event perl module,
but aims to be faster and more correct, and also more featureful.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	High-performance event loop/event model
Group:		System/Libraries

%description -n %{libname}
libev is a high-performance event loop/event model with lots of features.
(see benchmark at http://libev.schmorp.de/bench.html)

It is modelled (very losely) after libevent and the Event perl module,
but aims to be faster and more correct, and also more featureful.

%files -n %{libname}
%{_libdir}/libev.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	High-performance event loop/event model
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This is the development files needed in order to develop applications using
libev.

%files -n %{devname}
%doc README
%{_includedir}/%{name}/ev*.h
%{_libdir}/libev*.so
%{_libdir}/pkgconfig/%{name}.pc 
%{_mandir}/man3/ev*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoreconf -fiv
%configure2_5x \
	--disable-static \
	--includedir=%{_includedir}/%{name}
%make

%install
%makeinstall_std


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.15-7
+ Revision: a6a4c01
- Fix build with new automake, move pkgconfig support to patch from sources



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17153 |14mr|libevdev-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define lib_major 1
%define lib_name %mklibname evdev %{lib_major}
%define develname %mklibname -d evdev


Name:		libevdev
Version:	0.4
Release:	2
Summary:	Kernel Evdev Device Wrapper Library

Group:		System/Libraries
License:	MIT
URL:		http://www.freedesktop.org/wiki/Software/libevdev
Source0:	http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz

BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	pkgconfig(check)
BuildRequires:	python

%description
%{name} is a library to wrap kernel evdev devices and provide a proper API
to interact with those devices.

%package -n %{lib_name}
Summary:	Kernel Evdev Device Wrapper Library
Group:		System/Libraries

%description -n %{lib_name}
%{name} is a library to wrap kernel evdev devices and provide a proper API
to interact with those devices.

%package -n %develname
Summary:	Kernel Evdev Device Wrapper Library Development Package
Provides:  %{name}-devel = %{version}-%{release}
Requires:  %{lib_name} = %{version}-%release

%description -n %develname
Kernel Evdev Device Wrapper Library Development Package.

%prep
%setup -q

%build
autoreconf --force -v --install || exit 1
%configure --disable-static --disable-silent-rules
%make

%install
%makeinstall_std

# We intentionally don't ship *.la files
rm -f %{buildroot}%{_libdir}/*.la

%files -n %{lib_name}
%{_libdir}/libevdev.so.%{lib_major}*

%files -n %develname
%doc COPYING
%dir %{_includedir}/libevdev-1.0/
%dir %{_includedir}/libevdev-1.0/libevdev
%{_includedir}/libevdev-1.0/libevdev/libevdev.h
%{_includedir}/libevdev-1.0/libevdev/libevdev-uinput.h
%{_libdir}/libevdev.so
%{_libdir}/pkgconfig/libevdev.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-2
+ Revision: e0ebf7a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17154 |14mr|libevent-2.0.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		5
%define libname		%mklibname event %{major}
%define libcore		%mklibname event_core %{major}
%define libextra	%mklibname event_extra %{major}
%define libopenssl	%mklibname event_openssl %{major}
%define libpthreads	%mklibname event_pthreads %{major}
%define devname		%mklibname -d event

Summary:	Abstract asynchronous event notification library
Name:		libevent
Version:	2.0.21
Release:	3
Group:		System/Libraries
License:	BSD
Url:		http://www.monkey.org/~provos/libevent/
Source0:	http://cloud.github.com/downloads/libevent/libevent/%{name}-%{version}-stable.tar.gz
Source1:	http://cloud.github.com/downloads/libevent/libevent/%{name}-%{version}-stable.tar.gz.asc
Patch0:		libevent-version-info-only.diff
Patch1:		libevent-linkage_fix.diff
Patch2:		libevent-ldflags.diff
Patch3:		libevent-2.0.21-automake-1.13.patch
BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:	pkgconfig(openssl)

%description
The libevent API provides a mechanism to execute a callback function when a
specific event occurs on a file descriptor or after a timeout has been reached.
libevent is meant to replace the asynchronous event loop found in event driven
network servers. An application just needs to call event_dispatch() and can
then add or remove events dynamically without having to change the event loop.

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Abstract asynchronous event notification library
Group:		System/Libraries

%description -n	%{libname}
The libevent API provides a mechanism to execute a callback function when a
specific event occurs on a file descriptor or after a timeout has been reached.
libevent is meant to replace the asynchronous event loop found in event driven
network servers. An application just needs to call event_dispatch() and can
then add or remove events dynamically without having to change the event loop.

%files -n %{libname}
%{_libdir}/libevent.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libcore}
Summary:	Abstract asynchronous event notification library
Group:		System/Libraries
Conflicts:	%{_lib}event5 < 2.0.21-2

%description -n	%{libcore}
This package contains a shared library for %{name}.

%files -n %{libcore}
%{_libdir}/libevent_core.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libextra}
Summary:	Abstract asynchronous event notification library
Group:		System/Libraries
Conflicts:	%{_lib}event5 < 2.0.21-2

%description -n	%{libextra}
This package contains a shared library for %{name}.

%files -n %{libextra}
%{_libdir}/libevent_extra.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libopenssl}
Summary:	Abstract asynchronous event notification library
Group:		System/Libraries
Conflicts:	%{_lib}event5 < 2.0.21-2

%description -n	%{libopenssl}
This package contains a shared library for %{name}.

%files -n %{libopenssl}
%{_libdir}/libevent_openssl.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libpthreads}
Summary:	Abstract asynchronous event notification library
Group:		System/Libraries
Conflicts:	%{_lib}event5 < 2.0.21-2

%description -n	%{libpthreads}
This package contains a shared library for %{name}.

%files -n %{libpthreads}
%{_libdir}/libevent_pthreads.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development library and header files for the libevent library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libcore} = %{EVRD}
Requires:	%{libextra} = %{EVRD}
Requires:	%{libopenssl} = %{EVRD}
Requires:	%{libpthreads} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%doc README
%{_bindir}/event_rpcgen.py
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-stable
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p1

# bork
sed -i -e "s|^GENERATE_MAN.*|GENERATE_MAN=YES|g" Doxyfile

mv -f configure.in configure.ac
autoreconf -fi

%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x --disable-static

%make

# provide man pages
make doxygen
rm -f doxygen/man/man3/{major,minor,error,free}.3

%install
%makeinstall_std

# provide man pages
install -d %{buildroot}%{_mandir}/man3
install -m0644 doxygen/man/man3/*.3 %{buildroot}%{_mandir}/man3/

(cd %{buildroot}/%{_mandir}/man3/; F=`ls deprecated.3*`; mv $F libevent.$F)



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.21-3
+ Revision: 3f1cdcb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17155 |14mr|libexif-0.6.21-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	12
%define libname	%mklibname exif %{major}
%define devname	%mklibname exif -d
%define langname libexif-%{major}

Summary:	Library to access EXIF files (extended JPEG files)
Name:		libexif
Version:	0.6.21
Release:	4
License:	LGPLv2+
Group:		Graphics
Url:		http://sourceforge.net/projects/libexif/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
Patch0:		libexif-0.6.13-pkgconfig-fix.patch
BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:	gettext-devel

%description
Most digital cameras produce EXIF files, which are JPEG files with
extra tags that contain information about the image. The EXIF library
allows you to parse an EXIF file and read the data from those tags.

#----------------------------------------------------------------------------

%package -n	%{name}%{major}-common
Summary:	Library to access EXIF files - Translations
Group:		Graphics

%description -n	%{name}%{major}-common
This package contains the translations for %{name}%{major}.

%files -n %{name}%{major}-common -f %{langname}.lang

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Library to access EXIF files (extended JPEG files)
Group:		System/Libraries
Provides:	libexif = %{version}-%{release}
Requires:	%{name}%{major}-common = %{version}-%{release}

%description -n	%{libname}
Most digital cameras produce EXIF files, which are JPEG files with
extra tags that contain information about the image. The EXIF library
allows you to parse an EXIF file and read the data from those tags.

%files -n %{libname}
%{_libdir}/libexif.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Headers and links to compile against the "%{libname}" library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package contains all files which one needs to compile programs using
the "%{libname}" library.

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_docdir}/libexif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p2 -b .includedir
autoreconf -fi -Iauto-m4 -Im4m

%build
%configure2_5x --disable-static
%make

%install
%makeinstall

%find_lang %{langname}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.21-4
+ Revision: 878de1b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17156 |14mr|libexif-gtk-0.3.5-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname exif-gtk %{major}
%define develname %mklibname exif-gtk -d

Summary:	Library to access EXIF files (extended JPEG files)
Name:		libexif-gtk
Version:	0.3.5
Release:	16
License:	LGPL
Group:		Graphics
Url:		http://sourceforge.net/projects/libexif/
Source:		http://belnet.dl.sourceforge.net/sourceforge/libexif/libexif-gtk-%{version}.tar.bz2
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0)

%description
Most digital cameras produce EXIF files, which are JPEG files with
extra tags that contain information about the image. The EXIF library
allows you to parse an EXIF file and read the data from those tags.

This library does not contain any documentation, but it seems to make
the connection between libexif, the core library for EXIF, and
GTK-based graphical frontends.

%package -n %{libname}
Summary:	Library to access EXIF files (extended JPEG files)
Group:		Graphics
Provides:	libexif-gtk

%description  -n %{libname}
Most digital cameras produce EXIF files, which are JPEG files with
extra tags that contain information about the image. The EXIF library
allows you to parse an EXIF file and read the data from those tags.

This library does not contain any documentation, but it seems to make
the connection between libexif, the core library for EXIF, and
GTK-based graphical frontends.

%package -n %{develname}
Summary:	Headers and links to compile against the "%{libname}" library
Group:		Development/C
Requires: 	%{libname} = %{version}-%{release}
Provides:	libexif-gtk-devel

%description -n %{develname}
This package contains all files which one needs to compile programs using
the "%{name}" library.

%prep
%setup -q

# Disable GTK_DISABLE_DEPRECATED macro
sed -i s/-DGTK_DISABLE_DEPRECATED// */Makefile.*

%build
# "autogen" is needed because we have a CVS snapshot.
#./autogen.sh
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

%files -n %{libname} -f %{name}.lang
%doc COPYING ChangeLog
%{_libdir}/*.so.*

%files  -n %{develname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.5-16
+ Revision: e4bc835
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17157 |14mr|libexttextcat-3.3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lname exttextcat
%define major 0
%define libname %mklibname %{lname} %{major}
%define develname %mklibname %{lname} -d

Summary:	Text categorization library
Name:		libexttextcat
Version:	3.3.1
Release:	5
Group:		System/Libraries
License:	BSD
URL:		http://www.freedesktop.org/wiki/Software/libexttextcat
Source0:	http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz
BuildRequires: autoconf automake libtool

%description
%{name} is an N-Gram-Based Text Categorization library primarily
intended for language guessing.

%package -n	%{libname}
Summary:	Text categorization library
Group:		System/Libraries
Requires:	%{name}-data >= %{version}
Provides:	libexttextcat = %{version}-%{release}

%description -n	%{libname}
%{name} is an N-Gram-Based Text Categorization library primarily
intended for language guessing.

%package -n	%{develname}
Summary:	Development files and headers for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{lname}-devel = %{version}-%{release}
Provides:	textcat-devel = %{version}-%{release}
Obsoletes:	%{mklibname textcat -d} < 3.3.1
Provides:	%{mklibname textcat -d} = %{version}

%description -n	%{develname}
Development files and headers for %{name}.

%package tools
Summary:	Tool for creating custom document fingerprints
Group:		Publishing
Requires:	%{libname} = %{version}-%{release}
Conflicts:	%{mklibname textcat -d} < 3.3.1

%description tools
The %{name}-tools package contains the createfp program that allows
you to easily create your own document fingerprints.

%package data
Summary:	Data files for text categorization library
Group:		System/Libraries
Conflicts:	%{mklibname exttextcat 0} < 3.3.1-4

%description data
Data files for %{name}.

%prep
%setup -q

%build
mkdir -p m4
autoreconf -fi
%configure2_5x \
    --disable-static \

%make

%check
make check

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/%{name}
%{_libdir}/*.so
%{_includedir}/%{name}/*
%{_libdir}/pkgconfig/*.pc
%{_datadir}/vala/vapi/libexttextcat.vapi

%files tools
%{_bindir}/createfp

%files data
%doc LICENSE README*
%{_datadir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3.1-5
+ Revision: a217d9a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17158 |14mr|libffado-2.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 2
%define lib_name %mklibname ffado %{lib_major}
%define lib_name_devel %mklibname ffado -d

Name:		libffado
Summary:	Firewire audio drivers for JACK
Version:	2.1.0
Release:	6

Source0:	http://www.ffado.org/files/%{name}-%{version}.tgz
URL:		http://www.ffado.org/
License:	GPLv2+ and GPLv3
Group:		Sound

BuildRequires:	scons
BuildRequires:	pkgconfig
BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	libiec61883-devel
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	libxml++-devel
BuildRequires:	python-qt4-devel
BuildRequires:	expat-devel
BuildRequires:	dbus-devel
BuildRequires:	python-dbus
BuildRequires:	pkgconfig(dbus-c++-1)
BuildRequires:	pkgconfig(libconfig)
BuildRequires:	python-qt4-dbus

%description
The FFADO library provides a generic, open-source solution for the
support of FireWire based audio devices for the Linux platform. It is the
successor of the FreeBoB project. Currently this library is used by the
firewire backends of the jack audio connection kit sound server
(jackit package). This backend provides audio and midi support,
and is available in both jack1 and jack2.


%package -n %{lib_name}
Summary:	Firewire audio drivers for JACK
Group:		Sound

%description -n %{lib_name}
The FFADO library provides a generic, open-source solution for the
support of FireWire based audio devices for the Linux platform. It is the
successor of the FreeBoB project. Currently this library is used by the
firewire backends of the jack audio connection kit sound server
(jackit package). This backend provides audio and midi support,
and is available in both jack1 and jack2.

%files -n %{lib_name}
%{_libdir}/libffado.so.%{lib_major}*
/lib/udev/rules.d/60-ffado.rules


%package -n ffado
Summary:		Firewire audio driver applications and utilities
Group:			Sound
Requires:		%{lib_name} = %{version}-%{release}
Requires:		python-dbus
Requires:		qt4-qtdbus
Requires:		python-qt4
Conflicts:		%{mklibname ffado 2} < 2.1.0-2

%description -n ffado
Configuration utilities for the FFADO firewire drivers.

%files -n ffado
%doc AUTHORS ChangeLog LICENSE.* README
%{_bindir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/python
%{_datadir}/%{name}/configuration
%{_datadir}/%{name}/*.xml
%{_datadir}/applications/mandriva-ffado-mixer.desktop
%dir %{_datadir}/%{name}/icons
%{_datadir}/%{name}/icons/hi64-apps-ffado.png
%{python_sitelib}/ffado/*.ui
%{python_sitelib}/ffado/*.py
%{python_sitelib}/ffado/mixer/*.ui
%{python_sitelib}/ffado/mixer/*.py
%{python_sitelib}/ffado/widgets/*.py
%{_datadir}/dbus-1/services/org.ffado.Control.service
%doc %{_mandir}/man1/*

%package -n %{lib_name_devel}
Summary:		Firewire audio driver library development headers
Group:			Sound
Requires:		%{lib_name} = %{version}-%{release}
Requires:		pkgconfig
Requires:		libxml++-devel
Requires:		libiec61883-devel
Requires:		libavc1394-devel
Requires:		libraw1394-devel
Provides:		%{name}-devel = %{version}-%{release}

%description -n %{lib_name_devel}
Development files needed to build applications against libffado.

%files -n %{lib_name_devel}
%{_libdir}/%{name}.so
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}.pc

%prep
%setup -q

%build
scons PREFIX=%{_prefix} LIBDIR=%{_libdir} MANDIR=%{_mandir}

%install
scons PREFIX=%{_prefix} LIBDIR=%{_libdir} \
      DESTDIR=%{buildroot} install
      
install -m 0755 support/tools/listirqinfo.py %{buildroot}%{_datadir}/libffado/python
install -m 0755 support/tools/helpstrings.py %{buildroot}%{_datadir}/libffado/python
chmod a+x %{buildroot}%{_datadir}/libffado/python/*.py

sed -i -e '1i#!/usr/bin/python' %{buildroot}%{_datadir}/libffado/python/ffado_diag_helpers.py
sed -i -e '1i#!/usr/bin/python' %{buildroot}%{_datadir}/libffado/python/helpstrings.py

rm -rf %{buildroot}%{_bindir}/test-dice-eap

mkdir -p %{buildroot}%{_datadir}/applications
#make desktop file
cat > %{buildroot}%{_datadir}/applications/mandriva-ffado-mixer.desktop <<EOF
[Desktop Entry]
Name=Ffado Mixer
Comment=Mixer for Firewire Audio Devices
Exec=%{_bindir}/ffado-mixer
Icon=%{_datadir}/%{name}/icons/hi64-apps-ffado.png
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.0-6
+ Revision: 2117bb4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17159 |14mr|libffi-3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname ffi %{major}
%define devname %mklibname ffi -d
%define staticname %mklibname ffi -d -s

Summary:	A portable foreign function interface library
Name:		libffi
Version:	3.1
Release:	5
Group:		System/Libraries
License:	BSD
Url:		http://sourceware.org/%{name}
Source0:	ftp://sourceware.org/pub/%{name}/%{name}-%{version}.tar.gz
Patch0:		libffi-3.1-fix-include-path.patch

%description
Compilers for high level languages generate code that follow certain
conventions. These conventions are necessary, in part, for separate
compilation to work. One such convention is the "calling convention".
The calling convention is a set of assumptions made by the compiler
about where function arguments will be found on entry to a function. A
calling convention also specifies where the return value for a function
is found.

Some programs may not know at the time of compilation what arguments
are to be passed to a function.  For instance, an interpreter may be
told at run-time about the number and types of arguments used to call a
given function. `Libffi' can be used in such programs to provide a
bridge from the interpreter program to compiled code.

The `libffi' library provides a portable, high level programming
interface to various calling conventions. This allows a programmer to
call any function specified by a call interface description at run time.

FFI stands for Foreign Function Interface. A foreign function
interface is the popular name for the interface that allows code
written in one language to call code written in another language. The
`libffi' library really only provides the lowest, machine dependent
layer of a fully featured foreign function interface. A layer must
exist above `libffi' that handles type conversions for values passed
between the two languages.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A portable foreign function interface library
Group:		System/Libraries

%description -n %{libname}
Compilers for high level languages generate code that follow certain
conventions. These conventions are necessary, in part, for separate
compilation to work. One such convention is the "calling convention".
The calling convention is a set of assumptions made by the compiler
about where function arguments will be found on entry to a function. A
calling convention also specifies where the return value for a function
is found.

Some programs may not know at the time of compilation what arguments
are to be passed to a function.  For instance, an interpreter may be
told at run-time about the number and types of arguments used to call a
given function. `Libffi' can be used in such programs to provide a
bridge from the interpreter program to compiled code.

The `libffi' library provides a portable, high level programming
interface to various calling conventions. This allows a programmer to
call any function specified by a call interface description at run time.

FFI stands for Foreign Function Interface. A foreign function
interface is the popular name for the interface that allows code
written in one language to call code written in another language. The
`libffi' library really only provides the lowest, machine dependent
layer of a fully featured foreign function interface. A layer must
exist above `libffi' that handles type conversions for values passed
between the two languages.

%files -n %{libname}
%{_libdir}/libffi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	ffi-devel = %{EVRD}
Conflicts:	%{_lib}ffi5-devel < 3.1-3
Obsoletes:	%{_lib}ffi5-devel < 3.1-3

%description -n %{devname}
This package contains libraries and header files for developing
applications that use %{name}.

%files -n %{devname}
%doc LICENSE README
%{_libdir}/pkgconfig/libffi.pc
%{_includedir}/ffi*.h
%{multiarch_includedir}/ffi.h
%{_libdir}/libffi.so
%{_mandir}/man3/*
%{_infodir}/libffi.info.*

#----------------------------------------------------------------------------

# The static libffi is used to link Host Dalvik while building
# Android from source - please don't remove it.
%package -n %{staticname}
Summary:	Static libraries for %{name}
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	ffi-static-devel = %{EVRD}

%description -n %{staticname}
This package contains static libraries for developing
applications that use %{name}.

%files -n %{staticname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x --enable-static
%make

%install
%makeinstall_std
%multiarch_includes %{buildroot}%{_includedir}/ffi.h

sed -i s,"\$(libdir)","\${libdir}",g %{buildroot}%{_libdir}/pkgconfig/libffi.pc

%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1-5
+ Revision: 90ed52d
- Fix pkgconfig file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17160 |14mr|libfli-1.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          libfli
Summary:       Finger Lakes Instrument Library
Version:       1.7
Release:       6
Url:           http://indi.sourceforge.net/index.php/Main_Page
License:       GPLv2+
Group:         Development/Other
BuildRoot:     %{_tmppath}/%{name}-%{version}-build
Source0:       http://downloads.sourceforge.net/indi/libfli1_%version.tar.gz
Patch0:        libfli-1.7.190-fix-link.patch
Patch1:        libfli-1.7.190-fix-lib.patch
BuildRequires: cmake

%description
Finger Lakes Instrument Library

#---------------------------------------------

%define fli_major 1
%define libfli %mklibname fli %{fli_major}

%package -n %libfli
Summary: %name library
Group: System/Libraries

%description -n %libfli
%name library

%files -n %libfli
%defattr(-,root,root)
%_libdir/libfli.so.%{fli_major}*

#-----------------------------------------------------------------------------

%package devel
Summary: Devel stuff for %{name}
Group: Development/Other
Requires: %libfli = %version

%description  devel
Files needed to build applications based on %{name}.

%files devel
%defattr(-,root,root)
%_includedir/libfli.h
%_libdir/libfli.so

#---------------------------------------------

%prep
%setup -q -n libfli1-%version
%patch0 -p0
%patch1 -p0

%build
%cmake
%make

%install
rm -rf "%{buildroot}"
%makeinstall_std -C build

%clean
rm -rf "%{buildroot}"



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7-6
+ Revision: a37793a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17161 |14mr|libfm-1.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname fm %{major}
%define devname %mklibname fm -d
%define devel_rel 1.0

Summary:	GIO-based library for file manager-like programs
Name:		libfm
Version:	1.2.0
Release:	3
License:	GPLv2+
Group:		File tools
Url:		http://pcmanfm.sourceforge.net/
Source0:	http://dfn.dl.sourceforge.net/sourceforge/pcmanfm/%{name}-%{version}.tar.xz
Patch0:		libfm-0.1.5-set-cutomization.patch
BuildRequires:	gettext
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	vala
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libmenu-cache)
Conflicts:	lxshortcut < 1.2.0
Provides:	lxshortcut = %{EVRD}

%description
LibFM is a GIO-based library used to develop file manager-like programs. It is
developed as the core of next generation PCManFM and takes care of all file-
related operations such as copy & paste, drag & drop, file associations or 
thumbnails support. By utilizing glib/gio and gvfs, libfm can access remote 
filesystems supported by gvfs.

%files -f %{name}.lang
%config(noreplace) %{_sysconfdir}/xdg/libfm/libfm.conf
%{_bindir}/libfm-pref-apps
%{_bindir}/lxshortcut
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/ui
%dir %{_datadir}/%{name}/images
%{_datadir}/applications/lxshortcut.desktop
%{_datadir}/%{name}/archivers.list
%{_datadir}/%{name}/terminals.list
%{_datadir}/%{name}/ui/*
%{_datadir}/applications/libfm-pref-apps.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/%{name}/images/*.png
%{_mandir}/man1/libfm-pref-apps.1.*
%{_mandir}/man1/lxshortcut.1.*
%{_libdir}/%{name}/modules/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
GIO-based library for file manager-like programs.

%files -n %{libname}
%{_libdir}/libfm-gtk.so.%{major}*
%{_libdir}/libfm.so.%{major}*
%{_libdir}/libfm-extra.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Developement files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains header files needed when building applications based on
%{name}.

%files -n %{devname}
%dir %{_includedir}/%{name}
%dir %{_includedir}/%{name}-%{devel_rel}
%{_includedir}/%{name}/*.h
%{_includedir}/%{name}-%{devel_rel}/*.h
%{_libdir}/libfm-gtk.so
%{_libdir}/libfm.so
%{_libdir}/libfm-gtk.a
%{_libdir}/libfm.a
%{_libdir}/libfm-extra.so
%{_libdir}/libfm-extra.a
%{_libdir}/pkgconfig/libfm-gtk.pc
%{_libdir}/pkgconfig/libfm-gtk3.pc
%{_libdir}/pkgconfig/libfm.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
sed -i "s:-Werror::" configure.ac || die
autoreconf -fi
%define Werror_cflags %nil
%configure2_5x \
	--enable-udisks \
	--with-gtk=2
# remove rpaths
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
%makeinstall_std

#some hack for avoid upgrade error
#copy all in libfm-1.0 in includedir to libfm instead symlink, rather early it is true
rm -f %{buildroot}%{_includedir}/%{name}
mkdir -p %{buildroot}%{_includedir}/%{name}
cp -f %{buildroot}%{_includedir}/%{name}-%{devel_rel}/* %{buildroot}%{_includedir}/%{name}/

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-3
+ Revision: d3a8725
- MassBuild#440: Increase release tag

* Wed May 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-2
+ Revision: 83b06e1
- Spec cleanup

* Thu Mar 20 2014 akdengi <kazancas@mandriva.ru> 1.2.0-1
+ Revision: 12d88ea
- SILENT try avoid ABF build error

* Thu Mar 20 2014 akdengi <kazancas@mandriva.ru> 1.2.0-1
+ Revision: db9b24e
- fix

* Thu Mar 20 2014 akdengi <kazancas@mandriva.ru> 1.2.0-1
+ Revision: f18061e
- SILENT fix spec error

* Thu Mar 20 2014 akdengi <kazancas@mandriva.ru> 1.2.0-1
+ Revision: 795e7be
- Add pkgconfig(libexif) to BR

* Thu Mar 20 2014 akdengi <kazancas@mandriva.ru> 1.2.0-1
+ Revision: 935d1fe
- update to 1.2.0

* Tue Nov 05 2013 akdengi <kazancas@mandriva.ru> 1.1.2.2-1
+ Revision: f13bcc7
- update to 1.1.2.2

* Tue Nov 05 2013 akdengi <kazancas@mandriva.ru> 1.1.2-1
+ Revision: 5247011
- update to 1.1.2

* Tue Nov 05 2013 akdengi <kazancas@mandriva.ru> 1.1.2-1
+ Revision: cefec8b
- Update to 1.1.2

* Mon Jul 22 2013 akdengi <kazancas@mandriva.ru> 1.1.1-5
+ Revision: 8f5e6df
- drop p100

* Mon Jul 22 2013 akdengi <kazancas@mandriva.ru> 1.1.1-5
+ Revision: a4d8338
- libfm 1.1.1

* Wed Jan 16 2013 akdengi <kazancas@mandriva.ru> 1.1.0-5
+ Revision: e6d2f3d
- revert to gtk2 build

* Wed Jan 16 2013 akdengi <kazancas@mandriva.ru> 1.1.0-4
+ Revision: e1ae33a
- revert to gtk2 build

* Wed Dec 26 2012 Alexander Khryukin <alexander@mezon.ru> 1.1.0-3
+ Revision: b564551
- repoclosure fix

* Thu Dec 13 2012 akdengi <kazancas@mandriva.ru> 1.1.0-2
+ Revision: 0244ecf
- fix error with devel package

* Thu Dec 13 2012 akdengi <kazancas@mandriva.ru> 1.1.0-2
+ Revision: f966192
- obsoletes libfm < 1.1.0

* Thu Dec 13 2012 akdengi <kazancas@mandriva.ru> 1.1.0-1
+ Revision: b832338
- pkgconfig

* Thu Dec 13 2012 akdengi <kazancas@mandriva.ru> 1.1.0-1
+ Revision: 67fd136
- fix include dir

* Thu Dec 13 2012 akdengi <kazancas@mandriva.ru> 1.1.0-1
+ Revision: 4a0be17
- fix include

* Thu Dec 13 2012 akdengi <kazancas@mandriva.ru> 1.1.0-1
+ Revision: 9668267
- fix include dir

* Thu Dec 13 2012 akdengi <kazancas@mandriva.ru> 1.1.0-1
+ Revision: 0ad029b
- fix include dir

* Thu Dec 13 2012 akdengi <kazancas@mandriva.ru> 1.1.0-1
+ Revision: 289ce7a
- s/gtk/gtk3/

* Thu Dec 13 2012 Alexander Kazancev <kazancas@gmail.com> 1.1.0-1
+ Revision: 5fd0eae
- Drop gtk-doc

* Thu Dec 13 2012 akdengi <kazancas@mandriva.ru> 1.1.0-1
+ Revision: 0972e81
- LOG 1.1.0

* Thu Sep 27 2012 Alexander Kazancev <kazancas@gmail.com> 1.0.1-1
+ Revision: 868bfed
- Updated libfm.spec

* Thu Sep 27 2012 Alexander Kazancev <kazancas@gmail.com> 1.0.1-1
+ Revision: cc11e34
- Updated libfm.spec

* Thu Sep 27 2012 akdengi <kazancas@mandriva.ru> 
+ Revision: 9265695
- fix

* Thu Sep 27 2012 akdengi <kazancas@mandriva.ru> 1.0.1-1
+ Revision: 2ed6025
- LOG -update to 1.0.1. Add automake patch

* Mon Sep 24 2012 Alexander Khryukin <alexander@mezon.ru> 1.0.1-1
+ Revision: 831c638
- version update 1.0.1

* Thu Sep 06 2012 Alexander Kazancev <kazancas@mandriva.ru> 0.1.17-2
+ Revision: 399afde
- Updated libfm.spec

* Thu May 31 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1.17-1
+ Revision: 6679c4d
- Automatic import for version 0.1.17

* Tue May 29 2012 akdengi <kazancas@mandriva.ru> 0.1.17-1
+ Revision: 7a8c4d2
- delete old source

* Thu Apr 05 2012 akdengi <kazancas@mandriva.ru> 0.1.17-1
+ Revision: 10864e7
- update to 0.1.17

* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1.16.git20111108-1
+ Revision: ca0614d
- Automatic import for version 0.1.16.git20111108



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17162 |14mr|libfontenc-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname fontenc %{major}
%define develname %mklibname fontenc -d

Name:		libfontenc
Summary:	The fontenc Library
Version:	1.1.2
Release:	2
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2

BuildRequires:	zlib-devel
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1
# list of encodings
Requires:	x11-font-encodings

%description
libfontenc is a library which helps font libraries portably determine and 
deal with different encodings of fonts.

%package -n %{libname}
Summary:	The fontenc Library
Group:		System/Libraries
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
libfontenc is a library which helps font libraries portably determine and 
deal with different encodings of fonts.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libfontenc-devel = %{version}-%{release}
Obsoletes:	%{_lib}fontenc1-devel < 1.1.1
Obsoletes:	%{_lib}fontenc-static-devel < 1.1.1.
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}.

%prep
%setup -qn libfontenc-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir} \
	--with-encodingsdir=%{_datadir}/fonts/encodings

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libfontenc.so.%{major}*

%files -n %{develname}
%{_libdir}/libfontenc.so
%{_libdir}/pkgconfig/fontenc.pc
%{_includedir}/X11/fonts/fontenc.h


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.2-2
+ Revision: 5f169e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17163 |14mr|libfonts-1.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	TrueType Font Layouting
Name:		libfonts
Version:	1.1.6
Release:	2
License:	LGPLv2+
Group:		System/Libraries 
Url:		http://reporting.pentaho.org/
Source0:	http://downloads.sourceforge.net/jfreereport/%{name}-%{version}.zip
Patch0:	libfonts-1.1.2-fix-build.patch
BuildArch:	noarch

BuildRequires:	ant
BuildRequires:	ant-contrib
BuildRequires:	ant-nodeps
BuildRequires:	java-devel >= 0:1.6.0
BuildRequires:	jpackage-utils
BuildRequires:	libloader >= 1.1.3
BuildRequires:	itext
BuildRequires:	java-rpmbuild
Requires:	java >= 0:1.6.0
Requires:	jpackage-utils
Requires:	libloader >= 1.1.3
Requires:	itext

%description
LibFonts is a library developed to support advanced layouting in JFreeReport.
This library allows to read TrueType-Font files to extract layouting specific
informations.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java 
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%patch0 -p0
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib libbase commons-logging-api libloader itext
cd lib
ln -s %{_javadir}/ant ant-contrib

%build
ant jar javadoc
for file in README.txt licence-LGPL.txt ChangeLog.txt; do
    tr -d '\r' < $file > $file.new
    mv $file.new $file
done

%install
mkdir -p %{buildroot}%{_javadir}
cp -p ./dist/%{name}-%{version}.jar %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{name}.jar
popd

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp bin/javadoc/docs/api %{buildroot}%{_javadocdir}/%{name}

%files
%doc licence-LGPL.txt README.txt ChangeLog.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.6-2
+ Revision: 0983369
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17164 |14mr|libformula-1.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Formula Parser
Name:		libformula
Version:	1.1.6
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://reporting.pentaho.org/
Source0:	http://downloads.sourceforge.net/jfreereport/%{name}-%{version}.zip
Patch0:		libformula-1.1.2-fix-build.patch
BuildArch:	noarch
BuildRequires:	ant
BuildRequires:	ant-contrib
BuildRequires:	ant-nodeps
BuildRequires:	java-devel
BuildRequires:	jpackage-utils
BuildRequires:	libbase >= 1.1.3
Requires:	java
Requires:	jpackage-utils
Requires:	jakarta-commons-logging
Requires:	libbase >= 1.1.3

%description
LibFormula provides Excel-Style-Expressions. The implementation provided
here is very generic and can be used in any application that needs to
compute formulas.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%patch0 -p0
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib commons-logging-api libbase
cd lib
ln -s %{_javadir}/ant ant-contrib

%build
ant jar javadoc

%install
mkdir -p %{buildroot}%{_javadir}
cp -p ./dist/%{name}-%{version}.jar %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{name}.jar
popd

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp bin/javadoc/docs/api %{buildroot}%{_javadocdir}/%{name}

%files
%doc licence-LGPL.txt README.txt ChangeLog.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.6-2
+ Revision: ba62e05
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17165 |14mr|libfprint-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname fprint %{major}
%define devname %mklibname fprint -d

Summary:	Library for adding support for consumer fingerprint readers
Name:		libfprint
Version:	0.5.1
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.freedesktop.org/wiki/Software/fprint/libfprint
Source0:	http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(nss)

%description
libfprint is an open source software library designed to make it easy for
application developers to add support for consumer fingerprint readers to their
software.

Features:
    * Written in C
    * Licensed as LGPL-2.1
    * Depends on libusb for USB communication and glib
    * Primarily developed for linux, but should be fairly portable
    * Offers a single API to application developers to access the entire range
      of supported devices
    * Supports imaging - downloading live fingerprint scans from the device
    * Includes image processing/matching code
    * Supports enrollment/verification - enrolling a print from a known user,
      and then later comparing a live scan to the enrolled print 

#--------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for adding support for consumer fingerprint readers
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
libfprint is an open source software library designed to make it easy for
application developers to add support for consumer fingerprint readers to their
software.

%files -n %{libname}
%{_libdir}/libfprint.so.%{major}*
%{_sysconfdir}/udev/rules.d/60-fprint-autosuspend.rules

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library for adding support for consumer fingerprint readers
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
libfprint is an open source software library designed to make it easy for
application developers to add support for consumer fingerprint readers to their
software.

This package includes the headers and development library for building
applications that support finger print readers.

%files -n %{devname}
%{_includedir}/libfprint
%{_libdir}/libfprint.so
%{_libdir}/pkgconfig/libfprint.pc

#--------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make
pushd doc
make docs
popd


%install
%makeinstall_std

# what is this?
mkdir -p %{buildroot}%{_sysconfdir}/udev/
mv %{buildroot}/rules.d %{buildroot}%{_sysconfdir}/udev/

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.1-2
+ Revision: 18f41b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17166 |14mr|libfreehand-0.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.1
%define major 1
%define libname %mklibname freehand %{api} %{major}
%define devname %mklibname freehand -d

Summary:	Library providing ability to import Adobe/Macromedia drawings
Name:		libfreehand
Version:	0.1.0
Release:	2
License:	MPL 2.0
Group:		System/Libraries
Source0:	http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.bz2
Url:		http://libfreehand.sf.net/
BuildRequires:	doxygen
BuildRequires:	gperf
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	pkgconfig(zlib)

%description
Libfreehand is library providing ability to interpret and import
Adobe/Macromedia drawings into various applications.

You can find it being used in libreoffice.

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library providing ability to import Adobe/Macromedia drawings
Group:		System/Libraries

%description -n %{libname}
Libfreehand is library providing ability to interpret and import
Adobe/Macromedia drawings into various applications.

You can find it being used in libreoffice.

%files -n %{libname}
%{_libdir}/libfreehand-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files (Headers etc.) for %{name}.

%files -n %{devname}
%doc %{_docdir}/%{name}
%{_includedir}/*
%{_libdir}/libfreehand-%{api}.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.0-2
+ Revision: 7ced88d
- Fix BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17167 |14mr|libfs-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname fs %{major}
%define develname %mklibname fs -d

Summary:	Library Interface to the X Font Server
Name:		libfs
Version:	1.0.4
Release:	2
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libFS-%{version}.tar.bz2
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1
BuildRequires:	x11-xtrans-devel >= 1.0.0

%description
Libfs is a library interface to the X Font Server.

%package -n %{libname}
Summary:	Library Interface to the X Font Server
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
Libfs is a library interface to the X Font Server.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Conflicts:	libxorg-x11-devel < 7.0
Obsoletes:	%{_lib}fs-static-devel < 1.0.4

%description -n %{develname}
Development files for %{name}.

%pre -n %{develname}
if [ -h %{_includedir}/X11 ]; then
	rm -f %{_includedir}/X11
fi

%prep
%setup -qn libFS-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std
rm -f %{buildroot}%{_datadir}/doc/libFS/FSlib.txt

%files -n %{libname}
%doc doc/FSlib.txt
%{_libdir}/libFS.so.%{major}*

%files -n %{develname}
%{_libdir}/libFS.so
%{_libdir}/pkgconfig/libfs.pc
%{_includedir}/X11/fonts/FSlib.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-2
+ Revision: d4febd4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17168 |14mr|libgadu-1.11.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname gadu %{major}
%define develname %mklibname gadu -d

Summary:	A Gadu-gadu protocol compatibile library
Name:		libgadu
Version:	1.11.1
Release:	3
License:	LGPLv2+
Group:		Networking/Instant messaging
Url:		http://toxygen.net/libgadu
Source0:	http://toxygen.net/libgadu/files/%{name}-%{version}.tar.gz
BuildRequires:	doxygen
BuildRequires:	gnutls-devel >= 3.0

%description
The libgadu is intended to make it easy to add Gadu-Gadu communication
support to your software.

%package -n %{libname}
Summary:	A Gadu-gadu protocol compatibile library
Group:		Networking/Instant messaging

%description -n %{libname}
The libgadu is intended to make it easy to add Gadu-Gadu communication
support to your software.

%package -n %{develname}
Summary:	Development files for libgadu library
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	gadu-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname gadu 3 -d} < %{version}-%{release}
Obsoletes:	%{mklibname gadu -s -d} < %{version}-%{release}

%description -n %{develname}
Development files for libgadu library.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-pthread \
	--without-bind \
	--without-openssl \
	--with-gnutls \
	--with-c99-vsnprintf

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.11.1-3
+ Revision: 540bb84
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17169 |14mr|libgail-gnome-1.20.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_name %mklibname gail-gnome
%define develname %mklibname -d gail-gnome

Summary: Dynamic libraries for for libgail-gnome
Name: libgail-gnome
Version: 1.20.4
Release: 6
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
License: LGPLv2+
Url: http://developer.gnome.org/projects/gap/
Group: System/Libraries
BuildRequires: atk-devel >= 1.7.2
BuildRequires: at-spi-devel
Buildrequires: libgnomeui2-devel
BuildRequires: libpanel-applet-2-devel
#gw libtool dep:
BuildRequires: pkgconfig(xtst) libglade2.0-devel
Obsoletes: libgail-gnome0
Provides: libgail-gnome0
Requires:	%{name}-common >= %{version}

%description
Gail is the GNOME Accessibility Implementation Library

%if %_lib != lib
%package -n %{lib_name}
Summary:	%{summary}
Group:		%{group}
Requires:	%{name}-common >= %{version}

%description -n %{lib_name}
Gail is the GNOME Accessibility Implementation Library
%endif

%package common
Summary:	%{summary}
Group:		%{group}

%description common
Gail is the GNOME Accessibility Implementation Library.
This package contains files used by libgail-gnome.

%package -n %develname
Summary:	Static libraries, include files for libgail-gnome
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{lib_name} = %{version}
Obsoletes:  libgail-gnome0-devel
Provides:   libgail-gnome0-devel

%description -n %develname
Gail is the GNOME Accessibility Implementation Library


%prep
%setup -q

%build

%configure2_5x

%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std

#remove unpackaged files
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%files -n %{lib_name}
%defattr(-,root,root)
%{_libdir}/gtk-2.0/modules/*.so

%files -n %develname
%defattr(-,root,root)
%{_libdir}/pkgconfig/*

%files common
%defattr(-,root,root)
%{_sysconfdir}/gconf/schemas/*.schemas



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20.4-6
+ Revision: 4327c72
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17170 |14mr|libgalago-0.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname galago %major
%define develname %mklibname galago -d

Summary: Base library of Galago 
Name: libgalago
Version: 0.5.2
Release: 2
Source0: http://www.galago-project.org/files/releases/source/libgalago/%{name}-%{version}.tar.bz2
License: LGPL
Group: System/Libraries
Url: http://www.galago-project.org/
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: gtk-doc


%description
This is the base library of the Galago desktop presence framework.

%package -n %libname
Group: System/Libraries
Summary: Base library of Galago - shared library
#gw for the translations
Requires: %name >= %version
#gw for the sharp bindings
Provides: galago%major = %version-%release

%description -n %libname
This is the base library of the Galago desktop presence framework.

%package -n %develname
Group: Development/C
Summary: Base library of Galago - headers
Requires: %libname = %version-%release
Provides: %name-devel = %version-%release
Provides: galago-devel = %version-%release
Obsoletes: %mklibname galago 3 -d

%description -n %develname
This is the base library of the Galago desktop presence framework.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
rm -rf %{buildroot} %name.lang
%makeinstall_std MKINSTALLDIRS=`pwd`/mkinstalldirs
rm -rf %buildroot%_datadir/autopackage
%find_lang %name

%files -f %name.lang
%doc AUTHORS NEWS

%files -n %libname
%_libdir/lib*.so.%{major}*

%files -n %develname
%doc ChangeLog 
%_libdir/lib*.so
%_libdir/pkgconfig/libgalago.pc
%_includedir/%name/
%_datadir/gtk-doc/html/libgalago


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.2-2
+ Revision: eada2af
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17171 |14mr|libgcrypt11-1.5.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libgcrypt

%define major 11
%define libname %mklibname gcrypt %{major}

Summary:	GNU Cryptographic library
Name:		libgcrypt11
Version:	1.5.3
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnupg.org/
# don't convert to bzip2, since we ship archive signature
Source0:	ftp://ftp.gnupg.org/gcrypt/libgcrypt/%{oname}-%{version}.tar.bz2
Source1:	ftp://ftp.gnupg.org/gcrypt/libgcrypt/%{oname}-%{version}.tar.bz2.sig
Patch0:		libgcrypt-1.2.0-libdir.patch
Patch1:		libgcrypt-1.5.0-gcry_mpi_print-volatile-len-variable.patch
BuildRequires:	pth-devel
BuildRequires:	pkgconfig(gpg-error)

%description
Libgcrypt is a general purpose cryptographic library based on the code from
GNU Privacy Guard.

It provides functions for all cryptograhic building blocks:
- symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour),
- hash algorithms (MD5, RIPE-MD160, SHA-1, TIGER-192),
- MACs (HMAC for all hash algorithms),
- public key algorithms (RSA, ElGamal, DSA),
- large integer functions,
- random numbers and a lot of supporting functions.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GNU Cryptographic library
Group:		System/Libraries

%description -n %{libname}
Libgcrypt is a general purpose cryptographic library based on the code from
GNU Privacy Guard.

It provides functions for all cryptograhic building blocks:
- symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour),
- hash algorithms (MD5, RIPE-MD160, SHA-1, TIGER-192),
- MACs (HMAC for all hash algorithms),
- public key algorithms (RSA, ElGamal, DSA),
- large integer functions,
- random numbers and a lot of supporting functions.

%files -n %{libname}
%doc AUTHORS README NEWS THANKS TODO
%{_libdir}/libgcrypt.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1 -b .libdir~
%patch1 -p1 -b .volatile~

%build
autoreconf -fi
%configure2_5x \
	--enable-shared \
	--disable-static \
	--disable-dev-random \
	--enable-random-daemon \
	--enable-m-guard
%make

%install
%makeinstall_std

# Drop devel files
rm -rf %{buildroot}%{_bindir}
rm -rf %{buildroot}%{_sbindir}
rm -rf %{buildroot}%{_datadir}
rm -rf %{buildroot}%{_includedir}
rm -rf %{buildroot}%{_libdir}/libgcrypt.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.3-3
+ Revision: ff3f92b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17172 |14mr|libgcrypt-1.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 20
%define libname %mklibname gcrypt %{major}
%define devname %mklibname gcrypt -d

# disable tests by default, no /dev/random feed, no joy
%bcond_with	check

Summary:	GNU Cryptographic library
Name:		libgcrypt
Version:	1.6.1
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnupg.org/
# don't convert to bzip2, since we ship archive signature
Source0:	ftp://ftp.gnupg.org/gcrypt/libgcrypt/%{name}-%{version}.tar.bz2
Source1:	ftp://ftp.gnupg.org/gcrypt/libgcrypt/%{name}-%{version}.tar.bz2.sig
Patch0:		libgcrypt-1.2.0-libdir.patch
Patch1:		libgcrypt-1.6.1-add-pkgconfig-support.patch
Patch2:		libgcrypt-1.6.1-fix-a-couple-of-tests.patch
# fix for memory leaks an other errors found by Coverity scan
Patch3:		libgcrypt-1.6.1-leak.patch
# use poll instead of select when gathering randomness
Patch4:		libgcrypt-1.6.1-use-poll.patch
# slight optimalization of mpicoder.c to silence Valgrind (#968288)
Patch5:		libgcrypt-1.6.1-mpicoder-gccopt.patch
Patch6:		libgcrypt-1.6.1-make-arm-asm-fPIC-friendly.patch
BuildRequires:	pth-devel
BuildRequires:	pkgconfig(gpg-error)

%description
Libgcrypt is a general purpose cryptographic library based on the code from
GNU Privacy Guard.

It provides functions for all cryptograhic building blocks:
- symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour),
- hash algorithms (MD5, RIPE-MD160, SHA-1, TIGER-192),
- MACs (HMAC for all hash algorithms),
- public key algorithms (RSA, ElGamal, DSA),
- large integer functions,
- random numbers and a lot of supporting functions.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GNU Cryptographic library
Group:		System/Libraries

%description -n %{libname}
Libgcrypt is a general purpose cryptographic library based on the code from
GNU Privacy Guard.

It provides functions for all cryptograhic building blocks:
- symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour),
- hash algorithms (MD5, RIPE-MD160, SHA-1, TIGER-192),
- MACs (HMAC for all hash algorithms),
- public key algorithms (RSA, ElGamal, DSA),
- large integer functions,
- random numbers and a lot of supporting functions.

%files -n %{libname}
%doc AUTHORS README NEWS THANKS TODO
%{_libdir}/libgcrypt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for GNU cryptographic library
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libgcrypt is a general purpose cryptographic library based on the code from
GNU Privacy Guard.

This package contains files needed to develop applications using libgcrypt.

%files -n %{devname}
%doc ChangeLog README.*
%{_bindir}/*
%{_includedir}/*.h
%{_libdir}/lib*.a
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/libgcrypt.pc
%{_datadir}/aclocal/*
%{_infodir}/gcrypt.info*
%{_mandir}/man1/hmac256.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .libdir~ .pkgconfig~
%patch1 -p1 -b .pkgconfig~
%patch2 -p1 -b .tests~
%patch3 -p1 -b .leak~
%patch4 -p1
%patch5 -p1
%patch6 -p1

%build
autoreconf -fi
%configure2_5x \
	--enable-shared \
	--enable-static \
	--enable-m-guard
%make

%install
%makeinstall_std

%if %{with check}
%check
make check
%endif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.1-2
+ Revision: 2441ec4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17173 |14mr|libgda5.0-5.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pkgname	libgda
%define api     5.0

%define dirver		5.0
%define oname		gda
%define	major		4
%define gi_major	5.0

%define libname		%mklibname %{oname} %{api} %{major}
%define libnamedev	%mklibname -d %{oname}%{api}
%define girname		%mklibname %{oname}-gir %{gi_major}
%define girname_ui	%mklibname %{oname}ui-gir %{gi_major}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	GNU Data Access
Name: 		%{pkgname}%{api}
Version:	5.2.2
Release:	2
License: 	GPLv2+ and LGPLv2+
Group: 		Databases
Url:		http://www.gnome-db.org/
Source0:	https://download.gnome.org/sources/%{pkgname}/%{url_ver}/%{pkgname}-%{version}.tar.xz
# Fix FTBFS with -Werror=format-security
Patch0:         0001-Markup-message-correction.patch
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gio-2.0) >= 2.16
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gmodule-no-export-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gobject-2.0) >= 2.28.0
BuildRequires:	pkgconfig(goocanvas-2.0)
BuildRequires:	pkgconfig(gthread-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(gtksourceview-3.0)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libcrypto)
BuildRequires:	pkgconfig(libgvc)
BuildRequires:	pkgconfig(libsecret-1)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	db-devel
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(sqlite3) >= 3.6.11
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel
BuildRequires:	intltool >= 0.35.5
BuildRequires:	gtk-doc
BuildRequires:	gnome-doc-utils >= 0.9.0
BuildRequires:	gobject-introspection-devel >= 0.6.5
BuildRequires:	itstool
Requires:	iso-codes

%description
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

Drivers for the supported databases are included in the gda2.0-* packages.

%package -n %{libname}
Summary:	GNU Data Access Development
Group: 		System/Libraries
Requires:	%{name} >= %{version}
Requires:	%{name}-sqlite >= %{version}

%description -n	%{libname}
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

%package -n %{libnamedev}
Summary:	GNU Data Access Development
Group: 		Development/Databases
Requires:	%{libname} = %{version}
Provides:	gda%{api}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Conflicts:	%{_lib}gda4.0-devel

%description -n	%{libnamedev}
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

%package -n %{girname}
Summary:        GObject Introspection interface description for Gda
Group:          System/Libraries
Requires:       %{libname} = %{version}-%{release}
Conflicts:	%{_lib}gda5.0_4 < 5.1.0

%description -n %{girname}
GObject Introspection interface description for Gda.

%package -n %{girname_ui}
Summary:        GObject Introspection interface description for Gdaui
Group:          System/Libraries
Requires:       %{libname} = %{version}-%{release}
Conflicts:	%{_lib}gda5.0_4 < 5.1.0

%description -n %{girname_ui}
GObject Introspection interface description for Gdaui.

%package postgres
Summary:	GDA PostgreSQL Provider
Group:		Databases
Requires:	%{name} = %{version}

%description postgres
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).
It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

This package includes the GDA PostgreSQL provider

%package mysql
Summary:	GDA MySQL Provider
Group:		Databases
Requires:	%{name} = %{version}

%description mysql
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).

It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

This package includes the GDA MySQL provider

%package bdb
Summary:	GDA Berkeley Database Provider
Group:		Databases
Requires:	%{name} = %{version}

%description bdb
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).

It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

This package includes the GDA Berkeley Database provider.

%package sqlite
Summary:	GDA sqlite Provider
Group:		Databases
Requires:	%{name} = %{version}

%description sqlite
GNU Data Access is an attempt to provide uniform access to
different kinds of data sources (databases, information
servers, mail spools, etc).

It is a complete architecture that provides all you need to
access your data.

libgda was part of the GNOME-DB project
(http://www.gnome-db.org/), but has been
separated from it to allow non-GNOME applications to be
developed based on it.

This package includes the GDA sqlite provider

%prep
%setup -q -n %{pkgname}-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--enable-introspection=yes \
	--enable-gda-gi \
	--enable-gdaui-gi \
	--enable-system-sqlite \
	--with-bdb=%{_prefix} \
	--with-bdb-libdir-name=%{_lib}
%make

%install
%makeinstall_std

# remove unneeded files
find %{buildroot} -name '*.la' -delete

%find_lang %{pkgname}-%{api} --with-gnome

%files -f %{pkgname}-%{api}.lang
%doc AUTHORS COPYING README
%{_bindir}/*
%{_mandir}/man1/*
%dir %{_sysconfdir}/libgda-%{dirver}
%config(noreplace) %{_sysconfdir}/libgda-%{dirver}/sales_test.db
%config(noreplace) %{_sysconfdir}/libgda-%{dirver}/config
%{_datadir}/applications/gda-browser-%{api}.desktop
%{_datadir}/applications/gda-control-center-%{api}.desktop
%{_datadir}/pixmaps/gda*
%{_datadir}/icons/hicolor/*/apps/gda-control-center.*
%{_datadir}/libgda-%{dirver}
%dir %{_libdir}/libgda-%{dirver}
%dir %{_libdir}/libgda-%{dirver}/plugins
%dir %{_libdir}/libgda-%{dirver}/providers
%{_libdir}/libgda-%{dirver}/plugins/*.xml
%{_libdir}/libgda-%{dirver}/plugins/libgda-ui-plugins.so
%{_libdir}/libgda-%{dirver}/providers/libgda-web.so
%{_libdir}/libgda-%{dirver}/providers/libgda-sqlcipher.so
%{_libdir}/libgda-%{dirver}/providers/libgda-ldap.so
%{_datadir}/help/*/gda-browser/*

%files -n %{libname}
%{_libdir}/libgda-%{api}.so.%{major}*
%{_libdir}/libgda-report-%{api}.so.%{major}*
%{_libdir}/libgda-ui-%{api}.so.%{major}*
%{_libdir}/libgda-xslt-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gda-%{gi_major}.typelib

%files -n %{girname_ui}
%{_libdir}/girepository-1.0/Gdaui-%{gi_major}.typelib

%files -n %{libnamedev}
%doc %{_datadir}/gtk-doc/html/libgda-%{dirver}/
%doc %{_datadir}/gtk-doc/html/gda-browser/
%{_libdir}/libgda-%{api}.so
%{_libdir}/libgda-report-%{api}.so
%{_libdir}/libgda-ui-%{api}.so
%{_libdir}/libgda-xslt-%{api}.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/gir-1.0/Gda-%{api}.gir
%{_datadir}/gir-1.0/Gdaui-%{api}.gir

%files sqlite
%{_libdir}/libgda-%{dirver}/providers/libgda-sqlite.so

%files postgres
%{_libdir}/libgda-%{dirver}/providers/libgda-postgres.so

%files bdb
%{_libdir}/libgda-%{dirver}/providers/libgda-bdb.so

%files mysql
%{_libdir}/libgda-%{dirver}/providers/libgda-mysql.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.2.2-2
+ Revision: 9110293
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17174 |14mr|libgdata-0.13.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major 13
%define gir_major 0.0
%define libname %mklibname gdata %{major}
%define develname %mklibname -d gdata
%define girname %mklibname gdata-gir %{gir_major}

Summary:	Library for the GData protocol
Name:		libgdata
Version:	0.13.3
Release:	2
Group:		System/Libraries
License:	LGPLv2+
URL:		http://live.gnome.org/libgdata
Source0:	http://ftp.gnome.org/pub/GNOME/sources/libgdata/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:         libgdata-0.13.0-CVE-2012-1177.diff
BuildRequires:  autoconf automake libtool
BuildRequires:  rootcerts
Requires:       rootcerts
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gcr-base-3)
BuildRequires:	pkgconfig(goa-1.0)
BuildRequires:	pkgconfig(oauth) >= 0.9.4

%description
libgdata is a GLib-based library for accessing online service APIs using the
GData protocol --- most notably, Google's services. It provides APIs to access
the common Google services, and has full asynchronous support.

%package i18n
Summary:	Library for the GData protocol - translations
Group:		System/Internationalization

%description i18n
libgdata is a GLib-based library for accessing online service APIs using the
GData protocol --- most notably, Google's services. It provides APIs to access
the common Google services, and has full asynchronous support.

%package -n %{libname}
Summary:	Library for the GData protocol
Group:		System/Libraries

%description -n %{libname}
This package contains the dynamic libraries from %{name}.

%package -n %{girname}
Group:		System/Libraries
Summary:	GObject Introspection interface library for %{name}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains libraries and header files for %{name}.

%prep
%setup -q
#apply_patches
%patch0 -p0 -b .CVE-2012-1177

%build
%configure2_5x \
    --disable-static \
    --with-ca-certs=/etc/pki/tls/certs/ca-bundle.crt

%make

%install
%makeinstall_std
%find_lang gdata

# remove unpackaged files
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%files i18n -f gdata.lang

%files -n %{libname}
%doc NEWS README AUTHORS
%{_libdir}/libgdata.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GData-%{gir_major}.typelib

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gtk-doc/html/gdata/
%{_datadir}/gir-1.0/GData-0.0.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.13.3-2
+ Revision: a5c7ca7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17175 |14mr|libgdata0.6-0.6.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define libname %mklibname gdata %{major}
%define develname %mklibname -d gdata %{major}
%define oname libgdata

Name:		libgdata0.6
Version:	0.6.6
Release:	7
Summary:	Library for the GData protocol

Group:		System/Libraries
License:	LGPLv2+
URL:		http://live.gnome.org/libgdata
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%oname/%{oname}-%{version}.tar.bz2

BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser

%description
libgdata is a GLib-based library for accessing online service APIs using the
GData protocol --- most notably, Google's services. It provides APIs to access
the common Google services, and has full asynchronous support.

%package i18n
Summary:	Library for the GData protocol - translations
Group:		System/Internationalization

%description i18n
libgdata is a GLib-based library for accessing online service APIs using the
GData protocol --- most notably, Google's services. It provides APIs to access
the common Google services, and has full asynchronous support.

%package -n %{libname}
Summary:	Library for the GData protocol
Group:		System/Libraries
Suggests:	%{oname}-i18n >= %{version}

%description -n %{libname}
libgdata is a GLib-based library for accessing online service APIs using the
GData protocol --- most notably, Google's services. It provides APIs to access
the common Google services, and has full asynchronous support.


%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %develname
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
%find_lang gdata

%files i18n -f gdata.lang

%files -n %{libname}
%doc NEWS README AUTHORS
%{_libdir}/libgdata.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{oname}.pc
%{_datadir}/gtk-doc/html/gdata/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.6-7
+ Revision: 1b67141
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17176 |14mr|libgdiplus-2.10-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname gdiplus %{major}
%define devname %mklibname gdiplus -d

Summary:	An Open Source implementation of the GDI+ API
Name:		libgdiplus
Version:	2.10
Release:	9
License:	MIT
Group:		System/Libraries
Url:		http://go-mono.com
Source0:	http://www.go-mono.com/sources/%{name}/%{name}-%{version}.tar.bz2
Patch0:		libgdiplus-2.10-libpng15.diff
Patch1:		libgdiplus-2.10.9-freetype251.patch
# Re-diff of NetBSD patch
Patch2:		libgdiplus-2.10-giflib51.patch
BuildRequires:	jpeg-devel
BuildRequires:	giflib-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xrender)

%description
An Open Source implementation of the GDI+ API.
This is part of the Mono project.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	An Open Source implementation of the GDI+ API
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
An Open Source implementation of the GDI+ API.
This is part of the Mono project.

%files -n %{libname}
%doc AUTHORS COPYING
%{_libdir}/libgdiplus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries for developing with libgdiplus
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides the necessary development libraries to allow
you to develop with libgdiplus.

%files -n %{devname}
%doc src/ChangeLog
%{_libdir}/libgdiplus.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .libpng15
%patch1 -p1 -b .ft25
%if %{mdvver} >= 201410
%patch2 -p1 -b .giflib51
%endif

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.10-9
+ Revision: 118a1ae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17177 |14mr|libgee-0.14.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	0.8
%define major	2

%define libname %mklibname gee %{api} %{major}
%define girname %mklibname gee-gir %{api}
%define devname %mklibname -d gee 

Summary:	GObject-based collection library
Name:		libgee
Version:	0.14.0
Release:	2
License: 	LGPLv2+
Group:		System/Libraries
URL: 		http://live.gnome.org/Libgee
Source0: 	ftp://ftp.gnome.org/pub/GNOME/sources/libgee/0.14/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)

%description
Libgee is a collection library providing GObject-based interfaces and 
classes for commonly used data structures. 

%package -n	%{libname}
Summary:	Collection library providing GObject-based interfaces and classes 
Group:		%{group}

%description -n	%{libname}
Libgee is a collection library providing GObject-based interfaces and 
classes for commonly used data structures. 

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n	%{devname}
Summary:	Libraries and include files for developing with libgee
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	%{girname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package provides the necessary development libraries and include
files to allow you to develop with libgee.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%files -n %{libname}
%doc AUTHORS COPYING NEWS README
%{_libdir}/libgee-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gee-%{api}.typelib

%files -n %{devname}
%doc ChangeLog
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/vala/vapi/*.vapi
%{_datadir}/gir-1.0/Gee-%{api}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.14.0-2
+ Revision: 19856cd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17178 |14mr|libgee0.6-0.6.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	libgee
%define api	0.6
%define major	2
%define gimajor 1.0

%define libname %mklibname gee %{major}
%define girname %mklibname gee-gir %{gimajor}
%define devname %mklibname -d gee %{major}

Name:		%{oname}0.6
Summary:	GObject-based collection library
Version:	0.6.8
Release:	2
License: 	LGPLv2+
Group:		System/Libraries
URL: 		http://live.gnome.org/Libgee
Source0: 	ftp://ftp.gnome.org/pub/GNOME/sources/libgee/%{api}/%{oname}-%{version}.tar.xz

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)

%description
Libgee is a collection library providing GObject-based interfaces and 
classes for commonly used data structures. 

%package -n	%{libname}
Summary:	Collection library providing GObject-based interfaces and classes 
Group:		%{group}

%description -n	%{libname}
Libgee is a collection library providing GObject-based interfaces and 
classes for commonly used data structures. 

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n	%{devname}
Summary:	Libraries and include files for developing with libgee
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	%{girname} = %{version}

%description -n	%{devname}
This package provides the necessary development libraries and include
files to allow you to develop with libgee.

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%files -n %{libname}
%doc AUTHORS COPYING NEWS README
%{_libdir}/libgee.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gee-%{gimajor}.typelib

%files -n %{devname}
%doc ChangeLog
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/vala/vapi/*.vapi
%{_datadir}/gir-1.0/Gee-%{gimajor}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.8-2
+ Revision: 1efdf7b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17179 |14mr|libgexiv2-0.10.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define major 2
%define gir_major 0.10
%define libname %mklibname gexiv2_ %{major}
%define devname %mklibname -d gexiv2
%define gir_name %mklibname gexiv2-gir %{gir_major}

Summary:	A GObject-based wrapper around the Exiv2 library
Name:		libgexiv2
Version:	0.10.1
Release:	3
License:	GPLv2+
Group:		Graphics
Source0:	https://download.gnome.org/sources/gexiv2/%{url_ver}/gexiv2-%{version}.tar.xz
Url:		https://wiki.gnome.org/Projects/gexiv2
BuildRequires:	libtool
BuildRequires:	python-gobject
BuildRequires:	python-gi
BuildRequires:	python3-gobject3
BuildRequires:	python3-gi
BuildRequires:	sed
BuildRequires:	pkgconfig(exiv2) >= 0.21
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(vapigen)

%description
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes
the basic features of Exiv2 available to GNOME applications.

#----------------------------------------------------------------------------

%package -n %{gir_name}
Summary:	GObject Introspection interface description for %{name}
Group:		Graphics
Requires:	%{libname} = %{EVRD}

%description -n %{gir_name}
GObject Introspection interface description for %{name}.

%files -n %{gir_name}
%{_libdir}/girepository-1.0/*-%{gir_major}.typelib

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A GObject-based wrapper around the Exiv2 library
Group:		Graphics

%description -n %{libname}
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes
the basic features of Exiv2 available to GNOME applications.

%files -n %{libname}
%{_libdir}/libgexiv2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	A GObject-based wrapper around the Exiv2 library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes
the basic features of Exiv2 available to GNOME applications.

%files -n %{devname}
%{_includedir}/gexiv2
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/vala/vapi/gexiv2.vapi
%{_datadir}/gir-1.0/*-%{gir_major}.gir

#----------------------------------------------------------------------------

%package -n gexiv2-python
Summary:	Python2 bindings for %{name}
Group:		Development/Python
Requires:	%{libname} = %{EVRD}
Requires:	python-gobject
Requires:	python-gi

%description -n gexiv2-python
This package contains the python2 bindings for %{name}.

%files -n gexiv2-python
%{python_sitearch}/gi/overrides/GExiv2.py

#----------------------------------------------------------------------------

%package -n gexiv2-python3
Summary:	Python3 bindings for %{name}
Group:		Development/Python
Requires:	%{libname} = %{EVRD}
Requires:	python3-gobject3
Requires:	python3-gi

%description -n gexiv2-python3
This package contains the python3 bindings for %{name}.

%files -n gexiv2-python3
%{python3_sitearch}/gi/overrides/GExiv2.*

#----------------------------------------------------------------------------

%prep
%setup -q -n gexiv2-%{version}

%build
%configure2_5x \
	--enable-introspection \
	--enable-tests \
	--enable-static=no
%make

%install
%makeinstall_std


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.1-3
+ Revision: 87faf32
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17180 |14mr|libggi-2.2.2-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname ggi %{major}
%define devname %mklibname ggi -d

Summary:	A fast, simple, small and flexible user-space graphics library
Name:		libggi
Version:	2.2.2
Release:	20
License:	MIT
Group:		System/Libraries
Url:		http://www.ggi-project.org/
Source0:	http://www.ggi-project.org/ftp/ggi/v2.2/%{name}-%{version}.src.tar.bz2
Patch0:		libggi-2.0.1-no-lcd823-ppc.patch
Patch3:		libggi-2.0.3-xpath.patch
Patch4:		libggi_wformat.patch

Buildrequires:	aalib-devel
Buildrequires:	libgii-devel >= 1.0.2-2
BuildRequires:	pkgconfig(directfb)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(xext)

BuildConflicts:	svgalib-devel

%description
LibGGI is a fast, simple, small and flexible user-space graphics
library developed by the GGI Project <http://www.ggi-project.org/>.
It attempts to abstract the many different graphics output systems
existing under Unix (and in the future, other platforms). The support
for all of these different types of displays and hardware are provided
by dynamically-loaded mini-libraries.

LibGGI can transparently (to the LibGGI-using application) display
graphics on an X window, fbcon (Linux framebuffer driver), or the
glide library, through their respective graphics drivers, or targets.
There are also some other targets which display through another
target, such as multi to display simultaneously on multiple displays
at once, and tile to tile your display to different monitors.

LibGGI supports acceleration of graphics primitives where possible.

LibGGI is a very generic piece of software, that will run on about
every platform that has remotely heard of POSIX (ports to other systems
such as Win32 are underway) and on many display subsystems.

%files
%doc FAQ NEWS README doc/env.txt doc/targets.txt
%dir %{_sysconfdir}/ggi/
%dir %{_sysconfdir}/ggi/targets
%config(noreplace) %{_sysconfdir}/ggi/libggi.conf
%config(noreplace) %{_sysconfdir}/ggi/targets/fbdev.conf
%{_bindir}/*
%dir %{_libdir}/ggi/
%dir %{_libdir}/ggi/default/
%dir %{_libdir}/ggi/default/fbdev
%dir %{_libdir}/ggi/display
%dir %{_libdir}/ggi/helper
%{_libdir}/ggi/*/*.so
%{_libdir}/ggi/default/fbdev/*.so
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_mandir}/man7/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libggi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	libgii-devel
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}ggi2-devel < 2.2.2-19
Obsoletes:	%{_lib}ggi2-static-devel < 2.2.2-19
Obsoletes:	%{_lib}ggi-static-devel < 2.2.2-19

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc ChangeLog doc/*.txt
%{_includedir}/ggi/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

perl -pi -e "s|/lib\b|/%{_lib}|g" * m4/*

# regenerate configure script
#./autogen.sh < borked

%build
# workaround configure failure
export echo=echo
%configure2_5x \
	--disable-static \
	--with-gii=%{_prefix} \
	--disable-debug

%make 

%install
# workaround failure
export echo=echo
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.2-20
+ Revision: 1289bcd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17181 |14mr|libggz-0.0.14.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname ggz %{major}
%define develname %mklibname -d ggz

# Enable encryption support?
%define enable_encrypt 0
%{?_with_encrypt: %global enable_encrypt 1}

# select between GNUTLS or OpenSSL
%define use_openssl 0
%{?_with_openssl: %global use_openssl 1}

Name:		libggz
Summary:	Common library for the GGZ Gaming Zone
Version:	0.0.14.1
Release:	11
License:	GPL
Group:		System/Libraries
URL:		http://ggzgamingzone.org/
Source0:	http://ftp.ggzgamingzone.org/pub/ggz/%{version}/%{name}-%{version}.tar.bz2

%if %{enable_encrypt}
%if %{use_openssl}
BuildRequires:	pkgconfig(openssl)
%else
BuildRequires:	pkgconfig(gnutls)
%endif
%endif

%description
The GGZ Gaming Zone server allows other computers to connect to yours via
the Internet and play network games. This library provides features required
for running both clients and the server.

Build Option:
--with encrypt      Enable encryption support
--with openssl      Prefer OpenSSL to GNUTLS, for encryption support
                    (Useless unless "--with encrypt" is also used)

%package	-n %{libname}
Summary:	Common library for running GGZ Gaming Zone applications
Group:		Games/Other
Provides:	%{name} = %{version}-%{release}

%description	-n %{libname}
The GGZ Gaming Zone server allows other computers to connect to yours
via the Internet and play network games. 

This package contains the shared library that provides features
required for running both clients and the server.

%package	-n %{develname}
Summary:	Development files used to build GGZ Gaming Zone applications
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description	-n %{develname}
The GGZ Gaming Zone server allows other computers to connect to yours
via the Internet and play network games. 

This package contains the libraries required for building both clients
and the server.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
%if %enable_encrypt
	--with-gcrypt=yes	\
%if %use_openssl
	--with-tls=OpenSSL	\
%else
	--with-tls=GnuTLS	\
%endif
%endif

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%doc AUTHORS COPYING NEWS README README.GGZ QuickStart.GGZ
%{_libdir}/libggz.so.%{major}*
%{_mandir}/man?/*

%files -n %{develname}
%doc COPYING ChangeLog
%{_includedir}/*
%{_libdir}/libggz.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.14.1-11
+ Revision: 973538b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17182 |14mr|libghthash-0.6.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname ghthash %{major}
%define develname %mklibname ghthash -d

Summary:	Generic Hash Table library
Name:		libghthash
Version:	0.6.2
Release:	10
Group:		System/Libraries
License:	GPL
URL:		http://www.ipd.bth.se/ska/sim_home/libghthash.html
Source0:	http://www.ipd.bth.se/ska/sim_home/filer/%{name}-%{version}.tar.bz2

%description
The GHT (Generic Hash Table) library is a hash table
implementation in C for storing arbitrary types of data. It is
meant to be small, easily extensible (in terms of hash functions
etc), and easy to understand codewise.

%package -n	%{libname}
Summary:	Generic Hash Table library
Group:		System/Libraries

%description -n	%{libname}
The GHT (Generic Hash Table) library is a hash table
implementation in C for storing arbitrary types of data. It is
meant to be small, easily extensible (in terms of hash functions
etc), and easy to understand codewise.

%package -n	%{develname}
Summary:	Static library and header files for the Generic Hash Table library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	ghthash-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	ghthash-devel
Obsoletes:	%{mklibname ghthash 0}-devel
Obsoletes:	%{mklibname ghthash 2}-devel

%description -n	%{develname}
The GHT (Generic Hash Table) library is a hash table
implementation in C for storing arbitrary types of data. It is
meant to be small, easily extensible (in terms of hash functions
etc), and easy to understand codewise.

This package contains the static libghthash library and its header
files.

%prep

%setup -q

%build
rm -f configure
libtoolize --copy --force; aclocal; autoconf; automake --add-missing --copy --foreign; autoconf

%configure2_5x

%make

%install
%makeinstall_std

# cleanup
pushd examples
    make clean
    rm -f Makefile.win
popd

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc examples html TODO
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.2-10
+ Revision: 8a21942
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17183 |14mr|libgii-1.0.2-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname gii %{major}
%define develname	%mklibname gii -d

Summary:	A flexible library for input handling
Name:		libgii
Version:	1.0.2
Release:	20
License:	MIT
Group:		System/Libraries
URL:		http://www.ggi-project.org/
Source0:	http://www.ggi-project.org/ftp/ggi/v2.1/%{name}-%{version}.src.tar.bz2
Patch0:		libgii-1.0.2-wformat.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	chrpath

%description
LibGII is an input library developed by the GGI Project
(http://www.ggi-project.org). Its design philosophy is similar to
LibGGI, which deals with graphics output.

LibGII is based on the concept of input streams, which virtualize
access to the underlying input drivers. Events from various input
devices are abstracted into easy-to-use structures. LibGII also allows
the application to join streams together, receiving input from an
arbitrary combination of devices.

LibGII is a separate component from LibGGI, although LibGGI depends on
LibGII for input purposes. (LibGGI's input functions are simply
wrappers for LibGII functions.)

%package -n	%{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n	%{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}gii1-devel < 1.0.2-19
Obsoletes:	%{_lib}gii1-static-devel < 1.0.2-19
Obsoletes:	%{_lib}gii-static-devel < 1.0.2-19

%description -n	%{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-debug \
	--disable-static

%make

%install
%makeinstall_std

chrpath -d %{buildroot}%{_bindir}/mhub
chrpath -d %{buildroot}%{_bindir}/xsendbut
chrpath -d %{buildroot}%{_libdir}/libgii.so.%{major}*
chrpath -d %{buildroot}%{_libdir}/ggi/input/*.so

%files
%doc ChangeLog ChangeLog.1999 FAQ INSTALL INSTALL.autoconf NEWS 
%doc README doc/README*
%config(noreplace) %{_sysconfdir}/ggi/filter/keytrans
%config(noreplace) %{_sysconfdir}/ggi/filter/mouse
%config(noreplace) %{_sysconfdir}/ggi/libgii.conf
%dir %{_sysconfdir}/ggi
%attr(755,root,root) %{_bindir}/*
%dir %{_sysconfdir}/ggi/filter
%dir %{_libdir}/ggi/input
%dir %{_libdir}/ggi/filter
%{_libdir}/ggi/*/*.so
%{_mandir}/man1/*
%{_mandir}/man7/*

%files -n %{libname}
%attr(755,root,root) %{_libdir}/*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/ggi
%dir %{_includedir}/ggi/input
%dir %{_includedir}/ggi/internal
%{_includedir}/ggi/*.h
%{_includedir}/ggi/input/*.h
%{_includedir}/ggi/internal/*.h
%{_libdir}/*.so
%{_mandir}/man3/*
%{_mandir}/man5/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-20
+ Revision: f009abb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17184 |14mr|libgksu-2.0.12-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fakename gksu2.0

%define major 0
%define libname %mklibname %{fakename}_ %major
%define libnamedev %mklibname %{fakename}_ %major -d

Name: libgksu
Summary: GKSu libraries
Version: 2.0.12
Release: 7
Source: http://people.debian.org/~kov/gksu/%{name}-%{version}.tar.gz
Patch0:	libgksu-2.0.12-fix-str-fmt.patch
Patch1:	libgksu-2.0.9-fix_lib64_detection.patch
Patch2: libgksu-2.0.12-fix-build.patch
Patch3: Makefile.am.patch
Url: http://www.nongnu.org/gksu/
Group: System/Libraries
License: LGPLv2+
BuildRequires: gtk-doc
BuildRequires: libgtop2.0-devel
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: startup-notification-devel
BuildRequires: libgnome-keyring-devel
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: gtk+2-devel
BuildRequires: perl-XML-Parser
BuildRequires: desktop-file-utils
BuildRequires: dbus-glib-devel
BuildRequires: intltool
BuildRequires: libx11
BuildRequires: pkgconfig(pkg-config)
Provides: libgksu
Provides: libgksu2
Obsoletes: libgksu1.2

%description
GKSu is a library that provides a Gtk+ frontend to su and sudo. It 
supports login shells and preserving environment when acting as a su
 frontend. It is useful to menu items or other graphical programs 
that need to ask a user's password to run another program as another user.

%package -n %libname
Summary: GKSu libraries
Group: System/Libraries

%description -n %libname
GKSu is a library that provides a Gtk+ frontend to su and sudo. It 
supports login shells and preserving environment when acting as a su 
 frontend. It is useful to menu items or other graphical programs 
that need to ask a user's password to run another program as another user.

%package -n %libnamedev
Summary: Development package for %{name}
Group: Development/Other
Requires: %libname = %version
Provides: libgksu2.0-devel = %version-%release
Provides: libgksu2-devel = %version-%release
Provides: libgksu-devel
Obsoletes: libgksu1.2-devel

%description -n %libnamedev
Development package for %{name}

GKSu is a library that provides a Gtk+ frontend to su and sudo. It 
supports login shells and preserving environment when acting as a su 
 frontend. It is useful to menu items or other graphical programs 
that need to ask a user's password to run another program as another user.

%package -n gksu-utils
Summary: Utilities package for %{name}
Group: System/Base
Requires: %libname = %version

%description -n gksu-utils
Utilities package for %{name}

GKSu is a library that provides a Gtk+ frontend to su and sudo. It
supports login shells and preserving environment when acting as a su
 frontend. It is useful to menu items or other graphical programs
that need to ask a user's password to run another program as another user.

%prep
%setup -q 
%patch0 -p0 -b .str
%patch1 -p0
%patch2 -p0
%patch3 -p0
touch README NEWS
#sed -i 's:dist_pkglibexec_SCRIPTS:dist_pkgdata_SCRIPTS:g' \
#                $(grep -l dist_pkglibexec_SCRIPTS $(find . -name Makefile.am))

%build
autoreconf -fi
%configure2_5x LIBS="-lX11"
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="AdvancedSettings" \
  --add-category="Settings" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%preun -n gksu-utils
%preun_uninstall_gconf_schemas gksu

%files -n %libname 
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*
%_libdir/%name

%files -n %libnamedev
%defattr(-,root,root)
%doc INSTALL ChangeLog AUTHORS
%{_libdir}/lib*.a
%{_libdir}/*.so
%{_includedir}/*
%_libdir/pkgconfig/*
%_datadir/gtk-doc/html/%name

%files -n gksu-utils
%{_sysconfdir}/gconf/schemas/gksu.schemas
%{_bindir}/gksu-properties
%{_datadir}/man/man1/gksu-properties.1*
%{_datadir}/applications/gksu-properties.desktop
%{_datadir}/libgksu/gksu-properties.ui
%{_datadir}/pixmaps/gksu.png






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.12-7
+ Revision: 505db26
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17185 |14mr|libglade2.0-2.6.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# enable_gtkdoc: whether gtk-doc stuff should be rebuilt.
#	0 = no
#	1 = yes
%define enable_gtkdoc 1

# End of user configurable section

%{?_without_gtkdoc: %{expand: %%define enable_gtkdoc 0}}
%{?_with_gtkdoc: %{expand: %%define enable_gtkdoc 1}}

%define pkgname		libglade
%define api_version	2.0
%define api_major_version 2
%define lib_major	0
%define lib_name	%mklibname glade %{api_version} %{lib_major}
%define develname	%mklibname glade %{api_version} -d

Summary:	Library for dynamically loading GLADE interface files
Name:		%{pkgname}%{api_version}
Version: 	2.6.4
Release: 	10
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
# (fc) 2.5.1-3mdk fix some warnings (Fedora) (GNOME bug #121025)
Patch0:		libglade-2.0.1-nowarning.patch
Patch1:		libglade-2.6.4-linkage.patch

%if %enable_gtkdoc
BuildRequires:	gtk-doc >= 0.9
%endif
BuildRequires:	python >= 2.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.4.10
BuildRequires:	pkgconfig(atk) >= 1.9.0
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.5.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.3.1

%description
%{pkgname} allows you to load user interfaces in your program, which are
stored externally.  This allows alteration of the interface without
recompilation of the program.


%package -n %{lib_name}
Summary:	%{summary}
Group:		%{group}
Provides:	%{pkgname}%{api_version} = %{version}-%{release}

%description -n %{lib_name}
%{pkgname} allows you to load user interfaces in your program, which are
stored externally.  This allows alteration of the interface without
recompilation of the program.


%package -n %{develname}
Summary:	Libraries, includes, etc to develop libglade applications
Group:		Development/GNOME and GTK+
Requires:	%{lib_name} = %{version}-%{release}
# $bindir/libglade-convert is python script
Requires:	python
Requires(post,postun): sgml-common >= 0.6.3-2
Provides:	%{pkgname}%{api_version}-devel = %{version}-%{release}
Obsoletes:	%{mklibname glade 2.0 0}-devel < 2.6.4-9

%description -n %{develname}
This package contains libraries, include files, etc so that
you can use to develop %{pkgname} applications.


%prep
%setup -q -n %{pkgname}-%{version}
%apply_patches

%build
autoconf
%configure2_5x \
	--disable-static \
%if !%enable_gtkdoc
	--enable-gtk-doc=no
%endif

%make

%install
%makeinstall_std

# install test program
sh ./libtool --mode=install %{_bindir}/install test-libglade %{buildroot}%{_bindir}/test-libglade

# Make libglade own %{_libdir}/libglade
mkdir -p %{buildroot}%{_libdir}/libglade/%{api_version}

%post -n %{develname}
CATALOG=/etc/xml/catalog
%{_bindir}/xmlcatalog --noout --add "system" \
		"http://glade.gnome.org/glade-2.0.dtd" \
		%{_datadir}/xml/libglade/glade-2.0.dtd $CATALOG || true

%postun -n %{develname}
# Do not remove if upgrade
if [ "$1" = "0" ]; then
 CATALOG=/etc/xml/catalog
 if [ -f $CATALOG -a -x %{_bindir}/xmlcatalog ]; then 
  %{_bindir}/xmlcatalog --noout --del \
         	%{_datadir}/xml/libglade/glade-2.0.dtd $CATALOG || true
 fi
fi

%files -n %{lib_name}
%doc README ChangeLog
%{_libdir}/lib*.so.%{lib_major}*
%dir %{_libdir}/libglade
%dir %{_libdir}/libglade/%{api_version}

%files -n %{develname}
%doc AUTHORS examples
%doc %{_datadir}/gtk-doc/html/*
%{_bindir}/*
%{_datadir}/xml/libglade
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6.4-10
+ Revision: ba46011
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17186 |14mr|libglademm2.4-2.6.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname libglademm
%define version 2.6.7
%define release 8

%define libglade_version 2.6.1
%define gtkmm_version 2.6.0

%define major 1
%define api_version 2.4
%define libname		%mklibname glademm %{api_version} %{major}
%define libname_orig	%mklibname glademm %{api_version}
%define develname %mklibname -d glademm %{api_version}

Name:	 	%{pkgname}%{api_version}
Summary: 	C++ interface of glade2 library
Version: 	%{version}
Release: 	%{release}
License: 	LGPLv2+
Group:   	System/Libraries
Source:  	ftp://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
URL:     	http://gtkmm.sourceforge.net/
BuildRoot:      %{_tmppath}/%{name}-%{version}-root
BuildRequires:	libglade2.0-devel >= %{libglade_version}
BuildRequires:	gtkmm2.4-devel >= %{gtkmm_version}
Buildrequires:	doxygen

%description
This package provides a C++ interface for glade2.  It is a subpackage
of the gnomemm project.  The interface provides a convenient interface for C++
programmers to create glade2 objects.

%package	-n %{libname}
Summary:	C++ interface of glade2 library
Group:		System/Libraries
Provides:	%{libname_orig} = %{version}-%{release}
Provides:	%{pkgname} = %{version}-%{release}

%description	-n %{libname}
This package provides a C++ interface for glade2.  It is a subpackage
of the gnomemm project.  The interface provides a convenient interface for C++
programmers to create glade2 objects.

%package	-n %develname
Summary:	Development related files of %{pkgname}
Group:		Development/GNOME and GTK+
Provides:	%{pkgname}-devel = %{version}-%{release}
Provides:	%name-devel = %version-%release
Requires:	%{libname} = %{version}
Requires:	libglade2.0-devel >= %{libglade_version}
Requires:	gtkmm2.4-devel >= %{gtkmm_version}
Obsoletes: %mklibname -d glademm 2.4 1

%description	-n %develname
This package provides headers and various development files needed for
compiling or developing applications that use Glade 2 C++ interface.

%package	doc
Summary:	Documentation for %{pkgname} library
Group:		Books/Other

%description	doc
This package provides API documentation of %{pkgname} library, which
is part of gnomemm project that provides C++ interface for GNOME libraries.
The documents can be browsed via devhelp, an API documentation viewer.

%prep
%setup -q -n %{pkgname}-%{version}

%build
%configure2_5x --enable-static
%make 

### Build doc
pushd docs/reference
  perl -pi -e 's/^(HAVE_DOT.*=) YES/$1 NO/' Doxyfile
  make all
popd

%install
rm -rf %{buildroot}
%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL
%{_libdir}/libglademm-%{api_version}.so.%{major}*

%files -n %develname
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL
%{_includedir}/*
%{_libdir}/%{pkgname}-%{api_version}
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.a
#%attr(644,root,root) %{_libdir}/*.la
%{_libdir}/*.so

%files doc
%defattr(-, root, root)
%{_docdir}/gnomemm-2.6/*
%{_datadir}/devhelp/books/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6.7-8
+ Revision: 296c7e1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17187 |14mr|libglpng-1.45-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname glpng %{major}
%define develname	%mklibname glpng -d

Summary:	A toolkit for loading PNG images as OpenGL textures
Name:		libglpng
Version:	1.45
Release:	11
License:	MIT
Group:		System/Libraries
# Upstream's dead
Source0:	http://ftp.de.debian.org/debian/pool/main/libg/%{name}/%{name}_%{version}.orig.tar.gz
# From Debian - a Makefile. Yay.
Source1:	libglpng-1.45-makefile
# Debian patch, couple of small fixes.
Patch0:		libglpng-1.45-debian.patch
Patch1:		libglpng-1.45-CVE-2010-1519.diff
Patch2:		glpng-1.45-libpng15.patch
URL:		http://packages.debian.org/libglpng
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(gl)

%description
glpng is a small toolkit to make loading PNG image files as an OpenGL
texture as easy as possible.

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
glpng is a small toolkit to make loading PNG image files as an OpenGL
texture as easy as possible.

%package -n %{develname}
Summary:	Development headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
glpng is a small toolkit to make loading PNG image files as an OpenGL
texture as easy as possible.

%prep
%setup -q -n %{name}-%{version}.orig
%patch0 -p1 -b .debian
%patch1 -p0 -b .CVE-2010-1519
%patch2 -p1 -b .libpng15

install -m 0644 %{SOURCE1} ./Makefile

%build
%make CFLAGS="%{optflags} -fPIC -I ./include"

%install
make DESTDIR=%{buildroot}%{_prefix} install
rm -rf %{buildroot}%{_docdir}
%ifarch x86_64
mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
%endif

chmod 0755 %{buildroot}%{_libdir}/*.so.%{major}*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc glpng.htm Example/
%{_includedir}/GL/glpng.h
%{_libdir}/%{name}.so
%{_libdir}/%{name}.*a




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.45-11
+ Revision: cf3269d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17188 |14mr|libgnome2-2.32.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bootstrap 0
%{?_without_bootstrap: %global bootstrap 0}
%{?_with_bootstrap: %global bootstrap 1}

%define api_version	2
%define lib_major	0
%define pkgname 	libgnome
%define lib_name	%mklibname gnome %{api_version} %{lib_major}
%define develname	%mklibname -d gnome %{api_version}

Summary:	GNOME libraries
Name:		%{pkgname}%{api_version}
Version:	2.32.1
Release:	8
Group:		System/Libraries
License:	LGPLv2+
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
# (fc) 1.116.0-2mdk use Mdk default background
Patch1:		libgnome-background.patch
# (fc) 2.2.0.1-2mdk Ia Ora as default theme
Patch4:		libgnome-defaulttheme.patch
# (fc) 2.19.1-2mdv mark gnome_program_init with sentinel (SUSE)
Patch6:		libgnome-sentinel.patch
# (fc) 2.19.1-2mdv fix va_list usage (SUSE)
Patch7:		libgnome-2.19.1-va_list.patch
# (fc) 2.19.1-2mdv enable sound server and events by default, remove almost default sound events
Patch8:		libgnome-2.19.1-sounds-default.patch
# (fc) 2.24.1-2mdv use www-browser as default browser
Patch9:		libgnome-2.24.1-www-browser.patch
# (fc) 2.28.0-2mdv put back icons in menu and buttons
Patch10:	libgnome-2.28.0-icons.patch
# md glib2.0 >= 2.31.0 g_thread_init
Patch11:	libgnome-2.32.1_g_thread_init.patch

BuildRequires:	intltool >= 0.40.0
BuildRequires:	pkgconfig(gconf-2.0) >= 1.1.11 GConf2
BuildRequires:	pkgconfig(glib-2.0) >= 2.8.0
BuildRequires:	pkgconfig(gmodule-2.0) >= 2.8.0
BuildRequires:	pkgconfig(gnome-vfs-2.0) >= 2.5.3
BuildRequires:	pkgconfig(gobject-2.0) >= 2.0.0
BuildRequires:	pkgconfig(libbonobo-2.0) >= 2.13.0
%if !%bootstrap
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(libcanberra) >= 0
%endif
BuildRequires:	pkgconfig(popt)

Requires:	%{name}-schemas >= %{version}-%{release}
Requires:	%{lib_name} >= %{version}-%{release}

Provides:	libgnome = %{version}-%{release}

%description
Data files for the GNOME library such as translations.

%package schemas
Summary:	Default configuration for some GNOME software
Group:		%{group}
# needs gconftool-2
Requires:	GConf2
Conflicts:	%{name} < 2.30.0-2

%description schemas
Default configuration for GNOME software

%package -n %{lib_name}
Summary:	Dynamic libraries for GNOME applications
Group:		%{group}

%description -n %{lib_name}
GNOME library contains extra API to let your GNOME applications shine.

%package -n %{develname}
Summary:	Development libraries, include files for GNOME
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{lib_name} = %{version}
Obsoletes:	%{mklibname -d gnome 2 0} < 2.32.1-6

%description -n %{develname}
Static library and headers file
needed in order to develop applications using the GNOME library

%prep
%setup -q -n %{pkgname}-%{version}
%apply_patches

# this is a hack for glib2.0 >= 2.31.0
sed -i -e 's/-DG_DISABLE_DEPRECATED//g' \
    ./libgnome/Makefile.*

%build
%configure2_5x \
	--disable-static \
	--disable-schemas-install \
%if %{bootstrap}
	--enable-canberra=no
%else
	--enable-gtk-doc
%endif

%make

%install
%makeinstall_std

%find_lang %{pkgname}-2.0

%define schemas desktop_gnome_accessibility_keyboard desktop_gnome_accessibility_startup desktop_gnome_applications_at_mobility desktop_gnome_applications_at_visual desktop_gnome_applications_browser desktop_gnome_applications_terminal desktop_gnome_applications_office desktop_gnome_applications_window_manager desktop_gnome_background desktop_gnome_file_views desktop_gnome_interface desktop_gnome_lockdown desktop_gnome_peripherals_keyboard desktop_gnome_peripherals_mouse desktop_gnome_sound desktop_gnome_thumbnail_cache desktop_gnome_thumbnailers desktop_gnome_typing_break

# update default theme on distribution upgrade
%triggerpostun -- libgnome2 < 2.28.0-3
if [ "x$META_CLASS" != "x" ]; then
 case "$META_CLASS" in
  *server) GTK2_THEME="Ia Ora Gray" ;;
  *desktop) GTK2_THEME="Ia Ora Steel" ;;
  *download) GTK2_THEME="Ia Ora Night";;
 esac

  if [ "x$GTK2_THEME" != "x" ]; then 
  %{_bindir}/gconftool-2 --config-source=xml::/etc/gconf/gconf.xml.local-defaults/ --direct --type=string --set /desktop/gnome/interface/gtk_theme "$GTK2_THEME" > /dev/null
  fi
fi

%post schemas
if [ ! -d %{_sysconfdir}/gconf/gconf.xml.local-defaults/desktop/gnome/interface -a "x$META_CLASS" != "x" ]; then
 case "$META_CLASS" in
  *server) GTK2_THEME="Ia Ora Gray" ;;
  *desktop) GTK2_THEME="Ia Ora Steel" ;;
  *download) GTK2_THEME="Ia Ora Night";;
 esac

  if [ "x$GTK2_THEME" != "x" ]; then 
  %{_bindir}/gconftool-2 --config-source=xml::/etc/gconf/gconf.xml.local-defaults/ --direct --type=string --set /desktop/gnome/interface/gtk_theme "$GTK2_THEME" > /dev/null
  fi
fi

if [ ! -f /root/.gconf/desktop/gnome/background/%gconf.xml ]; then
  gconftool-2 --set /desktop/gnome/background/picture_options --type=string none
  gconftool-2 --set /desktop/gnome/background/primary_color --type=string "#B20003"
fi

%preun schemas
%preun_uninstall_gconf_schemas %{schemas}

%files -f %{pkgname}-2.0.lang
%doc NEWS
%config(noreplace) %{_sysconfdir}/sound/events/*
%{_bindir}/gnome-open
%{_libdir}/bonobo/monikers/*.so
%{_libdir}/bonobo/servers/*
%{_mandir}/man7/*
%{_datadir}/gnome-background-properties/gnome-default.xml
%{_datadir}/pixmaps/backgrounds/gnome/background-default.jpg

%files -n %{lib_name}
%{_libdir}/libgnome-%{api_version}.so.%{lib_major}*

%files -n %{develname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/*.so

%files schemas
%{_sysconfdir}/gconf/schemas/desktop_gnome_*.schemas


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.32.1-8
+ Revision: 569d469
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17189 |14mr|libgnomecanvas-2.30.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api_version	2
%define lib_major	0
%define libname %mklibname gnomecanvas %{api_version} %{lib_major}
%define libnamedev %mklibname -d gnomecanvas %{api_version}

Summary:	GnomeCanvas widget
Name:		libgnomecanvas
Version:	2.30.3
Release:	7
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org/

Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	bison
BuildRequires:	intltool
BuildRequires:	pkgconfig(gail) >= 1.9.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.10.0
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.2.0
BuildRequires:	pkgconfig(libart-2.0) >= 2.3.8
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(pango) >= 1.0.1
BuildRequires:	pkgconfig(pangoft2) >= 1.0.1

%description
The GNOME canvas is an engine for structured graphics that offers a rich
imaging model, high performance rendering, and a powerful, high-level API.
It offers a choice of two rendering back-ends, one based on Xlib for
extremely fast display, and another based on Libart, a sophisticated,
antialiased, alpha-compositing engine. Applications have a choice between
the Xlib imaging model or a superset of the PostScript imaging model,
depending on the level of graphic sophistication required.

%package -n %{libname}
Summary:	%{summary}
Group:		%{group}
Provides:	%{name}%{api_version} = %{version}-%{release}

%description -n %{libname}
The GNOME canvas is an engine for structured graphics that offers a rich
imaging model, high performance rendering, and a powerful, high-level API.
It offers a choice of two rendering back-ends, one based on Xlib for
extremely fast display, and another based on Libart, a sophisticated,
antialiased, alpha-compositing engine. Applications have a choice between
the Xlib imaging model or a superset of the PostScript imaging model,
depending on the level of graphic sophistication required.

This package contains the main canvas library.

%package -n %{libnamedev}
Summary:	Development libraries and include files for GnomeCanvas widget
Group:		Development/GNOME and GTK+
Provides:	%{name}%{api_version}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Obsoletes:	%{mklibname -d gnomecanvas 2 0} < 2.30.3-5

%description -n %{libnamedev}
The GNOME canvas is an engine for structured graphics that offers a rich
imaging model, high performance rendering, and a powerful, high-level API.
It offers a choice of two rendering back-ends, one based on Xlib for
extremely fast display, and another based on Libart, a sophisticated,
antialiased, alpha-compositing engine. Applications have a choice between
the Xlib imaging model or a superset of the PostScript imaging model,
depending on the level of graphic sophistication required.

This package contains development library and header files for %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make LIBS=-lm

%install
%makeinstall_std

%find_lang %{name}-2.0

%files  -f %{name}-2.0.lang

%files -n %{libname}
%{_libdir}/libgnomecanvas-%{api_version}.so.%{lib_major}*

%files -n %{libnamedev}
%doc ChangeLog NEWS README AUTHORS
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.30.3-7
+ Revision: fa51960
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17190 |14mr|libgnomecanvasmm2.6-2.26.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 2.26.0
%define release  8

%define libgnomecanvas_version 2.6.0
%define gtkmm_version 2.4.0

%define major	1
%define api_version 2.6

%define pkgname	libgnomecanvasmm
%define libname_orig	%mklibname gnomecanvasmm %api_version
%define libname		%mklibname gnomecanvasmm %api_version %{major}
%define develname %mklibname -d gnomecanvasmm %api_version

Name:	 	%{pkgname}%{api_version}
Summary: 	A C++ interface for GNOME 2 canvas library
Version: 	%{version}
Release: 	%{release}
License: 	LGPLv2+
Group:   	System/Libraries
URL:     	http://gtkmm.sourceforge.net/

Source:		http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2

BuildRequires:	gtkmm2.4-devel >= %{gtkmm_version}
BuildRequires:	pkgconfig(libgnomecanvas-2.0) >= %{libgnomecanvas_version}
BuildRequires:	doxygen

%description
This package provides a C++ interface for GNOME canvas library.  It is a
subpackage of the gnomemm project.  The interface provides a convenient
interface for C++ programmers to create GNOME GUIs with GTK+'s flexible
object-oriented framework.

%package	-n %{libname}
Summary:	A C++ interface for GNOME 2 canvas library
Group:		System/Libraries
Provides:	%{libname_orig} = %{version}-%{release}
Provides:	%{pkgname} = %{version}-%{release}

%description	-n %{libname}
This package provides a C++ interface for GNOME canvas library.  It is a
subpackage of the gnomemm project.  The interface provides a convenient
interface for C++ programmers to create GNOME GUIs with GTK+'s flexible
object-oriented framework.

%package	-n %develname
Summary:	Headers and development files of GNOME 2 canvas library
Group:		Development/GNOME and GTK+
Provides:	%name-devel = %{version}-%{release}
Provides:	%{pkgname}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Obsoletes: %mklibname -d gnomecanvasmm %api_version 1

%description	-n %develname
This package contains the headers and various development files needed
for compiling or development of applications that wants C++ interface
of GNOME 2 canvas library.

%package	doc
Summary:	Documentation of %{pkgname} library
Group:		Books/Other

%description	doc
This package provides API documentation of %{pkgname} library.

%prep
%setup -q -n %{pkgname}-%{version}

%build
%configure2_5x --enable-static
%make 

### Build doc
pushd docs/reference
  perl -pi -e 's/^(HAVE_DOT.*=) YES$/$1 NO/' Doxyfile
  make all
popd

%install
%makeinstall_std
find %buildroot -name \*.la|xargs chmod 644

%files -n %{libname}
%doc COPYING README
%{_libdir}/libgnomecanvasmm-%{api_version}.so.%{major}*

%files -n %develname
%doc AUTHORS COPYING ChangeLog NEWS
%{_includedir}/*
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/%{pkgname}-%{api_version}
%{_libdir}/pkgconfig/*.pc

%files doc
%doc docs/reference/html



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.26.0-8
+ Revision: 49b650c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17191 |14mr|libgnomecups-0.2.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 1
%define libname %mklibname gnomecups-%{api}_ %{major}
%define develname %mklibname gnomecups-%{api} -d

Summary:	GNOME library for CUPS integration
Name:		libgnomecups
Version:	0.2.3
Release:	11
License:	LGPL
Group:		System/Libraries
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
# (fc) 0.2.2-4mdv fix cups callback for authentication (SUSE)
Patch1:		libgnomecups-0.2.2-callbackfix.patch
# (fc) 0.2.2-4mdv add dbus support (Fedora)
Patch3:		libgnomecups-0.2.3-dbus.patch
# (fc) 0.2.2-4mdv parse cups loptions (ubuntu)
Patch4:		libgnomecups-0.2.2-parse-dot-cups-loptions.patch
# (fc) 0.2.2-4mdv fix remote printer detection (ubuntu)
Patch5:		libgnomecups-0.2.2-fix-islocal.patch
# (fc) 0.2.2-4mdv don't warn on stderr for IPP_NOT_FOUND (ubuntu)
Patch6:		libgnomecups-0.2.2-ignore-ipp-not-found.patch
# (fc) 0.2.2-4mdv allow to change some cups printer attributes (ubuntu)
Patch7:		libgnomecups-0.2.2-replace-set-printer-attrs.patch
Patch8:		libgnomecups-0.2.3-fix-str-fmt.patch
# (cjw) fix glib includes
Patch9:		libgnomecups-0.2.3-glib.patch
Patch10:	libgnomecups-0.2.3-automake-1.13.patch
Patch11:	libgnomecups-0.2.3-cups-1.6.patch

BuildRequires:	cups-devel
BuildRequires:	cups-common
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	intltool
BuildRequires:	gnome-common

%description
GNOME library for CUPS integration

%package -n %{libname}
Summary:	GNOME library for CUPS integration
Group:		System/Libraries
Suggests:	%{name} = %{version}-%{release}

%description -n %{libname}
GNOME library for CUPS integration

%package -n %{develname}
Summary:	GNOME library for CUPS integration
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname gnomecups-1.0_ 1 -d} < 0.2.3-9

%description -n %{develname}
GNOME library for CUPS integration

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--with-dbus=yes

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog NEWS AUTHORS

%files -n %{libname}
%{_libdir}/libgnomecups-%{api}.so.%{major}*

%files -n %{develname}
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_libdir}/*.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.3-11
+ Revision: 08554b3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17192 |14mr|libgnomekbd-3.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 8
%define girmajor 3.0

%define libname	%mklibname gnomekbd  %{major}
%define girname	%mklibname gnomekbd-gir  %{girmajor}
%define develname %mklibname -d gnomekbd

Summary: GNOME keyboard libraries
Name: libgnomekbd
Version: 3.6.0
Release: 3
License: LGPLv2+
Group: System/Libraries
Url: http://www.gnome.org/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.6/%{name}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: chrpath
BuildRequires: pkgconfig(gdk-3.0) >= 2.91.7
BuildRequires: pkgconfig(gio-2.0) >= 2.18
BuildRequires: pkgconfig(glib-2.0) >= 2.18
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90
BuildRequires: pkgconfig(libxklavier) >= 5.1
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.7

%description
GNOME keyboard indicator plugin

%package common
Summary:	Files used by GNOME keyboard libraries
Group:		%{group}
Obsoletes:	libgnomekbd < 3.4.0

%description common
Files used by GNOME keyboard library

%package -n %{libname}
Summary:	Dynamic libraries for GNOME applications
Group:		%{group}

%description -n %{libname}
GNOME keyboard library

%package -n %{girname}
Summary:	GObject Introspection interface library for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{develname}
Summary:	Development libraries, include files for GNOME
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}

%description -n %{develname}
Development library and headers file needed in order to develop
applications using the GNOME keyboard library

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	-enable-introspection

%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%find_lang %{name}

%define schemas desktop_gnome_peripherals_keyboard_xkb

%preun common
%preun_uninstall_gconf_schemas %{schemas}

%files common -f %{name}.lang
%doc NEWS ChangeLog
%{_bindir}/gkbd-keyboard-display
%{_datadir}/applications/gkbd-keyboard-display.desktop
%{_datadir}/GConf/gsettings/libgnomekbd.convert
%{_datadir}/glib-2.0/schemas/org.gnome.libgnomekbd*.gschema.xml
%{_datadir}/libgnomekbd/

%files -n %{libname}
%{_libdir}/libgnomekbd*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gkbd-%{girmajor}.typelib

%files -n %{develname}
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/*.so
%{_datadir}/gir-1.0/Gkbd-%{girmajor}.gir




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6.0-3
+ Revision: 0d38a85
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17193 |14mr|libgnome-keyring-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)

%define major		0
%define gir_major	1.0
%define libname %mklibname gnome-keyring %{major}
%define girname	%mklibname gnome-keyring-gir %{gir_major}
%define develname %mklibname -d gnome-keyring

Summary:	Keyring library for the GNOME desktop
Name:		libgnome-keyring
Version:	3.12.0
Release:	2
License:	LGPLv2+
Group:		Networking/Remote access
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/libgnome-keyring/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	gtk-doc
BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)

%description
gnome-keyring is a program that keep password and other secrets for
users. It is run as a damon in the session, similar to ssh-agent, and
other applications can locate it by an environment variable.
 
The program can manage several keyrings, each with its own master
password, and there is also a session keyring which is never stored to
disk, but forgotten when the session ends.

%package i18n
Group:		System/Libraries
Summary:	Localization data files for %{name}

%description i18n
This package contains the translations for %{name}.

%package -n %{libname}
Group:		System/Libraries
Summary:	Library for integration with the gnome keyring system
Requires:	%{name}-i18n >= %{version}-%{release}

%description -n %{libname}
The library libgnome-keyring is used by applications to integrate with
the gnome keyring system. However, at this point the library hasn't been
tested and used enought to consider the API to be publically
exposed. Therefore use of libgnome-keyring is at the moment limited to
internal use in the gnome desktop. However, we hope that the
gnome-keyring API will turn out useful and good, so that later it
can be made public for any application to use.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Group:		Development/C
Summary:	Library for integration with the gnome keyring system
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d libgnome-keyring 0} < 3.4.1

%description -n %{develname}
The library libgnome-keyring is used by applications to integrate with
the gnome keyring system. However, at this point the library hasn't been
tested and used enought to consider the API to be publically
exposed. Therefore use of libgnome-keyring is at the moment limited to
internal use in the gnome desktop. However, we hope that the
gnome-keyring API will turn out useful and good, so that later it
can be made public for any application to use.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%files i18n -f %{name}.lang

%files -n %{libname}
%{_libdir}/libgnome-keyring.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GnomeKeyring-%{gir_major}.typelib

%files -n %{develname}
%doc ChangeLog README NEWS
%dir %{_includedir}/gnome-keyring-1/
%{_includedir}/gnome-keyring-1/*.h
%{_libdir}/libgnome-keyring.so
%{_libdir}/pkgconfig/gnome-keyring-1.pc
%doc %{_datadir}/gtk-doc/html/gnome-keyring
%{_datadir}/gir-1.0/GnomeKeyring-%{gir_major}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: ad525bf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17194 |14mr|libgnome-media-profiles-3.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define Werror_cflags %nil

%define api 3.0
%define major 0
%define libname %mklibname gnome-media-profiles %{api} %{major}
%define develname %mklibname -d gnome-media-profiles

Name:           libgnome-media-profiles
Version:        3.0.0
Release:        2
Summary:        GNOME Media Profiles library
Group:          Graphical desktop/GNOME 
License:        LGPLv2+
URL:            http://git.gnome.org/browse/libgnome-media-profiles
Source0:        http://download.gnome.org/sources/%{name}/3.0/%{name}-%{version}.tar.bz2
# upstream 	1451acdacb11fdc2eb23fce10a9affa844f9527c
Patch0:			libgnome-media-profiles-3.0.0_fix_format_string.patch

BuildRequires: gnome-doc-utils-devel
BuildRequires: intltool
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires: pkgconfig(gtk+-3.0)
Conflicts:     gnome-media < 2.91.2
Requires(pre,post,preun): GConf2

%description
The GNOME Media Profiles library provides prebuilt GStreamer pipelines
for applications aiming to support different sound formats.

%package -n %{libname}
Summary:	Library for the %{name}
Group:          System/Libraries

%description -n %{libname}
Library for the %{name}

%package -n	%{develname}
Summary:        Development files for %{name}
Group:          Development/GNOME and GTK+ 
Requires:       %{libname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}
%rename			%{_lib}gnome-media-devel

%description -n %{develname}
The %{name}-devel package contains libraries and header files
for developing applications that use %{name}.

%prep
%setup -q
%apply_patches
autoreconf

%build
%configure \
	--disable-static \
	--disable-schemas-install \
	--disable-scrollkeeper
%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%find_lang libgnome-media-profiles gnome-audio-profiles --with-gnome libgnome-media-profiles.lang

%files -f libgnome-media-profiles.lang
%doc COPYING README
%{_bindir}/gnome-audio-profiles-properties
%{_sysconfdir}/gconf/schemas/gnome-media-profiles.schemas
%{_datadir}/libgnome-media-profiles

%files -n %{libname}
%{_libdir}/libgnome-media-profiles-%{api}.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.0-2
+ Revision: 86ab767
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17195 |14mr|libgnomemm2.6-2.30.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1

%define pkgname libgnomemm
%define api_version 2.6
%define libname_orig	%mklibname gnomemm %{api_version}
%define libname		%mklibname gnomemm %{api_version} %{major}
%define develname %mklibname -d gnomemm %{api_version}

Summary:	A C++ wrapper for libgnome
Name:		%{pkgname}%{api_version}
Version:	2.30.0
Release:	7
License:	LGPLv2+
Group:		System/Libraries
URL:		http://gtkmm.sourceforge.net/
Source:		http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libgnome-2.0)
BuildRequires:	doxygen

%description
The %{pkgname} library provides a C++ wrapper for libgnome library.
It is a subpackage of the gnomemm project, which provides C++ binding
of various GNOME libraries.


%package -n %{libname}
Summary:	%{summary}
Group:		%{group}
Provides:	%{libname_orig} = %{version}-%{release}

%description -n %{libname}
The %{pkgname} library provides a C++ wrapper for libgnome library.
It is a subpackage of the gnomemm project, which provides C++ binding
of various GNOME libraries.


%package -n %{develname}
Summary:	Development files for libgnome C++ wrapper
Group: 		Development/GNOME and GTK+
Provides:	%name-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	pkgconfig(gtkmm-2.4)
Requires:	pkgconfig(libgnome-2.0)

%description -n %{develname}
This package contains all necessary files, including libraries and headers,
that C++ programmers will need to develop applications which use %{pkgname},
the C++ interface to libgnome library.

It is necessary when compiling applications which use %{pkgname} as well.

%prep
%setup -q -n %{pkgname}-%{version}

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS COPYING README
%{_libdir}/libgnomemm-%{api_version}.so.%{major}*

%files -n %develname
%doc COPYING ChangeLog NEWS docs/reference/html
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/%{pkgname}-%{api_version}

###########################################################################





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.30.0-7
+ Revision: 65b5a1a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17196 |14mr|libgnomeprint-2.18.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2-2
%define major 0
%define libname %mklibname gnomeprint %{api} %{major}
%define devname %mklibname gnomeprint%{api} -d

Summary:	GNOME print library
Name:		libgnomeprint
Version:	2.18.8
Release:	6
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.levien.com/gnome/print-arch.html
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
# debian
Patch0:		12_cups-transport.patch
Patch1:		libgnomeprint22-2.18.8-freetype.patch
# netbsd
Patch2:		libgnomeprint-2.18.8-bison3.patch

BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gtk-doc >= 1.2
BuildRequires:	intltool
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(libbonobo-2.0)
BuildRequires:	pkgconfig(pangoft2)
BuildRequires:	pkgconfig(libgnomecups-1.0)

%description
This is an implementation of the Gnome Printing Architecture, as
described in:

   http://www.levien.com/gnome/print-arch.html

%files -f %{name}-2.2.lang
%doc README AUTHORS NEWS
%dir %{_libdir}/libgnomeprint
%dir %{_libdir}/libgnomeprint/%{version}
%dir %{_libdir}/libgnomeprint/%{version}/modules
%dir %{_libdir}/libgnomeprint/%{version}/modules/transports
%dir %{_libdir}/libgnomeprint/%{version}/modules/filters
%{_libdir}/libgnomeprint/%{version}/modules/*.so
%{_libdir}/libgnomeprint/%{version}/modules/transports/*.so
%{_libdir}/libgnomeprint/%{version}/modules/filters/*.so
%{_datadir}/libgnomeprint

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for GNOME print support
Group:		System/Libraries

%description -n %{libname}
Shared library for GNOME print support.

%files -n %{libname}
%{_libdir}/libgnomeprint-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries, include files for GNOME print
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{mklibname -d gnomeprint2-2_ 0} < 2.18.8-4

%description -n %{devname}
Development libraries, include files for GNOME print.

%files -n %{devname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p0

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}-2.2


%changelog
* Wed Jul 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.18.8-6
+ Revision: f9fbfff
- Add patch with bison3 support, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17197 |14mr|libgnomeprintui-2.18.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2-2
%define major 0
%define libname %mklibname gnomeprintui %{api} %{major}
%define develname %mklibname -d gnomeprintui %{api}

%define req_libgnomeprint_version 2.12.1

Summary:	GNOME print library
Name:		libgnomeprintui
Version:	2.18.6
Release:	6
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.levien.com/gnome/print-arch.html
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
# (fc) 2.18.3-2mdv use system-config-printer, not gnome-cups-add
Patch0:		libgnomeprintui-2.18.3-system-config-printer.patch

BuildRequires:	gnome-icon-theme >= 1.1.92
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	pkgconfig(libgnomeprint-2.2)
BuildRequires:	pkgconfig(libgnomecanvas-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)

Requires:	libgnomeprint >= 2.12.1
Requires:	gnome-icon-theme >= 1.1.92
Suggests:	system-config-printer

%description
This is an implementation of the Gnome Printing Architecture, as
described in:

   http://www.levien.com/gnome/print-arch.html

%package -n %{libname}
Summary:	Library for GNOME print support
Group:		%{group}
Requires:	%{name} >= %{version}

%description -n %{libname}
This is an implementation of the Gnome Printing Architecture, as
described in:

   http://www.levien.com/gnome/print-arch.html

%package -n %{develname}
Summary:	Development libraries, include files for GNOME print
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname -d gnomeprintui 2-2 0} < 2.18.6-4

%description -n %{develname}
This is an implementation of the Gnome Printing Architecture, as
described in:

   http://www.levien.com/gnome/print-arch.html

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-gtk-doc
%make LIBS=-lm

%install
%makeinstall_std

%find_lang %{name}-2.2

%files -f %{name}-2.2.lang
%doc README AUTHORS NEWS
%{_datadir}/libgnomeprintui

%files -n %{libname}
%{_libdir}/libgnomeprintui-%{api}.so.%{major}*

%files -n %{develname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.18.6-6
+ Revision: 11cb797
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17198 |14mr|libgnomesu-1.0.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name libgnomesu
%define version 1.0.0
%define release  11
%define major 0
%define libname %mklibname gnomesu %major
%define libnamedev %mklibname -d gnomesu

Summary: Library for accessing superuser privileges from GNOME
Name: %{name}
Version: %{version}
Release: %{release}
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.gz
Patch0: libgnomesu-0.9.5-pam_stack.patch
Patch1:	libgnomesu-1.0.0-format-strings.patch
Patch2: libgnomesu-1.0.0-deprecated.patch
License: LGPLv2+
Group: System/Libraries
Url: http://members.chello.nl/~h.lai/libgnomesu/
BuildRequires: pkgconfig(libgnomeui-2.0)
BuildRequires: pam-devel
BuildRequires: intltool
Provides: gnomesu
Obsoletes: gnomesu

%description
libgnomesu is a library for providing superuser privileges to GNOME 
applications. It supports sudo, consolehelper, PAM and su.

%package -n %libname
Summary: Library for accessing superuser privileges from GNOME
Group: System/Libraries
Requires: %name >= %version-%release

%description -n %libname
libgnomesu is a library for providing superuser privileges to GNOME 
applications. It supports sudo, consolehelper, PAM and su.

%package -n %libnamedev
Summary: Library for accessing superuser privileges from GNOME
Group: Development/C
Requires: %libname = %version-%release
Provides: %name-devel = %version-%release
Obsoletes: %mklibname -d gnomesu 0

%description -n %libnamedev
libgnomesu is a library for providing superuser privileges to GNOME 
applications. It supports sudo, consolehelper, PAM and su.

%prep
%setup -q
%apply_patches
intltoolize --force
autoreconf -fi

%build
%configure2_5x --disable-setuid-error
%make

%install
rm -rf %{buildroot} %name-1.0.lang
%makeinstall_std
%find_lang %name-1.0
#gw fix perms for cpio
chmod 755 %{buildroot}%_libexecdir/*

%files -f %name-1.0.lang
%defattr(-,root,root)
%doc README ChangeLog NEWS TODO AUTHORS
%config(noreplace) %_sysconfdir/pam.d/gnomesu-pam
%_bindir/gnomesu
%_datadir/application-registry/gnomesu-nautilus.applications
%_datadir/mime-info/gnomesu-nautilus.keys
%attr(4111,root,root) %_libexecdir/gnomesu-backend
%attr(4111,root,root) %_libexecdir/gnomesu-pam-backend

%files -n %libname
%defattr(-,root,root)
%_libdir/libgnomesu.so.%{major}*

%files -n %libnamedev
%defattr(-,root,root)
%_includedir/libgnomesu-1.0/
%_libdir/pkgconfig/libgnomesu-1.0.pc
%_libdir/lib*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-11
+ Revision: 4181624
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17199 |14mr|libgnomeui2-2.24.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2
%define major 0
%define pkgname libgnomeui

%define libname %mklibname gnomeui %{api} %{major}
%define devname %mklibname gnomeui %{api} -d

Summary:	Main GNOME libraries
Name:		%{pkgname}%{api}
Version:	2.24.5
Release:	7
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
# (fc) 2.22.1-2mdv link with math library
Patch0:		libgnomeui-2.22.1-floor.patch
BuildRequires:	intltool
BuildRequires:	gnome-common
BuildRequires:	gtk-doc >= 0.9
BuildRequires:	pkgconfig(gconf-2.0) >= 1.1.11
BuildRequires:	pkgconfig(gdk-pixbuf-2.0) >= 2.12.0
BuildRequires:	pkgconfig(gio-2.0) >= 2.16.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.16.0
BuildRequires:	pkgconfig(gnome-keyring-1) >= 0.4
BuildRequires:	pkgconfig(gnome-vfs-2.0) >= 2.7.3
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libbonoboui-2.0) >= 2.13.1
BuildRequires:	pkgconfig(libglade-2.0) >= 2.0.0
BuildRequires:	pkgconfig(libgnome-2.0) >= 2.13.7
BuildRequires:	pkgconfig(libgnomecanvas-2.0) >= 2.0.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.4.20
BuildRequires:	pkgconfig(pango) >= 1.1.2
Requires:	gnome-icon-theme

%description
Data files for the GNOME UI library such as translations.

%files -f %{pkgname}-2.0.lang
%doc AUTHORS NEWS README
%{_libdir}/libglade/2.0/*.so
%{_datadir}/pixmaps/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GNOME libraries
Group:		System/Libraries

%description -n %{libname}
GNOME library contains extra widgets to let your GNOME applications
really shine.

%files -n %{libname}
%{_libdir}/libgnomeui-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries, include files for GNOME
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development library, headers files and documentation needed in order
to develop applications using the GNOME library.

%files -n %{devname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{pkgname}-%{version}
%apply_patches

#needed by patch0
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--enable-gtk-doc \
	--enable-compile-warnings=no

%make

%install
%makeinstall_std

%find_lang %{pkgname}-2.0

%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.24.5-7
+ Revision: 4b91fce
- Disable compile warnings, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17200 |14mr|libgnomeuimm2.6-2.28.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname libgnomeuimm
%define major 1
%define api_version 2.6
%define libname_orig	%mklibname gnomeuimm %{api_version}
%define libname		%mklibname gnomeuimm %{api_version} %{major}
%define develname %mklibname -d gnomeuimm %{api_version}

Summary:	A C++ wrapper for GNOME UI library
Name:		%{pkgname}%{api_version}
Version:	2.28.0
Release:	7
License:	LGPLv2+
Group:		System/Libraries
URL:		http://gtkmm.sourceforge.net/
Source:		http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(gnome-vfsmm-2.6)
BuildRequires:	pkgconfig(gconfmm-2.6)
BuildRequires:	pkgconfig(libgnomemm-2.6)
BuildRequires:	pkgconfig(libgnomecanvasmm-2.6)
BuildRequires:	pkgconfig(libglademm-2.4)
BuildRequires:	pkgconfig(expat)
BuildRequires:	doxygen

%description
This library provides a C++ wrapper for GNOME UI library.
It is a subpackage of the gnomemm project, which provides C++ binding
of various GNOME libraries.


%package	-n %{libname}
Summary:	A C++ wrapper for GNOME UI library
Group:		System/Libraries
Provides:	%{libname_orig} = %{version}-%{release}
Provides:	%{pkgname} = %{version}-%{release}

%description	-n %{libname}
This library provides a C++ wrapper for GNOME UI library.
It is a subpackage of the gnomemm project, which provides C++ binding
of various GNOME libraries.


%package	-n %{develname}
Summary:	Development files for libgnomeui C++ wrapper
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{pkgname}-devel = %{version}-%{release}

%description	-n %develname
This package contains all necessary files, including libraries and headers,
that C++ programmers will need to develop applications which use
%{pkgname}, the C++ interface to libgnomeui.

It is necessary when compiling applications which use %{pkgname} as well.


%package	doc
Summary:	Documentation of %{pkgname} library
Group:		Books/Other

%description	doc
This package provides API documentation of %{pkgname} library.

%prep
%setup -q -n %{pkgname}-%{version}

%build
%configure2_5x --disable-static
%make

### Build doc
pushd docs/reference
  perl -pi -e 's/^(HAVE_DOT.*=) YES$/$1 NO/' Doxyfile
  make all
popd

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS COPYING
%{_libdir}/libgnomeuimm-%{api_version}.so.%{major}*

%files -n %{develname}
%doc COPYING ChangeLog TODO
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/%{pkgname}-%{api_version}

%files doc
%doc docs/reference/html 


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.28.0-7
+ Revision: 6e7e127
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17201 |14mr|libgoogle-data-mono-1.8.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: .NET library for the Google Data API 
Name:    libgoogle-data-mono
Version: 1.8.0.0
Release: 4
Source0: http://google-gdata.googlecode.com/files/%{name}-%{version}.tar.gz
License: Apache License
Group: Development/Other
Url: http://code.google.com/p/google-gdata/
BuildRequires: mono-devel
BuildArch: noarch

%description
The Google Data APIs (GData) provide a simple protocol for reading and
writing data on the web.

Each of the following Google services provides a Google data API:

    * Base
    * Blogger
    * Calendar
    * Spreadsheets
    * Google Apps Provisioning
    * Code Search
    * Notebook
    * Picasa Web Albums
    * Document Feed
    * Contacts
    * You Tube
    * Google Health 

The GData .NET Client Library provides a library and source code that
make it easy to access data through Google Data APIs.

%package devel
Group: Development/Other
Summary:.NET library for the Google Data API 
Requires: %name = %version-%release

%description devel
The Google Data APIs (GData) provide a simple protocol for reading and
writing data on the web.

Each of the following Google services provides a Google data API:

    * Base
    * Blogger
    * Calendar
    * Spreadsheets
    * Google Apps Provisioning
    * Code Search
    * Notebook
    * Picasa Web Albums
    * Document Feed
    * Contacts
    * You Tube
    * Google Health 

The GData .NET Client Library provides a library and source code that
make it easy to access data through Google Data APIs.


%prep
%setup -q
%apply_patches

%build
#gw: trying to work around a BS problem, don't use parallel make
make PREFIX=%_prefix

%install
%makeinstall_std PREFIX=%_prefix
mkdir -p %buildroot%_datadir/
mv %buildroot%_prefix/lib/pkgconfig %buildroot%_datadir/

%check
#gw fails in 1.4.0.2
#make test

%files
%doc LICENSE-2.0.txt
%_prefix/lib/mono/GData-Sharp
%_prefix/lib/mono/gac/*

%files devel
%doc RELEASE_NOTES.HTML
%_datadir/pkgconfig/*.pc





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.0.0-4
+ Revision: 99d891b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17202 |14mr|libgpg-error-1.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname gpg-error %{major}
%define	devname	%mklibname gpg-error -d

%bcond_with	uclibc

Summary:	Library containing common error values for GnuPG components
Name:		libgpg-error
Version:	1.12
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnupg.org/
Source0:	ftp://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.bz2
# comment out to workaround abf issue
#Source1:	%{SOURCE0}.sig
Patch0:		libgpg-error-1.12-libdir.patch
Patch1:		libgpg-error-1.12-pkgconfig.patch
BuildRequires:	gettext-devel
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.33.2-15
%endif

%description
This is a library that defines common error values for all GnuPG
components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
pinentry, SmartCard Daemon and possibly more in the future.

%package	common
Summary:	Common files for libgpg-error
Group:		System/Libraries
BuildArch:	noarch
Conflicts:	libgpg-error < 1.7

%description	common
This package contains the common files that are used by the
libgpg-error library.

%package -n	%{libname}
Summary:	Library containing common error values for GnuPG components
Group:		System/Libraries
Requires:	%{name}-common >= %{version}-%{release}

%description -n	%{libname}
This is a library that defines common error values for all GnuPG
components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
pinentry, SmartCard Daemon and possibly more in the future.

%package -n	uclibc-%{libname}
Summary:	Library containing common error values for GnuPG components (uClibc build)
Group:		System/Libraries

%description -n	uclibc-%{libname}
This is a library that defines common error values for all GnuPG
components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
pinentry, SmartCard Daemon and possibly more in the future.

%package -n	%{devname}
Summary:	Development related files of %{name}
Group:		Development/Other
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
%if %{with uclibc}
Requires:	uclibc-%{libname} = %{version}-%{release}
%endif

%description -n	%{devname}
This package contains headers and other necessary files to develop 
or compile applications that use %{name}.

%prep
%setup -q
%apply_patches

%build
#fix build with new automake
sed -i -e 's,AM_PROG_MKDIR_P,AC_PROG_MKDIR_P,g' configure.*
autoreconf -fi
CONFIGURE_TOP="$PWD"
%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%uclibc_configure
%make
popd
%endif

mkdir -p system
pushd system
%configure2_5x
%make
popd

%check
make -C system check

%install
%if %{with uclibc}
%makeinstall_std -C uclibc
mkdir -p %{buildroot}%{uclibc_root}/%{_lib}
mv %{buildroot}%{uclibc_root}%{_libdir}/libgpg-error.so.%{major}* %{buildroot}%{uclibc_root}/%{_lib}
ln -srf %{buildroot}%{uclibc_root}/%{_lib}/libgpg-error.so.%{major}.*.* %{buildroot}%{uclibc_root}%{_libdir}/libgpg-error.so

rm -r %{buildroot}%{uclibc_root}%{_libdir}/pkgconfig
rm -r %{buildroot}%{uclibc_root}%{_bindir}
%endif

%makeinstall_std -C system

mkdir -p %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libgpg-error.so.%{major}* %{buildroot}/%{_lib}
ln -srf %{buildroot}/%{_lib}/libgpg-error.so.%{major}.*.* %{buildroot}%{_libdir}/libgpg-error.so

%multiarch_binaries %{buildroot}%{_bindir}/gpg-error-config

%find_lang %{name}

%files common -f %{name}.lang

%files -n %{libname}
/%{_lib}/libgpg-error.so.%{major}*

%if %{with uclibc}
%files -n uclibc-%{libname}
%{uclibc_root}/%{_lib}/libgpg-error.so.%{major}*
%endif

%files -n %{devname}
%doc AUTHORS ChangeLog NEWS README
%{multiarch_bindir}/gpg-error-config
%{_bindir}/gpg-error
%{_bindir}/gpg-error-config
%{_datadir}/aclocal/gpg-error.m4
%{_libdir}/libgpg-error.so
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libgpg-error.so
%endif
%{_libdir}/pkgconfig/gpg-error.pc
%{_includedir}/gpg-error.h
%{_datadir}/common-lisp/source/gpg-error


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.12-2
+ Revision: 2ffcf36
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17203 |14mr|libgphoto-2.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sname	gphoto2
%define major	6
%define majport	10
%define libname	%mklibname %{sname}_ %{major}
%define libport	%mklibname %{sname}_port %{majport}
%define devname	%mklibname gphoto -d


Summary:	Library to access digital cameras
Name:		libgphoto
Version:	2.5.4
Release:	2
License:	LGPL+ and GPLv2+ and (LGPL+ or BSD-like)
Group:		Graphics
Url:		http://sourceforge.net/projects/gphoto/
Source0:	http://downloads.sourceforge.net/project/gphoto/%{name}/%{version}/%{name}2-%{version}.tar.bz2
#Fedora patchset
Patch1:		gphoto2-pkgcfg.patch
Patch2:		gphoto2-storage.patch
Patch3:		gphoto2-ixany.patch
Patch4:		gphoto2-device-return.patch
BuildRequires:	findutils
BuildRequires:	gd-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	libtool-devel
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(lockdev)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	systemd
Requires:	lockdev

%description
The gPhoto2 project is a universal, free application and library
framework that lets you download images from several different
digital camera models, including the newer models with USB
connections. Note that
a) for some older camera models you must use the old "gphoto" package.
b) for USB mass storage models you must use the driver in the kernel

This package contains the library that digital camera applications
can use.

Frontends (GUI and command line) are available separately.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to access to digital cameras
Group:		Graphics
Provides:	%{name} = %{EVRD}
Requires:	%{name}-common
Conflicts:	%{_lib}gphoto6 < 2.5.1.1-2
Obsoletes:	%{_lib}gphoto6 < 2.5.1.1-2

%description -n %{libname}
This library contains all the functionality to access to modern digital
cameras via USB or the serial port.

%files -n %{libname}
%{_libdir}/libgphoto2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libport}
Summary:	Library to access to digital cameras
Group:		Graphics
Suggests:	%{name}-common = %{EVRD}
Conflicts:	%{_lib}gphoto6 < 2.5.1.1-2

%description -n %{libport}
This library contains all the functionality to access to modern digital
cameras via USB or the serial port.

%files -n %{libport}
%{_libdir}/libgphoto2_port.so.%{majport}*

#----------------------------------------------------------------------------

%package common
Summary:	Non-library files for libgphoto
Group:		Graphics
Requires:	%{libname} = %{EVRD}
Requires:	%{libport} = %{EVRD}

%description common
Non-library files for libgphoto.

%files common -f %{name}.lang
%{_datadir}/libgphoto2
%{_libdir}/libgphoto2
%{_libdir}/libgphoto2_port
/lib/udev/rules.d/40-libgphoto2.rules
/lib/udev/check-ptp-camera

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and links to compile against the "%{libname}" library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libport} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains all files which one needs to compile programs using
the "%{libname}" library.

%files -n %{devname}
%{_bindir}/*
%{_includedir}/gphoto2
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_mandir}/man3/*
%docdir %{_docdir}/%{libname}
%{_docdir}/%{libname}
%doc ABOUT-NLS ChangeLog HACKING MAINTAINERS TESTERS

#----------------------------------------------------------------------------

%prep
%setup -qn lib%{sname}-%{version}
%apply_patches

%build
export udevscriptdir=/lib/udev
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--with-drivers=all \
	--with-doc-dir=%{_docdir}/%{libname}

# Don't use rpath!
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libgphoto2_port/libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libgphoto2_port/libtool

%make

%install
%makeinstall_std

# remove circular symlink in /usr/include/gphoto2 (#460807)
rm -f %{buildroot}%{_includedir}/gphoto2/gphoto2

# # Output udev rules for device identification; this is used by GVfs gphoto2
# backend and others.
#
# Btw, since it's /lib/udev, never e.g. /lib64/udev, we hardcode the path
#
mkdir -p %{buildroot}/lib/udev/rules.d
LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{buildroot}%{_libdir}/libgphoto2/print-camera-list udev-rules version 136 > %{buildroot}/lib/udev/rules.d/40-libgphoto2.rules

# remove unneeded print-camera-list from libdir (Fedora #745081)
rm -f %{buildroot}%{_libdir}/libgphoto2/print-camera-list

%find_lang libgphoto2-6
%find_lang libgphoto2_port-10
cat libgphoto2-6.lang libgphoto2_port-10.lang > %{name}.lang

# Multiarch setup
%multiarch_binaries %{buildroot}%{_bindir}/gphoto2-config

%multiarch_binaries %{buildroot}%{_bindir}/gphoto2-port-config

# Don't need to package this
rm -f %{buildroot}%{_docdir}/%{libname}/COPYING


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5.4-2
+ Revision: 040fe6c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17204 |14mr|libgpod-0.8.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0

%define major 4
%define libname %mklibname gpod %{major}
%define devname %mklibname gpod -d

Summary:	Library to access an iPod audio player
Name:		libgpod
Version:	0.8.2
Release:	4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gtkpod.org/
Source0:	http://prdownloads.sourceforge.net/gtkpod/%{name}-%{version}.tar.bz2
BuildRequires:	gtk-doc
BuildRequires:	eject
BuildRequires:	intltool
BuildRequires:	sg3_utils-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libimobiledevice-1.0)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(udev)

%description
libgpod is a library meant to abstract access to an iPod content. It
provides an easy to use API to retrieve the list of files and playlist
stored on an iPod, to modify them and to save them back to the iPod.

%files -f %{name}.lang
%doc README* AUTHORS
%{_bindir}/ipod-read-sysinfo-extended
/lib/udev/iphone-set-info
/lib/udev/ipod-set-info
/lib/udev/rules.d/90-libgpod.rules

#----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	Library to access an iPod audio player
Requires:	eject
#gw this is needed to have the udev script started after connecting an ipod
Requires:	%{name}

%description -n %{libname}
libgpod is a library meant to abstract access to an iPod content. It
provides an easy to use API to retrieve the list of files and playlist
stored on an iPod, to modify them and to save them back to the iPod.

%files -n %{libname}
%{_libdir}/libgpod.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Library to access an iPod audio player
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{name}-sharp = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
libgpod is a library meant to abstract access to an iPod content. It
provides an easy to use API to retrieve the list of files and playlist
stored on an iPod, to modify them and to save them back to the iPod.

%files -n %{devname}
%doc ChangeLog
%{_libdir}/libgpod.so
%{_libdir}/libgpod.*a
%{_libdir}/pkgconfig/libgpod-%{api}.pc
%{_libdir}/pkgconfig/libgpod-sharp.pc
%{_includedir}/gpod-%{api}/
%{_datadir}/gtk-doc/html/*

#----------------------------------------------------------------------------

%package -n python-gpod
Summary:	Python module for iPod access
Group:		Development/Python
BuildRequires:	mutagen
BuildRequires:	swig
BuildRequires:	docbook-dtd412-xml
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(python)
Requires:	mutagen

%description -n python-gpod
libgpod is a library meant to abstract access to an iPod content. It
provides an easy to use API to retrieve the list of files and playlist
stored on an iPod, to modify them and to save them back to the iPod.

This is a Python binding for libgpod.

%files -n python-gpod
%{py_platsitedir}/gpod/

#----------------------------------------------------------------------------

%package sharp
Summary:	Mono binding to libgpod for iPod access
Group:		Development/Other
BuildRequires:	gtk-sharp2
BuildRequires:	pkgconfig(gapi-2.0)
BuildRequires:	pkgconfig(mono)
Requires:	%{libname} = %{EVRD}

%description sharp
libgpod is a library meant to abstract access to an iPod content. It
provides an easy to use API to retrieve the list of files and playlist
stored on an iPod, to modify them and to save them back to the iPod.

This is a Mono binding for libgpod.

%files sharp
%dir %{_libdir}/%{name}/
%{_libdir}/%{name}/libgpod-sharp*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-gtk-doc \
	--enable-udev \
	--without-hal

%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.2-4
+ Revision: 7e33060
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17205 |14mr|libgsasl-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	libgsasl
%define version	1.8.0
%define release	2
%define major 7
%define libname %mklibname gsasl %major
%define develname %mklibname -d gsasl
%define develnamest %mklibname -d -s gsasl

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Implementation of the Simple Authentication and Security Layer framework
License:	LGPLv2+
Group:		System/Libraries
Source0:	ftp://ftp.gnu.org/gnu/gsasl/%{name}-%{version}.tar.gz
URL:		http://www.gnu.org/software/gsasl/

%description
GNU SASL is an implementation of the Simple Authentication and 
Security Layer framework and a few common SASL mechanisms. SASL 
is used by network servers (e.g., IMAP, SMTP) to request 
authentication from clients, and in clients to authenticate against 
servers.

%files -f %name.lang
#--------------------------------------------------------------------

%package -n %libname
Group: System/Libraries
Summary: Implementation of the Simple Authentication and Security Layer framework

%description -n %libname
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL
is used by network servers (e.g., IMAP, SMTP) to request
authentication from clients, and in clients to authenticate against
servers.

%files -n %libname
%_libdir/libgsasl.so.%{major}
%_libdir/libgsasl.so.%{major}.*

#--------------------------------------------------------------------

%package -n %develname
Group: Development/C
Summary: Implementation of the Simple Authentication and Security Layer framework
Requires: %libname = %version
Provides: %name-devel = %version-%release

%description -n %develname
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL
is used by network servers (e.g., IMAP, SMTP) to request
authentication from clients, and in clients to authenticate against
servers.

%files -n %develname
%_libdir/pkgconfig/libgsasl.pc
%_libdir/libgsasl.so
%_includedir/gsasl-compat.h
%_includedir/gsasl-mech.h
%_includedir/gsasl.h

#-------------------------------------------------------------------

%package -n %develnamest
Group: Development/C
Summary: Implementation of the Simple Authentication and Security Layer framework
Requires: %libname = %version
Provides: %name-devel-static = %version-%release
Requires: %name-devel = %version-%release

%description -n %develnamest
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL
is used by network servers (e.g., IMAP, SMTP) to request
authentication from clients, and in clients to authenticate against
servers.

%files -n %develnamest
%_libdir/libgsasl.a

#--------------------------------------------------------------------

%prep
%setup -q 

%build
%configure2_5x
%make

%install
%makeinstall_std
%find_lang %name



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.0-2
+ Revision: 20942e2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17206 |14mr|libgsf-1.14.30-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	1
%define major	114
%define libname	%mklibname gsf- %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname	%mklibname -d gsf- %{api}


Summary:	GNOME Structured File library

Name:		libgsf
Epoch:		1
Version:	1.14.30
Release:	2
Group:		System/Libraries
License:	LGPLv2
URL:		http://www.gnumeric.org
Source0:	ftp://ftp.gnome.org:21/pub/GNOME/sources/libgsf/1.14/%{name}-%{version}.tar.xz

BuildRequires:	GConf2
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	bzip2-devel
BuildRequires:	pygtk2.0-devel
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.8.0
BuildRequires:	pkgconfig(gnome-vfs-2.0) >= 2.2.0
BuildRequires:	pkgconfig(gnome-vfs-module-2.0) >= 2.2.0
BuildRequires:	pkgconfig(gobject-2.0) >= 2.6.0
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6.4
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0 
BuildRequires:	pkgconfig(libbonobo-2.0) >= 2.0.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.4.16
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(pygobject-2.0)

%description
A library for reading and writing structured files (eg MS OLE and Zip).

%package -n %{libname}
Summary:	%{summary}

Group:		%{group}

%description -n %{libname}
A library for reading and writing structured files (eg MS OLE and Zip).

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}

Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Support files necessary to compile applications with libgsf

Group:		Development/C
Requires:	%{libname} = %{epoch}:%{version}-%{release}
Requires:	%{girname} = %{epoch}:%{version}-%{release}
Provides:	%{name}-%{api}-devel = %{epoch}:%{version}-%{release}
Provides:	%{name}-devel = %{epoch}:%{version}-%{release}
Obsoletes:	%mklibname -d gsf- 1 114

%description -n %{devname}
Libraries, headers, and support files necessary to compile
applications using libgsf.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-python \
	--enable-gtk-doc \
	--enable-introspection

%make

%install
%makeinstall_std

# remove unpackaged files
rm -rf %{buildroot}%{_datadir}/doc/libgsf

%find_lang libgsf

%files -f %{name}.lang
%doc AUTHORS COPYING README
# %{_bindir}/gsf
%{_bindir}/gsf-vba-dump
%{_bindir}/gsf-office-thumbnailer
%{_datadir}/thumbnailers/gsf-office.thumbnailer
%{_mandir}/man1/*
%{_bindir}/gsf
%{_datadir}/gtk-doc/html/gsf

%files -n %{libname}
%{_libdir}/libgsf*-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gsf-%{api}.typelib

%files -n %{devname}
# %doc %{_datadir}/gtk-doc/html/gsf
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/*.gir

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.14.30-2
+ Revision: 5f4c0af
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17207 |14mr|libgssglue-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname gssglue %{major}
%define develname %mklibname gssglue -d

Summary:	A mechanism-switch gssapi library
Name:		libgssglue
Version:	0.4
Release:	2
License:	BSD-like
Group:		System/Libraries
URL:		http://www.citi.umich.edu/projects/nfsv4/linux/
Source0:        http://www.citi.umich.edu/projects/nfsv4/linux/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	krb5-devel >= 1.3

%description
libgssglue provides a gssapi interface, but does not implement any
gssapi mechanisms itself; instead it calls other gssapi functions
(e.g., those provided by MIT Kerberos), depending on the requested
mechanism, to do the work.

%package -n	%{libname}
Summary:	A mechanism-switch gssapi library
Group:		System/Libraries

%description -n	%{libname}
libgssapi provides a gssapi interface, but does not implement any
gssapi mechanisms itself; instead it calls other gssapi functions
(e.g., those provided by MIT Kerberos), depending on the requested
mechanism, to do the work.

%package -n	%{develname}
Summary:	Static library and header files for the libgssapi library
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	gssglue-devel = %{version}-%{release}
Obsoletes:	%{mklibname gssapi 2 -d}

%description -n	%{develname}
libgssapi provides a gssapi interface, but does not implement any
gssapi mechanisms itself; instead it calls other gssapi functions
(e.g., those provided by MIT Kerberos), depending on the requested
mechanism, to do the work.

This package contains the static libgssapi library and its
header files.

%prep
%setup -q
# lib64 fix
perl -pi -e "s|/usr/lib|%{_libdir}|g" doc/gssapi_mech.conf

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}

%makeinstall_std

%multiarch_includes %{buildroot}%{_includedir}/gssglue/gssapi/gssapi.h

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{multiarch_includedir}/gssglue/gssapi/gssapi.h
%{_includedir}/gssglue/gssapi/gssapi.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/libgssglue.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-2
+ Revision: 87b648a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17208 |14mr|libgtkhtml2-2.11.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname libgtkhtml
%define lib_major 0
%define api_version 2
%define libname %mklibname gtkhtml %{api_version} %{lib_major}
%define libnamedev %mklibname -d gtkhtml %{api_version}

Summary:	GtkHTML 2
Name:		%{pkgname}%{api_version}
Version:	2.11.1
Release:	11
License:	LGPL
Url:		http://www.gnome.org/
Group:		System/Libraries
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
Patch0:		libgtkhtml-2.11.1-wformat.patch
BuildRequires:	pkgconfig(gail)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%description
GtkHTML 2

%package -n %{libname}
Summary:	%{summary}
Group:		%{group}

%description -n %{libname}
GtkHTML 2 shared library

%package -n %{libnamedev}
Summary:	Static libraries, include files for GtkHTML2
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Provides:	gtkhtml2-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{libnamedev}
GtkHTML2 development files

%prep
%setup -q -n %{pkgname}-%{version}
%patch0 -p1 -b .wformat

%build
%configure2_5x --disable-static

%make LIBS="-lm"

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libgtkhtml-%{api_version}.so.%{lib_major}*

%files -n %{libnamedev}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.11.1-11
+ Revision: ba2f36c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17209 |14mr|libgtop2-2.28.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# build_example: Compiles example binaries as well
#	0 = no
#	1 = yes
%define build_example	0

# End of user configurable section

%{?_without_example: %{expand: %%define build_example 0}}
%{?_with_example: %{expand: %%define build_example 1}}

%define req_glib2_version	2.0.0

%define	pkgname		libgtop
%define api_version	2.0
%define lib_major	7
%define libname	%mklibname gtop %{api_version} %{lib_major}
%define libnamedev %mklibname -d gtop %{api_version}
%define last_abi_break_version 2.14.0

Summary:	The LibGTop library
Name:     	%{pkgname}2
Version: 2.28.3
Release: 8
License:	GPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org/

Source0: 	http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
BuildRequires:	glib2-devel >= %{req_glib2_version}
BuildRequires:	gobject-introspection-devel
BuildRequires:	libxau-devel
BuildRequires:	texinfo
BuildRequires:	gtk-doc
BuildRequires:  intltool

%description
LibGTop is a library that fetches information about the running
system such as CPU and memory useage, active processes and more.

On Linux systems, this information is taken directly from the /proc
filesystem while on other systems a server is used to read that
information from other /dev/kmem, among others.

%package -n %{libname}
Summary:	%{summary}
Group:		%{group}
Provides:	%{pkgname}%{api_version} = %{version}-%{release}
Requires:   %{name} >= %{version}
Requires:	glib2 >= %{req_glib2_version}

%description -n %{libname}
LibGTop is a library that fetches information about the running
system such as CPU and memory useage, active processes and more.

On Linux systems, this information is taken directly from the /proc
filesystem while on other systems a server is used to read that
information from other /dev/kmem, among others.

%package -n %{libnamedev}
Summary:	Development files for %{pkgname}
Group:		Development/GNOME and GTK+
Provides:	%{pkgname}%{api_version}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Requires:	glib2-devel >= %{req_glib2_version}
Conflicts:	%{pkgname}%{api_version}-devel < %{last_abi_break_version}
Obsoletes: %mklibname -d gtop %{api_version} %{lib_major}

%description -n %{libnamedev}
LibGTop is a library that fetches information about the running
system such as CPU and memory useage, active processes and more.

Install this package if you wish to develop applications that access
information on system statistics such as CPU and memory usage.

%prep
%setup -q -n %{pkgname}-%{version}

%build
%configure2_5x \
%if %build_example
	--with-libgtop-examples
%endif

%make


%install
%makeinstall_std 
%{find_lang} %{pkgname}-%{api_version}


%files -f %{pkgname}-%{api_version}.lang
%defattr(-, root, root)
%doc NEWS README
%if %build_example
%dir %{_libdir}/%{pkgname}
%{_libdir}/%{pkgname}/first*
%{_libdir}/%{pkgname}/mountlist*
%{_libdir}/%{pkgname}/netload*
%{_libdir}/%{pkgname}/procmap*
%{_libdir}/%{pkgname}/second*
%{_libdir}/%{pkgname}/smp*
%{_libdir}/%{pkgname}/sysdeps*
%{_libdir}/%{pkgname}/timings*
%endif

%files -n %{libname}
%defattr(-, root, root)
%doc NEWS README
%{_libdir}/lib*.so.%{lib_major}*
%{_libdir}/girepository-1.0/GTop-%{api_version}.typelib

%files -n %{libnamedev}
%defattr(-, root, root)
%doc AUTHORS ChangeLog
%doc %_datadir/gtk-doc/html/*
%{_includedir}/%{pkgname}-%{api_version}
%{_libdir}/lib*.so
%attr(644,root,root) %{_libdir}/*a
%{_libdir}/pkgconfig/*
%{_infodir}/*.info*
%_datadir/gir-1.0/GTop-%{api_version}.gir



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.28.3-8
+ Revision: 71fe5d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17210 |14mr|libguess-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname guess %{major}
%define develname %mklibname -d guess

Summary:	A high-speed character set detection library
Name:		libguess
Version:	1.1
Release:	3
License:	BSD
Group:		System/Libraries
Url:		http://www.atheme.org/project/guess
Source0:	http://distfiles.atheme.org/%{name}-%{version}.tar.bz2
BuildRequires:	libmowgli-devel >= 0.7.0

%description
Libguess is a high-speed character set detection library. It employs 
discrete-finite automata to deduce the character set of an imput buffer.

%package -n %{libname}
Group:		System/Libraries
Summary:	A high-speed character set detection library

%description -n %{libname}
Libguess is a high-speed character set detection library. It employs 
discrete-finite automata to deduce the character set of an imput buffer.

%package -n %{develname}
Group:		Development/C
Summary:	A high-speed character set detection library
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Libguess is a high-speed character set detection library. It employs 
discrete-finite automata to deduce the character set of an imput buffer.

Install this if you want to build applications with %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libguess.so.%{major}*

%files -n %{develname}
%{_libdir}/libguess.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 4ca99ef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17211 |14mr|libgusb-0.1.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major     2
%define girname %mklibname gusb-gir %{api}
%define libname   %mklibname gusb %{major}
%define develname %mklibname gusb -d

Summary:   GLib wrapper around libusb1
Name:      libgusb
Version:   0.1.6
Release:   5
License:   LGPLv2+
Group:     System/Libraries
URL:       https://gitorious.org/gusb/
Source0:   http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz

BuildRequires: glib2-devel >= 2.16.1
BuildRequires: libtool
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(libusb-1.0)

%description
GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper
cancellation and integration into a mainloop.

%package -n %{libname}
Summary:   GLib wrapper around libusb1
Group:     System/Libraries

%description -n %{libname}
GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper
cancellation and integration into a mainloop.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Conflicts: %{libname} < %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Summary: Libraries and headers for gusb
Group: Development/C
Provides: %{name}-devel = %{EVRD}
Requires: %{libname} = %{version}
Requires: %{girname} = %{version}


%description -n %{develname}
GLib headers and libraries for gusb.

%prep
%setup -q

%build
autoreconf -fi
%configure \
        --disable-static \
        --disable-dependency-tracking

%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/libgusb.la

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files -n %{libname}
%{_libdir}/libgusb.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GUsb-%{api}.typelib

%files -n %{develname}
%doc README AUTHORS NEWS COPYING
%{_includedir}/gusb-1
%{_libdir}/libgusb.so
%{_libdir}/pkgconfig/gusb.pc
%{_datadir}/gtk-doc/html/gusb
%{_datadir}/gir-1.0/GUsb-*.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.6-5
+ Revision: 8b006c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17212 |14mr|libgweather2-2.30.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libgweather
%define major 1
%define libname %mklibname gweather %{major}
%define develname %mklibname -d gweather %{major}
%define olddevelname %mklibname -d gnome-applets

Summary:	GNOME Weather applet library
Name:		libgweather2
Version:	2.30.3
Release:	10
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{oname}/%{oname}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	intltool
BuildRequires:	libxml2-utils
#gw libtool dep:
BuildRequires:	pkgconfig(dbus-glib-1)
Conflicts:	gnome-applets < 2.21.3
Conflicts:	%{oname}

%description
This is a library to provide Weather data to the GNOME panel applet.

%package -n %{libname}
Group:		System/Libraries
Summary:	GNOME Weather applet library

%description -n %{libname}
This is a library to provide Weather data to the GNOME panel applet.

%package -n %{develname}
Group:		Development/C
Summary:	GNOME Weather applet library
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{olddevelname} < 2.21.3

%description -n %{develname}
This is a library to provide Weather data to the GNOME panel applet.

%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{oname}
for xmlfile in %{buildroot}%{_datadir}/%{oname}/Locations.*.xml; do
echo "%lang($(basename $xmlfile|sed -e s/Locations.// -e s/.xml//)) $(echo $xmlfile | sed s!%{buildroot}!!)" >> %{oname}.lang
done

%preun
%preun_uninstall_gconf_schemas gweather


%files -f %{oname}.lang
%doc AUTHORS NEWS
%{_sysconfdir}/gconf/schemas/gweather.schemas
%dir %{_datadir}/%{oname}
%{_datadir}/%{oname}/locations.dtd
%{_datadir}/%{oname}/Locations.xml
%{_datadir}/icons/gnome/*/status/weather*

%files -n %{libname}
%{_libdir}/libgweather.so.%{major}*

%files -n %{develname}
%doc ChangeLog
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*
%{_datadir}/gtk-doc/html/%{oname}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.30.3-10
+ Revision: 3631a99
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17213 |14mr|libgweather-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)


%define api		3
%define major		6
%define gir_major	3.0

%define libname		%mklibname gweather %{api} %{major}
%define develname	%mklibname -d gweather
%define girname		%mklibname gweather-gir %{gir_major}
%define olddevelname %mklibname -d gnome-applets

Summary:	GNOME Weather applet library
Name:		libgweather
Version:	3.12.2
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/libgweather/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	libxml2-utils
BuildRequires:	pkgconfig(gconf-2.0) GConf2
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libsoup-gnome-2.4)
BuildRequires:	pkgconfig(libxml-2.0)

%description
This is a library to provide Weather data to the GNOME panel applet.

%package -n %{libname}
Group:		System/Libraries
Summary:	GNOME Weather applet library
Requires:	%{name} >= %{version}-%{release}

Obsoletes:	%{_lib}gweather3_1 < %{version}
Obsoletes:	%{_lib}gweather3_3 < %{version}

%description -n %{libname}
This is a library to provide Weather data to the GNOME panel applet.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Group:		Development/C
Summary:	GNOME Weather applet library
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{olddevelname} < 2.21.3

%description -n %{develname}
This is a library to provide Weather data to the GNOME panel applet.

%prep
%setup -q

%build
%configure2_5x \
	--enable-introspection=yes \
	--disable-static \
	--disable-gtk-doc 

%make 

%install
%makeinstall_std
%find_lang %{name}-3.0 --all-name

%files -f %{name}-3.0.lang
%doc AUTHORS NEWS
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/locations.dtd
%{_datadir}/%{name}/Locations.xml
%{_datadir}/icons/gnome/*/status/weather*
%{_datadir}/glib-2.0/schemas/org.gnome.GWeather.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.GWeather.gschema.xml

%files -n %{libname}
%{_libdir}/libgweather-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GWeather-%{gir_major}.typelib

%files -n %{develname}
%doc ChangeLog
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*
%{_datadir}/gtk-doc/html/%{name}-3.0
%{_datadir}/gir-1.0/GWeather-%{gir_major}.gir

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 6c74324
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17214 |14mr|libgxim-0.3.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname gxim %major
%define develname %mklibname -d gxim

Name:		libgxim
Version:	0.3.3
Release:	4
License:	LGPLv2+
URL:		http://code.google.com/p/libgxim/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:	intltool gettext ruby
BuildRequires:	dbus-devel > 0.23
BuildRequires:	dbus-glib-devel >= 0.74
BuildRequires:	glib2-devel >= 2.16
BuildRequires:	gtk2-devel
Source0:	http://libgxim.googlecode.com/files/%{name}-%{version}.tar.bz2
Patch0:		libgxim-fix-fontset.patch
Patch1:		libgxim-0.3.3-link.patch
Patch2:		libgxim-0.3.3-str-fmt.patch
Summary:	GObject-based XIM protocol library
Group:		System/Libraries

%description
libgxim is a X Input Method protocol library that is implemented by GObject.
this library helps you to implement XIM servers or client applications to
communicate through XIM protocol without using Xlib API directly, particularly
if your application uses GObject-based main loop.

%package	i18n
Summary:	Translation files for libgxim
Group:		System/Internationalization

%description	i18n
libgxim is a X Input Method protocol library that is implemented by GObject.
this library helps you to implement XIM servers or client applications to
communicate through XIM protocol without using Xlib API directly, particularly
if your application uses GObject-based main loop.

This package contains the translation files.

%package -n	%libname
Summary:	Shared library for libgxim
Group:		System/Libraries
Requires:	%{name}-i18n = %version

%description -n	%libname
libgxim is a X Input Method protocol library that is implemented by GObject.
this library helps you to implement XIM servers or client applications to
communicate through XIM protocol without using Xlib API directly, particularly
if your application uses GObject-based main loop.

This package contains the shared library.

%package -n	%develname
Summary:	Development files for libgxim
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	gxim-devel = %{version}-%{release}

%description -n	%develname
libgxim is a X Input Method protocol library that is implemented by GObject.
this library helps you to implement XIM servers or client applications to
communicate through XIM protocol without using Xlib API directly, particularly
if your application uses GObject-based main loop.

This package contains the development files to make any applications with
libgxim.

%prep
%setup -q
%patch0 -p0 -b .0-fontset
%patch1 -p0 -b .link
%patch2 -p0 -b .str

%build
%configure2_5x --disable-static --disable-rebuilds
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files i18n -f %{name}.lang
%defattr(-, root, root, -)

%files -n %{libname}
%defattr(-, root, root, -)
%{_libdir}/libgxim.so.%{major}
%{_libdir}/libgxim.so.%{major}.*

%files -n %{develname}
%defattr(-, root, root, -)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/libgxim.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/libgxim
%{_datadir}/gtk-doc/html/libgxim



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.3-4
+ Revision: 4c6c1a2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17215 |14mr|libgxps-0.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 0.1
%define major 2
%define libname %mklibname gxps %{major}
%define girname %mklibname gxps-gir %{api}
%define devname %mklibname gxps -d

Summary:	GObject based library for handling and rendering XPS documents
Name:		libgxps
Version:	0.2.2
Release:	4
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.gnome.org/
Source0:	http://download.gnome.org/sources/libgxps/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		libgxps-0.2.1_linking.patch
BuildRequires:	gtk-doc
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(cairo-pdf)
BuildRequires:	pkgconfig(cairo-ps)
BuildRequires:	pkgconfig(cairo-svg)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libpng)

%description
libgxps is a GObject based library for handling and rendering XPS documents.
This package contains various tools used by libgxps.

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for libgxps
Group:		System/Libraries

%description -n %{libname}
libgxps is a GObject based library for handling and rendering XPS documents.

%files -n %{libname}
%{_libdir}/libgxps.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface library for libgxps
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface library for libgxps.

%files -n %{girname}
%{_libdir}/girepository-1.0/GXPS-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries, header files and utilities for libgxps
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description -n %{devname}
libgxps is a GObject based library for handling and rendering XPS documents.

This package contains the files necessary to develop applications with libgxps.

%files -n %{devname}
%doc README COPYING AUTHORS NEWS
%{_datadir}/gtk-doc/html/%{name}
%{_datadir}/gir-1.0/*.gir
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.2-4
+ Revision: 1f7297f
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17216 |14mr|libhangul-0.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname hangul %{major}
%define devname %mklibname -d hangul

Summary:	A generalized and portable library for hangul
Name:		libhangul
Version:	0.1.0
Release:	2
License:	LGPLv2+
Group:		System/Internationalization
Url:		http://kldp.net/projects/hangul/
Source0:	http://kldp.net/frs/download.php/4618/%{name}-%{version}.tar.gz

%description
libhangul is a generalized and portable library for processing hangul.

%files -f %{name}.lang
%{_bindir}/hangul
%{_datadir}/libhangul

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Main libhangul library
Group:		System/Internationalization

%description -n %{libname}
libhangul is a generalized and portable library for processing hangul.

%files -n %{libname}
%{_libdir}/libhangul.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Headers of %{name} for development.

%files -n %{devname}
%doc AUTHORS COPYING ChangeLog NEWS README
%{_includedir}/hangul-1.0/hangul.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/libhangul.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.0-2
+ Revision: b208f61
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17217 |14mr|libharu-2.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname haru %{version}
%define devname %mklibname haru -d

Summary:	Cross platform software library for generating PDF
Name:		libharu
Version:	2.2.1
Release:	3
License:	BSD
Group:		System/Libraries
Url:		http://www.libharu.org/
Source0:	http://libharu.org/files/%{name}-%{version}.tar.bz2
Patch0:		libharu-2.2.1-png15.patch
BuildRequires:	file
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)

%description
HARU is a free, cross platform, open-sourced software library for generating
PDF.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libharu library
Group:		System/Libraries

%description -n %{libname}
HARU is a free, cross platform, open-sourced software library for generating
PDF.

%files -n %{libname}
%doc README
%{_libdir}/libhpdf-%{version}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libharu
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
HARU is a free, cross platform, open-sourced software library for generating
PDF.

This package contains development files for libharu.

%files -n %{devname}
%{_includedir}/hpdf*.h
%{_libdir}/libhpdf.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-debug
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.1-3
+ Revision: 5a6b474
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17218 |14mr|libHX-3.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 28
%define libname %mklibname HX %{major}
%define develname %mklibname HX -d

Name:           libHX
Version:        3.13
Release:        2
Summary:        A library for common data structures and low level operations
Group:          System/Libraries
License:        GPLv3+ and LGPLv2+
URL:            http://libhx.sourceforge.net/
Source0:        http://downloads.sourceforge.net/project/libhx/%{name}/%{version}/libHX-%{version}.tar.xz
Source1:        http://downloads.sourceforge.net/project/libhx/%{name}/%{version}/libHX-%{version}.tar.xz.asc

%description
A library for:
- A+R/B trees to use for lists or maps (associative arrays)
- Deques (double-ended queues) (Stacks (LIFO) / Queues (FIFOs))
- platform independent opendir-style directory access
- platform independent dlopen-style shared library access
- auto-storage strings with direct access
- command line option (argv) parser
- shell-style config file parser
- platform independent random number generator with transparent
  /dev/urandom support
- various string, memory and zvec ops

%package -n %{libname}
Group: System/Libraries
Summary: General-purpose library
Obsoletes: %{name} < 1.17-2

%description -n %{libname}
- A+R/B trees to use for lists or maps (associative arrays)
- Deques (double-ended queues) (Stacks (LIFO) / Queues (FIFOs))
- platform independent opendir-style directory access
- platform independent dlopen-style shared library access
- auto-storage strings with direct access
- command line option (argv) parser
- shell-style config file parser
- platform independent random number generator with transparent
  /dev/urandom support
- various string, memory and zvec ops

%package -n %{develname}
Summary:        Development files for %{name}
Group:          Development/C
Requires:       %{libname} = %{version}
Provides:       %{name}-devel = %{EVRD}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
# /sbin/mount.crypt from pam_mount uses libHX
%configure2_5x --disable-static --libdir=/%{_lib} --with-pkgconfigdir=%{_libdir}/pkgconfig
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
/%{_lib}/*.so.%{major}*

%files -n %{develname}
%doc doc/*
%{_includedir}/*
/%{_lib}/*.so
%{_libdir}/pkgconfig/libHX.pc
%{_datadir}/doc/libhx/libHX_Documentation.pdf



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.13-2
+ Revision: 0ee6e6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17219 |14mr|libical-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname ical %{major}
%define libnamess %mklibname icalss %{major}
%define libnamevcal %mklibname icalvcal %{major}
%define devname %mklibname ical -d

Summary:	An implementation of basic iCAL protocols
Name:		libical
Version:	1.0
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://sourceforge.net/projects/freeassociation/
Source0:	http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
BuildRequires:	bison
Buildrequires:	cmake
BuildRequires:	flex
BuildRequires:	db-devel

%description
Libical is an Open Source implementation of the IETF's iCalendar
Calendaring and Scheduling protocols (RFC 2445, 2446, and 2447).
It parses iCal components and provides a C API for manipulating
the component properties, parameters, and subcomponents.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Files for developing applications that use libical
Group:		System/Libraries

%description -n %{libname}
Libical is an Open Source implementation of the IETF's iCalendar
Calendaring and Scheduling protocols (RFC 2445, 2446, and 2447).
It parses iCal components and provides a C API for manipulating
the component properties, parameters, and subcomponents.

%files -n %{libname}
%{_libdir}/libical.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamess}
Summary:	Files for developing applications that use libical
Group:		System/Libraries

%description -n %{libnamess}
Libical is an Open Source implementation of the IETF's iCalendar
Calendaring and Scheduling protocols (RFC 2445, 2446, and 2447).
It parses iCal components and provides a C API for manipulating
the component properties, parameters, and subcomponents.

%files -n %{libnamess}
%{_libdir}/libicalss.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamevcal}
Summary:	Files for developing applications that use libical
Group:		System/Libraries

%description -n %{libnamevcal}
Libical is an Open Source implementation of the IETF's iCalendar
Calendaring and Scheduling protocols (RFC 2445, 2446, and 2447).
It parses iCal components and provides a C API for manipulating
the component properties, parameters, and subcomponents.

%files -n %{libnamevcal}
%{_libdir}/libicalvcal.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files for developing applications that use libical
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamess} = %{EVRD}
Requires:	%{libnamevcal} = %{EVRD}

%description -n %{devname}
The header files and libtool library for developing applications that
use libical.

%files -n %{devname}
%doc README TODO ChangeLog NEWS TEST THANKS
%doc doc/UsingLibical*
%{_includedir}/*
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake \
	-DICAL_ERRORS_ARE_FATAL=false

# Not ready for nproc
make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 08113e9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17220 |14mr|libice-1.0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname ice %{major}
%define develname %mklibname ice -d

Name:		libice
Summary:	X Inter Client Exchange Library
Version:	1.0.8
Release:	4
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	ftp://xorg.freedesktop.org/pub/individual/lib/libICE-%{version}.tar.bz2

BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1
BuildRequires:	x11-xtrans-devel >= 1.0.0

%description
libice provides an interface to ICE, the Inter-Client Exchange protocol.
Motivated by issues arising from the need for X Window System clients to
share data with each other, the ICE protocol provides a generic framework for
building protocols on top of reliable, byte-stream transport connections. It
provides basic mechanisms for setting up and shutting down connections, for
performing authentication, for negotiating versions, and for reporting
errors.

%package -n %{libname}
Summary:	X Inter Client Exchange Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libname}
libice provides an interface to ICE, the Inter-Client Exchange protocol.
Motivated by issues arising from the need for X Window System clients to
share data with each other, the ICE protocol provides a generic framework for
building protocols on top of reliable, byte-stream transport connections. It
provides basic mechanisms for setting up and shutting down connections, for
performing authentication, for negotiating versions, and for reporting
errors.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libice-devel = %{version}-%{release}
Obsoletes:	%{_lib}ice6-devel < 1.0.8
Obsoletes:	%{_lib}ice-static-devel < 1.0.8
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -q -n libICE-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std
mv %{buildroot}/%{_datadir}/doc/lib{ICE,ice}

%files -n %{libname}
%{_libdir}/libICE.so.%{major}*

%files -n %{develname}
%{_datadir}/doc/libice
%{_libdir}/libICE.so
%{_libdir}/pkgconfig/ice.pc
%{_includedir}/X11/ICE/ICEutil.h
%{_includedir}/X11/ICE/ICE.h
%{_includedir}/X11/ICE/ICEproto.h
%{_includedir}/X11/ICE/ICEconn.h
%{_includedir}/X11/ICE/ICElib.h
%{_includedir}/X11/ICE/ICEmsg.h


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.8-4
+ Revision: 7305283
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17221 |14mr|libid3tag-0.15.1b-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname id3tag %{major}
%define devname %mklibname id3tag -d

Summary:	Library for reading and writing ID3v1 and ID3v2 tags
Name:		libid3tag
Version:	0.15.1b
Release:	17
License:	GPLv2+
Group:		Sound
Url:		http://www.underbit.com/products/mad/
Source0:	http://prdownloads.sourceforge.net/mad/%{name}-%{version}.tar.bz2
Source1:	id3tag.pc.bz2
Patch0:		libid3tag-0.15.1b-gentoo-CVE-2008-2109_fix_overflow.patch
BuildRequires:	pkgconfig(zlib)

%description
A library for reading and (eventually) writing ID3 tags, both ID3v1 and the
various versions of ID3v2.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for reading and writing ID3v1 and ID3v2 tags
Group:		System/Libraries

%description -n %{libname}
A library for reading and (eventually) writing ID3 tags, both ID3v1 and the
various versions of ID3v2.

%files -n %{libname}
%doc COPYING
%{_libdir}/libid3tag.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs which will use the %{name} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(zlib)
Provides:	%{name}-devel = %{EVRD}
Provides:	id3tag-devel = %{EVRD}

%description -n %{devname}
This package includes the header files and static libraries
necessary for developing programs using the %{name} library.

If you are going to develop programs which will use the %{name} library
you should install this.

%files -n %{devname}
%doc COPY* README TODO CHANGES CREDITS
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .cve-2008-2109

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
# this is an invalid locale dir
rm -rf %{buildroot}/%{_datadir}/locale/en

mkdir -p %{buildroot}%{_libdir}/pkgconfig
bzcat %{SOURCE1} | sed -e 's,/lib\>,/%{_lib},;s,0.14.2b,%{version},' >%{buildroot}%{_libdir}/pkgconfig/id3tag.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.15.1b-17
+ Revision: 3c241e9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17222 |14mr|libIDL-0.8.14-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api_version	2
%define lib_major	0
%define lib_name	%mklibname IDL %{api_version} %{lib_major}
%define develname	%mklibname -d  IDL %{api_version}

Summary:	IDL parsing library
Name:		libIDL
Version:	0.8.14
Release:	9
URL:		http://orbit-resource.sf.net/
License:	LGPLv2+
Group:		System/Libraries
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2

BuildConflicts:	ORBit-devel < 0.5.10
BuildRequires:	flex
BuildRequires:	bison
BuildRequires:	pkgconfig(glib-2.0)

%description
libIDL is a small library for creating parse trees of CORBA v2.2
compliant Interface Definition Language (IDL) files, which is a
specification for defining interfaces which can be used between
different CORBA implementations.

%package -n %{lib_name}
Summary:	%{summary}
Group:		%{group}
Provides:	%{name} = %{version}-%{release}
Provides:	%{name}%{api_version} = %{version}-%{release}

%description -n %{lib_name}
libIDL is a small library for creating parse trees of CORBA v2.2
compliant Interface Definition Language (IDL) files, which is a
specification for defining interfaces which can be used between
different CORBA implementations.

%package -n %{develname}
Summary:	Header files and libraries needed for libIDL development
Group:		Development/C
Conflicts:	ORBit-devel < 0.5.10
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{name}%{api_version}-devel = %{version}-%{release}
Requires:	%{lib_name} = %{version}
Requires:	pkgconfig(glib-2.0)
Obsoletes:	%{mklibname -d  IDL 2 0} < 0.8.14-7

%description -n %{develname}
This package includes the header files and libraries needed for
developing or compiling programs using libIDL.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/*-config*

%files -n %{lib_name}
%doc AUTHORS README NEWS BUGS ChangeLog
%{_libdir}/libIDL-%{api_version}.so.%{lib_major}*

%files -n %{develname}
%doc tstidl.c
%{_bindir}/libIDL-config-2
%{_bindir}/*/libIDL-config-2
%{_includedir}/*
%{_infodir}/*.info*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.14-9
+ Revision: 3687537
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17223 |14mr|libidn-1.28-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 11
%define libname	%mklibname idn %{major}
%define develname %mklibname idn -d

Summary:	Internationalized string processing library
Name:		libidn
Version:	1.28
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gnu.org/software/libidn/
Source0:	http://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz
Source1:	http://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz.sig
Patch0:		libidn-1.25-automake-1.12.patch
BuildRequires:	autoconf automake libtool m4 intltool
BuildRequires:	texinfo gtk-doc gettext gettext-devel gengetopt
%ifnarch %mips %arm
BuildRequires:	valgrind
BuildRequires:	java-rpmbuild
%endif
# disable on arm for now. test it again on real hardware. qemu doesn't like it
%ifnarch %mips %arm
BuildRequires:	mono
%endif

%description
GNU Libidn is an implementation of the Stringprep, Punycode and
IDNA specifications defined by the IETF Internationalized Domain
Names (IDN) working group, used for internationalized domain
names.

%package -n %{libname}
Summary:	Internationalized string processing library
Group:		System/Libraries

%description -n	%{libname}
GNU Libidn is an implementation of the Stringprep, Punycode and
IDNA specifications defined by the IETF Internationalized Domain
Names (IDN) working group, used for internationalized domain
names.

%package -n %{develname}
Summary:	Development files for the %{libname} library
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	idn-devel = %{version}-%{release}
Requires:	%{libname} >= %{version}-%{release}
Obsoletes:	%{mklibname idn 11 -d} < 1.25

%description -n	%{develname}
Development files for the %{libname} library.

%package -n idn
Summary:	Commandline interface to the %{libname} library
Group:		System/Servers

%description -n idn
This package provides the commandline interface to the
%{libname} library.

%ifnarch %mips %arm
%package -n %{libname}-java
Summary:	Java support for the %{name}
Group:		Development/Java
Provides:	%{name}-java = %{version}-%{release}
Requires:	%{libname} >= %{version}-%{release}

%description -n %{libname}-java
Java support for the %{name}.

%package -n %{libname}-mono
Summary:	Mono support for the %{name}
Group:		Development/Other
Provides:	%{name}-mono = %{version}-%{release}
Requires:	%{libname} >= %{version}-%{release}

%description -n %{libname}-mono
Mono support for the %{name}.
%endif

%prep
%setup -q
%patch0 -p1

# Name directory sections consistently in the info file, rhbz #209491
sed -i '/^INFO-DIR-SECTION/{s/GNU Libraries/Libraries/;s/GNU utilities/Utilities/;}' doc/libidn.info

iconv -f ISO-8859-1 -t UTF-8 doc/libidn.info > iconv.tmp
mv iconv.tmp doc/libidn.info

%build
autoreconf -fi

%configure2_5x \
%ifnarch %mips %arm
	--enable-java \
	--enable-valgrind-tests \
%endif
%ifnarch %mips %arm
	--enable-csharp=mono \
%endif
	--disable-rpath \
	--disable-static

%make

%install
%makeinstall_std

# fix "invalid-lc-messages-dir":
rm -rf %{buildroot}%{_datadir}/locale/en@*quot

# make a nice list for docs
find doc -type f | sed 's/^/%{doc} /' | \
    grep -v "Makefile*" | \
    grep -v "\.tex*" | \
    grep -v "\.info" | \
    grep -v "\.1" | \
    grep -v "\.3" | \
    grep -v "\.sgml" | \
    grep -v "\.xml" | \
    grep -v "gdoc" | \
    grep -v "mdate-sh" > %{libname}-devel.filelist

find examples -type f -name ".c" | sed 's/^/%{doc} /' >> %{develname}.filelist

%find_lang %{name}

#(tpg) really not needed... also got lzma'd :)

rm -rf %{buildroot}%{_infodir}/*.png*

# this fixes a file clash in a mixed arch env
mv %{buildroot}%{_infodir}/%{name}.info %{buildroot}%{_infodir}/%{libname}.info

%files -n idn -f %{name}.lang
%doc ChangeLog FAQ README THANKS contrib
%{_bindir}/idn
%{_mandir}/man1/idn.1*
%{_datadir}/*emacs/site-lisp/*.el

%files -n %{libname}
%{_libdir}/libidn.so.%{major}*
%{_infodir}/%{libname}.info*

%files -n %{develname} -f %{develname}.filelist
%doc doc/libidn.html TODO libc/example.c examples/README examples/Makefile.*
%{_libdir}/libidn.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/*

%ifnarch %mips %arm
%files -n %{libname}-java
%{_datadir}/java/*.jar
%endif

%ifnarch %mips %arm
%files -n %{libname}-mono
%{_libdir}/*.dll
%endif


%changelog
* Fri Jul 04 2014 Arkady Shane <ashejn@gmail.com> 1.28-2
+ Revision: 8720d1f
- added BR: gengetopt



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17224 |14mr|libiec61883-1.2.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	libiec61883
%define	version	1.2.0
%define release 	9

%define	major	0
%define	libname	%mklibname iec61883_ %{major}
%define	libnamedev %{libname}-devel

Name:	%name
Version: %version
Release: %release
License: LGPL
Group:	System/Libraries
Source: http://linux1394.org/dl/%{name}-%{version}.tar.gz
URL:	http://linux1394.org
BuildRequires: pkgconfig(libraw1394) >= 1.2.0
Summary: Streaming library for IEEE1394

%description 
The libiec61883 library provides an higher level API for streaming DV,
MPEG-2 and audio over IEEE1394.  Based on the libraw1394 isochronous
functionality, this library acts as a filter that accepts DV-frames,
MPEG-2 frames or audio samples from the application and breaks these
down to isochronous packets, which are transmitted using libraw1394.

%package -n %{libname}
Group:	  System/Libraries
Summary:  Streaming library for IEEE1394
Provides: %{name}

%description -n %{libname}
The libiec61883 library provides an higher level API for streaming DV,
MPEG-2 and audio over IEEE1394.  Based on the libraw1394 isochronous
functionality, this library acts as a filter that accepts DV-frames,
MPEG-2 frames or audio samples from the application and breaks these
down to isochronous packets, which are transmitted using libraw1394.

%package -n %{libnamedev}
Summary:  Development libs for libiec61883
Group:    Development/C
Provides: %{name}-devel = %{version}-%{release}
Requires: %{libname} = %{version}

%description -n %{libnamedev}
Development libraries needed to build applications against libiec61883

%package -n %{name}-utils
Summary:  Utilities for use with libiec61883
Group:    Communications
Requires: %{name} = %{version}

%description -n	%{name}-utils
Utilities that make use of iec61883

%prep
%setup -q
perl -pi -e's,noinst,bin,' examples/Makefile.am

%build
autoreconf -i
%configure
%make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_libdir}/libiec61883.so.%{major}*

%files -n %{libnamedev}
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_libdir}/*a
%{_includedir}/*
%{_libdir}/pkgconfig/libiec61883.pc
%doc examples/*.c

%files utils
%defattr(-,root,root,-)
%{_bindir}/*
%{_mandir}/*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-9
+ Revision: d44ec58
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17225 |14mr|libieee1284-0.2.11-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname ieee1284_ %{major}
%define develname %mklibname ieee1284 -d

Summary:	Cross-platform library for parallel port access
Name:		libieee1284
Version:	0.2.11
Release:	13
License:	LGPLv2+
Group:		System/Libraries
URL:		http://sourceforge.net/projects/libieee1284/
Source0:	http://ovh.dl.sourceforge.net/sourceforge/libieee1284/%{name}-%{version}.tar.bz2
Patch0:		libieee1284-0.2.11-linkage.patch
BuildRequires:	python-devel

%description
libieee1284 is a cross-platform library for parallel port access

%package -n	%{libname}
Summary:	Cross-platform library for parallel port access
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
libieee1284 is a cross-platform library for parallel port access

%package -n	%{develname}
Summary:	Development files for libieee1284
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	ieee1284-devel
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname ieee1284_ 3 -d} < 0.2.11-12

%description -n	%{develname}
The %{name}-devel package includes the header files and .so libraries
necessary for developing programs which will access parallel port devices 
using the %{name} library.

%package -n	python-%{name}
Group:		Development/Python
Summary:	Python bindings for libieee2384
Conflicts:	%{name}-devel < %{version}-%{release}

%description -n python-%{name}
This package contains python bindings for libieee2384.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x \
	--with-python \
	--disable-static

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc README AUTHORS ChangeLog INSTALL NEWS TODO
%{_bindir}/libieee1284_test
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man3/*

%files -n python-%{name}
%{py_platsitedir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.11-13
+ Revision: 9b4c7f8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17226 |14mr|libifp-1.0.0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	libifp
%define	version	1.0.0.2
%define release	8

%define	major	4
%define	libname	%mklibname ifp %{major}
%define develname %mklibname -d ifp
%define sdevelname %mklibname -d -s ifp

Summary: 	iRiver driver library
Name: 		%{name}
Version: 	%{version}
Release: 	%mkrel %{release}
License: 	GPLv2+
Group: 		System/Libraries
Buildroot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source0: 	%{name}-%{version}.tar.gz
Source1:        libifp.hotplug
Source2:        10-libifp.rules
Patch0:		libifp-1.0.0.2-human-readable.patch
Patch1:		libifp-1.0.0.2-warn-not-error.patch
BuildRequires:	libusb-devel
URL:		http://ifp-driver.sourceforge.net/

%description
An interface for IRiver's flash-based portable music players

%package -n	%{libname}
Summary:	iRiver driver library
Group:		System/Libraries

%description -n	%{libname}
Libraries for iRiver driver

%package -n	%{develname}
Summary:	iRiver driver library development files
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Obsoletes:	%mklibname -d ifp 4

%description -n	%{develname}
This package includes the header files and shared libraries
necessary for developing programs which will access iRiver using
the %{name} library.

If you are going to develop programs which will access iRiver devices,
you should install this package.

%package -n	%{sdevelname}
Summary:	Static libraries for libifp
Group:		Development/C
Provides:	%{name}-static-devel = %{version}-%{release}
Requires:	%{develname} = %{version}
Obsoletes:	%mklibname -d -s ifp 4

%description -n	%{sdevelname}
This package includes the static libraries necessary for developing
programs which will access iRiver devices using the %{name} library.

If you are going to develop programs which will access iRiver devices,
you should install this package.

%prep
%setup -q
%patch0 -p1 -b .df-h
%patch1 -p1 -b .warn

%build
%configure2_5x	--with-libusb
%make

%install
rm -rf %{buildroot}
%makeinstall_std
install -D -m 0755 %{SOURCE1} %buildroot/sbin/libifp-hotplug
install -D -m 0644 %{SOURCE2} %buildroot%{_sysconfdir}/udev/rules.d/10-libifp.rules

%if %mdkversion < 200900
%post -p /sbin/ldconfig -n %{libname}
%endif
%if %mdkversion < 200900
%postun -p /sbin/ldconfig -n %{libname}
%endif

%clean 
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ChangeLog TODO
%{_bindir}/ifpline
/sbin/*
%{_sysconfdir}/udev/rules.d/*.rules

%files -n %{libname}
%{_libdir}/libifp.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/libifp.so
%{_includedir}/ifp.h
%{_mandir}/man3/ifp.h.3*

%files -n %{sdevelname}
%defattr(-,root,root)
%{_libdir}/libifp.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0.2-8
+ Revision: 26b9dba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17227 |14mr|libimobiledevice-1.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname imobiledevice %{major}
%define develname %mklibname -d imobiledevice

Name:		libimobiledevice
Version:	1.1.5
Release:	2
Summary:	Library for connecting to Apple iPhone and iPod touch
Group:		System/Libraries
License:	LGPLv2+
URL:		http://libimobiledevice.org/
Source0:	http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
Patch0:		libimobiledevice-1.1.5-CVE-2013-2142.patch
Patch1:		libimobiledevice-1.1.5-cython.patch
BuildRequires:	pkgconfig(libtasn1)
BuildRequires:	pkgconfig(libplist)
BuildRequires:	pkgconfig(libplist++)
BuildRequires:	pkgconfig(libusbmuxd)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	python-devel
BuildRequires:	python-cython
BuildRequires:	swig
# for CVE-2013-2142 patch
BuildRequires:	autoconf automake

%description
libimobiledevice is a library for connecting
to Apple's iPhone or iPod touch devices

%package -n %{libname}
Group:		System/Libraries
Summary:	Library for connecting to Apple iPhone and iPod touch

%description -n %{libname}
libimobiledevice is a library for connecting
to Apple's iPhone or iPod touch devices

%package -n %{develname}
Summary:	Development package for libimobiledevice
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
Files for development with libimobiledevice.

%package -n python-imobiledevice
Summary: Python bindings for libimobiledevice
Group: Development/Python

%description -n python-imobiledevice
Python bindings for libimobiledevice.

%prep
%setup -q
%apply_patches

%build
autoreconf -fi # for CVE-2013-2142 patch
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc AUTHORS COPYING.LESSER README
%{_bindir}/idevice_id
%{_bindir}/ideviceinfo
%{_bindir}/idevicepair
%{_bindir}/idevicesyslog
%{_bindir}/idevicebackup
%{_bindir}/ideviceimagemounter
%{_bindir}/ideviceenterrecovery
%{_bindir}/idevicescreenshot
%{_bindir}/idevicebackup2
%{_bindir}/idevicedate
%{_bindir}/idevicedebugserverproxy
%{_bindir}/idevicediagnostics
%{_bindir}/ideviceprovision
%{_mandir}/man1/idevice*.1.*

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_libdir}/pkgconfig/libimobiledevice-1.0.pc
%{_libdir}/libimobiledevice.so
%{_includedir}/libimobiledevice

%files -n python-imobiledevice
%{python_sitearch}/imobiledevice.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.5-2
+ Revision: 653e2b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17228 |14mr|libindicate-0.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define major_gtk 3
%define libname %mklibname indicate %{major}
%define girname %mklibname indicate-gir 0.6
%define gtklibname %mklibname indicate-gtk3_ %{major_gtk}
%define gtkgirname %mklibname indicategtk3-gir 0.6
%define develname %mklibname indicate -d
%define gtkdevelname %mklibname indicate-gtk -d

Name:           libindicate
Version:        0.6.1
Release:        4
Summary:        Library for applications to raise flags on DBus
License:        LGPLv3
Group:          System/Libraries
URL:            https://launchpad.net/libindicate

Source0:        http://launchpad.net/%{name}/0.3/%{version}/+download/%{name}-%{version}.tar.gz
Patch0:		libindicate-0.6.1-glib.patch
Patch1:		libindicate-0.6.1-link.patch
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.76
BuildRequires:	pkgconfig(dbusmenu-glib-0.4) >= 0.3.97
BuildRequires:	pkgconfig(gapi-2.0) >= 2.12.1
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gio-2.0) >= 2.18
BuildRequires:	pkgconfig(glib-2.0) >= 2.18
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:	pkgconfig(gtk-sharp-2.0) >= 2.12
#BuildRequires:	pkgconfig(mono) >= 1.0
BuildRequires:	pkgconfig(pygobject-2.0) >= 0.22
BuildRequires:	pkgconfig(pygtk-2.0) >= 2.14.0
BuildRequires:	pkgconfig(python) >= 2.3.5
BuildRequires:	vala-tools
BuildRequires:  gobject-introspection-devel
BuildRequires:  gtk-doc
BuildRequires:  pkgconfig(gnome-doc-utils)
BuildRequires:	gnome-common
BuildRequires:	intltool

%description
A small library for applications to raise "flags" on DBus for other
components of the desktop to pick up and visualize. Currently used by
the messaging indicator.

#-----------------------------------------------------------------------

%package -n     %{libname}
Summary:        Library for applications to raise flags on DBus
Group:          System/Libraries

%description -n %{libname}
A small library for applications to raise "flags" on DBus for other
components of the desktop to pick up and visualize. Currently used by
the messaging indicator.

%files -n       %{libname}
%{_libdir}/libindicate.so.%{major}*

#-----------------------------------------------------------------------

%package -n     %{gtklibname}
Summary:        Library for applications to raise flags on DBus
Group:          System/Libraries
Obsoletes:	%{_lib}indicate-gtk33 < 0.6.1-2

%description -n %{gtklibname}
A small library for applications to raise "flags" on DBus for other
components of the desktop to pick up and visualize. Currently used by
the messaging indicator.

%files -n       %{gtklibname}
%{_libdir}/libindicate-gtk3.so.%{major_gtk}* 

#-----------------------------------------------------------------------

%package -n	%{girname}
Summary:	GObject Introspection interface description for libindicate
Group:		System/Libraries
Requires:	%{libname} = %{version}

%description -n %{girname}
GObject Introspection interface description for libindicate-gtk.

%files -n       %{girname}
%{_libdir}/girepository-1.0/Indicate-0.6.typelib

#-----------------------------------------------------------------------

%package -n	%{gtkgirname}
Summary:	GObject Introspection interface description for libindicate-gtk
Group:		System/Libraries
Requires:	%{gtklibname} = %{version}

%description -n %{gtkgirname}
GObject Introspection interface description for libindicate-gtk.

%files -n       %{gtkgirname}
%{_libdir}/girepository-1.0/IndicateGtk3-0.6.typelib

#-----------------------------------------------------------------------
%if 0
%package -n     indicate-sharp
Summary:        Library for applications to raise flags on DBus
Group:          Development/Other
Provides:       mono-%{name} = %{version}-%{release}
Requires:       %{libname} = %{version}-%{release}

%description -n indicate-sharp
A small library for applications to raise "flags" on DBus for other
components of the desktop to pick up and visualize. Currently used by
the messaging indicator.

%files -n       indicate-sharp
%{_libdir}/pkgconfig/indicate-sharp-0.1.pc
%{_libdir}/indicate-sharp-0.1
%{_prefix}/lib/mono/indicate/indicate-sharp.dll
%{_prefix}/lib/mono/gac/indicate-sharp

#-----------------------------------------------------------------------

%package -n     indicate-gtk-sharp
Summary:        Library for applications to raise flags on DBus
Group:          Development/Other
Provides:       mono-%{name}-gtk = %{version}-%{release}
Requires:       %{gtklibname} = %{version}-%{release}

%description -n	indicate-gtk-sharp
A small library for applications to raise "flags" on DBus for other
components of the desktop to pick up and visualize. Currently used by
the messaging indicator.

%files -n       indicate-gtk-sharp
%{_libdir}/pkgconfig/indicate-gtk-sharp-0.1.pc
%{_libdir}/indicate-gtk-sharp-0.1
%{_prefix}/lib/mono/indicate-gtk/indicate-gtk-sharp.dll
%{_prefix}/lib/mono/gac/indicate-gtk-sharp
%endif

#-----------------------------------------------------------------------

%package -n     python-%{name}
Summary:        Library for applications to raise flags on DBus
Group:          Development/Python

%description -n	python-%{name}
A small library for applications to raise "flags" on DBus for other
components of the desktop to pick up and visualize. Currently used by
the messaging indicator.

%files -n       python-%{name}
%{py_platsitedir}/indicate
%{_datadir}/pygtk/2.0/defs/indicate.defs

#-----------------------------------------------------------------------

%package -n     %{develname}
Summary:        Library headers for %{name}
Group:          Development/C
Requires:       %{libname} = %{version}
Provides:       %{name}-devel = %{version}-%{release}

%description -n	%{develname}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n       %{develname}
%{_includedir}/%{name}-0.6/libindicate
%{_libdir}/libindicate.so
%{_libdir}/pkgconfig/indicate-0.6.pc
%{_datadir}/gir-1.0/Indicate-0.6.gir
%{_datadir}/vala/vapi/Indicate-0.6.vapi

#------------------------------------------------------------------------

%package -n     %{gtkdevelname}
Summary:        Library headers for %{name}
Group:          Development/C
Requires:       %{gtklibname} = %{version}
Requires:       %{develname} = %{version}
Provides:       %{name}-gtk-devel = %{version}-%{release}

%description -n %{gtkdevelname}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n       %{gtkdevelname}
%{_includedir}/%{name}-0.6/libindicate-gtk/
%{_libdir}/libindicate-gtk3.so
%{_libdir}/pkgconfig/indicate-gtk3-0.6.pc
%{_datadir}/gir-1.0/IndicateGtk3-0.6.gir
%{_datadir}/vala/vapi/IndicateGtk3-0.6.vapi

#-----------------------------------------------------------------------

%package doc
Summary:        Documentation for %{name} 
Group:          Development/C

%description doc
This package provides documentation files for %{name}

%files doc
%doc AUTHORS COPYING COPYING.LGPL.2.1
%{_defaultdocdir}/%{name}/
%{_datadir}/gtk-doc/html/%{name}

#-----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
NOCONFIGURE=yes gnome-autogen.sh
%configure2_5x --disable-static
%make

%install
%makeinstall_std

rm -f %buildroot%_libdir/*.la


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.1-4
+ Revision: fb41235
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17229 |14mr|libiodbc-3.52.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with gtk 0

Name: libiodbc
Version: 3.52.8
Release: 3
Summary: The iODBC Driver Manager
Group: System/Libraries
License: BSD
URL: http://www.iodbc.org/
Source: http://www.iodbc.org/downloads/iODBC/libiodbc-%{version}.tar.gz
%if %with gtk
BuildRequires: gtk+2-devel
%endif

%description
The iODBC Driver Manager is a free implementation of the SAG CLI and
ODBC compliant driver manager which allows developers to write ODBC
compliant applications that can connect to various databases using
appropriate backend drivers.

The iODBC Driver Manager was originally created by Ke Jin and is
currently maintained by OpenLink Software under a LGPL or BSD license
(see "LICENSE" file included in the distribution).

#---------------------------------------------------------------

%define soname 2
%define libname %mklibname iodbc %{soname}

%package -n %{libname}
Summary: The iODBC Driver Manager main library
Group: System/Libraries

%description -n %{libname}
The iODBC Driver Manager is a free implementation of the SAG CLI and
ODBC compliant driver manager which allows developers to write ODBC
compliant applications that can connect to various databases using
appropriate backend drivers.

The iODBC Driver Manager was originally created by Ke Jin and is
currently maintained by OpenLink Software under a LGPL or BSD license
(see "LICENSE" file included in the distribution).

%files -n %{libname}
%{_libdir}/libiodbc.so.%{soname}*

#---------------------------------------------------------------

%define instsoname 2
%define libnameinst %mklibname iodbcinst %{instsoname}

%package -n %{libnameinst}
Summary: The iODBC Driver Manager main library
Group: System/Libraries

%description -n %{libnameinst}
The iODBC Driver Manager is a free implementation of the SAG CLI and
ODBC compliant driver manager which allows developers to write ODBC
compliant applications that can connect to various databases using
appropriate backend drivers.

The iODBC Driver Manager was originally created by Ke Jin and is
currently maintained by OpenLink Software under a LGPL or BSD license
(see "LICENSE" file included in the distribution).

%files -n %{libnameinst}
%{_libdir}/libiodbcinst.so.%{instsoname}*

#---------------------------------------------------------------

%package util
Summary: The iODBC Driver Manager common binary files
Group: System/Libraries

%description util
The iODBC Driver Manager is a free implementation of the SAG CLI and
ODBC compliant driver manager which allows developers to write ODBC
compliant applications that can connect to various databases using
appropriate backend drivers.

The iODBC Driver Manager was originally created by Ke Jin and is
currently maintained by OpenLink Software under a LGPL or BSD license
(see "LICENSE" file included in the distribution).

%files util
%{_bindir}/iodbctest
%{_bindir}/iodbctestw
%{_mandir}/man1/iodbctest.1*
%{_mandir}/man1/iodbctestw.1*

#---------------------------------------------------------------

%if %with gtk

%define drvproxysoname 2
%define libnamedrvproxy %mklibname drvproxy %{drvproxysoname}

%package -n %{libnamedrvproxy}
Summary: The iODBC Driver Manager main library
Group: System/Libraries

%description -n %{libnamedrvproxy}
The iODBC Driver Manager is a free implementation of the SAG CLI and
ODBC compliant driver manager which allows developers to write ODBC
compliant applications that can connect to various databases using
appropriate backend drivers.

The iODBC Driver Manager was originally created by Ke Jin and is
currently maintained by OpenLink Software under a LGPL or BSD license
(see "LICENSE" file included in the distribution).

%files -n %{libnamedrvproxy}
%{_libdir}/libiodbcdrvproxy.so.%{drvproxysoname}*

#---------------------------------------------------------------

%define admsoname 2
%define libnameadm %mklibname iodbcadm %{admsoname}

%package -n %{libnameadm}
Summary: The iODBC Driver Manager main library
Group: System/Libraries

%description -n %{libnameadm}
The iODBC Driver Manager is a free implementation of the SAG CLI and
ODBC compliant driver manager which allows developers to write ODBC
compliant applications that can connect to various databases using
appropriate backend drivers.

The iODBC Driver Manager was originally created by Ke Jin and is
currently maintained by OpenLink Software under a LGPL or BSD license
(see "LICENSE" file included in the distribution).

%files -n %{libnameadm}
%{_libdir}/libiodbcadm.so.%{admsoname}*

#---------------------------------------------------------------

%package admin
Summary: GTK based administrator for iODBC development
Group: Development/Libraries

%description admin
The iODBC Driver Manager is a free implementation of the SAG CLI and
ODBC compliant driver manager which allows developers to write ODBC
compliant applications that can connect to various databases using
appropriate backend drivers.

This package contains a GTK based administrator program for maintaining
DSN information in odbc.ini and odbcinst.ini files.

The iODBC Driver Manager was originally created by Ke Jin and is
currently maintained by OpenLink Software under a LGPL or BSD license
(see "LICENSE" file included in the distribution).

%files admin
%{_bindir}/iodbcadm-gtk
%{_mandir}/man1/iodbcadm-gtk.1*


%endif

#---------------------------------------------------------------

%define libdev %mklibname iodbc -d

%package -n %{libdev}
Summary: header files and libraries for iODBC development
Group: Development/Databases
Provides: iodbc-devel
Provides: %name-devel
Requires: %{libname}
Requires: %{libnameinst}
Requires: %{name}-util
%if %with gtk
Requires: %{libnamedrvproxy}
Requires: %{libnameadm}
%endif
Requires: unixODBC-devel

%description -n %{libdev}
The iODBC Driver Manager is a free implementation of the SAG CLI and
ODBC compliant driver manager which allows developers to write ODBC
compliant applications that can connect to various databases using
appropriate backend drivers.

This package contains the header files and libraries needed to develop
program that use the driver manager.

The iODBC Driver Manager was originally created by Ke Jin and is 
currently maintained by OpenLink Software under a LGPL or BSD license
(see "LICENSE" file included in the distribution).

%files -n %{libdev} 
%doc AUTHORS 
%doc AUTHORS 
%doc LICENSE
%doc LICENSE.LGPL
%doc LICENSE.BSD
%doc ChangeLog 
%doc NEWS 
%doc README
%doc README.CVS
%doc etc/odbc.ini.sample
%doc etc/odbcinst.ini.sample
%{_includedir}/*
%{_libdir}/*.so
%{_bindir}/iodbc-config
%{_libdir}/pkgconfig/libiodbc.pc
%{_mandir}/man1/iodbc-config.1*
%{_datadir}/libiodbc
%multiarch_bindir/iodbc-config

#---------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-odbc3 \
	--disable-libodbc \
	--disable-static \
	%if %with gtk
	--enable-gui \
	%else
	--disable-gui \
	%endif
	--with-iodbc-inidir=%_sysconfdir \
	--includedir=%_includedir/iodbc \
	--enable-pthreads

%make

%install
rm -rf %buildroot

%makeinstall_std

# Multiarch fixes
%multiarch_binaries %buildroot/%_bindir/iodbc-config


%clean
rm -rf %buildroot




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.52.8-3
+ Revision: 2678bc7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17230 |14mr|libiptcdata-1.0.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname iptcdata %major
%define develname %mklibname -d iptcdata

Name: libiptcdata
Summary: IPTC tag library
Version: 1.0.4
Release: 7
License: LGPLv2+
Group: System/Libraries
Source: http://prdownloads.sourceforge.net/libiptcdata/%{name}-%{version}.tar.gz
BuildRequires: python-devel
URL: http://sourceforge.net/projects/libiptcdata/

%description
libiptcdata is a library for parsing, editing, and saving IPTC data.

%package utils
Summary: IPTC tag library
Group: System/Libraries

%description utils
libiptcdata is a library for parsing, editing, and saving IPTC data.

%package i18n
Summary: Translations of the IPTC tag library
Group: System/Libraries

%description i18n
libiptcdata is a library for parsing, editing, and saving IPTC data.

%package -n %libname
Summary: IPTC tag library
Group: System/Libraries
Requires: %name-i18n >= %version

%description -n %libname
libiptcdata is a library for parsing, editing, and saving IPTC data.

%package -n %develname
Summary: The files needed for libiptcdata application development
Group: Development/C
Requires: %{libname} = %{version}
Provides: %name-devel = %version-%release
Obsoletes: %mklibname -d iptcdata 0

%description -n %develname
This package contains the libraries and include files
that you can use to develop libiptcdata applications.

%package -n python-iptcdata
Summary: IPTC tag library
Group: Development/Python

%description -n python-iptcdata
python-iptcdata is a library for parsing, editing, and saving IPTC data.

%prep
%setup -q

%build
%configure2_5x --enable-python
%make

%install
%makeinstall
%find_lang %name
%find_lang iptc

rm -f %buildroot%py_platsitedir/*a

%files utils -f iptc.lang
%doc AUTHORS COPYING ChangeLog NEWS README INSTALL TODO
%{_bindir}/*

%files i18n -f %name.lang


%files -n %libname
%{_libdir}/lib*.so.%{major}*

%files -n %develname
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/libiptcdata
%{_datadir}/gtk-doc/html/libiptcdata

%files -n python-iptcdata
%py_platsitedir/iptcdata.*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-7
+ Revision: bfe5d24
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17231 |14mr|libirman-0.4.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define libname 	%mklibname irman %major
%define develname	%mklibname irman -d

Name:		libirman
Version:	0.4.5
Release:	6
Summary:	Library for accessing the IRMAN hardware
License:	GPL
Group:		System/Libraries
URL:		http://sourceforge.net/projects/lirc/files/
Source0:	http://downloads.sourceforge.net/project/lirc/libirman/%{version}/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	%{libname} = %{version}-%{release}

%description
General purpose library for programs to use in order to receive infra
red signals via irman compatible hardware. It is designed to be portable
across Unices but is so far only known to work under Linux.

%package -n %{libname}
Group: System/Libraries
Summary: Library for accessing the IRMAN hardware

%description -n %{libname}
General purpose library for programs to use in order to receive infra
red signals via irman compatible hardware. It is designed to be portable
across Unices but is so far only known to work under Linux.

%package -n %{develname}
Summary:  Header files and development library for development with libirman
Group: Development/C
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
Provides: irman-devel = %{version}-%{release}
Obsoletes: libirman-devel < 0.4.5

%description -n %{develname}
This package includes the development libraries and header
files for the libirman package.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT/

%files
%defattr(-,root,root)
%doc COPYING COPYING.lib NEWS README TECHNICAL TODO
%config(noreplace) %_sysconfdir/irman.conf
%{_bindir}/*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/*.so
%{_includedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.5-6
+ Revision: 9b48820
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17232 |14mr|libisofs-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	6
%define libname	%mklibname isofs %{major}
%define devname	%mklibname isofs -d

Summary:	Library for creating ISO disc images
Name:		libisofs
Version:	1.3.0
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://libburnia-project.org/wiki/Libisofs
Source0:	http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	pkgconfig(libburn-1)

%description
Libisofs is a library that handles creating ISO disc image files. It
is intended to work together with libburn to write these images to
discs.

%package -n %{libname}
Summary:	Library for creating ISO disc images
Group:		System/Libraries

%description -n %{libname}
Libisofs is a library that handles creating ISO disc image files. It
is intended to work together with libburn to write these images to
discs.

%package -n %{devname}
Summary:	Header files for development with %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
This package includes the header files for the %{name} package.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# build documentation
doxygen doc/doxygen.conf

%files -n %{libname}
%{_libdir}/libisofs.so.%{major}*

%files -n %{devname}
%doc README AUTHORS COPYRIGHT
%{_libdir}/libisofs.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.0-2
+ Revision: ef80e64
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17233 |14mr|libixion-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	0.8
%define major	0
%define libname	%mklibname ixion %{api} %{major}
%define devname	%mklibname ixion -d

Summary:	Threaded multi-target formula parser & interpreter
Name:		libixion
Version:	0.7.0
Release:	1
License:	MIT
Group:		Publishing
Url:		http://gitorious.org/ixion
Source0:	http://kohei.us/files/ixion/src/%{name}-%{version}.tar.bz2
BuildRequires:	libtool
BuildRequires:	boost-devel
BuildRequires:	libstdc++-devel
BuildRequires:	mdds-devel

%description
Ixion is a general purpose formula parser & interpreter that can calculate
multiple named targets, or "cells".

%package tools
Summary:	Spreadsheet file processing library
Group:		Publishing

%description tools
Tools to use ixion parser and interpreter from cli.

%package -n %{libname}
Summary:	Threaded multi-target formula parser & interpreter
Group:		System/Libraries

%description -n %{libname}
Ixion is a general purpose formula parser & interpreter that can calculate
multiple named targets, or "cells".

%package -n %{devname}
Summary:	Threaded multi-target formula parser & interpreter
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
Ixion is a general purpose formula parser & interpreter that can calculate
multiple named targets, or "cells".

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%check
make check

%install
%makeinstall_std

%files tools
%{_bindir}/*

%files -n %{libname}
%{_libdir}/libixion-%{api}.so.%{major}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Thu Aug 21 2014 sokol <sergey.sokolov@rosalab.ru> 0.7.0-1
+ Revision: 399ebb9
- Merge pull request #1 from sokol/libixion:rosa2014.1
- up to 0.7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17234 |14mr|libjpeg-turbo-1.3.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	8
%define	majorturbo	0
%define	libname	%mklibname jpeg %{major}
%define	devname	%mklibname -d jpeg
%define	static	%mklibname -s -d jpeg
%define	turbo	%mklibname turbojpeg %{majorturbo}

%define	major62	62
%define	libname62 %mklibname jpeg %{major62}

Summary:	A MMX/SSE2 accelerated library for manipulating JPEG image files
Name:		libjpeg-turbo
Epoch:		1
Version:	1.3.0
Release:	7
License:	wxWidgets Library License
Group:		System/Libraries
Url:		http://sourceforge.net/projects/libjpeg-turbo
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
# These two allow automatic lossless rotation of JPEG images from a digital
# camera which have orientation markings in the EXIF data. After rotation
# the orientation markings are reset to avoid duplicate rotation when
# applying these programs again.
Source2:	http://jpegclub.org/jpegexiforient.c
Source3:	http://jpegclub.org/exifautotran.txt
Patch0:		jpeg-6b-c++fixes.patch

BuildRequires:	libtool >= 1.4
%ifarch %{ix86} x86_64
BuildRequires:	nasm
%endif

%description
This package contains a library of functions for manipulating JPEG images.
It is a high-speed, libjpeg-compatible version for x86 and x86-64
processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate
baseline JPEG compression and decompression. It is generally 2-4x as fast
as the unmodified version of libjpeg, all else being equal.

%package -n	%{libname}
Summary:	A library for manipulating JPEG image format files
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libjpeg.

%package -n	%{libname62}
Summary:	A library for manipulating JPEG image format files
Group:		System/Libraries

%description -n %{libname62}
This package contains the library needed to run programs dynamically
linked with libjpeg.

%package -n	%{turbo}
Summary:	TurboJPEG library
Group:		System/Libraries

%description -n %{turbo}
This package contains the library needed to run programs dynamically
linked with libturbojpeg.

%package -n	%{devname}
Summary:	Development tools for programs which will use the libjpeg library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{turbo} = %{EVRD}
Provides:	jpeg-devel = %{EVRD}
Conflicts:	jpeg6-devel
Conflicts:	%{_lib}turbojpeg < 1:1.3.0
Obsoletes:	%{_lib}turbojpeg < 1:1.3.0
Obsoletes:	%{mklibname jpeg 62 -d} < 6b-45

%description -n	%{devname}
The libjpeg-turbo devel package includes the header files necessary for 
developing programs which will manipulate JPEG files using the
libjpeg library.

%package -n	%{static}
Summary:	Static libraries for programs which will use the libjpeg library
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	jpeg-static-devel = %{EVRD}
Conflicts:	jpeg6-static-devel
Obsoletes:	%{mklibname jpeg 62 -d -s} < 6b-45
Obsoletes:	%{mklibname jpeg 7 -d -s} < 7-3
 
%description -n %{static}
The libjpeg static devel package includes the static libraries
necessary for developing programs which will manipulate JPEG files using
the libjpeg library.
 
%package -n	jpeg-progs
Summary:	Programs for manipulating JPEG format image files
Group:		Graphics
%rename		libjpeg-progs
%rename		jpeg6-progs

%description -n	jpeg-progs
This package contains simple client programs for accessing the
libjpeg functions.  The library client programs include cjpeg, djpeg,
jpegtran, rdjpgcom, wrjpgcom and jpegexiforient, coupled with the script
exifautotran. Cjpeg compresses an image file into JPEG format. Djpeg
decompresses a JPEG file into a regular image file. Jpegtran can perform
various useful transformations on JPEG files: it can make lossless
cropping of JPEG files and lossless pasting of one JPEG into another
(dropping). Rdjpgcom displays any text comments included in a JPEG file.
Wrjpgcom inserts text comments into a JPEG file. Jpegexiforient allow
automatic lossless rotation of JPEG images from a digital camera which
have orientation markings in the EXIF data.

%prep
%setup -q
%patch0 -p0
# Fix perms
chmod -x README-turbo.txt

cp %{SOURCE2} jpegexiforient.c
cp %{SOURCE3} exifautotran

%build
CONFIGURE_TOP="$PWD"

mkdir -p jpeg8
pushd jpeg8
CFLAGS="%{optflags} -Ofast -funroll-loops" \
%configure2_5x \
	--enable-shared \
	--enable-static \
	--with-jpeg8
%make
popd

mkdir -p jpeg62
pushd jpeg62
CFLAGS="%{optflags} -Ofast -funroll-loops" \
%configure2_5x \
	--enable-shared \
	--disable-static
%make
popd

%__cc %{optflags} %{ldflags} -o jpegexiforient jpegexiforient.c

%install
make install-libLTLIBRARIES DESTDIR=%{buildroot} -C jpeg62
%makeinstall_std -C jpeg8

install -m755 jpegexiforient -D %{buildroot}%{_bindir}/jpegexiforient
install -m755 exifautotran -D %{buildroot}%{_bindir}/exifautotran

#(neoclust) Provide jpegint.h because it is needed by certain software
install -m644 jpegint.h -D %{buildroot}%{_includedir}/jpegint.h

# cleanup
rm -f %{buildroot}%{_docdir}/*

%files -n %{libname}
%doc change.log ChangeLog.txt README README-turbo.txt
%{_libdir}/libjpeg.so.%{major}*

%files -n %{libname62}
%{_libdir}/libjpeg.so.%{major62}*

%files -n %{turbo}
%{_libdir}/libturbojpeg.so.%{majorturbo}*

%files -n %{devname}
%doc coderules.txt example.c jconfig.txt libjpeg.txt structure.txt
%{_libdir}/libjpeg.so
%{_libdir}/libturbojpeg.so
%{_includedir}/*.h

%files -n %{static}
%{_libdir}/libjpeg.a
%{_libdir}/libturbojpeg.a

%files -n jpeg-progs
%doc usage.txt wizard.txt
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.3.0-7
+ Revision: c5c6fcd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17235 |14mr|libjson0-0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname json-c

%define major 0
%define libname %mklibname json %{major}

Summary:	JSON implementation in C (old version of library)
Name:		libjson0
Version:	0.9
Release:	4
License:	MIT
Group:		System/Libraries
Url:		http://oss.metaparadigm.com/%{oname}
Source0:	http://oss.metaparadigm.com/%{oname}/json-c-%{version}.tar.gz

%description
JSON-C implements a reference counting object model that allows you to
easily construct JSON objects in C, output them as JSON formatted
strings and parse JSON formatted strings back into the C
representation of JSON objects.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	JSON implementation in C
Group:		System/Libraries

%description -n %{libname}
JSON-C implements a reference counting object model that allows you to
easily construct JSON objects in C, output them as JSON formatted
strings and parse JSON formatted strings back into the C
representation of JSON objects.

%files -n %{libname}
%{_libdir}/libjson.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# cleanup
rm -f %{buildroot}%{_libdir}/*.so
rm -rf %{buildroot}%{_includedir}/json
rm -f %{buildroot}%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-4
+ Revision: 6cfab55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17236 |14mr|libkactivities-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kactivities

Summary:	API for using and interacting with Activities
Name:		libkactivities
Version:	4.13.3
Release:	1
Epoch:		6
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/kde/kdelibs/kactivities
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{oname}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel >= 5:4.9.80
BuildRequires:	nepomuk-core-devel
BuildRequires:	soprano-devel

# libkactivities moved from kdelibs, but turns out there's no actual conflicts
# kactivitymanagerd moved here from kde-runtime
Conflicts:	kdebase4-runtime < 1:4.7.3-10

%description
API for using and interacting with Activities as a consumer,
application adding information to them or as an activity manager.

%files
%{_kde_bindir}/kactivitymanagerd
%{_kde_libdir}/kde4/activitymanager_plugin_activityranking.so
%{_kde_libdir}/kde4/activitymanager_plugin_globalshortcuts.so
%{_kde_libdir}/kde4/activitymanager_plugin_nepomuk.so
%{_kde_libdir}/kde4/activitymanager_plugin_slc.so
%{_kde_libdir}/kde4/activitymanager_plugin_sqlite.so
%{_kde_libdir}/kde4/activitymanager_plugin_virtualdesktopswitch.so
%{_kde_libdir}/kde4/kactivitymanagerd_fileitem_linking_plugin.so
%{_kde_libdir}/kde4/kio_activities.so
%{_kde_datadir}/kde4/services/activities.protocol
%{_kde_datadir}/kde4/services/activitymanager-plugin-activityranking.desktop
%{_kde_datadir}/kde4/services/activitymanager-plugin-nepomuk.desktop
%{_kde_datadir}/kde4/services/activitymanager-plugin-slc.desktop
%{_kde_datadir}/kde4/services/activitymanager-plugin-sqlite.desktop
%{_kde_datadir}/kde4/services/activitymanager-plugin-globalshortcuts.desktop
%{_kde_datadir}/kde4/services/kactivitymanagerd.desktop
%{_kde_datadir}/kde4/services/kactivitymanagerd_fileitem_linking_plugin.desktop
%{_kde_datadir}/kde4/services/activitymanager-plugin-virtualdesktopswitch.desktop
%{_kde_datadir}/kde4/services/kcm_activities.desktop
%{_kde_datadir}/kde4/servicetypes/activitymanager-plugin.desktop
%{_datadir}/ontology/kde/kao.*
%{_kde_libdir}/kde4/imports/org/kde/activities
%{_kde_libdir}/kde4/kcm_activities.so
%{_kde_appsdir}/activitymanager


#-----------------------------------------------------------------------

%define libkactivities_major 6
%define libkactivities %mklibname kactivities %{libkactivities_major}

%package -n %{libkactivities}
Summary:	Runtime library for %{name}

%description -n %{libkactivities}
Library file needed by %{name}

%files -n %{libkactivities}
%{_kde_libdir}/libkactivities.so.%{libkactivities_major}*

#-----------------------------------------------------------------------

%define libkactivities_models_major 1
%define libkactivities_models %mklibname kactivities-models %{libkactivities_models_major}

%package -n %{libkactivities_models}
Summary:	Runtime library for %{name}-models

%description -n %{libkactivities_models}
Library file needed by %{name}-models

%files -n %{libkactivities_models}
%{_kde_libdir}/libkactivities-models.so.%{libkactivities_models_major}*

#-----------------------------------------------------------------------

%package devel
Summary:	Developer files for %{name}
Requires:	kdelibs4-devel
Requires:	%{libkactivities} = %{EVRD}
Requires:	%{libkactivities_models} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description devel
%{summary}.

%files devel
%{_kde_libdir}/libkactivities.so
%{_kde_libdir}/libkactivities-models.so
%{_libdir}/cmake/KActivities
%{_libdir}/cmake/KActivities-Models
%{_libdir}/pkgconfig/*.pc
%{_kde_includedir}/KDE/KActivities
%{_kde_includedir}/kactivities
%{_kde_includedir}/kactivities-models

#-----------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
%cmake_kde4 \
	-DKACTIVITIES_BUILD_NEPOMUK_PLUGIN:bool=ON \
	-DKACTIVITIES_BUILD_DUMMY_PLUGIN:bool=ON
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:4.13.3-1
+ Revision: 8b4e190
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17237 |14mr|libkarma-0.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname karma %major

Summary:   	Rio Karma tools
Name:      	libkarma
Version:   	0.1.2
Release:   	4
License:   	GPLv2+
Group:     	System/Libraries
Url:	   	http://www.freakysoft.de/libkarma/
Source0:   	http://www.freakysoft.de/libkarma/libkarma-%{version}.tar.gz
Source2:	http://bobcopeland.com/karma/banshee/preferences.fdi
Source3:	http://bobcopeland.com/karma/banshee/multimedia-player-rio-karma.png
Source4:	karma-sharp.dll.config
BuildRequires:	mono-devel
BuildRequires:	taglib-devel
BuildRequires:	libusb-devel
BuildRequires:	zlib-devel
Requires:	%libname >= %version
%define __noautoreq 'libkarma'

%description
Rio Karma access library

%package -n %libname
Summary: Rio Karma access library
Group: System/Libraries

%description -n %libname
Rio Karma access library


%package -n %libname-devel
Summary:   	Rio Karma development files
Group:     	Development/C
Requires:	%libname = %version
Provides:	%name-devel = %{EVRD}

%description -n %libname-devel
Rio Karma development files


%package -n karma-sharp
Summary:   	Rio Karma C# bindings
Group:     	Development/Other
Requires:	%name = %version

%description -n karma-sharp
Rio Karma C# bindings


%prep
%setup -q -n libkarma-%{version}

%build
make PREFIX=%{buildroot}/%_prefix

%install
rm -rf %{buildroot} installed-docs
mkdir -p %{buildroot}
make install PREFIX=%{buildroot}/%_prefix CHOWNPROG=/bin/true CHGRPPROG=/bin/true
perl -pi -e "s^%buildroot^^" %buildroot%_prefix/lib/pkgconfig/karma-sharp.pc
%if %_lib != lib
mv %buildroot%_prefix/lib %buildroot%_libdir
perl -pi -e "s^/lib^/%_lib^" %buildroot%_libdir/pkgconfig/karma-sharp.pc
%endif


install -m 644 -D libkarma.fdi %buildroot%_sysconfdir/hal/fdi/information/20-rio-karma.fdi
install -m 644 -D %SOURCE2 %buildroot%_sysconfdir/hal/fdi/policy/preferences.fdi
install -m 644 -D %SOURCE3 %buildroot%_datadir/icons/hicolor/32x32/devices/multimedia-player-rio-karma.png

cat > README.urpmi << EOF
For automatic mounting, add the following line to your
/etc/fstab. Otherwise gnome-volume-manager will refuse to mount the
device, as it doesn't know about the Karma's proprietary filesystem.

/dev/disk/by-id/usb-Rio_Rio_Karma_0000000000000000-part2    /media/karma    omfs    user,noauto    0   0

EOF

install -m 644 %SOURCE4 %buildroot%_libdir/karma-sharp/karma-sharp.dll.config

# Drop double slash
sed -i 's%//usr%/usr%' %buildroot%_libdir/pkgconfig/karma-sharp.pc

%files
%doc THANKS TODO README.urpmi
%config(noreplace) %_sysconfdir/hal/fdi/information/20-rio-karma.fdi
%config(noreplace) %_sysconfdir/hal/fdi/policy/preferences.fdi
%_bindir/riocp
%_bindir/chprop
%_mandir/man1/*.1*
%attr(4755,root,root) %_bindir/karma_helper
%_datadir/icons/hicolor/32x32/devices/multimedia-player-rio-karma.png

%files -n %libname
%_libdir/libkarma.so.%{major}*

%files -n %libname-devel
%_includedir/*
%_libdir/libkarma.a
%_libdir/libkarma.so

%files -n karma-sharp
%_libdir/karma-sharp/*
%_libdir/pkgconfig/karma-sharp.pc





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.2-4
+ Revision: 4232797
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17238 |14mr|libkate-0.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname kate %{major}
%define develname %mklibname -d kate
%define staticname %mklibname -s -d kate

Summary:	Karaoke and text codec for embedding in ogg
Name:		libkate
Version:	0.4.1
Release:	4
Source0:	http://libkate.googlecode.com/files/%{name}-%{version}.tar.gz
License:	BSD
Group:		System/Libraries
Url:		http://code.google.com/p/libkate/
BuildRequires:	python-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	liboggz-tools
BuildRequires:	doxygen

%description
Kate is an overlay codec, originally designed for karaoke and text,
that can be multiplixed in Ogg. Text and images can be carried by a
Kate stream, and animated. Most of the time, this would be multiplexed
with audio/video to carry subtitles, song lyrics (with or without
karaoke data), etc, but doesn't have to be.

Series of curves (splines, segments, etc) may be attached to various
properties (text position, font size, etc) to create animated
overlays. This allows scrolling or fading text to be defined. This can
even be used to draw arbitrary shapes, so hand drawing can also be
represented by a Kate stream.

%package -n %{libname}
Group:		System/Libraries
Summary:	Karaoke and text codec for embedding in ogg

%description -n %{libname}
Kate is an overlay codec, originally designed for karaoke and text,
that can be multiplixed in Ogg. Text and images can be carried by a
Kate stream, and animated. Most of the time, this would be multiplexed
with audio/video to carry subtitles, song lyrics (with or without
karaoke data), etc, but doesn't have to be.

Series of curves (splines, segments, etc) may be attached to various
properties (text position, font size, etc) to create animated
overlays. This allows scrolling or fading text to be defined. This can
even be used to draw arbitrary shapes, so hand drawing can also be
represented by a Kate stream.

%package -n %{develname}
Group:		Development/C
Summary:	Karaoke and text codec for embedding in ogg
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Kate is an overlay codec, originally designed for karaoke and text,
that can be multiplixed in Ogg. Text and images can be carried by a
Kate stream, and animated. Most of the time, this would be multiplexed
with audio/video to carry subtitles, song lyrics (with or without
karaoke data), etc, but doesn't have to be.

Series of curves (splines, segments, etc) may be attached to various
properties (text position, font size, etc) to create animated
overlays. This allows scrolling or fading text to be defined. This can
even be used to draw arbitrary shapes, so hand drawing can also be
represented by a Kate stream.

%package -n %{staticname}
Group:		Development/C
Summary:	Karaoke and text codec for embedding in ogg
Requires:	%{develname} = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}

%description -n %{staticname}
Kate is an overlay codec, originally designed for karaoke and text,
that can be multiplixed in Ogg. Text and images can be carried by a
Kate stream, and animated. Most of the time, this would be multiplexed
with audio/video to carry subtitles, song lyrics (with or without
karaoke data), etc, but doesn't have to be.

Series of curves (splines, segments, etc) may be attached to various
properties (text position, font size, etc) to create animated
overlays. This allows scrolling or fading text to be defined. This can
even be used to draw arbitrary shapes, so hand drawing can also be
represented by a Kate stream.

%package -n python-kdj
Group:		Development/Python
Summary:	Karaoke and text codec for embedding in ogg
Requires:	liboggz-tools
Requires:	%{name}-tools = %{version}-%{release}
Requires:	wxPythonGTK

%description -n python-kdj
Kate is an overlay codec, originally designed for karaoke and text,
that can be multiplixed in Ogg. Text and images can be carried by a
Kate stream, and animated. Most of the time, this would be multiplexed
with audio/video to carry subtitles, song lyrics (with or without
karaoke data), etc, but doesn't have to be.

Series of curves (splines, segments, etc) may be attached to various
properties (text position, font size, etc) to create animated
overlays. This allows scrolling or fading text to be defined. This can
even be used to draw arbitrary shapes, so hand drawing can also be
represented by a Kate stream.

%package tools
Group:		Video
Summary:	Karaoke and text codec for embedding in ogg
Requires:	%{libname} = %{version}-%{release}

%description tools
Kate is an overlay codec, originally designed for karaoke and text,
that can be multiplixed in Ogg. Text and images can be carried by a
Kate stream, and animated. Most of the time, this would be multiplexed
with audio/video to carry subtitles, song lyrics (with or without
karaoke data), etc, but doesn't have to be.

Series of curves (splines, segments, etc) may be attached to various
properties (text position, font size, etc) to create animated
overlays. This allows scrolling or fading text to be defined. This can
even be used to draw arbitrary shapes, so hand drawing can also be
represented by a Kate stream.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
mkdir -p installed-docs
mv %{buildroot}%{_datadir}/doc/%{name}/html installed-docs
rm -rf %{buildroot}%{_datadir}/doc

%files tools
%{_bindir}/katalyzer
%{_bindir}/katedec
%{_bindir}/kateenc
%{_mandir}/man1/katalyzer.1*
%{_mandir}/man1/katedec.1*
%{_mandir}/man1/kateenc.1*

%files -n %{libname}
%doc README THANKS AUTHORS
%{_libdir}/libkate.so.%{major}*
%{_libdir}/liboggkate.so.%{major}*

%files -n %{develname}
%doc ChangeLog installed-docs/*
%{_libdir}/libkate.so
%{_libdir}/liboggkate.so
%{_libdir}/pkgconfig/kate.pc
%{_libdir}/pkgconfig/oggkate.pc
%{_includedir}/kate

%files -n %{staticname}
%{_libdir}/libkate.a
%{_libdir}/liboggkate.a

%files -n python-kdj
%{_bindir}/KateDJ
%{py_puresitedir}/kdj
%{_mandir}/man1/KateDJ.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.1-4
+ Revision: 709f96b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17239 |14mr|libkcddb-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		libkcddb
Summary:	KDE4 library for retrieving and sending CDDB information
Version:	4.13.3
Release:	1
Epoch:		3
Group:		Graphical desktop/KDE
License:	GPLv2
URL:		http://projects.kde.org/projects/kde/kdemultimedia/libkcddb
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libmusicbrainz5)
Conflicts:	%{_lib}kcddb4 < 3:4.8.95
Conflicts:	kde4-audiocd < 3:4.8.95

%description
KDE4 library for retrieving and sending CDDB information.

%files
%{_kde_datadir}/config.kcfg/libkcddb.kcfg
%{_kde_services}/libkcddb.desktop
%{_kde_docdir}/HTML/en/kcontrol/cddbretrieval
%{_kde_libdir}/kde4/kcm_cddb.so

#------------------------------------------------------------------------------
%define kcddb_major 4
%define libkcddb %mklibname kcddb %{kcddb_major}

%package -n %{libkcddb}
Summary:	%{name} library
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libkcddb}
KDE4 library for retrieving and sending CDDB information.

%files -n %{libkcddb}
%{_kde_libdir}/libkcddb.so.%{kcddb_major}*

#------------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libkcddb} = %{EVRD}
Conflicts:	kdemultimedia4-devel < 3:4.8.95

%description devel
KDE4 library for retrieving and sending CDDB information.

This package contains header files needed if you wish to build applications
based on libkcddb.

%files devel
%{_kde_libdir}/libkcddb.so
%{_kde_libdir}/cmake/libkcddb
%{_kde_includedir}/*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 3b25a9d
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17240 |14mr|libkcompactdisc-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		libkcompactdisc
Version:	4.13.3
Release:	1
Epoch:		3
Summary:	KDE library for playing & ripping CDs
Group:		System/Libraries
License:	GPLv2
URL:		https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(alsa)

%description
KDE library for playing & ripping CDs.

#------------------------------------------------------------------------------
%define kcompactdisc_major 4
%define libkcompactdisc %mklibname kcompactdisc %{kcompactdisc_major}

%package -n %{libkcompactdisc}
Summary:	KDE library for playing & ripping CDs
Group:		System/Libraries

%description -n %{libkcompactdisc}
KDE library for playing & ripping CDs.

%files -n %{libkcompactdisc}
%{_kde_libdir}/libkcompactdisc.so.%{kcompactdisc_major}
%{_kde_libdir}/libkcompactdisc.so.%{kcompactdisc_major}.*

#------------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libkcompactdisc} = %{EVRD}
Conflicts:	kdemultimedia4-devel < 3:4.8.95

%description devel
KDE library for playing & ripping CDs.

This package contains header files needed if you wish to build applications
based on libkcompactdisc.

%files devel
%{_kde_libdir}/libkcompactdisc.so
%{_kde_libdir}/cmake/libkcompactdisc
%{_kde_includedir}/*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 23e6604
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17241 |14mr|libkdcraw-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	C++ interface around LibRaw library
Name:		libkdcraw
Version:	4.13.3
Release:	1
Epoch:		2
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	automoc4
BuildRequires:	kdelibs4-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libraw)

%description
Libkdcraw is a C++ interface around LibRaw library used to decode RAW
picture files. More information about LibRaw can be found at
http://www.libraw.org.

%files
%doc README AUTHORS NEWS TODO COPYING

#----------------------------------------------------------------------

%package common
Summary:	Non-library files for the kdcraw library
Group:		System/Libraries

%description common
Common files for the kdcraw library

%files common
%{_kde_appsdir}/libkdcraw
%{_kde_iconsdir}/hicolor/*/apps/kdcraw.png

#------------------------------------------------

%define kdcraw_major 23
%define libkdcraw %mklibname kdcraw %{kdcraw_major}

%package -n %{libkdcraw}
Summary:	Kdcraw library
Group:		System/Libraries
Requires:	%{name}-common = %{EVRD}
Obsoletes:	%{_lib}kdcraw20 < 2:4.9.0
Obsoletes:	%{_lib}kdcraw21 < 2:4.10.0
Obsoletes:	%{_lib}kdcraw22 < 2:4.12.0

%description -n %{libkdcraw}
Libkdcraw is a C++ interface around LibRaw library used to decode RAW
picture files. More information about LibRaw can be found at
http://www.libraw.org.

%files -n %{libkdcraw}
%{_kde_libdir}/libkdcraw.so.%{kdcraw_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libkdcraw} = %{EVRD}
Conflicts:	kdegraphics4-devel < 2:4.6.90

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_includedir}/libkdcraw/
%{_kde_libdir}/libkdcraw.so
%{_kde_libdir}/pkgconfig/libkdcraw.pc

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: 490eb2a
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17242 |14mr|libkdeedu-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Free Educational Software based on the KDE technologies
Name:		libkdeedu
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2
Url:		http://edu.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	automoc4
# Add conflicts again khangman since some kvtml files were stored in the khangman package
Conflicts:	khangman < 4.6.90
Conflicts:	kanagram < 4.6.90
Obsoletes:	kdeedu4 < 4.6.90
Obsoletes:	kdeedu4-core < 4.6.90

%description
Runtime library for KDE Education Application

%files
%doc README AUTHORS
%dir %{_kde_appsdir}/kvtml/en
%{_kde_appsdir}/kvtml/en/animals.kvtml
%{_kde_appsdir}/kvtml/en/clothing.kvtml
%{_kde_appsdir}/kvtml/en/computers.kvtml
%{_kde_appsdir}/kvtml/en/currencies.kvtml
%{_kde_appsdir}/kvtml/en/easy.kvtml
%{_kde_appsdir}/kvtml/en/fruits.kvtml
%{_kde_appsdir}/kvtml/en/hard.kvtml
%{_kde_appsdir}/kvtml/en/inventions.kvtml
%{_kde_appsdir}/kvtml/en/medium.kvtml
%{_kde_appsdir}/kvtml/en/numbers.kvtml
%{_kde_appsdir}/kvtml/en/objects.kvtml
%{_kde_appsdir}/kvtml/en/people.kvtml
%{_kde_appsdir}/kvtml/en/professions.kvtml
%{_kde_appsdir}/kvtml/en/space.kvtml
%{_kde_appsdir}/kvtml/en/sports.kvtml
%{_kde_appsdir}/kvtml/en/transportation.kvtml
%{_kde_appsdir}/kvtml/en/vegetables.kvtml
%{_kde_appsdir}/kvtml/en/worldcapitals.kvtml
%{_iconsdir}/hicolor/*/actions/editplots.png
%{_iconsdir}/hicolor/*/actions/functionhelp.png
%{_iconsdir}/hicolor/*/actions/maximum.png
%{_iconsdir}/hicolor/*/actions/minimum.png
%{_iconsdir}/hicolor/*/actions/newdifferential.png
%{_iconsdir}/hicolor/*/actions/newfunction.png
%{_iconsdir}/hicolor/*/actions/newimplicit.png
%{_iconsdir}/hicolor/*/actions/newparametric.png
%{_iconsdir}/hicolor/*/actions/newpolar.png
%{_iconsdir}/hicolor/*/actions/resetview.png
%{_iconsdir}/hicolor/scalable/actions/deriv_func.svgz
%{_iconsdir}/hicolor/scalable/actions/editconstants.svgz
%{_iconsdir}/hicolor/scalable/actions/editplots.svgz
%{_iconsdir}/hicolor/scalable/actions/functionhelp.svgz
%{_iconsdir}/hicolor/scalable/actions/integral_func.svgz
%{_iconsdir}/hicolor/scalable/actions/maximum.svgz
%{_iconsdir}/hicolor/scalable/actions/minimum.svgz
%{_iconsdir}/hicolor/scalable/actions/newfunction.svgz
%{_iconsdir}/hicolor/scalable/actions/newparametric.svgz
%{_iconsdir}/hicolor/scalable/actions/newpolar.svgz
%{_iconsdir}/hicolor/scalable/actions/resetview.svgz
%{_iconsdir}/hicolor/*/actions/coords.png
%{_iconsdir}/hicolor/*/actions/deriv_func.png
%{_iconsdir}/hicolor/*/actions/editconstants.png
%{_iconsdir}/hicolor/*/actions/func.png
%{_iconsdir}/hicolor/*/actions/integral_func.png
%{_iconsdir}/hicolor/*/actions/lessen.png
%{_iconsdir}/hicolor/*/actions/magnify.png

#---------------------------------------------

%define keduvocdocument_major 4
%define libkeduvocdocument %mklibname keduvocdocument %{keduvocdocument_major}

%package -n %{libkeduvocdocument}
Summary:	Runtime library for KDE Education Application
Group:		System/Libraries

%description -n %{libkeduvocdocument}
Runtime library for KDE Education Application

%files -n %{libkeduvocdocument}
%{_kde_libdir}/libkeduvocdocument.so.%{keduvocdocument_major}*

#--------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libkeduvocdocument} = %{version}-%{release}
Conflicts:	kdeedu4-devel < 4.6.90

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_includedir}/libkdeedu
%{_kde_libdir}/libkeduvocdocument.so
%{_kde_libdir}/libqtmmlwidget.a
%{_kde_libdir}/cmake/%{name}

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 3a830fd
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17243 |14mr|libkdegames-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE games library
Name:		libkdegames
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://games.kde.org/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sndfile)

%description
This packages provides common code and data for many KDE games.

#-------------------------------------------------------------------------------

%package common
Summary:	Common files needed by KDE games
Group:		Graphical desktop/KDE
BuildArch:	noarch
Obsoletes:	kdegames4-core < 1:4.9.80

%description common
This package provides common files needed by KDE games such as carddecks
for KDE cardgames.

%files common
%{_kde_appsdir}/carddecks/
%{_kde_appsdir}/kconf_update/kgthemeprovider-migration.upd

#-------------------------------------------------------------------------------

%package corebindings
Summary:	Qml plugins for KDE games
Group:		Graphical desktop/KDE

%description corebindings
Qml plugins for KDE games.

%files corebindings
%{_kde_libdir}/kde4/imports/org/kde/games/core/KgItem.qml
%{_kde_libdir}/kde4/imports/org/kde/games/core/libcorebindingsplugin.so
%{_kde_libdir}/kde4/imports/org/kde/games/core/qmldir

#-------------------------------------------------------------------------------

%define libkdegames_major 6
%define libkdegames %mklibname kdegames %{libkdegames_major}

%package -n %{libkdegames}
Summary:	Runtime Library for KDE games
Group:		System/Libraries
Obsoletes:	%{_lib}kdegames4 < 1:4.8.0
Obsoletes:	%{_lib}kdegames5 < 1:4.9.0
Obsoletes:	%{_lib}kggzgames4 < 1:4.8.0
Obsoletes:	%{_lib}kggzmod4 < 1:4.8.0
Obsoletes:	%{_lib}kggznet4 < 1:4.8.0

%description -n %{libkdegames}
Runtime Library for KDE games.

%files -n %{libkdegames}
%{_kde_libdir}/libkdegames.so.%{libkdegames_major}*

#-------------------------------------------------------------------------------

%define libkdegamesprivate_major 1
%define libkdegamesprivate %mklibname kdegamesprivate 1

%package -n %{libkdegamesprivate}
Summary:	Runtime Library for KDE games
Group:		System/Libraries

%description -n %{libkdegamesprivate}
Runtime Library for KDE games.

%files -n %{libkdegamesprivate}
%{_kde_libdir}/libkdegamesprivate.so.%{libkdegamesprivate_major}*

#-------------------------------------------------------------------------------

%package devel
Summary:	Headers files for KDE games library
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Obsoletes:	kdegames4-devel < 1:4.9.80
Provides:	kdegames4-devel = %{EVRD}
Requires:	%{libkdegames} = %{EVRD}
Requires:	%{libkdegamesprivate} = %{EVRD}

%description devel
Headers files needed to build applications based on KDE games library.

%files devel
%{_kde_libdir}/cmake/KDEGames/*.cmake
%{_kde_libdir}/libkdegamesprivate.so
%{_kde_libdir}/libkdegames.so
%{_kde_includedir}/*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 705e9b6
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17244 |14mr|libkexiv2-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 11
%define libname %mklibname kexiv2_ %{major}
%define devname %mklibname kexiv2 -d

Summary:	KDE4 wrapper around exiv2 library
Name:		libkexiv2
Version:	4.13.3
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	automoc4
Conflicts:	%{_lib}kexiv2_9 < 2:4.6.90

%description
Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures
metadata as EXIF/IPTC and XMP.

%files
%doc AUTHORS COPYING NEWS README TODO
%{_kde_appsdir}/libkexiv2/data/topicset.iptc-subjectcode.xml

#--------------------------------------------------------------------

%package -n %{libname}
Summary:	%{name} library
Group:		System/Libraries
Obsoletes:	%{_lib}kexiv2_10 < 2:4.8.90
Requires:	%{name}

%description -n %{libname}
Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures
metadata as EXIF/IPTC and XMP.

%files -n %{libname}
%{_kde_libdir}/libkexiv2.so.%{major}*

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	pkgconfig(exiv2)
Requires:	%{libname} = %{EVRD}
Conflicts:	kdegraphics4-devel < 2:4.6.10
Conflicts:	libkexiv2-devel < 2:4.12.1
Obsoletes:	libkexiv2-devel < 2:4.12.1

%description -n %{devname}
This package contains header files needed if you wish to build applications
based on libkexiv2.

%files -n %{devname}
%{_includedir}/libkexiv2
%{_libdir}/cmake/libkexiv2-*/*.cmake
%{_libdir}/pkgconfig/libkexiv2.pc
%{_libdir}/libkexiv2.so

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: c174feb
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17245 |14mr|libkfbapi-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Library to access various Facebook services via their public API
Name:		libkfbapi
Version:	1.0
Release:	4
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/extragear/libs/%{name}
Source0:	http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
BuildRequires:	xsltproc
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	pkgconfig(QJson)

%description
Library to access various Facebook services via their public API.

#----------------------------------------------------------------------------

%package i18n
Summary:	Translations for libkfbapi
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
Translations for libkfbapi.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define major 1
%define libname %mklibname kfbapi %{major}

%package -n %{libname}
Summary:	Runtime library for libkfbapi
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libname}
Library to access various Facebook services via their public API.

%files -n %{libname}
%{_kde_libdir}/libkfbapi.so.%{major}*

#----------------------------------------------------------------------------

%define devname %mklibname -d kfbapi

%package -n %{devname}
Summary:	Development files for libkfbapi
Group:		Development/KDE and Qt
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for libkfbapi.

%files -n %{devname}
%{_kde_libdir}/libkfbapi.so
%{_kde_includedir}/*
%{_kde_libdir}/pkgconfig/*.pc
%{_kde_libdir}/cmake/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}

%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-4
+ Revision: 49d911a
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17246 |14mr|libkgapi-2.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Library to access various Google services via their public API
Name:		libkgapi
Version:	2.1.0
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://progdan.cz/category/akonadi-google/
Source0:	http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
Patch0:		libkgapi-2.1.0-pkgconfig.patch
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(QJson)

%description
LibKGAPI (previously called LibKGoogle) is a C++ library that implements APIs
for various Google services.

Currently supported APIs:
  - Calendar API v3 (https://developers.google.com/google-apps/calendar)
  - Contacts API v3 (https://developers.google.com/google-apps/contacts/v3/)
  - Tasks API v1 (https://developers.google.com/google-apps/tasks)
  - Latitude API v1 (https://developers.google.com/latitude/v1/)
  - Static Google Maps API v2
    (https://developers.google.com/maps/documentation/staticmaps/)
  - Drive API v2 (https://developers.google.com/drive/v2/reference)

#----------------------------------------------------------------------------

%define major2 2
%define libname2 %mklibname kgapi2_ %{major2}

%package -n %{libname2}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libname2}
Runtime Library for %{name}.

%files -n %{libname2}
%{_kde_libdir}/libkgapi2.so.%{major2}
%{_kde_libdir}/libkgapi2.so.%{version}

#----------------------------------------------------------------------------

%define devname %mklibname -d kgapi

%package -n %{devname}
Summary:	Development files for libkgapi
Group:		Development/KDE and Qt
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname2} = %{EVRD}

%description -n %{devname}
Development files for libkgapi.

%files -n %{devname}
%{_kde_libdir}/libkgapi2.so
%{_kde_includedir}/*
%{_kde_libdir}/pkgconfig/*.pc
%{_kde_libdir}/cmake/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.0-3
+ Revision: a27f6aa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17247 |14mr|libkipi-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Interface to use kipi-plugins for KDE
Name:		libkipi
Version:	4.13.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source:		ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	automoc4

%description
Libkipi is an interface to use kipi-plugins from a KDE image management
program like digiKam (http://www.digikam.org).

#------------------------------------------------

%package -n kipi-common
Summary:	Non-library files for the kipi library
Group:		System/Libraries

%description -n kipi-common
Common files and tools for the kipi library.

%files -n kipi-common
%doc README TODO AUTHORS COPYING
%{_kde_bindir}/kxmlkipicmd
%{_kde_appsdir}/kipi
%{_kde_appsdir}/kxmlkipicmd
%{_kde_iconsdir}/*/*/*/kipi.*
%{_kde_libdir}/kde4/kipiplugin_kxmlhelloworld.so
%{_kde_services}/kipiplugin_kxmlhelloworld.desktop
%{_kde_servicetypes}/kipiplugin.desktop

#------------------------------------------------

%define kipi_major 11
%define libkipi %mklibname kipi %{kipi_major}

%package -n %{libkipi}
Summary:	libkipi library
Group:		System/Libraries
Obsoletes:	%{_lib}kipi8 < 2:4.9.0
Obsoletes:	%{_lib}kipi9 < 2:4.10.0
Obsoletes:	%{_lib}kipi10 < 2:4.11.0

%description -n %{libkipi}
Libkipi is an interface to use kipi-plugins from a KDE image management
program like digiKam (http://www.digikam.org).

%files -n %{libkipi}
%{_kde_libdir}/libkipi.so.%{kipi_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel >= 2:%{version}
Requires:	%{libkipi} = %{EVRD}
Conflicts:	kdegraphics4-devel < 2:4.6.90

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_includedir}/%{name}
%{_kde_libdir}/libkipi.so
%{_kde_libdir}/pkgconfig/libkipi.pc

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: fd7d37f
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17248 |14mr|libkmahjongg-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		libkmahjongg
Summary:	Library used for loading and rendering of Mahjongg tilesets
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
This package provides the library for loading and rendering of Mahjongg
tilesets and associated backgrounds, used by KMahjongg, Kajongg and KShisen.

#------------------------------------------------------------------------------

%package -n kmahjongglib
Summary:	Common files needed by KMahjongg, Kajongg and KShisen
Group:		Games/Other
BuildArch:	noarch

%description -n kmahjongglib
Common files needed by KMahjongg, Kajongg and KShisen.

%files -n kmahjongglib
%{_kde_appsdir}/kmahjongglib

#-------------------------------------------------------------------------------

%define libkmahjongglib_major 4
%define libkmahjongglib %mklibname kmahjongglib %{libkmahjongglib_major}

%package -n %{libkmahjongglib}
Summary:	Runtime library for KMahjongg
Group:		System/Libraries
Requires:	kmahjongglib

%description -n %{libkmahjongglib}
Runtime library for KMahjongg.

%files -n %{libkmahjongglib}
%{_kde_libdir}/libkmahjongglib.so.%{libkmahjongglib_major}*

#-------------------------------------------------------------------------------

%package devel
Summary:	Headers files for KMahjongg library
Group:		Development/KDE and Qt
Conflicts:	kdegames4-devel < 1:4.9.80
Requires:	libkdegames-devel
Requires:	%{libkmahjongglib} = %{EVRD}

%description devel
Headers files needed to build applications based on KMahjongg library.

%files devel
%{_kde_libdir}/libkmahjongglib.so
%{_kde_includedir}/*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 1c819e2
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17249 |14mr|libkmfl-0.9.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname kmfl %{major}
%define develname %mklibname kmfl -d

Name:		libkmfl
Summary:	Keystroke interpreter for Tavultesoft Keyman files
Version:	0.9.9
Release:	2
Group:		System/Internationalization
License:	GPLv2+
URL:		http://kmfl.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/kmfl/%{name}-%{version}.tar.gz
Patch0:		libkmfl-0.9.8-fix-linkage.patch
BuildRequires:	kmflcomp-devel >= %{version}

%description
KMFL is a keyboarding input method which aims to bring Tavultesoft
Keyman functionality to Linux.

libkmfl is one of three parts of the KMFL project. It provides an 
engine to interpret compiled KMFL keyboard tables. The other two parts
are kmflcomp and libscim-kmfl-imengine.

%package -n	%{libname}
Summary:	KMFL library
Group:		System/Internationalization
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
KMFL is a keyboarding input method which aims to bring Tavultesoft
Keyman functionality to Linux.

libkmfl is one of three parts of the KMFL project. It provides an 
engine to interpret compiled KMFL keyboard tables. The other two parts
are kmflcomp and libscim-kmfl-imengine.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname kmfl 0 -d}

%description -n %{develname}
Headers of %{name} for development.

%prep
%setup -q
%patch0 -p0

%build
%define _disable_ld_no_undefined 1
%configure2_5x
%make

%install
%makeinstall_std

# remove documents (AUTHORS, COPYING etc.)
# they should be installed by %doc
rm -rf %{buildroot}/%{_prefix}/doc/

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libkmfl.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog
%{_includedir}/kmfl/libkmfl.h
%{_libdir}/libkmfl.a
%{_libdir}/libkmfl.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.9-2
+ Revision: 351049d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17250 |14mr|libkomparediff2-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname komparediff2_ %{major}
%define devname %mklibname komparediff2 -d

Summary:	KDE library to compare files and strings
Name:		libkomparediff2
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KDE library to compare files and strings.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Kompare shared library
Group:		System/Libraries

%description -n %{libname}
Kompare shared library.

%files -n %{libname}
%doc COPYING
%{_kde_libdir}/libkomparediff2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libkomparediff2
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	kdesdk4-devel < 1:1.4.11.0
Conflicts:	kompare-devel < 1:1.4.12.0

%description -n %{devname}
This package includes the header files you will need to compile applications
based on libkomparediff2 library.

%files -n %{devname}
%doc COPYING
%{_kde_includedir}/%{name}
%{_kde_libdir}/cmake/%{name}/
%{_kde_libdir}/libkomparediff2.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 1390c16
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17251 |14mr|libkpeople-0.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3

Summary:	Metacontact aggregation library for KDE
Name:		libkpeople
Version:	0.2.2
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2.1+
Url:		https://projects.kde.org/projects/playground/network/libkpeople
Source0:	ftp://ftp.kde.org/pub/kde/unstable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel

%description
A library that provides access to all contacts and the people who hold them.

#----------------------------------------------------------------------------

%package core
Summary:	Commons files used by %{name}
Group:		Graphical desktop/KDE

%description core
Commons files used by %{name}

%files  core -f %{name}.lang
%{_kde_appsdir}/kpeople/dummy_avatar.png
%{_kde_libdir}/kde4/akonadi_kpeople_plugin.so
%{_kde_services}/akonadi_kpeople_plugin.desktop
%{_kde_servicetypes}/kpeople_data_source.desktop
%{_kde_servicetypes}/kpeople_plugin.desktop
%{_kde_servicetypes}/persondetailsplugin.desktop

#----------------------------------------------------------------------------

%define libkpeople %mklibname kpeople %{major}

%package -n %{libkpeople}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libkpeople}
Runtime library for %{name}.

%files -n %{libkpeople}
%{_kde_libdir}/libkpeople.so.0*
%{_kde_libdir}/libkpeople.so.%{major}

#----------------------------------------------------------------------------

%define libkpeoplewidgets %mklibname kpeoplewidgets %{major}

%package -n %{libkpeoplewidgets}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libkpeoplewidgets}
Runtime library for %{name}.

%files -n %{libkpeoplewidgets}
%{_kde_libdir}/libkpeoplewidgets.so.0*
%{_kde_libdir}/libkpeoplewidgets.so.%{major}

#----------------------------------------------------------------------------

%define devname %mklibname kpeople -d

%package -n %{devname}
Summary:	Headers files for %{name}
Group:		Development/KDE and Qt
Provides:	%{name}-devel = %{EVRD}
Provides:	kpeople-devel = %{EVRD}
Requires:	%{libkpeople} = %{EVRD}
Requires:	%{libkpeoplewidgets} = %{EVRD}

%description -n %{devname}
Headers files for %{name}.

%files -n %{devname}
%{_kde_includedir}/KPeople/
%{_kde_includedir}/kpeople/
%{_kde_libdir}/cmake/KPeople/*.cmake
%{_kde_libdir}/libkpeople.so
%{_kde_libdir}/libkpeoplewidgets.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}

%changelog
* Sun Jul 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.2-1
+ Revision: 7ba116c
- New version 0.2.2, new library major 3, update BuildRequires and files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17252 |14mr|libksane-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A library for dealing with scanners
Name:		libksane
Version:	4.13.3
Release:	1
Epoch:		2
Group:		System/Libraries
License:	GPLv2
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	sane-devel
BuildRequires:	automoc4
Conflicts:	kdegraphics4-core < 2:4.6.90

%description
LibKSane is a KDE interface for SANE library to control flat scanner.

%files
%{_kde_iconsdir}/hicolor/*/actions/black-white.png
%{_kde_iconsdir}/hicolor/*/actions/color.png
%{_kde_iconsdir}/hicolor/*/actions/gray-scale.png

#------------------------------------------------

%define ksane_major 0
%define libksane %mklibname ksane %{ksane_major}

%package -n %{libksane}
Summary:	A library for dealing with scanners
Group:		System/Libraries

%description -n %{libksane}
LibKSane is a KDE interface for SANE library to control flat scanners.

%files -n %{libksane}
%{_kde_libdir}/libksane.so.%{ksane_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	sane-devel
Requires:	%{libksane} = %{EVRD}
Conflicts:	kdegraphics4-devel < 2:4.6.90

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_kde_includedir}/%{name}
%{_kde_libdir}/cmake/KSane/KSaneConfig.cmake
%{_kde_libdir}/libksane.so
%{_kde_libdir}/pkgconfig/libksane.pc

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: 14aca94
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17253 |14mr|libksba-1.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 8
%define libname %mklibname ksba %{major}
%define develname %mklibname ksba -d

Summary:        Library handling X.509 certificates and CMS data
Name:           libksba
Version:        1.2.0
Release:        6
License:        GPLv3
Group:          System/Libraries
URL:            http://www.gnupg.org/
Source0:        ftp://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.bz2
Source1:        ftp://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.bz2.sig
BuildRequires:  libgpg-error-devel >= 1.2

%description
KSBA is a library designed to build software based
on the X.509 and CMS protocols.

%package -n %{libname}
Summary:        Library handling X.509 certificates and CMS data
Group:          System/Libraries
Provides:       %{name} = %{version}-%{release}

%description -n %{libname}
KSBA is a library designed to build software based
on the X.509 and CMS protocols.

%package -n %{develname}
Summary:        Development files for %{name} package
Group:          Development/Other
Requires:       %{libname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
KSBA is a library designed to build software based
on the X.509 and CMS protocols.

This package contains files needed to develop
applications using %{name} (For example Ägypten project).

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/ksba-config

%check
%make check

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc AUTHORS ChangeLog README THANKS TODO
%{multiarch_bindir}/ksba-config
%{_bindir}/ksba-config
%{_datadir}/aclocal/*
%{_includedir}/*.h
%{_infodir}/*.info*
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-6
+ Revision: 9a70641
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17254 |14mr|libkscreen-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Display configuration library
Name:		libkscreen
Version:	1.0.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/libs/libkscreen
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-renderutil)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(QJson)
Requires:	kdebase4-runtime

%description
LibKScreen is a library that provides access to current configuration
of connected displays and ways to change the configuration.

%files
%{_kde_libdir}/kde4/plugins/kscreen/KSC_Fake.so
%{_kde_libdir}/kde4/plugins/kscreen/KSC_XRandR.so
%{_kde_libdir}/kde4/plugins/kscreen/KSC_XRandR11.so

#------------------------------------------------------------------------------

%define major 1
%define libname %mklibname kscreen %{major}

%package -n %{libname}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libname}
LibKScreen is a library that provides access to current configuration
of connected displays and ways to change the configuration.

%files -n %{libname}
%{_kde_libdir}/libkscreen.so.%{major}*

#------------------------------------------------------------------------------

%define devname %mklibname kscreen -d

%package -n %{devname}
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Files needed to build applications based on %{name}.

%files -n %{devname}
%{_kde_includedir}/kscreen
%{_kde_libdir}/cmake/LibKScreen
%{_kde_libdir}/libkscreen.so
%{_kde_libdir}/pkgconfig/kscreen.pc

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-2
+ Revision: b2c9719
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17255 |14mr|libktorrent-1.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	5
%define libname %mklibname ktorrent %{major}
%define devname %mklibname ktorrent -d

Name:		libktorrent
Version:	1.3.1
Release:	3
Summary:	BitTorrent program for KDE
Group:		Networking/File transfer
License:	GPLv2+
Url:		http://ktorrent.org/
Source0:	http://ktorrent.org/downloads/4.3.1/%{name}-%{version}.tar.bz2
BuildRequires:	boost-devel
BuildRequires:	gmp-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(qca2)

%description
KTorrent is a BitTorrent program for KDE. It's main features are:
 o Downloads torrent files
 o Upload speed capping, seeing that most people can't upload
   infinite amounts of data.
 o Internet searching using  The Bittorrent website's search engine
 o UDP Trackers

%package common
Summary:	Common files of libktorrent
Group:		System/Libraries

%description common
Common files for libktorrent, used by KTorrent, a BitTorrent program for
KDE.

%package -n %{libname}
Summary:	Ktorrent libbrary
Group:		System/Libraries
Requires:	%{name}-common >= %{version}-%{release}

%description -n %{libname}
KTorrent is a BitTorrent program for KDE. It's main features are:
 o Downloads torrent files
 o Upload speed capping, seeing that most people can't upload
   infinite amounts of data.
 o Internet searching using  The Bittorrent website's search engine
 o UDP Trackers

%package -n %{devname}
Summary:	Ktorrent plugin devel headers
Group:		Networking/File transfer
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	libktorrent-devel < 1.3.1-2

%description -n %{devname}
Ktorrent plugin devel headers.

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}

%files common -f %{name}.lang

%files -n %{libname}
%{_kde_libdir}/libktorrent.so.%{major}*

%files -n %{devname}
%{_kde_includedir}/*
%{_kde_appsdir}/cmake/*/*
%{_kde_libdir}/*.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.1-3
+ Revision: 222ca40
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17256 |14mr|libkvkontakte-1.0.0-0.git20120710.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 1
%define gitdate 20120710

%define major 1
%define libname %mklibname kvkontakte %{major}
%define libnamedev %mklibname -d kvkontakte

Name:		libkvkontakte
Summary:	Library for asynchronous interaction with vkontakte social network  
Group:		System/Libraries
Version:	1.0.0
Release:	0.git%{gitdate}.2
License:	GPLv2+
Url:		https://projects.kde.org/projects/extragear/libs/libkvkontakte
Source0:	%{name}-%{gitdate}.tar.bz2
BuildRequires:	qjson-devel
BuildRequires:	kdelibs4-devel

%description
KDE C++ library for asynchronous interaction with vkontakte.ru social
network via its open API.

#--------------------------------------------------------------------
%package -n %{libname}
Summary:	%{name} Library
Group:		System/Libraries

%description -n %{libname}
KDE C++ library for asynchronous interaction with vkontakte.ru social
network via its open API.

%files -n %{libname}
%{_kde_libdir}/libkvkontakte.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libnamedev}
Summary:	%{name} Developpement Files
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libkvkontakte-devel = %{version}-%{release}
Provides:	kvkontakte-devel = %{version}-%{release}

%description -n %{libnamedev}
This package contains libraries and headers files needed to develop
progams that need libkvkontakte.

%files -n %{libnamedev}
%{_kde_includedir}/libkvkontakte/
%{_kde_libdir}/cmake/LibKVkontakte/
%{_kde_libdir}/libkvkontakte.so

#--------------------------------------------------------------------
%prep
%setup -q%{?git:n %{name}}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Tue Jan 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-0.git20120710.2
+ Revision: 6cf3fb5
- LOG Rebuild for new qjson



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17257 |14mr|liblangtag-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname langtag %{major}
%define devname	%mklibname langtag -d

Summary:	An interface library to access tags for identifying languages
Name:		liblangtag
Version:	0.4.0
Release:	2
Group:		System/Internationalization
License:	LGPLv3+
Url:		https://github.com/tagoh/liblangtag/
Source0:	https://github.com/downloads/tagoh/%{name}/%{name}-%{version}.tar.bz2
Patch0:		0001-Fix-build-issues-with-MSVC.patch
Patch1:		fix-format-not-a-string-literal.diff
Patch2:		fix-linking.diff

BuildRequires:	gtk-doc
BuildRequires:	libtool
BuildRequires:	pkgconfig(libxml-2.0)

%description
%{name} is an interface library to access tags for identifying
languages.

Features:
* several subtag registry database supports:
  - language
  - extlang
  - script
  - region
  - variant
  - extension
  - grandfathered
  - redundant
* handling of the language tags
  - parser
  - matching
  - canonicalizing

%package -n %{libname}
Summary:	An interface library to access tags for identifying languages
Group:		System/Libraries

%description -n %{libname}
%{name} is an interface library to access tags for identifying
languages.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
This package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-shared \
	--disable-introspection

%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS COPYING NEWS README
%{_libdir}/%{name}.so.%{major}*
%{_libdir}/%{name}/*.so
%{_datadir}/%{name}

%files -n %{devname}
%doc COPYING
%doc %{_datadir}/gtk-doc/html/%{name}
%{_includedir}/%{name}
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.0-2
+ Revision: ac2031b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17258 |14mr|liblastfm-1.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		liblastfm
Version:	1.0.7
Release:	2
Summary:	Liblastfm is a collection of libraries to help you integrate Last.fm services
License:	GPLv3
Group:		System/Libraries
URL:		https://github.com/mxcl/liblastfm
Source0:	http://cdn.last.fm/client/%{name}-%{version}.tar.gz
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	ruby
BuildRequires:	cmake

%description
Liblastfm is a collection of libraries to help you integrate Last.fm services
into your rich desktop software. It is officially supported software developed
by Last.fm staff.

#---------------------------------------------------------------------

%define lastfm_major 1
%define libname %mklibname lastfm %{lastfm_major}

%package -n %{libname}
Group:		System/Libraries
Summary:	Liblastfm is a collection of libraries to help you integrate Last.fm services

%description -n %{libname}
Liblastfm is a collection of libraries to help you integrate Last.fm services
into your rich desktop software. It is officially supported software developed
by Last.fm staff.

%files -n %{libname}
%{_libdir}/liblastfm.so.%{lastfm_major}*

#---------------------------------------------------------------------

%define finger_major 1
%define libnamefinger %mklibname lastfm_fingerprint %{finger_major}

%package -n %{libnamefinger}
Group:		System/Libraries
Summary:	Liblastfm is a collection of libraries to help you integrate Last.fm services

%description -n %{libnamefinger}
Liblastfm is a collection of libraries to help you integrate Last.fm services
into your rich desktop software. It is officially supported software developed
by Last.fm staff.

%files -n %{libnamefinger}
%{_libdir}/liblastfm_fingerprint.so.%{finger_major}*

#---------------------------------------------------------------------

%define develname %mklibname lastfm -d

%package -n %{develname}
Group:		Development/C
Summary:	%{name} development header
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libnamefinger} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Install this package if you want do compile applications i
using the libtag library.

%files -n %{develname}
%doc COPYING
%{_libdir}/*.so
%{_includedir}/*

#---------------------------------------------------------------------

%prep
%setup -q

%build
%if "%{_lib}" == "lib64"
	for name in $(find . -name *.pro); do
		sed -i "s,target.path.*, target.path = /lib64,g" $name
	done
%endif

%cmake -DBUILD_FINGERPRINT=ON
%make

%install
%makeinstall_std -C build

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.7-2
+ Revision: 41a642a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17259 |14mr|liblayout-0.2.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CSS based layouting framework
Name:		liblayout
Version:	0.2.10
Release:	2
License:	LGPLv2+
Group:		System/Libraries 
Url:		http://reporting.pentaho.org/
Source0:	http://downloads.sourceforge.net/jfreereport/liblayout-%{version}.zip
BuildArch:	noarch
BuildRequires:	ant
BuildRequires:	flute
BuildRequires:	java-devel >= 0:1.6.0 
BuildRequires:	java-rpmbuild
BuildRequires:	jpackage-utils
BuildRequires:	libbase >= 1.1.3
BuildRequires:	libfonts
BuildRequires:	libloader
BuildRequires:	librepository
BuildRequires:	pentaho-libxml
BuildRequires:	sac
BuildRequires:	xml-commons-apis
Requires:	flute
Requires:	java >= 0:1.6.0 
Requires:	jpackage-utils
Requires:	libbase >= 1.0.0
Requires:	libloader >= 1.1.3
Requires:	librepository >= 1.1.3
Requires:	libfonts >= 1.1.3
Requires:	pentaho-libxml
Requires:	sac
Requires:	xml-commons-apis

%description
LibLayout is a layouting framework. It is based on the Cascading StyleSheets
standard. The layouting expects to receive its content as a DOM structure
(although it does not rely on the W3C-DOM API).

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java 
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib flute libloader librepository libxml libfonts \
    sac jaxp libbase commons-logging-api

%build
ant jar javadoc
for file in README.txt licence-LGPL.txt ChangeLog.txt; do
    tr -d '\r' < $file > $file.new
    mv $file.new $file
done

%install
mkdir -p %{buildroot}%{_javadir}
cp -p build/lib/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp build/api %{buildroot}%{_javadocdir}/%{name}

%files
%doc licence-LGPL.txt README.txt ChangeLog.txt
%{_javadir}/*.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.10-2
+ Revision: dddfc0d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17260 |14mr|liblazy-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 1
%define lib_name %mklibname lazy %{lib_major}
%define lib_name_devel %mklibname lazy -d

Name: liblazy
Summary: Liblazy - D-Bus methods provided for convenience
Version: 0.2
Release: 7
License: LGPL
Group: Development/C
Source: %{name}-%{version}.tar.bz2
BuildRequires: dbus-devel 
BuildRequires: pkgconfig
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Liblazy is a simple and easy to use library that provides convenient
functions for sending messages over the D-Bus daemon, querying
information from HAL or asking PolicyKit for a privilege.

Authors:
--------
    Holger Macht <holger@homac.de>

#--------------------------------------------------------------------

%package -n %{lib_name}
Summary:  %{summary}
Group: %{group}

%description -n %{lib_name}
Liblazy is a simple and easy to use library that provides convenient
functions for sending messages over the D-Bus daemon, querying
information from HAL or asking PolicyKit for a privilege.

%if %mdkversion < 200900
%post -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -p /sbin/ldconfig
%endif

%files -n %{lib_name}
%defattr(-,root,root)
%_libdir/liblazy.so.*

#--------------------------------------------------------------------

%package -n %{lib_name_devel}
Summary:  %{summary}
Group: %{group}
Provides: %name-devel
Requires: %{lib_name} = %{version}
Obsoletes: %{_lib}lazy0-devel

%description -n %{lib_name_devel}
Liblazy is a simple and easy to use library that provides convenient
functions for sending messages over the D-Bus daemon, querying
information from HAL or asking PolicyKit for a privilege.

%files -n %{lib_name_devel}
%defattr(-,root,root)
%_libdir/liblazy.so
%_includedir/liblazy.h
%_libdir/pkgconfig/*.pc

#--------------------------------------------------------------------

%prep
%setup -q

%build
export CFLAGS="$RPM_OPT_FLAGS"

%configure2_5x \
    --enable-static=no 

%make

%install
make DESTDIR=%buildroot install

%clean
rm -rf %buildroot 




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-7
+ Revision: c1c818c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17261 |14mr|liblbxutil-1.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		liblbxutil
%define version		1.1.0
%define release		6

%define libname 	%mklibname lbxutil 1
%define develname	%mklibname lbxutil -d
%define staticname	%mklibname lbxutil -d -s

Name: %{name}
Summary: LBX Utility library
Version: %{version}
Release: %{release}
Group: Development/X11
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: zlib-devel
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
LBX Utility library.

#-----------------------------------------------------------
%package -n %{libname}
Summary: LBX Utilities
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}

%description -n %{libname}
LBX Utility library.

#-----------------------------------------------------------

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11
Requires: %{libname} = %{version}
Provides: %{name}-devel = %{version}-%{release}
Conflicts: libxorg-x11-devel < 7.0
Conflicts: %{_lib}xext-devel < 1:1.1.1-2
Obsoletes: %{mklibname lbxutil 1 -d}

%description -n %{develname}
Development files for %{name}

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/X11/extensions/*.h
%{_libdir}/liblbxutil.so
%{_libdir}/pkgconfig/lbxutil.pc

#-----------------------------------------------------------

%package -n %{staticname}
Summary: Static development files for %{name}
Group: Development/X11
Requires: %{develname} = %{version}
Provides: %{name}-static-devel = %{version}-%{release}
Conflicts: libxorg-x11-static-devel < 7.0
Obsoletes: %{mklibname lbxutil 1 -d -s}

%description -n %{staticname}
Static development files for %{name}

%files -n %{staticname}
%defattr(-,root,root)
%{_libdir}/liblbxutil.a

#-----------------------------------------------------------

%prep
%setup -q -n liblbxutil-%{version}

%build
%define _disable_ld_no_undefined 1
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/liblbxutil.so.1
%{_libdir}/liblbxutil.so.1.0.0



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-6
+ Revision: fe94f70
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17262 |14mr|liblo-0.26-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		7
%define libname		%mklibname lo %{major}
%define develname	%mklibname lo -d

Summary:	Open Sound Control protocol
Name:		liblo
Version:	0.26
Release:	7
License:	GPLv2
Group:		Sound
URL:		http://liblo.sourceforge.net/
Source0:	http://downloads.sourceforge.net/liblo/%{name}-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
LibLO is an implementation of the Open Sound Control protocol for POSIX
systems, started by Steve Harris.

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries
Obsoletes:	%{mklibname lo 0}

%description -n %{libname}
Dynamic libraries from %{name}.

%package -n %{develname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname lo 0 -d}

%description -n %{develname}
Libraries and includes files for developing programs based on %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static 
# do not use ipv6 atm since it causes slowness when calling dssi objects
#	--enable-ipv6

%make
										
%install
rm -rf %{buildroot}
%makeinstall_std
rm -rf %{buildroot}%{_libdir}/*.la

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc AUTHORS NEWS ChangeLog README
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.26-7
+ Revision: f138c93
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17263 |14mr|libloader-1.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Resource Loading Framework
Name:		libloader
Version:	1.1.6
Release:	2
License:	LGPLv2+
Group:		Development/Java 
Url:		http://reporting.pentaho.org/
Source0:	http://downloads.sourceforge.net/jfreereport/%{name}-%{version}.zip
Patch0:		libloader-1.1.2-fix-build.patch
BuildArch:	noarch

BuildRequires:	ant
BuildRequires:	ant-contrib
BuildRequires:	ant-nodeps
BuildRequires:	java-devel
BuildRequires:	jpackage-utils
BuildRequires:	libbase >= 1.1.3
Requires:	java
Requires:	jpackage-utils
Requires:	libbase >= 1.1.3

%description
LibLoader is a general purpose resource loading framework. It has been
designed to allow to load resources from any physical location and to
allow the processing of that content data in a generic way 
totally transparent to the user of that library.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%patch0 -p0
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib libbase commons-logging-api
cd lib
ln -s %{_javadir}/ant ant-contrib

%build
ant jar javadoc
for file in README.txt licence-LGPL.txt ChangeLog.txt; do
    tr -d '\r' < $file > $file.new
    mv $file.new $file
done

%install
mkdir -p %{buildroot}%{_javadir}
cp -p ./dist/%{name}-%{version}.jar %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{name}.jar
popd

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp bin/javadoc/docs/api %{buildroot}%{_javadocdir}/%{name}

%files
%doc licence-LGPL.txt README.txt ChangeLog.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.6-2
+ Revision: cddb49e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17264 |14mr|liblockfile-1.08-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	liblockfile
%define version	1.08
%define release	7

%define	major	1

%define	libname	%mklibname lockfile %major
%define	dlibname	%mklibname lockfile -d

Summary:	NFS-safe locking library
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Libraries
URL:		http://packages.qa.debian.org/liblockfile
BuildRoot:	%_tmppath/%{name}-%{version}-root-%(id -u -n)
Source0:	http://ftp.debian.org/debian/pool/main/libl/liblockfile/%{name}_%{version}.orig.tar.gz
Patch1:		liblockfile-1.08-fix-install-perms.patch

%description
Liblockfile is a shared library with NFS-safe locking functions.
It includes the command-line utility ``dotlockfile''.

%package -n	dotlockfile
Summary:	Mailbox locking tool
Group:		Networking/Mail

%description -n dotlockfile
Dotlockfile is a command line utility to safely create, test and
remove lockfiles. Lockfiles are created in an NFS-safe way. Dotlockfile
can can also be used to lock and unlock mailboxes even if the mailspool
directory is only writable by group mail.

%package -n	%libname
Summary:	NFS-safe locking library
Group:		System/Libraries

%description -n %libname
Liblockfile is a library that contains NFS-safe locking functions. It also
contains an implementation of the SVR4 maillock() functions.
The functions in liblockfile can lock and unlock mailboxes even if special
priviliges are needed by calling an external setgid-mail utility called
`dotlockfile'.

%package -n	%dlibname
Summary:	NFS-safe locking development library
Group:		Development/C
Provides:	lockfile-devel = %{version}-%{release}
Provides:	liblockfile-devel = %{version}-%{release}
Obsoletes:	%{_lib}lockfile1-devel < %{version}-%{release}
Requires:	%libname = %{version}-%{release}

%description -n	%dlibname
Liblockfile is a library that contains NFS-safe locking functions. It also
contains an implementation of the SVR4 maillock() functions.
This package contains header file and development libraries.

%prep 
%setup -q
%patch1 -p0 -b .perm

%build
%configure2_5x --enable-shared
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_includedir} \
	$RPM_BUILD_ROOT/%{_bindir} \
	$RPM_BUILD_ROOT/%{_libdir} \
	$RPM_BUILD_ROOT/%{_mandir}/man{1,3}
make install ROOT=$RPM_BUILD_ROOT
make install_static ROOT=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%files -n dotlockfile
%defattr(-,root,root,755)
%{_bindir}/dotlockfile
%{_mandir}/man1/dotlockfile.1*

%files -n %libname
%defattr(-,root,root,755)
%doc README liblockfile.lsm
%{_libdir}/liblockfile.so.%{major}
%{_libdir}/liblockfile.so.%{major}.*

%files -n %dlibname
%defattr(-,root,root,755)
%{_includedir}/lockfile.h
%{_includedir}/maillock.h
%{_libdir}/liblockfile.a
%{_libdir}/liblockfile.so
%{_mandir}/man3/lockfile_create.3*
%{_mandir}/man3/maillock.3*






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.08-7
+ Revision: ec4aca6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17265 |14mr|liblqr-0.4.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname lqr %{major}
%define develname %mklibname lqr -d

%define libname_old %mklibname lqr1_ 0

Name:		liblqr
Version:	0.4.1
Release:	9
Summary:	LiquidRescale seam-carving library
Group:		System/Libraries
License:	LGPLv3 and GPLv3
URL:		http://liblqr.wikidot.com/
Source0:	%{name}-1-%{version}.tar.bz2
Patch0:		liblqr-docbook_fixes.diff

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd45-xml
BuildRequires:	xsltproc

%description
The Liquid Rescale (lqr) library provides a C/C++ API for performing
non-uniform resizing of images by the seam-carving technique.

%package -n	%{libname}
Summary:	LiquidRescale seam-carving library
Group:		System/Libraries
Obsoletes:	%{libname_old} < 0.4.1-8

%description -n	%{libname}
The Liquid Rescale (lqr) library provides a C/C++ API for performing
non-uniform resizing of images by the seam-carving technique.

%package -n	%{develname}
Summary:	Development library and header files for the LiquidRescale library
Group:		Development/C
Provides:	lqr-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{develname}
The Liquid Rescale (lqr) library provides a C/C++ API for performing
non-uniform resizing of images by the seam-carving technique.

This package contains the static LiquidRescale library and its header files.

%prep
%setup -q -n %{name}-1-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static

%make

# make the html docs
pushd docs
make
popd

%install
%makeinstall_std

%files -n %{libname}
%doc COPYING
%{_libdir}/liblqr-1.so.%{major}*

%files -n %{develname}
%doc AUTHORS COPYING ChangeLog README
%doc docs/html/* examples
%dir %{_includedir}/lqr-1
%dir %{_includedir}/lqr-1/lqr
%{_includedir}/lqr-1/*.h
%{_includedir}/lqr-1/lqr/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.1-9
+ Revision: e3682a7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17266 |14mr|liblrdf-0.4.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define real_name lrdf
%define libname %mklibname %{real_name} %{major}

Name:		liblrdf
Summary:	Library for handling RDF descriptions of audio plugins
Version:	0.4.0
Release:	15

Source:		http://prdownloads.sourceforge.net/lrdf/%{name}-%{version}.tar.gz
URL:		http://sourceforge.net/projects/lrdf
License:	GPL
Group:		System/Libraries
BuildRequires:	raptor2-devel
BuildRequires:	ladspa-devel

Patch0:		liblrdf-0.4.0-dontbuild-tests.patch
Patch1:		liblrdf-0.4.0-raptor2.patch
Patch2:		liblrdf-0.4.0-raptor2-pkgconfig.patch
Patch3:		liblrdf-0.4.0-rename_clashing_md5_symbols.patch


%description
liblrdf is a library for handling RDF (http://www.w3.org/RDF/)
descriptions of LADSPA (and potentially other format) plugins.

It allows grouping of plugins into trees for user slection and finer
description of plugins and ports than the .so format allows (for example
to indicatate textual equivalents of integer port values). It also
provides named and described defaults and presets, metadata and general
semnatic goodness.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
liblrdf is a library for handling RDF (http://www.w3.org/RDF/)
descriptions of LADSPA (and potentially other format) plugins.

It allows grouping of plugins into trees for user slection and finer
description of plugins and ports than the .so format allows (for example
to indicatate textual equivalents of integer port values). It also
provides named and described defaults and presets, metadata and general
semnatic goodness.

%package -n %{libname}-common
Summary:	File used by %{name}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}-common
This packages contains various files required by %{name}.

%package -n %{libname}-devel
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{real_name}-devel = %{version}-%{release}

%description -n %{libname}-devel
This package contains the headers that programmers will need to develop
applications which will use libraries from %{name}.

%prep
%setup -q

%patch0
%patch1
%patch2
%patch3

libtoolize --copy --force --install --automake
aclocal
autoconf
autoheader
automake --add-missing --copy

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{libname}-common
%{_datadir}/ladspa/rdf/

%files -n %{libname}-devel
%doc AUTHORS COPYING ChangeLog NEWS README
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.0-15
+ Revision: a4aab4b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17267 |14mr|liblzf-3.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname lzf

%define common_description LZF is an extremely fast (not that much slower than a pure memcpy) \
compression algorithm. It is ideal for applications where you want to \
save *some* space but not at the cost of speed. It is ideal for \
repetitive data as well. The module is self-contained and very small.

Summary:	Very small data compression library
Name:		lib%{rname}
Version:	3.6
Release:	2
License:	BSD
Group:		System/Libraries
URL:		http://liblzf.plan9.de/
Source0:	http://dist.schmorp.de/liblzf/%{name}-%{version}.tar.gz
Patch0:		liblzf-3.1-makefile.patch
Patch1:		liblzf-3.4-LDFLAGS.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
%{common_description}

%package -n %{rname}
Summary:	Tools for the %{rname} compression library
Group:		Archiving/Compression

%description -n	%{rname}
%{common_description}

This package contains tools for the %{rname} library.

%package -n %{name}-devel
Summary:	Development tools for the %{rname} compression library
Group:		Development/C
Provides:	%{rname}-devel

%description -n	%{name}-devel
%{common_description}

This package contains the header files and libraries needed for
developing programs using the %{rname} library.

%prep
%setup -q
%patch0 -p1
%patch1 -p0 -b .LDFLAGS

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files -n %{rname}
%defattr(-,root,root)
%doc README
%{_bindir}/%{rname}

%files -n %{name}-devel
%defattr(-,root,root)
%{_includedir}/%{rname}.h
%{_libdir}/%{name}.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6-2
+ Revision: 62f9e6d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17268 |14mr|liblzo-2.08-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define apiver 2
%define libname %mklibname lzo %{apiver} %{major}
%define devname %mklibname lzo -d

%bcond_with	uclibc

Summary:	Data compression library with very fast (de-)compression
Name:		liblzo
Version:	2.08
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.oberhumer.com/opensource/lzo/
Source0:	http://www.oberhumer.com/opensource/lzo/download/lzo-%{version}.tar.gz
%if %{with uclibc}
BuildRequires:	uClibc-devel
%endif

%description
LZO is a portable lossless data compression library written in ANSI C. 
It offers pretty fast compression and *very* fast decompression. 
Decompression requires no memory. In addition there are slower
compression levels achieving a quite competitive compression ratio while 
still decompressing at this very high speed.

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Data compression library with very fast (de-)compression
Group:		System/Libraries

%description -n %{libname}
LZO is a portable lossless data compression library written in ANSI C.
It offers pretty fast compression and *very* fast decompression.
Decompression requires no memory. In addition there are slower
compression levels achieving a quite competitive compression ratio while
still decompressing at this very high speed.

%files -n %{libname}
%doc AUTHORS NEWS README THANKS doc/LZO.TXT doc/LZO.FAQ
%{_libdir}/liblzo%{apiver}.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Headers files of liblzo library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}2-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
LZO is a portable lossless data compression library written in ANSI C.
It offers pretty fast compression and *very* fast decompression.
Decompression requires no memory. In addition there are slower
compression levels achieving a quite competitive compression ratio while
still decompressing at this very high speed.

%files -n %{devname}
%doc doc/LZOAPI.TXT doc/LZOTEST.TXT
%{_bindir}/lzotest
%{_libdir}/*.a
%if %{with uclibc}
%{uclibc_root}%{_libdir}/*.a
%endif
%{_libdir}/*.so
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn lzo-%{version}

%build
export CONFIGURE_TOP=`pwd`
%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%configure2_5x	CC="%{uclibc_cc}" \
		CFLAGS="%{uclibc_cflags}" \
		--disable-shared
%make
popd
%endif

mkdir -p shared
cd shared
%configure2_5x	--enable-shared
%make
cd ..

%install
%if %{with uclibc}
install -m644 uclibc/src/.libs/liblzo2.a -D %{buildroot}%{uclibc_root}%{_libdir}/liblzo.a
%endif

%makeinstall_std -C shared
install -m755 shared/lzotest/lzotest -D %{buildroot}%{_bindir}/lzotest
rm -rf %{buildroot}%{_datadir}/doc/lzo

%check
cd shared
make check
make test

%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.08-1
+ Revision: 0d100b3
- Updated to 2.08



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17269 |14mr|libmal-0.44.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   	1
%define libname 	%mklibname mal %{major}
%define develname	%mklibname mal -d

Name: 			libmal
Version: 		0.44.1
Release: 		7
Group: 			System/Libraries
License: 		MPL
URL: 			http://www.jlogday.com/code/libmal/
Source: 		http://www.jlogday.com/code/libmal/%{name}-%{version}.tar.gz
Patch1:			libmal-0.44-lib64.patch
Patch2:			libmal-0.44-libtool.patch
Patch3:			libmal-0.44-64bit-fixes.patch
Summary: 		MAL library for AvantGo
BuildRoot: 		%{_tmppath}/%{name}-buildroot
Requires: 		pilot-link
BuildRequires:		autoconf
BuildRequires: 		pilot-link-devel >= 0.12.0

%package -n 	%{libname}
Summary:        MAL library for AvantGo
Group:          System/Libraries

%description 
libmal is really just a convenience library of the functions in Tom
Whittaker's malsync distribution, along with a few wrapper functions.


%description -n %{libname}
libmal is really just a convenience library of the functions in Tom
Whittaker's malsync distribution, along with a few wrapper functions. 


%package -n 	%{develname}
Summary:        Development tools for programs which will use the %{name} library
Group:          Development/C
Requires:   	%{libname} = %{version}-%release
Provides:       %{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname mal 0 -d}

%description -n %{develname}
The %{name}-devel package includes the header files and libraries
necessary for developing programs using the %{name} library.

If you are going to develop programs which will use the %{name} library
you should install %{name}-devel.  You'll also need to have the %name
package installed.

%package	malsync
Summary:	Utility to update Palms from Avantgo and MobileLink web site
Group:		Communications
Obsoletes:	malsync
Provides:	malsync

%description malsync
Malsync is a tool for updating Palm devices from the AvantGo and
MobileLink web sites.

%prep
%setup -q
%patch1 -p1 -b .lib64
%patch2 -p1 -b .libtool
%patch3 -p1 -b .64bit-fixes

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%make DESTDIR=%{buildroot} install
# Remove unpackaged copy of README
rm -f %{buildroot}%{_docdir}/libmal1/README

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif


%clean
rm -rf %{buildroot}

%files malsync
%defattr(-,root,root,-)
%_bindir/malsync

%files -n %{libname}
%defattr(-,root,root,-)
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

%files -n %{develname}
%defattr(-,root,root)
%doc README
%_includedir/libmal
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.44.1-7
+ Revision: 72b031a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17270 |14mr|libmatchbox-1.9-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 	1
%define libname %mklibname mb %major
%define develname %mklibname -d mb

Summary: 	Libraries for the Matchbox Desktop
Name: 		libmatchbox
Version: 	1.9
Release: 	14
URL: 		http://matchbox-project.org
License: 	LGPLv2+
Group: 		System/Libraries
Source0:	http://matchbox-project.org/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2
Patch0:		libmatchbox-1.9-libpng-1.5.patch
Patch1:		libmatchbox-1.9-linkage.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(pango) pkgconfig(pangoxft)
BuildRequires:	png-devel
BuildRequires:	jpeg-devel
BuildRequires:	Xsettings-client-devel

%description
Matchbox is a base environment for the X Window System running on non-desktop
embedded platforms such as handhelds, set-top boxes, kiosks and anything else
for which screen space, input mechanisms or system resources are limited.

%package -n	%{libname}
Group:		System/Libraries
Summary:	Inter-toolkit configuration settings

%description -n %{libname}
Libraries for the Matchbox Desktop.

%package -n %{develname}
Group:          Development/C
Summary:        Static libraries and header files from %{name}
Provides:	matchbox-devel = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	libmb-devel = %{version}-%{release}
Requires:       %{libname} = %{version}-%{release}
Obsoletes:	%mklibname -d mb 1

%description -n %{develname}
Static libraries and header files from %{name}

%prep
%setup -q
%apply_patches

%build
%configure2_5x --enable-xsettings --enable-png --enable-jpeg --enable-pango
%make CFLAGS="%optflags `pkg-config --cflags pango pangoxft`"

%install
%makeinstall_std
rm -rf %{buildroot}%{_libdir}/*.la

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/libmb/*.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9-14
+ Revision: 9394719
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17271 |14mr|libmatroska-1.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# For some reasons library is unstripped and we don't have time for investigation
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define ebmlver 1.3.0
%define major 6
%define libname %mklibname matroska %{major}
%define devname %mklibname -d matroska

Summary:	Matroska Audio/Video file format library
Name:		libmatroska
Version:	1.4.1
Release:	2
License:	GPL/QPL
Group:		System/Libraries
Url:		http://www.matroska.org/
Source0:	http://dl.matroska.org/downloads/libmatroska/%{name}-%{version}.tar.bz2
BuildRequires:	libebml-devel >= %{ebmlver}

%description
In short, matroska is a new Audio/Video file format. It is an advanced
and full featured format.

Advanced because it is based on EBML, a kind of XML equivalent, that
allow infinite extensibility of the format. And full featured because
it includes precise seeking, any audio/video/subtitle codec support
including VCM/ACM/DirectShow compatibility, timecode based format,
complex frame dependencies, chaptering, internationalisation, error
protection, tagging, file attachement, control track (to be defined),
menu (to be defined), etc. All these features are not yet implemented
but already defined in the format.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Matroska Audio/Video file format shared library
Group:		System/Libraries

%description -n %{libname}
In short, matroska is a new Audio/Video file format. It is an advanced
and full featured format.

Advanced because it is based on EBML, a kind of XML equivalent, that
allow infinite extensibility of the format. And full featured because
it includes precise seeking, any audio/video/subtitle codec support
including VCM/ACM/DirectShow compatibility, timecode based format,
complex frame dependencies, chaptering, internationalisation, error
protection, tagging, file attachement, control track (to be defined),
menu (to be defined), etc. All these features are not yet implemented
but already defined in the format.

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Group:		Development/C++
Summary:	Matroska Audio/Video file format headers and static library
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
In short, matroska is a new Audio/Video file format. It is an advanced
and full featured format.

Advanced because it is based on EBML, a kind of XML equivalent, that
allow infinite extensibility of the format. And full featured because
it includes precise seeking, any audio/video/subtitle codec support
including VCM/ACM/DirectShow compatibility, timecode based format,
complex frame dependencies, chaptering, internationalisation, error
protection, tagging, file attachement, control track (to be defined),
menu (to be defined), etc. All these features are not yet implemented
but already defined in the format.

This package contains the C++ headers and the static library needed
for development with Matroska.

%files -n %{devname}
%doc LICENSE*
%{_includedir}/matroska
%{_libdir}/lib*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make -C make/linux CXX="g++ %{optflags} %{ldflags}"

%install
%makeinstall_std -C make/linux prefix=%{_prefix} libdir=%{_libdir}

rm -f %{buildroot}%{_libdir}/*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.1-2
+ Revision: df220d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17272 |14mr|libmbfl-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	fver 1.2.0

%define	major 1
%define libname %mklibname mbfl %{major}
%define develname %mklibname mbfl -d

Summary:	Streamable kanji code filter and converter
Name:		libmbfl
Version:	1.2.0
Release:	2
License:	LGPL
Group:		System/Libraries
URL:		http://sourceforge.jp/projects/php-i18n/
Source0:	http://osdn.dl.sourceforge.jp/php-i18n/18570/%{name}-%{fver}.tar.gz
# ftp://ftp.unicode.org/Public/MAPPINGS/
Source1:	unicode_mappings.tar.gz
BuildRequires:	autoconf automake libtool
BuildRequires:	dejagnu

%description
This is Libmbfl, a streamable multibyte character code filter and converter
library.

%package -n	%{libname}
Summary:	Streamable kanji code filter and converter library
Group:          System/Libraries

%description -n	%{libname}
This is Libmbfl, a streamable multibyte character code filter and converter
library.

This package provides the shared mbfl library.

%package -n	%{develname}
Summary:	Static library and header files for development with mbfl
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	mbfl-devel = %{version}-%{release}
Obsoletes:	mbfl-devel

%description -n	%{develname}
This is Libmbfl, a streamable multibyte character code filter and converter
library.

This package is only needed if you plan to develop or compile applications
which requires the mbfl library.

%prep

%setup -q -n %{name}-%{fver} -a1

# fix strange perms
find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

chmod 644 AUTHORS DISCLAIMER LICENSE README

%build
rm -f configure
touch NEWS ChangeLog COPYING
libtoolize --copy --force; aclocal; autoheader; automake --add-missing --force-missing; autoconf

%configure2_5x

%make

#%%check
#make check

%install
rm -rf %{buildroot}

%makeinstall_std

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%doc AUTHORS DISCLAIMER LICENSE README
%attr(0755,root,root) %{_libdir}/*.so.%{major}*

%files -n %{develname}
%attr(0755,root,root) %dir %{_includedir}/mbfl
%attr(0644,root,root) %{_includedir}/mbfl/*.h
%attr(0644,root,root) %{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-2
+ Revision: 9701910
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17273 |14mr|libmbim-1.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname mbim-glib %{major}
%define devname %mklibname mbim-glib -d

Summary:	MBIM modem protocol helper library
Name:		libmbim
Version:	1.10.0
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://cgit.freedesktop.org/libmbim/libmbim/
Source0:	http://www.freedesktop.org/software/libmbim/libmbim-%version.tar.xz
BuildRequires:	gtk-doc
BuildRequires:	help2man
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gudev-1.0)

%description
The Mobile Broadband Interface Model (MBIM) is a new standard
to communicate with mobile broadband modem devices developed
by the USB Implementors Forum.

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Libraries for %{name}
Group:		Development/C

%description -n	%{libname}
The Mobile Broadband Interface Model (MBIM) is a new standard
to communicate with mobile broadband modem devices developed
by the USB Implementors Forum.
This package contains MBIM shared libraries.

%files -n %{libname}
%doc AUTHORS COPYING NEWS
%{_libdir}/libmbim-glib.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Header files and development libraries for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n	%{devname}
The Mobile Broadband Interface Model (MBIM) is a new standard
to communicate with mobile broadband modem devices developed
by the USB Implementors Forum.

This package contains MBIM header files and development libraries.

%files -n %{devname}
%dir %{_includedir}/libmbim-glib
%{_includedir}/libmbim-glib/*.h
%{_libdir}/libmbim-glib.so
%{_libdir}/pkgconfig/mbim-glib.pc
%{_datadir}/gtk-doc/html/*

#----------------------------------------------------------------------------

%package utils
Summary:	MBIM command line utilities
Group:		System/Base

%description utils
The Mobile Broadband Interface Model (MBIM) is a new standard
to communicate with mobile broadband modem devices developed
by the USB Implementors Forum.

This package contains MBIM command line utilities.

%files utils
%{_bindir}/mbim-network
%{_bindir}/mbimcli
%{_libexecdir}/mbim-proxy
%{_mandir}/man1/mbim-network.1*
%{_mandir}/man1/mbimcli.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-gtk-doc
%make

%install
%makeinstall_std

%check
make check


%changelog
* Fri Sep 12 2014 Tigro <ashejn@gmail.com> 1.10.0-1
+ Revision: 3a89cbe
- pack mbim-proxy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17274 |14mr|libmcrypt-2.5.8-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname mcrypt %{major}
%define devname %mklibname mcrypt -d

Summary:	Thread-safe data encryption library
Name:		libmcrypt
Version:	2.5.8
Release:	19
License:	LGPLv2+
Group:		System/Libraries
Url:		http://mcrypt.sourceforge.net/
Source0:	http://downloads.sourceforge.net/mcrypt/%{name}-%{version}.tar.gz
BuildRequires:	libtool
BuildRequires:	libtool-devel

%description
Libmcrypt is a thread-safe library providing a uniform interface
to access several block and stream encryption algorithms.

     Some algorithms which are supported:
SERPENT, RIJNDAEL, 3DES, GOST, SAFER+, CAST-256, RC2, XTEA, 3WAY,
TWOFISH, BLOWFISH, ARCFOUR, WAKE and more. 

%files
%{_libdir}/%{name}/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Thread-safe data encryption library
Group:		System/Libraries
Requires:	%{name} >= %{version}-%{release}

%description -n %{libname}
Libmcrypt is a thread-safe library providing a uniform interface
to access several block and stream encryption algorithms.

     Some algorithms which are supported:
SERPENT, RIJNDAEL, 3DES, GOST, SAFER+, CAST-256, RC2, XTEA, 3WAY,
TWOFISH, BLOWFISH, ARCFOUR, WAKE and more. 

%files -n %{libname}
%{_libdir}/libmcrypt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries for developing apps with libmcrypt
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the header files and libraries needed to
develop programs that use the libmcrypt library.
Install it if you want to develop such applications.

%files -n %{devname}
%doc AUTHORS COPYING.LIB ChangeLog INSTALL KNOWN-BUGS NEWS README THANKS TODO doc/README.* doc/*.c
%{multiarch_bindir}/libmcrypt-config
%{_bindir}/libmcrypt-config
%{_libdir}/lib*.so
%{_includedir}/mcrypt.h
%dir %{_includedir}/mutils
%{_includedir}/mutils/mcrypt.h
%{_datadir}/aclocal/*.m4
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
autoreconf -fi

%build
%configure2_5x \
	--enable-dynamic-loading \
	--disable-static \
	--enable-shared \
	--disable-ltdl-install

%make

%check
make check

%install
%makeinstall

%multiarch_binaries %{buildroot}%{_bindir}/libmcrypt-config

#MD this should be a libname-plugins named pkg or just recombine it with libname


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5.8-19
+ Revision: d4f22be
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17275 |14mr|libmediaart-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	api	1.0
%define major	0
%define	libname	%mklibname	mediaart %{api} %{major}
%define	girname	%mklibname	mediaart-gir %{api} 
%define	devname	%mklibname	mediaart	-d

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	Library for managing media art caches
Name:		libmediaart
Version:	0.4.0
Release:	2
License:	GPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org/
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	gtk-doc
BuildRequires:  vala-devel vala-tools
BuildRequires:	pkgconfig(vapigen)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.35.1
BuildRequires:	pkgconfig(gio-2.0) >= 2.35.1
BuildRequires:	pkgconfig(gio-unix-2.0) >= 2.35.1

%description
Library tasked with managing, extracting and handling media art caches.

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Library tasked with managing, extracting and handling media art caches.


This package contains the shared library for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}

%description -n %{devname}
This package contains files needed for development with %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-gtk-doc
%make

%install
%makeinstall_std

#Remove libtool archives.
find %{buildroot} -name '*.la' -delete

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/MediaArt-%{api}.typelib

%files -n %{devname}
%dir %{_includedir}/%{name}-%{api}
%dir %{_includedir}/%{name}-%{api}/%{name}
%{_includedir}/%{name}-%{api}/%{name}/*
#%doc %{_datadir}/doc/%{name}/*
%{_datadir}/gtk-doc/html/%{name}/*
%{_datadir}/gir-1.0/MediaArt-%{api}.gir
%{_libdir}/%{name}-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_datadir}/vala/vapi/%{name}-%{api}.vapi


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.0-2
+ Revision: 1c4d860
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17276 |14mr|libmemcached-1.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 9
%define	util_major 2
%define	protocol_major 0
%define	hashkit_major 1
%define libname %mklibname memcached %{major}
%define util_libname %mklibname memcachedutil %{util_major}
%define protocol_libname %mklibname memcachedprotocol %{protocol_major}
%define hashkit_libname %mklibname memcachedhashkit %{hashkit_major}
%define develname %mklibname memcached -d

Summary:	A memcached C library and command line tools
Name:		libmemcached
Version:	1.0.4
Release:	3
Group:		System/Libraries
License:	BSD
URL:		http://libmemcached.org/
Source0:	%{name}-%{version}.tar.gz
Patch0:		libmemcached-1.0.2-no_pandora_print_callstack.diff
Patch1:		libmemcached-remove-hsieh.cc.patch
BuildRequires:	automake autoconf libtool
BuildRequires:	memcached >= 1.4.9
BuildRequires:	libevent-devel
BuildRequires:	perl-devel
BuildRequires:	libsasl-devel
BuildRequires:	pkgconfig

%description
libmemcached is a C client library to interface to a memcached server. It has
been designed to be light on memory usage, thread safe, and to provide full
access to server side methods. It also implements several command line tools:

memcat - Cat a set of key values to stdout
memcp - Copy a set of files to a memcached cluster
memdump - Dump all values from one or many servers
memerror - Translate a memcached errror code into a string
memexist - Erase a key or set of keys from a memcached cluster
memflush - Erase all data in a server of memcached servers
memping - Ping a server to see if it is alive
memrm - Erase a key or set of keys from a memcached cluster
memslap - Generates a load against a memcached custer of servers
memstat - Output the state of a memcached cluster
memtouch - Update the expiration value of an alreasy existing value in the 
           server

%package -n	%{libname}
Summary:	A memcached C library
Group:          System/Libraries

%description -n	%{libname}
libmemcached is a C client library to interface to a memcached server. It has
been designed to be light on memory usage, thread safe, and to provide
full access to server side methods.

%package -n	%{util_libname}
Summary:	A memcached C library
Group:          System/Libraries

%description -n	%{util_libname}
libmemcached is a C client library to interface to a memcached server. It has
been designed to be light on memory usage, thread safe, and to provide
full access to server side methods.

%package -n	%{protocol_libname}
Summary:	A memcached C library
Group:          System/Libraries

%description -n	%{protocol_libname}
libmemcached is a C client library to interface to a memcached server. It has
been designed to be light on memory usage, thread safe, and to provide
full access to server side methods.

%package -n	%{hashkit_libname}
Summary:	A memcached C library
Group:          System/Libraries

%description -n	%{hashkit_libname}
libmemcached is a C client library to interface to a memcached server. It has
been designed to be light on memory usage, thread safe, and to provide
full access to server side methods.

%package -n	%{develname}
Summary:	Static library and header files for the libmemcached library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{util_libname} = %{version}-%{release}
Requires:	%{protocol_libname} = %{version}-%{release}
Requires:	%{hashkit_libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libmemcached-devel = %{version}-%{release}

%description -n	%{develname}
libmemcached is a C client library to interface to a memcached server. It has
been designed to be light on memory usage, thread safe, and to provide
full access to server side methods.

This package contains the static libmemcached library and its header files.

%prep

%setup -q -n %{name}-%{version}
# clients/ms_sigsegv.c:41: undefined reference to `pandora_print_callstack'
%apply_patches

# invalid license, according to redhat
if [ -f libhashkit/hsieh.cc ]; then
    echo "the libhashkit/hsieh.cc file was found, you have to remove it..."
    exit 1
fi

# make the tests work
me=`id -nu`
perl -pi -e "s|-u root|-u $me|g" Makefile* tests/include.am tests/server.c

%build
export LIBSASL="-lsasl2"
export PTHREAD_LIBS="-lpthread"

%configure2_5x \
    --disable-static \
    --enable-shared \
    --enable-memaslap \
    --with-memcached=%{_bindir}/memcached \
    --with-memcached_sasl=%{_bindir}/memcached

%make LIBSASL="-lsasl2" PTHREAD_LIBS="-lpthread"

# (oe ) barfs at:
# Assertion failed in tests/mem_functions.c:5946: rc == MEMCACHED_TIMEOUT
#%%check
#make test

%install
rm -rf %{buildroot}

# weird makefile poo
make DESTDIR=%{buildroot} install-exec-am install-data-am

# (oe) avoid pulling 32 bit libraries on 64 bit arch
%if "%{_lib}" == "lib64"
perl -pi -e "s|-L/usr/lib\b|-L%{_libdir}|g" %{buildroot}%{_libdir}/pkgconfig/*.pc
%endif

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files
%{_bindir}/memaslap
%{_bindir}/memcapable
%{_bindir}/memcat
%{_bindir}/memcp
%{_bindir}/memdump
%{_bindir}/memerror
%{_bindir}/memexist
%{_bindir}/memflush
%{_bindir}/memparse
%{_bindir}/memping
%{_bindir}/memrm
%{_bindir}/memslap
%{_bindir}/memstat
%{_bindir}/memtouch
%{_mandir}/man1/memcapable.1*
%{_mandir}/man1/memcat.1*
%{_mandir}/man1/memcp.1*
%{_mandir}/man1/memdump.1*
%{_mandir}/man1/memerror.1*
%{_mandir}/man1/memflush.1*
%{_mandir}/man1/memrm.1*
%{_mandir}/man1/memslap.1*
%{_mandir}/man1/memaslap.1*
%{_mandir}/man1/memstat.1*

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_libdir}/*.so.%{major}*
%{_mandir}/man3/libmemcached.3*

%files -n %{util_libname}
%{_libdir}/libmemcachedutil.so.%{util_major}*
%{_mandir}/man3/libmemcachedutil.3*

%files -n %{protocol_libname}
%{_libdir}/libmemcachedprotocol.so.%{protocol_major}*

%files -n %{hashkit_libname}
%{_libdir}/libhashkit.so.%{hashkit_major}*

%files -n %{develname}
%dir %{_includedir}/libhashkit
%dir %{_includedir}/libhashkit-1.0
%dir %{_includedir}/libmemcached
%dir %{_includedir}/libmemcached-1.0
%dir %{_includedir}/libmemcachedprotocol-0.0
%dir %{_includedir}/libmemcachedutil-1.0
%{_includedir}/libhashkit/*
%{_includedir}/libhashkit-1.0/*
%{_includedir}/libmemcached/*
%{_includedir}/libmemcached-1.0/*
%{_includedir}/libmemcachedprotocol-0.0/*
%{_includedir}/libmemcachedutil-1.0/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%exclude %{_mandir}/man3/libmemcached.3*
%exclude %{_mandir}/man3/libmemcachedutil.3*
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-3
+ Revision: 4c60a7e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17277 |14mr|libmikmod-3.3.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	3
%define	libname	%mklibname mikmod %{major}
%define	devname	%mklibname mikmod -d

Summary:	Sound library supporting multiple module formats and digital sound files
Name:		libmikmod
Version:	3.3.7
Release:	1
License:	LGPLv2+
Group:		Sound
Url:		http://mikmod.raphnet.net/
Source0:	http://sourceforge.net/projects/mikmod/files/libmikmod/3.3.7/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(alsa)

%description
Libmikmod is a portable sound library, capable of playing samples as
well as module files, originally written by Jean-Paul Mikkers (MikMak)
for DOS. It has subsequently been hacked by many hands and now runs on
many Unix flavours.

It uses the OSS /dev/dsp driver including in all recent kernels for
output, as well as ALSA and EsounD, and will also write wav files.

Supported file formats include 669, AMF, APUN, DSM, FAR, GDM, IT, IMF,MOD,
MED, MTM, OKT, S3M, STM, STX, ULT, UNI and XM.
Full source included, use of this library for music/sound effects in
your own programs is encouraged !

%package -n	%{libname}
Summary:	Sound library supporting multiple module formats and digital sound files
Group:		Sound

%description -n %{libname}
Libmikmod is a portable sound library, capable of playing samples as
well as module files, originally written by Jean-Paul Mikkers (MikMak)
for DOS. It has subsequently been hacked by many hands and now runs on
many Unix flavours.

It uses the OSS /dev/dsp driver including in all recent kernels for
output, as well as ALSA and EsounD, and will also write wav files.

Supported file formats include 669, AMF, APUN, DSM, FAR, GDM, IT, IMF,MOD,
MED, MTM, OKT, S3M, STM, STX, ULT, UNI and XM.
Full source included, use of this library for music/sound effects in
your own programs is encouraged !

%package -n	%{devname}
Summary:	Development related files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
Install the limikmod-devel package if you want to develop applications that
will use the limikmod library.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-altivec \
	--enable-alsa
%make

%install
%makeinstall_std

chmod 755 %{buildroot}%{_libdir}/lib*.so.%{major}*

%multiarch_binaries %{buildroot}%{_bindir}/libmikmod-config

%files -n %{libname}
%doc AUTHORS
%{_libdir}/libmikmod.so.%{major}*

%files -n %{devname}
%doc NEWS README TODO
%{_bindir}/libmikmod-config
%{_libdir}/pkgconfig/libmikmod.pc
%{multiarch_bindir}/libmikmod-config
%{_libdir}/*.so
%{_datadir}/aclocal/*
%{_includedir}/*
%{_mandir}/man1/*
%{_infodir}/*

%changelog
* Tue Sep 16 2014 dsilakov <denis.silakov@rosalab.ru> 3.3.7-1
+ Revision: 980e20a
- Merge pull request #12 from import/libmikmod:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17278 |14mr|libmimic-1.0.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name    libmimic
%define	version 1.0.4
%define release 8
%define major 0
%define libname %mklibname mimic %major
%define develname %mklibname -d mimic

Summary:	Audio/Video Conference software for Instant Messengers
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	LGPLv2+
Url:		http://sourceforge.net/projects/farsight/
Group:		Networking/Instant messaging
Source0:	http://ovh.dl.sourceforge.net/sourceforge/farsight/%{name}-%{version}.tar.gz 
Patch0:		%{name}-1.0.4-fix-underlinking.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: glib2-devel

%description
Audio/Video Conference software for Instant Messengers.
It aims to provide Audio/Video conferencing for as many 
Instant Messengers as possible through a modular design.

%package -n %libname
Group: System/Libraries
Summary:Audio/Video Conference software for Instant Messengers
Obsoletes: libmimic

%description -n %libname
Audio/Video Conference software for Instant Messengers.
It aims to provide Audio/Video conferencing for as many 
Instant Messengers as possible through a modular design.

%package -n %develname
Summary:	Headers of %name for development
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %develname
Headers of %{name} for development.


%prep
%setup -q
%patch0 -p1 -b .undlink

%build

%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT

%{makeinstall_std}


%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif


%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libmimic.so.%{major}*

%files -n %develname
%defattr(-,root,root)
%{_includedir}/mimic.h
%{_libdir}/libmimic.a
%{_libdir}/libmimic.so
%{_libdir}/pkgconfig/libmimic.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-8
+ Revision: 4e813e8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17279 |14mr|libmm-qt-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname ModemManagerQt %{major}
%define devname %mklibname ModemManagerQt -d

Summary:	Qt-only wrapper for ModemManager DBus API
Name:		libmm-qt
Version:	1.0.1
Release:	3
Epoch:		1
License:	LGPLv2+
Group:		System/Libraries
Url:		https://projects.kde.org/projects/extragear/libs/libmm-qt
Source0:	ftp://ftp.kde.org/pub/kde/unstable/modemmanager-qt/1.0.0/src/%{name}-%{version}-1.tar.xz
BuildRequires:	cmake
BuildRequires:	pkgconfig(ModemManager)
BuildRequires:	pkgconfig(QtCore)

%description
Qt library for ModemManager.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt-only wrapper for ModemManager DBus API
Group:		System/Libraries
Conflicts:	%{_lib}mm-qt0 < 1:0.5.0
Obsoletes:	%{_lib}mm-qt0 < 1:0.5.0

%description -n %{libname}
Qt library for ModemManager.

%files -n %{libname}
%{_libdir}/libModemManagerQt.so.%{major}
%{_libdir}/libModemManagerQt.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(ModemManager)
Conflicts:	%{_lib}mm-qt-devel < 1:0.5.0
Obsoletes:	%{_lib}mm-qt-devel < 1:0.5.0

%description -n %{devname}
Qt libraries and headers for developing applications that use ModemManager.

%files -n %{devname}
%doc README
%{_libdir}/pkgconfig/ModemManagerQt.pc
%{_includedir}/ModemManagerQt/
%{_libdir}/libModemManagerQt.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Sun Sep 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.0.1-3
+ Revision: b7d8112
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17280 |14mr|libmms-0.6.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname mms %{major}
%define develname	%mklibname mms -d

Summary:	MMS stream protocol library
Name:		libmms
Version:	0.6.2
Release:	6
License:	LGPLv2.1
Group:		System/Libraries
URL:		http://www.sf.net/projects/libmms
Source:		http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)

%description
Libmms is a library implementing the MMS streaming protocol.

%package -n %{libname}
Group:		System/Libraries
Summary:	Shared library implementing the MMS protocol

%description -n %{libname}
Libmms is a library implementing the mms streaming protocol.

%package -n %{develname}
Summary:	Development headers for developing with libmms
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package provides the necessary development headers and libraries
to allow you to build programs that use libmms.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS ChangeLog README README.LICENSE
%{_libdir}/libmms.so.%{major}*

%files -n %{develname}
%{_includedir}/libmms
%{_libdir}/libmms.so
%{_libdir}/pkgconfig/libmms.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.2-6
+ Revision: 2a4ba0c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17281 |14mr|libmng-2.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname mng %{major}
%define devname %mklibname mng -d

Summary:	A library for handling MNG files
Name:		libmng
Version:	2.0.2
Release:	2
License:	Distributable (see LICENSE)
Group:		System/Libraries
Url:		http://www.libmng.com/
Source0:	http://prdownloads.sourceforge.net/libmng/%{name}-%{version}.tar.xz
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(zlib)

%description
The libmng library supports decoding, displaying, encoding, and various other
manipulations of the Multiple-image Network Graphics (MNG) format image files.
It uses the zlib compression library, and optionally the JPEG library by the
Independent JPEG Group (IJG) and/or lcms (little cms), a color-management
library by Marti Maria Saguar.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for handling MNG files
Group:		System/Libraries

%description -n %{libname}
The libmng library supports decoding, displaying, encoding, and various other
manipulations of the Multiple-image Network Graphics (MNG) format image files.
It uses the zlib compression library, and optionally the JPEG library by the
Independent JPEG Group (IJG) and/or lcms (little cms), a color-management
library by Marti Maria Saguar.

%files -n %{libname}
%{_libdir}/libmng.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libmng
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	mng-devel = %{EVRD}

%description -n %{devname}
This package contains header files needed for development.

%files -n %{devname}
%doc CHANGES LICENSE README README.contrib README.examples
%doc doc/Plan1.png doc/Plan2.png doc/doc.readme doc/libmng.txt
%{_includedir}/*
%{_libdir}/pkgconfig/libmng.pc
%{_libdir}/*.so
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.2-2
+ Revision: 833ebc6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17282 |14mr|libmnl-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname mnl %{major}
%define develname %mklibname mnl -d

Summary:	Minimalistic Netlink communication library
Name:		libmnl
Version:	1.0.3
Release:	2
License:	LGPLv2+
Group:		System/Kernel and hardware
URL:		http://netfilter.org/projects/libmnl/
Source0:	http://netfilter.org/projects/libmnl/files/%name-%version.tar.bz2
Source1:	http://netfilter.org/projects/libmnl/files/%name-%version.tar.bz2.sig
BuildRequires:	linux-userspace-headers
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
libmnl is a minimalistic user-space library oriented to Netlink developers.
There are a lot of common tasks in parsing, validating, constructing of both
the Netlink header and TLVs that are repetitive and easy to get wrong. This
library aims to provide simple helpers that allows you to re-use code and to
avoid re-inventing the wheel.

%package -n	%{libname}
Summary:	Minimalistic Netlink communication library
Group:		System/Libraries
Provides:	libmnl

%description -n	%{libname}
libmnl is a minimalistic user-space library oriented to Netlink developers.
There are a lot of common tasks in parsing, validating, constructing of both
the Netlink header and TLVs that are repetitive and easy to get wrong. This
library aims to provide simple helpers that allows you to re-use code and to
avoid re-inventing the wheel.

%package -n	%{develname}
Summary:	Development files for libmnl
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	mnl-devel

%description -n	%{develname}
libmnl is a minimalistic user-space library oriented to Netlink developers.
There are a lot of common tasks in parsing, validating, constructing of both
the Netlink header and TLVs that are repetitive and easy to get wrong. This
library aims to provide simple helpers that allows you to re-use code and to
avoid re-inventing the wheel.

%prep

%setup -q

%build
rm -Rf autom4te.cache
aclocal -I m4
autoreconf -fi

%configure2_5x

%make

%install
rm -rf %{buildroot}

%makeinstall_std

# cleanup
rm -f %{buildroot}%{_libdir}/*.la

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-2
+ Revision: 6e34145
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17283 |14mr|libmodplug-0.8.8.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname modplug %{major}
%define develname %mklibname -d modplug

Summary:	Modplug music player
Name:		libmodplug
Version:	0.8.8.4
Release:	4
Epoch:		1
License:	Public Domain
Group:		Sound
URL:		http://modplug-xmms.sourceforge.net/
Source:		http://prdownloads.sourceforge.net/modplug-xmms/%{name}-%{version}.tar.gz

%description
Olivier Lapicque, author of Modplug, which is arguably the best quality
MOD-playing software available, has placed his sound rendering code in the
public domain.  This library and plugin is based on that code.

It can play 22 different mod formats, including:
MOD, S3M, XM, IT, 669, AMF (both of them), AMS, DBM, DMF, DSM, FAR,
MDL, MED, MTM, OKT, PTM, STM, ULT, UMX, MT2, PSM

%package -n %{libname}
Group:		System/Libraries
Summary:	Modplug shared library

%description -n %{libname}
This is the shared library part of the Modplug music player.

%package -n %{develname}
Group:		Development/C++
Summary:	Header files for compiling against Modplug library
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{develname}
This is the development package of libmodplug. Install it if you want to 
compile programs using this library.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%doc README COPYING
%{_libdir}/libmodplug.so.%{major}*

%files -n %{develname}
%doc AUTHORS TODO ChangeLog
%{_libdir}/libmodplug.so
%{_includedir}/libmodplug/
%{_libdir}/pkgconfig/*.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.8.8.4-4
+ Revision: fee30ee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17284 |14mr|libmowgli-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname mowgli %{major}
%define libnamedev %mklibname -d mowgli

Summary:	Development framework with high performance algorithms
Name:		libmowgli
Version:	1.0.0
Release:	3
License:	BSD
Group:		System/Libraries
Url:		http://www.atheme.org/project/mowgli
Source0:	http://distfiles.atheme.org/libmowgli-%{version}.tar.bz2

%description
mowgli is a development framework for C (like GLib), which provides
high performance and highly flexible algorithms. It can be used as a
suppliment to GLib (to add additional functions (dictionaries,
hashes), or replace some of the slow GLib list manipulation
functions), or stand alone. It also provides a powerful hook system
and convenient logging for your code, as well as a high performance
block allocator.

%package -n %{libname}
Group:		System/Libraries
Summary:	Development framework library

%description -n %{libname}
mowgli is a development framework for C (like GLib), which provides
high performance and highly flexible algorithms. It can be used as a
suppliment to GLib (to add additional functions (dictionaries,
hashes), or replace some of the slow GLib list manipulation
functions), or stand alone. It also provides a powerful hook system
and convenient logging for your code, as well as a high performance
block allocator.

%package -n %{libnamedev}
Group:		Development/C
Summary:	Development framework header files
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{libnamedev}
mowgli is a development framework for C (like GLib), which provides
high performance and highly flexible algorithms. It can be used as a
suppliment to GLib (to add additional functions (dictionaries,
hashes), or replace some of the slow GLib list manipulation
functions), or stand alone. It also provides a powerful hook system
and convenient logging for your code, as well as a high performance
block allocator.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libmowgli.so.%{major}*

%files -n %{libnamedev}
%doc AUTHORS
%{_libdir}/libmowgli.so
%{_libdir}/pkgconfig/libmowgli.pc
%{_includedir}/%{name}/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-3
+ Revision: faa12e0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17285 |14mr|libmp4v2-2.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname mp4v2_ %{major}
%define develname %mklibname -d mp4v2
%define olddevelname %mklibname -d mpeg4ip
%define oname mp4v2

Summary:	Library for working with files using the mp4 container format
Name:		libmp4v2
Version:	2.0.0
Release:	3
Epoch:		1
License:	MPLv1.1
Group:		Sound
URL:		http://code.google.com/p/mp4v2/
Source0:	http://mp4v2.googlecode.com/files/%{oname}-%{version}.tar.bz2

%description
The libmp4v2 library provides an abstraction layer for working with files
using the mp4 container format. This library is developed by mpeg4ip project
and is an exact copy of the library distributed in the mpeg4ip package.

%package -n %{libname}
Group:		System/Libraries
Summary:	Library for working with files using the mp4 container format

%description -n %{libname}
The libmp4v2 library provides an abstraction layer for working with files
using the mp4 container format. This library is developed by mpeg4ip project
and is an exact copy of the library distributed in the mpeg4ip package.

%package -n %{develname}
Summary:	Development files for the mp4v2 library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	libmp4v2-devel = %{EVRD}

%description -n %{develname}
Development files and documentation needed to develop and compile programs
using the libmp4v2 library.

%package utils
Group:		Sound
Summary:	Command line utils to handle MP4 metadata

%description utils
The libmp4v2 library provides an abstraction layer for working with files
using the mp4 container format. This library is developed by mpeg4ip project
and is an exact copy of the library distributed in the mpeg4ip package.

This contains the command line example utilities.

%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x \
    --disable-static \
    --disable-dependency-tracking
%make


%install
%makeinstall_std

%files utils
%doc COPYING
%{_bindir}/*

%files -n %{libname}
%doc COPYING
%{_libdir}/libmp4v2.so.%{major}*

%files -n %{develname}
%doc doc/*.txt
%{_includedir}/mp4v2/
%{_libdir}/*.so
%{_mandir}/man?/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.0.0-3
+ Revision: 04a4a22
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17286 |14mr|libmpc-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname	mpc
%define libmajor	3
%define libname		%mklibname %{realname} %{libmajor}
%define libname_devel	%mklibname %{realname} -d

Summary:	Complex numbers arithmetic with arbitrarily high precision and correct rounding
Name:		libmpc
Version:	1.0
Release:	3
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.multiprecision.org/%{realname}
Source0:	http://www.multiprecision.org/mpc/download/%{realname}-%{version}.tar.gz
BuildRequires:	gmp-devel
BuildRequires:	mpfr-devel

%description
Mpc is a C library for the arithmetic of complex numbers with arbitrarily
high precision and correct rounding of the result. It is built upon and
follows the same principles as Mpfr. The library is written by Andreas Enge,
Philippe Thveny and Paul Zimmermann and is distributed under the Gnu Lesser
General Public License, either version 2.1 of the licence, or (at your option)
any later version. The Mpc library has been registered in France by the
Agence pour la Protection des Programmes on 2003-02-05 under the number
IDDN FR 001 060029 000 R P 2003 000 10000.

%package	-n %{libname}
Summary:	Complex numbers arithmetic with arbitrarily high precision and correct rounding
Group:		System/Libraries

%description	-n %{libname}
Mpc is a C library for the arithmetic of complex numbers with arbitrarily
high precision and correct rounding of the result. It is built upon and
follows the same principles as Mpfr. The library is written by Andreas Enge,
Philippe Thveny and Paul Zimmermann and is distributed under the Gnu Lesser
General Public License, either version 2.1 of the licence, or (at your option)
any later version. The Mpc library has been registered in France by the
Agence pour la Protection des Programmes on 2003-02-05 under the number
IDDN FR 001 060029 000 R P 2003 000 10000.

%package	-n %{libname_devel}
Summary:	Development headers and libraries for MPC
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description	-n %{libname_devel}
Development headers and libraries for MPC.

%prep
%setup -q -n %{realname}-%{version}
autoreconf -ifs

%build
%configure2_5x			\
	--enable-shared		\
	--disable-static

%make

%install
%__rm -rf %{buildroot}
%makeinstall_std
mkdir -p %{buildroot}%{_docdir}/%{name}
install -m 0644 AUTHORS NEWS README TODO %{buildroot}%{_docdir}/%{name}

%check
make check

%files -n %{libname}
%{_libdir}/libmpc.so.%{libmajor}*

%files -n %{libname_devel}
%doc %dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/*
%{_includedir}/mpc.h
%{_infodir}/mpc.info*
%{_libdir}/libmpc.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 6cfda20
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17287 |14mr|libmpcdec-1.2.6-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname mpcdec %{major}
%define develname %mklibname mpcdec -d

Summary:	Portable Musepack decoder library
Name:		libmpcdec
Version:	1.2.6
Release:	13
License:	BSD
Group:		System/Libraries
URL:		http://www.musepack.net/
Source:		http://files.musepack.net/source/%{name}-%{version}.tar.bz2

%description
Portable Musepack decoder library.

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%package -n %{develname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Libraries and includes files for developing programs based on %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc AUTHORS README ChangeLog
%{_includedir}/*
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.6-13
+ Revision: 49b4a9d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17288 |14mr|libmsn-4.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		libmsn
Summary:	Reusable, open-source and fully documented library for MSN
Version:	4.2.1
Release:	3
License:	GPLv2+
Group:		Development/C++
Url:		http://sourceforge.net/projects/libmsn
Source0:	http://downloads.sourceforge.net/libmsn/%name-%version.tar.bz2
Patch0:		libmsn-4.2.1-unistd.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(openssl)

%description
Libmsn is a reusable, open-source, fully documented library for 
connecting to Microsoft's MSN Messenger service.

#-----------------------------------------------------------------------------

%define msn_major 0.3
%define libmsn %mklibname msn %{msn_major}

%package -n %{libmsn}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libmsn}
%{name} library.

%files -n %{libmsn}
%{_libdir}/libmsn.so.%{msn_major}*

#-----------------------------------------------------------------------------

%package test
Summary:	Connection test utility
Group:		Development/C++

%description test
Connection test utility.

%files test
%{_bindir}/*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/C++
Requires:	%{libmsn} = %{version}-%{release}

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_libdir}/pkgconfig/*
%{_includedir}/msn
%{_libdir}/libmsn.so

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2.1-3
+ Revision: c37d1ec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17289 |14mr|libmspack-0.4-0.1.alpha
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           libmspack
Version:        0.4
Release:        0.1.alpha%{?dist}
Summary:        Library for CAB and related files compression and decompression

Group:          System/Libraries
License:        LGPLv2
URL:            http://www.cabextract.org.uk/libmspack/
Source0:        http://www.cabextract.org.uk/libmspack/%{name}-%{version}alpha.tar.gz
Patch0:         %{name}-0.4alpha-doc.patch
BuildRequires:  doxygen


%description
The purpose of libmspack is to provide both compression and decompression of 
some loosely related file formats used by Microsoft.

%package        devel
Summary:        Development files for %{name}
Group:          System/Libraries
Requires:       %{name} = %{version}-%{release}
Obsoletes:      %{name}-doc < 0.2

%description    devel
The %{name}-devel package contains libraries, header files and documentation
for developing applications that use %{name}.


%prep
%setup -q -n %{name}-%{version}alpha
%apply_patches

chmod a-x mspack/mspack.h


%build
%configure2_5x --disable-static --disable-silent-rules
%make


%install
%makeinstall_std
rm $RPM_BUILD_ROOT%{_libdir}/libmspack.la

iconv -f ISO_8859-1 -t utf8 ChangeLog --output Changelog.utf8
touch -r ChangeLog Changelog.utf8
mv Changelog.utf8 ChangeLog

pushd doc
doxygen
find html -type f | xargs touch -r %{SOURCE0}
rm -f html/installdox
popd


%files
%doc README TODO COPYING.LIB ChangeLog AUTHORS
%{_libdir}/*.so.*

%files devel
%doc doc/html
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Fri Jul 26 2013 Tigro <ashejn@gmail.com> 0.4-0.1.alpha
+ Revision: 94c7aa7
- clean up spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17290 |14mr|libmspub-0.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lname	mspub
%define api	0.1
%define major	1
%define libname %mklibname %{lname} %{api} %{major}
%define devname %mklibname %{lname} -d

Summary:	A library providing ability to interpret and import Microsoft Publisher files
Name:		libmspub
Version:	0.1.1
Release:	1
License:	GPLv2+ or LGPLv2+ or MPLv1.1
Group:		System/Libraries
Url:		http://www.freedesktop.org/wiki/Software/libmspub
Source0:	http://cgit.freedesktop.org/libreoffice/libmspub/snapshot/%{name}-%{version}.tar.gz
#Patch0:		libmspub-automake-1.13.patch

BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:	boost-devel
BuildRequires:	libwpd-devel
BuildRequires:	libwpg-devel
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(librevenge-0.0) >= 0.0.1

%track
prog %{name} = {
	url = http://cgit.freedesktop.org/libreoffice/libmspub/
	version = %{version}
	regex = %{name}-(__VER__)\.tar\.gz
}

%description
Libmspub is library providing ability to interpret and import Microsoft
Publisher content into various applications. You can find it being used
in libreoffice.

%package	tools
Summary:	Tools to transform Microsoft Publisher files into other formats
Group:		Publishing

%description tools
Tools to transform Microsoft Publisher files into other formats.
Currently supported: XHTML, raw.

%package -n	%{libname}
Summary:	Text categorization library
Group:		System/Libraries
Obsoletes:	%{_lib}mspub0 < 0.0.4-1

%description -n	%{libname}
Libmspub is library providing ability to interpret and import Microsoft
Publisher content into various applications. You can find it being used
in libreoffice.

%package -n	%{devname}
Summary:	Development files and headers for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{lname}-devel = %{version}-%{release}
Obsoletes:	%{name}-doc < %{version}-%{release}

%description -n	%{devname}
Development files and headers for %{name}.

%prep
%setup -q
%apply_patches
mkdir -p m4
autoreconf -fi

%build
%configure2_5x \
	--disable-static

sed -i \
    -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
    libtool

%make

%install
%makeinstall_std

%files tools
%{_bindir}/pub2raw
%{_bindir}/pub2xhtml

%files -n %{libname}
%{_libdir}/libmspub-%{api}.so.%{major}*

%files -n %{devname}
%doc AUTHORS COPYING.*
%dir %{_includedir}/%{name}-%{api}
%dir %{_includedir}/%{name}-%{api}/%{name}
%{_includedir}/%{name}-%{api}/%{name}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/html


%changelog
* Thu Aug 21 2014 sokol <sergey.sokolov@rosalab.ru> 0.1.1-1
+ Revision: 35920bb
- Merge pull request #1 from sokol/libmspub:rosa2014.1
- up to 0.1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17291 |14mr|libmtp-1.1.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 9
%define libname %mklibname mtp %{major}
%define devname %mklibname -d mtp

Summary:	Implementation of Microsoft's Media Transfer Protocol
Name:		libmtp
Version:	1.1.8
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://libmtp.sourceforge.net/
Source0:	http://ignum.dl.sourceforge.net/project/libmtp/libmtp/%{version}/libmtp-%{version}.tar.gz
Patch0:		libmtp-1.1.6.xperia.patch
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	doxygen

%description
libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP)
in the form of a library suitable primarily for POSIX compliant
operating systems. We implement MTP Basic, the stuff proposed for
standardization. MTP Enhanced is for Windows only, if we implement
it, well that depends...

It was initially based on (forked from) the great libptp2 library
by Mariusz Woloszyn but has since been moved over to follow Marcus
Meissners and Hubert Figuere's libgphoto2 fork of libptp2 (or is libptp2
a fork of libgphoto?). The core implementation is identical to
libgphoto2, there is just a different API adapted to portable media
players.

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Requires:	%{name}-utils >= %{EVRD}

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libmtp.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%{_includedir}/%{name}.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%package doc
Summary:	Libmtp documentation
Group:		Books/Computer books

%description doc
This package contains documentation of libmtp.

%files doc
%doc %{_datadir}/doc/%{name}/html

#----------------------------------------------------------------------------

%package utils
Summary:	Tools provided by libmtp
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Provides:	mtp-utils = %{version}-%{release}

%description utils
This package contains various tools provided by libmtp.

%files utils
/lib/udev/rules.d/*.rules
%config(noreplace) %{_datadir}/hal/fdi/information/10freedesktop/10-usb-music-players-libmtp.fdi
/lib/udev/mtp-probe
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static \
	--enable-doxygen \
	--with-udev-rules=60-libmtp.rules
%make

%install
%makeinstall_std

#-- FEDORA COPY
mkdir -p %{buildroot}%{_datadir}/hal/fdi/information/10freedesktop
install -p -m 644 libmtp.fdi %{buildroot}%{_datadir}/hal/fdi/information/10freedesktop/10-usb-music-players-libmtp.fdi
#-- FEDORA COPY
# Replace links with relative links
rm -f %{buildroot}%{_bindir}/mtp-delfile
rm -f %{buildroot}%{_bindir}/mtp-getfile
rm -f %{buildroot}%{_bindir}/mtp-newfolder
rm -f %{buildroot}%{_bindir}/mtp-sendfile
rm -f %{buildroot}%{_bindir}/mtp-sendtr
pushd %{buildroot}%{_bindir}
ln -sf mtp-connect mtp-delfile
ln -sf mtp-connect mtp-getfile
ln -sf mtp-connect mtp-newfolder
ln -sf mtp-connect mtp-sendfile
ln -sf mtp-connect mtp-sendtr
popd

mkdir -p %{buildroot}/%{_datadir}/doc/%{name}/html
mv -f %{buildroot}/%{_datadir}/doc/%{name}-%{version}/html/* %{buildroot}/%{_datadir}/doc/%{name}/html/


%changelog
* Sun Sep 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.8-1
+ Revision: 746a6ec
- New version 1.1.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17292 |14mr|libmusicbrainz-2.1.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.1.5
%define release	10
%define major 4
%define libname %mklibname musicbrainz %{major}
%define develname %mklibname -d musicbrainz

Name:		libmusicbrainz
Version:	%{version}
Release:	%{release}
Summary:	A software library for accesing MusicBrainz servers
Source:		http://ftp.musicbrainz.org/pub/musicbrainz/%{name}-%{version}.tar.bz2
Patch0:		musicbrainz-2.1.5-gcc43-includes.patch
URL:		http://www.musicbrainz.org
Group:		Sound
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
License:	LGPLv2+
BuildRequires:	libexpat-devel >= 2.0.1
BuildRequires:	autoconf2.5 >= 2.58

%description
The MusicBrainz client library allows applications to make metadata
lookup to a MusicBrainz server, generate signatures from WAV data and
create CD Index Disk ids from audio CD roms.

%package -n %{libname}
Summary:	A software library for accesing MusicBrainz servers
Group:		System/Libraries

%description -n %{libname}
The MusicBrainz client library allows applications to make metadata
lookup to a MusicBrainz server, generate signatures from WAV data and
create CD Index Disk ids from audio CD roms.

%package -n %develname
Summary:	Headers for developing programs that will use libmusicbrainz
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	musicbrainz-devel = %{version}-%{release}
Obsoletes: %mklibname -d musicbrainz 4

%description -n	%develname
This package contains the headers that programmers will need to develop
applications which will use libmusicbrainz.


%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make


%install
%makeinstall_std

%files -n %{libname}
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog README TODO INSTALL
%{_libdir}/*.so.%{major}*

%files -n %develname
%defattr(-, root, root)
%{_includedir}/musicbrainz
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.5-10
+ Revision: b3d751f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17293 |14mr|libmusicbrainz3-3.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define package_name    libmusicbrainz
%define	version	3.0.3
%define release	3

%define api 3
%define major 6
%define libname %mklibname musicbrainz %api %{major}
%define develname %mklibname -d musicbrainz %api

Name:		libmusicbrainz3
Version:	%{version}
Release:	%{release}
Summary:	A software library for accesing MusicBrainz servers
Source:		http://ftp.musicbrainz.org/pub/musicbrainz/%{package_name}-%{version}.tar.gz
URL:		http://musicbrainz.org/doc/libmusicbrainz
Group:		Sound
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
License:	LGPLv2+
BuildRequires:  cmake
BuildRequires:  pkgconfig(neon)
BuildRequires:  libdiscid-devel
BuildRequires:  libcppunit-devel

%description
The MusicBrainz client library allows applications to make metadata
lookup to a MusicBrainz server, generate signatures from WAV data and
create CD Index Disk ids from audio CD roms.

%package -n %{libname}
Summary:	A software library for accesing MusicBrainz servers
Group:		System/Libraries

%description -n %{libname}
The MusicBrainz client library allows applications to make metadata
lookup to a MusicBrainz server, generate signatures from WAV data and
create CD Index Disk ids from audio CD roms.

%package -n %develname
Summary:	Headers for developing programs that will use libmusicbrainz
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%develname
This package contains the headers that programmers will need to develop
applications which will use libmusicbrainz.



%prep
%setup -q -n %{package_name}-%{version}

%build
cmake . -DCMAKE_INSTALL_PREFIX=%_prefix \
%if "%_lib" != "lib"
    -DLIB_SUFFIX=64 \
%endif


%make


%install
rm -rf %{buildroot}

%makeinstall_std


%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif


%files -n %{libname}
%defattr(-, root, root)
%doc AUTHORS.txt COPYING.txt NEWS.txt README.txt
%{_libdir}/libmusicbrainz%{api}.so.%{major}*

%files -n %develname
%defattr(-, root, root)
%{_includedir}/musicbrainz%{api}
%{_libdir}/*.so
%{_libdir}/pkgconfig/libmusicbrainz%{api}.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.3-3
+ Revision: 1d82a89
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17294 |14mr|libmusicbrainz4-4.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define package_name    libmusicbrainz
%define	version	4.0.2
%define release	2

%define api 4
%define major 3
%define libname %mklibname musicbrainz %api %{major}
%define develname %mklibname -d musicbrainz %api

Name:		libmusicbrainz4
Version:	%{version}
Release:	%{release}
Summary:	A software library for accesing MusicBrainz servers
Source0:	https://github.com/downloads/metabrainz/libmusicbrainz/%{package_name}-%{version}.tar.gz
Patch0:		cmake_include_dir.patch
Patch1:		libmusicbrainz-4.0.2-remove-wextra-warnings.patch
URL:		http://musicbrainz.org/doc/libmusicbrainz
Group:		Sound
License:	LGPLv2+
BuildRequires:  cmake
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(libdiscid)
BuildRequires:	pkgconfig(cppunit)

%description
The MusicBrainz client library allows applications to make metadata
lookup to a MusicBrainz server, generate signatures from WAV data and
create CD Index Disk ids from audio CD roms.

%package -n %{libname}
Summary:	A software library for accesing MusicBrainz servers
Group:		System/Libraries

%description -n %{libname}
The MusicBrainz client library allows applications to make metadata
lookup to a MusicBrainz server, generate signatures from WAV data and
create CD Index Disk ids from audio CD roms.

%package -n %develname
Summary:	Headers for developing programs that will use libmusicbrainz
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%develname
This package contains the headers that programmers will need to develop
applications which will use libmusicbrainz.

%prep
%setup -q -n %{package_name}-%{version}
%apply_patches

%build
cmake . -DCMAKE_INSTALL_PREFIX=%_prefix \
%if "%_lib" != "lib"
    -DLIB_SUFFIX=64 \
%endif

%make

%install

%makeinstall_std

%files -n %{libname}
%doc AUTHORS.txt COPYING.txt NEWS.txt
%{_libdir}/libmusicbrainz%{api}.so.%{major}*

%files -n %develname
%{_includedir}/musicbrainz%{api}
%{_libdir}/*.so
%{_libdir}/pkgconfig/libmusicbrainz%{api}.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0.2-2
+ Revision: 336c584
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17295 |14mr|libmusicbrainz5-5.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define package_name libmusicbrainz

%define api 5
%define major 0
%define libname %mklibname musicbrainz %api %{major}
%define develname %mklibname -d musicbrainz %api

Name:		libmusicbrainz5
Version:	5.0.1
Release:	2
Summary:	A software library for accesing MusicBrainz servers
Source0:	https://github.com/downloads/metabrainz/libmusicbrainz/%{package_name}-%{version}.tar.gz
Patch0:		cmake_include_dir.patch
URL:		http://musicbrainz.org/doc/libmusicbrainz
Group:		Sound
License:	LGPLv2+
BuildRequires:	cmake
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(libdiscid)
BuildRequires:	pkgconfig(cppunit)

%description
The MusicBrainz client library allows applications to make metadata
lookup to a MusicBrainz server, generate signatures from WAV data and
create CD Index Disk ids from audio CD roms.

%package -n %{libname}
Summary:	A software library for accesing MusicBrainz servers
Group:		System/Libraries

%description -n %{libname}
The MusicBrainz client library allows applications to make metadata
lookup to a MusicBrainz server, generate signatures from WAV data and
create CD Index Disk ids from audio CD roms.

%package -n %{develname}
Summary:	Headers for developing programs that will use libmusicbrainz
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use libmusicbrainz.

%prep
%setup -q -n %{package_name}-%{version}
%apply_patches

%build
cmake . -DCMAKE_INSTALL_PREFIX=%_prefix \
%if "%_lib" != "lib"
    -DLIB_SUFFIX=64 \
%endif

%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS.txt COPYING.txt NEWS.txt
%{_libdir}/libmusicbrainz%{api}.so.%{major}*

%files -n %{develname}
%{_includedir}/musicbrainz%{api}
%{_libdir}/*.so
%{_libdir}/pkgconfig/libmusicbrainz%{api}.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.0.1-2
+ Revision: 58cabc9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17296 |14mr|libmwaw-0.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname mwaw
%define api 0.3
%define major 3
%define libname %mklibname %{fname} %{api} %{major}
%define devname %mklibname %{fname} -d

Summary:	Import library for some old mac text documents
Name:		libmwaw
Version:	0.3.1
Release:	2
# The entire source code is LGPLv2+/MPLv2.0 except
# src/lib/MWAWOLEStream.[ch]xx which are BSD. There is also
# src/tools/zip/zip.cpp which is GPLv2+, but we do not build the binary
# it is used for.
License:	(LGPLv2+ or MPLv2.0) and BSD
Group:		System/Libraries
Url:		http://sourceforge.net/projects/libmwaw/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(zlib)

%description
libmwaw contains some import filters for old mac text documents
(MacWrite, ClarisWorks, ... ) based on top of the libwpd (which is
already used in three word processors).

#----------------------------------------------------------------------------

%package tools
Summary:	Tools to transform the supported formats into other formats
License:	LGPLv2+
Group:		Publishing

%description tools
Tools to transform the supported document formats into other formats.
Supported output formats are XHTML, text and raw.

%files tools
%{_bindir}/mwaw2csv
%{_bindir}/mwaw2html
%{_bindir}/mwaw2raw
%{_bindir}/mwaw2text
%{_bindir}/mwaw2svg

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Import library for some old mac text documents
Group:		System/Libraries

%description -n %{libname}
libmwaw contains some import filters for old mac text documents
(MacWrite, ClarisWorks, ... ) based on top of the libwpd (which is
already used in three word processors).

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc CHANGES COPYING.* README
%doc %{_docdir}/%{name}
%{_includedir}/%{name}-%{api}
%{_libdir}/%{name}-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-zip
%make

%install
%makeinstall_std
# it seems this tool is only useful on MacOS
rm -f %{buildroot}/%{_bindir}/mwawFile

%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.1-2
+ Revision: b8813c3
- Fix BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17297 |14mr|libmygpo-qt-1.0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qt Library that wraps the gpodder.net Web API
Name:		libmygpo-qt
Version:	1.0.8
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://wiki.gpodder.org/wiki/Libmygpo-qt
Source0:	http://stefan.derkits.at/files/libmygpo-qt/libmygpo-qt.1.0.8.tar.gz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	qjson-devel

%description
libmygpo-qt is a Qt Library that wraps the gpodder.net Web API.

v1.0 wraps nearly every Request from the gpodder.net API except:
-) Simple API Calls Downloading subscription Lists & Uploading
   subscription Lists
-) Retrieving Subscription Changes (you should use "Retrieving Updates
   for a given Device" instead)

#---------------------------------------------------------------------

%define major 1.0
%define libname %mklibname mygpo-qt %{major}

%package -n %{libname}
Summary:	Library for %{name}
Group:		Development/KDE and Qt

%description -n %{libname}
libmygpo-qt is a Qt Library that wraps the gpodder.net Web API.

v1.0 wraps nearly every Request from the gpodder.net API except:
-) Simple API Calls Downloading subscription Lists & Uploading
   subscription Lists
-) Retrieving Subscription Changes (you should use "Retrieving Updates
   for a given Device" instead)

%files -n %{libname}
%{_libdir}/libmygpo-qt.so.%{major}*
%{_libdir}/libmygpo-qt.so.1

#---------------------------------------------------------------------

%package devel
Summary:	%{name} development files
Group:		Development/KDE and Qt
Requires:	%{libname} = %{version}

%description devel
libmygpo-qt is a Qt Library that wraps the gpodder.net Web API.

This package contains files need to build applications using libmygpo-qt.

%files devel
%{_libdir}/libmygpo-qt.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/mygpo-qt
%{_libdir}/cmake/mygpo-qt

#---------------------------------------------------------------------

%prep
%setup -qn %{name}.%{version}
%apply_patches

%build
%cmake -DMYGPO_BUILD_TESTS=OFF
%make

%install
%makeinstall_std -C build

%changelog
* Tue Sep 16 2014 dsilakov <denis.silakov@rosalab.ru> 1.0.8-1
+ Revision: 13d59bf
- Merge pull request #1 from import/libmygpo-qt:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17298 |14mr|libnatspec-0.2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname natspec %{major}
%define develname %mklibname natspec -d

Name:		libnatspec
Version:	0.2.6
Release:	2
License:	LGPLv2
Group:		System/Libraries
Url:		http://sourceforge.net/projects/natspec/
Summary:	Library for national and language-specific issues
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRequires:	popt-devel

%description
Library for national and language-specific issues.
This library provides userful functions for
mount, submount, mkisofs, multimedia players.
This library try to help resolve charset hell (encoding problem)
in a various programs depends on locale and messages.

%package -n %{libname}
Summary:	Library for national and language-specific issues
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n %{libname}
Library for national and language-specific issues.
This library provides userful functions for
mount, submount, mkisofs, multimedia players.
This library try to help resolve charset hell (encoding problem)
in a various programs depends on locale and messages.

%package -n %{develname}
Summary:	Development package of library for national and language-specific issues
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
The %{name}-devel package contains the necessary include files
for developing applications with %{name}
This library try to help resolve charset hell (encoding problem)
in a various programs depends on locale and messages.

%package devel-examples
Summary:	Examples of %{name} using
Group:		Books/Howtos

%description devel-examples
The %{name}-devel package contains examples of patches
for developing applications with %{name}

%prep
%setup -q

%build
sh aclocal
sh autoheader
sh libtoolize --copy --force
sh automake --add-missing --include-deps --copy --force-missing
sh autoconf
%configure2_5x
%make

pushd docs
doxygen ./libnatspecDox.cfg
popd

%install
%makeinstall_std

# FIXME: I don't know how to install in /lib
# move to /lib
mkdir -p %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/%{name}.* %{buildroot}/%{_lib}

%files
%doc AUTHORS README ChangeLog NEWS TODO README-ru.html
%{_bindir}/*
%{_mandir}/man1/*.1*

%files -n %{libname}
/%{_lib}/*.so.*

%files -n %{develname}
%doc docs/html
%{_includedir}/*.h
/%{_lib}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/aclocal/*

%files devel-examples
%doc examples profile


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.6-2
+ Revision: def8b52
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17299 |14mr|libndp-1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname ndp %{major}
%define devname %mklibname ndp -d

Summary:	Library for Neighbor Discovery Protocol
Name:		libndp
Version:	1.3
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.libndp.org/
Source0:	http://www.libndp.org/files/%{name}-%{version}.tar.gz

%description
This package contains a library which provides a wrapper
for IPv6 Neighbor Discovery Protocol.  It also provides a tool
named ndptool for sending and receiving NDP messages.

#----------------------------------------------------------------------------

%package -n ndptool
Summary:	Tool for sending and receiving ndp messages
Group:		Networking/Other

%description -n ndptool
Tool for sending and receiving NDP messages.

%files -n ndptool
%{_bindir}/ndptool
%{_mandir}/man8/ndptool.8*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for Neighbor Discovery Protocol
Group:		System/Libraries

%description -n %{libname}
This package contains a library which provides a wrapper
for IPv6 Neighbor Discovery Protocol.  It also provides a tool
named ndptool for sending and receiving NDP messages.

%files -n %{libname}
%{_libdir}/libndp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for libndp development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	ndp-devel = %{EVRD}

%description -n %{devname}
The libndp-devel package contains the header files and libraries
necessary for developing programs using libndp.

%files -n %{devname}
%{_includedir}/ndp.h
%{_libdir}/libndp.so
%{_libdir}/pkgconfig/libndp.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3-1
+ Revision: ddefa7f
- New version 1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17300 |14mr|libnet1.0.2-1.0.2a-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1.0.2
%define libname	%mklibname net %{major}

Summary:	A C library for portable packet creation
Name:		libnet%{major}
Version:	1.0.2a
Release:	18
License:	BSD
Group:		System/Libraries
URL:		http://www.packetfactory.net/libnet
Source0:	http://www.packetfactory.net/libnet/dist/libnet-%{version}.tar.bz2
Patch0:		Libnet-1.0.2a-1.0.2a.diff
Patch1:		libnet-1.0.2a-strings.patch
BuildRequires:	libpcap-devel
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Libnet is an API to help with the construction and handling of network
packets. It provides a portable framework for low-level network
packet writing and handling (use libnet in conjunction with libpcap and
you can write some really cool stuff).  Libnet includes packet creation
at the IP layer and at the link layer as well as a host of supplementary
and complementary functionalty. Libnet is avery handy with which to
write network tools and network test code.  See the manpage and sample
test code for more detailed information

%if "%{_lib}" != "lib"
%package -n	%{libname}
Summary:	A C library for portable packet creation
Group:		System/Libraries
Provides:	%{mklibname net 1} = %{version}-%{release}
Obsoletes:	%{mklibname net 1} < %{version}-%{release}

%description -n %{libname}
Libnet is an API to help with the construction and handling of network
packets. It provides a portable framework for low-level network
packet writing and handling (use libnet in conjunction with libpcap and
you can write some really cool stuff).  Libnet includes packet creation
at the IP layer and at the link layer as well as a host of supplementary
and complementary functionalty. Libnet is avery handy with which to
write network tools and network test code.  See the manpage and sample
test code for more detailed information
%endif

%package -n	%{libname}-devel
Summary:	Development library and header files for the libnet library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libnet%{major}-devel = %{version}-%{release}
Provides:	net-devel = %{version}-%{release}
Obsoletes:	net1.0-devel < {version}-%{release}
Provides:	net1.0-devel = %{version}-%{release}
Provides:       net%{major}-devel = %{version}-%{release}
Obsoletes:	%{mklibname net 1}-devel < %{version}-%{release}
Provides:	%{mklibname net 1}-devel = %{version}-%{release}
Obsoletes:	%{mklibname net 1.0}-devel < %{version}-%{release}
Provides:	%{mklibname net 1.0}-devel = %{version}-%{release}
Conflicts:	%{mklibname net 1.1.0}-devel
Conflicts:	%{mklibname net 1.1.2}-devel

%description	-n %{libname}-devel
Libnet is an API to help with the construction and handling of network
packets. It provides a portable framework for low-level network
packet writing and handling (use libnet in conjunction with libpcap and
you can write some really cool stuff).  Libnet includes packet creation
at the IP layer and at the link layer as well as a host of supplementary
and complementary functionalty. Libnet is avery handy with which to
write network tools and network test code.  See the manpage and sample
test code for more detailed information

This package contains the static libnet library and its header
files.

%package -n	%{libname}-static-devel
Summary:	Static development library for the libnet library
Group:		Development/C
Requires:	%{libname}-devel = %{version}-%{release}
Provides:	libnet%{major}-static-devel = %{version}-%{release}
Provides:       net1.0-static-devel = %{version}-%{release}
Provides:       net%{major}-static-devel = %{version}-%{release}
Obsoletes:	%{mklibname net 1}-static-devel
Obsoletes:	%{mklibname net 1.0}-devel
Obsoletes:	net1.0-devel
Conflicts:	%{mklibname net 1.1.0}-static-devel
Conflicts:	%{mklibname net 1.1.2}-static-devel

%description	-n %{libname}-static-devel
Libnet is an API to help with the construction and handling of network
packets. It provides a portable framework for low-level network
packet writing and handling (use libnet in conjunction with libpcap and
you can write some really cool stuff).  Libnet includes packet creation
at the IP layer and at the link layer as well as a host of supplementary
and complementary functionalty. Libnet is avery handy with which to
write network tools and network test code.  See the manpage and sample
test code for more detailed information

This package contains the static libnet library.

%prep

%setup -q -n Libnet-%{version}
%patch0 -p1
%patch1 -p1 -b .strings

# fix file permissions
chmod 644 README doc/CHANGELOG*

%build
# ugly but fixes it...
cp %{_datadir}/automake-1.*/config.* .

%configure --with-pf_packet=yes 
%make CFLAGS="%{optflags} -fPIC -Wall"
#%%make test CFLAGS="%{optflags} -fPIC -Wall" <- borked

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

make \
    DESTDIR=%{buildroot} \
    INSTALL="%{_bindir}/install" \
    MAN_PREFIX=%{_mandir}/man3 \
    install

rm -f %{buildroot}%{_libdir}/*

install -m0755 lib/libnet.so.%{major} %{buildroot}%{_libdir}/
ln -snf libnet.so.%{major} %{buildroot}%{_libdir}/libnet.so
ln -snf libnet.so %{buildroot}%{_libdir}/libpwrite.so

install -m0644 lib/libnet.a %{buildroot}%{_libdir}/
ln -snf libnet.a %{buildroot}%{_libdir}/libpwrite.a

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc README doc/CHANGELOG*
%attr(0755,root,root) %{_libdir}/lib*.so.*

%files -n %{libname}-devel
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/*
%attr(0755,root,root) %{_libdir}/lib*.so
%attr(0644,root,root) %{_includedir}/*.h
%dir %{_includedir}/libnet
%attr(0644,root,root) %{_includedir}/libnet/*.h
%attr(0644,root,root) %{_mandir}/man*/*

%files -n %{libname}-static-devel
%defattr(-,root,root)
%attr(0644,root,root) %{_libdir}/lib*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2a-18
+ Revision: 6f9c2ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17301 |14mr|libnet1.1.0-1.1.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1.1.0
%define	libname %mklibname net %{major}

Summary:	A C library for portable packet creation
Name:		libnet%{major}
Version:	1.1.0
Release:	17
License:	BSD
Group:		System/Libraries
URL:		http://www.packetfactory.net/libnet
Source0:	http://www.packetfactory.net/libnet/dist/libnet-%{version}.tar.bz2
Patch0:		libnet-1.1.0-shared.diff
Patch1:		libnet-1.1.0-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	libpcap-devel
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Libnet is an API to help with the construction and handling of network
packets. It provides a portable framework for low-level network
packet writing and handling (use libnet in conjunction with libpcap and
you can write some really cool stuff).  Libnet includes packet creation
at the IP layer and at the link layer as well as a host of supplementary
and complementary functionalty. Libnet is avery handy with which to
write network tools and network test code.  See the manpage and sample
test code for more detailed information

%if "%{_lib}" != "lib"
%package -n	%{libname}
Summary:	A C library for portable packet creation
Group:		System/Libraries

%description -n %{libname}
Libnet is an API to help with the construction and handling of network
packets. It provides a portable framework for low-level network
packet writing and handling (use libnet in conjunction with libpcap and
you can write some really cool stuff).  Libnet includes packet creation
at the IP layer and at the link layer as well as a host of supplementary
and complementary functionalty. Libnet is avery handy with which to
write network tools and network test code.  See the manpage and sample
test code for more detailed information
%endif

%package -n	%{libname}-devel
Summary:	Development library and header files for the libnet library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libnet%{major}-devel = %{version}-%{release}
Provides:	net-devel = %{version}-%{release}
Provides:	%{mklibname net 1.1}-devel = %{version}-%{release}
Obsoletes:	%{mklibname net 1.1}-devel
Conflicts:	%{mklibname net 1.0.2}-devel
Conflicts:	%{mklibname net 1.1.2}-devel

%description	-n %{libname}-devel
Libnet is an API to help with the construction and handling of network
packets. It provides a portable framework for low-level network
packet writing and handling (use libnet in conjunction with libpcap and
you can write some really cool stuff).  Libnet includes packet creation
at the IP layer and at the link layer as well as a host of supplementary
and complementary functionalty. Libnet is avery handy with which to
write network tools and network test code.  See the manpage and sample
test code for more detailed information

This package contains the static libnet library and its header
files.

%package -n	%{libname}-static-devel
Summary:	Static development library for the libnet library
Group:		Development/C
Requires:	%{libname}-devel = %{version}-%{release}
Provides:	libnet%{major}-static-devel = %{version}-%{release}
Provides:	%{mklibname net 1.1}-devel = %{version}-%{release}
Obsoletes:	%{mklibname net 1.1}-devel
Conflicts:	%{mklibname net 1.0.2}-static-devel
Conflicts:	%{mklibname net 1.1.2}-static-devel

%description	-n %{libname}-static-devel
Libnet is an API to help with the construction and handling of network
packets. It provides a portable framework for low-level network
packet writing and handling (use libnet in conjunction with libpcap and
you can write some really cool stuff).  Libnet includes packet creation
at the IP layer and at the link layer as well as a host of supplementary
and complementary functionalty. Libnet is avery handy with which to
write network tools and network test code.  See the manpage and sample
test code for more detailed information

This package contains the static libnet library.

%prep

%setup -n Libnet-latest -q
%patch0 -p1
%patch1 -p0

# cvs cleanup
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# fix file permissions
chmod 644 README doc/CHANGELOG*

%build
rm -rf autom4te.cache
export WANT_AUTOCONF_2_5=1
rm -f configure
libtoolize --copy --force; aclocal; autoconf; automake --add-missing

export LIBNET_CONFIG_CFLAGS="-I%{_includedir}/libnet"
export CFLAGS="%{optflags} -fPIC -Wall"

%configure2_5x \
    --with-pf_packet=yes 

%make CFLAGS="%{optflags} -fPIC -Wall"

# still we need to make sure the soname is 1.1.0, so..., make the shared lib the hard way
gcc -Wl,-soname,libnet.so.%{major} -shared %{optflags} -fPIC -o libnet.so.%{major} src/*.o

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man3

%makeinstall_std

install -m755 libnet-config %{buildroot}%{_bindir}/

# install man pages
install -m0644 man/* %{buildroot}%{_mandir}/man3/

# fix the lib
rm -f %{buildroot}%{_libdir}/lib*.so*
install -m0755 libnet.so.%{major} %{buildroot}%{_libdir}/
ln -snf libnet.so.%{major} %{buildroot}%{_libdir}/libnet.so

# cleanup
rm -f %{buildroot}%{_libdir}/lib*.la

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc README doc/CHANGELOG* doc/COPYING
%attr(0755,root,root) %{_libdir}/lib*.so.*

%files -n %{libname}-devel
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/*
%attr(0755,root,root) %{_libdir}/lib*.so
#%attr(0644,root,root) %{_libdir}/lib*.la
%attr(0644,root,root) %{_includedir}/*.h
%dir %{_includedir}/libnet
%attr(0644,root,root) %{_includedir}/libnet/*.h
%attr(0644,root,root) %{_mandir}/man*/*

%files -n %{libname}-static-devel
%defattr(-,root,root)
%attr(0644,root,root) %{_libdir}/lib*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-17
+ Revision: a569e3d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17302 |14mr|libnet-1.1.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname net %{major}
%define devname %mklibname net -d

Summary:	A C library for portable packet creation
Name:		libnet
Version:	1.1.6
Release:	8
License:	BSD
Group:		System/Libraries
Url:		http://www.sourceforge.net/projects/libnet-dev/
Source0:	http://downloads.sourceforge.net/libnet-dev/%{name}-%{version}.tar.gz
BuildRequires:	pcap-devel

%description
Libnet is an API to help with the construction and handling of network packets.
It provides a portable framework for low-level network packet writing and
handling (use libnet in conjunction with libpcap and you can write some really
cool stuff). Libnet includes packet creation at the IP layer and at the link
layer as well as a host of supplementary and complementary functionality.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A C library for portable packet creation
Group: 		System/Libraries

%description -n %{libname}
Libnet is an API to help with the construction and handling of network packets.
It provides a portable framework for low-level network packet writing and
handling (use libnet in conjunction with libpcap and you can write some really
cool stuff). Libnet includes packet creation at the IP layer and at the link
layer as well as a host of supplementary and complementary functionality.

%files -n %{libname}
%{_libdir}/libnet.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for the libnet library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The libnet-devel package includes header files and libraries necessary for
developing programs which use the libnet library. Libnet is very handy with
which to write network tools and network test code. See the manpage and sample
test code for more detailed information.

%files -n %{devname}
%doc README doc/CHANGELOG doc/COPYING
%doc doc/DESIGN_NOTES doc/MIGRATION doc/PACKET_BUILDING
%doc doc/RAWSOCKET_NON_SEQUITUR doc/TODO doc/html/ __dist_sample/sample/
%{_bindir}/libnet-config
%{_includedir}/libnet.h
%dir %{_includedir}/libnet
%{_includedir}/libnet/*.h
%{_libdir}/*.so
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
# Keep the sample directory untouched by make
rm -rf __dist_sample
mkdir __dist_sample
cp -a sample __dist_sample
#fix build with new automake
sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' configure.*
libtoolize --copy --force
autoreconf -fi

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std INSTALL='install -p'

# Prepare samples directory and perform some fixes
rm -rf __dist_sample/sample/win32
rm -f __dist_sample/sample/Makefile.{am,in}
sed -e 's@#include "../include/libnet.h"@#include <libnet.h>@' \
	__dist_sample/sample/libnet_test.h > __dist_sample/sample/libnet_test.h.new
touch -c -r __dist_sample/sample/libnet_test.h{,.new}
mv -f __dist_sample/sample/libnet_test.h{.new,}

# Remove makefile relics from documentation
rm -f doc/html/Makefile*

# Correct wrong line endings at CHANGELOG and CONTRIB
for file in CHANGELOG CONTRIB; do
	sed -e 's/\r$//' doc/$file > doc/$file.new
	touch -c -r doc/$file doc/$file.new
	mv -f doc/$file.new doc/$file
done


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.6-8
+ Revision: 7ba28c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17303 |14mr|libnetfilter_acct-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname netfilter_acct %{major}
%define libnamedevel %mklibname netfilter_acct -d

Summary:	Netfilter extended accounting infrastructure library
Name:		libnetfilter_acct
Version:	1.0.2
Release:	2
Group:		System/Libraries
License:	GPL
URL:		http://www.netfilter.org/projects/libnetfilter_acct/index.html
Source0:	http://www.netfilter.org/projects/libnetfilter_acct/files/libnetfilter_acct-%{version}.tar.bz2
Source1:	http://www.netfilter.org/projects/libnetfilter_acct/files/libnetfilter_acct-%{version}.tar.bz2.sig
BuildRequires:	pkgconfig(libmnl) >= 1.0.0

%description
libnetfilter_acct is the userspace library providing interface to extended
accounting infrastructure.

%package -n %{libname}
Summary:	Netfilter extended accounting infrastructure library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Provides:	netfilter_acct = %{version}-%{release}

%description -n %{libname}
libnetfilter_acct is the userspace library providing interface to extended
accounting infrastructure.

%package -n %{libnamedevel}
Summary:        Development files for %{name}
Group:          System/Libraries
Provides:	netfilter_acct-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{libnamedevel}
This package contains the development files for %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.la

%files -n %{libname}
%doc COPYING README
%{_libdir}/*.so.%{major}*

%files -n %{libnamedevel}
%{_includedir}/libnetfilter_acct
%{_libdir}/*.so
%{_libdir}/pkgconfig/libnetfilter_acct.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-2
+ Revision: 4d2b65a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17304 |14mr|libnetfilter_conntrack-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname netfilter_conntrack %{major}
%define develname %mklibname netfilter_conntrack -d

Summary:	Interface to the in-kernel connection tracking state table
Name:		libnetfilter_conntrack
Version:	1.0.4
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://www.netfilter.org/projects/%{name}/
Source0:	http://www.netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
Source1:	http://www.netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2.sig
BuildRequires:	nfnetlink-devel >= 1.0.0
BuildRequires:  pkgconfig(libmnl)

%description
A libnetfilter_conntrack is a userspace library providing a programming \
interface (API) to the in-kernel connection tracking state table.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{mklibname netfilter_conntrack 1} < 0.0.101

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	netfilter_conntrack-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d netfilter_conntrack 1}

%description -n %{develname}
This package contains the development files for %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.la

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/%{name}*.h
%{_includedir}/%{name}/linux_nfnetlink_conntrack.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-2
+ Revision: 8f902a2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17305 |14mr|libnetfilter_cthelper-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major                 0
%define libname               %mklibname netfilter_cthelper %{major}
%define libnamedevel          %mklibname netfilter_cthelper -d

Name:           libnetfilter_cthelper
Version:        1.0.0
Release:        4
Summary:        Interface to the user-space helper infrastructure
Group:          System/Libraries
License:        GPL
URL:            http://www.netfilter.org/projects/libnetfilter_cthelper/
Source0:        http://www.netfilter.org/projects/libnetfilter_cthelper/files/libnetfilter_cthelper-%{version}.tar.bz2
Source1:        http://www.netfilter.org/projects/libnetfilter_cthelper/files/libnetfilter_cthelper-%{version}.tar.bz2.sig
BuildRequires: pkgconfig(libmnl) >= 1.0.3

%description
libnetfilter_cthelper is the userspace library that provides the programming \
interface to the user-space helper infrastructure available since Linux \
kernel 3.6. With this library, you register, configure, enable and disable \
user-space helpers.

%package -n %{libname}
Summary:        Main library for %{name}
Group:          System/Libraries
Provides:       %{name} = %{version}-%{release}
Provides:       netfilter_cthelper = %{version}-%{release}

%description -n %{libname}
libnetfilter_cthelper is the userspace library that provides the programming \
interface to the user-space helper infrastructure available since Linux \
kernel 3.6. With this library, you register, configure, enable and disable \
user-space helpers.

%package -n %{libnamedevel}
Summary:        Development files for %{name}
Group:          System/Libraries
Provides:       netfilter_cthelper-devel = %{version}-%{release}
Requires:       %{libname} = %{version}-%{release}

%description -n %{libnamedevel}
This package contains the development files for %{name}.

%prep
%setup -q

%build
%{configure2_5x} --disable-static
%{make}

%install
%{makeinstall_std}
rm -f %{buildroot}%{_libdir}/*.la

%check
%{make} check

%files -n %{libname}
%doc COPYING
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

%files -n %{libnamedevel}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-4
+ Revision: 11301ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17306 |14mr|libnetfilter_cttimeout-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname netfilter_cttimeout %{major}
%define develname %mklibname netfilter_cttimeout -d

Summary:	Netfilter extended cttimeout infrastructure library
Name:		libnetfilter_cttimeout
Version:	1.0.0
Release:	4
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://www.netfilter.org/projects/%{name}/
Source0:	http://www.netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
Source1:	http://www.netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2.sig
BuildRequires:	pkgconfig(libmnl) >= 1.0.0

%description
libnetfilter_cttimeout is the userspace library that provides the programming
interface to the fine-grain connection tracking timeout infrastructure. With
this library, you can create, update and delete timeout policies that can be
attached to traffic flows. This library is used by conntrack-tools.

%package -n	%{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	netfilter_cttimeout-devel = %{version}-%{release}

%description -n	%{develname}
This package contains the development files for %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.la

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/%{name}*.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-4
+ Revision: 3f4a99c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17307 |14mr|libnetfilter_log-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname netfilter_log %{major}
%define libnamedevel %mklibname netfilter_log -d

Summary:	Netfilter userspace packet logging library
Name:		libnetfilter_log
Version:	1.0.1
Release:	2
Group:		System/Libraries
License:	GPL
URL:		http://www.netfilter.org/projects/libnetfilter_log/index.html
Source0:	http://www.netfilter.org/projects/libnetfilter_log/files/libnetfilter_log-%{version}.tar.bz2
Source1:	http://www.netfilter.org/projects/libnetfilter_log/files/libnetfilter_log-%{version}.tar.bz2.sig
Patch0:		libnetfilter_log-1.0.1-linkage_fix.diff
BuildRequires:	pkgconfig(libnfnetlink) >= 0.0.41
BuildRequires:	autoconf automake libtool

%description
libnetfilter_log is a userspace library providing interface to packets that
have been logged by the kernel packet filter. It is is part of a system that
deprecates the old syslog/dmesg based packet logging. This library has been
previously known as libnfnetlink_log.

%package -n %{libname}
Summary:	Netfilter userspace packet logging library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Provides:	netfilter_log = %{version}-%{release}

%description -n %{libname}
libnetfilter_log is a userspace library providing interface to packets that
have been logged by the kernel packet filter. It is is part of a system that
deprecates the old syslog/dmesg based packet logging. This library has been
previously known as libnfnetlink_log.

%package -n %{libnamedevel}
Summary:        Development files for %{name}
Group:          System/Libraries
Provides:	netfilter_log-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{libnamedevel}
This package contains the development files for %{name}.

%prep
%setup -q
%patch0 -p0

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.la

%files -n %{libname}
%doc COPYING
%{_libdir}/*.so.%{major}*

%files -n %{libnamedevel}
%{_includedir}/libnetfilter_log
%{_libdir}/*.so
%{_libdir}/pkgconfig/libnetfilter_log.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-2
+ Revision: 419ab26
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17308 |14mr|libnetfilter_queue-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname netfilter_queue %{major}
%define devname %mklibname netfilter_queue -d

Summary:	Provides an API for packets that have been queued by the kernel packet filter
Name:		libnetfilter_queue
Version:	1.0.2
Release:	4
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.netfilter.org/projects/libnetfilter_queue/index.html
Source0:	http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-%{version}.tar.bz2
Source1:	http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-%{version}.tar.bz2.sig
Patch0:		libnetfilter_queue-1.0.2-gcc4.9.patch
BuildRequires:	pkgconfig(libnfnetlink)
BuildRequires:	pkgconfig(libmnl) >= 1.0.3

%description
libnetfilter_queue is a userspace library providing an API to
packets that have been queued by the kernel packet filter. It is
part of a system that deprecates the old ip_queue/libipq mechanism.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Provides:	netfilter_queue = %{EVRD}

%description -n %{libname}
libnetfilter_queue is a userspace library providing an API for
packets that have been queued by the kernel packet filter. It is
part of a system that deprecates the old ip_queue/libipq mechanism.

%files -n %{libname}
%doc COPYING
%{_libdir}/libnetfilter_queue.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	netfilter_queue-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libnetfilter_queue.so
%{_libdir}/pkgconfig/libnetfilter_queue.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

%check
make check

%changelog
* Tue Aug 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2-4
+ Revision: faa1957
- Add patch to fix headers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17309 |14mr|libnfnetlink-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major                 0
%define libname               %mklibname nfnetlink %{major}
%define libnamedevel          %mklibname nfnetlink -d
%define libnamedevelold       %mklibname nfnetlink 0-devel
%define libnamestaticdevel    %mklibname nfnetlink -d -s
%define libnamestaticdevelold %mklibname nfnetlink 0-static-devel

Name:           libnfnetlink
Version:        1.0.1
Release:        2
Epoch:          0
Summary:        Userspace library for handling of netfilter netlink messages
Group:          System/Libraries
License:        GPL
URL:            http://www.netfilter.org/projects/libnfnetlink/index.html
Source0:        http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-%{version}.tar.bz2
Source1:        http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-%{version}.tar.bz2.sig

%description
nfnetlink is a netlink(7) based kernel/userspace transport layer. It
provides a unified kernel/userspace interface for the various netfilter
subsystems, such as connection tracking, logging and queueing.

%package -n %{libname}
Summary:        Main library for %{name}
Group:          System/Libraries
Provides:       %{name} = %{epoch}:%{version}-%{release}
Provides:       nfnetlink = %{epoch}:%{version}-%{release}

%description -n %{libname}
libnfnetlink is a userspace library that provides some low-level
nfnetlink handling functions. It is used as a foundation for other, netfilter
subsystem specific libraries such as libnfnetlink_conntrack, libnfnetlink_log
and libnfnetlink_queue.

%package -n %{libnamedevel}
Summary:        Development files for %{name}
Group:          System/Libraries
Obsoletes:      %{libnamedevelold} < %{epoch}:%{version}-%{release}
Obsoletes:	%{mklibname -d nfnetlink 1} < %{epoch}:%{version}-%{release}
Provides:       nfnetlink-devel = %{epoch}:%{version}-%{release}
Requires:       %{libname} = %{epoch}:%{version}-%{release}

%description -n %{libnamedevel}
This package contains the development files for %{name}.

%package -n %{libnamestaticdevel}
Summary:        Static development files for %{name}
Group:          System/Libraries
Obsoletes:      %{libnamestaticdevelold} < %{epoch}:%{version}-%{release}
Obsoletes:      %{mklibname -s -d nfnetlink 1} < %{epoch}:%{version}-%{release}
Provides:       nfnetlink-static-devel = %{epoch}:%{version}-%{release}
Requires:       %{libnamedevel} = %{epoch}:%{version}-%{release}

%description -n %{libnamestaticdevel}
This package contains the static development files for %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%check
%make check

rm -f %{buildroot}%{_libdir}/*.la

%files -n %{libname}
%doc README
%{_libdir}/*.so.%{major}*

%files -n %{libnamedevel}
%{_includedir}/libnfnetlink
%{_libdir}/*.so
%{_libdir}/pkgconfig/libnfnetlink.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.0.1-2
+ Revision: 8ada1d6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17310 |14mr|libnfs-1.9.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	4
%define	libname	%mklibname nfs %{major}
%define	devname	%mklibname nfs -d

Summary:	Client library for accessing NFS shares over a network
Name:		libnfs
Version:	1.9.3
Release:	4
# examples are GPL but are not packaged
License:	LGPLv2+
Group:		System/Libraries
Url:		https://github.com/sahlberg/libnfs
# git archive --prefix libnfs-1.9.3/ libnfs-1.9.3 | xz -9e > libnfs-1.9.3.tar.xz
Source0:	https://github.com/downloads/sahlberg/libnfs/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(libtirpc)

%description
LIBNFS is a client library for accessing NFS shares over a network.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of libnfs
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
LIBNFS is a client library for accessing NFS shares over a network.

This package contains the library needed to run programs dynamically
linked with libnfs.

%files -n %{libname}
%{_libdir}/libnfs.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for libnfs development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	nfs-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that are needed to develop
applications that use libnfs.

%files -n %{devname}
%doc README
%{_libdir}/lib*.so
%{_includedir}/nfsc
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package fuse
Summary:	An NFS implementation based on libnfs and FUSE
License:	GPLv3+
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description fuse
An NFS implementation based on libnfs and FUSE

%files fuse
%{_sbindir}/fuse_nfs

#----------------------------------------------------------------------------

%package preload
Summary:	LD_PRELOADable library for making NFS available
License:	GPLv3+
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Conflicts:	%{_lib}nfs-devel < 1.9.3

%description preload
A LD_PRELOADable module that can be used to make several standard utilities
nfs aware. It is still very incomplete but can be used for basic things
such as cat and cp. Patches to add more coverage is welcome.

You can try things like
LD_NFS_DEBUG=9 \
LD_PRELOAD=./ld_nfs.so \
cat nfs://your.server/data/tmp/foo123

LD_NFS_DEBUG=9 \
LD_PRELOAD=./ld_nfs.so \
cp nfs://your.server/data/tmp/foo123 \
   nfs://your.server/data/tmp/foo123.copy

%files preload
%{_libdir}/ld_nfs.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./bootstrap
%configure2_5x --disable-static
%make
%__cc %{optflags} -o fuse_nfs examples/fuse_nfs.c -Iinclude -Llib/.libs -lfuse -lnfs
%__cc %{optflags} -fPIC -shared -o ld_nfs.so examples/ld_nfs.c -Iinclude -Llib/.libs -ldl -lnfs

%install
%makeinstall_std
mkdir -p %{buildroot}%{_sbindir}
install -m 755 fuse_nfs %{buildroot}%{_sbindir}
install -m 755 ld_nfs.so %{buildroot}%{_libdir}


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.3-4
+ Revision: 18cbf29
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17311 |14mr|libnfsidmap-0.25-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname nfsidmap %{major}

Summary:	Library to help mapping id's, mainly for NFSv4
Name:		libnfsidmap
Version:	0.25
Release:	3
License:	BSD-like
Group:		System/Libraries
URL:		http://www.citi.umich.edu/projects/nfsv4/linux/
Source0:	http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-%{version}.tar.gz
BuildRequires:	openldap-devel
BuildRequires:	openssl-devel
BuildRequires:	pkgconfig
#BuildRequires:	voms-devel

%description
libnfsidmap is a library holding mulitiple methods of mapping
names to id's and visa versa, mainly for NFSv4. 

When NFSv4 is using AUTH_GSS (which currently only supports
Kerberos v5), the NFSv4 server mapping functions MUST use
secure communications.

%package -n	%{libname}
Summary:	Library to help mapping id's, mainly for NFSv4
Group:		System/Libraries
Provides:	libnfsidmap
Provides:	nfsidmap

%description -n	%{libname}
libnfsidmap is a library holding mulitiple methods of mapping
names to id's and visa versa, mainly for NFSv4. 

When NFSv4 is using AUTH_GSS (which currently only supports
Kerberos v5), the NFSv4 server mapping functions MUST use
secure communications.

%package -n	%{libname}-devel
Summary:	Static library and header files for the nfsidmap library
Group:		Development/C
Requires:	%{libname} >= %{version}
Provides:	libnfsidmap-devel = %{version}
Provides:	nfsidmap-devel  = %{version}

%description -n	%{libname}-devel
libnfsidmap is a library holding mulitiple methods of mapping
names to id's and visa versa, mainly for NFSv4. 

When NFSv4 is using AUTH_GSS (which currently only supports
Kerberos v5), the NFSv4 server mapping functions MUST use
secure communications.

This package contains the static libnfsidmap library and its
header files.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x \
    --disable-static \
    --with-pluginpath=%{_libdir}/%{name} \

#    --enable-gums

%make

%install
rm -rf %{buildroot}

%makeinstall_std

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/*.so.%{major}*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/nsswitch.so
%{_libdir}/%{name}/static.so
%{_libdir}/%{name}/umich_ldap.so
%{_mandir}/man3/*
%{_mandir}/man5/*

%files -n %{libname}-devel
%doc AUTHORS ChangeLog COPYING README
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libnfsidmap.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.25-3
+ Revision: 8c28385
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17312 |14mr|libnice-0.1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gstapi 1.0
%define oname nice
%define major 10
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Summary:	Implementation of the IETF's draft I.C.E standard
Name:		libnice
Version:	0.1.7
Release:	4
License:	LGPLv2+ and MPLv1+
Group:		System/Libraries
Url:		http://nice.freedesktop.org/wiki/
Source0:	http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{gstapi})
BuildRequires:	pkgconfig(gupnp-igd-1.0)

%description
Nice is an implementation of the IETF's draft Interactive Connectivity
Establishment standard (ICE). It provides GLib-based library, libnice.

ICE is useful for applications that want to establish peer-to-peer UDP
data streams. It automates the process of traversing NATs and provides
security against some attacks.

Existing standards that use ICE include the Session Initiation Protocol
(SIP) and Jingle, XMPP extension for audio/video calls.

Nice includes integration with GStreamer. It is used by Farsight for RTP
transport.

#----------------------------------------------------------------------------

%package utils
Summary:	Dynamic libraries from %{oname}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-utils = %{EVRD}

%description utils
This package contains various tools from %{name}.

%files utils
%{_bindir}/s*
%{_bindir}/threaded-example

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{oname}
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Obsoletes:	%{_lib}nice1 < 0.1.1-4

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%{_libdir}/libnice.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary: 	Header files, libraries and development documentation for %{oname}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{oname}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files, static libraries and development
documentation for %{oname}. If you like to develop programs using %{oname},
you will need to install %{oname}-devel.

%files -n %{devname}
%doc AUTHORS COPYING COPYING.LGPL COPYING.MPL NEWS README
%{_includedir}/%{oname}/*.h
%{_includedir}/stun/*.h
%{_includedir}/stun/usages/*.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{oname}.pc
%{_datadir}/gtk-doc/html/%{name}/*

#----------------------------------------------------------------------------

%package -n gstreamer%{gstapi}-%{oname}
Summary:	Gstreamer elements from %{oname}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
# conflict with older %%libname that had the gst .so, before the split
Conflicts:	%{_lib}nice0 < 0.1.0
Conflicts:	%{_lib}nice1 < 0.1.0
Obsoletes:	gstreamer0.10-%{oname} < 0.1.7

%description -n gstreamer%{gstapi}-%{oname}
Gstreamer elements from %{oname}.

%files -n gstreamer%{gstapi}-%{oname}
%{_libdir}/gstreamer-%{gstapi}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-gupnp \
	--disable-static

# disable rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
%makeinstall_std

#% check
#disabled due fails
#make check


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.7-4
+ Revision: 03182df
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17313 |14mr|libnjb-2.2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define major		5
%define libname 	%mklibname njb %{major}
%define develname	%mklibname njb -d

Name: 	 	libnjb
Summary:	A software library for talking to the Creative Nomad Jukeboxes and Dell DJs
Version: 	2.2.7
Release: 	2

Source0:	%{name}-%{version}.tar.gz
Patch0:		libnjb-2.2.6-optimize-udev-rule.patch
URL:		http://sourceforge.net/projects/libnjb/
License:	BSD
Group:		System/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:  libusb-devel
BuildRequires:  doxygen

%description
Provides a user-level API (C library) for communicating with the
Creative Nomad JukeBox MP3 player under Linux and *BSD, as well
as simple command-line utilities to demonstrate the API functions.
This library works in user space.

%package -n 	%{libname}
Summary:        Dynamic libraries from %{name}
Group:          System/Libraries
Provides:	daemon
Obsoletes:	daemon = %{version}-%{release}

%description -n %{libname}
Provides a user-level API (C library) for communicating with the
Creative Nomad JukeBox MP3 player under Linux and *BSD, as well
as simple command-line utilities to demonstrate the API functions.
This library works in user space.
This libraries from %{name}.

%package -n 	%{develname}
Summary: 	Header files and static libraries from %name
Group: 		Development/C
Requires: 	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes:	%{mklibname njb 5 -d}

%description -n %{develname}
Libraries and includes files for developing programs based on %name.

%prep
%setup -q
#%patch0 -p1 -b .udev_opt~

%build
%configure2_5x
%make

%install
rm -rf %{buildroot} installed-docs
%makeinstall pkgdocdir=`pwd`/installed-docs
#gw TODO fix device ownership
#install -m644 nomad.rules -D %{buildroot}%{_sysconfdir}/udev/rules.d/60-libnjb.rules
install -m644 libnjb.fdi -D %{buildroot}%{_datadir}/hal/fdi/information/10freedesktop/10-usb-music-players-libnjb.fdi

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog FAQ HACKING  README LICENSE
%{_bindir}/*
#%config(noreplace) %{_sysconfdir}/udev/rules.d/60-libnjb.rules
%{_datadir}/hal/fdi/information/10freedesktop/10-usb-music-players-libnjb.fdi

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libnjb.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc installed-docs/*
%{_includedir}/%{name}.h
%{_libdir}/%{name}.so
%{_libdir}/%{name}.a
%{_libdir}/pkgconfig/%{name}.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.7-2
+ Revision: bd870f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17314 |14mr|libnl-1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1
%define	libname %mklibname nl %{major}
%define	libdev	%mklibname -d nl

Name:		libnl
Version:	1.1
Release:	9
Summary:	Library for applications dealing with netlink sockets
License:	GPL
Group:		System/X11
URL:		http://people.suug.ch/~tgr/libnl/
Source0:	http://people.suug.ch/~tgr/libnl/files/%{name}-%{version}.tar.lzma
BuildRequires: doxygen
Patch1: libnl-1.0-pre5-static.patch
Patch2: libnl-1.0-pre5-debuginfo.patch
Patch3: libnl-1.0-pre8-use-vasprintf-retval.patch
Patch4: libnl-1.0-pre8-more-build-output.patch
Patch5: libnl-1.1-include-limits-h.patch
Patch6: libnl-1.1-doc-inlinesrc.patch

%description
libnl is a library for applications dealing with netlink sockets.
The library provides an interface for raw netlink messaging and
various netlink family specific interfaces.

%package -n	%{libname}
Group:		System/Libraries
Summary:	Library for applications dealing with netlink sockets

%description -n	%{libname}
libnl is a library for applications dealing with netlink sockets.
The library provides an interface for raw netlink messaging and
various netlink family specific interfaces.

%package -n	%{libdev}
Group:		Development/C
Summary:	Header files of libnl
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}

%description -n	%{libdev}
libnl is a library for applications dealing with netlink sockets.
The library provides an interface for raw netlink messaging and
various netlink family specific interfaces.

%prep
%setup -q
%setup -q -n %{name}-%{version}
%patch1 -p1 -b .build-static
%patch2 -p1 -b .debuginfo
%patch3 -p1 -b .use-vasprintf-retval
%patch4 -p1 -b .more-build-output
%patch5 -p1 -b .limits
%patch6 -p1 -b .doc-inlinesrc

# Fix unreadable files
find . -perm 0640 -exec chmod 0644 '{}' \;

# a quick hack to make doxygen stripping builddir from html outputs.
sed -i.org -e "s,^STRIP_FROM_PATH.*,STRIP_FROM_PATH = `pwd`," doc/Doxyfile.in

%build
%configure2_5x
make
make gendoc

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libnl.so.%{major}
%{_libdir}/libnl.so.%{major}.*

%files -n %{libdev}
%dir %{_includedir}/netlink
%{_includedir}/netlink/*.h
%dir %{_includedir}/netlink/fib_lookup
%{_includedir}/netlink/fib_lookup/*.h
%dir %{_includedir}/netlink/genl
%{_includedir}/netlink/genl/*.h
%dir %{_includedir}/netlink/route
%{_includedir}/netlink/route/*.h
%dir %{_includedir}/netlink/route/cls
%{_includedir}/netlink/route/cls/*.h
%dir %{_includedir}/netlink/route/sch
%{_includedir}/netlink/route/sch/*.h
%{_libdir}/libnl.so
%{_libdir}/pkgconfig/%{name}-%{major}.pc
%{_libdir}/%{name}.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-9
+ Revision: 4b9b10c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17315 |14mr|libnl3-3.2.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 3
%define	libname %mklibname nl _%{major}
%define	develname %mklibname -d nl _%{major}

Summary:	Library for applications dealing with netlink sockets
Name:		libnl3
Version:	3.2.14
Release:	2
License:	LGPL
Group:		System/Libraries
URL:		http://people.suug.ch/~tgr/libnl/
Source0:	http://people.suug.ch/~tgr/libnl/files/libnl-%{version}.tar.gz
Patch0:		libnl-3.2.3-tooooo_many_commas_fix.diff
BuildRequires:	automake autoconf libtool
BuildRequires:	bison
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	graphviz

%description
libnl is a library for applications dealing with netlink sockets.
The library provides an interface for raw netlink messaging and
various netlink family specific interfaces.

%package -n	libnl3-tools
Summary:	Applications dealing with netlink sockets
Group:		System/Kernel and hardware

%description -n	libnl3-tools
libnl is a library for applications dealing with netlink sockets.
The library provides an interface for raw netlink messaging and
various netlink family specific interfaces.

%package -n	%{libname}
Summary:	Library for applications dealing with netlink sockets
Group:		System/Libraries

%description -n	%{libname}
libnl is a library for applications dealing with netlink sockets.
The library provides an interface for raw netlink messaging and
various netlink family specific interfaces.

%package -n	%{develname}
Summary:	Header files of libnl
Group:		Development/C
Requires:	%{libname} >= %{version}
Provides:	libnl3-devel = %{version}-%{release}

%description -n	%{develname}
libnl is a library for applications dealing with netlink sockets.
The library provides an interface for raw netlink messaging and
various netlink family specific interfaces.

%prep

%setup -q -n libnl-%{version}
#% patch0 -p1

# a quick hack to make doxygen stripping builddir from html outputs.
#sed -i.org -e "s,^STRIP_FROM_PATH.*,STRIP_FROM_PATH = `pwd`," doc/Doxyfile.in

%build
autoreconf -fi
%configure2_5x \
    --disable-static
%make

%install
%makeinstall_std

# clenuo
rm -f %{buildroot}%{_libdir}/*.la
rm -f %{buildroot}%{_libdir}/libnl/cli/qdisc/*.*a
rm -f %{buildroot}%{_libdir}/libnl/cli/cls/*.*a

%files -n libnl3-tools
%{_sbindir}/nl-*
%{_sbindir}/genl-ctrl-list
%{_mandir}/man8/*


%files -n %{libname}
%dir %{_sysconfdir}/libnl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libnl/classid
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libnl/pktloc
%{_libdir}/libnl-cli-%{major}.so.*
%{_libdir}/libnl-genl-%{major}.so.*
%{_libdir}/libnl-%{major}.so.*
%{_libdir}/libnl-nf-%{major}.so.*
%{_libdir}/libnl-route-%{major}.so.*
%dir %{_libdir}/libnl
%dir %{_libdir}/libnl/cli
%dir %{_libdir}/libnl/cli/qdisc
%dir %{_libdir}/libnl/cli/cls
%{_libdir}/libnl/cli/qdisc/htb.so
%{_libdir}/libnl/cli/qdisc/blackhole.so
%{_libdir}/libnl/cli/qdisc/pfifo.so
%{_libdir}/libnl/cli/qdisc/bfifo.so
%{_libdir}/libnl/cli/cls/basic.so
%{_libdir}/libnl/cli/cls/cgroup.so
%{_libdir}/libnl/cli/qdisc/plug.so


%files -n %{develname}
%dir %{_includedir}/libnl3
%dir %{_includedir}/libnl3/netlink
%dir %{_includedir}/libnl3/netlink/fib_lookup
%dir %{_includedir}/libnl3/netlink/route
%dir %{_includedir}/libnl3/netlink/route/qdisc
%dir %{_includedir}/libnl3/netlink/route/link
%dir %{_includedir}/libnl3/netlink/route/cls
%dir %{_includedir}/libnl3/netlink/route/cls/ematch
%dir %{_includedir}/libnl3/netlink/genl
%dir %{_includedir}/libnl3/netlink/netfilter
%dir %{_includedir}/libnl3/netlink/cli
%{_includedir}/libnl3/netlink/*.h
%{_includedir}/libnl3/netlink/fib_lookup/*.h
%{_includedir}/libnl3/netlink/route/*.h
%{_includedir}/libnl3/netlink/route/qdisc/*.h
%{_includedir}/libnl3/netlink/route/link/*.h
%{_includedir}/libnl3/netlink/route/cls/*.h
%{_includedir}/libnl3/netlink/route/cls/ematch/*.h
%{_includedir}/libnl3/netlink/genl/*.h
%{_includedir}/libnl3/netlink/netfilter/*.h
%{_includedir}/libnl3/netlink/cli/*.h
%{_libdir}/libnl-cli-%{major}.so
%{_libdir}/libnl-genl-%{major}.so
%{_libdir}/libnl-%{major}.so
%{_libdir}/libnl-nf-%{major}.so
%{_libdir}/libnl-route-%{major}.so
%{_libdir}/pkgconfig/libnl-%{major}.0.pc
%{_libdir}/pkgconfig/libnl-cli-%{major}.0.pc
%{_libdir}/pkgconfig/libnl-genl-%{major}.0.pc
%{_libdir}/pkgconfig/libnl-nf-%{major}.0.pc
%{_libdir}/pkgconfig/libnl-route-%{major}.0.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.14-2
+ Revision: c187c7f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17316 |14mr|libnm-qt-0.9.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname NetworkManagerQt %{major}
%define devname %mklibname NetworkManagerQt -d

Summary:	Qt-only wrapper for NetworkManager DBus API
Name:		libnm-qt
Version:	0.9.8.2
Release:	1
Epoch:		1
License:	LGPLv2+
Group:		System/Libraries
Url:		https://projects.kde.org/projects/extragear/libs/libnm-qt
Source0:	ftp://ftp.kde.org/pub/kde/unstable/networkmanager-qt/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(ModemManager)
BuildRequires:	pkgconfig(ModemManagerQt)
BuildRequires:	pkgconfig(NetworkManager) >= 0.9.8.4
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-util)

%description
Qt library for NetworkManager.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt-only wrapper for NetworkManager DBus API
Group:		System/Libraries
Conflicts:	%{_lib}nm-qt0 < 1:0.9.0
Obsoletes:	%{_lib}nm-qt0 < 1:0.9.0

%description -n %{libname}
Qt library for NetworkManager.

%files -n %{libname}
%{_libdir}/libNetworkManagerQt.so.%{version}
%{_libdir}/libNetworkManagerQt.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Conflicts:	%{_lib}nm-qt-devel < 1:0.9.0
Obsoletes:	%{_lib}nm-qt-devel < 1:0.9.0

%description -n %{devname}
Qt libraries and header files for developing applications
that use NetworkManager.

%files -n %{devname}
%{_libdir}/pkgconfig/NetworkManagerQt.pc
%{_libdir}/libNetworkManagerQt.so
%{_includedir}/NetworkManagerQt/

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Wed Jul 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.9.8.2-1
+ Revision: 11aaf7b
- New version 0.9.8.2, new library major 1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17317 |14mr|libnotify-0.7.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define girmajor 0.7
%define libname %mklibname notify %{major}
%define girname %mklibname notify-gir %{girmajor}
%define develname %mklibname -d notify

Summary:	Desktop notifications library
Name:		libnotify
Version:	0.7.5
Release:	4
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.galago-project.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz

Buildrequires:	gtk-doc
Buildrequires:	pkgconfig(dbus-glib-1)
Buildrequires:	pkgconfig(gtk+-3.0) >= 2.90
Buildrequires:	pkgconfig(gobject-introspection-1.0)
Buildrequires:	pkgconfig(popt)

Requires:	virtual-notification-daemon

%description
A library that sends desktop notifications to a notification daemon, as
defined in the Desktop Notifications spec. These notifications can be
used to inform the user about an event or display some form of
information without getting in the user's way.

%package -n %{libname}
Group:		System/Libraries
Summary:	Desktop notifications library - shared library

%description -n %{libname}
A library that sends desktop notifications to a notification daemon, as
defined in the Desktop Notifications spec. These notifications can be
used to inform the user about an event or display some form of
information without getting in the user's way.

%package -n %{girname}
Group:		System/Libraries
Summary:	GObject Introspection interface library for %{name}
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{develname}
Group:		Development/C
Summary:	Desktop notifications library - headers
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d notify 1} < 0.7

%description -n %{develname}
A library that sends desktop notifications to a notification daemon, as
defined in the Desktop Notifications spec. These notifications can be
used to inform the user about an event or display some form of
information without getting in the user's way.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make LIBS='-lgmodule-2.0'

%install
rm -rf %{buildroot}
%makeinstall_std

%files
%{_bindir}/*

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Notify-%{girmajor}.typelib

%files -n %{develname}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/gtk-doc/html/*
%{_datadir}/gir-1.0/Notify-%{girmajor}.gir




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.5-4
+ Revision: 9d591d3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17318 |14mr|libnova-0.13.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define api	13
%define libname	%mklibname nova %{api}_%{major}
%define develname %mklibname nova %{api} -d

Name:       libnova
Version:    0.13.0
Release:    6
Summary:    General purpose astronomy & astrodynamics library
Group:      Sciences/Astronomy
License:    LGPLv2+
URL:        http://sourceforge.net/projects/libnova/
Source0:    http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Requires:   %{libname} = %{version}-%{release}

%description
Libnova is a general purpose, double precision, celestial mechanics, 
astrometry and astrodynamics library

%files
%doc ChangeLog README AUTHORS NEWS COPYING
%{_bindir}/libnovaconfig

#--------------------------------------------------------------------

%package -n %{libname}
Summary:    Library files for %{name}
Group:      Development/KDE and Qt

%description -n %{libname}
Contains library files for nova.

%files -n %{libname}
%{_libdir}/libnova-0.%{api}.so.%{major}*

#--------------------------------------------------------------------

%package -n %{develname}
Summary:    Development files for %{name}
Group:      Development/KDE and Qt
Requires:   %{libname} = %{version}-%{release}
Provides:   %{name}-devel = %{version}-%{release}

%description -n %{develname}
Contains library and header files for nova.

%files -n %{develname}
%doc COPYING examples/*.c
%{_includedir}/libnova
%{_libdir}/libnova.so

#--------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.13.0-6
+ Revision: 514fba4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17319 |14mr|libntlm-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname ntlm %{major}
%define develname %mklibname ntlm -d

Summary:	Microsoft WinNT domain authentication library
Name:		libntlm
Version:	1.3
Release:	2
Group:		System/Libraries
License:	LGPLv2+
URL:		http://www.nongnu.org/libntlm/
Source0:	http://www.nongnu.org/libntlm/releases/%{name}-%{version}.tar.gz
%ifnarch %arm %mips
BuildRequires:	valgrind
%endif
BuildRoot:	%{_tmppath}/root-%{name}-%{version}

%description
A library for authenticating with Microsoft NTLM challenge-response, 
derived from Samba sources.

%package -n %{libname}
Summary:	Microsoft WinNT domain authentication library
Group:		System/Libraries

%description -n %{libname}
A library for authenticating with Microsoft NTLM challenge-response, 
derived from Samba sources.

%package -n %{develname}
Summary:	Microsoft WinNT domain authentication library for development
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files needed for compiling against libntlm.

%prep
%setup -q

%build
%configure2_5x
%make

%check
make check

%install
rm -rf %{buildroot}
%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc AUTHORS README ChangeLog THANKS
%{_includedir}/ntlm.h
%{_libdir}/*.so
%{_libdir}/libntlm.a
%{_libdir}/pkgconfig/libntlm.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-2
+ Revision: c033150
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17320 |14mr|libnut-0.0.675-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname nut %{major}
%define	devname	%mklibname -d nut

Name:		libnut
%define	svnrev	675
Version:	0.0.%{svnrev}
Release:	2
Url:		http://wiki.multimedia.cx/index.php?title=NUT
License:	MIT
Group:		System/Libraries
Summary:	NUT Multimedia Container Library
# svn checkout svn://svn.mplayerhq.hu/nut/src/trunk libnut ; tar -Jcf libnut-r$(LC_ALL=C svn info libnut | sed -n 's/Revision: //p').tar.xz libnut
Source0:	%{name}-r%{svnrev}.tar.xz
Patch0:		libnut-libdir.patch
Patch1:		libnut-shared.patch
Patch2:		libnut-r675-ldflags.patch

%description
Library for manipulation with NUT multimedia streams.

Unlike many popular containers, a NUT file can largely be viewed as a
byte stream, opposed to having a global block structure. NUT files
consist of a sequence of packets, which can contain global headers,
file metadata, stream headers for the individual media streams,
optional index data to accelerate seeking, and, of course, the actual
encoded media frames.

%package -n	%{libname}
Group:		System/Libraries
Summary:	NUT Multimedia Container Library

%description -n	%{libname}
Library for manipulation with NUT multimedia streams.

Unlike many popular containers, a NUT file can largely be viewed as a
byte stream, opposed to having a global block structure. NUT files
consist of a sequence of packets, which can contain global headers,
file metadata, stream headers for the individual media streams,
optional index data to accelerate seeking, and, of course, the actual
encoded media frames.

%package -n	%{devname}
Group:		Development/C
Summary:	Development files for NUT Multimedia Container Library
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
This package contains development files for the NUT Multimedia Container
Library.

%package	utils
Group:		Video
Summary:	NUT Multimedia Container Utilites

%description	utils
Utilities for manipulation with NUT multimedia streams.

Unlike many popular containers, a NUT file can largely be viewed as a
byte stream, opposed to having a global block structure. NUT files
consist of a sequence of packets, which can contain global headers,
file metadata, stream headers for the individual media streams,
optional index data to accelerate seeking, and, of course, the actual
encoded media frames.

%prep
%setup -q -n %{name}
%patch0 -p0 -b .libdir~
%patch1 -p1 -b .shared~
%patch2 -p1 -b .ldflags~

%build
%setup_compile_flags
%make prefix=%{_prefix} libdir=%{_libdir}

%install
%makeinstall

%files utils
%{_bindir}/*

%files -n %{libname}
%doc COPYING README
%{_libdir}/libnut.so.%{major}*

%files -n %{devname}
%{_includedir}/libnut.h
%{_libdir}/libnut.so
%{_libdir}/libnut.a




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.675-2
+ Revision: f59c90e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17321 |14mr|liboauth-1.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname %mklibname oauth %{major}
%define devname %mklibname -d oauth

Summary:	OAuth library functions
Name:		liboauth
Version:	1.0.3
Release:	7
Group:		System/Libraries
License:	MIT
Url:		http://liboauth.sourceforge.net/
Source0:	http://liboauth.sourceforge.net/pool/liboauth-%{version}.tar.gz
Patch0:		liboauth-automake-1.13.patch

BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(nss)

%track
prog %{name} = {
	url = http://liboauth.sourceforge.net/
	version = %{version}
	regex = %{name}-(__VER__)\.tar\.gz
}

%description
liboauth is a collection of POSIX-c functions implementing the OAuth
Core RFC 5849 standard. liboauth provides functions to escape and
encode parameters according to OAuth specification and offers
high-level functionality to sign requests or verify OAuth signatures
as well as perform HTTP requests.

%package        -n %{libname}
Summary:	OAuth library functions
Group:		System/Libraries

%description    -n %{libname}
liboauth is a collection of POSIX-c functions implementing the OAuth
Core RFC 5849 standard. liboauth provides functions to escape and
encode parameters according to OAuth specification and offers
high-level functionality to sign requests or verify OAuth signatures
as well as perform HTTP requests.

%package        -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel  = %{version}-%{release}

%description    -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--enable-nss

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/liboauth.so.%{major}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/oauth.pc
%{_mandir}/man3/oauth.*


%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.3-7
+ Revision: ec28321
- Updated to 1.0.3 (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17322 |14mr|libodfgen-0.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname	odfgen
%define api	0.1
%define major	1
%define libname	%mklibname %{fname} %{api} %{major}
%define devname	%mklibname -d %{fname}

Summary:	An ODF generator library
Name:		libodfgen
Version:	0.1.1
Release:	1
Group:		System/Libraries
License:	LGPLv2+ or MPLv2.0+
Url:		http://sourceforge.net/projects/libwpd/
Source0:	http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(libetonyek-0.1)
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	doxygen

%description
%{name} is a library for generating ODF (text and vector drawing formats
only). It is directly pluggable into input filters based on
libwpd/libwpg. It is used in libreoffice, for example.

%package -n %{libname}
Summary:	Development files for %{name}
Group:		System/Libraries

%description  -n %{libname}
This package contains libraries for applications that use %{name}.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}

%description  -n %{devname}
The %{devname} package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*

%files  -n %{devname} 
%doc ChangeLog COPYING.* README
%{_includedir}/%{name}-%{api}
%{_libdir}/%{name}-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%doc %{_docdir}/%{name}

%changelog
* Thu Aug 21 2014 Sergey Sokolov <sergey.sokolov@rosalab.ru> 0.1.1-1
+ Revision: 77748b6
- Updated libodfgen.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17323 |14mr|libofa-0.9.3-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname ofa %{major}
%define devname %mklibname ofa -d

Summary:	Open Fingerprint Architecture library
Name:		libofa
Version:	0.9.3
Release:	18
License:	GPLv2+
Group:		System/Libraries
URL:		http://code.google.com/p/musicip-libofa/
Source0:	http://musicip-libofa.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		libofa-build-fix.patch
Patch1:		libofa-gcc43.diff
Patch2:		libofa-0.9.3-pkgconfig-drop-expat.patch
Patch3:		libofa-0.9.3-curl.patch
Patch4:		libofa-0.9.3-fedora-gcc47.patch
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(libcurl)

%description
Currently, MusicDNS and the Open Fingerprint Architecture are being used to:

	* identify duplicate tracks, even when the metadata is different, MusicIP
	  identifies the master recording.
	* fix metadata
	* find out more about tracks by connecting to MusicBrainz- the worlds
	  largest music metabase community

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Open Fingerprint Architecture library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n	%{libname}
Currently, MusicDNS and the Open Fingerprint Architecture are being used to:

	* identify duplicate tracks, even when the metadata is different, MusicIP
	  identifies the master recording.
	* fix metadata
	* find out more about tracks by connecting to MusicBrainz- the worlds
	  largest music metabase community

%files -n %{libname}
%doc AUTHORS README COPYING
%{_libdir}/libofa.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Files needed for developing applications which use libofa
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n	%{devname}
The %{name}-devel package includes the header files and .so libraries
necessary for developing libofa enabled tagging applications.

If you are going to develop libofa enabled tagging applications you should
install this package.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/pkgconfig/libofa.pc
%{_libdir}/libofa.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.3-18
+ Revision: d461b44
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17324 |14mr|libofx-0.9.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname ofx %{major}
%define develname %mklibname ofx -d

Summary:	LibOFX library provides support for OFX command responses
Name:		libofx
Version:	0.9.5
Release:	2
Group:		System/Libraries
License:	GPL
URL:		http://libofx.sourceforge.net
Source0:	http://download.sourceforge.net/libofx/%{name}-%{version}.tar.gz
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	OpenSP-devel

%description
This is the LibOFX library.  It is a API designed to allow applications to
very easily support OFX command responses, usually provided by financial
institutions.  See http://www.ofx.net/ofx/default.asp for details and
specification. LibOFX is based on the excellent OpenSP library written by
James Clark, and now part of the OpenJADE http://openjade.sourceforge.net/
project.  OpenSP by itself is not widely distributed.  OpenJADE 1.3.1 includes
a version on OpenSP that will link, however, it has some major problems with
LibOFX and isn't recommended.  Since LibOFX uses the generic interface to
OpenSP, it should be compatible with all recent versions of OpenSP (It has
been developed with OpenSP-1.5pre5).  LibOFX is written in C++, but provides a
C style interface usable transparently from both C and C++ using a single
include file.

%package -n %{libname}
Summary:	Libraries for libofx
Group:		System/Libraries

%description -n %{libname}
This package provides libraries to use libofx.

%package -n %{develname}
Group:		Development/C
Summary:	Libraries needed to develop for libofx
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Conflicts:	%{_lib}ofx2-devel < 0.8.2

%description -n %{develname}
Libraries needed to develop for libofx.

%prep
%setup -q

%build
# FIXME: better make it lib64 aware in configure script
# disable curl detection
%configure2_5x \
	--disable-static \
    --with-opensp-libs=%{_libdir} \
    --without-libcurl

%make

%install
rm -rf %{buildroot}

%makeinstall_std

#remove unpackaged files
rm -rf %{buildroot}%{_docdir}/libofx

%files
%doc AUTHORS ChangeLog NEWS README totest.txt 
%{_bindir}/*
%{_datadir}/libofx
%_mandir/man1/ofxdump.1*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc doc/html doc/ofx_sample_files
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.5-2
+ Revision: 2e40643
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17325 |14mr|libogg-1.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname ogg %{major}
%define devname %mklibname ogg -d

Summary:	Ogg Bitstream Library
Name:		libogg
Version:	1.3.2
Release:	2
Group:		System/Libraries
License:	BSD
Url:		http://www.xiph.org/
Source0:	http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
Patch1:		libogg-1.0-lib64.patch

%description
Libogg is a library for manipulating ogg bitstreams. It handles
both making ogg bitstreams and getting packets from ogg bitstreams.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libogg.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	libogg-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc AUTHORS CHANGES README
%doc doc/*.html doc/*.png doc/*.txt
%dir %{multiarch_includedir}/ogg
%{multiarch_includedir}/ogg/config_types.h
%{_includedir}/ogg/*.h
%{_libdir}/*.so
%{_datadir}/aclocal/*
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q
#fix build with new automake
sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' configure.*
autoreconf -fi
sed -i "s/-O20/$CFLAGS/" configure

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}/libogg/

%multiarch_includes %{buildroot}%{_includedir}/ogg/config_types.h


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.2-2
+ Revision: a69e0cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17326 |14mr|liboggz-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname oggz %{major}
%define devname %mklibname oggz -d

Summary:	Simple programming interface for Ogg files and streams
Name:		liboggz
Version:	1.1.1
Release:	4
Group:		System/Libraries
License:	BSD-like
Url:		http://www.xiph.org/oggz/
Source0:	http://downloads.xiph.org/releases/liboggz/%{name}-%{version}.tar.gz
BuildRequires:	docbook-utils
BuildRequires:	pkgconfig(ogg)

%description
Oggz provides a simple programming interface for reading and writing Ogg files
and streams. Ogg is an interleaving data container developed by Monty at
Xiph.Org, originally to support the Ogg Vorbis audio format.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Simple programming interface for Ogg files and streams
Group:		System/Libraries

%description -n	%{libname}
Oggz provides a simple programming interface for reading and writing Ogg files
and streams. Ogg is an interleaving data container developed by Monty at
Xiph.Org, originally to support the Ogg Vorbis audio format.

%files -n %{libname}
%{_libdir}/liboggz.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files needed for development using liboggz
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n	%{devname}
This package contains the header files and documentation needed for development
using liboggz.

%files -n %{devname}
%doc doc/liboggz/html/*
%doc AUTHORS ChangeLog README
%dir %{_includedir}/oggz
%{_includedir}/oggz/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/oggz.pc

#----------------------------------------------------------------------------

%package tools
Summary:	Various tools using the liboggz library
Group:		Development/C

%description tools
This package contains various tools using the liboggz library.

%files tools
%{_bindir}/oggz*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%check
#make check

%install
%makeinstall_std

# cleanup
rm -rf %{buildroot}%{_docdir}/liboggz


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-4
+ Revision: d32c0d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17327 |14mr|liboldx-1.0.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define liboldx %mklibname oldx 6
Name: liboldx
Summary:  The oldX Library
Version: 1.0.1
Release: 11
Group: Development/X11
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/liboldX-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
X.Org X11 liboldX runtime library.

#-----------------------------------------------------------

%package -n %{liboldx}
Summary:  The oldX Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}

%description -n %{liboldx}
The oldX Library

#-----------------------------------------------------------

%package -n %{liboldx}-devel
Summary: Development files for %{name}
Group: Development/X11
Requires: %{liboldx} = %{version}
Provides: liboldx-devel = %{version}-%{release}
Conflicts: libxorg-x11-devel < 7.0

%description -n %{liboldx}-devel
Development files for %{name}

%pre -n %{liboldx}-devel
if [ -h %{_includedir}/X11 ]; then
	rm -f %{_includedir}/X11
fi

%files -n %{liboldx}-devel
%defattr(-,root,root)
%{_libdir}/liboldX.so
%{_libdir}/pkgconfig/oldx.pc
%{_includedir}/X11/X10.h

#-----------------------------------------------------------

%package -n %{liboldx}-static-devel
Summary: Static development files for %{name}
Group: Development/X11
Requires: %{liboldx}-devel = %{version}
Provides: liboldx-static-devel = %{version}-%{release}
Conflicts: libxorg-x11-static-devel < 7.0

%description -n %{liboldx}-static-devel
Static development files for %{name}

%files -n %{liboldx}-static-devel
%defattr(-,root,root)
%{_libdir}/liboldX.a

#-----------------------------------------------------------

%prep
%setup -q -n liboldX-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -p /sbin/ldconfig
%endif

%files -n %{liboldx}
%defattr(-,root,root)
%{_libdir}/liboldX.so.6
%{_libdir}/liboldX.so.6.0.0





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-11
+ Revision: f9aa15e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17328 |14mr|libopenraw-0.0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define api_version 1.0
%define libname	%mklibname openraw %{major}
%define develname %mklibname -d openraw

Summary:	Camera RAW files decoding library
Name:		libopenraw
Version:	0.0.9
Release:	3
License:	LGPLv3+
Group:		Graphics
Source0: 	http://libopenraw.freedesktop.org/download/%name-%version.tar.bz2
Url:		http://libopenraw.freedesktop.org
BuildRequires:	jpeg-devel
BuildRequires:	boost-devel
BuildRequires:	libgdk_pixbuf2.0-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	doxygen
Requires(post):	gdk-pixbuf2.0
Requires(postun): gdk-pixbuf2.0

%description
libopenraw is an ongoing project to provide a free software implementation
for camera RAW files decoding. One of the main reason is that dcraw is not
suited for easy integration into applications, and there is a need for an
easy to use API to build free software digital image processing application.

It also has the goal to address missing feature from dcraw like meta-data
decoding and easy thumbnail extraction. 

%package -n %{libname}
Summary:	Camera RAW files decoding library
Provides:	%{name} = %{version}-%{release}
Group:		System/Libraries

%description -n %{libname}
libopenraw is an ongoing project to provide a free software implementation 
for camera RAW files decoding. One of the main reason is that dcraw is not 
suited for easy integration into applications, and there is a need for an
easy to use API to build free software digital image processing application.

It also has the goal to address missing feature from dcraw like meta-data 
decoding and easy thumbnail extraction.

%package -n %{develname}
Summary:	Headers and links to compile against the "%{libname}" library
Requires: 	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d openraw 1
Group:		Development/C

%description -n %{develname}
This package contains all files which one needs to compile programs using
the "%{libname}" library.

%prep
%setup -q 
sed -i -e 's|@top_srcdir@/dcraw ||' doc/Doxyfile.in

%build
%configure2_5x --disable-static
%make
make dox

%install
rm -rf %{buildroot}
%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files
%defattr(-,root,root)
%{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so

%files -n %{libname} 
%defattr(-,root,root)
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*
%doc AUTHORS NEWS COPYING README ChangeLog TODO

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/libopenraw-%{api_version}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%doc doc/doxygen/html/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.9-3
+ Revision: a732a5f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17329 |14mr|libopensync-0.22-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# If you are thinking of upgrading opensync to 0.3x, please be
# prepared to justify yourself to those who actually use it. i.e.,
# you are going to need to prove that it's a) better, b) works, and
# c) won't eat anyone's data, or else be prepared to lose some major
# appendages. - AdamW 2008/03

%define major 0
%define libname %mklibname opensync %{major}
%define devname %mklibname opensync -d

%define with_python 1
%{?_without_python: %{expand: %%global _with_python 0}}

Summary:	Multi-platform PIM synchronization framework
Name:		libopensync
Epoch:		1
Version:	0.22
Release:	24
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.opensync.org/
Source0:	http://www.opensync.org/download/releases/%{version}/%{name}-%{version}.tar.bz2
Patch0:		libopensync-python-lib-check-lib64.patch
Patch1:		libopensync-linkage_fix.diff
Patch2:		libopensync-python-fix.patch
Patch3:		libopensync-swig-fix.patch
Patch4:		libopensync-0.22-unusedvar.patch
Patch5:		libopensync-swig-fix2.patch

BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(sqlite3)

%description
OpenSync is a synchronization framework that is platform and distribution
independent. It consists of several plugins that can be used to connect to
devices, a powerful sync-engine and the framework itself.  The synchronization
framework is kept very flexible and is capable of synchronizing any type of
data, including contacts, calendar, tasks, notes and files.

%files
%{_bindir}/*
%{_libdir}/opensync
%{_libdir}/osplugin

#--------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#-------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#-------------------------------------------------------------

%if %{with_python}
%package python
Summary:	Python bindings for %{name}
Group:		Development/Python
BuildRequires:	swig
BuildRequires:	pkgconfig(python)

%description python
Python bindings for %{name}.

%files python
%{py_platsitedir}/*
%endif

#-------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p1
%patch4 -p1
%patch5 -p1

%build
autoreconf -fi
export CFLAGS="%{optflags} -Wno-error"
%configure2_5x \
	--disable-static \
%if %{with_python}
	--enable-python \
%endif
	--disable-debug \
	--enable-engine \
	--enable-tools

%make pythondir=%{py_platsitedir}

%install
%makeinstall_std pythondir=%{py_platsitedir}


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.22-24
+ Revision: ab4f51f
- Try to fix build with new swig



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17330 |14mr|liborcus-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define api	0.8
%define major	0
%define libname	%mklibname orcus %{api} %{major}
%define libmso %mklibname orcus-mso %{api} %{major}
%define libparser %mklibname orcus-parser %{api} %{major}
%define libspreadsheet %mklibname orcus-spreadsheet-model %{api} %{major}
%define devname	%mklibname -d orcus

Summary:	Standalone file import filter library for spreadsheet documents
Name:		liborcus
Version:	0.7.0
Release:	1
Group:		Office
License:	MIT
Url:		http://gitorious.org/orcus
Source0:	http://kohei.us/files/orcus/src/%{name}-%{version}.tar.bz2
Patch0:		liborcus_0.3.0-boost.patch
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(mdds)
BuildRequires:	pkgconfig(zlib)

%description
%{name} is a standalone file import filter library for spreadsheet
documents. Currently under development are ODS, XLSX and CSV import
filters.

%package -n %{libname}
Summary:	Standalone file import filter library for spreadsheet documents
Group:		Office

%description -n %{libname}
%{name} is a standalone file import filter library for spreadsheet
documents. Currently under development are ODS, XLSX and CSV import
filters.

%package -n %{libmso}
Summary:	Standalone file import filter library for spreadsheet documents
Group:		Office

%description -n %{libmso}
This package contains a shared library library for %{name}.

%package -n %{libparser}
Summary:	Standalone file import filter library for spreadsheet documents
Group:		Office

%description -n %{libparser}
This package contains a shared library library for %{name}.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libmso} = %{version}-%{release}
Requires:	%{libparser} = %{version}-%{release}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%package tools
Summary:	Tools for working with Orcus
Group:		Office
Requires:	%{libname} = %{version}-%{release}

%description tools
Tools for working with Orcus.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-werror \
	--with-pic \
	--disable-spreadsheet-model \
	--without-libzip
	
sed -i \
    -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
libtool

%make

%install
%makeinstall_std

%files tools
%doc AUTHORS
%{_bindir}/orcus-*

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*

%files -n %{libmso}
%{_libdir}/%{name}-mso-%{api}.so.%{major}*

%files -n %{libparser}
%{_libdir}/%{name}-parser-%{api}.so.%{major}*

%files -n %{devname}
%{_includedir}/%{name}-%{api}
%{_libdir}/%{name}*-%{api}.so
%{_libdir}/pkgconfig/%{name}*-%{api}.pc


%changelog
* Thu Aug 21 2014 sokol <sergey.sokolov@rosalab.ru> 0.7.0-1
+ Revision: e715fa8
- Merge pull request #1 from sokol/liborcus:rosa2014.1
- up to 0.7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17331 |14mr|libosinfo-0.2.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname		osinfo

%define api		1.0
%define major		0
%define libname		%mklibname %{oname} %{api} %{major}
%define develname	%mklibname %{oname} %{api} -d

%define girmajor	1.0
%define girname		%mklibname %{oname}-gir %{girmajor}
%define girnamegtk	%mklibname %{oname}-gtk-gir %{girmajor}

#define _exclude_files_from_autoreq ^%{_datadir}/doc/%{develname}/demo.*$

Summary:	A library for managing OS information for virtualization
Name:		libosinfo
Version:	0.2.10
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Source0:	https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.gz
URL:		https://fedorahosted.org/libosinfo/
BuildRequires:	glib2-devel
BuildRequires:	libxml2-devel >= 2.6.0
BuildRequires:	vala
BuildRequires:	vala-tools
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxslt)
Requires:	udev

%description
libosinfo is a library that allows virtualization provisioning tools to
determine the optimal device settings for a hypervisor/operating system
combination.


%package common
Summary:	Non-library files for the "%{libname}" library
Group:		System/Libraries

%description common
Platform-independent files for the "%{libname}" library

%files common -f %{name}.lang
%{_bindir}/osinfo-detect
%{_bindir}/osinfo-install-script
%{_bindir}/osinfo-db-validate
%{_bindir}/osinfo-query
%{_mandir}/man1/osinfo*.1.*
%{_datadir}/libosinfo/db/oses
%{_datadir}/libosinfo/db/datamaps
%{_datadir}/libosinfo/db/install-scripts/*.xml
%{_datadir}/libosinfo/db/*.ids
%{_datadir}/libosinfo/db/devices
%{_datadir}/libosinfo/schemas
%{_datadir}/libosinfo/db/hypervisors
%dir %{_datadir}/libosinfo/db
%dir %{_datadir}/libosinfo/db/install-scripts
%dir %{_datadir}/libosinfo/
/lib/udev/rules.d/95-osinfo.rules


%package -n %{libname}
Summary:	Library plugin handling
Group:		System/Libraries
Requires:	%{name}-common = %{version}-%{release}
Provides:	%{mklibname %{oname} %{major}} = %{version}-%{release}

%description -n %{libname}
libosinfo is a library that allows virtualization provisioning tools to
determine the optimal device settings for a hypervisor/operating system
combination.

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*


%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %version-%release
Provides:	%{oname}-devel = %{version}-%{release}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{develname}
%doc AUTHORS ChangeLog COPYING.LIB NEWS README
%doc examples/demo.js
%doc examples/demo.py
%{_libdir}/%{name}-%{api}.so
%dir %{_includedir}/%{name}-%{api}/
%dir %{_includedir}/%{name}-%{api}/osinfo/
%{_includedir}/%{name}-%{api}/osinfo/*.h
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_datadir}/gir-1.0/Libosinfo-%{api}.gir
%{_datadir}/gtk-doc/html/Libosinfo
%{_datadir}/vala/vapi/libosinfo-1.0.vapi

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Libosinfo-%{girmajor}.typelib

%prep
%setup -q

%build
%configure2_5x --enable-introspection=yes --enable-vala=yes --enable-udev=yes --disable-static
%make V=1

chmod a-x examples/*.js examples/*.py

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/*.la

%find_lang %{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.10-2
+ Revision: e391ad5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17332 |14mr|libosip2-3.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define libname %mklibname osip2_ %{major}
%define libname_devel %mklibname -d osip2

Summary:	Implementation of SIP - rfc2543
Name:		libosip2
Version:	3.6.0
Release:	3
License:	LGPLv2+
Group:		System/Libraries
URL:		http://savannah.gnu.org/projects/osip/
Source0:	http://ftp.gnu.org/gnu/osip/%{name}-%{version}.tar.gz
Patch0:		libosip2-3.5.0-linkage.patch

%description
This is the oSIP library. It has been designed to provide the
Internet Community a simple way to support the Session Initiation
Protocol. SIP is described in the RFC3261 which is available at
http://www.ietf.org/rfc/rfc3261.txt.

%package -n	%{libname}
Summary:	Implementation of SIP - rfc2543
Group:		System/Libraries
Obsoletes:	%{mklibname osip2} < 3.6.0
Obsoletes:	%{_lib}osip2_4 < 3.6.0

%description -n	%{libname}
This is the oSIP library. It has been designed to provide the
Internet Community a simple way to support the Session Initiation
Protocol. SIP is described in the RFC3261 which is available at
http://www.ietf.org/rfc/rfc3261.txt.

%package -n	%{libname_devel}
Summary:	Header file required to build programs using liboSIP
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}osip2-devel < 3.6.0

%description -n	%{libname_devel}
Developments files for %{libname} (oSIP Library). Needed to build
apps such as linphone and siproxd.

%prep
%setup -q
%patch0 -p0 -b .link

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

mv %{buildroot}%{_mandir}/man1/osip.1 %{buildroot}%{_mandir}/man1/osip2.1

%files -n %{libname}
%doc AUTHORS BUGS ChangeLog NEWS README TODO
%{_libdir}/*.so.%{major}*
%{_mandir}/man1/*

%files -n %{libname_devel}
%{_libdir}/*.so
%{_includedir}/osip2
%{_includedir}/osipparser2
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6.0-3
+ Revision: c10dcd6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17333 |14mr|libotf-0.9.12-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.9.12
%define release  5

%define major 0
%define libname %mklibname otf %{major}
%define develname %mklibname -d otf

Name:           libotf
Summary:        Library for handling OpenType fonts
Version:        %{version}
Release:        %{release}
Group:		System/Internationalization
License:	LGPLv2+
URL:		http://www.m17n.org/libotf/
Source0:	http://www.m17n.org/libotf/%{name}-%{version}.tar.gz
BuildRequires:	freetype2-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xt)

%description
The library "libotf" provides the following facilites:
- Read Open Type Layout Tables from OTF file (currently supported tables are:
  head, name, cmap, GDEF, GSUB, and GPOS)
- Convert a Unicode character sequence to a glyph code sequence by using the
  above tables.

The combination of libotf and the FreeType library realizes CTL (Complex Text
Layout) by OpenType fonts.*

%package	tools
Summary:	Utilities of OpenType library
Group:		System/Internationalization
Obsoletes:	%{name}-example
Requires:	%{libname} = %{version}

%description	tools
Example tool from %name

%package -n	%{libname}
Summary:	Main OpenType library
Group:		System/Internationalization
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
Libotf library.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}otf0-devel

%description -n	%{develname}
Headers of %{name} for development.

%prep
%setup -qn %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files tools
%defattr(-,root,root)
%doc COPYING
%{_bindir}/otf*

%files -n %{libname}
%defattr(-,root,root)
%doc COPYING
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/libotf-config
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/lib*.a
%{_libdir}/pkgconfig/lib*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.12-5
+ Revision: b9d68c3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17334 |14mr|libotr-4.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname otr %{major}
%define devname %mklibname -d otr

Summary:	Off-The-Record Messaging library and toolkit
Name:		libotr
Version:	4.0.0
Release:	2
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://www.cypherpunks.ca/otr/
Source0:	http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz
Source1:	http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz.asc
BuildRequires:	pkgconfig(libgcrypt)

%description
%{name} is a library and toolkit which implements Off-the-Record (OTR)
Messaging.

OTR allows you to have private conversations over IM by providing:
 - Encryption
   - No one else can read your instant messages.
 - Authentication
   - You are assured the correspondent is who you think it is.
 - Deniability
   - The messages you send do _not_ have digital signatures that are
     checkable by a third party.  Anyone can forge messages after a
     conversation to make them look like they came from you.  However,
     _during_ a conversation, your correspondent is assured the messages
     he sees are authentic and unmodified.
 - Perfect forward secrecy
   - If you lose control of your private keys, no previous conversation
     is compromised.

#----------------------------------------------------------------------------

%package	-n %{libname}
Summary:	Off-The-Record Messaging library and toolkit
Group:		System/Libraries
License:	LGPLv2.1+

%description	-n %{libname}
%{name} is a library and toolkit which implements Off-the-Record (OTR)
Messaging.

OTR allows you to have private conversations over IM by providing:
 - Encryption
   - No one else can read your instant messages.
 - Authentication
   - You are assured the correspondent is who you think it is.
 - Deniability
   - The messages you send do _not_ have digital signatures that are
     checkable by a third party.  Anyone can forge messages after a
     conversation to make them look like they came from you.  However,
     _during_ a conversation, your correspondent is assured the messages
     he sees are authentic and unmodified.
 - Perfect forward secrecy
   - If you lose control of your private keys, no previous conversation
     is compromised.

%files -n %{libname}
%doc AUTHORS COPYING.LIB
%{_libdir}/libotr.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development related files of %{name}
Group:		Development/C
License:	LGPLv2.1+
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
%{name} is a library and toolkit which implements Off-the-Record (OTR)
Messaging. This package contains development related files of %{name}.

%files -n %{devname}
%doc ChangeLog NEWS README
%{_datadir}/aclocal/*.m4
%{_includedir}/*
%{_libdir}/libotr.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package	utils
Summary:	Helper utilities of %{name}
Group:		Networking/Instant messaging
License:	GPLv2+
Requires:	%{libname} = %{EVRD}

%description	utils
%{name} is a library and toolkit which implements Off-the-Record (OTR)
Messaging. This package contains various helper utilities from %{name}.

%files utils
%doc AUTHORS
%{_bindir}/*
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--with-pic \
	--disable-static

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0.0-2
+ Revision: 2b425b4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17335 |14mr|libpano13-2.9.18-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bigfov 0
# --with plf build libpano with fov > 160 support which is patent covered
# or have some legal issue, so disabled by default

%{?_with_plf: %{expand: %%global bigfov 1}}


####################
# Hardcore plf build
%define bigfov 0
####################


%if %{bigfov}
%define distsuffix plf
%if %{mdvver} >= 201100
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif
%endif

%define lib_major 2
%define libname %mklibname pano13_ %{lib_major}
%define develname %mklibname -d pano13

Name:		libpano13
Version:	2.9.18
Release:	5%{?extrarelsuffix}
Summary:	Panorama Tools library
License:	GPLv2+
Group:		System/Libraries
URL:		http://panotools.sourceforge.net/
Source:		http://downloads.sourceforge.net/panotools/%{name}-%{version}.tar.gz
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	zlib-devel

%description
Helmut Dersch's Panorama Tools.

%if %{bigfov}
This package is in restricted because there is a patent if FOV is > 160
%endif

%package tools
Summary:	Panorama Tools library
Group:		Graphics

%description tools
Utilies for Helmut Dersch's Panorama Tools.

%package -n %{libname}
Summary:	Panorama Tools library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{mklibname pano13_ 2} < 2.9.18
Obsoletes:	%{_lib}pano13_0 < 2.9.18

%description -n %{libname}
Libraries for Helmut Dersch's Panorama Tools.

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	pano13-devel = %{version}-%{release}

%description -n %{develname}
Developent headers for Helmut Dersch's Panorama Tools.

%prep
%setup -q

%build
export LIBS="-lm"
%if %{bigfov}
perl -pi -e "s|\#define\s+MAX_FISHEYE_FOV.*|\#define MAX_FISHEYE_FOV 3600|" filter.h
%endif
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--enable-shared=yes \
	--enable-static=no

%make

%install
%makeinstall

%files tools
%doc README.linux AUTHORS
%{_bindir}/PT*
%{_bindir}/panoinfo
%{_mandir}/man1/*.1.*

%files -n %{libname}
%{_libdir}/libpano13.so.%{lib_major}*

%files -n %{develname}
%{_includedir}/pano13
%{_libdir}/libpano13.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.18-5
+ Revision: 776c2c0
- Build with openjdk



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17336 |14mr|libpaper-1.1.24-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname paper %{major}
%define develname %mklibname paper -d
%define staticdevelname %mklibname paper -d -s

Summary:	Library for handling paper characteristics
Name:		libpaper
Version:	1.1.24
Release:	5
License:	LGPL
Group:		System/Libraries
URL:		http://packages.debian.org/unstable/source/libpaper
Source0:	http://ftp.debian.org/debian/pool/main/libp/libpaper/%{name}_%{version}.tar.gz
# consult also LC_PAPER env var before bluntly falling back to "letter" (#45804)
# https://bugzilla.redhat.com/show_bug.cgi?id=458833
Patch0:		libpaper-useglibcfallback.patch
Patch1:		libpaper-1.1.23-debianbug475683.patch
%ifarch x86_64
BuildRequires:	chrpath
%endif

%description
This package contains a simple library for use by programs needing
to handle papers. It lets program automatically recognize a lot of
different papers with their properties (actually their size).

%package -n	%{libname}
Summary:	Library for handling paper characteristics
Group:		System/Libraries

%description -n	%{libname}
Libraries for paper.

%package -n	%{develname}
Summary:	Library for handling paper characteristics (development files)
Group:		Development/C
Provides:	libpaper-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{develname}
This package contains the development files for a simple library for use
by programs needing to handle papers. It lets program automatically
recognize a lot of different papers with their properties (actually their
size).

%package -n	%{staticdevelname}
Summary:	Library for handling paper characteristics (development files)
Group:		Development/C
Requires:	%{develname} = %{version}-%{release}

%description -n %{staticdevelname}
This package contains the development files for a simple library for use
by programs needing to handle papers. It lets program automatically
recognize a lot of different papers with their properties (actually their
size).

%package -n	paper-utils
Summary:	Library for handling paper characteristics (development files)
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}

%description  -n paper-utils
This package contains the development files for a simple library for use
by programs needing to handle papers. It lets program automatically
recognize a lot of different papers with their properties (actually their
size).

%prep
%setup -q -n libpaper-%{version}
%patch0 -p1
%patch1 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

# (tpg) this should close bug #31988
mkdir -p %{buildroot}%{_sysconfdir}
cat > %{buildroot}%{_sysconfdir}/papersize << EOF
# Simply write the paper name. See papersize(5) for possible values.
EOF

%ifarch x86_64
chrpath -d %{buildroot}%{_bindir}/paperconf
%endif

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc ChangeLog COPYING debian/changelog
%{_includedir}/*
%{_libdir}/*.so

%files -n %{staticdevelname}
%{_libdir}/*.a

%files -n paper-utils
%doc README
%config(noreplace) %{_sysconfdir}/papersize
%{_bindir}/paperconf
%{_sbindir}/paperconfig
%{_mandir}/man*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.24-5
+ Revision: 809f2c0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17337 |14mr|libpcap-1.5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname pcap %{major}
%define devname %mklibname pcap -d
%bcond_without bluetooth

Summary:	A system-independent interface for user-level packet capture
Name:		libpcap
Version:	1.5.3
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://www.tcpdump.org/
Source0:	http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
Source1:	http://www.tcpdump.org/release/%{name}-%{version}.tar.gz.sig
Patch0:		libpcap-multilib.patch
Patch1:		libpcap-man.patch
Patch2:		lpthread-1.3.0-libpcap.patch
BuildRequires:	bison
BuildRequires:	flex
%if %{with bluetooth}
BuildRequires:	pkgconfig(bluez)
%endif
BuildRequires:	pkgconfig(libnl-3.0)

%description
Libpcap provides a portable framework for low-level network monitoring. Libpcap
can provide network statistics collection, security monitoring and network
debugging.  Since almost every system vendor provides a different interface for
packet capture, the libpcap authors created this system-independent API to ease
in porting and to alleviate the need for several system-dependent packet
capture modules in each application.

#----------------------------------------------------------------------------

%package doc
Summary:	Manual pages for %{name}
Group:		Documentation
BuildArch:	noarch

%description doc
This contains the manual pages documenting %{name}.

%files doc
%{_mandir}/man5/pcap*
%{_mandir}/man7/pcap*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A system-independent interface for user-level packet capture
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Provides:	pcap = %{EVRD}

%description -n %{libname}
Libpcap provides a portable framework for low-level network monitoring. Libpcap
can provide network statistics collection, security monitoring and network
debugging.  Since almost every system vendor provides a different interface for
packet capture, the libpcap authors created this system-independent API to ease
in porting and to alleviate the need for several system-dependent packet
capture modules in each application.

%files -n %{libname}
%{_libdir}/libpcap.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for the pcap library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	pcap-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development pcap library and its header files needed
to compile applications such as tcpdump, etc.

%files -n %{devname}
%doc README* CREDITS INSTALL.txt LICENSE CHANGES TODO
%{_bindir}/pcap-config
%dir %{_includedir}/pcap
%{_includedir}/pcap/*.h
%{_includedir}/*.h
%{_libdir}/libpcap.so
%{_mandir}/man1/pcap-config.1*
%{_mandir}/man3/pcap*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export CFLAGS="%{optflags} -fno-strict-aliasing"

%configure2_5x \
	--disable-static \
	--enable-ipv6 \
%if %{with bluetooth}
	--enable-bluetooth \
%endif
	--with-pcap=linux

%make

%install
install -d %{buildroot}%{_bindir}

%makeinstall_std

# install additional headers
install -m0644 pcap-int.h %{buildroot}%{_includedir}/
install -m0644 pcap/bluetooth.h %{buildroot}%{_includedir}/pcap/

# nuke the statis lib
rm -f %{buildroot}%{_libdir}/libpcap.a


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.3-1
+ Revision: 7df01f0
- New version 1.5.3, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17338 |14mr|libpciaccess-0.13.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname pciaccess %{major}
%define devname %mklibname pciaccess -d

Summary:	Generic PCI access library (from X.org)
Name:		libpciaccess
Version:	0.13.2
Release:	2
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
BuildRequires:	pciids

%description
A generic PCI access library from X.org.

%package -n %{libname}
Summary:	Generic PCI access library (from X.org)
Group:		Development/X11

%description -n %{libname}
A generic PCI access library from X.org.

%package -n %{devname}
Summary:	Development headers and libraries for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
A generic PCI access library from X.org. Development headers and
libraries.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-pciids-path=%{_datadir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libpciaccess.so.%{major}*

%files -n %{devname}
%{_libdir}/libpciaccess.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/*.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.13.2-2
+ Revision: f995117
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17339 |14mr|libpeas-1.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define oname	peas
%define api	1.0
%define major	0
%define libname	%mklibname %{oname} %{api} %{major}
%define libgtk	%mklibname %{oname}-gtk %{api} %{major}
%define devname	%mklibname %{oname} %{api} -d
%define girname	%mklibname %{oname}-gir %{api}
%define girgtk	%mklibname %{oname}-gtk-gir %{api}

Summary:	Library for plugin handling
Name:		libpeas
Version:	1.10.0
Release:	2
Group:		System/Libraries
License:	LGPLv2+
URL:		http://www.gnome.org/
Source0:	http://download.gnome.org/sources/libpeas/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	vala >= 0.14.0.22
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(seed)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	pkgconfig(gjs-internals-1.0)
BuildRequires:	pkgconfig(gladeui-2.0)

%description
This is GNOME's plugin handling library.

%package data
Summary:	Library for plugin handling - data files
Group:		System/Libraries

%description data
This is GNOME's plugin handling library - data files

%package -n %{libname}
Summary:	Library plugin handling
Group:		System/Libraries
Requires:	%{name}-data = %{version}-%{release}
Provides:	%{mklibname %{oname} %{major}} = %{version}-%{release}
Obsoletes:	%{mklibname %{oname} %{major}} < 1.1.1

%description -n %{libname}
This is GNOME's plugin handling library.

%package -n %{libgtk}
Summary:	Library plugin handling UI part
Group:		System/Libraries
Requires:	%{name}-data = %{version}-%{release}
Provides:	%{mklibname %{oname}-gtk %{major}} = %{version}-%{release}
Obsoletes:	%{mklibname %{oname}-gtk %{major}} < 1.1.1

%description -n %{libgtk}
This is GNOME's plugin handling library - user interface part.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{girgtk}
Summary:	GObject Introspection interface description for %{name}-gtk
Group:		System/Libraries

%description -n %{girgtk}
GObject Introspection interface description for %{name}-gtk.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libgtk} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Requires:	%{girgtk} = %{version}-%{release}
Provides:	%{name}-devel = %version-%release
Provides:	%{oname}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d %{oname} } < 1.1.1

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
#autoreconf
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

# we don't want these
find %{buildroot} -name "*.la" -delete

%files data -f %{name}.lang
%doc AUTHORS
%{_datadir}/icons/hicolor/*/actions/*
%{_datadir}/glade/catalogs/libpeas-gtk.xml

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*
%{_libdir}/%{name}-%{api}/loaders/libpythonloader.so
%{_libdir}/%{name}-%{api}/loaders/libpython3loader.so
%{_libdir}/%{name}-%{api}/loaders/libseedloader.so

%files -n %{libgtk}
%{_libdir}/lib%{oname}-gtk-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Peas-%{api}.typelib

%files -n %{girgtk}
%{_libdir}/girepository-1.0/PeasGtk-%{api}.typelib

%files -n %{devname}
%doc ChangeLog	
%doc %{_datadir}/gtk-doc/html/%{name}
%{_bindir}/peas-demo
%{_libdir}/peas-demo
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/pkgconfig/%{name}-gtk-%{api}.pc
%{_datadir}/gir-1.0/Peas-%{api}.gir
%{_datadir}/gir-1.0/PeasGtk-%{api}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10.0-2
+ Revision: 4f7ae5b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17340 |14mr|libpipeline-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major %(echo %version |cut -d. -f1)
%define libname %mklibname pipeline %{major}
%define devname %mklibname pipeline -d

Name:		libpipeline
Version:	1.3.0
Release:	2
Summary:	Library for manipulating pipelines of subprocesses

Group:		System/Libraries
License:	GPLv3+
URL:		http://libpipeline.nongnu.org/
Source0:	http://download.savannah.nongnu.org/releases/libpipeline/%{name}-%{version}.tar.gz

%description
Library for manipulating pipelines of subprocesses.

%package -n %{libname}
Summary:	Library for manipulating pipelines of subprocesses

Group:		System/Libraries

%description -n %{libname}
Library for manipulating pipelines of subprocesses

%package -n %{devname}
Summary:	Development files for %{name}

Group:		Development/C
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
Development files for %{name}, a library
for manipluating pipelines of subprocesses

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%doc COPYING NEWS
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_mandir}/man3/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.0-2
+ Revision: efc57f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17341 |14mr|libplist-1.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname plist %{major}
%define libnamedev %mklibname -d plist
%define libnamecxx %mklibname plist++ %{major}
%define libnamecxxdev %mklibname -d plist++

Name:		libplist
Version:	1.8
Release:	5
Summary:	Library for manipulating Apple Binary and XML Property Lists

Group:		System/Libraries
License:	LGPLv2+
URL:		http://www.libimobiledevice.org/

Source0:	http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2

BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	python-cython
BuildRequires:	cmake

%description
libplist is a library for manipulating Apple Binary and XML Property Lists

%package -n %{libname}
Group:		System/Libraries
Summary:	Library for manipulating Apple Binary and XML Property Lists
Requires:	%{name} >= %{version}

%description -n %{libname}
libplist is a library for manipulating Apple Binary and XML Property Lists

%package -n %{libnamedev}
Summary:	Development package for libplist
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{libnamedev}
%{name}, development headers and libraries.

%package -n %{libnamecxx}
Summary:	C++ binding for libplist
Group:		Development/C++
Requires:	%{name} >= %{version}

%description -n %{libnamecxx}
C++ bindings for %{name}

%package -n %{libnamecxxdev}
Summary:	Development package for libplist++
Group:		Development/C++
Requires:	%{libnamecxx} = %{version}-%{release}
Provides:	%{name}++-devel = %{version}-%{release}
Conflicts:	%{mklibname plist++ 0} < 1.0

%description -n %{libnamecxxdev}
%name, C++ development headers and libraries.


%package -n python-plist
Summary:	Python package for libplist
Group:		Development/Python

Requires:	python
BuildRequires:	python-devel
BuildRequires:	swig

%description -n python-plist
%{name}, python libraries and support

%prep
%setup -q

%build
export CMAKE_PREFIX_PATH=/usr
%cmake

%make

%install
#export CMAKE_PREFIX_PATH=/usr
rm -rf %{buildroot}
%makeinstall_std -C build
# Fix bogus pkgconfig file
sed -i -e 's,/usr//,/,g;s,-L/usr/%{_lib} ,,g;/Cflags:/d' %{buildroot}%{_libdir}/pkgconfig/*.pc
# Apparently not seen by automatic stripping
strip %{buildroot}%{_libdir}/python*/site-packages/plist/_plist.so \
	%{buildroot}%{_libdir}/python*/site-packages/plist.so

%files
%doc AUTHORS COPYING.LESSER README
%{_bindir}/plutil
%{_bindir}/plutil-%{version}

%files -n %{libname}
%{_libdir}/libplist.so.%{major}*

%files -n %{libnamedev}
%{_includedir}/plist
%exclude %{_includedir}/plist/swig
%{_libdir}/pkgconfig/libplist.pc
%{_libdir}/libplist.so

%files -n %{libnamecxx}
%{_libdir}/libplist++.so.%{major}*

%files -n %{libnamecxxdev}
%{_includedir}/plist/swig
%exclude %{_includedir}/plist/plist.h
%{_libdir}/pkgconfig/libplist++.pc
%{_libdir}/libplist++.so

%files -n python-plist
%{python_sitearch}/plist
%{python_sitearch}/plist.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8-5
+ Revision: 95b8a8d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17342 |14mr|libpng12-1.2.51-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname_orig libpng
%define major 0
%define libname %mklibname png %{major}

%define oldmajor 3
%define oldlib %mklibname png %{oldmajor}

Summary:	A library of functions for manipulating PNG image format files
Name:		libpng12
Version:	1.2.51
Release:	1
Epoch:		2
License:	zlib
Group:		System/Libraries
Url:		http://www.libpng.org/pub/png/libpng.html
Source0:	http://prdownloads.sourceforge.net/libpng/libpng-%{version}.tar.xz
# (tpg) APNG support http://littlesvr.ca/apng/
# (tpg) http://hp.vector.co.jp/authors/VA013651/freeSoftware/apng.html
# (tpg) http://sourceforge.net/projects/libpng-apng/ <- use this one
Patch0:		libpng-%{version}-apng.patch.gz
Patch1:		libpng-1.2.36-pngconf-setjmp.patch
Patch2:		libpng-1.2.44-CVE-2008-6218.diff
BuildRequires:	pkgconfig(zlib)

%description
The libpng package contains a library of functions for creating and
manipulating PNG (Portable Network Graphics) image format files.  PNG is
a bit-mapped graphics format similar to the GIF format.  PNG was created to
replace the GIF format, since GIF uses a patented data compression
algorithm.

Libpng should be installed if you need to manipulate PNG format image
files.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library of functions for manipulating PNG image format files
Group:		System/Libraries
Conflicts:	%{oldlib} < 2:1.2.46-5

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libpng.

%files -n %{libname}
%{_libdir}/libpng12.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{oldlib}
Summary:	A library of functions for manipulating PNG image format files
Group:		System/Libraries

%description -n %{oldlib}
This package contains the library needed to run programs dynamically
linked with really old versions of libpng.

%files -n %{oldlib}
%{_libdir}/libpng.so.%{oldmajor}*

#----------------------------------------------------------------------------

%prep
%setup -q -n libpng-%{version}
%patch0 -p1 -b .apng
%patch1 -p0 -b .pngconf-setjmp
%patch2 -p0 -b .CVE-2008-6218

%build
export CONFIGURE_TOP=`pwd`

mkdir -p shared
pushd shared
CFLAGS="%{optflags} -funroll-loops" \
%configure2_5x \
	--with-pic \
	--disable-static
%make
popd

%install
%makeinstall_std -C shared

rm -rf %{buildroot}%{_bindir}
rm -rf %{buildroot}%{_includedir}
rm -rf %{buildroot}%{_libdir}/*.so
rm -rf %{buildroot}%{_libdir}/*.la
rm -rf %{buildroot}%{_libdir}/pkgconfig
rm -rf %{buildroot}%{_datadir}

%check
make -C shared check

%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.2.51-1
+ Revision: 3079e8e
- No need for autoreconf, drop O3 from build flags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17343 |14mr|libpng15-1.5.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libpng

%define major 15
%define libname %mklibname png %{major}

Summary:	A library of functions for manipulating PNG image format files
Name:		libpng15
Version:	1.5.17
Release:	3
Epoch:		2
License:	zlib
Group:		System/Libraries
URL:		http://www.libpng.org/pub/png/libpng.html
Source0:	http://prdownloads.sourceforge.net/libpng/files/%{oname}-%{version}.tar.xz
# (tpg) APNG support http://littlesvr.ca/apng/
# (tpg) http://hp.vector.co.jp/authors/VA013651/freeSoftware/apng.html
# (tpg) http://sourceforge.net/projects/libpng-apng/ <- use this one
Patch0:		http://downloads.sourceforge.net/libpng-apng/files/libpng-devel/%{version}/%{oname}-%{version}-apng.patch.gz
Patch2:		libpng-1.5.4-fix-cmake-files-libpath.patch
Patch3:		libpng-1.5.17-fix-libdir-pkgconfig-lib64-conflict.diff
BuildRequires:	cmake
BuildRequires:	pkgconfig(zlib)

%description
The libpng package contains a library of functions for creating and
manipulating PNG (Portable Network Graphics) image format files.  PNG is
a bit-mapped graphics format similar to the GIF format.  PNG was created to
replace the GIF format, since GIF uses a patented data compression
algorithm.

Libpng should be installed if you need to manipulate PNG format image
files.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library of functions for manipulating PNG image format files
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libpng.

%files -n %{libname}
%{_libdir}/libpng%{major}.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1 -b .apng
%patch2 -p0 -b .fix-cmake-files-libpath
%patch3 -p1 -b .lib64~

%build
export CFLAGS="%{optflags} -O3 -funroll-loops"

%cmake \
  -DPNG_SHARED:BOOL=ON \
  -DPNG_STATIC:BOOL=OFF
%make

%install
%makeinstall_std -C build

# Drop devel files
rm -rf %{buildroot}%{_bindir}
rm -rf %{buildroot}%{_includedir}
rm -rf %{buildroot}%{_libdir}/pkgconfig
rm -rf %{buildroot}%{_libdir}/*.so
rm -rf %{buildroot}%{_libdir}/libpng/
rm -rf %{buildroot}%{_mandir}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:1.5.17-3
+ Revision: e942b67
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17344 |14mr|libpng-1.6.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 16
%define libname %mklibname png %{major}
%define devname %mklibname png -d

Summary:	A library of functions for manipulating PNG image format files
Name:		libpng
Version:	1.6.12
Release:	1
Epoch:		2
License:	zlib
Group:		System/Libraries
Url:		http://www.libpng.org/pub/png/libpng.html
Source0:	http://prdownloads.sourceforge.net/libpng/files/%{name}-%{version}.tar.xz
# (tpg) APNG support http://littlesvr.ca/apng/
# (tpg) http://hp.vector.co.jp/authors/VA013651/freeSoftware/apng.html
# (tpg) http://sourceforge.net/projects/libpng-apng/ <- use this one
Patch0:		http://downloads.sourceforge.net/libpng-apng/files/libpng-devel/%{version}/%{name}-%{version}-apng.patch.gz
Patch1:		libpng-1.6.10-fix-libdir-pkgconfig-lib64-conflict.diff
BuildRequires:	cmake
BuildRequires:	pkgconfig(zlib)

%description
The libpng package contains a library of functions for creating and
manipulating PNG (Portable Network Graphics) image format files.  PNG is
a bit-mapped graphics format similar to the GIF format.  PNG was created to
replace the GIF format, since GIF uses a patented data compression
algorithm.

Libpng should be installed if you need to manipulate PNG format image
files.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library of functions for manipulating PNG image format files
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libpng.

%files -n %{libname}
%{_libdir}/libpng%{major}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs to manipulate PNG image format files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	png-devel = %{EVRD}
# FIXME this is not quite right, but will fix a great many builds...
%if "%{_lib}" == "lib64"
Provides:	devel(libpng15(64bit))
%else
Provides:	devel(libpng15)
%endif

%description -n %{devname}
The libpng-devel package contains the header files and libraries
necessary for developing programs using the PNG (Portable Network
Graphics) library.

If you want to develop programs which will manipulate PNG image format
files, you should install libpng-devel.  You'll also need to install the
libpng package.

%files -n %{devname}
%doc libpng-manual.txt example.c README TODO CHANGES
%{_bindir}/libpng-config
%{_bindir}/libpng%{major}-config
%{_includedir}/*
%{_libdir}/libpng%{major}.so
%{_libdir}/libpng.so
%{_libdir}/pkgconfig/libpng*.pc
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%package source
Summary:	Source code of %{name}
Group:		Development/C

%description source
This package contains the source code of %{name}.

%files source
%{_prefix}/src/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .apng
%patch1 -p1 -b .lib64~

%build
export CFLAGS="%{optflags} -O3 -funroll-loops"

%cmake \
  -DPNG_SHARED:BOOL=ON \
  -DPNG_STATIC:BOOL=OFF
%make

%install
%makeinstall_std -C build

install -d %{buildroot}%{_prefix}/src/%{name}
cp -a *.c *.h %{buildroot}%{_prefix}/src/%{name}

rm -rf %{buildroot}%{_prefix}/lib/libpng/*.cmake


%changelog
* Tue Aug 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.6.12-1
+ Revision: d7a0700
- New version 1.6.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17345 |14mr|libpqxx-4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The official C++ client API for PostgreSQL
Name:		libpqxx
Version:	4.0
Release:	3
Source:		http://pqxx.org/download/software/libpqxx/%name-%version.tar.gz
License:	GPLv2+
Group:		Development/Databases
Url:		http://pqxx.org/
BuildRequires:	postgresql-devel
BuildRequires:  xmlto
BuildRequires:  doxygen
BuildRequires:  pkgconfig
Obsoletes:	%mklibname pqxx 2

%description
This library works on top of the C-level API library, libpq. You will need
libpq in order to use libpqxx. 
The first thing you're likely to notice in programming with libpqxx is that
unlike other libraries, it revolves entirely around transactions. Transactions
are a central concept in database management systems, but they are widely
underappreciated among application developers. Another well-known open source
database system, MySQL, never even got around to implementing them at all in
their own engine, relying on a third-party replacement engine (now owned by
Oracle) to provide this functionality instead.

%package devel
Summary:        Headers for developing programs that will use %{name}
Group:          Development/C++
Requires:       %{name} = %{version}-%{release}
Obsoletes:	%mklibname pqxx 2 -d

%description devel
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q

%build
%configure2_5x \
    --enable-shared \
    --disable-static
%make

%install

%makeinstall_std

# cleanup
rm -f %{buildroot}%{_libdir}/*.la

%files
%_libdir/libpqxx-*.so

%files devel
%_bindir/pqxx-config
%_includedir/pqxx/*
%_libdir/libpqxx.so
%_libdir/pkgconfig/libpqxx.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0-3
+ Revision: a594410
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17346 |14mr|libprelude-1.0.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with crosscompile

%if !%{with crosscompile}
%bcond_without perl
%bcond_without python
%endif
%bcond_with ruby

%define _localstatedir %{_var}

%define major	2
%define cppmaj	0
%define libname	%mklibname prelude %{major}
%define libcpp	%mklibname preludecpp  %{cppmaj}
%define devname	%mklibname prelude -d

Summary:        Prelude Hybrid Intrusion Detection System Library
Name:           libprelude
Version:        1.0.1
Release:        11
License:        GPLv2+
Group:          System/Libraries
Url:            http://www.prelude-ids.org/
Source0:	http://www.prelude-ids.org/download/releases/libprelude/%{name}-%{version}.tar.gz
Patch0:		libprelude-0.9.22-fix-str-fmt.patch
Patch1:		libprelude-0.9.21.3-ltdl.patch
# (blino) fix build with libtool 2.4, from OpenEmbedded git
Patch2:		fix-ltdl-hack.patch
Patch3:		libprelude-gnutls3.patch
Patch4:		libprelude-1.0.0-ruby.patch
Patch5:		libprelude-1.0.1-ruby1.9.diff
Patch6:		libprelude-1.0.1-gets-undeclared.patch

BuildRequires:  gtk-doc
BuildRequires:	swig
BuildRequires:	libtool-devel
BuildRequires:  pkgconfig(gnutls)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:  pkgconfig(zlib)
%if !%{with crosscompile}
BuildRequires:  perl-devel
BuildRequires:  pkgconfig(python)
%endif
%if %{with ruby}
BuildRequires:	ruby-devel
%endif

%description
The Prelude Library is a collection of generic functions providing
communication between the Prelude Hybrid IDS suite components. It
provides a convenient interface for sending alerts to Prelude
Manager with transparent SSL, failover and replication support,
asynchronous events and timer interfaces, an abstracted
configuration API (hooking at the commandline, the configuration
line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite
security program into a Prelude sensor.

%package -n %{libname}
Summary:        Prelude Hybrid Intrusion Detection System Library
Group:          System/Libraries
Provides:       %{name} = %{version}-%{release}

%description -n %{libname}
The Prelude Library is a collection of generic functions providing
communication between the Prelude Hybrid IDS suite components. It
provides a convenient interface for sending alerts to Prelude
Manager with transparent SSL, failover and replication support,
asynchronous events and timer interfaces, an abstracted
configuration API (hooking at the commandline, the configuration
line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite
security program into a Prelude sensor.

%package -n %{libcpp}
Summary:        Prelude Hybrid Intrusion Detection System Library
Group:          System/Libraries
Conflicts:	%{_lib}prelude2 < 1.0.1-4

%description -n %{libcpp}
This package contains the C++ shared library for %{name}.

%package -n %{devname}
Summary:        Libraries, includes, etc. for developing Prelude IDS sensors
Group:          Development/C
Requires:       %{libname} = %{version}-%{release}
Requires:       %{libcpp} = %{version}-%{release}
Provides:       prelude-devel = %{version}-%{release}

%description -n %{devname}
This package includes the development files for %{name}.

%package -n prelude-tools
Summary:        The interface for %{libname}
Group:          Networking/Other

%description -n prelude-tools
Provides a convenient interface for sending alerts to Prelude
Manager.

%if !%{with crosscompile}
%package -n python-prelude
Summary:        Python bindings for prelude
Group:          Development/Python
Requires:       %{libname} = %{version}-%{release}

%description -n python-prelude
Provides python bindings for prelude.

%package -n perl-prelude
Summary:        Perl bindings for prelude
Group:          Development/Perl
Requires:       %{libname} = %{version}-%{release}

%description -n perl-prelude
Provides perl bindings for prelude.
%endif

%if %{with ruby}
%package -n ruby-prelude
Summary:	Ruby bindings for prelude
Group:		Development/Ruby
Requires:	%{libname} = %{version}-%{release}

%description -n ruby-prelude
Provides ruby bindings for prelude.
%endif

%prep
%setup -q
%apply_patches

rm -f bindings/python/_PreludeEasy.cxx
sed -i -e "s|/lib/|/%{_lib}/|g" configure.in
autoreconf -fi

%build
%configure2_5x \
	--without-included-ltdl \
	--disable-static \
	--enable-shared \
	--with-perl-installdirs=vendor \
	--without-lua \
%if %{with python}
	--with-python \
%else
	--without-python \
%endif
%if %{with perl}
	--with-perl \
%else
	--without-perl \
%endif
%if %{with ruby}
	--with-ruby \
%endif
	--without-included-regex \
	--includedir=%{_includedir}/%{name} \
	--enable-gtk-doc \
	--with-html-dir=%{_docdir}/%{devname}

# removing rpath
sed -i.rpath -e 's|LD_RUN_PATH=""||' bindings/Makefile.in
sed -i.rpath -e 's|^sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="/%{_lib} %{_libdir}|' libtool

%make

(
cd bindings/perl
perl Makefile.PL INSTALLDIRS=vendor
make
)

%install
%makeinstall_std
%makeinstall_std -C bindings/perl

%if %{with ruby}
rm -f %{buildroot}%{ruby_sitearchdir}/*.*a
%endif
rm -f %{buildroot}%{_sysconfdir}/prelude/default/*.conf-dist

%multiarch_binaries %{buildroot}%{_bindir}/libprelude-config

%files -n %{libname}
%{_libdir}/libprelude.so.%{major}*

%files -n %{libcpp}
%{_libdir}/libpreludecpp.so.%{cppmaj}*

%files -n %{devname}
%doc AUTHORS ChangeLog README INSTALL
#doc #{_docdir}/%{devname}
%{multiarch_bindir}/libprelude-config
%{_bindir}/libprelude-config
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%dir %{_includedir}/libprelude
%{_includedir}/libprelude/*
%{_datadir}/aclocal/*.m4

%files -n prelude-tools
%doc AUTHORS ChangeLog README INSTALL
%{_bindir}/prelude-adduser
%{_bindir}/prelude-admin
%{_mandir}/man1/prelude-admin.1*
%dir %{_sysconfdir}/prelude
%dir %{_sysconfdir}/prelude/default
%dir %{_sysconfdir}/prelude/profile
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/prelude/default/*.conf
%dir %{_var}/spool/prelude

%if !%{with crosscompile}
%files -n python-prelude
%{_libdir}/python*/site-packages/*

%files -n perl-prelude
%{perl_vendorarch}/Prelude.pm
%{perl_vendorarch}/auto/Prelude
%{perl_vendorarch}/auto/PreludeEasy
%endif

%if %{with ruby}
%files -n ruby-prelude
%{ruby_sitearchdir}/*
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-11
+ Revision: ccf4349
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17347 |14mr|libpreludedb-1.0.1-0.0.p1.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname	%mklibname preludedb %{major}
%define devname	%mklibname preludedb -d

Summary:	Provide the framework for easy access to the Prelude database
Name:		libpreludedb
Version:	1.0.1
Release:	0.0.p1.3
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.prelude-ids.org/
Source0:	http://www.prelude-ids.org/download/releases/%{name}-%{version}p1.tar.gz
Source4:	libpreludedb-addIndices.sql
Patch0:		libpreludedb-stdio_h.patch

BuildRequires:	chrpath
BuildRequires:	gtk-doc
BuildRequires:	swig
BuildRequires:	libtool-devel
BuildRequires:	mysql-devel
BuildRequires:	perl-devel
BuildRequires:	postgresql-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(libprelude)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)

%description
The PreludeDB Library provides an abstraction layer upon the type
and the format of the database used to store IDMEF alerts. It
allows developers to use the Prelude IDMEF database easily and
efficiently wi thout worrying about SQL, and to access the
database independently of the type/format of the database.

%package -n	%{libname}
Summary:	Provide the framework for easy access to the Prelude database
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
The PreludeDB Library provides an abstraction layer upon the type
and the format of the database used to store IDMEF alerts. It
allows developers to use the Prelude IDMEF database easily and
efficiently wi thout worrying about SQL, and to access the
database independently of the type/format of the database.

%package -n	%{devname}
Summary:	Libraries and headers for PreludeDB
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	preludedb-devel = %{version}-%{release}

%description -n	%{devname}
The PreludeDB Library provides an abstraction layer upon the type
and the format of the database used to store IDMEF alerts. It
allows developers to use the Prelude IDMEF database easily and
efficiently wi thout worrying about SQL, and to access the
database independently of the type/format of the database.

This package contains the development libraries and headers for
PreludeDB.

%package -n	preludedb-tools
Summary:	The interface for %{libname}
Group:		Networking/Other

%description -n	preludedb-tools
Provides a convenient interface for sending alerts to Prelude
Manager.

%package -n	python-preludedb
Summary:	Python bindings for PreludeDB
Group:		Development/Python

%description -n	python-preludedb
Provides python bindings for PreludeDB.

%package -n	perl-preludedb
Summary:	Perl bindings for PreludeDB
Group:		Development/Perl

%description -n	perl-preludedb
Provides perl bindings for PreludeDB.

%package -n	preludedb-mysql
Summary:	Plugin to use prelude with a MySQL database
Group:		System/Servers

%description -n	preludedb-mysql
This plugin authorise prelude to store alerts into a MySQL
database.

%package -n	preludedb-pgsql
Summary:	Plugin to use prelude with a PostgreSQL database
Group:		System/Servers

%description -n	preludedb-pgsql
This plugin authorise prelude to store alerts into a PostgreSQL
database.

%package -n	preludedb-sqlite3
Summary:	Plugin to use prelude with a SQLite3 database
Group:		System/Servers

%description -n	preludedb-sqlite3
This plugin authorise prelude to store alerts into a SQLite3
database.

%prep
%setup -qn %{name}-%{version}p1
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-shared \
	--localstatedir=%{_var} \
	--includedir=%{_includedir}/%{name} \
	--with-swig \
	--with-perl-installdirs=vendor \
	--with-python \
	--enable-gtk-doc \
	--with-html-dir=%{_docdir}/%{devname}

%make

%install
%makeinstall_std
%makeinstall_std -C bindings/perl

cp -a %{SOURCE4} %{buildroot}%{_datadir}/%{name}/classic/addIndices.sql

%multiarch_binaries %{buildroot}%{_bindir}/libpreludedb-config

%files -n %{libname}
%doc COPYING ChangeLog HACKING.README LICENSE.README NEWS README
%{_libdir}/libpreludedb.so.%{major}*
%dir %{_libdir}/%{name}/plugins
%dir %{_libdir}/%{name}/plugins/formats
%dir %{_libdir}/%{name}/plugins/sql
%{_libdir}/%{name}/plugins/formats/classic.so
%{_datadir}/%{name}/classic/addIndices.sql

%files -n %{devname}
%doc %{_docdir}/%{devname}
%{multiarch_bindir}/%{name}-config
%{_bindir}/%{name}-config
%{_libdir}/*.so
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_datadir}/aclocal/*.m4

%files -n preludedb-tools
%{_bindir}/preludedb-admin
%{_mandir}/man1/preludedb-admin.1*

%files -n python-preludedb
%{_libdir}/python*/site-packages/*

%files -n perl-preludedb
%{perl_vendorlib}/*/auto/PreludeDB/PreludeDB.so
%{perl_vendorlib}/*/PreludeDB.pm

%files -n preludedb-mysql
%{_libdir}/%{name}/plugins/sql/mysql.so
%attr(0755,root,root) %{_datadir}/%{name}/classic/mysql2sqlite.sh
%attr(0755,root,root) %{_datadir}/%{name}/classic/mysql2pgsql.sh
%{_datadir}/%{name}/classic/mysql*.sql

%files -n preludedb-pgsql
%{_libdir}/%{name}/plugins/sql/pgsql.so
%{_datadir}/%{name}/classic/pgsql*.sql

%files -n preludedb-sqlite3
%{_libdir}/%{name}/plugins/sql/sqlite3.so
%{_datadir}/%{name}/classic/sqlite*.sql


%changelog
* Wed Jun 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-0.0.p1.3
+ Revision: 4db52bd
- Sync patches with cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17348 |14mr|libprojectm-2.1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libprojectM
%define major 2
%define libname %mklibname projectm %{major}
%define devname %mklibname projectm -d

Summary:	Visualization library for OpenGL based on Milkdrop 
Name:		libprojectm
Epoch:		1
Version:	2.1.0
Release:	11
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://projectm.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/projectm/2.1.0/projectM-complete-%{version}-Source.tar.gz
Patch0:		libprojectm-2.1.0-libsuffix.patch
Patch1:		libprojectm-2.1.0-path.patch
Patch2:		projectm-libsuffix-pkgconf.patch

BuildRequires:	cmake
BuildRequires:	gomp-devel
BuildRequires:	pkgconfig(ftgl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(libpulse)

%description
projectM is a reimplementation of Milkdrop under OpenGL.

#----------------------------------------------------------------------------

%package data
Summary:	Visualization library for OpenGL based on Milkdrop 
Group:		Graphics
Requires:	fonts-ttf-bitstream-vera

%description data
projectM is a reimplementation of Milkdrop under OpenGL. This contains data
files and presets.

%files data
%{_datadir}/projectM/

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Visualization library for OpenGL based on Milkdrop
Group:		System/Libraries
Requires:	%{name}-data >= %{EVRD}

%description -n %{libname}
projectM is a reimplementation of Milkdrop under OpenGL.

%files -n %{libname}
%{_libdir}/libprojectM.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Visualization library for OpenGL based on Milkdrop
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	libprojectm-devel = %{EVRD}

%description -n %{devname}
projectM is a reimplementation of Milkdrop under OpenGL.

%files -n %{devname}
%{_includedir}/libprojectM
%{_libdir}/libprojectM.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -qn projectM-complete-%{version}-Source
%apply_patches

%build
cd src/libprojectM/
%cmake
%make

%install
cd src/libprojectM/
%makeinstall_std -C build

#replace by symlink
ln -sf %{_datadir}/fonts/TTF/{Vera.ttf,VeraMono.ttf} %{buildroot}%{_datadir}/projectM/fonts/


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.1.0-11
+ Revision: b2007be
- New version 2.1.0, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17349 |14mr|libPropList-0.10.1-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname PropList
%define major 0
%define libname %mklibname %fname %major
%define develname %mklibname %fname -d

Summary:	Library for configuration or preference files compatible GNUstep/OPENSTEP
Name:		libPropList
Version:	0.10.1
Release:	19
License:	GPL/LGPL
Group:		System/Libraries

Source:		ftp://ftp.windowmaker.org/libs/libPropList-%{version}.tar.bz2
Patch0:		libPropList-0.10.1-fix-str-fmt.patch

BuildRequires:	flex
Buildroot:	%{_tmppath}/libPropList-root
Obsoletes:	wmakerconf <= 2.5-1mdk

%description
The purpose of PL is to closely mimic the behavior of the property
lists used in the GNUstep/OPENSTEP (they're formed with the NSString,
NSData, NSArray and NSDictionary classes) and to be duly compatible.

PL enables programs that use configuration or preference3 files to
make these compatible with GNUstep/OPENSTEP's user defaults
handling mechanism, without needing to use Objective-C or GNUstep/
OPENSTEP themselves.

%package -n %libname
Group:      System/Libraries
Summary:	Library for configuration or preference files compatible GNUstep/OPENSTEP
Provides: %name = %version-%release
Obsoletes: %name

%description -n %libname
The purpose of PropList is to closely mimic the behavior of the property
lists used in the GNUstep/OPENSTEP (they're formed with the NSString,
NSData, NSArray and NSDictionary classes) and to be duly compatible.

PropList enables programs that use configuration or preference3 files to
make these compatible with GNUstep/OPENSTEP's user defaults
handling mechanism, without needing to use Objective-C or GNUstep/
OPENSTEP themselves.

%package -n %develname
Summary:	Library for configuration or preference files compatible GNUstep/OPENSTEP
Group:		Development/C
Requires:	%libname = %version-%release
Provides:   %name-devel = %version-%release
Provides:   %fname-devel = %version-%release
Provides:   %{libname}-devel = %version-%release
Obsoletes:  %name-devel
Obsoletes:  %mklibname %fname 0 -d

%description -n %develname
This package contains libraries and header files needs for development.

%prep 
%setup -q
%patch0 -p0

%build
%configure2_5x \
	--disable-static \
	--host=%{_host} \
	--target=%{_target_platform}
make

%install
rm -fr %buildroot
%makeinstall_std

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%clean
rm -rf %buildroot

%files -n %libname
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README TODO
%{_libdir}/lib*.so.%{major}*

%files -n %develname
%defattr(-,root,root)
%{_libdir}/lib*.so
%{_includedir}/*.h




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.1-19
+ Revision: f5d9cb1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17350 |14mr|libproxy-0.4.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname proxy %{major}
%define devname %mklibname -d proxy

%bcond_with	bootstrap

Summary:	A library handling all the details of proxy configuration
Name:		libproxy
Version:	0.4.7
Release:	5
License:	LGPLv2+
Group:		System/Libraries
Url:		http://code.google.com/p/libproxy/
# http://code.google.com/p/libproxy/issues/detail?id=130&can=1&q=perl
Source0:	http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		libproxy-0.4.7-xul2.0.patch
Patch1:		libproxy-javascriptcoregtk.patch
Patch2:		libproxy-0.4.7-add-missing-linkage.patch
Patch3:		libproxy-0.4.7-url-pac.patch
Patch4:		libproxy-0.4.7-unistd.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
# perl
BuildRequires:	perl-devel
%if !%{with bootstrap}
# gnome
BuildRequires:	pkgconfig(gconf-2.0)
# NetworkManager
BuildRequires:	pkgconfig(NetworkManager)
BuildRequires:	pkgconfig(dbus-glib-1)
# webkit (gtk)
BuildRequires:	pkgconfig(webkit-1.0)
# kde
BuildRequires:	kdelibs4-devel
%endif

%description
libproxy offers the following features:

    * extremely small core footprint (< 35K)
    * no external dependencies within libproxy core
      (libproxy plugins may have dependencies)
    * only 3 functions in the stable external API
    * dynamic adjustment to changing network topology
    * a standard way of dealing with proxy settings across all scenarios
    * a sublime sense of joy and accomplishment 

#----------------------------------------------------------------------------

%package -n	%{libname}
Group:		System/Libraries
Summary:	A library handling all the details of proxy configuration
Obsoletes:	libproxy-mozjs < 0.4.6-3
Obsoletes:	libproxy-webkit < 0.4.6-3
Provides:	libproxy-pac = %{EVRD}

%description -n	%{libname}
libproxy offers the following features:

    * extremely small core footprint (< 35K)
    * no external dependencies within libproxy core
      (libproxy plugins may have dependencies)
    * only 3 functions in the stable external API
    * dynamic adjustment to changing network topology
    * a standard way of dealing with proxy settings across all scenarios
    * a sublime sense of joy and accomplishment 

%files -n %{libname}
%doc AUTHORS README
%{_libdir}/libproxy.so.%{major}*
%if !%{with bootstrap}
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/%{version}
%dir %{_libdir}/%{name}/%{version}/modules
%endif

#----------------------------------------------------------------------------

%package	utils
Summary:	Binary to test %{name}
Group:		System/Configuration/Networking
Requires:	%{libname} = %{EVRD}

%description	utils
The %{name}-utils package contains the proxy binary for %{name}

%files utils
%{_bindir}/proxy

#----------------------------------------------------------------------------

%package -n	python-%{name}
Summary:	Binding for %{name} and python
Group:		Development/Python
Requires:	%{libname} = %{EVRD}

%description -n python-%{name}
The python-%{name} package contains the python binding for %{name}

%files -n python-%{name}
%{python_sitelib}/libproxy.py

#----------------------------------------------------------------------------

%package	perl
Summary:	Perl bindings for %{name}
Group:		Development/Perl
Requires:	%{libname} = %{EVRD}

%description	perl
This contains the perl bindings for the libproxy library.

%files perl
%{perl_vendorarch}/Net/Libproxy.pm
%{perl_vendorarch}/auto/Net/Libproxy

#----------------------------------------------------------------------------

%if !%{with bootstrap}
%package	gnome
Summary:	Plugin for %{name} and gnome
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description	gnome
The %{name}-gnome package contains the %{name} plugin for gnome.

%files gnome
%{_libdir}/%{name}/%{version}/modules/config_gnome3.so
%{_libexecdir}/pxgsettings
%endif

#----------------------------------------------------------------------------

%if !%{with bootstrap}
%package	kde
Summary:	Plugin for %{name} and kde
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description	kde
The %{name}-kde package contains the %{name} plugin for kde.

%files kde
%{_libdir}/%{name}/%{version}/modules/config_kde4.so
%endif

#----------------------------------------------------------------------------

%if !%{with bootstrap}
%package	networkmanager
Summary:	Plugin for %{name} and networkmanager
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description	networkmanager
The %{name}-networkmanager package contains the %{name} plugin for
networkmanager.

%files networkmanager
%{_libdir}/%{name}/%{version}/modules/network_networkmanager.so
%endif

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%{_includedir}/proxy.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/libproxy-1.0.pc
%{_datadir}/cmake/Modules/Findlibproxy.cmake

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .xul20~
%patch1 -p0 -b .webkitgtk~
%patch2 -p1 -b .linkage~
%patch3 -p1
%patch4 -p1

%build
%cmake -Dlibexecdir=%{_libexecdir} -DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
	-DMODULE_INSTALL_DIR=%{_libdir}/%{name}/%{version}/modules \
	-DPERL_VENDORINSTALL=1 -DWITH_MOZJS=OFF
%make

%install
%makeinstall_std -C build
#gw fix pkgconfig file
sed -i -e "s^Version:.*^Version: %{version}^" %{buildroot}%{_libdir}/pkgconfig/*.pc

%check
pushd build
ctest .
popd


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.7-5
+ Revision: 4f773fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17351 |14mr|libpst-0.6.63-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname pst %{major}
%define devname %mklibname pst -d

Summary:	Utilities to convert Outlook .pst files to other formats
Name:		libpst
Epoch:		1
Version:	0.6.63
Release:	2
License:	GPLv2+
Group:		Networking/Mail
Url:		http://www.five-ten-sg.com/%{name}/
Source0:	http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
Patch0:		libpst-0.6.45-linkage.patch
BuildRequires:	imagemagick
BuildRequires:	boost-devel
BuildRequires:	gd-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
Requires:	imagemagick
Provides:	pst-utils = %{EVRD}

%description
The Libpst utilities include readpst which can convert email messages
to both mbox and MH mailbox formats, pst2ldif which can convert the
contacts to .ldif format for import into ldap databases, and pst2dii
which can convert email messages to the DII load file format used by
Summation.

%files
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man5/*
%docdir %{_datadir}/doc/%{name}-%{version}
%{_datadir}/doc/%{name}-%{version}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A shared library for .pst files support
Group:		System/Libraries

%description -n %{libname}
Library needed for running libpst tools.

%files -n %{libname}
%{_libdir}/libpst.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Library and header files for the libpst library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Library and header files for the libpst library.

%files -n %{devname}
%{_includedir}/libpst-4/
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python binding for the libpst library
Group:		Development/Python
Requires:	%{libname} = %{EVRD}

%description -n python-%{name}
Python module for using pst files.

%files -n python-%{name}
%{py_platsitedir}/_libpst.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x \
	--disable-static \
	--enable-libpst-shared \
	--enable-shared

%make LIBS='-lpython2.7'

%install
%makeinstall_std

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.6.63-2
+ Revision: 1b7bfc6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17352 |14mr|libpthread-stubs-0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug package is empty so disable it
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define libpthread_stubs %mklibname xcb 1

Name:		libpthread-stubs
Summary:	PThread Stubs for XCB
Version:	0.3
Release:	5
Group:		System/X11
License:	MIT
URL:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/libpthread-stubs-%{version}.tar.bz2

BuildRequires:	x11-proto-devel >= 1.2.0
BuildRequires:	x11-util-macros >= 1.0.1
BuildRequires:	libxslt-proc

%description
PThread Stubs for XCB.

%prep
%setup -q -n libpthread-stubs-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files 
%{_libdir}/pkgconfig/pthread-stubs.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-5
+ Revision: 671c5d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17353 |14mr|libpwquality-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# we don't want to provide private python extension libs
%if %{_use_internal_dependency_generator}
%define __noautoprovfiles '%{py_platsitedir}/(.*)\\.so$'
%else
%define _exclude_files_from_autoprov ^%{py_platsitedir}/.*\\\.so$
%endif

%define oname pwquality

%define major 1
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d
%define build_python 0

Summary:	Library for password quality checking and generating random passwords
Name:		libpwquality
Version:	1.2.4
Release:	1
# The package is BSD licensed with option to relicense as GPL+
# - this option is redundant as the BSD license allows that anyway.
License:	BSD or GPL+
Group:		System/Libraries
URL:		http://libpwquality.fedorahosted.org/
Source0:	http://fedorahosted.org/releases/l/i/libpwquality/%{name}-%{version}.tar.bz2
BuildRequires:	libcrack-devel
BuildRequires:	pam-devel
%if %{build_python}
BuildRequires:	python-devel
%endif

%description
The libpwquality library purpose is to provide common functions for password
quality checking and also scoring them based on their apparent randomness.

The library also provides a function for generating random passwords with good
pronounceability. The library supports reading and parsing of a configuration
file.

%package tools
Summary:	Tools for password quality checking and generating random passwords
Group:		System/Base
Requires:	cracklib-dicts
Provides:	%{oname} = %{version}-%{release}
Provides:	%{name} = %{version}-%{release}

%description tools
The libpwquality library purpose is to provide common functions for password
quality checking and also scoring them based on their apparent randomness.

The library also provides a function for generating random passwords with good
pronounceability. The library supports reading and parsing of a configuration
file.

%package -n %{libname}
Summary:	Shared libraries for %{oname}
Group:		System/Libraries
Requires:	%{name}-tools >= %{version}-%{release}

%description -n %{libname}
The libpwquality library purpose is to provide common functions for password
quality checking and also scoring them based on their apparent randomness.

%package -n %{devname}
Summary:	Files needed for developing PAM-aware applications and modules for PAM
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{oname}-devel = %{version}-%{release}

%description -n %{devname}
Files needed for development of applications using the libpwquality library.

%if %{build_python}
%package -n python-pwquality
Summary:	Python bindings for the libpwquality library
Group:		Development/Python

%description -n python-pwquality
This is pwquality Python module that provides Python bindings for the
libpwquality library. These bindings can be used for easy password quality
checking and generation of random pronounceable passwords from Python
applications.
%endif

%prep
%setup -q

%build
%configure2_5x \
	--with-securedir=/%{_lib}/security \
	--with-pythonsitedir=%{py_platsitedir} \
%if %{build_python}
	--enable-python-bindings \
%else
	--disable-python-bindings \
%endif
	--disable-static \
	--disable-rpath

%make

%install
%makeinstall_std

%find_lang %{name}

%files tools -f %{name}.lang
%doc COPYING README NEWS AUTHORS
%config(noreplace) %{_sysconfdir}/security/%{oname}.conf
%{_bindir}/pwmake
%{_bindir}/pwscore
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*
/%{_lib}/security/pam_pwquality.so

%files -n %{devname}
%{_includedir}/%{oname}.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{oname}.pc

%if %{build_python}
%files -n python-pwquality
%{py_platsitedir}/%{oname}.so
%endif

%changelog
* Sat Sep 27 2014 dsilakov <denis.silakov@rosalab.ru> 1.2.4-1
+ Revision: 1d30d2d
- Merge pull request #3 from import/libpwquality:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17354 |14mr|libqaccessibilityclient-0.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname qaccessibilityclient %{major}
%define devname %mklibname qaccessibilityclient -d

Summary:	Accessibility client library for Qt
Name:		libqaccessibilityclient
Version:	0.1.1
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		https://projects.kde.org/projects/playground/accessibility/libkdeaccessibilityclient
Source0:	http://download.kde.org/stable/libqaccessibilityclient/%{name}-%{version}.tar.bz2
Patch0:		qaccessibilityclient-0.1.0-dso.patch
Patch1:		libqaccessibilityclient-0.1.1-QT4_BUILD.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtDBus)
BuildRequires:	pkgconfig(QtGui)

%description
Accessibility client library for Qt.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Accessibility client library for Qt
Group:		System/Libraries

%description -n %{libname}
Accessibility client library for Qt.

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/libqaccessibilityclient.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	qaccessibilityclient-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/qaccessibilityclient/
%dir %{_libdir}/cmake/
%{_libdir}/cmake/QAccessibilityClient/
%{_libdir}/libqaccessibilityclient.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .dso
%patch1 -p1 -b .QT4_BUILD

%build
%cmake_qt4 \
	-DQT4_BUILD:BOOL=ON
%make

%install
%makeinstall_std -C build

## unpackaged files
# consider putting into -tools subpkg?
rm -f %{buildroot}%{_bindir}/accessibleapps


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.1-2
+ Revision: 5d674b9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17355 |14mr|libqalculate-0.9.7-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bname qalculate
%define major 5
%define libname %mklibname %{bname} %{major}
%define develname %mklibname %{bname} -d

Summary:	The library for qalculate
Name:		libqalculate
Version:	0.9.7
Release:	14
License:	GPLv2+
Group:		System/Libraries
URL:		http://qalculate.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/qalculate/libqalculate/%{name}-%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(cln)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	perl(XML::Parser)
BuildRequires:	gmp-devel
BuildRequires:	readline-devel

%description
Libraries needed by qalculator.

%package -n %{libname}
Group:		System/Libraries
Summary:	The library for qalculate
Requires:	%{name}-data = %{version}-%{release}

%description -n %{libname}
Libraries needed by qalculate.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{bname}-devel
Provides:	%{name}-devel

%description -n %{develname}
Headers and development files for %{name}.

%package data
Summary:	Data files for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Conflicts:	%{mklibname %{bname} 4} < 0.9.7-4
Conflicts:	%{mklibname %{bname} 5} < 0.9.7-4

%description data
Data files for %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_bindir}/*

%find_lang %{name}

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files data -f %{name}.lang
%{_datadir}/qalculate/*.xml

%files -n %{develname}
%doc AUTHORS ChangeLog NEWS README* TODO
%doc %dir %{_datadir}/qalculate
%doc %{_docdir}/%{name}-%{version}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.7-14
+ Revision: 4d73c12
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17356 |14mr|libqmi-1.10.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qmi
%define major 1
%define libname %mklibname %{oname}-glib %{major}
%define devname %mklibname %{oname}-glib -d

Summary:	Library to control QMI devices
Name:		libqmi
Version:	1.10.2
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://cgit.freedesktop.org/libqmi/
Source0:	http://cgit.freedesktop.org/libqmi/snapshot/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.32
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	gtk-doc

%description
A GLib/GIO based library to control QMI devices.

#----------------------------------------------------------------------------

%package -n %{oname}-tools
Summary:	Helper utilities to control QMI devices
Group:		System/Configuration/Networking

%description -n %{oname}-tools
This package contains command line tools to manage such devices.

%files -n %{oname}-tools
%{_bindir}/qmi-network
%{_bindir}/qmicli
%{_libexecdir}/qmi-proxy
%{_mandir}/man1/qmi*.1.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to control QMI devices
Group:		System/Libraries

%description -n %{libname}
A GLib/GIO based library to control QMI devices.

%files -n %{libname}
%{_libdir}/libqmi-glib.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Library to control QMI devices - Development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains files required to link sources against libqmi.

%files -n %{devname}
%{_includedir}/libqmi-glib/
%{_libdir}/libqmi-glib.so
%{_libdir}/pkgconfig/qmi-glib.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
gtkdocize
autoreconf -fi
%configure2_5x \
	--disable-static \
	--disable-gtk-doc-html

%make

%install
%makeinstall_std

# (tpg) kill docs
rm -rf %{buildroot}%{_datadir}/gtk-doc/


%changelog
* Fri Sep 12 2014 Tigro <ashejn@gmail.com> 1.10.2-1
+ Revision: a236eed
- added BR: gtk-doc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17357 |14mr|libquicktime-1.2.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname quicktime %{major}
%define devname %mklibname quicktime -d

######################
# Hardcore PLF build
%define build_plf 0
######################

%{?_with_plf: %{expand: %%global build_plf 1}}
%if %{build_plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define distsuffix plf
%endif

Summary:	A library for manipulating QuickTime files
Name:		libquicktime
Version:	1.2.4
Release:	6%{?extrarelsuffix}
%if %{build_plf}
License:	GPLv2+
%else
License:	LGPLv2+
%endif
Group:		Video
Url:		http://libquicktime.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/libquicktime/%{name}-%{version}.tar.gz
Patch0:		libquicktime-1.2.4-ffmpeg-2.0.patch
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	doxygen
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(schroedinger-1.0)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xv)

%description
Libquicktime is a library for reading and writing QuickTime files
on UNIX systems. Video CODECs supported by this library are OpenDivX, MJPA,
JPEG Photo, PNG, RGB, YUV 4:2:2, and YUV 4:2:0 compression.  Supported
audio CODECs are Ogg Vorbis, IMA4, ulaw, and any linear PCM format.

Libquicktime is based on the quicktime4linux library.  Libquicktime add
features such as a GNU build tools-based build process and dynamically
loadable CODECs.

%if %{build_plf}
This package is in restricted as it violates some patents.
%endif

%files -f %{name}.lang
%doc README
%dir %{_libdir}/libquicktime/
%{_libdir}/libquicktime/lqt_audiocodec.so
%{_libdir}/libquicktime/lqt_ffmpeg.so
%{_libdir}/libquicktime/lqt_mjpeg.so
%{_libdir}/libquicktime/lqt_png.so
%{_libdir}/libquicktime/lqt_videocodec.so
%{_libdir}/libquicktime/lqt_rtjpeg.so
%{_libdir}/libquicktime/lqt_schroedinger.so
%{_libdir}/libquicktime/lqt_vorbis.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of libquicktime
Group:		System/Libraries

%description -n %{libname}
Libquicktime is a library for reading and writing QuickTime files
on UNIX systems. Video CODECs supported by this library are OpenDivX, MJPA,
JPEG Photo, PNG, RGB, YUV 4:2:2, and YUV 4:2:0 compression.  Supported
audio CODECs are Ogg Vorbis, IMA4, ulaw, and any linear PCM format.

Libquicktime is based on the quicktime4linux library.  Libquicktime add
features such as a GNU build tools-based build process and dynamically
loadable CODECs.

%files -n %{libname}
%{_libdir}/libquicktime.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and development documentation for libquicktime
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	libquicktime-devel = %{EVRD}
Provides:	quicktime-devel = %{EVRD}
Provides:	quicktime-static-devel = %{EVRD}

%description -n %{devname}
Header files and development documentation for libquicktime.

%files -n %{devname}
%{_libdir}/libquicktime.so
%{_includedir}/lqt
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package dv
Summary:	Libquicktime plugin supporting the DV codec
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(libdv)

%description dv
Libquicktime plugin supporting the DV codec

%files dv
%{_libdir}/libquicktime/lqt_dv.so

#----------------------------------------------------------------------------

%package progs
Summary:	Useful tools to operate at QuickTime files
Group:		Video
Requires:	%{name} = %{EVRD}

%description progs
Useful tools to operate on QuickTime files.

%files progs
%doc README TODO
%{_bindir}/libquicktime_config
%{_bindir}/lqtplay
%{_bindir}/lqtremux
%{_bindir}/lqt_transcode
%{_bindir}/qt*
%{_mandir}/man1/lqtplay.1*

%if %{build_plf}
#----------------------------------------------------------------------------
%package lame
Summary:	Libquicktime plugin supporting the MP3 codec
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	lame-devel

%description lame
This is a libquicktime plugin supporting the MP3 codec based on lame.

This package is in restricted as it violates some patents.

%files lame
%{_libdir}/libquicktime/lqt_lame.so

#----------------------------------------------------------------------------

%package faac
Summary:	Libquicktime plugin for encoding AAC
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	libfaac-devel

%description faac
This is a libquicktime plugin for AAC encoding based on faac.

This package is in restricted as it violates some patents.

%files faac
%{_libdir}/libquicktime/lqt_faac.so

#----------------------------------------------------------------------------

%package faad
Summary:	Libquicktime plugin for decoding AAC
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	libfaad2-devel

%description faad
This is a libquicktime plugin for AAC decoding based on faad2.

This package is in restricted as it violates some patents.

%files faad
%{_libdir}/libquicktime/lqt_faad2.so

#----------------------------------------------------------------------------

%package x264
Summary:	Libquicktime plugin for encoding H.264/MPEG-4 streams
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(x264)

%description x264
This is a libquicktime plugin for encoding H.264/MPEG-4 streams.

This package is in restricted as it violates some patents.

%files x264
%{_libdir}/libquicktime/lqt_x264.so
#----------------------------------------------------------------------------
%endif

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--with-libdv \
%ifarch x86_64
	--with-pic \
%endif
%if %{build_plf}
	--enable-gpl
%endif

%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/libquicktime/*a
rm -f %{buildroot}%{_libdir}/libquicktime/lqt_opendivx.so

%find_lang %{name}


%changelog
* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.4-6
+ Revision: 523e226
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17358 |14mr|libquvi-0.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define libname %mklibname quvi %major
%define develname %mklibname -d quvi

Name:           libquvi
Version:        0.4.1
Release:        2
Summary:        Library for parsing flash media stream URLs with C API
Group:          Networking/Other
License:        LGPLv2+
URL:            http://quvi.sourceforge.net/
Source0:        http://downloads.sourceforge.net/quvi/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig(libcurl) >= 7.18.2
BuildRequires: pkgconfig(libquvi-scripts) >= 0.4.0
BuildRequires: pkgconfig(lua) >= 5.1

%description
libquvi is a library for parsing video download links with C API.
It is written in C and intended to be a cross-platform library.

%package -n %libname
Summary: Shared library files libquvi
Group: Networking/Other
Requires: libquvi-scripts >= 0.4.0

%description -n %libname
Shared library files libquvi.

%package -n %develname
Summary: Files needed for building applications with libquvi
Group: Development/Other
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
Provides: quvi-devel = %{version}-%{release}

%description -n %develname
Files needed for building applications with libquvi.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
rm -f %buildroot%{_libdir}/*.la

%files -n %libname
%{_libdir}/%{name}.so.%{major}
%{_libdir}/%{name}.so.%{major}.*

%files -n %develname
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.1-2
+ Revision: 064cf3c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17359 |14mr|libquvi-scripts-0.4.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname quvi-scripts %major
%define develname %mklibname -d quvi-scripts

Name:           libquvi-scripts
Version:        0.4.10
Release:        2
Summary:        Embedded lua scripts for parsing media details
Group:          Networking/Other
License:        LGPLv2+
URL:            http://quvi.sourceforge.net/
Source0:        http://downloads.sourceforge.net/quvi/%{name}-%{version}.tar.xz
BuildArch:	noarch

%description
libquvi-scripts contains the embedded lua scripts that libquvi uses for
parsing the media details. Some additional utility scripts are also
included.

%prep
%setup -q

%build
%configure2_5x --libdir=%{_datadir}
%make

%install
%makeinstall_std

%files
%doc ChangeLog COPYING README
%{_datadir}/%{name}
%{_datadir}/pkgconfig/*.pc
%{_mandir}/man7/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.10-2
+ Revision: f217218
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17360 |14mr|libraw-0.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname LibRaw
%define major 10
%define libname %mklibname raw %{major}
%define libname_r %mklibname raw_r %{major}
%define devname %mklibname raw -d

Summary:	Library for reading and processing of RAW digicam images
Name:		libraw
Version:	0.16.0
Release:	1
License:	GPLv3+
Group:		Development/C
Url:		http://www.libraw.org
Source0:	http://www.libraw.org/data/%{oname}-%{version}.tar.gz
Source1:	http://www.libraw.org/data/%{oname}-demosaic-pack-GPL2-%{version}.tar.gz
Source2:	http://www.libraw.org/data/%{oname}-demosaic-pack-GPL3-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	gomp-devel
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lcms2)

%description
LibRaw is a library for reading RAW files from digital photo cameras
(CRW/CR2, NEF, RAF, DNG, MOS, KDC, DCR, etc, virtually all RAW formats are
supported).

It pays special attention to correct retrieval of data required for subsequent
RAW conversion.

The library is intended for embedding in RAW converters, data analyzers, and
other programs using RAW files as the initial data.

Since LibRaw is linked against LibRaw-demosaic-pack-GPL2 and
LibRaw-demosaic-pack-GPL3 the global license is GPLv3.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for reading and processing of RAW digicam images
Group:		System/Libraries

%description -n %{libname}
This package contains a shared library for %{name}.

%files -n %{libname}
%{_libdir}/libraw.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libname_r}
Summary:	Library for reading and processing of RAW digicam images
Group:		System/Libraries

%description -n %{libname_r}
This package contains a shared library for %{name}.

%files -n %{libname_r}
%{_libdir}/libraw_r.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	LibRaw development files and headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libname_r} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files and headers for %{oname}.

%files -n %{devname}
%doc LICENSE* Changelog.* README README.demosaic-packs html/
%{_includedir}/libraw
%{_libdir}/libraw.so
%{_libdir}/libraw_r.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/cmake/Modules/FindLibRaw.cmake

#----------------------------------------------------------------------------

%package tools
Summary:	Command line tools from %{oname}
Group:		Graphics

%description tools
This packages provides tools to manipulate raw files.

%files tools
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version} -b1 -b2

%build
%cmake \
	-DENABLE_DEMOSAIC_PACK_GPL2=ON \
	-DENABLE_DEMOSAIC_PACK_GPL3=ON
%make

%install
%makeinstall_std -C build

# The source tree has these with execute permissions for some reason
chmod 644 LICENSE.CDDL LICENSE.LGPL LICENSE.LibRaw.pdf

# let files section handle docs
rm -rf %{buildroot}%{_datadir}/doc/*
rm -rf %{buildroot}%{_datadir}/%{name}

# move docs to a better location
mv doc html


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.16.0-1
+ Revision: 8c13bda
- New version 0.16.0, new library major 10, update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17361 |14mr|libraw1394-2.1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 11
%define libname %mklibname raw1394_ %{major}
%define devname %mklibname raw1394 -d

Summary:	FireWire interface
Name:		libraw1394
Version:	2.1.0
Release:	11
License:	LGPLv2+
Group:		System/Libraries
Url:		http://sourceforge.net/projects/libraw1394/
Source0:	http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.xz
Requires(post):	coreutils

%description
libraw1394 is the only supported interface to the kernel side raw1394 of
the Linux IEEE-1394 subsystem, which provides direct access to the connected
1394 buses to user space.  Through libraw1394/raw1394, applications can
directly send to and receive from other nodes without requiring a kernel driver
for the protocol in question.

The reason for making a library the interface to the kernel is to avoid
a program dependency on the kernel version, which would hinder development and
optimization of raw1394.  If development changed the protocol and made it
incompatible with previous versions only the libraw1394 has to be upgraded to
match the kernel version (instead of all applications).

#----------------------------------------------------------------------------

%package -n %{name}-utils
Summary:	Some small Firewire utilities
Group:		Communications

%description -n %{name}-utils
This package contains a few utilities to send and receive raw data over
Firewire (ieee1394).

%files -n %{name}-utils
%doc README AUTHORS
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man5/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	FireWire interface shared library
Group:		System/Libraries

%description -n %{libname}
libraw1394 is the only supported interface to the kernel side raw1394 of
the Linux IEEE-1394 subsystem, which provides direct access to the connected
1394 buses to user space.  Through libraw1394/raw1394, applications can
directly send to and receive from other nodes without requiring a kernel driver
for the protocol in question.

The reason for making a library the interface to the kernel is to avoid
a program dependency on the kernel version, which would hinder development and
optimization of raw1394.  If development changed the protocol and made it
incompatible with previous versions only the libraw1394 has to be upgraded to
match the kernel version (instead of all applications).

This package contains the shared library to run applications linked
with %{name}.

%files -n %{libname}
%{_libdir}/libraw1394.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development and include files for libraw1394
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}raw1394_8-devel
Obsoletes:	%{_lib}raw1394-static-devel < 2.0.8

%description -n %{devname}
This archive contains the header-files for libraw1394 development.

%files -n %{devname}
%doc README NEWS AUTHORS
%{_includedir}/libraw1394
%{_libdir}/libraw1394.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.0-11
+ Revision: 9af733b
- New version 2.1.0, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17362 |14mr|libraw1394_8-1.3.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	libraw1394_8
%define oname libraw1394
%define	version	1.3.0
%define release	9

%define	major		8
%define	libname		%mklibname raw1394_ %{major}
%define	develname	%mklibname raw1394_%major -d
%define staticname	%mklibname raw1394_%major -d -s

Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	LGPLv2+
Group:		System/Libraries
Source0:	http://www.linux1394.org/dl/%{oname}-%{version}.tar.gz
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		http://www.linux1394.org/
Summary:	FireWire interface
Requires(post): coreutils

%description
libraw1394 is the only supported interface to the kernel side raw1394 of
the Linux IEEE-1394 subsystem, which provides direct access to the connected
1394 buses to user space.  Through libraw1394/raw1394, applications can
directly send to and receive from other nodes without requiring a kernel driver
for the protocol in question.

The reason for making a library the interface to the kernel is to avoid
a program dependency on the kernel version, which would hinder development and
optimization of raw1394.  If development changed the protocol and made it
incompatible with previous versions only the libraw1394 has to be upgraded to
match the kernel version (instead of all applications).

%package -n	%{name}-utils
Group:		Communications
Summary:	Some small Firewire utilities
Conflicts: %oname-utils

%description -n	%{name}-utils
This package contains a few utilities to send and receive raw data over
Firewire (ieee1394).

%if %_lib != lib
%package -n	%{libname}
Group:		System/Libraries
Summary:	FireWire interface shared library

%description -n %{libname}
libraw1394 is the only supported interface to the kernel side raw1394 of
the Linux IEEE-1394 subsystem, which provides direct access to the connected
1394 buses to user space.  Through libraw1394/raw1394, applications can
directly send to and receive from other nodes without requiring a kernel driver
for the protocol in question.

The reason for making a library the interface to the kernel is to avoid
a program dependency on the kernel version, which would hinder development and
optimization of raw1394.  If development changed the protocol and made it
incompatible with previous versions only the libraw1394 has to be upgraded to
match the kernel version (instead of all applications).

This package contains the shared library to run applications linked
with %{name}.
%endif

%package -n	%{develname}
Summary:	Development and include files for libraw1394
Summary(pt_BR):	Arquivos de desenvolvimento e cabe?alhos para o libraw1394
Summary(es):	Development and include files for libraw1394
Group:		Development/C
Group(pt_BR):	Desenvolvimento
Group(es):	Desarrollo
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
libraw1394 is the only supported interface to the kernel side raw1394 of
the Linux IEEE-1394 subsystem, which provides direct access to the connected
1394 buses to user space.  Through libraw1394/raw1394, applications can
directly send to and receive from other nodes without requiring a kernel driver
for the protocol in question.

This archive contains the header-files for libraw1394 development.

%package -n	%{staticname}
Summary:	Development components for libraw1394
Summary(pt_BR):	Componentes est?ticos de desenvolvimento para o libraw1394
Summary(es):	Development components for libraw1394
Group:		Development/C
Group(pt_BR):	Desenvolvimento
Group(es):	Desarrollo
Requires:	%{develname} = %{version}-%{release}

%description -n	%{staticname}
libraw1394 is the only supported interface to the kernel side raw1394 of
the Linux IEEE-1394 subsystem, which provides direct access to the connected
1394 buses to user space.  Through libraw1394/raw1394, applications can
directly send to and receive from other nodes without requiring a kernel driver
for the protocol in question.

This archive contains the static libraries (.a) 


%prep
%setup -q -n %oname-%version

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%{makeinstall_std}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %name-utils
%defattr(-,root,root)
%doc README AUTHORS
%{_bindir}/*
%{_mandir}/man*/*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libraw1394.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc README NEWS AUTHORS
%{_includedir}/libraw1394
%{_libdir}/libraw1394.so
%{_libdir}/pkgconfig/%{oname}.pc

%files -n %{staticname}
%defattr(-,root,root)
%{_libdir}/libraw1394.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.0-9
+ Revision: 01e3d4f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17363 |14mr|librcc-0.2.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname rcc %{major}
%define libnameui %mklibname rccui %{major}
%define engines %mklibname rcc-engines
%define devname %mklibname rcc -d

Summary:	Russian Charset Conversion Library
Name:		librcc
Version:	0.2.12
Release:	4
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://rusxmms.sourceforge.net/
Source0:	http://dside.dyndns.org/files/rusxmms/%{name}-%{version}.tar.bz2
BuildRequires:	aspell-devel
BuildRequires:	librcd-devel
BuildRequires:	pkgconfig(enca)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libguess)

%description
Library providing means to work with multiple encodings of the same language
through adapting them to local settings on-the-fly.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Russian Charset Conversion Library
Group:		System/Libraries
Requires:	%{engines}

%description -n %{libname}
Library providing means to work with multiple encodings of the same language
through adapting them to local settings on-the-fly.

%files -n %{libname}
%{_libdir}/librcc.so.%{major}
%{_libdir}/librcc.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libnameui}
Summary:	Russian Charset Conversion Library
Group:		System/Libraries
Conflicts:	%{_lib}rcc0 < 0.2.12

%description -n %{libnameui}
Library providing means to work with multiple encodings of the same language
through adapting them to local settings on-the-fly.

%files -n %{libnameui}
%{_libdir}/librccui.so.%{major}
%{_libdir}/librccui.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Russian Charset Conversion Library
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Requires:	%{libnameui} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Library providing means to work with multiple encodings of the same language
through adapting them to local settings on-the-fly.

This package contains files required for development only.

%files -n %{devname}
%doc AUTHORS ChangeLog NEWS README ToDo
%{_libdir}/*.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/librcc.pc

#----------------------------------------------------------------------------

%package -n %{engines}
Summary:	Russian Charset Conversion Library - engines
Group:		System/Libraries
Conflicts:	%{_lib}rcc0 < 0.2.12

%description -n %{engines}
Engines for Russian Charset Conversion Library.

%files -n %{engines}
%{_libdir}/rcc/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-gtk1 \
	--disable-gtk2 \
	--disable-gtk3
%make

%install
%makeinstall_std


%changelog
* Tue Jul 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.12-4
+ Revision: 669b6a4
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17364 |14mr|librcd-0.1.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname rcd %{major}
%define devname %mklibname rcd -d

Summary:	Russian charset detection library
Name:		librcd
Version:	0.1.14
Release:	2
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://http://rusxmms.sourceforge.net
Source0:	%{name}-%{version}.tar.bz2

%description
Library for autodection charset of russian text.

LibRCD is used by RusXMMS project for encoding auto-detection. It is optimized
to handle very short titles, like ID3 tags, file names and etc, and provides
very high accuracy even for short 3-4 letter words. Current version supports
Russian and Ukrainian languages and able to distinguish UTF-8, KOI8-R, CP1251,
CP866, ISO8859-1. If compared with Enca, LibRCC provides better detection
accuracy on short titles and is able to detect ISO8859-1 (non-cyrillic)
encoding what allows to properly display correct ID3 v.1 titles.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Russian charset detection library
Group:		System/Libraries

%description -n %{libname}
Library for autodection charset of russian text.

LibRCD is used by RusXMMS project for encoding auto-detection. It is optimized 
to handle very short titles, like ID3 tags, file names and etc, and provides 
very high accuracy even for short 3-4 letter words. Current version supports 
Russian and Ukrainian languages and able to distinguish UTF-8, KOI8-R, CP1251, 
CP866, ISO8859-1. If compared with Enca, LibRCC provides better detection 
accuracy on short titles and is able to detect ISO8859-1 (non-cyrillic)
encoding what allows to properly display correct ID3 v.1 titles.

%files -n %{libname}
%{_libdir}/librcd.so.%{major}
%{_libdir}/librcd.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Russian charset detection library development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Russian charset detection library. This package contains files required
for development purposes only.

%files -n %{devname}
%doc AUTHORS ChangeLog README
%{_libdir}/librcd.so
%{_libdir}/pkgconfig/librcd.pc
%{_includedir}/librcd.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.14-2
+ Revision: 2128e6b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17365 |14mr|libreadline-java-0.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%bcond_with             readline
%define gcj_support     1
%define section         free

Name:           libreadline-java
Version:        0.8.1
Release:        3
Epoch:          0
Summary:        Java wrapper for the GNU-readline library
License:        LGPL
URL:            http://java-readline.sourceforge.net/
Source0:        http://download.sourceforge.net/java-readline/libreadline-java-%{version}-src.tar.gz
BuildRequires:  java-rpmbuild >= 0:1.6
%if %with readline
BuildRequires:  readline-devel
%else
BuildRequires:  edit-devel
%endif
BuildRequires:  termcap-devel
Provides:       java_readline = %{epoch}:%{version}-%{release}
Provides:       gnu.readline = %{epoch}:%{version}-%{release}
Group:          Development/Java
#Distribution:  JPackage
#Vendor:        JPackage Project
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildRequires:  java-devel >= 0:1.4.2
%endif

%description
Java-Readline is a port of GNU Readline for Java. Or, to be more 
precise, it is a JNI-wrapper to Readline. It is distributed under 
the LGPL.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
%{_bindir}/find . -type d -name CVS | %{_bindir}/xargs -t %{__rm} -r
%{_bindir}/find . -type f -name "*.dll" | %{_bindir}/xargs -t %{__rm}
%{__perl} -pi -e 's|javadoc |%{javadoc} |g;' \
              -e 's|jar -c|%{jar} -c|g;' \
  Makefile

%build
export JAVA_HOME=%{java_home}
%if %with readline
%{__make} T_LIBS=JavaReadline JAVAC=%{javac} JC_FLAGS="" LIBPATH="-L%{_libdir}"
%else
%{__make} T_LIBS=JavaEditline JAVAC=%{javac} JC_FLAGS="" LIBPATH="-L%{_libdir}"
%endif
%{__make} apidoc

%install
%{__rm} -rf %{buildroot}
# jar
%{__mkdir_p} %{buildroot}%{_jnidir}
%{__install} -m 644 %{name}.jar %{buildroot}%{_jnidir}/%{name}-%{version}.jar
(cd %{buildroot}%{_jnidir} && for jar in *-%{version}*; do \
%{__ln_s} ${jar} ${jar/-%{version}/}; done)
# lib
%{__mkdir_p} %{buildroot}%{_libdir}
%if %with readline
%{__install} -m 755 libJavaReadline.so %{buildroot}%{_libdir}/libJavaReadline.so
%else
%{__install} -m 755 libJavaEditline.so %{buildroot}%{_libdir}/libJavaEditline.so
%endif

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%files
%defattr(0644,root,root,0755)
%doc COPYING.LIB NEWS README README.1st TODO VERSION contrib
%attr(0755,root,root) %{_libdir}/*.so
%{_jnidir}/*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:0.8.1-3
+ Revision: e19a9f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17366 |14mr|librelp-0.1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname relp %{major}
%define develname %mklibname relp -d

Summary:	Reliable Event Logging Protocol (RELP) library
Name:		librelp
Version:	0.1.3
Release:	7
License:	GPLv3+
Group:		System/Libraries
URL:		http://www.librelp.com/
Source0:	http://download.rsyslog.com/librelp/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
librelp is an easy to use library for the RELP protocol. RELP in turn provides
reliable event logging over the network (and consequently RELP stands for
Reliable Event Logging Protocol). RELP was initiated by Rainer Gerhards after
he was finally upset by the lossy nature of plain tcp syslog and wanted a cure
for all these dangling issues.

%package -n	%{libname}
Summary:	Reliable Event Logging Protocol (RELP) library
Group:		System/Libraries

%description -n	%{libname}
librelp is an easy to use library for the RELP protocol. RELP in turn provides
reliable event logging over the network (and consequently RELP stands for
Reliable Event Logging Protocol). RELP was initiated by Rainer Gerhards after
he was finally upset by the lossy nature of plain tcp syslog and wanted a cure
for all these dangling issues.

%package -n	%{develname}
Summary:	Development files for the %{libname} library
Group:		Development/C
Requires:	%{libname} >= %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	relp-devel = %{version}-%{release}

%description -n	%{develname}
Development files for the %{libname} library.

%prep
%setup -q

%build
%configure2_5x \
	--disable-rpath

%make

%check
make check

%install
rm -rf %{buildroot}

%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
 
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc ChangeLog doc/*.html
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.3-7
+ Revision: 52667cd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17367 |14mr|libreoffice-4.3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}
%define _binary_payload w1.xzdio
%define _source_payload w1.xzdio

%bcond_without l10n
%bcond_with icecream
%bcond_with ccache

%define beta %{nil}

%if %{with l10n}
%define langs	en-US af ar as bg bn br bs ca cs cy da de dz el en-GB es et eu fa fi fr ga gl gu he hi hr hu it ja ko kn lt lv mai mk ml mr nb nl nn nr nso or pa-IN pl pt pt-BR ro ru si sk sl sr ss st sv ta te th tn tr ts uk ve xh zh-TW zh-CN zu
%define helplangs	bg bn bs ca cs da de dz el en-GB es et eu fi fr gl gu he hi hr hu it ja ko mk nb nl nn pl pt pt-BR ru si sk sl sv tr uk zh-CN zh-TW en-US
%else
%define langs	en-US
%define helplangs	en-US
%endif

%define javaless 0

%define relurl		http://download.documentfoundation.org/libreoffice/src/%{version}
%define devurl		http://dev-www.libreoffice.org/ooo_external
%define srcurl		http://dev-www.libreoffice.org/src/
%define oxyurl		http://ooo.itc.hu/oxygenoffice/download/libreoffice/
%define distroname	ROSA
%define ooname		libreoffice
%define buildver	%{version}.2
%define ooodir		%{_libdir}/libreoffice
%define firefox_plugin	libnpsoplugin.so
%define antpath		%{_builddir}/libreoffice-%{version}/apache-ant-1.8.1

%define ccachedir	~/.ccache-OOo

%if %{_use_internal_dependency_generator}
%define __noautoreq 'libjawt.so|libmyspell.so|libstlport_gcc.so|libmono.so|mono|devel\\(libunoidl(.*)'
%define __noautoprov libsndfile.so\\|libportaudio.so\\|libdb-4.2.so\\|libdb_java-4.2.so\\|libmyspell.so\\|libstlport_gcc.so\\|librdf.so.0\\|libraptor.so.1\\|libxmlsec1-nss.so.1\\|libxmlsec1.so.1
%else
%define _requires_exceptions libjawt.so\\|libmyspell.so\\|libstlport_gcc.so\\|libmono.so\\|mono\\|devel(libunoidl)\\|devel(libunoidl(64bit))
%define _provides_exceptions libsndfile.so\\|libportaudio.so\\|libdb-4.2.so\\|libdb_java-4.2.so\\|libmyspell.so\\|libstlport_gcc.so\\|librdf.so.0\\|libraptor.so.1\\|libxmlsec1-nss.so.1\\|libxmlsec1.so.1
%endif

Summary:	Office suite
Name:		libreoffice
Epoch:		1
Version:	4.3.1
%if "%{beta}" != ""
Release:	0.%{beta}.2
%else
Release:	5
%endif
Source0:	%{relurl}/%{ooname}-%{buildver}.tar.xz
Source1:	%{relurl}/%{ooname}-dictionaries-%{buildver}.tar.xz
Source2:	%{relurl}/%{ooname}-help-%{buildver}.tar.xz
Source3:	%{relurl}/%{ooname}-translations-%{buildver}.tar.xz
License:	(MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic
Group:		Office
Url:		http://www.libreoffice.org
Source4:	http://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll

Source10:	Mandriva-Rosa_Icons.tar.bz2
Source33:       %{devurl}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
Source34:	%{devurl}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
Source35:	%{devurl}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
Source36:	%{devurl}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
Source37:	%{devurl}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip

# External Download Sources
Source40:	http://hg.services.openoffice.org/binaries/1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz

# Extensions
Source50:	%{srcurl}451ccf439a36a568653b024534669971-ConvertTextToNumber-1.3.2.oxt
Source51:	%{srcurl}b63e6340a02ff1cacfeadb2c42286161-JLanguageTool-1.7.0.tar.bz2
Source52:	%{oxyurl}3ed18025a766f1e955707b969c8113a5-Barcode_1.3.5.0.oxt
Source53:	%{oxyurl}8d74685d41f8bffe8c3e71fe8deac09d-SmART_0.9.5.oxt
Source54:	%{oxyurl}b632bdd25649cc4067bcb410bae23d2b-hunart_0.3.oxt
Source55:	%{srcurl}27211596cf0ad97cab7321239406fde0-gdocs_3.0.1_modified.oxt
Source56:	%{srcurl}b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_0.9.5.oxt
Source57:	%{oxyurl}9d60b6cfa3ef1926848710bbcd11115b-typo_0.4.2.oxt
Source58:	%{oxyurl}bbdd5639ada63e3130761daaecae1a10-Validator_1.1.0.0.oxt
Source59:	%{oxyurl}23bd75552206dfcd8fd4e29137dcac84-WatchWindow_1.2.0.0.oxt
Source60:	%{oxyurl}af9314c5972d95a5d6da23ffad818f68-OOOP-gallery-pack-2.8.0.0.zip
Source61:	%{oxyurl}1be202fbbbc13f10592a98f70a4a87fb-OOOP-templates-pack-2.9.0.0.zip
Source62:	%{oxyurl}53ca5e56ccd4cab3693ad32c6bd13343-Sun-ODF-Template-Pack-de_1.0.0.oxt
Source63:	%{oxyurl}472ffb92d82cf502be039203c606643d-Sun-ODF-Template-Pack-en-US_1.0.0.oxt
Source64:	%{oxyurl}4ad003e7bbda5715f5f38fde1f707af2-Sun-ODF-Template-Pack-es_1.0.0.oxt
Source65:	%{oxyurl}a53080dc876edcddb26eb4c3c7537469-Sun-ODF-Template-Pack-fr_1.0.0.oxt
Source66:	%{oxyurl}09ec2dac030e1dcd5ef7fa1692691dc0-Sun-ODF-Template-Pack-hu_1.0.0.oxt
Source67:	%{oxyurl}b33775feda3bcf823cad7ac361fd49a6-Sun-ODF-Template-Pack-it_1.0.0.oxt
Source68:	%{srcurl}4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
Source69:	%{srcurl}OpenCOLLADA-master-6509aa13af.tar.bz2
Source70:	%{srcurl}libgltf/3d9ea1f2828c46f8ba94b88a87b3326d-libgltf-0.0.0.tar.bz2
Source71:	%{srcurl}CoinMP-1.7.6.tgz
Source72:	%{srcurl}libgltf/libgltf-0.0.0.tar.bz2

Source1000:	libreoffice.rpmlintrc

Patch0:		libreoffice-4.1.0.1-non-fatal-error-during-test.patch
Patch1:		libreoffice-4.2.5-icu-49.patch
Patch2:		help-images-mdv64789.patch

Patch51:	libreoffice-4.2.5.2-impress-kde-crash-hack.patch

# ROSA vendor patch
Patch100:	libreoffice-4.1-vendor.patch
Patch101:	libreoffice-4.2.5.2-desktop-categories.patch
Patch102:	npapi_h.patch

BuildRequires:	bison
BuildRequires:	bsh
%if %{with ccache}
BuildRequires:	ccache
%endif
BuildRequires:	desktop-file-utils
BuildRequires:	doxygen >= 1.8.4
BuildRequires:	ed
BuildRequires:	firebird-devel
BuildRequires:	flex
BuildRequires:	flute
BuildRequires:	git
BuildRequires:	gperf
%if %{with icecream}
BuildRequires:	icecream
%endif
BuildRequires:	icu
BuildRequires:	imagemagick
BuildRequires:	pentaho-libxml
BuildRequires:	pentaho-reporting-flow-engine
BuildRequires:	perl-Archive-Zip
BuildRequires:	perl-MDK-Common
BuildRequires:	perl-HTML-Parser
BuildRequires:	perl-XML-Twig
BuildRequires:	python-translate >= 1.9.0
BuildRequires:	recode
BuildRequires:	sac
BuildRequires:	servlet3
BuildRequires:	sharutils
BuildRequires:	tcsh
BuildRequires:	unzip
BuildRequires:	xsltproc >= 1.0.19
BuildRequires:	zip
BuildRequires:	boost-devel
BuildRequires:	cups-devel
BuildRequires:	glm-devel
BuildRequires:	hyphen-devel
BuildRequires:	java-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	libwps-devel
BuildRequires:	lpsolve-devel
BuildRequires:	mysql-connector-c++-devel
BuildRequires:	nas-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	qt4-devel
BuildRequires:	readline-devel
BuildRequires:	unixODBC-devel
BuildRequires:	vigra-devel
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libetonyek-0.1)
BuildRequires:	pkgconfig(libfreehand-0.1)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glitz)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(graphite2)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(icu-le)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libabw-0.1)
BuildRequires:	pkgconfig(libclucene-core)
BuildRequires:	pkgconfig(libcmis-0.4)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libcdr-0.1)
BuildRequires:	pkgconfig(libe-book-0.1)
BuildRequires:	pkgconfig(libeot)
BuildRequires:	pkgconfig(libexttextcat)
BuildRequires:	pkgconfig(libixion-0.8)
BuildRequires:	pkgconfig(liblangtag)
BuildRequires:	pkgconfig(libmspub-0.1)
BuildRequires:	pkgconfig(libmwaw-0.3) >= 0.3.1
BuildRequires:	pkgconfig(libodfgen-0.1) >= 0.1.0
BuildRequires:	pkgconfig(liborcus-0.8) >= 0.7.0
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libsvg)
BuildRequires:	pkgconfig(libucpp)
BuildRequires:	pkgconfig(libvisio-0.1)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(libxul)
BuildRequires:	pkgconfig(mdds) >= 0.10.1
BuildRequires:	pkgconfig(mythes)
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(poppler)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(poppler-cpp)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(raptor)
BuildRequires:	pkgconfig(rasqal)
BuildRequires:	pkgconfig(redland)
BuildRequires:	pkgconfig(sane-backends)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(telepathy-glib)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xmlsec1)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	db-devel
BuildRequires:	locales-en
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	pkgconfig(glew)
%if !%{javaless}
BuildRequires:	ant
BuildRequires:	ant-apache-regexp
BuildRequires:	apache-commons-codec
BuildRequires:	apache-commons-lang
# BuildRequires:	hsqldb1.8.0
BuildRequires:	jakarta-commons-httpclient
BuildRequires:	junit
BuildRequires:	java-1.7.0-openjdk-devel
Suggests:	%{name}-java = %{EVRD}
%endif
# STLport-devel 4.5 + private patches are needed
BuildConflicts:	STLport-devel
# Requres to all our packages
Requires:	%{name}-base = %{EVRD}
Requires:	%{name}-calc = %{EVRD}
Requires:	%{name}-draw = %{EVRD}
Requires:	%{name}-impress = %{EVRD}
Requires:	%{name}-math = %{EVRD}
Requires:	%{name}-writer = %{EVRD}
Provides:	LibreOffice = %{EVRD}
Provides:	LibreOffice-libs = %{EVRD}

%description
LibreOffice is an Open Source, community-developed, multi-platform
office productivity suite. It includes the key desktop applications,
such as a word processor, spreadsheet, presentation manager, formula
editing and drawing program, with a user interface and feature set
similar to other office suites. Sophisticated and flexible,
LibreOffice also works transparently with a variety of file
formats, including Microsoft Office.

%files

#----------------------------------------------------------------------------

%package base
Summary:	LibreOffice office suite - database
Group:		Office
Requires:	%{name}-common = %{EVRD}
Requires:   %{name}-java = %{EVRD}
Requires:	java
# Heavy java deps
# %if !%{javaless}
# Requires:	hsqldb1.8.0
# %endif

%description base
This package contains the database component for LibreOffice.

You can extend the functionality of LibreOffice Base by installing these
packages:

 * unixodbc: ODBC database support
 * libmyodbc | odbc-postgresql | libsqliteodbc | tdsodbc | mdbtools: ODBC
   drivers for:
   - MySQL
   - PostgreSQL
   - SQLite
   - MS SQL / Sybase SQL
   - *.mdb (JET / MS Access)
 * libmysql-java | libpg-java | libsapdbc-java: JDBC Drivers
   for:
   - MySQL
   - PostgreSQL
   - MaxDB

%files base -f file-lists/base_list.txt
%{_mandir}/man1/lobase*
%{_iconsdir}/hicolor/scalable/apps/mandriva-rosa-lo-base_72.svg
%{ooodir}/share/xdg/base.desktop

#----------------------------------------------------------------------------

%package calc
Summary:	LibreOffice office suite - spreadsheet
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description calc
This package contains the spreadsheet component for LibreOffice.

%files calc -f file-lists/calc_list.txt
%{_mandir}/man1/localc*
%{_iconsdir}/hicolor/scalable/apps/mandriva-rosa-lo-calc_72.svg
%{ooodir}/share/xdg/calc.desktop

#----------------------------------------------------------------------------

%package common
Summary:	LibreOffice office suite common files
Group:		Office
# Require at least one style to be installed
Requires:	%{name}-style = %{EVRD}
Suggests:	%{name}-help-en_US = %{EVRD}
# And then general requires for OOo follows
Requires:	ghostscript
Requires:	fonts-ttf-liberation
Requires:	desktop-common-data >= 2008
# rpm will automatically grab the require for libsane1, but there are some
# configs needed at this package, so we must require it too.
Requires:	sane-backends
# Due to {_bindir}/paperconf
# Requires:	paper-utils
Requires(post,postun):	desktop-file-utils
Requires(post,postun):	update-alternatives
# Upstream merged
Conflicts:	%{name}-core < %{EVRD}
Obsoletes:	%{name}-core < %{EVRD}
Conflicts:	%{name}-java-common < %{EVRD}
Obsoletes:	%{name}-java-common < %{EVRD}
Conflicts:	%{name}-dtd-officedocument1.0 < %{EVRD}
Obsoletes:	%{name}-dtd-officedocument1.0 < %{EVRD}
Conflicts:	%{name}-extension-xsltfilter < %{EVRD}
Obsoletes:	%{name}-extension-xsltfilter < %{EVRD}

%description common
This package contains the application-independent files of LibreOffice.

%files common -f file-lists/core_list.txt
%{_iconsdir}/hicolor/scalable/apps/mandriva-rosa-lo_72.svg
%{_mandir}/man1/loffice*
%{_mandir}/man1/lofromtemplate*
%{_mandir}/man1/libreoffice*
%{_mandir}/man1/unopkg.1*
%{_libdir}/libreoffice/program/classes/ScriptProviderForBeanShell.jar
%{_libdir}/libreoffice/program/services/scriptproviderforbeanshell.rdb
%{_libdir}/libreoffice/program/mailmerge.py
%{_libdir}/libreoffice/share/config/images_galaxy.zip

%post common
# Firefox plugin
if [ $1 -gt 1 ]
then
  update-alternatives --remove %{firefox_plugin} \
  %{ooodir}/program/libnpsoplugin.so
fi
update-alternatives \
  --install %{_libdir}/mozilla/plugins/libnpsoplugin.so %{firefox_plugin} \
  %{ooodir}/program/libnpsoplugin.so 1

%postun common
# Firefox plugin
if [ $1 -eq 0 ]
then
  update-alternatives --remove %{firefox_plugin} \
  %{ooodir}/program/libnpsoplugin.so
fi

#----------------------------------------------------------------------------

%package java
Summary:	Java dependent parts of LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description java
Java dependent parts of LibreOffice.

This package contains templates and other optional parts of LibreOffice
that require a Java stack (such as OpenJDK) to be installed.

%files java -f file-lists/java_common_list.txt

#----------------------------------------------------------------------------

%package devel
Summary:	LibreOffice SDK - development files
Group:		Office
Requires:	%{name}-common = %{EVRD}
%if "%{_lib}" == "lib64"
Provides:	devel(libxmlreader(64bit)) = %{EVRD}
Provides:	devel(libxmlreaderlo(64bit)) = %{EVRD}
Provides:	devel(libreg(64bit)) = %{EVRD}
Provides:	devel(libreglo(64bit)) = %{EVRD}
%else
Provides:	devel(libxmlreader) = %{EVRD}
Provides:	devel(libxmlreaderlo) = %{EVRD}
Provides:	devel(libreg) = %{EVRD}
Provides:	devel(libreglo) = %{EVRD}
%endif

%description devel
This package contains the files needed to build plugins/add-ons for
LibreOffice (includes, IDL files, build tools, ...). It also contains the
zipped source of the UNO Java libraries for use in IDEs like eclipse.

%files devel -f file-lists/sdk_list.uniq.sorted.txt

#----------------------------------------------------------------------------

%package devel-doc
Summary:	LibreOffice SDK - documentation
Group:		Office

%description devel-doc
This package contains the documentation of the LibreOffice SDK:

 * C++/Java API reference
 * IDL reference
 * C++/Java/Basic examples

It also contains the gsicheck utility.

%files devel-doc -f file-lists/sdk_doc_list.txt

#----------------------------------------------------------------------------

%package draw
Summary:	LibreOffice office suite - drawing
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description draw
This package contains the drawing component for LibreOffice.

%files draw -f file-lists/draw_list.txt
%{_iconsdir}/hicolor/scalable/apps/mandriva-rosa-lo-draw_72.svg
%{_mandir}/man1/lodraw*
%{ooodir}/share/xdg/draw.desktop

#----------------------------------------------------------------------------

%package gnome
Summary:	GNOME Integration for LibreOffice (VFS, GConf)
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description gnome
This package contains the GNOME VFS support and a GConf backend.

%files gnome -f file-lists/gnome_list.uniq.sorted.txt

#----------------------------------------------------------------------------

%package impress
Summary:	LibreOffice office suite - presentation
Group:		Office
Requires:	%{name}-common = %{EVRD}
Requires:	%{name}-draw = %{EVRD}
Obsoletes:	%{name}-presentation-minimizer < %{EVRD}

%description impress
This package contains the presentation component for LibreOffice.

%files impress -f file-lists/impress_list.txt
%{_iconsdir}/hicolor/scalable/apps/mandriva-rosa-lo-impress_72.svg
%{_mandir}/man1/loimpress*
%{ooodir}/share/xdg/impress.desktop

#----------------------------------------------------------------------------

%package kde4
Summary:	KDE4 Integration for LibreOffice (Widgets, Dialogs, Addressbook)
Group:		Office
Requires:	%{name}-common = %{EVRD}
Suggests:	%{name}-style-oxygen = %{EVRD}

%description kde4
This package contains the KDE4 plugin for drawing LibreOffice widgets with
KDE4/Qt4.x and a KDEish File Picker when running under KDE4.

%files kde4 -f file-lists/kde4_list.txt
%{_libdir}/libreoffice/program/libkde4be1lo.so
%{_libdir}/libreoffice/program/libvclplug_kde4lo.so
#----------------------------------------------------------------------------

%package math
Summary:	LibreOffice office suite - equation editor
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description math
This package contains the equation editor component for LibreOffice.

%files math -f file-lists/math_list.txt
%{_iconsdir}/hicolor/scalable/apps/mandriva-rosa-lo-math_72.svg
%{_mandir}/man1/lomath*
%{ooodir}/share/xdg/math.desktop
#----------------------------------------------------------------------------

%package openclipart
Summary:	LibreOffice Open Clipart data
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description openclipart
This package contains the LibreOffice Open Clipart data, including images
and sounds.

%files openclipart
%{ooodir}/share/gallery/Draws
%{ooodir}/share/gallery/Elements
%{ooodir}/share/gallery/Photos
%{ooodir}/share/gallery/apples*
%{ooodir}/share/gallery/arrows*
%{ooodir}/share/gallery/bigapple*
%{ooodir}/share/gallery/bullets*
%{ooodir}/share/gallery/computers*
%{ooodir}/share/gallery/diagrams*
%{ooodir}/share/gallery/education*
%{ooodir}/share/gallery/environment*
%{ooodir}/share/gallery/finance*
%{ooodir}/share/gallery/flower*
%{ooodir}/share/gallery/htmlexpo*
%{ooodir}/share/gallery/people*
%{ooodir}/share/gallery/sg[0-9]*.*
%{ooodir}/share/gallery/sky.*
%{ooodir}/share/gallery/sounds*
%{ooodir}/share/gallery/symbols*
%{ooodir}/share/gallery/transportation*
%{ooodir}/share/gallery/txtshapes*
%{ooodir}/share/gallery/www-back*
%{ooodir}/share/gallery/www-graf*

#----------------------------------------------------------------------------

%package pyuno
Summary:	Python bindings for UNO library
Group:		Office
Requires:	%{name}-common = %{EVRD}
Conflicts:	%{name}-mailmerge < %{EVRD}
Obsoletes:	%{name}-mailmerge < %{EVRD}

%description pyuno
This package contains the Python bindings for the UNO library.

%files pyuno -f file-lists/pyuno_list.txt

#----------------------------------------------------------------------------

%package style-crystal
Summary:	Crystal symbol style for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-style = %{EVRD}

%description style-crystal
This package contains the "crystal" symbol style, default style for KDE.

%files style-crystal
%{ooodir}/share/config/images_crystal.zip

#----------------------------------------------------------------------------

%package style-galaxy
Summary:	Default symbol style for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-style = %{EVRD}

%description style-galaxy
This package contains the "Galaxy" symbol style from Sun, normally used on
MS Windows (tm) and when not using GNOME or KDE. Needs to be manually enabled
in the LibreOffice option menu.

%files style-galaxy
%{ooodir}/share/config/images.zip

#----------------------------------------------------------------------------

%package style-hicontrast
Summary:	Hicontrast symbol style for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-style = %{EVRD}

%description style-hicontrast
This package contains the "hicontrast" symbol style, needs to be manually
enabled in the LibreOffice option menu.

%files style-hicontrast
%{ooodir}/share/config/images_hicontrast.zip

#----------------------------------------------------------------------------

%package style-oxygen
Summary:	Oxygen symbol style for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-style = %{EVRD}

%description style-oxygen
This package contains the "oxygen" symbol style, default style for KDE4.

%files style-oxygen
%{ooodir}/share/config/images_oxygen.zip

#----------------------------------------------------------------------------

%package style-tango
Summary:	Tango symbol style for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-style = %{EVRD}

%description style-tango
This package contains the "tango" symbol style, default style for GTK/Gnome.

%files style-tango
%{ooodir}/share/config/images_tango.zip

#----------------------------------------------------------------------------

%package writer
Summary:	LibreOffice office suite - word processor
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description writer
This package contains the word processor component for LibreOffice.

%files writer -f file-lists/writer_list.txt
%{_iconsdir}/hicolor/scalable/apps/mandriva-rosa-lo-writer_72.svg
%{_mandir}/man1/loweb*
%{_mandir}/man1/lowriter*
%{ooodir}/share/xdg/writer.desktop

#----------------------------------------------------------------------------

%package wiki-publisher
Summary:	LibreOffice office suite - Wiki Publisher extension
Group:		Office
Requires:	%{name}-common = %{EVRD}
Requires:	%{name}-writer = %{EVRD}
%if !%{javaless}
Requires:	apache-commons-codec
Requires:	apache-commons-lang
Requires:	jakarta-commons-httpclient
Requires:	apache-commons-logging
%endif

%description wiki-publisher
With Wiki Publisher extesion is possible by using %{name}-writer to create 
wiki page articles on MediaWiki servers without having to know the syntax of 
MediaWiki markup language. This extension also enables publishing of the
wiki pages.

%files wiki-publisher
%{ooodir}/share/extensions/wiki-publisher

#----------------------------------------------------------------------------

%package extension-barcode
Summary:	LibreOffice extension for generating barcodes
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description extension-barcode
LibreOffice extension for generating barcodes.

%files extension-barcode
%{ooodir}/share/extensions/Barcode

#----------------------------------------------------------------------------

%package extension-converttexttonumber
Summary:	Text to number converter for LibreOffice
Group:		Office
Requires:	%{name}-calc = %{EVRD}

%description extension-converttexttonumber
ConvertTextToNumber replaces numbers and dates, formatted as text, with
real numbers.

Choices can be made about marking of cells, including cells with
non-default decimal separators, conversion of dates, and more.

As a result of the conversion, the text cells will become real numbers,
and then will be counted as expected in formulas Calc.

%files extension-converttexttonumber
%{ooodir}/share/extensions/ConvertTextToNumber

#----------------------------------------------------------------------------

%package extension-gdocs
Summary:	LibreOffice Import/Export filter for Google Docs
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description extension-gdocs
LibreOffice Import/Export filter for Google Docs.

%files extension-gdocs
%{ooodir}/share/extensions/gdocs

#----------------------------------------------------------------------------

%package extension-hunart
Summary:	Hungarian cross-reference toolbar extension for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description extension-hunart
Hungarian cross-reference toolbar extension for LibreOffice.

%files extension-hunart
%{ooodir}/share/extensions/hunart

#----------------------------------------------------------------------------

%package extension-languagetool
Summary:	A LibreOffice extension for style and grammar proofreading
Group:		Office
Requires:	%{name}-writer = %{EVRD}

%description extension-languagetool
A LibreOffice extension for style and grammar proofreading.

%files extension-languagetool
%{ooodir}/share/extensions/LanguageTool

#----------------------------------------------------------------------------

%package extension-mysql
Summary:	MySQL/MariaDB connector for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description extension-mysql
MySQL/MariaDB connector for LibreOffice.

%files extension-mysql
%{ooodir}/share/extensions/mysql-connector-ooo

#----------------------------------------------------------------------------

%package extension-nlpsolver
Summary:	Solver extension for LibreOffice Calc
Group:		Office
Requires:	%{name}-calc = %{EVRD}

%description extension-nlpsolver
Extension integrating a solver engine for optimizing nonlinear programming
models into Calc.

%files extension-nlpsolver
%{ooodir}/share/extensions/nlpsolver

#----------------------------------------------------------------------------

%package extension-numbertext
Summary:	Number-to-Text conversion function for LibreOffice Calc
Group:		Office
Requires:	%{name}-calc = %{EVRD}

%description extension-numbertext
Number-to-Text conversion function for LibreOffice Calc.

%files extension-numbertext
%{ooodir}/share/extensions/numbertext

#----------------------------------------------------------------------------

%package extension-SmART
Summary:	Diagram generator for LibreOffice Draw and Impress
Group:		Office
Url:		http://extensions.libreoffice.org/extension-center/smart
Requires:	%{name}-common = %{EVRD}
Obsoletes:	%{name}-extension-diagram < %{EVRD}

%description extension-SmART
SmART Gallery extension is the advanced version of Diagram (aka. Diagram 2)
for LibreOffice and OpenOffice.org office suites. This Extension is designed
to create your favorite diagrams with few clicks in Draw and Impress
applications.

%files extension-SmART
%{ooodir}/share/extensions/SmART

#----------------------------------------------------------------------------

%package extension-typo
Summary:	Typographic toolbar for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description extension-typo
Typographic toolbar for LibreOffice.

%files extension-typo
%{ooodir}/share/extensions/typo

#----------------------------------------------------------------------------

%package extension-validator
Summary:	A LibreOffice Calc extension that validates cells based on selected rules
Group:		Office
Requires:	%{name}-calc = %{EVRD}

%description extension-validator
A LibreOffice Calc extension that validates cells based on selected rules.

%files extension-validator
%{ooodir}/share/extensions/Validator

#----------------------------------------------------------------------------

%package extension-watchwindow
Summary:	Macro debugging tool for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description extension-watchwindow
The Watch window allows you to observe the value of variables during the
execution of a program. Define the variable in the Watch text box.
Click on Enable Watch to add the variable to the list box and to display
its values.

%files extension-watchwindow
%{ooodir}/share/extensions/WatchWindow

#----------------------------------------------------------------------------

%package postgresql
Summary:	PostgreSQL connector for LibreOffice
Group:		Office
Requires:	%{name}-base = %{EVRD}

%description postgresql
A PostgreSQl connector for the database front-end for LibreOffice. Allows
creation and management of PostgreSQL databases through a GUI.

%files postgresql
%{ooodir}/program/libpostgresql-sdbclo.so
%{ooodir}/program/libpostgresql-sdbc-impllo.so
%{ooodir}/program/postgresql-sdbc.ini
%{ooodir}/program/services/postgresql-sdbc.rdb
%{ooodir}/share/registry/postgresql.xcd

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-af
Summary:	Afrikaans language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-af
Requires:	urw-fonts
Requires:	myspell-af
Provides:	LibreOffice-l10n-af = %{EVRD}

%description l10n-af
This package contains the localization of LibreOffice in Afrikaans.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ar
Summary:	Arabic language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ar
Requires:	fonts-ttf-arabic
Provides:	LibreOffice-l10n-ar = %{EVRD}

%description l10n-ar
This package contains the localization of LibreOffice in Arabic.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-as
Summary:	Assamese language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-as
Provides:	LibreOffice-l10n-as = %{EVRD}

%description l10n-as
This package contains the localization of LibreOffice in Assamese.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-bg
Summary:	Bulgarian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-bg
Provides:	LibreOffice-l10n-bg = %{EVRD}
Suggests:	%{ooname}-help-bg = %{EVRD}

%description l10n-bg
This package contains the localization of LibreOffice in Bulgarian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-bn
Summary:	Bengali language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-bn
Provides:	LibreOffice-l10n-bn = %{EVRD}
Suggests:	%{ooname}-help-bn = %{EVRD}

%description l10n-bn
This package contains the localization of LibreOffice in Bengali.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-br
Summary:	Breton language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-br
Provides:	LibreOffice-l10n-br = %{EVRD}

%description l10n-br
This package contains the localization of LibreOffice in Breton.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-bs
Summary:	Bosnian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-bs
Provides:	LibreOffice-l10n-bs = %{EVRD}
Suggests:	%{ooname}-help-bs = %{EVRD}

%description l10n-bs
This package contains the localization of LibreOffice in Bosnian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ca
Summary:	Catalan language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ca
Requires:	urw-fonts
Requires:	myspell-ca
Provides:	LibreOffice-l10n-ca = %{EVRD}
Suggests:	%{ooname}-help-ca = %{EVRD}

%description l10n-ca
This package contains the localization of LibreOffice in Catalan.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-cs
Summary:	Czech language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-cs
Requires:	urw-fonts
Requires:	myspell-cs
Requires:	myspell-hyph-cs
Provides:	LibreOffice-l10n-cs = %{EVRD}
Suggests:	%{ooname}-help-cs = %{EVRD}

%description l10n-cs
This package contains the localization of LibreOffice in Czech.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-cy
Summary:	Welsh language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-cy
Requires:	urw-fonts
Requires:	myspell-cy
Provides:	LibreOffice-l10n-cy = %{EVRD}

%description l10n-cy
This package contains the localization of LibreOffice in Welsh.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-da
Summary:	Danish language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-da
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-da, myspell-hyph-da
Provides:	LibreOffice-l10n-da = %{EVRD}
Suggests:	%{ooname}-help-da = %{EVRD}

%description l10n-da
This package contains the localization of LibreOffice in Danish.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-de
Summary:	German language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-de
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-de
Requires:	myspell-hyph-de
Provides:	LibreOffice-l10n-de = %{EVRD}
Suggests:	%{ooname}-help-de = %{EVRD}

%description l10n-de
This package contains the localization of LibreOffice in German.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-dz
Summary:	Dzongkha language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-dz
Provides:	LibreOffice-l10n-dz = %{EVRD}
Suggests:	%{ooname}-help-dz = %{EVRD}

%description l10n-dz
This package contains the localization of LibreOffice in Dzongkha.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-el
Summary:	Greek language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-el
Requires:	fonts-type1-greek
Requires:	myspell-el
Requires:	myspell-hyph-el
Provides:	LibreOffice-l10n-el = %{EVRD}
Suggests:	%{ooname}-help-el = %{EVRD}

%description l10n-el
This package contains the localization of LibreOffice in Greek.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-en_GB
Summary:	British language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-en
Requires:	urw-fonts
Requires:	myspell-en_GB
Requires:	myspell-hyph-en
Provides:	LibreOffice-l10n-en_GB = %{EVRD}
Suggests:	%{ooname}-help-en_GB = %{EVRD}

%description l10n-en_GB
This package contains the localization of LibreOffice in British.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-es
Summary:	Spanish language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-es
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-es
Requires:	myspell-hyph-es
Provides:	LibreOffice-l10n-es = %{EVRD}
Suggests:	%{ooname}-help-es = %{EVRD}

%description l10n-es
This package contains the localization of LibreOffice in Spanish.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-et
Summary:	Estonian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-et
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-et
Requires:	myspell-hyph-et
Provides:	LibreOffice-l10n-et = %{EVRD}
Suggests:	%{ooname}-help-et = %{EVRD}

%description l10n-et
This package contains the localization of LibreOffice in Estonian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-eu
Summary:	Basque language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-eu
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Provides:	LibreOffice-l10n-eu = %{EVRD}
Suggests:	%{ooname}-help-eu = %{EVRD}

%description l10n-eu
This package contains the localization of LibreOffice in Basque.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-fa
Summary:	Farsi language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-fa
Provides:	LibreOffice-l10n-fa = %{EVRD}

%description l10n-fa
This package contains the localization of LibreOffice in Farsi.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-fi
Summary:	Finnish language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-fi
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Provides:	LibreOffice-l10n-fi = %{EVRD}
Suggests:	%{ooname}-help-fi = %{EVRD}

%description l10n-fi
This package contains the localization of LibreOffice in Finnish.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-fr
Summary:	French language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-fr
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-fr
Requires:	myspell-hyph-fr
Provides:	LibreOffice-l10n-fr = %{EVRD}
Suggests:	%{ooname}-help-fr = %{EVRD}

%description l10n-fr
This package contains the localization of LibreOffice in French.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ga
Summary:	Irish language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ga
Provides:	LibreOffice-l10n-ga = %{EVRD}

%description l10n-ga
This package contains the localization of LibreOffice in Irish.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-gl
Summary:	Galician language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-gl
Provides:	LibreOffice-l10n-gl = %{EVRD}
Suggests:	%{ooname}-help-gl = %{EVRD}

%description l10n-gl
This package contains the localization of LibreOffice in Galician.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-gu
Summary:	Gujarati language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-gu
Provides:	LibreOffice-l10n-gu = %{EVRD}
Suggests:	%{ooname}-help-gu = %{EVRD}

%description l10n-gu
This package contains the localization of LibreOffice in Gujarati.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-he
Summary:	Hebrew language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-he
Requires:	urw-fonts
Provides:	LibreOffice-l10n-he = %{EVRD}
Suggests:	%{ooname}-help-he = %{EVRD}

%description l10n-he
This package contains the localization of LibreOffice in Hebrew.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-hi
Summary:	Hindi language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-hi
Requires:	urw-fonts
Provides:	LibreOffice-l10n-hi = %{EVRD}
Suggests:	%{ooname}-help-hi = %{EVRD}

%description l10n-hi
This package contains the localization of LibreOffice in Hindi.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-hr
Summary:	Croatian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-hr
Provides:	LibreOffice-l10n-hr = %{EVRD}
Suggests:	%{ooname}-help-hr = %{EVRD}

%description l10n-hr
This package contains the localization of LibreOffice in Croatian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-hu
Summary:	Hungarian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-hu
Requires:	urw-fonts
Requires:	myspell-hu
Requires:	myspell-hyph-hu
Provides:	LibreOffice-l10n-hu = %{EVRD}
Suggests:	%{ooname}-help-hu = %{EVRD}

%description l10n-hu
This package contains the localization of LibreOffice in Hungarian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-it
Summary:	Italian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-it
Requires:	myspell-hyph-it
Provides:	LibreOffice-l10n-it = %{EVRD}
Suggests:	%{ooname}-help-it = %{EVRD}

%description l10n-it
This package contains the localization of LibreOffice in Italian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ja
Summary:	Japanese language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ja
Requires:	fonts-ttf-japanese
Provides:	LibreOffice-l10n-ja = %{EVRD}
Suggests:	%{ooname}-help-ja = %{EVRD}

%description l10n-ja
This package contains the localization of LibreOffice in Japanese.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-kn
Summary:	Kannada language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-kn
Provides:	LibreOffice-l10n-kn = %{EVRD}

%description l10n-kn
This package contains the localization of LibreOffice in Kannada.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ko
Summary:	Korean language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ko
Requires:	fonts-ttf-korean >= 1.0.2
Provides:	LibreOffice-l10n-ko = %{EVRD}
Suggests:	%{ooname}-help-ko = %{EVRD}

%description l10n-ko
This package contains the localization of LibreOffice in Korean.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-lt
Summary:	Lithuanian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-lt
Provides:	LibreOffice-l10n-lt = %{EVRD}

%description l10n-lt
This package contains the localization of LibreOffice in Lithuanian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-lv
Summary:	Latvian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-lv
Provides:	LibreOffice-l10n-lv = %{EVRD}

%description l10n-lv
This package contains the localization of LibreOffice in Latvian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-mai
Summary:	Maithili language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-mai
Provides:	LibreOffice-l10n-mai = %{EVRD}

%description l10n-mai
This package contains the localization of LibreOffice in Maithili.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ml
Summary:	Malayalam language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ml
Provides:	LibreOffice-l10n-ml = %{EVRD}

%description l10n-ml
This package contains the localization of LibreOffice in Malayalam.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-mk
Summary:	Macedonian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-mk
Provides:	LibreOffice-l10n-mk = %{EVRD}
Suggests:	%{ooname}-help-mk = %{EVRD}

%description l10n-mk
This package contains the localization of LibreOffice in Macedonian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-mr
Summary:	Marathi language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-mr
Provides:	LibreOffice-l10n-mr = %{EVRD}

%description l10n-mr
This package contains the localization of LibreOffice in Marathi.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-nb
Summary:	Norwegian Bokmal language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-no
Requires:	urw-fonts
Provides:	LibreOffice-l10n-nb = %{EVRD}
Suggests:	%{ooname}-help-nb = %{EVRD}

%description l10n-nb
This package contains the localization of LibreOffice in Norwegian Bokmal.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-nl
Summary:	Dutch language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-nl
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-nl
Requires:	myspell-hyph-nl
Provides:	LibreOffice-l10n-nl = %{EVRD}
Suggests:	%{ooname}-help-nl = %{EVRD}

%description l10n-nl
This package contains the localization of LibreOffice in Dutch.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-nn
Summary:	Norwegian Nynorsk language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-no
Requires:	urw-fonts
Provides:	LibreOffice-l10n-nn = %{EVRD}
Suggests:	%{ooname}-help-nn = %{EVRD}

%description l10n-nn
This package contains the localization of LibreOffice in Norwegian Nynorsk.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-nr
Summary:	Ndebele language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-nr
Provides:	LibreOffice-l10n-nr = %{EVRD}

%description l10n-nr
This package contains the localization of LibreOffice in Ndebele.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-nso
Summary:	Northern Shoto language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-nso
Provides:	LibreOffice-l10n-nso = %{EVRD}

%description l10n-nso
This package contains the localization of LibreOffice in Northern Shoto.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-or
Summary:	Oriya language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-or
Provides:	LibreOffice-l10n-or = %{EVRD}

%description l10n-or
This package contains the localization of LibreOffice in Oriya.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-pa_IN
Summary:	Punjabi language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-pa
Provides:	LibreOffice-l10n-pa_IN = %{EVRD}
Provides:	LibreOffice-l10n-pa = %{EVRD}

%description l10n-pa_IN
This package contains the localization of LibreOffice in Punjabi.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-pl
Summary:	Polish language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-pl
Requires:	urw-fonts
Requires:	myspell-pl
Requires:	myspell-hyph-pl
Provides:	LibreOffice-l10n-pl = %{EVRD}
Suggests:	%{ooname}-help-pl = %{EVRD}

%description l10n-pl
This package contains the localization of LibreOffice in Polish.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-pt
Summary:	Portuguese language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-pt
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-pt
Requires:	myspell-hyph-pt
Provides:	LibreOffice-l10n-pt = %{EVRD}
Suggests:	%{ooname}-help-pt = %{EVRD}

%description l10n-pt
This package contains the localization of LibreOffice in Portuguese.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-pt_BR
Summary:	Portuguese Brazilian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	locales-pt
Requires:	urw-fonts
Requires:	myspell-pt_BR
Provides:	LibreOffice-l10n_pt_BR = %{EVRD}
Suggests:	%{ooname}-help-pt_BR = %{EVRD}

%description l10n-pt_BR
This package contains the localization of LibreOffice in Portuguese
Brazilian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ro
Summary:	Romanian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ro
Provides:	LibreOffice-l10n-ro = %{EVRD}

%description l10n-ro
This package contains the localization of LibreOffice in Romanian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ru
Summary:	Russian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ru
Requires:	urw-fonts
Requires:	myspell-ru
Requires:	myspell-hyph-ru
Provides:	LibreOffice-l10n-ru = %{EVRD}
Suggests:	%{ooname}-help-ru = %{EVRD}

%description l10n-ru
This package contains the localization of LibreOffice in Russian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-shs
Summary:	Secwepemctsin language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-shs
Provides:	LibreOffice-l10n-shs = %{EVRD}

%description l10n-shs
This package contains the localization of LibreOffice in Secwepemctsin.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-si
Summary:	Sinhalese language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-si
Provides:	LibreOffice-l10n-si = %{EVRD}
Suggests:	%{ooname}-help-si = %{EVRD}

%description l10n-si
This package contains the localization of LibreOffice in Sinhalese.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-sk
Summary:	Slovak language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-sk
Requires:	urw-fonts
Requires:	myspell-sk
Requires:	myspell-hyph-sk
Provides:	LibreOffice-l10n-sk = %{EVRD}
Suggests:	%{ooname}-help-sk = %{EVRD}

%description l10n-sk
This package contains the localization of LibreOffice in Slovak.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-sl
Summary:	Slovenian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-sl
Requires:	urw-fonts
Requires:	myspell-sl, myspell-hyph-sl
Provides:	LibreOffice-l10n-sl = %{EVRD}
Suggests:	%{ooname}-help-sl = %{EVRD}

%description l10n-sl
This package contains the localization of LibreOffice in Slovenian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-sr
Summary:	Serbian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-sr
Provides:	LibreOffice-l10n-sr = %{EVRD}

%description l10n-sr
This package contains the localization of LibreOffice in Serbian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-st
Summary:	Sotho language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-st
Provides:	LibreOffice-l10n-st = %{EVRD}

%description l10n-st
This package contains the localization of LibreOffice in Sotho.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ss
Summary:	Swati language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ss
Provides:	LibreOffice-l10n-ss = %{EVRD}

%description l10n-ss
This package contains the localization of LibreOffice in Swati.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-sv
Summary:	Swedish language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-sv
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-sv
Requires:	myspell-hyph-sv
Provides:	LibreOffice-l10n-sv = %{EVRD}
Suggests:	%{ooname}-help-sv = %{EVRD}

%description l10n-sv
This package contains the localization of LibreOffice in Swedish.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ta
Summary:	Tamil language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ta
Requires:	urw-fonts
Provides:	LibreOffice-l10n-ta = %{EVRD}

%description l10n-ta
This package contains the localization of LibreOffice in Tamil.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-te
Summary:	Telugu language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-te
Provides:	LibreOffice-l10n-te = %{EVRD}

%description l10n-te
This package contains the localization of LibreOffice in Telugu.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-th
Summary:	Thai language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-th
Provides:	LibreOffice-l10n-th = %{EVRD}

%description l10n-th
This package contains the localization of LibreOffice in Thai.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-tn
Summary:	Tswana language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-tn
Provides:	LibreOffice-l10n-tn = %{EVRD}

%description l10n-tn
This package contains the localization of LibreOffice in Tswana.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-tr
Summary:	Turkish language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-tr
Requires:	urw-fonts
Provides:	LibreOffice-l10n-tr = %{EVRD}
Suggests:	%{ooname}-help-tr = %{EVRD}

%description l10n-tr
This package contains the localization of LibreOffice in Turkish.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ts
Summary:	Tsonga language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ts
Provides:	LibreOffice-l10n-ts = %{EVRD}

%description l10n-ts
This package contains the localization of LibreOffice in Tsonga.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-uk
Summary:	Ukrainian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-uk
Provides:	LibreOffice-l10n-uk = %{EVRD}
Suggests:	%{ooname}-help-uk = %{EVRD}

%description l10n-uk
This package contains the localization of LibreOffice in Ukrainian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ve
Summary:	Venda language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ve
Provides:	LibreOffice-l10n-ve = %{EVRD}

%description l10n-ve
This package contains the localization of LibreOffice in Venda.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-xh
Summary:	Xhosa language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-xh
Provides:	LibreOffice-l10n-xh = %{EVRD}

%description l10n-xh
This package contains the localization of LibreOffice in Xhosa.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-zh_CN
Summary:	Chinese Simplified language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-zh
Requires:	fonts-ttf-chinese
Provides:	LibreOffice-l10n-zh_CN = %{EVRD}
Suggests:	%{ooname}-help-zh_CN = %{EVRD}

%description l10n-zh_CN
This package contains the localization of LibreOffice in Chinese Simplified.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-zh_TW
Summary:	Chinese Traditional language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-zh
Requires:	fonts-ttf-chinese
Provides:	LibreOffice-l10n-zh_TW = %{EVRD}
Suggests:	%{ooname}-help-zh_TW = %{EVRD}

%description l10n-zh_TW
This package contains the localization of LibreOffice in Chinese
Traditional.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-zu
Summary:	Zulu language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-zu
Requires:	urw-fonts
Requires:	myspell-zu
Provides:	LibreOffice-l10n-zu = %{EVRD}

%description l10n-zu
This package contains the localization of LibreOffice in Zulu.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-bg
Summary:	Bulgarian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-bg = %{EVRD}
Provides:	LibreOffice-help-bg = %{EVRD}

%description help-bg
This package contains the localized help files of LibreOffice in Bulgarian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-bn
Summary:	Bengali help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-bn = %{EVRD}
Provides:	LibreOffice-help-bn = %{EVRD}

%description help-bn
This package contains the localized help files of LibreOffice in Bengali.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-bs
Summary:	Bosnian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-bs = %{EVRD}
Provides:	LibreOffice-help-bs = %{EVRD}

%description help-bs
This package contains the localized help files of LibreOffice in Bosnian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-ca
Summary:	Catalan help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-ca = %{EVRD}
Provides:	LibreOffice-help-ca = %{EVRD}

%description help-ca
This package contains the localized help files of LibreOffice in Catalan.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-cs
Summary:	Czech help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-cs = %{EVRD}
Provides:	LibreOffice-help-cs = %{EVRD}

%description help-cs
This package contains the localized help files of LibreOffice in Czech.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-da
Summary:	Danish help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-da = %{EVRD}
Provides:	LibreOffice-help-da = %{EVRD}

%description help-da
This package contains the localized help files of LibreOffice in Danish.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-de
Summary:	German help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-de = %{EVRD}
Provides:	LibreOffice-help-de = %{EVRD}

%description help-de
This package contains the localized help files of LibreOffice in German.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-dz
Summary:	Dzongkha help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-dz = %{EVRD}
Provides:	LibreOffice-help-dz = %{EVRD}

%description help-dz
This package contains the localized help files of LibreOffice in Dzongkha.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-el
Summary:	Greek help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-el = %{EVRD}
Provides:	LibreOffice-help-el = %{EVRD}

%description help-el
This package contains the localized help files of LibreOffice in Greek.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-en_GB
Summary:	British help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-en_GB = %{EVRD}
Provides:	LibreOffice-help-en_GB = %{EVRD}

%description help-en_GB
This package contains the localized help files of LibreOffice in British.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-en_US
Summary:	American English help for LibreOffice 
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Provides:	LibreOffice-help-en_US = %{EVRD}

%description help-en_US
This package contains the localized help files of LibreOffice
in American English.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-es
Summary:	Spanish help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-es = %{EVRD}
Provides:	LibreOffice-help-es = %{EVRD}

%description help-es
This package contains the localized help files of LibreOffice in Spanish.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-et
Summary:	Estonian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-et = %{EVRD}
Provides:	LibreOffice-help-et = %{EVRD}

%description help-et
This package contains the localized help files of LibreOffice in Estonian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-eu
Summary:	Basque help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-eu = %{EVRD}
Provides:	LibreOffice-help-eu = %{EVRD}

%description help-eu
This package contains the localized help files of LibreOffice in Basque.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-fi
Summary:	Finnish help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-fi = %{EVRD}
Provides:	LibreOffice-help-fi = %{EVRD}

%description help-fi
This package contains the localized help files of LibreOffice in Finnish.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-fr
Summary:	French help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-fr = %{EVRD}
Provides:	LibreOffice-help-fr = %{EVRD}

%description help-fr
This package contains the localized help files of LibreOffice in French.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-gu
Summary:	Gujarati help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-gu = %{EVRD}
Provides:	LibreOffice-help-gu = %{EVRD}

%description help-gu
This package contains the localized help files of LibreOffice in Gujarati.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-gl
Summary:	Galician help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-gl = %{EVRD}
Provides:	LibreOffice-help-gl = %{EVRD}

%description help-gl
This package contains the localized help files of LibreOffice in Galician.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-he
Summary:	Hebrew help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-he = %{EVRD}
Provides:	LibreOffice-help-he = %{EVRD}

%description help-he
This package contains the localized help files of LibreOffice in Hebrew.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-hi
Summary:	Hindi help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-hi = %{EVRD}
Provides:	LibreOffice-help-hi = %{EVRD}

%description help-hi
This package contains the localized help files of LibreOffice in Hindi.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-hr
Summary:	Croatian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-hr = %{EVRD}
Provides:	LibreOffice-help-hr = %{EVRD}

%description help-hr
This package contains the localized help files of LibreOffice in Croatian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-hu
Summary:	Hungarian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-hu = %{EVRD}
Provides:	LibreOffice-help-hu = %{EVRD}

%description help-hu
This package contains the localized help files of LibreOffice in Hungarian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-it
Summary:	Italian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-it = %{EVRD}
Provides:	LibreOffice-help-it = %{EVRD}

%description help-it
This package contains the localized help files of LibreOffice in Italian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-ja
Summary:	Japanese help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-ja = %{EVRD}
Provides:	LibreOffice-help-ja = %{EVRD}

%description help-ja
This package contains the localized help files of LibreOffice in Japanese.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-ko
Summary:	Korean help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-ko = %{EVRD}
Provides:	LibreOffice-help-ko = %{EVRD}

%description help-ko
This package contains the localized help files of LibreOffice in Korean.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-mk
Summary:	Macedonian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-mk = %{EVRD}
Provides:	LibreOffice-help-mk = %{EVRD}

%description help-mk
This package contains the localized help files of LibreOffice in Macedonian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-nb
Summary:	Norwegian Bokmal help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-nb = %{EVRD}
Provides:	LibreOffice-help-nb = %{EVRD}

%description help-nb
This package contains the localized help files of LibreOffice in Norwegian
Bokmal.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-nl
Summary:	Dutch help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-nl = %{EVRD}
Provides:	LibreOffice-help-nl = %{EVRD}

%description help-nl
This package contains the localized help files of LibreOffice in Dutch.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-nn
Summary:	Norwegian Nynorsk help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-nn = %{EVRD}
Provides:	LibreOffice-help-nn = %{EVRD}

%description help-nn
This package contains the localized help files of LibreOffice in Norwegian
Nynorsk.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-pl
Summary:	Polish help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-pl = %{EVRD}
Provides:	LibreOffice-help-pl = %{EVRD}

%description help-pl
This package contains the localized help files of LibreOffice in Polish.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-pt
Summary:	Portuguese help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-pt = %{EVRD}
Provides:	LibreOffice-help-pt = %{EVRD}

%description help-pt
This package contains the localized help files of LibreOffice in Portuguese.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-pt_BR
Summary:	Portuguese Brazilian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-pt_BR = %{EVRD}
Provides:	LibreOffice-help-pt_BR = %{EVRD}

%description help-pt_BR
This package contains the localized help files of LibreOffice in Portuguese
Brazilian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-ru
Summary:	Russian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-ru = %{EVRD}
Provides:	LibreOffice-help-ru = %{EVRD}

%description help-ru
This package contains the localized help files of LibreOffice in Russian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-si
Summary:	Sinhalese help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-si = %{EVRD}
Provides:	LibreOffice-help-si = %{EVRD}

%description help-si
This package contains the localized help files of LibreOffice in Sinhalese.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-sk
Summary:	Slovak help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-sk = %{EVRD}
Provides:	LibreOffice-help-sk = %{EVRD}

%description help-sk
This package contains the localized help files of LibreOffice in Slovak.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-sl
Summary:	Slovenian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-sl = %{EVRD}
Provides:	LibreOffice-help-sl = %{EVRD}

%description help-sl
This package contains the localized help files of LibreOffice in Slovenian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-sv
Summary:	Swedish help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-sv = %{EVRD}
Provides:	LibreOffice-help-sv = %{EVRD}

%description help-sv
This package contains the localized help files of LibreOffice in Swedish.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-tr
Summary:	Turkish help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-tr = %{EVRD}
Provides:	LibreOffice-help-tr = %{EVRD}

%description help-tr
This package contains the localized help files of LibreOffice in Turkish.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-uk
Summary:	Ukrainian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-uk = %{EVRD}
Provides:	LibreOffice-help-uk = %{EVRD}

%description help-uk
This package contains the localized help files of LibreOffice in Ukrainian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-zh_CN
Summary:	Chinese Simplified help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-zh_CN = %{EVRD}
Provides:	LibreOffice-help-zn_CN = %{EVRD}

%description help-zh_CN
This package contains the localized help files of LibreOffice in Chinese
Simplified.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-zh_TW
Summary:	Chinese Traditional help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-zh_TW = %{EVRD}
Provides:	LibreOffice-help-zn_CT = %{EVRD}

%description help-zh_TW
This package contains the localized help files of LibreOffice in Chinese
Traditional.
%endif

#----------------------------------------------------------------------------

%package templates-common
Summary:	Files used by LibreOffice templates
Group:		Office

%description templates-common
Files used by LibreOffice templates.

%files templates-common
%{ooodir}/share/template/common/dummy_common_templates.txt
%{ooodir}/share/template/common/educate
%{ooodir}/share/template/common/finance
%{ooodir}/share/template/common/forms
%{ooodir}/share/template/common/labels
%{ooodir}/share/template/common/layout/31407-squares.otp
%{ooodir}/share/template/common/layout/Blue*.otp
%{ooodir}/share/template/common/layout/Cool_Space.otp
%{ooodir}/share/template/common/layout/Cubes.otp
%{ooodir}/share/template/common/layout/Doppellinie-blau.otp
%{ooodir}/share/template/common/layout/EarthLight.otp
%{ooodir}/share/template/common/layout/Girasoles.otp
%{ooodir}/share/template/common/layout/Glossy.otp
%{ooodir}/share/template/common/layout/Green.otp
%{ooodir}/share/template/common/layout/Grey.otp
%{ooodir}/share/template/common/layout/Hatch.otp
%{ooodir}/share/template/common/layout/Human.otp
%{ooodir}/share/template/common/layout/Infantil.otp
%{ooodir}/share/template/common/layout/Lamp.otp
%{ooodir}/share/template/common/layout/Lay_grafity.otp
%{ooodir}/share/template/common/layout/Lay_wood.otp
%{ooodir}/share/template/common/layout/Marble.otp
%{ooodir}/share/template/common/layout/MediaStyle.otp
%{ooodir}/share/template/common/layout/Mondo*.otp
%{ooodir}/share/template/common/layout/Movie.otp
%{ooodir}/share/template/common/layout/NavyBlue.otp
%{ooodir}/share/template/common/layout/Notepad.otp
%{ooodir}/share/template/common/layout/Openblue.otp
%{ooodir}/share/template/common/layout/Orange.otp
%{ooodir}/share/template/common/layout/PhotoFrame.otp
%{ooodir}/share/template/common/layout/Plantillafiesta.otp
%{ooodir}/share/template/common/layout/Praesentation_Radial_*.otp
%{ooodir}/share/template/common/layout/Quadratisch*.otp
%{ooodir}/share/template/common/layout/RedStar.otp
%{ooodir}/share/template/common/layout/Sidepanel_*.otp
%{ooodir}/share/template/common/layout/Solar.otp
%{ooodir}/share/template/common/layout/Soleil.otp
%{ooodir}/share/template/common/layout/Sunburst.otp
%{ooodir}/share/template/common/layout/Worldwide*.otp
%{ooodir}/share/template/common/layout/abstract*.otp
%{ooodir}/share/template/common/layout/aquarius.otp
%{ooodir}/share/template/common/layout/blau.otp
%{ooodir}/share/template/common/layout/blue-elegance.otp
%{ooodir}/share/template/common/layout/blue.otp
%{ooodir}/share/template/common/layout/carton.otp
%{ooodir}/share/template/common/layout/chalkboard*.otp
%{ooodir}/share/template/common/layout/circulos_*.otp
%{ooodir}/share/template/common/layout/citrus-e.otp
%{ooodir}/share/template/common/layout/compladients.otp
%{ooodir}/share/template/common/layout/cross_*.otp
%{ooodir}/share/template/common/layout/edge-*.otp
%{ooodir}/share/template/common/layout/education-*.otp
%{ooodir}/share/template/common/layout/emotion.otp
%{ooodir}/share/template/common/layout/emotion2.otp
%{ooodir}/share/template/common/layout/eos.otp
%{ooodir}/share/template/common/layout/exec-??.otp
%{ooodir}/share/template/common/layout/fields-of-peace.otp
%{ooodir}/share/template/common/layout/fresh-morning.otp
%{ooodir}/share/template/common/layout/glowing-rectangles.otp
%{ooodir}/share/template/common/layout/golthia.otp
%{ooodir}/share/template/common/layout/green-concentration.otp
%{ooodir}/share/template/common/layout/greenish-wallpaper.otp
%{ooodir}/share/template/common/layout/holiday-*.otp
%{ooodir}/share/template/common/layout/humanist_presentation.otp
%{ooodir}/share/template/common/layout/inspire-*.otp
%{ooodir}/share/template/common/layout/kde.otp
%{ooodir}/share/template/common/layout/keynote.otp
%{ooodir}/share/template/common/layout/letterpress.otp
%{ooodir}/share/template/common/layout/line_*.otp
%{ooodir}/share/template/common/layout/list.txt
%{ooodir}/share/template/common/layout/macos103.otp
%{ooodir}/share/template/common/layout/moebius-strip.otp
%{ooodir}/share/template/common/layout/more-green.otp
%{ooodir}/share/template/common/layout/ooo2.otp
%{ooodir}/share/template/common/layout/ooo2_spot.otp
%{ooodir}/share/template/common/layout/openoffice.org_gulls.otp
%{ooodir}/share/template/common/layout/perspective-*.otp
%{ooodir}/share/template/common/layout/reo-veo*.otp
%{ooodir}/share/template/common/layout/schatten_*.otp
%{ooodir}/share/template/common/layout/science-*.otp
%{ooodir}/share/template/common/layout/sedi.otp
%{ooodir}/share/template/common/layout/standard-*.otp
%{ooodir}/share/template/common/layout/sun.otp
%{ooodir}/share/template/common/layout/texture-*.jpg.otp
%{ooodir}/share/template/common/layout/vortrag_*.otp
%{ooodir}/share/template/common/misc
%{ooodir}/share/template/common/officorr
%{ooodir}/share/template/common/offimisc
%{ooodir}/share/template/common/personal
%{ooodir}/share/template/common/presnt

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-cs
Summary:	Czech templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-cs
Czech templates for LibreOffice.

%files templates-cs
%{ooodir}/share/template/cs
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-de
Summary:	German templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-de
German templates for LibreOffice.

%files templates-de
%{ooodir}/share/template/de
%{ooodir}/share/extensions/Sun_ODF_Template_Pack_de
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-en_US
Summary:	US English templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-en_US
US English templates for LibreOffice.

%files templates-en_US
%{ooodir}/share/template/en-US
%{ooodir}/share/extensions/Sun_ODF_Template_Pack_en-US
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-es
Summary:	Spanish templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-es
Spanish templates for LibreOffice.

%files templates-es
%{ooodir}/share/template/es
%{ooodir}/share/extensions/Sun_ODF_Template_Pack_es
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-fi
Summary:	Finnish templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-fi
Finnish templates for LibreOffice.

%files templates-fi
%{ooodir}/share/template/fi
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-fr
Summary:	French templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-fr
French templates for LibreOffice.

%files templates-fr
%{ooodir}/share/template/fr
%{ooodir}/share/extensions/Sun_ODF_Template_Pack_fr
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-hu
Summary:	Hungarian templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-hu
Hungarian templates for LibreOffice.

%files templates-hu
%{ooodir}/share/template/hu
%{ooodir}/share/extensions/Sun_ODF_Template_Pack_hu
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-it
Summary:	Italian templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-it
Italian templates for LibreOffice.

%files templates-it
%{ooodir}/share/template/it
%{ooodir}/share/extensions/Sun_ODF_Template_Pack_it
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-ja
Summary:	Japanese templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-ja
Japanese templates for LibreOffice.

%files templates-ja
%{ooodir}/share/template/ja
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-nl
Summary:	Dutch templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-nl
Dutch templates for LibreOffice.

%files templates-nl
%{ooodir}/share/template/nl
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-pl
Summary:	Polish templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-pl
Polish templates for LibreOffice.

%files templates-pl
%{ooodir}/share/template/pl
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-pt_BR
Summary:	Brazilian Portuguese templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-pt_BR
Brazilian Portuguese templates for LibreOffice.

%files templates-pt_BR
%{ooodir}/share/template/pt-BR
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-sv
Summary:	Swedish templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-sv
Swedish templates for LibreOffice.

%files templates-sv
%{ooodir}/share/template/sv
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-tr
Summary:	Turkish templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-tr
Turkish templates for LibreOffice.

%files templates-tr
%{ooodir}/share/template/tr
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-zh_CN
Summary:	Simplified Chinese templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-zh_CN
Simplified Chinese templates for LibreOffice.

%files templates-zh_CN
%{ooodir}/share/template/zh-CN
%endif

#----------------------------------------------------------------------------

%prep
%setup -q -c -a 1 -a 2 -a 3
rm -rf git-hooks */git-hooks
for a in */*; do mv `pwd`/$a .; done

#ant
%if %{javaless}
tar -xjvf %{SOURCE20}
%endif
%apply_patches

# to make the friggin cppunit tests work
mkdir -p ~/tmp
chmod 777 ~/tmp

%build

# Workaround for bug http://qa.mandriva.com/show_bug.cgi?id=27771
# if [ -z $QTDIR ]; then
# . /etc/profile.d/60qt4.sh
# fi
export QT4DIR=%{_libdir}/qt4
%ifarch X86_64 
	export QT4INC=/usr/lib/qt4/include
%else
	export QT4INC=%{_libdir}/qt4/include
%endif 
export QT4LIB=%{_libdir}/qt4/lib

export KDE4DIR=%{_libdir}/kde4
%ifarch X86_64 
	export KDE4INC=/usr/lib/kde4/include
%else
	export KDE4INC=%{_libdir}/kde4/include
%endif 
export KDE4LIB=%{_libdir}/kde4/lib

export LC_ALL=en_US.UTF-8
export LANG=en_US

%if !%{with icecream}
# sbin due to icu stuff there
#PATH=/bin:/usr/bin:/usr/X11R6/bin:$QTPATH:/usr/sbin:$PATH
PATH=$PATH:/usr/sbin
export PATH
%endif

%if %{with ccache}
export CCACHE_DIR=%{ccachedir}
%endif

export ARCH_FLAGS="%{optflags} -fno-omit-frame-pointer -fno-strict-aliasing"
export ARCH_FLAGS_CC="%{optflags} -fno-omit-frame-pointer -fno-strict-aliasing"
export ARCH_FLAGS_CXX="%{optflags} -fno-omit-frame-pointer -fno-strict-aliasing -fpermissive -fvisibility-inlines-hidden"
export ARCH_FLAGS_OPT="%{optflags} -O2"
# Workaround for abf builds running out of memory
export ARCH_FLAGS_CC="$ARCH_FLAGS_CC -g0"
export ARCH_FLAGS_CXX="$ARCH_FLAGS_CC -g0"

echo "Configure start at: "`date` >> ooobuildtime.log 

touch autogen.lastrun
%configure2_5x \
	%{?_smp_mflags:--with-parallelism="`getconf _NPROCESSORS_ONLN`"} \
	--with-vendor=ROSA \
	--with-build-version="ROSA %{version}-%{release}" \
	--disable-fetch-external \
	--enable-gstreamer-0.10 \
	--disable-gstreamer \
	--enable-release-build \
	--disable-kde \
	--enable-kde4 \
	--enable-lockdown \
	--enable-opengl \
	--disable-firebird-sdbc \
	--enable-eot \
	--enable-odk \
	--enable-split-app-modules \
	--enable-split-opt-features \
	--enable-telepathy \
	--enable-extra-gallery \
	--enable-extra-template \
	--with-sun-templates \
	--without-fonts \
	--without-junit \
%if %{javaless}
	--with-ant-home="%{antpath}" \
# %else
#	--with-system-hsqldb \
%endif
	--with-lang="%{langs}" \
	--without-myspell-dicts \
	--with-system-dicts \
	--with-help \
	--with-external-dict-dir=%{_datadir}/dict/ooo \
	--with-external-hyph-dir=%{_datadir}/dict/ooo \
	--with-external-thes-dir=%{_datadir}/dict/ooo \
	--with-system-libs \
	--with-system-ucpp \
	--enable-ext-watch-window \
	--enable-ext-diagram \
	--enable-ext-validator \
	--enable-ext-barcode \
	--enable-ext-ct2n \
	--enable-ext-numbertext \
	--enable-ext-hunart \
	--enable-ext-typo \
	--enable-ext-google-docs \
	--enable-ext-nlpsolver \
	--enable-ext-languagetool \
	--enable-ext-wiki-publisher \
	--enable-verbose \
	--enable-hardlink-deliver \
	--enable-ext-mariadb-connector \
%if %{with ccache} && !%{with icecream}
	--with-gcc-speedup=ccache \
%else
 %if !%{with ccache} && %{with icecream}
	--with-gcc-speedup=icecream \
	--with-max-jobs=10 \
	--with-icecream-bindir=%{_libdir}/icecc/bin
 %else
  %if %{with ccache} && %{with icecream}
	--with-gcc-speedup=ccache,icecream \
	--with-max-jobs=10 \
	--with-icecream-bindir=%{_libdir}/icecc/bin
  %endif
 %endif
%endif

sed -i -e "s,\$ENV{'MD5SUM'},md5sum,g" solenv/bin/modules/installer/systemactions.pm solenv/bin/modules/installer.pm

echo "Configure end at: "`date` >> ooobuildtime.log 
echo "Make start at: "`date` >> ooobuildtime.log 

# some configs to improve build process
# http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org
# needs to check if it does any effect
export nodep=TRUE
export NO_HIDS=TRUE 
export MAXPROCESS=4 

mkdir -p external/tarballs
ln -sf %{SOURCE2} external/tarballs/
ln -sf %{SOURCE3} external/tarballs/
cp %{SOURCE4} external/tarballs/
ln -sf %{SOURCE33} external/tarballs/
ln -sf %{SOURCE34} external/tarballs/
ln -sf %{SOURCE35} external/tarballs/
ln -sf %{SOURCE36} external/tarballs/
ln -sf %{SOURCE37} external/tarballs/

ln -sf %{SOURCE40} external/tarballs/

ln -sf %{SOURCE50} external/tarballs/
ln -sf %{SOURCE51} external/tarballs/
ln -sf %{SOURCE52} external/tarballs/
ln -sf %{SOURCE53} external/tarballs/
ln -sf %{SOURCE54} external/tarballs/
ln -sf %{SOURCE55} external/tarballs/
ln -sf %{SOURCE56} external/tarballs/
ln -sf %{SOURCE57} external/tarballs/
ln -sf %{SOURCE58} external/tarballs/
ln -sf %{SOURCE59} external/tarballs/
ln -sf %{SOURCE60} external/tarballs/
ln -sf %{SOURCE61} external/tarballs/
ln -sf %{SOURCE62} external/tarballs/
ln -sf %{SOURCE63} external/tarballs/
ln -sf %{SOURCE64} external/tarballs/
ln -sf %{SOURCE65} external/tarballs/
ln -sf %{SOURCE66} external/tarballs/
ln -sf %{SOURCE67} external/tarballs/
ln -sf %{SOURCE68} external/tarballs/
ln -sf %{SOURCE69} external/tarballs/
ln -sf %{SOURCE70} external/tarballs/
ln -sf %{SOURCE71} external/tarballs/
ln -sf %{SOURCE72} external/tarballs/

touch external/tarballs/.downloaded

# (tpg) silent output to reduce memory and free space 
# We use make build here because the default target is "allandcheck".
# Checking should go to check

make -r -s V=0 \
	ARCH_FLAGS="$ARCH_FLAGS" \
	ARCH_FLAGS_CC="$ARCH_FLAGS_CC" \
	ARCH_FLAGS_CXX="$ARCH_FLAGS_CXX" \
	ARCH_FLAGS_OPT="$ARCH_FLAGS_OPT" \
	build

echo "Make end at: "`date` >> ooobuildtime.log 
echo "Install start at: "`date` >> ooobuildtime.log 

%check
# FIXME enable once the connection failures in firebird and hsqldb are fixed
# make check

%install
# sbin due to icu stuff there
PATH=$PATH:/usr/sbin

make DESTDIR=%{buildroot} distro-pack-install
rm -rf %{buildroot}/opt

# Mandriva Rosa icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/scalable/apps/
tar -xjvf %{SOURCE10} --exclude Libre_Office* -C %{buildroot}%{_iconsdir}/hicolor/scalable/apps/

sed -i 's/^Icon=.*$/Icon=mandriva-rosa-lo-calc_72/'    %{buildroot}%{ooodir}/share/xdg/calc.desktop
sed -i 's/^Icon=.*$/Icon=mandriva-rosa-lo-writer_72/'  %{buildroot}%{ooodir}/share/xdg/writer.desktop
sed -i 's/^Icon=.*$/Icon=mandriva-rosa-lo-impress_72/' %{buildroot}%{ooodir}/share/xdg/impress.desktop
sed -i 's/^Icon=.*$/Icon=mandriva-rosa-lo-draw_72/'    %{buildroot}%{ooodir}/share/xdg/draw.desktop
sed -i 's/^Icon=.*$/Icon=mandriva-rosa-lo-base_72/'    %{buildroot}%{ooodir}/share/xdg/base.desktop
sed -i 's/^Icon=.*$/Icon=mandriva-rosa-lo-math_72/'    %{buildroot}%{ooodir}/share/xdg/math.desktop
sed -i 's/^Icon=.*$/Icon=mandriva-rosa-lo_72/'         %{buildroot}%{ooodir}/share/xdg/startcenter.desktop

# some genius committed commit log files...
rm %{buildroot}%{ooodir}/share/template/common/svn-commit*.tmp

# fix permissions for stripping
find %{buildroot} -type f -exec chmod u+rw '{}' \;

# fix permission of .so libraries
find %{buildroot} -type f \( -name '*.so' -o -name '*.so.*' \) -exec chmod a+x '{}' \;


# Change progress bar colors
sed -i '/^ProgressBarColor/d;/^ProgressFrameColor/d' \
	%{buildroot}%{ooodir}/program/sofficerc
echo 'ProgressBarColor=68,135,223' >> %{buildroot}%{ooodir}/program/sofficerc
echo 'ProgressFrameColor=112,171,229' >> %{buildroot}%{ooodir}/program/sofficerc

#dev300 fix position and size
sed -i '/^ProgressPosition/d;/^ProgressSize/d' \
	%{buildroot}%{ooodir}/program/sofficerc
echo 'ProgressPosition=10,307' >> %{buildroot}%{ooodir}/program/sofficerc
echo 'ProgressSize=377,9' >> %{buildroot}%{ooodir}/program/sofficerc

# common shouldn't depend on writer...
# but common does depend on libswdlo.so
grep libswdlo.so file-lists/writer_list.txt >>file-lists/common_list.txt
sed -i -e '/libswdlo.so/d' file-lists/writer_list.txt

## Installation fixes
## remove fix wrong manpages files, extension gz->xz
for p in common base calc writer impress draw math; do
	sed -i '/^.*man.*\.gz$/d' file-lists/${p}_list.txt 
done;

## drop GTK dependency from -common
sed -i -e '/^.*pluginapp.bin$/d' file-lists/core_list.txt
echo '%{ooodir}/program/pluginapp.bin' >>file-lists/gnome_list.txt

## sort removing duplicates
sort -u file-lists/gnome_list.txt > file-lists/gnome_list.uniq.sorted.txt 
sort -u file-lists/sdk_list.txt   > file-lists/sdk_list.uniq.sorted.txt 

# Fix weirdo filenames wreaking havoc because they're regular expressions
sed -i -e 's/\[/?/g;s/\]/?/g' file-lists/sdk*.txt

## styles have their own packages
for i in oxygen galaxy crystal hicontrast tango; do
	sed -i "/^.*images_$i\.zip$/d" file-lists/common_list.txt 
done
# galaxy style too
sed -i "/^.*images\.zip$/d" file-lists/common_list.txt 

## Split help
cd file-lists
for i in lang_*.txt; do
	grep /help/ $i >${i/lang/help} || touch ${i/lang/help}
	sed -i -e '/\/help\//d' $i
done
cd ..

# Split gallery
grep /share/gallery/ file-lists/common_list.txt >file-lists/gallery_list.txt
sed -i -e '/\/share\/gallery\//d' file-lists/common_list.txt
# We catch those in a regex to catch Sun Template extras
sed -i -e '/gallery\/sg[0-9]*\..*/d' file-lists/gallery_list.txt

## merge en-US with common
cat file-lists/lang_en_US_list.txt >> file-lists/common_list.txt
## merge dtd with common
cat file-lists/dtd_list.txt >> file-lists/common_list.txt
sort -u file-lists/common_list.txt >  file-lists/common_list.uniq.sorted.txt
cat file-lists/common_list.uniq.sorted.txt >>file-lists/core_list.txt

## make sure we don't have duplicate files in core
sort -u file-lists/core_list.txt > file-lists/core_list.uniq.sorted.txt
cat file-lists/core_list.uniq.sorted.txt > file-lists/core_list.txt

egrep -v "libreoffice/share/xdg/(base|calc|draw|impress|math|writer)" file-lists/core_list.txt > file-lists/core_list.uniq.sorted.txt
cat file-lists/core_list.uniq.sorted.txt > file-lists/core_list.txt

# files for help-* and l10n-* packages
%if %{with l10n}
%{expand:%(for i in %{langs}; do
	[ "$i" = "en-US" ] && continue;
	i=`echo $i |sed -e 's,-,_,g'`;
	[ "$i" = "sh" ] && echo "%%files l10n-shs -f file-lists/lang_${i}_list.txt" || echo "%%files l10n-$i -f file-lists/lang_${i}_list.txt";
done)}

%{expand:%(for i in %{helplangs}; do
	l=`echo $i |sed -e 's,-,_,g'`;
	echo "%%files help-$l -f file-lists/help_${l}_list.txt";
	echo "%%{_libdir}/libreoffice/help/$i";
done)}
%endif

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17368 |14mr|libreport-2.0.10-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{!?python_site: %define python_site %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
# platform-dependent
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%define _disable_ld_no_undefined 1
%define Werror_cflags %nil

%define _with_tests 0

Summary:	Generic library for reporting various problems
Name:		libreport
Version:	2.0.10
Release:	9
License:	GPLv2+
Group:		System/Libraries
Url:		https://fedorahosted.org/abrt/
Source0:	https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
Patch0:		libreport-2.0.9-add-mandriva-support.patch
Patch1:		libreport-2.0.8-link.patch
Patch2:		libreport-2.0.8-rpm5.patch
Patch3:		libreport-2.0.10-add-filename-cgroup.patch
Patch4:		libreport-2.0.9-json-c.patch

BuildRequires:	asciidoc
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-style-xsl
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	texinfo
BuildRequires:	xmlto
BuildRequires:	libtar-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libnewt)
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(xmlrpc)
BuildRequires:	pkgconfig(json-c)
Requires:	libreport-filesystem
Requires:	libreport-python = %{version}-%{release}

%description
Libraries providing API for reporting different problems in applications
to different bug targets like Bugzilla, ftp, trac, etc...

%files -f %{name}.lang
%doc README COPYING
%config(noreplace) %{_sysconfdir}/%{name}/report_event.conf
%{_mandir}/man5/report_event.conf.5*
%{_sysconfdir}/%{name}/forbidden_words.conf
%{_sysconfdir}/%{name}/plugins/mailx.conf


#--------------------------------------------------------------------

%define lib_major_dbus 0
%define libname_dbus %mklibname report-abrt_dbus %{lib_major_dbus}

%package -n %{libname_dbus}
Summary:	GTK front-end for libreport
Group:		System/Libraries

%description -n %{libname_dbus}
Applications for reporting bugs using libreport backend

%files -n %{libname_dbus}
%{_libdir}/libabrt_dbus.so.%{lib_major_dbus}*

#--------------------------------------------------------------------

%define lib_major_web 0
%define libname_web %mklibname report-abrt_web %{lib_major_web}

%package -n %{libname_web}
Summary:	GTK front-end for libreport
Group:		System/Libraries

%description -n %{libname_web}
Applications for reporting bugs using libreport backend

%files -n %{libname_web}
%{_libdir}/libabrt_web.so.%{lib_major_web}*

#--------------------------------------------------------------------

%define lib_major 0
%define libname %mklibname report %{lib_major}

%package -n %{libname}
Summary:	GTK front-end for libreport
Group:		System/Libraries

%description -n %{libname}
Applications for reporting bugs using libreport backend

%files -n %{libname}
%{_libdir}/libreport.so.%{lib_major}*

#--------------------------------------------------------------------

%package filesystem
Summary:	Filesystem layout for libreport
Group:		File tools

%description filesystem
Filesystem layout for libreport

%files filesystem
%dir %{_sysconfdir}/%{name}/
%dir %{_sysconfdir}/%{name}/events.d/
%dir %{_sysconfdir}/%{name}/events/
%dir %{_sysconfdir}/%{name}/plugins/

#--------------------------------------------------------------------

%define lib_name_devel %mklibname report -d

%package -n %{lib_name_devel}
Summary:	Development libraries and headers for libreport
Group:		Development/C
Requires:	libreport = %{version}-%{release}
Requires:	%{libname_dbus} = %{version}-%{release}
Requires:	%{libname_web} = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{lib_name_devel}
Development libraries and headers for libreport

%files -n %{lib_name_devel}
# Public api headers:
%{_includedir}/libreport/client.h
%{_includedir}/libreport/dump_dir.h
%{_includedir}/libreport/event_config.h
%{_includedir}/libreport/problem_data.h
%{_includedir}/libreport/report.h
%{_includedir}/libreport/run_event.h
# Private api headers:
%{_includedir}/libreport/internal_abrt_dbus.h
%{_includedir}/libreport/internal_libreport.h
%{_libdir}/libreport.so
%{_libdir}/libabrt_dbus.so
%{_libdir}/pkgconfig/libreport.pc
%dir %{_includedir}/libreport

#--------------------------------------------------------------------

%package python
Summary:	Python bindings for report-libs
# Is group correct here? -
Group:		System/Libraries
Requires:	libreport = %{version}-%{release}
Provides:	report = 0.23-1
Obsoletes:	report < 0.23-1

%description python
Python bindings for report-libs.

%files python
%{python_sitearch}/report/*
%{python_sitearch}/reportclient/*

#--------------------------------------------------------------------

%package cli
Summary:	%{name}'s command line interface
Group:		Graphical desktop/Other 
Requires:	%{name} = %{version}-%{release}

%description cli
This package contains simple command line tool for working
with problem dump reports

%files cli
%{_bindir}/report-cli
%{_mandir}/man1/report-cli.1.*

#--------------------------------------------------------------------

%package newt
Summary:	%{name}'s newt interface
Group:		Graphical desktop/Other 
Requires:	%{name} = %{version}-%{release}
Provides:	report-newt = 0.23-1
Obsoletes:	report-newt < 0.23-1

%description newt
This package contains a simple newt application for reporting
bugs

%files newt
%{_bindir}/report-newt

#--------------------------------------------------------------------

%package gtk
Summary:	GTK front-end for libreport
Group:		Graphical desktop/GNOME
Requires:	libreport = %{version}-%{release}
Provides:	report-gtk = 0.23-1
Obsoletes:	report-gtk < 0.23-1

%description gtk
Applications for reporting bugs using libreport backend

%files gtk
%{_bindir}/report-gtk

#--------------------------------------------------------------------

%define lib_major_gtk 0
%define libname_gtk %mklibname report-gtk %{lib_major_gtk}

%package -n %{libname_gtk}
Summary:	GTK front-end for libreport
Group:		System/Libraries

%description -n %{libname_gtk}
Applications for reporting bugs using libreport backend

%files -n %{libname_gtk}
%{_libdir}/libreport-gtk.so.%{lib_major_gtk}*

#--------------------------------------------------------------------

%define lib_namegtk_devel %mklibname report-gtk -d

%package -n %{lib_namegtk_devel}
Summary:	Development libraries and headers for libreport
Group:		Development/GNOME and GTK+ 
Requires:	libreport-gtk = %{version}-%{release}
Requires:	%{libname_gtk} = %{version}-%{release}
Provides:	%{name}-gtk-devel = %{version}-%{release}

%description -n %{lib_namegtk_devel}
Development libraries and headers for libreport-gtk

%files -n %{lib_namegtk_devel}
%{_libdir}/libreport-gtk.so
%{_includedir}/libreport/internal_libreport_gtk.h
%{_libdir}/pkgconfig/libreport-gtk.pc

#--------------------------------------------------------------------

%package plugin-kerneloops
Summary:	%{name}'s kerneloops reporter plugin
Group:		System/Libraries
Requires:	curl
Requires:	%{name} = %{version}-%{release}

%description plugin-kerneloops
This package contains plugin which sends kernel crash information to specified
server, usually to kerneloops.org.

%files plugin-kerneloops
%{_sysconfdir}/libreport/events/report_Kerneloops.xml
%{_mandir}/man*/reporter-kerneloops.*
%{_bindir}/reporter-kerneloops

#--------------------------------------------------------------------

%package plugin-logger
Summary:	%{name}'s logger reporter plugin
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}
Obsoletes:	abrt-plugin-logger < 2.0.4
Provides:	report-plugin-localsave = 0.23-1
Obsoletes:	report-plugin-localsave < 0.23-1
Provides:	report-config-localsave = 0.23-1
Obsoletes:	report-config-localsave < 0.23-1

%description plugin-logger
The simple reporter plugin which writes a report to a specified file.

%files plugin-logger
%{_sysconfdir}/libreport/events/report_Logger.conf
%{_sysconfdir}/libreport/events/report_Logger.xml
%config(noreplace) %{_sysconfdir}/libreport/events.d/print_event.conf
%{_bindir}/reporter-print
%{_mandir}/man*/reporter-print.*

#--------------------------------------------------------------------

%package plugin-mailx
Summary:	%{name}'s mailx reporter plugin
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}
Requires:	mailx
Obsoletes:	abrt-plugin-mailx < 2.0.4

%description plugin-mailx
The simple reporter plugin which sends a report via mailx to a specified
email address.

%files plugin-mailx
%{_sysconfdir}/libreport/events/report_Mailx.xml
%config(noreplace) %{_sysconfdir}/libreport/events.d/mailx_event.conf
%{_mandir}/man*/reporter-mailx.*
%{_bindir}/reporter-mailx

#--------------------------------------------------------------------

%package plugin-bugzilla
Summary:	%{name}'s bugzilla plugin
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}
Obsoletes:	abrt-plugin-bugzilla < 2.0.4
Provides:	report-plugin-bugzilla = 0.23-1
Obsoletes:	report-plugin-bugzilla < 0.23-1
Provides:	report-config-bugzilla-redhat-com = 0.23-1
Obsoletes:	report-config-bugzilla-redhat-com < 0.23-1

%description plugin-bugzilla
Plugin to report bugs into the bugzilla.

%files plugin-bugzilla
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla.conf
%{_sysconfdir}/libreport/events/report_Bugzilla.xml
%config(noreplace) %{_sysconfdir}/libreport/events/report_Bugzilla.conf
%config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_event.conf
# FIXME: remove with the old gui
%{_mandir}/man1/reporter-bugzilla.1.*
%{_bindir}/reporter-bugzilla

#--------------------------------------------------------------------

%package plugin-bodhi
Summary:	%{name}'s bodhi plugin
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}
Requires:	packagekit
BuildRequires:	rpm-devel

%description plugin-bodhi
Search for a new updates in bodhi server

%files plugin-bodhi
%{_bindir}/abrt-bodhi
%{_mandir}/man1/abrt-bodhi.1.*

#--------------------------------------------------------------------

%package compat
Summary:	%{name}'s compat layer for obsoleted 'report' package
Group:		System/Libraries
Requires:	%{name}-plugin-bugzilla

%description compat
Provides 'report' command-line tool.

%files compat
%{_bindir}/report
%{_mandir}/man1/report.1.*

#--------------------------------------------------------------------

%package plugin-reportuploader
Summary:	%{name}'s reportuploader plugin
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}
Obsoletes:	abrt-plugin-reportuploader < 2.0.4
Provides:	report-plugin-ftp = 0.23-1
Obsoletes:	report-plugin-ftp < 0.23-1
Provides:	report-config-ftp = 0.23-1
Obsoletes:	report-config-ftp < 0.23-1
Provides:	report-plugin-scp = 0.23-1
Obsoletes:	report-plugin-scp < 0.23-1
Provides:	report-config-scp = 0.23-1
Obsoletes:	report-config-scp < 0.23-1

%description plugin-reportuploader
Plugin to report bugs into anonymous FTP site associated with ticketing system.

%files plugin-reportuploader
%{_mandir}/man*/reporter-upload.*
%{_bindir}/reporter-upload
%{_sysconfdir}/libreport/events/report_Uploader.xml
%config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches
sed -i -e 's!-Werror!-Wno-deprecated!' configure{.ac,} */*/Makefile*
%define Werror_cflags %nil
autoreconf -fi
intltoolize -f

%build
%configure2_5x \
	--disable-static \
	--enable-gtk3
CFLAGS="-fno-strict-aliasing"
%make

%install
%makeinstall_std mandir=%{_mandir}
%find_lang %{name}

mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/events.d/
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/events/

# After everything is installed, remove info dir
rm -f %{buildroot}%{_infodir}/dir

rm -f %{buildroot}%{_sysconfdir}/libreport/plugins/rhtsupport.conf
rm -f %{buildroot}%{_sysconfdir}/libreport/events/report_RHTSupport.xml
rm -f %{buildroot}%{_sysconfdir}/libreport/events.d/rhtsupport_event.conf
rm -f %{buildroot}%{_mandir}/man1/reporter-rhtsupport.1.*
rm -f %{buildroot}%{_mandir}/man1/reporter-rhtsupport.1.xz
rm -f %{buildroot}%{_bindir}/reporter-rhtsupport

rm -f %{buildroot}%{_libdir}/libabrt_web.so
rm -f %{buildroot}%{_mandir}/man1/reporter-rhtsupport.1*

%if %{_with_tests}
%check
make check
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.10-9
+ Revision: ee58293
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17369 |14mr|librepository-1.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hierarchical repository abstraction layer
Name:		librepository
Version:	1.1.6
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://reporting.pentaho.org/
Source0:	http://downloads.sourceforge.net/jfreereport/%{name}-%{version}.zip
Patch0:	%{name}-1.1.2-fix-build.patch
BuildArch:	noarch
BuildRequires:	ant
BuildRequires:	ant-contrib
BuildRequires:	ant-nodeps
BuildRequires:	java-devel
BuildRequires:	java-rpmbuild
BuildRequires:	jpackage-utils
BuildRequires:	libbase
Requires:	java
Requires:	jpackage-utils
Requires:	libbase

%description
LibRepository provides a simple abstraction layer to access bulk content that
is organized in a hierarchical layer.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%patch0 -p0
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib commons-logging-api libbase
cd lib
ln -s %{_javadir}/ant ant-contrib

%build
ant jar javadoc
for file in README.txt licence-LGPL.txt ChangeLog.txt; do
    tr -d '\r' < $file > $file.new
    mv $file.new $file
done

%install
mkdir -p %{buildroot}%{_javadir}
cp -p ./dist/%{name}-%{version}.jar %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{name}.jar
popd

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp bin/javadoc/docs/api %{buildroot}%{_javadocdir}/%{name}

%files
%doc licence-LGPL.txt README.txt ChangeLog.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.6-2
+ Revision: 2b1d234
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17370 |14mr|libresample-0.1.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname resample %{major}
%define develname %mklibname -d resample

Summary:	A real-time library for sampling rate conversion
Name:		libresample
Version:	0.1.3
Release:	12
License:	LGPL
Group:		System/Libraries
URL:		http://www-ccrma.stanford.edu/~jos/resample/Available_Software.html
Source0:	http://ccrma.stanford.edu/~jos/resample/%{name}-%{version}.tgz
Patch0:		libresample-shared.diff
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
libresample is a real-time library for sampling rate conversion.

%package	tools
Summary:	Various tools using the libresample library
Group:          Sound

%description	tools
libresample is a real-time library for sampling rate conversion.

This package contains various tools that uses the libresample library.

 * compareresample
 * resample-sndfile
 * testresample

%package -n	%{libname}
Summary:	A real-time library for sampling rate conversion
Group:          System/Libraries

%description -n	%{libname}
libresample is a real-time library for sampling rate conversion.

%package -n	%{develname}
Summary:	Static library and header files for the libevent library
Group:		Development/C
Provides:	resample-devel = %{version}-%{release}
Provides:	libresample-devel = %{version}-%{release}
Requires:	%{libname} = %{version}

%description -n	%{develname}
libresample is a real-time library for sampling rate conversion.

This package contains the static libresample library and its header files.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0

%build
export CC="%{__cc}"
export CFLAGS="%{optflags} -fPIC"

%configure
%make

%install
rm -rf %{buildroot}

%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files tools
%defattr(-,root,root)
%{_bindir}/compareresample
%{_bindir}/resample-sndfile
%{_bindir}/testresample

%files -n %{libname}
%defattr(-,root,root)
%doc LICENSE.txt README.txt
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.3-12
+ Revision: f8cf2d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17371 |14mr|librest-0.7.90-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname rest
%define name lib%{shortname}

%define api		0.7
%define major           0
%define libname         %mklibname %{shortname} %{api} %{major}
%define develname       %mklibname %{shortname} -d

Name:		%{name}
Summary:	Library for accessing rest web services
Version:	0.7.90
Release:	3

License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.meego.com
Source0:	http://ftp.gnome.org/pub/GNOME/sources/rest/%{api}/%{shortname}-%{version}.tar.xz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	libxml2-devel
BuildRequires:	glib2-devel
BuildRequires:	libsoup-devel
BuildRequires:	gtk-doc
BuildRequires:	gobject-introspection-devel

Obsoletes:	%{_lib}rest-gir0.7

%description
Library for accessing rest web services

%package -n %{libname}
Summary: Library for accessing rest web services
Group: System/Libraries
Obsoletes: %{_lib}librest0 < %version
Conflicts: %{develname} < 0.7.10

%description -n %{libname}
Library for accessing rest web services

%package -n %{name}-doc

Summary: Documentation for %{name}
Group: System/Libraries

%description -n %{name}-doc
Documentation for %{name}

%package -n %{develname}

Summary: Development files for %{name}
Group: Development/C

Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -n %{shortname}-%{version}

%build
autoreconf -fi
%configure2_5x --enable-gtk-doc
%make

%install
rm -rf %{buildroot}
%makeinstall_std

mkdir -p %{buildroot}/%{_datadir}/doc/%{name}-%{version}
for f in `ls %{buildroot}/%{_datadir}/doc/`; do
	if [ -f %{buildroot}/%{_datadir}/doc/$f ]; then
		mv %{buildroot}/%{_datadir}/doc/$f %{buildroot}/%{_datadir}/doc/%{name}-%{version}
	fi
done

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root,-)
%doc COPYING README AUTHORS ChangeLog
%{_libdir}/%{name}*-%{api}.so.%{major}*
%{_libdir}/girepository-1.0/*

%files -n %{name}-doc
%defattr(-,root,root,-)
%{_datadir}/gtk-doc/html/*

%files -n %{develname}
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/*.pc
%{_includedir}/rest*/*
%{_libdir}/%{name}*.so
%{_datadir}/gir-1.0/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.90-3
+ Revision: 8befc21
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17372 |14mr|librevenge-0.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define abi 0.0
%define devname %mklibname revenge -d

%define libname %mklibname revenge %{abi} %{major}

Summary:	Base library for writing document import filters
Name:		librevenge
Version:	0.0.1
Release:	1
Source0:	http://downloads.sourceforge.net/project/libwpd/librevenge/librevenge-%{version}/librevenge-%{version}.tar.xz

URL:		http://sf.net/p/libwpd/wiki/librevenge/
License:	LGPLv2.1
Group:		System/Libraries

BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	boost-devel
BuildRequires:	doxygen

%description
librevenge is a base library for writing document import filters.
It has interfaces for text documents, vector graphics, spreadsheets
and presentations.

%package -n %{devname}
Summary: Development files for %{name}
Group: Development/C
Requires: %{libname} = %{EVRD}

%description -n %{devname}
Development files (Headers etc.) for %{name}.

librevenge is a base library for writing document import filters.
It has interfaces for text documents, vector graphics, spreadsheets
and presentations.

%package doc
Summary: Documentation for %{name}
Group: Development/C

%description doc
Documentation for %{name}.

librevenge is a base library for writing document import filters.
It has interfaces for text documents, vector graphics, spreadsheets
and presentations.

%package -n %{libname}
Summary:	Shared library of %{name}
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%prep
%setup -q
autoreconf -fi
%configure2_5x

%build
%make

%install
%makeinstall_std

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

%files -n %{libname}
%{_libdir}/*-%{abi}.so.*

%files doc
%{_docdir}/%{name}

%changelog
* Fri Jul 04 2014 Tigro <ashejn@gmail.com> 0.0.1-1
+ Revision: d584806
- clean up spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17373 |14mr|librouteros-1.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		librouteros
Version:	1.1.2
Release:	3
Summary:	Library for accessing MikroTik's RouterOS via its API
License:	GPLv2+
Group:		System/Libraries
Url:		http://verplant.org/librouteros
Source0:	http://verplant.org/librouteros/files/librouteros-%{version}.tar.bz2
Patch0:		disable_werror.patch
BuildRequires:	libgcrypt-devel

%description
librouteros (or libRouterOS) is a C library to communicate 
with network devices by MikroTik running their Linux-based 
operating system RouterOS.

#------------------------------------------------------

%define major 0
%define libname %mklibname routeros %{major}

%package -n %{libname}
Summary: Files for developing applications that use librouteros
Group: System/Libraries

%description -n %{libname}
librouteros (or libRouterOS) is a C library to communicate 
with network devices by MikroTik running their Linux-based
operating system RouterOS.

%files -n %{libname}
%{_libdir}/*.so.%{major}*


%define develname %mklibname routeros -d

%package -n %{develname}
Summary:	Files for developing applications that use librouteros
Group:		Development/C
Provides:	routeros-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	routeros-devel < %{version}


%description -n %{develname}
The header files and libtool library for
developing applications that use librouteros.

#------------------------------------------------------

%prep
%setup -q
%patch0 -p0
autoreconf -fi

%build
%configure2_5x

%make

%install
%makeinstall_std
find %{buildroot} -type f -name '*.la' -exec rm -f {} \;


%files -n %{develname}
%doc README ChangeLog NEWS
%{_includedir}/*
%{_libdir}/*.a
%{_libdir}/*.so


%files
%{_bindir}/ros
%{_mandir}/man1/ros.1.*
%{_mandir}/man3/librouteros.3.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.2-3
+ Revision: ee00f10
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17374 |14mr|librpcsecgss-0.19-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname rpcsecgss %{major}
%define devname %mklibname rpcsecgss -d

%bcond_with crosscompile

Summary:	Allows secure rpc communication using the rpcsec_gss protocol
Name:		librpcsecgss
Version:	0.19
Release:	12
License:	BSD-like
Group:		System/Libraries
Url:		http://www.citi.umich.edu/projects/nfsv4/linux/
Source0:	http://www.citi.umich.edu/projects/nfsv4/linux/%{name}/%{name}-%{version}.tar.gz
Patch0:		librpcsecgss-0.19-libtirpc.patch
BuildRequires:	pkgconfig(libgssglue)
BuildRequires:	pkgconfig(libtirpc)

%description
Allows secure rpc communication using the rpcsec_gss protocol
librpcsecgss allows secure rpc communication using the rpcsec_gss
protocol.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Allows secure rpc communication using the rpcsec_gss protocol
Group:		System/Libraries

%description -n %{libname}
Allows secure rpc communication using the rpcsec_gss protocol
librpcsecgss allows secure rpc communication using the rpcsec_gss
protocol.

%files -n %{libname}
%{_libdir}/librpcsecgss.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for the librpcsecgss library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	rpcsecgss-devel = %{EVRD}

%description -n %{devname}
This package contains the development librpcsecgss library and its
header files.

%files -n %{devname}
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_includedir}/rpcsecgss
%{_libdir}/*.so
%{_libdir}/pkgconfig/librpcsecgss.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%if %{with crosscompile}
export ac_cv_func_malloc_0_nonnull=yes
%endif
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.19-12
+ Revision: 4d5b654
- Build with tirpc, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17375 |14mr|librsvg-2.40.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api	2
%define major	2
%define gimajor	2.0
%define libname	%mklibname rsvg %{api} %{major}
%define devname	%mklibname -d rsvg %{api}
%define girname	%mklibname rsvg-gir %{gimajor}

# mozilla plugin requires xulruuner 1.8 not 1.9
%define build_mozilla 0

Summary:	Raph's SVG library
Name:		librsvg
Version:	2.40.3
Release:	1
License:	LGPLv2+ and GPLv2+
Group:		Graphics
Url:		http://librsvg.sourceforge.net/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		10_rsvg-gz.patch
Patch1:		20_rsvg_compat.patch

BuildRequires:	gdk-pixbuf2.0
BuildRequires:	vala-tools
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.4.0
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcroco-0.6)
BuildRequires:	pkgconfig(libxml-2.0)
Provides:	%{name}%{api} = %{version}-%{release}
Requires:	%{libname} >= %{version}
Requires:	python

%description
A library that uses libart and pango to render svg files.

%package -n %{libname}
Summary:	Raph's SVG library
Group:		System/Libraries

%description -n %{libname}
A library that uses libart and pango to render svg files.

%package -n %{devname}
Summary:	Libraries and include files for developing with librsvg
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}%{api}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d rsvg 2 2} < 2.36.1

%description -n %{devname}
This package provides the necessary development libraries and include
files to allow you to develop with librsvg.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%if %{build_mozilla}
%package mozilla
Summary:	Mozilla plugin for displaying SVG files
Group:		Networking/WWW
BuildRequires:	xulrunner-devel

%description mozilla
This package provides the necessary development libraries and include
files to allow you to develop with librsvg.
%endif

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-introspection=yes \
	--disable-gtk-doc \
	--enable-vala \
	--enable-pixbuf-loader \
	--disable-gtk-theme

%make

%install
%makeinstall_std

#remove unpackaged files
rm -fr %{buildroot}%{_docdir}/librsvg
%if %{build_mozilla}
rm -f %{buildroot}%{_libdir}/mozilla/
%endif
rm -f %{buildroot}%{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
rm -f %{buildroot}%{_datadir}/pixmaps/svg-viewer.svg

%files
%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README
%{_bindir}/rsvg-convert
%{_bindir}/rsvg-view-3
#{_libdir}/gtk-2.0/*/engines/*.so
#{_datadir}/themes/bubble/gtk-2.0/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so
%{_libdir}/librsvg-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Rsvg-%{gimajor}.typelib

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/librsvg-2.0
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/Rsvg-2.0.gir
%{_datadir}/gtk-doc/html/*
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/librsvg-2.0.vapi

%if %{build_mozilla}
%files mozilla
%{_libdir}/mozilla/plugins/*.so
%endif


%changelog
* Mon Aug 25 2014 Tigro <ashejn@gmail.com> 2.40.3-1
+ Revision: d1d8dc8
- update patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17376 |14mr|librsync-0.9.7-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname	%mklibname rsync %{major}
%define develname %mklibname -d rsync

Summary:	Rsync libraries
Name:		librsync
Version:	0.9.7
Release:	10
License:	LGPL
Group:		System/Libraries
URL:		http://librsync.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		librsync-0.9.7-fix-str-fmt.patch
Patch1:		librsync-0.9.7-lfs_overflow.patch
Patch2:		librsync-0.9.7-getopt.patch
Patch3:		librsync-0.9.7-man_pages.patch
BuildRequires:	bzip2-devel
BuildRequires:	autoconf automake libtool
BuildRequires:	popt-devel

%description
librsync implements the "rsync" algorithm, which allows remote
differencing of binary files. librsync computes a delta relative
to a file's checksum, so the two files need not both be present to
generate a delta.

This library was previously known as libhsync up to version 0.9.0.

The current version of this package does not implement the rsync
network protocol and uses a delta format slightly more efficient
than and incompatible with rsync 2.4.6.

%package -n	%{libname}
Summary:	Rsync libraries
Group:         	System/Libraries

%description -n	%{libname}
librsync implements the "rsync" algorithm, which allows remote
differencing of binary files. librsync computes a delta relative
to a file's checksum, so the two files need not both be present to
generate a delta.

This library was previously known as libhsync up to version 0.9.0.

The current version of this package does not implement the rsync
network protocol and uses a delta format slightly more efficient
than and incompatible with rsync 2.4.6.

%package -n	%{develname}
Summary:	Headers for librsync
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	librsync-devel = %{version}-%{release}
Obsoletes:	%{_lib}rsync1-devel < 0.9.7-6

%description -n		%{develname}
This package contains header files necessary for developing
programs based on librsync.

%package -n	rdiff
Summary:	Compute and apply signature-based file differences
Group:          System/Servers
Requires:	%{libname} = %{version}

%description -n	rdiff
Compute and apply signature-based file differences.

%prep

%setup -q
%patch0 -p0
%patch1 -p1 -b .lfs_overflow
%patch2 -p1 -b .getopt
%patch3 -p1 -b .man_pages


%build
libtoolize --copy --force
autoreconf -fi

%configure2_5x \
    --enable-shared \
    --disable-static

%make

%install

%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%doc AUTHORS NEWS README THANKS
%attr(0755,root,root) %{_libdir}/librsync.so.%{major}*

%files -n %{develname}
%doc TODO
%{_libdir}/*.so
%{_includedir}/*
%{_mandir}/man3/*

%files -n rdiff
%attr(0755,root,root) %{_bindir}/rdiff
%{_mandir}/man1/rdiff.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.7-10
+ Revision: 6a03735
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17377 |14mr|libsamplerate-0.1.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname samplerate %{major}
%define	devname	%mklibname samplerate -d

Summary:	Audio Sample Rate Converter library
Name:		libsamplerate
Version:	0.1.8
Release:	4
License:	GPLv2+
Group:		Sound
URL:		http://www.mega-nerd.com/SRC/index.html
Source0:	http://www.mega-nerd.com/SRC/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(fftw3) >= 3

%description
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for
audio. One example of where such a thing would be useful is
converting audio from the CD sample rate of 44.1kHz to the 48kHz
sample rate used by DAT players.

SRC is capable of arbitrary and time varying conversions ; from
downsampling by a factor of 12 to upsampling by the same
factor. Arbitrary in this case means that the ratio of input and
output sample rates can be an irrational number. The conversion ratio
can also vary with time for speeding up and slowing down effects.

SRC provides a small set of converters to allow quality to be traded
off against computation cost. The current best converter provides a
signal-to-noise ratio of 97dB with -3dB passband extending from DC to
96% of the theoretical best bandwidth for a given pair of input and
output sample rates.

%package -n	%{libname}
Summary:	Audio Sample Rate Converter shared library
Group:		System/Libraries

%description -n	%{libname}
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for
audio. One example of where such a thing would be useful is
converting audio from the CD sample rate of 44.1kHz to the 48kHz
sample rate used by DAT players.

SRC is capable of arbitrary and time varying conversions ; from
downsampling by a factor of 12 to upsampling by the same
factor. Arbitrary in this case means that the ratio of input and
output sample rates can be an irrational number. The conversion ratio
can also vary with time for speeding up and slowing down effects.

SRC provides a small set of converters to allow quality to be traded
off against computation cost. The current best converter provides a
signal-to-noise ratio of 97dB with -3dB passband extending from DC to
96% of the theoretical best bandwidth for a given pair of input and
output sample rates.

This package contains the shared library required for running programs
using %{name}.

%package -n	%{devname}
Summary:	Audio Sample Rate Converter development files
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for
audio. One example of where such a thing would be useful is
converting audio from the CD sample rate of 44.1kHz to the 48kHz
sample rate used by DAT players.

SRC is capable of arbitrary and time varying conversions ; from
downsampling by a factor of 12 to upsampling by the same
factor. Arbitrary in this case means that the ratio of input and
output sample rates can be an irrational number. The conversion ratio
can also vary with time for speeding up and slowing down effects.

SRC provides a small set of converters to allow quality to be traded
off against computation cost. The current best converter provides a
signal-to-noise ratio of 97dB with -3dB passband extending from DC to
96% of the theoretical best bandwidth for a given pair of input and
output sample rates.

This package contains the C headers and other files needed to compile
programs with %{name}.

%package	progs
Summary:	Audio Sample Rate Converter
Group:		Sound

%description	progs
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for
audio. One example of where such a thing would be useful is
converting audio from the CD sample rate of 44.1kHz to the 48kHz
sample rate used by DAT players.

SRC is capable of arbitrary and time varying conversions ; from
downsampling by a factor of 12 to upsampling by the same
factor. Arbitrary in this case means that the ratio of input and
output sample rates can be an irrational number. The conversion ratio
can also vary with time for speeding up and slowing down effects.

SRC provides a small set of converters to allow quality to be traded
off against computation cost. The current best converter provides a
signal-to-noise ratio of 97dB with -3dB passband extending from DC to
96% of the theoretical best bandwidth for a given pair of input and
output sample rates.

This package contains a command line utility based on %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%check
make check

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/doc/libsamplerate0-dev

%files -n %{libname}
%{_libdir}/libsamplerate.so.%{major}*

%files -n %{devname}
%doc doc/*
%{_libdir}/libsamplerate.so
%{_libdir}/libsamplerate.a
%{_libdir}/pkgconfig/samplerate.pc
%{_includedir}/samplerate.h

%files progs
%doc AUTHORS ChangeLog
%{_bindir}/sndfile-resample



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.8-4
+ Revision: 808715a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17378 |14mr|libseccomp-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname seccomp %{major}
%define develname %mklibname -d seccomp

Summary:	Enhanced seccomp library
Name:		libseccomp
Version:	1.0.0
Release:	2
ExclusiveArch:	%{ix86} x86_64
License:	LGPLv2
Group:		System/Libraries
Source0:	http://downloads.sf.net/project/libseccomp/%{name}-%{version}.tar.gz
URL:		http://libseccomp.sourceforge.net
Requires:	kernel >= 3.5

%description
The libseccomp library provides an easy to use interface to the Linux Kernel's
syscall filtering mechanism, seccomp.  The libseccomp API allows an application
to specify which syscalls, and optionally which syscall arguments, the
application is allowed to execute, all of which are enforced by the Linux
Kernel.


%package -n     %{libname}
Summary:        Collection library providing GObject-based interfaces and classes
Group:          System/Libraries

%description -n %{libname}
The libseccomp library provides an easy to use interface to the Linux Kernel's
syscall filtering mechanism, seccomp.  The libseccomp API allows an application
to specify which syscalls, and optionally which syscall arguments, the
application is allowed to execute, all of which are enforced by the Linux
Kernel.

%package -n	%{develname}
Summary:	Development files used to build applications with libseccomp support
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	seccomp-devel = %{version}-%{release}

%description -n	%{develname}
The libseccomp library provides an easy to use interface to the Linux Kernel's
syscall filtering mechanism, seccomp.  The libseccomp API allows an application
to specify which syscalls, and optionally which syscall arguments, the
application is allowed to execute, all of which are enforced by the Linux
Kernel.

%prep
%setup -q

%build
%configure2_5x
%make

%install
mkdir -p "%{buildroot}/%{_libdir}"
mkdir -p "%{buildroot}/%{_includedir}"
mkdir -p "%{buildroot}/%{_mandir}"
%makeinstall_std

%files -n %{libname}
%{_libdir}/libseccomp.so.*

%files -n %{develname}
%doc LICENSE CREDITS README
%{_includedir}/seccomp.h
%{_libdir}/libseccomp.so
%{_libdir}/pkgconfig/libseccomp.pc
%{_mandir}/man3/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-2
+ Revision: 35dd05d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17379 |14mr|libsecret-0.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	api	1
%define	major	0
%define	libname	%mklibname secret %{api} %{major}
%define	girname	%mklibname secret-gir %{api} 
%define	devname	%mklibname secret -d

Summary:	Library for accessing the Secret Service API
Name:		libsecret
Version:	0.18
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/libsecret/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	libgcrypt-devel
BuildRequires:  vala-tools
BuildRequires:  pkgconfig(vapigen)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:  xsltproc
BuildRequires:  docbook-style-xsl

%description
libsecret is a library for storing and retrieving passwords and other
secrets. It communicates with the "Secret Service" using DBus.

%package tools
Summary:	Library for accessing the Secret Service API -- Tools
Group:		System/Libraries

%description tools
libsecret is a library for storing and retrieving passwords and other
secrets. It communicates with the "Secret Service" using DBus.

%package -n %{libname}
Summary:	Library for accessing the Secret Service API
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Library for accessing the Secret Service API -- Development Files
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	%{girname} = %{version}

%description -n %{devname}
This package contains the development files for %{name}.

%prep
%setup -q

%build
%configure --disable-static

%make

%install
%makeinstall_std

%find_lang %{name}

%files tools -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/secret-tool
%{_mandir}/man1/secret-tool.1*

%files -n %{libname}
%{_libdir}/libsecret-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Secret-%{api}.typelib

%files -n %{devname}
%{_libdir}/libsecret-%{api}.so
%{_libdir}/pkgconfig/libsecret-%{api}.pc
%{_libdir}/pkgconfig/libsecret-unstable.pc
%{_includedir}/libsecret-%{api}/
%{_datadir}/gir-1.0/Secret-%{api}.gir
%{_datadir}/vala/vapi/libsecret*
%doc %{_datadir}/gtk-doc/html/libsecret-%{api}/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.18-2
+ Revision: ead3df5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17380 |14mr|libselinux-2.0.78-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname selinux %{major}
%define devname %mklibname selinux -d
%define statname %mklibname selinux -d -s

Summary:	SELinux library and simple utilities
Name:		libselinux
Version:	2.0.78
Release:	11
License:	Public Domain
Group:		System/Libraries
Url:		http://www.nsa.gov/selinux/
Source0:	http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
#Source1:	http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz.sign
Patch0:		libselinux-rhat.patch
Patch1:		libselinux-2.0.78-fix-build.patch
BuildRequires:	sepol-static-devel

%description
Security-enhanced Linux is a patch of the Linux® kernel and a
number of utilities with enhanced security functionality designed
to add mandatory access controls to Linux. The Security-enhanced
Linux kernel contains new architectural components originally
developed to improve the security of the Flask operating system.
These architectural components provide general support for the
enforcement of many kinds of mandatory access control policies,
including those based on the concepts of Type Enforcement®,
Role-based Access Control, and Multi-level Security.

libselinux provides an API for SELinux applications to get and set
process and file security contexts and to obtain security policy
decisions. Required for any applications that use the SELinux API.

%package -n %{libname}
Summary:	SELinux library and simple utilities
Group:		System/Libraries
Provides:	libselinux = %{version}-%{release}
Provides:	selinux = %{version}-%{release}

%description -n %{libname}
libselinux provides an API for SELinux applications to get and set
process and file security contexts and to obtain security policy
decisions. Required for any applications that use the SELinux API.

%package -n %{devname}
Summary:	Development libraries and header files for %{name}
Group:		Development/C
Provides:	selinux-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
The selinux-devel package contains the libraries and header
files needed for developing SELinux applications.

%package -n %{statname}
Summary:	Static development libraries for %{name}
Group:		Development/C
Provides:	selinux-static-devel = %{version}-%{release}
Requires:	%{devname} = %{version}-%{release}

%description -n %{statname}
The selinux-static-devel package contains the static libraries
needed for developing SELinux applications.

%package utils
Summary:	Utilities for %{name}
Group:		System/Kernel and hardware

%description utils
This package contains numerous applications utilizing %{name}.

%package -n python-selinux
Summary:	Python bindings for %{name}
Group:		Development/Python
BuildRequires:  python-devel

%description -n python-selinux
This package contains python bindings for %{name}.

%prep
%setup -q
%apply_patches

%build
%serverbuild_hardened
make \
	CFLAGS="%{optflags}" \
	LIBDIR=%{_libdir} \
	CC=%{__cc}	\
	LDFLAGS="%{ldflags}" \
	PYLIBVER=%{py_ver} \
	PYINC=%{py_incdir} \
	PYLIB=%{py_platsitedir} \
	PYTHONLIBDIR="%{py_platsitedir}" \
	all pywrap

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}/%{_lib}
install -d %{buildroot}%{_mandir}/man3

%make \
	DESTDIR=%{buildroot} \
	LIBDIR="%{buildroot}%{_libdir}" \
	SHLIBDIR="%{buildroot}/%{_lib}" \
	install install-pywrap

%files utils
%doc ChangeLog LICENSE
%{_sbindir}/*
/sbin/matchpathcon
%{_mandir}/man?/*

%files -n %{libname}
/%{_lib}/libselinux.so.%{major}*

%files -n %{devname}
%{_includedir}/selinux/*.h
%{_libdir}/*.so

%files -n %{statname}
%{_libdir}/*.a

%files -n python-selinux
%{py_platsitedir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.78-11
+ Revision: edaaf55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17381 |14mr|libsepol-2.0.34-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: SELinux binary policy manipulation library 
Name: libsepol
Version: 2.0.34
Release: 3
License: GPL
Group: System/Libraries
URL:	http://www.selinuxproject.org
Source0: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
#Source1: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz.sign
#Provides: libsepol.so
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Security-enhanced Linux is a feature of the Linux® kernel and a number
of utilities with enhanced security functionality designed to add
mandatory access controls to Linux.  The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement®, Role-based Access
Control, and Multi-level Security.

libsepol provides an API for the manipulation of SELinux binary policies.
It is used by checkpolicy (the policy compiler) and similar tools, as well
as by programs like load_policy that need to perform specific transformations
on binary policies such as customizing policy boolean settings.

%package -n %{mklibname sepol 1}
Summary: SELinux binary policy manipulation library
Group: System/Libraries

%description -n %{mklibname sepol 1}
libsepol provides an API for the manipulation of SELinux binary policies.
It is used by checkpolicy (the policy compiler) and similar tools, as well
as by programs like load_policy that need to perform specific transformations
on binary policies such as customizing policy boolean settings.

%package -n %{mklibname sepol -d}
Summary: Header files and libraries used to build policy manipulation tools
Group: Development/C
Requires: %{mklibname sepol 1} = %{version}-%{release}
Provides: sepol-devel = %{version}-%{release}
Obsoletes: %{mklibname sepol 1 -d}

%description -n %{mklibname sepol -d}
The libsepol-devel package contains the libraries and header files
needed for developing applications that manipulate binary policies. 

%package -n %{mklibname sepol -d -s}
Summary: Static libraries used to build policy manipulation tools
Group: Development/C
Requires: %{mklibname sepol -d} = %{version}-%{release}
Provides: sepol-static-devel = %{version}-%{release}
Obsoletes: %{mklibname sepol 1 -d -s}

%description -n %{mklibname sepol -d -s}
The libsepol-devel package contains the static libraries
needed for developing applications that manipulate binary policies. 

%prep
%setup -q
# sparc64 is an -fPIC arch, so we need to fix it here
%ifarch sparc64
sed -i 's/fpic/fPIC/g' src/Makefile
%endif

%build
%{make} clean
%{make} CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_lib} 
mkdir -p %{buildroot}/%{_libdir} 
mkdir -p %{buildroot}%{_includedir} 
mkdir -p %{buildroot}%{_bindir} 
mkdir -p %{buildroot}%{_mandir}/man3
mkdir -p %{buildroot}%{_mandir}/man8
%{makeinstall_std} LIBDIR="%{buildroot}%{_libdir}" SHLIBDIR="%{buildroot}/%{_lib}"
rm -f %{buildroot}%{_bindir}/genpolbools
rm -f %{buildroot}%{_bindir}/genpolusers
rm -f %{buildroot}%{_bindir}/chkcon
rm -rf %{buildroot}%{_mandir}/man8

%clean
rm -rf %{buildroot}

%post -n %{mklibname sepol 1}
%if %mdkversion < 200900
/sbin/ldconfig
%endif
[ -x /sbin/telinit ] && [ -p /dev/initctl ]  && /sbin/telinit U
exit 0

%if %mdkversion < 200900
%postun -n %{mklibname sepol 1} -p /sbin/ldconfig
%endif

%files -n %{mklibname sepol 1}
%defattr(-,root,root)
/%{_lib}/libsepol.so.1

%files -n %{mklibname sepol -d}
%defattr(-,root,root)
%{_libdir}/libsepol.so
%{_includedir}/sepol/*.h
# %exclude %{_mandir}/man3/*.3*
%{_mandir}/man3/*.3*
%dir %{_includedir}/sepol
%dir %{_includedir}/sepol/policydb
%{_includedir}/sepol/policydb/*.h

%files -n %{mklibname sepol -d -s}
%defattr(-,root,root)
%{_libdir}/libsepol.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.34-3
+ Revision: 5a66ab5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17382 |14mr|libserializer-1.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	JFreeReport General Serialization Framework
Name:		libserializer
Version:	1.1.6
Release:	2
License:	LGPLv2+
Group:		Development/Java
Url:		http://reporting.pentaho.org
Source0:	http://downloads.sourceforge.net/jfreereport/%{name}-%{version}.zip
Patch0:		%{name}-1.1.2-fix-build.patch
BuildArch:	noarch
BuildRequires:	ant
BuildRequires:	ant-contrib
BuildRequires:	ant-nodeps
BuildRequires:	java-devel
BuildRequires:	jpackage-utils
BuildRequires:	libbase
Requires:	java
Requires:	jpackage-utils
Requires:	libbase

%description
Libserializer contains a general serialization framework that simplifies the
task of writing custom Java serialization handlers.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java 
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%patch0 -p0
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib libbase commons-logging-api
cd lib
ln -s %{_javadir}/ant ant-contrib

%build
ant jar javadoc

%install
mkdir -p %{buildroot}%{_javadir}
cp -p dist/libserializer-%{version}.jar %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{name}.jar
popd

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp bin/javadoc/docs/api %{buildroot}%{_javadocdir}/%{name}

%files
%doc ChangeLog.txt licence-LGPL.txt README.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.6-2
+ Revision: 30f1619
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17383 |14mr|libsexy-0.1.11-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname sexy %major
%define develname %mklibname sexy -d

Summary: Collection of widgets for GTK+
Name: libsexy
Version: 0.1.11
Release: 15
Source0: http://releases.chipx86.com/libsexy/libsexy/%{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}-url-label.patch
Patch1: %{name}-icon-name.patch
Patch2: gtk2-single-include.patch
License: LGPL
Group: System/Libraries
Url: http://www.chipx86.com/wiki/Libsexy
BuildRequires: gtk+2-devel
BuildRequires: glib2-devel
BuildRequires: gtk-doc

%description
This is a collection of widgets for GTK+ 2.x.

%package -n %libname
Group:System/Libraries
Summary: Collection of widgets for GTK+
#gw watch for major number changes
Requires: %mklibname enchant 1

%description -n %libname
This is a collection of widgets for GTK+ 2.x.

%package -n %develname
Group:Development/C
Summary: Collection of widgets for GTK+
Requires: %libname = %version
Provides: %{mklibname sexy 2 -d} = %{EVRD}
Obsoletes: %{mklibname sexy 2 -d}
%if "%{_lib}" != "lib"
Provides: %{name}-devel = %{EVRD}
%endif

%description -n %develname
This is a collection of widgets for GTK+ 2.x.

%prep
%setup -q
%patch0 -p1 -b .url-label
%patch1 -p1 -b .icon-name
%patch2 -p1 -b .gtk-single-include

%build
export LIBS=`pkg-config --libs gmodule-2.0`
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %libname
%_libdir/*.so.%{major}*

%files -n %develname
%doc ChangeLog AUTHORS NEWS
%_datadir/gtk-doc/html/libsexy
%_includedir/*
%_libdir/*.so
%_libdir/pkgconfig/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.11-15
+ Revision: f3b4b13
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17384 |14mr|libshout-2.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname shout %{major}
%define develname %mklibname shout -d

Summary:	A library for communicating with and sending data to an icecast server
Name:		libshout
Version:	2.3.1
Release:	3
Group:		System/Libraries
License:	LGPL+
URL:		http://www.icecast.org/
Source0:	http://downloads.us.xiph.org/releases/libshout/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(speex)

%description
Libshout is a library for communicating with and sending data to an
icecast server.  It handles the socket connection, the timing of the
data, and prevents bad data from getting to the icecast server.

With just a few lines of code, a programmer can easily turn any
application into a streaming source for an icecast server.  Libshout also
allows developers who want a specific feature set (database access,
request taking) to concentrate on that feature set, instead of worrying
about how server communication works.

Please refer to the API reference and example code to start learning how
to use libshout in your own code.

%package -n	%{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n	%{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/Other
Requires:	pkgconfig(speex)
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname shout 3 -d} < 2.3.1

%description -n	%{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q

%build
autoreconf -fis
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# remove installed doc
rm -rf %{buildroot}%{_datadir}/doc/%{name}

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%doc README
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/shout.pc
%{_datadir}/aclocal/shout.m4



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.1-3
+ Revision: ea52004
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17385 |14mr|libsidplay-1.36.60-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname sidplay %{major}
%define develname %mklibname sidplay -d

Summary:	A Commodore 64 music player and SID chip emulator library
Name:		libsidplay
Version:	1.36.60
Release:	6
Epoch:      1
License:	GPLv2+
Group:		System/Libraries
URL:		http://home.arcor.de/ms2002sep/bak/
Source:		%{name}-%{version}.tar.bz2
 
%description
This library provides the Sound Interface Device (SID) chip emulator
engine that is used by music player programs like SIDPLAY. With it
you can play musics from Commodore 64 (or compatible) programs.

%package -n	%{libname}
Summary:	A Commodore 64 music player and SID chip emulator library
Group:		System/Libraries
Provides:	%{name} = %{version}

%description -n	%{libname}
This library provides the Sound Interface Device (SID) chip emulator
engine that is used by music player programs like SIDPLAY. With it
you can play musics from Commodore 64 (or compatible) programs.

%package -n	%{develname}
Summary:	Libraries and include files for developing libsidplay applications
Group:		Development/C++
Requires:	%{libname} = %{epoch}:%{version}
Provides:	sidplay-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname sidplay 1 -d}

%description -n	%{develname}
This package contains the header files and the static library for compiling
applications that use libsidplay. 

%prep

%setup -q

%build

%configure2_5x \
    --enable-optfixpoint \
    --enable-optendian

%make

%install
%makeinstall


%files -n %{libname}
%doc AUTHORS COPYING
%{_libdir}/lib*.so.*

%files -n %{develname}
%doc DEVELOPER src/*.txt
%{_includedir}/sidplay/
%{_libdir}/*.so
%{_libdir}/*a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.36.60-6
+ Revision: 65f794d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17386 |14mr|libsidplayfp-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major       0
%define libname    %mklibname sidplayfp %{major}
%define libnamedev  %mklibname -d sidplayfp
%define develnamestatic %mklibname sidplayfp -d -s

Name:           libsidplayfp
Version:        1.0.3
Release:        2
License:        GPLv2
Url:		http://sourceforge.net/projects/sidplay-residfp
Source0:	http://downloads.sourceforge.net/project/sidplay-residfp/libsidplayfp/1.0/libsidplayfp-%{version}.tar.gz
Group:		System/Libraries
Summary:        A library for the sidplay2 fork with resid-fp

%description
We aim to improve the quality of emulating the 6581
8580 chips and the surrounding C64 system in order
to play SID music better.

%package -n     %{libname}
Summary:        Libraries for %{name}
Group:          System/Libraries

%description -n %{libname}
We aim to improve the quality of emulating the 6581
8580 chips and the surrounding C64 system in order
to play SID music better. 


%package -n     %{libnamedev}
Summary:        Libraries and headers for %{name}
Group:          Development/C
Requires:       %{libname} = %{version}
Provides:       sidplayfp-devel = %{version}-%{release}

%description -n %{libnamedev}
%{libnamedev} contains the libraries and header files needed to
develop programs which make use of %{name}.
The library documentation is available on header files.



%package -n	%{develnamestatic}
License:	GPLv2
Summary:	Library for accessing files in FITS format for C and Fortran
Group:		System/Libraries
Requires:	%{libnamedev} = %version
Requires:	%libname = %version
Provides:       sidplayfp-devel-static = %{version}-%{release}

%description -n %{develnamestatic}
This package contains the headers required for compiling software that uses
the %{name} library


%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}%{_prefix}

find %{buildroot} -type f -name '*.la' -exec rm -f {} \;

%files 
%doc AUTHORS README COPYING
#%{_bindir}/%{name}

%files -n %{libname}
%{_libdir}/*.so.*


%files -n %{libnamedev}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files -n %{develnamestatic}
%{_libdir}/*.a

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-2
+ Revision: e08e7f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17387 |14mr|libsigc++2.0-2.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname libsigc++

%define api_version 2.0
%define major 0
%define libname %mklibname sigc++ %api_version %major
%define libnamedev %mklibname -d sigc++ %api_version

Name:		%{pkgname}%{api_version}
Summary:	The Typesafe Signal Framework for C++
Version:	2.3.1
Release:	2
License:	LGPL
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/2.3/%{pkgname}-%{version}.tar.xz
URL:		http://libsigc.sourceforge.net/
Group:		System/Libraries


%description
Callback system for use in widget libraries, abstract interfaces, and
general programming.

This library implements a full callback system for use in widget
libraries, abstract interfaces, and general programming. Originally part
of the Gtk-- widget set, %{pkgname} is now a separate library to provide for
more general use. It is the most complete library of its kind with the
ablity to connect an abstract callback to a class method, function, or
function object. It contains adaptor classes for connection of dissimilar
callbacks and has an ease of use unmatched by other C++ callback
libraries.

Package gtkmm, which is a c++ binding to the famous gtk+ library, uses
%{pkgname}.


%package -n %{libname}
Summary:	The Typesafe Signal Framework for C++
Group:		System/Libraries
Provides:	%{pkgname}%{api_version} = %{version}-%{release}

%description -n %{libname}
Callback system for use in widget libraries, abstract interfaces, and
general programming.

This library implements a full callback system for use in widget
libraries, abstract interfaces, and general programming. Originally part
of the Gtk-- widget set, %{pkgname} is now a separate library to provide for
more general use. It is the most complete library of its kind with the
ablity to connect an abstract callback to a class method, function, or
function object. It contains adaptor classes for connection of dissimilar
callbacks and has an ease of use unmatched by other C++ callback
libraries.

Package gtkmm, which is a c++ binding to the famous gtk+ library, uses
%{pkgname}.


%package -n %{libnamedev}
Summary:	Development tools for the Typesafe Signal Framework for C++ 
Group:		Development/C++
Provides:	libsigc++1.2-examples
Obsoletes:	libsigc++1.2-examples
Provides:	%{pkgname}%{api_version}-devel = %{version}-%{release}
Provides:	sigc++%{api_version}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Obsoletes: %mklibname -d sigc++ %api_version %major

%description -n %{libnamedev}
This package contains the headers and static libraries of %{pkgname},
which are needed when developing or compiling applications which use
%{pkgname}.

%package doc
Summary:	Documentation for %{pkgname} library
Group:		Books/Other

%description doc
This package provides API documentation of %{pkgname} library.

%prep
%setup -q -n %{pkgname}-%{version}

%build
%configure2_5x
%make

%check
make check

%install
%makeinstall_std

%files -n %{libname}
%doc COPYING NEWS README
%{_libdir}/libsigc-%{api_version}.so.%{major}*

%files -n %{libnamedev}
%doc AUTHORS ChangeLog TODO
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_libdir}/sigc++-%{api_version}

%files doc
%doc %{_docdir}/libsigc++-%{api_version}
%_datadir/devhelp/books/libsigc++-%{api_version}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.1-2
+ Revision: f56ef0f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17388 |14mr|libsigsegv-2.10-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname sigsegv %{major}
%define develname %mklibname sigsegv -d
%define staticname %mklibname sigsegv -d -s

Summary:	Library for handling page faults in user mode
Name:		libsigsegv
Version:	2.10
Release:	5
License:	GPLv2+
Group:		System/Libraries
URL:		http://libsigsegv.sourceforge.net/
Source0:	http://ftp.gnu.org/gnu/libsigsegv/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is a library for handling page faults in user mode. A page fault
occurs when a program tries to access to a region of memory that is
currently not available. Catching and handling a page fault is a useful
technique for implementing:
  - pageable virtual memory,
  - memory-mapped access to persistent databases,
  - generational garbage collectors,
  - stack overflow handlers,
  - distributed shared memory,

%package -n %{libname}
Summary:	Library for handling page faults in user mode
Group:		System/Libraries

%description -n %{libname}
This is a library for handling page faults in user mode. A page fault
occurs when a program tries to access to a region of memory that is
currently not available. Catching and handling a page fault is a useful
technique for implementing:
  - pageable virtual memory,
  - memory-mapped access to persistent databases,
  - generational garbage collectors,
  - stack overflow handlers,
  - distributed shared memory,

%package -n %{develname}
Summary:	Development libraries and header files for %{name} 
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname sigsegv 0 -d

%description -n	%{develname}
Libraries and header files for %{name} development.

%package -n %{staticname}
Summary:	Static development libraries for %{name}
Group:		Development/C
Requires:	%{develname} = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}
Obsoletes:	%mklibname -d -s sigsegv 0

%description -n %{staticname}
Static development libraries for %{name} development.

%prep
%setup -q

%build
%configure2_5x \
    --libdir=/%{_lib} \
    --enable-shared \
    --enable-static
%make

%check
make check

%install
rm -rf %{buildroot}

%makeinstall_std

rm -f %{buildroot}/%{_lib}/*.la
rm -f %{buildroot}/%{_lib}/*.so

install -d %{buildroot}%{_libdir}
ln -s /%{_lib}/libsigsegv.so.%{major} %{buildroot}%{_libdir}/libsigsegv.so
mv %{buildroot}/%{_lib}/lib*.a %{buildroot}%{_libdir}/

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
/%{_lib}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/lib*.so
%{_includedir}/*

%files -n %{staticname}
%{_libdir}/lib*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.10-5
+ Revision: b76183c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17389 |14mr|libsm-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname sm %{major}
%define develname %mklibname sm -d

Name:		libsm
Summary:	X Session Management Library
Version:	1.2.1
Release:	2
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libSM-%{version}.tar.bz2

BuildRequires:	pkgconfig(ice)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1
BuildRequires:	x11-xtrans-devel >= 1.0.0

%description
This is the X Session Management Library.

%package -n %{libname}
Summary:	X Session Management Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libname}
This is the X Session Management Library.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libsm-devel = %{version}-%{release}
Obsoletes:	%{_lib}sm6-devel < 1.2.1
Obsoletes:	%{_lib}sm-static-devel < 1.2.1
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libSM-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}\
	--without-libuuid

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/doc/libSM

%pre -n %{develname}
if [ -h %{_includedir}/X11 ]; then
	rm -f %{_includedir}/X11
fi

%files -n %{libname}
%{_libdir}/libSM.so.%{major}*

%files -n %{develname}
%doc doc/*.xml
%{_libdir}/libSM.so
%{_libdir}/pkgconfig/sm.pc
%{_includedir}/X11/SM/SM.h
%{_includedir}/X11/SM/SMlib.h
%{_includedir}/X11/SM/SMproto.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.1-2
+ Revision: 80f8e19
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17390 |14mr|libsmbios-2.2.28-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname smbios %{major}
%define develname %mklibname smbios -d

Summary:	Open BIOS parsing libs
Name:		libsmbios
Version:	2.2.28
Release:	3
License:	GPLv2+ or OSL
Group:		System/Libraries
URL:		http://linux.dell.com/libsmbios/main
Source:		http://linux.dell.com/libsmbios/download/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
# libsmbios only ever makes sense on intel compatible arches
# no DMI tables on ppc, s390, etc.
BuildRequires:	libxml2-devel
BuildRequires:	cppunit-devel
BuildRequires:	doxygen
BuildRequires:	graphviz

%description
Libsmbios is a library and utilities that can be used by client programs 
to get information from standard BIOS tables, such as the SMBIOS table.

%package -n %{libname}
Summary:	Libsmbios shared libraries
Group:		System/Libraries

%description -n %{libname}
Libsmbios is a library and utilities that can be used by client programs 
to get information from standard BIOS tables, such as the SMBIOS table.

%package utils
Summary:	The "supported" sample binaries that use libsmbios
Group:		System/Configuration/Hardware
Provides:	%{name}-bin = %{version}-%{release}
Obsoletes:	%{name}-bin < 2.0.2
BuildRequires: python-devel

%description utils
Libsmbios is a library and utilities that can be used by client programs 
to get information from standard BIOS tables, such as the SMBIOS table.

This package contains some sample binaries that use libsmbios.

%package -n %{develname}
Summary:	Development headers and archives
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname smbios 1 -d

%description -n %{develname}
Libsmbios is a library and utilities that can be used by client programs 
to get information from standard BIOS tables, such as the SMBIOS table.

This package contains the headers and .a files necessary to compile new 
client programs against libsmbios.

%prep
%setup -q

#fix tests
find src/ -name *.py -exec sed -i -e 's|python2|python|g' {} \;

sed -i -e 's#-Werror ##' Makefile.*

%build
%configure2_5x \
	    --disable-rpath
%make

%check
%make check

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_includedir}
cp -a src/include/smbios %{buildroot}/%{_includedir}
cp -a src/include/smbios_c %{buildroot}/%{_includedir}

# (tpg) looks like hal need this
ln -s %{_sbindir}/dellWirelessCtl %{buildroot}%{_bindir}/dellWirelessCtl

# (tpg) wtf is yum ? ;)
rm -rf %{buildroot}%{_prefix}/lib/yum-plugins
rm -rf %{buildroot}%{_sysconfdir}/yum

%find_lang %{name}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/smbios*
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/libsmbios*.pc

%files utils -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS README TODO ChangeLog doc/*
%config(noreplace) %{_sysconfdir}/%{name}/*.conf
%{_sbindir}/*
%{_bindir}/*
%{_datadir}/smbios-utils
%{python_sitelib}/%{name}_c


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.28-3
+ Revision: 05ec2f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17391 |14mr|libsmi-0.4.8-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# mib repository
%define mibsdir		%{_datadir}/%{name}/mibs
# pib repository
%define	pibsdir		%{_datadir}/%{name}/pibs

%define	major 2
%define libname %mklibname smi %{major}
%define develname %mklibname smi -d

Summary:	LibSMI deals with SNMP MIBS definitions
Name:		libsmi
Version:	0.4.8
Release:	10
License:	BSD-like
Group:		System/Libraries
URL:		http://www.ibr.cs.tu-bs.de/projects/libsmi/
Source0:	ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/%{name}-%{version}.tar.gz
Patch0:		libsmi-0.4.8-format_not_a_string_literal_and_no_format_arguments.diff
Patch1:		libsmi-0.4.8-CVE-2010-2891.diff
Requires:	coreutils
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:  autoconf automake libtool
BuildRequires:	wget

%description
This package contains the SMI library and standard IETF and IANA Mibs. This
library provides a programmer-friendly interface to access MIB module
information.

System config file: %{_sysconfdir}/smi.conf
User config file:   .smirc

%package -n	%{libname}
Summary:	LibSMI deals with SNMP MIBS definitions
Group:          System/Libraries
Provides:	libsmi = %{version}-%{release}
Requires:	%{name}-mibs-std
Conflicts:	smi-tools < 0.4.5-1

%description -n	%{libname}
This package contains the shared SMI libraries and standard IETF and IANA Mibs.
This library provides a programmer-friendly interface to access MIB module
information.

System config file: %{_sysconfdir}/smi.conf
User config file:   .smirc

%package -n	%{develname}
Summary:	Development tools for LibSMI
Group:		Development/Other
Requires:	%{libname} >= %{version}-%{release}
Provides:	smi-devel = %{version}-%{release}
Provides:	libsmi-devel = %{version}-%{release}
Obsoletes:	%{mklibname smi 2 -d}

%description -n	%{develname}
This package contails the include files and static library needed to develop
applications based on the SMI Library

%package	mibs-std
Summary:	Standard MIB files for LibSMI
Group:		System/Libraries
Requires:	smi-tools >= %{version}-%{release}

%description	mibs-std
This package contains standard MIB files for use with the SMI Library:

 o IETF - standard MIBS for SNMP, SNMPv2, interfaces, IP, 
 o IANA - standard identifiers for protocols, ifType, etc.

%package	mibs-ext
Summary:	Extended MIB files for LibSMI
Group:		System/Libraries
Requires:	smi-tools = %{version}

%description	mibs-ext
This package contains Extended MIB files for use with the SMI Library:

 o IRTF - SMIng oids, extensions, types 
 o TUBS - MIBS for the Technical University of Braunschweig

%package -n	smi-tools
Summary:	LibSMI tools
Group:          Networking/Other
Requires:	%{libname} = %{version}
Requires:	wget

%description -n	smi-tools
This package contains the LibSMI tools.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0 -b .format_not_a_string_literal_and_no_format_arguments
%patch1 -p0 -b .CVE-2010-2891

%build

%configure2_5x \
    --with-mibdir=%{mibsdir} \
    --with-pibdir=%{pibsdir} \
    --with-smipath=%{mibsdir}/site:%{mibsdir}/ietf:%{mibsdir}/iana \
    --enable-smi \
    --enable-sming

%make

%check
# fails a couple of tests (2 in {0.4.4, 0.4.5})
make check ||:

%install
rm -rf %{buildroot}

%makeinstall_std

# something broke here...
rm -f %{buildroot}%{pibsdir}/*PIB*
rm -f %{buildroot}%{pibsdir}/*SPPI*
install -m0644 pibs/ietf/* %{buildroot}%{pibsdir}/ietf/
install -m0644 pibs/site/* %{buildroot}%{pibsdir}/site/
install -m0644 pibs/tubs/* %{buildroot}%{pibsdir}/tubs/
find %{buildroot}%{pibsdir}/ -name "Makefile*" | xargs rm -f

install -d %{buildroot}%{_sysconfdir}

cat > smi.conf << EOF
#
# smi.conf - Global/User SMI configuration file.
#
# See smi_config(3) for detailed information on configuration files.
#

# Extend (note the semicolon) the libsmi default module search path.
#path :%{mibsdir}/site
#path :%{mibsdir}/iana
#path :%{mibsdir}/ietf

# Add a private directory.
#path :/home/strauss/lib/mibs

# EXPERIMENTAL: Add a caching method (works only on UNIX systems). 
# NOTE: the cache directory must exist and permissions must be
# handled appropriately. A simple but insecure way is to apply
# a tmp flag to the directory (chmod 1777 /usr/local/share/mibs/cache).
#cache /usr/local/share/mibs/cache /usr/local/bin/smicache -d /usr/local/share/mibs/cache -p http://www.ibr.cs.tu-bs.de/projects/libsmi/smicache/

# Don't show any errors by default.
level 0

# Preload some basic SMIv2 modules.
load SNMPv2-SMI
load SNMPv2-TC
load SNMPv2-CONF

# Make smilint shout loud to report all errors and warnings.
smilint: level 9

# But please don't claim about any names longer than 32 chars.
# (note: this is the prefix of errors namelength-32-module,
#  -type, -object, -enumeration, and -bit)
smilint: hide namelength-32

# Preloading some more modules for special applications.
tcpdump: load DISMAN-SCRIPT-MIB
tcpdump: load IF-MIB
smiquery: load IF-MIB
EOF

install -m0644 smi.conf %{buildroot}%{_sysconfdir}/smi.conf

install -d %{buildroot}%{mibsdir}/site
install -d %{buildroot}%{pibsdir}/site

# cleanups
rm -f %{buildroot}%{_libdir}/*.*a

%post mibs-ext
## Append to config file: path for irtf and tubs
if test ! -f %{_sysconfdir}/smi.conf; then echo "# Generated by %{name}" > %{_sysconfdir}/smi.conf ; fi
for DIR in irtf tubs ; do
  if %__grep -q -e "^path.*%{mibsdir}/${DIR}" %{_sysconfdir}/smi.conf ; then continue; fi
  echo "path :%{mibsdir}/${DIR}" >> %{_sysconfdir}/smi.conf
done


%files -n %{libname}
%doc ANNOUNCE COPYING README THANKS smi.conf-example
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/smi.conf
%attr(0755,root,root) %{_libdir}/lib*.so.*

%files -n %{develname}
%doc TODO doc/draft-irtf-nmrg-sming-02.txt
%attr(0644,root,root) %{_includedir}/*.h
%attr(0755,root,root) %{_libdir}/lib*.so
%attr(0644,root,root) %{_datadir}/aclocal/*.m4
%attr(0644,root,root) %{_libdir}/pkgconfig/libsmi.pc
%attr(0644,root,root) %{_mandir}/man3/libsmi.3*
%attr(0644,root,root) %{_mandir}/man3/smi_*.3*

%files mibs-std
%dir %{mibsdir}
%dir %{mibsdir}/iana
%dir %{mibsdir}/ietf
%dir %{mibsdir}/site
%{mibsdir}/iana/*
%{mibsdir}/ietf/*

%files mibs-ext
%dir %{mibsdir}/irtf
%dir %{mibsdir}/tubs
%{mibsdir}/irtf/*
%{mibsdir}/tubs/*
%dir %{pibsdir}
%dir %{pibsdir}/ietf
%dir %{pibsdir}/site
%dir %{pibsdir}/tubs
%{pibsdir}/ietf/*
%{pibsdir}/tubs/*

%files -n smi-tools
%attr(0755,root,root) %{_bindir}/smi*
%attr(0644,root,root) %{_mandir}/man1/smi*.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.8-10
+ Revision: 2f2fd8e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17392 |14mr|libsndfile-1.0.25-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname sndfile %{major}
%define devname %mklibname sndfile -d

%bcond_with octave
%bcond_with bootstrap

Summary:	A library to handle various audio file formats
Name:		libsndfile
Version:	1.0.25
Release:	7
License:	LGPLv2+
Group:		Sound
Url:		http://www.mega-nerd.com/libsndfile/
Source0:	http://www.mega-nerd.com/libsndfile/files/%{name}-%{version}.tar.gz
Patch0:		libsndfile-1.0.25-support-newer-octave-versions.patch
Patch1:		libsndfile-1.0.25-linkage.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(celt)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisenc)
%if !%{with bootstrap}
%ifarch %{ix86} x86_64
BuildRequires:	nasm
%endif
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(samplerate)
%endif

%description
libsndfile is a C library for reading and writing sound files such as
AIFF, AU and WAV files through one standard interface. It can currently
read/write 8, 16, 24 and 32-bit PCM files as well as 32-bit floating
point WAV files and a number of compressed formats.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of sndfile
Group:		System/Libraries

%description -n %{libname}
libsndfile is a C library for reading and writing sound files such as
AIFF, AU and WAV files through one standard interface. It can currently
read/write 8, 16, 24 and 32-bit PCM files as well as 32-bit floating
point WAV files and a number of compressed formats.

This package contains the shared library to run applications based on
libsndfile.

%files -n %{libname}
%doc AUTHORS NEWS README
%{_libdir}/libsndfile.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries, includes, etc to develop libsndfile applications 
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	sndfile-devel = %{EVRD}

%description -n %{devname}
Libraries, include files, etc you can use to develop libsndfile applications.

%files -n %{devname}
%doc %{_docdir}/libsndfile1-dev
%doc ChangeLog
%{_libdir}/libsndfile.so
%{multiarch_includedir}/sndfile.h
%{_includedir}/sndfile.h
%{_includedir}/sndfile.hh
%{_libdir}/pkgconfig/sndfile.pc

#----------------------------------------------------------------------------

%package progs
Summary:	Example progs based on libsndfile
Group:		Sound

%description progs
This contains sndfile-info for printing information about a sound
file and sndfile-play for playing a sound file.

%files progs
%{_bindir}/sndfile-*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%if %{with octave}
%package octave
Summary:	Octave modules based on libsndfile
Group:		Sound
BuildRequires:	octave-devel

%description octave
This contains octave modules based on libsndfile for reading, writing and
playing audio files.

%files octave
%{_datadir}/octave/
%dir %{_libdir}/octave/*/site/oct/%{_target_platform}/sndfile
%{_libdir}/octave/*/site/oct/%{_target_platform}/sndfile/PKG_ADD
%{_libdir}/octave/*/site/oct/%{_target_platform}/sndfile/sndfile.oct
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .octave~
%patch1 -p1 -b .linkage~
autoreconf -fi -IM4

%build
%configure2_5x \
	--disable-static
%make V=1

%install
%makeinstall_std
rm -rf %{buildroot}%{_includedir}/FLAC

%multiarch_includes %{buildroot}%{_includedir}/sndfile.h


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.25-7
+ Revision: b3314e6
- Add patch to fix linkage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17393 |14mr|libsocialweb-0.25.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define	major 0
%define	client_major 2
%define	gimajor 0.25
%define	libname %mklibname socialweb %{major}
%define libkeyfob %mklibname socialweb-keyfob %{major}
%define libkeystore %mklibname socialweb-keystore %{major}
%define	libclient %mklibname socialweb-client %{client_major}
%define	girclient %mklibname socialweb-client-gir %{gimajor}
%define	devname %mklibname socialweb -d

Summary:	A personal social data server
Name:		libsocialweb
Version:	0.25.21
Release:	3
License:	LGPLv2.1
Group:		System/Libraries
Url:		http://git.gnome.org/browse/libsocialweb/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/libsocialweb/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		libsocialweb-0.25.20-linkage.patch
Patch1:		libsocialweb-0.25.21-strfmt.patch

BuildRequires:	intltool
BuildRequires:	vala-tools
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(rest-extras-0.7)

%description
Libsocialweb is a personal social data server, that can interact with
social web services, like Flickr, Last.fm, Twitter and Vimeo.

%files -f %{name}.lang
%doc AUTHORS COPYING README
# dbus core service
%{_libexecdir}/libsocialweb-core
%{_datadir}/dbus-1/services/libsocialweb.service
%dir %{_libdir}/libsocialweb
%dir %{_libdir}/libsocialweb/services
%dir %{_datadir}/libsocialweb
%dir %{_datadir}/libsocialweb/keys
%dir %{_datadir}/libsocialweb/services
# plugins for various web services
# Explicitly list services to make sure we don't lose any
%{_libdir}/libsocialweb/services/libfacebook.so
%{_datadir}/libsocialweb/services/facebook.keys
%{_libdir}/libsocialweb/services/libflickr.so
%{_datadir}/libsocialweb/services/flickr.keys
%{_libdir}/libsocialweb/services/liblastfm.so
%{_datadir}/libsocialweb/services/lastfm.keys
%{_datadir}/libsocialweb/services/lastfm.png
%{_libdir}/libsocialweb/services/libmyspace.so
%{_datadir}/libsocialweb/services/myspace.keys
%{_datadir}/libsocialweb/services/myspace.png
%{_libdir}/libsocialweb/services/libphotobucket.so
%{_datadir}/libsocialweb/services/photobucket.keys
%{_libdir}/libsocialweb/services/libplurk.so
%{_datadir}/libsocialweb/services/plurk.keys
%{_datadir}/libsocialweb/services/plurk.png
%{_libdir}/libsocialweb/services/libsina.so
%{_datadir}/libsocialweb/services/sina.keys
%{_datadir}/libsocialweb/services/sina.png
%{_libdir}/libsocialweb/services/libsmugmug.so
%{_datadir}/libsocialweb/services/smugmug.keys
%{_libdir}/libsocialweb/services/libtwitter.so
%{_datadir}/libsocialweb/services/twitter.keys
%{_datadir}/libsocialweb/services/twitter.png
%{_libdir}/libsocialweb/services/libvimeo.so
%{_datadir}/libsocialweb/services/vimeo.keys
%{_datadir}/libsocialweb/services/vimeo.png
%{_libdir}/libsocialweb/services/libyoutube.so
%{_datadir}/libsocialweb/services/youtube.keys
%{_datadir}/libsocialweb/services/youtube.png

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A personal social data server -- Library for Services
Group:		System/Libraries

%description -n %{libname}
This package contains libraries used by libsocialweb services.

%files -n %{libname}
%{_libdir}/libsocialweb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libkeyfob}
Summary:	A personal social data server -- Library for Services
Group:		System/Libraries
Conflicts:	%{_lib}socialweb0 < 0.25.21-2

%description -n %{libkeyfob}
This package contains libraries used by libsocialweb services.

%files -n %{libkeyfob}
%{_libdir}/libsocialweb-keyfob.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libkeystore}
Summary:	A personal social data server -- Library for Services
Group:		System/Libraries
Conflicts:	%{_lib}socialweb0 < 0.25.21-2

%description -n %{libkeystore}
This package contains libraries used by libsocialweb services.

%files -n %{libkeystore}
%{_libdir}/libsocialweb-keystore.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libclient}
Summary:	A personal social data server -- Client Library
Group:		System/Libraries

%description -n %{libclient}
This package contains libraries used by clients willing to use
libsocialweb features.

%files -n %{libclient}
%{_libdir}/libsocialweb-client.so.%{client_major}*

#----------------------------------------------------------------------------

%package -n %{girclient}
Summary:	GObject Introspection interface description for %{name}-client
Group:		System/Libraries

%description -n %{girclient}
GObject Introspection interface description for %{name}-client.

%files -n %{girclient}
%{_libdir}/girepository-1.0/SocialWebClient-%{gimajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	A personal social data server -- Development Files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libkeyfob} = %{EVRD}
Requires:	%{libkeystore} = %{EVRD}
Requires:	%{libclient} = %{EVRD}
Requires:	%{girclient} = %{EVRD}

%description -n %{devname}
Libsocialweb is a personal social data server, that can interact with
social web services, like Flickr, Last.fm, Twitter and Vimeo.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/libsocialweb/
%{_libdir}/pkgconfig/libsocialweb-client.pc
%{_libdir}/pkgconfig/libsocialweb-keyfob.pc
%{_libdir}/pkgconfig/libsocialweb-keystore.pc
%{_libdir}/pkgconfig/libsocialweb-module.pc
%{_datadir}/gir-1.0/SocialWebClient-%{gimajor}.gir
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/*.deps
%{_datadir}/vala/vapi/*.vapi
%doc %{_datadir}/gtk-doc/html/libsocialweb/
%doc %{_datadir}/gtk-doc/html/libsocialweb-dbus/
%doc %{_datadir}/gtk-doc/html/libsocialweb-client/

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--with-gnome \
	--with-online=networkmanager \
	--enable-vala-bindings \
	--enable-all-services

%make

%install
%makeinstall_std
%find_lang %{name}

# Create directory where API keys will be stored
mkdir %{buildroot}%{_datadir}/libsocialweb/keys


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.25.21-3
+ Revision: b121d45
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17394 |14mr|libsoup-2.46.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api_version 2.4
%define lib_major	1
%define lib_name	%mklibname soup- %{api_version} %{lib_major}
%define gi_name		%mklibname soup-gir %{api_version}
%define develname	%mklibname -d soup- %{api_version} 

%define build_check		0
%define build_doc		0

Summary: SOAP (Simple Object Access Protocol) implementation
Name: libsoup
Version: 2.46.0
Release: 2
License: LGPLv2
Group: System/Libraries
URL: http://www.gnome.org/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/libsoup/2.46/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gio-2.0) >= 2.27.5
BuildRequires:	pkgconfig(glib-2.0) >= 2.27.5
BuildRequires:	pkgconfig(gobject-2.0) >= 2.27.5
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	gobject-introspection-devel >= 0.9.5
BuildRequires:	intltool
%if %{build_doc}
BuildRequires:	gtk-doc
%endif
%if %build_check
#gw for running checks
BuildRequires:	apache-mod_ssl
BuildRequires:	apache-mod_proxy
BuildRequires:	apache-mod_php
BuildRequires:	php-xmlrpc
%endif
Requires:	glib-networking

%description
Soup is a SOAP (Simple Object Access Protocol) implementation in C. 

It provides an queued asynchronous callback-based mechanism for sending and
servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
compiler which generates client stubs and server skeletons for easily calling
and implementing SOAP methods.

%package -n %{lib_name}
Summary:	Libraries for soup
Group:		System/Libraries
Conflicts:	gir-repository < 0.6.5-12.1

%description -n %{lib_name}
Soup is a SOAP (Simple Object Access Protocol) implementation in C. 

It provides an queued asynchronous callback-based mechanism for sending and
servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
compiler which generates client stubs and server skeletons for easily calling
and implementing SOAP methods.

This package contains libraries used by soup.

%package -n %{gi_name}
Summary:	GObject Introspection interface library for libsoup
Group:		System/Libraries
Conflicts:	gir-repository < 0.6.5-12.1
Requires:	%{lib_name} = %{version}-%{release}

%description -n %{gi_name}
GObject Introspection interface library for libsoup.

%package -n %{develname}
Summary:	Development libraries, header files and utilities for soup
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{lib_name} = %{version}-%{release}

%description -n %{develname}
This package contains the files necessary to develop applications with soup.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-tls-check \
%if %build_check
	--with-apache-module-dir=/etc/httpd/*modules \
%endif
%if %{build_doc}
	--enable-gtk-doc
%endif

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%find_lang %{name}

%if %build_check
%check
make check
%endif

%files -n %{lib_name} -f %{name}.lang
%{_libdir}/*.so.%{lib_major}*

%files -n %{gi_name}
%{_libdir}/girepository-1.0/Soup-%{api_version}.typelib
%{_libdir}/girepository-1.0/SoupGNOME-%{api_version}.typelib

%files -n %{develname}
%doc README COPYING AUTHORS NEWS
%{_datadir}/gtk-doc/html/%{name}-%api_version
%{_datadir}/gir-1.0/Soup-%{api_version}.gir
%{_datadir}/gir-1.0/SoupGNOME-%{api_version}.gir
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.46.0-2
+ Revision: 6df0a2c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17395 |14mr|libspectre-0.2.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname spectre %{major}
%define develname %mklibname -d spectre

Summary:	Postscript rendering library
Name:		libspectre
Version:	0.2.6
Release:	7
License:	GPLv2+
Group:		System/Libraries
Url:		http://libspectre.freedesktop.org/wiki/
Source0:	http://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.bz2
BuildRequires:	libgs-devel

%description
libspectre is a small library for rendering Postscript documents. It
provides a convenient easy to use API for handling and rendering
Postscript documents.

%package -n %{libname}
Group:		System/Libraries
Summary:	Postscript rendering library

%description -n %{libname}
libspectre is a small library for rendering Postscript documents. It
provides a convenient easy to use API for handling and rendering
Postscript documents.

%package -n %{develname}
Summary:	Postscript rendering library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libspectre-devel = %{version}-%{release}

%description -n %{develname}
libspectre is a small library for rendering Postscript documents. It
provides a convenient easy to use API for handling and rendering
Postscript documents.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS NEWS README TODO
%{_libdir}/libspectre.so.%{major}*

%files -n %{develname}
%{_libdir}/libspectre.so
%{_libdir}/pkgconfig/*
%{_includedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.6-7
+ Revision: 6fd5032
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17396 |14mr|libspiro-0.2.20130930-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname spiro %{major}
%define	devname	%mklibname -d spiro

Name:		libspiro
Version:	0.2.20130930
Release:	3
Summary:	Library to simplify the drawing of beautiful curves
Group:		System/Libraries
License:	GPLv2+
URL:		http://libspiro.sourceforge.net/
Source0:	%{name}-%{version}.tar.xz

%description
This library will take an array of spiro control points and 
convert them into a series of bézier splines which can then 
be used in the myriad of ways the world has come to use béziers. 

%package -n	%{libname}
Summary:	Library to simplify the drawing of beautiful curves
Group:		System/Libraries

%description -n	%{libname}
This library will take an array of spiro control points and 
convert them into a series of bézier splines which can then 
be used in the myriad of ways the world has come to use béziers. 

%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	spiro-devel = %{EVRD}

%description -n	%{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%prep
%setup -q
autoreconf -fi

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%doc README* ChangeLog AUTHORS
%{_libdir}/libspiro.so.%{major}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libspiro.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.20130930-3
+ Revision: 6ed03a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17397 |14mr|libssh-0.6.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname ssh %{major}
%define libthreads %mklibname ssh_threads %{major}
%define devname %mklibname ssh -d

Summary:	C library to authenticate in a simple manner to one or more SSH servers
Name:		libssh
Epoch:		1
Version:	0.6.3
Release:	3
Group:		System/Libraries
License:	LGPLv2.1+
Url:		http://www.libssh.org
# svn checkout svn://svn.berlios.de/libssh/trunk libssh
Source0:	https://red.libssh.org/attachments/download/41/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
The ssh library was designed to be used by programmers needing a working 
SSH implementation by the mean of a library. The complete control of the 
client is made by the programmer. With libssh, you can remotely execute 
programs, transfer files, use a secure and transparent tunnel for your 
remote programs. With its Secure FTP implementation, you can play with 
remote files easily, without third-party programs others than libcrypto 
(from openssl). libssh features :

    * Full C library functions for manipulating a client-side SSH
      connection
    * Lesser GPL licensing -SSH2 protocol compliant
    * Fully configurable sessions
    * Support for AES-128,AES-192,AES-256,blowfish, in cbc mode
    * Use multiple SSH connections in a same process, at same time
    * Use multiple channels in the same connection
    * Thread safety when using different sessions at same time
    * Basic but correct SFTP implementation (secure file transfer)
    * RSA and DSS server public key supported
    * Compression support (with zlib)
    * Public key (RSA and DSS), password and keyboard-interactive
      authentication
    * Complete documentation about its API
    * Runs and tested under amd64, x86, arm, sparc32, ppc under Linux,
      BSD, MacosX and Solaris
    * A developer listening to you
    * It's free (LGPL)!

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
The ssh library was designed to be used by programmers needing a working
SSH implementation by the mean of a library. The complete control of the
client is made by the programmer. With libssh, you can remotely execute
programs, transfer files, use a secure and transparent tunnel for your
remote programs. With its Secure FTP implementation, you can play with
remote files easily, without third-party programs others than libcrypto
(from openssl).

%files -n %{libname}
%{_libdir}/libssh.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libthreads}
Summary:	Main library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}ssh4 < 1:0.6.3

%description -n %{libthreads}
This package contains a shared library for %{name}.

%files -n %{libthreads}
%{_libdir}/libssh_threads.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libthreads} = %{EVRD}
Provides:	ssh-devel = %{EVRD}
Provides:	libssh-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/cmake/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DWITH_GCRYPT=ON -DWITH_PCAP=ON
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.6.3-3
+ Revision: 6ab7840
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17398 |14mr|libssh2-1.4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname libssh2

%define major 1
%define libname %mklibname ssh2_ %{major}
%define develname %mklibname ssh2 -d

Summary:	A library implementing the SSH2 protocol
Name:		%{rname}
Version:	1.4.3
Release:	2
Group:		System/Libraries
License:	BSD
URL:		http://www.libssh2.org/
Source0:	http://www.libssh2.org/download/%{rname}-%{version}.tar.gz
Source1:	http://www.libssh2.org/download/%{rname}-%{version}.tar.gz.asc
BuildRequires:	pkgconfig(openssl)
BuildRequires:	zlib-devel
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool

%description
libssh2 is a library implementing the SSH2 protocol as defined by Internet
Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25), SECSH-CONNECTION(23),
SECSH-ARCH(20), SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10).

%package -n	%{libname}
Summary:	A library implementing the SSH2 protocol
Group:		System/Libraries

%description -n	%{libname}
libssh2 is a library implementing the SSH2 protocol as defined by Internet
Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25), SECSH-CONNECTION(23),
SECSH-ARCH(20), SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10).

%package -n	%{develname}
Summary:	Static library and header files for the %{rname} library
Group:		Development/C
Provides:	%{rname}-devel = %{version}-%{release}
Provides:	libssh-devel = %{version}-%{release}
Provides:	ssh2-devel = %{version}-%{release}
Requires:	%{libname} >= %{version}-%{release}

%description -n	%{develname}
libssh2 is a library implementing the SSH2 protocol as defined by Internet
Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25), SECSH-CONNECTION(23),
SECSH-ARCH(20), SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10).

This package contains the static %{rname} library and its header files.

%prep
%setup -q -n %{rname}-%{version}

%build
%configure2_5x \
    --without-libgcrypt-prefix \
    --with-openssl=%{_prefix} \
    --with-libz=%{_prefix} \
    --disable-static \
    --disable-examples-build

%make

##%check
#make check <- barfs at "Failed requesting pty", works as root

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man3/*
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.3-2
+ Revision: 9055987
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17399 |14mr|libstemmer-0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname stemmer %{major}
%define devname %mklibname stemmer -d

Summary:	The C version of the libstemmer library
Name:		libstemmer
Version:	0
Release:	18
License:	BSD
Group:		System/Libraries
Url:		http://snowball.tartarus.org/
Source0:	http://snowball.tartarus.org/dist/libstemmer_c.tgz
Patch0:		libstemmer-libtool.diff
BuildRequires:	libtool

%description
Snowball is a small string processing language designed for
creating stemming algorithms for use in Information Retrieval.
This site describes Snowball, and presents several useful stemmers
which have been implemented using it.

This package containst the C version of the libstemmer library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The C version of the libstemmer library
Group:		System/Libraries

%description -n %{libname}
Snowball is a small string processing language designed for
creating stemming algorithms for use in Information Retrieval.
This site describes Snowball, and presents several useful stemmers
which have been implemented using it.

This package containst the C version of the libstemmer library.

%files -n %{libname}
%doc README
%{_libdir}/libstemmer.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for the libstemmer library
Group:		Development/C
Requires:	%{libname} >= %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/libstemmer.so

#----------------------------------------------------------------------------

%package -n stemwords
Summary:	The stemwords utility using the libstemmer library
Group:		System/Libraries

%description -n stemwords
The stemwords utility using the libstemmer library

%files -n stemwords
%{_bindir}/stemwords

#----------------------------------------------------------------------------

%prep
%setup -qn libstemmer_c
%patch0 -p0

# lib64 fix
sed -i -e "s|/usr/lib|%{_libdir}|g" Makefile

%build
%make LDFLAGS="%{ldflags}" CFLAGS="%{optflags} -Wall -Iinclude -fPIC -DPIC -D_REENTRANT"

%install
%makeinstall_std

# install referenced headers
install -m644 src_c/stem_*.h %{buildroot}%{_includedir}/%{name}/

# fix location
perl -pi -e "s|\.\./src_c/||g" %{buildroot}%{_includedir}/%{name}/modules.h


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0-18
+ Revision: 3b85213
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17400 |14mr|libstroke-0.5.1-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	stroke

%define major		0
%define libname		%mklibname %{oname} %major
%define develname	%mklibname %{oname} -d


Summary:	Stroke interface library
Name:		libstroke
Version:	0.5.1
Release:	21
URL:		http://www.etla.net/libstroke/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		libstroke-0.5.1-fix-underquoted-calls.patch
Patch1:		libstroke-linkage_fix.diff
Patch2:		libstroke-0.5.1-no_gtk1.patch
Patch3:		libstroke-0.5.1-dup-defination.patch
Patch4:		libstroke-0.5.1-drop-unused-comments.patch
License:	GPLv2
Group:		System/Libraries
BuildRequires:	pkgconfig(x11)

%description
LibStroke is a stroke interface library. Strokes are motions
of the mouse that can be interpreted by a program as a command.  Strokes
are used extensively in CAD programs.

%package -n	%{libname}
Summary:	Stroke interface library
Group:		System/Libraries

%description -n	%{libname}
LibStroke is a stroke interface library. Strokes are motions
of the mouse that can be interpreted by a program as a command.  Strokes
are used extensively in CAD programs.

%package -n	%{develname}
Summary:	Development libraries for libStroke
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname stroke 0 -d}

%description -n %{develname}
LibStroke is a stroke interface library. Strokes are motions
of the mouse that can be interpreted by a program as a command.  Strokes
are used extensively in CAD programs.

%prep
%setup -q
%patch0 -p1 -b .underquoted
%patch1 -p1
%patch2 -p1
%patch3 -p0
%patch4 -p0

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf %{buildroot}

%makeinstall

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc README AUTHORS COPYRIGHT NEWS
%{_libdir}/libstroke.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc INSTALL TODO
%{_datadir}/aclocal/*
%{_libdir}/libstroke.*a
%{_libdir}/libstroke.so
%{_includedir}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.1-21
+ Revision: e583873
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17401 |14mr|libsvg-0.1.4-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   1
%define libname %mklibname svg %{major}

Summary:	A generic SVG library
Name:		libsvg
Version:	0.1.4
Release:	15
License:	LGPL
Group:		System/Libraries
URL:		http://cairographics.org/snapshots/
Source:		http://cairographics.org/snapshots/%{name}-%{version}.tar.bz2
Patch:		libsvg-0.1.4-libpng-1.5.patch
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	jpeg-devel

%description
A generic SVG library.

%package -n	%{libname}
Summary:	A generic SVG library
Group:		System/Libraries

%description -n	%{libname}
A generic SVG library.

%package -n	%{libname}-devel
Summary:	Libraries and include files for developing with libsvg
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}

%description -n	%{libname}-devel
This package provides the necessary development libraries and include
files to allow you to develop with libsvg.

%prep
%setup -q
%patch -p1 -b .libpng15~

%build
export LIBS="`pkg-config --libs libxml-2.0` `pkg-config --libs libpng` -ljpeg -lz -lm"

%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%attr(755,root,root) %{_libdir}/*.so.%{major}*

%files -n %{libname}-devel
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/libsvg.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.4-15
+ Revision: 50a4309
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17402 |14mr|libsvg-cairo-0.1.6-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   1
%define libname %mklibname svg-cairo %{major}
%define devname %mklibname svg-cairo -d

Name:		libsvg-cairo
Summary:	A SVG library based on cairo
Version:	0.1.6
Release:	16
License:	BSD
Group:		System/Libraries
URL:		http://cairographics.org/snapshots/
Source:		%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libsvg)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	jpeg-devel

%description
Libsvg-cairo provides the ability to render SVG content from files or
buffers. All rendering is performed using the cairo rendering library.

%package -n %{libname}
Summary:	A SVG library based on cairo
Group:		System/Libraries

%description -n %{libname}
Libsvg-cairo provides the ability to render SVG content from files or
buffers. All rendering is performed using the cairo rendering library.

%package -n %{devname}
Summary:	Libraries and include files for developing with libsvg
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}
Provides:	%{libname}-devel = %{version}-%{release}
Obsoletes:	%{libname}-devel < 0.1.6-15

%description -n %{devname}
This package provides the necessary development libraries and include
files to allow you to develop with libsvg-cairo.


%prep
%setup -q

%build
export LIBS="-lm"
%configure2_5x --disable-static
%make

%install
%makeinstall

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/*.so.*

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/libsvg-cairo.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.6-16
+ Revision: aa952f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17403 |14mr|libtar-1.2.11-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%nil

%define sdevname %mklibname tar -d -s

Summary:	C library for manipulating tar files
Name:		libtar
Version:	1.2.11
Release:	17
License:	BSD
Group:		System/Libraries
Url:		http://www.feep.net/libtar/
Source0:	ftp://ftp.feep.net/pub/software/libtar/%{name}-%{version}.tar.gz
Patch0:		libtar-1.2.11-includes.patch
BuildRequires:	pkgconfig(zlib)

%description
libtar is a library for manipulating tar files from within C programs.
Here are some of its features:

  * Handles both POSIX tar file format and the GNU extensions.
  * API provides functions for easy use, such as tar_extract_all().
  * Also provides functions for more granular use, such as 
    tar_append_regfile().

%files
%{_bindir}/libtar

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Development files and headers for %{name}
Group:		Development/C
Obsoletes:	%{name}-devel < 1.2.11-16
Provides:	%{name}-devel = %{EVRD}

%description -n %{sdevname}
This package contains the static library and the C headers needed to
build applications with libtar.

%files -n %{sdevname}
%doc README ChangeLog* COPYRIGHT TODO
%{_includedir}/libtar*.h
%{_libdir}/libtar.a
%{_mandir}/man3/*.3*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.11-17
+ Revision: f50121a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17404 |14mr|libtasn1-3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname tasn1_ %{major}
%define develname %mklibname -d tasn1

Summary:	The ASN.1 library used in GNUTLS
Name:		libtasn1
Version:	3.3
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://josefsson.org/libtasn1/
Source0:	http://ftp.gnu.org/gnu/libtasn1/%{name}-%{version}.tar.gz
Source1:	http://ftp.gnu.org/gnu/libtasn1/%{name}-%{version}.tar.gz.sig
BuildRequires:	bison
%ifnarch %arm %mips
BuildRequires:	valgrind
%endif

%description
Libtasn1 is an implementation of the ASN.1 standard used by GnuTLS and others.

%package -n %{libname}
Summary:	The ASN.1 library used in GNUTLS
Group:		System/Libraries

%description -n %{libname}
Libtasn1 is an implementation of the ASN.1 standard used by GnuTLS and others.

%package tools
Summary:	Command line ASN.1 tools
Group:		Text tools
License:	GPLv3+

%description tools
Libtasn1 is an implementation of the ASN.1 standard used by GnuTLS and others.

This contains the command line tools to work with ASN.1 data.

%package -n %{develname}
Summary:	The ASN.1 development files
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Libtasn1 is an implementation of the ASN.1 standard used by GnuTLS and others.

This contains development files and headers for %{name}.

%prep
%setup -q

%build
%configure2_5x \
%ifnarch %arm %mips
	--enable-valgrind-tests
%endif

%make

%check
make check

%install
%makeinstall_std

%files tools
%doc NEWS README THANKS
%{_bindir}/asn*
%{_mandir}/man1/asn*

%files -n %{libname}
%{_libdir}/libtasn1.so.%{major}*

%files -n %{develname}
%doc AUTHORS ChangeLog
%{_includedir}/libtasn1.h
%{_libdir}/libtasn1.so
%{_libdir}/libtasn1.a
%{_libdir}/pkgconfig/libtasn1.pc
%{_infodir}/libtasn1.info*
%{_mandir}/man3/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3-2
+ Revision: 88f85c0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17405 |14mr|libtermcap-2.0.8-54
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname termcap %{major}
%define develname %mklibname termcap -d

Summary:	A basic system library for accessing the termcap database
Name:		libtermcap
Version:	2.0.8
Release:	54
Source:		termcap-%{version}.tar.bz2
Url:		ftp://metalab.unc.edu/pub/Linux/GCC/
License:	LGPL+
Group:		System/Libraries
Patch0:		termcap-2.0.8-shared.patch
Patch1:		termcap-2.0.8-setuid.patch
Patch2:		termcap-2.0.8-instnoroot.patch
Patch3:		termcap-2.0.8-compat21.patch
Patch4:		termcap-2.0.8-xref.patch
Patch5:		termcap-2.0.8-fix-tc.patch
Patch6:		termcap-2.0.8-ignore-p.patch
Patch7:		termcap-buffer.patch
# This patch is a REALLY BAD IDEA without patch #10 below....
Patch8:		termcap-2.0.8-bufsize.patch
Patch9:		termcap-2.0.8-colon.patch
Patch10:	libtermcap-aaargh.patch
# (gc) conflicting definition of `bcopy' against latest glibc 2.1.95
Patch11:	termcap-fix-glibc-2.2.patch
Patch12:	termcap-2.0.8-LDFLAGS.diff
Requires:	termcap
BuildRequires:	texinfo

%description
The libtermcap package contains a basic system library needed to access
the termcap database.  The termcap library supports easy access to the
termcap database, so that programs can output character-based displays in
a terminal-independent manner.

%package -n	%{libname}
Summary:	Development tools for programs which will access the termcap database
Group:		System/Libraries

%description -n	%{libname}
The libtermcap package contains a basic system library needed to access
the termcap database.  The termcap library supports easy access to the
termcap database, so that programs can output character-based displays in
a terminal-independent manner.

%package -n	%{develname}
Summary:	Development tools for programs which will access the termcap database
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	termcap-devel = %{version}-%{release}

%description -n	%{develname}
This package includes the libraries and header files necessary for
developing programs which will access the termcap database.

If you need to develop programs which will access the termcap database,
you'll need to install this package.  You'll also need to install the
libtermcap package.

%prep
%setup -q -n termcap-2.0.8
%patch0 -p1
%patch1 -p1
%patch2 -p1 -b .nochown
%patch3 -p1 -b .compat21
%patch4 -p1
%patch5 -p1 -b .fix-tc
%patch6 -p1 -b .ignore-p
%patch7 -p1 -b .buffer
%patch8 -p1 -b .bufsize
%patch9 -p1 -b .colon
%patch10 -p1 -b .aaargh
%patch11 -p0
%patch12 -p0

%build
%make CFLAGS="%{optflags} -I." LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}
# (gb) They should do proper Makefiles

mkdir -p %{buildroot}/%{_lib}
install -m 755 libtermcap.so.* %{buildroot}/%{_lib}/
ln -s libtermcap.so.2.0.8 %{buildroot}/%{_lib}/libtermcap.so
ln -s libtermcap.so.2.0.8 %{buildroot}/%{_lib}/libtermcap.so.2

mkdir -p %{buildroot}%{_libdir}
install -m 644 libtermcap.a %{buildroot}%{_libdir}/
ln -s ../../%{_lib}/libtermcap.so.2.0.8 %{buildroot}%{_libdir}/libtermcap.so

mkdir -p %{buildroot}%{_infodir}
install -m 644 termcap.info* %{buildroot}%{_infodir}/

mkdir -p %{buildroot}%{_includedir}
install -m 644 termcap.h %{buildroot}%{_includedir}

mkdir -p %{buildroot}%{_sysconfdir}
install -m 644 termcap.src %{buildroot}%{_sysconfdir}/termcap

rm -f %{buildroot}%{_sysconfdir}/termcap

# cleanup
rm -f %{buildroot}%{_libdir}/libtermcap.a

%files -n %{libname}
/%{_lib}/*.so.*

%files -n %{develname}
%doc ChangeLog README
/%{_lib}/*.so
%{_infodir}/termcap.info*
%{_libdir}/libtermcap.so
%{_includedir}/termcap.h




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.8-54
+ Revision: 5545463
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17406 |14mr|libtextcat-2.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lname textcat
%define major 0
%define libname %mklibname %{lname} %{major}
%define develname %mklibname %{lname} -d

Summary:	Text categorization library
Name:		libtextcat
Version:	2.2
%define subrel 1
Release:	11
Group:		System/Libraries
License:	BSD
Source0:	http://software.wise-guys.nl/download/%{name}-%{version}.tar.bz2
Source1:	http://hg.services.openoffice.org/hg/DEV300/raw-file/tip/libtextcat/data/new_fingerprints/fpdb.conf
Source2:	http://hg.services.openoffice.org/hg/DEV300/raw-file/tip/libtextcat/data/new_fingerprints/lm/chinese_simplified.lm
Source3:	http://hg.services.openoffice.org/hg/DEV300/raw-file/tip/libtextcat/data/new_fingerprints/lm/chinese_traditional.lm
Source4:	http://hg.services.openoffice.org/hg/DEV300/raw-file/tip/libtextcat/data/new_fingerprints/lm/japanese.lm
Source5:	http://hg.services.openoffice.org/hg/DEV300/raw-file/tip/libtextcat/data/new_fingerprints/lm/luxembourgish.lm
Source6:	http://hg.services.openoffice.org/hg/DEV300/raw-file/tip/libtextcat/data/new_fingerprints/lm/mongolian_cyrillic.lm
Source7:	http://hg.services.openoffice.org/hg/DEV300/raw-file/tip/libtextcat/data/new_fingerprints/lm/zulu.lm
URL:		http://software.wise-guys.nl/libtextcat
Patch0:		libtextcat-2.2-exportapi.patch
Patch1:		libtextcat-2.2-OOo.patch
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Libtextcat is a library with functions that implement the classification
technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization".
It was primarily developed for language guessing, a task on which it is known
to perform with near-perfect accuracy.

%package -n	%{libname}
Summary:	Text categorization library
Group:		System/Libraries

%description -n	%{libname}
Libtextcat is a library with functions that implement the classification
technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization".
It was primarily developed for language guessing, a task on which it is known
to perform with near-perfect accuracy.

%package -n	%{develname}
Summary:	Development files and headers for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{lname}-devel = %{version}-%{release}

%description -n	%{develname}
Development files and headers for %{name}.

%prep
%setup -q
%patch0 -p1 -b .exportapi.patch~
%patch1 -p1 -b .ooo.patch~

%build
autoreconf -f -i
CFLAGS="%{optflags} -O3" \
%configure2_5x \
	--disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.la

mkdir -p %{buildroot}%{_datadir}/libtextcat

cp -p %{SOURCE1} %{buildroot}%{_datadir}/libtextcat
cd langclass/LM
cp -p amharic-utf.lm %{buildroot}%{_datadir}/libtextcat/amharic_utf.lm
cp -p yiddish-utf.lm %{buildroot}%{_datadir}/libtextcat/yiddish_utf.lm
cp -p afrikaans.lm %{buildroot}%{_datadir}/libtextcat/afrikaans.lm
cp -p basque.lm %{buildroot}%{_datadir}/libtextcat/basque.lm
cp -p bosnian.lm %{buildroot}%{_datadir}/libtextcat/bosnian.lm
cp -p croatian-ascii.lm %{buildroot}%{_datadir}/libtextcat/croatian.lm
cp -p drents.lm %{buildroot}%{_datadir}/libtextcat/drents.lm
cp -p dutch.lm %{buildroot}%{_datadir}/libtextcat/dutch.lm
cp -p english.lm %{buildroot}%{_datadir}/libtextcat/english.lm
cp -p icelandic.lm %{buildroot}%{_datadir}/libtextcat/icelandic.lm
cp -p indonesian.lm %{buildroot}%{_datadir}/libtextcat/indonesian.lm
cp -p latin.lm %{buildroot}%{_datadir}/libtextcat/latin.lm
cp -p malay.lm %{buildroot}%{_datadir}/libtextcat/malay.lm
cp -p manx.lm %{buildroot}%{_datadir}/libtextcat/manx_gaelic.lm
cp -p marathi.lm %{buildroot}%{_datadir}/libtextcat/marathi.lm
cp -p nepali.lm %{buildroot}%{_datadir}/libtextcat/nepali.lm
cp -p romanian.lm %{buildroot}%{_datadir}/libtextcat/romanian.lm
cp -p sanskrit.lm %{buildroot}%{_datadir}/libtextcat/sanskrit.lm
cp -p scots.lm %{buildroot}%{_datadir}/libtextcat/scots.lm
cp -p serbian-ascii.lm %{buildroot}%{_datadir}/libtextcat/serbian_ascii.lm
cp -p slovak-ascii.lm %{buildroot}%{_datadir}/libtextcat/slovak_ascii.lm
cp -p swahili.lm %{buildroot}%{_datadir}/libtextcat/swahili.lm
cp -p tagalog.lm %{buildroot}%{_datadir}/libtextcat/tagalog.lm
cp -p welsh.lm %{buildroot}%{_datadir}/libtextcat/welsh.lm
iconv -f WINDOWS-1256 -t UTF-8 arabic-windows1256.lm > %{buildroot}%{_datadir}/libtextcat/arabic.lm
iconv -f ISO-8859-1 -t UTF-8 albanian.lm > %{buildroot}%{_datadir}/libtextcat/albanian.lm
iconv -f WINDOWS-1251 -t UTF-8 belarus-windows1251.lm > %{buildroot}%{_datadir}/libtextcat/belarus.lm
iconv -f ISO-8859-1 -t UTF-8 breton.lm > %{buildroot}%{_datadir}/libtextcat/breton.lm
iconv -f ISO-8859-1 -t UTF-8 catalan.lm > %{buildroot}%{_datadir}/libtextcat/catalan.lm
iconv -f ISO-8859-2 -t UTF-8 czech-iso8859_2.lm > %{buildroot}%{_datadir}/libtextcat/czech.lm
iconv -f ISO-8859-1 -t UTF-8 danish.lm > %{buildroot}%{_datadir}/libtextcat/danish.lm
iconv -f ISO-8859-3 -t UTF-8 esperanto.lm > %{buildroot}%{_datadir}/libtextcat/esperanto.lm
iconv -f ISO-8859-15 -t UTF-8 estonian.lm > %{buildroot}%{_datadir}/libtextcat/estonian.lm
iconv -f ISO-8859-1 -t UTF-8 finnish.lm > %{buildroot}%{_datadir}/libtextcat/finnish.lm
iconv -f ISO-8859-1 -t UTF-8 french.lm > %{buildroot}%{_datadir}/libtextcat/french.lm
iconv -f ISO-8859-1 -t UTF-8 frisian.lm > %{buildroot}%{_datadir}/libtextcat/frisian.lm
iconv -f ISO-8859-1 -t UTF-8 georgian.lm > %{buildroot}%{_datadir}/libtextcat/georgian.lm
iconv -f ISO-8859-1 -t UTF-8 german.lm > %{buildroot}%{_datadir}/libtextcat/german.lm
iconv -f ISO-8859-7 -t UTF-8 greek-iso8859-7.lm > %{buildroot}%{_datadir}/libtextcat/greek.lm
iconv -f ISO-8859-8 -t UTF-8 hebrew-iso8859_8.lm > %{buildroot}%{_datadir}/libtextcat/hebrew.lm
iconv -f ISO-8859-2 -t UTF-8 hungarian.lm > %{buildroot}%{_datadir}/libtextcat/hungarian.lm
iconv -f ISO-8859-1 -t UTF-8 irish.lm > %{buildroot}%{_datadir}/libtextcat/irish_gaelic.lm
iconv -f ISO-8859-1 -t UTF-8 italian.lm > %{buildroot}%{_datadir}/libtextcat/italian.lm
iconv -f ISO-8859-13 -t UTF-8 latvian.lm > %{buildroot}%{_datadir}/libtextcat/latvian.lm
iconv -f ISO-8859-13 -t UTF-8 lithuanian.lm > %{buildroot}%{_datadir}/libtextcat/lithuanian.lm
iconv -f ISO-8859-1 -t UTF-8 malay.lm > %{buildroot}%{_datadir}/libtextcat/malay.lm
iconv -f ISO-8859-1 -t UTF-8 middle_frisian.lm > %{buildroot}%{_datadir}/libtextcat/middle_frisian.lm
iconv -f ISO-8859-1 -t UTF-8 mingo.lm > %{buildroot}%{_datadir}/libtextcat/mingo.lm
iconv -f ISO-8859-1 -t UTF-8 norwegian.lm > %{buildroot}%{_datadir}/libtextcat/norwegian.lm
iconv -f ISO-8859-2 -t UTF-8 polish.lm > %{buildroot}%{_datadir}/libtextcat/polish.lm
iconv -f ISO-8859-1 -t UTF-8 portuguese.lm > %{buildroot}%{_datadir}/libtextcat/portuguese.lm
iconv -f ISO-8859-1 -t UTF-8 quechua.lm > %{buildroot}%{_datadir}/libtextcat/quechua.lm
iconv -f ISO-8859-1 -t UTF-8 rumantsch.lm > %{buildroot}%{_datadir}/libtextcat/romansh.lm
iconv -f ISO-8859-5 -t UTF-8 russian-iso8859_5.lm > %{buildroot}%{_datadir}/libtextcat/russian.lm
iconv -f ISO-8859-1 -t UTF-8 scots_gaelic.lm > %{buildroot}%{_datadir}/libtextcat/scots_gaelic.lm
iconv -f ISO-8859-2 -t UTF-8 slovenian-iso8859_2.lm > %{buildroot}%{_datadir}/libtextcat/slovenian.lm
iconv -f ISO-8859-1 -t UTF-8 spanish.lm > %{buildroot}%{_datadir}/libtextcat/spanish.lm
iconv -f ISO-8859-1 -t UTF-8 swedish.lm > %{buildroot}%{_datadir}/libtextcat/swedish.lm
iconv -f ISO-8859-9 -t UTF-8 turkish.lm > %{buildroot}%{_datadir}/libtextcat/turkish.lm
iconv -f KOI8-R -t UTF-8 ukrainian-koi8_r.lm > %{buildroot}%{_datadir}/libtextcat/ukrainian.lm
#these look wrong to me, but that's what upstream OOo has done, raise this upstream
iconv -f ISO-8859-1 -t UTF-8 hindi.lm > %{buildroot}%{_datadir}/libtextcat/hindi.lm
iconv -f ISO-8859-1 -t UTF-8 persian.lm > %{buildroot}%{_datadir}/libtextcat/persian.lm
iconv -f ISO-8859-1 -t UTF-8 korean.lm > %{buildroot}%{_datadir}/libtextcat/korean.lm
iconv -f ISO-8859-1 -t UTF-8 tamil.lm > %{buildroot}%{_datadir}/libtextcat/tamil.lm
iconv -f ISO-8859-1 -t UTF-8 thai.lm > %{buildroot}%{_datadir}/libtextcat/thai.lm
iconv -f ISO-8859-1 -t UTF-8 vietnamese.lm > %{buildroot}%{_datadir}/libtextcat/vietnamese.lm
#and I have no idea how they fixed the encoding of these ones
cp -p %{SOURCE2} %{buildroot}%{_datadir}/libtextcat/chinese_simplified.lm
cp -p %{SOURCE3} %{buildroot}%{_datadir}/libtextcat/chinese_traditional.lm
cp -p %{SOURCE4} %{buildroot}%{_datadir}/libtextcat/japanese.lm
cp -p %{SOURCE5} %{buildroot}%{_datadir}/libtextcat/luxembourgish.lm
cp -p %{SOURCE6} %{buildroot}%{_datadir}/libtextcat/mongolian_cyrillic.lm
cp -p %{SOURCE7} %{buildroot}%{_datadir}/libtextcat/zulu.lm

%clean
rm -r %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc ChangeLog README LICENSE TODO
%dir %{_datadir}/%{name}
%{_libdir}/lib*.so.%{major}*
%{_datadir}/%{name}/*.lm
%{_datadir}/%{name}/fpdb.conf

%files -n %{develname}
%defattr(-,root,root)
%dir %{_includedir}/%{name}
%{_bindir}/createfp
%{_libdir}/*.so
%{_includedir}/%{name}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-11
+ Revision: aa3ca9c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17407 |14mr|libthai-0.1.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname thai %major
%define libnamedev %mklibname -d thai

Summary: Thai language support routines
Name:    libthai
Version: 0.1.18
Release: 2
License: LGPL
Group:   System/Libraries
URL:     http://linux.thai.net
Source:  http://linux.thai.net/pub/thailinux/software/libthai/%name-%{version}.tar.gz
Patch0: libthai-0.1.9-doxygen-segfault.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: pkgconfig datrie-devel
# for trietool:
BuildRequires: trietool

%description
LibThai is a set of Thai language support routines aimed to ease
developers' tasks to incorporate Thai language support in their applications.
It includes important Thai-specific functions e.g. word breaking, input and
output methods as well as basic character and string supports.

%package -n %libname
Summary: Thai language support routines
Group:   System/Libraries
Requires: thai-data

%description -n %libname
LibThai is a set of Thai language support routines aimed to ease
developers' tasks to incorporate Thai language support in their applications.
It includes important Thai-specific functions e.g. word breaking, input and
output methods as well as basic character and string supports.

%package -n thai-data
Summary: Thai language support data 
Group:   System/Libraries
Requires: thai-data

%description -n thai-data
Data stuff for libthai.

%package -n %libnamedev
Summary:  Thai language support routines
Group:    Development/C
Requires: %{libname} = %{version}
Requires: pkgconfig
Provides: thai-devel = %{version}
Obsoletes: %{mklibname thai 0 -d}

%description -n %libnamedev
The libthai-devel package includes the header files and developer docs 
for the libthai package.

Install libthai-devel if you want to develop programs which will use
libthai.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1

%build
%configure2_5x --disable-static --disable-doxygen-doc
%make

%install
%makeinstall_std

%files  -n %libname
%doc README AUTHORS COPYING ChangeLog
%{_libdir}/lib*.so.%{major}.*
%{_libdir}/lib*.so.%{major}

%files  -n %libnamedev
%{_includedir}/thai
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*

%files  -n thai-data
%{_datadir}/libthai



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.18-2
+ Revision: 0dcf6a3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17408 |14mr|libtheora-1.1.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 0
%define decmajor 1
%define encmajor 1
%define libname %mklibname theora %{major}
%define libnamedec %mklibname theoradec %{decmajor}
%define libnameenc %mklibname theoraenc %{encmajor}
%define devname %mklibname theora -d

Summary:	Theora video compression codec
Name:		libtheora
Version:	1.1.1
Release:	12
License:	BSD
Group:		Video
Url:		http://www.theora.org/
Source0:	http://downloads.xiph.org/releases/theora/%{name}-%{version}.tar.bz2
#gw this is from texlive, it is not part of tetex
Source1:	ltablex.sty
Patch0:		libtheora-1.1.1-libpng16.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
Ogg Theora is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed video format.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Theora video compression codec
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
Ogg Theora is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed video format.

%files -n %{libname}
%{_libdir}/libtheora.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamedec}
Summary:	Theora video decoder
Group:		System/Libraries

%description -n %{libnamedec}
Ogg Theora is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed video format.

%files -n %{libnamedec}
%{_libdir}/libtheoradec.so.%{decmajor}*

#----------------------------------------------------------------------------

%package -n %{libnameenc}
Summary:	Theora video encoder
Group:		System/Libraries

%description -n %{libnameenc}
Ogg Theora is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed video format.

%files -n %{libnameenc}
%{_libdir}/libtheoraenc.so.%{encmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	%{libnameenc} = %{version}
Requires:	%{libnamedec} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc installed-docs/*
%{_includedir}/theora
%{_libdir}/libtheora*.so
%{_libdir}/pkgconfig/theora.pc
%{_libdir}/pkgconfig/theoradec.pc
%{_libdir}/pkgconfig/theoraenc.pc

#----------------------------------------------------------------------------

%package -n theora-tools
Summary:	Command line tools for Theora videos
Group:		Video

%description -n theora-tools
The theora-tools package contains simple command line tools for use
with theora bitstreams.define name vorbis-tools

%files -n theora-tools
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
cp %{SOURCE1} doc/spec/

%build
%configure2_5x \
	--disable-static
%make LIBS="-lm"

%install
%makeinstall_std docdir=%{_datadir}/doc/libtheora
mv %{buildroot}%{_datadir}/doc/libtheora installed-docs
rm -f installed-docs/doxygen-build.stamp

mkdir -p %{buildroot}/%{_bindir}
install -m 755 examples/.libs/dump_video %{buildroot}/%{_bindir}/theora_dump_video
install -m 755 examples/.libs/encoder_example %{buildroot}/%{_bindir}/theora_encode
install -m 755 examples/.libs/player_example %{buildroot}/%{_bindir}/theora_player

%check
make check


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-12
+ Revision: 54feb72
- Fix linkage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17409 |14mr|libtiff-4.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname tiff %{major}
%define develname %mklibname tiff -d
%define staticdevelname %mklibname tiff -d -s

Summary:	A library of functions for manipulating TIFF format image files
Name:		libtiff
Version:	4.0.3
Release:	4
License:	BSD-like
Group:		System/Libraries
URL:		http://www.remotesensing.org/libtiff/
Source0:	ftp://ftp.remotesensing.org/pub/libtiff/tiff-%{version}.tar.gz
Patch0:		tiff-4.0.3-CVE-2012-4564.patch
Patch1:		tiff-3.9.1-no_contrib.diff
Patch2:		tiff-4.0.3-CVE-2013-4244.patch
BuildRequires:	autoconf automake libtool m4
BuildRequires:	jbig-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(glut)
BuildRequires:	zlib-devel

%description
The libtiff package contains a library of functions for manipulating TIFF
(Tagged Image File Format) image format files. TIFF is a widely used file
format for bitmapped images. TIFF files usually end in the .tif extension
and they are often quite large.

%package	progs
Summary:	Binaries needed to manipulate TIFF format image files
Group:		Graphics
Requires:	%{libname} = %{version}

%description	progs
This package provides binaries needed to manipulate TIFF format image files.

%package -n	%{libname}
Summary:	A library of functions for manipulating TIFF format image files
Group:		System/Libraries

%description -n	%{libname}
The libtiff package contains a library of functions for manipulating TIFF
(Tagged Image File Format) image format files. TIFF is a widely used file
format for bitmapped images. TIFF files usually end in the .tif extension
and they are often quite large.

%package -n	%{develname}
Summary:	Development tools for programs which will use the libtiff library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	tiff-devel = %{version}-%{release}
Obsoletes:	%{mklibname tiff 3 -d}

%description -n	%{develname}
This package contains the header files and .so libraries for developing
programs which will manipulate TIFF format image files using the libtiff
library.

%prep

%setup -q -n tiff-%{version}
%patch0 -p0
%patch1 -p1
%patch2 -p0

# cleanup
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# Use build system's libtool.m4, not the one in the package.
rm -f libtool.m4

libtoolize --force  --copy
aclocal -I . -I m4
automake --add-missing --copy
autoconf
autoheader

%build
export LDFLAGS="%{ldflags}"
export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS="%{optflags}"

%configure2_5x --enable-ld-version-script

# the "JPEG 8/12 bit dual mode" is too messy..., maybe later?
# http://trac.osgeo.org/gdal/wiki/TIFF12BitJPEG
# --with-jpeg12-include-dir=
# --with-jpeg12-lib=

%make

#temporary disabled due upstream fix
#%check
#№LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH make check

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}/{%{_bindir},%{_datadir}}

rm -rf installed_docs

%makeinstall LIBTIFF_DOCDIR=`pwd`/installed_docs

install -m0644 libtiff/tiffiop.h %{buildroot}%{_includedir}/
install -m0644 libtiff/tif_dir.h %{buildroot}%{_includedir}/

# multiarch policy
%multiarch_includes %{buildroot}%{_includedir}/tiffconf.h

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files progs
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc installed_docs/*
%{_includedir}/*.h*
%{multiarch_includedir}/tiffconf.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0.3-4
+ Revision: 6a8d716
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17410 |14mr|libtiger-0.3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname tiger %{major}
%define develname %mklibname -d tiger
%define staticname %mklibname -s -d tiger

Summary:	Text rendering library for Kate streams
Name:		libtiger
Version:	0.3.4
Release:	4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://code.google.com/p/libtiger/
Source0:	http://libtiger.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		libtiger-0.3.3-fix-linking.patch
Patch1:		libtiger-0.3.4-automake1.12.patch
BuildRequires:	python-devel
BuildRequires:	pkgconfig(kate)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	doxygen

%description
libtiger is a rendering library for Kate streams using Pango and Cairo.

%package -n %{libname}
Group:		System/Libraries
Summary:	Text rendering library for Kate streams

%description -n %{libname}
libtiger is a rendering library for Kate streams using Pango and Cairo.

%package -n %{develname}
Group:		Development/C
Summary:	Text rendering library for Kate streams
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
libtiger is a rendering library for Kate streams using Pango and Cairo. 

%package -n %{staticname}
Group:		Development/C
Summary:	Text rendering library for Kate streams
Requires:	%{develname} = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}

%description -n %{staticname}
libtiger is a rendering library for Kate streams using Pango and Cairo.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std
mkdir -p installed-docs
mv %{buildroot}%{_datadir}/doc/%{name}/html installed-docs
rm -rf %{buildroot}%{_datadir}/doc

%files -n %{libname}
%doc README THANKS AUTHORS
%{_libdir}/libtiger.so.%{major}*

%files -n %{develname}
%doc ChangeLog installed-docs/*
%{_libdir}/libtiger.so
%{_libdir}/pkgconfig/tiger.pc
%{_includedir}/tiger

%files -n %{staticname}
%{_libdir}/libtiger.a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.4-4
+ Revision: d873a12
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17411 |14mr|libtinfo-5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dont_symlinks_libs 1

%define major		5
%define libname		%mklibname tinfo %{major}

Summary:	Virtual package for libtinfo library
Name:		libtinfo
Version:	5
Release:	2
License:	MIT
Group:		System/Libraries
Url:		http://www.gnu.org/software/ncurses/ncurses.html

%description
Virtual package for libtinfo library.

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Virtual package for libtinfo library
Group:		System/Libraries
Requires:	%{_lib}ncurses%{major}
%ifarch x86_64
Provides:	libtinfo.so.%{major}()(64bit) = %{EVRD}
%else
Provides:	libtinfo.so.%{major} = %{EVRD}
%endif

%description -n	%{libname}
Virtual package for libtinfo library.

%files -n %{libname}
%{_libdir}/libtinfo.so.%{major}

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_libdir}
pushd %{buildroot}%{_libdir}
ln -s %{_libdir}/libncurses.so.%{major} libtinfo.so.%{major}
popd

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5-2
+ Revision: 21a2c6c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17412 |14mr|libtirpc-0.2.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 1
%define libname %mklibname tirpc %{major}
%define devname %mklibname tirpc -d
%define static %mklibname -d -s tirpc
%define beta %nil

%bcond_with uclibc
%bcond_without gss

Summary:	Transport Independent RPC Library
Name:		libtirpc
Version:	0.2.4
License:	SISSL and BSD
Group:		System/Libraries
Url:		http://sourceforge.net/projects/libtirpc
%if "%{beta}" == ""
Release:	6
Source0:	http://downloads.sourceforge.net/libtirpc/%{name}-%{version}.tar.bz2
%else
Release:	0.%{beta}.1
# Packaged from git://git.infradead.org/~steved/libtirpc.git w/ git archive
Source0:	%{name}-%{version}-%{beta}.tar.xz
%endif
# Related headers that were removed from glibc
Source10:	nis.h
Source11:	nis_tags.h
Source12:	nislib.h
Source13:	yp_prot.h
Source14:	ypclnt.h
Source15:	key_prot.h
Source16:	rpc_des.h
Source17:	yp.h
Source18:	ypupd.h
Patch0:		libtirpc-0.2.3-add-missing-bits-from-glibc.patch
Patch2:		libtirpc-0.2.3-types.h.patch
Patch5:		libtirpc-0008-Add-rpcgen-program-from-nfs-utils-sources.patch
Patch6:		libtirpc-0.2.3-update-rpcgen-from-glibc.patch
Patch7:		rpcgen-compile.patch
Patch8:		libtirpc-0.2.4-sizeof.patch
BuildRequires:	libtool
%if %{with gss}
BuildRequires:	krb5-devel
%else
BuildConflicts:	krb5-devel
BuildConflicts:	uclibc-%{libname}
%endif
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.33.2-15
%endif

%description
This package contains SunLib's implementation of transport-independent
RPC (TI-RPC) documentation.  This library forms a piece of the base of 
Open Network Computing (ONC), and is derived directly from the 
Solaris 2.3 source.

TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V 
Transport Layer Interface (TLI) or an equivalent X/Open Transport Interface 
(XTI).  TI-RPC is on-the-wire compatible with the TS-RPC, which is supported 
by almost 70 vendors on all major operating systems.  TS-RPC source code 
(RPCSRC 4.0) remains available from several internet sites.

%files
%config(noreplace) %{_sysconfdir}/netconfig

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Transport Independent RPC Library
Group:		System/Libraries
Requires:	%{name} >= %{EVRD}

%description -n	%{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libtirpc.so.%{major}*

#----------------------------------------------------------------------------

%if %{with uclibc}
%package -n uclibc-%{libname}
Summary:	Transport Independent RPC Library (uClibc build)
Group:		System/Libraries

%description -n uclibc-%{libname}
This package contains the uClibc shared library for %{name}.

%files -n uclibc-%{libname}
%{uclibc_root}%{_libdir}/libtirpc.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the libtirpc library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
%if %{with uclibc}
Requires:	uclibc-%{libname} = %{EVRD}
%endif
Provides:	tirpc-devel = %{EVRD}
Conflicts:	glibc < 6:2.17-1.22064.3
Conflicts:	glibc-devel < 6:2.17-1.22064.3

%description -n %{devname}
This package includes header files and libraries necessary for developing
programs which use the tirpc library.

%files -n %{devname}
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/rpcgen
%{_libdir}/libtirpc.so
%{_libdir}/pkgconfig/libtirpc.pc
%{_includedir}/tirpc
%{_includedir}/netconfig.h
%{_includedir}/rpc/*
%{_includedir}/rpcsvc/*
%{_mandir}/man[135]/*
%if %{with uclibc}
%{uclibc_root}%{_bindir}/rpcgen
%{uclibc_root}%{_libdir}/libtirpc.so
%{uclibc_root}%{_libdir}/pkgconfig/libtirpc.pc
%endif

#----------------------------------------------------------------------------

%package -n %{static}
Summary:	Static version of libtirpc library
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	tirpc-static-devel = %{EVRD}

%description -n %{static}
This package contains a static library version of the libtirpc library.

%files -n %{static}
%{_libdir}/libtirpc.a
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libtirpc.a
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

install -m644 %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} tirpc/rpcsvc/
install -m644 %{SOURCE15} %{SOURCE16} tirpc/rpc/

%build
CONFIGURE_TOP="$PWD"
export CFLAGS="%{optflags} -fPIC"

%if %{with uclibc}
mkdir -p uclibc
pushd uclibc

%uclibc_configure \
--enable-shared \
--enable-static \
--disable-gssapi

%make all
popd
%endif

mkdir -p system
pushd system

%configure2_5x	\
	--enable-shared \
	--enable-static \
%if %{with gss}
	--enable-gssapi
%else
	--disable-gssapi
%endif

%make all
popd

%install
%if %{with uclibc}
%makeinstall_std -C uclibc
%endif

%makeinstall_std -C system
install -m 755 -d %{buildroot}%{_sysconfdir}
install -m 644 doc/netconfig %{buildroot}%{_sysconfdir}/netconfig
install -m644 %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} %{SOURCE17} %{SOURCE18} %{buildroot}%{_includedir}/tirpc/rpcsvc/
install -m644 %{SOURCE15} %{SOURCE16} %{buildroot}%{_includedir}/tirpc/rpc/

install -d %{buildroot}%{_includedir}/{rpc,rpcsvc}/
cd %{buildroot}%{_includedir}/tirpc/rpc
for i in *.h; do
	ln -sf ../tirpc/rpc/$i %{buildroot}%{_includedir}/rpc/$i
done
cd ../rpcsvc
for i in *.h; do
	ln -sf ../tirpc/rpcsvc/$i %{buildroot}%{_includedir}/rpcsvc/$i
done
cd %{buildroot}%{_includedir}
ln -s tirpc/netconfig.h .


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.4-6
+ Revision: e24c575
- BuildList#2062192: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17413 |14mr|libtommath-0.42.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname tommath %{major}
%define libname_devel %mklibname tommath -d
%define libname_static_devel %mklibname tommath -d -s

Summary:	Portable number theoretic multiple-precision integer library
Name:		libtommath
Version:	0.42.0
Release:	2
Group:		System/Libraries
License:	Public Domain
URL:		http://libtom.org/
Source0:	http://libtom.org/files/ltm-%{version}.tar.bz2
Patch0:		libtommath-makefile.patch
BuildRequires:	ghostscript
BuildRequires:	libtool
BuildRequires:	libtiff-progs
BuildRequires:	tetex-dvips
BuildRequires:	tetex-latex
BuildRequires:	ghostscript-dvipdf

%description
A free open source portable number theoretic multiple-precision integer
library written entirely in C. (phew!). The library is designed to
provide a simple to work with API that provides fairly efficient
routines that build out of the box without configuration.

%package -n	%{libname}
Summary:	Portable number theoretic multiple-precision integer library
Group:		System/Libraries

%description -n	%{libname}
A free open source portable number theoretic multiple-precision integer
library written entirely in C. (phew!). The library is designed to
provide a simple to work with API that provides fairly efficient
routines that build out of the box without configuration.

%package -n	%{libname_devel}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	tommath-devel = %{version}-%{release}

%description -n %{libname_devel}
The %{libname_devel} package contains libraries and header files for
developing applications that use %{name}.

%package -n	%{libname_static_devel}
Summary:	Static development files for %{name}
Group:		Development/C
Requires:	%{libname_devel} = %{version}-%{release}
Provides:	tommath-static-devel = %{version}-%{release}

%description -n	%{libname_static_devel}
The %{libname_static_devel} package contains static libraries for
developing applications that use %{name}.

%prep
rm -rf %{buildroot}

%setup -q
%patch0 -p1

%build
export CFLAGS="%{optflags}"

%make LIBPATH=%{_libdir} -f makefile.shared 
%make -f makefile poster manual docs

%install
export INSTALL_USER=$(id -un)
export INSTALL_GROUP=$(id -gn)

%makeinstall_std INCPATH=%{_includedir}/tommath LIBPATH=%{_libdir} -f makefile.shared

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean

%files -n %{libname}
%defattr(0644,root,root,0755)
%doc LICENSE
%attr(0755,root,root) %{_libdir}/*.so.%{major}*

%files -n %{libname_devel}
%defattr(0644,root,root,0755)
%doc bn.pdf poster.pdf tommath.pdf
%dir %{_includedir}/tommath
%attr(0644,root,root) %{_includedir}/tommath/*
%attr(0755,root,root) %{_libdir}/*.so

%files -n %{libname_static_devel}
%defattr(0644,root,root,0755)



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.42.0-2
+ Revision: 8408b18
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17414 |14mr|libtool-2.4.2-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname_orig libltdl
%define major 7
%define libname %mklibname ltdl %{major}
%define devname %mklibname ltdl -d

# for the testsuite:
%define _disable_ld_no_undefined 1
%define _disable_ld_as_needed 1

%bcond_with bootstrap

%define arch_has_java 1
%ifarch %{arm} %{mips}
%define arch_has_java 0
%endif
%if %{with bootstrap}
%define arch_has_java 0
%endif

Summary:	The GNU libtool, which simplifies the use of shared libraries
Name:		libtool
Version:	2.4.2
Release:	17
License:	GPLv2+
Group:		Development/Other
Url:		http://www.gnu.org/software/libtool/libtool.html
Source0:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
Source1:	%{SOURCE0}.sig
# deprecated: introduced in July 2003
# (cf http://lists.mandriva.com/cooker-amd64/2003-12/msg00046.php)
# but is not needed anymore since Sept 2003 change in rpm "Make "x86_64" the
# canonical arch on amd64"

# (Abel) Patches please only modify ltmain.in and don't touch ltmain.sh
# otherwise ltmain.sh will not be regenerated, and patches will be lost

# (cjw) when a library that is produced in the build is also linked against, 
#       make sure that the library in the rpm install dir is used for relinking 
#	even if (an older version of) the lib is installed on the system
Patch0:		relink.patch
#
Patch1:		libtool-2.2.10-rpath.patch
Patch2:		ltmain-SED.patch
# (abondrov) pass -fuse-ld= flag to allow switching between bfd and gold
Patch3:		libtool-2.4.2-fuse-ld.patch
Patch12:	do-not-link-against-deplibs.patch
Patch13:	drop-ld-no-undefined-for-shared-lib-modules.patch
Patch14:	fix-checking-libltdl-is-installed-installable.patch
# (cjw) do not use CFLAGS when running gcj
Patch16:	libtool-2.2.6-use-gcjflags-for-gcj.patch
# (cjw) in the libltdl install test, use --enable-ltdl-install to make sure 
#       the library is built even if it is installed on the system
Patch17:	libtool-2.2.6b-libltdl-install-test-fix.patch
# (cjw) mdemo-dryrun test may fail because file sizes are incorrect in 'before' 
#       file list
Patch18:	libtool-2.4-dryrun-sleepmore.patch
#Patch19:	libtool-2.4.2-drop-soname-for-modules.patch
# (fwang) detect libltdl.so rather than libltdl.la, as we will delete them
Patch20:	libtool-2.4.2-use-so-to-detect-libltdl.patch

BuildRequires:	help2man
%if ! %{with bootstrap}
BuildRequires:	gcc-gfortran
%ifarch ia64 %{ix86} x86_64
BuildRequires:	quadmath-devel
%endif
%endif
%if %{arch_has_java}
BuildRequires:	gcc-java
BuildRequires:	pkgconfig(libgcj-4.9)
%endif
Requires:	%{name}-base = %{EVRD}

%description
The libtool package contains the GNU libtool, a set of shell scripts
which automatically configure UNIX and UNIX-like architectures to
generically build shared libraries.  Libtool provides a consistent,
portable interface which simplifies the process of using shared
libraries.

If you are developing programs which will use shared libraries, you
should install libtool.

%files
%doc AUTHORS NEWS README THANKS TODO
%{_bindir}/libtool
%{_mandir}/man1/libtool.1.*

#----------------------------------------------------------------------------

%package	base
Group:		Development/C
Summary:	Basic package for %{name}
Requires:	file

%description	base
The libtool package contains the GNU libtool, a set of shell scripts
which automatically configure UNIX and UNIX-like architectures to
generically build shared libraries.  Libtool provides a consistent,
portable interface which simplifies the process of using shared
libraries.

If you are developing programs which will use shared libraries, you
should install libtool.

%files base
%{_bindir}/libtoolize
%{_mandir}/man1/libtoolize.*
%{_infodir}/libtool.info*
%{_datadir}/libtool
%{_datadir}/aclocal/*.m4

#----------------------------------------------------------------------------

%package -n	%{libname}
Group:		Development/C
Summary:	Shared library files for libtool
License:	LGPLv2.1+
Provides:	%{libname_orig} = %{EVRD}

%description -n	%{libname}
Shared library files for libtool DLL library from the libtool package.

%files -n %{libname}
%{_libdir}/libltdl.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Group:		Development/C
Summary:	Development files for libtool
License:	LGPLv2.1+
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{libname_orig}-devel = %{EVRD}

%description -n	%{devname}
Development headers, and files for development from the libtool package.

%files -n %{devname}
%doc libltdl/README
%doc tests/demo
%{_includedir}/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
./bootstrap

%build
# don't use configure macro - it forces libtoolize, which is bad -jgarzik
# Use configure macro but define __libtoolize to be /bin/true -Geoff
%define __libtoolize /bin/true
# And don't overwrite config.{sub,guess} in this package as well -- Abel
%define __cputoolize /bin/true

%configure2_5x --disable-static
%make

# lame & ugly, trying to fix up relative paths that's made their way into libtool..
DIRS=$(cat libtool|grep compiler_lib_search_dirs|grep -F ..|uniq|cut -d'"' -f2)
PATHS=$(cat libtool|grep compiler_lib_search_path|grep -F ..|uniq|cut -d'"' -f2)
for i in $DIRS; do pushd $i; ABSOLUTE="$ABSOLUTE $PWD"; popd; done
ABSOLUTE=$(echo $ABSOLUTE | sed -e 's#%{_libdir} /%{_lib}#/%{_lib}#g' -e 's#%{_libdir} %{_libdir}#%{_libdir}#g')
sed -e "s#compiler_lib_search_dirs=\"$DIRS\"#compiler_lib_search_dirs=\"$ABSOLUTE\"#g" -i libtool
for i in $ABSOLUTE; do SEARCH=$(echo $SEARCH -L$i); done
sed -e "s#compiler_lib_search_path=\"$PATHS\"#compiler_lib_search_path=\"$SEARCH\"#g" -i libtool

%install
%makeinstall_std


%changelog
* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.2-17
+ Revision: 739254a
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17415 |14mr|libtorrent-rasterbar-0.16.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname torrent-rasterbar
%define major 7
%define libname %mklibname %{shortname} %{major}
%define devname %mklibname %{shortname} -d

Summary:	The Rasterbar BitTorrent library
Name:		libtorrent-rasterbar
Version:	0.16.16
Release:	3
License:	BSD
Group:		System/Libraries
URL:		http://www.rasterbar.com/products/libtorrent/
Source0:	http://libtorrent.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	boost-devel
BuildRequires:	python-devel
BuildRequires:	pkgconfig(geoip)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

%description
libtorrent-rasterbar is a C++ library that aims to be a good
alternative to all the other bittorrent implementations around. It is
a library and not a full featured client. It is not the same as the
other libtorrent, as used by the 'rtorrent' application, that is in
the 'libtorrent' package. The two are completely different and
incompatible.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The Rasterbar BitTorrent library
Group:		System/Libraries

%description -n %{libname}
libtorrent-rasterbar is a C++ library that aims to be a good
alternative to all the other bittorrent implementations around. It is
a library and not a full featured client. It is not the same as the
other libtorrent, as used by the 'rtorrent' application, that is in
the 'libtorrent' package. The two are completely different and
incompatible.

%files -n %{libname}
%{_libdir}/libtorrent-rasterbar.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The Rasterbar BitTorrent library's development headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	rb_libtorrent-devel = %{EVRD}

%description -n %{devname}
libtorrent-rasterbar is a C++ library that aims to be a good
alternative to all the other bittorrent implementations around. It is
a library and not a full featured client. It is not the same as the
other libtorrent, as used by the 'rtorrent' application, that is in
the 'libtorrent' package. The two are completely different and
incompatible. This package contains development libraries and headers.

%files -n %{devname}
%{_libdir}/libtorrent-rasterbar.so
%{_includedir}/libtorrent
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	The Rasterbar BitTorrent library's Python bindings
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n python-%{name}
libtorrent-rasterbar is a C++ library that aims to be a good
alternative to all the other bittorrent implementations around. It is
a library and not a full featured client. It is not the same as the
other libtorrent, as used by the 'rtorrent' application, that is in
the 'libtorrent' package. The two are completely different and
incompatible. This package contains Python bindings.

%files -n python-%{name}
%{py_platsitedir}/*.so
%{py_platsitedir}/*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# (tpg) a workaround for libtool crap
#sed -i 's/AC_CONFIG_MACRO_DIR(\[m4\])/dnl AC_CONFIG_MACRO_DIR(\[m4\])/' configure.in
#autoreconf -fi
export CFLAGS="%{optflags} -DBOOST_FILESYSTEM_VERSION=2"
export CXXFLAGS="%{optflags}  -DBOOST_FILESYSTEM_VERSION=2"
%configure2_5x \
	--disable-static \
	--enable-python-binding \
	--with-zlib=system \
	--with-libgeoip=system \
	--enable-encryption \
	--enable-dht \
	--with-boost-libdir=%{_libdir}

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.16.16-3
+ Revision: 2b21ef3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17416 |14mr|libtunepimp-0.5.3-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname tunepimp %{major}
%define devname %mklibname tunepimp -d

Summary:	A library for creating MusicBrainz enabled tagging applications
Name:		libtunepimp
Epoch:		1
Version:	0.5.3
Release:	25
License:	GPLv2+
Group:		System/Libraries
Url:		http://musicbrainz.org/doc/libtunepimp
Source0:	ftp://ftp.musicbrainz.org/pub/musicbrainz/%{name}-%{version}.tar.bz2
Patch0:		tunepimp-0.5.3-build-fix.patch
Patch1:		tunepimp-0.5.3-gcc43.patch
Patch2:		tunepimp-0.5.3-libtool.patch
Patch3:		libtunepimp-0.5.3-new-libmp4v2.patch
Patch4:		libtunepimp-0.5.3-gcc44.patch
Patch5:		libtunepimp-0.5.3-curl-7.26.patch
Patch6:		libtunepimp-automake-1.13.patch

BuildRequires:	libmpcdec-devel
BuildRequires:	libmp4v2-devel >= 2.0
BuildRequires:	libtool-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libofa)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis)

%description
The TunePimp library (also referred to as libtunepimp) is
a development library geared towards developers who wish
to create MusicBrainz enabled tagging applications. 

#----------------------------------------------------------------------------

%package -n tunepimp-utils
Summary:	A library for creating MusicBrainz enabled tagging applications
Group:		Sound

%description -n tunepimp-utils
This package contains %{name} tools

%files -n tunepimp-utils
%doc AUTHORS ChangeLog INSTALL README README.LGPL TODO
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n tunepimp-plugins
Summary:	A library for creating MusicBrainz enabled tagging applications
Group:		Sound

%description -n tunepimp-plugins
This package contains %{name} plugins

%files -n tunepimp-plugins
%dir %{_libdir}/tunepimp/
%dir %{_libdir}/tunepimp/plugins/
%{_libdir}/tunepimp/plugins/flac.tpp
%{_libdir}/tunepimp/plugins/mp3.tpp
%{_libdir}/tunepimp/plugins/mpc.tpp
%{_libdir}/tunepimp/plugins/speex.tpp
%{_libdir}/tunepimp/plugins/tta.tpp
%{_libdir}/tunepimp/plugins/vorbis.tpp
%{_libdir}/tunepimp/plugins/wav.tpp
%{_libdir}/tunepimp/plugins/wma.tpp
%{_libdir}/tunepimp/plugins/wv.tpp

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for creating MusicBrainz enabled tagging applications
Group:		System/Libraries

%description -n %{libname}
The TunePimp library (also referred to as libtunepimp) is
a development library geared towards developers who wish
to create MusicBrainz enabled tagging applications.

%files -n %{libname}
%{_libdir}/libtunepimp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files needed for developing applications which use litunepimp
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
The %{name}-devel package includes the header files and .so libraries
necessary for developing MusicBrainz enabled tagging applications.

If you are going to develop MusicBrainz enabled tagging 
applications you should install %{name}-devel. You'll also need 
to have the %{name} package installed.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%package -n python-tunepimp
Summary:	Python binding to use libtunepimp
Group:		Development/Python
Requires:	python-ctypes
Requires:	%{libname} = %{EVRD}
BuildRequires:	pkgconfig(python)

%description -n python-tunepimp
Python binding to use libtunepimp.

%files -n python-tunepimp
%{py_puresitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# Doesn't build and won't get fixed
sed -i -e 's, mp4,,' plugins/Makefile.am
sed -i -e 's,mp4v2,mp4v3,' configure.in

autoreconf -fi

%build
%configure2_5x \
	--with-included-ltdl=no \
	--with-ltdl-include=%{_includedir} \
	--with-ltdl-lib=%{_libdir} \
	--disable-static

%make

%install
%makeinstall_std

cd python
python setup.py install --root=%{buildroot}

# Create symlink for current version includes
cd %{buildroot}%{_includedir}
ln -sf tunepimp-0.%{major} tunepimp


%changelog
* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.5.3-25
+ Revision: 2bebf47
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17417 |14mr|libucil-0.9.10-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major	2
%define lib_name	%mklibname ucil %{lib_major}
%define develname	%mklibname -d ucil

Summary: Library to render text and graphic overlays onto video images
Name: libucil
Version: 0.9.10
Release: 5
Source0: http://www.unicap-imaging.org/downloads/%{name}-%{version}.tar.gz
Patch0: libucil-0.9.8-bz627890.patch
Patch1: libucil-0.9.10-leaks.patch
Patch2: libucil-0.9.10-warnings.patch
License: GPLv2+
Group: System/Libraries
Url: http://www.unicap-imaging.org/
BuildRequires: intltool
BuildRequires: gtk-doc
BuildRequires: libunicap-devel
BuildRequires: glib2-devel
BuildRequires: pango-devel
BuildRequires: pkgconfig(pangoft2)
BuildRequires: pkgconfig(alsa)
BuildRequires: libgstreamer-plugins-base-devel
BuildRequires: libtheora-devel
BuildRequires: libogg-devel
BuildRequires: libvorbis-devel
BuildRequires: libpng-devel

%description
Unicap provides a uniform interface to video capture devices. It allows
applications to use any supported video capture device via a single API.
The related ucil library provides easy to use functions to render text
and graphic overlays onto video images.

%package -n %{lib_name}
Summary:	Dynamic libraries for libucil
Group:		System/Libraries
Conflicts:	%{_lib}unicap2 < 0.9.12

%description -n %{lib_name}
Unicap provides a uniform interface to video capture devices. It allows
applications to use any supported video capture device via a single API.
The related ucil library provides easy to use functions to render text
and graphic overlays onto video images.

%package -n %{develname}
Summary:	Development libraries, include files for Ucil
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{lib_name} = %{version}
Conflicts:	%{_lib}unicap-devel < 0.9.12

%description -n %{develname}
The package includes header files and libraries necessary
for developing programs which use the ucil library. It contains the API
documentation of the library, too.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%configure2_5x --disable-static --disable-rpath
%make

%install
rm -rf %{buildroot}

%makeinstall_std

#%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -n %{lib_name}
%defattr(-,root,root)
%{_libdir}/*.so.%{lib_major}*

%files -n %{develname}
%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/libucil
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.10-5
+ Revision: c0191de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17418 |14mr|libunicap-0.9.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major	2
%define lib_name	%mklibname unicap %{lib_major}
%define develname	%mklibname -d unicap

Summary: Library to access different kinds of ( video ) capture devices 
Name: libunicap
Version: 0.9.12
Release: 3
Source0: http://www.unicap-imaging.org/downloads/%{name}-%{version}.tar.gz
Patch0: unicap-0.9.6-v4l1.patch
Patch1: libunicap-0.9.12-link.patch
Patch2: libunicap-0.9.12-includes.patch
Patch3: libunicap-0.9.12-memerrs.patch
Patch4: libunicap-0.9.12-arraycmp.patch
Patch5: libunicap-0.9.12-warnings.patch
Patch6: libunicap-bz641623.patch
Patch7: libunicap-bz642118.patch
License: GPLv2+
Group: System/Libraries
Url: http://www.unicap-imaging.org/
BuildRequires: pkgconfig(libraw1394)
BuildRequires: intltool
Conflicts: %{_lib}unicap2 < 0.9.12

%description
unicap is a library to access different kinds of ( video ) capture devices. 

%package -n %{lib_name}
Summary:	Dynamic libraries for Unicap
Group:		System/Libraries
Requires:	%{name} = %{version}

%description -n %{lib_name}
unicap is a library to access different kinds of ( video ) capture devices. 

%package -n %{develname}
Summary:	Static libraries, include files for Unicap
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{lib_name} = %{version}
Obsoletes:	%{lib_name}-devel < %{version}
Obsoletes:	%{name}-devel < %{version}

%description -n %{develname}
Static library and headers file
needed in order to develop applications using unicap.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1

sed -i -e 's/\(SYSFS\|ATTRS\)/ATTRS/g' data/50-euvccam.rules

%build
%configure2_5x --disable-v4l --disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std

#remove unpackaged files
rm -f %{buildroot}%{_libdir}/unicap%{lib_major}/{backends,cpi}/*.{la,a} 

%find_lang unicap

%clean
rm -rf %{buildroot}

%files -f unicap.lang
%defattr(-,root,root)
%{_sysconfdir}/udev/rules.d/*
%{_libdir}/unicap%{lib_major}

%files -n %{lib_name}
%defattr(-,root,root)
%{_libdir}/*.so.%{lib_major}*

%files -n %{develname}
%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/libunicap
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.12-3
+ Revision: dd4e7c0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17419 |14mr|libunicapgtk-0.9.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major	2
%define lib_name	%mklibname unicapgtk %{lib_major}
%define develname	%mklibname -d unicapgtk

Summary:	Library to build graphical widgets for the unicap library
Name:		libunicapgtk
Version:	0.9.8
Release:	4
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.unicap-imaging.org/
Source0:	http://www.unicap-imaging.org/downloads/%{name}-%{version}.tar.gz
Patch0:		libunicapgtk-0.9.8-link.patch
Patch1:		libunicapgtk-bz532289.patch
Patch2:		libunicapgtk-0.9.8-destroycb.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libunicap)
BuildRequires:	pkgconfig(libucil)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xv)
BuildRequires:	gtk-doc
BuildRequires:	intltool

%description
Unicap provides a uniform interface to video capture devices. It allows
applications to use any supported video capture device via a single API.
Building applications with a graphical user interface is made especially
easy with the unicapGTK widget set.

%package -n %{lib_name}
Summary:	Dynamic libraries for Unicapgtk
Group:		System/Libraries
Requires:	%{name} >= %{version}-%{release}
Conflicts:	%{_lib}unicap2 < 0.9.12

%description -n %{lib_name}
Unicap provides a uniform interface to video capture devices. It allows
applications to use any supported video capture device via a single API.
Building applications with a graphical user interface is made especially
easy with the unicapGTK widget set.

%package -n %{develname}
Summary:	Static libraries, include files for Unicapgtk
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{lib_name} = %{version}-%{release}
Conflicts:	%{_lib}unicap-devel < 0.9.12

%description -n %{develname}
Static library and headers file
needed in order to develop applications using unicap.

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
%configure2_5x --disable-static
%make LIBS="-pthread"

%install
%makeinstall_std

%find_lang unicapgtk

%files -f unicapgtk.lang

%files -n %{lib_name}
%{_libdir}/*.so.%{lib_major}*

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/libunicapgtk
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.8-4
+ Revision: d33dfd3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17420 |14mr|libuninameslist-20091231-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version 20091231
%define release 5

%define major 0
%define libname %mklibname uninameslist %{major}
%define develname %mklibname uninameslist -d

Summary:	A Library of Unicode annotation data
Name:		libuninameslist
Version:	%{version}
Release:	%{release}
License:	BSD Style
Group:		System/Libraries
URL:		http://libuninameslist.sourceforge.net/
Source:		http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The Unicode consortium provides a file containing annotations on many
unicode characters. This library contains a compiled version of this
file so that programs can access these data easily.

%package	-n %{libname}
Summary:	A Library of Unicode annotation data
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description	-n %{libname}
The Unicode consortium provides a file containing annotations on many
unicode characters. This library contains a compiled version of this
file so that programs can access these data easily.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Obsoletes:	%{_lib}uninameslist0-devel

%description -n	%{develname}
The Unicode consortium provides a file containing annotations on many
unicode characters. This library contains a compiled version of this
file so that programs can access these data easily.

This package provides development related files for compiling or
developing any software that make use of this library.

%prep
%setup -q -n %{name}

%build
%configure2_5x --enable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc LICENSE
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/lib*.a




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091231-5
+ Revision: 3c4fe60
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17421 |14mr|libunique-1.1.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 		0
%define api 1.0
%define libname		%mklibname unique %major
%define develname	%mklibname unique -d

Summary: 	Library for creating single instance applications
Name: 		libunique
Version: 	1.1.6
Release:	8
URL: 		http://live.gnome.org/LibUnique
License: 	LGPLv2+
Group: 		System/Libraries
Source0: 	http://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.bz2
Patch0:		unique-1.0.6-fix-str-fmt.patch

BuildRequires:	dbus-glib-devel >= 0.70
BuildRequires:	gtk+2-devel >= 2.11.0
BuildRequires:	glib2-devel >= 2.12.0
BuildRequires:	gobject-introspection-devel
BuildRequires:	gtk-doc

%description
Unique is a library for creating single instance applications.

%package -n	%{libname}
Group:		System/Libraries
Summary:	Library for creating single instance applications
Conflicts: gir-repository < 0.6.5-3

%description -n %{libname}
Unique is a library for creating single instance applications.

%package -n %{develname}
Group:		Development/C
Summary:	Header files for development with %name
Provides:	unique-devel = %{version}
Requires:	%{libname} = %{version}
Conflicts: gir-repository < 0.6.5-3

%description -n %{develname}
Unique is a library for creating single instance applications.

%prep
%setup -q
%patch0 -p0

# this is a hack for glib2.0 >= 2.31.0
sed -i -e 's/-DG_DISABLE_DEPRECATED//g' \
	./unique/Makefile.*

%build
%configure2_5x \
	--disable-static \
	--enable-maintainer-flags=no

%make

%install
rm -rf %{buildroot}
%makeinstall_std
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print

%files -n %{libname}
%{_libdir}/libunique-%api.so.%{major}*
%_libdir/girepository-1.0/Unique-%{api}.typelib

%files -n %{develname}
%doc AUTHORS
%docdir %{_datadir}/gtk-doc/html/unique
%doc %{_datadir}/gtk-doc/html/unique/*
%{_libdir}/libunique-%api.so
%{_libdir}/pkgconfig/unique-%api.pc
%{_includedir}/unique-%api
%_datadir/gir-1.0/Unique-%api.gir



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.6-8
+ Revision: ae9df2a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17422 |14mr|libunique3-3.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 		0
%define api 3.0
%define oname libunique
%define libname		%mklibname unique %api %major
%define develname	%mklibname unique -d %api

Summary: 	Library for creating single instance applications
Name: 		libunique3
Version: 	3.0.2
Release:	3
URL: 		http://live.gnome.org/LibUnique
License: 	LGPLv2+
Group: 		System/Libraries
Source0: 	http://ftp.gnome.org/pub/GNOME/sources/%oname/%{oname}-%{version}.tar.xz
BuildRequires:	dbus-glib-devel >= 0.70
BuildRequires:	gtk+3-devel >= 2.90.0
BuildRequires:	glib2-devel >= 2.12.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	gobject-introspection-devel
BuildRequires:	gtk-doc

%description
Unique is a library for creating single instance applications.

%package -n	%{libname}
Group:		System/Libraries
Summary:	Library for creating single instance applications
Conflicts: gir-repository < 0.6.5-3

%description -n %{libname}
Unique is a library for creating single instance applications.

%package -n %{develname}
Group:		Development/C
Summary:	Header files for development with %oname
Provides:	unique-%api-devel = %version-%release
Requires:	%{libname} = %{version}
Conflicts: gir-repository < 0.6.5-3

%description -n %{develname}
Unique is a library for creating single instance applications.

%prep
%setup -q -n %oname-%version

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}

%makeinstall_std

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libunique-%api.so.%{major}*
%_libdir/girepository-1.0/Unique-%{api}.typelib

%files -n %{develname}
%doc AUTHORS
%defattr(-,root,root)
%{_libdir}/libunique-%api.so
%{_libdir}/pkgconfig/unique-%api.pc
%{_includedir}/unique-%api
%_datadir/gir-1.0/Unique-%api.gir
%_datadir/gtk-doc/html/unique-3.0



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.2-3
+ Revision: f560bcd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17423 |14mr|libunistring-0.9.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname unistring %{major}
%define develname %mklibname -d unistring

Summary:	GNU Unicode string library
Name:		libunistring
Version:	0.9.3
Release:	5
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnu.org/software/libunistring/
Source0:	http://ftp.gnu.org/gnu/libunistring/%{name}-%{version}.tar.gz
BuildRequires:	locales-fr
BuildRequires:	texinfo

%description
This library implements Unicode strings (in three flavours: UTF-8
strings, UTF-16 strings, UTF-32 strings), together with functions for
Unicode charactets (character names, classifications, properties) and
functions for string processing (formatted output, width, word breaks,
line breaks, normalization, case folding, regular expressions).

%package -n %{libname}
Group:		System/Libraries
Summary:	GNU Unicode string library

%description -n %{libname}
This library implements Unicode strings (in three flavours: UTF-8
strings, UTF-16 strings, UTF-32 strings), together with functions for
Unicode charactets (character names, classifications, properties) and
functions for string processing (formatted output, width, word breaks,
line breaks, normalization, case folding, regular expressions).

%package -n %{develname}
Group:		Development/C
Summary:	GNU Unicode string library - development files
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -s -d unistring} < %{version}-%{release}

%description -n %{develname}
This library implements Unicode strings (in three flavours: UTF-8
strings, UTF-16 strings, UTF-32 strings), together with functions for
Unicode charactets (character names, classifications, properties) and
functions for string processing (formatted output, width, word breaks,
line breaks, normalization, case folding, regular expressions).

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS NEWS README
%{_libdir}/libunistring.so.%{major}*

%files -n %{develname}
%doc HACKING DEPENDENCIES THANKS ChangeLog
%doc %{_datadir}/doc/%{name}/*.html
%{_libdir}/libunistring.so
%{_infodir}/libunistring.info*
%{_includedir}/unistring
%{_includedir}/*.h


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.3-5
+ Revision: 003b791
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17424 |14mr|libunwind-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname		unwind
%define onamedump	unwindcoredump
%define major		8
%define majordump	0
%define libname	%mklibname %{oname} %{major}
%define libdump	%mklibname %{onamedump} %{majordump}
%define devname	%mklibname %{oname} -d
%define _disable_ld_no_undefined 1

Summary:	An unwinding library
Name:		libunwind
Version:	1.1
Release:	6
License:	BSD
Group:		System/Libraries
Url:		http://savannah.nongnu.org/projects/libunwind
Source0:	http://download.savannah.gnu.org/releases/libunwind/libunwind-%{version}.tar.gz
#Fedora specific patch
Patch1:		libunwind-disable-setjmp.patch
Patch2:		libunwind-aarch64.patch
BuildRequires:	libtool

%description
Libunwind provides a C ABI to determine the call-chain of a program.
This version of libunwind is targetted for the ia64 platform.

%package -n %{libname}
Summary:	Dynamic libraries from %{oname}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{_lib}unwind1 < 1.0.1-1

%description -n %{libname}
Dynamic libraries from %{name}.

%package -n %{libdump}
Summary:	Dynamic libraries from %{oname}
Group:		System/Libraries
Provides:	%{name}-coredump = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{_lib}unwind1 < 1.0.1-1

%description -n %{libdump}
Dynamic libraries from %{name}.

%package -n %{devname}
Summary:	Development package for libunwind
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name}-coredump = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%track
prog %name = {
	url = http://mirror3.layerjet.com/nongnu/libunwind/
	regex = %name-(__VER__)\.tar\.gz
	version = %version
}

%description -n %{devname}
The libunwind-devel package includes the libraries and header files for
libunwind.

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
       --enable-static \
       --enable-shared

%make

%install
%makeinstall_std

# /usr/include/libunwind-ptrace.h
# [...] aren't really part of the libunwind API.  They are implemented in
# a archive library called libunwind-ptrace.a.
mv -f %{buildroot}%{_libdir}/libunwind-ptrace.a %{buildroot}%{_libdir}/libunwind-ptrace.a-save
rm -f %{buildroot}%{_libdir}/libunwind*.a
mv -f %{buildroot}%{_libdir}/libunwind-ptrace.a-save %{buildroot}%{_libdir}/libunwind-ptrace.a
rm -f %{buildroot}%{_libdir}/libunwind-ptrace*.so*

%check
%if 0%{?_with_check:1} || 0%{?_with_testsuite:1}
echo ====================TESTING=========================
make check || true
echo ====================TESTING END=====================
%else
echo ====================TESTSUITE DISABLED=========================
%endif

%files -n %{libname}
%{_libdir}/libunwind*.so.%{major}*

%files -n %{libdump}
%{_libdir}/libunwind-coredump.so.%{majordump}*

%files -n %{devname}
%doc COPYING README NEWS
%{_libdir}/libunwind*.so
%{_libdir}/libunwind-ptrace.a
%{_mandir}/*/*
%{_libdir}/pkgconfig/*.pc
# <unwind.h> does not get installed for REMOTE_ONLY targets - check it.
%{_includedir}/unwind.h
%{_includedir}/libunwind*.h

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 785475b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17425 |14mr|libupnp-1.6.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define minor 2
%define libname %mklibname upnp %{major}
%define develname %mklibname upnp -d
%define develnamest %mklibname upnp -d -s

Summary:	Library and tools for the UPnP protocol
Name:		libupnp
Version:	1.6.17
Release:	3
License:	BSD
Group:		System/Libraries
URL:		http://pupnp.sourceforge.net/
Source0:	http://downloads.sourceforge.net/pupnp/%{name}-%{version}.tar.bz2

%description
The Linux SDK for UPnP Devices (libupnp) provides developers with an API and
open source code for building control points, devices, and bridges that are
compliant with Version 1.0 of the Universal Plug and Play Device
Architecture Specification.

%package -n %{libname}
Summary:	Library and tools for the UPnP protocol
Group:		System/Libraries
Obsoletes:	%{mklibname upnp 0} < 1.6.6
Obsoletes:	%{mklibname upnp 3} < 1.6.17

%description -n %{libname}
The Linux SDK for UPnP Devices (libupnp) provides developers with an API and
open source code for building control points, devices, and bridges that are
compliant with Version 1.0 of the Universal Plug and Play Device
Architecture Specification.

%package -n %{develname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname upnp 0 -d} < 1.6.6

%description -n %{develname}
Libraries and includes static files for developing programs based on %{name}.

%package -n %{develnamest}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel-static = %{version}-%{release}
Requires:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname upnp 0 -d -s} < 1.6.6

%description -n %{develnamest}
Libraries and includes static files for developing programs based on %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--with-documentation=%{_docdir}/%{name} \
        --enable-tools \
        --enable-sample
%make

%install
%makeinstall_std

%files -n %{libname}
%doc LICENSE NEWS README THANKS TODO
%{_libdir}/*upnp.so.%{major}*
%{_libdir}/*.so.%{minor}*
%{_libdir}/libthreadutil.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*pc
%{_docdir}/%{name}

%files -n %{develnamest}
%{_libdir}/*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.17-3
+ Revision: e653c16
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17426 |14mr|libusb1-1.0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define libname %mklibname usb %{api} %{major}
%define devellibname %mklibname -d usb %{api}
%define sdevellibname %mklibname -s -d usb %{api}

Summary:	A library which allows userspace access to USB devices
Name:		libusb1
Version:	1.0.9
Release:	3
License:	LGPLv2+
Group:		System/Libraries
URL:		http://libusb.wiki.sourceforge.net/Libusb1.0
Source0:	http://downloads.sourceforge.net/libusb/libusb-%{version}.tar.bz2
BuildRequires:	doxygen

%description
This package provides a way for applications to access USB devices. Note that
this library is not compatible with the original libusb-0.1 series.

%package -n %{libname}
Summary:	A library which allows userspace access to USB devices
Group:		System/Libraries
# Package had originally wrong major:
Obsoletes:	%{_lib}usb1 < 1.0.3-2

%description -n %{libname}
This package provides a way for applications to access USB devices. Note that
this library is not compatible with the original libusb-0.1 series.

%package -n %{devellibname}
Summary:	Development files for libusb
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libusb1-devel = %{version}-%{release}
Provides:	usb1-devel = %{version}-%{release}
Provides:	usb%{api}-devel = %{version}-%{release}
# Package had originally wrong api in name:
Obsoletes:	%{_lib}usb1-devel < 1.0.3-2

%description -n %{devellibname}
This package contains the header files, libraries  and documentation needed to
develop applications that use libusb-1.0.

%package -n %{sdevellibname}
Summary:	Static development files for libusb
Group:		Development/C
Requires:	%{devellibname} = %{version}-%{release}
Provides:	usb1-static-devel = %{version}-%{release}
Provides:	usb%{api}-static-devel = %{version}-%{release}
# Package had originally wrong api in name:
Obsoletes:	%{_lib}usb1-static-devel < 1.0.3-2

%description -n %{sdevellibname}
This package contains static libraries to develop applications that use
libusb-1.0.

%prep
%setup -q -n libusb-%{version}

%build
# libusb-compat is in /lib and uses libusb1
%configure2_5x --libdir=/%{_lib}
%make
pushd doc
make docs
popd

%install
%makeinstall_std

# static library is not needed in /lib
mkdir -p %{buildroot}%{_libdir}
mv %{buildroot}/%{_lib}/libusb-%{api}.a %{buildroot}%{_libdir}
# add a symlink just in case libtool expects it to be there due to it
# being referenced in the .la file
ln -s %{_libdir}/libusb-%{api}.a %{buildroot}/%{_lib}/libusb-%{api}.a
# move .pc file back
mv %{buildroot}/%{_lib}/pkgconfig %{buildroot}%{_libdir}

%files -n %{libname}
%doc AUTHORS COPYING README NEWS ChangeLog
/%{_lib}/libusb*-%{api}.so.%{major}*

%files -n %{devellibname}
%doc doc/html examples/*.c
%{_libdir}/pkgconfig/libusb-%{api}.pc
%{_includedir}/libusb-%{api}
/%{_lib}/libusb-%{api}.so

%files -n %{sdevellibname}
/%{_lib}/libusb-%{api}.*a
%{_libdir}/libusb-%{api}.a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.9-3
+ Revision: 5339945
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17427 |14mr|libusb-compat-0.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define api 0.1
%define major 4
%define libname %mklibname usb-compat %api %major
%define devellibname %mklibname -d usb-compat %api
%define sdevellibname %mklibname -s -d usb-compat %api

%define oldlibusb_version 0.1.12-14

Summary:	A library which allows userspace access to USB devices
Name:		libusb-compat
Version:	0.1.4
Release:	4
Source0:	http://downloads.sourceforge.net/libusb/libusb-compat-0.1/libusb-compat-0.1.0/%name-%{version}.tar.bz2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://libusb.wiki.sourceforge.net/Libusb1.0
BuildRequires:	doxygen 
BuildRequires:	usb1-devel
Patch1:	libusb-0.1-ansi.patch

%description
A compatibility layer allowing applications written for libusb-0.1 to work
with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell and walk
like libusb-0.1.

%package -n %libname
Summary: %summary
Group:	System/Libraries
Provides: %{_lib}usb0.1_4 = %oldlibusb_version
Obsoletes: %{_lib}usb0.1_4 < %oldlibusb_version
# old provides from libusb0.1_4
Provides: libusb = %oldlibusb_version
Provides: libusb0.1 = %oldlibusb_version
# wrong name for a short period in cooker
Obsoletes: %{_lib}usb-compat0 < 0.1.0-6

%description -n %libname
A compatibility layer allowing applications written for libusb-0.1 to work
with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell and walk
like libusb-0.1.

%package -n %devellibname
Summary: Development files for libusb-0.1
Group:	Development/C
Requires: %{libname} = %{version}
Provides: %{_lib}usb-devel = %oldlibusb_version
Obsoletes: %{_lib}usb-devel < %oldlibusb_version
Obsoletes: %{_lib}usb0.1_4-devel < %oldlibusb_version
# wrong name for a short period in cooker:
Obsoletes: %{_lib}usb-compat0-devel < 0.1.0-6
Provides: libusb-devel = %oldlibusb_version
Provides: libusb0.1-devel = %oldlibusb_version
Provides: usb-compat-devel = %{version}-%{release}
Provides: usb0.1-devel = %{version}-%{release}

%description -n %devellibname
This package contains the header files, libraries  and documentation needed to
develop applications that use libusb-0.1.

%package -n %sdevellibname
Summary: Static development files for libusb-0.1
Group:	Development/C
Requires: %{devellibname} = %{version}
Provides: libusb-static-devel = %oldlibusb_version
Provides: libusb0.1-static-devel = %oldlibusb_version
Obsoletes: %{_lib}usb-static-devel < %oldlibusb_version
Obsoletes: %{_lib}usb1.0_4-static-devel < %oldlibusb_version
# wrong name for a short period in cooker:
Obsoletes: %{_lib}usb-compat0-static-devel < 0.1.0-6

%description -n %sdevellibname
This package contains static libraries to develop applications that use
libusb0.

%prep
%setup -q
%patch1 -p1

%build
%configure2_5x \
	--libdir=/%_lib

%make

%install
%makeinstall_std
%multiarch_binaries %{buildroot}%{_bindir}/libusb-config

# static library is not needed in /lib
mkdir -p %{buildroot}%{_libdir}
mv %{buildroot}/%{_lib}/libusb.a %{buildroot}%{_libdir}
# add a symlink just in case libtool expects it to be there due to it
# being referenced in the .la file
ln -s %{_libdir}/libusb.a %{buildroot}/%{_lib}/libusb.a
# move pkgconfig
mv %buildroot/%_lib/pkgconfig %buildroot/%_libdir/

%files -n %libname
%doc AUTHORS COPYING README NEWS
/%{_lib}/libusb-%{api}.so.%{major}*

%files -n %devellibname
%doc examples/*.c
%{_libdir}/pkgconfig/libusb.pc
%{_includedir}/usb.h
/%_lib/libusb.so
%{multiarch_bindir}/libusb-config
%_bindir/libusb-config

%files -n %sdevellibname
/%_lib/libusb.a
%{_libdir}/libusb.a




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.4-4
+ Revision: c983660
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17428 |14mr|libusbx-1.0.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define libname %mklibname usbx %{api} %{major}
%define devname %mklibname -d usbx %{api}
%define devnamest %mklibname -d -s usbx %{api}

Summary:	Library for accessing USB devices
Name:		libusbx
Version:	1.0.15
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://sourceforge.net/apps/mediawiki/libusbx/
Source0:	http://downloads.sourceforge.net/libusbx/libusbx-%{version}.tar.bz2
BuildRequires:	doxygen
Provides:	libusbx1 = %{version}-%{release}
Provides:	libusbx = %{version}-%{release}
Provides:	libusb1 = %{version}-%{release}
Obsoletes:	libusb1 <= 1.0.9

%description
This package provides a way for applications to access USB devices.

Libusbx is a fork of the original libusb, which is a fully API and ABI
compatible drop in for the libusb-1.0.9 release. The libusbx fork was
started by most of the libusb-1.0 developers, after the original libusb
project did not produce a new release for over 18 months.

Note that this library is not compatible with the original libusb-0.1 series,
if you need libusb-0.1 compatibility install the libusb package.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libusbx is a fork of the original libusb
Group:		System/Libraries

%description -n %{libname}
Libusbx is a fork of the original libusb, which is a fully API and ABI
compatible drop in for the libusb-1.0.9 release. The libusbx fork was
started by most of the libusb-1.0 developers, after the original libusb
project did not produce a new release for over 18 months.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{name}-devel-doc = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Provides:	libusbx1-devel = %{version}-%{release}
Provides:	libusb1-devel = %{version}-%{release}
Provides:	libusbx-devel = %{version}-%{release}
Provides:	usbx-devel = %{version}-%{release}
Provides:	usb1-devel = %{version}-%{release}
Provides:	usb1.0-devel = %{version}-%{release}
Obsoletes:	libusb1-devel <= 1.0.9

%description -n	%{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%{_includedir}/libusb-1.0
%{_libdir}/*.so
%{_libdir}/pkgconfig/libusb-1.0.pc

#----------------------------------------------------------------------------

#static package
%package -n %{devnamest}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{name}-devel-doc = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{devname} = %{version}-%{release}
Provides:	libusbx1-static-devel = %{version}-%{release}
Provides:	libusb1-static-devel = %{version}-%{release}
Provides:	libusbx-static-devel = %{version}-%{release}
Provides:	usbx-devel-static = %{version}-%{release}
Provides:	usb1-static-devel = %{version}-%{release}
Provides:	usb1.0-static-devel = %{version}-%{release}
Obsoletes:	libusb1-static-devel <= 1.0.9

%description -n	%{devnamest}
The %{name}-static-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devnamest}
%{_libdir}/libusb-1.0.a

#----------------------------------------------------------------------------

%package	devel-doc
Summary:	Development files for %{name}
Group:		Development/C
Provides:	libusb1-devel-doc = %{version}-%{release}
Obsoletes:	libusb1-devel-doc <= 1.0.9
BuildArch:	noarch

%description	devel-doc
This package contains API documentation for %{name}.

%files devel-doc
%doc doc/html examples/*.c

#----------------------------------------------------------------------------

%prep
%setup -q
for i in examples/*.c; do
    iconv -f ISO-8859-1 -t UTF-8 -o $i.new $i
    touch -r $i $i.new
    mv $i.new $i
done


%build
libtoolize --force
autoheader
autoconf
autoreconf -fiv
%configure2_5x --enable-examples-build
%make
pushd doc
make docs
popd


%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.15-2
+ Revision: fa0ad36
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17429 |14mr|libuser-0.60-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1
%define libname	%mklibname user %{major}
%define develname %mklibname user -d

%define enable_check 0

Summary:	A user and group account administration library
Name:		libuser
Version:	0.60
Release:	2
License:	LGPLv2+
Group:		System/Configuration/Other
URL:		https://fedorahosted.org/libuser/
Source0:	https://fedorahosted.org/releases/l/i/libuser/%{name}-%{version}.tar.xz
# patches merged upstream (to be drop on next update):
Patch0:		libuser-0.56.9-fix-str-fmt.patch
# default to blowfish for passwords instead of md5 (#59158)
Patch3:		libuser-0.57.1-borkfix.diff
BuildRequires:	gettext
BuildRequires:	glib2-devel
BuildRequires:	openldap-devel
BuildRequires:	linuxdoc-tools
BuildRequires:	pam-devel
BuildRequires:	popt-devel
BuildRequires:	python-devel
#BuildRequires:	libgsasl-devel
BuildRequires:	bison
%if %{enable_check}
# For %%check
BuildRequires:	openldap-servers openldap-clients
%endif
# To make sure the configure script can find it
BuildRequires:	nscd

%description
The libuser library implements a standardized interface for manipulating
and administering user and group accounts.  The library uses pluggable
back-ends to interface to its data sources.

Sample applications modeled after those included with the shadow password
suite are included.

%package python
Group:		Development/Python
Summary:	Library bindings for python

%description python
This package contains the python library for python applications that 
use libuser.

%package ldap
Group:		System/Libraries
Summary:	Libuser ldap library

%description ldap
This package contains the libuser ldap library.

#%package sasl
#Group:		System/Libraries
#Summary:	Libuser sasl library
#Requires:	%{libname} = %{version}-%{release}

#%description sasl
#This package contains the libuser sasl library.

%package -n %{libname}
Group:		System/Libraries
Summary:	The actual libraries for libuser

%description -n	%{libname}
This is the actual library for the libuser library.

%package -n %{develname}
Group:		Development/C
Summary:	Files needed for developing applications which use libuser
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d user 1

%description -n	%{develname}
The libuser-devel package contains header files, static libraries, and other
files useful for developing applications with libuser.

%prep
%setup -q
%patch0 -p0
%patch3 -p0

# fix tha tests
perl -pi -e "s|/etc/openldap/schema|/usr/share/openldap/schema|g" tests/slapd.conf.in

%build
export CFLAGS="%{optflags} -fPIC -DG_DISABLE_ASSERT -I/usr/include/sasl -DLDAP_DEPRECATED"
%configure2_5x \
	--with-ldap \
	--with-python \
	--with-popt \
	--without-sasl \
	--disable-rpath \
	--without-selinux \
	--enable-gtk-doc=no
%make

%if %{enable_check}
%check
# note: the tests uses fixed ports 3890 and 6360
#LD_LIBRARY_PATH=%{buildroot}%{_libdir}:${LD_LIBRARY_PATH}
#export LD_LIBRARY_PATH
make check
%endif

%install
rm -fr %{buildroot}
%makeinstall_std

%find_lang %{name}

# Remove unpackaged files
rm -rf  %{buildroot}/usr/share/man/man3/userquota.3 \
        %{buildroot}%{py_platsitedir}/*a \
        %{buildroot}%{_libdir}/%{name}/*.la \
        %{buildroot}%{_libdir}/*.la

LD_LIBRARY_PATH=%{buildroot}%{_libdir}:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH

# Verify that all python modules load, just in case.
pushd %{buildroot}/%{_libdir}/python%{py_ver}/site-packages/
    python -c "import libuser"
popd

%files -f %{name}.lang
%doc AUTHORS NEWS README TODO docs/*.txt python/modules.txt
%config(noreplace) %{_sysconfdir}/libuser.conf
%attr(0755,root,root) %{_bindir}/*
%attr(0755,root,root) %{_sbindir}/*
%dir %{_libdir}/%{name}/
%attr(0755,root,root) %{_libdir}/%{name}/libuser_files.so
%attr(0755,root,root) %{_libdir}/%{name}/libuser_shadow.so
%{_mandir}/man5/*
%{_mandir}/man1/*

%files -n %{libname}
%attr(0755,root,root) %{_libdir}/libuser.so.%{major}*

%files python
%attr(0755,root,root) %{py_platsitedir}/*.so

%files ldap
%attr(0755,root,root) %{_libdir}/%{name}/libuser_ldap.so

#%files sasl
#%attr(0755,root,root) %{_libdir}/%{name}/libuser_sasldb.so

%files -n %{develname}
%attr(0755,root,root) %dir %{_includedir}/libuser
%attr(0644,root,root) %{_includedir}/libuser/*
%{_libdir}/*.so
%attr(0644,root,root) %{_libdir}/pkgconfig/*
%{_datadir}/gtk-doc/html/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60-2
+ Revision: 8851dfc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17430 |14mr|libva-1.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname va %{major}
%define devname %mklibname va -d

Summary:	Video Acceleration (VA) API for Linux
Name:		libva
Epoch:		2
Version:	1.3.1
Release:	2
Group:		System/Libraries
License:	MIT
Url:		http://freedesktop.org/wiki/Software/vaapi
Source0:	http://www.freedesktop.org/software/vaapi/releases/libva/%{name}-%{version}.tar.bz2
Patch0:         libva-1.3.1-firefox-crash-fix.patch
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)

%description
Libva is a library providing the VA API video acceleration API.

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Libva is a library providing the VA API video acceleration API.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%package	utils
Summary:	Tools for %{name} (including vainfo)
Group:		System/Libraries

%description	utils
The %{name}-utils package contains tools that are provided as part
of %{name}, including the vainfo tool for determining what (if any)
%{name} support is available on a system.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static \
	--enable-glx

%make

%install
%makeinstall_std

# dummy driver has no good place, so get rid of it
rm %{buildroot}%{_libdir}/dri/dummy_drv_video.so

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*
%{_libdir}/%{name}-egl.so.%{major}*
%{_libdir}/%{name}-wayland.so.%{major}*
%{_libdir}/%{name}-drm.so.%{major}*
%{_libdir}/%{name}-glx.so.%{major}*
%{_libdir}/%{name}-tpi.so.%{major}*
%{_libdir}/%{name}-x11.so.%{major}*
%dir %{_libdir}/dri

%files -n %{devname}
%{_includedir}/va
%{_libdir}/%{name}*.so
%{_libdir}/pkgconfig/%{name}*.pc

%files utils
%doc COPYING
%{_bindir}/avcenc
%{_bindir}/mpeg2vaenc
%{_bindir}/h264encode
%{_bindir}/loadjpeg
%{_bindir}/mpeg2vldemo
%{_bindir}/putsurface*
%{_bindir}/vainfo


%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:1.3.1-2
+ Revision: 8648c26
- Updated to 1.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17431 |14mr|libvdpau-0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	libvdpau
%define version	0.8
%define snap	0
%define rel	1

%define major	1
%define libname	%mklibname vdpau %major
%define devname	%mklibname vdpau -d
%define tracename %mklibname vdpau-trace

Summary:	Video Decode and Presentation API for Unix
Name:		%{name}
Version:	%{version}
%if %snap
Release:	%mkrel 0.%snap.%rel
%else
Release:	%mkrel %rel
%endif
License:	MIT
Group:		System/Libraries
URL:		http://www.nvnews.net/vbulletin/showthread.php?t=123091
%if %snap
# rm -rf libvdpau && git clone git://anongit.freedesktop.org/~aplattner/libvdpau && cd libvdpau/
# git archive --prefix=libvdpau-$(date +%Y%m%d)/ --format=tar HEAD | xz > ../libvdpau-$(date +%Y%m%d).tar.xz
Source0:	libvdpau-%{snap}.tar.xz
%else
Source0:	http://people.freedesktop.org/~aplattner/vdpau/libvdpau-%{version}.tar.bz2
%endif
Patch0:		libvdpau-0.4.1-fix-X11-underlinking.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
# for apidoc:
BuildRequires:	tetex graphviz doxygen

%description
The Video Decode and Presentation API for Unix (VDPAU) provides a
complete solution for decoding, post-processing, compositing, and
displaying compressed or uncompressed video streams. These video
streams may be combined (composited) with bitmap content, to
implement OSDs and other application user interfaces.

Only the proprietary NVIDIA driver supports this interface so far.

%package -n %libname
Summary:	VDPAU shared library
Group:		System/Libraries

%description -n %libname
The Video Decode and Presentation API for Unix (VDPAU) wrapper shared
library. This library is responsible for loading the hardware-specific
VDPAU driver.

%package -n %tracename
Summary:	VDPAU tracing module for debugging
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}

%description -n %tracename
VDPAU tracing module libvdpau_trace.so for debugging VDPAU.

%package -n %devname
Summary:	VDPAU development headers
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	vdpau-devel = %{version}-%{release}

%description -n %devname
This package contains the VDPAU headers for developing software that
uses VDPAU.

%prep
%if %snap
%setup -q -n %name-%snap
%else
%setup -q
%endif

%patch0 -p1

%build
%if %snap
autoreconf -if
%endif
%configure2_5x
%make

%install
%makeinstall_std
# (anssi) unneeded files
rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/vdpau/*.{la,so}
mv %{buildroot}%{_docdir}/libvdpau/html api-html

%files -n %{libname}
%{_sysconfdir}/vdpau_wrapper.cfg
%{_libdir}/libvdpau.so.%{major}*
%dir %{_libdir}/vdpau

%files -n %tracename
# major is the plugin interface version, not %major
%{_libdir}/vdpau/libvdpau_trace.so.*

%files -n %{devname}
%doc AUTHORS ChangeLog api-html
%{_includedir}/vdpau
%{_libdir}/libvdpau.so
%{_libdir}/pkgconfig/vdpau.pc




%changelog
* Wed Jul 02 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.8-1
+ Revision: 22bc951
- Added the rediffed patch from OpenMandriva



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17432 |14mr|libvdpau-va-gl-0.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# .so is not a devel file here
%if %{_use_internal_dependency_generator}
%define __noautoprov 'devel\\(.*'
%define __noautoreq 'devel\\(.*'
%endif

%define major 1
%define libname %mklibname vdpau_va_gl %{major}

Summary:	VDPAU driver with OpenGL/VAAPI backend
Name:		libvdpau-va-gl
Version:	0.3.4
Release:	1
License:	GPLv3+
Group:		System/Libraries
Url:		https://github.com/i-rinat/libvdpau-va-gl
Source0:	https://github.com/i-rinat/libvdpau-va-gl/archive/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pkgconfig(libva-x11)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(x11)

%description
Many applications can use VDPAU to accelerate portions of the video decoding
process and video post-processing to the GPU video hardware. Unfortunately,
there is no such library for many graphic chipsets. Some applications also
support VA-API but many of them, including Adobe Flash Player, don't.

This library proposes a generic VDPAU library. It uses OpenGL under the hood
to accelerate drawing and scaling and VA-API (if available) to accelerate video
decoding.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	VDPAU driver with OpenGL/VAAPI backend
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
Many applications can use VDPAU to accelerate portions of the video decoding
process and video post-processing to the GPU video hardware. Unfortunately,
there is no such library for many graphic chipsets. Some applications also
support VA-API but many of them, including Adobe Flash Player, don't.

This library proposes a generic VDPAU library. It uses OpenGL under the hood
to accelerate drawing and scaling and VA-API (if available) to accelerate video
decoding.

%files -n %{libname}
%doc COPYING ChangeLog README.md
%{_libdir}/libvdpau_va_gl.so.%{major}*
%{_libdir}/libvdpau_va_gl.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.4-1
+ Revision: 59a9ecb
- New version 0.3.4, drop no longer needed patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17433 |14mr|libverto-0.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1

%define libverto %mklibname verto %{major}
%define devverto %mklibname verto -d
%define libglib %mklibname verto-glib %{major}
%define devglib %mklibname verto-glib -d
%define libev %mklibname verto-libev %{major}
%define devev %mklibname verto-libev -d
%define libevent %mklibname verto-libevent %{major}
%define devevent %mklibname verto-libevent -d
%define libtevent %mklibname verto-tevent %{major}
%define devtevent %mklibname verto-tevent -d

Summary:	Main loop abstraction library
Name:		libverto
Version:	0.2.5
Release:	3
License:	MIT
Group:		System/Libraries
Url:		https://fedorahosted.org/libverto/
Source0:	http://fedorahosted.org/releases/l/i/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libev)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(tevent)

%description
libverto provides a way for libraries to expose asynchronous interfaces
without having to choose a particular event loop, offloading this
decision to the end application which consumes the library.

If you are packaging an application, not library, based on libverto,
you should depend either on a specific implementation module or you
can depend on the virtual provides 'libverto-module-base'. This will
ensure that you have at least one module installed that provides io,
timeout and signal functionality. Currently glib is the only module
that does not provide these three because it lacks signal. However,
glib will support signal in the future.

%files
%doc AUTHORS ChangeLog COPYING NEWS README

#----------------------------------------------------------------------------

%package -n %{libverto}
Summary:	System libraries for %{name}
Group:		System/Libraries

%description -n %{libverto}
The %{name} package contains libraries for %{name}.

%files -n %{libverto}
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devverto}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libverto} = %{EVRD}

%description -n %{devverto}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devverto}
%{_includedir}/verto.h
%{_includedir}/verto-module.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package -n %{libglib}
Summary:	glib module for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}glib < 0.2.5
Obsoletes:	%{_lib}glib < 0.2.5

%description -n %{libglib}
Module for %{name} which provides integration with glib.

This package does NOT yet provide %{name}-module-base.

%files -n %{libglib}
%{_libdir}/%{name}-glib.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devglib}
Summary:	Development files for %{name}-glib
Group:		Development/C
Requires:	%{libglib} = %{EVRD}
Requires:	%{devverto} = %{EVRD}
Conflicts:	%{_lib}glib-devel < 0.2.5
Obsoletes:	%{_lib}glib-devel < 0.2.5

%description -n %{devglib}
The %{name}-glib-devel package contains libraries and header files for
developing applications that use %{name}-glib.

%files -n %{devglib}
%{_includedir}/verto-glib.h
%{_libdir}/%{name}-glib.so
%{_libdir}/pkgconfig/%{name}-glib.pc

#----------------------------------------------------------------------------

%package -n %{libev}
Summary:	libev module for %{name}
Group:		System/Libraries
Provides:	%{name}-module-base = %{EVRD}
Conflicts:	%{_lib}ev < 0.2.5
Obsoletes:	%{_lib}ev < 0.2.5

%description -n %{libev}
Module for %{name} which provides integration with libev.

This package provides %{name}-module-base since it supports io, timeout
and signal.

%files -n %{libev}
%{_libdir}/%{name}-libev.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devev}
Summary:	Development files for %{name}-libev
Group:		Development/C
Requires:	%{libev} = %{EVRD}
Requires:	%{devverto} = %{EVRD}
Conflicts:	%{_lib}ev-devel < 0.2.5
Obsoletes:	%{_lib}ev-devel < 0.2.5

%description -n %{devev}
The %{name}-libev-devel package contains libraries and header files for
developing applications that use %{name}-libev.

This package provides %{name}-module-base since it supports io, timeout
and signal.

%files -n %{devev}
%{_includedir}/verto-libev.h
%{_libdir}/%{name}-libev.so
%{_libdir}/pkgconfig/%{name}-libev.pc

#----------------------------------------------------------------------------

%package -n %{libevent}
Summary:	Libevent module for %{name}
Group:		System/Libraries
Provides:	%{name}-module-base = %{EVRD}
Conflicts:	%{_lib}event < 0.2.5
Obsoletes:	%{_lib}event < 0.2.5

%description -n %{libevent}
Module for %{name} which provides integration with libevent.

%files -n %{libevent}
%{_libdir}/%{name}-libevent.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devevent}
Summary:	Development files for %{name}-libevent
Group:		Development/C
Requires:	%{libevent} = %{EVRD}
Requires:	%{devverto} = %{EVRD}
Conflicts:	%{_lib}event-devel < 0.2.5
Obsoletes:	%{_lib}event-devel < 0.2.5

%description -n %{devevent}
The %{name}-libevent-devel package contains libraries and header files for
developing applications that use %{name}-libevent.

%files -n %{devevent}
%{_includedir}/verto-libevent.h
%{_libdir}/%{name}-libevent.so
%{_libdir}/pkgconfig/%{name}-libevent.pc

#----------------------------------------------------------------------------

%package -n %{libtevent}
Summary:	tevent module for %{name}
Group:		System/Libraries
Provides:	%{name}-module-base = %{EVRD}
Conflicts:	%{_lib}tevent < 0.2.5
Obsoletes:	%{_lib}tevent < 0.2.5

%description -n %{libtevent}
Module for %{name} which provides integration with tevent.

This package provides %{name}-module-base since it supports io, timeout
and signal.

%files -n %{libtevent}
%{_libdir}/%{name}-tevent.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devtevent}
Summary:	Development files for %{name}-tevent
Group:		Development/C
Requires:	%{libtevent} = %{EVRD}
Requires:	%{devverto} = %{EVRD}
Conflicts:	%{_lib}tevent-devel < 0.2.5
Obsoletes:	%{_lib}tevent-devel < 0.2.5

%description -n %{devtevent}
The %{name}-tevent-devel package contains libraries and header files for
developing applications that use %{name}-tevent.

%files -n %{devtevent}
%{_includedir}/verto-tevent.h
%{_libdir}/%{name}-tevent.so
%{_libdir}/pkgconfig/%{name}-tevent.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
make

%install
%makeinstall_std


%changelog
* Wed Jul 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.5-3
+ Revision: 1d7c809
- Properly name library and devel packages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17434 |14mr|libview-0.6.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name libview
%define version 0.6.6
%define release 4
%define major 2
%define libname %mklibname view %major
%define develname %mklibname -d view
Summary: VMware's Incredibly Exciting Widgets
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://prdownloads.sourceforge.net/view/%{name}-%{version}.tar.bz2
Patch:	 libview-0.6.2-fix-pkgconfig.patch
License: MIT
Group: System/Libraries
Url: http://view.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: gtkmm2.4-devel

%description
libview is VMware's Incredibly Exciting Widgets, a useful collection
of GTK+ widgets used within VMware products, free for everybody's use.

%package -n %libname
Group: System/Libraries
Summary: VMware's Incredibly Exciting Widgets

%description -n %libname
libview is VMware's Incredibly Exciting Widgets, a useful collection
of GTK+ widgets used within VMware products, free for everybody's use.

%package -n %develname
Group: Development/C++
Summary: VMware's Incredibly Exciting Widgets
Requires: %libname = %version-%release
Provides: libview-devel = %version-%release

%description -n %develname
libview is VMware's Incredibly Exciting Widgets, a useful collection
of GTK+ widgets used within VMware products, free for everybody's use.


%prep
%setup -q
%patch -p1
#gw 0.6.6: wrong libtool version
autoreconf -fi

%build
%configure2_5x --enable-deprecated --disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%if %mdvver < 200900
%post -n %libname -p /sbin/ldconfig
%postun -n %libname -p /sbin/ldconfig
%endif

%files -n %libname
%defattr(-,root,root)
%doc AUTHORS README NEWS
%_libdir/libview.so.%{major}*

%files -n %develname
%defattr(-,root,root)
%doc ChangeLog
%_libdir/libview.so
%_libdir/pkgconfig/libview.pc
%_includedir/libview




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.6-4
+ Revision: edc31cb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17435 |14mr|libvirt-1.1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define common_summary interact with virtualization capabilities
%define common_description Libvirt is a C toolkit to interact with the virtualization\
capabilities of recent versions of Linux.

%define major 0
%define libname %mklibname virt %{major}
%define libqemu %mklibname virt-qemu %{major}
%define liblxc %mklibname virt-lxc %{major}
%define devname %mklibname -d virt

# libxenstore is not versionned properly
%define __noautoreq 'devel\\(libxenstore.*'

# enable\disable plugins
%ifarch %{ix86} x86_64
%bcond_without	xen
%else
%bcond_with	xen
%endif
%bcond_without	lxc
%bcond_without	vbox
%bcond_without	esx
%bcond_without	hyperv
%bcond_without	vmware
%bcond_without	parallels


Summary:	Toolkit to %{common_summary}
Name:		libvirt
Version:	1.1.4
Release:	3
License:	LGPLv2+
Group:		System/Kernel and hardware
Url:		http://libvirt.org/
Source0:	http://libvirt.org/sources/%{name}-%{version}.tar.gz
Source1:	%{name}-tmpfiles.conf
Patch203:	rpcgen-libvirt-1.1.2.patch

BuildRequires:	dmsetup
BuildRequires:	libxml2-utils
BuildRequires:	lvm2
BuildRequires:	glibc-devel
BuildRequires:	nfs-utils
BuildRequires:	open-iscsi
#BuildRequires:	qemu
BuildRequires:	gettext-devel
%ifnarch %{arm} %{mips} aarch64
BuildRequires:	numa-devel
%endif
BuildRequires:	pcap-devel
BuildRequires:	readline-devel
BuildRequires:	sasl-devel
BuildRequires:	systemtap-devel
%if %{with xen}
BuildRequires:	xen-devel >= 4.3
%endif
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(libparted)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(netcf)
BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	pkgconfig(polkit-agent-1) polkit
BuildRequires:	pkgconfig(python)
BuildRequires: 	pkgconfig(systemd)
BuildRequires:	pkgconfig(xmlrpc)
BuildRequires:	pkgconfig(yajl)
Requires:	cyrus-sasl
Requires:	gettext
Requires:	netcf
Requires:	python-gobject-cairo

%track
prog %{name} = {
	url = http://libvirt.org/sources/
	version = %{version}
	regex = %{name}-(__VER__)\.tar\.gz
}

%description
%{common_description}

Virtualization of the Linux Operating System means the
ability to run multiple instances of Operating Systems concurently on
a single hardware system where the basic resources are driven by a
Linux instance. The library aim at providing long term stable C API
initially for the Xen paravirtualization but should be able to
integrate other virtualization mechanisms if needed.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library to %{common_summary}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqemu}
Summary:	A library to %{common_summary}
Group:		System/Libraries
Conflicts:	%{_lib}virt0 < 1.0.2-1

%description -n %{libqemu}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libqemu}
%{_libdir}/%{name}-qemu.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{liblxc}
Summary:	A library to %{common_summary}
Group:		System/Libraries

%description -n %{liblxc}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{liblxc}
%{_libdir}/%{name}-lxc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs using %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libqemu} = %{EVRD}
Requires:	%{liblxc} = %{EVRD}
%ifarch %{ix86} x86_64
Requires:	xen-devel
%endif
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
%{common_description}

This package contains the header files and libraries needed for
developing programs using the %{name} library.

%files -n %{devname}
%{_docdir}/%{name}
%exclude %{_docdir}/%{name}/ChangeLog
%exclude %{_docdir}/%{name}/README
%exclude %{_docdir}/%{name}/TODO
%exclude %{_docdir}/%{name}/NEWS
%doc %{_datadir}/gtk-doc/html/%{name}
%{_includedir}/%{name}
%{_libdir}/%{name}.so
%{_libdir}/%{name}-qemu.so
%{_libdir}/%{name}-lxc.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python bindings to %{common_summary}
Group:		Development/Python
Conflicts:	%{name}-utils < 1.0.1-1

%description -n python-%{name}
%{common_description}

This package contains the python bindings for the %{name} library.

%files -n python-%{name}
%{py_platsitedir}/%{name}*.py
%{py_platsitedir}/%{name}mod*.so

#----------------------------------------------------------------------------

%package -n %{name}-utils
Summary:	Tools to %{common_summary}
Group:		System/Kernel and hardware
Requires:	bridge-utils
Requires:	polkit
Requires:	ebtables
Requires:	dnsmasq-base
Suggests:	netcat-openbsd
Conflicts:	%{_lib}virt0 < 1.0.1-1

%description -n %{name}-utils
%{common_description}

This package contains tools for the %{name} library.

%files -n %{name}-utils -f %{name}.lang
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/ChangeLog
%{_docdir}/%{name}/README
%{_docdir}/%{name}/TODO
%{_docdir}/%{name}/NEWS
%{_bindir}/*
%{_mandir}/man1/virsh.1*
%{_mandir}/man1/virt-xml-validate.1*
%{_mandir}/man1/virt-pki-validate.1.*
%{_mandir}/man8/libvirtd.8.*
%{_mandir}/man1/virt-host-validate.1.*
%{_mandir}/man1/virt-login-shell.1.*
%{_mandir}/man8/virtlockd.8.xz
%{_sbindir}/*
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/qemu/
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/lxc/
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/uml/
%{_libexecdir}/libvirt_iohelper
%{_libexecdir}/libvirt_lxc
%{_libexecdir}/libvirt_parthelper
%{_libexecdir}/libvirt-guests.sh
%{_libdir}/libvirt/connection-driver/libvirt_driver_interface.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_lxc.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_network.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_nodedev.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_nwfilter.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_qemu.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_secret.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_storage.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_uml.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_vbox.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_xen.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_libxl.so
%{_libdir}/libvirt/lock-driver/lockd.so
%{_var}/run/libvirt
%{_var}/lib/libvirt
%{_datadir}/polkit-1/actions/org.libvirt.api.policy
%{_datadir}/polkit-1/actions/org.libvirt.unix.policy
%{_datadir}/augeas
%{_datadir}/%{name}
%{_datadir}/systemtap/tapset/libvirt_functions.stp
%{_datadir}/systemtap/tapset/libvirt_probes.stp
%{_datadir}/systemtap/tapset/libvirt_qemu_probes.stp

%config(noreplace) %{_sysconfdir}/libvirt
%config(noreplace) %{_sysconfdir}/sasl2/libvirt.conf
%config(noreplace) %{_sysconfdir}/sysconfig/libvirtd
%config(noreplace) %{_sysconfdir}/sysconfig/libvirt-guests
%config(noreplace) %{_sysconfdir}/sysconfig/virtlockd
%config(noreplace) %{_sysconfdir}/logrotate.d/libvirtd*
%config(noreplace) %{_prefix}/lib/sysctl.d/libvirtd.conf
%{_unitdir}/libvirtd.service
%{_unitdir}/libvirt-guests.service
%{_unitdir}/virtlockd.*
%{_tmpfilesdir}/%{name}.conf

%post -n %{name}-utils
%_post_service libvirtd
%_post_service libvirt-guests
%_post_service virtlockd

%preun -n %{name}-utils
%_preun_service libvirt-guests
%_preun_service libvirtd
%_preun_service virtlockd

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--localstatedir=%{_var}  \
	--with-html-subdir=%{name} \
	--with-udev \
	--with-init_script=systemd \
	%if !%{with xen}
	--without-xenapi \
	%endif
	%if !%{with lxc}
	--without-lxc \
	%endif
	%if !%{with vbox}
	--without-vbox \
	%endif
	%if !%{with esx}
	--without-esx \
	%endif
	%if !%{with hyperv}
	--without-hyperv \
	%endif
	%if !%{with vmware}
	--without-vmware \
	%endif
	%if !%{with parallels}
	--without-parallels \
	%endif
	--without-hal

%make LIBS="-ltirpc"

%install
%makeinstall_std SYSTEMD_UNIT_DIR=%{_unitdir}

rm -f %{buildroot}%{_initrddir}/libvirt-guests
find %{buildroot} -name '*.la' -delete

install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -d -m 0755 %{buildroot}%{_var}/lib/%{name}
%find_lang %{name}

# fix documentation
#mv %{buildroot}%{_docdir}/%{name}-python-%{version} %{buildroot}%{_docdir}/python-%{name}
install -m 644 ChangeLog README TODO NEWS %{buildroot}%{_docdir}/%{name}

%check
# fhimpe: disabled for now because it fails on 100Hz kernels, such as used on bs
# http://www.mail-archive.com/libvir-list@redhat.com/msg13727.html
#make check


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.4-3
+ Revision: e17bbb2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17436 |14mr|libvirt-glib-0.1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname		virt

%define api		1.0
%define major		0

%define libname_glib		%mklibname %{oname}-glib %{api} %{major}
%define develname_glib		%mklibname %{oname}-glib %{api} -d

%define libname_gconfig		%mklibname %{oname}-gconfig %{api} %{major}
%define develname_gconfig	%mklibname %{oname}-gconfig %{api} -d

%define libname_gobject		%mklibname %{oname}-gobject %{api} %{major}
%define develname_gobject	%mklibname %{oname}-gobject %{api} -d

%define girmajor	1.0
%define girname_glib		%mklibname %{oname}-glib-gir %{girmajor}
%define girname_gconfig		%mklibname %{oname}-gconfig-gir %{girmajor}
%define girname_gobject		%mklibname %{oname}-gobject-gir %{girmajor}

Summary:	libvirt glib integration for events
Name:		libvirt-glib
Version:	0.1.7
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://libvirt.org/
Source0:	http://libvirt.org/sources/glib/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libvirt)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	python-pkg-resources
# Hack due to https://bugzilla.redhat.com/show_bug.cgi?id=613466
BuildRequires:	libtool
BuildRequires:	vala
BuildRequires:	vala-tools

%description
This package provides integration between libvirt and the glib event loop.

# ---------------------------------------------------------------------------

%package -n %{libname_glib}
Group:		System/Libraries
Summary:	libvirt object APIs for processing object configuration

%description -n %{libname_glib}
This package provides APIs for processing the object configuration data.

%files -n %{libname_glib}
%doc README COPYING AUTHORS ChangeLog NEWS
%{_libdir}/libvirt-glib-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{develname_glib}
Summary:	libvirt glib integration for events development files
Group:		System/Libraries
Requires:	%{libname_glib} = %{EVRD}
Provides:	%{name}-glib-devel = %{EVRD}
Provides:	%{oname}-glib-devel = %{EVRD}

%description -n %{develname_glib}
This package provides development header files and libraries for
integration between libvirt and the glib event loop.

%files -n %{develname_glib}
%doc examples/event-test.c
%{_libdir}/libvirt-glib-%{api}.so
%{_libdir}/pkgconfig/libvirt-glib-%{api}.pc
%dir %{_includedir}/libvirt-glib-%{api}
%dir %{_includedir}/libvirt-glib-%{api}/libvirt-glib
%{_includedir}/libvirt-glib-%{api}/libvirt-glib/libvirt-glib.h
%{_includedir}/libvirt-glib-%{api}/libvirt-glib/libvirt-glib-*.h
%{_datadir}/gir-1.0/LibvirtGLib-%{girmajor}.gir
%{_datadir}/gtk-doc/html/Libvirt-glib
%{_datadir}/vala/vapi/libvirt-glib-%{api}.vapi

#----------------------------------------------------------------------------

%package -n %{girname_glib}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname_glib} = %{EVRD}

%description -n %{girname_glib}
GObject Introspection interface description for %{name}.

%files -n %{girname_glib}
%{_libdir}/girepository-1.0/LibvirtGLib-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{libname_gconfig}
Summary:	libvirt object APIs for processing object configuration
Group:		System/Libraries
Summary:	libvirt object APIs for processing object configuration

%description -n %{libname_gconfig}
This package provides APIs for processing the object configuration data.

%files -n %{libname_gconfig}
%{_libdir}/libvirt-gconfig-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{develname_gconfig}
Summary:	libvirt object APIs for processing object configuration development files
Group:		System/Libraries
Requires:	%{libname_gconfig} = %{EVRD}
Provides:	%{name}-gconfig-devel = %{EVRD}
Provides:	%{oname}-gconfig-devel = %{EVRD}

%description -n %{develname_gconfig}
This package provides development header files and libraries for
the object configuration APIs.

%files -n %{develname_gconfig}
%doc examples/event-test.c
%{_libdir}/libvirt-gconfig-%{api}.so
%{_libdir}/pkgconfig/libvirt-gconfig-%{api}.pc
%dir %{_includedir}/libvirt-gconfig-%{api}
%dir %{_includedir}/libvirt-gconfig-%{api}/libvirt-gconfig
%{_includedir}/libvirt-gconfig-%{api}/libvirt-gconfig/libvirt-gconfig.h
%{_includedir}/libvirt-gconfig-%{api}/libvirt-gconfig/libvirt-gconfig-*.h
%{_datadir}/gir-1.0/LibvirtGConfig-%{girmajor}.gir
%{_datadir}/gtk-doc/html/Libvirt-gconfig
%{_datadir}/vala/vapi/libvirt-gconfig-%{api}.vapi

#----------------------------------------------------------------------------

%package -n %{girname_gconfig}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname_gconfig} = %{EVRD}

%description -n %{girname_gconfig}
GObject Introspection interface description for %{name}.

%files -n %{girname_gconfig}
%{_libdir}/girepository-1.0/LibvirtGConfig-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{libname_gobject}
Summary:	libvirt object APIs for managing virtualization hosts
Group:		System/Libraries

%description -n %{libname_gobject}
This package provides APIs for managing virtualization host objects.

%files -n %{libname_gobject}
%{_libdir}/libvirt-gobject-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{develname_gobject}
Summary:	libvirt object APIs for managing virtualization hosts development files
Group:		System/Libraries
Requires:	%{libname_gobject} = %{EVRD}
Requires:	%{develname_glib} = %{EVRD}
Requires:	%{develname_gconfig} = %{EVRD}
Provides:	%{name}-gobject-devel = %{EVRD}
Provides:	%{oname}-gobject-devel = %{EVRD}

%description -n %{develname_gobject}
This package provides development header files and libraries for
managing virtualization host objects.

%files -n %{develname_gobject}
%doc examples/event-test.c
%{_libdir}/libvirt-gobject-%{api}.so
%{_libdir}/pkgconfig/libvirt-gobject-%{api}.pc
%dir %{_includedir}/libvirt-gobject-%{api}
%dir %{_includedir}/libvirt-gobject-%{api}/libvirt-gobject
%{_includedir}/libvirt-gobject-%{api}/libvirt-gobject/libvirt-gobject.h
%{_includedir}/libvirt-gobject-%{api}/libvirt-gobject/libvirt-gobject-*.h
%{_datadir}/gir-1.0/LibvirtGObject-%{girmajor}.gir
%{_datadir}/gtk-doc/html/Libvirt-gobject
%{_datadir}/vala/vapi/libvirt-gobject-%{api}.vapi
%{_datadir}/vala/vapi/libvirt-gobject-%{api}.deps

#----------------------------------------------------------------------------

%package -n %{girname_gobject}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname_gobject} = %{EVRD}

%description -n %{girname_gobject}
GObject Introspection interface description for %{name}.

%files -n %{girname_gobject}
%{_libdir}/girepository-1.0/LibvirtGObject-%{girmajor}.typelib

# ---------------------------------------------------------------------------

%package python
Summary:	libvirt glib integration for events python binding
Group:		System/Libraries

%description python
This package provides a python module for integration between
libvirt and the glib event loop

%files python
%doc examples/event-test.py
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --enable-introspection --with-python --disable-static --enable-vala
%make LIBS="-lpython2.7"

%install
%makeinstall_std

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.7-2
+ Revision: 19fd4d6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17437 |14mr|libvirt-sandbox-0.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname libvirt-sandbox %{major}
%define devname %mklibname -d libvirt-sandbox

Summary:	libvirt application sandbox framework
Name:		libvirt-sandbox
Version:	0.5.1
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://libvirt.org/
Source0:	ftp://libvirt.org/libvirt/sandbox/%{name}-%{version}.tar.gz
Patch0:		libvirt-sandbox-0.5.1-linkage.patch
BuildRequires:	intltool
BuildRequires:	glibc-static-devel
BuildRequires:	selinux-devel
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(libvirt-gobject-1.0)
Requires:	pkgconfig(glib-2.0)

%description
This package provides a command for running applications within
a sandbox using libvirt.

%files -f %{name}.lang
%{_datadir}/bash-completion/completions/virt-sandbox-service
%config(noreplace) %{_sysconfdir}/cron.daily/virt-sandbox-service.logrotate
%dir %{_sysconfdir}/libvirt-sandbox/services
%{_bindir}/virt-sandbox
%{_bindir}/virt-sandbox-service
%{_libexecdir}/virt-sandbox-service-util
%doc README COPYING AUTHORS ChangeLog NEWS
%dir %{_sysconfdir}/libvirt-sandbox
%dir %{_sysconfdir}/libvirt-sandbox/scratch
%config %{_sysconfdir}/libvirt-sandbox/scratch/README
%{_libexecdir}/libvirt-sandbox-init-common
%{_libexecdir}/libvirt-sandbox-init-lxc
%{_libexecdir}/libvirt-sandbox-init-qemu
%{_mandir}/man1/virt-sandbox.1*
%{_mandir}/man1/virt-sandbox-service.1*
%{_mandir}/man1/virt-sandbox-service-*.1*
%{_libdir}/girepository-1.0/LibvirtSandbox-1.0.typelib

#----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	libvirt application sandbox framework libraries
# So we get the full libvirtd daemon, not just client libs
Requires:	libvirt-utils

%description -n %{libname}
This package provides a framework for building application sandboxes
using libvirt.

%files -n %{libname}
%{_libdir}/libvirt-sandbox-1.0.so.*

#----------------------------------------------------------------------------

%package -n %{devname}
Group:		Development/C
Summary:	libvirt application sandbox framework development files
Requires:	%{libname} = %{EVRD}
Provides:	libvirt-sandbox-devel = %{EVRD}

%description -n %{devname}
This package provides development header files and libraries for
the libvirt sandbox.

%files -n %{devname}
%doc examples/virt-sandbox.pl
%doc examples/virt-sandbox.py
%doc examples/virt-sandbox.js
%doc examples/virt-sandbox-mkinitrd.py
%{_libdir}/libvirt-sandbox-1.0.so
%{_libdir}/pkgconfig/libvirt-sandbox-1.0.pc
%dir %{_includedir}/libvirt-sandbox-1.0
%dir %{_includedir}/libvirt-sandbox-1.0/libvirt-sandbox
%{_includedir}/libvirt-sandbox-1.0/libvirt-sandbox/libvirt-sandbox.h
%{_includedir}/libvirt-sandbox-1.0/libvirt-sandbox/libvirt-sandbox-*.h
%{_datadir}/gir-1.0/LibvirtSandbox-1.0.gir
%{_datadir}/gtk-doc/html/Libvirt-sandbox

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--enable-introspection \
	--disable-static
%make V=1

%install
chmod a-x examples/*.py examples/*.pl examples/*.js
%makeinstall_std

%find_lang %{name}

%changelog
* Wed Jul 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.1-3
+ Revision: d06b20c
- Build with libtirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17438 |14mr|libvisio-0.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.1
%define major 1
%define libname %mklibname visio %{api} %{major}
%define devname %mklibname visio -d

Summary:	A library providing ability to interpret and import visio diagrams
Name:		libvisio
Version:	0.1.0
Release:	2
License:	GPLv2+ or LGPLv2+ or MPLv1.1
Group:		System/Libraries
Url:		http://www.freedesktop.org/wiki/Software/libvisio
Source0:	http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRequires:	gperf
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(libxml-2.0)

%description
Libvisio is library providing ability to interpret and import visio diagrams
into various applications. You can find it being used in libreoffice.

#----------------------------------------------------------------------------

%package tools
Summary:	Tools to transform Visio diagrams into other formats
Group:		Publishing

%description tools
Tools to transform Visio diagrams into other formats.
Currently supported: XHTML, raw.

%files tools
%{_bindir}/vsd2raw
%{_bindir}/vsd2xhtml
%{_bindir}/vsd2text
%{_bindir}/vss2xhtml
%{_bindir}/vss2text
%{_bindir}/vss2raw

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library providing ability to interpret and import visio diagrams
Group:		System/Libraries

%description -n %{libname}
Libvisio is library providing ability to interpret and import visio diagrams
into various applications. You can find it being used in libreoffice.

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/html
%{_includedir}/%{name}-%{api}
%{_libdir}/%{name}-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-werror
    
%make

%install
%makeinstall_std


%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.0-2
+ Revision: 3b25a58
- Fix BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17439 |14mr|libvisual-0.4.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name libvisual
%define version 0.4.0
%define major 0
%define libname %mklibname visual %major
%define develname %mklibname -d visual

Name: %{name}
Version: %{version}
Release: 13
Summary: Audio visualisation framework
Source0: %{name}-%{version}.tar.bz2
Patch: libvisual-0.4.0-fix-str-fmt.patch
License: LGPLv2+
Group: System/Libraries
Url: http://localhost.nl/~synap/libvisual
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Libvisual is a library that acts as a middle layer between
applications that want audio visualisation and audio visualisation
plugins.

Libvisual is aimed at developers who have a need for audio
visualisation and those who actually write the visualisation plugins.

#--------------------------------------------------------------------

%package -n %libname
Group: System/Libraries
Summary: Shared library of the audio visualisation framework 
Provides: %name = %version-%release
Obsoletes: libvisual-plugins < 0.4.0
Conflicts: gstreamer0.10-libvisual <= 0.10.7-1mdk
Suggests: libvisual-plugins

%description -n %libname
Libvisual is a library that acts as a middle layer between
applications that want audio visualisation and audio visualisation
plugins.

Libvisual is aimed at developers who have a need for audio
visualisation and those who actually write the visualisation plugins.

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%files -n %libname -f %name-0.4.lang
%defattr(-,root,root)
%doc README NEWS TODO ChangeLog AUTHORS
%_libdir/libvisual-0.4.so.%{major}*

#--------------------------------------------------------------------

%package -n %develname
Group: Development/C
Summary: Header files of the audio visualisation framework 
Requires: %libname = %version
Provides: libvisual-devel = %version-%release
Obsoletes: %{_lib}visual0-devel < %version-%release

%description -n %develname
Libvisual is a library that acts as a middle layer between
applications that want audio visualisation and audio visualisation
plugins.

Libvisual is aimed at developers who have a need for audio
visualisation and those who actually write the visualisation plugins.

%files -n %develname
%defattr(-,root,root)
%_includedir/*
%_libdir/*.so
%_libdir/pkgconfig/*

#--------------------------------------------------------------------

%prep
%setup -q
%patch -p0

%build
%configure2_5x
%make

%install
rm -rf %buildroot

%makeinstall_std
%find_lang %name-0.4

%clean
rm -rf %buildroot







%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.0-13
+ Revision: d96e6f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17440 |14mr|libvisual-plugins-0.4.0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name libvisual-plugins
%define version 0.4.0

Summary: Visualisation plugins for applications based on libvisual
Name: %{name}
Version: %{version}
Release: 18
Source0: %{name}-%{version}.tar.bz2
Patch0:	 %name-buffer-overflow.patch
#https://qa.mandriva.com/show_bug.cgi?id=49801
Patch1: 60_no-const-vispluginfo-in-nastyfft.patch
Patch2: libvisual-plugins-0.4.0-link.patch
License: LGPLv2+
Group: System/Libraries
Url: http://localhost.nl/~synap/libvisual-wiki/
Obsoletes: libvisual-nebulus
Obsoletes: libvisual-gforce
Provides: libvisual-nebulus
Provides: libvisual-gforce
BuildRequires: pkgconfig(libvisual-0.4) >= %version
BuildRequires: mesaglu-devel
BuildRequires: libalsa-devel
BuildRequires: libgdk_pixbuf2.0-devel
BuildRequires: bison

%description
Libvisual is a library that acts as a middle layer between
applications that want audio visualisation and audio visualisation
plugins.

This package contains the libvisual example plugins.

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p0

%build
%ifarch %ix86
export CFLAGS="-mmmx %optflags"
%endif
%configure2_5x
%make

%install
rm -rf %buildroot

%makeinstall_std
%find_lang %name-0.4

%clean
rm -rf %buildroot

%files -f %name-0.4.lang
%defattr(-,root,root)
%doc README AUTHORS ChangeLog NEWS
%_libdir/libvisual*
%_datadir/%{name}*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.0-18
+ Revision: 7b6d6ce
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17441 |14mr|libvncserver-0.9.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name     LibVNCServer
%define major       0
%define libname     %mklibname vncserver %{major}
%define develname   %mklibname -d vncserver

Name:		libvncserver
Version:	0.9.9
Release:	2
Summary:	An easy API to write one's own VNC server
Group:		System/Libraries
License:	GPL
URL:		http://sourceforge.net/projects/libvncserver/
Source:		http://downloads.sourceforge.net/libvncserver/%{up_name}-%{version}.tar.gz
Patch0:		LibVNCServer-0.9.9-no_x11vnc.patch
Patch1:		LibVNCServer-0.9.9-str-format.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	zlib-devel
BuildRequires:	jpeg-devel

%description
LibVNCServer makes writing a VNC server (or more correctly, a program
exporting a framebuffer via the Remote Frame Buffer protocol) easy.

It is based on OSXvnc, which in turn is based on the original Xvnc by
ORL, later AT&T research labs in UK.

It hides the programmer from the tedious task of managing clients and
compression schemata.

%package -n %{libname}
Summary:	An easy API to write one's own VNC server
Group:		System/Libraries

%description -n %{libname}
LibVNCServer makes writing a VNC server (or more correctly, a program
exporting a framebuffer via the Remote Frame Buffer protocol) easy.

It is based on OSXvnc, which in turn is based on the original Xvnc by
ORL, later AT&T research labs in UK.

It hides the programmer from the tedious task of managing clients and
compression schemata.

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{libname}-devel < 0.9.9

%description -n %{develname}
Static libraries and header files for LibVNCServer.

%package -n linuxvnc
Summary:	VNC server to monitor a text session
Group:		Networking/Remote access

%description -n linuxvnc
With linuxvnc you can export your currently running text sessions to any VNC
client. So it can be useful, if you want to move to another computer without
having to log out and if you've forgotten to attach a 'screen' session to it,
or to help a distant colleague to solve a problem.

Based on the ideas of x0rfbserver and on LibVNCServer, it has evolved
into a versatile and performant while still easy to use program.

%prep
%setup -q -n %{up_name}-%{version}
%patch0 -p1
%patch1 -p1

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/libvncserver-config

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%{_libdir}/*.so.*

%files -n %{develname}
%{_includedir}/rfb
%{_libdir}/*.so
%{_bindir}/libvncserver-config
%{multiarch_bindir}/libvncserver-config
%{_libdir}/pkgconfig/libvncclient.pc
%{_libdir}/pkgconfig/libvncserver.pc

%files -n linuxvnc
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%{_bindir}/linuxvnc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.9-2
+ Revision: ce2d4d5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17442 |14mr|libvoikko-3.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname voikko %{major}
%define develname	%mklibname voikko -d

Summary:	A spellchecker/hyphenator library using Malaga
Name:		libvoikko
Version:	3.5
Release:	2
License:	GPLv2+
Group:		Text tools
URL:		http://voikko.sourceforge.net/
Source0:	http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	python

%description
This is libvoikko, library for spellcheckers and hyphenators using
Malaga natural language grammar development tool. The library is
written in C.

Currently only Finnish is supported, but adding support for other
languages should not be too hard.

%package -n voikko-tools
Summary:	Test programs for libvoikko
Group:		Text tools
Requires:	voikko-dictionary

%description -n voikko-tools
This is libvoikko, library for spellcheckers and hyphenators using
Malaga natural language grammar development tool.

This package contains the voikkospell and voikkohyphenate programs.

%package -n %{libname}
Summary:	Shared library of libvoikko
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libvoikko.

%package -n %{develname}
Summary:	Headers and development library for libvoikko development
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	voikko-devel = %{version}-%{release}
Obsoletes:	%{_lib}voikko1-devel

%description -n %{develname}
This package contains the headers and development library that
programmers will need to develop applications which will use
libvoikko.

%package -n python-%{name}
Summary:	Python bindings for libvoikko
Group:		Development/Python
Requires:	%{libname}
Requires:	voikko-dictionary

%description -n python-%{name}
This is libvoikko, library for spellcheckers and hyphenators using
Malaga natural language grammar development tool. The library is
written in C.

This package contains the Python bindings for libvoikko.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
rm -rf %{buildroot}
%makeinstall_std

install -D -m644 python/libvoikko.py %{buildroot}%{python_sitelib}/libvoikko.py

%files -n voikko-tools
%doc README
%{_bindir}/voikkogc
%{_bindir}/voikkospell
%{_bindir}/voikkohyphenate
%{_bindir}/voikkovfstc
%{_mandir}/man1/voikkogc.1*
%{_mandir}/man1/voikkospell.1*
%{_mandir}/man1/voikkohyphenate.1*
%{_mandir}/man1/voikkovfstc.1*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_libdir}/*.so
%{_includedir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc

%files -n python-%{name}
%doc README
%{python_sitelib}/libvoikko.py




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5-2
+ Revision: dd7baf2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17443 |14mr|libvorbis-1.3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname vorbis %{major}
%define devname %mklibname -d vorbis

%define encmaj 2
%define libenc %mklibname vorbisenc %{encmaj}

%define filemaj 3
%define libfile %mklibname vorbisfile %{filemaj}

Summary:	The Vorbis General Audio Compression Codec
Name:		libvorbis
Version:	1.3.4
Release:	4
Group:		System/Libraries
License:	BSD
Url:		http://www.xiph.org/
Source0:	http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ogg)

%description
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed audio format for audio and music at fixed
and variable bitrates from 16 to 128 kbps/channel.

Find some free Ogg Vorbis music here: http://www.vorbis.com/music.html

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%doc AUTHORS README
%{_libdir}/libvorbis.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libenc}
Summary:	Encoder specialized library for %{name}
Group:		System/Libraries

%description -n %{libenc}
This package contains the library needed for some programs using the
encoder capability of %{name}.

%files -n %{libenc}
%{_libdir}/libvorbisenc.so.%{encmaj}*

#----------------------------------------------------------------------------

%package -n %{libfile}
Summary:	File operations specialized library for %{name}
Group:		System/Libraries

%description -n %{libfile}
This package contains the library needed for some programs using the
file operations capability of %{name}.

%files -n %{libfile}
%{_libdir}/libvorbisfile.so.%{filemaj}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libenc} = %{EVRD}
Requires:	%{libfile} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}vorbis-static-devel < 1.3.4

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc installed-docs
%{_includedir}/vorbis
%{_libdir}/*.so
%{_datadir}/aclocal/vorbis.m4
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q
#fix build with new automake
sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' configure.*
libtoolize --install --copy --force --automake
aclocal -I m4
autoconf -I m4
autoheader -I m4
automake --add-missing --copy --foreign
sed -i "s/-O20/$CFLAGS/" configure

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
mv %{buildroot}/%{_datadir}/doc installed-docs


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.4-4
+ Revision: 0f0c013
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17444 |14mr|libvpx-1.3.0-1.20131127
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20131127
%define	major 1
%define	libname	%mklibname vpx %{major}
%define	devname	%mklibname -d vpx

Name:		libvpx
Summary:	VP8 Video Codec SDK
Version:	1.3.0
Release:	1.%{git}
License:	BSD
Group:		System/Libraries
URL:		http://www.webmproject.org/docs/vp8-sdk/
%if %{git}
Source0:	%{name}-v%{version}.%{git}.tar.bz2
%else
Source0:	%{name}-v%{version}.tar.bz2
%endif
BuildRequires:	yasm
BuildRequires:	doxygen
BuildRequires:	php-cli

%description
libvpx provides the VP8 SDK, which allows you to integrate your applications 
with the VP8 video codec, a high quality, royalty free, open source codec 
deployed on millions of computers and devices worldwide. 

%package -n	%{libname}
Summary:	VP8 Video Codec SDK
Group:		System/Libraries

%description -n %{libname}
libvpx provides the VP8 SDK, which allows you to integrate your applications 
with the VP8 video codec, a high quality, royalty free, open source codec 
deployed on millions of computers and devices worldwide. 

%package -n	%{devname}
Summary:	Development files for libvpx
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
Development libraries and headers for developing software against 
libvpx.

%package	utils
Summary:	VP8 utilities and tools
Group:		Video

%description	utils
A selection of utilities and tools for VP8, including a sample encoder
and decoder.

%prep
%if %{git}
%setup -q -n %{name}-v%{version}.%{git}
%else
%setup -q -n %{name}-v%{version}
%endif

%build
%ifarch %{ix86}
%global vpxtarget x86-linux-gcc
%else
%ifarch	x86_64
%global	vpxtarget x86_64-linux-gcc
%else
%global vpxtarget generic-gnu
%endif
%endif
%setup_compile_flags

./configure \
    --enable-vp9 \
    --enable-shared \
    --disable-static \
    --target=%{vpxtarget} \
    --enable-pic \
    --disable-install-srcs

# stupid config
perl -pi -e "s|/usr/local|%{_prefix}|g" config.mk
perl -pi -e "s|^LIBSUBDIR=lib|LIBSUBDIR=%{_lib}|g" config.mk

%make verbose=true target=libs
%make verbose=true target=examples
%make verbose=true target=docs

%install

make DIST_DIR=%{buildroot}%{_prefix} install

install -m0755 simple_decoder %{buildroot}%{_bindir}/vp8_simple_decoder
install -m0755 simple_encoder %{buildroot}%{_bindir}/vp8_simple_encoder
install -m0755 twopass_encoder %{buildroot}%{_bindir}/vp8_twopass_encoder

%files -n %{libname}
%doc AUTHORS CHANGELOG LICENSE README
%{_libdir}/libvpx.so.%{major}*

%files -n %{devname}
# These are SDK docs, not really useful to an end-user.
%doc docs/html
%{_includedir}/vpx/
%{_libdir}/pkgconfig/vpx.pc
%{_libdir}/libvpx.so

%files utils
%{_bindir}/*

%changelog
* Fri Nov 29 2013 Alex Burmashev <alex.burmashev@gmail.com> 1.3.0-1.20131127
+ Revision: 577a6bf
- update to latest 1.3.0 git snapshot



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17445 |14mr|libwacom-0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		2
%define libname		%mklibname wacom %{major}
%define develname	%mklibname wacom -d

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		libwacom
Summary:	A library to identify wacom tablets
Version:	0.7
Release:	2
Group:		Development/X11
License:	MIT
URL:		http://sourceforge.net/projects/linuxwacom/
Source0:	http://prdownloads.sourceforge.net/linuxwacom/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gudev-1.0)

%description
libwacom is a library to identify wacom tablets and their model-specific
features. It provides easy access to information such as "is this a built-in
on-screen tablet", "what is the size of this model", etc.

%package -n %{libname}
Summary:	A library to identify wacom tablets
Group:		Development/X11
Requires:	%{name} >= %{version}-%{release}

%description -n %{libname}
libwacom is a library to identify wacom tablets and their model-specific
features. It provides easy access to information such as "is this a built-in
on-screen tablet", "what is the size of this model", etc.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/*.la

%files
%{_bindir}/libwacom-list-local-devices
%{_datadir}/libwacom

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-2
+ Revision: 38f1edd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17446 |14mr|libwebp-0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname webp %{major}
%define devname %mklibname -d webp

Name:		libwebp
Version:	0.2.1
Release:	4
Summary:	Library and tools for the WebP graphics format
Group:		Development/C
# Additional IPR is licensed as well. See PATENTS file for details
License:	BSD
URL:		http://webmproject.org/
Source0:	http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	libtool
BuildRequires:	swig
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)

%description
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, and a
container based on RIFF. Webmasters, web developers and browser
developers can use WebP to compress, archive and distribute digital
images more efficiently.

#----------------------------------------------------------------------------

%package tools
Group:		Development/Other
Summary:	The WebP command line tools

%description tools
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, and a
container based on RIFF. Webmasters, web developers and browser
developers can use WebP to compress, archive and distribute digital
images more efficiently.

%files tools
%{_bindir}/*
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%package -n	%{libname}
Group:		Development/C
Summary:	Library for the WebP format
Provides:	webp-devel = %{version}-%{release}

%description -n %{libname}
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, and a
container based on RIFF. Webmasters, web developers and browser
developers can use WebP to compress, archive and distribute digital
images more efficiently.

%files -n %{libname}
%{_libdir}/%{name}*.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Group:		Development/C
Summary:	Development files for libwebp, a library for the WebP format
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, and a
container based on RIFF. Webmasters, web developers and browser
developers can use WebP to compress, archive and distribute digital
images more efficiently.

%files -n %{devname}
%doc README PATENTS COPYING NEWS AUTHORS
%{_libdir}/%{name}*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q
find . -perm 0640 | xargs chmod 0644

%build
mkdir -p m4
./autogen.sh
%configure2_5x --disable-static 
#--enable-experimental-libwebpmux
%make

%install
%makeinstall_std
find "%{buildroot}/%{_libdir}" -type f -name "*.la" -delete


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.1-4
+ Revision: cac8af3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17447 |14mr|libwindowswm-1.0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		7
%define libname		%mklibname windowswm %major
%define develname	%mklibname windowswm -d
%define staticname	%mklibname windowswm -d -s

Name:		libwindowswm
Summary:	The WindowsWM Library
Version:	1.0.1
Release:	7
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libWindowsWM-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The WindowsWM Library

#-----------------------------------------------------------

%package -n %{libname}
Summary:  The WindowsWM Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}

%description -n %{libname}
The WindowsWM Library

#-----------------------------------------------------------

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11
Requires: %{libname} = %{version}
Provides: %{name}-devel = %{version}-%{release}
Conflicts: libxorg-x11-devel < 7.0
Obsoletes: %{mklibname windowswm 7 -d}

%description -n %{develname}
Development files for %{name}

%files -n %{develname}
%{_libdir}/libWindowsWM.so
%{_libdir}/pkgconfig/windowswm.pc
%{_mandir}/man3/WindowsWM.3*


#-----------------------------------------------------------

%package -n %{staticname}
Summary: Static development files for %{name}
Group: Development/X11
Requires: %{develname} = %{version}
Provides: %{name}-static-devel = %{version}-%{release}
Conflicts: libxorg-x11-static-devel < 7.0
Obsoletes: %{mklibname windowswm 7 -d -s}

%description -n %{staticname}
Static development files for %{name}

%files -n %{staticname}
%{_libdir}/libWindowsWM.a

#-----------------------------------------------------------

%prep
%setup -q -n libWindowsWM-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libWindowsWM.so.%{major}*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-7
+ Revision: 25b04f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17448 |14mr|libwmf-0.2.8.4-29
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.2
%define major 7
%define libname %mklibname wmf %{api} %{major}
%define litename %mklibname wmflite %{api} %{major}
%define devname %mklibname -d wmf

Summary:	A library to convert wmf files
Name:		libwmf
Version:	0.2.8.4
Release:	29
License:	GPLv2
Group:		Text tools
Url:		http://sourceforge.net/projects/wvware/
Source0:	http://download.sourceforge.net/wvware/%{name}-%{version}.tar.bz2
Patch0:		libwmf-0.2.7-libwmf-config.patch
Patch1:		libwmf-0.2.8.3-CAN-2004-0941.patch
Patch2:		libwmf-0.2.8.3-CAN-2004-0990.patch
Patch3:		libwmf-0.2.8.4-intoverflow.patch
Patch4:		libwmf-0.2.8.4-CVE2007-2756.patch
Patch5:		libwmf-0.2.8.4-rh-CVE-2009-1364.diff
Patch6:		libwmf-0.2.8.4-gdk2.22.patch
Patch7:		libwmf-automake-1.13.patch

BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
Requires(post,postun):	gdk-pixbuf2.0
Requires:	urw-fonts

%description
libwmf is a library for unix like machines that can convert wmf
files into other formats, currently it supports a gd binding
to convert to gif, and an X one to draw direct to an X window
or pixmap.

%files
%docdir COPYING
%{_bindir}/wmf2*
%{_libdir}/gdk-pixbuf-2.0/*/loaders/io-wmf.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library to convert wmf files. - library files
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libwmf.

%files -n %{libname}
%{_libdir}/libwmf-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{litename}
Summary:	A library to convert wmf files. - library files
Group:		System/Libraries

%description -n %{litename}
This package contains the library needed to run programs dynamically
linked with libwmflite.

%files -n %{litename}
%{_libdir}/libwmflite-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	A library to convert wmf files. - development environment
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libwmf-devel = %{version}-%{release}

%description -n %{devname}
libwmf is a library for unix like machines that can convert wmf
files into other formats, currently it supports a gd binding
to convert to gif, and an X one to draw direct to an X window
or pixmap.

Install libwmf-devel if you need to compile an application with libwmf
support.

%files -n %{devname}
%doc CREDITS README NEWS ChangeLog
%doc installed-docs/*
%{_bindir}/libwmf-config
%{multiarch_bindir}/libwmf-config
%{_libdir}/libwmf.so
%{_libdir}/libwmflite.so
%{_includedir}/libwmf

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

rm -f configure configure.in
autoreconf -fi

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

mv %{buildroot}%{_prefix}/share/doc/* installed-docs

#gw no windows line endings
perl -pi -e 's/\r//' $(find installed-docs -type f )

# remove anything relevant to fonts.
rm -rf %{buildroot}%{_bindir}/libwmf-fontmap %{buildroot}%{_datadir}/libwmf

# multiarch support
%multiarch_binaries %{buildroot}%{_bindir}/libwmf-config


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.8.4-29
+ Revision: 9cf53ec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17449 |14mr|libwnck-2.30.7-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1
%define major 22
%define libname %mklibname wnck- %{api} %{major}
%define develname %mklibname -d wnck- %{api}

Epoch: 1

Summary: Libwnck is Window Navigator Construction Kit
Name: libwnck
Version: 2.30.7
Release: 10
License: LGPLv2+
URL: http://www.gnome.org/
Group: System/Libraries
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
Patch: libwnck-2.27.4-linking.patch

BuildRequires: intltool
BuildRequires: gnome-common
BuildRequires: gtk-doc
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libstartup-notification-1.0)

%description
libwnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and taskslists and stuff.

%package -n %{libname}
Summary:	%{summary}
Group:		%{group}
Provides:	%{name}-%{api} = %{version}-%{release}
Requires:	%{name} >= %{version}
Conflicts:	gir-repository < 0.6.5-9

%description -n %{libname}
libwnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and taskslists and stuff.

%package -n %{develname}
Summary:	Development libraries, include files for libwnck
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{name}-%{api}-devel = %{version}-%{release}
Requires:	%{name}-1 = %{version}
Conflicts:	gir-repository < 0.6.5-9

%description -n %{develname}
libwnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and taskslists and stuff.

%prep
%setup -q
#%patch -p1
#autoconf

%build
%configure2_5x \
	--disable-static

%make 

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/locale/{io,be@latin,bn_IN,si,uz@cyrillic}
rm -rf %{buildroot}/%{_bindir}
%find_lang %{name}

rm -f %{buildroot}%{_libdir}/*.la

%files -f %{name}.lang
%doc README AUTHORS

%files -n %{libname}
%{_libdir}/libwnck-%{api}.so.%{major}*
%{_libdir}/girepository-1.0/Wnck-1.0.typelib

%files -n %{develname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/libwnck
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/Wnck-1.0.gir




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.30.7-10
+ Revision: 9f1bb7a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17450 |14mr|libwnck3-3.4.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define oname		libwnck
%define api_version	3
%define major		0
%define api		%{api_version}.0

%define libname		%mklibname wnck %{api_version} %{major}
%define girname		%mklibname wnck-gir %{api}
%define develname	%mklibname -d wnck %{api_version}

Summary:	Libwnck is Window Navigator Construction Kit
Name:		libwnck3
Version:	3.4.5
Release:	5
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/libwnck/%{url_ver}/%{oname}-%{version}.tar.xz

BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xres)
BuildRequires:	pkgconfig(libpng)

%description
libwnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and taskslists and stuff.

%package -n %{libname}
Summary:	%{summary}
Group:		%{group}

%description -n %{libname}
libwnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and taskslists and stuff.

%package -n %{girname}
Summary:	GObject Introspection interface library for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{develname}
Summary:	Development libraries and include files for %{name}
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Requires:	%{girname} = %{version}

%description -n %{develname}
libwnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and taskslists and stuff.

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x \
	--disable-static

%make 

%install
rm -rf %{buildroot}
%makeinstall_std

find %{buildroot} -name '*.la' -exec rm -f {} ';'
rm -rf %{buildroot}%{_datadir}/locale/{io,be@latin,bn_IN,si,uz@cyrillic}

%find_lang libwnck-3.0

%files -f libwnck-3.0.lang
%{_bindir}/wnckprop
%{_bindir}/wnck-urgency-monitor

%files -n %{libname}
%{_libdir}/libwnck-%{api_version}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Wnck-%{api}.typelib

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/Wnck-%{api}.gir
%doc %{_datadir}/gtk-doc/html/libwnck-3.0


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.4.5-5
+ Revision: 380832b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17451 |14mr|libwpd-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		0.10
%define major	10
%define libname		%mklibname wpd %{api} %{major}
%define develname	%mklibname -d wpd 

Summary:	Library for reading/writing WordPerfect files
Name:		libwpd
Version:	0.10.0
Release:	1
License:	LGPLv2+
Group:		System/Libraries
URL:		http://libwpd.sourceforge.net/
Source0:	http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz

BuildRequires:	doxygen
BuildRequires:	pkgconfig(librevenge-0.0)

%description
Libwpd is a library for reading/writing WordPerfect files.
It is designed to be used by another program (e.g.: a word
processor) as an in-process component.
It supports fileimport of all versions of WordPerfect.

%package -n	%{name}-tools
Summary:	Tools to transform Wordperfect files to html or text
Group:		Office

%description -n %{name}-tools
Tools to transform Wordperfect files to html or text.
It supports fileimport of all versions of WordPerfect.

%package -n	%{libname}
Summary:	Library for reading/writing WordPerfect files
Group:		System/Libraries

%description -n	%{libname}
Libwpd is a library for reading/writing WordPerfect files.
It is designed to be used by another program (e.g.: a word
processor) as an in-process component.
It supports fileimport of all versions of WordPerfect.

%package -n	%{develname}
Summary:	Headers and development files for libwpd
Group:		Development/Other
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d wpd- 0.8 8

%description -n	%{develname}
Headers and development files for libwpd.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%files -n %{name}-tools
%doc ChangeLog  INSTALL README TODO
%{_bindir}/*

%files -n %{libname}
%{_libdir}/libwpd-%{api}.so.%{major}*

%files -n %{develname}
%{_libdir}/pkgconfig/libwpd-%{api}.pc
%{_libdir}/libwpd-%{api}.so
%{_includedir}/libwpd-%{api}
%doc %{_datadir}/doc/libwpd

%changelog
* Thu Aug 21 2014 sokol <sergey.sokolov@rosalab.ru> 0.10.0-1
+ Revision: 056a3de
- Merge pull request #2 from sokol/libwpd:rosa2014.1
- up to 0.10.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17452 |14mr|libwpg-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	0.3
%define major	3
%define libname	%mklibname wpg %{api} %{major}
%define devname	%mklibname -d wpg

Summary:	Library for importing and converting Corel WordPerfect(tm) Graphics images
Name:		libwpg
Epoch:		1
Version:	0.3.0
Release:	1
Group:		Office
License:	LGPLv2+
Url:		http://libwpg.sf.net/
Source0:	http://downloads.sourceforge.net/project/libwpg/libwpg/libwpg-%{version}/%{name}-%{version}.tar.xz

BuildRequires:	doxygen
BuildRequires:	pkgconfig(libwpd-0.10)

%description
libwpg is a library for reading and converting WPG images

%package tools
Summary:	Tools to convert WPG images into other formats
Group:		Publishing

%description tools
Tools to convert WPG images into other formats.
Currently supported: raw svg

%package -n %{libname}
Summary:	Library for importing and converting Corel WordPerfect(tm) Graphics images
Group:		System/Libraries

%description -n %{libname}
libwpg is a library for reading and converting WPG images

%package -n %{devname}
Summary:	Files for developing with libwpg
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	libwpg-devel = %{EVRD}

%description -n %{devname}
Includes and definitions for developing with libwpg.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make 

%install
%makeinstall_std

%files tools
%doc ChangeLog README AUTHORS
%{_bindir}/wpg2*

%files -n %{libname}
%{_libdir}/libwpg-%{api}.so.%{major}*

%files -n %{devname}
%{_libdir}/libwpg*.so
%{_libdir}/pkgconfig/libwpg*.pc
%{_includedir}/*
%doc %{_docdir}/libwpg/*


%changelog
* Thu Aug 21 2014 sokol <sergey.sokolov@rosalab.ru> 1:0.3.0-1
+ Revision: b42dd58
- Merge pull request #1 from sokol/libwpg:rosa2014.1
- up to 0.3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17453 |14mr|libwps-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api     0.3
%define major	3
%define libname		%mklibname wps %{api} %{major}
%define develname	%mklibname -d wps

Summary:	Library for reading and converting Microsoft Works word processor documents
Name:		libwps
Epoch:		1
Version:	0.3.0
Release:	1
Group:		Office
License: 	LGPLv2+
URL: 		http://libwps.sourceforge.net/
Source0:	http://downloads.sourceforge.net/libwps/libwps/%{name}-%{version}.tar.bz2

BuildRequires: doxygen
BuildRequires: pkgconfig(libwpd-0.10)
BuildRequires: boost-devel

%description
Library that handles Microsoft Works documents.

%package tools
Requires: %{libname} = %{EVRD}
Summary: Tools to transform Works documents into other formats
Group: Publishing

%description tools
Tools to transform Works documents into other formats.
Currently supported: html, raw, text

%package -n %{libname}
Summary: Library for reading and converting Microsoft Works word processor documents
Group: System/Libraries
Obsoletes: %mklibname wps- 0.1 1

%description -n %{libname}
Library that handles Microsoft Works documents.

%package -n %{develname}
Summary: Files for developing with libwps
Group: Development/C++
Requires: %{libname} = %{EVRD}
Provides: libwps-devel = %{EVRD}

%description -n %{develname}
Includes and definitions for developing with libwps.

%package docs
Requires: %{develname} = %{EVRD}
Summary: Documentation of libwps API
Group: Development/C++

%description docs
Documentation of libwps API for developing with libwps

%prep
%setup -q

%build
%configure2_5x --disable-silent-rules --disable-static --disable-werror

sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
%makeinstall_std

%files tools
%{_bindir}/wks2raw
%{_bindir}/wks2csv
%{_bindir}/wks2text
%{_bindir}/wps2html
%{_bindir}/wps2raw
%{_bindir}/wps2text

%files -n %{libname}
%{_libdir}/libwps-%{api}.so.%{major}*

%files -n %{develname}
%{_libdir}/libwps*-%{api}.so
%{_libdir}/pkgconfig/libwps*.pc
%{_includedir}/*

%files docs
%{_docdir}/libwps*


%changelog
* Thu Aug 21 2014 sokol <sergey.sokolov@rosalab.ru> 1:0.3.0-1
+ Revision: e7f8e45
- Merge pull request #2 from sokol/libwps:rosa2014.1
- up to 0.3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17454 |14mr|libx11-1.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define x11major 6
%define xcbmajor 1

%define libx11 %mklibname x11_ %{x11major}
%define libx11xcb %mklibname x11-xcb %{xcbmajor}
%define devname %mklibname x11 -d

Summary:	X Library
Name:		libx11
Version:	1.6.2
Release:	2
Group:		System/Libraries
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libX11-%{version}.tar.bz2
Patch0:		libX11-1.3.5-fix-null-pointer.patch
Patch1:		libx11-fix-segfault.diff
Patch2:		libX11-1.6.2-fix-typo.patch
BuildRequires:	docbook-dtd43-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	groff
BuildRequires:	x11-sgml-doctools
BuildRequires:	x11-util-macros
BuildRequires:	xmlto
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xdmcp)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xtrans)

%description
%{name} contains the shared libraries that most X programs
need to run properly. These shared libraries are in a separate package in
order to reduce the disk space needed to run X applications on a machine
without an X server (i.e, over a network).

#-----------------------------------------------------------

%package -n %{libx11}
Summary:	X Library
Group:		Development/X11
Provides:	%{name} = %{EVRD}

%description -n %{libx11}
%{name} contains the shared libraries that most X programs
need to run properly. These shared libraries are in a separate package in
order to reduce the disk space needed to run X applications on a machine
without an X server (i.e, over a network).

%files -n %{libx11}
%{_libdir}/libX11.so.%{x11major}*

#-----------------------------------------------------------

%package -n %{libx11xcb}
Summary:	X Library
Group:		Development/X11
Conflicts:	%{_lib}x11_6 < 1.6.0-2

%description -n %{libx11xcb}
%{name} contains the shared libraries that most X programs
need to run properly. These shared libraries are in a separate package in
order to reduce the disk space needed to run X applications on a machine
without an X server (i.e, over a network).

%files -n %{libx11xcb}
%{_libdir}/libX11-xcb.so.%{xcbmajor}*

#-----------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
# TODO: split into 2 devel packages
Requires:	%{libx11} = %{EVRD}
Requires:	%{libx11xcb} = %{EVRD}

%description -n %{devname}
%{name} includes the libraries, header files and documentation
you'll need to develop programs which run in X clients. X11 includes
the base Xlib library as well as the Xt and Xaw widget sets.

For guidance on programming with these libraries, O'Reilly & Associates
produces a series on X programming which you might find useful.

Install %{name} if you are going to develop programs which
will run as X clients.

%files -n %{devname}
%{_mandir}/man3/*.3.*
%{_libdir}/libX11.so
%{_libdir}/pkgconfig/x11.pc
%{_includedir}/X11/cursorfont.h
%{_includedir}/X11/ImUtil.h
%{_includedir}/X11/Xlocale.h
%{_includedir}/X11/Xcms.h
%{_includedir}/X11/Xlibint.h
%{_includedir}/X11/Xlib.h
%{_includedir}/X11/Xresource.h
%{_includedir}/X11/Xregion.h
%{_includedir}/X11/Xutil.h
%{_includedir}/X11/XlibConf.h
%{_includedir}/X11/XKBlib.h
%{_libdir}/libX11-xcb.so
%{_libdir}/pkgconfig/x11-xcb.pc
%{_includedir}/X11/Xlib-xcb.h
%{_mandir}/man5/*.5*

#-----------------------------------------------------------

%package common
Summary:	Common files used by the X.org
Group:		System/X11
BuildArch:	noarch

%description common
Common files used by the X.org.

%files common
%dir %{_datadir}/X11/locale
%{_datadir}/X11/locale/*
%{_datadir}/X11/Xcms.txt
%{_datadir}/X11/XErrorDB

#-----------------------------------------------------------

%package doc
Summary:	Documentation used by the X.org
Group:		System/X11
BuildArch:	noarch

%description doc
Documentation used by the X.org.

%files doc
%{_docdir}/libX11

#-----------------------------------------------------------

%prep
%setup -q -n libX11-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.2-2
+ Revision: 002aa87
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17455 |14mr|libx86-1.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname x86 %{nil} %{major}
%define devname	%mklibname x86 -d

%bcond_with	uclibc

Summary:	Hardware-independent library for executing real-mode x86 code
Name:		libx86
Version:	1.1
Release:	11
License:	MIT
Group:		System/Libraries
Url:		http://www.codon.org.uk/~mjg59/libx86/
Source:		http://www.codon.org.uk/~mjg59/libx86/downloads/%{name}-%{version}.tar.gz
Patch0:		libx86-0.99-ifmask.patch
%if %{with uclibc}
BuildRequires:	uClibc-devel
%endif
ExclusiveArch:	%{ix86} x86_64

%description
It's often useful to be able to make real-mode x86 BIOS calls from userland.
lrmi provides a simple interface to this for x86 machines, but this doesn't
help on other platforms.

libx86 provides the lrmi interface, but will also run on platforms such as
amd64 and alpha.

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Hardware-independent library for executing real-mode x86 code
Group:		System/Libraries

%description -n	%{libname}
It's often useful to be able to make real-mode x86 BIOS calls from userland.
lrmi provides a simple interface to this for x86 machines, but this doesn't
help on other platforms.

libx86 provides the lrmi interface, but will also run on platforms such as
amd64 and alpha.

This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%doc COPYRIGHT
%{_libdir}/libx86.so.%{major}

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%{_libdir}/libx86.a
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libx86.a
%endif
%{_libdir}/libx86.so
%{_includedir}/libx86.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%if %{with uclibc}
%ifarch %{ix86}
%make CC=%{uclibc_cc} CFLAGS="%{uclibc_cflags}" static
%else
%make CC=%{uclibc_cc} BACKEND=x86emu CFLAGS="%{uclibc_cflags} -fPIC" static
%endif
mkdir -p uclibc
mv -f libx86.a uclibc/libx86.a
make clean
%endif

%ifarch %{ix86}
%make CFLAGS="%{optflags}"
%else
%make BACKEND=x86emu CFLAGS="%{optflags} -fPIC"
%endif

%install
%makeinstall_std LIBDIR=%{_libdir}
chmod 0644 %{buildroot}%{_libdir}/libx86.a
%if %{with uclibc}
install -m644 uclibc/libx86.a -D %{buildroot}%{uclibc_root}%{_libdir}/libx86.a
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-11
+ Revision: 52ea03f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17456 |14mr|libx86emu-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname	%mklibname	x86emu	%{major}
%define develname	%mklibname	x86emu	-d

Name:           libx86emu
License:        BSD 3-Clause
Group:          System/Libraries
Summary:        A small x86 emulation library
Version:        1.1
Release:        5
Source:         %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
ExclusiveArch:  %{ix86} x86_64

%description
Small x86 emulation library with focus of easy usage and extended
execution logging functions.

%package -n     %{libname}
Summary:        A small x86 emulation library
Group:          System/Libraries

%description -n %{libname}
Small x86 emulation library with focus of easy usage and extended
execution logging functions.

%package -n     %{develname}
Summary:        A small x86 emulation library
Group:          System/Libraries
Requires:       %{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
Small x86 emulation library with focus of easy usage and extended
execution logging functions.

%prep
%setup -q

%build
%make CFLAGS="%{optflags} -fPIC"

%install
%makeinstall_std LIBDIR=%{_libdir}

%clean 
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/*.so
%{_includedir}/x86emu.h
%doc README LICENSE




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-5
+ Revision: 46b95e1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17457 |14mr|libxau-1.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libxau %mklibname xau %{major}
%define develname %mklibname xau -d

Name:		libxau
Summary:	X authorization file management library
Version:	1.0.8
Release:	2
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXau-%{version}.tar.bz2
Patch0:		libxau-visibility.patch

BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
X authorization file management library

%package -n %{libxau}
Summary:	X authorization file management library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libxau}
X authorization file management library

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxau} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}xau6-devel < 1.0.7
Obsoletes:	%{_lib}xau-static-devel < 1.0.7
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libXau-%{version}
%patch0 -p1 -b .visibility

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libxau}
%{_libdir}/libXau.so.%{major}*

%files -n %{develname}
%{_libdir}/pkgconfig/xau.pc
%{_includedir}/X11/Xauth.h
%{_libdir}/libXau.so
%{_mandir}/man3/Xau*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.8-2
+ Revision: 0cf7c48
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17458 |14mr|libxaw-1.0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define libxaw7 %mklibname xaw %{major}
%define develname %mklibname xaw -d

Name:		libxaw
Summary:	X Athena Widgets Library
Version:	1.0.11
Release:	3
Group:		System/Libraries
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXaw-%{version}.tar.bz2
Patch0:		libXaw-1.0.10-formatstring.patch

BuildRequires:	pkgconfig(x11) >= 1.0.0
BuildRequires:	pkgconfig(xau) >= 1.0.0
BuildRequires:	pkgconfig(xext) >= 1.0.0
BuildRequires:	pkgconfig(xmu) >= 1.0.0
BuildRequires:	pkgconfig(xpm) >= 3.5.4.2
BuildRequires:	pkgconfig(xt) >= 1.0.0
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.3.0
BuildRequires:	groff

%description
Xaw is the classic X Athena Widget Set, a widget set based on the
X Toolkit Intrinsics (Xt) Library.

%package -n %{libxaw7}
Group:		System/Libraries
Summary:	X Athena Widgets Library
Requires:	x11-data-bitmaps
Conflicts:	libxorg-x11 < 7.0
# (walluck): FIXME: we wouldn't provide this but for the packages that incorrectly require it
Provides:	libxaw7 = %{version}-%{release}

%description -n %{libxaw7}
Xaw is the classic X Athena Widget Set, a widget set based on the
X Toolkit Intrinsics (Xt) Library.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxaw7} = %{version}-%{release}
Conflicts:	libxorg-x11-devel < 7.0
Provides:	xaw-devel = %{version}-%{release}
Provides:	libxaw-devel = %{version}-%{release}
Obsoletes:	%{_lib}xaw-static-devel < 1.0.11

%description -n %{develname}
Development files for %{name}.

%prep
%setup -qn libXaw-%{version}
%patch0 -p1 -b .fs~

%build
%configure2_5x \
	--disable-static \
	--disable-xaw6

%make

%install
%makeinstall_std

%files -n %{libxaw7}
%{_libdir}/libXaw.so.%{major}
%{_libdir}/libXaw7.so.%{major}*

%files -n %{develname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%dir %{_includedir}/X11/Xaw
%{_includedir}/X11/Xaw/*
%{_mandir}/man3/Xaw.3.*
%dir %{_docdir}/libXaw
%{_docdir}/libXaw/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.11-3
+ Revision: b5ee932
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17459 |14mr|libxcb-1.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libxcb %mklibname xcb %{major}
%define devname %mklibname xcb -d

%define compositemajor 0
%define damagemajor 0
%define dpmsmajor 0
%define dri2major 0
%define dri3major 0
%define glxmajor 0
%define presentmajor 0
%define randrmajor 0
%define recordmajor 0
%define rendermajor 0
%define resmajor 0
%define screensavermajor 0
%define shapemajor 0
%define shmmajor 0
%define syncmajor 1
%define xeviemajor 0
%define xf86drimajor 0
%define xfixesmajor 0
%define xineramamajor 0
%define xkbmajor 1
%define xprintmajor 0
%define xtestmajor 0
%define xvmajor 0
%define xvmcmajor 0

%define libxcb_composite   %mklibname xcb-composite   %{compositemajor}
%define libxcb_damage      %mklibname xcb-damage      %{damagemajor}
%define libxcb_dpms        %mklibname xcb-dpms        %{dpmsmajor}
%define libxcb_dri2        %mklibname xcb-dri2_       %{dri2major}
%define libxcb_dri3        %mklibname xcb-dri3_       %{dri3major}
%define libxcb_glx         %mklibname xcb-glx         %{glxmajor}
%define libxcb_present     %mklibname xcb-present     %{presentmajor}
%define libxcb_randr       %mklibname xcb-randr       %{randrmajor}
%define libxcb_record      %mklibname xcb-record      %{recordmajor}
%define libxcb_render      %mklibname xcb-render      %{rendermajor}
%define libxcb_res         %mklibname xcb-res         %{resmajor}
%define libxcb_screensaver %mklibname xcb-screensaver %{screensavermajor}
%define libxcb_shape       %mklibname xcb-shape       %{shapemajor}
%define libxcb_shm         %mklibname xcb-shm         %{shmmajor}
%define libxcb_sync        %mklibname xcb-sync        %{syncmajor}
%define libxcb_xevie       %mklibname xcb-xevie       %{xeviemajor}
%define libxcb_xf86dri     %mklibname xcb-xf86dri     %{xf86drimajor}
%define libxcb_xfixes      %mklibname xcb-xfixes      %{xfixesmajor}
%define libxcb_xinerama    %mklibname xcb-xinerama    %{xineramamajor}
%define libxcb_xkb         %mklibname xcb-xkb         %{xkbmajor}
%define libxcb_xprint      %mklibname xcb-xprint      %{xprintmajor}
%define libxcb_xtest       %mklibname xcb-xtest       %{xtestmajor}
%define libxcb_xv          %mklibname xcb-xv          %{xvmajor}
%define libxcb_xvmc        %mklibname xcb-xvmc        %{xvmcmajor}
# Need obsoletes
%define libxcb_util0       %mklibname xcb-util        0
%define libxcb_util1       %mklibname xcb-util        1
%define libxcb_randr1      %mklibname xcb-randr       1

Summary:	X protocol C-language Binding Library
Name:		libxcb
Version:	1.10
Release:	4
License:	MIT
Group:		System/X11
Url:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/libxcb-%{version}.tar.bz2
BuildRequires:	libpthread-stubs
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	python-celementtree
BuildRequires:	xsltproc
BuildRequires:	libxdmcp-devel
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xcb-proto)
BuildRequires:	pkgconfig(xorg-macros)

%description
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

%package -n %{libxcb}
Summary:	X protocol C-language Binding Library
Group:		System/X11
Provides:	%{name} = %{EVRD}
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9
# Bug #53733: libxcb_randr1 was wrongly obsoleting old %{libxcb}s
Conflicts:	%{libxcb_randr1} < 1.4
Obsoletes:	%{libxcb_randr1} < 1.4

%description -n %{libxcb}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

%files -n %{libxcb}
%{_libdir}/libxcb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libxcb_composite}
Summary:	X protocol C-language Binding Library (composite extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_composite}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the composite extension.

%files -n %{libxcb_composite}
%{_libdir}/libxcb-composite.so.%{compositemajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_damage}
Summary:	X protocol C-language Binding Library (damage extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_damage}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the damage extension.

%files -n %{libxcb_damage}
%{_libdir}/libxcb-damage.so.%{damagemajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_dpms}
Summary:	X protocol C-language Binding Library (dpms extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_dpms}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the dpms extension.

%files -n %{libxcb_dpms}
%{_libdir}/libxcb-dpms.so.%{dpmsmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_dri2}
Summary:	X protocol C-language Binding Library (dri2 extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_dri2}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the dri2 extension.

%files -n %{libxcb_dri2}
%{_libdir}/libxcb-dri2.so.%{dri2major}*

%package -n %{libxcb_dri3}
Summary:	X protocol C-language Binding Library (dri3 extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1

%description -n %{libxcb_dri3}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility. This package provides bindings for the 
dri3 extension.

%files -n %{libxcb_dri3}
%{_libdir}/libxcb-dri3.so.%{dri3major}*

#----------------------------------------------------------------------------

%package -n %{libxcb_glx}
Summary:	X protocol C-language Binding Library (glx extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_glx}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the glx extension.

%files -n %{libxcb_glx}
%{_libdir}/libxcb-glx.so.%{glxmajor}*

%package -n %{libxcb_present}
Summary:	X protocol C-language Binding Library (present extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1

%description -n %{libxcb_present}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility. This package provides bindings for
the present extension.

%files -n %{libxcb_present}
%{_libdir}/libxcb-present.so.%{presentmajor}*
#----------------------------------------------------------------------------

%package -n %{libxcb_randr}
Summary:	X protocol C-language Binding Library (randr extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
# Bug #53733 explains why libxcb-randr0 obsoletes libxcb-randr1 < 1.4
Conflicts:	%{libxcb_randr1} < 1.4
Obsoletes:	%{libxcb_randr1} < 1.4
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_randr}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the randr extension.

%files -n %{libxcb_randr}
%{_libdir}/libxcb-randr.so.%{randrmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_record}
Summary:	X protocol C-language Binding Library (record extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_record}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the record extension.

%files -n %{libxcb_record}
%{_libdir}/libxcb-record.so.%{recordmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_render}
Summary:	X protocol C-language Binding Library (render extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_render}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the render extension.

%files -n %{libxcb_render}
%{_libdir}/libxcb-render.so.%{rendermajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_res}
Summary:	X protocol C-language Binding Library (res extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_res}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the res extension.

%files -n %{libxcb_res}
%{_libdir}/libxcb-res.so.%{resmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_screensaver}
Summary:	X protocol C-language Binding Library (screensaver extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_screensaver}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the screensaver extension.

%files -n %{libxcb_screensaver}
%{_libdir}/libxcb-screensaver.so.%{screensavermajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_shape}
Summary:	X protocol C-language Binding Library (shape extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_shape}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the shape extension.

%files -n %{libxcb_shape}
%{_libdir}/libxcb-shape.so.%{shapemajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_shm}
Summary:	X protocol C-language Binding Library (shm extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_shm}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the shm extension.

%files -n %{libxcb_shm}
%{_libdir}/libxcb-shm.so.%{shmmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_sync}
Summary:	X protocol C-language Binding Library (sync extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_sync}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the sync extension.

%files -n %{libxcb_sync}
%{_libdir}/libxcb-sync.so.%{syncmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xevie}
Summary:	X protocol C-language Binding Library (xevie extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xevie}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xevie extension.

%files -n %{libxcb_xevie}
%{_libdir}/libxcb-xevie.so.%{xeviemajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xf86dri}
Summary:	X protocol C-language Binding Library (xf86dri extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xf86dri}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xf86dri extension.

%files -n %{libxcb_xf86dri}
%{_libdir}/libxcb-xf86dri.so.%{xf86drimajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xfixes}
Summary:	X protocol C-language Binding Library (xfixes extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xfixes}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xfixes extension.

%files -n %{libxcb_xfixes}
%{_libdir}/libxcb-xfixes.so.%{xfixesmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xinerama}
Summary:	X protocol C-language Binding Library (xinerama extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xinerama}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xinerama extension.

%files -n %{libxcb_xinerama}
%{_libdir}/libxcb-xinerama.so.%{xineramamajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xkb}
Summary:	X protocol C-language Binding Library (xkb extension)
Group:		System/X11

%description -n %{libxcb_xkb}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xkb extension.

%files -n %{libxcb_xkb}
%{_libdir}/libxcb-xkb.so.%{xkbmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xprint}
Summary:	X protocol C-language Binding Library (xprint extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xprint}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xprint extension.

%files -n %{libxcb_xprint}
%{_libdir}/libxcb-xprint.so.%{xprintmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xtest}
Summary:	X protocol C-language Binding Library (xtest extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xtest}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xtest extension.

%files -n %{libxcb_xtest}
%{_libdir}/libxcb-xtest.so.%{xtestmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xv}
Summary:	X protocol C-language Binding Library (xv extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xv}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xv extension.

%files -n %{libxcb_xv}
%{_libdir}/libxcb-xv.so.%{xvmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xvmc}
Summary:	X protocol C-language Binding Library (xvmc extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xvmc}
the X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xvmc extension.

%files -n %{libxcb_xvmc}
%{_libdir}/libxcb-xvmc.so.%{xvmcmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxcb} = %{EVRD}
Requires:	%{libxcb_composite} = %{EVRD}
Requires:	%{libxcb_damage} = %{EVRD}
Requires:	%{libxcb_dpms} = %{EVRD}
Requires:	%{libxcb_dri2} = %{EVRD}
Requires:	%{libxcb_dri3} = %{EVRD}
Requires:	%{libxcb_glx} = %{EVRD}
Requires:	%{libxcb_present} = %{EVRD}
Requires:	%{libxcb_randr} = %{EVRD}
Requires:	%{libxcb_record} = %{EVRD}
Requires:	%{libxcb_render} = %{EVRD}
Requires:	%{libxcb_res} = %{EVRD}
Requires:	%{libxcb_screensaver} = %{EVRD}
Requires:	%{libxcb_shape} = %{EVRD}
Requires:	%{libxcb_shm} = %{EVRD}
Requires:	%{libxcb_sync} = %{EVRD}
Requires:	%{libxcb_xevie} = %{EVRD}
Requires:	%{libxcb_xf86dri} = %{EVRD}
Requires:	%{libxcb_xfixes} = %{EVRD}
Requires:	%{libxcb_xinerama} = %{EVRD}
Requires:	%{libxcb_xkb} = %{EVRD}
Requires:	%{libxcb_xprint} = %{EVRD}
Requires:	%{libxcb_xtest} = %{EVRD}
Requires:	%{libxcb_xv} = %{EVRD}
Requires:	%{libxcb_xvmc} = %{EVRD}
# gw this isn't picked up by the automatic pkgconfig deps, but without it,
# pkg-config --libs xcb will fail
Requires:	libpthread-stubs
Provides:	xcb-devel = %{EVRD}
Obsoletes:	%{_lib}xcb1-devel < %{EVRD}
Obsoletes:	%{_lib}xcb-static-devel < %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/xcb/*.h
%{_libdir}/libxcb*.so
%{_libdir}/pkgconfig/xcb*.pc

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Development/X11

%description doc
Documentation for %{name}.

%files doc
%{_docdir}/libxcb
%{_mandir}/man3/*.xz

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-xkb

%make

%install
%makeinstall_std

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10-4
+ Revision: 94e1d35
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17460 |14mr|libxcomposite-0.4.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xcomposite %{major}
%define develname %mklibname xcomposite -d

Name: libxcomposite
Summary: X Composite Library
Version: 0.4.3
Release: 7
Group: Development/X11
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: pkgconfig(xfixes) >= 3.0.1.2
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
X Composite Library

%package -n %{libname}
Summary: X Composite Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}

%description -n %{libname}
X Composite  Library

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11
Requires: %{libname} = %{version}-%{release}
Provides: libxcomposite-devel = %{version}-%{release}
Obsoletes: %{_lib}xcomposite1-devel < 0.4.3
Obsoletes: %{_lib}xcomposite-static-devel < 0.4.3
Conflicts: libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libXcomposite-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%pre -n %{develname}
if [ -h %{_includedir}/X11 ]; then
	rm -f %{_includedir}/X11
fi

%files -n %{libname}
%{_libdir}/libXcomposite.so.%{major}*

%files -n %{develname}
%{_libdir}/libXcomposite.so
%{_libdir}/pkgconfig/xcomposite.pc
%{_includedir}/X11/extensions/Xcomposite.h
%{_mandir}/man3/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.3-7
+ Revision: 0957b58
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17461 |14mr|libxcursor-1.1.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xcursor %{major}
%define develname %mklibname xcursor -d

Summary:	X Cursor Library
Name:		libxcursor
Version:	1.1.14
Release:	3
Group:		Development/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXcursor-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11) >= 1.0.0
BuildRequires:	pkgconfig(xfixes) >= 3.0.1.2
BuildRequires:	pkgconfig(xrender) >= 0.9.0.2
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
X Cursor Library.

%package -n %{libname}
Summary:	X Cursor Library
Group:		Development/X11
Provides:	%{name} = %{EVRD}

%description -n %{libname}
X Cursor Library.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{version}
Obsoletes:	%{_lib}xcursor1-devel < 1.1.13
Obsoletes:	%{_lib}xcursor-static-devel < 1.1.13

%description -n %{develname}
Development files for %{name}.

%prep
%setup -qn libXcursor-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXcursor.so.%{major}*

%files -n %{develname}
%{_libdir}/libXcursor.so
%{_libdir}/pkgconfig/xcursor.pc
%{_includedir}/X11/Xcursor/Xcursor.h
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.14-3
+ Revision: 7f86560
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17462 |14mr|libxdamage-1.1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xdamage %{major}
%define develname %mklibname xdamage -d

Name: libxdamage
Summary:  X Damage  Library
Version: 1.1.3
Release: 6
Group: Development/X11
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/libXdamage-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xfixes) >= 3.0.1.2
BuildRequires: x11-proto-devel >= 1.2.0
BuildRequires: x11-util-macros >= 1.0.1

%description
X Damage  Library.

%package -n %{libname}
Summary: X Damage Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{EVRD}

%description -n %{libname}
X Damage  Library.

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11
Requires: %{libname} = %{version}
Provides: %{name}-devel = %{EVRD}
Conflicts: libxorg-x11-devel < 7.0
Obsoletes: %{_lib}xdamage1-devel < 1.1.3
Obsoletes: %{_lib}xdamage-static-devel < 1.1.3

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libXdamage-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%pre -n %{develname}
if [ -h %{_includedir}/X11 ]; then
	rm -f %{_includedir}/X11
fi

%files -n %{libname}
%{_libdir}/libXdamage.so.%{major}*

%files -n %{develname}
%{_libdir}/libXdamage.so
%{_libdir}/pkgconfig/xdamage.pc
%{_includedir}/X11/extensions/Xdamage.h




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3-6
+ Revision: dc66f2e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17463 |14mr|libxdg-basedir-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libxdg %mklibname xdg-basedir %{major}
%define libdev %mklibname xdg-basedir -d
%define libdevstatic %mklibname xdg-basedir -d -s

Name:		libxdg-basedir
Version:	1.1.1
Release:	2
Summary:	The XDG Base Directory specification defines where files should be looked for
Group:		System/Libraries
License:	MIT
URL:		https://www.ohloh.net/p/libxdg-basedir
Source0:	http://n.ethz.ch/~nevillm/download/libxdg-basedir/libxdg-basedir-%{version}.tar.gz
Buildroot:	%{_tmppath}/%{name}-%{version}-build

BuildRequires:	doxygen

%description
The XDG Base Directory Specification defines where should user files be looked
for by defining one or more base directories relative in with they should be
located.

This library implements functions to list the directories according to the
specification and provides a few higher-level functions.

#------------------------------------------------------------------------------
%package -n %{libxdg}
Summary:	The XDG Base Directory specification defines where files should be looked for
Group:		System/Libraries
Provides:	%{name} = %{version}

%description -n %{libxdg}
The XDG Base Directory Specification defines where should user files be looked
for by defining one or more base directories relative in with they should be
located
#------------------------------------------------------------------------------
%package -n %{libdev}
Summary:	Development Files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}
Provides:	xdg-basedir-devel = %{version}-%{release}

%description -n %{libdev}
Development Files for %{name}

%files -n %{libdev}
%defattr(-,root,root,-)
%_includedir/basedir.h
%_includedir/basedir_fs.h
%_libdir/libxdg-basedir.so
%_libdir/pkgconfig/libxdg-basedir.pc
#------------------------------------------------------------------------------
%package -n %{libdevstatic}
Summary:	Static development files for %{name}
Group:		Development/Other
Requires:	%{libdev} = %{version}
Provides:	libxdg-basedir-static-devel = %{version}-%{release}

%description -n %{libdevstatic}
Static development files for %{name}

%files -n %{libdevstatic}
%defattr(-,root,root,-)
%_libdir/libxdg-basedir.a
#------------------------------------------------------------------------------
%prep
%setup -q -n libxdg-basedir-%{version}

%build
%configure2_5x

%make


%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libxdg} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libxdg} -p /sbin/ldconfig
%endif

%files -n %{libxdg}
%defattr(-,root,root,-)
%_libdir/libxdg-basedir.so.1
%_libdir/libxdg-basedir.so.1.1.0



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-2
+ Revision: e65ff03
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17464 |14mr|libxdmcp-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libxdmcp %mklibname xdmcp %{major}
%define develname %mklibname xdmcp -d

Name:		libxdmcp
Summary:	X Display Manager Control Protocol library
Version:	1.1.1
Release:	4
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXdmcp-%{version}.tar.bz2

BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
X Display Manager Control Protocol library

%package -n %{libxdmcp}
Summary:	Development files for %{name}
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libxdmcp}
X Display Manager Control Protocol library

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxdmcp} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}xdmcp6-devel < 1.1.1
Obsoletes:	%{_lib}xdmcp-static-devel < 1.1.1
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libXdmcp-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libxdmcp}
%{_libdir}/libXdmcp.so.%{major}*

%files -n %{develname}
%_datadir/doc/libXdmcp/xdmcp.xml
%{_libdir}/libXdmcp.so
%{_libdir}/pkgconfig/xdmcp.pc
%{_includedir}/X11/Xdmcp.h

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-4
+ Revision: cecbf8a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17465 |14mr|libxevie-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xevie %{major}
%define develname %mklibname xevie -d
%define staticdevelname %mklibname xevie -d -s

Name: libxevie
Summary:  X Event Interceptor Library
Version: 1.0.3
Release: 6
Group: Development/X11
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/libXevie-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1


%description
X Event Interceptor Library.

#-----------------------------------------------------------

%package -n %{libname}
Summary: X Event Interceptor Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}-%{release}

%description -n %{libname}
X Event Interceptor Library.

#-----------------------------------------------------------

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11
Requires: %{libname} >= %{version}-%{release}
Requires: x11-proto-devel >= 1.0.0
Provides: %{name}-devel = %{version}-%{release}

Conflicts: libxorg-x11-devel < 7.0
Obsoletes: %mklibname xevie 1 -d

%description -n %{develname}
Development files for %{name}.

%pre -n %{develname}
if [ -h %{_includedir}/X11 ]; then
	rm -f %{_includedir}/X11
fi

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/libXevie.so
%{_libdir}/pkgconfig/xevie.pc
%{_includedir}/X11/extensions/Xevie.h
%{_mandir}/man3/Xevie*.3*

#-----------------------------------------------------------

%package -n %{staticdevelname}
Summary: Static development files for %{name}
Group: Development/X11
Requires: %{develname} = %{version}
Provides: %{name}-static-devel = %{version}-%{release}

Conflicts: libxorg-x11-static-devel < 7.0
Obsoletes: %mklibname xevie 1 -d -s

%description -n %{staticdevelname}
Static development files for %{name}.

%files -n %{staticdevelname}
%defattr(-,root,root)
%{_libdir}/libXevie.a

#-----------------------------------------------------------

%prep
%setup -q -n libXevie-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libXevie.so.%{major}*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: c61dc90
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17466 |14mr|libxext-1.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libxext %mklibname xext %{major}
%define devname %mklibname xext -d

Summary:	X11 miscellaneous extension library
Name:		libxext
Epoch:		1
Version:	1.3.3
Release:	1
Group:		Development/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXext-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11) >= 1.6.0
BuildRequires:	pkgconfig(xau) >= 1.0.0
BuildRequires:	pkgconfig(xdmcp) >= 1.0.0
BuildRequires:	x11-proto-devel >= 7.5
BuildRequires:	x11-util-macros >= 1.0.1

%description
Misc X Extension Library.

%package -n %{libxext}
Summary:	X11 miscellaneous extension library
Group:		Development/X11
Provides:	%{name} = %{EVRD}

%description -n %{libxext}
LibXext provides an X Window System client interface to several extensions to
the X protocol.
The supported protocol extensions are:
- DOUBLE-BUFFER (DBE), the Double Buffer extension;
- DPMS, the VESA Display Power Management System extension;
- Extended-Visual-Information (EVI), an extension for gathering extra
  information about the X server's visuals;
- LBX, the Low Bandwidth X extension;
- MIT-SHM, the MIT X client/server shared memory extension;
- MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT;
- Multi-Buffering, the multi-buffering and stereo display extension;
- SECURITY, the X security extension;
- SHAPE, the non-rectangular shaped window extension;
- SYNC, the X synchronization extension;
- TOG-CUP, the Open Group's Colormap Utilization extension;
- XC-APPGROUP, the X Consortium's Application Group extension;
- XC-MISC, the X Consortium's resource ID querying extension;
- XTEST, the X test extension (this is one of two client-side implementations;
  the other is in the libXtst library, provided by the libxtst6 package);

LibXext also provides a small set of utility functions to aid authors of client
APIs for X protocol extensions.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxext} = %{EVRD}
Provides:	libxext-devel = %{EVRD}
Obsoletes:	%{_lib}xext6-devel < 1:1.3.1
Obsoletes:	%{_lib}xext6-static-devel < 1:1.3.1

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXext-%{version}

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/doc/libXext

%files -n %{libxext}
%{_libdir}/libXext.so.%{major}*

%files -n %{devname}
%doc specs/*.xml
%{_libdir}/libXext.so
%{_libdir}/pkgconfig/xext.pc
%{_includedir}/X11/extensions/*.h
%{_mandir}/man3/*.3*


%changelog
* Thu Jul 24 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1:1.3.3-1
+ Revision: e9bb783
- Merged



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17467 |14mr|libxfixes-5.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	3
%define libname		%mklibname xfixes %{major}
%define develname	%mklibname xfixes -d

Name:		libxfixes
Summary:	X Fixes  Library
Version:	5.0
Release:	6
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXfixes-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	x11-proto-devel >= 7.6-3
BuildRequires:	x11-util-macros >= 1.0.1

%description
%{name} is a simple library designed to interface the X Fixes Extension.

%package -n %{libname}
Summary:	X Fixes  Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libname}
%{name} is a simple library designed to interface the X Fixes Extension.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libxfixes-devel = %{version}-%{release}
Obsoletes:	%{_lib}xfixes3-devel < 5.0
Obsoletes:	%{_lib}xfixes-static-devel < 5.0
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libXfixes-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXfixes.so.%{major}*

%files -n %{develname}
%{_libdir}/libXfixes.so
%{_libdir}/pkgconfig/xfixes.pc
%{_includedir}/X11/extensions/Xfixes.h
%{_mandir}/man3/Xfixes.*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.0-6
+ Revision: 8b2aaa3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17468 |14mr|libxfont-1.4.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xfont %{major}
%define develname %mklibname xfont -d

Name:		libxfont
Summary:	X font Library
Version:	1.4.8
Release:	1
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXfont-%{version}.tar.bz2
# submitted upstream as bug #11573
Patch3:		libXfont-1.3.4-rescan-catalogue-dir-fontpaths-on-directory-change.patch

BuildRequires:	pkgconfig(fontenc)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(xtrans)
BuildRequires:	x11-proto-devel
BuildRequires:	x11-util-macros
BuildRequires:	bzip2-devel

%description
X font Library.

%package -n %{libname}
Summary:	X font Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libname}
X font Library

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libxfont-devel = %{version}-%{release}
Obsoletes:	%{_lib}xfont1-devel < 1.4.5
Obsoletes:	%{_lib}xfont-static-devel < 1.4.5
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libXfont-%{version}
%patch3 -p1 -b .check-dirs-mtime

%build
%configure2_5x \
	--disable-static \
	--with-bzip2 \
	--without-fop

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXfont.so.%{major}*

%files -n %{develname}
%{_libdir}/libXfont.so
%{_libdir}/pkgconfig/xfont.pc
%dir %{_includedir}/X11/fonts
%{_includedir}/X11/fonts/*


%changelog
* Thu Sep 25 2014 kuzma kazygashev <kuzma.kazygashev@rosalab.ru> 1.4.8-1
+ Revision: c201bfe
- Repacked archive libXfont-1.4.8.tar.bz2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17469 |14mr|libxfontcache-1.0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libxfontcache %mklibname xfontcache 1
Name: libxfontcache
Summary:  The Xfontcache Library
Version: 1.0.5
Release: 6
Group: Development/X11
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/libXfontcache-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The Xfontcache Library

#-----------------------------------------------------------

%package -n %{libxfontcache}
Summary:  The Xfontcache Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}

%description -n %{libxfontcache}
The Xfontcache Library

#-----------------------------------------------------------

%package -n %{libxfontcache}-devel
Summary: Development files for %{name}
Group: Development/X11

Requires: %{libxfontcache} = %{version}
Requires: x11-proto-devel >= 1.0.0
Provides: libxfontcache-devel = %{version}-%{release}

Conflicts: libxorg-x11-devel < 7.0

%description -n %{libxfontcache}-devel
Development files for %{name}

%files -n %{libxfontcache}-devel
%defattr(-,root,root)
%{_libdir}/libXfontcache.so
%{_libdir}/pkgconfig/xfontcache.pc
%{_mandir}/man3/FontCache*
%{_mandir}/man3/Xfontcache*

#-----------------------------------------------------------

%package -n %{libxfontcache}-static-devel
Summary: Static development files for %{name}
Group: Development/X11
Requires: %{libxfontcache}-devel = %{version}
Provides: libxfontcache-static-devel = %{version}-%{release}

Conflicts: libxorg-x11-static-devel < 7.0

%description -n %{libxfontcache}-static-devel
Static development files for %{name}

%files -n %{libxfontcache}-static-devel
%defattr(-,root,root)
%{_libdir}/libXfontcache.a

#-----------------------------------------------------------

%prep
%setup -q -n libXfontcache-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -p /sbin/ldconfig
%endif

%files -n %{libxfontcache}
%defattr(-,root,root)
%{_libdir}/libXfontcache.so.1
%{_libdir}/libXfontcache.so.1.0.0



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.5-6
+ Revision: 54cc7b8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17470 |14mr|libxft-2.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname xft %{major}
%define devname %mklibname xft -d

Summary:	X FreeType library
Name:		libxft
Version:	2.3.2
Release:	3
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXft-%{version}.tar.bz2
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xrender)

%description
X FreeType library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	X FreeType library
Group:		Development/X11
Provides:	%{name} = %{EVRD}
Requires:	fontconfig

%description -n %{libname}
X FreeType library.

%files -n %{libname}
%{_libdir}/libXft.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/libXft.so
%{_libdir}/pkgconfig/xft.pc
%{_includedir}/X11/Xft/Xft.h
%{_includedir}/X11/Xft/XftCompat.h
%{_mandir}/man3/Xft.*

#----------------------------------------------------------------------------

%prep
%setup -qn libXft-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%changelog
* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.2-3
+ Revision: 5e75a3f
- New version 2.3.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17471 |14mr|libxi-1.7.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libxi %mklibname xi %{major}
%define devname %mklibname xi -d

Summary:	X Input Extension Library
Name:		libxi
Version:	1.7.4
Release:	1
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXi-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)
# necessary for building the man pages
BuildRequires:	asciidoc
BuildRequires:	docbook-dtd412-xml
BuildRequires:	xmlto

%description
X Input Extension Library.

#----------------------------------------------------------------------------

%package -n %{libxi}
Summary:	X Input Extension Library
Group:		Development/X11
Provides:	%{name} = %{EVRD}

%description -n %{libxi}
X Input Extension Library.

%files -n %{libxi}
%{_libdir}/libXi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxi} = %{EVRD}
Requires:	pkgconfig(xfixes)
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/libXi.so
%{_libdir}/pkgconfig/xi.pc
%{_includedir}/X11/extensions/*.h
%{_datadir}/doc/libXi/*
%{_mandir}/man3/X*

#----------------------------------------------------------------------------

%prep
%setup -qn libXi-%{version}

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog
* Fri Jul 18 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.7.4-1
+ Revision: 928616d
- Updated to version 1.7.4
- This release provides the fix for locking bugs with XIAllowTouchEvents()
- and XIUngrabTouchBegin().



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17472 |14mr|libxinerama-1.1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xinerama %{major}
%define devname %mklibname xinerama -d

Summary:	The Xinerama Library
Name:		libxinerama
Version:	1.1.3
Release:	5
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXinerama-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11) >= 1.0.0
BuildRequires:	pkgconfig(xext) >= 1.0.0
BuildRequires:	x11-proto-devel >= 7.5
BuildRequires:	x11-util-macros >= 1.0.1

%description
The Xinerama Library.

%package -n %{libname}
Summary:	The Xinerama Library
Group:		Development/X11

%description -n %{libname}
The Xinerama Library.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Provides:	libxinerama-devel = %{EVRD}
Obsoletes:	%{_lib}xinerama1-devel < 1.1.2
Obsoletes:	%{_lib}xinerama-static-devel < 1.1.2
# Due to moved man page, to be removed later
Conflicts:	%{libname} < 1.1.3-4

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXinerama-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXinerama.so.%{major}*

%files -n %{devname}
%{_libdir}/libXinerama.so
%{_libdir}/pkgconfig/xinerama.pc
%{_includedir}/X11/extensions/*.h
%{_mandir}/man3/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3-5
+ Revision: 6edada8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17473 |14mr|libxkbcommon-0.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bname xkbcommon

%define major 0
%define libname %mklibname xkbcommon %{major}
%define devname %mklibname xkbcommon -d
%define libx11 %mklibname xkbcommon-x11_ %{major}
%define devx11 %mklibname xkbcommon-x11 -d

Summary:	Keymap handling library for toolkits and window systems
Name:		lib%{bname}
Version:	0.4.2
Release:	2
License:	MIT
Group:		Development/X11
Url:		http://xkbcommon.org/
Source0:	http://xkbcommon.org/download/%{name}-%{version}.tar.xz
BuildRequires:	bison
BuildRequires:	byacc
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)
# to auto-detect XKB config root
BuildRequires:	x11-data-xkbdata

%description
A library that provides XKB API, common to servers and clients, to translate
evdev keycodes to keysyms, used by Wayland. Wayland is a protocol for a
compositor to talk to its clients as well as a C library implementation of
that protocol. The compositor can be a standalone display server running on
Linux kernel modesetting and evdev input devices, an X application, or a
wayland client itself.

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to translate evdev keycodes to keysyms
Group:		Development/X11

%description -n %{libname}
A library that provides XKB API, common to servers and clients, to translate
evdev keycodes to keysyms, used by Wayland. Wayland is a protocol for a
compositor to talk to its clients as well as a C library implementation of
that protocol. The compositor can be a standalone display server running on
Linux kernel modesetting and evdev input devices, an X application, or a
wayland client itself.

%files -n %{libname}
%doc COPYING README.md NEWS
%{_libdir}/%{name}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%doc COPYING
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{bname}.pc
%{_includedir}/%{bname}/%{bname}.h
%{_includedir}/%{bname}/%{bname}-compat.h
%{_includedir}/%{bname}/%{bname}-keysyms.h
%{_includedir}/%{bname}/%{bname}-names.h

#-----------------------------------------------------------------------------

%package -n %{libx11}
Summary:	Library to translate evdev keycodes to keysyms (X11 bits)
Group:		Development/X11

%description -n %{libx11}
A library that provides XKB API, common to servers and clients, to translate
evdev keycodes to keysyms, used by Wayland. Wayland is a protocol for a
compositor to talk to its clients as well as a C library implementation of
that protocol. The compositor can be a standalone display server running on
Linux kernel modesetting and evdev input devices, an X application, or a
wayland client itself.

%files -n %{libx11}
%{_libdir}/%{name}-x11.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devx11}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libx11} = %{EVRD}
Requires:	%{devname} = %{EVRD}

%description -n %{devx11}
This package contains development files for %{name}.

%files -n %{devx11}
%{_libdir}/%{name}-x11.so
%{_libdir}/pkgconfig/%{bname}-x11.pc
%{_includedir}/%{bname}/%{bname}-x11.h

#-----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Development/Other

%description doc
This package contains documentation for %{name}.

%files doc
%doc %{_docdir}/%{name}/*

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -vfi
%configure2_5x \
	--disable-static \
	--with-xkb-config-root=%{_datadir}/X11/xkb
%make


%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.2-2
+ Revision: c0a6567
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17474 |14mr|libxkbfile-1.0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xkbfile %{major}
%define develname %mklibname xkbfile -d

Name:		libxkbfile
Summary:	The xkbfile Library
Version:	1.0.8
Release:	3
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
The xkbfile Library.

%package -n %{libname}
Summary:	The xkbfile Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libname}
The xkbfile Library.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} >= %{version}
Provides:	%{name}-devel = %{version}-%{release}
Conflicts:	libxorg-x11-devel < 7.0
Obsoletes:	%{_lib}xkbfile1-devel < 1.0.8
Obsoletes:	%{_lib}xkbfile-static-devel < 1.0.8

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libxkbfile-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%{_libdir}/libxkbfile.so.%{major}*

%files -n %{develname}
%{_libdir}/libxkbfile.so
%{_libdir}/pkgconfig/xkbfile.pc
%{_includedir}/X11/extensions/XKM.h
%{_includedir}/X11/extensions/XKBrules.h
%{_includedir}/X11/extensions/XKBconfig.h
%{_includedir}/X11/extensions/XKMformat.h
%{_includedir}/X11/extensions/XKBfile.h
%{_includedir}/X11/extensions/XKBbells.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.8-3
+ Revision: 7e7ea39
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17475 |14mr|libxkbui-1.0.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname		%mklibname xkbui 1
%define develname	%mklibname xkbui -d
%define staticname	%mklibname xkbui -d -s

Name:		libxkbui
Summary:	The xkbui Library
Version:	1.0.2
Release:	14
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Patch0:		libxkbui-1.0.2-drop-xt.patch
BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xkbfile) >= 1.0.1

%description
The xkbui Library

#-----------------------------------------------------------

%package -n %{libname}
Summary:  The xkbui Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}

%description -n %{libname}
The xkbui Library

#-----------------------------------------------------------

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11

Requires: %{libname} = %{version}
Requires: pkgconfig(x11) >= 1.0.0
Requires: x11-proto-devel >= 1.0.0
Provides: %{name}-devel = %{version}-%{release}
Obsoletes: %{mklibname xkbui 1 -d}

Conflicts: libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/libxkbui.so
%{_libdir}/pkgconfig/xkbui.pc
%{_includedir}/X11/extensions/XKBui.h

#-----------------------------------------------------------

%package -n %{staticname}
Summary: Static development files for %{name}
Group: Development/X11
Requires: %{develname} = %{version}
Provides: %{name}-static-devel = %{version}-%{release}
Conflicts: libxorg-x11-static-devel < 7.0
Obsoletes: %{mklibname xkbui 1 -d -s}

%description -n %{staticname}
Static development files for %{name}

%files -n %{staticname}
%defattr(-,root,root)
%{_libdir}/libxkbui.*a

#-----------------------------------------------------------

%prep
%setup -q -n libxkbui-%{version}
%patch0 -p0

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libxkbui.so.1
%{_libdir}/libxkbui.so.1.0.0




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-14
+ Revision: d4750e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17476 |14mr|libxklavier-5.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major	16
%define gimajor	1.0
%define libname %mklibname xklavier %{major}
%define girname %mklibname xkl-gir %{gimajor}
%define devname %mklibname -d xklavier

Summary:	X Keyboard support library
Name:		libxklavier
Version:	5.3
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://gswitchit.sourceforge.net/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/libxklavier/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xkbfile)

%description
This library allows you simplify XKB-related development.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	X Keyboard support library
Group:		System/Libraries

%description -n %{libname}
This library allows you simplify XKB-related development.

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Group:		System/Libraries
Summary:	GObject Introspection interface library for %{name}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Xkl-%{gimajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries, includes, etc to develop libxklavier applications
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description  -n %{devname}
Libraries, include files, etc you can use to develop libxklavier
applications.

%files -n %{devname}
%doc AUTHORS ChangeLog NEWS README COPYING.LIB 
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/Xkl-%{gimajor}.gir
%{_datadir}/gtk-doc/html/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
if [ ! -f configure ]; then
    CFLAGS="%{optflags}" ./autogen.sh
fi
%configure2_5x \
	--disable-static \
	--with-xkb-base=%{_datadir}/X11/xkb/ \
	--with-xkb-bin-base=%{_bindir}/

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.3-3
+ Revision: ee2b496
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17477 |14mr|libxml-1.8.17-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	lib_major 1
%define lib_name %mklibname xml %{lib_major}

Summary:	The libXML library
Name:		libxml
Version:	1.8.17
Release:	21
License:	LGPL
Group:		System/Libraries
URL:		http://www.xmlsoft.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
# (gb) 1.8.17-2mdk add missing include
Patch0:		libxml-1.8.17-includes.patch
# (fc) 1.8.17-3mdk remove -L/usr/lib from xml-config --libs
Patch1:		libxml-1.8.17-libdir.patch
Patch2:		libxml-1.8.17-open.patch
Patch3:		libxml-1.8.17-fix-str-fmt.patch
Patch4:		libxml-1.8.17-CVE-2009-2414,2416.diff
Patch5:		libxml-1.8.17-CVE-2011-1944.diff
BuildRequires:	zlib-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This library allows you to manipulate XML files.

%package -n	%{lib_name}
Summary:	%{summary}
Group:		%{group}
Obsoletes:	%{name}
Provides:	%{name} = %{version}-%{release}

%description -n	%{lib_name}
This library allows you to manipulate XML files.

%package -n	%{lib_name}-devel
Summary:	Libraries, includes and other files to develop libxml applications
Group:		Development/C
# (gb) As of 1.8.17 version, I can't see any changes that would
# require a specific dependency on release, thus permitting
# rpmlintfixes
Requires:	%{lib_name} = %{version}
Requires:	zlib-devel
Obsoletes:	%{name}-devel
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{lib_name}-devel
This packages contains the libraries, include and other files 
you can use to develop libxml applications.

%prep

%setup -q
%patch0 -p1 -b .includes
%patch1 -p1 -b .libdir
%patch2 -p1
%patch3 -p0 -b .str
%patch4 -p0 -b .CVE-2009-2414,2416
%patch5 -p0 -b .CVE-2011-1944

%build
autoreconf -fi
%configure2_5x
%make

%check
# all tests must pass
make check

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std

%if %mdkversion < 200900
%post -p /sbin/ldconfig -n %{lib_name}
%endif

%if %mdkversion < 200900
%postun -p /sbin/ldconfig -n %{lib_name}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files -n %{lib_name}
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO
%{_libdir}/lib*.so.*

%files -n %{lib_name}-devel
%defattr(-, root, root)
%{_bindir}/xml-config
%{_libdir}/lib*.so
%{_libdir}/*a
%{_libdir}/*.sh
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_datadir}/gnome-xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.17-21
+ Revision: 4363362
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17478 |14mr|libxml2-2.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without	python

%define	major	2
%define	libname	%mklibname xml2_ %{major}
%define	devname	%mklibname xml2 -d

Summary:	Library providing XML and HTML support
Name:		libxml2
Version:	2.9.1
Release:	2
License:	MIT
Group:		System/Libraries
URL:		http://www.xmlsoft.org/
Source0:	ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
BuildRequires:	gtk-doc
%if %{with python}
BuildRequires:	python-devel
%endif
BuildRequires:	readline-devel
BuildRequires:	zlib-devel
BuildRequires:	lzma-devel

%description
This library allows you to manipulate XML files. It includes support 
for reading, modifying and writing XML and HTML files. There is DTDs 
support: this includes parsing and validation even with complex DtDs, 
either at parse time or later once the document has been modified. The
output can be a simple SAX stream or and in-memory DOM-like 
representations. In this case one can use the built-in XPath and 
XPointer implementation to select subnodes or ranges. A flexible 
Input/Output mechanism is available, with existing HTTP and FTP modules
and combined to a URI library.

%package -n	%{libname}
Summary:	Shared libraries providing XML and HTML support
Group:		System/Libraries
Obsoletes:	%{mklibname xml 2} < 2.8.0
Provides:	%{name} = %{EVRD}

%description -n	%{libname}
This library allows you to manipulate XML files. It includes support 
for reading, modifying and writing XML and HTML files. There is DTDs 
support: this includes parsing and validation even with complex DtDs, 
either at parse time or later once the document has been modified.

%package	utils
Summary:	Utilities to manipulate XML files
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description	utils
This packages contains utils to manipulate XML files.

%if %{with python}
%package -n	python-%{name}
Summary:	Python bindings for the libxml2 library
Group:		Development/Python
%rename		%{name}-python

%description -n	python-%{name}
The libxml2-python package contains a module that permits applications
written in the Python programming language to use the interface
supplied by the libxml2 library to manipulate XML files.

This library allows you to manipulate XML files. It includes support 
for reading, modifying and writing XML and HTML files. There is DTDs 
support: this includes parsing and validation even with complex DtDs, 
either at parse time or later once the document has been modified.
%endif

%package -n	%{devname}
Summary:	Libraries, includes, etc. to develop XML and HTML applications
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{name}-utils = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
Libraries, include files, etc you can use to develop XML applications.
This library allows you to manipulate XML files. It includes support 
for reading, modifying and writing XML and HTML files. There is DTDs 
support: this includes parsing and validation even with complex DtDs, 
either at parse time or later once the document has been modified. 

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

xz --text -c doc/libxml2-api.xml > doc/libxml2-api.xml.xz

%install
%makeinstall_std

# multiarch policy
%multiarch_binaries %{buildroot}%{_bindir}/xml2-config

# remove unpackaged files
rm -rf	%{buildroot}%{_prefix}/doc %{buildroot}%{_datadir}/doc

%check
# all tests must pass
# use TARBALLURL_2="" TARBALLURL="" TESTDIRS="" to disable xstc test which are using remote tarball
make TARBALLURL_2="" TARBALLURL="" TESTDIRS="" check

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

%files utils
%{_bindir}/xmlcatalog
%{_bindir}/xmllint
%{_mandir}/man1/xmlcatalog*
%{_mandir}/man1/xmllint*

%if %{with python}
%files -n python-%{name}
%doc doc/*.py doc/python.html
%doc python/TODO
%doc python/libxml2class.txt
%doc python/tests/*.py
%{py_platsitedir}/*.so
%{py_platsitedir}/*.py
%endif

%files -n %{devname}
%doc AUTHORS ChangeLog README Copyright TODO 
%doc doc/*.html doc/*.gif doc/*.png doc/html doc/tutorial
%doc doc/libxml2-api.xml.xz
%doc %{_datadir}/gtk-doc/html/*
%{_bindir}/xml2-config
%{multiarch_bindir}/xml2-config
%{_libdir}/*.so
%{_libdir}/*.sh
%{_libdir}/pkgconfig/*
%{_mandir}/man1/xml2-config*
%{_mandir}/man3/*
%{_includedir}/*
%{_datadir}/aclocal/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.9.1-2
+ Revision: 37a9fac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17479 |14mr|libxml++-2.36.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 	2
%define api	2.6
%define libname %mklibname xml++ %{api} %{major}
%define devname %mklibname -d xml++ %{api}

Name: 		libxml++
Summary: 	C++ interface for working with XML files
Version: 	2.36.0
Release: 	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://libxmlplusplus.sf.net/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz

BuildRequires:	doxygen
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6.1 
BuildRequires:	pkgconfig(glibmm-2.4)

%description
libxml++ is a C++ interface for working with XML files, using libxml
(gnome-xml) to parse and write the actual XML files. It has a simple
but complete API.

%package	-n %{libname}
Summary: 	C++ interface for working with XML files
Group:		System/Libraries

%description	-n %{libname}
libxml++ is a C++ interface for working with XML files, using libxml
(gnome-xml) to parse and write the actual XML files. It has a simple
but complete API.

%package	-n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C++
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{name}%{api}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Obsoletes:	%mklibname -d xml++ 2.6 2

%description	-n %{devname}
This package contains the headers that programmers will need to develop
applications which will use libraries from %{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/*.la

%files -n %{libname}
%{_libdir}/libxml++-%{api}.so.%{major}*

%files -n %{devname}
%doc AUTHORS ChangeLog NEWS README
%doc %{_datadir}/doc/%{name}-%{api}/reference
%{_datadir}/devhelp/books/%{name}-%{api}/%{name}-%{api}.devhelp2
%{_includedir}/*
%dir %{_libdir}/libxml++-%{api}/include
%{_libdir}/libxml++-%{api}/include/libxml++config.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.36.0-2
+ Revision: d8c8a5d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17480 |14mr|libxmu-1.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define u_major 1
%define libname %mklibname xmu %{major}
%define libu %mklibname xmuu %{u_major}
%define develname %mklibname xmu -d

Name:		libxmu
Summary:	Xmu Library
Version:	1.1.1
Release:	5
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXmu-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xt)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.3.0

%description
Xmu Library.

%package -n %{libname}
Summary:	Xmu Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libname}
Xmu Library.

%package -n %{libu}
Summary:	Xmuu Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Conflicts:	%{libname} < 1.1.0-4

%description -n %{libu}
Xmuu Library.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libu} = %{version}-%{release}
Provides:	libxmu-devel = %{version}-%{release}
Obsoletes:	%{_lib}xmu6-devel < 1.1.1
Obsoletes:	%{_lib}xmu-static-devel < 1.1.1
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}.

%prep
%setup -qn libXmu-%{version}

%build
autoreconf -ifs
%configure \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXmu.so.%{major}*

%files -n %{libu}
%{_libdir}/libXmuu.so.%{u_major}*

%files -n %{develname}
%{_libdir}/libXmuu.so
%{_libdir}/libXmu.so
%{_libdir}/pkgconfig/xmuu.pc
%{_libdir}/pkgconfig/xmu.pc
%{_includedir}/X11/Xmu/CloseHook.h
%{_includedir}/X11/Xmu/Xct.h
%{_includedir}/X11/Xmu/Xmu.h
%{_includedir}/X11/Xmu/WidgetNode.h
%{_includedir}/X11/Xmu/Atoms.h
%{_includedir}/X11/Xmu/Misc.h
%{_includedir}/X11/Xmu/Converters.h
%{_includedir}/X11/Xmu/StdCmap.h
%{_includedir}/X11/Xmu/ExtAgent.h
%{_includedir}/X11/Xmu/StdSel.h
%{_includedir}/X11/Xmu/WinUtil.h
%{_includedir}/X11/Xmu/DisplayQue.h
%{_includedir}/X11/Xmu/Initer.h
%{_includedir}/X11/Xmu/Lookup.h
%{_includedir}/X11/Xmu/SysUtil.h
%{_includedir}/X11/Xmu/Drawing.h
%{_includedir}/X11/Xmu/Error.h
%{_includedir}/X11/Xmu/EditresP.h
%{_includedir}/X11/Xmu/CvtCache.h
%{_includedir}/X11/Xmu/Editres.h
%{_includedir}/X11/Xmu/CurUtil.h
%{_includedir}/X11/Xmu/CharSet.h
%{_includedir}/X11/Xmu/WhitePoint.h
%{_datadir}/doc/libXmu


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-5
+ Revision: 3ed5072
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17481 |14mr|libxp-1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		6
%define libname		%mklibname xp %{major}
%define develname	%mklibname xp -d
%define staticname	%mklibname xp -d -s

Name:    libxp
Summary: X Print Library
Version: 1.0.1
Release: 5
Group:   Development/X11
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/libXp-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xau) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
libXp provides public APIs to allow client applications to render to
non-display devices.

#-----------------------------------------------------------

%package -n %{libname}
Summary:  X Print Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}

%description -n %{libname}
libXp provides public APIs to allow client applications to render to
non-display devices.

#-----------------------------------------------------------

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11
Requires: %{libname} = %{version}
Requires: x11-proto-devel >= 1.0.0
Conflicts: libxorg-x11-devel < 7.0
Provides: %{name}-devel = %{version}-%{release}
Obsoletes: %{mklibname xp 6 -d}

%description -n %{develname}
Development files for %{name}

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/libXp.so
%{_libdir}/pkgconfig/xp.pc
%{_mandir}/man3/Xp*.3*
%{_mandir}/man3/libXp.3*

#-----------------------------------------------------------

%package -n %{staticname}
Summary: Static development files for %{name}
Group: Development/X11
Requires: %{develname} = %{version}
Provides: %{name}-static-devel = %{version}-%{release}
Conflicts: libxorg-x11-static-devel < 7.0
Obsoletes: %{mklibname xp 6 -d -s}

%description -n %{staticname}
Static development files for %{name}

%files -n %{staticname}
%defattr(-,root,root)
%{_libdir}/libXp.*a

#-----------------------------------------------------------

%prep
%setup -q -n libXp-%{version}

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libXp.so.%{major}*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-5
+ Revision: 3afe03a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17482 |14mr|libxpm-3.5.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libxpm %mklibname xpm %{major}
%define develxpm %mklibname -d xpm

Name:		libxpm
Summary:	X Pixmap Library
Version:	3.5.10
Release:	2
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXpm-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xt)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
The xpm package contains the XPM pixmap library for the X Window
System. The XPM library allows applications to display color,
pixmapped images, and is used by many popular X programs.

%package -n %{libxpm}
Summary:	X Pixmap Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libxpm}
The xpm package contains the XPM pixmap library for the X Window
System. The XPM library allows applications to display color,
pixmapped images, and is used by many popular X programs.

%files -n %{libxpm}
%{_libdir}/libXpm.so.%{major}*

%package -n %{develxpm}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxpm} = %{version}
Requires:	pkgconfig(x11)
Provides:	libxpm-devel = %{version}-%{release}
Provides:	xpm-devel = %{version}-%{release}
Obsoletes:	%{_lib}xpm4-devel < 3.5.10
Obsoletes:	%{_lib}xpm-static-devel < 3.5.10
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develxpm}
Development files for %{name}

%files -n %{develxpm}
%{_bindir}/cxpm
%{_bindir}/sxpm
%{_libdir}/libXpm.so
%{_libdir}/pkgconfig/xpm.pc
%{_includedir}/X11/xpm.h
%{_mandir}/man1/*

%prep
%setup -qn libXpm-%{version}

%build
%configure2_5x \
    --x-includes=%{_includedir} \
    --x-libraries=%{_libdir} \
    --disable-static

%make

%install
rm -rf %{buildroot}
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5.10-2
+ Revision: 72b9f83
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17483 |14mr|libxprintutil-1.0.1-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname xprintutil %{major}
%define	develname	%mklibname xprintutil -d
%define staticname	%mklibname xprintutil -d -s

Name:    libxprintutil
Summary: The XprintUtil Library
Version: 1.0.1
Release: 19
Group:   Development/X11
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/libXprintUtil-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xau) >= 1.0.0
BuildRequires: libxp-devel >= 1.0.0
BuildRequires: pkgconfig(xt) >= 1.0.0
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The XprintUtil Library

#-----------------------------------------------------------

%package -n %{libname}
Summary:  The XprintUtil Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}

%description -n %{libname}
The XprintUtil Library

#-----------------------------------------------------------

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11

Requires: %{libname} = %{version}
Requires: pkgconfig(x11)
Requires: pkgconfig(xt)
Requires: x11-proto-devel >= 1.0.0
Provides: %{name}-devel = %{version}-%{release}
Conflicts: libxorg-x11-devel < 7.0
Obsoletes: %{mklibname xprintutil 1 -d}

%description -n %{develname}
Development files for %{name}

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/libXprintUtil.so
%{_libdir}/pkgconfig/xprintutil.pc
%{_includedir}/X11/XprintUtil/xprintutil.h

#-----------------------------------------------------------

%package -n %{staticname}
Summary: Static development files for %{name}
Group: Development/X11
Requires: %{develname} = %{version}
Provides: libxprintutil-static-devel = %{version}-%{release}
Conflicts: libxorg-x11-static-devel < 7.0
Obsoletes: %{mklibname xprintutil 1 -d -s}

%description -n %{staticname}
Static development files for %{name}

%files -n %{staticname}
%defattr(-,root,root)
%{_libdir}/libXprintUtil.*a

#-----------------------------------------------------------

%prep
%setup -q -n libXprintUtil-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libXprintUtil.so.%{major}*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-19
+ Revision: a160a81
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17484 |14mr|libxrandr-1.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname xrandr %{major}
%define devname %mklibname xrandr -d

Summary:	X RandR Library
Name:		libxrandr
Version:	1.4.2
Release:	2
Group:		Development/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXrandr-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11) >= 1.0.0
BuildRequires:	pkgconfig(xext) >= 1.0.0
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xrender) >= 0.9.0.2

%description
X RandR Library.

%package -n %{libname}
Summary:	X RandR Library
Group:		Development/X11
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
X RandR main library.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libxrandr-devel = %{version}-%{release}

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXrandr-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXrandr.so.%{major}*

%files -n %{devname}
%{_libdir}/libXrandr.so
%{_libdir}/pkgconfig/xrandr.pc
%{_includedir}/X11/extensions/Xrandr.h
%{_mandir}/man3/XRR*.3*
%{_mandir}/man3/Xrandr.3*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.2-2
+ Revision: c9db93d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17485 |14mr|libxrender-0.9.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xrender %{major}
%define devname %mklibname xrender -d

Summary:	X Render Library
Name:		libxrender
Version:	0.9.8
Release:	3
Group:		Development/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXrender-%{version}.tar.bz2
# (fc) disable Xrender on DMX (Mdk bug #19925)
Patch0:		libXrender-0.9.7-dmx.patch

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)

%description
X Render Library.

%package -n %{libname}
Summary:	X Render Library
Group:		Development/X11
Provides:	%{name} = %{EVRD}

%description -n %{libname}
X Render Library.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libxrender-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXrender-%{version}
%patch0 -p1

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXrender.so.%{major}*

%files -n %{devname}
%{_libdir}/libXrender.so
%{_libdir}/pkgconfig/xrender.pc
%{_includedir}/X11/extensions/Xrender.h
%dir %{_docdir}/libXrender
%{_docdir}/libXrender/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.8-3
+ Revision: 57017d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17486 |14mr|libxres-1.0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xres %{major}
%define develname %mklibname xres -d

Name:		libxres
Summary:	X Resource Information Extension Library
Version:	1.0.6
Release:	3
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXres-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
X Resource Information Extension Library

%package -n %{libname}
Summary:	X Resource Information Extension Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libname}
X Resource Information Extension Library

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libxres-devel = %{version}-%{release}
Obsoletes:	%{_lib}xres1-devel < 1.0.6
Obsoletes:	%{_lib}xres-static-devel < 1.0.6
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libXres-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXRes.so.%{major}*

%files -n %{develname}
%{_libdir}/libXRes.so
%{_libdir}/pkgconfig/xres.pc
%{_includedir}/X11/extensions/XRes.h
%{_mandir}/man3/XRes*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.6-3
+ Revision: 34b2972
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17487 |14mr|libxscrnsaver-1.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xscrnsaver %{major}
%define develname %mklibname xscrnsaver -d

Name:		libxscrnsaver
Summary:	The XScrnSaver Library
Version:	1.2.2
Release:	3
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXScrnSaver-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	x11-proto-devel >= 7.4-25
BuildRequires:	x11-util-macros >= 1.0.1

%description
The XScrnSaver Library.

%package -n %{libname}
Summary:	The XScrnSaver Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libname}
The XScrnSaver Library.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libxscrnsaver-devel = %{version}-%{release}
Obsoletes:	%{_lib}xscrnsaver1-devel < 1.2.2
Obsoletes:	%{_lib}xscrnsaver-static-devel < 1.2.2
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}.

%prep
%setup -qn libXScrnSaver-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXss.so.%{major}*

%files -n %{develname}
%{_libdir}/libXss.so
%{_libdir}/pkgconfig/xscrnsaver.pc
%{_mandir}/man3/XScreenSaver*
%{_mandir}/man3/Xss*
%{_includedir}/X11/extensions/scrnsaver.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.2-3
+ Revision: d55e5d3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17488 |14mr|libxshmfence-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xshmfence %{major}
%define devname %mklibname xshmfence -d

Name:		libxshmfence
Version: 	1.1
Release: 	2
Summary:	Shared memory fence support library for X11, needed for DRI3
URL:		http://libxshmfence.sf.net/
License:	GPL
Group:		System/Libraries
Source0:	ftp://xorg.freedesktop.org/pub/individual/lib/%{name}-%{version}.tar.bz2

BuildRequires:	x11-proto-devel
BuildRequires:	x11-util-macros

%description
Shared memory fence support library for X11, needed for DRI3

%package -n 	%{libname}
Summary: 	Shared memory fence support library for X11, needed for DRI3
Group:		System/Libraries
Provides: 	%{name} = %{version}

%description -n %{libname}
Shared memory fence support library for X11, needed for DRI3

%package -n 	%{devname}
Summary: 	Development files for %{name}
Group: 		Development/C
Requires: 	%{libname} = %{EVRD}

%description -n %{devname}
Development files (headers etc.) for %{name}.

%prep
%setup -q

%build
autoreconf -v -i -f
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: f81ab25
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17489 |14mr|libxslt-1.1.28-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define exslt_major 0
%define libname %mklibname xslt %{major}
%define libename %mklibname exslt %{exslt_major}
%define develname %mklibname xslt -d

Name: libxslt
Version: 1.1.28
Release: 2
Summary: Library providing XSLT support
License: MIT
Group: System/Libraries
URL: http://xmlsoft.org/XSLT/
Source0: ftp://xmlsoft.org/libxslt/libxslt-%{version}.tar.gz
BuildRequires: libxml2-devel
BuildRequires: python-devel >= %{py_ver}
BuildRequires: python-libxml2
BuildRequires: libgcrypt-devel
BuildRequires: libtool

%description
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
mechanism.

%package -n xsltproc
Summary: XSLT processor using libxslt
Group: System/Libraries
Obsoletes: libxslt-proc < %{version}-8
Provides: libxslt-proc = %{version}-%{release}

%description -n xsltproc
This package provides an XSLT processor based on the libxslt C library. 
It allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
mechanism. 

%package -n %{libname}
Summary: Library providing XSLT support
Group: System/Libraries

%description  -n %{libname}
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
mechanism. 
A xslt processor based on this library, named xsltproc, is provided by 
the libxslt-proc package.

%package -n %{libename}
Summary: Library providing XSLT support
Group: System/Libraries
Conflicts: %{_lib}xslt1 < 1.1.26-7

%description  -n %{libename}
This package contains the exslt shared library.

%package -n python-%{name}
Summary: Python bindings for the libxslt library
Group: Development/Python
Requires: python >= %{py_ver}
Requires: python-libxml2
Obsoletes: %{name}-python < %{version}-%{release}

%description -n python-%{name}
The libxslt-python package contains a module that permits applications
written in the Python programming language to use the interface
supplied by the libxslt library to apply XSLT transformations.

This library allows to parse sytlesheets, uses the libxml2-python
to load and save XML and HTML files. Direct access to XPath and
the XSLT transformation context are possible to extend the XSLT language
with XPath functions written in Python.

%package -n %{develname}
Summary: Libraries, includes, etc. to develop XML and HTML applications
Group: Development/C
Provides: %{name}-devel = %{version}-%{release}
Requires: %{libname} = %{version}-%{release}
Requires: %{libename} = %{version}-%{release}
Obsoletes: %{mklibname xslt 1 -d} < %{version}-%{release}

%description -n %{develname}
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
mechanism. 

%prep
%setup -q

mkdir -p python/examples
cp -a python/tests/*.{py,xml,xsl} python/examples

#needed by patch1 
autoreconf -fi

%build
%configure2_5x \
	--disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# remove unpackaged files
rm -rf %{buildroot}%{_docdir}/%{name}-%{version} \
	%{buildroot}%{_docdir}/%{name}-python-%{version} \
	%{buildroot}%{py_platsitedir}/*.{la,a}

%multiarch_binaries %{buildroot}%{_bindir}/xslt-config

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files -n xsltproc
%doc AUTHORS NEWS README Copyright FEATURES TODO
%{_bindir}/xsltproc
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libxslt.so.%{major}*

%files -n %{libename}
%{_libdir}/libexslt.so.%{exslt_major}*

%files -n python-%{name}
%doc AUTHORS README Copyright FEATURES python/TODO python/examples python/libxsltclass.txt
%defattr(-, root, root)
%{py_platsitedir}/*.so
%{py_platsitedir}/*.py

%files -n %{develname}
%doc doc/*.html doc/tutorial doc/html
%{_mandir}/man3/*
%{_libdir}/lib*.so
%{_libdir}/*.sh
%{_includedir}/*
%{multiarch_bindir}/xslt-config
%{_bindir}/xslt-config
%{_libdir}/pkgconfig/*
%{_datadir}/aclocal/*

%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.28-2
+ Revision: d3bb8f0
- Updated to 1.1.28



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17490 |14mr|libxt-1.1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libxt %mklibname xt %{major}
%define develname %mklibname xt -d

Summary:	X Toolkit Intrinsics library
Name:		libxt
Version:	1.1.4
Release:	3
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXt-%{version}.tar.bz2
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
X Toolkit Intrinsics library used to build older generation toolkits such
as Motif & Xaw.

%package -n %{libxt}
Summary:	X Toolkit Intrinsics library
Group:		Development/X11

%description -n %{libxt}
X Toolkit Intrinsics library used to build older generation toolkits such
as Motif & Xaw.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxt} = %{version}-%{release}
Provides:	libxt-devel = %{version}-%{release}
Obsoletes:	%{_lib}xt6-devel < 1.1.3
Obsoletes:	%{_lib}xt-static-devel < 1.1.3

%description -n %{develname}
Development files for %{name}.

%prep
%setup -qn libXt-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libxt}
%{_libdir}/libXt.so.%{major}*

%files -n %{develname}
%{_libdir}/libXt.so
%{_libdir}/pkgconfig/xt.pc
%{_includedir}/X11/Core.h
%{_includedir}/X11/VarargsI.h
%{_includedir}/X11/RectObj.h
%{_includedir}/X11/TranslateI.h
%{_includedir}/X11/Vendor.h
%{_includedir}/X11/CallbackI.h
%{_includedir}/X11/ResConfigP.h
%{_includedir}/X11/IntrinsicI.h
%{_includedir}/X11/IntrinsicP.h
%{_includedir}/X11/ConstrainP.h
%{_includedir}/X11/Constraint.h
%{_includedir}/X11/InitialI.h
%{_includedir}/X11/EventI.h
%{_includedir}/X11/ObjectP.h
%{_includedir}/X11/Xtos.h
%{_includedir}/X11/CreateI.h
%{_includedir}/X11/Intrinsic.h
%{_includedir}/X11/CoreP.h
%{_includedir}/X11/Object.h
%{_includedir}/X11/CompositeP.h
%{_includedir}/X11/HookObjI.h
%{_includedir}/X11/RectObjP.h
%{_includedir}/X11/ConvertI.h
%{_includedir}/X11/Shell.h
%{_includedir}/X11/ShellI.h
%{_includedir}/X11/ShellP.h
%{_includedir}/X11/StringDefs.h
%{_includedir}/X11/VendorP.h
%{_includedir}/X11/SelectionI.h
%{_includedir}/X11/PassivGraI.h
%{_includedir}/X11/Composite.h
%{_includedir}/X11/ThreadsI.h
%{_includedir}/X11/ResourceI.h
%{_mandir}/man3/Xt*.3*
%{_mandir}/man3/Menu*
%{_docdir}/libXt/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.4-3
+ Revision: 345c336
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17491 |14mr|libxtrap-1.0.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		libxtrap
%define version		1.0.0
%define release 		15

%define major		6
%define libname		%mklibname xtrap %{major}
%define develname	%mklibname xtrap -d
%define staticname	%mklibname xtrap -d -s

Name:		%{name}
Summary:	X Trap Library
Version:	%{version}
Release:	%{release}
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXTrap-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: pkgconfig(xt) >= 1.0.0
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
X Trap Library.

#-----------------------------------------------------------

%package -n %{libname}
Summary:  X Trap Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}

%description -n %{libname}
X Trap Library

#-----------------------------------------------------------

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11

Requires: %{libname} = %{version}
Requires: x11-proto-devel >= 1.0.0
Provides: %{name}-devel = %{version}-%{release}
Obsoletes: %{mklibname xtrap 6 -d}

Conflicts: libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/libXTrap.so
%{_libdir}/pkgconfig/xtrap.pc

#-----------------------------------------------------------

%package -n %{staticname}
Summary: Static development files for %{name}
Group: Development/X11
Requires: %{develname} = %{version}
Provides: %{name}-static-devel = %{version}-%{release}
Obsoletes: %{mklibname xtrap 6 -s -d}

Conflicts: libxorg-x11-static-devel < 7.0

%description -n %{staticname}
Static development files for %{name}

%files -n %{staticname}
%defattr(-,root,root)
%{_libdir}/libXTrap.a

#-----------------------------------------------------------

%prep
%setup -q -n libXTrap-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std


%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libXTrap.so.%{major}*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-15
+ Revision: 37260b6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17492 |14mr|libxtst-1.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname xtst %{major}
%define devname %mklibname xtst -d

Summary:	The Xtst Library
Name:		libxtst
Version:	1.2.2
Release:	4
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXtst-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xi)
BuildRequires:	x11-proto-devel >= 7.5
BuildRequires:	x11-util-macros >= 1.0.1
BuildRequires:	xmlto
BuildRequires:	docbook-dtd412-xml

%description
The Xtst Library.

%package -n %{libname}
Summary:	The Xtst Library
Group:		Development/X11

%description -n %{libname}
The Xtst Library.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Requires:	pkgconfig(xi)
Provides:	libxtst-devel = %{version}-%{release}
Obsoletes:	%{_lib}xtst6-devel < 1.2.1
Obsoletes:	%{_lib}xtst-static-devel < 1.2.1

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXtst-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXtst.so.%{major}*

%files -n %{devname}
%{_libdir}/libXtst.so
%{_libdir}/pkgconfig/xtst.pc
%{_includedir}/X11/extensions/*.h
%{_mandir}/man3/XTest*
%{_datadir}/doc/libXtst


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.2-4
+ Revision: 86e450f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17493 |14mr|libxv-1.0.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xv %{major}
%define devname %mklibname xv -d

Summary:	The Xv Library
Name:		libxv
Version:	1.0.10
Release:	2
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXv-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
The  Xv  extension provides support for video adaptors attached to an X
display. Clients use Xv to gain access and manage sharing of a
display's video resources.

%package -n %{libname}
Summary:	The Xv Library
Group:		Development/X11

%description -n %{libname}
The  Xv  extension provides support for video adaptors attached to an X
display. Clients use Xv to gain access and manage sharing of a
display's video resources.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{_lib}xv1-devel < 1.0.7
Obsoletes:	%{_lib}xv-static-devel < 1.0.7

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXv-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXv.so.%{major}*

%files -n %{devname}
%{_libdir}/libXv.so
%{_libdir}/pkgconfig/xv.pc
%{_includedir}/X11/extensions/Xvlib.h
%{_mandir}/man3/Xv*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.10-2
+ Revision: b51c871
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17494 |14mr|libxvmc-1.0.7-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xvmc %{major}
%define develname %mklibname xvmc -d

Name: libxvmc
Summary:  The XvMC Library
Version: 1.0.7
Release: 7
Group: Development/X11
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/libXvMC-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: pkgconfig(xv) >= 1.0.1
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The XvMC Library

%package -n %{libname}
Summary:  The XvMC Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}

%description -n %{libname}
The XvMC Library

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11

Requires: %{libname} = %{version}-%{release}
Provides: libxvmc-devel = %{version}-%{release}
Obsoletes: %{_lib}xvmc1-devel < 1.0.7
Obsoletes: %{_lib}xvmc-static-devel < 1.0.7
Conflicts: libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libXvMC-%{version}

%build
export LIBS="-ldl"

%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXvMC.so.%{major}*
%{_libdir}/libXvMCW.so.%{major}*

%files -n %{develname}
%{_libdir}/libXvMCW.so
%{_libdir}/libXvMC.so
%{_libdir}/pkgconfig/xvmc.pc
%{_includedir}/X11/extensions/XvMClib.h
%dir %{_docdir}/libXvMC
%{_docdir}/libXvMC/XvMC_API.txt


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.7-7
+ Revision: fb2f2da
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17495 |14mr|libxxf86dga-1.1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xxf86dga %{major}
%define devname %mklibname xxf86dga -d

Summary:	XFree86 Direct Graphics Access Extension Library
Name:		libxxf86dga
Version:	1.1.4
Release:	3
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXxf86dga-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	x11-proto-devel >= 7.5
BuildRequires:	x11-util-macros >= 1.0.1

%description
XFree86 Direct Graphics Access Extension Library.

%package -n %{libname}
Summary:	XFree86 Direct Graphics Access Extension Library
Group:		Development/X11

%description -n %{libname}
XFree86 Direct Graphics Access Extension Library.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}xxf86dga1-devel < 1.1.3
Obsoletes:	%{_lib}xxf86dga-static-devel < 1.1.3

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXxf86dga-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXxf86dga.so.%{major}*

%files -n %{devname}
%{_libdir}/libXxf86dga.so
%{_libdir}/pkgconfig/xxf86dga.pc
%{_includedir}/X11/extensions/*.h
%{_mandir}/man3/XDGA*.3*
%{_mandir}/man3/XF86DGA.3*
%{_mandir}/man3/XFree86-DGA.3*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.4-3
+ Revision: f06670a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17496 |14mr|libxxf86misc-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		libxxf86misc
%define version		1.0.3
%define release 		6

%define major		1
%define libname		%mklibname xxf86misc %{major}
%define develname	%mklibname xxf86misc -d
%define staticname	%mklibname xxf86misc -d -s

Name:		%{name}
Summary:	XFree86 Misc Extension Library
Version:	%{version}
Release:	%{release}
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXxf86misc-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
XFree86 Misc Extension Library.

#-----------------------------------------------------------

%package -n %{libname}
Summary:  XFree86 Misc Extension Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}

%description -n %{libname}
XFree86 Misc Extension Library.

#-----------------------------------------------------------

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11

Requires: %{libname} >= %{version}
Requires: x11-proto-devel >= 1.0.0
Provides: %{name}-devel = %{version}-%{release}
Obsoletes: %{mklibname xxf86misc 1 -d} < 1.0.3-4

Conflicts: libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/libXxf86misc.so
%{_libdir}/pkgconfig/xxf86misc.pc
%{_mandir}/man3/XF86Misc*.3*

#-----------------------------------------------------------

%package -n %{staticname}
Summary: Static development files for %{name}
Group: Development/X11
Requires: %{develname} = %{version}
Provides: %{name}-static-devel = %{version}-%{release}
Obsoletes: %{mklibname xxf86misc 1 -d -s} < 1.0.3-4

Conflicts: libxorg-x11-static-devel < 7.0

%description -n %{staticname}
Static development files for %{name}

%files -n %{staticname}
%defattr(-,root,root)
%{_libdir}/libXxf86misc.a

#-----------------------------------------------------------

%prep
%setup -q -n libXxf86misc-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libXxf86misc.so.%{major}*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: f32c877
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17497 |14mr|libxxf86vm-1.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xxf86vm %{major}
%define devname %mklibname xxf86vm -d

Summary:	XFree86 Video Mode Extension Library
Name:		libxxf86vm
Version:	1.1.3
Release:	3
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXxf86vm-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	x11-proto-devel >= 7.5
BuildRequires:	x11-util-macros >= 1.0.1

%description
XFree86 Video Mode Extension Library.

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		Development/X11

%description -n %{libname}
XFree86 Video Mode Extension Library.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}xxf86vm1-devel < 1.1.2
Obsoletes:	%{_lib}xxf86vm-static-devel < 1.1.2

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXxf86vm-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXxf86vm.so.%{major}*

%files -n %{devname}
%{_libdir}/libXxf86vm.so
%{_libdir}/pkgconfig/xxf86vm.pc
%{_includedir}/X11/extensions/*.h
%{_mandir}/man3/XF86VidMode*.*
%{_mandir}/man3/XF86VM.*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3-3
+ Revision: b3d6826
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17498 |14mr|libytnef-1.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name libytnef
%define version 1.5
%define release 8

%define major 0
%define libname %mklibname ytnef %major
%define develname %mklibname -d ytnef

Summary: TNEF Stream Parser Library
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://downloads.sourceforge.net/ytnef/%{name}-%{version}.tar.bz
License: GPLv2+
Group: System/Libraries
Url: http://ytnef.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
TNEF Stream Parser Library to decode TNEF (winmail.dat) streams
generated by Microsoft Outlook.

%package -n %libname
Summary: TNEF Stream Parser shared library
Group: System/Libraries

%description -n %libname
TNEF Stream Parser Library to decode TNEF (winmail.dat) streams
generated by Microsoft Outlook.

%package -n %develname
Summary: TNEF Stream Parser library
Group: Development/C
Requires: %libname = %version
Provides: libytnef-devel = %version-%release

%description -n %develname
TNEF Stream Parser Library to decode TNEF (winmail.dat) streams
generated by Microsoft Outlook.


%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%files -n %libname
%defattr(-,root,root)
%_libdir/libytnef.so.%{major}*

%files -n %develname
%defattr(-,root,root)
%doc ChangeLog
%_libdir/libytnef.so
%_libdir/libytnef.a
%_includedir/*.h




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-8
+ Revision: d76dbcb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17499 |14mr|libyubikey-1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname yubikey %{major}
%define develname %mklibname -d yubikey

Summary:	Decrypting and parsing Yubikey One-Time Passwords Low-level library
Name:		libyubikey
Version:	1.9
Release:	2
Group:		System/Libraries
License:	BSD
URL:		http://code.google.com/p/yubico-c/
Source0:	http://yubico-c.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	http://yubico-c.googlecode.com/files/%{name}-%{version}.tar.gz.sig
BuildRequires:	autoconf automake libtool
Patch0:		libyubikey-1.9-am-progs.patch

%description
Low-level library for decrypting and parsing Yubikey One-Time Passwords (OTP),
for C.

%package -n	%{libname}
Summary:	Decrypting and parsing Yubikey One-Time Passwords Low-level library
Group:          System/Libraries

%description -n	%{libname}
This is a library written in C to validate a Yubikey OTP against the Yubico
online server.

%package -n	%{develname}
Summary:	Static library and header files for the libyubikeyt library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Requires:	%{libname} >= %{version}

%description -n	%{develname}
Low-level library for decrypting and parsing Yubikey One-Time Passwords (OTP),
for C.

This package contains the static libyubikey library and its header files.

%package	tools
Summary:	Command line tools for libyubikey
Group:          System/Libraries

%description	tools
Low-level library for decrypting and parsing Yubikey One-Time Passwords (OTP),
for C.

This package contains various tools for libyubikey.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1

%build
libtoolize -f -c
autoreconf -fis

%configure2_5x

%make

%install
%makeinstall_std

# rename the too generic file names
mv %{buildroot}%{_bindir}/modhex %{buildroot}%{_bindir}/libyubikey-modhex
mv %{buildroot}%{_bindir}/ykgenerate %{buildroot}%{_bindir}/libyubikey-ykgenerate
mv %{buildroot}%{_bindir}/ykparse %{buildroot}%{_bindir}/libyubikey-ykparse

# cleanups
rm -f %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so

%files tools
%{_bindir}/libyubikey-modhex
%{_bindir}/libyubikey-ykgenerate
%{_bindir}/libyubikey-ykparse

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9-2
+ Revision: 8860f87
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17500 |14mr|libzapojit-0.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	api	0.0
%define major	0
%define	libname	%mklibname	zapojit %{api} %{major}
%define	girname	%mklibname	zapojit-gir %{api} 
%define	devname	%mklibname	zapojit	-d

Summary:	GLib/GObject wrapper for Skydrive and Hotmail
Name:		libzapojit
Version:	0.0.3
Release:	2
License:	GPLv2+
Group:		System/Libraries
URL:		http://gnome.org	
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.0/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	pkgconfig(goa-1.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(rest-0.7)

%description
Libzapojit is a GLib/GObject wrapper for Skydrive and Hotmail.

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Libzapojit is a GLib/GObject wrapper for Skydrive and Hotmail.

This package contains the shared library for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}

%description -n %{devname}
This package contains files needed for development with %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libzapojit-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Zpj-0.0.typelib

%files -n %{devname}
%dir %{_includedir}/libzapojit-%{api}
%dir %{_includedir}/libzapojit-%{api}/zpj
%{_includedir}/libzapojit-%{api}/zpj/*
%doc %{_datadir}/doc/%{name}/*
%{_datadir}/gtk-doc/html/libzapojit-%{api}/*
%{_datadir}/gir-1.0/Zpj-0.0.gir
%{_libdir}/libzapojit-%{api}.so
%{_libdir}/pkgconfig/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.3-2
+ Revision: c5e5ae7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17501 |14mr|libzeitgeist-0.3.18-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 1
%define libname %mklibname zeitgeist %{api} %{major}
%define develname %mklibname -d zeitgeist %{api}

Name:		libzeitgeist
Version:	0.3.18
Release:	4
Summary:	Client library for applications that want to interact with the Zeitgeist daemon
Group:		System/Libraries
License:	LGPLv3 and GPLv3
URL:		https://launchpad.net/libzeitgeist
Source0:	http://launchpad.net/%{name}/0.3/%{version}/+download/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	gtk-doc
# zeitgeist is just a runtime and the reason to install libzeitgeist
Requires:	zeitgeist

%description
This project provides a client library for applications that want to interact
with the Zeitgeist daemon. The library is written in C using glib and provides
an asynchronous GObject oriented API.

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
This project provides a client library for applications that want to interact
with the Zeitgeist daemon. The library is written in C using glib and provides
an asynchronous GObject oriented API.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

install -d -p -m 755 %{buildroot}%{_datadir}/vala/vapi
install -D -p -m 644 bindings/zeitgeist-1.0.{vapi,deps} %{buildroot}%{_datadir}/vala/vapi

# remove duplicate documentation
rm -fr %{buildroot}%{_defaultdocdir}/%{name}

%files -n %{libname}
%doc COPYING COPYING.GPL README
%{_libdir}/libzeitgeist-%{api}.so.%{major}
%{_libdir}/libzeitgeist-%{api}.so.%{major}.*

%files -n %{develname}
%doc AUTHORS ChangeLog COPYING COPYING.GPL MAINTAINERS NEWS 
%doc examples/*.vala examples/*.c
%{_datadir}/gtk-doc/html/zeitgeist-1.0/
%{_includedir}/zeitgeist-1.0/
%{_libdir}/pkgconfig/zeitgeist-1.0.pc
%{_libdir}/*.so
%{_datadir}/vala/vapi/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.18-4
+ Revision: 0b4cf25
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17502 |14mr|libzip-0.11.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname %mklibname zip %{major}
%define devname %mklibname zip -d

Summary:	A C library for reading, creating, and modifying zip archives
Name:		libzip
Version:	0.11.2
Release:	2
Group:		System/Libraries
License:	BSD
Url:		http://www.nih.at/libzip/
Source0:	http://www.nih.at/libzip/%{name}-%{version}.tar.xz
Patch0:		libzip-0.10-fix_pkgconfig.patch
Patch1:		libzip-0.10_rc1-fix_headers.patch
Patch2:		libzip-0.10-php.patch
BuildRequires:	libtool
BuildRequires:	libtool
BuildRequires:	pkgconfig(zlib)

%description
libzip is a C library for reading, creating, and modifying zip archives. Files
can be added from data buffers, files, or compressed data copied directly from
other zip archives. Changes made without closing the archive can be reverted.
The API is documented by man pages.

%package -n	%{libname}
Summary:	A C library for reading, creating, and modifying zip archives
Group:          System/Libraries

%description -n	%{libname}
libzip is a C library for reading, creating, and modifying zip archives. Files
can be added from data buffers, files, or compressed data copied directly from
other zip archives. Changes made without closing the archive can be reverted.
The API is documented by man pages.

%package -n	%{devname}
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{name} = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package contains the development files for %{name}.

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure --disable-static

%make

%install
INSTALL_HEADER=%{_includedir} %makeinstall_std

%files
%doc AUTHORS NEWS README THANKS TODO
%{_bindir}/zipcmp
%{_bindir}/zipmerge
%{_bindir}/ziptorrent
%{_mandir}/man1/zipcmp.1*
%{_mandir}/man1/zipmerge.1*
%{_mandir}/man1/ziptorrent.1*

%files -n %{libname}
%{_libdir}/libzip.so.%{major}*

%files -n %{devname}
%doc AUTHORS NEWS README THANKS TODO
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libzip.pc
%{_mandir}/man3/*


%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11.2-2
+ Revision: 78ce033
- Disable static



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17503 |14mr|lightsoff-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           lightsoff
Version:        3.12.2
Release:        2
Summary:        GNOME Lightsoff game

License:        GPLv2+ and CC-BY-SA
URL:            https://live.gnome.org/Lightsoff
Group:		Games/Other
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:  pkgconfig(clutter-gtk-1.0)
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  intltool libxml2-utils
BuildRequires:  itstool

Obsoletes: gnome-games-lightsoff < 1:3.7.90

%description
A puzzle played on an 5X5 grid with the aim to turn off all the lights. Each
click on a tile toggles the state of the clicked tile and its non-diagonal
neighbors.

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-gnome


%files -f %{name}.lang
%doc COPYING
%{_bindir}/lightsoff
%{_datadir}/applications/lightsoff.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.lightsoff.gschema.xml
%{_datadir}/icons/HighContrast/*/apps/lightsoff.*
%{_datadir}/icons/hicolor/*/apps/lightsoff.*
%{_datadir}/lightsoff
%{_datadir}/appdata/*.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 0b3a5bd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17504 |14mr|link-grammar-4.8.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Summary:	A syntactic parser of English
Name:		link-grammar
Version:	4.8.5
Release:	2
Group:		Office
License:	BSD-like
Url:		http://www.link.cs.cmu.edu/link/
Source0:	http://www.abisource.com/downloads/link-grammar/%{version}/%{name}-%{version}.tar.gz

%description
The Link Grammar Parser is a syntactic parser of English, based
on link grammar, an original theory of English syntax. Given a
sentence, the system assigns to it a syntactic structure, which
consists of a set of labeled links connecting pairs of words.
The parser also produces a "constituent" representation of a
sentence (showing noun phrases, verb phrases, etc.).

%files
%doc LICENSE README
%{_bindir}/*
%{_datadir}/link-grammar/*
%{_mandir}/man1/link-parser.1.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A syntactic parser of English
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Support files necessary to compile applications with link-grammar
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and header files necessary to compile applications using
link-grammar.

%files -n %{devname}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/link-grammar.pc
%{_includedir}/link-grammar/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.8.5-2
+ Revision: 7add519
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17505 |14mr|linphone-3.6.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define linphone_major 5
%define mediastreamer_base_major 3
%define mediastreamer_voip_major 3
%define lpcxml_major 0
%define liblinphone %mklibname %{name} %{linphone_major}
%define libmediastreamer_base %mklibname mediastreamer_base %{mediastreamer_base_major}
%define libmediastreamer_voip %mklibname mediastreamer_voip %{mediastreamer_voip_major}
%define liblpcxml %mklibname lpc2xml %{lpcxml_major}
%define devname %mklibname -d %{name}

Summary:	Voice over IP Application
Name:		linphone
Version:	3.6.1
Release:	6
License:	GPLv2+
Group:		Communications
Url:		http://www.linphone.org/
Source0:	http://download.savannah.gnu.org/releases/linphone/stable/sources/linphone-%{version}.tar.gz
# Source1:	http://download.savannah.gnu.org/releases/linphone/stable/sources/linphone-%{version}.tar.gz.sig
Source2:	%{name}48.png
Source3:	%{name}32.png
Source4:	%{name}16.png
Patch0:		linphone-3.6.1-imagedir.patch
Patch1:		linphone-3.6.1-link.patch
# We don't have exosip-4.0 atm
# Patch2:	linphone-exosip-4.0.0.patch
Patch3:		linphone-3.6.1-libav9.patch
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	gtk-doc
BuildRequires:	intltool
# http://lists.gnu.org/archive/html/linphone-developers/2013-04/msg00016.html
BuildRequires:	vim-common
BuildRequires:	exosip-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	gsm-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libosip2)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(ortp) >= 0.17.0
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xv)

%description
Linphone is web-phone with a GNOME2 interface. It uses open protocols
such as SIP and RTP to make the communications.

%files -f %{name}.lang
%doc COPYING README AUTHORS BUGS INSTALL ChangeLog
%doc %{_datadir}/gnome/help/%{name}
%{_bindir}/linphone*
%{_bindir}/mediastream
%{_bindir}/lpc2xml_test
%{_bindir}/xml2lpc_test
%{_mandir}/man1/*
%{_datadir}/pixmaps/%{name}/
%{_datadir}/sounds/%{name}/
%{_datadir}/images/linphone/nowebcamCIF.jpg
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*/apps/linphone2.png
%{_liconsdir}/linphone2.png
%{_iconsdir}/linphone2.png
%{_miconsdir}/linphone2.png
%{_datadir}/linphone/

#--------------------------------------------------------------------

%package -n %{liblinphone}
Summary:	Primary library for %{name}
Group:		System/Libraries

%description -n %{liblinphone}
Primary library for %{name}.

%files -n %{liblinphone}
%{_libdir}/liblinphone.so.%{linphone_major}*

#--------------------------------------------------------------------

%package -n %{liblpcxml}
Summary:	Shared libs for %{name}
Group:		System/Libraries

%description -n %{liblpcxml}
Shared libs for %{name}

%files -n %{liblpcxml}
%{_libdir}/liblpc2xml.so.%{lpcxml_major}*
%{_libdir}/libxml2lpc.so.%{lpcxml_major}*

#--------------------------------------------------------------------

%package -n %{libmediastreamer_base}
Summary:	Media Streaming Base library for %{name}
Group:		System/Libraries

%description -n %{libmediastreamer_base}
Media Streaming library for %{name} - base part.

%files -n %{libmediastreamer_base}
%{_libdir}/libmediastreamer_base.so.%{mediastreamer_base_major}*

#--------------------------------------------------------------------

%package -n %{libmediastreamer_voip}
Summary:	Media Streaming VoIP library for %{name}
Group:		System/Libraries

%description -n %{libmediastreamer_voip}
Media Streaminglibrary for %{name} - VoIP part.

%files -n %{libmediastreamer_voip}
%{_libdir}/libmediastreamer_voip.so.%{mediastreamer_voip_major}*

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{liblinphone} = %{EVRD}
Requires:	%{liblpcxml} = %{EVRD}
Requires:	%{libmediastreamer_base} = %{EVRD}
Requires:	%{libmediastreamer_voip} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%{_includedir}/linphone/
%{_includedir}/mediastreamer2/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#--------------------------------------------------------------------

%prep
%setup -q
find '(' -name '*.c' -o -name '*.h' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
%patch0 -p0 -b .image-dir
%patch1 -p0 -b .link
# %%patch2 -p1 -b .exosip~
%patch3 -p1 -b .ffmpeg

%build
./autogen.sh

( pushd mediastreamer2
./autogen.sh
%before_configure
popd )

%configure2_5x \
	--disable-static \
	--disable-rpath \
	--enable-alsa \
	--disable-strict \
	--enable-external-ortp \
	--enable-ipv6
%make

%install
%makeinstall_std

%find_lang %{name} --all-name --with-man

perl -pi -e "s|linphone/linphone2\.png|linphone2|g" %{buildroot}%{_datadir}/applications/linphone.desktop
desktop-file-install \
	--vendor="" \
	--add-category="VideoConference" \
	--remove-category='Application' \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/linphone.desktop

#icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 %{SOURCE4} \
	%{buildroot}%{_iconsdir}/hicolor/16x16/apps/linphone2.png
install -m 644 %{SOURCE3} \
	%{buildroot}%{_iconsdir}/hicolor/32x32/apps/linphone2.png
install -m 644 %{SOURCE2} \
	%{buildroot}%{_iconsdir}/hicolor/48x48/apps/linphone2.png
mkdir -p %{buildroot}/%{_miconsdir}
ln -s ../hicolor/16x16/apps/linphone2.png \
      %{buildroot}/%{_miconsdir}/
mkdir -p %{buildroot}/%{_iconsdir}
ln -s hicolor/32x32/apps/linphone2.png \
      %{buildroot}/%{_iconsdir}/
mkdir -p %{buildroot}/%{_liconsdir}
ln -s ../hicolor/48x48/apps/linphone2.png \
      %{buildroot}/%{_liconsdir}/

# remove unwanted docs, generated if doxygen is installed
rm -rf %{buildroot}%{_docdir}/ortp %{buildroot}%{_docdir}/mediastreamer* %{buildroot}%{_docdir}/%{name}*


%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.6.1-6
+ Revision: 1c4a713
- Add patch to fix build with new ffmpeg



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17506 |14mr|linux-atm-2.5.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname atm %{major}
%define develname %mklibname atm -d

Summary:	Tools and libraries for ATM networking
Name:		linux-atm
Version:	2.5.1
Release:	5
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://linux-atm.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/linux-atm/linux-atm/%{version}/%{name}-%{version}.tgz
Patch1:		linux-atm-2.5.0-format_not_a_string_literal_and_no_format_arguments.patch
Patch4:		linux-atm-2.5.0-open-macro.patch
Patch5:		linux-atm-2.5.0-disable-ilmdiag.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Tools and libraries to support ATM (Asynchronous Transfer Mode)
networking and some types of DSL modems.

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%mklibname %{name} 1

%description -n	%{libname}
This package contains libraries needed to run programs linked with %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libatm-devel = %{version}-%{release}
Provides:	atm-devel = %{version}-%{release}
Obsoletes:	%mklibname %{name} 1 -d

%description -n	%{develname}
This package contains development files needed to compile programs which
use %{name}.

%prep

%setup -q
%patch1 -p1
%patch4 -p1
%patch5 -p1

%build
%configure2_5x \
	--enable-shared \
	--enable-cisco \
	--enable-mpoa_1_1 \
	--enable-multipoint

%make -j1

%install
rm -rf %{buildroot}
%makeinstall_std

install -m 0644 src/config/hosts.atm %{buildroot}/etc/

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog NEWS THANKS BUGS
%config(noreplace) %{_sysconfdir}/atmsigd.conf
%config(noreplace) %{_sysconfdir}/hosts.atm
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man4/*
%{_mandir}/man7/*
%{_mandir}/man8/*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.a
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5.1-5
+ Revision: 3672b6d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17507 |14mr|linuxdoc-tools-0.9.21-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A text formatting package based on SGML

Name:		linuxdoc-tools
Version:	0.9.21
Release:	20
License:	Freely distributable
Group:		Publishing
Url:		http://people.debian.org/~sano/linuxdoc-tools/
Source0:	http://people.debian.org/~sano/linuxdoc-tools/archives/%{name}_%{version}.tar.bz2
Patch0:		linuxdoc-tools-0.9.21-letter.patch
Patch1:		linuxdoc-tools-0.9.20-strip.patch
Patch2:		linuxdoc-tools-ifpdf.patch
Patch3:		linuxdoc-tools_0.9.68-yyleng.patch
BuildRequires:	flex
BuildRequires:	openjade
BuildRequires:	sgml-common
BuildRequires:	groff-for-man
Requires:	docbook-utils
Requires:	gawk
Requires:	groff
Requires:	openjade
#gw needed by sgml2info
Requires:	tetex-latex
Requires:	texinfo

%description
Linuxdoc-tools is a text formatting suite based on SGML (Standard
Generalized Markup Language), using the LinuxDoc document type.
Linuxdoc-tools allows you to produce LaTeX, HTML, GNU info, LyX, RTF,
plain text (via groff), and other format outputs from a single SGML
source.  Linuxdoc-tools is intended for writing technical software
documentation.

%files
%doc %{_docdir}/%{name}-%{version}
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/entity-map
%{_datadir}/texmf-dist/tex/latex/misc/*.sty
%{perl_vendorlib}/Text/*.pm
%{_mandir}/*/*

%post
[ -x %{_bindir}/texhash ] && /usr/bin/env - %{_bindir}/texhash > /dev/null 2>&1
exit 0

%postun
[ -x %{_bindir}/texhash ] && /usr/bin/env - %{_bindir}/texhash > /dev/null 2>&1
exit 0

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .letter
%patch1 -p1 -b .strip
%patch2 -p1 -b .ifpdf
%patch3 -p1 -b .yyleng

%build
%configure2_5x \
	--with-installed-nsgmls \
	--with-installed-iso-entities
# Packaging brain-damage
( cd entity-map
  autoconf
  %configure2_5x
)
%make OPTIMIZE="%{optflags}"
perl -pi -e 's,\$main::prefix/share/sgml/iso-entities-8879.1986/iso-entities.cat,/usr/share/sgml/sgml-iso-entities-8879.1986/catalog,' \
           lib/LinuxDocTools.pm

%install
%makeinstall
mv %{buildroot}%{_docdir}/%{name} %{buildroot}%{_docdir}/%{name}-%{version}
perl -pi -e 's,/usr/share/sgml/iso-entities-8879.1986/iso-entities.cat,\$main::prefix/share/sgml/sgml-iso-entities-8879.1986/catalog,' \
           %{buildroot}%{_datadir}/%{name}/LinuxDocTools.pm

# Some files need moving around.
rm -f %{buildroot}%{_datadir}/%{name}/epsf.*
rm -f %{buildroot}%{_datadir}/%{name}/url.sty
install -d %{buildroot}%{_datadir}/texmf-dist/tex/latex/misc
mv %{buildroot}%{_datadir}/%{name}/*.sty \
	%{buildroot}%{_datadir}/texmf-dist/tex/latex/misc

# Move perl modules to perl_vendorlib
mkdir -p %{buildroot}%{perl_vendorlib}/Text
mv %{buildroot}%{_libdir}/perl5/Text/EntityMap.pm \
	%{buildroot}%{perl_vendorlib}/Text/

cat > doc/COPYRIGHT <<EOF
(C) International Organization for Standardization 1986
Permission to copy in any form is granted for use with
conforming SGML systems and applications as defined in
ISO 8879, provided this notice is included in all copies.
EOF


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.21-20
+ Revision: 67ce150
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17508 |14mr|linux-firmware-20140604-7.git7f388b48
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global checkout 7f388b48

# Always increment firmware_release when updating this, the subprojects need
# that.
%global firmware_release 7

%global _firmwarepath	/lib/firmware

Name:		linux-firmware
Version:	20140604
Release:	%{firmware_release}.git%{checkout}
Summary:	Firmware files used by the Linux kernel

Group:		System/Kernel and hardware
License:	GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
URL:		https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
Source0:	%{name}-%{version}.tar.gz
BuildArch:	noarch
Provides:	kernel-firmware = %{version} radeon-firmware = %{version} rtlwifi-firmware = %{version}
Obsoletes:	kernel-firmware < %{version} radeon-firmware < %{version} rtlwifi-firmware < %{version}
Obsoletes:	ueagle-firmware <= 1.1-4
Obsoletes:	microcode
Conflicts:	microcode_ctl < 2.1-1
Obsoletes:  kernel-firmware-extra
Conflicts:  kernel-firmware-extra

%description
This package includes firmware files required for some devices to
operate.

%package -n iwlwifi-agn-ucode
Summary:	Firmware for Intel(R) Wireless WiFi 1xx/1000/2xxx/5xxx/6xxx Series Adapters
License:	Redistributable, no modification permitted
Version:	%{version}
Release:	%{firmware_release}

%description -n iwlwifi-agn-ucode
This package contains all the iwlwifi wireless firmware files supported 
by the iwlwifi kernel driver. That means all of: 
iwlwifi-1xx/1000/2xxx/5xxx/6xxx*.ucode firmwares.

%package -n iwl3945-firmware
Summary:	Firmware for Intel® PRO/Wireless 3945 A/B/G network adaptors
License:	Redistributable, no modification permitted
Version:	15.32.2.9
Release:	%{firmware_release}

%description -n iwl3945-firmware
This package contains the firmware required by the iwl3945 driver
for Linux.  Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.

%package -n iwl4965-firmware
Summary:	Firmware for Intel® PRO/Wireless 4965 A/G/N network adaptors
License:	Redistributable, no modification permitted
Version:	228.61.2.24
Release:	%{firmware_release}

%description -n iwl4965-firmware
This package contains the firmware required by the iwl4965 driver
for Linux.  Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.

%package -n libertas-usb8388-firmware
Summary:	Firmware for Marvell Libertas USB 8388 Network Adapter
License:	Redistributable, no modification permitted
Epoch:		2 
Obsoletes:	libertas-usb8388-firmware < 2:5.110.22.p23-8
%description -n libertas-usb8388-firmware
Firmware for Marvell Libertas USB 8388 Network Adapter

%package -n libertas-usb8388-olpc-firmware
Summary:	OLPC firmware for Marvell Libertas USB 8388 Network Adapter
License:	Redistributable, no modification permitted
%description -n libertas-usb8388-olpc-firmware
Firmware for Marvell Libertas USB 8388 Network Adapter with OLPC mesh network
support.

%package -n libertas-sd8686-firmware
Summary:	Firmware for Marvell Libertas SD 8686 Network Adapter
License:	Redistributable, no modification permitted
Obsoletes:	libertas-sd8686-firmware < 9.70.20.p0-4
%description -n libertas-sd8686-firmware
Firmware for Marvell Libertas SD 8686 Network Adapter

%package -n libertas-sd8787-firmware
Summary:	Firmware for Marvell Libertas SD 8787 Network Adapter
License:	Redistributable, no modification permitted
%description -n libertas-sd8787-firmware
Firmware for Marvell Libertas SD 8787 Network Adapter

%prep
%setup -q -n linux-firmware-%{checkout}

%build
# Remove firmware shipped in separate packages already
# Perhaps these should be built as subpackages of linux-firmware?
rm -rf ess korg sb16 yamaha
# And _some_ conexant firmware.
rm v4l-cx23418-apu.fw v4l-cx23418-cpu.fw v4l-cx23418-dig.fw v4l-cx25840.fw

# Remove source files we don't need to install
rm -f usbdux/*dux */*.asm
rm -rf carl9170fw

# No need to install old firmware versions where we also provide newer versions
# which are preferred and support the same (or more) hardware
rm -f libertas/sd8686_v8*
rm -f libertas/usb8388_v5.bin

# Remove firmware for Creative CA0132 HD as it's in alsa-firmware
rm -f ctefx.bin ctspeq.bin

%install
mkdir -p %{buildroot}/%{_firmwarepath}
mkdir -p %{buildroot}/%{_firmwarepath}/updates
cp -r * %{buildroot}/%{_firmwarepath}
rm %{buildroot}/%{_firmwarepath}/{WHENCE,LICENCE.*,LICENSE.*}

# Create file list but exclude firmwares that we place in subpackages
FILEDIR=`pwd`
pushd %{buildroot}/%{_firmwarepath}
find . \! -type d > $FILEDIR/linux-firmware.files
find . -type d | sed -e '/^.$/d' > $FILEDIR/linux-firmware.dirs
popd
sed -i -e 's:^./::' linux-firmware.{files,dirs}
sed -i -e '/^iwlwifi/d' \
	-i -e '/^libertas\/sd8686/d' \
	-i -e '/^libertas\/usb8388/d' \
	-i -e '/^mrvl\/sd8787/d' \
	linux-firmware.files
sed -i -e 's!^!/lib/firmware/!' linux-firmware.{files,dirs}
sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files


%files -n iwlwifi-agn-ucode
%doc WHENCE LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-100-5.ucode
%{_firmwarepath}/iwlwifi-105-*.ucode
%{_firmwarepath}/iwlwifi-135-*.ucode
%{_firmwarepath}/iwlwifi-1000-*.ucode
%{_firmwarepath}/iwlwifi-2000-*.ucode
%{_firmwarepath}/iwlwifi-2030-*.ucode
%{_firmwarepath}/iwlwifi-5000-*.ucode
%{_firmwarepath}/iwlwifi-5150-*.ucode
%{_firmwarepath}/iwlwifi-6000-*.ucode
%{_firmwarepath}/iwlwifi-6000g2a-*.ucode
%{_firmwarepath}/iwlwifi-6000g2b-*.ucode
%{_firmwarepath}/iwlwifi-6050-*.ucode
%{_firmwarepath}/iwlwifi-7260-*.ucode
%{_firmwarepath}/iwlwifi-3160-*.ucode
%{_firmwarepath}/iwlwifi-7265-*.ucode

%files -n iwl3945-firmware
%defattr(-,root,root,-)
%doc WHENCE LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-3945-*.ucode

%files -n iwl4965-firmware
%defattr(-,root,root,-)
%doc WHENCE LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-4965-*.ucode

%files -n libertas-usb8388-firmware
%defattr(-,root,root,-)
%doc WHENCE LICENCE.Marvell
%dir %{_firmwarepath}/libertas
%{_firmwarepath}/libertas/usb8388_v9.bin

%files -n libertas-usb8388-olpc-firmware
%defattr(-,root,root,-)
%doc WHENCE LICENCE.Marvell
%dir %{_firmwarepath}/libertas
%{_firmwarepath}/libertas/usb8388_olpc.bin

%files -n libertas-sd8686-firmware
%defattr(-,root,root,-)
%doc WHENCE LICENCE.Marvell
%dir %{_firmwarepath}/libertas
%{_firmwarepath}/libertas/sd8686*

%files -n libertas-sd8787-firmware
%defattr(-,root,root,-)
%doc WHENCE LICENCE.Marvell
%dir %{_firmwarepath}/mrvl
%{_firmwarepath}/mrvl/sd8787*

%files -f linux-firmware.files
%defattr(-,root,root,-)
%dir %{_firmwarepath}
%doc WHENCE LICENCE.* LICENSE.*

%changelog
* Wed Jul 23 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 20140604-7.git7f388b48
+ Revision: a9678c3
- Release bump



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17509 |14mr|lirc-0.9.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name}_client %{major}
%define devname %mklibname %{name}_client -d

%define __noautoreq '.*/bin/true'

Summary:	Linux Infrared Remote Control daemons
Name:		lirc
Version:	0.9.0
Release:	16
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.lirc.org/
Source0:	http://prdownloads.sourceforge.net/lirc/%{name}-%{version}.tar.bz2
Source2:	%{name}-tmpfiles.conf
Source3:	lircd.service
Source4:	lircmd.service
Source5:	http://svn.debian.org/viewsvn/pkg-lirc/lirc/trunk/debian/liblircclient0.pc
# (fc) 0.8.3-1mdv use new instead of conf as filename suffix in template mode (Fedora)
Patch0:		lirc-use-new-instead-of-conf-as-filename-suffix.patch
Patch2:		lirc-printf-format.patch

BuildRequires:	help2man
BuildRequires:	iguanair-devel
BuildRequires:	libirman-devel
%ifarch %{ix86} x86_64
BuildRequires:	svgalib-devel
%endif
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(x11)
Requires(post,preun):	rpm-helper
Requires:	setserial

%description
LIRC is a package that allows you to decode and send infra-red signals
of many (but not all) commonly used remote controls.

Configuration files for many remotes are locate in lirc-remotes package.

%files
%doc README.0.8.6-2.upgrade.urpmi
%doc ANNOUNCE AUTHORS NEWS README TODO ChangeLog 
%doc contrib/{irman2lirc,lircs} doc/irxevent.keys
%doc doc/lirc.css doc/html doc/images
%config(noreplace) %{_sysconfdir}/lirc/*.conf
%{_sysconfdir}/udev/rules.d/%{name}.rules
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/*/*
%dir %{_var}/run/lirc
%ghost %{_var}/run/lirc/lircd
%ghost %{_var}/run/lirc/lircm
%{_unitdir}/lircd.service
%{_unitdir}/lircmd.service
%{_tmpfilesdir}/%{name}.conf

%pre
if [ $1 = 2 ] && ! [ -e %{_sysconfdir}/lirc ]; then
	mkdir -p %{_sysconfdir}/lirc
	touch %{_sysconfdir}/lirc/mdv-086-migration
fi

%post
%create_ghostfile /var/log/lircd root root 644
if [ $1 = 2 ] && [ -e %{_sysconfdir}/lirc/mdv-086-migration ]; then
	mv -vf %{_sysconfdir}/lircd.conf %{_sysconfdir}/lirc/lircd.conf 2>/dev/null
	mv -vf %{_sysconfdir}/lircmd.conf %{_sysconfdir}/lirc/lircmd.conf 2>/dev/null
	mv -vf %{_sysconfdir}/lircrc %{_sysconfdir}/lirc/lircrc 2>/dev/null
	rm -f %{_sysconfdir}/lirc/mdv-086-migration
fi
%_post_service lircd
%_post_service lircmd

%preun
%_preun_service lircmd
%_preun_service lircd

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	LIRC libraries
Group:		System/Libraries
Obsoletes:	%{_lib}lirc0 < 0.9.0-15
Conflicts:	%{_lib}lirc0 < 0.9.0-15

%description -n %{libname}
This package provides the libraries necessary to run lirc client
programs.

%files -n %{libname}
%{_libdir}/liblirc_client.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header and library files for LIRC development
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}lirc-devel < 0.9.0-15
Conflicts:	%{_lib}lirc-devel < 0.9.0-15

%description -n %{devname}
This package provides the files necessary to develop LIRC-based
programs.

%files -n %{devname}
%{_libdir}/pkgconfig/liblircclient0.pc
%{_includedir}/lirc
%{_datadir}/aclocal/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%package -n dkms-%{name}
Summary:	Kernel modules for LIRC
Group:		System/Kernel and hardware
Requires(post,preun):	dkms

%description -n dkms-%{name}
This package provides the kernel modules for LIRC.

Install this package if the LIRC driver you are using requires
them and your kernel doesn't include them.

%files -n dkms-%{name}
/usr/src/%{name}-%{version}-%{release}

%post -n dkms-%{name}
dkms add     -m %{name} -v %{version}-%{release} --rpm_safe_upgrade &&
dkms build   -m %{name} -v %{version}-%{release} --rpm_safe_upgrade &&
dkms install -m %{name} -v %{version}-%{release} --rpm_safe_upgrade --force
true

%preun -n dkms-%{name}
dkms remove  -m %{name} -v %{version}-%{release} --rpm_safe_upgrade --all
true

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--localstatedir=/var \
	--disable-static \
	--with-x \
	--with-port=0x3f8 \
	--with-irq=4 \
	--disable-manage-devices \
	--with-syslog=LOG_DAEMON \
	--with-driver=userspace \
	--with-transmitter \
	--with-kerneldir=$(pwd) # fixes build as of 20070827

# parallel make broken as of 2009-03
make

%install
mkdir -p %{buildroot}%{_datadir}/aclocal
mkdir -p %{buildroot}/var/log

%makeinstall_std

install contrib/*.m4 %{buildroot}%{_datadir}/aclocal

mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d/
install -m644 contrib/lirc.rules %{buildroot}%{_sysconfdir}/udev/rules.d/

install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/lircd.service
install -D -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/lircmd.service
install -m644 %{SOURCE5} -D %{buildroot}%{_libdir}/pkgconfig/liblircclient0.pc
sed -i -e "s/0.8.3/%{version}/" -e "s^/lib^/%{_lib}^" %{buildroot}%{_libdir}/pkgconfig/liblircclient0.pc

mkdir -p %{buildroot}%{_sysconfdir}/lirc
cat > %{buildroot}%{_sysconfdir}/lirc/lircd.conf<<END
#
# This is a placeholder for your configuration file.
# See %{_datadir}/%{name}-remotes for some examples.
# You might need to install %{name}-remotes package.
#
END

cp -f %{buildroot}%{_sysconfdir}/lirc/lirc{,m}d.conf

# dkms

install -d -m755 %{buildroot}/usr/src/%{name}-%{version}-%{release}
cp -a Makefile Makefile.in Makefile.am acinclude.m4 \
	configure.ac config.status config.h \
	%{buildroot}/usr/src/%{name}-%{version}-%{release}

# Makefiles call there to unnecessarily regenerate files
echo '#!/bin/true' > %{buildroot}/usr/src/%{name}-%{version}-%{release}/configure
chmod +x %{buildroot}/usr/src/%{name}-%{version}-%{release}/configure

cp -a drivers %{buildroot}/usr/src/%{name}-%{version}-%{release}

# get modulelist
pushd drivers
drivers="lirc_dev $(echo lirc_* | sed -e "s/lirc_gpio //" -e "s/lirc_dev //")"
popd

cat > %{buildroot}/usr/src/%{name}-%{version}-%{release}/dkms.conf <<EOF
PACKAGE_NAME="%{name}"
PACKAGE_VERSION="%{version}-%{release}"
MAKE[0]="droot=\\\$(pwd); for driver in $drivers; do cd \\\$droot/drivers/\\\$driver; make \
	KERNEL_LOCATION=\$kernel_source_dir AUTOMAKE=true AUTOCONF=true ACLOCAL=true; done"
CLEAN="droot=\\\$(pwd); for driver in $drivers; do cd \\\$droot/drivers/\\\$driver; make \
	clean AUTOMAKE=true AUTOCONF=true ACLOCAL=true; done"
AUTOINSTALL=yes
EOF

i=0
for module in $drivers; do
	cat >> %{buildroot}/usr/src/%{name}-%{version}-%{release}/dkms.conf <<-EOF
	BUILT_MODULE_NAME[$i]="$module"
	BUILT_MODULE_LOCATION[$i]="drivers/$module"
	DEST_MODULE_LOCATION[$i]="/kernel/drivers/input/misc"
	EOF
	i=$((i+1))
done

cat > README.0.8.6-2.upgrade.urpmi <<EOF
As of LIRC 0.8.6, the config file locations have changed to
/etc/lirc/lircd.conf, /etc/lirc/lircmd.conf, and /etc/lirc/lircrc.
Existing files have been moved to these locations automatically.
The socket location has changed to /var/run/lirc/lircd.
EOF


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.0-16
+ Revision: fd0765e
- Restore spec style, adjust Conflicts and Obsoletes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17510 |14mr|listres-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		listres
Version:	1.0.3
Release:	2
Summary:	List resources in widgets
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	x11-util-macros

%description
The listres program generates a list of a widget's resource database.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/listres
%{_mandir}/man1/listres.*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-2
+ Revision: 16c2531
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17511 |14mr|live-2013.06.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	LIVE555 Streaming Media Library
Name:		live
Version:	2013.06.18
Release:	2
Source0:	http://live555.com/liveMedia/public/%{name}.%{version}.tar.gz
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.live555.com/liveMedia/

%description
This code forms a set of C++ libraries for multimedia streaming, using
open standard protocols (RTP/RTCP, RTSP, SIP). These libraries - which
can be compiled for Unix (including Linux and Mac OS X), Windows, and
QNX (and other POSIX-compliant systems) - can be used to build
streaming applications.

This package contains the example apps of LIVE555.

%package	devel
Summary:	Development files of the LIVE555 Streaming Media Library
Group:		Development/C++

%description	devel
This code forms a set of C++ libraries for multimedia streaming, using
open standard protocols (RTP/RTCP, RTSP, SIP). These libraries - which
can be compiled for Unix (including Linux and Mac OS X), Windows, and
QNX (and other POSIX-compliant systems) - can be used to build
streaming applications.

This package contains all needed files to build programs based on LIVE555.

%prep
%setup -q -n %{name}
sed -i -e "s/-O2/$RPM_OPT_FLAGS/" \
  config.linux-with-shared-libraries
  
find . -name '*.cpp' -exec chmod 644 {} \;

%build
%setup_compile_flags
./genMakefiles linux
make clean
make CFLAGS="%{optflags} -DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1"

%install
for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
  mkdir -p %{buildroot}%{_libdir}/%{name}/$dir
  cp -r $dir/*.a $dir/include %{buildroot}%{_libdir}/%{name}/$dir
done
mkdir -p %{buildroot}%{_bindir}
for testprog in `find testProgs mediaServer -type f -perm 755`; do
  install $testprog %{buildroot}%{_bindir}
done

%files
%doc COPYING README
%{_bindir}/MPEG2TransportStreamIndexer
%{_bindir}/live555MediaServer
%{_bindir}/openRTSP
%{_bindir}/playSIP
%{_bindir}/sapWatch
%{_bindir}/test*
%{_bindir}/vobStreamer

%files devel
%{_libdir}/%{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2013.06.18-2
+ Revision: b481cb4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17512 |14mr|livecd-tools-21.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "import distutils.sysconfig as d; print d.get_python_lib()")}

%define debug_package %{nil}

Summary: Tools for building live CDs
Name: livecd-tools
Version: 21.1
Release: 11
Epoch: 1
License: GPLv2
Group: System/Base
URL: http://git.fedorahosted.org/git/livecd
Source0: http://fedorahosted.org/releases/l/i/livecd/%{name}-%{version}.tar.bz2
Source1: arch.py
Source3: rosa-image-fix-x86.pl
Patch0: livecd-tools-21.1.urpmi.patch
Patch1: livecd-tools-21.1.split.install.patch
Patch2: livecd-tools-21.1.efi.fixes.patch
Patch3: livecd-tools-21.1.hack.patch
Patch4: livecd-tools-21.1.hack2.patch
Patch5: livecd-tools-21.1.hack3.patch
Patch6: livecd-tools-21.1.hack4.patch
Patch7: livecd-tools-21.1.no.mac.img.patch
Patch8: livecd-tools-21.1.isolinux.plymouth.fixes.patch
Patch9: livecd-tools-21.1.efi.grub.cfg.patch
Patch10: livecd-tools-21.1.pkg.installation.fix.patch

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: python-imgcreate = %{epoch}:%{version}-%{release}
Requires: mkisofs
Requires: isomd5sum
Requires: parted
Requires: pyparted
Requires: util-linux
Requires: dosfstools
Requires: e2fsprogs
Requires: lorax >= 18.3
Obsoletes: livecd-iso-to-disk

%ifarch %{ix86} x86_64
Requires: syslinux
%endif
Requires: dumpet
BuildRequires: perl
BuildRequires: python


%description 
Tools for generating live CDs on Fedora based systems including
derived distributions such as RHEL, CentOS and others. See
http://fedoraproject.org/wiki/FedoraLiveCD for more details.

%package -n python-imgcreate
Summary: Python modules for building system images
Group: System/Base
Requires: util-linux
Requires: coreutils
Requires: e2fsprogs
Requires: squashfs-tools
Requires: pykickstart >= 0.96
Requires: dosfstools >= 2.11-8
#Requires: system-config-keyboard >= 1.3.0
Requires: python-urlgrabber
Requires: python-selinux
Requires: dbus-python
#Requires: policycoreutils

%description -n python-imgcreate
Python modules that can be used for building images for things
like live image or appliances.


%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1

%build
make

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%__install -m 0644 %{SOURCE1} %{buildroot}%{python_sitelib}/imgcreate/
%__install -m 0755 %{SOURCE3} %{buildroot}%{_bindir}/

%files
%defattr(-,root,root,-)
%doc config/livecd-fedora-minimal.ks
%{_mandir}/man*/*
%{_bindir}/livecd-creator
%{_bindir}/livecd-iso-to-disk
%{_bindir}/livecd-iso-to-pxeboot
%{_bindir}/image-creator
%{_bindir}/liveimage-mount
%{_bindir}/edit-livecd
%{_bindir}/mkbiarch
%{_bindir}/rosa-image-fix-x86.pl

%files -n python-imgcreate
%defattr(-,root,root,-)
%dir %{python_sitelib}/imgcreate
%{python_sitelib}/imgcreate/*.py
%{python_sitelib}/imgcreate/*.pyo
%{python_sitelib}/imgcreate/*.pyc


%changelog
* Thu Sep 25 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:21.1-11
+ Revision: d156734
- When patching partition table in iso, also update GPT

* Thu Sep 25 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:21.1-11
+ Revision: 354d318
- Fixed packages installation in iso (optimized)

* Thu Sep 25 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:21.1-11
+ Revision: b9e82b7
- Boot menu fixes (both isolinux and Grub2/EFI)
- 1. Significantly redesigned the grub2 menu for EFI boot: made it similar to the isolinux menu; more user-friendly product name; returned graphical theme; etc.
- 2. Fixed non-displaying plymouth in isolinux menu items.
- 3. Disabled plymouth for 'basic graphics' mode.

* Thu Sep 25 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:21.1-10
+ Revision: b4694cb
- Do not generate macboot.ing (fails anyway)

* Tue Sep 23 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:21.1-10
+ Revision: 3cbb9c6
- Removed Mac AFP table from iso; grub2 theme fixed

* Wed Aug 06 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:21.1-9
+ Revision: 54094ea
- Updated livecd-tools.spec

* Fri Jul 04 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:21.1-8
+ Revision: 962d908
- modified patch

* Fri Jul 04 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:21.1-6
+ Revision: 7cd9125
- added a one more patch

* Thu Jul 03 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:21.1-6
+ Revision: 671207b
- added a hack #3

* Thu Jul 03 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:21.1-5
+ Revision: 7612814
- added one more hack

* Thu Jul 03 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:21.1-4
+ Revision: 5423803
- added one more patch

* Wed Jul 02 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:21.1-3
+ Revision: bbdaed3
- livecd-tools were update to 21.1 version

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:18.8-49
+ Revision: 5399ae6
- MassBuild#440: Increase release tag

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:18.8-48
+ Revision: aae290e
- rediff patch

* Thu Jun 26 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:18.8-47
+ Revision: 021792b
- added a patch to fix path t jpgs

* Tue May 06 2014 Arkady Shane <ashejn@gmail.com> 1:18.8-46
+ Revision: fbfc6d8
- Added BR: perl

* Tue May 06 2014 Arkady Shane <ashejn@gmail.com> 1:18.8-46
+ Revision: 4371d6e
- change R to BR

* Tue May 06 2014 Arkady Shane <ashejn@gmail.com> 1:18.8-46
+ Revision: fd30e26
- added R: perl-podlators

* Mon Apr 21 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:18.8-46
+ Revision: 9ac6496
- release up

* Mon Apr 21 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:18.8-45
+ Revision: 67a340b
- added quiet to start and install

* Tue Jan 21 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:18.8-45
+ Revision: 2a679a2
- rediff perl script

* Tue Jan 21 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:18.8-44
+ Revision: 25ba35e
- updated patch

* Tue Jan 21 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:18.8-44
+ Revision: 4b1e776
- release up

* Tue Jan 21 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:18.8-43
+ Revision: 729b671
- updated patch

* Tue Jan 21 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:18.8-43
+ Revision: e419db0
- Updated livecd-tools.spec

* Tue Jan 21 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:18.8-42
+ Revision: e93e5ba
- Updated livecd-tools.spec

* Tue Jan 21 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:18.8-41
+ Revision: 1840fe9
- updated hackfs patch

* Thu Jan 16 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:18.8-39
+ Revision: 581cae6
- disabled hackfs patch

* Tue Jan 14 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:18.8-38
+ Revision: c75e8a0
- modified patch

* Tue Jan 14 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:18.8-37
+ Revision: ca72028
- pack iso hack too into livecd-tools



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17513 |14mr|livestart-rosa-1.0.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Livestart rosa script
Name:		livestart-rosa
Version:	1.0.0
Release:	10
BuildArch:	noarch
License:	GPL
Group:		System/Configuration/Other
Source10:	checkflashboot
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Small script checking if system was started from a
flash drive and creating a config for draklive-install.

%post
%_post_service checkflashboot

%preun
%_preun_service checkflashboot

%files
%defattr(-,root,root)
%attr(755,root,root) %_sysconfdir/init.d/checkflashboot

#--------------------------------------------------------------------

%install
rm -rf %buildroot 

mkdir -p %buildroot%_sysconfdir/init.d/
cp %SOURCE10 %buildroot%_sysconfdir/init.d/




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-10
+ Revision: 50ff90a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17514 |14mr|lksctp-tools-1.0.11-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define	libname %mklibname sctp %{major}
%define develname %mklibname sctp -d

Summary:	User-space access to Linux Kernel SCTP
Name:		lksctp-tools
Version:	1.0.11
Release:	5
# src/apps/bindx_test.C is GPLv2, I've asked upstream for clarification
License:	GPLv2 and GPLv2+ and LGPLv2 and MIT
Group:		System/Libraries
URL:		http://lksctp.sourceforge.net
Source0:	 http://downloads.sourceforge.net/lksctp/%{name}-%{version}.tar.gz
Patch0:		lksctp-tools-1.0.6-libdir.patch
Patch1:		lksctp-tools-1.0.11-SCTP_SENDER_DRY_EVENT.diff
BuildRequires:	autoconf automake libtool
Requires:	%{libname} = %{version}-%{release}

%description
This is the lksctp-tools package for Linux Kernel SCTP (Stream Control
Transmission Protocol) Reference Implementation.

This package is intended to supplement the Linux Kernel SCTP Reference
Implementation now available in the Linux kernel source tree in
versions 2.5.36 and following.  For more information on LKSCTP see the
package documentation README file, section titled "LKSCTP - Linux
Kernel SCTP."

This package contains the command-line tools.

%package -n	%{libname}
Summary:	Shared User-space access to Linux Kernel SCTP library
Group:		System/Libraries

%description -n	%{libname}
This is the lksctp-tools package for Linux Kernel SCTP (Stream Control
Transmission Protocol) Reference Implementation.

This package is intended to supplement the Linux Kernel SCTP Reference
Implementation now available in the Linux kernel source tree in
versions 2.5.36 and following.  For more information on LKSCTP see the
package documentation README file, section titled "LKSCTP - Linux
Kernel SCTP."

This package contains the shared library.

%package -n	%{develname}
Summary:	Development files for lksctp-tools
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	sctp-devel = %{version}-%{release}

%description -n	%{develname}
Development files for lksctp-tools which include man pages, header files,
static libraries, symlinks to dynamic libraries and some tutorial source code.

%package	doc
Summary:	Documents pertaining to SCTP
Group:		System/Libraries

%description	doc
Documents pertaining to LKSCTP & SCTP in general (IETF RFC's & Internet
Drafts).

%prep

%setup -q
%patch0 -p1
%patch1 -p0

%build
autoreconf -fi

%configure \
    --disable-static

# remove rpath from libtool
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install

rm -f doc/rfc2960.txt doc/states.txt

%makeinstall_std INSTALL="install -p"

# cleanups
find %{buildroot}%{_libdir}/ -name "*.*a"  | xargs rm -f
rm -rf %{buildroot}%{_datadir}/doc/lksctp-tools

%files
%{_bindir}/*

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING* README
%{_libdir}/lib*.so.%{major}*
%dir %{_libdir}/lksctp-tools/
%{_libdir}/lksctp-tools/libwithsctp.so.*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/lksctp-tools/*.so
%{_datadir}/lksctp-tools/
%{_mandir}/man3/*
%{_mandir}/man7/*

%files doc
%doc doc/*.txt




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.11-5
+ Revision: a36a431
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17515 |14mr|llvm-3.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 0

# clang header paths are hard-coded at compile time
# and need adjustment whenever there's a new GCC version
%define gcc_version %(gcc -dumpversion)

%define compile_apidox 0
%{?_with_apidox: %{expand: %%global compile_apidox 1}}

%bcond_without clang
%bcond_without ocaml

%define major_ver 3.5
%define minor_ver 0

Summary:	Low Level Virtual Machine (LLVM)
Name:		llvm
Version:	%{major_ver}.%{minor_ver}
Release:	1
License:	NCSA
Group:		Development/Other
Url:		http://llvm.org/
# There's a branch of LLVM maintained at
# git://people.freedesktop.org/~tstellar/llvm
# Ir is the working branch of the AMDGPU/R600 backend needed by Mesa (and is otherwise
# more or less identical to upstream llvm).
# At times it may be necessary to package this branch instead.
Source0:	http://llvm.org/releases/%{version}/llvm-%{version}.src.tar.xz
Source1:	http://llvm.org/releases/%{version}/cfe-%{version}.src.tar.xz
Source2:	http://llvm.org/releases/%{version}/clang-tools-extra-%{version}.src.tar.xz
Source3:	http://llvm.org/releases/%{version}/polly-%{version}.src.tar.xz
Source4:	http://llvm.org/releases/%{version}/compiler-rt-%{version}.src.tar.xz
Source1000:	llvm.rpmlintrc
# Versionize libclang.so (Anssi 08/2012):
Patch0:		clang-soname.patch
# Adjust search paths to match the OS
Patch1:		0000-clang-mandriva.patch
# ARM hardfloat hack
# see http://llvm.org/bugs/show_bug.cgi?id=15557
# and https://bugzilla.redhat.com/show_bug.cgi?id=803433
Patch2:		clang-hardfloat-hack.patch
# Locate LLVMgold.so on 64bit systems too
Patch3:		llvm-3.5-locate-LLVMgold.patch
# Patches from AOSP
Patch4:		0000-llvm-Add-support-for-64-bit-longs.patch
Patch5:		0001-llvm-Make-EnableGlobalMerge-non-static-so-we-can-modify-i.patch
Patch6:		llvm-3.5-detect-hardfloat.patch
# Claim compatibility with gcc 4.9.1 rather than 4.2.1, it's
# much much closer in terms of standards supported etc.
Patch7:		clang-gcc-compat.patch
# Support -fuse-ld=XXX properly
Patch8:		clang-fuse-ld.patch
# Fix build with --enable-shared (it failed with undefined symbol
# "llvm::cl::parser<llvm::PassInfo const*>::getOption(unsigned int) const")
Patch9:		llvm-3.5-fix-enable-shared-build.patch

BuildRequires:	bison
BuildRequires:	binutils-devel
BuildRequires:	chrpath
BuildRequires:	flex
BuildRequires:	graphviz
BuildRequires:	groff
BuildRequires:	libtool
%if %{with ocaml}
BuildRequires:	ocaml
%endif
BuildRequires:	sed
BuildRequires:	tcl
BuildRequires:	zip
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(cloog-isl)
BuildRequires:	pkgconfig(isl) >= 0.13
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(libtirpc)
%if %{compile_apidox}
BuildRequires:	doxygen
%endif
Requires:	libstdc++-devel

%description
LVM is a robust system, particularly well suited for developing new mid-level
language-independent analyses and optimizations of all sorts, including those
that require  extensive interprocedural analysis. LLVM is also a great target
for front-end development for conventional or research programming languages,
including those which require compile-time, link-time, or run-time optimization 
for effective implementation, proper tail calls or garbage collection. 

%files
%doc LICENSE.TXT
%{_bindir}/FileCheck
%{_bindir}/bugpoint
%{_bindir}/count
%{_bindir}/llc
%{_bindir}/lli
%{_bindir}/opt
%{_bindir}/lli-child-target
%{_bindir}/llvm-ar
%{_bindir}/llvm-as
%{_bindir}/llvm-bcanalyzer
%{_bindir}/llvm-diff
%{_bindir}/llvm-dis
%{_bindir}/llvm-extract
%{_bindir}/llvm-link
%{_bindir}/llvm-mc
%{_bindir}/llvm-nm
%{_bindir}/llvm-objdump
%{_bindir}/llvm-ranlib
%{_bindir}/llvm-readobj
%{_bindir}/llvm-cov
%{_bindir}/llvm-dwarfdump
%{_bindir}/llvm-mcmarkup
%{_bindir}/llvm-profdata
%{_bindir}/llvm-rtdyld
%{_bindir}/llvm-size
%{_bindir}/llvm-stress
%{_bindir}/llvm-symbolizer
%{_bindir}/llvm-tblgen
%{_bindir}/pp-trace
%{_bindir}/macho-dump
%{_bindir}/not
%if %{with ocaml}
%{_libdir}/ocaml/*
%endif

#----------------------------------------------------------------------------

%define major %{major_ver}
%define libname %mklibname %{name} %{major}

%package -n %{libname}
Summary:	LLVM shared libraries
Group:		System/Libraries
Conflicts:	llvm < 3.0-4

%description -n %{libname}
Shared libraries for the LLVM compiler infrastructure. This is needed by
programs that are dynamically linked against libLLVM.

%files -n %{libname}
%{_libdir}/libLLVM-%{major}.so

#----------------------------------------------------------------------------

%define devname %mklibname -d %{name}

%package -n %{devname}
Summary:	Development files for LLVM
Group:		Development/Other
Provides:	llvm-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{name} = %{EVRD}
Conflicts:	llvm < 3.0-7
Conflicts:	%{_lib}llvm3.0 < 3.0-9

%description -n %{devname}
This package contains the development files for LLVM.

%files -n %{devname}
%{_bindir}/%{name}-config
%{_libdir}/libLLVM.so
%{_includedir}/%{name}
%{_includedir}/%{name}-c
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/BugpointPasses.so
%{_libdir}/%{name}/libLLVM*.a
%{_libdir}/%{name}/libLLVM*.so
%{_libdir}/%{name}/libLTO.a
%{_libdir}/%{name}/libLTO.so
%{_libdir}/libLTO.so
%{_libdir}/%{name}/LLVMgold.so
%{_libdir}/LLVMgold.so

%{_libdir}/%{name}/libllvm*.a
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/cmake

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for LLVM
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documentation for the LLVM compiler infrastructure.

%files doc
%doc README.txt
%doc docs/*.css
%doc docs/*.html
%doc docs/tutorial
%if %{with ocaml}
%doc docs/ocamldoc
%endif
%doc examples
%if %{compile_apidox}
%doc docs/doxygen
%endif

#----------------------------------------------------------------------------

%package polly
Summary:	Polyhedral optimizations for LLVM
License:	MIT
Group:		Development/Other

%description polly
Polly is a polyhedral optimizer for LLVM.

Using an abstract mathematical representation it analyzes and optimizes
the memory access pattern of a program. This includes data-locality
optimizations for cache locality as well as automatic parallelization
for thread-level and SIMD parallelism.

Our overall goal is an integrated optimizer for data-locality and
parallelism that takes advantage of multi-cores, cache hierarchies,
short vector instructions as well as dedicated accelerators.

%files polly
%{_bindir}/pollycc
%{_bindir}/pollyc++
%{_libdir}/llvm/LLVMPolly.so

#----------------------------------------------------------------------------

%package polly-devel
Summary:	Development files for Polly
License:	MIT
Group:		Development/Other

%description polly-devel
Development files for Polly.

Polly is a polyhedral optimizer for LLVM.

Using an abstract mathematical representation it analyzes and optimizes
the memory access pattern of a program. This includes data-locality
optimizations for cache locality as well as automatic parallelization
for thread-level and SIMD parallelism.

Our overall goal is an integrated optimizer for data-locality and
parallelism that takes advantage of multi-cores, cache hierarchies,
short vector instructions as well as dedicated accelerators.

%files polly-devel
%{_includedir}/polly
#----------------------------------------------------------------------------

%if %{with clang}
# TODO: %{_bindir}/clang is linked against static libclang.a, could it be
# linked against libclang.so instead, like llvm-* are against livLLVM.so?

%package -n clang
Summary:	A C language family front-end for LLVM
License:	NCSA
Group:		Development/Other
# TODO: is this requires:llvm needed, or just legacy from fedora pkg layout?
Requires:	llvm = %{EVRD}
# clang requires gcc, clang++ requires libstdc++-devel
Requires:	gcc
Requires:	libstdc++-devel >= %{gcc_version}

%description -n clang
clang: noun
    1. A loud, resonant, metallic sound.
    2. The strident call of a crane or goose.
    3. C-language family front-end toolkit.

The goal of the Clang project is to create a new C, C++, Objective C
and Objective C++ front-end for the LLVM compiler. Its tools are built
as libraries and designed to be loosely-coupled and extensible.

%files -n clang
%doc clang-docs/*
%{_bindir}/clang*
%{_libdir}/llvm/libmodernizeCore.a
%{_bindir}/c-index-test
%{_prefix}/lib/clang
%doc %{_mandir}/man1/clang.1.*
%endif

#----------------------------------------------------------------------------

%if %{with clang}
%define clang_major %{major_ver}
%define libclang %mklibname clang %{clang_major}

%package -n %{libclang}
Summary:	Shared library for clang
Group:		System/Libraries

%description -n %{libclang}
Shared libraries for the clang compiler. This is needed by
programs that are dynamically linked against libclang.

%files -n %{libclang}
%{_libdir}/libclang-%{clang_major}.so
%endif

#----------------------------------------------------------------------------

%if %{with clang}
%define devclang %mklibname -d clang

%package -n %{devclang}
Summary:	Development files for clang
Group:		Development/Other
Requires:	%{libclang} = %{EVRD}
Provides:	clang-devel = %{EVRD}
Conflicts:	llvm-devel < 3.1
Obsoletes:	clang-devel < 3.1

%description -n %{devclang}
This package contains header files and libraries needed for using
libclang.

%files -n %{devclang}
%{_includedir}/clang
%{_includedir}/clang-c
%{_libdir}/libclang.so
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libclang*.a
%{_libdir}/%{name}/libclang*.so
%endif

#----------------------------------------------------------------------------

%if %{with clang}
%package -n clang-analyzer
Summary:	A source code analysis framework
License:	NCSA
Group:		Development/Other
Requires:	clang = %{EVRD}
# not picked up automatically since files are currently not instaled
# in standard Python hierarchies yet
Requires:	python

%description -n clang-analyzer
The Clang Static Analyzer consists of both a source code analysis
framework and a standalone tool that finds bugs in C and Objective-C
programs. The standalone tool is invoked from the command-line, and is
intended to run in tandem with a build of a project or code base.

%files -n clang-analyzer
%{_bindir}/scan-build
%{_bindir}/scan-view
%{_libdir}/clang-analyzer
%endif

#----------------------------------------------------------------------------

%if %{with clang}
%package -n clang-doc
Summary:	Documentation for Clang
Group:		Books/Computer books
BuildArch:	noarch
Requires:	%{name} = %{EVRD}

%description -n clang-doc
Documentation for the Clang compiler front-end.

%files -n clang-doc
%doc clang-docs-full/*
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}.src %{?with_clang:-a1 -a2 -a3 -a4}
rm -rf tools/clang
%if %{with clang}
mv cfe-%{version}.src tools/clang
mv polly-%{version}.src tools/polly
mv clang-tools-extra-%{version}.src tools/clang/tools/extra
mv compiler-rt-%{version}.src projects/compiler-rt
cd tools/clang
%patch0 -p0 -b .soname~
%patch1 -p3 -b .mandriva~
%patch7 -p3 -b .gcc49~
%patch8 -p3 -b .fuseLd~
cd -
%patch2 -p1 -b .armhf~
%patch3 -p1 -b .LLVMgold~
%patch4 -p1 -b .64bitLongs~
%patch5 -p1 -b .EnableGlobalMerge~
%endif
%patch6 -p1 -b .detectHardfloat~
%patch9 -p1 -b .enableShared~

# Upstream tends to forget to remove "rc" and "svn" markers from version
# numbers before making releases
sed -i -re 's|^(AC_INIT[^,]*,\[)([0-9.]*)([^]])*(.*)|\1\2\4|' autoconf/configure.ac
sed -i -re "s|(PACKAGE_VERSION='[0-9.]*)([^']*)(.*)|\1\3|g;s|(PACKAGE_STRING='LLVM [0-9.]*)([^']*)(.*)|\1\3|g" configure
sed -i -re "s|^LLVM_VERSION_SUFFIX=.*|LLVM_VERSION_SUFFIX=|g" autoconf/configure.ac configure

%build
# Build with gcc/g++, not clang if it happens to be installed
# (blino) clang < 3.1 does not handle system headers from gcc 4.7
# http://llvm.org/bugs/show_bug.cgi?id=11916
export CC=%__cc
export CXX=%__cxx

%configure2_5x \
	--libdir=%{_libdir}/%{name} \
	--datadir=%{_datadir}/%{name} \
	--enable-shared \
	--enable-polly \
	--enable-cxx11 \
	--enable-jit \
	--enable-libffi \
	--enable-optimized \
	--enable-keep-symbols \
	--enable-targets=all \
	--enable-experimental-targets=R600 \
	--disable-expensive-checks \
	--enable-debug-runtime \
	--disable-assertions \
	--enable-threads \
	--with-cloog=%{_prefix} \
	--with-isl=%{_prefix} \
	--with-binutils-include=%{_includedir} \
%if %{compile_apidox}
	--enable-doxygen
%endif

# FIXME file this
# configure does not properly specify libdir
sed -i 's|(PROJ_prefix)/lib|(PROJ_prefix)/%{_lib}/%{name}|g' Makefile.config

# FIXME upstream need to fix this
# llvm-config.cpp hardcodes lib in it
sed -i 's|ActiveLibDir = ActivePrefix + "/lib"|ActiveLibDir = ActivePrefix + "/%{_lib}/%{name}"|g' tools/llvm-config/llvm-config.cpp

%make

%install
%if %{with ocaml}
cp bindings/ocaml/llvm/META.llvm bindings/ocaml/llvm/Release/
%endif
%makeinstall_std \
	KEEP_SYMBOLS=1 \
	PROJ_docsdir=%{_docdir}/%{name} \
	PROJ_etcdir=%{_sysconfdir}/%{name} \
	PROJ_libdir=%{_libdir}/%{name}

# Invalid dir 
rm -rf %{buildroot}%{_bindir}/.dir

# wrong rpath entries (Anssi 11/2011)
file %{buildroot}/%{_bindir}/* | awk -F: '$2~/ELF/{print $1}' | xargs -r chrpath -d
file %{buildroot}/%{_libdir}/llvm/*.so | awk -F: '$2~/ELF/{print $1}' | xargs -r chrpath -d

# move shared libraries to standard library path and add devel symlink (Anssi 11/2011)
mv %{buildroot}%{_libdir}/llvm/libLLVM-%{major}.so %{buildroot}%{_libdir}
ln -s libLLVM-%{major}.so %{buildroot}%{_libdir}/libLLVM.so
ln -s llvm/LLVMgold.so %{buildroot}%{_libdir}/
ln -s llvm/libLTO.so %{buildroot}%{_libdir}/
# Also, create shared library symlinks corresponding to all the static library
# names, so that using e.g. "-lLLVMBitReader" will cause the binary to be linked
# against the shared library instead of static library by default. (Anssi 08/2012)
for staticlib in %{buildroot}%{_libdir}/llvm/libLLVM*.a; do
	sharedlib="${staticlib%.a}.so"
	[ -e "$sharedlib" ] && exit 1
	ln -s ../libLLVM.so "$sharedlib"
done

%if %{with clang}
# Versionize libclang.so (patch0 makes the same change to soname) and move it to standard path.
mv %{buildroot}%{_libdir}/llvm/libclang.so %{buildroot}%{_libdir}/libclang-%{clang_major}.so
ln -s libclang-%{clang_major}.so %{buildroot}%{_libdir}/libclang.so
ln -s ../libclang.so %{buildroot}%{_libdir}/llvm/libclang.so

# NOTE: We don't create devel symlinks for the libclang.so for libclang*.a libraries
# like for libLLVM above, because libclang.so actually exports much less symbols
# - some are not linked in (tools/libclang/Makefile) and others are restricted
# by tools/libclang/libclang.exports. - Anssi 09/2012
%endif

# Since the static libraries are very huge, strip them of debug symbols as well
# (Anssi 08/2012)
strip --strip-debug %{buildroot}%{_libdir}/llvm/*.a

%if %{with clang}
# Static analyzer not installed by default:
# http://clang-analyzer.llvm.org/installation#OtherPlatforms
mkdir -p %{buildroot}%{_libdir}/clang-analyzer
# create launchers
for f in scan-{build,view}; do
  ln -s %{_libdir}/clang-analyzer/$f/$f %{buildroot}%{_bindir}/$f
done

(cd tools/clang/tools && cp -pr scan-{build,view} \
 %{buildroot}%{_libdir}/clang-analyzer/)

# And prepare Clang documentation
#
rm -rf clang-docs
mkdir clang-docs
for f in LICENSE.TXT NOTES.txt README.txt; do # TODO.txt; do
  ln tools/clang/$f clang-docs/
done
rm -rf clang-docs-full
cp -al tools/clang/docs clang-docs-full
rm -rf clang-docs-full/{doxygen*,Makefile*,*.graffle,tools}

# Polly bits as described on
# http://polly.llvm.org/example_load_Polly_into_clang.html
cat >%{buildroot}%{_bindir}/pollycc <<'EOF'
#!/bin/sh
exec %{_bindir}/clang -O3 -Xclang -load -Xclang %{_libdir}/llvm/LLVMPolly.so "$@"
EOF
cat >%{buildroot}%{_bindir}/pollyc++ <<'EOF'
#!/bin/sh
exec %{_bindir}/clang++ -O3 -Xclang -load -Xclang %{_libdir}/llvm/LLVMPolly.so "$@"
EOF
chmod 0755 %{buildroot}%{_bindir}/pollycc %{buildroot}%{_bindir}/pollyc++
%endif

# Get rid of erroneously installed example files.
rm %{buildroot}%{_libdir}/%{name}/LLVMHello.so

# Fix bogus permissions
find %{buildroot} -name "*.a" -a -type f|xargs chmod 0644

%changelog
* Tue Sep 09 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.5.0-1
+ Revision: 92f462c
- Added options needed for 'gold'; adjusted the lists of files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17516 |14mr|lm1100-1.0.2a-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Linux Lexmark 1000/1100 Printer Driver
Name:		lm1100
Version:	1.0.2a
Release:	17
Group:		System/Printing
License:	GPL
URL:		http://www.linuxprinting.org/download/printing/lm1100/
Source:		http://www.linuxprinting.org/download/printing/lm1100/lm1100.%{version}.tar.gz
Patch0:		lm1100-1.0.2a-gcc32.patch
Patch1:		lm1100.1.0.2a-fix-compile-gcc-3.4.patch
Patch2:		lexmark2ppm.pl.patch
Patch3:		lm1100.1.0.2a-LDFLAGS.diff
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Linux Lexmark 1000/1020/1100 Printer Driver. This filter converts a ppm file
into the  Lexmark 1000/1020/1100 internal format.

%prep

%setup -q -n %{name}.%{version}
%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p0

%build
%serverbuild

# Correct "friend" declarations for gcc 3.1
perl -p -i -e 's/friend Lexmark/friend class Lexmark/' *.h
# Remove extra qualifications '<class>::<member>' on class members, to make
# code compiling with gcc 4.1.1.
perl -p -i -e 's/\b[^\s:]+:://' *.h

%make CC="g++ $CXXFLAGS" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

# Executables (filter for usage with CUPS and printer emulator script for
# development and debugging (also debugging this RPM w/o Lexmark 1100).
install -m 0755 lm1100 %{buildroot}%{_bindir}
install -m 0755 lexmark2ppm.pl %{buildroot}%{_bindir}
install -m 0755 byteutil.pl %{buildroot}%{_bindir}

# Executables (filter for usage with CUPS and printer emulator script for
# development and debugging (also debugging this RPM w/o Lexmark 1100).
# LPD support
install -d %{buildroot}%{_libdir}/rhs/rhs-printfilters
[ -e ps-to-lm1100.fpi ] || mv ps-to-printer.fpi ps-to-lm1100.fpi # file name conflict
install -m 0755 ps-to-lm1100.fpi %{buildroot}%{_libdir}/rhs/rhs-printfilters
ln -s %{_bindir}/lm1100 %{buildroot}%{_libdir}/rhs/rhs-printfilters

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc LICENSE README RELEASE.* cmy.txt
%defattr(0755,root,root,0755)
%{_bindir}/lm1100
%{_bindir}/lexmark2ppm.pl
%{_bindir}/byteutil.pl
%{_libdir}/rhs/rhs-printfilters/lm1100
%{_libdir}/rhs/rhs-printfilters/ps-to-lm1100.fpi



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2a-17
+ Revision: fec3df0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17517 |14mr|lmarbles-1.0.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Summary Atomix-style arcade game

Summary:	%{Summary}
Name:		lmarbles
Version:	1.0.8
Release:	7
Epoch:		1
License:	GPLv2+
Group:		Games/Puzzles
URL:		http://lgames.sourceforge.net/index.php?project=LMarbles
Source0:	http://lgames.sourceforge.net/marbleslgames/%{name}-%{version}.tar.gz
BuildRequires:	SDL-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	imagemagick
Buildrequires:	desktop-file-utils
Provides:	marbles
Obsoletes:	marbles
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
LMarbles is very similar to Atomix and was heavily inspired by it. Goal is to
create a more or less complex figure out of single marbles within a time limit
to reach the next level. Sounds easy? Well, there is a problem: If a marble
starts to move it will not stop until it hits a wall or marble. And to make it
even more interesting there are obstacles like arrows, crumbling walls and
teleports!

%prep
%setup -q

%build
%configure2_5x \
    --localstatedir=%{_localstatedir}/lib/games \
    --datadir=%{_gamesdatadir} \
    --bindir=%{_gamesbindir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

# Correct icon and .desktop paths
mkdir -p %{buildroot}%{_datadir}/{applications,icons/hicolor/48x48/apps}
mv %{buildroot}%{_gamesdatadir}/applications/%{name}.desktop %{buildroot}%{_datadir}/applications
mv %{buildroot}%{_gamesdatadir}/icons/%{name}48.gif %{buildroot}%{_iconsdir}/hicolor/48x48/apps

# convert icon
convert %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}48.gif  %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
rm -f %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}48.gif

# fix desktop file
sed -i -e "s/\/usr\/share\/games\/icons\/%{name}48.gif/%{name}/g" %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --add-category=LogicGame \
		     --dir %{buildroot}%{_datadir}/applications/ \
		     %{buildroot}%{_datadir}/applications/%{name}.desktop

%if %mdkversion < 200900
%post
%update_menus
%update_desktop_database
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%clean_desktop_database
%update_icon_cache hicolor
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%attr(2755,root,games) %{_gamesbindir}/*
%attr(0664,games,games) %{_localstatedir}/lib/games/%{name}.prfs
%{_gamesdatadir}/%{name}
%{_mandir}/man6/*
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.0.8-7
+ Revision: 354340f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17518 |14mr|lm_sensors-3.3.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Utilities for lm_sensors
Name:		lm_sensors
Epoch:		1
Version:	3.3.4
Release:	3
License:	LGPLv2+
Group:		System/Kernel and hardware
Url:		http://www.lm-sensors.org
Source0:	http://dl.lm-sensors.org/lm-sensors/releases/%{name}-%{version}.tar.bz2
Source1:	lm_sensors.sysconfig
# these 2 were taken from PLD-linux, Thanks!
Source2:	sensord.sysconfig
BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	flex
BuildRequires:	sysfsutils-devel
BuildRequires:	pkgconfig(librrd)
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
%ifarch %{ix86} x86_64
Requires:	dmidecode
%endif

%description
This package contains a collection of user space tools for general SMBus
access and hardware monitoring. SMBus, also known as System Management Bus,
is a protocol for communicating through a I2C ('I squared C') bus. Many modern
mainboards have a System Management Bus. There are a lot of devices which can
be connected to a SMBus; the most notable are modern memory chips with EEPROM
memories and chips for hardware monitoring.

Most modern mainboards incorporate some form of hardware monitoring chips.
These chips read things like chip temperatures, fan rotation speeds and
voltage levels. There are quite a few different chips which can be used
by mainboard builders for approximately the same results.

%package -n %{libname}
Summary:	Libraries needed for lm_sensors
Group:		System/Libraries

%description -n %{libname}
Libraries to access lm_sensors internal data.

%package -n %{devname}
Summary:	Development libraries and header files for lm_sensors
Group:		Development/C
Requires:	%{libname} = %{epoch}:%{version}-%{release}
Provides:	%{name}-devel = %{epoch}:%{version}-%{release}

%description -n %{devname}
Development libraries and header files for lm_sensors.

You might want to use this package while building applications that might
take advantage of lm_sensors if found.

%prep
%setup -q

%build
%setup_compile_flags

%make PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} LIBDIR=%{_libdir} MANDIR=%{_mandir} EXLDFLAGS=%{ldflags} \
	PROG_EXTRA=sensord user

%install
make PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} LIBDIR=%{_libdir} MANDIR=%{_mandir} PROG_EXTRA=sensord \
	DESTDIR=%{buildroot} user_install

rm %{buildroot}%{_libdir}/libsensors.a

ln -s sensors.conf.5.gz %{buildroot}%{_mandir}/man5/sensors3.conf.5.gz

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_sysconfdir}/sensors.d
mkdir -p %{buildroot}%{_unitdir}
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/lm_sensors
install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/sensord
# (tpg) service files
install -p -m 644 prog/init/lm_sensors.service %{buildroot}%{_unitdir}
install -p -m 644 prog/init/sensord.service %{buildroot}%{_unitdir}
install -p -m 644 prog/init/fancontrol.service %{buildroot}%{_unitdir}

cat > README.urpmi << EOF
* To use this package, you will have to launch "sensors-detect" as root, and answer few questions.
  No need to modify startup files as shown at the end, all will be done.

* Special note for via686a and i2c-viapro :	if you don t see the values, you probably have a PCI conflict.
  It will be corrected in next kernel. Change the /etc/sysconfig/lm_sensors to use i2c-isa + via686a
  (or i2c-viapro + another sensor)
EOF

%post
%_post_service lm_sensors
%_post_service sensord

%preun
%_preun_service lm_sensors
%_preun_service sensord

%files
%doc CHANGES CONTRIBUTORS README doc README.urpmi
%config(noreplace) %{_sysconfdir}/sensors3.conf
%config(noreplace) %{_sysconfdir}/sysconfig/sensord
%config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors
%{_bindir}/sensors
%{_bindir}/sensors-conf-convert
%ifnarch ppc %arm %mips
%{_sbindir}/isadump
%{_sbindir}/isaset
%endif
%{_sbindir}/sensors-detect
%{_sbindir}/sensord
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%{_sbindir}/fancontrol
%{_sbindir}/pwmconfig
%{_unitdir}/*.service

%files -n %{libname}
%{_libdir}/libsensors.so.%{major}*

%files -n %{devname}
%{_libdir}/libsensors.so
%dir %{_includedir}/sensors
%{_includedir}/sensors/*
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.3.4-3
+ Revision: 111fff9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17519 |14mr|lndir-1.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: lndir
Version: 1.0.2
Release: 5
Summary: Create a shadow directory of symbolic links to another directory tree
Group: System/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: x11-proto-devel
BuildRequires: pkgconfig

%description
The lndir program makes a shadow copy of a directory tree, except that
the shadow is not populated with real files but instead with symbolic links
pointing at the real files in the source directory tree. This is usually
useful for maintaining source code for different machine architectures. You
create a shadow directory containing links to the real source, which you will
have usually mounted from a remote machine. You can build in the shadow tree,
and the object files will be in the shadow directory, while the source files
in the shadow directory are just symlinks to the real files.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x 	--x-includes=%{_includedir} \
		--x-libraries=%{_libdir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/lndir
%{_mandir}/man1/lndir.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-5
+ Revision: 303f0c0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17520 |14mr|lockdev-1.0.4-0.120111007git.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1
%define libname	%mklibname lockdev %{major}

%define _with_perl 0

# Where lock files are stored
%global _lockdir /run/lock/lockdev

%global checkout 20111007git
%global co_date  2011-10-07

Summary:	A library for locking devices
Name:		lockdev
Version:	1.0.4
Release:	0.1%{checkout}.7
License:	LGPLv2
Group:		System/Libraries
URL:		ftp://ftp.debian.org/debian/pool/main/l/lockdev/
# This is a nightly snapshot downloaded via
# https://alioth.debian.org/snapshots.php?group_id=100443
Source0:	lockdev-%{version}.%{checkout}.tar.gz
BuildRequires:	chrpath
%if %_with_perl
BuildRequires:	perl-devel
%endif
Requires(pre):	rpm-helper
Requires(pre):  shadow-utils
Provides:	%{name}-baudboy = %{version}-%{release}
Obsoletes:	%{name}-baudboy < 1.0.4

%description
Lockdev provides a reliable way to put an exclusive lock to devices using both
FSSTND and SVr4 methods.

%package -n	%{libname}
Summary:	A library for locking devices
Group:		System/Libraries

%description -n	%{libname}
Lockdev provides a reliable way to put an exclusive lock to devices using both
FSSTND and SVr4 methods.

%package -n	%{libname}-devel
Summary:	The Static lockdev library and header files for the lockdev library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{libname}-devel
The lockdev library provides a reliable way to put an exclusive lock on devices
using both FSSTND and SVr4 methods. The lockdev-devel package contains the
static development library and headers.

%if %_with_perl
%package -n	perl-LockDev
Summary:	LockDev - Perl extension to manage device lockfiles
Group:		Development/Perl
Requires:	%{libname} = %{version}-%{release}

%description -n	perl-LockDev
The LockDev methods act on device locks normally located in /var/lock. The lock
is acquired creating a pair of files hardlinked between them and named after
the device name (as mandated by FSSTND) and the device's major and minor
numbers (as in SVr4 locks). This permits to circumvent a problem using only the
FSSTND lock method when the same device exists under different names (for
convenience or when a device must be accessible by more than one group of
users).

The lock file names are typically in the form LCK..ttyS1 and LCK.004.065, and
their content is the pid of the process who owns the lock.
%endif

%prep
%setup -q -n lockdev-scm-%{co_date}

%build
# Generate version information from git release tag
./scripts/git-version > VERSION

# To satisfy automake
touch ChangeLog

# Bootstrap autotools
autoreconf --verbose --force --install

CFLAGS="%{optflags} -D_PATH_LOCK=\\\"%{_lockdir}\\\"" \
%configure --disable-static --enable-helper

%make

%if %_with_perl
pushd LockDev
    perl Makefile.PL INSTALLDIRS=vendor
    make OPTIMIZE="%{optflags}"
popd
%endif

%install
# Fix upstream permission bug #3053
chmod 644 docs/LSB.991201
%makeinstall_std

%pre
getent group lock >/dev/null || groupadd -g 54 -r -f lock
exit 0

%if %_with_perl
# nuke rpath
chrpath -d %{buildroot}%{perl_vendorarch}/auto/LockDev/*.so
%endif

%files
%doc AUTHORS ChangeLog ChangeLog.old README.debug docs/LSB.991201
%attr(2755,root,lock) %{_sbindir}/lockdev
%{_mandir}/man8/*

%files -n %{libname}
%attr(0755,root,root) %{_libdir}/lib*.so.*

%files -n %{libname}-devel
%attr(0755,root,root) %{_libdir}/*.so
%attr(0644,root,root) %{_includedir}/*.h
%attr(0644,root,root) %{_mandir}/man3/lockdev.3*
%{_libdir}/pkgconfig/lockdev.pc

%if %_with_perl
%files -n perl-LockDev
%{perl_vendorarch}/LockDev.pm
%dir %{perl_vendorarch}/auto/LockDev
%attr(0755,root,root) %{perl_vendorarch}/auto/LockDev/*.so
%{_mandir}/man3/LockDev.3*
%endif

%changelog
* Tue Apr 22 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-0.120111007git.7
+ Revision: ba735be
- release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17521 |14mr|lockfile-progs-0.1.10-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	lockfile-progs
%define version	0.1.10
%define release	8

Summary:	Programs for locking and unlocking files and mailboxes
Name:		%{name}
Version:	%{version}
Release:	9
License:	GPL
Group:		System/Base
URL:		http://packages.qa.debian.org/lockfile-progs
BuildRoot:	%_tmppath/%{name}-%{version}-root-%(id -u -n)
Source0:	http://ftp.debian.org/debian/pool/main/l/lockfile-progs/lockfile-progs_0.1.10.tar.bz2
# http://bugs.debian.org/cgi-bin/bugreport.cgi/diff.out?bug=244314;msg=10;att=1
Patch0:		lockfile-progs-0.1.10.manpage.patch
Patch1:		lockfile-progs-0.1.10-fix-str-fmt.patch
BuildRequires:	lockfile-devel

%description
This package includes several programs to safely lock and unlock files and
mailboxes from the command line.

%prep 
%setup -q
%patch0 -p1 -b .orig
%patch1 -p0 -b .str

%build
%make CFLAGS="%{optflags}"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_mandir}
cp -a bin $RPM_BUILD_ROOT%{_bindir}
cp -a man $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc TODO debian/changelog
%attr(755,root,root) %{_bindir}/lockfile-create
%{_bindir}/lockfile-remove
%{_bindir}/lockfile-touch
%attr(2755,root,mail) %{_bindir}/mail-lock
%{_bindir}/mail-touchlock
%{_bindir}/mail-unlock
%{_mandir}/man1/lockfile-progs.1*
%{_mandir}/man1/lockfile-create.1*
%{_mandir}/man1/lockfile-remove.1*
%{_mandir}/man1/lockfile-touch.1*
%{_mandir}/man1/mail-lock.1*
%{_mandir}/man1/mail-touchlock.1*
%{_mandir}/man1/mail-unlock.1*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.10-9
+ Revision: 8287edd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17522 |14mr|log4j-1.2.14-12.0.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gcj_support 0
%define bootstrap 0
%define section        free

Name:           log4j
Version:        1.2.14
Release:        12.0.7
Epoch:          0
Summary:        Java logging package
License:        Apache License
URL:            http://logging.apache.org/log4j/
Source0:        http://www.apache.org/dist/logging/log4j/%{version}/logging-log4j-%{version}.tar.gz
# Converted from src/java/org/apache/log4j/lf5/viewer/images/lf5_small_icon.gif
Source1:        %{name}-logfactor5.png
Source2:        %{name}-logfactor5.sh
Source3:        %{name}-logfactor5.desktop
# Converted from docs/images/logo.jpg
Source4:        %{name}-chainsaw.png
Source5:        %{name}-chainsaw.sh
Source6:        %{name}-chainsaw.desktop
Source7:        %{name}.catalog
Patch0:         %{name}-logfactor5-userdir.patch
Patch1:         %{name}-javadoc-xlink.patch
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  ant
BuildRequires:  jaf >= 0:1.0.1
%if !%{bootstrap}
BuildRequires:  javamail >= 0:1.2
%endif
BuildRequires:  jms
BuildRequires:  mx4j
BuildRequires:  jndi
BuildRequires:  java-javadoc
# (anssi) do not require these explicitely at runtime, they are not needed
# by all apps that use log4j
#Requires:       jaf
#%if !%{bootstrap}
#Requires:       javamail
#%endif
#Requires:       jms
#Requires:       mx4j
# (anssi) jndi is provided by all our Java VMs, so we simplify the dependency
# graph by not requiring it.
#Requires:       jndi
Requires:       jpackage-utils >= 0:1.5
Requires:	liblog4j-java = %{version}
Requires:       java >= 0:1.6.0
# TODO: check if we could conditionalize these in %post and remove these:
Requires(post):	sgml-common libxml2-utils
Requires(preun):	libxml2-utils
Requires(postun):	sgml-common
Group:          Development/Java
%if %{gcj_support}
BuildRequires:        gcc-java
BuildRequires:        java-gcj-compat-devel
%else
BuildArch:      noarch
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
#Vendor:         JPackage Project
#Distribution:   JPackage

%description
Log4j is a tool to help the programmer output log statements to a
variety of output targets.

# Split to avoid dependency on sgml-common/libxml2-utils in vuze-console package:
%package -n	liblog4j-java
Summary:	Java logging library
Group:		Development/Java
Conflicts:	log4j < 1.2.14-12.0.4

%description -n	liblog4j-java
Log4j is a tool to help the programmer output log statements to a
variety of output targets.

This package contains the jar only. See %{name} for tools and catalogs.

%package        manual
Summary:        Manual for %{name}
Group:          Development/Java

%description    manual
Documentation for %{name}.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -n logging-%{name}-%{version}
%patch0 -p0
%patch1 -p0
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
# fix perl location
sed -i -e 's|/opt/perl5/bin/perl|%{__perl}|' contribs/KitchingSimon/udpserver.pl

%build
%if !%{bootstrap}
export CLASSPATH=$(build-classpath jaf javamail/mailapi jms mx4j)
%else
export CLASSPATH=$(build-classpath jaf javamail/mailapi)
%endif

%ant -Djdk.javadoc=%{_javadocdir}/java -Djavac.source=1.3 jar javadoc
if [ -z "`unzip -l dist/lib/%{name}-%{version}.jar |grep META-INF/INDEX.LIST`" ]; then
	%jar -i dist/lib/%{name}-%{version}.jar
fi

%install
rm -rf %{buildroot}

# jars
install -m644 dist/lib/%{name}-%{version}.jar -D %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -r docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# scripts
install -m755 %{SOURCE2} -D %{buildroot}%{_bindir}/logfactor5
install -m755 %{SOURCE5} -D %{buildroot}%{_bindir}/chainsaw

# freedesktop.org menu entries and icons
install -m644 %{SOURCE1} -D %{buildroot}%{_datadir}/pixmaps/logfactor5.png
install -m644 %{SOURCE3} -D %{buildroot}%{_datadir}/applications/jpackage-logfactor5.desktop
install -m644 %{SOURCE4} -D %{buildroot}%{_datadir}/pixmaps/chainsaw.png
install -m644 %{SOURCE6} -D %{buildroot}%{_datadir}/applications/jpackage-chainsaw.desktop

# DTD and the SGML catalog (XML catalog handled in scriptlets)
install -m644 src/java/org/apache/log4j/xml/log4j.dtd -D %{buildroot}%{_datadir}/sgml/%{name}/log4j.dtd
install -m644 %{SOURCE7} -D %{buildroot}%{_datadir}/sgml/%{name}/catalog

%if %{gcj_support}
aot-compile-rpm
%endif

%clean
rm -rf %{buildroot}

%post
%{_bindir}/install-catalog --add \
	%{_sysconfdir}/sgml/%{name}-%{version}-%{release}.cat \
	%{_datadir}/sgml/%{name}/catalog >/dev/null 2>&1

%{_bindir}/xmlcatalog --noout --add system log4j.dtd \
	file://%{_datadir}/sgml/%{name}/log4j.dtd %{_sysconfdir}/xml/catalog >/dev/null 2>&1

%if %{gcj_support}
%post -n liblog4j-java
%update_gcjdb
%endif

%preun
%{_bindir}/xmlcatalog --noout --del \
	log4j.dtd %{_sysconfdir}/xml/catalog >/dev/null 2>&1

%postun
%{_bindir}/install-catalog --remove \
	%{_sysconfdir}/sgml/%{name}-%{version}-%{release}.cat \
	%{_datadir}/sgml/%{name}/catalog >/dev/null 2>&1


%if %{gcj_support}
%postun -n liblog4j-java
%clean_gcjdb
%endif

%files
%defattr(0644,root,root,0755)
%doc INSTALL LICENSE
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/sgml/%{name}

%files -n liblog4j-java
%defattr(-,root,root)
%{_javadir}/*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*.jar.*
%endif

%files manual
%defattr(0644,root,root,0755)
%doc docs/* contribs

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.2.14-12.0.7
+ Revision: 31ca8e1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17523 |14mr|log4net-1.2.10-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		log4net
BuildRequires:	unzip
BuildRequires:	nant
URL:		http://logging.apache.org/log4net/
License:	ASL 2.0
Group:		Development/Other
Version:	1.2.10
Release:	8
Summary:	A .NET framework for logging
Source:		http://archive.apache.org/dist/incubator/%{name}/%{version}/incubating-%{name}-%{version}.zip
Source1:	log4net.pc
Patch0:		log4net-1.2.10-no-warnaserror.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch

%description
log4net is a tool to help the programmer output log statements to a
variety of output targets. log4net is a port of the excellent log4j
framework to the .NET runtime

%package devel
Summary:	A .NET framework for logging
Group:		Development/Other
Requires:	%{name} = %{version}
Requires:	pkgconfig

%description devel
log4net is a tool to help the programmer output log statements to a
variety of output targets. log4net is a port of the excellent log4j
framework to the .NET runtime

%prep
%setup -q
%apply_patches
sed -i 's/\r//' NOTICE.txt
sed -i 's/\r//' README.txt
sed -i 's/\r//' LICENSE.txt
# Remove prebuilt dll files
rm -rf bin/

%build
%if %mdvver >= 201100
cp /etc/pki/mono/mono.snk log4net.snk
%else
sn -k log4net.snk
%endif
# ASF recommend using nant to build log4net
nant -buildfile:log4net.build compile-all

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_datadir}/pkgconfig
cp %{S:1} %{buildroot}/%{_datadir}/pkgconfig
mkdir -p %{buildroot}/%{_prefix}/lib/mono/gac/
gacutil -i bin/mono/2.0/release/log4net.dll -f -package log4net -root %{buildroot}/%{_prefix}/lib

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_prefix}/lib/mono/gac/log4net
%{_prefix}/lib/mono/log4net
%doc LICENSE.txt NOTICE.txt README.txt

%files devel
%defattr(-,root,root,-)
%{_datadir}/pkgconfig/log4net.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.10-8
+ Revision: 8db019b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17524 |14mr|logrotate-3.7.9-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Rotates, compresses, removes and mails system log files
Name:		logrotate
Version:	3.7.9
Release:	7
License:	GPL
Group:		File tools
URL:		https://fedorahosted.org/logrotate/
Source0:	https://fedorahosted.org/releases/l/o/logrotate/%{name}-%{version}.tar.gz
Source1:	logrotate.conf
Source2:	logrotate.cron
Patch1:		logrotate-3.7.8-man-authors.patch
Patch2:		logrotate-3.7.9-man-size.patch
Patch3:		logrotate-3.7.9-man-page.patch
Patch4:		logrotate-3.7.9-config.patch
Patch5:		logrotate-3.7.9-acl.patch
Patch6:		logrotate-3.7.9-tabooext.patch
Patch7:		logrotate-3.7.9-shred.patch
Patch8:		logrotate-3.7.9-statefile.patch
Patch9:		logrotate-3.7.9-atomic-create.patch 
Patch10:	logrotate-3.7.9-address-parsing.patch
Patch11:	logrotate-3.7.9-support-no-acls.patch
Patch100:	logrotate-3.7.9-fix-format-errrors.patch
Patch101:	logrotate-3.7.9-third_arg_fix.diff
# ease upgrade regarding #20745
Conflicts:	sysklogd < 1.4.2
Conflicts:	syslog-ng < 1.6.9-1mdk 
BuildRequires:	popt-devel
BuildRequires:	acl-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The logrotate utility is designed to simplify the administration of
log files on a system which generates a lot of log files.  Logrotate
allows for the automatic rotation compression, removal and mailing of
log files.  Logrotate can be set to handle a log file daily, weekly,
monthly or when the log file gets to a certain size.  Normally,
logrotate runs as a daily cron job.

Install the logrotate package if you need a utility to deal with the
log files on your system.

%prep

%setup -q
%patch1 -p2
%patch2
%patch3 -p1
%patch4
%patch5 -p2
%patch6 -p1
%patch7
%patch8
%patch9 -p1
%patch10
%patch11

%patch100 -p0
%patch101 -p0

%build
%make RPM_OPT_FLAGS="%{optflags} -Dasprintf=asprintf" WITH_SELINUX=no WITH_ACL=yes LDFLAGS="%{ldflags}"
#make test

%install
%{__rm} -rf %{buildroot}

%{make} PREFIX=%{buildroot} MANDIR=%{_mandir} install

%{__mkdir_p} %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}.conf

%{__mkdir_p} %{buildroot}%{_sysconfdir}/cron.daily
%{__install} -m 0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/cron.daily/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}.d

%clean
%{__rm} -rf %{buildroot}

%post
if [ $1 = 1 ]; then
    # installation
    /bin/touch %{_var}/lib/logrotate.status
fi

%files
%defattr(-,root,root)
%doc CHANGES COPYING examples README*
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_sysconfdir}/cron.daily/%{name}
%{_sysconfdir}/%{name}.d
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8*
%{_mandir}/man5/%{name}.conf.5*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.7.9-7
+ Revision: acd47ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17525 |14mr|lokalize-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Computer-aided translation tool for KDE
Name:		lokalize
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(hunspell)
Requires:	kdesdk-strigi-analyzers
Requires:	qt4-database-plugin-sqlite
# Needed by some lokalize scripts (mga #10583, bko #181145)
Requires:	kross-interpreters-python
Suggests:	python-translate

%description
Lokalize is a computer-aided translation system that focuses on productivity
and performance. Translator does only creative work (of delivering message
in his/her mother language in laconic and easy to understand form). Lokalize
implies paragraph-by-paragraph translation approach (when translating
documentation) and message-by-message approach (when translating GUI).

%files
%{_kde_bindir}/lokalize
%{_kde_applicationsdir}/lokalize.desktop
%{_kde_appsdir}/lokalize
%{_kde_datadir}/config.kcfg/lokalize.kcfg
%{_kde_iconsdir}/*/*/apps/lokalize.*
%{_kde_docdir}/*/*/lokalize

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: f01cf81
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17526 |14mr|lorax-18.12-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           lorax
Version:        18.12
Release:        8
Summary:        Tool for creating the anaconda install images

Group:          System/Base
License:        GPLv2+
URL:            http://git.fedorahosted.org/git/?p=lorax.git
Source0:        https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.gz
#Patch0:         lorax-18.12.noyum.patch
BuildRequires:  python-devel

Requires:       GConf2
Requires:       cpio
Requires:       device-mapper
Requires:       dosfstools
Requires:       e2fsprogs
Requires:       findutils
Requires:       gawk
Requires:       cdrkit-genisoimage
Requires:       glibc
Requires:       gzip
Requires:       isomd5sum
Requires:       python-selinux
Requires:       module-init-tools
Requires:       parted
Requires:       python-mako
Requires:       squashfs-tools >= 4.2
Requires:       util-linux
Requires:       xz
Suggests:       yum
Requires:       pykickstart

%ifarch %{ix86} x86_64
Requires:       syslinux >= 4.02-5
%endif

%description
Lorax is a tool for creating the anaconda install images.

It also includes livemedia-creator which is used to create bootable livemedia,
including live isos and disk images. It can use libvirtd for the install, or
Anaconda's image install feature.

%prep
%setup -q

%build

%install
%makeinstall_std

%files
%doc COPYING AUTHORS README.livemedia-creator
%{python_sitelib}/pylorax
%{python_sitelib}/*.egg-info
%{_sbindir}/lorax
%{_sbindir}/mkefiboot
%{_sbindir}/livemedia-creator
%dir %{_sysconfdir}/lorax
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
%dir %{_datadir}/lorax
%{_datadir}/lorax/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 18.12-8
+ Revision: 677228b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17527 |14mr|loudmouth-1.4.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1
%define major 0
%define libname %mklibname %{name}- %{api} %{major}
%define develname %mklibname -d %{name}

Summary:	C library for programming with the Jabber protocol
Name:		loudmouth
Version:	1.4.3
Release:	9
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.loudmouth-project.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
Patch0:		loudmouth-1.4.3-gnutls-2.8.patch
Patch1:		loudmouth-1.4.3_glib_h.patch

# Debian patches, from upstream
# Fix sasl md5 digest-uri when using SRV lookups, which prevented
# loudmouth from logging into recent versions of ejabberd
Patch101:	01-fix-sasl-md5-digest-uri.patch
# Fix sync resolving, patch from upstream git. (fixes assertion
# when trying to log in to some XMPP servers)
Patch102:	02-fix-async-resolving.patch
# Drop stanzas that can't be parsed instead of blocking the
# parser. Patch from upstream bug tracker.
Patch103:	03-drop-stanzas-on-fail.patch

BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libidn)

%description
Loudmouth is a lightweight and easy-to-use C library for programming with the
Jabber protocol. It's designed to be easy to get started with and yet
extensible to let you do anything the Jabber protocol allows.

%package -n %{libname}
Summary:	%{summary}
Group:		%{group}

%description -n %{libname}
Loudmouth is a lightweight and easy-to-use C library for programming with the
Jabber protocol. It's designed to be easy to get started with and yet
extensible to let you do anything the Jabber protocol allows.

%package -n %{develname}
Summary:	Libraries and include files for loudmouth
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Obsoletes:	%{mklibname -d loudmouth- 1 0} < 1.4.3-8

%description -n %{develname}
Loudmouth is a lightweight and easy-to-use C library for programming with the
Jabber protocol. It's designed to be easy to get started with and yet
extensible to let you do anything the Jabber protocol allows.

This package includes libraries and header files for developing
Loudmouth applications.

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-gtk-doc \
	--with-asyncns

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/*-%{api}.so.%{major}*

%files -n %{develname}
%doc README AUTHORS NEWS ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.3-9
+ Revision: c5f404e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17528 |14mr|lpc10-1.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major _1
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	LPC-10 2400 bps Voice Coder
Name:		lpc10
Version:	1.5
Release:	15
Group:		Sound
License:	distributable
URL:		http://www.arl.wustl.edu/~jaf/lpc/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-shared.patch
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
LPC-10 2400 bps Voice Coder library and tools.

%package -n	%{libname}
Summary:	The shared LPC-10 2400 bps Voice Coder Library
Group:          System/Libraries

%description -n	%{libname}
LPC-10 2400 bps Voice Coder library and tools.

%package -n	%{develname}
Summary:	LPC-10 2400 bps Voice Coder development files
Group:		Development/C
Provides:	%{name}-devel = %{version}
Provides:	lib%{name}-devel = %{version}
Requires:	%{libname} = %{version}
Obsoletes:	%{mklibname lpc10 -d _1}

%description -n	%{develname}
LPC-10 2400 bps Voice Coder headers and static library.

%prep
%setup -q
%patch0 -p1

%build

make -C \
    lpc55-C \
    CC="gcc %{?ldflags}" \
    LIBDIR="%{_libdir}" \
    OPT="%{optflags} -fPIC"

%install
make -C lpc55-C \
    DESTDIR=%{buildroot} \
    LIBDIR="%{_libdir}" \
    install

cp -f lpc55-C/README README.tools
cp -f lpc55-C/lpc10/README README.lpc10

%files
%defattr(-,root,root)
%doc FAQ README README-1.0 README.lpc10 README.tools
%attr(0755,root,root) %{_bindir}/*

%files -n %{libname}
%defattr(-,root,root)
%attr(0755,root,root) %{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*.h
%attr(0755,root,root) %{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-15
+ Revision: 7686245
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17529 |14mr|lpsolve-5.5.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Mixed Integer Linear Programming (MILP) solver
Name:		lpsolve
Version:	5.5.2.0
Release:	2
Group:		System/Libraries 
License:	LGPLv2+
Url:		http://sourceforge.net/projects/lpsolve
Source0:	http://downloads.sourceforge.net/lpsolve/lp_solve_%{version}_source.tar.gz
Source100:	lpsolve.rpmlintrc
Patch0:		lpsolve-5.5.0.11.cflags.patch

%description
Mixed Integer Linear Programming (MILP) solver lpsolve solves pure linear,
(mixed) integer/binary, semi-continuous and special ordered sets (SOS) models.

%package devel
Requires:	%{name} = %{version}-%{release}
Summary:	Files for developing with lpsolve
Group:		Development/C

%description devel
Includes and definitions for developing with lpsolve 

%prep
%setup -qn lp_solve_5.5
%apply_patches

%build
cd lpsolve55
sh -x ccc
rm bin/ux*/liblpsolve55.a
cd ../lp_solve
sh -x ccc

%install
install -d %{buildroot}%{_bindir} %{buildroot}%{_libdir} %{buildroot}%{_includedir}/lpsolve
install -p -m 755 \
        lp_solve/bin/ux*/lp_solve %{buildroot}%{_bindir}
install -p -m 755 \
        lpsolve55/bin/ux*/liblpsolve55.so %{buildroot}%{_libdir}
install -p -m 644 \
        lp*.h %{buildroot}%{_includedir}/lpsolve

%files
%{_bindir}/lp_solve
%{_libdir}/liblpsolve55.so

%files devel
%doc README.txt ./bfp/bfp_LUSOL/LUSOL/LUSOL_LGPL.txt ./bfp/bfp_LUSOL/LUSOL/LUSOL_README.txt ./bfp/bfp_LUSOL/LUSOL/LUSOL-overview.txt
%{_includedir}/lpsolve


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.5.2.0-2
+ Revision: 8ee78e8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17530 |14mr|lrmi-0.10-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Library for calling real mode BIOS routines under Linux
Name:		lrmi
Version:	0.10
Release:	16
License:	MIT
Group:		System/Libraries
Url:		http://sourceforge.net/projects/lrmi/
Source0:	http://prdownloads.sourceforge.net/lrmi/%{name}-%{version}.tar.bz2
Patch0:		lrmi-0.10-makefile.patch
Patch1:		lrmi-no_strip.diff
Patch2:		lrmi-build_fix.diff
Patch3:		lrmi-shared_vbetest_fix.diff
ExclusiveArch:	%ix86

%description
LRMI is a library for calling real mode BIOS routines under Linux.

%package -n	%{libname}
Summary:	Library for calling real mode BIOS routines under Linux
Group:		System/Libraries

%description -n	%{libname}
LRMI is a library for calling real mode BIOS routines under Linux.

%package -n	%{devname}
Summary:	Library for calling real mode BIOS routines under Linux
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	liblrmi-devel = %{version}-%{release}

%description -n	%{devname}
LRMI is a library for calling real mode BIOS routines under Linux.

%package	tools
Summary:	Library for calling real mode BIOS routines under Linux
Group:		System/Configuration/Hardware

%description	tools
LRMI is a library for calling real mode BIOS routines under Linux.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p0

%build
make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}%{_libdir} %{buildroot}%{_includedir}

%makeinstall LIBDIR=%{buildroot}%{_libdir} INCDIR=%{buildroot}%{_includedir}
install -D vbetest %{buildroot}%{_bindir}/vbetest

%files tools
%doc README
%{_bindir}/*

%files -n %{libname}
%{_libdir}/liblrmi.so.%{major}*

%files -n %{devname}
%{_libdir}/liblrmi.so
%{_includedir}/lrmi.h


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10-16
+ Revision: 9a6fab7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17531 |14mr|lrzsz-0.12.21-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The lrz and lsz modem communications programs
Name:		lrzsz
Version:	0.12.21
Release:	25
License:	GPLv2+
Group:		Communications
Url:		http://www.ohse.de/uwe/software/lrzsz.html
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.12.21-automake-1.13.patch
Patch1:		%{name}-0.12.20-glibc21.patch
BuildRequires:	gettext-devel

%description
Lrzsz (consisting of lrz and lsz) is a cosmetically modified
zmodem/ymodem/xmodem package built from the public-domain version of the
rzsz package. Lrzsz was created to provide a working GNU copylefted
Zmodem solution for Linux systems.

You should install lrzsz if you're also installing a Zmodem communications
program that uses lrzsz. If you're installing minicom, you need to install
lrzsz.

%files -f %{name}.lang
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# because of time skew between various generated files, autotools are
# forced to run. In the process, gettext-devel is required but new
# gettext-devel is not compatible with lrzsz, thus autotools will fail
find -type f -print0 | xargs -0 touch

touch config.rpath
# This is too old. Remove it so automake puts in a newer copy.
rm -f missing

%build
autoreconf -fi
%configure2_5x \
	--disable-pubdir \
	--enable-syslog \
	--program-transform-name=s/l//
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.12.21-25
+ Revision: a790268
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17532 |14mr|lsb-5.0-0.alpha.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define compat_versions 2.0 3.0 3.1 3.2 4.0 4.1
%define modular_versions 3.1 3.2

# populate the Provides for the compat versions and the old 3.x modular setup
# this way we only have to change the lists above when we bump up 
# (at least until LSB drops something, or we choose to)
%define compat_provides_noarch %(for ver in %{compat_versions};do echo -n "lsb-noarch = $ver ";done)
%define core_compat_provides_noarch %(for ver in %{compat_versions};do echo -n "lsb-core-noarch = $ver ";done)
%define compat_provides_arch %(for ver in %{compat_versions};do echo -n "lsb-%{lsb_arch} = $ver ";done)
%define core_compat_provides_arch %(for ver in %{compat_versions};do echo -n "lsb-core-%{lsb_arch} = $ver ";done)
%define modular_provides_noarch %(for ver in %{modular_versions};do echo -n "lsbcxx-noarch = $ver lsb-graphics-noarch = $ver ";done)
%define modular_provides_arch %(for ver in %{modular_versions};do echo -n "lsbcxx-%{lsb_arch} = $ver lsb-graphics-%{lsb_arch} = $ver ";done)

Summary:	The skeleton package defining packages needed for LSB compliance
Name:		lsb
Version:	5.0
Release:	0.alpha.1
License:	GPL
Group:		System/Base
URL:		http://www.linuxbase.org
Source0:	tmpdirlsb.sh
Source1:	install_initd
Source2:	remove_initd
Source3:	lsb.rpmlintrc

Exclusivearch: %{ix86} x86_64

%define lsb_arch ia32
%ifarch x86_64
%define lsb_arch amd64
%endif

%description
The skeleton package defining packages needed for LSB compliance.
Note: To successfuly run the runtime test suites, install lsb-test.

%package %{_lib}
Summary: The skeleton package defining packages needed for LSB compliance
Group: System/Base

Requires: lsb-noarch
Requires: lsb-core-%{_lib}
# former lsb-cxx - both arches called libfoo
Requires: %{_lib}stdc++6
# former lsb-graphics
Requires: %mklibname x11_ 6 
Requires: %mklibname xext 6 
Requires: %mklibname xi 6
Requires: %mklibname xt 6 
Requires: %mklibname xtst 6
Requires: %mklibname xft 2 
Requires: %mklibname freetype 6 
Requires: %mklibname xrender 1 
Requires: %mklibname gl 1 
Requires: %mklibname glu 1

# former lsb-desktop
Requires: %mklibname xml 2_2 
Requires: %mklibname gtk+2.0_ 0 
# we really need libpng12.so here
Requires: %mklibname png 0
Requires: %mklibname cairo 2 
Requires: %mklibname pango 1.0_0 
Requires: %mklibname fontconfig 1
Requires: %mklibname jpeg 62

# former lsb-qt4
Requires: qt4-common >= 4.2.3
# %%mklibname doesn't work here
Requires: %{_lib}qtopengl4 >= 4.2.3
Requires: %{_lib}qtsvg4 >= 4.2.3
Requires: %{_lib}qtnetwork4 >= 4.2.3
Requires: %{_lib}qtsql4 >= 4.2.3
Requires: %{_lib}qtxml4 >= 4.2.3

# printing
Requires: %mklibname cups 2

# multimedia
Requires: %mklibname alsa 2

# security
Requires: %mklibname nss 3
Requires: %mklibname nspr 4

Provides: lsb-%{lsb_arch} = %{version} 
Provides: %{compat_provides_arch}
Provides: %{modular_provides_arch}

Conflicts: lsb-release < 2.0

Provides: lsb-cxx
Obsoletes: lsb-cxx
Provides: lsb-graphics
Obsoletes: lsb-graphics
Provides: lsb-desktop
Obsoletes: lsb-desktop
Provides: lsb-desktop-qt4
Obsoletes: lsb-desktop-qt4
Provides: lsb = %{version}
Obsoletes: lsb <= %{version}

%description %{_lib}
The skeleton package defining packages needed for LSB compliance.
Note: To successfuly run the runtime test suites, install lsb-test.

%package noarch
Summary: Architecture neutral components of LSB
Group: System/Base

# former lsb-desktop
Requires: xdg-utils

# interpreted languages
Requires: perl perl-CGI perl-Safe perl-Pod-Perldoc python

# printing
Requires: ghostscript foomatic-filters cups-common

Provides: %{compat_provides_noarch}
Provides: %{modular_provides_noarch}

%description noarch
The architecture-neutral requirements for LSB compliance.

%package core-%{_lib}
Summary: Core requirements needed for LSB compliance
Group: System/Base

Requires: lsb-core-noarch
Requires: %{_lib}glibc_lsb
Requires: %mklibname pam 0
Requires: %mklibname ncurses 5

Provides: lsb-core-%{lsb_arch} = %{version} 
Provides: %{core_compat_provides_arch}
Provides: lsb-core = %{version}
Obsoletes: lsb-core

%description core-%{_lib}
The core requirements for LSB compliance.

%package core-noarch
Summary: Architecture neutral components of lsb-core
Group: System/Base

Requires: pax lsb-release make sendmail-command ed 
Requires: binutils bc nail at m4 patch
Requires: diffutils file gettext chkconfig

Provides: %{core_compat_provides_noarch}

%description core-noarch
The architecture-neutral core requirements for LSB compliance.

%package test
Summary: Requirements needed to successfully run the LSB runtime tests
Group: System/Base

Requires: lsb
Requires: perl-DBI perl-devel perl-XML-Parser perl-URI glibc-i18ndata
Requires: locales-de locales-en locales-es locales-fr locales-is
Requires: locales-it locales-ja locales-se locales-ta locales-zh 
Requires: wget qt4-database-plugin-sqlite libx11-common
Requires(pre):		rpm-helper
Requires(postun):	rpm-helper

%description test
This packages pulls in additional packages not specified by LSB, but
required to successfully run the LSB runtime tests.

%prep
#%setup -q

%install
cat << EOF > README.urpmi
To run the LSB binary test suite, download the latest version from
ftp://ftp.linuxfoundation.org/pub/lsb/test_suites/released/binary/runtime/
and install lsb-dist-checker or lsb-task-dist-testkit.
 
There is a GUI test manager now, lsb-dist-checker that can guide you 
through the test/certification process.

There are also yum repos at:
 http://ftp.linuxfoundation.org/pub/lsb/repositories/yum/
EOF

install -d %{buildroot}/%{_datadir}/%{name}
install -d %{buildroot}/%{_datadir}/nls
install -d %{buildroot}/%{_datadir}/tmac
install -d %{buildroot}/var/cache/fonts
install -d %{buildroot}/var/games
install -d %{buildroot}/sbin
install -d %{buildroot}%{_sysconfdir}/lsb-release.d
install -d %{buildroot}%{_bindir}
install -d %{buildroot}/lib/%{name}
install -d %{buildroot}%{_prefix}/lib/%{name}
install -d %{buildroot}/srv
install -d %{buildroot}%{_sysconfdir}/opt
install -d %{buildroot}%{_sysconfdir}/profile.d
install -m 755 %{SOURCE0} %{buildroot}%{_sysconfdir}/profile.d
install -m 755 %{SOURCE1} %{buildroot}%{_prefix}/lib/%{name}
install -m 755 %{SOURCE2} %{buildroot}%{_prefix}/lib/%{name}

touch %{buildroot}%{_sysconfdir}/lsb-release.d/lsb-%{version}-%{lsb_arch}
touch %{buildroot}%{_sysconfdir}/lsb-release.d/lsb-%{version}-noarch
touch %{buildroot}%{_sysconfdir}/lsb-release.d/core-%{version}-%{lsb_arch}
touch %{buildroot}%{_sysconfdir}/lsb-release.d/core-%{version}-noarch
rm -f lsb-noarch-files.txt lsb-files.txt
for lsbver in %{compat_versions}; do
  touch %{buildroot}%{_sysconfdir}/lsb-release.d/lsb-$lsbver-noarch
  echo %{_sysconfdir}/lsb-release.d/lsb-$lsbver-noarch >> lsb-noarch-files.txt
  touch %{buildroot}%{_sysconfdir}/lsb-release.d/lsb-$lsbver-%{lsb_arch}
  echo %{_sysconfdir}/lsb-release.d/lsb-$lsbver-%{lsb_arch} >> lsb-files.txt
  touch %{buildroot}%{_sysconfdir}/lsb-release.d/core-$lsbver-noarch
  touch %{buildroot}%{_sysconfdir}/lsb-release.d/core-$lsbver-%{lsb_arch}
done
for lsbver in %{modular_versions}; do
  touch %{buildroot}%{_sysconfdir}/lsb-release.d/cxx-$lsbver-noarch
  echo %{_sysconfdir}/lsb-release.d/cxx-$lsbver-noarch >> lsb-noarch-files.txt
  touch %{buildroot}%{_sysconfdir}/lsb-release.d/cxx-$lsbver-%{lsb_arch}
  echo %{_sysconfdir}/lsb-release.d/cxx-$lsbver-%{lsb_arch} >> lsb-files.txt
  touch %{buildroot}%{_sysconfdir}/lsb-release.d/graphics-$lsbver-noarch
  echo %{_sysconfdir}/lsb-release.d/graphics-$lsbver-noarch >> lsb-noarch-files.txt
  touch %{buildroot}%{_sysconfdir}/lsb-release.d/graphics-$lsbver-%{lsb_arch}
  echo %{_sysconfdir}/lsb-release.d/graphics-$lsbver-%{lsb_arch} >> lsb-files.txt
done

cat << EOF > %{buildroot}%{_sysconfdir}/profile.d/root-ulimit.sh
#!/bin/sh
# enable a nonzero core file value for root (exec_A test issues)
[ "\$UID" = "0" ] && ulimit -c 1000 > /dev/null 2>&1
EOF

cat << EOF > %{buildroot}%{_bindir}/lsbinstall
#!/bin/sh
exit 0
EOF

cat << EOF > %{buildroot}/sbin/fasthalt
#!/bin/sh
#start fasthalt
/sbin/halt -f
#end fasthalt
EOF

cat << EOF > %{buildroot}/sbin/fastboot
#!/bin/sh
#start fastboot
/sbin/reboot -f
#end fastboot
EOF

cat << EOF > %{buildroot}/etc/hosts.equiv
# Sample hosts.equiv file for LSB compliance
# see man hosts.equiv for usage.
EOF

cat << EOF > %{buildroot}/etc/hosts.lpd
#
# hosts.lpd     This file describes the names of the hosts which are
#               allowed to use the remote printer services of this
#               host.  This file is used by the LPD subsystem.
#		Added for LSB compiance.
EOF

cat << EOF > %{buildroot}/etc/gateways
# sample gateways file for LSB compliance. Database of gateways
# used by routed. Sample format shown below.
# [ net | host ] name1 gateway name2 metric value [ passive | active | external ]
EOF

chmod 0755 %{buildroot}%{_sysconfdir}/profile.d/root-ulimit.sh
chmod 0755 %{buildroot}%{_bindir}/lsbinstall
chmod 0755 %{buildroot}/sbin/fastboot
chmod 0755 %{buildroot}/sbin/fasthalt
chmod 0644 %{buildroot}/etc/hosts.equiv
chmod 0644 %{buildroot}/etc/hosts.lpd
chmod 0644 %{buildroot}/etc/gateways

# (sb) concession for lsb-apache to run
%pre test
%_pre_groupadd nobody

%postun test
%_postun_groupdel nobody

%clean

%files %{_lib} -f lsb-files.txt
%config(noreplace) %{_sysconfdir}/lsb-release.d/lsb-%{version}-%{lsb_arch}

%files noarch -f lsb-noarch-files.txt
%config(noreplace) %{_sysconfdir}/lsb-release.d/lsb-%{version}-noarch

%files core-%{_lib}
%config(noreplace) %{_sysconfdir}/lsb-release.d/core-*-%{lsb_arch}

%files core-noarch
%{_datadir}/nls
%{_datadir}/tmac
/var/cache/fonts
/var/games
/sbin/fasthalt
/sbin/fastboot
%{_bindir}/lsbinstall
%dir %{_sysconfdir}/opt
%dir /srv
%dir /lib/%{name}
%dir %{_prefix}/lib/%{name}
%{_prefix}/lib/%{name}/install_initd
%{_prefix}/lib/%{name}/remove_initd
%config(noreplace) %{_sysconfdir}/hosts.equiv
%config(noreplace) %{_sysconfdir}/hosts.lpd
%config(noreplace) %{_sysconfdir}/gateways
%config(noreplace) %{_sysconfdir}/lsb-release.d/core-*-noarch

%files test
%config(noreplace) %{_sysconfdir}/profile.d/tmpdirlsb.sh
%config(noreplace) %{_sysconfdir}/profile.d/root-ulimit.sh

%changelog
* Mon Jun 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.0-0.alpha.1
+ Revision: 60b3272
- Fix file sets



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17533 |14mr|lsb-release-2.0-40
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Linux Standard Base tools
Name: lsb-release
Version: 2.0
Release: 40
License: GPL
Source: lsb-release-%{version}.tar.bz2
Patch0: lsb-release-%{version}-no-support.patch
Group: System/Base
URL: http://bzr.linuxfoundation.org/loggerhead/lsb/devel/si/files/head:/lsb_release/ 

%define debug_package %{nil}

%description
LSB version query program

This program forms part of the required functionality of
the LSB (Linux Standard Base) specification.

The program queries the installed state of the distribution
to display certain properties such as the version of the
LSB against which the distribution claims compliance as 
well. It can also attempt to display the name and release
of the distribution along with an identifier of who produces
the distribution.

%prep

%setup -q
%patch0 -p1 -b .no-support

%build
make

%install
make prefix=%{buildroot} mandir=%{buildroot}/%{_mandir} install 
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}.d
mkdir -p %{buildroot}/%{_sysconfdir}
cat > %{buildroot}/%{_sysconfdir}/lsb-release << EOF
LSB_VERSION=
DISTRIB_ID=RosaDesktopFresh
DISTRIB_RELEASE=%{rosa_release}
DISTRIB_CODENAME=belka
DISTRIB_DESCRIPTION="%{distribution}"
EOF

mkdir -p %{buildroot}/usr/bin
pushd %{buildroot}/usr/bin
ln -sf /bin/lsb_release lsb_release
popd

%files
%doc README
/bin/lsb_release
%_bindir/lsb_release
%{_mandir}/man1/lsb_release.1*
%config(noreplace) %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}.d



%changelog
* Mon Jun 30 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.0-40
+ Revision: f1afd08
- Release uplift



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17534 |14mr|lshw-2.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realversion B.0%{version}

Summary: A hardware lister
Name:    lshw
Version: 2.16
Release: 3
# To get sources tarball use command
# svn co http://ezix.org/source/packages/lshw/releases/%{realversion} %{name}-%{realversion} && tar -czf %{name}-%{realversion}.tar.gz --exclude .svn %{name}-%{realversion}
Source0: %{name}-%{realversion}.tar.gz
License: GPLv2
Group: System/Kernel and hardware
Url: http://ezix.org/project/wiki/HardwareLiSter
Requires: ldetect-lst >= 0.1.282
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(gtk+-2.0)

%description
lshw (Hardware Lister) is a tool to provide detailed information 
on the hardware configuration of the machine.

%package gui
Summary: HardWare LiSter (GUI version)
Group:  System/Kernel and hardware
Requires: %{name}
Requires: gtk2
%description gui
This package provides a graphical user interface to lshw

%prep
%setup -q -n %{name}-%{realversion}
# Ugly since 2.07 default rights are messed
find -type f | xargs chmod 644
find -type d | xargs chmod 755

%build
make
make gui

%install
%makeinstall_std
make PREFIX=%_prefix SBINDIR=%_sbindir MANDIR=%_mandir DESTDIR=%{buildroot} install-gui

# packaged as part of ldetect-lst
rm -f %{buildroot}%{_datadir}/lshw/{oui.txt,*.ids}

%find_lang %{name}

%files -f %{name}.lang
%{_sbindir}/lshw
%dir %{_datadir}/lshw
%{_datadir}/lshw/*.txt
%attr(644,root,root) %{_mandir}/man1/lshw.*

%files gui
%doc COPYING
%{_sbindir}/gtk-lshw
%{_datadir}/lshw/artwork
%{_datadir}/lshw/ui/gtk-lshw.ui

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.16-3
+ Revision: 2d01512
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17535 |14mr|lskat-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lskat
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Lieutnant skat
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/lskat/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Requires:	libkdegames-common

%description
Lieutnant Skat (from German "Offiziersskat") is a fun and engaging card game
for two players, where the second player is either live opponent, or a built
in artificial intelligence.

%files
%{_kde_bindir}/lskat
%{_kde_applicationsdir}/lskat.desktop
%{_kde_appsdir}/lskat
%{_kde_docdir}/*/*/lskat
%{_kde_iconsdir}/hicolor/*/apps/lskat.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 20aa5da
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17536 |14mr|lslk-1.29-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A lock file lister
Name:		lslk
Version:	1.29
Release:	18
License:	GPL style
Group:		Monitoring
Url:		ftp://vic.cc.purdue.edu:/pub/tools/unix/lslk/
Source0:	ftp://vic.cc.purdue.edu/pub/tools/unix/lslk/lslk_%{version}_W.tar.bz2

%description
Lslk is a lock file lister.  Lslk attempts to list all of the locks on
the executing system's local files (i.e., on the active inodes).

Install lslk if you need a utility for listing file locks.

%files
%defattr(644,root,root,755)
# XXX should be mode 4755, but for now leave the setuid off
%attr(0755,root,kmem) %{_sbindir}/lslk
%{_mandir}/man8/lslk.8*

#----------------------------------------------------------------------------

%prep
%setup -q -c -n lslk
tar xf lslk_%{version}.tar

%build
[ -d lslk_%{version} ] && cd lslk_%{version}
./Configure -n linux
%make DEBUG="%{optflags}" CFGF=-DLINUXV=228

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_mandir}/man8

install lslk_%{version}/lslk %{buildroot}%{_sbindir}
install lslk_%{version}/lslk.8 %{buildroot}%{_mandir}/man8/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.29-18
+ Revision: 3cf2381
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17537 |14mr|lsof-4.87-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dname %{name}_%{version}

Summary:	Lists files open by processes
Name:		lsof
Version:	4.87
Release:	2
License:	Free
Group:		Monitoring
Url:		ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof
Source0:	ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/%{dname}.tar.bz2
Source1:	ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/%{dname}.tar.bz2.sig
Patch0:		lsof_4.64-perl-example-fix.patch
Patch1:		lsof_4.60-has-security.patch
Patch2:		lsof_4.87-libtirpc.patch
BuildRequires:	pkgconfig(libtirpc)

%description
Lsof's name stands for LiSt Open Files, and it does just that. It lists
information about files that are open by the processes running on a UNIX
system.

%files
%doc %{dname}/00*
%attr(0755,root,kmem) %{_sbindir}/%{name}
%{_mandir}/man8/lsof.8*

#----------------------------------------------------------------------------

%prep
%setup -q -c -n %{dname}

#
# Sort out whether this is the wrapped or linux specific tar ball.
#
[ -d %{dname} ] && cd %{dname}
[ -f %{dname}_src.tar ] && tar xf %{dname}_src.tar
[ -d %{dname}.linux -a ! -d %{dname} ] && \
	mv %{dname}.linux %{dname}
[ -d %{dname}_src ] && cd %{dname}_src

%patch0 -p1
%patch1 -p1
%patch2 -p1 -b .tirpc~

%build
[ -d %{dname}/%{dname}_src ] && cd %{dname}/%{dname}_src

LINUX_BASE=/proc LSOF_LDFLAGS="%{ldflags}" ./Configure -n linux

%make DEBUG="%{optflags}" CC=%{__cc}

%install
[ -d %{dname}/%{dname}_src ] && cd %{dname}/%{dname}_src
install %{name} -D %{buildroot}%{_sbindir}/%{name}
install -m644 lsof.8 -D %{buildroot}%{_mandir}/man8/lsof.8


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.87-2
+ Revision: 1900d8c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17538 |14mr|ltc-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	11
%define libname	%mklibname %{name} %major
%define devname	%mklibname %{name} -d

Name:		ltc
Version:	1.1.1
Release:	1
Summary:	Linear (or Longitudinal) Time-code is an encoding of SMPTE time-code data
License:	LGPLv3
Group:		System/Libraries
Url:		https://github.com/x42/libltc
Source0:	https://github.com/downloads/x42/libltc/lib%{name}-%{version}.tar.gz

%description
Linear (or Longitudinal) Time-code (LTC) is an encoding of SMPTE time-code data
as a Manchester-Biphase encoded audio signal. The audio signal is commonly
recorded on a VTR track or other storage media. libltc provides functionality
to encode and decode LTC from/to time-code, including SMPTE date support.
libltc is the successor of libltcsmpte.

#---------------------------------
%package -n %{libname}
Summary:	Shared library for LTC
Group:		System/Libraries

%description -n %{libname}
Linear (or Longitudinal) Time-code (LTC) is an encoding of SMPTE time-code data
as a Manchester-Biphase encoded audio signal. The audio signal is commonly
recorded on a VTR track or other storage media. libltc provides functionality
to encode and decode LTC from/to time-code, including SMPTE date support.
libltc is the successor of libltcsmpte.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#---------------------------------
%package -n %{devname}
Summary:	Development files for LTC
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the files for developing applications which
will use lib%{name}.

%files -n %{devname}
%{_mandir}/man3/ltc.h.3.xz
%{_libdir}/lib%{name}.so
%{_includedir}/ltc.h
%{_libdir}/pkgconfig/ltc.pc

#---------------------------------
%prep
%setup -q -n lib%{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std
find %{buildroot} -regex ".*\(a\|la\)$" -exec rm '{}' \;

%changelog
* Mon Mar 11 2013 Rosa <rosa@abf.rosalinux.ru> 1.1.1-1
+ Revision: 0aa529c
- Automatic import for version 1.1.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17539 |14mr|ltrace-0.6-0.81.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn 81
%if %svn
%define release %mkrel 0.%svn.8
%else
%define release 7
%endif

Summary:	Track runtime library calls from dynamically linked executables
Name:		ltrace
Version:	0.6
Release:	%{release}
License:	GPLv2+
Group:		Development/Other
URL:		http://svn.debian.org/wsvn/ltrace
# check out svn://svn.debian.org/ltrace/ltrace/trunk and compress
Source0:	ltrace-%{svn}.tar.bz2
# fedora patch:
Patch5:		ltrace-0.5-testsuite.patch
ExclusiveArch:	%{ix86} x86_64 ppc x86_64 sparc alpha
BuildRequires:	elfutils-devel
%if %svn
BuildRequires:	autoconf
%endif
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Ltrace is a debugging program which runs a specified command until the command
exits. While the command is executing, ltrace intercepts and records both the
dynamic library calls called by the executed process and the signals received
by the executed process. Ltrace can also intercept and print system calls
executed by the process.

You should install ltrace if you need a sysadmin tool for tracking the
execution of processes.

%prep

%if %svn
%setup -q -n %{name}
%else
%setup -q
%endif

%patch5 -p1

%build
export CFLAGS="%{optflags} -D_GNU_SOURCE=1"
%if %svn
./autogen.sh
%endif
%configure
%make

%install
rm -rf %{buildroot}

%makeinstall_std

# remove unpackaged files
rm -rf %{buildroot}%{_prefix}/doc
rm -fr %{buildroot}%_docdir/%name

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README TODO BUGS
%config(noreplace) %{_sysconfdir}/ltrace.conf
%{_bindir}/ltrace
%{_mandir}/man1/ltrace.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-0.81.8
+ Revision: 9162c3d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17540 |14mr|lua5.1-5.1.5-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5.1
%define oname lua
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} %{major} -d
%define staticname %mklibname %{oname} %{major} -d -s
%define alt_priority %(echo %{major} | sed -e 's/[^0-9]//g')

Summary:	Powerful, light-weight programming language
Name:		lua5.1
Version:	5.1.5
Release:	11
License:	MIT
Group:		Development/Other
Url:		http://www.lua.org/
Source0:	http://www.lua.org/ftp/lua-%{version}.tar.gz
Patch0:		lua-5.1-dynlib.patch
Patch1:		lua-5.1-pkgconfig_libdir.patch
Patch2:		lua-5.1-modules_path.patch
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
Conflicts:	lua < 5.2

%description
Lua is a programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management, making it ideal for configuration, scripting, and rapid
prototyping. Lua is implemented as a small library of C functions, written in
ANSI C, and compiles unmodified in all known platforms. The implementation
goals are simplicity, efficiency, portability, and low embedding cost.

%files
%doc doc/*.html doc/*.gif
%doc COPYRIGHT HISTORY INSTALL README
%{_bindir}/*%{major}*
%{_mandir}/man1/*%{major}*
%dir %{_datadir}/lua/%{major}
%{_datadir}/lua/%{major}/*.lua

%post
/usr/sbin/update-alternatives --install %{_bindir}/lua lua %{_bindir}/lua%{major} %{alt_priority} --slave %{_bindir}/luac luac %{_bindir}/luac%{major}

%postun
[[ -f %{_bindir}/lua%{major} ]] || /usr/sbin/update-alternatives --remove lua %{_bindir}/lua%{major}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Powerful, light-weight programming language
Group:		Development/Other

%description -n %{libname}
Lua is a programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management, making it ideal for configuration, scripting, and rapid
prototyping. Lua is implemented as a small library of C functions, written in
ANSI C, and compiles unmodified in all known platforms. The implementation
goals are simplicity, efficiency, portability, and low embedding cost.

%files -n %{libname}
%{_libdir}/liblua.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and development files for Lua
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{name} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}lua-devel

%description -n %{devname}
This package contains the headers and development files for Lua.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/liblua.so

#----------------------------------------------------------------------------

%package -n %{staticname}
Summary:	Static development files for Lua
Group:		Development/Other
Provides:	lua%{major}-static-devel = %{EVRD}
Requires:	%{devname} = %{EVRD}
Conflicts:	%{_lib}lua-static-devel

%description -n %{staticname}
This package contains the static development files for Lua.

%files -n %{staticname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

sed -i -e "s|/usr/local|%{_prefix}|g" Makefile
sed -i -e "s|/lib|/%{_lib}|g" Makefile
sed -i -e "s|/usr/local|%{_prefix}|g" src/luaconf.h
sed -i -e "s|/lib|/%{_lib}|g" src/luaconf.h
sed -i -e "s|/man/man1|/share/man/man1|g" Makefile
sed -i -e "s|\$(V)|%{major}|g" src/Makefile

%build
%make linux CFLAGS="%{optflags} -fPIC -DLUA_USE_LINUX" CC="%__cc" LD="%__ld"
sed -i -e "s#/usr/local#%{_prefix}#" etc/lua.pc
sed -i -e 's/-lreadline -lncurses //g' etc/lua.pc

%install
%makeinstall_std INSTALL_TOP=%{buildroot}%{_prefix} INSTALL_LIB=%{buildroot}%{_libdir} INSTALL_MAN=%{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_libdir}/lua/%{major}/
install -d %{buildroot}%{_datadir}/lua/%{major}/
install -m 644 test/*.lua %{buildroot}%{_datadir}/lua/%{major}/

install -m 755 src/liblua.so.%{major}* %{buildroot}%{_libdir}
ln -s liblua.so.%{major} %{buildroot}%{_libdir}/liblua.so

install -d -m 755 %{buildroot}%{_libdir}/pkgconfig/
install -m 644 etc/lua.pc %{buildroot}%{_libdir}/pkgconfig/

# for update-alternatives
mv %{buildroot}%{_bindir}/lua %{buildroot}%{_bindir}/lua%{major}
mv %{buildroot}%{_bindir}/luac %{buildroot}%{_bindir}/luac%{major}

# to avoid conflict with other versions
mv %{buildroot}/%{_mandir}/man1/lua.1 %{buildroot}/%{_mandir}/man1/lua%{major}.1
mv %{buildroot}/%{_mandir}/man1/luac.1 %{buildroot}/%{_mandir}/man1/luac%{major}.1


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.1.5-11
+ Revision: 2964f1d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17541 |14mr|lua-5.2.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5.2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define staticname %mklibname %{name} -d -s
%define alt_priority %(echo %{major} | sed -e 's/[^0-9]//g')

Summary:	Powerful, light-weight programming language
Name:		lua
Version:	5.2.3
Release:	5
License:	MIT
Group:		Development/Other
Url:		http://www.lua.org/
Source0:	http://www.lua.org/ftp/%{name}-%{version}.tar.gz
Source1:	lua.pc
Patch0:		lua-5.2.1-dynlib.patch
Patch1:		lua-5.2.0-modules_path.patch
Patch2:		lua52-compat-old-versions.patch
Provides:	lua%{major} = %{EVRD}
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)

%description
Lua is a programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management, making it ideal for configuration, scripting, and rapid
prototyping. Lua is implemented as a small library of C functions, written in
ANSI C, and compiles unmodified in all known platforms. The implementation
goals are simplicity, efficiency, portability, and low embedding cost.

%files
%doc doc/*{.html,.css,.gif,.png}
%doc README
%{_bindir}/*
%{_mandir}/man1/*

%post
/usr/sbin/update-alternatives --install %{_bindir}/lua lua %{_bindir}/lua%{major} %{alt_priority} --slave %{_bindir}/luac luac %{_bindir}/luac%{major}

%postun
[[ -f %{_bindir}/lua%{major} ]] || /usr/sbin/update-alternatives --remove lua %{_bindir}/lua%{major}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Powerful, light-weight programming language
Group:		Development/Other

%description -n %{libname}
Lua is a programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management, making it ideal for configuration, scripting, and rapid
prototyping. Lua is implemented as a small library of C functions, written in
ANSI C, and compiles unmodified in all known platforms. The implementation
goals are simplicity, efficiency, portability, and low embedding cost.

%files -n %{libname}
%{_libdir}/liblua.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and development files for Lua
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{name} = %{EVRD}
Provides:	liblua%{major}-devel = %{EVRD}
Provides:	lua-devel = %{EVRD}
Provides:	lua%{major}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers and development files for Lua.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/liblua.so

#----------------------------------------------------------------------------

%package -n %{staticname}
Summary:	Static development files for Lua
Group:		Development/Other
Provides:	lua-devel-static = %{EVRD}
Provides:	lua-static-devel = %{EVRD}
Requires:	%{devname} = %{EVRD}

%description -n %{staticname}
This package contains the static development files for Lua.

%files -n %{staticname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
mkdir -p etc
cp %{SOURCE1} ./etc/
sed -i -e 's/@MAJOR_VERSION@/%{major}/g' ./etc/lua.pc
sed -i -e 's/@FULL_VERSION@/%{version}/g' ./etc/lua.pc

sed -i -e "s|/usr/local|%{_prefix}|g" Makefile
sed -i -e "s|/lib|/%{_lib}|g" Makefile
sed -i -e "s|/usr/local|%{_prefix}|g" src/luaconf.h
sed -i -e "s|/lib|/%{_lib}|g" src/luaconf.h
sed -i -e "s|/man/man1|/share/man/man1|g" Makefile
sed -i -e "s|\$(V)|%{major}|g" src/Makefile

%build
%make linux CFLAGS="%{optflags} -fPIC -DLUA_USE_LINUX"

%install
%makeinstall_std INSTALL_TOP=%{buildroot}%{_prefix} INSTALL_LIB=%{buildroot}%{_libdir} INSTALL_MAN=%{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_libdir}/lua/%{major}/
install -d %{buildroot}%{_datadir}/lua/%{major}/

install -m 755 src/liblua.so.%{major}* %{buildroot}%{_libdir}
ln -s liblua.so.%{major} %{buildroot}%{_libdir}/liblua.so

install -d -m 755 %{buildroot}%{_libdir}/pkgconfig/
install -m 644 etc/lua.pc %{buildroot}%{_libdir}/pkgconfig/

# for update-alternatives
mv %{buildroot}%{_bindir}/lua %{buildroot}%{_bindir}/lua%{major}
mv %{buildroot}%{_bindir}/luac %{buildroot}%{_bindir}/luac%{major}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.2.3-5
+ Revision: 7c6493f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17542 |14mr|lua-filesystem-1.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define luaver 5.2
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}
%define oname luafilesystem

Summary:	FileSystem Tool for the Lua language
Name:		lua-filesystem
Version:	1.6.2
Release:	1
License:	MIT
Group:		Development/Other
Url:		http://www.keplerproject.org/luafilesystem/
Source0:	http://luaforge.net/frs/download.php/3931/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(lua) >= %{luaver}
Requires:	lua >= %{luaver}

%description
LuaFileSystem offers a portable way to access the underlying directory
structure and file attributes.

%files
%doc doc/us/*
%doc README
%{lualibdir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
%setup_compile_flags
%make CFLAGS="%{optflags}"

%install
make install \
	PREFIX=%{buildroot}/%{_prefix} \
	LUA_LIBDIR=%{buildroot}/%{lualibdir} \
	LUA_DIR=%{buildroot}/%{luapkgdir} \
	SYS_BINDIR=%{buildroot}/%{_bindir} \
	LUA_INTERPRETER=%{_bindir}/lua


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.2-1
+ Revision: 516144f
- New version 1.6.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17543 |14mr|lua-lgi-0.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lua_version 5.2

Summary:	Dynamic Lua binding to GObject libraries using GObject-Introspection
Name:		lua-lgi
Version:	0.7.2
Release:	2
License:	MIT
Group:		Development/Other
Url:		http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
Source0:	lgi-%{version}.tar.gz
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(lua) >= %{lua_version}
Requires:	gobject-introspection

%description
LGI is gobject-introspection based dynamic Lua binding to GObject based
libraries. It allows using GObject-based libraries directly from Lua.

%files
%doc docs/
%doc README.md
%{_datadir}/lua/%{lua_version}/lgi*
%{_libdir}/lua/%{lua_version}/lgi

#----------------------------------------------------------------------------

%prep
%setup -q -n lgi-%{version}

%build
export CFLAGS="%{optflags} -fPIC"
%make

%install
%makeinstall_std LUA_SHAREDIR=%{_datadir}/lua/%{lua_version} LUA_LIBDIR=%{_libdir}/lua/%{lua_version}


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.2-2
+ Revision: 4f12f6f
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17544 |14mr|lucene-2.4.0-0.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define section         free
%define nversion        2.3

Name:           lucene
Version:        2.4.0
Release:        0.0.5
Epoch:          0
Summary:        High-performance, full-featured text search engine
License:        Apache License
URL:            http://lucene.apache.org/
Group:          Development/Java
Source0:        http://www.apache.org/dist/lucene/java/%{name}-%{version}-src.tar.gz
Source1:	lucene-1.9-OSGi-MANIFEST.MF
Source2:	lucene-1.9-analysis-OSGi-MANIFEST.MF
Patch4:         lucene-2.3.0-db-javadoc.patch
BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  javacc
BuildRequires:  java-javadoc
BuildRequires:  java-rpmbuild
BuildRequires:  junit
BuildRequires:  jtidy
BuildRequires:  jakarta-commons-digester
BuildRequires:  jline
BuildRequires:  regexp
BuildRequires:  zip
Provides:       lucene-core = %{epoch}:%{version}-%{release}
# previously used by eclipse but no longer needed
Obsoletes:      lucene-devel < %{version}
BuildRequires:  java-devel
BuildArch:      noarch

%description
Jakarta Lucene is a high-performance, full-featured text search engine
written entirely in Java. It is a technology suitable for nearly any
application that requires full-text search, especially cross-platform.

%package javadoc
Summary:        Javadoc for Lucene
Group:          Development/Java

%description javadoc
Javadoc for Lucene.

%package demo
Summary:        Lucene demonstrations and samples
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description demo
%{summary}.

%package contrib
Summary:        Lucene contributed extensions
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description contrib
%{summary}.

#%package contrib-db
#Summary:        Lucene contributed bdb extensions
#Group:          Internet/WWW/Indexing/Search
#Requires:       %{name} = %{epoch}:%{version}-%{release}
#Requires:  berkeleydb
#Requires:  berkeleydb-native >= 0:4.3.29

#%description contrib-db
#%{summary}.

%prep
%setup -q -n %{name}-%{version}
%remove_java_binaries

%patch4 -p0 -b .db-javadoc

%build
mkdir -p docs
mkdir -p lib
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=$(build-classpath jline jtidy regexp commons-digester)
#pushd contrib/db/bdb/lib
#ln -sf $(build-classpath berkeleydb-native) .
#popd
#pushd contrib/db/bdb-je/lib
#ln -sf $(build-classpath berkeleydb) .
#popd
rm -r contrib/db

#FIXME: Tests freeze randomly. Turning on debug messages shows warnings like:

# [junit] GC Warning: Repeated allocation of very large block (appr. size 512000):
# [junit] 	May lead to memory leak and poor performance.

# See: http://koji.fedoraproject.org/koji/getfile?taskID=169839&name=build.log
# for an example

%ant -Dbuild.sysclasspath=first \
  -Djavacc.home=%{_bindir}/javacc \
  -Djavacc.jar=%{_javadir}/javacc.jar \
  -Djavacc.jar.dir=%{_javadir} \
  -Djavadoc.link=%{_javadocdir}/java \
  -Dversion=%{version} \
  package
#  package test generate-test-reports

mkdir META-INF
cp %{SOURCE1} META-INF/MANIFEST.MF
zip -u build/lucene-core-%{version}.jar META-INF/MANIFEST.MF
cp %{SOURCE2} META-INF/MANIFEST.MF
zip -u build/contrib/analyzers/lucene-analyzers-%{version}.jar META-INF/MANIFEST.MF

%install

install -d -m 0755 %{buildroot}%{_javadir}
install -m 0644 build/%{name}-core-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 0644 build/%{name}-demos-%{version}.jar %{buildroot}%{_javadir}/%{name}-demos-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# contrib jars
install -d -m 0755 %{buildroot}%{_javadir}/%{name}-contrib
for c in analyzers ant highlighter lucli memory misc queries similarity snowball spellchecker surround swing wordnet xml-query-parser; do
    install -m 0644 build/contrib/$c/%{name}-${c}-%{version}.jar \
		%{buildroot}%{_javadir}/%{name}-contrib
done
(cd %{buildroot}%{_javadir}/%{name}-contrib && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# bdb contrib jars
#install -d -m 0755 $RPM_BUILD_ROOT%{_javadir}/%{name}-contrib-db
#install -m 0644 build/contrib/db/bdb/%{name}-bdb-%{version}.jar \
#		$RPM_BUILD_ROOT%{_javadir}/%{name}-contrib-db
#install -m 0644 build/contrib/db/bdb-je/%{name}-bdb-je-%{version}.jar \
#		$RPM_BUILD_ROOT%{_javadir}/%{name}-contrib-db
#(cd $RPM_BUILD_ROOT%{_javadir}/%{name}-contrib-db && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/docs/api/* \
  %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# webapp
install -d -m 0755 %{buildroot}%{_datadir}/%{name}-%{version}
install -m 0644 build/%{name}web.war \
  %{buildroot}%{_datadir}/%{name}-%{version}

%files
%defattr(0644,root,root,0755)
%doc CHANGES.txt LICENSE.txt README.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%{_datadir}/%{name}-%{version}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%ghost %{_javadocdir}/%{name}

%files contrib
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-contrib

#%files contrib-db
#%defattr(0644,root,root,0755)
#%{_javadir}/%{name}-contrib-db

%files demo
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-demos-%{version}.jar
%{_javadir}/%{name}-demos.jar

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.4.0-0.0.5
+ Revision: 54fa751
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17545 |14mr|lucene++-3.0.6-1.git20140729.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Source from GitHub
#
# git clone https://github.com/luceneplusplus/LucenePlusPlus.git
# cd LucenePlusPlus
# git archive --format=tar --prefix=LucenePlusPlus-20140729/ master | xz > ../LucenePlusPlus-20140729.tar.xz

%define oname LucenePlusPlus

%define major 0
%define libname %mklibname %{name} %{major}
%define libcontrib %mklibname %{name}-contrib %{major}
%define devname %mklibname %{name} -d

%define gitdate 20140729

Summary:	C++ port of the popular Java Lucene library
Name:		lucene++
Version:	3.0.6
Release:	1.git%{gitdate}.1
License:	LGPLv3+ and ASL2.0
Group:		Development/C++
Url:		https://github.com/luceneplusplus/LucenePlusPlus
#Source0:	https://github.com/luceneplusplus/LucenePlusPlus/releases/tag/rel_%{version}.tar.gz
Source0:	%{oname}-%{gitdate}.tar.xz
Patch0:		LucenePlusPlus-20140729-pkgconfig.patch
BuildRequires:	cmake
BuildRequires:	boost-devel

%description
Lucene++ is an up to date C++ port of the popular Java Lucene library,
a high-performance, full-featured text search engine.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++ port of the popular Java Lucene library
Group:		System/Libraries

%description -n %{libname}
Lucene++ is an up to date C++ port of the popular Java Lucene library,
a high-performance, full-featured text search engine.

%files -n %{libname}
%doc *.license README* AUTHORS
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libcontrib}
Summary:	C++ port of the popular Java Lucene library
Group:		System/Libraries

%description -n %{libcontrib}
Lucene++ is an up to date C++ port of the popular Java Lucene library,
a high-performance, full-featured text search engine.

%files -n %{libcontrib}
%doc *.license README* AUTHORS
%{_libdir}/lib%{name}-contrib.so.%{major}
%{_libdir}/lib%{name}-contrib.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files and headers for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libcontrib} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development ifles and headers for %{name}.

%files -n %{devname}
%doc *.license README* AUTHORS REQUESTS
%{_includedir}/%{name}/
%{_libdir}/pkgconfig/lib%{name}*.pc
%{_libdir}/lib%{name}*.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{gitdate}
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Wed Aug 20 2014 Rosa <rosa@abf.rosalinux.ru> 3.0.6-1.git20140729.1
+ Revision: f65a3f2
- Automatic import for version 3.0.6-1.git20140729.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17546 |14mr|luit-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: luit
Version: 1.1.1
Release: 4
Summary: Locale and ISO 2022 support for Unicode terminals
Group: Development/X11
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Patch0: luit-1.1.1-mdv-fix-CP866.patch
Patch1: luit-1.1.1-posix_openpt.patch
License: MIT

BuildRequires: pkgconfig(fontenc) >= 1.0.1
BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Luit is a filter that can be run between an arbitrary application and a UTF-8
terminal emulator. It will convert application output from the locale's
encoding into UTF-8, and convert terminal input from UTF-8 into the locale's
encoding.

%prep
%setup -q -n %{name}-%{version}
%apply_patches

%build
%configure2_5x	--x-includes=%{_includedir} \
		--x-libraries=%{_libdir} \
		--with-localealiasfile=%{_datadir}/X11/locale/locale.dir

%make

%install
%makeinstall_std

%files
%{_bindir}/luit
%{_mandir}/man1/luit.1*

%changelog
* Fri Jul 04 2014 Tigro <ashejn@gmail.com> 1.1.1-4
+ Revision: 240951b
- fix implicit declaration of posix_openpt compiler error with new gcc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17547 |14mr|lv2core-6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:    The core LV2 specification
Name:       lv2core
Version:    6.0
Release:    2
Group:      System/Libraries
License:    ISC
URL:        http://lv2plug.in/
Source0:    http://lv2plug.in/spec/%{name}-%{version}.tar.bz2
BuildRequires:  pkgconfig
BuildRequires:  python

%description
LV2 is a standard for plugins and matching host applications, primarily
targeted at audio processing and generation.

LV2 is a successor to LADSPA, created to address the limitations of LADSPA
which many applications have outgrown.  Compared to LADSPA, all plugin data
is moved from the code to a separate data file, and the code has been made as
generic as possible.  As a result, LV2 can be independently extended
(retaining compatibility wherever possible), and virtually any feasible
plugin features can be implemented in an LV2 plugin.

The major version of this package refers to the LV2 specification revision
contained, while the minor version refers only to this package.

%package    devel
Summary:    Development files for the core LV2 specification
Group:      Development/C
Requires:   %{name} = %{version}

%description    devel
This package contains development files for the core LV2 specification.

%prep

%setup -q -n %{name}-%{version}

%build
python ./waf configure \
    --prefix=%{_prefix} \
    --libdir=%{_libdir}

python ./waf build

%install
rm -rf %{buildroot}

DESTDIR=%{buildroot} python ./waf install

%files
%doc AUTHORS README
%dir %{_libdir}/lv2/lv2core.lv2
%{_libdir}/lv2/lv2core.lv2/lv2core.ttl
%{_libdir}/lv2/lv2core.lv2/lv2core.doap.ttl
%{_libdir}/lv2/lv2core.lv2/manifest.ttl

%files devel
%{_includedir}/lv2.h
%{_includedir}/lv2/lv2plug.in/ns/lv2core
%{_libdir}/pkgconfig/lv2core.pc
%{_libdir}/lv2/lv2core.lv2/lv2.h

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.0-2
+ Revision: bdfcb9d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17548 |14mr|lvm2-2.02.109-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without	lvm2app
%bcond_with	cluster
%bcond_without	dmeventd
%bcond_without	lvmetad
%bcond_with	uclibc
%bcond_with	crosscompile

%define _udevdir /lib/udev/rules.d
%define lvmversion	2.02.109
%define dmversion	1.02.88
%define dmmajor		1.02
%define cmdmajor	2.02
%define appmajor	2.2

%define dmlibname	%mklibname devmapper %{dmmajor}
%define dmdevname	%mklibname devmapper -d
%define event_libname	%mklibname devmapper-event %{dmmajor}
%define event_devname	%mklibname devmapper-event -d
%define cmdlibname	%mklibname lvm2cmd %{cmdmajor}
%define cmddevname	%mklibname lvm2cmd -d
%if %{with lvm2app}
%define applibname	%mklibname lvm2app %{appmajor}
%define appdevname	%mklibname -d lvm2
%endif

#requirements for cluster
%define corosync_version 1.2.0
%define openais_version 1.1.1
%define cluster_version 3.0.6

%if %{with dmeventd}
%define dm_req %{event_libname}
%define dm_req_d %{event_devname}
%else
%define dm_req %{dmlibname}
%define dm_req_d %{dmdevname}
%endif

Summary:	Logical Volume Manager administration tools
Name:		lvm2
Version:	%{lvmversion}
Release:	2
License:	GPLv2 and LGPL2.1
Group:		System/Kernel and hardware
Url:		http://sources.redhat.com/lvm2/
Source0:	ftp://sources.redhat.com/pub/lvm2/LVM2.%{lvmversion}.tgz
Source2:	%{name}-tmpfiles.conf
Patch0:		LVM2.2.02.98-alternatives.patch
Patch1:		lvm2-2.02.77-qdiskd.patch
Patch2:		lvm2-2.02.107-vgmknodes-man.patch
Patch5:		lvm2-2.02.109-preferred_names.patch
#Patch7:		thin-perfomance-norule.patch
Patch8:		LVM2.2.02.106-link-against-libpthread.patch

# Fedora
Patch101:	lvm2-enable-lvmetad-by-default.patch
Patch102:	lvm2-remove-mpath-device-handling-from-udev-rules.patch

BuildRequires:	sed
BuildConflicts:	device-mapper-devel < %{dmversion}
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	glibc-static-devel
%if %{with uclibc}
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	uClibc-devel >= 0.9.33.2-15
%endif
%if %{with dmeventd}
# install plugins as well
Requires:	%{cmdlibname} = %{lvmversion}-%{release}
%endif
Requires:	%{dm_req} >= %{dmversion}
BuildRequires:	systemd-units
BuildRequires:	pkgconfig(systemd)
Requires(post):	rpm-helper
Conflicts:	lvm
Conflicts:	lvm1

%description
LVM includes all of the support for handling read/write operations on
physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
multiple devices (MD), see mdadm(8) or even loop devices, see losetup(8)),
creating volume groups (kind of virtual disks) from one or more physical
volumes and creating one or more logical volumes (kind of logical partitions)
in volume groups.

%if %{with uclibc}
%package -n	uclibc-%{name}
Summary:	Logical Volume Manager administration tools (uClibc linked)
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}
Requires:	uclibc-%{cmdlibname} = %{EVRD}

%description -n	uclibc-%{name}
LVM includes all of the support for handling read/write operations on
physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
multiple devices (MD), see mdadm(8) or even loop devices, see losetup(8)),
creating volume groups (kind of virtual disks) from one or more physical
volumes and creating one or more logical volumes (kind of logical partitions)
in volume groups.
%endif

%package -n	%{cmdlibname}
Summary:	LVM2 command line library
Group:		System/Kernel and hardware
Requires:	%{dm_req} >= %{dmversion}
# Avoid devel deps on library due to autoreq picking these plugins up as devel libs
%define __noautoreqfiles	'libdevmapper-event-lvm2(mirror|raid|snapshot).so'

%description -n	%{cmdlibname}
The lvm2 command line library allows building programs that manage
lvm devices without invoking a separate program.

%if %{with uclibc}
%package -n	uclibc-%{cmdlibname}
Summary:	LVM2 command line library (uClibc linked)
Group:		System/Kernel and hardware
Requires:	uclibc-%{dm_req} >= %{dmversion}
# Avoid devel deps on library due to autoreq picking these plugins up as devel libs
%define __noautoreqfiles	'libdevmapper-event-lvm2(mirror|raid|snapshot|thin).so'

%description -n	uclibc-%{cmdlibname}
The lvm2 command line library allows building programs that manage
lvm devices without invoking a separate program.
%endif

%package -n	%{cmddevname}
Summary:	Development files for LVM2 command line library
Group:		System/Kernel and hardware
Requires:	%{cmdlibname} = %{lvmversion}-%{release}
Requires:	%{dm_req_d} = %{dmversion}-%{release}
%if %{with uclibc}
Requires:	uclibc-%{cmdlibname} = %{lvmversion}-%{release}
%endif
Provides:	liblvm2cmd-devel = %{lvmversion}-%{release}
Obsoletes:	%{mklibname lvm2cmd %cmdmajor -d} < %{lvmversion}-%{release}

%description -n	%{cmddevname}
The lvm2 command line library allows building programs that manage
lvm devices without invoking a separate program.
This package contains the header files for building with lvm2cmd and lvm2app.

%if %{with lvm2app}
%package -n	%{applibname}
Summary:	LVM2 application api library
Group:		System/Kernel and hardware
Requires:	%{dm_req} >= %{dmversion}
Obsoletes:	%{mklibname lvm2app 2.1}

%description -n	%{applibname}
LVM2 application API.

%package -n	%{appdevname}
Summary:	Development files for LVM2 command line library
Group:		System/Kernel and hardware
Requires:	%{applibname} = %{lvmversion}-%{release}
Requires:	%{dm_req_d} = %{dmversion}-%{release}
Provides:	liblvm2app-devel = %{lvmversion}-%{release}
Obsoletes:	%{mklibname lvm2app %appmajor -d}

%description -n	%{appdevname}
LVM2 application API
This package contains the header files for building with lvm2app.
%endif

%if %{with cluster}
%package -n	clvmd
Summary:	cluster LVM daemon
Group:		System/Kernel and hardware
BuildRequires:	cluster-devel >= %{cluster_version}
BuildRequires:	openais-devel >= %{openais_version}
BuildRequires:	corosync-devel >= %{corosync_version}
Requires:	cman >= %{cluster_version}
Requires:	%{dm_req} >= %{dmversion}

%description -n	clvmd
clvmd is the daemon that distributes LVM metadata updates around a
cluster. It must be running on all nodes in the cluster and will give
an error if a node in the cluster does not have this daemon running.

%package -n	cmirror
Summary:	Daemon for device-mapper-based clustered mirrors
Group:		System/Kernel and hardware
BuildRequires:	cluster-devel >= %{cluster_version}
BuildRequires:	openais-devel >= %{openais_version}
BuildRequires:	corosync-devel >= %{corosync_version}
Requires:	cman >= %{cluster_version}
Requires:	openais >= %{openais_version}
Requires:	corosync >= %{corosync_version}
Requires:	%{dmlibname} >= %{dmversion}

%description -n	cmirror
Daemon providing device-mapper-based mirrors in a shared-storage cluster.
%endif

%package -n	dmsetup
Summary:	Device mapper setup tool
Version:	%{dmversion}
Group:		System/Kernel and hardware
Provides:	device-mapper = %{dmversion}-%{release}
%if %{with dmeventd}
Provides:	dmeventd = %{dmversion}-%{release}
%endif
Requires:	%{dm_req} = %{dmversion}-%{release}
BuildRequires:	pkgconfig(udev) >= 195
Requires:	udev
Requires(pre):	rpm-helper

%description -n	dmsetup
Dmsetup manages logical devices that use the device-mapper driver.  
Devices are created by loading a table that specifies a target for
each sector (512 bytes) in the logical device.

%package -n	%{dmlibname}
Summary:	Device mapper library
Version:	%{dmversion}
Group:		System/Kernel and hardware

%description -n	%{dmlibname}
The device-mapper driver enables the definition of new block
devices composed of ranges of sectors of existing devices.  This
can be used to define disk partitions - or logical volumes.

This package contains the shared libraries required for running
programs which use device-mapper.

%if %{with uclibc}
%package -n	uclibc-%{dmlibname}
Summary:	Device mapper library (uClibc linked)
Version:	%{dmversion}
Group:		System/Kernel and hardware
#(tpg) in case of fire...
#ifarch %ix68
#define __noautoreqfiles	'libudev.so.1'
#endif

%description -n	uclibc-%{dmlibname}
The device-mapper driver enables the definition of new block
devices composed of ranges of sectors of existing devices.  This
can be used to define disk partitions - or logical volumes.

This package contains the shared libraries required for running
programs which use device-mapper.
%endif

%if %{with uclibc}
%package -n	uclibc-dmsetup
Summary:	Device mapper setup tool (uClibc linked)
Version:	%{dmversion}
Group:		System/Kernel and hardware
Requires:	udev

%description -n	uclibc-dmsetup
Dmsetup manages logical devices that use the device-mapper driver.  
Devices are created by loading a table that specifies a target for
each sector (512 bytes) in the logical device.
%endif

%package -n	%{dmdevname}
Summary:	Device mapper development library
Version:	%{dmversion}
Group:		Development/C
Provides:	device-mapper-devel = %{dmversion}-%{release}
Provides:	libdevmapper-devel = %{dmversion}-%{release}
Requires:	%{dmlibname} = %{dmversion}-%{release}
%if %{with uclibc}
Requires:	uclibc-%{dmlibname} = %{dmversion}-%{release}
%endif
Requires:	pkgconfig
Conflicts:	device-mapper-devel < %{dmversion}-%{release}
Obsoletes:	%{mklibname devmapper %dmmajor -d}

%description -n	%{dmdevname}
The device-mapper driver enables the definition of new block
devices composed of ranges of sectors of existing devices.  This
can be used to define disk partitions - or logical volumes.

This package contains the header files and development libraries
for building programs which use device-mapper.

%if %{with dmeventd}
%package -n	%{event_libname}
Summary:	Device mapper event library
Version:	%{dmversion}
Group:		System/Kernel and hardware
Provides:	device-mapper-event = %{dmversion}-%{release}
Provides:	libdevmapper-event = %{dmversion}-%{release}
Requires:	%{dmlibname} >= %{dmversion}

%description -n	%{event_libname}
The device-mapper-event library allows monitoring of active mapped devices.

This package contains the shared libraries required for running
programs which use device-mapper-event.

%if %{with uclibc}
%package -n	uclibc-%{event_libname}
Summary:	Device mapper event library (uClibc linked)
Version:	%{dmversion}
Group:		System/Kernel and hardware
Requires:	uclibc-%{dmlibname} = %{EVRD}

%description -n	uclibc-%{event_libname}
The device-mapper-event library allows monitoring of active mapped devices.

This package contains the shared libraries required for running
programs which use device-mapper-event.
%endif

%package -n	%{event_devname}
Summary:	Device mapper event development library
Version:	%{dmversion}
Group:		Development/C
Provides:	device-mapper-event-devel = %{dmversion}-%{release}
Requires:	%{event_libname} = %{dmversion}-%{release}
Requires:	%{dmdevname} = %{dmversion}-%{release}
%if %{with uclibc}
Requires:	%{event_libname} = %{dmversion}-%{release}
Requires:	%{dmdevname} = %{dmversion}-%{release}
%endif
Conflicts:	device-mapper-event-devel < %{dmversion}-%{release}
Obsoletes:	%{mklibname devmapper-event %dmmajor -d}

%description -n	%{event_devname}
The device-mapper-event library allows monitoring of active mapped devices.

This package contains the header files and development libraries
for building programs which use device-mapper-event.
%endif

%prep
%setup -qn LVM2.%{lvmversion}
%apply_patches
autoreconf -fiv

%build
%if %{with crosscompile}
export ac_cv_func_malloc_0_nonnull=yes
export ac_cv_func_realloc_0_nonnull=yes
%endif
%ifarch %arm
export ac_cv_func_malloc_0_nonnull=yes
%endif
datelvm=`awk -F '[.() ]*' '{printf "%s.%s.%s:%s\n", $1,$2,$3,$(NF-1)}' VERSION`
datedm=`awk -F '[.() ]*' '{printf "%s.%s.%s:%s\n", $1,$2,$3,$(NF-1)}' VERSION_DM`
if [ "${datelvm%:*}" != "%{lvmversion}" -o "${datedm%:*}" != "%{dmversion}" -o \
 "%{release}" = "1" -a "${datelvm#*:}" != "${datedm#*:}" ]; then
	echo "ERROR:	you should not be touching this package" 1>&2
	echo "	without full understanding of relationship between device-mapper" 1>&2
	echo "	and lvm2 versions" 1>&2
	exit 1
fi
%if %{with dmeventd}
%define _disable_ld_as_needed 1
%endif
%define common_configure_parameters --with-user=`id -un` --with-group=`id -gn` --disable-selinux --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660
export ac_cv_lib_dl_dlopen=no
export MODPROBE_CMD=/sbin/modprobe
export CONFIGURE_TOP="$PWD"

unset ac_cv_lib_dl_dlopen

%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%uclibc_configure \
	BLKID_LIBS="-lblkid -luuid" \
	--with-optimisation="" \
	%{common_configure_parameters} \
	--libdir=%{uclibc_root}/%{_lib} \
	--with-usrlibdir=%{uclibc_root}%{_libdir} \
	--sbindir=%{uclibc_root}/sbin \
	--enable-static_link \
	--enable-readline \
	--with-cluster=none \
	--with-pool=none \
%if %{with dmeventd}
	--enable-cmdlib \
	--enable-dmeventd \
	--with-dmeventd-path=/sbin/dmeventd \
%endif
%if %{with lvmetad}
	--enable-lvmetad \
%endif
	--enable-udev_sync \
	--enable-udev_rules \
	--enable-udev-systemd-background-jobs \
	--with-udevdir=%{_udevdir} \
	--with-systemdsystemunitdir=%{_unitdir}
%make V=1
popd

%else
mkdir -p static
pushd static
%configure2_5x %{common_configure_parameters} \
	--enable-static_link \
	--disable-readline \
	--with-cluster=none \
	--with-pool=none
sed -e 's/\ -static/ -static -Wl,--no-export-dynamic/' -i tools/Makefile
%make
popd
%endif

mkdir -p shared
pushd shared
%configure2_5x %{common_configure_parameters} \
	--sbindir=/sbin \
	--disable-static_link \
	--enable-readline \
	--enable-fsadm \
	--enable-pkgconfig \
	--with-usrlibdir=%{_libdir} \
	--libdir=/%{_lib} \
	--enable-cmdlib \
%if %with lvm2app
	--enable-applib \
%endif
%if %{with cluster}
	--with-clvmd=cman,openais,corosync \
	--enable-cmirrord \
%else
	--with-cluster=none \
	--with-pool=none \
%endif
%if %{with dmeventd}
	--enable-dmeventd \
	--with-dmeventd-path=/sbin/dmeventd \
%endif
%if %{with lvmetad}
	--enable-lvmetad \
%endif
	--enable-udev_sync \
	--enable-udev_rules \
	--enable-udev-systemd-background-jobs \
	--with-udevdir=%{_udevdir} \
	--with-systemdsystemunitdir=%{_unitdir}
# 20090926 no translations yet:	--enable-nls
# end of configure options
%make
popd

%install
%if %{with uclibc}
%makeinstall_std -C uclibc
rm -f %{buildroot}%{uclibc_root}%{_libdir}/{liblvm2cmd,libdevmapper-event*}.a
%endif

%makeinstall_std -C shared install_system_dirs install_systemd_units install_systemd_generators install_tmpfiles_configuration

install -m644 %{SOURCE2} -D %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -d %{buildroot}/etc/lvm/archive
install -d %{buildroot}/etc/lvm/backup
install -d %{buildroot}/etc/lvm/cache
touch %{buildroot}/etc/lvm/cache/.cache

install -d %{buildroot}/run/lock/lvm

%if %{with cluster}
install shared/scripts/clvmd_init_red_hat %{buildroot}%{_initrddir}/clvmd
install shared/scripts/cmirrord_init_red_hat %{buildroot}%{_initrddir}/cmirrord
%endif

%if %{with cluster}
install -m 0755 scripts/lvmconf.sh %{buildroot}/sbin/lvmconf
%endif

%if %{with uclibc}
mv %{buildroot}%{uclibc_root}%{_sbindir}/*static %{buildroot}/sbin
%else
install static/tools/lvm.static -D %{buildroot}/sbin/lvm.static
install static/tools/dmsetup.static -D %{buildroot}/sbin/dmsetup.static
%endif

#install -d %{buildroot}/%{_libdir}/
#compatibility links
ln %{buildroot}/sbin/lvm %{buildroot}/sbin/lvm2
ln %{buildroot}/sbin/lvm.static %{buildroot}/sbin/lvm2-static
ln %{buildroot}/sbin/dmsetup.static %{buildroot}/sbin/dmsetup-static

%if %{with uclibc}
ln %{buildroot}%{uclibc_root}/sbin/lvm %{buildroot}%{uclibc_root}/sbin/lvm2
%endif

#hack permissions of libs
chmod u+w %{buildroot}/%{_lib}/*.so.* %{buildroot}/sbin/*
%if %{with cluster}
chmod u+w  %{buildroot}/sbin/*
%endif


#hack trick strip_and_check_elf_files
export LD_LIBRARY_PATH=%{buildroot}/%{_lib}:${LD_LIBRARY_PATH}

rm -f %{buildroot}/sbin/dmeventd.static

%pre
if [ -L /sbin/lvm -a -L /etc/alternatives/lvm ]; then
	update-alternatives --remove lvm /sbin/lvm2
fi

%if %{with cluster}
%post -n clvmd
%_post_service clvmd
/sbin/lvmconf --lockinglibdir %{_libdir}

%preun -n clvmd
%_preun_service clvmd
if [ "$1" = 0 ]; then
	/sbin/lvmconf --disable-cluster
fi

%post -n cmirror
%_post_service cmirror

%preun -n cmirror
%_preun_service cmirror
%endif

%files
%doc INSTALL README VERSION WHATS_NEW
/sbin/blkdeactivate
/sbin/fsadm
/sbin/lv*
/sbin/pv*
/sbin/vg*
%dir %{_sysconfdir}/lvm
%dir %{_sysconfdir}/lvm/profile
%{_sysconfdir}/lvm/profile/command_profile_template.profile
%{_sysconfdir}/lvm/profile/metadata_profile_template.profile
%{_sysconfdir}/lvm/profile/thin-generic.profile
%{_sysconfdir}/lvm/profile/thin-performance.profile
%config(noreplace) %{_sysconfdir}/lvm/lvm.conf
%attr(700,root,root) %dir %{_sysconfdir}/lvm/archive
%attr(700,root,root) %dir %{_sysconfdir}/lvm/backup
%attr(700,root,root) %dir %{_sysconfdir}/lvm/cache
%attr(600,root,root) %ghost %{_sysconfdir}/lvm/cache/.cache
%attr(700,root,root) %dir /run/lock/lvm
%{_unitdir}/blk-availability.service
%{_unitdir}/lvm2-monitor.service
%{_systemgeneratordir}/lvm2-activation-generator
%if %{with lvmetad}
%{_unitdir}/lvm2-lvmetad.socket
%{_unitdir}/lvm2-lvmetad.service
%{_unitdir}/lvm2-pvscan@.service
%endif
%{_tmpfilesdir}/%{name}.conf
%{_mandir}/man5/*
%{_mandir}/man7/lvmthin.7*
%{_mandir}/man8/*
%{_udevdir}/11-dm-lvm.rules
%{_udevdir}/69-dm-lvm-metad.rules

%if %{with uclibc}
%files -n uclibc-%{name}
%doc INSTALL README VERSION WHATS_NEW
%{uclibc_root}/sbin/blkdeactivate
%{uclibc_root}/sbin/fsadm
%{uclibc_root}/sbin/lv*
%{uclibc_root}/sbin/pv*
%{uclibc_root}/sbin/vg*
%endif

%files -n %{cmdlibname}
/%{_lib}/liblvm2cmd.so.%{cmdmajor}
%if %{with dmeventd}
%dir /%{_lib}/device-mapper
/%{_lib}/device-mapper/libdevmapper-event-lvm2mirror.so
/%{_lib}/device-mapper/libdevmapper-event-lvm2raid.so
/%{_lib}/device-mapper/libdevmapper-event-lvm2snapshot.so
/%{_lib}/device-mapper/libdevmapper-event-lvm2thin.so
/%{_lib}/libdevmapper-event-lvm2.so.%{cmdmajor}
/%{_lib}/libdevmapper-event-lvm2mirror.so
/%{_lib}/libdevmapper-event-lvm2raid.so
/%{_lib}/libdevmapper-event-lvm2snapshot.so
/%{_lib}/libdevmapper-event-lvm2thin.so
%endif

%if %{with uclibc}
%files -n uclibc-%{cmdlibname}
%{uclibc_root}/%{_lib}/liblvm2cmd.so.%{cmdmajor}
%if %{with dmeventd}
%dir %{uclibc_root}/%{_lib}/device-mapper
%{uclibc_root}/%{_lib}/device-mapper/libdevmapper-event-lvm2mirror.so
%{uclibc_root}/%{_lib}/device-mapper/libdevmapper-event-lvm2raid.so
%{uclibc_root}/%{_lib}/device-mapper/libdevmapper-event-lvm2snapshot.so
%{uclibc_root}/%{_lib}/device-mapper/libdevmapper-event-lvm2thin.so
%{uclibc_root}/%{_lib}/libdevmapper-event-lvm2.so.%{cmdmajor}
%{uclibc_root}/%{_lib}/libdevmapper-event-lvm2mirror.so
%{uclibc_root}/%{_lib}/libdevmapper-event-lvm2raid.so
%{uclibc_root}/%{_lib}/libdevmapper-event-lvm2snapshot.so
%{uclibc_root}/%{_lib}/libdevmapper-event-lvm2thin.so
%endif
%endif

%files -n %{cmddevname}
%{_includedir}/lvm2cmd.h
%{_libdir}/liblvm2cmd.so
%if %{with uclibc}
%{uclibc_root}%{_libdir}/liblvm2cmd.so
%endif

%if %{with lvm2app}
%files -n %{applibname}
/%{_lib}/liblvm2app.so.*

%files -n %{appdevname}
%{_includedir}/lvm2app.h
%{_libdir}/liblvm2app.so
%{_libdir}/pkgconfig/lvm2app.pc
%endif

%if %{with cluster}
%files -n clvmd
/sbin/clvmd
/sbin/lvmconf
%attr(644,root,root) %{_mandir}/man8/clvmd.8*

%files -n cmirror
/sbin/cmirrord
%attr(644,root,root) %{_mandir}/man8/cmirrord.8*
%endif

%files -n dmsetup
%doc INSTALL README VERSION_DM WHATS_NEW_DM
/sbin/dmsetup
/sbin/dmsetup.static
/sbin/dmsetup-static
%if %{with dmeventd}
/sbin/dmeventd
%endif
%{_unitdir}/dm-event.service
%{_unitdir}/dm-event.socket
%{_udevdir}/10-dm.rules
%{_udevdir}/13-dm-disk.rules
%{_udevdir}/95-dm-notify.rules

%if %{with uclibc}
%files -n uclibc-dmsetup
%{uclibc_root}/sbin/dmsetup
%if %{with dmeventd}
%{uclibc_root}/sbin/dmeventd
%endif
%endif

%files -n %{dmlibname}
/%{_lib}/libdevmapper.so.%{dmmajor}*

%if %{with uclibc}
%files -n uclibc-%{dmlibname}
%{uclibc_root}/%{_lib}/libdevmapper.so.%{dmmajor}*
%endif

%files -n %{dmdevname}
%{_libdir}/libdevmapper.so
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libdevmapper.a
%{uclibc_root}%{_libdir}/libdevmapper.so
%endif
%{_includedir}/libdevmapper.h
%{_libdir}/pkgconfig/devmapper.pc

%if %{with dmeventd}
%files -n %{event_libname}
/%{_lib}/libdevmapper-event.so.*

%if %{with uclibc}
%files -n uclibc-%{event_libname}
%{uclibc_root}/%{_lib}/libdevmapper-event.so.*
%endif

%files -n %{event_devname}
%{_includedir}/libdevmapper-event.h
%{_libdir}/libdevmapper-event.so
%{_libdir}/libdevmapper-event-lvm2.so
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libdevmapper-event.so
%{uclibc_root}%{_libdir}/libdevmapper-event-lvm2.so
%endif
%{_libdir}/pkgconfig/devmapper-event.pc
%endif

%changelog
* Fri Aug 08 2014 Tigro <ashejn@gmail.com> 2.02.109-2
+ Revision: 60a7b4e
- update to 2.02.109



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17549 |14mr|lwp-2.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name lwp
%define version 2.5
%define release 7
%define major 2

%define libname %mklibname %name %major
%define develname %mklibname %name -d

Summary: LWP thread library
Name: %{name}
Version: %{version}
Release: %{release}
License: LGPLv2
Source: ftp://ftp.coda.cs.cmu.edu/pub/coda/src/%{name}-%{version}.tar.gz
URL: http://www.coda.cs.cmu.edu
Group: Development/Other
BuildRoot: %{_tmppath}/%{name}-%{version}
Buildrequires: gzip

%description
The LWP userspace threads library. The LWP threads library is used by the Coda
distributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (remote
procedure call library).

%package -n %{libname}
Summary: LWP thread library development files
Group: Development/Other
Obsoletes: %{name}
Provides: %{name}
Provides: lib%{name} = %version-%release

%description -n %{libname}
The LWP userspace threads library. The LWP threads library is used by the Coda
distributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (remote
procedure call library).

%package -n %{develname}
Summary: LWP thread library development files
Group: Development/Other
Requires: %{libname} = %{version}-%{release}
Obsoletes: %{name}-devel
Provides: lib%{name}-devel = %version-%release
Provides: %{name}-devel
Obsoletes: %{mklibname lwp 2 -d}

%description  -n %{develname}
Headers and static libraries for developing programs using the LWP userspace
threads library. The LWP threads library is used by the Coda distributed
filesystem, RVM (a persistent VM library), and RPC2/SFTP (a remote procedure
call library).

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall
chmod 755 %{buildroot}%{_libdir}/liblwp.so.*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/liblwp.so.*

%files -n %{develname}
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS PORTING README
%{_libdir}/liblwp.a
%{_libdir}/liblwp.so
%dir %{_includedir}/lwp
%{_includedir}/lwp/lock.h
%{_includedir}/lwp/lwp.h
%{_includedir}/lwp/timer.h
%{_libdir}/pkgconfig/lwp.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5-7
+ Revision: 46deff3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17550 |14mr|lxappearance-0.5.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A new feature-rich GTK+ theme switcher
Name:     	lxappearance
Version:	0.5.1
Release:	6
License:	GPLv2+
Group:		Graphical desktop/Other
Source0: 	http://downloads.sourceforge.net/project/lxde/%name-%version.tar.gz
Patch0:		po.fuzzy.patch
#Resave .gtkrc in LXDE too
Patch1:		lxappearance-gtkrc-save.patch
URL:		http://lxde.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	gtk+2-devel desktop-file-utils
BuildRequires:	intltool
Suggests: lxappearance-obconf

%description
LXAppearance is a new GTK+ theme switcher developed for project LXDE.

%package devel
Group:		Graphical desktop/Other
Summary:	%{name} developement files
Provides:	%{name}-devel = %{version}-%{release}
Requires:	pkgconfig

%description devel
This package contains header files needed when building applications based on
%{name}.

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%{find_lang} %{name}

desktop-file-install --vendor="" \
	--remove-key="NotShowIn" \
	--add-only-show-in="LXDE" \
	--dir=%buildroot%_datadir/applications %buildroot%_datadir/applications/*.desktop


%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/%name
%{_datadir}/applications/*.desktop
%{_datadir}/%name
%{_mandir}/man1/lxappearance.*

%files devel
%defattr(-,root,root)
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/lxappearance.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.1-6
+ Revision: 3c33ffb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17551 |14mr|lxappearance-obconf-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Plugin to configure OpenBox inside LXAppearance
Name:           lxappearance-obconf
Version:        0.2.1
Release:        2
Epoch:		1
Group:          Graphical desktop/Other
License:        GPLv2+
URL:            http://lxde.org/
Source0:        %{name}-%{version}.tar.gz

BuildRequires:  gtk+2-devel
BuildRequires:  openbox-devel >= 3.5.2
BuildRequires:  lxappearance-devel
BuildRequires:  %{_lib}sm6
BuildRequires:  gettext
BuildRequires:  intltool
BuildRequires:  libtool
BuildRequires:	openbox
Requires:       lxappearance >= 0.5.1
Requires:       openbox

%description
This plugin adds an addtional tab called "Window Border" to LXAppearance. 
It is only visible when the plugin is installed and Openbox is in use.

%prep
%setup -q

# dirty hack for outdated/changing LINGUAS file
cd po
ls *.po > LINGUAS
sed -i 's/.po//g' LINGUAS

%build
%configure --disable-static
%make

%install
make install DESTDIR=%{buildroot}
rm %{buildroot}%{_libdir}/lxappearance/plugins/obconf.la
%find_lang %{name}

%files -f %{name}.lang
# FIXME add NEWS and TODO
%doc AUTHORS CHANGELOG COPYING README
%{_libdir}/lxappearance/plugins/obconf.so
%{_datadir}/lxappearance/obconf/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.2.1-2
+ Revision: 682b714
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17552 |14mr|lxc-1.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname lxc %{major}
%define develname %mklibname lxc -d
%define debugcflags	%nil
%define	debug_package	%nil

%define luaver 5.2
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}
%bcond_without	lua
%bcond_with	python3

Name:		lxc
Version:	1.0.4
Release:	1
Summary:	Linux Containers
URL:		http://lxc.sourceforge.net
Source0:	https://linuxcontainers.org/downloads/%{name}-%{version}.tar.gz
Group:		System/Kernel and hardware
License:	LGPLv2
Epoch:		1
Patch2:		lxc-0.9.0.ROSA.network.patch
Patch3:		lxc-0.9.0.updates.patch
BuildRequires:	docbook-utils
BuildRequires:  kernel-headers
BuildRequires:	cap-devel
Buildrequires:	docbook-dtd30-sgml
Buildrequires:	docbook2x
%if %{with lua}
Buildrequires:	lua-devel
%endif
%if %{with python3}
Buildrequires:	python3-devel
%endif
# needed for lxc-busybox
Requires:       busybox
# needed for lxc-debian
Requires:       dpkg
# needed for lxc-debian, lxc-ubuntu:
Requires:       debootstrap rsync
# needed for lxc-sshd
Requires:       openssh-server
# bridge
Requires:       bridge-utils

Conflicts:   lxc-doc < 0.7.5
Obsoletes:   lxc-doc < 0.7.5

%description
The package "%{name}" provides the command lines to create and manage
containers.  It contains a full featured container with the isolation
/ virtualization of the pids, the ipc, the utsname, the mount points,
/proc, /sys, the network and it takes into account the control groups.
It is very light, flexible, and provides a set of tools around the
container like the monitoring with asynchronous events notification,
or the freeze of the container. This package is useful to create
Virtual Private Server, or to run isolated applications like bash or
sshd.

%package -n	%{libname}
Summary:	Library for LXC
Group:		System/Libraries

%description -n %{libname}
Library for the Linux Kernel Containers.

%package -n	%{develname}
Summary:	Development files for LXC
Group:		Development/C

%description -n %{develname}
Developement files for the Linux Kernel Containers.

%if %{with lua}
%package        -n lua-%{name}
Summary:        Lua binding for %{name}
Group:          System/Libraries
Requires:       lua-filesystem

%description    -n lua-%{name}
Linux Resource Containers provide process and resource isolation without the
overhead of full virtualization.

The lua-%{name} package contains the Lua binding for %{name}.
%endif

%if %{with python3}
%package        -n python3-%{name}
Summary:        Python binding for %{name}
Group:          System Environment/Libraries

%description    -n python3-%{name}
Linux Resource Containers provide process and resource isolation without the
overhead of full virtualization.

The python3-%{name} package contains the Python3 binding for %{name}.
%endif

%prep
%setup -q
%apply_patches

%build
export LDFLAGS="$LDFLAGS -llua"
%configure2_5x  F77=no \
		--disable-apparmor \
		--with-distro=mandriva \
%if %{with lua}
		--enable-lua \
%endif
%if %{with python3}
		--enable-python \
%endif

# remove rpath ( rpmlint error )
#sed -i '/AM_LDFLAGS = -Wl,-E -Wl,-rpath -Wl,$(libdir)/d' src/lxc/Makefile.in
%make

%install
%makeinstall_std templatesdir=%{_datadir}/lxc/templates READMEdir=%{_libexecdir}/lxc/rootfs

mkdir -p %{buildroot}/var/lib/%{name}

rm -f %{buildroot}%{_datadir}/%{name}/%{name}-patch.py*

%files
%doc README MAINTAINERS NEWS ChangeLog AUTHORS CONTRIBUTING COPYING
%{_sysconfdir}/lxc/default.conf
%{_sysconfdir}/bash_completion.d/lxc
%{_bindir}/lxc-*
%{_datadir}/%{name}/%{name}.functions
%{_datadir}/%{name}/config/*.conf
%{_datadir}/lxc/hooks/*
%{_datadir}/lxc/templates/*
%{_libexecdir}/lxc/rootfs/README
%{_libexecdir}/lxc/lxc-*
%{_localstatedir}/lib/%{name}
%{_mandir}/ja/man*/%{name}*
%{_mandir}/man*/%{name}*
%{_sbindir}/init.lxc

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}.so.%{major}.*

%files -n %{develname}
%doc COPYING
%{_includedir}/%{name}/*.h
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

%if %{with lua}
%files -n lua-%{name}
%{lualibdir}/%{name}
%{luapkgdir}/%{name}.lua
%endif

%if %{with python3}
%files -n python3-%{name}
%{python3_sitearch}/*
%endif

%changelog
* Thu Jul 03 2014 Tigro <ashejn@gmail.com> 1:1.0.4-1
+ Revision: b4ba4ea
- update to 1.0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17553 |14mr|lxde-common-0.5.5-0.git20110808.20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git git20110808
# define Epoch only to revert from 0.5.5.1 to 0.5.5 git
Epoch: 1

Summary:	A set of default configuration for LXDE
Name:	  	lxde-common
Version:	0.5.5
Release:	%mkrel -c %git 20
License:	GPLv2+
Group:		Graphical desktop/Other
Source0: 	http://dfn.dl.sourceforge.net/sourceforge/lxde/%name-%version.tar.gz
Source1:	rosa-button-lxde.png
# Mandriva customization patch
Patch101:	lxde-common-0.5.5-pcmanfm.conf.patch
Patch102:	lxde-common-0.5.5-add-mcc-to-panel.patch
Patch103:	lxde-common-0.5.5-lxpanel-customization.patch
Patch106:	lxde-common-0.5.5-autostart.patch
Patch109:	lxde-common-0.5.5-config.patch

URL:		http://lxde.sourceforge.net/
BuildRequires:	xsltproc docbook-style-xsl
BuildArch:	noarch
#Requires:	smproxy
Suggests:	xscreensaver
Requires:	openbox
Requires:	lxpanel >= 0.5.9
Requires:	lxsession >= 0.4.1
Requires:	pcmanfm >= 0.9.10
Requires:	lxterminal
Requires:	lxde-icon-theme
Requires:	mandriva-lxde-config >= 0.5
Requires(post):	mandriva-theme

%description
This package provides a set of default configuration for LXDE.

%prep
%setup -q
%patch101 -p0 -b .pcmanfm_conf
%patch102 -p0 -b .mdv-mcc
%patch103 -p1 -b .mdv-panel
%patch106 -p0 -b .autostart
%patch109 -p0 -b .config

%build
#./autogen.sh
%configure2_5x --enable-man
%make

%install
%makeinstall_std

mkdir -p %buildroot%{_datadir}/icons
cp -f %SOURCE1 %{buildroot}%{_datadir}/icons/

#{find_lang} %{name}

# we'll ship these files via mandriva-lxde-config
rm -f %buildroot%{_sysconfdir}/xdg/lxsession/LXDE/desktop.conf %buildroot%{_datadir}/lxde/openbox/rc.xml

# we do not need this file
rm -f %buildroot%{_datadir}/xsessions/LXDE.desktop

# instead, we use wmsession.d
install -d %buildroot%_sysconfdir/X11/wmsession.d/
cat > %buildroot%_sysconfdir/X11/wmsession.d/04LXDE << EOF
NAME=LXDE
DESC=Lightweight X11 Desktops Environment
EXEC=/usr/bin/startlxde
SCRIPT:
exec /usr/bin/startlxde
EOF

# install this one manually, this provides the logout button on lxpanel:
install -m644 -D lxde-logout.desktop.in %buildroot%_datadir/applications/lxde-logout.desktop

%post
%make_session

%postun
%make_session

%files
%config %{_sysconfdir}/xdg/lxsession/LXDE/autostart
%config %{_sysconfdir}/xdg/pcmanfm/LXDE/pcmanfm.conf
%{_sysconfdir}/X11/wmsession.d/04LXDE
%{_bindir}/*
%{_datadir}/applications/lxde-logout.desktop
%{_datadir}/lxde
%{_datadir}/lxpanel
%{_mandir}/man1/*
%{_datadir}/icons/rosa-button-lxde.png



%changelog
* Fri Nov 15 2013 Alexander Kazancev <kazancas@gmail.com> 1:0.5.5-0.git20110808.20
+ Revision: b27e0b4
- SILENT up version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17554 |14mr|lxde-control-center-0.0.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: lxde-control-center     
Version: 0.0.12
Release: 2
Summary:  LXDE Control Center for ROSA/Mandriva      

Group: Graphical desktop/Other
License: GPLv2+            
Source0: %{name}-%{version}.tar.xz
URL:	https://abf.rosalinux.ru/soft/lxde-control-center
BuildRequires:	gettext
Requires: python, pygtk2.0, python-webkitgtk, python-simplejson
Suggests: obconf
Suggests: mdvinput
Suggests: lxappearance
Suggests: lxrandr
Suggests: drakxtools
Suggests: grub-customizer
Obsoletes: drakconf
Obsoletes: drakconf-legacy
BuildArch: noarch

%description

LXDE Control Center is common setup tool for Drakx and LXDE configuration
programs.

%prep
%setup -q -n %{name}-%{version}

%build
./compile_translations.py lxde-control-center po/

%install
mkdir -p %buildroot/usr
mkdir -p %buildroot%{_localedir}

cp -rf ./bin %buildroot/usr/
cp -rf ./share %buildroot/usr/
cp -rf ./lib %buildroot/usr/

ln -sf ./bin/%name %buildroot/usr/bin/drakconf

%files
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/locale/*
%{_datadir}/javascript/*
/usr/lib/lxde/%{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.12-2
+ Revision: eea0d74
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17555 |14mr|lxde-icon-theme-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: LXDE icon theme
Name: lxde-icon-theme
Version: 0.0.1
Release: 4
License: LGPLv2+
Group: Graphical desktop/Other
URL: http://www.lxde.org
Source: http://freefr.dl.sourceforge.net/project/lxde/LXDE%20Icon%20Theme/%{name}-%{version}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Provides: nuoveXT2-icon-theme = %{version}-%{release}
Obsoletes: nuoveXT2-icon-theme < 0.5.0

%description
This package contains nuoveXT2 icon theme for LXDE.

%prep
%setup -q

%build
%configure2_5x

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

touch %buildroot%_iconsdir/nuoveXT2/icon-theme.cache

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_icon_cache nuoveXT2

%postun
%clean_icon_cache nuoveXT2

%files
%defattr(-,root,root,-)
%dir %_iconsdir/nuoveXT2
%_iconsdir/nuoveXT2/*/*/*
%_iconsdir/nuoveXT2/extra/*
%_iconsdir/nuoveXT2/index.theme
%ghost %_iconsdir/nuoveXT2/icon-theme.cache



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.1-4
+ Revision: d31bb02
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17556 |14mr|lxdm-0.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: GUI login manager for LXDE
Name: lxdm
Version: 0.4.1
Release: 3
License: GPLv2+
Group: Graphical desktop/Other
Source0: http://dfn.dl.sourceforge.net/sourceforge/lxde/%name-%version.tar.gz
Source1: 27%{name}.conf
Patch0: lxdm-0.2.0-mdv-customization.patch
Patch1:	lxdm-0.4.1-ui-src.patch
URL: http://www.lxde.org
BuildRequires: intltool
BuildRequires: libxmu-devel
BuildRequires: pam-devel
BuildRequires: iso-codes
BuildRequires: gtk+2-devel
Requires: iso-codes
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A lightweight dropped-in replacement for GDM or KDM.

%prep
%setup -q
%patch0 -p0 -b .mdv
%patch1 -p0 -b .ui
rm -f data/lxdm.conf

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

# dm conf file
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/X11/dm.d/27%{name}.conf

%{find_lang} %{name}

%files -f %{name}.lang
%defattr(-, root, root)
%dir %{_sysconfdir}/lxdm
%{_sysconfdir}/lxdm/Xsession
%config(noreplace) %{_sysconfdir}/lxdm/lxdm.conf
%config(noreplace) %{_sysconfdir}/lxdm/LoginReady
%config(noreplace) %{_sysconfdir}/lxdm/PostLogin
%config(noreplace) %{_sysconfdir}/lxdm/PostLogout
%config(noreplace) %{_sysconfdir}/lxdm/PreLogin
%config(noreplace) %{_sysconfdir}/lxdm/PreReboot
%config(noreplace) %{_sysconfdir}/lxdm/PreShutdown
%config(noreplace) %{_datadir}/X11/dm.d/27%{name}.conf
%{_sysconfdir}/pam.d/*
%{_libexecdir}/lxdm-greeter-gtk
%{_sbindir}/lxdm*
%{_datadir}/%{name}
%{_bindir}/lxdm-config
%{_libdir}/lxdm-greeter-gdk
%{_libdir}/lxdm-numlock



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.1-3
+ Revision: 51cfe6a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17557 |14mr|lxinput-0.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Configure keyboard and mouse
Name:		lxinput
Version:	0.3.1
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Other
Source0:	http://dfn.dl.sourceforge.net/sourceforge/lxde/%name-%version.tar.gz
# restore broked system changes for GTK3
URL:		http://www.lxde.org
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	gtk+2-devel
BuildRequires:	intltool >= 0.40.0
BuildRequires:	docbook-dtd412-xml xsltproc

%description
LXInput is a small program used to configure keyboard and mouse for LXDE.

%prep
%setup -q

%build
%configure2_5x --enable-man
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%{find_lang} %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/%name
%{_datadir}/applications/*.desktop
%{_datadir}/%name
%{_mandir}/man1/*.1.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.1-2
+ Revision: 3977565
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17558 |14mr|lxlauncher-0.2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open source replacement for Asus Launcher of EeePC
Name:     	lxlauncher
Epoch:		1
Version:	0.2.2
Release:	5
License:	GPLv2+
Group:		Graphical desktop/Other
Source0: 	http://dfn.dl.sourceforge.net/sourceforge/lxde/%name-%version.tar.gz
# fix looking for icon names containing a dot which does not mark an extension, like ooo-writer3.0
# to be submitted upstream
Patch2:		lxlauncher-0.2-iconext.patch
Patch13:	lxlauncher-0.2.2-gtk.patch
URL:		http://lxde.sourceforge.net/
BuildRequires:	gtk+2-devel intltool
BuildRequires:	menu-cache-devel
Buildrequires:	gnome-common
BuildRequires:	startup-notification-devel
BuildRequires:	pkgconfig(gconf-2.0)
Requires:	desktop-common-data
Suggests:	nuoveXT2-icon-theme

%description
LXLauncher is part of LXDE project. It's designed for Asus EeePC as an
open source replacement for Asus Launcher included in EeePC provided by
Xandros. LXLauncher is standard-compliant and desktop-independent. It
follows freedesktop.org specs, so newly added applications will
automatically show up in the launcher, and vice versa for the removed ones.

%prep
%setup -q -n %name-%version
%patch2 -p1 -b .iconext
%patch13 -p0

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%{find_lang} %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/%name
%{_datadir}/desktop-directories/lxde-*.directory
%{_sysconfdir}/xdg/menus/lxlauncher-applications.menu
%{_sysconfdir}/xdg/lxlauncher



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.2.2-5
+ Revision: 2afc7ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17559 |14mr|lxmenu-data-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Menu data files for LXDE
Name:     	lxmenu-data
Version:	0.1.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Other
Source0: 	http://dfn.dl.sourceforge.net/sourceforge/lxde/%name-%version.tar.gz
URL:		http://lxde.sourceforge.net/
BuildRequires:	intltool
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
This package provides files required to build freedesktop.org menu
spec-compliant desktop menus for LXDE.

The files are originally taken from gnome-menus, and some minor
modifications were made.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%{_datadir}/desktop-directories/lxde-*.directory
%{_sysconfdir}/xdg/menus/lxde-applications.menu



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.2-2
+ Revision: 26b6fc0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17560 |14mr|lxpanel-0.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 0
%define prerel 63ffd68
%define ver 0.6.1
%define gitday 20121312

Summary:	Lightweight X11 desktop panel based on fbpanel
Name:	  	lxpanel
Release:	3
%if %git
Version:	%{ver}.git%{gitday}
Source0:	%{name}-%{prerel}.tar.gz
%else
Version:	%{ver}
Source0: 	http://dfn.dl.sourceforge.net/sourceforge/lxde/%name-%version.tar.gz
%endif
License:	GPLv2+
Group:		Graphical desktop/Other
URL:		http://lxde.sourceforge.net/
#Source1:	volume_icon.tar.gz
Patch1:		configure_desktop_number.patch
#Patch2:		automake-1.13.patch
Patch3:		lxpanel-0.5.10-iconsize.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	intltool
BuildRequires:	menu-cache-devel >= 0.5.0
BuildRequires:	xsltproc
BuildRequires:	docbook-to-man
BuildRequires:	docbook-dtd412-xml
BuildRequires:	docbook-style-xsl
Requires:	desktop-common-data
Requires:	obconf
Suggests:	pcmanfm
Conflicts:	lxpanelx

%description
LXPanel is a lightweight X11 desktop panel contains:
1. User-friendly application menu automatically generated from *.desktop
   files on the system.
2. Launcher bar (Small icons clicked to launch apps)
3. Task bar supporting urgency hint (Can flash when gaim gets new
   incoming messages)
4. Notification area (System tray)
5. Digital clock
6. Run dialog (A dialog let you type a command and run, can be called in
   external programs)
7. Volume control plug-in (optional, written by jserv)
8. lxpanelctl, an external controller let you control lxpanel in other
   programs.

This version based on lxpanelx 0.6.0 alpha version

%package devel
Summary:	Development files for lxpanel
Group:		Graphical desktop/Other

%description devel
This package contains development files needed for building lxde plugins.

%prep
%if %git
%setup -q -n %{name}-%{prerel} -a1
%else
%setup -q
%endif
%apply_patches

%build
./autogen.sh
%configure2_5x \
  --enable-man \
  --with-plugins="cpu batt kbled xkb thermal deskno volumealsa" \
  --disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_bindir}/lxpanelctl
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
%{_libdir}/%{name}/plugins/batt.so
%{_libdir}/%{name}/plugins/cpu.so
%{_libdir}/%{name}/plugins/deskno.so
%{_libdir}/%{name}/plugins/kbled.so
%{_libdir}/%{name}/plugins/volumealsa.so
%{_libdir}/%{name}/plugins/xkb.so
%{_libdir}/%{name}/plugins/thermal.so
%{_datadir}/%{name}
%{_mandir}/man1/*

%files devel
%{_includedir}/lxpanel
%{_libdir}/pkgconfig/lxpanel.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.1-3
+ Revision: f75cf1e
- MassBuild#440: Increase release tag

* Tue May 06 2014 Tigro <ashejn@gmail.com> 0.6.1-2
+ Revision: c0acee1
- fix parameters

* Fri Feb 07 2014 Alexander Kazancev <kazancas@gmail.com> 0.6.1-2
+ Revision: 183e477
- Rebuild and disable static

* Tue Nov 05 2013 akdengi <kazancas@mandriva.ru> 0.6.1-1
+ Revision: b073187
- disable automake patch

* Tue Nov 05 2013 akdengi <kazancas@mandriva.ru> 0.6.1-1
+ Revision: d30411e
- update to 0.6.1

* Sat Aug 10 2013 akdengi <kazancas@mandriva.ru> 0.5.12-3
+ Revision: d43d891
- build with automake 1.13

* Thu Jun 13 2013 akdengi <kazancas@gmail.com> 0.5.12-2
+ Revision: 8896a2f
- drop patch4

* Thu Jun 13 2013 akdengi <kazancas@gmail.com> 0.5.12-2
+ Revision: 29d5738
- remove patch2

* Thu Jun 13 2013 akdengi <kazancas@gmail.com> 0.5.12-2
+ Revision: b7d2a73
- add source patches

* Thu Jun 13 2013 akdengi <kazancas@gmail.com> 0.5.12-2
+ Revision: cab3bb4
- try add some patches, like cairo use, bigger icons and some UI fixes

* Tue Jan 15 2013 akdengi <kazancas@gmail.com> 0.5.12-1
+ Revision: 19e2723
- fix build

* Tue Jan 15 2013 akdengi <kazancas@gmail.com> 0.5.12-1
+ Revision: cbfecce
- 0.5.12

* Thu Dec 27 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.10.git20121312-2
+ Revision: 044b386
- release up

* Thu Dec 13 2012 akdengi <kazancas@mandriva.ru> 0.5.10.git20121312-1
+ Revision: 52e95d6
- LOG lxpanel git 20121312

* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.9-9
+ Revision: 22770b9
- LOG Update BuildRequires

* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.9-9
+ Revision: 06fb719
- Re-create yml file

* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.9-9
+ Revision: 9b33bf3
- LOG Update BuildRequires, re-diff patches, update configure flags, fix files

* Tue Oct 23 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.9-9
+ Revision: 1d017ad
- LOG Add patches to fix build, minor cleanups

* Sun Oct 21 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 0.5.9-8
+ Revision: 1011eb5
- fix BR

* Sun Oct 21 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 0.5.9-8
+ Revision: df627e0
- fix BR

* Sun Oct 21 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 0.5.9-8
+ Revision: 30c32fa
- remove binaries from git tree

* Sun Oct 21 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 0.5.9-8
+ Revision: ebe6508
- cleanup

* Mon Jun 04 2012 akdengi <kazancas@mandriva.ru> 0.5.9-8
+ Revision: 7180fcc
- working tarball

* Mon Jun 04 2012 akdengi <kazancas@mandriva.ru> 0.5.9-8
+ Revision: 2338978
- add userface icon to logout button

* Tue May 29 2012 akdengi <kazancas@mandriva.ru> 0.5.9-7
+ Revision: 36d9893
- update URL

* Fri Apr 13 2012 akdengi <kazancas@mandriva.ru> 0.5.9-7
+ Revision: 66acb1e
- fix

* Fri Apr 13 2012 akdengi <kazancas@mandriva.ru> 0.5.9-7
+ Revision: 4027b63
- fix

* Fri Apr 13 2012 akdengi <kazancas@mandriva.ru> 0.5.9-7
+ Revision: 613aa23
- add missing source

* Fri Apr 13 2012 akdengi <kazancas@mandriva.ru> 0.5.9-7
+ Revision: 523c207
- move to tar.bz2 source

* Fri Apr 13 2012 akdengi <kazancas@mandriva.ru> 0.5.9-7
+ Revision: 433649c
- update code



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17561 |14mr|lxpolkit-0.1.0-0.git20110802.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git git20110802

Summary:	A simple PolicyKit authentication agent
Name:		lxpolkit
Version:	0.1.0
Release:	%mkrel -c %git 1
Url:		http://www.lxde.org/
Source0:	%{name}-%{version}.tar.gz
Patch0:		lxpolkit-0.1.0-string-format.patch
License:	GPLv3+
Group:		System/Libraries
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	polkit-1-devel
BuildRequires:	gtk+2-devel
BuildRequires:	intltool

%description
A simple PolicyKit authentication agent for LXDE.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0 -b .str

%build
#./autogen.sh
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# make the polkit agent only start in LXDE
sed -i 's,NotShowIn=GNOME;KDE;,OnlyShowIn=LXDE,g' %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_libdir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/ui/%{name}.ui



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1.0-0.git20110802.1
+ Revision: 790c9fc
- Automatic import for version 0.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17562 |14mr|lxrandr-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 0
Summary:	Simple monitor config tool for LXDE
Name:     	lxrandr
Version:	0.1.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Other
Source0: 	http://dfn.dl.sourceforge.net/sourceforge/lxde/%name-%version.tar.gz
URL:		http://lxde.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	gtk+2-devel intltool
Requires:	xrandr

%description
This is a very basic monitor config tool utilizing XRandR. It can let you
change the screen resolution on the fly. Besides, when you run lxrandr
with external monitor connected, its GUI will change, and show you some 
quick options to get your projector working correctly.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%{find_lang} %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/%name
%{_mandir}/man1/*.1.*
%{_datadir}/applications/*.desktop



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.2-2
+ Revision: 342b56a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17563 |14mr|lxsession-0.4.6.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The default X11 session manager of LXDE
Name:     	lxsession
Version:	0.4.6.1
Release:	5
License:	GPLv2+
Group:		Graphical desktop/Other
Source0: 	http://dfn.dl.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
Patch0:		lxsession-0.4.6.1-systemd-logind.patch
Patch1:		lxsession-0.4.6.1-gdm3.patch
URL:		http://www.lxde.org
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	gtk+2-devel
BuildRequires:	dbus-glib-devel
BuildRequires:	docbook-to-man
BuildRequires:	intltool
Requires:	desktop-common-data
Obsoletes:	lxsession-lite < %version
Provides:	lxsession-lite = %version
Provides:	lxde-session-manager
Obsoletes:      lxde-settings-daemon

%description
LXSession is lightweiht session manager, and it's not tighted to "any" desktop
environment. It's desktop-independent and can be used with any window manager.
With proper configuration, you can make your own desktop environment with
LXSession. This is very useful to the users and developers of non-mainstream
window managers and desktop environemts.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%{find_lang} %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/lxsession
%{_bindir}/lxlock
%{_bindir}/lxsession-logout
%{_datadir}/lxsession
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.6.1-5
+ Revision: 9c3a448
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17564 |14mr|lxsession-edit-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Manage desktop session autostarts
Name:     	lxsession-edit
Version:	0.2.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Other
Source0: 	http://dfn.dl.sourceforge.net/sourceforge/lxde/%name-%version.tar.gz
URL:		http://lxde.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	gtk+2-devel
BuildRequires:	intltool

%description
lxsession-edit is a tool used to manage desktop session autostarts,
especially for lxsession lite.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%{find_lang} %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/%name
%{_datadir}/%name
%{_datadir}/applications/*.desktop



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.0-2
+ Revision: fbe5acc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17565 |14mr|lxshortcut-0.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Edit app shortcuts
Name:     	lxshortcut
Version:	0.1.2
Release:	4
License:	GPLv2+
Group:		Graphical desktop/Other
Source0: 	http://dfn.dl.sourceforge.net/sourceforge/lxde/%name-%version.tar.gz
URL:		http://lxde.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	gtk+2-devel
BuildRequires:	intltool

%description
LXShortcut is a small program used to edit application shortcuts created
with freedesktop.org Desktop Entry spec.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%{find_lang} %{name}

%clean
rm -rf $RPM_BUILD_ROOT



%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/%name
%{_datadir}/%name



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.2-4
+ Revision: 5a29318
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17566 |14mr|lxtask-0.1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight and desktop independent task manager
Name:		lxtask
Version:	0.1.4
Release:	5
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://lxde.sourceforge.net/
Source0:	http://dfn.dl.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-x11-2.0)

%description
Lightweight and desktop independent task manager.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop


%changelog
* Fri Jul 04 2014 Tigro <ashejn@gmail.com> 0.1.4-5
+ Revision: 37b5c91
- update tarbal



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17567 |14mr|lxterminal-0.1.11-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 0
%define prerel 31813de
%define gitday 20110613
%define ver 0.1.11

Summary:	Lightweight VTE-based terminal emulator
Name:     	lxterminal
%if %git
Version:	%{ver}.git%{gitday}
Source0:	%{name}-%{prerel}.tar.gz
%else
Version:	%{ver}
Source0:	http://dfn.dl.sourceforge.net/sourceforge/lxde/%name-%version.tar.gz
%endif
Release:	5
License:	GPLv2+
Group:		Graphical desktop/Other
#Patch0:		lxterminal-0.1.9-fix-build-with-new-vte.patch
#Patch1:		lxterminal-deprecate-revert.patch
Patch2:		mdk-lxterminal-conf.patch
URL:		http://lxde.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
%if %git
BuildRequires:	docbook-to-man docbook-dtd412-xml docbook-style-xsl
%endif
BuildRequires:	gtk+2-devel vte-devel
BuildRequires:	intltool

%description
Desktop-independent VTE-based terminal emulator without any unnecessary
dependencies.
 
Feature:
* Support Multi-tab.
* It doesn't have any unnecessary dependencies.
* All instances share the same process to reduce memory usage.
* It has correct behavior with nice performance when resizing window,
  tab and VTE stuff.
* Using unix-socket instead of D-bus to accomplish all instances share
  the same process.

%prep
%if %git
%setup -q -n %{name}-%{prerel}
#patch1 -p0 -b.deprecate_revert
%else
%setup -q -n %{name}-%{version}
#patch0 -p1 -b .vte
%endif
#patch1 -p1 -b .dragndrop
%patch2 -p0 -b.conf

%build
%if %git
./autogen.sh
%configure2_5x --enable-man
%else
%configure2_5x
%endif
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%{find_lang} %{name}

%clean
rm -rf %{buildroot}



%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/%name
%{_datadir}/%name
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.png
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.11-5
+ Revision: c50e335
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17568 |14mr|lynx-2.8.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define versio_ 2-8-8

Summary:	Text based browser for the world wide web
Name:		lynx
Version:	2.8.8
Release:	1
License:	GPLv2+
Group:		Networking/WWW
Url:		http://lynx.isc.org
Source0:	http://lynx.isc.org/current/%{name}%{version}.tar.bz2
Patch0:		lynx2-8-7-adapt-to-modern-file-localizations.patch
Patch1:		lynx2-8-8-default-config.patch
Patch2:		lynx2-8-6-fix-ugly-color.patch
Patch10:	lynx2-8-7-tmp_dir.patch
Patch11:	lynx2-8-6-don-t-accept-command-line-args-to-telnet.patch
BuildRequires:	gettext
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Provides:	webclient
%rename lynx-ssl

%description
This a terminal based WWW browser. While it does not make any attempt
at displaying graphics, it has good support for HTML text formatting,
forms, and tables.

This version includes support for SSL encryption.

WARNING: In some countries, it is illegal to export this package. In some
countries, it may even be illegal to use it.

%files -f lynx.lang
%doc README
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
%config(noreplace) %{_sysconfdir}/lynx.cfg
%config(noreplace) %{_sysconfdir}/lynx.lss
%{_mandir}/*/*
%{_bindir}/*
%{_datadir}/lynx_help

#----------------------------------------------------------------------------

%prep
%setup  -q -n %{name}%{versio_}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch10 -p1
%patch11 -p1
perl -pi -e 's,^#LOCALE_CHARSET:.*,LOCALE_CHARSET:TRUE,' lynx.cfg

%build
debian_options=`cat << DEBIAN
	--enable-warnings
	--enable-8bit-toupper
	--enable-externs
	--enable-cgi-links
	--enable-persistent-cookies --enable-nls
	--enable-prettysrc --enable-source-cache
	--enable-charset-choice
	--enable-default-colors
	--enable-ipv6
	--enable-nested-tables --enable-read-eta
	--with-zlib
DEBIAN`
# removed --enable-exec-links --enable-exec-scripts,
# it goes together with LOCAL_EXECUTION_LINKS_* in lynx.cfg

redhat_options=`cat << REDHAT
	--with-screen=ncursesw 
	--enable-internal-links
	--enable-libjs
	--enable-scrollbar
	--enable-file-upload
	--enable-locale-charset
	--with-ssl
	--enable-addrlist-page
	--enable-justify-elts
REDHAT`

other_options=`cat << OTHER
	--enable-color-style
	--enable-nsl-fork
OTHER`

# (cf INSTALLATION file for more about the options)
# --with-included-gettext  is the default
# --enable-kbd-layout not useful enough
# --enable-cjk not needed for CJK and may go away in a future release

%configure --libdir=/usr/share/lynx $debian_options $redhat_options $other_options
%make

%install
%makeinstall_std install-help

install -d %{buildroot}%{_sysconfdir}
cat >%{buildroot}%{_sysconfdir}/lynx-site.cfg <<EOF
# Place any local lynx configuration options (proxies etc.) here.
EOF

%find_lang lynx


%changelog
* Tue Jul 22 2014 abondrov <andrey.bondrov@rosalab.ru> 2.8.8-1
+ Revision: fedd435
- New version 2.8.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17569 |14mr|lyx-2.0.5.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A word processor for the Desktop Environment
Name:		lyx
Version:	2.0.5.1
Release:	6
License:	GPLv2+
Group:		Office
Url:		http://www.lyx.org/
Source0:	ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/%name-%version.tar.xz
# use xdg-open instead of hard coded applications to open files
# sent to upstream developers by fhimpe on 4 Jun 2009
Patch0:		lyx-2.0.1-xdg_open.patch
BuildRequires:	gettext
BuildRequires:	ghostscript
BuildRequires:	groff-for-man
BuildRequires:	imagemagick
BuildRequires:	sgml-tools
BuildRequires:	tetex-dvips
BuildRequires:	tetex-latex
BuildRequires:	texinfo
BuildRequires:	boost-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(xpm)
Requires:	texlive
Requires:	texlive-scheme-full
Requires:	fonts-ttf-latex
Requires:	xdg-utils

%description
LyX is a modern approach of writing documents with a computer which breaks
with the tradition of the obsolete typewriter concept. It is designed for
people who want a professional output with a minimum of time effort, without
becoming specialists in typesetting. Compared to common word processors LyX
will increase the productivity a lot, since most of the typesetting will be
done by the computer, not the author. With LyX the author can concentrate on
the contents of his writing, since the computer will take care of the look.

%files -f %{name}.lang
%doc README ANNOUNCE
%{_bindir}/%{name}
%{_bindir}/lyxclient
%{_bindir}/tex2lyx
%{_datadir}/applications/lyx.desktop
%{_datadir}/texmf/tex/latex/lyx
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_mandir}/man1/*

%post
## Fix the TeX file hash
texhash
## Before configuring lyx for the local system
## PATH needs to be imported
if [ -f /etc/profile ]; then
    . /etc/profile
fi
## Now configure LyX
cd %{_datadir}/lyx
./configure.py > /dev/null

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .xdg-open
autoreconf -fi -Iconfig

%build
export PATH=$PATH:/usr/lib/qt4/bin/
%configure2_5x \
	--with-frontend=qt4 \
	--disable-rpath \
	--without-included-boost \
	--enable-optimization="%{optflags}" \
	--with-enchant \
	--with-hunspell \
	--disable-silent-rules
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/lyx.desktop << EOF
[Desktop Entry]
Name=LyX
Comment=TeX document processor - especially good at scientific documents
Exec=%{_bindir}/lyx
Icon=lyx
Terminal=false
Type=Application
Categories=Qt;Office;WordProcessor;X-MandrivaLinux-CrossDesktop;
MimeType=application/x-lyx;
EOF

## icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -size 48x48 development/Win32/packaging/icons/lyx_32x32.png %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
cp development/Win32/packaging/icons/lyx_32x32.png %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 development/Win32/packaging/icons/lyx_32x32.png %{buildroot}/%{_miconsdir}/%{name}.png

## Set up the lyx-specific class files where TeX can see then
TEXMF=%{_datadir}/texmf
mkdir -p %{buildroot}${TEXMF}/tex/latex
cp -r %{buildroot}%{_datadir}/lyx/tex %{buildroot}${TEXMF}/tex/latex/lyx
chmod +x %{buildroot}%{_datadir}/lyx/configure.py
rm -f %{buildroot}%{_bindir}/listerrors

%find_lang %{name}

find %{buildroot}%{_datadir}/%{name} -type f | sed -e "s@%{buildroot}@@g" \
	-e "s@%{_datadir}/%{name}/doc/\(..\)_@%lang(\1) %{_datadir}/%{name}/doc/\1_@g" \
	-e "s@\(%{_datadir}/%{name}/configure.py\)\$@%attr(755,root,root) \1@g" \
	-e "s@\(%{_datadir}/%{name}/scripts/\)@%attr(755,root,root) \1@g" \
	-e "s@\(%{_datadir}/%{name}/lyx2lyx/\)@%attr(755,root,root) \1@g" \
	>> %{name}.lang
find %{buildroot}%{_datadir}/%{name} -type d | sed -e "s@%{buildroot}@%dir @g" >> %{name}.lang



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.5.1-6
+ Revision: 620cbe3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17570 |14mr|lzip-1.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lossless file compressor based on the LZMA algorithm
Name:		lzip
Version:	1.15
Release:	2
License:	GPLv3+
Group:		Archiving/Compression
Url:		http://www.nongnu.org/lzip/lzip.html
Source0:	http://nongnu.askapache.com/lzip/%{name}-%{version}.tar.gz

%description
Lzip is a lossless file compressor based on the LZMA (Lempel-Ziv-Markov
chain-Algorithm) algorithm. The high compression of LZMA comes from
combining two basic, well-proven compression ideas: sliding dictionaries
(i.e. LZ77/78), and markov models (i.e. the thing used by every
compression algorithm that uses a range encoder or similar order-0
entropy coder as its last stage) with segregation of contexts according
to what the bits are used for.

Lzip is not a replacement for gzip or bzip2, but a complement; which
one is best to use depends on user's needs. Gzip is the fastest and most
widely used. Bzip2 compresses better than gzip but is slower, both
compressing and decompressing. Lzip decompresses almost as fast as gzip
and compresses better than bzip2, but requires more memory and time
during compression. These features make lzip well suited for software
distribution and data archival.

%files
%doc AUTHORS COPYING NEWS README ChangeLog
%{_bindir}/%{name}
%{_infodir}/%{name}.info*
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x CXXFLAGS="%{optflags}" LDFLAGS="%{ldflags}"
%make

%install
%makeinstall_std



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.15-2
+ Revision: cdf4f5b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17571 |14mr|lzmadec-4.43-33
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lzma
%define oldlzmaver 4.32.7
%define major 0
%define libname %mklibname lzmadec %{major}
%define libdev  %mklibname -d lzmadec

Summary:	LZMA utils
Name:		lzmadec
Version:	4.43
Release:	33
License:	GPL
Group:		Archiving/Compression
URL:		http://tukaani.org/lzma/
Source0:	http://tukaani.org/lzma/lzma-%{oldlzmaver}.tar.lzma
Source1:	http://ovh.dl.sourceforge.net/sourceforge/sevenzip/lzma443.tar.bz2
Source3:	sqlzma.h
# (blino) modified for 443, from sqlzma1-449.patch:
#   * adapted to lzma443 dist structure: s,/C/Compress/Lzma/,/C/7zip/Compress/LZMA_C/,; s,/CPP/7zip/Compress/LZMA_Alone/,/C/7zip/Compress/LZMA_Alone/,
#   * use sqlzma.mk makefiles for 443 (from from sqlzma1-443.patch)
#   * remove NCoderPropID::kNumThreads in comp.cc, it is invalid since we don't build LZMAEncoder.cpp with COMPRESS_MF_MT multithread support
Patch3:		lzma-4.32.4-sqlzma.patch
Patch4:		lzma-4.43-add-missing-header.patch
Patch5:		lzma-4.43-quiet.patch
Patch6:		lzma-4.43-update-version.patch
Patch7:		lzma-4.43-fix-fast-compression.patch
Patch8:		lzma-4.43-add-missing-gethandle.patch
Patch9:		lzma-4.32.4-text-tune.patch
# 4.32.2 has changes to sdk that we replace with newer, we apply these to the new
Patch12:	lzma-4.32.2-sdk-changes.patch
Patch16:	lzma-4.32.7-format_not_a_string_literal_and_no_format_arguments.diff
# for squashfs-lzma library
BuildRequires:	pkgconfig(zlib)
BuildRequires:	dos2unix
BuildRequires:	diffutils

%description
LZMA provides very high compression ratio and fast decompression. The
core of the LZMA utils is Igor Pavlov's LZMA SDK containing the actual
LZMA encoder/decoder. LZMA utils add a few scripts which provide
gzip-like command line interface and a couple of other LZMA related
tools. Also provides:

- Average compression ratio 30% better than that of gzip and 15%
  better than that of bzip2.

- Decompression speed is only little slower than that of gzip, being
  two to five times faster than bzip2.

- In fast mode, compresses faster than bzip2 with a comparable
  compression ratio.

- Achieving the best compression ratios takes four to even twelve
  times longer than with bzip2. However. this doesn't affect
  decompressing speed.

- Very similar command line interface than what gzip and bzip2 have.

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Libraries for decoding LZMA compression
Group:		System/Libraries
License:	LGPL
Provides:	%{_lib}%{oname}%{major} = %{EVRD}

%description -n	%{libname}
Libraries for decoding LZMA compression.

%files -n %{libname}
%{_libdir}/liblzmadec.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libdev}
Summary:	Devel libraries & headers for liblzmadec
Group:		Development/C
License:	LGPL
Provides:	liblzmadec-devel = %{EVRD}
Provides:	%{oname}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{libdev}
Devel libraries & headers for liblzmadec.

%files -n %{libdev}
%doc *.txt
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a

#----------------------------------------------------------------------------

%package -n	dkms-%{oname}
Summary:	Kernel modules for decoding LZMA compression
Group:		System/Kernel and hardware
License:	GPL
Requires(post):	dkms
Requires(preun):	dkms

%description -n	dkms-%{oname}
Kernel modules for decoding LZMA compression.

%files -n dkms-%{oname}
/usr/src/%{oname}-%{version}-%{release}

%post -n dkms-%{oname}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{oname} -v %{version}-%{release}
/usr/sbin/dkms --rpm_safe_upgrade build -m %{oname} -v %{version}-%{release}
/usr/sbin/dkms --rpm_safe_upgrade install -m %{oname} -v %{version}-%{release}
:

%preun -n dkms-%{oname}
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{oname} -v %{version}-%{release} --all
:

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{oldlzmaver} -a1
%patch3 -p1 -b .sqlzma
cp %{SOURCE3} .
dos2unix *.txt

# ugly syncing with latest sdk
mv src/sdk src/sdk.old
cp -r C src/sdk
for i in `find src/sdk.old -name Makefile.\*`; do
	cp $i `echo $i|sed -e 's#sdk.old#sdk#g'`;
done

find src/sdk -name makefile|xargs rm -f

%patch4 -p1 -b .config_h
%patch5 -p1 -b .quiet
%patch6 -p0 -b .version
%patch7 -p0 -b .fast
%patch8 -p0 -b .gethandle
%patch9 -p1 -b .text
%patch12 -p1 -b .4.32.2
%patch16 -p1 -b .format_not_a_string_literal_and_no_format_arguments

pushd C/7zip/Compress/LZMA_C
cp %{SOURCE3} kmod/
cp uncomp.c LzmaDecode.{c,h} LzmaTypes.h kmod/
perl -pi -e 's,^#include "\.\./(Lzma.*)",#include "$1",' kmod/*.{c,h}
cat > kmod/dkms.conf <<EOF
PACKAGE_NAME=%{oname}
PACKAGE_VERSION=%{version}-%{release}
DEST_MODULE_LOCATION[0]="/kernel/lib/%{oname}"
DEST_MODULE_LOCATION[1]="/kernel/lib/%{oname}"
BUILT_MODULE_NAME[0]="sqlzma"
BUILT_MODULE_NAME[1]="unlzma"
AUTOINSTALL=yes
EOF
popd

%build
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 -O3" \
CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 -O3" \
%configure2_5x
%make
%make CFLAGS="%{optflags} -c -Wall -pedantic -D _LZMA_PROB32  -DNDEBUG -include pthread.h -I../../../.." -C C/7zip/Compress/LZMA_C -f sqlzma.mk Sqlzma=../../../..
%make CFLAGS="%{optflags} -c -I ../../../" -C C/7zip/Compress/LZMA_Alone -f sqlzma.mk Sqlzma=../../../..

%install
%makeinstall_std

install C/7zip/Compress/LZMA_*/*.a %{buildroot}%{_libdir}

mkdir -p %{buildroot}/usr/src/%{oname}-%{version}-%{release}/
tar c -C C/7zip/Compress/LZMA_C/kmod . | tar x -C %{buildroot}/usr/src/%{oname}-%{version}-%{release}/

rm -rf %{buildroot}{%{_bindir},%{_mandir}}

%check
make check


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.43-33
+ Revision: f5ac37b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17572 |14mr|lzmalib-0.0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary: 	A thin wrapper library of LZMA
Name: 		lzmalib
Version: 	0.0.1
Release: 	8
Group: 		System/Libraries
License: 	LGPL
URL: 		http://tokyocabinet.sourceforge.net/misc/
Source0: 	http://tokyocabinet.sourceforge.net/misc/%{name}-%{version}.tar.gz
Patch0:		lzmalib-0.0.1-format_not_a_string_literal_and_no_format_arguments.diff
Patch1:		lzmalib-0.0.1-new_libname_fix.diff
BuildRequires:	chrpath
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package includes a thin wrapper library of LZMA SDK written by Igor
Pavlov.

%package -n	lzmacmd
Summary:	The lzmacmd command line utility
Group:		System/Libraries

%description -n lzmacmd
This package includes the lzmacmd command line utility.

%package -n	%{libname}
Summary:	A thin wrapper library of LZMA
Group:		System/Libraries

%description -n %{libname}
This package includes a thin wrapper library of LZMA SDK written by Igor
Pavlov.

%package -n	%{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	lzmalib-devel = %{version}-%{release}

%description -n	%{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0
%patch1 -p1

%build
rm configure
autoconf

%configure2_5x

%make \
    CFLAGS="%{optflags} -Wall -fPIC -fsigned-char" \
    CXXFLAGS="%{optflags} -Wall -fPIC -fsigned-char" \
    LDFLAGS="$LDFLAGS -L."

%install
rm -rf %{buildroot}

%makeinstall_std

# nuke rpath
chrpath -d %{buildroot}%{_bindir}/lzmacmd

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n lzmacmd
%defattr(-,root,root,755)
%{_bindir}/lzmacmd

%files -n %{libname}
%defattr(-,root,root,755)
%doc README
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root,755)
%{_includedir}/*.h
%{_libdir}/lib*.so
%{_libdir}/lib*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.1-8
+ Revision: 118d0f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17573 |14mr|lzop-1.03-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name lzop
%define version 1.03
%define fversion %version
%define release 4

Summary: LZO fast file compressor
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{fversion}.tar.gz
License: GPLv2+
Group: Archiving/Compression
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: liblzo-devel >= 2.00
URL: http://www.oberhumer.com/opensource/lzop/

%description
lzop is a file compressor similar to gzip. Its main advantages over gzip
are much higher compression and decompression speed at the cost
of compression ratio.

lzop was designed with the following goals in mind:
  1) speed (both compression and decompression)
  2) reasonable drop-in compatibility to gzip
  3) portability

%prep
%setup -q -n %name-%fversion

%build
export CPPFLAGS="-D_FILE_OFFSET_BITS=64 -I%_includedir/lzo"
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING AUTHORS NEWS THANKS doc/lzop.ps doc/lzop.html
%_bindir/lzop
%_mandir/man1/lzop.1*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.03-4
+ Revision: 66f9a8a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17574 |14mr|m17n-db-1.6.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The m17n database
Name:		m17n-db
Version:	1.6.4
Release:	7
License:	LGPLv2+
Group:		System/Internationalization
Url:		http://www.m17n.org/m17n-lib/index.html
Source0:	http://savannah.c3sl.ufpr.br/m17n/m17n-db-%{version}.tar.gz
BuildRequires:	glibc-i18ndata
BuildRequires:	gettext-devel
BuildArch:	noarch

%description
The m17n database; a sub-part of the m17n library.

%files -f %{name}.lang
%doc AUTHORS README NEWS ChangeLog
%{_bindir}/*
%{_datadir}/m17n

#----------------------------------------------------------------------------

%package devel
Summary:	Headers of m17n for development
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description devel
Headers of %{name} for development.

%files devel
%{_datadir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --build=%{_host}
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.4-7
+ Revision: 5e909d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17575 |14mr|m17n-lib-1.6.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define libcore %mklibname %{name}-core %{major}
%define libflt %mklibname %{name}-flt %{major}
%define libgui %mklibname %{name}-gui %{major}
%define devname %mklibname -d %{name}

Summary:	Multilingual text processing library
Name:		m17n-lib
Version:	1.6.4
Release:	8
License:	LGPLv2+
Group:		System/Internationalization
Url:		http://www.m17n.org/m17n-lib/index.html
Source0:	http://savannah.c3sl.ufpr.br//m17n/m17n-lib-%{version}.tar.gz

BuildRequires:	gd-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(anthy) >= 6300d
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(libotf)
BuildRequires:	pkgconfig(libthai)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(m17n-db)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xt)
# NOTE:	medit and mdump require this font otherwise you get a SIGFPE
# because the font is not found, thus generating a tab_width=0 in
# layout_glyph_string() and then a division-by-zero.
# --> the bug is rather in the library and should be handled there.
Requires:	fonts-ttf-freefont
Requires:	libotf
Requires:	m17n-db

%description
The m17n library is a multilingual text processing library for the C
language.

%files
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/m17n-conv
%{_bindir}/m17n-date
%{_bindir}/m17n-dump
%{_bindir}/m17n-edit
%{_bindir}/m17n-view
%{_libdir}/m17n/*/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The m17n library
Group:		System/Internationalization

%description -n %{libname}
m17n library.

%files -n %{libname}
%{_libdir}/libm17n.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcore}
Summary:	The m17n library
Group:		System/Internationalization
Conflicts:	%{_lib}m17n-lib0 < 1.6.4-2

%description -n %{libcore}
m17n-core library.

%files -n %{libcore}
%{_libdir}/libm17n-core.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libflt}
Summary:	The m17n library
Group:		System/Internationalization
Conflicts:	%{_lib}m17n-lib0 < 1.6.4-2

%description -n %{libflt}
m17n-flt library.

%files -n %{libflt}
%{_libdir}/libm17n-flt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgui}
Summary:	The m17n library
Group:		System/Internationalization
Conflicts:	%{_lib}m17n-lib0 < 1.6.4-2

%description -n %{libgui}
m17n-gui library.

%files -n %{libgui}
%{_libdir}/libm17n-gui.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers of m17n for development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libcore} = %{EVRD}
Requires:	%{libflt} = %{EVRD}
Requires:	%{libgui} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Headers of %{name} for development.

%files -n %{devname}
%{_bindir}/m17n-config
%{multiarch_bindir}/m17n-config
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
# -j8 broken as of 1.6.4
make

%install
%makeinstall_std

# multiarch policy
%multiarch_binaries %{buildroot}%{_bindir}/m17n-config


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.4-8
+ Revision: 5e3fa5e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17576 |14mr|m4-1.4.17-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The GNU macro processor
Name:		m4
Version:	1.4.17
Release:	6
License:	GPLv3+
Group:		Development/Other
Url:		http://www.gnu.org/software/m4/
Source0:	ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.bz2
Source1:	ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.bz2.sig
BuildRequires:	libsigsegv-devel

%description
A GNU implementation of the traditional UNIX macro processor.  M4 is
useful for writing text files which can be logically parsed, and is used
by many programs as part of their build process.  M4 has built-in
functions for including files, running shell commands, doing arithmetic,
etc.  The autoconf program needs m4 for generating configure scripts, but
not for running configure scripts.

m4 is most likely needed if you want to compile or develop software.

%files
%doc NEWS README BACKLOG THANKS ChangeLog
%{_bindir}/%{name}
%{_infodir}/*
%{_mandir}/man1*/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export gl_cv_func_strtod_works=no
%configure2_5x
%make

%check
%define Werror_cflags %{nil}
make check CFLAGS="%{optflags}"

%install
%makeinstall_std infodir=%{_datadir}/info


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.17-6
+ Revision: a5c8384
- New version 1.4.17



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17577 |14mr|macutils-2.0b3-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	macutils
%define	version	2.0b3
%define release	23

Summary:	Utilities for manipulating Macintosh file formats
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL-style
Group:		Networking/Other
Url:		ftp://sunsite.unc.edu/pub/Linux/utils/compress/
Source0:	ftp://sunsite.unc.edu/pub/Linux/utils/compress/macutils.tar.bz2
Patch0:		macutils-misc.patch
Patch1:		macutils-2.0b3-gcc3.4-fix.patch
Patch2:		macutils-2.0b3-gcc4.0-fixes.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The macutils package includes a set of utilities for manipulating
files that are commonly used by Macintosh machines.  Macutils includes
utilities like binhex, hexbin, macunpack, etc.

Install macutils if you need to manipulate files that are commonly used
by Macintosh machines.

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1 -b .gcc34
%patch2 -p1 -b .gcc40

%build
perl -p -i -e "s/CF =/CF = $RPM_OPT_FLAGS/" makefile

%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1

install -m 755 binhex/binhex  $RPM_BUILD_ROOT%{_bindir}
install -m 755 hexbin/hexbin $RPM_BUILD_ROOT%{_bindir}
install -m 755 comm/frommac $RPM_BUILD_ROOT%{_bindir}
install -m 755 mixed/macsave $RPM_BUILD_ROOT%{_bindir}
install -m 755 mixed/macstream $RPM_BUILD_ROOT%{_bindir}
install -m 755 macunpack/macunpack $RPM_BUILD_ROOT%{_bindir}

install -m 644 man/* $RPM_BUILD_ROOT%{_mandir}/man1/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_bindir}/*
%{_mandir}/man1/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0b3-23
+ Revision: babbde8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17578 |14mr|mad-0.15.1b-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libmad
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	High-quality MPEG Audio Decoder
Name:		mad
Version:	0.15.1b
Release:	18
License:	GPLv2+
Group:		Sound
Url:		http://www.underbit.com/products/mad/
Source0:	http://prdownloads.sourceforge.net/mad/%{oname}-%{version}.tar.bz2
Source2:	mad.pc.bz2
Patch0:		libmad-no_-fforce-mem.diff

%description
MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1
and the MPEG-2  extension to Lower Sampling Frequencies, as well as the
so-called MPEG 2.5 format. All three audio layers (Layer I, Layer II, 
and Layer III a.k.a. MP3) are fully implemented.

MAD does not yet support MPEG-2 multichannel audio (although it should 
be backward compatible with such streams) nor does it currently support AAC.

MAD has the following special features:
    * 24-bit PCM output
    * 100% fixed-point (integer) computation
    * completely new implementation based on the ISO/IEC standards

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	High-quality MPEG Audio Decoder
Group:		System/Libraries

%description -n %{libname}
MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1
and the MPEG-2  extension to Lower Sampling Frequencies, as well as the
so-called MPEG 2.5 format. All three audio layers (Layer I, Layer II, 
and Layer III a.k.a. MP3) are fully implemented.

MAD does not yet support MPEG-2 multichannel audio (although it should
be backward compatible with such streams) nor does it currently support AAC.

MAD has the following special features:
    * 24-bit PCM output
    * 100% fixed-point (integer) computation
    * completely new implementation based on the ISO/IEC standards

%files -n %{libname}
%doc COPYING
%{_libdir}/libmad.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs which will use the %{name} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(zlib)
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n	%{devname}
This package includes the header files and static libraries
necessary for developing programs using the %{name} library.

If you are going to develop programs which will use the %{name} library
you should install this.

%files -n %{devname}
%doc COPY* README TODO CHANGES CREDITS
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p0
rm -f configure
touch NEWS AUTHORS ChangeLog
autoreconf -fis

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_libdir}/pkgconfig
bzip2 -cd %{SOURCE2} | sed -e 's,/lib$,/%{_lib},' >%{buildroot}%{_libdir}/pkgconfig/mad.pc
perl -pi -e "s/0.14.2b/%{version}/" %{buildroot}%{_libdir}/pkgconfig/mad.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.15.1b-18
+ Revision: 0139c1b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17579 |14mr|madwifi-source-0.9.3.3-11.r3114
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name madwifi-source
%define short_name madwifi

%define version 0.9.3.3
%define snaprev r3114
%define snapdate 20080104
%define rel 11
%if %{snapdate}
%define distname madwifi-ng-%{snaprev}-%{snapdate}
%define release %mkrel %{rel}.%{snaprev}
%else
%define distname %{short_name}-%{version}
%define release %mkrel %{rel}
%endif

Summary: Madwifi drivers source code
Name: %{name}
Version: %{version}
Release: %{release}
# to run in BUILD tree of madwifi package:
# tar cjf madwifi-r3114-20080104-source.tar.bz2 madwifi-ng-r3114-20080104/net80211/*.h madwifi-ng-r3114-20080104/include/*.h
Source0: %{distname}-source.tar.bz2
License: GPL
Group: Development/Kernel
Url: http://madwifi.org/
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
This package contains parts of the madwifi drivers source code.

The whole source code cannot be distributed in the distribution
because it contains non-free binary code in the HAL.

%prep
%setup -q -n %{distname}

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/usr/src/%{short_name}
cp -a net80211 include %{buildroot}/usr/src/%{short_name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%dir /usr/src/%{short_name}
/usr/src/%{short_name}/*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.9.3.3-11.r3114
+ Revision: 3d4adfd
- Automatic import for version 0.9.3.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17580 |14mr|madwimax-0.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: madwimax
Version: 0.1.1
Release: 3
Summary: madwimax userspace driver
License: GPLv2+
Group: Networking/Other
BuildRequires: pkgconfig(libusb-1.0) asciidoc docbook2x
Source0: %{name}-%{version}.tar.bz2

%description
MadWimax is a driver for the wimax device Samsung SWC U200.

%prep
%setup -q

%build
%configure
make

%install
%__install -dm 755 $RPM_BUILD_ROOT/etc/udev/rules.d
%makeinstall_std

%files
%defattr(-, root, root, 0755)
%doc COPYING README
/etc/madwimax/*
/etc/udev/rules.d/*
/usr/sbin/*
/usr/share/man/man8/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.1-3
+ Revision: f7e0411
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17581 |14mr|mailcap-2.0.4-35
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Associates helper applications with particular file types
Name:		mailcap
Version:	2.0.4
Release:	35
License:	Public Domain
Group:		System/Configuration/Networking 
Source0:	%{name}-%{version}.tar.bz2
Source1:	mime.types
Patch0:		mailcap-2.0.4.patch
Patch1:		mailcap-2.0.4-java-web-start.patch
Patch2:		mailcap-2.0.4-ooffice.patch
BuildArch:	noarch

%description
The mailcap file is used by the metamail program.  Metamail reads the
mailcap file to determine how it should display non-text or multimedia
material.  Basically, mailcap associates a particular type of file
with a particular program that a mail agent or other program can call
in order to handle the file.

Mailcap should be installed to allow certain programs to be able to
handle non-text files.

%prep
%setup -q
%apply_patches

%build

%install
sed -i -e "s!/usr/man!%{_mandir}!g" Makefile
%makeinstall

# overwrite the original one, which is outdated
install -m 0644 %{SOURCE1}  %{buildroot}/%{_sysconfdir}/mime.types

%files
%doc ChangeLog
%config(noreplace) %{_sysconfdir}/mailcap
%config(noreplace) %{_sysconfdir}/mailcap.vga
%config(noreplace) %{_sysconfdir}/mime.types
%{_mandir}/man4/*


%changelog
* Mon Sep 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-35
+ Revision: d12c0a3
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17582 |14mr|mailman-2.1.15-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define uid     mail
%define gid     mail
%define email_version   2.5.8

Summary:	The GNU Mailing List Management System
Name:		mailman
Version:	2.1.15
Release:	4
Group:		System/Servers
License:	GPLv2
Url:		http://www.list.org/
Source0:	http://ftp.gnu.org/gnu/mailman/%{name}-%{version}.tgz
Source1:	%{name}.init
Patch0:		%{name}-buildroot-check.patch
Patch1:		mailman-2.1.12-rename-arch.patch
Patch6:		%{name}-2.1.2-postfix-aliases.patch
Patch9:		%{name}-2.1.11-change-default-icons-url.patch
# http://non-gnu.uvt.nl/mailman-pgp-smime/
Patch100:	http://non-gnu.uvt.nl/pub/mailman/mailman-2.1.15-pgp-smime_2012-08-28.patch
Source100:	http://non-gnu.uvt.nl/pub/mailman/mailman-2.1.15-pgp-smime_2012-08-28.patch.md5
Requires:	mail-server
Requires:	apache
Requires:	apache-mod_socache_shmcb
Requires:	python-GnuPG-Interface
Requires:	gnupg
Requires:	openssl
BuildRequires:  python-devel

%description
Mailman -- The GNU Mailing List Management System --
is a mailing list management system written mostly in
Python. Features:

  o Most standard mailing list features, including:
     moderation, mail based commands, digests, etc...
  o An extensive Web interface, customizable on a per-list basis.
  o Web based list administration interface for *all* admin-type tasks
  o Automatic Web based hypermail-style archives (using pipermail or
    other external archiver), including provisions for private archives
  o Integrated mail list to newsgroup gatewaying
  o Integrated newsgroup to mail list gatewaying (polling-based... if you
     have access to the nntp server, you should be able to easily do
     non-polling based news->mail list gatewaying; email viega@list.org,
     I'd like to help get that going and come up
     with instructions)
  o Smart bounce detection and correction
  o Integrated fast bulk mailing
  o Smart spam protection
  o Extensible logging
  o Multiple list owners and moderators are possible
  o Optional MIME-compliant digests
  o Nice about which machine you subscribed from if you're from the
        right domain

Conditional build options:
    mailman uid --with uid %{uid}
    mailman gid --with gid %{gid}

%prep
%setup -q
%apply_patches

%build
%serverbuild
# As a normal user, we don't have permissions to do this.  %patch0 changes
#   configure so that the directory check will never fail.
autoreconf
./configure \
    --prefix=%{_libdir}/%{name} \
    --with-var-prefix=%{_var}/lib/%{name} \
    --with-mail-gid=%{gid} \
    --with-cgi-gid=apache \
    --with-username=%{uid} \
    --with-groupname=%{gid} \
    --without-permcheck \
    --with-cgi-ext=.cgi \
    --libdir=%{_libdir}

make
# fix encoding typo
perl -pi -e 's/gb2132/gb2312/' misc/email-2.5.6/email/Charset.py

%install
%makeinstall_std

# apache conf
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf <<EOF
# Mailman Apache configuration file
Alias /%{name}/icons %{_libdir}/%{name}/icons
Alias /%{name}       %{_libdir}/%{name}/cgi-bin
Alias /pipermail     %{_var}/lib/%{name}/archives/public


<Directory %{_libdir}/%{name}/cgi-bin>
    Require all granted
    Options ExecCgi
    DirectoryIndex listinfo.cgi
</Directory>

<Directory %{_libdir}/%{name}/icons>
    Require all granted
</Directory>

<Directory %{_var}/lib/mailman/archives/public>
    Require all granted
    Options FollowSymlinks
</Directory>
EOF

# init script
install -d -m 755 %{buildroot}%{_initrddir}
install -m 755 misc/mailman %{buildroot}%{_initrddir}

# move logs directory into /var/log
install -d -m 755 %{buildroot}%{_var}/log
mv %{buildroot}%{_var}/lib/%{name}/logs %{buildroot}%{_var}/log/%{name}
(cd %{buildroot}%{_var}/lib/%{name} && ln -s ../../log/%{name} logs)

# move config file into /etc
install -d -m 755 %{buildroot}%{_sysconfdir}
mv %{buildroot}%{_libdir}/%{name}/Mailman/mm_cfg.py %{buildroot}%{_sysconfdir}/%{name}
(cd %{buildroot}%{_libdir}/%{name}/Mailman && ln -s ../../../..%{_sysconfdir}/%{name} mm_cfg.py)
rm -f %{buildroot}%{_libdir}/%{name}/Mailman/mm_cfg.py.dist

# fix permissions mess
chmod -R go=u-ws %{buildroot}%{_libdir}/%{name}
chmod 750 %{buildroot}%{_var}/lib/%{name}/archives/private

# logrotate
install -d m 755 %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
# daily rotated log files
%{_var}/log/mailman/smtp-failure %{_var}/log/mailman/smtp %{_var}/log/mailman/locks %{_var}/log/mailman/fromusenet %{_var}/log/mailman/qrunner {
    daily
    missingok
    rotate 7
    sharedscripts
    postrotate
    [ -f '/var/run/mailman/mailman.pid' ] && %{_libdir}/mailman/bin/mailmanctl -q reopen || exit 0
    endscript
}

# weekly rotated log files
%{_var}/log/mailman/bounce %{_var}/log/mailman/error %{_var}/log/mailman/vette %{_var}/log/mailman/mischief {
    weekly
    missingok
    rotate 4
    sharedscripts
    postrotate
    [ -f '/var/run/mailman/mailman.pid' ] && %{_libdir}/mailman/bin/mailmanctl -q reopen || exit 0
    endscript
}

# monthly rotated log files
%{_var}/log/mailman/digest %{_var}/log/mailman/subscribe %{_var}/log/mailman/post {
    monthly
    missingok
    rotate 12
    sharedscripts
    postrotate
    [ -f '/var/run/mailman/mailman.pid' ] && %{_libdir}/mailman/bin/mailmanctl -q reopen || exit 0
    endscript
}
EOF

# install init script
install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name}

# binaries symlinks from /usr/sbin
install -d -m 755 %{buildroot}%{_sbindir}
pushd %{buildroot}%{_sbindir}
for bin in ../..%{_libdir}/%{name}/bin/*; do
    ln -s $bin .
done
popd

cat > README.mdv <<EOF
Mandriva RPM specific notes

setup
-----
The setup used here differs from default one, to achieve better FHS compliance.
- the configuration file is /etc/mailman
- the log files are in /var/log/mailman
- the constant files are in /usr/lib/mailman
- the variable files are in /var/lib/mailman
Moreover, the perms used are most standard and secures. check_perms will
scream, but mailman runs fine.

post-installation
-----------------
Post-installation script attempts first to integrate mailman aliases file with
existing mail aliases. Then the server-wide 'mailman' list is automatically
created, with root@hostname as admin, and a randomly generated password. This
list is configured with generic default values, but its configuration should be
reviewed before usage.
The password is available in the notification message sent by mailman upon list
creation, and is also used as the site password. The mailman service has to be
started, and the SMTP server has to be running for the message to be correctly
delivered.

upgrade
-------
The alias db (/var/lib/mailman/data/aliases.db) should be owned by the same uid
and gid as the one used by mailman, mail.mail here. You may experience toubles
when upgrading from old releases of the packages.
EOF

%pre
if [ $1 = "2" ]; then
  if [ ! -L %{_libdir}/%{name}/Mailman/mm_cfg.py ]; then
    mv %{_libdir}/%{name}/Mailman/mm_cfg.py %{_sysconfdir}/%{name}.tmp
  fi
  if [ ! -L %{_var}/lib/%{name}/logs ]; then
    mv %{_var}/lib/%{name}/logs %{_var}/log/%{name}
  fi
fi

%post
%_post_service %{name}

cd %{_libdir}/%{name}

if [ $1 = 1 ]; then
    # installation

    # generic tasks
    hostname=`hostname`
    domainname=`dnsdomainname`

    if [ -z "$domainname" ]; then
	domainname=localdomain
    fi

    # mailman basic configuration
    cat >>Mailman/mm_cfg.py <<EOF
DEFAULT_EMAIL_HOST = '$domainname'
DEFAULT_URL_HOST = '$hostname'
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
EOF

    # make sure mail user is allowed to use cron
    if [ -f %{_sysconfdir}/cron.allow ]; then
        if ! grep -q %{uid} %{_sysconfdir}/cron.allow; then
            echo "%{uid}" >> %{_sysconfdir}/cron.allow
        fi
    fi

    # add cron task
    crontab -u %{uid} %{_libdir}/%{name}/cron/crontab.in

    # add aliases
    %create_ghostfile %{_var}/lib/%{name}/data/aliases %{uid} %{gid} 660
    mta="`readlink /etc/alternatives/sendmail-command 2>/dev/null | cut -d . -f 2`"
    if [ "$mta" == "postfix" ]; then
        cat >>Mailman/mm_cfg.py <<EOF
MTA = 'Postfix'
EOF
        maps=`/usr/sbin/postconf -h alias_maps`
        postconf -e \
            "recipient_delimiter = +" \
            "unknown_local_recipient_reject_code = 550" \
            "alias_maps = $maps, hash:%{_var}/lib/%{name}/data/aliases"
        /usr/sbin/postalias %{_var}/lib/%{name}/data/aliases
    else
        cat >> %{_sysconfdir}/aliases <<EOF
:include:	%{_var}/lib/%{name}/data/aliases
EOF
        /usr/bin/newaliases
    fi

    # generate random password
    passwd=%_get_password 8

    # site password
    %{_sbindir}/mmsitepass $passwd > /dev/null

    if [ ! -f /var/lib/mailman/lists/mailman/config.pck ]; then
        # initial list creation and configuration
        su %{uid} \
            -c "%{_sbindir}/newlist mailman root@$hostname $passwd" > /dev/null
        su %{uid} \
            -c "%{_sbindir}/config_list -i /var/lib/mailman/data/sitelist.cfg mailman"
    fi

else
    # upgrade
    if [ -f %{_sysconfdir}/%{name}.tmp ]; then
        mv -f %{_sysconfdir}/%{name}.tmp %{_sysconfdir}/%{name}
    fi
fi

%preun
%_preun_service %{name}

%postun
if [ $1 = 0 ]; then
    # generic tasks

    # remove cron task
    crontab -u %{uid} -r

    # remove aliases
    mta="`readlink /etc/alternatives/sendmail-command 2>/dev/null | cut -d . -f 2`"
    if [ "$mta" == "postfix" ]; then
        database=`/usr/sbin/postconf -h alias_database | \
            sed -e 's|, hash:%{_var}/lib/%{name}/data/aliases||'`
        maps=`/usr/sbin/postconf -h alias_maps | \
            sed -e 's|, hash:%{_var}/lib/%{name}/data/aliases||'`
        postconf -e \
            "alias_database = $database" \
            "alias_maps = $maps"
    else
        sed -i -e '/:include:	%{_var}/lib/%{name}/data/aliases/d' \
            %{_sysconfdir}/aliases
    fi
    /usr/bin/newaliases
fi

%files
%doc ACKNOWLEDGMENTS BUGS FAQ INSTALL NEWS* README* TODO* UPGRADING
%doc gnu-COPYING-GPL contrib/README.check_perms_grsecurity
%doc doc/*
# constant files
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/cron
%{_libdir}/%{name}/pythonlib
%{_libdir}/%{name}/scripts
%{_libdir}/%{name}/tests
%{_libdir}/%{name}/messages
%{_libdir}/%{name}/templates
%{_libdir}/%{name}/bin
%{_libdir}/%{name}/Mailman
%{_libdir}/%{name}/icons
%dir %{_libdir}/%{name}/mail
%attr(2755,root,%{gid}) %{_libdir}/%{name}/mail/*
%dir %{_libdir}/%{name}/cgi-bin
%attr(2755,root,%{gid}) %{_libdir}/%{name}/cgi-bin/*
# variable files
%attr(-,%{uid},%{gid}) %{_var}/lib/%{name}/data
%attr(-,%{uid},%{gid}) %{_var}/lib/%{name}/lists
%attr(-,%{uid},%{gid}) %{_var}/lib/%{name}/locks
%attr(-,%{uid},%{gid}) %{_var}/lib/%{name}/qfiles
%attr(-,%{uid},%{gid}) %{_var}/lib/%{name}/spam
%attr(-,%{uid},%{gid}) %{_var}/lib/%{name}/logs
%attr(-,%{uid},%{gid}) %{_var}/lib/%{name}/archives/public
%attr(-,%{uid},apache) %{_var}/lib/%{name}/archives/private
%attr(-,%{uid},%{gid}) %{_var}/log/%{name}
# configuration files
%{_initrddir}/%{name}
%config(noreplace) %{_webappconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/%{name}
%{_sbindir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.15-4
+ Revision: ba44407
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17583 |14mr|make-4.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GNU tool which simplifies the build process for users
Name:		make
Epoch:		1
Version:	4.0
Release:	7
License:	GPLv2+
Group:		Development/Tools
Url:		http://www.gnu.org/directory/GNU/make.html
Source0:	ftp://ftp.gnu.org/pub/gnu/make/%{name}-%{version}.tar.bz2
Patch1:		make-3.82-noclock_gettime.patch
# Upstream: https://savannah.gnu.org/bugs/?30748
Patch6:		make-3.82-weird-shell.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(guile-2.0)

%description
A GNU tool for controlling the generation of executables and other
non-source files of a program from the program's source files.  Make
allows users to build and install packages without any significant
knowledge about the details of the build process.  The details about how
the program should be built are provided for make in the program's
makefile.

The GNU make tool should be installed on your system because it is
commonly used to simplify the process of installing programs.

%files -f %{name}.lang
%doc ABOUT-NLS AUTHORS ChangeLog README README.customs SCOPTIONS NEWS
%doc glob/COPYING.LIB glob/ChangeLog
%{_bindir}/make
%{_bindir}/gmake
%{_mandir}/man1/make.1*
%{_infodir}/make.info*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--with-guile
%make

%install
%makeinstall_std

ln -sf make %{buildroot}%{_bindir}/gmake

# We probably don't need this
rm -rf %{buildroot}%{_includedir}

%find_lang %{name}

%check
# all tests must pass
make check

%changelog
* Thu Jul 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.0-7
+ Revision: da424b0
- New version 4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17584 |14mr|makedepend-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: makedepend
Version: 1.0.3
Release: 4
Summary: Create dependencies in makefiles
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The makedepend program reads each source file in sequence and parses it like  a
C-preprocessor, processing all C #* directives so that it can correctly tell
which include directives would be used in a compilation.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/makedepend
%{_mandir}/man1/makedepend.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-4
+ Revision: e95751b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17585 |14mr|makedev-4.4-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# synced with rh-3.3.1-1

%define devrootdir /lib/root-mirror
%define dev_lock /var/lock/subsys/dev
%define makedev_lock /var/lock/subsys/makedev

Summary:	A program used for creating the device files in /dev
Name:		makedev
Version:	4.4
Release:	16
Group:		System/Kernel and hardware
License:	GPL
URL:		http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/makedev/
Source:		%{name}-%{version}.tar.bz2
Requires(pre):	coreutils, mktemp
Requires(post): perl(MDK::Common), shadow-utils, sed, util-linux
Requires:	bash
Provides:	dev, MAKEDEV
Obsoletes:	dev, MAKEDEV
BuildArch:	noarch
# coreutils => /bin/mkdir

%description
This package contains the makedev program, which makes it easier to create
and maintain the files in the /dev directory.  /dev directory files
correspond to a particular device supported by Linux (serial or printer
ports, scanners, sound cards, tape drives, CD-ROM drives, hard drives,
etc.) and interface with the drivers in the kernel.

The makedev package is a basic part of your Mandriva Linux system and it needs
to be installed.

#The Mandriva Linux operating system uses file system entries to represent
#devices (CD-ROMs, floppy drives, etc.) attached to the machine. All of
#these entries are in the /dev tree (although they don't have to be).
#This package contains the most commonly used /dev entries.

%prep
%setup -q

%build
# Generate the config scripts
%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

mkdir -p %{buildroot}%{devrootdir}
%makeinstall_std

%post
/usr/sbin/useradd -c "virtual console memory owner" -u 69 \
  -s /sbin/nologin -r -d /dev vcsa 2> /dev/null || :

#- when devfs or udev are used, upgrade and install can be done easily :)
if [ -e /dev/.devfsd ] || [ -e /dev/.udev.tdb ] || [ -d /dev/.udevdb/ ] || [ -d /dev/.udev/ ]; then
	[ -d %{devrootdir} ] || mkdir %{devrootdir}
	mount --bind / %{devrootdir}
	DEV_DIR=%{devrootdir}/dev
     
     [ -L $DEV_DIR/snd ] && rm -f $DEV_DIR/snd
	mkdir -p $DEV_DIR/{pts,shm}
	/sbin/makedev $DEV_DIR

	# race 
	while [ ! -c $DEV_DIR/null ]; do
		rm -f $DEV_DIR/null
		mknod -m 0666 $DEV_DIR/null c 1 3
		chown root.root $DEV_DIR/null
	done

	umount -f %{devrootdir} 2> /dev/null
#- case when makedev is being installed, not upgraded
else
	DEV_DIR=/dev
	mkdir -p $DEV_DIR/{pts,shm}
     [ -L $DEV_DIR/snd ] && rm -f $DEV_DIR/snd
	/sbin/makedev $DEV_DIR

	# race 
	while [ ! -c $DEV_DIR/null ]; do
		rm -f $DEV_DIR/null
		mknod -m 0666 $DEV_DIR/null c 1 3
		chown root.root $DEV_DIR/null
	done

	[ -x /sbin/pam_console_apply ] && /sbin/pam_console_apply &>/dev/null
fi
:

%triggerpostun -- dev

if [ ! -e /dev/.devfsd -a ! -e /dev/.udev.tdb -a ! -d /dev/.udevdb/ -a ! -d /dev/.udev/ ]; then
	#- when upgrading from old dev pkg to makedev pkg, this can't be done in %%post
	#- doing the same when upgrading from new dev pkg
	DEV_DIR=/dev
	mkdir -p $DEV_DIR/{pts,shm}
     [ -L $DEV_DIR/snd ] && rm -f $DEV_DIR/snd
	/sbin/makedev $DEV_DIR

	# race 
	while [ ! -c $DEV_DIR/null ]; do
		rm -f $DEV_DIR/null
		mknod -m 0666 $DEV_DIR/null c 1 3
		chown root.root $DEV_DIR/null
	done

	[ -x /sbin/pam_console_apply ] && /sbin/pam_console_apply &>/dev/null
fi
:

%files
%doc COPYING devices.txt README
%attr(755,root,root) /sbin/%{name}
%dir %{_sysconfdir}/makedev.d/
%config(noreplace) %{_sysconfdir}/makedev.d/*
%dir /dev
%dir %{devrootdir}
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.4-16
+ Revision: 0939684
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17586 |14mr|makeself-2.1.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Generates a self-extractable archive from a directory
Name:		makeself
Version:	2.1.5
Release:	8
Source0:	http://www.megastep.org/makeself/%{name}-%{version}.tar.bz2
Source1:	http://angst.cynapses.org/stripmakeself
License:	GPLv3
Group: 		Archiving/Compression
Url:		http://www.megastep.org/makeself/
Requires:	bzip2
Requires:	coreutils
Requires:	gnupg
BuildArch:	noarch

%description
Makeself is a small shell script that generates a self-extractable
tar.gz archive from a directory. The resulting file appears as a shell
script (many of those have a .run suffix), and can be launched as
is. The archive will then uncompress itself to a temporary directory
and an optional arbitrary command will be executed (for example an
installation script). This is pretty similar to archives generated
with WinZip Self-Extractor in the Windows world. Makeself archives
also include checksums for integrity self-validation (CRC and/or MD5
checksums).

The makeself.sh script itself is used only to create the archives from
a directory of files. The resultant archive is actually a compressed
(using gzip, bzip2, or compress) TAR archive, with a small shell
script stub at the beginning. This small stub performs all the steps
of extracting the files, running the embedded command, and removing
the temporary files when it's all over. All what the user has to do to
install the software contained in such an archive is to "run" the
archive, i.e sh nice-software.run. I recommend using the "run" (which
was introduced by some Makeself archives released by Loki Software) or
"sh" suffix for such archives not to confuse the users, since they
know it's actually shell scripts (with quite a lot of binary data
attached to it though!).


%prep
%setup -q
cp -p %{SOURCE1} .

%build

%install
mkdir -p %{buildroot}%{_bindir} \
	%{buildroot}%{_mandir}/man1 \
	%{buildroot}%{_datadir}/makeself/
install -m 755 makeself.sh %{buildroot}%{_bindir}/makeself
install -m 755 makeself-header.sh %{buildroot}%{_datadir}/makeself/makeself-header
install -m 755 stripmakeself %{buildroot}%{_bindir}/
install -m 644 makeself.1 %{buildroot}%{_mandir}/man1/

%files
%doc COPYING README TODO makeself.lsm
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/makeself/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.5-8
+ Revision: 0607c94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17587 |14mr|malaga-7.12-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	7
%define libname		%mklibname %{name} %{major}
%define develname 	%mklibname %{name} -d

%define debug_package %{nil}

Summary:	A grammar development environment for natural languages
Name:		malaga
Version:	7.12
Release:	10
License:	GPLv2+
Group:		Text tools
URL:		http://home.arcor.de/bjoern-beutel/malaga/
Source:		http://home.arcor.de/bjoern-beutel/malaga/%{name}-%{version}.tgz
# Fix map_file symbol conflict with samba. Upstream can be considered
# inactive but as libvoikko >= 2.2 doesn't use libmalaga anymore, these kind
# of problems won't probably come up.
Patch0:		malaga-rename-map_file.diff

Patch1:		malaga-malshow-lm.patch

BuildRequires:	readline-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	chrpath

%description
Malaga is a software package for the development and application of
grammars that are used for the analysis of words and sentences of
natural languages. It contains a programming language for the
modelling of morphology and syntax grammars.

%package -n %{libname}
Summary:	Malaga shared library
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}

%description -n %{libname}
Malaga is a software package for the development and application of
grammars that are used for the analysis of words and sentences of
natural languages. It contains a programming language for the
modelling of morphology and syntax grammars.

This package contains the library needed to run programs dynamically
linked with Malaga.

%package -n %{develname}
Summary:	Headers and static libraries for Malaga development
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}malaga7-devel

%description -n %{develname}
Malaga is a software package for the development and application of
grammars that are used for the analysis of words and sentences of
natural languages. It contains a programming language for the
modelling of morphology and syntax grammars.

This package contains the headers and development symlink to library that
programmers will need to develop applications which will use Malaga.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
	--disable-rpath \
	--disable-static

%make

%install
rm -rf %{buildroot}
%makeinstall INSTALL_INFO=true
chrpath -d %{buildroot}%{_bindir}/* %{buildroot}%{_libdir}/*.so

%files
%doc CHANGES.txt README.txt
%{_bindir}/mal*
%{_datadir}/%{name}
%{_infodir}/%{name}*
%{_mandir}/man1/mal*

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{develname}
%{_libdir}/lib%{name}.so
%{_includedir}/malaga.h




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 7.12-10
+ Revision: f8bea2e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17588 |14mr|man-2.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global cache /var/cache/man

Summary:	A set of documentation tools: man, apropos and whatis
Name:		man
Version:	2.6.3
Release:	2
License:	GPLv2
Group:		System/Base
Url:		http://www.nongnu.org/man-db/
Source0:	http://download.savannah.gnu.org/releases/man-db/%{name}-db-%{version}.tar.xz
Source1:	man-db.crondaily
Source2:	man-db.sysconfig
Patch0:		man-db-2.6.3-recompress-xz.patch
Requires:	groff-for-man
Requires:	xz
BuildRequires:	xz
BuildRequires:	lzma-devel
BuildRequires:	gdbm-devel
BuildRequires:	groff-for-man
BuildRequires:	groff
BuildRequires:	pkgconfig(libpipeline)

# We need to allow undefined symbols - libmandb relies on them
%define _disable_ld_no_undefined 1

%description
The man package includes three tools for finding information and/or
documentation about your Linux system: man, apropos and whatis. The man
system formats and displays on-line manual pages about commands or
functions on your system. Apropos searches the whatis database
(containing short descriptions of system commands) for a string. Whatis
searches its own database for a complete word.

The man package should be installed on your system because it is the
primary way for find documentation on a Mandriva Linux system.

%prep
%setup -q -n %{name}-db-%{version}
%patch0 -p1 -b .recompress~
# Needed after patch0
autoconf
%configure \
	--with-sections="1 1p 8 2 3 3p 4 5 6 7 9 0p n l p o 1x 2x 3x 4x 5x 6x 7x 8x" \
	--disable-setuid \
	--enable-threads=posix

%build
%make CC="%__cc %{optflags}" V=1
chmod 0755 ./src/man

%install
%makeinstall_std prefix=%{_prefix} INSTALL='%{__install} -p'

# install cron script for man-db creation/update
install -m755 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/cron.daily/man-db.cron

# move the documentation to relevant place
mv %{buildroot}%{_datadir}/doc/man-db/* ./

# remove zsoelim - part of groff package
rm %{buildroot}%{_bindir}/zsoelim
rm %{buildroot}%{_datadir}/man/man1/zsoelim.1

# install cache directory
install -d -m 0755 %{buildroot}%{cache}

# config for cron script
install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/man-db

%find_lang %{name}-db
%find_lang %{name}-db-gnulib

%files -f %{name}-db.lang,%{name}-db-gnulib.lang
%doc README man-db-manual.txt man-db-manual.ps docs/COPYING ChangeLog NEWS
%config(noreplace) %{_sysconfdir}/man_db.conf
%config(noreplace) %{_sysconfdir}/sysconfig/man-db
%{_sysconfdir}/cron.daily/man-db.cron
%{_sbindir}/accessdb
%{_bindir}/man
%{_bindir}/whatis
%{_bindir}/apropos
%{_bindir}/manpath
%{_bindir}/lexgrog
%{_bindir}/catman
%{_bindir}/mandb
%dir %{_libdir}/man-db
%{_libdir}/man-db/globbing
%{_libdir}/man-db/manconv
%{_libdir}/man-db/*.so*
# documentation and translation
%{_mandir}/man1/apropos.1*
%{_mandir}/man1/lexgrog.1*
%{_mandir}/man1/man.1*
%{_mandir}/man1/manconv.1*
%{_mandir}/man1/manpath.1*
%{_mandir}/man1/whatis.1*
%{_mandir}/man5/manpath.5*
%{_mandir}/man8/accessdb.8*
%{_mandir}/man8/catman.8*
%{_mandir}/man8/mandb.8*
%lang(es) %{_mandir}/es/*/*
%lang(it) %{_mandir}/it/*/*
%attr(0755,root,root) %dir %{cache}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6.3-2
+ Revision: be93fec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17589 |14mr|mana-0.2.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Kana-Kanji conversion engine for Japanese
Name:		mana
Version:	0.2.1
Release:	9
Group:		System/Internationalization
License:	GPLv2+
Url:		http://sourceforge.jp/projects/shinji/
Source0:	http://prdownloads.sourceforge.jp/shinji/19974/%{name}-%{version}.tar.bz2
Patch0:		mana_change_scheme_dir.diff
Patch1:		mana-0.2.1-fix-destdir.patch
Requires:	camlp4
Requires:	gdbm
Requires:	ocaml
Requires:	ocaml-findlib
BuildRequires:	automake1.4
BuildRequires:	camlp4
BuildRequires:	gdbm
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib
BuildRequires:	gdbm-devel

%description
Kana-Kanji conversion engine for Japanese.

%files
%doc AUTHORS* ChangeLog* COPYING* NEWS*
%doc README*
%{_bindir}/mana*
%{_datadir}/uim/*.scm
%{_libdir}/mana/*
%{multiarch_bindir}/*-config

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
./configure \
    --prefix=%{_prefix} \
    --libexecdir=%{_libdir}

# disable parallel build (broken):
make

%install
%makeinstall_std

# install mana-prelude.scm for uim
install -d %{buildroot}/%{_datadir}/uim/
install -m 644 mana/mana-prelude.scm %{buildroot}/%{_datadir}/uim/
%multiarch_binaries %{buildroot}%{_bindir}/*-config


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.1-9
+ Revision: 2c17101
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17590 |14mr|manadic-0.1.4-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		manadic
Summary:	A dictionary for Mana
Version:	0.1.4
Release:	14
Group:		System/Internationalization
License:	GPL
URL:		http://sourceforge.jp/projects/shinji/
Source0:	http://prdownloads.sourceforge.jp/shinji/15963/%{name}-%{version}.tar.bz2
BuildRequires:	mana
Requires:	mana
BuildArch:	noarch

%description
A dictionary for Mana.

%prep
%setup -q

%build
%configure2_5x

# (tv) disable parallel build (broken):
make

%install
# (tv) fix installing manarc:
perl -pi -e "s@ /usr/etc/@ %{buildroot}/usr/etc/@" Makefile
mkdir -p %{buildroot}/usr/etc/
%makeinstall_std

%files
%doc AUTHORS* ChangeLog* COPYING* NEWS*
%doc README*
/usr/etc/manarc
/usr/lib/mana/dic/ipadic/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.4-14
+ Revision: 13c384f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17591 |14mr|mandi-1.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# EDIT IN SVN NOT IN SOURCE PACKAGE (NO PATCH ALLOWED).

%define name mandi
%define version 1.0
%define release 12

Summary:	Monitoring daemon bridge
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
#Patch0:		mandi-0.9-MDV_LDFLAGS.diff
License:	GPL
Group:		Networking/Other
Url:		http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/mandi/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:  dbus-devel
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires:       dbus

%description
Mandi is a monitoring daemon which acts as a bridge from root
monitoring libraries to user applications, using D-Bus.
Its plugin system allows to monitor different kind of events.
A built-in plugin forwards wireless scan results from wpa_supplicant
to user applications.

%package ifw
Summary:	Firewall rules for Interactive Firewall
Group:		Networking/Other
Requires:       mandi = %{version}
Requires:       ipset

%description ifw
This package contains the iptables rules used to forward intrusion
detections to the mandi daemon.
It is a component of Interactive Firewall.

%prep
%setup -q
#%patch0 -p0 -b .MDV_LDFLAGS

%build
%make

%install
rm -rf %{buildroot}
install -D -m755 src/%{name} %{buildroot}%{_sbindir}/%{name}
install -D -m644 conf/%{name}.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/%{name}.conf
install -D -m755 scripts/%{name}.init %buildroot%{_initrddir}/%{name}
install -d -m755 %buildroot%{_sysconfdir}/ifw/rules.d/
install -m644 rules.d/* %buildroot%{_sysconfdir}/ifw/rules.d/
install -m644 scripts/{start,stop} %{buildroot}%{_sysconfdir}/ifw
touch %{buildroot}/%{_sysconfdir}/ifw/whitelist

%clean
rm -rf %{buildroot}

%post
%_post_service mandi

%preun
%_preun_service mandi

%files
%defattr(-,root,root)
%{_sbindir}/%{name}
%config %{_sysconfdir}/dbus-1/system.d/%{name}.conf
%{_initrddir}/mandi

%files ifw
%dir %{_sysconfdir}/ifw/
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ifw/whitelist
%{_sysconfdir}/ifw/start
%{_sysconfdir}/ifw/stop
%{_sysconfdir}/ifw/rules.d/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-12
+ Revision: 729455d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17592 |14mr|mandriva-doc-2010.1-1.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distrib_name Mandriva Linux
%define group Books/Computer books
%define libdrakx %{_prefix}/lib/libDrakX
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Name:		mandriva-doc
Summary:	%distrib_name documentation
Version:	2010.1
Release:	1.2

License:	Open Publication License
Group:		%group
Url:		http://wiki.mandriva.com/en/Development/Tasks/Documentation

Source0:	%name.tar.bz2
Source1:	%name-%version.tar.bz2

Buildroot:	%_tmppath/%name-%version-%release-root
BuildArch:	noarch
BuildRequires:  wget
BuildRequires:  locales-en
BuildRequires:  locales-fr
BuildRequires:  locales-pt
BuildRequires:  locales-it
BuildRequires:  locales-de
BuildRequires:  locales-es


%define LANGS en fr pt_br it de es

%description
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the menus.


%package Mastering-Manual-en
Summary:        The %distrib_name manuals in English
Group:          %group
Requires:       locales-en
Requires:       mandriva-doc-common >= %version-%release
Obsoletes:      mandrake_doc-drakxtools-en
Provides:       mandriva-doc-Discovery-en = %version
Obsoletes:      mandriva-doc-Discovery-en                                                                                                                                                            
Provides:       mandriva-doc-Discovery-en = %version
Obsoletes:      mandrake-doc-Mastering-Manual-en
Provides:       mandrake-doc-Mastering-Manual-en = %version

%description Mastering-Manual-en
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.

%package Drakxtools-Guide-en
Summary:        The %distrib_name manuals in English
Group:          %group
Requires:       locales-en
Requires:       mandriva-doc-common >= %version-%release
Obsoletes:      mandrake_doc-drakxtools-en
Provides:       mandrake_doc-drakxtools-en = %version
Obsoletes:      mandrake-doc-drakxtools-en
Provides:       mandrake-doc-drakxtools-en = %version
Obsoletes:      mandrake-doc-Drakxtools-Guide-en
Provides:       mandrake-doc-Drakxtools-Guide-en = %version

%description Drakxtools-Guide-en
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.

%package Introducing-en
Summary:        The %distrib_name manuals in English
Group:          %group
Requires:       locales-en
Requires:       mandriva-doc-common >= %version-%release
Obsoletes:      mandrake_doc-en
Provides:       mandrake_doc-en = %version
Obsoletes:      mandrake-doc-en
Provides:       mandrake-doc-en = %version
Obsoletes:      mandrake-doc-Introducing-en
Provides:       mandrake-doc-Introducing-en = %version

%description Introducing-en
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.

%package Mastering-Manual-fr
Summary:        The %distrib_name manuals in French
Group:          %group
Requires:       locales-fr
Requires:       mandriva-doc-common >= %version-%release
Obsoletes:      mandrake_doc-drakxtools-fr
Provides:       mandriva-doc-Discovery-fr = %version
Obsoletes:      mandriva-doc-Discovery-fr                                                                                                                                                            
Provides:       mandriva-doc-Discovery-fr = %version
Obsoletes:      mandrake-doc-Mastering-Manual-fr
Provides:       mandrake-doc-Mastering-Manual-fr = %version

%description Mastering-Manual-fr
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.

%package Drakxtools-Guide-fr
Summary:        The %distrib_name manuals in French
Group:          %group
Requires:       locales-fr
Requires:       mandriva-doc-common >= %version-%release
Obsoletes:      mandrake_doc-drakxtools-fr
Provides:       mandrake_doc-drakxtools-fr = %version
Obsoletes:      mandrake-doc-drakxtools-fr
Provides:       mandrake-doc-drakxtools-fr = %version
Obsoletes:      mandrake-doc-Drakxtools-Guide-fr
Provides:       mandrake-doc-Drakxtools-Guide-fr = %version

%description Drakxtools-Guide-fr
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.

%package Introducing-fr
Summary:        The %distrib_name manuals in French
Group:          %group
Requires:       locales-fr
Requires:       mandriva-doc-common >= %version-%release
Obsoletes:      mandrake_doc-fr
Provides:       mandrake_doc-fr = %version
Obsoletes:      mandrake-doc-fr
Provides:       mandrake-doc-fr = %version
Obsoletes:      mandrake-doc-Introducing-fr
Provides:       mandrake-doc-Introducing-fr = %version

%description Introducing-fr
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.

%package Drakxtools-Guide-pt_br
Summary:        The %distrib_name manuals in Brazilian Portuguese
Group:          %group
Requires:       locales-pt
Requires:       mandriva-doc-common >= %version-%release
Obsoletes:      mandrake_doc-drakxtools-pt_br
Provides:       mandrake_doc-drakxtools-pt_br = %version
Obsoletes:      mandrake-doc-drakxtools-pt_br
Provides:       mandrake-doc-drakxtools-pt_br = %version
Obsoletes:      mandrake-doc-Drakxtools-Guide-pt_br
Provides:       mandrake-doc-Drakxtools-Guide-pt_br = %version

%description Drakxtools-Guide-pt_br
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.

%package Introducing-pt_br
Summary:        The %distrib_name manuals in Brazilian Portuguese
Group:          %group
Requires:       locales-pt
Requires:       mandriva-doc-common >= %version-%release
Obsoletes:      mandrake_doc-pt_br
Provides:       mandrake_doc-pt_br = %version
Obsoletes:      mandrake-doc-pt_br
Provides:       mandrake-doc-pt_br = %version
Obsoletes:      mandrake-doc-Introducing-pt_br
Provides:       mandrake-doc-Introducing-pt_br = %version

%description Introducing-pt_br
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.




%package common
Summary:	Common data for all %distrib_name specific documentation
Group:		%group
Conflicts:	mandrake_doc < 9.2
Obsoletes: 	mandrake_doc-common
Provides:	mandrake_doc-common
Obsoletes: 	mandrake-doc-common
Provides:	mandrake-doc-common

%description common

This package contains common icons and images for all %distrib_name
specific documentation, plus the index file matching Help IDs to HTML
help pages.

%package installer-help
Summary:	DrakX Installer help in all available languages for %distrib_name
Group:		%group

%description installer-help

This package contains the HTML files used as inline help during the
installation procedure of %distrib_name


%prep

%setup -q -c %name-%version -a 1


%install
rm -fr %buildroot


install -d -m 0755 %buildroot/%_menudir
DESTDIR=%buildroot/%{_docdir}

#install the books themselves and menu entries

install -d -m 0755 $DESTDIR/mandriva/images/


# build menu entry
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-Mastering-Manual-en.desktop << EOF
[Desktop Entry]
Name=%distrib_name Starter Guide in English
Comment=The %distrib_name manuals in English
Exec=%{_bindir}/www-browser %_docdir/mandriva/en/Mastering-Manual/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/en/
install -d -m 0755 $DESTDIR/mandriva/en/Mastering-Manual/
mv publications/en/Mastering-Manual.html $DESTDIR/mandriva/en/Mastering-Manual/Mastering-Manual.html

#install the DrakX Inline HTML Help
install -d -m 0755 $DESTDIR/installer-help/en/
for f in publications/en/DrakX-Help.html/*.html; do
i=$(basename $f | sed -e "s/drakxid-//; s/drakx-//")
mv $f %buildroot/%_docdir/installer-help/en/$i
done
ln -s ../images  %buildroot/%_docdir/installer-help/en/images
# build menu entry
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-Drakxtools-Guide-en.desktop << EOF
[Desktop Entry]
Name=%distrib_name DrakXTools User Manual in English
Comment=The %distrib_name manuals in English
Exec=%{_bindir}/www-browser %_docdir/mandriva/en/Drakxtools-Guide/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/en/
install -d -m 0755 $DESTDIR/mandriva/en/Drakxtools-Guide/
mv publications/en/Drakxtools-Guide.html $DESTDIR/mandriva/en/Drakxtools-Guide/Drakxtools-Guide.html

# build menu entry
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-Introducing-en.desktop << EOF
[Desktop Entry]
Name=%distrib_name Quick Startup Guide in English
Comment=The %distrib_name manuals in English
Exec=%{_bindir}/www-browser %_docdir/mandriva/en/Introducing/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/en/
install -d -m 0755 $DESTDIR/mandriva/en/Introducing/
mv publications/en/Introducing.html $DESTDIR/mandriva/en/Introducing/Introducing.html

# build menu entry
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-Mastering-Manual-fr.desktop << EOF
[Desktop Entry]
Name=%distrib_name Starter Guide in French
Comment=The %distrib_name manuals in French
Exec=%{_bindir}/www-browser %_docdir/mandriva/fr/Mastering-Manual/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/fr/
install -d -m 0755 $DESTDIR/mandriva/fr/Mastering-Manual/
mv publications/fr/Mastering-Manual.html $DESTDIR/mandriva/fr/Mastering-Manual/Mastering-Manual.html

#install the DrakX Inline HTML Help
install -d -m 0755 $DESTDIR/installer-help/fr/
for f in publications/fr/DrakX-Help.html/*.html; do
i=$(basename $f | sed -e "s/drakxid-//; s/drakx-//")
mv $f %buildroot/%_docdir/installer-help/fr/$i
done
ln -s ../images  %buildroot/%_docdir/installer-help/fr/images
# build menu entry
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-Drakxtools-Guide-fr.desktop << EOF
[Desktop Entry]
Name=%distrib_name DrakXTools User Manual in French
Comment=The %distrib_name manuals in French
Exec=%{_bindir}/www-browser %_docdir/mandriva/fr/Drakxtools-Guide/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/fr/
install -d -m 0755 $DESTDIR/mandriva/fr/Drakxtools-Guide/
mv publications/fr/Drakxtools-Guide.html $DESTDIR/mandriva/fr/Drakxtools-Guide/Drakxtools-Guide.html

# build menu entry
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-Introducing-fr.desktop << EOF
[Desktop Entry]
Name=%distrib_name Quick Startup Guide in French
Comment=The %distrib_name manuals in French
Exec=%{_bindir}/www-browser %_docdir/mandriva/fr/Introducing/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/fr/
install -d -m 0755 $DESTDIR/mandriva/fr/Introducing/
mv publications/fr/Introducing.html $DESTDIR/mandriva/fr/Introducing/Introducing.html

#install the DrakX Inline HTML Help
install -d -m 0755 $DESTDIR/installer-help/pt_br/
for f in publications/pt_br/DrakX-Help.html/*.html; do
i=$(basename $f | sed -e "s/drakxid-//; s/drakx-//")
mv $f %buildroot/%_docdir/installer-help/pt_br/$i
done
ln -s ../images  %buildroot/%_docdir/installer-help/pt_br/images
# build menu entry
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-Drakxtools-Guide-pt_br.desktop << EOF
[Desktop Entry]
Name=%distrib_name DrakXTools User Manual in Brazilian Portuguese
Comment=The %distrib_name manuals in Brazilian Portuguese
Exec=%{_bindir}/www-browser %_docdir/mandriva/pt_br/Drakxtools-Guide/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/pt_br/
install -d -m 0755 $DESTDIR/mandriva/pt_br/Drakxtools-Guide/
mv publications/pt_br/Drakxtools-Guide.html $DESTDIR/mandriva/pt_br/Drakxtools-Guide/Drakxtools-Guide.html

# build menu entry
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-Introducing-pt_br.desktop << EOF
[Desktop Entry]
Name=%distrib_name Quick Startup Guide in Brazilian Portuguese
Comment=The %distrib_name manuals in Brazilian Portuguese
Exec=%{_bindir}/www-browser %_docdir/mandriva/pt_br/Introducing/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/pt_br/
install -d -m 0755 $DESTDIR/mandriva/pt_br/Introducing/
mv publications/pt_br/Introducing.html $DESTDIR/mandriva/pt_br/Introducing/Introducing.html

#install the DrakX Inline HTML Help
install -d -m 0755 $DESTDIR/installer-help/it/
for f in publications/it/DrakX-Help.html/*.html; do
i=$(basename $f | sed -e "s/drakxid-//; s/drakx-//")
mv $f %buildroot/%_docdir/installer-help/it/$i
done
ln -s ../images  %buildroot/%_docdir/installer-help/it/images
#install the DrakX Inline HTML Help
install -d -m 0755 $DESTDIR/installer-help/de/
for f in publications/de/DrakX-Help.html/*.html; do
i=$(basename $f | sed -e "s/drakxid-//; s/drakx-//")
mv $f %buildroot/%_docdir/installer-help/de/$i
done
ln -s ../images  %buildroot/%_docdir/installer-help/de/images
#install the DrakX Inline HTML Help
install -d -m 0755 $DESTDIR/installer-help/es/
for f in publications/es/DrakX-Help.html/*.html; do
i=$(basename $f | sed -e "s/drakxid-//; s/drakx-//")
mv $f %buildroot/%_docdir/installer-help/es/$i
done
ln -s ../images  %buildroot/%_docdir/installer-help/es/images
mv %buildroot/%_docdir/installer-help/en/* %buildroot/%_docdir/installer-help/
rm -f %buildroot/%_docdir/installer-help/images
mv publications/en/DrakX-Help.html/images %buildroot/%_docdir/installer-help/
rm -rf %buildroot/%_docdir/installer-help/en
ln -s . %buildroot/%_docdir/installer-help/en
sed -i -e 's!drakxid-!!g; s!drakx-!!g' %buildroot/%_docdir/installer-help/*.html %buildroot/%_docdir/installer-help/*/*.html


# build HTML index file
cat > $DESTDIR/mandriva/en/Mastering-Manual/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Mastering-Manual.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Mastering-Manual.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF
# build HTML index file
cat > $DESTDIR/mandriva/en/Drakxtools-Guide/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Drakxtools-Guide.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Drakxtools-Guide.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF
# build HTML index file
cat > $DESTDIR/mandriva/en/Introducing/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Introducing.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Introducing.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF
# build HTML index file
cat > $DESTDIR/mandriva/fr/Mastering-Manual/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Mastering-Manual.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Mastering-Manual.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF
# build HTML index file
cat > $DESTDIR/mandriva/fr/Drakxtools-Guide/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Drakxtools-Guide.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Drakxtools-Guide.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF
# build HTML index file
cat > $DESTDIR/mandriva/fr/Introducing/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Introducing.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Introducing.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF
# build HTML index file
cat > $DESTDIR/mandriva/pt_br/Drakxtools-Guide/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Drakxtools-Guide.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Drakxtools-Guide.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF
# build HTML index file
cat > $DESTDIR/mandriva/pt_br/Introducing/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Introducing.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Introducing.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF


# install ctxhelp.pm which tells drakhelp which HTML help page
# corresponds to which application help button
install -d -m 0755 %buildroot/%{libdrakx}/
install -m 0644 %name/ctxhelp.pm %buildroot/%{libdrakx}/
install -d -m 0755 %buildroot/%_sbindir/
install -m 0755 %name/drakhelp_inst %buildroot/%_sbindir/
# install images for index files
for i in mandriva-doc/images/*; do
  install -m 0644 $i %buildroot/%_docdir/mandriva/images/
done

%clean
rm -fr %buildroot


%post Mastering-Manual-en
%{update_menus}
%postun Mastering-Manual-en
%{clean_menus}

%post Drakxtools-Guide-en
%{update_menus}
%postun Drakxtools-Guide-en
%{clean_menus}

%post Introducing-en
%{update_menus}
%postun Introducing-en
%{clean_menus}

%post Mastering-Manual-fr
%{update_menus}
%postun Mastering-Manual-fr
%{clean_menus}

%post Drakxtools-Guide-fr
%{update_menus}
%postun Drakxtools-Guide-fr
%{clean_menus}

%post Introducing-fr
%{update_menus}
%postun Introducing-fr
%{clean_menus}

%post Drakxtools-Guide-pt_br
%{update_menus}
%postun Drakxtools-Guide-pt_br
%{clean_menus}

%post Introducing-pt_br
%{update_menus}
%postun Introducing-pt_br
%{clean_menus}




%files common
%defattr(-,root,root)
%dir %_docdir/mandriva/
%{libdrakx}/ctxhelp.pm
%_sbindir/drakhelp_inst
%docdir %_docdir/mandriva/images/
%dir %_docdir/mandriva/images/
%doc %_docdir/mandriva/images/*

%files installer-help
%defattr(-,root,root)
%dir %_docdir/installer-help/
%docdir %_docdir/installer-help/
%doc %_docdir/installer-help/*

%files Mastering-Manual-en
%defattr(-,root,root)
%{_datadir}/applications/%name-Mastering-Manual-en.desktop
%dir %_docdir/mandriva/en/Mastering-Manual
%doc %_docdir/mandriva/en/Mastering-Manual/*

%files Drakxtools-Guide-en
%defattr(-,root,root)
%{_datadir}/applications/%name-Drakxtools-Guide-en.desktop
%dir %_docdir/mandriva/en/Drakxtools-Guide
%doc %_docdir/mandriva/en/Drakxtools-Guide/*

%files Introducing-en
%defattr(-,root,root)
%{_datadir}/applications/%name-Introducing-en.desktop
%dir %_docdir/mandriva/en/Introducing
%doc %_docdir/mandriva/en/Introducing/*

%files Mastering-Manual-fr
%defattr(-,root,root)
%{_datadir}/applications/%name-Mastering-Manual-fr.desktop
%dir %_docdir/mandriva/fr/Mastering-Manual
%doc %_docdir/mandriva/fr/Mastering-Manual/*

%files Drakxtools-Guide-fr
%defattr(-,root,root)
%{_datadir}/applications/%name-Drakxtools-Guide-fr.desktop
%dir %_docdir/mandriva/fr/Drakxtools-Guide
%doc %_docdir/mandriva/fr/Drakxtools-Guide/*

%files Introducing-fr
%defattr(-,root,root)
%{_datadir}/applications/%name-Introducing-fr.desktop
%dir %_docdir/mandriva/fr/Introducing
%doc %_docdir/mandriva/fr/Introducing/*

%files Drakxtools-Guide-pt_br
%defattr(-,root,root)
%{_datadir}/applications/%name-Drakxtools-Guide-pt_br.desktop
%dir %_docdir/mandriva/pt_br/Drakxtools-Guide
%doc %_docdir/mandriva/pt_br/Drakxtools-Guide/*

%files Introducing-pt_br
%defattr(-,root,root)
%{_datadir}/applications/%name-Introducing-pt_br.desktop
%dir %_docdir/mandriva/pt_br/Introducing
%doc %_docdir/mandriva/pt_br/Introducing/*






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2010.1-1.2
+ Revision: 0fa875c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17593 |14mr|mandriva-galaxy-2011.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: mandriva-galaxy
Summary: Mandriva-galaxy
Version: 2011.0
Release: 5
Epoch: 2
License: GPL
URL: http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/mandriva-galaxy-kde4
Group: System/Configuration/Other
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: kde4-macros
BuildRequires: kdelibs4-devel
BuildRequires: qt4-devel
BuildRequires: cmake

Requires: mandriva-galaxy-data

%description
This package displays an html file allowing users to launch browsers to
other html pages (Mandriva Web sites or local html documentation) or to
launch Mandriva applications such as the Mandriva Control Center.

%prep 
%setup -q -n mandriva-galaxy

%build 
%cmake_qt4
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std -C build
ln -s %{_bindir}/mandriva-galaxy %{buildroot}/%{_bindir}/mandrivagalaxy.real

%clean 
rm -rf $RPM_BUILD_ROOT 

%files
%defattr(-,root,root)
%attr(755,root,root) %{_bindir}/mandriva-galaxy
%attr(755,root,root) %{_bindir}/mandrivagalaxy.real
%{_sysconfdir}/xdg/autostart/mandriva-galaxy.desktop
%{_iconsdir}/mandriva-galaxy.png
%{_datadir}/locale/*/LC_MESSAGES/mandriva-galaxy.mo



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:2011.0-5
+ Revision: c226d7a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17594 |14mr|mandriva-galaxy-data-2011.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define source_date 20110211

Name: mandriva-galaxy-data
Summary: Mandriva Galaxy data files
Version: 2011.0
Release: 3
URL: http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/mandriva-galaxy-kde4
Group: System/Configuration/Other
BuildRoot: %{_tmppath}/%{name}-%{version}.%{source_date}-buildroot
Source0: %{name}-%{version}.%{source_date}.tar.bz2
License: GPL
BuildArch: noarch
BuildRequires: intltool
Requires: mandriva-galaxy

Conflicts: mandriva-galaxy < 2:2009.0

%description
This package groups all Mandriva Galaxy data files (html files show at startup)

%prep
%setup -q -n mandriva-galaxy-data

%build
./create_galaxy_index.sh

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}/%{_datadir}/mdk/mandrivagalaxy

# do not package .xcf file
rm -f style/images/BDO-GALAXY.xcf

cp -a html/*.html %{buildroot}/%{_datadir}/mdk/mandrivagalaxy
cp -a style %{buildroot}/%{_datadir}/mdk/mandrivagalaxy
cp -a mandrivagalaxy.png %{buildroot}/%{_datadir}/mdk/mandrivagalaxy

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%dir %{_datadir}/mdk/mandrivagalaxy
%{_datadir}/mdk/mandrivagalaxy/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2011.0-3
+ Revision: 468e22a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17595 |14mr|mandriva-gfxboot-theme-4.1.19.27-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mandriva graphical boot theme
Name:		mandriva-gfxboot-theme
Version:	4.1.19.27
Release:	2
License:	GPLv2+
Group:		System/Configuration/Boot and Init
URL:		http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/theme/mandriva-gfxboot-theme/trunk/
Source0:	%{name}-%{version}.tar.xz
Source1:	back.jpg
Source2:	welcome.jpg
Source3:	timer_a.jpg
Source4:	mandriva.pcx
Source5:	grub-gfxmenu
BuildRequires:	gfxboot-devel
BuildRequires:	jpeg-progs
BuildRequires:	netpbm
BuildRequires:	rgb
Requires(post):	perl-Archive-Cpio
BuildArch:	noarch

%description
This package provides the Mandriva gfxboot theme. This theme is used by the
Mandriva installation to initialized the CDROM boot, and by installed system
to boot.

%prep
%setup -q

# our jpegs:
cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} data-install/
cp %{SOURCE1} %{SOURCE3} data-boot/

%build
#gfxboot binary is needed for the build and is in /usr/sbin
#make sure we only build one task at a time since po generation is broken
#otherwise
PATH="$PATH:/usr/sbin" make

%install
install -d %{buildroot}%{_datadir}/gfxboot/themes/Mandriva/install/
install -m644 bootlogo bootlogo.dir/* %{buildroot}%{_datadir}/gfxboot/themes/Mandriva/install/
install -m644 message -D %{buildroot}%{_datadir}/gfxboot/themes/Mandriva/boot/message

install -m755 %{SOURCE5} -D %{buildroot}%{_sbindir}/grub-gfxmenu

%post
if [ "$1" -gt 1 ]; then
   %{_sbindir}/grub-gfxmenu --update-gfxmenu
fi

%files
%{_sbindir}/*
%{_datadir}/gfxboot/themes/Mandriva/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.1.19.27-2
+ Revision: a9583e0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17596 |14mr|mandriva-kde4-config-2014-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Config requires major update anyway so we just use quick hack for now
%define _files_listed_twice_terminate_build 0

%define source_date 20140929
%define kdemajor 4.13

Name:		mandriva-kde4-config
Summary:	ROSA KDE 4 configuration
Version:	2014
# TO BE REMOVED BEFORE RELEASE
# For config changes in svn ( tarball date changes ) increment major.
# For updates without touch tarball date, increment minor
Release:	3
License:	GPL
Group:		Graphical desktop/KDE
Url:		http://www.rosalinux.com
Source0:	%{name}-%{version}.%{source_date}.tar.bz2
Source1:	kde4-firstsetup.sh
BuildRequires:	kde4-macros
BuildRequires:	inkscape
BuildRequires:	gdk-pixbuf2.0
BuildArch:	noarch

%description
This package regroups all specific ROSA config file for KDE.
(SimpleWelcome, KWin config etc.)

#--------------------------------------------------------------------

%package common
Group:		Graphical desktop/KDE
Summary:	Common configs used for ROSA theme
Requires(pre):	update-alternatives
Requires:	urw-fonts
Requires:	mandriva-theme-screensaver
Requires:	mandriva-kde-icons

%description common
common configs used for ROSA theme

%post common
update-alternatives --install %{_sysconfdir}/kde4rc kde4-config %{_localstatedir}/lib/mandriva/kde4-profiles/common/upstream-kde4-config 9

%postun common
if [ "$1" = "0" ]; then
    if ! [ -e %{_localstatedir}/lib/mandriva/kde4-profiles/common/upstream-kde4-config ]; then
        update-alternatives --remove kde4-config %{_localstatedir}/lib/mandriva/kde4-profiles/common/upstream-kde4-config
    fi
fi

%files common
%dir %{_localstatedir}/lib/mandriva/
%dir %{_localstatedir}/lib/mandriva/kde4-profiles
%dir %{_localstatedir}/lib/mandriva/kde4-profiles/common
%{_localstatedir}/lib/mandriva/kde4-profiles/common/*
%{_datadir}/kde4/env/*
%{_kde_appsdir}/kdm/themes
%{_kde_iconsdir}/*/*/apps/*
%{_kde_appsdir}/ksplash/Themes/ROSA

#--------------------------------------------------------------------

%package -n Default-kde4-config
Summary:	ROSA KDE configuration
Group:		Graphical desktop/KDE
Provides:	kde4-config-file = %{version}-%{release}
Requires:	mandriva-theme
Requires:	desktop-common-data
Requires(pre):	mandriva-kde4-config-common = %{version}-%{release}
Obsoletes:	free-kde4-config < %{version}-%{release}
Obsoletes:	one-kde4-config < %{version}-%{release}
Obsoletes:	powerpack-kde4-config < %{version}-%{release}
Obsoletes:	flash-kde4-config < %{version}-%{release}
Requires(pre):	mandriva-kde4-config-common = %{version}-%{release}
Requires(preun): mandriva-kde4-config-common
Requires(post):	perl-MDK-Common

%description -n Default-kde4-config
This package regroups all specific ROSA config file for KDE.

%pre -n Default-kde4-config
if [ "$1" = "2" ]; then
	[ ! -h %{_sysconfdir}/kde4rc ] && rm -f %{_sysconfdir}/kde4rc ]
fi
if [ -d %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/apps/kdesktop/Desktop ]; then
  rm -rf %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/apps/kdesktop/Desktop
fi

%trigger -n Default-kde4-config -- kdebase-kdm4-config-file
    perl -MMDK::Common -e 'update_gnomekderc("%{_kde_configdir}/kdm/kdmrc", "General", "ServerVTs", "-7")' 

%post -n Default-kde4-config
update-alternatives --install %{_sysconfdir}/kde4rc kde4-config %{_localstatedir}/lib/mandriva/kde4-profiles/Default/kde4rc 15

mkdir -p %{_kde_configdir}/kdm
update-alternatives --install \
	%{_kde_configdir}/kdm/kdmrc kdm4-config \
	%{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdm/kdmrc \
	10 \
	--slave \
	%{_kde_configdir}/kdm/backgroundrc \
	kdm4-background-config \
	%{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdm/backgroundrc
# As kdmrc is a config(noreplace), make sure that the poweroff commande is OK.
perl -MMDK::Common -e 'update_gnomekderc("%{_kde_configdir}/kdm/kdmrc", Shutdown, HaltCmd, "/bin/poweroff")'


%postun -n Default-kde4-config
if [ "$1" = "0" ]; then
    if ! [ -e %{_localstatedir}/lib/mandriva/kde4-profiles/Default/kde4rc ]; then
        update-alternatives --remove kde4-config %{_localstatedir}/lib/mandriva/kde4-profiles/Default/kde4rc
    fi

    if ! [ -e %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdmrc ]; then
        update-alternatives --remove kdm4-config %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdmrc
    fi
fi

%triggerpostun -n Default-kde4-config -- mandriva-kdm-config
update-alternatives --install \
    %{_kde_configdir}/kdm/kdmrc kdm4-config \
    %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdm/kdmrc \
    10 \
    --slave \
    %{_kde_configdir}/kdm/backgroundrc \
    kdm4-background-config \
    %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdm/backgroundrc

%files -n Default-kde4-config
%defattr(-, root, root)
%dir %{_localstatedir}/lib/mandriva/kde4-profiles/Default
%{_localstatedir}/lib/mandriva/kde4-profiles/Default/*
%config(noreplace) %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdm/backgroundrc
%config(noreplace) %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdm/kdmrc

#--------------------------------------------------------------------

%prep
%setup -q

%build
# Nothing

%install
# Create profile dirs
mkdir -p %{buildroot}/%{_kde_appsdir}/kdm
mkdir -p %{buildroot}/%{_kde_configdir}/kdm
mkdir -p %{buildroot}/%{_localstatedir}/lib/mandriva
mkdir -p %{buildroot}/%{_datadir}/applications/kde4
mkdir -p %{buildroot}%{_kde_appsdir}/ksplash/Themes

for i in 16 32 48 64 128; do
	mkdir -p %{buildroot}%{_iconsdir}/crystalsvg/${i}x${i}/apps ;
	cp kde4-profiles/common/share/icons/crystalsvg/${i}x${i}/apps/home-mdk.png %{buildroot}%{_iconsdir}/crystalsvg/${i}x${i}/apps/home-mdk.png ;
done

mv kde4-profiles %{buildroot}/%{_localstatedir}/lib/mandriva

for name in Default; do
# As we Ksplash, we need to copy the files in /usr
	cp -fr %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/$name/share/config/kdm/themes %{buildroot}/%{_kde_appsdir}/kdm
# We keep this common as we use the same theme for all mdv flavours
	cp -fr %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/$name/share/apps/ksplash/Themes/ROSA %{buildroot}%{_kde_appsdir}/ksplash/Themes
	pushd %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/$name/share/apps/mandriva/pics/
		icondir=%{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/$name/share/icons
		mkdir -p $icondir/oxygen/scalable/places/
		cp mdvbutton.svg $icondir/oxygen/scalable/places/

		for RES in 16 22 32 48 64 128 256; do
			mkdir -p  $icondir/oxygen/${RES}x${RES}/places
			inkscape -z -w ${RES} -h ${RES} -f mdvbutton.svg -e $icondir/oxygen/${RES}x${RES}/places/mdvbutton.png
		done
	popd
    echo "[Directories-default]" > %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/$name/kde4rc
    echo "prefixes=/var/lib/mandriva/kde4-profiles/common,%{_localstatedir}/lib/mandriva/kde4-profiles/$name" >> %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/$name/kde4rc
done

# Upstream
echo "[Directories-default]" > %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/common/upstream-kde4-config
echo "prefixes=%{_kde_prefix}" >> %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/common/upstream-kde4-config

mkdir -p %{buildroot}%{_datadir}/kde4/env
install -m 755 %{SOURCE1} %{buildroot}%{_datadir}/kde4/env

# KDE version in kickoff top tile image
sed -i s,"KDE 4.10","KDE %{kdemajor}",g %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/apps/mandriva/pics/top.svg

%changelog
* Mon Sep 29 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2014-3
+ Revision: c376b82
- Regrouped rosa-launcher applications

* Mon Sep 22 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2014-2
+ Revision: 57abd83
- Added groups of application for rosa-launcher

* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014-1
+ Revision: 58fb0c3
- Bump version and add VolumeFeedback=false to kmix config

* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2012-40
+ Revision: 56dc431
- Bump KDE version

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2012-39
+ Revision: 6e0f1d9
- MassBuild#440: Increase release tag

* Tue Apr 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2012-38
+ Revision: 824b998
- Bump current KDE version to 4.12 to make sure kickoff top tile image is correct

* Thu Dec 19 2013 Denis Silakov <denis.silakov@rosalab.ru> 2012-37
+ Revision: 59abe3e
- Drop drakconf from default menu

* Thu Nov 14 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 2012-37
+ Revision: 76f77f0
- removed Language=en_GB from kdmrc config

* Mon Oct 28 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2012-36
+ Revision: 3e451ce
- LOG Adjust for KDE 4.11 (update kickoff top tile image version)

* Thu May 23 2013 root <root@localhost.localdomain> 2012-35
+ Revision: fa094ab
- removed export XCURSOR_THEME=rosa from firstboot and each login, changed kcminputrc

* Tue May 21 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 2012-34
+ Revision: bca23eb
- release up

* Tue May 21 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 2012-33
+ Revision: b59b9a7
- returned mkdir -p %{_kde_configdir}/kdm

* Mon Apr 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2012-33
+ Revision: d7dd14b
- LOG Keep kdmrc config in sync with what kcmkdm generates, fix some permissions in tarball

* Sun Apr 28 2013 root <root@localhost.localdomain> 2012-32
+ Revision: f70cb54
- reverted noreplace removal, changed default config

* Fri Apr 26 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 2012-31
+ Revision: e2ece59
- release up; removed $config, package kdmrc and backgroundrc as usual files, so that they will always replace files from previous packages.

* Fri Apr 26 2013 root <root@localhost.localdomain> 2012-30
+ Revision: ffa4a25
- reverted NumLock=On back to #NumLock=off; removed ccp from postscripts; removed mv on kdmrc

* Thu Apr 25 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2012-28
+ Revision: e49f241
- Adjust for KDE 4.10 (update kickoff top tile and disable new maximize kwin effect by default)

* Fri Mar 01 2013 root <root@localhost.localdomain> 2012-27
+ Revision: c646768
- NumLock=On in kdmrc

* Tue Feb 26 2013 Denis Koryavov <denis.koryavov@rosalab.ru> 2012-26
+ Revision: 0f2c018
- Changed setting for virtual desktop: now we use 4 desktop by default. -Instead of KWin decorations based on deKorator engine we use KWin decorations based on Aurorae engine.

* Tue Feb 05 2013 Ural Mullabaev <uxteam@rosalab.ru> 2012-23
+ Revision: b60b597
- Changed session button icon for the KDM theme

* Mon Dec 10 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 2012-22
+ Revision: eb9804c
- Changed option IndirecFullRenderingTo=false and changed name of default Activity to ROSA.

* Sat Dec 01 2012 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2012-21
+ Revision: 20cac19
- Fixed first setup script

* Thu Nov 29 2012 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2012-20
+ Revision: fbc414e
- Added creating link to the stackfolders help

* Fri Nov 23 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2012-19
+ Revision: 9ead0d2
- LOG Update source tarball (add up to date top.svg file for KDE4 kickoff menu), adjust spec cosmetics

* Tue Nov 20 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 2012-18
+ Revision: e897820
- Changed settings to use new GTK theme.

* Tue Nov 20 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 2012-18
+ Revision: 8506397
- Added new color cheme for new theme. Changed icon5 for KSplash theme.

* Mon Nov 19 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 2012-16
+ Revision: 5a1eaa9
- Fixed tarball.

* Mon Nov 19 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 2012-16
+ Revision: 16a21b9
- Fixed spec.

* Mon Nov 19 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 2012-16
+ Revision: c89b93d
- Fixed spec.

* Mon Nov 19 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 2012-16
+ Revision: c4a5543
- Fixed spec.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17597 |14mr|mandriva-kde-icons-1.0.4-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: mandriva-kde-icons
Summary: Mandriva KDE icons
Version: 1.0.4
Release: 15
Epoch: 1
URL: http://www.mandriva.com
Group: Graphical desktop/KDE
BuildRoot: %_tmppath/%name-buildroot
Source0: %{name}-%{version}.tar.bz2
License: GPL
BuildArch: noarch
Provides: kde-custom-icons

%description
This package contains all specific mandriva icons.
This include special folders icons and actions icons

%files
%defattr(-,root,root)
%{_iconsdir}/*/*/*/*
%{_iconsdir}/favicons/*

#--------------------------------------------------------------------

%prep
%setup -q -n %name-%version

%install
rm -rf %buildroot
mkdir -p %buildroot
cp -fr * %buildroot
mv -f %buildroot%_iconsdir/crystalsvg %buildroot%_iconsdir/oxygen

%clean
rm -rf %buildroot



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.0.4-15
+ Revision: bc1b61f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17598 |14mr|mandriva-kde-translation-2012.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Localization files for Mandriva KDE strings
Name:		mandriva-kde-translation
Version:	2012.1
Release:	3
License:	GPL
Group:		System/Base
URL:		http://www.rosalinux.com
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	gettext
BuildArch:	noarch

%description
This package includes that translations that have been added on
Mandriva KDE.

%files -f %{name}.lang
%defattr(-,root,root,0755)

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build

%install
%__mkdir_p %{buildroot}%{_datadir}/locale

#make po_files
for i in ./*.po
do
  langdir="%{buildroot}%{_datadir}/locale/`basename ${i} .po`/LC_MESSAGES/"
  %__mkdir_p ${langdir}
  msgfmt -o	${langdir}/mandriva-kde-translation.mo ${i}
done

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.1-3
+ Revision: 8f35a32
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17599 |14mr|mandriva-lxde-config-0.5.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Mandriva LXDE configuration files
Name:    	mandriva-lxde-config
Version: 	0.5.5
Release: 	2
Group:   	Graphical desktop/Other
License: 	GPLv2+
URL:		http://www.lxde.org
# (fwang) http://svn.mandriva.com/svn/soft/mandriva-lxde-config/
Source0: 	%{name}-%{version}.tar.xz
BuildArch: 	noarch
Conflicts:	lxde-common < 0.5.5-0.git20110721.3
Requires:	mandriva-theme
Requires:	rosa-flat-icons
Requires:	rosa-lxde-flat
Requires:	fonts-ttf-opensans
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Configuration files for ROSA LXDE desktop environment.

%prep
%setup -qn %{name}-%{version}

%install
rm -rf %{buildroot}

install -D desktop.conf -m644 %{buildroot}%{_sysconfdir}/xdg/lxsession/LXDE/desktop.conf
install -D openbox-rc.xml -m644 %{buildroot}%{_datadir}/lxde/openbox/rc.xml

%files
%defattr(-,root,root)
%{_sysconfdir}/xdg/lxsession/LXDE/desktop.conf
%{_datadir}/lxde/openbox/rc.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.5-2
+ Revision: 243b712
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17600 |14mr|mandriva-theme-1.4.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mandriva-theme
%define theme Mandriva
%define version 1.4.10
%define scriptdir %{_datadir}/bootsplash/scripts
%define mdk_bg %{_datadir}/mdk/backgrounds

%define release 2

%define theme_header() \
Summary:	Mandriva%{?1:-%1} theme for plymouth and desktop background \
Group:		Graphics \
%description %{?1} \
This package contains the Mandriva%{?1:-%1} plymouth theme \
with its images and configuration for different resolution as well as \
the the desktop background image. \

%define theme_package(o:) \
%package %{1} \
Requires:	plymouth-system-theme \
Requires:	plymouth-plugin-script >= 0.8.2 \
Requires(post):	bootsplash >= 3.3.0 \
Provides:	mandrake_theme mandrake-theme mandrakelinux-theme mandriva-theme = %{version}-%{release} \
Provides:	plymouth(system-theme) \
Obsoletes:	mandrake_theme mandrake-theme mandrakelinux-theme %{?-o:%{-o*}} \
Requires:	mandriva-theme-common \
Suggests:	mandriva-theme-screensaver \
%theme_header(%{1}) \
\
%package %{1}-screensaver \
Summary:	Mandriva %{1} screensaver \
Group:		Graphics \
Provides:	mandriva-theme-screensaver \
%{?-o:Obsoletes: %{-o*}-screensaver} \
\
%description %{1}-screensaver \
This package contains the screensaver associated with the \
Mandriva %{1} theme. \

%define theme_scripts() \
%post -n %{name}-%{1} \
if [ -f /splash.jpg ]; then \
rm -f /splash.jpg \
fi \
if [ -f /welcome.jpg ]; then \
rm -f /welcome.jpg \
fi \
if [ -z "$DURING_INSTALL" ]; then \
  if [ -x %{_sbindir}/plymouth-set-default-theme ]; then \
    %{_sbindir}/plymouth-set-default-theme Mandriva-%{1} -R \
  fi \
else \
  if [ -f /etc/sysconfig/bootsplash ]; then \
    perl -pi -e 's/^\s*SPLASH=.*/SPLASH=auto/; s/^\s*THEME=.*/THEME=Mandriva-%{1}/' /etc/sysconfig/bootsplash \
  fi \
  %{_sbindir}/plymouth-set-default-theme Mandriva-%{1} \
fi \
if [ -f %{mdk_bg}/Mandriva-root.png -a ! -f %{mdk_bg}/root/default.png -o -L %{mdk_bg}/root/default.png ]; then \
  rm -f %{mdk_bg}/root/default.png \
  ln -s Mandriva-%{1}-root-1600x1200.png %{mdk_bg}/root/default.png \
fi \
\
%triggerpostun -n %{name}-%{1} -- mandriva-theme-%{1} < 1.2.4 \
for f in kdeglobals konsolerc; do \
  if [ "`readlink /usr/share/config/$f 2>/dev/null`" == "$f-Mandriva-%{1}" ]; then \
    rm -f /usr/share/config/$f \
  fi \
done \
\
%preun -n %{name}-%{1} \
if [ "$1" == "0" ]; then \
  if [ -x %{scriptdir}/remove-theme ]; then \
    %{scriptdir}/remove-theme Mandriva-%{1} \
  fi \
  link=`readlink %{mdk_bg}/default.png` \
  slink=${link%%-*} \
  if [ "$slink" == "Mandriva-%{1}" ]; then rm -f %{mdk_bg}/default.png;fi \
  link=`readlink %{mdk_bg}/default.jpg` \
  slink=${link%%-*} \
  if [ "$slink" == "Mandriva-%{1}" ]; then rm -f %{mdk_bg}/default.jpg;fi \
  link=`readlink %{mdk_bg}/Mandriva.png` \
  slink=${link%%-*} \
  if [ "$slink" == "Mandriva-%{1}" ]; then rm -f %{mdk_bg}/Mandriva.png;fi \
  link=`readlink %{mdk_bg}/Mandriva.jpg` \
  slink=${link%%-*} \
  if [ "$slink" == "Mandriva-%{1}" ]; then rm -f %{mdk_bg}/Mandriva.jpg;fi \
  link=`readlink %{mdk_bg}/root/Mandriva.png` \
  slink=${link%%-*} \
  if [ "$slink" == "Mandriva-%{1}-root" ]; then rm -f %{mdk_bg}/root/default.png;fi \
fi \

%define theme_files() \
%files %{1} \
%{_datadir}/gfxboot/themes/Mandriva-%{1} \
%{_datadir}/plymouth/themes/Mandriva-%{1} \
%{mdk_bg}/Mandriva-%{1}* \
\
%{mdk_bg}/rosa-background.jpg \
%files %{1}-screensaver \
%dir %{_datadir}/mdk/screensaver \
%{_datadir}/mdk/screensaver/*-*.jpg \

Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.xz
License:	GPL
Prefix:		%{_prefix}
BuildArch:	noarch
BuildRequires:	gimp fonts-ttf-dejavu
%theme_header

%theme_package Rosa      -o mandriva-theme

%package common
Summary:	Mandriva common theme for plymouth
Group:		Graphics
Obsoletes:	plymouth-theme-mdv

%description common
This package contains common images for the Mandriva plymouth themes.

%package extra
Summary:	Additional backgrounds from Mandriva Linux users
Group:		Graphics

%description extra
This package contains winning picture from Mandriva 2010 photo 
background contest.

%prep
%setup -q

%build
%make

%install
%make install prefix=%{buildroot}

# Default wallpaper should be available without browsing file system
mkdir -p %{buildroot}%{_datadir}/wallpapers
pushd %{buildroot}%{_datadir}/wallpapers
  ln -s ../mdk/backgrounds/default.jpg default.jpg
popd

%theme_scripts Rosa

%files common
%{_datadir}/wallpapers/default.jpg

%files extra
%{_datadir}/mdk/backgrounds/Antes_del_vuelo.jpg
%{_datadir}/mdk/backgrounds/fields.jpg
%{_datadir}/mdk/backgrounds/hibiscus.jpg
%{_datadir}/mdk/backgrounds/Rustic_Chair.jpg
%{_datadir}/mdk/backgrounds/Autumn.jpg
%{_datadir}/mdk/backgrounds/Flower.jpg
%{_datadir}/mdk/backgrounds/Ice.jpg
%{_datadir}/mdk/backgrounds/Smiley01.jpg
%{_datadir}/mdk/backgrounds/chevalier.jpg
%{_datadir}/mdk/backgrounds/gouttes2500.jpg
%{_datadir}/mdk/backgrounds/night_swim.jpg
%{_datadir}/mdk/backgrounds/Beach.jpg
%{_datadir}/mdk/backgrounds/Cat.jpg
%{_datadir}/mdk/backgrounds/Event.jpg
%{_datadir}/mdk/backgrounds/Flowers.jpg
%{_datadir}/mdk/backgrounds/Sunset.jpg
%{_datadir}/mdk/backgrounds/Canal.jpg

%{_datadir}/mdk/backgrounds/Mandriva-extra.xml

%theme_files Rosa


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.10-2
+ Revision: b7aa090
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17601 |14mr|man-pages-3.34-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LANG en
Summary: English man (manual) pages from the Linux Documentation Project
Name: man-pages
Version: 3.34
Release: 2
License: GPL-style
Group: System/Internationalization
Source: ftp://ftp.kernel.org/pub/linux/docs/man-pages/%name-%version.tar.bz2
Source1: rpcgen.1
Source3: ld.so.8
Source4: ldd.1
Source5: ldconfig.8
Source6: man-pages-extralocale.tar.bz2
Source8: man9-19971126.tar.bz2
Source9: man2.tar.bz2
Source10: strptime.3
Source11: ifcfg.5
#Patch1: man-pages-1.31.iconv.patch.bz2
#Source2: netman-cvs.tar.bz2
URL:     http://www.kernel.org/doc/man-pages
# 	was ftp://ftp.win.tue.nl/pub/linux-local/manpages/
# Where to find it ????
# (fg) 20010627 Document that quad interpretation "feature" in socket API...
BuildRequires: man => 1.5j-8mdk
# this prevent auto-install of man-pages for non en locales:
#Requires: locales-%LANG
Requires: man => 1.5j-8mdk
Autoreqprov: false
BuildArch: noarch

%description
A large collection of man pages (reference material) from the Linux 
Documentation Project (LDP).  The man pages are organized into the
following sections:

        Section 1:  User commands (intro only)
        Section 2:  System calls
        Section 3:  Libc calls
        Section 4:  Devices (e.g., hd, sd)
        Section 5:  File formats and protocols (e.g., wtmp, /etc/passwd,
                nfs)
        Section 6:  Games (intro only)
        Section 7:  Conventions, macro packages, etc. (e.g., nroff, ascii)
        Section 8:  System administration (intro only)
        Section 9:  Kernel internal routines

%prep
%setup -q -a 9 -a 8 -a6

cp -a %SOURCE1 man1
cp -a %SOURCE3 man8
cp -a %SOURCE4 man1
cp -a %SOURCE5 man8
cp -a %SOURCE10 man3
cp -a %SOURCE11 man5


%build
rm -fv man1/{diff,chgrp,chmod,chown,cp,dd,df,dircolors,du,install,dir,vdir}.1
rm -fv man1/{ln,ls,mkdir,mkfifo,mknod,mv,rm,rmdir,touch}.1
rm -fv man2/modules.2 man2/quotactl.2 man2/get_kernel_syms.2 
rm -fv man2/{create,delete,init,query}_module.2
rm -fv man4/{console,fd}.4 man5/{exports,nfs,fstab}.5

# those conflict with ld.so package
# this one conflicts with bind-utils
rm -rf man5/resolver.5

# this conflicts with ldconfig -- Geoff
rm -f man8/ldconfig.8

# those conflict with glibc{,-devel}
rm -f man1/{getent,iconv,ldd,locale,localedef,sprof}.1
rm -f man8/{ld.so,rpcinfo}.8
rm -f man1/rpcgen.1
rm -f man3/crypt{,_r}.3

# this conflict with glibc
rm -f man1/rpcgen.1.bz2
				
#mv man1/COPYING .

%install
set +x
mkdir -p %{buildroot}/%_mandir
for n in 0p 1 1p 2 3 3p 4 5 6 7 8 9; do
	mkdir %{buildroot}/%_mandir/man$n
done
for n in man*/*; do
	cp -a $n %{buildroot}/%_mandir/$n
done

set -x

LANG='' DESTDIR=%{buildroot} /usr/bin/mandb %{buildroot}/%_mandir/

mkdir -p %{buildroot}/etc/cron.weekly
cat > %{buildroot}/etc/cron.weekly/makewhatis-%LANG.cron << EOF
#!/bin/bash
LANG='' %{_bindir}/mandb %_mandir/%LANG
exit 0
EOF
chmod a+x %{buildroot}/etc/cron.weekly/makewhatis-%LANG.cron

mkdir -p  %{buildroot}/var/cache/man/%LANG
mkdir -p  %{buildroot}{%_mandir/%LANG,/var/catman/}

%files
%defattr(0644,root,man,755)
%doc README* *.Announce Changes
%dir %_mandir/%LANG
#%dir /var/cache/man/%LANG
#%verify (not md5 mtime size) %{_mandir}/whatis
%dir %_mandir/man*p/
%_mandir/man*/*
%_mandir/cat*/*
%_mandir/index.db*
%_mandir/CACHEDIR.TAG*
#%attr(755,root,man)/var/catman/%LANG
%config(noreplace) %attr(755,root,root)/etc/cron.weekly/makewhatis-%LANG.cron



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.34-2
+ Revision: bf87e26
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17602 |14mr|man-pages-cs-0.18.20090209-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG cs

Summary:	Czech Linux Manual Pages
Name:		man-pages-%LNG
Version:	0.18.20090209
Release:	10
License:	Distributable
Group:		System/Internationalization
URL:		http://tropikhajma.sweb.cz/man-pages-cs/
Source:		http://tropikhajma.sweb.cz/%{name}/%{name}-%{version}.tar.lzma
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	man => 1.5j-8mdk
BuildRequires:	sed 
BuildRequires:	grep 
Requires:	locales-%LNG, 
Requires:	man => 1.5j-8mdk
Autoreqprov:	false
BuildArch:	noarch
Obsoletes:	man-%LNG, manpages-%LNG
Provides:	man-%LNG, manpages-%LNG

%description
A large collection of man pages (reference material) from the Linux 
Documentation Project (LDP), translated to Czech.  The man pages are
organized into the following sections:

	Section 1:  User commands (intro only)
	Section 2:  System calls
	Section 3:  Libc calls
	Section 4:  Devices (e.g., hd, sd)
	Section 5:  File formats and protocols (e.g., wtmp, %{_sysconfdir}passwd, nfs)
	Section 6:  Games (intro only)
	Section 7:  Conventions, macro packages, etc. (e.g., nroff, ascii)
	Section 8:  System administration (intro only)

%prep
%setup -q -n %name-%version

%build
# Preserve better versions...
rm ./procps/kill.1
rm ./procps/uptime.1
rm ./man-pages/man1/du.1 
rm ./man-pages/man1/dir.1
rm ./man-pages/man1/vdir.1 

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_mandir}/%LNG/
make install DESTDIR=%{buildroot} MANDIR=%{_mandir}/%LNG/

LANG=%LNG DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}/%_mandir/%LNG

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly

cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron << EOF
#!/bin/bash
LANG=%LNG %{_bindir}/mandb %_mandir/%LNG
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron

mkdir -p  %{buildroot}/var/cache/man/%LNG

touch %{buildroot}/var/cache/man/%LNG/whatis

%postun
# 0 means deleting the package
if [ "$1" = "0" ]; then
   ## Force removing of /var/cache/man/%LNG, if there isn't any man page
   ## directory /%_mandir/%LNG
   if [ ! -d %_mandir/%LNG ] ; then
       rm -rf /var/cache/man/%LNG
   fi
fi

%post
%create_ghostfile /var/cache/man/%LNG/whatis root root 644

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,man,755)
%doc README* Changelog CONTRIB.old
%dir %_mandir/%LNG
%dir /var/cache/man/%LNG
%ghost %config(noreplace) /var/cache/man/%LNG/whatis
%_mandir/%LNG/man*
%_mandir/%LNG/cat*
%_mandir/%LNG/CACHEDIR.TAG*
%_mandir/%LNG/index.db*
#%_mandir/%LNG/whatis
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.18.20090209-10
+ Revision: da884d9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17603 |14mr|man-pages-da-0.1.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG da
%define name man-pages-%LNG
%define version 0.1.1
%define release 17

Summary: Danish man pages from the Linux Documentation Project
Name: %{name}
Version: %{version}
Release: %{release}
License: Distributable
Group: System/Internationalization
Patch: manpages-da-0.1.1-manpath.patch
URL: http://www.sslug.dk/locale/man-sider/
Source: http://www.sslug.dk/locale/man-sider/manpages-da-%version.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: man => 1.5j-8mdk
Requires: locales-%LNG
Requires: man => 1.5j-8mdk 
BuildRequires: sed grep man
Autoreq: false
BuildArch: noarch

%description
A large collection of man pages (reference material) from the Linux 
Documentation Project (LDP), translated to Danish.  The man pages are
organized into the following sections:

        Section 1:  User commands (intro only)
        Section 2:  System calls
        Section 3:  Libc calls
        Section 4:  Devices (e.g., hd, sd)
        Section 5:  File formats and protocols (e.g., wtmp, %{_sysconfdir}passwd,
                    nfs)
        Section 6:  Games (intro only)
        Section 7:  Conventions, macro packages, etc. (e.g., nroff, ascii)
        Section 8:  System administration (intro only)

%prep
%setup -q -n manpages-da-%{version}
%patch -p1

%build

%install
rm -fr %{buildroot}
make PREFIX=%{buildroot}/usr install

LANG=%LNG DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}/%_mandir/%LNG

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron << EOF
#!/bin/bash
LANG=%LNG %{_bindir}/mandb %_mandir/%LNG
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron

mkdir -p  %{buildroot}/var/cache/man/%LNG

touch %{buildroot}/var/cache/man/%LNG/whatis

%postun
# 0 means deleting the package
if [ "$1" = "0" ]; then
   ## Force removing of /var/catman/%LNG, if there isn't any man page
   ## directory /%_mandir/%LNG
   if [ ! -d %_mandir/%LNG ] ; then
       /bin/rm -rf /var/catman/%LNG
   fi
fi

%post
%create_ghostfile /var/cache/man/%LNG/whatis root root 644

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root)
%doc lsmig AUTHORS ChangeLog
%dir %_mandir/%LNG
%dir /var/cache/man/%LNG
%ghost %config(noreplace) /var/cache/man/%LNG/whatis
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron
%_mandir/%LNG/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.1-17
+ Revision: 9c89fea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17604 |14mr|man-pages-de-0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	LNG de
%define	gitrevision aeb3e35
%define	srcname manpages-%{LNG}

Name:		man-pages-%{LNG}
Version:	0.9
Release:	3
Summary:	German man (manual) pages from the Linux Documentation Project
License:	Distributable
Group:		System/Internationalization
Url:		http://alioth.debian.org/projects/manpages-de/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Source0:	%{srcname}-%{gitrevision}.tar.gz
BuildRequires:	man
Requires:	locales-%{LNG}
Requires:	man
Obsoletes:	man-%{LNG}
Obsoletes:	manpages-%{LNG}
Provides:	man-%{LNG}
Provides:	manpages-%{LNG}

%description
A large collection of man pages (reference material) from the Linux 
Documentation Project (LDP), translated to German.  The man pages are
organized into the following sections:

        Section 1:  User commands (intro only)
        Section 2:  System calls
        Section 3:  Libc calls
        Section 4:  Devices (e.g., hd, sd)
        Section 5:  File formats and protocols (e.g., wtmp, %{_sysconfdir}passwd,
                    nfs)
        Section 6:  Games (intro only)
        Section 7:  Conventions, macro packages, etc. (e.g., nroff, ascii)
        Section 8:  System administration (intro only)

%prep
%setup -q -n %{srcname}-%{gitrevision}

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_mandir}/%{LNG}/man{1,2,3,4,5,6,7,8,9,n}
mkdir -p %{buildroot}%{_var}/catman/%{LNG}/cat{1,2,3,4,5,6,7,8,9,n}

for i in 1 2 3 4 5 6 7 8; do
	if [ -d man$i ] ; then
		cp -avf man$i %{buildroot}%{_mandir}/%{LNG}/
	else
		echo "man$i does not exist"
	fi
done

# those files conflict whith net-tools
# nothing to remove for now

LANG=%{LNG} DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}/%{_mandir}/%{LNG}

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron << EOF
#!/bin/bash
LANG=%{LNG} %{_bindir}/mandb %{_mandir}/%{LNG}
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron

mkdir -p  %{buildroot}%{_var}/cache/man/%{LNG}

touch %{buildroot}%{_var}/cache/man/%{LNG}/whatis

%postun
# 0 means deleting the package
if [ "$1" = "0" ]; then
   ## Force removing of /var/catman/%{LNG}, if there isn't any man page
   ## directory /%{_mandir}/%{LNG}
   if [ ! -d %{_mandir}/%{LNG} ] ; then
       rm -rf %{_var}/catman/%{LNG}
   fi
fi

%post
%create_ghostfile %{_var}/cache/man/%{LNG}/whatis root root 644

%files
%doc CHANGES README COPYRIGHT
%dir %{_mandir}/%{LNG}
%dir %{_var}/cache/man/%{LNG}
%ghost %config(noreplace) %{_var}/cache/man/%{LNG}/whatis
%{_mandir}/%{LNG}/man*
%{_mandir}/%{LNG}/cat*
%{_mandir}/%{LNG}/CACHEDIR.TAG*
%{_mandir}/%{LNG}/index.db*
#%{_mandir}/%{LNG}/whatis
%attr(755,root,man) %{_var}/catman/%{LNG}
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-3
+ Revision: ead03b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17605 |14mr|man-pages-es-1.55-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG es
%define extra_ver 0.8a

Summary: Spanish man (manual) pages from the Linux Documentation Project
Name: man-pages-%LNG
Version: 1.55
Release: 10
License: LDP GENERAL PUBLIC LICENSE
Group: System/Internationalization
Source: http://www.ditec.um.es/~piernas/manpages-es/man-pages-es-%{version}.tar.bz2  
Source1: http://www.ditec.um.es/~piernas/manpages-es/man-pages-es-extra-%{extra_ver}.tar.bz2  
URL: http://www.ditec.um.es/~piernas/manpages-es/
#URL: http://www.pameli.org/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: man => 1.5j-8mdk
Requires: locales-%LNG, man => 1.5j-8mdk
Requires(post,preun): sed grep man
Autoreq: false
BuildArch: noarch
Obsoletes: man-%LNG, manpages-%LNG
Provides: man-%LNG, manpages-%LNG
Obsoletes: man-pages-es-extra
Provides: man-pages-es-extra

%description
A large collection of man pages (reference material) from the Linux 
Documentation Project (LDP), translated to spanish.  The man pages are
organized into the following sections:

        Section 1:  User commands (intro only)
        Section 2:  System calls
        Section 3:  Libc calls
        Section 4:  Devices (e.g., hd, sd)
        Section 5:  File formats and protocols (e.g., wtmp, %{_sysconfdir}passwd,
                nfs)
        Section 6:  Games (intro only)
        Section 7:  Conventions, macro packages, etc. (e.g., nroff, ascii)
        Section 8:  System administration (intro only)


%prep
%setup -n man-pages-%LNG-%{version} -a1
%build


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%_mandir/%LNG/man{1,2,3,4,5,6,7,8,9,n}
mkdir -p %{buildroot}/var/catman/%LNG/cat{1,2,3,4,5,6,7,8,9,n}

mv man1/{README,LEAME} .

make MANDIR=%{buildroot}/%_mandir/es allbz

make -C man-pages-es-extra-%{extra_ver} MANDIR=%{buildroot}/%_mandir/es allbz

LANG=%LNG DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}/%_mandir/%LNG

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron << EOF
#!/bin/bash
LANG=%LNG %{_bindir}/mandb %_mandir/%LNG
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron

mkdir -p  %{buildroot}/var/cache/man/%LNG
rm -f %{buildroot}/usr/share/man/es/{LEEME,LEEME.extra,PAQUETES,PROYECTO}

touch %{buildroot}/var/cache/man/%LNG/whatis

%postun
# 0 means deleting the package
if [ "$1" = "0" ]; then
   ## Force removing of /var/catman/%LNG, if there isn't any man page
   ## directory /%_mandir/%LNG
   if [ ! -d %_mandir/%LNG ] ; then
       rm -rf /var/catman/%LNG
   fi
fi

%post
%create_ghostfile /var/cache/man/%LNG/whatis root root 644

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,man,755)
%doc LEEME README man-pages-es-extra-%{extra_ver}/LEEME.extra
%doc man-pages-es-extra-%{extra_ver}/PAQUETES 
%doc man-pages-es-extra-%{extra_ver}/PROYECTO
%dir %_mandir/%LNG
%dir /var/cache/man/%LNG
%ghost %config(noreplace) /var/cache/man/%LNG/whatis
%_mandir/%LNG/man*
%{_mandir}/%{LNG}/cat*
%{_mandir}/%{LNG}/CACHEDIR.TAG*
%{_mandir}/%{LNG}/index.db*
#%_mandir/%LNG/whatis
%attr(755,root,man) /var/catman/%LNG
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.55-10
+ Revision: b3a7d01
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17606 |14mr|man-pages-fr-3.03.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG fr

Summary:	French man (manual) pages from the Linux Documentation Project
Name:		man-pages-fr
Version:	3.03.0
Release:	12
License:	GPL
Group:		System/Internationalization
Url: 		http://manpagesfr.free.fr/
Source:		http://manpagesfr.free.fr/download/%name-%version.tar.bz2 
Source2:	man-pages-fr-goodies.tar.bz2
Source3:	http://www.delafond.org/traducmanfr/mansupfr.tar.bz2
Source4:	http://www.delafond.org/traducmanfr/archivemansupfr.tar.bz2
Source10:	http://www.enstimac.fr/Perl/perl-all-fr-man.tar.bz2
Source11:	man-pages-fr-1.58-extras.tar.bz2
Source12:	man-pages-extras-fr-0.7.9.tar.bz2
Source13:	http://manpagesfr.free.fr/download/man-pages-sup-fr-20080606.tar.bz2
Source20:	books-fr.xpm
BuildRequires:	man
Autoreqprov:	false
Requires:	locales-fr
Provides:	man-fr = %{EVRD}
Provides:	manpages-fr = %{EVRD}
BuildArch:	noarch

%description
A large collection of man pages (reference material) from the Linux 
Documentation Project (LDP), translated to French.  The man pages are
organized into the following sections:

    Section 1:  User commands (intro only)
    Section 2:  System calls
    Section 3:  Libc calls
    Section 4:  Devices (e.g., hd, sd)
    Section 5:  File formats and protocols (e.g., wtmp, %{_sysconfdir}passwd, nfs)
    Section 5:  Games (intro only)
    Section 7:  Conventions, macro packages, etc. (e.g., nroff, ascii)
    Section 8:  System administration (intro only)
    Section 9:  Kernel routines

%prep
%setup -q -a3 -a4 -a10 -a11 -a12 -a13

%build
rm -f man2/core.21??
for dis in {archive_des_mans,pagesdeman}/{debian,mandrake}; do
	rmdir $dis/* || :
	for sec in 1 2 3 4 5 7 8 9; do
		[[ -d $dis/man$sec/ ]] && mv $dis/man$sec/* pagesdeman/%{_mandir}/%{LNG}/man$sec/
	done
done

for i in man{1,2,3,4,5,6,7,8,9}; do mv pagesdeman%{_mandir}/%{LNG}/$i/* $i||true;done
for i in man{1,3,5,8}; do mv archive_des_mans/$i/* $i||true;done
# perl man pages:
mv DocFr/* man1

%install
ln -sf iso_8859-1.7 man7/latin1.7; ln -sf iso_8859-1.7 man7iso_8859_7.7
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_mandir}/%{LNG}/man{1,2,3,4,5,6,7}

# install X man pages :
for i in man{1,3,4,5,6}; do cp -a pagesdeman/usr/X11R6/man/%{LNG}/$i/*  %{buildroot}%{_mandir}/%{LNG}/$i;done

mkdir -p %{buildroot}/var/catman/%{LNG}/cat{1,2,3,4,5,6,7,8,9,n}

for i in 1 2 3 4 5 6 7 8 9 ; do
	cp -adprf man$i %{buildroot}%{_mandir}/%{LNG}/||:
done

#
# remove doble files
#
rm %{buildroot}%{_mandir}/%{LNG}/man1/xawtv.1*
# this one is provided by alsaconf:
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/alsaconf.8
# these come from initscripts
rm %{buildroot}%{_mandir}/%{LNG}/{man8/usernetctl.8*,man1/{consoletype,doexec,netreport,usleep}.1*}
# these come from wireless:
rm %{buildroot}%{_mandir}/%{LNG}/{man5/iftab.5,man7/wireless.7,man8/{iwgetid,ifrename}.8}*
# these are provided by cups now
rm %{buildroot}%{_mandir}/%{LNG}/man*/{cancel,cups,{backend,filter}.1,lp,classes,disable,mime.{conv,type}s,printers.conf,{accept,enable,reject}.8}*
# these are provided by dpkg
rm %{buildroot}%{_mandir}/%{LNG}/man{1/{dpkg-deb,dpkg-name,dpkg-source},5/deb{,-control},8/{cleanup-info,dpkg{,-{divert,query,scanpackages,scansources,split,statoverride}},install-info,start-stop-daemon,update-alternatives}}.*
# these come from rpm:
rm %{buildroot}%{_mandir}/%{LNG}/man8/rpm.8*

# this lary wall perl script man page, not util linux rename tool one:
mv %{buildroot}%{_mandir}/%{LNG}/man1/rename{,.pl}.1
# these are provided by net-tools
rm -f %{buildroot}%{_mandir}/%{LNG}/man{1/{dnsdomainname,domainname,hostname,nisdomainname,ypdomainname}.1,5/ethers.5,8/{arp,ifconfig,netstat,plipconfig,rarp,route,slattach}.8}
# this one is provided by wireless-tools
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/iw{config,event,list,priv,spy}.8
# these are provided by vim7:
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/{evim.,ex.,{,r}{view,vim}.,vimdiff,vimtutor}*
# this one is provided by linkchecker:
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/linkchecker.1
# these are provided by nano:
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/nano.1*
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/rnano.1*
rm -f %{buildroot}%{_mandir}/%{LNG}/man5/nanorc*
# these are provided by fcron:
rm -f %{buildroot}%{_mandir}/%{LNG}/man*/fcron*

# upstream packagers are ... different
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/.swp

# there is already a tzselect man page at man8/tzselect.8
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/tzselect.1

# nmap already provides it (#62985)
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/nmap.1

# provided by shadow-utils
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/chage.1*
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/gpasswd.1*
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/newgrp.1*
rm -f %{buildroot}%{_mandir}/%{LNG}/man5/faillog.5*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/chpasswd.8*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/faillog.8*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/groupadd.8*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/groupdel.8*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/groupmod.8*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/grpck.8*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/lastlog.8*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/newusers.8*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/pwck.8*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/pwconv.8*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/userdel.8*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/usermod.8*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/vipw.8*


tar jxf %{SOURCE2} -C %{buildroot}/usr/share
LANG=%{LNG} DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}%{_mandir}/%{LNG}

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron << EOF
#!/bin/bash
LANG=%{LNG} %{_bindir}/mandb %{_mandir}/%{LNG}
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron

mkdir -p  %{buildroot}/var/cache/man/%{LNG}

touch %{buildroot}/var/cache/man/%{LNG}/whatis

%postun
# 0 means deleting the package
if [ "$1" = "0" ]; then
   ## Force removing of /var/catman/%{LNG}, if there isn't any man page
   ## directory /%{_mandir}/%{LNG}
   if [ ! -d %{_mandir}/%{LNG} ] ; then
       rm -rf /var/catman/%{LNG}
   fi
fi

%post
%create_ghostfile /var/cache/man/%{LNG}/whatis root root 644

%files
%defattr(0644,root,man,755)
%doc LISEZ_MOI changements
%dir %{_mandir}/%{LNG}
%dir /var/cache/man/%{LNG}
%ghost %config(noreplace) /var/cache/man/%{LNG}/whatis
%{_mandir}/%{LNG}/man*
%{_mandir}/%{LNG}/cat*
%{_mandir}/%{LNG}/CACHEDIR.TAG*
%{_mandir}/%{LNG}/index.db*
#%_mandir/%{LNG}/whatis
%attr(755,root,man) /var/catman/%{LNG}
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.03.0-12
+ Revision: 5c795e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17607 |14mr|man-pages-hu-0.2.2-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG hu

Summary:	Hungarian manual pages
Name:		man-pages-%{LNG}
Version:	0.2.2
Release:	20
License:	Distributable
Group:		System/Internationalization
Url:		http://www.kde.hu/mlp/man/
Source0:	http://www.kde.hu/mlp/man/man_hu_2001_01_05.tar.bz2
BuildRequires:	man
Requires:	locales-%{LNG}
Requires:	man
Autoreq:	false
BuildArch:	noarch

%description
A large collection of man pages (reference material) from the Linux
Documentation Project (LDP), translated to Hungarian.  The man pages are
organized into the following sections:

    Section 1:  User commands (intro only)
    Section 2:  System calls
    Section 3:  Libc calls
    Section 4:  Devices (e.g., hd, sd)
    Section 5:  File formats and protocols (e.g., wtmp, %{_sysconfdir}passwd, nfs)
    Section 6:  Games (intro only)
    Section 7:  Conventions, macro packages, etc. (e.g., nroff, ascii)
    Section 8:  System administration (intro only)

%prep
%setup -q -n usr
%build

%install
mkdir -p %{buildroot}%{_mandir}/%{LNG}/man{1,2,3,4,5,6,7,8,9,n}

find man/hu -type f -name "*.gz" -exec gunzip {} \;

for i in 1 2 3 5 7 8; do
	cp -adpvrf man/hu/man$i %{buildroot}%{_mandir}/%{LNG}/
done

LANG=%{LNG} DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}%{_mandir}/%{LNG}

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron << EOF
#!/bin/bash
LANG=%{LNG} %{_bindir}/mandb %{_mandir}/%{LNG}
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron

mkdir -p  %{buildroot}/var/cache/man/%{LNG}

touch %{buildroot}/var/cache/man/%{LNG}/whatis

rm -f %{buildroot}%{_mandir}/%{LNG}/man1/gpasswd.1*
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/login.1*
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/newgrp.1*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/lastlog.8*

%post
%create_ghostfile /var/cache/man/%{LNG}/whatis root root 644

%files
%defattr(0644,root,man,755)
%dir %{_mandir}/%{LNG}
%dir /var/cache/man/%{LNG}
%ghost %config(noreplace) /var/cache/man/%{LNG}/whatis
%{_mandir}/%{LNG}/man*
%{_mandir}/%{LNG}/cat*
%{_mandir}/%{LNG}/CACHEDIR.TAG*
%{_mandir}/%{LNG}/index.db*
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.2-20
+ Revision: 11b325c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17608 |14mr|man-pages-id-0.1-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG id

Summary:	Man pages in Indonesian language
Name:		man-pages-%{LNG}
Version:	0.1
Release:	22
License:	GPL
Group:		System/Internationalization
Source:		id-man.tar.bz2
BuildRequires:	man
Requires:	locales-%{LNG}
Requires:	man
Autoreq:	false
BuildArch:	noarch

%description
A collection of man pages for Linux in Indonesian language.

%prep

%build

%install
mkdir -p %{buildroot}%{_mandir}/%{LNG}/
tar jxf %{SOURCE0} -C %{buildroot}%{_mandir}/%{LNG}/

LANG=%{LNG} DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}/%{_mandir}/%{LNG}

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron << EOF
#!/bin/bash
LANG=%{LNG} %{_bindir}/mandb %{_mandir}/%{LNG}
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron

mkdir -p  %{buildroot}/var/cache/man/%{LNG}

touch %{buildroot}/var/cache/man/%{LNG}/whatis

rm -f %{buildroot}%{_mandir}/%{LNG}/man1/login.1*

%post
%create_ghostfile /var/cache/man/%{LNG}/whatis root root 644

%files
%defattr(644,root,man,755)
%dir %{_mandir}/%{LNG}
%dir /var/cache/man/%{LNG}
%ghost %config(noreplace) /var/cache/man/%{LNG}/whatis
%{_mandir}/%{LNG}/man*
%{_mandir}/%{LNG}/cat*
%{_mandir}/%{LNG}/CACHEDIR.TAG*
%{_mandir}/%{LNG}/index.db*
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-22
+ Revision: 6ddf516
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17609 |14mr|man-pages-it-2.80-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG it
%define extra_version 0.5.0
%define fextra %name-extra-%{extra_version}

Summary: Italian manual pages
Name:    man-pages-%LNG
Version: 2.80
Release: 8
License: GPL
URL:     ftp://ftp.pluto.it/pub/pluto/ildp/man/
Source:  ftp://ftp.pluto.it/pub/pluto/ildp/man/%name-%version.tar.gz
Source1:  %fextra.tar.bz2
Patch0: man-pages-it-2.80-installdir.patch
Group:   System/Internationalization
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: man => 1.5j-8mdk
Requires: locales-%LNG, man => 1.5j-8mdk
Autoreq: false
BuildArch: noarch
Obsoletes: man-%LNG, manpages-%LNG
Provides:  man-%LNG, manpages-%LNG
Conflicts: linkchecker < 2.3, vim-common < 7.0-2mdk


%description 
Italian translations of Linux manual pages: this package includes not
only those from the LDP, but also translations of other popular
man-pages.

BEWARE: some pages are dated!


%prep
%setup -q -a1
%patch0 -p0

%build

%install
rm -fr %buildroot

make install prefix=%buildroot%_prefix
make install prefix=%buildroot -C %fextra

LANG=%LNG DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}/%_mandir/%LNG

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron << EOF
#!/bin/bash
LANG=%LNG %{_bindir}/mandb %_mandir/%LNG
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron

mkdir -p  %{buildroot}/var/cache/man/%LNG

touch %{buildroot}/var/cache/man/%LNG/whatis

# these are provided by vim7:
rm -f %{buildroot}/%_mandir/%LNG/man1/{view.,rview.,vim}*


%postun
# 0 means deleting the package
if [ "$1" = "0" ]; then
   ## Force removing of /var/catman/%LNG, if there isn't any man page
   ## directory /%_mandir/%LNG
   if [ ! -d %_mandir/%LNG ] ; then
       /bin/rm -rf /var/catman/%LNG
   fi
fi

%post
%create_ghostfile /var/cache/man/%LNG/whatis root root 644

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,man,755)
%doc CHANGELOG HOWTOHELP readme
%dir %_mandir/%LNG
%dir /var/cache/man/%LNG
%ghost %config(noreplace) /var/cache/man/%LNG/whatis
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron
%_mandir/%LNG/man*
%{_mandir}/%{LNG}/cat*
%{_mandir}/%{LNG}/CACHEDIR.TAG*
%{_mandir}/%{LNG}/index.db*
#%_mandir/%LNG/whatis



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.80-8
+ Revision: 380f3d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17610 |14mr|man-pages-ja-20091215-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG ja
%define snap 20091215

Summary:	Japanese manual pages
Name:		man-pages-%{LNG}
Version:	%{snap}
Release:	8
License:	distributable
Group:		System/Internationalization
Url:		http://www.linux.or.jp/JM/download.html
Source0:	http://www.linux.or.jp/JM/%{name}-%{snap}.tar.gz
Source2:	http://xjman.dsl.gr.jp/xjman-0.7.tar.bz2
Source3:	man-pages-ja-install.sh
Source4:	manpage-utf8-converter.rb
BuildArch:	noarch
BuildRequires:	man
BuildRequires:	ruby
Requires:	locales-%{LNG}
Requires:	man
# for file-system:
Requires(pre):	man
Requires(post):	man
Autoreqprov:	false

%description
The japanese man pages.

%files
%doc ChangeLog README
%dir %{_mandir}/%{LNG}
%dir /var/cache/man/%{LNG}
%{_mandir}/%{LNG}/man*
%{_mandir}/%{LNG}/cat*
%{_mandir}/%{LNG}/CACHEDIR.TAG*
%{_mandir}/%{LNG}/index.db*
%attr(755,root,man)/var/catman/%{LNG}
%config(noreplace) %attr(755,root,root)/etc/cron.weekly/makewhatis-%{LNG}.cron

%postun
# 0 means deleting the package
if [ "$1" = "0" ]; then
   ## Force removing of /var/catman/%{LNG}, if there isn't any man page
   ## directory %{_mandir}/%{LNG}
   if [ ! -d %{_mandir}/%{LNG} ] ; then
       rm -rf /var/catman/%{LNG}
   fi
fi
# 1 means update
if [ "$1" = "1" ]; then
   # dirty hack to clean previous man-pages-ja installs
   [ -d var/catman/X11/%{LNG} ] && rm -rf /var/catman/X11/%{LNG} >& /dev/null
   [ -d var/catman/X11 ] && rmdir /var/catman/X11 >& /dev/null
fi
:


#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{snap} -a2

# install X11 man pages
mv xjman/ manual
echo "xjman-4.1.0	Y" >> script/pkgs.list

%build
cp %{SOURCE3} installman.sh
rm -f manual/*/man1/man.1 manual/*/man1/apropos.1 manual/*/man1/whatis.1

# convert manpages (euc-jp to utf-8)
# we can use konqueror as a manpage viewer,
# but konqueror doesn't detect euc-jp properly.
cp %{SOURCE4} .
chmod a+x manpage-utf8-converter.rb
./manpage-utf8-converter.rb

%install
mkdir -p %{buildroot}%{_mandir}/%{LNG}
mkdir -p %{buildroot}/var/catman/%{LNG}/cat{1,2,3,4,5,6,7,8,9,n}

make install

LANG=%{LNG} DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}%{_mandir}/%{LNG}

mkdir -p %{buildroot}/etc/cron.weekly
cat > %{buildroot}/etc/cron.weekly/makewhatis-%{LNG}.cron << EOF
#!/bin/bash
%{_bindir}/mandb %{_mandir}/%{LNG}
exit 0
EOF
chmod a+x %{buildroot}/etc/cron.weekly/makewhatis-%{LNG}.cron

mkdir -p  %{buildroot}/var/cache/man/%{LNG}
rm -f %{buildroot}/usr/share/man/README*

# Remove to avoid file conflicts with shadow-utils
rm -f %{buildroot}%{_mandir}/ja/man1/chage.1.*
rm -f %{buildroot}%{_mandir}/ja/man1/expiry.1.*
rm -f %{buildroot}%{_mandir}/ja/man1/gpasswd.1.*
rm -f %{buildroot}%{_mandir}/ja/man1/login.1.*
rm -f %{buildroot}%{_mandir}/ja/man1/newgrp.1.*
rm -f %{buildroot}%{_mandir}/ja/man5/faillog.5.*
rm -f %{buildroot}%{_mandir}/ja/man5/login.defs.5.*
rm -f %{buildroot}%{_mandir}/ja/man8/chpasswd.8.*
rm -f %{buildroot}%{_mandir}/ja/man8/faillog.8.*
rm -f %{buildroot}%{_mandir}/ja/man8/groupadd.8.*
rm -f %{buildroot}%{_mandir}/ja/man8/groupdel.8.*
rm -f %{buildroot}%{_mandir}/ja/man8/groupmod.8.*
rm -f %{buildroot}%{_mandir}/ja/man8/grpck.8.*
rm -f %{buildroot}%{_mandir}/ja/man8/lastlog.8.*
rm -f %{buildroot}%{_mandir}/ja/man8/logoutd.8.*
rm -f %{buildroot}%{_mandir}/ja/man8/newusers.8.*
rm -f %{buildroot}%{_mandir}/ja/man1/passwd.1.*
rm -f %{buildroot}%{_mandir}/ja/man8/pwck.8.*
rm -f %{buildroot}%{_mandir}/ja/man8/pwconv.8.*
rm -f %{buildroot}%{_mandir}/ja/man8/useradd.8.*
rm -f %{buildroot}%{_mandir}/ja/man8/userdel.8.*
rm -f %{buildroot}%{_mandir}/ja/man8/usermod.8.*
rm -f %{buildroot}%{_mandir}/ja/man8/vipw.8.*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091215-8
+ Revision: 2dab0d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17611 |14mr|man-pages-ko-20050219-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG ko

Summary:	Korean (Hangul) Man Pages
Name:		man-pages-%{LNG}
Version:	20050219
Release:	15
License:	GPL
Group:		System/Internationalization
Url:		http://man.kldp.org/
Source:		man-pages-%{LNG}-%{version}.tar.bz2
BuildRequires:	man
Requires:	locales-%{LNG}
Requires:	man
Autoreqprov:	false
BuildArch:	noarch

%description
Korean translation of the official manpages from LDP and another useful
manpages from various packages. They're maintained by the Korean Manpage
Project <http://man.kldp.org>.

%prep
%setup -c %{name}-%{version}

%build

%install
mkdir -p %{buildroot}%{_mandir}/%{LNG}/

for i in man?;do
        cp -adpvrf $i %{buildroot}%{_mandir}/%{LNG}/
done

# those files conflict whith rpm package:
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/rpm{2cpio,}.8

# those files conflict whith man package:
rm -f %{buildroot}%{_mandir}/%{LNG}/man{1/man.1,1/whatis.1,5/man.config.5}

# provided by shadow-utils
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/login.1*
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/vipw.8*

LANG=%{LNG} DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}%{_mandir}/%{LNG}

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron << EOF
#!/bin/bash
LANG=%{LNG} %{_bindir}/mandb %{_mandir}/%{LNG}
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron

mkdir -p  %{buildroot}/var/cache/man/%{LNG}

touch %{buildroot}/var/cache/man/%{LNG}/whatis

%post
%create_ghostfile /var/cache/man/%{LNG}/whatis root root 644

%files
%defattr(0644,root,man,755)
%dir %{_mandir}/%{LNG}
%dir /var/cache/man/%{LNG}
%ghost %config(noreplace) /var/cache/man/%{LNG}/whatis
%{_mandir}/%{LNG}/man*
%{_mandir}/%{LNG}/cat*
%{_mandir}/%{LNG}/CACHEDIR.TAG*
%{_mandir}/%{LNG}/index.db*
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20050219-15
+ Revision: ded5050
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17612 |14mr|man-pages-pl-0.6-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG pl
%define releasedate 28-06-2007

Summary:	Man pages in polish language
Name:		man-pages-%{LNG}
Version:	0.6
Release:	13
License:	GPL
Group:		System/Internationalization
Url:		http://ptm.linux.pl
Source0:	http:/ptm.linux.pl/man-PL%{releasedate}.tar.bz2
BuildRequires:	man
Requires:	locales-%{LNG}
Requires(pre):	sed grep man
Provides:	man-%{LNG} = %{EVRD}
Provides:	manpages-%{LNG} = %{EVRD}
Autoreqprov:	false
BuildArch:	noarch

%description
A collection of man pages for Linux in polish language.

%prep
%setup -qn pl_PL

%build
for i in 1 2 3 4 5 6 7 8 9 n; do
        rm -rf man$i/CVS
done

sh ./autogen.sh

%make

%install
mkdir -p %{buildroot}%{_mandir}/%{LNG}/

for i in 1 2 3 4 5 6 7 8 9 n; do
	cp -adpvrf man$i %{buildroot}%{_mandir}/%{LNG}/
done

LANG=%{LNG} DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}%{_mandir}/%{LNG}

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron << EOF
#!/bin/bash
LANG=%{LNG} %{_bindir}/mandb %{_mandir}/%{LNG}
exit 0
EOF

chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron

mkdir -p  %{buildroot}/var/cache/man/%{LNG}

touch %{buildroot}/var/cache/man/%{LNG}/whatis

# Provided by shadow-utils
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/expiry.1*
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/newgrp.1

%post
%create_ghostfile /var/cache/man/%{LNG}/whatis root root 644

%files
%defattr(644,root,man,755)
%doc FAQ ChangeLog readme.english
%dir %{_mandir}/%{LNG}
%dir /var/cache/man/%{LNG}
%ghost %config(noreplace) /var/cache/man/%{LNG}/whatis
%{_mandir}/%{LNG}/man*
%{_mandir}/%{LNG}/cat*
%{_mandir}/%{LNG}/CACHEDIR.TAG*
%{_mandir}/%{LNG}/index.db*
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-13
+ Revision: 68eeed0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17613 |14mr|man-pages-pt_BR-0.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG pt_BR
%define name man-pages-%LNG
%define version 0.1
%define release 12

Summary:	Brazilian man (manual) pages from the Linux Documentation Project
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:	System/Internationalization
URL: 	http://br.tldp.org/projetos/man/man.html
# the tarball has to build, files got from the web with wget.
# files dated 2002-11-21 -- pablo
Source:	http://br.tldp.org/projetos/man/arquivos/man-pages-pt_BR.tar.bz2
#Icon:		books-%LNG.xpm
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: man => 1.5j-8mdk
Requires: locales-pt, man => 1.5j-8mdk
Autoreqprov: false
BuildArchitectures: noarch

%description
A large collection of man pages (reference material) from the Linux 
Documentation Project (LDP), translated to Brzailian Portuguese.
The man pages are organized into the following sections:

        Section 1:  User commands (intro only)
        Section 2:  System calls
        Section 3:  Libc calls
        Section 4:  Devices (e.g., hd, sd)
        Section 5:  File formats and protocols (e.g., wtmp, %{_sysconfdir}passwd, nfs)
        Section 5:  Games (intro only)
        Section 7:  Conventions, macro packages, etc. (e.g., nroff, ascii)
        Section 8:  System administration (intro only)
        Section 9:  Kernel routines

%prep
%setup -n man-pages-pt_BR

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%_mandir/%LNG/man{1,2,3,4,5,6,7,8}

for i in 1 2 3 4 5 6 7 8 ; do
	cp -adpvrf man$i %{buildroot}/%_mandir/%LNG/||:
done

LANG=%LNG DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}/%_mandir/%LNG

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron << EOF
#!/bin/bash
LANG=%LNG %{_bindir}/mandb %_mandir/%LNG
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron

mkdir -p  %{buildroot}/var/cache/man/%LNG

touch %{buildroot}/var/cache/man/%LNG/whatis

%post
%create_ghostfile /var/cache/man/%LNG/whatis root root 644

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,man,755)
%dir %_mandir/%LNG
%dir /var/cache/man/%LNG
%ghost %config(noreplace) /var/cache/man/%LNG/whatis
%_mandir/%LNG/man*
%{_mandir}/%{LNG}/cat*
%{_mandir}/%{LNG}/CACHEDIR.TAG*
%{_mandir}/%{LNG}/index.db*
#%_mandir/%LNG/whatis
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-12
+ Revision: 6e5a24f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17614 |14mr|man-pages-ru-3.41-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG ru
%define tarball_version 3.41-2145-1699-20120901

Summary: Russian man (manual) pages from the Linux Documentation Project
Name: man-pages-%LNG
Version: 3.41
Release: 16
License: Distributable
Group: System/Internationalization
Source: http://www.linuxshare.ru/projects/trans/manpages-ru-0.98.tar.bz2  
Source2: man-pages-%LNG-goodies.tar.bz2
Source3: man-pages-ru_%{tarball_version}.tar.bz2
URL: http://www.linuxshare.ru/projects/trans/mans.html
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: man => 1.5j-8mdk
Requires: locales-%LNG, man => 1.5j-8mdk
Requires(post): sed grep man
Autoreq: false
BuildArch: noarch
Obsoletes: man-%LNG, manpages-%LNG
Provides: man-%LNG, manpages-%LNG


%description
A large collection of man pages (reference material) from the Linux 
Documentation Project (LDP), translated to Russian. 

%prep

%setup -q -n manpages-ru-0.98
cp %{SOURCE3} .
tar xjvf man-pages-ru_%{tarball_version}.tar.bz2
find man-pages-ru_%{tarball_version} -type f -exec gzip {} \;
if [[ -e man3/malloc.3.gz ]]
then
  rm -f man3/malloc.3.bz2
fi

%build

%install
mkdir -p %{buildroot}/%_mandir/%LNG/
mkdir -p %{buildroot}/var/catman/%LNG/cat{1,2,3,4,5,6,7,8,9,n}

for i in 1 2 3 4 5 6 7 8; do
	cp -adpvrf man$i %{buildroot}/%_mandir/%LNG/
	cp man-pages-ru_%{tarball_version}/man$i/* %{buildroot}/%_mandir/%LNG/man$i/
done

#tar jxf %SOURCE2 -C %{buildroot}/usr/share

# Drop the files provided by native packages
rm -f %{buildroot}/%{_mandir}/%LNG/man1/dosemu*
rm -f %{buildroot}/%{_mandir}/%LNG/man1/scmxx*
rm -f %{buildroot}/%{_mandir}/%LNG/man3/ipcalc_c*

LANG=%LNG DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}/%_mandir/%LNG

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron << EOF
#!/bin/bash
LANG=%LNG %{_bindir}/mandb %_mandir/%LNG
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron

mkdir -p  %{buildroot}/var/cache/man/%LNG

touch %{buildroot}/var/cache/man/%LNG/whatis

%postun
# 0 means deleting the package
if [ "$1" = "0" ]; then
   ## Force removing of /var/catman/%LNG, if there isn't any man page
   ## directory /%_mandir/%LNG
   if [ ! -d %_mandir/%LNG ] ; then
       rm -rf /var/catman/%LNG
   fi
fi

%post
%create_ghostfile /var/cache/man/%LNG/whatis root root 644

%files
%defattr(0644,root,root,0755) 
%doc CREDITS FAQ NEWS
%defattr(0644,root,man,755)
%dir %_mandir/%LNG
%dir /var/cache/man/%LNG
%ghost %config(noreplace) /var/cache/man/%LNG/whatis
%_mandir/%LNG/man*
%_mandir/%LNG/cat*
%_mandir/%LNG/CACHEDIR.TAG*
%_mandir/%LNG/index.db*
#%_mandir/%LNG/whatis
%attr(755,root,man) /var/catman/%LNG
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%LNG.cron



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.41-16
+ Revision: e24b179
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17615 |14mr|man-pages-zh-1.5-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LANG zh

%define fname man-pages-zh_CN

Summary:	Chinese man pages
Name:		man-pages-%{LANG}
Version:	1.5
Release:	14
License:	FDL
Group:		System/Internationalization
Source:		http://download.sf.linuxforum.net/cmpp/%fname-%version.tar.bz2
Source1:	makewhatis.%{LANG}_CN.UTF-8.bz2
Source2:	makewhatis.%{LANG}_CN.bz2
BuildRequires:	man
Autoreq:	false
Requires:	locales-%{LANG}
Requires:	man
Provides:	man-%{LANG} = %{EVRD}
Provides:	manpages-%{LANG} = %{EVRD}
BuildArch:	noarch

%description
Set of man pages translated into Chinese language.

%prep
%setup -q -n %{fname}-%{version}

%build
%make u8
%make gb
# fix conflict with mplayer:
rm -f */man1/mplayer.1

%install
mkdir -p %{buildroot}%{_sysconfdir}
make DESTDIR=%{buildroot}%{_usr}/share install-u8
make DESTDIR=%{buildroot}%{_usr}/share install-gb CONFDIR=%{buildroot}/etc

mkdir -p %{buildroot}%{_sbindir}
bzcat %{SOURCE1} > %{buildroot}%{_sbindir}/makewhatis.%{LANG}_CN.UTF-8
chmod a+rx %{buildroot}%{_sbindir}/makewhatis.%{LANG}_CN.UTF-8
bzcat %{SOURCE2} > %{buildroot}%{_sbindir}/makewhatis.%{LANG}_CN
chmod a+rx %{buildroot}%{_sbindir}/makewhatis.%{LANG}_CN

%{buildroot}%{_sbindir}/makewhatis.%{LANG}_CN.UTF-8 \
        %{buildroot}/%{_mandir}/%{LANG}_CN.UTF-8
%{buildroot}%{_sbindir}/makewhatis.%{LANG}_CN \
        %{buildroot}/%{_mandir}/%{LANG}_CN

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LANG}_CN.UTF-8.cron << EOF
#!/bin/bash
%{_sbindir}/makewhatis.%{LANG}_CN.UTF-8 %{_mandir}/%{LANG}_CN.UTF-8
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LANG}_CN.UTF-8.cron
cat > %{buildroot}/etc/cron.weekly/makewhatis-%{LANG}_CN.cron << EOF
#!/bin/bash
%{_sbindir}/makewhatis.%{LANG}_CN %{_mandir}/%{LANG}_CN
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LANG}_CN.cron

# Provided by shadow-utils
rm -f %{buildroot}%{_mandir}/%{LANG}_CN/man1/newgrp.1*
rm -f %{buildroot}%{_mandir}/%{LANG}_CN/man8/chpasswd.8*
rm -f %{buildroot}%{_mandir}/%{LANG}_CN/man8/groupadd.8*
rm -f %{buildroot}%{_mandir}/%{LANG}_CN/man8/groupdel.8*
rm -f %{buildroot}%{_mandir}/%{LANG}_CN/man8/groupmod.8*
rm -f %{buildroot}%{_mandir}/%{LANG}_CN/man8/useradd.8*
rm -f %{buildroot}%{_mandir}/%{LANG}_CN/man8/userdel.8*
rm -f %{buildroot}%{_mandir}/%{LANG}_CN/man8/usermod.8*

%post
%{_sysconfdir}/cron.weekly/makewhatis-%{LANG}_CN.UTF-8.cron
%{_sysconfdir}/cron.weekly/makewhatis-%{LANG}_CN.cron
touch %{_mandir}/%{LANG}_CN.UTF-8/whatis
touch %{_mandir}/%{LANG}_CN/whatis

%files
%defattr(0644,root,man,755)
%{_mandir}/%{LANG}_CN.UTF-8
%attr(755,root,root)%{_sbindir}/makewhatis.%{LANG}_CN.UTF-8
%config(noreplace) %attr(755,root,root)%{_sysconfdir}/cron.weekly/makewhatis-%{LANG}_CN.UTF-8.cron
#
%{_mandir}/%{LANG}_CN
%attr(755,root,root) %{_sbindir}/makewhatis.%{LANG}_CN
%config(noreplace) %attr(755,root,root)/etc/cron.weekly/makewhatis-%{LANG}_CN.cron
%{_sysconfdir}/cman.conf
%{_sysconfdir}/profile.d/cman.csh
%{_sysconfdir}/profile.d/cman.sh


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-14
+ Revision: 0da4eac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17616 |14mr|marble-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with marble_python

Summary:	A virtual globe and world atlas
Name:		marble
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
Url:		http://edu.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	python-devel
BuildRequires:	python-qt4-devel
BuildRequires:	quazip-devel
BuildRequires:	shapelib-devel
BuildRequires:	pkgconfig(libgpsd)
BuildRequires:	pkgconfig(QtLocation)
BuildRequires:	qt4-qmlviewer
Requires:	libkdeedu
Requires:	marble-common = %{EVRD}

%description
Marble is a Virtual Globe and World Atlas that you can use to learn more
about Earth: You can pan and zoom around and you can look up places and
roads. A mouse click on a place label will provide the respective
Wikipedia article.

%files
%doc LICENSE.txt ChangeLog BUGS USECASES MANIFESTO.txt
%doc %{_kde_docdir}/HTML/en/marble
%{_kde_bindir}/marble
%{_kde_bindir}/marble-mobile
%{_kde_bindir}/marble-qt
%{_kde_bindir}/marble-touch
%{_kde_iconsdir}/*/*/apps/marble.*
%{_kde_applicationsdir}/marble.desktop
%{_kde_applicationsdir}/marble_geo.desktop
%{_kde_applicationsdir}/marble_gpx.desktop
%{_kde_applicationsdir}/marble_kml.desktop
%{_kde_applicationsdir}/marble_kmz.desktop
%{_kde_applicationsdir}/marble_osm.desktop
%{_kde_applicationsdir}/marble_shp.desktop
%{_kde_applicationsdir}/marble_worldwind.desktop
%{_kde_applicationsdir}/marble-mobile.desktop
%{_kde_applicationsdir}/marble-qt.desktop
%{_kde_applicationsdir}/marble-touch.desktop
%{_kde_services}/marble_part_gpx.desktop
%{_kde_services}/marble_part_kml.desktop
%{_kde_services}/marble_part_kmz.desktop
%{_kde_services}/marble_part_osm.desktop
%{_kde_services}/marble_part_shp.desktop

#---------------------------------------------

%package common
Summary:	A virtual globe and world atlas
Group:		Graphical desktop/KDE
%if %{with marble_python}
BuildRequires:	python-kde4
Requires:	python
%endif

%description common
Marble is a Virtual Globe and World Atlas that you can use to learn more
about Earth: You can pan and zoom around and you can look up places and
roads. A mouse click on a place label will provide the respective
Wikipedia article.

%files -n marble-common
%{_kde_libdir}/kde4/plasma_runner_marble.so
%{_kde_libdir}/kde4/libmarble_part.*
%{_kde_datadir}/config.kcfg/marble.kcfg
%{_kde_datadir}/mime/packages/geo.xml
%{_kde_services}/marble_part.desktop
%{_kde_services}/plasma-runner-marble.desktop
%{_kde_libdir}/kde4/plugins/marble
%{_kde_appsdir}/marble
%if %{with marble_python}
%{py_platsitedir}/PyKDE4/marble.so
%endif
%{_qt_importdir}/org/kde/edu/marble

#-----------------------------------------------------------------------------

%package -n plasma-applet-kworldclock
Summary:	plasma kworldclock Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	marble = %{EVRD}
Provides:	plasma-applet

%description -n plasma-applet-kworldclock
plasma kworldclock Applet

%files -n plasma-applet-kworldclock
%{_kde_libdir}/kde4/plasma_applet_worldclock.so
%{_kde_services}/plasma-applet-kworldclock.desktop

#---------------------------------------------

%define astro_major 1
%define libastro %mklibname astro %{astro_major}

%package -n %{libastro}
Summary:	Runtime library for marble
Group:		System/Libraries

%description -n %{libastro}
Runtime library for marble.

%files -n %{libastro}
%{_kde_libdir}/libastro.so.0.*
%{_kde_libdir}/libastro.so.%{astro_major}

#---------------------------------------------

%define marblewidget_major 18
%define libmarblewidget %mklibname marblewidget %{marblewidget_major}

%package -n %{libmarblewidget}
Summary:	Runtime library for marble
Group:		System/Libraries
Obsoletes:	%{_lib}marblewidget13 < 4.9.0
Obsoletes:	%{_lib}marblewidget14 < 4.10.0
Obsoletes:	%{_lib}marblewidget15 < 4.11.0
Obsoletes:	%{_lib}marblewidget16 < 4.12.0
Obsoletes:	%{_lib}marblewidget17 < 4.13.0

%description -n %{libmarblewidget}
Runtime library for marble.

%files -n %{libmarblewidget}
%{_kde_libdir}/libmarblewidget.so.0.*
%{_kde_libdir}/libmarblewidget.so.%{marblewidget_major}

#---------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libastro} = %{EVRD}
Requires:	%{libmarblewidget} = %{EVRD}
Conflicts:	kdeedu4-devel < 4.6.90

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_libdir}/libastro.so
%{_kde_libdir}/libmarblewidget.so
%{_kde_libdir}/kde4/plugins/designer/*.so
%{_includedir}/astro/
%{_includedir}/marble/
%{_kde_appsdir}/cmake/modules/FindMarble.cmake

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4 \
	%if %{without marble_python}
	-DEXPERIMENTAL_PYTHON_BINDINGS=FALSE \
	-DBUILD_python=FALSE
	%else
	-DEXPERIMENTAL_PYTHON_BINDINGS=TRUE
	%endif

%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: bf684ab
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17617 |14mr|mariadb-10.0.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define muser mysql

%define major 18
%define libmysqlclient %mklibname mysqlclient %{major}
%define libmysqlclient_r %mklibname mysqlclient_r %{major}
%define libmysqld %mklibname mysqld %{major}
%define devname %mklibname mysqlclient -d
%define sdevname %mklibname mysqlclient -d -s
%define semddevname %mklibname mysqld -d -s

Summary:	The MariaDB database, a drop-in replacement for MySQL
Name:		mariadb
Version:	10.0.11
Release:	6
License:	GPLv2+
Group:		System/Servers
Url:		http://mariadb.org/
Source0:	http://mirrors.n-ix.net/mariadb/mariadb-%{version}/source/mariadb-%{version}.tar.gz
Source100:	mysqld.service
Source101:	mysqld-prepare-db-dir
Source102:	mysqld-wait-ready
Source1000:	%{name}.rpmlintrc
# Don't strip -Wformat from --cflags -- -Werror=format-string without -Wformat
# means trouble
Patch0:		mariadb-10.0.8-fix-mysql_config.patch
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	dos2unix
BuildRequires:	doxygen
BuildRequires:	python
BuildRequires:	systemd-units
BuildRequires:	systemtap
# For plugin/ha_oqgraph.so
BuildRequires:	boost-devel
BuildRequires:	jemalloc-devel
BuildRequires:	libaio-devel
# For plugin/auth_pam.so
BuildRequires:	pam-devel
BuildRequires:	readline-devel
BuildRequires:	stdc++-devel
BuildRequires:	wrap-devel
BuildRequires:	xfsprogs-devel
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires:	%{name}-server = %{EVRD}
Requires:	%{name}-client = %{EVRD}
Obsoletes:	mysql < 5.7
Provides:	mysql = 5.7

%description
The MariaDB database, a drop-in replacement for MySQL.

%files
# meta package

#----------------------------------------------------------------------------

%package -n %{libmysqlclient}
Summary:	Shared library for MariaDB database
Group:		System/Libraries

%description -n %{libmysqlclient}
Shared library for MariaDB database.

%files -n %{libmysqlclient}
%{_libdir}/libmysqlclient.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmysqlclient_r}
Summary:	Shared library for MariaDB database
Group:		System/Libraries

%description -n %{libmysqlclient_r}
Shared library for MariaDB database.

%files -n %{libmysqlclient_r}
%{_libdir}/libmysqlclient_r.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmysqld}
Summary:	Shared library for MariaDB database
Group:		System/Libraries

%description -n %{libmysqld}
Shared library for MariaDB database.

%files -n %{libmysqld}
%{_libdir}/libmysqld.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the MariaDB database
Group:		Development/Other
Requires:	%{libmysqlclient} = %{EVRD}
Requires:	%{libmysqlclient_r} = %{EVRD}
Requires:	%{libmysqld} = %{EVRD}
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}mysql-devel < 5.7
Provides:	%{_lib}mysql-devel = 5.7
Provides:	mysql-devel = 5.7

%description -n %{devname}
Development files for the MariaDB database.

%files -n %{devname}
%{_includedir}/mysql
%{_libdir}/*.so
%{_datadir}/aclocal/mysql.m4

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libraries for the MariaDB database
Group:		Development/Other
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}
Conflicts:	mysql-static-devel < 5.7
Obsoletes:	mysql-static-devel < 5.7
Provides:	mysql-static-devel = 5.7

%description -n %{sdevname}
Static libraries for the MariaDB database.

%files -n %{sdevname}
%{_libdir}/libmysqlclient.a
%{_libdir}/libmysqlclient_r.a
%{_libdir}/libmysqlservices.a

#----------------------------------------------------------------------------

%package -n %{semddevname}
Summary:	Static libraries for the Embedded MariaDB database
Group:		Development/Other
Provides:	%{name}-embedded-static-devel = %{EVRD}
Requires:	%{sdevname} = %{EVRD}

%description -n %{semddevname}
Static libraries for the Embedded MariaDB database.

%files -n %{semddevname}
%{_libdir}/libmysqld.a

#----------------------------------------------------------------------------

%package plugin
Summary:	MariaDB plugins
Group:		Databases
Conflicts:	mysql-server < 5.7
Obsoletes:	mysql-plugin < 5.7
Provides:	mysql-plugin = 5.7

%description plugin
Plugins for the MariaDB database.

%files plugin
%{_libdir}/mysql/plugin/adt_null.so
%{_libdir}/mysql/plugin/auth_0x0100.so
%{_libdir}/mysql/plugin/auth_pam.so
%{_libdir}/mysql/plugin/auth_socket.so
%{_libdir}/mysql/plugin/auth_test_plugin.so
%{_libdir}/mysql/plugin/daemon_example.ini
%{_libdir}/mysql/plugin/dialog.so
%{_libdir}/mysql/plugin/dialog_examples.so
%{_libdir}/mysql/plugin/feedback.so
%{_libdir}/mysql/plugin/ha_archive.so
%{_libdir}/mysql/plugin/ha_blackhole.so
%{_libdir}/mysql/plugin/ha_connect.so
%{_libdir}/mysql/plugin/ha_example.so
%{_libdir}/mysql/plugin/ha_federated.so
%{_libdir}/mysql/plugin/ha_federatedx.so
%{_libdir}/mysql/plugin/ha_sequence.so
%{_libdir}/mysql/plugin/ha_sphinx.so
%{_libdir}/mysql/plugin/ha_spider.so
%{_libdir}/mysql/plugin/ha_test_sql_discovery.so
%{_libdir}/mysql/plugin/ha_innodb.so
%{_libdir}/mysql/plugin/handlersocket.so
%{_libdir}/mysql/plugin/libdaemon_example.so
%{_libdir}/mysql/plugin/locales.so
%{_libdir}/mysql/plugin/metadata_lock_info.so
%{_libdir}/mysql/plugin/mypluglib.so
%{_libdir}/mysql/plugin/mysql_clear_password.so
%{_libdir}/mysql/plugin/qa_auth_client.so
%{_libdir}/mysql/plugin/qa_auth_interface.so
%{_libdir}/mysql/plugin/qa_auth_server.so
%{_libdir}/mysql/plugin/query_cache_info.so
%{_libdir}/mysql/plugin/query_response_time.so
%{_libdir}/mysql/plugin/semisync_master.so
%{_libdir}/mysql/plugin/semisync_slave.so
%{_libdir}/mysql/plugin/server_audit.so
%{_libdir}/mysql/plugin/sql_errlog.so
%{_mandir}/man1/mysql_plugin.1*

#----------------------------------------------------------------------------

%package plugin-tokudb
Summary:	The TokuDB storage engine plugin for MariaDB
Group:		Databases
Requires:	%{name}-server = %{EVRD}

%description plugin-tokudb
The TokuDB storage engine plugin for MariaDB.

TokuDB is a storage engine for MySQL and MariaDB that is specifically
designed for high performance on write-intensive workloads.
It achieves this via Fractal Tree indexing. TokuDB is a scalable, ACID
and MVCC compliant storage engine that provides indexing-based query
improvements, offers online schema modifications, and reduces slave lag
for both hard disk drives and flash memory.

# As of 10.0.6, tokudb is x86_64 only
%ifarch x86_64
%files plugin-tokudb
%{_libdir}/mysql/plugin/ha_tokudb.so
%{_sysconfdir}/my.cnf.d/tokudb.cnf
%{_bindir}/tokuftdump
%endif

#----------------------------------------------------------------------------

%package test
Summary:	MariaDB test suite
Group:		Databases
Conflicts:	mysql-bench < 5.7
Conflicts:	mysql-server < 5.7
Conflicts:	mysql-test < 5.7
Obsoletes:	mysql-bench < 5.7
Obsoletes:	mysql-test < 5.7
Provides:	mysql-bench = 5.7
Provides:	mysql-test = 5.7

%description test
MariaDB test suite.

%files test
%{_bindir}/mysqltest
%{_bindir}/mysqltest_embedded
%{_bindir}/mysql_client_test
%{_bindir}/mysql_client_test_embedded
%{_datadir}/mysql-test
%{_mandir}/man1/mysql-stress-test.pl.1*
%{_mandir}/man1/mysql-test-run.pl.1*
%{_mandir}/man1/mysql_client_test.1*
%{_mandir}/man1/mysql_client_test_embedded.1*
%{_mandir}/man1/mysqltest.1*
%{_mandir}/man1/mysqltest_embedded.1*

#----------------------------------------------------------------------------

%package server
Summary:	MariaDB server
Group:		System/Servers
Requires:	%{name}-common = %{EVRD}
Requires:	%{name}-plugin = %{EVRD}
Conflicts:	mysql-client < 5.7
Conflicts:	mysql-server < 5.7
Obsoletes:	mysql-server < 5.7
Provides:	mysql-server = 5.7
Requires(post,preun):	rpm-helper

%description server
The MariaDB server. For a full MariaDB database server, install
package '%{name}'.

%pre server
%_pre_useradd %{muser} /srv/mysql /sbin/nologin

%post server
%systemd_post mysqld.service

%preun server
%systemd_preun mysqld.service

%files server
%dir %{_datadir}/mysql
%{_datadir}/mysql/errmsg-utf8.txt
%{_datadir}/mysql/fill_help_tables.sql
%{_datadir}/mysql/install_spider.sql
%{_datadir}/mysql/mysql_performance_tables.sql
%{_datadir}/mysql/mysql_system_tables.sql
%{_datadir}/mysql/mysql_system_tables_data.sql
%{_datadir}/mysql/mysql_test_data_timezone.sql
%{_datadir}/mysql/*.cnf
%{_mandir}/man8/*
%dir %{_libdir}/mysql
%dir %{_libdir}/mysql/plugin
%{_sysconfdir}/logrotate.d/mysql
%{_sysconfdir}/my.cnf.d/client.cnf
%{_sysconfdir}/my.cnf.d/mysql-clients.cnf
%{_sysconfdir}/my.cnf.d/server.cnf
%{_bindir}/aria_chk
%{_bindir}/aria_dump_log
%{_bindir}/aria_ftdump
%{_bindir}/aria_pack
%{_bindir}/aria_read_log
%{_bindir}/innochecksum
%{_bindir}/myisam_ftdump
%{_bindir}/myisamchk
%{_bindir}/myisamlog
%{_bindir}/myisampack
%{_bindir}/mysql_convert_table_format
%{_bindir}/mysql_fix_extensions
%{_bindir}/mysql_install_db
%{_bindir}/mysql_plugin
%{_bindir}/mysql_secure_installation
%{_bindir}/mysql_setpermission
%{_bindir}/mysql_tzinfo_to_sql
%{_bindir}/mysql_upgrade
%{_bindir}/mysql_zap
%{_bindir}/mysqlbug
%{_bindir}/mysqld_multi
%{_bindir}/mysqld_safe
%{_bindir}/mysqlhotcopy
%{_bindir}/mytop
%{_bindir}/perror
%{_bindir}/replace
%{_bindir}/resolve_stack_dump
%{_bindir}/resolveip
%{_sbindir}/mysqld
/lib/systemd/system/mysqld.service
%{_bindir}/mysqld-prepare-db-dir
%{_bindir}/mysqld-wait-ready
%doc %{_docdir}/%{name}-%{version}
%attr(711,%{muser},%{muser}) /srv/mysql
%attr(711,%{muser},%{muser}) %{_localstatedir}/log/mysqld
%{_mandir}/man1/innochecksum.1*
%{_mandir}/man1/myisam_ftdump.1*
%{_mandir}/man1/myisamchk.1*
%{_mandir}/man1/myisamlog.1*
%{_mandir}/man1/myisampack.1*
%{_mandir}/man1/mysql.server.1*
%{_mandir}/man1/mysql_config.1*
%{_mandir}/man1/mysql_convert_table_format.1*
%{_mandir}/man1/mysql_fix_extensions.1*
%{_mandir}/man1/mysql_fix_privilege_tables.1*
%{_mandir}/man1/mysql_install_db.1*
%{_mandir}/man1/mysql_secure_installation.1*
%{_mandir}/man1/mysql_setpermission.1*
%{_mandir}/man1/mysql_tzinfo_to_sql.1*
%{_mandir}/man1/mysql_upgrade.1*
%{_mandir}/man1/mysql_zap.1*
%{_mandir}/man1/mysqlbug.1*
%{_mandir}/man1/mysqld_multi.1*
%{_mandir}/man1/mysqld_safe.1*
%{_mandir}/man1/mysqlhotcopy.1*
%{_mandir}/man1/mysqlman.1*
%{_mandir}/man1/perror.1*
%{_mandir}/man1/replace.1*
%{_mandir}/man1/resolve_stack_dump.1*
%{_mandir}/man1/resolveip.1*

#----------------------------------------------------------------------------

%package msql2mysql
Summary:	Tool to convert code written for mSQL to MySQL/MariaDB
Group:		Development/Other
Conflicts:	mysql-client < 5.7
Conflicts:	mysql-cluster-client

%description msql2mysql
Tool to convert code written for mSQL to MySQL/MariaDB.

%files msql2mysql
%{_bindir}/msql2mysql
%{_mandir}/man1/msql2mysql.1*

#----------------------------------------------------------------------------

%package common
Summary:	Common files needed by both the MariaDB server and client
Group:		System/Servers
Obsoletes:	mysql-common < 5.7
Provides:	mysql-common = 5.7
BuildArch:	noarch

%description common
Common files needed by both the MariaDB server and client.

%files common
%doc README COPYING
%{_sysconfdir}/my.cnf
%dir %{_sysconfdir}/my.cnf.d
%dir %{_datadir}/mysql
%{_datadir}/mysql/english
%{_datadir}/mysql/charsets
%{_datadir}/mysql/czech
%{_datadir}/mysql/danish
%{_datadir}/mysql/dutch
%{_datadir}/mysql/estonian
%{_datadir}/mysql/french
%{_datadir}/mysql/german
%{_datadir}/mysql/greek
%{_datadir}/mysql/hungarian
%{_datadir}/mysql/italian
%{_datadir}/mysql/japanese
%{_datadir}/mysql/korean
%{_datadir}/mysql/norwegian
%{_datadir}/mysql/norwegian-ny
%{_datadir}/mysql/polish
%{_datadir}/mysql/portuguese
%{_datadir}/mysql/romanian
%{_datadir}/mysql/russian
%{_datadir}/mysql/serbian
%{_datadir}/mysql/slovak
%{_datadir}/mysql/spanish
%{_datadir}/mysql/swedish
%{_datadir}/mysql/ukrainian
# We put this into -common for now because it is needed for both
# -server (used by mysqld_safe) and by -devel (configure scripts calling
# it, e.g. php)
%{_bindir}/mysql_config

#----------------------------------------------------------------------------

%package client
Summary:	MariaDB command line client
Group:		Databases
Conflicts:	mysql-server < 5.7
Conflicts:	mysql-client < 5.7
Obsoletes:	mysql-client < 5.7
Provides:	mysql-client = 5.7

%description client
MariaDB command line client.

%files client
%{_bindir}/mysql
%{_bindir}/mysql_embedded
%{_bindir}/mysqlaccess
%{_bindir}/mysqladmin
%{_bindir}/mysqlbinlog
%{_bindir}/mysqlcheck
%{_bindir}/mysqldump
%{_bindir}/mysqldumpslow
%{_bindir}/mysql_find_rows
%{_bindir}/mysqlimport
%{_bindir}/mysqlshow
%{_bindir}/mysqlslap
%{_bindir}/mysql_waitpid
%{_bindir}/my_print_defaults
%{_mandir}/man1/mysql.1*
%{_mandir}/man1/mysqlaccess.1*
%{_mandir}/man1/mysqladmin.1*
%{_mandir}/man1/mysqlbinlog.1*
%{_mandir}/man1/mysqlcheck.1*
%{_mandir}/man1/mysqldump.1*
%{_mandir}/man1/mysqldumpslow.1*
%{_mandir}/man1/mysql_find_rows.1*
%{_mandir}/man1/mysqlimport.1*
%{_mandir}/man1/mysqlslap.1*
%{_mandir}/man1/mysqlshow.1*
%{_mandir}/man1/mysql_waitpid.1*
%{_mandir}/man1/my_print_defaults.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
# Workarounds for bugs
sed -i "s@data/test@\${INSTALL_MYSQLTESTDIR}@g" sql/CMakeLists.txt
#sed -i "s/srv_buf_size/srv_sort_buf_size/" storage/innobase/row/row0log.cc
%if "%{distepoch}" < "2014.0"
sed -e 's, -fuse-linker-plugin,,' -i storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake storage/tokudb/CMakeLists.txt
%endif
# -flto doesn't work with the way tokudb builds static libraries
sed -e 's, -flto,,' -i storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake storage/tokudb/CMakeLists.txt

%build
# aliasing rule violations at least in storage/tokudb/ft-index/ft/dbufio.cc
# -fuse-ld=bfd is necessary for the libmysql_versions.ld linker script to work.
export CFLAGS="%{optflags} -fno-strict-aliasing -Wno-error=maybe-uninitialized -fuse-ld=bfd -fno-delete-null-pointer-checks"
export CXXFLAGS="%{optflags} -fno-strict-aliasing -Wno-error=maybe-uninitialized -fuse-ld=bfd -fno-delete-null-pointer-checks"
export LDFLAGS="%{optflags} -fuse-ld=bfd"

%cmake \
	-DINSTALL_LAYOUT=RPM \
	-DMYSQL_DATADIR=/srv/mysql \
	-DMYSQL_UNIX_ADDR=/run/mysqld/mysql.sock \
	-DWITH_EXTRA_CHARSETS=complex \
	-DWITH_EMBEDDED_SERVER:BOOL=ON \
	-DWITH_READLINE:BOOL=ON \
	-DWITH_LIBEVENT=system

# Used by logformat during build
export LD_LIBRARY_PATH=`pwd`/storage/tokudb/ft-index/portability:$LD_LIBRARY_PATH
%make -k || make

%install
%makeinstall_std -C build

# systemd integration
mkdir -p %{buildroot}/lib/systemd/system
install -c -m 644 %{SOURCE100} %{buildroot}%{_systemunitdir}
install -c -m 755 %{SOURCE101} %{buildroot}%{_bindir}
install -c -m 755 %{SOURCE102} %{buildroot}%{_bindir}
rm -rf %{buildroot}%{_sysconfdir}/init.d

# Fix bogus doc installation
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
find %{buildroot}%{_docdir} -type f -exec mv {} %{buildroot}%{_docdir}/%{name}-%{version}/ ';'

mkdir -p %{buildroot}/srv/mysql \
	%{buildroot}%{_localstatedir}/log/mysqld
chmod 711 %{buildroot}/srv/mysql \
	%{buildroot}%{_localstatedir}/log/mysqld

# Unneeded stuff
rm -f	%{buildroot}%{_datadir}/mysql/binary-configure \
	%{buildroot}%{_datadir}/mysql/magic \
	%{buildroot}%{_datadir}/mysql/mysql-log-rotate \
	%{buildroot}%{_datadir}/mysql/solaris/postinstall-solaris
# Should those go to docs rather than just being deleted?
rm -f	%{buildroot}%{_datadir}/mysql/config.huge.ini \
	%{buildroot}%{_datadir}/mysql/config.medium.ini \
	%{buildroot}%{_datadir}/mysql/config.small.ini \
	%{buildroot}%{_datadir}/mysql/mysql.server \
	%{buildroot}%{_datadir}/mysql/mysqld_multi.server \
	%{buildroot}%{_datadir}/mysql/ndb-config-2-node.ini \
	%{buildroot}%{_datadir}/mysql/SELinux/RHEL4/mysql.fc \
	%{buildroot}%{_datadir}/mysql/SELinux/RHEL4/mysql.te


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17618 |14mr|mash-0.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define api		0.2
%define gir_major	0.2

%define libname	%mklibname %{name} %{api} %{major}
%define girname	%mklibname %{name}-gir %{gir_major}
%define develname	%mklibname -d %{name}

Summary:	A library for using real 3D models within a Clutter scene
Name:		mash
Version:	0.2.0
Release:	6
License:	LGPLv2+
Group:		System/Libraries
URL:		http://wiki.clutter-project.org/wiki/Mash
Source0:	http://source.clutter-project.org/sources/mash/0.2/mash-%{version}.tar.xz

# From Fedora:
# Already sent upstream for review,
# see http://lists.clutter-project.org/pipermail/clutter-devel-list/2011-March/000196.html
Patch0:		0001-Use-the-system-version-of-rply-if-available.patch
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	rply-devel

%description
Mash is a small library for using real 3D models within a Clutter
scene. Models can be exported from Blender or other 3D modeling
software as PLY files and then used as actors. It also supports a
lighting model with animatable lights.

%package -n %{libname}
Summary:	A library for using real 3D models within a Clutter scene
Group:		System/Libraries

%description -n %{libname}
Mash is a small library for using real 3D models within a Clutter
scene. Models can be exported from Blender or other 3D modeling
software as PLY files and then used as actors. It also supports a
lighting model with animatable lights.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains libraries and header files needed for
development of programs using %{name}.

%prep
%setup -q
autoconf

%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure2_5x \
	--disable-static \
	--disable-silent-rules

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Mash-%{gir_major}.typelib

%files -n %{develname}
%doc README NEWS AUTHORS
%doc %{_datadir}/gtk-doc/html/mash
%{_includedir}/%{name}-%{api}
%{_libdir}/lib%{name}-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_datadir}/gir-1.0/Mash-%{gir_major}.gir

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.0-6
+ Revision: e187f67
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17619 |14mr|master-boot-code-1.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		master-boot-code
License:	BSD 3-Clause
Group:		System/Kernel and hardware
Version:	1.14
Release:	3
Summary:	i386 Master Boot Record Code
URL:		http://www.novell.com/products/linuxpackages/opensuse/master-boot-code.html
Source0:	master-boot-code.tar.bz2
Source1:	%{name}.rpmlintrc
Exclusivearch:	%ix86 x86_64 amd64 ia32e

Patch0:		master-boot-code-x86_64.patch

%description
The i386 master boot code is code that, after copied to the MBR of the
boot disk, loads and starts the boot sector of the active partition.

Authors:
--------
    Wolfgang Solfrank, TooLs GmbH
    The Regents of the University of California

%prep
%setup -n %{name}-%{version}

%ifarch x86_64
%patch0 -p1
%endif

%build
make

%install
test -d %{buildroot}/usr/lib/boot || mkdir -p %{buildroot}/usr/lib/boot
install -c -p -m 644 mbr %{buildroot}/usr/lib/boot/master-boot-code

%files
%dir /usr/lib/boot
%attr(644,root,root) /usr/lib/boot/master-boot-code
%doc COPYING



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.14-3
+ Revision: 83f5e33
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17620 |14mr|matchbox-window-manager-1.2-29
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_drakx_version 0

%{?_with_drakx: %global enable_drakx_version 1}

Summary:	Window manager for the Matchbox Desktop
Name:		matchbox-window-manager
Version:	1.2
Release:	29
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://projects.o-hand.com/matchbox/
Source0:	http://projects.o-hand.com/matchbox/sources/%name/%version/%{name}-%{version}.tar.bz2
#specific theme for installer
Source1:	matchbox-ia_ora.tar.bz2
Source2:	30-start-matchbox.xsetup
Source3:	80-stop-matchbox.xsetup
# (fc) 1.2-2mdv various bug fixes from SVN
Patch0:		matchbox-window-manager-1.2-svnfixes.patch
# (fc) 1.2-2mdv various customizations for DrakX
Patch1:		matchbox-window-manager-1.2-drakx.patch
# (fc) 1.2-3mdv extend theme for separate decorations for modal dialogs
Patch2:		matchbox-window-manager-1.2-modal.patch

BuildRequires:	GConf2
BuildRequires:	pkgconfig
BuildRequires:	libmatchbox-devel
BuildRequires:	expat-devel
BuildRequires:	startup-notification-devel
BuildRequires:	libXsettings-client-devel
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xdamage)
Requires(preun):GConf2

%description
Matchbox is a base environment for the X Window System running on non-desktop
embedded platforms such as handhelds, set-top boxes, kiosks and anything else
for which screen space, input mechanisms or system resources are limited.

This package contains the window manager from Matchbox.

%files
%doc AUTHORS README ChangeLog
%{_sysconfdir}/gconf/schemas/matchbox.schemas
%{_bindir}/matchbox*
%{_datadir}/matchbox/*
%{_datadir}/themes/*
%exclude %{_datadir}/themes/Ia*Ora*Smooth
%exclude %{_datadir}/matchbox/mbnoapp.xpm

%if !%{enable_drakx_version}
%preun
%preun_uninstall_gconf_schemas matchbox
%endif

#----------------------------------------------------------------------------

%package -n drakx-installer-matchbox
Summary:	Customized version of Matchbox for DrakX installer
Group:		Graphical desktop/Other

%description -n drakx-installer-matchbox
Customized version of Matchbox Window Manager for DrakX installer.

%files -n drakx-installer-matchbox
%{_sysconfdir}/X11/xsetup.d/*.xsetup
%{_bindir}/drakx-matchbox-window-manager
%{_datadir}/themes/Ia*Ora*Smooth
%{_datadir}/matchbox/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .svnfixes
%patch1 -p1 -b .drakx-version
%patch2 -p1 -b .modal

%build
[ -d standard ] || mkdir standard
cd standard
CONFIGURE_TOP=.. \
CFLAGS="%{optflags} -lm"
%configure2_5x \
	--enable-expat \
	--disable-composite \
	--enable-gconf \
	--enable-startup-notification

%make
cd -

[ -d drakx ] || mkdir drakx
cd drakx
CONFIGURE_TOP=.. \
CFLAGS="%{optflags} -DDRAKX_VERSION -lm" %configure2_5x \
	--enable-expat \
	--enable-composite \
	--disable-session \
	--disable-keyboard \
	--disable-ping-protocol \
	--disable-xrm \
	--disable-gconf \
	--disable-startup-notification \
	--disable-xsettings

%make
cd -

%install
cd standard
%makeinstall_std
cd -

#this file is ignored 
rm -rf %{buildroot}%{_sysconfdir}/matchbox/kbdconfig

mkdir -p %{buildroot}%{_sysconfdir}/X11/xsetup.d/

install -m755 %{SOURCE2} %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xsetup.d/

tar -x -C %{buildroot} -f %{SOURCE1}

install -m 755 drakx/src/matchbox-window-manager %{buildroot}%{_bindir}/drakx-matchbox-window-manager


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-29
+ Revision: 41ef810
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17621 |14mr|maven2-2.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bootstrap	1
%define __jar_repack	0

Name:		maven2
Version:	2.2.1
Release:	6
Summary:	Java project management and project comprehension tool
Group:		Development/Java
License:	ASL 2.0 and MIT and BSD
URL:		http://maven.apache.org

# export https://svn.apache.org/repos/asf/maven/maven-2/tags/maven-%{version}/ apache-maven-%{version}
# tar czvf %{name}-%{version}.tar.gz apache-maven-%{version}
Source0:	%{name}-%{version}.tar.gz

# Since we are using the entire dependency set "as is", we need to atleast try
# and make it so that only one version is packaged in the binary blob. This
# server an additional (and more important) purpose ... it ensures that a
# single version of each module is enough; because if not, versioned rpm names
# would be needed for those dependencies. The idea is as follows:

# Required by maven:
#  org/codehaus/plexus/1.0/plexus-1.0.jar
#  org/codehaus/plexus/1.1/plexus-1.1.jar
# What we package in the blob:
#  org/codehaus/plexus/1.1/plexus-1.1.jar
#  org/codehaus/plexus/1.0/plexus-1.0.jar -> ../1.1/plexus-1.1.jar

# Doing this for the hundreds of jars is a huge pain.. so we do the only
# thing sane people can. Crazy scripting magic! To generate the tarball

# rm -rf ~/.m2
# tar xzf SOURCE0
# cd apache-maven-%{version}
# export M2_HOME=`pwd`/installation/apache-maven-%{version}
# ant
# cd ~/.m2
# SOURCE100
# Find maven-%{version}-bootstrapdeps.tar.gz in ./
Source1:	%{name}-%{version}-bootstrapdeps.tar.gz

# 1xx for non-upstream/created sources
Source100:	%{name}-%{version}-settings.xml
Source101:	%{name}-JPackageRepositoryLayout.java
Source102:	%{name}-MavenJPackageDepmap.java
Source103:	%{name}-%{version}-depmap.xml
Source104:	%{name}-empty-dep.pom
Source105:	%{name}-empty-dep.jar

# 2xx for created non-buildable sources
Source200:	%{name}-script
Source201:	%{name}-jpp-script

Patch0:		%{name}-antbuild.patch
Patch1:		%{name}-%{version}-jpp.patch
Patch2:		%{name}-%{version}-update-tests.patch
Patch3:		%{name}-%{version}-enable-bootstrap-repo.patch
Patch4:		%{name}-%{version}-unshade.patch
Patch5:		%{name}-%{version}-default-resolver-pool-size.patch
Patch6:		%{name}-%{version}-strip-jackrabbit-dep.patch

BuildRequires:	java-devel >= 1.6.0
BuildRequires:	classworlds
BuildRequires:	jdom
BuildRequires:	zip
%if %{bootstrap}
BuildRequires:	ant
%else
BuildRequires:	apache-resource-bundles
BuildRequires:	objectweb-asm
BuildRequires:	backport-util-concurrent
BuildRequires:	buildnumber-maven-plugin
BuildRequires:	bsh
BuildRequires:	jsch
BuildRequires:	apache-commons-codec
BuildRequires:	jakarta-commons-httpclient
BuildRequires:	apache-commons-io
BuildRequires:	apache-commons-lang
BuildRequires:	apache-commons-logging
BuildRequires:	jakarta-commons-cli
BuildRequires:	jakarta-commons-collections
BuildRequires:	easymock
BuildRequires:	junit
BuildRequires:	nekohtml
BuildRequires:	ant
BuildRequires:	maven-doxia
BuildRequires:	jetty
BuildRequires:	maven-archiver
BuildRequires:	maven-assembly-plugin
BuildRequires:	maven-doxia-tools
BuildRequires:	maven-enforcer-api
BuildRequires:	maven-enforcer-plugin
BuildRequires:	maven-shade-plugin
BuildRequires:	maven-clean-plugin
BuildRequires:	maven-compiler-plugin
BuildRequires:	maven-resources-plugin
BuildRequires:	maven-install-plugin
BuildRequires:	maven-jar-plugin
BuildRequires:	maven-plugin-testing-harness
BuildRequires:	maven-pmd-plugin
BuildRequires:	maven-shared-file-management
BuildRequires:	maven-shared-common-artifact-filters
BuildRequires:	maven-shared-dependency-tree
BuildRequires:	maven-shared-repository-builder
BuildRequires:	maven-shared-io
BuildRequires:	maven-shared-downloader
BuildRequires:	maven-shared-filtering
BuildRequires:	maven-shared-reporting-api
BuildRequires:	maven-site-plugin
BuildRequires:	maven-surefire-maven-plugin
BuildRequires:	maven-surefire-provider-junit
BuildRequires:	maven-scm
BuildRequires:	maven-wagon
BuildRequires:	modello
BuildRequires:	multithreadedtc
BuildRequires:	plexus-active-collections
BuildRequires:	plexus-ant-factory
BuildRequires:	plexus-archiver
BuildRequires:	plexus-cipher
BuildRequires:	plexus-bsh-factory
BuildRequires:	plexus-build-api
BuildRequires:	plexus-classworlds
BuildRequires:	plexus-compiler
BuildRequires:	plexus-component-api
BuildRequires:	plexus-containers-container-default
BuildRequires:	plexus-container-default
BuildRequires:	plexus-i18n
BuildRequires:	plexus-interactivity
BuildRequires:	plexus-interpolation
BuildRequires:	plexus-io
BuildRequires:	plexus-resources
BuildRequires:	plexus-sec-dispatcher
BuildRequires:	plexus-utils
BuildRequires:	plexus-velocity
BuildRequires:	regexp
BuildRequires:	forge-parent
BuildRequires:	spice-parent
BuildRequires:	jakarta-oro
BuildRequires:	regexp
BuildRequires:	slf4j
BuildRequires:	velocity
%endif

Requires:	classworlds
Requires:	jdom

%if !%{bootstrap}
Requires:	apache-resource-bundles
Requires:	objectweb-asm
Requires:	backport-util-concurrent
Requires:	bsh
Requires:	jsch
Requires:	apache-commons-codec
Requires:	jakarta-commons-httpclient
Requires:	apache-commons-io
Requires:	apache-commons-lang
Requires:	apache-commons-logging
Requires:	jakarta-commons-cli
Requires:	jakarta-commons-collections
Requires:	easymock
Requires:	junit
Requires:	nekohtml
Requires:	ant
Requires:	maven-doxia
Requires:	jetty
Requires:	maven-archiver
Requires:	maven-doxia-tools
Requires:	maven-enforcer-api
Requires:	maven-enforcer-plugin
Requires:	maven-plugin-testing-harness
Requires:	maven-shared-file-management
Requires:	maven-shared-common-artifact-filters
Requires:	maven-shared-dependency-tree
Requires:	maven-shared-repository-builder
Requires:	maven-shared-io
Requires:	maven-shared-downloader
Requires:	maven-shared-filtering
Requires:	maven-shared-reporting-api
Requires:	maven-surefire-provider-junit
Requires:	maven-scm
Requires:	maven-wagon
Requires:	modello
Requires:	multithreadedtc
Requires:	jakarta-oro
Requires:	plexus-active-collections
Requires:	plexus-ant-factory
Requires:	plexus-archiver
Requires:	plexus-cipher
Requires:	plexus-bsh-factory
Requires:	plexus-build-api
Requires:	plexus-classworlds
Requires:	plexus-compiler
Requires:	plexus-component-api
Requires:	plexus-containers-container-default
Requires:	plexus-container-default
Requires:	plexus-i18n
Requires:	plexus-interactivity
Requires:	plexus-interpolation
Requires:	plexus-io
Requires:	plexus-resources
Requires:	plexus-sec-dispatcher
Requires:	plexus-utils
Requires:	plexus-velocity
Requires:	regexp
Requires:	forge-parent
Requires:	spice-parent
Requires:	jakarta-oro
Requires:	regexp
Requires:	slf4j
Requires:	velocity
%endif
BuildArch:	noarch

%description
Apache Maven is a software project management and comprehension tool. Based on
the concept of a project object model (POM), Maven can manage a project's
build, reporting and documentation from a central piece of information.

%prep
%setup -q -n apache-maven-%{version}

%patch0 -p0 -b .antbuild
%patch1 -p1 -b .jpp
%patch2 -p0 -b .update-tests

%if ! %{bootstrap}
%patch4 -p0 -b .unshade
%endif

%if %{bootstrap}
%patch3 -p0 -b .enable-bootstrap-repo
%endif

# set cache location
export M2_REPO=`pwd`/.m2
mkdir $M2_REPO

# if bootstrapping, extract the dependencies
%if %{bootstrap}
pushd $M2_REPO

  tar xzf %{SOURCE1}

  # maven-remote-resources-plugin (m-r-r-p) is used side-by-side with
  # plexus-velocity (p-v) 1.1.3 upstream.. we collapse to a single p-v version
  # of 1.1.7. 1.1.7 however has a component descriptor that conflicts
  # with the one in m-r-r-p. We therefore need to remove the descriptor
  # from m-r-r-p first
  zip -d repository/org/apache/maven/plugins/maven-remote-resources-plugin/1.0-beta-2/maven-remote-resources-plugin-1.0-beta-2.jar \
	META-INF/plexus/components.xml

  # resource bundle 1.3 is needed during build, but not when done via
  # upstream, for some reason
  mkdir -p repository/org/apache/apache-jar-resource-bundle/1.3
  ln -s ../1.4/apache-jar-resource-bundle-1.4.jar \
	repository/org/apache/apache-jar-resource-bundle/1.3/apache-jar-resource-bundle-1.3.jar
  ln -s ../1.4/apache-jar-resource-bundle-1.4.jar.sha1 \
	repository/org/apache/apache-jar-resource-bundle/1.3/apache-jar-resource-bundle-1.3.jar.sha1
popd
%endif

cp %{SOURCE101} maven-artifact/src/main/java/org/apache/maven/artifact/repository/layout/JPackageRepositoryLayout.java
cp %{SOURCE102} maven-artifact/src/main/java/org/apache/maven/artifact/repository/layout/MavenJPackageDepmap.java

# disable parallel artifact resolution
%patch5 -p1 -b .parallel-artifacts-resolution

%if !%{bootstrap}
# remove unneeded jackrabbit dependency
%patch6 -p1 -b .strip-jackrabbit-dep
%endif

# test case is incorrectly assuming that target executed by antcall
# can propagate references to its parent (stopped working with ant 1.8)
rm maven-script/maven-script-ant/src/test/java/org/apache/maven/script/ant/AntMojoWrapperTest.java

# FIXIT: look why these tests are failing with maven-surefire 2.6
rm maven-artifact/src/test/java/org/apache/maven/artifact/resolver/DefaultArtifactCollectorTest.java
rm maven-project/src/test/java/org/apache/maven/project/validation/DefaultModelValidatorTest.java

%build
export M2_REPO=`pwd`/.m2
export M2_HOME=`pwd`/installation/apache-maven-%{version}

# copy settings to where ant reads from
mkdir -p $M2_HOME/conf
cp %{SOURCE100} $M2_HOME/conf/settings.xml

# replace locations in the copied settings file
sed -i -e s:__M2_LOCALREPO_PLACEHOLDER__:"file\://$M2_REPO/cache":g $M2_HOME/conf/settings.xml
sed -i -e s:__M2_REMOTEREPO_PLACEHOLDER__:"file\://$M2_REPO/repository":g $M2_HOME/conf/settings.xml

# replace settings file location before patching
sed -i -s s:__M2_SETTINGS_FILE__:$M2_HOME/conf/settings.xml:g build.xml

# FIXME: These tests fail when building with maven for an unknown reason
rm -f maven-core/src/test/java/org/apache/maven/WagonSelectorTest.java
rm -f maven-artifact-manager/src/test/java/org/apache/maven/artifact/manager/DefaultWagonManagerTest.java
%if %{bootstrap}
ant -Dmaven.repo.local=$M2_REPO/cache
%else
mvn-jpp -P all-models -Dmaven.repo.local=$M2_REPO/cache -Dmaven2.jpp.depmap.file=%{SOURCE103} install
%endif

%install
export M2_HOME=$(pwd)/installation/apache-maven-%{version}

rm -rf $M2_HOME

mkdir -p $(pwd)/installation/
pushd $(pwd)/installation/
tar jxf ../apache-maven/target/*bz2
popd

# maven2 directory in /usr/share/java
install -dm 755 $RPM_BUILD_ROOT%{_javadir}/%{name}

###########
# M2_HOME #
###########
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}

###############
# M2_HOME/bin #
###############
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/bin
cp -a $M2_HOME/bin/* $RPM_BUILD_ROOT%{_datadir}/%{name}/bin

# Remove unnecessary batch scripts
rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/bin/*.bat

# Update conf file for unversioned jar names
sed -i -e s:'-classpath "${M2_HOME}"/boot/classworlds-\*.jar':'-classpath "${M2_HOME}"/boot/classworlds.jar':g \
	$RPM_BUILD_ROOT%{_datadir}/%{name}/bin/mvn $RPM_BUILD_ROOT%{_datadir}/%{name}/bin/mvnDebug

################
# M2_HOME/boot #
################
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/boot
%if %{bootstrap}
cp -a $M2_HOME/boot/* $RPM_BUILD_ROOT%{_datadir}/%{name}/boot/
%endif

################
# M2_HOME/conf #
################
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/conf
cp -a $M2_HOME/conf/* $RPM_BUILD_ROOT%{_datadir}/%{name}/conf/

###############
# M2_HOME/lib #
###############
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/lib

install -p -m 644 $M2_HOME/lib/maven-%{version}-uber.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/uber-%{version}.jar
ln -s uber-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/uber.jar
ln -s %{_javadir}/%{name}/uber.jar $RPM_BUILD_ROOT%{_datadir}/%{name}/lib/maven-%{version}-uber.jar

################
# M2_HOME/poms #
#*##############
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/poms

########################
# /etc/maven/fragments #
########################
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/maven/fragments

##############################
# /usr/share/java repository #
##############################
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/repository
ln -s %{_javadir} $RPM_BUILD_ROOT%{_datadir}/%{name}/repository/JPP

#######################
# javadir/maven2/poms #
#*#####################

# Install files
install -m 644 %{SOURCE104} -D $RPM_BUILD_ROOT%{_datadir}/%{name}/poms/JPP.maven2-empty-dep.pom
install -m 644 %{SOURCE105} -D $RPM_BUILD_ROOT%{_javadir}/%{name}/empty-dep.jar
ln -s %{_datadir}/%{name}/poms $RPM_BUILD_ROOT%{_javadir}/%{name}/poms

# Wrappers
install -m755 %{SOURCE200} -D $RPM_BUILD_ROOT%{_bindir}/mvn
install -m755 %{SOURCE201} -D $RPM_BUILD_ROOT%{_bindir}/mvn-jpp

%if %{bootstrap}
    cp -af `pwd`/.m2/repository $RPM_BUILD_ROOT%{_datadir}/%{name}/bootstrap_repo
%endif

###################
# Individual jars #
###################

for file in \
    maven-script/maven-script-ant/target/maven-script-ant-%{version}.jar \
    maven-script/maven-script-beanshell/target/maven-script-beanshell-%{version}.jar \
    apache-maven/target/apache-maven-%{version}.jar \
    maven-profile/target/maven-profile-%{version}.jar \
    maven-artifact-manager/target/maven-artifact-manager-%{version}.jar \
    maven-artifact-test/target/maven-artifact-test-%{version}.jar \
    maven-monitor/target/maven-monitor-%{version}.jar \
    maven-toolchain/target/maven-toolchain-%{version}.jar \
    maven-toolchain/target/original-maven-toolchain-%{version}.jar \
    maven-project/target/maven-project-%{version}.jar \
    maven-settings/target/maven-settings-%{version}.jar \
    maven-plugin-parameter-documenter/target/maven-plugin-parameter-documenter-%{version}.jar \
    maven-model/target/maven-model-%{version}.jar \
    maven-artifact/target/maven-artifact-%{version}.jar \
    maven-repository-metadata/target/maven-repository-metadata-%{version}.jar \
    maven-plugin-api/target/maven-plugin-api-%{version}.jar \
    maven-error-diagnostics/target/maven-error-diagnostics-%{version}.jar \
    maven-compat/target/maven-compat-%{version}.jar \
    maven-core/target/maven-core-%{version}.jar \
    maven-plugin-registry/target/maven-plugin-registry-%{version}.jar \
    maven-plugin-descriptor/target/maven-plugin-descriptor-%{version}.jar; do \

	FNAME=`basename $file`
	FNAME_NO_EXT=`basename $file .jar`
	DIR=`dirname $file`
	UNVER_NAME=`basename $file | sed -e s:-%{version}::g`
	UNVER_NAME_WITH_NO_EXT=`echo $FNAME_NO_EXT | sed -e s:-%{version}::g`
	ARTIFACT=`basename \`dirname $DIR\``


	pushd $DIR
	  install -m 644 $FNAME $RPM_BUILD_ROOT%{_javadir}/%{name}/
	  ln -s $FNAME $RPM_BUILD_ROOT%{_javadir}/%{name}/$UNVER_NAME
	  install -m 644 ../pom.xml $RPM_BUILD_ROOT%{_datadir}/%{name}/poms/JPP.%{name}-$UNVER_NAME_WITH_NO_EXT.pom
	  %add_to_maven_depmap org.apache.maven $ARTIFACT %{version} JPP/%{name} $UNVER_NAME_WITH_NO_EXT
	popd
done

# maven-reporting-api
install -m 644  maven-reporting/maven-reporting-api/target/maven-reporting-api-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/
ln -s maven-reporting-api-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/maven-reporting-api.jar
install -m 644 maven-reporting/maven-reporting-api/pom.xml $RPM_BUILD_ROOT%{_datadir}/%{name}/poms/JPP.%{name}-maven-reporting-api.pom
%add_to_maven_depmap org.apache.maven.reporting maven-reporting-api %{version} JPP/%{name} maven-reporting-api

# maven-reporting pom
install -m 644 maven-reporting/pom.xml $RPM_BUILD_ROOT%{_datadir}/%{name}/poms/JPP.%{name}-maven-reporting.pom
%add_to_maven_depmap org.apache.maven.reporting maven-reporting %{version} JPP/%{name} maven-reporting

# maven pom
install -m 644 pom.xml $RPM_BUILD_ROOT%{_datadir}/%{name}/poms/JPP.%{name}-maven.pom
%add_to_maven_depmap org.apache.maven maven %{version} JPP/%{name} maven

# create dangling symlinks but fix bz#613866
pushd $RPM_BUILD_ROOT%{_datadir}/%{name}/lib
  build-jar-repository -s -p . jdom
popd

pushd $RPM_BUILD_ROOT%{_datadir}/%{name}/boot
  build-jar-repository -s -p . classworlds
popd

%if ! %{bootstrap}
pushd $RPM_BUILD_ROOT%{_datadir}/%{name}/lib
  build-jar-repository -s -p . backport-util-concurrent jsch commons-cli commons-httpclient commons-codec nekohtml maven-shared/reporting-api maven-doxia/logging-api maven-doxia/sink-api maven-wagon/file maven-wagon/http maven-wagon/http-lightweight maven-wagon/http-shared maven-wagon/provider-api maven-wagon/ssh maven-wagon/ssh-common maven-wagon/ssh-external plexus/container-default plexus/interactivity-api plexus/interpolation plexus/utils slf4j/jcl-over-slf4j slf4j/api slf4j/jdk14 slf4j/nop plexus/plexus-cipher plexus/plexus-sec-dispatcher xerces-j2 xml-commons-apis
popd
%endif

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%attr(0755,root,root) %{_bindir}/mvn
%attr(0755,root,root) %{_bindir}/mvn-jpp
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/bin
%config(noreplace) %{_datadir}/%{name}/bin/*.conf
%attr(0755,root,root) %{_datadir}/%{name}/bin/mvn
%attr(0755,root,root) %{_datadir}/%{name}/bin/mvnDebug
%{_datadir}/%{name}/boot
%{_datadir}/%{name}/conf
%{_datadir}/%{name}/lib
%{_datadir}/%{name}/poms
%{_datadir}/%{name}/repository
%{_mavendepmapfragdir}
%{_javadir}/%{name}

%if %{bootstrap}
%{_datadir}/%{name}/bootstrap_repo
%endif
%doc



%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-6
+ Revision: 6c6172a
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17622 |14mr|maven2-common-poms-1.0-5.1.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2006, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define parent maven2
%define subname common-poms

Name:              %{parent}-%{subname}
Version:           1.0
Release:           5.1.10
Epoch:             0
Summary:           Common poms for maven2
License:           Apache License
Group:             Development/Java
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:               http://jpackage.org/

# No source location for these. They are ascii files generated from maven
# repositories, and are not in cvs/svn.
Source0:           %{name}-src.tar.gz
Source1:           %{name}-jpp-depmap.xml
Source2:           %{name}-docs.tar.gz


BuildArch:         noarch
BuildRequires:     java-rpmbuild >= 0:1.7.2
Requires:          jpackage-utils >= 0:1.7.2

%description
This package is a collection of poms required by various maven2-dependent 
packages.

%prep
%setup -q -n %{name}

tar xzf %{SOURCE2}

%build

%install
rm -rf $RPM_BUILD_ROOT

# Map
install -dm 755 $RPM_BUILD_ROOT%{_mavendepmapdir}
cp %{SOURCE1} $RPM_BUILD_ROOT%{_mavendepmapdir}/maven2-versionless-depmap.xml

install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/maven2
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/default_poms
install -pm 644 *.pom $RPM_BUILD_ROOT%{_datadir}/maven2/default_poms

install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/maven2
ln -s %{_datadir}/maven2/default_poms $RPM_BUILD_ROOT%{_javadir}/maven2

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc APACHE_LICENSE.TXT JSCH_LICENSE.TXT FEDORA.README
%config(noreplace) %{_mavendepmapdir}/maven2-versionless-depmap.xml
%{_javadir}/maven2
%{_datadir}/maven2



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.0-5.1.10
+ Revision: f87487f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17623 |14mr|maven-archiver-2.4.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           maven-archiver
Version:        2.4.1
Release:        10
Summary:        Maven Archiver
License:        ASL 2.0
Group:          Development/Java
URL:            http://maven.apache.org/

# svn export https://svn.apache.org/repos/asf/maven/shared/tags/maven-archiver-2.4.1 maven-archiver
# tar caf maven-archiver-2.4.1-src.tar.xz maven-archiver/
Source0:        %{name}-%{version}-src.tar.xz
Source1:        %{name}-depmap.xml

BuildArch:      noarch

BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  maven2 >= 0:2.0.8
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-surefire-plugin
BuildRequires:  maven-surefire-provider-junit
BuildRequires:  maven-doxia-sitetools
#BuildRequires:  maven-shared-jar
#BuildRequires:  plexus-interpolation
BuildRequires:  plexus-archiver >= 1.0-0.1.a7
BuildRequires:  plexus-utils
#BuildRequires:  apache-commons-parent

Requires:       maven2 >= 0:2.0.4-9
Requires:       plexus-archiver >= 1.0-0.1.a7
# Requires:       plexus-interpolation
Requires:       plexus-utils

Requires(post):   jpackage-utils >= 0:1.7.2
Requires(postun): jpackage-utils >= 0:1.7.2
%rename maven-shared-archiver

%description
The Maven Archiver is used by other Maven plugins
to handle packaging

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}

#tests don't compile with maven 2.2.1
rm -fr src/test/java/org/apache/maven/archiver/*.java

%build
mvn \
    -Dmaven.test.failure.ignore=true \
    -Dmaven2.jpp.depmap.file=%{SOURCE1} \
    install javadoc:javadoc

%install
# jars/poms
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms

# Copy file and create unversioned symlink
install -pm 644 target/%{name}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# Copy pom
install -pm 644 pom.xml \
  $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-maven-archiver.pom
%add_to_maven_depmap org.apache.maven maven-archiver %{version} JPP maven-archiver

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.1-10
+ Revision: 82a25df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17624 |14mr|maven-assembly-plugin-2.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-assembly-plugin
Version:        2.2
Release:        7
Summary:        Maven Assembly Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-assembly-plugin/
Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
Source1:        %{name}-jpp-depmap.xml

BuildArch: noarch

Obsoletes: maven2-plugin-assembly <= 0:2.0.8
Provides:  maven2-plugin-assembly = 1:%{version}-%{release}

BuildRequires: java >= 0:1.6.0
BuildRequires: jpackage-utils >= 0:1.7.2
BuildRequires:  ant, ant-nodeps
BuildRequires:  maven2 >= 0:2.0.4-9
#BuildRequires:  maven-assembly-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-surefire-maven-plugin
BuildRequires:  maven-surefire-provider-junit
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-shared-filtering
BuildRequires:  maven-doxia
BuildRequires:  maven-doxia-sitetools

BuildRequires: plexus-container-default
BuildRequires: plexus-utils
#BuildRequires: plexus-active-collections
BuildRequires: plexus-maven-plugin
#BuildRequires: plexus-io
BuildRequires: plexus-interpolation
BuildRequires: plexus-archiver

BuildRequires: maven-shared-file-management
BuildRequires: maven-shared-repository-builder
BuildRequires: maven-shared-filtering

BuildRequires: easymock2
BuildRequires: jdom
BuildRequires: jaxen
BuildRequires: saxpath
BuildRequires: junit

Requires: java >= 0:1.6.0
Requires: easymock2
Requires: jdom
Requires: jaxen
Requires: saxpath
Requires: plexus-container-default
Requires: plexus-utils
#Requires: plexus-active-collections
Requires: plexus-maven-plugin
#Requires: plexus-io
Requires: plexus-interpolation
Requires: plexus-archiver
Requires: maven-shared-repository-builder
Requires: maven-shared-filtering

Requires:          jpackage-utils >= 0:1.7.2
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
A Maven 2 plugin to create archives of your project's sources, classes, 
dependencies etc. from flexible assembly descriptors.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:          jpackage-utils >= 0:1.7.2

%description javadoc
API documentation for %{name}.


%prep
%setup -q -n %{name}-%{version}
mkdir -p target/classes/
cp -pr src/main/resources/META-INF/ target/classes/

%build
# seems koji don't have easymockclassextension
mvn \
        -Dmaven2.jpp.depmap.file=%{SOURCE1} \
        -Dmaven.test.skip=true \
        install javadoc:javadoc

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}.jar

%add_to_maven_depmap org.apache.maven.plugins maven-assembly-plugin %{version} JPP maven-assembly-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-7
+ Revision: 89b7628
- Rebuild to main repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17625 |14mr|maven-clean-plugin-2.4.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-clean-plugin
Version:        2.4.1
Release:        6
Summary:        Maven Clean Plugin
Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-clean-plugin/
#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-clean-plugin-2.4.1 maven-clean-plugin-2.4.1
#tar caf maven-clean-plugin-2.4.1.tar.xz maven-clean-plugin-2.4.1/
Source0:        %{name}-%{version}.tar.xz
BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: maven2
BuildRequires: maven-plugin-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-maven-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-doxia-sitetools
#BuildRequires: maven-shared-plugin-testing-harness
Requires:	maven2
Requires:	jpackage-utils
Requires:	java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

Provides:       maven2-plugin-clean = 1:%{version}-%{release}
Obsoletes:      maven2-plugin-clean <= 0:2.0.8

%description
The Maven Clean Plugin is a plugin that removes files generated 
at build-time in a project's directory.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q 

%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn -Dmaven.test.skip=true \
        install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.apache.maven.plugins maven-clean-plugin %{version} JPP maven-clean-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.1-6
+ Revision: 482fe6c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17626 |14mr|maven-compiler-plugin-2.3.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-compiler-plugin
Version:        2.3.2
Release:        5
Summary:        Maven Compiler Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-compiler-plugin
#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-2.3.2 maven-compiler-plugin-2.3.2
#tar caf maven-compiler-plugin-2.3.2.tar.xz maven-compiler-plugin-2.3.2/
Source0:        %{name}-%{version}.tar.xz

BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: maven2
BuildRequires: maven-plugin-plugin
#BuildRequires: maven-compiler-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
#BuildRequires: maven-doxia-sitetools
BuildRequires: maven-plugin-testing-harness

Requires:      maven2
Requires:      jpackage-utils
Requires:      java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

Provides:       maven2-plugin-compiler = %{version}-%{release}
Obsoletes:      maven2-plugin-compiler <= 0:2.0.8

%description
The Compiler Plugin is used to compile the sources of your project.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q #You may need to update this according to your Source0

%build
mvn	-Dmaven.test.failure.ignore=true \
		install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}.jar

%add_to_maven_depmap org.apache.maven.plugins maven-compiler-plugin %{version} JPP maven-compiler-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.2-5
+ Revision: d00f995
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17627 |14mr|maven-doxia-1.0-0.1.a7.3.3.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define _with_gcj_support 1
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}

%bcond_with maven

%define namedversion 1.0-alpha-7

Name:           maven-doxia
Version:        1.0
Release:        %mkrel 0.1.a7.3.3.7
Epoch:          0
Summary:        Content generation framework
License:        Apache Software License
Group:          Development/Java
URL:            http://maven.apache.org/doxia/

# svn export http://svn.apache.org/repos/asf/maven/doxia/tags/doxia-1.0-alpha-7/
#       maven-doxia/
# tar czf maven-doxia-1.0.a7-src.tar.gz maven-doxia/
Source0:        %{name}-%{version}a7.tar.gz

Source1:        %{name}-decoration-model-build.xml
Source2:        %{name}-core-build.xml
Source3:        %{name}-sink-api-build.xml
Source4:        %{name}-site-renderer-build.xml

# These files are taken from the doxia build itself, done with maven2
# To regenerate, build above tarball with upstream maven
Source5:        %{name}-autogenerated-files.tar.gz

Patch0:         %{name}-1.4compile.patch


%if ! %{gcj_support}
BuildArch:      noarch
%endif

BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  locales-en
%if %with maven
BuildRequires:  maven2 >= 0:2.0.4-9
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-javadoc
BuildRequires:  maven2-plugin-resources
BuildRequires:  maven2-plugin-site
BuildRequires:  maven2-plugin-surefire
BuildRequires:  plexus-maven-plugin >= 0:1.2-2
BuildRequires:  modello-maven-plugin >= 0:1.0-0.a8.3
BuildRequires:  plexus-xmlrpc >= 0:1.0-0.b4.3
%endif
BuildRequires:  classworlds
BuildRequires:  jakarta-commons-collections
BuildRequires:  jakarta-commons-logging
BuildRequires:  jakarta-commons-validator
BuildRequires:  junit
BuildRequires:  oro
BuildRequires:  plexus-container-default
BuildRequires:  plexus-i18n
BuildRequires:  plexus-utils
BuildRequires:  plexus-velocity
BuildRequires:  velocity

Requires:       classworlds
Requires:       jakarta-commons-collections
Requires:       jakarta-commons-logging
Requires:       jakarta-commons-validator
Requires:       junit
Requires:       oro
Requires:       plexus-container-default
Requires:       plexus-i18n
Requires:       plexus-utils
Requires:       plexus-velocity
Requires:       velocity

Requires(post):   jpackage-utils >= 0:1.7.2
Requires(postun): jpackage-utils >= 0:1.7.2

%if %{gcj_support}
BuildRequires:    java-gcj-compat-devel
%endif

%description
Doxia is a content generation framework which aims to provide its
users with powerful techniques for generating static and dynamic
content. Doxia can be used to generate static sites in addition to
being incorporated into dynamic content generation systems like blogs,
wikis and content management systems.

%if %with maven
%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Documentation

%description javadoc
Javadoc for %{name}.
%endif

%prep
%setup -q -n %{name}
cp -p %{SOURCE1} doxia-decoration-model/build.xml
cp -p %{SOURCE2} doxia-core/build.xml
cp -p %{SOURCE3} doxia-sink-api/build.xml
cp -p %{SOURCE4} doxia-site-renderer/build.xml

%patch0 -p0 -b .sav

%build
export LC_ALL=en_US.ISO-8859-1

export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

%if %with maven

    mvn-jpp \
        -e \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        -Dmaven.test.failure.ignore=true \
        install javadoc:javadoc

%else

mkdir lib
build-jar-repository -s -p lib/ \
                        commons-collections \
                        commons-logging-api \
                        classworlds \
                        junit \
                        oro \
                        plexus/container-default \
                        plexus/i18n \
                        plexus/utils \
                        plexus/velocity \
                        velocity

# Extract autogenerated (by maven) files
tar xzf %{SOURCE5}

for project in doxia-decoration-model \
           doxia-sink-api \
           doxia-core \
           doxia-site-renderer; do

       pushd $project

           ant -Dmaven.mode.offline=true -Dmaven.repo.local=$MAVEN_REPO_LOCAL

           # Copy over the jar
           cp -p target/*jar ../lib/$project.jar
       popd
done

%endif

%install
rm -rf $RPM_BUILD_ROOT
# jars/poms
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/%{name}
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms

for project in decoration-model \
                sink-api \
                core \
                site-renderer \
                module-twiki; do

        if [ -f doxia-$project/target/doxia-$project-%{namedversion}.jar ]; then                  install -pm 644 \
                  doxia-$project/target/doxia-$project-%{namedversion}.jar \
                  $RPM_BUILD_ROOT%{_javadir}/%{name}/$project-%{namedversion}.jar
                  %add_to_maven_depmap org.apache.maven.doxia doxia-$project %{namedversion} JPP/maven-doxia $project

        fi

        # Install pom to groupid-artifactid
        install -pm 644 doxia-$project/pom.xml \
          $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP.maven-doxia-$project.pom
done

install -pm 644 pom.xml \
  $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP.maven-doxia-doxia.pom
%add_to_maven_depmap org.apache.maven.doxia doxia %{namedversion} JPP/maven-doxia doxia

(cd $RPM_BUILD_ROOT%{_javadir}/%{name} && for jar in *-%{namedversion}*; \
  do ln -sf ${jar} `echo $jar| sed  "s|-%{namedversion}||g"`; done)

%if %with maven
# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}

for p in doxia-decoration-model \
                doxia-sink-api \
                doxia-core \
                doxia-site-renderer; do

        project=`basename $p`
        install -d -m 755 \
          $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/$project
        cp -pr $project/target/site/apidocs/* \
          $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/$project

done
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
%endif

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%postun
if [ -x %{_bindir}/rebuild-gcj-db ]
then
  %{_bindir}/rebuild-gcj-db
fi
%endif

%files
%defattr(-,root,root,-)
%{_javadir}/%{name}
%{_datadir}/maven2
%config(noreplace) %{_mavendepmapfragdir}/*

%if %{gcj_support}
%dir %attr(-,root,root) %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/core-1.0-alpha-7.jar.*
%attr(-,root,root) %{_libdir}/gcj/%{name}/decoration-model-1.0-alpha-7.jar.*
%attr(-,root,root) %{_libdir}/gcj/%{name}/sink-api-1.0-alpha-7.jar.*
%attr(-,root,root) %{_libdir}/gcj/%{name}/site-renderer-1.0-alpha-7.jar.*
%endif

%if %with maven
%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/*
%endif



%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0-0.1.a7.3.3.7
+ Revision: ab83b8a
- Build with en_US.ISO-8859-1 locale



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17628 |14mr|maven-doxia-sitetools-1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%global parent maven-doxia
%global subproj sitetools

Name:           %{parent}-%{subproj}
Version:        1.2
Release:        6
Summary:        Doxia content generation framework
License:        ASL 2.0
Group:          Development/Java
URL:            http://maven.apache.org/doxia/

Source0:        http://repo2.maven.org/maven2/org/apache/maven/doxia/doxia-sitetools/%{version}/doxia-%{subproj}-%{version}-source-release.zip

# Point it at the correct plexus-container-default
Source1:        maven-doxia-depmap.xml

Patch0:         0001-Remove-clirr-dependency.patch
Patch1:         0002-Remove-htmlunit-dependency.patch
Patch2:         0003-Migration-to-component-metadata.patch

BuildRequires:  java-devel >= 1.6.0
BuildRequires:  itext
BuildRequires:  jpackage-utils
BuildRequires:  maven2
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-surefire-plugin
#BuildRequires:  maven-shared-reporting-impl
BuildRequires:  maven-surefire-provider-junit
BuildRequires:  maven-doxia
#BuildRequires:  modello-maven-plugin
BuildRequires:  classworlds
#BuildRequires:  apache-commons-collections
#BuildRequires:  apache-commons-configuration
#BuildRequires:  apache-commons-logging
#BuildRequires:  apache-commons-validator
BuildRequires:  junit
BuildRequires:  jakarta-oro
BuildRequires:  plexus-container-default
#BuildRequires:  plexus-containers-container-default
#BuildRequires:  plexus-containers-component-javadoc
#BuildRequires:  plexus-containers-component-metadata
BuildRequires:  plexus-i18n
BuildRequires:  plexus-utils
BuildRequires:  plexus-velocity
BuildRequires:  velocity
BuildRequires:  javamail

Requires:       classworlds
#Requires:       apache-commons-collections
#Requires:       apache-commons-configuration
#Requires:       apache-commons-logging
#Requires:       apache-commons-validator
Requires:       junit
Requires:       maven-doxia
Requires:       jakarta-oro
Requires:       plexus-container-default
#Requires:       plexus-containers-container-default
Requires:       plexus-i18n
Requires:       plexus-utils
Requires:       plexus-velocity
Requires:       velocity
Requires:       javamail

Requires:       java >= 1.6.0
Requires:       jpackage-utils

BuildArch:      noarch

%description
Doxia is a content generation framework which aims to provide its
users with powerful techniques for generating static and dynamic
content. Doxia can be used to generate static sites in addition to
being incorporated into dynamic content generation systems like blogs,
wikis and content management systems.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q -n doxia-%{subproj}-%{version}

%patch0 -p1

# Disable tests that need htmlunit, until we get it in Fedora
%patch1 -p1

%patch2 -p1


%build

# tests can't run because of missing deps
mvn \
      -Dmaven.local.depmap.file=%{SOURCE1} \
      -Dmaven.test.skip=true \
      install javadoc:aggregate

%install

# jars/poms
install -d -m 755 %{buildroot}%{_mavenpomdir}

install -m 644 -p pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{parent}-sitetools.pom
#install -m 644 -p doxia-decoration-model/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{parent}-decoration-model.pom
#install -m 644 -p doxia-site-renderer/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{parent}-site-renderer.pom
install -m 644 -p doxia-doc-renderer/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{parent}-doc-renderer.pom

install -dm 755 %{buildroot}%{_javadir}/%{parent}

#install -m 644 -p doxia-decoration-model/target/doxia-decoration-model-%{version}.jar \
#	%{buildroot}%{_javadir}/%{parent}/decoration-model.jar
#install -m 644 -p doxia-site-renderer/target/doxia-site-renderer-%{version}.jar \
#	%{buildroot}%{_javadir}/%{parent}/site-renderer.jar
install -m 644 -p doxia-doc-renderer/target/doxia-doc-renderer-%{version}.jar \
	%{buildroot}%{_javadir}/%{parent}/doc-renderer.jar

install -dm 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}

%add_to_maven_depmap org.apache.maven.doxia doxia-sitetools %{namedversion} JPP/maven-doxia-sitetools doxia-sitetools
#%add_to_maven_depmap org.apache.maven.doxia doxia-decoration-model %{namedversion} JPP/maven-doxia-decoration-model doxia-decoration-model
#%add_to_maven_depmap org.apache.maven.doxia doxia-site-renderer %{namedversion} JPP/maven-doxia-site-renderer doxia-site-rendeder
%add_to_maven_depmap org.apache.maven.doxia doxia-doc-renderer %{namedversion} JPP/maven-doxia-doc-renderer doxia-doc-renderer

%files
%{_javadir}/%{parent}/*.jar
%{_mavenpomdir}/JPP-*.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%doc %{_javadocdir}/%{name}

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-6
+ Revision: aa9e545
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17629 |14mr|maven-doxia-tools-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		maven-doxia-tools
Version:	1.4
Release:	2
Summary:	Maven Doxia Integration Tools

Group:		Development/Java
License:	ASL 2.0
URL:		http://maven.apache.org/shared/maven-doxia-tools/
Source0:	http://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip
Patch0:		%{name}-migration-to-component-metadata.patch

#BuildRequires:	apache-commons-io >= 1.4
BuildRequires:	apache-commons-logging
BuildRequires:	plexus-utils
BuildRequires:	plexus-interpolation
BuildRequires:	plexus-container-default
BuildRequires:	plexus-i18n
BuildRequires:	maven2
#BuildRequires:	maven-shared
BuildRequires:	maven-doxia
BuildRequires:	maven-doxia-sitetools
BuildRequires:	maven-compiler-plugin
BuildRequires:	maven-install-plugin
BuildRequires:	maven-jar-plugin
BuildRequires:	maven-javadoc-plugin
BuildRequires:	maven-resources-plugin
BuildRequires:	maven-surefire-plugin
BuildRequires:	maven-plugin-testing-harness
#BuildRequires:	maven-shared-reporting-impl
#BuildRequires:	plexus-containers-component-metadata
BuildRequires:	java-devel >= 1.6.0

BuildArch:	noarch

#Requires:	apache-commons-io >= 1.4
Requires:	plexus-utils
Requires:	plexus-interpolation
Requires:	plexus-container-default
Requires:	plexus-i18n
#Requires:	maven-shared
Requires:	maven-doxia
Requires:	maven-doxia-sitetools

Requires:	jpackage-utils

%description
A collection of tools to help the integration of Doxia in Maven plugins.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q
%patch0 -b .sav


%build
mvn \
	-Dmaven.test.skip=true \
	install javadoc:aggregate

%install
# jars
install -Dm 644 target/%{name}-%{version}.jar %{buildroot}/%{_javadir}/%{name}.jar

# javadoc
install -d -m 755 %{buildroot}/%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}/%{_javadocdir}/%{name}

# poms
install -Dpm 644 pom.xml %{buildroot}/%{_mavenpomdir}/JPP-%{name}.pom

#%add_maven_depmap JPP-%{name}.pom %{name}.jar
%add_to_maven_depmap org.apache.maven.doxia doxia-tools %{namedversion} JPP/maven-doxia-tools doxia-tools

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/%{name}
%doc LICENSE NOTICE DEPENDENCIES

%files javadoc
%doc %{_javadocdir}/*
%doc LICENSE


%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-2
+ Revision: 917807f
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17630 |14mr|maven-idea-plugin-2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-idea-plugin
Version:        2.2
Release:        4
Summary:        Maven IDEA Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/%{name}
# svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-idea-plugin-2.2
# tar caf maven-idea-plugin-2.2.tar.xz maven-idea-plugin-2.2
Source0:        %{name}-%{version}.tar.xz

BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: plexus-utils
BuildRequires: ant-nodeps
BuildRequires: maven2
BuildRequires: maven-wagon
BuildRequires: plexus-container-default
BuildRequires: maven-install-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-plugin-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-surefire-maven-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-jar-plugin
BuildRequires: maven-javadoc-plugin
#BuildRequires: maven-shared-plugin-testing-harness
#BuildRequires: dom4j
Requires: ant-nodeps
Requires: maven2
Requires: jpackage-utils
Requires: java
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

Obsoletes: maven2-plugin-idea <= 0:2.0.8
Provides: maven2-plugin-idea = 1:%{version}-%{release}

%description
The IDEA Plugin is used to generate files (ipr, iml, and iws) for a
project so you can work on it using the IDE, IntelliJ IDEA.


%package javadoc
Group:          Development/Java
Summary:        API documentation for %{name}
Requires:       jpackage-utils

%description javadoc
%{summary}.

%prep
%setup -q #You may need to update this according to your Source0

%build
mvn \
	-Dmaven.test.failure.ignore=true \
	install javadoc:javadoc

%install
# jars
install -Dpm 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# poms
install -Dpm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%add_to_maven_depmap org.apache.maven.plugins %{name} %{version} JPP %{name}

# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2-4
+ Revision: 53817e5
- Drop unneeded BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17631 |14mr|maven-install-plugin-2.3.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-install-plugin
Version:        2.3.1
Release:        7
Summary:        Maven Install Plugin
Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-install-plugin
Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
BuildArch:		noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: maven2
BuildRequires: maven-plugin-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-doxia-sitetools
BuildRequires: maven-plugin-testing-harness
BuildRequires: plexus-utils
BuildRequires: plexus-digest
BuildRequires: junit
BuildRequires: maven-archiver
#BuildRequires: maven-shared-reporting-impl

Requires:	maven2
Requires:	jpackage-utils
Requires:	java
Requires:	maven-archiver
Requires:	plexus-digest
Requires(post):	jpackage-utils
Requires(postun): jpackage-utils

Provides:	maven2-plugin-install = %{version}-%{release}
Obsoletes:	maven2-plugin-install <= 0:2.0.8

%description
Copies the project artifacts to the user's local repository.

%package javadoc
Group:		Development/Java
Summary:	Javadoc for %{name}
Requires:	jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q -n %{name}-%{version}

%build
mvn \
	 -Dmaven.test.failure.ignore=true \
	install javadoc:javadoc

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar  %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.apache.maven.plugins maven-install-plugin %{version} JPP maven-install-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE NOTICE
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%doc LICENSE
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.1-7
+ Revision: 5280b4c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17632 |14mr|maven-jar-plugin-2.3.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-jar-plugin
Version:        2.3.1
Release:        7
Summary:        Maven JAR Plugin
Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-jar-plugin/
Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1-source-release.zip
BuildArch: noarch

BuildRequires: java-rpmbuild >= 0:1.6
BuildRequires: maven2
BuildRequires: maven-plugin-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-doxia-sitetools
BuildRequires: maven-plugin-testing-harness
BuildRequires: maven-archiver
BuildRequires: plexus-archiver
BuildRequires: plexus-container-default
BuildRequires: apache-commons-lang
BuildRequires: plexus-utils
BuildRequires: junit
Requires:	maven2
Requires:	maven-archiver
Requires:	plexus-archiver
Requires:	apache-commons-lang
Requires:	plexus-utils
Requires:	maven-plugin-testing-harness
Requires:	junit
Requires:	jpackage-utils
Requires:	java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

%rename maven2-plugin-jar

%description
Builds a Java Archive (JAR) file from the compiled 
project classes and resources.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q 

%build
mvn -Dmaven.test.skip=true \
        install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.apache.maven.plugins maven-jar-plugin %{version} JPP maven-jar-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.1-7
+ Revision: 3e37b80
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17633 |14mr|maven-javadoc-plugin-2.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global bootstrap 1

Name:           maven-javadoc-plugin
Version:        2.7
Release:        9
Summary:        Maven Javadoc Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-javadoc-plugin
# svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-javadoc-plugin-2.7
# tar caf maven-javadoc-plugin-2.7.tar.xz maven-javadoc-plugin-2.7/
Source0:        %{name}-%{version}.tar.xz
Patch0:         remove-test-deps.patch
#Patch1:         pom.patch

BuildRequires:  maven2
BuildRequires:  maven-clean-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-resources-plugin

#BuildRequires:  maven-surefire-maven-plugin
#BuildRequires:  maven-doxia-sitetools
#BuildRequires:  maven-shared-plugin-testing-harness
#BuildRequires:  maven-shade-plugin
#BuildRequires:  plexus-interactivity
#BuildRequires:  maven-shared-invoker
%if ! %{bootstrap}
BuildRequires:  maven-javadoc-plugin
%endif        

BuildRequires: java-devel >= 0:1.6.0.

Requires:       jpackage-utils
Requires:       maven2
#Requires:       maven-shared-invoker
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

BuildArch: noarch

Obsoletes: maven2-plugin-javadoc <= 2.0.8
Provides:  maven2-plugin-javadoc = %{version}-%{release}

%description
The Maven Javadoc Plugin is a plugin that uses the javadoc tool for
generating javadocs for the specified project.
 
%if ! %{bootstrap}
%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.
%endif

%prep
%setup -q 
%patch0
# Update source for use with newer doxia
#%patch1

#sed -i -e "s|org.apache.maven.doxia.module.xhtml.decoration.render|org.apache.maven.doxia.sink.render|g" src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java

sed -i -e "s|model>|models>|g" pom.xml

%build
mvn -Dmaven.test.skip=true \
        install
%if ! %{bootstrap}
mvn-jpp -Dmaven.test.skip=true \
       javadoc:javadoc
%endif        

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.apache.maven.plugins maven-javadoc-plugin %{version} JPP maven-javadoc-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%if ! %{bootstrap}
# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*
%endif

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%if ! %{bootstrap}
%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7-9
+ Revision: d9c8ba7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17634 |14mr|maven-plugin-cobertura-2.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       maven-plugin-cobertura
Version:    2.4
Release:    5
Summary:    Plugin providing the features of Cobertura within Maven

Group:      Development/Java
License:    ASL 2.0 and GPLv2 and GPLv2+
URL:        http://mojo.codehaus.org/cobertura-maven-plugin/
Source0:    http://repo2.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.4/cobertura-maven-plugin-%{version}-source-release.zip
BuildArch:  noarch

BuildRequires:  maven2
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-install-plugin
#BuildRequires:  maven-invoker-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-surefire-maven-plugin
BuildRequires:  maven-doxia-sitetools
BuildRequires:  maven-plugin-testing-harness
BuildRequires:  gnu.getopt 
BuildRequires:  java-1.7.0-openjdk-devel
#BuildRequires:  cobertura
#BuildRequires:  mojo-parent

Requires:       maven2
#Requires:       cobertura
#Requires:       mojo-parent
Requires(post): jpackage-utils
Requires(postun):  jpackage-utils

%description
This plugin provides the features of Cobertura within the Maven 2 environment.
The report generated by this plugin is the result of executing the Cobertura
tool against your compiled classes to help you determine how well the unit
testing efforts have been, and can then be used to identify which parts
of your Java program are lacking test coverage.

%package	javadoc
Summary:    Javadoc for %{name}
Group:      Development/Java
Requires:   %{name} = %{version}-%{release}
Requires:   jpackage-utils

%description	javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n cobertura-maven-plugin-%{version}

%build
mvn \
	-Dmaven.test.skip=true \
	 package javadoc:javadoc

%install
# jar
ln -sf $(build-classpath gnu.getopt)
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -p -m 644 target/cobertura-maven-plugin-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/maven-plugin-cobertura.jar

# pom
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -p -m 644 pom.xml \
  $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-maven-plugin-cobertura.pom
%add_to_maven_depmap org.codehaus.mojo cobertura-maven-plugin %{version} JPP maven-plugin-cobertura

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -rp target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_mavenpomdir}/JPP-%{name}*.pom
%config(noreplace) %{_mavendepmapfragdir}
%{_javadir}/*

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.4-5
+ Revision: 821a003
- Disable maven-invoker-plugin BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17635 |14mr|maven-plugin-plugin-3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-plugin-plugin
Version:        3.2
Release:        2
Summary:        Maven Plugin Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-plugin-plugin
#svn checkout http://svn.apache.org/repos/asf/maven/plugin-tools/tags/maven-plugin-tools-3.2/maven-plugin-plugin maven-plugin-plugin
#tar caf maven-plugin-plugin-3.2.tar.xz maven-plugin-plugin-3.2/
Source0:        %{name}-%{version}.tar.xz

BuildArch: noarch

BuildRequires: java-rpmbuild >= 0:1.6
BuildRequires: maven2
BuildRequires: maven-compiler-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
#BuildRequires: maven-doxia-sitetools
BuildRequires: maven-plugin-testing-harness
#BuildRequires:	maven-modello-plugin

Requires:      maven2
Requires:      jpackage-utils
Requires:      java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

%description
The Maven Plugin Plugin is used to create a Maven plugin descriptor for any
Mojo's found in the source tree, to include in the JAR. It is also used to
generate report files for the Mojos as well as for updating the plugin
registry, the artifact metadata and generating a generic help goal.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q 

%build
mvn install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}.jar

%add_to_maven_depmap org.apache.maven.plugins maven-plugin-plugin %{version} JPP maven-plugin-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2-2
+ Revision: 293882b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17636 |14mr|maven-plugins-pom-23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name maven-plugins

Name:           %{short_name}-pom
Version:        23
Release:        1
Summary:        Maven Plugins POM
BuildArch:      noarch
Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/
Source0:        http://repo.maven.apache.org/maven2/org/apache/maven/plugins/%{short_name}/%{version}/%{short_name}-%{version}-source-release.zip

BuildRequires:  maven2
BuildRequires:  jpackage-utils

Requires:       jpackage-utils

%description
This package provides Maven Plugins parent POM used by different
Apache Maven plugins.

%prep
%setup -q -n %{short_name}-%{version}

%build
# nothing

%install
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%add_to_maven_depmap org.apache.maven maven-plugins %{version} JPP maven-plugins

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE NOTICE
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%changelog
* Wed Nov 27 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 23-1
+ Revision: 1af0d35
- Added version 23



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17637 |14mr|maven-plugin-testing-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-plugin-testing
Version:        1.3
Release:        4
Summary:        Maven Plugin Testing

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugin-testing/
#svn export http://svn.apache.org/repos/asf/maven/plugin-testing/tags/maven-plugin-testing-1.3 maven-plugin-testing-1.3
#tar caf maven-plugin-testing-1.3.tar.gz maven-plugin-testing-1.3/
Source0:        %{name}-%{version}.tar.gz

BuildArch: noarch

BuildRequires: junit
BuildRequires: java-rpmbuild >= 0:1.6
BuildRequires: maven2
BuildRequires: maven-install-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-source-plugin
BuildRequires: maven-site-plugin
BuildRequires: plexus-maven-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-doxia-sitetools
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
#BuildRequires: maven-shared-reporting-impl
BuildRequires: maven-test-tools

Requires:		maven2
Requires:       jpackage-utils
Requires:       java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

%description
The Maven Plugin Testing contains the necessary modules
to be able to test Maven Plugins.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%package harness
Summary: Maven Plugin Testing Mechanism
Group: Development/Java
Requires: maven-plugin-testing = %{version}-%{release}
%rename maven-shared-plugin-testing-harness

%description harness
The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojo.

%package tools
Summary: Maven Plugin Testing Tools
Group: Development/Java
Requires: maven-plugin-testing = %{version}-%{release}
%rename maven-shared-plugin-testing-tools

%description tools
A set of useful tools to help the Maven Plugin testing.

%package -n maven-test-tools
Summary: Maven Testing Tool
Group: Development/Java
Requires: maven-plugin-testing = %{version}-%{release}
%rename maven-shared-test-tools

%description -n maven-test-tools
Framework to test Maven Plugins with Easymock objects.

%prep
%setup -q 

%build
mvn install javadoc:aggregate

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}/%{name}
install -m 644 maven-plugin-testing-harness/target/%{name}-harness-%{version}.jar  \
 %{buildroot}%{_javadir}/%{name}/%{name}-harness.jar
install -m 644 maven-plugin-testing-tools/target/%{name}-tools-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}/%{name}-tools.jar
install -m 644 maven-test-tools/target/maven-test-tools-%{version}.jar  \
 %{buildroot}%{_javadir}/%{name}/maven-test-tools.jar

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-%{name}.pom
%add_to_maven_depmap org.apache.maven.plugin-testing %{name} %{version} JPP/%{name} %{name}
%add_to_maven_depmap org.apache.maven.shared %{name}-harness %{version} JPP/%{name} %{name}
install -pm 644 maven-plugin-testing-harness/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-%{name}-harness.pom
%add_to_maven_depmap org.apache.maven.plugin-testing %{name}-harness %{version} JPP/%{name} %{name}-harness
%add_to_maven_depmap org.apache.maven.shared %{name}-harness %{version} JPP/%{name} %{name}-harness
install -pm 644 maven-plugin-testing-tools/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-%{name}-tools.pom
%add_to_maven_depmap org.apache.maven.plugin-testing %{name}-tools %{version} JPP/%{name} %{name}-tools
%add_to_maven_depmap org.apache.maven.shared %{name}-tools %{version} JPP/%{name} %{name}-tools
install -pm 644 maven-test-tools/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-maven-test-tools.pom
%add_to_maven_depmap org.apache.maven.plugin-testing maven-test-tools %{version} JPP/%{name} maven-test-tools
%add_to_maven_depmap org.apache.maven.shared maven-test-tools %{version} JPP/%{name} maven-test-tools

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/*

%files harness
%{_javadir}/%{name}/%{name}-harness*

%files tools
%{_javadir}/%{name}/%{name}-tools*

%files -n maven-test-tools
%{_javadir}/%{name}/maven-test-tools*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-4
+ Revision: 90f1077
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17638 |14mr|maven-plugin-testing-harness-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-plugin-testing-harness
Version:        2.0
Release:        2
Summary:        The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojos

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/
Source0:        %{name}-%{version}.tar.xz

BuildRequires:  maven2
BuildRequires:  maven-clean-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:	maven-plugin-testing
BuildRequires:	java-1.7.0-openjdk-devel

Requires:       jpackage-utils
Requires:       maven2
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

BuildArch: noarch

%description
The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojos, 
i.e. by pre-constructing the Plexus components, providing stub objects for
Maven functionality such as projects, and populating fields from an XML file
that resembles the plugin configuration in the POM.
 
%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q

%build
mvn -Dmaven.test.skip=true \
        install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.apache.maven.plugins maven-plugin-testing-harness %{version} JPP maven-plugin-testing-harness

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-2
+ Revision: b342a10
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17639 |14mr|maven-release-2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# maven-release parent pom version
%global pversion 16
# maven-release-manager jar version
%global mjarver 2.0
# maven-release-plugin jar version
%global pjarver 2.0

Name:           maven-release
Version:        2.0
Release:        5
Summary:        Release a project updating the POM and tagging in the SCM

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-release-plugin/
# tar creation instructions
# svn export http://svn.apache.org/repos/asf//maven/release/tags/maven-release-2.0 maven-release-2.0
# tar cfJ maven-release-2.0.tar.xz maven-release-2.0 
Source0:        maven-release-2.0.tar.xz
Source1:        maven-release-jpp-depmap.xml
# Remove jmock needed for tests and set source to 1.4 to support assert stmt
Patch0:         001_mavenreleasemanager_fixbuild.patch
# Remove deps needed for tests, till jmock gets packaged
Patch1:         002_mavenreleaseplugin_skiptests.patch
BuildArch:      noarch

BuildRequires:  java-devel
BuildRequires:  jpackage-utils
#BuildRequires:  maven-scm >= 1.4-1
#BuildRequires:  maven-scm-test >= 1.4-1
BuildRequires:  maven2
BuildRequires:  maven2-common-poms
#BuildRequires:  maven-antrun-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-source-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-plugin-testing-harness
BuildRequires:  plexus-maven-plugin
BuildRequires:  plexus-utils
BuildRequires:  maven-surefire-maven-plugin
BuildRequires:  jaxen

Requires:       java 
Requires:       jpackage-utils

Requires(post):   jpackage-utils
Requires(postun): jpackage-utils


%description
This plugin is used to release a project with Maven, saving a lot of 
repetitive, manual work. Releasing a project is made in two steps: 
prepare and perform.


%package manager
Summary:        Release a project updating the POM and tagging in the SCM
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils
BuildArch:      noarch

%description manager
This package contains %{name}-manager needed by %{name}-plugin.


%package plugin
Summary:        Release a project updating the POM and tagging in the SCM
Group:          Development/Java
Requires:       %{name}-manager = %{version}-%{release}
Requires:       jpackage-utils
BuildArch:      noarch

%description plugin
This plugin is used to release a project with Maven, saving a lot of
repetitive, manual work. Releasing a project is made in two steps:
prepare and perform.


%package javadoc
Summary:        Javadocs for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils
Obsoletes:      %{name}-manager-javadoc <= 2.0-1
Obsoletes:      %{name}-plugin-javadoc <= 2.0-1
BuildArch:      noarch

%description javadoc
This package contains the API documentation for %{name}.


%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
cat > README << EOT
%{name}-%{version}

This plugin is used to release a project with Maven, saving a lot of
repetitive, manual work. Releasing a project is made in two steps:
prepare and perform.
EOT


%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

mvn \
  -e  \
  -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
  -Dmaven2.jpp.depmap.file=%{SOURCE1} \
  -Dmaven.test.skip=true \
  install javadoc:aggregate


%install
mkdir -p %{buildroot}%{_javadir}

# jars
install -Dp -m 644 %{name}-manager/target/%{name}-manager-%{mjarver}.jar \
  %{buildroot}%{_javadir}//%{name}-manager.jar

install -Dp -m 644 %{name}-plugin/target/%{name}-plugin-%{pjarver}.jar \
  %{buildroot}%{_javadir}/%{name}-plugin.jar

# javadocs
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -rp target/site/apidocs/  \
  %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -sf %{name}-%{version} %{name})

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml  \
  %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom
install -pm 644 %{name}-manager/pom.xml  \
  %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}-manager.pom
install -pm 644 %{name}-plugin/pom.xml  \
  %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}-plugin.pom

%add_to_maven_depmap org.apache.maven.release %{name} %{pversion} JPP %{name}
%add_to_maven_depmap org.apache.maven.release %{name}-manager %{mjarver} JPP %{name}-manager
%add_to_maven_depmap org.apache.maven.plugins %{name}-plugin %{pjarver} JPP %{name}-plugin

%files
%defattr(-,root,root,-)
%doc README
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/*


%files manager
%defattr(-,root,root,-)
%{_javadir}/*manager*
%{_mavenpomdir}/JPP-%{name}-manager.pom


%files plugin
%defattr(-,root,root,-)
%{_javadir}/*plugin*
%{_mavenpomdir}/JPP-%{name}-plugin.pom


%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}
%{_javadocdir}/%{name}-%{version}


%post
%update_maven_depmap


%postun
%update_maven_depmap

%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-5
+ Revision: b76ab8d
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17640 |14mr|maven-remote-resources-plugin-1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-remote-resources-plugin
Version:        1.5
Release:        2
Summary:        Maven Remote Resources Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-remote-resources-plugin/
#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-remote-resources-plugin-1.5/
#tar jcf maven-remote-resources-plugin-1.5.tar.bz2 maven-remote-resources-plugin-1.5/
Source0:        %{name}-%{version}.tar.bz2

BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: maven2
BuildRequires: maven-plugin-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-surefire-maven-plugin
BuildRequires: maven-shared-filtering
BuildRequires: plexus-container-default
BuildRequires: velocity
BuildRequires: maven-shared-artifact-resolver
BuildRequires: maven-shared-common-artifact-filters
BuildRequires: maven-shared-downloader
BuildRequires: plexus-interpolation
BuildRequires: plexus-utils
BuildRequires: plexus-velocity
#BuildRequires: plexus-resources
BuildRequires: junit
BuildRequires: maven-plugin-testing-harness
#BuildRequires: maven-wagon
BuildRequires: maven-shared-verifier
BuildRequires: maven-surefire-provider-junit

Requires:       maven2
Requires:       java
Requires:       jpackage-utils
#Requires:       maven-wagon
Requires:       maven-shared-artifact-resolver

Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

Obsoletes:      maven2-plugin-remote-resources <= 0:2.0.8
Provides:       maven2-plugin-remote-resources = 1:%{version}-%{release}

%description
Process resources packaged in JARs that have been deployed to
a remote repository. The primary use case being satisfied is
the consistent inclusion of common resources in a large set of
projects. Maven projects at Apache use this plug-in to satisfy
licensing requirements at Apache where each project much include
license and notice files for each release.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q

%build
mvn install javadoc:javadoc

%install
# jars
install -Dpm 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.apache.maven.plugins %{name} %{version} JPP %{name}

# poms
install -Dpm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Tue Jul 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-2
+ Revision: ed41867
- Rebuild to main repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17641 |14mr|maven-resources-plugin-2.4.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-resources-plugin
Version:        2.4.3
Release:        6
Summary:        Maven Resources Plugin
Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-resources-plugin
#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-2.4.3 maven-resources-plugin-2.4.3
#tar zcf maven-resources-plugin-2.4.3.tar.gz maven-resources-plugin-2.4.3/
Source0:        %{name}-%{version}.tar.gz
BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: maven2
BuildRequires: maven-plugin-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-maven-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-doxia-sitetools
BuildRequires: maven-plugin-testing-harness
#BuildRequires: maven-shared-reporting-impl
BuildRequires: plexus-digest

Requires:	maven-plugin-testing-harness
Requires:	maven2
Requires:	jpackage-utils
Requires:	java
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils

Provides:       maven2-plugin-resources = %{version}-%{release}
Obsoletes:      maven2-plugin-resources <= 0:2.0.8

%description
The Resources Plugin handles the copying of project resources 
to the output directory.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q -n %{name}-%{version}

%build
mvn -Dmaven.test.failure.ignore=true \
        install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.apache.maven.plugins maven-resources-plugin %{version} JPP maven-resources-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.3-6
+ Revision: 1b8f461
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17642 |14mr|maven-shared-15-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%global shared_components_version 15
%global file_management_version 1.2.2
%global ant_version 1.0

%global artifact_resolver_version 1.1

%global common_artifact_filters_version 1.3
%global dependency_analyzer_version 1.2
%global dependency_tree_version 1.3
%global downloader_version 1.2

# missing?
%global plugin_testing_harness_version 1.2

%global filtering_version 1.0

%global invoker_version 2.0.12
%global model_converter_version 2.3
%global osgi_version 0.3.0

#this model is not included in parent pom
%global reporting_api_version 3.0

%global reporting_impl_version 2.1
%global repository_builder_version 1.0

%global runtime_version 1.0

%global io_version 1.2
%global jar_version 1.1
%global monitor_version 1.0
### disabled by pom.xml default
#%global script_ant_version 2.1
#%global script_beanshell_version 2.1
#%global test_tools_version 1.0
#%global toolchain_version 1.0
%global verifier_version 1.3

Summary:        Maven Shared Components
URL:            http://maven.apache.org/shared/
Name:           maven-shared
Version:        15
Release:        20
License:        ASL 2.0
Group:          Development/Java

# svn export \
# http://svn.apache.org/repos/asf/maven/shared/tags/maven-shared-components-15/
# tar czf maven-shared-components-14.tar.gz maven-shared-components-15
Source0:        maven-shared-components-%{version}.tar.gz
Source1:        %{name}-jpp-depmap.xml

Patch0:        %{name}-pom.patch
Patch2:        maven-dependency-tree-pom.patch
Patch3:        maven-osgi-pom.patch
Patch5:        maven-runtime-pom.patch
Patch6:        maven-runtime-XMLMavenRuntimeVisitor.patch
Patch7:        maven-artifact-resolver-pom.patch

BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  ant
BuildRequires:  maven2
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-source-plugin
BuildRequires:  maven-surefire-plugin
BuildRequires:  maven-surefire-report-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-doxia
BuildRequires:  maven-doxia-sitetools
BuildRequires:  maven-doxia-tools
BuildRequires:  maven-shared-reporting-impl
BuildRequires:  maven-plugin-testing-tools
BuildRequires:  maven-test-tools
BuildRequires:  plexus-maven-plugin
#BuildRequires:  plexus-component-api
BuildRequires:  maven-plugin-cobertura
BuildRequires:  junit
#BuildRequires:  saxon
#BuildRequires:  saxon-scripts
BuildRequires:  plexus-utils
BuildRequires:  plexus-digest
#BuildRequires:  modello
BuildRequires:  easymock2
BuildRequires:  objectweb-asm
#BuildRequires:  dom4j
BuildRequires: aqute-bndlib
BuildRequires:  maven-wagon

Requires:       ant
Requires:       ant-nodeps
Requires:       maven2 >= 0:2.0.4
Requires:       plexus-utils
#Requires:       saxon
#Requires:       saxon-scripts
Requires:       plexus-utils
Requires:       plexus-digest
Requires:       objectweb-asm
#Requires:       dom4j
Requires:       aqute-bndlib
Requires:       maven-wagon

BuildArch:      noarch

Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
Maven Shared Components

%package file-management
Summary:        Maven Shared File Management API
Group:          Development/Java
Version:        %{file_management_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  %{name}-io >= 0:%{io_version}
Requires:  maven2
Requires:  plexus-container-default
Requires:  plexus-utils

%description file-management
API to collect files from a given directory using
several include/exclude rules.

%package osgi
Summary:        Maven OSGi
Group:          Development/Java
Version:        %{osgi_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  aqute-bndlib
Requires:  maven2

%description osgi
Library for Maven-OSGi integration

%package ant
Summary:        Maven Ant
Group:          Development/Java
Version:        %{ant_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  ant
Requires:  maven2
Requires:  plexus-container-default

%description ant
Runs ant scripts embedded in the POM.

%package common-artifact-filters
Summary:        Maven Common Artifact Filters
Group:          Development/Java
Version:        %{common_artifact_filters_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  %{name}-test-tools >= 0:%{test_tools_version}-%{release}
Requires:  junit
Requires:  maven2
Requires:  plexus-container-default

%description common-artifact-filters
%{summary}.

%package dependency-tree
Summary:        Maven Dependency Tree
Group:          Development/Java
Version:        %{dependency_tree_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
#Requires:  %{name}-plugin-testing-harness >= 0:%{plugin_testing_harness_version}-%{release}
Requires:  maven2

%description dependency-tree
%{summary}.

%package downloader
Summary:        Maven Downloader
Group:          Development/Java
Version:        %{downloader_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  maven2

%description downloader
Provide a super simple interface for downloading a
single artifact.

%package dependency-analyzer
Summary:        Maven Dependency Analyzer
Group:          Development/Java
Version:        %{dependency_analyzer_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  maven2
Requires:  objectweb-asm

%description dependency-analyzer
%{summary}.

%package invoker
Summary:        Maven Process Invoker
Group:          Development/Java
Version:        %{invoker_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  %{name}-monitor >= 0:%{monitor_version}-%{release}
Requires:  maven2
Requires:  plexus-utils

%description invoker
%{summary}.

%package model-converter
Summary:        Maven Model Converter
Group:          Development/Java
Version:        %{model_converter_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
#Requires:  dom4j
Requires:  maven2
Requires:  plexus-container-default
Requires:  plexus-utils

%description model-converter
Converts between version 3.0.0 and version 4.0.0 models.

%package reporting-impl
Summary:        Maven Reporting Implementation
Group:          Development/Java
Version:        %{reporting_impl_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  jakarta-commons-validator
Requires:  jakarta-oro
Requires:  maven2
Requires:  maven-doxia

%description reporting-impl
%{summary}.

%package repository-builder
Summary:        Maven Repository Builder
Group:          Development/Java
Version:        %{repository_builder_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  %{name}-common-artifact-filters = 0:%{common_artifact_filters_version}-%{release}
Requires:  maven2

%description repository-builder
%{summary}.

%package io
Summary:        Maven Shared I/O API
Group:          Development/Java
Version:        %{io_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  maven2
Requires:  maven-wagon
Requires:  plexus-utils
Requires:  plexus-container-default

%description io
%{summary}.

%package jar
Summary:        Maven Shared Jar
Group:          Development/Java
Version:        %{jar_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  maven2

%description jar
Utilities that help identify the contents of a JAR,
including Java class analysis and Maven metadata
analysis.

%package monitor
Summary:        Maven Shared Monitor API
Group:          Development/Java
Version:        %{monitor_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  maven2
Requires:  plexus-container-default

%description monitor
%{summary}.

%package verifier
Summary:        Maven Verifier Component
Group:          Development/Java
Version:        %{verifier_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  junit

%description verifier
%{summary}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java 
Provides:       %{name}-file-management-javadoc = %{file_management_version}-%{release}
Obsoletes:      %{name}-file-management-javadoc < %{file_management_version}-%{release}
Provides:       %{name}-plugin-testing-harness-javadoc = %{plugin_testing_harness_version}-%{release}
Obsoletes:      %{name}-plugin-testing-harness-javadoc < %{plugin_testing_harness_version}-%{release}

%description javadoc
%{summary}.

%package artifact-resolver
Summary:        Maven Artifact Resolution API
Group:          Development/Java
Version:        %{artifact_resolver_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  ant
Requires:  maven2

%description artifact-resolver
Provides a component for plugins to easily resolve project dependencies.

%package filtering
Summary:        Maven Filtering
Group:          Development/Java
Version:        %{filtering_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  ant
Requires:  maven2

%description filtering
A component to assist in filtering of resource files with properties
from a Maven project.

%package reporting-api
Summary:        Maven Reporting API
Group:          Development/Java
Version:        %{reporting_api_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  ant
Requires:  maven2

%description reporting-api
Maven Reporting API.

%package runtime
Summary:        Maven Runtime
Group:          Development/Java
Version:        %{runtime_version}
Requires:  %{name} = 0:%{shared_components_version}-%{release}
Requires:  ant
Requires:  maven2

%description runtime
Maven Runtime allows introspection of Maven project metadata at runtime.
Basic artifact information or full Maven project metadata can be obtained
for all projects within a given class loader, optionally sorted into dependency
order, and also for a given class within a project.

%prep
%setup -q -n %{name}-components-%{shared_components_version}
chmod -R go=u-w *
#%patch0 -p0 -b .sav0
%patch1 -p0 -b .sav1
%patch2 -p0 -b .sav2
%patch3 -p0 -b .sav3
#%patch4 -p0 -b .sav4
%patch5 -p0 -b .sav5
%patch6 -p0 -b .sav6
%patch7 -p0 -b .sav7

# need namespace for new version modello
sed -i "s|<model>|<model xmlns=\"http://modello.codehaus.org/MODELLO/1.3.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://modello.codehaus.org/MODELLO/1.3.0 http://modello.codehaus.org/xsd/modello-1.3.0.xsd\" xml.namespace=\"..\" xml.schemaLocation=\"..\" xsd.namespace=\"..\" xsd.targetNamespace=\"..\">|" file-management/src/main/mdo/fileset.mdo
#sed -i "s|<groupId>ant|<groupId>org.apache.ant|g" maven-ant/pom.xml

# Remove test that needs junit-addons until that makes it into Fedora
rm -f maven-reporting-impl/src/test/java/org/apache/maven/reporting/AbstractMavenReportRendererTest.java

# Remove tests that need jmock (for now)
rm -f maven-dependency-analyzer/src/test/java/org/apache/maven/shared/dependency/analyzer/InputStreamConstraint.java
rm -f maven-dependency-analyzer/src/test/java/org/apache/maven/shared/dependency/analyzer/ClassFileVisitorUtilsTest.java
rm -f maven-dependency-analyzer/src/test/java/org/apache/maven/shared/dependency/analyzer/AbstractFileTest.java

%build
mvn \
        -Dmaven.local.depmap.file=%{SOURCE1} \
        -Dmaven.test.skip=true \
        -Dmaven.test.failure.ignore=true \
        install javadoc:aggregate

%install
# main package infrastructure
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/maven-shared
install -d -m 755 $RPM_BUILD_ROOT/%{_mavenpomdir}

# poms and jars
install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-components-parent.pom
%add_to_maven_depmap org.apache.maven.shared maven-shared-components %{shared_components_version} JPP/maven-shared components-parent

install -pm 644 maven-downloader/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-downloader.pom
%add_to_maven_depmap org.apache.maven.shared maven-downloader %{downloader_version} JPP/maven-shared downloader
install -p -m 0644 maven-downloader/target/maven-downloader-%{downloader_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/downloader.jar

install -pm 644 maven-dependency-analyzer/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-dependency-analyzer.pom
%add_to_maven_depmap org.apache.maven.shared maven-dependency-analyzer %{dependency_analyzer_version} JPP/maven-shared dependency-analyzer
install -p -m 0644 maven-dependency-analyzer/target/maven-dependency-analyzer-%{dependency_analyzer_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/dependency-analyzer.jar

install -pm 644 maven-dependency-tree/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-dependency-tree.pom
%add_to_maven_depmap org.apache.maven.shared maven-dependency-tree %{dependency_tree_version} JPP/maven-shared dependency-tree
install -p -m 0644 maven-dependency-tree/target/maven-dependency-tree-%{dependency_tree_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/dependency-tree.jar

install -pm 644 maven-verifier/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-verifier.pom
%add_to_maven_depmap org.apache.maven.shared maven-verifier %{verifier_version} JPP/maven-shared verifier
install -p -m 0644 maven-verifier/target/maven-verifier-%{verifier_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/verifier.jar

install -pm 644 maven-shared-monitor/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-monitor.pom
%add_to_maven_depmap org.apache.maven.shared maven-shared-monitor %{monitor_version} JPP/maven-shared monitor
install -p -m 0644 maven-shared-monitor/target/maven-shared-monitor-%{monitor_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/monitor.jar

install -pm 644 maven-shared-io/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-io.pom
%add_to_maven_depmap org.apache.maven.shared maven-shared-io %{io_version} JPP/maven-shared io
install -p -m 0644 maven-shared-io/target/maven-shared-io-%{io_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/io.jar

install -pm 644 maven-shared-jar/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-jar.pom
%add_to_maven_depmap org.apache.maven.shared maven-shared-jar %{jar_version} JPP/maven-shared jar
install -p -m 0644 maven-shared-jar/target/maven-shared-jar-%{jar_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/jar.jar

install -pm 644 maven-repository-builder/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-repository-builder.pom
%add_to_maven_depmap org.apache.maven.shared maven-repository-builder %{repository_builder_version} JPP/maven-shared repository-builder
install -p -m 0644 maven-repository-builder/target/maven-repository-builder-%{repository_builder_version}-alpha-3-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/repository-builder.jar

install -pm 644 maven-reporting-impl/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-reporting-impl.pom
%add_to_maven_depmap org.apache.maven.reporting maven-reporting-impl %{reporting_impl_version} JPP/maven-shared reporting-impl
install -p -m 0644 maven-reporting-impl/target/maven-reporting-impl-%{reporting_impl_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/reporting-impl.jar

install -pm 644 maven-model-converter/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-model-converter.pom
%add_to_maven_depmap org.apache.maven.shared maven-model-converter %{model_converter_version} JPP/maven-shared model-converter
install -p -m 0644 maven-model-converter/target/maven-model-converter-%{model_converter_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/model-converter.jar

install -pm 644 maven-invoker/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-invoker.pom
%add_to_maven_depmap org.apache.maven.shared maven-invoker %{invoker_version} JPP/maven-shared invoker
install -p -m 0644 maven-invoker/target/maven-invoker-%{invoker_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/invoker.jar

install -pm 644 maven-common-artifact-filters/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-common-artifact-filters.pom
%add_to_maven_depmap org.apache.maven.shared maven-common-artifact-filters %{common_artifact_filters_version} JPP/maven-shared common-artifact-filters
install -p -m 0644 maven-common-artifact-filters/target/maven-common-artifact-filters-%{common_artifact_filters_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/common-artifact-filters.jar

install -pm 644 maven-ant/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-ant.pom
%add_to_maven_depmap org.apache.maven.shared maven-ant %{ant_version} JPP/maven-shared ant
install -p -m 0644 maven-ant/target/maven-ant-%{ant_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/ant.jar

install -pm 644 maven-osgi/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-osgi.pom
%add_to_maven_depmap org.apache.maven.shared maven-osgi %{osgi_version} JPP/maven-shared osgi
install -p -m 0644 maven-osgi/target/maven-osgi-%{osgi_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/osgi.jar

install -pm 644 file-management/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-file-management.pom
%add_to_maven_depmap org.apache.maven.shared file-management %{file_management_version} JPP/maven-shared file-management
install -p -m 0644 file-management/target/file-management-%{file_management_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/file-management.jar

install -pm 644 maven-artifact-resolver/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-artifact-resolver.pom
%add_to_maven_depmap org.apache.maven.shared maven-artifact-resolver %{artifact_resolver_version} JPP/maven-shared artifact-resolver
install -p -m 0644 maven-artifact-resolver/target/maven-artifact-resolver-%{artifact_resolver_version}-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/artifact-resolver.jar

install -pm 644 maven-filtering/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-filtering.pom
%add_to_maven_depmap org.apache.maven.shared maven-filtering %{filtering_version} JPP/maven-shared filtering
install -p -m 0644 maven-filtering/target/maven-filtering-%{filtering_version}-beta-4-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/filtering.jar

#install -pm 644 maven-reporting-api/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-reporting-api.pom
#%add_to_maven_depmap org.apache.maven.shared maven-reporting-api %{reporting_api_version} JPP/maven-shared reporting-api
#install -p -m 0644 maven-reporting-api/target/maven-reporting-api-%{reporting_api_version}-SNAPSHOT.jar \
#        $RPM_BUILD_ROOT%{_javadir}/maven-shared/reporting-api.jar

install -pm 644 maven-runtime/pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.maven-shared-runtime.pom
%add_to_maven_depmap org.apache.maven.shared maven-runtime %{runtime_version} JPP/maven-shared runtime
install -p -m 0644 maven-runtime/target/maven-runtime-%{runtime_version}-alpha-3-SNAPSHOT.jar \
        $RPM_BUILD_ROOT%{_javadir}/maven-shared/runtime.jar

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{shared_components_version}
cp -pr target/site/apidocs/* \
         $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{shared_components_version}/

ln -s %{name}-%{shared_components_version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%dir %{_javadir}/maven-shared
%dir %{_mavenpomdir}
%{_mavenpomdir}/JPP.maven-shared-components-parent.pom
%{_mavendepmapfragdir}

%files file-management
%{_javadir}/maven-shared/file-management*.jar
%{_mavenpomdir}/JPP.maven-shared-file-management.pom

%files osgi
%{_javadir}/maven-shared/osgi*.jar
%{_mavenpomdir}/JPP.maven-shared-osgi.pom

%files ant
%{_javadir}/maven-shared/ant*.jar
%{_mavenpomdir}/JPP.maven-shared-ant.pom

%files common-artifact-filters
%{_javadir}/maven-shared/common-artifact-filters*.jar
%{_mavenpomdir}/JPP.maven-shared-common-artifact-filters.pom

%files dependency-analyzer
%{_javadir}/maven-shared/dependency-analyzer*.jar
%{_mavenpomdir}/JPP.maven-shared-dependency-analyzer.pom

%files dependency-tree
%{_javadir}/maven-shared/dependency-tree*.jar
%{_mavenpomdir}/JPP.maven-shared-dependency-tree.pom

%files downloader
%{_javadir}/maven-shared/downloader*.jar
%{_mavenpomdir}/JPP.maven-shared-downloader.pom

%files invoker
%{_javadir}/maven-shared/invoker*.jar
%{_mavenpomdir}/JPP.maven-shared-invoker.pom

%files model-converter
%{_javadir}/maven-shared/model-converter*.jar
%{_mavenpomdir}/JPP.maven-shared-model-converter.pom


%files reporting-impl
%{_javadir}/maven-shared/reporting-impl*.jar
%{_mavenpomdir}/JPP.maven-shared-reporting-impl.pom

%files repository-builder
%{_javadir}/maven-shared/repository-builder*.jar
%{_mavenpomdir}/JPP.maven-shared-repository-builder.pom

%files io
%{_javadir}/maven-shared/io*.jar
%{_mavenpomdir}/JPP.maven-shared-io.pom

%files jar
%{_javadir}/maven-shared/jar*.jar
%{_mavenpomdir}/JPP.maven-shared-jar.pom

%files monitor
%{_javadir}/maven-shared/monitor*.jar
%{_mavenpomdir}/JPP.maven-shared-monitor.pom

%files verifier
%{_javadir}/maven-shared/verifier*.jar
%{_mavenpomdir}/JPP.maven-shared-verifier.pom

%files artifact-resolver
%{_javadir}/maven-shared/artifact-resolver*.jar
%{_mavenpomdir}/JPP.maven-shared-artifact-resolver.pom

%files filtering
%{_javadir}/maven-shared/filtering*.jar
%{_mavenpomdir}/JPP.maven-shared-filtering.pom

#%files reporting-api
#%{_javadir}/maven-shared/reporting-api*.jar
#%{_mavenpomdir}/JPP.maven-shared-reporting-api.pom

%files runtime
%{_javadir}/maven-shared/runtime*.jar
%{_mavenpomdir}/JPP.maven-shared-runtime.pom

%files javadoc
%{_javadocdir}/%{name}-%{shared_components_version}
%doc %{_javadocdir}/%{name}


%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 15-20
+ Revision: 4e3292e
- Build with more requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17643 |14mr|maven-site-plugin-2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-site-plugin
Version:        2.2
Release:        4
Summary:        Maven Site Plugin

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-site-plugin/
Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
Patch0:         add-servlet-dep.patch

BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0
BuildRequires: maven2
BuildRequires: maven-plugin-plugin
#BuildRequires: maven-assembly-plugin
#BuildRequires: plexus-maven-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-doxia
#BuildRequires: maven-doxia-sitetools
#BuildRequires: maven-doxia-tools
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-plugin-testing-harness
BuildRequires: maven-plugin-cobertura
#BuildRequires:	jetty
Requires: maven2
Requires: java
Requires: jpackage-utils
#Requires: maven-doxia-tools
#Requires:		jetty
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

Provides:       maven2-plugin-site = %{version}-%{release}
Obsoletes:      maven2-plugin-site <= 0:2.0.8

%description
The Maven Site Plugin generates a site for the current project.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
API documentation for %{name}.

%prep
%setup -q 
%patch0

%build
mvn install javadoc:javadoc

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}.jar

%add_to_maven_depmap org.apache.maven.plugins maven-site-plugin %{version} JPP maven-site-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-4
+ Revision: 4abd119
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17644 |14mr|maven-source-plugin-2.1.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-source-plugin
Version:        2.1.2
Release:        9
Summary:        Plugin creating source jar

Group:          Development/Java
License:        ASL 2.0
URL:            http://maven.apache.org/plugins/maven-source-plugin/
Source0:        http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip

BuildArch: noarch

BuildRequires: java-devel >= 1.6.0
BuildRequires: plexus-utils
BuildRequires: maven2
BuildRequires: maven-install-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-plugin-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-jar-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: jpackage-utils
Requires: ant
Requires: maven2
Requires: jpackage-utils
Requires: java
Requires(post): jpackage-utils
Requires(postun): jpackage-utils 

Obsoletes: maven2-plugin-source < 0:%{version}-%{release}
Provides: maven2-plugin-source = 0:%{version}-%{release}

%description
The Maven 2 Source Plugin creates a JAR archive of the 
source files of the current project.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires: jpackage-utils

%description javadoc
API documentation for %{name}.


%prep
%setup -q 
sed -i -e "s|plexus-container-default|plexus-container|g" pom.xml

%build
mvn \
    -Dmaven.test.failure.ignore=true \
    install javadoc:aggregate

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar   %{buildroot}%{_javadir}/%{name}.jar

%add_to_maven_depmap org.apache.maven.plugins maven-source-plugin %{version} JPP maven-source-plugin

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.2-9
+ Revision: 9ce4688
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17645 |14mr|maven-surefire-2.7.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-surefire
Version:        2.7.2
Release:        3
Summary:        Test framework project
License:        ASL 2.0
Group:          Development/Java
URL:            http://maven.apache.org/surefire/

Source0:        http://repo2.maven.org/maven2/org/apache/maven/surefire/surefire/%{version}/surefire-%{version}-source-release.zip
Source1:        %{name}-jpp-depmap.xml

# mockito is not available in Fedora yet
Patch1:         0001-Remove-mockito-dependency.patch

# use current version of maven-failsafe-plugin present in maven-surefire
Patch2:         0002-Fix-failsafe-plugin-dependency-version.patch

# remove test dep on htmlunit
Patch3:         0003-Remove-htmlunit-dependency.patch

BuildArch:      noarch
BuildRequires:  ant
BuildRequires:  ant-nodeps
BuildRequires:  classworlds
BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  junit >= 3.8.2
BuildRequires:  plexus-utils
BuildRequires:  junit4
BuildRequires:  testng

BuildRequires:  maven2
BuildRequires:  maven-compiler-plugin
#BuildRequires:  maven-help-plugin
BuildRequires:  maven-install-plugin
#BuildRequires:  maven-invoker-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
#BuildRequires:  maven-shade-plugin
#BuildRequires:  maven-shared-verifier
BuildRequires:  maven-surefire-maven-plugin

#BuildRequires:  plexus-containers-component-api >= 1.0-0.a34
BuildRequires:  tomcat6
BuildRequires:  tomcat6-servlet-2.5-api
BuildRequires:  maven-plugin-testing-harness
BuildRequires:  bsf

Requires:       classworlds
Requires:       maven2
Requires:       junit
Requires:       plexus-utils

Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

Obsoletes:      maven-surefire-booter <= 0:1.5.3
Provides:       maven-surefire-booter = %{version}-%{release}

%description
Surefire is a test framework project.

%package plugin
Summary:                Surefire plugin for maven
Group:                  Development/Java
Requires:               maven-surefire = %{version}-%{release}
Obsoletes:              maven2-plugin-surefire <= 0:2.0.4
Provides :              maven2-plugin-surefire = %{version}-%{release}
Obsoletes:              maven-surefire-maven-plugin < 0:2.6
Provides :              maven-surefire-maven-plugin = %{version}-%{release}

%description plugin
Maven surefire plugin for running tests via the surefire framework.

%package report-plugin
Summary:                Surefire reports plugin for maven
Group:                  Development/Java
Requires:               maven-surefire = %{version}-%{release}
Obsoletes:              maven2-plugin-surefire-report <= 0:2.0.4
Provides :              maven2-plugin-surefire-report = %{version}-%{release}
Obsoletes:              maven-surefire-report-maven-plugin < 0:2.6
Provides :              maven-surefire-report-maven-plugin = %{version}-%{release}

%description report-plugin
Plugin for generating reports from surefire test runs.

%package provider-junit
Summary:                JUnit3 provider for Maven Surefire
Group:                  Development/Java
Requires:               junit
Requires:               maven-surefire = %{version}-%{release}
Obsoletes:              maven2-plugin-surefire-report <= 0:2.0.4O
#Obsoletes:              maven-surefire-junit = 2.3.1
Provides:              maven2-plugin-surefire-report = %{version}-%{release}
#Provides:              maven-surefire-junit = 2.3.1

%description provider-junit
JUnit3 provider for Maven Surefire.

%package provider-junit4
Summary:                JUnit4 provider for Maven Surefire
Group:                  Development/Java
Requires:               maven-surefire = %{version}-%{release}
Requires:               junit4

%description provider-junit4
JUnit4 provider for Maven Surefire.

%package provider-testng
Summary:                TestNG provider for Maven Surefire
Group:                  Development/Java
Requires:               maven-surefire = %{version}-%{release}
Requires:               testng

%description provider-testng
TestNG provider for Maven Surefire.

%package -n maven-failsafe-plugin
Summary:                Maven plugin for running integration tests
Group:                  Development/Java
Requires:               maven-surefire = %{version}-%{release}

%description -n maven-failsafe-plugin
The Failsafe Plugin is designed to run integration tests while the
Surefire Plugins is designed to run unit. The name (failsafe) was
chosen both because it is a synonym of surefire and because it implies
that when it fails, it does so in a safe way.

If you use the Surefire Plugin for running tests, then when you have a
test failure, the build will stop at the integration-test phase and
your integration test environment will not have been torn down
correctly.

The Failsafe Plugin is used during the integration-test and verify
phases of the build lifecycle to execute the integration tests of an
application. The Failsafe Plugin will not fail the build during the
integration-test phase thus enabling the post-integration-test phase
to execute.

%package javadoc
Summary:          Javadoc for %{name}
Group:            Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n surefire-%{version}

%patch1 -p1 -b .sav
%patch2 -p1 -b .sav
%patch3 -p1 -b .sav

%build
# tests turned off because they need jmock
mvn \
        -Dmaven.local.depmap.file=%{SOURCE1} \
        -Dmaven.test.skip=true \
        install javadoc:aggregate

%install
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/maven-surefire
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}

install -pm 644 maven-surefire-plugin/target/maven-surefire-plugin-*.jar $RPM_BUILD_ROOT%{_javadir}/maven-surefire/maven-plugin.jar
%add_to_maven_depmap org.apache.maven.surefire maven-surefire-plugin %{version} JPP/maven-surefire maven-plugin
install -pm 644 maven-surefire-plugin/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.maven-surefire-maven-plugin.pom
install -pm 644 maven-surefire-plugin/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.maven2.plugins-surefire-plugin.pom

install -pm 644 maven-surefire-common/target/maven-surefire-common-*.jar $RPM_BUILD_ROOT%{_javadir}/maven-surefire/common.jar
%add_to_maven_depmap org.apache.maven.surefire maven-surefire-common %{version} JPP/maven-surefire common
install -pm 644 maven-surefire-common/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.maven-surefire-common.pom

install -pm 644 maven-surefire-report-plugin/target/maven-surefire-report-plugin-*.jar $RPM_BUILD_ROOT%{_javadir}/maven-surefire/report-maven-plugin.jar
%add_to_maven_depmap org.apache.maven.surefire maven-surefire-report-plugin %{version} JPP/maven-surefire report-maven-plugin
install -pm 644 maven-surefire-report-plugin/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.maven-surefire-report-maven-plugin.pom

install -pm 644 surefire-api/target/original-surefire-api-*.jar $RPM_BUILD_ROOT%{_javadir}/maven-surefire/api.jar
%add_to_maven_depmap org.apache.maven.surefire surefire-api %{version} JPP/maven-surefire api
install -pm 644 surefire-api/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.maven-surefire-api.pom

install -pm 644 surefire-booter/target/surefire-booter-*.jar $RPM_BUILD_ROOT%{_javadir}/maven-surefire/booter.jar
%add_to_maven_depmap org.apache.maven.surefire surefire-booter %{version} JPP/maven-surefire booter
install -pm 644 surefire-booter/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.maven-surefire-booter.pom

install -pm 644 surefire-providers/common-junit3/target/common-junit3-*.jar $RPM_BUILD_ROOT%{_javadir}/maven-surefire/common-junit.jar
%add_to_maven_depmap org.apache.maven.surefire common-junit3 %{version} JPP/maven-surefire common-junit
install -pm 644 surefire-providers/common-junit3/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.maven-surefire-common-junit.pom

install -pm 644 surefire-providers/surefire-junit3/target/original-surefire-junit3-*.jar $RPM_BUILD_ROOT%{_javadir}/maven-surefire/junit.jar
%add_to_maven_depmap org.apache.maven.surefire surefire-junit3 %{version} JPP/maven-surefire junit
%add_to_maven_depmap org.apache.maven.surefire surefire-junit %{version} JPP/maven-surefire junit
install -pm 644 surefire-providers/surefire-junit3/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.maven-surefire-junit.pom

install -pm 644 surefire-providers/common-junit4/target/common-junit4-*.jar $RPM_BUILD_ROOT%{_javadir}/maven-surefire/common-junit4.jar
%add_to_maven_depmap org.apache.maven.surefire common-junit4 %{version} JPP/maven-surefire common-junit4
install -pm 644 surefire-providers/common-junit4/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.maven-surefire-common-junit4.pom

install -pm 644 surefire-providers/surefire-junit4/target/original-surefire-junit4-*.jar $RPM_BUILD_ROOT%{_javadir}/maven-surefire/junit4.jar
%add_to_maven_depmap org.apache.maven.surefire surefire-junit4 %{version} JPP/maven-surefire junit4
install -pm 644 surefire-providers/surefire-junit4/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.maven-surefire-junit4.pom

install -pm 644 surefire-providers/surefire-junit47/target/original-surefire-junit47-*.jar $RPM_BUILD_ROOT%{_javadir}/maven-surefire/junit47.jar
%add_to_maven_depmap org.apache.maven.surefire surefire-junit47 %{version} JPP/maven-surefire junit47
install -pm 644 surefire-providers/surefire-junit47/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.maven-surefire-junit47.pom

install -pm 644 surefire-providers/surefire-testng/target/surefire-testng-*.jar $RPM_BUILD_ROOT%{_javadir}/maven-surefire/testng.jar
%add_to_maven_depmap org.apache.maven.surefire surefire-testng %{version} JPP/maven-surefire testng
install -pm 644 surefire-providers/surefire-testng/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.maven-surefire-testng.pom

%add_to_maven_depmap org.apache.maven.surefire providers %{version} JPP/maven-surefire providers
install -pm 644 surefire-providers/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.maven-surefire-providers.pom

install -pm 644 maven-failsafe-plugin/target/maven-failsafe-plugin*.jar $RPM_BUILD_ROOT%{_javadir}/maven-failsafe-plugin.jar
%add_to_maven_depmap org.apache.maven.plugins maven-failsafe-plugin %{version} JPP maven-failsafe-plugin
install -pm 644 maven-failsafe-plugin/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-maven-failsafe-plugin.pom

install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.maven-surefire-main.pom
%add_to_maven_depmap org.apache.maven.surefire surefire %{version} JPP/maven-surefire main

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# Create compatibility links
ln -s %{_javadir}/maven-surefire/api.jar \
      $RPM_BUILD_ROOT%{_javadir}/maven-surefire/surefire.jar

install -dm 755 $RPM_BUILD_ROOT%{_datadir}/maven2/plugins
ln -s %{_javadir}/maven-surefire/maven-plugin.jar \
      $RPM_BUILD_ROOT%{_datadir}/maven2/plugins/surefire-plugin.jar

ln -s %{_javadir}/maven-surefire/report-maven-plugin.jar \
      $RPM_BUILD_ROOT%{_datadir}/maven2/plugins/surefire-report-plugin.jar

%pre javadoc
# workaround for rpm bug, can be removed in F-18
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :


%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%dir %{_javadir}/maven-surefire
%{_javadir}/maven-surefire/api.jar
%{_javadir}/maven-surefire/booter.jar
%{_javadir}/maven-surefire/surefire.jar
%{_javadir}/maven-surefire/common.jar
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files plugin
%defattr(-,root,root,-)
%{_javadir}/maven-surefire/maven-plugin.jar
%dir %{_datadir}/maven2/plugins
%{_datadir}/maven2/plugins/surefire-plugin.jar

%files report-plugin
%defattr(-,root,root,-)
%{_javadir}/maven-surefire/report-maven-plugin.jar
%dir %{_datadir}/maven2/plugins
%{_datadir}/maven2/plugins/surefire-report-plugin.jar

%files provider-junit
%defattr(-,root,root,-)
%{_javadir}/maven-surefire/junit.jar
%{_javadir}/maven-surefire/common-junit.jar

%files provider-junit4
%defattr(-,root,root,-)
%{_javadir}/maven-surefire/junit4.jar
%{_javadir}/maven-surefire/junit47.jar
%{_javadir}/maven-surefire/common-junit4.jar

%files provider-testng
%defattr(-,root,root,-)
%{_javadir}/maven-surefire/testng.jar

%files -n maven-failsafe-plugin
%defattr(-,root,root,-)
%{_javadir}/maven-failsafe-plugin.jar

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7.2-3
+ Revision: 7ad949e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17646 |14mr|maven-timestamp-plugin-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           maven-timestamp-plugin
Version:        1.0
Release:        6
Summary:        Provides formatted timestamps for maven builds

Group:          Development/Java
License:        ASL 2.0
URL:            http://code.google.com/p/maven-timestamp-plugin
### upstream only provides binaries or source without build scripts
# tar creation instructions
# svn export http://maven-timestamp-plugin.googlecode.com/svn/tags/maven-timestamp-plugin-1.0 maven-timestamp-plugin
# tar cf maven-timestamp-plugin-1.0.tar maven-timestamp-plugin 
# xz maven-timestamp-plugin-1.0.tar
Source0:        maven-timestamp-plugin-1.0.tar.xz
# remove previous timestamp plugin version from build
Patch0:         001_build_without_timestamps.patch
BuildArch:      noarch

BuildRequires:  java-devel
BuildRequires:  jpackage-utils
BuildRequires:  maven2
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-source-plugin
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-release-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-surefire-plugin
BuildRequires:  maven-surefire-provider-junit4

Requires:       java 
Requires:       jpackage-utils

Requires(post):   jpackage-utils
Requires(postun): jpackage-utils

%description
There are a few ways to get a timestamp in your maven build. Unfortunately 
most of them make you jump through giant hoops. This maven plugin makes it 
as simple as 1-2-3 to create a timestamp at your disposal.
Also, it enables you to use the syntax of SimpleDateFormat to form custom 
formatted dates. 


%package javadoc
Summary:        Javadocs for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils

%description javadoc
This package contains the API documentation for %{name}.


%prep
%setup -q -n %{name}
%patch0 -p 1
cat > README << EOT
%{name}-%{version}

%{description}
EOT


%build
mvn install javadoc:javadoc


%install
mkdir -p %{buildroot}%{_javadir}

# jar
install -Dp -m 644 target/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}.jar

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp target/site/apidocs/  %{buildroot}%{_javadocdir}/%{name}

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml  \
  %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom

%add_to_maven_depmap com.keyboardsamurais.maven %{name} %{version} JPP %{name}


%files
%defattr(-,root,root,-)
%doc README
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*
%{_javadir}/*

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-6
+ Revision: 2a36a94
- Use non-local maven



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17647 |14mr|maven-wagon-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%global bname     wagon

# FIXME1: wagon-scm has been disabled for now due to maven-scm dependency
# FIXME2: haltOnFailure/Error has been set to false for
# wagon-http/wagon-ssh-external tests due to failures.

Name:           maven-%{bname}
Version:        1.0
Release:        2
Summary:        Tools to manage artifacts and deployment
License:        ASL 2.0
Group:          Development/Java
URL:            http://maven.apache.org/wagon
# svn export http://svn.apache.org/repos/asf/maven/wagon/tags/wagon-1.0/ && tar czf wagon-1.0.tgz wagon-1.0 
Source0:        wagon-1.0.tar.gz
Source1:        wagon-1.0-jpp-depmap.xml
Patch1:         disable-tck.patch

BuildArch:      noarch
BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  ant >= 0:1.6
BuildRequires:  junit
BuildRequires:  maven2 >= 0:2.0.8
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
#BuildRequires:  maven-project-info-reports-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-surefire-plugin
BuildRequires:  maven-surefire-provider-junit
#BuildRequires:  maven-enforcer-plugin
#BuildRequires:  maven2-default-skin
BuildRequires:  plexus-maven-plugin
#BuildRequires:  maven-scm-test
BuildRequires:  xerces-j2
BuildRequires:  classworlds
BuildRequires:  nekohtml
BuildRequires:  concurrent
BuildRequires:  ganymed-ssh2
BuildRequires:  apache-commons-codec
BuildRequires:  jakarta-commons-collections
BuildRequires:  apache-commons-net
BuildRequires:  jakarta-commons-httpclient
#BuildRequires:  apache-commons-logging
#BuildRequires:  jakarta-slide-webdavclient
BuildRequires:  jsch
BuildRequires:  jtidy
BuildRequires:  plexus-container-default
BuildRequires:  plexus-interactivity
BuildRequires:  plexus-utils
#BuildRequires:  tomcat5
BuildRequires:  servletapi5
BuildRequires:  xml-commons-apis
BuildRequires:  easymock

Requires:       ganymed-ssh2
Requires:       jakarta-commons-httpclient
Requires:       apache-commons-net
#Requires:       jakarta-slide-webdavclient
Requires:       jsch
Requires:       jtidy
Requires:       plexus-interactivity
Requires:       plexus-utils
Requires:       xml-commons-apis
Requires:       nekohtml
Requires:       xerces-j2

%description
Maven Wagon is a transport abstraction that is used in Maven's
artifact and repository handling code. Currently wagon has the
following providers:
* File
* HTTP
* FTP
* SSH/SCP
* WebDAV (in progress)

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package manual
Summary:        Documents for %{name}
Group:          Development/Java

%description manual
Documents for %{name}.

%prep
%setup -q -n %{bname}-%{version}

#FIXME: have to drop wagon-webdav-jackrabbit until jackrabbit is available
sed -i "s|<module>wagon-webdav-jackrabbit</module>|<!-- <module>wagon-webdav-jackrabbit</module> -->|" wagon-providers/pom.xml

%patch1 -p0

# To wire out jetty, plexus-avalon-personality and plexus-ftpd requirement
rm -f wagon-providers/wagon-ftp/src/test/java/org/apache/maven/wagon/providers/ftp/FtpWagonTest.java
rm -f wagon-providers/wagon-http-lightweight/src/test/java/org/apache/maven/wagon/providers/http/LightweightHttpWagonTest.java
rm -f wagon-providers/wagon-http-lightweight/src/test/java/org/apache/maven/wagon/providers/http/LightweightHttpWagonGzipTest.java
rm -f wagon-providers/wagon-http/src/test/java/org/apache/maven/wagon/providers/http/HttpWagonTest.java
rm -f wagon-providers/wagon-http/src/test/java/org/apache/maven/wagon/providers/http/HttpWagonGzipTest.java
#rm -f wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java
rm -f wagon-provider-test/src/main/java/org/apache/maven/wagon/http/HttpWagonTestCase.java

%build
mvn \
        -Dmaven2.jpp.depmap.file=%{SOURCE1} \
        -Dmaven.test.failure.ignore=true \
        -Dmaven.test.skip=true \
        install javadoc:aggregate

%install
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/%{name}

install -m 644 \
  wagon-provider-api/target/wagon-provider-api-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/provider-api.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-provider-api %{version} JPP/%{name} provider-api

install -m 644 \
  wagon-providers/wagon-file/target/wagon-file-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/file.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-file %{version} JPP/%{name} file

install -m 644 \
  wagon-providers/wagon-ftp/target/wagon-ftp-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/ftp.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-ftp %{version} JPP/%{name} ftp

install -m 644 \
  wagon-providers/wagon-http/target/wagon-http-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/http.jar

%add_to_maven_depmap org.apache.maven.wagon wagon-http %{version} JPP/%{name} http

install -m 644 \
  wagon-providers/wagon-http-lightweight/target/wagon-http-lightweight-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/http-lightweight.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-http-lightweight %{version} JPP/%{name} http-lightweight

install -m 644 \
  wagon-providers/wagon-http-shared/target/wagon-http-shared-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/http-shared.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-http-shared %{version} JPP/%{name} http-shared

install -m 644 \
  wagon-providers/wagon-scm/target/wagon-scm-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/scm.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-scm %{version} JPP/%{name} scm

install -m 644 \
  wagon-providers/wagon-ssh/target/wagon-ssh-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/ssh.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-ssh %{version} JPP/%{name} ssh

install -m 644 \
  wagon-providers/wagon-ssh-common/target/wagon-ssh-common-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/ssh-common.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-ssh-common %{version} JPP/%{name} ssh-common

install -m 644 \
  wagon-providers/wagon-ssh-common-test/target/wagon-ssh-common-test-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/ssh-common-test.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-ssh-common-test %{version} JPP/%{name} ssh-common-test

install -m 644 \
  wagon-providers/wagon-ssh-external/target/wagon-ssh-external-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/ssh-external.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-ssh-external %{version} JPP/%{name} ssh-external

#Until webdav is available, map it to an empty dep
#install -m 644 \
#  wagon-providers/wagon-webdav-jackrabbit/target/wagon-webdav-jackrabbit-%{version}.jar \
#  $RPM_BUILD_ROOT%{_javadir}/%{name}/web-jackrabbit-%{version}.jar
#%%add_to_maven_depmap org.apache.maven.wagon wagon-webdav-jackrabbit %{version} JPP/%{name} webdav-jackrabbit

#install -m 644 \
#  wagon-providers/wagon-webdav/target/wagon-webdav-%{version}.jar \
#  $RPM_BUILD_ROOT%{_javadir}/%{name}/webdav-%{version}.jar
#%%add_to_maven_depmap org.apache.maven.wagon wagon-webdav %{version} JPP/%{name} webdav

install -m 644 \
  wagon-provider-test/target/wagon-provider-test-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}/provider-test.jar
%add_to_maven_depmap org.apache.maven.wagon wagon-provider-test %{version} JPP/%{name} provider-test

# poms
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -m 644 pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-wagon.pom
install -m 644 wagon-provider-api/pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-provider-api.pom
install -m 644 wagon-provider-test/pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-provider-test.pom
install -m 644 wagon-providers/pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-providers.pom
install -m 644 wagon-providers/wagon-file/pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-file.pom
install -m 644 wagon-providers/wagon-ftp/pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-ftp.pom
install -m 644 wagon-providers/wagon-http-shared/pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-http-shared.pom
install -m 644 wagon-providers/wagon-http-lightweight/pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-http-lightweight.pom
install -m 644 wagon-providers/wagon-http/pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-http.pom
install -m 644 wagon-providers/wagon-scm/pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-scm.pom
install -m 644 wagon-providers/wagon-ssh-common/pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-ssh-common.pom
install -m 644 wagon-providers/wagon-ssh-common-test/pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-ssh-common-test.pom
install -m 644 wagon-providers/wagon-ssh-external/pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-ssh-external.pom
install -m 644 wagon-providers/wagon-ssh/pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-ssh.pom
#install -m 644 wagon-providers/wagon-webdav/pom.xml \
#    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.maven-wagon-webdav.pom

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# manual
install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
#install -m 644 wagon-provider-api/LICENSE.txt \
#                $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}

#%if %{with_maven}
#cp -pr wagon-site/target/site/* \
#                $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
#%endif


%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_datadir}/maven2/poms/*.pom
%{_mavendepmapfragdir}

%files javadoc
%doc %{_javadocdir}/%{name}

%files manual
%doc %{_docdir}/%{name}-%{version}


%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: 7f9a416
- Rebuild to main repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17648 |14mr|mawk-1.3.3-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An interpreter for the awk programming language
Name:		mawk
Version:	1.3.3
Release: 	17
License:	GPLv2+
Group:		Development/Other
URL:		http://www.math.fu-berlin.de/~leitner/mawk/
Source0:	mawk1.3.3.tar.bz2
Patch0:		mawk1.2.2-prefix.patch
Patch1:		mawk1.3.3-LDFLAGS.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Mawk is a version of the awk programming language.  Awk interprets a 
special-purpose programming language to do quick text pattern matching
and reformatting.  Mawk improves on awk in certain ways and can 
sometimes outperform gawk, the standard awk program for Linux.  Mawk
conforms to the POSIX 1003.2 (draft 11.3) definition of awk.

You should install mawk if you use awk.

%prep

%setup -q
%patch0 -p1
%patch1 -p0 -b .LDFLAGS
chmod -R a+r .

%build
# (Dadou) Don't use configure macro, it doesn't work
# no need for --libdir, since there is only binary and man
MATHLIB="-lm" LDFLAGS="%{ldflags}" ./configure

OPT_FLAGS=`echo "$RPM_OPT_FLAGS" | sed -e "s/-ffast-math//g"`
make CFLAGS="$OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/mawk
%{_mandir}/man1/*
%doc ACKNOWLEDGMENT CHANGES INSTALL README





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.3-17
+ Revision: 3d67038
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17649 |14mr|mc-4.8.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# experimental vfs, gpm and aspell enable
%bcond_without mrb

# avoid dependency on X11 libraries
%bcond_with x11

%bcond_with mc46_style

Summary:	A user-friendly file manager and visual shell
Name:		mc
Version:	4.8.13
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://www.midnight-commander.org/
Source0:	http://ftp.midnight-commander.org/%{name}-%{version}.tar.xz
# Highlight hidden files and dirs with black and
# whitespaces (in mcedit) with bright red like it was in mc 4.6.3 aka Russian fork
Patch0:		mc-4.8.12-old-style-defaults.patch
Patch1:		mc-4.7.0.2-do-not-mark-tabs.patch
# I'll keep it for now, if applied in the future
# releases, to be dropped
Patch2:		mc-4.7.0-pre2-decent_defaults.patch
#
Patch3:		mc-4.7.2-bash_history.patch
BuildRequires:	bison
BuildRequires:	gettext-devel
BuildRequires:	gpm-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(slang)
%if %{with mrb}
BuildRequires:	groff
BuildRequires:	aspell-devel
BuildRequires:	pkgconfig(libssh2) >= 1.2.5
Requires:	aspell-en
%endif
%if %{with x}
BuildRequires:	pkgconfig(x11)
%endif
Requires:	groff

%description
Midnight Commander is a visual shell much like a file manager, only with way
more features.  It is text mode, but also includes mouse support if you are
running GPM.  Its coolest feature is the ability to ftp, view tar, zip
files, and poke into RPMs for specific files.

%files -f %{name}.lang
%doc NEWS README
%{_libdir}/mc
%{_datadir}/mc
%{_sysconfdir}/profile.d/*
%{_sysconfdir}/mc
%{_bindir}/mc
%{_bindir}/mcdiff
%{_bindir}/mcedit
%{_bindir}/mcview
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%if %{with mc46_style}
%patch0 -p1 -b .mc46-style
%else
%patch1 -p0 -b .tabs
%endif
# Reversed (or previously applied) patch detected!
#%%patch2 -p0 -b .decent_defaults
%patch3 -p1 -b .bash_history

sed -i 's:|hxx|:|hh|hpp|hxx|:' misc/syntax/Syntax.in

%build
#autoreconf -fi
#%%serverbuild
export X11_WWW="www-browser"
export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE %{optflags} -Wno-strict-aliasing"
%configure2_5x \
	--with-debug \
	--enable-dependency-tracking \
	--without-included-gettext \
	--without-included-slang \
	--with-screen=slang \
	--with-search-engine=glib \
	--enable-nls \
	--enable-charset \
	--enable-largefile \
	--disable-rpath \
	--with-mcfs \
	--enable-extcharset \
	--with-ext2undel \
	--with-mmap \
	--enable-vfs-smb \
%if %{with mrb}
	--enable-vfs-sftp \
	--with-gpm-mouse \
	--enable-aspell \
%endif
%if %{without x}
	--without-x
%endif

%make

%install
#sed -i -e 's/rm -f \"/rm -rf \"/g' contrib/mc-wrapper.sh
%makeinstall_std

#install -m644 contrib/mc.sh -D %{buildroot}%{_sysconfdir}/profile.d/20mc.sh
#install -m644 contrib/mc.csh -D %{buildroot}%{_sysconfdir}/profile.d/20mc.csh

install -d -m 755 %{buildroot}%{_sysconfdir}/profile.d
install contrib/{mc.sh,mc.csh} %{buildroot}%{_sysconfdir}/profile.d

%find_lang %{name} --with-man


%changelog
* Tue Sep 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.8.13-1
+ Revision: 8844bee
- New version 4.8.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17650 |14mr|mcal-0.7-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Modular Calendar Access Library
Name:		mcal
Version:	0.7
Release:	20
Group:		System/Libraries
License:	GPLv2+
Url:		http://mcal.chek.com/
Source0:	lib%{name}-%{version}.tar.gz
Source1:	mcaldrivers-0.9.tar.gz
Patch0:		libmcal-make.patch
Patch2:		mcal-mstore_calendar_path.patch
Patch3:		libmcal-0.7-gcc-4.0-fix.patch
Patch4:		libmcal-0.7-flexfix.diff
Patch5:		libmcal-0.7-flex-2.5.37.patch
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	pam-devel

%description
libmcal is a C library for accessing calendars. It's written to be very
modular, with plugable drivers.

%package -n	%{libname}
Summary:        Modular Calendar Access Library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with mcal.

%package -n	%{devname}
Summary:	MCAL header files
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}   

%description -n	%{devname}
Header files for MCAL-based programs development.

%prep

%setup -q -n lib%{name} -a1
mv -f mcal-drivers/* .
rm -rf mcal-drivers
%patch0 -p1 -b .make
%patch2 -p0 -b .calpath
%patch3 -p1 -b .gcc4_0
%patch4 -p0 -b .flex
%patch5 -p1

# lib64 fix
sed -i -e "s|/lib\b|/%{_lib}|g" Makefile*

%build
export OPTFLAGS="%{optflags} -fPIC -D_REENTRANT"

%make -C icap
%make -C mstore

%configure2_5x \
	--disable-static \
	--with-icap \
	--with-mstore

%make

%install
%makeinstall_std

mv -f mstore/Changelog Changelog.mstore
mv -f mstore/README README.mstore

install -d -m 1777 %{buildroot}/var/lib/calendar
mkdir -p %{buildroot}%{_sysconfdir}
touch %{buildroot}%{_sysconfdir}/mpasswd

%files -n %{libname}
%config(noreplace) %{_sysconfdir}/mpasswd
%{_libdir}/libmcal.so.%{major}*
/var/lib/calendar

%files -n %{devname}
%doc CHANGELOG FAQ-MCAL FEATURE-IMPLEMENTATION HOW-TO-MCAL *.mstore
%{_libdir}/lib*.so
%{_includedir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-20
+ Revision: 81b7595
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17651 |14mr|mcpp-2.7.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %name %major
%define develname	%mklibname %name -d

Name:		       	mcpp
Summary:    		Alternative C/C++ preprocessor
Version:    		2.7.2
Release:    		6
License:    		BSD
Group:      		Development/C++
Source:     		http://downloads.sourceforge.net/%name/%name-%version.tar.gz
# fedora patches
Patch0:     		mcpp-manual.html.patch
# From http://www.zeroc.com/forums/patches/4445-patch-1-mcpp-2-7-2-a.html
Patch1:     		patch.mcpp.2.7.2.txt
URL:        		http://mcpp.sourceforge.net/
Requires:		%libname = %version-%release

%description
C/C++ preprocessor defines and expands macros and processes '#if',
'#include' and some other directives.

MCPP is an alternative C/C++ preprocessor with the highest conformance.
It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98.
MCPP is especially useful for debugging a source program which uses
complicated macros and also useful for checking portability of a source.

Though mcpp could be built as a replacement of GCC's resident
proprocessor or as a stand-alone program without using library build of
mcpp, this package installs only a program named 'mcpp' which links
shared library of mcpp and behaves independent from GCC.

%files
%_bindir/*
%_mandir/man1/*
%_defaultdocdir/%name

#-------------------------------------------------------------------------

%package -n		%libname
Summary:		Libraries for %name
Group:			System/Libraries

%description -n		%libname
This package provides the libraries for mcpp.

%files -n		%libname
%defattr(-,root,root)
%_libdir/*.so.%{major}*

#-------------------------------------------------------------------------

%package -n		%develname
Summary:		Development files for %name
Group:			Development/Other
Requires:		%name = %version-%release
Provides:		%name-devel = %version-%release

%description -n 	%develname
This package contains development files for %name.

%files -n		%develname
%defattr(-,root,root)
%_libdir/*.so
%_includedir/*

#-------------------------------------------------------------------------
	
%prep
%setup -q
%patch0 -p0 -b -z.euc-jp
%patch1 -p1

autoreconf -fi

%build
%configure --enable-mcpplib --disable-static
%make 

%install
%makeinstall 



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7.2-6
+ Revision: 792114f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17652 |14mr|mcs-0.7.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libmcs

%define major 1
%define libname %mklibname %name %{major}
%define develname %mklibname -d %{name}

Summary:	Modular Config System
Name:		mcs
Version:	0.7.2
Release:	4
License:	BSD
Group:		System/Libraries
Url:		http://www.atheme.org/projects/mcs.shtml
Source0:	http://distfiles.atheme.org/%{oname}-%{version}.tbz2
Patch:		libmcs-0.7.1-linking.patch
BuildRequires:	pkgconfig(libmowgli)
BuildRequires:	pkgconfig(gconf-2.0)

%description
mcs is a library and set of userland tools which abstract the storage
of configuration settings away from userland applications.

It is hoped that by using mcs, that the applications which use it will
generally have a more congruent feeling in regards to settings.

There have been other projects like this before (such as GConf), but
unlike those projects, mcs strictly handles abstraction. It does not
impose any specific data storage requirement, nor is it tied to any
desktop environment or software suite.

%package -n %{libname}
Group:		System/Libraries
Summary:	Modular Config System shared library
Requires:	%{name} >= %{version}

%description -n %{libname}
mcs is a library and set of userland tools which abstract the storage
of configuration settings away from userland applications.

It is hoped that by using mcs, that the applications which use it will
generally have a more congruent feeling in regards to settings.

There have been other projects like this before (such as GConf), but
unlike those projects, mcs strictly handles abstraction. It does not
impose any specific data storage requirement, nor is it tied to any
desktop environment or software suite.

%package -n %{develname}
Group:		Development/C
Summary:	Modular Config System shared library
Requires:	%{libname} = %{version}-%{release}
Provides:	libmcs-devel = %{version}-%{release}

%description -n %{develname}
mcs is a library and set of userland tools which abstract the storage
of configuration settings away from userland applications.

It is hoped that by using mcs, that the applications which use it will
generally have a more congruent feeling in regards to settings.

There have been other projects like this before (such as GConf), but
unlike those projects, mcs strictly handles abstraction. It does not
impose any specific data storage requirement, nor is it tied to any
desktop environment or software suite.

%package gconf
Group:		System/Libraries
Summary:	Modular Config System - GConf backend
Requires:	%{name} = %{version}-%{release}

%description gconf
mcs is a library and set of userland tools which abstract the storage
of configuration settings away from userland applications.

It is hoped that by using mcs, that the applications which use it will
generally have a more congruent feeling in regards to settings.

There have been other projects like this before (such as GConf), but
unlike those projects, mcs strictly handles abstraction. It does not
impose any specific data storage requirement, nor is it tied to any
desktop environment or software suite.

%prep
%setup -q -n %{oname}-%{version}
%patch -p1 -b .linking

%build
%configure2_5x --disable-kconfig
%make

%install
%makeinstall_std

%files
%doc AUTHORS TODO README
%{_bindir}/mcs-*
%dir %{_libdir}/mcs/
%{_libdir}/mcs/keyfile.so

%files gconf
%{_libdir}/mcs/gconf.so

%files -n %{libname}
%{_libdir}/libmcs.so.%{major}*

%files -n %{develname}
%{_libdir}/libmcs.so
%{_libdir}/pkgconfig/libmcs.pc
%{_includedir}/libmcs/





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.2-4
+ Revision: 430fc97
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17653 |14mr|mdadm-3.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# we want to install in /sbin, not /usr/sbin...
%define _exec_prefix %{nil}
%define _sbindir /sbin
%define _usrsbindir /usr/sbin
#define git %{nil}

Name:		mdadm
Version:	3.2.5
Release:	3
Summary:	A tool for managing Soft RAID under Linux
Group:		System/Kernel and hardware
License:	GPLv2+
URL:		http://www.kernel.org/pub/linux/utils/raid/mdadm/
Source0:	http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{!?git:%version}%{?git:%git}.tar.xz
%if %{?git:0}%{?!git:1}
Source1:	http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.sign
%endif
Patch0:		mdadm-3.2.5-fix-build.diff
# From Fedora, slightly modified
Patch1:		mdadm-3.2.3-udev.patch
# don't use -Werror flag
Patch2:		mdadm-3.2.4-mdv-no_werror.patch
# From Fedora, slightly modified
Source2:	mdadm.init
# From Fedora
Source3:	mdadm-raid-check
Source4:	mdadm-raid-check-sysconfig
Source5:	mdadm-cron
# From Fedora, modified because our initscripts do not use incremental assembly
# modification can be reverted only _after_ initscripts has been fixed and a
# conflict for older inistcripts is added (bluca)
Source6:	mdadm.rules
Source7:	mdmonitor.service
Source8:	mdmonitor-takeover.service
Source9:	%{name}-tmpfiles.conf
#
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
# udev rule used to be in udev package
Conflicts:	udev < 145-2
BuildRequires:	groff
BuildRequires:	binutils-devel
%if %mdvver >= 201200
BuildRequires:	systemd-units
%endif

%description
mdadm is a program that can be used to create, manage, and monitor
Linux MD (Software RAID) devices.

As such is provides similar functionality to the raidtools packages.
The particular differences to raidtools is that mdadm is a single
program, and it can perform (almost) all functions without a
configuration file (that a config file can be used to help with
some common tasks).

%prep
%setup -q %{?git:-n %name}
%apply_patches

echo "PROGRAM %{_sbindir}/mdadm-syslog-events" >> mdadm.conf-example

%build
%setup_compile_flags
make SYSCONFDIR="%{_sysconfdir}" CXFLAGS="%{optflags}"

%install
%makeinstall_std MANDIR=%{_mandir} BINDIR=%{_sbindir}

install -Dp -m 644 mdadm.conf-example %{buildroot}%{_sysconfdir}/mdadm.conf
install -Dp %{SOURCE2} %{buildroot}%{_initrddir}/mdadm
install -Dp %{SOURCE3} %{buildroot}%{_usrsbindir}/raid-check
install -Dp -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/raid-check
install -Dp -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/cron.d/raid-check
install -Dp misc/syslog-events %{buildroot}%{_sbindir}/mdadm-syslog-events
install -Dp -m 644 %{SOURCE6} %{buildroot}/lib/udev/rules.d/65-md-incremental.rules

%if %mdvver >= 201200
install -d -m 755 %{buildroot}%{_unitdir}
install -m 644 %{SOURCE7} %{buildroot}%{_unitdir}
install -m 644 %{SOURCE8} %{buildroot}%{_unitdir}
ln -s mdmonitor.service %{buildroot}%{_unitdir}/mdadm.service
install -D -m 644 %{SOURCE9} %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf
rm -rf %{buildroot}%{_initrddir}/mdadm
%endif

%post
%if %mdvver >= 201200
systemd-tmpfiles --create %{name}.conf
%endif
%_post_service mdadm

%preun
%_preun_service mdadm

%files
%doc TODO ChangeLog README.initramfs ANNOUNCE*
%{_sbindir}/mdadm
%{_sbindir}/mdadm-syslog-events
%{_sbindir}/mdmon
%{_usrsbindir}/raid-check
%config(noreplace) %{_sysconfdir}/cron.d/raid-check
%config(noreplace,missingok) %{_sysconfdir}/mdadm.conf
%config(noreplace) %{_sysconfdir}/sysconfig/raid-check
/lib/udev/rules.d/64-md-raid.rules
/lib/udev/rules.d/65-md-incremental.rules
%if %mdvver >= 201200
%{_unitdir}/*.service
%{_prefix}/lib/tmpfiles.d/%{name}.conf
%else
%{_initrddir}/mdadm
%endif
%{_mandir}/man*/md*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.5-3
+ Revision: 3c5f666
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17654 |14mr|mdds-0.10.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global do_mem_tests 0
%global do_perf_tests 0

Summary:	A collection of multi-dimensional data structures and indexing algorithms
Name:		mdds
Version:	0.10.3
Release:	3
Group:		Development/C++
License:	MIT
Url:		http://code.google.com/p/multidimalgorithm/
Source0:	http://kohei.us/files/%{name}/src/%{name}_%{version}.tar.bz2
BuildArch:	noarch

BuildRequires:	boost-devel
%if %{do_mem_tests}
BuildRequires:	valgrind
%endif

%description
A collection of multi-dimensional data structures and indexing algorithms.

It implements the following data structures:
* segment tree
* flat segment tree
* rectangle set
* point quad tree
* mixed type matrix

%package devel
Group:		Development/C++
Summary:	Headers for %{name}
Requires:	boost-devel

%description devel
Headers for %{name}.

%prep
%setup -qn %{name}_%{version}
# this is only used in tests
sed -i -e '/^CPPFLAGS/s/-Wall -Os/-Wall %{optflags}/' Makefile* configure*

%build
%configure2_5x
%make

%install
mkdir -p %{buildroot}/%{_includedir}
mkdir -p %{buildroot}/%{_datadir}/pkgconfig
mkdir %{buildroot}/%{_includedir}/mdds
cp -pr include/mdds/* %{buildroot}/%{_includedir}/mdds
cp misc/mdds.pc %{buildroot}/%{_datadir}/pkgconfig

%check
for t in fst pqt recset st; do
    make test.$t
done
%if %{do_perf_tests}
    for t in recset st; do
        make test.$t.perf
    done
    make test.stl
%endif
%if %{do_mem_tests}
    for t in fst pqt recset st; do
        make test.$t.mem
    done
%endif

%files devel
%doc AUTHORS NEWS README
%{_includedir}/mdds
%{_datadir}/pkgconfig/mdds.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.3-3
+ Revision: b338967
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17655 |14mr|mdkonline-2.77.27-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA Online Update Tool
Name:		mdkonline
Version:	2.77.27
Release:	2
Source0:	%{name}-%{version}.tar.xz
Patch0:		mdkonline-2.77.22.local.to.global.patch
Patch1:         mdv-to-rosa.patch
Patch2:         rosa.fixed.mirrorlist.patch
Patch3:		mdkonline-2.77.22-pamd.patch
URL:		http://www.rosalinux.com
License:	GPL
Group:		System/Configuration/Other
# for LWP::UserAgent:
Requires:	perl-libwww-perl
Requires: rpmdrake >= 5.11.1

# For adding restricted media:
Requires: perl-Crypt-SSLeay
# for good gurpmi:

Requires: urpmi >= 6.17
Requires: gurpmi >= 6.17
Requires:   libdrakx-net >= 0.29

Provides:   %{name}-backend = %{version}-%{release}
Obsoletes:  %{name}-backend < %{version}-%{release}
BuildRequires:	gettext, perl-MDK-Common-devel
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildArch:	noarch

%description
The ROSA Online tool allows users to be kept informed about security
updates, hardware support/enhancements and other high value services.
The package include :
* Update daemon which allows you to install security updates 
  automatically,
* A KDE/Gnome/IceWM compliant applet for security updates notification
  and installation. 

%prep
%setup -q

# mdkonline-2.77.22.local.to.global.patch
%patch0 -p1 -b .global
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
perl -pi -e 's!my \$ver = 1;!my \$ver = '"'%version-%release'"';!' mdkapplet

%install
rm -rf $RPM_BUILD_ROOT
make PREFIX=$RPM_BUILD_ROOT MANDRIVA_VERSION=%{mandriva_release} install

#symbolic link to drakonline and older path
mkdir -p %buildroot%_prefix/X11R6/bin/

mkdir -p %buildroot%_sysconfdir/cron.daily/
touch %buildroot%_sysconfdir/cron.daily/mdkupdate

%if %mdkversion < 201100
mkdir -p $RPM_BUILD_ROOT%_sysconfdir/X11/xinit.d
cat > $RPM_BUILD_ROOT%_sysconfdir/X11/xinit.d/mdkapplet <<EOF
#!/bin/sh
DESKTOP=\$1
case \$DESKTOP in
   IceWM|Fluxbox) exec /usr/bin/mdkapplet;;
esac
EOF

chmod +x $RPM_BUILD_ROOT%_sysconfdir/X11/xinit.d/mdkapplet
%endif

#install lang
%{find_lang} %{name}

mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart
cat > $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/mandriva-mdvonline.desktop <<EOF
[Desktop Entry]
Name=Mandriva Online Applet
Comment=Applet for Mandriva Online
Exec=%{_bindir}/mdkapplet
Icon=mdkonline
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-System-Configuration-Networking;Settings;Network;
X-KDE-autostart-after=kdesktop
EOF

#add consolehelper path to mdkapplet-config, mdkapplet-add-media-helper and mdkapplet-upgrade-helper

# console user, ask for root password
for pak in mdkapplet-config mdkapplet-add-media-helper mdkapplet-upgrade-helper; do
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak <<EOF
USER=root
PROGRAM=/usr/sbin/$pak
FALLBACK=false
SESSION=true
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d
		cat > %{buildroot}%{_sysconfdir}/pam.d/$pak  <<EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF
done

# console user, no ask for root password
for pak in mdkapplet-config; do
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak <<EOF
USER=root
PROGRAM=/usr/sbin/$pak
FALLBACK=false
SESSION=true
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d
		cat > %{buildroot}%{_sysconfdir}/pam.d/$pak  <<EOF
#%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF
done

#fix edit-urpm-sources.pl call - use drakrpm-edit-media instead for properly pam rule work
sed -e 's/edit-urpm-sources.pl/drakrpm-edit-media/' -i %{buildroot}%{_bindir}/mdkapplet

%post
%{update_desktop_database}
%{update_mime_database}

if [ -r /etc/cron.daily/mdkupdate ]; then
  perl -p -i -e 's!/usr/bin/mdkupdate!/usr/sbin/mdkupdate!' /etc/cron.daily/mdkupdate
fi

%postun
%{clean_desktop_database}
%{clean_mime_database}

%files -f %{name}.lang
%defattr(-,root,root)
%doc COPYING 
%{_sbindir}/mdkapplet-config
%{_sbindir}/mdkapplet-*-helper
%{_sbindir}/mdkupdate
%{_bindir}/*
%dir %{_prefix}/lib/libDrakX/drakfirsttime
%{_prefix}/lib/libDrakX/drakfirsttime/*.pm
%{_sysconfdir}/xdg/autostart/mandriva-*.desktop
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%_datadir/mime/packages/*
%_datadir/mimelnk/application/
%{_datadir}/%{name}/pixmaps/*.png
%ghost %config(noreplace) %_sysconfdir/cron.daily/mdkupdate
%config(noreplace) %_sysconfdir/sysconfig/mdkapplet
%{_sysconfdir}/pam.d/*
%{_sysconfdir}/security/console.apps/*


##################################################################
#
#
# !!!!!!!! WARNING => THIS HAS TO BE EDITED IN THE CVS !!!!!!!!!!!
#
#
##################################################################
# get the source from our cvs repository (see
# http://www.mandrivalinux.com/en/cvs.php3)





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.77.27-2
+ Revision: b8aad62
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17656 |14mr|mds-2.4.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#%#define _use_internal_dependency_generator	0
%define __noautoreq 'pear\\(graph|pear\\(includes|pear\\(modules'

%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	Mandriva Management Directory Server
Name:		mds
Version:	2.4.2.2
Release:	2
License:	GPL
Group:		System/Servers
URL:		http://mds.mandriva.org
Source0:	http://mds.mandriva.org/pub/mds/sources/%{version}/%{name}-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  gettext-devel

%description
The Mandriva Management Directory Server.

%package -n	python-mmc-samba
Summary:	Mandriva Management Console SAMBA plugin
Group:		System/Servers
Requires:	acl
Requires:	pylibacl
Requires:	python-mmc-base >= 3.0.3
Requires:	python-smbpasswd
Requires:	samba-common

%description -n	python-mmc-samba
SAMBA management plugin for the MMC. It includes
SAMBA accounts and shares management.

%package -n	python-mmc-mail
Summary:	Mandriva Management Console base plugin
Group:		System/Servers
Suggests:	postfix
Suggests:	postfix-ldap
Requires:	python-mmc-base >= 3.0.3

%description -n	python-mmc-mail
Mail account management plugin for the MMC.

%package -n	python-mmc-proxy
Summary:	Mandriva Management Console proxy plugin
Group:		System/Servers
Requires:	python-mmc-base >= 3.0.3
Requires:	squid
Requires:	squidGuard

%description -n	python-mmc-proxy
Squidguard/Squid management plugin for the MMC.

%package -n	python-mmc-network
Summary:	Mandriva Management Console network plugin
Group:		System/Servers
Requires:	python-mmc-base >= 3.0.3
Suggests:	dhcp-server
Suggests:   	bind

%description -n	python-mmc-network
DNS/DHCP management plugin for the MMC.

This plugin requires a LDAP-patched version of ISC DHCPD and BIND9.

%package -n	python-mmc-bulkimport
Summary:	Mandriva Management Console bulkimport plugin
Group:		System/Servers
Requires:	python-mmc-base >= 3.0.3

%description -n	python-mmc-bulkimport
Mass import plugin for MMC.

The bulkimport plugin can be used to import or modify multiple
users with CSV files.

%package -n	python-mmc-sshlpk
Summary:	Mandriva Management Console sshlpk plugin
Group:		System/Servers
Requires:	python-mmc-base >= 3.0.3

%description -n	python-mmc-sshlpk
MMC agent SSH public key plugin.

This plugin allows to add SSH public keys to LDAP user entries.
These keys can then be retrieved by OpenSSH with the LDAP Public Key patch. See
http://code.google.com/p/openssh-lpk/

%package -n	python-mmc-userquota
Summary:	Mandriva Management Console userquota plugin
Group:		System/Servers
Requires:	python-mmc-base >= 3.0.3
Requires:	quota

%description -n	python-mmc-userquota
MMC quota plugin.

This plugin allows to add user quota on filesystem. It also provide a ldap
attribute for network quotas.

%package -n	mmc-web-mail
Summary:	Postfix/Mail module for the MMC web interface
Group:		System/Servers
Requires:	postfix
Requires:	mmc-web-base >= 3.0.3
%if %mdkversion >= 201200 && %{_use_internal_dependency_generator}
# add buggy self dependencies
Provides:	pear(edit.php)
Provides:	pear(mail-xmlrpc.php)
Provides:	pear(mail.inc.php)
%endif

%description -n	mmc-web-mail
Mandriva Management Console web interface designed by Linbox.

This is the Mail module.

%package -n	mmc-web-network
Summary:	DNS/DHCP management module for the MMC web interface
Group:		System/Servers
Requires:	mmc-web-base >= 3.0.3
%if %mdkversion >= 201200 && %{_use_internal_dependency_generator}
# add buggy self dependencies
Provides:	pear(localSidebar.php)
Provides:	pear(servicedhcpfailover.php)
Provides:	pear(subnetedit.php)
%endif

%description -n	mmc-web-network
Mandriva Management Console web interface designed by Linbox.

This is the Network module.

%package -n	mmc-web-proxy
Summary:	SquidGuard module for the MMC web interface
Group:		System/Servers
Requires:	mmc-web-base >= 3.0.3
%if %mdkversion >= 201200 && %{_use_internal_dependency_generator}
# add buggy self dependencies
Provides:	pear(localSidebar.php)
%endif

%description -n	mmc-web-proxy
Mandriva Management Console web interface designed by Linbox.

This is the Squid/SquidGuard module.

%package -n	mmc-web-samba
Summary:	SAMBA module for the MMC web interface
Group:		System/Servers
Requires:	mmc-web-base >= 3.0.3
%if %mdkversion >= 201200 && %{_use_internal_dependency_generator}
# add buggy self dependencies
Provides:	pear(user-xmlrpc.inc.php)
%endif

%description -n	mmc-web-samba
Mandriva Management Console web interface designed by Linbox.

This is the SAMBA module.

%package -n	mmc-web-bulkimport
Summary:	Bulk import module for the MMC web interface
Group:		System/Servers
Requires:	mmc-web-base >= 3.0.3

%description -n	mmc-web-bulkimport
Mandriva Management Console web interface designed by Linbox.

This is the bulk import module.

%package -n	mmc-web-sshlpk
Summary:	SSH public key module for the MMC web interface
Group:		System/Servers
Requires:	mmc-web-base >= 3.0.3
%if %mdkversion >= 201200 && %{_use_internal_dependency_generator}
# add buggy self dependencies
Provides:	pear(sshlpk-xmlrpc.php)
%endif

%description -n	mmc-web-sshlpk
Mandriva Management Console web interface designed by Linbox.

This is the SSH public key module.

%package -n	mmc-web-userquota
Summary:	User quota module for the MMC web interface
Group:		System/Servers
Requires:	mmc-web-base >= 3.0.3
%if %mdkversion >= 201200 && %{_use_internal_dependency_generator}
# add buggy self dependencies
Provides:	pear(userquota-xmlrpc.php)
Provides:	pear(userquota.php)
%endif

%description -n	mmc-web-userquota
Mandriva Management Console web interface designed by Linbox.

This is the userquota module.

%prep
%setup -q -n %{name}-%{version}

%build
%configure
make

%install
make DESTDIR="%{buildroot}" install
# cleanup
rm -f `find %{buildroot} -name *.pyo`
%find_lang mail
%find_lang network
%find_lang proxy
%find_lang samba
%find_lang bulkimport
%find_lang sshlpk
%find_lang userquota

%files -n python-mmc-mail
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/plugins/mail.ini
%{py_puresitedir}/mmc/plugins/mail

%files -n python-mmc-network
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/plugins/network.ini
%{py_puresitedir}/mmc/plugins/network

%files -n python-mmc-proxy
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/plugins/proxy.ini
%{py_puresitedir}/mmc/plugins/proxy

%files -n python-mmc-samba
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/plugins/samba.ini
%{py_puresitedir}/mmc/plugins/samba
%{_libdir}/mmc/add_machine_script
%{_libdir}/mmc/add_change_share_script
%{_libdir}/mmc/add_printer_script
%{_libdir}/mmc/delete_printer_script
%{_libdir}/mmc/delete_share_script

%files -n python-mmc-bulkimport
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/plugins/bulkimport.ini
%{py_puresitedir}/mmc/plugins/bulkimport

%files -n python-mmc-sshlpk
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/plugins/sshlpk.ini
%{py_puresitedir}/mmc/plugins/sshlpk

%files -n python-mmc-userquota
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/plugins/userquota.ini
%{py_puresitedir}/mmc/plugins/userquota

%files -n mmc-web-mail -f mail.lang
%dir %{_datadir}/mmc/modules/mail
%dir %{_datadir}/mmc/modules/mail/locale
%{_datadir}/mmc/modules/mail/*.php
%{_datadir}/mmc/modules/mail/aliases
%{_datadir}/mmc/modules/mail/domains
%{_datadir}/mmc/modules/mail/graph
%{_datadir}/mmc/modules/mail/includes

%files -n mmc-web-network -f network.lang
%dir %{_datadir}/mmc/modules/network
%dir %{_datadir}/mmc/modules/network/locale
%{_datadir}/mmc/modules/network/*.php
%{_datadir}/mmc/modules/network/dhcplogview
%{_datadir}/mmc/modules/network/dnslogview
%{_datadir}/mmc/modules/network/graph
%{_datadir}/mmc/modules/network/includes
%{_datadir}/mmc/modules/network/network

%files -n mmc-web-proxy -f proxy.lang
%dir %{_datadir}/mmc/modules/proxy
%dir %{_datadir}/mmc/modules/proxy/locale
%{_datadir}/mmc/modules/proxy/*.php
%{_datadir}/mmc/modules/proxy/blacklist
%{_datadir}/mmc/modules/proxy/graph
%{_datadir}/mmc/modules/proxy/includes

%files -n mmc-web-samba -f samba.lang
%dir %{_datadir}/mmc/modules/samba
%dir %{_datadir}/mmc/modules/samba/locale
%{_datadir}/mmc/modules/samba/*.php
%{_datadir}/mmc/modules/samba/config
%{_datadir}/mmc/modules/samba/includes
%{_datadir}/mmc/modules/samba/machines
%{_datadir}/mmc/modules/samba/shares
%{_datadir}/mmc/modules/samba/status
%{_datadir}/mmc/modules/samba/views

%files -n mmc-web-bulkimport -f bulkimport.lang
%dir %{_datadir}/mmc/modules/bulkimport
%dir %{_datadir}/mmc/modules/bulkimport/locale
%{_datadir}/mmc/modules/bulkimport/*.php
%{_datadir}/mmc/modules/bulkimport/import
%{_datadir}/mmc/modules/bulkimport/includes

%files -n mmc-web-sshlpk -f sshlpk.lang
%dir %{_datadir}/mmc/modules/sshlpk
%dir %{_datadir}/mmc/modules/sshlpk/locale
%{_datadir}/mmc/modules/sshlpk/*.php
%{_datadir}/mmc/modules/sshlpk/includes

%files -n mmc-web-userquota -f userquota.lang
%dir %{_datadir}/mmc/modules/userquota
%dir %{_datadir}/mmc/modules/userquota/locale
%{_datadir}/mmc/modules/userquota/*.php
%{_datadir}/mmc/modules/userquota/includes



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2.2-2
+ Revision: 5e5af56
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17657 |14mr|mdvinput-1.6.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: mdvinput
Version: 1.6.2
Release: 4
Summary:  Small programm for set keyboard, mouse and touchpad      

Group: Graphical desktop/Other          
License: GPLv2+            
Source0: http://mandriva-lxde.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:  mdvinput-1.6.2-missing-locale.patch
Patch1:	 mdvinput-1.6.2-fix-config.patch
URL:	http://mandriva-lxde.googlecode.com
Requires: python, pygtk2.0, python-configobj
Suggests: x11-driver-input-synaptics
Obsoletes: lxinput
BuildArch: noarch

%description

Small utilite for setup keyboard, mouse and touchpad.

%prep
%setup -q
%apply_patches

%install

mkdir -p %{buildroot}/usr
mkdir -p %{buildroot}/usr/lib
mkdir -p %{buildroot}%{_datadir}/applications

cp -rf ./bin %{buildroot}/usr/
cp -rf ./share %{buildroot}/usr/
cp -rf ./mdvinput %{buildroot}/usr/lib/

%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/locale/*
%{_datadir}/%{name}
/usr/lib/%{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.2-4
+ Revision: 7ca6f30
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17658 |14mr|mdvpkg-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mandriva_datadir %{_datadir}/mandriva
%define mandriva_docdir %{_datadir}/doc/mandriva

Name:           mdvpkg
Version:        0.8.1
Release:        1

Summary:        Mandriva D-Bus packaging abstraction layer
License:        GPL
Group:          Development/Python
Url:            https://github.com/downloads/jvdm/mdvpkg/%{name}-%{version}.tar.bz2

Source0:        %{name}-%{version}.tar.bz2

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:      noarch

Requires:       python >= 2.7
Requires:       python-dbus
Requires:       python-pyinotify
Requires:       python-rpm


%description
mdvpkg is a layer upon mandriva urpmi database to provide
non-privileged users access to package maintenance tasks (upgrade,
installing, searching) through a DBus interface. The following
features are aimed:

* D-Bus interface allowing the creation of specialized clients (like
  an update applet, or end-users application managers)

* Privilege management using PolicyKit

* Support for urpmi input (like dep choices)

* Command line client

* Python QT/QML widgets to manage package tasks

It is inspired on ideas from PackageKit and aptdaemon.


%prep
%setup -q


%build


%install
%__python setup.py install --root=%{buildroot}
rm -f %{buildroot}%{mandriva_datadir}/%{name}/%{name}-%{version}-py*.egg-info


%files
%defattr(-,root,root) 
%{_sbindir}/mdvpkgd
%{mandriva_datadir}/%{name}
%{_sysconfdir}/dbus-1/system.d/org.mandrivalinux.MdvPkg.conf
%{_datadir}/dbus-1/system-services/org.mandrivalinux.MdvPkg.service
%{_datadir}/polkit-1/actions/org.mandrivalinux.mdvpkg.policy
%doc doc/* README TODO



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.1-1
+ Revision: 5be49d5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17659 |14mr|mdv-rpm-summary-0.9.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Localization files for packages summaries
Name:		mdv-rpm-summary
Version:	0.9.4
Release:	7
License:	GPL
Group:		System/Internationalization
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	gettext
BuildArch:	noarch

%description
This package includes translations of summaries the Mandriva Linux packages.
They are used by rpmdrake.

%prep
%setup -q

%build
make

%install
%makeinstall_std PREFIX=%{buildroot}/

%find_lang rpm-summary-contrib rpm-summary-devel rpm-summary-main rpm-summary-non-free %{name}.lang

%files -f %{name}.lang 
%defattr(-,root,root,0755)


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.4-7
+ Revision: 2308042
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17660 |14mr|meanwhile-1.0.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 1
%define lib_name %mklibname %{name} %{lib_major}
%define lib_devel %mklibname %{name} -d

Summary:	Lotus Sametime Community Client library
Name:		meanwhile
Version:	1.0.2
Release:	10
License:	LGPLv2+
Group:		System/Libraries
URL:		http://meanwhile.sourceforge.net/
Source0: 	http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
Patch0:		meanwhile-1.0.2-fix-str-fmt.patch
Patch1:		http://ie.archive.ubuntu.com/gentoo-portage/net-libs/meanwhile/files/meanwhile-1.0.2-presence.patch
Patch2:		meanwhile-crash.patch
Patch3:		meanwhile-fix-glib-headers.patch

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	doxygen

%description
The heart of the Meanwhile Project is the Meanwhile library, providing the
basic Lotus Sametime session functionality along with the core services;
Presence, Messaging, Conferencing, and Storage. This extensible client
interface allows additional services to be added to a session at runtime,
allowing for simple integration of future service handlers such as
whiteboard, screen-sharing, and file transfer.

%package -n	%{lib_name}
Summary:	Library used for Lotus Sametime connectivity
Group:		Development/C

%description -n %{lib_name}
The heart of the Meanwhile Project is the Meanwhile library, providing the
basic Lotus Sametime session functionality along with the core services;
Presence, Messaging, Conferencing, and Storage. This extensible client
interface allows additional services to be added to a session at runtime,
allowing for simple integration of future service handlers such as
whiteboard, screen-sharing, and file transfer.

%package -n	%{lib_devel}
Summary:	Header files and libraries for %{name}
Group:		Development/C
Requires:	%{lib_name} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
%rename		%{_lib}%{name}1-devel

%description -n	%{lib_devel}
This package contains the header files and static libraries for %{name}.
If you would like to develop programs using %{name}, you will need to
install %{name}-devel.

%package -n	%{name}-doc
Summary:	Documentation for the %{name} library
Group:		Development/C
%rename		%{_lib}%{name}1-doc

%description -n	%{name}-doc
Documentation for the %{name} library. 

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p0 -b .crash~
%patch3 -p1 -b .glib~

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%files -n %{lib_name}
%doc AUTHORS ChangeLog README TODO
%{_libdir}/libmeanwhile.so.%{lib_major}*

%files -n %{lib_devel}
%{_includedir}/meanwhile
%{_libdir}/libmeanwhile.so
%{_libdir}/pkgconfig/meanwhile.pc

%files -n %{name}-doc
%{_datadir}/doc/%{name}-doc-%{version}/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-10
+ Revision: ccdc2c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17661 |14mr|media-player-info-21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Media Player Information
Name:		media-player-info
Version:	21
Release:	2
Group:		System/Kernel and hardware
License:	BSD
Url:		http://people.freedesktop.org/~teuf/media-player-info/
Source0:	http://people.freedesktop.org/~teuf/media-player-info/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python3
BuildRequires:	pkgconfig(udev)

%description
This is the freedesktop.org media player information database.

This package contains udev rules to identify media players as well as a 
compilation of .mpi files describing the media player capabilities of these
devices. This information used to live in hal-info, but it has been moved to 
its own package as part of the "halectomy".

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README NEWS
%dir %{_datadir}/media-player-info
 %{_datadir}/media-player-info/*.mpi
/lib/udev/rules.d/40-usb-media-players.rules
/lib/udev/hwdb.d/20-usb-media-players.hwdb


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 21-2
+ Revision: ab200cc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17662 |14mr|memcached-1.4.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	High-performance memory object caching system
Name:		memcached
Version:	1.4.13
Release:	3
License:	BSD
Group:		System/Servers
URL:		http://memcached.org/
Source0:	http://memcached.googlecode.com/files/%{name}-%{version}.tar.gz
Source2:	memcached.sysconfig
Source3:	memcached.logrotate
Source4:	memcached.service
# (cg) The test profileing stuff doesn't work
Patch0:		0001-Disable-test-profiling-as-it-doesn-t-seem-to-work.patch
Patch2:		memcached-1.4.5-disable-werror.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre):  rpm-helper
Requires(postun): rpm-helper
Requires:	cyrus-sasl sasl-plug-plain sasl-plug-crammd5
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	doxygen
BuildRequires:	libevent-devel
BuildRequires:	libsasl-devel cyrus-sasl sasl-plug-plain sasl-plug-crammd5
# Required by test suite
BuildRequires:	sasl-plug-sasldb
BuildRequires:	libxslt-proc
BuildRequires:	perl-devel

%description
memcached is a flexible memory object caching daemon designed to alleviate
database load in dynamic web applications by storing objects in memory. It's
based on libevent to scale to any size needed, and is  specifically optimized
to avoid swapping and always use non-blocking I/O.

%package	devel
Summary:	Files needed for development using memcached protocol
Group:		Development/C
Requires:	%{name} = %{version}-%{release}

%description	devel
Install memcached-devel if you are developing C/C++ applications that require
access to the memcached binary include files.

%prep
%setup -q
%patch0 -p1 -b .broken-test
%patch2 -p0 -b .werror

%build
autoreconf -fi
%serverbuild
%configure2_5x --enable-sasl
%make
make docs

#%%check
#export PATH="$PATH:/sbin:/usr/sbin"
#make test

%install
%makeinstall_std

install -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -m755 %{SOURCE4} -D %{buildroot}/lib/systemd/system/%{name}.service

install -m755 scripts/%{name}-tool %{buildroot}%{_bindir}/%{name}-tool
install -d %{buildroot}/var/run/%{name}

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%pre
%_pre_useradd %{name} /dev/null /bin/false

%postun
%_postun_userdel %{name}

%files
%doc AUTHORS* COPYING ChangeLog NEWS README
%doc doc/CONTRIBUTORS doc/protocol.txt doc/readme.txt
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(755,%{name},%{name}) %dir %{_localstatedir}/run/%{name}
%{_bindir}/%{name}-tool
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
/lib/systemd/system/%{name}.service

%files devel
%dir %{_includedir}/memcached
%{_includedir}/memcached/*.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.13-3
+ Revision: 54e7184
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17663 |14mr|memphis-0.2.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		0.2
%define gir_major	0.2
%define major		0
%define libname		%mklibname %{name} %{api} %{major}
%define devname		%mklibname -d %{name}
%define girname		%mklibname %{name}-gir %{gir_major}

Summary:	Map rendering application and library
Name:		memphis
Version:	0.2.3
Release:	7
Source0:	http://wenner.ch/files/public/mirror/memphis/%{name}-%{version}.tar.gz
License:	LGPLv2+
Group:		System/Libraries
Url:		https://trac.openstreetmap.ch/trac/memphis/
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	expat-devel

%description
Memphis is a map-rendering application and a library for OpenStreetMap
written in C using eXpat, Cairo and GLib.

Features:
 * Parsing of nodes and ways from a OSM XML export file.
 * XML file format to define drawing rules.
 * Dynamic adaptable drawing rules.
 * Cairo rendering engine.
 * GObject based API. 

%package -n %{libname}
Summary:	Map rendering library
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n %{libname}
Libmemphis is a map-rendering library for OpenStreetMap
written in C using eXpat, Cairo and GLib.

Features:
 * Parsing of nodes and ways from a OSM XML export file.
 * XML file format to define drawing rules.
 * Dynamic adaptable drawing rules.
 * Cairo rendering engine.
 * GObject based API. 

%package -n %{devname}
Summary:	Map rendering library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{devname}
Libmemphis is a map-rendering library for OpenStreetMap
written in C using eXpat, Cairo and GLib.

Features:
 * Parsing of nodes and ways from a OSM XML export file.
 * XML file format to define drawing rules.
 * Dynamic adaptable drawing rules.
 * Cairo rendering engine.
 * GObject based API. 

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

#we don't want these
rm -f %{buildroot}%{_libdir}/*.la


%files
%{_datadir}/%{name}

%files -n %{libname}
%doc README AUTHORS ChangeLog
%{_libdir}/lib%{name}-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Memphis-%{gir_major}.typelib

%files -n %{devname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/lib%{name}
%{_libdir}/lib%{name}-%{api}.so
%{_includedir}/lib%{name}-%{api}/
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_datadir}/gir-1.0/Memphis-%{gir_major}.gir



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.3-7
+ Revision: 50fb705
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17664 |14mr|memtest86+-4.20-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug package is empty and rpmlint rejects build
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A stand alone memory test for i386 architecture systems
Name:		memtest86+
Version:	4.20
Release:	4
License:	GPL
Source0:	http://www.memtest.org/download/%{version}/%{name}-%{version}.tar.gz
Patch0:         memtest86+-4.20.gcc.4.7.test7.patch
URL:		http://www.memtest.org
Group:		System/Kernel and hardware
BuildRequires:	dev86
Requires:	initscripts, drakxtools-backend

ExclusiveArch:	%{ix86} x86_64
%rename	memtest86

%description
Memtest86 is thorough, stand alone memory test for i386 architecture
systems.  BIOS based memory tests are only a quick check and often
missfailures that are detected by Memtest86.    

%prep
%setup -q
%patch0 -p1

%build
%make

%install
install -m644 memtest.bin -D %{buildroot}/boot/memtest.bin

%post
if [ -x /usr/sbin/bootloader-config ]; then
    /usr/sbin/bootloader-config --action add-entry --label memtest --image /boot/memtest.bin
fi

%preun
if [ -x /usr/sbin/bootloader-config ]; then
    /usr/sbin/bootloader-config --action remove-entry --label memtest
fi

%files
%doc FAQ
/boot/memtest.bin





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.20-4
+ Revision: 2a23d91
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17665 |14mr|menu-cache-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A library to speed up freedesktop.org application menus
Name:		menu-cache
Version:	0.5.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Other
Source0:	http://dfn.dl.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
URL:		http://lxde.sourceforge.net/
BuildRequires:	glib2-devel
BuildRequires:	intltool

%description
Libmenu-cache is a library creating and utilizing caches to speed up
freedesktop.org application menus.
It can be used as a replacement of libgnome-menu of gnome-menus.

Advantages:
1. Faster loading of menus.
2. Ease of use. (API is very similar to that of libgnome-menu)
3. Lightweight runtime library. (Parsing of the menu definition files
   are done by menu-cache-gen when the menus are really changed.)
4. Less unnecessary and complicated file monitoring.
5. Greatly reduced disk I/O.

%files
%{_libexecdir}/menu-cache*

#----------------------------------------------------------------------

%define major 3
%define libname %mklibname %{name} %{major}

%package -n %{libname}
Group:		Graphical desktop/Other
Requires:	%{name} >= %{version}
Summary:	Contains shared libraries for %{name}

%description -n %{libname}
This package contains shared libraries for %{name}.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------

%define develname %mklibname -d %{name}

%package -n %{develname}
Group:		Graphical desktop/Other
Requires:	%{libname} = %{version}
Summary:	Contains development files for %{name}
Provides:	%{name}-devel = %{version}
Provides:	lib%{name}-devel = %{version}

%description -n %{develname}
This package contains development files for %{name}.

%files -n %{develname}
%{_libdir}/*.so
%{_includedir}/%{name}
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------
%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.0-2
+ Revision: 6264046
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17666 |14mr|menu-messages-2011.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define GTKMDKDATE	20091029
%define MENUDATE	20100829

Summary:	Localization files for Menu system
Name:		menu-messages
Version:	2011.0
Release:	2
License:	GPL
Group:		System/Base
# fwang: see http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/menu-messages/trunk/
# generated by `make tarball`
Source0:	%{name}-%{MENUDATE}.tar.lzma
Source1:	gtk+mdk-%{GTKMDKDATE}.tar.bz2
BuildRequires:	gettext
Provides:	mdk-menu-messages = %{version}-%{release}
BuildArch:	noarch

%description
This package includes that translations of the main menu used by the
different desktops and window managers of the distribution;
as well as translations used by specifically added features.

%files -f %{name}.lang
%defattr(-,root,root,0755)

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name} -a 1

%build

%install
mkdir -p %{buildroot}%{_datadir}/locale

#make po_files
for i in ./*.po
do
  langdir="%{buildroot}%{_datadir}/locale/`basename ${i} .po`/LC_MESSAGES/"
  mkdir -p ${langdir}
  msgfmt -o	${langdir}/menu-messages.mo ${i}
done

# gtk+mdk files
for i in GtkMdkWidgets/*.po
do
  langdir="%{buildroot}%{_datadir}/locale/`basename ${i} .po`/LC_MESSAGES/"
  mkdir -p ${langdir}
  msgfmt -o	${langdir}/gtk+mdk.mo ${i}
done

%find_lang %{name} gtk+mdk %{name}.lang


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2011.0-2
+ Revision: 00bc75e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17667 |14mr|mercurial-3.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:   A fast, lightweight distributed source control management system
Name:      mercurial
Version:   3.0.1
Release:   2
License:   GPLv2+
Group:     Development/Other
URL: 	   http://www.selenic.com/mercurial/
Source0:   http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: xmlto
BuildRequires: asciidoc
BuildRequires: python-docutils
Provides: hg = %{version}-%{release}

%description
Mercurial is a fast, lightweight source control management system
designed for efficient handling of very large distributed
projects. 


%prep
%setup -q

%build
%make all

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install -O1 --root %{buildroot} --prefix %{_prefix} --record=%{name}.files
make install-doc DESTDIR=%{buildroot} MANDIR=%{_mandir}

install contrib/hgk          %{buildroot}%{_bindir}
install contrib/convert-repo %{buildroot}%{_bindir}/mercurial-convert-repo
install contrib/hg-ssh       %{buildroot}%{_bindir}

bash_completion_dir=%{buildroot}%{_sysconfdir}/bash_completion.d
mkdir -p $bash_completion_dir
install -m 644 contrib/bash_completion $bash_completion_dir/mercurial.sh

zsh_completion_dir=%{buildroot}%{_datadir}/zsh/site-functions
mkdir -p $zsh_completion_dir
install -m 644 contrib/zsh_completion $zsh_completion_dir/_mercurial

lisp_dir=%{buildroot}%{_datadir}/emacs/site-lisp
mkdir -p $lisp_dir
install -m 644 contrib/mercurial.el $lisp_dir
install -m 644 contrib/mq.el $lisp_dir

xlisp_dir=%{buildroot}%{_datadir}/xemacs/site-packages/lisp
mkdir -p $xlisp_dir
install -m 644 contrib/mercurial.el $xlisp_dir
install -m 644 contrib/mq.el $xlisp_dir

mkdir -p %{buildroot}/%{_sysconfdir}/mercurial/hgrc.d
install -m 644 contrib/mergetools.hgrc %{buildroot}/%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc

%files -f %{name}.files
%doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html *.cgi contrib/*.fcgi
%doc %attr(644,root,root) contrib/*.svg contrib/sample.hgrc
%dir %{_sysconfdir}/mercurial
%dir %{_sysconfdir}/mercurial/hgrc.d
%config(noreplace) %{_sysconfdir}/mercurial/hgrc.d/mergetools.rc
%{_mandir}/man*/*
%{_sysconfdir}/bash_completion.d/mercurial.sh
%{_datadir}/zsh/site-functions/_mercurial
%{_datadir}/emacs/site-lisp/*.el
%{_datadir}/xemacs/site-packages/lisp/*.el
%{_bindir}/hgk
%{_bindir}/hg-ssh
%{_bindir}/mercurial-convert-repo


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.1-2
+ Revision: 30b6fa5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17668 |14mr|mesa-10.2.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%bcond_with opencl
%bcond_without osmesa
%bcond_without radeonsi
%bcond_with va
%bcond_without vdpau
%bcond_without wayland

%ifarch %{arm}
%define dri_drivers "nouveau,r200,radeon"
%else
%define dri_drivers "i915,i965,nouveau,r200,radeon"
%bcond_without vmware
%endif

# as for the dri drivers: so providing one.
%define gallium_drivers "r300,r600,nouveau,svga,swrast"
%if %{with radeonsi}
%define gallium_drivers "r300,r600,radeonsi,nouveau,svga,swrast"
%endif

#define short_ver 10.2

Summary:	OpenGL 3.x compatible 3D graphics library
Name:		mesa
Version:	10.2.7
Release:	3
License:	MIT
Group:		System/Libraries
Url:		http://www.mesa3d.org
Source0:	ftp://ftp.freedesktop.org/pub/mesa/%{version}/MesaLib-%{version}.tar.bz2
Source3:	make-git-snapshot.sh
Source5:	mesa-driver-install
Source6:	XvMCConfig
Source7:	README.xvmc
#Patch1:	GLX_INDIRECT_RENDERING_mesa9_1.patch
Patch2:		mesa-10.2-evergreen-big-endian.patch
Patch3:		mesa-9.2-hardware-float.patch
#Patch4:	gallium-targets-add-missing-library-dependencies.patch

# Fedora
#Patch16:	mesa-9.2-no-useless-vdpau.patch
#Patch17:	0001-mesa-Don-t-optimize-out-glClear-if-drawbuffer-size-i.patch
Patch18:	0002-mesa-10.0-nv50-fix-build.patch

# OMV
Patch30:	mesa-10.2-get-rid-of-owningptr.patch

# Patches submitted to the upcoming stable releases
# https://bugs.freedesktop.org/show_bug.cgi?id=83735
Patch50:	mesa-10.2-0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch
Patch51:	mesa-10.2-0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch

BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gccmakedep
BuildRequires:	libxml2-python
BuildRequires:	makedepend
BuildRequires:	elfutils-devel
BuildRequires:	llvm-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libdrm) >= 2.4.54
BuildRequires:	pkgconfig(libudev)
%if %{with va}
BuildRequires:	pkgconfig(libva)
%endif
BuildRequires:	pkgconfig(talloc)
%if %{with vdpau}
BuildRequires:	pkgconfig(vdpau)
%endif
%if %{with wayland}
BuildRequires:	pkgconfig(wayland-client)
%endif
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xvmc)
BuildRequires:	pkgconfig(xxf86vm)
# Needed to build with support for DRI2 and DRI3 X11 extensions.
BuildRequires:	pkgconfig(dri2proto)
BuildRequires:	pkgconfig(dri3proto)
BuildRequires:	pkgconfig(xshmfence)
BuildRequires:	pkgconfig(xcb-dri3)
BuildRequires:	pkgconfig(xcb-present)

# Mesa 10.x does not provide dricore library anymore. The DRI drivers now
# get what they need some other way (see also mesa repo, 
# commit dde9260fdc1fb6792df24a4790ea1c255ad9284a, 
# "mesa: Remove dricore from the build")
%define dricoremajor 1
%define libdricore %mklibname dricore %{dricoremajor}
%define devdricore %mklibname dricore -d
Obsoletes:	%{libdricore} < %{EVRD}
Obsoletes:	%{devdricore} < %{EVRD}

%description
Mesa is an OpenGL compatible 3D graphics library.

%files
%doc docs/COPYING docs/README.*
#config(noreplace) %{_sysconfdir}/XvMCConfig
%config(noreplace) %{_sysconfdir}/X11/XvMCConfig
%config(noreplace) %{_sysconfdir}/drirc

#----------------------------------------------------------------------------

%define dridrivers %mklibname dri-drivers

%package -n %{dridrivers}
Summary:	Mesa DRI drivers
Group:		System/Libraries

%description -n %{dridrivers}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the DRI drivers and also the experimental back-ends for the
vdpau and xvmc state trackers.

%files -n %{dridrivers}
%doc docs/COPYING
%dir %{_libdir}/dri
%{_libdir}/dri/i915_dri.so
%{_libdir}/dri/i965_dri.so
%{_libdir}/dri/nouveau_dri.so
%{_libdir}/dri/nouveau_vieux_dri.so
%{_libdir}/dri/r200_dri.so
%{_libdir}/dri/r300_dri.so
%{_libdir}/dri/r600_dri.so
%{_libdir}/dri/radeon_dri.so
%if %{with radeonsi}
%{_libdir}/dri/radeonsi_dri.so
%endif
%{_libdir}/dri/swrast_dri.so
%{_libdir}/dri/vmwgfx_dri.so
%{_libdir}/gallium-pipe/pipe_nouveau.so
%{_libdir}/gallium-pipe/pipe_r300.so
%{_libdir}/gallium-pipe/pipe_r600.so
%if %{with radeonsi}
%{_libdir}/gallium-pipe/pipe_radeonsi.so
%endif
%{_libdir}/gallium-pipe/pipe_swrast.so
%{_libdir}/gallium-pipe/pipe_vmwgfx.so
# xvmc state tracker backends
%{_libdir}/libXvMCnouveau.so.*
%{_libdir}/libXvMCr600.so.*
# vdpau state tracker backends
%{_libdir}/vdpau/libvdpau_nouveau.so.*
%{_libdir}/vdpau/libvdpau_r600.so.*
%if %{with radeonsi}
%{_libdir}/vdpau/libvdpau_radeonsi.so.*
%endif

# XvMC and VDPAU are no longer supported for r300 and softpipe, see the
# commits 7c253184, 5f7233c8 and a few other in mesa git repo.
#----------------------------------------------------------------------------

%define glmajor 1
%define libgl %mklibname gl %{glmajor}

%package -n %{libgl}
Summary:	Files for Mesa (GL and GLX libs)
Group:		System/Libraries
Requires:	%{dridrivers} = %{EVRD}
Suggests:	%mklibname txc-dxtn
# Should be removed when we cleanup other packages' Requires on this
Provides:	libmesagl = %{EVRD}

%description -n %{libgl}
Mesa is an OpenGL compatible 3D graphics library: GL
and GLX parts.

%files -n %{libgl}
%doc docs/COPYING
%{_libdir}/libGL.so.%{glmajor}*
%dir %{_libdir}/mesa
%{_libdir}/mesa/libGL.so.%{glmajor}*

#----------------------------------------------------------------------------

%define devgl %mklibname gl -d

%package -n %{devgl}
Summary:	Development files for Mesa (OpenGL compatible 3D lib)
Group:		Development/C
Requires:	%{libgl} = %{EVRD}

%description -n %{devgl}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile Mesa programs.

%files -n %{devgl}
%doc docs/COPYING
%{_includedir}/GL/gl.h
%{_includedir}/GL/gl_mangle.h
%{_includedir}/GL/glext.h
%{_includedir}/GL/glx.h
%{_includedir}/GL/glxext.h
%{_includedir}/GL/glx_mangle.h
%if !%{with osmesa}
%{_includedir}/GL/osmesa.h
%endif
%{_includedir}/GL/wglext.h
%{_libdir}/libGL.so
%{_libdir}/libXvMC*.so
%{_libdir}/pkgconfig/gl.pc
%{_libdir}/pkgconfig/dri.pc
%{_includedir}/GL/wmesa.h
%dir %{_includedir}/GL/internal
%{_includedir}/GL/internal/dri_interface.h

#----------------------------------------------------------------------------

%define eglmajor 1
%define libegl %mklibname egl %{eglmajor}

%package -n %{libegl}
Summary:	Files for Mesa (EGL libs)
Group:		System/Libraries

%description -n %{libegl}
Mesa is an OpenGL compatible 3D graphics library: EGL
parts.

%files -n %{libegl}
%doc docs/COPYING
%{_libdir}/libEGL.so.%{eglmajor}*
%dir %{_libdir}/egl
%{_libdir}/egl/egl_gallium.so

#----------------------------------------------------------------------------

%define devegl %mklibname egl -d

%package -n %{devegl}
Summary:	Development files for Mesa (EGL libs)
Group:		Development/C
Requires:	%{libegl} = %{EVRD}

%description -n %{devegl}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile Mesa programs based on EGL.

%files -n %{devegl}
%doc docs/COPYING
%{_includedir}/EGL
%{_includedir}/KHR
%{_libdir}/libEGL.so
%{_libdir}/pkgconfig/egl.pc

#----------------------------------------------------------------------------

%define gbmmajor 1
%define libgbm %mklibname gbm %{gbmmajor}

%package -n %{libgbm}
Summary:	Files for Mesa (gbm libs)
Group:		System/Libraries

%description -n %{libgbm}
Mesa is an OpenGL compatible 3D graphics library: GBM
(Graphics Buffer Manager) parts.

%files -n %{libgbm}
%doc docs/COPYING
%{_libdir}/libgbm.so.%{gbmmajor}*
%{_libdir}/gbm/gbm_*.so

#----------------------------------------------------------------------------

%define devgbm %mklibname gbm -d

%package -n %{devgbm}
Summary:	Development files for Mesa (gbm libs)
Group:		Development/C
Requires:	%{libgbm} = %{EVRD}
# libudev-devel is needed for development with gbm libs.
Requires:	pkgconfig(libudev)

%description -n %{devgbm}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile Mesa programs based on GBM
(Graphics Buffer Manager).

%files -n %{devgbm}
%doc docs/COPYING
%{_includedir}/gbm.h
%{_libdir}/libgbm.so
%{_libdir}/pkgconfig/gbm.pc

#----------------------------------------------------------------------------

%define glesv1major 1
%define libglesv1 %mklibname glesv1_ %{glesv1major}

%package -n %{libglesv1}
Summary:	Files for Mesa (glesv1 libs)
Group:		System/Libraries

%description -n %{libglesv1}
Mesa is an OpenGL compatible 3D graphics library:
OpenGL ES library version 1 parts. OpenGL ES is a low-level, lightweight API
for advanced embedded graphics using well-defined subset profiles of OpenGL.

%files -n %{libglesv1}
%doc docs/COPYING
%{_libdir}/libGLESv1_CM.so.%{glesv1major}*

#----------------------------------------------------------------------------

%define devglesv1 %mklibname glesv1 -d

%package -n %{devglesv1}
Summary:	Development files for glesv1 libs
Group:		Development/C
Requires:	%{libglesv1} = %{EVRD}

%description -n %{devglesv1}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile OpenGL ES 1 programs.

%files -n %{devglesv1}
%doc docs/COPYING
%{_includedir}/GLES
%{_libdir}/libGLESv1_CM.so
%{_libdir}/pkgconfig/glesv1_cm.pc

#----------------------------------------------------------------------------

%define glesv2major 2
%define libglesv2 %mklibname glesv2_ %{glesv2major}

%package -n %{libglesv2}
Summary:	Files for Mesa (glesv2 libs)
Group:		System/Libraries

%description -n %{libglesv2}
Mesa is an OpenGL compatible 3D graphics library:
OpenGL ES library version 2 parts. OpenGL ES is a low-level, lightweight API
for advanced embedded graphics using well-defined subset profiles of OpenGL.

%files -n %{libglesv2}
%doc docs/COPYING
%{_libdir}/libGLESv2.so.%{glesv2major}*

#----------------------------------------------------------------------------

%define devglesv2 %mklibname glesv2 -d

%package -n %{devglesv2}
Summary:	Development files for glesv2 libs
Group:		Development/C
Requires:	%{libglesv2} = %{EVRD}

%description -n %{devglesv2}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile OpenGL ES 2 programs.

%files -n %{devglesv2}
%doc docs/COPYING
%{_includedir}/GLES2
%{_libdir}/libGLESv2.so
%{_libdir}/pkgconfig/glesv2.pc

#----------------------------------------------------------------------------

%define devglesv3 %mklibname glesv3 -d

%package -n %{devglesv3}
Summary:	Development files for glesv3 libs
Group:		Development/C
# there is no pkgconfig
Provides:	glesv3-devel = %{version}-%{release}

%description -n %{devglesv3}
This package contains the headers needed to compile OpenGL ES 3 programs.

%files -n %{devglesv3}
%doc docs/COPYING
%{_includedir}/GLES3

#----------------------------------------------------------------------------

#define openvgmajor 1
#define libopenvg %mklibname openvg %{openvgmajor}

#package -n %{libopenvg}
#Summary:	Files for MESA (OpenVG libs)
#Group:		System/Libraries

#description -n %{libopenvg}
#Mesa is an OpenGL compatible 3D graphics library:
#OpenVG parts. OpenVG is a royalty-free, cross-platform API that provides a
#low-level hardware acceleration interface for vector graphics libraries such
#as Flash and SVG.

#files -n %{libopenvg}
#doc docs/COPYING
#{_libdir}/libOpenVG.so.%{openvgmajor}*

#----------------------------------------------------------------------------

#define devopenvg %mklibname openvg -d

#package -n %{devopenvg}
#Summary:	Development files for OpenVG libs
#Group:		Development/C
#Requires:	%{libopenvg} = %{EVRD}

#description -n %{devopenvg}
#Mesa is an OpenGL compatible 3D graphics library.
#Development files for the OpenVG library.

#files -n %{devopenvg}
#doc docs/COPYING
#{_includedir}/VG
#{_libdir}/libOpenVG.so
#{_libdir}/pkgconfig/vg.pc

#----------------------------------------------------------------------------

%define glapimajor 0
%define libglapi %mklibname glapi %{glapimajor}

%package -n %{libglapi}
Summary:	Files for Mesa (glapi libs)
Group:		System/Libraries

%description -n %{libglapi}
Mesa is an OpenGL compatible 3D graphics library. This
packages provides the glapi shared library used by gallium drivers.

%files -n %{libglapi}
%doc docs/COPYING
%{_libdir}/libglapi.so.%{glapimajor}*

#----------------------------------------------------------------------------

%define devglapi %mklibname glapi -d

%package -n %{devglapi}
Summary:	Development files for glapi libs
Group:		Development/C
Requires:	%{libglapi} = %{EVRD}
Provides:	glapi-devel = %{EVRD}

%description -n %{devglapi}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile programs against glapi shared
library.

%files -n %{devglapi}
%doc docs/COPYING
%{_libdir}/libglapi.so

#----------------------------------------------------------------------------

%define xamajor 2
%define libxatracker %mklibname xatracker %{xamajor}

%package -n %{libxatracker}
Summary:	Files for Mesa (xa state tracker)
Group:		System/Libraries

%description -n %{libxatracker}
Mesa is an OpenGL compatible 3D graphics library: Mesa
back-end for the xa state tracker.

%files -n %{libxatracker}
%doc docs/COPYING
%{_libdir}/libxatracker.so.%{xamajor}*

#----------------------------------------------------------------------------

%define devxatracker %mklibname xatracker -d

%package -n %{devxatracker}
Summary:	Development files for xa state tracker
Group:		Development/C
Requires:	%{libxatracker} = %{EVRD}

%description -n %{devxatracker}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile programs against the xa state
tracker.

%files -n %{devxatracker}
%doc docs/COPYING
%{_includedir}/xa_*.h
%{_libdir}/libxatracker.so
%{_libdir}/pkgconfig/xatracker.pc

#----------------------------------------------------------------------------

%if %{with osmesa}
%define osmesamajor 8
%define libosmesa %mklibname osmesa %{osmesamajor}

%package -n %{libosmesa}
Summary:	Mesa offscreen rendering libraries
Group:		System/Libraries

%description -n %{libosmesa}
Mesa is an OpenGL compatible 3D graphics library: Mesa
off-screen rendering library.

%files -n %{libosmesa}
%doc docs/COPYING
%{_libdir}/libOSMesa.so.%{osmesamajor}*
%endif

#----------------------------------------------------------------------------

%if %{with osmesa}
%define devosmesa %mklibname osmesa -d

%package -n %{devosmesa}
Summary:	Mesa offscreen rendering development package
Group:		Development/C
Requires:	%{libosmesa} = %{EVRD}

%description -n %{devosmesa}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the Mesa off-screen rendering development files.

%files -n %{devosmesa}
%doc docs/COPYING
%dir %{_includedir}/GL
%{_includedir}/GL/osmesa.h
%{_libdir}/libOSMesa.so
%{_libdir}/pkgconfig/osmesa.pc
%endif

#----------------------------------------------------------------------------

%if %{with wayland}
%define waylandeglmajor 1
%define libwaylandegl %mklibname wayland-egl %{waylandeglmajor}

%package -n %{libwaylandegl}
Summary:	Files for Mesa (Wayland EGL libs)
Group:		System/Libraries

%description -n %{libwaylandegl}
Mesa is an OpenGL compatible 3D graphics library:
Wayland EGL platform parts.

%files -n %{libwaylandegl}
%doc docs/COPYING
%{_libdir}/libwayland-egl.so.%{waylandeglmajor}*
%endif

#----------------------------------------------------------------------------

%if %{with wayland}
%define devwaylandegl %mklibname wayland-egl -d

%package -n %{devwaylandegl}
Summary:	Development files for Mesa (Wayland EGL libs)
Group:		Development/C
Requires:	%{libwaylandegl} = %{EVRD}

%description -n %{devwaylandegl}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile Mesa programs based on Wayland
EGL platform.

%files -n %{devwaylandegl}
%doc docs/COPYING
%{_libdir}/libwayland-egl.so
%{_libdir}/pkgconfig/wayland-egl.pc
%endif

#----------------------------------------------------------------------------

%package common-devel
Summary:	Meta package for Mesa development files
Group:		Development/C
Requires:	%{devgl} = %{EVRD}
#Requires:	%{devdricore} = %{EVRD}
Requires:	%{devxatracker} = %{EVRD}
Requires:	%{devegl} = %{EVRD}
Requires:	%{devglapi} = %{EVRD}
Requires:	%{devgbm} = %{EVRD}
Requires:	%{devglesv1} = %{EVRD}
Requires:	%{devglesv2} = %{EVRD}
Requires:	%{devglesv3} = %{EVRD}
#Requires:	%{devopenvg} = %{EVRD}
%if %{with wayland}
Requires:	%{devwaylandegl} = %{EVRD}
%endif
%if %{with osmesa}
Requires:	%{devosmesa} = %{EVRD}
%endif
Requires:	pkgconfig(glu)
Requires:	pkgconfig(glut)

%description common-devel
Mesa common meta-package for development files.

%files common-devel
# This is the meta pacakge for development

#----------------------------------------------------------------------------

%prep
%setup -q -n Mesa-%{version}
%apply_patches

%build
# Always (re)generate auto* generated files using our autotools and libtoolize
autoreconf -vfi

# Support for DRI3 starts from Xorg 1.15. When building Mesa for an older
# version of Xorg, replace --enable-dri3 with --disable-dri3 below.

%configure2_5x \
	--enable-dri \
	--enable-dri3 \
	--enable-vdpau \
%if %{with opencl}
	--enable-opencl \
	TODO: if OpenCL support in Mesa is needed, it needs more work
%else
	--disable-opencl \
%endif
%if %{with osmesa}
	--enable-osmesa \
%endif
	--with-dri-driverdir=%{_libdir}/dri \
	--with-dri-drivers="%{dri_drivers}" \
	--enable-r600-llvm-compiler \
%if %{with vmware}
	--enable-xa \
%endif
	--with-gallium-drivers="%{gallium_drivers}" \
	--enable-gallium-llvm \
	--enable-egl \
	--enable-gallium-egl \
	--enable-gallium-gbm \
	--enable-gbm \
	--enable-gles1 \
	--enable-gles2 \
	--enable-shared-glapi \
%if %{with wayland}
	--with-egl-platforms=x11,drm,wayland \
%else
	--with-egl-platforms=x11,drm \
%endif
%if %{with radeonsi}
	--enable-glx-tls \
%else
	--disable-glx-tls \
%endif
	--enable-texture-float \
	--enable-xvmc

%make

%install
%makeinstall_std

# FIXME: strip will likely break the hardlink
# (blino) hardlink libGL files in %%{_libdir}/mesa
# to prevent proprietary driver installers from removing them
mkdir -p %{buildroot}%{_libdir}/mesa
pushd %{buildroot}%{_libdir}/mesa
for l in ../libGL.so.*; do cp -a $l .; done
popd

%ifarch %{x86_64}
mkdir -p %{buildroot}%{_prefix}/lib/dri
%endif

rm -f %{buildroot}/%{_includedir}/GL/glut.h
rm -f %{buildroot}/%{_includedir}/GL/glutf90.h

# .so files are not needed by vdpau: there is not devel package
rm -f %{buildroot}%{_libdir}/vdpau/libvdpau_*.so

# Use swrastg if built (Anssi 12/2011)
[ -e %{buildroot}%{_libdir}/dri/swrastg_dri.so ] && mv %{buildroot}%{_libdir}/dri/swrast{g,}_dri.so

# Install the config file needed for XvMC support,
# move it to /etc/X11 and symlink it from /etc
mkdir -p %{buildroot}%{_sysconfdir}/X11
install -m 0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/X11/XvMCConfig
#ln -s -t %{buildroot}%{_sysconfdir}/ %{_sysconfdir}/X11/XvMCConfig

# Tell the user about the need to adjust the config file according the actual HW
mkdir -p %{buildroot}%{_docdir}/%{dridrivers}/
install -m 0644 %{SOURCE7} %{buildroot}%{_docdir}/%{dridrivers}/


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17669 |14mr|mesa-demos-8.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mesa-demos
Version: 	8.2.0
Release: 	1
Summary:	Demos for Mesa (OpenGL compatible 3D lib)
Group:		Graphics
License:	MIT
URL:		http://www.mesa3d.org
Source0:	ftp://ftp://ftp.freedesktop.org/pub/mesa/demos/%{version}/%{name}-%{version}.tar.bz2
Source4:	Mesa-icons.tar.bz2

BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glew)
# Not essential, but builds more demos:
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(egl)

Requires:	glxinfo = %{version}

%package -n	glxinfo
Summary:	Commandline GLX information tool
Group:		Graphics
Conflicts:	mesa-demos < 7.7-4

%description
Mesa is an OpenGL 3.x compatible 3D graphics library.

This package contains some demo programs for the Mesa library.

%description -n	glxinfo
Mesa is an OpenGL 3.x compatible 3D graphics library.

This package contains the glinfo & glxinfo GLX information utility.

%prep
%setup -q
%apply_patches

perl -pi -e "s|\.\./images/|%{_libdir}/mesa-demos-data/|" src/*/*.c
perl -pi -e "s,\"(.*?)\.(dat|vert|geom|frag)\",\"%{_libdir}/mesa-demos-data/\$1.\$2\",g" src/*/*.c
perl -pi -e "s|isosurf.dat|%{_libdir}/mesa-demos-data/isosurf.dat|" src/*/isosurf.c


%build
LIB_DIR=%{_lib}
INCLUDE_DIR=%{buildroot}/%{_includedir}
export LIB_DIR INCLUDE_DIR DRI_DRIVER_DIR

autoreconf -fvi
%configure2_5x --with-system-data-files
%make

%install
%makeinstall_std

# (fg) So that demos at least work :)
cp -a src/*/*.{frag,vert,geom} %{buildroot}/%{_datadir}/%{name}

# (tv) fix conflict with bitmap:
mv %{buildroot}%{_bindir}/bitmap{,-gl}

# (blino) install some egl test apps as well
for p in eglgears_screen eglgears_x11 eglinfo eglkms egltri_screen egltri_x11 peglgears xeglgears xeglthreads; do
    install -m755 src/egl/opengl/$p %{buildroot}%{_bindir}
done

# icons for three demos examples [we lack a frontend
# to launch the demos obviously]
install -m 755 -d %{buildroot}%{_miconsdir}
install -m 755 -d %{buildroot}%{_iconsdir}
install -m 755 -d %{buildroot}%{_liconsdir}
tar jxvf %{SOURCE4} -C %{buildroot}%{_iconsdir}

%files
%{_bindir}/*
%exclude %{_bindir}/glxinfo
%exclude %{_bindir}/glinfo
%dir %{_datadir}/%{name}
%{_miconsdir}/*demos*.png
%{_iconsdir}/*demos*.png
%{_liconsdir}/*demos*.png
%{_datadir}/%{name}/*

%files -n glxinfo
%{_bindir}/glxinfo
%{_bindir}/glinfo

%changelog
* Mon Jul 07 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 8.2.0-1
+ Revision: d266078
- Merged



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17670 |14mr|metacity-2.34.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 0
%define libname %mklibname %{name}-private %{major}
%define develname %mklibname -d %{name}-private

Summary: Metacity window manager
Name: metacity
Version: 2.34.5
Release: 2
License: GPLv2+
Group: Graphical desktop/GNOME
URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
Source0: http://ftp.gnome.org/pub/GNOME/sources/metacity/%{name}-%{version}.tar.xz
Patch0: metacity-2.34.0-link.patch
# (fc) 2.21.3-2mdv enable compositor by default
Patch4: metacity-enable-compositor.patch
Patch5: metacity_low_resources.patch
# (fc) 2.30.1-2mdv ensure text is local encoded for Zenity (GNOME bug #617536)
Patch8: metacity-2.30.1-local-encoding-for-zenity.patch

BuildRequires: GConf2
BuildRequires: gnome-common
BuildRequires: intltool
BuildRequires: zenity
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(gnome-doc-utils)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(libcanberra-gtk)
BuildRequires: pkgconfig(libgtop-2.0)
BuildRequires: pkgconfig(libstartup-notification-1.0)
BuildRequires: pkgconfig(pangoxft)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcomposite)
BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xrender)

Requires: zenity

%description
Metacity is a simple window manager that integrates nicely with 
GNOME. 

%package -n %{libname}
Summary:	Libraries for Metacity
Group:		System/Libraries

%description -n %{libname}
This package contains libraries used by Metacity.

%package -n %{develname}
Summary:	Libraries and include files with Metacity
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d %{name}-private 0

%description -n %{develname}
This package provides the necessary development libraries and include 
files to allow you to develop with Metacity.

%prep
%setup -q
%patch0 -p1 -b .link
# don't enable compositor by default, too many drivers are buggy currently
#%patch4 -p1 -b .enable-compositor
%ifarch %mips
%patch5 -p1 -b .lowres
%endif
%patch8 -p1 -b .local-encoding

%build
NOCONFIGURE=yes gnome-autogen.sh
%configure \
	--disable-static \
	--disable-scrollkeeper

%make

%install
%makeinstall_std

%find_lang %{name} 

%files -f %{name}.lang
%doc README COPYING NEWS HACKING 
%{_bindir}/*
%{_datadir}/applications/metacity.desktop
%{_datadir}/GConf/gsettings/metacity-schemas.convert
%{_datadir}/glib-2.0/schemas/*
%{_datadir}/gnome-control-center/keybindings/50-metacity*.xml
%{_datadir}/gnome/wm-properties/metacity-wm.desktop
%{_datadir}/metacity
%dir %_datadir/gnome/help/creating-metacity-themes
%_datadir/gnome/help/creating-metacity-themes/C
%lang(de) %_datadir/gnome/help/creating-metacity-themes/de
%{_datadir}/themes/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc ChangeLog
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.34.5-2
+ Revision: 3b6c3a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17671 |14mr|meta-task-2013.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		meta-task
Summary:	Meta task listing packages by group
Version:	2013.0
Release:	5
License:	GPLv2+
Group:		System/Configuration/Other
Source0:	rpmsrate-raw
Source1:	check-rpmsrate
Source2:	compssUsers.pl
Source3:	prefer.vendor.list
Source4:	README
BuildArch:	noarch
BuildRequires:	drakxtools-backend

# https://qa.mandriva.com/show_bug.cgi?id=64814 (texlive update crashes system)
# Need to remove these packages first, because texlive packages were reworked
# to match upstream layout, and this causes rpm/urpmi to use several GB of
# memory, but by removing the large monolithic packages and restarting urpmi
# it updates only the texlive package, and uses far less memory.
# FIXME this probably should be in a proper "cleanup" package that also causes
# urpmi to restart.
# So we can clean these packages
Obsoletes:	texlive-doc texlive-fontsextra texlive-source texlive-texmf

%description
prefer.vendor.list is used by urpmi, rpmdrake and installer to prefer some
packages when there is a choice.

"rpmsrate" and "compsUsers.pl" are used by installer and rpmdrake to choose
packages to install.

%build
cp %{SOURCE1} .
cp %{SOURCE4} .

%install
install -d %{buildroot}%{_datadir}/%{name}
install -m644 %{SOURCE0} %{buildroot}%{_datadir}/%{name}
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/%{name}
install -d %{buildroot}%{_sysconfdir}/urpmi
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/urpmi

%check
ERR=`perl ./check-rpmsrate %{buildroot}%{_datadir}/%{name}/rpmsrate-raw 2>&1`
[ -z "$ERR" ]

%files
%doc README
%config(noreplace) %{_sysconfdir}/urpmi/prefer.vendor.list
%{_datadir}/%{name}

%changelog
* Thu Jul 10 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2013.0-5
+ Revision: 8ffaff1
- release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17672 |14mr|mgetty-1.1.36-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Date Jun15

Summary:	A getty replacement for use with data and fax modems
Name:		mgetty
Version:	1.1.36
Release:	15
License:	GPLv2+
Group:		Communications
Url:		http://mgetty.greenie.net/
Source0:	ftp://mgetty.greenie.net/pub/mgetty/source/1.1/%{name}%{version}-%{Date}.tar.gz
Source1:	ftp://mgetty.greenie.net/pub/mgetty/source/1.1/%{name}%{version}-%{Date}.tar.gz.asc
Patch0:		mgetty-1.1.14-config.patch
Patch1:		mgetty-1.1.5-makekvg.patch
Patch2:		mgetty-1.1.14-policy.patch
Patch3:		mgetty-1.1.5-strip.patch
Patch4:		mgetty-1.1.14-echo.patch
Patch5:		mgetty-1.1.14-logrotate.patch
Patch8:		mgetty-1.1.35-noroot.patch
Patch9:		mgetty-1.1.21-linkman.patch
Patch13:	mgetty-1.1.35-force_detect.patch
Patch14:	mgetty-1.1.30-mktemp.patch
BuildRequires:	groff-for-man
BuildRequires:	gccmakedep
BuildRequires:	imake
BuildRequires:	rman
BuildRequires:	tetex-dvips
BuildRequires:	tetex-latex
BuildRequires:	texinfo
BuildRequires:	pkgconfig(xext)
Requires:	netpbm

%description
The mgetty package contains a "smart" getty which allows logins over a
serial line (i.e., through a modem).  If you're using a Class 2 or 2.0
modem, mgetty can receive faxes.  If you also need to send faxes, you'll
need to install the sendfax program.

If you'll be dialing in to your system using a modem, you should install
the mgetty package.  If you'd like to send faxes using mgetty and your
modem, you'll need to install the mgetty-sendfax program.  If you need a
viewer for faxes, you'll also need to install the mgetty-viewfax package.

%files
%doc ChangeLog README.1st THANKS TODO Recommend FTP samples/*
%doc doc/mgetty.texi  doc/fhng-codes doc/modems.db
%doc BUGS doc/*.txt
%attr(755,root,root) /sbin/mgetty
%{_mandir}/man8/mgetty.8*
%{_mandir}/man8/callback.8*
%{_mandir}/man8/faxrunqd.8*
%{_mandir}/man4/mgettydefs.4*
%{_infodir}/mgetty.info*
%dir %{_sysconfdir}/mgetty+sendfax
%attr(600,root,root) %config(noreplace) %{_sysconfdir}/mgetty+sendfax/login.config
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/mgetty+sendfax/mgetty.config
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/mgetty+sendfax/dialin.config
%config(noreplace) %{_sysconfdir}/logrotate.d/mgetty

#----------------------------------------------------------------------------

%package	sendfax
Summary:	Provides support for sending faxes over a modem
Requires:	mgetty = %{EVRD}
Conflicts:	hylafax
Requires(post,preun):	rpm-helper

%description	sendfax
Sendfax is a standalone backend program for sending fax files.  The
mgetty program (a getty replacement for handling logins over a serial
line) plus sendfax will allow you to send faxes through a Class 2 modem.

If you'd like to send faxes over a Class 2 modem, you'll need to install
the mgetty-sendfax and the mgetty packages.

%files sendfax
%attr(755,fax,fax) %dir %{_var}/spool/fax
%attr(755,fax,fax) %dir %{_var}/spool/fax/incoming
%attr(755,fax,fax) %dir %{_var}/spool/fax/outgoing
%{_bindir}/kvg
%{_bindir}/newslock
%{_bindir}/g3cat
%{_bindir}/g32pbm
%{_bindir}/pbm2g3
%{_bindir}/sff2g3
%{_bindir}/faxspool
%attr(755,root,root) %{_bindir}/faxrunq
%{_bindir}/faxq
%{_bindir}/cutbl
%{_bindir}/faxrm
%attr(4711,root,root) %{_bindir}/ct
%attr(755,root,root) %{_sbindir}/sendfax
%attr(755,root,root) %{_sbindir}/faxrunqd
%attr(755,root,root) %{_sbindir}/callback
%dir %{_prefix}/lib/mgetty+sendfax
%{_prefix}/lib/mgetty+sendfax/cour25.pbm
%{_prefix}/lib/mgetty+sendfax/cour25n.pbm
%attr(4711,fax,fax) %{_prefix}/lib/mgetty+sendfax/faxq-helper
%{_mandir}/man1/g32pbm.1*
%{_mandir}/man1/pbm2g3.1*
%{_mandir}/man1/g3cat.1*
%{_mandir}/man1/mgetty_fax.1*
%{_mandir}/man1/faxspool.1*
%{_mandir}/man1/faxrunq.1*
%{_mandir}/man1/faxq.1*
%{_mandir}/man1/faxrm.1*
%{_mandir}/man1/coverpg.1*
%{_mandir}/man1/sff2g3.1*
%{_mandir}/man5/faxqueue.5*
%{_mandir}/man8/faxq-helper.8*
%{_mandir}/man8/sendfax.8*
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/mgetty+sendfax/sendfax.config
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/mgetty+sendfax/faxrunq.config
%config(noreplace) %{_sysconfdir}/mgetty+sendfax/faxheader
%config(noreplace) %{_sysconfdir}/mgetty+sendfax/faxspool.rules.sample
%config(noreplace) %{_sysconfdir}/logrotate.d/sendfax

%pre sendfax
%_pre_useradd fax %{_var}/spool/fax /bin/sh

%postun sendfax
%_postun_userdel fax
if [ $1 = 0 ]; then
  %{__rm} -fr /var/log/sendfax.log*
fi

#----------------------------------------------------------------------------

%package	voice
Summary:	A program for using your modem and mgetty as an answering machine
Requires:	mgetty = %{EVRD}

%description	voice
The mgetty-voice package contains the vgetty system, which enables
mgetty and your modem to support voice capabilities.  In simple terms,
vgetty lets your modem act as an answering machine.  How well the system
will work depends upon your modem, which may or may not be able to handle
this kind of implementation.

Install mgetty-voice along with mgetty if you'd like to try having your
modem act as an answering machine.

%files voice
%dir %{_var}/spool/voice
%dir %{_var}/spool/voice/incoming
%dir %{_var}/spool/voice/messages
%attr(755,root,root) /sbin/vgetty
%{_bindir}/vm
%{_bindir}/pvfamp
%{_bindir}/pvfcut
%{_bindir}/pvfecho
%{_bindir}/pvffile
%{_bindir}/pvffilter
%{_bindir}/pvfnoise
%{_bindir}/pvffft
%{_bindir}/pvfmix
%{_bindir}/pvfreverse
%{_bindir}/pvfsine
%{_bindir}/pvfspeed
%{_bindir}/pvftormd
%{_bindir}/rmdtopvf
%{_bindir}/rmdfile
%{_bindir}/pvftovoc
%{_bindir}/voctopvf
%{_bindir}/pvftolin
%{_bindir}/lintopvf
%{_bindir}/pvftobasic
%{_bindir}/basictopvf
%{_bindir}/pvftoau
%{_bindir}/autopvf
%{_bindir}/pvftowav
%{_bindir}/wavtopvf
%{_mandir}/man1/autopvf.1*
%{_mandir}/man1/basictopvf.1*
%{_mandir}/man1/lintopvf.1*
%{_mandir}/man1/pvf.1*
%{_mandir}/man1/pvfamp.1*
%{_mandir}/man1/pvfcut.1*
%{_mandir}/man1/pvfecho.1*
%{_mandir}/man1/pvfff.1*
%{_mandir}/man1/pvffft.1*
%{_mandir}/man1/pvffile.1*
%{_mandir}/man1/pvffilter.1*
%{_mandir}/man1/pvfmix.1*
%{_mandir}/man1/pvfnoise.1*
%{_mandir}/man1/pvfreverse.1*
%{_mandir}/man1/pvfsine.1*
%{_mandir}/man1/pvfspeed.1*
%{_mandir}/man1/pvftoau.1*
%{_mandir}/man1/pvftobasic.1*
%{_mandir}/man1/pvftolin.1*
%{_mandir}/man1/pvftormd.1*
%{_mandir}/man1/pvftovoc.1*
%{_mandir}/man1/pvftowav.1*
%{_mandir}/man1/rmdfile.1*
%{_mandir}/man1/rmdtopvf.1*
%{_mandir}/man1/voctopvf.1*
%{_mandir}/man1/wavtopvf.1*
%{_mandir}/man1/zplay.1*
%{_mandir}/man8/vgetty.8*
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/mgetty+sendfax/voice.conf

#----------------------------------------------------------------------------

%package	viewfax
Summary:	An X Window System fax viewer
Requires:	mgetty = %{EVRD}

%description	viewfax
Viewfax displays the fax files received using mgetty in an X11 window.
Viewfax is capable of zooming in and out on the displayed fax.

If you're installing the mgetty-viewfax package, you'll also need to
install mgetty.

%files viewfax
%doc frontends/X11/viewfax/C* frontends/X11/viewfax/README
%{_bindir}/viewfax
%dir %{_prefix}/lib/mgetty+sendfax
%{_prefix}/lib/mgetty+sendfax/viewfax.tif
%{_mandir}/man1/viewfax.1*

#----------------------------------------------------------------------------

%package	contrib
Summary:	User contributed stuff that comes with %{name}
AutoReqProv:	no

%description	contrib
The contents of the contrib directory that comes with %{name}.

%files contrib
%defattr(644,root,root,755)
%doc contrib/*

#----------------------------------------------------------------------------

%prep
%setup -q
cp policy.h-dist policy.h
%patch0 -p0 -b .config
%patch1 -p1 -b .makekvg
%patch2 -p0 -b .policy
%patch3 -p1 -b .strip
%patch4 -p1 -b .echo
%patch5 -p1
# new texinfo much stricter about xrefs
%patch8 -p1 -b .noroot
%patch9 -p1
%patch13 -p1 -b .force_detect
%patch14 -p1 -b .mktemp

%build
make
# 1.1.28-2mdk yves - ugly hack to have correct info dir
echo -e "\nSTART-INFO-DIR-ENTRY\n* mgetty: (mgetty).       A getty replacement use with data and fax modems.\nEND-INFO-DIR-ENTRY\n" >> doc/mgetty.info

cd voice
make

cd ../frontends/X11/viewfax
xmkmf
make depend
make CDEBUGFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}/var/spool -p %{buildroot}/sbin
make prefix=%{buildroot}/usr spool=%{buildroot}/var/spool \
	CONFDIR=%{buildroot}/etc/mgetty+sendfax install

install -m0755 callback/callback %{buildroot}/usr/sbin
install -m0755 callback/ct %{buildroot}/usr/bin

mv %{buildroot}/usr/sbin/mgetty %{buildroot}/sbin

# this conflicts with efax
mv %{buildroot}/usr/man/man1/fax.1 %{buildroot}/usr/man/man1/mgetty_fax.1

# voice mail extensions
cd voice
mkdir -p %{buildroot}/var/spool/voice
mkdir -p %{buildroot}/var/spool/voice/messages
mkdir -p %{buildroot}/var/spool/voice/incoming

make prefix=%{buildroot}/usr spool=%{buildroot}/var/spool \
	CONFDIR=%{buildroot}/etc/mgetty+sendfax install

mv %{buildroot}/usr/sbin/vgetty %{buildroot}/sbin
install -m 600 -c voice.conf-dist %{buildroot}/etc/mgetty+sendfax/voice.conf
cd -
find samples -type f -exec chmod 644 {} \;

cd frontends/X11/viewfax
%makeinstall_std BINDIR=%{_bindir} HELPDIR=%{_prefix}/lib/mgetty+sendfax MANDIR=/usr/man/man1 install.man
cd -

mkdir -p %{buildroot}/etc/logrotate.d
install -m 0644 logrotate.mgetty %{buildroot}/etc/logrotate.d/mgetty
install -m 0644 logrotate.sendfax %{buildroot}/etc/logrotate.d/sendfax

#move the man pages
mkdir -p %{buildroot}/usr/share
mv %{buildroot}/usr/man %{buildroot}/usr/share
#move the info page
#mkdir %{buildroot}/usr/share
mv %{buildroot}/usr/info %{buildroot}/usr/share

# yves - 1.1.26-4mdk - doc with good perm
find doc -type f -exec chmod 644 {} \;
chmod -f 0644 BUGS

rm -f %{buildroot}/usr/bin/g3topbm

# install these manually
install -m0644 voice/man/man1/*.1 %{buildroot}%{_mandir}/man1/
install -m0644 voice/man/man8/*.8 %{buildroot}%{_mandir}/man8/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.36-15
+ Revision: 4687b36
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17673 |14mr|mhash-0.9.9.9-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname mhash %{major}
%define develname %mklibname mhash -d

Summary:	Thread-safe hash library
Name:		mhash
Version:	0.9.9.9
Release:	9
Group:		System/Libraries
License:	LGPLv2+
Patch2: mhash-0.9.9.9-align.patch
Patch3: mhash-0.9.9.9-force64bit-tiger.patch
# Taken from Gentoo: 
# http://mirror.its.uidaho.edu/pub/gentoo-portage/app-crypt/mhash/files/mhash-0.9.9-fix-snefru-segfault.patch
Patch4: mhash-0.9.9.9-fix-snefru-segfault.patch
# Taken from Gentoo:
# http://mirror.its.uidaho.edu/pub/gentoo-portage/app-crypt/mhash/files/mhash-0.9.9-fix-mem-leak.patch
Patch5: mhash-0.9.9.9-fix-mem-leak.patch
# Taken from Gentoo:
# http://mirror.its.uidaho.edu/pub/gentoo-portage/app-crypt/mhash/files/mhash-0.9.9-fix-whirlpool-segfault.patch
Patch6: mhash-0.9.9.9-fix-whirlpool-segfault.patch
# Taken from Gentoo:
# http://mirror.its.uidaho.edu/pub/gentoo-portage/app-crypt/mhash/files/mhash-0.9.9-autotools-namespace-stomping.patch
Patch7: mhash-0.9.9.9-autotools-namespace-stomping.patch
# Taken from openpkg:
# http://www.mail-archive.com/openpkg-cvs@openpkg.org/msg26353.html
Patch8: mhash-0.9.9.9-maxint.patch
# Taken from Jitesh Shah
# http://ftp.uk.linux.org/pub/armlinux/fedora/diffs-f11/mhash/0001-Alignment-fixes.patch
Patch9: mhash-0.9.9.9-alignment.patch
# Fix keygen_test
Patch10: mhash-0.9.9.9-keygen_test_fix.patch
URL:		http://mhash.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/mhash/%{name}-%{version}.tar.gz

%description
Mhash is a thread-safe hash library, implemented in C, and provides a uniform
interface to a large number of hash algorithms (MD5, SHA-1, HAVAL, RIPEMD128,
RIPEMD160, TIGER, GOST). These algorithms can be used to compute checksums,
message digests, and other signatures. The HMAC support implements the basics
for message authentication,  following RFC 2104.

%package -n	%{libname}
Summary:	Thread-safe hash library
Group:		System/Libraries

%description -n	%{libname}
Mhash is a thread-safe hash library, implemented in C, and provides a uniform
interface to a large number of hash algorithms (MD5, SHA-1, HAVAL, RIPEMD128,
RIPEMD160, TIGER, GOST). These algorithms can be used to compute checksums,
message digests, and other signatures. The HMAC support implements the basics
for message authentication,  following RFC 2104.

%package -n	%{develname}
Summary:	Header files and libraries for developing apps which will use mhash
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	mhash-devel = %{version}-%{release}
Obsoletes:	%{mklibname mhash 2 -d}

%description -n	%{develname}
Mhash is a thread-safe hash library, implemented in C, and provides a uniform
interface to a large number of hash algorithms (MD5, SHA-1, HAVAL, RIPEMD128,
RIPEMD160, TIGER, GOST). These algorithms can be used to compute checksums,
message digests, and other signatures. The HMAC support implements the basics
for message authentication,  following RFC 2104.

The mhash-devel package contains the header files and libraries needed to
develop programs that use the mhash library.

Install the mhash-devel package if you want to develop applications that will
use the mhash library.

%prep

%setup -q
%patch2 -p1 -b .alignment
%patch3 -p1 -b .force64bit-tiger
%patch4 -p1 -b .fix-snefru-segfault
%patch5 -p1 -b .fix-mem-leak
%patch6 -p1 -b .fix-whirlpool-segfault
%patch7 -p1 -b .fix-autotool-stomping
%patch8 -p1 -b .maxint
%patch9 -p1 -b .alignment2
%patch10 -p1 -b .fix

%build
autoreconf -fis

%configure2_5x \
    --disable-static \
    --enable-shared

# If this exits, the multiarch patch needs an update.
grep 'define SIZEOF_' include/mutils/mhash_config.h && exit 1

%make

%check
make check

%install
rm -rf %{buildroot}

%makeinstall_std

# install _all_ headers
install -m0644 include/*.h %{buildroot}%{_includedir}/
install -m0644 include/mutils/*.h %{buildroot}%{_includedir}/mutils/

# Eliminate some autoheader definitions which should not enter a public API.
# There are more which wait for a fix upstream.
sed -i 's!\(#define \(PACKAGE\|VERSION \).*\)!/* \1 */!g' %{buildroot}%{_includedir}/mutils/mhash_config.h

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc AUTHORS COPYING INSTALL ChangeLog NEWS README TODO doc/*.c doc/skid2* 
%{_includedir}/*.h
%dir %{_includedir}/mutils
%{_includedir}/mutils/*.h
%{_libdir}/*.so
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.9.9-9
+ Revision: ea12363
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17674 |14mr|MHonArc-2.6.18-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Perl mail-to-HTML converter
Name:		MHonArc
Version:	2.6.18
Release:	7
License:	GPL
Group:		Networking/WWW
URL:		http://www.mhonarc.org/
Source:		http://www.mhonarc.org/release/MHonArc/tar/%{name}-%{version}.tar.gz
Patch0:		MHonArc-2.6.15-fix-perl.patch
Requires:	perl
Provides:	mhonarc = %{version}-%{release}
BuildArch:	noarch

%description
MHonArc provides HTML mail archiving with index, mail thread linking, etc; plus
other capabilities including support for MIME and powerful user customization
features. 

%prep
%setup -q
%patch0 -p1

%build

%install
perl install.me -batch -libpath %{buildroot}%{_datadir}/MHonArc -nodoc \
	-manpath %{buildroot}%{_mandir} -binpath %{buildroot}%{_bindir}

# just in case
cd %{buildroot}
find . -type f -exec perl -pi -e "s|%{buildroot}||g" {} \;

%files
%doc ACKNOWLG BUGS CHANGES README.txt RELNOTES
%doc doc examples extras logo
%{_bindir}/*
%{_datadir}/MHonArc
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6.18-7
+ Revision: 963fdd9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17675 |14mr|microcode_ctl-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_version 2.1-2

Summary:   Intel / AMD CPU Microcode Utility
Name:      microcode_ctl
Version:   2.1
Release:   3
Group:     System/Kernel and hardware
License:   GPLv2
Url:       http://fedorahosted.org/microcode_ctl
Source0:   http://fedorahosted.org/released/microcode_ctl/%{name}-%{upstream_version}.tar.xz
Requires:  linux-firmware
Obsoletes: microcode
Provides:  microcode
ExclusiveArch: %ix86 x86_64

%description
The microcode_ctl utility is a companion to the microcode driver written
by Tigran Aivazian <tigran@aivazian.fsnet.co.uk>.

The microcode update is volatile and needs to be uploaded on each system
boot i.e. it doesn't reflash your cpu permanently, reboot and it reverts
back to the old microcode.

%prep
%setup -q -n %{name}-%{upstream_version}

%build
make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean

%files
/usr/sbin/intel-microcode2ucode
/lib/firmware/*
%doc /usr/share/doc/microcode_ctl/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 7a778bf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17676 |14mr|migration-assistant-0.6.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Migration Assistant
Name:    migration-assistant
Version: 0.6.12
Release: 2
Source0: http://archive.ubuntu.com/ubuntu/pool/main/m/%{name}/%{name}_%{version}.tar.gz
Patch0:	migration-assistant-xdg.patch
Patch1:	migration-assistant-0.6.2-fix-str-fmt.patch
License: GPLv2+
Group: System/Configuration/Other
Url: https://launchpad.net/migration-assistant
BuildRequires: libxml2-devel

%description
Migration Assistant imports documents and settings from other
operating systems during the install process.

%prep
%setup -q
%patch0 -p1 -b .xdg
%patch1 -p0

%build
export CC="gcc %{optflags} -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
%make

%install
%makeinstall_std
install -m755 ma-search-users %{buildroot}%{_bindir}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/ma-import
%{_bindir}/ma-search-items
%{_bindir}/ma-search-users



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.12-2
+ Revision: 1d96e9c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17677 |14mr|migrationtools-47-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name MigrationTools
%define name migrationtools
%define version 47
%define release 11

Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	BSD-like
URL:		http://www.padl.com/OSS/MigrationTools.html
Summary:	Tools for migrating local/NIS account information to LDAP
Group:		System/Configuration/Other
Provides:	%{real_name} = %{version}-%{release}
Requires:	openldap-clients
Source:		http://www.padl.com/download/%{real_name}-%{version}.tar.bz2
Source3:        migration-tools.txt
Source4:        migrate_automount.pl
Patch40:        MigrationTools-47-instdir.patch
Patch41:        MigrationTools-36-mktemp.patch
Patch42:        MigrationTools-47-simple.patch
Patch43:        MigrationTools-47-suffix.patch
Patch44:        MigrationTools-24-schema.patch
Patch45:        MigrationTools-45-i18n.patch
# http://bugzilla.padl.com/show_bug.cgi?id=236
Patch46:        MigrationTools-47-dc.patch
Buildarch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}-root

%description
The MigrationTools are a set of Perl scripts for migrating users, groups,
aliases, hosts, netgroups, networks, protocols, RPCs, and services from 
existing nameservices (flat files, NIS, and NetInfo) to LDAP.

Please note that the migration scripts honour the following environment
variables:

DEFAULT_MAIL_DOMAIN
LDAPADD 	Path the ldapadd executable, for online migration
LDIF2LDBM	Path the ldif2ldbm executable
LDAPHOST	Your LDAP server, for online migration.
LDAP_BASEDN
LDAP_BINDDN	The distinguished name to bind to the LDAP server as, for online
		migration.
LDAP_BINDCRED	The password to bind to the LDAP server with, for online 
		migration.

%prep
%setup -q -n %{real_name}-%{version}
%patch40 -p1 -b .instdir
%patch41 -p1 -b .mktemp
%patch42 -p1 -b .simple
%patch43 -p1 -b .suffix
%patch45 -p2 -b .i18n
%patch46 -p1 -b .dc
cp %{SOURCE3} .

%build

perl -pi -e "s,'migrate_common\.ph','%{_datadir}/%{name}/migrate_common.ph',g" *.pl *.sh *.ph

%install
rm -Rf %{buildroot}

install -d %{buildroot}%{_datadir}/%{name}
install -m 755 {*.pl,*.sh,*.txt,*.ph} %{buildroot}%{_datadir}/%{name}
install -m 755 %{SOURCE4} %{buildroot}%{_datadir}/%{name}
#install -m 644 MigrationTools-%{migtools_ver}/README %{SOURCE3} %{buildroot}%{_datadir}/%{name}

%clean
rm -Rf %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/%{name}
%doc README migration-tools.txt




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 47-11
+ Revision: 7c2b051
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17678 |14mr|mikmod-3.2.2-1.beta1.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	mikmod
%define	version	3.2.2
%define prerel beta1
%define	release	%mkrel 1.%prerel.6

Name:		%{name}
Summary:	A MOD music file player
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		Sound 
Source0:	%{name}-%{version}-%prerel.tar.gz
#gw P0 from Fedora, fix compiler warnings
Patch0:		mikmod-3.2.2-beta1-missing-protos.patch
Patch1:		mikmod-3.2.2-fix-str-fmt.patch
URL:		http://mikmod.raphnet.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	libmikmod-devel ncurses-devel

%description
MikMod is one of the best and most well known MOD music file players for 
UNIX-like systems.  This particular distribution is intended to compile
fairly painlessly in a Linux environment. MikMod uses the OSS /dev/dsp
driver including all recent kernels for output, and will also write .wav
files. Supported file formats include MOD, STM, S3M, MTM, XM, ULT, and IT.
The player uses ncurses for console output and supports transparent
loading from gzip/pkzip/zoo archives and the loading/saving of playlists.

Install the mikmod package if you need a MOD music file player.

%prep
%setup -q -n %name-%version-%prerel
%patch0 -p1 -b .missing-protos
%patch1 -p0

%build
%configure2_5x	--enable-color-interface
%make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -fr %{buildroot}

%files
%defattr(-, root, root)
%doc AUTHORS NEWS README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%_datadir/%name




%changelog
* Sun Feb 05 2012 root <root@build-client_i586-1.rosalab.ru> 3.2.2-1.beta1.6
+ Revision: bb1b206
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17679 |14mr|min12xxw-0.0.9-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A printer filter for Minolta 1[234]xx W printers
Name:		min12xxw
Version:	0.0.9
Release:	16
License:	GPL
Group:		System/Printing
URL:		http://www.hinterbergen.de/mala/min12xxw/
Source0:	http://www.hinterbergen.de/mala/min12xxw/%{name}-%{version}.tar.gz
Patch0:		min12xxw-0.0.9-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	gettext-devel
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
This is min12xxw, a filter to convert pbmraw data such as produced by
ghostscript to the printer language of Minolta 1[234]xx W printers.

%prep

%setup -q
%patch0 -p0 -b .format_not_a_string_literal_and_no_format_arguments
%build

%configure2_5x

%make

%install
rm -rf %{buildroot}

%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog FAQ NEWS README format.txt
%attr(0755,root,root) %{_bindir}/esc-m
%attr(0755,root,root) %{_bindir}/min12xxw
%attr(0644,root,root) %{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.9-16
+ Revision: 1e26412
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17680 |14mr|ming-0.4.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname ming %{major}
%define devname %mklibname ming -d

Summary:	Ming - an SWF output library
Name:		ming
Version:	0.4.5
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.libming.org/
Source0:	http://prdownloads.sourceforge.net/ming/%{name}-%{version}.tar.bz2
Patch0:		ming-automake-1.13.patch
Patch1:		ming-0.4.5-giflib51.patch
BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	jpeg-devel
BuildRequires:	giflib-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
# gotta conflict here, otherwise stuff will be linked against installed libs...
BuildConflicts:	ming-devel

%description
Ming is a c library for generating SWF ("Flash") format movies. This 
package only contains the basic c-based library.

%package -n	%{libname}
Summary:	Ming - an SWF output library
Group:		System/Libraries

%description -n	%{libname}
Ming is a c library for generating SWF ("Flash") format movies.
This package only contains the basic c-based library.

%package -n	%{devname}
Summary:	Ming development files
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package contains the development files for %{name}.

%package -n	perl-SWF
Summary:	Ming perl module
Group:		Development/Perl
Provides:	perl-ming = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	perl-SWF
Ming perl module - perl wrapper for the Ming library.

%package -n	python-SWF
Summary:	Ming python module
Group:		Development/Python

%description -n	python-SWF
Python module - python wrapper for the Ming library.

%package -n	%{name}-utils
Summary:	Ming utilities
Group:		File tools

%description -n %{name}-utils
This package contains various ming utilities.

%prep
%setup -q
%apply_patches

# fix attribs
find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

# cleanup
for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# fix python
perl -pi -e "s|/usr/local/include\b|%{_includedir}|g;s|/usr/local/lib\b|%{_libdir}|g" py_ext/setup.py
autoreconf -fi

%build
%configure2_5x \
	--enable-shared \
	--disable-static

%make

pushd perl_ext
    perl Makefile.PL LIBS="-L%{_libdir} -ljpeg `pkg-config --libs libpng` -lz -lm -lgif" INSTALLDIRS=vendor </dev/null
    make
#    make test
popd

pushd py_ext
    env CFLAGS="%{optflags}" python setup.py build
popd

%install
%makeinstall_std

# install the perl extension
%makeinstall_std -C perl_ext

# install the python extension
pushd py_ext
    python setup.py install --root=%{buildroot}
popd

# fix docs
cp perl_ext/README perl_ext.README
cp util/README util.README
chmod 644 NEWS HISTORY INSTALL *README* TODO

# cleanup
rm -rf %{buildroot}%{perl_vendorlib}/*/auto/SWF/include
rm -rf %{buildroot}%{_libdir}/libming.*a

# nuke rpath
find %{buildroot}%{perl_vendorlib} -name "*.so" | xargs chrpath -d

chmod 755 %{buildroot}%{_bindir}/ming-config

%multiarch_binaries %{buildroot}%{_bindir}/ming-config

# install man pages
install -d %{buildroot}%{_mandir}/man1
install -m0644 docs/man/*.1 %{buildroot}%{_mandir}/man1/

%files -n %{libname}
%{_libdir}/libming.so.%{major}*

%files -n %{devname}
%doc NEWS HISTORY README TODO
%{multiarch_bindir}/ming-config
%{_bindir}/ming-config
%{_libdir}/libming.so
%{_libdir}/pkgconfig/libming.pc
%{_includedir}/*

%files -n perl-SWF
%doc perl_ext.README perl_ext/examples
%dir %{perl_vendorlib}/*/auto/SWF
%dir %{perl_vendorlib}/*/SWF
%{perl_vendorlib}/*/auto/SWF/SWF.so
%{perl_vendorlib}/*/*.pm
%{perl_vendorlib}/*/SWF/*.pm
%{_mandir}/man3*/SWF*

%files -n python-SWF
%doc py_ext/README
%{py_platsitedir}/*.so
%{py_platsitedir}/*.py*
%{py_platsitedir}/*.egg-info

%files -n %{name}-utils
%doc util.README
%{_bindir}/dbl2png
%{_bindir}/gif2dbl
%{_bindir}/gif2mask
%{_bindir}/listaction
%{_bindir}/listaction_d
%{_bindir}/listfdb
%{_bindir}/listjpeg
%{_bindir}/listmp3
%{_bindir}/listswf
%{_bindir}/listswf_d
%{_bindir}/makefdb
%{_bindir}/makeswf
%{_bindir}/png2dbl
%{_bindir}/raw2adpcm
%{_bindir}/swftocxx
%{_bindir}/swftoperl
%{_bindir}/swftophp
%{_bindir}/swftopython
%{_bindir}/swftotcl
%{_mandir}/man1/dbl2png.1*
%{_mandir}/man1/gif2dbl.1*
%{_mandir}/man1/gif2mask.1*
%{_mandir}/man1/listfdb.1*
%{_mandir}/man1/listjpeg.1*
%{_mandir}/man1/listmp3.1*
%{_mandir}/man1/makefdb.1*
%{_mandir}/man1/makeswf.1*
%{_mandir}/man1/png2dbl.1*
%{_mandir}/man1/raw2adpcm.1*
%{_mandir}/man1/swftocxx.1*
%{_mandir}/man1/swftoperl.1*
%{_mandir}/man1/swftophp.1*
%{_mandir}/man1/swftopython.1*
%{_mandir}/man1/swftotcl.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.5-3
+ Revision: 18f9425
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17681 |14mr|mingetty-1.08-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	A compact getty program for virtual consoles only
Name: 		mingetty
Version: 	1.08
Release: 	9
Group: 		System/Base
License:	GPL
URL:		http://mingetty.sourceforge.net/
Source0: 	http://downloads.sourceforge.net/mingetty/%{name}-%{version}.tar.gz
Patch0:		mingetty-1.00-opt.patch
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The mingetty program is a lightweight, minimalist getty program for
use only on virtual consoles.  Mingetty is not suitable for serial
lines (you should use the mgetty program instead for that purpose).

%prep
%setup -q
%patch0 -p1 -b .opt

%build
%serverbuild

%make RPM_OPTS="%{optflags}" LDFLAGS="%{ldflags}"

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
install -D mingetty %{buildroot}/sbin/mingetty
install -D mingetty.8 %{buildroot}%{_mandir}/man8/mingetty.8

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc COPYING
%attr(755,root,root) /sbin/mingetty
%{_mandir}/man8/mingetty.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.08-9
+ Revision: 8bed89b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17682 |14mr|minicom-2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A text-based modem control and terminal emulation program
Name:		minicom
Version:	2.5
Release:	4
License:	GPLv2+
Group:		Communications
URL:		http://alioth.debian.org/projects/minicom/
Source:		http://alioth.debian.org/frs/download.php/3195/minicom-%{version}.tar.gz
Requires:	lrzsz
Requires:	setserial
Requires:	lockdev-baudboy
BuildRequires:	ncurses-devel
Buildroot:	%{_tmppath}/%{name}-%{version}

%description
Minicom is a simple text-based modem control and terminal emulation program
somewhat similar to MSDOS Telix. Minicom includes a dialing directory, full
ANSI and VT100 emulation, an (external) scripting language, and other features.

Minicom should be installed if you need a simple modem control program or
terminal emulator.

Run 'minicom -s' as root to create a system wide configuration. Users need
read/write permissions on the serial port devices in order to use minicom.

%prep
%setup -q

%build
%configure2_5x --disable-rpath
%make

%install
rm -rf %{buildroot}
%makeinstall_std
%find_lang %name

%clean
rm -rf %{buildroot}

%files -f %name.lang
%defattr(-,root,root)
%doc NEWS AUTHORS INSTALL README TODO
%doc doc/Announce* doc/COMPATABILITY.lrzsz doc/HistSearch
%doc doc/Locales doc/Macros doc/QuickStart.modemu doc/README.lrzsz
%doc doc/TODO.lrzsz doc/Todo* doc/copyright.modemu doc/fselector.txt
%doc doc/japanese doc/minicom.FAQ doc/modemu.README doc/pl-translation.txt 
%doc doc/portugues-brasil doc/suomeksi doc/ChangeLog.old
%attr(755,root,dialout) %{_bindir}/minicom
%{_bindir}/runscript
%{_bindir}/xminicom
%{_bindir}/ascii-xfr
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5-4
+ Revision: 48599d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17683 |14mr|mirrordir-0.10.49-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# (fg) 20010112 Library stuff...
#

%define name2 diffie
%define libname2 %mklibname %name2 1
%define develname %mklibname -d %name2

Name: mirrordir
Summary: Easy to use ftp mirroring package
Version: 0.10.49
Release: 19
Source: ftp://ftp.obsidian.co.za/pub/mirrordir/mirrordir-%{version}.tar.bz2
Patch0: mirrordir-0.10.49-confpath.patch
Patch1: mirrordir-zlib-1.1.3-zfree.patch
Patch2: mirrordir-0.10.49-varargs.patch
Patch3: mirrordir-0.10.49-64bit-fixes.patch
Patch4: mirrordir-0.10.49-pam_pwdb.patch
# (tv) use system zlib:
Patch5: mirrordir-use-system-libs.patch
Patch6: mirrordir-0.10.49-fix-str-fmt.patch
Patch7: mirrordir-0.10.49-fix-install.patch
BuildRequires: automake autoconf zlib-devel
Group: Networking/File transfer 
URL: ftp://ftp.obsidian.co.za/pub/mirrordir/
BuildRoot: %_tmppath/%name-%version-root
License: GPLv2+
Requires: %libname2 = %version

%description
Easy to use ftp mirroring package - simply use
mirrordir ftp://some.where.com/dir /some/local/dir

%package -n %libname2
Summary: The diffie library, necessary to run mirrordir
Group: System/Libraries

%description -n %libname2
The diffie library, necessary to run mirrordir.

%package -n %{develname}
Summary: Static version of the diffie library
Group: Development/C
Requires: %libname2 = %{version}
Provides: lib%{name2}-devel = %version
Provides: %name-devel = %version
Obsoletes: %{mklibname -d %name2 1}

%description -n %{develname}
Static version of the diffie library

%prep
%setup -q
%patch0 -p1 -b .confpath
%patch1 -p1 -b .zfree
%patch2 -p1 -b .varargs
%patch3 -p1 -b .64bit-fixes
%patch4 -p1 -b .pam_pwdb
%patch5 -p1 -b .sys_libs
%patch6 -p1 -b .str
%patch7 -p1 -b .install

%build
autoreconf -fi
%configure2_5x --enable-zlib \
	CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
%make

%install

%makeinstall_std

%files 
%defattr(-,root,root,755)
%doc AUTHORS BUGS COPYING README NEWS THANKS TODO
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/mirrordir
%config(noreplace) %{_sysconfdir}/secure*
%config(noreplace) %{_sysconfdir}/pam.d/*
%{_mandir}/man*/*

%files -n %libname2
%defattr(-,root,root,755)
%doc AUTHORS BUGS COPYING README NEWS THANKS TODO
%{_libdir}/lib%{name2}.so.*

%files -n %{develname}
%defattr(-,root,root,755)
%doc AUTHORS BUGS COPYING README NEWS THANKS TODO
%{_libdir}/lib%{name2}.so
%{_libdir}/lib%{name2}.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.49-19
+ Revision: f3c9257
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17684 |14mr|mjpegtools-2.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2.0
%define major 0
%define libname %mklibname %{name}%{api}_ %{major}
%define devname %mklibname -d %{name}

Summary:	Tools for recording, editing, playing back and mpeg-encoding video under linux
Name:		mjpegtools
Version:	2.0.0
Release:	7
License:	GPLv2+
Group:		Video
Url:		http://mjpeg.sourceforge.net
Source: 	http://prdownloads.sourceforge.net/mjpeg/%{name}-%{version}.tar.gz
Patch0:		mjpegtools-2.0.0-format-strings.patch
Patch1: 	mjpegtools-1.9.0rc1-x86_64.patch
Patch4:		mjpegtools-1.9.0-link.patch
BuildRequires:	autoconf
BuildRequires:	nasm
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gtk+-2.0)
Buildrequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libquicktime)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(SDL_gfx)
BuildRequires:	pkgconfig(xxf86dga)

%description
The MJPEG-tools are a basic set of utilities for recording, editing, 
playing back and encoding (to mpeg) video under linux. Recording can
be done with zoran-based MJPEG-boards (LML33, Iomega Buz, Pinnacle
DC10(+), Marvel G200/G400), these can also playback video using the
hardware. With the rest of the tools, this video can be edited and
encoded into mpeg1/2 or divx video.

%files
%doc AUTHORS BUGS ChangeLog CHANGES COPYING HINTS INSTALL NEWS PLANS README* TODO
%{_bindir}/*
%{_mandir}/man1/*
%{_infodir}/mjpeg-howto.info*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Provides:	libmjpegtools = %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/lib*-%{api}.so.%{major}*
%ifarch %{ix86}
%{_libdir}/sse2/lib*-%{api}.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%{_mandir}/man5/yuv4mpeg.5*
%{_includedir}/mjpegtools
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .format-strings
%patch1 -p1
%patch4 -p0

libtoolize --copy --force
autoreconf
# toolame isn't in Mandriva, mp2enc is, so use that
perl -p -i -e 's/\-\"toolame\"/\-\"mp2enc\"/g' scripts/lav2mpeg

%build
export CPPFLAGS="%{optflags} -fpermissive"
export CFLAGS="%{optflags}"
export PTHREAD_LIBS="-lpthread"

# build i686/mmx dynamic library
%ifarch %{ix86}
mkdir build-i686
pushd build-i686
CONFIGURE_TOP=.. %configure2_5x \
	--enable-simd-accel \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--without-v4l \
	--disable-static

make
popd
%endif

# build regular package
%if %{_target_cpu} == "i686"
%else
mkdir build-%{_target_cpu}
%endif

pushd build-%{_target_cpu}
CONFIGURE_TOP=.. %configure2_5x \
	--disable-simd-accel \
	--libdir=%{_libdir} \
	--without-v4l \
	--disable-static

make
popd

%install
%ifarch %{ix86}
pushd build-i686
%makeinstall_std
popd
mkdir -p %{buildroot}%{_libdir}/sse2
mv %{buildroot}%{_libdir}/*.so.* %{buildroot}%{_libdir}/sse2/
%endif

pushd build-%{_target_cpu}
%makeinstall_std
popd

cp mpeg2enc/mpeg2syntaxcodes.h %{buildroot}%{_includedir}/mjpegtools/


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-7
+ Revision: b877ad9
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17685 |14mr|mkcomposecache-1.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: mkcomposecache
Version: 1.2.1
Release: 6
Summary: Used for creating global (system-wide) Compose cache files
Group: System/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: pkgconfig(x11)

%description
mkcomposecache is used for creating global (system-wide) Compose cache files.

Compose cache files help with application startup times and memory usage,
especially in locales with large Compose tables (e.g. all UTF-8 locales).

The tool only makes sense with libX11 1.0.2 and higher.
Included is a script mkallcomposecaches.sh that creates global cache
files for all supported locales.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x 	--x-includes=%{_includedir} \
		--x-libraries=%{_libdir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_sbindir}/mkcomposecache
%{_mandir}/man8/mkcomposecache.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.1-6
+ Revision: 8a086dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17686 |14mr|mkdosfs-with-dir-1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mkdosfs-with-dir
%define version 1.0
%define release 11

Summary: Create a DOS image from a directory
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}
License: GPL
Group: File tools
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Requires: dosfstools

%description
Create a DOS image from a directory without being superuser.

%install
rm -rf $RPM_BUILD_ROOT
install -D -m 4755 %SOURCE0 $RPM_BUILD_ROOT/usr/bin/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-11
+ Revision: 992ae16
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17687 |14mr|mkfontdir-1.0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mkfontdir
Version:	1.0.7
Release:	3
Summary:	Create an index of X font files in a directory
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires:	x11-util-macros >= 1.0.1
# mkfontdir is currently nothing more than a call to mkfontscale
Requires:	mkfontscale
BuildArch:	noarch

%description
Mkfontdir creates an index of X font files in a directory.

For each directory argument, mkfontdir reads all of the font files in the
directory searching for properties named "FONT", or (failing that) the name of
the file stripped of its suffix. These are converted to lower case and used as
font names, and, along with the name of the font file, are written out to the
file "fonts.dir" in the directory. The X server and font server use "fonts.dir"
to find font files.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/mkfontdir
%{_mandir}/man1/mkfontdir.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.7-3
+ Revision: 42c67e2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17688 |14mr|mkfontscale-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mkfontscale
Version:	1.1.0
Release:	3
Summary:	Create an index of scalable font files for X
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
# add a few extra encodings
Patch0:		mkfontscale-1.0.3-mdv.patch

BuildRequires:	pkgconfig(fontenc)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(x11)
BuildRequires:	x11-util-macros

%description
For each directory argument, mkfontscale reads all of the scalable font files
in the directory. For every font file found, an X11 font name (XLFD) is
generated, and is written together with the file name to a file fonts.scale in
the directory.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/mkfontscale
%{_mandir}/man1/mkfontscale.*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-3
+ Revision: 1c75755
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17689 |14mr|mkinitrd-6.0.93-32
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	Creates an initial ramdisk image for preloading modules
Name:		mkinitrd
Version:	6.0.93
Release:	32
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.redhat.com/
Source0:	mkinitrd-%{version}.tar.bz2
# Mageia sources
Source100:	mkinitrd-sysconfig
# These patches come from our git branch
# Please add the patches there
# git checkout
# sed -i '/^#BEGINGIT/,/^#ENDGIT/ {/^[^#]/d}' ~/co/mkinitrd/SPECS/mkinitrd.spec
# git format-patch -N master | while read p; do name=$(echo $p | sed 's/^....-//'); n=$(echo $p | sed 's/^00\(..\)-.*$/\1/'); mv -f $p ~/co/mkinitrd/SOURCES/$name; sed -i "s/^#ENDGIT/Patch1$n: $name\n#ENDGIT/" ~/co/mkinitrd/SPECS/mkinitrd.spec; done
#BEGINGIT
Patch101:	Create-etc-blkid.patch
Patch102:	Fix-regexp-usage-to-work-on-bash-3.2.patch
Patch103:	Add-missing-closedir.patch
Patch104:	Display-current-kernel-version-in-usage.patch
Patch105:	Handle-root-devno-from-lilo.patch
Patch106:	Include-driver-for-current-keyboard.patch
Patch107:	Get-correct-module-when-rootfs-is-auto-in-fstab.patch
Patch108:	Handle-gzip-compressed-modules.patch
Patch109:	Fix-handling-return-value-of-dm_task_run.patch
Patch110:	Enforce-loading-correct-disk-driver.patch
Patch111:	Fix-detection-of-usb_storage-module.patch
Patch112:	Fix-resolving-library-deps.patch
Patch113:	Disable-selinux.patch
Patch114:	Disable-network-support.patch
Patch115:	Add-support-for-bootchartd.patch
Patch116:	Disable-usb-by-default.patch
Patch117:	Don-t-overflow-ppoll.patch
Patch118:	Reset-counter-between-the-tree-traversals.patch
Patch119:	Return-the-last-kernel-arg-with-given-name.patch
Patch120:	Let-readlink-compute-the-absolute-path-for-us.patch
Patch121:	Include-both-ahci-and-ata_piix.patch
Patch122:	Source-sysconfig-later.patch
Patch123:	Resume.patch
Patch124:	Include-ide-modules.patch
Patch125:	Allow-overriding-DSDT.patch
Patch126:	scsi_alias.patch
Patch127:	checkroot.patch
Patch128:	hooks.patch
Patch129:	Wait-only-for-needed-devices.patch
Patch130:	kbd-is-in-usr.patch
Patch131:	Handle-SYSFONTACM-8859-15.patch
Patch132:	Restrict-udev-messages-to-handle.patch
Patch133:	Fix-waiting-in-devices.patch
Patch134:	Fix-dmraid-to-wait-for-needed-disks.patch
Patch135:	no-longer-uses-daemonize-to-start-plymouth-upstream-.patch
Patch136:	Add-drm-detection-if-module-is-not-loaded.patch
Patch137:	devtmpfs-support.patch
Patch138:	Workaround-issue-on-dmraid-10.patch
Patch139:	Create-urandom-for-LVM.patch
Patch140:	Detect-devtmpfs-support-at-boot-time.patch
Patch141:	Improve-keyboard-drivers-detection.patch
Patch142:	Always-emit-plymouth.patch
Patch143:	Revert-Add-drm-detection-if-module-is-not-loaded.patch
Patch144:	Add-drm-whitelist-handling.patch
Patch145:	Add-drm-drivers-for-hardware-with-no-currently-loade.patch
Patch146:	change-filelist-for-new-bootchart.patch
Patch147:	Include-additionnal-hid-keyboard-drivers-57872.patch
Patch148:	Include-crc32c-for-btrfs-51622.patch
Patch149:	Fix-cciss-support-59077.patch
Patch150:	Fix-nash-firmware-loading-see-53220.patch
#ENDGIT
Patch201:	0001-Do-not-load-KMS-drivers-when-booted-with-nokmsboot-o.patch
Patch202:	0002-Whitelist-nouveau-and-radeon-drivers.patch
Patch203:	0003-Fix-build-with-gcc4.6.patch
Patch204:	mkinitrd-usb-input-usbhid-only.patch
Patch205:	mkinitrd-6.0.93-use-oom_score_adj.patch
Patch206:	mkinitrd-6.0.93-xz-support.patch
Patch207:	mkinitrd-6.0.93-tirpc.patch

BuildRequires:	util-linux-ng
BuildRequires:	elfutils-devel
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(devmapper)
BuildRequires:	pkgconfig(libparted)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(python)
Requires:	coreutils
Requires:	cpio
Requires:	diffutils
Requires:	e2fsprogs
Requires:	filesystem
Requires:	findutils
Requires:	grep
Requires:	gzip
Requires:	initscripts
Requires:	kpartx
Requires:	mktemp
Requires:	module-init-tools
Requires:	mount
Requires:	tar
Requires:	util-linux-ng

Requires:	nash = %{version}-%{release}
#mkinitrd can work without those, but lesser versions are broken
#Conflicts: udev <= 0.51-1
Conflicts:	bootsplash < 3.1.12
Conflicts:	bootloader-utils < 1.8-1
Conflicts:	dmraid < 1.0.0-0.rc15
Conflicts:	lvm1 < 1.0.8-2
Conflicts:	lvm2 < 2.01.09
Conflicts:	mdadm < 2.5.3-3
Requires(post,postun):	update-alternatives

%description
mkinitrd creates filesystem images for use as initial ram filesystem
(initramfs) images.  These images are used to find and mount the root
filesystem.

%files
%attr(755,root,root) /sbin/mkinitrd-mkinitrd
%attr(644,root,root) %{_mandir}/man8/mkinitrd.8*
# Mageia
%config(noreplace) %{_sysconfdir}/sysconfig/mkinitrd
%dir %{_prefix}/libexec
%{_prefix}/libexec/initrd-functions

%post
update-alternatives --install /sbin/mkinitrd mkinitrd /sbin/mkinitrd-mkinitrd 100 || :

%postun
[[ ! -e /sbin/mkinitrd-mkinitrd ]] && update-alternatives --remove mkinitrd /sbin/mkinitrd-mkinitrd || :

# this is the version we introduced alternatives
%triggerpostun -- mkinitrd < 6.0.93-10
update-alternatives --install /sbin/mkinitrd mkinitrd /sbin/mkinitrd-mkinitrd 100 || :

#----------------------------------------------------------------------------

%package devel
Summary:	C header files and library for functionality exported by libnash
Group:		Development/C
Requires:	mkinitrd
Requires:	glibc-devel
Requires:	pkgconfig(ext2fs)
Requires:	nash = %{EVRD}

%description devel
C header files and library for functionality exported by libnash

%files devel
%{_libdir}/libnash.so
%{_libdir}/libbdevid.so
%{_libdir}/libbdevidprobe.a
%{_libdir}/pkgconfig/libnash.pc
%{_libdir}/pkgconfig/libbdevid.pc
%{_libdir}/pkgconfig/libbdevidprobe.pc
%{_includedir}/nash.h
%{_includedir}/nash
%{_includedir}/bdevid.h
%{_includedir}/bdevid

#----------------------------------------------------------------------------

%package -n libbdevid-python
Summary:	Python bindings for libbdevid
Group:		Development/Other
Requires:	nash = %{EVRD}

%description -n libbdevid-python
Python bindings for libbdevid.

%files -n libbdevid-python
%{python_sitearch}/bdevid.so

#----------------------------------------------------------------------------

%package -n nash
Summary:	Nash shell
Group:		System/Kernel and hardware
Provides:	libbdevid = %{EVRD}
Obsoletes:	libbdevid < %{EVRD}
Conflicts:	mkinitrd < 6.0.28-2
Requires(post,postun):	update-alternatives

%description -n nash
nash shell used by initrd

%files -n nash
%attr(644,root,root) %{_mandir}/man8/nash.8*
%attr(755,root,root) /sbin/nash
%attr(755,root,root) /sbin/lsinitrd-mkinitrd
/%{_lib}/bdevid
%{_libdir}/libnash.so.*
%{_libdir}/libbdevid.so.*

%post -n nash
update-alternatives --install /sbin/lsinitrd lsinitrd /sbin/lsinitrd-mkinitrd 100 || :

%postun -n nash
[[ ! -e /sbin/lsinitrd-mkinitrd ]] && update-alternatives --remove lsinitrd /sbin/lsinitrd-mkinitrd || :

# this is the version we introduced alternatives
%triggerpostun -n nash -- nash < 6.0.93-11
update-alternatives --install /sbin/lsinitrd lsinitrd /sbin/lsinitrd-mkinitrd 100 || :

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

find . -name "Makefile*" -exec sed -i 's|-Werror||g' {} \;

%build
make LIB=%{_lib}
make LIB=%{_lib} test

%install
make LIB=%{_lib} DESTDIR=%{buildroot} mandir=%{_mandir} install
rm -f %{buildroot}/sbin/bdevid %{buildroot}/%{_includedir}/blkent.h

# Mageia
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE100} %{buildroot}%{_sysconfdir}/sysconfig/mkinitrd

rm -f %{buildroot}/sbin/installkernel
rm -f %{buildroot}/usr/libexec/mkliveinitrd
mv -f %{buildroot}/sbin/mkinitrd %{buildroot}/sbin/mkinitrd-mkinitrd
mv -f %{buildroot}/sbin/lsinitrd %{buildroot}/sbin/lsinitrd-mkinitrd


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.0.93-32
+ Revision: d462278
- Add patch to fix build with tirpc, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17690 |14mr|mknod-m600-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mknod-m600
%define version 1.2
%define release 7

Summary: Create block/character devices as normal user
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}
License: GPL
Group: File tools
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch


%description
Create block/character devices as normal user.

This is only useful when building images (eg: rescue, install).

%install
rm -rf $RPM_BUILD_ROOT
install -D -m 4755 %SOURCE0 $RPM_BUILD_ROOT/usr/bin/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-7
+ Revision: 95a33af
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17691 |14mr|mkvtoolnix-7.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Matroska multimedia file utils



Name:		mkvtoolnix
Version:	7.1.0
Release:	1
Url:		http://www.bunkus.org/videotools/mkvtoolnix/
Source0:	http://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.xz
License:	GPLv2+ and LGPLv2+
Group:		Video
BuildRequires:	bzip2-devel
BuildRequires:	libebml-devel >= 1.3.0
BuildRequires:	liblzo-devel
BuildRequires:	libmatroska-devel >= 1.4.1
BuildRequires:	magic-devel
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	boost-devel >= 1.46
BuildRequires:	ruby

%description
These tools allow information about (mkvinfo) or extraction
from (mkvdemux) or creation of (mkvmerge) or the splitting of
(mkvsplit) Matroska files. Matroska is a new multimedia file
format aiming to become THE new container format for the future. You
can find more information about it and its underlying technology, the
Extensible Binary Meta Language (EBML), at http://www.matroska.org/

%files -f %{name}.lang
%doc README TODO ChangeLog* COPYING
%{_bindir}/*
%{_datadir}/applications/mkvinfo.desktop
%{_datadir}/applications/mkvmergeGUI.desktop
%{_datadir}/icons/hicolor/*/apps/*.*
%{_datadir}/mime/packages/%{name}.xml
%{_mandir}/man1/*
%lang(ja) %{_mandir}/ja/man1/*
%lang(de) %{_mandir}/de/man1/*
%lang(nl) %{_mandir}/nl/man1/*
%lang(uk) %{_mandir}/uk/man1/*
%lang(zh_CN) %{_mandir}/zh_CN/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# Add workaround for bug in gcc 4.7.2_2012.07
# otherwise configure won't find lambda functions support
%setup_compile_flags
export CXXFLAGS=`echo $CXXFLAGS | sed s/-gdwarf-4//`

%configure2_5x --with-wx-config=%{_bindir}/wx-config-unicode
./drake %{_smp_mflags}

%install
./drake install DESTDIR=%{buildroot}
%find_lang %{name}

%changelog
* Wed Sep 10 2014 dsilakov <denis.silakov@rosalab.ru> 7.1.0-1
+ Revision: 22807aa
- Merge pull request #7 from import/mkvtoolnix:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17692 |14mr|mkxauth-1.7-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	mkxauth
%define version	1.7
%define release	22

Summary:	A utility for managing .Xauthority files
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
License: 	GPL
Group: 		File tools
Url:		http://www.tummy.com/krud/packages/mkxauth.html
Source0: 	%{name}-%{version}.tar.bz2
BuildArch: 	noarch
Requires: 	xauth 
Requires: 	coreutils
Requires:	procps
Requires:	gzip
BuildRoot: 	%{_tmppath}/%{name}-%{version}-root

%description
The mkxauth utility helps create and maintain X authentication
databases (.Xauthority files).  Mkxauth is used to create an
.Xauthority file or to merge keys from another local or remote
.Xauthority file.  .Xauthority files are used by the xauth
user-oriented access control program, which grants or denies
access to X servers based on the contents of the .Xauthority
file.

The mkxauth package should be installed if you're going to use
user-oriented access control to provide security for your X Window
System (a good idea).

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1

install -m 0755 mkxauth $RPM_BUILD_ROOT%{_bindir}/mkxauth
install -m 0444 mkxauth.1x.bz2 $RPM_BUILD_ROOT%{_mandir}/man1/mkxauth.1x.bz2

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/mkxauth
%{_mandir}/man1/*






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7-22
+ Revision: 1c580cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17693 |14mr|ml85p-0.2.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Driver for the Samsung ML-85G and QL-85G winprinters
Name:		ml85p
Version:	0.2.0
Release:	13
License:	GPL
Group:		System/Printing
URL:		http://www.pragana.net/gdiprinters.html
Source0:	http://www.pragana.net/%{name}-%{version}.tar.gz
Patch:  	ml85p-0.2.0-build_fix.patch
Conflicts:	printer-utils <= 2007
Conflicts:	printer-filters <= 2007
Exclusivearch:	%{ix86} x86_64
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
Driver for the Samsung ML-85G and QL-85G winprinters.

%prep

%setup -q
%patch -p1 -b .build_fix

# fix attribs
chmod 644 *

# path hack
perl -pi -e "s|/usr/local/bin|%{_bindir}|g" *

%build
rm -f ml85p
%{__cc} %{optflags} %{ldflags} -o ml85p ml85p.c

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

install -m0755 ml85p %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc COPYING NEWS README THANKS ml85-print ml85-test printcap
# "ml85p" talks directly to the parallel port I/O 0x378, not to /dev/lp0
# Therefore SUID "root" is needed. Program only executable by "lp" & "root"
# (group-executable).
%attr(4750,root,sys) %{_bindir}/ml85p



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.0-13
+ Revision: 583de9f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17694 |14mr|mlocate-0.24-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An utility for finding files by name via a central database
Name:		mlocate
Version:	0.24
Release:	6
License:	GPLv2+
Group:		File tools
URL:		http://fedorahosted.org/mlocate/
Source0:	http://fedorahosted.org/releases/m/l/mlocate/%{name}-%{version}.tar.xz
Source1:	updatedb.conf
Source2:	mlocate.cron
Requires(pre):	shadow-utils

%description
Mlocate is a locate/updatedb implementation.  It keeps a database of
all existing files and allows you to lookup files by name.

The 'm' stands for "merging": updatedb reuses the existing database to avoid
rereading most of the file system, which makes updatedb faster and does not
trash the system caches as much as traditional locate implementations.

%prep
%setup -q

%build
%configure2_5x \
	--localstatedir=%{_localstatedir}/lib \
	--disable-rpath

%make

%install
rm -rf %{buildroot}
%makeinstall_std

# install config file:
install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/updatedb.conf

# install daily cron entry:
install -D -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/cron.daily/mlocate.cron

# for %ghost:
touch %{buildroot}%{_localstatedir}/lib/mlocate/mlocate.db

%find_lang %{name}

%clean
rm -rf %{buildroot}

%pre
if [ "$1" = "1" ]; then
	%{_sbindir}/groupadd -r -f mlocate
elif [ "$1" = "2" ]; then
	if grep	slocate	%{_sysconfdir}/group > /dev/null; then
		%{_sbindir}/groupmod -n mlocate slocate
	fi
fi

%post
# for %ghost:
touch %{_localstatedir}/lib/mlocate/mlocate.db

%check
make check

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS NEWS README
%config(noreplace) %{_sysconfdir}/updatedb.conf
%{_sysconfdir}/cron.daily/mlocate.cron
%attr(2711,root,mlocate) %{_bindir}/locate
%{_bindir}/updatedb
%{_mandir}/man*/*
%dir %attr(0750,root,mlocate) /var/lib/mlocate
%ghost %{_localstatedir}/lib/mlocate/mlocate.db



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.24-6
+ Revision: 9270370
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17695 |14mr|mlt-0.9.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define plusmaj 3
%define libname %mklibname %{name} %{major}
%define libplus %mklibname mlt++ %{plusmaj}
%define devname %mklibname %{name} -d

%bcond_with mmx

Summary:	Media Lovin' Toolkit nonlinear video editing library
Name:		mlt
Version:	0.9.0
Release:	7
License:	LGPLv2+
Group:		Video
Url:		http://mlt.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/mlt/mlt/%{name}-%{version}.tar.gz
Patch0:		mlt-0.7.6-fix-used-symbols.patch
Patch1:		mlt-0.9.0-fix_freetype.patch
BuildRequires:	imagemagick
BuildRequires:	ffmpeg
BuildRequires:	ffmpeg-devel
BuildRequires:	ladspa-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(frei0r)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libquicktime)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sox)
BuildRequires:	pkgconfig(vorbis)
# For python-bindings
BuildRequires:	swig
BuildRequires:	pkgconfig(python)

%description
MLT is an open source multimedia framework, designed and developed for
television broadcasting.

It provides a toolkit for broadcasters, video editors, media players,
transcoders, web streamers and many more types of applications. The
functionality of the system is provided via an assortment of ready to
use tools, xml authoring components, and an extendible plug-in based
API.

%files
%doc docs COPYING README
%{_bindir}/melt
%{_datadir}/mlt
%{_libdir}/mlt

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for mlt
Group:		System/Libraries

%description -n %{libname}
This package contains the libraries needed to run programs dynamically
linked with mlt.

%files -n %{libname}
%{_libdir}/libmlt.so.%{major}*
%{_libdir}/libmlt.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libplus}
Summary:	Main library for mlt++
Group:		System/Libraries

%description -n %{libplus}
This package contains the libraries needed to run programs dynamically
linked with mlt++.

%files -n %{libplus}
%{_libdir}/libmlt++.so.%{plusmaj}*
%{_libdir}/libmlt++.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use mlt
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libplus} = %{EVRD}
# mlt-config requires stuff from %{_datadir}/%{name}
Requires:	%{name} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use mlt.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python bindings for MLT
Group:		Development/Python
Requires:	python
Requires:	%{name} = %{EVRD}

%description -n python-%{name}
This module allows to work with MLT using python.

%files -n python-%{name}
%{py_platsitedir}/%{name}.p*
%{py_platsitedir}/_%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%if %{mdvver} >= 201410
%patch1 -p1
%endif

%build
%configure2_5x \
	--disable-debug \
	--enable-gpl \
%if %{with mmx}
	--enable-mmx \
%else
	%ifarch x86_64
	--enable-mmx \
	--enable-sse \
	%else
	--disable-mmx \
	%endif
%endif
	--luma-compress \
	--enable-avformat \
	--avformat-shared=%{_prefix} \
	--avformat-swscale \
	--enable-motion-est \
	--qimage-libdir=%{qt4lib} \
	--qimage-includedir=%{qt4include} \
	--swig-languages='python'
%make

%install
%makeinstall_std
install -d %{buildroot}%{py_platsitedir}
install -pm 0644 src/swig/python/%{name}.py* %{buildroot}%{py_platsitedir}/
install -pm 0755 src/swig/python/_%{name}.so %{buildroot}%{py_platsitedir}/


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.0-7
+ Revision: 09fc95a
- Add patch to fix build with freetype 2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17696 |14mr|mm-1.4.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# debug package is empty and rpmlint rejects build
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define	major 14
%define libname %mklibname mm %{major}

Summary:	OSSP mm (Shared Memory Allocation)
Name:		mm
Version:	1.4.2
Release:	14
Group:		System/Libraries
License:	BSD-Style
URL:		http://www.ossp.org/pkg/lib/mm/
Source0:	ftp://ftp.ossp.org/pkg/lib/mm/mm-%{version}.tar.bz2
Patch0:		mm-1.4.2-LDFLAGS.diff
BuildRequires:	libtool
BuildRequires:	autoconf2.5

%description
The MM library is a 2-layer abstraction library which simplifies the usage of
shared memory between forked (and this way strongly related) processes under
Unix platforms. On the first layer it hides all platform dependent
implementation details (allocation and locking) when dealing with shared
memory segments and on the second layer it provides a high-level malloc(3)-
style API for a convenient and well known way to work with data-structures
inside those shared memory segments.

The library is released under the term of an open-source (BSD-style) license
because it's originally written for a proposed use inside next versions of
the Apache webserver as a base library for providing shared memory pools to
Apache modules (because currently Apache modules can only use heap-allocated
memory which isn't shared accross the pre-forked server processes). The
requirement actually comes from comprehensive modules like mod_ssl, mod_perl
and mod_php which would benefit a lot from easy to use shared memory pools.
Mostly all functionality (except for shared locks in addition to exclusive
locks and multi-segment memory areas instead of single-segment memory areas)
is already implemented and the library already works fine under FreeBSD,
Linux and Solaris and should also adjust itself for most other Unix platforms
with it's GNU Autoconf and GNU Libtool based configuration and compilation
procedure. 

%package -n	%{libname}
Summary:	OSSP mm (Shared Memory Allocation) Library
Group:		Development/C
Provides:	mm = %{version}

%description -n %{libname}
The MM library is a 2-layer abstraction library which simplifies the usage of
shared memory between forked (and this way strongly related) processes under
Unix platforms. On the first layer it hides all platform dependent
implementation details (allocation and locking) when dealing with shared
memory segments and on the second layer it provides a high-level malloc(3)-
style API for a convenient and well known way to work with data-structures
inside those shared memory segments.

The library is released under the term of an open-source (BSD-style) license
because it's originally written for a proposed use inside next versions of
the Apache webserver as a base library for providing shared memory pools to
Apache modules (because currently Apache modules can only use heap-allocated
memory which isn't shared accross the pre-forked server processes). The
requirement actually comes from comprehensive modules like mod_ssl, mod_perl
and mod_php which would benefit a lot from easy to use shared memory pools.
Mostly all functionality (except for shared locks in addition to exclusive
locks and multi-segment memory areas instead of single-segment memory areas)
is already implemented and the library already works fine under FreeBSD,
Linux and Solaris and should also adjust itself for most other Unix platforms
with it's GNU Autoconf and GNU Libtool based configuration and compilation
procedure. 

%package -n	%{libname}-devel
Summary:	Development files for the OSSP mm (Shared Memory Allocation) Library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	libmm-devel = %{version}
Provides:	mm-devel = %{version}

%description -n	%{libname}-devel
The MM library is a 2-layer abstraction library which simplifies the usage of
shared memory between forked (and this way strongly related) processes under
Unix platforms. On the first layer it hides all platform dependent
implementation details (allocation and locking) when dealing with shared
memory segments and on the second layer it provides a high-level malloc(3)-
style API for a convenient and well known way to work with data-structures
inside those shared memory segments.

This package contain files that are needed to develop applications which use
the MM shared memory library.

%package -n	%{libname}-static-devel
Group:		Development/C
Summary:	Development files for the OSSP mm (Shared Memory Allocation) Library
Requires:	%{libname} = %{version}
Provides:	libmm-static-devel = %{version}
Provides:	mm-static-devel = %{version}

%description -n	%{libname}-static-devel
The MM library is a 2-layer abstraction library which simplifies the usage of
shared memory between forked (and this way strongly related) processes under
Unix platforms. On the first layer it hides all platform dependent
implementation details (allocation and locking) when dealing with shared
memory segments and on the second layer it provides a high-level malloc(3)-
style API for a convenient and well known way to work with data-structures
inside those shared memory segments.

This package contain files that are needed to develop applications which use
the MM shared memory library.

%prep

%setup -q
%patch0 -p0

%build
%configure2_5x

%make

%check
make test

%install
rm -rf %{buildroot}

%makeinstall

perl -pi -e "s|/(.*)buildroot||g;" %{buildroot}/usr/bin/mm-config

%multiarch_binaries %{buildroot}%{_bindir}/mm-config

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{libname}-devel
%doc README LICENSE ChangeLog INSTALL PORTING THANKS
%{multiarch_bindir}/mm-config
%{_bindir}/mm-config
%{_libdir}/*.so
%{_includedir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%files -n %{libname}-static-devel
%{_libdir}/*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.2-14
+ Revision: 36107df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17697 |14mr|mmc-check-password-3.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OpenLDAP password checker module for MMC
Name:		mmc-check-password
Version:	3.0.0
Release:	7
License:	GPLv2
Group:		System/Servers
Url:		http://mds.mandriva.org/
Source0:	mmc-check-password.tar.gz
Patch0:		mmc-check-password-mdv_conf.diff
BuildRequires:	openldap-devel
BuildRequires:	wrap-devel

%description
OpenLDAP password checker module for MMC.

%prep

%setup -q -T -c -n %{name}-%{version} -a0
%patch0 -p0

%build
make CFLAGS="%{optflags} -fPIC"

%install
install -d %{buildroot}%{_libdir}/openldap
install -d %{buildroot}%{_sysconfdir}/openldap

install -m0644 mmc-check-password.conf %{buildroot}%{_sysconfdir}/openldap/mmc-check-password.conf
install -m0755 mmc-check-password.so %{buildroot}%{_libdir}/openldap/mmc-check-password.so

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/openldap/mmc-check-password.conf
%attr(0755,root,root) %{_libdir}/openldap/mmc-check-password.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.0-7
+ Revision: 5140910
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17698 |14mr|mmc-core-3.0.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#%#define _use_internal_dependency_generator	0
%define __noautoreq 'pear\\(graph|pear\\(includes|pear\\(modules'

Summary:	Mandriva Management Console
Name:		mmc-core
Version:	3.0.3.2
Release:	3
License:	GPL
Group:		System/Servers
URL:		http://mds.mandriva.org/
Source0:	http://mds.mandriva.org/pub/mmc-core/sources/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildRequires:	gettext
BuildRequires:	gettext-devel
BuildRequires:	openldap-devel

%description
Mandriva Management Console agent & web interface with
base and password policies modules.

%package -n mmc-agent
Summary:    Mandriva Management Console agent
Group:      System/Servers
Requires:   python-base
Requires:   python-mmc-base
Requires:   pyOpenSSL
Requires:   logrotate

%description -n mmc-agent
XMLRPC server of the Mandriva Management Console API.
This is the underlying service used by the MMC web interface.

%package -n python-mmc-core
Summary:    Mandriva Management Console core
Group:      System/Servers
Requires:   python-base
Requires:   python-twisted-web
Suggests:   python-sqlalchemy > 0.4
Suggests:   python-mysql

%description -n python-mmc-core
Contains the mmc core python classes used by all other
modules.

%package -n	python-mmc-base
Summary:	Mandriva Management Console base plugin
Group:      	System/Servers
Requires:   	python-base
Requires:  	python-ldap
Requires:   	python-mmc-plugins-tools
Requires:   	python-mmc-core

%description -n	python-mmc-base
Contains the base infrastructure for all MMC plugins:
 * support classes
 * base LDAP management classes

%package -n python-mmc-ppolicy
Summary:    Mandriva Management Console password policy plugin
Group:      System/Servers
Requires:   python-base
Requires:   python-mmc-core
Suggests:   mmc-check-password
%if %mdkversion >= 201200 && %{_use_internal_dependency_generator}
# add buggy self dependencies
Provides:	pear(ppolicy-xmlrpc.php)
Provides:	pear(ppolicy.inc.php)
%endif

%description -n python-mmc-ppolicy
Contains the password policy python classes to handle
password policies in LDAP.

%package -n	mmc-web-ppolicy
Summary:	Password policies plugin
Group:		System/Servers
Requires:	mmc-web-base

%description -n mmc-web-ppolicy
Contains the password policy web interface

%package -n 	mmc-web-base
Summary:        MMC web interface to interact with a MMC agent
Group:          System/Servers
Requires:       apache >= 2.0.52
Requires:       apache-mod_php
Requires:       php-xmlrpc
Requires:       php-iconv
%if %mdkversion >= 201200 && %{_use_internal_dependency_generator}
# add buggy self dependencies
Provides:	pear(ErrorHandling.php)
Provides:	pear(FormGenerator.php)
Provides:	pear(ModulesGenerator.php)
Provides:	pear(PageGenerator.php)
Provides:	pear(acl.inc.php)
Provides:	pear(config.inc.php)
Provides:	pear(edit.php)
Provides:	pear(i18n.inc.php)
Provides:	pear(license.php)
Provides:	pear(localSidebar.php)
Provides:	pear(logging-xmlrpc.inc.php)
Provides:	pear(main_content.php)
Provides:	pear(session.inc.php)
Provides:	pear(xmlrpc.inc.php)
%endif

%description -n mmc-web-base
Mandriva Management Console web interface designed by Linbox.

%package -n	python-mmc-plugins-tools
Summary:	Required tools for some MMC plugins
Group:		System/Servers
Requires:	cdrkit-genisoimage

%description -n	python-mmc-plugins-tools
Contains common tools needed by some plugins of mmc-agent package.

%package -n	mmc-check-password
Summary:	OpenLDAP password checker module for MMC
Group:		System/Servers

%description -n mmc-check-password
OpenLDAP module to validate users passwords against LDAP's password policies.

%prep
%setup -q -n %{name}-%{version}

%build
sed -e 's|-Werror||g' -i configure
%configure2_5x						\
	--with-initdir=%{_initrddir}			\
	--disable-python-check				\
	--enable-check-password				\
	--with-ldap-confdir=%{_sysconfdir}/openldap	\
	--with-ldap-libdir=%{_libdir}/openldap
make

%install
%makeinstall_std
# logrotate configuration
install -d %{buildroot}%{_sysconfdir}/logrotate.d
# install log rotation stuff
cat > %{buildroot}%{_sysconfdir}/logrotate.d/mmc-agent << EOF
/var/log/mmc/mmc-agent.log /var/log/dhcp-ldap-startup.log /var/log/mmc/mmc-fileprefix.log {
    create 644 root root
    monthly
    compress
    missingok
    postrotate
	%{_initrddir}/mmc-agent condrestart >/dev/null 2>&1 || :
    endscript
}
EOF
# install log directory
install -d %{buildroot}/var/log/mmc
# patch privkey.pem
mv %{buildroot}%{_sysconfdir}/mmc/agent/keys/localcert.pem %{buildroot}%{_sysconfdir}/mmc/agent/keys/privkey.pem
sed -i 's!localcert.pem!privkey.pem!g' %{buildroot}%{_sysconfdir}/mmc/agent/config.ini
# install apache configuration
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/
cp %{buildroot}%{_sysconfdir}/mmc/apache/mmc.conf %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mmc.conf
# Cleanup
rm -f `find %{buildroot} -name *.pyo`
%find_lang base
%find_lang ppolicy

%post -n mmc-agent
if [ $1 = 1 ]; then
    /sbin/chkconfig --add mmc-agent >/dev/null 2>&1 || :
fi
# comment on le fait juste pour un package ?
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%preun -n mmc-agent
if [ $1 = 0 ]; then
   /sbin/chkconfig --del mmc-agent >/dev/null 2>&1 || :
   [ -f /var/lock/subsys/mmc-agent ] && %{_initrddir}/mmc-agent stop >/dev/null 2>&1 || :
fi
exit 0

%postun -n mmc-agent
if [ "$1" -ge 1 ]; then
    %{_initrddir}/mmc-agent condrestart >/dev/null 2>&1 || :
fi
# comment on le fait juste pour un package ?
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
        %{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%files -n mmc-agent
%doc COPYING ChangeLog
%attr(0755,root,root) %{_initrddir}/mmc-agent
%attr(0755,root,root) %dir %{_sysconfdir}/mmc
%attr(0755,root,root) %dir %{_sysconfdir}/mmc/agent
%attr(0755,root,root) %dir %{_sysconfdir}/mmc/agent/keys
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/agent/config.ini
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/agent/keys/cacert.pem
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/agent/keys/privkey.pem
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/mmc-agent
%attr(0755,root,root) %{_sbindir}/mmc-agent
%attr(0755,root,root) %{_sbindir}/mmc-add-schema
%attr(0755,root,root) %{_bindir}/mmc-helper
%attr(0755,root,root) %dir /var/log/mmc
%{py_puresitedir}/mmc/agent.py*

%files -n python-mmc-core
%{py_puresitedir}/mmc/core

%files -n python-mmc-base
%{_datadir}/doc/python-mmc-base
%docdir %{_datadir}/doc/python-mmc-base
%attr(0755,root,root) %dir %{_sysconfdir}/mmc/plugins
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/plugins/base.ini
%attr(0755,root,root) %{_sbindir}/mds-report
%dir %{py_puresitedir}/mmc
%{py_puresitedir}/mmc/support
%{py_puresitedir}/mmc/__init__.py*
%{py_puresitedir}/mmc/site.py*
%{py_puresitedir}/mmc/ssl.py*
%{py_puresitedir}/mmc/client
%dir %{py_puresitedir}/mmc/plugins
%{py_puresitedir}/mmc/plugins/__init__.py*
%{py_puresitedir}/mmc/plugins/base

%files -n python-mmc-ppolicy
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/plugins/ppolicy.ini
%{py_puresitedir}/mmc/plugins/ppolicy

%files -n mmc-web-ppolicy -f ppolicy.lang
%dir %{_datadir}/mmc/modules/ppolicy
%dir %{_datadir}/mmc/modules/ppolicy/locale
%{_datadir}/mmc/modules/ppolicy/*.php
%{_datadir}/mmc/modules/ppolicy/default
%{_datadir}/mmc/modules/ppolicy/includes

%files -n mmc-web-base -f base.lang
%attr(0755,root,root) %dir %{_sysconfdir}/mmc/apache
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/mmc/apache/mmc.conf
%attr(0755,root,root) %dir %{_sysconfdir}/httpd/conf/webapps.d/
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/mmc.conf
%attr(0640,root,apache) %config(noreplace) %{_sysconfdir}/mmc/mmc.ini
%dir %{_datadir}/mmc
%{_datadir}/mmc/*.php
%{_datadir}/mmc/graph
%{_datadir}/mmc/img
%{_datadir}/mmc/includes
%{_datadir}/mmc/jsframework
%{_datadir}/mmc/logout
%dir %{_datadir}/mmc/modules
%dir %{_datadir}/mmc/modules/base
%dir %{_datadir}/mmc/modules/base/locale
%{_datadir}/mmc/modules/base/*.php
%{_datadir}/mmc/modules/base/audit
%{_datadir}/mmc/modules/base/computers
%{_datadir}/mmc/modules/base/graph
%{_datadir}/mmc/modules/base/groups
%{_datadir}/mmc/modules/base/includes
%{_datadir}/mmc/modules/base/logview
%{_datadir}/mmc/modules/base/status
%{_datadir}/mmc/modules/base/users
%{_datadir}/mmc/modules/base/views

%files -n python-mmc-plugins-tools
%dir %{_libdir}/mmc
%dir %{_libdir}/mmc/backup-tools
%{_libdir}/mmc/backup-tools/cdlist
%{_libdir}/mmc/backup-tools/backup.sh

%files -n mmc-check-password
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/openldap/mmc-check-password.conf
%attr(0755,root,root) %{_libdir}/openldap/mmc-check-password.*
%attr(0755,root,root) %{_bindir}/mmc-password-helper



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.3.2-3
+ Revision: f702f8b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17699 |14mr|mm-common-0.9.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mm-common
%define version 0.9.5
%define release 3

Summary: Build infrastructure and utilities for GNOME C++ bindings
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.bz2
License: GPLv2+
Group: Development/GNOME and GTK+
Url: http://www.gtkmm.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: curl
BuildRequires: wget

%description
The mm-common module provides the build infrastructure and utilities
shared among the GNOME C++ binding libraries.  It is only a required
dependency for building the C++ bindings from the gnome.org version
control repository.  An installation of mm-common is not required for
building tarball releases, unless configured to use maintainer-mode.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README NEWS ChangeLog AUTHORS
%_bindir/mm-common-prepare
%_datadir/aclocal/*.m4
%_datadir/%name
%_datadir/pkgconfig/*.pc
%_mandir/man1/*.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.5-3
+ Revision: 6939e16
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17700 |14mr|mobile-broadband-provider-info-20120614-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: mobile-broadband-provider-info
Summary: Mobile broadband providers database
Group: System/Configuration/Other
Version: 20120614
Release: 2
License: Public Domain
URL: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: libxml2-utils

%description
The mobile-broadband-provider-info package contains listings of mobile
broadband (3G) providers and associated network and plan information.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root,-)
%{_datadir}/pkgconfig/%{name}.pc
%{_datadir}/%{name}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120614-2
+ Revision: e3c3e51
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17701 |14mr|mock-urpm-1.1.12-32
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname mock_urpm

Summary: Builds packages inside chroots
Name: mock-urpm
Version: 1.1.12
Release: 32
License: GPLv2+
Group: Development/Other
Source: %{name}-%{version}.tar.gz
Patch1: mock-urpm.urpm_options.patch
Patch2: mock-urpm.test.patch
Patch3: mock-urpm.libmpc3.patch
Patch4: mock-urpm.readd.patch
Patch5: mock-urpm.loop-control.patch
URL: http://wiki.rosalab.ru/en/index.php/Mock-urpm

BuildArch:      noarch
BuildRoot:      %{name}-%{version}
Requires:       tar
Requires:       pigz
Requires:       python-ctypes
Requires:       python-decoratortools
Requires:       usermode-consoleonly
Requires:       shadow-utils
Requires:       coreutils
Requires:       python-rpm
Requires:       rpm-build
BuildRequires:  python-devel
BuildRequires:  shadow-utils


%description
Mock-urpm takes an SRPM and builds it in a chroot

%prep
%setup -q -n %{name}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%install
make install DESTDIR=%{buildroot}
mkdir -p %{buildroot}/%{_bindir}
ln -s %{_bindir}/consolehelper %{buildroot}/%{_bindir}/%{name}
ln -s %{_datadir}/bash-completion/%{name} %{buildroot}/%{_sysconfdir}/bash_completion.d/%{name}

%pre
if [ $1 -eq 1 ]; then #first install
    groupadd -r -f %{name} >/dev/null 2>&1 || :
    if [ ! -z `env|grep SUDO_USER` ]; then
	usermod -a -G %{name} `env|grep SUDO_USER | cut -f2 -d=` >/dev/null 2>&1 || :
    fi
fi

%postun
if [ $1 -eq 0 ]; then # complete removing
  rm -f %{_sysconfdir}/%{name}/default.cfg
  groupdel %{name} >/dev/null 2>&1 || :
fi

%files
#%defattr(-,root,root,-)

# executables
%{_sbindir}/%{name}
%{_bindir}/%{name}

#consolehelper and PAM
%{_sysconfdir}/pam.d/%{name}
%{_sysconfdir}/security/console.apps/%{name}


# python stuff
%dir %{python_sitelib}/%{modname}
%{python_sitelib}/%{modname}/*.py
%{python_sitelib}/%{modname}/*.pyc

#bash_completion files
%{_datadir}/bash-completion/%{name} 
%{_sysconfdir}/bash_completion.d/%{name}

# config files
%config %{_sysconfdir}/%{name}/logging.ini
%config %{_sysconfdir}/%{name}/*.cfg

#plugins
%dir %{python_sitelib}/%{modname}/plugins
%{python_sitelib}/%{modname}/plugins/*.py
%{python_sitelib}/%{modname}/plugins/*.pyc

# docs
%{_mandir}/man1/%{name}.1*

# build dir
%attr(02775, root, %{name}) %dir /var/lib/%{name}

# cache dir
%attr(02775, root, %{name}) %dir /var/cache/%{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.12-32
+ Revision: 16587bc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17702 |14mr|modemmanager-1.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ModemManager

%define major 0
%define libname %mklibname mm-glib %{major}
%define devname %mklibname mm-glib -d

Summary:	Mobile broadband modem management service
Name:		modemmanager
Version:	1.4.0
Release:	1
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://www.freedesktop.org/software/ModemManager/%{srcname}-%{version}.tar.xz
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	ppp
BuildRequires:	xsltproc
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(mbim-glib) >= 1.10.0
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(qmi-glib) >= 1.10.0
Requires:	qmi-tools
Requires:	usb_modeswitch
Requires(pre,post,preun,postun):	systemd

%description
The ModemManager service provides a consistent API to operate many 
different modems, including mobile broadband (3G) devices.

%files -f %{srcname}.lang
%doc README AUTHORS
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.%{srcname}1.conf
%{_datadir}/dbus-1/system-services/org.freedesktop.%{srcname}1.service
%attr(0755,root,root) %{_sbindir}/%{srcname}
%attr(0755,root,root) %{_bindir}/mmcli
%{_datadir}/dbus-1/interfaces/*.xml
%dir %{_libdir}/%{srcname}
%attr(0755,root,root) %{_libdir}/%{srcname}/libmm-plugin-*.so
%{_unitdir}/%{srcname}.service
%{_mandir}/man8/*
%{_iconsdir}/hicolor/22x22/apps/%{srcname}.png
/lib/udev/rules.d/*.rules

%triggerin -- %{name} < 1.0.0-8
#<akdengi> We need enable modemanager allready after install
/bin/systemctl enable %{srcname}.service
/bin/systemctl start %{srcname}.service

%post
%systemd_post %{srcname}.service

%preun
%systemd_preun %{srcname}.service

%postun
%systemd_postun

#----------------------------------------------------------------------------

%package devel
Summary:	Headers for adding ModemManager support to applications
Group:		System/Libraries

%description devel
This package contains various headers for accessing some ModemManager
functionality from applications.

%files devel
%{_includedir}/%{srcname}/*.h
%dir %{_datadir}/gtk-doc/html/%{srcname}
%{_datadir}/gtk-doc/html/%{srcname}/*
%{_libdir}/pkgconfig/%{srcname}.pc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for adding ModemManager support to applications that use glib
Group:		System/Libraries
Conflicts:	%{name}-glib < 1.2.0
Obsoletes:	%{name}-glib < 1.2.0

%description -n %{libname}
This package contains the libraries that make it easier to use some 
ModemManager functionality from applications that use glib.

%files -n %{libname}
%{_libdir}/libmm-glib.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and headers for adding glib ModemManager support  
Group:		System/Libraries
Requires:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(glib-2.0)
Conflicts:	%{name}-glib-devel < 1.2.0
Obsoletes:	%{name}-glib-devel < 1.2.0
Provides:	%{name}-glib-devel = %{EVRD}

%description -n %{devname}
This package contains various headers for accessing some ModemManager 
functionality from glib applications.

%files -n %{devname}
%{_libdir}/libmm-glib.so
%dir %{_includedir}/libmm-glib
%{_includedir}/libmm-glib/*.h
%{_libdir}/pkgconfig/mm-glib.pc
%dir %{_datadir}/gtk-doc/html/libmm-glib
%{_datadir}/gtk-doc/html/libmm-glib/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}

%build
pppver=`rpm -q --qf "%{VERSION}" ppp`
pppddir=%{_libdir}/pppd/$pppver
%configure2_5x \
	--enable-more-warnings=error \
	--with-udev-base-dir=/lib/udev \
	--enable-gtk-doc=yes \
	--with-polkit=no \
	--with-systemdsystemunitdir=%{_unitdir} \
	--disable-static \
	--disable-introspection \
	--with-qmi=yes \
	--with-mbim=yes \
	--with-newest-qmi-commands
%make

%install
%makeinstall_std

# only used by test suite
rm -f %{buildroot}%{_libdir}/pppd/2.*/*.so

%find_lang %{srcname}

%check
%make check

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17703 |14mr|mon-1.2.0-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Filesys::DiskSpace\\)|perl\\(Statistics::Descriptive\\)|perl\\(SNMP\\)|perl\\(IO::File\\)|perl\\(LWP::Parallel::UserAgent\\)|perl\\(-Dopt\\)|perl\\(Net::SNPP\\)|perl\\(Math::TrulyRandom\\)'
%else
%define _requires_exceptions perl(Filesys::DiskSpace)\\|perl(Statistics::Descriptive)\\|perl(SNMP)\\|perl(IO::File)\\|perl(LWP::Parallel::UserAgent)\\|perl(-Dopt)\\|perl(Net::SNPP)
%endif

%define moncgi_version 1.52
%define realname Mon

Summary:	A general-purpose resource monitoring system
Name:		mon
Version:	1.2.0
Release:	19
License:	GPLv2+
Group:		System/Servers
Url:		http://www.kernel.org/software/mon/
Source0:	ftp://ftp.kernel.org/pub/software/admin/mon/%{name}-%{version}.tar.gz
Source1:	%{name}.cf
Source2:	ftp://ftp.kernel.org/pub/software/admin/mon/contrib/cgi-bin/mon.cgi/%{name}.cgi-%{moncgi_version}.tar.bz2
Source3:	ftp://ftp.kernel.org/pub/software/admin/mon/contrib/all-alerts.tar.bz2
Patch0:		mon-1.2.0-init.patch
BuildRequires:	pkgconfig(libtirpc)
# (blino) Authen::PAM use is catched in an eval, but mandatory
Requires:	perl-Authen-PAM
Requires:	fping

%description
Mon is a general-purpose resource monitoring system.  It can be used
to monitor network service availability, server problems,
environmental conditions (i.e., the temperature in a room) or other
things. Mon can be used to test the condition and/or to trigger an
action upon failure of the condition.  Mon keeps the testing and
action-taking tasks as separate, stand-alone programs.

Mon is very extensible.  Monitors and alerts are not a part of mon, but
the distribution comes with a handful of them to get you started. This
means that if a new service needs monitoring, or if a new alert is
required, the mon server will not need to be changed.

%files -f alerts.README
%doc CHANGES CREDITS COPYRIGHT README INSTALL TODO doc/README.*
%doc KNOWN-PROBLEMS VERSION utils/*
%doc etc/*.cf etc/example.m4 etc/example.monshowrc clients/{skymon,batch-example}
%doc mon.cgi-1.52/
%dir %config(noreplace) %{_sysconfdir}/mon
%config(noreplace) %{_sysconfdir}/mon/*.cf
%attr (0600,root,root) %config(noreplace) %{_sysconfdir}/mon/userfile
%config(noreplace) %{_initrddir}/mon
%{_mandir}/*/*
%{_var}/www/cgi-bin/mon.cgi
%{_bindir}/mon
%{_bindir}/monshow
%{_bindir}/moncmd
%{_bindir}/skymon
%{_libdir}/mon/alert.d
%{_libdir}/mon/mon.d/*.monitor
%attr(02555,root,dialout) %{_libdir}/mon/mon.d/dialin.monitor.wrap
%dir %{_var}/lib/mon
%dir %{_var}/lib/mon/state.d
%dir %{_var}/lib/mon/log.d

%post
%_post_service mon

%preun
%_preun_service mon

#----------------------------------------------------------------------------

%prep
%setup -q -a 2 -a 3
%patch0 -p1

%build
%serverbuild
export RPM_OPT_FLAGS="%{optflags} -DUSE_VENDOR_CF_PATH=1"

%make -C mon.d LDLIBS=-ltirpc

%install
mkdir -p %{buildroot}/%{_bindir}
install -m 755 mon %{buildroot}/%{_bindir}
install -m 755 clients/moncmd %{buildroot}/%{_bindir}
install -m 755 clients/monshow %{buildroot}/%{_bindir}
install -m 755 clients/skymon/skymon %{buildroot}/%{_bindir}

# man
mkdir -p %{buildroot}%{_mandir}/{man1,man8}
install -m 644 doc/*.1 %{buildroot}%{_mandir}/man1
install -m 644 doc/*.8 %{buildroot}%{_mandir}/man8

mkdir -p %{buildroot}/%{_libdir}/mon/alert.d
install -m 755 alert.d/* %{buildroot}/%{_libdir}/mon/alert.d
find alerts/  -type f ! -regex ".*~" ! -regex ".*README"  -exec install -m 755 {} %{buildroot}/%{_libdir}/mon/alert.d  \;

mkdir -p %{buildroot}/%{_var}/lib/mon/state.d
mkdir -p %{buildroot}/%{_var}/lib/mon/log.d

mkdir -p %{buildroot}/%{_libdir}/mon/mon.d
install -m 755 mon.d/*.monitor %{buildroot}/%{_libdir}/mon/mon.d
install -m 755 mon.d/dialin.monitor.wrap %{buildroot}/%{_libdir}/mon/mon.d

#chmod 644 %{buildroot}/%{_libdir}/mon/mon.d/{Makefile,*.c}

mkdir -p %{buildroot}/%{_sysconfdir}/mon
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/mon/mon.cf
install -m 644 etc/auth.cf %{buildroot}%{_sysconfdir}/mon/auth.cf
echo "# user: passwd" > %{buildroot}%{_sysconfdir}/mon/userfile

mkdir -p %{buildroot}%{_initrddir}
cp -f etc/S99mon %{buildroot}%{_initrddir}/mon

mkdir -p %{buildroot}/%{_var}/www/cgi-bin/
mv mon.cgi-%{moncgi_version}/mon.cgi mon.cgi
install -m 755 mon.cgi %{buildroot}/%{_var}/www/cgi-bin/

# doc
chmod 644 {README*,doc/README*}
echo "%doc `find alerts/  -type f ! -regex ".*~" -name "*README" | xargs`"> alerts.README


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-19
+ Revision: 5889e95
- Fix build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17704 |14mr|monitor-edid-3.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# EDIT IN SVN NOT IN SOURCE PACKAGE (NO PATCH ALLOWED).

Summary:	EDID retrieval and parsing tools
Name:		monitor-edid
Version:	3.0
Release:	8
Source0:	%{name}-%{version}.tar.bz2
License:	GPLv3+
Group:		System/Configuration/Other
Url:		http://wiki.mandriva.com/en/Tools/monitor-edid
%ifarch %ix86 x86_64
BuildRequires:	libx86-devel
%endif
ExcludeArch:	%arm %mips

%description
This package provides tools for EDID retrieval, EDID parsing and
other methods of monitor probing.

%prep
%setup -q

%build
%make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%files
%defattr(-,root,root)
%doc README NEWS
%{_bindir}/*
%{_sbindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-8
+ Revision: 8ebd081
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17705 |14mr|monitorix-3.5.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:              monitorix
Version:           3.5.0
Release:           5
Summary:           A free, open source, lightweight system monitoring tool
License:           GPLv2+
Group:             Monitoring
URL:               http://www.monitorix.org
Source0:           http://www.monitorix.org/%{name}-%{version}.tar.gz
BuildArch:         noarch
BuildRequires:     perl
BuildRequires:     systemd
Requires:          logrotate
Requires:          perl(CGI)
Requires:          perl(Config::General)
Requires:          perl(DBD::mysql)
Requires:          perl(DBI)
Requires:          perl(HTTP::Server::Simple::CGI)
Requires:          perl(XML::Simple)
Requires:          perl(IO::Socket::SSL)
Requires(pre):     rpm-helper
Requires(post):    systemd
Requires(preun):   systemd
Requires(postun):  systemd rpm-helper

%description
Monitorix is a free, open source, lightweight system monitoring tool designed
to monitor as many services and system resources as possible. It has been
created to be used under production Linux/UNIX servers, but due to its
simplicity and small size may also be used on embedded devices as well.

%prep
%setup -q
sed -i 's|#!/usr/bin/env perl|#!/usr/bin/perl|' %{name}
sed -i 's|#!/usr/bin/env perl|#!/usr/bin/perl|' %{name}.cgi
sed -i 's|nobody|%{name}|' %{name}.conf

%build
# Nothing to build.

%install
install -pDm644 docs/%{name}.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name}
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/conf.d
install -pDm644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
install -pDm755 %{name} %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}/usr/lib/%{name}
install -pDm644 lib/*.pm %{buildroot}/usr/lib/%{name}
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/www
install -pDm644 logo_top.png %{buildroot}%{_localstatedir}/lib/%{name}/www
install -pDm644 logo_bot.png %{buildroot}%{_localstatedir}/lib/%{name}/www
install -pDm644 %{name}ico.png %{buildroot}%{_localstatedir}/lib/%{name}/www
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/www/imgs
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/www/cgi
install -pDm755 %{name}.cgi %{buildroot}%{_localstatedir}/lib/%{name}/www/cgi
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/reports
install -pDm644 reports/*.html %{buildroot}%{_localstatedir}/lib/%{name}/reports
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/usage
mkdir -p %{buildroot}%{_mandir}/man5
mkdir -p %{buildroot}%{_mandir}/man8
install -pDm644 man/man5/%{name}.conf.5 %{buildroot}%{_mandir}/man5
install -pDm644 man/man8/%{name}.8 %{buildroot}%{_mandir}/man8
install -pDm644 docs/%{name}.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -pDm644 docs/%{name}.service %{buildroot}%{_unitdir}/%{name}.service

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false
%_pre_groupadd %{name} %{name}

%post
%_post_service %{name}

%preun
%systemd_preun %{buildroot}%{_unitdir}/%{name}.service

%postun
%systemd_postun_with_restart %{buildroot}%{_unitdir}/%{name}.service
%_postun_userdel %{name}
%_postun_groupdel %{name} %{name}

%files
%doc Changes COPYING README README.nginx
%doc docs/%{name}-alert.sh docs/%{name}-apache.conf docs/%{name}-lighttpd.conf
%doc docs/htpasswd.pl
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%dir %{_sysconfdir}/%{name}/conf.d
%dir %{_localstatedir}/lib/%{name}/
%dir %{_localstatedir}/lib/%{name}/www
%dir %{_localstatedir}/lib/%{name}/www/cgi
%dir %{_localstatedir}/lib/%{name}/reports
%{_localstatedir}/lib/%{name}/reports/*.html
%{_mandir}/man5/%{name}.conf.5*
%{_mandir}/man8/%{name}.8*
%{_unitdir}/%{name}.service
%{_bindir}/%{name}
%{_prefix}/lib/%{name}/
%{_localstatedir}/lib/%{name}/www/logo_top.png
%{_localstatedir}/lib/%{name}/www/logo_bot.png
%{_localstatedir}/lib/%{name}/www/%{name}ico.png
%{_localstatedir}/lib/%{name}/www/cgi/%{name}.cgi
%attr(755,%{name},%{name}) %{_localstatedir}/lib/%{name}/www/imgs
%attr(755,root,root) %{_localstatedir}/lib/%{name}/usage

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5.0-5
+ Revision: 513fe96
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17706 |14mr|mono-2.10.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define major1 1
%define libname %mklibname %{name} %{major}
%define libnamellvm %mklibname %{name}llvm %{major}
%define libname1 %mklibname %{name} 2.0 %{major1}
%define libnamedev %mklibname -d %{name}

%define bootstrap 0
%{?_with_bootstrap: %{expand: %%global bootstrap 1}}
%define monodir %{_prefix}/lib/mono

%define llvm no
%define sgen yes

%ifnarch %{ix86} x86_64
%define llvm no
%define sgen no
%endif

Summary:	Mono Runtime
Name:		mono
Version:	2.10.9
Release:	3
License:	GPLv2 and LGPLv2+ and MIT
Group:		Development/Other
Source0:	http://download.mono-project.com/sources/%{name}/%{name}-%{version}.tar.bz2
# This key was generated by Götz Waschk <waschk@mandriva.org> on Oct 14, 2010
# by running the following command:
# sn -k mono.snk
# You should not regenerate this unless you have a really, really, really good reason.
Source1: mono.snk
#gw add some major numbers to the dll map to not depend on -devel packages
Patch0:		mono-dllmap.patch
# (fc) 1.2.3.1-4mdv disable using /proc/self/exe to detect root prefix, it breaks under unionfs
Patch1:		mono-2.6-selfexe.patch
Patch4:		mono-wapi_glop.patch
Patch5:		mono-2.10.8.1-mono-find-requires_strip-whitespace.patch
URL:		http://www.go-mono.com/
BuildRequires:	bison
BuildRequires:	zlib-devel
BuildRequires:	oprofile-devel
%if %llvm == yes
#gw mono 2.8 does not build with our llvm 2.7
BuildRequires:	llvm > 2.7
Suggests:	%{libnamellvm} = %{version}-%{release}
%endif
Requires:	%{libname1} = %{version}
Requires:	%{libname} = %{version}
Requires:	%{name}-2.0 = %{version}-%{release}
Requires:	%{name}-4.0 = %{version}-%{release}
# gw requires by System.Drawing
Requires: 	libgdiplus
# Since mono 0.91 (mdk 10.0) we can rely on included config
Provides:	mono-config
Provides:	libmono-runtime
%if ! %bootstrap
#gw needed for mono-find-requires which needs monodis and libmono.so
BuildRequires:	mono-devel
%endif

%description
Mono is an implementation of the ECMA Common Language Infrastructure,
it contains both a just-in-time compiler for maximum performance, and
an interpeter.  It can also be used to run programs from the .NET
Framework.

This package contains the core of the Mono runtime including its
Virtual Machine, Just-in-time compiler, C# compiler, security tools
and libraries (corlib, XML, System.Security, System.Drawing, ZipLib,
I18N, Cairo and Mono.*).

%package 2.0
Summary:	2.0 API for mono
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Conflicts:	mono < 2.10.2-2

%description 2.0
Mono is an implementation of the ECMA Common Language Infrastructure,
it contains both a just-in-time compiler for maximum performance, and
an interpeter.  It can also be used to run programs from the .NET
Framework.

This package contains 2.0 API for mono.

%package 4.0
Summary:	4.0 API for mono
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Conflicts:	mono < 2.10.2-2

%description 4.0
Mono is an implementation of the ECMA Common Language Infrastructure,
it contains both a just-in-time compiler for maximum performance, and
an interpeter.  It can also be used to run programs from the .NET
Framework.

This package contains 4.0 API for mono.

%package compat
Summary:	Compatible API for mono
Group:		Development/Other
Requires:	%{name} = %{version}
# gw this is for some binary-only packages, the versions are retargetted
# by the mono runtime
Provides:	mono(Commons.Xml.Relaxng) = 1.0.5000.0
Provides:	mono(CustomMarshalers) = 1.0.5000.0
Provides:	mono(I18N) = 1.0.5000.0
Provides:	mono(I18N.West) = 1.0.5000.0
Provides:	mono(Mono.Cairo) = 1.0.5000.0
Provides:	mono(Mono.CompilerServices.SymbolWriter) = 1.0.5000.0
Provides:	mono(Mono.Posix) = 1.0.5000.0
Provides:	mono(Mono.Security) = 1.0.5000.0
Provides:	mono(OpenSystem.C) = 1.0.5000.0
Provides:	mono(System) = 1.0.5000.0
Provides:	mono(System.Security) = 1.0.5000.0
Provides:	mono(System.Xml) = 1.0.5000.0
Provides:	mono(mscorlib) = 1.0.5000.0

%description compat
Mono is an implementation of the ECMA Common Language Infrastructure,
it contains both a just-in-time compiler for maximum performance, and
an interpeter.  It can also be used to run programs from the .NET
Framework.

This package contains compatible API for mono.

%package doc
Summary:	Documentation for the Mono runtime
Group:		Development/Other
Requires:	mono
Buildarch:	noarch

%description doc
Mono is an implementation of the ECMA Common Language Infrastructure,
it contains both a just-in-time compiler for maximum performance, and
an interpeter.  It can also be used to run programs from the .NET
Framework.
This package provides documentation for the Mono runtime.

%package -n %{libname}
Summary:	Libraries for the Mono runtime
Group:		System/Libraries

%description -n %{libname}
Mono is an implementation of the ECMA Common Language Infrastructure,
it contains both a just-in-time compiler for maximum performance, and
an interpeter.  It can also be used to run programs from the .NET
Framework.
This package provides the versioned libraries for the Mono runtime.

%package -n %{libname1}
Summary:	Libraries for the Mono runtime
Group:		System/Libraries

%description -n %{libname1}
Mono is an implementation of the ECMA Common Language Infrastructure,
it contains both a just-in-time compiler for maximum performance, and
an interpeter.  It can also be used to run programs from the .NET
Framework.
This package provides the versioned libraries for the Mono runtime.

%if %llvm == yes
%package -n %{libnamellvm}
License:	LGPLv2
Summary:	Loadable LLVM libary for mono
Group:		System/Libraries

%description -n %{libnamellvm}
The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

Loadable LLVM libary for mono.
%endif

%package -n %{libnamedev}
Summary:	Tools required to embed the Mono runtime
Group:		Development/Other
Requires:	%{libname} = %{version}
Requires:	%{libname1} = %{version}
%if %llvm == yes
Requires:	%{libnamellvm} = %{version}-%{release}
%endif
Requires:	mono = %{version}
Requires:	mono-data = %{version}
Requires:	mono-build = %{version}
Requires:	mono-extras = %{version}
Requires:	mono-web = %{version}
Requires:	mono-locale-extras = %{version}
Requires:	mono-winforms = %{version}
Requires:	mono-nunit = %{version}
Requires:	monodoc-core = %{version}
Requires:	mono-wcf = %{version}
Requires:	mono-winfxcore = %{version}
Conflicts:	mono-nunit < %{version}-%{release}
Provides:	mono-devel = %{version}-%{release}
Provides:	libmono-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d %{name} 0} < 2.10.8.1-5
Conflicts:	update-alternatives < 1.9.0
Provides:	mono(PEAPI) = 1.0.5000.0
Provides:	mono(resgen) = 1.0.5000.0
Provides:	mono-bytefx-data-mysql mono-data-firebird mono-data-sybase mono-jscript

%description -n %{libnamedev}
Header files and libraries used to embed the Mono runtime in an application.

%package winfxcore
Summary:	Mono implementation of core WinFX APIs
Group:		Development/Other
Requires:	%{name}-winfxcore-2.0 = %{version}
Requires:	%{name}-winfxcore-4.0 = %{version}

%description winfxcore
The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

Mono implementation of core WinFX APIs

%package winfxcore-2.0
Summary: Mono implementation of core WinFX APIs 2.0
Group: Development/Other
Requires: mono-2.0 = %version
Conflicts: mono-winfxcore < 2.10.2-2

%description winfxcore-2.0
The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

Mono implementation of core WinFX APIs 2.0

%package winfxcore-4.0
Summary: Mono implementation of core WinFX APIs 4.0
Group: Development/Other
Requires: mono-4.0 = %version
Conflicts: mono-winfxcore < 2.10.2-2

%description winfxcore-4.0
The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

Mono implementation of core WinFX APIs 4.0

%package web
Summary: ASP.NET, Remoting, and Web Services for Mono
Group:	 	  Development/Other
Requires: mono = %version
Requires: %{name}-web-2.0 = %version
Requires: %{name}-web-4.0 = %version
Requires: %{name}-web-compat = %version

%description web
This package provides the ASP.NET libraries and runtime for
development of web application, web services and remoting support.

%package web-2.0
Summary: ASP.NET 2.0, Remoting, and Web Services for Mono
Group: Development/Other
Requires: mono-2.0 = %version
Conflicts: mono-web < 2.10.2-2

%description web-2.0
This package provides the ASP.NET 4.0 libraries and runtime for
development of web application, web services and remoting support.

%package web-4.0
Summary: ASP.NET 4.0, Remoting, and Web Services for Mono
Group: Development/Other
Requires: mono-4.0 = %version
Conflicts: mono-web < 2.10.2-2

%description web-4.0
This package provides the ASP.NET 4.0 libraries and runtime for
development of web application, web services and remoting support.

%package web-compat
Summary: ASP.NET, Remoting, and Web Services for Mono (Compatible package)
Group: Development/Other
Requires: mono-web = %version
Provides: mono(Mono.Http) = 1.0.5000.0
Provides: mono(System.Runtime.Remoting) = 1.0.5000.0
Provides: mono(System.Runtime.Serialization.Formatters.Soap) = 1.0.5000.0
Provides: mono(System.Web) = 1.0.5000.0
Provides: mono(System.Web.Services) = 1.0.5000.0

%description web-compat
This package provides the ASP.NET compatible requirements for
development of web application, web services and remoting support.

%package data
Summary: Database connectivity for Mono
Group:	 	Development/Other
Requires:	mono = %version
Requires:	%name-data-2.0 = %version
Requires:	%name-data-4.0 = %version
Requires:	%name-data-compat = %version
Obsoletes:	%name-data-oracle < 2.10.2-2
Obsoletes:	%name-data-postgresql < 2.10.2-2
Obsoletes:	%name-data-sqlite < 2.10.2-2
Obsoletes:	%name-ibm-data-db2 < 2.10.2-2

%description data
This package provides a Mono assembly to facilitate data access and
manipulation with databases, LDAP compatible directory servers and/or
XML data exchange. Beyond the ADO.NET, Novell.LDAP and
System.DirectoryServices assemblies, it also includes a command line
sql application as well as the Microsoft SQL Server and ODBC data
providers.

%package data-2.0
Summary: Database connectivity for Mono 2.0 API
Group:		Development/Other
Requires:	mono-2.0 = %version
Conflicts:	mono-data < 2.10.2-2
Conflicts:	%name-data-oracle < 2.10.2-2
Conflicts:	%name-data-postgresql < 2.10.2-2
Conflicts:	%name-data-sqlite < 2.10.2-2
Conflicts:	%name-ibm-data-db2 < 2.10.2-2

%description data-2.0
This package provides a Mono assembly to facilitate data access and
manipulation with databases, LDAP compatible directory servers and/or
XML data exchange under 2.0 API. Beyond the ADO.NET, Novell.LDAP and
System.DirectoryServices assemblies, it also includes a command line
sql application as well as the Microsoft SQL Server and ODBC data
providers.

%package data-4.0
Summary: Database connectivity for Mono
Group:		Development/Other
Requires:	mono-4.0 = %version
Conflicts:	mono-data < 2.10.2-2
Conflicts:	%name-data-oracle < 2.10.2-2
Conflicts:	%name-data-postgresql < 2.10.2-2
Conflicts:	%name-data-sqlite < 2.10.2-2
Conflicts:	%name-ibm-data-db2 < 2.10.2-2

%description data-4.0
This package provides a Mono assembly to facilitate data access and
manipulation with databases, LDAP compatible directory servers and/or
XML data exchange under 4.0 API. Beyond the ADO.NET, Novell.LDAP and
System.DirectoryServices assemblies, it also includes a command line
sql application as well as the Microsoft SQL Server and ODBC data
providers.

%package data-compat
Summary: Database connectivity for Mono (Compatible package)
Group:		Development/Other
Requires:	mono-data = %version
Provides:	mono(Mono.Data.Tds) = 1.0.5000.0
Provides:	mono(Novell.Directory.Ldap) = 1.0.5000.0
Provides:	mono(System.Data) = 1.0.5000.0
Provides:	mono(System.DirectoryServices) = 1.0.5000.0
Provides:	mono(System.EnterpriseServices) = 1.0.5000.0
Provides:	mono(Npgsql) = 1.0.5000.0
Provides:	mono(System.Data.OracleClient) = 1.0.5000.0

%description data-compat
This package provides a Mono assembly to facilitate data access and
manipulation with databases, LDAP compatible directory servers and/or
XML data exchange. Beyond the ADO.NET, Novell.LDAP and
System.DirectoryServices assemblies, it also includes a command line
sql application as well as the Microsoft SQL Server and ODBC data
providers.

%package extras
Summary: Infrastructure for running and building daemons and services
Group:	 	  Development/Other
Requires:	  mono = %version
Provides:       mono(Mono.Messaging) = 1.0.5000.0
Provides:       mono(Mono.Messaging.RabbitMQ) = 1.0.5000.0
Provides:       mono(RabbitMQ.Client) = 1.0.5000.0
Provides:       mono(System.Configuration.Install) = 1.0.5000.0
Provides:       mono(System.Management) = 1.0.5000.0
Provides:       mono(System.Messaging) = 1.0.5000.0
Provides:       mono(System.ServiceProcess) = 1.0.5000.0
Provides:       mono(mono-service) = 1.0.5000.0

%description extras
This package provides the libary and application to run services and
daemons with Mono. It also includes stubs for the following .NET 1.1
and 2.0 assemblies: Microsoft.Vsa, System.Configuration.Install,
System.Management, System.Messaging.

%package extras-2.0
Summary: Infrastructure for running and building daemons and services
Group:		Development/Other
Requires:	mono-2.0 = %version
Conflicts:	%name-extras < 2.10.2-2

%description extras-2.0
This package provides the libary and application to run services and
daemons with Mono 2.0 API.

%package extras-4.0
Summary: Infrastructure for running and building daemons and services
Group:		Development/Other
Requires:	mono-4.0 = %version
Conflicts:	%name-extras < 2.10.2-2

%description extras-4.0
This package provides the libary and application to run services and
daemons with Mono 4.0 API.

%package extras-compat
Summary: Infrastructure for running and building daemons and services
Group:		Development/Other
Requires:	mono-extras = %version

%description extras-compat
This package provides the libary and application to run services and
daemons.

%package winforms
Summary: Windows Forms implementation for Mono
Group:		Development/Other
Requires:	%{name}-winforms-2.0 = %version
Requires:	%{name}-winforms-4.0 = %version

%description winforms
This package provides a fully managed implementation of
System.Windows.Forms, the default graphical toolkit for .NET
applications.

%package winforms-2.0
Summary: Windows Forms implementation for Mono 2.0 API
Group:		Development/Other
Requires:	%{name}-2.0 = %version
Conflicts:	mono-winforms < 2.10.2-2

%description winforms-2.0
This package provides a fully managed implementation of
System.Windows.Forms, the default graphical toolkit for .NET
applications.

%package winforms-4.0
Summary: Windows Forms implementation for Mono 4.0 API
Group:		Development/Other
Requires:	%{name}-4.0 = %version
Conflicts:	mono-winforms < 2.10.2-2

%description winforms-4.0
This package provides a fully managed implementation of
System.Windows.Forms, the default graphical toolkit for .NET
applications.

%package winforms-compat
Summary: Windows Forms implementation for Mono
Group:		Development/Other
Requires:	%{name}-winforms = %version
Provides:       mono(Accessibility) = 1.0.5000.0
Provides:       mono(System.Design) = 1.0.5000.0
Provides:       mono(System.Drawing) = 1.0.5000.0
Provides:       mono(System.Drawing.Design) = 1.0.5000.0
Provides:       mono(System.Windows.Forms) = 1.0.5000.0

%description winforms-compat
This package provides a fully managed implementation of
System.Windows.Forms, the default graphical toolkit for .NET
applications.

%package locale-extras
Summary: Extra locale information for Mono
Group:	       Development/Other
Requires:      mono-locale-extras-2.0 = %version
Requires:      mono-locale-extras-4.0 = %version

%description locale-extras
This package contains assemblies to support I18N applications for
non-latin alphabets.

%package locale-extras-2.0
Summary: Extra locale information for Mono 2.0 API
Group:         Development/Other
Requires:      mono-2.0 = %version
Conflicts:	mono-locale-extras < 2.10.2-2

%description locale-extras-2.0
This package contains assemblies to support I18N applications for
non-latin alphabets.

%package locale-extras-4.0
Summary: Extra locale information for Mono 4.0 API
Group:         Development/Other
Requires:      mono-4.0 = %version
Conflicts:	mono-locale-extras < 2.10.2-2

%description locale-extras-4.0
This package contains assemblies to support I18N applications for
non-latin alphabets.

%package locale-extras-compat
Summary: Extra locale information for Mono
Group:         Development/Other
Requires:      mono-locale-extras = %version
Provides:       mono(I18N.CJK) = 1.0.5000.0
Provides:       mono(I18N.MidEast) = 1.0.5000.0
Provides:       mono(I18N.Other) = 1.0.5000.0
Provides:       mono(I18N.Rare) = 1.0.5000.0

%description locale-extras-compat
This package contains assemblies to support I18N applications for
non-latin alphabets.

%package nunit
Summary:	NUnit Testing Framework
Group:	Development/Other
Requires: %name = %version
Conflicts: %libname-devel < %version-%release
# for biarch:
Conflicts: lib%{name}%{major}-devel < %version-%release

%description nunit
NUnit is a unit-testing framework for all .Net languages.  Initially
ported from JUnit, the current release, version 2.2, is the fourth
major release of this xUnit based unit testing tool for Microsoft
.NET. It is written entirely in C# and has been completely redesigned
to take advantage of many .NET language features, for example custom
attributes and other reflection related capabilities. NUnit brings
xUnit to all .NET languages.

%package -n monodoc-core
Summary:        Monodoc-Documentation tools for C# code
Group:          Development/Other
Provides:       monodoc

%description -n monodoc-core
Monodoc-core contains documentation tools for C#.

%package wcf
Summary:        Mono implementation of WCF, Windows Communication Foundation
Group:          Development/Other
Requires:	%name-wcf-2.0 = %version
Requires:	%name-wcf-4.0 = %version

%description wcf
The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

Mono implementation of WCF, Windows Communication Foundation

%package wcf-2.0
Summary:	Mono implementation of WCF, Windows Communication Foundation, API 2.0
Group:		Development/Other
Requires:	%name-2.0 = %version
Conflicts:	%name-wcf < 2.10.2-2

%description wcf-2.0
The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

Mono implementation of WCF, Windows Communication Foundation

%package wcf-4.0
Summary:	Mono implementation of WCF, Windows Communication Foundation, API 4.0
Group:		Development/Other
Requires:	%name-4.0 = %version
Conflicts:	%name-wcf < 2.10.2-2

%description wcf-4.0
The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

Mono implementation of WCF, Windows Communication Foundation

%package build
Summary: Mono APIs needed for software development
Group: Development/Other
Requires: %name-build-2.0 = %version
Requires: %name-build-3.5 = %version
Requires: %name-build-4.0 = %version

%description build
The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

Mono APIs needed for software development

%package build-2.0
Summary: Mono APIs needed for software development, API 2.0
Group: Development/Other
Conflicts: %libnamedev < 2.10.5-2

%description build-2.0
The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

Mono APIs needed for software development, API 2.0

%package build-3.5
Summary: Mono APIs needed for software development, API 3.5
Group: Development/Other
Conflicts: %libnamedev < 2.10.5-2

%description build-3.5
The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

Mono APIs needed for software development, API 3.5

%package build-4.0
Summary: Mono APIs needed for software development, API 4.0
Group: Development/Other
Conflicts: %libnamedev < 2.10.5-2

%description build-4.0
The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

Mono APIs needed for software development, API 4.0

%prep
%setup -q
%patch0 -p1 -b .dllmap
%patch1 -p1 -b .selfexe
%patch4 -p1 -b .glop
%patch5 -p1 -b .dep_whitespace~

%build
#gw else libmonosgen-2.0.la does not build
%define _disable_ld_no_undefined 1
%configure2_5x --with-preview=yes \
  --with-sgen=%{sgen} \
%if %llvm == yes
 --enable-loadedllvm \
%endif
 --with-oprofile=%_prefix

#gw parallel build broken in 2.6
make

%check
#gw unit tests in mcs/class/corlib fail
#make check


%install
%makeinstall_std

mv %buildroot%{_datadir}/libgc-mono installed-docs

#gw these are all obsolete and shouldn't be packaged:
rm -f %buildroot%{_bindir}/mbas \
      %buildroot%{_mandir}/man1/{mint.1,oldmono.1,monostyle.1} 
# these work on Windows only
rm -fr %buildroot%{monodir}/*/Mono.Security.Win32*
# remove stuff that we don't package
rm -f %buildroot%{_bindir}/cilc
rm -f %buildroot%{_mandir}/man1/cilc.1*
rm -f %buildroot%{monodir}/*/browsercaps-updater.exe*
rm -f %buildroot%{monodir}/*/culevel.exe*
rm -f %buildroot%{monodir}/*/cilc.exe*
#gw not in 2.8 as well:
rm -f %buildroot%{_bindir}/prj2make
rm -f %buildroot%{_mandir}/man1/prj2make.1*
#gw not usable on Cooker:
#gw it is still needed for the deps
#rm -rf %buildroot/%{monodir}/*/Mono.WebBrowser*

%find_lang mcs

mkdir -p %{buildroot}%{_sysconfdir}/pki/mono
install -p -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pki/mono/

%files -f mcs.lang
%dir %{_sysconfdir}/mono
%dir %{_sysconfdir}/mono/2.0/
%dir %{_sysconfdir}/mono/4.0/
%config(noreplace) %{_sysconfdir}/mono/2.0/machine.config
%config(noreplace) %{_sysconfdir}/mono/4.0/machine.config
%config(noreplace) %{_sysconfdir}/mono/2.0/settings.map
%config(noreplace) %{_sysconfdir}/mono/4.0/settings.map
%config  %{_sysconfdir}/mono/config
%{_bindir}/mono
%{_bindir}/mono-configuration-crypto
%if %sgen == yes
%{_bindir}/mono-sgen
%endif
%{_bindir}/mono-sgen-gdb.py
%{_bindir}/mono-test-install
%{_bindir}/csharp
%{_bindir}/csharp2
%{_bindir}/certmgr
%{_bindir}/chktrust
%{_bindir}/dmcs
%{_bindir}/gacutil
%{_bindir}/gacutil2
%{_bindir}/gmcs
%{_bindir}/mcs
%{_bindir}/mozroots
%{_bindir}/peverify
%{_bindir}/setreg
%{_bindir}/sn
%{_mandir}/man1/mono.1*
%{_mandir}/man1/mono-configuration-crypto.1*
%{_mandir}/man1/certmgr.1*
%{_mandir}/man1/chktrust.1*
%{_mandir}/man1/csharp.1*
%{_mandir}/man1/gacutil.1*
%{_mandir}/man1/mcs.1*
%{_mandir}/man1/mozroots.1*
%{_mandir}/man1/setreg.1*
%{_mandir}/man1/sn.1*
%{_mandir}/man5/mono-config.5*
%dir %{monodir}
%dir %{monodir}/gac/
%dir %{monodir}/3.5/
%{monodir}/mono-configuration-crypto
%dir %{monodir}/gac/Mono.C5
%{monodir}/gac/Mono.C5/1.1.0.0*
%{monodir}/gac/Mono.Cecil/
%{monodir}/gac/Mono.Cecil.Mdb/

%files 2.0
%dir %{monodir}/2.0
%{monodir}/2.0/Commons.Xml.Relaxng.dll
%{monodir}/2.0/CustomMarshalers.dll
%{monodir}/2.0/I18N.West.dll
%{monodir}/2.0/I18N.dll
%{monodir}/2.0/ICSharpCode.SharpZipLib.dll
%{monodir}/2.0/Microsoft.VisualC.dll
%{monodir}/2.0/Mono.C5.dll
%{monodir}/2.0/Mono.CSharp.dll
%{monodir}/2.0/Mono.Cairo.dll
%{monodir}/2.0/Mono.CompilerServices.SymbolWriter.dll
%{monodir}/2.0/Mono.Management.dll
%{monodir}/2.0/Mono.Posix.dll
%{monodir}/2.0/Mono.Security.dll
%{monodir}/2.0/Mono.Simd.dll
%{monodir}/2.0/Mono.Tasklets.dll
%{monodir}/2.0/OpenSystem.C.dll
%{monodir}/2.0/System.Configuration.dll
%{monodir}/2.0/System.Core.dll
%{monodir}/2.0/System.Drawing.dll
%{monodir}/2.0/System.Net.dll
%{monodir}/2.0/System.Security.dll
%{monodir}/2.0/System.Xml.Linq.dll
%{monodir}/2.0/System.Xml.dll
%{monodir}/2.0/System.dll
%{monodir}/2.0/cscompmgd.dll
%{monodir}/2.0/csharp.exe
%{monodir}/2.0/csharp.exe.mdb
%{monodir}/2.0/gacutil.exe
%{monodir}/2.0/gacutil.exe.mdb
%{monodir}/2.0/gmcs.exe
%{monodir}/2.0/gmcs.exe.config
%{monodir}/2.0/gmcs.exe.mdb
%{monodir}/2.0/mcs.exe
%{monodir}/2.0/mcs.exe.so
%{monodir}/2.0/mscorlib.dll
%{monodir}/2.0/mscorlib.dll.mdb
%{monodir}/2.0/mscorlib.dll.so
%{monodir}/gac/Commons.Xml.Relaxng/2.0.0.0*
%{monodir}/gac/CustomMarshalers/2.0.0.0*
%{monodir}/gac/I18N.West/2.0.0.0*
%{monodir}/gac/I18N/2.0.0.0*
%{monodir}/gac/ICSharpCode.SharpZipLib/2.84.0.0*
%{monodir}/gac/Microsoft.VisualC/8.0.0.0*
%{monodir}/gac/Mono.Cairo/2.0.0.0*
%{monodir}/gac/Mono.CSharp/2.0.0.0*
%{monodir}/gac/Mono.CompilerServices.SymbolWriter/2.0.0.0*
%{monodir}/gac/Mono.Management/2.0.0.0*
%{monodir}/gac/Mono.Posix/2.0.0.0*
%{monodir}/gac/Mono.Security/2.0.0.0*
%{monodir}/gac/Mono.Simd/2.0.0.0*
%{monodir}/gac/Mono.Tasklets/2.0.0.0*
%{monodir}/gac/OpenSystem.C/2.0.0.0*
%{monodir}/gac/System.Configuration/2.0.0.0*
%{monodir}/gac/System.Core/3.5.0.0*
%{monodir}/gac/System.Drawing/2.0.0.0*
%{monodir}/gac/System.Net/3.5.0.0*
%{monodir}/gac/System.Security/2.0.0.0*
%{monodir}/gac/System.Xml.Linq/3.5.0.0*
%{monodir}/gac/System.Xml/2.0.0.0*
%{monodir}/gac/System/2.0.0.0*
%{monodir}/gac/cscompmgd/8.0.0.0*

%files 4.0
%{monodir}/4.0/Commons.Xml.Relaxng.dll
%{monodir}/4.0/CustomMarshalers.dll
%{monodir}/4.0/I18N.West.dll
%{monodir}/4.0/I18N.dll
%{monodir}/4.0/ICSharpCode.SharpZipLib.dll
%{monodir}/4.0/Microsoft.CSharp.dll
%{monodir}/4.0/Microsoft.VisualC.dll
%{monodir}/4.0/Mono.C5.dll
%{monodir}/4.0/Mono.CSharp.dll
%{monodir}/4.0/Mono.Cairo.dll
%{monodir}/4.0/Mono.CompilerServices.SymbolWriter.dll
%{monodir}/4.0/Mono.Management.dll
%{monodir}/4.0/Mono.Posix.dll
%{monodir}/4.0/Mono.Security.dll
%{monodir}/4.0/Mono.Simd.dll
%{monodir}/4.0/Mono.Tasklets.dll
%{monodir}/4.0/OpenSystem.C.dll
%{monodir}/4.0/System.Configuration.dll
%{monodir}/4.0/System.Core.dll
%{monodir}/4.0/System.Drawing.dll
%{monodir}/4.0/System.Dynamic.dll
%{monodir}/4.0/System.Net.dll
%{monodir}/4.0/System.Numerics.dll
%{monodir}/4.0/System.Security.dll
%{monodir}/4.0/System.Xml.Linq.dll
%{monodir}/4.0/System.Xml.dll
%{monodir}/4.0/System.dll
%{monodir}/4.0/certmgr.exe
%{monodir}/4.0/certmgr.exe.mdb
%{monodir}/4.0/chktrust.exe
%{monodir}/4.0/chktrust.exe.mdb
%{monodir}/4.0/cscompmgd.dll
%{monodir}/4.0/csharp.exe
%{monodir}/4.0/csharp.exe.mdb
%{monodir}/4.0/dmcs.exe
%{monodir}/4.0/dmcs.exe.config
%{monodir}/4.0/dmcs.exe.mdb
%{monodir}/4.0/gacutil.exe
%{monodir}/4.0/gacutil.exe.mdb
%{monodir}/4.0/mozroots.exe
%{monodir}/4.0/mozroots.exe.mdb
%{monodir}/4.0/mscorlib.dll
%{monodir}/4.0/mscorlib.dll.mdb
%{monodir}/4.0/setreg.exe
%{monodir}/4.0/setreg.exe.mdb
%{monodir}/4.0/sn.exe
%{monodir}/4.0/sn.exe.mdb
%{monodir}/gac/Commons.Xml.Relaxng/4.0.0.0*
%{monodir}/gac/CustomMarshalers/4.0.0.0*
%{monodir}/gac/I18N.West/4.0.0.0*
%{monodir}/gac/I18N/4.0.0.0*
%{monodir}/gac/ICSharpCode.SharpZipLib/4.84.0.0*
%{monodir}/gac/Microsoft.CSharp/4.0.0.0*
%{monodir}/gac/Microsoft.VisualC/0.0.0.0*
%{monodir}/gac/Mono.CSharp/4.0.0.0*
%{monodir}/gac/Mono.Cairo/4.0.0.0*
%{monodir}/gac/Mono.CompilerServices.SymbolWriter/4.0.0.0*
%{monodir}/gac/Mono.Management/4.0.0.0*
%{monodir}/gac/Mono.Posix/4.0.0.0*
%{monodir}/gac/Mono.Security/4.0.0.0*
%{monodir}/gac/Mono.Simd/4.0.0.0*
%{monodir}/gac/Mono.Tasklets/4.0.0.0*
%{monodir}/gac/OpenSystem.C/4.0.0.0*
%{monodir}/gac/System.Configuration/4.0.0.0*
%{monodir}/gac/System.Core/4.0.0.0*
%{monodir}/gac/System.Drawing/4.0.0.0*
%{monodir}/gac/System.Dynamic/4.0.0.0*
%{monodir}/gac/System.Net/4.0.0.0*
%{monodir}/gac/System.Numerics/4.0.0.0*
%{monodir}/gac/System.Security/4.0.0.0*
%{monodir}/gac/System.Xml.Linq/4.0.0.0*
%{monodir}/gac/System.Xml/4.0.0.0*
%{monodir}/gac/System/4.0.0.0*
%{monodir}/gac/cscompmgd/0.0.0.0*

%files compat
%dir %{monodir}/compat-2.0/
%{monodir}/compat-2.0/ICSharpCode.SharpZipLib.dll
%{monodir}/gac/ICSharpCode.SharpZipLib/2.6.0.0*

%files build

%files build-2.0
%{monodir}/2.0/Microsoft.Build.Tasks.dll
%dir %{monodir}/gac/Microsoft.Build.Tasks
%{monodir}/gac/Microsoft.Build.Tasks/2.0.0.0*
%{monodir}/2.0/Microsoft.Build.Framework.dll
%dir %{monodir}/gac/Microsoft.Build.Framework/
%{monodir}/gac/Microsoft.Build.Framework/2.0.0.0*
%{monodir}/2.0/Microsoft.Build.Utilities.dll
%dir %{monodir}/gac/Microsoft.Build.Utilities/
%{monodir}/gac/Microsoft.Build.Utilities/2.0.0.0*
%{monodir}/2.0/Microsoft.Build.Engine.dll
%dir %{monodir}/gac/Microsoft.Build.Engine/
%{monodir}/gac/Microsoft.Build.Engine/2.0.0.0*
%{monodir}/2.0/Mono.Debugger.Soft.dll
%dir %{monodir}/gac/Mono.Debugger.Soft/
%{monodir}/gac/Mono.Debugger.Soft/2.0.0.0*
%{monodir}/2.0/PEAPI.dll
%dir %{monodir}/gac/PEAPI/
%{monodir}/gac/PEAPI/2.0.0.0*
%{monodir}/2.0/MSBuild

%files build-3.5
%{monodir}/3.5/Microsoft.Build.Framework.dll
%dir %{monodir}/gac/Microsoft.Build.Framework/
%{monodir}/gac/Microsoft.Build.Framework/3.5.0.0*
%{monodir}/3.5/Microsoft.Build.Engine.dll
%dir %{monodir}/gac/Microsoft.Build.Engine/
%{monodir}/gac/Microsoft.Build.Engine/3.5.0.0*
%{monodir}/3.5/Microsoft.Build.Tasks.v3.5.dll
%{monodir}/gac/Microsoft.Build.Tasks.v3.5
%{monodir}/gac/Microsoft.Build.Utilities.v3.5
%{monodir}/3.5/Microsoft.Build.Utilities.v3.5.dll
%{monodir}/3.5/MSBuild

%files build-4.0
%{monodir}/4.0/Microsoft.Build.dll
%dir %{monodir}/gac/Microsoft.Build/
%{monodir}/gac/Microsoft.Build/4.0.0.0*
%{monodir}/4.0/Microsoft.Build.xsd
%{monodir}/4.0/Microsoft.Build.Framework.dll
%dir %{monodir}/gac/Microsoft.Build.Framework/
%{monodir}/gac/Microsoft.Build.Framework/4.0.0.0*
%{monodir}/4.0/Microsoft.Build.Engine.dll
%dir %{monodir}/gac/Microsoft.Build.Engine/
%{monodir}/gac/Microsoft.Build.Engine/4.0.0.0*
%{monodir}/gac/Microsoft.Build.Tasks.v4.0
%{monodir}/4.0/Microsoft.Build.Tasks.v4.0.dll
%{monodir}/gac/Microsoft.Build.Utilities.v4.0
%{monodir}/4.0/Microsoft.Build.Utilities.v4.0.dll
%{monodir}/4.0/Microsoft.CSharp.targets
%{monodir}/4.0/Microsoft.Common.targets
%{monodir}/4.0/Microsoft.Common.tasks
%{monodir}/4.0/Microsoft.VisualBasic.targets
%{monodir}/4.0/PEAPI.dll
%dir %{monodir}/gac/PEAPI/
%{monodir}/gac/PEAPI/4.0.0.0*
%{monodir}/4.0/Mono.CodeContracts.dll
%dir %{monodir}/gac/Mono.CodeContracts/
%{monodir}/gac/Mono.CodeContracts/4.0.0.0*
%{monodir}/4.0/Mono.Debugger.Soft.dll
%dir %{monodir}/gac/Mono.Debugger.Soft/
%{monodir}/gac/Mono.Debugger.Soft/4.0.0.0*
%{monodir}/4.0/MSBuild

%files doc
%doc AUTHORS COPYING.LIB NEWS README
%doc docs/*[^Makefile-Makefile.in]
%doc mcs*/docs/clr-abi.txt mcs*/docs/compiler.txt mcs*/docs/control-flow-analysis.txt
%doc installed-docs/*

%files -n %{libname}
%{_libdir}/libmono-profiler*.so.%{major}*
%if %sgen == yes
%{_libdir}/libmonosgen-2.0.so.%{major}*
%endif
# gw always check if they've got a valid soname
%{_libdir}/libMonoPosixHelper.so
%{_libdir}/libMonoSupportW.so
%{_libdir}/libikvm-native.so

%files -n %{libname1}
%{_libdir}/libmono-2.0.so.%{major1}*

%if %llvm == yes
%files -n %{libnamellvm}
%{_libdir}/libmono-llvm.so.%{major}*
%endif

%files -n %{libnamedev}
%doc ChangeLog
%{_sysconfdir}/pki/mono/
%dir %{_includedir}/mono-2.0/
%{_includedir}/mono-2.0/*
%{_libdir}/*.a
%{_libdir}/libmono*.so
%{_libdir}/pkgconfig/cecil.pc
%{_libdir}/pkgconfig/dotnet.pc
%{_libdir}/pkgconfig/dotnet35.pc
%{_libdir}/pkgconfig/mono-cairo.pc
%{_libdir}/pkgconfig/mono-lineeditor.pc
%{_libdir}/pkgconfig/mono-options.pc
%{_libdir}/pkgconfig/mono.pc
%{_libdir}/pkgconfig/mono-2.pc
%{_libdir}/pkgconfig/monosgen-2.pc
%{_libdir}/pkgconfig/mono.web.pc
%{_libdir}/pkgconfig/system.web.extensions.design_1.0.pc
%{_libdir}/pkgconfig/system.web.extensions_1.0.pc
%{_libdir}/pkgconfig/system.web.mvc.pc
%{_libdir}/pkgconfig/system.web.mvc2.pc
%{_libdir}/pkgconfig/mono-nunit.pc
%{_libdir}/pkgconfig/monodoc.pc
%{_libdir}/pkgconfig/wcf.pc
%{_bindir}/al
%{_bindir}/al2
%{_bindir}/caspol
%{_bindir}/ccrewrite
%{_bindir}/cert2spc
%{_bindir}/dtd2rng
%{_bindir}/dtd2xsd
%{_bindir}/genxs
%{_bindir}/httpcfg
%{_bindir}/ilasm
%{_bindir}/installvst
%{_bindir}/lc
#
%{_bindir}/macpack
#
%{_bindir}/makecert
%{_bindir}/mkbundle
%{_bindir}/mono-api-info
%{_bindir}/mono-cil-strip
%{_bindir}/mono-find-provides
%{_bindir}/mono-find-requires
%{_bindir}/mono-gdb.py
%{_bindir}/mono-heapviz
%{_bindir}/mono-shlib-cop
%{_bindir}/mono-xmltool
%{_bindir}/monodis
%{_bindir}/monolinker
%{_bindir}/monop
%{_bindir}/monop2
%{_bindir}/mprof-report
%{_bindir}/pedump
%{_bindir}/permview
%{_bindir}/resgen
%{_bindir}/resgen2
%{_bindir}/secutil
%{_bindir}/sgen
%{_bindir}/signcode
%{_bindir}/pdb2mdb
%{_bindir}/xbuild
%{_bindir}/monograph
%{_mandir}/man1/ccrewrite.1*
%{_mandir}/man1/cert2spc.1*
%{_mandir}/man1/dtd2xsd.1*
%{_mandir}/man1/genxs.1*
%{_mandir}/man1/httpcfg.1*
%{_mandir}/man1/ilasm*.1*
%{_mandir}/man1/lc.1*
#
%{_mandir}/man1/macpack.1*
#
%{_mandir}/man1/makecert.1*
%{_mandir}/man1/mkbundle.1*
%{_mandir}/man1/mono-api-info.1*
%{_mandir}/man1/mono-cil-strip.1*
%{_mandir}/man1/mono-shlib-cop.1*
%{_mandir}/man1/monodis.1*
%{_mandir}/man1/monolinker.1*
%{_mandir}/man1/monop.1*
%{_mandir}/man1/mprof-report.1*
%{_mandir}/man1/permview.1*
%{_mandir}/man1/resgen.1*
%{_mandir}/man1/secutil.1*
%{_mandir}/man1/sgen.1*
%{_mandir}/man1/signcode.1*
%{_mandir}/man1/al.1*
%{_mandir}/man1/mono-xmltool.1*
%{_mandir}/man1/pdb2mdb.1*
%{_mandir}/man1/xbuild.1*
%{_prefix}/lib/mono-source-libs/
%{monodir}/4.0/dtd2rng.exe*
%{monodir}/4.0/dtd2xsd.exe*
%{monodir}/4.0/httpcfg.exe*
%{monodir}/4.0/macpack.exe*
%{monodir}/4.0/makecert.exe*
%{monodir}/4.0/mono-api-info.exe*
%{monodir}/4.0/mono-cil-strip.exe*
%{monodir}/2.0/monolinker.exe
%{monodir}/2.0/monolinker.exe.mdb
%{monodir}/4.0/monolinker.exe*
%{monodir}/4.0/pdb2mdb.exe*
%{monodir}/4.0/permview.exe*
%{monodir}/4.0/resgen.exe*
%{monodir}/4.0/secutil.exe*
%{monodir}/4.0/sgen.exe*
%{monodir}/4.0/signcode.exe*
%{monodir}/2.0/Microsoft.Build.xsd
%{monodir}/2.0/Microsoft.Common.tasks
%{monodir}/2.0/Microsoft.Common.targets
%{monodir}/2.0/Microsoft.CSharp.targets
#
%{monodir}/2.0/Microsoft.VisualBasic.targets
#
%{monodir}/2.0/xbuild.rsp
%{monodir}/2.0/al.exe
%{monodir}/2.0/al.exe.mdb
%{monodir}/4.0/al.exe*
%{monodir}/4.0/caspol.exe*
%{monodir}/4.0/ccrewrite.exe*
%{monodir}/4.0/cert2spc.exe*
%{monodir}/2.0/genxs.exe*
%{monodir}/4.0/genxs.exe*
%{monodir}/4.0/ictool.exe*
%{monodir}/2.0/ilasm.exe
%{monodir}/2.0/ilasm.exe.mdb
%{monodir}/4.0/ilasm.exe*
%{monodir}/4.0/installvst.exe*
%{monodir}/4.0/lc.exe*
%{monodir}/2.0/mkbundle.exe*
%{monodir}/4.0/mkbundle.exe*
%{monodir}/2.0/monop.exe
%{monodir}/2.0/monop.exe.mdb
%{monodir}/4.0/monop.exe*
%{monodir}/4.0/mono-shlib-cop.exe*
%{monodir}/4.0/mono-xmltool.exe*
%{monodir}/2.0/resgen.exe
%{monodir}/2.0/resgen.exe.mdb
%{monodir}/2.0/xbuild.exe
%{monodir}/2.0/xbuild.exe.mdb
%{monodir}/4.0/xbuild.exe*
%{monodir}/4.0/xbuild.rsp
%{monodir}/3.5/*.tasks
%{monodir}/3.5/*.targets
%{monodir}/3.5/xbuild.*
%{monodir}/3.5/Microsoft.Build.xsd
%{monodir}/xbuild/
%{monodir}/xbuild-frameworks/
%{_datadir}/mono-2.0/

%files winfxcore

%files winfxcore-2.0
%{monodir}/2.0/System.Data.Services.Client.dll
%{monodir}/gac/System.Data.Services.Client/3.5.0.0*
%{monodir}/2.0/WindowsBase.dll*
%{monodir}/gac/WindowsBase/3.0.0.0*

%files winfxcore-4.0
%{monodir}/4.0/System.Data.Services.Client.dll
%{monodir}/gac/System.Data.Services.Client/4.0.0.0*
%{monodir}/4.0/WindowsBase.dll*
%{monodir}/gac/WindowsBase/4.0.0.0*

%files web
%dir %{_sysconfdir}/mono/mconfig
%config(noreplace) %{_sysconfdir}/mono/browscap.ini
%config(noreplace) %{_sysconfdir}/mono/mconfig/config.xml
%{_bindir}/disco
%{_bindir}/mconfig
%{_bindir}/soapsuds
%{_bindir}/wsdl
%{_bindir}/wsdl2
%{_bindir}/xsd
%{_mandir}/man1/disco.1*
%{_mandir}/man1/mconfig.1*
%{_mandir}/man1/soapsuds.1*
%{_mandir}/man1/wsdl.1*
%{_mandir}/man1/xsd.1*

%files web-2.0
%config(noreplace) %{_sysconfdir}/mono/2.0/Browsers/Compat.browser
%config(noreplace) %{_sysconfdir}/mono/2.0/DefaultWsdlHelpGenerator.aspx
%config(noreplace) %{_sysconfdir}/mono/2.0/web.config
%{monodir}/2.0/Mono.Http.dll
%{monodir}/2.0/Mono.Web.dll
%{monodir}/2.0/System.ComponentModel.DataAnnotations.dll
%{monodir}/2.0/System.Runtime.Remoting.dll
%{monodir}/2.0/System.Runtime.Serialization.Formatters.Soap.dll
%{monodir}/2.0/System.Web.Abstractions.dll
%{monodir}/2.0/System.Web.DynamicData.dll
%{monodir}/2.0/System.Web.Extensions.Design.dll
%{monodir}/2.0/System.Web.Extensions.dll
%{monodir}/2.0/System.Web.Mvc.dll
%{monodir}/2.0/System.Web.Routing.dll
%{monodir}/2.0/System.Web.Services.dll
%{monodir}/2.0/System.Web.dll
%{monodir}/2.0/wsdl.exe
%{monodir}/2.0/wsdl.exe.mdb
%{monodir}/2.0/xsd.exe
%{monodir}/2.0/xsd.exe.mdb
%{monodir}/gac/Mono.Http/2.0.0.0*
%{monodir}/gac/Mono.Web/2.0.0.0*
%{monodir}/gac/System.ComponentModel.DataAnnotations/3.5.0.0*
%{monodir}/gac/System.Runtime.Remoting/2.0.0.0*
%{monodir}/gac/System.Runtime.Serialization.Formatters.Soap/2.0.0.0*
%{monodir}/gac/System.Web.Abstractions/3.5.0.0*
%{monodir}/gac/System.Web.DynamicData/3.5.0.0*
%{monodir}/gac/System.Web.Extensions.Design/3.5.0.0*
%{monodir}/gac/System.Web.Extensions/3.5.0.0*
%{monodir}/gac/System.Web.Mvc/2.0.0.0*
%{monodir}/gac/System.Web.Routing/3.5.0.0*
%{monodir}/gac/System.Web.Services/2.0.0.0*
%{monodir}/gac/System.Web/2.0.0.0*

%files web-4.0
%config(noreplace) %{_sysconfdir}/mono/4.0/DefaultWsdlHelpGenerator.aspx
%config(noreplace) %{_sysconfdir}/mono/4.0/web.config
%{monodir}/4.0/Microsoft.Web.Infrastructure.dll
%{monodir}/4.0/Mono.Http.dll
%{monodir}/4.0/Mono.Web.dll
%{monodir}/4.0/System.ComponentModel.Composition.dll
%{monodir}/4.0/System.ComponentModel.DataAnnotations.dll
%{monodir}/4.0/System.Runtime.Remoting.dll
%{monodir}/4.0/System.Runtime.Serialization.Formatters.Soap.dll
%{monodir}/4.0/System.Web.Abstractions.dll
%{monodir}/4.0/System.Web.ApplicationServices.dll
%{monodir}/4.0/System.Web.DynamicData.dll
%{monodir}/4.0/System.Web.Extensions.Design.dll
%{monodir}/4.0/System.Web.Extensions.dll
%{monodir}/4.0/System.Web.Routing.dll
%{monodir}/4.0/System.Web.Services.dll
%{monodir}/4.0/System.Web.dll
%{monodir}/4.0/disco.exe
%{monodir}/4.0/disco.exe.mdb
%{monodir}/4.0/mconfig.exe
%{monodir}/4.0/mconfig.exe.mdb
%{monodir}/4.0/soapsuds.exe
%{monodir}/4.0/soapsuds.exe.mdb
%{monodir}/4.0/wsdl.exe
%{monodir}/4.0/wsdl.exe.mdb
%{monodir}/4.0/xsd.exe
%{monodir}/4.0/xsd.exe.mdb
%{monodir}/gac/Microsoft.Web.Infrastructure/1.0.0.0*
%{monodir}/gac/Mono.Http/4.0.0.0*
%{monodir}/gac/Mono.Web/4.0.0.0*
%{monodir}/gac/System.ComponentModel.Composition/4.0.0.0*
%{monodir}/gac/System.ComponentModel.DataAnnotations/4.0.0.0*
%{monodir}/gac/System.Runtime.Remoting/4.0.0.0*
%{monodir}/gac/System.Runtime.Serialization.Formatters.Soap/4.0.0.0*
%{monodir}/gac/System.Web.Abstractions/4.0.0.0*
%{monodir}/gac/System.Web.ApplicationServices/4.0.0.0*
%{monodir}/gac/System.Web.DynamicData/4.0.0.0*
%{monodir}/gac/System.Web.Extensions.Design/4.0.0.0*
%{monodir}/gac/System.Web.Extensions/4.0.0.0*
%{monodir}/gac/System.Web.Routing/4.0.0.0*
%{monodir}/gac/System.Web.Services/4.0.0.0*
%{monodir}/gac/System.Web/4.0.0.0*

%files web-compat
%{monodir}/compat-2.0/System.Web.Extensions.Design.dll
%{monodir}/compat-2.0/System.Web.Extensions.dll
%{monodir}/compat-2.0/System.Web.Mvc.dll
%{monodir}/gac/System.Web.Extensions.Design/1.0.61025.0*
%{monodir}/gac/System.Web.Extensions/1.0.61025.0*
%{monodir}/gac/System.Web.Mvc/1.0.0.0*

%files winforms

%files winforms-2.0
%{monodir}/2.0/Accessibility.dll
%{monodir}/2.0/Mono.WebBrowser.dll
%{monodir}/2.0/System.Design.dll
%{monodir}/2.0/System.Drawing.Design.dll
%{monodir}/2.0/System.Windows.Forms.dll
%{monodir}/gac/Accessibility/2.0.0.0*
%{monodir}/gac/Mono.WebBrowser/2.0.0.0*
%{monodir}/gac/System.Design/2.0.0.0*
%{monodir}/gac/System.Drawing.Design/2.0.0.0*
%{monodir}/gac/System.Windows.Forms/2.0.0.0*

%files winforms-4.0
#gw stupid rpm5:
%dir %{monodir}
%dir %{monodir}/4.0
%dir %{monodir}/gac
%dir %{monodir}/gac/Accessibility
%dir %{monodir}/gac/Mono.WebBrowser
%dir %{monodir}/gac/System.Design
%dir %{monodir}/gac/System.Drawing.Design
%dir %{monodir}/gac/System.Windows.Forms
%dir %{monodir}/gac/System.Windows.Forms.DataVisualization
%{monodir}/4.0/Accessibility.dll
%{monodir}/4.0/Mono.WebBrowser.dll
%{monodir}/4.0/System.Design.dll
%{monodir}/4.0/System.Drawing.Design.dll
%{monodir}/4.0/System.Windows.Forms.DataVisualization.dll
%{monodir}/4.0/System.Windows.Forms.dll
%{monodir}/gac/Accessibility/4.0.0.0*
%{monodir}/gac/Mono.WebBrowser/4.0.0.0*
%{monodir}/gac/System.Design/4.0.0.0*
%{monodir}/gac/System.Drawing.Design/4.0.0.0*
%{monodir}/gac/System.Windows.Forms.DataVisualization/4.0.0.0*
%{monodir}/gac/System.Windows.Forms/4.0.0.0*

%files winforms-compat

%files extras
%{_bindir}/mono-service
%{_bindir}/mono-service2
%{_mandir}/man1/mono-service.1*

%files extras-2.0
%{monodir}/2.0/Mono.Messaging.RabbitMQ.dll
%{monodir}/2.0/Mono.Messaging.dll
%{monodir}/2.0/RabbitMQ.Client.Apigen.exe
%{monodir}/2.0/RabbitMQ.Client.Apigen.exe.mdb
%{monodir}/2.0/RabbitMQ.Client.dll
%{monodir}/2.0/System.Configuration.Install.dll
%{monodir}/2.0/System.Management.dll
%{monodir}/2.0/System.Messaging.dll
%{monodir}/2.0/System.ServiceProcess.dll
%{monodir}/2.0/mono-service.exe
%{monodir}/2.0/mono-service.exe.mdb
%{monodir}/gac/Mono.Messaging.RabbitMQ/2.0.0.0*
%{monodir}/gac/Mono.Messaging/2.0.0.0*
%{monodir}/gac/RabbitMQ.Client/2.0.0.0*
%{monodir}/gac/System.Configuration.Install/2.0.0.0*
%{monodir}/gac/System.Management/2.0.0.0*
%{monodir}/gac/System.Messaging/2.0.0.0*
%{monodir}/gac/System.ServiceProcess/2.0.0.0*
%{monodir}/gac/mono-service/2.0.0.0*

%files extras-4.0
%{monodir}/4.0/Mono.Messaging.RabbitMQ.dll
%{monodir}/4.0/Mono.Messaging.dll
%{monodir}/4.0/RabbitMQ.Client.Apigen.exe
%{monodir}/4.0/RabbitMQ.Client.Apigen.exe.mdb
%{monodir}/4.0/RabbitMQ.Client.dll
%{monodir}/4.0/System.Configuration.Install.dll
%{monodir}/4.0/System.Management.dll
%{monodir}/4.0/System.Messaging.dll
%{monodir}/4.0/System.Runtime.Caching.dll
%{monodir}/4.0/System.ServiceProcess.dll
%{monodir}/4.0/System.Xaml.dll
%{monodir}/4.0/installutil.exe
%{monodir}/4.0/installutil.exe.mdb
%{monodir}/4.0/mono-service.exe
%{monodir}/4.0/mono-service.exe.mdb
%{monodir}/gac/Mono.Messaging.RabbitMQ/4.0.0.0*
%{monodir}/gac/Mono.Messaging/4.0.0.0*
%{monodir}/gac/RabbitMQ.Client/4.0.0.0*
%{monodir}/gac/System.Configuration.Install/4.0.0.0*
%{monodir}/gac/System.Management/4.0.0.0*
%{monodir}/gac/System.Messaging/4.0.0.0*
%{monodir}/gac/System.Runtime.Caching/4.0.0.0*
%{monodir}/gac/System.ServiceProcess/4.0.0.0*
%{monodir}/gac/System.Xaml/4.0.0.0*
%{monodir}/gac/mono-service/4.0.0.0*

%files extras-compat

%files data
%{_bindir}/sqlmetal
%{_bindir}/sqlsharp
%{_mandir}/man1/sqlsharp.1*
%dir %{monodir}
%dir %{monodir}/2.0
%dir %{monodir}/4.0
%dir %{monodir}/gac
%{monodir}/gac/IBM.Data.DB2
%{monodir}/2.0/IBM.Data.DB2.dll
%{monodir}/4.0/IBM.Data.DB2.dll

%files data-2.0
%{monodir}/2.0/Mono.Data.Tds.dll
%{monodir}/2.0/Novell.Directory.Ldap.dll
%{monodir}/2.0/System.Data.DataSetExtensions.dll
%{monodir}/2.0/System.Data.Linq.dll
%{monodir}/2.0/System.Data.Services.dll
%{monodir}/2.0/System.Data.dll
%{monodir}/2.0/System.DirectoryServices.dll
%{monodir}/2.0/System.EnterpriseServices.dll
%{monodir}/2.0/System.Runtime.Serialization.dll
%{monodir}/2.0/System.Transactions.dll
%{monodir}/2.0/Mono.Data.Sqlite.dll
%{monodir}/2.0/System.Data.OracleClient.dll
%{monodir}/2.0/Npgsql.dll
%{monodir}/gac/Npgsql/2.0.0.0*
%{monodir}/gac/System.Data.OracleClient/2.0.0.0*
%{monodir}/gac/Mono.Data.Sqlite/2.0.0.0*
%{monodir}/gac/Mono.Data.Tds/2.0.0.0*
%{monodir}/gac/Novell.Directory.Ldap/2.0.0.0*
%{monodir}/gac/System.Data.DataSetExtensions/3.5.0.0*
%{monodir}/gac/System.Data.Linq/3.5.0.0*
%{monodir}/gac/System.Data.Services/3.5.0.0*
%{monodir}/gac/System.Data/2.0.0.0*
%{monodir}/gac/System.DirectoryServices/2.0.0.0*
%{monodir}/gac/System.EnterpriseServices/2.0.0.0*
%{monodir}/gac/System.Runtime.Serialization/3.0.0.0*
%{monodir}/gac/System.Transactions/2.0.0.0*

%files data-4.0
%{monodir}/4.0/Mono.Data.Tds.dll
%{monodir}/4.0/Novell.Directory.Ldap.dll
%{monodir}/4.0/System.Data.DataSetExtensions.dll
%{monodir}/4.0/System.Data.Linq.dll
%{monodir}/4.0/System.Data.Services.dll
%{monodir}/4.0/System.Data.dll
%{monodir}/4.0/System.DirectoryServices.dll
%{monodir}/4.0/System.EnterpriseServices.dll
%{monodir}/4.0/System.Runtime.Serialization.dll
%{monodir}/4.0/System.Transactions.dll
%{monodir}/4.0/WebMatrix.Data.dll
%{monodir}/4.0/sqlmetal.exe
%{monodir}/4.0/sqlmetal.exe.config
%{monodir}/4.0/sqlmetal.exe.mdb
%{monodir}/4.0/sqlsharp.exe
%{monodir}/4.0/sqlsharp.exe.mdb
%{monodir}/4.0/Mono.Data.Sqlite.dll
%{monodir}/4.0/System.Data.OracleClient.dll
%{monodir}/4.0/Npgsql.dll
%{monodir}/gac/Npgsql/4.0.0.0*
%{monodir}/gac/System.Data.OracleClient/4.0.0.0*
%{monodir}/gac/Mono.Data.Sqlite/4.0.0.0*
%{monodir}/gac/Mono.Data.Tds/4.0.0.0*
%{monodir}/gac/Novell.Directory.Ldap/4.0.0.0*
%{monodir}/gac/System.Data.DataSetExtensions/4.0.0.0*
%{monodir}/gac/System.Data.Linq/4.0.0.0*
%{monodir}/gac/System.Data.Services/4.0.0.0*
%{monodir}/gac/System.Data/4.0.0.0*
%{monodir}/gac/System.DirectoryServices/4.0.0.0*
%{monodir}/gac/System.EnterpriseServices/4.0.0.0*
%{monodir}/gac/System.Runtime.Serialization/4.0.0.0*
%{monodir}/gac/System.Transactions/4.0.0.0*
%{monodir}/gac/WebMatrix.Data/4.0.0.0*

%files data-compat

%files locale-extras

%files locale-extras-2.0
%{monodir}/2.0/I18N.CJK.dll
%{monodir}/2.0/I18N.MidEast.dll
%{monodir}/2.0/I18N.Other.dll
%{monodir}/2.0/I18N.Rare.dll
%{monodir}/gac/I18N.CJK/2.0.0.0*
%{monodir}/gac/I18N.MidEast/2.0.0.0*
%{monodir}/gac/I18N.Other/2.0.0.0*
%{monodir}/gac/I18N.Rare/2.0.0.0*

%files locale-extras-4.0
%{monodir}/4.0/I18N.CJK.dll
%{monodir}/4.0/I18N.MidEast.dll
%{monodir}/4.0/I18N.Other.dll
%{monodir}/4.0/I18N.Rare.dll
%{monodir}/gac/I18N.CJK/4.0.0.0*
%{monodir}/gac/I18N.MidEast/4.0.0.0*
%{monodir}/gac/I18N.Other/4.0.0.0*
%{monodir}/gac/I18N.Rare/4.0.0.0*

%files locale-extras-compat

%files nunit
%{_bindir}/nunit-console
%{_bindir}/nunit-console2
%{monodir}/2.0/nunit-console.exe
%{monodir}/2.0/nunit-console.exe.config
%{monodir}/2.0/nunit-console.exe.mdb
%{monodir}/4.0/nunit-console.exe*
%{monodir}/gac/nunit-console-runner
%{monodir}/2.0/nunit-console-runner.dll
%{monodir}/4.0/nunit-console-runner.dll
%{monodir}/2.0/nunit.core.dll
%{monodir}/4.0/nunit.core.dll
%{monodir}/gac/nunit.core.extensions
%{monodir}/2.0/nunit.core.extensions.dll
%{monodir}/4.0/nunit.core.extensions.dll
%{monodir}/gac/nunit.core.interfaces
%{monodir}/2.0/nunit.core.interfaces.dll
%{monodir}/4.0/nunit.core.interfaces.dll
%{monodir}/2.0/nunit.framework.dll
%{monodir}/4.0/nunit.framework.dll
%{monodir}/gac/nunit.framework.extensions
%{monodir}/2.0/nunit.framework.extensions.dll
%{monodir}/4.0/nunit.framework.extensions.dll
%{monodir}/2.0/nunit.mocks.dll
%{monodir}/4.0/nunit.mocks.dll
%{monodir}/2.0/nunit.util.dll
%{monodir}/4.0/nunit.util.dll
%{monodir}/gac/nunit.core
%{monodir}/gac/nunit.framework
%{monodir}/gac/nunit.util
%{monodir}/gac/nunit.mocks

%files -n monodoc-core
%{monodir}/gac/monodoc
%{monodir}/monodoc
%{monodir}/2.0/mdoc.exe*
%{monodir}/4.0/mod.exe*
%{_bindir}/mdassembler
%{_bindir}/mdoc
%{_bindir}/mdoc-assemble
%{_bindir}/mdoc-export-html
%{_bindir}/mdoc-export-msxdoc
%{_bindir}/mdoc-update
%{_bindir}/mdoc-validate
%{_bindir}/mdvalidater
%{_bindir}/mod
%{_bindir}/monodocer
%{_bindir}/monodocs2html
%{_bindir}/monodocs2slashdoc
%{_prefix}/lib/monodoc
%{_mandir}/man1/mdassembler.1*
%{_mandir}/man1/mdoc-assemble.1*
%{_mandir}/man1/mdoc-export-html.1*
%{_mandir}/man1/mdoc-export-msxdoc.1*
%{_mandir}/man1/mdoc-update.1*
%{_mandir}/man1/mdoc-validate.1*
%{_mandir}/man1/mdoc.1*
%{_mandir}/man1/mdvalidater.1*
%{_mandir}/man1/monodocer.1*
%{_mandir}/man1/monodocs2html.1*
%{_mandir}/man5/mdoc.5*

%files wcf
%{_bindir}/svcutil

%files wcf-2.0
%{monodir}/2.0/System.IdentityModel.Selectors.dll
%{monodir}/2.0/System.IdentityModel.dll
%{monodir}/2.0/System.ServiceModel.Web.dll
%{monodir}/2.0/System.ServiceModel.dll
%{monodir}/gac/System.IdentityModel.Selectors/3.0.0.0*
%{monodir}/gac/System.IdentityModel/3.0.0.0*
%{monodir}/gac/System.ServiceModel.Web/3.5.0.0*
%{monodir}/gac/System.ServiceModel/3.0.0.0*

%files wcf-4.0
%{monodir}/4.0/System.IdentityModel.Selectors.dll
%{monodir}/4.0/System.IdentityModel.dll
%{monodir}/4.0/System.Runtime.DurableInstancing.dll
%{monodir}/4.0/System.ServiceModel.Discovery.dll
%{monodir}/4.0/System.ServiceModel.Routing.dll
%{monodir}/4.0/System.ServiceModel.Web.dll
%{monodir}/4.0/System.ServiceModel.dll
%{monodir}/4.0/svcutil.exe
%{monodir}/4.0/svcutil.exe.mdb
%{monodir}/gac/System.IdentityModel.Selectors/4.0.0.0*
%{monodir}/gac/System.IdentityModel/4.0.0.0*
%{monodir}/gac/System.Runtime.DurableInstancing/4.0.0.0*
%{monodir}/gac/System.ServiceModel.Discovery/4.0.0.0*
%{monodir}/gac/System.ServiceModel.Routing/4.0.0.0*
%{monodir}/gac/System.ServiceModel.Web/4.0.0.0*
%{monodir}/gac/System.ServiceModel/4.0.0.0*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.10.9-3
+ Revision: 8004d46
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17707 |14mr|mono-addins-0.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:     	mono-addins
Version:	0.6.2
Release:	2
License:	MIT
BuildArch:      noarch
URL:		http://www.go-mono.com
Source0:	http://ftp.novell.com/pub/mono/sources/%name/%name-%version.tar.bz2
BuildRequires:	mono-devel gtk-sharp2
Summary:	Mono Addins
Group:		Development/Other

%description
Mono Addin Support

%package 0.5
Group:		Development/Other
Summary: Mono Addins compatibility
Conflicts:	%name < 0.6-3
Requires:	%name = %version

%description 0.5
Mono Addin Support - compatibility package

%package 0.4
Group:		Development/Other
Summary: Mono Addins compatibility 
Conflicts:	%name < 0.6-3
Requires:	%name = %version

%description 0.4
Mono Addin Support - compatibility package

%package 0.3
Group:		Development/Other
Summary: Mono Addins compatibility 
Conflicts:	%name < 0.6-3
Requires:	%name = %version

%description 0.3
Mono Addin Support - compatibility package

%package 0.2
Group:		Development/Other
Summary: Mono Addins compatibility 
Conflicts:	%name < 0.6-3
Requires:	%name = %version

%description 0.2
Mono Addin Support - compatibility package

%package devel
Summary: Development files for %name
Group: Development/Other
Requires: %name = %version-%release

%description devel
Mono Addin Support - development files and tools
	  
%prep
%setup -q

%build
./configure --prefix=%_prefix
#gw parallel make broken in 0.4
make

%install
%makeinstall_std

mkdir -p %{buildroot}%_datadir/pkgconfig
mv %{buildroot}%_prefix/lib*/pkgconfig/*.pc %{buildroot}%_datadir/pkgconfig

%files
%_bindir/mautil
%_mandir/man1/mautil.1*
%_prefix/lib/mono/mono-addins/mautil.exe

%_prefix/lib/mono/gac/Mono.Addins
%_prefix/lib/mono/mono-addins/Mono.Addins.dll

%_prefix/lib/mono/gac/Mono.Addins.CecilReflector/
%_prefix/lib/mono/mono-addins/Mono.Addins.CecilReflector.dll

%_prefix/lib/mono/gac/Mono.Addins.Setup
%_prefix/lib/mono/mono-addins/Mono.Addins.Setup.dll

%_prefix/lib/mono/gac/Mono.Addins.Gui
%_prefix/lib/mono/mono-addins/Mono.Addins.Gui.dll

%files 0.2
%_prefix/lib/mono/gac/policy.0.2.Mono.Addins
%_prefix/lib/mono/gac/policy.0.2.Mono.Addins.CecilReflector/
%_prefix/lib/mono/gac/policy.0.2.Mono.Addins.Setup
%_prefix/lib/mono/gac/policy.0.2.Mono.Addins.Gui

%files 0.3
%_prefix/lib/mono/gac/policy.0.3.Mono.Addins
%_prefix/lib/mono/gac/policy.0.3.Mono.Addins.CecilReflector/
%_prefix/lib/mono/gac/policy.0.3.Mono.Addins.Setup
%_prefix/lib/mono/gac/policy.0.3.Mono.Addins.Gui

%files 0.4
%_prefix/lib/mono/gac/policy.0.4.Mono.Addins
%_prefix/lib/mono/gac/policy.0.4.Mono.Addins.CecilReflector
%_prefix/lib/mono/gac/policy.0.4.Mono.Addins.Gui
%_prefix/lib/mono/gac/policy.0.4.Mono.Addins.Setup

%files 0.5
%_prefix/lib/mono/gac/policy.0.5.Mono.Addins
%_prefix/lib/mono/gac/policy.0.5.Mono.Addins.CecilReflector/
%_prefix/lib/mono/gac/policy.0.5.Mono.Addins.Setup
%_prefix/lib/mono/gac/policy.0.5.Mono.Addins.Gui

%files devel
%_datadir/pkgconfig/*.pc
#gw these depend on stuff in libmono-devel:
%_prefix/lib/mono/gac/Mono.Addins.MSBuild
%_prefix/lib/mono/gac/policy.0.2.Mono.Addins.MSBuild
%_prefix/lib/mono/gac/policy.0.3.Mono.Addins.MSBuild
%_prefix/lib/mono/gac/policy.0.4.Mono.Addins.MSBuild
%_prefix/lib/mono/gac/policy.0.5.Mono.Addins.MSBuild
%_prefix/lib/mono/mono-addins/Mono.Addins.MSBuild.dll
%_prefix/lib/mono/xbuild/Mono.Addins.targets

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.2-2
+ Revision: 5c1e609
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17708 |14mr|mono-flickrnet-2.1.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Flickr.Net API Library
Name:		mono-flickrnet
Version:	2.1.5
Release:	6
Group:		Development/Other
License:	LGPLv2+
URL:		http://www.codeplex.com/FlickrNet
Source:		FlickrNet-25207.zip
Patch0:		assemblyinfo.patch
BuildRequires:	mono-devel
BuildRequires:	unzip
BuildArch:	noarch

%description
The Flickr.Net API is a .Net Library for accessing the Flickr API.
Written entirely in C# it can be accessed from with any .Net language.

%prep
%setup -n FlickrNet -q
%patch0 -p1

%build
gmcs -debug -target:library -out:FlickrNet.dll  -r:System.Web.dll -r:System.Drawing.dll *.cs
cat << EOF > flickrnet.pc
prefix=%{_prefix}
assemblies_dir=\${prefix}/lib/mono/flickrnet
Libraries=\${assemblies_dir}/FlickrNet.dll
 
Name: FlickrNet
Description: Flickr.Net API Library
Version: %{version}
Libs: -r:\${assemblies_dir}/FlickrNet.dll
EOF

%install
gacutil -i FlickrNet.dll -package flickrnet -root %{buildroot}%{_prefix}/lib
mkdir -p %{buildroot}%{_datadir}/pkgconfig
cp flickrnet.pc %{buildroot}%{_datadir}/pkgconfig/

%files
%{_prefix}/lib/mono/flickrnet
%{_prefix}/lib/mono/gac/FlickrNet
%{_datadir}/pkgconfig/flickrnet.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.5-6
+ Revision: c6d68a4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17709 |14mr|mono-nunit22-2.2.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mono-nunit22
Version:	2.2.10
Release:	4
Summary:	Unit-testing framework for .NET
URL:		http://www.nunit.org/
License:	MIT with acknowledgement
Group:		Development/Other
Source0:	http://downloads.sourceforge.net/nunit/NUnit-2.2.10-src.zip
Source1:	nunit22.pc
Patch0:		nunit22-mono-2.0.patch
Patch1:		nunit22-key.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	nant
BuildRequires:	unzip
BuildArch: noarch

%description
NUnit is a unit-testing framework for all .Net languages. Initially ported from
JUnit, this xUnit based unit testing tool is written entirely in C# and has 
been completely redesigned to take advantage of many .NET language features, 
for example custom attributes and other reflection related capabilities. NUnit 
brings xUnit to all .NET languages.

%package devel
Summary:	Unit-testing framework for .NET
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description devel
Development files for mono-nunit22.

%prep
%setup -q -c -n %{name}-%{version}
%apply_patches

%build
# Use the mono system key instead of generating our own here.
%if %mdvver >= 201100
cp -a /etc/pki/mono/mono.snk nunit.snk
%else
sn -k nunit.snk
%endif
cd src
nant mono-2.0 release build-all

%install
rm -rf $RPM_BUILD_ROOT
cd src/
nant mono-2.0 copy-bins
%{__mkdir_p} $RPM_BUILD_ROOT/%{_datadir}/pkgconfig
cp -p %{S:1} $RPM_BUILD_ROOT/%{_datadir}/pkgconfig
mkdir -p $RPM_BUILD_ROOT/%_prefix/lib/mono/gac/
cd package/NUnit-%{version}
gacutil -i bin/nunit-console.exe -f -package nunit22 -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/nunit-console-runner.dll -f -package nunit22 -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/nunit.core.dll -f -package nunit22 -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/nunit.core.extensions.dll -f -package nunit22 -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/nunit.framework.dll -f -package nunit22 -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/nunit.mocks.dll -f -package nunit22 -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/nunit.util.dll -f -package nunit22 -root ${RPM_BUILD_ROOT}/%_prefix/lib

%clean
rm -rf -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc src/license.rtf
%_prefix/lib/mono/gac/*/
%_prefix/lib/mono/nunit22/

%files devel
%defattr(-,root,root,-)
%{_datadir}/pkgconfig/nunit22.pc





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.10-4
+ Revision: 342ba8b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17710 |14mr|mono-sharpcvslib-0.35-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mono-sharpcvslib
Version:	0.35
Release:	5
Summary:	Client cvs library written in C#
URL:		http://sharpcvslib.sourceforge.net/
# Exception: Permission is given to use this library in commercial closed-source applications
# See: README.txt
License:	GPLv2+ with exceptions
Group:		Development/Other
# Upstream Source is here: http://downloads.sourceforge.net/sharpcvslib/SharpCvsLib-0.35.3721.507-src.zip
# Unfortunately, they use windows separators. This is the same thing, just rezipped with unix separators.
Source0:	SharpCvsLib-0.35.3721.507-src-unix.zip
Source1:	sharpcvslib.pc
Patch0:		sharpcvslib-cleanups.patch
Patch1:		sharpcvslib-key.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	log4net-devel
BuildRequires:	nant 
BuildRequires:	mono-nunit22-devel
BuildRequires:	unzip
BuildArch: noarch

%description
Gives C# projects the ability to communicate with a CVS server.

%package devel
Summary:	Client cvs library written in C#
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}


%description devel
Gives C# projects the ability to communicate with a CVS server.

%prep
%setup -q -c -n sharpcvslib-%{version}
# We need this to compile.
%patch0 -p1 -b .cleanups
%patch1 -p1 -b .key
# Get rid of the binary dlls
rm -rf src/lib/*
rm -rf src/tools/nant/*
# There is probably a better way to do this, but this works.
# All these guys are built from source.
mkdir -p src/lib/ext/
cp %_prefix/lib/mono/log4net/log4net.dll src/lib/ext/
cp %_prefix/lib/mono/2.0/ICSharpCode.SharpZipLib.dll src/lib/
cp %_prefix/lib/mono/nunit22/nunit.framework.dll src/lib/ext/
%{__sed} -i 's/\r//' src/doc/README.txt
%{__sed} -i 's/\r//' src/doc/COPYING.txt

%build
# Use the mono system key instead of generating our own here.
%if %mdvver >= 201100
cp -a /etc/pki/mono/mono.snk SharpCvsLib.snk
%else
sn -k SharpCvsLib.snk
%endif
cd src/build
nant -buildfile:SharpCvsLib.build -D:compile.warnaserror=false build.all
# This command works mostly, but fails at the end trying to talk to the Windows registry.
nant -buildfile:SharpCvsLib.build netdoc ||:



%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__mkdir_p} $RPM_BUILD_ROOT/%_datadir/pkgconfig
cp %{S:1} $RPM_BUILD_ROOT/%_datadir/pkgconfig
%{__mkdir_p} $RPM_BUILD_ROOT/%_prefix/lib/mono/gac/
gacutil -i src/bin/cvs.exe -f -package sharpcvslib -root ${RPM_BUILD_ROOT}/%_prefix/lib/
gacutil -i src/bin/ICSharpCode.SharpCvsLib.dll -f -package sharpcvslib -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i src/bin/ICSharpCode.SharpCvsLib.Tests.dll -f -package sharpcvslib -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i src/bin/ICSharpCode.SharpCvsLib.Tests-sample.dll -f -package sharpcvslib -root ${RPM_BUILD_ROOT}/%_prefix/lib

# Cleanup docs
%{__sed} -i 's/\r//' src/doc/api/msdn/SharpCvsLib.log
%{__sed} -i 's/\r//' src/doc/api/msdn/SharpCvsLib.hhp
%{__sed} -i 's/\r//' src/doc/api/msdn/tree.css
%{__sed} -i 's/\r//' src/doc/api/msdn/MSDN.css
%{__sed} -i 's/\r//' src/doc/api/msdn/tree.js
iconv -f iso-8859-1 -t utf-8 -o src/doc/api/msdn/tree.js{.utf8,}
mv src/doc/api/msdn/tree.js{.utf8,}

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc src/doc/README.txt src/doc/COPYING.txt src/doc/*.html
%doc src/doc/images/
%_prefix/lib/mono/gac/cvs/
%_prefix/lib/mono/gac/ICSharpCode.SharpCvsLib*/
%_prefix/lib/mono/sharpcvslib/

%files devel
%defattr(-,root,root,-)
%doc src/doc/api/
%_datadir/pkgconfig/sharpcvslib.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.35-5
+ Revision: 2d788f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17711 |14mr|mono-tools-2.10-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'lib\.*gtk'
%else
%define _requires_exceptions lib.*gtk
%endif

%define monodir %{_prefix}/lib/mono
%define monodocdir %{_prefix}/lib/monodoc
%define monover 2.10
%define pkgconfigdir %{_datadir}/pkgconfig

Summary:	Mono tools, including the documentation browser
Name:		mono-tools
Version:	2.10
Release:	7
Source0:	http://go-mono.com/sources/mono-tools/%{name}-%{version}.tar.bz2
License:	GPLv2 and LGPLv2
Group:		Development/Other
Url:		http://www.go-mono.com
#gw it needs System.Xml.Linq:
BuildRequires:	mono-devel >= %{monover}
BuildRequires:	gnome-sharp2-devel
BuildRequires:	gnome-desktop-sharp-devel
BuildRequires:	glade-sharp2
BuildRequires:	webkit-sharp-devel
Requires(post):	monodoc-core >= %{monover}
Requires:	monodoc-core >= %{monover}
BuildArch:	noarch

%description
Mono Tools is a collection of development and testing programs and
utilities for use with Mono.

%prep
%setup -q

%build
./configure --prefix=%{_prefix} --libdir=%{_prefix}/lib --mandir=%{_mandir}
#gw parallel make fails in 2.2
make

%install
%makeinstall_std pkgconfigdir=%{pkgconfigdir}
%find_lang %{name}
#gw it needs Mono.WebBrowser which needs gluezilla
rm -f %{buildroot}%{monodocdir}/MonoWebBrowserHtmlRender.dll
touch %{buildroot}%{monodocdir}/monodoc.index

%post
touch %{monodocdir}/monodoc.index
%{_bindir}/monodoc --make-index > /dev/null

%files -f %{name}.lang
%doc AUTHORS README ChangeLog
%{_bindir}/emveepee
%{_bindir}/minvoke
%{_bindir}/monodoc
%{_bindir}/mperfmon
%{_bindir}/gasnview
%{_bindir}/gd2i
%{_bindir}/gendarme
%{_bindir}/gendarme-wizard
%{_bindir}/gsharp
%{_bindir}/gui-compare
%{_bindir}/create-native-map
%{_bindir}/ilcontrast
%{_bindir}/mprof*
%{_prefix}/lib/create-native-map
%{_prefix}/lib/ilcontrast/
%dir %{_prefix}/lib/minvoke/
%{_prefix}/lib/minvoke/minvoke.exe
%dir %{_prefix}/lib/%{name}
%{_prefix}/lib/%{name}/emveepee.exe*
%{_prefix}/lib/%{name}/mprof*
%{_prefix}/lib/%{name}/Mono.Profiler*
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_prefix}/lib/gendarme
%{_prefix}/lib/gsharp
%{_prefix}/lib/gui-compare
%{_prefix}/lib/mperfmon
%{monodir}/1.0/*
%{monodocdir}/browser.exe
%{monodocdir}/GtkHtmlHtmlRender.dll
%{monodocdir}/WebKitHtmlRender.dll
%{monodocdir}/sources/Gendarme*
%{monodocdir}/sources/gendarme*
%{monodocdir}/web
%{pkgconfigdir}/*.pc
%{_datadir}/applications/gendarme-wizard.desktop
%{_datadir}/applications/gsharp.desktop
%{_datadir}/applications/monodoc.desktop
%{_datadir}/applications/ilcontrast.desktop
%{_datadir}/pixmaps/*
%{_datadir}/icons/hicolor/*/apps/*
%ghost %{monodocdir}/monodoc.index



%changelog
* Wed Jul 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.10-7
+ Revision: 80c6991
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17712 |14mr|mono-zeroconf-0.9.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name mono-zeroconf
%define version 0.9.0
%define release 9

Summary: Cross platform Zero Configuration Networking library 
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://download.banshee-project.org/mono-zeroconf/%{name}-%{version}.tar.bz2
License: BSD
Group: System/Libraries
Url: http://mono-project.com/Mono_Zeroconf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: mono-devel
BuildRequires: monodoc
BuildRequires: avahi-sharp

%description
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.

This package was built with support vor Avahi only.

%package 1.0
Summary: Cross platform Zero Configuration Networking library 
Group: Development/Other
Conflicts: %name < 0.9.0-5
Requires: %name = %version

%description 1.0
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.

This package was built with support vor Avahi only.

This package contains a compatibility API for older applications.

%package 2.0
Summary: Cross platform Zero Configuration Networking library 
Group: Development/Other
Conflicts: %name < 0.9.0-5
Requires: %name = %version

%description 2.0
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.

This package was built with support vor Avahi only.

This package contains a compatibility API for older applications.

%package 3.0
Summary: Cross platform Zero Configuration Networking library 
Group: Development/Other
Conflicts: %name < 0.9.0-5
Requires: %name = %version

%description 3.0
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.

This package was built with support vor Avahi only.

This package contains a compatibility API for older applications.

%package 4.0
Summary: Cross platform Zero Configuration Networking library 
Group: Development/Other
Conflicts: %name < 0.9.0-5
Requires: %name = %version

%description 4.0
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.

This package was built with support vor Avahi only.

This package contains a compatibility API for older applications.

%package devel
Summary: Development files for %name
Group: Development/Other
Requires: %name = %version-%release

%description devel
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.

This package was built with support vor Avahi only.

%package doc
Summary: Development documentation for %name
Group: Development/Other
Requires(post): mono-tools >= 1.1.9
Requires(postun): mono-tools >= 1.1.9

%description doc
This package contains the API documentation for %name in
Monodoc format.

%prep
%setup -q

%build
./configure --prefix=%_prefix --disable-mdnsresponder
make

%install
rm -rf %{buildroot}
%makeinstall_std pkgconfigdir=%_datadir/pkgconfig

%clean
rm -rf %{buildroot}

%post doc
%_bindir/monodoc --make-index > /dev/null
%postun doc
if [ "$1" = "0" -a -x %_bindir/monodoc ]; then %_bindir/monodoc --make-index > /dev/null
fi


%files
%defattr(-,root,root)
%doc README COPYING
%_bindir/mzclient
%_prefix/lib/%name
%_prefix/lib/mono/gac/Mono.Zeroconf
%_prefix/lib/mono/%name

%files 1.0
%defattr(-,root,root)
%_prefix/lib/mono/gac/policy.1.0.Mono.Zeroconf

%files 2.0
%defattr(-,root,root)
%_prefix/lib/mono/gac/policy.2.0.Mono.Zeroconf

%files 3.0
%defattr(-,root,root)
%_prefix/lib/mono/gac/policy.3.0.Mono.Zeroconf

%files 4.0
%defattr(-,root,root)
%_prefix/lib/mono/gac/policy.4.0.Mono.Zeroconf

%files devel
%defattr(-,root,root)
%_datadir/pkgconfig/mono-zeroconf.pc

%files doc
%defattr(-,root,root)
%_prefix/lib/monodoc/sources/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.0-9
+ Revision: 43a50f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17713 |14mr|mousetweaks-3.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Help motorically impaired users to use the mouse
Name: mousetweaks
Version: 3.8.0
Release: 2
License: GPLv3+
Group: Accessibility
Url: http://live.gnome.org/Mousetweaks/Home
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/mousetweaks/%{name}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: rarian
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gnome-doc-utils)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libpanelapplet-4.0)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(xtst)

%description
The Mousetweaks package provides mouse accessibility enhancements for 
the GNOME desktop. These enhancements are:

1. It offers a way to perform the various clicks without using any 
hardware button.

2. It allows users to perform a right click by doing a click&hold 
of the left mousebutton. (For a left-handed mouse user, the termes 
left and right have to be inverted.) 

3. It provides an applet that the user can install on a panel. This
applet creates an area on the panel into which the pointer can 
be captured until the user releases it with a predefined button
and modifier combination.

The options can be accessed through the Accessibility tab of the
Mouse Preferences of GNOME Control Center or through command-line.

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std
%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS README NEWS TODO
%{_bindir}/mousetweaks
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/%{name}
%{_mandir}/man1/*.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.8.0-2
+ Revision: c3f502d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17714 |14mr|mozilla-thunderbird-31.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __libtoolize /bin/true
%define __cputoolize /bin/true

%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define official_branding 1

%if %{official_branding}
%define title Mozilla Thunderbird
%else
%define title Mail/News
%endif

%define oname thunderbird
%define tb_appid \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
%define tbdir %{_libdir}/%{oname}-%{version}
%define tbextdir %{_libdir}/mozilla/extensions/%{tb_appid}

%define xpi 0
%define enigmail_version 1.7
%define enigmail_short_version 1.7
%define enigmail_id \{847b3a00-7ab1-11d4-8f02-006008948af5\}

%define __noautoprov 'libgtkembedmoz\\.so(.*)|libxpcom\\.so(.*)'
%define __noautoreq 'libgtkembedmoz\\.so(.*)|libxpcom\\.so(.*)|libxul\\.so(.*)'

# FIXME: Bug in nsExtensionManager.js prevents using x86_64 as arch
# FIXME: I tried to modify nsExtensionManager.js.in, but it
# FIXME: complained that I had modified it
%ifarch %{ix86}
%define tbarch x86
%else # ix86
%ifarch x86_64
%define tbarch %{_arch}
%else # x86_64
%define tbarch %{_arch}
%endif # x86_64
%endif # ix86

# this seems fragile, so require the exact version or later (#58754)
%define sqlite3_version %(pkg-config --modversion sqlite3 &>/dev/null && pkg-config --modversion sqlite3 2>/dev/null || echo 0)
# this one as well (#59759)
%define nss_libname %mklibname nss 3
%define nss_version %(pkg-config --modversion nss &>/dev/null && pkg-config --modversion nss 2>/dev/null || echo 0)

%define major 31.0
%define realver %{major}

Name:		mozilla-thunderbird
Version:	%{major}
Release:	1
Summary:	Full-featured email, RSS, and newsgroup client
License:	MPL
Group:		Networking/Mail
Url:		http://www.mozillamessaging.com/
Source0:	http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.bz2
Source1:	http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.bz2.asc
Source10:	mozilla-thunderbird.rpmlintrc
Source12:	mozilla-thunderbird-mandriva-default-prefs.js
Source30:	mozilla-thunderbird-open-browser.sh
Source31:	mozilla-thunderbird-open-browser-xdg.sh
# Mandriva sources (Source300+)
Source300:	http://www.mozilla-enigmail.org/download/source/enigmail-%{enigmail_version}.tar.gz
Source301:	http://www.mozilla-enigmail.org/download/source/enigmail-%{enigmail_version}.tar.gz.asc
Source302:	%{name}-icons.tar.bz2
# Language package template
Source400:	mozilla-thunderbird-enigmail-l10n-template.in
Source999:	icons.tar.xz
# Build patches
Patch2:		mozilla-firefox-1.0-prdtoa.patch
Patch3:		thunderbird-objdir.patch
Patch201:	mozilla-thunderbird-24.1.0-default-mailer.patch
Patch212:	mozilla-thunderbird-enigmail-ui-content-contents-rdf.patch
Patch213:	mozilla-thunderbird-enigmail-build-package-contents-rdf.patch
# Mandriva patches (Patch300+)
Patch300:	mozilla-thunderbird-0.8-progname.patch
Patch301:	mozilla-thunderbird-enigmail-package.patch
Patch304:	mozilla-thunderbird-run-mozilla.patch
# OpenSuse patches (Patch400+)
Patch400:	thunderbird-appname.patch

Patch600:	mozilla-thunderbird-big-icon.patch

%if %{official_branding}
BuildRequires:	imagemagick
%endif
BuildRequires:	autoconf2.1
BuildRequires:	gzip
BuildRequires:	python
BuildRequires:	unzip
BuildRequires:	yasm >= 1.0.1
BuildRequires:	zip
BuildRequires:	jpeg-devel
BuildRequires:	libiw-devel
BuildRequires:	nss-static-devel >= 2:3.16.2
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libevent) >= 1.4.7
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(nspr) >= 4.10.6
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(sqlite3) >= 3.8.4.1
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(vpx) >= 0.9.7
BuildRequires:	pkgconfig(zlib)
BuildRequires:	librsvg
BuildRequires:	pkgconfig(cairo) >= 1.10
BuildRequires:	pkgconfig(libpng) >= 1.4.8
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)

Requires:	%{mklibname sqlite3_ 0} >= %{sqlite3_version}
Requires:	%{nss_libname} >= 2:%{nss_version}
Requires(post,postun):	desktop-file-utils
Requires(post):	mktemp
Requires(post,postun): rpm-helper
Requires:	xdg-utils

BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	python-setuptools
BuildRequires:	python-virtualenv


%description
%{title} is a full-featured email, RSS and newsgroup client that
makes emailing safer, faster and easier than ever before.

#===============================================================================

%package enigmail
Summary:	Access the authentication and encryption features provided by GnuPG
Group:		Networking/Mail
Requires:	%{name} >= %{version}
Requires:	gnupg
Requires(post,preun): %{name} >= %{version}
Requires(post,postun):	mktemp
# Bug #35180
Suggests:	pinentry-gtk2

%description enigmail
Enigmail is an extension to the mail client of %{title}
which allows users to access the authentication and encryption
features provided by GnuPG.

Main Features

    * Encrypt/sign mail when sending, decrypt/authenticate received
      mail
    * Support for inline-PGP (RFC 2440) and PGP/MIME (RFC 3156)
    * Per-Account based encryption and signing defaults
    * Per-Recipient rules for automated key selection, and
      enabling/disabling encryption and signing
    * OpenPGP key management interface

#===============================================================================

%package -n nsinstall
Summary:	Netscape portable install command
Group:		Development/Other

%description -n nsinstall
Netscape portable install command.

#===============================================================================
%package lightning
Summary:	Calendar extension for Thunderbird
Group:		Networking/Mail
URL:		http://www.mozilla.org/projects/calendar/lightning/
Requires:	%{name} >= %{version}

%description lightning
Calendar extension for Thunderbird.

#===============================================================================
# enigmail-l10n
# Supported l10n language lists
%define l10n_langlist	ar ca cs de el es fi fr it ja ko nb nl pl pt pt_BR ru sl sv tr vi zh_CN zh_TW

# Disabled l10n languages, for any reason
# nl sk es_AR do not support 0.95.0 yet
%define disabled_l10n_langlist	hu
# define disabled_l10n_langlist %{nil}

# Language descriptions
%define language_ar ar
%define langname_ar Arabic
%define language_ca ca
%define langname_ca Catalan
%define language_cs cs-CZ
%define langname_cs Czech
%define language_de de
%define langname_de German
%define language_el el
%define langname_el Greek
%define language_es_AR es-AR
%define langname_es_AR Spanish (Argentina)
%define language_es es-ES
%define langname_es Spanish
%define language_fi fi-FI
%define langname_fi Finnish
%define language_fr fr
%define langname_fr French
%define language_hu hu-HU
%define langname_hu Hungarian
%define language_it it-IT
%define langname_it Italian
%define language_ja ja-JP
%define langname_ja Japanese
%define language_ko ko-KR
%define langname_ko Korean
%define language_nb nb-NO
%define langname_nb Norwegian Bokmaal
%define langname_nl Dutch
%define language_nl nl
%define language_pl pl
%define langname_pl Polish
%define langname_pt Portuguese
%define language_pt pt-PT
%define language_pt_BR pt-BR
%define langname_pt_BR Brazilian portuguese
%define language_ro ro-RO
%define langname_ro Romanian
%define language_ru ru-RU
%define langname_ru Russian
%define language_sk sk
%define langname_sk Slovak
%define language_sl sl-SI
%define langname_sl Slovenian
%define language_sv sv-SE
%define langname_sv Swedish
%define language_tr tr
%define langname_tr Turkish
%define language_vi vi
%define langname_vi Vietnamese
%define language_zh_CN zh-CN
%define langname_zh_CN Simplified Chinese
%define language_zh_TW zh-TW
%define langname_zh_TW Traditional Chinese

# --- Danger line ---

# All langs
%{expand:%%define langlist %(for lang in %l10n_langlist; do echo "$lang"; done | sort -u | sed ':a;$!N;s/\n/ /;ta')}

# Defaults (all languages enabled by default)
# l10n
%{expand:%(for lang in %l10n_langlist; do echo "%%define l10n_$lang 1"; done)}
%{expand:%(for lang in %disabled_l10n_langlist; do echo "%%define l10n_$lang 0"; done)}

# Params
%{expand:%(for lang in %langlist; do echo "%%bcond_without $lang"; done)}

# Locales
%{expand:%(for lang in %l10n_langlist; do echo "%%define locale_$lang `echo $lang | cut -d _ -f 1` "; done)}

# Expand all languages packages.
%{expand:%(\
	for lang in %langlist; do\
		echo "%%{expand:%%(sed "s!__LANG__!$lang!g" %{_sourcedir}/mozilla-thunderbird-enigmail-l10n-template.in 2> /dev/null)}";\
	done\
	)
}
#===============================================================================

%prep
%setup -q -c

#===================
# Thunderbird itself
%setup -q -T -D -n %{name}-%{version}/comm-esr31

%patch2 -p0
%patch3 -p2 -b .objdir
%patch201 -p1 -b .default_mail
%patch300 -p0 -b .progname
%patch301 -p1 -b .enigmailpackage
%patch304 -p0 -b .run-mozilla
%patch400 -p1 -b .appname
%patch600 -p2 -b .big-icon

#===============================================================================
# Enigmail
%setup -q -T -D -n %{name}-%{version}/comm-esr31/mozilla/extensions -a300
%if 0
%patch212 -p2 -b .enigmail-ui-content-contents-rdf
%patch213 -p2 -b .enigmail-build-package-contents-rdf
%endif

%if !%{official_branding}
%setup -q -T -D -n %{name}-%{version}/comm-esr31 -a302
%endif

%setup -q -T -D -n %{name}-%{version}/comm-esr31

#===============================================================================

%build
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1

%global optflags %(echo %{optflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//' -e 's/-Wa,--compress-debug-sections//')

%setup_compile_flags

export MOZCONFIG=`pwd`/.mozconfig
cat > $MOZCONFIG << EOF
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZ_MAKE_FLAGS="%{_smp_mflags}"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir
ac_add_options --prefix="%{_prefix}"
ac_add_options --libdir="%{_libdir}"
ac_add_options --sysconfdir="%{_sysconfdir}"
ac_add_options --mandir="%{_mandir}"
ac_add_options --includedir="%{_includedir}"
ac_add_options --datadir="%{_datadir}"
ac_add_options --enable-application=mail
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-libevent
ac_add_options --with-system-libvpx
ac_add_options --with-system-png
ac_add_options --enable-system-cairo
ac_add_options --with-system-bz2
ac_add_options --enable-system-sqlite
ac_add_options --enable-system-hunspell
ac_add_options --with-pthreads
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize
ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --enable-xinerama
ac_add_options --disable-crashreporter
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --disable-xprint
ac_add_options --disable-strip
ac_add_options --enable-pango
ac_add_options --enable-startup-notification
ac_add_options --enable-svg
ac_add_options --enable-canvas
ac_add_options --enable-crypto
ac_add_options --enable-mathml
ac_add_options --enable-gstreamer=1.0
ac_add_options --disable-gnomevfs
ac_add_options --enable-gio
ac_add_options --disable-mochintest
ac_add_options --disable-cpp-exceptions
ac_add_options --enable-calendar
ac_add_options --enable-official-branding
ac_add_options --with-distribution-id=com.mandriva
EOF

mkdir -p mozilla/objdir

%make -f client.mk build

#===============================================================================

pushd mozilla/extensions/enigmail
for i in `find . -type f -name Makefile.in`; do
    if [ -f $i.bak ]; then
        cp $i.bak $i
    else
        cp $i $i.bak
    fi
#    %{__perl} -pi -e 's|^(DEPTH.*= )../|\1|;' $i
done
%configure2_5x
make
popd

pushd mozilla/extensions/enigmail/lang
chmod 0755 ./make-lang.sh
for i in `cat current-languages.txt`; do
  ./make-lang.sh $i %{enigmail_short_version}
done
popd

#pushd mozilla/extensions/enigmail
#
#%{make} LOCAL_INCLUDES+="-I\$(DEPTH)/mailnews/mime/src -I../build -I../src -I../ipc/src"
#
#(cd lang
# %{__perl} -pi -e 's|es-AR/enigmail.properties|es-ES/enigmail.properties|' jar.mn
# echo 'zh-TW' >> current-languages.txt
#%{make} LOCAL_INCLUDES+="-I\$(DEPTH)/mailnews/mime/src -I../build -I../src -I../ipc/src"
#popd
#
#pushd mozilla/extensions/enigmail/lang
#chmod 0755 ./make-lang.sh
# for i in `cat current-languages.txt`; do
#   ./make-lang.sh $i %{enigmail_short_version}
# done
#)
#
#%make xpi
#popd

#===============================================================================

%install
mkdir -p %{buildroot}{%{_libdir},%{_bindir},%{_datadir}/applications}
mkdir -p %{buildroot}%{tbdir}

rm -f extensions/spellcheck/locales/en-US/hunspell/en-US.{dic,aff}

%makeinstall_std -f client.mk

rm -rf %{buildroot}%{tbdir}/dictionaries
ln -s /usr/share/dict/mozilla %{buildroot}%{tbdir}/dictionaries

%if %{official_branding}
install -p -D %{buildroot}%{tbdir}/chrome/icons/default/default256.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
%else
install -p -D %{SOURCE302} %{buildroot}%{_datadir}/pixmaps/%{name}.png
%endif

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Version=1.0
Name=%{title}
GenericName=Mail/News
Comment=Mail and News Client
Comment[ru]=Почтовый клиент и клиент новостей
Exec=%{name}
Icon=mozilla-thunderbird
Terminal=false
Type=Application
StartupWMClass=Thunderbird-bin
MimeType=message/rfc822;x-scheme-handler/mailto;
Categories=GTK;Network;News;Email;X-MandrivaLinux-CrossDesktop;
EOF

# set up the thunderbird start script
(cd %{buildroot}%{_bindir} && %{__ln_s} thunderbird %{name})

%{__perl} -pi -e 's|^moz_libdir=.*|moz_libdir=%{tbdir}|' %{buildroot}%{_bindir}/thunderbird
%{__perl} -pi -e 's|^MRE_HOME=.*|MRE_HOME=%{tbdir}|' %{buildroot}%{_bindir}/thunderbird

# For backwards compatibility with old profiles. Bug #37528
install -m 755 %{SOURCE31} %{buildroot}%{tbdir}/open-browser.sh
# For new profiles
%define COMMAND /usr/bin/xdg-open

%{__cat} %{SOURCE12} | %{__perl} -p -e 's,THUNDERBIRD_RPM_VR,%{version}-%{release},g;' \
                                    -e 's,THUNDERBIRD_VENDOR_COMMENT,%{mandriva_release},g;' \
  > %{buildroot}/mdv-default-prefs
cp -a %{buildroot}/mdv-default-prefs %{buildroot}%{tbdir}/defaults/pref/all-mandriva.js
rm -f %{buildroot}/mdv-default-prefs

#===============================================================================

# icons
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
%if %{official_branding}
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/
tar xaf %{SOURCE999} -C %{buildroot}%{_datadir}/icons/hicolor/
install -m 644 %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/%{name}.svg %{buildroot}%{_liconsdir}/%{name}.svg
install -m 644 %{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/%{name}.svg %{buildroot}%{_iconsdir}/%{name}.svg
install -m 644 %{buildroot}/%{_datadir}/icons/hicolor/16x16/apps/%{name}.svg %{buildroot}%{_miconsdir}/%{name}.svg

rm -f %{buildroot}/%{tbdir}/chrome/icons/default/default*.png
for i in `echo "16 22 24 32 48 64 72 128"`;do
  rsvg-convert %{buildroot}/%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.svg -o %{buildroot}/%{tbdir}/chrome/icons/default/default${i}.png
  rsvg-convert %{buildroot}/%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.svg -o %{buildroot}/%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
done
  rsvg-convert %{buildroot}/%{_datadir}/icons/hicolor/128x128/apps/%{name}.svg -w 256 -a -o %{buildroot}/%{tbdir}/chrome/icons/default/default256.png

  rm -f %{buildroot}/%{_datadir}/icons/hicolor/*/apps/%{name}.svg

%else
#mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{64x64,128x128}/apps
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{16x16,22x22,24x24,32x32,48x48,64x64,128x128}/apps
install -m 644 %{name}-48.png %{buildroot}%{_liconsdir}/%{name}.png
install -m 644 %{name}-32.png %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 %{name}-16.png %{buildroot}%{_miconsdir}/%{name}.png
# Converting up, but not a big issue now that we have official branding
install -m 644 %{name}-16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
install -m 644 %{name}-22.png %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
install -m 644 %{name}-24.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
install -m 644 %{name}-32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -m 644 %{name}-48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -m 644 %{name}-64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
install -m 644 %{name}-128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%endif

#===============================================================================

mkdir -p %{buildroot}%{tbextdir}/%{enigmail_id}
%if !%{xpi}
# MD this is odd, the short version here is 1.5 but the rest of the files still contain 1.4
#{_bindir}/unzip -q mozilla/dist/bin/enigmail-%{enigmail_short_version}*.xpi -d %{buildroot}%{tbextdir}/%{enigmail_id}
%{_bindir}/unzip -q mozilla/extensions/enigmail/build/enigmail-*.xpi -d %{buildroot}%{tbextdir}/%{enigmail_id}
%{__chmod} 644 %{buildroot}%{tbextdir}/%{enigmail_id}/chrome.manifest
%else
cp -aL mozilla/extensions/enigmail/build/enigmail-%{enigmail_short_version}*.xpi %{buildroot}%{tbextdir}/%{enigmail_id}/%{enigmail_id}.xpi
%endif

#==============================================================================
#enigmail lang package
# Convert rpm macros to bash variables
%{expand:%(for lang in %langlist; do echo "language_$lang=%%{language_$lang}"; done)}
%{expand:%(for lang in %langlist; do echo "with_$lang=%%{with $lang}"; done)}
%{expand:%(for lang in %l10n_langlist; do echo "l10n_$lang=%%{l10n_$lang}"; done)}
pushd mozilla/extensions/enigmail/lang
 for lang in %langlist; do
    mkdir -p %{buildroot}%{_datadir}/mozilla/extensions/%{tb_appid}/enigmail-$lang@enigmail.mozdev.org
    language="language_$lang"
    language=${!language}
    %{_bindir}/unzip -q enigmail-${language}-%{enigmail_short_version}.xpi -d %{buildroot}%{_datadir}/mozilla/extensions/%{tb_appid}/enigmail-$lang@enigmail.mozdev.org/
 done
popd

#===============================================================================
# lightning ext here
pushd objdir/mozilla/dist/xpi-stage/
  for ext in {gdata-provider,lightning}; do
    hash="$(sed -n '/^    <em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' $ext/install.rdf)"
    mkdir -p %{buildroot}%{tbextdir}/$hash
    %{_bindir}/unzip -q ${ext}*.xpi -d %{buildroot}%{tbextdir}/$hash/
  done
popd

#===============================================================================

cp -aL objdir/mozilla/dist/bin/nsinstall %{buildroot}%{_bindir}

#==============================================================================
#exclude devel files
rm -rf %{buildroot}%{_datadir}/idl/%{oname}-%{version}
rm -rf %{buildroot}%{_includedir}/%{oname}-%{version}
rm -rf %{buildroot}%{_libdir}/%{oname}-devel-%{version}

#===============================================================================

%pre
if [ $1 == 2 ]; then
  if [ -d %{tbdir}/dictionaries ]; then
    # Otherelse rpm can't switch this into a symlink :(
    rm -rf %{tbdir}/dictionaries
  fi
fi

%post
%{_bindir}/update-desktop-database %{_datadir}/applications

mktemp="/bin/mktemp -d -q -p /tmp -t %{name}.XXXXXXXXXX"

TMPDIR= TB_TMPDIR=`$mktemp` && {
    HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -register
    test -d "$TB_TMPDIR" && rm -rf -- "$TB_TMPDIR"
}

if [ -x %{_bindir}/gtk-update-icon-cache ]; then
 %{_bindir}/gtk-update-icon-cache --force --quiet %{_datadir}/icons/hicolor
fi


%postun
%{_bindir}/update-desktop-database %{_datadir}/applications
if [ "$1" = "0" -a -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --force --quiet %{_datadir}/icons/hicolor
fi


#===============================================================================

%post enigmail
if [ -f %{tbdir}/components/compreg.dat ]; then
    rm -f %{tbdir}/components/compreg.dat
fi

if [ -f %{tbdir}/components/xpti.dat ]; then
    rm -f %{tbdir}/components/xpti.dat
fi

mktemp="/bin/mktemp -d -q -p /tmp -t %{name}.XXXXXXXXXX"

TMPDIR= TB_TMPDIR=`$mktemp` && {
%if %{xpi}
    HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -install-global-extension %{tbextdir}/enigmail-%{enigmail_version}-linux-*.xpi
%endif
    HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -register
    test -d "$TB_TMPDIR" && rm -rf -- "$TB_TMPDIR"
}

%preun enigmail
if [ -f %{tbdir}/components/compreg.dat ]; then
    rm -f %{tbdir}/components/compreg.dat
fi

if [ -f %{tbdir}/components/xpti.dat ]; then
    rm -f %{tbdir}/components/xpti.dat
fi

if [ -x %{tbdir}/thunderbird-bin ]; then 
mktemp="/bin/mktemp -d -q -p /tmp -t %{name}.XXXXXXXXXX"

  TMPDIR= TB_TMPDIR=`$mktemp` && {
  %if %{xpi}
      HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -install-global-extension %{tbextdir}/enigmail-%{enigmail_version}-linux-*.xpi
  %endif
      HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -register
      test -d "$TB_TMPDIR" && rm -rf -- "$TB_TMPDIR"
  }
fi

#===============================================================================

%files
%doc mozilla/LEGAL
%attr(755,root,root) %{_bindir}/mozilla-thunderbird
%attr(755,root,root) %{_bindir}/thunderbird
%attr(644,root,root) %{_datadir}/applications/*.desktop
%attr(644,root,root) %{_datadir}/pixmaps/%{name}.png
%{tbdir}
%if %{xpi}
%dir %{tbextdir}
%endif
# Mandriva menu
%{_miconsdir}/%{name}.svg
%{_iconsdir}/%{name}.svg
%{_liconsdir}/%{name}.svg
# other icons
%if %{official_branding}
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%else
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%endif
# enigmail
%exclude %{tbextdir}/%{enigmail_id}

%files enigmail
%{tbextdir}/%{enigmail_id}

%files -n nsinstall
%{_bindir}/nsinstall

%files lightning
#%{tbextdir}/calendar-timezones@mozilla.org
%{tbextdir}/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
%{tbextdir}/{e2fda1a4-762b-4020-b5ad-a41df1933103}


%changelog
* Thu Aug 07 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 4c92c28
- build with gstreamer and fix enigmail build

* Wed Aug 06 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 40aa11d
- clean up enigmail build

* Wed Aug 06 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 0b1b53b
- fix path

* Wed Aug 06 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 6b6f7d4
- use configure

* Tue Aug 05 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: aa2ff61
- update enigmail to 1.7

* Tue Aug 05 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 119e476
- create objdir

* Tue Aug 05 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 1a1875d
- added patch

* Tue Aug 05 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 6207d73
- apply objdir patch

* Tue Aug 05 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: d21484f
- added BR: pkgconfig(libpulse)

* Tue Aug 05 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 0ad7b13
- fix path in patch

* Tue Aug 05 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 6ab2257
- fix path

* Tue Aug 05 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 9b9ad42
- update to 31.0

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 24.6.0-2
+ Revision: d7f3d63
- MassBuild#440: Increase release tag

* Wed Jun 11 2014 Tigro <ashejn@gmail.com> 24.6.0-1
+ Revision: 1f2fafc
- update to 24.6.0

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 24.4.0-2
+ Revision: 36cb64a
- MassBuild#430: Increase release tag

* Thu Mar 20 2014 Tigro <ashejn@gmail.com> 24.4.0-1
+ Revision: 491216d
- update to 24.4.0

* Wed Feb 19 2014 Tigro <ashejn@gmail.com> 24.3.0-1
+ Revision: aae42e7
- update to 24.3.0

* Wed Dec 18 2013 Tigro <ashejn@gmail.com> 24.2.0-1
+ Revision: 2ea03b4
- update to 24.2.0

* Thu Nov 21 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 24.1.1-3
+ Revision: 343963c
- LOG Fix build and do partial spec cleanup

* Thu Nov 21 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 24.1.1-2
+ Revision: 1bca09d
- added export CFLAGS="`echo %{optflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//'`" to test 32bit build.

* Thu Nov 21 2013 Tigro <ashejn@gmail.com> 24.1.1-1
+ Revision: 1270c5f
- use internal dependency generator

* Thu Nov 21 2013 Tigro <ashejn@gmail.com> 24.1.1-1
+ Revision: 0433ed0
- fix package name

* Thu Nov 21 2013 Tigro <ashejn@gmail.com> 24.1.1-1
+ Revision: 1d5d689
- set nspr version

* Thu Nov 21 2013 Tigro <ashejn@gmail.com> 24.1.1-1
+ Revision: fa259e7
- set release to 1

* Thu Nov 21 2013 Tigro <ashejn@gmail.com> 24.1.1-2
+ Revision: 45c0057
- update to 24.1.1

* Mon Nov 18 2013 Tigro <ashejn@gmail.com> 24.1.0-2
+ Revision: 5877253
- added %define _use_internal_dependency_generator 0

* Mon Nov 18 2013 Tigro <ashejn@gmail.com> 24.1.0-2
+ Revision: ef55630
- added BR: gstreamer

* Mon Nov 18 2013 Tigro <ashejn@gmail.com> 24.1.0-2
+ Revision: 8b71af8
- fix version

* Mon Nov 18 2013 Tigro <ashejn@gmail.com> 24.1.0-2
+ Revision: 1c36ab6
- drop add_ifdefs_to_gfx_thebes_gfxPlatform.cpp patch

* Mon Nov 18 2013 Tigro <ashejn@gmail.com> 24.1.0-2
+ Revision: 2a400d8
- drop no_optimization_override patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17715 |14mr|mozilla-thunderbird-l10n-31.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define thunderbird_package mozilla-thunderbird

%define name    mozilla-thunderbird-l10n
%define oname   mozilla-thunderbird
%define version 31.0

%define release 1

#%%define thunderbird_epoch 0
%define thunderbird_version %{version}

%define up_ca_name      thunderbird
%define lib_name        %{up_ca_name}-%version
%define mozillalibdir   %_libdir/%lib_name
%define tb_appid \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
%define tbextdir	%{_datadir}/mozilla/extensions/%{tb_appid}

%define xpidir http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{thunderbird_version}/linux-i686/xpi/

# Supported l10n language lists
%define langlist	ar be bg bn_BD ca cs da de el en_GB es_AR es_ES et eu fi fr fy ga gd gl he hu id is it ja ko lt nb_NO nl nn_NO pa_IN pl pt_PT pt_BR ro ru si sl sk sq sv_SE tr uk vi zh_CN zh_TW

# Disabled l10n languages, for any reason
%define disabled_langlist	et_EE gu_IN mk af sr ka 

# Disabled myspell dicts, for any reason
%define disabled_dict_langlist	ar be br_FR es_AR eu fi fy ga gu_IN he ja ko mk pa_IN tr zh_CN zh_TW


%define use_dict 0

# Language descriptions
%define language_af af
%define langname_af Afrikaans
%define language_ar ar
%define langname_ar Arabic
%define language_be be
%define langname_be Belarusian
%define language_bg bg
%define langname_bg Bulgarian
%define language_bn_BD bn-BD
%define langname_bn_BD Bengali (Bangla)
%define language_br_FR br-FR
%define langname_br_FR Breton
%define language_ca ca
%define langname_ca Catalan
%define language_cs cs
%define langname_cs Czech
%define language_da da
%define langname_da Dansk
%define language_de de
%define langname_de German
%define language_el el
%define langname_el Greek
%define language_en_GB en-GB
%define langname_en_GB British English
%define language_es_AR es-AR
%define langname_es_AR Spanish (Argentina)
%define language_es_ES es-ES
%define langname_es_ES Spanish
%define language_et_EE et-EE
%define langname_et_EE Estonian (Magento)
%define language_et et
%define langname_et Estonian
%define language_eu eu
%define langname_eu Basque
%define language_fi fi
%define langname_fi Finnish
%define language_fr fr
%define langname_fr French
%define language_fy fy-NL
%define langname_fy Frisian
%define language_ga ga-IE
%define langname_ga Irish
%define language_gd gd
%define langname_gd Scottish Gaelic
%define language_gl gl
%define langname_gl Galician
%define language_gu_IN gu-IN
%define langname_gu_IN Gujarati
%define language_he he
%define langname_he Hebrew
%define language_hu hu
%define langname_hu Hungarian
%define language_id id
%define langname_id Indonesian
%define language_is is
%define langname_is Icelandic
%define language_it it
%define langname_it Italian
%define language_ja ja
%define langname_ja Japanese
%define language_ka ka
%define langname_ka Georgian
%define language_ko ko
%define langname_ko Korean
%define language_lt lt
%define langname_lt Lithuanian
%define language_mk mk
%define langname_mk Macedonian
%define language_nb_NO nb-NO
%define langname_nb_NO Norwegian Bokmaal
%define language_nn_NO nn-NO
%define langname_nn_NO Norwegian Nynorsk
%define language_nl nl
%define langname_nl Dutch
%define language_pa_IN pa-IN
%define langname_pa_IN Punjabi (gurmukhi)
%define language_pl pl
%define langname_pl Polish
%define language_pt_BR pt-BR
%define langname_pt_BR Brazilian portuguese
%define language_pt_PT pt-PT
%define langname_pt_PT Portuguese
%define language_ro ro
%define langname_ro Romanian
%define language_ru ru
%define langname_ru Russian
%define language_si si
%define langname_si Sinhala
%define language_sk sk
%define langname_sk Slovak
%define language_sq sq
%define langname_sq Albanian
%define language_sl sl
%define langname_sl Slovenian
%define language_sr sr
%define langname_sr Serbian
%define language_sv_SE sv-SE
%define langname_sv_SE Swedish
%define language_ta_LK ta-LK
%define langname_ta_LK Tamil (Sri-Lanka)
%define language_tr tr
%define langname_tr Turkish
%define language_uk uk
%define langname_uk Ukrainian
%define language_vi vi
%define langname_vi Vietnamese
%define language_zh_CN zh-CN
%define langname_zh_CN Simplified Chinese
%define language_zh_TW zh-TW
%define langname_zh_TW Traditional Chinese

# --- Danger line ---

# Defaults (all languages enabled by default)
# l10n
%{expand:%(for lang in %langlist; do echo "%%define with_$lang 1"; done)}
%{expand:%(for lang in %disabled_langlist; do echo "%%define with_$lang 0"; done)}
# dicts
%{expand:%(for lang in %langlist; do echo "%%define with_dict_$lang %{use_dict}"; done)}
%{expand:%(for lang in %disabled_dict_langlist; do echo "%%define with_dict_$lang 0"; done)}

# Locales
%{expand:%(for lang in %langlist; do echo "%%define locale_$lang `echo $lang | cut -d _ -f 1` "; done)}

%if %use_dict
# myspell dicts, allows setting preferences between several providers.
%{expand:%(for lang in %langlist; do echo "%%define myspell_$lang myspell-$lang"; done)}
%define myspell_de myspell-de_DE
%define myspell_fr myspell-fr_FR
%endif

Summary: Localizations for Thunderbird (virtual package)
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: Networking/WWW
Url: http://www.mozilla.org/
BuildArch: noarch
BuildRequires: libxml2-utils
# l10n sources
Source0:        %{name}-%{version}.tar.xz
# Language package template
Source1: %{name}-template.in
Source500: mozilla-thunderbird-l10n.rpmlintrc
# l10n sources
#%{expand:%(\
#	i=1;\
#	for lang in %langlist; do\
#		echo "%%{expand:Source$i: %{xpidir}/%%{language_$lang}.xpi}";\
#		i=$[i+1];\
#	done\
#	)
}
%if %use_dict
%{expand:%(\
	disabled="%{disabled_dict_langlist}";\
	for lang in %langlist; do\
		echo "$disabled" | grep -q "\<$lang\>" || \
			echo "BuildRequires: %%{myspell_$lang}";\
	done\
	)
}
%endif

%description
Localizations for Thunderbird

# Expand all languages packages.
%{expand:%(\
	for lang in %langlist; do\
		echo "%%{expand:%%(sed "s!__LANG__!$lang!g" %{_sourcedir}/%{name}-template.in 2> /dev/null)}";\
	done\
	)
}

%prep
%setup -q

# Convert rpm macros to bash variables
%{expand:%(for lang in %langlist; do echo "language_$lang=%%{language_$lang}"; done)}
%{expand:%(for lang in %langlist; do echo "locale_$lang=%%{locale_$lang}"; done)}
%{expand:%(for lang in %langlist; do echo "with_$lang=%%{with_$lang}"; done)}
%{expand:%(for lang in %langlist; do echo "dict_$lang=%%{with_dict_$lang}"; done)}

# Unpack all languages
for lang in %langlist; do
	with="with_$lang"
	with=${!with}
	[ $with -eq 0 ] && continue

	language="language_$lang"
	language=${!language}

	locale="locale_$lang"
	locale=${!locale}

	# l10n
	mkdir ${language}
	cd ${language}
	unzip -qq ../${language}.xpi
	cd ..

	# dict
	dict="dict_$lang"
	dict=${!dict}
	[ $dict -eq 0 ] && continue

done

%check
# All install.rdf files must validate
xmllint --noout */install.rdf

%install
rm -rf %buildroot

# Convert rpm macros to bash variables
%{expand:%(for lang in %langlist; do echo "language_$lang=%%{language_$lang}"; done)}
%{expand:%(for lang in %langlist; do echo "with_$lang=%%{with_$lang}"; done)}
%{expand:%(for lang in %langlist; do echo "dict_$lang=%%{with_dict_$lang}"; done)}

# Create dicts dir
%if %use_dict
mkdir -p %buildroot%{mozillalibdir}/dictionaries
%endif

# Install all languages
for lang in %langlist; do
	with="with_$lang"
	with=${!with}
	[ $with -eq 0 ] && continue

	language="language_$lang"
	language=${!language}

	# l10n
	cd $language
	mkdir -p %buildroot%{tbextdir}/langpack-${language}@thunderbird.mozilla.org/
	cp -f -r * %buildroot%{tbextdir}/langpack-${language}@thunderbird.mozilla.org/
	cd ..

done


%changelog
* Thu Aug 07 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 70a496b
- update to 31.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17716 |14mr|mozjs24-24.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname mozjs
%define api 24
%define libname %mklibname %{pkgname} %{api}
%define devname %mklibname %{pkgname} %{api} -d

Summary:	JavaScript interpreter and libraries
Name:		mozjs24
Version:	24.2.0
Release:	4
License:	GPLv2+ or LGPLv2+ or MPLv1.1
Group:		Development/Other
Url:		http://www.mozilla.org/js/
Source0:	http://ftp.mozilla.org/pub/mozilla.org/js/mozjs-%{version}.tar.bz2
# From fedora
Patch0:		js17-build-fixes.patch
BuildRequires:	autoconf2.1
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(python3)

%description
JavaScript is the Netscape-developed object scripting language used in millions
of web pages and server applications worldwide. Netscape's JavaScript is a
superset of the ECMA-262 Edition 3 (ECMAScript) standard scripting language,
with only mild differences from the published standard.

#-------------------------------------------------------------------------

%package -n %{libname}
Summary:	JavaScript engine library
Group:		System/Libraries

%description -n %{libname}
JavaScript is the Netscape-developed object scripting languages. This
package has been created for purposes of Sablotron and is suitable for
embedding in applications. See http://www.mozilla.org/js for details
and sources.

%files -n %{libname}
%doc LICENSE README
%{_libdir}/lib%{pkgname}-%{api}.so

#-------------------------------------------------------------------------

%package -n %{devname}
Summary:	The header files for %{name}
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
# Necessary because mozjs uses a weird versioning scheme instead of
# proper sonames
%if "%{_lib}" == "lib64"
Provides:	devel(libmozjs-%{api}(64bit)) = %{EVRD}
%else
Provides:	devel(libmozjs-%{api}) = %{EVRD}
%endif

%description -n %{devname}
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%files -n %{devname}
%{_libdir}/pkgconfig/*.pc
%{_includedir}/mozjs-%{api}

#-------------------------------------------------------------------------

%prep
%setup -q -n %{pkgname}-%{version}
%apply_patches

# Delete bundled sources
rm -rf js/src/editline
rm -rf js/src/ctypes/libffi

chmod a+x configure

pushd js/src
	autoconf-2.13
popd

%build
%configure2_5x \
	--disable-static \
	--with-system-nspr \
	--enable-threadsafe \
	--enable-readline
%make

%install
%makeinstall_std

# For some reason the headers and pkg-config file are executable
find %{buildroot}%{_includedir} -type f -exec chmod a-x {} \;
chmod a-x  %{buildroot}%{_libdir}/pkgconfig/*.pc

# Upstream does not honor --disable-static yet
rm -f %{buildroot}%{_libdir}/*.a

# This is also statically linked; once that is fixed that we could
# consider shipping it.
rm -f %{buildroot}%{_bindir}/js%{api}

# However, delete js-config since everything should use
# the pkg-config file.
rm -f %{buildroot}%{_bindir}/js%{api}-config

%check
cat > js/src/config/find_vanilla_new_calls << EOF
#!/bin/bash
exit 0
EOF
%make -C js/src check

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 24.2.0-4
+ Revision: 1e1284c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17717 |14mr|mp32ogg-0.11-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fver 0.11-8

Name:		mp32ogg
Version:	0.11
Release:	16

Summary:	Convert mp3 music files to ogg music files
License:	Artistic
Group:		Sound
# Author: Nathan Walp <faceprint@faceprint.com>
Url:		http://packages.debian.org/unstable/sound/mp32ogg
Source0:	mp32ogg_%{fver}.tar.bz2
Patch0:     mp32ogg-0.11-force-filename-stringification.mp3

BuildRequires: perl
BuildRequires: perl(MP3::Info)
BuildRequires: perl(String::ShellQuote)

BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}

Requires: mpg123
Requires: perl
Requires: vorbis-tools

%description
Perl script to convert MP3 files into Ogg Vorbis format. It is able to
read ID3 tags from MP3 files and correctly tag the Ogg files, as well as
optionally rename them based on those tags.

%prep
%setup -q -n %name
# fix https://qa.mandriva.com/show_bug.cgi?id=53477
%patch0 -p0

%install
rm -rf %{buildroot}

install -m 755 -D %name  %{buildroot}%{_bindir}/%{name}
perl -c  %{buildroot}%{_bindir}/%{name}

echo -e "%{name}\n\nAuthor: Nathan Walp <faceprint@faceprint.com>\nLicense: Artistic\n" > README

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README 
%{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11-16
+ Revision: 09a5f57
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17718 |14mr|mpage-2.5.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for printing multiple pages of text on each printed page
Name:		mpage
Version:	2.5.6
Release:	9
License:	BSD
Group:		System/Printing
Url:		http://www.mesa.nl/pub/mpage
Source0:	http://www.mesa.nl/pub/mpage/%{name}-%{version}.tgz
Patch0:		mpage-2.5.4-config.patch
# Japanese patch.bz2
Patch10:	mpage-2.5.3-j.patch
Patch20:	mpage-mfix.patch
Patch21:	mpage-psprint.patch
Patch22:	mpage-2.5.3-japanese-fix.patch
Patch23:	mpage-2.5.6-LDFLAGS.diff

%description
The mpage utility takes plain text files or PostScript(TM) documents
as input, reduces the size of the text, and prints the files on a
PostScript printer with several pages on each sheet of paper.  Mpage
is very useful for viewing large printouts without using up tons of
paper.  Mpage supports many different layout options for the printed
pages.

Mpage should be installed if you need a useful utility for viewing
long text documents without wasting paper.

%prep
%setup -q
%apply_patches

%build
%make RPM_OPT_FLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
%makeinstall_std

%files
%doc CHANGES Copyright README NEWS TODO
%{_bindir}/mpage
%{_mandir}/man1/mpage.1*
%dir %{_datadir}/mpage
%{_datadir}/mpage/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5.6-9
+ Revision: c5c0063
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17719 |14mr|mpd-0.18.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#####################
# Hardcode PLF build
%define build_plf 0
#####################

%{?_with_plf: %{expand: %%global build_plf 1}}

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	MPD, the Music Player Daemon
Name:		mpd
Version:	0.18.10
Release:	1%{?extrarelsuffix}
License:	GPLv2+
Group:		Sound
Url:		http://www.musicpd.org/
Source0:	http://www.musicpd.org/download/%{name}/%{name}-%{version}.tar.xz
Source1:	%{name}.conf
Source2:        %{name}.tmpfiles.d
Source3:	%{name}.logrotate
Source4:	README.urpmi
Source100:	%{name}.rpmlintrc
Patch0:		mpd-0.18.8-libvorbis.patch

Requires(pre,post):	rpm-helper
Requires(preun,postun): rpm-helper
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(atomic_ops)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(glib-2.0) >= 2.28
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	avahi-common-devel
BuildRequires:	pkgconfig(libcurl) >= 7.18
# sound servers
BuildRequires:	pkgconfig(alsa) >= 0.9.0
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpulse) >= 0.9.16
BuildRequires:	pkgconfig(fluidsynth) >= 1.1
BuildRequires:	pkgconfig(libmms) >= 0.4
BuildRequires:	pkgconfig(openal)
# multimedia formats
BuildRequires:	pkgconfig(adplug)
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(audiofile) >= 0.3
BuildRequires:	pkgconfig(flac) >= 1.2
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(libffado)
BuildRequires:	pkgconfig(libiso9660)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libsidplay2)
BuildRequires:	pkgconfig(libsidutils)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(samplerate) >= 0.0.15
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(twolame)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(yajl) >= 2.0
BuildRequires:	pkgconfig(zziplib) >= 0.13
BuildRequires:	ffmpeg-devel
BuildRequires:	libgme-devel
BuildRequires:	libmikmod-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	wildmidi-devel

%if %{build_plf}
BuildRequires:	libfaad2-devel
BuildRequires:	lame-devel
%endif

%description
Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg
Vorbis, FLAC, Mod, and wave files) and managing play-lists. MPD is designed
for integrating a computer into a stereo system that provides control for music
playback over a local network. It is also makes a great desktop music player,
especially if you are a console junkie, like front-end options, or restart X
often.
%if %{build_plf}
This package is in restricted repository because it is built with AAC support
of libfaad2, which is patent-protected.
%endif


%prep
%setup -q
%patch0 -b .vorbis
autoreconf -vfi


%build
# Mad and sidplay option make the build to fail
%configure2_5x \
	--with-systemdsystemunitdir=%{_unitdir} \
	--with-zeroconf=auto \
	--enable-alsa \
	--enable-ao \
	--enable-audiofile \
	--enable-cdio-paranoia \
	--enable-curl \
	--enable-flac \
	--enable-ffmpeg \
	--enable-fluidsynth \
	--enable-gme \
	--enable-id3 \
	--enable-iso9660 \
	--enable-jack \
	--enable-soundcloud \
	--enable-lsr \
	--disable-mad \
	--enable-mikmod \
	--enable-mms \
	--enable-modplug \
	--enable-mpg123 \
	--enable-openal \
	--enable-opus \
	--enable-pulse \
	--enable-recorder-output \
	--disable-roar \
	--enable-shout \
	--disable-sidplay \
	--enable-sndfile \
	--enable-twolame-encoder \
	--enable-vorbis \
	--enable-vorbis-encoder \
	--enable-wave-encoder \
	--enable-wavpack \
	--enable-wildmidi \
	--enable-zzip \
%if !%{build_plf}
	--disable-aac \
	--disable-lame-encoder \
%endif
	--enable-sqlite
%make


%install
%makeinstall_std

mkdir -p %{buildroot}/var/lib/mpd
touch %{buildroot}/%{_localstatedir}/lib/mpd/mpd.db
touch %{buildroot}/%{_localstatedir}/lib/mpd/mpdstate
mkdir -p %{buildroot}/var/log/mpd
touch %{buildroot}/var/log/mpd/mpd.log
touch %{buildroot}/var/log/mpd/mpd.error
mkdir -p %{buildroot}/var/run/mpd
mkdir -p %{buildroot}/%{_localstatedir}/lib/mpd/playlists
mkdir -p %{buildroot}/%{_localstatedir}/lib/mpd/music
mkdir -p %{buildroot}/lib/systemd/system

install -D -m 644 %{SOURCE1} %{buildroot}/etc/mpd.conf
install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -m 644 %{SOURCE4} doc/README.urpmi
rm -rf %{buildroot}/%{_docdir}/mpd

install -p -D -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/mpd.conf

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false
usermod -g audio %{name}


%post
if [ $1 -eq 1 ]
then
%create_ghostfile %{_localstatedir}/lib/mpd/mpd.db mpd audio 644
%create_ghostfile %{_localstatedir}/lib/mpd/mpdstate mpd audio 644
%create_ghostfile /var/log/mpd/mpd.log mpd audio 644
%create_ghostfile /var/log/mpd/mpd.error mpd audio 644
fi
%_post_service %{name}


%preun
%_preun_service %{name}


%postun
%_postun_userdel %{name}


%files
%doc README UPGRADING AUTHORS NEWS doc/mpdconf.example doc/*.urpmi
%{_bindir}/%{name}
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_tmpfilesdir}*
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(-,mpd,root) %config(noreplace) %{_sysconfdir}/%{name}.conf
%defattr(644,mpd,audio)
%attr(755,mpd,audio) %dir %{_localstatedir}/lib/mpd
%attr(755,mpd,audio) %dir %{_localstatedir}/lib/mpd/music
%attr(755,mpd,audio) %dir %{_localstatedir}/lib/mpd/playlists
%ghost %{_localstatedir}/lib/mpd/mpd.db
%ghost %{_localstatedir}/lib/mpd/mpdstate
%attr(755,mpd,audio) %dir /var/log/mpd
%attr(755,mpd,audio) %dir /var/run/mpd
%ghost /var/log/mpd/mpd.log
%ghost /var/log/mpd/mpd.error
%attr(644,root,root) /lib/systemd/system/%{name}.service


%changelog
* Thu Jul 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.18.10-1
+ Revision: 7b79925
- Fix tmpfile location



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17720 |14mr|mpeg2dec-0.5.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}
%define staticname %mklibname -s -d %{name}
%define oname libmpeg2

Summary:	MPEG-2 Decoder
Name:		mpeg2dec
Version:	0.5.1
Release:	12
License:	GPLv2+
Group:		Video
URL:		http://libmpeg2.sourceforge.net/
Source0:	http://libmpeg2.sourceforge.net/files/%{oname}-%{version}.tar.gz
Patch0:		libmpeg2-0.5.1-gcc4.6.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(xv)

%description
mpeg2dec is an mpeg-1 and mpeg-2 video decoder. It is purposely kept
simple : it does not include features like reading files from a DVD,
CSS, fullscreen output, navigation, etc... The main purpose of
mpeg2dec is to have a simple test bed for libmpeg2. mpeg2dec also
includes a demultiplexer for mpeg-1 and mpeg-2 program streams, and
output routines for a variety of different interfaces.

%package -n	%{libname}
Group:		System/Libraries
Summary:	MPEG-2 Decoder

%description -n %{libname}
mpeg2dec is an mpeg-1 and mpeg-2 video decoder. It is purposely kept
simple : it does not include features like reading files from a DVD,
CSS, fullscreen output, navigation, etc... The main purpose of
mpeg2dec is to have a simple test bed for libmpeg2. mpeg2dec also
includes a demultiplexer for mpeg-1 and mpeg-2 program streams, and
output routines for a variety of different interfaces.

This package contains the shared libraries of mpeg2dec.

%package -n	%{develname}
Summary:	MPEG-2 Decoder development files
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n	%{develname}
mpeg2dec is an mpeg-1 and mpeg-2 video decoder. It is purposely kept
simple : it does not include features like reading files from a DVD,
CSS, fullscreen output, navigation, etc... The main purpose of
mpeg2dec is to have a simple test bed for libmpeg2. mpeg2dec also
includes a demultiplexer for mpeg-1 and mpeg-2 program streams, and
output routines for a variety of different interfaces.
MPEG-2 Decoder development files

%package -n	%staticname
Summary:	MPEG-2 Decoder static libraries
Group:		Development/C
Requires:	%{develname} = %{version}-%{release}

%description -n %{staticname}
mpeg2dec is an mpeg-1 and mpeg-2 video decoder. It is purposely kept
simple : it does not include features like reading files from a DVD,
CSS, fullscreen output, navigation, etc... The main purpose of
mpeg2dec is to have a simple test bed for libmpeg2. mpeg2dec also
includes a demultiplexer for mpeg-1 and mpeg-2 program streams, and
output routines for a variety of different interfaces.

MPEG-2 Decoder static libraries.

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1

%build
%configure2_5x	--enable-shared \
%ifarch sparc sparcv9 sparc64
		--disable-accel-detect
%endif

%make

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog NEWS README TODO
%{_mandir}/man1/*
%{_bindir}/*

%files -n %{libname}
%{_libdir}/libmpeg2*.so.%{major}*

%files -n %{develname}
%{_includedir}/mpeg2dec
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/lib*.pc

%files -n %{staticname}
%{_libdir}/lib*.a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.1-12
+ Revision: 150a5b4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17721 |14mr|mpeg_lib-1.3.1-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname %mklibname bmpeg %{major}
%define devname %mklibname bmpeg -d

Summary:	Mpeg library
Name:		mpeg_lib
Version:	1.3.1
Release:	22
License:	GPL
Group:		System/Libraries
URL:		http://starship.python.net/~gward/mpeglib/
Source0:	ftp://ftp.mni.mcgill.ca/pub/mpeg/%{name}-%{version}.tar.bz2
Patch1:		libmpeg1-1.3.1-debian.diff.bz2
Patch2:		mpeg_lib-1.3.1-bad_cast.patch.bz2 

%description
The MPEG Library is a collection of C routines to decode MPEG movies and dither
them in a variety of colour schemes.  Most of the code in the library comes
directly from the Berkely MPEG player, an X11-specific implementation that
works fine, but suffers from minimal documentation and a lack of modularity.

A front end to the Berkeley decoding engine was developed by Greg Ward at the
Montreal Neurological Institute in May/June 1994 to facilitate the development
of an MPEG player specifically for Silicon Graphics workstations. The decoding
engine together with the MNI front end constitute the MPEG Library.


%package	-n %{libname}
Summary:	Mpeg library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Provides:	libbmpeg = %{version}-%{release}

%description	-n %{libname}
The MPEG Library is a collection of C routines to decode MPEG movies and dither
them in a variety of colour schemes.  Most of the code in the library comes
directly from the Berkely MPEG player, an X11-specific implementation that
works fine, but suffers from minimal documentation and a lack of modularity.

A front end to the Berkeley decoding engine was developed by Greg Ward at the
Montreal Neurological Institute in May/June 1994 to facilitate the development
of an MPEG player specifically for Silicon Graphics workstations. The decoding
engine together with the MNI front end constitute the MPEG Library.

%package	-n %{devname}
Summary:	Mpeg library development package
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libbmpeg-devel = %{version}-%{release}
Obsoletes:	%{libname}-devel < 1.3.1-21

%description	-n %{devname}
The MPEG Library is a collection of C routines to decode MPEG movies and dither
them in a variety of colour schemes.  Most of the code in the library comes
directly from the Berkely MPEG player, an X11-specific implementation that
works fine, but suffers from minimal documentation and a lack of modularity.
 
A front end to the Berkeley decoding engine was developed by Greg Ward at the
Montreal Neurological Institute in May/June 1994 to facilitate the development
of an MPEG player specifically for Silicon Graphics workstations. The decoding
engine together with the MNI front end constitute the MPEG Library.

This package contains static libraries and header files need for development.

%prep
%setup -q
%patch1 -p1
%patch2 -p1 -b .bad_cast

%build
export OPTIMIZE="%{optflags} -fPIC"
%configure

make
make shlib

%install
install -D -m 755 libmpeg.so.1.3.1 %{buildroot}%{_libdir}/libbmpeg.so.1.3.1
install -D -m 644 libmpeg.a %{buildroot}%{_libdir}/libbmpeg.a
install -D -m 644 mpeg.h %{buildroot}%{_includedir}/bmpeg.h
/sbin/ldconfig -n %{buildroot}%{_libdir}
ln -s libbmpeg.so.1 %{buildroot}%{_libdir}/libbmpeg.so

%files -n %{libname}
%doc README CHANGES
%{_libdir}/libbmpeg.so.%{major}*

%files -n %{devname}
%doc doc/*
%{_libdir}/*.a
%{_libdir}/*.so
%{_includedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.1-22
+ Revision: c3ae920
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17722 |14mr|mpfr-3.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major		4
%define lib_name		%mklibname %{name} %{lib_major}
%define lib_name_devel		%mklibname %{name} -d
%define lib_name_static_devel	%mklibname %{name} -d -s

Summary:	Multiple-precision floating-point computations with correct rounding
Name:		mpfr
Version:	3.1.2
Release:	2
Epoch:		0
License:	LGPLv3+
Group:		System/Libraries
URL:		http://www.mpfr.org/
Source0:	http://www.mpfr.org/mpfr-current/mpfr-%{version}.tar.xz
BuildRequires:	gmp-devel

%description
The MPFR library is a C library for multiple-precision
floating-point computations with correct rounding. 

%package -n %{lib_name}
Summary:	Multiple-precision floating-point computations with correct rounding
Group:		System/Libraries

%description -n %{lib_name}
The MPFR library is a C library for multiple-precision
floating-point computations with correct rounding. 

%package -n %{lib_name_devel}
Summary:	Development headers and libraries for MPFR
Group:		Development/C
Requires:	%{lib_name} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{lib_name_devel}
The development headers and libraries for the MPFR library.

%package -n %{lib_name_static_devel}
Summary:	Static libraries for MPFR
Group:		Development/C
Requires:	%{lib_name_devel} = %{EVRD}
Provides:	lib%{name}-static-devel = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{lib_name_static_devel}
Static libraries for the MPFR library.

%prep
%setup -q

%build
%configure2_5x \
	--enable-shared \
	--enable-thread-safe

%make

%install
%makeinstall_std

rm -rf installed-docs
mv %{buildroot}%{_docdir}/%{name} installed-docs

%check
make check

%files -n %{lib_name}
%{_libdir}/libmpfr.so.%{lib_major}*

%files -n %{lib_name_devel}
%doc installed-docs/*
%{_includedir}/mpfr.h
%{_includedir}/mpf2mpfr.h
%{_infodir}/mpfr.info*
%{_libdir}/libmpfr.so

%files -n %{lib_name_static_devel}
%{_libdir}/libmpfr.a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:3.1.2-2
+ Revision: 6afe317
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17723 |14mr|mpg123-1.15.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname mpg123_ %{major}
%define	devname	%mklibname -d mpg123

Summary:	MPEG audio player
Name:		mpg123
Version:	1.15.4
Release:	3
License:	LGPLv2+
Group:		Sound
URL:		http://www.mpg123.de
Source0:	http://prdownloads.sourceforge.net/mpg123/%{name}-%{version}.tar.bz2
Source1:	mp3license.tar.bz2
BuildRequires:	libtool-devel
BuildRequires:	nas-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)

%track
prog %{name} = {
	url = http://sourceforge.net/projects/mpg123/files/
	version = %{version}
	regex = %{name}-(__VER__)\.tar\.bz2
}

%description
Mpg123 is a fast, free and portable MPEG audio player for Unix.
It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files).  For
full CD quality playback (44 kHz, 16 bit, stereo) a fast CPU
is required. Mono and/or reduced quality playback (22 kHz or
11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit:
http://www.mpeg.org

%package	pulse
Group:		Sound
Summary:	Pulse audio output plugin for mpg123
Requires:	%{name} = %{version}

%description pulse
Mpg123 is a fast, free and portable MPEG audio player for Unix.
It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files).  For
full CD quality playback (44 kHz, 16 bit, stereo) a fast CPU
is required. Mono and/or reduced quality playback (22 kHz or
11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit:
http://www.mpeg.org

%package	jack
Group:		Sound
Summary:	Jack audio output plugin for mpg123
Requires:	%{name} = %{version}

%description	jack
Mpg123 is a fast, free and portable MPEG audio player for Unix.
It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files).  For
full CD quality playback (44 kHz, 16 bit, stereo) a fast CPU
is required. Mono and/or reduced quality playback (22 kHz or
11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit:
http://www.mpeg.org

%package	portaudio
Group:		Sound
Summary:	Portaudio output plugin for mpg123
Requires:	%{name} = %{version}

%description	portaudio
Mpg123 is a fast, free and portable MPEG audio player for Unix.
It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files).  For
full CD quality playback (44 kHz, 16 bit, stereo) a fast CPU
is required. Mono and/or reduced quality playback (22 kHz or
11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit:
http://www.mpeg.org

%package	nas
Group:		Sound
Summary:	NAS audio output plugin for mpg123
Requires:	%{name} = %{version}

%description	nas
Mpg123 is a fast, free and portable MPEG audio player for Unix.
It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files).  For
full CD quality playback (44 kHz, 16 bit, stereo) a fast CPU
is required. Mono and/or reduced quality playback (22 kHz or
11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit:
http://www.mpeg.org

%package	sdl
Group:		Sound
Summary:	SDL audio output plugin for mpg123
Requires:	%{name} = %{version}

%description	sdl
Mpg123 is a fast, free and portable MPEG audio player for Unix.
It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files).  For
full CD quality playback (44 kHz, 16 bit, stereo) a fast CPU
is required. Mono and/or reduced quality playback (22 kHz or
11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit:
http://www.mpeg.org

%package	esd
Group:		Sound
Summary:	Esound audio output plugin for mpg123
Requires:	%{name} = %{version}

%description	esd
Mpg123 is a fast, free and portable MPEG audio player for Unix.
It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files).  For
full CD quality playback (44 kHz, 16 bit, stereo) a fast CPU
is required. Mono and/or reduced quality playback (22 kHz or
11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit:
http://www.mpeg.org

%package	openal
Group:		Sound
Summary:	OpenAL audio output plugin for mpg123
Requires:	%{name} = %{version}

%description	openal
Mpg123 is a fast, free and portable MPEG audio player for Unix.
It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files).  For
full CD quality playback (44 kHz, 16 bit, stereo) a fast CPU
is required. Mono and/or reduced quality playback (22 kHz or
11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit:
http://www.mpeg.org

%package -n	%{libname}
Group:		System/Libraries
Summary:	MPEG audio decoding library

%description -n	%{libname}
libmpg123 is a fast, free and portable MPEG audio decoding library for Unix.
It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files).  For full CD
quality playback (44 kHz, 16 bit, stereo) a fast CPU is required. Mono
and/or reduced quality playback (22 kHz or 11 kHz) is possible on slow
CPUs (like Intel 486).

For information on the MP3 License, please visit:
http://www.mpeg.org

%package -n	%{devname}
Group:		Development/C
Summary:	MPEG audio decoding library - development files
Requires:	%{libname} = %{version}-%{release}
Provides:	libmpg123-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
libmpg123 is a fast, free and portable MPEG audio decoding library for Unix.
It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files).  For full CD
quality playback (44 kHz, 16 bit, stereo) a fast CPU is required. Mono
and/or reduced quality playback (22 kHz or 11 kHz) is possible on slow
CPUs (like Intel 486).

For information on the MP3 License, please visit:
http://www.mpeg.org

%prep
%setup -q -a 1
%apply_patches
rm -f doc/README.WIN32
rm -f configure
libtoolize --force --copy; aclocal; autoheader; automake --add-missing --copy; autoconf

%build
#gw this must be disabled for configure, else it will bail out
%define Werror_cflags %{nil}
%configure2_5x \
    --with-module-suffix=.so \
    --with-default-audio=alsa \
    --enable-ipv6=yes \
    --enable-network=yes

%make CFLAGS="%{optflags} -Wformat -Werror=format-security"

%install
%makeinstall_std

%files 
%doc doc/* NEWS README AUTHORS ChangeLog
%doc mp3license
%{_bindir}/*
%{_mandir}/man1/*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/output_alsa*
%{_libdir}/%{name}/output_dummy*
%{_libdir}/%{name}/output_oss*

%files pulse
%{_libdir}/%{name}/output_pulse*

%files jack
%{_libdir}/%{name}/output_jack*

%files nas
%{_libdir}/%{name}/output_nas*

%files portaudio
%{_libdir}/%{name}/output_portaudio*

%files sdl
%{_libdir}/%{name}/output_sdl*

%files esd
%{_libdir}/%{name}/output_esd*

%files openal
%{_libdir}/%{name}/output_openal*

%files -n %{libname}
%{_libdir}/libmpg123.so.%{major}*

%files -n %{devname}
%{_libdir}/libmpg123.so
%{_includedir}/mpg123.h
%{_libdir}/pkgconfig/libmpg123.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.15.4-3
+ Revision: 3538d16
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17724 |14mr|mpgtx-1.3.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Manipulate tags, split, join, demultiplex, and fetch information on MPEG files
Name:		mpgtx
Version:	1.3.1
Release:	11
License:	GPLv2
Group:		Video
Url:		http://mpgtx.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/mpgtx/mpgtx-%{version}.tar.bz2

%description
mpgtx (an MPEG ToolboX) allows you to manipulate ID3 tags, split, join,
demultiplex, and fetch detailed information about a variety of MPEG files.
It was designed to do little, but do it well, and to provide the end user
with an austere yet powerful commandline interface. It replaces "mpgcut".

%prep
%setup -q
perl -pi -e 's/^\s*inline\s*$//' *.cxx

%build
./configure --prefix=%{_prefix}
%make CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H"

%install
find -type f | xargs chmod a+r
make install MANDIR="%{buildroot}/%{_mandir}/man1" INSTALLDIR="%{buildroot}/%{_bindir}" MANDIRDE=%{buildroot}%{_mandir}/de/man1

%files
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/*
%{_mandir}/man1/*
%lang(de) %{_mandir}/de/man1/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.1-11
+ Revision: 2a3f6d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17725 |14mr|mplayer-1.1.1-2.r36417.11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname MPlayer

%define svn r36417
%if "%{svn}" != ""
%define fversion %{svn}
%define rel 2.%{svn}.11
%else
%define fversion %{version}
%define rel 2
%endif

%define build_plf	0
%define build_debug	0
%define build_mencoder	1
%define build_gui	1
%define build_system_ffmpeg	1

%define kernel_version	%(/bin/bash %{SOURCE5})
%define kver 		%(/bin/bash %{SOURCE5} | sed -e 's/-/./')
%define kvername	%(/bin/bash %{SOURCE5} | sed -e 's/-/./' | sed -e 's/mdk//')

%define build_yasm	1
%define build_live	1
%define build_vesa	1
%define build_theora	1
%define build_lirc	1
%define build_amr	0
%define build_aa	1
%define build_cdda	1
%define build_compiz	0
%define build_dirac	1
%define build_dv	1
%define build_sdl	1
%define build_lzo	1
%define build_smb	1
%define build_mga	1
%define build_fbdev	1
%define build_dvb	1
%define build_fribidi	1
%define build_enca	1
%define build_alsa	1
%define build_jack	1
%define build_openal	0
%define build_pulse	1
%define build_schroedinger	1
%define build_twolame	0
%define build_lame	0
%define build_faac	0
%define build_faad	0
%define build_x264	0
%define build_xvid	0
%define build_dts	0
%define build_directfb	1
%define build_v4l2	1
%define build_xvmc	1
%define build_vdpau	1
%define build_ivtv	0
%define build_libass	1
%define build_vpx	1
%define build_rtmp	1

%ifnarch %{ix86}
%define build_vesa	0
%endif

%{?_with_plf:	%{expand:	%%global build_plf 1}}

#####################
# Hardcode PLF build
%define build_plf 0
#####################

%if %{build_plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_amr	1
%define build_twolame	1
%define build_lame	1
%define build_faac	1
%define build_faad	1
%define build_x264	1
%define build_xvid	1
%define build_dts	1
%define build_yasm	1
%define build_dirac	1
%define build_schroedinger	1
%endif

%if %{build_system_ffmpeg} && ! %{build_plf}
%define build_amr 0
%define build_dirac 0
%define build_schroedinger 0
%define build_vpx 0
%define build_zr 0
%endif

%ifnarch %{arm} %{mips} aarch64
%bcond_without	cpudetection
%endif

Summary:	Movie player for linux
Name:		mplayer
Version:	1.1.1
Release:	%{rel}%{?extrarelsuffix}
License:	GPLv2+
Group:		Video
Url:		http://www.mplayerhq.hu
%if "%svn" != ""
#gw generated using svn export
Source0:	%{name}-%{svn}.tar.xz
%else
Source0:	ftp://ftp1.mplayerhq.hu/MPlayer/releases/%{oname}-%{fversion}.tar.xz
%endif
#gw default skin
Source4:	Blue-1.8.tar.bz2
Source5:	kernel-version.sh
Patch0:		mplayer-mdvconfig.patch
Patch1:		mplayer-r36417-giflib51.patch
Patch2:		mplayer-1.1.1-samba4.patch
# fixes for crashes found while fixing CVE-2008-1558
Patch28:	mplayer-rtsp-extra-fixes.patch
Patch31:	mplayer-format-string-literal.patch
#gw HAVE_DLFCN_H isn't defined
Patch33:	mplayer-have-dlfcn_h.patch
#gw fix crash:	https://qa.mandriva.com/show_bug.cgi?id=55443
Patch35:	mplayer-fix-dvd-crash.patch
Patch39:	mplayer-dlopen-libfaac-libfaad-and-libx264.patch
Patch40:	mplayer-r36361-local-copy-of-internal-ffmpeg-type-definition.patch
Patch42:	mplayer-filters-hack-with-shared.patch
Patch43:	mplayer-r34911-dont-use-ffmpeg-functionality-outside-stable-release.patch

BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd412-xml
BuildRequires:	xsltproc
BuildRequires:	bzip2-devel
BuildRequires:	giflib-devel
BuildRequires:	gsm-devel
BuildRequires:	jpeg-devel
BuildRequires:	ladspa-devel
%if %{mdvver} <= 201210
BuildRequires:	libdxr3-devel
%endif
BuildRequires:	libmpcdec-devel
BuildRequires:	mng-devel
BuildRequires:	nas-devel
BuildRequires:	pkgconfig(caca)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(dvdnavmini)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libbs2b)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(xscrnsaver)
%if %{build_aa}
BuildRequires:	aalib-devel
%endif
BuildRequires:	a52dec-devel
%if %{build_amr}
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
%endif
%if %{build_jack}
BuildRequires:	pkgconfig(jack)
%endif
%if %{build_pulse}
BuildRequires:	pkgconfig(libpulse)
%endif
%if %{build_openal}
BuildRequires:	pkgconfig(openal)
%endif
%if %{build_cdda}
BuildRequires:	cdda-devel
BuildRequires:	pkgconfig(libcdio_cdda)
%endif
%if %{build_dirac}
BuildRequires:	pkgconfig(dirac)  >= 0.9.0
%endif
%if %{build_schroedinger}
BuildRequires:	pkgconfig(schroedinger-1.0)
%endif
%if %{build_dv}
BuildRequires:	pkgconfig(libdv)
%endif
%if %{build_lirc}
BuildRequires:	pkgconfig(liblircclient0)
%endif
%if %{build_lzo}
BuildRequires:	liblzo-devel
%endif
%if %{build_sdl}
BuildRequires:	pkgconfig(sdl) >= 1.1.8
%endif
%if %{build_smb}
BuildRequires:	pkgconfig(smbclient)
%endif
%if %{build_twolame}
BuildRequires:	pkgconfig(twolame)
%endif
%if %{build_faac}
BuildRequires:	libfaac-devel
%endif
%if %{build_faad}
BuildRequires:	libfaad2-devel
%endif
%if %{build_x264}
BuildRequires:	pkgconfig(x264)
%endif
%if %{build_xvid}
BuildRequires:	xvid-devel
%endif
%if %{build_dts}
BuildRequires:	pkgconfig(libdts)
%endif
%if %{build_lame}
BuildRequires:	lame-devel
%endif
%if %{build_live}
BuildRequires:	live-devel
%endif
%if %{build_vesa}
BuildRequires:	libvbe-devel
BuildRequires:	liblrmi-devel
%endif
%if %{build_theora}
BuildRequires:	pkgconfig(theora)
%endif
%if %{build_fribidi}
BuildRequires:	pkgconfig(fribidi) >= 0.10.4
%endif
%if %{build_enca}
BuildRequires:	pkgconfig(enca)
%endif
%if %{build_directfb}
BuildRequires:	pkgconfig(directfb)
%endif
%if %{build_xvmc}
BuildRequires:	pkgconfig(xvmc)
%endif
%if %{build_vdpau}
BuildRequires:	pkgconfig(vdpau)
%endif
%if %{build_libass}
BuildRequires:	pkgconfig(libass)
%endif
%if %{build_vpx}
BuildRequires:	pkgconfig(vpx)
%endif
%if %{build_rtmp}
BuildRequires:	pkgconfig(librtmp)
%endif
%if %{build_yasm}
BuildRequires:	yasm
%endif
%if %{build_system_ffmpeg}
BuildRequires:	ffmpeg-devel
%endif

%if "%{_lib}" == "lib64"
%global	_ext	()(64bit)
%else
%global	_ext	%{nil}
%endif

# With plf build they are auto-required
%if ! %{build_plf}
Suggests:	libfaac.so.0%{_ext}
Suggests:	libfaad.so.2%{_ext}
Suggests:	libx264.so.142%{_ext}
Suggests:	libopencore-amrnb.so.0%{_ext}
Suggests:	libopencore-amrwb.so.0%{_ext}
Suggests:	libtwolame.so.0%{_ext}
Suggests:	libdca.so.0%{_ext}
Suggests:	libdvdcss.so.2%{_ext}
%endif

%description
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!). The another big
feature of mplayer is the wide range of supported output drivers. It
works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, but you can use
SDL (and this way all drivers of SDL), VESA (on every VESA compatible
card, even without X!), and some lowlevel card-specific drivers (for
Matrox, 3Dfx and Radeon) too! Most of them supports software or hardware
scaling, so you can enjoy movies in fullscreen. MPlayer supports
displaying through some hardware MPEG decoder boards, such as the DVB
and DXR3/Hollywood+! And what about the nice big antialiased shaded
subtitles (9 supported types!!!) with european/ISO 8859-1,2 (hungarian,
english, czech, etc), cyrillic, korean fonts, and OSD?

Note: If you want to play Real content, you need to have the content
of RealPlayer's Codecs directory in %{_libdir}/codecs/

%if %{build_plf}
This package is in restricted because some included codecs are covered 
by patents. It also includes support for reading DVDs encrypted with 
CSS which might be illegal in some countries.

For non-free binary codecs support you should install the packages
win32-codecs, real-codecs and xanim-codecs.
%endif

%files -f mplayer.lang
%doc AUTHORS Changelog README Copyright
%dir %{_sysconfdir}/%{name}
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/mplayer.conf
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/menu.conf
%{_bindir}/midentify
%{_bindir}/mplayer
%{_mandir}/man1/mplayer.1*
%dir %{_datadir}/%{name}

#----------------------------------------------------------------------------

%package doc
Summary:	%{oname} documentation
Group:		Books/Computer books
BuildArch:	noarch

%description doc
This package contains documentation for %{oname}.

%files doc
%doc README.DOCS
%doc DOCS/default.css DOCS/xml DOCS/tech/

#----------------------------------------------------------------------------

%if %{build_gui}
%package gui
Summary:	GUI for %{name}
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	imagemagick
Requires:	soundwrapper

%description gui
This package contains a GUI for %{name}.

%files gui
%{_bindir}/gmplayer
%{_datadir}/applications/mplayer.desktop
%{_datadir}/%{name}/skins
%{_iconsdir}/mplayer.png
%{_miconsdir}/mplayer.png
%{_liconsdir}/mplayer.png

%pre gui
if [ -d %{_datadir}/%{name}/skins/default ]
  then rm -rf %{_datadir}/%{name}/skins/default
fi
%endif

#----------------------------------------------------------------------------

%if %{build_mencoder}
%package -n mencoder
Summary:	MPlayer's movie encoder
Group:		Video
Requires:	%{name}

%description -n mencoder
MEncoder a movie encoder and is a part of the MPlayer package.
%if ! %{build_plf}
Note: this version does not have support for encoding mp3 audio streams in the
video files.
%else
This restricted build has additional support for AAC decoding with libfaad
and MP3 encoding with lame, both are covered by software patents. It
also includes support for reading DVDs encrypted with CSS which might
be illegal in some countries.
%endif

%files -n mencoder -f mencoder.lang
%{_bindir}/mencoder
%{_bindir}/divx2svcd
%{_bindir}/mencvcd
%{_bindir}/wma2ogg.pl
%{_mandir}/man1/mencoder.1*
%endif

#----------------------------------------------------------------------------

%prep
%if "%{svn}" != ""
%setup -q -n %{name} -a 4
%else
%setup -q -n MPlayer-%{version}%{prerel} -a 4
%endif
#gw as we have have used svn export:
echo %{svn}|sed s/^r// > snapshot_version
find DOCS -name .svn|xargs rm -rf
#gw fix permissions
chmod 644 AUTHORS Changelog README Copyright
rm -f Blue/README
%patch0 -p1 -b .mdv~
%patch1 -p1 -b .giflib51~
%patch2 -p1 -b .samba4~
%patch28 -p1 -b .rtsp-extra-fixes
%patch31 -p1 -b .format~
%patch33 -p0 -b .dlfcn~
%patch35 -p0
%if ! %{build_plf}
%patch39 -p1 -b .dlopen~
%endif
rm -rf ffmpeg
%patch40 -p1 -b .ffmpeg~
%patch42 -p1 -b .internal_filters~
%patch43 -p1 -b .ffm_stable~

# Sometimes (1.1.1) mplayer guys forget to update the VERSION file...
# Let's fix it here, but let's not abuse this ;)
echo %{version} >VERSION

perl -pi -e 's^r\$svn_revision^%{release}^' version.sh

mv DOCS/README README.DOCS

%build
export CFLAGS="$CFLAGS %{optflags}"
%if %{build_debug}
export CFLAGS="$CFLAGS -g"
%endif
%ifarch ppc
export CFLAGS="$CFLAGS -mcpu=7450 -maltivec"
%endif
%if %{build_directfb}
export CPPFLAGS="-I%{_includedir}/directfb"
%endif
export LDFLAGS="%{?ldflags}"
./configure \
	--prefix=%{_prefix} \
	--datadir=%{_datadir}/%{name} \
	--confdir=%{_sysconfdir}/%{name} \
	--libdir=%{_libdir} \
	--codecsdir=%{_libdir}/codecs \
	--language=all \
%ifarch %{ix86}
	--enable-mmx \
	--enable-3dnow \
	--enable-sse \
	--enable-sse2 \
	--enable-fastmemcpy \
%endif
%if %{with cpudetection}
	--enable-runtime-cpudetection \
%endif
%if %{build_debug}
	--enable-debug=3 \
%else
	--disable-sighandler \
%endif
%if %{build_gui}
	--enable-gui \
%endif
%if %{build_mencoder}
	--enable-mencoder \
%else
	--disable-mencoder \
%endif
	--disable-arts \
	--disable-ggi \
	--disable-libdvdcss-internal \
	--enable-dvdnav \
	--disable-dvdread-internal \
	--enable-dvdread \
	--enable-tv \
	--enable-joystick \
	--enable-gl \
	--disable-svga \
	--enable-menu \
	--disable-zr \
%if ! %{build_dts}
	--disable-libdca \
	--enable-libdca-dlopen \
%endif
	--enable-freetype \
	--enable-nas \
%if %{build_system_ffmpeg}
	--disable-ffmpeg_a \
%endif
%if ! %{build_faad}
	--disable-faad \
	--disable-decoder=AAC \
	--enable-faad-dlopen \
%endif
%if ! %{build_faac}
	--enable-faac-dlopen \
%endif
%if ! %{build_twolame}
	--disable-twolame \
	--enable-twolame-dlopen \
%endif
%if ! %{build_x264}
	--enable-x264-dlopen \
%endif
%if %{build_lirc}
	--enable-lirc \
%else
	--disable-lirc \
%endif
%if ! %{build_v4l2}
	--disable-tv-v4l2 \
%endif
%if ! %{build_mga}
	--disable-mga \
%endif
%if ! %{build_fbdev}
	--disable-fbdev \
%endif
%if %{build_directfb}
	--enable-directfb \
%else
	--disable-directfb \
%endif
%if ! %{build_live}
	--disable-live \
%endif
%if ! %{build_vesa}
	--disable-vesa \
%endif
%if %{build_theora}
	--enable-theora \
%else
	--disable-theora \
%endif
%if %{build_smb}
	--enable-smb \
%endif
%if ! %{build_dvb}
	--disable-dvb \
	--disable-dvbhead \
%endif
%if ! %{build_jack}
	--disable-jack \
%endif
%if ! %{build_aa}
	--disable-aa \
%endif
%if ! %{build_cdda}
	--disable-cdparanoia \
%endif
%if ! %{build_dv}
	--disable-libdv \
%endif
%if ! %{build_lzo}
	--disable-liblzo \
%endif
%if ! %{build_sdl}
	--disable-sdl \
%endif
%if ! %{build_alsa}
	--disable-alsa \
%endif
%if ! %{build_fribidi}
	--disable-fribidi \
%endif
%if ! %{build_enca}
	--disable-enca \
%endif
%if %{build_pulse}
	--enable-pulse \
%endif
%if ! %{build_openal}
	--disable-openal \
%endif
%if %{build_xvmc}
	--enable-xvmc \
%endif
%if ! %{build_ivtv}
	--disable-ivtv \
%endif
%if ! %{build_vdpau}
	--disable-vdpau \
%endif
%if ! %{build_amr}
	--disable-libopencore_amrnb \
	--disable-libopencore_amrwb \
	--enable-libopencore_amrnb-dlopen \
	--enable-libopencore_amrwb-dlopen
%endif

# Keep this line before empty end %%configure (ppc conditionnal pb)
make
#gw make sure we have our version string included:
fgrep %{version} version.h

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m755 mplayer -D %{buildroot}%{_bindir}/mplayer
for lang in de fr hu pl es it zh_CN en; do
    install -m644 DOCS/man/$lang/mplayer.1 -D %{buildroot}%{_mandir}/$([ "$lang" != "en" ] && echo $lang)/man1/mplayer.1
done

%find_lang mplayer --with-man

######################### Mencoder #########################
%if %{build_mencoder}
install -m755 mencoder -D %{buildroot}%{_bindir}/mencoder

for lang in de fr hu pl es it zh_CN en; do
    ln -s mplayer.1 %{buildroot}%{_mandir}/$([ "$lang" != "en" ] && echo $lang)/man1/mencoder.1
done

%find_lang mencoder --with-man

install -m 755 TOOLS/mencvcd.sh %{buildroot}%{_bindir}/mencvcd
install -m 755 TOOLS/divx2svcd.sh %{buildroot}%{_bindir}/divx2svcd
install -m 755 TOOLS/wma2ogg.pl %{buildroot}%{_bindir}/wma2ogg.pl
install -m 755 TOOLS/midentify.sh %{buildroot}%{_bindir}/midentify
%endif
######################### /Mencoder #########################

install -m 644 etc/example.conf %{buildroot}%{_sysconfdir}/%{name}/mplayer.conf
install -m 644 etc/menu.conf %{buildroot}%{_sysconfdir}/%{name}

%if %{build_gui}
# default Skin
install -d -m 755 %{buildroot}%{_datadir}/%{name}/skins/
cp -r Blue %{buildroot}%{_datadir}/%{name}/skins/
ln -s Blue %{buildroot}%{_datadir}/%{name}/skins/default
# gmplayer equals mplayer -gui
ln -s mplayer %{buildroot}%{_bindir}/gmplayer
# icons
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
convert -transparent white Blue/icons/icon48x48.png %{buildroot}%{_liconsdir}/mplayer.png 
convert -transparent white Blue/icons/icon32x32.png %{buildroot}%{_iconsdir}/mplayer.png 
convert -transparent white -scale 16x16 Blue/icons/icon48x48.png %{buildroot}%{_miconsdir}/mplayer.png
install -D -m 644 etc/mplayer.desktop %{buildroot}%{_datadir}/applications/mplayer.desktop
perl -pi -e 's@mplayer$@mplayer@g' %{buildroot}%{_datadir}/applications/mplayer.desktop
%endif

%if %{build_debug}
export DONT_STRIP=1
%endif


%changelog
* Mon Sep 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.11
+ Revision: 1190d3d
- Build with smb protocol support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17726 |14mr|mplayer-skins-1.3-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name	mplayer
%define name		%{base_name}-skins
%define summary		Skins for %{base_name}
%define version		1.3
%define release		21
%define skin_dir	%{_datadir}/%{base_name}/skins

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	%{summary}
Source0:	BlueHeart-1.5.tar.bz2
Source2:	Cyrus-1.2.tar.bz2
Source3:	standard-1.9.tar.bz2
Source4:	neutron-1.5.tar.bz2
Source5:	MidnightLove-1.6.tar.bz2
Source6:	plastic-1.2.tar.bz2
Source7:	Orange-1.3.tar.bz2
Source8:	Blue-small-1.4.tar.bz2
Source9:	xine-lcd-1.2.tar.bz2
Source10:	phony-1.1.tar.bz2
Source11:	mentalic-1.2.tar.bz2
Source12:	proton-1.2.tar.bz2
Source13:	slim-1.2.tar.bz2
Source14:	krystal-1.1.tar.bz2
Source15:	CubicPlayer-1.1.tar.bz2
Source16:	AlienMind-1.2.tar.bz2
Source17:	CornerMP-1.2.tar.bz2
Source18:	CornerMP-aqua-1.4.tar.bz2
URL:		http://www.mplayerhq.hu
License:	Freely redistributable without restriction
Group:		Video
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
This package includes following skins:
- standard by FRD (Viktor Bekesi), the old default MPlayer skin 
- Midnight Love, by Gabucino, MPlayer conversion of the nice WinAMP/XMMS skin 
  of Rei Ayanami. 
- BlueHeart, by Gabucino, MPlayer conversion of a BlueHeart XMMS skin. 
- Neutron, by aleczapka (Oliwier Ptak), VERY nice skin! 
- Plastic, by FRD (Viktor Bekesi), remote control-like skin with plastic 
  feeling 
- Cyrus, by Roberto J., Cyrus skin from XMMS 
- Xine-LCD, by Gabucino, MPlayer conversion of Xine's LCD skin
- Phony
- Mentalic, by aleczapka (Oliwier Ptak) 
- Proton, by Pasquale Riccio, silver, shiny
- Slim, by FRD (Viktor Bekesi), small and cute
- Cubic Player, by Gabucino, for other oldtimers
- Alien Mind, by Gabucino, Alien Mind skin from XMMS
- CornerMP, by DC.Park, a WinAMP skin conversion, resides in desktop
  corner
- CornerMP-aqua, by DC.Park, a WinAMP skin conversion, resides in
  desktop corner
- Blue and Blue-small by Franciszek Wilamowski
- Orange by Ognian Vasilev
- krystal by Gary Whitmore, Jr.

%prep
%setup -q -c
%setup -q -c -T -D -a2
%setup -q -c -T -D -a3
%setup -q -c -T -D -a4
%setup -q -c -T -D -a5
%setup -q -c -T -D -a6
%setup -q -c -T -D -a7
%setup -q -c -T -D -a8
%setup -q -c -T -D -a9
%setup -q -c -T -D -a10
%setup -q -c -T -D -a11
%setup -q -c -T -D -a12
%setup -q -c -T -D -a13
%setup -q -c -T -D -a14
%setup -q -c -T -D -a15
%setup -q -c -T -D -a16
%setup -q -c -T -D -a17
%setup -q -c -T -D -a18
# correct perm problems
chmod -R go=u-w *

%build

%install
rm -rf $RPM_BUILD_ROOT
install -d -m 755 ${RPM_BUILD_ROOT}%{skin_dir}
cp -r * ${RPM_BUILD_ROOT}%{skin_dir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{skin_dir}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-21
+ Revision: 5fd059e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17727 |14mr|mplayerthumbs-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mplayerthumbs
Version:	4.13.3
Release:	1
Epoch:		3
Summary:	Video thumbnail generator for KDE4 file managers
Group:		Graphical desktop/KDE
License:	GPLv2
URL:		https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Requires:	kdebase4-runtime

%description
MPlayerThumbs is a video thumbnail generator for KDE file managers
(Konqueror, Dolphin, ...), now available also for KDE 4.
It needs mplayer (of course) to generate thumbnails, and it contains
no linking to any library, so in a x86_64 system you can freely use the
32bit mplayer binary with win32codecs by configuring the application
launching the mplayerthumbsconfig helper application.
It catches a random frame from 15% to 70%, checking also how contrasted
is the image, and dropping bad frames.

%files
%{_kde_bindir}/mplayerthumbsconfig
%{_kde_libdir}/kde4/videopreview.so
%{_kde_appsdir}/videothumbnail
%{_kde_datadir}/config.kcfg/mplayerthumbs.kcfg
%{_kde_services}/videopreview.desktop

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: ab7c8ca
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17728 |14mr|mscompress-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	MS compress/expand-compatible (de)compressor
Name:		mscompress
Version:	0.4
Release:	2
License:	GPL
Group:		Archiving/Compression
Url:        ftp://ftp.penguin.cz/pub/users/mhi/mscompress
Source0:	http://code.stapelberg.de/git/mscompress/snapshot/%{name}-%{version}.tar.bz2
BuildRequires:	autoconf

%description
Microsoft compress.exe/expand.exe-compatible file (de)compressor.

%prep
%setup -q

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc ChangeLog README TODO format.txt
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-2
+ Revision: 848f444
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17729 |14mr|msec-0.80.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		msec
Version:	0.80.10
Release:	6
Summary:	Security Level management for the Mandriva Linux distribution
License:	GPLv2+
Group:		System/Base
Url:		http://www.mandrivalinux.com/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		msec-0.80.10-dont-pass-noscripts-to-rpm_-Va.patch
Patch1:		msec-0.80.10-remove.svn.patch
Patch2:         msec-0.80.10-start-networkmanager.patch
Patch3:         msec-0.80.10-plugins.patch
Requires:	perl-base
Requires:	diffutils
Requires:	gawk
Requires:	coreutils
Requires:	iproute2
Requires:	setup >= 2.2.0-21mdk
Requires:	chkconfig >= 1.2.24-3mdk
Requires:	python-base >= 2.3.3-2mdk
Requires:	mailx
Requires:	python
# at least xargs is used
Requires:	findutils
# ensure sysctl.conf and inittab are present before installing msec
Requires(post):	initscripts

Requires(pre):		rpm-helper >= 0.4
Requires(postun):	rpm-helper >= 0.4

Suggests:	msec-gui
# using s2u for desktop notifications
# it should be pulled by xinit to reduce basesystem size
# Suggests:	s2u >= 0.9

Conflicts:	passwd < 0.67
BuildRequires:	python
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
The Mandriva Linux Security package is designed to provide security features to
the Mandriva Linux users. It allows to select from a set of preconfigured
security levels, and supports custom permission settings, user-specified
levels, and several security utilities.  This packages includes main msec
application and several programs that will be run periodically in order to test
the security of your system and alert you if needed.

%package gui
Summary:	Graphical msec interface
Group:		System/Configuration/Other
Requires:	pygtk2.0
Requires:	msec

%description gui
The Mandriva Linux Security package is designed to provide security
features to the Mandriva Linux users. It allows to select from a set
of preconfigured security levels, and also supports custom permission
settings, user-specified levels, and several security utilities.
This packages includes graphical interface to control and tune msec
permissions.


%prep
%setup -q
%apply_patches

%build
make CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"

%install
rm -rf %{buildroot}

make install

mkdir -p %{buildroot}/%{_sysconfdir}/{logrotate.d,profile.d}
touch %{buildroot}/var/log/security.log
touch %{buildroot}/etc/security/msec/security.conf
touch %{buildroot}/etc/security/msec/perms.conf
# init script
install -d %{buildroot}/%{_initrddir}
install -m755 %{_builddir}/%{name}-%{version}/msec.init %{buildroot}/%{_initrddir}/%{name}
mkdir -p %{buildroot}/etc/X11/xinit.d
touch %{buildroot}/etc/X11/xinit.d/msec

%find_lang %name

%pre
%_pre_groupadd xgrp
%_pre_groupadd ntools
%_pre_groupadd ctools

%preun
%_preun_service msec

%post
%_post_service msec

touch /var/log/security.log

if [ $1 != 1 ]; then
        # since 0.80.3, msec has its own upgrade script, which handles upgrades from previous versions
        /usr/share/msec/upgrade.sh
fi

# creating default configuration if not installed by installer
if [ "$DURING_INSTALL" != "1" ]; then
	if [ ! -s /etc/security/msec/security.conf ]; then
		# creating default level configuration
		cp -f /etc/security/msec/level.standard /etc/security/msec/security.conf
	fi

	if [ ! -s /etc/security/msec/perms.conf ]; then
		# creating default level configuration
		cp -f /etc/security/msec/perm.standard /etc/security/msec/perms.conf
	fi
fi

%postun

if [ $1 = 0 ]; then
	# cleanup crontabs on package removal
	rm -f /etc/cron.*/msec
fi

%_postun_groupdel xgrp
%_postun_groupdel ntools
%_postun_groupdel ctools

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING README*
%doc ChangeLog doc/*.txt
%_bindir/promisc_check
%_bindir/msec_find
%{_initrddir}/%{name}
%_sbindir/msec
%_sbindir/msecperms
%_datadir/msec/msec.py*
%_datadir/msec/config.py*
%_datadir/msec/libmsec.py*
%_datadir/msec/msecperms.py*
%_datadir/msec/tools.py*
%_datadir/msec/version.py*
%_datadir/msec/*.sh
%_datadir/msec/plugins/*
%_datadir/msec/scripts/*
%_mandir/*/*.*
%lang(cs) %_mandir/cs/man?/*
%lang(et) %_mandir/et/man?/*
%lang(eu) %_mandir/eu/man?/*
%lang(fi) %_mandir/fi/man?/*
%lang(fr) %_mandir/fr/man?/*
%lang(it) %_mandir/it/man?/*
%lang(nl) %_mandir/nl/man?/*
%lang(pl) %_mandir/pl/man?/*
%lang(ru) %_mandir/ru/man?/*
%lang(uk) %_mandir/uk/man?/*
%dir /var/log/security
%dir /etc/security/msec
%config /etc/security/msec/level.*
%config /etc/security/msec/perm.*
%config /etc/security/msec/server.*
%config(noreplace) /etc/security/msec/security.conf
%config(noreplace) /etc/security/msec/perms.conf
%config(noreplace) /etc/logrotate.d/msec
/etc/profile.d/*msec*

%config %attr(0755,root,root) /etc/X11/xinit.d/msec

%ghost /var/log/security.log
%ghost /var/log/msec.log

%files gui
%defattr(-,root,root)
%_sbindir/msecgui
%_datadir/msec/msecgui.py*
%_datadir/msec/help.py*
%_datadir/msec/msec.png






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.80.10-6
+ Revision: c96e21b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17730 |14mr|msgpack-0.5.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		msgpack
Version:	0.5.7
Release:	1%{?dist}
Summary:	Binary-based efficient object serialization library
Group:		System/Libraries

License:	ASL 2.0
URL:		http://msgpack.org
Source0:	http://msgpack.org/releases/cpp/%{name}-%{version}.tar.gz
Patch0:		msgpack-gtest-implicit-dso.patch

# for regenerating configure
BuildRequires:	libtool
# for %%check
BuildRequires:	gtest-devel
BuildRequires:	pkgconfig(zlib)

%description
MessagePack is a binary-based efficient object serialization
library. It enables to exchange structured objects between many
languages like JSON. But unlike JSON, it is very fast and small.


%package devel
Summary:	Libraries and header files for %{name}
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description devel
Libraries and header files for %{name}


%prep
%setup -q
%patch0 -p1 -b .gtest-implicit-dso


%build
autoreconf -f -i
%configure2_5x --disable-static
%make


%check
make check


%install
%makeinstall_std
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f '{}' ';'


%files
%doc AUTHORS COPYING ChangeLog LICENSE NOTICE README README.md
%{_libdir}/*.so.*

%files devel
%{_includedir}/*
%{_libdir}/*.so


%changelog
* Fri Jul 26 2013 Tigro <ashejn@gmail.com> 0.5.7-1
+ Revision: 8ee78d3
- cleanup spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17731 |14mr|mtdev-1.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Kernel multi-touch transformation library
Name:		mtdev
Version:	1.1.4
Release:	2
License:	MIT
Group:		System/Libraries
Url:		http://edge.launchpad.net/mtdev
Source0:	https://launchpad.net/mtdev/trunk/%{version}/+download/%{name}-%{version}.tar.gz

%description
The mtdev library transforms all variants of kernel MT (multi-touch) events to
the slotted type B protocol. The events put into mtdev may be from any MT
device, specifically type A without contact tracking, type A with contact
tracking, or type B with contact tracking. See the kernel documentation for
further details.

%files
%doc ChangeLog README COPYING
%{_bindir}/mtdev-test

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Kernel multi-touch transformation library
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libmtdev.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for mtdev
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides the development files for mtdev.

%files -n %{devname}
%{_includedir}/mtdev*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.4-2
+ Revision: 5217a0c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17732 |14mr|mtink-1.0.16-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Status monitor and configuration tool for Epson inkjet printers
Name:		mtink
Version:	1.0.16
Release:	8
License:	GPL
Group:		System/Printing
URL:		http://xwtools.automatix.de/files/
Source0:	http://xwtools.automatix.de/files/%{name}-%{version}.tar.gz
Source1:	mtinkd.service
Source2:	mtinkd.sysconfig
Source3:	printutils.png
Source4:	micon.gif
Source5:        epson.png
# mtink - Do not request koi8-ru, but koi8-r instead. Fixes mdv#25315
Patch0:		mtink-1.0.14-ru_font.patch
Patch1:		mtink-fhs_fixes.diff
Patch2:		mtink-path_to_printer.desc.diff
BuildRequires:	gimp-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	lesstif-devel
BuildRequires:	pkgconfig(xt)
BuildRequires:	imagemagick
Requires(post): rpm-helper
Requires(preun): rpm-helper
Conflicts:	printer-utils = 2007
Conflicts:	cups-drivers = 2007
BuildRequires: systemd
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd

%description
Mtink is a status monitor which allow to get the remaining ink quantity,
printing of test patterns, changing and cleaning cartridges.

%prep

%setup -q %{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p0

cp %{SOURCE2} mtinkd.sysconfig
cp %{SOURCE3} printutils.png

%build
%serverbuild

perl -p -i -e 's|(/usr/X11R6)/lib\b|\1/%{_lib}|g' Makefile.ORG
perl -p -i -e 's|(/usr)/lib\b|\1/%{_lib}|g' Makefile.ORG
perl -p -i -e 's|(/usr)/lib$|\1/%{_lib}|g' Configure
perl -p -i -e 's|(''/usr/)lib('')|$1%{_lib}$2|g' checkMotifVersion.sh
perl -pi -e "s|^DBG = .*|DBG = $CFLAGS|g" Makefile.ORG

./Configure --no-suid --prefix /usr
%make CC="gcc %ldflags"

# Fix some small bugs
#perl -p -i -e "s/START_LEVEL=S99mtink/START_LEVEL=S59mtink/" etc/installInitScript.sh
#perl -p -i -e "s/STOP_LEVEL=K02mtink/START_LEVEL=K61mtink/" etc/installInitScript.sh
#perl -p -i -e "s/for d in 2 3 4 5/XXXXXXXXXX/" etc/installInitScript.sh
#perl -p -i -e "s/for d in 0 1 6/for d in 2 3 4 5/" etc/installInitScript.sh
#perl -p -i -e "s/XXXXXXXXXX/for d in 0 1 6/" etc/installInitScript.sh
#perl -p -i -e "s!cp mtink /etc/init.d!!" etc/installInitScript.sh
perl -p -i -e "s!chmod 744 /etc/init.d/mtink!!" etc/installInitScript.sh

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_libdir}/gimp/2.0/plug-ins
install -d %{buildroot}%{_prefix}/lib/cups/backend
install -d %{buildroot}%{_localstatedir}/lib/mtink
install -d %{buildroot}%{_datadir}/mtink
install -d %{buildroot}/var/run/mtink

install -m0755 mtink %{buildroot}%{_bindir}/
install -m0755 ttink %{buildroot}%{_bindir}/
install -m0755 mtinkc %{buildroot}%{_bindir}/
install -m0755 mtinkd %{buildroot}%{_sbindir}/
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/mtinkd.service
install -m0644 mtinkd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/mtinkd

install -m0644 utils/printer.desc.bldin %{buildroot}%{_datadir}/mtink/printer.desc
install -m0644 utils/*.align %{buildroot}%{_datadir}/mtink/

install -m0755 etc/installInitScript.sh %{buildroot}%{_sbindir}/mtink-installInitScript
install -m0755 detect/askPrinter %{buildroot}%{_sbindir}/
install -m0755 etc/mtink-cups %{buildroot}%{_prefix}/lib/cups/backend/mtink
install -m0755 gimp-mtink %{buildroot}%{_libdir}/gimp/2.0/plug-ins/

# Documentation
cp -ax etc/readme README.mtinkd.startup

# Menu icon
# Menu entries for printer-utils package
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/
install -m 644 printutils.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/
install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/icons/
# mtink icon
mkdir -p %buildroot/%{_miconsdir}
mkdir -p %buildroot/%{_iconsdir}
mkdir -p %buildroot/%{_liconsdir}
convert %SOURCE4 -resize 16x16 %buildroot/%{_miconsdir}/%name.png
convert %SOURCE4 -resize 32x32 %buildroot/%{_iconsdir}/%name.png
convert %SOURCE4 -resize 48x48 %buildroot/%{_liconsdir}/%name.png

# Menu entries
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-mtink.desktop << EOF
[Desktop Entry]
Name=Epson Inkjet Printer Manager
Comment=Alignment, ink level, cartridge maintenance
Exec=%{_bindir}/mtink
Icon=epson
Terminal=false
Type=Application
Categories=System;Monitor;
EOF

%post
%systemd_post mtinkd.service
%_post_service mtinkd
if [ "$1" -eq "1" ]; then
    # On fresh installs, disable mtinkd on boot time
    chkconfig mtinkd off
fi
# Restart the mtinkd when it is running, but do not activate it by
# default. It blocks the ports for non-Epson devices.
if [ "$1" -eq "2" ]; then
    # On update
    service mtinkd condrestart > /dev/null 2>/dev/null || :
fi
%if %mdkversion < 200900
%update_menus
%endif

%preun
%systemd_preun mtinkd.service
#Stop mtinkd when uninstalling printer-filters
%_preun_service mtinkd

%postun
%systemd_postun_with_restart mtinkd.service
if [ "$1" -ge "1" ]; then
    # On update
    /sbin/service mtinkd condrestart >/dev/null 2>&1
fi
%if %mdkversion < 200900
%clean_menus
%endif

%triggerin -n mtink -- printer-utils-2007
mtinkpid="`pidof mtink`"
if ! [ -z "${mtinkpid}" ]; then
    kill `cat ${mtinkpid}`
    %{_initrddir}/mtinkd start
fi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README.mtinkd.startup CHANGE.LOG doc/*
%{_unitdir}/mtinkd.service
%attr(0644,root,sys) %config(noreplace) %{_sysconfdir}/sysconfig/mtinkd
%{_sbindir}/mtinkd
%{_sbindir}/askPrinter
%{_sbindir}/mtink-installInitScript
%attr(0755,root,sys) %{_bindir}/mtinkc
# These four must be SGID sys/SUID root to be able to access the printer
# devices
%attr(6755,root,sys) %{_bindir}/mtink
%attr(6755,root,sys) %{_bindir}/ttink
%attr(2755,lp,sys) %{_libdir}/gimp/2.0/plug-ins/gimp-mtink

%{_datadir}/applications/mandriva-mtink.desktop
%{_datadir}/icons/hicolor/16x16/apps/printutils.png
%{_miconsdir}/%name.png
%{_iconsdir}/%name.png
%{_liconsdir}/%name.png
%{_iconsdir}/epson.png
%attr(0750,lp,sys) %dir %{_localstatedir}/lib/mtink
%attr(0750,lp,sys) %dir /var/run/mtink
%attr(0755,root,root) %dir %{_datadir}/mtink
%attr(0644,root,root) %{_datadir}/mtink/*
%attr(0755,root,root) %{_prefix}/lib/cups/backend/mtink



%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17733 |14mr|mtools-4.0.17-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Programs for accessing MS-DOS disks without mounting the disks
Name: 		mtools
Version: 	4.0.17
Release: 	5
License: 	GPLv3+
Group: 		File tools
Url: 		http://mtools.linux.lu
Source: 	http://mtools.linux.lu/%{name}-%{version}.tar.bz2
Source1:	69-floppy-acl.rules
Patch0: 	mtools-4.0.10-linux.patch
Patch2: 	mtools-4.0.12-atari.patch
BuildRequires: 	pkgconfig(x11)
BuildRequires:	pkgconfig(xau)
BuildRequires:	texinfo

%description
Mtools is a collection of utilities for accessing MS-DOS files.
Mtools allow you to read, write and move around MS-DOS filesystem
files (normally on MS-DOS floppy disks).  Mtools supports Windows95
style long file names, OS/2 Xdf disks, and 2m disks.

Mtools should be installed if you need to use MS-DOS disks.

%prep
%setup -q
%patch0 -p1 
%patch2 -p0  

%build
%configure2_5x
%make

%install
mkdir -p %{buildroot}/%{_prefix} %{buildroot}%{_sysconfdir}
%makeinstall
install mtools.conf %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}/%{_sysconfdir}/udev/rules.d/
install -m644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/udev/rules.d/69-floppy-acl.rules

%files
%defattr(644,root,root,755)
%{_sysconfdir}/udev/rules.d/*.rules
%config(noreplace) %{_sysconfdir}/mtools.conf
%doc COPYING NEWS README Release.notes mtools.texi
%attr(755,root,root) %{_bindir}/f*
%attr(755,root,root) %{_bindir}/l*
%attr(755,root,root) %{_bindir}/m*
%attr(755,root,root) %{_bindir}/t*
%attr(755,root,root) %{_bindir}/u*
%attr(755,root,root) %{_bindir}/amuFormat.sh
%{_mandir}/*/*
%{_infodir}/%{name}.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0.17-5
+ Revision: e1e6a27
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17734 |14mr|mt-st-1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Programs to control tape device operations
Name:		mt-st
Version:	1.1
Release:	9
License:	GPLv2+
Group:		Archiving/Backup
URL:		ftp://metalab.unc.edu/pub/Linux/system/backup/
Source0:	ftp://metalab.unc.edu/pub/Linux/system/backup/mt-st-%{version}.tar.gz
Source1:	stinit.service
Patch0:		mt-st-1.1-redhat.patch
Patch1:		mt-st-1.1-SDLT.patch
Patch2:		mt-st-0.7-config-files.patch
Patch3:		mt-st-0.9b-manfix.patch
Patch4:		mt-st-1.1-mtio.patch
BuildRequires: systemd
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd

%description
The mt-st package contains the mt and st tape drive management
programs. Mt (for magnetic tape drives) and st (for SCSI tape devices)
can control rewinding, ejecting, skipping files and blocks and more.

This package can help you manage tape drives.

%prep

%setup -q
%patch0 -p1 -b .redhat
%patch1 -p1 -b .sdlt
%patch2 -p1 -b .configfiles
%patch3 -p1 -b .manfix
%patch4 -p1 -b .mtio

# fix encoding
f=README.stinit
iconv -f ISO8859-1 -t UTF-8 -o $f.new $f
touch -r $f $f.new
mv $f.new $f

%build

%make CFLAGS="%{optflags}"

%install

%makeinstall mandir=%{_mandir}
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/stinit.service

%clean

%post
%systemd_post stinit.service

%preun
%systemd_preun stinit.service

%postun
%systemd_postun_with_restart stinit.service

%files
%doc COPYING README README.stinit mt-st-%{version}.lsm stinit.def.examples
/bin/mt
/sbin/stinit
%{_unitdir}/stinit.service
%{_mandir}/man1/mt.1*
%{_mandir}/man8/stinit.8*

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1-9
+ Revision: d14801c
- Cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17735 |14mr|multiarch-utils-1.0.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools to help creation of multiarch binaries and includes
Name:		multiarch-utils
Version:	1.0.12
Release:	3
Source0:	%{name}-%{version}.tar.xz
License:	GPL
Group:		Development/Other
Url:		http://www.mandrivalinux.com/
BuildArch:	noarch

%description
multiarch-utils is a collection of helper utilities to dispatch
binaries and include files during RPM package build.

%prep
%setup -q

%install
%makeinstall_std

%files
%doc NEWS ChangeLog
%{_bindir}/multiarch-platform
%{_bindir}/multiarch-dispatch
%{_includedir}/multiarch-dispatch.h
%{_sysconfdir}/rpm/macros.d/multiarch.macros
%{_prefix}/lib/rpm/mkmultiarch
%{_prefix}/lib/rpm/check-multiarch-files



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.12-3
+ Revision: d6fe65c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17736 |14mr|multipath-tools-0.4.8-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:         multipath-tools
URL:          http://christophe.varoqui.free.fr/multipath-tools/
License:      GPL
Group:        System/Kernel and hardware
Version:      0.4.8
Release:      23
Summary:      Tools to manage multipathed devices with the device-mapper
Source:       http://christophe.varoqui.free.fr/multipath-tools/%name-%version.tar.bz2
Source1:      multipathd.init.bz2
Patch0:	      multipath-tools-fix-build.patch
Patch20:      multipath-tools-0.4.8-fix_make_install.patch
# (bor) send udev event for block devices only (upstream)
Patch21:      multipath-tools-0.4.8-send-udev-event-for-block-only.patch

# Fedora patches
Patch1:       uevent_fix.patch
# Fix scsi_id usage, actually not the Fedora patch
Patch8:       scsi_id_change.patch
Patch10:      fix_devt.patch
Patch12:      binding_error.patch
# Fix kpartx extended partition handling
Patch13:      fix_kpartx.patch
# Fix insecure permissions on multipathd.sock (CVE-2009-0115)
Patch14:      fix_umask.patch
# fix kpartx udev rule for dmraid
Patch15:      fix-kpartx-udev-rules-for-dmraid.patch
# kpartx: use current name of the device node
Patch16:      multipath-tools-Use-current-name-of-the-device-node.patch
# kpartx: deal with more than 256 minor numbers
Patch17:      kpartx-make-kpartx-deal-with-more-than-256-minor-numbers.patch

BuildRoot:    %{_tmppath}/%{name}-%{version}-build
Requires:     dmsetup
Requires:     kpartx = %{version}
Conflicts:    kpartx < 0.4.8-16
BuildRequires:	libdevmapper-devel
BuildRequires:  sysfsutils-devel
BuildRequires:  readline-devel
BuildRequires:  ncurses-devel
BuildRequires:  libaio-devel
Requires(preun):rpm-helper
Requires(post):	rpm-helper


%description
This package provides the tools to manage multipathed devices by
instructing the device-mapper multipath module what to do. The tools
are:

- multipath: scan the system for multipathed devices, assembles them
  and update the device-mapper's maps

- multipathd: wait for maps events, then execs multipath

- devmap-name: provides a meaningful device name to udev for devmaps

- kpartx: maps linear devmaps upon device partitions, which makes
  multipath maps partionable

%package -n kpartx
Summary: Partition device manager for device-mapper devices
Group: System/Kernel and hardware
Conflicts: multipath-tools < 0.4.8-16

%description -n kpartx
kpartx manages partition creation and removal for device-mapper devices.

%prep
%setup -q
%patch0 -p0

%patch1 -p1 -b .uevent_fix
%patch8 -p1 -b .scsi_id_change
%patch10 -p1 -b .fix_devt
%patch12 -p1 -b .binding_error
%patch13 -p1 -b .ext_part
%patch14 -p1 -b .umask
%patch15 -p1 -b .kpartx_udev
%patch16 -p1 -b .node_name
%patch17 -p1 -b .minor_numbers
%patch20 -p1 -b .install
%patch21 -p1 -b .udev_subsys_block

%build
# parallel build support is broken:
make BUILD="glibc"

%install
rm -fR $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
rm -rf $RPM_BUILD_ROOT/etc/hotplug.d
mkdir -p $RPM_BUILD_ROOT/etc/init.d
bzip2 -dc %{SOURCE1} > $RPM_BUILD_ROOT/etc/init.d/multipathd
chmod 755 $RPM_BUILD_ROOT/etc/init.d/multipathd

%clean
rm -rf $RPM_BUILD_ROOT

%preun
%_preun_service multipathd

%post
%_post_service multipathd


%files
%defattr(-,root,root,755)
%doc AUTHOR COPYING README* ChangeLog FAQ multipath.conf.*
%config(noreplace) /etc/init.d/multipathd
%config(noreplace) /etc/udev/rules.d/multipath.rules
/sbin/devmap_name
/sbin/mpath_prio_*
/sbin/multipath
/sbin/multipathd
%_mandir/man?/devmap_name*
%_mandir/man?/mpath_prio_*
%_mandir/man?/multipath*

%files -n kpartx
%defattr(-,root,root,-)
/sbin/kpartx
/etc/udev/rules.d/kpartx.rules
/lib/udev/kpartx_id
%{_mandir}/man8/kpartx.8*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.8-23
+ Revision: c2309de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17737 |14mr|munge-0.5.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           munge
%define libname %mklibname %name
%define develname %mklibname -d %name
Version:        0.5.10
Release:       	3
Summary:        Enables uid & gid authentication across a host cluster

Group:          System/Servers
License:        GPLv2+
URL:            http://munge.googlecode.com/
Source0:        http://munge.googlecode.com/files/munge-%{version}.tar.bz2
Source1:        create-munge-key
Source2:        munge.logrotate
# Check the key exists in the init.d script rather than failing 
Patch1:         check-key-exists.patch
# Run as munge rather than deamon.
Patch2:         runas-munge-user.patch
Patch3: 	munge_configure.ac_disable-AM_PATH_LIBGCRYPT.patch

BuildRequires:  zlib-devel bzip2-devel openssl-devel
Requires:       %{libname} = %{version}-%{release}

Requires(post):   chkconfig
Requires(pre):    shadow-utils
Requires(preun):  chkconfig, initscripts
Requires(postun): initscripts


%description
MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating 
and validating credentials. It is designed to be highly scalable for use 
in an HPC cluster environment. 
It allows a process to authenticate the UID and GID of another local or 
remote process within a group of hosts having common users and groups. 
These hosts form a security realm that is defined by a shared cryptographic 
key. Clients within this security realm can create and validate credentials 
without the use of root privileges, reserved ports, or platform-specific 
methods.

%package -n %{develname}
Summary:        Development files for uid * gid authentication acrosss a host cluster
Group:          Development/Other
Requires:       %{libname} = %{version}-%{release}
Provides:       munge-devel = %{version}-%{release}
Provides:       %{libname}-devel = %{version}-%{release}


%description -n %{develname}
Header files for developing using MUNGE.

%package -n     %{libname}
Summary:        Runtime libs for uid * gid authentication acrosss a host cluster
Group:          System/Libraries

%description -n %{libname}
This package contains the shared libraries (*.so*) which certain languages and
applications need to dynamically load and use Munge.


%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p0


%build
./bootstrap
%configure  --disable-static
# Get rid of some rpaths for /usr/sbin
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make


%install
%makeinstall_std

# mv init.d script form /etc/init.d to %{_initddir}
mkdir -p $RPM_BUILD_ROOT/%{_initddir}
mv  $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/munge $RPM_BUILD_ROOT/%{_initddir}/munge
#  
chmod 644 $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/munge
# Exclude .la files 
rm $RPM_BUILD_ROOT/%{_libdir}/libmunge.la

install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT/%{_sbindir}/create-munge-key
install -p -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d/munge

# Fix a few permissions
chmod 700 $RPM_BUILD_ROOT%{_var}/lib/munge $RPM_BUILD_ROOT%{_var}/log/munge
chmod 700 $RPM_BUILD_ROOT%{_sysconfdir}/munge

# Create and empty key file and pid file to be marked as a ghost file below.
# i.e it is not actually included in the rpm, only the record 
# of it is.
touch $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/%{name}.key
chmod 400 $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/%{name}.key
touch $RPM_BUILD_ROOT%{_var}/run/%{name}/%{name}d.pid

%postun 
if [ "$1" -ge "1" ] ; then
    /sbin/service munge condrestart >/dev/null 2>&1 || :
fi


%preun
if [ $1 = 0 ]; then
    /sbin/service munge stop > /dev/null 2>&1 || :
    /sbin/chkconfig --del munge || :
fi

%pre
getent group munge >/dev/null || groupadd -r munge
getent passwd munge >/dev/null || \
useradd -r -g munge -d %{_var}/run/munge -s /sbin/nologin \
  -c "Runs Uid 'N' Gid Emporium" munge
exit 0


%post
/sbin/chkconfig --add munge || :

%post -n %libname -p /sbin/ldconfig
%postun -n %libname -p /sbin/ldconfig

%files
%{_initddir}/munge
%{_bindir}/munge
%{_bindir}/remunge
%{_bindir}/unmunge
%{_sbindir}/munged
%{_sbindir}/create-munge-key
%{_mandir}/man1/munge.1.*
%{_mandir}/man1/remunge.1.*
%{_mandir}/man1/unmunge.1.*
%{_mandir}/man7/munge.7.*
%{_mandir}/man8/munged.8.*
%attr(-,munge,munge) %ghost %dir  %{_var}/run/munge
%attr(0700,munge,munge) %dir  %{_var}/log/munge
%attr(0700,munge,munge) %dir %{_sysconfdir}/munge
%attr(0400,munge,munge) %ghost %{_sysconfdir}/%{name}/%{name}.key
%attr(-,munge,munge)    %ghost %{_var}/run/%{name}/%{name}d.pid
%attr(0700,munge,munge) %dir  %{_var}/lib/munge
%config(noreplace) %{_sysconfdir}/sysconfig/munge
%config(noreplace) %{_sysconfdir}/logrotate.d/munge
%doc AUTHORS BUGS ChangeLog    
%doc JARGON META NEWS QUICKSTART README 
%doc doc

%files -n %{libname}
%{_libdir}/libmunge.so.2
%{_libdir}/libmunge.so.2.0.0
%doc COPYING

%files -n %{develname}
%{_includedir}/munge.h
%{_libdir}/libmunge.so
%{_mandir}/man3/munge.3.*
%{_mandir}/man3/munge_ctx.3.*
%{_mandir}/man3/munge_ctx_copy.3.*
%{_mandir}/man3/munge_ctx_create.3.*
%{_mandir}/man3/munge_ctx_destroy.3.*
%{_mandir}/man3/munge_ctx_get.3.*
%{_mandir}/man3/munge_ctx_set.3.*
%{_mandir}/man3/munge_ctx_strerror.3.*
%{_mandir}/man3/munge_decode.3.*
%{_mandir}/man3/munge_encode.3.*
%{_mandir}/man3/munge_enum.3.*
%{_mandir}/man3/munge_enum_int_to_str.3.*
%{_mandir}/man3/munge_enum_is_valid.3.*
%{_mandir}/man3/munge_enum_str_to_int.3.*
%{_mandir}/man3/munge_strerror.3.*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.10-3
+ Revision: ccd20fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17738 |14mr|muparser-1.34-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define filever %(echo %version|sed -e 's|\\.||')
%define major 0
%define libname %mklibname %name %major
%define develname %mklibname -d %name

Summary:	A fast math parser library
Name:		muparser
Version:	1.34
Release:	3
License:	MIT
Group: 		System/Libraries
Source0:	http://nchc.dl.sourceforge.net/sourceforge/%{name}/%{name}_v%{filever}.tar.gz
Patch1:		muParser-1.30-gcc43.patch
URL:		http://muparser.sourceforge.net/

%description
muParser is an extensible high performance math parser library. It is
based on transforming an expression into a bytecode and precalculating
constant parts of it.

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains library files of muParser.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %version-%release
Provides:	%{name}-devel = %version-%release

%description -n %{develname}
This package contains development files need to develop applications
based on muParser.

%prep
%setup -q -n %{name}_v%{filever}
%patch1 -p0

%build
%configure2_5x --enable-shared --enable-static
make

%install
rm -fr %buildroot
%makeinstall_std

%files -n %{libname}
%doc Changes.txt
%_libdir/*.so.%{major}*

%files -n %{develname}
%doc docs/html
%_libdir/*.so
%_libdir/pkgconfig/*.pc
%_includedir/*.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.34-3
+ Revision: 1feab95
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17739 |14mr|murrine-0.98.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	murrine
%define version	0.98.2
%define release 2
%define libname %{_lib}%{name}

Name: 	 	%{name}
Summary: 	Murrine GTK2 cairo theme
Version: 	%{version}
Release: 	%{release}

Source:		ftp://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.xz
URL:		http://www.cimitan.com/murrine/
License:	GPLv2
Group:		Graphical desktop/GNOME
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	gtk2-devel
BuildRequires:	intltool
Requires:	%{libname}

%description
The Murrine engine is a cairo-based GTK2 theming tool.  It's very fast compared
to clearlooks-cairo.  Murrine includes animations and a unique style.

%package -n %{libname}
Summary:	Murrine GTK2 cairo theme
Group:		System/Libraries
Conflicts:	murrine < 0.53.1-2
Requires:	%name >= %version

%description -n %{libname}
The Murrine engine is a cairo-based GTK2 theming tool.  It's very fast compared
to clearlooks-cairo.  Murrine includes animations and a unique style.
This package contains the Murrine GTK+ engine itself.

%prep
%setup -q

%build
%configure2_5x --enable-animation
%make
										
%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog
%_datadir/gtk-engines/murrine.xml

%files -n %{libname}
%{_libdir}/gtk-2.0/*/engines/libmurrine.so




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.98.2-2
+ Revision: 9288813
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17740 |14mr|mutagen-1.20-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Audio tag tools
Name:		mutagen
Version:	1.20
Release:	8
License:	GPLv2+
Group:		Sound
Url:		http://code.google.com/p/mutagen/
Source0:	http://mutagen.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
Mutagen is an audio metadata tag reader and writer implemented in pure Python.
It supports reading ID3v1.1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, and FLAC, and
writing ID3v1.1, ID3v2.4, APEv2, and FLAC.

The goals are (in rough order of importance):
    * Read as many files as possible
    * Compatibility with as many other tag readers and editors as possible
    * Compliance with the relevant specifications
    * Written in Pythonic Python, with a Pythonic API
    * Unit and regression test suite
    * Provide access to all features of the supported formats
    * Easily extensible 

%files
%doc NEWS README TODO
%{python_sitelib}/%{name}
%{python_sitelib}/%{name}-%{version}-*egg-info
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install -O2 --skip-build --root %{buildroot}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20-8
+ Revision: 8537dcd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17741 |14mr|mutt-1.5.23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _default_patch_fuzz 2

# compile against kerberos
%bcond_with krb5

# enable sasl2
# note that sasl2 includes kerberos support via sasl
%bcond_without sasl2

Summary:	Text mode mail user agent
Name:		mutt
Version:	1.5.23
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Networking/Mail
Url:		http://www.mutt.org/
Source0:	ftp://ftp.mutt.org/pub/mutt/%{name}-%{version}.tar.gz
# To make use of bzip2/gzip files
Source10:	%{name}-Muttrc_compressed_folders.foot.bz2

# NOTE: For any patch that modifies Muttrc, please modify Muttrc.head.in
# instead, because Muttrc is automatically generated, so any change will
# be lost
#
# Patch 0-99: Mandriva patches
Patch0:		mutt-1.5.23-dotlock.patch
# Set tmpdir to ~/tmp in sample config
Patch1:		%{name}-1.3.15-tmpdef.patch
# Tell user to install urlview instead of just barf at user
Patch2:		%{name}-1.5.18-urlview.patch
# Don't include /usr/include/ncurses if not building against normal ncurses
Patch4:		%{name}-1.5.5.1-ncurses-include.patch
# fixes the viewing of MIME attached files when the mailcap
# entry already uses quotes (eg: "%s")
Patch5:		mutt-1.5.11-mailcap.patch
# defines gpg paths, aspell, and fallback charsets
Patch6:		mutt-1.5.20-gpg.patch
# stack is not defined under openssl 1.0.0 (http://dev.mutt.org/hg/mutt/rev/1cf34ea1f128)
#Patch7:	mutt-1.5.20-stack.patch

# Patch 100- : external patches
# Compressed folder support, http://www.spinnaker.de/mutt/compressed/
# http://www.mutt.org.ua/download/mutt-%{version}/patch-%{version}.rr.compressed.gz
Patch100:	patch-1.5.23.rr.compressed
# NNTP support
# http://www.mutt.org.ua/download/mutt-%{version}/patch-%{version}.vvv.nntp.gz
Patch101:	patch-1.5.23.vvv.nntp
# Merged upstream
#Patch107:	mutt-1.5.19-nulcert.diff
# Now maintained at http://www.lunar-linux.org/index.php?option=com_content&task=view&id=44
# Patch adapted from: http://lunar-linux.org/~tchan/mutt/patch-1.5.23.sidebar.20140412.txt
Patch108:	mutt-1.5.23-sidebar.patch

BuildRequires:	linuxdoc-tools
#BuildRequires:	sendmail-command
BuildRequires:	bzip2-devel
# required by the header cache patch
BuildRequires:	db-devel >= 5.2
%if %{with krb5}
BuildRequires:	krb5-devel
%endif
%if %{with sasl2}
BuildRequires:	libsasl-devel >= 2.1
%endif
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)

# without it we have problems with attachments (e.g. .pdfs)
Suggests:	mailcap
Suggests:	mutt-utf8

%description
Mutt is a text mode mail user agent. Mutt supports color, threading,
arbitrary key remapping, and a lot of customization.

You should install mutt if you've used mutt in the past and you prefer
it, or if you're new to mail programs and you haven't decided which
one you're going to use.

%files -f %{name}.lang
%doc BEWARE COPYRIGHT NEWS OPS* PATCHES*
%doc README* TODO UPDATING VERSION
%doc mime.types.dist Muttrc.dist
%config(noreplace) %{_sysconfdir}/Muttrc
%{_mandir}/man?/*
%{_bindir}/flea
%{_bindir}/mutt-normal
%{_bindir}/muttbug
%{_bindir}/pgpewrap
%{_bindir}/pgpring
%{_bindir}/smime_keys
%attr(2755, root, mail) %{_bindir}/mutt_dotlock

%post
update-alternatives --install %{_bindir}/mutt mutt %{_bindir}/mutt-normal 10

%preun
if [ $1 -eq 0 ]; then
  update-alternatives --remove mutt %{_bindir}/mutt-normal
fi

#----------------------------------------------------------------------------

%package utf8
Summary:	Text mode mail user agent supporting wide character
Group:		Networking/Mail
Requires:	%{name} = %{EVRD}

%description utf8
Mutt is a text mode mail user agent. Mutt supports color, threading,
arbitrary key remapping, and a lot of customization.

You should install mutt if you've used mutt in the past and you prefer
it, or if you're new to mail programs and you haven't decided which
one you're going to use.

NOTE: This version of mutt is linked against ncurses with wide char
      support, and is useful for, say, people using UTF-8 locales.

%files utf8
%{_bindir}/mutt-utf8

%post utf8
update-alternatives --install %{_bindir}/mutt mutt %{_bindir}/mutt-utf8 20

%preun utf8
if [ $1 -eq 0 ]; then
  update-alternatives --remove mutt %{_bindir}/mutt-utf8
fi

#----------------------------------------------------------------------------

%package doc
Summary:	Manual for Mutt, a text mode mail user agent
Group:		Networking/Mail

%description doc
This is the complete manual for Mutt, in text and HTML formats.

Mutt is a text mode mail user agent. Mutt supports color, threading,
arbitrary key remapping, and a lot of customization.

You should install mutt if you've used mutt in the past and you prefer
it, or if you're new to mail programs and you haven't decided which
one you're going to use.

%files doc
%doc doc/manual.txt
%doc doc/advancedusage.html doc/gettingstarted.html doc/tuning.html
%doc doc/intro.html doc/mimesupport.html doc/reference.html
%doc doc/configuration.html doc/index.html doc/miscellany.html

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .dotlock
%patch1 -p1 -b .tmpdef
%patch2 -p1 -b .urlview
%patch5 -p1 -b .mailcap
%patch6 -p0 -b .gpg
%patch100 -p1 -b .cfp
%patch101 -p1 -b .nntp
%patch108 -p1 -b .sidebar

sed -i 's/AM_C_PROTOTYPES//g' configure.ac
autoreconf -fi

# Append changes to Muttrc to make use of bzip2/gzip mbox
bzip2 -cd %{SOURCE10} >> Muttrc.head.in

# Fix some bad references in the man pages
# Reference to imapd is not fixed, since uw-imap/courier/cyrus all have
# different paths
perl -pi -e 's|/usr/local/bin|%{_bindir}|g; s|/usr/local/doc/mutt|%{_docdir}/%{name}|g;' doc/*.man init.h

%build
build()
{
	CONFIGURE_TOP=.. %configure2_5x \
	--with-docdir=%{_docdir}/%{name} \
	--enable-smtp \
	--enable-pop \
	--enable-imap \
	--enable-nfs-fix \
	--with-ssl \
	--enable-compressed \
	--enable-hcache \
	--without-gdbm \
	--with-bdb \
	--enable-pgp \
	--enable-smime \
	--with-gpgme-prefix=%{_prefix} \
%if %{with krb5}
	--with-gss \
%else
	--without-gss \
%endif
%if %{with sasl2}
	--with-sasl \
%else
	--without-sasl \
%endif
	$@ \
	--enable-nntp

	# no parallel make
	make
}

# build normal version
### ugly. ugly.
perl -pi -e 's/ncurses ncursesw/ncurses # ncursesw/' configure
mkdir mutt-normal
pushd mutt-normal
build
popd

# build another version enabling wide char support
### ugly. ugly.
perl -pi -e 's/ncurses # ncursesw/ncurses ncursesw/' configure
mkdir mutt-utf-8
pushd mutt-utf-8
build

# "make install" installs $builddir/Muttrc into $buildroot
make update-doc
#mv -f Muttrc ../Muttrc

popd

%install
pushd mutt-utf-8
%makeinstall_std
mv %{buildroot}%{_bindir}/mutt %{buildroot}%{_bindir}/mutt-utf8
popd

pushd mutt-normal
install -m 755 mutt %{buildroot}%{_bindir}/mutt-normal
popd

# get rid of unpackaged files
rm -f %{buildroot}%{_sysconfdir}/mime.types
mv -f %{buildroot}%{_sysconfdir}/mime.types.dist .
mv -f %{buildroot}%{_sysconfdir}/Muttrc.dist .

%find_lang %{name}


%changelog
* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.5.23-1
+ Revision: b6a064b
- New version 1.5.23, update patchset



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17742 |14mr|mutter-3.12.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gir_major 3.0
%define major 0
%define libname %mklibname %{name} %{major}
%define girname %mklibname %{name}-gir %{gir_major}
%define develname %mklibname -d %{name}

Summary:	Mutter window manager
Name:		mutter
Version:	3.12.2
Release:	3
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://ftp.gnome.org/pub/gnome/sources/mutter/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/mutter/3.12/%{name}-%{version}.tar.xz
Patch0:		mutter-3.8.3-fullscreen-flash-player.patch
Patch1:		overlay-key-pressed-v4.patch

BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool
BuildRequires:	zenity
BuildRequires:	gnome-common gtk-doc
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas) >= 3.11.3
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(upower-glib)
BuildRequires:	pkgconfig(gnome-desktop-3.0)

Requires: GConf2
Requires: zenity
Requires: typelib(Meta)

%description
Mutter is a simple window manager that integrates nicely with 
GNOME 2.

%package -n %{libname}
Summary:	Libraries for Mutter
Group:		System/Libraries
Obsoletes:	%{_lib}mutter-private0 < %{version}

%description -n %{libname}
This package contains libraries used by Mutter.

%package -n %{girname}
Summary: GObject Introspection interface description for %{name}
Group: System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Summary:	Libraries and include files with Mutter
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Requires:	%{girname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d %{name}-private 0
Obsoletes:	%{_lib}mutter-private-devel < %{version}

%description -n %{develname}
This package provides the necessary development libraries and include 
files to allow you to develop with Mutter.

%prep
%setup -q
%apply_patches

%build
if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;

%configure2_5x \
	--disable-static \
	--disable-scrollkeeper \
	--enable-compile-warnings=no

%make

%install
%makeinstall_std
%find_lang %{name} 

%files -f %{name}.lang
%doc README COPYING NEWS HACKING 
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/GConf/gsettings/mutter-schemas.convert
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
%{_datadir}/gnome-control-center/keybindings/*.xml
%{_datadir}/gnome/wm-properties/%{name}-wm.desktop
%{_datadir}/gtk-doc/
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
%{_libdir}/%{name}/plugins/default.so
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{girname}
%{_libdir}/%{name}/Meta-%{gir_major}.typelib

%files -n %{develname}
%doc ChangeLog
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/%{name}/Meta-%{gir_major}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-3
+ Revision: 62fcbc3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17743 |14mr|mx-1.4.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api			1.0
%define major		2
%define gtk_major	0
%define gir_major	1.0

%define libname		%mklibname %{name} %{major}
%define libgtk		%mklibname %{name}-gtk %{gtk_major}
%define develname	%mklibname %{name} -d
%define develgtk	%mklibname %{name}-gtk -d
%define girname		%mklibname %{name}-gir %{gir_major}
%define girgtk		%mklibname %{name}-gtk-gir %{gir_major}

Name: mx
Summary: User interface toolkit for the MeeGo
Version: 1.4.7
Release: 4
Group: System/Libraries
License: LGPLv2.1
URL: http://www.clutter-project.org/
Source0: https://github.com/downloads/clutter-project/mx/%{name}-%{version}.tar.xz
Patch0: mx-nogl.patch
BuildRequires: intltool
BuildRequires: gettext
BuildRequires: pkgconfig(clutter-gesture)
BuildRequires: pkgconfig(clutter-imcontext-0.1)
BuildRequires: pkgconfig(clutter-x11-1.0)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libstartup-notification-1.0)

%description
'MX' is a currently experiemental toolkit for the meego-netbook
implementation.

%package -n %{libname}
Group: System/Libraries
Summary: Shared library for %{name}
Conflicts: %{name} < %{version}-%{release}

%description -n %{libname}
This package contains the shared library for %{name}.

%package -n %{libgtk}
Group: System/Libraries
Summary: Shared library for %{name}-gtk
Conflicts: %{name} < %{version}-%{release}

%description -n %{libgtk}
This package contains the shared library for %{name}-gtk.

%package -n %{girname}
Summary: GObject Introspection interface description for %{name}
Group: System/Libraries
Requires: %{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{girgtk}
Summary: GObject Introspection interface description for %{name}-gtk
Group: System/Libraries
Requires: %{libgtk} = %{version}-%{release}

%description -n %{girgtk}
GObject Introspection interface description for %{name}-gtk.

%package -n %{develname}
Summary: MX development libraries and headers
Group: Development/C
Requires: %{libname} = %{version}-%{release}
%rename %{name}-doc
Obsoletes: %{name}-devel

%description -n %{develname}
MX development libraries and header files

%package -n %{develgtk}
Summary: MX - Gtk development libraries and headers
Group: Development/C
Requires: %{libgtk} = %{version}-%{release}

%description -n %{develgtk}
MX - Gtk development libraries and header files

%prep
%setup -q
%apply_patches

%build
export CFLAGS="$CFLAGS -I /usr/include/glib-2.0 -I %{_libdir}/glib-2.0/include/ -I /usr/include/clutter-1.0 -I /usr/include/cairo -I /usr/include/cogl -I /usr/include/pango-1.0 -I /usr/include/atk-1.0 -I /usr/include/json-glib-1.0 -I /usr/include/startup-notification-1.0 -I /usr/include/dbus-1.0 -I %{_libdir}/dbus-1.0/include -I /usr/include/clutter-gesture/ -I /usr/include/clutter-imcontext-0.1 -I /usr/include/gdk-pixbuf-2.0 -I /usr/include/gtk-2.0"


%configure2_5x \
	--disable-static \
	--enable-introspection

%make LIBS='-lm'

%install
rm -rf %{buildroot}
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'
%find_lang mx-1.0

%files -f mx-1.0.lang
%doc COPYING.LIB
%{_bindir}/*
%{_datadir}/mx

%files -n %{libname}
%{_libdir}/libmx-%{api}.so.%{major}*

%files -n %{libgtk}
%{_libdir}/libmx-gtk-%{api}.so.%{gtk_major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Mx-%{api}.typelib

%files -n %{girgtk}
%{_libdir}/girepository-1.0/MxGtk-%{gir_major}.typelib

%files -n %{develname}
%{_includedir}/mx-1.0/mx/*
%{_libdir}/libmx-%{api}.so
%{_libdir}/pkgconfig/mx-%{api}.pc
%{_datadir}/gtk-doc/html/mx
%{_datadir}/gir-1.0/Mx-%{gir_major}.gir

%files -n %{develgtk}
%{_includedir}/mx-1.0/mx-gtk*
%{_libdir}/libmx-gtk-%{api}*.so
%{_libdir}/pkgconfig/mx-gtk-%{api}.pc
%{_datadir}/gtk-doc/html/mx-gtk
%{_datadir}/gir-1.0/MxGtk-%{gir_major}.gir




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.7-4
+ Revision: 39a7b7e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17744 |14mr|mx4j-3.0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#


# Don't enable tests! Missing burlap, hessian, caucho-services packages
%define with_tests 0

%define jmx_version 1.2.1

%define section free

%define bootstrap 0

Summary:	Open source implementation of JMX Java API
Name:		mx4j
Version:	3.0.2
Release:	7
License:	Apache License
Group:		Development/Java
Url:		http://mx4j.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/mx4j/MX4J%20Source/3.0.2/mx4j-3.0.2-src.tar.gz
Source1:	%{name}-build.policy
Source2:	CatalogManager.properties
Source3:	http://mirrors.ibiblio.org/pub/mirrors/maven2/mx4j/mx4j/3.0.2/mx4j-3.0.2.pom
Source4:	http://mirrors.ibiblio.org/pub/mirrors/maven2/mx4j/mx4j-remote/3.0.2/mx4j-remote-3.0.2.pom
Patch0:		mx4j-javaxssl.patch
Patch2:		mx4j-build.patch
Patch3:		mx4j-docbook.patch
Patch5:		mx4j-caucho-build.patch
Patch7:		mx4j-split-tools.patch
BuildArch:      noarch
BuildRequires:	jpackage-utils > 0:1.6
BuildRequires:	ant >= 0:1.6
BuildRequires:	java-rpmbuild > 0:1.5
BuildRequires:	ant-trax
%if ! %{bootstrap}
BuildRequires:	ant-apache-resolver
BuildRequires:	jaf
BuildRequires:	javamail >= 0:1.2
BuildRequires:	wsdl4j
BuildRequires:	jakarta-commons-discovery
%endif
BuildRequires:	bcel >= 0:5.0
BuildRequires:	log4j >= 0:1.2.7
BuildRequires:	jakarta-commons-logging >= 0:1.0.1
# BuildRequires:	jetty5
BuildRequires:	jsse >= 0:1.0.2
BuildRequires:	jce >= 0:1.2.2
BuildRequires:	coreutils
BuildRequires:	docbook-style-xsl >= 0:1.61
BuildRequires:	xml-commons-resolver
BuildRequires:	xml-commons-jaxp-1.3-apis
BuildRequires:	xerces-j2
BuildRequires:	libxml2-utils
%if %{with_tests}
BuildRequires:	ant-junit
BuildRequires:	junit >= 0:3.7.1
BuildRequires:	xmlunit
%endif
%if ! %{bootstrap}
Requires:	jaf
Requires:	javamail >= 0:1.2
%endif
Requires:	log4j >= 0:1.2.7
Requires:	jakarta-commons-logging >= 0:1.0.1
Requires:	bcel >= 0:5.0
Requires:	jsse >= 0:1.0.2
Requires:	jce >= 0:1.2.2
Requires:	xml-commons-resolver
Requires:	xml-commons-jaxp-1.3-apis
Requires(post,postun):	jpackage-utils
Requires:	jpackage-utils
Requires(pre):	coreutils
Requires(post,postun):	%{_sbindir}/update-alternatives
Provides:	jmxri = %{version}-%{release}

%description
OpenJMX is an open source implementation of the
Java(TM) Management Extensions (JMX).

%if ! %{bootstrap}
%package tools-extra
Group:		Development/Java
Summary:	Additional protocols and scripting for %{name}
BuildRequires:	jython >= 0:2.1
BuildRequires:	axis >= 0:1.1
# BuildRequires:	burlap >= 0:3.0.8
# BuildRequires:	caucho-services
# BuildRequires:	hessian >= 0:3.0.8
Requires:	jython >= 0:2.1
Requires:	axis >= 0:1.1
# Requires:	burlap >= 0:3.0.8
# Requires:	caucho-services
# Requires:	hessian >= 0:3.0.8

%description tools-extra
%{summary}.
%endif

%if ! %{bootstrap}
%package manual
Group:		Development/Java
Summary:	Documentation for %{name}

%description    manual
%{summary}.
%endif

%prep
%setup -q

%patch0 -p1 -b .sav0
%patch2 -p0 -b .sav2
%patch3 -p1 -b .sav3
%patch5 -p1 -b .sav5
%patch7 -p0 -b .sav7

cp -p %{SOURCE1} build
cp -p %{SOURCE2} %{_builddir}/%{name}-%{version}/build/
# use the one from docbook-dtds instead of getting it from the net
catalogfile=`%{_bindir}/xmlcatalog /usr/share/sgml/docbook/xmlcatalog "-//OASIS//DTD DocBook XML V4.1.2//EN"`
sed -i -e 's|http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd|'$catalogfile'|' src/docs/index.xml
catalogfile=`%{_bindir}/xmlcatalog /etc/xml/catalog "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl" | sed -e 's|file://||'`
sed -i -e 's|http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl|'$catalogfile'|' src/docs/xsl/mx4j-chunk.xsl

pushd lib
%if %{with_tests}
   ln -sf $(build-classpath junit) .
   ln -sf $(build-classpath xmlunit) .
%endif
   ln -sf $(build-classpath xml-commons-jaxp-1.3-apis) xml-apis.jar
   ln -sf $(build-classpath xerces-j2) xercesImpl.jar
   ln -sf $(build-classpath xalan-j2) xalan.jar
   ln -sf $(build-classpath commons-logging) .
   ln -sf $(build-classpath log4j) .
%if ! %{bootstrap}
#   ln -sf $(build-classpath burlap) .
#   ln -sf $(build-classpath caucho-services) .
#   ln -sf $(build-classpath hessian) .
   ln -sf $(build-classpath axis/axis) .
   ln -sf $(build-classpath axis/jaxrpc) .
   ln -sf $(build-classpath axis/saaj) .
   ln -sf $(build-classpath wsdl4j) .
   ln -sf $(build-classpath jython) .
   ln -sf $(build-classpath javamail/mailapi) .
   ln -sf $(build-classpath javamail/smtp) .
   ln -sf $(build-classpath jaf) .
   ln -sf $(build-classpath commons-discovery) .
   ln -sf $(build-classpath jetty5/jetty5) org.mortbay.jetty.jar
%endif
   ln -sf $(build-classpath bcel) .
   ln -sf $(build-classpath servletapi5) servlet.jar
   ln -sf $(build-classpath jsse) .
   ln -sf $(build-classpath jsse/jcert) jcert.jar
   ln -sf $(build-classpath jsse/jnet) jnet.jar
   ln -sf $(build-classpath jaas) .
   ln -sf $(build-classpath xml-commons-resolver) .
popd

%build
export OPT_JAR_LIST="ant/ant-junit junit xmlunit ant/ant-trax jaxp_transform_impl xalan-j2-serializer ant/ant-apache-resolver xml-commons-resolver12"

cd build
%if ! %{bootstrap}
%if %{with_tests}
%{ant} -Dbuild.sysclasspath=first compile.jmx compile.rjmx compile.tools tests-report docs
%else
%{ant} -Dbuild.sysclasspath=first compile.jmx compile.rjmx compile.tools docs
%endif
%else
%{ant} -Dbuild.sysclasspath=first compile.jmx compile.rjmx
%endif

%install
install -d -m 755 %{buildroot}%{_javadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -m 644 dist/lib/%{name}-impl.jar %{buildroot}%{_javadir}/%{name}/mx4j-impl-%{version}.jar
install -m 644 dist/lib/%{name}-jmx.jar %{buildroot}%{_javadir}/%{name}/mx4j-jmx-%{version}.jar
install -m 644 dist/lib/%{name}.jar %{buildroot}%{_javadir}/%{name}/mx4j-%{version}.jar
%if ! %{bootstrap}
install -m 644 dist/lib/%{name}-tools.jar %{buildroot}%{_javadir}/%{name}/mx4j-tools-%{version}.jar
install -m 644 dist/lib/%{name}-tools-extra.jar %{buildroot}%{_javadir}/%{name}/mx4j-tools-extra-%{version}.jar
%endif
install -m 644 dist/lib/%{name}-rjmx.jar %{buildroot}%{_javadir}/%{name}/mx4j-rjmx-%{version}.jar
install -m 644 dist/lib/%{name}-rimpl.jar %{buildroot}%{_javadir}/%{name}/mx4j-rimpl-%{version}.jar
install -m 644 dist/lib/%{name}-remote.jar %{buildroot}%{_javadir}/%{name}/mx4j-remote-%{version}.jar
install -d -m 755 %{buildroot}%{_javadir}/%{name}/boa
install -m 644 dist/lib/boa/%{name}-rjmx-boa.jar %{buildroot}%{_javadir}/%{name}/boa/%{name}-rjmx-boa-%{version}.jar
install -m 644 dist/lib/boa/%{name}-rimpl-boa.jar %{buildroot}%{_javadir}/%{name}/boa/%{name}-rimpl-boa-%{version}.jar
install -m 644 dist/lib/boa/%{name}-remote-boa.jar %{buildroot}%{_javadir}/%{name}/boa/%{name}-remote-boa-%{version}.jar

pushd %{buildroot}%{_javadir}/%{name}
   for jar in *-%{version}.jar ; do
      ln -fs ${jar} $(echo $jar | sed "s|-%{version}.jar|.jar|g")
   done
popd

pushd %{buildroot}%{_javadir}/%{name}/boa
   for jar in *-%{version}.jar ; do
      ln -fs ${jar} $(echo $jar | sed "s|-%{version}.jar|.jar|g")
   done
popd

# poms

mkdir -p %{buildroot}%{_mavenpomdir}
cp -p %{SOURCE3} %{buildroot}%{_mavenpomdir}/JPP.%{name}-mx4j.pom
cp -p %{SOURCE4} %{buildroot}%{_mavenpomdir}/JPP.%{name}-mx4j-remote.pom
%add_to_maven_depmap mx4j mx4j %{version} JPP/%{name} mx4j
%add_to_maven_depmap mx4j mx4j-remote %{version} JPP/%{name} mx4j-remote

%pre
%{__rm} -f %{_javadir}/%{name}.jar

%post
%{_sbindir}/update-alternatives --install %{_javadir}/jmxri.jar jmxri %{_javadir}/%{name}/mx4j-jmx.jar 0

%update_maven_depmap

%postun
%update_maven_depmap

if [ "$1" = "0" ]; then
      %{_sbindir}/update-alternatives --remove jmxri %{_javadir}/%{name}/mx4j-jmx.jar
fi

%files
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/mx4j-%{version}.jar
%{_javadir}/%{name}/mx4j.jar
%{_javadir}/%{name}/mx4j-impl-%{version}.jar
%{_javadir}/%{name}/mx4j-impl.jar
%{_javadir}/%{name}/mx4j-jmx-%{version}.jar
%{_javadir}/%{name}/mx4j-jmx.jar
%{_javadir}/%{name}/mx4j-remote-%{version}.jar
%{_javadir}/%{name}/mx4j-remote.jar
%{_javadir}/%{name}/mx4j-rimpl-%{version}.jar
%{_javadir}/%{name}/mx4j-rimpl.jar
%{_javadir}/%{name}/mx4j-rjmx-%{version}.jar
%{_javadir}/%{name}/mx4j-rjmx.jar
%if ! %{bootstrap}
%{_javadir}/%{name}/mx4j-tools-%{version}.jar
%{_javadir}/%{name}/mx4j-tools.jar
%endif
%dir %{_javadir}/%{name}/boa
%{_javadir}/%{name}/boa/mx4j-remote-boa-%{version}.jar
%{_javadir}/%{name}/boa/mx4j-remote-boa.jar
%{_javadir}/%{name}/boa/mx4j-rimpl-boa-%{version}.jar
%{_javadir}/%{name}/boa/mx4j-rimpl-boa.jar
%{_javadir}/%{name}/boa/mx4j-rjmx-boa-%{version}.jar
%{_javadir}/%{name}/boa/mx4j-rjmx-boa.jar
%{_mavenpomdir}/JPP.%{name}-mx4j.pom
%{_mavenpomdir}/JPP.%{name}-mx4j-remote.pom
%config %{_mavendepmapfragdir}/%{name}

%if ! %{bootstrap}
%files tools-extra
%defattr(0644,root,root,0755)
%{_javadir}/%{name}/mx4j-tools-extra-%{version}.jar
%{_javadir}/%{name}/mx4j-tools-extra.jar
%endif

%if ! %{bootstrap}
%files manual
%defattr(0644,root,root,0755)
%doc dist/docs/*
%endif


%changelog
* Mon Jul 07 2014 dsilakov <denis.silakov@rosalab.ru> 3.0.2-7
+ Revision: 3562fb7
- Merge pull request #1 from dsilakov/mx4j:rosa2014.1
- Drop javadoc and gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17745 |14mr|myspell-dictionaries-1.0.2-33
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dictdir	%{_datadir}/dict/ooo
%define mozdictdir %{_datadir}/dict/mozilla

%define _binary_payload w9.lzdio

Summary:	MySpell Spelling and Hyphenation dictionaries
Name:		myspell-dictionaries
Version:	1.0.2
Release:	33
License:	BSD/GPL/LGPL
Group:		System/Internationalization
URL:		http://lingucomponent.openoffice.org/download_dictionary.html
Source0:	myspell-genpackages.sh
BuildArch:	noarch
BuildRequires:	unzip
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

##
## Sources for spell checking dictionaries
##

Source100: bg_BG.zip
Source101: ca_ES.zip
Source102: hr_HR.zip
Source103: cs_CZ.zip
Source104: da_DK.zip

# From https://www.uitwisselplatform.nl/frs/?group_id=9
Source105: nl_NL.zip

Source106: en_CA.zip
Source107: en_GB.zip
Source108: en_US.zip
Source109: fr_FR.zip
# This is actually de_DE_comb renamed in order to not mess the current spec.
Source110: de_DE.zip
Source111: de_CH.zip
Source112: el_GR.zip
Source113: hu_HU.zip
Source114: it_IT.zip

# (tpg) MySpell dictionary comes from http://www.sjp.pl/slownik/ort/
# unzip http://sjp.pl/slownik/ort/sjp-myspell-pl-20080825.zip
Source115: pl_PL.zip

Source116: pt_PT.zip
Source117: pt_BR.zip
Source118: es_ES.zip
# http://www.sk-spell.sk.cx/file_download/63/hunspell-sk-20090330.zip
Source119: sk_SK.zip
Source120: sv_SE.zip
Source121: nb_NO.zip
Source122: nn_NO.zip
Source123: ga_IE.zip
Source124: gl_ES.zip
Source125: ru_RU.zip
Source126: sl_SI.zip
Source127: uk_UA.zip
Source128: de_AT.zip
Source129: en_AU.zip
Source130: es_MX.zip
Source131: fo_FO.zip
Source132: lt_LT.zip

Source133: ftp://ftp.linux.ee/pub/openoffice/contrib/dictionaries/et_EE.zip

# http://sourceforge.net/project/showfiles.php?group_id=91920
Source134: af_ZA.zip

Source135: cy_GB.zip
Source136: en_NZ.zip
Source137: id_ID.zip
Source138: zu_ZA.zip
Source139: ro_RO.zip
Source140: mi_NZ.zip
Source141: sw_KE.zip
Source142: ms_MY.zip

Source143: am_AM.zip
Source144: ar_AR.zip
Source145: az_AZ.zip
Source146: bn_BN.zip
Source147: cop_EG.zip
Source148: csb_CSB.zip
Source149: en_ZA.zip
Source150: eo_EO.zip
Source151: eu_ES.zip
Source152: fa_FA.zip
Source153: fa_IR.zip
Source155: fj_FJ.zip
Source156: fur_IT.zip
Source157: fy_NL.zip
Source158: gd_GB.zip
Source159: gsc_FR.zip
Source160: he_IL.zip
Source161: hi_IN.zip
Source162: hy_AM.zip
Source164: is_IS.zip
Source163: th_TH.zip
Source165: km_KH.zip
Source166: ku_TR.zip
Source167: la_LA.zip
Source168: lv_LV.zip
Source169: mg_MG.zip
Source170: mn_MN.zip
Source171: mr_IN.zip
Source172: ne_NP.zip
Source173: nr_ZA.zip
Source174: ns_ZA.zip
Source175: ny_MW.zip
Source176: oc_FR.zip
Source177: or_OR.zip
Source178: pa_PA.zip
Source179: qu_BO.zip
Source180: rw_RW.zip
Source181: ss_ZA.zip
Source182: st_ZA.zip
Source183: sw_TZ.zip
Source184: ta_TA.zip
Source185: tet_ID.zip
Source186: tl_PH.zip
Source187: tn_ZA.zip
Source188: ts_ZA.zip
Source190: uz_UZ.zip
Source191: ve_ZA.zip
Source192: vi_VI.zip
Source193: xh_ZA.zip

##
## Sources for hyphenation dictionaries
##

# See http://bgoffice.sourceforge.net/ooo/index.html
Source200: hyph_bg_BG.zip
Source201: hyph_cs_CZ.zip
Source202: hyph_da_DK.zip
Source203: hyph_de_CH.zip
Source204: hyph_de_DE.zip
Source205: hyph_el_GR.zip
Source206: hyph_en_CA.zip
Source207: hyph_en_GB.zip
Source208: hyph_en_US.zip
Source209: hyph_es_ES.zip
Source210: hyph_et_EE.zip
Source211: hyph_fi_FI.zip
Source212: hyph_fr_BE.zip
Source213: hyph_fr_FR.zip
Source214: hyph_ga_IE.zip
Source215: hyph_hu_HU.zip
Source216: hyph_id_ID.zip
Source217: hyph_is_IS.zip
Source218: hyph_it_IT.zip
Source219: hyph_lt_LT.zip
Source220: hyph_nl_NL.zip
Source221: hyph_pl_PL.zip
Source222: hyph_pt_BR.zip
Source223: hyph_pt_PT.zip
Source224: hyph_ro_RO.zip
Source225: hyph_ru_RU.zip
Source226: hyph_sk_SK.zip
Source227: hyph_sl_SI.zip
Source228: hyph_sv_SE.zip
Source229: hyph_uk_UA.zip

##
## Sources for hyphenation dictionaries
##

Source300: th_en_US.zip
Source301: th_fr_FR.zip
# http://it.openoffice.org/contribuire/thesaurus.html (alpha version!!!)
Source302: th_it_IT.zip
Source303: th_de_DE.zip
# http://synonimy.sourceforge.net/
Source304: th_pl_PL.zip
Source305: th_es_ES.zip
## http://bgoffice.sourceforge.net/ooo/
Source306: th_bg_BG.zip
# http://www.sk-spell.sk.cx/thesaurus/download/OOo-Thesaurus2-sk_SK.zip
# (2009-03-30)
Source307: th_sk_SK.zip

Source309: th_cs_CZ.zip
Source310: th_de_CH.zip
Source311: th_hu_HU.zip
Source312: th_ru_RU.zip

##
## Packages information
##

%description
myspell-* packages contain spell checking data to be used by
OpenOffice.org or any other MySpell-capable application, like
Mozilla. myspell-hyph-* packages contain hyphenation dictionaries for
a particular set of languages.

%{expand:%(/bin/sh %{SOURCE0} af_ZA "DICT          " "Afrikaans (Africa)" LGPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} am_AM "DICT          " "Amharic (Ethiopia)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} ar_AR "DICT          " "Arabic (North Africa and Middle East)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} az_AZ "DICT          " "Azerbaijani (Azerbaijan)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} bg_BG "DICT          " "Bulgarian (Bulgaria)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} bn_BN "DICT          " "Bengali (India)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} ca_ES "DICT          " "Catalan" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} cop_EG "DICT          " "Coptic (North Africa)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} cs_CZ "DICT HYPH THES" "Czech (Czech Republic)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} csb_CSB "DICT          " "Kashubian (Poland)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} cy_GB "DICT          " "Welsh (Wales)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} da_DK "DICT HYPH     " "Danish (Denmark)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} de_AT "DICT          " "German (Austria)"  GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} de_CH "DICT HYPH THES" "German (Switzerland)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} de_DE "DICT HYPH THES" "German (Germany)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} el_GR "DICT HYPH     " "Greek (Greece)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} en_AU "DICT          " "English (Australian)" LGPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} en_CA "DICT HYPH     " "English (Canada)" "Public Domain" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} en_GB "DICT HYPH     " "English (United Kingdom)" LGPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} en_NZ "DICT          " "English (New Zealand)" LGPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} en_US "DICT HYPH THES" "English (US)" BSD 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} en_ZA "DICT          " "English (South Africa)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} eo_EO "DICT          " "Esperanto (anywhere)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} es_ES "DICT HYPH THES" "Spanish (Spain)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} es_MX "DICT          " "Spanish (Mexico)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} et_EE "DICT HYPH     " "Estonian (Estonia)" "free, see http://www.eki.ee/eki/licence.html" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} eu_ES "DICT          " "Basque" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} fa_FA "DICT          " "Farsi (Iran)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} fa_IR "DICT          " "Persian (Iran)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} fi_FI "     HYPH     " "Finnish (Finland)" "freely distributable" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} fj_FJ "DICT          " "Fijian (Fiji)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} fo_FO "DICT          " "Faroese (Faroe Islands)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} fr_BE "     HYPH     " "French" LGPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} fr_FR "DICT HYPH THES" "French (France)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} fur_IT "DICT          " "Friulian (north-east Italy)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} fy_NL "DICT          " "Frisian (Netherlands)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} ga_IE "DICT HYPH     " "Irish (Ireland)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} gd_GB "DICT          " "Scottish Gaelic (Scotland)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} gl_ES "DICT          " "Galician (Spain)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} gsc_FR "DICT          " "Gascon (France)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} he_IL "DICT          " "Hebrew (Israel)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} hi_IN "DICT          " "Hindi (India)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} hr_HR "DICT          " "Croatian (Croatia)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} hu_HU "DICT HYPH THES" "Hungarian (Hungary)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} hy_AM "DICT          " "Armenian (Eastern and Western)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} id_ID "DICT HYPH     " "Indonesian (Indonesia)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} is_IS "DICT HYPH     " "Icelandic (Iceland)" LGPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} it_IT "DICT HYPH THES" "Italian (Italy)" LGPL/GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} km_KH "DICT          " "Khmer (Cambodia)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} ku_TR "DICT          " "Kurdish (Iran)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} la_LA "DICT          " "Latin (x-register)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} lt_LT "DICT HYPH     " "Lithuanian (Lithuania)" BSD-like 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} lv_LV "DICT          " "Latvian (Latvia)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} mg_MG "DICT          " "Malagasy (Madagascar)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} mi_NZ "DICT          " "Maori (New Zealand)" LGPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} mn_MN "DICT          " "Mongolian (Mongolia)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} mr_IN "DICT          " "Marathi (India)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} ms_MY "DICT          " "Malay (Malaysia)" "GNU Free Documentation License" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} nb_NO "DICT          " "Norwegian/Bokmel (Norway)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} ne_NP "DICT          " "Nepali (Nepal)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} nl_NL "DICT HYPH     " "Dutch (Netherlands)" LGPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} nn_NO "DICT          " "Norwegian/Nynorsk (Norway)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} nr_ZA "DICT          " "Ndebele (South Africa)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} ns_ZA "DICT          " "Northern Sotho (South Africa)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} ny_MW "DICT          " "Chichewa (Malawi)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} oc_FR "DICT          " "Occitan (France)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} or_OR "DICT          " "Oriya (India)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} pa_PA "DICT          " "Punjabi (India)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} pl_PL "DICT HYPH THES" "Polish (Poland)" "Creative Commons ShareAlike, http://creativecommons.org/licenses/sa/1.0" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} pt_BR "DICT HYPH     " "Portuguese (Brasil)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} pt_PT "DICT HYPH     " "Portuguese (Portugal)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} qu_BO "DICT          " "Quechua (Bolivia)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} ro_RO "DICT HYPH     " "Romanian (Romania)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} ru_RU "DICT HYPH THES" "Russian (Russia)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} rw_RW "DICT          " "Kinyarwanda (Rwanda)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} sk_SK "DICT HYPH THES" "Slovak (Slovak Republic)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} sl_SI "DICT HYPH     " "Slovenian (Slovenia)" BSD-like 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} ss_ZA "DICT          " "Swazi/Swati (South Africa)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} st_ZA "DICT          " "Southern Sotho (South Africa)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} sv_SE "DICT HYPH     " "Swedish (Sweden)" GPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} sw_KE "DICT          " "Kiswahili (Africa)" LGPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} sw_TZ "DICT          " "Kiswahili (East Africa) Extended Wordlist" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} ta_TA "DICT          " "Tamil (India)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} tet_ID "DICT          " "Tetum (Indonesia)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} th_TH "DICT          " "Thai (Thailand)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} tl_PH "DICT          " "Tagalog (Philippines)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} tn_ZA "DICT          " "Setswana (Africa)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} ts_ZA "DICT          " "Tsonga (South Africa)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} uk_UA "DICT HYPH     " "Ukrainian (Ukraine)" LGPL 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} uz_UZ "DICT          " "Uzbek (Uzbekistan)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} ve_ZA "DICT          " "Venda (South Africa)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} vi_VI "DICT          " "Vietnamese (Vietnam)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} xh_ZA "DICT          " "Xhosa (South Africa)" "Check readme" 2>/dev/null )}
%{expand:%(/bin/sh %{SOURCE0} zu_ZA "DICT          " "Zulu (South Africa)" LGPL 2>/dev/null )}

%prep
%setup -q -T -c

# Handle spelling dictionaries
all_dicts="%{SOURCE100} %{SOURCE101} %{SOURCE102} %{SOURCE103} %{SOURCE104} \
		%{SOURCE105} %{SOURCE106} %{SOURCE107} %{SOURCE108} %{SOURCE109} \
		%{SOURCE110} %{SOURCE111} %{SOURCE112} %{SOURCE113} %{SOURCE114} \
		%{SOURCE115} %{SOURCE116} %{SOURCE117} %{SOURCE118} %{SOURCE119} \
		%{SOURCE120} %{SOURCE121} %{SOURCE122} %{SOURCE123} %{SOURCE124} \
		%{SOURCE125} %{SOURCE126} %{SOURCE127} %{SOURCE128} %{SOURCE129} \
		%{SOURCE130} %{SOURCE131} %{SOURCE132} %{SOURCE133} %{SOURCE134} \
		%{SOURCE135} %{SOURCE136} %{SOURCE137} %{SOURCE138} %{SOURCE139} \
		%{SOURCE140} %{SOURCE141} %{SOURCE142} %{SOURCE143} %{SOURCE144} \
		%{SOURCE145} %{SOURCE146} %{SOURCE147} %{SOURCE148} %{SOURCE149} \
		%{SOURCE150} %{SOURCE151} %{SOURCE152} %{SOURCE153}              \
		%{SOURCE155} %{SOURCE156} %{SOURCE157} %{SOURCE158} %{SOURCE159} \
		%{SOURCE160} %{SOURCE161} %{SOURCE162} %{SOURCE163} %{SOURCE164} \
		%{SOURCE165} %{SOURCE166} %{SOURCE167} %{SOURCE168} %{SOURCE169} \
		%{SOURCE170} %{SOURCE171} %{SOURCE172} %{SOURCE173} %{SOURCE174} \
		%{SOURCE175} %{SOURCE176} %{SOURCE177} %{SOURCE178} %{SOURCE179} \
		%{SOURCE180} %{SOURCE181} %{SOURCE182} %{SOURCE183} %{SOURCE184} \
		%{SOURCE185} %{SOURCE186} %{SOURCE187} %{SOURCE188}              \
		%{SOURCE190} %{SOURCE191} %{SOURCE192} %{SOURCE193}"
for dictfile in $all_dicts
do
  basefile="${dictfile##*/}"
  langpack="${basefile/.zip/}"
  echo "LANGPACK=$langpack"
  mkdir -p doc/DICT/$langpack
  unzip -d doc/DICT/$langpack $dictfile
  mkdir -p dic/DICT/$langpack
  mv doc/DICT/$langpack/$langpack.{aff,dic} dic/DICT/$langpack
  # Protect against #36685
  rm -f doc/DICT/$langpack/*.aff 2> /dev/null
  rm -f doc/DICT/$langpack/*.dic 2> /dev/null
  # create dummy file if docdir is empty
  if ! ls doc/DICT/$langpack/* ; then
cat > doc/DICT/$langpack/README_$langpack.txt << EOF
Spell checking dictionary for $langpack
EOF
  fi
  # fix permissions
  chmod 644 doc/DICT/$langpack/*
  # add symlinks for mozilla apps
  mkdir -p moz
  lang=$(echo $langpack|sed 's/_.*//')
  if [ $(echo $all_dicts |tr ' ' \\n |grep /${lang}_ |wc -l) \> 1 ]; then
    lang=$(echo $langpack |tr _ -)
  fi
  ln -s ../ooo/$langpack.aff moz/$lang.aff
  ln -s ../ooo/$langpack.dic moz/$lang.dic
  echo %{mozdictdir}/$lang.aff > $langpack.files
  echo %{mozdictdir}/$lang.dic >> $langpack.files
done

# Handle spelling dictionaries
for hyphfile in %{SOURCE200} %{SOURCE201} %{SOURCE202} %{SOURCE203} %{SOURCE204} \
		%{SOURCE205} %{SOURCE206} %{SOURCE207} %{SOURCE208} %{SOURCE209} \
		%{SOURCE210} %{SOURCE211} %{SOURCE212} %{SOURCE213} %{SOURCE214} \
		%{SOURCE215} %{SOURCE216} %{SOURCE217} %{SOURCE218} %{SOURCE219} \
		%{SOURCE220} %{SOURCE221} %{SOURCE222} %{SOURCE223} %{SOURCE224} \
		%{SOURCE225} %{SOURCE226} %{SOURCE227} %{SOURCE228} %{SOURCE229}
do
  basefile="${hyphfile##*/}"
  langpack="${basefile/.zip/}"
  echo "LANGPACK/(HPY)=$langpack"
  mkdir -p doc/HYPH/$langpack
  unzip -d doc/HYPH/$langpack $hyphfile
  mkdir -p dic/HYPH/$langpack
  mv doc/HYPH/$langpack/$langpack.dic dic/HYPH/$langpack
  # Protect against #36685
  rm -f doc/HYPH/$langpack/*.dic 2> /dev/null
  # create dummy file if docdir is empty
  if ! ls doc/HYPH/$langpack/* ; then
cat > doc/HYPH/$langpack/README_$langpack.txt << EOF
Hyphenation dictionary for $langpack
EOF
  fi
  # fix permissions
  chmod 644 doc/HYPH/$langpack/*
done

# Handle thesaurus dictionaries
for thesfile in %{SOURCE300} %{SOURCE301} %{SOURCE302} %{SOURCE303} %{SOURCE304} \
		%{SOURCE305} %{SOURCE306} %{SOURCE307}              %{SOURCE309} \
		%{SOURCE310} %{SOURCE311} %{SOURCE312}
do
  basefile="${thesfile##*/}"
  langpack="${basefile/.zip/}"
  echo "LANGPACK(thes)=$langpack"
  mkdir -p doc/THES/$langpack
  unzip -d doc/THES/$langpack $thesfile
  mkdir -p dic/THES/$langpack
  mv doc/THES/$langpack/$langpack.{dat,idx} dic/THES/$langpack
  # Protect against #36685
  rm -f doc/THES/$langpack/*.dat 2> /dev/null
  rm -f doc/THES/$langpack/*.idx 2> /dev/null
  # create dummy file if docdir is empty
  if ! ls doc/THES/$langpack/* ; then
cat > doc/THES/$langpack/README_$langpack.txt << EOF
Thesaurus dictionary for $langpack
EOF
  fi
  # fix permissions
  chmod 644 doc/THES/$langpack/*
done

# protect against #36685
[ -n "$(find doc/ -name '*.dic')" ] && exit 1
[ -n "$(find doc/ -name '*.aff')" ] && exit 1
[ -n "$(find doc/ -name '*.dat')" ] && exit 1
[ -n "$(find doc/ -name '*.idx')" ] && exit 1

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{dictdir}/

# Install spell checking dictionaries
for file in dic/DICT/*/*; do
  install -m 644 $file %{buildroot}%{dictdir}/${file##*/}
done

# Install hyphenation dictionaries
for file in dic/HYPH/*/*; do
  install -m 644 $file %{buildroot}%{dictdir}/${file##*/}
done

# Install thesaurus dictionaries
for file in dic/THES/*/*; do
  install -m 644 $file %{buildroot}%{dictdir}/${file##*/}
done

# #42885 
cd %{buildroot}%{dictdir}
for file in *.idx *.dat; do
  ln -s $file `echo $file|sed 's/\(.*\)\.\(idx\|dat\)/\1_v2\.\2/' `
done
ln -s th_en_US.idx th_en_GB_v2.idx
ln -s th_en_US.dat th_en_GB_v2.dat
cd -

# Install the spell checking dictionary symlinks for mozilla apps
mkdir -p %{buildroot}%{mozdictdir}/

for file in moz/*; do
  cp -P $file %{buildroot}%{mozdictdir}/${file##*/}
done

%clean
rm -rf %{buildroot}

%nil



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-33
+ Revision: 78d8d3c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17746 |14mr|mysql-connector-c++-1.1.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define libname %mklibname mysqlcppconn %{major}
%define devname %mklibname mysqlcppconn -d

Summary:	A MySQL database connector for C++
Name:		mysql-connector-c++
Version:	1.1.3
Release:	9
Group:		System/Libraries
License:	GPLv2
Url:		http://dev.mysql.com/downloads/connector/cpp/
Source0:	http://cdn.mysql.com/Downloads/Connector-C++/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	mariadb-devel mariadb-common
BuildRequires:	boost-devel

%description
Connector/C++ is a tool that enables easy deployment and management of MySQL
server and database through your C++ application.

%package -n	%{libname}
Summary:	The shared mysql-connector-cpp library
Group:		System/Libraries

%description -n	%{libname}
Connector/C++ is a tool that enables easy deployment and management of MySQL
server and database through your C++ application.

This package provides the shared mysql-connector-cpp library.

%package -n	%{devname}
Summary:	Development library and header files for development with mysql-connector-cpp
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	mysql-connector-c++-devel = %{version}-%{release}

%description -n	%{devname}
Connector/C++ is a tool that enables easy deployment and management of MySQL
server and database through your C++ application.

This package is only needed if you plan to develop or compile applications
which requires the mysql-connector-cpp library.

%prep
%setup -q
sed  -i -e 's/lib$/%{_lib}/' driver/CMakeLists.txt
chmod  -x examples/*.cpp examples/*.txt

# Save examples to keep directory clean (for doc)
mkdir _doc_examples
cp -pr examples _doc_examples

%build
%cmake -DMYSQLCPPCONN_BUILD_EXAMPLES:BOOL=OFF
%make

%install
cp build/cppconn/config.h  cppconn/config.h
%makeinstall_std -C build
rm -fr %{buildroot}%{_prefix}/COPYING
rm -fr %{buildroot}%{_prefix}/INSTALL
rm -fr %{buildroot}%{_prefix}/README
rm -fr %{buildroot}%{_prefix}/ANNOUNCEMENT
rm -fr %{buildroot}%{_prefix}/Licenses_for_Third-Party_Components.txt

rm -fr %{buildroot}%{_libdir}/*.a

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%doc README CHANGES COPYING ANNOUNCEMENT Licenses_for_Third-Party_Components.txt
%{_includedir}/*.h
%{_includedir}/cppconn
%{_libdir}/*.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3-9
+ Revision: cd58d5f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17747 |14mr|mythes-1.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	api		1.2
%define	major	0
%define	libname	%mklibname %{name} %api %{major}
%define	develname	%mklibname %{name} -d

Name:		mythes
Summary:	A thesaurus library
Version:	1.2.2
Release:	2
Group:		System/Libraries
License:	BSD
URL:		http://hunspell.sourceforge.net/
Source0:	http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz

BuildRequires: gettext-devel
BuildRequires: pkgconfig(hunspell)

%description
MyThes is a simple thesaurus that uses a structured text data file and an
index file with binary search to look up words and phrases and return 
information on part of speech, meanings, and synonyms.

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains libraries used by %{name}.

%package -n %{develname}
Summary:	Files for developing with mythes
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Includes and definitions for developing with mythes

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%check
./example th_en_US_new.idx th_en_US_new.dat checkme.lst
./example morph.idx morph.dat morph.lst morph.aff morph.dic

%install
rm -rf %{buildroot}
%makeinstall_std

mkdir -p %{buildroot}/%{_datadir}/mythes

%files -n %{libname}
%{_libdir}/*%{api}.so.%{major}*

%files -n %{develname}
%doc README COPYING AUTHORS
%doc data_layout.txt
%{_bindir}/th_gen_idx.pl
%{_includedir}/mythes.hxx
%{_libdir}/*.so
%{_libdir}/pkgconfig/mythes.pc
%{_datadir}/mythes






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.2-2
+ Revision: df3ac76
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17748 |14mr|mythplugins-0.27.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Requires autofinder is confused, requires nonexistent packages (mythtv-mythweb)
%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear(.*)|perl\\(Switch\\)'
%else
%define _requires_exceptions pear*
%endif

%define gitversion 0
%define fixesdate 0
%define rel 1

%if %{fixesdate}
%define release %{fixesdate}.%{rel}
%else
%define release %{rel}
%endif

#####################
# Hardcode PLF build
%define build_plf 0
#####################

%if %{build_plf}
%define extrarelsuffix plf
%define distsuffix plf
%endif

Summary:	Official MythTV plugins
Name:		mythplugins
Version:	0.27.1
Release:	%{release}%{?extrarelsuffix}
License:	GPLv2+
Group:		Video
Url:		http://www.mythtv.org/
Source0:	ftp://ftp.osuosl.org/pub/mythtv/%{name}-%{version}.tar.bz2
Source1:	mythweb-%{version}.tar.gz
%if %{fixesdate}
#Patch1:		fixes-%{gitversion}.patch
%endif
Patch100:	0100-lame-Allow-building-without-lame-libraries.patch

# (cg) Ditto for the perl-DateTime-Format-ISO pkg
BuildRequires:	perl(Class::Factory::Util)
BuildRequires:	perl-XML-XPath
BuildRequires:	perl-Image-Size
BuildRequires:	perl-Date-Manip
BuildRequires:	perl-DateTime-Format-ISO8601
BuildRequires:	perl-SOAP-Lite
BuildRequires:	perl-XML-Simple
BuildRequires:	python-curl
BuildRequires:	python-oauth
# (cg) Remove these once they are required in the python-mythtv package
BuildRequires:	python-lxml
BuildRequires:	python-mysql
BuildRequires:	myth-devel >= %{version}
BuildRequires:	python-mythtv >= %{version}
BuildRequires:	cdda-devel
BuildRequires:	mysql-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libvisual-0.4)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(taglib)
%if %{build_plf}
BuildRequires:	lame-devel
BuildRequires:	libfaad2-devel
%endif

%description
Mythplugins for MythTV.

%if %{build_plf}
This package is in restricted because it contains software that supports
codecs that may be covered by software patents.
%endif

#----------------------------------------------------------------------------

%package -n mythtv-plugin-browser
Summary:	Full web browser for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-browser
MythBrowser is a full web browser for MythTV.

%files -n mythtv-plugin-browser
%doc mythbrowser/README mythbrowser/COPYING mythbrowser/AUTHORS
%{_libdir}/mythtv/plugins/libmythbrowser.so
%{_datadir}/mythtv/i18n/mythbrowser_*.qm
%{_datadir}/mythtv/themes/default*/browser-ui.xml
%{_datadir}/mythtv/themes/default*/mb_*.png

#----------------------------------------------------------------------------

%package -n mythtv-plugin-gallery
Summary:	Gallery/slideshow module for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-gallery
A gallery/slideshow module for MythTV.

%files -n mythtv-plugin-gallery
%doc mythgallery/README*
%{_libdir}/mythtv/plugins/libmythgallery.so
%{_datadir}/mythtv/i18n/mythgallery_*.qm
%{_datadir}/mythtv/themes/default*/gallery*
%{_localstatedir}/lib/pictures

#----------------------------------------------------------------------------

%package -n mythtv-plugin-game
Summary:	Game frontend for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-game
A game frontend for MythTV.

%files -n mythtv-plugin-game
%doc mythgame/romdb*
%{_libdir}/mythtv/plugins/libmythgame.so
%{_datadir}/mythtv/i18n/mythgame_*.qm
%{_datadir}/mythtv/game_settings.xml
%{_datadir}/mythtv/themes/default*/game*
%dir %{_datadir}/mythtv/metadata
%{_datadir}/mythtv/metadata/Game

#----------------------------------------------------------------------------

%package -n mythtv-plugin-music
Summary:	The music player add-on module for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-music
The music player add-on module for MythTV.

%if %{build_plf}
This package is in restricted because it contains software that supports
codecs that may be covered by software patents.
%endif

%files -n mythtv-plugin-music
%doc mythmusic/AUTHORS mythmusic/COPYING mythmusic/README* mythmusic/musicdb
%{_datadir}/mythtv/music_settings.xml
%{_datadir}/mythtv/musicmenu.xml
%{_libdir}/mythtv/plugins/libmythmusic.so
%{_localstatedir}/lib/mythmusic
%{_datadir}/mythtv/i18n/mythmusic_*.qm
%{_datadir}/mythtv/mythmusic/streams.xml
%{_datadir}/mythtv/themes/default/ff_button*.png
%{_datadir}/mythtv/themes/default*/mm_*.png
%{_datadir}/mythtv/themes/default*/mm-*.png
%{_datadir}/mythtv/themes/default/music-*.png
%{_datadir}/mythtv/themes/default*/*music*.xml
%{_datadir}/mythtv/themes/default/next_button*.png
%{_datadir}/mythtv/themes/default/pause_button*.png
%{_datadir}/mythtv/themes/default/play_button*.png
%{_datadir}/mythtv/themes/default/prev_button*.png
%{_datadir}/mythtv/themes/default/rew_button*.png
%{_datadir}/mythtv/themes/default/selectionbar.png
%{_datadir}/mythtv/themes/default/stop_button*.png
%{_datadir}/mythtv/themes/default/track_info_background.png
%{_datadir}/mythtv/themes/default/miniplayer_background.png
%{_datadir}/mythtv/themes/default-wide/music-sel-bg.png
%{_datadir}/mythtv/themes/default*/stream-ui.xml

#----------------------------------------------------------------------------

%package -n mythtv-plugin-netvision
Summary:	NetVision for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-netvision
NetVision for MythTV. View popular media website content.

%files -n mythtv-plugin-netvision
%doc mythnetvision/README mythnetvision/ChangeLog mythnetvision/AUTHORS
%{_bindir}/mythfillnetvision
%{_libdir}/mythtv/plugins/libmythnetvision.so
%{_datadir}/mythtv/i18n/mythnetvision_*.qm
%{_datadir}/mythtv/mythnetvision
%{_datadir}/mythtv/netvisionmenu.xml
%{_datadir}/mythtv/themes/default*/netvision*.xml

#----------------------------------------------------------------------------

%package -n mythtv-plugin-news
Summary:	RSS News feed plugin for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-news
An RSS News feed plugin for MythTV.

%files -n mythtv-plugin-news
%doc mythnews/AUTHORS mythnews/COPYING mythnews/ChangeLog mythnews/README*
%{_libdir}/mythtv/plugins/libmythnews.so
%{_datadir}/mythtv/i18n/mythnews_*.qm
%{_datadir}/mythtv/mythnews
%{_datadir}/mythtv/themes/default*/news*
%{_datadir}/mythtv/themes/default/enclosures.png
%{_datadir}/mythtv/themes/default/need-download.png
%{_datadir}/mythtv/themes/default/podcast.png

#----------------------------------------------------------------------------

%package -n mythtv-plugin-weather
Summary:	MythTV module that displays a weather forecast
Group:		Video
Requires:	mythtv-frontend >= %{version}
# Contrib package, needed only for one script
Suggests:	perl-Switch

%description -n mythtv-plugin-weather
A MythTV module that displays a weather forcast.

%files -n mythtv-plugin-weather
%doc mythweather/AUTHORS mythweather/COPYING mythweather/README*
%{_libdir}/mythtv/plugins/libmythweather.so
%{_datadir}/mythtv/i18n/mythweather_*.qm
%{_datadir}/mythtv/mythweather
%{_datadir}/mythtv/themes/default/cloudy.png
%{_datadir}/mythtv/themes/default/fair.png
%{_datadir}/mythtv/themes/default/flurries.png
%{_datadir}/mythtv/themes/default/fog.png
%{_datadir}/mythtv/themes/default/logo.png
%{_datadir}/mythtv/themes/default/lshowers.png
%{_datadir}/mythtv/themes/default/mcloudy.png
%{_datadir}/mythtv/themes/default/pcloudy.png
%{_datadir}/mythtv/themes/default/rainsnow.png
%{_datadir}/mythtv/themes/default/showers.png
%{_datadir}/mythtv/themes/default/snowshow.png
%{_datadir}/mythtv/themes/default/sunny.png
%{_datadir}/mythtv/themes/default/thunshowers.png
%{_datadir}/mythtv/themes/default/unknown.png
%{_datadir}/mythtv/themes/default*/mw*.png
%{_datadir}/mythtv/themes/default*/weather-ui.xml
%{_datadir}/mythtv/weather_settings.xml

#----------------------------------------------------------------------------

%package -n mythtv-mythweb
Summary:	The web interface to MythTV
Group:		Video
Requires:	mythtv-backend >= %{version}
Requires:	php-mythtv >= %{version}
Requires:	apache-mod_php

%description -n mythtv-mythweb
The web interface to MythTV.

%files -n mythtv-mythweb
%doc mythweb/README* mythweb/LICENSE mythweb/INSTALL mythweb/mythweb.conf.*
%{_var}/www/mythweb
%dir %{_localstatedir}/lib/mythweb
%attr(-,apache,apache) %{_localstatedir}/lib/mythweb/data
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf

#----------------------------------------------------------------------------

%package -n mythtv-plugin-zoneminder
Summary:	Security camera plugin for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-zoneminder
A security camera plugin for MythTV.

%files -n mythtv-plugin-zoneminder
%doc mythzoneminder/README mythzoneminder/COPYING mythzoneminder/AUTHORS
%{_bindir}/mythzmserver
%{_libdir}/mythtv/plugins/libmythzoneminder.so
%{_datadir}/mythtv/zonemindermenu.xml
%{_datadir}/mythtv/themes/default*/zoneminder*.xml
%{_datadir}/mythtv/themes/default*/mz_*.png
%{_datadir}/mythtv/i18n/mythzoneminder_*.qm

#----------------------------------------------------------------------------

%package -n mythtv-plugin-archive
Summary:	Creates DVDs from your recorded shows
Group:		Video
Requires:	dvd+rw-tools
Requires:	dvdauthor
Requires:	ffmpeg
Requires:	mjpegtools
Requires:	python-imaging
Requires:	python-mysql
Requires:	mythtv-frontend >= %{version}
%if %{build_plf}
Requires:	transcode
%endif
Requires:	cdrkit-genisoimage

%description -n mythtv-plugin-archive
MythArchive is a plugin for MythTV that lets you create DVDs
from your recorded shows, MythVideo files and any video files
available on your system. It can also archive recordings in a
proprietary format that archives not only the file but also all the
associated metadata like title, description and cut list information
which will mean you can create backups of myth recordings which can
later be restored or it will also allow you to move recordings
between myth systems without losing any of the metadata. It is a
complete rewrite of the old MythBurn bash scripts, now using python,
and the mythfrontend UI plugin.

%files -n mythtv-plugin-archive
%{_bindir}/mytharchivehelper
%{_libdir}/mythtv/plugins/libmytharchive.so
%{_datadir}/mythtv/archive*.xml
%{_datadir}/mythtv/mytharchive
%{_datadir}/mythtv/themes/default/ma_*.png
%{_datadir}/mythtv/themes/default/mytharchive-ui.xml
%{_datadir}/mythtv/themes/default/mythburn-ui.xml
%{_datadir}/mythtv/themes/default/mythnative-ui.xml
%{_datadir}/mythtv/themes/default-wide/mytharchive-ui.xml
%{_datadir}/mythtv/themes/default-wide/mythburn-ui.xml
%{_datadir}/mythtv/themes/default-wide/mythnative-ui.xml
%{_datadir}/mythtv/i18n/mytharchive_*.qm

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

tar -xf %{SOURCE1}
mv mythweb-%{version} mythweb

%build
%configure \
	--enable-all \
	--libdir-name=%{_lib} \
	--libdir=%{_libdir} \
%if %{build_plf}
	--enable-mp3lame
%else
	--disable-mp3lame
%endif

%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}

#mythgallery
mkdir -p %{buildroot}%{_localstatedir}/lib/pictures
#mythmusic
mkdir -p %{buildroot}%{_localstatedir}/lib/mythmusic

install -d -m755 %{buildroot}%{_var}/www/mythweb
install -m644 mythweb/*.php %{buildroot}%{_var}/www/mythweb
install -m755 mythweb/*.pl %{buildroot}%{_var}/www/mythweb

for dir in classes includes js modules skins ; do
  cp -r mythweb/$dir %{buildroot}%{_var}/www/mythweb
done

install -d -m755 %{buildroot}%{_localstatedir}/lib/mythweb/data
ln -s %{_localstatedir}/lib/mythweb/data %{buildroot}%{_var}/www/mythweb/data

# Create a default configuration for mythweb
install -d -m755 %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -m644 mythweb/mythweb.conf.apache %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf

perl -pi -e's|<Directory "/var/www/html|<Directory "%{_var}/www/mythweb|' %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf
perl -pi -e's|#    RewriteBase    /mythweb|    RewriteBase    /mythweb|' %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf

cat >> %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf <<EOF

# ROSA Customisations (be in sync with very sane Mageia's ones)

Alias /mythweb %{_var}/www/mythweb
<Directory %{_var}/www/mythweb>
    Require host 127.0.0.1
</Directory>
EOF

mkdir -p %{buildroot}%{_docdir}/mythtv-plugin-{browser,gallery,game,music,netvision,news,weather,video,zoneminder}


%changelog
* Tue Jul 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.27.1-1
+ Revision: f2a1ebe
- Add Requires exceptions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17749 |14mr|mythtv-0.27.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitversion 0
%define fixesdate 0
%define rel 1

%if %{fixesdate}
%define release %{fixesdate}.%{rel}
%else
%define release %{rel}
%endif

%define api 0.27
%define major 0
%define libname %mklibname mythtv %{api} %{major}
%define libbase %mklibname mythbase %{api} %{major}
%define libfreemheg %mklibname mythfreemheg %{api} %{major}
%define libhdhomerun %mklibname mythhdhomerun %{api} %{major}
%define libmetadata %mklibname mythmetadata %{api} %{major}
%define libmyth %mklibname myth %{api} %{major}
%define libprotoserver %mklibname mythprotoserver %{api} %{major}
%define libservicecontracts %mklibname mythservicecontracts %{api} %{major}
%define libui %mklibname mythui %{api} %{major}
%define libupnp %mklibname mythupnp %{api} %{major}

%define libqjson %mklibname mythqjson %{major}

%define avcodec_major 54
%define libavcodec %mklibname mythavcodec %{avcodec_major}
%define avdevice_major 54
%define libavdevice %mklibname mythavdevice %{avdevice_major}
%define avformat_major 54
%define libavformat %mklibname mythavformat %{avformat_major}
%define avutil_major 52
%define libavutil %mklibname mythavutil %{avutil_major}
%define postproc_major 52
%define libpostproc %mklibname mythpostproc %{postproc_major}
%define avfilter_major 3
%define libavfilter %mklibname mythavfilter %{avfilter_major}
%define swresample_major 0
%define libswresample %mklibname mythswresample %{swresample_major}
%define swscale_major 2
%define libswscale %mklibname mythswscale %{swscale_major}

%define devname %mklibname myth -d

%define maenable 1

#set default build options
# disabled as overrides xv
%define build_directfb		0
%define build_dts		0
%define build_faac		0
%define build_faad		0
%define build_lame		0
%define build_x264		0
%define build_xvid		0

# Can be enabled later
%define build_crystalhd		0

######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define extrarelsuffix plf
%define distsuffix		plf
%define build_dts		1
%define build_faac		1
%define build_faad		1
%define build_lame		1
%define build_x264		1
%define build_xvid		1
%endif

#enable/disable building for certain hardware
%{?_without_directfb:		%global build_directfb 0}
%{?_without_dts:		%global build_dts 0}
%{?_without_faac:		%global build_faac 0}
%{?_without_faad:		%global build_faad 0}
%{?_without_lame:		%global build_lame 0}
%{?_without_x264:		%global build_x264 0}
%{?_without_xvid:		%global build_xvid 0}

%{?_with_directfb:		%global build_directfb 1}
%{?_with_dts:			%global build_dts 1}
%{?_with_faac:			%global build_faac 1}
%{?_with_faad:			%global build_faad 1}
%{?_with_lame:			%global build_lame 1}
%{?_with_x264:			%global build_x264 1}
%{?_with_xvid:			%global build_xvid 1}

Summary:	A personal video recorder (PVR) application
Name:		mythtv
Version:	0.27.1
Release:	%{release}%{?extrarelsuffix}
License:	GPLv2+ and GPLv3+
Group:		Video
Url:		http://www.mythtv.org/
Source0:	%{name}-%{version}.tar.bz2
Source1:	mythbackend.sysconfig.in
Source2:	mythbackend.service.in
Source3:	mythbackend.logrotate.in
Source4:	99MythFrontend
Source5:	%{name}-16.png
Source6:	%{name}-32.png
Source7:	%{name}-48.png
Source10:	%{name}.rpmlintrc

%if %{fixesdate}
#Patch0:		fixes-%{gitversion}.patch
%endif

Patch100:	0100-lame-Allow-building-without-lame-libraries.patch
Patch102:	0102-pulse-Do-not-suspend-PA-when-using-alsa-default.patch
Patch103:	0103-Fix-dns-sd-detection.patch
Patch104:	0104-Support-libcec-2.x.patch
Patch105:	0105-Use-system-build-flags.patch
Patch106:	0106-Fix-zeromq-libdir-path-on-some-systems.patch

BuildRequires:	gdb
BuildRequires:	imagemagick
%if %{maenable}
BuildRequires:	multiarch-utils
%endif
BuildRequires:	python-lxml
BuildRequires:	python-mysql
BuildRequires:	python-urlgrabber
BuildRequires:	yasm
%if %{build_crystalhd}
BuildRequires:	crystalhd-devel
%endif
%if %{build_lame}
BuildRequires:	lame-devel
%endif
%if %{build_faac}
BuildRequires:	libfaac-devel
%endif
%if %{build_faad}
BuildRequires:	libfaad2-devel
%endif
BuildRequires:	perl-devel
BuildRequires:	qt4-devel
%if %{build_xvid}
BuildRequires:	xvid-devel
%endif
BuildRequires:	perl(Date::Manip)
BuildRequires:	perl(DBD::mysql)
BuildRequires:	perl(DBI)

BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(avahi-compat-libdns_sd)
BuildRequires:	pkgconfig(dvdnav)
%if %{build_directfb}
BuildRequires:	pkgconfig(directfb)
%endif
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(libcec)
%if %{build_dts}
BuildRequires:	pkgconfig(libdts)
%endif
BuildRequires:	pkgconfig(libiec61883)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(x11)
%if %{build_x264}
BuildRequires:	pkgconfig(x264)
%endif
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xvmc)
BuildRequires:	pkgconfig(xxf86vm)

%description
MythTV implements the following PVR features, and more, with a
unified graphical interface:

 - Basic 'live-tv' functionality. Pause/Fast Forward/Rewind "live" TV.
 - Video compression using RTjpeg or MPEG-4
 - Program listing retrieval using XMLTV
 - Themable, semi-transparent on-screen display
 - Electronic program guide
 - Scheduled recording of TV programs
 - Resolution of conflicts between scheduled recordings
 - Basic video editing

%if %{build_plf}
This package is in restricted because it contains software that supports
codecs that may be covered by software patents.
%endif
%if !%{build_lame}
Note that this build does not support MP3 encoding when recording
into the NuppelVideo format.
%endif
%if %{fixesdate}
This package is based on the MythTV "fixes" branch at 
revision %{gitversion}
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	MythTV shared library
Group:		System/Libraries
Obsoletes:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libname}
MythTV shared library.

%files -n %{libname}
%{_libdir}/libmythtv-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libbase}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libbase}
MythTV shared library.

%files -n %{libbase}
%{_libdir}/libmythbase-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libfreemheg}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libfreemheg}
MythTV shared library.

%files -n %{libfreemheg}
%{_libdir}/libmythfreemheg-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libhdhomerun}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libhdhomerun}
MythTV shared library.

%files -n %{libhdhomerun}
%{_libdir}/libmythhdhomerun-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmetadata}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libmetadata}
MythTV shared library.

%files -n %{libmetadata}
%{_libdir}/libmythmetadata-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmyth}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libmyth}
MythTV shared library.

%files -n %{libmyth}
%{_libdir}/libmyth-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libprotoserver}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libprotoserver}
MythTV shared library.

%files -n %{libprotoserver}
%{_libdir}/libmythprotoserver-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libservicecontracts}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libservicecontracts}
MythTV shared library.

%files -n %{libservicecontracts}
%{_libdir}/libmythservicecontracts-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libui}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libui}
MythTV shared library.

%files -n %{libui}
%{_libdir}/libmythui-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libupnp}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libupnp}
MythTV shared library.

%files -n %{libupnp}
%{_libdir}/libmythupnp-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqjson}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libqjson}
MythTV shared library.

%files -n %{libqjson}
%{_libdir}/libmythqjson.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libavcodec}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavcodec}
MythTV shared library.

%files -n %{libavcodec}
%{_libdir}/libmythavcodec.so.%{avcodec_major}*

#----------------------------------------------------------------------------

%package -n %{libavdevice}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavdevice}
MythTV shared library.

%files -n %{libavdevice}
%{_libdir}/libmythavdevice.so.%{avdevice_major}*

#----------------------------------------------------------------------------

%package -n %{libavformat}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavformat}
MythTV shared library.

%files -n %{libavformat}
%{_libdir}/libmythavformat.so.%{avformat_major}*

#----------------------------------------------------------------------------

%package -n %{libavutil}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavutil}
MythTV shared library.

%files -n %{libavutil}
%{_libdir}/libmythavutil.so.%{avutil_major}*

#----------------------------------------------------------------------------

%package -n %{libpostproc}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libpostproc}
MythTV shared library.

%files -n %{libpostproc}
%{_libdir}/libmythpostproc.so.%{postproc_major}*

#----------------------------------------------------------------------------

%package -n %{libavfilter}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavfilter}
MythTV shared library.

%files -n %{libavfilter}
%{_libdir}/libmythavfilter.so.%{avfilter_major}*

#----------------------------------------------------------------------------

%package -n %{libswresample}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libswresample}
MythTV shared library.

%files -n %{libswresample}
%{_libdir}/libmythswresample.so.%{swresample_major}*

#----------------------------------------------------------------------------

%package -n %{libswscale}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libswscale}
MythTV shared library.

%files -n %{libswscale}
%{_libdir}/libmythswscale.so.%{swscale_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libmyth
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libbase} = %{EVRD}
Requires:	%{libfreemheg} = %{EVRD}
Requires:	%{libhdhomerun} = %{EVRD}
Requires:	%{libmetadata} = %{EVRD}
Requires:	%{libmyth} = %{EVRD}
Requires:	%{libprotoserver} = %{EVRD}
Requires:	%{libservicecontracts} = %{EVRD}
Requires:	%{libui} = %{EVRD}
Requires:	%{libupnp} = %{EVRD}
# extra libs
Requires:	%{libqjson} = %{EVRD}
Requires:	%{libavcodec} = %{EVRD}
Requires:	%{libavdevice} = %{EVRD}
Requires:	%{libavformat} = %{EVRD}
Requires:	%{libavutil} = %{EVRD}
Requires:	%{libpostproc} = %{EVRD}
Requires:	%{libavfilter} = %{EVRD}
Requires:	%{libswresample} = %{EVRD}
Requires:	%{libswscale} = %{EVRD}
Provides:	myth-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and libraries for developing
add-ons for mythtv.

%files -n %{devname}
%if %{maenable}
%{multiarch_includedir}/mythtv/mythconfig.h
%endif
%{_includedir}/mythtv
# FIXME: Manually multiarch mythconfig.mak
%{_libdir}/*.so

#----------------------------------------------------------------------------

%package themes-base
Summary:	Base themes for mythtv's frontend
Group:		Video
Conflicts:	mythtv-themes-myththemes < 0.22
Conflicts:	mythtv-plugin-controls < 0.22
BuildArch:	noarch

%description themes-base
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains only the base themes used by mythtv-frontend and
mythtv-setup.

%files themes-base
%dir %{_datadir}/mythtv
%{_datadir}/mythtv/themes
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%package common
Summary:	Common components needed by multiple other MythTV components
Group:		Video
Conflicts:	mythtv-backend < 0.25
Conflicts:	mythtv-frontend < 0.25

%description common
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains components needed by multiple other MythTV components.

%files common
%{_bindir}/mythccextractor
%{_bindir}/mythcommflag
%{_bindir}/mythpreviewgen
%{_bindir}/mythtranscode
%{_bindir}/mythwikiscripts
%{_bindir}/mythmetadatalookup
%{_bindir}/mythutil
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/mythconverg*.pl
%dir %{_datadir}/%{name}/locales
%{_datadir}/%{name}/locales/*
%dir %{_datadir}/%{name}/metadata
%{_datadir}/%{name}/metadata/*
%dir %{_datadir}/%{name}/hardwareprofile
%{_datadir}/%{name}/hardwareprofile/*

#----------------------------------------------------------------------------

%package frontend
Summary:	Client component of mythtv (a PVR)
Group:		Video
Requires:	mythtv-themes-base = %{EVRD}
Requires:	mythtv-common = %{EVRD}
Requires:	qt4-database-plugin-mysql
Requires:	mplayer
%if %{build_plf}
Requires:	transcode
Requires:	%{mklibname dvdcss 2}
%endif
Obsoletes:	mythtv-plugin-controls < 0.25
Obsoletes:	mythtv-plugin-video < 0.25
Conflicts:	mythtv-backend < 0.25

%description frontend
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains only the client software, which provides a
front-end for playback and configuration.  It requires access to a
mythtv-backend installation, either on the same system or one
reachable via the network.

%files frontend
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/99MythFrontend
%{_datadir}/mythtv/*.xml
%exclude %{_datadir}/mythtv/setup.xml
%{_bindir}/mythavtest
%{_bindir}/mythff*
%{_bindir}/mythfrontend
%{_bindir}/mythlcdserver
%{_bindir}/mythscreenwizard
%{_bindir}/mythshutdown
%{_bindir}/mythwelcome
%dir %{_libdir}/mythtv
%{_libdir}/mythtv/filters
%{_libdir}/mythtv/plugins
%dir %{_datadir}/mythtv
%dir %{_datadir}/mythtv/fonts
%{_datadir}/mythtv/fonts/*.otf
%{_datadir}/mythtv/fonts/*.ttf
%{_datadir}/mythtv/i18n
%{_datadir}/applications/mandriva-mythtv-frontend.desktop

#----------------------------------------------------------------------------

%package backend
Summary:	Server component of mythtv (a PVR)
Group:		Video
Requires:	%{libname} = %{EVRD}
Requires:	mythtv-common = %{EVRD}
Requires:	qt4-database-plugin-mysql
Requires(pre,post,preun,postun):	rpm-helper
Conflicts:	mythtv-frontend < 0.25

%description backend
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains only the server software, which provides video
and audio capture and encoding services.  In order to be useful, it
requires a mythtv-frontend installation, either on the same system or
one reachable via the network.

%if !%{build_lame}
Note that this build does not support MP3 encoding when recording
into the NuppelVideo format.
%endif

%files backend
%doc README.install.urpmi
%{_bindir}/mythbackend
%{_bindir}/mythfilldatabase
%{_bindir}/mythhdhomerun_config
%{_bindir}/mythjobqueue
%{_bindir}/mythmediaserver
%{_bindir}/mythreplex
%attr(-,mythtv,mythtv) %dir %{_localstatedir}/lib/mythtv
%attr(-,mythtv,mythtv) %dir %{_localstatedir}/lib/mythtv/recordings
%attr(-,mythtv,mythtv) %dir %{_var}/cache/mythtv
%{_unitdir}/mythbackend.service
%config(noreplace) %{_sysconfdir}/sysconfig/mythbackend
%config(noreplace) %{_sysconfdir}/logrotate.d/*
%attr(-,mythtv,mythtv) %dir %{_logdir}/mythtv
%{_datadir}/%{name}/backend-config
%dir %{_datadir}/%{name}/initialdb
%{_datadir}/%{name}/initialdb/mc.sql
%{_datadir}/mythtv/internetcontent/

%pre backend
# Add the "mythtv" user
%_pre_useradd mythtv %{_localstatedir}/lib/mythtv /sbin/nologin
gpasswd -a mythtv audio &>/dev/null
gpasswd -a mythtv video &>/dev/null

%postun backend
%_postun_userdel mythtv

%post backend
%_post_service mythbackend

%preun backend
%_preun_service mythbackend

#----------------------------------------------------------------------------

%package setup
Summary:	Setup the mythtv backend
Group:		Video
Requires:	mythtv-backend = %{EVRD}
Requires:	mythtv-themes-base = %{EVRD}
Provides:	mythtvsetup = %{EVRD}
Requires:	qt4-database-plugin-mysql

%description setup
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the setup software for configuring the mythtv
backend.

%if !%{build_lame}
Note that this build does not support MP3 encoding when recording
into the NuppelVideo format.
%endif

%files setup
%{_bindir}/mythtv-setup
%{_datadir}/applications/mandriva-mythtv-setup.desktop
%dir %{_datadir}/mythtv
%{_datadir}/mythtv/setup.xml

#----------------------------------------------------------------------------

%package doc
Summary:	MythTV documentation
Group:		Documentation

%description doc
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the documentation and contributed additional
scripts for MythTV.

%files doc
%doc README UPGRADING AUTHORS COPYING FAQ
%doc keys.txt
%doc contrib
%{_datadir}/%{name}/contrib
%{_datadir}/%{name}/html

#----------------------------------------------------------------------------

%package -n perl-MythTV
Summary:	Perl bindings for MythTV
Group:		Development/Perl

%description -n perl-MythTV
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the perl bindings for MythTV.

%files -n perl-MythTV
%{perl_vendorlib}/MythTV.pm
%{perl_vendorlib}/MythTV
%{perl_vendorlib}/IO/Socket/INET/MythTV.pm

#----------------------------------------------------------------------------

%package -n python-mythtv
Summary:	Python bindings for MythTV
Group:		Development/Python
Requires:	python-mysql
Requires:	python-lxml

%description -n python-mythtv
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the python bindings for MythTV.

%files -n python-mythtv
%{_bindir}/mythpython
%{py_puresitedir}/MythTV

#----------------------------------------------------------------------------

%package -n php-mythtv
Summary:	PHP bindings for MythTV
Group:		Development/PHP
Requires:	php-mysql
BuildArch:	noarch

%description -n php-mythtv
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the PHP bindings for MythTV.

%files -n php-mythtv
%{_datadir}/%{name}/bindings/php

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# (cg) Fixes might bring in some .gitignore files in patches... trash 'em.
find -name .gitignore -delete

# (cg) The installer is dumb and installs our patch backup files...
# This can be removed after 0.25
rm -f programs/scripts/database/mythconverg_restore.pl.*

# (cg) As of 0.21, only contrib scripts are affected.
find contrib -type f | xargs grep -l /usr/local | xargs perl -pi -e's|/usr/local|%{_prefix}|g'

echo "QMAKE_PROJECT_DEPTH = 0" >> mythtv.pro
echo "QMAKE_PROJECT_DEPTH = 0" >> settings.pro

cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} .
for file in mythbackend.service \
            mythbackend.sysconfig \
            mythbackend.logrotate; do
  sed -e's|@logdir@|%{_logdir}|g' \
      -e's|@rundir@|%{_var}/run|g' \
      -e's|@sysconfdir@|%{_sysconfdir}|g' \
      -e's|@sysconfigdir@|%{_sysconfdir}/sysconfig|g' \
      -e's|@initdir@|%{_initrddir}|g' \
      -e's|@bindir@|%{_bindir}|g' \
      -e's|@sbindir@|%{_sbindir}|g' \
      -e's|@subsysdir@|%{_var}/lock/subsys|g' \
      -e's|@varlibdir@|%{_localstatedir}/lib|g' \
      -e's|@varcachedir@|%{_var}/cache|g' \
      -e's|@logrotatedir@|%{_sysconfdir}/logrotate.d|g' \
  < $file.in > $file
done

# default recordings dir
perl -pi -e's|/mnt/store|%{_localstatedir}/lib/mythtv/recordings|' programs/mythtv-setup/backendsettings.cpp

# do not set hardcoded archflags
perl -pi -e's|^echo "ARCHFLAGS=|# echo "ARCHFLAGS=|' configure

# Fix the version reporting (which assumes svn checkout)
echo "SOURCE_VERSION=%{version}-%{release}" >VERSION

%build
%global optflags %{optflags} -fno-devirtualize

./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--libdir-name=%{_lib} \
	--enable-runtime-cpudetect \
	--enable-dvb \
	--enable-opengl-video \
	--without-bindings=perl \
	--extra-cxxflags="%{optflags}" \
	--extra-ldflags="%{ldflags}" \
	--enable-vdpau \
	--enable-vaapi \
%if %{build_crystalhd}
	--enable-crystalhd \
%endif
	--enable-libfftw3 \
	--enable-libdns-sd \
	--enable-libvpx \
%if %{build_plf}
	--enable-nonfree \
%endif
%if %{build_x264}
	--enable-libx264 \
%endif
%if %{build_xvid}
	--enable-libxvid \
%endif
%if %{build_faac}
	--enable-libfaac \
%endif
%if %{build_lame}
	--enable-libmp3lame \
%endif
	--enable-firewire \
	--disable-mythlogserver

%make

# This is easier to do ourselves
pushd bindings/perl
perl Makefile.PL INSTALLDIRS=vendor
%make
popd

%install
INSTALL_ROOT=%{buildroot}; export INSTALL_ROOT
%makeinstall

pushd bindings/perl
%makeinstall_std
popd

%if %{maenable}
%multiarch_includes %{buildroot}%{_includedir}/mythtv/mythconfig.h
%endif

mkdir -p %{buildroot}%{_localstatedir}/lib/mythtv
mkdir -p %{buildroot}%{_localstatedir}/lib/mythtv/recordings
mkdir -p %{buildroot}%{_var}/cache/mythtv
mkdir -p %{buildroot}%{_logdir}/mythtv
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig

install -p mythbackend.service %{buildroot}%{_unitdir}/mythbackend.service
install -p mythbackend.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/mythbackend
install -p mythbackend.logrotate  %{buildroot}%{_sysconfdir}/logrotate.d

# wmsession.d for mythfrontend
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
install -p %{SOURCE4} %{buildroot}%{_sysconfdir}/X11/wmsession.d

# icon
install -d -m755 %{buildroot}/%{_miconsdir}
install -m755 %{SOURCE5} %{buildroot}/%{_miconsdir}/%{name}.png

install -d -m755 %{buildroot}/%{_iconsdir}
install -m755 %{SOURCE6} %{buildroot}/%{_iconsdir}/%{name}.png

install -d -m755 %{buildroot}/%{_liconsdir}
install -m755 %{SOURCE7} %{buildroot}/%{_liconsdir}/%{name}.png


# Mandriva Menu entrys
install -d -m755 %{buildroot}%{_datadir}/applications
cat <<EOF > %{buildroot}%{_datadir}/applications/mandriva-mythtv-frontend.desktop
[Desktop Entry]
Name=MythTV
Comment=Record, playback and watch TV
Exec=mythfrontend
Icon=%{name}
Terminal=false
Type=Application
Categories=Qt;AudioVideo;Video;TV;Recorder;X-MandrivaLinux-Multimedia-Video;
EOF
cat <<EOF > %{buildroot}%{_datadir}/applications/mandriva-mythtv-setup.desktop
[Desktop Entry]
Name=MythTV Setup
Comment=Setup MythTV backend
Exec=mythtv-setup
Icon=%{name}
Terminal=false
Type=Application
Categories=Qt;AudioVideo;Video;TV;Recorder;X-MandrivaLinux-Multimedia-Video;
EOF

cat > README.install.urpmi <<EOF
You can import the initial database by running:
mysql -u root -p < %{_datadir}/mythtv/initialdb/mc.sql
(you can omit -p if you do not have the password set)
EOF

mkdir -p %{buildroot}%{_libdir}/mythtv/plugins

install -d -m755 %{buildroot}%{_datadir}/mythtv/initialdb
install -m644 database/* %{buildroot}%{_datadir}/mythtv/initialdb

# install a few useful contrib scripts
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -ar contrib %{buildroot}%{_datadir}/%{name}

# Remove python egg-info as it's pointless
rm -f %{buildroot}%{py_puresitedir}/MythTV-*.egg-info

# (cg) We cover the package license so no need to include it separately
rm -f %{buildroot}%{_datadir}/%{name}/fonts/*.txt

# (cg) This is needed for the %doc stuff on the subpackages for some reason...
mkdir -p %{buildroot}%{_docdir}/%{name}-backend
mkdir -p %{buildroot}%{_docdir}/%{name}-doc

# (cg) For some reason the FFmpeg stuff is included in two build roots :s
if [ -d %{buildroot}%{buildroot}%{_includedir}/%{name} ]; then
  mv %{buildroot}%{buildroot}%{_includedir}/%{name}/* %{buildroot}%{_includedir}/%{name}
  rmdir -p %{buildroot}%{buildroot}%{_includedir}/%{name} || /bin/true
fi
if [ -f %{buildroot}%{buildroot}%{_bindir}/mythffmpeg ]; then
  mv %{buildroot}%{buildroot}%{_bindir}/mythff* %{buildroot}%{_bindir}
  rmdir -p %{buildroot}%{buildroot}%{_bindir} || /bin/true
fi


%changelog
* Tue Jul 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.27.1-1
+ Revision: 15314b8
- Adjust build flags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17750 |14mr|nail-12.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A MIME capable implementation of the mailx command
Name:		nail
Version:	12.4
Release:	10
License:	BSD
Group:		Networking/Mail
URL:		http://heirloom.sourceforge.net/mailx.html
Source0:	http://prdownloads.sourceforge.net/heirloom/mailx-%{version}.tar.bz2
# (mpol) 11.25 set PAGER to less, Mandriva doesn't provide pg
Patch1:		nail-11.25-pager.patch
Patch2:		mailx-12.4-nostrip.diff
Patch3:		mailx-12.4-optflags.diff
Patch4:		nail_optopt.patch
# patch from Fedora to make it build with openssl
Patch5:		mailx-12.4-openssl.patch
BuildRequires:	openssl-devel
Provides:	mailx = %{version}-%{release}
Obsoletes:	mailx
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Nail is derived from Berkeley Mail and is intended to provide the
functionality of the POSIX.2 mailx command with additional support
for MIME, UTF-8, POP3/POP3s, IMAP, SMTP (SSL, TLS, AUTH), S/MIME,
Maildir, and more. It provides enhanced features for interactive use,
such as caching and disconnected operation for IMAP, message threading,
scoring, filtering, and Bayesian junk mail filter. It is also usable
as a mail batch language, both for sending and receiving mail.

Since version 12.0 Nail has been integrated into the Heirloom project,
renamed to Mailx.

%prep
%setup -q -n mailx-%{version}
%patch1 -p1 -b .pager
%patch2 -p0 -b .nostrip
%patch3 -p0 -b .optflags
%patch4 -p1 -b .optopt
%patch5 -p1 -b .openssl

%build
%serverbuild
make SENDMAIL=/usr/lib/sendmail LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

%makeinstall_std PREFIX=%{_prefix} UCBINSTALL=/usr/bin/install
install -d  %{buildroot}/bin
mv %{buildroot}%{_bindir}/mailx %{buildroot}/bin/mail
ln -sf ../../bin/mail %{buildroot}%{_bindir}/nail
ln -sf ../../bin/mail %{buildroot}%{_bindir}/mailx
ln -sf ../../bin/mail %{buildroot}%{_bindir}/Mail
ln -sf mailx.1 %{buildroot}%{_mandir}/man1/mail.1
ln -sf mailx.1 %{buildroot}%{_mandir}/man1/Mail.1
ln -sf mailx.1 %{buildroot}%{_mandir}/man1/nail.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS INSTALL README TODO ChangeLog
%config(noreplace) %{_sysconfdir}/nail.rc
/bin/mail
%{_bindir}/nail
%{_bindir}/mailx
%{_bindir}/Mail
%{_mandir}/man1/mailx.1.*
%{_mandir}/man1/Mail.1.*
%{_mandir}/man1/mail.1.*
%{_mandir}/man1/nail.1.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 12.4-10
+ Revision: 776f3f4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17751 |14mr|nant-0.91-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Build tool for Mono and .NET
Name:		nant
Version:	0.91
Release:	3
Epoch:		1
License:	GPL
Group:		Development/Other
Url:		http://nant.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/nant/%{name}-%{version}-src.tar.gz
Patch0:		nant-0.91-no_ndoc.patch
Patch1:		nant-0.90-no_sharpcvslib.patch
Patch2:		nant-0.91-system_log4net.patch
Patch3:		nant-0.90-system_nunit.patch
Patch4:		nant-0.91-system_sharpziplib.patch
#gw required for mono.pc
Requires:	mono-devel
BuildRequires:	mono-devel
BuildRequires:	log4net-devel
BuildArch:	noarch

%description
NAnt is a free .NET build tool. In theory it is kind of like make
without make's wrinkles. In practice it's a lot like Ant.

%prep
%setup -q
%apply_patches
find . -type d|xargs chmod 755
find . -type f|xargs chmod 644
# remove DOS line endings
find doc src -type f |xargs perl -pi -e "s/\r\n/\n/"

rm src/NAnt.DotNet/Tasks/NDocTask.cs
find lib -name 'NDoc*.dll' | xargs rm
find lib -iname 'nunit*' | xargs rm
find lib -name "*SharpCvsLib*.dll" | xargs rm
find lib -name "scvs.exe" | xargs rm
find lib -name "*SharpZipLib*.dll" | xargs rm
rm -rf lib/*
mkdir -p lib/common/neutral
cp /usr/lib/mono/log4net/log4net.dll lib/common/neutral

%build
make prefix=%{_prefix}

%install
%makeinstall
perl -pi -e "s^%{buildroot}^^" %{buildroot}%{_bindir}/%{name}
find examples -name \*.dll -o -name \*.exe|xargs rm -f
rm -rf %{buildroot}%{_datadir}/NAnt/doc

# gw fix paths in the nant script
perl -pi -e "s^%{buildroot}^^" %{buildroot}%{_bindir}/nant

mv %{buildroot}%{_prefix}/lib*/pkgconfig %{buildroot}%{_datadir}

%files
%doc README.txt examples
%doc %{_datadir}/doc/NAnt
%{_bindir}/%{name}
%{_datadir}/NAnt/
%{_datadir}/pkgconfig/nant.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.91-3
+ Revision: 407923c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17752 |14mr|nas-1.9.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname audio %{major}
%define devname %mklibname audio -d
%define statname %mklibname audio -s -d

Summary:	Network Audio System
Name:		nas
Version:	1.9.4
Release:	3
License:	Public Domain
Group:		System/Servers
URL:		http://radscan.com/nas.html
Source0:	http://nas.codebrilliance.com/nas/%{name}-%{version}.src.tar.gz
Source1:	nasd.service
Source2:	nasd.sysconfig
Patch1:		nas-1.9.2-asneeded.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gccmakedep
BuildRequires:	imake
BuildRequires:	makedepend
BuildRequires:	rman
BuildRequires:	x11-util-cf-files
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xt)
Requires(post,preun):	rpm-helper
Provides:	nasd

%description
This package contains a network-transparent, client/server audio
system, with a library Key features of the Network Audio System
include:
 - Device-independent audio over the network
 - Lots of audio file and data formats
 - Can store sounds in server for rapid replay
 - Extensive mixing, separating, and manipulation of audio data
 - Simultaneous use of audio devices by multiple applications
 - Use by a growing number of ISVs
 - Small size
 - Free! No obnoxious licensing terms

%package -n	%{libname}
Summary:	Libraries needed for nasd
Group:		System/Libraries
Obsoletes:	%{_lib}nas2 < 1.9.2-10

%description -n	%{libname}
Libraries needed for nasd and other programs linked against nasd.

%package -n	%{devname}
Summary:	Development headers and libraries for writing programs using NAS
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}nas-devel < 1.9.2-10

%description -n	%{devname}
This package allows you to develop your own network audio programs.

%package -n	%{statname}
Summary:	NAS static library
Group:		Development/C
Requires:	%{devname} = %{version}
Provides:	%{name}-static-devel = %{version}-%{release}
Obsoletes:	%{_lib}nas-static-devel < 1.9.2-10

%description -n %{statname}
NAS static library.

%prep
%setup -q
%patch1 -p0

%build
%before_configure
for cfgdir in %{_libdir} %{_prefix}/lib %{_datadir}; do
  if [[ -f "$cfgdir/X11/config/Imake.tmpl" ]]; then
    CONFIGDIR="$cfgdir/X11/config"
    break
  fi
done
if [[ -z "$CONFIGDIR" ]]; then
  echo "Error: Imake.tmpl not found, the package won't build."
  exit 1
fi
make Makefiles CONFIGDIR=$CONFIGDIR
%make World CONFIGDIR=$CONFIGDIR \
    WORLDOPTS="-k CDEBUGFLAGS='%{optflags} -D__USE_BSD_SIGNAL' " \
    CXXDEBUGFLAGS="%{optflags} -w" EXTRA_LDOPTIONS="%ldflags" CC="%{__cc} %ldflags"

for i in $(find . -name Makefile);do sed -i 's|gcc|%{__cc}|g' $i;done
%ifarch aarch64
for i in $(find . -name Makefile);do sed -i 's|DefaultGcc2AArch64Opt||g' $i;done
%endif

%install
%makeinstall_std \
   BINDIR="%{_bindir}" \
   LIBDIR="%{_libdir}/X11" \
   INCROOT="%{_includedir}" \
   USRLIBDIR="%{_libdir}" \
   SHLIBDIR="%{_libdir}" \
   MANPATH="%{_mandir}" \
   DOCDIR="%{_datadir}/X11/doc" \
   install.man

mv %{buildroot}%{_sysconfdir}/nas/nasd.conf{.eg,}
install -d %{buildroot}%{_localstatedir}/lib/nasd
install -m755 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/sysconfig/nasd
install -p -m644 -D %{SOURCE1} %{buildroot}%{_unitdir}/nasd.service

%pre
%_pre_useradd nasd %{_localstatedir}/lib/nasd /bin/true
usermod -G audio nasd

%post
%_post_service nasd

%triggerpostun -- nas <= 1.9-1
#(peroyvind): be sure to remove old socket belonging to root and restart nasd
#             now that it runs under own user
rm -f /tmp/.sockets/audio*
service nasd condrestart

%preun
%_preun_service nasd

%postun
%_postun_userdel nasd

%files
%doc FAQ HISTORY README RELEASE TODO
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/nasd.conf
%config(noreplace) %{_sysconfdir}/sysconfig/nasd
%{_mandir}/man[15]/*
%dir %attr(-,nasd,nasd) %{_localstatedir}/lib/nasd
%{_bindir}/*
%{_unitdir}/nasd.service

%files -n %{libname}
%{_libdir}/libaudio.so.%{major}*
%{_libdir}/X11/AuErrorDB

%files -n %{devname}
%{_libdir}/lib*.so
%{_includedir}/audio
%{_mandir}/man3/*

%files -n %{statname}
%{_libdir}/lib*.a

%changelog
* Wed Aug 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.9.4-3
+ Revision: 1642e25
- Fix .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17753 |14mr|nasm-2.11.05-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Netwide Assembler, a portable x86 assembler with Intel-like syntax
Name:		nasm
Version:	2.11.05
Release:	3
Epoch:		1
License:	BSD
Group:		Development/Tools
Url:		http://nasm.sourceforge.net
Source0:	http://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	ghostscript
BuildRequires:	groff
BuildRequires:	texinfo

%description
NASM is the Netwide Assembler, a free portable assembler for the Intel
80x86 microprocessor series, using primarily the traditional Intel
instruction mnemonics and syntax.

%files
%doc LICENSE CHANGES TODO AUTHORS README doc/internal.doc
%{_bindir}/nasm
%{_bindir}/ndisasm
%{_bindir}/rdf2ith
%{_bindir}/rdf2srec
%{_mandir}/man1/ldrdf.1*
%{_mandir}/man1/nasm.1*
%{_mandir}/man1/ndisasm.1*
%{_mandir}/man1/rd*.1*
%{_infodir}/nasm.info*

#----------------------------------------------------------------------------

%package doc
Summary:	Extensive documentation for NASM
Group:		Documentation
BuildArch:	noarch

%description doc
Extensive documentation for the Netwide Assembler, NASM, in HTML,
PostScript, RTF and text formats.

%files doc
%doc doc/nasmdoc.ps.xz doc/nasmdoc.txt.xz doc/html

#----------------------------------------------------------------------------

%package rdoff
Summary:	Tools for the RDOFF binary format, sometimes used with NASM
Group:		Development/Tools

%description rdoff
Tools for the operating-system independent RDOFF binary format, which
is sometimes used with the Netwide Assembler (NASM).  These tools
include linker, library manager, loader, and information dump.

%files rdoff
%doc rdoff/README rdoff/doc/v1-v2.txt
%{_bindir}/rdfdump
%{_bindir}/ldrdf
%{_bindir}/rdx
%{_bindir}/rdflib
%{_bindir}/rdf2bin
%{_bindir}/rdf2ihx
%{_bindir}/rdf2com

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make everything

%install
%makeinstall install_rdf
cd doc
cp -r info %{buildroot}%{_infodir}
xz -v --text nasmdoc*.txt nasmdoc*.ps||true
cd html
ln -sf nasmdoc0.html index.html


%changelog
* Thu Jul 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.11.05-3
+ Revision: a8cfbe3
- New version 2.11.05, update Group tags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17754 |14mr|nautilus-3.12.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define gir_major	3.0
%define libname	%mklibname %{name}-extension %{major}
%define girname	%mklibname %{name}-gir %{gir_major}
%define develname	%mklibname -d %{name}

Summary: File manager for the GNOME desktop environment
Name: nautilus
Version: 3.12.2
Release: 3
Group: File tools
License: GPLv2+
URL: http://www.gnome.org/projects/nautilus/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/nautilus/3.12/%{name}-%{version}.tar.xz
#Patch0: fallback-background-support.patch
Patch1: nautilus-3.8.2-streaming.patch
Patch2: trash-desktop-shortcut-localization.patch
Patch3: nautilus-3.12.2-bookmarks.patch

BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.29.13
BuildRequires:	pkgconfig(gail-3.0)
BuildRequires:	pkgconfig(gnome-desktop-3.0) >= 3.0.0
BuildRequires:	pkgconfig(libnotify) >= 0.7.0
BuildRequires:	pkgconfig(exempi-2.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:  pkgconfig(tracker-sparql-1.0)

Requires(post,postun): shared-mime-info desktop-file-utils

%description
Nautilus is an excellent file manager for the GNOME desktop environment.

%package -n %{libname}
Summary:        Libraries for Nautilus File manager
Group:          System/Libraries
Obsoletes:	%{_lib}nautilus1 < 3.4.1-1
Provides:	%{name}-extensions = %{version}-%{release}

%description -n %{libname}
Nautilus is an excellent file manager for the GNOME desktop environment.
This package contains libraries used by Nautilus.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Conflicts:	%{libname} < 3.2.1

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Summary:	Libraries and include files for developing nautilus components
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Requires:	%{girname} = %{version}
%rename		%{name}-devel
Obsoletes:	%{libname}-devel

%description -n %{develname}
This package provides the necessary development libraries and include 
files to allow you to develop nautilus components.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-update-mimedb \
	--disable-schemas-compile

%make

%install
%makeinstall_std
find %{buildroot} -name "*.la" -exec rm -rf {} \;

mkdir -p %{buildroot}%{_localstatedir}/lib/gnome/desktop \
	%{buildroot}%{_datadir}/nautilus/default-desktop \
	%{buildroot}%{_libdir}/nautilus/extensions-2.0

%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc README NEWS HACKING AUTHORS MAINTAINERS
%dir %{_localstatedir}/lib/gnome/desktop
%dir %{_localstatedir}/lib/gnome/
%{_sysconfdir}/xdg/autostart/nautilus-autostart.desktop
%{_bindir}/*
%{_libexecdir}/nautilus-convert-metadata
%dir %{_libdir}/nautilus
%dir %{_libdir}/nautilus/extensions-2.0
%dir %{_libdir}/nautilus/extensions-3.0
%{_libdir}/nautilus/extensions-3.0/libnautilus-sendto.so
%{_datadir}/applications/*
%{_datadir}/dbus-1/services/org.freedesktop.FileManager1.service
%{_datadir}/dbus-1/services/org.gnome.Nautilus.SearchProvider.service
%{_datadir}/dbus-1/services/org.gnome.Nautilus.service
%{_datadir}/gnome-shell/search-providers/nautilus-search-provider.ini
%{_datadir}/GConf/gsettings/nautilus.convert
%{_datadir}/glib-2.0/schemas/org.gnome.nautilus.gschema.xml
%{_datadir}/mime/packages/nautilus.xml
%{_datadir}/nautilus
%{_datadir}/appdata/*.xml
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libnautilus*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Nautilus-%{gir_major}.typelib

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gtk-doc/html/libnautilus-extension
%{_datadir}/gir-1.0/Nautilus-%{gir_major}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-3
+ Revision: e69a7a1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17755 |14mr|nautilus-filesharing-0.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		nautilus-filesharing
Version:	0.6
Release: 	7
Summary: 	Filesharing extension for Nautilus
Group: 		File tools
License: 	GPL
URL:		http://www.mandrivalinux.com/
Source0: 	%{name}-%{version}.tar.gz
BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot
Requires:	mdk-menu-messages
Requires:	drakxtools-newt
BuildRequires:	gtk+2-devel
BuildRequires:	nautilus-devel

%description
This package contains Nautilus extension for filesharing.

%prep
%setup -q

%build
%configure2_5x
%make

%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT

%makeinstall_std

#remove unpackaged files
rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.{la,a} \
      %buildroot%{_datadir}/icons/gnome/scalable/emblems/emblem-shared.svg

%clean
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-, root, root)
%doc AUTHORS COPYING 
%{_libdir}/nautilus/extensions-2.0/*.so





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-7
+ Revision: d250d58
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17756 |14mr|nautilus-sendto-3.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Send files from nautilus using with mail or IM
Name: nautilus-sendto
Version: 3.8.0
Release: 4
License: GPLv2+
Group: Graphical desktop/GNOME
Url: http://www.es.gnome.org/~telemaco/
Source0: http://ftp.gnome.org/pub/GNOME/sources/nautilus-sendto/3.8/%{name}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: glib2.0-common
BuildRequires: gnome-common
BuildRequires: gtk-doc
BuildRequires: pkgconfig(glib-2.0) >= 2.25.9
BuildRequires: pkgconfig(gthread-2.0) >= 2.25.9
BuildRequires: pkgconfig(gmodule-2.0) >= 2.25.9
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.9
BuildRequires: pkgconfig(libnautilus-extension) >= 2.31.3
BuildRequires: pkgconfig(libebook-1.2) >= 3.6.0
BuildRequires: pkgconfig(dbus-1) >= 1.0
BuildRequires: pkgconfig(dbus-glib-1) >= 0.60
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gupnp-1.0) >= 0.13
BuildRequires: pkgconfig(gobject-introspection-1.0)

Obsoletes: %{name}-gajim < %{version}
Obsoletes: %{name}-pidgin < %{version}
Obsoletes: %{name}-upnp < %{version}
Obsoletes: %{name}-evolution < %{version}
Obsoletes: %{name}-devel < %{version}
Obsoletes: %{name}-bluetooth < %{version}

Requires: gsettings-desktop-schemas
Requires: nautilus
Obsoletes: nautilus-sendto-sylpheed nautilus-sendto-thunderbird nautilus-sendto-balsa

%description
This application provides integration between nautilus and mail or IM clients.
It adds a Nautilus context menu component ("Send To...") and features
a dialog for insert the email or IM account which you want to send
the file/files.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot} %{name}.lang
%makeinstall_std
find %buildroot -name *.la -exec rm {} \;
%find_lang %{name}

rm -f  %{buildroot}%{_libdir}/nautilus/extensions-3.0/libnautilus-sendto.so

%files -f %{name}.lang
%doc NEWS AUTHORS ChangeLog
%{_bindir}/nautilus-sendto
%{_mandir}/man1/nautilus-sendto.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.8.0-4
+ Revision: 667f4d6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17757 |14mr|nautilus-share-0.7.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Quick and Easy Way to Share Folders in Nautilus Via Samba
Name:		nautilus-share
Version:	0.7.3
Release:	6
License:	GPLv2
Url:		http://git.gnome.org/nautilus-share
Group:		File tools
Source:		ftp://ftp.gnome.org/pub/GNOME/sources/nautilus-share/0.7/%{name}-%{version}.tar.bz2
Patch1:		ru.po.patch
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	nautilus-devel
Requires:	gnome-icon-theme
Requires:	samba >= 3.0.23

%description
Application for the GNOME desktop integrated in Nautilus, that allows
simple use of Nautilus shares without signing in as root.

Features: * A new entry in your Nautilus right-click menu with a
   nice icon.

* A simple dialog to share your folder, which allows you to choose a
   name and decide whether to make it read-only.

* Possibility to access it from the Properties tab of your folder.

* Possibility to see whether a share name already exists by simply
   typing it.

* Nautilus displays a palm icon to visually show you which folders are
shared.


%prep
%setup -q
%patch1 -p1

%build
autoreconf -f -i
%configure2_5x --disable-static
%make


%install
%makeinstall_std

find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
# mkdir -p -m 1777 %{buildroot}%{_localstatedir}/cache/samba/usershares/

%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS COPYING README
%{_datadir}/nautilus-share/
%{_libdir}/nautilus/extensions-3.0/*.so
# %attr(01777,root,root) %{_localstatedir}/cache/samba/usershares/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.3-6
+ Revision: 94401aa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17758 |14mr|ncdc-1.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ncdc
Version:	1.12
Release:	2
Summary:	Lightweight Direct Connect Client
Source0:	http://dev.yorhel.nl/download/ncdc-%{version}.tar.gz
Source1:	ncdc.desktop
URL:		http://dev.yorhel.nl/ncdc
Group:		Networking/File transfer
License:	MIT
BuildRequires:	ncurses-devel
BuildRequires:	bzip2-devel
BuildRequires:	glib2-devel
BuildRequires:	sqlite3-devel	
BuildRequires:	ncursesw-devel
BuildRequires:	libxml2-devel
BuildRequires:	gdbm-devel
BuildRequires:	gnutls-devel
BuildRequires:	sqlite-devel
BuildRequires:	gcc make glibc-devel pkgconfig
BuildRequires:	autoconf automake libtool

%description
Ncdc is a modern and lightweight direct connect client with a friendly ncurses
interface. 

%prep
%setup -q

%build
%configure2_5x --enable-db-upgrade
%make

%install
%makeinstall_std
install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%doc ChangeLog COPYING README
%{_bindir}/ncdc
%{_bindir}/ncdc-db-upgrade
%{_datadir}/applications/%{name}.desktop
%doc %{_mandir}/man1/ncdc.1*
%doc %{_mandir}/man1/ncdc-db-upgrade.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.12-2
+ Revision: d1172d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17759 |14mr|ncftp-3.2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	uclibc

Summary:	An improved FTP client
Name:		ncftp
Version:	3.2.5
Release:	4
License:	Artistic
Group:		Networking/File transfer
Url:		http://www.ncftp.com/
Source0:	ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.bz2
Patch0:		ncftp-confirm.patch
Patch3:		ncftp-3.0.3-resume.patch
Patch5:		ncftp-3.1.9-suspend.patch
# requested by Yura Gusev <elendal@w4technology.com>
# adapted to 3.1.1 from http://www.fefe.de/ncftp/ncftp-3.0-EPLF.diff
# It will allow ncftp to work with publicfile. http://publicfile.org/
Patch7:		ncftp-3.1.1-EPLF.diff
Patch8:		ncftp-3.2.3-fix-help-cmd.patch
Patch9:		ncftp-3.1.5-pmeter.patch
BuildRequires:	pkgconfig(ncursesw)
%if %{with uclibc}
BuildRequires:	uClibc-devel
%endif

%description
Ncftp is an improved FTP client.  Ncftp's improvements include support
for command line editing, command histories, recursive gets, automatic
anonymous logins and more.

%files
%doc doc/*.txt README.txt
%{_bindir}/*
%{_mandir}/*/*

#----------------------------------------------------------------------------

%if %{with uclibc}
%package -n	uclibc-%{name}
Summary:	An improved FTP client (uClibc build)
Group:		Networking/File transfer

%description -n uclibc-%{name}
Ncftp is an improved FTP client.  Ncftp's improvements include support
for command line editing, command histories, recursive gets, automatic
anonymous logins and more.

%files -n uclibc-%{name}
%{uclibc_root}%{_bindir}/*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .confirm~ 
%patch3 -p1 -b .resume~
%patch5 -p1 -b .suspend~
%patch7 -p0 -b .eplf̈~
%patch8 -p1 -b .help~
%patch9 -p1 -b .pmeter~

%if %{with uclibc}
mkdir .uclibc
cp -a * .uclibc
%endif

%build
%if %{with uclibc}
pushd .uclibc
# not using %%uclibc_configure macro as configure script doesn't handle
# variables passed as arguments
export CC="%{uclibc_cc}"
export CFLAGS="%{uclibc_cflags}"
%configure \
	--enable-signals \
	--enable-ipv6 \
	--bindir=%{uclibc_root}%{_bindir}
%make STRIPFLAG="" STRIP="true"
unset CC CFLAGS
popd
%endif

%configure \
	--enable-signals \
	--enable-ipv6
%make STRIPFLAG="" STRIP="true"

%install
%if %{with uclibc}
%makeinstall_std -C .uclibc STRIPFLAG="" STRIP="true"
%endif

%makeinstall_std STRIPFLAG="" STRIP="true"

rm doc/*indows.txt


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.5-4
+ Revision: 3a342f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17760 |14mr|ncompress-4.2.4.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	ncompress
%define	oname	compress
%define	version	4.2.4.4
%define release	4

Summary:	Fast compression and decompression utilities
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	Public Domain
Group:		Archiving/Compression
URL:		http://ncompress.sourceforge.net/
Source:		http://downloads.sourceforge.net/ncompress/%{name}-%{version}.tar.gz
Patch0:		ncompress-4.2.4-make.patch
Patch1:		ncompress-4.2.4-lfs2.patch
Patch2:		ncompress-4.2.4.2-filenamelen.patch
Patch3:		ncompress-2GB.patch
Patch6: 	ncompress-4.2.4-endians.patch
Patch7:		ncompress-4.2.4.2-LDFLAGS.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The ncompress package contains the compress and uncompress
file compression and decompression utilities, which are compatible
with the original UNIX compress utility (.Z file extensions).  These
utilities can't handle gzipped (.gz file extensions) files, but
gzip can handle compressed files.

%prep

%setup -q
%patch0 -p1
%patch1 -p0 -b .lfs
%patch2 -p1 -b .filenamelen
%patch3 -p1 -b .2gb
%patch6 -p1 -b .endians
%patch7 -p0 -b .LDFLAGS

%build
#- extra CFLAGS
%ifarch alpha ia64
EXTRA_FLAGS="-DNOALIGN=0"
%endif
ENDIAN_FLAGS=4321

%ifarch sparc m68k armv4l ppc s390 s390x ppc64 sparc64
ENDIAN_FLAGS=1234
%endif

%make RPM_OPT_FLAGS="%{optflags} $ARCH32_FLAGS $EXTRA_FLAGS" ENDIAN="$ENDIAN_FLAGS" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}
install -m755 %{oname} -D %{buildroot}%{_bindir}/%{oname}
ln -sf %{oname} %{buildroot}%{_bindir}/uncompress
install -m644 %{oname}.1 -D %{buildroot}%{_mandir}/man1/%{oname}.1
ln -sf %{oname}.1.bz2 %{buildroot}%{_mandir}/man1/uncompress.1.bz2

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/*
%doc LZW.INFO README Changes Acknowleds



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2.4.4-4
+ Revision: 538a511
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17761 |14mr|ncpfs-2.2.6-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2.3
%define	libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Utilities for the ncpfs filesystem, a NetWare client for Linux
Name:		ncpfs
Version:	2.2.6
Release:	14
License:	GPLv2+
Group:		Networking/Other
URL:		ftp://platan.vc.cvut.cz/pub/linux/ncpfs/
Source0:	ftp://platan.vc.cvut.cz/pub/linux/ncpfs/%{name}-%{version}/%{name}-%{version}.tar.bz2
Patch403:       ncpfs-hg-commit-403.patch
Patch404:       ncpfs-hg-commit-404.patch
Patch405:       ncpfs-hg-commit-405.patch
Patch406:       ncpfs-hg-commit-406.patch
Patch407:       ncpfs-hg-commit-407.patch
Patch408:       ncpfs-hg-commit-408.patch
Patch409:       ncpfs-hg-commit-409.patch
Patch410:       ncpfs-hg-commit-410.patch
Patch411:       ncpfs-hg-commit-411.patch
Patch412:       ncpfs-hg-commit-412.patch
Patch413:       ncpfs-hg-commit-413.patch
Patch414:       ncpfs-hg-commit-414.patch
Patch415:       ncpfs-hg-commit-415.patch
Patch416:       ncpfs-hg-commit-416.patch
Patch417:       ncpfs-hg-commit-417.patch
Patch419:       ncpfs-hg-commit-419.patch
Patch420:       ncpfs-hg-commit-420.patch
Patch421:       ncpfs-hg-commit-421.patch
Patch422:       ncpfs-hg-commit-422.patch
Patch423:       ncpfs-hg-commit-423.patch
Patch424:       ncpfs-hg-commit-424.patch
Patch425:       ncpfs-hg-commit-425.patch
Patch426:       ncpfs-hg-commit-426.patch
Patch427:       ncpfs-hg-commit-427.patch
Patch428:       ncpfs-hg-commit-428.patch
Patch429:       ncpfs-hg-commit-429.patch
Patch430:       ncpfs-hg-commit-430.patch
Patch431:       ncpfs-hg-commit-431.patch
Patch432:       ncpfs-hg-commit-432.patch
Patch433:       ncpfs-hg-commit-433.patch
Patch434:       ncpfs-hg-commit-434.patch
Patch435:       ncpfs-hg-commit-435.patch
Patch436:       ncpfs-hg-commit-436.patch
Patch437:       ncpfs-hg-commit-437.patch
Patch438:       ncpfs-hg-commit-438.patch
Patch439:       ncpfs-hg-commit-439.patch
Patch440:       ncpfs-hg-commit-440.patch
Patch441:       ncpfs-hg-commit-441.patch
Patch442:       ncpfs-hg-commit-442.patch
Patch443:       ncpfs-hg-commit-443.patch
Patch444:       ncpfs-hg-commit-444.patch
Patch445:       ncpfs-hg-commit-445.patch
Patch446:       ncpfs-hg-commit-446.patch
Patch447:       ncpfs-hg-commit-447.patch
Patch448:       ncpfs-hg-commit-448.patch
Patch449:       ncpfs-hg-commit-449.patch
Patch450:       ncpfs-hg-commit-450.patch
Patch451:       ncpfs-hg-commit-451.patch
Patch452:       ncpfs-hg-commit-452.patch
Patch453:       ncpfs-hg-commit-453.patch
Patch454:       ncpfs-hg-commit-454.patch
Patch455:       ncpfs-hg-commit-455.patch
Patch456:       ncpfs-hg-commit-456.patch
Patch457:       ncpfs-hg-commit-457.patch
Patch458:       ncpfs-hg-commit-458.patch
Patch1002:      ncpfs.LDFLAGS.patch
Patch1003:      ncpfs.pam_ncp_auth.syslog.patch
Patch1005:      ncpfs.offsetof.patch
Patch1006:      ncpfs.mount_hang.patch
Patch1007:      ncpfs-2.2.6-mount-issue-ver2.patch
Patch1008:      ncpfs-2_2_6_partial.patch
Patch1009:      ncpfs-2.2.6-CVE-2011-1679,1680.diff
Requires:	ipxutils
Requires:	%{libname} = %{version}-%{release}
BuildRequires:	pam-devel

%description
Ncpfs is a filesystem which understands the Novell NetWare(TM) NCP protocol.
Functionally, NCP is used for NetWare the way NFS is used in the TCP/IP world.
For a Linux system to mount a NetWare filesystem, it needs a special mount
program. The ncpfs package contains such a mount program plus other tools for
configuring and using the ncpfs filesystem.

Install the ncpfs package if you need to use the ncpfs filesystem to use Novell
NetWare files or services.

%package -n	ipxutils
Summary:	Tools for configuring and debugging IPX interfaces and networks
Group:		System/Configuration/Networking

%description -n	ipxutils
The ipxutils package includes utilities (ipx_configure, ipx_internal_net,
ipx_interface, ipx_route) necessary for configuring and debugging IPX
interfaces and networks under Linux. IPX is the low-level protocol used by
Novell's NetWare file server system to transfer data.

Install ipxutils if you need to configure IPX networking on your network.

%package -n	%{libname}
Summary:	Library associated with ncpfs
Group:		System/Libraries

%description -n	%{libname}
This library is mandatory for ncpfs and ipxutils to run.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
Development files for %{name}

%prep

%setup -q
%patch403 -p1
%patch404 -p1
%patch405 -p1
%patch406 -p1
%patch407 -p1
%patch408 -p1
%patch409 -p1
%patch410 -p1
%patch411 -p1
%patch412 -p1
%patch413 -p1
%patch414 -p1
%patch415 -p1
%patch416 -p1
%patch417 -p1
%patch419 -p1
%patch420 -p1
%patch421 -p1
%patch422 -p1
%patch423 -p1
%patch424 -p1
%patch425 -p1
%patch426 -p1
%patch427 -p1
%patch428 -p1
%patch429 -p1
%patch430 -p1
%patch431 -p1
%patch432 -p1
%patch433 -p1
%patch434 -p1
%patch435 -p1
%patch436 -p1
%patch437 -p1
%patch438 -p1
%patch439 -p1
%patch440 -p1
%patch441 -p1
%patch442 -p1
%patch443 -p1
%patch444 -p1
%patch445 -p1
%patch446 -p1
%patch447 -p1
%patch448 -p1
%patch449 -p1
%patch450 -p1
%patch451 -p1
%patch452 -p1
%patch453 -p1
%patch454 -p1
%patch455 -p1
%patch456 -p1
%patch457 -p1
%patch458 -p1
#
%patch1002 -p1
%patch1003 -p1
%patch1005 -p1
%patch1006 -p1
%patch1007 -p1
%patch1008 -p1
%patch1009 -p1

chmod +rw -R .

# lib64 fix
perl -pi -e "s|/lib/security\b|/%{_lib}/security|g" configure*

%build
chmod -R u+w po

CFLAGS="%{optflags} -fPIC" \
LDFLAGS="%{ldflags}" \
%configure2_5x \
    --disable-rpath \
    --enable-pam

%make clean
%make

%make -C ipxdump
mv ipxdump/README ipxdump/README.ipxdump

%install

mkdir -p %{buildroot}/sbin
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_libdir}

%makeinstall_std install-dev

# Move ipx_configure/ipx_internal_net to permit /usr from NFS
for i in ipx_configure ipx_internal_net ipx_interface ; do
    mv %{buildroot}%{_bindir}/$i %{buildroot}/sbin/$i
done

install -m755 ipxdump/ipxdump ipxdump/ipxparse %{buildroot}%{_bindir}/

ln -sf ncpmount.8 %{buildroot}%{_mandir}/man8/mount.ncp.8

%find_lang %{name}

#rm -f %{buildroot}/usr/share/locale/locale.alias

rm -f %{buildroot}%{_libdir}/*.*a

%post -n ipxutils
if [ -f %{_sysconfdir}/modules.conf ];then
    if ! grep -q -E "^alias.*net-pf-4.*ipx" %{_sysconfdir}/modules.conf;then
	echo "alias net-pf-4 ipx" >> %{_sysconfdir}/modules.conf
    fi
else
    echo "alias net-pf-4 ipx" >> %{_sysconfdir}/modules.conf
fi

%postun  -n ipxutils
if [ "$1" = "0" ];then
    if [ -f %{_sysconfdir}/modules.conf ];then
	if grep -q -E "^alias.*net-pf-4.*ipx" %{_sysconfdir}/modules.conf;then
	    sed 's/^alias net-pf-4 ipx//' %{_sysconfdir}/modules.conf > /tmp/.modules.conf \
	    && mv -f /tmp/.modules.conf %{_sysconfdir}/modules.conf
	fi
    fi
fi


%files -f %{name}.lang
%doc BUGS Changes FAQ README
/sbin/mount.ncp*
/sbin/nwmsg
%{_bindir}/n*
%{_bindir}/p*
%{_bindir}/slist
%{_sbindir}/nwmsg
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_mandir}/man5/*
%{_mandir}/man8/mount.ncp.8*
%{_mandir}/man8/ncplogin.8*
%{_mandir}/man8/ncpmap.8*
%{_mandir}/man8/ncpmount.8*
%{_mandir}/man8/ncpumount.8*
%{_mandir}/man8/nwbocreate.8*
%{_mandir}/man8/nwborm.8*
%{_mandir}/man8/nwbpadd.8*
%{_mandir}/man8/nwbpcreate.8*
%{_mandir}/man8/nwbprm.8*
%{_mandir}/man8/nwfsctrl.8*
%{_mandir}/man8/nwgrant.8*
%{_mandir}/man8/nwmsg.8*
%{_mandir}/man8/nwrevoke.8*

%files -n ipxutils
%doc ipx-1.0/COPYING ipx-1.0/README
%doc ipxdump/README.ipxdump
/sbin/ipx_configure
/sbin/ipx_interface
/sbin/ipx_internal_net
%{_bindir}/ipx_cmd
%{_bindir}/ipx_route
%{_bindir}/ipxdump
%{_bindir}/ipxparse
%{_mandir}/man8/ipx_cmd.8*
%{_mandir}/man8/ipx_configure.8*
%{_mandir}/man8/ipx_interface.8*
%{_mandir}/man8/ipx_internal_net.8*
%{_mandir}/man8/ipx_route.8*

%files -n %{libname}
/%{_lib}/security/*
%{_libdir}/libncp.so.*

%files -n %{develname}
%doc Changes
%{_libdir}/lib*.so
%{_includedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.6-14
+ Revision: 74d987f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17762 |14mr|ncurses-5.9-6.20120811.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define date		20120811
%define	major		5
%define	majorminor	5.9
%define utf8libname	%mklibname %{name}w %{major}
%define libname		%mklibname %{name} %{major}
%define devname		%mklibname -d %{name}
%define utf8devname	%mklibname -d %{name}w

Summary:	A CRT screen handling and optimization package
Name:		ncurses
Version:	5.9
Release:	6.%{date}.1
License:	MIT
Group:		System/Libraries
Url:		http://www.gnu.org/software/ncurses/ncurses.html
Source0:	ftp://invisible-island.net/ncurses/current/%{name}-%{version}-%{date}.tgz
Source4:	ncurses-resetall.sh
Source5:    	ncurses-useful-terms
Patch1:		ncurses-5.6-xterm-debian.patch
# Alias "console" to "linux"
Patch2:		ncurses-5.9-20120811-linux-console.patch
Patch7:		ncurses-5.9-urxvt.patch
BuildRequires:	gpm-devel
BuildRequires:	sharutils
Conflicts:	%{name}-extraterms < 5.6-1.20070721.1

%description
The curses library routines are a terminal-independent method of updating
character screens with reasonalble optimization. The ncurses (new curses)
library is a freely distributable replacement for the discontinued 4.4BSD
classic curses library.

%package -n	%{libname}
Summary:	The development files for applications which use ncurses
Group:		System/Libraries
Requires:	ncurses = %{version}-%{release}

%description -n	%{libname}
The curses library routines are a terminal-independent method of updating
character screens with reasonalble optimization. The ncurses (new curses)
library is a freely distributable replacement for the discontinued 4.4BSD
classic curses library.

%package -n	%{utf8libname}
Summary:	Ncurses libraries which support UTF8
Group:		System/Libraries
Requires:	ncurses = %{version}-%{release}

%description -n %{utf8libname}
The curses library routines are a terminal-independent method of updating
character screens with reasonalble optimization. The ncurses (new curses)
library is a freely distributable replacement for the discontinued 4.4BSD
classic curses library.

This package contains ncurses libraries which support wide char (UTF8),
and is not compatible with those without.

%package	extraterms
Summary:	Some exotic terminal descriptions
Group:		System/Libraries
Requires:	ncurses = %{version}-%{release}

%description	extraterms
Install the ncurses-extraterms package if you use some exotic terminals.

%package -n	%{devname}
Summary:	The development files for applications which use ncurses
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{devname}
The header files and libraries for developing applications that use
the ncurses CRT screen handling and optimization package.

Install the ncurses-devel package if you want to develop applications
which will use ncurses.

%package -n	%{utf8devname}
Summary:	The development files for applications which use ncurses
Group:		Development/C
Requires:	%{utf8libname} = %{version}-%{release}
Provides:	ncursesw-devel = %{version}-%{release}
Conflicts:	%{_lib}ncurses-devel < 5.7-3.20091128.2

%description -n	%{utf8devname}
The libraries for developing applications that use ncurses CRT screen
handling and optimization package. Install it if you want to develop
applications which will use ncurses.

Note that the libraries included here supports wide char (UTF-8),
and is not compatible with those without. When linking programs with
these libraries, you will have to append a "w" to the library names,
i.e. -lformw, -lmenuw, -lncursesw, -lpanelw.

%package -n	termcap
Summary:	The terminal feature database used by certain applications
Group:		System/Libraries
Epoch:		1
BuildArch:	noarch

%description -n	termcap
The termcap package provides the /etc/termcap file.  /etc/termcap is
a database which defines the capabilities of various terminals and
terminal emulators.  Certain programs use the /etc/termcap file to
access various features of terminals (the bell, colors, and graphics,
etc.).

%prep
%setup -q -n %{name}-%{version}-%{date}

%patch7 -p1 -b .urxvt~

# regenerating configure needs patched autoconf, so modify configure
# directly
%patch1 -p1 -b .deb

%patch2 -p1 -b .console~

find . -name "*.orig" -o -name "*~" | xargs rm -f
# fix some permissions
chmod 755 c++/edit_cfg.sh test/listused.sh test/configure test/tracemunch

# we don't need nor want this, and it also pulls in a dependency on /usr/bin/make
rm -rf test/package

%build
export PKG_CONFIG_LIBDIR=%{_libdir}/pkgconfig

mkdir -p ncurses-normal
pushd ncurses-normal
CONFIGURE_TOP=.. 
%configure2_5x \
	--includedir=%{_includedir}/ncurses \
	--with-pkg-config-libdir=%{_libdir}/pkgconfig \
	--without-libtool \
	--with-shared \
	--with-normal \
	--with-cxx \
	--without-debug \
	--enable-overwrite \
	--without-profile \
	--with-gpm \
	--enable-termcap \
	--enable-getcap \
	--enable-const \
	--enable-hard-tabs \
	--enable-hash-map \
	--enable-no-padding \
	--enable-sigwinch \
	--without-ada \
	--disable-widec \
	--enable-xmc-glitch \
	--enable-colorfgbg \
	--enable-pc-files \
	--with-ospeed=unsigned

%make
popd

mkdir -p ncurses-utf8
pushd ncurses-utf8
CONFIGURE_TOP=.. 
%configure2_5x \
	--includedir=%{_includedir}/ncursesw \
	--with-pkg-config-libdir=%{_libdir}/pkgconfig \
	--without-libtool \
	--with-shared \
	--with-normal \
	--with-cxx \
	--without-debug \
	--enable-overwrite \
	--without-profile \
	--with-gpm \
	--enable-termcap \
	--enable-getcap \
	--enable-const \
	--enable-hard-tabs \
	--enable-hash-map \
	--enable-no-padding \
	--enable-sigwinch \
	--without-ada \
	--enable-widec \
	--enable-xmc-glitch \
	--enable-colorfgbg \
	--enable-pc-files \
	--with-ospeed=unsigned

%make
popd

%install
pushd ncurses-utf8
%makeinstall_std
popd

pushd ncurses-normal
%makeinstall_std
popd

ln -sf ncurses/curses.h %{buildroot}/usr/include/ncurses.h
for I in curses unctrl eti form menu panel term; do
	ln -sf ncurses/$I.h %{buildroot}/usr/include/$I.h
done

# the resetall script
install -m 755 %{SOURCE4} %{buildroot}%{_bindir}/resetall
# we don't want this in doc
rm -f c++/demo

mkdir -p %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libncurses.so* %{buildroot}/%{_lib}
ln -s /%{_lib}/libncurses.so.%{majorminor} %{buildroot}%{_libdir}/libncurses.so.%{majorminor}
ln -s /%{_lib}/libncurses.so.%{majorminor} %{buildroot}%{_libdir}/libncurses.so.%{major}
ln -s /%{_lib}/libncurses.so.%{majorminor} %{buildroot}%{_libdir}/libncurses.so

#
# FIXME
# OK do not time to debug it now
#
cp %{buildroot}%{_datadir}/terminfo/x/xterm %{buildroot}%{_datadir}/terminfo/x/xterm2
cp %{buildroot}%{_datadir}/terminfo/x/xterm-new %{buildroot}%{_datadir}/terminfo/x/xterm

#
# remove unneeded/unwanted files
# have to be done before find commands below
#
rm -f %{buildroot}%{_libdir}/terminfo

# fwang: avoid conflict with kon package
rm -f %{buildroot}%{_datadir}/terminfo/k/kon

# bero: Build termcap from the terminfo database
mkdir -p %{buildroot}%{_sysconfdir}
LD_LIBRARY_PATH=%{buildroot}/%{_lib}:%{buildroot}%{_libdir}:$LD_LIBRARY_PATH %{buildroot}%{_bindir}/tic -Ct misc/terminfo.src > %{buildroot}%{_sysconfdir}/termcap

#
# FIXME
#
(cd %{buildroot} ; find usr/share/terminfo      -type d | perl -pe 's||%%dir /|') > %{name}.list
(cd %{buildroot} ; find usr/share/terminfo -not -type d | perl -pe 's||/|')       > %{name}-extraterms.list
perl -pe 's||%{_datadir}/terminfo/|' %{SOURCE5} >> %{name}.list

perl -ni -e 'BEGIN { open F, "%{name}.list"; /^%/ or $s{$_} = 1 foreach <F>; } print unless $s{$_}' %{name}-extraterms.list

find %{buildroot}/%{_libdir} -name 'lib*.a' -not -type d -not -name "*_g.a" -not -name "*_p.a" -not -name "*w.a" | sed -e "s#^%{buildroot}##" > %{libname}-devel.list

%multiarch_includes %{buildroot}%{_includedir}/ncurses/curses.h

%multiarch_includes %{buildroot}%{_includedir}/ncursesw/curses.h

%files -f %{name}.list
%doc README ANNOUNCE
%{_datadir}/tabset
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man7/*

%files -n %{libname}
%attr(755,root,root) /%{_lib}/libncurses.so.*
%attr(755,root,root) %{_libdir}/libform.so.*
%attr(755,root,root) %{_libdir}/libmenu.so.*
%attr(755,root,root) %{_libdir}/libncurses.so.*
%attr(755,root,root) %{_libdir}/libpanel.so.*

%files -n %{utf8libname}
%attr(755,root,root) %{_libdir}/lib*w.so.*

%files extraterms -f %{name}-extraterms.list
%doc README

%files -n %{devname}
%doc doc c++ test
/%{_lib}/libncurses.so
%{_libdir}/libcurses.a
%{_libdir}/libcurses.so
%{_libdir}/libform.a
%{_libdir}/libform.so
%{_libdir}/libmenu.a
%{_libdir}/libmenu.so
%{_libdir}/libncurses++.a
%{_libdir}/libncurses.a
%{_libdir}/libncurses.so
%{_libdir}/libpanel.a
%{_libdir}/libpanel.so
%{_libdir}/pkgconfig/form.pc
%{_libdir}/pkgconfig/menu.pc
%{_libdir}/pkgconfig/ncurses++.pc
%{_libdir}/pkgconfig/ncurses.pc
%{_libdir}/pkgconfig/panel.pc
%{_includedir}/ncurses
%{multiarch_includedir}/ncurses
%{_includedir}/*.h
%{_mandir}/man3/*

%files -n %{utf8devname}
%{_includedir}/ncursesw
%{_libdir}/pkgconfig/*w.pc
%{multiarch_includedir}/ncursesw
%{_libdir}/lib*w.so
%{_libdir}/lib*w.a

%files -n termcap
%{_sysconfdir}/termcap



%changelog
* Wed Aug 22 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.9-6.20120811.1
+ Revision: 4fce7b3
- LOG Sync with Cooker (get recent snapshot, various fixes and cleanups), drop no longer needed Obsoletes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17763 |14mr|ndesk-dbus-0.6.1a-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ndesk-dbus
%define version 0.6.1a
%define release 12
%define pkgname ndesk-dbus-1.0

Summary: Managed D-Bus implementation
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.ndesk.org/archive/dbus-sharp/%{name}-%{version}.tar.gz
License: MIT
Group: System/Libraries
Url: http://www.ndesk.org/DBusSharp
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: mono-devel
BuildArch: noarch

Provides: mono(NDesk.DBus) = 1.0.0.0

%description
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus).

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%package devel
Summary: Development files for %name
Group: Development/Other
Requires: %name = %version-%release

%description devel
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus).

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%prep
%setup -q -n %name-%version

%build
./configure --prefix=%_prefix
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std pkgconfigdir=%_datadir/pkgconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING
%_prefix/lib/mono/%pkgname
%_prefix/lib/mono/gac/NDesk.DBus/

%files devel
%defattr(-,root,root)
%doc examples
%_datadir/pkgconfig/%pkgname.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.1a-12
+ Revision: ea33c9e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17764 |14mr|ndesk-dbus-glib-0.4.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname ndesk-dbus-glib-1.0

Summary:	Managed D-Bus implementation - GLib integration
Name:		ndesk-dbus-glib
Version:	0.4.1
Release:	10
Source0:	http://www.ndesk.org/archive/dbus-sharp/%{name}-%{version}.tar.gz
License:	MIT
Group:		System/Libraries
Url:		http://www.ndesk.org/DBusSharp
BuildRequires:	mono-devel
BuildRequires:	ndesk-dbus-devel
BuildRequires:	gtk-sharp2
Requires:	glib2
BuildArch: noarch

%description
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus). This is the GLib integration for ndesk-dbus.

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description devel
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus). This is the GLib integration for ndesk-dbus.

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%prep
%setup -q

%build
./configure --prefix=%{_prefix}
make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig

%files
%doc README COPYING
%{_prefix}/lib/mono/%pkgname
%{_prefix}/lib/mono/gac/NDesk.DBus.GLib/

%files devel
%doc examples
%{_datadir}/pkgconfig/%pkgname.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.1-10
+ Revision: 3c4240a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17765 |14mr|ndoc-1.3.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ndoc
Version:	1.3.1
Release:	6
Summary:	Code Documentation Generator for .NET
URL:		http://ndoc.sourceforge.net/
License:	GPLv2+
Group: Development/Other
Source0:	http://download.sourceforge.net/sourceforge/ndoc/ndoc-devel-v%{version}.zip
Source1:	ndoc.pc
#gw Ubuntu patches:
Patch0:		fix-build-system.diff
Patch1:		01_unused_private_methods.dpatch
Patch2:		02_ds_reference.dpatch
Patch3:		03_sdkdoc_location.dpatch
Patch4:		04_default_documenter.dpatch
#gw: fix build with old keyfile syntax warning
Patch5:		ndoc-1.3.1-no-warnaserror.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	nant
BuildRequires:	unzip
BuildArch: noarch

%description
NDoc generates class library documentation from .NET assemblies and the XML 
documentation files generated by the C# compiler. NDoc uses pluggable 
documenters to generate documentation in several different formats, including 
the MSDN-style HTML Help format (.chm), the Visual Studio .NET Help format 
(HTML Help 2), and MSDN-online style web pages.

%package devel
Summary:	Code Documentation Generator for .NET
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description devel
Development files for Ndoc.

%prep
%setup -q -c -n %{name}-%{version}
%apply_patches
%{__sed} -i 's/\r//' COPYING.txt
%{__sed} -i 's/\r//' README.txt

%build
# Use the mono system key instead of generating our own here.
%if %mdvver >= 201100
cp -a /etc/pki/mono/mono.snk NDoc.snk
%endif
nant -t:mono-2.0
# This one gets far enough, before throwing an odd windows error.
nant -t:mono-2.0 sdkdoc ||:

%install
rm -rf $RPM_BUILD_ROOT
%{__mkdir_p} $RPM_BUILD_ROOT/%{_datadir}/pkgconfig
cp -p %{S:1} $RPM_BUILD_ROOT/%{_datadir}/pkgconfig
%{__mkdir_p} $RPM_BUILD_ROOT/%_prefix/lib/mono/gac/
gacutil -i bin/mono/1.0/NDoc.Core.dll -f -package ndoc -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/mono/1.0/NDoc.Documenter.JavaDoc.dll -f -package ndoc -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/mono/1.0/NDoc.Documenter.Latex.dll -f -package ndoc -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/mono/1.0/NDoc.Documenter.LinearHtml.dll -f -package ndoc -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/mono/1.0/NDoc.Documenter.Msdn2.dll -f -package ndoc -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/mono/1.0/NDoc.Documenter.Msdn.dll -f -package ndoc -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/mono/1.0/NDoc.Documenter.Xml.dll -f -package ndoc -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/mono/1.0/NDoc.ExtendedUI.dll -f -package ndoc -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/mono/1.0/NDoc.Test.dll -f -package ndoc -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/mono/1.0/NDoc.VisualStudio.dll -f -package ndoc -root ${RPM_BUILD_ROOT}/%_prefix/lib
gacutil -i bin/mono/1.0/NDocConsole.exe -f -package ndoc -root ${RPM_BUILD_ROOT}/%_prefix/lib

# Cleanup docs
%{__sed} -i 's/\r//' doc/sdk/ndoc.log
%{__sed} -i 's/\r//' doc/sdk/ndoc.js
%{__sed} -i 's/\r//' doc/sdk/ndoc.css
%{__sed} -i 's/\r//' doc/sdk/tree.css
%{__sed} -i 's/\r//' doc/sdk/MSDN.css
%{__sed} -i 's/\r//' doc/sdk/tree.js
iconv -f iso-8859-1 -t utf-8 -o doc/sdk/tree.js{.utf8,}
mv doc/sdk/tree.js{.utf8,}

# Sometimes this temp dir sticks around. We don't want it.
rm -rf doc/sdk/ndoc_msdn_temp

%clean
rm -rf -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING.txt README.txt
%_prefix/lib/mono/gac/NDoc*/
%_prefix/lib/mono/ndoc

%files devel
%defattr(-,root,root,-)
%doc doc/sdk/
%{_datadir}/pkgconfig/ndoc.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.1-6
+ Revision: 92df2f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17766 |14mr|nekohtml-1.9.6.1-0.0.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define section free
%define gcj_support 1

Name:           nekohtml
Version:        1.9.6.1
Release:        0.0.6
Epoch:          0
Summary:        HTML scanner and tag balancer
License:        Apache License
URL:            http://nekohtml.sourceforge.net/
Source0:        http://downloads.sourceforge.net/nekohtml/nekohtml-%{version}.tar.gz
# Source 1      http://www.jpackage.org/cgi-bin/viewvc.cgi/*checkout*/rpms/devel/nekohtml/nekohtml-filter.sh?root=jpackage&content-type=text%2Fplain
Source1:        %{name}-filter.sh
Patch0:         %{name}-crosslink.patch
Patch1:         %{name}-1.9.6-jars.patch
Group:          Development/Java
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel
%endif
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant
BuildRequires:  java-javadoc
BuildRequires:  bcel-javadoc
BuildRequires:  xerces-j2 >= 0:2.7.1
BuildRequires:  xerces-j2-javadoc-xni
BuildRequires:  xerces-j2-javadoc-impl
Requires:       bcel
Requires:       jpackage-utils >= 0:1.6
Requires:       xerces-j2 >= 0:2.7.1

%description
NekoHTML is a simple HTML scanner and tag balancer that enables
application programmers to parse HTML documents and access the
information using standard XML interfaces. The parser can scan HTML
files and "fix up" many common mistakes that human (and computer)
authors make in writing HTML documents.  NekoHTML adds missing parent
elements; automatically closes elements with optional end tags; and
can handle mismatched inline element tags.
NekoHTML is written using the Xerces Native Interface (XNI) that is
the foundation of the Xerces2 implementation. This enables you to use
the NekoHTML parser with existing XNI tools without modification or
rewriting code.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:               jpackage-utils >= 0:1.6
Requires(postun):       jpackage-utils >= 0:1.6

%description    javadoc
Javadoc for %{name}.

%package        demo
Summary:        Demo for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:               jpackage-utils >= 0:1.6
Requires(postun):       jpackage-utils >= 0:1.6

%description    demo
Demonstrations and samples for %{name}.


%prep
%setup -q
%patch0 -p1
%patch1 -p1
%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t %{__rm}
%{__perl} -pi -e 's/\r$//g' *.txt doc/*.html
%{__rm} -r doc/javadoc

%build
export CLASSPATH=$(build-classpath bcel xerces-j2)
export OPT_JAR_LIST=:
%{ant} \
    -Dbuild.sysclasspath=first \
    -Djava.dir=%{_javadir} \
    -Djar.file=%{name}-%{version}.jar \
    -Djar.xni.file=%{name}-xni-%{version}.jar \
    -Djar.samples.file=%{name}-samples-%{version}.jar \
    -Dbcel.javadoc=%{_javadocdir}/bcel \
    -Dj2se.javadoc=%{_javadocdir}/java \
    -Dxni.javadoc=%{_javadocdir}/xerces-j2-xni \
    -Dxerces.javadoc=%{_javadocdir}/xerces-j2-impl \
    clean jar jar-xni doc #test

%install
rm -rf $RPM_BUILD_ROOT

# Jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -p -m 644 %{name}{,-xni}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
ln -s %{name}-xni-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-xni.jar

# Scripts
install -Dpm 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/%{name}-filter

# Samples
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
install -p -m 644 %{name}-samples-%{version}.jar \
  $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/

# Javadocs
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -a build/doc/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt README.txt doc/*.html
%attr(755,root,root) %{_bindir}/%{name}-filter
%{_javadir}/%{name}*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}-%{version}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.9.6.1-0.0.6
+ Revision: ac80d7b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17767 |14mr|neon-0.29.6-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.27
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	An HTTP and WebDAV client library, with a C interface
Name:		neon
Version:	0.29.6
Release:	10
Group:		Development/Other
License: 	GPLv2+ and LGPLv2+
URL:		http://www.webdav.org/neon/
Source0:	http://www.webdav.org/neon/%{name}-%{version}.tar.gz
Source1:	http://www.webdav.org/neon/%{name}-%{version}.tar.gz.asc
Patch0:		neon-locales.diff
Patch1:		neon-fail_parse.diff
Patch2:		neon-borked_addr_reverse.diff
Patch3:		neon-borked_retry_notcompress_and_retry_compress.diff
Patch4:		neon-borked_read_reset.diff
Patch5:		neon-borked_simple_sslv2.diff
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476571
Patch6:		neon-0.28.2-fix-segfault.patch
Patch7:		neon-0.29.6-neon-config_cleanups.diff

BuildRequires:	libtool
BuildRequires:	krb5-devel
BuildRequires:	pkgconfig(libcrypto) >= 0.9.7
BuildRequires:	pkgconfig(libssl) >= 0.9.7
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(zlib)

%description
neon is an HTTP and WebDAV client library for Unix systems, 
with a C language API. It provides high-level interfaces to 
HTTP/1.1 and WebDAV  methods, and a low-level interface to 
HTTP request/response handling, allowing new methods to be 
easily implemented.

%package	i18n
Summary:	Language files for Neon
Group:		System/Internationalization 
BuildArch:	noarch

%description	i18n
neon is an HTTP and WebDAV client library for Unix systems, 
with a C language API. It provides high-level interfaces to 
HTTP/1.1 and WebDAV  methods, and a low-level interface to 
HTTP request/response handling, allowing new methods to be 
easily implemented.

%package -n	%{libname}
Summary:	Shared library for Neon
Group:		System/Libraries

%description -n %{libname}
neon is an HTTP and WebDAV client library for Unix systems, 
with a C language API. It provides high-level interfaces to 
HTTP/1.1 and WebDAV  methods, and a low-level interface to 
HTTP request/response handling, allowing new methods to be 
easily implemented.

%package -n	%{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C++
Requires:	%{libname} >= %{EVRD}
Provides:	neon-devel = %{EVRD}
Obsoletes:	%{mklibname neon 0.27 -d} < 0.29.6-7
Conflicts:	%{mklibname neon 0.26}-devel < 0.29.6-7

%description -n	%{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p0
%patch6 -p1
%patch7 -p1

# fix mo clash (#28428)
# this goes with the changes done by Patch0
perl -pi -e "s|_LIBNAME_|%{libname}|g" Makefile.in src/ne_internal.h

# this value has to be raised on x86_64
perl -pi -e "s|^ulimit \-v .*|ulimit \-v 40960|g" test/run.sh

%build
%configure2_5x \
    --enable-shared \
    --disable-static \
    --with-ssl=openssl \
    --enable-threadsafe-ssl=posix \
    --with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
    --with-libxml2

%make

#%%check
#%make check <- the tests are broken, and/or some of the iurt tar balls and/or some build node, take your pick

%install
rm -rf %{buildroot}
%makeinstall

# fix this
rm -rf %{buildroot}%{_datadir}/doc

%find_lang %{libname} --all-name

cp src/README README.neon

%files i18n -f %{libname}.lang
%doc doc/*.txt README.neon

%files -n %{libname}
%{_libdir}/libneon.so.27*

%files -n %{develname}
%doc AUTHORS BUGS doc/html ChangeLog NEWS README THANKS TODO
%{_bindir}/neon-config
%{_libdir}/libneon.so
%{_libdir}/pkgconfig/neon.pc
%dir %{_includedir}/neon
%{_includedir}/neon/*
%{_mandir}/man1/*
%{_mandir}/man3/*




%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.29.6-10
+ Revision: 436d348
- BuildList#2062192: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17768 |14mr|nepomuk-core-4.13.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Nepomuk core utilities and libraries
Name:		nepomuk-core
Version:	4.13.3
Release:	3
Epoch:		1
License:	GPLv2 GPLv3 LGPLv2 LGPLv3
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%ftpdir/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	kde4-macros
BuildRequires:	baloo-devel
BuildRequires:	ebook-tools-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kfilemetadata-devel
BuildRequires:	qmobipocket-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavdevice)
BuildRequires:	pkgconfig(libavfilter)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libpostproc)
BuildRequires:	pkgconfig(libstreams) >= 0.7.3
BuildRequires:	pkgconfig(libswresample)
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pkgconfig(poppler)
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(shared-desktop-ontologies) >= 0.11
BuildRequires:	pkgconfig(soprano) >= 2.7.57
BuildRequires:	pkgconfig(taglib)
Requires:	shared-desktop-ontologies >= 0.11
Requires:	soprano >= 4:2.7.57
Conflicts:	kdebase4-runtime < 1:4.8.80

%description
Nepomuk core utilities and libraries.

%files
%doc COPYING*
%{_datadir}/dbus-1/interfaces/*.xml
%{_datadir}/dbus-1/system-services/org.kde.nepomuk.filewatch.service
%{_datadir}/polkit-1/actions/org.kde.nepomuk.filewatch.policy
%{_sysconfdir}/dbus-1/system.d/org.kde.nepomuk.filewatch.conf
%{_kde_applicationsdir}/*.desktop
%{_kde_appsdir}/fileindexerservice
%{_kde_appsdir}/nepomukfilewatch
%{_kde_appsdir}/nepomukstorage
%{_kde_bindir}/nepomuk*
%{_kde_datadir}/autostart/*.desktop
%{_kde_datadir}/ontology/kde/*
%{_kde_libdir}/kde4/nepomukepubextractor.so
%{_kde_libdir}/kde4/nepomukexiv2extractor.so
%{_kde_libdir}/kde4/nepomukffmpegextractor.so
%{_kde_libdir}/kde4/nepomukmobiextractor.so
%{_kde_libdir}/kde4/nepomukodfextractor.so
%{_kde_libdir}/kde4/nepomukoffice2007extractor.so
%{_kde_libdir}/kde4/nepomukofficeextractor.so
%{_kde_libdir}/kde4/nepomukplaintextextractor.so
%{_kde_libdir}/kde4/nepomukpopplerextractor.so
%{_kde_libdir}/kde4/nepomuktaglibextractor.so
%{_kde_libdir}/kde4/libexec/kde_nepomuk_filewatch_raiselimit
%{_kde_libdir}/libkdeinit4_nepomukserver.so
%{_kde_libdir}/libnepomukcommon.so
%{_kde_libdir}/libnepomukextractor.so
%{_kde_services}/*.desktop
%{_kde_servicetypes}/*.desktop

#----------------------------------------------------------------------------------

%define nepomukcore_major 4
%define libnepomukcore %mklibname nepomukcore %{nepomukcore_major}
%if %{nepomukcore_major} != 4
Please remove all references to libnepomuksync below -- we are not compatible
with it in any way, so we should not claim we are its successor.
%endif
%define libnepomuksync %mklibname nepomuksync %{nepomukcore_major}

%package -n %{libnepomukcore}
Summary:	Nepomuk core library
Group:		System/Libraries
%rename %{libnepomuksync}

%description -n %{libnepomukcore}
Nepomuk core library.

%files -n %{libnepomukcore}
%{_kde_libdir}/libnepomukcore.so.%{nepomukcore_major}*

#----------------------------------------------------------------------------------

%define nepomukcleaner_major 4
%define libnepomukcleaner %mklibname nepomukcleaner %{nepomukcleaner_major}

%package -n %{libnepomukcleaner}
Summary:	Nepomuk cleaner library
Group:		System/Libraries

%description -n %{libnepomukcleaner}
Nepomuk cleaner library.

%files -n %{libnepomukcleaner}
%{_kde_libdir}/libnepomukcleaner.so.%{nepomukcleaner_major}*

#----------------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{name}
Requires:	%{libnepomukcore} = %{EVRD}
Requires:	%{libnepomukcleaner} = %{EVRD}
Conflicts:	kdebase4-runtime-devel < 1:4.8.80

%description devel
This package includes the header files needed to develop applications
that use Nepomuk.

%files devel
%{_kde_includedir}/nepomuk2
%{_kde_includedir}/Nepomuk2
%{_kde_libdir}/libnepomukcore.so
%{_kde_libdir}/libnepomukcleaner.so
%{_libdir}/cmake/NepomukCore

#----------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build


%changelog
* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-3
+ Revision: 94e7e52
- Devel package should require nepomuk-core



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17769 |14mr|nepomukshell-0.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Nepomukshell
Name:		nepomukshell
Version:	0.8.0
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(shared-desktop-ontologies)

%description
Nepomukshell.

%files
%{_kde_bindir}/nepomukshell
%{_kde_datadir}/applications/kde4/nepomukshell.desktop
%{_kde_appsdir}/nepomukshell
%{_kde_docdir}/HTML/en/nepomukshell

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.0-3
+ Revision: c3fd866
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17770 |14mr|nepomuk-widgets-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nepomuk-widgets
Summary:	Nepomuk widget utilities and libraries
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 GPLv3 LGPLv2 LGPLv3
URL:		http://www.kde.org
%define is_beta %(if test `echo %version |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %is_beta
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source:		ftp://ftp.kde.org/pub/kde/%ftpdir/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kde4-macros
BuildRequires:	kdelibs4-devel
BuildRequires:	doxygen
BuildRequires:	pkgconfig(soprano) >= 2.7.57
BuildRequires:	nepomuk-core-devel >= 4.9.98

%description
Nepomuk widget utilities and libraries.

#----------------------------------------------------------------------------------

%define nepomukwidgets_major 4
%define libnepomukwidgets %mklibname nepomukwidgets %{nepomukwidgets_major}

%package -n %{libnepomukwidgets}
Summary:	Nepomuk widgets library
Group:		System/Libraries

%description -n %{libnepomukwidgets}
Nepomuk widgets library.

%files -n %{libnepomukwidgets}
%{_kde_libdir}/libnepomukwidgets.so.%{nepomukwidgets_major}*

#----------------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libnepomukwidgets} = %{EVRD}
Conflicts:	kdebase4-runtime-devel < 1:4.8.80

%description devel
This package includes the header files needed to develop applications
that use Nepomuk.

%files devel
%{_kde_includedir}/nepomuk2/*
%{_kde_libdir}/libnepomukwidgets.so
%{_libdir}/cmake/NepomukWidgets

#----------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 45bcd95
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17771 |14mr|netcat-gnu-0.7.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name netcat

Name:           netcat-gnu
Version:        0.7.1
Release:        13
Epoch:          0
Summary:        Networking utility that manages TCP and UDP connections
License:        GPL
Group:          Networking/Other
URL:            http://netcat.sourceforge.net/
Source0:        http://osdn.dl.sourceforge.net/sourceforge/netcat/netcat-%{version}.tar.bz2
Source1:        http://netcat.sourceforge.net/signatures/md5sums.txt
Source2:        http://netcat.sourceforge.net/signatures/netcat-%{version}.tar.bz2.asc
Obsoletes:      netcat <= 0.7.1-4mdv
Provides:       netcat = 1.0
Conflicts:      netcat-traditional
Conflicts:      netcat-openbsd

%description
Netcat is a featured networking utility which reads and writes data across
network connections, using the TCP/IP protocol.

It is designed to be a reliable "back-end" tool that can be used directly or
easily driven by other programs and scripts. At the same time, it is a
feature-rich network debugging and exploration tool, since it can create
almost any kind of connection you would need and has several interesting
built-in capabilities.

%prep
%setup -q -n %{real_name}-%{version}

%build
%{configure2_5x}
%{make}

%install
%{makeinstall}
(cd %{buildroot}%{_infodir} && %{__ln_s} netcat.info nc.info)
(cd %{buildroot}%{_mandir}/man1 && %{__ln_s} netcat.1 nc.1)

%{__rm} doc/drafts/Makefile*

%find_lang %{real_name}

%files -f %{real_name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO doc/migration doc/drafts
%{_bindir}/netcat
%{_bindir}/nc
%{_infodir}/netcat.info*
%{_infodir}/nc.info*
%{_mandir}/man1/netcat.1*
%{_mandir}/man1/nc.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:0.7.1-13
+ Revision: ff3cd96
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17772 |14mr|netcat-traditional-1.10-38
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name nc

Name:           netcat-traditional
Version:        1.10
Release:        38
Summary:        Reads and writes data across network connections using TCP or UDP
License:        Public Domain
Group:          Networking/Other
URL:            http://nc110.sourceforge.net/
Source0:        http://sourceforge.net/projects/nc110/files/unix%20netcat%201.10%20by%20_Hobbit_/%5BUnnamed%20release%5D/nc110.tgz
Source1:        %{real_name}.1
Patch0:         unstripped.patch
Patch1:         glibc-resolv-h.patch
Patch2:         arm-timer.patch
Patch3:         posix-setjmp.patch
Patch4:         no-sleep-punt.patch
Patch5:         single-verbose.patch
Patch6:         use-getservbyport.patch
Patch7:         read-overflow.patch
Patch8:         inet-aton.patch     
Patch9:         udp-broadcast.patch
Patch10:        quit.patch
Patch11:        dash-port.patch
Patch12:        sh-c.patch
Patch13:        tos.patch
Patch14:        rservice-buf.patch      
Patch15:        so-keepalive.patch
Patch16:        nodup-stderr.patch
Patch17:        help-exit-failure.patch
Patch18:        darwin-ipproto.patch
Patch19:        select-nfds.patch
Patch20:        proxy-doc.patch
Patch30:        nc-1.10-format_not_a_string_literal_and_no_format_arguments.diff
Patch31:        nc-1.10-LDFLAGS.patch
Obsoletes:      nc
Conflicts:      netcat < 1.0
Provides:       netcat = 1.0
Conflicts:      netcat-openbsd
Conflicts:      netcat-gnu
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
The nc package contains Netcat (the program is now netcat), a simple utility
for reading and writing data across network connections, using the TCP or UDP
protocols. Netcat is intended to be a reliable back-end tool which can be used
directly or easily driven by other programs and scripts. Netcat is also a
feature-rich network debugging and exploration tool, since it can create many
different connections and has many built-in capabilities.

You may want to install the netcat package if you are administering a network
and you'd like to use its debugging and network exploration capabilities.

netcat has been compiled with -DGAPING_SECURITY_HOLE turned on. I do not
believe this is as much of a security hole as the author makes it out to be,
*if* you know what you're doing (but then, if you didn't, you'd still be using
telnet ;-)). Since the spawned program will run as whatever user started
netcat, don't use -e as root. You have been warned, so if some cracker breaks
into your system due to your own stupidity, don't blame me.

A symlink to the netcat binary called 'netcat' has been installed. However, the
canonical name is still 'nc'. If you use netcat on other systems, it will
probably only be installed as 'nc', so keep this in mind when writing scripts.

%prep
%setup -q -c

%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch18 -p1
%patch19 -p1
%patch20 -p1

%patch30 -p0
%patch31 -p0

%build
# Make linux ids supported, but it makes a static binary. 
%{__make} CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" \
          DFLAGS='-DLINUX -DTELNET -DGAPING_SECURITY_HOLE' generic

%install
%{__rm} -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 nc %{buildroot}%{_bindir}
(cd %{buildroot}%{_bindir} && %{__ln_s} nc netcat)

install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1
(cd %{buildroot}%{_mandir}/man1 && %{__ln_s} nc.1 netcat.1)

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README Changelog scripts
%{_bindir}/nc
%{_bindir}/netcat
%{_mandir}/man1/nc.1*
%{_mandir}/man1/netcat.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10-38
+ Revision: 87732d9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17773 |14mr|netcdf-4.1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major_c 7
%define major_cmm 4
%define major_fortran 5
%define libname %mklibname %{name} %{major_c}
%define libname_mm %mklibname %{name}mm %{major_cmm}
%define libname_fortran %mklibname %{name}_fortran %{major_fortran}
%define devname %mklibname -d %{name}

Summary:	Libraries to use the Unidata network Common Data Form (netCDF)
Name:		netcdf
Version:	4.1.3
Release:	5
Group:		Development/C
License:	NetCDF
Url:		http://www.unidata.ucar.edu/packages/netcdf/index.html
Source0:	ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-%{version}.tar.gz
Source1:	ftp://ftp.unidata.ucar.edu/pub/netcdf/guidec.pdf.bz2
Source2:	ftp://ftp.unidata.ucar.edu/pub/netcdf/guidec.html.tar.bz2
Patch0:		netcdf-4.1-pkgconfig.patch
BuildRequires:	gcc-gfortran
BuildRequires:	groff
BuildRequires:	valgrind
BuildRequires:	hdf5-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(zlib)

%description
NetCDF (network Common Data Form) is an interface for array-oriented data
access and a freely-distributed collection of software libraries for C,
Fortran, C++, and perl that provides an implementation of the interface.
The netCDF library also defines a machine-independent format for representing
scientific data. Together, the interface, library, and format support the
creation, access, and sharing of scientific data. The netCDF software was
developed at the Unidata Program Center in Boulder, Colorado.

NetCDF data is:

   o Self-Describing. A netCDF file includes information about the data it
     contains.

   o Network-transparent. A netCDF file is represented in a form that can be
     accessed by computers with different ways of storing integers, characters,
     and floating-point numbers.

   o Direct-access. A small subset of a large dataset may be accessed
     efficiently, without first reading through all the preceding data.

   o Appendable. Data can be appended to a netCDF dataset along one dimension
     without copying the dataset or redefining its structure. The structure of
     a netCDF dataset can be changed, though this sometimes causes the dataset
     to be copied.

   o Sharable. One writer and multiple readers may simultaneously access the
     same netCDF file.

%files
%doc COPYRIGHT README RELEASE_NOTES guidec.pdf guidec
%{_bindir}/ncgen
%{_bindir}/ncgen3
%{_bindir}/ncdump
%{_bindir}/nccopy
%{_mandir}/man1/*.1*
%{_infodir}/*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	C libraries for netcdf-4
Group:		System/Libraries

%description -n	%{libname}
This package contains the netCDF-4 C libraries.

%files -n %{libname}
%{_libdir}/libnetcdf.so.%{major_c}*

#----------------------------------------------------------------------------

%package -n	%{libname_mm}
Summary:	C++ libraries for netcdf-4
Group:		System/Libraries

%description -n	%{libname_mm}
This package contains the netCDF-4 C++ libraries.

%files -n %{libname_mm}
%{_libdir}/libnetcdf_c++.so.%{major_cmm}*

#----------------------------------------------------------------------------

%package -n	%{libname_fortran}
Summary:	Fortran libraries for netcdf-4
Group:		System/Libraries

%description -n	%{libname_fortran}
This package contains the netCDF-4 fortran libraries.

%files -n %{libname_fortran}
%{_libdir}/libnetcdff.so.%{major_fortran}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development files for netcdf-4
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libname_mm} = %{EVRD}
Requires:	%{libname_fortran} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}netcdf-static-devel < 4.1.3-3

%description -n %{devname}
This package contains the netCDF-4 header files, shared devel libs, and
man pages.

%files -n %{devname}
%{_bindir}/nc-config
%{_includedir}/*.h
%{_includedir}/*.hh
%{_includedir}/*.inc
%{_includedir}/*.mod
%{_libdir}/*.so
%{_mandir}/man3/*.3*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
export FC="gfortran"
export F90="gfortran"
export CPPFLAGS="%{optflags} -fPIC"
export FFLAGS="-fPIC %{optflags}"
export F90FLAGS="$FFLAGS"
export FCFLAGS="$FFLAGS"
export LIBS="-ltirpc"

%define _disable_ld_no_undefined 1

%configure2_5x \
	--enable-shared \
	--disable-static \
	--enable-netcdf-4 \
	--enable-ncgen4 \
	--enable-dap \
	--enable-extra-example-tests \
	--disable-dap-remote-tests

make

%check
make check

%install
%makeinstall_std

bzcat %{SOURCE1} > guidec.pdf
bzcat %{SOURCE2} | tar xvf -


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.1.3-5
+ Revision: c476c53
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17774 |14mr|netcdf-devel-3.6.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name netcdf-devel%{?fortran:-%{fortran}}

%define fortrancomp gfortran
%define isstdfortran %{?fortran:1}%{?!fortran:0}
%define foptflags %optflags

%if %{?_with_pgf:1}%{?!_with_pgf:0}
%define fortrancomp pgf90
%define fortran pgf
%define foptflags
%endif

%if %{?_with_g95:1}%{?!_with_g95:0}
%define fortrancomp g95
%define fortran g95
%endif

%if %{?_with_nag:1}%{?!_with_nag:0}
%define fortrancomp f95
%define fortran nag
%endif

Summary:	Libraries to use the Unidata network Common Data Form (netCDF)
Name:		%{name}
Version:	3.6.3
Release:	7
Group:		Development/C
License:	distributable (see COPYRIGHT)
Url:		http://www.unidata.ucar.edu/packages/netcdf/index.html
Source0:	ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-%{version}.tar.gz
Source1:	ftp://ftp.unidata.ucar.edu/pub/netcdf/guidec.pdf.bz2
Source2:	ftp://ftp.unidata.ucar.edu/pub/netcdf/guidec.html.tar.bz2
Patch0:		netcdf-3.6.3-wformat.patch
BuildRequires:	gcc-gfortran
%if %{?fortran:1}%{?!fortran:0}
Requires:	netcdf-devel >= %{version}
%endif

%description
NetCDF (network Common Data Form) is an interface for array-oriented data
access and a freely-distributed collection of software libraries for C, 
Fortran, C++, and perl that provides an implementation of the interface.
The netCDF library also defines a machine-independent format for representing
scientific data. Together, the interface, library, and format support the 
creation, access, and sharing of scientific data. The netCDF software was 
developed at the Unidata Program Center in Boulder, Colorado.

NetCDF data is:	

   o Self-Describing. A netCDF file includes information about the data it
     contains. 

   o Network-transparent. A netCDF file is represented in a form that can be 
     accessed by computers with different ways of storing integers, characters,
     and floating-point numbers. 

   o Direct-access. A small subset of a large dataset may be accessed 
     efficiently, without first reading through all the preceding data. 

   o Appendable. Data can be appended to a netCDF dataset along one dimension 
     without copying the dataset or redefining its structure. The structure of 
     a netCDF dataset can be changed, though this sometimes causes the dataset 
     to be copied. 

   o Sharable. One writer and multiple readers may simultaneously access the 
     same netCDF file. 

This package can be build with another fortran compiler than gfortran.
You can use rpm --rebuild with one of:
  --with pgf
  --with g95
  --with nag (warning:	gfortran is also installed as f95 so it's conflict
	      with nag fortran )

%if %{isstdfortran}
This netcdf has been built with %{fortran}
%endif


%prep
%setup -qn  netcdf-%{version}
perl -pi -e "/^LIBDIR/ and s/\/lib/\/%_lib/g" src/macros.make.*
%patch0 -p0 -b .wformat

%build
export F77=%{fortrancomp}
export FC=%{fortrancomp}
export F90=%{fortrancomp}
export FFLAGS=-fPIC
export FCFLAGS=-fPIC
export F90FLAGS=-fPIC
export CFLAGS="%optflags -DpgiFortran -fPIC"
export CPPFLAGS="%optflags -DpgiFortran -fPIC"
export CXXFLAGS="%optflags -DpgiFortran -fPIC"
%if %{?_with_g95:1}%{?!_with_g95:0}
export CPPFLAGS="-DNDEBUG -Df2cFortran"
export CFLAGS="$RPM_OPT_FLAGS -fno-fast-math -Df2cFortran -fPIC"
export CXXFLAGS="$RPM_OPT_FLAGS -fno-fast-math -Df2cFortran -fPIC"
%endif
%if %{?_with_nag:1}%{?!_with_nag:0}
export CPPFLAGS="-DNDEBUG -DNAGf90Fortran"
export CFLAGS="$RPM_OPT_FLAGS -fno-fast-math -DNAGf90Fortran -fPIC"
export CXXFLAGS="$RPM_OPT_FLAGS -fno-fast-math -DNAGf90Fortran -fPIC"
%endif

%configure2_5x
make

%check
%if %{?_with_nag:0}%{?!_with_nag:1}
make test
%endif

%install
mkdir -p %{buildroot}/%{_prefix} %{buildroot}%{_mandir}
%makeinstall

%if %{?fortran:1}%{?!fortran:0}
mv %{buildroot}%{_libdir}/libnetcdf.a %{buildroot}%{_libdir}/libnetcdf-%{fortran}.a
(cd %{buildroot}%{_includedir}
 mkdir  %{fortran}
 mv netcdf.mod %{fortran}/netcdf.mod
 mv typesizes.mod %{fortran}/typesizes.mod
 rm %{buildroot}/%{_bindir}/*
 rm %{buildroot}/%{_libdir}/libnetcdf_c++.a
 rm -rf %{buildroot}/%{_mandir}
 rm %{buildroot}%{_includedir}/*
)
%endif

bzcat %{SOURCE1} > guidec.pdf
bzcat %{SOURCE2} | tar xvf -

%files
%{_libdir}/*.a
%{_infodir}/netcdf-c.info.*
%{_infodir}/netcdf-cxx.info.*
%{_infodir}/netcdf-install.info.*
%{_infodir}/netcdf-tutorial.info.*
%{_infodir}/netcdf.info.*
%if %{?fortran:0}%{?!fortran:1}
%doc README RELEASE_NOTES guidec.pdf guidec
%{_bindir}/ncgen
%{_bindir}/ncdump
%{_infodir}/netcdf-f77.info.*
%{_infodir}/netcdf-f90.info.*
%{_mandir}/man1/ncgen.1*
%{_mandir}/man1/ncdump.1*
%{_mandir}/man3/netcdf.3*
%{_mandir}/man3/netcdf_f77.3.*
%{_mandir}/man3/netcdf_f90.3.*
%endif
%if %{isstdfortran}
%dir %{_includedir}/%{fortran}
%{_includedir}/%{fortran}/*
%else
%{_includedir}/*
%endif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6.3-7
+ Revision: b28fbaf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17775 |14mr|netcf-0.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libmajor 1
%define libname %mklibname %{name} %{libmajor}
%define libnamedevel %mklibname -d %{name}

Name:		netcf
Version:	0.2.2
Release:	4
Group:		Networking/Other
License:	LGPLv2
Summary:	A distribution agnostic library and tool for configuring network interfaces
URL:		https://fedorahosted.org/netcf
Source0:	https://fedorahosted.org/released/netcf/netcf-%{version}.tar.gz
Source1:	https://fedorahosted.org/released/netcf/netcf-%{version}.tar.gz.sig
Patch0:		netcf-fix_rpmlint_error.diff
BuildRequires:	pkgconfig(augeas)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(libnl-3.0)
#BuildRequires:	pkgconfig(libnl-1)
BuildRequires:	readline-devel

%description
netcf is

    * a library for configuring network interfaces
    * a command line tool (ncftool) to do the same from the command line
    * distribution-agnostic and supports multiple distributions and operating
      systems (well, soon, anyway)
    * sets up Ethernet interfaces, bridges, and bonds 

Both libvirt and NetworkManager need this functionality - netcf implements what
is common to both of them.

%package -n %{libname}
Group:		System/Libraries
Summary:	A distribution agnostic library for configuring network interfaces

%description -n %{libname}
A distribution agnostic library for configuring network interfaces

Both libvirt and NetworkManager need this functionality - netcf implements what
is common to both of them.

%package -n %{libnamedevel}
Group:		Development/C
Summary:	Development files for a library for configuring network interfaces
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}

%description -n %{libnamedevel}
Development files for a distribution agnostic library for configuring network 
interfaces.

%prep
%setup -q
%patch0 -p0

%build
autoreconf -fi
#see https://bugzilla.redhat.com/show_bug.cgi?id=852549
#in future we should switch off with-libnl1 and use libnl3
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc README NEWS AUTHORS
%{_bindir}/*
%{_datadir}/%{name}
%{_initrddir}/netcf-transaction
%{_mandir}/man1/ncftool.1.*

%files -n %{libname}
%{_libdir}/*.so.%{libmajor}*

%files -n %{libnamedevel}
%{_libdir}/*.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.2-4
+ Revision: 4a11ab8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17776 |14mr|netkit-rsh-0.17-29
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Clients for remote access commands (rsh, rlogin, rcp)
Name:		netkit-rsh
Version:	0.17
Release:	29
License:	BSD
Group:		Networking/Remote access
URL:		ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
Source0:	ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rsh-%{version}.tar.gz
Source1:	rexec.pam
Source2:	rlogin.pam
Source3:	rsh.pam
Source4:	http://www.tc.cornell.edu/~sadd/rexec-1.5.tar.gz
Source5:	rsh-xinetd
Source6:	rlogin-xinetd
Source7:	rexec-xinetd
Patch1:		netkit-rsh-0.17-sectty.patch
Patch2:		netkit-rsh-0.17-rexec.patch
Patch3:		netkit-rsh-0.10-stdarg.patch
Patch4:		netkit-rsh-0.16-jbj.patch
Patch8:		netkit-rsh-0.16-jbj4.patch
Patch9:		netkit-rsh-0.16-prompt.patch
Patch10:	netkit-rsh-0.16-rlogin=rsh.patch
Patch11:	netkit-rsh-0.16-nokrb.patch
Patch12:	netkit-rsh-0.17-pre20000412-jbj5.patch
Patch13:	netkit-rsh-0.17-userandhost.patch
Patch14:	netkit-rsh-0.17-strip.patch
Patch15:	netkit-rsh-0.17-lfs.patch
Patch16:	netkit-rsh-0.17-chdir.patch
Patch17:	netkit-rsh-0.17-pam-nologin.patch
Patch19:	netkit-rsh-0.17-rexec-netrc.patch
Patch20:	netkit-rsh-0.17-pam-sess.patch
Patch21:	netkit-rsh-0.17-errno.patch
Patch22:	netkit-rsh-0.17-rexec-sig.patch
Patch23:	netkit-rsh-0.17-nohost.patch
Patch24:	netkit-rsh-0.17-ignchld.patch
Patch25:	netkit-rsh-0.17-checkdir.patch
Patch26:	netkit-rsh-0.17-pam-conv.patch
Patch27:	netkit-rsh-0.17-rcp-largefile.patch
Patch28:	netkit-rsh-0.17-pam-rhost.patch
Patch29:	netkit-rsh-0.17-rlogin-linefeed.patch
Patch30:	netkit-rsh-0.17-ipv6.patch
Patch31:	netkit-rsh-0.17-pam_env.patch
Patch33:	netkit-rsh-0.17-dns.patch
Patch34:	netkit-rsh-0.17-nohostcheck-compat.patch
Patch35:	netkit-rsh-0.17-audit.patch
Patch36:	netkit-rsh-0.17-longname.patch
Patch37:	netkit-rsh-0.17-arg_max.patch
# (ahmad) check return value from close to catch errors on NFS filesystems
# https://bugzilla.redhat.com/show_bug.cgi?id=461903
Patch38:	netkit-rsh-0.17-rh461903.patch
# (ahmad) add check for return values
# https://bugzilla.redhat.com/show_bug.cgi?id=473492
Patch39:	netkit-rsh-0.17-rh473492.patch
# (proyvind): create destination directories when installing
Patch40:	netkit-rsh-0.17-install-create-destdir.patch

BuildRequires:	termcap-devel
BuildRequires:	pam-devel
BuildRequires:	audit-libs-devel >= 1.5
Conflicts:	krb5-appl-clients
Obsoletes:	rsh
Provides:	rsh-client

%description
The rsh package contains a set of programs which allow users to run commmands
on remote machines, login to other machines and copy files between machines
(rsh, rlogin and rcp). All three of these commands use rhosts style
authentication.  This package contains the clients needed for all of these
services. The rsh package should be installed to enable remote access to other
machines.

%package	server
Summary:	Servers for remote access commands (rsh, rlogin, rcp)
Group:		System/Servers
Requires:	pam >= 0.59
Requires:	xinetd

%description	server
The rsh-server package contains a set of programs which allow users to run
commmands on remote machines, login to other machines and copy files between
machines (rsh, rlogin and rcp). All three of these commands use rhosts style
authentication. This package contains the servers needed for all of these
services. It also contains a server for rexec, an alternate method of executing
remote commands. All of these servers are run by xinetd and configured using
/etc/xinetd.d/ and PAM.  All the server is disabled by default.

%prep
%setup -q -a 4

%patch1 -p1 -b .sectty
%patch2 -p1 -b .rexec
%patch3 -p1 -b .stdarg
%patch4 -p1 -b .jbj
%patch8 -p1 -b .jbj4
%patch9 -p1 -b .prompt
%patch10 -p1 -b .rsh
%patch11 -p1 -b .rsh.nokrb
%patch12 -p1 -b .jbj5
%patch13 -p1 -b .userandhost
%patch14 -p1 -b .strip
%patch15 -p1 -b .lfs
%patch16 -p1 -b .chdir
%patch17 -p1 -b .pam-nologin
%patch19 -p1 -b .rexec-netrc
%patch20 -p1 -b .pam-sess
%patch21 -p1 -b .errno
%patch22 -p1 -b .rexec-sig
%patch23 -p1 -b .nohost
%patch24 -p1 -b .ignchld
%patch25 -p1 -b .checkdir
%patch26 -p1 -b .pam-conv
%patch27 -p1 -b .largefile
%patch28 -p1 -b .pam-rhost
%patch29 -p1 -b .linefeed
%patch30 -p1 -b .ipv6
%patch31 -p1 -b .pam_env
%patch33 -p1 -b .dns
%patch34 -p1 -b .compat
%patch35 -p1 -b .audit
%patch36 -p1 -b .longname
%patch37 -p1 -b .arg_max
%patch38 -p1 -b .rh461903
%patch39 -p1 -b .rh473492
%patch40 -p1 -b .install~

# No, I don't know what this is doing in the tarball.
rm -f rexec/rexec

%build
%serverbuild_hardened
sh configure
sed	-e 's#^CC=.*$#CC=gcc#g' \
	-e 's#-O2#%{optflags} -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE#g' \
	-e 's#^LDFLAGS=#LDFLAGS=%{ldflags}#g' \
	-e 's#^BINDIR=.*$#BINDIR=%{_bindir}#g' \
	-e 's#^MANDIR=.*$#MANDIR=%{_mandir}#g' \
	-e 's#^SBINDIR=.*$#SBINDIR=%{_sbindir}#g' \
	-i MCONFIG

%make

%install
make INSTALLROOT=%{buildroot} MANDIR=%{_mandir} install

install -m0644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/pam.d/rexec
install -m0644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/pam.d/rlogin
install -m0644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/pam.d/rsh

make INSTALLROOT=%{buildroot} MANDIR=%{_mandir} install -C rexec

install -m0644 %{SOURCE5} -D %{buildroot}%{_sysconfdir}/xinetd.d/rsh
install -m0644 %{SOURCE6} -D %{buildroot}%{_sysconfdir}/xinetd.d/rlogin
install -m0644 %{SOURCE7} -D %{buildroot}%{_sysconfdir}/xinetd.d/rexec

%files
%{_bindir}/rexec
%attr(4755,root,root) %{_bindir}/rcp
%attr(4755,root,root) %{_bindir}/rlogin
%attr(4755,root,root) %{_bindir}/rsh
%{_mandir}/man1/*.1*

%files server
%config(noreplace) %{_sysconfdir}/xinetd.d/*
%config(noreplace) %{_sysconfdir}/pam.d/*
%{_mandir}/man8/*.8*
%{_sbindir}/in.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.17-29
+ Revision: 60c1002
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17777 |14mr|netkit-telnet-0.17-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Client for the telnet remote login protocol
Name:		netkit-telnet
Version:	0.17
Release:	16
License:	BSD
Group:		Networking/Remote access
URL:		ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
Source0:	ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-telnet-%{version}.tar.gz
Source2:	telnet-client.tar.gz
Patch1:		telnet-client-cvs.patch
Patch5:		telnetd-0.17.diff
Patch6:		telnet-0.17-env.patch
Patch7:		telnet-0.17-issue.patch
Patch8:		telnet-0.17-sa-01-49.patch
Patch9:		telnet-0.17-env-5x.patch
Patch10:	telnet-0.17-pek.patch
Patch11:	telnet-0.17-8bit.patch
Patch12:	telnet-0.17-argv.patch
Patch13:	telnet-0.17-conf.patch
Patch14:	telnet-0.17-cleanup_race.patch
Patch15:	telnetd-0.17-pty_read.patch
Patch16:	telnet-0.17-CAN-2005-468_469.patch
Patch17:	telnet-0.17-linemode.patch
Patch18:	telnet-gethostbyname.patch
Patch19:	netkit-telnet-0.17-ipv6.diff
Patch20:	netkit-telnet-0.17-nodns.patch
Patch21:	telnet-0.17-errno_test_sys_bsd.patch
Patch22:	netkit-telnet-0.17-reallynodns.patch
#
Patch100:	telnet-0.17-sock.patch
Patch101:	telnet-0.17-cleanup_cleanup.patch
Patch102:	telnet-0.17-CAN-2005-0488.patch
Patch103:	netkit-telnet-0.17-format_not_a_string_literal_and_no_format_arguments.diff
Patch104:	netkit-telnet-0.17-CVE-2011-4862.diff
Provides:	telnet-client
Conflicts:  krb5-appl-clients
Conflicts:  heimdal-telnet
BuildRequires:	gpm-devel
BuildRequires:	ncurses-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Telnet is a popular protocol for logging into remote systems over
the Internet. The telnet package provides a command line telnet
client.

%package	server
Summary:	A extremely unsecure telnet server
Group:		System/Servers
Provides:	telnetd = %version-%release
Obsoletes:	telnetd < %version-%release
Provides:	telnet-server
Conflicts:  krb5-appl-servers
Conflicts:  heimdal-telnetd

%description	server
Telnet is a popular protocol for logging into remote systems over
the Internet. Install the telnetd package if you want to support
extremely unsecure remote logins to your machine.

NOTE: because telnetd is unsecure you have to manually activate
it, this package will not do that for you. Instead use OpenSSH if
you want a secure server.

%prep 

%setup -q -n netkit-telnet-%{version}

mv telnet telnet-NETKIT
%setup -T -D -q -a 2 -n netkit-telnet-%{version}

%patch1 -p0 -b .cvs
%patch5 -p0 -b .fix
%patch6 -p1 -b .env
%patch10 -p0 -b .pek
%patch7 -p1 -b .issue
%patch8 -p1 -b .sa-01-49
%patch11 -p1 -b .8bit
%patch12 -p1 -b .argv
%patch13 -p1 -b .confverb
%patch14 -p1 -b .cleanup_race 
%patch15 -p0 -b .pty_read
%patch16 -p1 -b .CAN-2005-468_469
#%patch17 -p1 -b .linemode
%patch18 -p1 -b .gethost
%patch19 -p1 -b .gethost2
%patch20 -p1 -b .nodns
%patch21 -p1 -b .errnosysbsd
%patch22 -p1 -b .reallynodns
#
%patch100 -p1 -b .socket
%patch101 -p1 -b .cleanup_cleanup
%patch102 -p1 -b .CAN-2005-0488
%patch103 -p0 -b .format_not_a_string_literal_and_no_format_arguments
%patch104 -p0 -b .CVE-2011-4862

# only build the telnet client
#perl -pi -e "s|^SUB.*|SUB = telnet|g" Makefile

%build
sh configure --with-c-compiler=gcc
perl -pi -e '
    s,^CC=.*$,CC=cc,;
    s,-O2,\$(RPM_OPT_FLAGS),;
    s,^BINDIR=.*$,BINDIR=%{_bindir},;
    s,^MANDIR=.*$,MANDIR=%{_mandir},;
    s,^SBINDIR=.*$,SBINDIR=%{_sbindir},;
    ' MCONFIG

# remove stripping
perl -pi -e 's|install[ ]+-s|install|g' \
	./telnet/GNUmakefile \
	./telnetd/Makefile \
	./telnetlogin/Makefile \
	./telnet-NETKIT/Makefile

make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_mandir}/man8

install -m0755 telnet/telnet  %{buildroot}%{_bindir}/telnet
install -m0644 telnet/telnet.1 %{buildroot}%{_mandir}/man1/telnet.1
install -m0755 telnetd/telnetd  %{buildroot}%{_sbindir}/telnetd
install -m0644 telnetd/telnetd.8 %{buildroot}%{_mandir}/man8/telnetd.8

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog README
%{_bindir}/telnet
%{_mandir}/man1/telnet.1*

%files server
%defattr(-,root,root)
%doc ChangeLog README
%{_sbindir}/telnetd
%{_mandir}/man8/telnetd.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.17-16
+ Revision: 60ea652
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17778 |14mr|net_monitor-0.11-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Network monitoring tool
Name:		net_monitor
Version:	0.11
Release:	5
License:	GPLv2+
Group:		Monitoring
Url:		http://git.mandriva.com/?p=projects/net_monitor.git
Source0:	%{name}-%{version}.tar.bz2
Requires:	pygtk2.0
Requires:	python
Requires:	vnstat
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	libiw-devel

%description
This is a network monitoring tool for Mandriva Linux, intended to replace the
old net_monitor from drakx-net.  It supports graphical network monitoring and
some advanced features, such as network profiling, activity monitoring,
detailed logging and network traffic statistics with help of vnstat reporting.

%prep
%setup -q

%build
make all

%install
make install
mkdir -p %{buildroot}%{_logdir}
touch %{buildroot}%{_logdir}/%{name}.log

%files
%doc AUTHORS COPYING README NEWS TODO
%{_bindir}/%{name}
%{_sysconfdir}/sysconfig/network-scripts/if*.d/netmonitor*
%{py_platsitedir}/%{name}-%{version}-py*
%{py_platsitedir}/%{name}
%ghost %{_logdir}/%{name}.log


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11-5
+ Revision: 2b1c5a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17779 |14mr|netpbm-10.57.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 11
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Tools for manipulating graphics files in netpbm supported formats
Name:		netpbm
Version:	10.57.01
Release:	4
License:	GPL Artistic MIT
Group:		Graphics
URL:		http://netpbm.sourceforge.net/
# Source0 is prepared by
# svn checkout https://netpbm.svn.sourceforge.net/svnroot/netpbm/stable netpbm-%{version}
# svn checkout https://netpbm.svn.sourceforge.net/svnroot/netpbm/userguide netpbm-%{version}/userguide
# and removing the .svn directories ( find -name "\.svn" -type d -print0 | xargs -0 rm -rf )
# and removing the ppmtompeg code, due to patents ( rm -rf netpbm-%{version}/converter/ppm/ppmtompeg/ )
Source0:	netpbm-%{version}.tar.xz
Source1:	mf50-netpbm_filters
Source2:	test-images.tar.bz2
Patch1:		netpbm-time.patch
Patch2:		netpbm-message.patch
Patch3:		netpbm-security-scripts.patch
Patch4:		netpbm-security-code.patch
Patch5:		netpbm-nodoc.patch
Patch6:		netpbm-gcc4.patch
Patch7:		netpbm-bmptopnm.patch
Patch8:		netpbm-CAN-2005-2471.patch
Patch9:		netpbm-xwdfix.patch
Patch11:	netpbm-multilib.patch
Patch13:	netpbm-glibc.patch
Patch14:	netpbm-svgtopam.patch
Patch15:	netpbm-docfix.patch
Patch16:	netpbm-ppmfadeusage.patch
Patch17:	netpbm-fiasco-overflow.patch
Patch18:	netpbm-lz.patch
Patch20:	netpbm-noppmtompeg.patch
Patch21:	netpbm-cmuwtopbm.patch
Patch22:	netpbm-pamtojpeg2k.patch
Patch23:	netpbm-manfix.patch
Patch24:	netpbm-10.56.03-linkage_fix.diff
Patch100:	netpbm-10.35.57-format_not_a_string_literal_and_no_format_arguments.diff
Requires:	%{libname} >= %{version}
BuildRequires:	flex
BuildRequires:	pkgconfig(jasper)
BuildRequires:	jbig-devel
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	python
BuildRequires:	python-devel
BuildRequires:	pkgconfig(x11)
BuildConflicts:	svgalib-devel

%description
The netpbm package contains a library of functions which support programs for
handling various graphics file formats, including .pbm (portable bitmaps), .pgm
(portable graymaps), .pnm (portable anymaps), .ppm (portable pixmaps) and
others.

%package -n	%{libname}
Summary:        A library for handling different graphics file formats
Group:          System/Libraries

%description -n	%{libname}
The netpbm package contains a library of functions which support programs for
handling various graphics file formats, including .pbm (portable bitmaps), .pgm
(portable graymaps), .pnm (portable anymaps), .ppm (portable pixmaps) and
others.

%package -n	%{develname}
Summary:	Development tools for programs which will use the netpbm libraries
Group:		Development/C
Requires:	%{libname} >= %{version}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	netpbm-devel = %{version}-%{release}
Obsoletes:	%{mklibname netpbm 10 -d}

%description -n	%{develname}
The netpbm-devel package contains the header files and programmer's
documentation for developing programs which can handle the various graphics
file formats supported by the netpbm libraries.

Install netpbm-devel if you want to develop programs for handling the graphics
file formats supported by the netpbm libraries. You'll also need to have the
netpbm package installed.

%prep

%setup -q -a2

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch1 -p1 -b .time
%patch2 -p1 -b .message
%patch3 -p1 -b .security-scripts
%patch4 -p1 -b .security-code
%patch5 -p1 -b .nodoc
%patch6 -p1 -b .gcc4
%patch7 -p1 -b .bmptopnm
%patch8 -p1 -b .CAN-2005-2471
%patch9 -p1 -b .xwdfix
%patch11 -p1 -b .multilib
%patch13 -p1 -b .glibc
%patch14 -p0 -b .svgtopam
%patch15 -p1 -b .docfix
%patch16 -p1 -b .ppmfadeusage
%patch17 -p1 -b .fiasco-overflow
%patch18 -p0 -b .lz
%patch20 -p1 -b .noppmtompeg
%patch21 -p1 -b .cmuwtopbmfix
%patch22 -p1 -b .pamtojpeg2kfix
%patch23 -p1 -b .manfix
%patch24 -p0 -b .linkage_fix

%patch100 -p1 -b .format_not_a_string_literal_and_no_format_arguments

sed -i 's/STRIPFLAG = -s/STRIPFLAG =/g' config.mk.in

##mv shhopt/shhopt.h shhopt/pbmshhopt.h
##perl -pi -e 's|shhopt.h|pbmshhopt.h|g' `find -name "*.c" -o -name "*.h"` ./GNUmakefile

rm -rf converter/other/jpeg2000/libjasper/
sed -i -e 's/^SUBDIRS = libjasper/SUBDIRS =/' converter/other/jpeg2000/Makefile

%build
%serverbuild
export CFLAGS="$CFLAGS -fPIC -flax-vector-conversions -fno-strict-aliasing"

./configure <<EOF



















EOF

TOP=`pwd`
make \
    CC="%{__cc}" \
    LDFLAGS="-L$TOP/pbm -L$TOP/pgm -L$TOP/pnm -L$TOP/ppm %{ldflags}" \
    CFLAGS_SHLIB="-fPIC" \
    MATHLIB="-lm" \
    TIFFLIB_DIR=%{_libdir} TIFFLIB=-ltiff TIFFINC_DIR=%{_includedir} TIFFHDR_DIR=%{_includedir} \
    JPEGLIB_DIR=%{_libdir} JPEGLIB=-ljpeg JPEGHDR_DIR=%{_includedir} JPEGINC_DIR=%{_includedir} \
    PNGLIB_DIR=%{_libdir} PNGLIB="-L%{_libdir} -lpng" PNGINC_DIR=%{_includedir} PNGHDR_DIR=%{_includedir} \
    ZLIB_DIR=%{_libdir} ZLIB="-L%{_libdir} -lz" ZHDR_DIR=%{_includedir} \
    X11LIB_DIR=%{_libdir} X11LIB="-L%{_libdir} -lX11" X11INC_DIR=%{_includedir} X11HDR_DIR=%{_includedir} \
    JBIGLIB_DIR=%{_libdir} JBIGLIB="-L%{_libdir} -ljbig" JBIGHDR_DIR=%{_includedir} JBIGHDR_DIR=%{_includedir} \
    JASPERLIB_DIR=%{_libdir} JASPERLIB="-L%{_libdir} -ljasper" JASPERHDR_DIR=%{_includedir} JASPERDEPLIBS="-L%{_libdir} -ljpeg" \
    XML2LIBS="NONE" LINUXSVGALIB="NONE"

# prepare man files
cd userguide
for i in *.html ; do
    ../buildtools/makeman ${i}
done
for i in 1 3 5 ; do
    mkdir -p man/man${i}
    mv *.${i} man/man${i}
done

%install
rm -rf %{buildroot}

install -d %{buildroot}
make package PKGDIR=%{buildroot}%{_prefix} XML2LIBS="NONE" LINUXSVGALIB="NONE"

# Ugly hack to have libs in correct dir on 64bit archs.
install -d %{buildroot}%{_libdir}
if [ "%{_libdir}" != "%{_prefix}/lib" ]; then
    mv %{buildroot}%{_prefix}/lib/lib* %{buildroot}%{_libdir}
fi

ln -sf libnetpbm.so.%{major} %{buildroot}%{_libdir}/libnetpbm.so

# fix manpages
install -d %{buildroot}%{_mandir}
cp -rp userguide/man/* %{buildroot}%{_mandir}/

# Get rid of the useless non-ascii character in pgmminkowski.1
sed -i 's/\xa0//' %{buildroot}%{_mandir}/man1/pgmminkowski.1

# Don't ship man pages for non-existent binaries and bogus ones
for i in hpcdtoppm pcdovtoppm pnmtojbig ppmsvgalib vidtoppm picttoppm jbigtopnm \
    directory error extendedopacity pam pbm pgm pnm ppm index libnetpbm_dir liberror \
    pambackground pamfixtrunc pamtogif pamtooctaveimg pamundice ppmtotga; do
    rm -f %{buildroot}%{_mandir}/man1/${i}.1
done
rm -f %{buildroot}%{_mandir}/man5/extendedopacity.5

install -d %{buildroot}%{_datadir}/%{name}-%{version}
mv %{buildroot}%{_prefix}/misc/*.map %{buildroot}%{_datadir}/%{name}-%{version}
rm -rf %{buildroot}%{_prefix}/README
rm -rf %{buildroot}%{_prefix}/VERSION
rm -rf %{buildroot}%{_prefix}/link
rm -rf %{buildroot}%{_prefix}/misc
rm -rf %{buildroot}%{_prefix}/man
rm -rf %{buildroot}%{_prefix}/pkginfo
rm -rf %{buildroot}%{_prefix}/config_template
rm -f %{buildroot}%{_mandir}/man1/ppmtompeg.1*

install -d %{buildroot}%{_datadir}/printconf/mf_rules
cp %{SOURCE1} %{buildroot}%{_datadir}/printconf/mf_rules/

install -d %{buildroot}%{_datadir}/printconf/tests
cp test-images/* %{buildroot}%{_datadir}/printconf/tests/

%multiarch_includes %{buildroot}%{_includedir}/netpbm/pm_config.h

%files
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/%{name}-%{version}
%dir %{_datadir}/printconf
%dir %{_datadir}/printconf/mf_rules
%dir %{_datadir}/printconf/tests
%{_datadir}/printconf/mf_rules/*
%{_datadir}/printconf/tests/*
%{_mandir}/man[15]/*

%files -n %{libname}
%doc doc/*
%attr(0755,root,root) %{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/netpbm
%{_includedir}/netpbm/*.h
%{multiarch_includedir}/netpbm/pm_config.h
%attr(0755,root,root) %{_libdir}/lib*.so
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 10.57.01-4
+ Revision: be43031
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17780 |14mr|netprofile-0.28-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: netprofile
Summary: Manage network profiles
Version: 0.28
Release: 7
Source: %{name}-%{version}.tar.bz2
License: GPLv2+
Group: System/Base
BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires: initscripts >= 7.06-13mdk
Requires: diffutils
# s2u is used for desktop notifications. It will be pulled by xinit
# to reduce basesystem size
#Suggests: s2u >= 0.9.1
URL: http://git.mandriva.com/?p=projects/netprofile.git
Suggests: %{name}-plugin-services, %{name}-plugin-network, %{name}-plugin-firewall
Suggests: %{name}-plugin-proxy, %{name}-plugin-urpmi

%description
Netprofile is a Mandriva solution to manage different network profile. It
allows to define specific network, firewall and proxy configuration to use in
different network environment (for example, at home, at work or while roaming),
and also provides a way for user to switch those profiles on the fly.

%package plugin-services
Summary:	service management plugin for netprofile
Group: 		System/Base
Requires:	netprofile >= 0.28-3

%description plugin-services
This plugin allows netprofile to save and restore the list of running services
when changing to a different profile.

%package plugin-network
Summary:	network configuration plugin for netprofile
Group: 		System/Base
Requires:	netprofile >= 0.28-3

%description plugin-network
This plugin allows netprofile to save and restore network settings saved in
redhat and mandriva-compatible format.

%package plugin-firewall
Summary:	firewall configuration plugin for netprofile
Group:		System/Base
Requires:	netprofile >= 0.28-3

%description plugin-firewall
This plugin allows netprofile to save and restore firewall configuration based
on iptables shorewall applications.

%package plugin-proxy
Summary:	proxy configuration plugin for netprofile
Group:		System/Base
Requires:	netprofile >= 0.28-3

%description plugin-proxy
This plugin allows netprofile to save and restore local proxy settings.

%package plugin-urpmi
Summary:	urpmi configuration plugin for netprofile
Group:		System/Base
Requires:	netprofile >= 0.28-3

%description plugin-urpmi
This plugin allows netprofile to save and restore multiple configurations
for urpmi database.

%prep

%setup -q

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std INITDIR=%_initrddir

%clean
rm -rf $RPM_BUILD_ROOT

%post

# checking for old netprofile files
if [ -f /etc/netprofile/list ]; then
        # upgrading from old netprofile
        echo "Upgrading from old netprofile. Your old profiles are saved in /etc/netprofile.rpmsave"
        # temporarily, save old files. This will be removed on newer versions.
        mkdir /etc/netprofile.rpmsave && cp -a /etc/netprofile/list /etc/netprofile/profiles /etc/netprofile.rpmsave
        rm -rf /etc/netprofile/profiles/*/
        # creating new default profile
        /sbin/netprofile switch default
fi

if [ ! -d /etc/netprofile/profiles/default ]; then
  /sbin/set-netprofile default
fi

%files
%defattr(-,root,root) 
%doc ChangeLog TODO README NEWS
/sbin/*
%dir /etc/netprofile
%dir /etc/netprofile/profiles
%dir /etc/netprofile/modules
/etc/bash_completion.d/netprofile
/etc/sysconfig/network-scripts/ifup.d/netprofile

%files plugin-services
%defattr(-,root,root)
%attr(0755,root,root) /etc/netprofile/modules/*_services

%files plugin-network
%defattr(-,root,root)
%attr(0755,root,root) /etc/netprofile/modules/*_network

%files plugin-firewall
%defattr(-,root,root)
%attr(0755,root,root) /etc/netprofile/modules/*_firewall*

%files plugin-proxy
%defattr(-,root,root)
%attr(0755,root,root) /etc/netprofile/modules/*_proxy

%files plugin-urpmi
%defattr(-,root,root)
%attr(0755,root,root) /etc/netprofile/modules/*_urpmi



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.28-7
+ Revision: ad49972
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17781 |14mr|net-snmp-5.7.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# not really needed anymore, but leaving for just incase legacy issues
#define _requires_exceptions devel(libperl
%define _disable_ld_no_undefined 1
%define Werror_cflags %{nil}

%define major	30
%define libname %mklibname netsnmp %{major}
%define libagent %mklibname netsnmpagent %{major}
%define libhelpers %mklibname netsnmphelpers %{major}
%define libmibs %mklibname netsnmpmibs %{major}
%define libtrapd %mklibname netsnmptrapd %{major}
%define libsnmp %mklibname snmp %{major}
%define devname %mklibname -d net-snmp

# (oe) never enable rpm support as it eats file descriptors like crazy 
# casuing the snmp daemon to die!.
%define build_rpm	0
%{?_without_rpm:	%global build_rpm 0}
%{?_with_rpm:		%global build_rpm 1}

Summary:	A collection of SNMP protocol tools and libraries
Name:		net-snmp
Version:	5.7.2
Release:	3
License:	BSDish
Group:		System/Servers
Url:		http://www.net-snmp.org/
Source0:	http://prdownloads.sourceforge.net/net-snmp/net-snmp-%{version}.tar.gz
Source1:	http://prdownloads.sourceforge.net/net-snmp/net-snmp-%{version}.tar.gz.asc
Source2:	snmpd.conf
Source3:	snmpd.logrotate
Source4:	snmpd.sysconfig
Source5:	snmpd.service
Source6:	snmptrapd.conf
Source7:	snmptrapd.logrotate
Source8:	snmptrapd.sysconfig
Source9:	snmptrapd.service
Source10:	net-snmp.tmpfiles
Source11:	ucd5820stat
Source12:	NOTIFICATION-TEST-MIB.txt
Source13:	TRAP-TEST-MIB.txt

# fedora patches
Patch1:		net-snmp-5.7.2-pie.patch
Patch2:		net-snmp-5.5-dir-fix.patch
Patch3:		net-snmp-5.6-multilib.patch
Patch5:		net-snmp-5.5-apsl-copying.patch
Patch7:		net-snmp-5.6-test-debug.patch

# other patches
Patch100:	net-snmp-5.6.1-add-pythoninstall-destdir.patch

# From fedora
Patch101:	net-snmp-5.7.2-systemd.patch

BuildRequires:	chrpath
BuildRequires:	python-setuptools
BuildRequires:	lm_sensors-devel
BuildRequires:	mysql-devel
BuildRequires:	perl-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:  pkgconfig(python)
%if %{build_rpm}
BuildRequires:	pkgconfig(rpm)
%endif
Requires(pre,postun): rpm-helper
Requires:	net-snmp-mibs
Requires:	net-snmp-utils
Requires:	tcp_wrappers

%description
SNMP (Simple Network Management Protocol) is a protocol used for network
management. The NET-SNMP project includes various SNMP tools: an extensible
agent, an SNMP library, tools for requesting or setting information from SNMP
agents, tools for generating and handling SNMP traps, a version of the netstat
command which uses SNMP, and a Tk/Perl mib browser. This package contains the
snmpd and snmptrapd daemons, documentation, etc.

You will probably also want to install the net-snmp-utils package, which
contains NET-SNMP utilities.

%package -n	%{libname}
Summary:	Library for Network management (SNMP), from the NET-SNMP project
Group:		System/Libraries

%description -n	%{libname}
This package contains the %{name} library for use with NET-SNMP
project's network management tools.

%package -n	%{libagent}
Summary:	Library for Network management %{name}-agent
Group:		System/Libraries

%description -n	%{libagent}
This package contains the %{name}-agent library for use with NET-SNMP
project's network management tools.

%package -n	%{libhelpers}
Summary:	Library for Network management %{name}-helpers
Group:		System/Libraries

%description -n	%{libhelpers}
This package contains the %{name}-helpers library for use with NET-SNMP
project's network management tools.

%package -n	%{libmibs}
Summary:	Library for Network management %{name}-mibs
Group:		System/Libraries

%description -n	%{libmibs}
This package contains the %{name}-mibs library for use with NET-SNMP
project's network management tools.

%package -n	%{libtrapd}
Summary:	Library for Network management %{name}-trapd
Group:		System/Libraries

%description -n	%{libtrapd}
This package contains the %{name}-trapd library for use with NET-SNMP
project's network management tools.

%package -n	%{libsnmp}
Summary:	Library for Network management snmp
Group:		System/Libraries

%description -n	%{libsnmp}
This package contains the snmp library for use with NET-SNMP
project's network management tools.

%package -n	%{devname}
Summary:	The development environment for the NET-SNMP project
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libagent} = %{version}-%{release}
Requires:	%{libhelpers} = %{version}-%{release}
Requires:	%{libmibs} = %{version}-%{release}
Requires:	%{libtrapd} = %{version}-%{release}
Requires:	%{libsnmp} = %{version}-%{release}

%description -n	%{devname}
The %{devname} package contains the development libraries and header
files for use with the NET-SNMP project's network management tools.

Install the net-snmp-devel package if you would like to develop applications
for use with the NET-SNMP project's network management tools.

%package	utils
Summary:	Network management utilities using SNMP, from the NET-SNMP project
Group:		Networking/Other
Requires:	openssl
Requires:	net-snmp-mibs

%description	utils
The net-snmp package contains various utilities for use with the NET-SNMP
network management project.

Install this package if you need utilities for managing your network using the
SNMP protocol.

%package	tkmib
Summary:	MIB browser in TK
Group:		Networking/Other
Requires:	net-snmp-mibs
Requires:	perl(SNMP)

%description	tkmib
MIB browser in TK

%package	mibs
Summary:	MIBs for the NET-SNMP project
Group:		Networking/Other

%description	mibs
The net-snmp-mibs package contains various MIBs for use with the NET-SNMP
network management project.

%package	trapd
Summary:	The trap collecting daemon for %{name}
Group:		System/Servers
Requires(pre,postun): rpm-helper
Requires:	%{name} = %{version}
Requires:	openssl
Requires:	net-snmp-mibs
Requires:	net-snmp-utils
Requires:	tcp_wrappers

%description	trapd
The net-snmp-trapd package contains the trap collecting daemon for use with the
NET-SNMP network management project.

Install this package if you need to collect SNMP traps from your network using
the SNMP protocol.

%package -n	perl-NetSNMP
Summary:	Perl utilities using SNMP, from the NET-SNMP project
Group: 		Development/Perl
Requires:	%{name} = %{version}
Requires:	net-snmp-mibs
Requires:	net-snmp-utils

%description -n	perl-NetSNMP
NET SNMP (Simple Network Management Protocol) Perl5 Support The Simple Network
Management Protocol (SNMP) provides a framework for the exchange of management
information between agents (servers) and clients.  The NET SNMP perl5 support
files provide the perl functions for integration of SNMP into applications,
written in perl.

%package -n	python-netsnmp
Summary:	Python utilities using SNMP, from the NET-SNMP project
Group: 		Development/Python
Requires:	%{name} = %{version}
Requires:	net-snmp-mibs
Requires:	net-snmp-utils

%description -n	python-netsnmp
The 'netsnmp' module provides a full featured, tri-lingual SNMP (SNMPv3, 
SNMPv2c, SNMPv1) client API. The 'netsnmp' module internals rely on the
Net-SNMP toolkit library.

%prep
%setup -q
%apply_patches

# run tests in dir that is cleaned
install -d -m777 test_tmp_dir
HERE="%{_builddir}/%{name}-%{version}"
perl -pi -e "s|/tmp/snmp-test|$HERE/test_tmp_dir/snmp-test|g" testing/*

# Do this patch with a perl hack...
perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh

bzip2 ChangeLog

%build
%serverbuild

MIBS="host agentx smux \
	ucd-snmp/diskio tcp-mib udp-mib mibII/mta_sendmail \
	ip-mib/ipv4InterfaceTable ip-mib/ipv6InterfaceTable \
	ip-mib/ipAddressPrefixTable/ipAddressPrefixTable \
	ip-mib/ipDefaultRouterTable/ipDefaultRouterTable \
	ip-mib/ipv6ScopeZoneIndexTable ip-mib/ipIfStatsTable \
	sctp-mib rmon-mib etherlike-mib \
	ucd-snmp/lmsensorsMib"

%configure2_5x \
%if %{build_rpm}
	--with-rpm \
%else
	--without-rpm \
%endif
	--disable-static \
	--enable-shared \
	--sysconfdir=%{_sysconfdir} \
	--enable-ipv6 \
	--enable-ucd-snmp-compatibility \
	--enable-embedded-perl \
	--with-python-modules \
	--enable-as-needed \
	--with-pic \
	--with-cflags="$CFLAGS -D_REENTRANT" \
	--with-ldflags="$LDFLAGS -lcrypto -lsensors" \
	--with-logfile="/var/log/snmpd.log" \
	--with-persistent-directory="/var/lib/net-snmp" \
	--with-mib-modules="$MIBS" \
	--with-libwrap \
	--with-openssl \
	--with-perl-modules="INSTALLDIRS=vendor" \
	--with-mnttab="/etc/mtab" \
	--with-mysql \
	--with-default-snmp-version="3" \
	--with-sys-location="Unknown" \
	--with-sys-contact="root@localhost" <<EOF

EOF

# XXX autojunk
sed -i -e "s,^#define HAVE_GETMNTENT,#define HAVE_GETMNTENT 1," \
	include/net-snmp/net-snmp-config.h

make

# more verbose tests
#perl -pi -e "s|\./RUNTESTS|\./RUNTESTS -V|g" testing/Makefile
# XXX - andreas - 15/aug/2006
# XXX - disabled because doesn't work on cluster
# and available bandwidth is TOO LOW for interactive debugging from
# 10.000km away
#make test

%install
%makeinstall_std \
    ucdincludedir=%{_includedir}/net-snmp/ucd-snmp

install -d %{buildroot}/var/lib/net-snmp
install -d %{buildroot}/var/agentx/master

install -d %{buildroot}%{_sysconfdir}/snmp
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_unitdir}

install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/snmp/snmpd.conf
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/snmpd
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/snmpd

install -m 644 %{SOURCE5} %{buildroot}%{_unitdir}/snmpd.service
install -m 644 dist/snmpd.socket %{buildroot}%{_unitdir}/snmpd.socket

install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/snmp/snmptrapd.conf
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/logrotate.d/snmptrapd
install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/sysconfig/snmptrapd
install -m 644 %{SOURCE9} %{buildroot}%{_unitdir}/snmptrapd.service
install -m 644 dist/snmptrapd.socket %{buildroot}%{_unitdir}/snmptrapd.socket

install -D -m 644 %{SOURCE10} %{buildroot}%{_prefix}/lib/tmpfiles.d/net-snmp.conf

install -m 0755 %{SOURCE11} %{buildroot}%{_bindir}/ucd5820stat

rm -f %{buildroot}%{_bindir}/snmpinform
rm -f %{buildroot}%{_bindir}/snmpcheck
ln -s snmptrap %{buildroot}%{_bindir}/snmpinform

# install some extra stuff...
install -m 644 mibs/NET-SNMP-MONITOR-MIB.txt %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/NET-SNMP-SYSTEM-MIB.txt %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/TUNNEL-MIB.txt %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/UCD-IPFILTER-MIB.txt %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/UCD-SNMP-MIB-OLD.txt %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/ianalist %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/rfclist %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/rfcmibs.diff %{buildroot}%{_datadir}/snmp/mibs/
install -m 755 mibs/mibfetch %{buildroot}%{_datadir}/snmp/mibs/
install -m 755 mibs/smistrip %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/Makefile.mib %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 %{SOURCE12} %{buildroot}%{_datadir}/snmp/mibs/NOTIFICATION-TEST-MIB.txt
install -m 644 %{SOURCE13} %{buildroot}%{_datadir}/snmp/mibs/TRAP-TEST-MIB.txt

# fix one bug
perl -pi -e "s|%{buildroot}||g" %{buildroot}%{_libdir}/*.la

# nuke rpath
find %{buildroot}%{perl_vendorarch} -name "*.so" | xargs chrpath -d || :

%multiarch_binaries %{buildroot}%{_bindir}/net-snmp-config

%multiarch_includes %{buildroot}%{_includedir}/net-snmp/net-snmp-config.h

%multiarch_binaries %{buildroot}%{_bindir}/net-snmp-create-v3-user

%post
%_post_service snmpd

%preun
%_preun_service snmpd

%post trapd
%_post_service snmptrapd

%preun trapd
%_preun_service snmptrapd

%files
%doc AGENT.txt EXAMPLE.conf FAQ INSTALL NEWS TODO
%doc README README.agent* README.krb5 README.snmpv3 README.thread
%doc local/passtest local/README.mib2c local/ipf-mod.pl
%config(noreplace) %{_sysconfdir}/snmp/snmpd.conf
%config(noreplace) %{_sysconfdir}/sysconfig/snmpd
%config(noreplace) %{_sysconfdir}/logrotate.d/snmpd
%{_prefix}/lib/tmpfiles.d/net-snmp.conf
%{_unitdir}/snmpd.service
%{_unitdir}/snmpd.socket
%{_bindir}/ucd5820stat
%{_sbindir}/snmpd
%{_mandir}/man5/snmpd.conf.5*
%{_mandir}/man5/snmp_config.5*
%{_mandir}/man5/snmp.conf.5*
%{_mandir}/man5/variables.5*
%{_mandir}/man5/snmpd.examples.5*
%{_mandir}/man5/snmpd.internal.5*
%{_mandir}/man8/snmpd.8*

%files trapd
%doc dist/schema-snmptrapd.sql README.sql
%config(noreplace) %{_sysconfdir}/snmp/snmptrapd.conf
%config(noreplace) %{_sysconfdir}/sysconfig/snmptrapd
%config(noreplace) %{_sysconfdir}/logrotate.d/snmptrapd
%{_unitdir}/snmptrapd.service
%{_unitdir}/snmptrapd.socket
%{_sbindir}/snmptrapd
%{_mandir}/man5/snmptrapd.conf.5*
%{_mandir}/man8/snmptrapd.8*

%files utils
%{_bindir}/agentxtrap
%{_bindir}/encode_keychange
%{_bindir}/fixproc
%{_bindir}/ipf-mod.pl
%{_bindir}/mib2c
%{_bindir}/mib2c-update
%{_bindir}/net-snmp-cert
%{_bindir}/net-snmp-create-v3-user
%{multiarch_bindir}/net-snmp-create-v3-user
%{_bindir}/snmp-bridge-mib
%{_bindir}/snmpbulkget
%{_bindir}/snmpbulkwalk
%{_bindir}/snmpconf
%{_bindir}/snmpdelta
%{_bindir}/snmpdf
%{_bindir}/snmpget
%{_bindir}/snmpgetnext
%{_bindir}/snmpinform
%{_bindir}/snmpnetstat
%{_bindir}/snmpset
%{_bindir}/snmpstatus
%{_bindir}/snmptable
%{_bindir}/snmptest
%{_bindir}/snmptranslate
%{_bindir}/snmptrap
%{_bindir}/snmpusm
%{_bindir}/snmpvacm
%{_bindir}/snmpwalk
%{_bindir}/traptoemail
%{_datadir}/snmp/mib2c-data
%{_datadir}/snmp/snmpconf-data
%{_datadir}/snmp/snmp_perl.pl
%{_datadir}/snmp/snmp_perl_trapd.pl
%{_datadir}/snmp/*.conf
%{_mandir}/man1/agentxtrap.1*
%{_mandir}/man1/encode_keychange.1*
%{_mandir}/man1/fixproc.1*
%{_mandir}/man1/mib2c.1*
%{_mandir}/man1/mib2c-update.1*
%{_mandir}/man1/net-snmp-create-v3-user.1*
%{_mandir}/man1/snmp-bridge-mib.1*
%{_mandir}/man1/snmpbulkget.1*
%{_mandir}/man1/snmpbulkwalk.1*
%{_mandir}/man1/snmpcmd.1*
%{_mandir}/man1/snmpconf.1*
%{_mandir}/man1/snmpdelta.1*
%{_mandir}/man1/snmpdf.1*
%{_mandir}/man1/snmpget.1*
%{_mandir}/man1/snmpgetnext.1*
%{_mandir}/man1/snmpinform.1*
%{_mandir}/man1/snmpnetstat.1*
%{_mandir}/man1/snmpset.1*
%{_mandir}/man1/snmpstatus.1*
%{_mandir}/man1/snmptable.1*
%{_mandir}/man1/snmptest.1*
%{_mandir}/man1/snmptranslate.1*
%{_mandir}/man1/snmptrap.1*
%{_mandir}/man1/snmpusm.1*
%{_mandir}/man1/snmpvacm.1*
%{_mandir}/man1/snmpwalk.1*
%{_mandir}/man1/traptoemail.1*
%{_mandir}/man5/mib2c.conf.5*

%files mibs
%doc mibs/README.mibs
%{_datadir}/snmp/mibs

%files -n %{libname}
%{_libdir}/libnetsnmp.so.%{major}*

%files -n %{libagent}
%{_libdir}/libnetsnmpagent.so.%{major}*

%files -n %{libhelpers}
%{_libdir}/libnetsnmphelpers.so.%{major}*

%files -n %{libmibs}
%{_libdir}/libnetsnmpmibs.so.%{major}*

%files -n %{libtrapd}
%{_libdir}/libnetsnmptrapd.so.%{major}*

%files -n %{libsnmp}
%{_libdir}/libsnmp.so.%{major}*

%files -n %{devname}
%doc ChangeLog.bz2
%{multiarch_bindir}/net-snmp-config
%{multiarch_includedir}/net-snmp/net-snmp-config.h
%{_bindir}/net-snmp-config
%{_libdir}/*.so
%dir %{_includedir}/net-snmp
%{_includedir}/net-snmp/*.h
%dir %{_includedir}/net-snmp/agent
%{_includedir}/net-snmp/agent/*.h
%dir %{_includedir}/net-snmp/machine
%{_includedir}/net-snmp/machine/*.h
%dir %{_includedir}/net-snmp/library
%{_includedir}/net-snmp/library/*.h
%{_includedir}/net-snmp/library/README
%dir %{_includedir}/net-snmp/system
%{_includedir}/net-snmp/system/*.h
%dir %{_includedir}/net-snmp/ucd-snmp
%{_includedir}/net-snmp/ucd-snmp/*.h
%dir %{_includedir}/net-snmp/agent/util_funcs
%{_includedir}/net-snmp/agent/util_funcs/*.h
%dir /var/lib/net-snmp
%dir /var/agentx/master
%{_mandir}/man3/*
%exclude %{_mandir}/man3/NetSNMP*
%exclude %{_mandir}/man3/SNMP.3*
%{_mandir}/man1/net-snmp-config.1*

%files -n perl-NetSNMP
%{perl_vendorarch}/auto/NetSNMP
%{perl_vendorarch}/auto/SNMP
%{perl_vendorarch}/SNMP.pm
%{perl_vendorarch}/NetSNMP
%{perl_vendorarch}/Bundle/Makefile.subs.pl
%{_mandir}/man3/NetSNMP*
%{_mandir}/man3/SNMP.3*

%files -n python-netsnmp
%dir %{python_sitearch}/netsnmp
%{python_sitearch}/netsnmp/__init__.py
%{python_sitearch}/netsnmp/client.py
%{python_sitearch}/netsnmp/client_intf.so
%dir %{python_sitearch}/netsnmp/tests
%{python_sitearch}/netsnmp/tests/__init__.py
%{python_sitearch}/netsnmp/tests/test.py
%dir %{python_sitearch}/netsnmp_python*-py%{py_ver}.egg-info
%{python_sitearch}/netsnmp_python*-py%{py_ver}.egg-info/*

%files tkmib
%{_bindir}/tkmib
%{_mandir}/man1/tkmib.1*

%changelog
* Fri Jul 04 2014 Arkady Shane <ashejn@gmail.com> 5.7.2-3
+ Revision: 80d2b76
- added BR: pkgconfig(python)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17782 |14mr|netstat-nat-1.4.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name   netstat-nat 
%define version 1.4.10
%define release 3
%define lib_major 1
%define lib_name %{mklibname} %{name} %{lib_major}

Name:           %{name}
Summary: 	Displays NAT connections, managed by netfilter/iptables 
Group:		Networking/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Version:        %{version}
Release:        %{release}
License: 	GPL
URL:		http://tweegy.nl/projects/netstat-nat/
#Requires: 	
Provides:	netstat-nat
Prefix:         %{_prefix}
Source:         %{name}-%{version}.tar.bz2
#Source1:
#Patch0:

%description
Netstat-nat is a small program written in C. It displays NAT connections, 
managed by netfilter/iptables which comes with the > 2.4.x linux kernels. 
The program reads its information from '/proc/net/ip_conntrack', which is 
the temporary conntrack-storage of netfilter. (http://netfilter.samba.org/)
Netstat-nat takes several arguments (but not needed).

%prep
rm -rf ${RPM_BUILD_ROOT}
%setup -q -n %{name}-%{version}

%build
%configure
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m755 $RPM_BUILD_DIR/%{name}-%{version}/netstat-nat %{buildroot}%{_bindir}/netstat-nat
#bzip2 $RPM_BUILD_DIR/%{name}-%{version}/netstat-nat.1
install -m644 $RPM_BUILD_DIR/%{name}-%{version}/netstat-nat.1 %{buildroot}%{_mandir}/man1/netstat-nat.1

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING INSTALL README
%attr(644,root,root) %{_mandir}/man1/netstat-nat.*
%attr(755,root,root) %{_bindir}/netstat-nat





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.10-3
+ Revision: 1f8e098
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17783 |14mr|nettle-2.7.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Just a hack because rpmlint rejects build with unstripped libs
#% define _enable_debug_packages %{nil}
#% define debug_package %{nil}

%bcond_with bootstrap

%define major 4
%define hogweedmajor 2
%define libname %mklibname nettle %{major}
%define libhogweed %mklibname hogweed %{hogweedmajor}
%define devname %mklibname -d nettle

Summary:	Nettle cryptographic library
Name:		nettle
Epoch:		1
Version:	2.7.1
Release:	7
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.lysator.liu.se/~nisse/nettle/
Source0:	http://www.lysator.liu.se/~nisse/archive/%{name}-%{version}.tar.gz
Patch0:		nettle-aarch64.patch
Patch1:		nettle-2.7.1-remove-ecc-testsuite.patch
Patch2:		nettle-2.7.1-tmpalloc.patch
BuildRequires:	recode
BuildRequires:	texinfo
BuildRequires:	gmp-devel
%if %{with bootstrap}
BuildRequires:	pkgconfig(openssl)
%endif

%description
Nettle is a cryptographic library that is designed to fit easily in more or
less any context:
In crypto toolkits for object-oriented languages (C++, Python, Pike, ...),
in applications like LSH or GNUPG, or even in kernel space.

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Nettle shared library
Group:		System/Libraries

%description -n %{libname}
This is the shared library part of the Nettle library.

%files -n %{libname}
%{_libdir}/libnettle.so.%{major}*

#----------------------------------------------------------------------------

%if !%{with bootstrap}
%package -n %{libhogweed}
Summary:	Hogweed shared library
Group:		System/Libraries

%description -n %{libhogweed}
This is the shared library part of the Hogweed library.

%files -n %{libhogweed}
%{_libdir}/libhogweed.so.%{hogweedmajor}*
%endif

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for compiling against Nettle library
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
%if !%{with bootstrap}
Requires:	%{libhogweed} = %{EVRD}
%endif

%description -n %{devname}
This is the development package of nettle. Install it if you want to 
compile programs using this library.

%files -n %{devname}
%doc AUTHORS TODO ChangeLog
%{_libdir}/libnettle.so
%if !%{with bootstrap}
%{_libdir}/libhogweed.so
%endif
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc
%{_includedir}/nettle/
%{_datadir}/info/%{name}.info.*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
# Disable -ggdb3 which makes debugedit unhappy
sed s/ggdb3/g/ -i configure
sed 's/ecc-192.c//g' -i Makefile.in
sed 's/ecc-224.c//g' -i Makefile.in

%build
%configure2_5x \
	--enable-static \
	--enable-shared

%make

%check
%make check

%install
%makeinstall_std
recode ISO-8859-1..UTF-8 ChangeLog


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.7.1-7
+ Revision: bca216a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17784 |14mr|net-tools-1.60-37.20120702git.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20120702git

Summary:	The basic tools for setting up networking
Name:		net-tools
Version:	1.60
# Don't increase 37 here
Release:	37.%{git}.1
License:	GPL
Group:		System/Configuration/Networking
URL:		http://net-tools.sourceforge.net
# git archive --format=tar --remote=git://net-tools.git.sourceforge.net/gitroot/net-tools/net-tools master | xz > net-tools-%%{version}.%%{checkout}.tar.xz
Source0:	net-tools-%{version}.%{git}.tar.xz
Source2:	net-tools-%{version}-config.h
Source3:	net-tools-%{version}-config.make
Source4:	ether-wake.c
Source5:	ether-wake.8
Source6:	mii-diag.c
Source7:	mii-diag.8
Source8:	iptunnel.8
Source9:	ipmaddr.8
Source10:	arp-ethers.service
# adds <delay> option that allows netstat to cycle printing through statistics every delay seconds.
Patch1:		net-tools-1.60-cycle.patch
# Fixed incorrect address display for ipx (#46434)
Patch2:		net-tools-1.60-ipx.patch
# hostname lookup problems with route --inet6 (#84108)
Patch3:		net-tools-1.60-inet6-lookup.patch
# various man page fixes merged into one patch
Patch4:		net-tools-1.60-man.patch
# netstat: interface option now works as described in the man page (#61113, #115987)
Patch5:		net-tools-1.60-interface.patch
# filter out duplicate tcp entries (#139407)
Patch6:		net-tools-1.60-duplicate-tcp.patch
# don't report statistics for virtual devices (#143981)
Patch7:		net-tools-1.60-statalias.patch
# clear static buffers in interface.c by Ulrich Drepper (#176714)
Patch8:		net-tools-1.60-interface_stack.patch
# statistics for SCTP
Patch9:		net-tools-1.60-sctp-statistics.patch
# ifconfig crash when interface name is too long (#190703)
Patch10:	net-tools-1.60-ifconfig-long-iface-crasher.patch
# fixed tcp timers info in netstat (#466845)
Patch11:	net-tools-1.60-netstat-probe.patch
# kernel 3.6 removes linux/if_strip.h
Patch12:	net-tools-1.60-STRIP.patch
Patch100:	net-tools-1.60-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	gettext

%description
The net-tools package contains the basic tools needed for setting up
networking:  ifconfig, netstat, route and others.

%prep
%setup -q -c
%patch1 -p1 -b .cycle
%patch2 -p1 -b .ipx
%patch3 -p1 -b .inet6-lookup
%patch4 -p1 -b .man
%patch5 -p1 -b .interface
%patch6 -p1 -b .dup-tcp
%patch7 -p1 -b .statalias
%patch8 -p1 -b .stack
%patch9 -p1 -b .sctp
%patch10 -p1 -b .long_iface
%patch11 -p1 -b .probe
%patch12 -p1 -b .STRIP

cp %{SOURCE2} ./config.h
cp %{SOURCE3} ./config.make
cp %{SOURCE4} ./ether-wake.c
cp %{SOURCE5} ./man/en_US/ether-wake.8
cp %{SOURCE6} ./mii-diag.c
cp %{SOURCE7} ./man/en_US/mii-diag.8
cp %{SOURCE8} ./man/en_US/iptunnel.8
cp %{SOURCE9} ./man/en_US/ipmaddr.8

%patch100 -p1 -b .format_not_a_string_literal_and_no_format_arguments

%build
export CFLAGS="%{optflags} $CFLAGS"
export LDFLAGS="%{ldflags} $LDFLAGS"

make

gcc %{optflags} %{ldflags} -o ether-wake ether-wake.c
gcc %{optflags} %{ldflags} -o mii-diag mii-diag.c

%install
mv man/de_DE man/de
mv man/fr_FR man/fr
mv man/pt_BR man/pt

make BASEDIR=%{buildroot} mandir=%{_mandir} install

# ifconfig and route are installed into /bin by default
# mv them back to /sbin for now as I (jpopelka) don't think customers would be happy
mv %{buildroot}/bin/ifconfig %{buildroot}/sbin
mv %{buildroot}/bin/route %{buildroot}/sbin

install -m 755 ether-wake %{buildroot}/sbin
install -m 755 mii-diag %{buildroot}/sbin

rm %{buildroot}/sbin/rarp
rm %{buildroot}%{_mandir}/man8/rarp.8*
rm %{buildroot}%{_mandir}/de/man8/rarp.8*
rm %{buildroot}%{_mandir}/fr/man8/rarp.8*
rm %{buildroot}%{_mandir}/pt/man8/rarp.8*

rm -rf %{buildroot}%{_mandir}/de/man1
rm -rf %{buildroot}%{_mandir}/fr/man1
rm -rf %{buildroot}%{_mandir}/man1
rm -rf %{buildroot}%{_mandir}/pt/man1

# install systemd unit file
mkdir -p %{buildroot}%{_unitdir}
install -m 644 %{SOURCE10} %{buildroot}%{_unitdir}

%find_lang %{name} --all-name --with-man

%post
%systemd_post arp-ethers.service

%files -f %{name}.lang
%doc COPYING
%config(noreplace) %{_unitdir}/arp-ethers.service
/bin/*
/sbin/*
%{_mandir}/man[58]/*



%changelog
* Mon Sep 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.60-37.20120702git.1
+ Revision: 292c7f2
- LOG New git snapshot 20120702git, drop merged patches, add new patches from Fedora, try to be close to Fedora spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17785 |14mr|networkmanager-0.9.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major_glib	4
%define major_glib_vpn	1
%define major_util	2
%define libnm_glib		%mklibname nm-glib %{major_glib}
%define libnm_glib_devel	%mklibname -d nm-glib
%define libnm_glib_vpn		%mklibname nm-glib-vpn %{major_glib_vpn}
%define libnm_glib_vpn_devel	%mklibname -d nm-glib-vpn
%define libnm_util		%mklibname nm-util %{major_util}
%define libnm_util_devel	%mklibname -d nm-util

%define rname NetworkManager

Summary:	Network connection manager and user applications
Name:		networkmanager
Version:	0.9.10.0
Release:	4
License:	GPLv2+
Group:		System/Base
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/0.9/%{rname}-%{version}.tar.xz
Source1:	README.urpmi
Source3:	nm-poke-nscd

# Fedora patches
Patch2:		networkmanager-0.8.1.999-explain-dns1-dns2.patch
# Rosa specific patches
Patch3:		networkmanager-0.9.10.0-systemd-service.patch
Patch6:		NetworkManager-0.9.4.0-dhcpcd-verbose-output.patch
Patch11:	nss-error.patch
#Avoid werror format security errors

BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	iptables
BuildRequires:	systemd >= 194-25
BuildRequires:	wpa_supplicant >= 1.1-3
BuildRequires:	libiw-devel
BuildRequires:	readline-devel
BuildRequires:	ppp-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libndp)
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(mm-glib)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(uuid)

Requires(post,preun):	systemd rpm-helper
Requires(postun):systemd
Requires:	dhcp-client
Requires:	dnsmasq-base
Requires:	iproute2
Requires:	iptables
Requires:	mobile-broadband-provider-info
Requires:	modemmanager >= 1.0.0-4
Suggests:	nscd
Requires:	ppp = %(rpm -q --queryformat "%{VERSION}" ppp )
Requires:	systemd >= 194-25
Requires:	wireless-tools
Requires:	wpa_supplicant >= 1.1-3
Provides:	NetworkManager = %{EVRD}
Conflicts:	%{_lib}nm_util1 < 0.7.996
Conflicts:	initscripts < 9.24-5

%description
NetworkManager attempts to keep an active network connection available at all
times. It is intended only for the desktop use-case, and is not intended for
usage on servers. The point of NetworkManager is to make networking
configuration and setup as painless and automatic as possible. If using DHCP,
NetworkManager is _intended_ to replace default routes, obtain IP addresses
from a DHCP server, and change nameservers whenever it sees fit.

%files -f %{rname}.lang
%doc AUTHORS CONTRIBUTING ChangeLog NEWS README TODO
%doc README.urpmi
%doc %{_datadir}/doc/NetworkManager/examples/server.conf
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.NetworkManager.conf
%{_sysconfdir}/dbus-1/system.d/nm-avahi-autoipd.conf
%{_sysconfdir}/dbus-1/system.d/nm-dispatcher.conf
%{_sysconfdir}/dbus-1/system.d/nm-ifcfg-rh.conf
%dir %{_sysconfdir}/%{rname}
%config(noreplace) %{_sysconfdir}/%{rname}/NetworkManager.conf
%{_sbindir}/%{rname}
#%{_sbindir}/%{rname}Dispatcher
%dir %{_sysconfdir}/%{rname}/dispatcher.d
%dir %{_sysconfdir}/%{rname}/system-connections
%dir %{_sysconfdir}/NetworkManager/VPN
%{_bindir}/nmcli
%{_bindir}/nm-online
%{_libexecdir}/nm-avahi-autoipd.action
%{_libexecdir}/nm-dhcp-helper
%{_libexecdir}/nm-dispatcher
%{_libexecdir}/nm-poke-nscd
%{_mandir}/man1/*.1*
%{_mandir}/man5/*.5*
%{_mandir}/man8/*.8*
%dir %{_libdir}/NetworkManager
%{_libdir}/NetworkManager/*.so
%{_libdir}/pppd/*.*.*/nm-pppd-plugin.so
%dir %{_localstatedir}/run/%{rname}
%dir %{_localstatedir}/lib/%{rname}
%ghost %{_localstatedir}/lib/%{rname}/*
%{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service
%{_datadir}/polkit-1/actions/org.freedesktop.NetworkManager.policy
%{_datadir}/gtk-doc/html/*
/lib/udev/rules.d/*.rules
%{_systemunitdir}/NetworkManager-wait-online.service
%{_systemunitdir}/NetworkManager.service
%{_systemunitdir}/NetworkManager-dispatcher.service
%{_systemunitdir}/network-online.target.wants/NetworkManager-wait-online.service
%{_datadir}/dbus-1/system-services/org.freedesktop.NetworkManager.service
%{_datadir}/bash-completion/completions/nmcli

#Update config files from previous
%triggerin -- %{name} < %{version}-%{release}
sed -e 's/ifcfg-mdv/ifcfg-rh/' -i /etc/NetworkManager/NetworkManager.conf

%post
%systemd_post NetworkManager.service
%systemd_post NetworkManager-dispatcher.service
#Use NM only by default
if cat /etc/sysconfig/network | grep USE_NM_ONLY; then
sed -e 's/USE_NM_ONLY=no/USE_NM_ONLY=yes/' -i /etc/sysconfig/network
else
echo "USE_NM_ONLY=yes" >> /etc/sysconfig/network
fi

%preun
%systemd_preun NetworkManager.service
%systemd_preun NetworkManager-dispatcher.service
if [ $1 -eq 0 ] ; then \
        # Package removal, not upgrade \
sed -e 's/USE_NM_ONLY=yes/USE_NM_ONLY=no/' -i /etc/sysconfig/network
fi

%postun
%systemd_postun

#----------------------------------------------------------------------------

%package -n	%{libnm_util}
Summary:	Shared library for nm_util
Group:		System/Libraries
Obsoletes:	%{mklibname networkmanager-util 0}
%rename		%{_lib}nm_util1

%description -n %{libnm_util}
Shared library for nm-util.

%files -n %{libnm_util}
%{_libdir}/libnm-util.so.%{major_util}*
%{_libdir}/girepository-1.0/NetworkManager-1.0.typelib

#----------------------------------------------------------------------------

%package -n	%{libnm_util_devel}
Summary:	Development files for nm_util
Group:		Development/C
Provides:	NetworkManager-devel = %{EVRD}
Provides:	nm-util-devel = %{EVRD}
Provides:	libnm-util-devel = %{EVRD}
Requires:	%{libnm_util} = %{EVRD}
Obsoletes:	%{_lib}nm_util-devel < 0.7.996

%description -n %{libnm_util_devel}
Development files for nm-util.

%files -n %{libnm_util_devel}
%dir %{_includedir}/%{rname}
%{_includedir}/%{rname}/*.h
%{_libdir}/pkgconfig/%{rname}.pc
%{_libdir}/pkgconfig/libnm-util.pc
%{_libdir}/libnm-util.so

#----------------------------------------------------------------------------

%package -n	%{libnm_glib}
Summary:	Shared library for nm_glib
Group:		System/Libraries

%description -n	%{libnm_glib}
This package contains the libraries that make it easier to use some
NetworkManager functionality from applications that use glib.

%files -n %{libnm_glib}
%{_libdir}/libnm-glib.so.%{major_glib}*
%{_libdir}/girepository-1.0/NMClient-1.0.typelib

#----------------------------------------------------------------------------

%package -n	%{libnm_glib_devel}
Summary:	Development files for nm_glib
Group:		Development/C
Provides:	nm-glib-devel = %{EVRD}
Provides:	libnm-glib-devel = %{EVRD}
Provides:	NetworkManager-glib-devel = %{EVRD}
Requires:	%{libnm_glib} = %{EVRD}
Obsoletes:	%{_lib}nm_glib-devel < 0.7.996

%description -n %{libnm_glib_devel}
Development files for nm-glib.

%files -n %{libnm_glib_devel}
%dir %{_includedir}/libnm-glib
%exclude %{_includedir}/libnm-glib/nm-vpn*.h
%{_includedir}/libnm-glib/*.h
%{_libdir}/pkgconfig/libnm-glib.pc
%{_libdir}/libnm-glib.so
%{_datadir}/gir-1.0/NMClient-1.0.gir
%{_datadir}/gir-1.0/NetworkManager-1.0.gir

#----------------------------------------------------------------------------

%package -n	%{libnm_glib_vpn}
Summary:	Shared library for nm-glib-vpn
Group:		System/Libraries
Conflicts:	%{_lib}nm-glib1 < 0.7.996

%description -n	%{libnm_glib_vpn}
This package contains the libraries that make it easier to use some
NetworkManager VPN functionality from applications that use glib.

%files -n %{libnm_glib_vpn}
%{_libdir}/libnm-glib-vpn.so.%{major_glib_vpn}*

#----------------------------------------------------------------------------

%package -n	%{libnm_glib_vpn_devel}
Summary:	Development files for nm-glib-vpn
Group:		Development/C
Provides:	nm-glib-vpn-devel = %{EVRD}
Provides:	libnm-glib-vpn-devel = %{EVRD}
Requires:	%{libnm_glib_vpn} = %{EVRD}
Conflicts:	%{_lib}nm_glib-devel < 0.7.996

%description -n %{libnm_glib_vpn_devel}
Development files for nm-glib-vpn.

%files -n %{libnm_glib_vpn_devel}
%{_includedir}/libnm-glib/nm-vpn*.h
%{_libdir}/pkgconfig/libnm-glib-vpn.pc
%{_libdir}/libnm-glib-vpn.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{rname}-%{version}
%apply_patches
autoreconf -f
intltoolize -f

%build
%define	_disable_ld_no_undefined 1
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--with-crypto=nss \
	--enable-more-warnings=no \
	--with-docs=yes \
	--with-system-ca-path=%{_sysconfdir}/pki/tls/certs \
	--with-resolvconf=yes \
	--with-session-tracking=systemd \
	--with-suspend-resume=systemd \
	--with-systemdsystemunitdir=%{_systemunitdir} \
	--with-tests=yes \
	--with-dhcpcd=/sbin/dhcpcd \
	--with-dhclient=/sbin/dhclient \
	--with-iptables=/sbin/iptables \
	--enable-bluez4 \
	--enable-polkit \
	--enable-ppp \
	--enable-concheck \
	--with-wext=yes \
	--enable-modify-system \
	--with-modem-manager-1

%make

%install
%makeinstall_std

install -d %{buildroot}%{_libexecdir}
install -m755 %{SOURCE3} %{buildroot}%{_libexecdir}/

cat > %{buildroot}%{_sysconfdir}/NetworkManager/NetworkManager.conf << EOF
[main]
plugins=ifcfg-rh,keyfile
EOF

# create a VPN directory
install -d %{buildroot}%{_sysconfdir}/%{rname}/VPN
install -m755 test/.libs/nm-online -D %{buildroot}%{_bindir}/nm-online

# create keyfile plugin system-settings directory
install -d %{buildroot}%{_sysconfdir}/%{rname}/system-connections

# Add readme displayed by urpmi
cp %{SOURCE1} .

# (bor) clean up on uninstall
install -d %{buildroot}%{_localstatedir}/lib/%{rname}
pushd %{buildroot}%{_localstatedir}/lib/%{rname} && {
	touch %{rname}.state
	touch timestamps
popd
}

%find_lang %{rname}

find %{buildroot} -name \*.la|xargs rm -f


%changelog
* Fri Sep 12 2014 Arkady Shane <ashejn@gmail.com> 0.9.10.0-4
+ Revision: 1d1c4ac
- rebuilt againts new modemmanager

* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.10.0-3
+ Revision: 330e683
- Rebuild for new ppp

* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.10.0-2
+ Revision: 8768aa5
- Drop nm-dhcp-helper.conf file, it's no longer needed with new dbus-glib

* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.10.0-1
+ Revision: 0509d81
- Update BuildRequires

* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.10.0-1
+ Revision: 5886509
- New version 0.9.10.0, drop merged patches and re-diff some older patches

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.8.9-2
+ Revision: 91b62b4
- MassBuild#440: Increase release tag

* Sun Apr 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.8.9-1
+ Revision: 96a306c
- New version 0.9.8.9

* Sat Mar 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.8.8-1
+ Revision: 9c79c65
- New version 0.9.8.8, re-diff systemd patch, force bluez4, spec cleanup

* Sun Nov 24 2013 akdengi <kazancas@mandriva.ru> 0.9.8.2-3
+ Revision: 14cdb6b
- properly set USE_NM_ONLY

* Wed Sep 04 2013 akdengi <kazancas@mandriva.ru> 0.9.8.2-2
+ Revision: 5c651d8
- set/unset USE_NM_ONLY with NM install

* Mon Aug 19 2013 akdengi <kazancas@mandriva.ru> 0.9.8.2-1
+ Revision: 4f62418
- fix and split service patch. Add nm-poke-nscd script from Mageia

* Mon Aug 19 2013 akdengi <kazancas@mandriva.ru> 0.9.8.2-1
+ Revision: df8271d
- update to 0.9.8.2

* Thu May 02 2013 Alexander Kazancev <kazancas@gmail.com> 0.9.8.0-2
+ Revision: 4b13651
- Use release too in triggerin

* Thu May 02 2013 Alexander Kazancev <kazancas@gmail.com> 0.9.8.0-2
+ Revision: 4ee81fe
- Use triggerin to properly update

* Thu May 02 2013 Alexander Kazancev <kazancas@gmail.com> 0.9.8.0-2
+ Revision: 824e7ac
- Updated networkmanager.spec

* Thu May 02 2013 Alexander Kazancev <kazancas@gmail.com> 0.9.8.0-2
+ Revision: 6b97218
- Use ifcfg-rh instead ugly ifcfg-mdv

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 0.9.8.0-1
+ Revision: 84e8f22
- fix files - add /usr/share/bash-completion/completions/nmcli

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 0.9.8.0-1
+ Revision: 52dd53c
- fix file list

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 0.9.8.0-4
+ Revision: c286d62
- use BR pkgconfig(systemd)

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 0.9.8.0-4
+ Revision: 11fca05
- add systemd to BR

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 0.9.8.0-4
+ Revision: 587eadd
- add pkgconfig(glibmm-2.4)

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 0.9.8.0-4
+ Revision: 35decde
- fix BR and add suggest nscd

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 0.9.8.0-4
+ Revision: 238ea29
- fix polkit patch

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 0.9.8.0-4
+ Revision: b6d44e0
- User ROSA implimentation of NM_CONTROLLED state

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 0.9.8.0-4
+ Revision: 9a5e18b
- disable patch7

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 0.9.8.0-4
+ Revision: 1c2fd54
- fix systemd alias patch

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 0.9.8.0-4
+ Revision: 10649f5
- update spec and patch

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 0.9.8.0-4
+ Revision: ea9afab
- delete non-used patch

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 0.9.8.0-4
+ Revision: 50893e1
- -new version 0.9.8.0

* Fri Feb 22 2013 root <root@localhost.localdomain> 0.9.6.4-4
+ Revision: 9756724
- changed README.urpmi

* Thu Feb 21 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.6.4-3
+ Revision: 868c997
- fixed alias name from networkmanager.service to network-manager.service

* Thu Feb 21 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.6.4-3
+ Revision: bad4d9f
- release up

* Wed Nov 14 2012 akdengi <kazancas@gmail.com> 0.9.6.4-2
+ Revision: 703f643
- LOG -update to 0.9.6.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17786 |14mr|networkmanager-applet-0.9.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rname	network-manager-applet
%define	major	0
%define libname %mklibname nm-gtk %{major}
%define develname %mklibname nm-gtk -d

Name:		networkmanager-applet
Summary:	Network connection manager applet for GNOME
Version:	0.9.10.0
Release:	1
Group:		System/Configuration/Networking
License:	GPLv2+
URL:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/network-manager-applet/0.9/%{rname}-%{version}.tar.xz
Source1:	50-nm_applet.pkla
BuildRequires:	intltool
BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(libnm-glib) >= %{version}
BuildRequires:	pkgconfig(libnm-glib-vpn) >= %{version}
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(polkit-gobject-1) >= 0.92
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(libsecret-unstable)
Requires:	networkmanager >= %{version}
Requires:	gtk+3
Requires:	iso-codes

%description
Network-manager-applet is a system tray applet which lets you easily
connect to different networks. It is created for GNOME's notification area
but it also works for other desktop environments which provide a system
tray like KDE or XFCE. It displays the available networks and allows to
easily switch between them. For encrypted networks it will prompt the user
for the key/passphrase and it can optionally store them in the
gnome-keyring.

%package -n %{libname}
Group:      System/Libraries
Summary:    %{summary}

%description -n %{libname}
Library from %{name}-gtk

%package -n %{develname}
Group:      Development/C
Summary:    Development libraries and header files from %{name}
Requires:   %{libname} = %{EVRD}

%description -n %{develname}
%{name}-gtk development headers and libraries.

%prep
%setup -qn %{rname}-%{version}
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-more-warnings=no \
	--without-bluetooth \
	--with-gtkver=3

%make

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_sysconfdir}/polkit-1/localauthority/50-local.d/
install -m 0644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/polkit-1/localauthority/50-local.d/

%find_lang nm-applet

%files -f nm-applet.lang
%doc ChangeLog CONTRIBUTING
%{_sysconfdir}/xdg/autostart/nm-applet.desktop
%{_bindir}/nm-connection-editor
%{_bindir}/nm-applet
%{_libexecdir}/nm-applet-migration-tool
%{_datadir}/applications/nm-connection-editor.desktop
%{_datadir}/GConf/gsettings/nm-applet.convert
%{_datadir}/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml
%dir %{_datadir}/nm-applet/
%{_datadir}/nm-applet/*.png
%{_datadir}/nm-applet/*.ui
%{_datadir}/applications/nm-applet.desktop
%{_datadir}/libnm-gtk/wifi.ui
%{_iconsdir}/hicolor/*/apps/*
%{_sysconfdir}/polkit-1/localauthority/50-local.d/50-nm_applet.pkla
%{_libdir}/girepository-1.0/NMGtk-1.0.typelib
%{_datadir}/gir-1.0/NMGtk-1.0.gir
%{_mandir}/man1/nm-applet.1*
%{_mandir}/man1/nm-connection-editor.1*

%files -n %{libname}
%{_libdir}/libnm-gtk.so.%{major}*

%files -n %{develname}
%{_includedir}/libnm-gtk/*
%{_libdir}/libnm-gtk.so
%{_libdir}/pkgconfig/libnm-gtk.pc


%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.10.0-1
+ Revision: 326b996
- Updated to 0.9.10.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17787 |14mr|NetworkManager-l2tp-0.9.8.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NetworkManager VPN plugin for l2tp
Name:		NetworkManager-l2tp
Version:	0.9.8.7
Release:	1
License:	GPLv2+
Group:		System/Base
Url:		https://launchpad.net/~seriy-pr/+archive/network-manager-l2tp
# https://github.com/seriyps/NetworkManager-l2tp/archive/%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	ppp-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(libpng)
Requires:	gnome-keyring
Requires:	networkmanager
Requires:	ppp-pppoe
Requires:	pptp-linux
Requires:	shared-mime-info
Requires:	xl2tpd

%description
This package contains software for integrating L2TP VPN support with
the NetworkManager and the GNOME desktop.

%files -f %{name}.lang
%doc AUTHORS ChangeLog
%{_libdir}/NetworkManager/lib*.so*
%{_libexecdir}/nm-l2tp-auth-dialog
%{_sysconfdir}/dbus-1/system.d/nm-l2tp-service.conf
%{_sysconfdir}/NetworkManager/VPN/nm-l2tp-service.name
%{_libexecdir}/nm-l2tp-service
%{_libdir}/pppd/2.*/nm-l2tp-pppd-plugin.so
%{_datadir}/gnome-vpn-properties/l2tp

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./autogen.sh
%configure2_5x \
	--disable-static \
	--disable-dependency-tracking \
	--enable-more-warnings=yes

%make

%install
%makeinstall_std

%find_lang NetworkManager-l2tp


%changelog
* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.8.7-1
+ Revision: 6578add
- New version 0.9.8.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17788 |14mr|networkmanager-openconnect-0.9.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	NetworkManager VPN integration for openconnect
Name:		networkmanager-openconnect
Version:	0.9.10.0
Release:	1
License:	GPLv2+
Group:		System/Base
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/%{url_ver}/NetworkManager-openconnect-%{version}.tar.xz
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libsecret-unstable)
BuildRequires:	pkgconfig(openconnect)
Requires:	gtk+3
Requires:	dbus
Requires:	NetworkManager
Requires:	openconnect

%description
This package contains software for integrating the openconnect VPN software
with NetworkManager and the GNOME desktop.

%files -f NetworkManager-openconnect.lang
%doc AUTHORS ChangeLog COPYING
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/nm-openconnect-service.conf
%config(noreplace) %{_sysconfdir}/NetworkManager/VPN/nm-openconnect-service.name
%{_libdir}/NetworkManager/lib*.so*
%{_libdir}/nm-openconnect-auth-dialog
%{_libexecdir}/nm-openconnect-service
%{_libexecdir}/nm-openconnect-service-openconnect-helper
%{_datadir}/gnome-vpn-properties/openconnect

%pre
%{_sbindir}/groupadd -r nm-openconnect &>/dev/null || :
%{_sbindir}/useradd  -r -s /sbin/nologin -d / -M \
                     -c 'NetworkManager user for OpenConnect' \
                     -g nm-openconnect nm-openconnect &>/dev/null || :

#----------------------------------------------------------------------------

%prep
%setup -qn NetworkManager-openconnect-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--with-gnome \
	--with-authdlg \
	--enable-more-warnings=no \
	--with-gtkver=3
%make

%install
%makeinstall_std

%find_lang NetworkManager-openconnect


%changelog
* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.10.0-1
+ Revision: 1c93ffe
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17789 |14mr|networkmanager-openswan-0.9.8.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NetworkManager VPN integration for OpenSWAN
Name:		networkmanager-openswan
Version:	0.9.8.4
Release:	1
License:	GPLv2+
Group:		System/Base
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openswan/0.9/NetworkManager-openswan-%{version}.tar.xz
Patch0:		NetworkManager-openswan-0.9.8.4-deprecated.patch
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnm-util)
Requires:	GConf2
Requires:	gnome-keyring
Requires:	networkmanager
Suggests:	openswan
Requires:	shared-mime-info

%description
This package contains software for integrating the OpenSWAN IPSec VPN software
with NetworkManager and the GNOME desktop.

%files -f NetworkManager-openswan.lang
%doc AUTHORS ChangeLog README
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/nm-openswan-service.conf
%config(noreplace) %{_sysconfdir}/NetworkManager/VPN/nm-openswan-service.name
%{_libdir}/NetworkManager/libnm-openswan-properties.so
%{_libexecdir}/nm-openswan-auth-dialog
%{_libexecdir}/nm-openswan-service
%{_libexecdir}/nm-openswan-service-helper
%{_datadir}//gnome-vpn-properties/openswan/nm-openswan-dialog.ui

#----------------------------------------------------------------------------

%prep
%setup -qn NetworkManager-openswan-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-dependency-tracking \
	--enable-more-warnings=no

%make

%install
%makeinstall_std

%find_lang NetworkManager-openswan


%changelog
* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.8.4-1
+ Revision: ded6d78
- Don't use -Werror flag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17790 |14mr|networkmanager-openvpn-0.9.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_ver 0.9

Summary:	NetworkManager VPN integration for OpenVPN
Name:		networkmanager-openvpn
Epoch:		1
Version:	0.9.10.0
Release:	1
License:	GPLv2+
Group:		System/Base
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://download.gnome.org/sources/NetworkManager-openvpn/%{up_ver}/NetworkManager-openvpn-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnm-gtk)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libsecret-unstable)
Requires:	gnome-keyring
Requires:	networkmanager
Requires:	openvpn
Requires:	shared-mime-info

%description
This package contains software for integrating the OpenVPN VPN software
with NetworkManager and the GNOME desktop.

%files -f NetworkManager-openvpn.lang
%doc AUTHORS ChangeLog README
%{_libdir}/NetworkManager/libnm-openvpn-properties.so
%{_libexecdir}/nm-openvpn-auth-dialog
%{_libexecdir}/nm-openvpn-service
%{_libexecdir}/nm-openvpn-service-openvpn-helper
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/nm-openvpn-service.conf
%config(noreplace) %{_sysconfdir}/NetworkManager/VPN/nm-openvpn-service.name
%{_datadir}/gnome-vpn-properties/openvpn/nm-openvpn-dialog.ui

#----------------------------------------------------------------------------

%prep
%setup -qn NetworkManager-openvpn-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-dependency-tracking \
	--enable-more-warnings
%make

%install
%makeinstall_std

%find_lang NetworkManager-openvpn


%changelog
* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.9.10.0-1
+ Revision: 52bce68
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17791 |14mr|networkmanager-pptp-0.9.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_ver 0.9

Summary:	NetworkManager VPN integration for PPTP
Name:		networkmanager-pptp
Epoch:		1
Version:	0.9.10.0
Release:	1
License:	GPLv2+
Group:		System/Base
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/%{up_ver}/NetworkManager-pptp-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	ppp-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnm-gtk)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libsecret-unstable)
Requires:	gnome-keyring
Requires:	networkmanager
Requires:	ppp-pppoe
Requires:	pptp-linux
Requires:	shared-mime-info

%description
This package contains software for integrating the PPTP VPN with
NetworkManager and the GNOME desktop.

%files -f NetworkManager-pptp.lang
%doc AUTHORS ChangeLog README
%{_libdir}/NetworkManager/libnm-pptp-properties.so
%{_libdir}/pppd/*/nm-pptp-pppd-plugin.so
%{_libexecdir}/nm-pptp-auth-dialog
%{_libexecdir}/nm-pptp-service
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/nm-pptp-service.conf
%config(noreplace) %{_sysconfdir}/NetworkManager/VPN/nm-pptp-service.name
%{_datadir}/gnome-vpn-properties/pptp/nm-pptp-dialog.ui

#----------------------------------------------------------------------------

%prep
%setup -qn NetworkManager-pptp-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-dependency-tracking \
	--enable-more-warnings=yes

%make

%install
%makeinstall_std

%find_lang NetworkManager-pptp


%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.9.10.0-1
+ Revision: 9700c5f
- Added scret-unstable BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17792 |14mr|networkmanager-vpnc-0.9.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_ver 0.9

Summary:	NetworkManager VPN integration for vpnc
Name:		networkmanager-vpnc
Epoch:		1
Version:	0.9.10.0
Release:	1
License:	GPLv2+
Group:		System/Base
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-vpnc/%{up_ver}/NetworkManager-vpnc-%{version}.tar.xz
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnm-gtk)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libsecret-unstable)
Requires:	dbus
Requires:	gnome-keyring
Requires:	networkmanager
Requires:	shared-mime-info
Requires:	vpnc

%description
This package contains software for integrating the vpnc VPN software
with NetworkManager and the GNOME desktop

%files -f NetworkManager-vpnc.lang
%doc AUTHORS ChangeLog
%{_libexecdir}/nm-vpnc-auth-dialog
%{_libexecdir}/nm-vpnc-service
%{_libexecdir}/nm-vpnc-service-vpnc-helper
%{_libdir}/NetworkManager/libnm-vpnc-properties.so
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/nm-vpnc-service.conf
%config(noreplace) %{_sysconfdir}/NetworkManager/VPN/nm-vpnc-service.name
%{_datadir}/gnome-vpn-properties/vpnc/nm-vpnc-dialog.ui
%{_datadir}/applications/nm-vpnc-auth-dialog.desktop
%{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-cisco-vpn-settings.png

#----------------------------------------------------------------------------

%prep
%setup -qn NetworkManager-vpnc-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-more-warnings=yes \
	--with-gtkver=3 \
	--with-tests=yes

%make

%install
%makeinstall_std

%find_lang NetworkManager-vpnc


%changelog
* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.9.10.0-1
+ Revision: f966625
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17793 |14mr|newt-0.52.14-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0.52
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d

%bcond_with diet
%bcond_with uclibc

Summary:	A development library for text mode user interfaces
Name:		newt
Version:	0.52.14
Release:	5
License:	LGPLv2+
Group:		System/Libraries
Url:		https://fedorahosted.org/newt/
Source0:	https://fedorahosted.org/releases/n/e/newt/%{name}-%{version}.tar.gz
Patch1: 	newt-0.52.6-mdvconf.patch
Patch2: 	newt-0.51.4-fix-wstrlen-for-non-utf8-strings.patch
BuildRequires:	glibc-static-devel
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(slang)
%if %{with diet}
BuildRequires:	dietlibc-devel
%endif
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.33.2-3
%endif

Provides:	python-snack = %{EVRD}
# for newt_syrup
Provides:	pythonegg(newt-python) = %{EVRD}
Provides:	whiptail = %{EVRD}

%description
Newt is a programming library for color text mode, widget based user
interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes,
radio buttons, labels, plain text fields, scrollbars, etc., to text mode user
interfaces.  This package contains a /usr/bin/dialog replacement called
whiptail. Newt is based on the slang library.

%files -f %{name}.lang
%doc CHANGES COPYING
%{_bindir}/whiptail
%{py_platsitedir}/*
%{_mandir}/man1/whiptail.1*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Newt windowing toolkit development files library
Group:		Development/C

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libnewt.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Newt windowing toolkit development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%doc tutorial.sgml
%{_includedir}/newt.h
%{_libdir}/libnewt.a
%if %{with diet}
%{_prefix}/lib/dietlibc/lib-%{_arch}/libnewt.a
%endif
%if %{with uclibc}
%{_prefix}/uclibc%{_libdir}/libnewt.a
%endif
%{_libdir}/libnewt.so
%{_libdir}/pkgconfig/libnewt.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%if %{with diet}
mkdir diet
pushd diet
ln -s ../*.[ch] ../newt.spec .
popd
%endif

%if %{with uclibc}
mkdir uclibc
pushd uclibc
ln -s ../*.[ch] ../newt.spec .
popd
%endif

%build
%if %{with diet}
pushd diet
CC="diet gcc" CFLAGS="-Os -g" \
../configure	--without-gpm-support \
		--without-tcl \
		--disable-nls
%make libnewt.a
popd
%endif

%if %{with uclibc}
pushd uclibc
CC="%{uclibc_cc}" CFLAGS="%{uclibc_cflags}" \
../configure	--without-gpm-support \
		--without-tcl \
		--disable-nls
%make libnewt.a
popd
%endif

%configure2_5x \
	--with-gpm-support \
	--without-tcl
%make
%make shared

%install
%makeinstall

%if %{with diet}
install -m644 diet/libnewt.a -D %{buildroot}%{_prefix}/lib/dietlibc/lib-%{_arch}/libnewt.a
%endif

%if %{with uclibc}
install -m644 uclibc/libnewt.a -D %{buildroot}%{_prefix}/uclibc/%{_libdir}/libnewt.a
%endif

ln -snf lib%{name}.so.%{version} %{buildroot}%{_libdir}/lib%{name}.so.%{major}

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.52.14-5
+ Revision: 176f635
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17794 |14mr|nfs-utils-1.2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nfs-utils
Epoch:		1
Version:	1.2.6
Release:	3
Summary:	The utilities for Linux NFS server
Group:		Networking/Other
License:	GPL
URL:		http://sourceforge.net/projects/nfs/
Source0:	http://prdownloads.sourceforge.net/nfs/%{name}-%{version}.tar.bz2
Source6:	nfsv4.schema
Source7:	gssapi_mech.conf
Source8:	idmapd.conf
Source9:    id_resolver.conf
Source10:   nfs.sysconfig

Source11: nfs-lock.service
Source12: nfs-secure.service
Source13: nfs-secure-server.service
Source14: nfs-server.service
Source15: nfs-blkmap.service
Source16: nfs-rquotad.service
Source17: nfs-mountd.service
Source18: nfs-idmap.service
Source19: nfs.target
%define nfs_services %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} %{SOURCE15} %{SOURCE16} %{SOURCE17} %{SOURCE18} %{SOURCE19}

Source20: var-lib-nfs-rpc_pipefs.mount
Source21: proc-fs-nfsd.mount
%define nfs_automounts %{SOURCE20} %{SOURCE21}

Source50: nfs-lock.preconfig
Source51: nfs-server.preconfig
Source52: nfs-server.postconfig
%define nfs_configs %{SOURCE50} %{SOURCE51} %{SOURCE52}

Source60: nfs4-modalias.conf

Requires(pre): rpm-helper
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(postun): rpm-helper
Requires:	rpcbind
Requires:	    tcp_wrappers
BuildRequires:	krb5-devel >= 1.3
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(libnfsidmap) >= 0.16
BuildRequires:	rpcsecgss-devel >= 0.12
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(blkid)
BuildRequires:	libcap-devel
BuildRequires:  keyutils-devel
BuildRequires:  libdevmapper-devel
Obsoletes: nfs-utils-clients 
Provides:	nfs-utils-clients

%description
This package provides various programs needed for NFS support on server.

%prep
%setup -q

%build
%serverbuild
%configure2_5x \
    --with-statdpath=%{_localstatedir}/lib/nfs/statd \
    --with-statduser=rpcuser \
    --enable-nfsv4 \
    --enable-ipv6 \
    --enable-gss \
    --enable-tirpc \
    --with-krb5=%{_prefix} \
    --enable-mountconfig

make all CFLAGS="%{optflags} -DDEBUG"

%install
rm -rf %{buildroot}

install -d %{buildroot}{/sbin,/usr/sbin}
install -d %{buildroot}%{_mandir}/{man5,man8}

%make \
	DESTDIR=%{buildroot} \
	MANDIR=%{buildroot}%{_mandir} \
	SBINDIR=%{buildroot}%{_prefix}/sbin \
	install

install -m 755 tools/rpcdebug/rpcdebug %{buildroot}/sbin/
ln -snf rpcdebug %{buildroot}/sbin/nfsdebug
ln -snf rpcdebug %{buildroot}/sbin/nfsddebug

install -d %{buildroot}%{_sysconfdir}
install -m 644 utils/mount/nfsmount.conf %{buildroot}%{_sysconfdir}

install -d %{buildroot}%{_sysconfdir}/request-key.d
install -m 644 %{SOURCE9} %{buildroot}%{_sysconfdir}/request-key.d

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/sysconfig/nfs

install -d %{buildroot}%{_sysconfdir}/modprobe.d
install -m 644 %{SOURCE60} %{buildroot}%{_sysconfdir}/modprobe.d/nfs.conf

install -d %{buildroot}%{_unitdir}
install -d %{buildroot}/usr/lib/%{name}/scripts
for service in %{nfs_services} ; do
	install -m 644 $service %{buildroot}%{_unitdir}
done
for service in %{nfs_automounts} ; do
	install -m 644 $service %{buildroot}%{_unitdir}
done
for config in %{nfs_configs} ; do
	install -m 755 $config %{buildroot}/usr/lib/%{name}/scripts
done

install -d %{buildroot}%{_localstatedir}/lib/nfs/rpc_pipefs

touch %{buildroot}%{_localstatedir}/lib/nfs/rmtab
mv %{buildroot}%{_sbindir}/rpc.statd %{buildroot}/sbin/

install -d %{buildroot}%{_localstatedir}/lib/nfs/statd/sm
install -d %{buildroot}%{_localstatedir}/lib/nfs/statd/sm.bak
install -d %{buildroot}%{_localstatedir}/lib/nfs/v4recovery
install -d %{buildroot}%{_sysconfdir}/exports.d

install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/gssapi_mech.conf
install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/idmapd.conf
perl -pi -e "s|/usr/lib|%{_libdir}|g" %{buildroot}%{_sysconfdir}/gssapi_mech.conf

# nuke dupes
rm -f %{buildroot}%{_sbindir}/rpcdebug

cat >%{buildroot}%{_sysconfdir}/exports <<EOF
# /etc/exports: the access control list for filesystems which may be exported
#               to NFS clients.  See exports(5).
EOF

# manage documentation manually
install -d -m 755 %{buildroot}%{_docdir}/%{name}
install -m 644 README ChangeLog COPYING NEWS %{SOURCE6} \
    %{buildroot}%{_docdir}/%{name}

# fix perms
chmod 0755 %{buildroot}/sbin/mount.nfs

%pre
%_pre_useradd rpcuser %{_localstatedir}/lib/nfs /bin/false

%postun
%_postun_userdel rpcuser

%files
%{_docdir}/%{name}
%dir %{_localstatedir}/lib/nfs
%dir %{_localstatedir}/lib/nfs/v4recovery
%dir %{_localstatedir}/lib/nfs/rpc_pipefs
%dir %{_sysconfdir}/exports.d
%dir %attr(700,rpcuser,rpcuser) %{_localstatedir}/lib/nfs/statd
%dir %attr(700,rpcuser,rpcuser) %{_localstatedir}/lib/nfs/statd/sm
%dir %attr(700,rpcuser,rpcuser) %{_localstatedir}/lib/nfs/statd/sm.bak
%config(noreplace) %attr(644,rpcuser,rpcuser) %{_localstatedir}/lib/nfs/state
%config(noreplace) %{_localstatedir}/lib/nfs/xtab
%config(noreplace) %{_localstatedir}/lib/nfs/etab
%config(noreplace) %{_localstatedir}/lib/nfs/rmtab
%config(noreplace) %{_sysconfdir}/request-key.d/id_resolver.conf
%config(noreplace) %{_sysconfdir}/exports
%config(noreplace) %{_sysconfdir}/sysconfig/nfs
%config(noreplace) %{_sysconfdir}/nfsmount.conf
%config(noreplace) %{_sysconfdir}/idmapd.conf
%config(noreplace) %{_sysconfdir}/gssapi_mech.conf
%{_sysconfdir}/modprobe.d/nfs.conf
%{_unitdir}/*
/usr/lib/%{name}/scripts/*
/sbin/nfsddebug
/sbin/rpc.statd
/sbin/mount.nfs
/sbin/mount.nfs4
/sbin/umount.nfs
/sbin/umount.nfs4
/sbin/rpcdebug
/sbin/nfsdebug
/sbin/osd_login
%{_sbindir}/exportfs
%{_sbindir}/rpc.mountd
%{_sbindir}/rpc.nfsd
%{_sbindir}/rpc.svcgssd
%{_sbindir}/sm-notify
%{_sbindir}/start-statd
%{_sbindir}/showmount
%{_sbindir}/mountstats
%{_sbindir}/nfsiostat
%{_sbindir}/nfsidmap
%{_sbindir}/blkmapd
%{_sbindir}/nfsstat
%{_sbindir}/rpc.idmapd
%{_sbindir}/rpc.gssd
%{_sbindir}/gss_clnt_send_err
%{_sbindir}/gss_destroy_creds
%{_mandir}/man5/exports.5*
%{_mandir}/man5/nfs.5*
%{_mandir}/man5/nfsmount.conf.5*
%{_mandir}/man7/nfsd.7*
%{_mandir}/man8/exportfs.8*
%{_mandir}/man8/mountd.8*
%{_mandir}/man8/nfsd.8*
%{_mandir}/man8/rpc.mountd.8*
%{_mandir}/man8/rpc.nfsd.8*
%{_mandir}/man8/rpc.svcgssd.8*
%{_mandir}/man8/svcgssd.8*
%{_mandir}/man8/mount.nfs.8*
%{_mandir}/man8/rpc.sm-notify.8*
%{_mandir}/man8/sm-notify.8*
%{_mandir}/man8/umount.nfs.8*
%{_mandir}/man8/rpc.statd.8*
%{_mandir}/man8/statd.8*
%{_mandir}/man8/showmount.8*
%{_mandir}/man8/nfsstat.8*
%{_mandir}/man8/rpcdebug.8*
%{_mandir}/man8/mountstats.8*
%{_mandir}/man8/nfsiostat.8*
%{_mandir}/man8/nfsidmap.8*
%{_mandir}/man8/blkmapd.8*
%{_mandir}/man8/rpc.gssd.8*
%{_mandir}/man8/rpc.idmapd.8*
%{_mandir}/man8/gssd.8*
%{_mandir}/man8/idmapd.8*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.2.6-3
+ Revision: dcc94a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17795 |14mr|nginx-1.2.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define nginx_user nginx
%define nginx_group %{nginx_user}
%define nginx_home /var/lib/nginx
%define nginx_home_tmp %{nginx_home}/tmp
%define nginx_logdir /var/log/nginx
%define nginx_confdir %{_sysconfdir}/nginx
%define nginx_datadir %{_datadir}/nginx
%define nginx_webroot %{nginx_datadir}/html

Summary:	Robust, small and high performance HTTP and reverse proxy server
Name:		nginx
Version:	1.2.9
Release:	5
Group:		System/Servers
# BSD License (two clause)
# http://www.freebsd.org/copyright/freebsd-license.html
License:	BSD
URL:		http://nginx.net/
Source0:	http://nginx.org/download/nginx-%{version}.tar.gz
Source1:	http://nginx.org/download/nginx-%{version}.tar.gz.asc
Source2:	nginx.service
Source3:	nginx.logrotate
Source4:	virtual.conf
Source5:	ssl.conf
Source6:        default.conf
Source100:	index.html
Source101:	poweredby.png
Source102:	nginx-logo.png
Source103:	50x.html
Source104:	404.html
Requires(pre): rpm-helper
Requires(postun): rpm-helper
BuildRequires:	gd-devel
BuildRequires:	pkgconfig(geoip)
BuildRequires:	libxslt-devel
BuildRequires:	openssl-devel
BuildRequires:	pcre-devel
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::Embed)
BuildRequires:	zlib-devel
Requires:	pcre
Requires:	geoip
Requires:	openssl
Provides:	webserver

%description
Nginx [engine x] is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3
proxy server written by Igor Sysoev.

%prep
%setup -q

%build
%serverbuild
./configure \
    --user=%{nginx_user} \
    --group=%{nginx_group} \
    --prefix=%{nginx_datadir} \
    --sbin-path=%{_sbindir}/%{name} \
    --conf-path=%{nginx_confdir}/%{name}.conf \
    --error-log-path=%{nginx_logdir}/error.log \
    --http-log-path=%{nginx_logdir}/access.log \
    --http-client-body-temp-path=%{nginx_home_tmp}/client_body \
    --http-proxy-temp-path=%{nginx_home_tmp}/proxy \
    --http-fastcgi-temp-path=%{nginx_home_tmp}/fastcgi \
    --pid-path=/var/run/%{name}/%{name}.pid \
    --lock-path=/var/lock/subsys/%{name} \
    --with-file-aio \
    --with-ipv6 \
    --with-http_ssl_module \
    --with-http_realip_module \
    --with-http_addition_module \
    --with-http_xslt_module \
    --with-http_image_filter_module \
    --with-http_geoip_module \
    --with-http_sub_module \
    --with-http_dav_module \
    --with-http_flv_module \
    --with-http_mp4_module \
    --with-http_gzip_static_module \
    --with-http_random_index_module \
    --with-http_secure_link_module \
    --with-http_degradation_module \
    --with-http_stub_status_module \
    --with-http_perl_module \
    --with-mail \
    --with-mail_ssl_module \
    --with-ld-opt=-Wl,-E \
    --with-cc-opt="$CFLAGS $(pcre-config --cflags)" 

%install

%makeinstall_std INSTALLDIRS=vendor

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name perllocal.pod -exec rm -f {} \;
find %{buildroot} -type f -empty -exec rm -f {} \;
find %{buildroot} -type f -exec chmod 0644 {} \;
find %{buildroot} -type f -name '*.so' -exec chmod 0755 {} \;
chmod 0755 %{buildroot}%{_sbindir}/nginx

%{__install} -p -D -m 0755 %{SOURCE2} %{buildroot}/lib/systemd/system/nginx.service
%{__install} -p -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
%{__install} -p -d -m 0755 %{buildroot}%{nginx_confdir}/conf.d
%{__install} -p -m 0644 %{SOURCE4} %{SOURCE5} %{SOURCE6} %{buildroot}%{nginx_confdir}/conf.d
%{__install} -p -d -m 0755 %{buildroot}%{nginx_home_tmp}
%{__install} -p -d -m 0755 %{buildroot}%{nginx_logdir}
%{__install} -p -d -m 0755 %{buildroot}%{nginx_webroot}

%{__install} -p -m 0644 %{SOURCE100} %{SOURCE101} %{SOURCE102} %{SOURCE103} %{SOURCE104} %{buildroot}%{nginx_webroot}

# add current version
perl -pi -e "s|_VERSION_|%{version}|g" %{buildroot}%{nginx_webroot}/index.html

# convert to UTF-8 all files that give warnings.
for textfile in CHANGES; do
    mv $textfile $textfile.old
    iconv --from-code ISO8859-1 --to-code UTF-8 --output $textfile $textfile.old
    rm -f $textfile.old
done

install -d %{buildroot}%{_mandir}/man8
install -m0644 man/*.8 %{buildroot}%{_mandir}/man8/

%pre
%_pre_useradd %{nginx_user} %{nginx_home} /bin/false

%post
if [ $1 -eq 1 ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun
if [ $1 -eq 0 ]; then
    /bin/systemctl --no-reload disable nginx.service >/dev/null 2>&1 || :
    /bin/systemctl stop nginx.service >/dev/null 2>&1 || :
fi

%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -gt 1 ]; then
    /bin/systemctl try-restart nginx.service >/dev/null 2>&1 || :
fi
%_postun_userdel %{nginx_user}

%files
%defattr(-,root,root,-)
%doc LICENSE CHANGES README
%{nginx_datadir}/
%{_sbindir}/%{name}
%{_mandir}/man3/%{name}.3pm*
%{_mandir}/man8/*
/lib/systemd/system/nginx.service
%dir %{nginx_confdir}
%dir %{nginx_confdir}/conf.d
%config(noreplace) %{nginx_confdir}/conf.d/*.conf
%config(noreplace) %{nginx_confdir}/win-utf
%config(noreplace) %{nginx_confdir}/%{name}.conf.default
%config(noreplace) %{nginx_confdir}/scgi_params
%config(noreplace) %{nginx_confdir}/scgi_params.default
%config(noreplace) %{nginx_confdir}/fastcgi.conf
%config(noreplace) %{nginx_confdir}/fastcgi.conf.default
%config(noreplace) %{nginx_confdir}/mime.types.default
%config(noreplace) %{nginx_confdir}/fastcgi_params
%config(noreplace) %{nginx_confdir}/fastcgi_params.default
%config(noreplace) %{nginx_confdir}/koi-win
%config(noreplace) %{nginx_confdir}/koi-utf
%config(noreplace) %{nginx_confdir}/%{name}.conf
%config(noreplace) %{nginx_confdir}/mime.types
%config(noreplace) %{nginx_confdir}/uwsgi_params
%config(noreplace) %{nginx_confdir}/uwsgi_params.default
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%dir %{perl_vendorarch}/auto/%{name}
%{perl_vendorarch}/%{name}.pm
%{perl_vendorarch}/auto/%{name}/%{name}.so
%attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_home}
%attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_home_tmp}
%attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_logdir}
%attr(-,%{nginx_user},%{nginx_group}) %dir /var/run/%{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.9-5
+ Revision: a1ef0b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17796 |14mr|ninja-1.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#global githash 5dc55a3

Name:           ninja
Version:        1.4.0
Release:        3
Group:          Development/Other
Summary:        A small build system with a focus on speed

License:        ASL 2.0
URL:            http://martine.github.com/ninja/
#VCS:            git://github.com/martine/ninja.git
# Snapshot from github
# Downloaded from https://github.com/martine/ninja/tarball/%{githash}
#Source0:        martine-ninja-%{githash}.tar.gz
Source0:        https://github.com/martine/ninja/archive/v%{version}.tar.gz
Source1:        ninja.vim

BuildRequires:  asciidoc
BuildRequires:  gtest-devel
BuildRequires:  re2c
BuildRequires:	xsltproc docbook-dtds docbook-style-xsl

Suggests:	%{name}-vim = %{EVRD}

%description
Ninja is a small build system with a focus on speed. It differs from other
build systems in two major respects: it is designed to have its input files
generated by a higher-level build system, and it is designed to run builds as
fast as possible.

%package vim
Summary:	Syntax highlighting etc. for Ninja files in vim
Suggests:	%{name} = %{EVRD}
Group:		Development/Other

%description vim
Syntax highlighting etc. for Ninja files in vim

%package emacs
Summary:	Syntax highlighting etc. for Ninja files in emacs
Suggests:	%{name} = %{EVRD}
Group:		Development/Other

%description emacs
Syntax highlighting etc. for Ninja files in emacs

%package zsh
Summary:	Command line completion for Ninja in zsh
Suggests:	%{name} = %{EVRD}
Group:		Development/Other

%description zsh
Command line completion for Ninja in zsh

%prep
%setup -q


%build
CFLAGS="%{optflags}"
export CFLAGS
./bootstrap.py --verbose -- --debug
./ninja -v manual
./ninja -v ninja_test


%check
# workaround possible too low default limits
ulimit -n 2048
ulimit -u 2048

./ninja_test


%install
# TODO: Install ninja_syntax.py?
install -p -m 755 -d %{buildroot}%{_bindir}
install -p -m 755 ninja %{buildroot}%{_bindir}/

install -p -m 755 -d %{buildroot}%{_sysconfdir}/bash_completion.d
install -p -m 644 misc/bash-completion %{buildroot}%{_sysconfdir}/bash_completion.d/ninja-bash-completion

install -p -m 755 -d %{buildroot}%{_datadir}/emacs/site-lisp
install -p -m 644 misc/ninja-mode.el %{buildroot}%{_datadir}/emacs/site-lisp/ninja-mode.el

install -p -m 755 -d %{buildroot}%{_datadir}/vim/vimfiles/syntax
install -p -m 644 misc/ninja.vim %{buildroot}%{_datadir}/vim/vimfiles/syntax/ninja.vim
install -p -m 755 -d %{buildroot}%{_datadir}/vim/vimfiles/ftdetect
install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/vim/vimfiles/ftdetect/ninja.vim

install -p -m 755 -d %{buildroot}%{_datadir}/zsh/site-functions
install -p -m 644 misc/zsh-completion %{buildroot}%{_datadir}/zsh/site-functions/_ninja


%files
%doc COPYING README doc/manual.html
%{_bindir}/ninja
%{_sysconfdir}/bash_completion.d/

%files emacs
%{_datadir}/emacs/site-lisp/ninja-mode.el

%files vim
%{_datadir}/vim/vimfiles/syntax/ninja.vim
%{_datadir}/vim/vimfiles/ftdetect/ninja.vim

%files zsh
%{_datadir}/zsh/

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.0-3
+ Revision: 530525b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17797 |14mr|nmap-6.47-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Network exploration tool and security scanner
Name:		nmap
Version:	6.47
Release:	1
Epoch:		1
License:	GPLv2
Group:		Networking/Other
URL:		http://nmap.org/
Source0:	http://download.insecure.org/nmap/dist/%{name}-%{version}.tar.bz2
Source1:	%{name}_icons.tar.bz2
Source2:	nmap.rpmlintrc
BuildRequires:	libpcap-devel
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python) >= 2.4
BuildRequires:	pkgconfig(lua)

%description
Nmap is a utility for network exploration or security auditing. It supports
ping scanning (determine which hosts are up), many port scanning techniques
(determine what services the hosts are offering), and TCP/IP fingerprinting
(remote host operating system identification). Nmap also offers flexible target
and port specification, decoy scanning, determination of TCP sequence
predictability characteristics, sunRPC scanning, reverse-identd scanning, and
more.

%package	frontend
Summary:	Multi-platform graphical Nmap frontend and results viewer
Group:		Networking/Other
Requires:	%{name} = %{epoch}:%{version}-%{release}
Requires:	pygtk2
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description	frontend
Zenmap is an Nmap frontend. It is meant to be useful for advanced users and to
make Nmap easy to use by beginners. It was originally derived from Umit, an
Nmap GUI created as part of the Google Summer of Code.

%prep
%setup -q -a1

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" configure*

%build
%configure2_5x --without-nmap-update
%make 

%install
unset PYTHONDONTWRITEBYTECODE
%makeinstall_std nmapdatadir=%{_datadir}/nmap STRIP=/bin/true

install -m0644 docs/zenmap.1 %{buildroot}%{_mandir}/man1/

install -d %{buildroot}{%{_miconsdir},%{_liconsdir}}
install -m0644 %{name}16.png %{buildroot}%{_miconsdir}/%{name}.png
install -m0644 %{name}32.png %{buildroot}%{_iconsdir}/%{name}.png
install -m0644 %{name}48.png %{buildroot}%{_liconsdir}/%{name}.png

rm -f %{buildroot}%{_datadir}/applications/*.desktop

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{_vendor}-%{name}.desktop << EOF
[Desktop Entry]
Name=Nmap
Name[ru]=Nmap
Comment=A frontend for the nmap port scanner
Comment[ru]=Интерфейс для сканера портов nmap
Exec=zenmap
Icon=%{name}
Terminal=false
Type=Application
Categories=System;Monitor;
EOF

%find_lang %{name} --with-man

# cleanup
rm -f %{buildroot}%{_bindir}/uninstall_zenmap

# Mark python scripts as executable
find %{buildroot}%{python_sitelib} -type f -name "*py" -exec sed -i 's+#!/usr/bin/env python++' {} \;

%files -f %{name}.lang
%doc COPYING* HACKING docs/README docs/nmap.usage.txt
%{_bindir}/%{name}
%{_bindir}/ncat
%{_bindir}/ndiff
%{_bindir}/nping
%{_datadir}/%{name}
%{_mandir}/man1/nmap.*
%{_mandir}/man1/ncat.*
%{_mandir}/man1/ndiff.*
%{_mandir}/man1/nping.*
%{_datadir}/ncat

%files frontend
%{_bindir}/nmapfe
%{_bindir}/xnmap
%{_bindir}/zenmap
%{py_puresitedir}/*
%{_datadir}/zenmap
%{_datadir}/applications/*.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_mandir}/man1/zenmap.1*

%changelog
* Sun Aug 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:6.47-1
+ Revision: b131688
- Updated to 6.47



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17798 |14mr|nomarch-1.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:      nomarch
Summary:   GPLed Arc de-archiver 
Version:   1.4
Release:   8
URL:       http://rus.members.beeb.net/nomarch.html
License:   GPL
Source:    ftp://ftp.ibiblio.org/pub/Linux/utils/compress/%{name}-%{version}.tar.bz2
Group:     Archiving/Compression
BuildRoot: %{_tmppath}/%{name}-root
Provides:  arc

%description
nomarch lists/extracts/tests `.arc' archives. (It also handles `.ark'
files, they're exactly the same.) This is a *very* outdated file
format which should never be used for anything new, but unfortunately,
you can still run into it every so often.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%makeinstall_std BINDIR=$RPM_BUILD_ROOT/usr/bin MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1

%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644, root, root, 0755)
%doc COPYING ChangeLog NEWS README TODO
%attr(0755, root, root) %_bindir/nomarch
%{_mandir}/man1/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-8
+ Revision: 6be8fb8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17799 |14mr|normalize-0.7.7-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# --with xmms, default off
%bcond_with	xmms

Summary:	A tool for adjusting the volume of wave files
Name:		normalize
Version:	0.7.7
Release:	13
Group:		Sound
License:	GPLv2
Url:		http://normalize.nongnu.org/
Source0:	http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.bz2
Patch0:		compressed-wav-files.dpatch
Patch1:		fix-flac.dpatch
Patch2:		normalize-0.7.7-audiofile-pkgconfig.patch
Patch3:		%{name}-%{version}-m4.patch
Patch4:		normalize-automake-1.13.patch
%if %with xmms
BuildRequires:	xmms-devel
%endif
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(mad)

%track
prog %{name} = {
	url = http://normalize.nongnu.org/
	version = %{version}
	regex = %{name}-(__VER__)\.tar\.bz2
}

%description
normalize is an overly complicated tool for adjusting the volume of
wave files to a standard volume level.  This is useful for things like
creating mp3 mixes, where different recording levels on different
albums can cause the volume to vary greatly from song to song.

%prep

%setup -q
%apply_patches
touch ./AUTHORS ./ABOUT-NLS ./ChangeLog
autoreconf -fi

%build
%configure2_5x \
	--with-audiofile \
%if %with xmms
	--enable-xmms
%else
	--disable-xmms
%endif
perl -pi -e 's/mkinstalldirs\s+=.*/mkinstalldirs = mkdir -p /' po/Makefile
%make

%install
%makeinstall_std
%find_lang %{name}
rm -f %{buildroot}%{_libdir}/xmms/Effect/librva.la

%files -f %{name}.lang
%doc README NEWS THANKS TODO
%{_bindir}/*
%{_mandir}/man1/normalize*
%if %with xmms
%{_libdir}/xmms/Effect/librva.so
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.7-13
+ Revision: c82c358
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17800 |14mr|notification-daemon-0.7.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Notification Daemon
Name:		notification-daemon
Version:	0.7.6
Release:	3
License:	GPLv2+
Group:		System/Servers
Url:		http://www.galago-project.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/notification-daemon/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(x11)
Requires(post,preun):	GConf2
Suggests:	notification-daemon-engine-nodoka
Provides:	virtual-notification-daemon

%description
A daemon that displays passive pop-up notifications as per the
Desktop Notifications spec (http://galago.info/specs/notification/index.php).

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_libexecdir}/%{name}
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Sep 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.6-3
+ Revision: 7706cbb
- Don't conflict with xfce4-notifyd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17801 |14mr|notification-daemon-engine-nodoka-0.1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		notification-daemon-engine-nodoka
Version:	0.1.0
Release:	8
Summary:	The Nodoka theme engine for the notification daemon

Group:		System/X11
License:	GPLv3+
URL:		https://nodoka.fedorahosted.org/
Source0:	https://fedorahosted.org/releases/n/o/nodoka/notification-daemon-engine-nodoka-%{version}.tar.gz
Patch0:		notification-daemon-engine-nodoka-clipping.patch
Patch1:		notification-daemon-engine-nodoka-0.1.0-version-check.patch
Patch2:		notification-daemon-engine-nodoka-rtl.patch
Patch3:		notification-daemon-engine-nodoka-base-color.patch
# drop libsexy dep
Patch4:		sexy.patch
Patch5:		notification-daemon-engine-nodoka-window-type.patch
Patch6:		notification-daemon-engine-nodoka-0.1.0-automake.patch

BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	autoconf automake libtool
Requires:	notification-daemon

%description
The Nodoka theme engine for the notification daemon.

%prep
%setup -q
%patch0 -p1 -b .clipping
%patch1 -p1 -b .version-check
%patch2 -p1 -b .rtl
%patch3 -p1 -b .base-color
%patch4 -p1 -b .sexy
%patch5 -p1 -b .window-type
%patch6 -p1 -b .automake

autoreconf -fi

%build
%configure2_5x
%make

%install
%makeinstall_std

#remove .la files
find %{buildroot} -name *.la | xargs rm -f || true

%files
%doc AUTHORS ChangeLog COPYING Credits NEWS README
%{_libdir}/notification-daemon-1.0/engines/libnodoka.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.0-8
+ Revision: c10d471
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17802 |14mr|notify-sharp-0.4.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	C# desktop notification client
Name:		notify-sharp
Version:	0.4.0
Release:	8
Source0:	%{name}-%version.tar.gz
License:	MIT
Group:		System/Libraries
Url:		http://www.ndesk.org/NotifySharp

BuildRequires:	mono-devel
BuildRequires:	monodoc
BuildRequires:	gtk-sharp2
BuildRequires:	ndesk-dbus-glib-devel
BuildArch:	noarch

%description
notify-sharp is a C# client implementation for Desktop Notifications,
i.e. notification-daemon. It is inspired by the libnotify API.

Desktop Notifications provide a standard way of doing passive pop-up
notifications on the Linux desktop. These are designed to notify the
user of something without interrupting their work with a dialog box
that they must close. Passive popups can automatically disappear after
a short period of time.

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description devel
dbus-sharp is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus).

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as allowing
them to talk to one another in a peer-to-peer configuration.

%package doc
Summary:	Development documentation for %{name}
Group:		Development/Other
Requires(post): mono-tools >= 1.1.9
Requires(postun): mono-tools >= 1.1.9

%description doc
This package contains the API documentation for the %{name} in
Monodoc format.


%prep
%setup -q

%build
./configure --prefix=%{_prefix}
make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig

%post doc
%{_bindir}/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
fi

%files
%doc AUTHORS NEWS README
%{_prefix}/lib/mono/gac/notify-sharp
%{_prefix}/lib/mono/notify-sharp

%files devel
%doc ChangeLog
%{_datadir}/pkgconfig/notify-sharp.pc

%files doc
%{_prefix}/lib/monodoc/sources/notify-sharp-docs.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.0-8
+ Revision: 6db665e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17803 |14mr|nslint-2.1a6-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A DNS lint checker
Name:		nslint
Version:	2.1a6
Release:	10
License:	BSD
Group:		Networking/Other
Source:		ftp://ftp.ee.lbl.gov/%{name}-%{version}.tar.bz2
Patch:		%{name}-owner.patch

%description
Perform consistency checks on DNS files.

%prep
%setup -q
%patch -p1

%build
%configure
%make

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man8
%makeinstall_std install-man
chmod 0755 %{buildroot}%{_bindir}/%{name}

%files
%doc README CHANGES
%{_bindir}/%{name}
%{_mandir}/*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1a6-10
+ Revision: 63df67a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17804 |14mr|nspr-4.10.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major_nspr 4
%define epoch_nspr 2
%define libname %mklibname nspr %{major_nspr}
%define develname %mklibname nspr -d

Summary:	Netscape Portable Runtime
Name:		nspr
Epoch:		%{epoch_nspr}
Version:	4.10.6
Release:	2
License:	MPL or GPLv2+ or LGPLv2+
Group:		System/Libraries
URL:		http://www.mozilla.org/projects/nspr/
Source0:	https://ftp.mozilla.org/pub/mozilla.org/%{name}/releases/v%{version}/src/%{name}-%{version}.tar.gz
Source1:	nspr.pc.in
Source2:	nspr-config-vars.in
Patch1:		nspr-config-pc.patch

%description
Virtual package, not built.

%package -n %{libname}
Summary:	Netscape Portable Runtime
Group:		System/Libraries
Provides:	nspr = %{EVRD}
%rename	mozilla-nspr

%description -n %{libname}
NSPR provides platform independence for non-GUI operating system
facilities. These facilities include threads, thread synchronization,
normal file and network I/O, interval timing and calendar time, basic
memory management (malloc and free) and shared library linking.

%package -n %{develname}
Summary:	Development libraries for the Netscape Portable Runtime
Group:		Development/C++
Requires:	%{libname} = %{epoch_nspr}:%{version}-%{release}
Provides:	nspr-devel = %{epoch_nspr}:%{version}-%{release}
Provides:	libnspr-devel = %{epoch_nspr}:%{version}-%{release}
Conflicts:	%{libname} < 2:4.7.3-3
%rename mozilla-nspr-devel
%rename %{libname}-devel

%description -n %{develname}
Header files for doing development with the Netscape Portable Runtime.

%prep

%setup -q

chmod -R a+r *
find . -name '*.h' -executable -exec chmod -x {} \;

# Original nspr-config is not suitable for our distribution,
# because on different platforms it contains different dynamic content.
# Therefore we produce an adjusted copy of nspr-config that will be 
# identical on all platforms.
# However, we need to use original nspr-config to produce some variables
# that go into nspr.pc for pkg-config.

cp ./nspr/config/nspr-config.in ./nspr/config/nspr-config-pc.in
%patch1 -p0

#cp %{SOURCE2} ./nspr/config/

%build
%setup_compile_flags

# (tpg) don't use macro here
./nspr/configure \
	--build=%{_target_platform} \
	--host=%{_host} \
	--target=%{_target_platform} \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--includedir=%{_includedir}/nspr4 \
%ifarch x86_64 ppc64 ia64 s390x sparc64
	--enable-64bit \
%endif
	--enable-optimize="-O2" \
	--disable-debug \
	--enable-ipv6 \
	--with-pthreads \
	--with-mozilla

%make

%install
%makeinstall_std 

NSPR_LIBS=`./config/nspr-config --libs`
NSPR_CFLAGS=`./config/nspr-config --cflags`
NSPR_VERSION=`./config/nspr-config --version`
%{__mkdir_p} %{buildroot}/%{_libdir}/pkgconfig

#cat ./config/nspr-config-vars > \
#                     %{buildroot}/%{_libdir}/pkgconfig/nspr.pc

#cat %{SOURCE1} | sed -e "s,%%libdir%%,%{_libdir},g" \
#                     -e "s,%%prefix%%,%{_prefix},g" \
#                     -e "s,%%exec_prefix%%,%{_prefix},g" \
#                     -e "s,%%includedir%%,%{_includedir}/nspr4,g" \
#                     -e "s,%%NSPR_VERSION%%,$NSPR_VERSION,g" \
#                     -e "s,%%FULL_NSPR_LIBS%%,$NSPR_LIBS,g" \
#                     -e "s,%%FULL_NSPR_CFLAGS%%,$NSPR_CFLAGS,g" >> \
#                     %{buildroot}/%{_libdir}/pkgconfig/nspr.pc

%{__mkdir_p} %{buildroot}%{_bindir}
%{__mkdir_p} %{buildroot}/%{_lib}
#install -m755 -D ./config/nspr-config-pc %{buildroot}/%{_bindir}/nspr-config

# Get rid of the things we don't want installed (per upstream)
%{__rm} -rf \
   %{buildroot}%{_bindir}/compile-et.pl \
   %{buildroot}%{_bindir}/prerr.properties \
   %{buildroot}%{_libdir}/libnspr4.a \
   %{buildroot}%{_libdir}/libplc4.a \
   %{buildroot}%{_libdir}/libplds4.a \
   %{buildroot}%{_datadir}/aclocal/nspr.m4 \
   %{buildroot}%{_includedir}/nspr4/md

# nb: those symlinks helps having devel(xxx) provides (through find-provides)
for file in libnspr4.so libplc4.so libplds4.so
do
  mv -f %{buildroot}%{_libdir}/$file %{buildroot}/%{_lib}/$file
  ln -sf ../../%{_lib}/$file %{buildroot}%{_libdir}/$file
done

%files -n %{libname}
%defattr(-,root,root)
/%{_lib}/libnspr4.so
/%{_lib}/libplc4.so
/%{_lib}/libplds4.so

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/libnspr4.so
%{_libdir}/libplc4.so
%{_libdir}/libplds4.so
%{_includedir}/nspr4
%{_libdir}/pkgconfig/nspr.pc
%{_bindir}/nspr-config


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:4.10.6-2
+ Revision: a0dfe93
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17805 |14mr|nss-3.16.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without  lib

%define major 3
%define libname %mklibname %{name} %{major}
%define libfreebl %mklibname freebl %{major}
%define develname %mklibname -d %{name}
%define sdevelname %mklibname -d -s %{name}
%define cvsver 3_16_5

%define nspr_libname %mklibname nspr 4
%define	nspr_version 4.10.0

# this seems fragile, so require the exact version or later (#58754)
%define sqlite3_version %(pkg-config --modversion sqlite3 &>/dev/null && pkg-config --modversion sqlite3 2>/dev/null || echo 0)
%define nspr_version %(pkg-config --modversion nspr &>/dev/null && pkg-config --modversion nspr 2>/dev/null || echo 0)

%define build_empty 0
%{?_with_empty:   %{expand: %%global build_empty 1}}
%{?_without_empty:   %{expand: %%global build_empty 0}}

Name:		nss
Epoch:		2
Version:	3.16.5
Release:	1
Summary:	Netscape Security Services
Group:		System/Libraries
License:	MPL or GPLv2+ or LGPLv2+
URL:		http://www.mozilla.org/projects/security/pki/nss/index.html
Source0:	ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_%{cvsver}_RTM/src/nss-%{version}.tar.gz
Source1:	nss.pc.in
Source2:	nss-config.in
Source3:	blank-cert8.db
Source4:	blank-key3.db
Source5:	blank-secmod.db
Source6:	certdata_empty.txt
# https://www.verisign.com/support/verisign-intermediate-ca/secure-site-intermediate/index.html
# converted from PEM to DER format with openssl command:
# openssl x509 -in cert.pem -inform PEM -outform DER -out cert.der
# this way we can avoid a buildrequires for openssl
Source7:	verisign-class-3-secure-server-ca.der
# Brasilian government certificate
# verified in person with a government official
Source8:	http://www.icpbrasil.gov.br/certificadoACRaiz.crt
Patch0:		nss-no-rpath.patch
Patch1:		nss-fixrandom.patch
Patch4:		renegotiate-transitional.patch
Patch5:         nss-3.15.1.prtypes.patch
BuildRequires:	rootcerts >= 1:20120218.00
BuildRequires:	nspr-devel >= 2:4.9.0
BuildRequires:	zlib-devel
BuildRequires:	sqlite3-devel >= 3.7.7.1
BuildRequires:	zip

%description
Network Security Services (NSS) is a set of libraries designed to
support cross-platform development of security-enabled client and server
applications. Applications built with NSS can support SSL v2 and v3,
TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and
other security standards. For detailed information on standards supported, see
http://www.mozilla.org/projects/security/pki/nss/overview.html.
%if %without lib

Note: This package currently contains the NSS binaries only. The
libraries have been not been included due to conflicts with the Mozilla
libraries.
%endif

%package shlibsign
Summary:	Netscape Security Services - shlibsign
Group:		System/Libraries
Conflicts:	%{name} < 2:3.13.1-2

%description shlibsign
This package contains the binary shlibsign needed by libfreebl3
and libsoftokn3.

%if %with lib
%package -n %{libname}
Summary:	Network Security Services (NSS)
Group:		System/Libraries

%description -n %{libname}
This package contains the shared libraries libnss3, libnssckbi, libnssdbm3,
libnssutil3, libsmime3, and libssl3.

%package -n %{libfreebl}
Summary:	Network Security Services (NSS)
Group:		System/Libraries
Requires(post): nss-shlibsign
Requires(post): rpm-helper
Conflicts: %{_lib}nss3 < 2:3.13.1-5

%description -n %{libfreebl}
This package contains the shared libraries libfreebl3 and libsoftokn3.

%package -n %{develname}
Summary:	Network Security Services (NSS) - development files
Group:		Development/C++
Requires:	%{libname} >= %{epoch}:%{version}-%{release}
Requires:	%{libfreebl} >= %{epoch}:%{version}-%{release}
Provides:	nss-devel = %{epoch}:%{version}-%{release}
%rename %{libname}-devel

%description -n %{develname}
Header files to doing development with Network Security Services.

%package -n %{sdevelname}
Summary:	Network Security Services (NSS) - static libraries
Group:		Development/C++
Requires:	%{libname} >= %{epoch}:%{version}-%{release}
Requires:	%{develname} >= %{epoch}:%{version}-%{release}
Provides:	nss-static-devel = %{epoch}:%{version}-%{release}
Conflicts:	libopenssl-static-devel
%rename %{libname}-static-devel

%description -n %{sdevelname}
Static libraries for doing development with Network Security Services.
%endif

%prep

%setup -q
%patch0 -p0 -b .no-rpath
%patch1 -p0
%patch4 -p0 -b .transitional
%patch5 -p1

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;
find . -name '*.h' -executable -exec chmod -x {} \;
find . -name '*.c' -executable -exec chmod -x {} \;

%build
%setup_compile_flags
export BUILD_OPT=1
export OPTIMIZER="%{optflags}"
export XCFLAGS="%{optflags}"
export ARCHFLAG="$LDFLAGS"
export LIBDIR=%{_libdir}
export USE_SYSTEM_ZLIB=1
export ZLIB_LIBS="-lz"
export PKG_CONFIG_ALLOW_SYSTEM_LIBS=1
export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
export NSPR_INCLUDE_DIR=`%{_bindir}/pkg-config --cflags-only-I nspr | sed 's/-I//'`
export NSPR_LIB_DIR=`%{_bindir}/pkg-config --libs-only-L nspr | sed 's/-L//'`
export MOZILLA_CLIENT=1
export NS_USE_GCC=1
export NSS_USE_SYSTEM_SQLITE=1
export NSS_ENABLE_ECC=1
%ifarch x86_64 ppc64 ia64 s390x
export USE_64=1
%endif

%if %{build_empty}
# (oe) the "trust no one" scenario, it goes like:
# 1. mv /% {_lib}/libnssckbi.so /% {_lib}/libnssckbi.so.BAK
# 2. mv /% {_lib}/libnssckbi_empty.so /% {_lib}/libnssckbi.so
# 3. restart ff/tb
# it has to be done manually for now, but at least we have a way for 
# users to quickly mitigate future problems, or whatever :-)

pushd mozilla/security/nss/lib/ckfw/builtins
%{__perl} ./certdata.perl < %{SOURCE6}
popd
%endif

# Parallel is broken as of 3.11.4 :(
%make -j1 -C ./nss/coreconf
%make -j1 -C ./nss/lib/dbm
%make -j1 -C ./nss

%if %{build_empty}
# tuck away the empty libnssckbi.so library
cp -p mozilla/security/nss/lib/ckfw/builtins/Linux*/libnssckbi.so libnssckbi_empty.so
%endif

# install new Verisign intermediate certificate
# http://qa.mandriva.com/show_bug.cgi?id=29612
# use built addbuildin command to avoid having
# a buildrequires for nss
ADDBUILTIN=`%{_bindir}/find . -type f -name addbuiltin`
if [ -z "$ADDBUILTIN" ]; then
    exit 1
fi
ADDBUILTIN="$PWD/$ADDBUILTIN"
OLD="$LD_LIBRARY_PATH"
libpath=`%{_bindir}/find ./dist/ -name "Linux*" -type d`
# to use the built libraries instead of requiring nss
# again as buildrequires
export LD_LIBRARY_PATH="$PWD/$libpath/lib"

pushd nss/lib/ckfw/builtins

# (oe) for reference:
# *ALL* of the root CA certs are hard coded into the libnssckbi.so library.
# So, for Mandriva we can add/remove certs easily in the rootcerts package. Please
# checkout and examine the rootcerts package.
# Once this has been done and the new rootcerts package has been installed this
# package (nss) has to be rebuilt to pickup the changes made. The "recreate 
# certificates" lines below generates a new certdata.c source containing the root
# CA certs for mozilla.
# *ALL* of the mozilla based softwares that support SSL has to link against
# the NSS library.
# recreate certificates
%{__perl} ./certdata.perl < /etc/pki/tls/mozilla/certdata.txt

%make clean
%make -j1

popd
export LD_LIBRARY_PATH="$OLD"

%install
pushd dist/$(uname -s)*

%{__mkdir_p} %{buildroot}%{_bindir}
%{__cp} -aL bin/* %{buildroot}%{_bindir}

%if %with lib
%{__mkdir_p} %{buildroot}%{_libdir}
%{__mkdir_p} %{buildroot}/%{_lib}
%{__mkdir_p} %{buildroot}%{_includedir}/nss
%{__cp} -aL ../public/nss/* %{buildroot}%{_includedir}/nss

%{__cp} -aL lib/libcrmf.a \
            lib/libnss.a \
            lib/libnssb.a \
            lib/libnssckbi.so \
            lib/libnssckfw.a \
	    lib/libnssutil.a \
            lib/libsmime.a \
            lib/libssl.a \
            %{buildroot}%{_libdir}

# Copy the binary libraries we want
for file in libsoftokn3.so libfreebl3.so libnss3.so libnssutil3.so \
            libssl3.so libsmime3.so libnssckbi.so libnssdbm3.so
do
  %{__install} -m 755 lib/$file %{buildroot}/%{_lib}
  ln -sf ../../%{_lib}/$file %{buildroot}%{_libdir}/$file
done

# These ghost files will be generated in the post step
# Make sure chk files can be found in both places
for file in libsoftokn3.chk libfreebl3.chk
do
  touch %{buildroot}/%{_lib}/$file
  ln -s ../../%{_lib}/$file %{buildroot}%{_libdir}/$file
done

%{__mkdir_p} %{buildroot}%{_libdir}/pkgconfig
cat %{SOURCE1} | sed -e "s,%%libdir%%,%{_libdir},g" \
                          -e "s,%%prefix%%,%{_prefix},g" \
                          -e "s,%%exec_prefix%%,%{_prefix},g" \
                          -e "s,%%includedir%%,%{_includedir}/nss,g" \
                          -e "s,%%NSPR_VERSION%%,%{nspr_version},g" \
                          -e "s,%%NSS_VERSION%%,%{version},g" > \
                          %{buildroot}%{_libdir}/pkgconfig/nss.pc
%endif

popd

%if %with lib
export NSS_VMAJOR=`%{__cat} nss/lib/nss/nss.h | %{__grep} "#define.*NSS_VMAJOR" | %{__awk} '{print $3}'`
export NSS_VMINOR=`%{__cat} nss/lib/nss/nss.h | %{__grep} "#define.*NSS_VMINOR" | %{__awk} '{print $3}'`
export NSS_VPATCH=`echo %{version} | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`

%{__mkdir_p} %{buildroot}%{_bindir}
cat %{SOURCE2} | sed -e "s,@libdir@,%{_libdir},g" \
                               -e "s,@prefix@,%{_prefix},g" \
                               -e "s,@exec_prefix@,%{_prefix},g" \
                               -e "s,@includedir@,%{_includedir}/nss%{major},g" \
                               -e "s,@MOD_MAJOR_VERSION@,$NSS_VMAJOR,g" \
                               -e "s,@MOD_MINOR_VERSION@,$NSS_VMINOR,g" \
                               -e "s,@MOD_PATCH_VERSION@,$NSS_VPATCH,g" \
                               > %{buildroot}/%{_bindir}/nss-config
%endif

pushd nss/cmd/smimetools
%{__install} -m 0755 smime %{buildroot}%{_bindir}
%{__perl} -pi -e 's|/usr/local/bin|%{_bindir}|g' %{buildroot}%{_bindir}/smime
popd

# add docs
%{__mkdir_p} docs/SSLsample

%{__mkdir_p} docs/bltest
cp -a nss/cmd/bltest/tests/* docs/bltest/
chmod -R a+r docs

%{__mkdir_p} docs/certcgi
%{__cp} -a nss/cmd/certcgi/*.html docs/certcgi/
%{__cp} -a nss/cmd/certcgi/HOWTO.txt docs/certcgi/

%{__mkdir_p} docs/modutil
%{__cp} -a nss/cmd/modutil/*.html docs/modutil/

%{__mkdir_p} docs/signtool
%{__cp} -a nss/cmd/signtool/README docs/signtool/

%{__mkdir_p} docs/signver
%{__cp} -a nss/cmd/signver/examples/1/*.pl docs/signver/
%{__cp} -a nss/cmd/signver/examples/1/*.html docs/signver/

%{__mkdir_p} docs/ssltap
%{__cp} -a nss/cmd/ssltap/*.html docs/ssltap/

# Install the empty NSS db files
%{__mkdir_p} %{buildroot}%{_sysconfdir}/pki/nssdb
%{__install} -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/pki/nssdb/cert8.db
%{__install} -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pki/nssdb/key3.db
%{__install} -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/pki/nssdb/secmod.db

%{_bindir}/find docs -type f | %{_bindir}/xargs -t %{__perl} -pi -e 's/\r$//g'

%if %{build_empty}
# install the empty libnssckbi.so library (use alternatives?)
install -m0755 libnssckbi_empty.so %{buildroot}/%{_lib}/libnssckbi_empty.so
%endif

%multiarch_binaries %{buildroot}%{_bindir}/nss-config

%if %with lib
%posttrans -n %{libfreebl}
%create_ghostfile /%{_lib}/libsoftokn%{major}.chk root root 644
%create_ghostfile /%{_lib}/libfreebl%{major}.chk root root 644
%{_bindir}/shlibsign -i /%{_lib}/libsoftokn%{major}.so >/dev/null 2>/dev/null
%{_bindir}/shlibsign -i /%{_lib}/libfreebl%{major}.so >/dev/null 2>/dev/null
%endif

%files
%doc docs/*
%attr(0755,root,root) %{_bindir}/addbuiltin
%attr(0755,root,root) %{_bindir}/atob
%attr(0755,root,root) %{_bindir}/baddbdir
%attr(0755,root,root) %{_bindir}/bltest
%attr(0755,root,root) %{_bindir}/btoa
%attr(0755,root,root) %{_bindir}/certcgi
%attr(0755,root,root) %{_bindir}/certutil
%attr(0755,root,root) %{_bindir}/checkcert
%attr(0755,root,root) %{_bindir}/chktest
%attr(0755,root,root) %{_bindir}/cmsutil
%attr(0755,root,root) %{_bindir}/conflict
%attr(0755,root,root) %{_bindir}/crlutil
%attr(0755,root,root) %{_bindir}/crmftest
%attr(0755,root,root) %{_bindir}/dbtest
%attr(0755,root,root) %{_bindir}/derdump
%attr(0755,root,root) %{_bindir}/dertimetest
%attr(0755,root,root) %{_bindir}/digest
%attr(0755,root,root) %{_bindir}/encodeinttest
%attr(0755,root,root) %{_bindir}/fipstest
%attr(0755,root,root) %{_bindir}/httpserv
%attr(0755,root,root) %{_bindir}/listsuites
%attr(0755,root,root) %{_bindir}/lowhashtest
%attr(0755,root,root) %{_bindir}/makepqg
%attr(0755,root,root) %{_bindir}/mangle
%attr(0755,root,root) %{_bindir}/modutil
%attr(0755,root,root) %{_bindir}/multinit
%attr(0755,root,root) %{_bindir}/nonspr10
%attr(0755,root,root) %{_bindir}/ocspclnt
%attr(0755,root,root) %{_bindir}/ocspresp
%attr(0755,root,root) %{_bindir}/oidcalc
%attr(0755,root,root) %{_bindir}/p7content
%attr(0755,root,root) %{_bindir}/p7env
%attr(0755,root,root) %{_bindir}/p7sign
%attr(0755,root,root) %{_bindir}/p7verify
%attr(0755,root,root) %{_bindir}/pk11gcmtest
%attr(0755,root,root) %{_bindir}/pk11mode
%attr(0755,root,root) %{_bindir}/pk12util
%attr(0755,root,root) %{_bindir}/pk1sign
%attr(0755,root,root) %{_bindir}/pkix-errcodes
%attr(0755,root,root) %{_bindir}/pp
%attr(0755,root,root) %{_bindir}/pwdecrypt
%attr(0755,root,root) %{_bindir}/remtest
%attr(0755,root,root) %{_bindir}/rsaperf
%attr(0755,root,root) %{_bindir}/sdrtest
%attr(0755,root,root) %{_bindir}/secmodtest
%attr(0755,root,root) %{_bindir}/selfserv
%attr(0755,root,root) %{_bindir}/signtool
%attr(0755,root,root) %{_bindir}/signver
%attr(0755,root,root) %{_bindir}/smime
%attr(0755,root,root) %{_bindir}/ssltap
%attr(0755,root,root) %{_bindir}/strsclnt
%attr(0755,root,root) %{_bindir}/symkeyutil
%attr(0755,root,root) %{_bindir}/tstclnt
%attr(0755,root,root) %{_bindir}/vfychain
%attr(0755,root,root) %{_bindir}/vfyserv
%dir %{_sysconfdir}/pki/nssdb
%config(noreplace) %{_sysconfdir}/pki/nssdb/cert8.db
%config(noreplace) %{_sysconfdir}/pki/nssdb/key3.db
%config(noreplace) %{_sysconfdir}/pki/nssdb/secmod.db

%files shlibsign
%attr(0755,root,root) %{_bindir}/shlibsign

%if %with lib
%files -n %{libfreebl}
/%{_lib}/libfreebl%{major}.so
/%{_lib}/libsoftokn%{major}.so
%defattr(0644,root,root,0755)
%ghost /%{_lib}/libfreebl%{major}.chk
%ghost /%{_lib}/libsoftokn%{major}.chk

%files -n %{libname}
/%{_lib}/libnss%{major}.so
/%{_lib}/libnssckbi.so
%if %{build_empty}
/%{_lib}/libnssckbi_empty.so
%endif
/%{_lib}/libnssutil%{major}.so
/%{_lib}/libnssdbm%{major}.so
/%{_lib}/libsmime%{major}.so
/%{_lib}/libssl%{major}.so

%files -n %{develname}
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/nss-config
%attr(0755,root,root) %{multiarch_bindir}/nss-config
%_libdir/*.so
%dir %{_includedir}/nss
%{_includedir}/nss/pkcs1sig.h
%{_includedir}/nss/base64.h
%{_includedir}/nss/blapit.h
%{_includedir}/nss/certdb.h
%{_includedir}/nss/cert.h
%{_includedir}/nss/certt.h
%{_includedir}/nss/ciferfam.h
%{_includedir}/nss/cmmf.h
%{_includedir}/nss/cmmft.h
%{_includedir}/nss/cms.h
%{_includedir}/nss/cmsreclist.h
%{_includedir}/nss/cmst.h
%{_includedir}/nss/crmf.h
%{_includedir}/nss/crmft.h
%{_includedir}/nss/cryptohi.h
%{_includedir}/nss/cryptoht.h
%{_includedir}/nss/ecl-exp.h
%{_includedir}/nss/hasht.h
%{_includedir}/nss/jar-ds.h
%{_includedir}/nss/jarfile.h
%{_includedir}/nss/jar.h
%{_includedir}/nss/key.h
%{_includedir}/nss/keyhi.h
%{_includedir}/nss/keyt.h
%{_includedir}/nss/keythi.h
%{_includedir}/nss/nssb64.h
%{_includedir}/nss/nssb64t.h
%{_includedir}/nss/nssbase.h
%{_includedir}/nss/nssbaset.h
%{_includedir}/nss/nssck.api
%{_includedir}/nss/nssckbi.h
%{_includedir}/nss/nssckepv.h
%{_includedir}/nss/nssckft.h
%{_includedir}/nss/nssckfwc.h
%{_includedir}/nss/nssckfw.h
%{_includedir}/nss/nssckfwt.h
%{_includedir}/nss/nssckg.h
%{_includedir}/nss/nssckmdt.h
%{_includedir}/nss/nssckt.h
%{_includedir}/nss/nss.h
%{_includedir}/nss/nssilckt.h
%{_includedir}/nss/nssilock.h
%{_includedir}/nss/nsslocks.h
%{_includedir}/nss/nsslowhash.h
%{_includedir}/nss/nssrwlk.h
%{_includedir}/nss/nssrwlkt.h
%{_includedir}/nss/nssutil.h
%{_includedir}/nss/ocsp.h
%{_includedir}/nss/ocspt.h
%{_includedir}/nss/p12.h
%{_includedir}/nss/p12plcy.h
%{_includedir}/nss/p12t.h
%{_includedir}/nss/pk11func.h
%{_includedir}/nss/pk11pqg.h
%{_includedir}/nss/pk11priv.h
%{_includedir}/nss/pk11pub.h
%{_includedir}/nss/pk11sdr.h
%{_includedir}/nss/pkcs11f.h
%{_includedir}/nss/pkcs11.h
%{_includedir}/nss/pkcs11n.h
%{_includedir}/nss/pkcs11p.h
%{_includedir}/nss/pkcs11t.h
%{_includedir}/nss/pkcs11u.h
%{_includedir}/nss/pkcs12.h
%{_includedir}/nss/pkcs12t.h
%{_includedir}/nss/pkcs7t.h
%{_includedir}/nss/portreg.h
%{_includedir}/nss/preenc.h
%{_includedir}/nss/secasn1.h
%{_includedir}/nss/secasn1t.h
%{_includedir}/nss/seccomon.h
%{_includedir}/nss/secder.h
%{_includedir}/nss/secdert.h
%{_includedir}/nss/secdig.h
%{_includedir}/nss/secdigt.h
%{_includedir}/nss/secerr.h
%{_includedir}/nss/sechash.h
%{_includedir}/nss/secitem.h
%{_includedir}/nss/secmime.h
%{_includedir}/nss/secmod.h
%{_includedir}/nss/secmodt.h
%{_includedir}/nss/secoid.h
%{_includedir}/nss/secoidt.h
%{_includedir}/nss/secpkcs5.h
%{_includedir}/nss/secpkcs7.h
%{_includedir}/nss/secport.h
%{_includedir}/nss/shsign.h
%{_includedir}/nss/smime.h
%{_includedir}/nss/sslerr.h
%{_includedir}/nss/ssl.h
%{_includedir}/nss/sslproto.h
%{_includedir}/nss/sslt.h
%{_includedir}/nss/utilmodt.h
%{_includedir}/nss/utilpars.h
%{_includedir}/nss/utilparst.h
%{_includedir}/nss/utilrename.h
%{_libdir}/pkgconfig/nss.pc
%{_libdir}/libsoftokn%{major}.chk
%{_libdir}/libfreebl%{major}.chk

%files -n %{sdevelname}
%defattr(0644,root,root,0755)
%{_libdir}/libcrmf.a
%{_libdir}/libnss.a
%{_libdir}/libnssutil.a
%{_libdir}/libnssb.a
%{_libdir}/libnssckfw.a
%{_libdir}/libsmime.a
%{_libdir}/libssl.a
%endif



%changelog
* Thu Sep 25 2014 Tigro <ashejn@gmail.com> 2:3.16.5-1
+ Revision: 99ea8ad
- pack /usr/include/nss/pkcs1sig.h

* Thu Sep 25 2014 Tigro <ashejn@gmail.com> 2:3.16.5-1
+ Revision: 6e817c7
- update to 3.16.5

* Fri Jul 04 2014 Tigro <ashejn@gmail.com> 2:3.16.2-1
+ Revision: 0965bd5
- update to 3.16.2

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:3.16.1-2
+ Revision: b6ec50c
- MassBuild#440: Increase release tag

* Mon May 12 2014 Tigro <ashejn@gmail.com> 2:3.16.1-1
+ Revision: bc220b8
- update to 3.16.1

* Tue Apr 29 2014 Tigro <ashejn@gmail.com> 2:3.16-1
+ Revision: 74c43e5
- update to 3.16

* Wed Feb 05 2014 Tigro <ashejn@gmail.com> 2:3.15.4-1
+ Revision: 0f3bd73
- update to 3.15.4

* Thu Dec 12 2013 Tigro <ashejn@gmail.com> 2:3.15.3.1-1
+ Revision: 39d3828
- update to 3.15.3.1

* Thu Nov 28 2013 Alex Burmashev <alex.burmashev@gmail.com> 2:3.15.1-2
+ Revision: f65dfde
- added prtypes patch

* Tue Aug 13 2013 Tigro <ashejn@gmail.com> 2:3.15.1-1
+ Revision: 63621e8
- pack file

* Tue Aug 13 2013 Tigro <ashejn@gmail.com> 2:3.15.1-1
+ Revision: 04247d5
- fix paths

* Tue Aug 13 2013 Tigro <ashejn@gmail.com> 2:3.15.1-1
+ Revision: 219bc95
- fix patch level

* Tue Aug 13 2013 Tigro <ashejn@gmail.com> 2:3.15.1-1
+ Revision: 4b734b9
- back to rosa spec

* Tue Aug 13 2013 Tigro <ashejn@gmail.com> 2:3.15.1-1
+ Revision: cd2b82f
- drop chk from devel

* Tue Aug 13 2013 Tigro <ashejn@gmail.com> 2:3.15.1-1
+ Revision: 7cbcbaa
- drop macro

* Tue Aug 13 2013 Tigro <ashejn@gmail.com> 2:3.15.1-1
+ Revision: 6f3a2e7
- fix BRs

* Tue Aug 13 2013 Tigro <ashejn@gmail.com> 2:3.15.1-1
+ Revision: 4f3c588
- fix license

* Tue Aug 13 2013 Tigro <ashejn@gmail.com> 2:3.15.1-1
+ Revision: d082198
- sync with mageia

* Mon Aug 12 2013 Tigro <ashejn@gmail.com> 2:3.15.1-1
+ Revision: d9ad30a
- drop patch

* Mon Aug 12 2013 Tigro <ashejn@gmail.com> 2:3.15.1-1
+ Revision: 4c309c5
- drop patch

* Mon Aug 12 2013 Tigro <ashejn@gmail.com> 2:3.15.1-1
+ Revision: 9a2aca8
- drop patch

* Mon Aug 12 2013 Tigro <ashejn@gmail.com> 2:3.15.1-1
+ Revision: 53241c0
- update to 3.15.1

* Tue Apr 02 2013 Tigro <ashejn@gmail.com> 2:3.14.3-1
+ Revision: 339e3e3
- update to 3.14.3

* Mon Feb 04 2013 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 2:3.14.1-2
+ Revision: 7016553
- Upped release version

* Mon Feb 04 2013 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 2:3.14.1-1
+ Revision: a707865
- Fixed nss-config's broken --libs flags

* Mon Jan 14 2013 alexander barakin (aka sash-kan) <alex@barak.in> 2:3.14.1-1
+ Revision: 92bd237
- LOG update to 3.14.1
- Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Fri Oct 19 2012 Denis Silakov <denis.silakov@rosalab.ru> 2:3.13.6-5
+ Revision: 1b79370
- Fix doc permissions

* Fri Oct 19 2012 Denis Silakov <denis.silakov@rosalab.ru> 2:3.13.6-4
+ Revision: 11b360a
- Added rpmlint exceptions

* Fri Oct 19 2012 Denis Silakov <denis.silakov@rosalab.ru> 2:3.13.6-3
+ Revision: 4bee6c6
- Fix description

* Fri Aug 24 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.13.6-2
+ Revision: 2acac14
- LOG Bump release for updates purpose



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17806 |14mr|nss_ldap-265-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NSS library and PAM module for LDAP
Name:		nss_ldap
Version:	265
Release:	11
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.padl.com/
Source0:	http://www.padl.com/download/%{name}-%{version}.tar.gz
Patch0:		nss_ldap-265-Makefile.patch
Patch1:		nss_ldap-250-bind_policy_default_soft.patch
Patch2:		nss-ldap-automake-1.13.patch
BuildRequires:	openldap-devel
Suggests:	nscd

%description
This package includes two LDAP access clients: nss_ldap and pam_ldap.
Nss_ldap is a set of C library extensions which allows X.500 and LDAP
directory servers to be used as a primary source of aliases, ethers,
groups, hosts, networks, protocol, users, RPCs, services and shadow
passwords (instead of or in addition to using flat files or NIS).

%files
%doc ANNOUNCE AUTHORS ChangeLog COPYING NEWS README doc INSTALL
%doc nsswitch.ldap certutil ldap.conf
%attr (600,root,root) %config(noreplace) %{_sysconfdir}/ldap.secret
%attr (644,root,root) %config(noreplace) %{_sysconfdir}/ldap.conf
/%{_lib}/*so*
%{_mandir}/man5/nss_ldap.5.*

%post
if [ -f /etc/init.d/nscd ]; then
	/sbin/service nscd restart >/dev/null 2>/dev/null || :
fi

%postun
if [ -f /etc/init.d/nscd ]; then
	/sbin/service nscd restart >/dev/null 2>/dev/null || :
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
# first line not commented upstream for some reason
perl -pi -e 's/^ /#/' ldap.conf
autoreconf -fi

%build
%serverbuild
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--with-ldap-lib=openldap \
	--enable-rfc2307bis \
	--libdir=/%{_lib}
make INST_UID=`id -u` INST_GID=`id -g`

%install
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}/%{_lib}/security

# Install the nsswitch module.
%make install DESTDIR="%{buildroot}" INST_UID=`id -u` INST_GID=`id -g` \
	libdir=/%{_lib}

echo "secret" > %{buildroot}/%{_sysconfdir}/ldap.secret

# Remove unpackaged file
rm -rf	%{buildroot}%{_sysconfdir}/nsswitch.ldap \
	%{buildroot}%{_libdir}/libnss_ldap.so.2


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 265-11
+ Revision: c709056
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17807 |14mr|nss_mdns-0.10-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname nss-mdns

%define major 2
%define libname %mklibname %{name} %{major}

Summary:	Multicast dns support for glibc domain resolver
Name:		nss_mdns
Version:	0.10
Release:	23
License:	GPLv2+
Group:		System/Libraries
Url:		http://0pointer.de/lennart/projects/%{rname}/
Source0:	http://0pointer.de/lennart/projects/%{rname}/%{rname}-%{version}.tar.bz2
BuildRequires:	pkgconfig(avahi-core)
# for /etc/sysconfig/network
Requires(post):	initscripts
Requires:	%{name}-libraries

%description
nss-mdns is a plugin for the Name Service Switch (NSS) functionality of the
glibc providing host name resolution via Multicast DNS (aka Zeroconf, aka
Apple Rendezvous), effectively allowing name resolution by common
Unix/Linux programs in the ad-hoc mDNS domain .local.

nss-mdns provides client functionality only, which means that you have to run
a mDNS responder daemon separately from nss-mdns if you want to register
the local host name via mDNS.

%files
%doc README doc/README.html doc/style.css
%config(noreplace) %{_sysconfdir}/mdns.allow

%post
if [ $1 = 1 ]; then
   # ipv4 by default, as explained on the webpage
    [ -f %{_sysconfdir}/sysconfig/network ] && source %{_sysconfdir}/sysconfig/network
    if [ "${NETWORKING_IPV6}" = "yes" ]; then
        # for both ipv6 and ipv4
        perl -pi -e '!/mdns/ && s/^(hosts:\s*)([^#\n]*)(#?.*)$/$1 mdns_minimal $2 mdns $3/' %{_sysconfdir}/nsswitch.conf
    else
        perl -pi -e '!/mdns/ && s/^(hosts:\s*)([^#\n]*)(#?.*)$/$1 mdns4_minimal $2 mdns4 $3/' %{_sysconfdir}/nsswitch.conf
    fi
fi

%postun
if [ $1 = 0 ]; then
    perl -pi -e 's/^(hosts:.*)\smdns_minimal\d?(\s.*)$/$1 $2/' %{_sysconfdir}/nsswitch.conf
    perl -pi -e 's/^(hosts:.*)\smdns\d?(\s.*)$/$1 $2/' %{_sysconfdir}/nsswitch.conf
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Plugin libraries for nss-mdns
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 0.10-23
Provides:	%{name}-libraries = %{EVRD}

%description -n %{libname}
Plugin libraries for nss-mdns.

%files -n %{libname}
/%{_lib}/*.so.%{major}

#----------------------------------------------------------------------------

%prep
%setup -qn %{rname}-%{version}

%build
%configure2_5x \
	--localstatedir=%{_var}/ \
	--libdir=/%{_lib} \
	--enable-avahi
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}
cat > %{buildroot}%{_sysconfdir}/mdns.allow  <<EOF
# place here the domain that should be resolved by multicast dns
# use * to include all ( not recommended )
.local.
.local
EOF


%changelog
* Thu Jul 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10-23
+ Revision: 018ac77
- Split libraries into own package to make it possible to install both 32 and 64 bit libraries (needed for Crossover)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17808 |14mr|nss-myhostname-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nss-myhostname
Summary:	glibc plugin for local system host name resolution
Version:	0.3
Release:	2
License:	LGPLv2+
Group:		System/Base
URL:		http://0pointer.de/lennart/projects/nss-myhostname/
Source0:	http://0pointer.de/lennart/projects/nss-myhostname/nss-myhostname-%{version}.tar.gz
Requires(pre):	glibc
Requires:	/bin/sh
Requires(pre):	sed
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
nss-myhostname is a plugin for the GNU Name Service Switch (NSS)
functionality of the GNU C Library (glibc) providing host name
resolution for the locally configured system hostname as returned by
gethostname(2). Various software relies on an always resolvable local
host name. When using dynamic hostnames this is usually achieved by
patching /etc/hosts at the same time as changing the host name. This
however is not ideal since it requires a writable /etc file system and
is fragile because the file might be edited by the administrator at
the same time. nss-myhostname simply returns all locally configure
public IP addresses, or -- if none are configured -- the IPv4 address
127.0.0.2 (wich is on the local loopback) and the IPv6 address ::1
(which is the local host) for whatever system hostname is configured
locally. Patching /etc/hosts is thus no longer necessary.

%prep
%setup -q

%build
%configure2_5x \
	--libdir=/%{_lib}

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -rf %{buildroot}/usr/share/doc/nss-myhostname

%clean
rm -rf %{buildroot}

%post
# sed-fu to add myhostname to the hosts line of /etc/nsswitch.conf
if [ -f /etc/nsswitch.conf ] ; then
        sed -i.bak -e '
                /^hosts:/ !b
                /\<myhostname\>/ b
                s/[[:blank:]]*$/ myhostname/
                ' /etc/nsswitch.conf
fi

%preun
# sed-fu to remove myhostname from the hosts line of /etc/nsswitch.conf
if [ "$1" -eq 0 -a -f /etc/nsswitch.conf ] ; then
        sed -i.bak -e '
                /^hosts:/ !b
                s/[[:blank:]]\+myhostname\>//
                ' /etc/nsswitch.conf
fi


%files
%defattr(-,root,root)
%doc README
%doc LICENSE
/%{_lib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-2
+ Revision: 2169e26
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17809 |14mr|ntfs-3g-2014.2.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	ntfs-3g
%define	version	2014.2.15
%define release 2

%define build_external_fuse 1
# flag to allow local users to mount partitions. This is *really* not a good
# idea, because all users who have access to the device can do whatever they
# want with the data, and it also adds a root setuid binary to your system, so
# use it on your own risk. Refer to
# http://www.tuxera.com/community/ntfs-3g-faq/#useroption for details.
%define allow_unsafe_mount 0
%if %allow_unsafe_mount
# user mount only works if ntfs-3g is using internal fuse library
%define build_external_fuse 0
%endif

Summary:	Read-write ntfs driver
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Group:		System/Base
Source0: 	http://tuxera.com/opensource/%{name}_ntfsprogs-%{version}.tgz
Source1:	20-ntfs-config-write-policy.fdi
URL:		http://www.tuxera.com/community/ntfs-3g-download/
Obsoletes:      %mklibname ntfs-3g 0
Obsoletes:      %mklibname ntfs-3g 2
Obsoletes:      %mklibname ntfs-3g 10
Obsoletes:      %mklibname ntfs-3g 14
Obsoletes:      %mklibname ntfs-3g 16
Obsoletes:      %mklibname ntfs-3g 23
%rename ntfsprogs
BuildRequires:	attr-devel libgcrypt-devel pkgconfig(gnutls)
%if %build_external_fuse
Buildrequires:  fuse-devel >= 2.8
Requires:	fuse >= 2.8
Requires(pre):	fuse >= 2.8
%else
Requires:	kmod(fuse)
%endif
Obsoletes:	ntfsprogs < %{version}-%{release}
Provides:	ntfsprogs-gnomevfs = %{version}-%{release}
Obsoletes:	ntfsprogs-gnomevfs

Provides:	ntfsprogs-fuse = %{version}-%{release}
Obsoletes:	ntfsprogs-fuse
Provides:	fuse-ntfs-3g = %{version}-%{release}
Patch0:		ntfs-3g_ntfsprogs-2011.10.9-RC-ntfsck-unsupported-return-0.patch

%description
The ntfs-3g package contains NTFS filesystem driver with read and 
write support. It provides safe and fast handling of MS Windows Vista, 
XP, 2000 and Server 2003 NTFS file systems. Most POSIX file system 
operations are supported.

%package	devel
Summary:	Header files and static libraries for ntfs-3g
Group:		Development/C
Requires:	%{name} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d %name
Obsoletes:	%mklibname -d %name 0
Obsoletes:      %mklibname -d %name 2
Obsoletes:      %mklibname -d %name 4

%description devel
You should install this package if you wish to develop applications that
use ntfs-3g.

%prep
%setup -qn %{name}_ntfsprogs-%{version}
%patch0 -p1 -b .unsupported

%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--disable-static \
	--exec-prefix=/ \
	--bindir=/bin \
	--libdir=/%_lib \
	--sbindir=/sbin \
	--disable-ldconfig \
	--enable-crypto \
	--enable-extras \
%if %build_external_fuse
	--with-fuse=external
%else
	--with-fuse=internal
%endif
%make

%install
sed -i -e 's|/sbin/ldconfig|true|' src/Makefile
%makeinstall_std

# make the symlink an actual copy to avoid confusion
rm -rf %buildroot/sbin/mount.ntfs-3g
cp -a %buildroot/bin/ntfs-3g %buildroot/sbin/mount.ntfs-3g
ln -sf /sbin/mount.ntfs-3g %buildroot/sbin/mount.ntfs
ln -sf /sbin/mount.ntfs-3g %buildroot/sbin/mount.ntfs-fuse
mkdir -p %buildroot/%_bindir
ln -sf /sbin/mount.ntfs-3g %buildroot/%_bindir/ntfsmount

# Need this for fsck to find it
ln -s ../bin/ntfsck %buildroot/sbin/fsck.ntfs

# .pc file should always be there
mkdir -p %buildroot%_libdir
mv -f %buildroot/%_lib/pkgconfig %buildroot%_libdir/pkgconfig

# remove doc files, as we'll cp them later
rm -fr %buildroot/%_datadir/doc

mkdir -p %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
cp -a %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/

%files
%doc README AUTHORS CREDITS NEWS
%_bindir/ntfsmount
/bin/lowntfs-3g
/bin/ntfs-3g
/bin/ntfs-3g.probe
/bin/ntfs-3g.secaudit
/bin/ntfs-3g.usermap
/bin/ntfscat
/bin/ntfscluster
/bin/ntfscmp
/bin/ntfsfix
/bin/ntfsinfo
/bin/ntfsls
/bin/ntfsck
/bin/ntfsdecrypt
/bin/ntfsdump_logfile
/bin/ntfsmftalloc
/bin/ntfsmove
/bin/ntfstruncate
/bin/ntfswipe
/sbin/mkfs.ntfs
/sbin/fsck.ntfs
/sbin/mkntfs
/sbin/ntfsclone
/sbin/ntfscp
/sbin/ntfslabel
/sbin/ntfsresize
/sbin/ntfsundelete
%{_mandir}/man8/*
%if %allow_unsafe_mount
%attr(4755,root,root) /sbin/mount.ntfs-3g
%else
%attr(754,root,root) /sbin/mount.ntfs-3g
%endif
/sbin/mount.ntfs
/sbin/mount.lowntfs-3g
/sbin/mount.ntfs-fuse
/%{_lib}/libntfs-3g.so.*
%{_datadir}/hal/fdi/policy/10osvendor/20-ntfs-config-write-policy.fdi

%files devel
%doc ChangeLog
/%{_lib}/libntfs-3g.so
%{_includedir}/ntfs-3g
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2014.2.15-2
+ Revision: 51cf86f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17810 |14mr|ntfs-config-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	GUI tool to enable/disable write support for NTFS device
Name:		ntfs-config
Version:	1.1
Release:	6
License: 	GPL
Group:  	Graphical desktop/GNOME
Source0:	%{name}-%{version}.tar.gz
Source1:	ntfs-config_ru.po
Patch0:		ntfs-config-1.1-desktop.patch
URL:		http://flomertens.free.fr/ntfs-config/
BuildRequires:  pygtk2.0-devel
BuildRequires:  desktop-file-utils
BuildRequires:  perl-XML-Parser
BuildRequires:  usermode
BuildRequires:	intltool
Requires:	ntfs-3g
Requires:	pygtk2.0-libglade
Requires:       usermode
Requires:	gksu

%description
This program will allow you to easily configure all of your NTFS devices to
allow write support.  For that use, it will configure them to use the ntfs-3g
driver. You'll also be able to easily disable this feature.

For more information about ntfs-3g : http://www.ntfs-3g.org

%prep
%setup -q
%apply_patches

#fix ru
rm -f po/ru.mo
cp %{SOURCE1} po/ru.po

%build
autoconf
%configure2_5x
%make

%install

%makeinstall_std

#For compartibles without HAL
mkdir -p %{buildroot}%{_sysconfdir}/hal/fdi/policy
echo "This directory need for ntfs-config. Not remove!" > %{buildroot}%{_sysconfdir}/hal/fdi/policy/README

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_sbindir}/%{name}
%{_datadir}/applications/*.desktop
%{_mandir}/man8/*
%{_datadir}/%{name}/*
%{py_platsitedir}/NtfsConfig
%{_sysconfdir}/hal/fdi/policy/README

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 1d4b763
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17811 |14mr|ntp-4.2.6p5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pver p5
%define ntp_user ntp
%define ntp_group ntp

Summary:        Synchronizes system time using the Network Time Protocol (NTP)
Name:           ntp
Version:        4.2.6%{pver}
Release:        3
License:        BSD-Style
Group:          System/Servers
URL:            http://www.ntp.org/
Source0:        http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/%{name}-%{version}.tar.gz
Source99:       http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/%{name}-%{version}.tar.gz.md5
Source1:        ntp.conf
Source2:        ntp.keys
Source4:        ntpstat-0.2.tar.bz2
Source7:        ntpd.sysconfig
Source11:       50-ntpd.list
Source12:       ntpd.service
Source13:       ntpdate.service
Source14:       ntp-wait.service
Source15:       ntpdate.wrapper
Source16:       ntpdate.sysconfig
Patch1: ntp-4.2.6p1-sleep.patch
Patch2: ntp-4.2.6p4-droproot.patch
Patch3: ntp-4.2.6p1-bcast.patch
Patch4: ntp-4.2.6p1-cmsgalign.patch
Patch5: ntp-4.2.6p1-linkfastmath.patch
Patch6: ntp-4.2.6p2-tentative.patch
Patch7: ntp-4.2.6p1-retcode.patch
Patch8: ntp-4.2.6p4-rtnetlink.patch
Patch10: ntp-4.2.6p4-htmldoc.patch
Patch11: ntp-4.2.6p1-nano.patch
Patch12: ntp-4.2.4p7-getprecision.patch
Patch13: ntp-4.2.6p1-logdefault.patch
Patch14: ntp-4.2.6p4-mlock.patch
Patch15: ntp-4.2.6p2-multiopts.patch
Patch16: ntp-4.2.6p3-no_checkChangeLog.diff
Patch50: ntpstat-0.2-clksrc.patch
Patch51: ntpstat-0.2-multipacket.patch
Patch52: ntpstat-0.2-sysvars.patch
Patch53: ntpstat-0.2-maxerror.patch
Patch54: ntpstat-0.2-errorbit.patch
Patch300: ntp-4.2.4p5-format_not_a_string_literal_and_no_format_arguments.diff
Patch301: ntp-4.2.6p5-automake-1.13.patch
Requires(post,preun):  rpm-helper
Requires:       ntp-client
BuildRequires:  openssl-devel
BuildRequires:  ncurses-devel
BuildRequires:  elfutils-devel
BuildRequires:  libcap-devel
BuildRequires:  libedit-devel
BuildRequires:  net-snmp-devel
# for html2man
BuildRequires:  perl-HTML-Parser

%description
The Network Time Protocol (NTP) is used to synchronize a computer's time
with another reference time source.  The ntp package contains utilities
and daemons which will synchronize your computer's time to Coordinated
Universal Time (UTC) via the NTP protocol and NTP servers.  Ntp includes
ntpdate (a program for retrieving the date and time from remote machines
via a network) and ntpd (a daemon which continuously adjusts system time).

Install the ntp package if you need tools for keeping your system's
time synchronized via the NTP protocol.

Note: Primary, original, big, HTML documentation, is in the package ntp-doc.

%package client
Summary:        The ntpdate client for setting system time from NTP servers
Group:          System/Servers
Requires(post,preun):  rpm-helper

%description client
The Network Time Protocol (NTP) is used to synchronize a computer's time
with another reference time source.  The ntp package contains utilities
and daemons which will synchronize your computer's time to Coordinated
Universal Time (UTC) via the NTP protocol and NTP servers.  Ntp includes
ntpdate (a program for retrieving the date and time from remote machines
via a network) and ntpd (a daemon which continuously adjusts system time).

ntpdate is a simple NTP client which allows a system's clock to be set
to match the time obtained by communicating with one or more servers.

ntpdate is optional (but recommended) if you're running an NTP server,
because initially setting the system clock to an almost-correct time
will help the NTP server synchronize faster.

The ntpdate client by itself is useful for occasionally setting the time on
machines that are not on the net full-time, such as laptops.

%package doc
Summary:        Complete HTML documentation for ntp
Group:          System/Servers
BuildArch:	noarch

%description doc
This is the original, complete, documentation for NTP, in HTML format.
Manpages documentation comes with the binary package(s).

The Network Time Protocol (NTP) is used to synchronize a computer's time
with another reference time source.  The ntp package contains utilities
and daemons which will synchronize your computer's time to Coordinated
Universal Time (UTC) via the NTP protocol and NTP servers.  Ntp includes
ntpdate (a program for retrieving the date and time from remote machines
via a network) and ntpd (a daemon which continuously adjusts system time).

%prep

%setup -q -n ntp-%{version} -a4
%patch1 -p1 -b .sleep
%patch2 -p1 -b .droproot
%patch3 -p0 -b .bcast
%patch4 -p1 -b .cmsgalign
%ifarch ia64
%patch5 -p1 -b .linkfastmath
%endif
%patch6 -p0 -b .tentative
%patch7 -p1 -b .retcode
%patch8 -p1 -b .rtnetlink
%patch10 -p1 -b .htmldoc
%patch11 -p1 -b .nano
%patch12 -p1 -b .getprecision
%patch13 -p1 -b .logdefault
%patch14 -p1 -b .mlock
%patch15 -p1 -b .multiopts
%patch16 -p0 -b .no_checkChangeLog

# set default path to sntp KoD database
sed -i 's|/var/db/ntp-kod|%{_localstatedir}/lib/ntp/sntp-kod|' sntp/*.{1,c}

# ntpstat patches
%patch50 -p1 -b .clksrc
%patch51 -p1 -b .multipacket
%patch52 -p1 -b .sysvars
%patch53 -p1 -b .maxerror
%patch54 -p1 -b .errorbit

%patch300 -p1 -b .format_not_a_string_literal_and_no_format_arguments
%patch301 -p1 -b .automake-1_13

%build
autoreconf -fis

%serverbuild

%configure2_5x \
    --with-crypto=openssl \
    --enable-linuxcaps \
    --with-ntpsnmpd

%make CFLAGS="$CFLAGS"
%{__make} -C ntpstat-0.2 CFLAGS="$CFLAGS"

# generate manpages from HTML docs
pushd html
../scripts/html2man
# remove adjacent blank lines
sed -i 's/^[\t\ ]*$//;/./,/^$/!d' man/man*/*.[58]
popd

mv html/man .
# biggest file in the main package, when uncompressed
bzip2 -9 ChangeLog*

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_mandir}/man1
install -d -m 755 %{buildroot}%{_mandir}/man5
install -d -m 755 %{buildroot}%{_mandir}/man8

%makeinstall bindir=%{buildroot}%{_sbindir}

install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/ntp.conf

install -d -m 755 %{buildroot}%{_sysconfdir}/ntp
install -m 640 %{SOURCE2} %{buildroot}%{_sysconfdir}/ntp/keys

install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/sysconfig/ntpd
install -m 644 %{SOURCE16} %{buildroot}%{_sysconfdir}/sysconfig/ntpdate

install -m 755 %{SOURCE15} %{buildroot}%{_sbindir}/ntpdate-wrapper

/bin/touch %{buildroot}%{_sysconfdir}/ntp/step-tickers
install -d -m 755 %{buildroot}/var/lib/ntp

install -m755 ntpstat-0.2/ntpstat %{buildroot}%{_sbindir}/
install -m644 ntpstat-0.2/ntpstat.1 %{buildroot}%{_mandir}/man1/
install -m644 man/man5/*.5 %{buildroot}%{_mandir}/man5/
install -m644 man/man8/*.8 %{buildroot}%{_mandir}/man8/

# cleanup patched HTML files
%{__rm} -f html/ntpdate.html.droproot
# for %doc
%{__cp} sntp/COPYRIGHT COPYRIGHT.sntp

# prevent man1 pages from hiding the more complete html2man generated man8 ones
rm -f %{buildroot}%{_mandir}/man1/ntpd.1*
rm -f %{buildroot}%{_mandir}/man1/ntpdc.1*
rm -f %{buildroot}%{_mandir}/man1/ntp-keygen.1*
rm -f %{buildroot}%{_mandir}/man1/ntpq.1*

install -D -p -m 644 %{SOURCE11} %{buildroot}%{_prefix}/lib/systemd/ntp-units.d/50-ntpd.list
install -D -p -m 644 %{SOURCE12} %{buildroot}%{_unitdir}/ntpd.service
install -D -p -m 644 %{SOURCE13} %{buildroot}%{_unitdir}/ntpdate.service
install -D -p -m 644 %{SOURCE14} %{buildroot}%{_unitdir}/ntp-wait.service

%pre
%_pre_useradd %{ntp_user} %{_sysconfdir}/ntp /bin/false

%post
%_post_service ntpd
/bin/touch %{_sysconfdir}/ntp/step-tickers

%preun
%_preun_service ntpd

%postun
%_postun_userdel %{ntp_user}

%files
%doc COPYRIGHT NEWS TODO README* ChangeLog.bz2 conf COPYRIGHT.sntp
%config(noreplace) %{_sysconfdir}/ntp.conf
%config(noreplace) %{_sysconfdir}/sysconfig/ntpd
%dir %{_sysconfdir}/ntp
%attr(0640,root,%{ntp_group})%config(noreplace) %{_sysconfdir}/ntp/keys
%config(noreplace) %{_sysconfdir}/ntp/step-tickers
%attr(-,%{ntp_user},%{ntp_group}) /var/lib/ntp
%{_sbindir}/ntpd
%{_sbindir}/ntpdc
%{_sbindir}/ntp-keygen
%{_sbindir}/ntpq
%{_sbindir}/ntpsnmpd
%{_sbindir}/ntpstat
%{_sbindir}/ntptime
%{_sbindir}/ntptrace
%{_sbindir}/ntp-wait
%{_sbindir}/sntp
%{_sbindir}/tickadj
%{_mandir}/man1/ntpsnmpd.1*
%{_mandir}/man1/ntpstat.1*
%{_mandir}/man1/sntp.1*
%{_mandir}/man5/ntp_acc.5*
%{_mandir}/man5/ntp_auth.5*
%{_mandir}/man5/ntp_clock.5*
%{_mandir}/man5/ntp.conf.5*
%{_mandir}/man5/ntp_decode.5*
%{_mandir}/man5/ntp_misc.5*
%{_mandir}/man5/ntp_mon.5*
%{_mandir}/man8/ntpd.8*
%{_mandir}/man8/ntpdc.8*
%{_mandir}/man8/ntp-keygen.8*
%{_mandir}/man8/ntpq.8*
%{_mandir}/man8/ntptime.8*
%{_mandir}/man8/ntptrace.8*
%{_mandir}/man8/ntp-wait.8*
%{_mandir}/man8/tickadj.8*
%{_prefix}/lib/systemd/ntp-units.d/50-ntpd.list
%{_unitdir}/ntp-wait.service
%{_unitdir}/ntpd.service

%files client
%doc COPYRIGHT ChangeLog.bz2 README
%{_sbindir}/ntpdate
%{_sbindir}/ntpdate-wrapper
%{_mandir}/man8/ntpdate.8*
%{_unitdir}/ntpdate.service
%config(noreplace) %{_sysconfdir}/sysconfig/ntpdate

%files doc
%doc COPYRIGHT html/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2.6p5-3
+ Revision: 5ca5714
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17812 |14mr|ntrack-016-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ntrack
Summary:	Network Connectivity Tracking library for Desktop Applications
Version:	016
Release:	6
License:	LGPLv3
Group:		Development/C
Url:		https://launchpad.net/%{name}
Source:		http://launchpad.net/%{name}/main/%{version}/+download/%{name}-%{version}.tar.gz
Patch0:		ntrack-016-relaxed_flags.diff
BuildRequires:	autoconf automake libtool
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libnl-1)
BuildRequires:	python-devel
BuildRequires:	libnl3-devel

%description
ntrack aims to be a lightweight and easy to use library for application
developers that want to get events on network online status changes such
as online, offline or route changes.

The primary goal is to serve desktop applications in a network manager 
and desktop environment independent fashion.
Also its supposed to be lightweight, resource un-intensive and extensible.

%files
%doc README NEWS COPYING COPYING.LESSER ChangeLog AUTHORS
%{_libdir}/ntrack/modules/ntrack-libnl1.so
%{_libdir}/ntrack/modules/ntrack-libnl3_x.so
#------------------------------------------------------------------------------

%define ntrack_major 0
%define libntrack %mklibname ntrack %ntrack_major

%package -n %{libntrack}
Summary:        Network Connectivity Tracking library for Desktop Applications
Group: System/Libraries  

%description -n %{libntrack}
ntrack aims to be a lightweight and easy to use library for application
developers that want to get events on network online status changes such
as online, offline or route changes.
 
%files -n %{libntrack}
%defattr(-,root,root)
%{_libdir}/libntrack.so.%{ntrack_major}*

#-------------------------------------------------------------------------------

%define libntrack_devel %mklibname ntrack -d

%package -n %{libntrack_devel}
Summary:	Network Connectivity Tracking library for Desktop Applications
Group:		Development/Other
Provides:	libntrack-devel = %{version}-%{release}

%description -n %{libntrack_devel}
ntrack aims to be a lightweight and easy to use library for application
developers that want to get events on network online status changes such
as online, offline or route changes.

%files -n %{libntrack_devel}
%{_libdir}/pkgconfig/libntrack.pc
%{_libdir}/libntrack.so

#-------------------------------------------------------------------------------

%define ntrackqt_major 1
%define libntrackqt %mklibname ntrack-qt4 %ntrackqt_major

%package -n %{libntrackqt} 
Summary:	Network Connectivity Tracking library for Desktop Applications
Group:		System/Libraries  

%description -n %{libntrackqt}
ntrack aims to be a lightweight and easy to use library for application
developers that want to get events on network online status changes such
as online, offline or route changes.
 
This packages provides the Qt4 bindings for %{name}
 
%files -n %{libntrackqt}
%{_libdir}/libntrack-qt4.so.%{ntrackqt_major}*

#--------------------------------------------------------------------------------

%define libntrackqt_devel %mklibname libntrack-qt4 -d 
 
%package -n %{libntrackqt_devel}
Summary:	Network Connectivity Tracking library for Desktop Applications
Group:		Development/Other
Requires:	%{libntrackqt} = %{version}-%{release}
Provides:	libntrack-qt4-devel = %{version}-%{release}
 
%description -n %{libntrackqt_devel}
Development files (headers and libraries) for ntrack
 
%files -n %{libntrackqt_devel}
%{_includedir}/%{name}/qt4/
%{_libdir}/pkgconfig/libntrack-qt4.pc
%{_libdir}/libntrack-qt4.so

 
#------------------------------------------------------------------------------
 
%define libntrack_gobject_major 1
%define libntrack_gobject %mklibname libntrack-gobject %{libntrack_gobject_major}

%package -n %{libntrack_gobject}
Summary:	Network Connectivity Tracking library for Desktop Applications
Group:		System/Libraries  

%description -n %{libntrack_gobject}
ntrack aims to be a lightweight and easy to use library for application
developers that want to get events on network online status changes such
as online, offline or route changes.

This package provides the gobject bindings for %{name}

%files -n %{libntrack_gobject}
%{_libdir}/libntrack-gobject.so.%{libntrack_gobject_major}*


#------------------------------------------------------------------------------ 

%define libntrack_gobject_devel %mklibname libntrack-gobject -d

%package -n %{libntrack_gobject_devel}
Summary:	Network Connectivity Tracking library for Desktop Applications
Group:		Development/Other
Requires:	%{libntrack_gobject} = %{version}-%{release}
Provides:	libntrack-gobject-devel = %{version}-%{release}


%description -n %{libntrack_gobject_devel}
Development files (headers and libraries) for ntrack
 

%files -n %{libntrack_gobject_devel}
%{_includedir}/%{name}/gobject/
%{_libdir}/pkgconfig/libntrack-gobject.pc
%{_libdir}/libntrack-gobject.so 

#------------------------------------------------------------------------------ 

%define libntrack_glib_major 2
%define libntrack_glib %mklibname libntrack-glib %{libntrack_glib_major}

%package -n %{libntrack_glib}
Summary:	Network Connectivity Tracking library for Desktop Applications
Group:		System/Libraries  

%description -n %{libntrack_glib}
ntrack aims to be a lightweight and easy to use library for application
developers that want to get events on network online status changes such
as online, offline or route changes.

This package provides the glib bindings for %{name}.

%files -n %{libntrack_glib}
%{_libdir}/libntrack-glib.so.%{libntrack_glib_major}* 

#------------------------------------------------------------------------------  

%define libntrack_glib_devel %mklibname libntrack-glib -d
 
%package -n %{libntrack_glib_devel} 
Summary:	Network Connectivity Tracking library for Desktop Applications
Group:		Development/Other  
Requires: 	%{libntrack_glib} = %{version}-%{release}
Provides:	libntrack-glib-devel = %{version}-%{release}

%description -n %{libntrack_glib_devel} 
Development files (headers and libraries) for ntrack.
 
%files -n %{libntrack_glib_devel} 
%{_includedir}/%{name}/glib/
%{_libdir}/pkgconfig/libntrack-glib.pc
%{_libdir}/libntrack-glib.so
 
#------------------------------------------------------------------------------ 

%package devel
Summary:	Network Connectivity Tracking library for Desktop Applications
Group:		Development/Other 
Requires:	%{libntrack_glib_devel} = %{version}-%{release}
Requires:	%{libntrack_gobject} = %{version}-%{release}
Requires:	%{libntrack_devel} = %{version}-%{release}
Requires:	%{libntrackqt_devel} =  %{version}-%{release}

%description devel
Development files (headers and libraries) for ntrack.
  
%files devel
%dir %{_includedir}/ntrack
%{_includedir}/ntrack/common/


#------------------------------------------------------------------------------
 
%prep
%setup -q 
%patch0 -p1

%build
mkdir -p m4
autoreconf -fi
%configure
%make
 
%install
%makeinstall

# Remove .a & .la files
rm -rf %{buildroot}/%{_libdir}/*.a
rm -rf %{buildroot}/%{_libdir}/*.la
rm -rf %{buildroot}/%{_libdir}/ntrack/modules/*.a
rm -rf %{buildroot}/%{_libdir}/ntrack/modules/*.la

# dupes
rm -rf %{buildroot}%{_datadir}/doc/ntrack


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 016-6
+ Revision: fcfa681
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17813 |14mr|numactl-2.0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname numa %{major}
%define devname %mklibname numa -d

Summary:	Simple NUMA policy support
Name:		numactl
Version:	2.0.9
Release:	2
License:	LGPLv2/GPLv2
Group:		System/Configuration/Hardware
Url:		ftp://oss.sgi.com/www/projects/libnuma/download
Source0:	ftp://oss.sgi.com/www/projects/libnuma/download/%{name}-%{version}.tar.gz
ExclusiveArch:	%{ix86} x86_64 ia64

%description
This package contains the `numactl' program to run other programs with
a specific NUMA policy.

%files
%doc README CHANGES
%{_bindir}/memhog
%{_bindir}/numactl
%{_bindir}/numademo
%{_bindir}/numastat
%{_bindir}/migratepages
%{_bindir}/migspeed
%{_mandir}/man8/*.8*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Runtime libraries for NUMA policy support
Group:		System/Libraries

%description -n	%{libname}
This package contains the dynamic libraries for NUMA policy support.

%files -n %{libname}
%{_libdir}/libnuma.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Headers and libraries for NUMA policy
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	numa-devel = %{version}-%{release}

%description -n	%{devname}
This package contains headers and libraries useful for developing
applications using different NUMA policies.

%files -n %{devname}
%{_libdir}/libnuma.so
%{_libdir}/libnuma.a
%{_includedir}/numa.h
%{_includedir}/numaif.h
%{_includedir}/numacompat1.h
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags

%make CFLAGS="%{optflags} -I."

%install
%makeinstall_std prefix=%{buildroot}/usr


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.9-2
+ Revision: 3b5f90c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17814 |14mr|numlock-2.1.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# !!!!!!!! WARNING THIS HAS TO BE EDITED IN THE SVN !!!!!!!!!!!

Summary:	Numlock key locker
Name:		numlock
Version:	2.1.2
Release:	10
License:	GPL
Url:		http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/numlock/
Group:		System/Configuration/Boot and Init
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xtst)
# do not require X11 libs
AutoReq:	no
Requires(post):	rpm-helper
Requires(preun): rpm-helper
Provides:	NumLock = %{version}-%{release}

%description
NumLock enable to lock the numlock key. Only enable it at boot-time with
ntsysv or with any other SVSR like rc.d config scripts editor such as
tksysv or the ones from GNOME and KDE.
NumLock is safe for laptops since it is disabled by default.

%prep
%setup -q

%build
make CFLAGS="%{optflags}"

%install
make install TOP=%{buildroot} INITRDDIR=%{_initrddir}

%find_lang %{name} --with-man --all-name

%post
%_post_service numlock

%preun
%_preun_service numlock

%triggerpostun -- numlock < 2.1.2-2mdv
if [ -L "/etc/rc.d/rc5.d/*numlock" ]; then
 /sbin/chkconfig --level 7 numlock reset
fi

%files -f %{name}.lang
%config(noreplace) %{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/profile.d/%{name}.sh
%config(noreplace) %{_sysconfdir}/X11/xinit.d/numlock
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.2-10
+ Revision: 3c8a1c7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17815 |14mr|nut-2.7.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_doc 0
%{?_without_doc: %global build_doc 0}
%{?_with_doc: %global build_doc 1}

%define major 1
%define libname %mklibname nutscan %{major}
%define libups %mklibname upsclient %{major}
%define libnut %mklibname nutclient %{major}

%define nutuser ups

Summary:	Network UPS Tools Client Utilities
Name:		nut
Version:	2.7.1
Release:	5
Epoch:		1
License:	GPLv2+
Group:		System/Configuration/Hardware
Url:		http://www.networkupstools.org/
Source0:	http://www.networkupstools.org/source/2.7/%{name}-%{version}.tar.gz
Source1:	http://www.networkupstools.org/source/2.7/%{name}-%{version}.tar.gz.sig
Source100:	ups.conf
Source101:	upsd.users
Source102:	70-nut-usbups.rules
Source103:	nut.tmpfiles.d
Patch0:		nut-upsset.conf.diff
Patch1:		nut-mdv_conf.diff
Patch2:         backport-fix-lp753661.patch
Patch3:         link-fixes.patch
Patch4:         configure.patch
Patch5:		nut-server.service.patch
Patch6:		upsmon_config.patch


%if %{build_doc}
BuildRequires:	asciidoc
BuildRequires:	dblatex
%endif
BuildRequires:	libtool
BuildRequires:	systemd-units
BuildRequires:	genders-devel
BuildRequires:	jpeg-devel
BuildRequires:	libgd-devel
BuildRequires:	libtool-devel
BuildRequires:	net-snmp-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpowerman)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(xpm)

Requires(pre):	rpm-helper
Requires(post):	rpm-helper systemd
Requires(postun): rpm-helper systemd
Requires(preun): rpm-helper systemd

%description
These programs are part of a developing project to monitor the assortment of
UPSes that are found out there in the field. Many models have serial ports of
some kind that allow some form of state checking. This capability has been
harnessed where possible to allow for safe shutdowns, live status tracking on
web pages, and more.

This package includes the client utilities that are required to monitor a UPS
that the client host is powered from - either connected directly via a serial
port (in which case the nut-server package needs to be installed on this
machine) or across the network (where another host on the network monitors the
UPS via serial cable and runs the main nut package to allow clients to see the
information).

%files
%doc AUTHORS COPYING ChangeLog MAINTAINERS NEWS README UPGRADING docs
%{_unitdir}/nut-monitor.service
%attr(0755,root,root) %dir %{_sysconfdir}/ups
%attr(0640,root,%{nutuser}) %config(noreplace) %{_sysconfdir}/ups/upssched.conf
%attr(0640,root,%{nutuser}) %{_sysconfdir}/ups/upsmon.conf.sample
%attr(0640,root,root) %{_sysconfdir}/ups/upsmon.conf
%attr(0750,%{nutuser},%{nutuser}) %dir /var/state/ups
#%attr(0755,%{nutuser},%{nutuser}) %dir /var/run/nut
%{_prefix}/lib/tmpfiles.d/%{name}.conf
%{_bindir}/nut-scanner
%{_bindir}/upsc
%{_bindir}/upscmd
%{_bindir}/upslog
%{_bindir}/upsrw
%{_bindir}/upssched-cmd
%{_sbindir}/upsmon
%{_sbindir}/upssched
%{_mandir}/man5/upsmon.conf.5*
%{_mandir}/man5/upssched.conf.5*
%{_mandir}/man8/nut-scanner.8*
%{_mandir}/man8/upsc.8*
%{_mandir}/man8/upscmd.8*
%{_mandir}/man8/upslog.8*
%{_mandir}/man8/upsmon.8*
%{_mandir}/man8/upsrw.8*
%{_mandir}/man8/upssched.8*

%pre
# Create an UPS user
%_pre_useradd %{nutuser} /var/state/ups /bin/false
%{_sbindir}/usermod -G dialout,tty,usb %{nutuser}

%preun
# only do this if it is not an upgrade
%systemd_preun nut-monitor

%post
%systemd_post nut-monitor

%postun
# Only do this if it is not an upgrade
if [ ! -f %_sbindir/upsd ]; then
   %_postun_userdel %{nutuser}
fi
%systemd_postun nut-monitor

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Network UPS Tools Client Utilities library
Group:		System/Libraries
Conflicts:	%{_lib}upsclient1 < 1:2.6.4-10

%description -n %{libname}
This package contains a shared libraries for NUT client applications.

%files -n %{libname}
%{_libdir}/libnutscan.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libups}
Summary:	Network UPS Tools Client Utilities library
Group:		System/Libraries

%description -n %{libups}
This package contains a shared libraries for NUT client applications.

%files -n %{libups}
%{_libdir}/libupsclient.so.*


%package -n	%{libnut}
Summary:	Network UPS Tools Client Utilities library
Group:		System/Libraries

%files -n %{libnut}
%{_libdir}/libnutclient.so.*

#----------------------------------------------------------------------------

%package	server
Summary:	Network UPS Tools server
Group:		System/Servers
Requires:	nut = %{EVRD}
Requires(pre):	nut = %{EVRD}
Requires(pre):	rpm-helper
Requires:	tcp_wrappers
Requires(post):	systemd
Requires(postun): systemd
Requires(preun): systemd

%description	server
These programs are part of a developing project to monitor the assortment of
UPSes that are found out there in the field. Many models have serial ports of
some kind that allow some form of state checking. This capability has been
harnessed where possible to allow for safe shutdowns, live status tracking on
web pages, and more.

This package is the main NUT upsd daemon and the associated per-UPS-model
drivers which talk to the UPSes. You also need to install the base NUT package.

%files server
%{_unitdir}/nut-server.service
%{_unitdir}/nut-driver.service
%{_systemshutdowndir}/nutshutdown
%{_sbindir}/upsd
%attr(0644,%{nutuser},%{nutuser}) %config(noreplace) %{_sysconfdir}/ups/ups.conf
%attr(0640,root,%{nutuser}) %config(noreplace) %{_sysconfdir}/ups/upsd.users
%attr(0640,root,%{nutuser}) %config(noreplace) %{_sysconfdir}/ups/upsd.conf
%attr(0644,root,root) %{_sysconfdir}/udev/rules.d/70-nut-usbups.rules
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/hotplug/usb/libhid.usermap
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/hotplug/usb/libhidups
%{_sbindir}/apcsmart
%{_sbindir}/apcsmart-old
%{_sbindir}/bcmxcp
%{_sbindir}/bcmxcp_usb
%{_sbindir}/belkin
%{_sbindir}/belkinunv
%{_sbindir}/bestfcom
%{_sbindir}/bestfortress
%{_sbindir}/bestuferrups
%{_sbindir}/bestups
%{_sbindir}/blazer_ser
%{_sbindir}/blazer_usb
%{_sbindir}/clone
%{_sbindir}/clone-outlet
%{_sbindir}/dummy-ups
%{_sbindir}/etapro
%{_sbindir}/everups
%{_sbindir}/gamatronic
%{_sbindir}/genericups
%{_sbindir}/isbmex
%{_sbindir}/ivtscd
%{_sbindir}/liebert
%{_sbindir}/liebert-esp2
%{_sbindir}/masterguard
%{_sbindir}/metasys
%{_sbindir}/mge-shut
%{_sbindir}/mge-utalk
%{_sbindir}/microdowell
%{_sbindir}/oldmge-shut
%{_sbindir}/oneac
%{_sbindir}/optiups
%{_sbindir}/powercom
%{_sbindir}/powerman-pdu
%{_sbindir}/powerpanel
%{_sbindir}/rhino
%{_sbindir}/richcomm_usb
%{_sbindir}/safenet
%{_sbindir}/skel
%{_sbindir}/snmp-ups
%{_sbindir}/solis
%{_sbindir}/tripplite
%{_sbindir}/tripplitesu
%{_sbindir}/tripplite_usb
%{_sbindir}/upscode2
%{_sbindir}/upsdrvctl
%{_sbindir}/usbhid-ups
%{_sbindir}/victronups
%{_sbindir}/netxml-ups
%{_datadir}/cmdvartab
%{_datadir}/driver.list
%{_mandir}/man5/nut.conf.5*
%{_mandir}/man5/ups.conf.5*
%{_mandir}/man5/upsd.conf.5*
%{_mandir}/man5/upsd.users.5*
%{_mandir}/man8/apcsmart.8*
%{_mandir}/man8/apcsmart-old.8*
%{_mandir}/man8/bcmxcp.8*
%{_mandir}/man8/bcmxcp_usb.8*
%{_mandir}/man8/belkin.8*
%{_mandir}/man8/belkinunv.8*
%{_mandir}/man8/bestfcom.8*
%{_mandir}/man8/bestfortress.8*
%{_mandir}/man8/bestuferrups.8*
%{_mandir}/man8/bestups.8*
%{_mandir}/man8/clone.8*
%{_mandir}/man8/dummy-ups.8*
%{_mandir}/man8/etapro.8*
%{_mandir}/man8/everups.8*
%{_mandir}/man8/gamatronic.8*
%{_mandir}/man8/genericups.8*
%{_mandir}/man8/isbmex.8*
%{_mandir}/man8/ivtscd.8*
%{_mandir}/man8/liebert.8*
%{_mandir}/man8/liebert-esp2.8*
%{_mandir}/man8/masterguard.8*
%{_mandir}/man8/metasys.8*
%{_mandir}/man8/mge-shut.8*
%{_mandir}/man8/mge-utalk.8*
%{_mandir}/man8/microdowell.8*
%{_mandir}/man8/nutupsdrv.8*
%{_mandir}/man8/oneac.8*
%{_mandir}/man8/optiups.8*
%{_mandir}/man8/powercom.8*
%{_mandir}/man8/powerman-pdu.8*
%{_mandir}/man8/powerpanel.8*
%{_mandir}/man8/rhino.8*
%{_mandir}/man8/richcomm_usb.8*
%{_mandir}/man8/safenet.8*
%{_mandir}/man8/snmp-ups.8*
%{_mandir}/man8/solis.8*
%{_mandir}/man8/tripplite.8*
%{_mandir}/man8/tripplitesu.8*
%{_mandir}/man8/tripplite_usb.8*
%{_mandir}/man8/upscode2.8*
%{_mandir}/man8/upsd.8*
%{_mandir}/man8/upsdrvctl.8*
%{_mandir}/man8/usbhid-ups.8*
%{_mandir}/man8/victronups.8*
%{_mandir}/man8/netxml-ups.8*
%{_sbindir}/al175
%{_sbindir}/apcupsd-ups
%{_sbindir}/nutdrv_qx
%{_sbindir}/riello_ser
%{_sbindir}/riello_usb
%{_mandir}/man3/libnutclient.3*
%{_mandir}/man3/libnutclient_commands.3*
%{_mandir}/man3/libnutclient_devices.3*
%{_mandir}/man3/libnutclient_general.3*
%{_mandir}/man3/libnutclient_misc.3*
%{_mandir}/man3/libnutclient_tcp.3*
%{_mandir}/man3/libnutclient_variables.3*
%{_mandir}/man3/nutclient_authenticate.3*
%{_mandir}/man3/nutclient_destroy.3*
%{_mandir}/man3/nutclient_device_forced_shutdown.3*
%{_mandir}/man3/nutclient_device_login.3*
%{_mandir}/man3/nutclient_device_master.3*
%{_mandir}/man3/nutclient_execute_device_command.3*
%{_mandir}/man3/nutclient_get_device_command_description.3*
%{_mandir}/man3/nutclient_get_device_commands.3*
%{_mandir}/man3/nutclient_get_device_description.3*
%{_mandir}/man3/nutclient_get_device_num_logins.3*
%{_mandir}/man3/nutclient_get_device_rw_variables.3*
%{_mandir}/man3/nutclient_get_device_variable_description.3*
%{_mandir}/man3/nutclient_get_device_variable_values.3*
%{_mandir}/man3/nutclient_get_device_variables.3*
%{_mandir}/man3/nutclient_get_devices.3*
%{_mandir}/man3/nutclient_has_device.3*
%{_mandir}/man3/nutclient_has_device_command.3*
%{_mandir}/man3/nutclient_has_device_variable.3*
%{_mandir}/man3/nutclient_logout.3*
%{_mandir}/man3/nutclient_set_device_variable_value.3*
%{_mandir}/man3/nutclient_set_device_variable_values.3*
%{_mandir}/man3/nutclient_tcp_create_client.3*
%{_mandir}/man3/nutclient_tcp_disconnect.3*
%{_mandir}/man3/nutclient_tcp_get_timeout.3*
%{_mandir}/man3/nutclient_tcp_is_connected.3*
%{_mandir}/man3/nutclient_tcp_reconnect.3*
%{_mandir}/man3/nutclient_tcp_set_timeout.3*
%{_mandir}/man3/nutscan_get_serial_ports_list.3*
%{_mandir}/man3/nutscan_scan_eaton_serial.3*
%{_mandir}/man8/al175.8*
%{_mandir}/man8/apcupsd-ups.8*
%{_mandir}/man8/blazer_ser.8*
%{_mandir}/man8/blazer_usb.8*
%{_mandir}/man8/nutdrv_qx.8*
%{_mandir}/man8/riello_ser.8*
%{_mandir}/man8/riello_usb.8*

%pre	server
# Create an UPS user. We do not use the buggy macro %_pre_groupadd anymore.
%_pre_useradd %{nutuser} /var/state/ups /bin/false
%{_sbindir}/usermod -G dialout,tty,usb %{nutuser}

%preun	server
%systemd_preun nut-server

%post	server
%systemd_post nut-server

%postun	server
# Only do this if it is not an upgrade
if [ ! -f %{_sbindir}/upsmon ]; then
   %_postun_userdel %{nutuser}
fi
%systemd_postun nut-server

#----------------------------------------------------------------------------

%package	cgi
Summary:	CGI utils for NUT
Group:		Monitoring
Requires:	apache
Conflicts:	apcupsd

%description	cgi
These programs are part of a developing project to monitor the assortment of
UPSes that are found out there in the field. Many models have serial ports of
some kind that allow some form of state checking. This capability has been
harnessed where possible to allow for safe shutdowns, live status tracking on
web pages, and more.

This package adds the web CGI programs. These can be installed on a separate
machine to the rest of the NUT package.

%files cgi
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ups/hosts.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ups/upsset.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ups/upsstats.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ups/upsstats-single.html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/%{name}-cgi.conf
/var/www/cgi-bin/upsimage.cgi
/var/www/cgi-bin/upsset.cgi
/var/www/cgi-bin/upsstats.cgi
%dir %attr(0755,root,root) /var/www/nut
%attr(0644,root,root) /var/www/nut/bottom.html
%attr(0644,root,root) /var/www/nut/header.html
%attr(0644,root,root) /var/www/nut/index.html
%attr(0644,root,root) /var/www/nut/nut-banner.png
%{_mandir}/man5/hosts.conf.5*
%{_mandir}/man5/upsstats.html.5*
%{_mandir}/man5/upsset.conf.5*
%{_mandir}/man8/upsimage.cgi.8*
%{_mandir}/man8/upsset.cgi.8*
%{_mandir}/man8/upsstats.cgi.8*

#----------------------------------------------------------------------------

%package	devel
Summary:	Development for NUT Client
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libups} = %{EVRD}

%description	devel
These programs are part of a developing project to monitor the assortment of
UPSes that are found out there in the field. Many models have serial ports of
some kind that allow some form of state checking. This capability has been
harnessed where possible to allow for safe shutdowns, live status tracking on
web pages, and more.

This package contains the development header files and libraries
necessary to develop NUT client applications.

%files devel
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/upscli_*.3*
%{_mandir}/man3/upsclient.3*
%{_mandir}/man3/nutscan_add_device_to_device.3*
%{_mandir}/man3/nutscan_add_option_to_device.3*
%{_mandir}/man3/nutscan_cidr_to_ip.3*
%{_mandir}/man3/nutscan_display_parsable.3*
%{_mandir}/man3/nutscan_display_ups_conf.3*
%{_mandir}/man3/nutscan_free_device.3*
%{_mandir}/man3/nutscan_new_device.3*
%{_mandir}/man3/nutscan_scan_avahi.3*
%{_mandir}/man3/nutscan_scan_ipmi.3*
%{_mandir}/man3/nutscan_scan_nut.3*
%{_mandir}/man3/nutscan_scan_snmp.3*
%{_mandir}/man3/nutscan_scan_usb.3*
%{_mandir}/man3/nutscan_scan_xml_http.3*
%{_mandir}/man3/nutscan.3*
%{_mandir}/man3/nutscan_init.3*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .upsset.conf
%patch1 -p1 -b .mdv_conf
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1

# instead of a patch
perl -pi -e "s|/cgi-bin/nut|/cgi-bin|g" data/html/*.html*

%build
# this takes care of rpath
#libtoolize --copy --force; aclocal -I m4; autoconf; automake --foreign --add-missing --copy
%serverbuild
autoreconf -vdi

%configure2_5x \
    --enable-static \
    --enable-shared \
    --sysconfdir=%{_sysconfdir}/ups \
    --with-systemdsystemunitdir=%{_unitdir} \
    --with-systemdsystemshutdowndir=%{_systemshutdowndir} \
    --with-serial \
    --with-usb \
    --with-snmp \
    --with-cgi \
    --with-dev \
    --with-ssl \
    --with-neon \
%if %{build_doc}
    --with-doc \
%endif
    --with-statepath=/var/state/ups \
    --with-drvpath=%{_sbindir} \
    --with-cgipath=/var/www/cgi-bin \
    --with-htmlpath=/var/www/nut \
    --with-pidpath=/var/run/nut \
    --with-port=3493 \
    --with-user=%{nutuser} \
    --with-group=%{nutuser} \
    --with-pkgconfig-dir=%{_libdir}/pkgconfig \
    --with-hotplug-dir=%{_sysconfdir}/hotplug \
    --with-udev-dir=%{_sysconfdir}/udev

%make

%install
%makeinstall_std

install -d %{buildroot}/var/state/ups
#install -d %{buildroot}/var/run/nut
install -m 0644 %{SOURCE103} -D %{buildroot}%{_prefix}/lib/tmpfiles.d/nut.conf

# move the *.sample config files to their real locations
# we don't need to worry about overwriting anything since
# they are marked as %config files within the package
for file in %{buildroot}%{_sysconfdir}/ups/*.sample
do
    mv $file %{buildroot}%{_sysconfdir}/ups/`basename $file .sample`
done

mv %{buildroot}%{_sysconfdir}/ups/upsmon.conf %{buildroot}%{_sysconfdir}/ups/upsmon.conf.sample
perl -pi -e 's/# RUN_AS_USER nutmon/RUN_AS_USER %{nutuser}/g' %{buildroot}%{_sysconfdir}/ups/upsmon.conf.sample
cp -a %{buildroot}%{_sysconfdir}/ups/upsmon.conf.sample %{buildroot}%{_sysconfdir}/ups/upsmon.conf
cp -af data/driver.list docs/

# udev usb ups stuff
mv %{buildroot}%{_sysconfdir}/udev/rules.d/52-nut-usbups.rules %{buildroot}%{_sysconfdir}/udev/rules.d/70-nut-usbups.rules
cp %{SOURCE102} %{buildroot}%{_sysconfdir}/udev/rules.d/70-nut-usbups.rules

# fix access config files
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/%{name}-cgi.conf << EOF

<Files upsset.cgi>
    Require all denied
    Require local granted
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}-cgi.conf"
</Files>

Alias /nut /var/www/nut

<Directory "/var/www/nut">
    Require all denied
    Require local granted
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/%{name}-cgi.conf"
</Directory>

EOF

# install missing (forgotten?) headers
install -m0644 tools/nut-scanner/*.h %{buildroot}%{_includedir}/

# cleanup
rm -f %{buildroot}%{_sysconfdir}/ups/nut.conf
rm -f %{buildroot}%{_libdir}/*.*a
rm -f %{buildroot}%{_mandir}/man8/nut-recorder.8*

cp %{SOURCE100} %{buildroot}%{_sysconfdir}/ups/ups.conf
cp %{SOURCE101} %{buildroot}%{_sysconfdir}/ups/upsd.users

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.7.1-5
+ Revision: 8465536
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17816 |14mr|nvidia-additional-settings-1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Additional settings set for nvidia GPUs
Name: nvidia-additional-settings
Version: 1
Release: 2
Group: System/Kernel and hardware
Url: https://abf.rosalinux.ru/abf/nvidia-additional-settings/issues
License: GPLv2+
BuildArch: noarch
Source0: 68nvidia-defaults.sh

%description
default settings for nvidia GPUs 

%install
mkdir -p %buildroot/etc/profile.d
install -m755 %{SOURCE0} -D %{buildroot}/etc/profile.d/68nvidia-defaults.sh

%pre

%post

%postun

%files
%config /etc/profile.d/68nvidia-defaults.sh
%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-2
+ Revision: bf98487
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17817 |14mr|nvtv-0.4.7-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname nvtvsimple %major
%define develname	%mklibname nvtvsimple -d

Name: 		nvtv
Version: 	0.4.7
Release:	22
Source0:	http://downloads.sourceforge.net/nv-tv-out/%{name}-%{version}.tar.gz
Source1:	http://downloads.sourceforge.net/nv-tv-out/libnvtvsimple-0.4.7a.tar.gz
Source2:	nvtv.png
Patch0:		nvtv-0.4.7-ppc-build-fix.patch
Patch1:		libnvtvsimple-0.4.7a-fix-linking.patch
License: 	GPLv2
Group:		Video
Summary: 	Enable TV-Out on Linux for NVIDIA cards	
URL:		http://sourceforge.net/projects/nv-tv-out/	
BuildRequires:	pciutils-devel 
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	libxmu-devel
BuildRequires:	libxxf86vm-devel
BuildRequires:	imagemagick
Requires:	pam
Requires:	xorg-x11
Requires:	usermode
Requires:	usermode-consoleonly
ExclusiveArch:	%{ix86} x86_64

%description
This is a tool to enable TV-Out on Linux for NVIDIA cards. It does not
need the kernel, supports multiple TV encoder chips. You may use all the
features of the chip, down to direct register access, and all resolutions 
and sizes the chip supports.

%package -n %libname
Group: System/Libraries
Summary: Library to enable TV-Out on Linux for NVIDIA cards

%description -n %libname
This is a shared library to enable TV-Out on Linux for NVIDIA cards.
It does not need the kernel, supports multiple TV encoder chips. You
may use all the features of the chip, down to direct register access,
and all resolutions and sizes the chip supports.

%package -n %develname
Group: Development/C
Requires: %libname = %version-%release
Provides: libnvtvsimple-devel = %version
Obsoletes: %mklibname nvtvsimple 0 -d
Summary: Library to enable TV-Out on Linux for NVIDIA cards

%description -n %develname
This is a shared library to enable TV-Out on Linux for NVIDIA cards.
It does not need the kernel, supports multiple TV encoder chips. You
may use all the features of the chip, down to direct register access,
and all resolutions and sizes the chip supports.

%prep
%setup -q -b 1
%patch0 -p1 -b .ppc-build-fix
%patch1 -p1
cd lib
libtoolize --copy --force
aclocal
autoconf
automake -a -c --foreign

%build
%configure2_5x --prefix=/bin --with-gtk=gtk2
%make
pushd lib
%configure2_5x
%make
popd

%install
rm -rf ${RPM_BUILD_ROOT}
install -D -m755 src/nvtv ${RPM_BUILD_ROOT}/%{_sbindir}/nvtv
install -D -m755 src/nvtvd ${RPM_BUILD_ROOT}/%{_sbindir}/nvtvd

# icons
mkdir -p ${RPM_BUILD_ROOT}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
install -m644 %{SOURCE2} ${RPM_BUILD_ROOT}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{SOURCE2} ${RPM_BUILD_ROOT}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{SOURCE2} ${RPM_BUILD_ROOT}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

pushd lib
%makeinstall_std
popd

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Nvidia TV Output
Comment=Frontend for Nvidia TV output
Exec=%{_bindir}/%{name}
Icon=%{name}
StartupNotify=true
Categories=GNOME;GTK;AudioVideo;Audio;Video;Player;
Type=Application
EOF


#Lets make a nice dialog box asking for root perms:
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/{pam.d,security/console.apps}
cat <<EOF >${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d/%{name}
#%PAM-1.0
auth	sufficient	/lib/security/pam_rootok.so
auth	include		system-auth
session	optional	/lib/security/pam_xauth.so
account	required	/lib/security/pam_permit.so
EOF


cat <<EOF >${RPM_BUILD_ROOT}%{_sysconfdir}/security/console.apps/%{name}
USER=root
PROGRAM=/usr/sbin/nvtv
SESSION=true
FALLBACK=true
EOF

mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
ln -s %{_bindir}/consolehelper $RPM_BUILD_ROOT%{_bindir}/%name

%if %mdkversion < 200900
%post
%{update_menus}
%{update_icon_cache hicolor}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%{clean_icon_cache hicolor}
%endif

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr (-,root,root)
%doc doc/*.txt doc/USAGE README TODO BUGS ChangeLog FAQ ANNOUNCE 
%{_bindir}/*
%{_sbindir}/%{name}
%{_sbindir}/%{name}d
%config(noreplace) %{_sysconfdir}/security/console.apps/*
%config(noreplace) %{_sysconfdir}/pam.d/*
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop

%files -n %libname
%defattr (-,root,root)
%_libdir/lib*.so.*

%files -n %develname
%defattr (-,root,root)
%_includedir/*
%_libdir/lib*.so
%_libdir/lib*a
%_libdir/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.7-22
+ Revision: b2eb789
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17818 |14mr|obconf-2.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Openbox preferences manager
Name:		obconf
Version:	2.0.4
Release:	2
Source0:	http://openbox.org/dist/obconf/%name-%version.tar.gz
Patch1:		obconf-2.0.3-link.patch
Patch2:		obconf-2.0.4-ru.patch
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://openbox.org/wiki/Obconf
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	gettext-devel
BuildRequires:	startup-notification-devel
BuildRequires:	openbox-devel >= 3.5.2
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	libglade2.0-devel 
BuildRequires:	desktop-file-utils
Requires:	openbox >= 3.5.2

%description
ObConf is a graphical configuration tool for the Openbox window manager.

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall

# fix .desktop file
desktop-file-install --remove-key="Encoding" \
		--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS README COPYING TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/mimelnk/application/x-openbox-theme.desktop
%{_datadir}/pixmaps/%{name}.png

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.4-2
+ Revision: 391c451
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17819 |14mr|obexd-0.48-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	D-Bus service for Obex Client access
Name:		obexd
Version:	0.48
Release:	2
Group:		Communications
License:	GPLv2+
Url:		http://www.bluez.org/
Source0:	http://www.kernel.org/pub/linux/bluetooth/obexd-%{version}.tar.xz
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(openobex)

%description
obexd contains obex-client, a D-Bus service to allow sending files
using the Obex Push protocol, common on mobile phones and
other Bluetooth-equipped devices.

%prep
%setup -q

%build
%configure2_5x --disable-server
%make

%install
%makeinstall_std

%files
%doc README AUTHORS doc/client-api.txt
%{_libexecdir}/obex-client
%{_datadir}/dbus-1/services/obex-client.service


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.48-2
+ Revision: a5c9802
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17820 |14mr|obex-data-server-0.4.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		obex-data-server
Version:	0.4.6
Release:	6
Summary:	D-Bus service for Obex access

Group:		System/Servers
License:	GPLv2+
Source0:	http://tadas.dailyda.com/software/%{name}-%{version}.tar.gz
Url:		http://tadas.dailyda.com/blog
Patch0:		obex-data-server-0.4.6-build-fixes-1.patch

BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	bluez-devel
BuildRequires:	openobex-devel
BuildRequires:	gtk2-devel
BuildRequires:	pkgconfig(libusb)
BuildRequires:	libtool

%description
obex-data-server is a D-Bus service to allow sending and receiving files
using the ObexFTP and Obex Push protocols, common on mobile phones and
other Bluetooth-equipped devices.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --enable-bip=gdk-pixbuf
%make

cat << EOF > README
Bug tracking system is at:
http://bugs.muiline.com/view_all_bug_page.php

Web page is at:
http://tadas.dailyda.com/blog/

SVN tree:
svn://svn.muiline.com/obex-data-server/trunk/

SVN browsing:
http://svn.muiline.com/cgi-bin/viewvc.cgi/obex-data-server/trunk/

EOF

%install
# FIXME files missing: http://bugs.muiline.com/view.php?id=42
#chmod a-x test/*.py
%makeinstall_std

%files
%doc AUTHORS ChangeLog NEWS README COPYING dbus-api.txt
#test/ods-dbus-test.c test/ods-server-test.py test/ods-session-test.py
%{_bindir}/obex-data-server
%{_datadir}/dbus-1/services/obex-data-server.service
%config %{_sysconfdir}/obex-data-server/*.xml
%{_mandir}/man1/obex-data-server.1.*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.6-6
+ Revision: ce8a203
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17821 |14mr|obexftp-0.23-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define mcobex_major 1
%define libname %mklibname %{name} %{major}
%define libbfb %mklibname bfb %{major}
%define libmulticobex %mklibname multicobex %{mcobex_major}
%define devname %mklibname %{name} -d

Summary:	Access devices via ObexFTP e.g. Siemens mobile equipment
Name:		obexftp
Version:	0.23
Release:	17
License:	GPLv2+
Group:		Communications
Url:		http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp
Source0:	http://triq.net/obexftp/%{name}-%{version}.tar.bz2
# From Gentoo bug #250210:	fix a missing include that breaks build -
# AdamW 2009/01
Patch0:		obexftp-0.22-include.patch
# Fix a string literal error - AdamW 2009/01
Patch1:		obexftp-0.22-literal.patch
Patch2:		obexftp-0.23-ruby1.9.patch
Patch3:		obexftp-0.23-sfmt.patch
Patch4:		obexftp-change-api-new-openobx.patch
BuildRequires:	ruby
BuildRequires:	ruby-devel
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(openobex)
BuildRequires:	pkgconfig(python)

%description
The overall goal of this project is to make mobile devices featuring 
the OBEX protocol and adhering to the OBEX FTP standard accessible. 
The most common use for ObexFTP is to access your mobile phones memory 
to store and retrieve e.g. your phonebook, logos, ringtones, music, 
pictures and the like.

%files
%doc AUTHORS ChangeLog NEWS README* THANKS TODO
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains a shared library for %{name}.

%files -n %{libname}
%{_libdir}/libobexftp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libbfb}
Summary:	Main library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}obexftp0 < 0.23-10

%description -n %{libbfb}
This package contains a shared library for %{name}.

%files -n %{libbfb}
%{_libdir}/libbfb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmulticobex}
Summary:	Main library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}obexftp0 < 0.23-10

%description -n %{libmulticobex}
This package contains a shared library for %{name}.

%files -n %{libmulticobex}
%{_libdir}/libmulticobex.so.%{mcobex_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libbfb} = %{EVRD}
Requires:	%{libmulticobex} = %{EVRD}

%description -n %{devname}
This package includes the development files for %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python binding for %{name}
Group:		Development/Python

%description -n python-%{name}
This package contains the python bindings for %{name}.

%files -n python-%{name}
%{py_platsitedir}/%{name}
%{py_platsitedir}/%{name}-%{version}-py%{py_ver}.egg-info

#----------------------------------------------------------------------------

%package -n ruby-%{name}
Summary:	Ruby binding for %{name}
Group:		Development/Other

%description -n ruby-%{name}
This package contains the ruby bindings for %{name}.

%files -n ruby-%{name}
%{ruby_sitearchdir}/%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-tcl \
	--disable-perl

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.23-17
+ Revision: d1f6da9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17822 |14mr|objectweb-anttask-1.3.2-3.0.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define gcj_support     1

Summary:        ObjectWeb Ant task
Name:           objectweb-anttask
Version:        1.3.2
Release:        3.0.10
Epoch:          0
Group:          Development/Java
License:        LGPL
URL:            http://forge.objectweb.org/projects/monolog/
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel
%endif
Source0:        http://download.fr2.forge.objectweb.org/monolog/ow_util_ant_tasks_%{version}.tar.bz2
Patch0:         objectweb-anttask-1.3.2-filesets.patch
BuildRequires:  ant
BuildRequires:  java-rpmbuild
BuildRequires:  xalan-j2
BuildRequires:  asm2
Provides:       owanttask = %{epoch}:%{version}-%{release}
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
ObjectWeb Ant task

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -c -q -n %{name}
%patch0 -p1
%remove_java_binaries

%build
export CLASSPATH=$(build-classpath xalan-j2 asm2/ )
export OPT_JAR_LIST=:
%{ant} jar jdoc

%install
rm -rf $RPM_BUILD_ROOT

# jars
install -d -m 0755 $RPM_BUILD_ROOT%{_javadir}

install -m 644 output/lib/ow_util_ant_tasks.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
pushd $RPM_BUILD_ROOT%{_javadir}
  ln -sf %{name}-%{version}.jar %{name}.jar
popd

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -a output/jdoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
%{__rm} -rf %{buildroot}

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.3.2-3.0.10
+ Revision: 80190b6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17823 |14mr|objectweb-asm-3.1-0.5.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define section free

Name:           objectweb-asm
Version:        3.1
Release:        0.5.4
Epoch:          0
Summary:        A code manipulation tool to implement adaptable systems
License:        BSD
URL:            http://asm.objectweb.org/
Group:          Development/Java
Source0:        http://download.forge.objectweb.org/asm/asm-3.1.tar.gz
Source1:        http://repo1.maven.org/maven2/asm/asm/3.1/asm-3.1.pom
Source2:        http://repo1.maven.org/maven2/asm/asm-analysis/3.1/asm-analysis-3.1.pom
Source3:        http://repo1.maven.org/maven2/asm/asm-commons/3.1/asm-commons-3.1.pom
Source4:        http://repo1.maven.org/maven2/asm/asm-tree/3.1/asm-tree-3.1.pom
Source5:        http://repo1.maven.org/maven2/asm/asm-util/3.1/asm-util-3.1.pom
Source6:        http://repo1.maven.org/maven2/asm/asm-xml/3.1/asm-xml-3.1.pom
Source7:        http://repo1.maven.org/maven2/asm/asm-all/3.1/asm-all-3.1.pom
Source8:        http://repo1.maven.org/maven2/asm/asm-parent/3.1/asm-parent-3.1.pom
Source9:        asm-MANIFEST.MF
Patch0:         objectweb-asm-no-classpath-in-manifest.patch
# Needed by asm-xml.jar
Requires:       xml-commons-jaxp-1.3-apis
Requires(post): jpackage-utils >= 0:1.7.4
Requires(postun): jpackage-utils >= 0:1.7.4
BuildRequires:  jpackage-utils >= 0:1.7.4
BuildRequires:  java-devel >= 0:1.5.0
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  objectweb-anttask
BuildRequires:  xml-commons-jaxp-1.3-apis
BuildRequires:  zip
BuildArch:      noarch

%description
ASM is a code manipulation tool to implement adaptable systems.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -n asm-%{version}
%patch0 -p1
perl -pi -e 's/\r$//g' LICENSE.txt README.txt

mkdir META-INF
cp -p %{SOURCE9} META-INF/MANIFEST.MF

%build
export CLASSPATH=
export OPT_JAR_LIST=:
ant -Dobjectweb.ant.tasks.path=$(build-classpath objectweb-anttask) jar jdoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}/%{name}

for jar in output/dist/lib/*.jar; do
install -m 644 ${jar} \
%{buildroot}%{_javadir}/%{name}/`basename ${jar}`
done

touch META-INF/MANIFEST.MF
zip -u output/dist/lib/all/asm-all-%{version}.jar META-INF/MANIFEST.MF

install -m 644 output/dist/lib/all/asm-all-%{version}.jar %{buildroot}%{_javadir}/%{name}/

(cd %{buildroot}%{_javadir}/%{name} && for jar in *-%{version}*; do \
ln -sf ${jar} ${jar/-%{version}/}; done)

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm.pom
%add_to_maven_depmap org.objectweb.asm asm %{version} JPP/objectweb-asm asm
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm-analysis.pom
%add_to_maven_depmap org.objectweb.asm asm-analysis %{version} JPP/objectweb-asm asm-analysis
install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm-commons.pom
%add_to_maven_depmap org.objectweb.asm asm-commons %{version} JPP/objectweb-asm asm-commons
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm-tree.pom
%add_to_maven_depmap org.objectweb.asm asm-tree %{version} JPP/objectweb-asm asm-tree
install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm-util.pom
%add_to_maven_depmap org.objectweb.asm asm-util %{version} JPP/objectweb-asm asm-util
install -m 644 %{SOURCE6} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm-xml.pom
%add_to_maven_depmap org.objectweb.asm asm-xml %{version} JPP/objectweb-asm asm-xml
install -m 644 %{SOURCE7} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm-all.pom
%add_to_maven_depmap org.objectweb.asm asm-all %{version} JPP/objectweb-asm asm-all
install -m 644 %{SOURCE8} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm-parent.pom
%add_to_maven_depmap org.objectweb.asm asm-parent %{version} JPP/objectweb-asm asm-parent

# javadoc
install -p -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr output/dist/doc/javadoc/user/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt README.txt
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/*.jar
%{_datadir}/maven2/*
%{_mavendepmapfragdir}/*

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:3.1-0.5.4
+ Revision: 6eba970
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17824 |14mr|ocaml-4.01.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_ocamlopt 1
%define build_labltk 1
%define major 4.01
%define minor 0

%bcond_with emacs

Summary:	The Objective Caml compiler and programming environment
Name:		ocaml
Version:	%{major}.%{minor}
Release:	13
License:	QPL with exceptions and LGPLv2 with exceptions
Group:		Development/OCaml
Url:		http://caml.inria.fr
Source0:	http://caml.inria.fr/pub/distrib/ocaml-%{major}/%{name}-%{version}.tar.bz2
Source1:	http://caml.inria.fr/pub/distrib/ocaml-%{major}/%{name}-%{major}-refman-html.tar.gz
Source3:	ocaml.rpmlintrc

# IMPORTANT:
# The contents (META's files) of this tarball comes from findlib
# This tarball have to be updated when findlib or ocaml are updated to a new version
# these META's files are only generated by the ./configure in the findlib source directory
# (camlp4 and ocaml-labltk have to be installed for this operation)
# steps:
# get findlib sources from http://projects.camlcity.org/projects/findlib.html
# extract, run ./configure
# then,
# tar -Jcf findlib-1.2.7-ocaml-%{version}-meta-files.tar.xz  site-lib-src/*/META
# notice the version macro in filename, this to imply that the META files has
# to be built for *THIS* specific version!
Source5:	findlib-1.4-ocaml-4.00.1-meta-files.tar.bz2

Patch0:		ocaml-3.12.0-rpath.patch
Patch1:		ocaml-user-cflags.patch
Patch3:		ocaml-3.11.0-ocamltags-no-site-start.patch
Patch7:		ocaml-3.11.0-no-opt-for-debug-and-profile.patch
Patch8:		ocaml-3.04-larger-buffer-for-uncaught-exception-messages.patch
#Patch16:	ocaml-4.00.0-lib64.patch
#Patch18:	ocaml-3.09.3-compile-emacs-files-in-build-dir.patch
# Workaround for upstream http://caml.inria.fr/mantis/view.php?id=5753
# Remove ocamltoplevel.cmxa from META file
Patch19:	ocaml-4.00.1-fix-META-ocamltoplevel.cmxa.patch

#fedora patches
Patch100:	0001-Add-.gitignore-file-to-ignore-generated-files.patch
Patch102:	0003-ocamlbyteinfo-ocamlplugininfo-Useful-utilities-from-.patch
Patch103:	0006-Add-support-for-ppc64.patch
Patch104:	0007-yacc-Use-mkstemp-instead-of-mktemp.patch
Patch105:	ocaml-aarch64.patch

BuildRequires:	db-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(tk)
%if %{with emacs}
BuildRequires:	emacs
%rename		ocaml-emacs
%endif

Requires:	%{name}-compiler = %{EVRD}
Requires:	%{name}-compiler-libs = %{EVRD}
Requires:	camlp4 = %{EVRD}

%description
Objective Caml is a high-level, strongly-typed, functional and object-oriented
programming language from the ML family of languages.

%files

#----------------------------------------------------------------------------

%package -n camlp4
Summary:	Preprocessor for OCaml
Group:		Development/OCaml
Requires:	%{name}-compiler = %{EVRD}

%description -n camlp4
Preprocessor for OCaml.

%files -n camlp4
%{_bindir}/*camlp4*
%dir %{_libdir}/ocaml/camlp4
%dir %{_libdir}/ocaml/camlp4/Camlp4Filters
%dir %{_libdir}/ocaml/camlp4/Camlp4Parsers
%dir %{_libdir}/ocaml/camlp4/Camlp4Printers
%dir %{_libdir}/ocaml/camlp4/Camlp4Top
%{_libdir}/ocaml/camlp4/META
%{_libdir}/ocaml/camlp4/*.cma
%{_libdir}/ocaml/camlp4/*.cmi
%{_libdir}/ocaml/camlp4/*.cmo
%{_libdir}/ocaml/camlp4/*/*.cmi
%{_libdir}/ocaml/camlp4/*/*.cmo

#----------------------------------------------------------------------------

%if %{build_ocamlopt}
%package -n camlp4-devel
Summary:	Development files for camlp4
Group:		Development/OCaml
Requires:	camlp4 = %{EVRD}
Requires:	%{name}-compiler = %{EVRD}
Conflicts:	camlp4 < 4.01.0-5

%description -n camlp4-devel
This package contains the development files needed to build applications
using camlp4.

%files -n camlp4-devel
%{_libdir}/ocaml/camlp4/*.a
%{_libdir}/ocaml/camlp4/*.o
%{_libdir}/ocaml/camlp4/*.cmxa
%{_libdir}/ocaml/camlp4/*.cmx
%{_libdir}/ocaml/camlp4/*/*.o
%{_libdir}/ocaml/camlp4/*/*.cmx
%endif

#----------------------------------------------------------------------------

%package compiler
Summary:	Compiler and Runtime for OCaml
Group:		Development/OCaml
Conflicts:	ocaml < 4.01.0-5
Provides:	/usr/bin/ocamlrun

%description compiler
This package comprises two batch OCaml compilers (a fast byte-code compiler and
an optimizing native-code compiler), an interactive top-level system, Lex&Yacc
tools, a replay debugger, and a comprehensive library.

%files compiler -f %{name}.list
%doc Changes LICENSE README
%{_includedir}/caml
%{_mandir}/man1/*
%{_datadir}/applications/*
%if %{with emacs}
%{_datadir}/emacs/site-lisp/*
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*
%endif
%exclude %{_libdir}/ocaml/compiler-libs

#----------------------------------------------------------------------------

%package compiler-libs
Summary:	OCaml compiler library
Group:		Development/OCaml
Requires:	%{name}-compiler = %{EVRD}
Conflicts:	%{name} < 4.01.0-5

%description compiler-libs
This package contains several modules used internally by the OCaml
compilers.  They are not needed for normal OCaml development, but may
be helpful in the development of certain applications.

%files compiler-libs
%dir %{_libdir}/ocaml/compiler-libs
%{_libdir}/ocaml/compiler-libs/META
%{_libdir}/ocaml/compiler-libs/*.cmi
%{_libdir}/ocaml/compiler-libs/*.cmo
%{_libdir}/ocaml/compiler-libs/*.cma
%if %{build_ocamlopt}
%{_libdir}/ocaml/compiler-libs/*.a
%{_libdir}/ocaml/compiler-libs/*.cmxa
/%{_libdir}/ocaml/compiler-libs/*.cmx
%{_libdir}/ocaml/compiler-libs/*.o
%endif

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for OCaml
Group:		Documentation
BuildArch:	noarch
Requires:	%{name}-compiler = %{EVRD}

%description doc
Documentation for OCaml

%files doc
%doc htmlman/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package labltk
Summary:	Tk toolkit binding for OCaml
Group:		Development/OCaml
Requires:	%{name}-compiler = %{EVRD}
Requires:	tk-devel
Obsoletes:	ocamltk < 4.01.0-5

%description labltk
Tk toolkit binding for OCaml.

%files labltk
%doc otherlibs/labltk/README otherlibs/labltk/example*
%{_bindir}/*labltk*
%{_bindir}/ocamlbrowser
%{_libdir}/ocaml/*labltk*
%{_libdir}/ocaml/stublibs/dlllabltk.so

#----------------------------------------------------------------------------

%package sources
Summary:	OCaml sources
Group:		Development/OCaml
BuildArch:	noarch
# don't add crazy deps
AutoReqProv:	No

%description sources
OCaml sources.

%files sources
%{_prefix}/src/%{name}

#----------------------------------------------------------------------------

%package x11
Summary:	X11 library for OCaml
Group:		Development/OCaml
Requires:	%{name}-compiler = %{EVRD}
Requires:	pkgconfig(x11)
# 2012-07-14: conflict for upgrade (when the x11 subpackage is created)
Conflicts:	ocaml < 4.01.0-5

%description x11
X11 library for OCaml.

%files x11
%if %{build_ocamlopt}
%{_libdir}/ocaml/graphics.a
%endif
%{_libdir}/ocaml/graphics.cma
%{_libdir}/ocaml/graphics.cmi
%if %{build_ocamlopt}
%{_libdir}/ocaml/graphics.cmx
%{_libdir}/ocaml/graphics.cmxa
%{_libdir}/ocaml/graphics.cmxs
%endif
%{_libdir}/ocaml/graphics.mli
%{_libdir}/ocaml/libgraphics.a
%{_libdir}/ocaml/stublibs/dllgraphics.so
%{_libdir}/ocaml/graphics/META
%dir %{_libdir}/ocaml/graphics
%{_libdir}/ocaml/graphicsX11.cmi
%if %{build_ocamlopt}
%{_libdir}/ocaml/graphicsX11.cmx
%endif
%{_libdir}/ocaml/graphicsX11.mli

#----------------------------------------------------------------------------

%prep
%setup -q -T -b 0
%setup -q -T -D -a 1
%setup -q -T -D -a 5
%apply_patches
# delete backup files to be sure that they don't end up in package
find -name \*.00??~ -delete
rm -rf `find -name .cvsignore`

# fix incorrect reference in camlp4 META file
sed -ri -e 's|directory = "/usr/lib.*/ocaml/camlp4"|directory = "%{_libdir}/ocaml/camlp4"|g' site-lib-src/camlp4/META

# This directory exists in the OCaml tarball, but is empty.  As a
# result, git ignores it unless we put a dummy file in it.
touch compilerlibs/.exists

%build
%ifarch alpha
echo %{optflags} | grep -q mieee || { echo "on alpha you need -mieee to compile ocaml"; exit 1; }
%endif

CFLAGS="%{optflags}" ./configure \
	-bindir %{_bindir} \
	-host %{_host} \
	-cc "%{__cc}" \
	-as "%{__as}" \
	-libdir %{_libdir}/ocaml \
	-x11lib %{_libdir} \
	-x11include %{_includedir} \
	-mandir %{_mandir}/man1

make world
%if %{build_ocamlopt}
make opt opt.opt
%endif
make -C emacs ocamltags


%install
make install \
	BINDIR=%{buildroot}%{_bindir} \
	LIBDIR=%{buildroot}%{_libdir}/ocaml \
	MANDIR=%{buildroot}%{_mandir}

# remove stupid camlp4o.opt which can't work
#rm -f %{buildroot}%{_bindir}/camlp4*.opt
#rm -f %{buildroot}%{_mandir}/man1/camlp4*.opt.*

%if %{with emacs}
cd emacs; make install install-ocamltags \
	BINDIR=%{buildroot}%{_bindir} \
	EMACSDIR=%{buildroot}%{_datadir}/emacs/site-lisp; cd -
%else
make -C emacs install-ocamltags \
	BINDIR=%{buildroot}%{_bindir}
%endif

# fix
perl -pi -e "s|%{buildroot}||" %{buildroot}%{_libdir}/ocaml/ld.conf

%if %{build_ocamlopt}
# only keep the binary versions, which are much faster, except for camlp4
# as native code cannot do a dynamic load
for i in %{buildroot}%{_bindir}/*.opt ; do
  [[ $i == %{buildroot}%{_bindir}/camlp4* ]] && continue
  ln -sf `basename $i` ${i%.opt}
done
%endif

%if %{with emacs}
install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
cat <<EOF >%{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el
(require 'caml-font)
(autoload 'caml-mode "caml" "Caml editing mode" t)
(add-to-list 'auto-mode-alist '("\\\\.mli?$" . caml-mode))
EOF
%endif

# don't package mano man pages since we have the html files
rm -rf %{buildroot}%{_mandir}/mano

# install findlib META files
cp -pr site-lib-src/* %{buildroot}%{_libdir}/ocaml/

# fix me: this one should not be in the input
if [ -f %{buildroot}%{_libdir}/ocaml/dbm/META ]
then rm -f %{buildroot}%{_libdir}/ocaml/dbm/META; fi

rm -f %{name}.list
n="labltk|camlp4|ocamlbrowser|tkanim|graphics|X11"
(cd %{buildroot} ; find usr/bin ! -type d -printf "/%%p\n" | egrep -v $n) >> %{name}.list
(cd %{buildroot} ; find usr/%{_lib}/ocaml ! -type d -printf "/%%p\n" | egrep -v $n) >> %{name}.list
(cd %{buildroot} ; find usr/%{_lib}/ocaml   -type d -printf "%%%%dir /%%p\n" | egrep -v $n) >> %{name}.list

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=OCaml
Comment=%{summary}
Exec=%{name}
Icon=interpreters_section
Terminal=true
Type=Application
Categories=Development;
EOF

# install sources
install -d -m 755 %{buildroot}%{_prefix}/src
tar xvjf %{SOURCE0} -C %{buildroot}%{_prefix}/src
mv %{buildroot}%{_prefix}/src/%{name}-%{version} %{buildroot}%{_prefix}/src/%{name}
install -d %{buildroot}%{_includedir}
ln -s %{_libdir}/ocaml/caml %{buildroot}%{_includedir}/


%changelog
* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.01.0-13
+ Revision: 28649d7
- Update groups, Requires and Provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17825 |14mr|ocaml-findlib-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name findlib
%define debug_package %{nil}

%define __noautoreq '(/usr/bin/ocamlrun)'

Summary:	A module packaging tool for OCaml
Name:		ocaml-%{up_name}
Version:	1.4
Release:	3
Group:		Development/OCaml
License:	MIT-style
Url:		http://www.ocaml-programming.de/packages/documentation/findlib/
Source0:	http://www.ocaml-programming.de/packages/%{up_name}-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-labltk
BuildRequires:	pkgconfig(ncurses)

%description
The findlib library provides a scheme to manage reusable software
components (packages), and includes tools that support this scheme.
Packages are collections of OCaml modules for which metainformation can
be stored. The packages are kept in the filesystem hierarchy, but with
strict directory structure. The library contains functions to look the
directory up that stores a package, to query metainformation about a
package, and to retrieve dependency information about multiple packages.
There is also a tool that allows the user to enter queries on the
command-line. In order to simplify compilation and linkage, there are
new frontends of the various OCaml compilers that can directly deal with
packages.

%files
%doc LICENSE
%config(noreplace) %{_sysconfdir}/findlib.conf
%{_bindir}/*
%{_mandir}/man*/*
%{_libdir}/ocaml/findlib
%{_libdir}/ocaml/topfind
%{_libdir}/ocaml/num-top
# %{_libdir}/ocaml/compiler-libs
%exclude %{_libdir}/ocaml/findlib/*.a
%exclude %{_libdir}/ocaml/findlib/*.cmxa
%exclude %{_libdir}/ocaml/findlib/*.mli
%exclude %{_libdir}/ocaml/findlib/Makefile.config
%exclude %{_libdir}/ocaml/findlib/make_wizard
%exclude %{_libdir}/ocaml/findlib/make_wizard.pattern

#----------------------------------------------------------------------------

%package	devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description	devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files devel
%doc LICENSE doc doc/README doc/guide-html
%{_libdir}/ocaml/findlib/*.a
%{_libdir}/ocaml/findlib/*.cmxa
%{_libdir}/ocaml/findlib/*.mli
%{_libdir}/ocaml/findlib/Makefile.config
%{_libdir}/ocaml/findlib/make_wizard
%{_libdir}/ocaml/findlib/make_wizard.pattern

#----------------------------------------------------------------------------

%prep
%setup -q -n %{up_name}-%{version}

%build
./configure \
    -mandir %{_mandir} \
    -config %{_sysconfdir}/findlib.conf \
    -sitelib `ocamlc -where` \
    -with-toolbox
%make all
%ifnarch %{arm} %{mips}
%make opt
%endif

%install
%make prefix=%{buildroot} PREFIX=%{buildroot} install 

# don't ship META files for standard library in this package,
# they are included in ocaml package,
# [IMPORTANT] so when this package is updated, update too
# the tarball that contain these files (Source5) in the ocaml package!
rm -f %{buildroot}%{_libdir}/ocaml/bigarray/META
rm -f %{buildroot}%{_libdir}/ocaml/camlp4/META
rm -f %{buildroot}%{_libdir}/ocaml/compiler-libs/META
rm -f %{buildroot}%{_libdir}/ocaml/dbm/META
rm -f %{buildroot}%{_libdir}/ocaml/dynlink/META
rm -f %{buildroot}%{_libdir}/ocaml/graphics/META
rm -f %{buildroot}%{_libdir}/ocaml/labltk/META
rm -f %{buildroot}%{_libdir}/ocaml/num/META
rm -f %{buildroot}%{_libdir}/ocaml/num-top/META
rm -f %{buildroot}%{_libdir}/ocaml/stdlib/META
rm -f %{buildroot}%{_libdir}/ocaml/str/META
rm -f %{buildroot}%{_libdir}/ocaml/threads/META
rm -f %{buildroot}%{_libdir}/ocaml/unix/META
rm -f %{buildroot}%{_libdir}/ocaml/ocamlbuild/META
# In order to update the [Source5] field of ocaml.spec,
# in the findlib source directory run the ./configure script
# with camlp4 and ocaml-labltk properly installed, then:
# tar cfj  findlib-1.2.4-ocaml-3.11.1-meta-files.tar.bz2  site-lib-src/*/META


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4-3
+ Revision: 3345d18
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17826 |14mr|oclock-1.0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: oclock
Version: 1.0.2
Release: 6
Summary: Round X clock
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: pkgconfig(xt) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Oclock simply displays the current time on an analog display.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/oclock
%{_datadir}/X11/app-defaults/Clock-color
%{_mandir}/man1/oclock.*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-6
+ Revision: b0883d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17827 |14mr|odt2txt-0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		odt2txt
Version:	0.4
Release:	6
Source0:	http://stosberg.net/odt2txt/odt2txt-%{version}.tar.gz
Source1:	http://stosberg.net/odt2txt/odt2txt-%{version}.tar.gz.asc
URL:		http://stosberg.net/odt2txt/
Summary:	A simple (and stupid) converter from OpenDocument Text to plain text
Group:		Text tools
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	GPLv2
BuildRequires:	zlib-devel
%description
odt2txt is a command-line tool which extracts the text out of OpenDocument
Texts produced by OpenOffice.org, StarOffice, KOffice and others.

odt2txt is ...
* small
* supports multiple output encodings
* adopts to your locale
* able to substitute common characters which the output charset does
  not contain with ascii look-a-likes
* written in C, has few dependencies
* portable (runs on Linux, *BSD, Solaris, HP-UX, Windows, Cygwin)
* licensed under GPL, version 2

%prep
%setup -q

%build
%{make}

%install
%{__rm} -Rf %{buildroot}
%{__make} DESTDIR=%{buildroot} PREFIX=%{_prefix} install

%files
%doc GPL-2
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-6
+ Revision: 12bd952
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17828 |14mr|ogmtools-1.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: OGG media stream tools
Name: ogmtools
Version: 1.5
Epoch: 1
Release: 9
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Video
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libvorbis-devel
BuildRequires: libdvdread-devel
URL: http://www.bunkus.org/videotools/ogmtools/

%description
These tools allow information about (ogminfo) or extraction
from (ogmdemux) or creation of (ogmmerge) OGG media streams.
Note that OGM is used for "OGG media streams".

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README ChangeLog
%_bindir/*
%_mandir/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.5-9
+ Revision: f327a3f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17829 |14mr|ogre-1.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname OGRE
################################################################################
# !!! Never backport this package as it requires full rebuild of all based games
%define version 1.8.1
################################################################################
%define uversion %(echo %{version}| tr . _)
%define libname %mklibname %{name} %{uversion}
%define devname %mklibname %{name} -d
%define filever %(echo v%{version}| tr . -)

Summary:	Object-Oriented Graphics Rendering Engine
Name:		ogre
Version:	%{version}
Release:	4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.ogre3d.org/
Source0:	http://downloads.sourceforge.net/ogre/%{name}_src_%{filever}.tar.bz2

BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	freeimage-devel
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(OIS)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zziplib)
#Requires to build cg-plugin, but we cannot do it as cg-devel is in Non-Free
#BuildRequires:	cg-devel
#Be sure to build OGRE without cg-devel
BuildConflicts:	cg-devel
Conflicts:	libogre < 1.4.9
Suggests:	ogre-cg-plugin = %{version}

%description
OGRE  (Object-Oriented  Graphics  Rendering  Engine)  is a scene-oriented,
flexible 3D engine written in C++ designed to make it easier  and  more
intuitive for developers to produce games and demos utilising 3D hardware.
The class library abstracts all the details  of  using the underlying system
libraries like Direct3D and OpenGL and provides an interface based on world
objects and other intuitive classes.

%files
%doc AUTHORS BUGS
%{_bindir}/OgreMeshUpgrader
%{_bindir}/OgreXMLConverter
%dir %{_libdir}/%{oname}
%{_libdir}/%{oname}/*.so*
%dir %{_datadir}/%{oname}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries needed for programs using %{oname}
Group:		System/Libraries

%description -n %{libname}
OGRE  (Object-Oriented  Graphics  Rendering  Engine)  is a scene-oriented,
flexible 3D engine written in C++ designed to make it easier  and  more
intuitive for developers to produce games and demos utilising 3D hardware.
The class library abstracts all the details  of  using the underlying system
libraries like Direct3D and OpenGL and provides an interface based on world
objects and other intuitive classes.

%files -n %{libname}
%{_libdir}/*.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for writing programs using %{oname}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development headers and libraries for writing programs using %{oname}

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/%{oname}/cmake
%{_includedir}/%{oname}

#----------------------------------------------------------------------------

%package samples
Summary:	Samples for %{oname}
Group:		System/Libraries

%description samples
Samples for %{oname}.

%files samples
%{_bindir}/SampleBrowser
%{_datadir}/%{oname}/*.cfg
%{_datadir}/%{oname}/CMakeLists.txt
%{_datadir}/%{oname}/media
%{_datadir}/%{oname}/Samples
%{_libdir}/%{oname}/Samples

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}_src_%{filever}
rm -f CMake/Packages/FindFreetype.cmake

%build
%cmake \
	-DOGRE_INSTALL_SAMPLES:BOOL=ON \
	-DOGRE_INSTALL_SAMPLES_SOURCE:BOOL=ON \
	-DOGRE_CONFIG_MEMTRACK_RELEASE:BOOL=OFF
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.1-4
+ Revision: eccc995
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17830 |14mr|ois-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define filever %(echo v%{version}| tr . -)
%define libname %mklibname OIS %{major}
%define develname %mklibname OIS -d

Summary:	Object Oriented Input System
Name:		ois
Version:	1.3
Release:	3
License:	zlib
Group:		System/Libraries
URL:		http://sourceforge.net/projects/wgois/
Source0:	http://downloads.sourceforge.net/wgois/%{name}_%{filever}.tar.gz
Patch0:		ois-gcc47.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)

%description
Object Oriented Input System (OIS) is meant to be a cross platform, 
simple solution for using all kinds of Input Devices 
(KeyBoards, Mice, Joysticks, etc) and feedback devices 
(e.g. forcefeedback).

%package -n %{libname}
Summary:	A library for Object Oriented Input System
Group:		System/Libraries

%description -n %{libname}
Object Oriented Input System (OIS) is meant to be a cross platform, 
simple solution for using all kinds of Input Devices 
(KeyBoards, Mice, Joysticks, etc) and feedback devices 
(e.g. forcefeedback).

%package -n %{develname}
Summary:	Development tools for programs using %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package contains the header files and libraries needed for
developing programs using the %{name} library.

%prep
%setup -qn %{name}-%{filever}
%patch0 -p0

%build
sh ./bootstrap
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%doc ReadMe.txt
%{_libdir}/lib*%{major}*.so

%files -n %{develname}
%{_includedir}/OIS
%{_libdir}/libOIS.so
%{_libdir}/libOIS.a
%{_libdir}/pkgconfig/OIS.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 945d4a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17831 |14mr|oki4linux-2.1gst-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Drivers for Oki 4w, oki 400w and okipage 4w plus GDI winprinters
Name:		oki4linux
Version:	2.1gst
Release:	17
License:	GPL
Group:		System/Printing
URL:		http://www.linuxprinting.org/download/printing/
Source0:	http://www.linuxprinting.org/download/printing/oki4linux-2.1gst.tar.gz
Source1:	oki4daemon.service
Source2:	README.OKI-Winprinters
Patch0:		oki4linux-2.0-daemon-mdk-patch
Patch1:		oki4linux-2.1gst-LDFLAGS.diff
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires: systemd
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd

%description
A Linux / UNIX driver for the  okipage 4w, oki 400w and
okipage 4w plus GDI printers,

%prep

%setup -q -n %{name}
%patch0 -p1
%patch1 -p0

# Do some small corrections in the daemon script:
# - The daemon crashes with "setlogsock('unix');"
# - Correct the path for the driver
pushd src
mv oki4daemon oki4daemon.pre
sed "s/setlogsock('unix');/setlogsock('inet');/" oki4daemon.pre | sed "s:/usr/local/sbin/oki4drv:/usr/bin/oki4drv:" > oki4daemon
popd

cp %{SOURCE1} oki4daemon.service
cp %{SOURCE2} README.OKI-Winprinters

%build
pushd src
make clean
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"
popd

%install

install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man1

pushd src
# Program files
install -m0755 oki4drv %{buildroot}%{_bindir}
install -m0755 oki4daemon %{buildroot}%{_sbindir}
install -m0644 oki4drv.man %{buildroot}%{_mandir}/man1/oki4drv.1
popd

install -m0755 oki4daemon.service %{buildroot}%{_unitdir}/oki4daemon.service

%post
%systemd_post oki4daemon.service

%preun
%systemd_preun oki4daemon.service

%postun
%systemd_postun_with_restart oki4daemon.service

%files
%defattr(0644,root,root,0755)
%doc README.OKI-Winprinters COPYING ChangeLog README
%doc doc samples src/README.oki4daemon src/align.ps
%{_unitdir}/oki4daemon.service
%attr(0755,root,root) %{_sbindir}/oki4daemon
%attr(0755,root,root) %{_bindir}/oki4drv
%attr(0644,root,root) %{_mandir}/man1/oki4drv.1*

%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1gst-17
+ Revision: ef55111
- Fix service file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17832 |14mr|okteta-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple HEX editor for KDE
Name:		okteta
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(qca2)
Conflicts:	kdesdk4-core < 1:4.11.0

%description
Okteta is a simple editor for the raw data of files. This type of program
is also called hex editor or binary editor.

%files
%{_kde_bindir}/okteta
%{_kde_bindir}/struct2osd.sh
%{_kde_libdir}/kde4/libkbytearrayedit.so
%{_kde_libdir}/kde4/oktetapart.so
%{_kde_applicationsdir}/okteta.desktop
%{_kde_appsdir}/okteta
%{_kde_appsdir}/oktetapart
%{_kde_datadir}/config.kcfg/structviewpreferences.kcfg
%{_kde_configdir}/okteta-structures.knsrc
%{_kde_iconsdir}/*/*/apps/okteta.png
%{_kde_services}/kbytearrayedit.desktop
%{_kde_services}/oktetapart.desktop
%{_kde_datadir}/mime/packages/okteta.xml
%doc %{_kde_docdir}/HTML/en/okteta

#----------------------------------------------------------------------------

%define kasten2controllers_major 2
%define libkasten2controllers %mklibname kasten2controllers %{kasten2controllers_major}

%package -n %{libkasten2controllers}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname kasten1controllers 0} < 1:4.10.0

%description -n %{libkasten2controllers}
Okteta shared library.

%files -n %{libkasten2controllers}
%{_kde_libdir}/libkasten2controllers.so.%{kasten2controllers_major}
%{_kde_libdir}/libkasten2controllers.so.0.*

#----------------------------------------------------------------------------

%define kasten2core_major 2
%define libkasten2core %mklibname kasten2core %{kasten2core_major}

%package -n %{libkasten2core}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname kasten1core 0} < 1:4.10.0

%description -n %{libkasten2core}
Okteta shared library.

%files -n %{libkasten2core}
%{_kde_libdir}/libkasten2core.so.%{kasten2core_major}
%{_kde_libdir}/libkasten2core.so.0.*

#----------------------------------------------------------------------------

%define kasten2gui_major 2
%define libkasten2gui %mklibname kasten2gui %{kasten2gui_major}

%package -n %{libkasten2gui}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname kasten1gui 0} < 1:4.10.0

%description -n %{libkasten2gui}
Okteta shared library.

%files -n %{libkasten2gui}
%{_kde_libdir}/libkasten2gui.so.%{kasten2gui_major}
%{_kde_libdir}/libkasten2gui.so.0.*

#----------------------------------------------------------------------------

%define kasten2okteta1controllers_major 1
%define libkasten2okteta1controllers %mklibname kasten2okteta1controllers %{kasten2okteta1controllers_major}

%package -n %{libkasten2okteta1controllers}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname kasten1okteta1controllers 0} < 1:4.10.0

%description -n %{libkasten2okteta1controllers}
Okteta shared library.

%files -n %{libkasten2okteta1controllers}
%{_kde_libdir}/libkasten2okteta1controllers.so.%{kasten2okteta1controllers_major}
%{_kde_libdir}/libkasten2okteta1controllers.so.0.*

#----------------------------------------------------------------------------

%define kasten2okteta1core_major 1
%define libkasten2okteta1core %mklibname kasten2okteta1core %{kasten2okteta1core_major}

%package -n %{libkasten2okteta1core}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname kasten1okteta1core 0} < 1:4.10.0

%description -n %{libkasten2okteta1core}
Okteta shared library.

%files -n %{libkasten2okteta1core}
%{_kde_libdir}/libkasten2okteta1core.so.%{kasten2okteta1core_major}
%{_kde_libdir}/libkasten2okteta1core.so.0.*

#----------------------------------------------------------------------------

%define kasten2okteta1gui_major 1
%define libkasten2okteta1gui %mklibname kasten2okteta1gui %{kasten2okteta1gui_major}

%package -n %{libkasten2okteta1gui}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname kasten1okteta1gui 0} < 1:4.10.0

%description -n %{libkasten2okteta1gui}
Okteta shared library.

%files -n %{libkasten2okteta1gui}
%{_kde_libdir}/libkasten2okteta1gui.so.%{kasten2okteta1gui_major}
%{_kde_libdir}/libkasten2okteta1gui.so.0.*

#----------------------------------------------------------------------------

%define okteta1core_major 1
%define libokteta1core %mklibname okteta1core %{okteta1core_major}

%package -n %{libokteta1core}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname okteta1core 0} < 1:4.10.0

%description -n %{libokteta1core}
Okteta shared library.

%files -n %{libokteta1core}
%{_kde_libdir}/libokteta1core.so.%{okteta1core_major}
%{_kde_libdir}/libokteta1core.so.0.*

#----------------------------------------------------------------------------

%define okteta1gui_major 1
%define libokteta1gui %mklibname okteta1gui %{okteta1gui_major}

%package -n %{libokteta1gui}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname okteta1gui 0} < 1:4.10.0

%description -n %{libokteta1gui}
Okteta shared library.

%files -n %{libokteta1gui}
%{_kde_libdir}/libokteta1gui.so.%{okteta1gui_major}
%{_kde_libdir}/libokteta1gui.so.0.*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Okteta
Group:		Development/KDE and Qt
Requires:	%{libkasten2controllers} = %{EVRD}
Requires:	%{libkasten2core} = %{EVRD}
Requires:	%{libkasten2gui} = %{EVRD}
Requires:	%{libkasten2okteta1controllers} = %{EVRD}
Requires:	%{libkasten2okteta1core} = %{EVRD}
Requires:	%{libkasten2okteta1gui} = %{EVRD}
Requires:	%{libokteta1core} = %{EVRD}
Requires:	%{libokteta1gui} = %{EVRD}

%description devel
This package includes the header files you will need to compile
applications that use Okteta libraries.

%files devel
%{_kde_includedir}/*
%{_kde_libdir}/libkasten2controllers.so
%{_kde_libdir}/libkasten2core.so
%{_kde_libdir}/libkasten2gui.so
%{_kde_libdir}/libkasten2okteta1controllers.so
%{_kde_libdir}/libkasten2okteta1core.so
%{_kde_libdir}/libkasten2okteta1gui.so
%{_kde_libdir}/libokteta1core.so
%{_kde_libdir}/libokteta1gui.so
%{_kde_libdir}/kde4/plugins/designer/oktetadesignerplugin.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 44e37d7
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17833 |14mr|okular-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A universal document viewer
Name:		okular
Version:	4.13.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2+
URL:		http://www.kde.org/applications/graphics/okular/
%define is_beta %(if test `echo %version |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kdegraphics-4.6.4-okularxdg.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(kscreen)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(qimageblitz)
BuildRequires:	pkgconfig(QJson)
Requires:	%{name}-pdf = %{EVRD}
Requires:	%{name}-postscript = %{EVRD}
Suggests:	%{name}-chm = %{EVRD}
Suggests:	%{name}-comicbook = %{EVRD}
Suggests:	%{name}-djvu = %{EVRD}
Suggests:	%{name}-dvi = %{EVRD}
Suggests:	%{name}-epub = %{EVRD}
Suggests:	%{name}-fax = %{EVRD}
Suggests:	%{name}-fb = %{EVRD}
Suggests:	%{name}-kimgio = %{EVRD}
Suggests:	%{name}-mobipocket = %{EVRD}
Suggests:	%{name}-ooo = %{EVRD}
Suggests:	%{name}-plucker = %{EVRD}
Suggests:	%{name}-tiff = %{EVRD}
Suggests:	%{name}-txt = %{EVRD}
Suggests:	%{name}-xps = %{EVRD}

%description
Okular is a universal document viewer based on KPDF for KDE 4.

Okular combines the excellent functionalities of KPDF with the versatility
of supporting different kind of documents, like PDF, Postscript, DjVu, CHM,
and others.

The document format handlers page has a chart describing in more detail
the supported formats and the features supported in each of them.

%files
%doc AUTHORS COPYING TODO VERSION
%doc %{_kde_docdir}/HTML/en/okular/
%{_kde_bindir}/okular
%{_kde_libdir}/kde4/okularpart.so
%{_kde_libdir}/kde4/imports/org/kde/okular
%{_kde_applicationsdir}/okular.desktop
%{_kde_appsdir}/okular
%{_kde_appsdir}/kconf_update/okular.upd
%{_kde_datadir}/config.kcfg/okular.kcfg
%{_kde_datadir}/config.kcfg/gssettings.kcfg
%{_kde_datadir}/config.kcfg/okular_core.kcfg
%{_kde_services}/okular_part.desktop
%{_kde_servicetypes}/okularGenerator.desktop
%{_kde_iconsdir}/*/*/*/okular.*
%{_kde_mandir}/man1/okular.1*

#------------------------------------------------

%package pdf
Summary:	PDF display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(poppler-qt4)

%description pdf
PDF display support for Okular.

%files pdf
%{_kde_datadir}/config.kcfg/pdfsettings.kcfg
%{_kde_libdir}/kde4/okularGenerator_poppler.so
%{_kde_services}/libokularGenerator_poppler.desktop
%{_kde_services}/okularPoppler.desktop
%{_kde_applicationsdir}/okularApplication_pdf.desktop
%{_kde_applicationsdir}/active-documentviewer_pdf.desktop

#------------------------------------------------

%package chm
Summary:	CHM (Microsoft Help) display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildRequires:	chmlib-devel

%description chm
CHM (Microsoft Help) display support for Okular.

%files chm
%{_kde_libdir}/kde4/kio_msits.so
%{_kde_libdir}/kde4/okularGenerator_chmlib.so
%{_kde_services}/msits*
%{_kde_services}/libokularGenerator_chmlib.desktop
%{_kde_services}/okularChm.desktop
%{_kde_applicationsdir}/okularApplication_chm.desktop
%{_kde_applicationsdir}/active-documentviewer_chm.desktop

#------------------------------------------------

%package comicbook
Summary:	ComicBook display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description comicbook
ComicBook display support for Okular.

%files comicbook
%{_kde_libdir}/kde4/okularGenerator_comicbook.so
%{_kde_services}/libokularGenerator_comicbook.desktop
%{_kde_services}/okularComicbook.desktop
%{_kde_applicationsdir}/okularApplication_comicbook.desktop
%{_kde_applicationsdir}/active-documentviewer_comicbook.desktop

#------------------------------------------------

%package djvu
Summary:	DjVu display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(ddjvuapi)

%description djvu
DjVu display support for Okular.

%files djvu
%{_kde_libdir}/kde4/okularGenerator_djvu.so
%{_kde_services}/libokularGenerator_djvu.desktop
%{_kde_services}/okularDjvu.desktop
%{_kde_applicationsdir}/okularApplication_djvu.desktop
%{_kde_applicationsdir}/active-documentviewer_djvu.desktop

#------------------------------------------------

%package dvi
Summary:	DVI display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description dvi
DVI display support for Okular.

%files dvi
%{_kde_libdir}/kde4/okularGenerator_dvi.so
%{_kde_services}/libokularGenerator_dvi.desktop
%{_kde_services}/okularDvi.desktop
%{_kde_applicationsdir}/okularApplication_dvi.desktop
%{_kde_applicationsdir}/active-documentviewer_dvi.desktop

#------------------------------------------------

%package epub
Summary:	EPub display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildRequires:	ebook-tools-devel

%description epub
EPub display support for Okular.

%files epub
%{_kde_libdir}/kde4/okularGenerator_epub.so
%{_kde_services}/libokularGenerator_epub.desktop
%{_kde_services}/okularEPub.desktop
%{_kde_applicationsdir}/okularApplication_epub.desktop
%{_kde_applicationsdir}/active-documentviewer_epub.desktop

#------------------------------------------------

%package fax
Summary:	Fax display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description fax
Fax display support for Okular.

%files fax
%{_kde_libdir}/kde4/okularGenerator_fax.so
%{_kde_services}/libokularGenerator_fax.desktop
%{_kde_services}/okularFax.desktop
%{_kde_applicationsdir}/okularApplication_fax.desktop
%{_kde_applicationsdir}/active-documentviewer_fax.desktop

#------------------------------------------------

%package fb
Summary:	FeedBooks display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description fb
FeedBooks display support for Okular.

%files fb
%{_kde_libdir}/kde4/okularGenerator_fb.so
%{_kde_services}/libokularGenerator_fb.desktop
%{_kde_services}/okularFb.desktop
%{_kde_applicationsdir}/okularApplication_fb.desktop
%{_kde_applicationsdir}/active-documentviewer_fb.desktop

#------------------------------------------------

%package kimgio
Summary:	KImgIO display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(libkexiv2)

%description kimgio
KImgIO display support for Okular.

%files kimgio
%{_kde_libdir}/kde4/okularGenerator_kimgio.so
%{_kde_services}/libokularGenerator_kimgio.desktop
%{_kde_services}/okularKimgio.desktop
%{_kde_applicationsdir}/okularApplication_kimgio.desktop
%{_kde_applicationsdir}/active-documentviewer_kimgio.desktop

#------------------------------------------------

%package mobipocket
Summary:	Mobipocket display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildRequires:	qmobipocket-devel
Conflicts:	kdegraphics-mobipocket < 2:4.12.1

%description mobipocket
Mobipocket display support for Okular.

%files mobipocket
%{_kde_libdir}/kde4/okularGenerator_mobi.so
%{_kde_services}/libokularGenerator_mobi.desktop
%{_kde_services}/okularMobi.desktop
%{_kde_applicationsdir}/okularApplication_mobi.desktop

#------------------------------------------------

%package ooo
Summary:	OpenOffice.Org/LibreOffice display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description ooo
OpenOffice.org/LibreOffice display support for Okular.

%files ooo
%{_kde_libdir}/kde4/okularGenerator_ooo.so
%{_kde_services}/libokularGenerator_ooo.desktop
%{_kde_services}/okularOoo.desktop
%{_kde_applicationsdir}/okularApplication_ooo.desktop
%{_kde_applicationsdir}/active-documentviewer_ooo.desktop

#------------------------------------------------

%package plucker
Summary:	Plucker display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description plucker
Plucker display support for Okular.

%files plucker
%{_libdir}/kde4/okularGenerator_plucker.so
%{_kde_services}/libokularGenerator_plucker.desktop
%{_kde_services}/okularPlucker.desktop
%{_kde_applicationsdir}/okularApplication_plucker.desktop
%{_kde_applicationsdir}/active-documentviewer_plucker.desktop

#------------------------------------------------

%package postscript
Summary:	PostScript display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(libspectre)

%description postscript
PostScript display support for Okular.

%files postscript
%{_kde_libdir}/kde4/okularGenerator_ghostview.so
%{_kde_services}/libokularGenerator_ghostview.desktop
%{_kde_services}/okularGhostview.desktop
%{_kde_applicationsdir}/okularApplication_ghostview.desktop
%{_kde_applicationsdir}/active-documentviewer_ghostview.desktop

#------------------------------------------------

%package tiff
Summary:	TIFF display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description tiff
TIFF display support for Okular.

%files tiff
%{_kde_libdir}/kde4/okularGenerator_tiff.so
%{_kde_services}/libokularGenerator_tiff.desktop
%{_kde_services}/okularTiff.desktop
%{_kde_applicationsdir}/okularApplication_tiff.desktop
%{_kde_applicationsdir}/active-documentviewer_tiff.desktop

#------------------------------------------------

%package txt
Summary:	TXT display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description txt
TXT display support for Okular.

%files txt
%{_kde_libdir}/kde4/okularGenerator_txt.so
%{_kde_services}/libokularGenerator_txt.desktop
%{_kde_services}/okularTxt.desktop
%{_kde_applicationsdir}/active-documentviewer_txt.desktop
%{_kde_applicationsdir}/okularApplication_txt.desktop

#------------------------------------------------

%package xps
Summary:	XPS display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description xps
XPS display support for Okular.

%files xps
%{_kde_libdir}/kde4/okularGenerator_xps.so
%{_kde_services}/libokularGenerator_xps.desktop
%{_kde_services}/okularXps.desktop
%{_kde_applicationsdir}/okularApplication_xps.desktop
%{_kde_applicationsdir}/active-documentviewer_xps.desktop

#------------------------------------------------

%define okularcore_major 4
%define libokularcore %mklibname okularcore %{okularcore_major}

%package -n %{libokularcore}
Summary:	Runtime library for okular
Group:		System/Libraries
Obsoletes:	%{_lib}okularcore1 < 2:4.10.0
Obsoletes:	%{_lib}okularcore2 < 2:4.11.0
Obsoletes:	%{_lib}okularcore3 < 2:4.13.0

%description -n %{libokularcore}
Runtime library for Okular.

%files -n %{libokularcore}
%{_kde_libdir}/libokularcore.so.%{okularcore_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for kdegraphics
Group:		Development/KDE and Qt
Conflicts:	kdegraphics4-devel < 2:4.6.90
Requires:	%{libokularcore} = %{EVRD}
Requires:	kdelibs4-devel
Requires:	chmlib-devel
Requires:	ebook-tools-devel

%description devel
This package contains header files needed if you wish to build applications
based on Okular.

%files devel
%{_includedir}/%{name}
%{_kde_libdir}/cmake/Okular/OkularConfig.cmake
%{_kde_libdir}/cmake/Okular/OkularConfigVersion.cmake
%{_kde_libdir}/libokularcore.so

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p2

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: c723d92
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17834 |14mr|onig-5.9.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Regular expressions library
Name:		onig
Version:	5.9.2
Release:	4
License:	BSD
Group:		System/Libraries
URL:		http://www.geocities.jp/kosako3/oniguruma/
Source0:	http://www.geocities.jp/kosako3/oniguruma/archive/%{name}-%{version}.tar.gz
Patch0:		oniguruma-5.9.2-onig_new-returns-NULL-reg.patch
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Oniguruma is a regular expressions library. The characteristics of this library
is that different character encoding for every regular expression object can be
specified. (supported APIs: GNU regex, POSIX and Oniguruma native)

Supported character encodings:

 o ASCII, UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE,
 o EUC-JP, EUC-TW, EUC-KR, EUC-CN,
 o Shift_JIS, Big5, GB18030, KOI8-R, CP1251,
 o ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5,
 o ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10,
 o ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15, ISO-8859-16
 o (GB18030 encoding was contributed by KUBO Takehiro)
 o (CP1251 encoding was contributed by Byte)

%package -n	%{libname}
Summary:	Regular expressions library
Group:          System/Libraries

%description -n	%{libname}
Oniguruma is a regular expressions library. The characteristics of this library
is that different character encoding for every regular expression object can be
specified. (supported APIs: GNU regex, POSIX and Oniguruma native)

Supported character encodings:

 o ASCII, UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE,
 o EUC-JP, EUC-TW, EUC-KR, EUC-CN,
 o Shift_JIS, Big5, GB18030, KOI8-R, CP1251,
 o ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5,
 o ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10,
 o ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15, ISO-8859-16
 o (GB18030 encoding was contributed by KUBO Takehiro)
 o (CP1251 encoding was contributed by Byte)

This package provides the shared Oniguruma library.

%package -n	%{develname}
Summary:	Static library and header files for development with Oniguruma
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{name}-devel

%description -n	%{develname}
Oniguruma is a regular expressions library. The characteristics of this library
is that different character encoding for every regular expression object can be
specified. (supported APIs: GNU regex, POSIX and Oniguruma native)

Supported character encodings:

 o ASCII, UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE,
 o EUC-JP, EUC-TW, EUC-KR, EUC-CN,
 o Shift_JIS, Big5, GB18030, KOI8-R, CP1251,
 o ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5,
 o ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10,
 o ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15, ISO-8859-16
 o (GB18030 encoding was contributed by KUBO Takehiro)
 o (CP1251 encoding was contributed by Byte)

This package is only needed if you plan to develop or compile applications
which requires the Oniguruma library.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1 -b .nullreg

# fix strange perms
find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

%build
touch NEWS ChangeLog
autoreconf -fis

%configure2_5x

%make

%check
make check

%install
rm -rf %{buildroot}

%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS COPYING HISTORY README README.ja index.html index_ja.html
%attr(0755,root,root) %{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc doc/*
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_includedir}/*.h
%attr(0755,root,root) %{_libdir}/*.so
%attr(0644,root,root) %{_libdir}/*.*a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.9.2-4
+ Revision: c0c47d1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17835 |14mr|opal3-3.10.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define major		%{version}
%define libname		%mklibname opal %{major}
%define devname		%mklibname %{name} -d

######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

%define url_ver %(echo %version | cut -d. -f1,2)

Summary:	VoIP library
Name:		opal3
Version:	3.10.10
Release:	4%{?extrarelsuffix}
License:	MPL
Group:		System/Libraries
URL:		http://www.opalvoip.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/opal/%{url_ver}/opal-%{version}.tar.xz
Patch0:		opal-3.10.7-fix-link.patch
Patch2:		opal-3.10.7-ffmpeg-0.11.patch
Patch3:		opal-3.10.10-ffmpeg-2.0.patch
BuildRequires:	gawk
BuildRequires:	openldap-devel
BuildRequires:	ptlib-devel >= 2.10.7
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	ffmpeg-devel
%if %{build_plf}
BuildRequires:	pkgconfig(x264)
%endif

%description
This is an open source class library for the development of
applications that wish to use SIP / H.323 protocols for multimedia
communications over packet based networks.

%if %{build_plf}
This package is in restricted repository because the H264 codec is
covered by patents.
%endif

#----------------------------------------------------------------------------

%package -n	%{libname}-plugins
Summary:	Codec plugins for Opal
Group:		System/Libraries
Provides:	%{name}-plugins = %{EVRD}

%description -n	%{libname}-plugins
PTlib codec plugins for various formats provided by Opal.

%files -n %{libname}-plugins
%{_libdir}/opal-%{version}/codecs/audio/*
%{_libdir}/opal-%{version}/codecs/video/*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Opal Library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Requires:	%{libname}-plugins = %{EVRD}

%description -n	%{libname}
Shared library for OPAL (SIP / H323 stack).

%files -n %{libname}
%attr(0755,root,root) %{_libdir}/lib*.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Opal development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
Header files and libraries for developing applications that use
Opal.

%files -n %{devname}
%doc mpl-1.0.htm
%attr(0755,root,root) %{_libdir}/*.so
%{_libdir}/*.*a
%{_includedir}/*
%{_libdir}/pkgconfig/opal.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n opal-%{version}
%patch0 -p0 -b .link
%patch2 -p0 -b .ffmpeg
%patch3 -p1 -b .ffmpeg2

%build
#gw don't use the default %%optflags, see
# https://qa.mandriva.com/show_bug.cgi?id=48476
%define optflags %nil
#gw else the UINT64_C macro is not defined by stdint.h
export STDCCFLAGS=-D__STDC_CONSTANT_MACROS
%configure2_5x
%make

%install
%makeinstall_std

# remove incorrect symlinks (http://bugzilla.gnome.org/show_bug.cgi?id=553808 )
rm -f %{buildroot}%{_libdir}/libopal.so.?
rm -f %{buildroot}%{_libdir}/libopal.so.?.?


%changelog
* Tue Sep 10 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.10.10-4
+ Revision: 7986914
- LOG Fix build with ffmpeg 2.0, disable empty debug package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17836 |14mr|open-1.4-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	open
%define	version	1.4
%define release	25
Summary:	A tool which will start a program on a virtual console
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Terminals
Source:		ftp://sunsite.unc.edu/pub/Linux/utils/console/%{name}-%{version}.tar.bz2
Patch0:		%{name}-1.4-includes.patch
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
The open command starts a specified command with the first available virtual
console, or on a virtual console that you specify.

Install the open package if you regularly use virtual consoles to run programs.

%prep
%setup -q
%patch0 -p1

%build
%make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man1}

make BINDIR=$RPM_BUILD_ROOT%{_bindir} MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 install
mkdir -p $RPM_BUILD_ROOT/bin
mv $RPM_BUILD_ROOT%{_bindir}/open $RPM_BUILD_ROOT/bin
ln -s /bin/open $RPM_BUILD_ROOT%{_bindir}/open

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/bin/open
%{_bindir}/open
%{_bindir}/switchto
%{_mandir}/man1/open.*
%{_mandir}/man1/switchto.*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-25
+ Revision: 15f81da
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17837 |14mr|openafs-1.6.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%if %{_use_internal_dependency_generator}
%define __noautoreq 'libafsrpc.so'
%else
%define _requires_exceptions libafsrpc.so
%endif

%define dkms_version %{version}-%{release}
%define module  libafs
%define major	1
%define libname	%mklibname afsrpc %{major}
%define devname	%mklibname %{name} -d


Summary:	OpenAFS distributed filesystem
Name:		openafs
Version:	1.6.6
Release:	3
Group:		Networking/Other
License:	IBM
Url:		http://openafs.org/
Source0:	http://www.openafs.org/dl/openafs/%{version}/openafs-%{version}-src.tar.bz2
Source1:	http://www.openafs.org/dl/openafs/%{version}/openafs-%{version}-doc.tar.bz2
Source2:	http://grand.central.org/dl/cellservdb/CellServDB
Source3:	openafs-client.service
Source4:	openafs.config
Source5:	openafs-server.service
Source6:	afs.conf
Patch0:		openafs-1.6.1-afsd-sys-resource-h.patch

BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	krb5-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(ncurses)
Requires:	kmod(libafs)
Conflicts:	krbafs-utils
Conflicts:	coda-debug-backup

%description
AFS is a distributed filesystem allowing cross-platform sharing of files
among multiple computers. Facilities are provided for access control,
authentication, backup and administrative management.

This package provides common files shared across all the various
OpenAFS packages but are not necessarily tied to a client or server.

%package client
Summary:	OpenAFS filesystem client
Group:		Networking/Other
Requires:	%{name} = %{version}
Requires(post,preun):	rpm-helper

%description client
AFS is a distributed filesystem allowing cross-platform sharing of files
among multiple computers. Facilities are provided for access control,
authentication, backup and administrative management.

This package provides basic client support to mount and manipulate
AFS.

%package server
Summary:	OpenAFS filesystem server
Group:		Networking/Other
Requires:	%{name}-client = %{version}

%description server
AFS is a distributed filesystem allowing cross-platform sharing of files
among multiple computers. Facilities are provided for access control,
authentication, backup and administrative management.

This package provides basic server support to host files in an AFS
cell.

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries

%description -n	%{libname}
This package contains the libraries needed to run programs dynamically
linked with %{name}.

%package -n %{devname}
Summary:	Libraries and header files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package contains the development libraries and headers needed
to compile applications linked with OpenAFS libraries.

%package -n dkms-%{module}
Summary:	DKMS-ready kernel source for AFS distributed filesystem
Group:		Development/Kernel
Obsoletes:	openafs-kernel-source
Provides:	openafs-kernel-source
Requires(pre):	dkms
Requires(pre):	flex
Requires(post):	dkms
Provides:	kmod(libafs)

%description -n dkms-%{module}
This package provides the AFS kernel module.

%package doc
Summary:	OpenAFS doc
Group:		Networking/Other
Conflicts:	up

%description doc
This packages provides the documentation for OpenAFS.


%prep
%setup -q -T -b 0
%setup -q -T -D -b 1
%patch0 -p1

%build
./regen.sh
%serverbuild
%ifarch x86_64
%define sysname amd64_linux26
%else
%define sysname %{_arch}_linux26
%endif

%configure2_5x \
	--enable-shared \
	--disable-static \
	--disable-kernel-module \
	--with-afs-sysname=%{sysname} \
	--with-krb5-conf=%{_bindir}/krb5-config

make all_nolibafs
make libafs_tree

%install
make install_nolibafs DESTDIR=%{buildroot}

# cache
install -m 755 -d %{buildroot}/var/cache/%{name}

# configuration
install -m 755 -d %{buildroot}%{_sysconfdir}/%{name}
install -m 644 %{SOURCE2}  %{buildroot}%{_sysconfdir}/%{name}/CellServDB

# init script
install -m 755 -d %{buildroot}%{_unitdir}
install -m 755 -d %{buildroot}%{_sysconfdir}/sysconfig
install -m 755 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}-client.service
install -m 755 %{SOURCE5} %{buildroot}%{_unitdir}/%{name}-server.service
install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/sysconfig/%{name}

# kernel module
install -d -m 755 %{buildroot}%{_prefix}/src
cp -a libafs_tree %{buildroot}%{_prefix}/src/%{module}-%{dkms_version}

cat > %{buildroot}%{_prefix}/src/%{module}-%{dkms_version}/dkms.conf <<EOF

PACKAGE_VERSION="%{dkms_version}"

# Items below here should not have to change with each driver version
PACKAGE_NAME="%{module}"
MAKE[0]="SMP=SP; eval \\\`grep CONFIG_SMP /boot/config-\${kernelver_array[0]}\\\`; [ -n \"\\\$CONFIG_SMP\" ] && SMP=MP; ./configure --with-linux-kernel-headers=\${kernel_source_dir}; make MPS=\\\$SMP; mv src/libafs/MODLOAD-*/libafs.ko ."
CLEAN="make -C src/libafs clean"

BUILT_MODULE_NAME[0]="\$PACKAGE_NAME"
DEST_MODULE_LOCATION[0]="/kernel/3rdparty/\$PACKAGE_NAME/"

AUTOINSTALL=yes

EOF

# clean up stuff that we don't want to package

# DCE security system stuff -- wasn't included before -- is this
# of use to anyone?
#rm %{buildroot}%{_bindir}/dpass

# this is coming out 0 bytes. And it wasn't getting packaged before.
# rm %{buildroot}%{_sbindir}/kdump

# we don't use these.... Red Hat has its own pam_krb5afs modules.
# maybe in the future, we could configure these instead....
rm %{buildroot}%{_libdir}/pam_afs.krb.so.1
rm %{buildroot}%{_libdir}/pam_afs.so.1

%multiarch_binaries %{buildroot}%{_bindir}/rxgen

%multiarch_binaries %{buildroot}%{_bindir}/xstat_cm_test

%multiarch_binaries %{buildroot}%{_bindir}/xstat_fs_test

%multiarch_includes %{buildroot}%{_includedir}/afs/dirpath.h

%multiarch_includes %{buildroot}%{_includedir}/afs/param.h

# rename binaries and man page to avoid some conflicts
mv %{buildroot}%{_bindir}/kpasswd{,.afs}
mv %{buildroot}%{_bindir}/pagsh{,.afs}
mv %{buildroot}%{_bindir}/up{,.afs}
mv %{buildroot}%{_mandir}/man1/kpasswd.1 \
    %{buildroot}%{_mandir}/man1/kpasswd.afs.1
mv %{buildroot}%{_mandir}/man1/pagsh.1 \
    %{buildroot}%{_mandir}/man1/pagsh.afs.1
mv %{buildroot}%{_mandir}/man1/up.1 \
    %{buildroot}%{_mandir}/man1/up.afs.1
mv %{buildroot}%{_mandir}/man8/upclient.8 \
    %{buildroot}%{_mandir}/man8/upclient.afs.8

# fix generated files
perl -pi -e 's|%{_builddir}/%{name}-%{version}/src|../..|' \
    %{buildroot}%{_prefix}/src/libafs-%{version}-%{release}/src/config/Makefile.version

touch %{buildroot}%{_sysconfdir}/openafs/ThisCell
chmod 644 %{buildroot}%{_sysconfdir}/openafs/ThisCell

# To avoid unstripped-binary-or-object rpmlint error
chmod 0755 %{buildroot}%{_libdir}/*.so.*

rm -f %{buildroot}%{_libdir}/*.a

%post client
%_post_service %{name}
if [ ! -e /afs ]; then
	mkdir /afs
fi

%preun client
%_preun_service %{name}

%post -n dkms-%{module}
dkms add -m %{module} -v %{dkms_version} --rpm_safe_upgrade
dkms build -m %{module} -v %{dkms_version} --rpm_safe_upgrade
dkms install -m %{module} -v %{dkms_version} --rpm_safe_upgrade

%preun -n dkms-%{module}
dkms remove -m %{module} -v %{dkms_version} --rpm_safe_upgrade --all ||:

%files
%doc README NEWS src/LICENSE
%{_bindir}/afs_compile_et
%{_bindir}/afsmonitor
%{_bindir}/aklog
%{_bindir}/asetkey
%{_bindir}/bos
%{_bindir}/fs
%{_bindir}/klog
%{_bindir}/klog.krb
%{_bindir}/klog.krb5
%{_bindir}/knfs
%{_bindir}/afsio
%{_bindir}/kpasswd.afs
%{_bindir}/kpwvalid
%{_bindir}/livesys
%{_bindir}/pagsh.afs
%{_bindir}/pagsh.krb
%{_bindir}/pts
%{_bindir}/scout
%{_bindir}/sys
%{_bindir}/tokens
%{_bindir}/tokens.krb
%{_bindir}/translate_et
%{_bindir}/udebug
%{_bindir}/unlog
%{_bindir}/restorevol
%{_libexecdir}/%{name}/*
%{_sbindir}/backup
%{_sbindir}/dafssync-debug
%{_sbindir}/fssync-debug
%{_sbindir}/salvsync-debug
%{_sbindir}/state_analyzer
%{_sbindir}/afsd.fuse
%{_sbindir}/bos_util
%{_sbindir}/butc
%{_sbindir}/fms
%{_sbindir}/fstrace
%{_sbindir}/kas
%{_sbindir}/read_tape
%{_sbindir}/rxdebug
%{_sbindir}/uss
%{_sbindir}/vos
%{_datadir}/%{name}/
%{_mandir}/man1/afsmonitor.1*
%{_mandir}/man1/fs.1*
%{_mandir}/man1/klog.1*
%{_mandir}/man1/knfs.1*
%{_mandir}/man1/livesys.1*
%{_mandir}/man1/pagsh.afs.1*
%{_mandir}/man1/pts.1*
%{_mandir}/man1/scout.1*
%{_mandir}/man1/sys.1*
%{_mandir}/man1/tokens.1*
%{_mandir}/man1/translate_et.1*
%{_mandir}/man1/udebug.1*
%{_mandir}/man1/unlog.1*
%{_mandir}/man1/rxdebug.1*
%{_mandir}/man1/vos.1*
%{_mandir}/man1/kpasswd.afs.1*

%files client
%config(noreplace) %{_sysconfdir}/%{name}
#% config(noreplace) %ghost %{_sysconfdir}/%{name}/ThisCell
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_unitdir}/%{name}-client.service
%{_bindir}/cmdebug
%{_bindir}/up.afs
%{_sbindir}/afsd
%{_mandir}/man1/up.afs.1*
/var/cache/%{name}

%files server
%{_unitdir}/%{name}-server.service
%{_sbindir}/bosserver
%{_sbindir}/ka-forwarder
%{_sbindir}/kadb_check
%{_sbindir}/kdb
%{_sbindir}/kpwvalid
%{_sbindir}/prdb_check
%{_sbindir}/pt_util
%{_sbindir}/rmtsysd
%{_sbindir}/vldb_check
%{_sbindir}/vldb_convert
%{_sbindir}/voldump
%{_sbindir}/volinfo
%{_sbindir}/vsys
#%{_libdir}/openafs
%{_mandir}/man8/bosserver.8*
%{_mandir}/man8/kadb_check.8*
%{_mandir}/man8/kdb.8*
%{_mandir}/man8/kpwvalid.8*
%{_mandir}/man8/prdb_check.8*
%{_mandir}/man8/vldb_check.8*
%{_mandir}/man8/voldump.8*
%{_mandir}/man8/volinfo.8*

%files -n %{libname}
%{_libdir}/libafsrpc.so.%{major}*
%{_libdir}/libafsauthent.so.%{major}*
%{_libdir}/libkopenafs.so.%{major}*

%files -n %{devname}
%{multiarch_bindir}/rxgen
%{multiarch_bindir}/xstat_cm_test
%{multiarch_bindir}/xstat_fs_test
%{_bindir}/rxgen
%{_bindir}/xstat_cm_test
%{_bindir}/xstat_fs_test
%{_includedir}/*.h
%{_includedir}/afs
%{_includedir}/rx
%{multiarch_includedir}/afs
%{_libdir}/*.so
%{_libdir}/afs/*.a

%files -n dkms-%{module}
%{_prefix}/src/%{module}-%{dkms_version}

%files doc
%doc doc/LICENSE doc/pdf doc/txt doc/examples
%{_mandir}/man?/*
%exclude %{_mandir}/man1/afsmonitor.1*
%exclude %{_mandir}/man1/fs.1*
%exclude %{_mandir}/man1/klog.1*
%exclude %{_mandir}/man1/knfs.1*
%exclude %{_mandir}/man1/livesys.1*
%exclude %{_mandir}/man1/pagsh.afs.1*
%exclude %{_mandir}/man1/pts.1*
%exclude %{_mandir}/man1/scout.1*
%exclude %{_mandir}/man1/sys.1*
%exclude %{_mandir}/man1/tokens.1*
%exclude %{_mandir}/man1/translate_et.1*
%exclude %{_mandir}/man1/udebug.1*
%exclude %{_mandir}/man1/unlog.1*
%exclude %{_mandir}/man1/rxdebug.1*
%exclude %{_mandir}/man1/vos.1*
%exclude %{_mandir}/man1/up.afs.1*
%exclude %{_mandir}/man1/kpasswd.afs.1*
%exclude %{_mandir}/man8/bosserver.8*
%exclude %{_mandir}/man8/kadb_check.8*
%exclude %{_mandir}/man8/kdb.8*
%exclude %{_mandir}/man8/kpwvalid.8*
%exclude %{_mandir}/man8/prdb_check.8*
%exclude %{_mandir}/man8/vldb_check.8*
%exclude %{_mandir}/man8/voldump.8*
%exclude %{_mandir}/man8/volinfo.8*


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.6-3
+ Revision: fe7e482
- BuildList#2062192: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17838 |14mr|openal-1.15.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d
%define	oname	openal-soft

Name:		openal
Summary:	3D Sound Library
Version:	1.15.1
Release:	4
License:	LGPLv2
Group:		Sound
URL:		http://www.openal.org
Source0:	http://kcat.strangesoft.net/openal-releases/%{oname}-%{version}.tar.bz2
BuildRequires:	portaudio-devel
BuildRequires:	alsa-oss-devel
BuildRequires:	cmake
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	ffmpeg-devel
Provides:	%{oname} = %{version}-%{release}
Conflicts:	openal1 < 1.7.411-2
# Due to some files moved from library subpackage to main package
Conflicts:	%{libname} < 1.15

%description
OpenAL is a free 3D-audio library, with a programming interface similar
to that of OpenGL.

%package -n	%{libname}
Summary:	Main library for OpenAL, a free 3D sound library
Group:		System/Libraries
Requires:	%{name} >= %{version}-%{release}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with OpenAL.

%package -n	%{devname}
Summary:	Headers for developing programs that will use OpenAL
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{oname}-devel = %{version}-%{release}

%description -n	%{devname}
This package contains the headers that programmers will need to develop
applications which will use OpenAL, a free 3D audio library.

%prep
%setup -q -n %{oname}-%{version}

%build
%cmake -DALSOFT_CONFIG=ON
%make

%install
%makeinstall_std -C build
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}
install -m 0644 alsoftrc.sample %{buildroot}/%{_sysconfdir}/%{name}/alsoft.conf

%files
%dir %{_sysconfdir}/openal
%config(noreplace) %{_sysconfdir}/openal/alsoft.conf
%{_bindir}/alstream
%{_bindir}/allatency
%{_bindir}/alreverb
%{_bindir}/openal-info
%{_bindir}/makehrtf
%{_datadir}/%{name}/alsoftrc.sample

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%{_includedir}/AL
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/*.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.15.1-4
+ Revision: ef4a4a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17839 |14mr|openbabel-2.3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define inchi_major 0
%define libname %mklibname %{name} %{major}
%define inchilib %mklibname inchi %{inchi_major}
%define devname %mklibname %{name} -d

Summary:	Chemistry software file format converter
Name:		openbabel
Version:	2.3.1
Release:	5
License:	GPLv2+
Group:		Sciences/Chemistry
Url:		http://openbabel.org
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch1:		openbabel-2.3.1-rpm.patch
Patch2:		openbabel-2.3.1-gcc47-darwin.patch
Patch3:		openbabel-2.3.1-noswig-rubymethod.patch
Patch4:		openbabel-2.3.0-plugindir.patch
Patch5:		openbabel-2.3.1-python-library_dirs-lame-workaround.patch
Patch6:		openbabel-2.3.1-pkgconfig.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	eigen2
BuildRequires:	libtool
BuildRequires:	swig
BuildRequires:	perl-devel
BuildRequires:	ruby-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	perl(ExtUtils::MakeMaker)

%description
Open Babel is a project designed to pick up where Babel left off, 
as a cross-platform program and library designed to interconvert 
between many file formats used in molecular modeling and computational
chemistry.

%files
%doc AUTHORS COPYING ChangeLog README THANKS
%doc doc/*.html doc/diox* doc/README*
%{_bindir}/*
%{_mandir}/man?/*
%{_datadir}/%{name}
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/%{version}
%{_libdir}/%{name}/%{version}/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries of %{name}
Group:		System/Libraries

%description -n %{libname}
Open Babel is a project designed to pick up where Babel left off, 
as a cross-platform program and library designed to interconvert 
between many file formats used in molecular modeling and computational
chemistry.

This package contains shared libraries of %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{inchilib}
Summary:	Shared libraries of inchi
Group:		System/Libraries

%description -n %{inchilib}
The IUPAC International Chemical Identifier (InChITM) is a non-proprietary
identifier for chemical substances that can be used in printed and
electronic data sources thus enabling easier linking of diverse data
compilations. It was developed under IUPAC Project 2000-025-1-800 during
the period 2000-2004. Details of the project and the history of its
progress are available from the project web site.

This package contains shared libraries of inchi.

%files -n %{inchilib}
%{_libdir}/libinchi.so.%{inchi_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files of %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{inchilib} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Open Babel is a project designed to pick up where Babel left off, 
as a cross-platform program and library designed to interconvert 
between many file formats used in molecular modeling and computational
chemistry.

This package includes the header files and other development
related files necessary for developing or compiling programs
using the %{name} library.

%files -n %{devname}
%{_includedir}/*
%dir %{_libdir}/cmake/openbabel2
%{_libdir}/cmake/openbabel2/*.cmake
%{_libdir}/pkgconfig/*.pc
%{_libdir}/lib*.so

#----------------------------------------------------------------------------

%package -n perl-%{name}
Summary:	Perl wrapper for the Open Babel library
Group:		Development/Perl

%description -n perl-%{name}
Perl wrapper for the Open Babel library.

%files -n perl-%{name}
%{perl_vendorarch}/*

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python wrapper for the Open Babel library
Group:		Development/Python

%description -n python-%{name}
Python wrapper for the Open Babel library.

%files -n python-%{name}
%{python_sitearch}/*

#----------------------------------------------------------------------------

%package -n ruby-%{name}
Summary:	Ruby wrapper for the Open Babel library
Group:		Development/Ruby
Requires:	%{name} = %{EVRD}

%description -n ruby-%{name}
Ruby wrapper for the Open Babel library.

%files -n ruby-%{name}
%{ruby_sitearchdir}/openbabel.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .r
%patch2 -p1 -b .gcc4.7~
%patch3 -p1 -b .ruby~
%patch4 -p1 -b .plugindir
%patch5 -p1 -b .py_libdirs~
%patch6 -p0 -b .pkgconfig

%build
%cmake \
 -DBUILD_GUI:BOOL=ON \
 -DPYTHON_BINDINGS:BOOL=ON \
 -DPERL_BINDINGS:BOOL=ON \
 -DRUBY_BINDINGS:BOOL=ON \
 -DOPENBABEL_USE_SYSTEM_INCHI=OFF
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.1-5
+ Revision: aad9b6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17840 |14mr|openbox-3.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 29
%define obtmajor 2
%define libobrender %mklibname obrender %{major}
%define libobt %mklibname obt %{major}
%define devname %mklibname %{name} -d

Summary:	Windowmanager based on the original blackbox-code
Name:		openbox
Version:	3.5.2
Release:	3
License:	BSD
Group:		Graphical desktop/Other
Url:		http://openbox.org/
Source0:	http://openbox.org/dist/openbox/%{name}-%{version}.tar.gz
Patch0:		openbox-3.5.0-mandriva_customisation.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangoxft)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
Requires:	xsetroot
Suggests:	obconf

%description
Openbox is a window manager for the X11 windowing system.
It currently runs on a large list of platforms. It was originally
based on blackbox and currently remains very similar, even using
blackbox styles (with available extensions) for its themeing.

Openbox is the spawn of a number of previous blackbox users/hackers.
Being overall pleased with the window manager, but feeling left unable
to contribute, this project was born.The Openbox project is developed,
maintained, and contributed to by these individuals.

%files -f %{name}.lang
%doc AUTHORS CHANGELOG README
%attr(755,root,root) %{_bindir}/*
%dir %{_sysconfdir}/xdg/%{name}
%config(noreplace) %{_sysconfdir}/xdg/%{name}/*
%{_libexecdir}/openbox-autostart
%{_libexecdir}/openbox-xdg-autostart
%{_datadir}/man/man1/*
%{_datadir}/xsessions/*
%{_datadir}/gnome/wm-properties/openbox.desktop
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*
%{_datadir}/themes/*
%{_datadir}/gnome-session/sessions/openbox-gnome-fallback.session
%{_datadir}/gnome-session/sessions/openbox-gnome.session

#----------------------------------------------------------------------------

%package -n %{libobrender}
Summary:	Openbox shared library
Group:		System/Libraries
Conflicts:	%{_lib}openbox29 < 3.5.2-3
Obsoletes:	%{_lib}openbox29 < 3.5.2-3

%description -n %{libobrender}
Openbox shared library.

%files -n %{libobrender}
%{_libdir}/libobrender.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libobt}
Summary:	Openbox shared library
Group:		System/Libraries
Conflicts:	%{_lib}openbox29 < 3.5.2-3

%description -n %{libobt}
Openbox shared library.

%files -n %{libobt}
%{_libdir}/libobt.so.%{obtmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files from openbox
Group:		Development/Other
Requires:	%{libobrender} = %{EVRD}
Requires:	%{libobt} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Openbox is a window manager for the X11 windowing system.
It currently runs on a large list of platforms. It was originally
based on blackbox and currently remains very similar, even using
blackbox styles (with available extensions) for its themeing.

Openbox is the spawn of a number of previous blackbox users/hackers.
Being overall pleased with the window manager, but feeling left unable
to contribute, this project was born.The Openbox project is developed,
maintained, and contributed to by these individuals.

%files -n %{devname}
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_includedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x --disable-static

%make DEFAULT_MENU=%{_sysconfdir}/xdg/openbox/menu.xml

%install
%makeinstall_std

mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/start%{name} <<EOF
#!/bin/sh
%{_bindir}/xsetroot -solid Black
exec %{_bindir}/openbox-session
EOF

chmod 0755 %{buildroot}%{_bindir}/start%{name}

%find_lang %{name}


%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.5.2-3
+ Revision: e088ac6
- Drop old chksession file, split library package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17841 |14mr|openbox-menu-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
Summary:	Dynamic menus in Openbox WM

Name:		openbox-menu
Version:	0.5.0
Release:	2
License:	GPLv3
Group:		Graphical desktop/Other
URL:		http://mimarchlinux.googlecode.com/
Source0:	http://mimarchlinux.googlecode.com/files/%{name}-%{version}.tar.bz2

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libmenu-cache)

Requires:	openbox
Requires:	menu-cache

%description 
An Openbox pipe-menu to display entries in *.desktop files.

%prep
%setup -q

%build
%make

%install
%makeinstall_std

%files 
%doc ChangeLog AUTHORS COPYING
/bin/%{name}





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.0-2
+ Revision: 507a1e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17842 |14mr|opencc-0.2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Summary:	Simplified-Traditional Chinese Conversion
Name:		opencc
Version:	0.2.0
Release:	7
License:	ASL 2.0
Group:		System/Libraries
Url:		http://code.google.com/p/opencc
Source0:	http://opencc.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		opencc-0.2.0-lib64.patch
Patch1:		opencc-0.2.0-static-lib.patch
BuildRequires:	cmake

%description
OpenCC - Simplified-Traditional Chinese Conversion.

%package -n %{libname}
Summary:	Runtime library for OpenCC
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n %{libname}
Runtime Libraries for OpenCC.

%package -n %{devname}
Summary:	Development tools for OpenCC
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development tools for OpenCC.

%prep
%setup -q
%patch0 -p0 -b .lib64
%patch1 -p0 -b .static

%build
%cmake
%make

# Drop double slashes from .pc file, if any
sed -i 's#libdir=${prefix}/#libdir=${prefix}#' opencc.pc

%install
%makeinstall_std -C build

%files
%doc AUTHORS COPYING README
%{_bindir}/*
%{_datadir}/opencc
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libopencc.so.%{major}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.0-7
+ Revision: 3cd51e2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17843 |14mr|OpenColorIO-1.0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major		1
%define		libname		%mklibname %{name} %{major}
%define		develname	%mklibname %{name} -d

Name:		OpenColorIO
Version:	1.0.8
Release:	4
Summary:	Enables color transforms and image display across graphics apps
Group:		System/Libraries
License:	BSD
URL:		http://opencolorio.org/
# Github archive was generated on the fly using the following URL:
# https://github.com/imageworks/OpenColorIO/tarball/v1.0.7
Source0:	imageworks-%{name}-v%{version}.tar.gz
# Dot set soname for python modules.
#Patch0:		OpenColorIO-1.0.7-pylib_no_soname.patch
# Exclude hidden files from being packaged.
#Patch1:		OpenColorIO-1.0.7-docfix.patch
BuildRequires:	cmake
BuildRequires:	python-devel
BuildRequires:	zlib-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xi)

#######################
# Unbundled libraries #
#######################
BuildRequires:	tinyxml-devel
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	yaml-cpp-0.3-devel

%description
OCIO enables color transforms and image display to be handled in a consistent
manner across multiple graphics applications. Unlike other color management
solutions, OCIO is geared towards motion-picture post production, with an
emphasis on visual effects and animation color pipelines.

%package -n %{libname}
Summary:	Enables color transforms and image display across graphics apps
Group:		System/Libraries

%description -n %{libname}
Enables color transforms and image display across graphics apps.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for %{name} library.

%prep
%setup -q -n imageworks-%{name}-8883824
#patch0 -p1 -b .pylib
#patch1 -p1 -b .docfix

# Remove what bundled libraries
rm -f ext/lcms*
rm -f ext/tinyxml*
rm -f ext/yaml*

%build
%cmake	-DCMAKE_SKIP_RPATH=TRUE \
	-DOCIO_BUILD_STATIC=OFF \
	-DPYTHON_INCLUDE_LIB_PREFIX=OFF \
	-DOCIO_BUILD_DOCS=ON \
	-DOCIO_BUILD_TESTS=ON \
	-DOCIO_LINK_PYGLUE=ON \
	-DOCIO_PYGLUE_SONAME=OFF \
	-DUSE_EXTERNAL_YAML=TRUE \
	-DUSE_EXTERNAL_TINYXML=TRUE \
	-DUSE_EXTERNAL_LCMS=TRUE \
%ifnarch x86_64
	-DOCIO_USE_SSE=OFF
%endif

PYTHONDONTWRITEBYTECODE= %make

%install
%makeinstall_std -C build

%files
%doc ChangeLog LICENSE README
%{_bindir}/*
%{python_sitearch}/Py%{name}.so
%{_datadir}/ocio

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}
%{_includedir}/Py%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.8-4
+ Revision: 4484234
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17844 |14mr|openconnect-6.00-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Name:		openconnect
Version:	6.00
Release:	1
Summary:	Open client for Cisco AnyConnect VPN

Group:		Networking/Other
License:	LGPLv2+
Url:		http://www.infradead.org/openconnect.html
Source0:	ftp://ftp.infradead.org:21/pub/openconnect/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gnutls)
# our version 1.0.0e of OpenSSL is known to be broken with Cisco DTLS.
BuildRequires:	pkgconfig(openssl)
BuildRequires:	vpnc

%description
This package provides a client for Cisco's "AnyConnect" VPN, which uses
HTTPS and DTLS protocols.

%package -n %{libname}
Summary:	Dynamic libraries for %{name}


%description -n %{libname}
This package contains the shared library for %{name}.

%package -n %{devname}
Summary:	Development files for %{name}

Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package contains the development files for %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static --with-vpnc-script=/etc/vpnc/vpnc-script

%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc TODO COPYING.LGPL
%{_sbindir}/%{name}
%{_mandir}/man8/*

%files -n %{libname}
%{_libdir}/libopenconnect.so.%{major}*

%files -n %{devname}
%{_includedir}/openconnect.h
%{_libdir}/libopenconnect.so
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Wed Sep 10 2014 dsilakov <denis.silakov@rosalab.ru> 6.00-1
+ Revision: afab1e1
- Merge pull request #4 from import/openconnect:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17845 |14mr|openct-0.6.20-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 1
%define lib_name %mklibname %{name} %{lib_major}
%define libdevel %mklibname -d %{name}
%define olddevel %mklibname -d %{name} 1

Summary:	Smartcard Terminal Tnterface
Name:		openct
Version:	0.6.20
Release:	5
License:	LGPLv2+
Group:		System/Servers
URL:		http://www.opensc.org
Source0:	http://www.opensc-project.org/files/openct/%{name}-%{version}.tar.gz
Patch0:		initscript-lsb.patch
BuildRequires:	pkgconfig(libpcsclite)
BuildRequires:	flex
BuildRequires:	pkgconfig(libusb)
BuildRequires:	libltdl-devel
BuildRequires:	udev
Requires:	%{lib_name} = %{version}
Requires(pre):  rpm-helper
Requires(post): rpm-helper

%description
This is OpenCT, a middleware framework for smart card terminals.

%package	-n %{lib_name}
Group:		System/Libraries
Summary:	Library for accessing Smartcards
Provides:	libopenct = %{version}-%{release}

%description	-n %{lib_name}
These are the shared libraries for the smartcard terminal middleware
OpenCT.
If you want to compile applications using this library, you also need
the %{name}-devel package.

%package	-n %{libdevel}
Group:	Development/C
Summary:	Supplementary files for developing %{name} applications
Provides: 	libopenct-devel = %{version}-%{release}
Requires:	%{lib_name} = %{version}-%{release}

%description	-n %{libdevel}
Header files, static libraries, and documentation for %{name}.

%prep
%setup -q
%patch0 -p1
# fix lib64 std rpaths and other weirdness
sed -i -e 's|/lib /usr/lib\b|/%{_lib} %{_libdir}|' \
       -e 's|^usrsbindir=.*$|usrsbindir="%{_sbindir}"|' \
       -e 's|^usrlibdir=.*$|usrlibdir="%{_libdir}"|' configure 
sed -i -e 's|^\([A-Z]\)|# \1|' etc/reader.conf.in

%build
%configure2_5x \
    --enable-pcsc \
    --without-bundle \
    --localstatedir=%{_var}
%make

sed -i -e "s,^DRIVER=,DRIVERS=," etc/openct.udev

%check
make -k check

%install
%makeinstall_std 
#install -d %{buildroot}/%{_sysconfdir}/hotplug/usb
install -d %{buildroot}/%{_initrddir}
install -d %{buildroot}/%{_var}/run/openct
cp %{_builddir}/%{name}-%{version}/%{_sysconfdir}/openct.conf %{buildroot}/%{_sysconfdir}

#perl -pi -e "s|#! /bin/sh|#! /bin/sh\n#\n# This shell script takes care of starting and stopping\n# openct server\n#\n# chkconfig: 345 39 50\n# description: Smartcard Terminal Tnterface|" %{_builddir}/%{name}-%{version}/%{_sysconfdir}/init-script 
install -m755 %{_builddir}/%{name}-%{version}/%{_sysconfdir}/init-script %{buildroot}/%{_initrddir}/%{name}

install -d -m755 %{buildroot}%{_sysconfdir}/udev/rules.d
perl -pi -e 's!/etc/hotplug/usb/%{name}!%{name}!' etc/openct.udev
install -m 0644 etc/openct.udev %{buildroot}%{_sysconfdir}/udev/rules.d/70-%{name}.rules
#install -d -m755 %{buildroot}/%{_lib}/udev/
#install -m755 etc/hotplug.openct %{buildroot}/%{_lib}/udev/%{name}

# reference to home or tmp
rm -rf %{buildroot}/%{_libdir}/libifd.la

%preun 
%_preun_service openct

%post 
%_post_service openct

%files
%doc NEWS TODO LGPL-2.1
%doc doc/
%{_bindir}/*
%{_sbindir}/*
%{_var}/run/*
%{_mandir}/man1/*
%{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/openct.conf
%config(noreplace) %{_sysconfdir}/udev/rules.d/70-%{name}.rules

%files -n %{lib_name}
%doc TODO
%{_libdir}/*.so.%{lib_major}*

%files -n %{libdevel}
%doc TODO
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.20-5
+ Revision: 0f438d3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17846 |14mr|opencv-2.4.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%ifnarch %{arm} %{mips}
%bcond_without	java
%endif

Summary:	Open Source Computer Vision library
Name:		opencv
Version:	2.4.9
Release:	2
License:	GPLv2+
Group:		Sciences/Computer science
Url:		http://opencv.org/
Source0:	https://github.com/Itseez/opencv/archive/%{version}.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		opencv-2.4.5-link-v4l2.patch
Patch1:		opencv-pkgcmake.patch
Patch2:		opencv-pkgcmake2.patch
#http://code.opencv.org/issues/2720
Patch4:		OpenCV-2.4.4-pillow.patch
Patch5:		opencv-2.4.8-ts_static.patch
# fix/simplify cmake config install location (upstreamable)
# https://bugzilla.redhat.com/1031312
Patch6:		opencv-2.4.7-cmake_paths.patch

BuildRequires:	cmake
BuildRequires:	jpeg-devel
BuildRequires:	python-numpy-devel
BuildRequires:	pkgconfig(eigen2)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-app-0.10)
BuildRequires:	pkgconfig(gstreamer-base-0.10)
BuildRequires:	pkgconfig(gstreamer-video-0.10)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(python2)
BuildRequires:	pkgconfig(zlib)
%if %{with java}
# Java bindings
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	ant
%endif
# Qt 4.x module
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(QtOpenGL)
BuildRequires:	pkgconfig(QtTest)
# Documentation generation
BuildRequires:	python-sphinx
BuildRequires:	latex2html

%description
OpenCV (Open Source Computer Vision) is a library of programming
functions for real time computer vision.

#--------------------------------------------------------------------------------

%define libopencv_core_soname 2.4
%define libopencv_core %mklibname opencv_core %{libopencv_core_soname}
%define wrongcore %mklibname opencv_core 2

%package -n	%{libopencv_core}
Summary:	OpenCV core library
Group:		System/Libraries
%rename		%{wrongcore}

%description -n	%{libopencv_core}
OpenCV core library (basic structures, arithmetics and linear algebra,

%files -n	%{libopencv_core}
%{_libdir}/libopencv_core.so.%{libopencv_core_soname}*

#--------------------------------------------------------------------------------

%define libopencv_ts_soname 2.4
%define libopencv_ts %mklibname opencv_ts %{libopencv_ts_soname}
%define wrongts %mklibname opencv_ts 2

%package -n	%{libopencv_ts}
Summary:	OpenCV Base test library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
%rename		%{wrongts}

%description -n	%{libopencv_ts}
OpenCV Base test library.

%files -n %{libopencv_ts}
%{_libdir}/libopencv_ts.so.%{libopencv_ts_soname}*

#--------------------------------------------------------------------------------

%define libopencv_imgproc_soname 2.4
%define libopencv_imgproc %mklibname opencv_imgproc %{libopencv_imgproc_soname}
%define wrongimgproc %mklibname opencv_imgproc 2

%package -n	%{libopencv_imgproc}
Summary:	OpenCV image processing library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
%rename		%{wrongimgproc}

%description -n	%{libopencv_imgproc}
OpenCV image processing library (filter, Gaussian blur, erode, dilate,
resize, remap, etc.).

%files -n	%{libopencv_imgproc}
%{_libdir}/libopencv_imgproc.so.%{libopencv_imgproc_soname}*

#--------------------------------------------------------------------------------

%define libopencv_highgui_soname 2.4
%define libopencv_highgui %mklibname opencv_highgui %{libopencv_highgui_soname}
%define wronghighgui %mklibname opencv_highgui 2

%package -n	%{libopencv_highgui}
Summary:	OpenCV GUI and image/video I/O library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
%rename		%{wronghighgui}

%description -n	%{libopencv_highgui}
OpenCV GUI and image/video I/O library.

%files -n	%{libopencv_highgui}
%{_libdir}/libopencv_highgui.so.%{libopencv_highgui_soname}*

#--------------------------------------------------------------------------------

%define libopencv_ml_soname 2.4
%define libopencv_ml %mklibname opencv_ml %{libopencv_ml_soname}
%define wrongml %mklibname opencv_ml 2

%package -n	%{libopencv_ml}
Summary:	OpenCV machine learning model library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
%rename		%{wrongml}

%description -n	%{libopencv_ml}
OpenCV statistical machine learning models (SVM,
decision trees, boosting, etc.).

%files -n	%{libopencv_ml}
%{_libdir}/libopencv_ml.so.%{libopencv_ml_soname}*

#--------------------------------------------------------------------------------

%define libopencv_ocl_soname 2.4
%define libopencv_ocl %mklibname opencv_ocl %{libopencv_ocl_soname}

%package -n	%{libopencv_ocl}
Summary:	OpenCV OCL library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}

%description -n	%{libopencv_ocl}
OpenCV OCL library

%files -n	%{libopencv_ocl}
%{_libdir}/libopencv_ocl.so.%{libopencv_ocl_soname}*

#--------------------------------------------------------------------------------

%define libopencv_flann_soname 2.4
%define libopencv_flann %mklibname opencv_flann %{libopencv_flann_soname}
%define wrongflann %mklibname opencv_flann 2

%package -n	%{libopencv_flann}
Summary:	OpenCV FLANN library
Group:		System/Libraries
%rename		%{wrongflann}

%description -n	%{libopencv_flann}
OpenCV wrappers for the Fast Library for Approximate Neurest Neighbors
(FLANN).

%files -n	%{libopencv_flann}
%{_libdir}/libopencv_flann.so.%{libopencv_flann_soname}*

#--------------------------------------------------------------------------------

%define libopencv_calib3d_soname 2.4
%define libopencv_calib3d %mklibname opencv_calib3d %{libopencv_calib3d_soname}
%define wrongcalib3d %mklibname opencv_calib3d 2

%package -n	%{libopencv_calib3d}
Summary:	OpenCV camera calibration library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
%rename		%{wrongcalib3d}

%description -n	%{libopencv_calib3d}
OpenCV library for camera calibration, stereo correspondence, and
elements of 3D data processing.

%files -n	%{libopencv_calib3d}
%{_libdir}/libopencv_calib3d.so.%{libopencv_calib3d_soname}*

#--------------------------------------------------------------------------------

%define libopencv_features2d_soname 2.4
%define libopencv_features2d %mklibname opencv_features2d %{libopencv_features2d_soname}
%define wrongfeatures2d %mklibname opencv_features2d 2

%package -n	%{libopencv_features2d}
Summary:	OpenCV 2D feature detectors
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
Requires:	%{libopencv_calib3d} = %{EVRD}
Requires:	%{libopencv_highgui} = %{EVRD}
Requires:	%{libopencv_flann} = %{EVRD}
%rename		%{wrongfeatures2d}

%description -n	%{libopencv_features2d}
OpenCV 2D feature detectors and descriptors (SURF, FAST, etc.).

%files -n	%{libopencv_features2d}
%{_libdir}/libopencv_features2d.so.%{libopencv_features2d_soname}*

#--------------------------------------------------------------------------------

%define libopencv_superres_soname 2.4
%define libopencv_superres %mklibname opencv_superres %{libopencv_superres_soname}

%package -n	%{libopencv_superres}
Summary:	OpenCV super-resolution support
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}

%description -n	%{libopencv_superres}
Super-resolution support for OpenCV.

%files -n	%{libopencv_superres}
%{_libdir}/libopencv_superres.so.%{libopencv_superres_soname}*

#--------------------------------------------------------------------------------

%define libopencv_video_soname 2.4
%define libopencv_video %mklibname opencv_video %{libopencv_video_soname}
%define wrongvideo %mklibname opencv_video 2

%package -n	%{libopencv_video}
Summary:	OpenCV motion analysis and object tracking library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
%rename		%{wrongvideo}

%description -n	%{libopencv_video}
OpenCV motion analysis and object tracking library (optical flow,
motion templates, background subtraction, etc.).

%files -n	%{libopencv_video}
%{_libdir}/libopencv_video.so.%{libopencv_video_soname}*

#--------------------------------------------------------------------------------

%define libopencv_objdetect_soname 2.4
%define libopencv_objdetect %mklibname opencv_objdetect %{libopencv_objdetect_soname}
%define wrongobjdetect %mklibname opencv_objdetect 2

%package -n	%{libopencv_objdetect}
Summary:	OpenCV motion analysis and object tracking library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
Requires:	%{libopencv_highgui} = %{EVRD}
%rename		%{wrongobjdetect}

%description -n	%{libopencv_objdetect}
OpenCV object detection library (Haar and LBP face detectors, HOG
people detector, etc.).

%files -n	%{libopencv_objdetect}
%{_libdir}/libopencv_objdetect.so.%{libopencv_objdetect_soname}*

#--------------------------------------------------------------------------------

%define libopencv_contrib_soname 2.4
%define libopencv_contrib %mklibname opencv_contrib %{libopencv_contrib_soname}
%define wrongcontrib %mklibname opencv_contrib 2

%package -n	%{libopencv_contrib}
Summary:	OpenCV contributed code library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
Requires:	%{libopencv_calib3d} = %{EVRD}
Requires:	%{libopencv_highgui} = %{EVRD}
%rename		%{wrongcontrib}

%description -n	%{libopencv_contrib}
OpenCV contributed code library.

%files -n	%{libopencv_contrib}
%{_libdir}/libopencv_contrib.so.%{libopencv_contrib_soname}*

#--------------------------------------------------------------------------------

%define libopencv_legacy_soname 2.4
%define libopencv_legacy %mklibname opencv_legacy %{libopencv_legacy_soname}
%define wronglegacy %mklibname opencv_legacy 2

%package -n	%{libopencv_legacy}
Summary:	OpenCV legacy library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
Requires:	%{libopencv_calib3d} = %{EVRD}
Requires:	%{libopencv_highgui} = %{EVRD}
Requires:	%{libopencv_video} = %{EVRD}
%rename		%{wronglegacy}

%description -n	%{libopencv_legacy}
OpenCV library containing obsolete legacy code.

%files -n	%{libopencv_legacy}
%{_libdir}/libopencv_legacy.so.%{libopencv_legacy_soname}*

#--------------------------------------------------------------------------------

%define libopencv_nonfree_soname 2.4
%define libopencv_nonfree %mklibname opencv_nonfree %{libopencv_nonfree_soname}
%define wrongnonfree %mklibname opencv_nonfree 2

%package -n	%{libopencv_nonfree}
Summary:	OpenCV motion analysis and object tracking library
Group:		System/Libraries
%rename		%{wrongnonfree}

%description -n	%{libopencv_nonfree}
OpenCV motion analysis and object tracking library (optical flow,
motion templates, background subtraction, etc.).

%files -n %{libopencv_nonfree}
%{_libdir}/libopencv_nonfree.so.%{libopencv_nonfree_soname}*

#--------------------------------------------------------------------------------

%define libopencv_photo_soname 2.4
%define libopencv_photo %mklibname opencv_photo %{libopencv_photo_soname}
%define wrongphoto %mklibname opencv_photo 2

%package -n	%{libopencv_photo}
Summary:	OpenCV motion analysis and object tracking library
Group:		System/Libraries
%rename		%{wrongphoto}

%description -n	%{libopencv_photo}
OpenCV motion analysis and object tracking library (optical flow,
motion templates, background subtraction, etc.).

%files -n	%{libopencv_photo}
%{_libdir}/libopencv_photo.so.%{libopencv_photo_soname}*

#--------------------------------------------------------------------------------

%define libopencv_stitching_soname 2.4
%define libopencv_stitching %mklibname opencv_stitching %{libopencv_stitching_soname}

%package -n %{libopencv_stitching}
Summary:	OpenCV Stitching Pipeline
Group:		System/Libraries

%description -n %{libopencv_stitching}
This figure illustrates the stitching module pipeline implemented in the
:ocv:class:`Stitcher` class. Using that class it's possible to configure/remove
some steps, i.e. adjust the stitching pipeline according to the particular
needs. All building blocks from the pipeline are available in the ``detail``
namespace, one can combine and use them separately.

%files -n %{libopencv_stitching}
%{_libdir}/libopencv_stitching.so.%{libopencv_stitching_soname}*

#--------------------------------------------------------------------------------

%define libopencv_videostab_soname 2.4
%define libopencv_videostab %mklibname opencv_videostab %{libopencv_videostab_soname}

%package -n %{libopencv_videostab}
Summary:	OpenCV Video stabilization
Group:		System/Libraries

%description -n %{libopencv_videostab}
OpenCV Video stabilization module.

%files -n %{libopencv_videostab}
%{_libdir}/libopencv_videostab.so.%{libopencv_videostab_soname}*

#--------------------------------------------------------------------------------

%package	devel
Summary:	OpenCV development files
Group:		Development/C
Provides:	opencv-devel = %{EVRD}
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_ts} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
Requires:	%{libopencv_highgui} = %{EVRD}
Requires:	%{libopencv_ml} = %{EVRD}
Requires:	%{libopencv_ocl} = %{EVRD}
Requires:	%{libopencv_flann} = %{EVRD}
Requires:	%{libopencv_calib3d} = %{EVRD}
Requires:	%{libopencv_features2d} = %{EVRD}
Requires:	%{libopencv_superres} = %{EVRD}
Requires:	%{libopencv_video} = %{EVRD}
Requires:	%{libopencv_objdetect} = %{EVRD}
Requires:	%{libopencv_contrib} = %{EVRD}
Requires:	%{libopencv_legacy} = %{EVRD}
Requires:	%{libopencv_nonfree} = %{EVRD}
Requires:	%{libopencv_photo} = %{EVRD}
Requires:	%{libopencv_stitching} = %{EVRD}
Requires:	%{libopencv_videostab} = %{EVRD}
%if %{with java}
Requires:	%{name}-java = %{EVRD}
%endif
Requires:	python-%{name} = %{EVRD}

%description	devel
OpenCV development files.

%files		devel
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%dir %{_libdir}/OpenCV
%{_libdir}/OpenCV/*.cmake

#--------------------------------------------------------------------------------
%package -n	python-opencv
Summary:	OpenCV Python bindings
Group:		Development/Python

%description -n	python-opencv
OpenCV python bindings.

%files -n	python-opencv
%{py_platsitedir}/*

#--------------------------------------------------------------------------------

%package	doc
Summary:	OpenCV docs
Group:		Books/Computer books
BuildArch:	noarch

%description	doc
OpenCV docs.

%files	doc
%{_datadir}/OpenCV/doc

#--------------------------------------------------------------------------------

%package	samples
Summary:	OpenCV sample code
Group:		Books/Computer books

%description	samples
OpenCV sample code.

%files		samples
%{_bindir}/opencv_createsamples
%{_bindir}/opencv_haartraining
%{_bindir}/opencv_performance
%{_bindir}/opencv_traincascade
%dir %{_datadir}/OpenCV
%{_datadir}/OpenCV/samples
%{_datadir}/OpenCV/haarcascades
%{_datadir}/OpenCV/lbpcascades
#--------------------------------------------------------------------------------

%if %{with java}
%package	java
Summary:	Java bindings for OpenCV
Group:		Sciences/Computer science

%description	java
Java bindings for OpenCV

%files		java
%{_datadir}/OpenCV/java
%endif
#--------------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# Fix source files having executable permissions
find . -name "*.cpp" -o -name "*.hpp" -o -name "*.h" |xargs chmod 0644
# And scripts lacking them
find . -name "*.sh" |xargs chmod 0755

sed -i 's|\r||g'  samples/c/adaptiveskindetector.cpp

%build
%cmake \
	-DBUILD_EXAMPLES:BOOL=ON \
	-DBUILD_opencv_gpu:BOOL=OFF \
	-DINSTALL_C_EXAMPLES:BOOL=ON \
	-DINSTALL_PYTHON_EXAMPLES:BOOL=ON \
	-DINSTALL_OCTAVE_EXAMPLES:BOOL=ON \
	-DPYTHON_PACKAGES_PATH=%{py_platsitedir} \
	-DWITH_FFMPEG:BOOL=ON \
	-DWITH_OPENGL:BOOL=ON \
	-DWITH_TIFF:BOOL=ON \
	-DWITH_QT:BOOL=ON \
	-DWITH_CUDA:BOOL=OFF \
	-DENABLE_SSE3=0
%make VERBOSE=1

%install
%makeinstall_std -C build

# Requesting libraries by filename is just bogus...
sed -i -e 's,\${exec_prefix}/%{_lib}/lib,-l,g;s,\.so,,g;s,\.a,,g' %{buildroot}%{_libdir}/pkgconfig/opencv.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.9-2
+ Revision: a000a88
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17847 |14mr|opendbx-1.4.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
#  OpenDBX rpm spec file
#
#  By default OpenDBX is build with this backends:
#  - mysql
#  - odbc
#  - pgsql
#  - sqlite3
#  to disable use --without [module-name]
#
#  Optional supported backends are:
#  - firebird
#  - mssql
#  - oracle
#  - sqlite
#  - sybase
#  to enable use --with [module-name]
#

%if 0%{?_with_firebird:1}
  %define build_firebird 1
%endif
%if 0%{!?_without_firebird:1} && 0%{?fedora} >= 12
  %define build_firebird 1
%endif
%if 0%{!?_without_firebird:1} && 0%{?suse_version} >= 1120
  %define build_firebird 1
%endif

%if 0%{?_with_mssql:1}
  %define build_mssql 1
%endif
%if 0%{!?_without_mssql:1} && 0%{?fedora} >= 9
  %define build_mssql 1
%endif
%if 0%{!?_without_mssql:1} && 0%{?mdkversion} >= 200910
  %define build_mssql 1
%endif

%if 0%{!?_without_mysql:1}
  %define build_mysql 1
%endif

%if 0%{!?_without_odbc:1}
  %define build_odbc 1
%endif

%if 0%{?_with_oracle:1}
  %define build_oracle 1
%endif

%if 0%{!?_without_pgsql:1}
  %define build_pgsql 1
%endif

%if 0%{?_with_sqlite:1}
  %define build_sqlite 1
%endif

%if 0%{!?_without_sqlite3:1}
  %define build_sqlite3 1
%endif

%if 0%{?_with_sybase:1}
  %define build_sybase 1
%endif
%if 0%{!?_without_sybase:1} && 0%{?fedora} >= 9
  %define build_mssql 1
%endif
%if 0%{!?_without_sybase:1} && 0%{?mdkversion} >= 200910
  %define build_mssql 1
%endif

%define major 1
%define libname %mklibname %{name} %{major}
%define libplus %mklibname %{name}plus %{major}
%define devname %mklibname %{name} -d

Summary:	Unified database layer with a clean and lightweight interface
Name:		opendbx
Version:	1.4.6
Release:	4
Group:		Databases
License:	LGPL+
Url:		http://www.linuxnetworks.de/opendbx/download/
Source0:	http://linuxnetworks.de/opendbx/download/%{name}-%{version}.tar.gz
BuildRequires:	docbook2x
BuildRequires:	doxygen
BuildRequires:	gcc-c++
BuildRequires:	gettext
BuildRequires:	gettext-devel
BuildRequires:	readline-devel	
BuildRequires:	pkgconfig(ncurses)

%description
OpenDBX provides a clean and lightweight API for interfacing native relational
database APIs in a consistent way. By using the OpenDBX API you don't have to
adapt your program to the different database APIs by yourself.

%package i18n
Summary:	Translation files for %{name}
Group:		System/Internationalization
BuildArch:	noarch
Conflicts:	%{name} < 1.4.6-3

%description i18n
This package includes the translation files for %{name}.

%package utils
Summary:	Utility application for manipulating database content
Group:		Databases
Provides:	%{name} = %{version}-%{release}
Requires:	readline
Requires:	ncurses

%description utils
Utility application for manipulating database content either interactively by
the user or in batch mode.

%package -n %{libname}
Summary:	Shared library for OpenDBX
Group:		System/Libraries
Requires:	%{name}-i18n = %{version}-%{release}
Obsoletes:	%{name} < 1.4.6-3

%description -n %{libname}
The package contains a shared library for %{name}.

%package -n %{libplus}
Summary:	Shared library for OpenDBX
Group:		System/Libraries
Conflicts:	%{name} < 1.4.6-3

%description -n %{libplus}
The package contains a shared library for %{name}.

%package -n %{devname}
Summary:	OpenDBX development headers
Group:		Databases
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libplus} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{name}-devel < 1.4.6-3

%description -n %{devname}
Header files for the OpenDBX database abstraction library.

%if 0%{?build_firebird:1}
%package firebird
Summary:	Firebird/Interbase backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{version}-%{release}
Requires:	firebird
BuildRequires:	firebird-devel

%description firebird
Firebird/Interbase backend for the OpenDBX database abstraction library.
%endif

%if 0%{?build_mssql:1}
%package mssql
Summary:	MS SQL Server backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{version}-%{release}
Requires:	freetds
BuildRequires:	freetds-devel

%description mssql
MS SQL Server backend for the OpenDBX database abstraction library.
%endif

%if 0%{?build_mysql:1}
%package mysql
Summary:	MySQL backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{version}-%{release}
Requires:	mysql
BuildRequires:	mysql-devel

%description mysql
MySQL backend for the OpenDBX database abstraction library.
%endif

%if 0%{?build_odbc:1}
%package odbc
Summary:	ODBC backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{version}-%{release}
Requires:	unixODBC
BuildRequires:	unixODBC-devel

%description odbc
ODBC backend for the OpenDBX database abstraction library.
%endif

%if 0%{?build_oracle:1}
%package oracle
Summary:	Oracle backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{version}-%{release}

%description oracle
Oracle ctlib backend for the OpenDBX database abstraction library.
%endif

%if 0%{?build_pgsql:1}
%package pgsql
Summary:	PostgreSQL backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{version}-%{release}
Requires:	postgresql
BuildRequires:	postgresql-devel

%description pgsql
PostgreSQL backend for the OpenDBX database abstraction library.
%endif

%if 0%{?build_sqlite:1}
%package sqlite
Summary:	SQLite backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{version}-%{release}
Requires:	sqlite < 3.0
BuildRequires:	sqlite-devel < 3.0

%description sqlite
SQLite backend for the OpenDBX database abstraction library.
%endif

%if 0%{?build_sqlite3:1}
%package sqlite3
Summary:	SQLite3 backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{version}-%{release}
Requires:	sqlite3-tools
BuildRequires:	pkgconfig(sqlite3)

%description sqlite3
SQLite3 backend for the OpenDBX database abstraction library.
%endif

%if 0%{?build_sybase:1}
%package sybase
Summary:	Sybase backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{version}-%{release}
Requires:	freetds
BuildRequires:	freetds-devel

%description sybase
Sybase ctlib backend for the OpenDBX database abstraction library.
%endif

%prep
%setup -q
autoreconf -i

%build
CPPFLAGS="%{!?_without_mysql:-I/usr/include/mysql} %{!?_without_pgsql:-I/usr/include/pgsql}"; export CPPFLAGS;
LDFLAGS="-L/lib64 %{!?_without_mysql:-L/usr/lib/mysql -L/usr/lib64/mysql}"; export LDFLAGS;

%configure2_5x \
	--disable-static \
	--with-backends="\
	%{?build_firebird:firebird }\
	%{?build_mssql:mssql }\
	%{?build_mysql:mysql }\
	%{?build_odbc:odbc }\
	%{?build_oracle:oracle }\
	%{?build_pgsql:pgsql }\
	%{?build_sqlite:sqlite }\
	%{?build_sqlite3:sqlite3 }\
	%{?build_sybase:sybase }\
	"

%make

%install
%makeinstall_std
%find_lang %{name}
%find_lang %{name}-utils

%files i18n -f %{name}.lang

%files -n %{libname}
%{_libdir}/libopendbx.so.%{major}*
%dir %{_libdir}/opendbx

%files -n %{libplus}
%{_libdir}/libopendbxplus.so.%{major}*

%files utils -f %{name}-utils.lang
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/odbx-sql
%{_mandir}/man1/odbx-sql.*
%{_datadir}/%{name}/keywords

%files -n %{devname}
%{_includedir}/odbx.h
%{_includedir}/opendbx
%{_libdir}/libopendbx.so
%{_libdir}/libopendbxplus.so
%{_libdir}/pkgconfig/opendbx.pc
%{_libdir}/pkgconfig/opendbxplus.pc
%{_mandir}/man3/odb*.*
%{_mandir}/man3/Open*.*

%if 0%{?build_firebird:1}
%files firebird
%{_libdir}/opendbx/libfirebirdbackend.so*
%endif

%if 0%{?build_mssql:1}
%files mssql
%{_libdir}/opendbx/libmssqlbackend.so*
%endif

%if 0%{?build_mysql:1}
%files mysql
%{_libdir}/opendbx/libmysqlbackend.so*
%endif

%if 0%{?build_odbc:1}
%files odbc
%{_libdir}/opendbx/libodbcbackend.so*
%endif

%if 0%{?build_oracle:1}
%files oracle
%{_libdir}/opendbx/liboraclebackend.so*
%endif

%if 0%{?build_pgsql:1}
%files pgsql
%{_libdir}/opendbx/libpgsqlbackend.so*
%endif

%if 0%{?build_sqlite:1}
%files sqlite
%{_libdir}/opendbx/libsqlitebackend.so*
%endif

%if 0%{?build_sqlite3:1}
%files sqlite3
%{_libdir}/opendbx/libsqlite3backend.so*
%endif

%if 0%{?build_sybase:1}
%files sybase
%{_libdir}/opendbx/libsybasebackend.so*
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.6-4
+ Revision: 91e9186
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17848 |14mr|opendkim-2.7.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 8
%define strlmaj 1
%define libname %mklibname opendkim %{major}
%define libstrl %mklibname strl %{strlmaj}
%define devname %mklibname opendkim -d

Summary:	A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail
Name:		opendkim
Version:	2.7.0
Release:	4
License:	BSD and Sendmail
Group:		Networking/Mail
Url:		http://opendkim.org
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	sendmail-devel
BuildRequires:	pkgconfig(openssl)
Requires (pre):	shadow-utils
Requires (post,preun):	chkconfig
Requires (preun):	initscripts
Requires (postun):	initscripts

%description
OpenDKIM allows signing and/or verification of email through an open source
library that implements the DKIM service, plus a milter-based filter
application that can plug in to any milter-aware MTA, including sendmail,
Postfix, or any other MTA that supports the milter protocol.

%package -n %{libname}
Summary:	An open source DKIM library
Group:		System/Libraries

%description -n %{libname}
This package contains a shared library for %{name}.

%package -n %{libstrl}
Summary:	An open source DKIM library
Group:		System/Libraries
Obsoletes:	%{_lib}strl8 < 2.7.0-3 

%description -n %{libstrl}
This package contains a shared library for %{name}.

%package -n	%{devname}
Summary:	Development files for libopendkim
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libstrl} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the development files for %{name}.

%prep
%setup -q
autoreconf -fiv

%build
%configure2_5x \
	--disable-static \
	--enable-stats

%install
%makeinstall_std
mkdir -p %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}%{_initrddir}
install -m 0755 contrib/init/redhat/opendkim %{buildroot}%{_initrddir}/%{name}
cat > %{buildroot}%{_sysconfdir}/%{name}.conf << 'EOF'
## BASIC OPENDKIM CONFIGURATION FILE
## See opendkim.conf(5) or %{_docdir}/%{name}-%{version}/%{name}.conf.sample for more

## BEFORE running OpenDKIM you must:

## - make your MTA (Postfix, Sendmail, etc.) aware of OpenDKIM
## - generate keys for your domain (if signing)
## - edit your DNS records to publish your public keys (if signing)

## See %{_docdir}/%{name}-%{version}/INSTALL for detailed instructions.

## CONFIGURATION OPTIONS

# Specifies the path to the process ID file.
PidFile	%{_localstatedir}/run/%{name}/%{name}.pid

# Selects operating modes. Valid modes are s (signer) and v (verifier). Default is v.
Mode	v

# Log activity to the system log.
Syslog	yes

# Log additional entries indicating successful signing or verification of messages.
SyslogSuccess	yes

# If logging is enabled, include detailed logging about why or why not a message was
# signed or verified. This causes an increase in the amount of log data generated
# for each message, so set this to No (or comment it out) if it gets too noisy.
LogWhy	yes

# Attempt to become the specified user before starting operations.
UserID	%{name}:%{name}

# Create a socket through which your MTA can communicate.
Socket	inet:8891@localhost

# Required to use local socket with MTAs that access the socket as a non-
# privileged user (e.g. Postfix)
Umask	002

# This specifies a text file in which to store DKIM transaction statistics.
#Statistics	%{_localstatedir}/spool/%{name}/stats.dat

## SIGNING OPTIONS

# Selects the canonicalization method(s) to be used when signing messages.
Canonicalization	relaxed/simple

# Domain(s) whose mail should be signed by this filter. Mail from other domains will
# be verified rather than being signed. Uncomment and use your domain name.
# This parameter is not required if a SigningTable is in use.
#Domain	example.com

# Defines the name of the selector to be used when signing messages.
Selector	default

# Gives the location of a private key to be used for signing ALL messages.
KeyFile	%{_sysconfdir}/%{name}/keys/default.private

# Gives the location of a file mapping key names to signing keys. In simple terms,
# this tells OpenDKIM where to find your keys. If present, overrides any KeyFile
# setting in the configuration file. 
#KeyTable	%{_sysconfdir}/%{name}/KeyTable

# Defines a table used to select one or more signatures to apply to a message based
# on the address found in the From: header field. In simple terms, this tells
# OpenDKIM how to use your keys.  
#SigningTable	%{_sysconfdir}/%{name}/SigningTable

# Identifies a set of "external" hosts that may send mail through the server as one
# of the signing domains without credentials as such.
#ExternalIgnoreList	refile:%{_sysconfdir}/%{name}/TrustedHosts

# Identifies a set internal hosts whose mail should be signed rather than verified.
#InternalHosts	refile:%{_sysconfdir}/%{name}/TrustedHosts
EOF

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
cat > %{buildroot}%{_sysconfdir}/sysconfig/%{name} << 'EOF'
# Uncomment the following line to disable automatic DKIM key creation
#AUTOCREATE_DKIM_KEYS=NO
#
# Uncomment the following line to set the default DKIM selector
#DKIM_SELECTOR=default
#
# Uncomment the following to set the default DKIM key directory
#DKIM_KEYDIR=/etc/opendkim/keys
EOF

mkdir -p %{buildroot}%{_sysconfdir}/%{name}
cat > %{buildroot}%{_sysconfdir}/%{name}/SigningTable << 'EOF'
# The following wildcard will work only if
# refile:%{_sysconfdir}/%{name}/SigningTable is included
# in %{_sysconfdir}/%{name}.conf.

#*@example.com default._domainkey.example.com

# If refile: is not specified in %{_sysconfdir}/%{name}.conf, then full
# user@host is checked first, then simply host, then user@.domain (with all
# superdomains checked in sequence, so "foo.example.com" would first check
# "user@foo.example.com", then "user@.example.com", then "user@.com"), then
# .domain, then user@*, and finally *. See the opendkim.conf(5) man page
# under "SigningTable".

#example.com default._domainkey.example.com
EOF

cat > %{buildroot}%{_sysconfdir}/%{name}/KeyTable << 'EOF'
# To use this file, uncomment the #KeyTable option in %{_sysconfdir}/%{name}.conf,
# then uncomment the following line and replace example.com with your domain
# name, then restart OpenDKIM. Additional keys may be added on separate lines.

#default._domainkey.example.com example.com:default:%{_sysconfdir}/%{name}/keys/default.private
EOF

cat > %{buildroot}%{_sysconfdir}/%{name}/TrustedHosts << 'EOF'
# To use this file, uncomment the #ExternalIgnoreList and/or the #InternalHosts
# option in %{_sysconfdir}/%{name}.conf then restart OpenDKIM. Additional hosts
# may be added on separate lines (IP addresses, hostnames, or CIDR ranges).
# The localhost IP (127.0.0.1) should be the first entry in this file.
127.0.0.1
EOF

install -p -d %{buildroot}%{_sysconfdir}/tmpfiles.d
cat > %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf <<'EOF'
D %{_localstatedir}/run/%{name} 0700 %{name} %{name} -
EOF

rm -r %{buildroot}%{_prefix}/share/doc/%{name}

mkdir -p %{buildroot}%{_localstatedir}/spool/%{name}
mkdir -p %{buildroot}%{_localstatedir}/run/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mkdir %{buildroot}%{_sysconfdir}/%{name}/keys

install -m 0755 stats/%{name}-reportstats %{buildroot}%{_prefix}/sbin/%{name}-reportstats
sed -i 's|^OPENDKIMSTATSDIR="/var/db/opendkim"|OPENDKIMSTATSDIR="%{_localstatedir}/spool/%{name}"|g' %{buildroot}%{_prefix}/sbin/%{name}-reportstats
sed -i 's|^OPENDKIMDATOWNER="mailnull:mailnull"|OPENDKIMDATOWNER="%{name}:%{name}"|g' %{buildroot}%{_prefix}/sbin/%{name}-reportstats

chmod 0644 contrib/convert/convert_keylist.sh

%pre
getent group %{name} >/dev/null || groupadd -r %{name}
getent passwd %{name} >/dev/null || \
	useradd -r -g %{name} -G mail -d %{_localstatedir}/run/%{name} -s /sbin/nologin \
	-c "OpenDKIM Milter" %{name}
exit 0

%post
/sbin/chkconfig --add %{name} || :

%preun
if [ $1 -eq 0 ]; then
	service %{name} stop >/dev/null || :
	/sbin/chkconfig --del %{name} || :
fi
exit 0

%postun
if [ "$1" -ge "1" ] ; then
	/sbin/service %{name} condrestart >/dev/null 2>&1 || :
fi
exit 0

%files
%doc FEATURES KNOWNBUGS LICENSE LICENSE.Sendmail RELEASE_NOTES RELEASE_NOTES.Sendmail INSTALL
%doc contrib/convert/convert_keylist.sh %{name}/*.sample
%doc %{name}/%{name}.conf.simple-verify %{name}/%{name}.conf.simple
%doc %{name}/README contrib/lua/*.lua
%doc contrib/stats/README.opendkim-reportstats
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/tmpfiles.d/%{name}.conf
%config(noreplace) %attr(640,%{name},%{name}) %{_sysconfdir}/%{name}/SigningTable
%config(noreplace) %attr(640,%{name},%{name}) %{_sysconfdir}/%{name}/KeyTable
%config(noreplace) %attr(640,%{name},%{name}) %{_sysconfdir}/%{name}/TrustedHosts
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_initrddir}/%{name}
%{_sbindir}/*
%{_mandir}/*/*
%dir %attr(-,%{name},%{name}) %{_localstatedir}/spool/%{name}
%dir %attr(-,%{name},%{name}) %{_localstatedir}/run/%{name}
%dir %attr(-,root,%{name}) %{_sysconfdir}/%{name}
%dir %attr(-,root,%{name}) %{_sysconfdir}/%{name}/keys

%files -n %{libname}
%{_libdir}/libopendkim.so.%{major}*

%files -n %{libstrl}
%{_libdir}/libstrl.so.%{strlmaj}*

%files -n %{devname}
%doc LICENSE LICENSE.Sendmail
%doc libopendkim/docs/*.html
%{_includedir}/%{name}
%{_includedir}/strl/strl.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7.0-4
+ Revision: 45cc891
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17849 |14mr|OpenDX-4.4.4-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define samplesname dxsamples
%define sver 4.4.0
%define dxdir %{_libdir}/dx
%define kernel_version %(uname -r)

Summary:	IBM OpenDX (Data Explorer)
Name:		OpenDX
Version:	4.4.4
Release:	21
License:	IBM Public License
Group:		Sciences/Other
Url:		http://www.opendx.org/
Source0:	http://opendx.npaci.edu/source/dx-%{version}.tar.bz2
Source1:	http://opendx.npaci.edu/source/dxsamples-%{sver}.tar.bz2
Source2:	dx.png
Source100:	%{name}.rpmlintrc
Patch4:		dx-4.4.4-errno.patch
Patch5:		dx-4.2.0-xkb.patch
Patch6:		dx-4.3.2-types.patch
Patch7:		dx-4.4.4-String.patch
Patch8:		dx-4.4.4-returnval.patch
Patch9:		dx-4.4.4-implicit_decl.patch
Patch10:	dx-4.4.4-unitialized.patch
Patch11:	dx-4.4.4-undefined.patch
Patch12:	dx-imagemagick-6.3.8.5.diff
Patch13:	dx-open.patch
Patch14:	dx-gcc43.patch
Patch15:	dx-4.4.4-autoconf.patch
Patch16:	dx-4.4.4-fix-str-fmt.patch
Patch17:	dx-4.4.4-linkage.patch
Patch18:	opendx-4.4.4-concurrent-make-fix.patch
Patch19:	dx-4.4.4-newer-imagemagick.patch
Patch20:	dx-4.4.4-sysh.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	imagemagick
BuildRequires:	kernel-source
BuildRequires:	libtool
BuildRequires:	hdf5-devel
BuildRequires:	jbig-devel
BuildRequires:	kernel-devel
BuildRequires:	lesstif-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(netcdf)

%description
OpenDX is a uniquely powerful, full-featured software package for the
visualization of scientific, engineering and analytical data: Its open
system design is built on a standard interface environments. And its
sophisticated data model provides users with great flexibility in
creating visualizations.

%files
%doc AUTHORS LICENSE README
%dir %{dxdir}
%{_bindir}/*
%{_mandir}/manl/*
%{dxdir}/bin
%{dxdir}/bin_linux
%{dxdir}/doc
%{dxdir}/fonts
%{dxdir}/help
%{dxdir}/html
%{dxdir}/lib
%{dxdir}/ui
%{dxdir}/java
%{_iconsdir}/hicolor/48x48/apps/dx.png
%{_iconsdir}/hicolor/32x32/apps/dx.png
%{_iconsdir}/hicolor/16x16/apps/dx.png
%{_datadir}/applications/*.desktop
%exclude %{dxdir}/lib/mdf2c.awk

#----------------------------------------------------------------------------

%package devel
Summary:	Development libraries for OpenDX
Group:		Development/C

%description devel
This package contains the header files and includes necessary to for developing
applications with OpenDX.

%files devel
%attr(644,root,root) %{_libdir}/*.a
%doc dxsamples-%{sver}/ChangeLog
%{_includedir}/*
%{dxdir}/include
%{dxdir}/samples
%{dxdir}/lib_linux
%{dxdir}/lib/mdf2c.awk

#----------------------------------------------------------------------------

%prep
%setup -q -n dx-%{version} -a 1
%apply_patches
rm -f configure; autoreconf -fi

#fix netcdf hdf5 linking
sed -i 's/-lnetcdf/-lnetcdf -lhdf5_hl -lhdf5 -lz/g' ./configure

%build
CFLAGS="%{optflags} -O1 -fno-fast-math -fno-exceptions -I/usr/src/linux/include -I%{_includedir}/ImageMagick" \
CXXFLAGS="%{optflags} -O1 -fno-fast-math -fno-exceptions -Wno-deprecated -I/usr/src/linux/include -I%{_includedir}/ImageMagick" \

%configure2_5x \
	--prefix=%{_libdir} \
	--with-x \
	--with-magick \
	--with-netcdf \
	--with-jbig \
	--without-javadx
make 

(cd %{samplesname}-%{sver}
autoreconf -fi
%configure2_5x --prefix=%{_libdir}
%make)

%install
mkdir -p %{buildroot}%{_libdir} \
	%{buildroot}%{_includedir}
%makeinstall prefix=%{buildroot}%{_libdir} \
	libdir=%{buildroot}%{dxdir} \
	mandir=%{buildroot}%{_mandir} \
	LIBTOOL=%{_bindir}/libtool
ln -sf %{dxdir}/include/dxconfig.h %{buildroot}%{_includedir}/dxconfig.h
ln -sf %{dxdir}/include/dxl.h %{buildroot}%{_includedir}/dxl.h
ln -sf %{dxdir}/include/dx %{buildroot}%{_includedir}/dx
ln -sf %{dxdir}/lib_linux/libDX.a %{buildroot}%{_libdir}/libDX.a
ln -sf %{dxdir}/lib_linux/libDXcallm.a %{buildroot}%{_libdir}/libDXcallm.a
ln -sf %{dxdir}/lib_linux/libDXL.a %{buildroot}%{_libdir}/libDXL.a
ln -sf %{dxdir}/lib_linux/libDXlite.a %{buildroot}%{_libdir}/libDXlite.a
rm -rf %{buildroot}%{dxdir}/man
#
(cd %{buildroot}/%{dxdir}/html
ln -sf allguide.htm index.htm
ln -sf allguide.htm index.html
)
#
(cd %{samplesname}-%{sver}
make install prefix=%{buildroot}%{_libdir}
)

mkdir -p %{buildroot}%{dxdir}/lib
install -m 644 ./lib/mdf2c.awk %{buildroot}%{dxdir}/lib/

# fix dxexec path
mv %{buildroot}%{_bindir}/dxexec %{buildroot}%{dxdir}/bin_linux/dxexec
ln -s %{dxdir}/bin_linux/dxexec %{buildroot}%{_bindir}/dxexec

# remove files not packaged
rm -rf %{buildroot}%{_libdir}/bin/dx

# icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
install -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/dx.png
convert -scale 32 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/dx.png
convert -scale 16 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/dx.png

# desktop menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/rosa-%{name}.desktop <<EOF
[Desktop Entry]
Name=OpenDX
Comment=Visualization Data Explorer
Exec=%{_bindir}/dx
Terminal=false
Type=Application
Icon=dx
Categories=Science;Math;
StartupWMClass=startupWindow
EOF

# Clean installed tree
find %{buildroot}/%{_libdir} -type f -or -type d | xargs chmod go-w
rm -f %{buildroot}%{dxdir}/samples/outboard/Makefile_os2 \
	%{buildroot}%{dxdir}/samples/user/Makefile_os2

rm -f %{buildroot}/%{_libdir}/dx/samples/data/externalfilter_alphax
rm -f %{buildroot}/%{_libdir}/dx/samples/data/externalfilter_hp700
rm -f %{buildroot}/%{_libdir}/dx/samples/data/externalfilter_ibm6000
rm -f %{buildroot}/%{_libdir}/dx/samples/data/externalfilter_sgi
rm -f %{buildroot}/%{_libdir}/dx/samples/data/externalfilter_solaris


%changelog
* Wed Jul 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.4.4-21
+ Revision: d54e67e
- Use autoreconf for samples



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17850 |14mr|openexr-2.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 21
%define api 2_1
%define libname %mklibname IlmImf_Imf %{api} %{major}
%define devname %mklibname IlmImf_Imf -d

Summary:	A high dynamic-range (HDR) image file format
Name:		openexr
Version:	2.1.0
Release:	2
License:	BSD
Group:		Graphics
Url:		http://www.openexr.com
Source0:	http://savannah.nongnu.org/download/openexr/%{name}-%{version}.tar.gz
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(IlmBase) >= 2.1

%description
Industrial Light & Magic developed the OpenEXR format in response to the demand
for higher color fidelity in the visual effects industry.

#----------------------------------------------------------------------------

%package utils
Summary:	A high dynamic-range (HDR) image file format
Group:		Graphics
Conflicts:	OpenEXR < 2.1.0
Obsoletes:	OpenEXR < 2.1.0

%description utils
Industrial Light & Magic developed the OpenEXR format in response to the demand
for higher color fidelity in the visual effects industry.

%files utils
%doc AUTHORS ChangeLog NEWS README doc/*
%{_bindir}/exr*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Industrial Light & Magic library
Group:		System/Libraries

%description -n %{libname}
Industrial Light & Magic library.

%files -n %{libname}
%{_libdir}/libIlmImf-Imf_%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}OpenEXR-devel < 2.1.0-5
Obsoletes:	%{_lib}OpenEXR-devel < 2.1.0-5

%description -n %{devname}
Libraries and header files for developing programs based on %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_datadir}/aclocal/*.m4
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
./bootstrap

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

# Remove doc files installed by make install, we package them in %files
rm -rf %{buildroot}%{_docdir}/OpenEXR-%{version}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.0-2
+ Revision: e73d9f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17851 |14mr|OpenImageIO-1.4.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1.4
%define libname %mklibname %{name} %{major}
%define libutil %mklibname %{name}_Util %{major}
%define devname %mklibname %{name} -d

Summary:	Library for reading and writing images
Name:		OpenImageIO
Version:	1.4.9
Release:	4
License:	BSD
Group:		System/Libraries
Url:		https://sites.google.com/site/openimageio/home
Source0:	https://download.github.com/oiio-Release-%{version}.tar.gz
Patch0:		OpenImageIO-1.4.9-giflib51.patch
Patch1:		OpenImageIO-1.4.9-dl.patch
BuildRequires:	cmake
BuildRequires:	txt2man
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	giflib-devel
BuildRequires:	pugixml-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(IlmBase)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libraw_r)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(OpenColorIO)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

%description
OpenImageIO is a library for reading and writing images, and a bunch of related
classes, utilities, and applications. Main features include:
- Extremely simple but powerful ImageInput and ImageOutput APIs for reading and
  writing 2D images that is format agnostic.
- Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa, JPEG-2000,
  DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS, SGI,
  PNM/PPM/PGM/PBM, Field3d.
- An ImageCache class that transparently manages a cache so that it can access
  truly vast amounts of image data.
- A really nice image viewer, iv, also based on OpenImageIO classes (and so
  will work with any formats for which plugins are available).

%files
%doc CHANGES LICENSE
%{_bindir}/*
%{python_sitearch}/OpenImageIO.so
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for reading and writing images
Group:		System/Libraries

%description -n %{libname}
OpenImageIO is a library for reading and writing images.

%files -n %{libname}
%{_libdir}/libOpenImageIO.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libutil}
Summary:	A library for reading and writing images
Group:		System/Libraries

%description -n %{libutil}
OpenImageIO_Util is a library for reading and writing images.

%files -n %{libutil}
%{_libdir}/libOpenImageIO_Util.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libutil} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name} library.

%files -n %{devname}
%doc src/doc/*.pdf
%{_libdir}/libOpenImageIO.so
%{_libdir}/libOpenImageIO_Util.so
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n oiio-Release-%{version}
%patch0 -p1 -b .giflib51~
%patch1 -p1 -b .dl~

%build
%cmake \
	-DSTOP_ON_WARNING:BOOL=OFF \
	-DCMAKE_SKIP_RPATH:BOOL=ON \
	-DPYLIB_INSTALL_DIR:PATH=%{python_sitearch} \
	-DINCLUDE_INSTALL_DIR:PATH=/usr/include/%{name} \
	-DINSTALL_DOCS:BOOL=OFF \
	-DUSE_EXTERNAL_PUGIXML:BOOL=ON

%make

%install
%makeinstall_std -C build

# Move man pages to the right directory
mkdir -p %{buildroot}%{_mandir}/man1
cp -a build/src/doc/*.1 %{buildroot}%{_mandir}/man1


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.9-4
+ Revision: b72696e
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17852 |14mr|openipmi-2.0.18-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname OpenIPMI

#The lib naming in OpenIPMI 1.x
%define oldlibname %mklibname %realname 1

Name: 		openipmi
Summary: 	%{name} - Library interface to IPMI
Version:	2.0.18
Release:	6
License: 	LGPLv2+
Group: 		System/Kernel and hardware
URL: 		http://openipmi.sourceforge.net
Source: 	http://downloads.sourceforge.net/openipmi/%{realname}-%{version}.tar.gz
Patch0:		OpenIPMI-2.0.16-link.diff
Patch1:		OpenIPMI-2.0.16-python.diff
Patch2:		OpenIPMI-2.0.16-libtool.patch
Patch3:		OpenIPMI-2.0.16-python26.patch
Patch4:		openipmi-2.0.16-pthreads.patch
BuildRequires:	swig >= 1.3
BuildRequires:	python-devel
BuildRequires:	popt-devel
BuildRequires:	ncurses-devel
BuildRequires:	net-snmp-devel
BuildRequires:	libgdbm-devel
BuildRequires:	perl-devel
BuildRequires:	glib2-devel
BuildRequires:	tcl tcl-devel
BuildRequires:	tkinter
BuildRequires:	tk tk-devel
Conflicts:	OpenIPMI
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
# This rpm will replace OpenIPMI and OpenIPMI2 and IPMI
Obsoletes:	%{realname}
Obsoletes:	%{realname}2
Obsoletes:	%{oldlibname}
Obsoletes: 	IPMI
Provides:	IPMI

# Perl is usually installed in /usr/lib, not /usr/lib64 on 64-bit platforms.
#define perl_libdir %{_exec_prefix}/lib

%description 
This package contains a shared library implementation of IPMI and the
basic tools used with OpenIPMI.

%package devel
Summary:	Development files for OpenIPMI
Group:		Development/C
Requires:	%{name} = %{version}-%{release}
Requires:	%{name}-lanserv = %{version}-%{release}
Requires:	%{name}-ui = %{version}-%{release}
Requires:	tcl-%{name} = %{version}-%{release}
Obsoletes:	%{realname}-devel
Obsoletes:	%{realname}2-devel
Obsoletes:	%{oldlibname}-devel

%description devel
Contains additional files need for a developer to create applications
and/or middleware that depends on libOpenIPMI

%package -n perl-%{name}
Summary:	Perl interface for OpenIPMI
Group:		Development/Perl
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{name}-perl
Obsoletes:	perl-%{realname}2

%description -n perl-%{name}
A Perl interface for OpenIPMI.

%package -n python-%{name}
Summary:	Python interface for OpenIPMI
Group:		Development/Python
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{name}-python
Obsoletes:	python-%{realname}2

%description -n python-%{name}
A Python interface for OpenIPMI.

%package -n tcl-%{name}
Summary:	TCL interface for OpenIPMI
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
BuildRequires:	tcl-devel
Requires:	tcl

%description -n tcl-%{name}
A TCL interface for OpenIPMI.

%package gui
Summary:	GUI (in python) for OpenIPMI
Group:		System/Kernel and hardware
Requires:	python-%{name} = %{version}-%{release}
Requires:	wxPython >= 2.4.2
Requires:	wxPythonGTK
BuildRequires:	wxPythonGTK
Obsoletes:	%{realname}2-gui

%description gui
A GUI interface for OpenIPMI.  Written in python an requiring wxWidgets.

%package ui
Summary:	User Interface (ui)
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{realname}2-ui

%description ui
This package contains a user interface

%package lanserv
Summary:	Emulates an IPMI network listener
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{realname}2-lanserv

%description lanserv
This package contains a network IPMI listener.

%prep
%setup -q -n %{realname}-%{version}
%patch3 -p1
%patch4 -p1

%build
export PYTHONDONTWRITEBYTECODE=
%define _disable_ld_no_undefined 1
%configure2_5x	\
	--with-perlinstall=%{perl_vendorarch} \
	--with-pythoninstall=%{python_sitearch} \
	--with-glib12=no \
	--with-pythonusepthreads=yes \
	--with-perlusepthreads=yes \
	--disable-static

%make

%install
%makeinstall_std PYTHON_GUI_DIR=openipmigui

find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

install -m755 ipmi.init -D %{buildroot}/%{_sysconfdir}/init.d/ipmi
install -m644 ipmi.sysconf -D %{buildroot}/%{_sysconfdir}/sysconfig/ipmi

%preun
%_preun_service ipmi

%postun
%_post_service ipmi

%files
%{_libdir}/libOpenIPMIcmdlang.so.*
%{_libdir}/libOpenIPMIglib.so.*
%{_libdir}/libOpenIPMIposix.so.*
%{_libdir}/libOpenIPMIpthread.so.*
%{_libdir}/libOpenIPMI.so.*
%{_libdir}/libOpenIPMIutils.so.*
%{_sysconfdir}/init.d/ipmi
%config(noreplace) %{_sysconfdir}/sysconfig/ipmi
%doc FAQ README README.Force
%doc README.MotorolaMXP

%files -n perl-%{name}
%{perl_vendorarch}/OpenIPMI.pm
%{perl_vendorarch}/auto/OpenIPMI
%doc swig/OpenIPMI.i swig/perl/sample swig/perl/ipmi_powerctl

%files -n python-%{name}
%{python_sitearch}/*OpenIPMI.*
%doc swig/OpenIPMI.i

%files -n tcl-%{name}
%{_libdir}/*OpenIPMItcl.so.*

%files gui
%{python_sitearch}/openipmigui/*
%{_bindir}/openipmigui

%files devel
%{_includedir}/OpenIPMI
%{_libdir}/*.so
%{_libdir}/pkgconfig
%doc doc/IPMI.pdf

%files ui
%{_bindir}/ipmi_ui
%{_bindir}/ipmicmd
%{_bindir}/openipmicmd
%{_bindir}/ipmish
%{_bindir}/openipmish
%{_bindir}/solterm
%{_bindir}/rmcp_ping
%{_libdir}/libOpenIPMIui.so.*
%doc %{_mandir}/man1/ipmi_ui.1*
%doc %{_mandir}/man1/openipmicmd.1*
%doc %{_mandir}/man1/openipmish.1*
%doc %{_mandir}/man1/openipmigui.1*
%doc %{_mandir}/man1/solterm.1*
%doc %{_mandir}/man1/rmcp_ping.1*
%doc %{_mandir}/man7/ipmi_cmdlang.7*
%doc %{_mandir}/man7/openipmi_conparms.7*

%files lanserv
%{_bindir}/ipmilan
%{_libdir}/libIPMIlanserv.so.*
%doc %{_mandir}/man8/ipmilan.8*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.18-6
+ Revision: 105aecd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17853 |14mr|open-iscsi-2.0-873.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name dkms-open-iscsi
%define revision 873
%define with_dkms 0

Summary:	An implementation of RFC3720 iSCSI
Name:		open-iscsi
Version:	2.0
Release:	%{revision}.1
License:	GPL
Group:		Networking/Other
Url:		http://www.open-iscsi.org
Source0:	http://www.open-iscsi.org/bits/open-iscsi-%{version}-%{revision}.tar.gz
Source1:	open-iscsi.service
Source2:	initiatorname.iscsi
Patch1:		open-iscsi-2.0-871-etc_iscsi.patch

BuildRequires:	glibc-static-devel
BuildRequires:	db-devel

%description
Open-iSCSI project is a high-performance, transport independent, multi-platform
implementation of RFC3720 iSCSI. iSCSI is a protocol for distributed disk
access using SCSI commands sent over Internet Protocol networks.

%if %{with_dkms}
%package -n %{module_name}
Summary:	open-iscsi initiator kernel module
Group:		Networking/Other
Requires:	kernel-source
Requires(preun,post):	dkms

%description -n %{module_name}
This package contains the open-iscsi initiator kernel module.
%endif # dkms

%prep
%setup -qn %{name}-%{version}-%{revision}
%apply_patches
chmod 0644 README Makefile COPYING etc/iscsid.conf

for arq in doc/{iscsiadm,iscsid}.8 README usr/initiator.h; do
	sed -i -e "s,/var/db/iscsi,%{_localstatedir}/lib/open-iscsi,g" $arq
done

%build
%serverbuild
%make user

%install
# install only the user level part, so don't use makeinstall_dtd
# as it will use the "install" target, which will install the
# kernel part too
make \
	DESTDIR=%{buildroot} \
	initddir=%{_unitdir} \
	install_user

mkdir -p -m 0700 %{buildroot}%{_localstatedir}/lib/open-iscsi
mkdir -p -m 0755 %{buildroot}%{_sysconfdir}/iscsi/nodes
mkdir -p -m 0755 %{buildroot}%{_sysconfdir}/iscsi/send_targets

# init script
mkdir -p %{buildroot}%{_unitdir}
install -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/open-iscsi.service
rm %{buildroot}%{_unitdir}/open-iscsi

# DKMS
%if %{with_dkms}
mkdir -p %{buildroot}/usr/src/%{module_name}-%{version}
cp -a kernel %{buildroot}/usr/src/%{module_name}-%{version}/
cp -a include %{buildroot}/usr/src/%{module_name}-%{version}/

cat > %{buildroot}/usr/src/%{module_name}-%{version}/dkms.conf <<EOF
PACKAGE_VERSION="%{version}"
PACKAGE_NAME="%{module_name}"
MAKE[0]="cd \${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build/kernel ; make"
CLEAN="cd \${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build/kernel ; make clean"

BUILT_MODULE_NAME[0]="iscsi_tcp"
BUILT_MODULE_LOCATION[0]="kernel"
DEST_MODULE_NAME[0]="iscsi_tcp"
DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"

BUILT_MODULE_NAME[1]="scsi_transport_iscsi"
BUILT_MODULE_LOCATION[1]="kernel"
DEST_MODULE_NAME[1]="scsi_transport_iscsi"
DEST_MODULE_LOCATION[1]="/kernel/drivers/scsi"

REMAKE_INITRD="no"
AUTOINSTALL=yes
POST_INSTALL="post-install"
POST_REMOVE="post-remove"
EOF
%endif # dkms

# sample initiatorname file
install -m 0644 %SOURCE2 %{buildroot}%{_sysconfdir}/iscsi

%post
%_post_service open-iscsi

%if %{with_dkms}
%post -n %{module_name}
dkms add -m %{module_name} -v %{version} --rpm_safe_upgrade
dkms build -m %{module_name} -v %{version} --rpm_safe_upgrade
dkms install -m %{module_name} -v %{version} --rpm_safe_upgrade
%endif

%preun
%_preun_service open-iscsi

%if %{with_dkms}
%preun -n %{module_name}
dkms remove -m %{module_name} -v %{version} --rpm_safe_upgrade --all || :
%endif

%files
%doc README COPYING
%dir %{_sysconfdir}/iscsi
%{_sysconfdir}/iscsi/ifaces
%dir %{_sysconfdir}/iscsi/nodes
%dir %{_sysconfdir}/iscsi/send_targets
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/iscsi/iscsid.conf
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/iscsi/initiatorname.iscsi
%{_unitdir}/open-iscsi.service
/sbin/iscsiadm
/sbin/iscsid
/sbin/iscsi-iname
/sbin/iscsi_discovery
#/sbin/fwparam_ibft
%{_mandir}/man8/iscsiadm.8*
%{_mandir}/man8/iscsid.8*
%{_mandir}/man8/iscsi_discovery.8*
%dir %{_localstatedir}/lib/open-iscsi

%if %{with_dkms}
%files -n %{module_name}
%_usrsrc/%{module_name}-%{version}
%endif

%changelog
* Tue Sep 10 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-873.1
+ Revision: 33cd85b
- sync to cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17854 |14mr|openjade-1.3.3-0.pre1.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name openjade
%define version 1.3.3
%define prerel pre1
%define release %mkrel 0.%prerel.10
%define sgmlbase %{_datadir}/sgml
%define major 0
%define libname %mklibname %{name} %{major}
%define libnamedev %mklibname %{name} %{major} -d

Summary: Parser and tools for SGML + DSSSL
Name: %{name}
Version: %{version}
Release: %{release}
Url: http://openjade.sourceforge.net/
Source0: http://download.sourceforge.net/openjade/openjade-%{version}-%prerel.tar.bz2
# (gb) 1.3.2-12mdk libtool fixes, don't bother with either aclocal nor autoconf
# NOTE: this directly applies to configure
Patch0: openjade-1.3.2-libtool.patch
Patch1: openjade-gcc43.diff
Patch2: openjade-deplibs.patch
Patch3: openjade-ppc64.patch
Patch4: openjade-getoptperl.patch
Patch5: openjade-1.3.2-gcc46.patch
#Patch6: sptrintf_long_openjade1.3.3.patch
Patch7: openjade-nola.patch
License: BSD
Group: Publishing
Obsoletes: jade
Provides: jade = %version-%release
Requires: sgml-common >= 0.6.3-8mdk, %libname = %version-%release
BuildRequires: OpenSP-devel
Requires: OpenSP

%description
 Jade (James' DSSSL Engine) is an implementation of the DSSSL style
language -- Document Style Semantics and Specification Language -- 
an ISO standard for formatting SGML (and XML) documents.

%package -n %libname
Group:          Publishing
Summary:        Shared library files for openjade

%description -n %libname
Shared library files for openjade.

%package -n %libnamedev
Group:          Development/C
Summary:        Development files for openjade
Requires:       %name = %version-%release, %libname = %version-%release
Provides:       lib%{name}-devel, openjade-devel

%description -n %libnamedev
Files for development from the openjade package.


%prep

%setup -q -n %name-%version-%prerel
%patch0 -p1 -b .libtool
%patch1 -p1 -b .gcc43
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1

%build
cp config/configure.in .
export CXXFLAGS="%optflags -fpermissive"
%configure2_5x --enable-static --enable-http \
 --enable-default-catalog=%{_sysconfdir}/sgml/catalog  \
 --enable-default-search-path=%{sgmlbase} \
 --datadir=%{sgmlbase}/%{name}-%{version} \
 --enable-splibdir=%{_libdir}

%make

%install
# NOTE: in installing I am also copying a bunch of .h files into
# $(prefix)/include/sp/{generic,include,lib}.  This is so that the
# library API can be used.  It's an ugly kludge, and the best way
# would be for James Clark to tell us what the appropriate list of
# files to be included is.

[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

mkdir -p %{buildroot}{%{_libdir},%{_bindir},%{_includedir}/sp/generic,%{_includedir}/sp/include,%{_includedir}/sp/lib}
mkdir -p %{buildroot}%{sgmlbase}/%{name}-%{version}/{pubtext,unicode}

%makeinstall install-man datadir=%{buildroot}/%{sgmlbase}

# Why do this file gets installed here ???
rm -f %{buildroot}%{sgmlbase}/builtins.dsl

# oMy, othis ois osilly.
ln -s openjade %{buildroot}/%{_bindir}/jade
for file in nsgmls sgmlnorm spam spent sx ; do
  ln -s o$file %{buildroot}/%{_bindir}/$file
done

mv %{buildroot}%{_bindir}/sx %{buildroot}%{_bindir}/sgml2xml
install generic/*.h %{buildroot}%{_includedir}/sp/generic/
install include/*.h %{buildroot}%{_includedir}/sp/include/
cp dsssl/builtins.dsl dsssl/catalog %{buildroot}%{sgmlbase}/%{name}-%{version}/
install pubtext/* %{buildroot}%{sgmlbase}/%{name}-%{version}/pubtext
#install unicode/* %{buildroot}%{sgmlbase}/%{name}-%{version}/unicode
cp dsssl/dsssl.dtd dsssl/style-sheet.dtd dsssl/fot.dtd %{buildroot}%{sgmlbase}/%{name}-%{version}/

cd %{buildroot}%{sgmlbase}
ln -s %{name}-%{version} %{name}

ln -s %{name}-%{version}/pubtext/xml.dcl xml.dcl
ln -s %{name}-%{version}/pubtext/xml.soc xml.soc
ln -s %{name}-%{version}/pubtext/html.dcl html.dcl
ln -s %{name}-%{version}/pubtext/html.soc html.soc

mkdir -p %{buildroot}%{_sysconfdir}/sgml
touch %{buildroot}%{_sysconfdir}/sgml/dsssl-%{version}.cat \
 %{buildroot}%{_sysconfdir}/sgml/dsssl.cat \
 %{buildroot}%{_sysconfdir}/sgml/catalog

# Remove unpackaged symlink
rm -rf %{buildroot}%{_datadir}/sgml/openjade

%post

# remove openjade-1.3 catalog if referenced
bads=`find %{_sysconfdir}/sgml -type f -exec grep -l %{name}-1.3 {} \;`
for f in $bads; do 
	%{_bindir}/xmlcatalog --sgml --noout --del $f %{sgmlbase}/%{name}-1.3/catalog;
done
if [ -e %{_sysconfdir}/sgml/catalog ] && [ "$(grep 'sgml-docbook-*.cat' %{_sysconfdir}/sgml/catalog)" != "" ]; then \
%{_bindir}/xmlcatalog --sgml --noout --del %{_sysconfdir}/sgml/catalog '%{_sysconfdir}/sgml/sgml-docbook-*.cat'; fi

# Add new catalogs
touch %{_sysconfdir}/sgml/dsssl-%{version}.cat
for i in %{_sysconfdir}/sgml/dsssl-%{version}.cat %{_sysconfdir}/sgml/{x,sg}ml-docbook-*.cat; do
  [ -e $i ] && %{_bindir}/xmlcatalog --sgml --noout --add \
  	$i %{sgmlbase}/%{name}/catalog
done
ln -s -f %{_sysconfdir}/sgml/dsssl-%{version}.cat %{_sysconfdir}/sgml/dsssl.cat

%pre
cd %{sgmlbase}
if [ -L %{name} ]; then
 rm -f %{name}
fi
ln -sf %{name}-%{version} %{name}

%triggerpostun -- openjade <= 1.3.1-6mdk
# we are in the obligation to use a triggerpostun because we have
# to be sure that the files from the old package are removed else
# rpm will remove all the files in /usr/share/sgml.
# Fred [Wed May 15 11:15:42 2002]
if [ ! -L %{sgmlbase}/%{name} ]; then
	cd %{sgmlbase}
	rm -rf %{name}
	ln -sf %{name}-%{version} %{name}
fi


%postun
# Do not remove if upgrade
if [ "$1" = "0" ]; then 
  if [ -x %{_bindir}/xmlcatalog ]; then
    for i in %{_sysconfdir}/sgml/dsssl-%{version}.cat %{_sysconfdir}/sgml/sgml-docbook-*.cat %{_sysconfdir}/sgml/xml-docbook-*.cat; do
        [ -e $i ] && %{_bindir}/xmlcatalog --sgml --noout --del \
		  $i %{sgmlbase}/%{name}/catalog
    done
  fi
    rm -f %{_sysconfdir}/sgml/dsssl.cat %{sgmlbase}/%{name}
# Is it last docbook catalog?
    if [ ! -e %{_sysconfdir}/sgml/dsssl-%{version}.cat ]; then 
	rm -f %{_sysconfdir}/sgml/sgml-docbook.cat
	OTHERCAT=`ls %{_sysconfdir}/sgml/dsssl-?.?.cat 2> /dev/null | head --lines 1`
	if [ -n "$OTHERCAT" ]; then ln -sf $OTHERCAT %{_sysconfdir}/sgml/dsssl.cat; fi
    fi
fi


%if %mdkversion < 200900
%post   -p /sbin/ldconfig -n %libname
%endif
%if %mdkversion < 200900
%postun -p /sbin/ldconfig -n %libname
%endif

%clean 
rm -rf %{buildroot} 

%files
%defattr(-,root,root)
%doc doc/ jadedoc/ dsssl/ pubtext/  README VERSION
%ghost %config(noreplace) %{_sysconfdir}/sgml/dsssl*.cat
%ghost %config(noreplace) %{_sysconfdir}/sgml/catalog
%{_bindir}/*
%{sgmlbase}/%{name}-%{version}
%{sgmlbase}/*.dcl
%{sgmlbase}/*.soc
%{_mandir}/*/*

%files -n %libname
%defattr(-,root,root)
%{_libdir}/lib*.so.*

%files -n %libnamedev
%defattr(-,root,root)
%{_includedir}/sp
%{_libdir}/lib*.so
%{_libdir}/lib*a

%changelog
* Sat Oct 06 2012 Alexander Khryukin <alexander@mezon.ru> 1.3.3-0.pre1.10
+ Revision: 64c9268
- additional patches like openjade-getoptperl.patch openjade-ppc64.patch openjade-1.3.2-gcc46.patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17855 |14mr|openjpeg-1.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname OpenJPEG
%define oversion %(echo %{version} | sed -e 's/\\./_/g')

%define lib_major 5
%define lib_name %mklibname %{name} %{lib_major}
%define lib_dev %mklibname %{name} -d

%define common_description The OpenJPEG library is an open-source JPEG 2000 codec written in C\
language. It has been developed in order to promote the use of JPEG\
2000, the new still-image compression standard from the Joint\
Photographic Experts Group (JPEG).

Name: openjpeg
Version: 1.5.1
Release: 4
Summary: An open-source JPEG 2000 codec 
Source0: http://openjpeg.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0: openjpeg-1.3-Makefile.patch
License: BSD
Group: System/Libraries
Url: http://www.openjpeg.org/
BuildRequires: cmake

%description
%{common_description}

%package -n %{lib_name}
Summary: %{oname} library
Group: System/Libraries

%description -n	%{lib_name}
This package contains the library needed to run programs dynamically
linked with the %{oname} library.

%{common_description}

%files -n %{lib_name}
%{_libdir}/*.so.%{lib_major}
%{_libdir}/*.so.%{version}





#-----------------------------
%files
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%doc %{_datadir}/doc/%{name}-1.5/

#---------------------------------------------
%package -n %{lib_dev}
Summary: Development tools for programs using the %{oname} library
Group: Development/C
Requires: %{lib_name} = %{version}
Requires: %{name} = %{version}
Provides: %{name}-devel = %{version}-%{release}

%description -n	%{lib_dev}
This package contains the header files and libraries needed for
developing programs using the %{oname} library.

%{common_description}

%files -n %{lib_dev}
%{_includedir}/%{name}-1.5/%{name}.h
%{_libdir}/*.so
%{_libdir}/%{name}-1.5/*.cmake
%{_libdir}/pkgconfig/libopenjpeg1.pc

#---------------------------------------------

%prep
%setup -q

%build
%cmake -DOPENJPEG_INSTALL_LIB_DIR=%{_lib}
%make

%install
cd build/
%makeinstall_std



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.1-4
+ Revision: ed6948f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17856 |14mr|openl2tp-1.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with     rpc
Summary: 	An L2TP client/server, designed for VPN use
Name: 		openl2tp
Version: 	1.8
Release: 	8
License: 	GPL
Group: 		System/Base
URL: 		ftp://downloads.sourceforge.net/projects/openl2tp/%{name}-%{version}.tar.gz
Source0: 	%{name}-%{version}.tar.gz
Source1:	openl2tp.service
Source2:	openl2tp-tmpfiles.conf
Patch0:		openl2tp-1.8-make.patch
Patch1:         openl2tp-1.8-tirpc.patch
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}
ExclusiveOS:	Linux
Requires: 	ppp >= 2.4.5
Requires:	readline >= 4.2
Requires:	rpcbind
Requires(post):  systemd
Requires(post,preun):  rpm-helper

BuildRequires: ppp >= 2.4.5, readline-devel >= 4.2, glibc >= 2.4, flex, bison, kernel-headers >= 2.6.23, tirpc-devel

%description
OpenL2TP is a complete implementation of RFC2661 - Layer Two Tunneling
Protocol Version 2, able to operate as both a server and a client. It
is ideal for use as an enterprise L2TP VPN server, supporting more
than 100 simultaneous connected users. It may also be used as a client
on a home PC or roadwarrior laptop.

OpenL2TP has been designed and implemented specifically for Linux. It
consists of

- a daemon, openl2tpd, handling the L2TP control protocol exchanges
  for all tunnels and sessions

- a plugin for pppd to allow its PPP connections to run over L2TP
  sessions

- a Linux kernel driver for efficient datapath (integrated into the
  standard kernel from 2.6.23).

- a command line application, l2tpconfig, for management.

%package devel
Summary: OpenL2TP support files for plugin development
Group: Development/Other

%description devel
This package contains support files for building plugins for OpenL2TP,
or applications that use the OpenL2TP APIs.

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%if %{without rpc}
perl -p -i -e 's/L2TP_FEATURE_RPC_MANAGEMENT=\ty//' Makefile
%endif

%build
make PPPD_VERSION=2.4.5

%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT \
	PPPD_VERSION=2.4.5

%{__mkdir} -p $RPM_BUILD_ROOT/etc/rc.d/init.d $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig
%{__install} -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/openl2tp.service
%{__cp} -f etc/sysconfig/openl2tpd $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/openl2tpd

%{__install} -D -p -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%clean
if [ "$RPM_BUILD_ROOT" != `echo $RPM_BUILD_ROOT | sed -e s/openl2tp-//` ]; then
	rm -rf $RPM_BUILD_ROOT
fi


%post
/bin/systemd-tmpfiles --create %{name}.conf
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%defattr(-,root,root,-)
%doc README LICENSE
%{_tmpfilesdir}/%{name}.conf
%dir %{_libdir}/openl2tp
%{_sbindir}/openl2tpd
%{_libdir}/openl2tp/ppp_null.so
%{_libdir}/openl2tp/ppp_unix.so
%{_libdir}/openl2tp/ipsec.so
%{_libdir}/openl2tp/event_sock.so
%{_mandir}/man4/openl2tp_rpc.4.*
%{_mandir}/man5/openl2tpd.conf.5.*
%{_mandir}/man7/openl2tp.7.*
%{_mandir}/man8/openl2tpd.8.*
%{_unitdir}/openl2tp.service
%config %{_sysconfdir}/sysconfig/openl2tpd


%files devel
%defattr(-,root,root,-)
%doc plugins/README doc/README.event_sock
%{_libdir}/openl2tp/l2tp_rpc.x
%{_libdir}/openl2tp/l2tp_event.h
%{_libdir}/openl2tp/event_sock.h





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8-8
+ Revision: 0788d55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17857 |14mr|openldap-2.4.33-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _build_pkgcheck_set %{nil}
%define _build_pkgcheck_srpm %{nil}

%define pkg_name openldap
%global beta %{nil}

#defaults
%define build_system 1
%define build_alternatives 0
%define build_modules 1
%define build_modpacks 0
%define build_slp 0
%define build_heimdal 0
%define build_nssov 1
%define build_smbk5pwd 1
%define build_asmmutex 0
%global build_migration 0

%{?_with_system: %global build_system 1}
%{?_without_system: %global build_system 0}
%{?_with_modules: %global build_modules 1}
%{?_without_modules: %global build_modules 0}
%{?_with_slp: %global build_slp 1}
%{?_without_slp: %global build_slp 0}
%{?_with_heimdal: %global build_heimdal 1}
%{?_without_heimdal: %global build_heimdal 0}
%{?_with_nssov: %global build_nssov 1}
%{?_without_nssov: %global build_nssov 0}
%{?_with_smbk5pwd: %global build_smbk5pwd 1}
%{?_without_smbk5pwd: %global build_smbk5pwd 0}
%{?_with_asmmutex: %global build_asmmutex 1}
%{?_without_asmmutex: %global build_asmmutex 0}

%define major 2.4_2
%define fname ldap
%define libname %mklibname %{fname} %{major}
%define migtools_ver 45

# we want to use the default db version for each release, so as
# to make backport binary compatibles
# excepted for very old systems, where we use bundled db
%define bundled_db_source_ver 4.8.30
%define dbdevel db-devel
%global db_internal 0
%define dbver 5.2.0
%define dbutils db-utils
%define dbutilsprefix db52_

%define ol_ver_major 2.4
%if %build_system
%define ol_major %{nil}
%define ol_suffix %nil
%else
%define ol_major 2.4
%define ol_suffix 24
%endif

%if %build_alternatives || !%build_system
%define alternative_major 2.4
%else
%define alternatives_major %{nil}
%endif

%global clientbin	ldapadd,ldapcompare,ldapdelete,ldapmodify,ldapmodrdn,ldappasswd,ldapsearch,ldapwhoami,ldapexop
%global serverbin	slapd-addel,slapd-bind,slapd-modify,slapd-modrdn,slapd-read,slapd-search,slapd-tester,ldif-filter
%define serversbin	slapadd,slapcat,slapd,slapdn,slapindex,slappasswd,slaptest,slurpd,slapacl,slapauth

#localstatedir is passed directly to configure, and we want it to be /var/lib
#define _localstatedir %{_var}/run
%define	_libexecdir	%{_sbindir}

# Allow --with[out] SASL at rpm command line build
%{?_without_SASL: %{expand: %%define _without_cyrussasl --without-cyrus-sasl}}
%{?_with_SASL: %{expand: %%define _with_cyrussasl --with-cyrus-sasl}}
%{!?_with_cyrussasl: %{!?_without_cyrussasl: %global _with_cyrussasl --with-cyrus-sasl}}
%{?_with_cyrussasl: %define _with_cyrussasl --with-cyrus-sasl}
%{?_without_cyrussasl: %define _without_cyrussasl --without-cyrus-sasl}
%{?_with_gdbm: %global db_conv dbb}
%{!?_with_gdbm: %global db_conv gdbm}
%global build_sql 1
%{?_without_sql: %global build_sql 0}
%global back_perl 0

Summary:	LDAP servers and sample clients
Name:		%{pkg_name}%{ol_major}
Version:	2.4.33
Release:	4
License:	Artistic
Group:		System/Servers
URL:		http://www.openldap.org

# Openldap source
Source0:	ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/%{pkg_name}-%{version}%{beta}.tgz

## To generate ths tarball, check the docs out of CVS:
# cvs -d :pserver:anonymous@cvs.OpenLDAP.org:/repo/OpenLDAP co \
# -r OPENLDAP_REL_ENG_2_4 guide
## patch the docs:
# cd guide/admin
# patch -p0 < `rpm --eval %_sourcedir`/openldap-2.4-admin-guide-add-vendor-doc.patch
# cp -p `rpm --eval %_sourcedir`/vendor*.sdf .
## build the docs
# make guide.html
## tar them up
# mkdir openldap-guide
# cp *.html *.gif *.png ../images/LDAPlogo.gif openldap-guide
# tar cjvf `rpm --eval %_sourcedir`/openldap-guide-2.4.tar.bz2 openldap-guide
## To update the README-openldap2.4.mdv as well:
# sdf -2txt_ vendor-standalone.sdf
# cp vendor-standalone.txt `rpm --eval %_sourcedir`/README-openldap2.4.mdv
## ensure your changes get back into the package:
# cvs diff | bzip2 -c > \
# `rpm --eval %_sourcedir`/openldap-2.4-admin-guide-add-vendor-doc.patch.bz2
# tar cjvf `rpm --eval %_sourcedir`/openldap-2.4-vendor-docs.tar.bz2 vendor*.sdf

Source12:	openldap-guide-2.4.tar.bz2
Source13:	README-openldap2.4.mdv

# Specific source
Source1: 	ldap.init
Source2: 	%{pkg_name}.sysconfig
Source19:	gencert.sh
Source20:	ldap.logrotate
Source21:	slapd.conf
Source22:	DB_CONFIG
Source23:	ldap.conf
Source24:	slapd.access.conf
Source25:	ldap-hot-db-backup
Source26:	ldap-reinitialise-slave
Source27:	ldap-common

# Extended Schema 
Source54:	mull.schema

# Doc sources, used to build SOURCE12 and SOURCE13 above
Source100:	openldap-2.4-admin-guide-add-vendor-doc.patch
Source101:	vendor.sdf
Source102:	vendor-standalone.sdf

Source500:	%{name}.tmpfiles.d

# Chris Patches
Patch0:		%{pkg_name}-2.3.4-config.patch
Patch1:		%{pkg_name}-2.0.7-module.patch

#Fix various paths in smbk5pwd:
Patch2:		openldap-2.3-smbk5passwd-paths.patch
# For now, only build support for SMB (no krb5) changing support in smbk5passwd
# overlay:
Patch3:		openldap-2.3.4-smbk5passwd-only-smb.patch
Patch4:		openldap-2.4.25-contrib-makefiles-with-tests.patch
Patch5:		openldap-2.4.8-fix-lib-perms.patch
Patch6:		openldap-2.4.12-test001-check-slapcat.patch

# RH + PLD Patches
Patch15:	%{pkg_name}-cldap.patch

# schema patch
Patch46:	openldap-2.0.21-schema.patch
Patch47:	openldap-2.4.12-change-dyngroup-schema.patch

Patch53:	%pkg_name-ntlm.patch

#patches in CVS
# see http://www.stanford.edu/services/directory/openldap/configuration/openldap-build.html
# for other possibly interesting patches

%{?_with_cyrussasl:BuildRequires:	libsasl-devel}
%{?_with_kerberos:BuildRequires:	krb5-devel}
BuildRequires:	openssl-devel, perl
%if %build_slp
BuildRequires:	openslp-devel
%endif
%if %build_heimdal
BuildRequires:	heimdal-devel
%endif
%if %build_sql
BuildRequires:	unixODBC-devel
%endif
%if %back_perl
BuildRequires:	perl-devel
%endif
BuildRequires:	%{dbdevel} >= %{dbver}
BuildRequires:	ncurses-devel >= 5.0
BuildRequires:	tcp_wrappers-devel
BuildRequires:	libltdl-devel
BuildRequires:	krb5-devel
BuildRequires:	groff
# for make test:
BuildRequires:	diffutils
Requires:	shadow-utils, setup

%description
OpenLDAP is an open source suite of LDAP (Lightweight Directory Access
Protocol) applications and development tools.  The suite includes a
stand-alone LDAP server (slapd) which is in the -servers package, libraries for
implementing the LDAP protocol (in the lib packages), and utilities, tools, and
sample clients (in the -clients package). The openldap binary package includes
only configuration files used by the libraries.

Install openldap if you need LDAP applications and tools.

%package servers
Summary:	OpenLDAP servers and related files
Group:		System/Servers
Requires(pre):	rpm-helper >= 0.23 coreutils shadow-utils
BuildRequires:	rpm-helper >= 0.23
%if !%build_modpacks
Provides:	%{name}-back_dnssrv = %{version}-%{release}
Provides:	%{name}-back_ldap = %{version}-%{release}
Provides:	%{name}-back_passwd = %{version}-%{release}
Provides:	%{name}-back_sql = %{version}-%{release}
Obsoletes:	%{name}-back_dnssrv < %{version}-%{release}
Obsoletes:	%{name}-back_ldap < %{version}-%{release}
Obsoletes:	%{name}-back_passwd < %{version}-%{release}
Obsoletes:	%{name}-back_sql < %{version}-%{release}
%endif
Requires(pre):	%{dbutils}
Requires(post):	%{dbutils}
# slapd checks at startup if the library version matches exactly what it
# was compiled against, so we cant allow newer versions, e.g.:
#bdb_back_initialize: BDB library version mismatch: expected Berkeley DB 4.8.26: (December 30, 2009), got Berkeley DB 4.8.30: (March 25, 2011)
# This might need to be changed to a library dependency, but we need to verify
# library provides on multiple distros before doing that
Requires:	%{dbutils} >= %{dbver}

%if %{?_with_cyrussasl:1}%{!?_with_cyrussasl:0}
%define saslver %([ -f "%{_includedir}/sasl/sasl.h" ] && echo -e "#include <sasl/sasl.h>\\nSASL_VERSION_MAJOR SASL_VERSION_MINOR SASL_VERSION_STEP"|cpp|awk 'END {printf "%s.%s.%s",$1,$2,$3}' || echo "2.1.22")
%define sasllib %mklibname sasl 2
#Ensure we have the sasl library we compiled against available in post so
#slapadd etc works
Requires(post):	%{sasllib} = %{saslver}
%endif

Requires:	%{libname} = %{version}-%{release}
Requires:	%{pkg_name}%{ol_major}-extra-schemas >= 1.3-7
Requires(pre):	%{pkg_name}%{ol_major}-extra-schemas >= 1.3-7

%description servers
OpenLDAP Servers

This package contains the OpenLDAP server, slapd (LDAP server), additional 
backends, configuration files, schema definitions required for operation, and 
database maintenance tools

This server package was compiled with support for the %{?_with_gdbm:gdbm}%{!?_with_gdbm:berkeley}
database library.

%package clients
Summary:	OpenLDAP clients and related files
Group:		System/Servers
Requires:	%{libname} = %{version}-%{release}

%description clients
OpenLDAP clients

This package contains command-line ldap clients (ldapsearch, ldapadd etc)

%package -n %{libname}
Summary:	OpenLDAP libraries
Group:		System/Libraries
Provides:	lib%{fname} = %{version}-%{release}
Requires:	%{name}

%description -n %{libname}
This package includes the libraries needed by ldap applications.

%package -n %{libname}-devel
Summary:	OpenLDAP development libraries and header files
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	tcp_wrappers-devel
Provides:	%{name}-devel = %{version}-%{release}
%if %build_system
Provides: 	lib%{fname}-devel = %{version}-%{release}
Provides:	openldap2-devel = %{version}-%{release}
Obsoletes: 	openldap-devel < %{version}-%{release}
%endif
Conflicts:	libldap1-devel
Conflicts:	%mklibname -d ldap 2
Conflicts:	%mklibname -d ldap 2.3_0

%description -n %{libname}-devel
This package includes the development libraries and header files
needed for compiling applications that use LDAP internals.  Install
this package only if you plan to develop or will need to compile
LDAP clients.

%package -n %{libname}-static-devel
Summary: 	OpenLDAP development static libraries
Group: 		Development/C
Requires: 	%{libname}-devel = %{version}-%{release}
%if %build_system
Provides: 	lib%{fname}-devel-static = %{version}-%{release}
Provides: 	lib%{fname}-static-devel = %{version}-%{release}
Provides:	openldap-devel-static = %{version}-%{release}
Provides:	openldap-static-devel = %{version}-%{release}
Obsoletes: 	openldap-devel-static < %{version}-%{release}
%endif
Conflicts:	libldap1-devel

%description -n %{libname}-static-devel
OpenLDAP development static libraries

%if %build_modpacks
%package back_dnssrv
Summary:	Module dnssrv for OpenLDAP
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Requires:	openldap-servers = %{version}-%{release}

%description back_dnssrv
The dnssrv daabase backend module for OpenLDAP daemon

%package back_ldap
Summary:	Module ldap for OpenLDAP
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Requires:	openldap-servers = %{version}-%{release}

%description back_ldap
The ldap database backend module for OpenLDAP daemon

%package back_passwd
Summary:	Module passwd for OpenLDAP
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Requires:	openldap-servers = %{version}-%{release}

%description back_passwd
The passwd database backend module for OpenLDAP daemon
%endif

%if %build_sql && %build_modpacks
%package back_sql
Summary:	Module sql for OpenLDAP
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Requires:	openldap-servers = %{version}-%{release}

%description back_sql
The sql database backend module for OpenLDAP daemon
%endif

%package doc
Summary:	OpenLDAP documentation and administration guide
Group:		Books/Computer books
Requires:	openldap
Provides:	openldap-guide

%description doc
OpenLDAP documentation, incuding RFCs and the adminitration guide

%package tests
Summary:	OpenLDAP Test Suite - tests and data
Group:		Development/Other
Requires:	%{name}-servers %{name}-clients %{name}-testprogs

%description tests
OpenLDAP now has a substantial test suite, which includes sample configurations
and data for a large number of scenarios and features. These are useful for
testing the installed server, and seeing examples of how to use the features.

The intention is that it should be possible to run the entire test suite on
the installed server using this package.

%package testprogs
Summary:	OpenLDAP Test Suite - simple testing client binaries
Group:		Development/Other

%description testprogs
Programs shipped with the test suite which are used by the test suite, and may
also be useful as load generators etc.

%prep
%setup -q  -n %{pkg_name}-%{version}%{beta}

%patch0 -p1 -b .config
perl -pi -e 's/^(#define\s+DEFAULT_SLURPD_REPLICA_DIR.*)ldap(.*)/${1}ldap%{ol_major}${2}/' servers/slurpd/slurp.h
perl -pi -e 's/LDAP_DIRSEP "run" //g' include/ldap_defaults.h
%patch1 -p1 -b .module
%patch2 -p1 -b .smbk5paths
%if !%build_heimdal
%patch3 -p1 -b .smbonly
%endif
%patch4 -p1 -b .contribmake

%patch15 -p1 -b .cldap

%patch46 -p1 -b .mdk
%patch47 -p1 -b .dyngroup
# FIXME
%patch53 -p1 -b .ntlm

# patches from CVS
perl -pi -e 's/testrun/\${TESTDIR}/g' tests/scripts/test024-unique

# README:
cp %{SOURCE13} README.mdk

# test049 not ready for not writing to testdir ...
mv tests/scripts/{,broken}test049*

%patch5 -p1
%patch6 -p1
chmod a+rx tests/scripts/test054*
#aclocal
#perl -pi -e 's/^(AC_PREREQ.2.5)/${1}7/g' configure.in
#autoconf

%build
#disable icecream:
PATH=`echo $PATH|perl -pe 's,:[\/\w]+icecream[\/\w]+:,:,g'`
%serverbuild

# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`

unset CONFIGURE_TOP

#FIXME: Some script backends should not be used with threads, mostly shell/perl

%if !%build_system
perl -pi -e 's,(progname = "\w+)",${1}%{ol_major}",g' servers/slapd/*.c
perl -pi -e 's,({"slap\w+)",${1}%{ol_major}",g' servers/slapd/main.c
%endif

# don't choose db4.3 even if it is available
export ol_cv_db_db_4_dot_3=no
# try and miss linuxthreads, so we get a threading lib on glibc2.4:
export ol_cv_header_linux_threads=no
#rh only:
export CPPFLAGS="-I%{_prefix}/kerberos/include $CPPFLAGS"
export LDFLAGS="-L%{_prefix}/kerberos/%{_lib} $LDFLAGS"
%if %{?openldap_fd_setsize:1}%{!?openldap_fd_setsize:0}
CPPFLAGS="$CPPFLAGS -DOPENLDAP_FD_SETSIZE=%{openldap_fd_setsize}"
%endif
# FIXME glibc 2.8 breakage, this is not the correct fix, see
# http://www.openldap.org/its/index.cgi/Build?id=5464;selectid=5464
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
# building for systems with kernel < 2.6 requires building without epoll support
%if %{mdkversion} < 1000 || %{?_without_epoll:1}%{!?_without_epoll:0}
export ac_cv_header_sys_epoll_h=no
%endif

%configure2_5x \
	--with-subdir=%{name} \
%if !%build_system
	--program-suffix=%{ol_major} \
%endif
	--localstatedir=/var/run/ldap%{ol_major} \
	--enable-dynamic \
	--enable-syslog \
	--enable-proctitle \
	--enable-ipv6 \
	--enable-local \
	%{?_with_cyrussasl} %{?_without_cyrussasl} \
	%{?_with_kerberos} %{?_without_kerberos} \
	--with-threads \
	--with-tls \
	--enable-slapd \
	--enable-aci \
	--enable-cleartext \
	--enable-crypt \
	--enable-lmpasswd \
	%{!?_with_gssapi:--without-gssapi} \
	%{?_with_kerberos:--enable-kpasswd} \
	%{?_with_cyrussasl:--enable-spasswd} \
%if %build_modules
	--enable-modules \
%endif
	--enable-rewrite \
	--enable-rlookups \
%if %build_slp
	--enable-slp \
%endif
	--enable-wrappers \
	--enable-bdb=yes \
	--enable-hdb=yes \
	--enable-ndb=no \
	--enable-backends=mod \
%if %back_perl
	--enable-perl=mod \
%else
	--enable-perl=no \
%endif
%if %build_sql
	--enable-sql=mod \
%else
	--enable-sql=no \
%endif
	--enable-overlays=mod \
	--enable-shared

%if !%build_system
perl -pi -e 's/^(ldap_subdir\s+=\s+.*)%{pkg_name}/$1%{name}/g' Makefile
perl -p -i.bak -e 's/slapd-(search|read|addel|modrdn|modify|bind)/slapd-${1}%{ol_major}/g' tests/progs/slapd-tester.c
%endif

# (oe) amd64 fix
perl -pi -e "s|^AC_CFLAGS.*|AC_CFLAGS = $CFLAGS -fPIC|g" libraries/librewrite/Makefile

make depend 

make 
export LIBTOOL=`pwd`/libtool

if [ -d /usr/kerberos/%{_lib} ]; then export LIBRARY_PATH=/usr/kerberos/%{_lib}; fi
perl -pi -e 's/radius.la//g' contrib/slapd-modules/passwd/Makefile
#acl broken
for i in addpartial allop allowed autogroup cloak denyop dsaschema dupent  \
    kinit \
    lastbind lastmod noopsrch nops \
%if %build_nssov
    nssov \
%endif
%if %build_smbk5pwd
    smbk5pwd \
%endif
    passwd passwd/sha2 trace
do
    make -C contrib/slapd-modules/$i libdir=%{_libdir} moduledir=%{_libdir}/%{name}
done

#proxyOld, needs some work ...
#CC=g++ make -C contrib/slapd-modules/proxyOld

#samba4, not useful yet?

# http://wiki.mandriva.com/en/2009-underlinking-overlinking
#LDFLAGS=${LDFLAGS//-Wl,--no-undefined/}
# Not shipped yet: comp_match,proxyOld


%check
%if %{!?_without_test:1}%{?_without_test:0}
%if !%{build_system}
pushd clients/tools
for OLD in {%{clientbin}}
do
    NEW=`echo ${OLD}%{alternative_major}`
    ln -sf $OLD $NEW
    #mv -f $OLD $NEW ||:
    #if [ -L $NEW ]
    #then ln -sf `readlink $NEW`%{alternative_major} $NEW
    #fi
done
popd
%endif
#disable icecream:
#PATH=`echo $PATH|perl -pe 's,:[\/\w]+icecream[\/\w]+:,:,g'`
# meta test seems to timeout on the Mandriva cluster:
#export TEST_META=no
# Use a pseudo-random number between 9000 and 10000 as base port for slapd in tests
export SLAPD_BASEPORT=$[9000+RANDOM%1000]
make -C tests %{!?tests:test}%{?tests:%tests}
%endif

%install
#disable icecream:
#PATH=`echo $PATH|perl -pe 's,:[\/\w]+icecream[\/\w]+:,:,g'`
export DONT_GPRINTIFY=1
export DONT_REMOVE_LIBTOOL_FILES=1
for i in acl addpartial allop allowed autogroup \
 kinit \
%if %build_nssov
    nssov \
%endif
%if %build_smbk5pwd
    smbk5pwd \
%endif
    passwd 
do
cp -af contrib/slapd-modules/$i/README{,.$i}
done
cp contrib/slapd-modules/passwd/sha2/README{,.sha2}
rm -Rf %{buildroot}

%makeinstall_std STRIP="" 

%if %build_smbk5pwd
cp -a contrib/slapd-modules/smbk5pwd/.libs/smbk5pwd.so* %{buildroot}/%{_libdir}/%{name}
%if !%{build_heimdal}
for i in %{buildroot}/%{_libdir}/%{name}/smbk5pwd*
do 
  if [ -L ${i} ]
  then
    newlink=`readlink $i|sed -e 's/k5//g'`
    rm $i
    ln -svf $newlink ${i/k5/}
  else
    mv $i ${i/k5/}
  fi
done
%endif
%endif

cp contrib/slapd-modules/allop/slapo-allop.5 %{buildroot}/%{_mandir}/man5
cp contrib/slapd-modules/cloak/slapo-cloak.5 %{buildroot}/%{_mandir}/man5
cp contrib/slapd-modules/lastbind/slapo-lastbind.5 %{buildroot}/%{_mandir}/man5
cp contrib/slapd-modules/lastmod/slapo-lastmod.5 %{buildroot}/%{_mandir}/man5
cp contrib/slapd-modules/nops/slapo-nops.5 %{buildroot}/%{_mandir}/man5

#cp contrib/slapd-modules/*/*.so %{buildroot}/%{_libdir}/%{name}

#smbk5pwd skipped, installed as smbpwd above
#dsaschema broken on 32bit
for i in addpartial allop allowed autogroup cloak denyop dupent \
    kinit \
    lastbind lastmod noopsrch nops \
%if %build_nssov
    nssov \
%endif
    passwd passwd/sha2 trace
do 
    if make -C contrib/slapd-modules/$i test
    then make DESTDIR=%{buildroot} mandir=%{_mandir} moduledir=%{_libdir}/%{name} schemadir=%{_sysconfdir}/%{name}/schema -C contrib/slapd-modules/$i install
    rm -f %{buildroot}/%{_libdir}/%{name}/$i.a
    else exit 1
    fi
done
rm -f %{buildroot}/%{_libdir}/%{name}/kerberos.a
rm -f %{buildroot}/%{_libdir}/%{name}/netscape.a
rm -f %{buildroot}/%{_libdir}/%{name}/sha2.a
#compat symlinks, DONT REMOVE
ln -s netscape.so %{buildroot}/%{_libdir}/%{name}/pw-netscape.so
ln -s kerberos.so %{buildroot}/%{_libdir}/%{name}/pw-kerberos.so
    
# We already had ldapns.schema in extra-schemas
rm -f %{buildroot}/%{_sysconfdir}/%{name}/schema/ldapns.schema


# try and ship the tests such that they will run properly

install -d %{buildroot}/%{_datadir}/%{name}/tests
cp -a tests/{data,scripts,Makefile,run} %{buildroot}/%{_datadir}/%{name}/tests
ln -s %{_datadir}/%{name}/schema %{buildroot}/%{_datadir}/%{name}/tests
find %{buildroot}/%{_datadir}/%{name}/tests -type f -name '*.conf' -exec perl -pi -e 's,\.\.\/servers\/slapd\/back-.*,%{_libdir}/%{name},g;s,\.\.\/servers\/slapd\/overlays,%{_libdir}/%{name},g' {} \;
perl -pi -e 's,(\`pwd\`\/)?\.\.\/servers\/(slapd|slurpd)\/(slapd|slurpd),%{_sbindir}/${2}%{ol_major},g;s,^PROGDIR=.*,PROGDIR=%{_bindir},g;s,^CLIENTDIR=.*,CLIENTDIR=%{_bindir},g;s,^TESTDIR=.*,TESTDIR=\${USER_TESTDIR-\$TMPDIR/openldap-testrun},g;s/ldap(search|add|delete|modify|whoami|compare|passwd|modrdn|exop)/ldap${1}%{ol_major}/g;s/slapd-tester$/slapd-tester%{ol_major}/g;s,\$TESTWD\/,,g;s/^(\.\*.*)\$(.*)/${1}\`pwd\`\/\$${2}/g' %{buildroot}/%{_datadir}/%{name}/tests/scripts/defines.sh %{buildroot}/%{_datadir}/%{name}/tests/run
perl -pi -e 's/testrun/\$TESTDIR/g;s,^SHTOOL=.*,. scripts/defines.sh,g' %{buildroot}/%{_datadir}/%{name}/tests/scripts/all
perl -p -i.bak -e 's,^olcModulePath: .*,olcModulePath: %{_libdir}/%{name},g' %{buildroot}/%{_datadir}/%{name}/tests/scripts/test*
perl -pi -e 's/^(Makefile|SUBDIRS)/#$1/g' %{buildroot}/%{_datadir}/%{name}/tests/Makefile
echo 'SHTOOL="./scripts/shtool"' >> %{buildroot}/%{_datadir}/%{name}/tests/scripts/defines.sh
install -m755 build/shtool %{buildroot}/%{_datadir}/%{name}/tests/scripts
if [ -n "%{ol_major}" ]
then for i in addel bind modify modrdn read search tester
do ln -sf slapd-${i} tests/progs/slapd-${i}%{ol_major}
done
fi
ln -s %{_datadir}/%{name}/tests/data %{buildroot}/%{_datadir}/%{name}/tests/testdata

install -m755 tests/progs/.libs/slapd-* tests/progs/.libs/ldif-filter %{buildroot}/%{_bindir}

### some hack
perl -pi -e "s| -L../liblber/.libs||g" %{buildroot}%{_libdir}/libldap.la

perl -pi -e  "s,-L$RPM_BUILD_DIR\S+%{_libdir},,g" %{buildroot}/%{_libdir}/lib*.la
#sed -i -e "s|-L$RPM_BUILD_DIR/%{name}-%{version}/db-instroot/%{_libdir}||g" %{buildroot}/%{_libdir}/*la
#%{buildroot}/%{_libdir}/%{name}/*.la 

### Init scripts
install -d %{buildroot}%{_initrddir}
install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/ldap%{ol_major}
perl -pi -e 's,%{_bindir}/db_,%{_bindir}/%{dbutilsprefix},g' %{buildroot}%{_initrddir}/ldap%{ol_major}

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/ldap%{ol_major}

install -m 640 %{SOURCE21} %{SOURCE23} %{SOURCE24} %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}/%{_sysconfdir}/%{name}/slapd.d
#install -m640 -o ldap -g ldap -d /etc/openldap/slapd.d

### repository dir
install -d %{buildroot}%{_var}/lib/ldap%{ol_major}

### DB_CONFIG for bdb backend
install -m644 %{SOURCE22} %{buildroot}%{_var}/lib/ldap%{ol_major}

### run dir
install -d %{buildroot}%{_var}/run/ldap%{ol_major}

### Server defaults
echo "localhost" > %{buildroot}%{_sysconfdir}/%{name}/ldapserver

### we don't need the default files 
rm -f %{buildroot}/etc/%{name}/*.default 
rm -f %{buildroot}/etc/%{name}/schema/*.default 


### Standard schemas should not be changed by users
install -d %{buildroot}%{_datadir}/%{name}/schema
mv -f %{buildroot}%{_sysconfdir}/%{name}/schema/* %{buildroot}%{_datadir}/%{name}/schema/

### install additional schemas
install -m 644 %{SOURCE54} %{buildroot}%{_datadir}/%{name}/schema/

install -d %{buildroot}/%{_datadir}/%{name}/scripts
install -m 755 %{SOURCE25} %{SOURCE26} %{SOURCE27} %{buildroot}/%{_datadir}/%{name}/scripts/
for i in hourly daily weekly monthly yearly
do
	install -d %{buildroot}/%{_sysconfdir}/cron.${i}
	ln -s %{_datadir}/%{name}/scripts/ldap-hot-db-backup %{buildroot}/%{_sysconfdir}/cron.${i}/ldap-hot-db-backup%{ol_major}
done
perl -pi -e 's,%{_bindir}/db_,%{_bindir}/%{dbutilsprefix},g' %{buildroot}/%{_datadir}/%{name}/scripts/ldap-common

### create local.schema
echo "# This is a good place to put your schema definitions " > %{buildroot}%{_sysconfdir}/%{name}/schema/local.schema
chmod 644 %{buildroot}%{_sysconfdir}/%{name}/schema/local.schema

### Guide
mkdir -p %{buildroot}/%{_docdir}/
tar xvjf %{SOURCE12} -C %{buildroot}/%{_docdir}/
mv %{buildroot}/%{_docdir}/{%{pkg_name},%{name}}-guide ||:

### gencert.sh
install -m 755 %{SOURCE19} %{buildroot}/%{_datadir}/%{name}

### log repository
install -m 700 -d %{buildroot}/var/log/ldap%{ol_major}
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -m 644 %{SOURCE20} %{buildroot}%{_sysconfdir}/logrotate.d/ldap%{ol_major}


# get the buildroot out of the man pages
perl -pi -e "s|%{buildroot}||g" %{buildroot}%{_mandir}/*/*.*

#mkdir -p %{buildroot}%{_sysconfdir}/ssl/%{name}

#rename binaries
%if !%{build_system} || %{build_alternatives}
for OLD in %{buildroot}/%{_bindir}/{%{clientbin}}
do
    NEW=`echo ${OLD}%{alternative_major}`
    mv -f $OLD $NEW ||:
    if [ -L $NEW ]
    then ln -sf `readlink $NEW`%{alternative_major} $NEW
    fi
done
for OLD in %{buildroot}/%{_mandir}/man?/{%{clientbin},ldap.conf,ldif}*
do
    if [ -e $OLD ]
    then
        BASE=`perl -e '$_="'${OLD}'"; m,(%buildroot)(.*?)(\.[0-9]),;print "$1$2\n";'`
        EXT=`echo $OLD|sed -e 's,'${BASE}',,g'`
        NEW=`echo ${BASE}%{alternative_major}${EXT}`
        mv $OLD $NEW
    fi
done
%endif
%if !%build_system
for OLD in %{buildroot}/%{_bindir}/{%{serverbin}} %{buildroot}/%{_sbindir}/{%{serversbin}}
do
    NEW=`echo ${OLD}%{ol_major}`
    mv $OLD $NEW -f ||:
    if [ -L $NEW ]
        then ln -sf `readlink $NEW`%{ol_major} $NEW
    fi
done
# And the man pages too:
for OLD in %{buildroot}/%{_mandir}/man?/{%{serversbin},slapo}*
do
    if [ -e $OLD ]
    then
        BASE=`perl -e '$_="'${OLD}'"; m,(%buildroot)(.*?)(\.[0-9]),;print "$1$2\n";'`
#        BASE=`perl -e '$name="'${OLD}'"; print "",($name =~ /(.*?)\.[0-9]/), "\n";'`
	EXT=`echo $OLD|sed -e 's,'${BASE}',,g'`
	NEW=`echo ${BASE}%{ol_major}${EXT}`
	mv $OLD $NEW
    fi
done
%endif

#Fix binary names and config paths in scripts/configs
perl -pi -e 's,/%{pkg_name}/,/%{name}/,g;s,(/ldap\w?)\b,${1}%{ol_major},g;s,(%{_bindir}/slapd_db_\w+),${1}%{ol_major},g;s,(%{_sbindir}/sl(apd|urpd|aptest))\b,${1}%{ol_major},g;s/ldap%{ol_major}-common/ldap-common/g;s,ldap%{ol_major}.pem,ldap.pem,g;s,/usr/lib,%{_libdir},g' %{buildroot}/{%{_sysconfdir}/%{name}/slapd.conf,%{_initrddir}/ldap%{ol_major},%{_datadir}/%{name}/scripts/*}
perl -pi -e 's/ldap/ldap%{ol_major}/' %{buildroot}/%{_sysconfdir}/logrotate.d/ldap%{ol_major}

mv %{buildroot}/var/run/ldap%{ol_major}/openldap-data/DB_CONFIG.example %{buildroot}/%{_var}/lib/ldap%{ol_major}/
 
# install private headers so as to build additional overlays later
install -d -m 755 %{buildroot}%{_includedir}/%{name}/{include,slapd}
install -m 644 include/*.h  %{buildroot}%{_includedir}/%{name}/include
install -d -m 755 %{buildroot}%{_includedir}/%{name}/include/ac
install -m 644 include/ac/*.h  %{buildroot}%{_includedir}/%{name}/include/ac
install -m 644 servers/slapd/*.h  %{buildroot}%{_includedir}/%{name}/slapd
install -d -m 755 %{buildroot}%{_includedir}/%{name}/libraries/liblunicode/ucdata
install -m 644 libraries/liblunicode/ucdata/*.h %{buildroot}%{_includedir}/%{name}/libraries/liblunicode/ucdata

# Dont drop all  .la files, as OpenLDAP uses them for loading plugins
rm -f %{buildroot}/%{_libdir}/*.la
rm -f %{buildroot}%{_libdir}/%{name}/*.a

# tmpfiles
install -m 0644 %{SOURCE500} -D %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf

%pre servers
%_pre_useradd ldap %{_var}/lib/ldap /bin/false
%_pre_groupadd ldap ldap
# allowing slapd to read hosts.allow and hosts.deny
%{_bindir}/gpasswd -a ldap adm 1>&2 > /dev/null || :

if [ "$1" -ne '1' ]
then
SLAPD_STATUS=`LANG=C LC_ALL=C NOLOCALE=1 service ldap%{ol_major} status 2>/dev/null|grep -q stopped;echo $?`
[ $SLAPD_STATUS -eq 1 ] && service ldap%{ol_major} stop
service ldap%{ol_major} recover

%if build_system
LDAPUSER=ldap
LDAPGROUP=ldap
[ -e "/etc/sysconfig/%{name}" ] && . "/etc/sysconfig/%{name}"
SLAPDCONF=${SLAPDCONF:-/etc/%{name}/slapd.conf}

#decide whether we need to migrate at all:
MIGRATE=`%{_sbindir}/slapd%{ol_major} -VV 2>&1|while read a b c d e;do case $d in (2.4.*) echo nomigrate;;(2.*) echo migrate;;esac;done`

if [ "$1" -ne 1 -a -e "$SLAPDCONF" -a "$MIGRATE" != "nomigrate" ]
then 
#`awk '/^[:space:]*directory[:space:]*\w*/ {print $2}' /etc/%{name}/slapd.conf`
dbs=`awk 'BEGIN {OFS=":"} /[:space:]*^database[:space:]*\w*/ {db=$2;suf="";dir=""}; /^[:space:]*suffix[:space:]*\w*/ {suf=$2;if((db=="bdb"||db=="ldbm"||db=="hdb")&&(suf!=""&&dir!="")) print dir,suf};/^[:space:]*directory[:space:]*\w*/ {dir=$2; if((db=="bdb"||db=="ldbm"||db="hdb")&&(suf!=""&&dir!="")) print dir,suf};' "$SLAPDCONF" $(awk  '/^[[:blank:]]*include[[:blank:]]*/ {print $2}' "$SLAPDCONF")|sed -e 's/"//g'`
for db in $dbs
do
	dbdir=${db/:*/}
	dbsuffix=${db/*:/}
	[ -e /etc/sysconfig/ldap%{ol_major} ] && . /etc/sysconfig/ldap%{ol_major}
# data migration between incompatible versions
# openldap >= 2.2.x have slapcat as a link to slapd, older releases do not
	if [ "${AUTOMIGRATE:-yes}" == "yes" -a -f %{_sbindir}/slapcat ]
	then
		ldiffile="rpm-migrate-to-%{ol_ver_major}.ldif"
		# dont do backups more than onc
		if [ ! -e "${dbdir}/${ldiffile}-imported" -a ! -e "${dbdir}/${ldiffile}-import-failed" ];then
		echo "Migrating pre-OpenLDAP-%{ol_ver_major} data"
		echo "Making a backup of $dbsuffix to ldif file ${dbdir}/$ldiffile"
		# For some reason, slapcat works in the shell when slapd is
		# running but not via rpm ...
		slapcat -b "$dbsuffix" -l ${dbdir}/${ldiffile} ||:
		fi
	fi
done
fi
%endif
# We want post to start the service, but we dont want to start
# it now to create a new database environment in case of db library upgrade
touch /var/lock/subsys/slapd%{ol_major}
fi

%post servers
SLAPD_STATUS=`LANG=C LC_ALL=C NOLOCALE=1 service ldap%{ol_major} status 2>/dev/null|grep -q stopped;echo $?`
[ $SLAPD_STATUS -eq 1 ] && service ldap%{ol_major} stop
# bgmilne: part 2 of gdbm->dbb conversion for data created with 
# original package for 9.1:
dbnum=1
LDAPUSER=ldap
LDAPGROUP=ldap
[ -e "/etc/sysconfig/%{name}" ] && . "/etc/sysconfig/%{name}"
SLAPDCONF=${SLAPDCONF:-/etc/%{name}/slapd.conf}
if [ -e "$SLAPDCONF" ] 
then
dbs=`awk 'BEGIN {OFS=":"} /[:space:]*^database[:space:]*\w*/ {db=$2;suf="";dir=""}; /^[:space:]*suffix[:space:]*\w*/ {suf=$2;if((db=="bdb"||db=="ldbm")&&(suf!=""&&dir!="")) print dir,suf};/^[:space:]*directory[:space:]*\w*/ {dir=$2; if((db=="bdb"||db=="ldbm")&&(suf!=""&&dir!="")) print dir,suf};' "$SLAPDCONF" $(awk  '/^[[:blank:]]*include[[:blank:]]*/ {print $2}' "$SLAPDCONF")|sed -e 's/"//g'`
for db in $dbs
do	
	dbdir=${db/:*/}
	dbsuffix=${db/*:/}
	ldiffile="rpm-migrate-to-%{ol_ver_major}.ldif"
	if [ -e "${dbdir}/${ldiffile}" ]
	then
		echo -e "\n\nImporting $dbsuffix"
		if [ -e ${dbdir}/ldap-rpm-backup ]
		then 
			echo "Warning: Old ldap backup data in ${dbdir}/ldap-rpm-backup"
			echo "These files will be removed"
			rm -f ${dbdir}/ldap-rpm-backup/*
		fi
	
		echo "Moving the database files fom ${dbdir} to ${dbdir}/ldap-rpm-backup"
		mkdir -p ${dbdir}/ldap-rpm-backup
		mv -f ${dbdir}/{*.bdb,*.gdbm,*.dbb,log.*,__db*} ${dbdir}/ldap-rpm-backup 2>/dev/null
		echo "Importing $dbsuffix from ${dbdir}/${ldiffile}"
		if slapadd%{ol_major} -q -cv -b "$dbsuffix" -l ${dbdir}/${ldiffile} > \
		${dbdir}/rpm-ldif-import.log 2>&1
		then
			mv -f ${dbdir}/${ldiffile} ${dbdir}/${ldiffile}-imported
			echo "Import complete, see log ${dbdir}/rpm-ldif-import.log"
			echo "If any entries were not migrated, see ${dbdir}/${ldiffile}-imported"
		else
			mv -f ${dbdir}/${ldiffile} ${dbdir}/${ldiffile}-import-failed
			echo "Import failed on ${dbdir}/${ldifffile}, see ${dbdir}/rpm-ldif-import.log"
			echo "An ldif dump of $dbsuffix has been saved as ${dbdir}/${ldiffile}-import-failed"
			echo -e "\nYou can import it manually by running (as root):"
			echo "# service ldap%{ol_major} stop"
			echo "# slapadd%{ol_major} -c -l ${dbdir}/${ldiffile}-import-failed"
			echo "# chown $LDAPUSER:$LDAPGROUP ${dbdir}/*"
			echo "# service ldap%{ol_major} start"
		fi
	fi

	chown ${LDAPUSER}:${LDAPGROUP} -R ${dbdir}
	# openldap-2.0.x->2.1.x on ldbm/dbb backend seems to need reindex regardless:
	#slapindex -n $dbnum
	#dbnum=$[dbnum+1]
done
fi
[ $SLAPD_STATUS -eq 1 ] && service ldap%{ol_major} start

# Setup log facility for OpenLDAP on new install
%if %{?_post_syslogadd:1}%{!?_post_syslogadd:0}
%_post_syslogadd /var/log/ldap%{ol_major}/ldap.log local4
perl -pi -e "s|^.*SLAPDSYSLOGLOCALUSER.*|SLAPDSYSLOGLOCALUSER=\"local4\"|" \
    %{_sysconfdir}/sysconfig/ldap%{ol_major}
%else
if [ -f %{_sysconfdir}/syslog.conf -a $1 -eq 1 ]
then
	# clean syslog
	perl -pi -e "s|^.*ldap%{ol_major}.*\n||g" %{_sysconfdir}/syslog.conf 

	# probe free local-users
	cntlog=""
	for log in 7 6 5 3 2 1 0 4
	do 
		grep -vE "local${log}[^;]*\.none" %{_sysconfdir}/syslog.conf|grep -q local${log} || cntlog="${log}"
	done

	if [ "${cntlog}" != "" ];then
		echo "# added by %{name}-%{version} rpm $(date)" >> %{_sysconfdir}/syslog.conf
#   modified by Oden Eriksson
#		echo "local${cntlog}.*       /var/log/ldap/ldap.log" >> %{_sysconfdir}/syslog.conf
		echo -e "local${cntlog}.*\t\t\t\t\t\t\t-/var/log/ldap%{ol_major}/ldap.log" >> %{_sysconfdir}/syslog.conf

		# reset syslog daemon
		if [ -f /var/lock/subsys/syslog ]; then
        		service syslog restart  > /dev/null 2>/dev/null || : 
		elif [ -f /var/lock/subsys/rsyslog ]; then
			service rsyslog restart > /dev/null 2>/dev/null || :
		fi
	else
		echo "I can't set syslog local-user!"
	fi
		
	# set syslog local-user in /etc/sysconfig/ldap
	perl -pi -e "s|^.*SLAPDSYSLOGLOCALUSER.*|SLAPDSYSLOGLOCALUSER=\"LOCAL${cntlog}\"|g" %{_sysconfdir}/sysconfig/ldap%{ol_major}

fi
%endif

# Handle switch from %{_sysconfdir}/ssl/%{name}/ldap.pem to %{_sysconfdir}/pki/tls/private/ldap.pem
if [ -e %{_sysconfdir}/ssl/%{name}/ldap.pem -a ! -e %{_sysconfdir}/pki/tls/private/ldap.pem ]
then
  mv %{_sysconfdir}/ssl/%{name}/ldap.pem %{_sysconfdir}/pki/tls/private/ldap.pem
  ln -s %{_sysconfdir}/pki/tls/private/ldap.pem %{_sysconfdir}/ssl/%{name}/ldap.pem
fi
# generate the ldap.pem cert here instead of the initscript
%if %{?_create_ssl_certificate:1}%{!?_create_ssl_certificate:0}
%_create_ssl_certificate -g ldap ldap
%else
if [ ! -e %{_sysconfdir}/pki/tls/private/ldap.pem ]
then
  if [ -x %{_datadir}/%{name}/gencert.sh ] ; then
    echo "Generating self-signed certificate..."
    pushd %{_sysconfdir}/pki/tls/private > /dev/null
    yes ""|%{_datadir}/%{name}/gencert.sh >/dev/null 2>&1
    chmod 640 ldap.pem
    chown root:ldap ldap.pem
    popd > /dev/null
  fi
  echo "To generate a self-signed certificate, you can use the utility"
  echo "%{_datadir}/%{name}/gencert.sh..."
fi
%endif

pushd %{_sysconfdir}/%{name}/ > /dev/null
for i in slapd.conf slapd.access.conf ; do
	if [ -f $i ]; then
		chmod 0640 $i
		chown root:ldap $i
	fi
done
popd > /dev/null


%_post_service ldap%{ol_major}

# nscd reset
if [ -f /var/lock/subsys/nscd ]; then
        service nscd restart  > /dev/null 2>/dev/null || : 
fi


%preun servers
%_preun_service ldap%{ol_major}

%postun servers
%if %{?_preun_syslogdel:1}%{?!_preun_syslogdel:0}
%_preun_syslogdel
%else
if [ $1 = 0 ]; then 
	# remove ldap entry 
	perl -pi -e "s|^.*ldap.*\n||g" %{_sysconfdir}/syslog.conf 

	# reset syslog daemon
	if [ -f /var/lock/subsys/syslog ]; then
	        service syslog restart  > /dev/null 2>/dev/null || : 
	elif [ -f /var/lock/subsys/rsyslog ]; then
		service rsyslog restart > /dev/null 2>/dev/null || :
	fi
fi
%endif
%_postun_userdel ldap
%_postun_groupdel ldap

%triggerpostun -- openldap-clients < 2.1.25-5mdk
# We may have openldap client configuration in /etc/ldap.conf
# which now needs to be in /etc/openldap/ldap.conf
if [ -f /etc/ldap.conf ] 
then
	mv -f /etc/%{name}/ldap.conf /etc/%{name}/ldap.conf.rpmfix
	cp -af /etc/ldap.conf /etc/%{name}/ldap.conf
fi

%files
%config(noreplace) %{_sysconfdir}/%{name}/ldapserver
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/ldap.conf
%{_mandir}/man5/ldap.conf%{ol_major}.5*
%{_mandir}/man5/ldif%{ol_major}.5*
%doc README.mdk


%files doc
%doc ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README 
%doc doc/rfc doc/drafts
%doc %{_docdir}/%{name}-guide

%files servers
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/schema
%attr(640,root,ldap) %config(noreplace) %{_sysconfdir}/%{name}/slapd.conf
%attr(640,root,ldap) %config(noreplace) %{_sysconfdir}/%{name}/slapd.ldif
%dir %attr(750,ldap,ldap) %{_sysconfdir}/%{name}/slapd.d
%attr(640,root,ldap) %{_sysconfdir}/%{name}/DB_CONFIG.example
%attr(640,root,ldap) %config %{_sysconfdir}/%{name}/slapd.access.conf
%config(noreplace) %{_sysconfdir}/%{name}/schema/*.schema
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/schema
%{_datadir}/%{name}/schema/*.schema
%{_datadir}/%{name}/schema/*.ldif
%{_datadir}/%{name}/schema/README
%{_datadir}/%{name}/scripts
%{_sysconfdir}/cron.hourly/ldap-hot-db-backup%{ol_major}
%{_sysconfdir}/cron.daily/ldap-hot-db-backup%{ol_major}
%{_sysconfdir}/cron.weekly/ldap-hot-db-backup%{ol_major}
%{_sysconfdir}/cron.monthly/ldap-hot-db-backup%{ol_major}
%{_sysconfdir}/cron.yearly/ldap-hot-db-backup%{ol_major}
%{_prefix}/lib/tmpfiles.d/%{name}.conf

%config(noreplace) %{_sysconfdir}/sysconfig/ldap%{ol_major}
%config(noreplace) %{_initrddir}/ldap%{ol_major}
%attr(750,ldap,ldap) %dir %{_var}/lib/ldap%{ol_major}
%config(noreplace) %{_var}/lib/ldap%{ol_major}/DB_CONFIG
%{_var}/lib/ldap%{ol_major}/DB_CONFIG.example
%attr(755,ldap,ldap) %dir /var/run/ldap%{ol_major}
%{_datadir}/%{name}/gencert.sh
%{_sbindir}/*

%dir %{_libdir}/%{name}
%if %build_modules && !%build_modpacks
%{_libdir}/%{name}/*.la
%{_libdir}/%{name}/*.so*
%endif

%{_mandir}/man5/slap*.5*
%{_mandir}/man8/*

%attr(750,ldap,ldap) %dir /var/log/ldap%{ol_major}
%config(noreplace) %{_sysconfdir}/logrotate.d/ldap%{ol_major}

%doc contrib/slapd-modules/acl/README.acl
%doc contrib/slapd-modules/addpartial/README.addpartial
%doc contrib/slapd-modules/allop/README.allop
%doc contrib/slapd-modules/allowed/README.allowed
%doc contrib/slapd-modules/autogroup/README.autogroup
#doc contrib/slapd-modules/dsaschema/README.dsaschema
%doc contrib/slapd-modules/kinit/README.kinit
%doc contrib/slapd-modules/passwd/README.passwd
%doc contrib/slapd-modules/passwd/sha2/README.sha2
%if %build_smbk5pwd
%doc contrib/slapd-modules/smbk5pwd/README.smbk5pwd
%endif
%if %build_nssov
%doc contrib/slapd-modules/nssov/README.nssov
%endif

%files clients
%{_bindir}/ldap*
%{_mandir}/man1/*

%files -n %libname
%{_libdir}/lib*.so.*

%files -n %libname-devel
%{_libdir}/libl*.so
%{_includedir}/l*.h
%{_includedir}/s*.h
%{_includedir}/%{name}
%{_mandir}/man3/*

%files -n %libname-static-devel
%{_libdir}/lib*.a

%if %build_modpacks
%files back_dnssrv
%{_libdir}/%{name}/back_dnssrv.la
%{_libdir}/%{name}/back_dnssrv*.so.*
%{_libdir}/%{name}/back_dnssrv*.so

%files back_ldap
%{_libdir}/%{name}/back_ldap.la
%{_libdir}/%{name}/back_ldap*.so.*
%{_libdir}/%{name}/back_ldap*.so

%files back_passwd
%{_libdir}/%{name}/back_passwd.la
%{_libdir}/%{name}/back_passwd*.so.*
%{_libdir}/%{name}/back_passwd*.so
%endif #build_modpacks

%if %build_sql && %build_modpacks
%files back_sql
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/back_sql.la
%{_libdir}/%{name}/back_sql*.so.*
%{_libdir}/%{name}/back_sql*.so
%endif

%files tests
%{_datadir}/%{name}/tests

%files testprogs
%{_bindir}/slapd-*
%{_bindir}/ldif-filter%{ol_major}
#
# Todo:
# - add cron-job to remove transaction logs (bdb)


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.33-4
+ Revision: ba2b4e7
- BuildList#2062192: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17858 |14mr|openldap-extra-schemas-1.3-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{!?ol_major: %global ol_major %nil}
%define schema_dir %{_datadir}/openldap%{ol_major}/schema

Name: openldap%{ol_major}-extra-schemas
Summary: Some extra schemas for OpenLDAP
Version: 1.3
Release: 15
License: Several, see each file
Group: Databases
Source0: autofs.schema
# Get from qmail-ldap patch (http://www.nrg4u.com/qmail/)
Source1: qmail.schema
# from rfc2739, updated for schema correctness, used by evo for calendar attrs
Source2: calendar.schema
# from bind sdb_ldap page:http://www.venaas.no/ldap/bind-sdb/dnszone-schema.txt
Source4: dnszone.schema
# from evolution package
Source5: evolutionperson.schema
Source6: kerberosobject.schema
Source7: kolab.schema
# from Heimdal kerberos sources
Source8: krb5-kdc.schema
Source9: ldapns.schema
Source10: rfc822-MailMember.schema
# Get from samba source, examples/LDAP/samba.schema
Source11: samba.schema
# from MIT krb5-1.6.x:
Source13: MIT-kerberos.schema
Source14: rfc2307bis.schema
# from openssh-lpk patch at http://dev.inversepath.com/trac/openssh-lpk
Source15: http://dev.inversepath.com/openssh-lpk/openssh-lpk_openldap.schema
# See http://mattfleming.com/node/190
Source17: http://mattfleming.com/files/active/0/apple.schema
# from http://cvs.pld.org.pl/SOURCES/openldap-dhcp.schema
Source18: http://debian.jones.dk/debian/local/honda/pool-ldapv3/woody-jones/openldap2/schemas/netscape-profile.schema
Source19: http://debian.jones.dk/debian/local/honda/pool-ldapv3/woody-jones/openldap2/schemas/trust.schema
# incomplete:
#Source20: http://debian.jones.dk/debian/local/honda/pool-ldapv3/woody-jones/openldap2/schemas/dns.schema
Source21: http://debian.jones.dk/debian/local/honda/pool-ldapv3/woody-jones/openldap2/schemas/cron.schema
Source22: http://debian.jones.dk/debian/local/honda/pool-ldapv3/woody-jones/openldap2/schemas/qmailControl.schema
Source23: sudo.schema
Source24: dhcp.schema
# From courier-authlib-ldap
Source26: authldap.schema

# LDIF versions of the same schema, created by:
# 1)Making a minimal config with schema and their dependencies
# 2)Running '/usr/sbin/slaptest -f /tmp/schema.conf -F /tmp/ldapns/' or similar
# 3)Cleaning up the file names, with e.g.: for i in cn=*;do mv $i ${i#*\}};done
# 4)Cleaning up the resulting ldif with e.g.: 
#  perl -p0e 's/\n(structuralObjectClass|entryUUID|creatorsName|createTimestamp|entryCSN|modifiersName|modifyTimestamp)[^\n]*//g;s/cn(=|: ){\d+}/cn$1/g;s/^(dn: cn=\w+)\n/$1,cn=schema,cn=config\n/g' *.ldif 
# specifically: remove operational attributes, clean names to match original schema
# names, add cn=schema,cn=config suffix required for adding over the wire

# This is now done in the script below (catered for use in svn)
Source99: convert.sh

Source100: autofs.ldif
Source101: qmail.ldif
Source102: calendar.ldif
Source104: dnszone.ldif
Source105: evolutionperson.ldif
Source106: kerberosobject.ldif
Source107: kolab.ldif
Source108: krb5-kdc.ldif
Source109: ldapns.ldif
Source110: rfc822-MailMember.ldif
Source111: samba.ldif
Source113: MIT-kerberos.ldif
Source114: rfc2307bis.ldif
Source115: openssh-lpk_openldap.ldif
#Source117: apple.ldif
Source118: netscape-profile.ldif
#Source119: trust.ldif
#Source120: dns.ldif
Source121: cron.ldif
Source122: qmailControl.ldif
Source123: sudo.ldif
Source124: dhcp.ldif
Source126: authldap.ldif


URL: http://www.openldap.org
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
BuildArch: noarch
Requires: openldap%{ol_major}-servers
# add conflicts when the schemas have been removed from
# openldap-servers
#Conflicts: openldap-server <= 1:2.3.30-1nl
Conflicts: openldap%{ol_major}-servers < 2.4.17

%description
This package contains some extra schemas for use with the OpenLDAP server.

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{schema_dir}
#install -m 0644 %{_sourcedir}/*.schema %{buildroot}%{schema_dir}
install -m 0644 %{SOURCE1}  %{SOURCE2}  %{SOURCE4}  %{SOURCE5} \
		%{SOURCE6}  %{SOURCE7}  %{SOURCE8}  %{SOURCE9}  %{SOURCE10} \
		%{SOURCE11} %{SOURCE13} %{SOURCE14} \
		%{SOURCE15} %{SOURCE17} %{SOURCE18} %{SOURCE19} \
		%{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} \
		%{SOURCE26} \
		%{SOURCE101}  %{SOURCE102}  %{SOURCE104}  %{SOURCE105} \
		%{SOURCE106}  %{SOURCE107}  %{SOURCE108}  %{SOURCE109}  %{SOURCE110} \
		%{SOURCE111} %{SOURCE113} %{SOURCE114} \
		%{SOURCE115} %{SOURCE118} \
		%{SOURCE121} %{SOURCE122} %{SOURCE123} %{SOURCE124} \
		%{SOURCE126} \
%{buildroot}%{schema_dir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{schema_dir}/*.schema
%{schema_dir}/*.ldif




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-15
+ Revision: f9ebd8e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17859 |14mr|openobex-1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname openobex %{major}
%define develname %mklibname openobex -d

Summary: 	Library for using OBEX
Name: 		openobex
Version: 	1.6
Release: 	2
License: 	LGPL
Group: 		System/Libraries
URL:		http://openobex.sourceforge.net/
Source0: 	http://downloads.sourceforge.net/project/openobex/openobex/%{version}/%{name}-%{version}-Source.tar.gz
BuildRequires:	bluez-devel
BuildRequires:	pkgconfig(libusb)

%description
Open OBEX shared c-library

%package -n %{libname}
Summary: Library for using OBEX
Group: System/Libraries
Provides: lib%{name} = %version-%release
Provides: %{name} = %version-%release
Conflicts: %{_lib}%{name}1.3
Conflicts: %{_lib}%{name}1.2
Conflicts: %{_lib}%{name}1.1

%description -n %{libname}
Open OBEX shared c-library

%package -n %{develname}
Summary: Library for using OBEX
Group: Development/C
Provides: lib%{name}-devel = %version-%release
Provides: %{name}-devel  = %version-%release
Requires: %{libname} = %{version}
Requires:   bluez-devel
Conflicts: %{_lib}%{name}1.3-devel
Conflicts: %{_lib}%{name}1.2-devel
Conflicts: %{_lib}%{name}1.1-devel
Obsoletes: %{_lib}%{name}1-devel

%description -n %{develname}
Open OBEX shared c-library

%package apps
Summary: Apps that come with the Open OBEX c-library
Group: Communications

%description apps
These are the apps that come with the Open OBEX c-library. These are
not meant to be more than test-programs to look at if you want to see
how use the library itself.

%package ircp
Summary: Used to "beam" files or whole directories
Group: Communications
Obsoletes: ircp
Provides: ircp

%description ircp
Ircp is used to "beam" files or whole directories to/from Linux, Windows.

%prep

%setup -q -n %{name}-%{version}-Source

%build
autoreconf -fis
%configure \
	--enable-apps
%make

%install
%makeinstall_std

# since our old packages will look for headers in /usr/include
ln -s openobex/obex.h %{buildroot}/%_includedir/obex.h
ln -s openobex/obex_const.h %{buildroot}/%_includedir/obex_const.h

%files -n %{libname}
%doc COPYING
%{_libdir}/libopenobex.so.%{major}*

%files -n %{develname}
%doc AUTHORS ChangeLog README
%{_libdir}/pkgconfig/openobex.pc
%{_includedir}/*
%{_libdir}/*a
%{_libdir}/lib*.so

%files apps
%{_bindir}/irobex_palm3
%{_bindir}/irxfer
%{_bindir}/obex_tcp
%{_bindir}/obex_test
%{_bindir}/obex_find
%{_sbindir}/obex-check-device
#% {_mandir}/man1/*.*

%files ircp
%{_bindir}/ircp

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-2
+ Revision: ff30a81
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17860 |14mr|opensc-0.12.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	Library for accessing SmartCard devices
Name:		opensc
Version:	0.12.2
Release:	3
License:	LGPLv2+
Group:		System/Kernel and hardware
URL:		http://www.opensc.org/
Source0:	http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz
Source1:	oberthur.profile
BuildRequires:	flex
BuildRequires:	pkgconfig(openssl)
BuildRequires:	libltdl-devel
BuildRequires:	readline-devel
BuildRequires:	zlib-devel
BuildRequires:	pcsc-lite-devel
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl

%description
%{name} is a library for accessing smart card devices using PC/SC Lite
middleware package. It is also the core library of the OpenSC project.
Basic functionality (e.g. SELECT FILE, READ BINARY) should work on any
ISO 7816-4 compatible smart card. Encryption and decryption using private
keys on the SmartCard is at the moment possible only with PKCS #15
compatible cards.

%package -n	%{libname}
Summary:	Library for accessing SmartCard devices
Group:		System/Libraries

%description -n	%{libname}
%{name} is a library for accessing smart card devices using PC/SC Lite
middleware package. It is also the core library of the OpenSC project.
Basic functionality (e.g. SELECT FILE, READ BINARY) should work on any
ISO 7816-4 compatible smart card. Encryption and decryption using private
keys on the SmartCard is at the moment possible only with PKCS #15
compatible cards.

%package -n	%{develname}
Summary:	Development related files for %{name}
Group:		Development/C
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{develname}
%{name} is a library for accessing smart card devices using PC/SC Lite
middleware package. It is also the core library of the OpenSC project.
Basic functionality (e.g. SELECT FILE, READ BINARY) should work on any
ISO 7816-4 compatible smart card. Encryption and decryption using private
keys on the SmartCard is at the moment possible only with PKCS #15
compatible cards.

This package contains all necessary files to develop or compile any
applications or libraries that use %{name}. 

%prep
%setup -q
install -m 0644 %{SOURCE1} oberthur-alternate.profile

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
mkdir -p %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}%{_libdir}/pkcs11
%makeinstall_std

%files
%doc NEWS README
%doc oberthur-alternate.profile
%{_bindir}/cardos-tool
%{_bindir}/cryptoflex-tool
%{_bindir}/eidenv
%{_bindir}/piv-tool
%{_bindir}/netkey-tool
%{_bindir}/opensc-explorer
%{_bindir}/opensc-tool
%{_bindir}/pkcs11-tool
%{_bindir}/pkcs15-crypt
%{_bindir}/pkcs15-init
%{_bindir}/pkcs15-tool
%{_datadir}/%{name}
%{_libdir}/pkcs11-spy.*
%{_libdir}/pkcs11/*.so
%{_mandir}/man1/*
%{_mandir}/man5/*

%files -n %{libname}
%doc COPYING
%config(noreplace) %{_sysconfdir}/opensc.conf
%{_libdir}/opensc-pkcs11.*
%{_libdir}/lib*.so.%{major}*
%{_libdir}/onepin-opensc-pkcs11.so

%files -n %{develname}
%{_bindir}/westcos-tool
%{_libdir}/lib*.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12.2-3
+ Revision: 81acfc1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17861 |14mr|openslp-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	slp

%define	major	1
%define	libname	%mklibname %{oname} %{major}
%define	devname	%mklibname %{oname} -d

Name:		openslp
Version: 	2.0.0
Release:	1
Summary:	OpenSLP implementation of Service Location Protocol V2
License:	BSD-like
Group:		Networking/Other
URL:		http://www.openslp.org/
Source0:	http://prdownloads.sourceforge.net/openslp/%{name}-%{version}.tar.gz
Patch0:		openslp-1.2.1-lsb.patch

%description
Service Location Protocol is an IETF standards track protocol that
provides a framework to allow networking applications to discover the
existence, location, and configuration of networked services in
enterprise networks.

OpenSLP is an open source implementation of the SLPv2 protocol as defined
by RFC 2608 and RFC 2614.  This package include the daemon, libraries, header
files and documentation

%package -n %{libname}
Summary:        OpenSLP implementation of Service Location Protocol V2
Group:          System/Libraries
Obsoletes:	%{_lib}openslp1 < 2.0.0-2

%description -n %{libname}
Service Location Protocol is an IETF standards track protocol that
provides a framework to allow networking applications to discover the
existence, location, and configuration of networked services in
enterprise networks.

OpenSLP is an open source implementation of the SLPv2 protocol as defined
by RFC 2608 and RFC 2614.  This package include the daemon, libraries, header
files and documentation

This package contains the %{libname} runtime library.

%package -n %{devname}
Summary:        Development tools for programs which will use the %{name} library
Group:          Development/C
Requires:       %{libname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}
Provides:       lib%{name}-devel = %{version}-%{release}
Provides:	lib%{oname}-devel = %{version}-%{release}
Obsoletes:	%{_lib}openslp1-devel < 2.0.0-2

%description -n %{devname}
The %{name}-devel package includes the header files and static libraries
necessary for developing programs using the %{name} library.

If you are going to develop programs, you should install %{name}-devel.
You'll also need to have the %{name} package installed.

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fis
%serverbuild
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig/daemons
cat <<EOF  > %{buildroot}/%{_sysconfdir}/sysconfig/daemons/slpd
IDENT=slp
DESCRIPTIVE="SLP Service Agent"
ONBOOT="yes"
EOF

install -m 755 etc/slpd.all_init -D %{buildroot}/%{_initrddir}/slpd

#we don't want these
find %{buildroot} -name "*.la" -delete

%post
%_post_service slpd

%preun
%_preun_service slpd

%files
%doc doc/*
%config(noreplace) %{_sysconfdir}/slp.conf
%config(noreplace) %{_sysconfdir}/slp.reg
%config(noreplace) %{_sysconfdir}/slp.spi
%config(noreplace) %{_sysconfdir}/sysconfig/daemons/slpd
%config(noreplace) %{_initrddir}/slpd
%{_sbindir}/slpd
%{_bindir}/slptool

%files -n %{libname}
%doc AUTHORS COPYING
%{_libdir}/lib%{oname}.so.%{major}
%{_libdir}/lib%{oname}.so.%{major}.*

%files -n %{devname}
%doc ChangeLog COPYING
%{_libdir}/lib%{oname}.so
%{_includedir}/%{oname}.h



%changelog
* Thu Jul 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-1
+ Revision: c87d285
- Updated to 2.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17862 |14mr|opensp-1.5.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define sgmlbase %{_datadir}/sgml

Summary:	The OpenJade Group's SGML and XML parsing tools
Name:		opensp
Version:	1.5.2
Release:	14
License:	BSD
Group:		Publishing
Url:		http://openjade.sourceforge.net/
Source0:	http://download.sourceforge.net/openjade/OpenSP-%{version}.tar.bz2
Patch0:		OpenSP-1.5-prefer-catalog-entries.patch
Patch1:		opensp-1.5.2-multilib.patch
Patch2:		opensp-1.5.2-nodeids.patch
BuildRequires:	xmlto
BuildRequires:	docbook-dtd412-xml
%rename OpenSP

%description
This package is a collection of SGML/XML tools called OpenSP. It is a fork from
James Clark's SP suite. These tools are used to parse, validate, and normalize
SGML and XML files.

%files -f sp5.lang
%doc doc/*.htm ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
%{sgmlbase}/%{name}-%{version}/doc/*
%{sgmlbase}/%{name}-%{version}/OpenSP/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Runtime library for the OpenJade group's SP suite
Group:		System/Libraries
Obsoletes:	%{_lib}OpenSP5 < 1.5.2-8

%description -n %{libname}
This is the SP suite's shared library runtime support.  This C++
library contains entity management functions, parsing functions, and
other functions useful for SGML/XML/DSSSL development.

%files -n %{libname}
%{_libdir}/libosp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and include files for developing OpenSP applications
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	OpenSP-devel = %{EVRD}
Obsoletes:	%{_lib}OpenSP5-devel < 1.5.2-8

%description -n %{devname}
This contains include files and libraries for OpenSP.
This C++ library contains entity management functions, parsing functions,
and other functions useful for SGML/XML/DSSSL development.

%files -n %{devname}
%{_libdir}/lib*.so
%{_includedir}/OpenSP

#----------------------------------------------------------------------------

%prep
%setup -qn OpenSP-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-http \
	--enable-default-catalog=%{_sysconfdir}/sgml/catalog  \
	--enable-default-search-path=%{sgmlbase} \
	--datadir=%{sgmlbase}/%{name}-%{version}

%make

%install
%makeinstall_std
%find_lang sp5

#remove unpackaged files
rm -rf %{buildroot}%{_prefix}/doc  %{buildroot}%{_docdir}/OpenSP


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.2-14
+ Revision: 93e2552
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17863 |14mr|openssh-6.6p1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
## Do not apply any unauthorized patches to this package!
## - vdanen 05/18/01
##

# Version of watchdog patch
%define wversion 4.4p1

# Version of the hpn patch
%define hpnver 13v6

%bcond_with	skey
%bcond_without	krb5
%bcond_with	watchdog
%bcond_without	gnomeaskpass
%bcond_with	ldap
%bcond_with	sftpcontrol
%bcond_with	hpn
%bcond_with	audit
%bcond_without	libedit

%define OPENSSH_PATH "/usr/local/bin:/bin:%{_bindir}"
%define XAUTH %{_bindir}/xauth

Summary:	OpenSSH free Secure Shell (SSH) implementation
Name:		openssh
Version:	6.6p1
Release:	3
License:	BSD
Group:		Networking/Remote access
Url:		http://www.openssh.com/
Source0: 	ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{version}.tar.gz
Source1: 	ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{version}.tar.gz.asc
# ssh-copy-id taken from debian, with "usage" added
Source3:	ssh-copy-id
Source7:	openssh-xinetd
Source9:        README.sftpfilecontrol
# this is never to be applied by default
# http://www.sc.isc.tohoku.ac.jp/~hgot/sources/openssh-watchdog.html
Source10:	openssh-%{wversion}-watchdog.patch.tgz
Source12:	ssh_ldap_key.pl
Source15:	ssh-avahi-integration
Source17:	sshd.pam
Source18:	sshd.service
Source19:	README.3.8p1.upgrade.urpmi
Source20:	README.3.9p1-3.upgrade.urpmi
Source21:	README.hpn
Source22:	sshd-keygen
Patch1:		openssh-mdv_conf.diff
# rediffed from openssh-4.4p1-watchdog.patch.tgz
Patch4:		openssh-4.4p1-watchdog.diff
# optional ldap support
# http://dev.inversepath.com/trac/openssh-lpk
#Patch6:		http://dev.inversepath.com/openssh-lpk/openssh-lpk-4.6p1-0.3.9.patch
# new location for the lpk patch.
# rediffed from "svn checkout http://openssh-lpk.googlecode.com/svn/trunk/ openssh-lpk-read-only"
Patch6:		openssh-lpk-5.4p1-0.3.10.diff
# http://sftpfilecontrol.sourceforge.net
# Not applied by default
# P7 is rediffed and slightly adjusted from http://sftplogging.sourceforge.net/download/v1.5/openssh-4.4p1.sftplogging-v1.5.patch
Patch7:		openssh-4.9p1.sftplogging-v1.5.diff
# (tpg) http://www.psc.edu/networking/projects/hpn-ssh/
Patch11:	http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.2p1-hpn%{hpnver}.diff
Patch12:	http://www.psc.edu/networking/projects/hpn-ssh/openssh5.1-peaktput.diff
#gw: from Fedora:
#fix round-robin DNS with GSSAPI authentification
Patch13:	openssh-4.3p2-gssapi-canohost.patch
Patch14:	openssh-4.7p1-audit.patch
Patch17:	openssh-5.1p1-askpass-progress.patch
Patch18:	openssh-4.3p2-askpass-grab-info.patch
Patch19:	openssh-4.0p1-exit-deadlock.patch
Patch21:	openssh_tcp_wrappers.patch
BuildRequires:	groff-base
BuildRequires:	pam-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
%if %{with skey}
BuildRequires:	skey-devel
%endif
%if %{with krb5}
BuildRequires:	krb5-devel
%endif
%if %{with gnomeaskpass}
BuildRequires:	pkgconfig(gtk+-2.0)
%endif
%if %{with ldap}
BuildRequires: openldap-devel >= 2.0
%endif
%if %{with audit}
BuildRequires:	audit-devel
%endif
%if %{with libedit}
BuildRequires:	pkgconfig(libedit)
BuildRequires:	pkgconfig(ncurses)
%endif
BuildConflicts:	libgssapi-devel
BuildRequires:  systemd-units
Requires(pre,post,preun,postun):	rpm-helper > 0.24
Requires:	tcp_wrappers
Obsoletes:	ssh
Provides:	ssh

%description
Ssh (Secure Shell) is a program for logging into a remote machine and for
executing commands in a remote machine.  It is intended to replace
rlogin and rsh, and provide secure encrypted communications between
two untrusted hosts over an insecure network.  X11 connections and
arbitrary TCP/IP ports can also be forwarded over the secure channel.

OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it
up to date in terms of security and features, as well as removing all 
patented algorithms to separate libraries (OpenSSL).

This package includes the core files necessary for both the OpenSSH
client and server.  To make this package useful, you should also
install openssh-clients, openssh-server, or both.

You can build %{name} with some conditional build swithes;

(ie. use with rpm --rebuild):

--with[out] skey         smartcard support (disabled)
--with[out] krb5         kerberos support (enabled)
--with[out] watchdog     watchdog support (disabled)
--with[out] gnomeaskpass Gnome ask pass support (disabled)
--with[out] ldap         OpenLDAP support (disabled)
--with[out] sftpcontrol  sftp file control support (disabled)
--with[out] hpn          HPN ssh/scp support (disabled)
--with[out] audit        audit support (disabled)
--with[out] libedit      libedit support in sftp (enabled)

%package	clients
Summary:	OpenSSH Secure Shell protocol clients
Group:		Networking/Remote access
Requires:	%{name} = %{version}-%{release}
Provides:	ssh-clients
Provides:	sftp
Provides:	ssh

%description	clients
This package includes the clients necessary to make encrypted connections
to SSH servers.

%package	server
Summary:	OpenSSH Secure Shell protocol server (sshd)
Group:		System/Servers
Requires(pre):	%{name} = %{version}-%{release} 
Requires:	%{name}-clients = %{version}-%{release}
Requires:	chkconfig >= 0.9 
Requires(pre):	pam >= 0.74
Requires(pre,postun,preun,postun):	rpm-helper
%if %{with skey}
Requires:	skey
%endif
Provides:	ssh-server
Provides:	sshd

%description	server
This package contains the secure shell daemon. The sshd is the server 
part of the secure shell protocol and allows ssh clients to connect to 
your host.

%package askpass-common
Summary:	OpenSSH X11 passphrase common scripts
Group:		Networking/Remote access

%description askpass-common
OpenSSH X11 passphrase common scripts

%if %{with gnomeaskpass}
%package	askpass-gnome
Summary:	OpenSSH GNOME passphrase dialog
Group:		Networking/Remote access
Requires:	%{name} = %{version}-%{release}
Requires: 	%{name}-askpass-common
Requires(pre):	update-alternatives
Provides:	%{name}-askpass
Provides:	ssh-askpass
Provides:	ssh-extras

%description	askpass-gnome
This package contains the GNOME passphrase dialog.
%endif

%prep
%setup -q -a10
%patch1 -p1 -b .mdkconf
%if %{with watchdog}
#patch -p0 -s -z .wdog < %{name}-%{wversion}-watchdog.patch
%patch4 -p1 -b .watchdog
%endif
%if %{with ldap}
sed -i 's|UsePrivilegeSeparation yes|#UsePrivilegeSeparation yes|' sshd_config
%patch6 -p1 -b .lpk
rm -f README.lpk.lpk
%define _default_patch_fuzz 3
%else
%define _default_patch_fuzz 2
%endif
%if %{with sftpcontrol}
#cat %{SOURCE8} | patch -p1 -s -z .sftpcontrol
echo "This patch is broken or needs to be updated/rediffed"; exit 1
%patch7 -p1 -b .sftplogging-v1.5
# README with license terms for this patch
install -m 0644 %{SOURCE9} .
%endif
%if %{with hpn}
echo "This patch is broken or needs to be updated/rediffed"; exit 1
%patch11 -p1 -b .hpn
%patch12 -p1 -b .peak
install %{SOURCE21} .
%endif
%patch13 -p1 -b .canohost
%if %{with audit}
%patch14 -p1 -b .audit
%endif
%patch17 -p1 -b .progress
%patch18 -p1 -b .grab-info
%patch19 -p1 -b .exit-deadlock
%patch21 -p1 -b .tcp_wrappers_mips

install %{SOURCE12} %{SOURCE19} %{SOURCE20} .

install -m 0644 %{SOURCE17} sshd.pam

# fix attribs
chmod 644 ChangeLog OVERVIEW README* INSTALL CREDITS LICENCE TODO ssh_ldap_key.pl

# http://qa.mandriva.com/show_bug.cgi?id=22957
perl -pi -e "s|_OPENSSH_PATH_|%{OPENSSH_PATH}|g" sshd_config

autoreconf -fi

%build
%serverbuild
%configure2_5x \
	--prefix=%{_prefix} \
	--sysconfdir=%{_sysconfdir}/ssh \
	--mandir=%{_mandir} \
	--libdir=%{_libdir} \
	--libexecdir=%{_libdir}/ssh \
	--datadir=%{_datadir}/ssh \
	--disable-strip \
	--with-tcp-wrappers \
	--with-pam \
	--with-default-path=%{OPENSSH_PATH} \
	--with-xauth=%{XAUTH} \
	--with-privsep-path=/var/empty \
	--without-zlib-version-check \
	--with-maildir=/var/spool/mail \
	--with-sandbox=rlimit \
%if %{with krb5}
	--with-kerberos5=%{_prefix} \
%endif
%if %{with skey}
	--with-skey \
%endif
%if %{with ldap}
	--with-libs="-lldap -llber" \
	--with-cppflags="-DWITH_LDAP_PUBKEY -DLDAP_DEPRECATED" \
%endif
	--with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:%{_sbindir}:%{_bindir} \
%if %{with libedit}
	--with-libedit \
%else
	--without-libedit \
%endif
%if %{with audit}
	--with-linux-audit \
%endif

%make

%if %{with gnomeaskpass}
pushd contrib
    make gnome-ssh-askpass2 CC="%__cc %optflags %ldflags"
    mv gnome-ssh-askpass2 gnome-ssh-askpass
popd
%endif

%install
%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/ssh
install -d %{buildroot}%{_sysconfdir}/pam.d/
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_unitdir}
install -m644 sshd.pam %{buildroot}%{_sysconfdir}/pam.d/sshd
install -m644 %{SOURCE18} %{buildroot}%{_unitdir}/sshd.service
install -m755 %{SOURCE22} %{buildroot}%{_sbindir}/sshd-keygen

if [[ -f sshd_config.out ]]; then 
	install -m600 sshd_config.out %{buildroot}%{_sysconfdir}/ssh/sshd_config
else 
	install -m600 sshd_config %{buildroot}%{_sysconfdir}/ssh/sshd_config
fi
echo "root" > %{buildroot}%{_sysconfdir}/ssh/denyusers

if [[ -f ssh_config.out ]]; then
    install -m644 ssh_config.out %{buildroot}%{_sysconfdir}/ssh/ssh_config
else
    install -m644 ssh_config %{buildroot}%{_sysconfdir}/ssh/ssh_config
fi
echo "    StrictHostKeyChecking no" >> %{buildroot}%{_sysconfdir}/ssh/ssh_config

mkdir -p %{buildroot}%{_libdir}/ssh

install -d %{buildroot}%{_sysconfdir}/profile.d/
%if %{with gnomeaskpass}
install -m 755 contrib/gnome-ssh-askpass %{buildroot}%{_libdir}/ssh/gnome-ssh-askpass
%endif

cat > %{buildroot}%{_sysconfdir}/profile.d/90ssh-askpass.csh <<EOF
setenv SSH_ASKPASS %{_libdir}/ssh/ssh-askpass
EOF

cat > %{buildroot}%{_sysconfdir}/profile.d/90ssh-askpass.sh <<EOF
export SSH_ASKPASS=%{_libdir}/ssh/ssh-askpass
EOF

cat > %{buildroot}%{_sysconfdir}/profile.d/90ssh-client.sh <<'EOF'
# fix hanging ssh clients on exit
if [ -n "$BASH_VERSION" ]; then
	shopt -s huponexit
elif [ -n "$ZSH_VERSION" ]; then
	setopt hup
fi
EOF

install -m 0755 %{SOURCE3} %{buildroot}/%{_bindir}/ssh-copy-id
chmod a+x %{buildroot}/%{_bindir}/ssh-copy-id
install -m 644 contrib/ssh-copy-id.1 %{buildroot}/%{_mandir}/man1/

# create pre-authentication directory
mkdir -p %{buildroot}/var/empty

# remove unwanted files
rm -f %{buildroot}%{_libdir}/ssh/ssh-askpass

# xinetd support (tv)
mkdir -p %{buildroot}%{_sysconfdir}/xinetd.d/
install -m 0644 %{SOURCE7} %{buildroot}%{_sysconfdir}/xinetd.d/sshd-xinetd

cat > %{buildroot}%{_sysconfdir}/sysconfig/sshd << EOF
#SSHD="%{_sbindir}/sshd"
#PID_FILE="/var/run/sshd.pid"
#OPTIONS=""
EOF

# avahi integration support (misc)
mkdir -p %{buildroot}%{_sysconfdir}/avahi/services/
install -m 0644 %{SOURCE15} %{buildroot}%{_sysconfdir}/avahi/services/%{name}.service

# make sure strip can touch it
chmod 755 %{buildroot}%{_libdir}/ssh/ssh-keysign

%pre server
%_pre_useradd sshd /var/empty /bin/true

%post server
# do some key management
# %{_bindir}/ssh-keygen -A
# do some key management; taken from the initscript

KEYGEN=/usr/bin/ssh-keygen
RSA1_KEY=/etc/ssh/ssh_host_key
RSA_KEY=/etc/ssh/ssh_host_rsa_key
DSA_KEY=/etc/ssh/ssh_host_dsa_key
ECDSA_KEY=/etc/ssh/ssh_host_ecdsa_key

do_rsa1_keygen() {
	if [ ! -s $RSA1_KEY ]; then
		echo -n "Generating SSH1 RSA host key... "
		if $KEYGEN -q -t rsa1 -f $RSA1_KEY -C '' -N '' >&/dev/null; then
			chmod 600 $RSA1_KEY
			chmod 644 $RSA1_KEY.pub
			echo "done"
			echo
		else
			echo "failed"
			echo
			exit 1
		fi
	fi
}

do_rsa_keygen() {
	if [ ! -s $RSA_KEY ]; then
		echo "Generating SSH2 RSA host key... "
		if $KEYGEN -q -t rsa -f $RSA_KEY -C '' -N '' >&/dev/null; then
			chmod 600 $RSA_KEY
			chmod 644 $RSA_KEY.pub
			echo "done"
			echo
		else
			echo "failed"
			echo
			exit 1
		fi
	fi
}

do_dsa_keygen() {
	if [ ! -s $DSA_KEY ]; then
		echo "Generating SSH2 DSA host key... "
		if $KEYGEN -q -t dsa -f $DSA_KEY -C '' -N '' >&/dev/null; then
			chmod 600 $DSA_KEY
			chmod 644 $DSA_KEY.pub
			echo "done"
			echo
		else
			echo "failed"
			echo
			exit 1
		fi
	fi
}

do_ecdsa_keygen() {
	if [ ! -s $ECDSA_KEY ]; then
		echo "Generating SSH2 EC DSA host key... "
		if $KEYGEN -q -t dsa -f $ECDSA_KEY -C '' -N '' >&/dev/null; then
			chmod 600 $ECDSA_KEY
			chmod 644 $ECDSA_KEY.pub
			echo "done"
			echo
		else
			echo "failed"
			echo
			exit 1
		fi
	fi
}

do_rsa1_keygen
do_rsa_keygen
do_dsa_keygen
do_ecdsa_keygen

%_post_service sshd

%preun server
%_preun_service sshd

%postun server
%_postun_userdel sshd

%if %{with gnomeaskpass}
%post askpass-gnome
update-alternatives --install %{_libdir}/ssh/ssh-askpass ssh-askpass %{_libdir}/ssh/gnome-ssh-askpass 20
update-alternatives --install %{_bindir}/ssh-askpass bssh-askpass %{_libdir}/ssh/gnome-ssh-askpass 20

%postun askpass-gnome
[ $1 = 0 ] || exit 0
update-alternatives --remove ssh-askpass %{_libdir}/ssh/gnome-ssh-askpass
update-alternatives --remove bssh-askpass %{_libdir}/ssh/gnome-ssh-askpass
%endif

%files
%doc ChangeLog OVERVIEW README* INSTALL CREDITS LICENCE TODO ssh_ldap_key.pl
%if %{with ldap}
%doc *.schema
%endif
%if %{with watchdog}
%doc CHANGES-openssh-watchdog openssh-watchdog.html
%endif
%if %{with sftpcontrol}
%doc README.sftpfilecontrol
%endif
%{_bindir}/ssh-keygen
%dir %{_sysconfdir}/ssh
%{_bindir}/ssh-keyscan
%attr(4711,root,root) %{_libdir}/ssh/ssh-keysign
%{_libdir}/ssh/ssh-pkcs11-helper
%{_mandir}/man1/ssh-keygen.1*
%{_mandir}/man1/ssh-keyscan.1*
%{_mandir}/man8/ssh-keysign.8*
%{_mandir}/man8/ssh-pkcs11-helper.8*

%files clients
%{_bindir}/scp
%{_bindir}/ssh
%{_bindir}/ssh-agent
%{_bindir}/ssh-add
%{_bindir}/ssh-copy-id
%{_bindir}/slogin
%{_bindir}/sftp
%{_mandir}/man1/scp.1*
%{_mandir}/man1/ssh-copy-id.1*
%{_mandir}/man1/slogin.1*
%{_mandir}/man1/ssh.1*
%{_mandir}/man1/ssh-agent.1*
%{_mandir}/man1/ssh-add.1*
%{_mandir}/man1/sftp.1*
%{_mandir}/man5/ssh_config.5*
%config(noreplace) %{_sysconfdir}/ssh/ssh_config
%{_sysconfdir}/profile.d/90ssh-client.sh

%files server
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/sshd
%{_sbindir}/sshd
%{_sbindir}/sshd-keygen
%dir %{_libdir}/ssh
%{_libdir}/ssh/sftp-server
%{_mandir}/man5/sshd_config.5*
%{_mandir}/man5/moduli.5*
%{_mandir}/man8/sshd.8*
%{_mandir}/man8/sftp-server.8*
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/denyusers
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/pam.d/sshd
%config(noreplace) %_sysconfdir/xinetd.d/sshd-xinetd
%config(noreplace) %{_sysconfdir}/avahi/services/%{name}.service
%config(noreplace) %{_sysconfdir}/ssh/moduli
%{_unitdir}/sshd.service
%dir %attr(0755,root,root) /var/empty

%files askpass-common
%{_sysconfdir}/profile.d/90ssh-askpass.*

%if %{with gnomeaskpass}
%files askpass-gnome
%{_libdir}/ssh/gnome-ssh-askpass
%endif

%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.6p1-3
+ Revision: 0ce406d
- BuildList#2062192: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17864 |14mr|openssh-askpass-qt4-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Name:		openssh-askpass-qt4
Version:	1.0.1
Release:	6
Summary:	Qt4 passphrase dialog for OpenSSH
License:	GPL
Group:		Graphical desktop/KDE
URL:		%{disturl}
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	qt4-devel
Requires:	openssh-askpass-common
Provides:	openssh-askpass
Provides:	ssh-askpass
Provides:	ssh-extras
Requires(post,postun):	update-alternatives

%description
Qt4 version of ssh passphrase dialog.

%files 
%defattr(0755,root,root,755)
%{_libdir}/ssh/qt4-ssh-askpass

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%qmake_qt4 qt4-ssh-askpass.pro

%make

%install
mkdir -p %{buildroot}/%{_sysconfdir}/profile.d/
mkdir -p %{buildroot}/%{_libdir}/ssh
install -m 755 qt4-ssh-askpass %{buildroot}/%{_libdir}/ssh/qt4-ssh-askpass

%post
update-alternatives --install %{_libdir}/ssh/ssh-askpass ssh-askpass %{_libdir}/ssh/qt4-ssh-askpass 50
update-alternatives --install %{_bindir}/ssh-askpass bssh-askpass %{_libdir}/ssh/qt4-ssh-askpass 50

%postun
[ $1 = 0 ] || exit 0
update-alternatives --remove ssh-askpass %{_libdir}/ssh/qt4-ssh-askpass
update-alternatives --remove bssh-askpass %{_libdir}/ssh/qt4-ssh-askpass

%changelog
* Tue Jul 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-6
+ Revision: a349244
- Spec cleanup, rebuild to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17865 |14mr|openssl-1.0.1i-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define maj 1.0.0
%define engines_name %mklibname openssl-engines %{maj}
%define libname %mklibname openssl %{maj}
%define devname %mklibname openssl -d
%define staticname %mklibname openssl -s -d

%define conflict2 %mklibname openssl 0.9.8

# Number of threads to spawn when testing some threading fixes.
#define thread_test_threads %{?threads:%{threads}}%{!?threads:1}

%define with_krb5 %{?_with_krb5:1}%{!?_with_krb5:0}

Summary:	Secure Sockets Layer communications libs & utils
Name:		openssl
Version:	1.0.1i
Release:	1
License:	BSD-like
Group:		System/Libraries
Url:		http://www.openssl.org/
Source0:	ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz.asc
Source2:	Makefile.certificate
Source3:	make-dummy-cert
Source4:	openssl-thread-test.c
# (gb) 0.9.7b-4mdk: Handle RPM_OPT_FLAGS in Configure
Patch2:		openssl-optflags.diff
Patch3:		openssl-1.0.1c-fix-perlpath.pl
# (oe) support Brazilian Government OTHERNAME X509v3 field (#14158)
# http://www.iti.gov.br/resolucoes/RESOLU__O_13_DE_26_04_2002.PDF
Patch6:		openssl-0.9.8-beta6-icpbrasil.diff
Patch7:		openssl-1.0.0-defaults.patch
Patch8:		openssl-0.9.8a-link-krb5.patch
Patch12:	openssl-0.9.6-x509.patch
Patch13:	openssl-0.9.7-beta5-version-add-engines.patch
# http://qa.mandriva.com/show_bug.cgi?id=32621
Patch15:	openssl-0.9.8e-crt.patch
# MIPS and ARM support
Patch300:	openssl-1.0.0-mips.patch
Patch301:	openssl-1.0.0-arm.patch
Patch302:	openssl-1.0.0-enginesdir.patch
Patch303:	openssl-0.9.8a-no-rpath.patch
Patch304:	openssl-1.0.1-test-use-localhost.diff
BuildRequires:	bc
%{?_with_krb5:BuildRequires:	krb5-devel}
BuildRequires:	sctp-devel
BuildRequires:	pkgconfig(zlib)
Requires:	%{engines_name} = %{EVRD}
Requires:	perl-base
Requires:	rootcerts
Provides:	/usr/bin/openssl

%description
The openssl certificate management tool and the shared libraries that provide
various encryption and decription algorithms and protocols, including DES, RC4,
RSA and SSL.

%package -n	%{engines_name}
Summary:	Engines for openssl
Group:		System/Libraries
Provides:	openssl-engines = %{EVRD}

%description -n	%{engines_name}
This package provides engines for openssl.

%package -n	%{libname}
Summary:	Secure Sockets Layer communications libs
Group:		System/Libraries

%description -n	%{libname}
The libraries files are needed for various cryptographic algorithms
and protocols, including DES, RC4, RSA and SSL.

%package -n	%{devname}
Summary:	Secure Sockets Layer communications libs & headers & utils
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	libopenssl-devel
Provides:	openssl-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
The libraries and include files needed to compile apps with support
for various cryptographic algorithms and protocols, including DES, RC4, RSA
and SSL.

%package -n	%{staticname}
Summary:	Secure Sockets Layer communications static libs
Group:		Development/Other
Requires:	%{devname} = %{EVRD}
Provides:	libopenssl-static-devel
Provides:	openssl-static-devel = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n	%{staticname}
The static libraries needed to compile apps with support for various
cryptographic algorithms and protocols, including DES, RC4, RSA and SSL.

%prep
%setup -q
%patch2 -p0 -b .optflags
%patch3 -p1 -b .perl
%patch6 -p0 -b .icpbrasil
%patch7 -p1 -b .defaults
%{?_with_krb5:%patch8 -p1 -b .krb5}
%patch12 -p1 -b .x509
%patch13 -p1 -b .version-add-engines
%patch15 -p1 -b .crt

%patch300 -p0 -b .mips
%patch301 -p0 -b .arm
%patch302 -p1 -b .engines
%patch303 -p1 -b .no-rpath
%patch304 -p0 -b .test-use-localhost

perl -pi -e "s,^(OPENSSL_LIBNAME=).+$,\1%{_lib}," Makefile.org engines/Makefile

# fix perl path
perl util/perlpath.pl %{_bindir}/perl

cp %{SOURCE2} Makefile.certificate
cp %{SOURCE3} make-dummy-cert
cp %{SOURCE4} openssl-thread-test.c

%build 
%serverbuild

# Figure out which flags we want to use.
# default
sslarch=%{_os}-%{_arch}
%ifarch %{ix86}
sslarch=linux-elf
if ! echo %{_target} | grep -q i[56]86 ; then
    sslflags="no-asm"
fi
%endif
%ifarch %{arm}
sslarch=linux-generic32
%endif


# ia64, x86_64, ppc, ppc64 are OK by default
# Configure the build tree.  Override OpenSSL defaults with known-good defaults
# usable on all platforms.  The Configure script already knows to use -fPIC and
# RPM_OPT_FLAGS, so we can skip specifiying them here.
./Configure \
    --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
    --enginesdir=%{_libdir}/openssl-%{version}/engines \
    --prefix=%{_prefix} --libdir=%{_lib}/ %{?_with_krb5:--with-krb5-flavor=MIT -I%{_prefix}/kerberos/include -L%{_prefix}/kerberos/%{_lib}} \
    zlib no-idea no-rc5 enable-camellia enable-seed enable-tlsext enable-rfc3779 enable-cms sctp shared ${sslarch}

# Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
# marked as not requiring an executable stack.
RPM_OPT_FLAGS="%{optflags} -Wa,--noexecstack"

make depend
make all build-shared

# Generate hashes for the included certs.
make rehash build-shared

%check
# Verify that what was compiled actually works.
export LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}

make -C test apps tests

gcc -o openssl-thread-test \
    %{?_with_krb5:`krb5-config --cflags`} \
    -I./include \
    %{optflags} \
    openssl-thread-test.c \
    -L. -lssl -lcrypto \
    %{?_with_krb5:`krb5-config --libs`} \
    -lpthread -lz -ldl

./openssl-thread-test --threads %{thread_test_threads}

%install

%makeinstall \
    INSTALL_PREFIX=%{buildroot} \
    MANDIR=%{_mandir} \
    build-shared

# the makefiles is too borked...
install -d %{buildroot}%{_libdir}/openssl-%{version}
mv %{buildroot}%{_libdir}/engines %{buildroot}%{_libdir}/openssl-%{version}/engines

# make the rootcerts dir
install -d %{buildroot}%{_sysconfdir}/pki/tls/rootcerts

# Install a makefile for generating keys and self-signed certs, and a script
# for generating them on the fly.
install -d %{buildroot}%{_sysconfdir}/pki/tls/certs
install -m0644 Makefile.certificate %{buildroot}%{_sysconfdir}/pki/tls/certs/Makefile
install -m0755 make-dummy-cert %{buildroot}%{_sysconfdir}/pki/tls/certs/make-dummy-cert

# Pick a CA script.
mv %{buildroot}%{_sysconfdir}/pki/tls/misc/CA.sh %{buildroot}%{_sysconfdir}/pki/tls/misc/CA

install -d %{buildroot}%{_sysconfdir}/pki/CA
install -d %{buildroot}%{_sysconfdir}/pki/CA/private

# openssl was named ssleay in "ancient" times.
ln -snf openssl %{buildroot}%{_bindir}/ssleay

# The man pages rand.3 and passwd.1 conflict with other packages
# Rename them to ssl-* and also make a symlink from openssl-* to ssl-*
mv %{buildroot}%{_mandir}/man1/passwd.1 %{buildroot}%{_mandir}/man1/ssl-passwd.1
ln -sf ssl-passwd.1%{_extension} %{buildroot}%{_mandir}/man1/openssl-passwd.1%{_extension}

for i in rand err; do
    mv %{buildroot}%{_mandir}/man3/$i.3 %{buildroot}%{_mandir}/man3/ssl-$i.3
    ln -snf ssl-$i.3%{_extension} %{buildroot}%{_mandir}/man3/openssl-$i.3%{_extension}
done

rm -rf {main,devel}-doc-info
mkdir -p {main,devel}-doc-info
cat - << EOF > main-doc-info/README.Mandriva-manpage
Warning:
The man page of passwd, passwd.1, has been renamed to ssl-passwd.1
to avoid a conflict with passwd.1 man page from the package passwd.
EOF

cat - << EOF > devel-doc-info/README.Mandriva-manpage
Warning:
The man page of rand, rand.3, has been renamed to ssl-rand.3
to avoid a conflict with rand.3 from the package man-pages
The man page of err, err.3, has been renamed to ssl-err.3
to avoid a conflict with err.3 from the package man-pages
EOF

chmod 755 %{buildroot}%{_libdir}/pkgconfig

%multiarch_includes %{buildroot}%{_includedir}/openssl/opensslconf.h

# strip cannot touch these unless 755
chmod 755 %{buildroot}%{_libdir}/openssl-%{version}/engines/*.so*
chmod 755 %{buildroot}%{_libdir}/*.so*
chmod 755 %{buildroot}%{_bindir}/*

# nuke a mistake
rm -f %{buildroot}%{_mandir}/man3/.3

# Fix libdir.
pushd %{buildroot}%{_libdir}/pkgconfig
    for i in *.pc ; do
	sed 's,^libdir=${exec_prefix}/lib$,libdir=${exec_prefix}/%{_lib},g' \
	    $i >$i.tmp && \
	    cat $i.tmp >$i && \
	    rm -f $i.tmp
    done
popd

# adjust ssldir
perl -pi -e "s|^CATOP=.*|CATOP=%{_sysconfdir}/pki/tls|g" %{buildroot}%{_sysconfdir}/pki/tls/misc/CA
perl -pi -e "s|^\\\$CATOP\=\".*|\\\$CATOP\=\"%{_sysconfdir}/pki/tls\";|g" %{buildroot}%{_sysconfdir}/pki/tls/misc/CA.pl
perl -pi -e "s|\./demoCA|%{_sysconfdir}/pki/tls|g" %{buildroot}%{_sysconfdir}/pki/tls/openssl.cnf

%files 
%doc FAQ INSTALL LICENSE NEWS PROBLEMS main-doc-info/README*
%doc README README.ASN1 README.ENGINE
%dir %{_sysconfdir}/pki
%dir %{_sysconfdir}/pki/CA
%dir %{_sysconfdir}/pki/CA/private
%dir %{_sysconfdir}/pki/tls
%dir %{_sysconfdir}/pki/tls/certs
%dir %{_sysconfdir}/pki/tls/misc
%dir %{_sysconfdir}/pki/tls/private
%dir %{_sysconfdir}/pki/tls/rootcerts
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pki/tls/openssl.cnf
%attr(0755,root,root) %{_sysconfdir}/pki/tls/certs/make-dummy-cert
%attr(0644,root,root) %{_sysconfdir}/pki/tls/certs/Makefile
%attr(0755,root,root) %{_sysconfdir}/pki/tls/misc/*
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_mandir}/man[157]/*

%files -n %{libname}
%doc FAQ INSTALL LICENSE NEWS PROBLEMS README*
%attr(0755,root,root) %{_libdir}/lib*.so.*

%files -n %{engines_name}
%attr(0755,root,root) %dir %{_libdir}/openssl-%{version}/engines
%attr(0755,root,root) %{_libdir}/openssl-%{version}/engines/*.so

%files -n %{devname}
%doc CHANGES doc/* devel-doc-info/README*
%attr(0755,root,root) %dir %{_includedir}/openssl
%{multiarch_includedir}/openssl/opensslconf.h
%attr(0644,root,root) %{_includedir}/openssl/*
%attr(0755,root,root) %{_libdir}/lib*.so
%attr(0644,root,root) %{_mandir}/man3/*
%attr(0644,root,root) %{_libdir}/pkgconfig/*

%files -n %{staticname}
%attr(0644,root,root) %{_libdir}/lib*.a


%changelog
* Thu Aug 07 2014 abondrov <andrey.bondrov@rosalab.ru> 1.0.1i-1
+ Revision: 8b0f95d
- New version 1.0.1i



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17866 |14mr|openvpn-2.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define easy_rsa_version 2.2.0_master
%define plugindir %{_libdir}/%{name}/plugins
%define _tmpfilesdir %{_prefix}/lib/tmpfiles.d

Summary:	A Secure TCP/UDP Tunneling Daemon
Name:		openvpn
Version:	2.3.4
Release:	2
License:	GPLv2
Group:		Networking/Other
Url:		http://openvpn.net/
Source0:	http://swupdate.openvpn.org/community/releases/%{name}-%{version}.tar.gz
Source3:	dhcp.sh
Source4:	openvpn-tmpfile.conf
Source5:	openvpn@.service
Source6:	openvpn.target
Source7:	https://github.com/downloads/OpenVPN/easy-rsa/easy-rsa-%{easy_rsa_version}.tar.gz
Patch1:		openvpn-2.3.openvpn_user.patch
Patch2:		openvpn-2.3.1_rc15-wformat.patch
BuildRequires:	liblzo-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(libpkcs11-helper-1)
BuildRequires:	pkgconfig(openssl)
Requires(pre,preun,post,postun):	rpm-helper
Suggests:	openvpn-auth-ldap

%description
OpenVPN is a robust and highly flexible tunneling application that  uses
all of the encryption, authentication, and certification features of the
OpenSSL library to securely tunnel IP networks over a single UDP port.

%package devel
Summary:	Development headers for OpenVPN plugins
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description devel
OpenVPN header files.

%prep
%setup -q -a 7
%apply_patches
# %%doc items shouldn't be executable.
find contrib sample -type f -perm /100 \
    -exec chmod a-x {} \;
sed -i -e 's,%{_datadir}/openvpn/plugin,%{_libdir}/openvpn/plugin,' doc/openvpn.8
autoreconf -fi

%build
CFLAGS="%{optflags} -fPIC" CCFLAGS="%{optflags} -fPIC"
%serverbuild
%configure2_5x \
	--enable-systemd \
	--enable-pthread \
	--with-lzo-headers=%{_includedir}/lzo \
	--enable-password-save || cat config.log

%make

# plugins
%make -C src/plugins/down-root
%make -C src/plugins/auth-pam

pushd easy-rsa-%{easy_rsa_version}
%configure2_5x \
	--with-easyrsadir=%{_datadir}/%{name}/easy-rsa
%make
popd

%install
%makeinstall_std
%makeinstall_std -C easy-rsa-%{easy_rsa_version}

install -d %{buildroot}%{_sysconfdir}/%{name}
# (cg) NB The sample config file is needed for drakvpn
cp -pr sample/sample-{config-file,key,script}s %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}%{_datadir}/%{name}
install -d %{buildroot}%{_localstatedir}/lib/%{name}

# (cg) Nuke sysvinit script
rm -f %{buildroot}%{_datadir}/%{name}/sample-scripts/openvpn.init

# (cg) Add systemd units
install -D -m 644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/openvpn.conf
install -D -m 644 %{SOURCE5} %{buildroot}%{_unitdir}/openvpn@.service
install -D -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/openvpn.target

#plugins
mkdir -p %{buildroot}%{plugindir}

install -m755 %{SOURCE3} %{buildroot}%{_datadir}/%{name}

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/true

%post
# (cg) This is a templated unit, so we have to manually convert to systemd
if [ ! -f %{_localstatedir}/lib/rpm-helper/systemd-migration/%{name} ]; then
  if [ -f %{_sysconfdir}/rc3.d/S??%{name} ]; then
    for conf in %{_sysconfdir}/%{name}/*.conf; do
      [ "$conf" = "%{_sysconfdir}/%{name}/*.conf" ] && continue
      conf=$(basename $conf .conf)
      mkdir -p %{_sysconfdir}/systemd/system/%{name}.target.wants
      ln -s %{_unitdir}/%{name}@.service %{_sysconfdir}/systemd/system/%{name}.target.wants/%{name}@$conf.service
    done
    systemctl --quiet enable %{name}.target
  fi
  mkdir -p %{_localstatedir}/lib/rpm-helper/systemd-migration
  touch %{_localstatedir}/lib/rpm-helper/systemd-migration/%{name}
else
  # (cg) Older versions were not controlled by their own target
  UNITS=
  for unit in %{_sysconfdir}/systemd/system/multi-user.target.wants/%{name}@?*.service; do
    [ "$unit" = "%{_sysconfdir}/systemd/system/multi-user.target.wants/%{name}@?*.service" ] && continue
    UNITS="$UNITS $unit"
  done
  if [ -n "$UNITS" ]; then
    mkdir %{_sysconfdir}/systemd/system/%{name}.target.wants
    mv $UNITS %{_sysconfdir}/systemd/system/%{name}.target.wants
    systemctl --quiet enable %{name}.target
  fi
fi
%_tmpfilescreate %{name}
%_post_service %{name} %{name}.target

%preun
%_preun_service %{name} %{name}.target

%postun
%_postun_userdel %{name}

%files
%doc AUTHORS INSTALL PORTS README 
%doc src/plugins/*/README.*
%{_docdir}/easy-rsa/*
%dir %{_sysconfdir}/%{name}
%{_unitdir}/%{name}*.service
%{_unitdir}/%{name}.target
%{_tmpfilesdir}/%{name}.conf
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8*
%{_datadir}/%{name}
%dir %{plugindir}
%{plugindir}/*.so
%dir %{_localstatedir}/lib/%{name}

%files devel
%{_includedir}/openvpn-plugin.h


%changelog
* Thu Jul 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.4-2
+ Revision: 317e939
- Updated to 2.3.4, switched to systemd (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17867 |14mr|oprofile-0.9.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Transparent low-overhead system-wide profiler
Name:		oprofile
Version:	0.9.9
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://oprofile.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source11:	%{name}-16.png
Source12:	%{name}-32.png
Source13:	%{name}-48.png
# Use -module -avoid-version for agents:
Patch0:		oprofile-agents-ldflags.patch
Patch1:		oprofile-0.4-guess2.patch
Patch2:		oprofile-004-configure-error-message-missing-libpfm.patch
Patch3:		oprofile-005-enable-ppc64le-arch.patch
Patch4:		oprofile-006-tidy-powerpc64-bfd-target-check.patch
BuildRequires:	java-rpmbuild
BuildRequires:	binutils-devel
BuildRequires:	gettext-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(popt)

%description
OProfile is a system-wide profiler for Linux systems, capable of
profiling all running code at low overhead. OProfile is released
under the GNU GPL.

It consists of a kernel driver and a daemon for collecting sample
data, and several post-profiling tools for turning data into
information.

OProfile leverages the hardware performance counters of the CPU to
enable profiling of a wide variety of interesting statistics, which
can also be used for basic time-spent profiling. All code is
profiled: hardware and software interrupt handlers, kernel modules,
the kernel, shared libraries, and applications.

%files
%doc README TODO COPYING ChangeLog* doc/*.html
%{_bindir}/ocount
%{_bindir}/opannotate
%{_bindir}/oparchive
%{_bindir}/op-check-perfevents
%{_bindir}/operf
%{_bindir}/opcontrol
%{_bindir}/opgprof
%{_bindir}/ophelp
%{_bindir}/opreport
%{_bindir}/oprofiled
%{_bindir}/opimport
%{_bindir}/opjitconv
%{_datadir}/%{name}
%{_mandir}/man1/ocount.1*
%{_mandir}/man1/op*

#----------------------------------------------------------------------------

%package gui
Summary:	GUI for starting the OProfile profiler
Group:		Development/Other
Requires:	usermode
Requires:	usermode-consoleonly
Requires:	%{name} = %{EVRD}

%description gui
This package provides a convenient Qt GUI for starting the
profiler.

%files gui
%doc COPYING
%{_bindir}/oprof_start
%{_sbindir}/oprof_start
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%package jit
Summary:	Libraries for profiling Java and other JIT compiled code
Group:		Development/Other

%description jit
Libraries needed for profiling Java and other JIT compiled code.
For profiling Java code, you need to load
%{_libdir}/oprofile/libjvmti_oprofile.so
into the JVM as per the OProfile documentation.

%files jit
%dir %{_libdir}/oprofile
%{_libdir}/oprofile/libjvmti_oprofile.so
%{_libdir}/oprofile/libopagent.so.*

%pre jit
%_pre_useradd oprofile "%{_var}/lib/oprofile" /bin/nologin

%postun jit
%_postun_userdel oprofile

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for developing OProfile JIT agents
Group:		Development/Other
Requires:	%{name}-jit = %{EVRD}

%description devel
Header and development library symlink for libopagent, required for
compiling additional OProfile JIT agents.

%files devel
%{_includedir}/opagent.h
%{_libdir}/oprofile/libopagent.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# fixes build
touch NEWS AUTHORS INSTALL ChangeLog # strange, autoreconf does not create these
autoreconf -if

%build
%configure2_5x \
	--with-kernel-support \
	--enable-gui=qt4 \
	--with-java=%{java_home}

%make

%install
%makeinstall_std
rm -f %{buildroot}%{_datadir}/doc/%{name}/*.html

# root dialog
install -d -m755 %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/oprof_start %{buildroot}%{_sbindir}/oprof_start
ln -s consolehelper %{buildroot}%{_bindir}/oprof_start

install -d -m755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=OProfile starter
Comment=Start OProfile profiler
Exec=%{_bindir}/oprof_start
Icon=%{name}
Terminal=false
Type=Application
Categories=Development;Profiling;Qt;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

rm %{buildroot}%{_libdir}/oprofile/*a


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.9-1
+ Revision: 3618927
- Backport some patches to fix build with gcc 4.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17868 |14mr|opus-1.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Opus Interactive Audio Codec
Name:		opus
Version:	1.1
Release:	10
License:	BSD
Group:		Sound
Url:		http://opus-codec.org/
Source0:	http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz
BuildRequires:	doxygen

%description
The Opus codec is designed for interactive speech and audio transmission over
the Internet. It is designed by the IETF Codec Working Group and incorporates
technology from Skype's SILK codec and Xiph.Org's CELT codec.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Opus shared library
Group:		System/Libraries

%description -n %{libname}
This package provides the library that implements the Opus codec.
The Opus codec is designed for interactive speech and audio transmission over
the Internet. It is designed by the IETF Codec Working Group and incorporates
technology from Skype's SILK codec and Xiph.Org's CELT codec.

%files -n %{libname}
%{_libdir}/libopus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files needed to compile a program with Opus support
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides the library that implements the Opus codec.

%files -n %{devname}
%doc COPYING README
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/opus.m4
%{_mandir}/man3/opus_*.3*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-custom-modes
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_docdir}/opus/doxygen-build.stamp
rm -rf %{buildroot}%{_docdir}/opus


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-10
+ Revision: c0fc523
- Add doxygen to BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17869 |14mr|opusfile-0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define liburl %mklibname opusurl %{major}
%define devname %mklibname %{name} -d

Summary:	A high-level API for decoding and seeking within .opus files
Name:		opusfile
Version:	0.6
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://www.opus-codec.org/
Source0:	http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(opus)

%description
libopusfile provides a high-level API for decoding and seeking 
within .opus files. It includes:
* Support for all files with at least one Opus stream (including
multichannel files or Ogg files where Opus is muxed with something else).
* Full support, including seeking, for chained files.
* A simple stereo downmixing API (allowing chained files to be
decoded with a single output format, even if the channel count changes).
* Support for reading from a file, memory buffer, or over HTTP(S)
(including seeking).
* Support for both random access and streaming data sources.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%doc COPYING AUTHORS
%{_libdir}/libopusfile.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{liburl}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}opusfile0 < 0.6

%description -n %{liburl}
Shared library for %{name}.

%files -n %{liburl}
%{_libdir}/libopusurl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development package for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{liburl} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Files for development with %{name}.

%files -n %{devname}
%doc %{_docdir}/%{name}
%{_includedir}/opus/opusfile*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libopus*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Wed Jul 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6-1
+ Revision: 292f0b9
- New version 0.6, split library package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17870 |14mr|opus-tools-0.1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Opus codec tools

Name:		opus-tools
Version:	0.1.9
Release:	2
License:	BSD
Group:		Sound
Url:		http://opus-codec.org/
Source0:	http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(vorbis)

%description
This packages provides various tools to decode & encode files with the Opus
codec.

The Opus codec is designed for interactive speech and audio transmission over
the Internet. It is designed by the IETF Codec Working Group and incorporates
technology from Skype's SILK codec and Xiph.Org's CELT codec.

%files
%doc COPYING
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.9-2
+ Revision: 8c29c9a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17871 |14mr|ORBit-0.5.17-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_as_needed 1
%define _disable_ld_no_undefined 1

%define major	0
%define lib_name %mklibname %{name} %{major}

Summary:	High-performance CORBA Object Request Broker
Name:		ORBit
Version:	0.5.17
Release:	22
Group:		System/Libraries
License:	LGPLv2+ and GPLv2+
Url:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/stable/sources/ORBit//ORBit-%{version}.tar.bz2
# (fc) 0.5.17-2mdk don't add -I/usr/include to LIBIDL_INCLUDEDIR
Patch0:		ORBit-0.5.17-fixinclude.patch
# (fc) 0.5.17-9mdk fix warnings in m4 macros
Patch1:		ORBit-underquoted.patch
# (fc) 0.5.17-9mdk fix build with autoconf 2.5x and libtool 1.5
Patch2:		ORBit-0.5.17-ac25.patch
Patch3:		ORBit-0.5.17-format-strings.patch
Patch4:		ORBit-0.5.17-fix-makefile.patch
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	gettext
BuildRequires:	pkgconfig(glib)
BuildRequires:	tcp_wrappers-devel
BuildRequires:	libtool
BuildRequires:	automake1.4
BuildRequires:	autoconf2.1

%description
ORBit is a high-performance CORBA ORB (object request
broker). It allows programs to send requests and 
receive replies from other programs, regardless of
the locations of the two programs.

You will need to install this package and the
related header files, libraries and utilities
if you want to write programs that use CORBA
technology.

%package -n %{lib_name}
Summary:	Libraries for high-performance CORBA Object Request Broker
Group:		System/Libraries

%description -n %{lib_name}
ORBit is a high-performance CORBA ORB (object request
broker). It allows programs to send requests and 
receive replies from other programs, regardless of
the locations of the two programs.

This package contains libraries used by ORBit.

%package -n %{lib_name}-devel
Summary:	Development libraries, header files and utilities for ORBit
Group:		Development/GNOME and GTK+
Requires:	glib-devel
# (gb) starting of 0.5.17 version, I can't see any change requiring a
# specific dep on release, aka rpmlint fix possible
Requires:	%{name} = %{version}-%{release}
# indent is called by orbit-idl
Requires:	indent
Requires:	tcp_wrappers-devel
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{lib_name}-devel
ORBit is a high-performance CORBA ORB (object request
broker) with support for the C language. It allows
programs to send requests and receive replies from
other programs, regardless of the locations of the
two programs.

This package contains the header files, libraries and 
utilities necessary to write programs that use CORBA
technology.

%prep
%setup -q
%patch0 -p1 -b .fixinclude
%patch1 -p1 -b .warnings
#%patch2 -p1 -b .ac25
%patch3 -p1
%patch4 -p1
# needed by patches 0 & 2 and fix build
# [gb] also update aclocal.m4 with new libtool.m4
rm -f configure
#aclocal-1.4
#automake-1.4
autoconf-2.13
cd libIDL
rm -f configure
libtoolize --force
#aclocal-1.4
#automake-1.4
autoconf-2.13
cd ..

# cputoolize to get updated config.{sub,guess}
%{?__cputoolize: %{__cputoolize} -c popt}
%{?__cputoolize: %{__cputoolize} -c libIDL}

%build
%configure2_5x

#don't use macro, parallel compilation is broken
make LIBTOOL=libtool

# 1 test fails on ppc
%ifnarch ppc
make check
%endif

%install
%makeinstall_std  LIBTOOL=libtool

%multiarch_binaries %{buildroot}%{_bindir}/orbit-config

%multiarch_binaries %{buildroot}%{_bindir}/libIDL-config

mkdir -p %{buildroot}%{_sysconfdir}/CORBA/servers

%files
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/ior-decode
%{_bindir}/name-client
%{_bindir}/*-server
%{_bindir}/orbit-ird
%{_datadir}/idl
%{_sysconfdir}/CORBA

%files -n %{lib_name}
%{_libdir}/*.so.*

%files -n %{lib_name}-devel
%doc docs/*
%{_bindir}/libIDL-config
%multiarch %{_bindir}/multiarch-*/libIDL-config

%{_bindir}/orbit-config
%multiarch %{multiarch_bindir}/orbit-config

%{_bindir}/orbit-idl
%{_includedir}/*
%{_infodir}/libIDL.info*
%{_libdir}/*.sh
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/aclocal/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.17-22
+ Revision: 9a1729f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17872 |14mr|ORBit2-2.14.19-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define apiver	2.0
%define api 	2
%define major	0
%define libname		%mklibname %{name}_ %{major}
%define libimodule	%mklibname ORBit-imodule %{api} %{major}
%define libCosNaming	%mklibname ORBit-CosNaming %{api} %{major}
%define devname	%mklibname -d %{name}

Summary:	High-performance CORBA Object Request Broker
Name:		ORBit2
Version:	2.14.19
Release:	13
License:	LGPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org/projects/ORBit2/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/ORBit2/%{url_ver}/%{name}-%{version}.tar.bz2
# (fc) 2.4.1-2mdk fix crash when /tmp is not readable
Patch0:		ORBit2-2.14.4-tmpdir.patch
# handle ref leaks in the a11y stack more gracefully
Patch1:		ORBit2-2.14.3-ref-leaks.patch
# bumps tolerance up from 50 to 200kb
Patch2:		ORBit2-2.14.19_test-mem_tolerance.patch

BuildRequires:	indent
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(glib-2.0) >= 2.0.0
BuildRequires:	pkgconfig(libIDL-2.0) >= 0.8.10
BuildRequires:	pkgconfig(popt) >= 1.5

%description
ORBit is a high-performance CORBA (Common Object Request Broker
Architecture) ORB (object request broker). It allows programs to
send requests and receive replies from other programs, regardless
of the locations of the two programs. CORBA is an architecture that
enables communication between program objects, regardless of the
programming language they're written in or the operating system they
run on.

You will need to install this package if you want to run programs that use
the ORBit implementation of CORBA technology.

%files
%doc README.service-name AUTHORS NEWS MAINTAINERS README
%{_bindir}/linc-cleanup-sockets
%{_bindir}/ior-decode-%{api}
%{_bindir}/typelib-dump
%dir %{_libdir}/orbit-%{apiver}
%{_libdir}/orbit-%{apiver}/Everything_module.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	High-performance CORBA Object Request Broker
Group:		System/Libraries
Provides:	lib%{name} = %{EVRD}

%description -n %{libname}
This package contains core library of the ORBit implementation
of CORBA technology.

%files -n %{libname}
%{_libdir}/libORBit-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libimodule}
Summary:	High-performance CORBA Object Request Broker
Group:		System/Libraries
Conflicts:	%{_lib}ORBit2_0 < 2.14.19-5

%description -n %{libimodule}
This package contains imodule library of the ORBit implementation
of CORBA technology.

%files -n %{libimodule}
%{_libdir}/libORBit-imodule-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libCosNaming}
Summary:	High-performance CORBA Object Request Broker
Group:		System/Libraries
Conflicts:	%{_lib}ORBit2_0 < 2.14.19-5

%description -n %{libCosNaming}
This package contains CosNaming library of the ORBit implementation
of CORBA technology.

%files -n %{libCosNaming}
%{_libdir}/libORBitCosNaming-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries, header files and utilities for ORBit
Group:		Development/GNOME and GTK+
Provides:	lib%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libimodule} = %{EVRD}
Requires:	%{libCosNaming} = %{EVRD}
# needed for orbit-idl-2
Requires:	indent

%description -n %{devname}
This package contains the header files, libraries and utilities
necessary to write programs that use CORBA technology. If you want to
write such programs, you'll also need to install the ORBit package.

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/*
%{_bindir}/orbit2-config
%{multiarch_bindir}/orbit2-config
%{_bindir}/orbit-idl-%{api}
%{_datadir}/aclocal/*.m4
%{_datadir}/idl/orbit-%{apiver}
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/libname-server-2.a
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# this is a hack for glib2.0 >= 2.31.0
sed -i -e 's/-DG_DISABLE_DEPRECATED//g' \
    ./linc2/src/Makefile.*

%build
%configure2_5x \
	--enable-gtk-doc \
	--enable-purify \
	--disable-static

%make

%check
#make check

%install
%makeinstall_std

# multiarch policy
%multiarch_binaries %{buildroot}%{_bindir}/orbit2-config

%multiarch_includes %{buildroot}%{_includedir}/orbit-%{apiver}/orbit/orbit-config.h

# Rename doc to prevent name conflict
cp src/services/name/README README.service-name


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.14.19-13
+ Revision: 9ca7db7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17873 |14mr|orc-0.4.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.4
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define libtest %mklibname %{name}-test %{api} %{major}
%define devname %mklibname -d %{name}

Summary:	The Oil Runtime Compiler

Name:		orc
Version:	0.4.22
Release:	1
License:	BSD
Group:		Development/Other
Url:		http://code.entropywave.com/projects/orc/
Source0:	http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz

%description
Orc is a library and set of tools for compiling and executing very
simple programs that operate on arrays of data.  The “language” is a
generic assembly language that represents many of the features
available in SIMD architectures, including saturated addition and
subtraction, and many arithmetic operations.

%package -n %{libname}
Summary:	The Oil Runtime Compiler

Group:		System/Libraries

%description -n %{libname}
This package contains a shared library for %{name}.

%package -n %{libtest}
Summary:	The Oil Runtime Compiler

Group:		System/Libraries
Conflicts:	%{_lib}orc0.4_0 <= 0.4.17-2

%description -n %{libtest}
This package contains a shared library for %{name}.

%package -n %{devname}
Summary:	The Oil Runtime Compiler

Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libtest} = %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package includes the development files for %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc README TODO
%{_bindir}/orcc
%{_bindir}/orc-bugreport

%files -n %{libname}
%{_libdir}/liborc-%{api}.so.%{major}*

%files -n %{libtest}
%{_libdir}/liborc-test-%{api}.so.%{major}*

%files -n %{devname}
%{_includedir}/%{name}-%{api}/
%{_libdir}/liborc*-%{api}.so
%{_libdir}/pkgconfig/orc-%{api}.pc
%{_datadir}/gtk-doc/html/orc
%{_datadir}/aclocal/orc.m4

%changelog
* Tue Sep 16 2014 dsilakov <denis.silakov@rosalab.ru> 0.4.22-1
+ Revision: 4270df1
- Merge pull request #1 from import/orc:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17874 |14mr|orca-3.12.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# debug is empty anyway and rpmlint rejects build

%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	GNOME screen reader for people with visual impairments
Name:		orca
Version:	3.12.2
Release:	3
License:	LGPLv2+
Group:		Accessibility
URL:		http://live.gnome.org/Orca/
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildArch:	noarch

BuildRequires:	brlapi-python
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	pkgconfig(atspi-2)
BuildRequires:	pkgconfig(gnome-doc-utils) >= 0.17.3
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.1.14
BuildRequires:	pkgconfig(pygobject-3.0) >= 2.90.3
BuildRequires:	python3-devel
BuildRequires:	python3-gi
BuildRequires:	python-dbus
#BuildRequires:	python-cairo
BuildRequires:	python3-cairo
BuildRequires:	python-pyxdg
BuildRequires:	python3-speechd
BuildRequires:	python-braille
BuildRequires:	itstool
BuildRequires:  typelib(GObject)
Requires:	python-dbus
#Requires:	python-cairo
Requires:	python3-cairo
Requires:	python-pyxdg
Requires:	python3-speechd
Requires:	python-braille
Requires:	brlapi-python
Requires:	python3-pyatspi
Requires:   typelib(Wnck)
Requires:   typelib(Atspi)

%description
A flexible, scriptable, extensible screen reader for the GNOME platform
that provides access via speech synthesis, braille, and magnification.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc README NEWS
%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
%{_bindir}/%{name}
%{py3_puresitedir}/*orca*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.1*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-3
+ Revision: 3cee60d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17875 |14mr|oregano-0.70-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GUI to simulate electronic circuit
Name:		oregano
Version:	0.70
Release:	2
License:	GPLv2+
Group:		Graphics
URL:		https://github.com/marc-lorber/oregano
Source:		%{name}-%{version}.tar.gz
Patch0:		oregano-0.70-sfmt.patch
Patch1:		oregano-0.70-linkage.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libgnomecanvas-2.0)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libgnomeprintui-2.2)
BuildRequires:	pkgconfig(xpm)

BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	scrollkeeper
BuildRequires:	gnome-common

%description
Oregano is an application for schematic capture and simulation of
electrical circuits. For the actual simulation, Oregano acts as a
front-end for SPICE, which is more or less the industry standard for
circuit simulation.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_iconsdir}/hicolor/scalable/apps
cp data/mime/gnome-oregano.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/gnome-oregano.svg
perl -pi -e 's,gnome-oregano.svg,gnome-oregano,g' %{buildroot}%{_datadir}/applications/%{name}.desktop

rm -rf %{buildroot}%{_datadir}/mime/{XMLnamespaces,generic-icons,globs,globs2,icons,magic,mime.cache,treemagic,types,aliases,subclasses}
rm -rf %{buildroot}%{_datadir}/mime/application/*.xml

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS
%{_bindir}/*
%{_datadir}/oregano
%{_datadir}/applications/*
%{_iconsdir}/hicolor/scalable/apps/gnome-oregano.svg
%{_datadir}/mime/packages/*.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.70-2
+ Revision: 03f78bc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17876 |14mr|ortp-0.22.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 9
%define libname %mklibname %{name} %{major}
%define libnamedev %mklibname %{name} -d

Summary:	Real-time Transport Protocol Stack
Name:		ortp
Version:	0.22.0
Release:	2
License:	LGPLv2+
Group:		Communications
URL:		http://linphone.org/ortp/
Source0:	http://download.savannah.gnu.org/releases-noredirect/linphone/ortp/sources/%{name}-%{version}.tar.gz
Source1:	http://download.savannah.gnu.org/releases-noredirect/linphone/ortp/sources/%{name}-%{version}.tar.gz.sig
BuildRequires:	pkgconfig(openssl)
BuildRequires:	doxygen

%description
oRTP is a LGPL licensed C library implementing the RTP protocol
(rfc1889). It is available for most unix clones (primilarly Linux and
HP-UX), and Microsoft Windows.

%package -n	%{libname}
Summary:	Real-time Transport Protocol Stack
Group:		System/Libraries

%description -n	%{libname}
oRTP is a LGPL licensed C library implementing the RTP protocol
(rfc1889). It is available for most unix clones (primilarly Linux and
HP-UX), and Microsoft Windows.

%package -n	%{libnamedev}
Summary:	Headers, libraries and docs for the oRTP library
Group:		Development/Other
Provides:	%{name}-devel = %{version}
Requires:	%{libname} = %{version}
Obsoletes:	%{libname}5-devel < 0.18.0

%description -n %{libnamedev}
oRTP is a LGPL licensed C library implementing the RTP protocol
(rfc1889). It is available for most unix clones (primilarly Linux and
HP-UX), and Microsoft Windows.

This package contains header files and development libraries needed to
develop programs using the oRTP library.

%prep
%setup -q

%build
%configure2_5x \
    --disable-strict \
    --enable-shared \
    --disable-static \
    --enable-ipv6

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{libnamedev}
%doc AUTHORS COPYING ChangeLog INSTALL README TODO
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}
%{_docdir}/%{name}-%{version}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.22.0-2
+ Revision: 328a604
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17877 |14mr|os-prober-1.63-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir %{_exec_prefix}/lib
%define lprob linux-boot-prober

Name:           os-prober
Version:        1.63
Release:        4
Summary:        Probes disks on the system for installed operating systems
License:        GPLv1 and GPLv2+
Group:          System/Configuration/Boot and Init
Url:            http://kitenet.net/~joey/code/os-prober/
#               http://ftp.de.debian.org/debian/pool/main/o/os-prober/os-prober_1.61.tar.gz
Source0:        http://ftp.de.debian.org/debian/pool/main/o/%{name}/%{name}_%{version}.tar.gz
Source1:        COPYING-note.txt

# move newns binary outside of os-prober subdirectory, so that debuginfo
# can be automatically generated for it
Patch0:         os-prober-newnsdirfix.patch
# Fix spelling of SUSE aj@suse.de
Patch1:         os-prober-SUSE.patch
# Sent upstream by Fedora
Patch2:         os-prober-mdraidfix.patch
Patch3:         os-prober-yaboot-parsefix.patch
Patch4:         os-prober-usrmovefix.patch
Patch5:         os-prober-remove-basename.patch
Patch6:         os-prober-disable-debug-test.patch
# To be sent upstream by Fedora
Patch7:         os-prober-btrfsfix.patch
Patch8:         os-prober-factor-out-logger.patch
Patch9:         os-prober-bootpart-name-fix.patch
Patch10:        os-prober-mounted-partitions-fix.patch
# Add ROSA to 90linux-distro
Patch11:        os-prober-1.57-add_rosa-release_to_90linux-distro.patch
#Patch12:		os-prober-missed-os-fix.patch

Patch13:        os-prober-1.63-fallback-sort-by-kernel-version.patch
Patch14:        os-prober-1.63-skip-os-prober-entries.patch
Patch15:        os-prober-1.63-efi-support.patch

%description
This package detects other OSes available on a system and outputs the results
in a generic machine-readable format. Support for new OSes and Linux
distributions can be added easily.

%prep
%setup -q -n %{name}-%{version}
cp %SOURCE1 .

%apply_patches

%build

%make

%install
install -m 0755 -d %{buildroot}%{_bindir}
install -m 0755 -d %{buildroot}%{_sbindir}
install -m 0755 -d %{buildroot}%{_localstatedir}/lib/%{name}

install -m 0755 -p os-prober linux-boot-prober %{buildroot}%{_sbindir}
install -m 0755 -Dp newns %{buildroot}%{_libexecdir}/newns
install -m 0644 -Dp common.sh %{buildroot}%{_datadir}/%{name}/common.sh

%ifarch %{ix86} x86_64
ARCH=x86
%endif

for probes in os-probes os-probes/mounted os-probes/init \
              linux-boot-probes linux-boot-probes/mounted; do
        install -m 755 -d %{buildroot}%{_libexecdir}/$probes
        cp -a $probes/common/* %{buildroot}%{_libexecdir}/$probes
        if [ -e "$probes/$ARCH" ]; then
                cp -a $probes/$ARCH/* %{buildroot}%{_libexecdir}/$probes
        fi
done
if [ "$ARCH" = x86 ]; then
        install -m 755 -p os-probes/mounted/powerpc/20macosx \
            %{buildroot}%{_libexecdir}/os-probes/mounted
fi

# console user, ask for root password
for pak in %{name} %{lprob}; do
        ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/$pak
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak <<EOF
USER=root
PROGRAM=/usr/sbin/$pak
FALLBACK=false
SESSION=true
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d
		cat > %{buildroot}%{_sysconfdir}/pam.d/$pak  <<EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF
done

%files
%doc README TODO debian/copyright debian/changelog COPYING-note.txt
%{_bindir}/*
%{_sbindir}/*
%{_libexecdir}/linux-boot-probes
%{_libexecdir}/newns
%{_libexecdir}/os-probes
%{_datadir}/%{name}
%{_localstatedir}/lib/%{name}
%{_sysconfdir}/pam.d/*
%{_sysconfdir}/security/console.apps/*

%changelog
* Fri Jul 18 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.63-4
+ Revision: 5deec92
- Improvements in boot entries enumerating
- 1. Sorting by kernels (latest first) when enumerating boot entries.
- 2. When parsing grub2 menu, skip entries generated by 30_os-prober: they do not belong to the analyzed system.
- 3. Grub2 menu parser: Added support for EFI menu entries.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17878 |14mr|ossp-1.3.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OSS (Open Sound System) Proxy Daemon
Name:		ossp
Version:	1.3.2
Release:	5
License:	GPLv2+
Group:		Sound
Url:		http://sourceforge.net/projects/osspd/
Source0:	%{name}-%{version}.tar.gz
Patch0:		0001-Add-a-very-simple-systemd-unit.patch
Patch1:		0002-udev-Rename-udev-rules-and-add-uaccess-udev-acl-tags.patch
Patch2:		ossp-1.3.2-fix-build-lrt.patch
Patch3:		ossp-1.3.2-sfmt.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(libpulse)
Requires(post,preun): rpm-helper >= 0.24.1
Suggests:	pulseaudio

%description
OSS Proxy Daemon is Linux userland OSS sound device (/dev/[a]dsp
and /dev/mixer) implementation using CUSE. Currently it supports
forwarding OSS sound streams to PulseAudio and ALSA.

%files
%doc README
%{_sbindir}/ossp*
/lib/udev/rules.d/70-osscuse.rules
%{_sysconfdir}/modprobe.preload.d/%{name}.conf
/lib/systemd/system/osspd.service
/lib/systemd/system/sound.target.wants/osspd.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

sed -i 's,/usr/local,%{_prefix},' Makefile
sed -i 's,/etc/udev/rules.d,/lib/udev/rules.d,' Makefile

%build
%setup_compile_flags
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/modprobe.preload.d
echo "cuse" >%{buildroot}%{_sysconfdir}/modprobe.preload.d/%{name}.conf

%post
if [ "$1" -eq "1" ] ; then
    # Initial installation
    modprobe cuse
fi

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.2-5
+ Revision: 61d040b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17879 |14mr|ossp-uuid-1.6.2-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# needed for rpm53
%bcond_with bootstrap
%bcond_with crosscompile

%if %{with bootstrap}
%bcond_with perl
%bcond_with php
%bcond_with postgresql
%else
%bcond_without perl
%bcond_without php
%bcond_without postgresql
%endif

%define oname	ossp_uuid

Summary:	OSSP uuid is a ISO-C:1999 application programming interface
Name:		ossp-uuid
Version:	1.6.2
Release:	19
License:	GPLv2+
Group:		Development/C
Url:		http://www.ossp.org/pkg/lib/uuid/
Source0:	ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz
Patch0:		uuid-1.6.2-fix-perl-install.patch
Patch1:		uuid-1.6.2-fix-php-install.patch
Patch2:		uuid-1.6.2-fix-php-link.patch
Patch3:		uuid-1.6.2-ossp.patch
Patch4:		uuid-1.6.2-fix-php-test-module-loading.patch
Patch5:		uuid-1.6.2-php-54x.patch
#We don't want anything stripped
#Upstream-Status: Inappropriate [no upstream]
#The project appears to no longer be accepting changes.
Patch6:		uuid-nostrip.patch
Patch7:		uuid-aarch64.patch
%if %{with postgresql}
BuildRequires:	postgresql-devel
%endif
%if %{with perl}
BuildRequires:	perl-devel
%endif
%if %{with php}
BuildRequires:	php-devel
BuildRequires:	php-cli
%endif
%rename		%{oname}

%description
OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation of
DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs

%define	major	16
%define libname %mklibname %{name} %{major}
%define	oldname	%mklibname %{oname} %{major}

%package -n     %{libname}
Summary:	Main library for ossp-uuid
Group:		System/Libraries
%rename		%{oldname}

%description -n %{libname}
OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation of
DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs

%define	libcxx	%mklibname %{name}++ %{major}
%define	oldcxx	%mklibname %{oname}++ %{major}

%package -n     %{libcxx}
Summary:	C++ library for ossp-uuid
Group:		System/Libraries
%rename		%{oldcxx}

%description -n	%{libcxx}
OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation of
DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs

%define	libdce	%mklibname %{name}_dce %{major}
%define	olddce	%mklibname %{oname}_dce %{major}

%package -n     %{libdce}
Summary:	DCE library for ossp-uuid
Group:		System/Libraries
%rename		%{olddce}

%description -n	%{libdce}
OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation of
DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs

%define devname	%mklibname %{name} -d
%define	devold	%mklibname %{oname} -d

%package -n	%{devname}
Summary:	Header files for the ossp-uuid library
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	%{libcxx} = %{version}
Requires:	%{libdce} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
%rename		%{devold}

%description -n	%{devname}
OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation of
DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs
These are .h files.

%if %{with perl}
%package -n	perl-OSSP-uuid
Summary:	Perl bindings for ossp-uuid
Group:		Development/Perl

%description -n	perl-OSSP-uuid
This package contains perl bindings for %{name}.
%endif

%if %{with php}
%package -n	php-OSSP-uuid
Summary:	PHP bindings for ossp-uuid
Group:		Development/PHP

%description -n	php-OSSP-uuid
This package contains php bindings for %{name}.
%endif

%if %{with postgresql}
%package -n	postgresql-OSSP-uuid
Summary:	Postgresql library for ossp-uuid
Group:		System/Libraries
%rename		%{libname}-pgsql

%description -n	postgresql-OSSP-uuid
OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation of
DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs
%endif

%prep
%setup -qn uuid-%{version}
%apply_patches

%build
export PHP_ACLOCAL=aclocal
%if %{with crosscompile}
export ac_cv_va_copy=yes
export ac_cv_func_clock_gettime=yes
export ac_cv_func_getifaddrs=yes
export ac_cv_func_gettimeofday=yes
%endif

%configure2_5x \
	--includedir=%{_includedir}/ossp-uuid \
%if %{with postgresql}
	--with-pgsql \
%endif
%if %{with perl}
	--with-perl \
%endif
%if %{with php}
	--with-php \
%endif
	--with-cxx \
	--with-dce \
	--disable-static
%make

%check
make check

%install
%makeinstall_std PHP_EXTENSIONDIR=%{_libdir}/php/extensions
%if %{with postgresql}
mkdir -p %{buildroot}/%{_libdir}/postgresql/
mkdir -p %{buildroot}/%{_datadir}/postgresql/
%makeinstall_std -C pgsql 
ln -s ossp-uuid.so %{buildroot}%{_libdir}/postgresql/uuid.so 
ln -s uuid.sql %{buildroot}%{_datadir}/postgresql/ossp-uuid.sql
%endif

mkdir %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libossp-uuid.so.%{major}* %{buildroot}/%{_lib}
ln -srf %{buildroot}/%{_lib}/libossp-uuid.so.%{major}.*.* %{buildroot}%{_libdir}/libossp-uuid.so

%files
%doc OVERVIEW
%{_bindir}/uuid
%{_mandir}/man1/uuid.1*

%files -n %{libname}
/%{_lib}/libossp-uuid.so.%{major}*

%files -n %{libcxx}
%{_libdir}/libossp-uuid++.so.%{major}*

%files -n %{libdce}
%{_libdir}/libossp-uuid_dce.so.%{major}*

%files -n %{devname}
%{_libdir}/pkgconfig/ossp-uuid.pc
%dir %{_includedir}/ossp-uuid
%{_includedir}/ossp-uuid/uuid.h
%{_includedir}/ossp-uuid/uuid++.hh
%{_includedir}/ossp-uuid/uuid_dce.h
%{_bindir}/uuid-config
%{_libdir}/libossp-uuid.so
%{_libdir}/libossp-uuid++.so
%{_libdir}/libossp-uuid_dce.so
%{_mandir}/man1/uuid-config.1*
%{_mandir}/man3/ossp-uuid.3*
%{_mandir}/man3/ossp-uuid++.3*

%if %{with perl}
%files -n perl-OSSP-uuid
%{perl_vendorarch}/OSSP
%{perl_vendorarch}/auto/OSSP
%{_mandir}/man3/OSSP::uuid.3*
%endif

%if %{with php}
%files -n php-OSSP-uuid
%{_libdir}/php/extensions/ossp-uuid.so
%{_libdir}/php/extensions/uuid.php
%endif

%if %{with postgresql}
%files -n postgresql-OSSP-uuid
%{_libdir}/postgresql/uuid.so
%{_libdir}/postgresql/ossp-uuid.so
%{_datadir}/postgresql/uuid.sql
%{_datadir}/postgresql/ossp-uuid.sql
%endif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.2-19
+ Revision: fd30fe2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17880 |14mr|oxygen-gtk-1.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A port of the default KDE widget theme (Oxygen) to gtk
Name:		oxygen-gtk
Version:	1.4.1
Release:	2
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/artwork/oxygen-gtk
Source0:	ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk2/%{version}/src/%{name}2-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	oxygen-gtk2-engine = %{version}-%{release}

%description
Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to gtk.

It's primary goal is to ensure visual consistency between gtk and qt-based
applications running under kde. A secondary objective is to also have a
stand-alone nice looking gtk theme that would behave well on other Desktop
Environments.

Unlike other attempts made to port the kde oxygen theme to gtk, this attempt
does not depend on Qt (via some Qt to Gtk conversion engine), nor does render
the widget appearance via hard coded pixmaps, which otherwise breaks everytime
some setting is changed in kde.

%files
%doc AUTHORS COPYING INSTALL README
%{_bindir}/*
%{_datadir}/themes/oxygen-gtk

#------------------------------------------------

%define libname %mklibname oxygen-gtk

%package -n %{libname}
Summary:	Dynamic libraries for %{name}
Group:		System/Libraries
Provides:	oxygen-gtk2-engine = %{version}-%{release}
Conflicts:	oxygen-gtk < 1.3.0

%description -n %{libname}
Dynamic libraries for %{name}.

%files -n %{libname}
%{_libdir}/gtk-2.0/2.10.0/engines/liboxygen-gtk.so

#------------------------------------------------

%prep
%setup -q -n %{name}2-%{version}

%build
%cmake \
	-DOXYGEN_FORCE_KDE_ICONS_AND_FONTS=0
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.1-2
+ Revision: 7120b62
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17881 |14mr|oxygen-gtk3-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A port of the default KDE widget theme (Oxygen) to gtk3
Name:		oxygen-gtk3
Version:	1.2.1
Release:	2
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/artwork/oxygen-gtk
Source0:	ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk3/%{version}/src/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.2.0
Suggests:	oxygen-icon-theme
Requires:	%{name}-engine = %{version}-%{release}

%description
Oxygen-Gtk3 is a port of the default KDE widget theme (Oxygen), to gtk3.

It's primary goal is to ensure visual consistency between gtk and qt-based
applications running under kde. A secondary objective is to also have a
stand-alone nice looking gtk theme that would behave well on other Desktop
Environments.

Unlike other attempts made to port the kde oxygen theme to gtk3, this attempt
does not depend on Qt (via some Qt to Gtk conversion engine), nor does render
the widget appearance via hard coded pixmaps, which otherwise breaks everytime
some setting is changed in kde.

%files
%{_bindir}/%{name}-demo
%{_datadir}/themes/oxygen-gtk

#------------------------------------------------

%define libname %mklibname %{name}

%package -n %{libname}
Summary:	Dynamic libraries for %{name}
Group:		System/Libraries
Provides:	%{name}-engine = %{version}-%{release}

%description -n %{libname}
Dynamic libraries for %{name}.

%files -n %{libname}
%{_libdir}/gtk-3.0/3.0.0/theming-engines/liboxygen-gtk.so

#------------------------------------------------

%prep
%setup -q

%build
%cmake -DOXYGEN_FORCE_KDE_ICONS_AND_FONTS=0
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.1-2
+ Revision: c5f9501
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17882 |14mr|oxygen-icon-theme-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Oxygen icon theme
Name:		oxygen-icon-theme
Version:	4.13.3
Release:	1
Epoch:		1
License:	GPL
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/oxygen-icons-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	kde4-macros
Provides:	kde4-icon-theme
BuildArch:	noarch

%description
Oxygen KDE 4 icon theme. Compliant with FreeDesktop.org naming schema

%files
%{_iconsdir}/oxygen
# This is needed as hicolor is the fallback for icons
%{_kde_iconsdir}/hicolor/*/apps/*
%{_var}/lib/rpm/filetriggers/gtk-icon-cache-oxygen.*

#-----------------------------------------------------------------------------

%prep
%setup -q -n oxygen-icons-%{version}

%build
%cmake_kde4

%install
%makeinstall_std -C build

# automatic gtk icon cache update on rpm installs/removals
# (see http://wiki.mandriva.com/en/Rpm_filetriggers)
install -d %{buildroot}%{_var}/lib/rpm/filetriggers
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/gtk-icon-cache-oxygen.filter << EOF
^./usr/share/icons/oxygen/
EOF
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/gtk-icon-cache-oxygen.script << EOF
#!/bin/sh
if [ -x /usr/bin/gtk-update-icon-cache ]; then 
  /usr/bin/gtk-update-icon-cache --force --quiet /usr/share/icons/oxygen
fi
EOF
chmod 755 %{buildroot}%{_var}/lib/rpm/filetriggers/gtk-icon-cache-oxygen.script

# We copy some missing icons from oxygen to hicolor
for size in 16 32 48 64 128; do
    mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde_iconsdir}/oxygen/${size}x${size}/apps/office-address-book.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde_iconsdir}/oxygen/${size}x${size}/apps/krdc.png  %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde_iconsdir}/oxygen/${size}x${size}/apps/akonadi.png  %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde_iconsdir}/oxygen/${size}x${size}/apps/kaffeine.png  %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde_iconsdir}/oxygen/${size}x${size}/apps/semn.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde_iconsdir}/oxygen/${size}x${size}/apps/plasmagik.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde_iconsdir}/oxygen/${size}x${size}/apps/ktip.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde_iconsdir}/oxygen/${size}x${size}/apps/kthesaurus.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde_iconsdir}/oxygen/${size}x${size}/apps/ksniffer.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde_iconsdir}/oxygen/${size}x${size}/apps/korgac.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde_iconsdir}/oxygen/${size}x${size}/apps/knewsticker.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde_iconsdir}/oxygen/${size}x${size}/apps/klipper.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde_iconsdir}/oxygen/${size}x${size}/apps/kjournal.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde_iconsdir}/oxygen/${size}x${size}/apps/kivio.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
done

%post
%update_icon_cache oxygen

%postun
%clean_icon_cache oxygen


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: e0c76a9
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17883 |14mr|ozerocdoff-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __debug_package %nil
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Name:		ozerocdoff
Version:	0.4
Release:	3
Summary:	Tool for switching modes of Option USB devices
Group:		System/Base
License:	GPL
URL:		http://www.pharscape.org/ozerocdoff.html
Source0:	ozerocdoff-%{version}.tar.bz2
Patch0:		ozerocdoff-mda.patch
Patch1:		ozerocdoff-0.4-udev.patch

BuildRequires:  usb-compat-devel

Obsoletes:      hso-rezero

%description
Ozerocdoff - an improved ZeroCD switching utility

This is the improved Option software for temporarily disabling ZeroCD
and allowing the modem to be a modem. It has replaced rezero.

%prep
%setup -q
%patch0 -p1 -b .mda~
%patch1 -p1 -b .udev~

%build
%make


%install
LIBNAME=%{_lib} %makeinstall_std
%__ln_s ozerocdoff %{buildroot}%{_sbindir}/rezero


%files
%defattr(-,root,root,-)
%_sbindir/ozerocdoff
%_sbindir/rezero
%_sbindir/osetsuspend

%_sysconfdir/udev/rules.d/49-hso-udev.rules

%{_libdir}/hal/scripts/hal-serial-hsotype
%{_datadir}/hal/fdi/preprobe/20thirdparty/10-wwan-hso-preprobe.fdi
%{_datadir}/hal/fdi/information/20thirdparty/10-wwan-quirk.fdi

%config(noreplace) %attr(0644,root,root) /etc/hso-suspend.conf

%doc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-3
+ Revision: 9d96f3f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17884 |14mr|p11-kit-0.20.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%ifarch x86_64
%define __noautoreq 'ld-linux-x86-64.so*'
%else
%define __noautoreq 'ld-linux.so.2*'
%endif

%define major	0
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname %{name} -d

Name:		p11-kit
Summary:	Load and enumerate PKCS#11 modules
Version:	0.20.2
Release:	3
License:	Apache License
Group:		System/Libraries
Url:		http://p11-glue.freedesktop.org/p11-kit.html
Source0:	http://p11-glue.freedesktop.org/releases/%{name}-%{version}.tar.gz

BuildRequires:  pkgconfig(libtasn1)
BuildRequires:  pkgconfig(libffi)

%description
Provides a way to load and enumerate PKCS#11 modules. Provides a standard
configuration setup for installing PKCS#11 modules in such a way that
they're discoverable.

Also solves problems with coordinating the use of PKCS#11 by different
components or libraries living in the same process.

%package -n	%{libname}
Summary:	Library and proxy module for properly loading and sharing PKCS#11 modules
Group:		System/Libraries

%description -n	%{libname}
Provides a way to load and enumerate PKCS#11 modules. Provides a standard
configuration setup for installing PKCS#11 modules in such a way that
they're discoverable.

Also solves problems with coordinating the use of PKCS#11 by different
components or libraries living in the same process.

%package -n 	%{devname}
Summary:	Development files and headers for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package contains the development files and headers for %{name}.

%prep
%setup -q

%build
%configure2_5x	--disable-static \
		--disable-rpath

%make

%install
%makeinstall_std

#dirs for configs etc
%__mkdir_p %{buildroot}%{_sysconfdir}/pkcs11/modules

#ghost files
touch %{buildroot}%{_sysconfdir}/pkcs11/pkcs11.conf

%check
%make check

%post
%create_ghostfile %{_sysconfdir}/pkcs11/pkcs11.conf root root 644

%files
%doc AUTHORS NEWS
%{_bindir}/%{name}
%{_bindir}/trust
%dir %{_sysconfdir}/pkcs11
%dir %{_sysconfdir}/pkcs11/modules
%{_sysconfdir}/pkcs11/pkcs11.conf.example
%ghost %config(noreplace) %{_sysconfdir}/pkcs11/pkcs11.conf
%{_datadir}/%{name}/modules/p11-kit-trust.module

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*
%{_libdir}/pkcs11/p11-kit-trust.so
%{_libdir}/%{name}/*

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/%{name}
%{_includedir}/%{name}-1
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}-1.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.20.2-3
+ Revision: fd38b7e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17885 |14mr|p2c-1.22-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	p2c
%define	version	1.22
Summary:	A Pascal to C translator
Name:		%{name}
Version:	%{version}
Release:	21
License:	GPL
Group:		Development/Other
Source0:	ftp://csvax.cs.caltech.edu/pub/p2c-1.22.tar.bz2
URL:		http://www.synaptics.com/people/daveg/
Patch2:		p2c-newpatch.patch
# Fixes conflicting types for 'my_memcpy' build error: thanks Anssi
Patch3:		p2c-1.22-memcpy.patch
Patch4:		p2c-1.22-getline.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
P2c is a system for translating Pascal programs into the C language.
P2c accepts input source files in certain Pascal dialects:  HP
Pascal, Turbo/UCSD Pascal, DEC VAX Pascal, Oregon Software Pascal/2,
Macintosh Programmer's Workshop Pascal and Sun/Berkeley Pascal.  P2c
outputs a set of .c and .h files which make up a C program equivalent
to the original Pascal program.  The C program can then be compiled
using a standard C compiler, such as gcc.

Install the p2c package if you need a program for translating Pascal
code into C code.

%package	devel
Summary:	Files for p2c Pascal to C translator development
Group:		Development/Other

%description	devel
The p2c-devel package contains the files necessary for development
of the p2c Pascal to C translation system.

Install the p2c-devel package if you want to do p2c development.

%prep
%setup -q
%patch2 -p1 -b .new
%patch3 -p1 -b .memcpy
%patch4 -p0 -b .getline
mkdir src/shlib
mkdir include
ln -s ../src include/p2c

%build
cp src/sys.p2crc src/p2crc
make RPM_OPTS="$RPM_OPT_FLAGS -fPIC"
make RPM_OPTS="$RPM_OPT_FLAGS -fPIC" shlib -C src

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}{%{_mandir}/man1,%{_prefix}/lib,%{_libdir},%{_includedir}}
make install RPM_INSTALL=%{buildroot} LIBDIR=$RPM_BUILD_ROOT%{_libdir} MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1

%if %mdkversion < 200900
%post -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
#%doc %_docdir/p2c-1.22
%{_bindir}/*
%{_libdir}/libp2c.so*
%{_prefix}/lib/p2c
%{_mandir}/man1/p2c.1*

%files devel
%defattr(-,root,root)
%{_libdir}/libp2c.a
%{_includedir}/p2c



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.22-21
+ Revision: 9fed14a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17886 |14mr|p7zip-9.20.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	7-zip compatible compression program
Name:		p7zip
Version:	9.20.1
Release:	4
License:	LGPLv2+
Group:		Archiving/Compression
Url:		http://p7zip.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/p7zip/%{name}_%{version}_src_all.tar.bz2
%ifarch %{ix86}
BuildRequires:	nasm
%endif
%ifarch	x86_64
BuildRequires: yasm
%endif

%description
p7zip is a port of 7za.exe for Unix. 7-Zip is a file archiver with
highest compression ratio.

%files
%doc README ChangeLog TODO DOCS/*
%{_bindir}/7za
%{_bindir}/7zr
%{_bindir}/7z
%{_libdir}/p7zip
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}_%{version}

%ifarch %{ix86}
cp makefile.linux_x86_asm_gcc_4.X makefile.machine
%endif
%ifarch x86_64
cp makefile.linux_amd64_asm makefile.machine
%endif

#gw really use our flags:
perl -pi -e "s/-s /%{optflags} /" makefile.machine
find DOCS -type d|xargs chmod 755
find README ChangeLog TODO DOCS -type f|xargs chmod 644

%build
%make all3

%install
%makeinstall \
	DEST_HOME=%{buildroot}%{_prefix} \
	DEST_MAN=%{buildroot}%{_mandir} \
	DEST_SHARE=%{buildroot}%{_libdir}/%{name}

chmod -R +w %{buildroot}

#gw don't package this, it is non-free like unrar
rm -f %{buildroot}%{_libdir}/p7zip/Codecs/Rar29.so DOCS/unRarLicense.txt
#gw fix paths in wrapper scripts and man pages
perl -pi -e "s^%{buildroot}^^" %{buildroot}%{_bindir}/* %{buildroot}%{_mandir}/man1/*


%changelog
* Tue Sep 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 9.20.1-4
+ Revision: 6b7319c
- Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17887 |14mr|packagekit-0.8.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	16

%define girmajor 1.0
%define girname_plugin %mklibname packagekitplugin-gir  %{girmajor}
%define girname_glib %mklibname packagekitglib-gir  %{girmajor}

%define	libname %mklibname %{name}-glib %{major}
%define	qt2major 2
%define	qt2lib	%mklibname %{name}-qt2_ %{qt2major}
%define	devname	%mklibname -d %{name}

Summary:	A DBUS packaging abstraction layer
Name:	  	packagekit
Version:	0.8.11
Release:	3
License:	GPLv2+
Group:		System/Configuration/Packaging
URL:		http://www.packagekit.org
Source0: 	http://www.packagekit.org/releases/PackageKit-%version.tar.xz
Patch1:		packagekit-0.8.10-vendor.patch
Patch2:		packagekit-0.8.10-rosa-add-rosa-support-in-urpmi-backend.patch
Patch3:		PackageKit-0.8.10-ROSA-turn-off-time.conf.patch
Patch4:		PackageKit-0.8.10-libexecdir.patch
Patch5:		packagekit-0.8.10-increase-command-not-found-install-timeout.patch
Patch6:		packagekit-0.8.10-porting_error_disable.patch
Patch7:		packagekit-0.8.11-fix-urpmi-backend.patch

BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(gio-2.0) >= 2.16.1
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.16.1
BuildRequires: pkgconfig(glib-2.0) >= 2.26.0
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gstreamer-0.10)
BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires: pkgconfig(gtk+-2.0) >= 2.14.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(mozilla-plugin) >= 8.0
BuildRequires: pkgconfig(NetworkManager) >= 0.6.4
BuildRequires: pkgconfig(nspr) >= 4.8
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(pangoft2)
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.98
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(pm-utils)
BuildRequires: pkgconfig(xt)
BuildRequires: intltool
BuildRequires: pkgconfig(bash-completion)

# fonts package in Mandriva do not have needed provides yet to be useful
Suggests:	%{name}-gtk3-module = %{version}
Suggests:	packagekit-gui
# No gtk2 plugin anymore
Obsoletes:	packagekit-gtk-module

%description
PackageKit is a DBUS abstraction layer that allows the session user to manage
packages in a secure way using a cross-distro, cross-architecture API.

%package -n	%{libname}
Summary:	Libraries for accessing PackageKit
Group:		System/Configuration/Packaging

%description -n	%{libname}
Libraries for accessing PackageKit.

%package -n %{girname_plugin}
Summary:    GObject Introspection interface library for %{name} plugin
Group:      System/Libraries

%description -n %{girname_plugin}
GObject Introspection interface library for %{name} plugin.

%package -n %{girname_glib}
Summary:    GObject Introspection interface library for %{name} glib
Group:      System/Libraries

%description -n %{girname_glib}
GObject Introspection interface library for %{name} glib.

%package -n %{devname}
Summary:    Libraries and headers for PackageKit
Group:      Development/Other
Requires:   %{libname} = %{version}-%{release}
Requires:   %{girname_glib} = %{version}-%{release}
Requires:   %{girname_plugin} = %{version}-%{release}
Provides:   %{name}-devel = %{version}-%{release}
Obsoletes:  packagekit-qt-devel < %{version}

%description -n	%{devname}
Headers and libraries for PackageKit.

%package	cron
Summary:	Cron job and related utilities for PackageKit
Group:		System/Configuration/Packaging
Requires:	crontabs
Requires:	%{name} = %{version}-%{release}

%description	cron
Crontab and utilities for running PackageKit as a cron job.

%package	gstreamer-plugin
Summary:	Install GStreamer codecs using PackageKit
Group:		System/Configuration/Packaging
Requires:	gstreamer0.10-tools
Requires:	%{name} = %{version}-%{release}
Requires(post):	update-alternatives
Requires(postun): update-alternatives
Provides:	gst-install-plugins-helper

%description	gstreamer-plugin
The PackageKit GStreamer plugin allows any Gstreamer application to install
codecs from configured repositories using PackageKit.

%package	browser-plugin
Summary:	Browser Plugin for PackageKit
Group:		System/Configuration/Packaging
Requires:	%{name} = %{version}-%{release}

%description	browser-plugin
The PackageKit browser plugin allows web sites to offer the ability to
users to install and update packages from configured repositories
using PackageKit.

%package	command-not-found
Summary:	Ask the user to install command line programs automatically
Group:		System/Configuration/Packaging
Requires:	%{name} = %{version}-%{release}

%description	command-not-found
A simple helper that offers to install new packages on the command line
using PackageKit.

%package	gtk2-module
Summary:	Install fonts automatically using PackageKit
Group:		System/Configuration/Packaging
Requires:	pango
Requires:	%{name} = %{version}-%{release}

%description	gtk2-module
The PackageKit GTK2+ module allows any Pango application to install
fonts from configured repositories using PackageKit.

%package	gtk3-module
Summary:	Install fonts automatically using PackageKit
Group:		System/Configuration/Packaging
Requires:	pango
Requires:	%{name} = %{version}-%{release}
Conflicts:	%{_lib}packagekit-glib14 < 0.7.4-2

%description	gtk3-module
The PackageKit GTK3+ module allows any Pango application to install
fonts from configured repositories using PackageKit.

%prep
%setup -q -n PackageKit-%{version}
%apply_patches

# We do not install in /usr/libexec
sed -e 's,/usr/libexec,%{_libexecdir},g' -i contrib/command-not-found/PackageKit.sh.in
sed -e 's,/usr/libexec,%{_libexecdir},g' -i contrib/command-not-found/PackageKit.sh

%build
%configure2_5x --disable-static \
	--enable-gstreamer-plugin \
	--disable-alpm \
	--disable-apt \
	--disable-box \
	--disable-conary \
	--enable-dummy \
	--disable-opkg \
	--disable-pisi \
	--disable-poldek \
	--enable-introspection \
	--disable-yum \
	--disable-zypp \
	--disable-smart \
	--enable-urpmi \
	--with-default-backend=urpmi \
	--disable-local \
    --disable-strict \
    --disable-silent-rules \
    --disable-tests
find -name '*.moc' -exec rm -f {} \;
%make V=1

%install
%makeinstall_std

find %{buildroot} -name *.la | xargs rm

%{find_lang} PackageKit

%post
# the job count used to live in /var/run, but it's now in /var/lib with the
# other persistent bits
if [ -e %{_localstatedir}/run/PackageKit/job_count.dat ]; then
	mv %{_localstatedir}/run/PackageKit/job_count.dat %{_localstatedir}/lib/PackageKit/job_count.dat
fi

systemctl enable packagekit-offline-update.service &> /dev/null || :

%files -f PackageKit.lang
%dir %{_sysconfdir}/PackageKit
%config %{_sysconfdir}/PackageKit/PackageKit.conf
%config %{_sysconfdir}/PackageKit/Vendor.conf
%config %{_sysconfdir}/PackageKit/CommandNotFound.conf
%dir %{_sysconfdir}/PackageKit/events
%dir %{_sysconfdir}/PackageKit/events/post-transaction.d
%{_sysconfdir}/PackageKit/events/post-transaction.d/README
%dir %{_sysconfdir}/PackageKit/events/pre-transaction.d
%{_sysconfdir}/PackageKit/events/pre-transaction.d/README
%{_datadir}/bash-completion/completions/pkcon
%{_sysconfdir}/dbus-1/system.d/*.conf
%{_bindir}/*
%{_datadir}/dbus-1/interfaces/*.xml
%{_datadir}/dbus-1/system-services/*.service
%{_datadir}/gtk-doc/html/PackageKit
%{_datadir}/mime/packages/*.xml
%{_sbindir}/pk-device-rebind
%{_datadir}/PackageKit
%{_datadir}/polkit-1/actions/*.policy
%{python_sitelib}/packagekit
%{_libexecdir}/packagekitd
%dir %{_libdir}/packagekit-backend
%{_libdir}/packagekit-backend/libpk_backend_dummy.so
%{_libdir}/packagekit-backend/libpk_backend_test_fail.so
%{_libdir}/packagekit-backend/libpk_backend_test_nop.so
%{_libdir}/packagekit-backend/libpk_backend_test_spawn.so
%{_libdir}/packagekit-backend/libpk_backend_test_succeed.so
%{_libdir}/packagekit-backend/libpk_backend_test_thread.so
%{_libdir}/packagekit-backend/libpk_backend_urpmi.so
%{_libdir}/packagekit-plugins/*.so
#{_mandir}/man1/*
%dir %{_var}/lib/PackageKit
%ghost %verify(not md5 size mtime) %{_var}/lib/PackageKit/transactions.db
%dir %{_var}/cache/PackageKit
%dir %{_var}/cache/PackageKit/downloads
%{_datadir}/polkit-1/rules.d/org.freedesktop.packagekit.rules
%{_libdir}/pk-clear-offline-update
%{_libdir}/pk-offline-update
%{_libdir}/pk-trigger-offline-update
%{_libdir}/pm-utils/sleep.d/95packagekit
/lib/systemd/system/packagekit-offline-update.service

%files -n %{libname}
%{_libdir}/*packagekit-glib*.so.%{major}*

%files -n %{girname_plugin}
%{_libdir}/girepository-1.0/PackageKitPlugin-1.0.typelib

%files -n %{girname_glib}
%{_libdir}/girepository-1.0/PackageKitGlib-1.0.typelib

%files -n %{devname}
%{_includedir}/PackageKit
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/PackageKitGlib-1.0.gir
%{_datadir}/gir-1.0/PackageKitPlugin-1.0.gir

%files cron
%config %{_sysconfdir}/cron.daily/*.cron
%config %{_sysconfdir}/sysconfig/packagekit-background

%files gstreamer-plugin
%{_libexecdir}/pk-gstreamer-install

%files browser-plugin
%{_libdir}/mozilla/plugins/packagekit-plugin.*

%files command-not-found
%{_sysconfdir}/profile.d/*
%{_libexecdir}/pk-command-not-found

%files gtk2-module
%{_libdir}/gtk-2.0/modules/libpk-gtk-module.so

%files gtk3-module
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/*.desktop
%{_libdir}/gtk-3.0/modules/libpk-gtk-module.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.11-3
+ Revision: 320a15f
- MassBuild#440: Increase release tag

* Sun Dec 08 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.8.11-2
+ Revision: 6dbc31e
- Added xt BR

* Mon Sep 16 2013 aponomarenko <aponomarenko@rosalab.ru> 0.8.11-2
+ Revision: 6b0b30c
- Fixed urpmi backend

* Fri Sep 13 2013 akdengi <kazancas@mandriva.ru> 0.8.11-2
+ Revision: 684c793
- return timeout patch

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 0.8.11-1
+ Revision: 44a9b8f
- fix file

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 0.8.11-1
+ Revision: a1576f4
- drop increase timeout patch and add BR pkgconfig(bash-completion)

* Wed Sep 11 2013 Alexander Kazancev <kazancas@gmail.com> 0.8.11-1
+ Revision: 9748a82
- Updated packagekit.spec

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 0.8.11-1
+ Revision: f678c71
- add BR intltool

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 0.8.11-1
+ Revision: 8969c17
- update to 0.8.11

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 0.8.10-3
+ Revision: 2303e7a
- fix backend ROSA patch

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 0.8.10-3
+ Revision: bfb80d5
- fix run

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 0.8.10-2
+ Revision: 83b2388
- update to 0.8.10

* Tue Sep 10 2013 akdengi <kazancas@mandriva.ru> 0.8.10-1
+ Revision: 236dc66
- enable grafite2 support

* Mon Dec 03 2012 Alexander Kazancev <kazancas@gmail.com> 0.7.6-7
+ Revision: f67eac8
- Set config is replaced with update

* Sun Dec 02 2012 Alexander Kazancev <kazancas@gmail.com> 0.7.6-6
+ Revision: 01a0758
- Updated packagekit.spec

* Sun Dec 02 2012 akdengi <kazancas@mandriva.ru> 0.7.6-6
+ Revision: 99dd123
- fix build

* Sun Dec 02 2012 Alexander Kazancev <kazancas@gmail.com> 0.7.6-6
+ Revision: 69ead64
- Updated packagekit.spec

* Sun Dec 02 2012 Alexander Kazancev <kazancas@gmail.com> 0.7.6-6
+ Revision: 4ce2f31
- Updated packagekit.spec

* Sun Dec 02 2012 akdengi <kazancas@mandriva.ru> 0.7.6-6
+ Revision: 32c1599
- reneable smart as default backend. Urpmi still broken

* Thu Nov 29 2012 akdengi <kazancas@gmail.com> 0.7.6-5
+ Revision: cb562c7
- some cleans in spec

* Thu Nov 29 2012 akdengi <kazancas@gmail.com> 0.7.6-4
+ Revision: 0842024
- fix bool2string parse media error

* Thu Nov 29 2012 Alexander Kazancev <kazancas@gmail.com> 0.7.6-4
+ Revision: 1cd2341
- Updated packagekit.spec

* Wed Nov 28 2012 akdengi <kazancas@mandriva.ru> 0.7.6-4
+ Revision: 87e0262
- rediff rosa backend patch

* Wed Nov 28 2012 akdengi <kazancas@mandriva.ru> 0.7.6-4
+ Revision: 1e85e28
- fix

* Wed Nov 28 2012 Alexander Kazancev <kazancas@gmail.com> 0.7.6-4
+ Revision: 0e464e4
- Updated packagekit-0.7.4-rosa-add-rosa-support-in-urpmi-backend.patch

* Wed Nov 28 2012 akdengi <kazancas@mandriva.ru> 0.7.6-4
+ Revision: bc4ec29
- Return to urpmi. Fix ROSA mirrorlists. Add Mageia patches

* Sun Nov 25 2012 Alexander Kazancev <kazancas@gmail.com> 0.7.6-3
+ Revision: 342b261
- Until repaired urpmi backend, use smart for properly work

* Sat Nov 24 2012 akdengi <kazancas@mandriva.ru> 0.7.6-2
+ Revision: 3c786bf
- use similar arch by fix repo-list and ivert media (by latest urpmi git changes)

* Tue Sep 18 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 0.7.6-1
+ Revision: 5cf71eb
- LOG package GTK2-module

* Tue Sep 18 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 0.7.6-1
+ Revision: 6181bf4
- fix qt2major



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17888 |14mr|packagekit-qt-0.8.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2
%define major 6
%define libname %mklibname %name %api %major
%define develname %mklibname -d %name

Summary:	A DBUS packaging abstraction layer
Name:	  	packagekit-qt
Version:	0.8.8
Release:	2
License:	GPLv2+
Group:		System/Configuration/Packaging
Source0: 	http://www.packagekit.org/releases/PackageKit-Qt-%version.tar.xz
Source1:	%{name}.rpmlintrc
URL:		http://www.packagekit.org
BuildRequires: packagekit >= %{version}
BuildRequires: qt4-devel
BuildRequires: cmake
Requires:	packagekit >= %{version}

%description
PackageKit is a DBUS abstraction layer that allows the session user to manage
packages in a secure way using a cross-distro, cross-architecture API.

%package -n %{libname}
Summary: Libraries for accessing PackageKit-Qt
Group: System/Configuration/Packaging
Requires: packagekit >= %{version}

%description -n %{libname}
Libraries for accessing PackageKit-Qt.

%package -n %{develname}
Summary: Libraries and headers for PackageKit
Group: Development/Other
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
Conflicts: packagekit-devel < 0.8.6

%description -n %{develname}
Headers and libraries for PackageKit.

%prep
%setup -q -n PackageKit-Qt-%version
%apply_patches

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build

%files -n %{libname}
%{_libdir}/lib%{name}%{api}.so.%{major}
%{_libdir}/lib%{name}%{api}.so.%{version}

%files -n %{develname}
%{_includedir}/PackageKit/%{name}%{api}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/cmake/%{name}%{api}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.8-2
+ Revision: 0f3aa07
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17889 |14mr|pairs-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pairs
Summary:	A memory and pairs game for KDE
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://edu.kde.org/applications/all/pairs
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Suggests:	%{name}-editor

%description
Pairs is a game that will help train your memory by remembering different
images, shapes, sounds and text.

%files
%{_kde_bindir}/pairs
%{_kde_applicationsdir}/pairs.desktop
%{_kde_appsdir}/pairs
%{_kde_configdir}/pairs.knsrc
%{_kde_iconsdir}/*/*/*/*

#------------------------------------------------------------------------------

%package editor
Summary:	Editor for pairs
Requires:	%{name} = %{EVRD}

%description editor
This package provides an editor for KDE game pairs.

%files editor
%doc %{_kde_docdir}/HTML/en/pairseditor
%{_kde_bindir}/pairseditor
%{_kde_applicationsdir}/pairseditor.desktop
%{_kde_appsdir}/pairseditor/pairseditorui.rc

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: c5d58e8
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17890 |14mr|palapeli-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		palapeli
Version:	4.13.3
Release:	1
Epoch:		1
Summary:	Jigsaw puzzle game
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/palapeli/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Palapeli is a jigsaw puzzle game. Unlike other games in that genre, you
are not limited to aligning pieces on imaginary grids. The pieces are
freely moveable. Also, Palapeli features real persistency, i.e. everything
you do is saved on your disk immediately.

%files
%{_kde_bindir}/palapeli
%{_kde_libdir}/kde4/palapeli_jigsawslicer.so
%{_kde_libdir}/kde4/palapeli_rectslicer.so
%{_kde_libdir}/kde4/palathumbcreator.so
%{_kde_libdir}/kde4/palapeli_goldbergslicer.so
%{_kde_applicationsdir}/palapeli.desktop
%{_kde_appsdir}/palapeli
%{_kde_iconsdir}/hicolor/*/*/*palapeli*
%{_kde_services}/ServiceMenus/palapeli_servicemenu.desktop
%{_kde_services}/palapeli_goldbergslicer.desktop
%{_kde_services}/palapeli_jigsawslicer.desktop
%{_kde_services}/palapeli_rectslicer.desktop
%{_kde_services}/palathumbcreator.desktop
%{_kde_servicetypes}/libpala-slicerplugin.desktop
%{_kde_datadir}/mime/packages/palapeli-mimetypes.xml
%{_kde_configdir}/palapeli-collectionrc
%{_kde_docdir}/HTML/en/palapeli

#------------------------------------------------------------------------------

%define pala_major 0
%define libpala %mklibname pala %{pala_major}

%package -n %{libpala}
Summary:	Palapeli shared library
Group:		System/Libraries

%description -n %{libpala}
Palapeli shared library.

%files -n %{libpala}
%{_kde_libdir}/libpala.so.%{pala_major}*

#------------------------------------------------------------------------------

%package devel
Summary:	Development files for Palapeli
Group:		Development/KDE and Qt
Requires:	%{libpala} = %{EVRD}
Conflicts:	kdegames4-devel < 1:4.9.80

%description devel
This package provides development files for Palapeli.

%files devel
%{_kde_includedir}/Pala
%{_kde_includedir}/libpala
%{_kde_libdir}/libpala.so
# cmake files
%{_kde_libdir}/libpala

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 04ffa01
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17891 |14mr|pam-1.1.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define libnamec %mklibname %{name}c %{major}
%define libname_misc %mklibname %{name}_misc %{major}
%define devname %mklibname %{name} -d

%bcond_with prelude

%bcond_with bootstrap

%define pam_redhat_version 0.99.10-1

Summary:	A security tool which provides authentication for applications
Name:		pam
Version:	1.1.8
Release:	4
Epoch:		1
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
License:	BSD and GPLv2+
Group:		System/Libraries
Url:		http://www.kernel.org/pub/linux/libs/pam/index.html
Source0:	ftp://ftp.kernel.org/pub/linux/libs/pam/library/Linux-PAM-%{version}.tar.bz2
Source2:	pam-redhat-%{pam_redhat_version}.tar.bz2
Source5:	other.pamd
Source6:	system-auth.pamd
Source7:	config-util.pamd
Source8:	dlopen.sh
Source9:	system-auth.5
Source10:	config-util.5
Source11:	postlogin.pamd
Source12:	postlogin.5
Source13:	pamtmp.conf
Source14:	90-nproc.conf
#add missing documentation
Source501: 	pam_tty_audit.8
Source502:	README

# RedHat patches
Patch1:		pam-1.0.90-redhat-modules.patch
Patch2:		pam-1.1.6-std-noclose.patch
Patch4:		pam-1.1.0-console-nochmod.patch
Patch5:		pam-1.1.0-notally.patch
Patch7:		pam-1.1.0-console-fixes.patch
Patch9:		pam-1.1.6-noflex.patch
Patch10:	pam-1.1.3-nouserenv.patch
Patch11:	pam-1.1.3-console-abstract.patch
Patch13:	pam-1.1.5-limits-user.patch
Patch22:	pam-1.1.7-unix-build.patch
Patch32:	pam-1.1.7-tty-audit-init.patch

# ROSA specific sources/patches
# (fl) fix infinite loop
Patch507:	pam-0.74-loop.patch
# (fc) 0.75-29mdk don't complain when / is owned by root.adm
Patch508:	Linux-PAM-0.99.3.0-pamtimestampadm.patch
# (fl) pam_xauth: set extra groups because in high security levels
#      access to /usr/X11R6/bin dir is controlled by a group
Patch512:	Linux-PAM-1.1.1-xauth-groups.patch
# (tv/blino) add defaults for nice/rtprio in /etc/security/limits.conf
Patch517:	Linux-PAM-0.99.3.0-enable_rt.patch
# (blino) fix parallel build (pam_console)
Patch521:	Linux-PAM-0.99.3.0-pbuild-rh.patch

Patch700:	pam_fix_static_pam_console.patch
# (fc) do not output error when no file is in /etc/security/console.perms.d/
Patch701:	pam-1.1.0-console-nopermsd.patch
# (proyvind): add missing constant that went with rpc removal from glibc 2.14
Patch702:	Linux-PAM-1.1.4-add-now-missing-nis-constant.patch

# (akdengi> add user to default group users which need for Samba
Patch801:	Linux-PAM-1.1.4-group_add_users.patch

BuildRequires:	bison
BuildRequires:	flex
%if %{without bootstrap}
# this pulls in the mega texlive load
BuildRequires:	linuxdoc-tools
%endif
BuildRequires:	cracklib-devel
BuildRequires:	db_nss-devel
BuildRequires:	gettext-devel
BuildRequires:	glibc-crypt_blowfish-devel
BuildRequires:	libaudit-devel
%if %{with prelude}
BuildRequires:	pkgconfig(libprelude)
%else
BuildConflicts:	pkgconfig(libprelude)
%endif
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(openssl)
Requires:	cracklib-dicts
Requires:	setup >= 2.7.12-2
Requires:	pam_tcb >= 1.0.2-16
Requires(pre):	rpm-helper
Requires(post):	coreutils
Requires(post):	tcb >= 1.0.2-16
Conflicts:	%{_lib}pam0 < 1.1.4-5
Requires:	libpwquality >= 0.9.9

%description
PAM (Pluggable Authentication Modules) is a system security tool that
allows system administrators to set authentication policy without
having to recompile programs that handle authentication.

%files -f Linux-PAM.lang
%doc NEWS
%docdir %{_docdir}/%{name}
%dir /etc/pam.d
%config(noreplace) /etc/environment
%config /etc/pam.d/other
%attr(0644,root,shadow) %config(noreplace) /etc/pam.d/system-auth
%attr(0644,root,shadow) %config(noreplace) /etc/pam.d/system-auth-default
%config /etc/pam.d/config-util
%config /etc/pam.d/postlogin
/sbin/mkhomedir_helper
/sbin/pam_console_apply
/sbin/pam_tally2
/sbin/unix_chkpwd
/sbin/unix_update
%attr(4755,root,root) /sbin/pam_timestamp_check
%config(noreplace) %{_sysconfdir}/security/access.conf
%config(noreplace) %{_sysconfdir}/security/chroot.conf
%config(noreplace) %{_sysconfdir}/security/console.perms
%config(noreplace) %{_sysconfdir}/security/console.handlers
%config(noreplace) %{_sysconfdir}/security/group.conf
%config(noreplace) %{_sysconfdir}/security/limits.conf
%config(noreplace) %{_sysconfdir}/security/namespace.conf
%attr(755,root,root) %config(noreplace) %{_sysconfdir}/security/namespace.init
%config(noreplace) %{_sysconfdir}/security/pam_env.conf
%config(noreplace) %{_sysconfdir}/security/time.conf
%config(noreplace) %{_sysconfdir}/security/opasswd
%config(noreplace) %{_sysconfdir}/security/limits.d/90-nproc.conf
%dir %{_sysconfdir}/security/console.apps
%dir %{_sysconfdir}/security/console.perms.d
%dir /%{_lib}/security
/%{_lib}/security/*.so
/%{_lib}/security/pam_filter
/usr/lib/tmpfiles.d/pam.conf
%dir /var/run/console
%ghost %verify(not md5 size mtime) /var/log/tallylog
%{_mandir}/man5/*
%{_mandir}/man8/*

%posttrans
# (cg) Ensure that the pam_systemd.so is included for user ACLs under systemd
# Note: Only affects upgrades, but does no harm so always update if needed.
if ! grep -q "pam_systemd\.so" /etc/pam.d/system-auth; then
	echo "-session    optional      pam_systemd.so" >>/etc/pam.d/system-auth
fi

if [ ! -a /var/log/tallylog ] ; then
       install -m 600 /dev/null /var/log/tallylog
fi
if [ -f /etc/login.defs ] && ! grep -q USE_TCB /etc/login.defs; then
       /usr/sbin/set_tcb --auto --migrate
fi

#----------------------------------------------------------------------------

%package doc
Summary:	Additional documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
This is the documentation package of %{name}.

%files doc
%doc doc/txts doc/specs/rfc86.0.txt Copyright

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries
Conflicts:	pam < 1.1.4-5

%description -n %{libname}
This package contains the library libpam for %{name}.

%files -n %{libname}
/%{_lib}/libpam.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamec}
Summary:	Library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}pam0 < 1.1.4-5

%description -n %{libnamec}
This package contains the library libpamc for %{name}.

%files -n %{libnamec}
/%{_lib}/libpamc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libname_misc}
Summary:	Library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}pam0 < 1.1.4-5

%description -n %{libname_misc}
This package contains the library libpam_misc for %{name}.

%files -n %{libname_misc}
/%{_lib}/libpam_misc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamec} = %{EVRD}
Requires:	%{libname_misc} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
PAM (Pluggable Authentication Modules) is a system security tool that
allows system administrators to set authentication policy without
having to recompile programs that handle authentication.

This package contains the development libraries for %{name}.

%files -n %{devname}
%doc Copyright
/%{_lib}/libpam.so
/%{_lib}/libpam_misc.so
/%{_lib}/libpamc.so
%{_includedir}/security/*.h
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q -n Linux-PAM-%{version} -a 2

# Add custom modules.
mv pam-redhat-%{pam_redhat_version}/* modules

%apply_patches

install -m644 %{SOURCE501} %{SOURCE502} modules/pam_tty_audit/

mkdir -p doc/txts
for readme in modules/pam_*/README ; do
	cp -f ${readme} doc/txts/README.`dirname ${readme} | sed -e 's|^modules/||'`
done

#libtoolize -cf
autoreconf -ifs -I m4

%build
export BROWSER=""
CFLAGS="%{optflags} -fPIC -I%{_includedir}/db_nss -D_GNU_SOURCE" \
%configure2_5x \
	--sbindir=/sbin \
	--libdir=/%{_lib} \
	--includedir=%{_includedir}/security \
	--with-db-uniquename=_nss \
	--docdir=%{_docdir}/%{name} \
	--disable-selinux \
	--disable-prelude
%make

%install
mkdir -p %{buildroot}%{_includedir}/security
mkdir -p %{buildroot}/%{_lib}/security
%makeinstall_std LDCONFIG=:
install -d -m 755 %{buildroot}/etc/pam.d
install -m 644 %{SOURCE5} %{buildroot}/etc/pam.d/other
install -m 644 %{SOURCE6} %{buildroot}/etc/pam.d/system-auth
install -m 644 %{SOURCE7} %{buildroot}/etc/pam.d/config-util
install -m 644 %{SOURCE11} %{buildroot}/etc/pam.d/postlogin
install -m 600 /dev/null %{buildroot}%{_sysconfdir}/security/opasswd
install -d -m 755 %{buildroot}/var/log
install -m 600 /dev/null %{buildroot}/var/log/tallylog
install -m 644 %{SOURCE14} %{buildroot}%{_sysconfdir}/security/limits.d/90-nproc.conf

# Install man pages.
install -m 644 %{SOURCE9} %{SOURCE10} %{SOURCE12} %{buildroot}%{_mandir}/man5/

# no longer needed, handled by ACL in udev
for phase in auth acct passwd session ; do
	ln -sf pam_unix.so %{buildroot}/%{_lib}/security/pam_unix_${phase}.so
done

# cleanup
rm -f %{buildroot}/%{_lib}/security/*.la
rm -f %{buildroot}/%{_lib}/*.la

#Set suid bit for /sbin/unix_chkpwd (bug #3169)
chmod u+s %{buildroot}/sbin/unix_chkpwd

# Install the file for autocreation of /var/run subdirectories on boot
mkdir -p %{buildroot}%{_prefix}/lib/tmfiles.d/
install -m644 -D %{SOURCE13} %{buildroot}%{_prefix}/lib/tmpfiles.d/pam.conf

# For drakauth copy system-auth to system-auth-default
cp -f %{buildroot}/etc/pam.d/system-auth %{buildroot}/etc/pam.d/system-auth-default

%find_lang Linux-PAM

%check
# (blino) we don't want to test if SE Linux is built, it's disabled
# Make sure every module subdirectory gave us a module.  Yes, this is hackish.
for dir in modules/pam_* ; do
if [ -d ${dir} ] && [[ "${dir}" != "modules/pam_selinux" ]] && [[ "${dir}" != "modules/pam_sepermit" ]]; then
         [[ "${dir}" = "modules/pam_tally" ]] && continue
	if ! ls -1 %{buildroot}/%{_lib}/security/`basename ${dir}`*.so ; then
		echo ERROR `basename ${dir}` did not build a module.
		exit 1
	fi
fi
done

# Check for module problems.  Specifically, check that every module we just
# installed can actually be loaded by a minimal PAM-aware application.
/sbin/ldconfig -n %{buildroot}/%{_lib}
for module in %{buildroot}/%{_lib}/security/pam*.so ; do
	if ! env LD_LIBRARY_PATH=%{buildroot}/%{_lib} \
		sh %{SOURCE8} -ldl -lpam -L%{buildroot}/%{_lib} ${module} ; then
		echo ERROR module: ${module} cannot be loaded.
		exit 1
	fi
done


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.1.8-4
+ Revision: 4caa3ef
- Add tirpc to BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17892 |14mr|pam_ccreds-10-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A caching pam module for disconnected operation
Name:		pam_ccreds
Version:	10
Release:	12
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.padl.com/
Source0: 	http://www.padl.com/download/%{name}-%{version}.tar.gz
Patch0:		pam_ccreds-10-dbnss.patch
Patch1:		pam_ccreds-strdup.patch
Patch2:		pam_ccreds-automake-1.13.patch
BuildRequires:	db_nss-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(openssl)

%description
The pam_ccreds module provides a mechanism for caching credentials when
authenticating against a network authentication service, so that
authentication can still proceed when the service is down. Note at present
no mechanism is provided for caching _authorization_ information, i.e.
whether you are allowed to login once authenticated. Doing this is more
difficult than it first sounds.

%files
%doc AUTHORS README ChangeLog pam.conf
%attr(4755,root,root) %{_sbindir}/ccreds_chkpwd
%{_sbindir}/cc_dump
%{_sbindir}/cc_test
/%{_lib}/security/pam_ccreds.so
%ghost /var/cache/.security.db

%post
if [ ! -f /var/cache/.security.db ]; then
%{_sbindir}/cc_test -update any root - > /dev/null 2>/dev/null || :
fi

#----------------------------------------------------------------------------

%prep
%setup -q
rm -f acconfig.h
%apply_patches

%build
autoreconf -fi
%configure2_5x --libdir=/%{_lib}
make

%install
mkdir -p %{buildroot}/%{_lib}/security
mkdir -p %{buildroot}/%{_sbindir}
install pam_ccreds.so %{buildroot}/%{_lib}/security
install cc_dump cc_test %{buildroot}/%{_sbindir}
install ccreds_chkpwd %{buildroot}/%{_sbindir}
mkdir -p %{buildroot}/var/cache
touch %{buildroot}/var/cache/.security.db


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 10-12
+ Revision: 8b80753
- Revert BR to db_nss-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17893 |14mr|pam_krb5-2.3.12-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Pluggable Authentication Module for Kerberos 5
Name:		pam_krb5
Version:	2.3.12
Release:	6
License:	LGPL
Group:		System/Libraries
URL:		https://fedorahosted.org/pam_krb5/
Source0:	https://fedorahosted.org/releases/p/a/pam_krb5/%{name}-%{version}-1.tar.gz
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	krb5-devel
BuildRequires:	pam-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description 
This is pam_krb5, a pluggable authentication module that can be used with
Linux-PAM and Kerberos 5. This module supports password checking, ticket
creation, and optional TGT verification and conversion to Kerberos IV tickets.
The included pam_krb5afs module also gets AFS tokens if so configured.

%prep
%setup -q -n %{name}-%{version}-1

%build
%configure2_5x \
    --libdir=/%{_lib} \
    --without-krb4 \
    --with-os-distribution="Mandriva Linux"

%make

%install
rm -rf %{buildroot}

%makeinstall_std mandir=%{_mandir}

ln -s pam_krb5.so %{buildroot}/%{_lib}/security/pam_krb5afs.so

# cleanup
rm -f %{buildroot}/%{_lib}/security/*.la
rm -f pam.d/Makefile*

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS README* COPYING ChangeLog INSTALL TODO
/%{_lib}/security/*
%{_bindir}/afs5log
%{_mandir}/man1/afs5log.1*
%{_mandir}/man5/*
%{_mandir}/man8/*



%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.12-6
+ Revision: dc995c8
- BuildList#2062192: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17894 |14mr|pam_ldap-186-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with dnsconfig

Summary:	NSS library and PAM module for LDAP
Name:		pam_ldap
Version:	186
Release:	9
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.padl.com/
Source0:	http://www.padl.com/download/%{name}-%{version}.tar.gz
Source1:	resolve.c
Source2:	resolve.h
Source3:	snprintf.h
Source4:	snprintf.c
Patch2:		pam_ldap-156-makefile.patch
Patch3:		pam_ldap-176-dnsconfig.patch
# http://bugzilla.padl.com/show_bug.cgi?id=324
Patch4:		pam_ldap-184-lockoutmsg.patch
Patch5:		pam_ldap-186-automake1.13-fix.patch
#BuildRequires:	db_nss-devel >= 4.2.52-5mdk
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
Requires:	nss_ldap >= 217

%description
Pam_ldap is a module for Linux-PAM that supports password changes, V2
clients, Netscapes SSL, ypldapd, Netscape Directory Server password
policies, access authorization, crypted hashes, etc.

Install pam_ldap if you need to authenticate PAM-enabled services to
LDAP.

%if !%{with dnsconfig}
This package can be compiled with support for configuration
from DNS, by building with "--with dnsconfig"
%else
This package is built with DNS configuration support
%endif

%files
%doc AUTHORS ChangeLog README pam.d chsh chfn ldap.conf
/%{_lib}/security/*so*
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch2 -p1 -b .pam_makefile~
%patch4 -p1 -b .lockoutmsg~

%if %{with dnsconfig}
%patch3 -p1 -b .dnsconfig
cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4}
%endif
%patch5 -p1 -b .am113~

%build
autoreconf -fiv
%serverbuild
%configure2_5x \
	--with-ldap-lib=openldap \
	--libdir=/%{_lib}
%make

%install
%makeinstall_std

# Remove unpackaged file
rm %{buildroot}%{_sysconfdir}/ldap.conf 


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 186-9
+ Revision: 0a93f32
- Fix build with new automake, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17895 |14mr|pam_mount-2.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libcryptmount %mklibname cryptmount 0
%define cryptmountdevel %mklibname cryptmount -d
Name:		pam_mount
Version:	2.13
Release:	3
Summary:	Pluggable Authentication Module for dynamic mounting of remote volumes
# Localized summaries should go to specspo
#Summary(pt_BR):	Módulo de autenticação PAM para montagem dinâmica de volumes remotes
#Summary(es):	MÃ³dulo de autenticaciÃ³n PAM para montar de forma dinÃ¡mica mvolÃºmenes remotos
License:	GPLv2+ and LGPLv2+
Group:		Networking/Other
URL:		http://pam-mount.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/pam-mount/%{name}-%{version}.tar.xz
Source1:	http://prdownloads.sourceforge.net/pam-mount/%{name}-%{version}.tar.xz.asc
Requires:	opensc
BuildRequires:	pam-devel
BuildRequires:	zlib-devel
BuildRequires:	glib2-devel
BuildRequires:	pkgconfig(libHX) >= 3.12
BuildRequires:	libxml2-devel >= 2.6
BuildRequires:	libmount-devel >= 2.20
BuildRequires:	openssl-devel
BuildRequires:	cryptsetup-devel >= 1.1.2
Obsoletes:	pam_mount-devel

%description
Pam_mount is a PAM module that allows dynamic remote volume mounting.
It is mainly useful for users that have private volumes in Samba /
Windows NT / Netware servers and need access to them during a Unix
session.

%description -l pt_BR
O pam_mount é um módulo PAM que permite montagem dinâmica de volumes
remotos. Ele é particularmente útil para usuários que detém volumes
privados em servidores Samba / Windows NT / Netware e precisam ter
acesso a eles durante uma sessão Unix.

%description -l fr_FR
pam_mount est un module qui permet de monter dynamiquement un
volume au login. Il est utilisé afin de permettre aux utilisateurs de
monter leur répertoires privés sur des serveurs Samba/NT/Netware au
cours d'une session Unix.

%package -n %libcryptmount
Summary:	Library for mounting crypto images and handle key files
License:	LGPL

%description -n %libcryptmount
Library for mounting crypto images and handle key files.

%package -n %cryptmountdevel
Summary:	Development files for %libcryptmount
License:	LGPL
Requires:	%libcryptmount = %{EVRD}
Provides:	libcryptmount-devel = %{EVRD}

%description -n %cryptmountdevel
Development files for %libcryptmount - library for mounting crypto images
and handle key files.

%prep
%setup -q

%build
%configure2_5x
%make moduledir=%{_libdir}/security

%install
%makeinstall_std moduledir=%{_libdir}/security
install -m0600 config/pam_mount.conf.xml -D %{buildroot}%{_sysconfdir}/security/pam_mount.conf.xml

%files 
%defattr(-,root,root)
%doc doc/bugs.txt doc/changelog.txt doc/faq.txt doc/todo.txt doc/pam_mount.txt
%{_libdir}/security/pam_mount*.so
%{_sbindir}/pmt-ehd
%{_sbindir}/pmvarrun
/sbin/mount.crypt
/sbin/mount.crypto_LUKS
/sbin/mount.crypt_LUKS
#/sbin/mount.encfs13
/sbin/umount.crypt
/sbin/umount.crypt_LUKS
/sbin/umount.crypto_LUKS
%config(noreplace) %{_sysconfdir}/security/%{name}.conf.xml
%{_mandir}/man8/pam_mount.8*
%{_mandir}/man8/pmt-ehd.8*
%{_mandir}/man8/pmvarrun.8*
%{_mandir}/man8/mount.crypt.8*
%{_mandir}/man8/mount.crypt_LUKS.8*
%{_mandir}/man8/mount.crypto_LUKS.8*
%{_mandir}/man8/umount.crypt.8*
%{_mandir}/man8/umount.crypt_LUKS.8*
%{_mandir}/man8/umount.crypto_LUKS.8*
%{_mandir}/man5/pam_mount.conf.5*

%files  -n %libcryptmount
%{_libdir}/libcryptmount.so.*

%files  -n %cryptmountdevel
%{_libdir}/libcryptmount.so
%{_libdir}/pkgconfig/libcryptmount.pc
%{_includedir}/libcryptmount.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.13-3
+ Revision: 3238a9d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17896 |14mr|pam_pkcs11-0.6.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Pluggable Authentication Module for pkcs#11 environments
Name:		pam_pkcs11
Version:	0.6.8
Release:	2
License:	GPLv2+
URL:		http://www.opensc.org/pam_pkcs11/
Group:		System/Libraries
Source0:	http://www.opensc-project.org/files/pam_pkcs11/%{name}-%{version}.tar.gz
BuildRequires:	openssl-devel
BuildRequires:	libldap-devel >= 2.3.6
BuildRequires:	pam-devel
BuildRequires:	libxslt-proc docbook-style-xsl
BuildRequires:	libpcsclite-devel >= 1.2.9
%{?_with_curl:BuildRequires: curl-devel}
Provides:	pkcs11_login
Provides:	pam_pkcs11_login
Obsoletes:	pam_pkcs11_login < 0.6.0-1mdv
# there is no pam_opensc anymore
Obsoletes:	pam_opensc

%description 
This Linux-PAM login module allows a X.509 certificate based user login. 
The certificate and its dedicated private key are thereby accessed by means 
of an appropriate PKCS #11 module. For the verification of the users' 
certificates, locally stored CA certificates as well as either online or 
locally accessible CRLs are used.

%package tools
Group:		System/Libraries
Summary:	Companion tools for pkcs11_login
Requires:	pcsc-lite
Requires:	pam_pkcs11
Provides:	pkcs11_login-tools
Provides:	pam_pkcs11_login-tools
Obsoletes:	pam_pkcs11_login-tools < 0.6.0-1mdv

%description tools
This package contains several pam_pkcs11 related tools
- card_eventmgr: Generate card insert/removal events (pcsc-lite based)
- pkcs11_eventmgr: Generate actions on card insert/removal/timeout events
- pklogin_finder: Get the loginname that maps to a certificate
- pkcs11_inspect: Inspect the contents of a certificate

%prep
%setup -q

%build
%configure2_5x \
	--disable-dependency-tracking %{?_with_curl} \
	--with-ldap \
	--with-pcsclite \
	--disable-static

%make 

%install
%makeinstall_std mandir=%{_mandir}

# Hardcoded defaults... no sysconfdir
install -dm 755 %{buildroot}/%{_sysconfdir}/pam_pkcs11/cacerts
install -dm 755 %{buildroot}/%{_sysconfdir}/pam_pkcs11/crls
install -m 644 etc/pam_pkcs11.conf.example %{buildroot}/%{_sysconfdir}/pam_pkcs11/pam_pkcs11.conf
install -m 644 etc/card_eventmgr.conf.example %{buildroot}/%{_sysconfdir}/pam_pkcs11/card_eventmgr.conf
install -m 644 etc/pkcs11_eventmgr.conf.example %{buildroot}/%{_sysconfdir}/pam_pkcs11/pkcs11_eventmgr.conf

# move pam module to its place
mkdir -p %{buildroot}/%{_lib}/security
mv %{buildroot}%{_libdir}/security/* %{buildroot}/%{_lib}/security/

mkdir %{buildroot}%{_datadir}/doc/%{name}-tools/
mv %{buildroot}%{_datadir}/doc/pam_pkcs11/card_eventmgr.conf.example %{buildroot}%{_datadir}/doc/pam_pkcs11/pkcs11_eventmgr.conf.example %{buildroot}%{_datadir}/doc/%{name}-tools/

%find_lang %name

%files
%doc AUTHORS COPYING README TODO ChangeLog NEWS
%doc doc/pam_pkcs11.html
%doc doc/README.autologin
%doc doc/README.mappers
%doc doc/README.ldap_mapper
%{_mandir}/man8/*
%{_sysconfdir}/pam_pkcs11/cacerts
%{_sysconfdir}/pam_pkcs11/crls
%config(noreplace) %{_sysconfdir}/pam_pkcs11/pam_pkcs11.conf
%{_libdir}/pam_pkcs11/*.so
/%{_lib}/security/*
%{_bindir}/pkcs11_make_hash_link

%files tools -f %name.lang
%doc doc/README.eventmgr
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/pam_pkcs11/card_eventmgr.conf
%config(noreplace) %{_sysconfdir}/pam_pkcs11/pkcs11_eventmgr.conf
%{_bindir}/pkcs11_listcerts
%{_bindir}/pkcs11_setup
%{_bindir}/card_eventmgr
%{_bindir}/pkcs11_eventmgr
%{_bindir}/pklogin_finder
%{_bindir}/pkcs11_inspect



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.8-2
+ Revision: 6d36ef3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17897 |14mr|pam_userpass-1.0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Name:			pam_userpass
Version:	 	1.0.2
Release: 		9

%define major		1
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	PAM module for USER/PASS-style protocols
License:	relaxed BSD and (L)GPL-compatible
Group:		System/Libraries
URL: 		http://www.openwall.com/pam
Source0:	ftp://ftp.openwall.com/pub/projects/pam/modules/%{name}/%{name}-%{version}.tar.gz

BuildRequires:	pam-devel

%description
pam_userpass is a PAM authentication module for use specifically by
services implementing non-interactive protocols and wishing to verify
a username/password pair.  This module doesn't do any actual
authentication, -- other modules, such as pam_tcb, should be stacked
after it to provide the authentication.


%package -n %{libname}
Summary:	PAM module for USER/PASS-style protocols
Group:		System/Libraries
Provides:	%{name} = %{EVRD}


%description -n %{libname}
pam_userpass is a PAM authentication module for use specifically by
services implementing non-interactive protocols and wishing to verify
a username/password pair.  This module doesn't do any actual
authentication, -- other modules, such as pam_tcb, should be stacked
after it to provide the authentication.


%package -n %{develname}
Summary:	Libraries and header files for developing pam_userpass-aware applications
Group:		Development/Other
Requires:	%{libname} = %{version}
Requires:	pam-devel
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
This package contains development libraries and header files required
for building pam_userpass-aware applications.


%prep
%setup -q
chmod 0644 LICENSE README


%build
CFLAGS="-Wall -fPIC %{optflags}" %make


%install
%make install DESTDIR="%{buildroot}" SECUREDIR=/%{_lib}/security LIBDIR=%{_libdir}


%files -n %{libname}
%doc LICENSE README
/%{_lib}/security/*so*
%{_libdir}/*.so.*

%files -n %{develname}
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/security/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-9
+ Revision: 9075932
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17898 |14mr|pam_yubico-2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Provides support for One Time Passwords (OTP) authentication
Name:		pam_yubico
Version:	2.4
Release:	4
License:	GPLv2
Group:		System/Libraries
URL:		http://code.google.com/p/yubico-pam/
Source0:	http://yubico-pam.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:  openldap-devel
BuildRequires:  pam-devel
BuildRequires:  ykclient-devel >= 2.3
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The Yubico authentication device Yubikey generates one-time passwords that can
be used for authentication. This module allows you to use the Yubikey device to
authenticate to the PAM system.

The Yubico PAM module provides an easy way to integrate the Yubikey into your
existing user authentication infrastructure.

%prep

%setup -q -n %{name}-%{version}

%build
%serverbuild

%configure2_5x \
    --libdir=/%{_lib} \
    --with-pam-dir=/%{_lib}/security

%make

%install
rm -rf %{buildroot}

%makeinstall_std

# cleanup
rm -f %{buildroot}/%{_lib}/security/*.*a

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING ChangeLog NEWS README
%attr(0755,root,root) /%{_lib}/security/pam_yubico.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-4
+ Revision: 1925887
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17899 |14mr|pam_yubikey-1.0.4-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Provides support for One Time Passwords (OTP) authentication
Name:		pam_yubikey
Version:	1.0.4
Release:	12
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.securixlive.com/yubikey/
Source0:	http://www.securixlive.com/download/yubikey/YubiPAM-%{version}.tar.gz
Patch1:		pam_yubikey-rlimit.patch
BuildRequires:	pam-devel

%description
YubiPAM is a module for PAM that provides support for One Time Passwords (OTP)
authentication. It supports the OTPs generated from a Yubikey authentication
token. YubiPAM aims to be a simple, easy to configure, module for the Yubikey.

%files
%doc COPYING README RELEASE.NOTES
%dir %attr(0711,root,root) %{_sysconfdir}/yubikey
/sbin/ykpasswd
/sbin/yk_chkpwd
%{_bindir}/ykvalidate
/%{_lib}/security/pam_yubikey.so

#----------------------------------------------------------------------------

%prep
%setup -qn YubiPAM-%{version}
%apply_patches

%build
%serverbuild
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--disable-static \
	--with-pam-dir=/%{_lib}/security \
	--with-authdb=%{_sysconfdir}/yubikey

%make

%install
install -d %{buildroot}%{_sysconfdir}/yubikey
%makeinstall_std


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.4-12
+ Revision: 08e76b2
- Spec cleanup, add patch to fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17900 |14mr|pan-0.137-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_spell 1

%{?_with_spell: %{expand: %%define with_spell 1}}
%{?_without_spell: %{expand: %%define with_spell 0}}

Summary:	A USENET newsreader for GNOME
Name:		pan
Version:	0.137
Release:	3
Epoch:		1
License:	GPLv2+
Group:		Networking/News
URL:		http://pan.rebelbase.com/
Source0:	http://pan.rebelbase.com/download/releases/%{version}/source/%{name}-%{version}.tar.bz2
Patch02:	02_windowsmacosx.dpatch
Patch03:	pan-0.133-fix-str-fmt.patch
Source2:	%{name}-32.png
Source3:	%{name}-16.png
Source4:	%{name}-48.png
%if %{with_spell}
BuildRequires:	pkgconfig(gtkspell-2.0)
%endif
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	gmime-devel
BuildRequires:	desktop-file-utils
BuildRequires:	intltool

%description
This is PAN, a powerful and user-friendly USENET newsreader for GNOME.  
The latest info and versions of Pan can always
be found at http://pan.rebelbase.com/.

%prep
%setup -q
%patch02 -p1
%patch03 -p0

%build

%configure2_5x \
%if %{with_spell}
 --with-gtkspell
%else
 --without-gtkspell
%endif

%make

%install
%makeinstall_std Productivitydir=%{_datadir}/applications/

%find_lang %{name}

# Menu
sed -i -e 's/^\(Icon=.*\).png$/\1/g' %{buildroot}%{_datadir}/applications/pan.desktop 

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GTK" \
  --add-category="News" \
  --add-category="Network" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

#icon
install -d %{buildroot}/%{_iconsdir}
install -d %{buildroot}/%{_liconsdir}
install -d %{buildroot}/%{_miconsdir}
cp -f %{SOURCE2} %{buildroot}/%{_iconsdir}/%{name}.png
cp -f %{SOURCE3} %{buildroot}/%{_miconsdir}/%{name}.png
# png is anti-aliased when put on the gnome panel
cp -f %{SOURCE4} %{buildroot}/%{_liconsdir}/%{name}.png

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%attr(755,root,root) %{_bindir}/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.137-3
+ Revision: 0c4b388
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17901 |14mr|pango-1.36.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_gtkdoc 1

%define query_modules_suffix %{nil}
%ifarch %{ix86}
%define query_modules_suffix -32
%endif
%ifarch x86_64
%define query_modules_suffix -64
%endif
%define query_modules pango-querymodules%{query_modules_suffix}

%define api 1.0
%define module_version 1.8.0
%define major 0

%define modules %mklibname %{name}-modules %{api}
%define libname %mklibname %{name} %{api} %{major}
%define libcairo %mklibname %{name}cairo %{api} %{major}
%define libft2 %mklibname %{name}ft2_ %{api} %{major}
%define libxft %mklibname %{name}xft %{api} %{major}

%define girname %mklibname %{name}-gir %{api}
%define gircairo %mklibname %{name}cairo-gir %{api}
%define girft2 %mklibname %{name}ft2-gir %{api}
%define girxft %mklibname %{name}xft-gir %{api}

%define devname %mklibname -d %{name} %{api}
%define devcairo %mklibname -d %{name}cairo %{api}
%define devft2 %mklibname -d %{name}ft2_ %{api}
%define devx %mklibname -d %{name}x %{api}
%define devxft %mklibname -d %{name}xft %{api}

Summary:	System for layout and rendering of internationalized text
Name:		pango
Version:	1.36.6
Release:	1
License:	LGPLv2+
Group:		System/Internationalization
Url:		http://www.pango.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/pango/1.36/%{name}-%{version}.tar.xz
# (gb) 1.4.0-2mdk biarch support
Patch5:		pango-1.32.0-lib64.patch

BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(harfbuzz)
BuildRequires:	pkgconfig(libthai)
BuildRequires:	pkgconfig(xft)
%if %{enable_gtkdoc}
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd412-xml
BuildRequires:	gtk-doc
BuildRequires:	xsltproc
%endif

%description
A library to handle unicode strings as well as complex bidirectional
or context dependent shaped strings.
It is the next step on Gtk+ internationalization.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Internationalized text layout and rendering system
Group:		System/Libraries

%description -n %{libname}
A library to handle unicode strings as well as complex bidirectional
or context dependent shaped strings.
It is the next step on Gtk+ internationalization.

%files -n %{libname}
%{_libdir}/libpango-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcairo}
Summary:	Internationalized text layout and rendering system - cairo
Group:		System/Libraries

%description -n %{libcairo}
Library for %{name} - cairo.

%files -n %{libcairo}
%{_libdir}/libpangocairo-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libft2}
Summary:	Internationalized text layout and rendering system - ft2
Group:		System/Libraries

%description -n %{libft2}
Library for %{name} - ft2.

%files -n %{libft2}
%{_libdir}/libpangoft2-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libxft}
Summary:	Internationalized text layout and rendering system - xft
Group:		System/Libraries

%description -n %{libxft}
Library for %{name} - xft.

%files -n %{libxft}
%{_libdir}/libpangoxft-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Pango-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{gircairo}
Summary:	GObject Introspection interface description for %{name} - cairo
Group:		System/Libraries

%description -n %{gircairo}
GObject Introspection interface description for %{name} - cairo.

%files -n %{gircairo}
%{_libdir}/girepository-1.0/PangoCairo-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{girft2}
Summary:	GObject Introspection interface description for %{name} - ft2
Group:		System/Libraries

%description -n %{girft2}
GObject Introspection interface description for %{name} - ft2.

%files -n %{girft2}
%{_libdir}/girepository-1.0/PangoFT2-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{girxft}
Summary:	GObject Introspection interface description for %{name} - xft
Group:		System/Libraries

%description -n %{girxft}
GObject Introspection interface description for %{name} - xft.

%files -n %{girxft}
%{_libdir}/girepository-1.0/PangoXft-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{modules}
Summary:	Internationalized text layout and rendering system
Group:		System/Internationalization
Provides:	lib%{name}%{api} = %{EVRD}
Provides:	lib%{name} = %{EVRD}
%rename		%{_lib}pango1.0_0-modules
%rename		%{name}
Requires(post): %{libname} = %{EVRD}
Requires(post):  bash coreutils
#need this since we launch pango-querymodules in %post
Provides:	pango-modules = %{EVRD}

%description -n %{modules}
A library to handle unicode strings as well as complex bidirectional
or context dependent shaped strings.
It is the next step on Gtk+ internationalization.

%files -n %{modules}
%doc README AUTHORS NEWS
%dir %{_sysconfdir}/pango
%dir %{_sysconfdir}/pango/%{_arch}
%ghost %verify (not md5 mtime size) %config(noreplace) %{_sysconfdir}/pango/%{_arch}/pango.modules
%ifnarch %{ix86} x86_64
%{_bindir}/pango-querymodules
%else
%{_bindir}/pango-querymodules-*
%endif
%dir %{_libdir}/pango
%dir %{_libdir}/pango/%{module_version}
%dir %{_libdir}/pango/%{module_version}/modules
%{_libdir}/pango/%{module_version}/modules/*.so
%{_mandir}/man1/*

%post -n %{modules}
if [ "$1" = "2" -a -r  %{_sysconfdir}/pango/pango.modules ]; then
  rm -f %{_sysconfdir}/pango/pango.modules 
fi
%{_bindir}/%{query_modules} --system > %{_sysconfdir}/pango/%{_arch}/pango.modules

%postun -n %{modules}
if [ "$1" -gt "0" -a -r  %{_sysconfdir}/pango/pango.modules ]; then
  rm -f %{_sysconfdir}/pango/pango.modules 
fi
%{_bindir}/%{query_modules} > %{_sysconfdir}/pango/%{_arch}/pango.modules

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Internationalized text layout and rendering system
Group:		Development/GNOME and GTK+
%rename		pango-devel
%rename		pango-doc
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Conflicts:	%{_lib}pango1.0_0 < 1.28.1-2

%description -n %{devname}
This package includes the development library and header files
for the %{name} package.

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/pango
%doc ChangeLog pango-view/HELLO.txt
%{_bindir}/pango-view*
%{_libdir}/libpango-*.so
%{_libdir}/pkgconfig/pango.pc
%{_datadir}/gir-1.0/Pango-%{api}.gir
%dir %{_includedir}/pango-1.0
%dir %{_includedir}/pango-1.0/pango
%{_includedir}/pango-1.0/pango/pango-*.h
%{_includedir}/pango-1.0/pango/pango.h
%{_includedir}/pango-1.0/pango/pangofc-*.h

#----------------------------------------------------------------------------

%package -n %{devcairo}
Summary:	Internationalized text layout and rendering system - cairo
Group:		Development/GNOME and GTK+
Requires:	%{libcairo} = %{EVRD}
Requires:	%{gircairo} = %{EVRD}

%description -n %{devcairo}
This package includes the development library and header files
for the %{name}cairo package.

%files -n %{devcairo}
%{_libdir}/libpangocairo*.so
%{_libdir}/pkgconfig/pangocairo.pc
%{_datadir}/gir-1.0/PangoCairo-%{api}.gir
%{_includedir}/pango-1.0/pango/pangocairo.h

#----------------------------------------------------------------------------

%package -n %{devft2}
Summary:	Internationalized text layout and rendering system - ft2
Group:		Development/GNOME and GTK+
Requires:	%{libft2} = %{EVRD}
Requires:	%{girft2} = %{EVRD}

%description -n %{devft2}
This package includes the development library and header files
for the %{name}ft2 package.

%files -n %{devft2}
%{_libdir}/libpangoft2-*.so
%{_libdir}/pkgconfig/pangoft2.pc
%{_datadir}/gir-1.0/PangoFT2-%{api}.gir
%{_includedir}/pango-1.0/pango/pangoft2.h

#----------------------------------------------------------------------------

%package -n %{devxft}
Summary:	Internationalized text layout and rendering system - xft
Group:		Development/GNOME and GTK+
Requires:	%{libxft} = %{EVRD}
Requires:	%{girxft} = %{EVRD}

%description -n %{devxft}
This package includes the development library and header files
for the %{name}xft package.

%files -n %{devxft}
%{_libdir}/libpangoxft-*.so
%{_libdir}/pkgconfig/pangoxft.pc
%{_datadir}/gir-1.0/PangoXft-%{api}.gir
%{_includedir}/pango-1.0/pango/pangoxft.h
%{_includedir}/pango-1.0/pango/pangoxft-render.h

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
#needed by patch5
%configure2_5x \
	--enable-static=no \
%if !%{enable_gtkdoc}
	--disable-gtk-doc \
%endif

%make ARCH=%{_arch}

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/pango/%{_arch}
touch %{buildroot}%{_sysconfdir}/pango/%{_arch}/pango.modules

%ifarch %{ix86} x86_64
mv %{buildroot}%{_bindir}/pango-querymodules %{buildroot}%{_bindir}/%{query_modules}
%endif
%ifarch x86_64
mv %{buildroot}%{_bindir}/pango-view %{buildroot}%{_bindir}/pango-view%{query_modules_suffix}
%endif

%check
#disabled for https://bugzilla.gnome.org/show_bug.cgi?id=610791
make check || true

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17902 |14mr|pangomm-2.28.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api_version 2.4
%define realapi 1.4
%define major 1
%define libname %mklibname %{name} %{api_version} %{major}
%define libnamedev %mklibname -d %{name} %{api_version}
%define libnamestaticdev %mklibname -d -s %{name} %{api_version}

Name:		pangomm
Summary:	C++ interface for the pango library
Version:	2.28.4
Release:	6
License:	LGPLv2+
Group:		System/Libraries
URL:		http://gtkmm.org/
Source:		http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(mm-common-util)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)

%description
Pangomm provides a C++ interface to the Pango library. Highlights
include typesafe callbacks, widgets extensible via inheritance and a
comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.


%package	-n %{libname}
Summary:	C++ interface for the pango library
Group:		System/Libraries
Provides:	%{name}%{api_version} = %{version}-%{release}

%description	-n %{libname}
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains the library needed to run programs dynamically
linked with %{name}.

%package	-n %{libnamedev}
Summary:	Headers and development files of %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}%{api_version}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description	-n %{libnamedev}
This package contains the headers and development files that are needed,
when trying to develop or compile applications which need %{name}.

%package	doc
Summary:	GTKmm documentation
Group:		Books/Other

%description	doc
Pangomm provides a C++ interface to the Pango library. Highlights
include typesafe callbacks, widgets extensible via inheritance and a
comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains all API documentation for pangomm. You can readily read
this documentation with devhelp, a documentation reader.

%prep
%setup -q

%build
%configure2_5x \
    --enable-static \
    --enable-shared \
    --disable-static
%make

# make check does nothing

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%{_libdir}/libpangomm-%{realapi}.so.%{major}*

%files -n %{libnamedev}
%doc COPYING ChangeLog AUTHORS COPYING NEWS README
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/pangomm-%{realapi}/

%files doc
%doc %{_datadir}/doc/pangomm-%{realapi}/
%doc %{_datadir}/devhelp/books/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.28.4-6
+ Revision: 1d385a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17903 |14mr|pangox-compat-1.30.1.0.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	api_version	1.0
%define	lib_major	0
%define	libname		%mklibname pangox %{api_version} %{lib_major}
%define	devname		%mklibname -d pangox

%define	oldver		1.30.1
%define	newver		0.0.2

%define	url_ver		%(echo %{newver}|cut -d. -f1,2)

Summary:	Compatibility library providing the obsolete pangox library
Name:		pangox-compat
Version:	%{oldver}.%{newver}
Release:	2
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.pango.org/
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{newver}.tar.xz
BuildRequires:	pkgconfig(glib-2.0) >= 2.31.0
BuildRequires:	pkgconfig(gmodule-no-export-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(x11)
Conflicts:	pango < 1.32.0

%description
This is a compatibility library providing the obsolete pangox library
that is not shipped by Pango itself anymore.

%package -n %{libname}
Summary:	%{summary}
Group:		System/Libraries
Conflicts:	%{_lib}pango1.0_0 < 1.32.0

%description -n %{libname}
This is a compatibility library providing the obsolete pangox library
that is not shipped by Pango itself anymore.

%package -n %{devname}
Summary:	%{summary}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Conflicts:	%{_lib}pango1.0-devel < 1.32.0

%description -n %{devname}
This package includes the static libraries and header files
for the pangox package.

%prep
%setup -q -n %{name}-%{newver}

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%config(noreplace) %{_sysconfdir}/pango/pangox.aliases

%files -n %{libname}
%{_libdir}/libpangox-%{api_version}.so.%{lib_major}*

%files -n %{devname}
%{_libdir}/libpangox-%{api_version}.so
%{_libdir}/pkgconfig/*
%{_includedir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.30.1.0.0.2-2
+ Revision: a1792c9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17904 |14mr|papi-1.0-0.177.13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define papiextraversion svn-r
%define papisvnrevision 177

%define major 0
# Requires split
%define libname %mklibname papi %{major}
%define devname %mklibname papi -d

%define debug 0
%define withapache 0
%define withruby 1

# Suppress automatically generated Requires for devel packages and
# for libpapi.so.0 (this one will be generated by update-alternatives
# in the postinstall script of libpapi)
%if %{_use_internal_dependency_generator}
%define __noautoreq 'devel\\(libpapi.*\\)|libpapi\\.so\\.%{major}.*'
%else
%define _requires_exceptions devel\(.*\)\\|libpapi\.so\.%{major}
%endif

%define debug_package %{nil}

Summary:	FSG OpenPrinting PAPI Implementation(s) and Applications
Name:		papi
Version:	1.0
Release:	0.%{papisvnrevision}.13
License:	GPLv2/LPGLv2/MIT/CDDL
Group:		System/Servers
Url:		http://openprinting.sourceforge.net/
Source0:	http://sourceforge.net/projects/openprinting/papi-%{version}%{papiextraversion}%{papisvnrevision}.tar.bz2
Patch0:		papi_http.patch
#Patch1:		papi-yp_h.patch
Patch2:		papi-strndup.patch
Patch3:		papi-installonce.patch
Patch4:		papi-1.0svn-r177-ruby1.9.patch
%if %{withapache}
BuildRequires:	apache-devel
%endif
%if %{withruby}
BuildRequires:	ruby-devel
%endif
BuildRequires:	pkgconfig(libtirpc)
Requires:	update-alternatives

%description
This package contains implentations of the Free Standards Group (FSG)
Open Printing API (PAPI) (v1.0) and client software that uses it.  The
implemenations of the API are designed so that they can be used
individually to support client application interaction with a
particular type of print service or together to interact with a
variety of different print service types.

%package common
Summary: 	FSG OpenPrinting PAPI Common files and Documentation
Group: 		System/Servers

%description common
This package contains common files like man pages, documentation, the
LPD privileged port access helper, etc. The documentation includesthe
FSG OpenPrinting PAPI specification and also information on how to use
and how to develop with this implementation of PAPI. It also contains
the source code of the papi-utils package as coding example.

%package commands
Summary:	FSG OpenPrinting PAPI BSD and System V printing commands
Group: 		System/Servers
Requires:	update-alternatives

%description commands
Implementations of the BSD and SYSV printing commands layered on top
of the PAPI.  The command implementation are intended to be reasonably
faithful to their counterparts on a Solaris system.  They should be
reasonably faithful to pretty much any implementation of these
commands.  This should allow them to be dropped on a system and used
in place of any prior version of the commands without causing layered
scripts and software to break.  The commands covered are:

     BSD:    lpr(1), lpq(1), lprm(1), lpc(8)
     SYSV:   lp(1), lpstat(1), cancel(1), accept(8), reject(8),
             enable(8), disable(8)

%package utils
Summary: 	FSG OpenPrinting PAPI sample tools
Group: 		System/Servers

%description utils
Sample tools that makes use of the API to do marginally interesting
things.

%if %{withruby}
%package -n ruby-papi
Summary: 	FSG OpenPrinting PAPI Ruby bindings
Group: 		System/Servers
Requires:	ruby

%description -n ruby-papi
Ruby bindings for the PAPI libraries

%package -n ruby-papi-devel
Summary: 	FSG OpenPrinting PAPI Ruby bindings, development libraries
Group: 		Development/Other
Requires:	ruby-papi

%description -n ruby-papi-devel
This package contains devel files for the ruby bindings for PAPI.
%endif

%if %{withapache}
%package apache
Summary: 	FSG OpenPrinting PAPI IPP server Apache module
Group: 		System/Servers
Requires:	apache-base

%description apache
Apache module to make Apache working as IPP server
%endif

%package -n %{libname}
Summary: 	FSG OpenPrinting PAPI libraries
Group: 		System/Servers
Suggests:	papi-common

%description -n %{libname}
This package contains libraries which provide PAPI implementation

%package -n %{devname}
Summary:	Headers and links to compile against the "%{libname}" library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	papi-devel

%description -n %{devname}
This package contains the static library and the header files needed
to compile applications using the PAPI shared libraries.

%prep
%setup -qn papi
%apply_patches

# Let other names be used for the libraries, to express that they work all
# directly as a libpapi and not only as plug-ins for libpapi-dynamic.
perl -p -i -e 's:psm([_\-])lpd:libpapi${1}lpd:' source/libpapi-lpd/Makefile.am
perl -p -i -e 's:psm([_\-])ipp:libpapi${1}ipp:' source/libpapi-ipp/Makefile.am
perl -p -i -e 's:\"/psm(-%s.so)\":\"/libpapi$1\":' source/libpapi-dynamic/psm.c
# Add lines to the source/libpapi-dynamic/Makefile.am so that libpapi.so is
# built twice, once with the name libpapi.so and second as
# libpapi-dynamic.so. We will include only libpapi-dynamic.so (and make a
# symbolic link named libpapi.so to the library we actually want to use).
# The libpapi.so which we build here only serves to satisfy the compilation
# process of the other parts of this package. After having run "make
# install" we delete it.
# There are three calls of Perl to modify the Makefile.am: The first joins 
# continuation lines ('\' in the end of a line to continue the line in the 
# next line), so that it is easier to manipilate and copy lines. The second
# copies all lines beginning with "libpapi_la" and replaces the "libpapi_la"
# in the copy by "libpapi_dynamic_la". The third Perl call adds
# "libpapi-dynamic.la" to the "lib_LTLIBRARIES" line.
cat source/libpapi-dynamic/Makefile.am | perl -e 'my $f = join("", <>); $f =~ s:\s*\\\n\s*: :sm; print $f' | perl -p -e 's:(^libpapi_la(.*)$):$1\nlibpapi_dynamic_la$2:' | perl -p -e 's:(libpapi\.la):$1 libpapi-dynamic.la:' > source/libpapi-dynamic/Makefile.am.new
mv -f source/libpapi-dynamic/Makefile.am.new source/libpapi-dynamic/Makefile.am
# Let library files have a version number
perl -p -i -e 's:\s*-avoid-version::' source/libpapi-lpd/Makefile.am source/libpapi-ipp/Makefile.am
# Move all libraries into libdir (no libraries in libexecdir any more)
perl -p -i -e 's:(libdir\s*=\s*\$\(libexecdir\)):\#$1:' source/libpapi-lpd/Makefile.am source/libpapi-ipp/Makefile.am
perl -p -i -e 's:libexecdir:libdir:g' source/libpapi-dynamic/Makefile.am
# Move lpd-port into /usr/bin
perl -p -i -e 's:libexecdir:bindir:' source/libpapi-lpd/Makefile.am
perl -p -i -e 's:libexec_(PROGRAMS):bin_$1:' source/libpapi-lpd/Makefile.am
perl -p -i -e 's:(SUID_LPD_PORT=\"\$\{)libexecdir(\}/lpd-port\"):$1bindir$2:' configure.in

%build
# Change compiler flags for debugging when in debug mode
%if %debug
export DONT_STRIP=1
export CFLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export CXXFLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export RPM_OPT_FLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
%endif

# We have a Subversion version and also have heavily manipulated the
# Makefile.am files, so we must re-generate "configure"
./autogen.sh

%if %{withapache}
WITH_APACHE=" --with-apache=%{_prefix}"
%else
WITH_APACHE=" --without-apache"
%endif
%if %{withruby}
WITH_RUBY=""
%else
WITH_RUBY=" --without-ruby"
%endif

export LDFLAGS="$LDFLAGS -L%{_builddir}/papi/source/libpapi-dynamic/.libs"
export CFLAGS="$CFLAGS -DDEFAULT_PRINT_SERVICE=\\\"ipp\\\""
%configure$WITH_APACHE$WITH_RUBY
make

%install
# Change compiler flapapi for debugging when in debug mode
%if %debug
export DONT_STRIP=1
export CFLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export CXXFLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export RPM_OPT_FLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
%endif

%makeinstall \
	ruby_sitearchdir=%{buildroot}%{ruby_sitearchdir} \
	ruby_sitelibdir=%{buildroot}%{ruby_sitelibdir}
#	ruby_sitearchdir=%{buildroot}`ls -d %{_prefix}/lib*/ruby/site_ruby/*/*-linux` \
#	ruby_sitelibdir=%{buildroot}`ls -d %{_prefix}/lib*/ruby/site_ruby/*`

# entry for xinetd (disabled by default)
install -d %{buildroot}%{_sysconfdir}/xinetd.d
cat <<EOF >%{buildroot}%{_sysconfdir}/xinetd.d/papi-lpd
# default: off
# description: The cups-lpd mini daemon enable cups accepting jobs from a \
#       remote LPD client (for example a machine with an older distribution \
#       than Linux Mandriva 7.2 or with a commercial Unix).
service papi-lpd
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = lp
        group           = sys
        server          = %{_sbindir}/in.lpd
        passenv         =
        env             =
        disable         = yes
}
EOF

# Prepare the commands conflicting with actual print spooling systems
# for the update-alternatives treatment
# Move also the admin man pages into chapter 8
install -d %{buildroot}%{_mandir}/man8
( cd %{buildroot}%{_bindir}
  mv lpr lpr-papi
  mv lpq lpq-papi
  mv lprm lprm-papi
  mv lp lp-papi
  mv cancel cancel-papi
  mv lpstat lpstat-papi
)
( cd %{buildroot}%{_sbindir}
  mv accept accept-papi
  mv disable disable-papi
  mv enable enable-papi
  mv lpc lpc-papi
  mv lpmove lpmove-papi
  mv reject reject-papi
)
( cd %{buildroot}%{_mandir}/man1
  mv ../man*/lpr.* lpr-papi.1
  mv ../man*/lpq.* lpq-papi.1
  mv ../man*/lprm.* lprm-papi.1
  mv ../man*/lp.* lp-papi.1
  mv ../man*/cancel.* cancel-papi.1
  mv ../man*/lpstat.* lpstat-papi.1
)
( cd %{buildroot}%{_mandir}/man8
  mv ../man*/accept.* accept-papi.8
  mv ../man*/disable.* disable-papi.8
  mv ../man*/enable.* enable-papi.8
  mv ../man*/lpc.* lpc-papi.8
  mv ../man*/lpmove.* lpmove-papi.8
  mv ../man*/reject.* reject-papi.8
)

# Remove the /usr/lib/libpapi.* files, as at their place we use symlinks
# generated by update-alternatives. These symlinks point to the libpapi
# library we want to use for our actual printing system.
( cd %{buildroot}%{_libdir}
  rm -f libpapi.*
)

# Install documentation
install -d %{buildroot}%{_docdir}/%{name}-%{version}
mv %{buildroot}%{_datadir}/examples %{buildroot}/%{_docdir}/%{name}-%{version}
cp docs/*.pdf docs/README* %{buildroot}/%{_docdir}/%{name}-%{version}
cp README %{buildroot}/%{_docdir}/%{name}-%{version}/README.devel
cp *.txt ChangeLog INSTALL LICENSE TODO %{buildroot}/%{_docdir}/%{name}-%{version}

find %{buildroot} -name \*.la|xargs rm -f

%post -n %{libname}
# Set up update-alternatives entries
libversion=`\ls %{_libdir}/libpapi-dynamic.so.* | egrep 'so\.%{major}\.[0-9]+\.[0-9]+$' | perl -p -e 's:^.*\.so\.::'`
%{_sbindir}/update-alternatives --install %{_libdir}/libpapi.so.%{major} libpapi.so.%{major} %{_libdir}/libpapi-dynamic.so.%{major} 10 --slave %{_libdir}/libpapi.so.$libversion libpapi.so.$libversion %{_libdir}/libpapi-dynamic.so.$libversion
%{_sbindir}/update-alternatives --install %{_libdir}/libpapi.so.%{major} libpapi.so.%{major} %{_libdir}/libpapi-ipp.so.%{major} 30 --slave %{_libdir}/libpapi.so.$libversion libpapi.so.$libversion %{_libdir}/libpapi-ipp.so.$libversion
%{_sbindir}/update-alternatives --install %{_libdir}/libpapi.so.%{major} libpapi.so.%{major} %{_libdir}/libpapi-lpd.so.%{major} 20 --slave %{_libdir}/libpapi.so.$libversion libpapi.so.$libversion %{_libdir}/libpapi-lpd.so.$libversion

%post -n %{devname}
# Set up update-alternatives entries
libversion=`\ls %{_libdir}/libpapi-dynamic.so.* | egrep 'so\.%{major}\.[0-9]+\.[0-9]+$' | perl -p -e 's:^.*\.so\.::'`
%{_sbindir}/update-alternatives --install %{_libdir}/libpapi.so libpapi.so %{_libdir}/libpapi-dynamic.so 10
%{_sbindir}/update-alternatives --install %{_libdir}/libpapi.so libpapi.so %{_libdir}/libpapi-ipp.so 30
%{_sbindir}/update-alternatives --install %{_libdir}/libpapi.so libpapi.so %{_libdir}/libpapi-lpd.so 20

%post commands
# Set up update-alternatives entries
%{_sbindir}/update-alternatives --install %{_bindir}/lpr lpr %{_bindir}/lpr-papi 100 --slave %{_mandir}/man1/lpr.1.lzma lpr.1.lzma %{_mandir}/man1/lpr-papi.1.lzma
%{_sbindir}/update-alternatives --install %{_bindir}/lpq lpq %{_bindir}/lpq-papi 100 --slave %{_mandir}/man1/lpq.1.lzma lpq.1.lzma %{_mandir}/man1/lpq-papi.1.lzma
%{_sbindir}/update-alternatives --install %{_bindir}/lprm lprm %{_bindir}/lprm-papi 100 --slave %{_mandir}/man1/lprm.1.lzma lprm.1.lzma %{_mandir}/man1/lprm-papi.1.lzma
%{_sbindir}/update-alternatives --install %{_bindir}/lp lp %{_bindir}/lp-papi 100 --slave %{_mandir}/man1/lp.1.lzma lp.1.lzma %{_mandir}/man1/lp-papi.1.lzma
%{_sbindir}/update-alternatives --install %{_bindir}/cancel cancel %{_bindir}/cancel-papi 100 --slave %{_mandir}/man1/cancel.1.lzma cancel.1.lzma %{_mandir}/man1/cancel-papi.1.lzma
%{_sbindir}/update-alternatives --install %{_bindir}/lpstat lpstat %{_bindir}/lpstat-papi 100 --slave %{_mandir}/man1/lpstat.1.lzma lpstat.1.lzma %{_mandir}/man1/lpstat-papi.1.lzma
%{_sbindir}/update-alternatives --install %{_sbindir}/accept accept %{_sbindir}/accept-papi 100 --slave %{_mandir}/man8/accept.8.lzma accept.8.lzma %{_mandir}/man8/accept-papi.8.lzma
%{_sbindir}/update-alternatives --install %{_sbindir}/disable disable %{_sbindir}/disable-papi 100 --slave %{_mandir}/man8/disable.8.lzma disable.8.lzma %{_mandir}/man8/disable-papi.8.lzma
%{_sbindir}/update-alternatives --install %{_sbindir}/enable enable %{_sbindir}/enable-papi 100 --slave %{_mandir}/man8/enable.8.lzma enable.8.lzma %{_mandir}/man8/enable-papi.8.lzma
%{_sbindir}/update-alternatives --install %{_sbindir}/lpc lpc %{_sbindir}/lpc-papi 100 --slave %{_mandir}/man8/lpc.8.lzma lpc.8.lzma %{_mandir}/man8/lpc-papi.8.lzma
%{_sbindir}/update-alternatives --install %{_sbindir}/lpmove lpmove %{_sbindir}/lpmove-papi 100 --slave %{_mandir}/man8/lpmove.8.lzma lpmove.8.lzma %{_mandir}/man8/lpmove-papi.8.lzma
%{_sbindir}/update-alternatives --install %{_sbindir}/reject reject %{_sbindir}/reject-papi 100 --slave %{_mandir}/man8/reject.8.lzma reject.8.lzma %{_mandir}/man8/reject-papi.8.lzma

%preun -n %{libname}
if [ "$1" = 0 ]; then
  # Remove update-alternatives entries
  %{_sbindir}/update-alternatives --remove libpapi.so.%{major} %{_libdir}/libpapi-dynamic.so.%{major}
  %{_sbindir}/update-alternatives --remove libpapi.so.%{major} %{_libdir}/libpapi-ipp.so.%{major}
  %{_sbindir}/update-alternatives --remove libpapi.so.%{major} %{_libdir}/libpapi-lpd.so.%{major}
fi

%preun -n %{devname}
if [ "$1" = 0 ]; then
  # Remove update-alternatives entries
  %{_sbindir}/update-alternatives --remove libpapi.so %{_libdir}/libpapi-dynamic.so
  %{_sbindir}/update-alternatives --remove libpapi.so %{_libdir}/libpapi-ipp.so
  %{_sbindir}/update-alternatives --remove libpapi.so %{_libdir}/libpapi-lpd.so
fi

%preun commands
if [ "$1" = 0 ]; then
  # Remove update-alternatives entries
  %{_sbindir}/update-alternatives --remove lpr %{_bindir}/lpr-papi
  %{_sbindir}/update-alternatives --remove lpq %{_bindir}/lpq-papi
  %{_sbindir}/update-alternatives --remove lprm %{_bindir}/lprm-papi
  %{_sbindir}/update-alternatives --remove lp %{_bindir}/lp-papi
  %{_sbindir}/update-alternatives --remove cancel %{_bindir}/cancel-papi
  %{_sbindir}/update-alternatives --remove lpstat %{_bindir}/lpstat-papi
  %{_sbindir}/update-alternatives --remove accept %{_sbindir}/accept-papi
  %{_sbindir}/update-alternatives --remove disable %{_sbindir}/disable-papi
  %{_sbindir}/update-alternatives --remove enable %{_sbindir}/enable-papi
  %{_sbindir}/update-alternatives --remove lpc %{_sbindir}/lpc-papi
  %{_sbindir}/update-alternatives --remove lpmove %{_sbindir}/lpmove-papi
  %{_sbindir}/update-alternatives --remove reject %{_sbindir}/reject-papi
fi

%files common
# This must be SUID root to access LPD port 515
%attr(4755,root,root) %{_bindir}/lpd-port
%{_mandir}/man*/psm-*
%{_mandir}/man4/*
%{_docdir}/%{name}-%{version}

%files commands
%{_bindir}/*papi
%{_sbindir}/*papi
%{_sbindir}/in.lpd
%{_mandir}/man*/*-papi.[0-9n]*
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/xinetd.d/papi-lpd

%files utils
%{_bindir}/add-modify-printer
%{_bindir}/ipp
%{_bindir}/print-test
%{_bindir}/printer-query
%{_bindir}/printers-list
%{_bindir}/remove-printer

%if %{withruby}
%files -n ruby-papi
%{ruby_sitelibdir}/*.rb
%{ruby_sitelibdir}/*/*.so.*
#%{_prefix}/lib*/ruby/site_ruby/*/*.rb
#%{_prefix}/lib*/ruby/site_ruby/*/*/*.so.*

%files -n ruby-papi-devel
%{ruby_sitelibdir}/*/*.so
#%{_prefix}/lib*/ruby/site_ruby/*/*/*.so
%endif

%if %{withapache}
%files apache
%endif

%files -n %{libname}
%{_libdir}/lib*.so.*

%files -n %{devname}
%{_libdir}/pkgconfig/*
%{_includedir}/papi
%{_libdir}/lib*.so


%changelog
* Thu Jul 03 2014 Arkady Shane <ashejn@gmail.com> 1.0-0.177.13
+ Revision: 3b933e5
- rebuilt without yp patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17905 |14mr|paprefs-0.9.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name paprefs
%define version 0.9.10
%define git 0
%if %{git}
%define release %mkrel 0.%{git}.%rel
%else
%define release  1
%endif

Summary: PulseAudio Preferences
Name: %{name}
Version: %{version}
Release: %{release}
%if %{git}
Source0: %{name}-%{git}.tar.lzma
%else
Source0: http://freedesktop.org/software/pulseaudio/%{name}/%{name}-%{version}.tar.xz
%endif
Source1: %{name}-16.png
Source2: %{name}-32.png
License: GPL
Group: Sound
Url: http://0pointer.de/lennart/projects/paprefs/
BuildRequires: gtkmm2.4-devel
BuildRequires: libglademm2.4-devel
BuildRequires: gconfmm2.6-devel
BuildRequires: intltool
BuildRequires: gettext-devel
BuildRequires: pkgconfig(libpulse) >= 0.9.7
BuildRequires: lynx
BuildRequires: desktop-file-utils
Requires: pulseaudio-module-gconf
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description
PulseAudio Preferences is a simple GTK based configuration dialog for
the PulseAudio sound server.

Please note that this program can only configure local servers, and
requires that a special module module-gconf is loaded in the sound
server.

%prep
%if %{git}
%setup -q -n %{name}
%else
%setup -q
%endif
%apply_patches

%build
%if %{git}
libtoolize --force
NOCONFIGURE=1 ./bootstrap.sh
%endif
%configure2_5x
%make

%install
%makeinstall_std

sed -i "s/^Icon=.*/Icon=%{name}/" %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="" \
  --add-category="GTK" \
  --add-category="System" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --remove-category="Application" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

echo "NotShowIn=KDE" >> %{buildroot}%{_datadir}/applications/%{name}.desktop

# Icons
install -D -m 0644 %SOURCE1 %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 0644 %SOURCE2 %{buildroot}%{_iconsdir}/%{name}.png

%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
%doc README LICENSE
%{_bindir}/%name
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/%{name}.glade
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png


%changelog
* Fri Jul 04 2014 Tigro <ashejn@gmail.com> 0.9.10-1
+ Revision: becb0d8
- update to 0.9.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17906 |14mr|parallel-20140122-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A shell tool for executing jobs in parallel
Name:		parallel
Version:	20140122
Release:	1
License:	GPLv3+
Group:		File tools
Url:		http://www.gnu.org/software/parallel/
Source0:	http://ftp.gnu.org/gnu/parallel/%{name}-%{version}.tar.bz2
Source1:	http://ftp.gnu.org/gnu/parallel/%{name}-%{version}.tar.bz2.sig
Requires:	perl
BuildArch:	noarch

%description
GNU parallel is a shell tool for executing jobs in parallel locally
or using remote machines. A job is typically a single command or a small
script that has to be run for each of the lines in the input. The typical
input is a list of files, a list of hosts, a list of users, a list of URLs,
or a list of tables.

%files
%doc README NEWS
%{_bindir}/parallel
%{_bindir}/sem
%{_bindir}/sql
%{_mandir}/man1/parallel.1*
%{_mandir}/man1/parallel_tutorial.1*
%{_mandir}/man1/sem.1*
%{_mandir}/man1/sql.1*
%{_bindir}/niceload
%config(noreplace) %{_sysconfdir}/%{name}/config
%{_mandir}/man1/niceload.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
make

%install
%makeinstall_std

# (Kharec: It seems we can have a site wide config file now, so create it directly at the install) 
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
touch %{buildroot}%{_sysconfdir}/%{name}/config


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 20140122-1
+ Revision: f44e7e4
- New version 20140122, update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17907 |14mr|parcellite-1.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 1.1.5
%define prerel rc5

Name:           parcellite
Summary:        Lightweight GTK+ clipboard manager
Version:        %{version}
#Release:        %{?prerel:0.%{prerel}.}3
Release:	2
Source0:        http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
#Source with correct pot file. You may use it for translate and make lang patch
#Source1:	parcellite_po.tar.gz
Patch0:		parcellite-ru.patch
#Patch1:		parcellite-1.0.2rc5-rosa-glib.patch
URL:            http://parcellite.sourceforge.net/

Group:          Graphical desktop/GNOME 
License:        GPLv3+
BuildRequires:  intltool
BuildRequires:  gtk+2-devel >= 2.10.0

%description
Parcellite is a lightweight GTK+ clipboard manager. This is a stripped
down, basic-features-only clipboard manager with a small memory footprint
for those who like simplicity.

%prep 
%setup -q -n %{name}-%{version}
%apply_patches
#patch1 -p1

rm -rf debian
cd src
rm -f *.o
cd ..

%build 
%configure2_5x
make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README ChangeLog TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-startup.desktop
%{_mandir}/man1/%{name}.1*
%{_datadir}/pixmaps/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.5-2
+ Revision: 8c2e990
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17908 |14mr|parley-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		parley
Summary:	KDE Vocabulary training application
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 GFDL LGPLv2+ LGPLv2
URL:		http://edu.kde.org/parley
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	libkdeedu-devel >= %{version}
BuildRequires:	pkgconfig(libattica)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
Requires:	libkdeedu = %{version}
Requires:	python-mwclient

%description
Parley is a program to help you memorize things.

Parley supports many language specific features but can be used for other
learning tasks just as well. It uses the spaced repetition learning method,
also known as flash cards.

%files
%doc COPYING COPYING.DOC AUTHORS
%{_kde_bindir}/parley
%{_kde_appsdir}/parley
%{_kde_appsdir}/desktoptheme/default/widgets/parley_plasma_card.svg
%{_kde_iconsdir}/*/*/apps/parley*
%{_kde_applicationsdir}/parley.desktop
%{_kde_services}/plasma-dataengine-parley.desktop
%{_kde_services}/plasma_parley.desktop
%{_kde_datadir}/config.kcfg/parley.kcfg
%{_kde_datadir}/config.kcfg/languagesettings.kcfg
%{_kde_datadir}/config.kcfg/documentsettings.kcfg
%{_kde_configdir}/parley.knsrc
%{_kde_configdir}/parley-themes.knsrc
%{_kde_libdir}/kde4/plasma_applet_parley.so
%{_kde_libdir}/kde4/plasma_engine_parley.so
%{_kde_docdir}/HTML/*/parley

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 4bada46
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17909 |14mr|parted-3.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define	major		2
%define	libname		%mklibname %{name} %{major}
%define	devname		%mklibname %{name} -d

%define	fsresize_major	0
%define	libfsresize	%mklibname %{name}-fs-resize %{fsresize_major}

Summary:	Flexible partitioning tool
Name:		parted
Version:	3.1
Release:	7
License:	GPLv3+
Group:		System/Configuration/Hardware
Url:		http://www.gnu.org/software/parted/
Source0:	http://ftp.gnu.org/gnu/parted/parted-%{version}.tar.xz
Source1:	http://ftp.gnu.org/gnu/parted/parted-%{version}.tar.xz.sig
#Fedora patches
Patch0:		parted-3.0-libparted-copy-pmbr_boot-when-duplicating-GPT-disk.patch
Patch1:		parted-3.1-libparted-check-PMBR-before-GPT-partition-table-8052.patch
Patch2:		parted-3.1-tests-add-t0301-overwrite-gpt-pmbr.sh.patch
Patch3:		parted-3.1-libparted-Fix-endian-error-with-FirstUsableLBA.patch
Patch4:		parted-2.1-libparted-use-dm_udev_wait-698121.patch
Patch5:		parted-3.1-libparted-use-largest_partnum-in-dm_reread_part_tabl.patch
Patch6:		parted-3.1-test-creating-20-device-mapper-partitions.patch
Patch7:		parted-3.1-libparted-preserve-the-uuid-on-dm-partitions.patch
Patch8:		parted-3.1-tests-Make-sure-dm-UUIDs-are-not-erased.patch
Patch9:		parted-3.1-libparted-reallocate-buf-after-_disk_analyse_block_s.patch
Patch10:	parted-3.1-tests-cleanup-losetup-usage.patch
Patch11:	parted-3.1-libparted-add-support-for-implicit-FBA-DASD-partitions.patch
Patch12:	parted-3.1-libparted-add-support-for-EAV-DASD-partitions.patch
Patch13:	parted-3.1-libparted-don-t-canonicalize-dev-md-paths.patch
Patch14:	parted-3.1-libparted-mklabel-eav.patch
Patch15:	parted-3.1-avoid-dasd-as-default-file-image-type.patch
Patch16:	parted-3.1-libparted-mklabel-edev.patch
Patch17:	parted-3.1-tests-rewrite-t6001-to-use-dev-mapper.patch
Patch18:	parted-3.1-libparted-Support-Linux-fs-GUID.patch
Patch19:	parted-3.1-libparted-Recognize-btrfs-filesystem.patch
#Ours
Patch20:	parted-3.1-readline6.3.patch
BuildRequires:	texinfo
BuildRequires:	gettext-devel
BuildRequires:	gpm-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(devmapper)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(uuid)
Requires:	e2fsprogs

%description
GNU Parted is a program that allows you to create, destroy,
resize, move and copy hard disk partitions. This is useful for
creating space for new operating systems, reorganising disk
usage, and copying data to new hard disks.

%files -f %{name}.lang
%doc README
%{_sbindir}/*
%{_mandir}/man*/*
%{_infodir}/parted.info*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The parted library
Group:		Development/C

%description -n %{libname}
This package includes the dynamic libraries.

%files -n %{libname}
%doc TODO
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libfsresize}
Summary:	The parted fs-resize library
Group:		Development/C

%description -n %{libfsresize}
This package includes the dynamic libraries.

%files -n %{libfsresize}
%{_libdir}/lib%{name}-fs-resize.so.%{fsresize_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files required to compile software that uses libparted
Group:		Development/C
Requires:	e2fsprogs
Requires:	%{libname} = %{EVRD}
Requires:	%{libfsresize} = %{EVRD}
Provides:	parted-devel = %{EVRD}

%description -n %{devname}
This package includes the header files and libraries needed to
link software with libparted.

%files -n %{devname}
%doc AUTHORS ChangeLog doc/API
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/libparted.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

%check
export PATH=$PATH:/sbin
make check

%changelog
* Tue Jul 22 2014 abondrov <andrey.bondrov@rosalab.ru> 3.1-7
+ Revision: 925137f
- Add patch to fix build with readline 6.3, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17910 |14mr|partimage-0.6.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Partition Image
Name:		partimage
Version:	0.6.9
Release:	3
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://www.partimage.org/
Source0:	%{name}-%{version}.tar.bz2
Source1:	partimage.1
Source2:	partimaged.8
Source3:	partimagedusers.5
Source4:	partimaged-sysconfig
Source5:	partimaged-init.d
Patch3:		partimage-0.6.7-ssl-certs-policy.patch
Patch12:	partimage-0.6.8-lzma.patch
Patch13:	partimage-0.6.7-splash.patch
Patch14:	partimage-0.6.9-zlib.patch
BuildRequires:	openssl
BuildRequires:	bzip2-devel
BuildRequires:	gettext-devel
BuildRequires:	liblzmadec-devel
BuildRequires:	pkgconfig(libnewt)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires:	openssl > 0.9.6
Requires(post):	rpm-helper

%description
Partition Image is a Linux/UNIX partition imaging utility: it saves
partitions in the following file system formats to an image file:
- Ext2FS & Ext3FS (the linux standard),
- FAT16/32 (DOS & Windows file systems),
- HFS (MacOS File System),
- JFS (Journalised File System, from IBM, used on Aix),
- NTFS (Windows NT File System),
- HPFS (IBM OS/2 File System),
- ReiserFS (a journalized and powerful file system),
- UFS (Unix File System),
- XFS (another jounalized and efficient File System, from SGI, used on Irix),

Only used blocks are copied. The image file can be 
compressed in the GZIP/BZIP2 formats to save disk space, and splitted 
into multiple files to be copied on amovibles floppies (ZIP for example),
or burned on a CD-R ...

This allows to save a full Linux/Windows system, with an only 
operation. When problems (viruses, crash, error, ...), you just have to 
restore, and after several minutes, all your system is restored (boot, 
files, ...), and fully working.

This is very useful when installing the same software on many 
machines: just install one of them, creat|e an image, and just restore 
the image on all other machines. Then, after the first one, each 
installation is automatically made, and only require a few minutes.

%files -f %{name}.lang
%doc BUGS AUTHORS ABOUT-NLS COPYING ChangeLog
%doc FORMAT README README.partimaged README.mdv
%doc THANKS
%{_sbindir}/*
%{_sysconfdir}/sysconfig/partimaged
%{_initrddir}/partimaged
%attr(0600,partimag,partimag) %config(noreplace) %{_sysconfdir}/partimaged/partimagedusers
%{_mandir}/man1/partimage.1*
%{_mandir}/man5/partimagedusers.5*
%{_mandir}/man8/partimaged.8*

%pre
/usr/sbin/groupadd -r -f partimag > /dev/null 2>&1 ||:
/usr/sbin/useradd -g partimag -d /home/partimag -r -s /bin/bash partimag > /dev/null 2>&1 ||:

%post
dir=/var/lib/partimage
if [ ! -d $dir ]; then 
    mkdir -p $dir/{dev,etc,%{_lib},var/log}
    cp -a /dev/{null,tty} $dir/dev
    cp /%{_lib}/{libnss_compat.so.2,libnss_files.so.2} $dir/%{_lib}
    grep partimag /etc/passwd > $dir/etc/passwd
    grep partimag /etc/group > $dir/etc/group
    install -d -o partimag $dir/data
fi
# now all you have to do is run partimaged -D --chroot /var/lib/partimage
%_post_service partimaged
%_create_ssl_certificate partimage -g partimag

%preun
%_preun_service partimaged

#----------------------------------------------------------------------------

%prep
%setup -q
%patch3 -p1
%patch12 -p1 -b .lzma
%patch13 -p1 -b .splash
%patch14 -p1 -b .zlib

for i in %{_datadir}/automake-1.*/mkinstalldirs; do cp -f $i .; done

%build
autoreconf -fi
cp %{_datadir}/gettext/config.rpath .
%configure2_5x
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_infodir}/*

install -m644 %{SOURCE1} -D %{buildroot}%{_mandir}/man1/partimage.1
install -m644 %{SOURCE2} -D %{buildroot}%{_mandir}/man8/partimaged.8
install -m644 %{SOURCE3} -D %{buildroot}%{_mandir}/man5/partimagedusers.5
install -m644 %{SOURCE4} -D %{buildroot}%{_sysconfdir}/sysconfig/partimaged
install -m755 %{SOURCE5} -D %{buildroot}%{_initrddir}/partimaged

cat > README.mdv <<EOF
Mandriva RPM specific notes

setup
-----
In order to comply with ROSA SSL certificates policy, partimage binary has
been modified to use the following files:
- /etc/pki/tls/certs/partimage.pem instead of default
  /etc/partimaged/partimaged.cert
- /etc/pki/tls/private/partimage.pem instead of default
  /etc/partimaged/partimaged.key
EOF

%find_lang %{name}



%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.9-3
+ Revision: cc37f12
- Run autoreconf before configure, minor spec cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17911 |14mr|passwd-0.79-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The passwd utility for setting/changing passwords using PAM
Name:		passwd
Version:	0.79
Release:	3
License:	BSD
Group:		System/Base
Url:		https://fedorahosted.org/passwd/
Source0:	https://fedorahosted.org/releases/p/a/passwd/%{name}-%{version}.tar.bz2
BuildRequires:	audit-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libuser)
BuildRequires:	pkgconfig(popt)
Requires:	pam
Requires:	libuser

%description
The passwd package contains a system utility (passwd) which sets
and/or changes passwords, using PAM (Pluggable Authentication
Modules).

%files -f %{name}.lang
%config(noreplace) %{_sysconfdir}/pam.d/passwd
%attr(4511,root,shadow) %{_bindir}/passwd
%{_mandir}/man1/passwd.1*
%lang(ja) %{_mandir}/ja/man1/passwd.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--without-selinux \
	--without-pwdb \
	--with-audit \
	--with-libuser \
	--disable-rpath

%make

%install
%makeinstall_std

install -m644 passwd.pamd -D %{buildroot}%{_sysconfdir}/pam.d/passwd

%find_lang %{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.79-3
+ Revision: db2efec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17912 |14mr|patch-2.7.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The GNU patch command, for modifying/upgrading files
Name:		patch
Version:	2.7.1
Release:	8
License:	GPLv3+
Group:		Text tools
Url:		http://www.gnu.org/directory/GNU/patch.html
Source0:	ftp://ftp.gnu.org/gnu/patch/%{name}-%{version}.tar.xz
Source1:	ftp://ftp.gnu.org/gnu/patch/%{name}-%{version}.tar.xz.sig
Patch3:		patch-2.6-stderr.patch
Patch6:		patch-2.6-fix-str-fmt.patch
Patch7:		patch-remove-empty-dir.patch
Patch8:		patch-2.7.1-fix-segfault-in-parsing-of-incorrect-args.patch
# debian patches:
Patch103:	lenny-options.diff
BuildRequires:	attr-devel

%description
The patch program applies diff files to originals.  The diff command
is used to compare an original to a changed file.  Diff lists the
changes made to the file.  A person who has the original file can then
use the patch command with the diff file to add the changes to their
original file (patching the file).

Patch should be installed because it is a common way of upgrading
applications.

%files
%doc NEWS README AUTHORS ChangeLog
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7.1-8
+ Revision: 814562a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17913 |14mr|pavucontrol-0.9.10-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Volume control for Pulseaudio sound server for Linux
Name:		pavucontrol
Version:	0.9.10
Release:	14
License:	GPLv2+
Group:		Sound
Url:		http://0pointer.de/lennart/projects/pavucontrol
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Patch1:		pavucontrol-coling-history-branch.patch
Patch2:		pavucontrol-peak-detect-survive-move.patch
Patch3:		pavucontrol-0.9.10-now-l10n-ru.patch
Patch100:	0100-Split-out-the-creation-of-the-PA-context-a-little.patch
Patch101:	0101-streamwidget-Fix-a-compile-warning.patch
Patch102:	0102-mainwindow-Add-a-method-to-remove-all-widgets-e.g.-o.patch
Patch103:	0103-main-Automatically-reconnect-to-PA-upon-disconnectio.patch
Patch104:	0104-connection-Show-a-nice-label-when-connecting-to-PA.patch
Patch105:	0105-source-outputs-Fix-a-bug-where-the-no-streams-label-.patch
Patch106:	0106-main-Cleanup-labels-after-connection-rework.patch
Patch107:	0107-mainwindow-Compact-iterator-decls.patch
Patch108:	0108-mainwindow-Save-restore-window-size.patch
Patch109:	0109-mainwindow-Fix-clearing-out-of-clients.patch
Patch110:	0110-main-Add-a-tab-command-line-argument-to-force-a-give.patch
Patch111:	0111-main-Format-string-fixes.patch
Patch112:	0112-source-outputs-Source-outputs-do-not-support-volume-.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	lynx
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libglademm-2.4)
BuildRequires:	pkgconfig(libpulse)
Requires:	pulseaudio
Requires(post,postun):	desktop-file-utils
Provides:	pulseaudio-volume-control = %{EVRD}

%description
Pulseaudio Volume Control (pavucontrol) is a simple GTK based volume control
tool for the Pulseaudio sound server. In contrast to classic mixer tools this
one allows you to control both the volume of hardware devices and of each
playback stream separately.

%files -f %{name}.lang
%doc README LICENSE
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/%{name}.glade
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
echo "clean:" > Makefile
./bootstrap.sh -V
%configure2_5x
%make

%install
%makeinstall_std

sed -i "s/^Icon=.*/Icon=%{name}/" %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="" \
	--add-category="GTK" \
	--add-category="X-MandrivaLinux-Multimedia-Sound" \
	--add-category="X-MandrivaLinux-CrossDesktop" \
	--remove-category="Application" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

# Icons
install -D -m 0644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 0644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png

%find_lang %{name}


%changelog
* Mon Sep 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.10-14
+ Revision: 1794c4e
- Improve Russian l10n patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17914 |14mr|pavumeter-0.9.3-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pavumeter
%define version 0.9.3
%define release   13
%define title Pulseaudio Volume Meter
%define longtitle Volume meter for Pulseaudio sound server for Linux

Summary: Volume meter for Pulseaudio sound server for Linux
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.gz
Source1: %{name}-16.png
Source2: %{name}-32.png
License: LGPL
Group: Sound
Url: http://0pointer.de/lennart/projects/pavumeter
BuildRequires: gtkmm2.4-devel
BuildRequires: pkgconfig(libglademm-2.4)
BuildRequires: pkgconfig(libpulse) >= 0.9.7
BuildRequires: desktop-file-utils
BuildRequires: lynx
BuildRequires: desktop-file-utils
Requires: pulseaudio
Provides: pulseaudio-volume-meter

%description
Pulseaudio Volume Meter (pavumeter) is a simple GTK volume meter 
for the Pulseaudio sound server.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

sed -i "s/^Icon=.*/Icon=%{name}/" %{buildroot}%{_datadir}/applications/%{name}.desktop
sed -i "s/^Icon=.*/Icon=%{name}-record/" %{buildroot}%{_datadir}/applications/%{name}-record.desktop
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GTK" \
  --add-category="X-MandrivaLinux-Multimedia-Sound" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*.desktop

# Icons
install -D -m 0644 %SOURCE1 %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 0644 %SOURCE2 %{buildroot}%{_iconsdir}/%{name}.png
ln -s %{name}.png %{buildroot}%{_miconsdir}/%{name}-record.png
ln -s %{name}.png %{buildroot}%{_iconsdir}/%{name}-record.png

%if %mdkversion < 200900
%post
%update_desktop_database
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_desktop_database
%clean_menus
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README LICENSE
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-record.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}-record.png
%{_iconsdir}/%{name}-record.png





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.3-13
+ Revision: 1bf3367
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17915 |14mr|pax-3.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: POSIX File System Archiver
Name: pax
Version: 3.4
Release: 11
License: GPL
Group: Archiving/Backup
Source: ftp://ftp.suse.com/pub/people/kukuk/pax/%{name}-%{version}.tar.bz2
Patch0: pax-3.4-gcc46.patch
BuildRoot: %{_tmppath}/%{name}-root
URL:	ftp://ftp.suse.com/pub/people/kukuk/pax/

%description
'pax' is the POSIX standard archive tool.  It supports the two most
common forms of standard Unix archive (backup) files - CPIO and TAR.

%prep
%setup -q
%patch0 -p0

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS NEWS README THANKS
%{_bindir}/pax
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.4-11
+ Revision: 1383b65
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17916 |14mr|pbm2l2030-1.4-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Driver for the Lexmark 2030 printer
Name:		pbm2l2030
Version:	1.4
Release:	14
Group:		System/Printing
License:	GPL
URL:		http://home.fhtw-berlin.de/~s0226426/projects/pbm2l2030_faq.html
Source0:	http://home.fhtw-berlin.de/~s0226426/projects/pbm2l2030-1.4.tar.bz2
Patch0:		pbm2l2030-1.4-LDFLAGS.diff
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Lexmark 2030 Color Jetprinter printer driver.

%prep

%setup -c -q
%patch0 -p0

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

install -m 0755 %{name} %{buildroot}%{_bindir}/

%clean
rm -rf %{_builddir}/%{name}-%{version}
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc README* LICENSE 
%attr(0755,root,root) %{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-14
+ Revision: 065dfc1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17917 |14mr|pbm2lwxl-0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A driver for the CoStar Labelwriter XL
Name:		pbm2lwxl
Version:	0
Release:	11
License:	GPL
Group:		System/Printing
URL:		http://www.freelabs.com/~whitis/software/pbm2lwxl
Source0:	http://www.freelabs.com/~whitis/software/pbm2lwxl/pbm2lwxl.tar.gz
Patch0:		pbm2lwxl-20040515-path.patch
Patch1:		pbm2lwxl-LDFLAGS.diff
Requires:	mpage
Requires:	ghostscript
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
A driver for the CoStar printers:
 o LabelWriter II
 o LabelWriter XL+
 o Labelwriter XL
 o EL40
 o EL60
 o Turbo
 o SE250
 o SE250+
 o ASCII
 o ASCII+
 o LW300
 o LW330
 o LW330 Turbo

And Avery Printers:
 o Personal Label Printer and Personal Label Printer+???

%prep

%setup -q -c -T -a0
%patch0 -p1 -b .path
%patch1 -p0 -b .LDFLAGS

%build
make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

install -m0755 pbm2lwxl %{buildroot}%{_bindir}/
install -m0755 ps2lwxl %{buildroot}%{_bindir}/
install -m0755 txt2lwxl %{buildroot}%{_bindir}/
install -m0755 small2lwxl %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README index.html license.html
%attr(0755,root,root) %{_bindir}/pbm2lwxl
%attr(0755,root,root) %{_bindir}/ps2lwxl
%attr(0755,root,root) %{_bindir}/small2lwxl
%attr(0755,root,root) %{_bindir}/txt2lwxl



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0-11
+ Revision: 532dc14
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17918 |14mr|pbmtozjs-0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Driver for the HP LaserJet 1000 GDI printers
Name: 		pbmtozjs
Version:	0
Release:	13
License:	GPL
Group:		System/Printing
URL:		http://www.linuxprinting.org/download/printing/pbmtozjs.c
Source0:	http://www.linuxprinting.org/download/printing/pbmtozjs.c
BuildRequires:	jbig-devel
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
Driver for the HP LaserJet 1000 GDI printers. Perhaps it also works with some
other GDI printers made by QMS and Minolta (these manufacturer names appear in
the driver's source code).

%prep

%setup -q -c -T -n %{name}
cp %{SOURCE0} .

head -34 pbmtozjs.c | tail -33 > pbmtozjs.txt

%build
ln -s %{_includedir}/jbig.h .
%{__cc} %{optflags} %{ldflags} -o pbmtozjs pbmtozjs.c -ljbig


%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

install -m0755 pbmtozjs %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc pbmtozjs.txt
%attr(0755,root,root) %{_bindir}/pbmtozjs



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0-13
+ Revision: 12370e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17919 |14mr|pciutils-3.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# when updating, please rebuild ldetect as it is compiled against this static library

%bcond_with	bootstrap
%bcond_with	diet
%bcond_with	uclibc

%define	major	3
%define	libname	%mklibname pci %{major}
%define	devname	%mklibname pci -d

Summary:	PCI bus related utilities
Name:		pciutils
Version:	3.2.0
Release:	6
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
Source0:	ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
Patch0:		pciutils-3.0.3-use-stdint.patch
Patch10:	pciutils-3.1.2-pcimodules.patch
Patch11:	pciutils-3.0.3-cardbus-only-when-root.patch
# allow build with dietlibc, using sycall() and sys/io.h
Patch20:	pciutils-2.2.6-noglibc.patch
# allow build with dietlibc, not using unsupported features:
Patch21:	pciutils-3.0.3-fix-compiliing-w-diet.patch
Patch22:	pciutils-3.1.10-LDFLAGS.patch

# upstream fixes / addons
Patch51:	0001-lspci-Display-CardBus-bridge-capabilities.patch
Patch52:	0002-lspci-Fully-decode-ASPM-support-from-Link-Capabiliti.patch
Patch53:	0003-lspci-Add-L1-PM-Substate-capability-reporting.patch
Patch54:	0004-Added-a-test-case-for-the-L1-PM-capability.patch
Patch55:	0005-lspci-Make-output-of-L1-PM-cap-consistent-with-other.patch

# Fedora patches
# (TV) all but 106 & 109 (which we disabled) were droped by fedora!
# don't segfault on systems without PCI bus (rhbz #84146)
Patch102:	pciutils-2.1.10-scan.patch
# use pread/pwrite, ifdef check is obsolete nowadays
Patch103:	pciutils-havepread.patch
# change pci.ids directory to hwdata
Patch106:	pciutils-2.2.1-idpath.patch
# multilib support
Patch108:	pciutils-3.0.2-multilib.patch
# add support for directory with another pci.ids
Patch109:	pciutils-dir-d.patch
# platform support 3x
Patch110:	pciutils-2.2.10-sparc-support.patch
Patch111:	pciutils-3.0.1-superh-support.patch
Patch112:	pciutils-3.1.8-arm.patch

# needed to support modaliases so lspci -k gives correct output
BuildRequires:	kmod-devel
%if %{with diet}
BuildRequires:	dietlibc-devel
%endif
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.33.2
%endif
%if !%{with bootstrap}
Requires:	pciids
%endif
# matching lib is always needed (mga #10661)
Requires:	%{libname} = %{EVRD}
Requires:	hwdata
Provides:	pciids = %{EVRD}

%description
This package contains various utilities for inspecting and setting
devices connected to the PCI bus.

%files
%doc README ChangeLog pciutils.lsm
%{_mandir}/man8/*
%{_bindir}/lspci
%{_bindir}/pcimodules
%{_bindir}/setpci
%{_sbindir}/update-pciids

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The PCI library
Group:		System/Libraries

%description -n	%{libname}
This package contains a dynamic library for inspecting and setting
devices connected to the PCI bus.

%files -n %{libname}
%{_libdir}/libpci.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Linux PCI development library
Group:		Development/C
Requires:	%{libname}  = %{EVRD}
Provides:	pciutils-devel = %{EVRD}

%description -n	%{devname}
This package contains a library for inspecting and setting
devices connected to the PCI bus.

%files -n %{devname}
%doc TODO
%{_libdir}/*.a
%{_libdir}/*.so
%if %{with diet}
%{_prefix}/lib/dietlibc/lib-%{_arch}/libpci.a
%endif
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libpci.a
%endif
%dir %{_includedir}/pci
%{_includedir}/pci/*.h
%{_libdir}/pkgconfig/libpci.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch10 -p1
%patch11 -p0
%patch20 -p1
%patch21 -p1
%patch22 -p1

%patch51 -p1
%patch52 -p1
%patch53 -p1
%patch54 -p1
%patch55 -p1

%patch102 -p1 -b .scan~
%patch103 -p1 -b .pread~
%patch106 -p1 -b .idpath~
%patch108 -p1 -b .multilib~
# fixme:?
%patch109 -p1 -b .dird~
%patch110 -p1 -b .sparc~
%patch111 -p1 -b .superh~
%patch112 -p1 -b .arm~

%build
sed -i -e 's|^SRC=.*|SRC="http://pciids.sourceforge.net/pci.ids"|' update-pciids.sh

%if %{with diet}
%make PREFIX=%{_prefix} ZLIB=no OPT="-Os -D__USE_DIETLIBC" LDFLAGS="%{ldflags}" CC="diet gcc" DNS=no IDSDIR="/usr/share/hwdata" PCI_IDS="pci.ids" lib/libpci.a
cp lib/libpci.a libpci.a.diet
make clean
%endif
%if %{with uclibc}
%make PREFIX=%{_prefix} ZLIB=no OPT="%{uclibc_cflags}" LDFLAGS="%{ldflags}" CC="%{uclibc_cc}" DNS=no IDSDIR="/usr/share/hwdata" PCI_IDS="pci.ids" lib/libpci.a
cp lib/libpci.a libpci.a.uclibc
make clean
%endif

%make PREFIX=%{_prefix} OPT="%{optflags} -fPIC" ZLIB=no SHARED=no DNS=no LDFLAGS="%{ldflags}" IDSDIR="/usr/share/hwdata" PCI_IDS="pci.ids" lib/libpci.a 
cp lib/libpci.a lib/libpci.a.libc
make clean

# do not build with zlib support since it's useless (only needed if we compress
# pci.ids which we cannot do since hal mmaps it for memory saving reason)
%make PREFIX=%{_prefix} OPT="%{optflags} -fPIC" ZLIB=no SHARED=yes LDFLAGS="%{ldflags}" IDSDIR="/usr/share/hwdata" PCI_IDS="pci.ids"

%install
install -d %{buildroot}{%{_bindir},%{_sbindir},%{_mandir}/man8,%{_libdir}/pkgconfig,%{_includedir}/pci}

install pcimodules lspci setpci %{buildroot}%{_bindir}
install update-pciids %{buildroot}%{_sbindir}
install -m 644 pcimodules.man lspci.8 setpci.8 %{buildroot}%{_mandir}/man8
install -m 644 lib/libpci.a.libc %{buildroot}%{_libdir}/libpci.a
install lib/libpci.so.%{major}.* %{buildroot}%{_libdir}
ln -s libpci.so.3 %{buildroot}%{_libdir}/libpci.so
%if %{with diet}
install -m644 libpci.a.diet -D %{buildroot}%{_prefix}/lib/dietlibc/lib-%{_arch}/libpci.a
%endif
%if %{with uclibc}
install -m644 libpci.a.uclibc -D %{buildroot}%{uclibc_root}%{_libdir}/libpci.a
%endif

install -m 644 lib/{pci.h,header.h,config.h,types.h} %{buildroot}%{_includedir}/pci
install -m 644 lib/libpci.pc %{buildroot}%{_libdir}/pkgconfig/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.0-6
+ Revision: 43d7a7c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17920 |14mr|pcmanfm-1.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PCMan File Manager
Name:		pcmanfm
Version:	1.2.0
Release:	3
License:	GPLv2+
Group:		File tools
Url:		http://pcmanfm.sourceforge.net/
Source0:	http://dfn.dl.sourceforge.net/sourceforge/pcmanfm/%{name}-%{version}.tar.xz
Patch0:		pcmanfm-0.9.8-mdv-default-config.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libfm)
Requires:	gksu
Requires:	gnome-icon-theme
Requires:	shared-mime-info
Suggests:	gvfs
Conflicts:	lxde-common < 0.5.0

%description
PCMan File Manager is an extremely fast and lightweight file manager which
features tabbed browsing and user-friendly interface.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}
%{_sysconfdir}/xdg/%{name}/default/pcmanfm.conf
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/applications/%{name}-desktop-pref.desktop
%{_datadir}/man/man1/pcmanfm.1.xz

#----------------------------------------------------------------------------

%package devel
Summary:	Developement files for %{name}
Group:		Development/C

%description devel
This package contains header files needed when building applications based on
%{name}.

%files devel
%{_includedir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--with-gtk=2
%make

%install
%makeinstall_std

%find_lang %{name}

# clean .desktop file
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="System;FileTools" \
  --remove-mime-type="x-directory/normal" \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/%{name}.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-3
+ Revision: 37415a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17921 |14mr|pcmcia-cis-firmware-3.2.8-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define old_name pcmcia-cs

Summary: PCMCIA CIS overrides
Name: pcmcia-cis-firmware
Version: 3.2.8
Release: 9
Source0: http://pcmcia-cs.sourceforge.net/ftp/%{old_name}-%{version}.tar.bz2
License: GPL
Group: System/Kernel and hardware
Url: http://pcmcia-cs.sf.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch


%description
This package contains PCMCIA "CIS" files (sort of "firmware"
overrides), needed for some PCMCIA cards to work properly.

%prep
%setup -q -n %{old_name}-%{version}

%build

%install
rm -rf %{buildroot}
install -d -m0755 %{buildroot}/lib/firmware
pushd etc/cis
for f in *.dat; do
  install -m0644 $f %{buildroot}/lib/firmware/${f%.dat}.cis
done
popd

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
/lib/firmware/*.cis





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.8-9
+ Revision: 0681cb9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17922 |14mr|pcmciautils-018-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for the hotpluggable PCMCIA subsystem
Name:		pcmciautils
Version:	018
Release:	2
License:	GPLv2
Group:		System/Kernel and hardware
Url:		http://www.kernel.org/pub/linux/utils/kernel/pcmcia/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		makefile_fix.patch
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	sysfsutils-devel

%description
PCMCIAutils contains hotplug scripts and initialization tools
necessary to allow the PCMCIA subsystem to behave (almost) as every
other hotpluggable bus system (e.g. USB, IEEE1394).

Please note that the kernel support for this new feature is only
present since 2.6.13-rc1.

%prep
%setup -q
%apply_patches

%build
%make LD=%{__cc} CC=%{__cc} V=1 OPTIMIZATION="%{optflags}" LDFLAGS="%{ldflags}" STRIPCMD=/bin/true

%install
%makeinstall_std

%files
%config(noreplace) %{_sysconfdir}/pcmcia/config.opts
/sbin/lspcmcia
/sbin/pccardctl
/lib/udev/rules.d/60-pcmcia.rules
/lib/udev/pcmcia-check-broken-cis
/lib/udev/pcmcia-socket-startup
%{_mandir}/man*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 018-2
+ Revision: 23ef875
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17923 |14mr|pcre0-8.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pcre
%define pcre_major 0
%define libname	%mklibname pcre %{pcre_major}

Summary: 	Perl-compatible regular expression library
Name:	 	pcre0
Version:	8.21
Release:	3
License: 	BSD-Style
Group:  	File tools
URL: 		http://www.pcre.org/
Source0:	ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%oname-%version.tar.bz2
Source1:	ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%oname-%version.tar.bz2.sig
BuildRequires:	autoconf automake libtool
Patch1:		pcre-0.6.5-fix-detect-into-kdelibs.patch
Patch2:		pcre-linkage_fix.diff
# from debian:
Patch4:		pcre-pcreposix-glibc-conflict.patch

%description
PCRE has its own native API, but a set of "wrapper" functions that are based on
the POSIX API are also supplied in the library libpcreposix. Note that this
just provides a POSIX calling interface to PCRE: the regular expressions
themselves still follow Perl syntax and semantics. 
This package contains a grep variant based on the PCRE library.

%package -n	%{libname}
Group:		System/Libraries
Summary:	Perl-compatible regular expression library

%description -n	%{libname}
This package contains the shared library libpcre compat.

%prep
%setup -qn %{oname}-%{version}
%patch1 -p1 -b .detect_into_kdelibs
%patch2 -p0
%patch4 -p1 -b .symbol-conflict

# bork
perl -pi -e "s|ln -s|ln -snf|g" Makefile.am

%build
mkdir -p m4
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-utf \
	--enable-unicode-properties \
	--enable-jit

%make

%check
export LC_ALL=C
# Tests, patch out actual pcre_study_size in expected results
#echo 'int main() { printf("%d", sizeof(pcre_study_data)); return 0; }' | \
#%{__cc} -xc - -include "pcre_internal.h" -I. -o study_size
#STUDY_SIZE=`./study_size`
#perl -pi -e "s,(Study size\s+=\s+)\d+,\${1}$STUDY_SIZE," testdata/testoutput*
make check

%install
rm -rf %{buildroot}
%makeinstall_std

install -d %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libpcre.so.%{pcre_major}.* %{buildroot}/%{_lib}/
pushd %{buildroot}%{_libdir}
    ln -s ../../%{_lib}/lib%{oname}.so.%{pcre_major}.* .
popd

rm -fr %{buildroot}/%{_datadir} \
	%{buildroot}/%{_includedir} \
	%{buildroot}/%{_bindir} \
	%{buildroot}/%{_libdir}/pkgconfig \
	%{buildroot}/%{_libdir}/libpcre[a-z]* \
	%{buildroot}/%{_libdir}/libpcre.so

%files -n %{libname}
/%{_lib}/libpcre.so.%{pcre_major}*
%{_libdir}/libpcre.so.%{pcre_major}*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 8.21-3
+ Revision: 8c5dff3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17924 |14mr|pcre-8.35-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pcre_major 1
%define pcre16_major 0
%define pcrecpp_major 0
%define pcreposix1_major 1
%define pcreposix0_major 0

%define libname %mklibname pcre %{pcre_major}
%define libname16 %mklibname pcre16_ %{pcre16_major}
%define libnamecpp %mklibname pcrecpp %{pcrecpp_major}
%define libnameposix1 %mklibname pcreposix %{pcreposix1_major}
%define libnameposix0 %mklibname pcreposix %{pcreposix0_major}
%define devname %mklibname pcre -d
%define sdevname %mklibname pcre -d -s

%define build_pcreposix_compat 1
%bcond_with crosscompile

Summary:	Perl-compatible regular expression library
Name:		pcre
Version:	8.35
Release:	2
License:	BSD-Style
Group:		File tools
Url:		http://www.pcre.org/
Source0:	ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
Patch0:		pcre-0.6.5-fix-detect-into-kdelibs.patch
Patch1:		pcre-linkage_fix.diff
Patch2:		pcre-8.21-multilib.patch
Patch3:		pcre-8.35-Do-not-rely-on-wrapping-signed-integer-while-parsein.patch
# from debian:
Patch5:		pcre-pcreposix-glibc-conflict.patch
BuildRequires:	libtool

%description
PCRE has its own native API, but a set of "wrapper" functions that are based on
the POSIX API are also supplied in the library libpcreposix. Note that this
just provides a POSIX calling interface to PCRE: the regular expressions
themselves still follow Perl syntax and semantics.

This package contains a grep variant based on the PCRE library.

%files
%doc AUTHORS COPYING LICENCE NEWS README
%{_bindir}/pcregrep
%{_bindir}/pcretest
%{_mandir}/man1/pcregrep.1*
%{_mandir}/man1/pcretest.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Perl-compatible regular expression library
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library libpcre.

%files -n %{libname}
/%{_lib}/libpcre.so.%{pcre_major}*

#----------------------------------------------------------------------------

%package -n %{libname16}
Summary:	Perl-compatible regular expression library
Group:		System/Libraries
Conflicts:	%{_lib}pcre1 < 8.30-3

%description -n %{libname16}
This package contains the shared library libpcre16.

%files -n %{libname16}
%{_libdir}/libpcre16.so.%{pcre16_major}*

#----------------------------------------------------------------------------

%package -n %{libnamecpp}
Summary:	Perl-compatible regular expression library
Group:		System/Libraries
Conflicts:	%{_lib}pcre1 < 8.30-3

%description -n %{libnamecpp}
This package contains the shared library libpcrecpp.

%files -n %{libnamecpp}
%{_libdir}/libpcrecpp.so.%{pcrecpp_major}*

#----------------------------------------------------------------------------

%package -n %{libnameposix1}
Summary:	Perl-compatible regular expression library
Group:		System/Libraries
Conflicts:	%{_lib}pcre1 < 8.30-3

%description -n %{libnameposix1}
This package contains the shared library libpcreposix.

%files -n %{libnameposix1}
/%{_lib}/libpcreposix.so.%{pcreposix1_major}*

#----------------------------------------------------------------------------

%package -n %{libnameposix0}
Summary:	Perl-compatible regular expression library
Group:		System/Libraries
Conflicts:	%{_lib}pcre1 < 8.30-3
Conflicts:	%{_lib}pcre0 < 8.21

%description -n %{libnameposix0}
This package contains the shared library libpcreposix compat.

%files -n %{libnameposix0}
%{_libdir}/libpcreposix.so.%{pcreposix0_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for pcre development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libname16} = %{EVRD}
Requires:	%{libnamecpp} = %{EVRD}
Requires:	%{libnameposix1} = %{EVRD}
Requires:	%{libnameposix0} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Install this package if you want do compile applications using the PCRE
library.

The header file for the POSIX-style functions is called pcreposix.h. The
official POSIX name is regex.h, but I didn't want to risk possible problems
with existing files of that name by distributing it that way. To use it with an
existing program that uses the POSIX API, it will have to be renamed or pointed
at by a link.

%files -n %{devname}
%doc doc/html ChangeLog
%{_bindir}/pcre-config
%{_libdir}/lib*.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/libpcre16.pc
%{_libdir}/pkgconfig/libpcrecpp.pc
%{_libdir}/pkgconfig/libpcre.pc
%{_libdir}/pkgconfig/libpcreposix.pc
%{_mandir}/man1/pcre-config.1*
%{_mandir}/man3/*.3*

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Library file for linking statically to PCRE
Group:		Development/C
Requires:	%{devname} = %{EVRD}

%description -n %{sdevname}
Library file for linking statically to PCRE.

%files -n %{sdevname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .detect_into_kdelibs
%patch1 -p0
%patch2 -p1
%patch3 -p1

# bork
sed -i -e "s|ln -s|ln -snf|g" Makefile.am

%if %{build_pcreposix_compat}
  # pcre-pcreposix-glibc-conflict patch below breaks compatibility,
  # create a libpcreposix.so.0 without the patch
  cp -a . ../pcre-with-pcreposix_compat && mv ../pcre-with-pcreposix_compat .
%endif
%patch5 -p1 -b .symbol-conflict

%build
%if %{build_pcreposix_compat}
dirs="pcre-with-pcreposix_compat ."
%else
dirs="."
%endif
for i in $dirs; do
  cd $i
  mkdir -p m4
  autoreconf -fi
  # The static lib is needed for qemu-static-* targets.
  # Please don't remove it.
  %configure2_5x \
	--enable-static \
%ifarch %{ix86} x86_64 %{arm}
	--enable-jit \
%endif
	--enable-utf \
	--enable-pcre16 \
	--enable-unicode-properties
  %make
  cd -
done

%install
%if %{build_pcreposix_compat}
%makeinstall_std -C pcre-with-pcreposix_compat
%endif
%makeinstall_std

install -d %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libpcre.so.%{pcre_major}.* %{buildroot}/%{_lib}
# strange thing 
# see https://issues.openmandriva.org/show_bug.cgi?id=389
%if %{with crosscompile}
ln -srf %{buildroot}/%{_lib}/libpcre.so.%{pcre_major}.*.* %{buildroot}/%{_lib}/libpcre.so.1
%endif
ln -srf %{buildroot}/%{_lib}/libpcre.so.%{pcre_major}.*.* %{buildroot}%{_libdir}/libpcre.so
mv %{buildroot}%{_libdir}/libpcreposix.so.%{pcreposix1_major}.* %{buildroot}/%{_lib}
ln -srf %{buildroot}/%{_lib}/libpcreposix.so.%{pcreposix1_major}.*.* %{buildroot}%{_libdir}/libpcreposix.so

# Remove unwanted files
rm -rf %{buildroot}%{_docdir}/pcre*

%check
export LC_ALL=C
# Tests, patch out actual pcre_study_size in expected results
#echo 'int main() { printf("%d", sizeof(pcre_study_data)); return 0; }' | \
#%{__cc} -xc - -include "pcre_internal.h" -I. -o study_size
#STUDY_SIZE=`./study_size`
#perl -pi -e "s,(Study size\s+=\s+)\d+,\${1}$STUDY_SIZE," testdata/testoutput*
make check


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 8.35-2
+ Revision: fb29949
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17925 |14mr|pcsc-lite-1.8.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define pcscspy_major 0
%define libname %mklibname pcsclite %{major}
%define pcscspy_libname %mklibname pcscspy %{pcscspy_major}
%define develname %mklibname pcsclite -d

Summary:	M.U.S.C.L.E. PC/SC Framework for Linux
Name:		pcsc-lite
Version:	1.8.6
Release:	2
License:	BSD-like
Group:		System/Servers
URL:		http://pcsclite.alioth.debian.org
Source0:	https://alioth.debian.org/frs/download.php/3695/pcsc-lite-%{version}.tar.bz2
Source1:	https://alioth.debian.org/frs/download.php/3695/pcsc-lite-%{version}.tar.bz2.asc

BuildRequires:	doxygen
BuildRequires:	udev-devel
BuildRequires:	usb1-devel

Requires:	%{libname} = %{version}

%description
The purpose of PC/SC Lite is to provide a Windows(R) SCard interface
in a very small form factor for communicating to smartcards and
readers.  PC/SC Lite uses the same winscard API as used under
Windows(R).  This package includes the PC/SC Lite daemon, a resource
manager that coordinates communications with smart card readers and
smart cards that are connected to the system, as well as other command
line tools.

%package -n	%{libname}
Summary:	Muscle PCSC Framework for Linux libraries
Group:		System/Libraries
Provides:	libpcsclite%{major} = %{version}-%{release}

%description -n	%{libname}
The purpose of PCSC Lite is to provide a Windows(R) SCard interface in a
very small form factor for communicating to smartcards and readers.
PCSC Lite uses the same winscard api as used under Windows(R).

The %{name}-devel package contains the header files and libraries
needed for compiling PCSC Lite programs. If you want to develop PCSC Lite-aware
programs, you'll need to install this package.

This package was tested to work with A.E.T. Europe B.V. SafeSign. This
package is suported by A.E.T. Europe B.V. when used in combination with
SafeSign.

%package -n	pcsc-spy
Summary:	PCSC API spy
Group:		System/Libraries

Requires:	python
Requires:	pcsc-lite
Requires:	%{pcscspy_libname} = %{version}

%description -n	pcsc-spy
The purpose of pcsc-spy is to spy all the calls between the PC/SC client
and the PC/SC library.

%package -n	%{pcscspy_libname}
Summary:	PCSC Smart Card Library
Group:		System/Libraries

%description -n	%{pcscspy_libname}
Supporting library for the PC/SC spy tool.

%package -n	%{develname}
Summary:	Muscle PCSC Framework for Linux development files
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Requires:	%{pcscspy_libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libpcsclite-devel = %{version}-%{release}
Obsoletes:	%mklibname -d pcsclite 1

%description -n	%{develname}
The purpose of PCSC Lite is to provide a Windows(R) SCard interface in a
very small form factor for communicating to smartcards and readers.
PCSC Lite uses the same winscard api as used under Windows(R).

The %{name}-devel package contains the header files and libraries
needed for compiling PCSC Lite programs. If you want to develop PCSC Lite-aware
programs, you'll need to install this package.

This package was tested to work with A.E.T. Europe B.V. SafeSign. This
package is suported by A.E.T. Europe B.V. when used in combination with
SafeSign.

%package	doc
Summary:	PC/SC Lite developer documentation
Group:		Development/Other
Buildarch:	noarch

%description	doc
%{summary}.


%prep
%setup -q

%build
%serverbuild
%configure2_5x --disable-static \
   --enable-ipcdir=%{_localstatedir}/run \
   --enable-usbdropdir=%{_libdir}/pcsc/drivers
%make
doxygen doc/doxygen.conf; rm -f doc/api/*.{map,md5}

%install
%makeinstall_std

# service files
install -d %{buildroot}%{_unitdir}
install -m 644 etc/pcscd.service %{buildroot}%{_unitdir}/pcscd.service
install -m 644 etc/pcscd.socket %{buildroot}%{_unitdir}/pcscd.socket

rm -f %{buildroot}/%{_libdir}/*.la

# Create empty directories
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d
mkdir -p $RPM_BUILD_ROOT%{_libdir}/pcsc/drivers
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/pcscd

%post
%_post_service pcscd
# systemd hack #1 (fix if you know how to do sockets better :))
if /bin/mountpoint -q /sys/fs/cgroup/systemd; then
	/bin/systemctl disable pcscd.service > /dev/null 2>&1
	/bin/systemctl enable pcscd.socket > /dev/null 2>&1

	# Initial installation
	if [ $1 -eq 1 ] ; then
		/bin/systemctl start pcscd.socket > /dev/null 2>&1
	fi
fi

%preun
# systemd hack #2
if /bin/mountpoint -q /sys/fs/cgroup/systemd; then
	# Removal, not upgrade
	if [ $1 -eq 0 ] ; then
		/bin/systemctl disable pcscd.socket > /dev/null 2>&1
		/bin/systemctl stop pcscd.socket > /dev/null 2>&1
	fi
fi

%_preun_service pcscd

%postun
if /bin/mountpoint -q /sys/fs/cgroup/systemd; then
	/bin/systemctl daemon-reload
fi

%files
%doc AUTHORS DRIVERS HELP INSTALL NEWS README SECURITY
%doc doc/README.DAEMON
%dir %{_sysconfdir}/reader.conf.d/
%dir %{_libdir}/pcsc/drivers/
%{_unitdir}/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%{_sbindir}/*

%files -n %{libname}
%doc COPYING
%{_libdir}/libpcsc*.so.%{major}*

%files -n pcsc-spy
%{_bindir}/pcsc-spy
%{_mandir}/man1/pcsc-spy.1.*

%files -n %{pcscspy_libname}
%{_libdir}/libpcscspy.so.%{pcscspy_major}*

%files -n %{develname}
%doc ChangeLog
%{_libdir}/pkgconfig/* 
%{_includedir}/*
%{_libdir}/*.so

%files doc
%doc doc/api/ doc/example/pcsc_demo.c COPYING


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.6-2
+ Revision: da46fec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17926 |14mr|pcsc-tools-1.4.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pcsc-tools
%define version 1.4.20

%define num_release 1
%define release 2

Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPLv2+
Summary:	PCSC tools useful for a PC/SC user
Group:		Text tools
Source0:	http://ludovic.rousseau.free.fr/softwares/pcsc-tools/%{name}-%{version}.tar.gz
Source1:	http://ludovic.rousseau.free.fr/softwares/pcsc-tools/%{name}-%{version}.tar.gz.asc
Requires:	perl-pcsc-perl >= 1.4.2 ccid
Buildrequires:	pcsc-lite-devel
URL:		http://ludovic.rousseau.free.fr/softwares/pcsc-tools/

%description
This package contains some tools useful for a PC/SC user.
- pcsc_scan (Ludovic Rousseau <ludovic.rousseau@free.fr>)
    regularly scans every PC/SC reader connected to the host
    if a card is inserted or removed a "line" is printed
- ATR_analysis (Christophe Levantis and Ludovic Rousseau)
    Perl script used to parse the smart card ATR.
    This script is called (by default) by pcsc_scan
- smartcard_list.txt (Ludovic Rousseau)
    This list contains ATR of some cards. The list is used by
    ATR_analysis to find a card model corresponding to the ATR.
- scriptor (Lionel Victor <lionel.victor@unforgettable.com>)
    A Perl script to send commands to a smart card. You can use a file
    containing the commands or stdin.
- gscriptor (Lionel Victor <lionel.victor@unforgettable.com>)
    A Perl script to send commands to a smart card with GTK-based
    graphical interface.

%prep
%setup -q
bzip2 -9 Changelog

%build
%make

%install
%make DESTDIR=%{buildroot}/usr install

%files
%doc README TODO Changelog.bz2
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/pcsc/smartcard_list.txt




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.20-2
+ Revision: 01f2292
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17927 |14mr|pdisk-0.8-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.8
%define diskdev_cmds diskdev_cmds-208.11

Summary:		A partitioning tool for Apple Macintosh-style partitioned disks
Name:			pdisk
Version:		%{version}
Release:		15
License:		Apple Public Source License
Group:			System/Base

Source:			ftp://cfcl.com/pub/ev/pdisk.20000516.src.tar.bz2
Source1:		http://www.opensource.apple.com/darwinsource/tarballs/apsl/diskdev_cmds-208.11.tar.bz2
Patch0:			pdisk-changetype.patch
Patch1:			http://www.ardistech.com/hfsplus/diskdev_cmds.diff
Patch2:			pdisk-gcc-4.0.patch
Patch3:			pdisk-gcc44.patch
Patch4:			pdisk-fix-str-fmt.patch
URL:			http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
BuildRoot:		%{_tmppath}/%{name}-buildroot

%description
pdisk enables you to view and modify Apple Macintosh-style partition maps.
Normally, it is used to create Mandriva Linux partitions on your disk,
however, it can create partitions of any type, including HFS (except
it would be up to MacOS or some other tool to actually create the HFS
filesystem in that HFS partition).  pdisk won't put MacOS disk drivers
onto your disk.

%prep
%setup -q -a 1 -n pdisk
%patch0 -p1
pushd %{diskdev_cmds}
%patch1 -p1 -b .hfsplus
popd
%patch2 -p1 -b .gcc40
%patch3 -p0 -b .gcc44
%patch4 -p0 -b .str

%build
%make CFLAGS="%{optflags}"
cd %{diskdev_cmds}
%make -f Makefile.lnx

%install
mkdir -p $RPM_BUILD_ROOT/sbin
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
install -m755 pdisk $RPM_BUILD_ROOT/sbin/pdisk
install -m444 pdisk.8 $RPM_BUILD_ROOT%{_mandir}/man8
install -m755 %{diskdev_cmds}/fsck_hfs.tproj/fsck_hfs $RPM_BUILD_ROOT/sbin
install -m755 %{diskdev_cmds}/newfs_hfs.tproj/newfs_hfs $RPM_BUILD_ROOT/sbin
install -m444 %{diskdev_cmds}/newfs_hfs.tproj/newfs_hfs.8 $RPM_BUILD_ROOT%{_mandir}/man8
chmod 0444 README pdisk.html

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%doc README pdisk.html
/sbin/pdisk
/sbin/newfs_hfs
/sbin/fsck_hfs

%{_mandir}/man8/pdisk.*
%{_mandir}/man8/newfs_hfs.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8-15
+ Revision: 53cf6f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17928 |14mr|pdksh-5.2.14-33
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A public domain clone of the Korn shell (ksh)
Name:		pdksh
Version:	5.2.14
Release:	33
License:	Public Domain and BSD-like and GPLv2+
Group:		Shells
URL:		http://www.cs.mun.ca/~michael/pdksh
Source:		ftp://ftp.cs.mun.ca/pub/pdksh/%{name}-%{version}.tar.bz2
Patch0:		pdksh-5.2.14-manloc.patch
# debian patch
Patch1:		pdksh-5.2.14-debian.patch
Patch2:		pdksh-child_max.patch
Patch3:		pdksh-5.2.14-fix-str-fmt.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Provides:	/usr/bin/ksh

%description
The pdksh package contains PD-ksh, a clone of the Korn shell (ksh).
The ksh shell is a command interpreter intended for both interactive
and shell script use.  Ksh's command language is a superset of the
sh shell language.

Install the pdksh package if you want to use a version of the ksh
shell.

%prep
%setup -q
%patch0 -p1 -b .manloc
%patch1 -p1 -b .debian
%patch2 -p1 -b .jobs
%patch3 -p0 -b .str

%build
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 -DDEBIAN " %configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall
# Move ksh to /bin and create a symlink in /usr/bin
mkdir -p %{buildroot}/bin
mv %{buildroot}%{_bindir}/ksh %{buildroot}/bin/ksh
ln -s /bin/ksh %{buildroot}%{_bindir}/ksh
# Create symlinks for pdksh
ln -s /bin/ksh %{buildroot}%{_bindir}/pdksh
ln -s ksh.1 %{buildroot}%{_mandir}/man1/pdksh.1

%post
/usr/share/rpm-helper/add-shell %{name} $1 /bin/ksh

%postun
/usr/share/rpm-helper/del-shell %{name} $1 /bin/ksh

%files
%defattr(-,root,root)
%doc LEGAL README NOTES PROJECTS NEWS BUG-REPORTS
/bin/ksh
%{_bindir}/ksh
%{_bindir}/pdksh
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.2.14-33
+ Revision: 92ace1f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17929 |14mr|pentaho-libxml-1.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name libxml

Summary:	Namespace aware SAX-Parser utility library
Name:		pentaho-libxml
Version:	1.1.6
Release:	2
License:	LGPLv2+
Group:		System/Libraries 
Url:		http://reporting.pentaho.org/
Source0:	http://downloads.sourceforge.net/jfreereport/%{upstream_name}-%{version}.zip
Patch0:		pentaho-libxml-1.1.2-fix-build.patch
BuildArch:	noarch
BuildRequires:	ant
BuildRequires:	ant-contrib
BuildRequires:	ant-nodeps
BuildRequires:	java-devel >= 0:1.6.0
BuildRequires:	jpackage-utils
BuildRequires:	libbase
BuildRequires:	libloader
BuildRequires:	java-rpmbuild
Requires:	java >= 0:1.6.0
Requires:	jpackage-utils
Requires:	libbase >= 1.1.2
Requires:	libloader >= 1.1.2

%description
Pentaho LibXML is a namespace aware SAX-Parser utility library. It eases the
pain of implementing non-trivial SAX input handlers.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java	
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%patch0 -p0
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib commons-logging-api libbase libloader
cd lib
ln -s %{_javadir}/ant ant-contrib

%build
ant jar javadoc
for file in README.txt licence-LGPL.txt ChangeLog.txt; do
    tr -d '\r' < $file > $file.new
    mv $file.new $file
done

%install
mkdir -p %{buildroot}%{_javadir}
cp -p ./dist/%{upstream_name}-%{version}.jar %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
ln -s %{upstream_name}-%{version}.jar %{upstream_name}.jar
popd

mkdir -p %{buildroot}%{_javadocdir}/%{upstream_name}
cp -rp bin/javadoc/docs/api %{buildroot}%{_javadocdir}/%{upstream_name}

%files
%doc licence-LGPL.txt README.txt ChangeLog.txt
%{_javadir}/%{upstream_name}-%{version}.jar
%{_javadir}/%{upstream_name}.jar

%files javadoc
%{_javadocdir}/%{upstream_name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.6-2
+ Revision: 7ddbd47
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17930 |14mr|pentaho-reporting-flow-engine-0.9.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pentaho Flow Reporting Engine
Name:		pentaho-reporting-flow-engine
Version:	0.9.4
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://reporting.pentaho.org/
Source0:	http://downloads.sourceforge.net/jfreereport/flow-engine-%{version}.zip
BuildRequires:	ant
BuildRequires:	flute
BuildRequires:	java-devel
BuildRequires:	jpackage-utils
BuildRequires:	libbase
BuildRequires:	libfonts
BuildRequires:	libformula
BuildRequires:	liblayout
BuildRequires:	libloader
BuildRequires:	librepository
BuildRequires:	libserializer
BuildRequires:	pentaho-libxml
BuildRequires:	sac
BuildRequires:	xml-commons >= 1.4.01
Requires:	java
Requires:	jpackage-utils
Requires:	libbase >= 1.1.3
Requires:	libfonts >= 1.1.3
Requires:	pentaho-libxml
Requires:	libformula >= 1.1.3
Requires:	librepository >= 1.1.3
Requires:	sac
Requires:	flute
Requires:	liblayout >= 0.2.10
Requires:	libserializer
BuildArch:	noarch

%description
Pentaho Reporting Flow Engine is a free Java report library, formerly
known as 'JFreeReport'

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
mkdir -p lib
find . -name "*.jar" -exec rm -f {} \;
build-jar-repository -s -p lib commons-logging-api libbase libloader \
    libfonts libxml jaxp libformula librepository sac flute liblayout \
    libserializer

%build
ant jar javadoc

%install
mkdir -p %{buildroot}%{_javadir}
cp -p build/lib/flow-engine.jar %{buildroot}%{_javadir}/flow-engine.jar

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp build/api %{buildroot}%{_javadocdir}/%{name}

%files
%doc licence-LGPL.txt README.txt ChangeLog.txt
%{_javadir}/*.jar

%files javadoc
%{_javadocdir}/%{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.4-2
+ Revision: 40c90e4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17931 |14mr|pentaxpj-1.0.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pentax PocketJet Printer Driver
Name:		pentaxpj
Version:	1.0.0
Release:	12
License:	GPL
Group:		System/Printing
URL:		http://www.pragana.net/gdiprinters.html
Source0:	http://www.pragana.net/%{name}-%{version}.tar.gz
Patch0:		pentaxpj-glibc28_fix.diff
Patch1:		pentaxpj-1.0.0-LDFLAGS.diff
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Pentax PocketJet Printer Driver for the families:

 o PocketJet II
 o PocketJet 200.

%prep

%setup -q -n %{name}
%patch0 -p0
%patch1 -p0

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done
    
%build

%make CFLAGS="%{optflags} -DLONG_FORM_FEED" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_libdir}/pentaxpj
install -d %{buildroot}%{_sysconfdir}

cp -a BWidget-1.3.1 pentaxpj pentaxsetup pentax.xpm test-page.ps.gz %{buildroot}%{_libdir}/pentaxpj
ln -s %{_libdir}/pentaxpj/pentaxsetup %{buildroot}%{_sbindir}
ln -s %{_libdir}/pentaxpj/pentaxpj %{buildroot}%{_bindir}
cat > %{buildroot}%{_sysconfdir}/pentaxpj.conf <<EOF
#
set settings(driverpath) %{_libdir}/pentaxpj
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc README
%{_libdir}/pentaxpj
%config(noreplace) %{_sysconfdir}/pentaxpj.conf
%defattr(0755,root,root,0755)
%{_bindir}/pentaxpj
%{_sbindir}/pentaxsetup



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-12
+ Revision: 852103a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17932 |14mr|perl-5.18.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	bootstrap

%define threading 1
%define debugging 0

%if %{threading}
%define thread_arch -thread-multi
%endif

%define full_arch %{_arch}-%{_os}%{?thread_arch}
# Don't change to %{_libdir} as perl is clean and has arch-dependent subdirs
%define perl_root %{_prefix}/lib/perl5

%define	major	5.18
%define	libname	%mklibname perl %{major}

Summary:	The Perl programming language
Name:		perl
Epoch:		2
Version:	%{major}.2
Release:	8
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://www.perl.org/
# ftp://ftp.funet.fi/pub/languages/perl/snap/perl@17574.tbz
#ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/perl-%{version}.tar.bz2
Source0:	http://www.cpan.org/src/%{name}-%{version}.tar.bz2
Source1:	perl-headers-wanted
Source2:	perl-5.8.0-RC2-special-h2ph-not-failing-on-machine_ansi_header.patch
Patch5:		perl-5.14.0-fix_eumm_append_to_config_cflags_instead_of_overriding.patch
Patch6:		perl-5.16.0-fix-LD_RUN_PATH-for-MakeMaker.patch
Patch14:	perl-5.12.0-RC0-install-files-using-chmod-644.patch
Patch15:	perl-5.16.0-lib64.patch
Patch16:	perl-5.16.0-perldoc-use-nroff-compatibility-option.patch
#(peroyvind) use -fPIC in stead of -fpic or else compile will fail on sparc (taken from redhat)
Patch21:	perl-5.8.1-RC4-fpic-fPIC.patch
Patch23:	perl-5.12.0-patchlevel.patch
Patch29:	perl-5.14.2-rpmdebug.patch
Patch32:	perl-5.10.0-incversionlist.patch
Patch38:	perl-donot-defer-sig11.patch

Patch43:	perl-5.12.0-RC0-skip-tests-using-dev-log-for-iurt.patch
Patch44:	perl-5.16.0-h2ph-handle-relative-include.patch

# mdvbz#34505, get rid of this patch as soon as possible :-/
Patch48:	perl-5.16.0-workaround-segfault-freeing-scalar-a-second-time.patch
Patch49:	perl-5.10.0-workaround-error-copying-freed-scalar.patch
Patch50:	perl-5.16.2-link-perl-extensions-against-libperl.patch
Patch51:	perl-5.16.2-add-soname-to-libperl.patch
#
# fixes taken from debian
#
# Fix a segmentation fault occurring in the mod_perl2 test suite (debian #475498, perl #33807)
Patch65:	local_symtab.diff
Patch66:	perl-5.18.2-USE_MM_LD_RUN_PATH.patch
Patch67:	perl-5.16.0-update-sha1sum-used-in-testsuite.patch
# (tpg)https://rt.perl.org/Public/Bug/Display.html?id=121505
# gcc 4.9 by default does some optimizations that break perl
# add -fwrapv to ccflags
Patch68:	0001-perl-121505-add-fwrapv-to-ccflags-for-gcc-4.9-and-la.patch
Patch69:	perl-5.18.2-fix-AutoTrace-tests.patch

# for NDBM
BuildRequires:	db5-devel
BuildRequires:	gdbm-devel
BuildRequires:	man
Requires:	perl-base = %{EVRD}

# the following modules are part of perl normally, but are shipped in
# separated rpm packages. let's require them in order to please people
# that think that installing "perl" will have a full perl as shipped by
# upstream. (cf tom christiansen and the lengthy thread:
# http://www.nntp.perl.org/group/perl.perl5.porters/2009/08/msg149747.html)
%if %{with bootstrap}
Provides:	perl(Archive::Extract)
Provides:	perl(Archive::Tar)
Provides:	perl(CGI)
Provides:	perl(Compress::Raw::Bzip2)
Provides:	perl(Compress::Raw::Zlib)
Provides:	perl(Compress::Zlib)
Provides:	perl(CPANPLUS)
Provides:	perl(CPANPLUS::Dist::Build)
Provides:	perl(Digest::SHA)
Provides:	perl(IO::Compress::Bzip2)
Provides:	perl(JSON::PP)
Provides:	perl(Module::Build)
Provides:	perl(Module::CoreList)
Provides:	perl(Pod::Perldoc)
Provides:	perl(Time::Piece)
%else
Suggests:	perl(Archive::Extract)
Suggests:	perl(Archive::Tar)
Suggests:	perl(CGI)
Suggests:	perl(Compress::Raw::Bzip2)
Suggests:	perl(Compress::Raw::Zlib)
Suggests:	perl(Compress::Zlib)
Suggests:	perl(CPANPLUS)
Suggests:	perl(CPANPLUS::Dist::Build)
Suggests:	perl(Digest::SHA)
Suggests:	perl(IO::Compress::Bzip2)
Suggests:	perl(Module::Build)
Suggests:	perl(Module::CoreList)
Suggests:	perl(Pod::Perldoc)
Suggests:	perl(Time::Piece)
# These ones are required by many modules
Requires:	perl(JSON::PP)
Requires:	perl(Module::Pluggable)
%endif

# Used to be maintained separately, bundled now
Provides:	perl-CPAN-Meta-YAML = 0.007
Obsoletes:	perl-CPAN-Meta-YAML < 0.007
Provides:	perl-MIME-Base64 = 3.080.0
Provides:	perl-libnet
Provides:	perl-Storable = 2.200.0
Provides:	perl-Digest-MD5 = 2.390.0
Provides:	perl-Time-HiRes = 1:1.971.900
Provides:	perl-Locale-Codes
Provides:	perl-Test-Simple = 0.920.0
Provides:	perl-Test-Builder-Tester = 1.180.0
Provides:	perl(version) = 1:0.74
Provides:	perl-version = 1:0.74
Provides:	perl-File-Fetch = 0.14
Provides:	perl-CPAN = 1.9205
Provides:	perl-IO-Zlib = 1.07
Provides:	perl-Pod-Simple = 3.05
%define __noautoreq '(Mac|VMS|perl\\(Errno\\)|perl\\(Fcntl\\)|perl\\(IO\\)|perl\\(IO::File\\)|perl\\(FCGI\\)|perl\\(IO::Socket::INET\\)|perl\\(IO::Socket::UNIX\\)|perl\\(VMS::Stdio\\)|perl\\(VMS::Filespec\\)|perl\\(DBIx::Simple\\)|perl\\(Tk\\)|perl\\(Tk::Pod\\)|perl\\(DBD::SQLite\\))'

%description
Perl is a high-level programming language with roots in C, sed, awk
and shell scripting.  Perl is good at handling processes and files,
and is especially good at handling text.  Perl's hallmarks are
practicality and efficiency.  While it is used to do a lot of
different things, Perl's most common applications (and what it excels
at) are probably system administration utilities and web programming.
A large proportion of the CGI scripts on the web are written in Perl.
You need the perl package installed on your system so that your
system can handle Perl scripts.

You need perl-base to have a full perl.

%package	base
Summary:	The Perl programming language (base)
Group:		Development/Perl
Provides:	perl(base)
Provides:	perl(Carp::Heavy)
Provides:	perl(constant)
Provides:	perl(integer)
Provides:	perl(overload)
Provides:	perl(strict)
Provides:	perl(utf8)
Provides:	perl(vars)
Provides:	perl(warnings)
# explicit file provides
Provides:	/usr/bin/perl
# perl-suid is gone is perl 5.12
Obsoletes:	perl-suid
Requires:	%{libname} = %{EVRD}

%description	base
This is the base package for %{name}.

%package -n	%{libname}
Summary:	Shared library for perl
Group:		System/Libraries
	
%ifarch x86_64
Provides:	libperl.so()(64bit)
%else
Provides:	libperl.so
%endif

%description -n	%{libname}
This package contains the shared library for perl.

%package	devel
Summary:	The Perl programming language (devel)
Group:		Development/Perl
Requires:	%{name} = %{EVRD}
Requires:	perl(JSON::PP)

%description	devel
This is the devel package for %{name}.

%package	doc
Summary:	The Perl programming language (documentation)
Group:		Development/Perl
BuildArch:	noarch
Requires:	%{name} = %{EVRD}
Requires:	groff-base
Requires:	perl(Pod::Perldoc)

%description	doc
This is the documentation package for %{name}.
It contains also the 'perldoc' program.

%prep
%setup -q

%patch5 -p1 -b .flags~
%patch6 -p0
%patch14 -p0
%patch15 -p1 -b .lib64~
%patch16 -p0
%patch21 -p1 -b .peroyvind~
%patch23 -p0
%patch29 -p1 -b .rpmdebug~
%patch32 -p1
%patch38 -p0
%patch43 -p0
%patch44 -p1
%patch48 -p0 -b .doublefree~
%patch49 -p1
%patch50 -p1 -b .libperl~
%patch51 -p1 -b .soname~

%patch65 -p1
%patch66 -p1 -b .ldrunpath~
# %patch67 -p1 -b .sha1sum~
%patch68 -p1 -b .fwrapv~
%patch69 -p1 -b .autotrace~

# fix linking against libperl during build
ln -s $PWD lib/CORE

%build
sh Configure -des \
  -Dinc_version_list="5.16.2 5.16.2/%{full_arch} 5.16.1 5.16.1/%{full_arch} 5.16.0 5.16.0/%{full_arch} 5.14.2 5.14.1 5.14.0 5.12.3 5.12.2 5.12.1 5.12.0" \
  -Darchname=%{_arch}-%{_os} \
  -Dcc='%{__cc}' \
%if %debugging
  -Doptimize="-O0" -DDEBUGGING="-g3 %{debugcflags}" \
%else
  -Doptimize="%{optflags}" -DDEBUGGING="%{debugcflags}" \
%endif
  -Dccdlflags="-fno-PIE %{ldflags} -Wl,--warn-unresolved-symbols" \
  -Dcccdlflags="-fno-PIE -fPIC" \
  -Dldflags="%{ldflags}" \
  -Dlddlflags="-shared -fno-PIE %{optflags} %{ldflags} -Wl,--warn-unresolved-symbols" \
  -Dcppflags="-D_REENTRANT -D_GNU_SOURCE" \
  -Dlibpth='%{_libdir} /%{_lib}' \
  -Dprefix=%{_prefix} -Dvendorprefix=%{_prefix} \
  -Dsiteprefix=%{_prefix} -Dsitebin=%{_prefix}/local/bin \
  -Dsiteman1dir=%{_prefix}/local/share/man/man1 \
  -Dsiteman3dir=%{_prefix}/local/share/man/man3 \
  -Dman3dir=%{_mandir}/man3pm \
  -Dvendorman3dir=%{_mandir}/man3 \
  -Dman3ext=3pm \
  -Dcf_by="%{vendor}" -Dmyhostname=localhost -Dperladmin=root@localhost -Dcf_email=root@localhost \
  -Dperllibs='-lnsl -ldl -lm -lcrypt -lutil -lc -lpthread'   \
  -Ud_csh \
  -Duseshrplib \
  -Duselargefiles \
  -Dpager='%{_bindir}/less -isr' \
%if %threading
  -Duseithreads \
  -Dusethreads \
%endif
  -Di_db \
  -Di_ndbm \
  -Di_gdbm
#  -Dnoextensions='Archive/Extract Archive/Tar CGI Compress/Raw/Bzip2 Compress/Raw/Zlib CPANPLUS/Dist/Build CPANPLUS Digest/SHA IO/Compress JSON/PP Pod/Perldoc Module/Build Module/CoreList Pod/Perldoc Term/UI Time/Piece'

# workaround for not using colorgcc that relies on perl
PATH="${PATH#%{_datadir}/colorgcc:}"
%make

%check
# This test relies on Digest::SHA being available
rm -f t/porting/regen.t
sed -i -e '/^t\/porting\/regen.t/d' MANIFEST

# This one inconsistently fails inside VMs
rm -f cpan/Time-HiRes/t/itimer.t
sed -i -e '/^cpan\/Time-HiRes\/t\/itimer.t/d' MANIFEST

# FIXME: should pick up library path automatically in patch..
export LIBRARY_PATH="$PWD"
TEST_JOBS=%(/usr/bin/getconf _NPROCESSORS_ONLN) make test_harness_notty CCDLFLAGS=

%install
%makeinstall_std

install -d %{buildroot}%{perl_root}/

%ifarch x86_64
# Smth does wrong with 64bit libs...
mkdir -p %{buildroot}%{_libdir}
mv %{buildroot}/usr/lib/libperl.so* %{buildroot}%{_libdir}/
%endif

# We prefer 0755 instead of 0555
find %{buildroot} -name "*.so" | xargs chmod 0755

cp -f utils/h2ph utils/h2ph_patched
cat %{SOURCE2} | patch -p1

# LD_PRELOAD doesn't work... why?
LD_LIBRARY_PATH=`pwd` ./perl -Ilib utils/h2ph_patched -a -d %{buildroot}%{perl_root}/%{version}/%{full_arch} `cat %{SOURCE1}` > /dev/null ||:

# i don't like hardlinks, having symlinks instead:
ln -sf perl5 %{buildroot}%{_bindir}/perl
ln -s perl%{version} %{buildroot}%{_bindir}/perl5

rm %{buildroot}%{_bindir}/perlivp %{buildroot}%{_mandir}/man1/perlivp.1

# work in progress..
chmod u+w -R %{buildroot}
# Get rid of stuff from Archive::Tar - the standalone package is released
# far more frequently
%if %{without bootstrap}
rm -r	%{buildroot}%{_bindir}/ptar \
	%{buildroot}%{_bindir}/ptardiff \
	%{buildroot}%{_bindir}/ptargrep \
	%{buildroot}%{perl_root}/%{version}/Archive/Tar.pm \
	%{buildroot}%{perl_root}/%{version}/Archive/Tar \
	%{buildroot}%{_mandir}/man1/ptar.1 \
	%{buildroot}%{_mandir}/man1/ptardiff.1 \
	%{buildroot}%{_mandir}/man1/ptargrep.1 \
	%{buildroot}%{_mandir}/man3pm/Archive::Tar* 

# Archive::Extract
rm -r	%{buildroot}%{perl_root}/%{version}/Archive/Extract.pm \
	%{buildroot}%{_mandir}/man3pm/Archive::Extract.3*

# idem CPANPLUS
rm -r	%{buildroot}%{_bindir}/cpan2dist \
	%{buildroot}%{_bindir}/cpanp \
	%{buildroot}%{_bindir}/cpanp-run-perl \
	%{buildroot}%{perl_root}/%{version}/CPANPLUS/ \
	%{buildroot}%{_mandir}/man1/cpan2dist.1* \
	%{buildroot}%{_mandir}/man1/cpanp.1* \
	%{buildroot}%{_mandir}/man3pm/CPANPLUS*

# idem Digest::SHA
rm -r	%{buildroot}%{_bindir}/shasum \
	%{buildroot}%{perl_root}/%{version}/%{full_arch}/Digest/SHA.pm \
	%{buildroot}%{perl_root}/%{version}/%{full_arch}/auto/Digest/SHA \
	%{buildroot}%{_mandir}/man1/shasum.1 \
	%{buildroot}%{_mandir}/man3pm/Digest::SHA.3* \

# Pod::Perldoc
rm -r	%{buildroot}%{_bindir}/perldoc \
	%{buildroot}%{perl_root}/%{version}/pod/perldoc.pod \
	%{buildroot}%{perl_root}/%{version}/Pod/Perldoc.pm \
	%{buildroot}%{perl_root}/%{version}/Pod/Perldoc/ \
	%{buildroot}%{_mandir}/man1/perldoc.1* \
	%{buildroot}%{_mandir}/man3pm/Pod::Perldoc*

# Term::UI
rm -r	%{buildroot}%{perl_root}/%{version}/Term/UI.pm \
	%{buildroot}%{perl_root}/%{version}/Term/UI/ \
	%{buildroot}%{_mandir}/man3pm/Term::UI*

# Time::Piece
rm -r	%{buildroot}%{perl_root}/%{version}/%{full_arch}/Time/Piece.pm \
	%{buildroot}%{perl_root}/%{version}/%{full_arch}/Time/Seconds.pm \
	%{buildroot}%{perl_root}/%{version}/%{full_arch}/auto/Time/Piece/ \
	%{buildroot}%{_mandir}/man3pm/Time::Piece.3* \
	%{buildroot}%{_mandir}/man3pm/Time::Seconds.3*

# CGI
rm -r	%{buildroot}%{perl_root}/%{version}/CGI \
	%{buildroot}%{perl_root}/%{version}/CGI.pm \
	%{buildroot}%{_mandir}/man3pm/CGI.3* \
	%{buildroot}%{_mandir}/man3pm/CGI::*.3*

# Compress::Raw::Bzip2
rm -r	%{buildroot}%{perl_root}/%{version}/%{full_arch}/Compress/Raw/Bzip2.pm \
	%{buildroot}%{perl_root}/%{version}/%{full_arch}/auto/Compress/Raw/Bzip2 \
	%{buildroot}%{_mandir}/man3pm/Compress::Raw::Bzip2*

# Compress::Raw::Zlib
rm -r	%{buildroot}%{perl_root}/%{version}/%{full_arch}/Compress/Raw/Zlib.pm \
	%{buildroot}%{perl_root}/%{version}/%{full_arch}/auto/Compress/Raw/Zlib \
	%{buildroot}%{_mandir}/man3pm/Compress::Raw::Zlib*

# IO::Compress
rm -r	%{buildroot}%{_bindir}/zipdetails \
	%{buildroot}%{_mandir}/man1/zipdetails.* \
	%{buildroot}%{perl_root}/%{version}/Compress/Zlib.pm \
	%{buildroot}%{_mandir}/man3pm/Compress::Zlib* \
	%{buildroot}%{perl_root}/%{version}/File/GlobMapper.pm \
	%{buildroot}%{_mandir}/man3pm/File::GlobMapper.* \
	%{buildroot}%{perl_root}/%{version}/IO/Compress \
	%{buildroot}%{perl_root}/%{version}/IO/Uncompress \
	%{buildroot}%{_mandir}/man3pm/IO::Compress* \
	%{buildroot}%{_mandir}/man3pm/IO::Uncompress*

# JSON::PP
rm  -r	%{buildroot}%{_bindir}/json_pp \
	%{buildroot}%{perl_root}/%{version}/JSON/PP \
	%{buildroot}%{perl_root}/%{version}/JSON/PP.pm \
	%{buildroot}%{_mandir}/man1/json_pp.1* \
	%{buildroot}%{_mandir}/man3pm/JSON::PP.3* \
	%{buildroot}%{_mandir}/man3pm/JSON::PP::Boolean.3pm*

# Module::Build
rm  -r	%{buildroot}%{_bindir}/config_data \
	%{buildroot}%{perl_root}/%{version}/inc/ \
	%{buildroot}%{perl_root}/%{version}/Module/Build/ \
	%{buildroot}%{perl_root}/%{version}/Module/Build.pm \
	%{buildroot}%{_mandir}/man1/config_data.1* \
	%{buildroot}%{_mandir}/man3pm/Module::Build* \
	%{buildroot}%{_mandir}/man3pm/inc::latest.3*

# Module::CoreList
rm -r	%{buildroot}%{_bindir}/corelist \
	%{buildroot}%{perl_root}/%{version}/Module/CoreList.pm \
	%{buildroot}%{_mandir}/man1/corelist* \
	%{buildroot}%{_mandir}/man3pm/Module::CoreList*

# Module::Pluggable
rm -rf	%{buildroot}%{perl_root}/%{version}/Module/Pluggable \
	%{buildroot}%{_mandir}/man3pm/Module::Pluggable*
%endif

# call spec-helper before creating the file list
# (spec-helper removes some files, and compress some others)
%define dont_strip 1
%{?__spec_helper_post}
%undefine dont_strip

cat > perl-base.list <<EOF
%{_bindir}/perl
%{_bindir}/perl5
%{_bindir}/perl%{version}
%dir %{_mandir}/man3pm
%dir %{perl_root}
%dir %{perl_root}/%{version}
%dir %{perl_root}/%{version}/File
%{perl_root}/%{version}/autouse.pm
%{perl_root}/%{version}/AnyDBM_File.pm
%{perl_root}/%{version}/FindBin.pm
%{perl_root}/%{version}/File/Basename.pm
%{perl_root}/%{version}/File/Find.pm
%{perl_root}/%{version}/File/Path.pm
%{perl_root}/%{version}/File/Temp.pm
%dir %{perl_root}/%{version}/Getopt
%{perl_root}/%{version}/Getopt/Long.pm
%{perl_root}/%{version}/Getopt/Std.pm
%dir %{perl_root}/%{version}/Encode
%{perl_root}/%{version}/Encode/ConfigLocal_PM.e2x
%{perl_root}/%{version}/Encode/Makefile_PL.e2x
%{perl_root}/%{version}/Encode/_PM.e2x
%{perl_root}/%{version}/Encode/_T.e2x
%dir %{perl_root}/%{version}/Net
%{perl_root}/%{version}/Net/Cmd.pm
%{perl_root}/%{version}/Net/Config.pm
%dir %{perl_root}/%{version}/Net/FTP
%{perl_root}/%{version}/Net/FTP.pm
%{perl_root}/%{version}/Net/FTP/A.pm
%{perl_root}/%{version}/Net/FTP/E.pm
%{perl_root}/%{version}/Net/FTP/I.pm
%{perl_root}/%{version}/Net/FTP/L.pm
%{perl_root}/%{version}/Net/FTP/dataconn.pm

%dir %{perl_root}/%{version}/Time
%{perl_root}/%{version}/Time/Local.pm
%{perl_root}/%{version}/AutoLoader.pm
%dir %{perl_root}/%{version}/Carp
%{perl_root}/%{version}/Carp.pm
%{perl_root}/%{version}/Carp/Heavy.pm
%{perl_root}/%{version}/DirHandle.pm
%{perl_root}/%{version}/%{full_arch}/Errno.pm
%dir %{perl_root}/%{version}/Exporter
%{perl_root}/%{version}/Exporter/Heavy.pm
%{perl_root}/%{version}/Exporter.pm
%{perl_root}/%{version}/FileHandle.pm
%{perl_root}/%{version}/PerlIO.pm
%{perl_root}/%{version}/SelectSaver.pm
%{perl_root}/%{version}/Symbol.pm
%dir %{perl_root}/%{version}/Tie
%{perl_root}/%{version}/Tie/Hash.pm
%{perl_root}/%{version}/XSLoader.pm
%{perl_root}/%{version}/base.pm
%{perl_root}/%{version}/bytes.pm
%{perl_root}/%{version}/bytes_heavy.pl
%{perl_root}/%{version}/constant.pm
%{perl_root}/%{version}/feature.pm
%{perl_root}/%{version}/integer.pm
%{perl_root}/%{version}/overload.pm
%{perl_root}/%{version}/strict.pm
%{perl_root}/%{version}/utf8.pm
%{perl_root}/%{version}/utf8_heavy.pl
%dir %{perl_root}/%{version}/unicore
%dir %{perl_root}/%{version}/unicore/To
%{perl_root}/%{version}/unicore/To/Lower.pl
%{perl_root}/%{version}/unicore/To/Fold.pl
%{perl_root}/%{version}/unicore/To/Upper.pl
%{perl_root}/%{version}/vars.pm
%dir %{perl_root}/%{version}/warnings
%{perl_root}/%{version}/warnings/register.pm
%{perl_root}/%{version}/warnings.pm
%dir %{perl_root}/%{version}/%{full_arch}
%{perl_root}/%{version}/%{full_arch}/lib.pm
%{perl_root}/%{version}/%{full_arch}/B.pm
%dir %{perl_root}/%{version}/%{full_arch}/auto/B
%{perl_root}/%{version}/%{full_arch}/auto/B/B.so
%{perl_root}/%{version}/%{full_arch}/Cwd.pm
%dir %{perl_root}/%{version}/%{full_arch}/File
%{perl_root}/%{version}/%{full_arch}/File/Spec.pm
%{perl_root}/%{version}/%{full_arch}/File/Spec/Unix.pm
%dir %{perl_root}/%{version}/%{full_arch}/File/Spec
%{perl_root}/%{version}/%{full_arch}/Fcntl.pm
%{perl_root}/%{version}/%{full_arch}/IO.pm
%dir %{perl_root}/%{version}/%{full_arch}/IO
%{perl_root}/%{version}/%{full_arch}/IO/File.pm
%{perl_root}/%{version}/%{full_arch}/IO/Handle.pm
%{perl_root}/%{version}/%{full_arch}/IO/Seekable.pm
%{perl_root}/%{version}/%{full_arch}/IO/Select.pm
%{perl_root}/%{version}/%{full_arch}/IO/Socket.pm
%dir %{perl_root}/%{version}/%{full_arch}/IO/Socket
%{perl_root}/%{version}/%{full_arch}/IO/Socket/INET.pm
%dir %{perl_root}/%{version}/%{full_arch}/auto
%dir %{perl_root}/%{version}/%{full_arch}/auto/Cwd
%{perl_root}/%{version}/%{full_arch}/auto/Cwd/Cwd.so
%dir %{perl_root}/%{version}/%{full_arch}/auto/Data
%dir %{perl_root}/%{version}/%{full_arch}/auto/Data/Dumper
%{perl_root}/%{version}/%{full_arch}/auto/Data/Dumper/Dumper.so
%dir %{perl_root}/%{version}/%{full_arch}/auto/Fcntl
%{perl_root}/%{version}/%{full_arch}/auto/Fcntl/Fcntl.so
%dir %{perl_root}/%{version}/%{full_arch}/auto/File
%dir %{perl_root}/%{version}/%{full_arch}/auto/File/Glob
%{perl_root}/%{version}/%{full_arch}/auto/File/Glob/Glob.so
%{perl_root}/%{version}/%{full_arch}/File/Glob.pm
%dir %{perl_root}/%{version}/%{full_arch}/auto/MIME
%dir %{perl_root}/%{version}/%{full_arch}/auto/MIME/Base64
%{perl_root}/%{version}/%{full_arch}/auto/MIME/Base64/Base64.so
%dir %{perl_root}/%{version}/%{full_arch}/auto/Digest
%dir %{perl_root}/%{version}/%{full_arch}/auto/Digest/MD5
%{perl_root}/%{version}/%{full_arch}/auto/Digest/MD5/MD5.so
%dir %{perl_root}/%{version}/%{full_arch}/auto/I18N
%dir %{perl_root}/%{version}/%{full_arch}/auto/I18N/Langinfo/
%{perl_root}/%{version}/%{full_arch}/auto/I18N/Langinfo/Langinfo.so
%dir %{perl_root}/%{version}/%{full_arch}/auto/IO
%{perl_root}/%{version}/%{full_arch}/auto/IO/IO.so
%dir %{perl_root}/%{version}/%{full_arch}/auto/Encode
%{perl_root}/%{version}/%{full_arch}/Encode.pm
%{perl_root}/%{version}/%{full_arch}/Encode/Alias.pm
%{perl_root}/%{version}/%{full_arch}/Encode/Byte.pm
%{perl_root}/%{version}/%{full_arch}/Encode/CJKConstants.pm
%{perl_root}/%{version}/%{full_arch}/Encode/Config.pm
%{perl_root}/%{version}/%{full_arch}/Encode/EBCDIC.pm
%{perl_root}/%{version}/%{full_arch}/Encode/Encoder.pm
%{perl_root}/%{version}/%{full_arch}/Encode/Encoding.pm
%{perl_root}/%{version}/%{full_arch}/Encode/GSM0338.pm
%{perl_root}/%{version}/%{full_arch}/Encode/Guess.pm
%dir %{perl_root}/%{version}/%{full_arch}/Encode/MIME
%dir %{perl_root}/%{version}/%{full_arch}/Encode/MIME/Header
%{perl_root}/%{version}/%{full_arch}/Encode/MIME/Header.pm
%{perl_root}/%{version}/%{full_arch}/Encode/MIME/Header/ISO_2022_JP.pm
%{perl_root}/%{version}/%{full_arch}/Encode/MIME/Name.pm
%{perl_root}/%{version}/%{full_arch}/Encode/Symbol.pm
%dir %{perl_root}/%{version}/%{full_arch}/Encode/Unicode
%{perl_root}/%{version}/%{full_arch}/Encode/Unicode.pm
%{perl_root}/%{version}/%{full_arch}/Encode/Unicode/UTF7.pm
%dir %{perl_root}/%{version}/%{full_arch}/auto/Encode/Byte
%{perl_root}/%{version}/%{full_arch}/auto/Encode/Byte/Byte.so
%dir %{perl_root}/%{version}/%{full_arch}/auto/Encode/EBCDIC
%{perl_root}/%{version}/%{full_arch}/auto/Encode/EBCDIC/EBCDIC.so
%{perl_root}/%{version}/%{full_arch}/auto/Encode/Encode.so
%dir %{perl_root}/%{version}/%{full_arch}/auto/Encode/Symbol
%{perl_root}/%{version}/%{full_arch}/auto/Encode/Symbol/Symbol.so
%dir %{perl_root}/%{version}/%{full_arch}/auto/Encode/Unicode
%{perl_root}/%{version}/%{full_arch}/auto/Encode/Unicode/Unicode.so
%dir %{perl_root}/%{version}/%{full_arch}/List
%dir %{perl_root}/%{version}/%{full_arch}/List/Util
%{perl_root}/%{version}/%{full_arch}/List/Util.pm
%{perl_root}/%{version}/%{full_arch}/List/Util/XS.pm
%dir %{perl_root}/%{version}/%{full_arch}/auto/List
%dir %{perl_root}/%{version}/%{full_arch}/auto/List/Util
%{perl_root}/%{version}/%{full_arch}/auto/List/Util/Util.so
%dir %{perl_root}/%{version}/%{full_arch}/auto/POSIX
%{perl_root}/%{version}/%{full_arch}/auto/POSIX/POSIX.so
%dir %{perl_root}/%{version}/%{full_arch}/auto/Socket
%{perl_root}/%{version}/%{full_arch}/auto/Socket/Socket.so
%dir %{perl_root}/%{version}/%{full_arch}/auto/Storable
%{perl_root}/%{version}/%{full_arch}/auto/Storable/Storable.so
%dir %{perl_root}/%{version}/%{full_arch}/auto/re
%{perl_root}/%{version}/%{full_arch}/auto/re/re.so
%{perl_root}/%{version}/%{full_arch}/Config.pm
%{perl_root}/%{version}/%{full_arch}/Config_heavy.pl
%dir %{perl_root}/%{version}/%{full_arch}/Digest
%{perl_root}/%{version}/%{full_arch}/Digest/MD5.pm
%{perl_root}/%{version}/%{full_arch}/DynaLoader.pm
%dir %{perl_root}/%{version}/%{full_arch}/Encode
%dir %{perl_root}/%{version}/%{full_arch}/I18N
%{perl_root}/%{version}/%{full_arch}/I18N/Langinfo.pm
%dir %{perl_root}/%{version}/%{full_arch}/MIME
%{perl_root}/%{version}/%{full_arch}/MIME/Base64.pm
%{perl_root}/%{version}/%{full_arch}/MIME/QuotedPrint.pm
%{perl_root}/%{version}/%{full_arch}/POSIX.pm
%dir %{perl_root}/%{version}/%{full_arch}/Scalar/
%{perl_root}/%{version}/%{full_arch}/Scalar/Util.pm
%{perl_root}/%{version}/%{full_arch}/Socket.pm
%{perl_root}/%{version}/%{full_arch}/Storable.pm
%dir %{perl_root}/%{version}/%{full_arch}/Sys/
%dir %{perl_root}/%{version}/%{full_arch}/auto/Sys/
%dir %{perl_root}/%{version}/%{full_arch}/auto/Sys/Hostname
%{perl_root}/%{version}/%{full_arch}/Sys/Hostname.pm
%{perl_root}/%{version}/%{full_arch}/auto/Sys/Hostname/Hostname.so
%{perl_root}/%{version}/%{full_arch}/re.pm
%dir %{perl_root}/%{version}/%{full_arch}/CORE
%dir %{perl_root}/%{version}/%{full_arch}/asm
%dir %{perl_root}/%{version}/%{full_arch}/bits
%dir %{perl_root}/%{version}/%{full_arch}/sys
%{perl_root}/%{version}/%{full_arch}/asm/unistd.ph
%ifarch %{mipsx}
%{perl_root}/%{version}/%{full_arch}/asm/sgidefs.ph
%endif
%ifarch ia64
%{perl_root}/%{version}/%{full_arch}/asm/break.ph
%endif
%ifarch x86_64
%{perl_root}/%{version}/%{full_arch}/bits/wordsize.ph
%endif
%ifarch %{ix86} x86_64
%{perl_root}/%{version}/%{full_arch}/asm/unistd_32.ph
%{perl_root}/%{version}/%{full_arch}/asm/unistd_64.ph
%endif
%ifarch ppc64
%{perl_root}/%{version}/%{full_arch}/asm-ppc/unistd.ph
%{perl_root}/%{version}/%{full_arch}/asm-ppc64/unistd.ph
%{perl_root}/%{version}/%{full_arch}/bits/wordsize.ph
%endif
%{perl_root}/%{version}/%{full_arch}/bits/syscall.ph
%{perl_root}/%{version}/%{full_arch}/sys/syscall.ph
%{perl_root}/%{version}/%{full_arch}/_h2ph_pre.ph
%{perl_root}/%{version}/%{full_arch}/syscall.ph
EOF

cat > perl.list <<EOF
%doc README
%doc Artistic
%if %{with bootstrap}
%{_bindir}/config_data
%{_bindir}/corelist
%{_bindir}/cpan2dist
%{_bindir}/cpanp
%{_bindir}/cpanp-run-perl
%{_bindir}/json_pp
%{_bindir}/ptar
%{_bindir}/ptardiff
%{_bindir}/ptargrep
%{_bindir}/shasum
%{_bindir}/zipdetails
%endif
%{_bindir}/a2p
%{_bindir}/perlbug
%{_bindir}/perlthanks
%{_bindir}/find2perl
%{_bindir}/pod2man
%{_bindir}/pod2html
%{_bindir}/pod2text
%{_bindir}/pod2latex
%{_bindir}/splain
%{_bindir}/s2p
EOF

cat > perl-devel.list <<EOF
%{_bindir}/c2ph
%{_bindir}/cpan
%{_bindir}/enc2xs
%{_bindir}/h2ph
%{_bindir}/h2xs
%{_bindir}/instmodsh
%{_bindir}/libnetcfg
%{_bindir}/piconv
%{_bindir}/pl2pm
%{_bindir}/pod2usage
%{_bindir}/podchecker
%{_bindir}/podselect
%{_bindir}/prove
%{_bindir}/psed
%{_bindir}/pstruct
%{_bindir}/xsubpp
%{perl_root}/%{version}/Encode/encode.h
%{perl_root}/%{version}/%{full_arch}/CORE/*.h
%{_libdir}/libperl.so
EOF

cat > perl-doc.list <<EOF
%if %{with bootstrap}
%{_bindir}/perldoc
%{_mandir}/man3pm/Pod::Perldoc*
%endif
EOF

find %{buildroot}%{perl_root}/%{version} "(" -name "*.pod" -o -iname "Changes*" -o -iname "ChangeLog*" -o -iname "README*" ")" -a -not -name perldiag.pod -printf "%%%%doc %%p\n" |sort -u >> perl-doc.list
find %{buildroot}%{_mandir}/man1 ! -name "perlivp.1*" ! -type d >> perl.list
find %{buildroot}%{_mandir}/man3pm ! -type d ! -name "Pod::Perldoc*" >> perl.list
find %{buildroot}%{perl_root}/%{version} ! -type d ! -name \*.h >> perl.list
find %{buildroot}%{perl_root}/%{version} -type d -printf "%%%%dir %%p\n" >> perl.list
sed -e 's#%{buildroot}##g' -i perl*.list

perl -ni -e 'BEGIN { open F, "perl-base.list"; $s{$_} = 1 foreach <F>; } print unless $s{$_}' perl.list
perl -ni -e 'BEGIN { open F, "perl-devel.list"; $s{$_} = 1 foreach <F>; } print unless $s{$_}' perl.list
perl -ni -e 'BEGIN { open F, "perl-doc.list"; s/^.doc //, $s{$_} = 1 foreach <F>; } print unless $s{$_}' perl.list

%files -f perl.list

%files base -f perl-base.list

%files devel -f perl-devel.list

%files doc -f perl-doc.list

%files -n %{libname}
%{_libdir}/libperl.so.%{major}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:5.18.2-8
+ Revision: e6290e6
- MassBuild#440: Increase release tag

* Mon Jun 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-7
+ Revision: cecb253
- Drop Module::Pluggable out of core

* Fri Jun 06 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-6
+ Revision: 5d849f8
- Require perl(JSON::PP), not suggest

* Mon Jun 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-5
+ Revision: 14327be
- Disable bootstrap

* Mon Jun 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-5
+ Revision: 9d25ae0
- A hack for 64bit build...

* Mon Jun 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-5
+ Revision: 7e919b2
- Turn back compat provides

* Sun Jun 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-5
+ Revision: cfc6c93
- Experiments with bootstrap

* Fri May 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-5
+ Revision: 3ee1bde
- Fix bootstrap

* Fri May 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-5
+ Revision: 935f6e4
- Revert bootstrap

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-4
+ Revision: 738a2de
- Fix provides

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-4
+ Revision: 4fa19f6
- A hack for backward compatibility with old perl

* Sun May 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-3
+ Revision: 13768ed
- Drop FCGI req

* Sun May 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-3
+ Revision: 0579a17
- Do not require DBIx::Simple

* Sun May 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-3
+ Revision: 0af7112
- Do not require VMS*

* Sun May 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-3
+ Revision: 600d1a1
- Do not require DBD::SQLite

* Sat May 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-3
+ Revision: e562756
- Use bootstrap

* Fri May 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-2
+ Revision: 84f7bfe
- Fix files for bootstrap

* Fri May 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-2
+ Revision: 56b1f8b
- Bundle some submodules

* Fri May 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-1
+ Revision: 42338f8
- Remove suggests for now

* Fri May 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-1
+ Revision: 89aecdf
- Disable itimer test

* Fri May 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-1
+ Revision: ec63697
- Fix Autotrace tests

* Fri May 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-1
+ Revision: ed87fe4
- Fix tarball name

* Fri May 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.18.2-1
+ Revision: def7f03
- Updated to 5.18.2

* Fri May 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.16.3-9
+ Revision: 0ac2a2a
- Updated to 5.16.3 with cooker patches

* Thu May 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.14.2-11
+ Revision: 937d6d9
- Added patch really

* Thu May 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.14.2-11
+ Revision: 348a693
- Added fixes for tests from cooker

* Thu May 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.14.2-9
+ Revision: 0fa0ac9
- Disable the whole check section

* Thu May 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.14.2-9
+ Revision: ca96f0f
- Disable tests for now

* Thu May 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.14.2-9
+ Revision: 43c52a2
- Place no-PIE before fPIC

* Thu May 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:5.14.2-9
+ Revision: bbe72b1
- Drop -fno-PIE



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17933 |14mr|perl-Algorithm-C3-0.80.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Algorithm-C3
%define upstream_version 0.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    7

Summary:	A module for merging hierarchies using the C3 algorithm

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.bz2

%if %{mdkversion} < 1010
BuildRequires:	perl-devel
%endif
BuildRequires:	perl(Carp) >= 0.01
BuildRequires:  perl(Module::Build)
BuildRequires:	perl(Test::More) >= 0.47
BuildArch:	noarch

%description
This module implements the C3 algorithm. Most of the uses for C3
revolve around class building and metamodels, but it could also be
used for things like dependency resolution as well since it tends to
do such a nice job of preserving local precendence orderings.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor destdir=%{buildroot}
./Build

%check
./Build test

%install
./Build install

%clean 

%files
%doc Changes README
%{perl_vendorlib}/Algorithm
%{_mandir}/man*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.80.0-7
+ Revision: 7205a54
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17934 |14mr|perl-Algorithm-Diff-1.190.200-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Algorithm-Diff
%define upstream_version 1.1902

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    8
Epoch:      1

Summary:    Compute `intelligent' differences between two files / lists

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.bz2
Buildrequires:  perl-devel
Buildarch:      noarch

%description
This module compute `intelligent' differences between two files / lists.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%clean 

%files 
%doc README Changes
%{perl_vendorlib}/Algorithm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.190.200-8
+ Revision: 6c58cc6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17935 |14mr|perl-AnyEvent-7.70.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname AnyEvent
%define filelist %{pkgname}-%{version}-filelist
%define maketest 1
%define upstream_version 7.07

%define __noautoreq 'perl\\(AnyEvent:.*'

Name:		perl-%{pkgname}
Summary:	Provide framework for multiple event loops

Version:	%perl_convert_version %{upstream_version}
Release:	5
Epoch:		3
License:	Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/~mlehmann/AnyEvent/
Source0:	http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-%{upstream_version}.tar.gz
Source1:	perl-AnyEvent.rpmlintrc
BuildRequires:	perl-devel
BuildRequires:	perl-Event

%description
AnyEvent - provide framework for multiple event loops
Event, Glib, Tk, Perl, - various supported event loops.

%package EV
Group:		Development/Perl
Summary:	Provide framework for multiple event loops - EV integration


%description EV
AnyEvent - provide framework for multiple event loops
EV event loop integration.

# %package Event-Lib
#Group:		Development/Perl
#Summary:	Provide framework for multiple event loops - Event::Lib integration

# %description Event-Lib
#AnyEvent - provide framework for multiple event loops
#Event::Lib event loop integration.

%package Tk
Group:		Development/Perl
Summary:	Provide framework for multiple event loops - Tk integration


%description Tk
AnyEvent - provide framework for multiple event loops
Tk event loop integration.

# %package POE
#Group:		Development/Perl
#Summary:	Provide framework for multiple event loops - POE integration

# %description POE
#AnyEvent - provide framework for multiple event loops
#POE event loop integration.

# %package IOAsync
# Group:		Development/Perl
#Summary:	Provide framework for multiple event loops - IO::Async integration

# %description IOAsync
#AnyEvent - provide framework for multiple event loops
#IO::Async event loop integration.

%package Irssi
Group:		Development/Perl
Summary:	Provide framework for multiple event loops - Irssi integration


%description Irssi
AnyEvent - provide framework for multiple event loops
Irssi event loop integration.


%prep
%setup -q -n %{pkgname}-%{upstream_version}
chmod -R u+w %{_builddir}/%{pkgname}-%{upstream_version}

%build
grep -rsl '^#!.*perl' . |
grep -v '.bak$' |xargs --no-run-if-empty \
%__perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)'
CFLAGS="%{optflags}"
%{__perl} Makefile.PL `%{__perl} -MExtUtils::MakeMaker -e ' print qq|PREFIX=%{buildroot}%{_prefix}| if \$ExtUtils::MakeMaker::VERSION =~ /5\.9[1-6]|6\.0[0-5]/ '` INSTALLDIRS=vendor
%make

%check
make test

%install
%{makeinstall} `%{__perl} -MExtUtils::MakeMaker -e ' print \$ExtUtils::MakeMaker::VERSION <= 6.05 ? qq|PREFIX=%{buildroot}%{_prefix}| : qq|DESTDIR=%{buildroot}| '`

# remove special files
find %{buildroot} -name "perllocal.pod" \
    -o -name ".packlist"                \
    -o -name "*.bs"                     \
    |xargs -i rm -f {}

# no empty directories
find %{buildroot}%{_prefix}             \
    -type d -depth                      \
    -exec rmdir {} \; 2>/dev/null

#we don't have perl-Qt anymore:
rm -f %{buildroot}%{perl_vendorarch}/AnyEvent/Impl/Qt.pm
rm -f %{buildroot}%{_mandir}/man3/AnyEvent::Impl::Qt*
#we don't have perl-FLTK (yet):
rm -f %{buildroot}%{perl_vendorarch}/AnyEvent/Impl/FLTK.pm
rm -f %{buildroot}%{_mandir}/man3/AnyEvent::Impl::FLTK*
#only for Mac:
rm -f %{buildroot}%{perl_vendorarch}/AnyEvent/Impl/Cocoa.pm
rm -f %{buildroot}%{_mandir}/man3/AnyEvent::Impl::Cocoa*

# IOAsync, POE and Event-Lib are in contrib, drop its support for now
rm -f %{buildroot}%{perl_vendorarch}/AnyEvent/Impl/POE.pm
rm -f %{buildroot}%{_mandir}/man3/AnyEvent::Impl::POE*
rm -f %{buildroot}%{perl_vendorarch}/AnyEvent/Impl/EventLib.pm
rm -f %{buildroot}%{_mandir}/man3/AnyEvent::Impl::EventLib.3pm*
rm -f %{buildroot}%{perl_vendorarch}/AnyEvent/Impl/IOAsync.pm
rm -f %{buildroot}%{_mandir}/man3/AnyEvent::Impl::IOAsync*


%files
%doc README Changes
%{perl_vendorarch}/AE.pm
%{perl_vendorarch}/AnyEvent.pm
%dir %{perl_vendorarch}/AnyEvent
%dir %{perl_vendorarch}/AnyEvent/Impl
%{perl_vendorarch}/AnyEvent/Debug.pm
%{perl_vendorarch}/AnyEvent/DNS.pm
%{perl_vendorarch}/AnyEvent/FAQ.pod
%{perl_vendorarch}/AnyEvent/Handle.pm
%{perl_vendorarch}/AnyEvent/Log.pm
%{perl_vendorarch}/AnyEvent/Loop.pm
%{perl_vendorarch}/AnyEvent/Socket.pm
%{perl_vendorarch}/AnyEvent/Strict.pm
%{perl_vendorarch}/AnyEvent/Intro.pod
%{perl_vendorarch}/AnyEvent/TLS.pm
%{perl_vendorarch}/AnyEvent/Util.pm
%{perl_vendorarch}/AnyEvent/Util/
%{perl_vendorarch}/AnyEvent/IO.pm
%{perl_vendorarch}/AnyEvent/IO/
%{perl_vendorarch}/AnyEvent/Impl/Event.pm
%{perl_vendorarch}/AnyEvent/Impl/Glib.pm
%{perl_vendorarch}/AnyEvent/Impl/Perl.pm
%{perl_vendorarch}/AnyEvent/constants.pl
%{_mandir}/man3/AE.3pm*
%{_mandir}/man3/AnyEvent.3pm*
%{_mandir}/man3/AnyEvent::Debug*
%{_mandir}/man3/AnyEvent::DNS*
%{_mandir}/man3/AnyEvent::FAQ*
%{_mandir}/man3/AnyEvent::Handle*
%{_mandir}/man3/AnyEvent::Socket.*
%{_mandir}/man3/AnyEvent::Strict.*
%{_mandir}/man3/AnyEvent::Util.*
%{_mandir}/man3/AnyEvent::Intro.*
%{_mandir}/man3/AnyEvent::IO*
%{_mandir}/man3/AnyEvent::Impl::Event.*
%{_mandir}/man3/AnyEvent::Impl::Glib.*
%{_mandir}/man3/AnyEvent::Impl::Perl*
%{_mandir}/man3/AnyEvent::Log.*
%{_mandir}/man3/AnyEvent::Loop.*
%{_mandir}/man3/AnyEvent::TLS*

%files EV
%{perl_vendorarch}/AnyEvent/Impl/EV.pm
%{_mandir}/man3/AnyEvent::Impl::EV.3pm*

# %files Event-Lib
# %{perl_vendorarch}/AnyEvent/Impl/EventLib.pm
# %{_mandir}/man3/AnyEvent::Impl::EventLib.3pm*

%files Tk
%{perl_vendorarch}/AnyEvent/Impl/Tk.pm
%{_mandir}/man3/AnyEvent::Impl::Tk*

# %files POE
# %{perl_vendorarch}/AnyEvent/Impl/POE.pm
# %{_mandir}/man3/AnyEvent::Impl::POE*

# %files IOAsync
# %{perl_vendorarch}/AnyEvent/Impl/IOAsync.pm
# %{_mandir}/man3/AnyEvent::Impl::IOAsync*

%files Irssi
%{perl_vendorarch}/AnyEvent/Impl/Irssi.pm
%{_mandir}/man3/AnyEvent::Impl::Irssi*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3:7.70.0-5
+ Revision: b009d1b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17936 |14mr|perl-Apache-Test-1.380.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Apache-Test
%define upstream_version 1.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Test.pm wrapper with helpers for testing Apache

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Apache/Apache-Test-%{upstream_version}.tar.gz
BuildArch:	noarch
Provides:	perl(Apache::TestConfigParse)
Provides:	perl(Apache::TestConfigPerl)
BuildRequires:	perl-devel

%description
Apache::Test is a test toolkit for testing an Apache server with any
configuration. It works with Apache 1.3 and Apache 2.0 and any of its modules,
including mod_perl 1.0 and 2.0. It was originally developed for testing
mod_perl 2.0.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install

%makeinstall_std

%files
%doc CONTRIBUTORS Changes INSTALL LICENSE README SUPPORT ToDo
%{perl_vendorlib}/Apache
%{perl_vendorlib}/Bundle
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.380.0-4
+ Revision: d974b36
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17937 |14mr|perl-AppConfig-1.660.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AppConfig
%define	upstream_version 1.66

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Perl5 modules for reading configuration

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/AppConfig/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-File-HomeDir
BuildArch:		noarch

%description
AppConfig has a powerful but easy to use module for parsing configuration
files. It also has a simple and efficient module for parsing command line
arguments.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%__make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/AppConfig
%{perl_vendorlib}/AppConfig.pm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.660.0-8
+ Revision: 1f15159
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17938 |14mr|perl-Archive-Cpio-0.90.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Archive-Cpio
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Manipulations of cpio archives

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/P/PI/PIXEL/%{upstream_name}-%{upstream_version}.tar.gz
BuildArch:	noarch
BuildRequires:	perl-devel

%description
Archive::Cpio provides a few functions to read and write cpio files.

cpio-filter is a script using Archive::Cpio that transforms a cpio archive on
the fly

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes
%{perl_vendorlib}/Archive/Cpio*
%{_bindir}/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.90.0-7
+ Revision: 2e56d32
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17939 |14mr|perl-Archive-Extract-0.720.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Archive-Extract
%define upstream_version 0.72

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A generic archive extracting mechanism

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Archive/Archive-Extract-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IPC::Cmd)                  >= 0.360.0
BuildRequires:	perl(Module::Load::Conditional) >= 0.40.0
BuildRequires:	perl-version
BuildArch:	noarch

%description
Archive::Extract is a generic archive extraction mechanism.

It allows you to extract any archive file of the type .tar, .tar.gz, .gz, .Z,
tar.bz2, .tbz, .bz2 or .zip without having to worry how it does so, or use
different interfaces for each type by using either perl modules, or commandline
tools on your system.

%prep
%setup -qn  %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%__make test

%install
%makeinstall_std

%files
%doc README CHANGES
%{perl_vendorlib}/Archive/*
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.720.0-4
+ Revision: 1e2c72c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17940 |14mr|perl-Archive-Tar-1.900.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Archive-Tar
%define	modver	1.90

Name:		perl-%{modname}
Version:	%{perl_convert_version %{modver}}
Release:	6

Summary:	Perl module for manipulation of tar archives
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{modname}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/%{modname}-%{modver}.tar.gz

BuildRequires:	perl(IO::Compress::Bzip2)	>= 2.012
BuildRequires:	perl(Test::Pod)			>= 0.95
BuildRequires:	perl(Text::Diff)
BuildRequires:	perl-devel

BuildArch:	noarch

Requires:	perl(IO::Compress::Bzip2)	>= 2.012
Requires:	perl(IO::Uncompress::Bunzip2)	>= 2.012

%description
Archive::Tar provides an object oriented mechanism for handling tar files. It
provides class methods for quick and easy files handling while also allowing
for the creation of tar file objects for custom manipulation. If you have the
IO::Zlib module installed, Archive::Tar will also support compressed or gzipped
tar files.

An object of class Archive::Tar represents a .tar(.gz) archive full of files
and things.

%prep
%setup -q -n %{modname}-%{modver}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Archive/Tar
%{perl_vendorlib}/Archive/Tar.pm
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_bindir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.900.0-6
+ Revision: 3e9512c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17941 |14mr|perl-Archive-Zip-1.380.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Archive-Zip
%define upstream_version 1.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Provide an interface to ZIP archive files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Archive/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	zlib-devel
BuildRequires:	perl-devel
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(File::Which)
BuildArch:	noarch


%description
A Perl module that provides an interface to ZIP archive files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor 
%make CFLAGS="%{optflags}"

%check
%__make test

%install
%makeinstall_std

%files
%doc  Changes 
%doc examples
%{_bindir}/crc32
%{perl_vendorlib}/Archive
%{_mandir}/*/*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 1.380.0-1
+ Revision: 43d1ba3
- Merge pull request #5 from import/perl-Archive-Zip:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17942 |14mr|perl-Array-Compare-2.20.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Array-Compare
%define upstream_version 2.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl extension for comparing arrays

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Array/Array-Compare-%{upstream_version}.tar.gz

BuildRequires:	perl(Module::Build)
BuildRequires: perl(Test::NoWarnings)
BuildRequires:	perl(Moose)
BuildRequires:	perl-devel

BuildArch: 	noarch

%description 
If you have two arrays and you want to know if they are the same or different,
then Array::Compare will be useful to you.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot}

%check
./Build test

%files
%doc Changes README
%{perl_vendorlib}/Array
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.20.0-4
+ Revision: ff2211c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17943 |14mr|perl-Astro-FITS-Header-3.70.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Starlink::AST\\)|perl\\(NDF\\)|perl\\(Astro::FITS::CFITSIO\\)|perl\\(GSD\\)'
%else
%define _requires_exceptions Starlink::AST\\|NDF|Astro::FITS::CFITSIO\\|GSD
%endif

%define upstream_name    Astro-FITS-Header
%define upstream_version 3.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Interface to FITS headers

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Astro/Astro-FITS-Header-%{upstream_version}.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
Stores information about a FITS header block in an object. Takes an hash
with an array reference as an arguement. The array should contain a list of
FITS header cards as input.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.70.0-4
+ Revision: a311fa6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17944 |14mr|perl-Authen-PAM-0.160.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Authen-PAM
%define upstream_version 0.16

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    7

Summary:	Perl interface to the PAM library

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Authen/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	pam-devel
BuildRequires:  perl-devel

%description
The Authen::PAM module provides a Perl interface to the PAM library.
The only difference with the standard PAM interface is that the perl
one is simpler.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorarch}/auto/Authen/*
%{perl_vendorarch}/Authen/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.160.0-7
+ Revision: c9be495
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17945 |14mr|perl-Authen-Radius-0.200.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Authen-Radius
%define upstream_version 0.20
%define tarname RadiusPerl 

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	8

Summary:	Radius authentication interface to Perl 5	

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Authen/%{tarname}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch


%description
RadiusPerl is a Perl 5 module (Radius.pm) which allows you to 
communicate with a Radius server from Perl. You can just authenticate 
usernames/passwords via Radius, or comletely imitate AAA requests 
and process server response.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor 
make OPTIMIZE="%{optflags}" 
# (sb) can't really do this - need a Radius server
#make test

%install
%makeinstall_std 

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/Authen



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.200.0-8
+ Revision: 9cfcc5c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17946 |14mr|perl-Authen-SASL-2.150.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Authen-SASL
%define upstream_version 2.15

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(GSSAPI\\)'
%else
%define _requires_exceptions perl\(GSSAPI\)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	10

Summary:	SASL Authentication framework

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Digest::HMAC_MD5)
BuildArch:	noarch

%description
SASL is a generic mechanism for authentication used by several network
protocols. Authen::SASL provides an implementation framework that all protocols
should be able to share.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
%__make test

%install
%makeinstall_std

%files
%doc Changes api.txt
%{_mandir}/*/*
%{perl_vendorlib}/Authen



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.150.0-10
+ Revision: 0c99b2e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17947 |14mr|perl-Authen-Smb-0.910.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		upstream_name	 Authen-Smb
%define		upstream_version 0.91

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    10

Summary:	Perl extension to authenticate against an SMB server

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Authen/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		Authen-Smb-0.91-64bit-fixes.patch

BuildRequires:	perl-devel >= 5.6

%description
Authen::Smb is a Perl module to authenticate against an SMB server.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .64bit-fixes

%build
CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%clean

%files
%defattr(644,root,root,755)
%doc Changes README
%{perl_vendorarch}/Authen/*
%{perl_vendorarch}/auto/Authen/*
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.910.0-10
+ Revision: a23ea90
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17948 |14mr|perl-autodie-2.250.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       autodie
%define upstream_version 2.25

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Lexically have functions succeed or die


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel

BuildArch:	noarch

Provides:	perl(autodie)

%description
'Fatal' provides a way to conveniently replace functions which normally
return a false value when they fail with equivalents which raise exceptions
if they are not successful. This lets you use these functions without
having to test their return values explicitly on each call. Exceptions can
be caught using 'eval{}'. See the perlfunc manpage and the perlvar manpage
for details.

The do-or-die equivalents are set up simply by calling Fatal's 'import'
routine, passing it the names of the functions to be replaced. You may wrap
both user-defined functions and overridable CORE operators (except 'exec',
'system', 'print', or any other built-in that cannot be expressed via
prototypes) in this way.

If the symbol ':void' appears in the import list, then functions named
later in that import list raise an exception only when these are called in
void context--that is, when their return values are ignored. For example

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes 
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.250.0-4
+ Revision: 64d9922
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17949 |14mr|perl-AutoXS-Header-1.20.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    AutoXS-Header
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Container for the AutoXS header files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module is a simple container for the newest version of the the AutoXS
manpage header file 'AutoXS.h'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20.0-8
+ Revision: 8ddc4b4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17950 |14mr|perl-BerkeleyDB-0.540.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 BerkeleyDB
%define upstream_version 0.54

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Perl module for BerkeleyDB 2.x and greater

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	db-devel
BuildRequires:	perl-devel

%description
BerkeleyDB is a module which allows Perl programs to make use of the
facilities provided by Berkeley DB version 2 or greater. (Note: if
you want to use version 1 of Berkeley DB with Perl you need the DB_File
module).

Berkeley DB is a C library which provides a consistent interface to a
number of database formats. BerkeleyDB provides an interface to all
four of the database types (hash, btree, queue and recno) currently
supported by Berkeley DB.

For further details see the documentation in the file BerkeleyDB.pod.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes README
# ignore pod test failure
rm -f t/pod.t

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%clean 

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorarch}/BerkeleyDB*
%{perl_vendorarch}/*.pl
%{perl_vendorarch}/auto/BerkeleyDB
%{_mandir}/*/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.540.0-3
+ Revision: 784dcfb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17951 |14mr|perl-B-Hooks-EndOfScope-0.130.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    B-Hooks-EndOfScope
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Execute code after a scope finished compilation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/B/B-Hooks-EndOfScope-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Sub::Exporter::Progressive)
BuildRequires:	perl(Module::Runtime)
BuildRequires:	perl(Module::Implementation)
BuildRequires:	perl(Scope::Guard)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Variable::Magic)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module allows you to execute code when perl finished compiling the
surrounding scope.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Tue Sep 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.130.0-4
+ Revision: 541ab39
- Rebuild to the main repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17952 |14mr|perl-Bit-Vector-7.300.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Bit-Vector
%define upstream_version 7.3

%define TEST 1
%{?_with_test: %{expand: %%global TEST 1}}
%{?_without_test: %{expand: %%global TEST 0}}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary: 	%{upstream_name} module for perl

License: 	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Bit/Bit-Vector-%{upstream_version}.tar.gz

BuildRequires:	perl(Carp::Clan)
BuildRequires:	perl(Storable) >= 2.210.0
BuildRequires:	perl-devel


%description
%{upstream_name} module for perl.
Bit::Vector is an efficient C library which allows you to handle
bit vectors, sets (of integers), "big integer arithmetic" and
boolean matrices, all of arbitrary sizes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod -R u+w examples

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%if %{TEST}
LANG=C %make test
%endif

%install
%makeinstall_std

%clean 

%files
%defattr(-,root,root,755)
%doc CHANGES.txt CREDITS.txt INSTALL.txt README.txt examples
%{_mandir}/man3/Bit::Vector*
%dir %{perl_vendorarch}/Bit
%{perl_vendorarch}/Bit/Vector*
%dir %{perl_vendorarch}/auto/Bit
%{perl_vendorarch}/auto/Bit/Vector*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 7.300.0-3
+ Revision: cdceb98
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17953 |14mr|perl-B-Keywords-1.130.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 B-Keywords
%define upstream_version 1.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Lists of reserved barewords and symbol names

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/B/B-Keywords-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays,
@Hashes, @Filehandles, @Symbols, @Functions, and @Barewords. The
@Symbols array includes the contents of each of @Scalars, @Arrays,
@Hashes, and @Filehandles. Similarly, @Barewords adds a few
non-function keywords and operators to the @Functions array.

All additions and modifications are welcome.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{perl_vendorlib}/B
%{_mandir}/man*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.130.0-4
+ Revision: 8b208e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17954 |14mr|perl-BSD-Resource-1.290.700-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 BSD-Resource
%define upstream_version 1.2907

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	BSD process resource limit and priority functions

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/BSD/BSD-Resource-%{upstream_version}.tar.gz

BuildRequires:	perl-devel


%description
%{upstream_name} module for perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install

%makeinstall_std

%files
%doc ChangeLog README
%{perl_vendorarch}/BSD
%{perl_vendorarch}/auto/BSD
%{_mandir}/man*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.290.700-3
+ Revision: ee1823c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17955 |14mr|perl-Cairo-1.104.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Cairo
%define modver 1.104

Summary:	Perl module for the Cairo library


Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	3
License:	GPLv2+ or Artistic
Group:		Development/GNOME and GTK+
Url:		http://gtk2-perl.sf.net/
# http://sourceforge.net/project/showfiles.php?group_id=64773&package_id=160888
Source0:	http://sourceforge.net/projects/gtk2-perl/files/%{modname}/%{modver}/%{modname}-%{modver}.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::PkgConfig)
BuildRequires:	perl(Test::Number::Delta)
BuildRequires:	pkgconfig(cairo)

%description
This module provides perl access to the Cairo library.

Cairo provides anti-aliased vector-based rendering for X. Paths
consist of line segments and cubic splines and can be rendered at any
width with various join and cap styles. All colors may be specified
with optional translucence (opacity/alpha) and combined using the
extended Porter/Duff compositing algebra as found in the X Render
Extension.

%prep
%setup -qn %{modname}-%{modver}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test || :

%install
%makeinstall_std

%files
%doc LICENSE examples README NEWS TODO 
%{perl_vendorarch}/%{modname}
%{perl_vendorarch}/%{modname}.pm
%{perl_vendorarch}/auto/*
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.104.0-3
+ Revision: cf5b902
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17956 |14mr|perl-Cairo-GObject-1.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Cairo-GObject
%define	modver	1.004

Summary:	Integrate Cairo into the Glib type system

Name:		perl-%{modname}
Version:	%{perl_convert_version %{modver}}
Release:	3
License:	LGPLv2+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	http://www.cpan.org/modules/by-module/Cairo/%{modname}-%{modver}.tar.gz
BuildRequires:	perl(Cairo) >= 1.80.0
BuildRequires:	perl(ExtUtils::Depends) >= 0.200.0
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(ExtUtils::PkgConfig) >= 1.0.0
BuildRequires:	perl(Glib) >= 1.224.0
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(cairo)

%description
Integrate Cairo into the Glib type system.

%prep
%setup -q -n %{modname}-%{modver}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
#make test

%install
%makeinstall_std

%files
%doc LICENSE META.json META.yml MYMETA.yml NEWS README examples
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.0-3
+ Revision: 5b39bcd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17957 |14mr|perl-Capture-Tiny-0.250.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Capture-Tiny
%define upstream_version 0.25

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Capture STDOUT and STDERR from Perl, XS or external programs

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel

BuildArch: noarch

%description
Capture::Tiny provides a simple, portable way to capture anything sent to
STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or
from an external program. Optionally, output can be teed so that it is
captured while being passed through to the original handles. Yes, it even
works on Windows. Stop guessing which of a dozen capturing modules to use
in any particular situation and just use this one.

This module was heavily inspired by the IO::CaptureOutput manpage, which
provides similar functionality without the ability to tee output and with
more complicated code and API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Thu Sep 11 2014 dsilakov <denis.silakov@rosalab.ru> 0.250.0-1
+ Revision: c5e374f
- Merge pull request #2 from import/perl-Capture-Tiny:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17958 |14mr|perl-Carp-Clan-6.40.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Carp-Clan
%define	upstream_version 6.04

%define TEST	1
%{?_with_test: %{expand: %%global TEST 1}}
%{?_without_test: %{expand: %%global TEST 0}}

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Carp/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Exception)

BuildArch:	noarch

%description
%{upstream_name} module for perl.
This module reports errors from the perspective of the caller of a
"clan" of modules, similar to "Carp.pm" itself. But instead of giving
it a number of levels to skip on the calling stack, you give it a
pattern to characterize the package names of the "clan" of modules
which shall never be blamed for any error.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%if %{TEST}
LANG=C %make test
%endif

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%{_mandir}/*/*
%{perl_vendorlib}/Carp



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.40.0-9
+ Revision: d7e3b7c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17959 |14mr|perl-CGI-4.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 CGI
%define upstream_version 4.01

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2
Epoch:      1

Summary:    Simple Common Gateway Interface class for Perl

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://stein.cshl.org/WWW/software/CGI/
Source0:    http://search.cpan.org/CPAN/authors/id/L/LD/LDS/%{upstream_name}.pm-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec) >= 0.820.0
BuildRequires: perl(Test::More) >= 0.980.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
This perl library uses perl5 objects to make it easy to create
Web fill-out forms and parse their contents.  This package
defines CGI objects, entities that contain the values of the
current query string and other state variables.  Using a CGI
object's methods, you can examine keywords and parameters
passed to your script, and create forms whose initial values
are taken from the current query (thereby preserving state
information).

%prep
%setup -q -n %{upstream_name}.pm-%{upstream_version}
perl -pi -e s,/usr/local/bin/perl,/usr/bin/perl, examples/*.{cgi,pl}
chmod 755 examples

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README examples
%{perl_vendorlib}/CGI
%{perl_vendorlib}/*.pm
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:4.10.0-2
+ Revision: e5c666f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17960 |14mr|perl_checker-1.2.11-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# MODIFY IN THE SVN

%define version 1.2.11
%define release 9

%ifarch ppc64 %mips %arm
%define build_option PERL_CHECKER_TARGET='debug-code BCSUFFIX=""'
%define require_ocaml /usr/bin/ocamlrun
%else
%define build_option %nil
%define require_ocaml %nil
%endif

Summary: Verify Perl code
Name: perl_checker
Version: %{version}
Release: %{release}
License: GPLv2+
Group: Development/Perl
Requires: perl-base >= 2:5.8.0 %{require_ocaml}
URL: http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/perl_checker
Source0: perl_checker-%version.tar.bz2
BuildRequires: ocaml >= 3.06
# for the faked packages:
AutoReqProv: 0

Obsoletes: perl-MDK-Common-devel <= 1.1.24
Provides: perl-MDK-Common-devel <= 1.1.24

%description
Various verifying scripts created for DrakX

%prep
%setup -q

%build
# (tv) fix testsuite:
cat > src/test/.perl_checker<<EOF
Carp
Carp::Heavy
File::Sync
EOF
make %build_option

%install
%makeinstall_std %build_option

%files
%doc src/perl_checker.html
%{_bindir}/*
%{_datadir}/perl_checker
%{_datadir}/vim/ftplugin/*
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.11-9
+ Revision: 796029e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17961 |14mr|perl-Class-Accessor-0.340.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Accessor
%define upstream_version 0.34

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        7

Summary:        Automated accessor generation

License:        GPL+ or Artistic
Group:          Development/Perl
Url:            http://search.cpan.org/dist/%{upstream_name}
Source0:        http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module automagically generates accessor/mutators for your class.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Class
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.340.0-7
+ Revision: a161a65
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17962 |14mr|perl-Class-Accessor-Grouped-0.100.100-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Accessor-Grouped
%define upstream_version 0.10010

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Epoch:		1

Summary:	Lets you build groups of accessors

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/Class-Accessor-Grouped-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Algorithm::C3)
BuildRequires: perl(Class::XSAccessor)
BuildRequires: perl(Class::C3)
BuildRequires: perl(Class::Inspector)
BuildRequires: perl(Module::AutoInstall)
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Sub::Identify)
BuildRequires: perl(Sub::Name)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Digest::SHA)
BuildArch:		noarch

%description
This class lets you build groups of accessors that will call different getters
and setters.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 README Changes

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.100.100-4
+ Revision: 66bf05f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17963 |14mr|perl-Class-C3-0.270.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-C3
%define upstream_version 0.27

Summary:	A pragma to use the C3 method resolution order algortihm

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	Artistic/GPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz
BuildArch:	noarch
BuildRequires:	perl-devel
BuildRequires:	perl(Algorithm::C3) >= 0.05
BuildRequires:	perl(Scalar::Util) >= 1.10
BuildRequires:	perl(Test::More) >= 0.47
BuildRequires:	perl(Test::Exception) >= 0.15
BuildRequires:	perl(Class::C3::XS) >= 0.07
Requires:	perl(Algorithm::C3)

%description
This is pragma to change Perl 5's standard method resolution order
from depth-first left-to-right (a.k.a - pre-order) to the more
sophisticated C3 method resolution order.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc  README
%{perl_vendorlib}/Class
%{_mandir}/man3/*

%changelog
* Thu Sep 11 2014 dsilakov <denis.silakov@rosalab.ru> 0.270.0-1
+ Revision: 4854c9a
- Merge pull request #2 from import/perl-Class-C3:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17964 |14mr|perl-Class-C3-XS-0.130.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-C3-XS
%define upstream_version 0.13

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    7

Summary:	XS speedups for Class::C3 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

Buildrequires:	perl-devel

%description
This contains XS performance enhancers for Class::C3 version 0.16 and higher.
The main Class::C3 package will use this package automatically if it can find
it. Do not use this package directly, use Class::C3 instead.

The test suite here is not complete, although it does verify a few basic
things. The best testing comes from running the Class::C3 test suite *after*
this module is installed.

This module won't do anything for you if you're running a version of Class::C3
older than 0.16. (It's not a dependency because it would be circular with the
optional dep from that package to this one).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc ChangeLog README
%{perl_vendorarch}/Class
%{perl_vendorarch}/auto/Class
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.130.0-7
+ Revision: a70b9f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17965 |14mr|perl-Class-Data-Inheritable-0.80.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Data-Inheritable
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Inheritable, overridable class data

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Class::Data::Inheritable is for creating accessor/mutators to class data. That
is, if you want to store something about your class as a whole (instead of
about a single object). This data is then inherited by your subclasses and can
be overriden.

%prep
%setup -q  -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.80.0-8
+ Revision: 018d436
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17966 |14mr|perl-Class-ErrorHandler-0.30.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-ErrorHandler
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Base class for error handling
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Module::Build)
BuildRequires:	perl-devel
BuildArch:  noarch

%description
Class::ErrorHandler provides an error-handling mechanism that's generic enough
to be used as the base class for a variety of OO classes. Subclasses inherit
its two error-handling methods, error and errstr, to communicate error messages
back to the calling program.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.yml MYMETA.yml README.md
%{perl_vendorlib}/Class/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.30.0-2
+ Revision: 6902b68
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17967 |14mr|perl-Class-Factory-Util-1.700.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-Factory-Util
%define upstream_version 1.7

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5

Summary:	Provide utility methods for factory classes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:  perl(Module::Build)

BuildArch:	noarch

%description
This module exports a method that is useful for factory classes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes
%{perl_vendorlib}/Class/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.700.0-5
+ Revision: 6436127
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17968 |14mr|perl-Class-Inner-0.200.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Inner
%define upstream_version 0.200001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Class-Inner module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/Class-Inner/
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Class-Inner module for perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

# perl path hack
find . -type f | xargs perl -p -i -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class/*
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.200.1-8
+ Revision: f45bd16
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17969 |14mr|perl-Class-Inspector-1.280.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-Inspector
%define upstream_version 1.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Get information about a class and its structure 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/Class-Inspector-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but they
arn't always very friendly, and usually involve a relatively high level
of Perl wizardry, or strange and unusual looking code. Class::Inspector
attempts to provide an easier, more friendly interface to this
information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.280.0-4
+ Revision: 29beba3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17970 |14mr|perl-Class-ISA-0.360.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-ISA
%define upstream_version 0.36

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Report the search path thru an ISA tree

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Suppose you have a class (like Food::Fish::Fishstick) that is derived, via
its @ISA, from one or more superclasses (as Food::Fish::Fishstick is from
Food::Fish, Life::Fungus, and Chemicals), and some of those superclasses
may themselves each be derived, via its @ISA, from one or more superclasses
(as above).

When, then, you call a method in that class ($fishstick->calories), Perl
first searches there for that method, but if it's not there, it goes
searching in its superclasses, and so on, in a depth-first (or maybe
"height-first" is the word) search. In the above example, it'd first look
in Food::Fish, then Food, then Matter, then Life::Fungus, then Life, then
Chemicals.

This library, Class::ISA, provides functions that return that list -- the
list (in order) of names of classes Perl would search to find a method,
with no duplicates.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README ChangeLog
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.360.0-7
+ Revision: 4f18e18
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17971 |14mr|perl-Class-Load-0.220.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Load
%define upstream_version 0.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A working (require "Class::Name") and more

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz
Source1:	perl-Class-Load.rpmlintrc

BuildRequires:  perl(Data::OptList)
BuildRequires: perl(namespace::clean)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Module::Implementation)
BuildRequires:  perl(Module::Runtime)
BuildRequires:  perl(Package::Stash)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Test::Fatal)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Requires)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
'require EXPR' only accepts 'Class/Name.pm' style module names, not
'Class::Name'. How frustrating! For that, we provide 'load_class
'Class::Name''.

It's often useful to test whether a module can be loaded, instead of
throwing an error when it's not available. For that, we provide
'try_load_class 'Class::Name''.

Finally, sometimes we need to know whether a particular class has been
loaded. Asking '%INC' is an option, but that will miss inner packages and
any class for which the filename does not correspond to the package name.
For that, we provide 'is_class_loaded 'Class::Name''.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Thu Sep 11 2014 dsilakov <denis.silakov@rosalab.ru> 0.220.0-1
+ Revision: b721a59
- Merge pull request #3 from import/perl-Class-Load:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17972 |14mr|perl-Class-Loader-2.30.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Loader
%define upstream_version 2.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Load modules and create objects on demand

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Certain applications like to defer the decision to use a
particular module till runtime. This is possible in perl,
and is a useful trick in situations where the type of data
is not known at compile time and the application doesn't
wish to pre-compile modules to handle all types of data it
can work with. Loading modules at runtime can also provide
flexible interfaces for perl modules. Modules can let the
programmer decide what modules will be used by it instead
of hard-coding their names.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" echo | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.30.0-9
+ Revision: 80dacaa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17973 |14mr|perl-Class-MethodMaker-2.210.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Class-MethodMaker
%define upstream_version 2.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Create generic methods for OO Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
This module solves the problem of having to write a bazillion
get/set methods that are all the same. The argument to 'use'
is a hash whose keys are the names of types of generic
methods generated by MethodMaker and whose values tell method
maker what methods to make. (More precisely, the keys are the
names of MethodMaker methods (methods that write methods) and
the values are the arguments to those methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm -f t/0-signature.t # debug files make it fails

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README TODO Changes
%{perl_vendorarch}/Class
%{perl_vendorarch}/auto/Class
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.210.0-3
+ Revision: 97f2542
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17974 |14mr|perl-Class-Singleton-1.400.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-Singleton
%define upstream_version 1.4

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	A Singleton class for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is the Class::Singleton module. A Singleton describes an object class that
can have only one instance in any system. This module implements a Singleton
class from which other classes can be derived.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.400.0-8
+ Revision: a3d0e3b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17975 |14mr|perl-Class-Spiffy-0.150.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Class-Spiffy
%define	upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Spiffy Perl Interface Framework For You

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/I/IN/INGY/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
"Class::Spiffy" is a framework and methodology for doing object oriented (OO)
programming in Perl. Class::Spiffy combines the best parts of Exporter.pm,
base.pm, mixin.pm and SUPER.pm into one magic foundation class. It attempts to
fix all the nits and warts of traditional Perl OO, in a clean, straightforward
and (perhaps someday) standard way.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make 

%check
%__make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man*/*
%{perl_vendorlib}/Class/Spiffy.pm
%{perl_vendorlib}/Class/Spiffy/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.150.0-8
+ Revision: b42e740
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17976 |14mr|perl-Class-XSAccessor-1.190.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Class-XSAccessor
%define upstream_version 1.19

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Class::XSAccessor::Heavy\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Generate fast XS accessors without runtime compilation

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/Class-XSAccessor-%{upstream_version}.tar.gz

BuildRequires:	perl(AutoXS::Header)
BuildRequires:	perl-devel

Provides:	perl-Class-XSAccessor-Array = %{version}-%{release}

%description
Class::XSAccessor implements fast read, write and read/write accessors in
XS. Additionally, it can provide predicates such as 'has_foo()' for testing
whether the attribute 'foo' is defined in the object. It only works with
objects that are implemented as ordinary hashes. the
Class::XSAccessor::Array manpage implements the same interface for objects
that use arrays for their internal representation.

Since version 0.10, the module can also generate simple constructors
(implemented in XS) for you. Simply supply the 'constructor =>
'constructor_name'' option or the 'constructors => ['new', 'create',
'spawn']' option. These constructors do the equivalent of the following
perl code:

  sub new {
    my $class = shift;
    return bless { @_ }, ref($class)||$class;
  }

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.190.0-3
+ Revision: c9a580d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17977 |14mr|perl-Clone-0.310.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Clone
%define upstream_version 0.31

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    10

Summary: 	Recursively copy Perl datatypes

License: 	GPL+ or Artistic
Group: 		Development/Perl
Url: 		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RD/RDF/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
This module provides a clone() method which makes recursive
copies of nested hash, array, scalar and reference types, 
including tied variables and objects.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes
%{perl_vendorarch}/Clone.pm
%{perl_vendorarch}/auto/Clone
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.310.0-10
+ Revision: 7960154
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17978 |14mr|perl-common-sense-3.730.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    common-sense
%define upstream_version 3.73

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Save a tree AND a kitten, use common::sense!

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/common/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

Provides:	perl(common::sense)

%description
This module implements some sane defaults for Perl programs, as defined by
two typical (or not so typical - use your common sense) specimens of Perl
coders.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Wed Jul 16 2014 dsilakov <denis.silakov@rosalab.ru> 3.730.0-1
+ Revision: 79a2a3b
- Merge pull request #2 from import/perl-common-sense:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17979 |14mr|perl-Compress-Bzip2-2.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Compress-Bzip2
%define upstream_version 2.18

Name:		    perl-%{upstream_name}
Version:	    %perl_convert_version %{upstream_version}
Release:	    1

Summary:	    Interface to Bzip2 compression library

License:	    GPL+ or Artistic
Group:		    Development/Perl
Url:		    http://search.cpan.org/dist/%{upstream_name}
Source0:	    http://www.cpan.org/modules/by-module/Compress/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression
library (see "AUTHOR" for details about where to get Bzip2). A relevant subset
of the functionality provided by Bzip2 is available in Compress::Bzip2.

All string parameters can either be a scalar or a scalar reference.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README Changes
%{perl_vendorarch}/Compress
%{perl_vendorarch}/auto/Compress
%{_mandir}/*/*

%changelog
* Thu Sep 18 2014 dsilakov <denis.silakov@rosalab.ru> 2.180.0-1
+ Revision: 9e8252b
- Merge pull request #3 from import/perl-Compress-Bzip2:auto_update
- Updated to 2.18 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17980 |14mr|perl-Compress-Raw-Bzip2-2.64.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Compress-Raw-Bzip2
%define upstream_version 2.064

Summary:	Low-Level Interface to bzip2 compression library

Name:		perl-%{modname}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-%{upstream_version}.tar.gz
BuildRequires:	bzip2-devel
BuildRequires:	perl-devel

%description
Low-Level Interface to bzip2 compression library.

%prep
%setup -qn %{modname}-%{upstream_version}

%build
BUILD_BZIP2=0 perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorarch}/Compress
%{perl_vendorarch}/auto/Compress
%{_mandir}/man3/Compress::Raw::Bzip2.3pm*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.64.0-4
+ Revision: ac52a1e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17981 |14mr|perl-Compress-Raw-Zlib-2.65.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Compress-Raw-Zlib
%define upstream_version 2.065

Summary:	Low-Level Interface to zlib compression library

Name:		perl-%{modname}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(zlib)

%description
Low-Level Interface to zlib compression library.

%prep
%setup -qn %{modname}-%{upstream_version}
# Leaving the unused zlib source in the tree causes its zlib.h to be preferred
# over the system version we want.
rm -rf zlib-src

%build
BUILD_ZLIB=False perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorarch}/Compress
%{perl_vendorarch}/auto/Compress
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.65.0-4
+ Revision: 415b706
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17982 |14mr|perl-Config-General-2.560.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Config-General
%define upstream_version 2.56

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Generic Config perl module


License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module opens a config file and parses it's contents for you. The
method new requires one parameter which needs to be a filename. The
method getall returns a hash which contains all options and it's
associated values of your config file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changelog README

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changelog README
%{perl_vendorlib}/Config
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.560.0-2
+ Revision: 02b5817
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17983 |14mr|perl-Config-IniFiles-2.830.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Config-IniFiles
%define upstream_version 2.83

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A module for reading .ini-style configuration files

License: 	GPL
Group: 		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Config/Config-IniFiles-%{upstream_version}.tar.gz

BuildRequires: perl(Module::Build)
BuildRequires: perl-devel
BuildArch: noarch

%description
This perl module allows you to access to config files written in the
.ini style.

%prep
%setup -q -n Config-IniFiles-%{upstream_version}

%build
%__perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README
%{perl_vendorlib}/Config
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.830.0-4
+ Revision: 802359f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17984 |14mr|perl-Config-Tiny-2.200.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Tiny
%define upstream_version 2.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Read/Write .ini style files with as little code as possible

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/Config-Tiny-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
"Config::Tiny" is a perl class to read and write .ini style
configuration files with as little code as possible, reducing load time
and memory overhead. Most of the time it is accepted that Perl
applications use a lot of memory and modules. The "::Tiny" family of
modules is specifically intended to provide an ultralight alternative to
the standard modules.

This module is primarily for reading human written files, and anything
we write shouldn't need to have documentation/comments. If you need
something with more power move up to Config::Simple, Config::General or
one of the many other "Config::" modules. To rephrase, Config::Tiny does
not preserve your comments, whitespace, or the order of your config
file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
chmod 644 Changes lib/Config/Tiny.pm
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Config
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.200.0-4
+ Revision: 7a3ef8a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17985 |14mr|perl-Convert-ASCII-Armour-1.4-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname Convert-ASCII-Armour


Name:		perl-%{realname}
Version:	1.4
Release:	15
Summary:	Convert binary octets into ASCII armoured messages

License:	Artistic
Group:		Development/Perl
Url:		http://www.cpan.org
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Convert/%{realname}-%{version}.tar.bz2
BuildRequires:	perl(Compress::Zlib)  
BuildRequires:	perl-devel
BuildArch:		noarch

%description 
This module converts hashes of binary octets into ASCII
messages suitable for transfer over 6-bit clean transport
channels. The encoded ASCII resembles PGP's armoured
messages, but are in no way compatible with PGP.

%prep
%setup -q -n %{realname}-%{version}

%build
CFLAGS="%{optflags}" echo | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-15
+ Revision: 6eb42a7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17986 |14mr|perl-Convert-ASN1-0.260.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Convert-ASN1
%define upstream_version 0.26

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	ASN.1 Encode/Decode library for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/GBARR/Convert-ASN1-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl module used to encode and decode ASN.1 data structures using
BER/DER rules.

Needed by webmin to handle the OpenLDAP modules properly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog  examples/*
%{perl_vendorlib}/Convert/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.260.0-4
+ Revision: c4cbd4a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17987 |14mr|perl-Convert-BER-1.310.100-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Convert-BER
%define upstream_version 1.3101

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7
Epoch:		1

Summary:	Convert-BER (module for perl)

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Convert/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Convert::BER is a perl object class implementation to encode
and decode objects as described by ITU-T standard X.209 (ASN.1)
using Basic Encoding Rules (BER)
	
%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc MANIFEST README ChangeLog
%{perl_vendorlib}/Convert
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.310.100-7
+ Revision: 992bbe3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17988 |14mr|perl-Convert-BinHex-1.119-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Convert-BinHex

Summary:	Extract data from Macintosh BinHex files

Name:		perl-%{module}
Version:	1.119
Release:	12
License:	GPL
Group:		Development/Perl
Requires:	perl
URL:		http://www.cpan.org
Source:		%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Convert::BinHex is used to extract data from Macintosh BinHex files

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
make OPTIMIZE="%{optflags}" 
# (sb) can't really do this - need a Radius server
#make test

%install
%makeinstall_std 

%clean

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/Convert





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.119-12
+ Revision: e2abf6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17989 |14mr|perl-Convert-PEM-0.80.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Convert-PEM
%define	upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	10

Summary:	Read/write encrypted ASN.1 PEM files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Convert/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-Convert-ASN1 
BuildRequires:	perl-Class-ErrorHandler
BuildRequires:	perl-Crypt-DES_EDE3
BuildRequires:	perl-devel
BuildArch:	noarch

# not found automatically
Requires:	perl(Class::ErrorHandler)
Requires:	perl

%description
Convert::PEM reads and writes PEM files containing ASN.1-encoded
objects. The files can optionally be encrypted using a symmetric cipher
algorithm, such as 3DES.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%__make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.80.0-10
+ Revision: 841956f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17990 |14mr|perl-Convert-TNEF-0.170.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Convert-TNEF
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	%{upstream_name} module for perl

License:	GPL
Group:		Development/Perl
Url:		http://www.cpan.org/modules/by-module/Convert/
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-MIME-tools
BuildRequires:	perl-devel
BuildArch:	noarch

%description
%{upstream_name} module for perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std
 
%files
%{perl_vendorlib}/Convert/*
%{_mandir}/*/*
%doc MANIFEST README Changes



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.170.0-8
+ Revision: 53bdd9b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17991 |14mr|perl-Convert-UU-0.520.100-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Convert-UU
%define upstream_version 0.5201

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	UUencode and UUdecode

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Convert/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
* * uuencode

  uuencode() takes as the first argument a string that is to be uuencoded.
  Note, that it is the string that is encoded, not a filename.
  Alternatively a filehandle may be passed that must be opened for reading.
  It returns the uuencoded string including 'begin' and 'end'. Second and
  third argument are optional and specify filename and mode. If unspecified
  these default to "uuencode.uu" and 644.

* * uudecode

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/puudecode
%{_bindir}/puuencode
%{_mandir}/man1/puudecode.1*
%{_mandir}/man1/puuencode.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.520.100-8
+ Revision: 9e0abf7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17992 |14mr|perl-Convert-UUlib-1.400.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Convert-UUlib
%define upstream_version 1.4

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5
Epoch:		2

Summary:	%{upstream_name} module for perl

License: 	GPL
Group: 		Development/Perl
Url: 		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Convert/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
Convert::UUlib is a Perl interface to the uulib library (a.k.a.
uudeview/uuenview).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
%make

%check
%__make test

%install
%makeinstall_std

%clean

%files
%doc README Changes COPYING doc
%{perl_vendorarch}/auto/Convert
%{perl_vendorarch}/Convert
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:1.400.0-5
+ Revision: bb00ef8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17993 |14mr|perl-CPANPLUS-0.915.200-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 CPANPLUS
%define upstream_version 0.9152

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Your::Module::Here\\)'
%else
%define _requires_exceptions perl(Your::Module::Here)
%endif

Summary:	API & CLI access to the CPAN mirrors


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Archive::Extract)          >=  0.160.0
BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(Crypt::OpenPGP)
BuildRequires:	perl(File::Fetch)               >= 0.160.0
BuildRequires:	perl(IO::Zlib)
BuildRequires:	perl(IPC::Cmd)                  >= 0.420.0
BuildRequires:	perl(Locale::Maketext::Simple)  >= 0.10.0
BuildRequires:	perl(Log::Message)              >= 0.10.0
BuildRequires:	perl(Log::Message::Simple)
BuildRequires:	perl(Module::CoreList)          >= 2.90.0
BuildRequires:	perl(Module::Load)              >= 0.100.0
BuildRequires:	perl(Module::Load::Conditional) >= 0.280.0
BuildRequires:	perl(Module::Loaded)            >= 0.10.0
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(Object::Accessor)          >= 0.340.0
BuildRequires:	perl(Package::Constants)        >= 0.10.0
BuildRequires:	perl(Params::Check)             >= 0.220.0
BuildRequires:	perl(Parse::CPAN::Meta)         >= 0.20.0
BuildRequires:	perl(Term::UI)                  >= 0.50.0
BuildRequires:	perl(Test::Harness)             >= 2.620.0
BuildArch:	noarch

# (misc) not detected automatically, needed by CPANPLUS/Module.pm line 450
# fixing bug https://qa.mandriva.com/show_bug.cgi?id=35018
Requires:	perl(Module::CoreList)
Requires:	perl(Module::Pluggable)
Requires:	perl(Module::Signature)

%description
The CPANPLUS library is an API to the CPAN mirrors and a collection of
interactive shells, commandline programs, etc, that use this API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# wants to write to the root fs
rm -f t/20_CPANPLUS-Dist-MM.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README ChangeLog
%{_bindir}/cpan2dist
%{_bindir}/cpanp
%{_bindir}/cpanp-run-perl
%{perl_vendorlib}/CPANPLUS*
%{_mandir}/*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.915.200-2
+ Revision: 1e0abba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17994 |14mr|perl-CPANPLUS-Dist-Build-0.760.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       CPANPLUS-Dist-Build
%define upstream_version 0.76

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4
License:    GPL or Artistic
Group:      Development/Perl
Summary:    Constants for CPANPLUS::Dist::Build

Url:        http://search.cpan.org/dist/%{upstream_name}
Source:     http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl-devel
BuildRequires: perl(CPANPLUS)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IPC::Cmd)
BuildRequires: perl(Locale::Maketext::Simple)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Load)
BuildRequires: perl(Module::Load::Conditional)
BuildRequires: perl(Module::Pluggable)
BuildRequires: perl(Object::Accessor)
BuildRequires: perl(Params::Check)
BuildRequires: perl(Test::Harness)
BuildRequires: perl(Test::More)
# versionning the corresponding virtual package is not enough
BuildRequires: perl-Module-Load-Conditional
BuildArch: noarch

%description
'CPANPLUS::Dist::Build' is a distribution class for 'Module::Build' related
modules. Using this package, you can create, install and uninstall perl
modules. It inherits from 'CPANPLUS::Dist'.

Normal users won't have to worry about the interface to this module, as it
functions transparently as a plug-in to 'CPANPLUS' and will just 'Do The
Right Thing' when it's loaded.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/CPANPLUS

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.760.0-4
+ Revision: f40c3e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17995 |14mr|perl-Crypt-Blowfish-2.140.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Crypt-Blowfish
%define upstream_version 2.14

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Perl Blowfish encryption module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-Blowfish-%{upstream_version}.tar.gz

Buildrequires:	 perl-devel

%description
Perl module to encrypt using the Blowfish algorithm.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc README COPYRIGHT Changes
%{perl_vendorarch}/Crypt
%{perl_vendorarch}/auto/Crypt
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.140.0-3
+ Revision: 2940985
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17996 |14mr|perl-Crypt-Blowfish_PP-1.120.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-Blowfish_PP
%define upstream_version 1.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Crypt::Blowfish_PP - Blowfish encryption algorithm implemented purely in Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MATTBM/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Crypt::Blowfish_PP module provides for users to use the Blowfish encryption
algorithm in perl. The implementation is entirely Object Oriented, as there is
quite a lot of context inherent in making blowfish as fast as it is. The key is
anywhere between 64 and 448 bits (8 and 56 bytes), and should be passed as a
packed string. The transformation itself is a 16-round Feistel Network, and
operates on a 64 bit block.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc CHANGELOG README
%{perl_vendorlib}/Crypt/Blowfish_PP.pm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.120.0-8
+ Revision: 81330e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17997 |14mr|perl-Crypt-CAST5-0.50.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-CAST5
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    7

Summary:	Crypt::CAST5 - CAST5 block cipher

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BO/BOBMATH/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel

%description
This module provides an implementation of the CAST5 block cipher using
compiled C code for increased speed. CAST5 is also known as CAST-128. It
is a product of the CAST design procedure developed by C. Adams and
S. Tavares. The CAST5 cipher is available royalty-free.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%dir %{perl_vendorlib}/*/auto/Crypt/CAST5
%{perl_vendorlib}/*/Crypt/CAST5.pm
%{perl_vendorlib}/*/auto/Crypt/CAST5/CAST5.so
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-7
+ Revision: c21265d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17998 |14mr|perl-Crypt-CAST5_PP-1.40.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Crypt-CAST5_PP
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	CAST5 block cipher in pure Perl

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides a pure Perl implementation of the CAST5 block cipher.
CAST5 is also known as CAST-128. It is a product of the CAST design procedure
developed by C. Adams and S. Tavares.

The CAST5 cipher is available royalty-free.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%__make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Crypt/*
%{perl_vendorlib}/auto/Crypt/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40.0-8
+ Revision: 8aa3982
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 17999 |14mr|perl-Crypt-CBC-2.330.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Crypt-CBC
%define upstream_version 2.33

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Encrypt Data with Cipher Block Chaining Mode

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Crypt/Crypt-CBC-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Crypt::Rijndael)
BuildRequires:	perl(Crypt::Blowfish)
BuildRequires:	perl(Crypt::Blowfish_PP)
BuildRequires:	perl(Crypt::CAST5)
BuildRequires:	perl(Crypt::DES)
BuildRequires:	perl(Crypt::IDEA)
BuildArch:	noarch

%description
This module is a Perl-only implementation of the cryptographic cipher
block chaining mode (CBC).  In combination with a block cipher such as
DES or IDEA, you can encrypt and decrypt messages of arbitrarily long
length.  The encrypted messages are compatible with the encryption
format used by SSLeay, and can be made compatible with the newer
OpenSSL package by specifying the -salt argument.

To use this module, you will first create a Crypt::CBC cipher object with
new().  At the time of cipher creation, you specify an encryption key
to use and, optionally, a block encryption algorithm.  You will then
call the start() method to initialize the encryption or decryption
process, crypt() to encrypt or decrypt one or more blocks of data, and
lastly finish(), to pad and encrypt the final block.  For your
convenience, you can call the encrypt() and decrypt() methods to
operate on a whole data value at once.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make


%check
make test

%install
%makeinstall_std

%files
%doc Changes README eg
%{perl_vendorlib}/Crypt
%{_mandir}/man3*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.330.0-4
+ Revision: 5d3cbc9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18000 |14mr|perl-Crypt-CipherSaber-1.00-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Crypt-CipherSaber

Summary:	Perl module implementing CipherSaber encryption

Name:		perl-%{module}
Version:	1.00
Release:	20
License:	GPLv2 or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{module}-%{version}.tar.bz2
BuildArch:	noarch
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Test::Simple) >= 0.60
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl-devel
BuildRequires:	perl(JSON::PP)
BuildRequires:	perl(Digest::SHA)

%description
The Crypt::CipherSaber module implements CipherSaber encryption, described at
http://ciphersaber.gurus.com. It is simple, fairly speedy, and relatively
secure algorithm based on RC4.

%prep
%setup -qn %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#Remove the debug files which get created, causing failure of the contents check
rm debug*.list
make test

%install
%makeinstall_std

%files 
%doc Changes README
%{perl_vendorlib}/Crypt
%{_mandir}/man3/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-20
+ Revision: 384c20d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18001 |14mr|perl-Crypt-DES-2.70.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Crypt-DES
%define upstream_version 2.07

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Perl DES encryption module

Source0:	http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-2.07.tar.gz
Url:            http://search.cpan.org/dist/%{module}/
BuildRequires:	perl-devel
# avoid build dependency on perl-Crypt-CBC to avoid dependency cycles
# https://qa.mandriva.com/show_bug.cgi?id=43033

%description
The module implements the Crypt::CBC interface.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README COPYRIGHT
%{perl_vendorarch}/Crypt
%{perl_vendorarch}/auto/Crypt
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.70.0-3
+ Revision: 2fc4116
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18002 |14mr|perl-Crypt-DES_EDE3-0.10.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-DES_EDE3
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Triple-DES EDE encryption/decryption

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is Crypt::DES_EDE3, a module implementing Triple-DES EDE
(encrypt-decrypt-encrypt) encryption and decryption.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%files
%doc MANIFEST README
%{perl_vendorlib}/Crypt
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.0-9
+ Revision: f30b37e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18003 |14mr|perl-Crypt-DSA-1.170.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Crypt-DSA
%define upstream_version 1.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5
Summary:	DSA Signatures and Key Generation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%upstream_name/
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Convert::PEM)
BuildRequires:	perl(Crypt::DES_EDE3)
BuildRequires:	perl(Crypt::Random)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(Data::Buffer) >= 0.01
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Which) >= 0.05
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(Math::BigInt) >= 1.78
BuildRequires:	perl(Perl::MinimumVersion) >= 1.20
BuildRequires:	perl(Test::CPAN::Meta) >= 0.12
BuildRequires:	perl(Test::More) >= 0.42
BuildRequires:	perl(Test::MinimumVersion) >= 0.008
BuildRequires:	perl(Test::Pod) >= 1.26
BuildRequires:	openssl
# Crypt::DSA::Keychain calls openssl for DSA parameter generation
Requires:	openssl
# Pull in Math::BigInt::GMP for GMP support for suitably recent versions of Math::BigInt
# else use Math::GMP
%if %(%{__perl} -MMath::BigInt -e 'use Math::BigInt 1.87;' 2>/dev/null && echo 1 || echo 0)
BuildRequires:	perl(Math::BigInt::GMP)
Requires:	perl(Math::BigInt::GMP)
%else
BuildRequires:	perl(Math::GMP)
Requires:	perl(Math::GMP)
%endif
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm)
signature verification system. The implementation itself is pure Perl, although
the heavy-duty mathematics underneath are provided by the Math::Pari library.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test AUTOMATED_TESTING=1

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Crypt
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.170.0-5
+ Revision: 5bff63c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18004 |14mr|perl-Crypt-IDEA-1.100.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Crypt-IDEA
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl interface to IDEA block cipher

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Crypt/Crypt-IDEA-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description 
This perl extension is an implementation of the IDEA block
cipher algorithm. The module implements the
Crypt::BlockCipher interface, which has the following
methods

blocksize =item keysize =item encrypt =item decrypt

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%doc COPYRIGHT
%{perl_vendorarch}/Crypt
%{perl_vendorarch}/auto/Crypt
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.100.0-3
+ Revision: 6a5bcfd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18005 |14mr|perl-Crypt-OpenPGP-1.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Crypt-OpenPGP
%define upstream_version 1.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Pure-Perl OpenPGP implementation

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(Crypt::Blowfish)
BuildRequires:	perl(Crypt::CAST5_PP)
BuildRequires:	perl(Crypt::DES_EDE3)
BuildRequires:	perl(Crypt::DSA)
BuildRequires:	perl(Crypt::IDEA)
BuildRequires:	perl(Crypt::Rijndael)
BuildRequires:	perl(Crypt::RIPEMD160)
BuildRequires:	perl(Crypt::RSA)
BuildRequires:	perl(Crypt::Twofish) >= 2.00
BuildRequires:	perl(Data::Buffer) >= 0.04
BuildRequires:	perl(File::HomeDir)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Math::Pari)
BuildRequires:	perl(MIME::Base64) >= 3.07
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(Data::Random)

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP stan- dard[1]. In
addition to support for the standard itself, Crypt::OpenPGP claims
compatibility with many other PGP implementations, both those that support the
standard and those that preceded it.

Crypt::OpenPGP provides signing/verification, encryption/decryption, keyring
management, and key-pair generation; in short it should provide you with
everything you need to PGP-enable yourself. Alternatively it can be used as
part of a larger system; for example, perhaps you have a web-form-to-email
generator written in Perl, and you'd like to encrypt outgoing messages, because
they contain sensitive information.  Crypt::OpenPGP can be plugged into such a
scenario, given your public key, and told to encrypt all messages; they will
then be readable only by you.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm -f t/07-digest.t

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# this test works under iurt as user, but not under build system
rm -f t/07-digest.t
#make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Crypt/*
%{_mandir}/*/*




%changelog
* Wed Jul 16 2014 dsilakov <denis.silakov@rosalab.ru> 1.70.0-1
+ Revision: 5771734
- Merge pull request #1 from import/perl-Crypt-OpenPGP:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18006 |14mr|perl-Crypt-OpenSSL-Random-0.40.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-OpenSSL-Random
%define upstream_version 0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    12
Summary:	Crypt-OpenSSL-Random module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		Crypt-OpenSSL-Random-0.04-link.patch
Buildrequires: perl-devel
Buildrequires: pkgconfig(openssl)

%description
Crypt-OpenSSL-Random module for perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0
# perl path hack
find . -type f | xargs %__perl -p -i -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"

%build
%__perl Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix} </dev/null
%__make

%check
%__make test

%install
%makeinstall_std

%files
%doc Changes 
%{perl_vendorlib}/*/auto/Crypt/OpenSSL/Random/Random.so
%{perl_vendorlib}/*/auto/Crypt/OpenSSL/Random/autosplit.ix
%{perl_vendorlib}/*/Crypt/OpenSSL/Random.pm
%{_mandir}/*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.40.0-12
+ Revision: cf0b10a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18007 |14mr|perl-Crypt-OpenSSL-RSA-0.280.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Crypt-OpenSSL-RSA
%define upstream_version 0.28

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6
Summary:	%{upstream_name} module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-Crypt-OpenSSL-Random
BuildRequires:	pkgconfig(openssl)

%description
%{upstream_name} module for perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%__make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorarch}/auto/Crypt
%{perl_vendorarch}/Crypt
%{_mandir}/man*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.280.0-6
+ Revision: 5d40f31
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18008 |14mr|perl-Crypt-OpenSSL-X509-1.804.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Crypt-OpenSSL-X509
%define upstream_version 1.804

Summary:	Perl extension to OpenSSL's X509 API
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DA/DANIEL/Crypt-OpenSSL-X509-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	perl(Module::Install)
BuildRequires:	perl(YAML)

%description
This is a Perl extension to OpenSSL's X509 API. It implements a large majority
of OpenSSL's useful X509 API.

%files
%doc Changes README TODO certs
%{perl_vendorarch}/Crypt
%{perl_vendorarch}/auto/Crypt
%{_mandir}/*/*

#---------------------------------------------------------------------------

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%check
%make test

%changelog
* Wed Jul 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.804.0-3
+ Revision: c922ae1
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18009 |14mr|perl-Crypt-PasswdMD5-1.400.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Crypt-PasswdMD5
%define upstream_version 1.40

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Perl extension for crypt()-compatible interfaces to the MD5-based crypt()

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.cpan.org:21/pub/CPAN/modules/by-module/Crypt/Crypt-PasswdMD5-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This  code  provides  various  crypt()-compatible  interfaces  to  the
MD5-based crypt() function found in  various *nixes. It's based on the
implementation  found  on FreeBSD  2.2.[56]-RELEASE

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e 's,(SSL_DIR.*)/lib\b,\1/%{_lib},g' Makefile.PL

%build
CFLAGS="%{optflags}" echo | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Crypt/PasswdMD5.pm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.400.0-4
+ Revision: 417ede7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18010 |14mr|perl-Crypt-Primes-0.500.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-Primes
%define upstream_version 0.50

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Provable Prime Number Generator suitable for Cryptographic Application

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-Crypt-Random
BuildArch:		noarch

%description
This module implements Ueli Maurer's algorithm for
generating large provable primes and secure parameters
for public-key cryptosystems. The generated primes are
almost uniformly distributed over the set of primes of
the specified bitsize and expected time for generation
is less than the time required for generating a
pseudo-prime of the same size with Miller-Rabin tests.
Detailed description and running time analysis of the
algorithm can be found in Maurer's paper[1].

Crypt::Primes is a pure perl implementation. It uses
Math::Pari for multiple precision integer arithmetic
and number theoretic functions. Random numbers are
gathered with Crypt::Random, a perl interface to
/dev/u?random devices found on most modern Unix operating
systems.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" echo | %__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_bindir}/largeprimes
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.500.0-9
+ Revision: f227141
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18011 |14mr|perl-Crypt-Random-1.250.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Crypt-Random
%define	upstream_version 1.25

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	10

Summary:	%{upstream_name} Perl module

License:	Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Crypt::Random is an interface module to the /dev/random device found on most
modern Unix systems. The /dev/random driver gathers environmental noise from
various non-deterministic sources including inter-keyboard timings and
inter-interrupt timings that occur within the operating system environment.
The /dev/random driver maintains an estimate of true randomness in the pool and
decreases it every time random strings are requested for use. When the estimate
goes down to zero, the routine blocks and waits for the occurrence of
non-deterministic events to refresh the pool.
The /dev/random kernel module also provides another interface, /dev/urandom,
that does not wait for the entropy-pool to recharge and returns as many bytes
as requested. /dev/urandom is considerably faster at generation compared to
/dev/random, which should be used only when very high quality randomness is
desired.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes README 
%{_bindir}/*
%{perl_vendorlib}/Crypt/*.pm
%{perl_vendorlib}/Crypt/Random
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.250.0-10
+ Revision: 59413db
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18012 |14mr|perl-Crypt-Rijndael-1.120.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Crypt-Rijndael
%define upstream_version 1.12

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Crypt::CBC compliant Rijndael encryption module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Crypt/Crypt-Rijndael-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
This module implements the Rijndael cipher, which has just been selected as the
Advanced Encryption Standard.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc NEWS README
%{perl_vendorarch}/Crypt
%{perl_vendorarch}/auto/Crypt
%{_mandir}/man3*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.120.0-3
+ Revision: b653600
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18013 |14mr|perl-Crypt-RIPEMD160-0.50.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-RIPEMD160
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    8

Summary:	Crypt-RIPEMD160 module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel

%description
The %{upstream_name} module/extension allows you to use the RIPEMD160 Message
Digest algorithm from within Perl programs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e "s,/usr/local/bin/perl,%{_bindir}/perl," misc/ripemd160_driver.pl

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std
find misc -type f -exec chmod 0644 {} \;

%clean 

%files
%doc README misc/*
%{perl_vendorlib}/*/Crypt/RIPEMD160
%{perl_vendorlib}/*/Crypt/RIPEMD160.pm
%{perl_vendorlib}/*/auto/Crypt/RIPEMD160
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-8
+ Revision: ea6a80f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18014 |14mr|perl-Crypt-RSA-1.990.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-RSA
%define upstream_version 1.99

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	RSA public-key cryptosystem

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-Crypt-Blowfish
BuildRequires:	perl-Crypt-CBC
BuildRequires:	perl-Digest-MD2
BuildRequires:	perl-Digest-SHA1
BuildRequires:	perl-Convert-ASCII-Armour
BuildRequires:	perl-Crypt-Primes
BuildRequires:	perl-Sort-Versions
BuildRequires:	perl-Tie-EncryptedHash
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Crypt::RSA is a pure-perl, cleanroom implementation of the
RSA public-key cryptosystem. It uses Math::Pari(3), a perl
interface to the blazingly fast PARI library, for big
integer arithmetic and number theoretic computations.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.990.0-9
+ Revision: f9003aa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18015 |14mr|perl-Crypt-SmbHash-0.120.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-SmbHash
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Crypt::SmbHash Perl module - generate LM/NT hashes like smbpasswd

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/Crypt-SmbHash/
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides functions to generate LM/NT hashes used in
Samba's 'password' files, like smbpasswd.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
%{!?_without_tests:make test}

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc Changes README
%{perl_vendorlib}/Crypt/SmbHash.pm
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.120.0-8
+ Revision: 2a2587a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18016 |14mr|perl-Crypt-SSLeay-0.580.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Crypt-SSLeay
%define upstream_version 0.58

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    13
Summary:	Support for the https protocol under LWP

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/Crypt-SSLeay-%{upstream_version}.tar.gz
Patch0:		perl-Crypt-SSLeay-cryptdef.patch
# https://rt.cpan.org/Ticket/Display.html?id=61883
Patch1:		0001-Add-SNI-support-to-Crypt-SSLeay.patch
BuildRequires:	pkgconfig(openssl)
BuildRequires:	perl-devel >= 2:5.14
BuildRequires:	perl-URI
BuildRequires:	perl-List-MoreUtils >= 0.320.0-3

%description 
This perl module provides support for the https protocol under LWP, so
that a LWP::UserAgent can make https GET & HEAD requests.

The Crypt::SSLeay package contains Net::SSL, which is automatically
loaded by LWP::Protocol::https on https requests, and provides the
necessary SSL glue for that module to work via these deprecated modules:

This product includes cryptographic software written by 
Eric Young (eay@cryptsoft.com)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .cryptdef
%patch1 -p1 -b .sni

%build
%__perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml
%{perl_vendorarch}/auto/Crypt
%{perl_vendorarch}/Crypt
%{perl_vendorarch}/Net
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.580.0-13
+ Revision: c55f41e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18017 |14mr|perl-Crypt-Twofish-2.170.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-Twofish
%define upstream_version 2.17

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Crypt-Twofish module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/Crypt-Twofish-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
Twofish is a 128-bit symmetric block cipher with a variable length (128, 192,
or 256-bit) key, developed by Counterpane Labs. It is unpatented and free for
all uses, as described at http://www.counterpane.com/twofish.html.

This module implements Twofish encryption. It supports the Crypt::CBC interface

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorlib}/*/Crypt/Twofish.pm
%{perl_vendorlib}/*/auto/Crypt/Twofish
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.170.0-3
+ Revision: 094d176
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18018 |14mr|perl-Curses-1.320.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Curses
%define upstream_version 1.32

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Perl module for character screen handling and windowing


License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/%{upstream_name}-%{upstream_version}.tgz

BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	perl-devel

%description
Curses is the interface between Perl and your system's curses(3) library. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"
chmod 644 Artistic Copying INSTALL README

%check
%make test

%install
%makeinstall_std

%files
%doc Artistic Copying INSTALL README
%{perl_vendorarch}/auto/Curses
%{perl_vendorarch}/Curses*
%{_mandir}/*/*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 1.320.0-1
+ Revision: 8273b30
- Merge pull request #3 from import/perl-Curses:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18019 |14mr|perl-Curses-UI-0.960.900-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Curses-UI
%define upstream_version 0.9609

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	A curses based perl OO user interface framework

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Curses/Curses-UI-%{upstream_version}.tar.gz
Patch0:		Curses-UI-0.95-more-Listbox-alike-Popupmenu.patch
Patch2:		Curses-UI-0.95-add-method-to-modify-button-label.patch
Patch3:		Curses-UI-0.95-allow-setting-active-line.patch
Patch4:		Curses-UI-0.9607-focus-up-and-focus-down.patch
Patch5:		Curses-UI-0.95-make-dialog-message-focusable-if-scrolled.patch
Patch6:		Curses-UI-0.95-new-Container-method--delete_object.patch
Patch7:		Curses-UI-0.95-do-not-replace-last-char-with-overflow-char.patch
Patch8:		Curses-UI-0.9607-gpm-does-not-work--hide-error-for-now.patch
Patch9:		Curses-UI-0.95-only-redraw-Listbox-when-needed-otherwise-it-occurs-after-focus-next.patch

BuildRequires:	perl(Curses)
BuildRequires:	perl(Term::ReadKey)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl-devel
BuildArch:	noarch
Requires:	perl(Curses)
Requires:	perl(Term::ReadKey)
# temporary dep due to the perl-5.14 bump
BuildRequires:	perl-Curses >= 1.280.0-6

%description
A UI framework based on the curses library. Curses::UI contains
several widgets which can be used to build a user interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1

# perl path hack
find . -type f | xargs perl -p -i -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make OPTIMIZE="%{optflags}"

%check
# need setting COLUMNS and LINES to help it getting "Terminal Size" under nohup or iurt
COLUMNS=80 LINES=25 make test

%install
%makeinstall_std

%files
%doc README examples CREDITS Changes
%{perl_vendorlib}/Curses
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.960.900-4
+ Revision: af4d30b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18020 |14mr|perl-Data-Buffer-0.40.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Buffer
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	11

Summary:	Read/write buffer class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://www.cpan.org
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Data::Buffer implements a low-level binary buffer in which
you can get and put integers, strings, and other data.
Internally the implementation is based on pack and unpack,
such that Data::Buffer is really a layer on top of those
built-in functions.

All of the get_* and put_* methods respect the internal
offset state in the buffer object. This means that you
should read data out of the buffer in the same order that
you put it in.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" echo | %__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.40.0-11
+ Revision: 3a84340
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18021 |14mr|perl-Data-Dump-1.220.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Data-Dump
%define upstream_version 1.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Pretty printing of data structures

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source:		ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Data/Data-Dump-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides a single function called dump() that takes a list
of values as its argument and produces a string as its result. The
string contains Perl code that, when evaled, produces a deep copy of
the original arguments. The string is formatted for easy reading.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/Data


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.220.0-4
+ Revision: e100350
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18022 |14mr|perl-Data-Flow-1.20.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Flow
%define upstream_version 1.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Simple-minded recipe-controlled build of data

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildArch:	noarch
BuildRequires:	perl-devel

%description
Perl extension for simple-minded recipe-controlled build of data.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Data
%{perl_vendorlib}/auto/Data
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20.0-6
+ Revision: ee8fe65
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18023 |14mr|perl-Data-HexDump-0.20.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Data-HexDump
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	A Simple Hexadecimal Dumper	

License:	GPL
Group:		Development/Perl
Requires:	perl
Url:		http://www.cpan.org/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/F/FT/FTASSIN/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Dump in hexadecimal the content of a scalar. The result is returned 
in a string. Each line of the result consists of the offset in the
source in the leftmost column of each line, followed by one or more
columns of data from the source in hexadecimal. The rightmost column
of each line shows the printable characters (all others are shown
as single dots)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor 
make OPTIMIZE="%{optflags}"
make test

%install
%makeinstall_std 

# (sb) conflicts with util-linux
mv %{buildroot}%{_bindir}/hexdump %{buildroot}%{_bindir}/perl-hexdump

%files
%{_mandir}/man3/Data::HexDump.3pm*
%dir %{perl_vendorlib}/Data
%{perl_vendorlib}/Data/HexDump.pm
%{_bindir}/perl-hexdump



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.20.0-8
+ Revision: b26c8f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18024 |14mr|perl-Data-OptList-0.109.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-OptList
%define upstream_version 0.109

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Parse and validate simple name/value option pairs

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/Data-OptList-%{upstream_version}.tar.gz

BuildRequires:	perl(Sub::Install)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl-devel

BuildArch:	noarch

%description 
Hashes are great for storing named data, but if you want more than one entry
for a name, you have to use a list of pairs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Data
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.109.0-4
+ Revision: ae7c905
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18025 |14mr|perl-Data-Random-0.110.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Random
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Data::Random - Perl module to generate random data

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Data/Data-Random-%{upstream_version}.tar.gz

BuildRequires:	perl-Date-Calc
BuildRequires:	perl-GD
BuildRequires:	perl-YAML-Tiny
BuildRequires:	perl-devel
BuildArch:	noarch

%description
A module used to generate random data.  Useful mostly for test
programs.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README*
%dir %{perl_vendorlib}/Data/Random
%{perl_vendorlib}/Data/Random.pm
%{perl_vendorlib}/Data/Random/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.110.0-4
+ Revision: 395fee0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18026 |14mr|perl-Data-Section-Simple-0.50.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Section-Simple
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Read data from __DATA__

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl-devel
BuildArch: noarch

%description
Data::Section::Simple is a simple module to extract data from '__DATA__'
section of the file.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-4
+ Revision: d3ac53b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18027 |14mr|perl-Data-UUID-1.219.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Data-UUID
%define upstream_version 1.219

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary: Perl extension for generating Globally/Universally Unique Identifiers
License: GPL+ or Artistic
Group:	 Development/Perl
Url:     http://search.cpan.org/dist/%{upstream_name}
Source0: http://www.cpan.org/modules/by-module/Data/Data-UUID-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
Perl extension for generating Globally/Universally Unique Identifiers
(GUIDs/UUIDs).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

# Disable check - randomly fails at ABF
# %check
# %make test

%install
%makeinstall_std

%clean

%files
%doc Changes README 
%{perl_vendorarch}/Data
%{perl_vendorarch}/auto/Data
%{_mandir}/man3/*





%changelog
* Tue Sep 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.219.0-4
+ Revision: 65c2aa9
- Disable check - fails randomly inside ABF



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18028 |14mr|perl-Date-Calc-6.300.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Date-Calc
%define upstream_version 6.3

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    7

Summary: 	Gregorian calendar date calculations

License: 	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Date/%{upstream_name}-%{upstream_version}.tar.gz

# these versioned requires are expressed in Makefile.PL, but not in module
BuildRequires:	perl(Bit::Vector) >= 6.400.0
BuildRequires:	perl(Carp::Clan)  >= 5.3
BuildRequires:	perl-devel

BuildArch: noarch
Obsoletes:	%{name} < %{version}-%{release}

%description
This library provides all sorts of date calculations based on the Gregorian
calendar (the one used in all western countries today), thereby complying
with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to
some extent, ISO 8601 (where applicable).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} -pi -e 's,^#!perl,#!/usr/bin/perl,' examples/*.{pl,cgi}
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make  CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean 

%files
%defattr(-,root,root,755)
%doc README.txt CHANGES.txt CREDITS.txt META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/Date



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.300.0-7
+ Revision: 6f795d5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18029 |14mr|perl-Date-Manip-6.470.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Date-Manip
%define upstream_version 6.47

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	%{upstream_name} upstream_name for Perl


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Date/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::Inter)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(YAML::Syck)
BuildRequires: perl(Module::Build)

BuildArch:	noarch

Obsoletes:	perl-DateManip < 5.46
Provides:	perl-DateManip < 5.46

%description
This is a set of routines designed to make any common date/time
manipulation easy to do. Operations such as comparing two times,
calculating a time a given amount of time from another, or parsing
international times are all easily done.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc  INSTALL README
%{_mandir}/man*/*
%{perl_vendorlib}/Date
%{_bindir}/dm_date
%{_bindir}/dm_zdump

%changelog
* Thu Sep 18 2014 dsilakov <denis.silakov@rosalab.ru> 6.470.0-1
+ Revision: cda0ab2
- Merge pull request #4 from import/perl-Date-Manip:auto_update
- Updated to 6.47 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18030 |14mr|perl-DateTime-1.100.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DateTime
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Epoch:		2

Summary:	A date and time object in Perl



License:	Artistic
Group:		Development/Perl
URL:		http://datetime.perl.org/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(DateTime::Locale) >= 0.21
BuildRequires: perl(Test::Warnings)
BuildRequires:	perl(DateTime::TimeZone) >= 0.38
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Params::Validate) >= 0.76
BuildRequires:	perl(Pod::Man) >= 1.14
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More) >= 0.34
BuildRequires:	perl(Time::Local) >= 1.04
BuildRequires:	perl(Math::Round)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl-devel >= 2:5.14
BuildRequires:	perl-List-MoreUtils >= 0.320.0-3


Provides:	perl(DateTimePP)
Provides:	perl(DateTimePPExtra)

%description
DateTime is a class for the representation of date/time combinations, and is
part of the Perl DateTime project.

It represents the Gregorian calendar, extended backwards in time before its
creation (in 1582). This is sometimes known as the "proleptic Gregorian
calendar". In this calendar, the first day of the calendar (the epoch), is the
first day of year 1, which corresponds to the date which was (incorrectly)
believed to be the birth of Jesus Christ.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files
%doc Changes README CREDITS
%{perl_vendorarch}/DateTime*
%{perl_vendorarch}/auto/*
%{_mandir}/*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:1.100.0-2
+ Revision: c5798c8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18031 |14mr|perl-DateTime-Format-Builder-0.810.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-Builder
%define upstream_version 0.81

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Create DateTime parser classes and objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/DateTime-Format-Builder-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Class::Factory::Util)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Strptime)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Module::Build::Compat)
# This dependency is missing so we specify it explicitly.
Requires:	perl(Class::Factory::Util)
BuildArch:	noarch

%description
This module understands the formats used by MySQL for its DATE, DATETIME,
TIME, and TIMESTAMP data types. It can be used to parse these formats in
order to create DateTime objects, and it can take a DateTime object and
produce a string representing it in the MySQL format.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.810.0-3
+ Revision: 2309cfd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18032 |14mr|perl-DateTime-Format-ISO8601-0.70.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DateTime-Format-ISO8601
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Parses almost all ISO8601 date and time formats

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/RPM4/
Source0:	%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(DateTime)
BuildRequires:	perl(DateTime::Format::Builder)
BuildRequires:	perl(Class::Factory::Util)
BuildRequires:	perl(Module::Build)
Requires:	perl(Class::Factory::Util)
BuildArch:	noarch

%description
Parse and format W3CDTF datetime strings.
ISO8601 time-intervals will be supported in a later release.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.70.0-7
+ Revision: 0c84406
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18033 |14mr|perl-DateTime-Format-Strptime-1.510.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-Format-Strptime
%define upstream_version 1.51

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Epoch:		1

Summary:	Parse and format strp and strf time patterns

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(DateTime)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements most of strptime(3), the POSIX function that is the
reverse of strftime(3), for DateTime. While strftime takes a DateTime and a
pattern and returns a string, strptime takes a string and a pattern and returns
the DateTime object associated.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
#make test

%files 
%doc Changes README
%{perl_vendorlib}/DateTime
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.510.0-4
+ Revision: 576f2e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18034 |14mr|perl-DateTime-Locale-0.450.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    DateTime-Locale
%define upstream_version 0.45

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5
Epoch:		2

Summary:	Localization support for DateTime

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Params::Validate) >= 0.72
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
The DateTime::Locale perl module is primarily a factory for the various locale
subclasses used by DateTime. It also provides some functions for getting
information on available locales.

If you want to know what methods are available for locale objects, then please
read the DateTime::Locale::Base documentation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor destdir=%{buildroot}
./Build

%check
./Build test

%install
./Build install

%files
%doc Changes README
%{perl_vendorlib}/DateTime
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:0.450.0-5
+ Revision: 6e7adc2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18035 |14mr|perl-DateTime-TimeZone-1.740.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    DateTime-TimeZone
%define upstream_version 1.74

# circular dependency
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(DateTime\\)|perl\\(DateTime::Duration\\)|perl\\(Win32::TieRegistry\\)'
%else
%define _requires_exceptions perl(DateTime)\\|perl(DateTime::Duration)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	Time zone object base class and factory



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires:	perl(Class::Load)
BuildRequires:	perl(Class::Singleton) >= 1.03
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Params::Validate) >= 0.72
BuildRequires:	perl(Pod::Man) >= 1.14
BuildRequires:  perl(Test::Requires)

BuildArch:	noarch

Provides:	perl(DateTime::TimeZoneCatalog)

%description
This perl module defines the base class for all time zone objects. A time zone
is represented internally as a set of observances, each of which describes the
offset from GMT for a given time period.

Note that without the DateTime.pm module, this module does not do much. Its
primary interface is through a DateTime object, and most users will not need to
directly use DateTime::TimeZone methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL installdirs=vendor destdir=%{buildroot}
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes 
%{perl_vendorlib}/DateTime
%{_mandir}/*/*

%changelog
* Thu Sep 11 2014 dsilakov <denis.silakov@rosalab.ru> 1:1.740.0-1
+ Revision: 73acaba
- Merge pull request #6 from import/perl-DateTime-TimeZone:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18036 |14mr|perl-DBD-mysql-4.28.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    DBD-mysql
%define upstream_version 4.028
%define Werror_cflags %nil

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	MySQL-Perl bindings

License:	GPL
Group:		Development/Databases
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBD/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(DBI)
BuildRequires:	mysql-devel
BuildRequires:	openssl-devel
BuildRequires:	perl-devel
BuildRequires:	zlib-devel
Provides:	perl-Mysql
Obsoletes:	perl-Mysql

%description
DBD::mysql is an interface driver for connecting the DBMS independent Perl API
DBI to the MySQL DBMS. When you want to use MySQL from within perl, DBI and
DBD::mysql are your best choice: Unlike "mysqlperl", another option, this is
based on a common standard, so your sources will easily be portable to other
DBMS's.

%prep

%setup -q -n %{upstream_name}-%{upstream_version}

%build
%serverbuild

# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`

%{__perl} Makefile.PL INSTALLDIRS=vendor
#--testhost=127.0.0.1 --testport=22222

%make OPTIMIZE="$CFLAGS"

# make test requires a running mysql server
#make test

%clean 

%install

%makeinstall_std

%files
%doc  ChangeLog
%{perl_vendorarch}/*
%{_mandir}/*/*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 4.28.0-1
+ Revision: e76f3f3
- Merge pull request #5 from import/perl-DBD-mysql:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18037 |14mr|perl-DBD-SQLite-1.420.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name DBD-SQLite
%define upstream_version 1.42

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Self Contained RDBMS in a DBI Driver

License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/DBD/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(DBI) >= 1.616.0-5
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec) >= 0.820.0
BuildRequires:	perl(Test::Builder) >= 0.860.0
BuildRequires:	perl(Test::More) >= 0.470.0
BuildRequires:	perl(Tie::Hash)
BuildRequires:	sqlite3-devel >= 3.6.0

%description
SQLite is a small fast embedded SQL database engine.

DBD::SQLite embeds that database engine into a DBD driver, so
if you want a relational database for your project, but don't
want to install a large RDBMS system like MySQL or PostgreSQL,
then DBD::SQLite may be just what you need.

It supports quite a lot of features, such as transactions (atomic
commit and rollback), indexes, DBA-free operation, a large subset
of SQL92 supported, and more.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

# useless content
rm -f %{buildroot}%{perl_vendorarch}/auto/share/dist/DBD-SQLite/sqlite3.c
rm -f %{buildroot}%{perl_vendorarch}/auto/share/dist/DBD-SQLite/sqlite3.h
rm -f %{buildroot}%{perl_vendorarch}/auto/share/dist/DBD-SQLite/sqlite3ext.h

%files
%doc README* Changes
%{perl_vendorarch}/DBD
%{perl_vendorarch}/auto/DBD
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.420.0-4
+ Revision: 04d3d87
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18038 |14mr|perl-DB_File-1.831.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DB_File
%define upstream_version 1.831

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl5 access to Berkeley DB version 1.x


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		%{upstream_name}-1.831-makefile.patch

BuildRequires:	db-devel
BuildRequires:	perl-devel

%description
DB_File is a module which allows Perl programs to make use of the
facilities provided by Berkeley DB version 1. (DB_File can be built with
version 2 or 3 of Berkeley DB, but it will only support the 1.x
features).

If you want to make use of the new features available in Berkeley DB
2.x or 3.x, use the Perl module BerkeleyDB instead.

Berkeley DB is a C library which provides a consistent interface to a
number of database formats. DB_File provides an interface to all three
of the database types (hash, btree and recno) currently supported by
Berkeley DB.

For further details see the documentation included at the end of the
file DB_File.pm.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1
chmod 644 README DB_File.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

rm %{buildroot}%{_mandir}/man3/DB_File.3pm

%files
%doc README Changes
%{perl_vendorarch}/*.pm
%{perl_vendorarch}/auto/DB_File




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.831.0-3
+ Revision: 664a837
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18039 |14mr|perl-DBI-1.631.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBI
%define upstream_version 1.631

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	The Perl Database Interface

License:	GPL
Group:		Development/Perl
URL:		http://dbi.perl.org/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/DBI/DBI-%{upstream_version}.tar.gz
Source1:	%{name}.rpmlintrc

BuildRequires:	perl(Storable) >= 1
BuildRequires:	perl(Test::Simple) >= 0.400.0
BuildRequires:	perl-devel >= 2:5.14
BuildRequires:	perl-List-MoreUtils >= 0.320.0-3

%description
The Perl Database Interface (DBI) is a database access Application Programming
Interface (API) for the Perl Language. The Perl DBI API specification defines a
set of functions, variables and conventions that provide a consistent database
interface independent of the actual database being used.

%package	proxy
Group:		Development/Perl
Summary: 	DBI proxy server and client

Requires:	%{name} = %{version}

%description	proxy
DBI::ProxyServer is a module for implementing a proxy for the DBI
proxy driver, DBD::Proxy.
DBD::Proxy is a Perl module for connecting to a database via a remote
DBI driver.

%package	ProfileDumper-Apache
Group:		Development/Perl
Summary: 	DBI profiling data for mod_perl

Requires:	%{name} = %{version}

%description ProfileDumper-Apache
This module interfaces DBI::ProfileDumper to Apache/mod_perl. Using this
module you can collect profiling data from mod_perl applications. It
works by creating a DBI::ProfileDumper data file for each Apache
process. These files are created in your Apache log directory. You can
then use dbiprof to analyze the profile files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%__make CFLAGS="%{optflags}"

%check
rm -f t/zvg_85gofer
%__make test

%install
%makeinstall_std

# remove Win32 stuff
rm -rf %{buildroot}%{perl_vendorarch}/Win32
rm -f %{buildroot}%{perl_vendorarch}/DBI/W32ODBC.pm
rm -f %{buildroot}%{perl_vendorarch}/Roadmap.pod
rm -f %{buildroot}%{perl_vendorarch}/DBI/Roadmap.pm
rm -f %{buildroot}%{perl_vendorarch}/TASKS.pod
rm -f %{buildroot}%{perl_vendorarch}/DBI/TASKS.pm
rm -f %{buildroot}%{_mandir}/man3*/Win32::DBIODBC.3pm*
rm -f %{buildroot}%{_mandir}/man3*/DBI::W32ODBC.3pm*
rm -f %{buildroot}%{_mandir}/man3*/Roadmap.3pm*
rm -f %{buildroot}%{_mandir}/man3*/TASKS.3pm*

# we don't want requires on Coro which is not even really used
rm -f %{buildroot}%{perl_vendorarch}/DBD/Gofer/Transport/corostream.pm

%files
%doc Changes  META.yml
%{_bindir}/dbiprof
%{_bindir}/dbilogstrip
%{_mandir}/*/*
%exclude %{_mandir}/man1/dbiproxy.1*
%exclude %{_mandir}/man3*/DBD::Proxy.3pm*
%exclude %{_mandir}/man3*/DBI::ProxyServer.3pm*
%exclude %{_mandir}/man3*/DBI::ProfileDumper::Apache.3pm*
%{perl_vendorarch}/Bundle
%{perl_vendorarch}/DBD
%{perl_vendorarch}/dbixs_rev.pl
%exclude %{perl_vendorarch}/DBD/Proxy.pm
%{perl_vendorarch}/DBI.pm
%{perl_vendorarch}/DBI
%exclude %{perl_vendorarch}/DBI/ProfileDumper
%exclude %{perl_vendorarch}/DBI/ProfileDumper.pm
%exclude %{perl_vendorarch}/DBI/ProxyServer.pm
%{perl_vendorarch}/auto/DBI

%files proxy
%{_bindir}/dbiproxy
%{perl_vendorarch}/DBD/Proxy.pm
%{perl_vendorarch}/DBI/ProxyServer.pm
%{_mandir}/man1/dbiproxy.1.*
%{_mandir}/man3*/DBI::ProxyServer.3pm.*
%{_mandir}/man3*/DBD::Proxy.3pm.*

%files ProfileDumper-Apache
%{perl_vendorarch}/DBI/ProfileDumper
%{perl_vendorarch}/DBI/ProfileDumper.pm
%{_mandir}/man3*/DBI::ProfileDumper::Apache.3pm.*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.631.0-4
+ Revision: 3a94352
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18040 |14mr|perl-DBIx-Simple-1.350.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DBIx-Simple
%define upstream_version 1.35

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	10

Summary:	Easy-to-use OO interface to DBI

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBIx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(DBI)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
DBIx::Simple provides a simplified interface to DBI, Perl's powerful
database module.

This module is aimed at rapid development and easy maintenance. Query
preparation and execution are combined in a single method, the result
object (which is a wrapper around the statement handle) provides easy
row-by-row and slurping methods.

The 'query' method returns either a result object, or a dummy object. The
dummy object returns undef (or an empty list) for all methods and when used
in boolean context, is false. The dummy object lets you postpone (or skip)
error checking, but it also makes immediate error checking simply
'$db->query(...) or die $db->error'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.350.0-10
+ Revision: c08e760
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18041 |14mr|perl-Devel-Cover-1.140.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Cover
%define upstream_version 1.14

%define __noautoreq 'perl\\(Sereal.*|perl\\(Devel::Cover.*'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Code coverage metrics for Perl

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Digest::MD5)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Storable)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Warn)
BuildRequires: perl-devel

%description
This module provides code coverage metrics for Perl. Code coverage metrics
describe how thoroughly tests exercise code. By using Devel::Cover you can find
areas of code not exercised by your tests and find out which tests to create to
increase coverage. Code coverage can be considered as an indirect measure of
quality.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# %check
# %make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{perl_vendorarch}/Devel
%{perl_vendorarch}/auto/Devel
%{_bindir}/*
%{_mandir}/*/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.140.0-2
+ Revision: e3d6742
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18042 |14mr|perl-Devel-Cycle-1.110.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-Cycle
%define upstream_version 1.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Find memory cycles in objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
Requires:	perl-PadWalker >= 1.0
BuildArch:	noarch

%description
This is a simple developer's tool for finding circular references in objects
and other types of references. Because of Perl's reference-count based
memory management, circular references will cause memory leaks.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Devel
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.110.0-6
+ Revision: d66685b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18043 |14mr|perl-Devel-GlobalDestruction-0.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-GlobalDestruction
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Expose PL_dirty, the flag which marks global

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Scope::Guard)
BuildRequires: perl(Sub::Exporter::Progressive)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Perl's global destruction is a little tricky to deal with WRT finalizers
because it's not ordered and objects can sometimes disappear.

Writing defensive destructors is hard and annoying, and usually if global
destruction is happenning you only need the destructors that free up non
process local resources to actually execute.

For these constructors you can avoid the mess by simply bailing out if
global destruction is in effect.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Tue Sep 16 2014 dsilakov <denis.silakov@rosalab.ru> 0.130.0-1
+ Revision: 41d8f5b
- Merge pull request #2 from import/perl-Devel-GlobalDestruction:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18044 |14mr|perl-Devel-Size-0.790.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Devel-Size
%define upstream_version 0.79

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Find the memory usage of Perl variables

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Devel/Devel-Size-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
This module figures out the real sizes of Perl variables in bytes. Call
functions with a reference to the variable you want the size of. If the
variable is a plain scalar it returns the size of the scalar. If the variable
is a hash or an array, use a reference when calling.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%__make

%check
%__make test

%install
%makeinstall_std

%files
%doc CHANGES 
%{perl_vendorarch}/Devel/*
%{perl_vendorarch}/auto/Devel/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.790.0-3
+ Revision: 5a485a0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18045 |14mr|perl-Devel-StackTrace-1.340.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Devel-StackTrace
%define upstream_version 1.34

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Stack trace and stack trace frame objects 


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
%{upstream_name} module for perl.  Simple objects to deal with stack traces.
The parent object, Devel::StackTrace, holds a number of
Devel::StackTraceFrame objects (which have the same information as is
returned from caller()).  You can step through these frames forwards
and backwards as you want or retrieve specific frames.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 lib/Devel/StackTrace.pm

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{perl_vendorlib}/Devel
%{_mandir}/*/*





%changelog
* Wed Jul 16 2014 dsilakov <denis.silakov@rosalab.ru> 1.340.0-1
+ Revision: 80b8de6
- Merge pull request #5 from import/perl-Devel-StackTrace:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18046 |14mr|perl-Devel-Symdump-2.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 Devel-Symdump
%define upstream_version 2.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Dump symbol names or the symbol table

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This little package serves to access the symbol table of perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc  README
%{perl_vendorlib}/Devel
%{_mandir}/*/*




%changelog
* Wed Jul 16 2014 dsilakov <denis.silakov@rosalab.ru> 2.120.0-1
+ Revision: bc01943
- Merge pull request #2 from import/perl-Devel-Symdump:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18047 |14mr|perl-Device-SerialPort-1.40.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Device-SerialPort
%define upstream_version 1.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:    POSIX clone of Win32::SerialPort

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Device/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl-devel

%description
This module provides an object-based user interface essentially identical
to the one provided by the Win32::SerialPort module.

Initialization
    The primary constructor is *new* with either a _PortName_, or a
    _Configuretion File_ specified. With a _PortName_, this will open the
    port and create the object. The port is not yet ready for read/write
    access. First, the desired _parameter settings_ must be established.
    Since these are tuning constants for an underlying hardware driver in
    the Operating System, they are all checked for validity by the methods
    that set them. The *write_settings* method updates the port (and will
    return True under POSIX). Ports are opened for binary transfers. A
    separate 'binmode' is not needed.

      $PortObj = new Device::SerialPort ($PortName, $quiet, $lockfile)
           || die "Can't open $PortName: $!\n";

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/man?/*
%{perl_vendorlib}/*
%{_bindir}/modemtest



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40.0-6
+ Revision: d0ccac5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18048 |14mr|perl-Digest-BubbleBabble-0.20.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Digest-BubbleBabble
%define upstream_version 0.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Create bubble-babble fingerprints

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Digest/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Digest::BubbleBabble takes a message digest (generated by either of the MD5 or
SHA-1 message digest algorithms) and creates a fingerprint of that digest in
"bubble babble" format. Bubble babble is a method of representing a message
digest as a string of "real" words, to make the fingerprint easier to remember.
The "words" are not necessarily real words, but they look more like words than
a string of hex characters.

Bubble babble fingerprinting is used by the SSH2 suite (and, consequently, by
Net::SSH::Perl, the Perl SSH implementation) to display easy-to-remember key
fingerprints. The key (a DSA or RSA key) is converted into a textual form,
digested using Digest::SHA1, and run through bubblebabble to create the key
fingerprint.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Digest
%{_mandir}/man*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.20.0-7
+ Revision: 044e5af
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18049 |14mr|perl-Digest-HMAC-1.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Digest-HMAC
%define upstream_version 1.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Keyed-Hashing for Message Authentication

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://www.cpan.org
Source0:	http://www.cpan.org/authors/id/GAAS/%{upstream_name}-%{upstream_version}.tar.gz

BuildArch:	noarch
BuildRequires:  perl-devel
BuildRequires:  perl(Digest::SHA1)
Requires:	perl(Digest::SHA1)
Provides:	perl-HMAC

%description
Digest-HMAC module for perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%clean 

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/Digest



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.30.0-3
+ Revision: e724b00
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18050 |14mr|perl-Digest-MD2-2.30.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Digest-MD2
%define	upstream_version 2.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    7

Summary:	Perl interface to the MD2 Algorithm	

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/GAAS/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
Provides:	perl-MD2
Requires:	perl

%description
Digest-MD2 module for perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%__make test

%install
%makeinstall_std

%clean 

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorarch}/Digest
%{perl_vendorarch}/auto



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.30.0-7
+ Revision: 59f5060
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18051 |14mr|perl-Digest-Nilsimsa-0.60.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	real_name Digest-Nilsimsa
%define	upstream_version	0.06

Summary:	Perl interface to the Nilsima Algorithm	

Name:		perl-Digest-Nilsimsa
Version:	%perl_convert_version %{upstream_version}
Release:	8
License:	GPL or Artistic
Group:		Development/Perl
Source:		http://www.cpan.org/authors/id/V/VI/VIPUL/%{real_name}-%{upstream_version}.tar.bz2
URL:		http://search.cpan.org/dist/%{real_name}/
BuildRequires:	perl-devel
Requires:	perl

%description
Digest-Nilsimsa module for perl.

%prep
%setup -q -n %{real_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
make test

%install
%makeinstall_std

%clean 

%files
%doc README 
%{_mandir}/*/*
%{perl_vendorarch}/auto/Digest/Nilsimsa
%{perl_vendorarch}/Digest/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60.0-8
+ Revision: a2a8327
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18052 |14mr|perl-Digest-SHA1-2.130.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Digest-SHA1
%define upstream_version 2.13

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    10

Summary:	Perl interface to the SHA1 Algorithm
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Digest/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
Digest-SHA1 module for perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorarch}/Digest
%{perl_vendorarch}/auto

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.130.0-10
+ Revision: 4fcf368
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18053 |14mr|perl-Digest-SHA-5.920.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Digest-SHA
%define upstream_version 5.92

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:	Perl extension for SHA-1/224/256/384/512



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Digest/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It
gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256,
SHA-384, and SHA-512 message digests.  The module can handle all types of
input, including partial-byte data.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{perl_vendorarch}/Digest
%{perl_vendorarch}/auto/Digest
%{_mandir}/*/*
%{_bindir}/shasum






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.920.0-2
+ Revision: 9910efd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18054 |14mr|perl-Dist-CheckConflicts-0.110.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Dist-CheckConflicts
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Declare version conflicts for your dist


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(List::MoreUtils)
BuildRequires: perl(Module::Runtime)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
One shortcoming of the CPAN clients that currently exist is that they have
no way of specifying conflicting downstream dependencies of modules. This
module attempts to work around this issue by allowing you to specify
conflicting versions of modules separately, and deal with them after the
module is done installing.

For instance, say you have a module 'Foo', and some other module 'Bar' uses
'Foo'. If 'Foo' were to change its API in a non-backwards-compatible way,
this would cause 'Bar' to break until it is updated to use the new API.
'Foo' can't just depend on the fixed version of 'Bar', because this will
cause a circular dependency (because 'Bar' is already depending on 'Foo'),
and this doesn't express intent properly anyway - 'Foo' doesn't use 'Bar'
at all. The ideal solution would be for there to be a way to specify
conflicting versions of modules in a way that would let CPAN clients update
conflicting modules automatically after an existing module is upgraded, but
until that happens, this module will allow users to do this manually.

This module accepts a hash of options passed to its 'use' statement, with
these keys being valid:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.110.0-2
+ Revision: 49f3edf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18055 |14mr|perl-Email-Abstract-3.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-Abstract
%define upstream_version 3.007

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Unified interface to mail representations

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/Email-Abstract-%{upstream_version}.tar.gz

BuildRequires:	perl(MIME::Entity) >= 5.501.0
BuildRequires:	perl(Email::Simple)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Class::Accessor::Grouped)
BuildRequires:	perl-devel
BuildArch:		noarch

%description
Email::Abstract provides module writers with the ability to write
representation-independent mail handling code. For instance, in the cases of
Mail::Thread or Mail::ListDetector, a key part of the code involves reading the
headers from a mail object. Where previously one would either have to specify
the mail class required, or to build a new object from scratch, Email::Abstract
can be used to perform certain simple operations on an object regardless of its
underlying representation.

Email::Abstract currently supports Mail::Internet, MIME::Entity, Mail::Message,
Email::Simple and Email::MIME. Other representations are encouraged to create
their own Email::Abstract::* class by copying Email::Abstract::EmailSimple. All
modules installed under the Email::Abstract hierarchy will be automatically
picked up and used.

For this reason, the tedious process of looking for a valid date has been
encapsulated in this software. Further, the process of creating RFC compliant
date strings is also found in this software.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Email
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.7.0-3
+ Revision: 80fd4e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18056 |14mr|perl-Email-Address-1.905.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-Address
%define upstream_version 1.905

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	RFC 2822 Address Parsing and Creation
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch


%description
This class implements a complete RFC 2822 parser that locates
email addresses in strings and returns a list of "Email::Address"
objects found. Alternatley you may construct objects manually.
The goal of this software is to be correct, and very very fast.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
perl -pi -e 's|/usr/local/bin/perl|%{__perl}|' bench/ea-vs-ma.pl

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README bench META.yml
%{perl_vendorlib}/Email
%{_mandir}/man3/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.905.0-2
+ Revision: b23fc53
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18057 |14mr|perl-Email-Date-1.104.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-Date
%define upstream_version 1.104

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Find and Format Date Headers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Time::Piece)
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl(Email::Abstract)
BuildRequires:	perl(Email::Date::Format)
BuildRequires:	perl(Date::Parse)
BuildRequires:	perl-devel

BuildArch:	noarch


%description
RFC 2822 defines the Date: header. It declares the header a required part of an
email message. The syntax for date headers is clearly laid out. Stil, even a
perfectly planned world has storms. The truth is, many programs get it wrong.
Very wrong. Or, they don't include a Date: header at all. This often forces you
to look elsewhere for the date, and hoping to find something.

For this reason, the tedious process of looking for a valid date has been
encapsulated in this software. Further, the process of creating RFC compliant
date strings is also found in this software.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Email
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.104.0-3
+ Revision: 96cd49d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18058 |14mr|perl-Email-Date-Format-1.4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-Date-Format
%define upstream_version 1.004

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Produce RFC 2822 date strings

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::More)
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl(Time::Local)
BuildRequires:	perl-devel

BuildArch:		noarch

%description
This module provides a simple means for generating an RFC 2822 compliant
datetime string.  (In case you care, they're not RFC 822 dates, because they
use a four digit year, which is not allowed in RFC 822.)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/Email



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.0-3
+ Revision: 4c34942
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18059 |14mr|perl-Email-Simple-2.203.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name     Email-Simple
%define upstream_version 2.203

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Simple parsing of RFC2822 message format and headers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/Email-Simple-%{upstream_version}.tar.gz

BuildRequires:	perl(Email::Date::Format)
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl-devel

BuildArch:	noarch

Obsoletes:	perl-Email-Simple-Creator <= 1.424.0
Provides:	perl-Email-Simple-Creator  = 1.424.0

%description
Email::Simple is the first deliverable of the "Perl Email Project", a reaction
against the complexity and increasing bugginess of the Mail::* modules. In
contrast, Email::* modules are meant to be simple to use and to maintain, pared
to the bone, fast, minimal in their external dependencies, and correct.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Email
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.203.0-3
+ Revision: 3821dd6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18060 |14mr|perl-Encode-Detect-1.10.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Encode-Detect
%define upstream_version 1.01

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    9

Summary:    An Encode::Encoding subclass that detects the encoding of data

License:    GPL
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Encode/%{upstream_name}-%{upstream_version}.tar.bz2

Buildrequires:  perl-devel
Buildrequires:  perl(Module::Build)
Buildrequires:  perl(ExtUtils::CBuilder)
Buildrequires:  perl(Data::Dump)

%description
This Perl module is an Encode::Encoding subclass that uses
Encode::Detect::Detector to determine the charset of the input data and then
decodes it using the encoder of the detected charset.

It is similar to Encode::Guess, but does not require the configuration of a set
of expected encodings. Like Encode::Guess, it only supports decoding--it cannot
encode.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE
%{perl_vendorarch}/Encode
%{perl_vendorarch}/auto/Encode
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10.0-9
+ Revision: 791d2d0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18061 |14mr|perl-Encode-Locale-1.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Encode-Locale
%define upstream_version 1.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Determine the locale encoding

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Encode/Encode-Locale-%{upstream_version}.tar.gz

BuildRequires: perl(Encode)
BuildRequires: perl(Encode::Alias)
BuildRequires: perl(Test)
BuildRequires: perl-devel
BuildArch: noarch

%description
In many applications it's wise to let Perl use Unicode for the strings it
processes. Most of the interfaces Perl has to the outside world is still
byte based. Programs therefore needs to decode byte strings that enter the
program from the outside and encode them again on the way out.

The POSIX locale system is used to specify both the language conventions
requested by the user and the preferred character set to consume and
output. The 'Encode::Locale' module looks up the charset and encoding
(called a CODESET in the locale jargon) and arrange for the the Encode
manpage module to know this encoding under the name "locale". It means
bytes obtained from the environment can be converted to Unicode strings by
calling 'Encode::encode(locale => $bytes)' and converted back again with
'Encode::decode(locale => $string)'.

Where file systems interfaces pass file names in and out of the program we
also need care. The trend is for operating systems to use a fixed file
encoding that don't actually depend on the locale; and this module
determines the most appropriate encoding for file names. The the Encode
manpage module will know this encoding under the name "locale_fs". For
traditional Unix systems this will be an alias to the same encoding as
"locale".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.30.0-3
+ Revision: 39a4d95
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18062 |14mr|perl-Error-0.170.220-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Error
%define upstream_version 0.17022

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		1

Summary:	Error/exception handling in an OO-ish way

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Error package provides two interfaces. Firstly Error
provides a procedural interface to exception handling.
Secondly Error is a base class for errors/exceptions that
can either be thrown, for subsequent catch, or can simply
be recorded.
Errors in the class Error should not be thrown directly,
but the user should throw errors from a sub-class of Error.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog README examples
%{perl_vendorlib}/Error
%{perl_vendorlib}/Error.pm
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.170.220-3
+ Revision: 9b6b4ca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18063 |14mr|perl-EV-4.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    EV
%define upstream_version 4.18

%define filelist %{upstream_name}-%{upstream_version}-filelist
%define maketest 1

Name:      perl-%{upstream_name}
Version:   %perl_convert_version %{upstream_version}
Release:	1

Summary:   Wrapper for the libev high-performance event loop library


License:   Artistic
Group:     Development/Perl
Url:       http://software.schmorp.de/pkg/EV.html
Source0:   http://www.cpan.org/authors/id/M/ML/MLEHMANN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl-AnyEvent >= 1:2.6
BuildRequires: perl(common::sense)

%description
A thin wrapper around libev, a high-performance event loop. Intended
as a faster and less buggy replacement for the Event perl
module. Efficiently supports very high number of timers, scalable
operating system APIs such as epoll, kqueue and solaris's ports,
child/pid watchers and more.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
chmod -R u+w %{_builddir}/%{upstream_name}-%{upstream_version}

%build
grep -rsl '^#!.*perl' . |
grep -v '.bak$' |xargs --no-run-if-empty \
%__perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)'
CFLAGS="%{optflags}"
echo | %{__perl} Makefile.PL `%{__perl} -MExtUtils::MakeMaker -e ' print qq|PREFIX=%{buildroot}%{_prefix}| if \$ExtUtils::MakeMaker::VERSION =~ /5\.9[1-6]|6\.0[0-5]/ '` INSTALLDIRS=vendor
%make 

%check
%make test

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%{makeinstall} `%{__perl} -MExtUtils::MakeMaker -e ' print \$ExtUtils::MakeMaker::VERSION <= 6.05 ? qq|PREFIX=%{buildroot}%{_prefix}| : qq|DESTDIR=%{buildroot}| '`

# remove special files
find %{buildroot} -name "perllocal.pod" \
    -o -name ".packlist"                \
    -o -name "*.bs"                     \
    |xargs -i rm -f {}

# no empty directories
find %{buildroot}%{_prefix}             \
    -type d -depth                      \
    -exec rmdir {} \; 2>/dev/null


%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%doc README Changes
%{perl_vendorarch}/EV.pm
%{perl_vendorarch}/EV
%{perl_vendorarch}/auto/EV
%{_mandir}/man3/EV*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 4.180.0-1
+ Revision: 9ac88a9
- Merge pull request #2 from import/perl-EV:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18064 |14mr|perl-Eval-Closure-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Eval-Closure
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Safely and cleanly create closures via string eval

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/~doy/Eval-Closure-0.04/lib/Eval/Closure.pm
Source0:	http://www.cpan.org/authors/id/D/DO/DOY/Eval-Closure-%{upstream_version}.tar.gz
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
String eval is often used for dynamic code generation. For instance, Moose uses
it heavily, to generate inlined versions of accessors and constructors, which
speeds code up at runtime by a significant amount. String eval is not without
its issues however - it's difficult to control the scope it's used in (which
determines which variables are in scope inside the eval), and it can be quite
slow, especially if doing a large number of evals.

This module attempts to solve both of those problems. It provides an
eval_closure function, which evals a string in a clean environment, other than
a fixed list of specified variables. It also caches the result of the eval, so
that doing repeated evals of the same source, even with a different
environment, will be much faster (but note that the description is part of the
string to be evaled, so it must also be the same (or non-existent) if caching
is to work properly).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc LICENSE MANIFEST README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.110.0-3
+ Revision: 8ff3987
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18065 |14mr|perl-Event-1.230.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Event
%define upstream_version 1.23

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
Fast, generic event loop

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%clean 

%install
%makeinstall_std

%files
%doc ANNOUNCE INSTALL README TODO Tutorial.pdf ChangeLog
%{perl_vendorarch}/Event*
%{perl_vendorarch}/auto/Event
%{_mandir}/*/*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 1.230.0-1
+ Revision: f7e1a4e
- Merge pull request #2 from import/perl-Event:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18066 |14mr|perl-Event-ExecFlow-0.640.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname Event-ExecFlow
%define filelist %{pkgname}-%{upstream_version}-filelist
%define NVR %{pkgname}-%{upstream_version}-%{release}
%define maketest 1
%define upstream_version 0.64

Name:      perl-Event-ExecFlow
Summary:   Event-RPC - High level API for event-based execution flow control

Version:   %perl_convert_version %upstream_version
Release:   5
License:   Artistic
Group:     Development/Perl
URL:       http://www.exit1.org/Event-ExecFlow/
SOURCE:    http://search.cpan.org/CPAN/authors/id/J/JR/JRED/Event-ExecFlow-%upstream_version.tar.bz2
Buildarch: noarch
BuildRequires: perl-devel
BuildRequires: perl-AnyEvent
BuildRequires: perl-libintl-perl

%description
Event::ExecFlow provides a ligh level API for defining complex flow
controls with asynchronous execution of external programs.

%prep
%setup -q -n %{pkgname}-%{upstream_version} 
chmod -R u+w %{_builddir}/%{pkgname}-%{upstream_version}

%build
grep -rsl '^#!.*perl' . |
grep -v '.bak$' |xargs --no-run-if-empty \
%__perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)'
CFLAGS="%{optflags}"
%{__perl} Makefile.PL `%{__perl} -MExtUtils::MakeMaker -e ' print qq|PREFIX=%{buildroot}%{_prefix}| if \$ExtUtils::MakeMaker::VERSION =~ /5\.9[1-6]|6\.0[0-5]/ '` INSTALLDIRS=vendor
%make 
%check
chmod 755 bin/*
%make test

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%{makeinstall} `%{__perl} -MExtUtils::MakeMaker -e ' print \$ExtUtils::MakeMaker::VERSION <= 6.05 ? qq|PREFIX=%{buildroot}%{_prefix}| : qq|DESTDIR=%{buildroot}| '`

# remove special files
find %{buildroot} -name "perllocal.pod" \
    -o -name ".packlist"                \
    -o -name "*.bs"                     \
    |xargs -i rm -f {}

# no empty directories
find %{buildroot}%{_prefix}             \
    -type d -depth                      \
    -exec rmdir {} \; 2>/dev/null


%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%doc README Changes
%{_bindir}/execflow
%{perl_vendorlib}/Event/ExecFlow*
%{_mandir}/man3/Event::ExecFlow*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.640.0-5
+ Revision: 14a9a6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18067 |14mr|perl-Event-File-0.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Event-File

Summary:	Mimic the 'tail -f' behaviour using Event
Name:		perl-%{module}
Version:	0.1.1
Release:	5
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Event/%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module tries to mimic the 'tail -f' behaviour
using Event.

It detects file deletion, rename, rotation providing a simple way to keep 
track of files like log files.

%prep
%setup -q -n %{module}-%{version}
find -type f | xargs chmod 0644
find -type d | xargs chmod 0755

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%clean

%files
%doc README Changes demo
%{perl_vendorlib}/Event
%{_mandir}/man3/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.1-5
+ Revision: 6a8b92a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18068 |14mr|perl-Exception-Class-1.380.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Exception-Class
%define upstream_version 1.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A module that allows you to declare real exception classes in Perl


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(Devel::StackTrace) >= 1.20
BuildRequires:	perl-devel

BuildArch: 	noarch

Requires: 	perl-Class-Data-Inheritable >= 0.02
Requires:	perl-Devel-StackTrace >= 0.9

%description
This module allows you to declare hierarchies of exception classes for use
in your code. It also provides a simple exception class that it uses as the
default base class for all other exceptions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes LICENSE lib/Exception/Class.pm

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE
%{perl_vendorlib}/Exception
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.380.0-2
+ Revision: 28b4f94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18069 |14mr|perl-Expect-1.210.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Expect
%define upstream_version 1.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Expect for Perl

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Expect/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		%{name}-paths.patch

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Tty) >= 1.02
BuildArch:		noarch

# temporary dep due to the perl-5.14 bump
BuildRequires:	perl-List-MoreUtils >= 0.320.0-4
BuildRequires:	perl-IO-Tty >= 1.100.0-3

%description
The Expect module is a successor of Comm.pl and a descendent of Chat.pl. It
more closely ressembles the Tcl Expect language than its predecessors. It does
not contain any of the networking code found in Comm.pl. I suspect this would
be obsolete anyway given the advent of IO::Socket and external tools such as
netcat.

Expect.pm is an attempt to have more of a switch() & case feeling to make
decision processing more fluid. Three separate types of debugging have been
implemented to make code production easier.

It is now possible to interconnect multiple file handles (and processes) much
like Tcl's Expect. An attempt was made to enable all the features of Tcl's
Expect without forcing Tcl on the victim programmer :-) .

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1
perl -pi -e 's|/usr/local/bin/perl|%{__perl}|' examples/kibitz/kibitz

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README examples tutorial
%{perl_vendorlib}/*.pm
%{perl_vendorlib}/*.pod
%{_mandir}/*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.210.0-7
+ Revision: f55f9bb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18070 |14mr|perl-ExtUtils-CBuilder-0.280.219-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  	    ExtUtils-CBuilder
%define upstream_version 0.280219

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Compile and link C code for Perl modules 

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test)
BuildRequires:	perl(Text::ParseWords)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module can build the C portions of Perl modules by invoking the
appropriate compilers and linkers in a cross-platform manner. It was motivated
by the Module::Build project, but may be useful for other purposes as well.
However, it is not intended as a general cross-platform interface to all your C
building needs. That would have been a much more ambitious goal!

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std
for m in ExtUtils::CBuilder.3pm ExtUtils::CBuilder::Platform::Windows.3pm; do
	rm -f %{buildroot}%{_mandir}/man3/$m
done

%files 
%doc Changes
%{perl_vendorlib}/ExtUtils

%changelog
* Thu Sep 18 2014 dsilakov <denis.silakov@rosalab.ru> 0.280.219-1
+ Revision: 128b94f
- Merge pull request #4 from import/perl-ExtUtils-CBuilder:auto_update
- Updated to 0.280219 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18071 |14mr|perl-ExtUtils-Config-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  	    ExtUtils-Config
%define upstream_version 0.008

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	A wrapper for perl's configuration

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test)
BuildRequires:	perl(Text::ParseWords)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
A wrapper for perl's configuration.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes
%{perl_vendorlib}/ExtUtils
%{_mandir}/man3/*


%changelog
* Wed Jul 16 2014 dsilakov <denis.silakov@rosalab.ru> 0.8.0-1
+ Revision: 60a5839
- Merge pull request #1 from import/perl-ExtUtils-Config:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18072 |14mr|perl-ExtUtils-Depends-0.401.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-Depends
%define upstream_version 0.401

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl module for further extending extensions


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz

BuildArch: noarch
BuildRequires:	perl-devel

%description
This module tries to make it easy to build Perl extensions that use
functions and typemaps provided by other perl extensions. This means
that a perl extension is treated like a shared library that provides
also a C and an XS interface besides the perl one.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -fr
%{__perl} Makefile.PL INSTALLDIRS=vendor

%build
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc Changes
%{_mandir}/*/*
%{perl_vendorlib}/*

%changelog
* Thu Sep 18 2014 dsilakov <denis.silakov@rosalab.ru> 0.401.0-1
+ Revision: 8da339f
- Merge pull request #4 from import/perl-ExtUtils-Depends:auto_update
- Updated to 0.401 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18073 |14mr|perl-ExtUtils-F77-1.170.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 ExtUtils-F77
%define upstream_version 1.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Simple interface to F77 libs

License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/ExtUtils-F77/
Source0:	http://www.perl.com/CPAN/authors/id/KGB/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		ExtUtils-F77-1.17-no-usrlib.patch
Patch1:		ExtUtils-F77-1.17-gfortran.patch
BuildRequires:	perl-devel
BuildRequires:	gcc-gfortran
Requires:	 gcc-gfortran
BuildArch:	noarch

%description
Simple interface to F77 libs.  Used to be in perl-PDL, but isn't anymore.

This module tries to figure out how to link C programs with
Fortran subroutines on your system. Basically one must add a list
of Fortran runtime libraries. The problem is their location
and name varies with each OS/compiler combination!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .no-usrlib
%patch1 -p1 -b .gfortran

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/*/*
%doc README CHANGES


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.170.0-8
+ Revision: bc15d0d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18074 |14mr|perl-ExtUtils-Helpers-0.22.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  	    ExtUtils-Helpers
%define upstream_version 0.022

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Various portability utilities for module builders

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test)
BuildRequires:	perl(Text::ParseWords)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Various portability utilities for module builders.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes
%{perl_vendorlib}/ExtUtils
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.22.0-4
+ Revision: 30588e1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18075 |14mr|perl-ExtUtils-InstallPaths-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  	    ExtUtils-InstallPaths
%define upstream_version 0.010

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Build.PL install path logic made easy

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-InstallPaths-%{upstream_version}.tar.gz
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test)
BuildRequires:	perl(Text::ParseWords)
BuildRequires:	perl(ExtUtils::Config)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Build.PL install path logic made easy.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes
%{perl_vendorlib}/ExtUtils
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.0-4
+ Revision: d92373e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18076 |14mr|perl-ExtUtils-ParseXS-2.220.600-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 ExtUtils-ParseXS
%define upstream_version 2.2206

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Converts Perl XS code into C code 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-ExtUtils-CBuilder
BuildArch:	noarch

%description
ExtUtils::ParseXS will compile XS code into C code by embedding the constructs
necessary to let C functions manipulate Perl values and creates the glue
necessary to let Perl access those functions.  The compiler uses typemaps to
determine how to map C function parameters and variables to Perl values.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files 
%doc Changes INSTALL
%{perl_vendorlib}/ExtUtils
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.220.600-9
+ Revision: 8c2ddd7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18077 |14mr|perl-ExtUtils-PkgConfig-1.150.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-PkgConfig
%define upstream_version 1.15

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Perl module for further extending extensions

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-PkgConfig-%{upstream_version}.tar.gz

BuildRequires: pkgconfig
BuildRequires:	perl-devel
BuildArch: noarch

%description
This module tries to make it easy to build Perl extensions that use
functions and typemaps provided by other perl extensions. This means
that a perl extension is treated like a shared library that provides
also a C and an XS interface besides the perl one.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
#find -type d -name CVS | rm -fr
%{__perl} Makefile.PL INSTALLDIRS=vendor

%build
make

%check
%make test

%install
%makeinstall_std

%clean


%files
%defattr(-, root, root)
%doc Changes
%{_mandir}/*/*
%{perl_vendorlib}/ExtUtils/*.pm



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.150.0-3
+ Revision: 35f5598
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18078 |14mr|perl-FCGI-0.740.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 FCGI
%define upstream_version 0.74

Summary:	A Fast CGI module for Perl

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6
License:	Distributable
Group:		Development/Perl
URL:		http://search.cpan.org/~flora/
Source0:	http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel

%description
This is a Fast CGI module for perl. It's based on the FCGI module that
comes with Open Market's FastCGI Developer's Kit, but does not require
you to recompile perl.

See <http://www.fastcgi.com/> for more information about fastcgi.
Lincoln D. Stein's perl CGI module also contains some information
about fastcgi programming.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 0644 LICENSE.TERMS

%build
# Choose not to build a pure Perl implementation
# (default answer [n] -> return)
%{__perl} Makefile.PL INSTALLDIRS=vendor <<EOF
EOF
%make

%install
%makeinstall_std

%files
%doc README LICENSE.TERMS ChangeLog
%{_mandir}/*/*
%{perl_vendorarch}/FCGI*
%{perl_vendorarch}/auto/FCGI


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.740.0-6
+ Revision: d9159b1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18079 |14mr|perl-File-BaseDir-0.30.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 File-BaseDir
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6

Summary:	Perl module to use the freedesktop basedir spec

License:	GPL+ or Artistic
Group:		Development/Perl
URL:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(Module::Build)
BuildArch:	noarch

%description
Perl module to use the freedesktop basedir spec.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc README Changes
%{perl_vendorlib}/File/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.30.0-6
+ Revision: 15e4be1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18080 |14mr|perl-File-Copy-Recursive-0.380.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-Copy-Recursive
%define upstream_version 0.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	11

Summary:	Perl module for recursively copying files and directories

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module copies and moves directories recursively (or single files, well...
singley) to an optional depth and attempts to preserve each file or directory's
mode.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc README Changes
%{perl_vendorlib}/File
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.380.0-11
+ Revision: cd24d5e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18081 |14mr|perl-File-DesktopEntry-0.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname	File-DesktopEntry
%define modver 0.08

Summary:	Object to handle .desktop files


Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	3
License:	GPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}/
Source0:	http://www.cpan.org/modules/by-module/File/%{modname}-%{modver}.tar.gz
BuildArch:	noarch
BuildRequires:	perl(File::BaseDir)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(JSON::PP)
BuildRequires:	perl-devel

%description
This module is used to work with .desktop files. The format of these files is
specified by the freedesktop "Desktop Entry" specification.

%prep
%setup -qn %{modname}-%{modver}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/File/DesktopEntry.pm
%{_mandir}/man3/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.80.0-3
+ Revision: 275daaa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18082 |14mr|perl-File-FcntlLock-0.220.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-FcntlLock
%define upstream_version 0.22

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    File locking with fcntl()


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Errno)
BuildRequires: perl(Exporter)
BuildRequires: perl(POSIX)
BuildRequires: perl-devel

%description
File locking in Perl is usually done using the the flock() manpage
function. Unfortunately, this only allows locks on whole files and is often
implemented in terms of the flock(2) manpage, which has some shortcomings.

Using this module file locking via the fcntl(2) manpage can be done
(obviously, this restricts the use of the module to systems that have a the
fcntl(2) manpage system call). Before a file (or parts of a file) can be
locked, an object simulating a flock structure must be created and its
properties set. Afterwards, by calling the 'lock()' method a lock can be
set or it can be determined if and which process currently holds the lock.

To create a new object representing a flock structure call 'new()':

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 0.220.0-1
+ Revision: 6ac6c90
- Merge pull request #4 from import/perl-File-FcntlLock:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18083 |14mr|perl-File-Find-Rule-0.330.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-Find-Rule
%define upstream_version 0.33

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Alternative interface to File::Find

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/File-Find-Rule-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Text::Glob)
BuildRequires:	perl(Number::Compare)
BuildArch:	noarch

%description 
File::Find::Rule is a friendlier interface to File::Find. It allows you to
build rules which specify the desired files and directories.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes 
%{perl_vendorlib}/File
%{_mandir}/*/*
%{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.330.0-3
+ Revision: bf91dcd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18084 |14mr|perl-File-Find-Rule-Perl-1.130.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Find-Rule-Perl
%define upstream_version 1.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Common rules for searching for Perl things

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/File-Find-Rule-Perl-%{upstream_version}.tar.gz

BuildRequires:	perl(Parse::CPAN::Meta)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
I write a lot of things that muck with Perl files. And it always annoyed me
that finding "perl files" requires a moderately complex the
File::Find::Rule manpage pattern.

*File::Find::Rule::Perl* provides methods for finding various Perl-related
files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.130.0-3
+ Revision: 11adeed
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18085 |14mr|perl-File-FnMatch-0.20.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-FnMatch
%define upstream_version 0.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    11

Summary:	Simple filename and pathname matching

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/~mjp/%{upstream_name}-%{upstream_version}/FnMatch.pm
Source0:	http://search.cpan.org//CPAN/authors/id/M/MJ/MJP/File-FnMatch-0.02.tar.gz

BuildRequires:	perl-devel

%description
File::FnMatch::fnmatch() provides simple, shell-like pattern matching.

Though considerably less powerful than regular expressions, shell patterns
are nonetheless useful and familiar to a large audience of end-users.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor <<EOF
EOF
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.20.0-11
+ Revision: 4c9a626
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18086 |14mr|perl-FileHandle-Unget-0.162.300-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    FileHandle-Unget
%define	upstream_version 0.1623

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7
Epoch:		1

Summary:	Perl modules that allow to place back more than one byte on a Filehandle

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://www.cpan.org
Source0:	http://search.cpan.org/CPAN/authors/id/D/DC/DCOPPIT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
FileHandle::Unget is a perl module that is a drop-in replacement for the 
standard FileHandle perl module. It allows more than one byte to be placed back
on the input.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE README
%{perl_vendorlib}/FileHandle/Unget.pm
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.162.300-7
+ Revision: c3a2cf6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18087 |14mr|perl-File-HomeDir-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-HomeDir
%define upstream_version 1.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Get home directory for self or other users

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/File/File-HomeDir-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Which)
BuildRequires:	xdg-user-dirs

BuildArch:	noarch

%description
A Perl module to get home directory portably for self or other users.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find lib -name *.pm | xargs chmod 644 
chmod 644 Changes

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# tests require that user dirs exist, which is not the case within bs
#make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/File
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-3
+ Revision: bec9991
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18088 |14mr|perl-File-Listing-6.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Listing
%define upstream_version 6.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Parse directory listings

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/File-Listing-%{upstream_version}.tar.gz

BuildRequires:	perl(HTTP::Date)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module exports a single function called parse_dir(), which can be used
to parse directory listings.

The first parameter to parse_dir() is the directory listing to parse. It
can be a scalar, a reference to an array of directory lines or a glob
representing a filehandle to read the directory listing from.

The second parameter is the time zone to use when parsing time stamps in
the listing. If this value is undefined, then the local time zone is
assumed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.40.0-3
+ Revision: 444da1f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18089 |14mr|perl-File-MimeInfo-0.260.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 File-MimeInfo
%define upstream_version 0.26

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Determine file type

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::BaseDir) >= 0.30.0
BuildRequires: perl(File::DesktopEntry) >= 0.40.0
BuildRequires: perl(Pod::Usage)
BuildRequires: perl-devel
BuildArch:  noarch
Requires:   perl(File::BaseDir) >= 0.30.0

%description
This module can be used to determine the mime type of a file; it's a 
replacement for File::MMagic trying to implement the freedesktop 
specification for using the shared mime-info database. The package
comes with a script called 'mimetype' that can be used as a file(1)
work-alike.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml
%{_bindir}/mimeopen
%{_bindir}/mimetype
%{perl_vendorlib}/File
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.260.0-2
+ Revision: 0302a9e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18090 |14mr|perl-File-MMagic-1.300.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-MMagic
%define upstream_version 1.30

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Guess file type from filename and/or filehandle

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/File/File-MMagic-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This perl library uses perl5 objects to guess file type from filename and/or
filehandle.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc README.en 
%{perl_vendorlib}/File
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.300.0-3
+ Revision: 2dbe1f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18091 |14mr|perl-File-NCopy-0.360.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-NCopy
%define	upstream_version 0.36

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Copies files to directories, or a single file to another file

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Copies files to directories, or a single file to another file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/*/*
%{perl_vendorlib}/File



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.360.0-7
+ Revision: f3bfc81
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18092 |14mr|perl-File-Remove-1.520.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-Remove
%define upstream_version 1.52

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Remove files and directories

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/File/File-Remove-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
A Perl module to remove files and directories.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%__make test

%install
%makeinstall_std

%files 
%doc README Changes
%{perl_vendorlib}/File
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.520.0-3
+ Revision: 02bfbb8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18093 |14mr|perl-File-ShareDir-1.30.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-ShareDir
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Locate per-dist and per-module shared files  

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Wx/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Class::Inspector)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Locate per-dist and per-module shared files  

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.30.0-7
+ Revision: b3bd684
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18094 |14mr|perl-File-Slurp-9999.190.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-Slurp
%define	upstream_version 9999.19

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    7

Summary:	Efficient Reading/Writing of Complete Files

Group:		Development/Perl
License:	GPL+ or Artistic
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides subs that allow you to read or write entire files with one
simple call. They are designed to be simple to use, have flexible ways to pass
in or get the file contents and to be very efficient. There is also a sub to
read in all the files in a directory other than . and ..

These slurp/spew subs work for files, pipes and sockets, and stdio,
pseudo-files, and DATA.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 lib/File/Slurp.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
find %{buildroot} -name "perllocal.pod" | xargs -i rm -f {}

%clean

%files
%doc README Changes
%{_mandir}/man3*/*
%{perl_vendorlib}/File



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 9999.190.0-7
+ Revision: 1d7b1b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18095 |14mr|perl-File-Slurp-Tiny-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Slurp-Tiny
%define upstream_version 0.003

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    A simple, sane and efficient file slurper
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(FileHandle)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildRequires: perl-devel
BuildRequires: perl(warnings)
BuildArch: noarch

%description
This module provides functions for fast and correct slurping and spewing.
All functions are optionally exported.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc INSTALL LICENSE META.json Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Sep 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-2
+ Revision: 59a0fe0
- Rebuild to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18096 |14mr|perl-File-Sync-0.90.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Sync
%define upstream_version 0.09

Name:      perl-%{upstream_name}
Version:   %perl_convert_version %{upstream_version}
Release:   12

Summary:   Perl access to fsync() and sync() function calls
License:   Artistic
Group:     Development/Perl
Url:       http://search.cpan.org/dist/%{upstream_name}
Source0:   http://search.cpan.org//CPAN/authors/id/C/CE/CEVANS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel


%description
The fsync() function takes a Perl file handle as its only argument, and
passes its fileno() to the C function fsync().  It returns I<undef> on
failure, or I<true> on success.

The fsync_fd() function is used internally by fsync(); it takes a file
descriptor as its only argument.

The sync() function is identical to the C function sync().

This module does B<not> export any methods by default, but fsync() is
made available as a method of the I<FileHandle> and I<IO::Handle>
classes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%__make test

%install
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%{perl_vendorarch}/File
%{perl_vendorarch}/auto/File
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.90.0-12
+ Revision: ede08bb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18097 |14mr|perl-Filesys-Df-0.920.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Filesys-Df
%define upstream_version 0.92

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    14

Summary:    Disk free based on Filesys::Statvfs
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Filesys/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
This module provides a way to obtain filesystem disk space information.
This is a Unix only distribution. If you want to gather this information
for Unix and Windows, use 'Filesys::DfPortable'. The only major benefit of
using 'Filesys::Df' over 'Filesys::DfPortable', is that 'Filesys::Df'
supports the use of open filehandles as arguments.

The module should work with all flavors of Unix that implement the
'statvfs()' and 'fstatvfs()' calls, or the 'statfs()' and 'fstatfs()'
calls. This would include Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix,
Cygwin, etc ...

'df()' requires a argument that represents the filesystem you want to
query. The argument can be either a scalar directory/file name or a open
filehandle. There is also an optional block size argument so you can tailor
the size of the values returned. The default block size is 1024. This will
cause the function to return the values in 1k blocks. If you want bytes,
set the block size to 1.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%{make}

%check
%{make} test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.920.0-14
+ Revision: 47a86d7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18098 |14mr|perl-File-Tail-0.99.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module File-Tail

Summary:	File::Tail module for Perl

Name:		perl-%module
Version:	0.99.3
Release:	11
License:	GPL or Artistic
Group:		Development/Perl
Source0:	http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/%{module}-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/%module/
Requires:	perl
BuildRequires:	perl-devel perl-Time-HiRes
BuildArch:	noarch

%description
This Perl modules allows to read from continously updated files.

%prep
%setup -q -n File-Tail-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%clean 

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/File
%{_mandir}/*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.99.3-11
+ Revision: 6ea20e5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18099 |14mr|perl-File-Temp-0.230.400-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    File-Temp
%define upstream_version 0.2304

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(VMS::Stdio\\)'
%endif

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        4

Summary:        Return name and handle of a temporary file safely


License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/%{upstream_name}
Source0:        http://www.cpan.org/modules/by-module/File/File-Temp-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:      noarch

%description
File::Temp can be used to create and open temporary files in a safe way. There
is both a function interface and an object-oriented interface. The File::Temp
constructor or the tempfile() function can be used to return the name and the
open filehandle of a temporary file. The tempdir() function can be used to
create a temporary directory.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

mv %{buildroot}%{_mandir}/man3/File::Temp.3pm \
    %{buildroot}%{_mandir}/man3/File::Temp-%{upstream_version}.3pm

%check
%__make test

%files 
%doc  README
%{perl_vendorlib}/File
%{_mandir}/*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.230.400-4
+ Revision: e624fee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18100 |14mr|perl-File-Which-1.90.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-Which
%define	upstream_version 1.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Portable implementation of the `which' utility

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Script)

BuildArch:	noarch

%description
File::Which was created to be able to get the paths to executable programs on
systems under which the `which' program wasn't implemented in the shell.

File::Which searches the directories of the user's PATH (as returned by
File::Spec->path()), looking for executable files having the name specified as
a parameter to which(). Under Win32 systems, which do not have a notion of
directly executable files, but uses special extensions such as .exe and .bat to
identify them, File::Which takes extra steps to assure that you will find the
correct file (so for example, you might be searching for perl, it'll try
perl.exe, perl.bat, etc.)

These slurp/spew subs work for files, pipes and sockets, and stdio,
pseudo-files, and DATA.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_bindir}/pwhich
%{_mandir}/man1/*
%{_mandir}/man3*/*
%{perl_vendorlib}/File



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.90.0-7
+ Revision: e0c86ef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18101 |14mr|perl-Filter-1.390.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Filter
%define upstream_version 1.39

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    5

Summary:	Source filter modules for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		%{name}-1.31.shellbang.patch

BuildRequires:	perl-devel


%description
Source filter modules for Perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
# clean up AFTER compilation
find examples -type f -name \*.bak | xargs rm -f
find examples -type f | xargs perl -pi -e 's|^#!/usr/local/bin/perl|#!/usr/bin/perl|' 

%check
make test

%install

%makeinstall_std
rm -rf %{buildroot}%{perl_vendorarch}/Filter/Util/Call.pm
rm -rf %{buildroot}%{perl_vendorarch}/auto/Filter/Util/Call
rm -rf %{buildroot}%{_mandir}/*/Filter::Util::Call.*

%clean

%files
%doc Changes examples README
%{_mandir}/*/*
%{perl_vendorarch}/auto/Filter
%{perl_vendorarch}/Filter
%{perl_vendorarch}/filter-util.pl
%{perl_vendorarch}/perlfilter.pod



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.390.0-5
+ Revision: 1ce49aa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18102 |14mr|perl-Font-AFM-1.200.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Font-AFM
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Interface to Adobe Font Metrics files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://www.cpan.org
Source0:	http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{upstream_name}-%{upstream_version}.tar.bz2 

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements the Font::AFM class. Objects of this
class are initialised from an AFM-file and allows you to obtain
information about the font and the metrics of the various glyphs
in the font.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
rm -rf %{buildroot}/%{perl_vendorarch}

%files
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.200.0-7
+ Revision: 464369c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18103 |14mr|perl-GD-2.530.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname	GD
%define modver 2.53

Summary:	A perl5 interface to Thomas Boutell's gd library



Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	3
License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	http://www.cpan.org/modules/by-module/%{modname}/%{modname}-%{modver}.tar.gz
Patch2:		skip-jpg-test.diff
BuildRequires:	gd-devel
BuildRequires:	jpeg-devel
BuildRequires:	perl-devel
BuildRequires:	perl(JSON::PP)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(zlib)

%description
GD.pm is a autoloadable interface module for libgd, a popular library
for creating and manipulating PNG files.  With this library you can
create PNG images on the fly or modify existing files.  Features
include:

a.  lines, polygons, rectangles and arcs, both filled and unfilled
b.  flood fills
c.  the use of arbitrary images as brushes and as tiled fill patterns
d.  line styling (dashed lines and the like)
e.  horizontal and vertical text rendering
f.  support for transparency and interlacing

%prep
%setup -qn %{modname}-%{modver}
%patch2 -p0

# Remove Local from path
find . -type f | xargs perl -p -i -e "s|/usr/local/|/usr/|g"

# lib64 fixes, don't add /usr/lib/X11 to linker search path
perl -pi \
    -e "s|-L/usr/lib/X11||g;" \
    -e "s|-L/usr/X11/lib||g;" \
    -e "s|-L/usr/lib||g" \
    Makefile.PL

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%files
%doc ChangeLog README README.QUICKDRAW README.unix demos
%{perl_vendorarch}/GD*
%{perl_vendorarch}/auto/GD*
%{perl_vendorarch}/qd.pl
%{_bindir}/bdf2gdfont.pl
%{_mandir}/man1/*
%{_mandir}/man3/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.530.0-3
+ Revision: c0562d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18104 |14mr|perl-GDGraph-1.440.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    GDGraph
%define upstream_version 1.44

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6

Summary:	Graph Plotting Module for Perl 5

License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://search.cpan.org/CPAN/authors/id/M/MV/MVERB/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-GD >= 1.20
BuildRequires:	perl-GDTextUtil >= 0.83
BuildRequires:	gd-devel
BuildArch:	noarch
Provides:	perl-GD-Graph
Obsoletes:	perl-GD-Graph

%description
This is GDGraph, a package to generate charts, using Lincoln
Stein's GD.pm. See the documentation for some history and more
information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# perl path hack
#find . -type f | xargs perl -p -i -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"

%build
perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%install
%makeinstall_std

%check
make test

%clean 

%files
%doc CHANGES README
%{perl_vendorlib}/GD/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.440.0-6
+ Revision: e94b7b3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18105 |14mr|perl-GD-Graph3d-0.630.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 GD-Graph3d
%define upstream_version 0.63

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Create 3D Graphs with GD and GD::Graph

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/W/WA/WADG/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-GDGraph
BuildArch:	noarch

%description
This is the GD::Graph3d extensions module. It provides 3D graphs for the
GD::Graph module by Martien Verbruggen, which in turn generates graph using
Lincoln Stein's GD.pm.

You use these modules just as you would any of the GD::Graph modules, except
that they generate 3d-looking graphs. Each graph type is described below with
only the options that are unique to the 3d version. The modules are based on
their 2d versions (e.g. GD::Graph::bars3d works like GD::Graph::bars), and
support all the options in those. Make sure to read the documentation on
GD::Graph.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e 'tr/\r//d;' Changes

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/GD
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.630.0-7
+ Revision: c389cb5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18106 |14mr|perl-GDTextUtil-0.860.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 GDTextUtil
%define upstream_version 0.86

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Text utilities for use with GD 

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MV/MVERB/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-GD >= 1.20
BuildArch:	noarch
Provides:	perl-GD-TextUtil = %{version}-%{release}

%description
This module provides a font-independent way of dealing with text in GD, for use
with the GD::Text::* modules and GD::Graph.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/GD
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.860.0-7
+ Revision: f8d8a72
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18107 |14mr|perl-Geography-Countries-2009041301.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Geography-Countries
%define upstream_version 2009041301

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Maps 2-letter, 3-letter, and numerical codes for countries

License:	MIT
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Geography/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module maps country names, and their 2-letter, 3-letter and
numerical codes, as defined by the ISO-3166 maintenance agency,
and defined by the UNSD.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/Geography
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2009041301.0.0-7
+ Revision: b4db38d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18108 |14mr|perl-Geo-IP-1.430.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 Geo-IP
%define upstream_version 1.43

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Look up country by IP Address


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Geo/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildRequires: pkgconfig(geoip)
BuildRequires: geoip
%description
This module uses a file based database. This database simply contains 
IP blocks as keys, and countries as values. This database should be 
more complete and accurate than reverse DNS lookups.
This module can be used to automatically select the geographically 
closest mirror, to analyze your web server logs to determine the 
countries of your visiters, for credit card fraud detection, and for 
software export controls.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes INSTALL META.json META.yml MYMETA.yml README example
%{perl_vendorarch}/Geo
%{perl_vendorarch}/auto/Geo
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.430.0-3
+ Revision: 8d9a4c1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18109 |14mr|perl-Glib-1.305.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Glib
%define upstream_version 1.305

%define Werror_cflags %nil

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary: Perl module for the glib-2.x library


License: GPL+ or Artistic
Group:   Development/GNOME and GTK+
Url:     http://gtk2-perl.sf.net/
# https://sourceforge.net/project/showfiles.php?group_id=64773&package_id=91217
Source0: http://sourceforge.net/projects/gtk2-perl/files/%{upstream_name}/%{upstream_version}/%{upstream_name}-%{upstream_version}.tar.gz
# BUG: we do not hanble exceptions out of Gtk2->main loop
# we should just horribly die in that case
Patch0: Glib-1.210-exception-trapping.patch

BuildRequires: glib2-devel >= 2.6.0
BuildRequires: perl(ExtUtils::Depends) >= 0.300.0
BuildRequires: perl(ExtUtils::PkgConfig)
BuildRequires: perl-devel

Conflicts: perl-Gtk2 <= 1

%description
This module provides perl access to Glib and GLib's GObject libraries.
It is mainly used by perl-GTK2 applications.

Glib is a handy library of portability and utility functions. This C library
is designed to solve some portability problems and provide other useful
functionality which most programs require.

GObject provides a generic type system with inheritance and a powerful signal
system.

Together these libraries are used as the foundation for many of the libraries
that make up the Gnome environment, and are used in many unrelated
projects.

%package doc
Summary: Glib documentation


Group: Books/Computer books
Obsoletes: %{name}-doc < 1.230.0-9

%description doc
This package contains documentation of the Glib module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0 -b .ex
find -type d -name CVS | rm -rf 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
# disabled due to long time faillures
#%make test

%install
%makeinstall_std

%files
%doc AUTHORS LICENSE
%dir %{perl_vendorarch}/%{upstream_name}/
%{perl_vendorarch}/%{upstream_name}.pm
%{perl_vendorarch}/%{upstream_name}/*.pm
%{perl_vendorarch}/%{upstream_name}/*/*.pm
%{perl_vendorarch}/%{upstream_name}/Install/doctypes
%{perl_vendorarch}/%{upstream_name}/Install/gperl.h
%{perl_vendorarch}/%{upstream_name}/Install/gperl_marshal.h
%{perl_vendorarch}/%{upstream_name}/Install/typemap
%{perl_vendorarch}/auto/*

%files doc
%{_mandir}/*/*
%dir %{perl_vendorarch}/%{upstream_name}
%{perl_vendorarch}/%{upstream_name}/*.pod
%{perl_vendorarch}/%{upstream_name}/*/*.pod




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.305.0-2
+ Revision: 931ca3c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18110 |14mr|perl-Glib-Object-Introspection-0.23.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Glib-Object-Introspection
%define	modver	0.023

Summary:	Dynamically create Perl language bindings

Name:		perl-%{modname}
Version:	%{perl_convert_version %{modver}}
Release:	1
License:	LGPLv2+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	http://www.cpan.org/modules/by-module/Glib/%{modname}-%{modver}.tar.gz
Patch0:		stack-fix.diff
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::Depends) >= 0.300.0
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(ExtUtils::PkgConfig) >= 1.0.0
BuildRequires:	perl(Glib) >= 1.270.0
BuildRequires:	pkgconfig(gobject-introspection-1.0)
# For tests:
BuildRequires:	perl(Cairo::GObject)
BuildRequires:	pkgconfig(cairo-gobject)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(libffi)
# (tv) t/00-basic-types.t line 51 failed with C locale
BuildRequires:	locales-en
Requires:	perl(Glib) >= 1.270.0

%description
To allow Glib::Object::Introspection to create bindings for a library, it
must have installed a typelib file, for example
'$prefix/lib/girepository-1.0/Gtk-3.0.typelib'. In your code you then
simply call 'Glib::Object::Introspection->setup' to set everything up. This
method takes a couple of key-value pairs as arguments. These three are
mandatory:

* basename => $basename

  The basename of the library that should be wrapped. If your typelib is
  called 'Gtk-3.0.typelib', then the basename is 'Gtk'.

%prep
%setup -q -n %{modname}-%{modver}
%apply_patches

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
exit 0
LC_ALL=en_US.UTF-8 make test

%install
%makeinstall_std

%files
%doc LICENSE META.json META.yml MYMETA.yml NEWS README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Wed Jul 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.23.0-1
+ Revision: 5596a27
- Updated to 0.023



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18111 |14mr|perl-Gnome2-1.42.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Gnome2
%define upstream_version 1.042

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	14

Summary:	Perl module for the gnome2-2.x core libraries

License:	GPL or Artistic
Group:		Development/GNOME and GTK+
Url:		http://gtk2-perl.sf.net/
# http://sourceforge.net/project/showfiles.php?group_id=64773&package_id=91219
Source0:	%{module}-%{upstream_version}.tar.bz2

BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::PkgConfig)
BuildRequires:	perl(Gnome2::VFS)
BuildRequires:	perl(Gnome2::Canvas)
BuildRequires:	perl(Gtk2)
Buildrequires:	perl-devel

Conflicts:	drakxtools < 9.1-15mdk
Requires:	perl(Gtk2) >= 1.00

%description
This module provides perl access to GNOME-2.x core libraries.

GNOME (GNU Network Object Model Environment) is a user-friendly set of
applications and desktop tools to be used in conjunction with a window manager
for the X Window System. GNOME is similar in purpose and scope to CDE and KDE,
but GNOME (like KDE) is based completely on Open Source software.

GNOME libraries provide extra widgets on top of the gtk+ toolkit.


%prep
%setup -q -n %{module}-%{upstream_version}
find -type d -name CVS | rm -rf 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc AUTHORS LICENSE examples/*
%{_mandir}/*/*
%{perl_vendorarch}/%{module}
%{perl_vendorarch}/%{module}.pm
%{perl_vendorarch}/auto/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.42.0-14
+ Revision: 6c155c0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18112 |14mr|perl-Gnome2-Canvas-1.002-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Gnome2-Canvas

Summary: Perl module for the gnomecanvas library

Name:    perl-%module
Version: 1.002
Release:	21
License: GPL or Artistic
Group:   Development/GNOME and GTK+
Source:  Gnome2-Canvas-%{version}.tar.bz2
URL: http://gtk2-perl.sf.net/

BuildRequires: pkgconfig(libgnomecanvas-2.0)
BuildRequires: perl-ExtUtils-Depends 
BuildRequires: perl-Gtk2 => 0.26
BuildRequires: perl-ExtUtils-PkgConfig
Buildrequires: perl-devel

Requires: perl-Gtk2 => 0.26
Conflicts: drakxtools < 9.1-15mdk
provides: perl-GnomeCanvas = %{version}
Obsoletes: perl-GnomeCanvas >= 0.28

%description
The Gnome2::Canvas module allows a perl developer to use the GnomeCanvas
widget with Gtk2-Perl.


%prep
%setup -q -n %module-%{version}
find -type d -name CVS | rm -rf 
perl Makefile.PL INSTALLDIRS=vendor

%build
RPM_OPT_FLAGS="%{optflags}"
export GTK2_PERL_CFLAGS="%{optflags}"
make OPTIMIZE="%{optflags}"
#%make test || :

%install
%makeinstall_std

%clean


%files
%defattr(-, root, root)
%doc AUTHORS LICENSE canvas_demo
%{_mandir}/*/*
%{perl_vendorarch}/Gnome2/Canvas
%{perl_vendorarch}/Gnome2/Canvas.*
%{perl_vendorarch}/auto/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.002-21
+ Revision: 17b688c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18113 |14mr|perl-Gnome2-Print-1.000-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Gnome2-Print

Summary:	Perl module for the gnome print library

Name:		perl-%module
Version:	1.000
Release:	15
License:	GPL or Artistic
Group:		Development/GNOME and GTK+
Source0:	%{module}-%{version}.tar.bz2
URL:		http://gtk2-perl.sf.net/
BuildRequires:	pkgconfig(gtk+-2.0)
Buildrequires:	perl-ExtUtils-Depends 
Buildrequires:	perl-Gnome2 >= 0.30
Buildrequires:	perl-Glib > 1.00
Buildrequires:	perl-ExtUtils-PkgConfig
Buildrequires:	perl-devel
BuildRequires:	pkgconfig(libgnomeprintui-2.2)

%description
This module provides perl access to the libgnomeprint+-2.x library,
the Gnome Printing Architecture.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc examples
%{_mandir}/*/*
%{perl_vendorarch}/Gnome2/*
%{perl_vendorarch}/auto/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.000-15
+ Revision: a92cb5d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18114 |14mr|perl-Gnome2-VFS-1.081-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Gnome2-VFS
%define	fmodule	Gnome2/VFS

Summary:	Perl module for the gnome2-2.x VFS libraries

Name:		perl-%{module}
Version:	1.081
Release:	11
License:	LGPLv2.1+
Group:		Development/GNOME and GTK+
# http://sourceforge.net/project/showfiles.php?group_id=64773&package_id=102457
Source0:	%{module}-%{version}.tar.bz2
URL:		http://gtk2-perl.sf.net/
BuildRequires:	pkgconfig(gnome-vfs-2.0) perl-Glib => 1.00, perl-Gtk2
BuildRequires:	perl-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig 
Requires:	perl-Glib >= 1.00 pkgconfig(gnome-vfs-2.0)
Conflicts:	drakxtools < 9.1-15mdk

%description
This module provides perl access to GNOME-2.x VFS libraries.

The GNOME Virtual File System provides an abstraction to common file
system operations like reading, writing and copying files, listing
directories and so on.

%prep
%setup -q -n %{module}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%install
%makeinstall_std

%files
%doc LICENSE examples/*
%{_mandir}/*/*
%{perl_vendorarch}/%fmodule
%{perl_vendorarch}/%fmodule.pm
%{perl_vendorarch}/auto/%fmodule



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.081-11
+ Revision: da568e0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18115 |14mr|perl-Gnome2-Vte-0.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Gnome2-Vte
%define upstream_version 0.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl binding for the vte widget

License:	GPL+ or Artistic
Group:		Development/GNOME and GTK+
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Gnome2/Gnome2-Vte-%{upstream_version}.tar.gz

BuildRequires:	perl-Glib => 1.00
BuildRequires:	perl-Gtk2
BuildRequires:	perl-ExtUtils-Depends
BuildRequires:	perl-ExtUtils-PkgConfig
BuildRequires:	perl-devel
BuildRequires:	vte-devel => 0.11.10
BuildRequires:	x11-server-xvfb

Conflicts:	drakxtools < 9.1-15mdk
Requires:	perl-Glib >= 1.00

%description
This module provides perl access to vte libraries.

VTE is an experimental terminal emulator widget for use with GTK+ 2.:.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 

%build
RPM_OPT_FLAGS="%{optflags} -Os -s"
export GTK2_PERL_CFLAGS="%{optflags}"
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
# (tv) disabled b/c of "Xlib:  extension "RANDR" missing on display ":99.0"."
#xvfb-run %make test

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc LICENSE 
%{_mandir}/*/*
%{perl_vendorarch}/Gnome2/*
%{perl_vendorarch}/auto/Gnome2/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.110.0-3
+ Revision: d46eeef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18116 |14mr|perl-GPS-Garmin-0.170.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name		perl-GPS
%define upstream_version	0.17

Name:		%{upstream_name}-Garmin
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	GPL+ or Artistic
Summary:	Perl interface to GPS equipment using the Garmin Protocol

Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/GPS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Device::SerialPort)
BuildArch:	noarch

%description
GPS::Garmin allow the connection and use of of a GPS receiver in perl
scripts. Currently only the GRMN/GRMN protocol is implemented but NMEA
is a work in progress.

This module currently works with Garmin GPS II+ equipments, but should
work on most Garmin receivers that support the GRMN/GRMN protocol.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/GPS
%{_mandir}/man3/GPS*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.170.0-4
+ Revision: b693936
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18117 |14mr|perl-GSSAPI-0.280.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 GSSAPI
%define upstream_version 0.28

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    10

Summary:	Perl extension providing access to the GSSAPIv2 library

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	krb5-devel
BuildRequires:	perl-devel

%description
This module gives access to the routines of the GSSAPI library, as described
in rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution from
MIT.

Since 0.14 it also compiles and works with Heimdal. Lacks of Heimdal support
are gss_release_oid(), gss_str_to_oid() and fail of some tests. Have a look
at the tests in t/ directory too see what tests fail on Heimdal ( the *.t tests
are just skipping them at the moment)

The API presented by this module is a mildly object oriented reinterpretation
of the C API, where opaque C structures are Perl objects, but the style of
function call has been left mostly untouched. As a result, most routines modify
one or more of the parameters passed to them, reflecting the C call-by-
reference (or call-by-value-return) semantics.

All users of this module are therefore strongly advised to localize all usage
of these routines to minimize pain if and when the API changes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
# Looks like latest krb5 is not fully supported :-/
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man?/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.280.0-10
+ Revision: 3cef3a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18118 |14mr|perl-Gtk2-1.247.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	Gtk2
%define upstream_version 1.247

%define Werror_cflags %{nil}

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Perl module for the gtk+-2.x library

License:	GPL or Artistic
Group:		Development/GNOME and GTK+
Url:		http://gtk2-perl.sf.net/
Source0:	http://sourceforge.net/projects/gtk2-perl/files/%{upstream_name}/%{upstream_version}/%{upstream_name}-%{upstream_version}.tar.gz
Patch7:		Gtk2-1.244-gtk_exit.patch
Patch21:	Gtk2-1.038-xset_input_focus.patch
Patch23:	Gtk2-1.023-exception-trapping.patch 

BuildRequires:	perl(Cairo) >= 1.0.0
BuildRequires:	perl(ExtUtils::Depends) >= 0.300.0
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(ExtUtils::PkgConfig) >= 1.120
BuildRequires:	perl(Glib) >= 1.240.0
BuildRequires:	perl(Pango) >= 1.220.0
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	perl-devel
# for test suite:
BuildRequires:	fontconfig
BuildRequires:	fonts-ttf-dejavu
BuildRequires:	x11-server-xvfb
Requires:	gtk+2
Requires:	perl(Glib)
#	(misc) needed by /usr/lib/perl5/vendor_perl/5.8.7/i386-linux/Gtk2/Install/Files.pm
Requires:	perl(Cairo)
Requires:	perl(Pango)
# required to avoid warnings when loading
Suggests:	canberra-gtk
# (tv) libegg's code for status icon was merged in gtk+2.9.x:
Provides:	perl-Gtk2-StatusIcon = %{version}-%{release}
Obsoletes:	perl-Gtk2-StatusIcon <= 0.010

# rpm bug, FIXME!
%define	__noautoreqfiles	%{_docdir}

%description
This module provides perl access to the gtk+-2.x library.

Gtk+ is the GIMP ToolKit (GTK+), a library for creating graphical user
interfaces for the X Window System.  GTK+ was originally written for the GIMP
(GNU Image Manipulation Program) image processing program, but is now used by
several other programs as well.

%package	doc
Summary:	Gtk2 documentation

Group:		Books/Computer books
BuildArch:	noarch

%description	doc
This package contains documentation of the Gtk2 module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch7 -p1 -b .gtk_exit~
%patch21 -p0 -b .tv~
%patch23 -p0 -b .except~
perl Makefile.PL INSTALLDIRS=vendor
chmod 755 gtk-demo/*.pl examples/*.pl

%build
%make OPTIMIZE="%{optflags}"

%check
#xvfb-run %make test

%install
%makeinstall_std

%files
%doc AUTHORS LICENSE META.yml NEWS README TODO
%{perl_vendorarch}/%{upstream_name}/
%{perl_vendorarch}/%{upstream_name}.pm
%exclude %{perl_vendorarch}/%{upstream_name}/*.pod
%exclude %{perl_vendorarch}/%{upstream_name}/*/*.pod
%exclude %{perl_vendorarch}/%{upstream_name}/*/*/*.pod
%{perl_vendorarch}/auto/*

%files doc
%doc gtk-demo examples
%{_mandir}/*/*
%dir %{perl_vendorarch}/%{upstream_name}
%{perl_vendorarch}/%{upstream_name}/*.pod
%{perl_vendorarch}/%{upstream_name}/*/*.pod
%{perl_vendorarch}/%{upstream_name}/*/*/*.pod

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.247.0-7
+ Revision: 3b1f007
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18119 |14mr|perl-Gtk2-Ex-FormFactory-0.670.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname Gtk2-Ex-FormFactory
%define NVR %{pkgname}-%{version}-%{release}
%define maketest 1
%define upstream_version 0.67

Name:      perl-Gtk2-Ex-FormFactory
Summary:   Gtk2-Ex-FormFactory - Makes building complex GUI's easy

Version:   %perl_convert_version %{upstream_version}
Release:   5
license:   LGPLv2+
Group:     Development/GNOME and GTK+
Url:       http://www.exit1.org/download/ff
BuildArch: noarch
Source:    http://www.exit1.org/packages/Gtk2-Ex-FormFactory/dist/Gtk2-Ex-FormFactory-%{upstream_version}.tar.bz2
BuildRequires: perl-Gtk2 perl-devel

%description
This is a framework which tries to make building complex GUI's easy, by
offering these two main features:

  * Consistent looking GUI without the need to code resp. tune
    each widget by hand. Instead you declare the structure of your
    GUI, connect it to the data of your program (which should be
    a well defined set of objects) and control how this structure
    is transformed into a specific layout in a very generic way.

  * Automatically keep widget and object states in sync (in both
    directions), even with complex data structures with a lot of
    internal dependencies, object nesting etc.

This manpage describes the facilities of Gtk2::Ex::FormFactory objects
which are only a small part of the whole framework. To get a full
introduction and overview of how this framework works refer to
Gtk2::Ex::FormFactory::Intro.

%prep
%setup -q -n %{pkgname}-%{upstream_version} 
chmod -R u+w %{_builddir}/%{pkgname}-%{upstream_version}

%build
grep -rsl '^#!.*perl' . |
grep -v '.bak$' |xargs --no-run-if-empty \
%__perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)'
CFLAGS="%{optflags}"
%{__perl} Makefile.PL `%{__perl} -MExtUtils::MakeMaker -e ' print qq|PREFIX=%{buildroot}%{_prefix}| if \$ExtUtils::MakeMaker::VERSION =~ /5\.9[1-6]|6\.0[0-5]/ '` INSTALLDIRS=vendor
%make
%if %maketest
%make test
%endif

%install
%{makeinstall} `%{__perl} -MExtUtils::MakeMaker -e ' print \$ExtUtils::MakeMaker::VERSION <= 6.05 ? qq|PREFIX=%{buildroot}%{_prefix}| : qq|DESTDIR=%{buildroot}| '`

# remove special files
find %{buildroot} -name "perllocal.pod" \
    -o -name ".packlist"                \
    -o -name "*.bs"                     \
    |xargs -i rm -f {}

# no empty directories
find %{buildroot}%{_prefix}             \
    -type d -depth                      \
    -exec rmdir {} \; 2>/dev/null

%files
%doc Changes README
%{perl_vendorlib}/Gtk2/Ex/
%{_mandir}/man3/Gtk2::Ex*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.670.0-5
+ Revision: b5202e0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18120 |14mr|perl-Gtk2-Html2-0.04-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Gtk2-Html2
%define fmodule Html2

Summary: Perl module for the gtkhtml2 library

Name:    perl-%module
Version: 0.04
Release:	19
License: GPL or Artistic
Group:   Development/GNOME and GTK+
Source:  %module-%{version}.tar.bz2
Patch0:  Gtk2-Html2-0.04-fix-example.patch
URL: http://gtk2-perl.sf.net/
BuildRequires: gtkhtml2-devel => 2.4, perl-devel perl-ExtUtils-Depends perl-Gtk2 >= 1.083-2mdk
BuildRequires: perl-ExtUtils-PkgConfig
Requires: perl-Gtk2 

%description
This package adds perl support for GtkHTML2.


%prep
%setup -q -n %module-%{version}
%patch0 -p0
find -type d -name CVS | rm -rf 

%build
RPM_OPT_FLAGS="%{optflags}"
export GTK2_PERL_CFLAGS="%{optflags}"
perl Makefile.PL INSTALLDIRS=vendor
make OPTIMIZE="%{optflags}"
#%make test || :

%install
%makeinstall_std

%clean


%files
%defattr(-, root, root)
%doc examples/*
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2/*
%{perl_vendorarch}/auto/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.04-19
+ Revision: eae2c76
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18121 |14mr|perl-Gtk2-Notify-0.50.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Gtk2-Notify
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    9

Summary:    Perl interface to libnotify

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    ftp://ftp.perl.org/pub/CPAN/modules/by-module/Gtk2/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		Gtk2-Notify-0.05-libnotify-0.7.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl-ExtUtils-PkgConfig
BuildRequires:  perl-Gtk2
BuildRequires:  perl-Test-Exception
BuildRequires:	perl-devel

%description
Perl interface to libnotify.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .libnotify7~

%build
%define _disable_ld_no_undefined 1
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OTHERLDFLAGS="%ldflags"

%check
# test requires dbus service and X11 to be used 
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorarch}/*
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-9
+ Revision: a711b93
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18122 |14mr|perl-Gtk2-Sexy-0.50.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Gtk2-Sexy
%define	upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	9

Summary:	Perl interface to the sexy widget collection 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://www.chipx86.com/wiki/Libsexy
Source0:	http://www.cpan.org/modules/by-module/Gtk2/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	libsexy-devel
BuildRequires:	perl-Cairo
BuildRequires:	perl-ExtUtils-Depends
BuildRequires:	perl-ExtUtils-PkgConfig
BuildRequires:	perl-Glib
BuildRequires:	perl-Gtk2
BuildRequires:	perl-devel

%description
This module allows a perl developer to access the widgets of the sexy
widget collection, which currently includes the following widgets:
- SexyIconEntry: a GtkEntry with support for inline icons
- SexySpellEntry: a GtkEntry with inline spell checking
- SexyUrlLabel: a GtkLabel with support for embedded hyperlinks

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc examples/*
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2
%{perl_vendorarch}/auto/Gtk2



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-9
+ Revision: 246d766
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18123 |14mr|perl-Gtk2-SourceView2-0.100.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Gtk2-SourceView2
%define upstream_version 0.10

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	11

Summary:	Perl module for the gtksourceview library

License:	GPLv2+ or Artistic
Group:		Development/GNOME and GTK+
Url:		http://gtk2-perl.sf.net/
Source0:	%{module}-%{upstream_version}.tar.gz

BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgnomeprintui-2.2)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	perl-ExtUtils-Depends 
BuildRequires:	perl-ExtUtils-PkgConfig
BuildRequires:	perl-Glib > 1.00
BuildRequires:	perl-Gtk2 > 1.00
BuildRequires:	perl-devel

# for data files:
Requires:	gtksourceview
Requires:	gtk+2

%description
This module provides perl access to the libgtksourceview library, a library
that adds syntax highlighting, line numbers, and other programming-editor
features.
GtkSourceView specializes these features for a code editor.

%prep
%setup -q -n %{module}-%{upstream_version}
perl Makefile.PL INSTALLDIRS=vendor

%build
%make OPTIMIZE="%{optflags}"
#%make test || :

%install
%makeinstall_std

%files
%doc examples
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2/*
%{perl_vendorarch}/auto/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.100.0-11
+ Revision: 8602657
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18124 |14mr|perl-Gtk2-TrayIcon-0.60.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Gtk2-TrayIcon
%define upstream_version 0.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	9

Summary:    Perl module interface to the EggTrayIcon library

License:    GPL+ or Artistic
Group:      Development/GNOME and GTK+
Url:        http://gtk2-perl.sf.net/
Source0:    %{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires: glitz-devel
BuildRequires: gtk+2-devel
BuildRequires: perl-Cairo
BuildRequires: perl-ExtUtils-Depends
BuildRequires: perl-ExtUtils-PkgConfig
BuildRequires: perl-Glib >= 0.92
BuildRequires: perl-Gtk2
BuildRequires: perl-devel

Requires: gtk+2
Requires: perl-Gtk2 >= 0.95-6mdk

%description
This module allows a Perl developer to embed an arbitrary widget
in a System Tray like the Gnome notification area.
System Trays are found in both KDE and Gnome.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -rf 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

#%check
#%make test || :

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc examples/*
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2
%{perl_vendorarch}/auto/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60.0-9
+ Revision: 90856cd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18125 |14mr|perl-Gtk2-WebKit-0.90.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname	Gtk2-WebKit
%define modver	0.09

Summary:	Web content engine library for Gtk2

Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	15
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	http://www.cpan.org/modules/by-module/Gtk2/%{modname}-%{modver}.tar.gz
BuildRequires:	gsettings-desktop-schemas
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::PkgConfig)
BuildRequires:	perl(Gtk2)
BuildRequires:	webkitgtk-devel >= 1.2.0-3
# for tests:
BuildRequires:	x11-server-xvfb
BuildRequires:	perl-devel

%description
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.

It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.

%prep
%setup -qn %{modname}-%{modver}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make OTHERLDFLAGS="-Wl,--as-needed"

#%check
#XDISPLAY=$(i=1; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
#%{_bindir}/Xvfb -screen 0 1600x1200x24 :$XDISPLAY &
#export DISPLAY=:$XDISPLAY
#make test
#kill $(cat /tmp/.X$XDISPLAY-lock)

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.90.0-15
+ Revision: eb5f8db
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18126 |14mr|perl-Gtk3-0.14.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Gtk3
%define upstream_version 0.014

%define perl_glib_require 1.260

Summary:	Perl module for the GTK+-3.x library
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
License:	LGPLv2+
Group:		Development/GNOME and GTK+
Url:		http://gtk2-perl.sf.net/
Source0:	http://prdownloads.sourceforge.net/gtk2-perl/%{upstream_name}-%{upstream_version}.tar.gz
# helper for exception management:
Patch1:		exceptions.diff
Patch5:		pango.diff
# set up GdkX11:
Patch6:		GdkX11.diff
Patch7:		gio.diff
BuildRequires:	perl-devel
BuildRequires:	perl(Cairo::GObject) >= 1.0.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires:	perl(Glib) >= %{perl_glib_require}
BuildRequires:	perl(Glib::Object::Introspection)
BuildRequires:	perl-ExtUtils-Depends >= 0.300
BuildRequires:	perl-ExtUtils-PkgConfig >= 1.03
# for test suite:
#BuildRequires: x11-server-xvfb
BuildRequires:	typelib(Gtk) = 3.0
Requires:	typelib(Gtk) = 3.0
Requires:	typelib(Gdk) = 3.0
Requires:	typelib(Pango) = 1.0
BuildArch:	noarch

%description
This module provides perl access to the GTK+-3.x library.

GTK+ is the GIMP ToolKit, a library for creating graphical user interfaces
for the X Window System. GTK+ was originally written for the GIMP (GNU Image
Manipulation Program) image processing program, but is now used by several
other programs as well.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%apply_patches
rm -f lib/Gtk3.pm.*
perl Makefile.PL INSTALLDIRS=vendor

%build
%make OPTIMIZE="%{optflags}"

%install
%makeinstall_std

%check
# (TV) Test suite won't work in iurt (not enough stuff configured):
exit 0
xvfb-run %make test

%files
%doc LICENSE META.yml MYMETA.yml NEWS README
%{perl_vendorlib}/%{upstream_name}.pm
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.14.0-2
+ Revision: cf0eda8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18127 |14mr|perl-Gtk3-SimpleList-0.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname	Gtk3-SimpleList
%define	modver	0.15

Name:		perl-%{modname}
Version:	%{perl_convert_version %{modver}}
Release:	1

Summary:	Perl helper module for Gtk3
License:	LGPLv2+ or Artistic
Group:		Development/GNOME and GTK+
Url:		http://gtk2-perl.sf.net/
Source0:	%{modname}-%{modver}.tar.gz

BuildArch:	noarch

BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Gtk3)
BuildRequires:	perl-devel
BuildRequires:	perl-ExtUtils-Depends >= 0.300

%description
This module provides a helper for Gtk3.

%prep
%setup -q -n %{modname}-%{modver}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%install
%makeinstall_std

%files
%doc COPYING Changes META.json META.yml MYMETA.yml README
%{perl_vendorlib}/Gtk3/SimpleList*
%{_mandir}/*/*

%changelog
* Wed Apr 30 2014 Rosa <rosa@abf.rosalinux.ru> 0.150.0-1
+ Revision: 7348e62
- Automatic import for version 0.150.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18128 |14mr|perl-Hook-LexWrap-0.240.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hook-LexWrap
%define upstream_version 0.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Lexically scoped subroutine wrappers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Hook/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
around an existing subroutine. Unlike other modules that provide this
capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap
implements wrappers in such a way that the standard `caller' function
works correctly within the wrapped subroutine.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Hook
%{_mandir}/*/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.240.0-8
+ Revision: f731592
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18129 |14mr|perl-HTML-Clean-0.800.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTML-Clean
%define upstream_version 0.8

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	HTML shrinker

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The HTML::Clean module encapsulates a number of HTML optimizations
and cleanups.  The end result is HTML that loads faster, displays
properly in more browsers.  Think of it as a compiler that
translates HTML input into optimized machine readable code.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README TODO
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/HTML
%{perl_vendorlib}/auto



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.800.0-7
+ Revision: bcbbcc8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18130 |14mr|perl-HTML-Form-6.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Form
%define upstream_version 6.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Class that represents an HTML form element

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Encode)
BuildRequires:	perl(HTML::TokeParser)
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Request::Common) >= 6.30.0
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
Objects of the 'HTML::Form' class represents a single HTML '<form> ...
</form>' instance. A form consists of a sequence of inputs that usually
have names, and which can take on various values. The state of a form can
be tweaked and it can then be asked to provide 'HTTP::Request' objects that
can be passed to the request() method of 'LWP::UserAgent'.

The following methods are available:

* @forms = HTML::Form->parse( $html_document, $base_uri )

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.30.0-3
+ Revision: 30cef67
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18131 |14mr|perl-HTML-Format-2.110.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    HTML-Format
%define upstream_version 2.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	CPAN %{upstream_name} perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/HTML-Format/
Source:     http://www.cpan.org/modules/by-module/HTML/HTML-Format-%{upstream_version}.tar.gz
BuildRequires:	perl(Font::AFM) >= 1.17
BuildRequires:	perl(HTML::Tree) >= 3.15
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Test::More) >= 0.960.0
BuildArch:	noarch

%description
This is a collection of modules that formats HTML as plaintext,
PostScript or RTF.

The modules present in this package are:

  HTML::FormatText - Formatter that converts a syntax tree to plain
        readable text.

  HTML::FormatPS - Formatter that outputs PostScript code.

  HTML::FormatRTF - Formatter that outputs RTF code.

  HTML::Formatter - Base class for various formatters.  Formatters
        traverse a syntax tree and produce some textual output.  None
        of the current formatters handle tables or forms yet.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/HTML/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.110.0-3
+ Revision: 380eb1e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18132 |14mr|perl-HTML-Parser-3.710.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 HTML-Parser
%define upstream_version 3.71

%define Werror_cflags %nil

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Perl module to parse HTML documents

License:	GPL+ or Artistic
Group:		Development/Perl
Url: 		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-HTML-Tagset
Requires: 	perl-HTML-Tagset >= 3.30.0

%description
HTML::Parser module for Perl to parse and extract information from
HTML documents.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
# compile with default options (prompt() checks for STDIN being a terminal).
# yes to not ask for automate rebuild
yes | %__perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%files
%doc README TODO Changes
%{perl_vendorarch}/auto/HTML
%{perl_vendorarch}/HTML
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.710.0-3
+ Revision: 712c1e5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18133 |14mr|perl-HTML-SimpleParse-0.120.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-SimpleParse
%define upstream_version 0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	HTML::SimpleParse Perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
HTML::SimpleParse module for Perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/HTML/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.120.0-7
+ Revision: 89506e0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18134 |14mr|perl-HTML-Tagset-3.200.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 HTML-Tagset
%define	upstream_version 3.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	This module contains data tables useful in dealing with HTML

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module contains data tables useful in dealing with HTML.
It provides no functions or methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/HTML



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.200.0-8
+ Revision: 1920d55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18135 |14mr|perl-HTML-Template-2.900.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Template
%define upstream_version 2.9

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Perl module to use HTML Templates from CGI scripts

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SA/SAMTREGAR/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)

BuildArch:	noarch

%description
This module attempts make using HTML templates simple and natural. It
extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>,
<TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. The file
written with HTML and these new tags is called a template. It is
usually saved separate from your script - possibly even created by
someone else!  Using this module you fill in the values for the
variables, loops and branches declared in the template. This allows
you to separate design - the HTML - from the data, which you generate
in the Perl script.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ANNOUNCE ARTISTIC Changes FAQ README
%{perl_vendorlib}/HTML
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.900.0-7
+ Revision: 0673cb4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18136 |14mr|perl-HTML-Tree-4.200.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTML-Tree
%define upstream_version 4.2

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6
Epoch:		1

Summary:	Build and scan parse-trees of HTML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/S/SB/SBURKE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-HTML-Parser
BuildArch:	noarch

%description
This distribution contains a suite of modules for representing,
creating, and extracting information from HTML syntax trees; there is
also relevent documentation.  These modules used to be part of the
libwww-perl distribution, but are now unbundled in order to facilitate
a separate development track.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/HTML
%{_bindir}/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:4.200.0-6
+ Revision: 72e8377
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18137 |14mr|perl-HTTP-Cookies-6.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32\\)'
%else
%define _requires_exceptions Win32
%endif

%define upstream_name    HTTP-Cookies
%define upstream_version 6.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Storage of cookies

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(HTTP::Date)
BuildRequires:	perl(HTTP::Headers::Util)
BuildRequires:	perl(Time::Local)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This class is for objects that represent a "cookie jar" -- that is, a
database of all the HTTP cookies that a given LWP::UserAgent object knows
about.

Cookies are a general mechanism which server side connections can use to
both store and retrieve information on the client side of the connection.
For more information about cookies refer to
<URL:http://curl.haxx.se/rfc/cookie_spec.html> and
<URL:http://www.cookiecentral.com/>. This module also implements the new
style cookies described in _RFC 2965_. The two variants of cookies are
supposed to be able to coexist happily.

Instances of the class _HTTP::Cookies_ are able to store a collection of
Set-Cookie2: and Set-Cookie: headers and are able to use this information
to initialize Cookie-headers in _HTTP::Request_ objects. The state of a
_HTTP::Cookies_ object can be saved in and restored from files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm lib/HTTP/Cookies/Microsoft.pm
sed -i -e '/Microsoft.pm/d' MANIFEST

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.10.0-4
+ Revision: 983a634
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18138 |14mr|perl-HTTP-Daemon-6.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Daemon
%define upstream_version 6.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Base class for simple HTTP servers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTTP/HTTP-Daemon-%{upstream_version}.tar.gz

BuildRequires:	perl(HTTP::Date)
BuildRequires:	perl(HTTP::Request)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(HTTP::Status)
BuildRequires:	perl(IO::Socket)
BuildRequires:	perl(LWP::MediaTypes)
BuildRequires:	perl(Sys::Hostname)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Instances of the 'HTTP::Daemon' class are HTTP/1.1 servers that listen on a
socket for incoming requests. The 'HTTP::Daemon' is a subclass of
'IO::Socket::INET', so you can perform socket operations directly on it
too.

The accept() method will return when a connection from a client is
available. The returned value will be an 'HTTP::Daemon::ClientConn' object
which is another 'IO::Socket::INET' subclass. Calling the get_request()
method on this object will read data from the client and return an
'HTTP::Request' object. The ClientConn object also provide methods to send
back various responses.

This HTTP daemon does not fork(2) for you. Your application, i.e. the user
of the 'HTTP::Daemon' is responsible for forking if that is desirable. Also
note that the user is responsible for generating responses that conform to
the HTTP/1.1 protocol.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.10.0-3
+ Revision: d668313
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18139 |14mr|perl-HTTP-Date-6.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Date
%define upstream_version 6.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Date conversion for HTTP date formats

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTTP/HTTP-Date-%{upstream_version}.tar.gz

BuildRequires: perl(Time::Local)
BuildRequires: perl-devel
Conflicts:	perl-libwww-perl < 6
BuildArch: noarch

%description
This module provides functions that deal the date formats used by the HTTP
protocol (and then some more). Only the first two functions, time2str() and
str2time(), are exported by default.

* time2str( [$time] )

  The time2str() function converts a machine time (seconds since epoch) to
  a string. If the function is called without an argument or with an
  undefined argument, it will use the current time.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.20.0-3
+ Revision: 4fd1a4a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18140 |14mr|perl-HTTP-DAV-0.470.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-DAV
%define upstream_version 0.47

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A WebDAV client library for Perl5

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTTP/HTTP-DAV-%{upstream_version}.tar.gz

BuildRequires:	perl-libwww-perl
BuildRequires:	perl(XML::DOM)
BuildRequires:	perl(Crypt::SSLeay)
BuildRequires:	perl(MD5)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
PerlDAV is a Perl library for modifying content on webservers using the WebDAV
protocol. Now you can LOCK, DELETE and PUT files and much more on a DAV-enabled
webserver.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# fix attribs
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
	
%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

# requires a "test server"...
#make test TEST_VERBOSE=1

%install
%makeinstall_std

%files
%doc Changes README TODO doc/*
%{_bindir}/dave
%{_mandir}/*/*
%{perl_vendorlib}/HTTP



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.470.0-3
+ Revision: ed6111d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18141 |14mr|perl-HTTP-Message-6.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Message
%define upstream_version 6.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Base class for Request/Response

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Compress::Raw::Zlib)
BuildRequires: perl(IO::HTML)
BuildRequires: perl(Encode)
BuildRequires: perl(Encode::Locale)
BuildRequires: perl(HTML::Parser)
BuildRequires: perl(HTTP::Date)
BuildRequires: perl(IO::Compress::Bzip2)
BuildRequires: perl(IO::Compress::Deflate)
BuildRequires: perl(IO::Compress::Gzip)
BuildRequires: perl(IO::Uncompress::Bunzip2)
BuildRequires: perl(IO::Uncompress::Gunzip)
BuildRequires: perl(IO::Uncompress::Inflate)
BuildRequires: perl(IO::Uncompress::RawInflate)
BuildRequires: perl(LWP::MediaTypes)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(MIME::QuotedPrint)
BuildRequires: perl(URI)
BuildRequires: perl-devel
BuildArch: noarch

%description
An 'HTTP::Config' object is a list of entries that can be matched against
request or request/response pairs. Its purpose is to hold configuration
data that can be looked up given a request or response object.

Each configuration entry is a hash. Some keys specify matching to occur
against attributes of request/response objects. Other keys can be used to
hold user data.

The following methods are provided:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 6.60.0-1
+ Revision: 8f14c03
- Merge pull request #1 from import/perl-HTTP-Message:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18142 |14mr|perl-HTTP-Negotiate-6.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Negotiate
%define upstream_version 6.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	HTTP content negotiation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTTP/HTTP-Negotiate-%{upstream_version}.tar.gz

BuildRequires:	perl(HTTP::Headers)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides a complete implementation of the HTTP content
negotiation algorithm specified in _draft-ietf-http-v11-spec-00.ps_ chapter
12. Content negotiation allows for the selection of a preferred content
representation based upon attributes of the negotiable variants and the
value of the various Accept* header fields in the request.

The variants are ordered by preference by calling the function choose().

The first parameter is reference to an array of the variants to choose
among. Each element in this array is an array with the values [$id, $qs,
$content_type, $content_encoding, $charset, $content_language,
$content_length] whose meanings are described below. The $content_encoding
and $content_language can be either a single scalar value or an array
reference if there are several values.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.10.0-3
+ Revision: 3ef7c6b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18143 |14mr|perl-HTTP-Response-Encoding-0.60.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Response-Encoding
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Adds encoding() to HTTP::Response

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Encode)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Pod::Coverage)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Adds encoding() to HTTP::Response.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60.0-7
+ Revision: eb4da8d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18144 |14mr|perl-HTTP-Server-Simple-0.440.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Server-Simple
%define upstream_version 0.44

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Perl module to write simple standalone http daemons

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI) 
BuildRequires:	perl(URI::Escape)
Requires:	perl(CGI)
BuildArch:	noarch

%description
This module is a simple standalone http dameon. It doesn't thread. It doesn't
fork. It does, however, act as a simple frontend which can turn a CGI into a
standalone web-based application.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ex README Changes
%{perl_vendorlib}/HTTP
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.440.0-6
+ Revision: 1e4225e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18145 |14mr|perl-Image-ExifTool-9.700.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Image-ExifTool
%define upstream_version 9.70

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	Read and write meta information


License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Image/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildArch:	noarch
Provides:	Image-ExifTool

%description
ExifTool provides an extensible set of perl modules to read and write meta
information in image, audio and video files, including the maker note
information of many digital cameras by various manufacturers such as Canon,
Casio, FujiFilm, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon,
Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo and Sigma/Foveon.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}} -DENGLISH"

%check
make test

%install
%makeinstall_std

%files
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/Image
%{perl_vendorlib}/File

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 1:9.700.0-1
+ Revision: 53b5ab5
- Merge pull request #6 from import/perl-Image-ExifTool:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18146 |14mr|perl-Image-Size-3.232.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Image-Size
%define upstream_version 3.232

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		1

Summary:	Read the dimensions of an image in several popular formats

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Image/Image-Size-%{upstream_version}.tar.gz

BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Image::Size is a library based on the image-sizing code in the wwwimagesize
script, a tool that analyzes HTML files and adds HEIGHT and WIDTH tags to
IMG directives.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{_bindir}/imgsize
%{_mandir}/*/*
%{perl_vendorlib}/Image


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.232.0-3
+ Revision: 85a76a4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18147 |14mr|perl-Inline-0.770.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Inline
%define upstream_version 0.77

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Write Perl subroutines in other programming languages


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Parse::RecDescent)
BuildRequires: perl(Test::Warn)
BuildRequires:	perl-devel
BuildArch:	noarch

Requires:	perl(Parse::RecDescent)

%description
The Inline module allows you to put source code from other programming
languages directly "inline" in a Perl script or module. The code is
automatically compiled as needed, and then loaded for immediate access
from Perl.

Inline saves you from the hassle of having to write and compile your
own glue code using facilities like XS or SWIG. Simply type the code
where you want it and run your Perl as normal. All the hairy details
are handled for you. The compilation and installation of your code
chunks all happen transparently; all you will notice is the delay of
compilation on the first run.

The Inline code only gets compiled the first time you run it (or
whenever it is modified) so you only take the performance hit
once. Code that is Inlined into distributed modules (like on the CPAN)
will get compiled when the module is installed, so the end user will
never notice the compilation time.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/*/*
%{perl_vendorlib}/Inline*
# %{perl_vendorlib}/auto/Inline*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 0.770.0-1
+ Revision: 26bdea4
- Merge pull request #3 from import/perl-Inline:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18148 |14mr|perl-IO-AIO-4.310.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 IO-AIO
%define upstream_version 4.31

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	2

Summary:	Asynchronous Input/Output 


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz
Requires:	perl(common::sense)
BuildRequires:	db5-devel
BuildRequires:	gdbm-devel
BuildRequires:	perl(common::sense)
BuildRequires:	perl-devel

%description
This module implements asynchronous I/O using whatever means your operating
system supports.

Currently, a number of threads are started that execute your read/writes and
signal their completion. You don't need thread support in your libc or perl,
and the threads created by this module will not be visible to the pthreads
library. In the future, this module might make use of the native aio functions
available on many operating systems. However, they are often not well-supported
(Linux doesn't allow them on normal files currently, for example), and they
would only support aio_read and aio_write, so the remaining functionality would
have to be implemented using threads anyway.

Although the module will work with in the presence of other threads, it is
currently not reentrant, so use appropriate locking yourself, always call
poll_cb from within the same thread, or never call poll_cb (or other aio_
functions) recursively.

After creating a new Gtk2::Ex::Simple::List object with the desired columns you
may set the list data with a simple Perl array assignment. Rows may be added or
deleted with all of the normal array operations. You can treat the data member
of the Simple::List object as an array reference, and manipulate the list data
with perl's normal array operators.

A mechanism has also been put into place allowing columns to be Perl scalars.
The scalar is converted to text through Perl's normal mechanisms and then
displayed in the list. This same mechanism can be expanded by defining
arbitrary new column types before calling the new function.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%{_mandir}/*/*
%{_bindir}/treescan
%{perl_vendorarch}/IO
%{perl_vendorarch}/auto/IO


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.310.0-2
+ Revision: bdf1b6c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18149 |14mr|perl-IO-CaptureOutput-1.110.300-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-CaptureOutput
%define upstream_version 1.1103

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		1

Summary:	Capture STDOUT and STDERR from Perl code, subprocesses or XS

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Carp)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Symbol)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
This module provides routines for capturing STDOUT and STDERR from perl
subroutines, forked system calls (e.g. 'system()', 'fork()') and from XS or
C modules.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.110.300-3
+ Revision: 293f6b5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18150 |14mr|perl-IO-Compress-2.64.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	IO-Compress
%define upstream_version 2.064

Summary:	IO Interface to compressed data files/buffers

Name:		perl-%{modname}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	http://www.cpan.org/modules/by-module/IO/%{modname}-%{upstream_version}.tar.gz
BuildArch:	noarch
# perl provides this one unversionned
BuildRequires:	perl(Compress::Raw::Bzip2) >= %{version}
BuildRequires:	perl(Compress::Raw::Zlib) >= %{version}
BuildRequires:	perl-devel
Obsoletes:	perl-Compress-Zlib
Obsoletes:	perl-IO-Compress-Base
Obsoletes:	perl-IO-Compress-Bzip2
Obsoletes:	perl-IO-Compress-Zlib

%description
This distribution provides a Perl interface to allow reading and writing of
compressed data created with the zlib and bzip2 libraries.

IO-Compress supports reading and writing of bzip2, RFC 1950, RFC
1951, RFC 1952 (i.e. gzip) and zip files/buffers.

%prep
%setup -qn %{modname}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/zipdetails
%{perl_vendorlib}/Compress
%{perl_vendorlib}/File
%{perl_vendorlib}/IO
%{_mandir}/man1/zipdetails.1*
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.64.0-4
+ Revision: 133b4c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18151 |14mr|perl-IO-HTML-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-HTML
%define upstream_version 1.001

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Open an HTML file with automatic charset detection
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Encode) >= 2.100.0
BuildRequires: perl(Exporter) >= 5.570.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Temp)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
IO::HTML provides an easy way to open a file containing HTML while
automatically determining its encoding. It uses the HTML5 encoding sniffing
algorithm specified in section 8.2.2.1 of the draft standard.

The algorithm as implemented here is:

* 1.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sat Sep 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-2
+ Revision: af089ed
- Rebuild to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18152 |14mr|perl-IO-Multiplex-1.130.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 IO-Multiplex
%define	upstream_version 1.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Manage IO on many file handles

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Socket)
BuildArch:	noarch

%description
IO::Multiplex is designed to take the effort out of managing
multiple file handles.  It is essentially a really fancy front end to
the C<select> system call.  In addition to maintaining the C<select>
loop, it buffers all input and output to/from the file handles.  It
can also accept incoming connections on one or more listen sockets.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc Changes README TODO
%{perl_vendorlib}/IO
%{_mandir}/man*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.130.0-7
+ Revision: c976cd1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18153 |14mr|perl-IO-SessionData-1.30.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name IO-SessionData
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Supporting module for SOAP::Lite

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Supporting module for SOAP::Lite.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.30.0-2
+ Revision: 2585089
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18154 |14mr|perl-IO-Socket-INET6-2.720.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 IO-Socket-INET6
%define upstream_version 2.72

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Object interface for AF_INET|AF_INET6 domain sockets

License:	BSD-like
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/IO-Socket-INET6-%{upstream_version}.tar.gz

BuildRequires:	perl-Socket6
BuildRequires:	perl-devel
BuildArch:	noarch

%description
IO::Socket::INET6 provides an object interface to creating and using sockets in
both AF_INET|AF_INET6 domain. It is built upon the IO::Socket interface and
inherits all the methods defined by IO::Socket.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{perl_vendorlib}/IO
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.720.0-4
+ Revision: fcdedd1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18155 |14mr|perl-IO-Socket-IP-0.310.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_version 0.31

Name:           perl-IO-Socket-IP
Version:        %perl_convert_version %{upstream_version}
Release:        1
Summary:        Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/IO-Socket-IP/
Source0:        http://www.cpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{upstream_version}.tar.gz
BuildArch:      noarch
BuildRequires:  perl(base)
BuildRequires:  perl(constant)
BuildRequires:  perl(Carp)
BuildRequires:  perl(IO::Socket)
BuildRequires:  perl(IO::Socket::INET)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl-Socket
BuildRequires:  perl(Socket6)
BuildRequires:  perl(Test::More)

%description
This module provides a protocol-independent way to use IPv4 and IPv6
sockets, as a drop-in replacement for IO::Socket::INET. Most constructor
arguments and methods are provided in a backward-compatible way.

%prep
%setup -q -n IO-Socket-IP-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%check
# Don'd do the live test
rm -f t/21nonblocking-connect-internet.t
./Build test

%files
%doc Changes examples LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.310.0-1
+ Revision: e2d6a6f
- Updated to 0.31



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18156 |14mr|perl-IO-Socket-SSL-1.998.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Socket-SSL
%define upstream_version 1.998

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        1

Summary:        Nearly transparent SSL encapsulation for IO::Socket::INET





License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/%{upstream_name}/
Source0:        http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:  perl-devel
BuildRequires:  perl(Net::SSLeay) >= 1.21
BuildRequires:  perl(IO::Socket::INET6)
BuildArch:      noarch
Requires:       perl(Net::SSLeay) >= 1.21

%description
IO::Socket::SSL is a class implementing an object oriented
interface to SSL sockets. The class is a descendent of
IO::Socket::INET and provides a subset of the base class's
interface methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
export SKIP_RNG_TEST=1
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

# %%check
# export SKIP_RNG_TEST=1
# %{__make} test

%install
%makeinstall_std

%clean

%files
%doc README Changes util docs certs
%{_mandir}/*/*
%{perl_vendorlib}/IO

%changelog
* Tue Sep 23 2014 dsilakov <denis.silakov@rosalab.ru> 1.998.0-1
+ Revision: 170e783
- Merge pull request #11 from import/perl-IO-Socket-SSL:auto_update
- Updated to 1.998 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18157 |14mr|perl-IO-String-1.80.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 IO-String
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	A Perl module to read from strings

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
IO::String is an IO::File (and IO::Handle) compatible class that read or
write data from in-core strings.  It is really just a simplification of
what I needed from Eryq's IO-stringy modules.  As such IO::String is a
replacement for IO::Scalar.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/IO
%{_mandir}/man3/IO::String.3pm*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.80.0-7
+ Revision: edf61b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18158 |14mr|perl-IO-stringy-2.110.0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname IO-stringy
%define	upstream_version	2.110

Summary:	Perl module for I/O on in-core objects like strings and arrays

Name:		perl-%{realname}
Version:	%perl_convert_version %{upstream_version}
Release:	18
License:	Artistic/GPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{realname}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/IO/%{realname}-%{upstream_version}.tar.bz2
BuildArch:	noarch
BuildRequires:	perl-devel
BuildRequires:	perl

%description
This toolkit primarily provides modules for performing both traditional
and object-oriented i/o) on things *other* than normal filehandles; in
particular, the IO::Scalar manpage, the IO::ScalarArray manpage, and the
IO::Lines manpage.

If you have access to tie(), these classes will make use of the the
IO::WrapTie manpage module to inherit a convenient new_tie()
constructor. It also exports a nice wraptie() function.

In the more-traditional IO::Handle front, we have the IO::AtomicFile
manpage which may be used to painlessly create files which are updated
atomically.

And in the "this-may-prove-useful" corner, we have the IO::Wrap manpage,
whose exported wraphandle() function will clothe anything that's not a
blessed object in an IO::Handle-like wrapper... so you can just use OO
syntax and stop worrying about whether your function's caller handed you
a string, a globref, or a FileHandle.

%prep
%setup -q -n %{realname}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/IO
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.110.0-18
+ Revision: 416276a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18159 |14mr|perl-IO-Stty-0.30.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 IO-Stty
%define	upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:    9
Epoch:		1

Summary:	IO-Stty perl module

License: 	GPL
Group: 		Development/Perl
Url:		http://www.cpan.org
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build) => 0.35
BuildArch:	noarch

%description
IO-Stty is a module for setting terminal parameters.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files
%defattr(644,root,root,755)
%doc README
%{_bindir}/stty.pl
%{_mandir}/man3/*
%{perl_vendorlib}/IO/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.30.0-9
+ Revision: 638b4ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18160 |14mr|perl-IO-Tty-1.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Tty
%define upstream_version 1.12

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        1

Summary:        Pseudo TTY object class


License:        GPL
Group:          Development/Perl
URL:            http://search.cpan.org/dist/%{upstream_name}
Source0:        http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel


%description
The IO::Tty and IO::Pty modules provide an interface to pseudo tty's.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{perl_vendorarch}/auto/IO
%{perl_vendorarch}/IO
%{_mandir}/*/*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 1.120.0-1
+ Revision: c431a6d
- Merge pull request #2 from import/perl-IO-Tty:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18161 |14mr|perl-IO-Zlib-1.100.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 IO-Zlib
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	IO:: style interface to Compress::Zlib

License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
IO::Zlib provides an IO:: style interface to Compress::Zlib and hence
to gzip/zlib compressed files. It provides many of the same methods as
the IO::Handle interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%__make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{perl_vendorlib}/IO/*
%{_mandir}/man?/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.100.0-8
+ Revision: bec9367
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18162 |14mr|perl-IP-Country-2.280.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 IP-Country
%define upstream_version 2.28

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Fast lookup of country codes from IP addresses

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/IP/IP-Country-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Geography::Countries)
BuildArch:	noarch

%description
IP lookup modules for Perl. This package also provides the ip2cc utility, to
lookup country from IP address or hostname.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README
%{perl_vendorlib}/IP
%{_mandir}/*/*
%{_bindir}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.280.0-3
+ Revision: c4245cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18163 |14mr|perl-IPC-Run-0.920.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 IPC-Run
%define upstream_version 0.92

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/IPC/IPC-Run-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
IPC::Run allows you run and interact with child processes using files,
pipes, and pseudo-ttys. Both system()-style and scripted usages are
supported and may be mixed. Likewise, functional and OO API styles are
both supported and may be mixed.

Various redirection operators reminiscent of those seen on common Unix
and DOS command lines are provided.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes
chmod 755 eg/*
perl -pi -e 's|^#!/usr/local/bin/perl|#!/usr/bin/perl|' eg/*

rm -f lib/IPC/Run/Win32Helper.pm \
      lib/IPC/Run/Win32IO.pm \
      lib/IPC/Run/Win32Pump.pm

sed -i -e '/Win32Helper.pm/d;/Win32IO.pm/d;/Win32Pump.pm/d' MANIFEST

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
#%{__make} test

%clean 

%install
%makeinstall_std

%files
%doc Changes TODO eg
%{perl_vendorlib}/IPC
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.920.0-3
+ Revision: c0547ba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18164 |14mr|perl-IPC-Run3-0.48.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IPC-Run3
%define upstream_version 0.048

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Run a subprocess in batch mode (a la system)


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IPC/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
IPC::Run3 allows you run and interact with child processes using files,
pipes, and pseudo-ttys. Both system()-style and scripted usages are
supported and may be mixed. Likewise, functional and OO API styles are
both supported and may be mixed. 

Various redirection operators reminiscent of those seen on common Unix
and DOS command lines are provided. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -pi -e 's#/usr/local/bin/#%{_bindir}/#' bin/run3profpp

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
mkdir -p %{buildroot}/%{_bindir}
cp bin/* %{buildroot}/%{_bindir}
chmod 0755 %{buildroot}/%{_bindir}/*

%files
%doc Changes META.yml
%{perl_vendorlib}/IPC
%{_mandir}/*/*
%{_bindir}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.48.0-3
+ Revision: f5298de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18165 |14mr|perl-IPC-Signal-1.00-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module IPC-Signal

Summary:	IPC::Signal - Utility functions dealing with signals

Name:		perl-%{module}
Version:	1.00
Release:	8
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/~rosch/IPC-Signal/
Source0:	http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module contains utility functions for dealing with signals.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/IPC/Signal.pm
%{_mandir}/*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-8
+ Revision: 74cfc95
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18166 |14mr|perl-IPC-System-Simple-1.250.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IPC-System-Simple
%define upstream_version 1.25

# find-requires extracts too much, cf https://qa.mandriva.com/show_bug.cgi?id=47678
# therefore, forcing explicit require skipping of Win32
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32(.*)\\)'
%else
%define _requires_exceptions perl.Win32.
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Run commands simply, with detailed diagnostics

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IPC/IPC-System-Simple-%{upstream_version}.tar.gz

BuildRequires:	perl(Config)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Calling Perl's in-built 'system()' function is easy, determining if it was
successful is _hard_. Let's face it, '$?' isn't the nicest variable in the
world to play with, and even if you _do_ check it, producing a
well-formatted error string takes a lot of work.

'IPC::System::Simple' takes the hard work out of calling external commands.
In fact, if you want to be really lazy, you can just write:

    use IPC::System::Simple qw(system);

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.250.0-3
+ Revision: 0ab276f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18167 |14mr|perl-Jcode-2.70.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Jcode
%define upstream_version 2.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Japanese Charset Handle

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Jcode/%{upstream_name}-%{upstream_version}.tar.bz2

Buildrequires:	perl-devel

%description
Jcode.pm supports both object and traditional approach. With object approach,
you can go like;

$iso_2022_jp = Jcode->new($str)->h2z->jis;

Which is more elegant than;
 
$iso_2022_jp = &jcode::convert(\$str,'jis',jcode::getcode(\str), "z");

For those unfamiliar with objects, Jcode.pm still supports getcode() and
convert().

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"
cd Unicode
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%install
%makeinstall_std
cd Unicode
%makeinstall_std

%check
%make test

%clean 

%files 
%doc README Changes
%{perl_vendorlib}/Jcode
%{perl_vendorlib}/Jcode.pm
%{perl_vendorarch}/Jcode
%{perl_vendorarch}/auto/Jcode
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.70.0-9
+ Revision: eae56bc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18168 |14mr|perl-JSON-2.900.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname	JSON
%define modver 2.90

Summary:	Parse and convert to JSON (JavaScript Object Notation)

Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	3
License:	Artistic/GPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}/
Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-%{modver}.tar.gz
BuildArch:	noarch
BuildRequires:	perl(Test::More)
BuildRequires:	perl(CGI)
BuildRequires:	perl-devel
#BuildRequires:	perl-JSON-PP
#BuildRequires:	perl-JSON-XS
# This is (and should be) provided by perl-JSON-PP. We provide JSON::backportPP
# instead.
%define __noautoprov 'perl\\(JSON::PP\\)'
Provides:	perl(JSON::backportPP)

%description
This module converts between JSON (JavaScript Object Notation) and
Perl data structure into each other.

%prep
%setup -qn %{modname}-%{modver}
sed -i.DOS -e 's/\r//g' README

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/JSON*
%{_mandir}/man3/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.900.0-3
+ Revision: c8bd5b5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18169 |14mr|perl-JSON-PP-2.272.30-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JSON-PP
%define upstream_version 2.27203

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Dummy module providing JSON::PP::Boolean


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/JSON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch
Conflicts: perl-ExtUtils-MakeMaker < 6.980.0

%description
This module is the JSON::XS manpage compatible pure Perl module. (Perl 5.8
or later is recommended)

JSON::XS is the fastest and most proper JSON module on CPAN. It is written
by Marc Lehmann in C, so must be compiled and installed in the used
environment.

JSON::PP is a pure-Perl module and has compatibility to JSON::XS.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{perl_vendorlib}/*
%{_bindir}/json_pp
%{_mandir}/man3/*
%{_mandir}/man1/json_pp.1.xz




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.272.30-7
+ Revision: 3b06b66
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18170 |14mr|perl-kde4-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname perlkde
%define with_kdepimlibs4 0

Summary:	KDE4 bindings for perl language
Name:		perl-kde4
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{srcname}-%{version}.tar.xz
BuildRequires:	perl-qt4-devel >= 1:%{version}
BuildRequires:	smokekde-devel
BuildRequires:	gdbm-devel
%if %{with_kdepimlibs4}
BuildRequires:	kdepimlibs4-devel
%endif
BuildRequires:	pkgconfig(shared-desktop-ontologies)
Requires:	perl-qt4 >= %{epoch}:%{version}

%description
A KDE4 bindings for perl language.

%prep
%setup -q -n %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%files
%{_kde_libdir}/kde4/kperlpluginfactory.so
%if %{with_kdepimlibs4}
%{perl_sitearch}/QImageBlitz.pm
%{perl_sitearch}/Phonon.pm
%{perl_sitearch}/Qsci.pm
%{perl_sitearch}/auto/Phonon
%{perl_sitearch}/auto/QImageBlitz
%{perl_sitearch}/auto/Qsci
%endif
%{perl_sitearch}/Akonadi.pm
%{perl_sitearch}/Attica.pm
%{perl_sitearch}/KDECore4.pm
%{perl_sitearch}/KDEUi4.pm
%{perl_sitearch}/KFile.pm
%{perl_sitearch}/KHTML.pm
%{perl_sitearch}/KIO4.pm
%{perl_sitearch}/KNewStuff2.pm
%{perl_sitearch}/KNewStuff3.pm
%{perl_sitearch}/KParts.pm
%{perl_sitearch}/KTextEditor.pm
%{perl_sitearch}/KUtils.pm
%{perl_sitearch}/Kate.pm
%{perl_sitearch}/Nepomuk.pm
%{perl_sitearch}/NepomukQuery.pm
%{perl_sitearch}/Okular.pm
%{perl_sitearch}/Plasma4.pm
%{perl_sitearch}/Solid.pm
%{perl_sitearch}/Soprano.pm
%{perl_sitearch}/SopranoClient.pm
%{perl_sitearch}/SopranoServer.pm
%{perl_sitearch}/auto/Akonadi
%{perl_sitearch}/auto/Attica
%{perl_sitearch}/auto/KDECore4
%{perl_sitearch}/auto/KDEUi4
%{perl_sitearch}/auto/KFile
%{perl_sitearch}/auto/KHTML
%{perl_sitearch}/auto/KIO4
%{perl_sitearch}/auto/KNewStuff2
%{perl_sitearch}/auto/KNewStuff3
%{perl_sitearch}/auto/KParts
%{perl_sitearch}/auto/KTextEditor
%{perl_sitearch}/auto/KUtils
%{perl_sitearch}/auto/Kate
%{perl_sitearch}/auto/Nepomuk
%{perl_sitearch}/auto/NepomukQuery
%{perl_sitearch}/auto/Okular
%{perl_sitearch}/auto/Plasma4
%{perl_sitearch}/auto/Solid
%{perl_sitearch}/auto/Soprano
%{perl_sitearch}/auto/SopranoClient
%{perl_sitearch}/auto/SopranoServer


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: fc6a8f3
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18171 |14mr|perl-ldap-0.440.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ldap
%define upstream_version 0.44

Summary:	Perl modules for ldap

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{name}-%{upstream_version}.tar.gz
Patch0:		perl-ldap-make_test_config_fixes.diff
BuildRequires:	perl-devel
BuildRequires:	openldap-servers
BuildRequires:	perl(Carp)
BuildRequires:	perl(Convert::ASN1)
BuildRequires:	perl(Encode)
BuildRequires:	perl(HTTP::Status)
BuildRequires:	perl(HTTP::Negotiate)
BuildRequires:	perl(HTTP::Response)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(IO::Select)
BuildRequires:	perl(IO::Socket)
BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(IO::Socket::INET6)
BuildRequires:	perl(LWP::MediaTypes)
BuildRequires:	perl(LWP::Protocol)
BuildRequires:	perl(Authen::SASL) >= 2.00
BuildRequires:	perl(URI::ldap) >= 1.1
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(XML::SAX::Base)
BuildRequires:	perl(XML::SAX::Writer)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(LWP::UserAgent)

BuildArch:	noarch

%description
The perl-ldap distribution is a collection of perl modules
which provide an object-oriented interface to LDAP servers.

%prep
%setup -q -n %{name}-%{upstream_version}
%patch0 -p1

# perl path
find -type f | xargs perl -pi -e "s|/usr/local/bin/perl|%{_bindir}/perl|g"
chmod 644 contrib/*

cat > test.cfg << EOF
\$SERVER_EXE = "%{_sbindir}/slapd";
\$SERVER_TYPE = "openldap2+ssl+ipc+sasl";
\$SLAPD_DB = "bdb";
\$HOST = "127.0.0.1";
\$SCHEMA_DIR = "%{_datadir}/openldap/schema";
\$EXTERNAL_TESTS = 0;
1;
EOF

%build
find -name \*.pm | xargs chmod 644
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc CREDITS README contrib
%{perl_vendorlib}/LWP
%{perl_vendorlib}/Bundle
%{perl_vendorlib}/Net
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.440.0-4
+ Revision: 03875c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18172 |14mr|perl-Libconf-0.42.10-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Configuration file abstraction layer

Name:		perl-Libconf
Version:	0.42.10
Release:	9
License:	GPLv2+
Group:		Development/Perl
URL:		http://www.libconf.net/
Source0:	http://libconf.net/download/%{name}-%{version}.tar.bz2
Source1:	%{name}.rpmlintrc
Patch0:		perl-Libconf-0.39.9-fix-drakups.patch
Patch1:		perl-Libconf-fix-doc-build.patch
# Fix build for perl 5.10: suggested by http://patches.ubuntu.com/by-release/extracted/debian/o/openser/1.3.0-3/04_perl_for_perl5.10.dpatch
# for a similar issue in openser, from Ubuntu - AdamW 2008/07
Patch2:		perl-Libconf-0.42.10-perl510.patch
Patch3:		perl-Libconf-0.42.10-buildfix.diff
BuildRequires:	perl-XML-LibXML
BuildRequires:	perl-Text-DelimMatch
BuildRequires:	perl-devel
# not automatically detected:
#define _requires_exceptions perl(Libconf::Glueconf::KeyValue)

%description
Libconf is a wrapper to the main configuration files of the system.
It's mainly a generic parser plus many templates.

%package gui
Summary:	Graphic User Interface generator for any libconf module

Group:		Development/Perl

%description gui
This module is able to generate a standard GTK+ 2 interface
representing any high level libconf module, that can be used in other
GTK+ 2 programs.

%package samples
Summary:	Set of examples programs using libconf

Group:		Development/Perl
Requires:	%{name}

%description samples
This module is a set of programs, using libconf. Its goal is to give
example and proof of concept around the libconf project.

%package devel
Summary:	Libconf devel

Group:		Development/Perl
Requires:	%{name}

%description devel
Libconf devel files.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1 -b .perl510
%patch3 -p0

%build
%make all CFLAGS="%{optflags} -Wall -O2 -fpic" BINDINGS="bash c"
%make -s check

%install
%makeinstall PREFIX="%{buildroot}%{_prefix}" LIB_DIR="%{buildroot}%{_libdir}" NAME=%{name}

%files
%doc ChangeLog
%{perl_vendorlib}/Libconf.pm
%{perl_vendorlib}/Libconf/*
%exclude %{perl_vendorlib}/Libconf/GUI

%files gui
%doc ChangeLog
%{perl_vendorlib}/Libconf/GUI

%files samples
%doc ChangeLog
%{_bindir}/*

%files devel
%{_libdir}/libconf2xml.so
%{_includedir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.42.10-9
+ Revision: 36859cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18173 |14mr|perl-libintl-perl-1.230.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    libintl-perl
%define upstream_version 1.23

%if %{_use_internal_dependency_generator}
%define __noautoreq '/bin/false'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A localization library for Perl

License:	LGPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-%{upstream_version}.tar.gz

BuildRequires:	gettext-devel
BuildRequires:	perl-devel
#gw yes, this is required by the tests
BuildRequires:	locales-de

%description
libintl-perl is a library that supports message translation for
Perl, written in pure Perl (version 5.004 or better). A faster C
version is also built and installed if the system fulfills all
requirements. Its interface is very similar to the gettext family
of functions in C, and it uses the same file formats as GNU
gettext, making it possible to use all tools available for gettext
itself and to seamlessly integrate internationalized Perl code
into mixed-language projects. An alternative library with a
similar purpose is available as Locale::MakeText. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog NEWS README THANKS TODO
%{perl_vendorlib}/Locale
%{perl_vendorarch}/auto/Locale
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.230.0-3
+ Revision: 186f294
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18174 |14mr|perl-libwww-perl-6.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  libwww-perl
%define upstream_version 6.08

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Authen::NTLM\\)|perl\\(HTTP::GHTTP\\)'
%else
%define _requires_exceptions Authen::NTLM\\|HTTP::GHTTP\\|Win32
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	The World-Wide Web library for Perl


License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Encode) >= 2.120.0
BuildRequires:	perl(Encode::Locale)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Listing) >= 6.0.0
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTML::HeadParser)
BuildRequires:	perl(HTTP::Cookies) >= 6.0.0
BuildRequires:	perl(HTTP::Daemon) >= 6.0.0
BuildRequires:	perl(HTTP::Date) >= 6.0.0
BuildRequires:	perl(HTTP::Negotiate) >= 6.0.0
BuildRequires:	perl(HTTP::Request) >= 6.0.0
BuildRequires:	perl(HTTP::Request::Common) >= 6.0.0
BuildRequires:	perl(HTTP::Response) >= 6.0.0
BuildRequires:	perl(HTTP::Status) >= 6.0.0
BuildRequires:	perl(IO::Select)
BuildRequires:	perl(IO::Socket)
BuildRequires:	perl(LWP::MediaTypes) >= 6.0.0
BuildRequires:	perl(MIME::Base64) >= 2.100.0
BuildRequires:	perl(Net::FTP) >= 2.580.0
BuildRequires:	perl(Net::HTTP) >= 6.0.0
BuildRequires:	perl(URI) >= 1.100.0
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(WWW::RobotRules) >= 6.0.0

BuildRequires:	perl-devel
Requires:	perl(Net::HTTP)
Requires:	perl(HTTP::Cookies)
BuildArch:	noarch

%description
The libwww-perl collection is a set of Perl modules which provides a simple and
consistent application programming interface (API) to the World-Wide Web. The
main focus of the library is to provide classes and functions that allow you to
write WWW clients. The library also contain modules that are of more general
use and even classes that help you implement simple HTTP servers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
/usr/bin/yes | %__perl Makefile.PL --aliases INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files
%doc README README.SSL Changes
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/*/*

%changelog
* Tue Sep 16 2014 dsilakov <denis.silakov@rosalab.ru> 6.80.0-1
+ Revision: 978aee5
- Merge pull request #4 from import/perl-libwww-perl:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18175 |14mr|perl-libxml-perl-0.80.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 libxml-perl
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Various perl modules and script for working with XML

License:	Artistic
Group:		Development/Perl
Url:		http://www.cpan.org
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-XML-Parser
BuildRequires:	perl-devel
BuildArch:	noarch
Requires:	perl-XML-Parser

%description
The %{upstream_name} perl module is a collection of smaller Perl modules, scripts,
and documents for working with XML in Perl.  libxml-perl software works
in combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and others. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc Change* README
%{perl_vendorlib}/Data/*
%{perl_vendorlib}/XML/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.80.0-7
+ Revision: a30a002
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18176 |14mr|perl-List-AllUtils-0.40.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    List-AllUtils
%define upstream_version 0.04
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Combines List::Util and List::MoreUtils in one bite-sized package

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/List/List-AllUtils-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Build::Compat)
BuildArch:	noarch

%description
Are you sick of trying to remember whether a particular helper is defined
in 'List::Util' or 'List::MoreUtils'? I sure am. Now you don't have to
remember. This module will export all of the functions that either of those
two modules defines.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Thu Sep 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.40.0-4
+ Revision: 2626506
- Rebuild to main repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18177 |14mr|perl-List-MoreUtils-0.330.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 List-MoreUtils
%define upstream_version 0.33
# Fix circular build dependency:
# gprintify requires perl-List-MoreUtils
%define dont_gprintify 1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Provide the stuff missing in List::Util 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/List/List-MoreUtils-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl-devel >= 2:5.14.2-1

%description
List::MoreUtils provides some trivial but commonly needed functionality on
lists which is not going to go into List::Util.

All of its functions are implementable in one line of Perl code. Using
the functions from this module however should give slightly better performance
as everything is implemented in C.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%check
%make test

%clean 

%files 
%doc Changes README
%{perl_vendorarch}/List
%{perl_vendorarch}/auto/List
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.330.0-4
+ Revision: c0afa05
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18178 |14mr|perl-Locale-gettext-1.50.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name gettext
%define upstream_version 1.05

Name:       perl-Locale-gettext
Version:    %perl_convert_version %{upstream_version}
Release:    13

Summary:	Message handling functions for Perl
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Locale/%{upstream_name}-%{upstream_version}.tar.bz2
Patch1:		gettext-1.05-SvUTF8_on-on-strings-when-bind_textdomain_codeset-utf8.patch
Patch2:		gettext-1.05-add-iconv.patch
Patch3:		compatibility-with-POSIX-module.diff

BuildRequires:	gettext-devel
BuildRequires:	perl-devel
BuildRequires:	perl-List-MoreUtils >= 0.320.0-4

%description
The gettext module permits access from perl to the gettext() family of
functions for retrieving message strings from databases constructed to
internationalize software.

It provides gettext(), dgettext(), dcgettext(), textdomain() and
bindtextdomain().

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make}

%check
%{__make} test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorarch}/Locale
%{perl_vendorarch}/auto/Locale
%{_mandir}/*/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.50.0-13
+ Revision: a7f291e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18179 |14mr|perl-Locale-Maketext-Lexicon-1.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Locale-Maketext-Lexicon
%define upstream_version 1.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl module to use other catalog formats in Maketext

License:	MIT
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Locale/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(YAML)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Locale::Maketext::Lexicon is a module providing lexicon-handling backends, for
Locale::Maketext to read from other localization formats, such as PO files,
MO files, or from databases via the Tie interface.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{perl_vendorlib}/Locale
%{_bindir}/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-3
+ Revision: 843c922
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18180 |14mr|perl-LWP-MediaTypes-6.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    LWP-MediaTypes
%define upstream_version 6.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Media types and mailcap processing

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/LWP/LWP-MediaTypes-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch: noarch


%description
This module provides functions for handling media (also known as MIME)
types and encodings. The mapping from file extensions to media types is
defined by the _media.types_ file. If the _~/.media.types_ file exists it
is used instead. For backwards compatibility we will also look for
_~/.mime.types_.

The following functions are exported by default:

* guess_media_type( $filename )

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.20.0-3
+ Revision: 0603e50
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18181 |14mr|perl-Mail-DKIM-0.400.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mail-DKIM
%define upstream_version 0.40

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Implements DomainKeys Identified Mail (DKIM)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Mail/Mail-DKIM-%{upstream_version}.tar.gz

BuildRequires:	perl-Module-Build
BuildRequires:	perl-Test-Pod
BuildRequires:	perl(Crypt::OpenSSL::RSA)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(Mail::Address)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Net::DNS)
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module implements the various components of the DKIM and DomainKeys
message-signing and verifying standards for Internet mail. It currently
tries to implement these specifications:
 * RFC4871, for DKIM
 * RFC4870, for DomainKeys

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc scripts Changes README TODO
%dir %{perl_vendorlib}/Mail/DKIM
%dir %{perl_vendorlib}/Mail/DKIM/Algorithm
%dir %{perl_vendorlib}/Mail/DKIM/Canonicalization
%{perl_vendorlib}/Mail/DKIM/*.pm
%{perl_vendorlib}/Mail/DKIM/Algorithm/*.pm
%{perl_vendorlib}/Mail/DKIM/Canonicalization/*.pm
%{perl_vendorlib}/Mail/DKIM.pm
%{perl_vendorlib}/Mail/sample_mime_lite.pl
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.400.0-3
+ Revision: a552d63
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18182 |14mr|perl-Mail-DomainKeys-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Mail-DomainKeys

Summary:	Perl module that implements DomainKeys

Name:		perl-%{module}
Version:	1.0
Release:	9
License:	Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/Mail-DomainKeys/
Source0:	http://www.cpan.org/modules/by-module/Mail/%{module}-%{version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Crypt::OpenSSL::RSA)
BuildRequires:	perl(Mail::Address)
BuildRequires:	perl(MIME::Base64)
BuildRequires:	perl(Net::DNS) => 0.34,
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Mail-DomainKeys is a Perl module that implements DomainKeys.

%prep
%setup -q -n %{module}-%{version}

%build
echo "y" | %__perl Makefile.PL INSTALLDIRS="vendor"
%make

%check
make test

%install
%makeinstall_std

%files
%defattr(-,root,root,0755)
%doc Changes README THANKS
%dir %{perl_vendorlib}/Mail/DomainKeys
%dir %{perl_vendorlib}/Mail/DomainKeys/Key
%{perl_vendorlib}/Mail/DomainKeys/*.pm
%{perl_vendorlib}/Mail/DomainKeys/Key/*.pm
%{perl_vendorlib}/Mail/DomainKeys.pm
%{_mandir}/man3/Mail::DomainKeys.3pm*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-9
+ Revision: 7d43fc7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18183 |14mr|perl-Mail-IMAPClient-3.350.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mail-IMAPClient
%define upstream_version 3.35

# We never had it and unlikely really need
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Mozilla::LDAP::Conn\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	An IMAP Client API

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Mail/Mail-IMAPClient-%{upstream_version}.tar.gz

BuildRequires:	perl(Carp)
BuildRequires:	perl(Errno)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Fcntl)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(IO::Select)
BuildRequires:	perl(IO::Socket)
BuildRequires:	perl(Parse::RecDescent)
BuildRequires:	perl(Socket)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides Perl routines that simplify a sockets connection to and an
IMAP conversation with an IMAP server.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# fix perl path
find -type f | xargs perl -pi -e "s|/usr/local/bin/perl|%{_bindir}/perl|g"

%build
%__perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
make test

%install
%makeinstall_std
# fix permissions
find %{buildroot} -type f -exec chmod 0644 {} \;
find %{buildroot} -type d -exec chmod 0755 {} \;

%files
%doc README examples
%{perl_vendorlib}/Mail
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.350.0-3
+ Revision: bd5e869
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18184 |14mr|perl-Mail-Sender-0.8.23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Mail-Sender

Name:		perl-%module
Version:	%perl_convert_version 0.8.23
Release:	1
Summary:	Module for sending mails with attachments through an SMTP server 

License:	GPL
Group:		Development/Perl
Source:		http://search.cpan.org/CPAN/authors/id/J/JE/JENDA/Mail-Sender-%{version}.tar.gz
Url:            http://search.cpan.org/dist/%{module}/
BuildRequires:	perl-devel
Buildarch:	noarch

%description
Mail-Sender is a Perl module for sending mail with attachments through an
SMTP server.  This module will not work with qmail servers, however.


%prep
%setup -q -n %{module}-%{version}
rm -f Sender/CType/Win32.pm
sed -i -e '/Win32.pm/d' MANIFEST

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
echo "N
" | %make

%check
%make test

%install
%makeinstall_std

%clean

%files
%{perl_vendorlib}/Mail
%{_mandir}/*/*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 0.8.23-1
+ Revision: 3004130
- Merge pull request #3 from import/perl-Mail-Sender:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18185 |14mr|perl-Mail-Sendmail-0.791_600-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name 	 Mail-Sendmail
%define	upstream_version 0.79_16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Simple platform-independent mailer

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/authors/id/M/MI/MIVKOVIC/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Mail-Sendmail is a Perl module for sending mail through a sendmail SMTP
server.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std

%files
%doc Changes README Todo
%{_mandir}/*/*
%{perl_vendorlib}/Mail



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.791_600-7
+ Revision: 96eca54
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18186 |14mr|perl-Mail-SPF-2.9.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mail-SPF
%define upstream_version 2.9.0

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Perl implementation of Sender Policy Framework and Sender ID

License:	BSD
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:     http://www.cpan.org/modules/by-module/Mail/Mail-SPF-v%{upstream_version}.tar.gz
BuildRequires:	perl(Error)
BuildRequires:	perl(Mail::SPF::Test)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(NetAddr::IP)
BuildRequires:	perl(Net::DNS)
BuildRequires:	perl(Net::DNS::Resolver::Programmable)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(URI)
BuildRequires:	perl(YAML)
BuildRequires:	perl-version
BuildArch:	noarch

%description
Mail::SPF is an object-oriented Perl implementation of the Sender Policy
Framework (SPF) e-mail sender authentication system <http://www.openspf.org>.

It supports both the TXT and SPF RR types as well as both SPFv1 (v=spf1) and
Sender ID (spf2.0) records, and it is fully compliant to RFCs 4408 and 4406.
(It does not however implement the patented PRA address selection algorithm
described in RFC 4407.)

%package -n	spf-tools
Summary:	SPF tools (spfquery, spfd) based on the Mail::SPF Perl module

Group:		Development/Perl

%description -n	spf-tools
A collection of Sender Policy Framework (SPF) tools that are based on the
fully RFC-conforming Mail::SPF Perl module.  The following tools are included
in this package:

 * mail-spfquery:  A command-line tool for performing SPF checks.
 * mail-spfd:      A daemon for services that perform SPF checks frequently.

%prep
%setup -q -n %{upstream_name}-v%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

#%%check
#./Build test

%install
./Build install destdir=%{buildroot}

# fix file clash with perl-Mail-SPF-Query
mv %{buildroot}%{_bindir}/spfquery %{buildroot}%{_bindir}/mail-spfquery
mv %{buildroot}%{_sbindir}/spfd %{buildroot}%{_sbindir}/mail-spfd
mv %{buildroot}%{_mandir}/man1/spfquery.1 %{buildroot}%{_mandir}/man1/mail-spfquery.1 

%clean 

%files
%doc CHANGES README TODO
%{perl_vendorlib}/Mail/*.pm
%{perl_vendorlib}/Mail/SPF/Mech/*.pm
%{perl_vendorlib}/Mail/SPF/Mod/*.pm
%{perl_vendorlib}/Mail/SPF/*.pm
%{perl_vendorlib}/Mail/SPF/v1/*.pm
%{perl_vendorlib}/Mail/SPF/v2/*.pm
%{_mandir}/man3/*

%files -n spf-tools
%{_bindir}/mail-spfquery
%{_sbindir}/mail-spfd
%{_mandir}/man1/mail-spfquery.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.9.0-3
+ Revision: a59823e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18187 |14mr|perl-Mail-SPF-Test-1.1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Mail-SPF-Test
%define upstream_version 1.001

Summary:	SPF test-suite class

Name:		perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source:     http://www.cpan.org/modules/by-module/Mail/%{upstream_name}-v%{upstream_version}.tar.bz2
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(NetAddr::IP)
BuildRequires:	perl(Net::DNS)
BuildRequires:	perl(YAML)
BuildArch:	noarch

%description
Mail::SPF::Test is a class for reading and manipulating SPF test-suite data.

%prep
%setup -q -n %{upstream_name}-v%{upstream_version} 

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files
%doc CHANGES LICENSE README TODO
%{perl_vendorlib}/Mail/SPF/*.pm
%{perl_vendorlib}/Mail/SPF/Test/*.pm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-6
+ Revision: f93a2ca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18188 |14mr|perl-MailTools-2.130.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    MailTools
%define upstream_version 2.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A set of perl modules related to mail applications

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Mail/MailTools-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is MailTools, a set of perl modules related to mail applications.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README ChangeLog
%{perl_vendorlib}/Mail
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.130.0-3
+ Revision: f84f03c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18189 |14mr|perl-Mail-Transport-Dbx-0.70.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    Mail-Transport-Dbx
%define	upstream_version 0.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    8

Summary:	CPAN %{upstream_name} perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/Mail-Transport-Dbx/
Source0:	http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-Test-Pod-Coverage

%description
Mail::Transport::Dbx is a wrapper around libdbx to read Outlook Express
mailboxes (more commonly known as .dbx files).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/*/Mail/Transport
%{perl_vendorlib}/*/auto/Mail/Transport



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.70.0-8
+ Revision: 4f4810f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18190 |14mr|perl-Math-BigInt-1.999.300-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-BigInt
%define upstream_version 1.9993

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Arbitrary size integer/float math package

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(Test::More) >= 0.620.0
BuildRequires: perl(JSON::PP)
BuildRequires: perl-devel
BuildArch:  noarch

%description
All operators (including basic math operations) are overloaded if you declare
your big integers as

  $i = new Math::BigInt '123_456_789_123_456_789';

Operations with overloaded operators preserve the arguments which is exactly
what you expect.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc BENCHMARK BUGS CHANGES CREDITS GOALS HISTORY INSTALL LICENSE META.json META.yml MYMETA.yml NEW README SIGNATURE TODO examples
%{perl_vendorlib}/Math
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.999.300-2
+ Revision: f663c7a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18191 |14mr|perl-Math-BigInt-GMP-1.380.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-BigInt-GMP
%define upstream_version 1.38

Summary:	High speed arbitrary size integer math


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Math::BigInt) >= 1.997.0
BuildRequires:	perl(XSLoader) >= 0.20.0
# automatic dependency doesn't work here, because perl package
# provides an unversioned one
BuildRequires:	perl-Math-BigInt >= 1.87
BuildRequires:	gmp-devel
BuildRequires:	perl-devel

%description
This package contains a replacement (drop-in) module for
Math::BigInt's core, Math::BigInt::Calc.pm.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
export PERL5LIB=%{perl_vendorlib}
perl Makefile.PL INSTALLDIRS="vendor"
%make CFLAGS="%{optflags}"

%check
export PERL5LIB=%{perl_vendorlib}
make test

%install
%makeinstall_std

%files
%doc BUGS CHANGES CREDITS INSTALL LICENSE META.json META.yml README SIGNATURE TODO
%{perl_vendorarch}/Math
%{perl_vendorarch}/auto/Math
%{_mandir}/man*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.380.0-2
+ Revision: b2419ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18192 |14mr|perl-Math-Pari-2.10.806.50-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Math-Pari
%define upstream_version 2.01080605

%define pari_version	2.3.3

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    7
Epoch:      1

Summary:    Perl interface to PARI

License:    GPLv2+ or Artistic
Group:      Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz
Source1:    ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/pari-%{pari_version}.tar.gz

BuildRequires:  perl-devel

%description
This package is a Perl interface to famous library PARI for
numerical/scientific/number-theoretic calculations. It allows use of
most PARI functions as Perl functions, and (almost) seamless merging of
PARI and Perl data. See ftp://megrez.math.u-bordeaux.fr/pub/pari for
more information about PARI.

%prep
%setup -q      -n %{upstream_name}-%{upstream_version}
%setup -q -a 1 -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor paridir=pari-%{pari_version} < /dev/null
%make CFLAGS="%{optflags}"

%ifnarch x86_64
%check
%make test
%endif

%install
%makeinstall_std

%clean

%files
%defattr(644,root,root,755)
%doc README Changes
%{perl_vendorarch}/Math
%{perl_vendorarch}/auto/Math
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.10.806.50-7
+ Revision: f5eac30
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18193 |14mr|perl-Math-Round-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Round
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Round numbers in different ways

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Math::Round supplies functions that will round numbers in different ways.
The functions round and nearest are exported by default; others are available
as described below. "use ... qw(:all)" exports all functions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Math
%{perl_vendorlib}/auto/Math
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60.0-4
+ Revision: de3cbc8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18194 |14mr|perl-MD5-2.03-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	MD5

Summary:	The Perl interface to the RSA Message Digest Algorithm

Name:		perl-%{module}
Version:	2.03
Release:	12
License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/author/GAAS/%{module}-%{version}/
Source0:	ftp://ftp.perl.org//pub/CPAN/modules/by-module/%{module}/%{module}-%{version}.tar.bz2
Buildrequires:	perl-devel
Buildarch:	noarch

%description
The perl-MD5 package provides the MD5 module for the Perl
programming language.  MD5 is a Perl interface to the RSA Data
Security Inc. Message Digest Algorithm, which allows Perl
programs to use the algorithm.

The perl-MD5 package should be installed if any Perl programs
on your system are going to use RSA's Message Digest Algorithm.

%prep
%setup -q -n %{module}-%{version}

%build

%{__perl} Makefile.PL INSTALLDIRS=vendor --defaultdeps
%make

%install
%makeinstall_std
rm -f %{buildroot}%{perl_archlib}/perllocal.pod

%clean

%files
%doc MANIFEST README
%{perl_vendorlib}/*.pm
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.03-12
+ Revision: 458fb21
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18195 |14mr|perl-MDK-Common-1.2.27-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Various simple functions

Name:		perl-MDK-Common
Version:	1.2.27
Release:	9
URL:		http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/perl-MDK-Common/
Source0:	MDK-Common-%{version}.tar.bz2
License:	GPLv2+
Group:		Development/Perl
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Various simple functions created for DrakX

%prep
%setup -q -n MDK-Common-%{version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc COPYING tutorial.html 
%{perl_vendorlib}/MDK
%{_mandir}/man*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.27-9
+ Revision: 6943fb6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18196 |14mr|perl-MDV-Distribconf-4.03-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dist	MDV-Distribconf

Summary:	Read and write config of a Mandriva Linux distribution tree

Name:		perl-%{dist}
Version:	4.03
Release:	7
License:	GPLv2+
Group:		Development/Perl
Source0:	%{dist}-%{version}.tar.xz
Url:		http://search.cpan.org/dist/%{dist}/
BuildArch:	noarch
BuildRequires:	perl perl-Config-IniFiles perl-MDV-Packdrakeng
BuildRequires:  perl-devel

%description
MDV::Distribconf is a module to get/write the configuration of a Mandriva Linux
distribution tree.

%package -n	mdv-distrib-tools
Summary:	Tools use to maintains Mandriva distrib tree

Group:		Development/Perl

%description -n	mdv-distrib-tools
Tools use to maintains Mandriva distrib tree.

This include:
- gendistrib (experimental)
- checkdistrib

%prep
%setup -q -n %{dist}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog
%{_mandir}/*/MDV::Distribconf.*
%dir %{perl_vendorlib}/MDV/Distribconf
%{perl_vendorlib}/MDV/Distribconf.pm

%files -n mdv-distrib-tools
%{_bindir}/*
%{perl_vendorlib}/MDV/Distribconf/*
%{_mandir}/*/MDV::Distribconf::*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.03-7
+ Revision: b3090d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18197 |14mr|perl-MDV-Packdrakeng-1.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dist MDV-Packdrakeng

# perl-Compress-Zlib is only "suggested"
%define __noautoreq 'perl\\(Compress::Zlib\\)'

Name:		perl-%{dist}
Version:	1.14
Release:	4
Summary:	Simple Archive Extractor/Builder
License:	GPLv2+
Group:		Development/Perl
Source0:	%{dist}-%{version}.tar.xz
Url:		http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/rpm/MDV-Packdrakeng/
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl-devel
BuildArch:	noarch
Suggests:	perl(Compress::Zlib)

%description
MDV::Packdrakeng is a simple indexed archive builder and extractor using
standard compression methods.

%prep
%setup -q -n %{dist}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make}

%check
%{__make} test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{_mandir}/*/*
%{perl_vendorlib}/MDV/Packdrakeng
%{perl_vendorlib}/MDV/Packdrakeng.pm


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.14-4
+ Revision: 1e6b0de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18198 |14mr|perl-MIME-Charset-1.11.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MIME-Charset
%define upstream_version 1.011.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Charset Informations for MIME

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MIME/MIME-Charset-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
MIME::Charset provides informations about character sets used for MIME messages
on Internet.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/MIME
%{perl_vendorlib}/POD2/JA/MIME/Charset.pod
%{_mandir}/*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.11.1-3
+ Revision: f20b946
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18199 |14mr|perl-MIME-EncWords-1.14.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name     MIME-EncWords
%define upstream_version 1.014.2

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		1

Summary:	Deal with RFC-1522 encoded words (improved)

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MIME/MIME-EncWords-%{upstream_version}.tar.gz
BuildRequires:	 perl(MIME::Charset)
BuildRequires:	 perl-devel
BuildArch:	noarch

%description
Fellow Americans, you probably won't know what the hell this module is for.
Europeans, Russians, et al, you probably do. :-)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ARTISTIC GPL README
%{perl_vendorlib}/MIME
%{perl_vendorlib}/Encode
%{perl_vendorlib}/POD2
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.14.2-3
+ Revision: a3df985
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18200 |14mr|perl-MIME-Lite-3.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MIME-Lite
%define upstream_version 3.030

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Low-calorie MIME generator 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MIME/MIME-Lite-%{upstream_version}.tar.gz

BuildRequires:	perl(Email::Date)
BuildRequires:	perl(MIME::Types)
BuildRequires:	perl(Mail::Address)
BuildRequires:	perl(Email::Date::Format)
BuildRequires:	perl-devel
BuildRequires:	sendmail-command

BuildArch:	noarch

%description
MIME::Lite is intended as a simple, standalone module for generating
(not parsing!) MIME messages... specifically, it allows you to output a
simple, decent single- or multi-part message with text or binary
attachments. It does not require that you have the Mail:: or MIME::
modules installed. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
chmod 644 README changes.pod lib/MIME/* examples/*
%__perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%check
make test

%install
%makeinstall_std
rm -f %{buildroot}%{perl_vendorlib}/MIME/changes.pod

%files
%doc COPYING INSTALLING README changes.pod
%{perl_vendorlib}/MIME
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.30.0-3
+ Revision: 7542057
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18201 |14mr|perl-MIME-tools-5.502.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 MIME-tools
%define upstream_version 5.502

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6
Summary:	Perl modules for parsing (and creating!) MIME entities

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MIME/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(File::Temp)   >= 0.17
BuildRequires:	perl(IO::Stringy)  >= 1.211
BuildRequires:	perl(Mail::Util)   >= 1.15
BuildRequires:	perl(MIME::Base64) >= 3.03
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl-devel
Requires:   perl(File::Temp)   >= 0.17
Requires:	perl(IO::Stringy)  >= 1.211
Requires:	perl(MIME::Base64) >= 3.03
Requires:	perl(Mail::Util)   >= 1.15
BuildArch:	noarch

%description
MIME-tools - modules for parsing (and creating!) MIME entities Modules in this
toolkit : Abstract message holder (file, scalar, etc.), OO interface for
decoding MIME messages, an extracted and decoded MIME entity, Mail::Field
subclasses for parsing fields, a parsed MIME header (Mail::Header subclass),
parser and tool for building your own MIME parser, and utilities.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
rm -f set-version.pl
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std 

%clean

%files
%doc README COPYING ChangeLog
%{perl_vendorlib}/MIME
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.502.0-6
+ Revision: 6c604e5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18202 |14mr|perl-MIME-Types-2.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 MIME-Types
%define upstream_version 2.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	MIME::Types module for Perl

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/MIME/MIME-Types-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More) >= 0.47

BuildArch:	noarch

%description
This Perl module maintains a set of MIME::Type objects, which each describe one
known mime type.  There are many types defined by RFCs and vendors, so the list
is long but not complete.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README ChangeLog
%{perl_vendorlib}/MIME
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.40.0-3
+ Revision: 9f130cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18203 |14mr|perl-Module-Build-0.420.300-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname Module-Build
%define modver 0.4203

Summary:	Build and install Perl modules
Name:		perl-%{modname}
Epoch:		1
Version:	%{perl_convert_version %{modver}}
Release:	5
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	http://www.cpan.org/modules/by-module/Module/%{modname}-%{modver}.tar.gz
BuildArch:	noarch

BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(CPAN::Meta) >= 2.110.420
BuildRequires:	perl(Cwd)
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(ExtUtils::CBuilder) >= 0.270
BuildRequires:	perl(ExtUtils::Install)
BuildRequires:	perl(ExtUtils::Manifest)
BuildRequires:	perl(ExtUtils::Mkbootstrap)
BuildRequires:	perl(ExtUtils::ParseXS) >= 2.210
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Compare)
BuildRequires:	perl(File::Copy)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Path)
BuildRequires:	perl(File::Spec) >= 0.820
BuildRequires:	perl(File::Temp) >= 0.150
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Module::Metadata) >= 1.000.002
BuildRequires:	perl(Parse::CPAN::Meta)
BuildRequires:	perl(Perl::OSType) >= 1
BuildRequires:	perl(Test::Harness) >= 3.160
BuildRequires:	perl(Test::More) >= 0.490
BuildRequires:	perl(Text::Abbrev)
BuildRequires:	perl(Text::ParseWords)
BuildRequires:	perl(YAML)
# for %%check
BuildRequires:	perl-devel
Suggests:	perl-ExtUtils-CBuilder

%description
Module::Build is a system for building, testing, and installing Perl modules.
It is meant to be a replacement for ExtUtils::MakeMaker. Developers may alter
the behavior of the module through subclassing in a much more straightforward
way than with MakeMaker. It also does not require a make on your system - most
of the Module::Build code is pure-perl and written in a very cross-platform
way. In fact, you don't even need a shell, so even platforms like MacOS
(traditional) can use it fairly easily. Its only prerequisites are modules that
are included with perl 5.6.0, and it works fine on perl 5.005 if you can
install a few additional modules.

%prep
%setup -qn %{modname}-%{modver} 

%build
perl Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot}

%check
./Build test

%files 
%doc Changes README
%{_bindir}/config_data
%{perl_vendorlib}/inc
%{perl_vendorlib}/Module
%{_mandir}/*/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.420.300-5
+ Revision: 3b7f418
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18204 |14mr|perl-Module-Build-Tiny-0.35.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Build-Tiny
%define upstream_version 0.035

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    A tiny replacement for Module::Build

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Exporter) >= 5.570.0
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::Config) >= 0.3.0
BuildRequires: perl(ExtUtils::Helpers) >= 0.20.0
BuildRequires: perl(ExtUtils::Install)
BuildRequires: perl(ExtUtils::InstallPaths) >= 0.2.0
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Getopt::Long) >= 2.360.0
BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open2)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(JSON::PP) >= 2.0.0
BuildRequires: perl(Pod::Man)
BuildRequires: perl(TAP::Harness::Env)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(XSLoader)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Many Perl distributions use a Build.PL file instead of a Makefile.PL file
to drive distribution configuration, build, test and installation.
Traditionally, Build.PL uses Module::Build as the underlying build system.
This module provides a simple, lightweight, drop-in replacement.

Whereas Module::Build has over 6,700 lines of code; this module has less
than 120, yet supports the features needed by most distributions.

Supported
    * * Pure Perl distributions

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor

./Build

# %check
# ./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes INSTALL LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.35.0-4
+ Revision: 702e923
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18205 |14mr|perl-Module-CoreList-5.201.409.140-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Module-CoreList
%define upstream_version 5.20140914

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Tell what modules shipped with versions of perl


License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Module::CoreList contains data about what perl modules are shipped
with given versions of perl (and their versions). It comes also with a
command-line utility, corelist, to retrieve this information easily.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%__make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Module
%{_mandir}/*/*
%{_bindir}/corelist

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 5.201.409.140-1
+ Revision: 01f026f
- Merge pull request #11 from import/perl-Module-CoreList:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18206 |14mr|perl-Module-Implementation-0.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Implementation
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Loads one of several alternate underlying implementations for a module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Carp)
BuildRequires:	perl(Module::Runtime)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module abstracts out the process of choosing one of several underlying
implementations for a module. This can be used to provide XS and pure Perl
implementations of a module, or it could be used to load an implementation
for a given OS or any other case of needing to provide multiple
implementations.

This module is only useful when you know all the implementations ahead of
time. If you want to load arbitrary implementations then you probably want
something like a plugin system, not this module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc  LICENSE META.yml Changes META.json INSTALL
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Wed Sep 17 2014 dsilakov <denis.silakov@rosalab.ru> 0.90.0-1
+ Revision: feb75e3
- Merge pull request #2 from import/perl-Module-Implementation:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18207 |14mr|perl-Module-Install-1.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Module-Install
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Standalone, extensible Perl module installer

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/Module-Install-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(Devel::PPPort) >= 3.16
BuildRequires:	perl(ExtUtils::Install) >= 1.52
BuildRequires:	perl(ExtUtils::ParseXS) >= 2.19
BuildRequires:	perl-PathTools >= 3.270.100
BuildRequires:	perl(File::Remove)
BuildRequires:  perl(JSON)
BuildRequires:  perl(LWP::UserAgent)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::CoreList)
BuildRequires:	perl(Module::ScanDeps)
BuildRequires:	perl(PAR::Dist)
BuildRequires:	perl(Parse::CPAN::Meta)
BuildRequires:	perl(Test::Harness) >= 3.13
BuildRequires:	perl(Test::More) >= 0.86
BuildRequires:	perl(YAML)
BuildRequires:	perl(YAML::Tiny)

BuildArch:	noarch

%description
This module provides a drop-in replacement for ExtUtils::MakeMaker. For
first-time users, Brian Ingerson's Creating Module Distributions with
Module::Install in June 2003 issue of The Perl Journal
(http://www.tpj.com/issues/) provides a gentle introduction to how this
module works.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
chmod 644 Changes
find lib -type f | xargs chmod 644
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# this one requires a working CPAN configuration
rm -f t/03_autoinstall.t
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{perl_vendorlib}/Module
%{perl_vendorlib}/inc/Module
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.60.0-3
+ Revision: cf65587
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18208 |14mr|perl-Module-Load-Conditional-0.460.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Module-Load-Conditional
%define upstream_version 0.46

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6

Summary:	Looking up module information / loading at runtime

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

Buildrequires:	perl-devel
Buildrequires:	perl(Module::Load)
Buildrequires:	perl(Params::Check)
Buildrequires:	perl(version)

Buildarch:	    noarch

%description
Module::Load::Conditional provides simple ways to query and possibly load any
of the modules you have installed on your system during runtime.

It is able to load multiple modules at once or none at all if one of them was
not able to load. It also takes care of any error checking and so forth.

It allows you to fetch any file pointed to by a ftp, http, file, or rsync uri
by a number of different means.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Module
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.460.0-6
+ Revision: 133402a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18209 |14mr|perl-Module-Pluggable-5.100.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Module-Pluggable
%define upstream_version 5.1

%define debug_package %{nil}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Simple plugins for Perl modules

License:    Artistic/GPL
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec) >= 3.0.0
BuildRequires: perl(Module::Build) >= 0.380.0
BuildRequires: perl(Test::More) >= 0.620.0
BuildRequires: perl-devel

%description
This Perl module provides a simple but, hopefully, extensible way of having
'plugins' for your module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes INSTALL META.json META.yml MYMETA.yml README
%{perl_vendorlib}/Module
%{perl_vendorlib}/Devel
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.100.0-2
+ Revision: 174ffff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18210 |14mr|perl-Module-Runtime-0.14.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Runtime
%define upstream_version 0.014

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Runtime module handling

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/Module-Runtime-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(Math::Complex)
BuildRequires: perl(Math::Trig)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Params::Classify)
BuildArch: noarch

%description
The functions exported by this module deal with runtime handling of Perl
modules, which are normally handled at compile time.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.14.0-3
+ Revision: b76d71e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18211 |14mr|perl-Module-ScanDeps-1.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Module-ScanDeps
%define upstream_version 1.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Recursively scan Perl code for dependencies

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Module::Build::ModuleInfo)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a module to recursively scan Perl programs for dependencies.

An application of Module::ScanDeps is to generate executables from scripts
that contains necessary modules; this module supports two such projects, PAR
and App::Packer.  Please see their respective documentations on CPAN for
further information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make 

%check
%__make test

%install
%makeinstall_std

%files
%doc AUTHORS Changes README
%{_bindir}/*
%{_mandir}/man*/*
%{perl_vendorlib}/Module

%changelog
* Wed Sep 17 2014 dsilakov <denis.silakov@rosalab.ru> 1.150.0-1
+ Revision: b2feecd
- Merge pull request #3 from import/perl-Module-ScanDeps:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18212 |14mr|perl-Module-Signature-0.730.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Module-Signature
%define upstream_version 0.73

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Check and create SIGNATURE files for CPAN distributions

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/Module-Signature-%{upstream_version}.tar.gz

BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(PAR::Dist)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(IPC::Run)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a perl module to check and create SIGNATURE files
for CPAN distributions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor --skipdeps </dev/null
%make

%check
%make test

%install
%makeinstall_std

%files
%doc AUTHORS Changes README
%{_bindir}/*
%{_mandir}/man*/*
%{perl_vendorlib}/Module


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.730.0-4
+ Revision: 1bee803
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18213 |14mr|perl-Mon-0.110.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Mon
%define upstream_version 0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Perl-Mon module

License:	GPL
Group:		Development/Perl
Url:		http://www.kernel.org/software/mon/
Source0:	ftp://ftp.kernel.org/pub/software/admin/mon/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch
   
%description
This is the Perl5 module for interfacing with the Mon system monitoring
package. Currently only the client interface is implemented, but more
things like special logging routines and persistent monitors are being
considered.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES  COPYRIGHT COPYING README VERSION
%{perl_vendorlib}/Mon
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.110.0-7
+ Revision: 97242ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18214 |14mr|perl-Moose-2.120.400-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Moose
%define upstream_version 2.1204

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Moose::Conflicts\\)'
%else
%define _requires_exceptions perl(Moose::Conflicts)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	A complete modern object system for Perl 5

License:    GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Class::Load)
BuildRequires:	perl(Data::OptList)
BuildRequires:	perl(Devel::GlobalDestruction)
BuildRequires:	perl(Devel::StackTrace)
BuildRequires:	perl(Eval::Closure)
BuildRequires:	perl(List::MoreUtils) >= 0.120.0
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Package::DeprecationManager) >= 0.070.0
BuildRequires:	perl(Package::Stash)
BuildRequires:	perl(Params::Util) >= 1.000.0
BuildRequires:	perl(Scalar::Util) >= 1.190.0
BuildRequires:	perl(Sub::Exporter) >= 0.098.0
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Task::Weaken)
# seems to be in contrib now...
#BuildRequires:	perl(Test::Output)
BuildRequires:	perl(Test::Exception) >= 0.270
BuildRequires:	perl(Test::More) >= 0.880
BuildRequires:	perl(Test::Requires) >= 0.050
BuildRequires:	perl(Test::LongString)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Try::Tiny) >= 0.020.0
BuildRequires:	perl-devel
Requires:	perl(Sub::Name)
Provides:   perl-Moose-implementation
Obsoletes:	perl-Class-MOP <= 1.120.0
Provides:	perl-Class-MOP = 1.120.0

%description
Moose is an extension of the Perl 5 object system.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_bindir}/moose-outdated
%{perl_vendorlib}/*
%{_mandir}/*/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.120.400-3
+ Revision: b61bc66
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18215 |14mr|perl-Mozilla-CA-20130114.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Mozilla-CA
%define upstream_version 20130114

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Mozilla's CA cert bundle in PEM format

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Mozilla/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test)
BuildArch:	noarch

%description
Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority
certificates in a form that can be consumed by modules and libraries based
on OpenSSL.

The module provide a single function:

* SSL_ca_file()

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130114.0.0-4
+ Revision: 5765413
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18216 |14mr|perl-MP3-Info-1.240.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MP3-Info
%define upstream_version 1.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Perl module to manipulate / fetch info from MP3 audio files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MP3/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Manipulate / fetch info from MP3 audio files : winamp genres, mp3tag, mp3info.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes eg
%{_mandir}/*/*
%{perl_vendorlib}/MP3


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.240.0-7
+ Revision: 40a8cbe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18217 |14mr|perl-MRO-Compat-0.110.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	MRO-Compat
%define upstream_version    0.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8
Summary:	Mro::** interface compatibility for Perls < 5.9.5

License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://search.cpan.org/CPAN/authors/id/B/BL/BLBLACK/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Module::AutoInstall)
BuildRequires:	perl(Class::C3) >= 0.19
BuildRequires:	perl(Class::C3::XS) >= 0.19
BuildRequires:	perl-devel
BuildArch:	noarch

%description
The "mro" namespace provides several utilities for dealing with method
resolution order and method caching in general in Perl 5.9.5 and higher.

This upstream_name provides those interfaces for earlier versions of Perl
(back to 5.6.0 anyways).

It is a harmless no-op to use this upstream_name on 5.9.5+. If you're
writing a piece of software that would like to use the parts of 5.9.5+'s
mro:: interfaces that are supported here, and you want compatibility with
older Perls, this is the upstream_name for you.

Some parts of this interface will work better with Class::C3::XS installed,
but it's not a requirement.

This upstream_name never exports any functions. All calls must be fully
qualified with the mro:: prefix.

The interface documentation here serves only as a quick reference of what
the function basically does, and what differences between MRO::Compat and
5.9.5+ one should look out for. The main docs in 5.9.5's mro are the real
interface docs, and contain a lot of other

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
%make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{perl_vendorlib}/MRO
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.110.0-8
+ Revision: b875acd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18218 |14mr|perl-namespace-clean-0.250.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    namespace-clean
%define upstream_version 0.25

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Keep imports and functions out of your namespace

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/namespace/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(B::Hooks::EndOfScope)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Package::Stash)
BuildRequires:	perl(Scope::Guard)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Symbol)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Implementation)
BuildRequires:	perl-devel

BuildArch:	noarch

Provides:	perl(namespace::clean)

%description
When you define a function, or import one, into a Perl package, it will
naturally also be available as a method. This does not per se cause
problems, but it can complicate subclassing and, for example, plugin
classes that are included via multiple inheritance by loading them as
base classes.

The 'namespace::clean' pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Tue Sep 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.250.0-4
+ Revision: fc8442c
- Rebuild to the main repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18219 |14mr|perl-NetAddr-IP-4.75.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    NetAddr-IP
%define upstream_version 4.075

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:        Manage IPv4 and IPv6 addresses and subnets in Perl



License:        Artistic
Group:          Development/Perl
Url:            http://search.cpan.org/dist/%{upstream_name}/
Source0:        http://www.cpan.org/modules/by-module/NetAddr/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel

%description
This module provides an object-oriented abstraction on top of IP
addresses or IP subnets, that allows for easy manipulations.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm -f t/00-Sign.t # debug files make it fails

%build
%{__perl} Makefile.PL  INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%{perl_vendorarch}/NetAddr
%{perl_vendorarch}/auto/NetAddr
%{_mandir}/*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.75.0-2
+ Revision: e822b80
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18220 |14mr|perl-Net-CIDR-Lite-0.210.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-CIDR-Lite
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Perl extension for merging IPv4 or IPv6 CIDR addresses

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

BuildArch:	noarch

%description
Faster alternative to Net::CIDR when merging a large number of CIDR address
ranges. Works for IPv4 and IPv6 addresses.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files
%doc Changes README
%{perl_vendorlib}/Net
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.210.0-7
+ Revision: 05f4729
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18221 |14mr|perl-Net-Daemon-0.480.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 Net-Daemon
%define upstream_version 0.48

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Perl extension for portable daemons

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/J/JW/JWIED/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Net::Daemon is an abstract base class for implementing portable server
applications in a very simple way. The module is designed for Perl 5.005 and
threads, but can work with fork() and Perl 5.004.

The Net::Daemon class offers methods for the most common tasks a daemon needs:
Starting up, logging, accepting clients, authorization, restricting its own
environment for security and doing the true work. You only have to override
those methods that aren't appropriate for you, but typically inheriting will
safe you a lot of work anyways.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# don't work on the cluster
# %{__make} test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Net
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.480.0-7
+ Revision: 609695d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18222 |14mr|perl-Net-DBus-1.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module Net-DBus

Name:		perl-%{module}
Version:	1.0.0
Release:	7
Summary:	Perl API to the DBus message system

License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Net/%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:	dbus-devel

%description
Net::DBus provides a Perl API for the DBus message system. The DBus Perl
interface is currently operating against the 0.32 development version of DBus,
but should work with later versions too, providing the API changes have not
been too drastic.

Users of this package are either typically, service providers in which case the
Net::DBus::Service and Net::DBus::Object modules are of most relevance, or are
client consumers, in which case Net::DBus::RemoteService and
Net::DBus::RemoteObject are of most relevance.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
#%{__make} test

%install
%makeinstall_std

%clean 

%files
%doc README
%{_mandir}/*/*
%{perl_vendorarch}/Net
%{perl_vendorarch}/auto/Net



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-7
+ Revision: d73c008
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18223 |14mr|perl-Net-DNS-0.790.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-DNS
%define upstream_version 0.79

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl interface to the DNS resolver



License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Digest::HMAC) >= 1.10.0
BuildRequires: perl(Digest::MD5) >= 2.130.0
BuildRequires: perl(Digest::SHA) >= 5.230.0
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(IO::Socket) >= 1.240.0
BuildRequires: perl(MIME::Base64) >= 2.110.0
BuildRequires: perl(Test::More) >= 0.520.0
BuildRequires: perl-devel

%description
Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS)
resolver. It allows the programmer to perform DNS queries that are beyond the
capabilities of gethostbyname and gethostbyaddr.

The programmer should be somewhat familiar with the format of a DNS packet and
its various sections. See RFC 1035 or DNS and BIND (Albitz & Liu) for details.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README TODO demo
%{_mandir}/*/*
%{perl_vendorarch}/auto/Net
%{perl_vendorarch}/Net

%changelog
* Wed Sep 17 2014 dsilakov <denis.silakov@rosalab.ru> 0.790.0-1
+ Revision: dc17203
- Merge pull request #4 from import/perl-Net-DNS:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18224 |14mr|perl-Net-DNS-Resolver-Programmable-0.003-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name Net-DNS-Resolver-Programmable

Summary:	Programmable DNS resolver class for offline emulation of DNS

Name:		perl-%{real_name}
Version:	0.003
Release:	9
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/net-dns-resolver-programmable/%{real_name}-v%{version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:	perl-Module-Build
BuildRequires:	perl-Net-DNS
BuildRequires:	perl-version
BuildArch:	noarch

%description
Net::DNS::Resolver::Programmable is a Net::DNS::Resolver descendant class that
allows a virtual DNS to be emulated instead of querying the real DNS. A set of
static DNS records may be supplied, or arbitrary code may be specified as a
means for retrieving DNS records, or even generating them on the fly.

%prep

%setup -q -n %{real_name}-v%{version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install

%makeinstall_std

%clean 

%files
%doc CHANGES LICENSE README TODO
%{perl_vendorlib}/Net/DNS/Resolver/*.pm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.003-9
+ Revision: c1c381e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18225 |14mr|perl-Net-HTTP-6.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-HTTP
%define upstream_version 6.07

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Non-blocking HTTP client

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Compress::Raw::Zlib)
BuildRequires: perl(IO::Compress::Gzip)
BuildRequires: perl(IO::Select)
BuildRequires: perl(IO::Socket::INET)
BuildRequires: perl-devel
BuildArch: noarch

%description
The 'Net::HTTP' class is a low-level HTTP client. An instance of the
'Net::HTTP' class represents a connection to an HTTP server. The HTTP
protocol is described in RFC 2616. The 'Net::HTTP' class supports
'HTTP/1.0' and 'HTTP/1.1'.

'Net::HTTP' is a sub-class of 'IO::Socket::INET'. You can mix the methods
described below with reading and writing from the socket directly. This is
not necessary a good idea, unless you know what you are doing.

The following methods are provided (in addition to those of
'IO::Socket::INET'):

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Wed Sep 17 2014 dsilakov <denis.silakov@rosalab.ru> 6.70.0-1
+ Revision: 51c46ac
- Merge pull request #2 from import/perl-Net-HTTP:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18226 |14mr|perl-Net-Ident-1.230.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Ident
%define upstream_version 1.23

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(FileHandle\\)'
%define __noautoprov 'perl\\(FileHandle\\)'
%else
%define _provides_exceptions perl(FileHandle)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Net::Ident - lookup the username on the remote end of a TCP/IP connection

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Net::Ident is a module that looks up the username on the remote
side of a TCP/IP connection through the ident (auth/tap) protocol
described in RFC1413 (which supersedes RFC931). Note that this
requires the remote site to run a daemon (often called identd) to
provide the requested information, so it is not always available
for all TCP/IP connections.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# fix attribs
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
	
# cleanup
for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
yes "" | %__perl Makefile.PL INSTALLDIRS=vendor
%make
# tests are borked...
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Net/Ident.pm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.230.0-8
+ Revision: 1005487
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18227 |14mr|perl-Net-IP-1.260.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-IP
%define upstream_version 1.26

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Perl extension for manipulating IPv4/IPv6 addresses

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/Net-IP-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides functions to deal with IPv4/IPv6 addresses.
The module can be used as a class, allowing the user to instantiate
IP objects, which can be single IP addresses, prefixes, or ranges of
addresses. There is also a procedural way of accessing most of the
functions. Most subroutines can take either IPv4 or IPv6 addresses
transparently.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_bindir}/*
%{perl_vendorlib}/Net
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.260.0-3
+ Revision: 4130221
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18228 |14mr|perl-Net-IPv4Addr-0.100.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-IPv4Addr
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Perl modules to manipulates Ipv4 addresses

License:	GPL+ or Artistic
Group:		System/Configuration/Networking
Url:		http://iNDev.iNsu.COM/IPv4Addr/
Source0:	http://iNDev.iNsu.COM/sources/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Net::IPv4Addr provides methods for parsing IPv4 addresses both in traditional
address/netmask format and in the new CIDR format. There are also methods for
calculating the network and broadcast address and also to see check if a given
address is in a specific network.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor 
make

%check
make test

%install
%makeinstall_std

install -d %{buildroot}%{_sbindir}
mv -f %{buildroot}%{_bindir}/ipv4calc %{buildroot}%{_sbindir}/ipv4calc

%files 
%doc README ChangeLog
%{_mandir}/*/*
%{_sbindir}/ipv4calc
%{perl_vendorlib}/Net/*
%{perl_vendorlib}/auto/Net/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.100.0-7
+ Revision: 53a32d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18229 |14mr|perl-Net-Jabber-2.0.0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Net-Jabber
%define upstream_version 2.0

Summary:	%{module} perl module

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	18
License:	LGPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://search.cpan.org/CPAN/authors/id/R/RE/REATMON/%{module}-%{upstream_version}.tar.bz2
BuildArch:	noarch
Buildrequires:	perl-devel
Buildrequires:	perl-Net-XMPP

%description
Net::Jabber is a collection of Perl modules that provide a Perl Developer
access to the Jabber protocol.  Using OOP modules we provide a clean
interface to writing anything from a full client to a simple protocol
tester.

%prep
%setup -qn %{module}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
#make test

%install
%makeinstall_std

%files
%doc CHANGES LICENSE.LGPL MANIFEST.SKIP README
%{perl_vendorlib}/Net/Jabber*
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.0-18
+ Revision: d1a2a35
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18230 |14mr|perl-Net-Netmask-1.9015-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Net-Netmask

Summary:	%{module} module for Perl

Name:		perl-%{module}
Version:	1.9015
Release:	9
License:	Public Domain
Group:		Development/Perl
Source0:	http://www.cpan.org/authors/id/M/MU/MUIR/modules/%{module}-%{version}.tar.bz2
URL:		http://search.cpan.org/dist/%{module}
BuildRequires:	perl-devel
BuildArch: 	noarch
Requires:	perl >= 0:5.00503

%description
Net-Netmask module for perl

Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an
object-oriented interface. Nearly all functions are methods that operate on a
Net::Netmask object.

There are methods that provide the nearly all bits of information about a
network block that you might want.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
%make test

%clean 

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Net/*
%{_mandir}/*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9015-9
+ Revision: 2d8566e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18231 |14mr|perl-Net-Patricia-1.220.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-Patricia
%define upstream_version 1.22

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	3

Summary:	Patricia Trie perl module for fast IP address lookups

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/modules/by-module/Net/Net-Patricia-%{upstream_version}.tar.gz

BuildRequires:  perl(Socket6)
BuildRequires:	perl-devel
BuildRequires:	perl-Net-CIDR-Lite


%description
This module uses a Patricia Trie data structure to quickly perform IP address
prefix matching for applications such as IP subnet, network or routing table
lookups. The data structure is based on a radix tree using a radix of two, so
sometimes you see patricia implementations called "radix" as well. The term
"Trie" is derived from the word "retrieval" but is pronounced like "try".
Patricia stands for "Practical Algorithm to Retrieve Information Coded as
Alphanumeric", and was first suggested for routing table lookups by Van
Jacobsen. Patricia Trie performance characteristics are well-known as it has
been employed for routing table lookups within the BSD kernel since the 4.3
Reno release.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL
%make

%check
%make test

%install
rm -Rf %{buildroot}
%make DESTDIR=%{buildroot} pure_vendor_install \
INSTALLSITELIB=%{perl_vendorlib} \
INSTALLSITEMAN1DIR=%{_mandir}/man1 \
INSTALLSITEMAN3DIR=%{_mandir}/man3
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'

%clean
rm -Rf %{buildroot}

%files
%{perl_vendorarch}/Net*
%{perl_vendorarch}/auto/Net*
%{_mandir}/man?/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.220.0-3
+ Revision: 08f21e5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18232 |14mr|perl-Net-Server-2.8.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Net-Server
%define upstream_version 2.008

%if %{_use_internal_dependency_generator}
%define __noautoprov 'perl\\(My(.*)\\)|perl\\(Sample(.*)\\)'
%else
%define	_provides_exceptions perl(My\\|perl(Sample
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Extensible, general Perl server engine

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/Net-Server-%{upstream_version}.tar.gz

BuildRequires:	perl(IO::Socket)
BuildRequires:	perl(POSIX)
BuildRequires:	perl(Socket)
BuildRequires:	perl-devel
Requires:	perl-IO-Multiplex
BuildArch:	noarch

%description
Net::Server is an extensible, generic Perl server engine.  Net::Server combines
the good properties from Net::Daemon (0.34), NetServer::Generic (1.03), and
Net::FTPServer (1.0), and also from various concepts in the Apache Webserver.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes examples README
%{_mandir}/*/*
%{perl_vendorlib}/Net
%{_bindir}/net-server



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8.0-3
+ Revision: 37613a2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18233 |14mr|perl-Net-SMTP-SSL-1.10.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-SMTP-SSL
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	SSL support for Net::SMTP

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(Net::SMTP)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
network operations. Due to the nature of 'Net::SMTP''s 'new' method, it is
not overridden to make use of a default port for the SMTPS service. Perhaps
future versions will be smart like that. Port '465' is usually what you
want, and it's not a pain to specify that.

For interface documentation, please see Net::SMTP.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10.0-7
+ Revision: 3ac31c3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18234 |14mr|perl-Net-SNMP-6.0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-SNMP
%define upstream_version 6.0.1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Object oriented interface to SNMP for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/%{upstream_name}-v%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-Crypt-DES => 2.03
BuildRequires:	perl-Digest-HMAC => 1.0

BuildArch:	noarch

Requires:	perl-Crypt-DES => 2.03
Requires:	perl-Digest-HMAC => 1.0
Requires:	perl-Digest-SHA1 => 1.02

%description
The Net::SNMP module implements an object oriented interface to the Simple
Network Management Protocol.  Perl applications can use the module to retrieve
or update information on a remote host using the SNMP protocol.  The module
supports SNMP version-1, SNMP version-2c (Community-Based SNMPv2), and SNMP
version-3.
The Net::SNMP module assumes that the user has a basic understanding of the
Simple Network Management Protocol and related network management concepts.

%prep
%setup -q -n %{upstream_name}-v%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/snmpkey
%{perl_vendorlib}/Net
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.0.1-8
+ Revision: a6f7195
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18235 |14mr|perl-Net-SSLeay-1.660.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name      Net-SSLeay
%define upstream_version 1.66

Name:		    perl-%{upstream_name}
Version:	    %perl_convert_version %{upstream_version}
Release:	    1
Summary:	    Perl extension for using OpenSSL


License:	    BSD-like
Group:		    Development/Perl
Url:            http://search.cpan.org/dist/%{upstream_name}
Source0:        http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  openssl >= 0.9.3a
BuildRequires:	openssl-devel
BuildRequires:	perl-devel
BuildRequires:	zlib-devel
Requires:	openssl >= 0.9.3a
Obsoletes:	perl-Net_SSLeay < 1.30-2mdv2007.0
Provides:	perl-Net_SSLeay = %{version}-%{release}
Obsoletes:	perl-Net_SSLeay.pm <= 1.30
Provides:	perl-Net_SSLeay.pm = %{version}-%{release}

%description
Perl extension for using OpenSSL.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%__chmod 755 examples

%build
# note the %{_prefix} which must passed to Makefile.PL, weird but necessary :-(
echo | %{__perl} Makefile.PL %{_prefix} INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"
perl -p -i -e 's|/usr/local/bin|/usr/bin|g;' *.pm examples/*

%check
# testing the package implies contacting external sites (some are down ?)
#make test

%install
%makeinstall_std

%files
%doc Changes Credits README examples QuickRef
%{perl_vendorarch}/auto/Net
%{perl_vendorarch}/Net
%{_mandir}/*/*

%changelog
* Wed Sep 17 2014 dsilakov <denis.silakov@rosalab.ru> 1.660.0-1
+ Revision: 454b3be
- Merge pull request #3 from import/perl-Net-SSLeay:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18236 |14mr|perl-Net-Telnet-3.30.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-Telnet
%define upstream_version 3.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Net::Telnet perl module

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%upstream_name
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Net::Telnet allows you to make client connections to a TCP port and do network
I/O, especially to a port using the TELNET protocol.  Simple I/O methods such
as print, get, and getline are provided.  More sophisticated interactive
features are provided because connecting to a TELNET port ultimately means
communicating with a program designed for human interaction.  These interactive
features include the ability to specify a timeout and to wait for patterns to
appear in the input stream, such as the prompt from a shell.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README ChangeLog
%{_mandir}/*/*
%{perl_vendorlib}/Net



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.30.0-8
+ Revision: 8923007
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18237 |14mr|perl-Net-XMPP-1.02-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Net-XMPP

Name:		perl-%{module}
Version:	1.02
Release:	9
Summary:	XMPP Perl Library

License:	GPL or Artistic
Group:		Development/Perl
Url:            http://search.cpan.org/dist/%{module}/
Source:         http://www.cpan.org/modules/by-module/Net/%{module}-%{version}.tar.bz2
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(XML::Stream)
BuildArch:	    noarch

%description
Net::XMPP is a convenient tool to use for any perl script that would
like to utilize the XMPP Instant Messaging protocol.  While not a
client in and of itself, it provides all of the necessary back-end
functions to make a CGI client or command-line perl client feasible 
and easy to use.  Net::XMPP is a wrapper around the rest of the
official Net::XMPP::xxxxxx packages.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files
%doc CHANGES README
%{perl_vendorlib}/Net
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.02-9
+ Revision: 73d3019
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18238 |14mr|perl-Number-Compare-0.30.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Number-Compare
%define upstream_version 0.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Numeric comparisons

License:	GPL+ or Artistic
Group:		Development/Perl
Source0:	http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Number-Compare-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{upstream_name}

BuildRequires:	perl-devel
BuildArch:	noarch

%description 
Number::Compare compiles a simple comparison to an anonymous subroutine, which
you can call with a value to be tested again.

Now this would be very pointless, if Number::Compare didn't understand
magnitudes.

The target value may use magnitudes of kilobytes (k, ki), megabytes (m, mi), or
gigabytes (g, gi). Those suffixed with an i use the appropriate 2**n version in
accordance with the IEC standard: http://physics.nist.gov/cuu/Units/binary.html

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Number
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.30.0-3
+ Revision: 9998ff0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18239 |14mr|perl-OLE-Storage_Lite-0.190.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    OLE-Storage_Lite
%define upstream_version 0.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Simple Class for OLE document interface

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/OLE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
OLE::Storage_Lite allows you to read and write an OLE structured file. Please
refer OLE::Storage by Martin Schwartz.

OLE::Storage_Lite::PPS is a class representing PPS.
OLE::Storage_Lite::PPS::Root, OLE::Storage_Lite::PPS::File and
OLE::Storage_Lite::PPS::Dir are subclasses of OLE::Storage_Lite::PPS.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# perl path hack
find . -type f | xargs perl -p -i -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"

%build
%__perl Makefile.PL INSTALLDIRS=vendor 
%make OPTIMIZE="%{optflags}"

%install
%makeinstall_std

%files
%doc Changes README sample
%{perl_vendorlib}/OLE
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.190.0-4
+ Revision: 6629206
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18240 |14mr|perl-OpenGL-0.660.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    OpenGL
%define upstream_version 0.66

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Interface to OpenGL drawing/imaging library

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/C/CH/CHM/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		perl-OpenGL-0.62-dist.patch
BuildRequires: mesa-common-devel
BuildRequires: pkgconfig(glu)
BuildRequires: pkgconfig(glut)
BuildRequires: perl-devel



%description
Naming convention:
    Virtually all of the OpenGL 1.0, and 1.1 functions are available, and
    most of 1.2. In general, the calling sequence is identical in Perl as
    in C.

    Most functions that have no pointer arguments are called identically in
    Perl as in C, and the same name is used.

    Functions that use Perl array arguments and have been changed in "the
    obvious way" -- to take a variable number of arguments and/or to return
    an array -- have the the same names as their C counterparts, but with a
    _p suffix.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0 -b .dist
# test.pl requires interaction, prefer using tests in t/
rm test.pl

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor dist=NO_EXCLUSIONS
sed 's/PERL_DL_NONLAZY=1//' -i Makefile
%make

# since we're building without exclusion, test fail
#%check
#%{make} test

%install
%makeinstall_std

%clean

%files
%doc CHANGES README GIT_CHANGES
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.660.0-3
+ Revision: 227b0e0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18241 |14mr|perl-Package-DeprecationManager-0.130.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Package-DeprecationManager
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Manage deprecation warnings for your distribution

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Package/Package-DeprecationManager-%{upstream_version}.tar.gz

BuildRequires:	perl(Carp)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Sub::Install)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module allows you to manage a set of deprecations for one or more
modules.

When you import 'Package::DeprecationManager', you must provide a set of
'-deprecations' as a hash ref. The keys are "feature" names, and the values
are the version when that feature was deprecated.

In many cases, you can simply use the fully qualified name of a subroutine
or method as the feature name. This works for cases where the whole
subroutine is deprecated. However, the feature names can be any string.
This is useful if you don't want to deprecate an entire subroutine, just a
certain usage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.130.0-3
+ Revision: b65b374
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18242 |14mr|perl-Package-Stash-0.360.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Package-Stash
%define upstream_version 0.36

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Package::Stash::Conflicts\\)'
%else
%define _requires_exceptions perl(Package::Stash::Conflicts)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Routines for manipulating stashes


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Package/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Scalar::Util)
BuildRequires: perl(Module::Implementation)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Dist::CheckConflicts)
BuildRequires:	perl(Package::DeprecationManager)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Manipulating stashes (Perl's symbol tables) is occasionally necessary, but
incredibly messy, and easy to get wrong. This module hides all of that
behind a simple API.

NOTE: Most methods in this class require a variable specification that
includes a sigil. If this sigil is absent, it is assumed to represent the
IO slot.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/Package
%{_bindir}/package-stash-conflicts
%{_mandir}/man1/package-stash-conflicts.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.360.0-3
+ Revision: 779f6d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18243 |14mr|perl-Package-Stash-XS-0.280.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Package-Stash-XS
%define upstream_version 0.28

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Faster and more correct implementation of the Package::Stash API

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Package/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::More)
BuildRequires: perl-devel

%description
This is a backend for the Package::Stash manpage, which provides the
functionality in a way that's less buggy and much faster. It will be used
by default if it's installed, and should be preferred in all environments
with a compiler.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.280.0-3
+ Revision: 0304f0d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18244 |14mr|perl-PadWalker-1.980.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 PadWalker
%define upstream_version 1.98

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Play with other peoples' lexical variables

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
PadWalker is a module which allows you to inspect (and even change!) lexical
variables in any subroutine which called you. It will only show those variables
which are in scope at the point of the call.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{perl_vendorarch}/PadWalker.pm
%{perl_vendorarch}/auto/PadWalker
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.980.0-3
+ Revision: c4db6c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18245 |14mr|perl-Pango-1.226.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Pango
%define	perl_glib_require 1.220
%define upstream_version 1.226

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	Perl module for the Pango library


License:	GPL or Artistic
Group:		Development/GNOME and GTK+
Source0:	http://sourceforge.net/projects/gtk2-perl/files/Pango/%{upstream_version}/Pango-%{upstream_version}.tar.gz
URL:		http://gtk2-perl.sf.net/
BuildRequires:	perl-devel
BuildRequires:	perl-ExtUtils-Depends >= 0.300
BuildRequires:	perl-ExtUtils-PkgConfig >= 1.03
BuildRequires:	perl-Glib >= %{perl_glib_require}
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	perl-Cairo
# for test suite:
#BuildRequires:	fontconfig
#BuildRequires:	fonts-ttf-dejavu
Requires:	perl-Glib >= %{perl_glib_require}

%description
This module provides perl access to the gtk+-2.x library.

Pango is a library for laying out and rendering text, with an emphasis on
internationalization. Pango can be used anywhere that text layout is needed,
but using Pango in conjunction with Cairo and/or Gtk2 provides a complete
solution with high quality text handling and graphics rendering.

%package	doc
Summary:	Pango documentation


Group:		Books/Computer books

%description	doc
This package contains documentation of the Pango module.


%prep
%setup -q -n %{module}-%{upstream_version}
perl Makefile.PL INSTALLDIRS=vendor

%build
%make OPTIMIZE="%{optflags}"

%check
#xvfb-run %make test

%install
%makeinstall_std

%files
%doc AUTHORS LICENSE
%{perl_vendorarch}/%{module}
%{perl_vendorarch}/%{module}.pm
%exclude %{perl_vendorarch}/%{module}/*.pod
%exclude %{perl_vendorarch}/%{module}/*/*.pod
%{perl_vendorarch}/auto/*

%files doc
%doc examples
%{_mandir}/*/*
%dir %{perl_vendorarch}/%{module}
%{perl_vendorarch}/%{module}/*.pod
%{perl_vendorarch}/%{module}/*/*.pod



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.226.0-3
+ Revision: 617b597
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18246 |14mr|perl-Parallel-Iterator-1.00-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define realname   Parallel-Iterator

Name:		perl-%{realname}
Version:	1.00
Release:	7
License:	GPL or Artistic
Group:		Development/Perl
Summary:	Simple parallel execution

Source:		http://www.cpan.org/modules/by-module/Parallel/%{realname}-%{version}.tar.gz
Url:		http://search.cpan.org/dist/%{realname}
BuildRequires:	perl-devel
BuildRequires:	perl(Config)

BuildArch:	noarch

%description
The 'map' function applies a user supplied transformation function to each
element in a list, returning a new list containing the transformed
elements.

This module provides a 'parallel map'. Multiple worker processes are forked
so that many instances of the transformation function may be executed
simultaneously.

For time consuming operations, particularly operations that spend most of
their time waiting for I/O, this is a big performance win. It also provides
a simple idiom to make effective use of multi CPU systems.

%prep
%setup -q -n %{realname}-%{version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-7
+ Revision: bfb5f55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18247 |14mr|perl-Params-Classify-0.13.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Params-Classify
%define upstream_version 0.013

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Argument type classification

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Params/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel

%description
This module provides various type-testing functions. These are intended for
functions that, unlike most Perl code, care what type of data they are
operating on. For example, some functions wish to behave differently
depending on the type of their arguments (like overloaded functions in
C++).

There are two flavours of function in this module. Functions of the first
flavour only provide type classification, to allow code to discriminate
between argument types. Functions of the second flavour package up the most
common type of type discrimination: checking that an argument is of an
expected type. The functions come in matched pairs, of the two flavours,
and so the type enforcement functions handle only the simplest requirements
for arguments of the types handled by the classification functions.
Enforcement of more complex types may, of course, be built using the
classification functions, or it may be more convenient to use a module
designed for the more complex job, such as the Params::Validate manpage.

This module is implemented in XS, with a pure Perl backup version for
systems that can't handle XS.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.13.0-3
+ Revision: bd97f27
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18248 |14mr|perl-Params-Util-1.70.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Params-Util
%define upstream_version 1.07

Name:		    perl-%{upstream_name}
Version:	    %perl_convert_version %{upstream_version}
Release:	    7

Summary:	    Simple standalone param-checking functions

License:	    GPL+ or Artistic
Group:		    Development/Perl
Url:		    http://search.cpan.org/dist/%{upstream_name}/
Source0:	    http://www.cpan.org/modules/by-module/Params/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel

%description
Params::Util provides a basic set of importable functions that makes checking
parameters a hell of a lot easier.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes README lib/Params/Util.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorarch}/Params
%{perl_vendorarch}/auto/Params
%{_mandir}/*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.70.0-7
+ Revision: 1949c9a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18249 |14mr|perl-Params-Validate-1.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Params-Validate
%define upstream_version 1.13

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:	Validate method/function call parameters


License:	GPL+ or Artistic
Group:		Development/Other
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Params/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Attribute::Handlers)
BuildRequires: perl(Test::Requires)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::Implementation)
BuildRequires:	perl(ExtUtils::CBuilder)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl-devel >= 2:5.14
BuildRequires:	perl-List-MoreUtils >= 0.320.0-3

%description
The Params::Validate module provides a flexible system for validation
method/function call parameters.

The validation can be as simple as checking for the presence of required
parameters or as complex as validating object classes (via isa) or capabilities
(via can), checking parameter types, and using customized callbacks to ensure
data integrity.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
# avoid strange unlinking error
rm -f t/28-readonly-return.t
./Build test

%install
rm -fr %{buildroot}
./Build install destdir=%{buildroot}

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/*

%changelog
* Wed Sep 17 2014 dsilakov <denis.silakov@rosalab.ru> 1.130.0-1
+ Revision: 37572b5
- Merge pull request #4 from import/perl-Params-Validate:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18250 |14mr|perl-PAR-Dist-0.490.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 PAR-Dist
%define upstream_version 0.49

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Create and manipulate PAR distributions

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/PAR/PAR-Dist-%{upstream_version}.tar.gz

BuildRequires:	perl-YAML-parser
BuildRequires:	perl(Archive::Zip)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module creates and manipulates *PAR distributions*. They are
architecture-specific PAR files, containing everything under blib/ of CPAN
distributions after their "make" or "Build" stage, a META.yml describing
metadata of the original CPAN distribution, and a MANIFEST detailing all files
within it. Digitally signed PAR distributions will also contain a SIGNATURE
file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/*/*
%{perl_vendorlib}/PAR



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.490.0-3
+ Revision: 6027aab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18251 |14mr|perl-parent-0.228.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    parent
%define upstream_version 0.228

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Establish an ISA relationship with base classes at compile time

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/C/CO/CORION/parent-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel

BuildArch:	noarch

Provides:	perl(parent)

%description
Allows you to both load one or more modules, while setting up inheritance from
those modules at the same time.  Mostly similar in effect to

    package Baz;
    BEGIN {
        require Foo;
        require Bar;
        push @ISA, qw(Foo Bar);
    }

By default, every base class needs to live in a file of its own.
If you want to have a subclass and its parent class in the same file, you
can tell C<parent> not to load any modules by using the C<-norequire> switch:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/parent.pm


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.228.0-3
+ Revision: 1b35563
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18252 |14mr|perl-Parse-RecDescent-1.967.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-RecDescent
%define upstream_version 1.967009

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    A recursive descent parser generator for Perl
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Parse/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.570.200
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Balanced) >= 1.950.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
The Parse::RecDescent perl module is used to generate recursive descent
parsers from powerful grammar specifications.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -p -i -e 's|#!.*/usr/local/bin/perl|#!/usr/bin/perl|' `find . -name '*.pl'`
find -type f | xargs chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

# now in perl
rm -f %{buildroot}%{_mandir}/*/Text*

%files
%doc Changes META.json META.yml MYMETA.yml README demo
%{perl_vendorlib}/Parse
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.967.9-2
+ Revision: 3038ab5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18253 |14mr|perl-Parse-Yapp-1.50.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Parse-Yapp
%define upstream_version 1.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Fully reentrant perl OO LALR(1) parser creator

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%upstream_name/
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Parse::Yapp module enables to create Perl OO fully reentrant
LALR(1) parser modules (see the Yapp.pm pod pages for more details)
and has been designed to be functionally as close as possible to yacc,
but using the full power of Perl and open to enhancements.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
find -type f | xargs chmod 644
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/Parse



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.50.0-8
+ Revision: 794afc9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18254 |14mr|perl-PathTools-3.330.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 PathTools
%define upstream_version 3.33

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Tools for working with paths and file specs across platforms

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(ExtUtils::CBuilder)

Patch0:		PathTools-3.33-no-crappy-OSes.patch

%description
Tools for working with paths and file specs across platforms.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .noCrappyOS~
rm -f lib/File/Spec/Cygwin.pm \
      lib/File/Spec/Epoc.pm \
      lib/File/Spec/Mac.pm \
      lib/File/Spec/OS2.pm \
      lib/File/Spec/VMS.pm \
      lib/File/Spec/Win32.pm
sed -i -e '/Cygwin.pm/d;/Epoc.pm/d;/Mac.pm/d;/OS2.pm/d;/VMS.pm/d;/Win32.pm/d' MANIFEST

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make CFLAGS="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorarch}/File
%{perl_vendorarch}/Cwd.pm
%{perl_vendorarch}/auto/Cwd
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.330.0-5
+ Revision: 3103180
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18255 |14mr|perl-pcsc-perl-1.4.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name pcsc-perl

Summary:	Perl interface to the PC/SC smart card library

Name:		perl-%{module_name}
Version:	%perl_convert_version 1.4.13
Release:	3
URL:		http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
Source0:	http://ludovic.rousseau.free.fr/softwares/pcsc-perl/pcsc-perl-%{version}.tar.bz2

License:	GPL
Group:		Development/Perl
BuildRequires:	perl-devel >= 5.8.0
BuildRequires:  libpcsclite-devel

%description
This package contains a Perl wrapper to the PC/SC smartcard library
(pcsc-lite) from MUSCLE together with some small examples.

%prep
%setup -q -n %{module_name}-%{version}

%build
find -name \*.pm | xargs chmod 644
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# this needs a smart card reader configured and with a
# card inserted
#%%make test

%install
%makeinstall_std

%clean

%files
%doc LICENCE README* examples Changelog
%{_mandir}/*/*
%{perl_vendorlib}/*/Chipcard
%{perl_vendorlib}/*/auto/Chipcard




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.13-3
+ Revision: a4ed50d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18256 |14mr|perl-PDL-2.4.9-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	PDL
%define	upstream_version 2.4.9

%define Werror_cflags %nil
%if %{_use_internal_dependency_generator}
%define __noautoprov 'perl\\(Inline\\)'
%define __noautoreq 'perl\\(PDL\\)|perl\\(PGPLOT\\)|perl\\(Inline\\)|perl\\(Devel::REPL::Plugin\\)|perl\\(OpenGL::Config\\)|perl\\(Win32::DDE::Client\\)'
%else
%define _provides_exceptions perl(Inline)
%define _requires_exceptions perl(\\(PDL\\|PGPLOT\\|Inline\\))
%endif

Summary:	PerlDL, an efficient numerical language for scientific computing
Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	14
Epoch:		1
License:	GPLv2+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}/
Source0:	ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/PDL/%{module}-%{upstream_version}_995.tar.gz
Source1:	PDL-convert-doc.pl.bz2
Patch1:		PDL-2.4.4-fpic.patch
Patch2:		PDL-2.4.4-handle-INSTALLDIRS-vendor.patch
Patch4:		PDL-2.4.0-fix-gimp.patch
Patch5:		PDL-2.4.2-makemakerfix.patch

BuildRequires:	perl(Astro::FITS::Header)
BuildRequires:	perl(Convert::UU)
BuildRequires:	perl(Data::Dumper) >= 2.121.0
BuildRequires:	perl(ExtUtils::F77)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec) >= 0.600.0
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Filter::Util::Call)
BuildRequires:	perl(Inline) >= 0.430.0
BuildRequires:	perl(OpenGL) >= 0.630.0
BuildRequires:	perl(Pod::Parser)
BuildRequires:	perl(Pod::Select)
BuildRequires:	perl(Storable) >= 1.30.0
BuildRequires:	perl(Text::Balanced)
BuildRequires:	gcc-gfortran
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xmu)
# if installed, requires f2c-devel,
# but it is a contrib package
BuildConflicts:	f2c

Provides:	perl(PDL::PP::CType)
Provides:	perl(PDL::PP::Dims)
Provides:	perl(PDL::PP::PDLCode)
Provides:	perl(PDL::PP::SymTab)
Provides:	perl(PDL::PP::XS)
Provides:	perl(PDL::Config)
Provides:	perl(PDL::Graphics::OpenGL)
Provides:	perl(PDL::Graphics::OpenGLQ)
Provides:	perl(PDL::Graphics::TriD::GL)
Provides:	perl(PDL::Graphics::TriD::Objects)
Provides:	perl(PDL::Lite)
Provides:	perl(PDL::LiteF)

%rename		PDL

%description
The perlDL project aims to turn perl into an efficient numerical language for
scientific computing. The PDL module gives standard perl the ability to
COMPACTLY store and SPEEDILY manipulate the large N-dimensional data sets which
are the bread and butter of scientific computing. e.g. C<$a=$b+$c> can add two
2048x2048 images in only a fraction of a second.

The aim is to provide tons of useful functionality for scientific and numeric
analysis.

%files
%doc COPYING Changes DEPENDENCIES Known_problems
%doc README DEVELOPMENT INSTALL TODO BUGS META.yml
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorarch}/PDL.pm
%{perl_vendorarch}/PDL
%{perl_vendorarch}/auto/PDL
%{perl_vendorarch}/Inline
%exclude %{perl_vendorarch}/PDL/*.pod
%exclude %{perl_vendorarch}/PDL/HtmlDocs

#----------------------------------------------------------------------------

%package doc
Summary:	PerlDL documentation package
Group:		Documentation
Requires:	%{name}

%description doc
The perlDL project aims to turn perl into an efficient numerical language for
scientific computing. The PDL module gives standard perl the ability to
COMPACTLY store and SPEEDILY manipulate the large N-dimensional data sets which
are the bread and butter of scientific computing. e.g. C<$a=$b+$c> can add two
2048x2048 images in only a fraction of a second.

The aim is to provide tons of useful functionality for scientific and numeric
analysis.

This is the documentation package.

%files doc
%doc COPYING
%{perl_vendorarch}/PDL/*.pod
%{perl_vendorarch}/PDL/HtmlDocs

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{upstream_version}_995
%patch1 -p1 -b .pic
%patch2 -p1 -b .vendor
%patch4 -p0 -b .gimp
%patch5 -p0 -b .mm

%build
echo | %__perl Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix} OPTIMIZE="%{optflags} -fpermissive"

# -Wformat -Werror=format-security is inherited from something, remove it.
# note. it builds just fine on a real system but NOT in the build system. it gives:
# [...]
# GD.xs: In function 'pdl_write_png_readdata':
# GD.xs:241:5: error: format not a string literal and no format arguments [-Werror=format-security]
# GD.xs:256:9: error: format not a string literal and no format arguments [-Werror=format-security]
# [...]

find Makefile | xargs perl -pi -e "s|-Wformat||g"
find Makefile | xargs perl -pi -e "s|-Werror=format-security||g"

make
#DISPLAY="" make test

# first generate blib/lib/PDL/pdldoc.db
make doctest
# 

%install
%makeinstall PREFIX="%{buildroot}/%{_prefix}"

# create /usr/bin if it doesn't already exist
mkdir -p %{buildroot}%{_bindir}

# fix installed documentation
bzip2 -dc %{SOURCE1} | perl - "%{buildroot}"


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.4.9-14
+ Revision: 3519ff5
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18257 |14mr|perl-Period-1.200.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Period
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Time::Period module for perl

License:	GPL
Group:		Development/Perl
Url:		http://search.perl.com/dist/%{upstream_name}
Source0:	ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Time/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Period.pm is a Perl module that contains code to deal with time periods.
Currently, there is only a function in this module.  That function is
called inPeriod().

inPeriod() determines if a given time is within a given time period.
It will return 1 if it is, 0 if not, and -1 if either the time or the
period passed to it were malformed.  The time is specified in non-leap
year seconds past January 1, 1970, as per the time() function.  The period
is a string which is of the form described in Period's man page.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 README Period.html

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Period.html README
%{perl_vendorlib}/Time/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.200.0-7
+ Revision: 7e5b80f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18258 |14mr|perl-Perl-Critic-1.121.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Perl-Critic
%define upstream_version 1.121

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Critique Perl source for style and standards

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/Perl-Critic-%{upstream_version}.tar.gz

BuildRequires:	perl(B::Keywords)
BuildRequires:	perl(Config::Tiny)
BuildRequires:	perl(Email::Address)
BuildRequires:	perl(Exception::Class)
BuildRequires:  perl(IO::String)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(Perl::Tidy)
BuildRequires:	perl(Pod::Spell)
BuildRequires:	perl(PPI) >= 1.118.0
BuildRequires:	perl(PPIx::Utilities::Statement)
BuildRequires:	perl(PPIx::Regexp)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Set::Scalar)
BuildRequires:	perl(String::Format)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl-devel
BuildArch:	noarch

Requires:       perl(Module::Pluggable)

%description
Perl::Critic is an extensible framework for creating and applying coding
standards to Perl source code. Essentially, it is a static source code analysis
engine. Perl::Critic is distributed with a number of Perl::Critic::Policy
modules that attempt to enforce various coding guidelines. Most Policies are
based on Damian Conway's book Perl Best Practices. You can choose and customize
those Polices through the Perl::Critic interface. You can also create new
Policy modules that suit your own tastes.

For a convenient command-line interface to Perl::Critic, see the documentation
for perlcritic. If you want to integrate Perl::Critic with your build process,
Test::Perl::Critic provides a nice interface that is suitable for test scripts.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Perl
%{perl_vendorlib}/Test
%{_bindir}/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.121.0-3
+ Revision: cf54ba9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18259 |14mr|perl-PerlIO-gzip-0.180.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PerlIO-gzip
%define upstream_version 0.18

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    8

Summary:	Perl extension to provide a PerlIO layer to gzip/gunzip

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/authors/id/N/NW/NWCLARK/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		%{upstream_name}-0.14-no_strict_warnings.patch

BuildRequires:	perl-devel
BuildRequires:  zlib-devel

%description
PerlIO::gzip provides a PerlIO layer that manipulates files in the format used
by the gzip program. Compression and Decompression are implemented, but not
together. If you attempt to open a file for reading and writing the open will
fail.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .fpons

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorarch}/PerlIO
%{perl_vendorarch}/auto/PerlIO



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.180.0-8
+ Revision: c59a170
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18260 |14mr|perl-Perl-MinimumVersion-1.380.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Perl-MinimumVersion
%define upstream_version 1.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Find a minimum required version of perl for Perl code


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Perl/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(File::Find::Rule)
BuildRequires:	perl(File::Find::Rule::Perl)
BuildRequires:	perl(PPI)
BuildRequires:	perl(Perl::Critic::Utils)
BuildRequires:	perl(Test::Script)
BuildRequires:	perl(version) >= 0.76
BuildRequires:	perl-devel

BuildArch:	noarch

%description
'Perl::MinimumVersion' takes Perl source code and calculates the minimum
version of perl required to be able to run it. Because it is based on the
PPI manpage, it can do this without having to actually load the code.

Currently it tests both the syntax of your code, and the use of explicit
version dependencies such as 'require 5.005'.

Future plans are to also add support for tracing module dependencies.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc LICENSE README Changes
%{_mandir}/man?/*
%{perl_vendorlib}/*
%{_bindir}/perlver

%changelog
* Wed Sep 17 2014 dsilakov <denis.silakov@rosalab.ru> 1.380.0-1
+ Revision: a7bf27c
- Merge pull request #3 from import/perl-Perl-MinimumVersion:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18261 |14mr|perl-Pg-2.1.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	A libpq-based PostgreSQL interface for Perl

Name:		perl-Pg
Version:	2.1.1
Release:	14
License:	GPL
Group:		Development/Perl
Source0:	Pg-%{version}.tar.bz2
URL:		http://gborg.postgresql.org/project/pgperl/projdisplay.php
BuildRequires:	perl-devel
BuildRequires:	postgresql-devel
BuildRequires:	postgresql-libs-devel

%description
pgperl is an interface between Perl and PostgreSQL. This uses the
Perl5 API for C extensions to call the PostgreSQL libpq interface.
Unlike DBD:pg, pgperl tries to implement the libpq interface as
closely as possible.

You have a choice between two different interfaces: the old
C-style interface and a new one, using a more Perl-ish style. The
old style has the benefit that existing libpq applications can
easily be ported to perl. The new style uses class packages and
might be more familiar to C++ programmers.

%prep
%setup -q -n Pg-%{version}
# perl path hack
find . -type f | xargs %{__perl} -p -i -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"

%build
export POSTGRES_INCLUDE=`pg_config --includedir`
export POSTGRES_LIB=`pg_config --libdir`
%{__perl} Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%check
# make test needs a running PostgreSQL server
#%{__make} test

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} 
%makeinstall_std

%clean 
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} 

%files
%doc Changes README
%{perl_vendorlib}/*/*/Pg/Pg.so
%{perl_vendorlib}/*/*/Pg/autosplit.ix
%{perl_vendorlib}/*/Pg.pm
%{_mandir}/man3*/*






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.1-14
+ Revision: cadd868
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18262 |14mr|perl-PlRPC-0.2020-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module 	PlRPC

Summary:	%{module} perl module

Name: 		perl-%{module}
Version: 	0.2020
Release: 	8
License: 	GPL or Artistic
Group:		Development/Perl
URL:		ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/JWIED
Source0:	%{module}-%{version}.tar.bz2
BuildRequires:	perl-Net-Daemon perl-Storable perl-devel perl-doc
Buildarch:	noarch

%description
%{module} - module for perl

%prep
%setup -q -n %{module}

%build

%{__perl} Makefile.PL INSTALLDIRS=vendor --defaultdeps
%make

%install
%makeinstall_std

%clean 

%files 
%doc README ChangeLog 
%{perl_vendorlib}/Bundle/*
%{perl_vendorlib}/RPC/*
%{_mandir}/man3*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2020-8
+ Revision: ff8c820
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18263 |14mr|perl-Pod-Coverage-0.230.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Pod-Coverage
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Checks if the documentation of a perl module is comprehensive

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/Pod-Coverage-%{upstream_version}.tar.gz

BuildRequires:	perl-Module-Build
BuildRequires:	perl-Devel-Symdump
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Developers hate writing documentation. They'd hate it even more if their
computer tattled on them, but maybe they'll be even more thankful in the long
run. Even if not, perlmodstyle tells you to, so you must obey. This perl module
provides a mechanism for determining if the pod for a given module is
comprehensive.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor DESTDIR=%{buildroot}
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Pod/*
%{_bindir}/pod_cover
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.230.0-3
+ Revision: 5d72a0e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18264 |14mr|perl-Pod-Escapes-1.40.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Pod-Escapes
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Perl module to resolve Pod E<...> sequences

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Pod::Simple is a module to resolve Pod E<...> sequences.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc ChangeLog README
%{perl_vendorlib}/Pod
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40.0-7
+ Revision: 447d4c8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18265 |14mr|perl-Pod-Perldoc-3.150.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Perldoc
%define upstream_version 3.15

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Tk\\)|perl\\(Tk::Pod\\)'
%else
%define _requires_exceptions perl(Tk)\\|perl(Tk::Pod)
%endif

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    9

Summary:    Customized option parser for Pod::Perldoc

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Config)
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Symbol)
BuildRequires: perl(Text::ParseWords)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

BuildArch: noarch

%description
_perldoc_ looks up a piece of documentation in .pod format that is embedded
in the perl installation tree or in a perl script, and displays it via
'pod2man | nroff -man | $PAGER'. (In addition, if running under HP-UX, 'col
-x' will be used.) This is primarily used for the documentation for the
perl library modules.

Your system may also have man pages installed for those modules, in which
case you can probably just use the man(1) command.

If you are looking for a table of contents to the Perl library modules
documentation, see the the perltoc manpage page.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/perldoc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.150.0-9
+ Revision: 6bbaf6b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18266 |14mr|perl-Pod-Plainer-1.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Plainer
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	To convert POD to old-style plainer POD

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Pod::Parser)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Pod::Plainer uses Pod::Parser which takes Pod with the (new) 'C<< .. >>'
constructs and returns the old(er) style with just 'C<>'; '<' and '>' are
replaced by 'E<lt>' and 'E<gt>'.

This can be used to pre-process Pod before using tools which do not
recognise the new style Pods.

METHODS
    * escape_ltgt

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Wed Sep 17 2014 dsilakov <denis.silakov@rosalab.ru> 1.40.0-1
+ Revision: 88e5311
- Merge pull request #1 from import/perl-Pod-Plainer:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18267 |14mr|perl-Pod-POM-0.290.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Pod-POM
%define upstream_version 0.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	POD Object Model

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/Pod-POM-%{upstream_version}.tar.gz

BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(YAML::Any)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
This module implements a parser to convert Pod documents into a simple object
model form known hereafter as the Pod Object Model. The object model is
generated as a hierarchical tree of nodes, each of which represents a different
element of the original document. The tree can be walked manually and the nodes
examined, printed or otherwise manipulated. In addition, Pod::POM supports and
provides view objects which can automatically traverse the tree, or section
thereof, and generate an output representation in one form or another.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README TODO
%{_bindir}/*
%{perl_vendorlib}/Pod
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.290.0-3
+ Revision: 19dbcca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18268 |14mr|perl-Pod-Simple-3.280.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Pod-Simple
%define upstream_version 3.28

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Perl module to parse Pod

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Config)
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Pod::Escapes) >= 1.40.0
BuildRequires: perl(Symbol)
BuildRequires: perl(Test) >= 1.250.0
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Wrap) >= 98.112.902
BuildRequires: perl(constant)
BuildRequires: perl(integer)
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Pod::Simple is a module suite for parsing Pod.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog META.json META.yml MYMETA.yml README
%{perl_vendorlib}/Pod
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.280.0-2
+ Revision: 1c19d0f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18269 |14mr|perl-Pod-Spell-1.10.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Spell
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	A formatter for spellchecking Pod

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Pod::Escapes)
BuildRequires:	perl(Pod::Parser)
BuildRequires:	perl(Text::Wrap)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Pod::Spell is a Pod formatter whose output is good for spellchecking.
Pod::Spell rather like Pod::Text, except that it doesn't put much effort
into actual formatting, and it suppresses things that look like Perl
symbols or Perl jargon (so that your spellchecking program won't complain
about mystery words like "'$thing'" or "'Foo::Bar'" or "hashref").

This class provides no new public methods. All methods of interest are
inherited from Pod::Parser (which see). The especially interesting ones are
'parse_from_filehandle' (which without arguments takes from STDIN and sends
to STDOUT) and 'parse_from_file'. But you can probably just make do with
the examples in the synopsis though.

This class works by filtering out words that look like Perl or any form of
computerese (like "'$thing'" or "'N>7'" or "'@{$foo}{'bar','baz'}'",
anything in C<...> or F<...> codes, anything in verbatim paragraphs
(codeblocks), and anything in the stopword list. The default stopword list
for a document starts out from the stopword list defined by Pod::Wordlist,
and can be supplemented (on a per-document basis) by having '"=for
stopwords"' / '"=for :stopwords"' region(s) in a document.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README ChangeLog
%{_mandir}/man3/*
%{perl_vendorlib}/Pod
%{_bindir}/podspell



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10.0-7
+ Revision: 83ffc7f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18270 |14mr|perl-Pod-ToDemo-1.201.107.90-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-ToDemo
%define upstream_version 1.20110709

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Writes a demo program from a tutorial POD

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Pod::ToDemo allows you to write POD-only modules that serve as tutorials which
can write out demo programs if you invoke them directly.  That is, while
SDL::Tutorial is a tutorial on writing beginner SDL applications with Perl,
you can invoke it as:

  $ perl -MSDL::Tutorial=sdl_demo.pl -e 1

and it will write a bare-bones demo program called sdl_demo.pl based on the
tutorial.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm -f t/0-signature.t

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/Pod



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.201.107.90-6
+ Revision: 06927aa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18271 |14mr|perl-PPI-1.218.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 PPI
%define upstream_version 1.218

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Parse, Analyze and Manipulate Perl without perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Clone)
BuildRequires:	perl(File::Remove)
BuildRequires:  perl(IO::String)
BuildRequires:	perl(IO::Stringy)
BuildRequires:	perl(List::Util)       >= 1.200.0
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Params::Util)
BuildRequires:  perl(Task::Weaken)
BuildRequires:	perl(Test::ClassAPI)
BuildRequires:	perl(Test::More)       >= 0.860.0
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::SubCalls)
BuildRequires:  perl(Test::Object)
BuildArch:	noarch

%description
PPI is a Perl document parser.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes
find lib -name '*.pm' | xargs chmod 644

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/PPI
%{perl_vendorlib}/PPI.pm
%{_mandir}/*/*

%changelog
* Wed Sep 17 2014 dsilakov <denis.silakov@rosalab.ru> 1.218.0-1
+ Revision: b01b7d7
- Merge pull request #1 from import/perl-PPI:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18272 |14mr|perl-PPIx-Regexp-0.36.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PPIx-Regexp
%define upstream_version 0.036

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Represent an independent subexpression marker

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/W/WY/WYANT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(List::Util)
BuildRequires:	perl(PPI::Document)
BuildRequires:	perl(Params::Util)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
The purpose of the _PPIx-Regexp_ package is to parse regular expressions in
a manner similar to the way the PPI package parses Perl. This class forms
the root of the parse tree, playing a role similar to PPI::Document.

This package shares with PPI the property of being round-trip safe. That
is,

 my $expr = 's/ ( \d+ ) ( \D+ ) /$2$1/smxg';
 my $re = PPIx::Regexp->new( $expr );
 print $re->content() eq $expr ? "yes\n" : "no\n"

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.36.0-3
+ Revision: 4873257
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18273 |14mr|perl-PPIx-Utilities-1.1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    PPIx-Utilities
%define upstream_version 1.001000

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7
Summary:	A problem identified by L<PPIx::Utilities|PPIx::Utilities>

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/PPIx/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(PPI)
BuildRequires:	perl(PPI::Document)
BuildRequires:	perl(PPI::Document::Fragment)
BuildRequires:	perl(PPI::Dumper)
BuildRequires:	perl(Readonly)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Task::Weaken)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(base)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a collection of functions for dealing with the PPI manpage objects,
many of which originated in the Perl::Critic manpage. They are organized
into modules by the kind of PPI class they relate to, by replacing the
"PPI" at the front of the module name with "PPIx::Utilities", e.g.
functionality related to the PPI::Node manpages is in the
PPIx::Utilities::Node manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-7
+ Revision: 22e27c8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18274 |14mr|perl-Probe-Perl-0.10.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Probe-Perl
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Information about the currently running perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Probe/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Config)
BuildRequires:	perl(Module::Build::Compat)
BuildRequires:	perl(Test)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
This module provides methods for obtaining information about the currently
running perl interpreter. It originally began life as code in the
'Module::Build' project, but has been externalized here for general use.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.0-7
+ Revision: 67b318d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18275 |14mr|perl-Proc-Daemon-0.140.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Proc-Daemon
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Run a perl program as a daemon process

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Proc/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:  perl-devel
BuildArch:	noarch

%description
Proc::Daemon provides the capability for a Perl program to run
as a Unix daemon process.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/Proc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.140.0-6
+ Revision: 0e60f5b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18276 |14mr|perl-Proc-PID-File-1.270.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Proc-PID-File
%define upstream_version 1.27

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	A module to manage process id files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Proc/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch: noarch

%description
This Perl module is useful for writers of daemons and other processes that
need to tell whether they are already running, in order to prevent multiple
process instances. The module accomplishes this via *nix-style _pidfiles_,
which are files that store a process identifier.

The module provides two interfaces: 1) a simple call, and 2) an
object-oriented interface

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.270.0-7
+ Revision: f429616
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18277 |14mr|perl-qt4-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname perlqt

Summary:	Qt bindings for Perl
Name:		perl-qt4
Version:	4.13.3
Release:	1
Epoch:		1
License:	GPLv2 Artistic GPLv3 LGPLv2
Group:		Development/KDE and Qt
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{srcname}-%{version}.tar.xz
BuildRequires:	smokeqt-devel >= 1:%{version}
BuildRequires:	perl-devel
BuildRequires:	db-devel
BuildRequires:	pkgconfig(qimageblitz)
Conflicts:	perl-kde < 1:4.6.90

%description
A Qt4 bindings for perl language.

%files
%doc LICENSE LICENSE.Artistic LICENSE.GPL-3 LICENSE.LGPL MANIFEST README
%{_kde_bindir}/puic4
%{_kde_bindir}/prcc4_bin
%{_kde_bindir}/qdbusxml2perl
%{perl_sitearch}/Qt*.pm
%{perl_sitearch}/QtCore4
%{perl_sitearch}/auto/Qt*
%{perl_sitelib}/*/Phonon.pm
%{perl_sitelib}/*/QImageBlitz.pm
%{perl_sitelib}/*/Qsci.pm
%{perl_sitelib}/*/auto/Phonon/Phonon.so
%{perl_sitelib}/*/auto/QImageBlitz/QImageBlitz.so
%{perl_sitelib}/*/auto/Qsci/Qsci.so

#--------------------------------------------------------

%package devel
Summary:	Headers files for %{name}
Group:		Development/KDE and Qt
Requires:	smokeqt-devel >= 1:%{version}
Requires:	perl-devel
Requires:	db-devel
Requires:	%{name} = %{EVRD}

%description devel
Headers files for %{name}

%files devel
%dir %{_kde_includedir}/%{srcname}
%{_kde_includedir}/%{srcname}/QtCore4.h
%{_kde_includedir}/%{srcname}/binding.h
%{_kde_includedir}/%{srcname}/handlers.h
%{_kde_includedir}/%{srcname}/listclass_macros.h
%{_kde_includedir}/%{srcname}/marshall.h
%{_kde_includedir}/%{srcname}/marshall_basetypes.h
%{_kde_includedir}/%{srcname}/marshall_complex.h
%{_kde_includedir}/%{srcname}/marshall_macros.h
%{_kde_includedir}/%{srcname}/marshall_primitives.h
%{_kde_includedir}/%{srcname}/marshall_types.h
%{_kde_includedir}/%{srcname}/perlqt.h
%{_kde_includedir}/%{srcname}/ppport.h
%{_kde_includedir}/%{srcname}/smokehelp.h
%{_kde_includedir}/%{srcname}/smokeperl.h
%{_kde_includedir}/%{srcname}/util.h
%dir %{_kde_datadir}/%{srcname}
%dir %{_kde_datadir}/%{srcname}/cmake
%{_kde_datadir}/%{srcname}/cmake/FindPerlMore.cmake
%{_kde_datadir}/%{srcname}/cmake/PerlQtConfig.cmake
%{_kde_datadir}/%{srcname}/cmake/PerlQtExport*.cmake
%{_kde_datadir}/%{srcname}/doxsubpp.pl

#------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 65b136d
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18278 |14mr|perl-Razor-Agent-2.850.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define pkgname razor-agents
%define upstream_version 2.85

Summary:	Use a Razor catalogue server to filter spam messages

Name:		perl-Razor-Agent
Version:	%perl_convert_version %{upstream_version}
Release:	16
Group:		Networking/Mail
License:	Artistic License 2.0
Url:		http://razor.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/razor/%{pkgname}-%{upstream_version}.tar.bz2
BuildRequires:	perl-devel
BuildRequires:	perl-Net-DNS
BuildRequires:	perl-Digest-SHA1
BuildRequires:	perl-MailTools
BuildRequires:	perl-Time-HiRes
BuildRequires:	perl-URI
BuildRequires:	perl-MIME-Base64
Requires:	hping2
Requires:	perl-Net-DNS

%description
Vipul's Razor is a distributed, collaborative, spam detection and filtering
network. Razor establishes a distributed and constantly updating catalogue of
spam in propagation.  This catalogue is used by clients to filter out known
spam. On receiving a spam, a Razor Reporting Agent (run by an end-user or a
troll box) calculates and submits a 20-character unique identification of the
spam (a SHA Digest) to its closest Razor Catalogue Server. The Catalogue Server
echos this signature to other trusted servers after storing it in its database.
Prior to manual processing or transport-level reception, Razor Filtering Agents
(end-users and MTAs) check their incoming mail against a Catalogue Server and
filter out or deny transport in case of a signature match. Catalogued spam,
once identified and reported by a Reporting Agent, can be blocked out by the
rest of the Filtering Agents on the network.

%prep
%setup -qn %{pkgname}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor

pushd Razor2-Preproc-deHTMLxs
%__perl Makefile.PL INSTALLDIRS=vendor
popd

%make OPTIMIZE="$CFLAGS" 

%check
make test

pushd Razor2-Preproc-deHTMLxs
make test
popd

%install
%makeinstall_std -C Razor2-Preproc-deHTMLxs
%makeinstall_std

install -d %{buildroot}%{_mandir}/man5
install -m0644 blib/man5/*.5 %{buildroot}%{_mandir}/man5

# fix some defaults
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var/log/razor
install -d %{buildroot}%{_sysconfdir}/razor

cat > %{buildroot}%{_sysconfdir}/razor/razor-agent.conf << EOF
logfile                = /var/log/razor/razor-agent.log
EOF

# fix logrotating
cat > %{buildroot}%{_sysconfdir}/logrotate.d/razor-agent << EOF
/var/log/razor/razor-agent.log {
    # create 644 root root
    weekly
    notifempty
    missingok
    compress
}
EOF

%post
# only do this if we have a working network and if the config file contains just one line
if [ "`cat %{_sysconfdir}/razor/razor-agent.conf|wc -l`" -eq "1" ] ; then
    if /usr/sbin/hping -c 4 -p 2703 --tcpexitcode discovery.razor.cloudmark.com >/dev/null 2>&1; then
        %{_bindir}/razor-admin -d -create -home=%{_sysconfdir}/razor
    else
        echo "You might want to run \"%{_bindir}/razor-admin -d -create -home=%{_sysconfdir}/razor\" when your network works"
    fi
fi

%files
%doc BUGS CREDITS Changes FAQ README SERVICE_POLICY
%attr(0755,root,root) %dir %{_sysconfdir}/razor
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/razor/razor-agent.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/razor-agent
%{_bindir}/*
%{perl_vendorlib}/Razor2
%{perl_vendorlib}/auto/Razor2
%{perl_vendorarch}/Razor2
%{perl_vendorarch}/auto/Razor2
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_mandir}/man5/*
%attr(0755,root,root) %dir /var/log/razor


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.850.0-16
+ Revision: 0c6db1d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18279 |14mr|perl-Readonly-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Readonly
%define modver 2.00

Summary:	Facility for creating read-only scalars, arrays, hashes


Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	1
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/%{modname}/%{modname}-%{modver}.tar.gz
BuildArch:	noarch
BuildRequires:	perl-devel
BuildRequires: perl(Module::Build)

%description
This is a facility for creating non-modifiable variables. This is useful for
configuration files, headers, etc. It can also be useful as a development and
debugging tool, for catching updates to variables that should not be changed.

If any of the values you pass to Scalar, Array, or Hash are references, then
those functions recurse over the data structures, marking everything as
Readonly. Usually, this is what you want:	the entire structure nonmodifiable.
If you want only the top level to be Readonly, use the alternate Scalar1,
Array1 and Hash1 functions.

Please note that most users of Readonly will also want to install a companion
module Readonly::XS. See the "CONS" section below for more details.

%prep
%setup -qn %{modname}-%{modver}

%build
%__perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files 
%doc Changes 
%{perl_vendorlib}/Readonly.pm
%{_mandir}/man3/*

%changelog
* Tue Sep 16 2014 dsilakov <denis.silakov@rosalab.ru> 2.0.0-1
+ Revision: 5968233
- Merge pull request #1 from import/perl-Readonly:auto_update
- Updated to 2.00



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18280 |14mr|perl-RPC-XML-0.780.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 RPC-XML%define upstream_version 0.78

Name: 		perl-%{upstream_name}
Version: 	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A set of classes for core data, message and XML handling

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/RPC/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl(Net::Server)
BuildRequires:  perl(LWP::UserAgent)
BuildArch:	noarch

%description
The RPC::XML package is a reference implementation of the XML-RPC
standard. As a reference implementation, it is geared more towards clarity and
readability than efficiency.

The package provides a set of classes for creating values to pass to the
constructors for requests and responses. These are lightweight objects, most
of which are implemented as tied scalars so as to associate specific type
information with the value. Classes are also provided for requests, responses,
faults (errors) and a parser based on the XML::Parser package from CPAN.

This module does not actually provide any transport implementation or
server basis. For these, see RPC::XML::Client and RPC::XML::Server,
respectively.

%package	Apache
Summary:	RPC server as an Apache/mod_perl content handler

Group:		Development/Perl

%description	Apache
RPC server as an Apache/mod_perl content handler.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

# make tests don't work
# make test

%install
%makeinstall_std

%files
%doc ChangeLog README*
%{_bindir}/*
%{perl_vendorlib}/RPC
%{_mandir}/man3/*
%exclude %{_mandir}/man3/Apache*
%{_mandir}/man1/*

%files Apache
%doc README.apache2
%{perl_vendorlib}/Apache
%{_mandir}/man3/Apache*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.780.0-3
+ Revision: 00c142d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18281 |14mr|perl-Safe-2.350.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Safe
%define upstream_version 2.35

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Restrict eval'd code to safe subset of ops

Source0:	http://www.cpan.org/modules/by-module/Safe/Safe-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{upstream_name}

BuildRequires:	perl-devel

BuildArch:	noarch

%description
The Safe extension module allows the creation of compartments in which perl
code can be evaluated. Each compartment has

* a new namespace

  The "root" of the namespace (i.e. "main::") is changed to a different
  package and code evaluated in the compartment cannot refer to variables
  outside this namespace, even with run-time glob lookups and other tricks.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.350.0-3
+ Revision: b9bff9c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18282 |14mr|perl-Scope-Guard-0.200.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Scope-Guard
%define upstream_version 0.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Lexically scoped resource management 

License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Scope/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

BuildArch:	noarch

%description
This module provides a convenient way to perform cleanup or other forms of
resource management at the end of a scope. It is particularly useful when
dealing with exceptions: the Scope::Guard constructor takes a reference to a
subroutine that is guaranteed to be called even if the thread of execution is
aborted prematurely. This effectively allows lexically-scoped "promises" to be
made that are automatically honoured by perl's garbage collector.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Scope
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.200.0-8
+ Revision: 7701c9a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18283 |14mr|perl-Set-Scalar-1.290.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Set-Scalar
%define upstream_version 1.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Basic set operations


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Set/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Basic set operations.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{perl_vendorlib}/Set
%{_mandir}/*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.290.0-3
+ Revision: 1a08a3c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18284 |14mr|perl-SGMLSpm-1.03ii-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:        	perl-SGMLSpm
Version:     	1.03ii
Release:     	18
Group:       	Publishing
Summary:     	Perl library for parsing the output of nsgmls

License:   	GPL
URL:         	http://www.uottawa.ca/~dmeggins
Requires:    	jade >= 1.2.1
Requires:	perl
BuildArch:	noarch
Source0:	ftp://cpan.perl.org/pub/perl/CPAN/modules/by-module/SGMLS/SGMLSpm-%{version}.tar.bz2

%description
Perl programs can use the SGMLSpm module to help convert SGML, HTML or XML
documents into new formats.

%prep
%setup -q -n SGMLSpm
find -type d | xargs chmod a+rx
find -type f | xargs chmod a+r

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{perl_vendorlib}
make install_system BINDIR=%{buildroot}%{_bindir} PERL5DIR=%{buildroot}%{perl_vendorlib}

%clean

%files 
%defattr (-,root,root)  
%doc BUGS COPYING ChangeLog DOC/ README TODO elisp
%{_bindir}/*
%{perl_vendorlib}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.03ii-18
+ Revision: 92a3907
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18285 |14mr|perl-SOAP-Lite-1.110.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SOAP-Lite
%define upstream_version 1.11

%define __noautoreq 'perl\\(SOAP::Transport::TCP\\)'
%define __noautoprov 'perl\\(LWP::Protocol\\)'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Client and server side SOAP implementation

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/SOAP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Class::Inspector)
BuildRequires: perl(Compress::Zlib)
BuildRequires: perl(Crypt::SSLeay)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(IO::SessionData) >= 1.30.0
BuildRequires: perl(IO::Socket::SSL)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Task::Weaken)
BuildRequires: perl(Test::More)
BuildRequires: perl(URI)
BuildRequires: perl(XML::Parser) >= 2.230.0
BuildRequires: perl(constant)
BuildRequires: perl-devel
BuildArch:  noarch

%description
SOAP::Lite for Perl is a collection of Perl modules which provides a simple and
lightweight interface to the Simple Object Access Protocol (SOAP) both on
client and server side.

To learn about SOAP, go to http://www.soaplite.com/#LINKS for more
information.

This version of SOAP::Lite supports a subset of the SOAP 1.1
specification and has initial support for SOAP 1.2 specification.  See
http://www.w3.org/TR/SOAP for details.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

find examples -type f | xargs perl -pi \
    -e 's|^#!perl -w|#!%__perl -w|;' \
    -e 's|^#!d:\\perl\\bin\\perl.exe ||;'
find examples -type f -name *.bat | xargs rm -f 

%build
perl Makefile.PL INSTALLDIRS=vendor --noprompt
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes HACKING META.json META.yml MYMETA.yml README examples
%{_mandir}/*/*
%{_bindir}/*.pl
%{perl_vendorlib}/Apache
%{perl_vendorlib}/SOAP


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.110.0-2
+ Revision: 350ca65
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18286 |14mr|perl-Socket-2.13.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Socket
%define upstream_version 2.013

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Networking constants and support functions

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel

%description
This module provides a variety of constants, structure manipulators and
other functions related to socket-based networking. The values and
functions provided are useful when used in conjunction with Perl core
functions such as socket(), setsockopt() and bind(). It also provides
several other support functions, mostly for dealing with conversions of
network addresses between human-readable and native binary forms, and for
hostname resolver operations.

Some constants and functions are exported by default by this module; but
for backward-compatibility any recently-added symbols are not exported by
default and must be requested explicitly. When an import list is provided
to the 'use Socket' line, the default exports are not automatically
imported. It is therefore best practice to always to explicitly list all
the symbols required.

Also, some common socket "newline" constants are provided: the constants
'CR', 'LF', and 'CRLF', as well as '$CR', '$LF', and '$CRLF', which map to
'\015', '\012', and '\015\012'. If you do not want to use the literal
characters in your programs, then use the constants provided here. They are
not exported by default, but can be imported individually, and with the
':crlf' export tag:

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json LICENSE META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.13.0-4
+ Revision: 6844d50
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18287 |14mr|perl-Socket6-0.250.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Socket6
%define upstream_version 0.25

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	IPv6 related part of the C socket.h defines and structure manipulators
License:	BSD-like
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Socket6/Socket6-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
This module provides glue routines to the various IPv6 functions.

If you use the Socket6 module, be sure to specify "use Socket" as
well as "use Socket6".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make

%check
make test

%install
%makeinstall_std

%clean 

%files
%doc ChangeLog README
%{perl_vendorarch}/auto/Socket6
%{perl_vendorarch}/Socket6.pm
%{_mandir}/man3/Socket6.3pm*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.250.0-3
+ Revision: 332d129
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18288 |14mr|perl-Sort-Versions-1.600.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           perl-Sort-Versions
Version:        %perl_convert_version 1.60
Release:        2
License:        GPL or Artistic

%define realname        Sort-Versions
Group:          Development/Perl
Summary:        A perl 5 module for sorting of revision-like numbers


Source0:        ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Sort/Sort-Versions-1.60.tar.gz
Url:            http://www.cpan.org
Prefix:         %{_prefix}
BuildRequires:  perl-devel
Requires:       perl >= 5.002
BuildArch:      noarch

%description 
Sort::Versions allows easy sorting of mixed non-numeric and
numeric strings, like the "version numbers" that many
shared library systems and revision control packages use.
This is quite useful if you are trying to deal with shared
libraries. It can also be applied to applications that
intersperse variable-width numeric fields within text.
Other applications can undoubtedly be found.

%prep
%setup -qn Sort-Versions-1.60

%build
CFLAGS="%{optflags}" echo | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%doc README
%{perl_vendorlib}/*
%{_mandir}/*/*






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.600.0-2
+ Revision: 2c52655
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18289 |14mr|perl-Spiffy-0.460.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Spiffy
%define upstream_version 0.46

Version:	%perl_convert_version %{upstream_version}
Name:		perl-%{module}
Release:	1
Summary:	Spiffy Perl Interface Framework For You


License:	GPL or Artistic
Group:		Development/Perl
Source0:	http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Spiffy-%{upstream_version}.tar.gz
URL:		http://search.cpan.org/dist/%{module}/
BuildRequires:	perl-devel
BuildArch:	noarch

%description
"Spiffy" is a framework and methodology for doing object oriented (OO)
programming in Perl. Spiffy combines the best parts of Exporter.pm,
base.pm, mixin.pm and SUPER.pm into one magic foundation class. It
attempts to fix all the nits and warts of traditional Perl OO, in a clean,
straightforward and (perhaps someday) standard way.

Spiffy borrows ideas from other OO languages like Python, Ruby, Java and
Perl 6. It also adds a few tricks of its own.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make 

%check
%__make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man*/*
%{perl_vendorlib}/Spiffy*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 0.460.0-1
+ Revision: 4a1e5db
- Merge pull request #2 from import/perl-Spiffy:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18290 |14mr|perl-Spreadsheet-ParseExcel-0.580.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name		Spreadsheet-ParseExcel
%define upstream_version 0.58

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Epoch:		1

Summary:	Spreadsheet::ParseExcel - Get information from Excel file

License:	GPL
Group:		Office
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Spreadsheet/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(IO::Scalar)
BuildRequires: perl(OLE::Storage_Lite)
BuildRequires: perl-devel
BuildArch:	noarch

%description
Spreadsheet::ParseExcel makes you to get information
from Excel95, Excel97, Excel2000 file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Spreadsheet
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.580.0-3
+ Revision: 4b6d6f8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18291 |14mr|perl-Spreadsheet-WriteExcel-2.400.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Spreadsheet-WriteExcel
%define upstream_version 2.40

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Win32(.*)\\)'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Write cross-platform Excel binary file

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Spreadsheet/Spreadsheet-WriteExcel-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-Parse-RecDescent
BuildRequires:	perl-OLE-Storage_Lite
BuildArch:	noarch
Requires:	perl-Parse-RecDescent

%description
This package contains the Spreadsheet::WriteExcel perl5 module which
can be used to write (not read) Excel95 binary spreadsheets. It supports
multiple workbook, cell formatting, formulas, hyperlinks and more.

Those spreadsheets will be compatible with Excel 5, 95, 97, 2000,
2002. The generated spreadsheets can also be imported in OpenOffice or
Gnumeric.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# fix perms
chmod 755 examples/*.pl external_charts/*.pl

%build
%__perl Makefile.PL INSTALLDIRS=vendor 
%make

%check
%make test

%install
%makeinstall_std

find %{buildroot} -name 'perllocal.pod' -o -name '.packlist' | xargs rm -f

rm -rf %{buildroot}%{perl_vendorlib}/Spreadsheet/WriteExcel/doc
rm -rf %{buildroot}%{perl_vendorlib}/Spreadsheet/WriteExcel/examples

%files
%doc README Changes examples external_charts
%{_bindir}/chartex
%{perl_vendorlib}/Spreadsheet
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.400.0-3
+ Revision: fcfb18f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18292 |14mr|perl-Storable-2.300.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Storable
%define upstream_version 2.30

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6

Summary:    Persistent data structure mechanism


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/A/AM/AMS/%{upstream_name}-%{upstream_version}.tar.gz


BuildRequires: perl-devel

%description
The Storable package brings persistence to your Perl data structures
containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be
conveniently stored to disk and retrieved at a later time.

It can be used in the regular procedural way by calling 'store' with a
reference to the object to be stored, along with the file name where the
image should be written.

The routine returns 'undef' for I/O problems or other internal error, a
true value otherwise. Serious errors are propagated as a 'die' exception.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc ChangeLog README
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.300.0-6
+ Revision: 2686ae0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18293 |14mr|perl-String-CRC32-1.500.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  String-CRC32
%define upstream_version 1.5

Name: 		perl-%{module}
Version: 	%perl_convert_version %{upstream_version}
Release: 	3
Summary: 	Perl interface for cyclic redundency check generation

License: 	GPL or Artistic
Group: 		Development/Perl
Source:		ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/String/String-CRC32-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{module}
BuildRequires:	perl-devel

%description 
This packages provides a perl module to generate checksums from strings
and from files.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/*/*
%{perl_vendorarch}/String
%{perl_vendorarch}/auto/String



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.500.0-3
+ Revision: ac80482
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18294 |14mr|perl-String-Format-1.170.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-Format
%define upstream_version 1.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Sprintf-like string formatting capabilities with arbitrary format definitions 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/String/String-Format-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
String::Format lets you define arbitrary printf-like format sequences to be
expanded. This module would be most useful in configuration files and reporting
tools, where the results of a query need to be formatted in a particular way.
It was inspired by mutt's index_format and related directives (see
<URL:http://www.mutt.org/doc/manual/manual-6.html#index_format>).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes README
%{perl_vendorlib}/String
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.170.0-3
+ Revision: 1ec7611
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18295 |14mr|perl-String-ShellQuote-1.40.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    String-ShellQuote
%define upstream_version 1.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    9

Summary:	Quote strings for passing through the shell

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.perl.com/CPAN-local/authors/id/R/RO/ROSCH/String-ShellQuote-%{upstream_version}.tar.gz

BuildArch:	noarch
BuildRequires:  perl-devel

%description
This perl module contains some functions which are useful for quoting strings
which are going to pass through the shell or a shell-like object.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc README Changes
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/String/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40.0-9
+ Revision: ac458d9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18296 |14mr|perl-Sub-Exporter-0.987.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  Sub-Exporter
%define upstream_version 0.987

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	A sophisticated exporter for custom-built routines

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Sub/Sub-Exporter-%{upstream_version}.tar.gz
BuildRequires:	perl(Data::OptList)
BuildRequires:	perl-devel
BuildArch:	noarch

%description 
This module allows to (re)name a sub.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc Changes README
%{perl_vendorlib}/Sub
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.987.0-3
+ Revision: a768eca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18297 |14mr|perl-Sub-Exporter-Progressive-0.1.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sub-Exporter-Progressive
%define upstream_version 0.001011

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Only use Sub::Exporter if you need it

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Sub/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
the Sub::Exporter manpage is an incredibly powerful module, but with that
power comes great responsibility, er- as well as some runtime penalties.
This module is a 'Sub::Exporter' wrapper that will let your users just use
the Exporter manpage if all they are doing is picking exports, but use
'Sub::Exporter' if your users try to use 'Sub::Exporter''s more advanced
features features, like renaming exports, if they try to use them.

Note that this module will export '@EXPORT' and '@EXPORT_OK' package
variables for 'Exporter' to work. Additionally, if your package uses
advanced 'Sub::Exporter' features like currying, this module will only ever
use 'Sub::Exporter', so you might as well use it directly.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.11-4
+ Revision: 4571eff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18298 |14mr|perl-Sub-Identify-0.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Sub-Identify
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Retrieve names of code references

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Sub/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
Sub::Identify allows you to retrieve the real name of code references. For
this, it uses perl's introspection mechanism, provided by the B module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes
%{perl_vendorarch}/Sub
%{perl_vendorarch}/auto/Sub
%{_mandir}/*/*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 0.80.0-1
+ Revision: 1bc1ce6
- Merge pull request #1 from import/perl-Sub-Identify:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18299 |14mr|perl-Sub-Install-0.928.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  Sub-Install
%define upstream_version 0.928

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Install subroutines into packages easily

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source:		http://www.cpan.org/modules/by-module/Sub/Sub-Install-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildArch:	noarch

%description 
This module makes it easy to install subroutines into packages without the
unslightly mess of no strict or typeglobs lying about where just anyone can see
them.

%prep
%setup -q -n %{module}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc Changes README
%{perl_vendorlib}/Sub
%{_mandir}/*/*



%changelog
* Wed Jul 16 2014 dsilakov <denis.silakov@rosalab.ru> 0.928.0-1
+ Revision: f3b78eb
- Merge pull request #2 from import/perl-Sub-Install:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18300 |14mr|perl-Sub-Name-0.50.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sub-Name
%define upstream_version 0.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    7

Summary: 	Allows to (re)name a sub

License: 	GPL+ or Artistic
Group: 		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Sub/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel

%description 
This module allows to (re)name a sub.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%clean 

%files
%doc Changes README
%{perl_vendorarch}/Sub
%{perl_vendorarch}/auto/Sub
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.50.0-7
+ Revision: b476835
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18301 |14mr|perl-Sub-Uplevel-0.240.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sub-Uplevel
%define upstream_version 0.24

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Apparently run a function in a higher stack frame

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    ftp://ftp.perl.org/pub/CPAN/modules/by-module/Sub/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More)
BuildRequires: perl(constant)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description 
Apparently run a function in a higher stack frame.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std
rm -f %{buildroot}%{perl_archlib}/perllocal.pod

%check
%make test

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README examples
%{perl_vendorlib}/Sub
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.240.0-4
+ Revision: 0b7c5c3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18302 |14mr|perl-SVG-2.590.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 SVG
%define upstream_version 2.59

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl extension for generating Scalable Vector Graphics (SVG) documents

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SVG/SVG-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

BuildArch:	noarch

%description
SVG is a Perl module which generates a nested data structure containing the
DOM representation of an SVG (Scalable Vector Graphics) image. Using SVG, you
can generate SVG objects, embed other SVG instances into it, access the DOM
object, create and access javascript, and generate SMIL animation content.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl -pi -e 's/\cM//' examples/*.{pl,cgi}
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files 
%doc README Changes examples
%{perl_vendorlib}/SVG
%{perl_vendorlib}/SVG.pm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.590.0-3
+ Revision: 0846865
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18303 |14mr|perl-SVG-Parser-1.30.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 SVG-Parser
%define upstream_version 1.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6

Summary:	Perl XML Parser for Scalable Vector Graphics (SVG) documents

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/SVG/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl(Module::Build)
BuildRequires:	perl(SVG)
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl(XML::SAX)
BuildRequires:	perl(XML::SAX::Expat)
Buildarch:	noarch

%description
SVG::Parser is an XML parser for SVG Documents. It takes XML as input and
produces an SVG object as its output. SVG::Parser supports both XML::SAX and
XML::Parser (Expat) parsers, with SAX preferred by default.
Only one of these needs to be installed for SVG::Parser to function.

A list of preferred parsers may be specified in the import list.
SVG::Parser will use the first parser that successfully loads.
Some basic measures are taken to provide cross-compatibility.
Applications requiring more advanced parser features should use
the relevant parser module directly; see SVG::Parser::Expat and 
SVG::Parser::SAX.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot}

%check
./Build test

%clean 

%files 
%doc README examples
%{perl_vendorlib}/SVG
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.30.0-6
+ Revision: 3e888af
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18304 |14mr|perl-Sys-Hostname-Long-1.4-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Sys-Hostname-Long

Name:		perl-%{module}
Version:	1.4
Release:	13
Summary:	Try every conceivable way to get full hostname

License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}/
Source0:	%{module}-%{version}.tar.bz2
Patch0:		Sys-Hostname-Long-1.4-no_win32.diff
BuildArch:	noarch
BuildRequires:	perl-devel

%description
How to get the host full name in perl on multiple operating systems.

%prep

%setup -q -n %{module}-%{version}
%patch0 -p0

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorlib}/Sys/Hostname/*
%{_mandir}/*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-13
+ Revision: d30f994
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18305 |14mr|perl-Task-Weaken-1.40.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Task-Weaken
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Ensure that a platform has weaken support

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Task/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
One recurring problem in modules that use the Scalar::Util manpage's
'weaken' function is that it is not present in the pure-perl variant.

While this isn't necesarily always a problem in a straight CPAN-based Perl
environment, some operating system distributions only include the pure-Perl
versions, don't include the XS version, and so weaken is then "missing"
from the platform, *despite* passing a dependency on the Scalar::Util
manpage successfully.

Most notably this is RedHat Linux at time of writing, but other come and go
and do the same thing, hence "recurring problem".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40.0-7
+ Revision: 984b55f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18306 |14mr|perl-Template-Toolkit-2.260.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Template-Toolkit
%define modver 2.26
%define	__noautoreq 'perl\\(CGI\\)'

Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	1

Summary:	%{modname} module for perl

License:	GPL
Group:		Development/Perl
URL:		http://www.template-toolkit.org
Source0:	http://www.cpan.org/modules/by-module/Template/%{modname}-%{modver}.tar.gz

BuildRequires:	perl-devel >= 0:5.600
BuildRequires:	perl(AppConfig) >= 1.56
BuildRequires:	perl(File::Spec) >= 0.8
BuildRequires:	perl(File::Temp) >= 0.12
BuildRequires:	perl(Pod::POM) >= 0.1
BuildRequires:	perl(Text::Autoformat) >= 1.03

%description
The Template Toolkit is a collection of modules which implement a
fast, flexible, powerful and extensible template processing system.
It was originally designed and remains primarily useful for generating
dynamic web content, but it can be used equally well for processing
any other kind of text based documents: HTML, XML, POD, PostScript,
LaTeX, and so on.

%prep
%setup -q -n %{modname}-%{modver} 

# perl path hack
find ./ -type f | \
    xargs perl -pi -e 's|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|'

%build
perl Makefile.PL \
    TT_XS_ENABLE="y" \
    TT_XS_DEFAULT="y" \
    INSTALLDIRS=vendor </dev/null
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%files
%doc README Changes TODO HACKING
%{perl_vendorarch}/Template*
%{perl_vendorarch}/auto/Template
%{_mandir}/*/*
%{_bindir}/*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 2.260.0-1
+ Revision: 3bcc601
- Merge pull request #2 from import/perl-Template-Toolkit:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18307 |14mr|perl-Term-ReadKey-2.320.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Term::ReadKey Perl module

Name:		perl-Term-ReadKey
Version:	%perl_convert_version 2.32
Release:	2
License:	GPL
Group:		Development/Perl
Source0:	http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/TermReadKey-2.32.tar.gz
Url:		http://search.cpan.org/dist/TermReadKey/
BuildRequires:	perl-devel
BuildRequires:	perl-List-MoreUtils >= 0.320.0-3

%description
This module, ReadKey, provides ioctl control for terminals so the
input modes can be changed (thus allowing reads of a single character
at a time), and also provides non-blocking reads of stdin, as well as
several other terminal related features, including
retrieval/modification of the screen size, and retrieval/modification
of the control characters.

%prep
%setup -qn TermReadKey-2.32

%build
perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%install
%makeinstall_std

%clean

%files
%doc README
%{perl_vendorlib}/*
%{_mandir}/*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.320.0-2
+ Revision: 2054035
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18308 |14mr|perl-Term-ReadLine-Gnu-1.240.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Term-ReadLine-Gnu
%define upstream_version 1.24

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:	Perl extension for the GNU Readline/History Library 


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	ncurses-devel >= 5.2
BuildRequires:	perl-devel
BuildRequires:	readline-devel >= 4.2

Obsoletes:	perl-Term-Readline-Gnu

%description
This is an implementation of the interface to the GNU Readline
Library. This module gives you input line editing facility, input
history management facility, word completion facility, etc. It
uses the real GNU Readline Library. And this module has the
interface with the almost all variables and functions which are
documented in the GNU Readline/History Library. So you can program
your custom editing function, your custom completion function, and
so on with Perl. This may be useful for prototyping before
programming with C.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 README
# Fix bogus dependency on /usr/local/bin/perl:
perl -pi -e 's!/usr/local/bin/perl!/usr/bin/perl!g' Gnu/{euc_jp,XS}.pm


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make "CFLAGS=%{optflags}"

%check
if [ -n "$DISPLAY" ] ; then
	TERM=linux make test
else
	echo "***************************************************"
	echo " make test not done because DISPLAY var is not set "
	echo "***************************************************"
fi

%install
%makeinstall_std

%clean

%files
%doc README
%{perl_vendorarch}/Term
%{perl_vendorarch}/auto/Term
%{_mandir}/*/*
%{_bindir}/perlsh




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.240.0-2
+ Revision: 071652c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18309 |14mr|perl-Term-UI-0.420.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Term-UI
%define upstream_version 0.42

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	5

Summary:	Term::ReadLine UI made easy

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Term/Term-UI-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Log::Message::Simple)
BuildArch:	noarch

%description
"Term::UI" is a transparent way of eliminating the overhead of having to format
a question and then validate the reply, informing the user if the answer was
not proper and re-issuing the question.

Simply give it the question you want to ask, optionally with choices the user
can pick from and a default and "Term::UI" will DWYM.

For asking a yes or no question, there's even a shortcut.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Term/*
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.420.0-5
+ Revision: d9d61fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18310 |14mr|perl-Test-Base-0.620.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Test-Base
%define upstream_version 0.62

%if %{_use_internal_dependency_generator}
%define __noautoreq 'Module::Install.*'
%else
%define _requires_exceptions Module::Install
%endif

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	A Data Driven Testing Framework

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Test/Test-Base-%{upstream_version}.tar.gz

BuildRequires:  perl(Spiffy) >= 0.29
BuildRequires:  perl(Test::More) >= 0.62
BuildRequires:  perl(Test::Deep)
BuildRequires:  perl-devel
BuildArch:	noarch

%description
Perl gives you a standard way to run tests with Test::Harness, and basic
testing primitives with Test::More. After that you are pretty much on your own
to develop a testing framework and philosophy. Test::More encourages you to
make your own framework by subclassing Test::Builder, but that is not trivial.
Test::Base gives you a way to write your own test framework base class that is
trivial.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%__make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test
%{perl_vendorlib}/Module
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.620.0-3
+ Revision: 31f6e83
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18311 |14mr|perl-Test-ClassAPI-1.60.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-ClassAPI
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Test::ClassAPI - Provides basic first-pass API testing for large class trees

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl(Class::Inspector) >= 1.06
BuildRequires:	perl(Config::Tiny) >= 2.0
BuildRequires:	perl(Params::Util)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
For many APIs with large numbers of classes, it can be very useful to be
able to do a quick once-over to make sure that classes, methods, and
inheritance is correct, before doing more comprehensive testing. This
module aims to provide such a capability.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test/ClassAPI.pm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.60.0-7
+ Revision: 1f17bb3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18312 |14mr|perl-Test-CPAN-Meta-0.230.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-CPAN-Meta
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Validation of META.yml specification elements

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-CPAN-Meta-%{upstream_version}.tar.gz

BuildRequires:	perl(Parse::CPAN::Meta)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module was written to ensure that a META.yml file, provided with a
standard distribution uploaded to CPAN, meets the specifications that are
slowly being introduced to module uploads, via the use of package makers
and installers such as the ExtUtils::MakeMaker manpage, the Module::Build
manpage and the Module::Install manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.230.0-3
+ Revision: a9a90a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18313 |14mr|perl-Test-Deep-0.113.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Test-Deep
%define upstream_version 0.113

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Extremely flexible deep comparison

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

Buildrequires:	perl-devel
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::Tester)
BuildArch:	noarch

%description
Test::Deep gives you very flexible ways to check that the result you got is the
result you were expecting. At it's simplest it compares two structures by going
through each level, ensuring that the values match, that arrays and hashes have
the same elements and that references are blessed into the correct class. It
also handles circular data structures without getting caught in an infinite
loop.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc  README TODO
%{_mandir}/*/*
%{perl_vendorlib}/Test/Deep
%{perl_vendorlib}/Test/Deep.pm
# %{perl_vendorlib}/Test/Deep.pod

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 0.113.0-1
+ Revision: f11c0cf
- Merge pull request #3 from import/perl-Test-Deep:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18314 |14mr|perl-Test-Differences-0.620.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Test-Differences
%define upstream_version 0.62

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Test strings and data structures and show differences if not ok 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-Text-Diff
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
When the code you're testing returns multiple lines, records or data structures
and they're just plain wrong, an equivalent to the Unix diff utility may be
just what's needed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Test
%{_mandir}/*/*




%changelog
* Wed Jul 16 2014 dsilakov <denis.silakov@rosalab.ru> 0.620.0-1
+ Revision: 80b6e45
- Merge pull request #1 from import/perl-Test-Differences:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18315 |14mr|perl-Test-Exception-0.320.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Exception
%define upstream_version 0.32

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Test exception based code

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Exception-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Builder) >= 0.13
BuildRequires:	perl(Test::Harness) >= 2.03
BuildRequires:	perl(Test::More) >= 0.44
BuildRequires:	perl(Sub::Uplevel) >= 0.06
BuildRequires:	perl(Test::Builder::Tester) >= 1.01
BuildArch:		noarch

%description 
This module provides a few convenience methods for testing
exception-based code. It is built with Test::Builder and
plays happily with Test::Simple, Test::More and friends.

If you are not familiar with Test::Simple or Test::More
now would be the time to go take a look.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
rm -f %{buildroot}%{perl_archlib}/perllocal.pod

%files
%doc Changes README
%{perl_vendorlib}/Test
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.320.0-3
+ Revision: 1cb6298
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18316 |14mr|perl-Test-Fatal-0.13.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Fatal
%define upstream_version 0.013

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Incredibly simple helpers for testing code with exceptions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Fatal-%{upstream_version}.tar.gz

BuildRequires:	perl(Carp)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(overload)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Test::Fatal is an alternative to the popular the Test::Exception manpage.
It does much less, but should allow greater flexibility in testing
exception-throwing code with about the same amount of typing.

It exports one routine by default: 'exception'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.13.0-3
+ Revision: 4cb748c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18317 |14mr|perl-Test-Harness-3.330.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Harness
%define upstream_version 3.33

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Run Perl standard test scripts with statistics


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description 
STOP! If all you want to do is write a test script, consider using
Test::Simple. Test::Harness is the module that reads the output from
Test::Simple, Test::More and other modules based on Test::Builder. You don't
need to know about Test::Harness to use those modules.

Test::Harness runs tests and expects output from the test in a certain format.
That format is called TAP, the Test Anything Protocol. It is defined in
Test::Harness::TAP.

Test::Harness::runtests(@tests) runs all the testscripts named as arguments and
checks standard output for the expected strings in TAP format.

The prove utility is a thin wrapper around Test::Harness.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std
# rename prove to avoid conflict with perl
mv %{buildroot}/%{_bindir}/prove %{buildroot}/%{_bindir}/prove-%{upstream_version}
# rename mandir files to avoid conflict with regular Mandriva perl
find %{buildroot}%{_mandir} -type f -exec mv {} {}-%{upstream_version} \;

%check
%make test

%files
%doc Changes
%{perl_vendorlib}/Test
%{perl_vendorlib}/TAP
%{perl_vendorlib}/App
%{_mandir}/*/*
%{_bindir}/prove-%{upstream_version}

%changelog
* Wed Sep 17 2014 dsilakov <denis.silakov@rosalab.ru> 3.330.0-1
+ Revision: 3bd72ae
- Merge pull request #4 from import/perl-Test-Harness:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18318 |14mr|perl-Test-Inter-1.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Inter
%define upstream_version 1.05

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Framework for more readable interactive test scripts

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Inter-%{upstream_version}.tar.gz

BuildRequires:	perl(File::Basename)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is another framework for writing test scripts. It is loosely inspired
by Test::More, and has most of it's functionality, but it is not a drop-in
replacement.

Test::More (and other existing test frameworks) suffer from two weaknesses,
both of which have prevented me from ever using them:

   None offer the ability to access specific tests in
   a reasonably interactive fashion

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE ChangeLog META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.50.0-3
+ Revision: bcdfcfb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18319 |14mr|perl-Test-LongString-0.160.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Test-LongString
%define upstream_version 0.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl module to test strings for equality

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
This module provides some drop-in replacements for the string comparison
functions of Test::More, but which are more suitable when you test against long
strings. If you've ever had to search for text in a multi-line string like an
HTML document, or find specific items in binary data, this is the module for
you.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test/*
%{_mandir}/*/*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 0.160.0-1
+ Revision: 47102e7
- Merge pull request #1 from import/perl-Test-LongString:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18320 |14mr|perl-Test-Manifest-1.230.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Test-Manifest
%define upstream_version    1.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7
Summary:	Interact with a t/test_manifest file

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz
Patch:		Test-Manifest-1.23-force-man-pages.patch
BuildRequires:	perl-Test-Pod
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Test::Harness assumes that you want to run all of the .t files in the
t/ directory in ascii-betical order during make test unless you say
otherwise.  This leads to some interesting naming schemes for test
files to get them in the desired order. This interesting names ossify
when they get into source control, and get even more interesting as
more tests show up.

Test::Manifest overrides the default behaviour by replacing the
test_via_harness target in the Makefile.  Instead of running at the
t/*.t files in ascii-betical order, it looks in the t/test_manifest
file to find out which tests you want to run and the order in which
you want to run them.  It constructs the right value for MakeMaker to
do the right thing.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
%patch -p 1

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.230.0-7
+ Revision: 9b19123
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18321 |14mr|perl-Test-Memory-Cycle-1.40.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Memory-Cycle
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	Check for memory leaks and circular memory references

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.bz2
BuildRequires:	perl(Devel::Cycle) >= 1.07
BuildRequires:	perl(Getopt::Long)
BuildRequires:	perl(PadWalker)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Simple) >= 0.62
BuildRequires:	perl(CGI)
BuildRequires:	perl-devel
Requires:	perl(Devel::Cycle) >= 1.07
BuildArch: 	    noarch

%description 
Perl's garbage collection has one big problem: Circular references can't get
cleaned up. A circular reference can be as simple as two objects that refer to
each other. Test::Memory::Cycle is built on top of Devel::Cycle to give you an
easy way to check for these circular references.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40.0-6
+ Revision: f38e663
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18322 |14mr|perl-Test-MinimumVersion-0.101.81-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-MinimumVersion
%define upstream_version 0.101081

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Does your code require newer perl than you think?

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-MinimumVersion-%{upstream_version}.tar.gz

BuildRequires:	perl(File::Find::Rule::Perl)
BuildRequires:	perl(Perl::MinimumVersion)
BuildRequires:	perl(Test::Tester)
BuildRequires:	perl(YAML::Tiny)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Does your code require newer perl than you think?

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.101.81-3
+ Revision: a3288c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18323 |14mr|perl-Test-Most-0.340.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Most
%define upstream_version 0.34

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Most commonly needed test functions and features

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Exception::Class)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Harness)
BuildRequires:	perl(Test::Simple)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Module::Build::Compat)
Requires:	perl(Exception::Class)
Requires:	perl(Test::Deep)
Requires:	perl(Test::Differences)
Requires:	perl(Test::Exception)
Requires:	perl(Test::Warn)
BuildArch: noarch

%description
Most commonly needed test functions and features.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes README META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Wed Sep 17 2014 dsilakov <denis.silakov@rosalab.ru> 0.340.0-1
+ Revision: 1ce455d
- Merge pull request #3 from import/perl-Test-Most:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18324 |14mr|perl-Test-NoWarnings-1.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Test-NoWarnings
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Make sure you didn't emit any warnings while testing

License:	LGPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Test/Test-NoWarnings-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Tester) >= 0.103

BuildArch:	noarch

%description
In general, your tests shouldn't produce warnings. This modules causes
any warnings to be captured and stored. It automatically adds an extra
test that will run when your script ends to check that there were no
warnings. If there were any warings, the test will give a "not ok" and
diagnostics of where, when and what the warning was, including a stack
trace of what was going on when the it occurred.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/*/*
%{perl_vendorlib}/Test



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40.0-3
+ Revision: 857e1d3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18325 |14mr|perl-Test-Number-Delta-1.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Number-Delta
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Test-Number-Delta - Perl module

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Number-Delta-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Test::Number::Delta compare the difference between numbers against a given
tolerance.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%{perl_vendorlib}/Test
%{_mandir}/man3/Test::Number::Delta.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40.0-3
+ Revision: 492c3e5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18326 |14mr|perl-Test-Object-0.70.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Object
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Thoroughly testing objects via registered handlers 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description 
In situations where you have deep trees of classes, there is a common situation
in which you test a module 4 or 5 subclasses down, which should follow the
correct behaviour of not just the subclass, but of all the parent classes.

This should be done to ensure that the implementation of a subclass has not
somehow "broken" the object's behaviour in a more general sense.

Test::Object is a testing package designed to allow you to easily test what you
believe is a valid object against the expected behaviour of all of the classes
in its inheritance tree in one single call.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files
%doc Changes README LICENSE
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.70.0-8
+ Revision: 1502ffe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18327 |14mr|perl-Test-Pod-1.480.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Test-Pod
%define upstream_version 1.48

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary: 	Check for POD errors in files
License: 	GPL+ or Artistic
Group: 		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/Test-Pod-%{upstream_version}.tar.gz
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Pod::Simple) >= 3.07
BuildRequires:	perl(Test::Builder::Tester)
BuildArch:	noarch

%description 
Check POD files for errors or warnings in a test file, using Pod::Simple to do
the heavy lifting.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files
%doc Changes
%{perl_vendorlib}/Test
%{_mandir}/*/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.480.0-3
+ Revision: b488473
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18328 |14mr|perl-Test-Pod-Coverage-1.80.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Test-Pod-Coverage
%define upstream_version 1.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Check for POD coverage in your Perl modules

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl(Pod::Coverage)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This Perl module checks for POD coverage in files for your distribution.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Test/Pod/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.80.0-7
+ Revision: d24377d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18329 |14mr|perl-Test-Requires-0.80.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Requires
%define upstream_version 0.08

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Checks to see if the module can be loaded

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires: perl(Module::Build)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Test::Requires checks to see if the module can be loaded.

If this fails rather than failing tests this *skips all tests*.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc  META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 0.80.0-1
+ Revision: d1cc94c
- Merge pull request #2 from import/perl-Test-Requires:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18330 |14mr|perl-Test-Script-1.70.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Script
%define upstream_version 1.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Cross-platform basic tests for scripts

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IPC::Run3)
BuildRequires:	perl(Probe::Perl)

BuildArch:	noarch

%description
The intent of this module is to provide a series of basic tests for scripts in
the bin directory of your Perl distribution.

Further, it aims to provide them with perfect platform-compatibility and in a
way that is as unobtrusive as possible.

That is, if the program works on a platform, then Test::Script should also work
on that platform.

In doing so, it is hoped that Test::Script can become a module that you can
safely make a dependency of your module, without risking your module not
working on some platform because of the dependency.

Where a clash exists between wanting more functionality and maintaining
platform safety, this module will err on the side of platform safety.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.70.0-7
+ Revision: f04cf2d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18331 |14mr|perl-Test-Simple-1.1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname	Test-Simple
%define modver 1.001006

Summary:	Basic utilities for writing tests



Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	1
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	http://www.cpan.org/modules/by-module/Test/%{modname}-%{modver}.tar.gz
Patch0:		Test-Simple-1.001002-perl5142.diff
BuildArch:	noarch
BuildRequires:	perl-devel

%description 
This is an extremely simple, extremely basic module for writing tests suitable
for CPAN modules and other pursuits. If you wish to do more complicated
testing, use the Test::More module (a drop-in replacement for this one).

%prep
%setup -qn %{modname}-%{modver}
%patch0 -p1

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test
%{_mandir}/man3/*

%changelog
* Wed Sep 17 2014 dsilakov <denis.silakov@rosalab.ru> 1.1.6-1
+ Revision: 54491af
- Merge pull request #2 from import/perl-Test-Simple:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18332 |14mr|perl-Test-SubCalls-1.90.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-SubCalls
%define upstream_version 1.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Track the number of times subs are called

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Hook::LexWrap)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
There are a number of different situations (like testing caching code)
where you want to want to do a number of tests, and then verify that some
underlying subroutine deep within the code was called a specific number of
times.

This module provides a number of functions for doing testing in this way in
association with your normal the Test::More manpage (or similar) test
scripts.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README LICENSE Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.90.0-8
+ Revision: 2865244
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18333 |14mr|perl-Test-Tester-0.109.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	Test-Tester
%define upstream_version 0.109

Summary:	Ease testing test modules built with Test::Builder

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	GPL or Artistic
Group:		Development/Perl
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Test/Test-Tester-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/%{module}/

BuildRequires:	perl-devel
BuildArch:	noarch

%description
If you have written a test module based on Test::Builder then Test::Tester
allows you to test it with the minimum of effort.

%prep
%setup -qn %{module}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc CHANGES README TODO
%{_mandir}/*/*
%{perl_vendorlib}/Test/Tester
%{perl_vendorlib}/Test/Tester.pm

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.109.0-3
+ Revision: 7c28e06
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18334 |14mr|perl-Test-Unit-0.250.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Unit
%define upstream_version 0.25

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Error\\)'
%else
%define _requires_exceptions perl(Error)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Test::Unit::TestCase - unit testing framework base class

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Test::Unit::TestCase is the 'workhorse' of the PerlUnit framework.
When writing tests, you generally subclass Test::Unit::TestCase,
write set_up and tear_down functions if you need them, a bunch of
test_* test methods, then do

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# perl path hack
find . -type f | xargs perl -p -i -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog Changes README doc examples
%{perl_vendorlib}/Test/*.p*
%{perl_vendorlib}/Test/Unit
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.250.0-8
+ Revision: 7ae28f1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18335 |14mr|perl-Test-Warn-0.300.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Warn
%define upstream_version 0.30

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Perl extension to test methods for warnings

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Array::Compare)
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl(Tree::DAG_Node)
BuildRequires:	perl(Test::Exception)

Requires:		perl(Tree::DAG_Node)

BuildArch:	noarch

%description 
This module provides a few convenience methods for testing warning based code.

If you are not already familiar with the Test::More manpage now would be the
time to go take a look.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files
%doc Changes README
%{perl_vendorlib}/Test
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.300.0-3
+ Revision: 0e15d06
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18336 |14mr|perl-Test-Warnings-0.14.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Test-Warnings
%define upstream_version 0.014

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4
Summary:    Test for warnings and the lack of them

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Build::Tiny) >= 0.35.0
BuildRequires: perl(TAP::Harness::Env)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.940.0
BuildRequires: perl(Test::Tester) >= 0.108.0
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildArch:  noarch

%description
This module is intended to be used as a drop-in replacement for
Test::NoWarnings: it also adds an extra test, but runs this test
before done_testing calculates the test count, rather than after.
It does this by hooking into done_testing as well as via an END
block. You can declare a plan, or not, and things will still Just
Work.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor

./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc CONTRIBUTING Changes INSTALL LICENSE META.json META.yml MYMETA.yml README examples
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.14.0-4
+ Revision: 0a1628e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18337 |14mr|perl-Text-Autoformat-1.669.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Text-Autoformat
%define upstream_version 1.669002

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Automatic text wrapping and reformatting

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz
Source1:	dot-vimrc.bz2
Source2:	dot-emacs.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Text::Reform)

BuildArch:	noarch

%description
Text::Autoformat  provides  intelligent  formatting   of   plaintext
without the need for  any  kind  of  embedded  mark-up.  The  module
recognizes Internet quoting conventions, a wide range  of  bulleting
and  number  schemes,  centred  text,  and  block  quotations,   and
reformats each appropriately. Other options allow the user to adjust
inter-word and inter-paragraph spacing,  justify  text,  and  impose
various capitalization schemes.

The  module  also  supplies  a   re-entrant,   highly   configurable
replacement for the built-in Perl format() mechanism.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
bzcat %{SOURCE1} > dot-vimrc
bzcat %{SOURCE2} > dot-emacs

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes dot-vimrc dot-emacs META.yml
%{perl_vendorlib}/Text
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.669.2-8
+ Revision: eb09ee8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18338 |14mr|perl-Text-CharWidth-0.40.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-CharWidth
%define upstream_version 0.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	5

Summary:	Text-CharWidth module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel

%description
Text::CharWidth - Get number of occupied columns of a string on
terminal

This module supplies features similar as wcwidth(3) and wcswidth(3) in
C language.

Characters have its own width on terminal depending on locale. For
example, ASCII characters occupy one column per character, east Asian
fullwidth characters (like Hiragana or Han Ideograph) occupy two
columns per character, and combining characters (apperaring in
ISO-8859-11 Thai, Unicode, and so on) occupy zero columns per
character. mbwidth() gives the width of the first character of the
given string and mbswidth() gives the width of the whole given string.

The names of mbwidth and mbswidth came from ``multibyte'' versions of
wcwidth and wcswidth which are ``wide character'' versions.

mblen(string) returns number of bytes of the first character of the
string. Please note that a character may consist of multiple bytes in
multibyte encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, or Big5.

mbwidth(string) returns the width of the first character of the
string. mbswidth(string) returns the width of the whole string.

Parameters are to be given in locale encodings, not always in UTF-8.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# perl path hack
find . -type f | xargs %{__perl} -p -i -e "s|^#!/usr/local/bin/perl|#!%{_bindir}/perl|g"

%build
perl Makefile.PL INSTALLDIRS=vendor </dev/null
%make
make test

%install

%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorarch}/Text/CharWidth.pm
%{perl_vendorarch}/auto/Text/CharWidth/CharWidth.so
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.40.0-5
+ Revision: ae18347
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18339 |14mr|perl-Text-CSV-1.210.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-CSV
%define upstream_version 1.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Manipulate comma-separated value strings

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(Test::Harness)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
Text::CSV provides facilities for the composition and decomposition of
comma-separated values using the Text::CSV_XS manpage or its pure Perl
version.

An instance of the Text::CSV class can combine fields into a CSV string and
parse a CSV string into fields.

The module accepts either strings or files as input and can utilize any
user-specified characters as delimiters, separators, and escapes so it is
perhaps better called ASV (anything separated values) rather than just CSV.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.210.0-7
+ Revision: c670d18
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18340 |14mr|perl-Text-CSV_XS-1.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-CSV_XS
%define upstream_version 1.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Comma-separated values manipulation routines



License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tgz

BuildRequires: perl-devel

%description
Text-CSV_XS is a Perl module that provides facilities for the composition
and decomposition of comma-separated values.  An instance of the Text::CSV
class can combine fields into a CSV string and parse a CSV string into
fields.

%prep 
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc MANIFEST ChangeLog README
%{perl_vendorarch}/Text
%{perl_vendorarch}/auto/Text
%{_mandir}/*/*

%changelog
* Tue Sep 23 2014 dsilakov <denis.silakov@rosalab.ru> 1.110.0-1
+ Revision: 6f05f29
- Merge pull request #5 from import/perl-Text-CSV_XS:auto_update
- Updated to 1.11 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18341 |14mr|perl-Text-DelimMatch-1.06-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname  Text-DelimMatch
%define preversion a

Name:		perl-%{realname}
Version:    1.06
Release:    12
License:	GPL
Group:		Development/Perl
Summary:    Perl extension to find regexp delimited strings with proper nesting

Source0:    http://search.cpan.org/CPAN/authors/id/N/NW/NWALSH/DelimMatch-%{version}%{preversion}.tar.bz2
Url:		http://search.cpan.org/dis/DelimMatch
BuildRequires:	perl-devel
BuildArch: noarch

%description
These routines allow you to match delimited substrings in a buffer.
The delimiters can be specified with any regular expression and the
start and end delimiters need not be the same. If the delimited text
is properly nested, entire nested groups are returned.

In addition, you may specify quoting and escaping characters that 
contribute to the recognition of start and end delimiters.

%prep
%setup -q -n DelimMatch-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean

%files
%{perl_vendorlib}/*
%{_mandir}/man3/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.06-12
+ Revision: 63d59f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18342 |14mr|perl-Text-Diff-1.410.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Text-Diff
%define upstream_version 1.41

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Perform diffs on files and record sets

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://www.cpan.org
Source0:	http://search.cpan.org/CPAN/authors/id/R/RB/RBS/%{upstream_name}-%{upstream_version}.tar.gz 

BuildRequires:	perl-devel
BuildRequires:	perl-Algorithm-Diff
BuildArch:	noarch

%description
%{name} provides a basic set of services akin to the GNU diff utility.
It is not anywhere near as feature complete as GNU diff, but it is 
better integrated with Perl and available on all platforms. 

It is often faster than shelling out to a system's diff
executable for small files, and generally slower on larger files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.410.0-7
+ Revision: 724a24f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18343 |14mr|perl-Text-Glob-0.90.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Text-Glob
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Match globbing patterns against text

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Text::Glob implements glob(3) style matching that can be used to match against
text, rather than fetching names from a filesystem. If you want to do full file
globbing use the File::Glob module instead.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc Changes
%{perl_vendorlib}/Text
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.90.0-7
+ Revision: dba7a9f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18344 |14mr|perl-Text-Haml-0.990.115-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Haml
%define upstream_version 0.990115

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Haml Perl implementation

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Data::Section::Simple)
BuildRequires: perl(Encode)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::File)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(URI::Escape)
BuildArch:  noarch

%description
the Text::Haml manpage implements Haml the
http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html manpage
specification.

the Text::Haml manpage passes specification tests written by Norman Clarke
http://github.com/norman/haml-spec and supports only cross-language Haml
features. Do not expect Ruby specific things to work.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Build.PL --installdirs=vendor
./Build

%check
./Build test

%install
./Build install --destdir=%{buildroot}
rm -f %{buildroot}/%{perl_vendorlib}/Text/README.pod

%files
%doc META.json META.yml MYMETA.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.990.115-4
+ Revision: 7dbce1b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18345 |14mr|perl-Text-Iconv-1.7-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  %pdir-%pnam  
%define	pdir	Text
%define	pnam	Iconv

Summary:	Text::Iconv perl module

Name:		perl-%pdir-%pnam
Version:	1.7
Release:	11
License:	GPL
Group:		Development/Perl
Source0:	ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel >= 5.6.1
Url:		http://search.cpan.org/dist/%{module}

%description
This module provides a Perl interface to the iconv() codeset
conversion function, as defined by the Single UNIX Specification. For
more details see the POD documentation embedded in the file Iconv.pm,
which will also be installed as Text::Iconv(3) man page.

%prep
%setup -q -n %{pdir}-%{pnam}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std INSTALLDIRS=vendor

rm -f %{buildroot}%{perl_archlib}/perllocal.pod

%clean

%files
%doc Changes README
%dir %{perl_vendorarch}/Text
%{perl_vendorarch}/Text/Iconv.pm
%dir %{perl_vendorarch}/auto/Text
%dir %{perl_vendorarch}/auto/Text/Iconv
%{perl_vendorarch}/auto/Text/Iconv/autosplit.ix
%{perl_vendorarch}/auto/Text/Iconv/*.so
%{_mandir}/man3/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7-11
+ Revision: fc11efd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18346 |14mr|perl-Text-Patch-1.800.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Patch
%define upstream_version 1.8

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Patches text with given patch

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::Diff)
BuildArch:	noarch

%description
Text::Patch combines source text with given diff (difference) data. Diff
data is produced by Text::Diff module or by the standard diff utility (man
diff, see -u option).

* patch( $source, $diff, options... )

  First argument is source (original) text. Second is the diff data. Third
  argument can be either hash reference with options or all the rest
  arguments will be considered patch options:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml ChangeLog
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.800.0-7
+ Revision: a481128
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18347 |14mr|perl-Text-Reform-1.200.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Text-Reform
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Manual text wrapping and reformatting

License:	Artistic
Group:		Text tools
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The form() subroutine may be exported from the module. It takes a series
of format (or "picture") strings followed by replacement values, inter-
polates those values into each picture string, and returns the result.
The effect is similar to the inbuilt perl format mechanism, although the
field specification syntax is simpler and some of the formatting beha-
viour is more sophisticated.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%__perl -pi -e "s,/usr/local/bin/perl,%__perl," *.pl
# muhahahah

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc README MANIFEST Changes
%{perl_vendorlib}/Text/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.200.0-7
+ Revision: 84dadcd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18348 |14mr|perl-Text-Unidecode-1.220.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Unidecode
%define upstream_version 1.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Represent Unicode data in US-ASCII characters

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
It often happens that you have non-Roman text data in Unicode, but you
can't display it -- usually because you're trying to show it to a user via
an application that doesn't support Unicode, or because the fonts you need
aren't accessible. You could represent the Unicode characters as "???????"
or "\15BA\15A0\1610...", but that's nearly useless to the user who actually
wants to read what the text says.

What Text::Unidecode provides is a function, 'unidecode(...)' that takes
Unicode data and tries to represent it in US-ASCII characters (i.e., the
universally displayable characters between 0x00 and 0x7F). The
representation is almost always an attempt at _transliteration_ -- i.e.,
conveying, in Roman letters, the pronunciation expressed by the text in
some other writing system. (See the example in the synopsis.)

Unidecode's ability to transliterate is limited by two factors:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README ChangeLog
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Mon Sep 22 2014 dsilakov <denis.silakov@rosalab.ru> 1.220.0-1
+ Revision: cc750f3
- Merge pull request #2 from import/perl-Text-Unidecode:auto_update
- Updated to 1.22 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18349 |14mr|perl-Text-WrapI18N-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-WrapI18N
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Text-WrapI18N module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Text::CharWidth)
BuildArch:	noarch

%description
Text::WrapI18N - Line wrapping module with support for multibyte, fullwidth,
and combining characters and languages without whitespaces between words.

This module intends to be a better Text::Wrap module. This module is needed to
support multibyte character encodings such as UTF-8, EUC-JP, EUC-KR, GB2312,
and Big5. This module also supports characters with irregular widths, such as
combining characters (which occupy zero columns on terminal, like diacritical
marks in UTF-8) and fullwidth characters (which occupy two columns on terminal,
like most of east Asian characters). Also, minimal handling of languages which
doesn't use whitespaces between words (like Chinese and Japanese) is supported.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# perl path hack
find . -type f | xargs perl -p -i -e "s|^#!/usr/local/bin/perl|#!%{_bindir}/perl|g"

%build
perl Makefile.PL INSTALLDIRS=vendor </dev/null
make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Text/WrapI18N.pm
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60.0-4
+ Revision: 387c2cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18350 |14mr|perltidy-20101217-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Name:           perltidy
Version:        20101217
Release:        5
Summary:        Script which indents and reformats Perl script

License:        GPL
Group:          Text tools
Source:         http://prdownloads.sourceforge.net/perltidy/Perl-Tidy-%{version}.tar.gz
URL:            http://perltidy.sourceforge.net
BuildRequires:  perl-devel
BuildArch:      noarch

%description
Perltidy is a Perl script which indents and reformats Perl scripts to
make them easier to read. If you write Perl scripts, or spend much time
reading them, you will probably find it useful.

%prep
%setup -q -n Perl-Tidy-%{version}
# fix  perms
#chmod -R go=u-w *

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%clean

%files
%doc README COPYING docs
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/Perl



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101217-5
+ Revision: e372412
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18351 |14mr|perl-Tie-EncryptedHash-1.240.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tie-EncryptedHash
%define upstream_version 1.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Hashes (and objects based on hashes) with encrypting fields

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Tie/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-Crypt-CBC
BuildRequires:	perl-Crypt-Blowfish
BuildRequires:	perl-Crypt-DES
BuildArch:	noarch

%description 
Tie::EncryptedHash augments Perl hash semantics to build
secure, encrypting containers of data. Tie::EncryptedHash
introduces special hash fields that are coupled with
encrypt/decrypt routines to encrypt assignments at STORE()
and decrypt retrievals at FETCH(). By design, encrypting
fields are associated with keys that begin in single
underscore. The remaining keyspace is used for accessing
normal hash fields, which are retained without
modification.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
CFLAGS="%{optflags}" echo | %__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README.html
%{perl_vendorlib}/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.240.0-8
+ Revision: 5ea2d15
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18352 |14mr|perl-Tie-IxHash-1.230.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Tie-IxHash
%define upstream_version 1.23

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary: 	%{upstream_name} module for perl

License: 	GPL+ or Artistic
Group: 		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0: 	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Tie/Tie-IxHash-%{upstream_version}.tar.gz

BuildArch: 	noarch
BuildRequires:  perl-devel

%description
%{upstream_name} module for perl.  This Perl module implements ordered
in-memory associative arrays.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%defattr(644,root,root,755)
%doc Changes README
%{perl_vendorlib}/Tie/IxHash.pm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.230.0-3
+ Revision: 85b570a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18353 |14mr|perl-TimeDate-1.200.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 TimeDate
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	%{upstream_name} module for perl (Data_Type_Utilities/Time)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/TimeDate/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Simple Time and Date module for perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc MANIFEST README ChangeLog
%{perl_vendorlib}/Date
%{perl_vendorlib}/Time
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.200.0-7
+ Revision: f624432
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18354 |14mr|perl-Time-modules-2011.0517-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	Time modules for perl

Name:		perl-Time-modules
Version:	2011.0517
Release:	5
License:	distributable
Group:		Development/Perl
Source:		Time-modules-%{version}.tar.bz2
URL:		http://www.cpan.org/modules/by-module/Time/
Requires:	perl
BuildRequires:	perl-devel >= 5.8.0
BuildArch:	noarch

%description
This package contains the following perl5 modules:

        Time::CTime.pm
                ctime, strftime, and asctime
        Time::JulianDay.pm
                Julian Day conversions
        Time::ParseDate.pm
                Reverses strftime and also understands relative times
        Time::Timezone.pm
        Time::DaysInMonth.pm

%prep
%setup -q -n Time-modules-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix}
%make

%install
%make PREFIX=%{buildroot}%{_prefix} install

%clean

%files
%doc README MANIFEST CHANGELOG
%{_mandir}/*/*
%{perl_vendorlib}/Time/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2011.0517-5
+ Revision: 3fdf037
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18355 |14mr|perl-Time-Piece-1.290.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Time-Piece
%define upstream_version 1.29

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Object Oriented time objects
License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Time/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
This module replaces the standard localtime and gmtime functions with
implementations that return objects. It does so in a backwards compatible
manner, so that using localtime/gmtime in the way documented in perlfunc will
still return what you expect.

The module actually implements most of an interface described by Larry Wall on
the perl5-porters mailing list here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2000-01/msg00241.html

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorarch}/Time
%{perl_vendorarch}/auto/Time
%{_mandir}/*/*

%changelog
* Mon Sep 22 2014 dsilakov <denis.silakov@rosalab.ru> 1.290.0-1
+ Revision: 95cb1d2
- Merge pull request #4 from import/perl-Time-Piece:auto_update
- Updated to 1.29 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18356 |14mr|perl-Time-ZoneInfo-0.300.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Time-ZoneInfo
%define upstream_version 0.3

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    11

Summary:    Perl extension for returning a list of Time Zones

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Time/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl-devel
Patch0:	    Time-ZoneInfo-0.3-geolocalisation.patch

BuildArch: noarch

%description
An OO interface to accessing a list of timezones. This is useful if you
want to provide an interface for your user to choose one of the available
time zones.

Version 0.3.1 also gives the geolocalisation for a time zone.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .geo

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.300.0-11
+ Revision: 4ab74f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18357 |14mr|perl-Tk-804.32.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Tk
%define modver 804.032

Summary:	Tk modules for Perl

Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	4
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	http://www.cpan.org/modules/by-module/%{modname}/%{modname}-%{modver}.tar.gz
# modified version of http://ftp.de.debian.org/debian/pool/main/p/perl-tk/perl-tk_804.027-8.diff.gz
Patch1:		perl-Tk-debian.patch
# fix segfaults as in #235666 because of broken cashing code
Patch2:		perl-Tk-seg.patch

BuildRequires:	perl-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(fontconfig)
Provides:	perl(Tk::TextReindex)
Provides:	perl(Tk::LabRadio)
Provides:	perl-Tie-Watch

%description
This package provides the modules and Tk code for Perl/Tk,
as written by Nick Ing-Simmons (pTk), John Ousterhout(Tk),
and Ioi Kim Lam(Tix).
It gives you the ability to develop perl applications using the Tk GUI.
It includes the source code for the Tk and Tix elements it uses.
The licences for the various components differ, so check the copyright.

%package	devel
Summary:	Tk modules for Perl (development package)

Group:		Development/C
Requires:	perl-Tk = %{version}-%{release}

%description	devel
This package provides the modules and Tk code for Perl/Tk,
as written by Nick Ing-Simmons (pTk), John Ousterhout(Tk),
and Ioi Kim Lam(Tix).
It gives you the ability to develop perl applications using the Tk GUI.
It includes the source code for the Tk and Tix elements it uses.
The licences for the various components differ, so check the copyright.

This is the development package.

%package	doc
Summary:	Tk modules for Perl (documentation package)

Group:		Development/Perl
Requires:	perl-Tk = %{version}-%{release}

%description	doc
This package provides the modules and Tk code for Perl/Tk,
as written by Nick Ing-Simmons (pTk), John Ousterhout(Tk),
and Ioi Kim Lam(Tix).
It gives you the ability to develop perl applications using the Tk GUI.
It includes the source code for the Tk and Tix elements it uses.
The licences for the various components differ, so check the copyright.

This is the documentation package.

%prep
%setup -qn %{modname}-%{modver}
chmod -x pod/Popup.pod Tixish/lib/Tk/balArrow.xbm
# debian patch
%patch1 -p1
# patch to fix #235666 ... seems like caching code is broken
%patch2 -p1

find . -type f | xargs perl -pi -e 's|^#!.*/bin/perl\S*|#!/usr/bin/perl|'
# Make it lib64 aware, avoid patch
perl -pi -e "s,(/usr/X11(R6|\\*)|\\\$X11|\(\?:)/lib,\1/%{_lib},g" \
  myConfig pTk/mTk/{unix,tixUnix/{itcl2.0,tk4.0}}/configure
#(peroyvind) --center does no longer seem to be working, obsoleted by -c
perl -pi -e "s#--center#-c#" ./Tk/MMutil.pm

%build
perl Makefile.PL INSTALLDIRS=vendor XFT=1
%make OPTIMIZE="%{optflags} -fPIC" LD_RUN_PATH=""

%install
%makeinstall_std
chmod 644 %{buildroot}%{_mandir}/man3*/*

# Remove unpackaged files, add them if you find a use
# Tie::Watch is packaged separately
rm %{buildroot}%{perl_vendorarch}/Tk/prolog.ps
rm %{buildroot}%{_mandir}/man1/{ptk{ed,sh},widget}.1*

## compress all .pm files (as using perl-PerlIO-gzip).
#find %{buildroot} -name "*.pm" | xargs gzip -9

%files
%doc COPYING ToDo Changes README README.linux
%{_bindir}/*
%{perl_vendorarch}/Tk.pm*
%dir %{perl_vendorarch}/Tk
%{perl_vendorarch}/Tie/Watch.pm
%{perl_vendorarch}/Tk/*.pm*
%{perl_vendorarch}/Tk/*.gif
%{perl_vendorarch}/Tk/*.xbm
%{perl_vendorarch}/Tk/*.xpm
%{perl_vendorarch}/Tk/license.terms
%{perl_vendorarch}/Tk/Credits
%{perl_vendorarch}/Tk/DragDrop
%{perl_vendorarch}/Tk/Event
%{perl_vendorarch}/Tk/Menu
%{perl_vendorarch}/Tk/Text
%{perl_vendorarch}/Tk/demos
%{perl_vendorarch}/auto/Tk
%{_mandir}/man1/*
%{_mandir}/man3/*

%files devel
%doc COPYING Funcs.doc INSTALL
%{perl_vendorarch}/Tk/pTk
%{perl_vendorarch}/Tk/*.def
%{perl_vendorarch}/Tk/*.h
%{perl_vendorarch}/Tk/*.m
%{perl_vendorarch}/Tk/*.t
%{perl_vendorarch}/Tk/typemap

%files doc
%doc COPYING
%{perl_vendorarch}/Tk.pod
%{perl_vendorarch}/Tk/*.pod
%{perl_vendorarch}/Tk/README.Adjust



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 804.32.0-4
+ Revision: 5672b14
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18358 |14mr|perl-Tree-DAG_Node-1.220.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Tree-DAG_Node
%define upstream_version 1.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Class for representing nodes in a tre

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tree/%{upstream_name}-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildRequires: perl(File::Slurp::Tiny)
BuildArch:	noarch

%description
This class encapsulates/makes/manipulates objects that represent nodes in a
tree structure. The tree structure is not an object itself, but is emergent
from the linkages you create between nodes. This class provides the methods for
making linkages that can be used to build up a tree, while preventing you from
ever making any kinds of linkages which are not allowed in a tree (such as
having a node be its own mother or ancestor, or having a node have two
mothers).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files 
%doc  README
%{perl_vendorlib}/Tree
%{_mandir}/*/*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 1.220.0-1
+ Revision: c8ef5e6
- Merge pull request #2 from import/perl-Tree-DAG_Node:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18359 |14mr|perl-Try-Tiny-0.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Try-Tiny
%define upstream_version 0.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Minimal try/catch with proper localization of $@

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Try/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides bare bones 'try'/'catch' statements that are designed
to minimize common mistakes with eval blocks, and NOTHING else.

This is unlike the TryCatch manpage which provides a nice syntax and avoids
adding another call stack layer, and supports calling 'return' from the try
block to return from the parent subroutine. These extra features come at a
cost of a few dependencies, namely the Devel::Declare manpage and the
Scope::Upper manpage which are occasionally problematic, and the additional
catch filtering uses the Moose manpage type constraints which may not be
desirable either.

The main focus of this module is to provide simple and reliable error
handling for those having a hard time installing the TryCatch manpage, but
who still want to write correct 'eval' blocks without 5 lines of
boilerplate each time.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.200.0-3
+ Revision: 8aab23c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18360 |14mr|perl-Unicode-LineBreak-2014.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Unicode-LineBreak
%define modver 2014.06

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Unicode::LineBreak::Constants\\)'
%endif

Summary:	UAX #14 Unicode Line Breaking Algorithm

Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	1
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	http://www.cpan.org/modules/by-module/Unicode/%{modname}-%{modver}.tar.gz
BuildRequires:	perl(Encode)
BuildRequires:	perl(MIME::Charset)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel

%description
Text::LineFold folds or unfolds lines of plain text. As it mainly focuses
on plain text e-mail messages, RFC 3676 flowed format is also supported.

%prep
%setup -qn %{modname}-%{modver}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*




%changelog
* Wed Jul 16 2014 dsilakov <denis.silakov@rosalab.ru> 2014.60.0-1
+ Revision: c9dd643
- Merge pull request #4 from import/perl-Unicode-LineBreak:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18361 |14mr|perl-Unicode-Map-0.112.0-27
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module Unicode-Map
%define upstream_version 0.112

Summary:	Maps charsets from and to utf16 unicode

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	27
License:	GPLv2 or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/Unicode/%{module}-%{upstream_version}.tar.bz2
BuildRequires:	perl-devel

%description
This module converts strings from and to 2-byte Unicode UCS2 format. All
mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding. To
transform these use Unicode::String.

For historical reasons this module coexists with Unicode::Map8. Please use
Unicode::Map8 unless you need to care for two byte character sets, e.g. chinese
GB2312. Anyway, if you stick to the basic functionality (see documentation) you
can use both modules equivalently.


Practically this module will disappear from earth sooner or later as Unicode
mapping support needs somehow to get into perl's core. If you like to work on
this field please don't hesitate contacting Gisle Aas!

This module can't deal directly with utf8. Use Unicode::String to convert utf8
to utf16 and vice versa.

Character mapping is according to the data of binary mapfiles in Unicode::Map
hierarchy. Binary mapfiles can also be created with this module, enabling you
to install own specific character sets. Refer to mkmapfile or file REGISTRY in
the Unicode::Map hierarchy

%prep
%setup -qn %{module}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README
%{_bindir}/*
%{perl_vendorarch}/Unicode
%{perl_vendorarch}/auto/Unicode
%{_mandir}/man1/*
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.112.0-27
+ Revision: 84b600b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18362 |14mr|perl-Unicode-Map8-0.130.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Unicode-Map8
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Mapping table between 8-bit chars and Unicode

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
# (tv) for test suite:
BuildRequires:	perl-Unicode-String

%description
The Unicode::Map8 class implement efficient mapping tables between 8-bit
character sets and 16 bit character sets like Unicode. The tables are efficient
both in terms of space allocated and translation speed. The 16-bit strings is
assumed to use network byte order.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# (tv) test suite failed in iurt but success with iurt --shell :-(
#%make test

%install
%makeinstall_std

%files 
%doc README Changes
%{perl_vendorarch}/auto/Unicode
%{perl_vendorarch}/Unicode
%{_mandir}/*/*
%{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.130.0-9
+ Revision: 8c112b6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18363 |14mr|perl-Unicode-MapUTF8-1.110.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Unicode-MapUTF8
%define upstream_version 1.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Conversions to and from arbitrary character sets and UTF8

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/S/SN/SNOWHARE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(Unicode::Map)
BuildRequires:	perl(Unicode::Map8)
BuildRequires:	perl(Jcode)
BuildArch:	noarch

%description
Provides an adapter layer between core routines for converting to and from UTF8
and other encodings. In essence, a way to give multiple existing Unicode
modules a single common interface so you don't have to know the underlaying
implementations to do simple UTF8 to-from other character set encoding
conversions. As such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map
and Jcode modules in a standardized and simple API.

This also provides general character set conversion operation based on UTF8 -
it is possible to convert between any two compatible and supported character
sets via a simple two step chaining of conversions.

As with most things Perlish - if you give it a few big chunks of text to chew
on instead of lots of small ones it will handle many more characters per
second.

By design, it can be easily extended to encompass any new charset encoding
conversion modules that arrive on the scene.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Unicode
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.110.0-7
+ Revision: 3e83a8d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18364 |14mr|perl-Unicode-String-2.90.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Unicode-String
%define upstream_version 2.09

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        8

Summary:        Unicode-String module for perl

License:        GPL+ or Artistic
Group:          Development/Perl
Url:            http://search.cpan.org/dist/%{upstream_name}/
Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/Unicode/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:  perl-devel >= 5.8.0
Requires:       perl

%description
These are experimental modules to handle various Unicode issues.  They
were made before perl included native UTF8 support.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%check
make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{perl_vendorarch}/auto/Unicode/String
%{perl_vendorarch}/Unicode/*.pm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.90.0-8
+ Revision: d969e82
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18365 |14mr|perl-Unix-Syslog-1.100.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Unix-Syslog
%define upstream_version 1.1

Summary:	Perl interface to the UNIX system logger

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	16
License:	GPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}/
Source0:	http://www.cpan.org/modules/by-module/Unix/%{module}-%{upstream_version}.tar.gz
Buildrequires:	perl-devel

%description
This module provides access to the system logger available on most
UNIX systems via perl XSUBs (perl's C interface).

%prep
%setup -qn %{module}-%{upstream_version}

%build
CFLAGS="%{optflags}" %__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%{perl_vendorarch}/*
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.100.0-16
+ Revision: 8c82a38
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18366 |14mr|perl-URI-1.640.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 URI
%define upstream_version 1.64

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Business::ISBN\\)'
%else
%define _requires_exceptions perl(Business::ISBN)
%endif

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	URI module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This Perl module implements the URI class. Objects of this class represent
Uniform Resource Identifier (URI) references as specified in RFC 2396.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%__make

%check
%__make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/URI.pm
%{perl_vendorlib}/URI
%{_mandir}/*/*

%changelog
* Tue Sep 23 2014 dsilakov <denis.silakov@rosalab.ru> 1.640.0-1
+ Revision: b2d84d7
- Merge pull request #3 from import/perl-URI:auto_update
- Updated to 1.64 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18367 |14mr|perl-URPM-4.62-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname URPM

Summary:	URPM module for perl
Name:		perl-%{modname}
Version:	4.62
Release:	2
License:	GPLv2+ or Artistic
Group:		Development/Perl
Source0:	%{modname}-%{version}.tar.xz
Patch0:		URPM-4.62-drop-rpmtsSetScriptFd.patch
Patch1:		URPM-4.62-increase-buff-size.patch
URL:		https://abf.rosalinux.ru/moondrake/perl-URPM
BuildRequires:	rpm-devel
BuildRequires:	perl(MDV::Packdrakeng)
BuildRequires:	perl-devel
BuildRequires:	perl-List-MoreUtils
BuildRequires:	perl-JSON-PP
BuildRequires:	perl(RPMBDB)

# we can now expect librpm API to be backward compatible
Requires:	rpm
Requires:	perl(MDV::Packdrakeng)
Conflicts:	urpmi < 7.24
Provides:	perl(URPM::Build) = %{version}-%{release}
Provides:	perl(URPM::Resolve) = %{version}-%{release}
Provides:	perl(URPM::Signature) = %{version}-%{release}

%description
The URPM module allows you to manipulate rpm files, rpm header files and
hdlist files and manage them in memory.

%prep
%setup -q -n %{modname}-%{version}
%patch0 -p1
%patch1 -p1

%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make

%check
# skip check suite when building on rpm 4, as some parts of it depends on
# rpm 5.3 to be installed
# [ "`rpm --version|sed -e  's/^.* \([0-9]\+\).*/\1/'`" != 4 ] && \
# make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorarch}/URPM.pm
%dir %{perl_vendorarch}/URPM
%{perl_vendorarch}/URPM/*.pm
%dir %{perl_vendorarch}/auto/URPM
%{perl_vendorarch}/auto/URPM/URPM.so

%changelog
* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.62-2
+ Revision: 74cd0e0
- Increase buff size

* Tue Jul 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.62-1
+ Revision: e3bd471
- Add missing patch

* Tue Jul 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.62-1
+ Revision: 8513939
- Updated to 4.62

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.43-29
+ Revision: 1654d9f
- MassBuild#440: Increase release tag

* Tue Jun 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.43-28
+ Revision: 143fc10
- Increase buffer size when generating strings for synthesis files

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.43-26
+ Revision: d58c644
- Bump release

* Fri May 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.43-25
+ Revision: 622395d
- Dump release

* Tue Apr 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.43-24
+ Revision: 8e3813d
- Avoid warnings if LANG is not set

* Fri Dec 20 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-23
+ Revision: 7220b7d
- Improve log message for the case when newer version of the package exist in repos

* Wed Oct 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-22
+ Revision: 76d4928
- Compare architecture when detecting newer versions in repo

* Thu Sep 26 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-21
+ Revision: 8b131ab
- Allow to select old packages in case of srpms

* Wed Sep 04 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-20
+ Revision: 8cf9bb4
- LOG Fix issue with LANG reset

* Mon Aug 26 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-19
+ Revision: 90f8b1d
- LOG Take LANG into acocunt when choosing among locale-specific packages

* Mon Aug 19 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-18
+ Revision: ee82fac
- Fix patch

* Mon Aug 19 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-18
+ Revision: 787caba
- Fix flaws found by coverity analyzer

* Tue Jul 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-17
+ Revision: db48c22
- Bump release

* Tue Jul 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-16
+ Revision: 274aee4
- Fix skip-installed-alternatives patch

* Tue Jul 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-16
+ Revision: 3a5bddb
- Fix malformed patch

* Tue Jul 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-16
+ Revision: f4e9d53
- Improve ignorance of old packages

* Mon Jul 22 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-15
+ Revision: 8b8686a
- Added a patch to skip old package versions

* Fri Jul 19 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-14
+ Revision: a16b49a
- Take pkg arch into account in the auto mode

* Tue Jul 16 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-13
+ Revision: 5b6159b
- Fix pkg version comparison

* Tue Jul 16 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-12
+ Revision: 3233260
- Improve selection of locale-dependent packages

* Thu Jul 04 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-11
+ Revision: 242eb67
- One more experimental fix

* Wed Jul 03 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-10
+ Revision: 33f7ce4
- Compare candidate versions in skip-alternatives patch

* Thu Jun 27 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-9
+ Revision: 1f19576
- Try to fix alternatives selection

* Thu Apr 04 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-8
+ Revision: f8bb36b
- Do not force update of packages that are newer than available in repos

* Mon Apr 01 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-7
+ Revision: e96e712
- Improve skip-installed-alternatives patch a little

* Mon Apr 01 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-6
+ Revision: 8ee5b66
- urpmi - in case of multiple choices, do not perform any action if one of the choices is already installed in the newest version

* Fri Mar 29 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-5
+ Revision: 56ca8e5
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18368 |14mr|perl-User-Identity-0.940.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    User-Identity
%define upstream_version 0.94

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	%{upstream_name} CPAN Perl module

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/User-Identity/
Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/User-Identity-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is the User Identity CPAN Perl module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%files
%doc Changes 
%{_mandir}/*/*
%{perl_vendorlib}/Mail/*
%{perl_vendorlib}/User/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.940.0-3
+ Revision: 530c1c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18369 |14mr|perl-Variable-Magic-0.530.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Variable-Magic
%define upstream_version 0.53

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Associate magic to variables from Perl

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Variable/Variable-Magic-%{upstream_version}.tar.gz

BuildRequires:	perl(Carp)
BuildRequires:	perl(Config)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(XSLoader)
BuildRequires:	perl-devel

%description
Magic is Perl's way of enhancing objects. This mechanism lets the user add
extra data to any variable and hook syntactical operations (such as access,
assignation or destruction) that can be applied to it. With this module,
you can add your own magic to any variable without the pain of the C API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorarch}/Variable
%{perl_vendorarch}/auto/Variable


%changelog
* Mon Sep 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.530.0-4
+ Revision: f30daac
- Rebuild to the main repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18370 |14mr|perl-version-0.990.900-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 version
%define upstream_version 0.9909

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Epoch:      1

Summary:	Perl extension for Version Objects

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/J/JP/JPEACOCK/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel

Provides:   perl(version) = %{epoch}:%{version}

%description
Overloaded version objects for all versions of Perl. This module implements
all of the features of version objects which will be part of Perl 5.10.0
except automatic version object creation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorarch}/version*
%{perl_vendorarch}/auto/version
%{_mandir}/*/*

%changelog
* Sun Sep 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.990.900-1
+ Revision: 845972e
- Added tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18371 |14mr|perl-WWW-Curl-4.170.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name WWW-Curl
%define upstream_version 4.17

Summary:	Perl extension interface for libcurl


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	perl-devel

%description
WWW::Curl is a Perl extension interface for libcurl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
# yes, some tests are interactive. that's Evil.
# no point in running them, then: they'll be skipped
# make test < /dev/null

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorarch}/WWW
%{perl_vendorarch}/auto/WWW
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.170.0-2
+ Revision: f5dde5d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18372 |14mr|perl-WWW-Mechanize-1.730.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  WWW-Mechanize
%define upstream_version 1.73

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Handy web browsing in a Perl object

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/WWW-Mechanize-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI)
BuildRequires:	perl(HTML::Form)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(URI)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Memory::Cycle)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Warn)
BuildRequires:	perl(Test::LongString)
BuildRequires:	perl(HTTP::Daemon)
BuildRequires:	perl(HTTP::Response::Encoding)
BuildRequires:	perl(HTTP::Server::Simple::CGI)
BuildArch:	noarch

%description
WWW::Mechanize, or Mech for short, helps you automate interaction with a
website. It supports performing a sequence of page fetches including following
links and submitting forms. Each fetched page is parsed and its links and forms
are extracted. A link or a form can be selected, form fields can be filled and
the next page can be fetched. Mech also stores a history of the URLs you've
visited, which can be queried and revisited.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor <<EOF
EOF
%make

%install
%makeinstall_std

%check
make test

%files 
%doc Changes etc/www-mechanize-logo.png
%{perl_vendorlib}/WWW
%{_mandir}/*/*
%{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.730.0-3
+ Revision: a1db4a4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18373 |14mr|perl-WWW-RobotRules-6.20.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    WWW-RobotRules
%define upstream_version 6.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Parse /robots.txt file

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/WWW-RobotRules-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(AnyDBM_File)
BuildRequires:	perl(Fcntl)
BuildRequires:	perl(URI)
BuildArch:	noarch

%description
This module parses _/robots.txt_ files as specified in "A Standard for
Robot Exclusion", at <http://www.robotstxt.org/wc/norobots.html> Webmasters
can use the _/robots.txt_ file to forbid conforming robots from accessing
parts of their web site.

The parsed files are kept in a WWW::RobotRules object, and this object
provides methods to check if access to a given URL is prohibited. The same
WWW::RobotRules object can be used for one or more parsed _/robots.txt_
files on any number of hosts.

The following methods are provided:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.20.0-3
+ Revision: 5395e1c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18374 |14mr|perl-XML-Checker-0.130.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Checker
%define upstream_version 0.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	XML::Checker - a Perl module for validating XML

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:		XML-Checker-0.13-fix_carp_1.25_output.patch

BuildRequires:	perl-devel
BuildRequires:	perl-XML-Parser >= 2.30
BuildRequires:	perl-XML-DOM >= 1.29
BuildRequires:	perl-libxml-perl >= 0.07
BuildArch:	noarch
Provides:	perl-libxml-enno = %{version}-%{release}

%description
XML::Checker can be used in different ways to validate XML. See the
manual pages of XML::Checker::Parser and XML::DOM::ValParser for more
information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0 -b .carp

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML/Checker*
%{perl_vendorlib}/XML/DOM/*
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.130.0-8
+ Revision: 3476048
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18375 |14mr|perl-XML-DOM-1.440.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-DOM
%define upstream_version 1.44

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	XML::DOM - build DOM Level 1 compliant document structures

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-XML-Parser >= 2.30
BuildRequires:	perl-XML-RegExp
BuildRequires:	perl-libwww-perl
BuildRequires:	perl-libxml-perl >= 0.07
BuildArch:	noarch
Provides:	perl-libxml-enno = %{version}-%{release}

%description
This is a Perl extension to XML::Parser. It adds a new 'Style' to
XML::Parser, called 'Dom', that allows XML::Parser to build an Object
Oriented datastructure with a DOM Level 1 compliant interface.
However, there is a new DOM module, XML::GDOME which is under active
development and significantly faster than XML::DOM, since it is based
on the libgdome C library.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# some old'ish utf8 stuff, nuke it (rgs)
rm -f t/dom_jp_attr.t
rm -f t/dom_jp_cdata.t
rm -f t/dom_jp_example.t
rm -f t/dom_jp_minus.t
rm -f t/dom_jp_modify.t
rm -f t/dom_jp_print.t
make test

%install
%makeinstall_std

%files
%doc Changes README
%dir %{perl_vendorlib}/XML/DOM
%{perl_vendorlib}/XML/DOM.pm
%{perl_vendorlib}/XML/DOM/*.pod
%{perl_vendorlib}/XML/DOM/*.pm
%{perl_vendorlib}/XML/Handler/*
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.440.0-7
+ Revision: 3e02e94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18376 |14mr|perl-XML-DOM-XPath-0.140.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-DOM-XPath
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	XPath support to XML::DOM, using XML::XPath engine

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-XML-XPath
BuildRequires:	perl-XML-XPathEngine
BuildRequires:	perl-XML-DOM
BuildArch:	noarch
Provides:	perl-libxml-enno = %{version}-%{release}

%description
XML::DOM::XPath allows you to use XML::XPath methods to query a DOM. This is
often much easier than relying only on getElementsByTagName.

It lets you use all of the XML::DOM methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%{perl_vendorlib}/XML
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.140.0-7
+ Revision: fc3aeee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18377 |14mr|perl-XML-Encoding-2.90.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-Encoding
%define upstream_version 2.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A perl module for parsing XML encoding maps


License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)
BuildArch:	noarch

%description
This module, which is built as a subclass of XML::Parser, provides a parser for
encoding map files, which are XML files. The file maps/encmap.dtd in the
distribution describes the structure of these files. Calling a parse method
returns the name of the encoding map (obtained from the name attribute of the
root element). The contents of the map are processed through the callback
functions push_prefix, pop_prefix, and range_set.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
make test

%install
%makeinstall_std

%files
%{_mandir}/*/*
%{_bindir}/*
%{perl_vendorlib}/XML



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.90.0-2
+ Revision: ed36888
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18378 |14mr|perl-XML-Filter-BufferText-1.10.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Filter-BufferText
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Filter to put all characters() in one event

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(XML::SAX)
BuildArch:	noarch

%description
This is a very simple filter. One common cause of grief (and programmer error)
is that XML parsers aren't required to provide character events in one chunk.
They can, but are not forced to, and most don't. This filter does the trivial
but oft-repeated task of putting all characters into a single event.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 BufferText.pm Changes README

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc Changes README
%{perl_vendorlib}/XML
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10.0-8
+ Revision: 61f4aee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18379 |14mr|perl-XML-Filter-DetectWS-0.10.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Filter-DetectWS
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	XML::Filter::DetectWS - a PerlSAX filter that detects ignorable whitespace

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-XML-Filter-SAXT
BuildArch:	noarch
Provides:	perl-libxml-enno = %{version}-%{release}

%description
This a PerlSAX filter that detects which character data contains
ignorable whitespace and optionally filters it.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML/Filter/DetectWS.pm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.0-7
+ Revision: 82da4a3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18380 |14mr|perl-XML-Filter-SAXT-0.10.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Filter-SAXT
%define upstream_version 0.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	XML::Filter::SAXT - replicates SAX events to several SAX event handlers

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch
Provides:	perl-libxml-enno = %{version}-%{release}

%description
SAXT is like the Unix 'tee' command in that it multiplexes the input
stream to several output streams. In this case, the input stream is a
PerlSAX event producer (like XML::Parser::PerlSAX) and the output
streams are PerlSAX handlers or filters.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML/Filter/SAXT.pm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.0-7
+ Revision: 1389e9d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18381 |14mr|perl-XML-Grove-0.460.0alpha-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-Grove
%define upstream_version 0.46alpha

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Provides the information set of parsed XML/HTML/SGML trees

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The XML::Grove Perl module provides simple access to the information
set of parsed XML, HTML, or SGML instances using a tree of Perl
hashes.  This package also includes several extensions to XML::Grove
that provide the following:

   - returning element contents as a string
   - returning element contents as XML, HTML, or Canonical XML
   - processing entire groves using the visitor pattern
   - processing entire groves using PerlSAX
   - running a filter over all nodes in the grove
   - substituting values into an XML template grove
   - indexing a grove by ID or other attributes
   - accessing elements and objects via URL-like paths
   - create grove objects using an easy shorthand

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std

%files
%{_mandir}/*/*
%{perl_vendorlib}/XML/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.460.0alpha-8
+ Revision: 9dad274
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18382 |14mr|perl-XML-Handler-YAWriter-0.230.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Handler-YAWriter
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	XML::Handler::YAWriter perl module

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.cpan.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-libxml-perl >= 0.06
BuildArch:	noarch

Provides:	XML-Handler-YAWriter = %{version}-%{release}

%description
YAWriter implements Yet Another XML::Handler::Writer. The reasons for
this one are that I needed a flexible escaping technique, and want
some kind of pretty printing.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%__rm -f %{buildroot}%{perl_archlib}/perllocal.pod

%files
%doc README
%{_bindir}/*
%{perl_vendorlib}/XML/Handler/*
%{_mandir}/man[13]/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.230.0-7
+ Revision: dc4135c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18383 |14mr|perl-XML-LibXML-2.11.600-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	XML-LibXML
%define modver 2.0116

Summary:	Perl Binding for libxml2


Name:		perl-%{module}
Version:	%perl_convert_version %{modver}
Release:	2
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}/
Source0:	http://www.cpan.org/modules/by-module/XML/XML-LibXML-%{modver}.tar.gz

BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	perl(XML::NamespaceSupport)
BuildRequires:	perl(XML::SAX)
BuildRequires:	perl-devel
Obsoletes:	perl-XML-LibXML-XPathContext
Obsoletes:	perl-XML-LibXML-Common
Requires(post):	perl-XML-SAX >= 0.11
Requires(preun):perl-XML-SAX >= 0.11

%description
This module implements much of the DOM Level 2 API as an 
interface to the Gnome libxml2 library. This makes it a fast
and highly capable validating XML parser library, as well as
a high performance DOM.

%prep
%setup -q -n %{module}-%{modver}

%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" SKIP_SAX_INSTALL=1
%make

%check
make test

%install
%makeinstall_std

%preun -p %{__perl}
use XML::SAX;
XML::SAX->remove_parser(q(XML::LibXML::SAX::Parser))->save_parsers();

%post -p %{__perl}
use XML::SAX;
XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers();

%files
%doc Changes README example/*
%{perl_vendorarch}/auto/XML/LibXML
%{perl_vendorarch}/XML/LibXML*
%{_mandir}/*/*






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.11.600-2
+ Revision: 04cd69d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18384 |14mr|perl-XML-LibXSLT-1.920.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-LibXSLT
%define upstream_version 1.92

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl interface to the gnome libxslt library

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  libgdbm-devel
BuildRequires:  libxslt-devel
BuildRequires:  perl(XML::LibXML) >= 1.59
BuildRequires:  perl-devel

Requires:       perl(XML::LibXML) >= 1.59

%description
This module is a fast XSLT library, based on the Gnome libxslt engine.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%clean 

%install
%makeinstall_std

%files 
%doc Changes README example/*
%{_mandir}/*/*
%{perl_vendorarch}/XML
%{perl_vendorarch}/auto/XML




%changelog
* Wed Jul 16 2014 dsilakov <denis.silakov@rosalab.ru> 1.920.0-1
+ Revision: 5964d61
- Merge pull request #1 from import/perl-XML-LibXSLT:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18385 |14mr|perl-XML-NamespaceSupport-1.110.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-NamespaceSupport
%define upstream_version 1.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    8

Summary:	%{upstream_name} module for perl

License:	MPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl-devel
BuildArch:	noarch


%description
This module offers a simple to process namespaced XML names (unames) from
within any application that may need them. It also helps maintain a prefix
to namespace URI map, and provides a number of basic checks.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes README

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
%make test

%clean

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML/*.pm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.110.0-8
+ Revision: 6a52eb6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18386 |14mr|perl-XML-Parser-2.410.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 XML-Parser
%define	upstream_version 2.41

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	A perl module for parsing XML documents

License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz
Source1:	http://uucode.com/xml/perl/enc.tar.bz2
Patch0:		XML-Parser-2.36-use_filehandle.patch

BuildRequires:	chrpath
BuildRequires:	libexpat-devel >= 2.0.1
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl-devel >= 2:5.14
BuildRequires:	perl-List-MoreUtils >= 0.320.0-3
BuildRequires:	perl-libwww-perl

%description
A perl module for parsing XML documents.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%setup -q -n %{upstream_name}-%{upstream_version} -T -D -a 1
%patch0 -p0 -b .filehandle

%build
%define Werror_cflags %{nil}
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
make test

%install
%makeinstall_std
install -m 644 enc/koi8-r.enc %{buildroot}%{perl_vendorarch}/XML/Parser/Encodings
chmod +w   %{buildroot}%{perl_vendorarch}/auto/XML/Parser/Expat/Expat.so
chrpath -d %{buildroot}%{perl_vendorarch}/auto/XML/Parser/Expat/Expat.so

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorarch}/XML/Parser*
%{perl_vendorarch}/auto/XML/Parser*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.410.0-9
+ Revision: 2e2274f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18387 |14mr|perl-XML-RegExp-0.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-RegExp
%define upstream_version 0.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	XML::RegExp - regular expressions for XML tokens

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-RegExp-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This package contains regular expressions for the following XML
tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar,
NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/XML/RegExp.pm
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.40.0-3
+ Revision: fdd70e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18388 |14mr|perl-XML-SAX-0.990.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-SAX
%define upstream_version 0.99

# skipping requires on perl modules not in perl-base but in perl pkg
# those requires are only used by PurePerl module, whereas we often use perl-XML-LibXML
# this is useful to ensure urpmi only need perl-base, not perl
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(File::Temp\\)|perl\\(Encode\\)'
%else
%define _requires_exceptions perl(File::Temp)\\|perl(Encode)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Simple API for XML

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl(XML::NamespaceSupport)
Provides:	perl(XML::SAX::PurePerl::DTDDecls)
Provides:	perl(XML::SAX::PurePerl::DocType)
Provides:	perl(XML::SAX::PurePerl::EncodingDetect)
Provides:	perl(XML::SAX::PurePerl::XMLDecl)
BuildArch:	noarch

%description
XML::SAX consists of several framework classes for using and building
Perl SAX2 XML parsers, filters, and drivers. It is designed around the
need to be able to "plug in" different SAX parsers to an application
without requiring programmer intervention. Those of you familiar with
the DBI will be right at home. Some of the designs come from the Java
JAXP specification (SAX part), only without the javaness.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes LICENSE README

%build
%__perl Makefile.PL INSTALLDIRS=vendor <<EOF
N
EOF
%make

%check
make test

%install
%makeinstall_std PERL="perl -I%{buildroot}%{perl_vendorlib}/"
touch %{buildroot}%{perl_vendorlib}/XML/SAX/ParserDetails.ini

rm -f %{buildroot}%{perl_vendorlib}/XML/SAX/placeholder.pl

%post
perl -MXML::SAX -e \
  'XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()' 2>/dev/null

%preun
if [ $1 -eq 0 ]; then
  perl -MXML::SAX -e \
    'XML::SAX->remove_parser(q(XML::SAX::PurePerl))->save_parsers()'
fi

%files
%doc Changes LICENSE README
%{perl_vendorlib}/XML
%{_mandir}/man3/XML::*.3*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.990.0-4
+ Revision: f78f356
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18389 |14mr|perl-XML-SAX-Base-1.80.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-SAX-Base
%define upstream_version 1.08

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:	Simple API for XML Base

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

Buildrequires:	perl-devel
BuildRequires:	perl(XML::NamespaceSupport)
BuildArch:	noarch

%description
This module has a very simple task - to be a base class for 
PerlSAX drivers and filters.  It's default behaviour is to 
pass the input directly to the output unchanged. It can be 
useful to use this module as a base class so you don't 
have to, for example, implement the characters() callback.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes README

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor <<EOF
N
EOF
%make

%check
%make test

%install
%makeinstall_std PERL="perl -I%{buildroot}%{perl_vendorlib}/"

%clean 

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/XML
%{_mandir}/man3/XML::*.3*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.80.0-3
+ Revision: 65e2d4d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18390 |14mr|perl-XML-SAX-Expat-0.510.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-SAX-Expat
%define upstream_version 0.51

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
Summary:	SAX2 Driver for perl Expat Module


License:	Artistic or GPL+
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/XML/XML-SAX-Expat-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(XML::SAX::Base)
BuildRequires:	perl(XML::Parser)         
BuildRequires:	perl(XML::NamespaceSupport)
BuildRequires:	perl(XML::SAX)            
BuildArch:	noarch

%description
An implementation of a SAX2 driver sitting on top of Expat (XML::Parser). 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# some autoregistration stufif, moved to %post
perl -pi -e 'm/^sub MY/ and exit' Makefile.PL
chmod -x Changes

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std
chmod -x %{buildroot}%{perl_vendorlib}/XML/SAX/Expat.pm

%post 
# directly taken from Makefile
perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"

%files
%doc Changes
%{perl_vendorlib}/XML
%{_mandir}/man3/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.510.0-3
+ Revision: 97f9937
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18391 |14mr|perl-XML-SAX-Writer-0.540.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-SAX-Writer
%define upstream_version 0.54

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	SAX2 Writer

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/XML-SAX-Writer-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Text::Iconv)
BuildRequires:	perl(XML::Filter::BufferText)
BuildRequires:	perl(XML::SAX)
BuildArch:	noarch

%description
A new XML Writer was needed to match the SAX2 effort because quite naturally no
existing writer understood SAX2. My first intention had been to start patching
XML::Handler::YAWriter as it had previously been my favourite writer in the
SAX1 world.

However the more I patched it the more I realised that what I thought was going
to be a simple patch (mostly adding a few event handlers and changing the
attribute syntax) was turning out to be a rewrite due to various ideas I'd been
collecting along the way. Besides, I couldn't find a way to elegantly make it
work with SAX2 without breaking the SAX1 compatibility which people are
probably still using. There are of course ways to do that, but most require
user interaction which is something I wanted to avoid.

So in the end there was a new writer. I think it's in fact better this way as
it helps keep SAX1 and SAX2 separated.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 README Changes lib/XML/SAX/Writer/XML.pm

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/XML
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.540.0-3
+ Revision: 88bba57
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18392 |14mr|perl-XML-Simple-2.200.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-Simple
%define upstream_version 2.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Easy API to maintain XML (esp config files)

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/XML/XML-Simple-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(XML::SAX)
BuildArch:	noarch

%description
XML::Simple is a trivial perl API to manipulate XML.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/XML
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.200.0-3
+ Revision: 8624380
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18393 |14mr|perl-XML-Stream-1.230.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-Stream
%define upstream_version 1.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	%{upstream_name} perl module

License: 	LGPL
Group:		Development/Perl
Url:		http://www.cpan.org/
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-Unicode-String
BuildRequires:	perl-Authen-SASL
BuildArch:	noarch

%description
This module provides you with access to XML Streams.  An XML Stream
is just that.  A stream of XML over a connection between two computers.

%prep
%setup -q  -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor 
make

%check
make test

%install
%makeinstall_std

%files
%doc README CHANGES
%{_mandir}/*/*
%{perl_vendorlib}/XML/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.230.0-7
+ Revision: b05fc41
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18394 |14mr|perl-XML-Twig-3.480.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Twig
%define upstream_version 3.48

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    A perl module for processing huge XML documents in tree mode

License:    Artistic
Group:      Development/Perl
Url:        http://www.xmltwig.com/xmltwig/
Source0:    http://www.xmltwig.com/xmltwig/%{upstream_name}-%{upstream_version}.tar.gz

# for tests
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(XML::Parser) >= 2.230.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
XML::Twig is a Perl module that subclasses XML-Parser to allow easy
processing of XML documents of all sizes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
# TODO: maintainer: package them if requested...
perl Makefile.PL INSTALLDIRS=vendor << EOF
n
n
n
EOF
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{perl_vendorlib}/XML
%{_mandir}/*/*
%{_bindir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.480.0-2
+ Revision: 272be2a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18395 |14mr|perl-XML-Validator-Schema-1.100.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-Validator-Schema
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	Validate XML with a subset of W3C XML Schema

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Tree::DAG_Node)
BuildRequires:	perl(XML::Filter::BufferText)
BuildRequires:	perl(XML::SAX)
BuildArch:	noarch

%description
This module allows you to validate XML documents against a W3C XML Schema.
This module does not implement the full W3C XML Schema recommendation
(http://www.w3.org/XML/Schema), but a useful subset. See the "SCHEMA
SUPPORT" section below.

*IMPORTANT NOTE*: To get line and column numbers in the error messages
generated by this module you must install XML::Filter::ExceptionLocator and
use XML::SAX::ExpatXS as your SAX parser. This module is much more useful
if you can tell where your errors are, so using these modules is highly
recommeded!

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.100.0-7
+ Revision: db7be9c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18396 |14mr|perl-XML-Writer-0.612.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-Writer
%define upstream_version 0.612

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	Module for writing XML documents

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)

BuildArch:	noarch

%description
XML::Writer is a simple Perl module for writing XML documents: it
takes care of constructing markup and escaping data correctly, and by
default, it also performs a significant amount of well-formedness
checking on the output, to make certain (for example) that start and
end tags match, that there is exactly one document element, and that
there are not duplicate attribute names.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/XML/Writer*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.612.0-8
+ Revision: c0f0a53
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18397 |14mr|perl-XML-XPath-1.130.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 XML-XPath
%define upstream_version 1.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	8

Summary:	XML::XPath - a set of modules for parsing and evaluating XPath statements

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://sergeant.org
Source0:	http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/%{upstream_name}-%{upstream_version}.tar.bz2
# (oe) http://rt.cpan.org/NoAuth/Bug.html?id=6363
Patch0:		XML-XPath-1.13-bug6363.diff

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)

BuildArch:	noarch

%description
This module aims to comply exactly to the XPath specification 
at http://www.w3.org/TR/xpath and yet allow extensions to be 
added in the form of functions. Modules such as XSLT and 
XPointer may need to do this as they support functionality 
beyond XPath.

%prep
%setup -q  -n %{upstream_name}-%{upstream_version}
%patch0 -p1

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README TODO examples
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/XML/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.130.0-8
+ Revision: 7a6082b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18398 |14mr|perl-XML-XPathEngine-0.140.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-XPathEngine
%define upstream_version 0.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	A re-usable XPath engine for DOM-like trees

License:	Artistic and GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/XML/XML-XPathEngine-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides an XPath engine, that can be re-used by other
module/classes that implement trees.

In order to use the XPath engine, nodes in the user module need to mimick DOM
nodes. The degree of similitude between the user tree and a DOM dictates how
much of the XPath features can be used. A module implementing all of the DOM
should be able to use this module very easily (you might need to add the cmp
method on nodes in order to get ordered result sets).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/XML



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.140.0-3
+ Revision: bc8632b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18399 |14mr|perl-XML-XQL-0.680.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-XQL
%define upstream_version 0.68

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	6

Summary:	XML::XQL - query XML tree structures with XQL

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-XML-DOM >= 1.29
BuildRequires:	perl(Date::Manip) >= 5.33
BuildRequires:	perl-Parse-Yapp
BuildRequires:	perl-XML-Parser >= 2.30
BuildArch:	noarch

%description
This is a Perl extension that allows you to perform XQL queries on XML
object trees. Currently only the XML::DOM module is supported, but
other implementations, like XML::Grove, may soon follow.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%attr(755,root,root) %{_bindir}/*
%dir %{perl_vendorlib}/XML/XQL
%{perl_vendorlib}/XML/XQL.pm
%{perl_vendorlib}/XML/XQL/*.pm
%{perl_vendorlib}/XML/XQL/*.pod
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.680.0-6
+ Revision: 92503e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18400 |14mr|perl-XML-XSLT-0.480.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 XML-XSLT
%define upstream_version 0.48

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7

Summary:	XML::XSLT - A perl module for processing XSLT

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://www.cpan.org/
Source0:	http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:	perl-devel
BuildRequires:	perl-XML-Parser
BuildRequires:	perl-XML-DOM
BuildArch:	noarch

%description
This module implements the W3C's XSLT specification. The goal is
full implementation of this spec, but we have not yet achieved
that. However, it already works well. See XML::XSLT Commands for
the current status of each command.

XML::XSLT makes use of XML::DOM and LWP::Simple, while XML::DOM
uses XML::Parser.  Therefore XML::Parser, XML::DOM and LWP::Simple
have to be installed properly for XML::XSLT to run.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# (tv) fix doc permissions:
chmod 755 examples

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc ChangeLog MANIFEST README examples
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/XML



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.480.0-7
+ Revision: 4f24d68
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18401 |14mr|perl-YAML-1.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name YAML
%define upstream_version 1.11

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	YAML Ain't Markup Language (tm)



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-Test-Base >= 0.47
BuildRequires:	perl-devel
Provides:	perl-YAML-parser
Buildarch:	noarch

%description
The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0
specification. http://www.yaml.org/spec/

YAML is a generic data serialization language that is optimized for human
readability. It can be used to express the data structures of most modern
programming languages. (Including Perl!!!)

For information on the YAML syntax, please refer to the YAML specification.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor <<EOF
EOF
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/YAML*
# %{perl_vendorlib}/Test/YAML*
%{_mandir}/*/*

%changelog
* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.110.0-1
+ Revision: fcf5229
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18402 |14mr|perl-YAML-Syck-1.270.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    YAML-Syck
%define upstream_version 1.27

%define Werror_cflags %{nil}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Fast, lightweight YAML loader and dumper

License:    MIT
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/YAML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl-devel
Provides:   perl-YAML-parser

%description
This module provides a Perl interface to the libsyck data
serialization library. It exports the Dump and Load functions for
converting Perl data structures to YAML strings, and the other way
around.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%files
%doc COMPATIBILITY COPYING Changes META.yml MYMETA.yml README
%{_mandir}/*/*
%{perl_vendorarch}/JSON
%{perl_vendorarch}/YAML
%{perl_vendorarch}/auto/YAML


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.270.0-2
+ Revision: dcb9188
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18403 |14mr|perl-YAML-Tiny-1.500.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    YAML-Tiny
%define upstream_version 1.50

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6

Summary:    Read/Write YAML files with as little code as possible

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/YAML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel
BuildArch: noarch

%description
*YAML::Tiny* is a perl class for reading and writing YAML-style files,
written with as little code as possible, reducing load time and memory
overhead.

Most of the time it is accepted that Perl applications use a lot of memory
and modules. The *::Tiny* family of modules is specifically intended to
provide an ultralight and zero-dependency alternative to many more-thorough
standard modules.

This module is primarily for reading human-written files (like simple
config files) and generating very simple human-readable files. Note that I
said *human-readable* and not *geek-readable*. The sort of files that your
average manager or secretary should be able to look at and make sense of.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc LICENSE README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/YAML



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.500.0-6
+ Revision: 1907109
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18404 |14mr|pessulus-2.30.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Desktop lockdown editor for GNOME
Name: pessulus
Version: 2.30.4
Release: 5
Source0: http://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.bz2
License: GPLv2+
Group: Graphical desktop/GNOME
Url: http://www.gnome.org/~vuntz/pessulus/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: pygtk2.0-devel >= 2.6.0
BuildRequires: gnome-python >= 2.6.0
BuildRequires: gnome-python-devel >= 2.6.0
BuildRequires: gnome-python-desktop
BuildRequires: intltool
BuildRequires: desktop-file-utils
Requires: gnome-python gnome-python-gconf pygtk2.0-libglade
#gw for bugbuddy
Requires: gnome-python-desktop
# fix http://bugs.rosalinux.ru/show_bug.cgi?id=2829
Requires: libbonobo

%description 
pessulus is a lockdown editor for GNOME, written in python.  pessulus
enables administrators to set mandatory settings in GConf. The users
can not change these settings.

Use of pessulus can be useful on computers that are open to use by
everyone, e.g. in an internet cafe.


%prep
%setup -q

%build
./configure --prefix=%_prefix
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
%find_lang %name
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-System-Configuration-GNOME-Advanced" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*


%if %mdkversion < 200900
%post
%update_menus
%endif
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog HACKING NEWS MAINTAINERS README TODO
%_bindir/%name
%_iconsdir/hicolor/*/apps/*
%_datadir/%name/
%_datadir/applications/%name.desktop
%py_puresitedir/Pessulus/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.30.4-5
+ Revision: f526341
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18405 |14mr|phonon-4.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4

Summary:	KDE4 Multimedia Framework
Name:		phonon
Version:	4.8.0
Release:	1
Epoch:		2
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://phonon.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/phonon/%{version}/%{name}-%{version}.tar.xz
Patch0:		phonon-4.6.50-phonon-allow-stop-empty-source.patch
Patch1:		phonon-4.8.0-cmake.patch
BuildRequires:	automoc4
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	qt4-devel
BuildRequires:	qt4-qmlviewer
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libpulse)

%description
Phonon is the KDE4 Multimedia Framework.

#--------------------------------------------------------------------

%define libphononexperimental %mklibname phononexperimental %{major}

%package -n %{libphononexperimental}
Summary:	Phonon Library
Group:		System/Libraries

%description -n %{libphononexperimental}
Library for Phonon.

%files -n %{libphononexperimental}
%{_libdir}/libphononexperimental.so.%{major}*

#--------------------------------------------------------------------

%define libphonon %mklibname phonon %{major}

%package -n %{libphonon}
Summary:	Phonon Library
Group:		System/Libraries

%description -n %{libphonon}
Library for Phonon.

%files -n %{libphonon}
%{_libdir}/libphonon.so.%{major}*

#--------------------------------------------------------------------
%package designer-plugin
Summary:	Phonon Designer Plugin
Group:		System/Libraries
Conflicts:	qt4-designer-plugin-phonon <= 5:4.7.4

%description designer-plugin
Designer plugin for phonon.

%files designer-plugin
%{_qt_plugindir}/designer/libphononwidgets.so

#--------------------------------------------------------------------

%package devel
Group:		Development/KDE and Qt
Summary:	Phonon Development Files
Requires:	%{libphononexperimental} = %{EVRD}
Requires:	%{libphonon} = %{EVRD}
Requires:	phonon-designer-plugin = %{EVRD}

%description devel
Header files needed to compile applications for KDE.

%files devel
%{_qt_datadir}/mkspecs/modules/qt_phonon.pri
%{_datadir}/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml
%{_datadir}/phonon/buildsystem/
%{_includedir}/phonon/
%{_includedir}/KDE/
%{_libdir}/libphonon.so
%{_libdir}/libphononexperimental.so
%{_libdir}/pkgconfig/phonon.pc
%{_libdir}/cmake/phonon/Phonon*.cmake

#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake \
	-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON

%make

%install
%makeinstall_std -C build


%changelog
* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.8.0-1
+ Revision: 8ac7122
- Fix patch name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18406 |14mr|phonon-gstreamer-4.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0

Summary:	GStreamer backend to Phonon
Name:		phonon-gstreamer
Version:	4.8.0
Release:	1
Epoch:		2
License:	LGPLv2.1+
Group:		Sound
Url:		http://phonon.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-gstreamer/%{version}/src/phonon-backend-gstreamer-%{version}.tar.xz
Patch0:		phonon-4.7.80-flac_mimetype.patch
BuildRequires:	automoc4
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-%{api})
BuildRequires:	pkgconfig(gstreamer-audio-%{api})
# Not in gst 1.0 yet, at least not in 1.2.4
#BuildRequires:	pkgconfig(gstreamer-cdda-%{api})
BuildRequires:	pkgconfig(gstreamer-pbutils-%{api})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api})
BuildRequires:	pkgconfig(gstreamer-riff-%{api})
BuildRequires:	pkgconfig(gstreamer-rtp-%{api})
BuildRequires:	pkgconfig(gstreamer-rtsp-%{api})
BuildRequires:	pkgconfig(gstreamer-sdp-%{api})
BuildRequires:	pkgconfig(gstreamer-tag-%{api})
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(phonon)
# Yes, really...
# The bit we need is the qt5_use_modules cmake macro.
BuildRequires:	pkgconfig(Qt5Core)
Requires:	gstreamer%{api}-pulse
Requires:	gstreamer%{api}-plugins-good
Requires:	gstreamer%{api}-plugins-base
Suggests:	gstreamer%{api}-plugins-bad
Suggests:	gstreamer%{api}-plugins-ugly
Suggests:	gstreamer%{api}-ffmpeg
Suggests:	gstreamer%{api}-soup
Provides:	phonon-backend

%description
GStreamer backend to Phonon.

%files
%{_libdir}/kde4/plugins/phonon_backend/phonon_gstreamer.so
%{_datadir}/kde4/services/phononbackends/gstreamer.desktop
%{_iconsdir}/*/*/*/*

#--------------------------------------------------------------------
%prep
%setup -qn phonon-backend-gstreamer-%{version}
%apply_patches

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.8.0-1
+ Revision: 43659de
- New version 4.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18407 |14mr|php-5.5.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _build_pkgcheck_set %{nil}
%define _build_pkgcheck_srpm %{nil}

%define build_test 1
%{?_with_test: %{expand: %%global build_test 1}}
%{?_without_test: %{expand: %%global build_test 0}}

%define build_libmagic 0
%{?_with_libmagic: %{expand: %%global build_libmagic 1}}
%{?_without_libmagic: %{expand: %%global build_libmagic 0}}

%define php5_common_major 5
%define libname %mklibname php5_common %{php5_common_major}

%define __noautoreq '.*/bin/awk|.*/bin/gawk|.*/bin/php'

Summary:	The PHP5 scripting language
Name:		php
Version:	5.5.14
Release:	1
Source0:	http://se.php.net/distributions/php-%{version}.tar.gz
Group:		Development/PHP
License:	PHP License
URL:		http://www.php.net
Source1:	php-test.ini
Source2:	maxlifetime
Source3:	php.crond
Source4:	php-fpm.service
Source5:	php-fpm.sysconf
Source6:	php-fpm.logrotate
# S7 comes from ext/fileinfo/create_data_file.php but could be removed someday
Source7:	create_data_file.php
Source9:        php-fpm-tmpfiles.conf
Source10:	php.ini
Patch0:		php-init.diff
Patch1:		php-shared.diff
Patch3:		php-libtool.diff
Patch4:		php-phpize.diff
Patch5:		php-phpbuilddir.diff
# http://www.outoforder.cc/projects/apache/mod_transform/
# http://www.outoforder.cc/projects/apache/mod_transform/patches/php5-apache2-filters.patch
Patch6:		php5-apache2-filters.diff
# remove libedit once and for all
Patch7:		php-no_libedit.diff
Patch8:		php-xmlrpc_epi.patch
Patch9:		php-xmlrpc_no_rpath.diff
Patch10:	php-5.5.7-detect-freetype-2.5.x.patch
Patch11:	php-5.3.8-bdb-5.2.diff
Patch12:	php-5.5.6-db-6.0.patch
#####################################################################
# Stolen from PLD
Patch20:	php-mail.diff
Patch21:	php-filter-shared.diff
Patch22:	php-dba-link.patch
Patch23:	php-zlib-for-getimagesize.patch
Patch25:	php-5.3.10-external_libzip.diff
Patch26:	php-5.3.9RC2-mcrypt-libs.diff
# for kolab2
# P50 was rediffed from PLD (php-5.3.3-8.src.rpm) which merges the annotation and status-current patches
Patch27:	php-imap-annotation+status-current.diff
# P51 was taken from http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/php/patches/php-5.3.2/
Patch28:	php-imap-myrights.diff
Patch29:	php-5.3.x-fpm-0.6.5-shared.diff
Patch30:	php-5.3.x-fpm-0.6.5-mdv_conf.diff
#####################################################################
# stolen from debian
Patch50:	php-session.save_path.diff
Patch51:	php-exif_nesting_level.diff
#####################################################################
# Stolen from fedora
Patch101:	php-cxx.diff
Patch102:	php-install.diff
Patch105:	php-umask.diff
# Fixes for extension modules
Patch113:	php-libc-client.diff
Patch114:	php-no_pam_in_c-client.diff
# Functional changes
Patch115:	php-dlopen.diff
# Fix bugs
Patch120:	php-tests-wddx.diff
Patch121:	php-bug43221.diff
Patch123:	php-bug43589.diff
Patch226:	php-no-fvisibility_hidden_fix.diff
Patch227:	php-5.3.0RC1-enchant_lib64_fix.diff
Patch228:	php-5.3.0RC2-xmlrpc-epi_fix.diff

BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	bison
BuildRequires:	byacc
BuildRequires:	file
BuildRequires:	flex
BuildRequires:	lemon
BuildRequires:	libtool
BuildRequires:	openssl
BuildRequires:	re2c >= 0.13.4

BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)

BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	aspell-devel
BuildRequires:	bzip2-devel
BuildRequires:	c-client-devel >= 2007
BuildRequires:	db-devel
BuildRequires:	elfutils-devel
BuildRequires:	freetds-devel >= 0.63
BuildRequires:	gdbm-devel
BuildRequires:	gd-devel >= 2.0.33
BuildRequires:	gettext-devel
BuildRequires:	gmp-devel
BuildRequires:	gpm-devel
BuildRequires:	icu-devel >= 49.0
BuildRequires:	jpeg-devel
BuildRequires:	openldap-devel
BuildRequires:	libmcrypt-devel
BuildRequires:	sasl-devel
BuildRequires:	libtool-devel
BuildRequires:	mbfl-devel >= 1.2.0
BuildRequires:	mysql-devel >= 4.1.7
BuildRequires:	net-snmp-devel
BuildRequires:	net-snmp-mibs
BuildRequires:	onig-devel >= 5.9.2
BuildRequires:	pam-devel
BuildRequires:	postgresql-devel
BuildRequires:	readline-devel
BuildRequires:	recode-devel
BuildRequires:	t1lib-devel
BuildRequires:	tidy-devel
BuildRequires:	unixODBC-devel >= 2.2.1
BuildRequires:	xmlrpc-epi-devel
%if %{build_libmagic}
BuildRequires:	magic-devel
%endif
Epoch: 3

# stupid postgresql... stupid build system...
# this is needed due to the postgresql packaging and due to bugs like this:
# https://qa.mandriva.com/show_bug.cgi?id=52527
%define postgresql_version %(pg_config &>/dev/null && pg_config 2>/dev/null | grep "^VERSION" | awk '{ print $4 }' 2>/dev/null || echo 0)

%description
PHP5 is an HTML-embeddable scripting language. PHP5 offers built-in database
integration for several commercial and non-commercial database management
systems, so writing a database-enabled script with PHP5 is fairly simple. The
most common use of PHP5 coding is probably as a replacement for CGI scripts.

%package	cli
Summary:	PHP5 CLI interface
Group:		Development/Other
Requires:	%{libname} >= %{EVRD}
Requires:	php-ctype >= %{EVRD}
Requires:	php-filter >= %{EVRD}
Requires:	php-ftp >= %{EVRD}
Requires:	php-gettext >= %{EVRD}
Requires:	php-hash >= %{EVRD}
Requires:	php-ini >= %{version}
Requires:	php-json >= %{EVRD}
Requires:	php-openssl >= %{EVRD}
Requires:	php-posix >= %{EVRD}
Requires:	php-session >= %{EVRD}
# Suggests:	php-suhosin >= 0.9.33
Requires:	php-sysvsem >= %{EVRD}
Requires:	php-sysvshm >= %{EVRD}
Requires:	php-timezonedb >= 3:2009.10
Requires:	php-tokenizer >= %{EVRD}
Requires:	php-xmlreader >= %{EVRD}
Requires:	php-xmlwriter >= %{EVRD}
Requires:	php-zlib >= %{EVRD}
Requires:	php-xml >= %{EVRD}
Provides:	php = %{EVRD}

%description	cli
PHP5 is an HTML-embeddable scripting language. PHP5 offers built-in database
integration for several commercial and non-commercial database management
systems, so writing a database-enabled script with PHP5 is fairly simple. The
most common use of PHP5 coding is probably as a replacement for CGI scripts.

This package contains a command-line (CLI) version of php. You must also
install libphp5_common. If you need apache module support, you also need to
install the apache-mod_php package.

%package	cgi
Summary:	PHP5 CGI interface
Group:		Development/Other
Requires:	%{libname} >= %{EVRD}
Requires:	php-ctype >= %{EVRD}
Requires:	php-filter >= %{EVRD}
Requires:	php-ftp >= %{EVRD}
Requires:	php-gettext >= %{EVRD}
Requires:	php-hash >= %{EVRD}
Requires:	php-ini >= %{version}
Requires:	php-json >= %{EVRD}
Requires:	php-openssl >= %{EVRD}
Requires:	php-posix >= %{EVRD}
Requires:	php-session >= %{EVRD}
# Suggests:	php-suhosin >= 0.9.33
Requires:	php-sysvsem >= %{EVRD}
Requires:	php-sysvshm >= %{EVRD}
Requires:	php-timezonedb >= 3:2009.10
Requires:	php-tokenizer >= %{EVRD}
Requires:	php-xmlreader >= %{EVRD}
Requires:	php-xmlwriter >= %{EVRD}
Requires:	php-zlib >= %{EVRD}
Requires:	php-xml >= %{EVRD}
Provides:	php = %{EVRD}
Provides:	php-fcgi = %{EVRD}
Obsoletes:	php-fcgi
# because of a added compat softlink
Conflicts:	php-fcgi < %{EVRD}

%description	cgi
PHP5 is an HTML-embeddable scripting language. PHP5 offers built-in database
integration for several commercial and non-commercial database management
systems, so writing a database-enabled script with PHP5 is fairly simple. The
most common use of PHP5 coding is probably as a replacement for CGI scripts.

This package contains a standalone (CGI) version of php with FastCGI support.
You must also install libphp5_common. If you need apache module support, you
also need to install the apache-mod_php package.

%package -n	%{libname}
Summary:	Shared library for PHP5
Group:		Development/Other
Provides:	php-pcre = %{EVRD}
Provides:	php-simplexml = %{EVRD}
Requires:	systemd-units
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%description -n	%{libname}
This package provides the common files to run with different implementations of
PHP5. You need this package if you install the php standalone package or a
webserver with php support (ie: apache-mod_php).

%package	devel
Summary:	Development package for PHP5
Group:		Development/C
Requires:	%{libname} >= %{EVRD}
Requires:	autoconf automake libtool
Requires:	bison
Requires:	byacc
Requires:	chrpath
Requires:	dos2unix
Requires:	flex
Requires:	openssl
Requires:	re2c >= 0.9.11
Requires:	tcl
Requires:	pam-devel
Requires:	pkgconfig(libpcre)
Requires:	pkgconfig(libxml-2.0)
Requires:	pkgconfig(libxslt)
Requires:	pkgconfig(openssl)


%description	devel
The php-devel package lets you compile dynamic extensions to PHP5. Included
here is the source for the php extensions. Instead of recompiling the whole php
binary to add support for, say, oracle, install this package and use the new
self-contained extensions support. For more information, read the file
SELF-CONTAINED-EXTENSIONS.

%package	openssl
Summary:	OpenSSL extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	openssl
This is a dynamic shared object (DSO) for PHP that will add OpenSSL support.

%package	zlib
Summary:	Zlib extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	zlib
This is a dynamic shared object (DSO) for PHP that will add zlib compression
support to PHP.

%package	doc
Summary:	Documentation for PHP
Group:		Development/PHP

%description	doc
Documentation for php.

%package	bcmath
Summary:	The bcmath module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	bcmath
This is a dynamic shared object (DSO) for PHP that will add bc style precision
math functions support.

For arbitrary precision mathematics PHP offers the Binary Calculator which
supports numbers of any size and precision, represented as strings.

%package	bz2
Summary:	Bzip2 extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	bz2
This is a dynamic shared object (DSO) for PHP that will add bzip2 compression
support to PHP.

The bzip2 functions are used to transparently read and write bzip2 (.bz2)
compressed files.

%package	calendar
Summary:	Calendar extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	calendar
This is a dynamic shared object (DSO) for PHP that will add calendar support.

The calendar extension presents a series of functions to simplify converting
between different calendar formats. The intermediary or standard it is based on
is the Julian Day Count. The Julian Day Count is a count of days starting from
January 1st, 4713 B.C. To convert between calendar systems, you must first
convert to Julian Day Count, then to the calendar system of your choice. Julian
Day Count is very different from the Julian Calendar! For more information on
Julian Day Count, visit http://www.hermetic.ch/cal_stud/jdn.htm. For more
information on calendar systems visit
http://www.boogle.com/info/cal-overview.html. Excerpts from this page are
included in these instructions, and are in quotes.

%package	ctype
Summary:	Ctype extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	ctype
This is a dynamic shared object (DSO) for PHP that will add ctype support.

The functions provided by this extension check whether a character or string
falls into a certain character class according to the current locale (see also
setlocale()).

%package	curl
Summary:	Curl extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	curl
This is a dynamic shared object (DSO) for PHP that will add curl support.

PHP supports libcurl, a library created by Daniel Stenberg, that allows you to
connect and communicate to many different types of servers with many different
types of protocols. libcurl currently supports the http, https, ftp, gopher,
telnet, dict, file, and ldap protocols. libcurl also supports HTTPS
certificates, HTTP POST, HTTP PUT, FTP uploading (this can also be done with
PHP's ftp extension), HTTP form based upload, proxies, cookies, and
user+password authentication.

%package	dba
Summary:	DBA extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	dba
This is a dynamic shared object (DSO) for PHP that will add flat-file databases
(DBA) support.

These functions build the foundation for accessing Berkeley DB style databases.

This is a general abstraction layer for several file-based databases. As such,
functionality is limited to a common subset of features supported by modern
databases such as Sleepycat Software's DB2. (This is not to be confused with
IBM's DB2 software, which is supported through the ODBC functions.)

%package	dom
Summary:	Dom extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	dom
This is a dynamic shared object (DSO) for PHP that will add dom support.

The DOM extension is the replacement for the DOM XML extension from PHP 4. The
extension still contains many old functions, but they should no longer be used.
In particular, functions that are not object-oriented should be avoided.

The extension allows you to operate on an XML document with the DOM API.

%package	enchant
Summary:	Libenchant binder, support near all spelling tools
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	enchant
Enchant is a binder for libenchant. Libenchant provides a common API for many
spell libraries:

 - aspell/pspell (intended to replace ispell)
 - hspell (hebrew)
 - ispell 
 - myspell (OpenOffice project, mozilla)
 - uspell (primarily Yiddish, Hebrew, and Eastern European languages)
   A plugin system allows to add custom spell support.
   see www.abisource.com/enchant/

%package	exif
Summary:	EXIF extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}
Requires:	php-mbstring >= %{EVRD}

%description	exif
This is a dynamic shared object (DSO) for PHP that will add EXIF tags support
in image files.

With the exif extension you are able to work with image meta data. For example,
you may use exif functions to read meta data of pictures taken from digital
cameras by working with information stored in the headers of the JPEG and TIFF
images.

%package	fileinfo
Summary:	Fileinfo extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	fileinfo
This extension allows retrieval of information regarding vast majority of file.
This information may include dimensions, quality, length etc...

Additionally it can also be used to retrieve the mime type for a particular
file and for text files proper language encoding.

%package	filter
Summary:	Extension for safely dealing with input parameters
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	filter
The Input Filter extension is meant to address this issue by implementing a set
of filters and mechanisms that users can use to safely access their input data.

%package	ftp
Summary:	FTP extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	ftp
This is a dynamic shared object (DSO) for PHP that will add FTP support.

The functions in this extension implement client access to file servers
speaking the File Transfer Protocol (FTP) as defined in
http://www.faqs.org/rfcs/rfc959. This extension is meant for detailed access to
an FTP server providing a wide range of control to the executing script. If you
only wish to read from or write to a file on an FTP server, consider using the
ftp:// wrapper  with the filesystem functions  which provide a simpler and more
intuitive interface.

%package	gd
Summary:	GD extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	gd
This is a dynamic shared object (DSO) for PHP that will add GD support,
allowing you to create and manipulate images with PHP using the gd library.

PHP is not limited to creating just HTML output. It can also be used to create
and manipulate image files in a variety of different image formats, including
gif, png, jpg, wbmp, and xpm. Even more convenient, PHP can output image
streams directly to a browser. You will need to compile PHP with the GD library
of image functions for this to work. GD and PHP may also require other
libraries, depending on which image formats you want to work with.

You can use the image functions in PHP to get the size of JPEG, GIF, PNG, SWF,
TIFF and JPEG2000 images.

%package	gettext
Summary:	Gettext extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	gettext
This is a dynamic shared object (DSO) for PHP that will add gettext support.

The gettext functions implement an NLS (Native Language Support) API which can
be used to internationalize your PHP applications. Please see the gettext
documentation for your system for a thorough explanation of these functions or
view the docs at http://www.gnu.org/software/gettext/manual/gettext.html.

%package	gmp
Summary:	Gmp extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	gmp
This is a dynamic shared object (DSO) for PHP that will add arbitrary length
number support using the GNU MP library.

%package	hash
Summary:	HASH Message Digest Framework
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	hash
Native implementations of common message digest algorithms using a generic
factory method.

Message Digest (hash) engine. Allows direct or incremental processing of
arbitrary length messages using a variety of hashing algorithms.

%package	iconv
Summary:	Iconv extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	iconv
This is a dynamic shared object (DSO) for PHP that will add iconv support.

This module contains an interface to iconv character set conversion facility.
With this module, you can turn a string represented by a local character set
into the one represented by another character set, which may be the Unicode
character set. Supported character sets depend on the iconv implementation of
your system. Note that the iconv function on some systems may not work as you
expect. In such case, it'd be a good idea to install the GNU libiconv library.
It will most likely end up with more consistent results.

%package	imap
Summary:	IMAP extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	imap
This is a dynamic shared object (DSO) for PHP that will add IMAP support.

These functions are not limited to the IMAP protocol, despite their name. The
underlying c-client library also supports NNTP, POP3 and local mailbox access
methods.

%package	intl
Summary:	Internationalization extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	intl
This is a dynamic shared object (DSO) for PHP that will add
Internationalization support.

Internationalization extension implements ICU library functionality in PHP.

%package	json
Summary:	JavaScript Object Notation
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	json
Support for JSON (JavaScript Object Notation) serialization.

%package	ldap
Summary:	LDAP extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	ldap
This is a dynamic shared object (DSO) for PHP that will add LDAP support.

LDAP is the Lightweight Directory Access Protocol, and is a protocol used to
access "Directory Servers". The Directory is a special kind of database that
holds information in a tree structure.

The concept is similar to your hard disk directory structure, except that in
this context, the root directory is "The world" and the first level
subdirectories are "countries". Lower levels of the directory structure contain
entries for companies, organisations or places, while yet lower still we find
directory entries for people, and perhaps equipment or documents.

%package	mbstring
Summary:	MBstring extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}
# To make it easier to find for e.g. Roundcube requesting php-multibyte
Provides:	%{name}-multibyte = %{EVRD}

%description	mbstring
This is a dynamic shared object (DSO) for PHP that will add multibyte string
support.

mbstring provides multibyte specific string functions that help you deal with
multibyte encodings in PHP. In addition to that, mbstring handles character
encoding conversion between the possible encoding pairs. mbstring is designed
to handle Unicode-based encodings such as UTF-8 and UCS-2 and many single-byte
encodings for convenience.

%package	mcrypt
Summary:	Mcrypt extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	mcrypt
This is a dynamic shared object (DSO) for PHP that will add mcrypt support.

This is an interface to the mcrypt library, which supports a wide variety of
block algorithms such as DES, TripleDES, Blowfish (default), 3-WAY, SAFER-SK64,
SAFER-SK128, TWOFISH, TEA, RC3 and GOST in CBC, OFB, CFB and ECB cipher modes.
Additionally, it supports RC6 and IDEA which are considered "non-free".

%package	mssql
Summary:	MS SQL extension module for PHP
Group:		Development/PHP
Requires:       freetds >= 0.63
Requires:	%{libname} >= %{EVRD}

%description	mssql
This is a dynamic shared object (DSO) for PHP that will add MS SQL databases
support using the FreeTDS library.

%package	mysql
Summary:	MySQL database module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	mysql
This is a dynamic shared object (DSO) for PHP that will add MySQL database
support.

These functions allow you to access MySQL database servers. More information
about MySQL can be found at http://www.mysql.com/.

Documentation for MySQL can be found at http://dev.mysql.com/doc/.

%package	mysqli
Summary:	MySQL database module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	mysqli
This is a dynamic shared object (DSO) for PHP that will add MySQL database
support.

The mysqli extension allows you to access the functionality provided by MySQL
4.1 and above. It is an improved version of the older PHP MySQL driver,
offering various benefits. The developers of the PHP programming language
recommend using MySQLi when dealing with MySQL server versions 4.1.3 and newer
(takes advantage of new functionality)

More information about the MySQL Database server can be found at
http://www.mysql.com/

Documentation for MySQL can be found at http://dev.mysql.com/doc/.

Documentation for MySQLi can be found at http://www.php.net/manual/en/mysqli.overview.php.

%package	mysqlnd
Summary:	MySQL native database module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	mysqlnd
This is a dynamic shared object (DSO) for PHP that will add MySQL native
database support.

These functions allow you to access MySQL database servers. More information
about MySQL can be found at http://www.mysql.com/.

Documentation for MySQL can be found at http://dev.mysql.com/doc/.

%package	odbc
Summary:	ODBC extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	odbc
This is a dynamic shared object (DSO) for PHP that will add ODBC support.

In addition to normal ODBC support, the Unified ODBC functions in PHP allow you
to access several databases that have borrowed the semantics of the ODBC API to
implement their own API. Instead of maintaining multiple database drivers that
were all nearly identical, these drivers have been unified into a single set of
ODBC functions.

%package	opcache
Summary:	Opcode cache for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	opcache
Opcode cache for PHP

%package	pcntl
Summary:	Process Control extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	pcntl
This is a dynamic shared object (DSO) for PHP that will add process spawning
and control support. It supports functions like fork(), waitpid(), signal()
etc.

Process Control support in PHP implements the Unix style of process creation,
program execution, signal handling and process termination. Process Control
should not be enabled within a webserver environment and unexpected results may
happen if any Process Control functions are used within a webserver
environment.

%package	pdo
Summary:	PHP Data Objects Interface
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	pdo
PDO provides a uniform data access interface, sporting advanced features such
as prepared statements and bound parameters. PDO drivers are dynamically
loadable and may be developed independently from the core, but still accessed
using the same API.

Read the documentation at http://www.php.net/pdo for more information.

%package	pdo_dblib
Summary:	Sybase Interface driver for PDO
Group:		Development/PHP
Requires:       freetds >= 0.63
Requires:	php-pdo >= %{EVRD}
Requires:	%{libname} >= %{EVRD}

%description	pdo_dblib
PDO_DBLIB is a driver that implements the PHP Data Objects (PDO) interface to
enable access from PHP to Microsoft SQL Server and Sybase databases through the
FreeTDS libary.

%package	pdo_mysql
Summary:	MySQL Interface driver for PDO
Group:		Development/PHP
Requires:	php-pdo >= %{EVRD}
Requires:	%{libname} >= %{EVRD}

%description	pdo_mysql
PDO_MYSQL is a driver that implements the PHP Data Objects (PDO) interface to
enable access from PHP to MySQL 3.x and 4.x databases.
 
PDO_MYSQL will take advantage of native prepared statement support present in
MySQL 4.1 and higher. If you're using an older version of the mysql client
libraries, PDO will emulate them for you.

%package	pdo_odbc
Summary:	ODBC v3 Interface driver for PDO
Group:		Development/PHP
Requires:	php-pdo >= %{EVRD}
Requires:	%{libname} >= %{EVRD}

%description	pdo_odbc
PDO_ODBC is a driver that implements the PHP Data Objects (PDO) interface to
enable access from PHP to databases through ODBC drivers or through the IBM DB2
Call Level Interface (DB2 CLI) library. PDO_ODBC currently supports three
different "flavours" of database drivers:
 
 o ibm-db2  - Supports access to IBM DB2 Universal Database, Cloudscape, and
              Apache Derby servers through the free DB2 client.

 o unixODBC - Supports access to database servers through the unixODBC driver
              manager and the database's own ODBC drivers.

 o generic  - Offers a compile option for ODBC driver managers that are not
              explicitly supported by PDO_ODBC.

%package	pdo_pgsql
Summary:	PostgreSQL interface driver for PDO
Group:		Development/PHP
Requires:	php-pdo >= %{EVRD}
Requires:	%{libname} >= %{EVRD}
Requires:	postgresql-libs >= %{postgresql_version}

%description	pdo_pgsql
PDO_PGSQL is a driver that implements the PHP Data Objects (PDO) interface to
enable access from PHP to PostgreSQL databases.

%package	pdo_sqlite
Summary:	SQLite v3 Interface driver for PDO
Group:		Development/PHP
Requires:	php-pdo >= %{EVRD}
Requires:	%{libname} >= %{EVRD}

%description	pdo_sqlite
PDO_SQLITE is a driver that implements the PHP Data Objects (PDO) interface to
enable access to SQLite 3 databases.

This extension provides an SQLite v3 driver for PDO. SQLite V3 is NOT
compatible with the bundled SQLite 2 in PHP 5, but is a significant step
forwards, featuring complete utf-8 support, native support for blobs, native
support for prepared statements with bound parameters and improved concurrency.

%package	pgsql
Summary:	PostgreSQL database module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}
Requires:	postgresql-libs >= %{postgresql_version}

%description	pgsql
This is a dynamic shared object (DSO) for PHP that will add PostgreSQL database
support.

PostgreSQL database is Open Source product and available without cost.
Postgres, developed originally in the UC Berkeley Computer Science Department,
pioneered many of the object-relational concepts now becoming available in some
commercial databases. It provides SQL92/SQL99 language support, transactions,
referential integrity, stored procedures and type extensibility. PostgreSQL is
an open source descendant of this original Berkeley code.

%package	phar
Summary:	Allows running of complete applications out of .phar files
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}
Requires:	php-bz2
Requires:	php-hash

%description	phar
This is the extension version of PEAR's PHP_Archive package. Support for
zlib, bz2 and crc32 is achieved without any dependency other than the external
zlib or bz2 extension.

.phar files can be read using the phar stream, or with the Phar class. If the
SPL extension is available, a Phar object can be used as an array to iterate
over a phar's contents or to read files directly from the phar.

Phar archives can be created using the streams API or with the Phar class, if
the phar.readonly ini variable is set to false.

Full support for MD5 and SHA1 signatures is possible. Signatures can be
required if the ini variable phar.require_hash is set to true. When PECL
extension hash is avaiable then SHA-256 and SHA-512 signatures are supported as
well.

%package	posix
Summary:	POSIX extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	posix
This is a dynamic shared object (DSO) for PHP that will add POSIX functions
support to PHP.

This module contains an interface to those functions defined in the IEEE 1003.1
(POSIX.1) standards document which are not accessible through other means.
POSIX.1 for example defined the open(), read(), write() and close() functions,
too, which traditionally have been part of PHP 3 for a long time. Some more
system specific functions have not been available before, though, and this
module tries to remedy this by providing easy access to these functions.

%package	pspell
Summary:	Pspell extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	pspell
This is a dynamic shared object (DSO) for PHP that will add pspell support to
PHP.

These functions allow you to check the spelling of a word and offer
suggestions.

%package	readline
Summary:	Readline extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	readline
This PHP module adds support for readline functions (only for cli and cgi
SAPIs).

The readline() functions implement an interface to the GNU Readline library.
These are functions that provide editable command lines. An example being the
way Bash allows you to use the arrow keys to insert characters or scroll
through command history. Because of the interactive nature of this library, it
will be of little use for writing Web applications, but may be useful when
writing scripts used from a command line.

%package	recode
Summary:	Recode extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	recode
This is a dynamic shared object (DSO) for PHP that will add recode support
using the recode library.

This module contains an interface to the GNU Recode library. The GNU Recode
library converts files between various coded character sets and surface
encodings. When this cannot be achieved exactly, it may get rid of the
offending characters or fall back on approximations. The library recognises or
produces nearly 150 different character sets and is able to convert files
between almost any pair. Most RFC 1345 character sets are supported.

%package	session
Summary:	Session extension module for PHP
Group:		Development/PHP
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires:	%{libname} >= %{EVRD}

%description	session
This is a dynamic shared object (DSO) for PHP that will add session support.

Session support in PHP consists of a way to preserve certain data across
subsequent accesses. This enables you to build more customized applications and
increase the appeal of your web site.

A visitor accessing your web site is assigned a unique id, the so-called
session id. This is either stored in a cookie on the user side or is propagated
in the URL.

%package	shmop
Summary:	Shared Memory Operations extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	shmop
This is a dynamic shared object (DSO) for PHP that will add Shared Memory
Operations support.

Shmop is an easy to use set of functions that allows PHP to read, write, create
and delete Unix shared memory segments.

%package	snmp
Summary:	NET-SNMP extension module for PHP
Group:		Development/PHP
Requires:	net-snmp-mibs
Requires:	%{libname} >= %{EVRD}

%description	snmp
This is a dynamic shared object (DSO) for PHP that will add SNMP support using
the NET-SNMP libraries.

In order to use the SNMP functions you need to install the NET-SNMP package.

%package	soap
Summary:	Soap extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	soap
This is a dynamic shared object (DSO) for PHP that will add soap support.

The SOAP extension can be used to write SOAP Servers and Clients. It supports
subsets of SOAP 1.1, SOAP 1.2 and WSDL 1.1 specifications.

%package	sockets
Summary:	Sockets extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	sockets
This is a dynamic shared object (DSO) for PHP that will add sockets support.

The socket extension implements a low-level interface to the socket
communication functions based on the popular BSD sockets, providing the
possibility to act as a socket server as well as a client.

%package	sqlite3
Summary:	SQLite database bindings for PHP
Group:		Development/PHP
Requires:	php-pdo >= %{EVRD}
Requires:	%{libname} >= %{EVRD}
Obsoletes:	%name-sqlite

%description	sqlite3
This is an extension for the SQLite Embeddable SQL Database Engine. SQLite is a
C library that implements an embeddable SQL database engine. Programs that link
with the SQLite library can have SQL database access without running a separate
RDBMS process.

SQLite is not a client library used to connect to a big database server. SQLite
is the server. The SQLite library reads and writes directly to and from the
database files on disk.

%package	sybase_ct
Summary:	Sybase extension module for PHP
Group:		Development/PHP
Obsoletes:	php-sybase
Provides:	php-sybase = %{EVRD}
Requires:	%{libname} >= %{EVRD}

%description	sybase_ct
This is a dynamic shared object (DSO) for PHP that will add Sybase support to
PHP.

%package	sysvmsg
Summary:	SysV msg extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	sysvmsg
This is a dynamic shared object (DSO) for PHP that will add SysV message queues
support.

%package	sysvsem
Summary:	SysV sem extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	sysvsem
This is a dynamic shared object (DSO) for PHP that will add SysV semaphores
support.

%package	sysvshm
Summary:	SysV shm extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	sysvshm
This is a dynamic shared object (DSO) for PHP that will add SysV Shared Memory
support.

%package	tidy
Summary:	Tidy HTML Repairing and Parsing for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	tidy
Tidy is a binding for the Tidy HTML clean and repair utility which allows you
to not only clean and otherwise manipluate HTML documents, but also traverse
the document tree using the Zend Engine 2 OO semantics.

%package	tokenizer
Summary:	Tokenizer extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	tokenizer
This is a dynamic shared object (DSO) for PHP that will add Tokenizer support.

The tokenizer functions provide an interface to the PHP tokenizer embedded in
the Zend Engine. Using these functions you may write your own PHP source
analyzing or modification tools without having to deal with the language
specification at the lexical level.

%package	xml
Summary:	XML extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	xml
This is a dynamic shared object (DSO) for PHP that will add XML support. This
extension lets you create XML parsers and then define handlers for different
XML events.

%package	xmlreader
Summary:	Xmlreader extension module for PHP
Group:		Development/PHP
Requires:	php-dom
Requires:	%{libname} >= %{EVRD}

%description	xmlreader
XMLReader represents a reader that provides non-cached, forward-only access to
XML data. It is based upon the xmlTextReader api from libxml

%package	xmlrpc
Summary:	Xmlrpc extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	xmlrpc
This is a dynamic shared object (DSO) for PHP that will add XMLRPC support.

These functions can be used to write XML-RPC servers and clients. You can find
more information about XML-RPC at http://www.xmlrpc.com/, and more
documentation on this extension and its functions at
http://xmlrpc-epi.sourceforge.net/.

%package	xmlwriter
Summary:	Provides fast, non-cached, forward-only means to write XML data
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	xmlwriter
This extension wraps the libxml xmlWriter API. Represents a writer that
provides a non-cached, forward-only means of generating streams or files
containing XML data.

%package	xsl
Summary:	Xsl extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description	xsl
This is a dynamic shared object (DSO) for PHP that will add xsl support.

The XSL extension implements the XSL standard, performing XSLT transformations
using the libxslt library

%package	wddx
Summary:	WDDX serialization functions
Group:		Development/PHP
Requires:	php-xml
Requires:	%{libname} >= %{EVRD}

%description	wddx
This is a dynamic shared object (DSO) that adds wddx support to PHP. 

These functions are intended for work with WDDX (http://www.openwddx.org/)

%package	zip
Summary:	A zip management extension for PHP
Group:		Development/PHP

%description	zip
This is a dynamic shared object (DSO) for PHP that will add zip support to
create and read zip files using the libzip library.

%package	fpm
Summary:	PHP5 FastCGI Process Manager
Group:		Development/Other
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires:	%{libname} >= %{EVRD}
Requires:	php-ctype >= %{EVRD}
Requires:	php-filter >= %{EVRD}
Requires:	php-ftp >= %{EVRD}
Requires:	php-gettext >= %{EVRD}
Requires:	php-hash >= %{EVRD}
Requires:	php-ini >= %{version}
Requires:	php-json >= %{EVRD}
Requires:	php-openssl >= %{EVRD}
Requires:	php-posix >= %{EVRD}
Requires:	php-session >= %{EVRD}
# Suggests:	php-suhosin >= 0.9.33
Requires:	php-sysvsem >= %{EVRD}
Requires:	php-sysvshm >= %{EVRD}
Requires:	php-timezonedb >= 3:2009.10
Requires:	php-tokenizer >= %{EVRD}
Requires:	php-xmlreader >= %{EVRD}
Requires:	php-xmlwriter >= %{EVRD}
Requires:	php-zlib >= %{EVRD}
Requires:	php-xml >= %{EVRD}
Provides:	php = %{EVRD}

%description	fpm
PHP5 is an HTML-embeddable scripting language. PHP5 offers built-in database
integration for several commercial and non-commercial database management
systems, so writing a database-enabled script with PHP5 is fairly simple. The
most common use of PHP5 coding is probably as a replacement for CGI scripts.

This package contains the FastCGI Process Manager. You must also install
libphp5_common.

%package -n	apache-mod_php
Summary:	The PHP HTML-embedded scripting language for use with apache
Group:		System/Servers
Requires(pre,postun):	rpm-helper
Requires:	%{libname} = %{EVRD}
Requires:	apache-base >= 2.4.0
Requires:	apache-modules >= 2.4.0
Requires:	apache-mpm >= 2.4.0
Requires:	%{name}-ctype = %{EVRD}
Requires:	%{name}-filter = %{EVRD}
Requires:	%{name}-ftp = %{EVRD}
Requires:	%{name}-gettext = %{EVRD}
Requires:	%{name}-hash = %{EVRD}
Requires:	%{name}-ini >= %{version}
Requires:	%{name}-json = %{EVRD}
Requires:	%{name}-openssl = %{EVRD}
Requires:	%{name}-pcre = %{EVRD}
Requires:	%{name}-posix = %{EVRD}
Requires:	%{name}-session = %{EVRD}
Requires:	%{name}-sysvsem = %{EVRD}
Requires:	%{name}-tokenizer = %{EVRD}
Requires:	%{name}-xmlreader = %{EVRD}
Requires:	%{name}-xmlwriter = %{EVRD}
Requires:	%{name}-zlib = %{EVRD}
Requires:	%{name}-xml = %{EVRD}
Requires:	%{name}-timezonedb >= 3:2009.10
# Suggests:	%{name}-suhosin >= 0.9.29
Conflicts:	%{name}-suhosin < 0.9.29
Conflicts:	apache-mpm-worker >= 2.4.0
Conflicts:	apache-mpm-event >= 2.4.0
Provides:	mod_php = %{EVRD}
BuildRequires:	dos2unix

%description -n apache-mod_php
PHP5 is an HTML-embedded scripting language. PHP5 attempts to make it easy for
developers to write dynamically generated web pages. PHP5 also offers built-in
database integration for several commercial and non-commercial database
management systems, so writing a database-enabled web page with PHP5 is fairly
simple. The most common use of PHP coding is probably as a replacement for CGI
scripts. The %{name} module enables the apache web server to understand
and process the embedded PHP language in web pages.

This package contains PHP version 5. You'll also need to install the apache web
server.


%package -n	php-ini
Summary:	INI files for PHP
Group:		Development/Other

%description -n	php-ini
The php-ini package contains the ini file required for PHP.


%prep
%setup -q

%if %{build_libmagic}
if ! [ -f %{_datadir}/misc/magic.mgc ]; then
    echo "ERROR: the %{_datadir}/misc/magic.mgc file is needed"
    exit 1
fi
%endif

# the ".droplet" suffix is here to nuke the backups later..., we don't want those in php-devel

%patch0 -p0 -b .init.droplet
%patch1 -p1 -b .shared.droplet
%patch3 -p0 -b .libtool.droplet
%patch4 -p1 -b .phpize.droplet
%patch5 -p1 -b .phpbuilddir.droplet
%patch6 -p1 -b .apache2-filters.droplet
%patch7 -p1 -b .no_libedit.droplet
%patch8 -p0 -b .xmlrpc_epi_header
%patch9 -p0 -b .xmlrpc_no_rpath.droplet
#patch10 -p1 -b .ft252~
%patch11 -p0 -b .bdb-5.2.droplet
%patch12 -p1 -b .db60~

#####################################################################
# Stolen from PLD
%patch20 -p1 -b .mail.droplet
%patch21 -p0 -b .filter-shared.droplet
%patch22 -p0 -b .dba-link.droplet
%patch23 -p0 -b .zlib-for-getimagesize.droplet
%patch25 -p1 -b .external_libzip.droplet
%patch26 -p0 -b .mcrypt-libs.droplet
# for kolab2
%patch27 -p1 -b .imap-annotation.droplet
%patch28 -p1 -b .imap-myrights.droplet
# fpm stuff
%patch29 -p1 -b .shared-fpm.droplet
%patch30 -p1 -b .fpmmdv.droplet

#####################################################################
# stolen from debian
%patch50 -p1 -b .session.save_path.droplet
%patch51 -p0 -b .exif_nesting_level.droplet

#####################################################################
# Stolen from fedora
%patch101 -p1 -b .cxx.droplet
%patch102 -p0 -b .install.droplet
%patch105 -p1 -b .umask.droplet
%patch113 -p1 -b .libc-client-php.droplet
%patch114 -p0 -b .no_pam_in_c-client.droplet
%patch115 -p0 -b .dlopen.droplet

# upstream fixes
%patch120 -p1 -b .tests-wddx.droplet
%patch121 -p0 -b .bug43221.droplet
%patch123 -p0 -b .bug43589.droplet
%patch226 -p0 -b .no-fvisibility_hidden.droplet
%patch227 -p0 -b .enchant_lib64_fix.droplet
%patch228 -p0 -b .xmlrpc-epi_fix.droplet

cp %{SOURCE1} php-test.ini
cp %{SOURCE2} maxlifetime
cp %{SOURCE3} php.crond
cp %{SOURCE4} php-fpm.service
cp %{SOURCE5} php-fpm.sysconf
cp %{SOURCE6} php-fpm.logrotate
cp %{SOURCE7} create_data_file.php

# lib64 hack
perl -p -i -e "s|/usr/lib|%{_libdir}|" php.crond

# nuke bogus checks becuase i fixed this years ago in our recode package
rm -f ext/recode/config9.m4

# Change perms otherwise rpm would get fooled while finding requires
find -name "*.inc" | xargs chmod 644
find -name "*.php*" | xargs chmod 644
find -name "*README*" | xargs chmod 644

mkdir -p php-devel/extensions
mkdir -p php-devel/sapi

# Install test files in php-devel
cp -a tests php-devel

cp -dpR ext/* php-devel/extensions/
rm -f php-devel/extensions/informix/stub.c
rm -f php-devel/extensions/standard/.deps
rm -f php-devel/extensions/skeleton/EXPERIMENTAL

# SAPI
cp -dpR sapi/* php-devel/sapi/ 
rm -f php-devel/sapi/thttpd/stub.c
rm -f php-devel/sapi/cgi/php.sym
rm -f php-devel/sapi/fastcgi/php.sym
rm -f php-devel/sapi/pi3web/php.sym

# cleanup
find php-devel -name "*.droplet" | xargs rm -f

# don't ship MS Windows source
rm -rf php-devel/extensions/com_dotnet

# likewise with these:
find php-devel -name "*.dsp" | xargs rm -f
find php-devel -name "*.mak" | xargs rm -f
find php-devel -name "*.w32" | xargs rm

# maek sure using system libs
rm -rf ext/pcre/pcrelib
rm -rf ext/pdo_sqlite/sqlite
rm -rf ext/xmlrpc/libxmlrpc

%build
%serverbuild_hardened

# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`

#export CFLAGS="`echo ${CFLAGS} | sed s/O2/O0/` -fPIC -L%{_libdir} -fno-strict-aliasing"
export CFLAGS="${CFLAGS} -fPIC -L%{_libdir} -fno-strict-aliasing"
export CXXFLAGS="${CFLAGS}"
export RPM_OPT_FLAGS="${CFLAGS}"

cat > php-devel/buildext <<EOF
#!/bin/bash
gcc -Wall -fPIC -shared $CFLAGS \\
    -I. \`%{_bindir}/php-config --includes\` \\
    -I%{_includedir}/libxml2 \\
    -I%{_includedir}/freetype \\
    -I%{_includedir}/openssl \\
    -I%{_usrsrc}/php-devel/ext \\
    -I%{_includedir}/\$1 \\
    \$4 \$2 -o \$1.so \$3 -lc
EOF

chmod 755 php-devel/buildext

#export PHP_AUTOCONF=autoconf-2.13
rm -f configure
rm -rf autom4te.cache
./buildconf --force

# Do this patch with a perl hack...
perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh

export oldstyleextdir=yes
export EXTENSION_DIR="%{_libdir}/php/extensions"
export PROG_SENDMAIL="%{_sbindir}/sendmail"
export GD_SHARED_LIBADD="$GD_SHARED_LIBADD -lm"
SAFE_LDFLAGS=`echo %{ldflags}|sed -e 's|-Wl,--no-undefined||g'`
export LDFLAGS="$SAFE_LDFLAGS"

# never use "--disable-rpath", it does the opposite

# Configure php5
# FIXME switch to external gd (--with-gd=shared,%_prefix) once php bug #60108 is fixed
for i in fpm cgi cli apxs; do
./configure \
    `[ $i = fpm ] && echo --disable-cli --enable-fpm --with-libxml-dir=%{_prefix} --with-fpm-user=apache --with-fpm-group=apache` \
    `[ $i = cgi ] && echo --disable-cli` \
    `[ $i = cli ] && echo --disable-cgi --enable-cli` \
    `[ $i = apxs ] && echo --with-apxs2=%{_bindir}/apxs` \
    --build=%{_build} \
    --prefix=%{_prefix} \
    --exec-prefix=%{_prefix} \
    --bindir=%{_bindir} \
    --sbindir=%{_sbindir} \
    --sysconfdir=%{_sysconfdir} \
    --datadir=%{_datadir} \
    --includedir=%{_includedir} \
    --libdir=%{_libdir} \
    --libexecdir=%{_libexecdir} \
    --localstatedir=/var/lib \
    --mandir=%{_mandir} \
    --enable-shared=yes \
    --enable-static=no \
    --with-libdir=%{_lib} \
    --with-config-file-path=%{_sysconfdir} \
    --with-config-file-scan-dir=%{_sysconfdir}/php.d \
    --disable-debug  \
    --enable-inline-optimization \
    --with-exec-dir=%{_bindir} \
    --with-regex=system \
    --with-pcre-regex=%{_prefix} \
    --with-freetype-dir=%{_prefix} --with-zlib=%{_prefix} \
    --with-png-dir=%{_prefix} \
    --with-pdo-odbc=unixODBC \
    --enable-magic-quotes \
    --enable-safe-mode \
    --with-zlib=shared,%{_prefix} --with-zlib-dir=%{_prefix} \
    --with-openssl=shared,%{_prefix} \
    --enable-libxml=%{_prefix} --with-libxml-dir=%{_prefix} \
    --enable-mod_charset \
    --without-pear \
    --enable-bcmath=shared \
    --with-bz2=shared,%{_prefix} \
    --enable-calendar=shared \
    --enable-ctype=shared \
    --with-curl=shared,%{_prefix} --without-curlwrappers \
    --enable-dba=shared --with-gdbm --with-db4 --with-cdb  \
    --enable-dom=shared,%{_prefix} --with-libxml-dir=%{_prefix} \
    --with-enchant=shared,%{_prefix} \
    --enable-exif=shared \
    --enable-fileinfo=shared \
    --enable-filter=shared --with-pcre-dir=%{_prefix} \
    --enable-intl=shared --with-icu-dir=%{_prefix} \
    --enable-json=shared \
    --with-openssl-dir=%{_prefix} --enable-ftp=shared \
    --with-gd=shared --with-jpeg-dir=%{_prefix} --with-png-dir=%{_prefix} --with-zlib-dir=%{_prefix} --with-xpm-dir=%{_prefix}/X11R6 --with-freetype-dir=%{_prefix} --enable-gd-native-ttf --with-t1lib=%{_prefix} \
    --with-gettext=shared,%{_prefix} \
    --with-gmp=shared,%{_prefix} \
    --enable-hash=shared,%{_prefix} \
    --with-iconv=shared \
    --with-imap=shared,%{_prefix} --with-imap-ssl=%{_prefix} \
    --with-ldap=shared,%{_prefix} --with-ldap-sasl=%{_prefix} \
    --enable-mbstring=shared,%{_prefix} --enable-mbregex --with-libmbfl=%{_prefix} --with-onig=%{_prefix} \
    --with-mcrypt=shared,%{_prefix} \
    --with-mssql=shared,%{_prefix} \
    --with-mysql=shared,%{_prefix} --with-mysql-sock=/var/lib/mysql/mysql.sock --with-zlib-dir=%{_prefix} \
    --with-mysqli=shared,%{_bindir}/mysql_config \
    --enable-mysqlnd=shared,%{_prefix} \
    --with-unixODBC=shared,%{_prefix} \
    --enable-pcntl=shared \
    --enable-pdo=shared,%{_prefix} --with-pdo-dblib=shared,%{_prefix} --with-pdo-mysql=shared,%{_prefix} --with-pdo-odbc=shared,unixODBC,%{_prefix} --with-pdo-pgsql=shared,%{_prefix} --with-pdo-sqlite=shared,%{_prefix} \
    --with-pgsql=shared,%{_prefix} \
    --enable-phar=shared \
    --enable-posix=shared \
    --with-pspell=shared,%{_prefix} \
    --with-readline=shared,%{_prefix} \
    --with-recode=shared,%{_prefix} \
    --enable-session=shared,%{_prefix} \
    --enable-shmop=shared,%{_prefix} \
    --enable-simplexml \
    --with-snmp=shared,%{_prefix} --enable-ucd-snmp-hack \
    --enable-soap=shared,%{_prefix} --with-libxml-dir=%{_prefix} \
    --enable-sockets=shared,%{_prefix} \
    --with-sqlite=shared,%{_prefix} \
    --with-sqlite3=shared,%{_prefix} \
    --with-sybase-ct=shared,%{_prefix} \
    --enable-sysvmsg=shared,%{_prefix} \
    --enable-sysvsem=shared,%{_prefix} \
    --enable-sysvshm=shared,%{_prefix} \
    --with-tidy=shared,%{_prefix} \
    --enable-tokenizer=shared,%{_prefix} \
    --enable-xml=shared,%{_prefix} --with-libxml-dir=%{_prefix} \
    --enable-xmlreader=shared,%{_prefix} \
    --with-xmlrpc=shared,%{_prefix} \
    --enable-xmlwriter=shared,%{_prefix} \
    --with-xsl=shared,%{_prefix} \
    --enable-wddx=shared --with-libxml-dir=%{_prefix} \
    --enable-zip=shared --with-libzip=%{_prefix}

cp -f Makefile Makefile.$i

# left for debugging purposes
cp -f main/php_config.h php_config.h.$i

# when all else failed...
perl -pi -e "s|-prefer-non-pic -static||g" Makefile.$i

done

# remove all confusion...
perl -pi -e "s|^#define CONFIGURE_COMMAND .*|#define CONFIGURE_COMMAND \"This is irrelevant, look inside the %{_docdir}/php-doc/configure_command file. urpmi is your friend, use it to install extensions not shown below.\"|g" main/build-defs.h
cp config.nice configure_command; chmod 644 configure_command

%make

%if %{build_libmagic}
# keep in sync with latest system magic, the next best thing when system libmagic can't be used...
sapi/cli/php create_data_file.php %{_datadir}/misc/magic.mgc > ext/fileinfo/data_file.c
rm -rf ext/fileinfo/.libs ext/fileinfo/*.lo ext/fileinfo/*.la modules/fileinfo.so modules/fileinfo.la
cp -p ext/fileinfo/data_file.c php-devel/extensions/fileinfo/data_file.c
%make
%endif

# make php-cgi
cp -af php_config.h.cgi main/php_config.h
make -f Makefile.cgi sapi/cgi/php-cgi
cp -af php_config.h.apxs main/php_config.h

# make php-fpm
cp -af php_config.h.fpm main/php_config.h
make -f Makefile.fpm sapi/fpm/php-fpm
cp -af php_config.h.apxs main/php_config.h

# make apache-mod_php
mkdir mod_php
cd mod_php
cp -dpR ../php-devel/sapi/apache2handler/* .
cp ../main/internal_functions.c .
cp ../ext/date/lib/timelib_config.h .
sed -i -e 's,php5_module,php_module,g' *
mv mod_php5.c mod_php.c
find . -type f |xargs dos2unix
apxs \
	`apr-1-config --link-ld --libs` \
	`xml2-config --cflags` \
	-I. -I.. -I../main -I../Zend -I../TSRM \
	-L../libs -lphp5_common \
	-c mod_php.c sapi_apache2.c apache_config.c \
	php_functions.c internal_functions.c

%install

install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_usrsrc}/php-devel
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_sysconfdir}/cron.d
install -d %{buildroot}/var/lib/php

make -f Makefile.apxs install \
	INSTALL_ROOT=%{buildroot} \
	INSTALL_IT="\$(LIBTOOL) --mode=install install libphp5_common.la %{buildroot}%{_libdir}/"

# borked autopoo
rm -f %{buildroot}%{_bindir}/php %{buildroot}%{_bindir}/php-cgi
./libtool --silent --mode=install install sapi/cli/php %{buildroot}%{_bindir}/php
./libtool --silent --mode=install install sapi/cgi/php-cgi %{buildroot}%{_bindir}/php-cgi

# compat php-fcgi symink
ln -s php-cgi %{buildroot}%{_bindir}/php-fcgi

cp -dpR php-devel/* %{buildroot}%{_usrsrc}/php-devel/
install -m0644 run-tests*.php %{buildroot}%{_usrsrc}/php-devel/
install -m0644 main/internal_functions.c %{buildroot}%{_usrsrc}/php-devel/

install -m0644 sapi/cli/php.1 %{buildroot}%{_mandir}/man1/
install -m0644 scripts/man1/phpize.1 %{buildroot}%{_mandir}/man1/
install -m0644 scripts/man1/php-config.1 %{buildroot}%{_mandir}/man1/

# fpm
install -d %{buildroot}/lib/systemd/system
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/php-fpm.d
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}/var/lib/php-fpm
install -d %{buildroot}/var/log/php-fpm
install -d %{buildroot}/run/php-fpm
install -D -p -m 0644 %{SOURCE9} %{buildroot}%{_tmpfilesdir}/php-fpm.conf
# a small bug here...
echo "; place your config here" > %{buildroot}%{_sysconfdir}/php-fpm.d/default.conf

./libtool --silent --mode=install install sapi/fpm/php-fpm %{buildroot}%{_sbindir}/php-fpm
install -m0644 sapi/fpm/php-fpm.8 %{buildroot}%{_mandir}/man8/
install -m0644 sapi/fpm/php-fpm.conf %{buildroot}%{_sysconfdir}/
install -m0644 php-fpm.service %{buildroot}/lib/systemd/system/
install -m0644 php-fpm.sysconf %{buildroot}%{_sysconfdir}/sysconfig/php-fpm
install -m0644 php-fpm.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/php-fpm

perl -pi -e "s|^pid.*|pid = /run/php-fpm/php-fpm.pid|g" %{buildroot}%{_sysconfdir}/php-fpm.conf

ln -snf extensions %{buildroot}%{_usrsrc}/php-devel/ext

# extensions
echo "extension = openssl.so"		> %{buildroot}%{_sysconfdir}/php.d/21_openssl.ini
echo "extension = zlib.so"		> %{buildroot}%{_sysconfdir}/php.d/21_zlib.ini
echo "extension = bcmath.so"		> %{buildroot}%{_sysconfdir}/php.d/66_bcmath.ini
echo "extension = bz2.so"		> %{buildroot}%{_sysconfdir}/php.d/10_bz2.ini
echo "extension = calendar.so"		> %{buildroot}%{_sysconfdir}/php.d/11_calendar.ini
echo "extension = ctype.so"		> %{buildroot}%{_sysconfdir}/php.d/12_ctype.ini
echo "extension = curl.so"		> %{buildroot}%{_sysconfdir}/php.d/13_curl.ini
echo "extension = dba.so"		> %{buildroot}%{_sysconfdir}/php.d/14_dba.ini
echo "extension = dom.so"		> %{buildroot}%{_sysconfdir}/php.d/18_dom.ini
echo "extension = exif.so"		> %{buildroot}%{_sysconfdir}/php.d/19_exif.ini
echo "extension = filter.so"		> %{buildroot}%{_sysconfdir}/php.d/81_filter.ini
echo "extension = ftp.so"		> %{buildroot}%{_sysconfdir}/php.d/22_ftp.ini
echo "extension = gd.so"		> %{buildroot}%{_sysconfdir}/php.d/23_gd.ini
echo "extension = gettext.so"		> %{buildroot}%{_sysconfdir}/php.d/24_gettext.ini
echo "extension = gmp.so"		> %{buildroot}%{_sysconfdir}/php.d/25_gmp.ini
echo "extension = hash.so"		> %{buildroot}%{_sysconfdir}/php.d/54_hash.ini
echo "extension = iconv.so"		> %{buildroot}%{_sysconfdir}/php.d/26_iconv.ini
echo "extension = imap.so"		> %{buildroot}%{_sysconfdir}/php.d/27_imap.ini
echo "extension = intl.so"		> %{buildroot}%{_sysconfdir}/php.d/27_intl.ini
echo "extension = ldap.so"		> %{buildroot}%{_sysconfdir}/php.d/28_ldap.ini
echo "extension = mbstring.so"		> %{buildroot}%{_sysconfdir}/php.d/29_mbstring.ini
echo "extension = mcrypt.so"		> %{buildroot}%{_sysconfdir}/php.d/30_mcrypt.ini
echo "extension = fileinfo.so"		> %{buildroot}%{_sysconfdir}/php.d/32_fileinfo.ini
echo "extension = mssql.so"		> %{buildroot}%{_sysconfdir}/php.d/35_mssql.ini
echo "extension = mysql.so"		> %{buildroot}%{_sysconfdir}/php.d/36_mysql.ini
echo "extension = mysqli.so"		> %{buildroot}%{_sysconfdir}/php.d/37_mysqli.ini
echo "extension = enchant.so"		> %{buildroot}%{_sysconfdir}/php.d/38_enchant.ini
echo "extension = odbc.so"		> %{buildroot}%{_sysconfdir}/php.d/39_odbc.ini
echo "extension = pcntl.so"		> %{buildroot}%{_sysconfdir}/php.d/40_pcntl.ini
echo "extension = pdo.so"		> %{buildroot}%{_sysconfdir}/php.d/70_pdo.ini
echo "extension = pdo_dblib.so"		> %{buildroot}%{_sysconfdir}/php.d/71_pdo_dblib.ini
echo "extension = pdo_mysql.so"		> %{buildroot}%{_sysconfdir}/php.d/73_pdo_mysql.ini
echo "extension = pdo_odbc.so"		> %{buildroot}%{_sysconfdir}/php.d/75_pdo_odbc.ini
echo "extension = pdo_pgsql.so"		> %{buildroot}%{_sysconfdir}/php.d/76_pdo_pgsql.ini
echo "extension = pdo_sqlite.so"	> %{buildroot}%{_sysconfdir}/php.d/77_pdo_sqlite.ini
echo "extension = mysqlnd.so"		> %{buildroot}%{_sysconfdir}/php.d/78_mysqlnd.ini
echo "extension = pgsql.so"		> %{buildroot}%{_sysconfdir}/php.d/42_pgsql.ini
echo "extension = posix.so"		> %{buildroot}%{_sysconfdir}/php.d/43_posix.ini
echo "extension = pspell.so"		> %{buildroot}%{_sysconfdir}/php.d/44_pspell.ini
echo "extension = readline.so"		> %{buildroot}%{_sysconfdir}/php.d/45_readline.ini
echo "extension = recode.so"		> %{buildroot}%{_sysconfdir}/php.d/46_recode.ini
echo "extension = session.so"		> %{buildroot}%{_sysconfdir}/php.d/47_session.ini
echo "extension = shmop.so"		> %{buildroot}%{_sysconfdir}/php.d/48_shmop.ini
echo "extension = snmp.so"		> %{buildroot}%{_sysconfdir}/php.d/50_snmp.ini
echo "extension = soap.so"		> %{buildroot}%{_sysconfdir}/php.d/51_soap.ini
echo "extension = sockets.so"		> %{buildroot}%{_sysconfdir}/php.d/52_sockets.ini
echo "extension = sqlite3.so"		> %{buildroot}%{_sysconfdir}/php.d/78_sqlite3.ini
echo "extension = sybase_ct.so"		> %{buildroot}%{_sysconfdir}/php.d/46_sybase_ct.ini
echo "extension = sysvmsg.so"		> %{buildroot}%{_sysconfdir}/php.d/56_sysvmsg.ini
echo "extension = sysvsem.so"		> %{buildroot}%{_sysconfdir}/php.d/57_sysvsem.ini
echo "extension = sysvshm.so"		> %{buildroot}%{_sysconfdir}/php.d/58_sysvshm.ini
echo "extension = tidy.so"		> %{buildroot}%{_sysconfdir}/php.d/59_tidy.ini
echo "extension = tokenizer.so"		> %{buildroot}%{_sysconfdir}/php.d/60_tokenizer.ini
echo "extension = xml.so"		> %{buildroot}%{_sysconfdir}/php.d/62_xml.ini
echo "extension = xmlreader.so"		> %{buildroot}%{_sysconfdir}/php.d/63_xmlreader.ini
echo "extension = xmlrpc.so"		> %{buildroot}%{_sysconfdir}/php.d/62_xmlrpc.ini
echo "extension = xmlwriter.so"		> %{buildroot}%{_sysconfdir}/php.d/64_xmlwriter.ini
echo "extension = xsl.so"		> %{buildroot}%{_sysconfdir}/php.d/63_xsl.ini
echo "extension = wddx.so"		> %{buildroot}%{_sysconfdir}/php.d/63_wddx.ini
echo "extension = json.so"		> %{buildroot}%{_sysconfdir}/php.d/82_json.ini
echo "extension = zip.so"		> %{buildroot}%{_sysconfdir}/php.d/83_zip.ini
echo "extension = phar.so"		> %{buildroot}%{_sysconfdir}/php.d/84_phar.ini
cat >%{buildroot}%{_sysconfdir}/php.d/85_opcache.ini <<"EOF"
zend_extension = %{_libdir}/php/extensions/opcache.so
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1
EOF

install -m0755 maxlifetime %{buildroot}%{_libdir}/php/maxlifetime
install -m0644 php.crond %{buildroot}%{_sysconfdir}/cron.d/php

# mod_php
install -d %{buildroot}%{_libdir}/apache
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -m 755 mod_php/.libs/*.so %{buildroot}%{_libdir}/apache/

cat > %{buildroot}%{_sysconfdir}/httpd/modules.d/170_mod_php.conf << EOF
LoadModule php_module %{_libdir}/apache/mod_php.so

AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php-source .phps

DirectoryIndex index.php index.phtml
EOF

# fix docs
cp Zend/LICENSE Zend/ZEND_LICENSE
cp README.SELF-CONTAINED-EXTENSIONS SELF-CONTAINED-EXTENSIONS
cp ext/openssl/README README.openssl
cp ext/spl/README README.spl
cp ext/libxml/CREDITS CREDITS.libxml
cp ext/zlib/CREDITS CREDITS.zlib

# cgi docs
cp sapi/cgi/CREDITS CREDITS.cgi
cp sapi/cgi/README.FastCGI README.fcgi

# cli docs
cp sapi/cli/CREDITS CREDITS.cli
cp sapi/cli/README README.cli
cp sapi/cli/TODO TODO.cli

# phar fixes
if [ -L %{buildroot}%{_bindir}/phar ]; then
    rm -f %{buildroot}%{_bindir}/phar
    mv %{buildroot}%{_bindir}/phar.phar %{buildroot}%{_bindir}/phar
fi

# inis
install -d -m 755 %{buildroot}%{_sysconfdir}/php.d
install -d -m 755 %{buildroot}%{_libdir}/php/extensions
install -d -m 755 %{buildroot}%{_datadir}/php

sed -e 's,/usr/lib,%{_libdir},g' %{SOURCE10} >%{buildroot}%{_sysconfdir}/php.ini
cp %{buildroot}%{_sysconfdir}/php.ini %{buildroot}%{_sysconfdir}/php-cgi-fcgi.ini

# house cleaning
rm -f %{buildroot}%{_bindir}/pear
rm -f %{buildroot}%{_libdir}/*.*a

# don't pack useless stuff
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/bcmath
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/bz2
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/calendar
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/ctype
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/curl
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/dba
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/dom
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/enchant
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/ereg
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/exif
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/fileinfo
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/filter
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/ftp
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/gettext
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/gmp
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/hash
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/iconv
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/imap
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/intl
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/json
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/ldap
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/libxml
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/mbstring
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/mcrypt
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/mssql
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/mysql
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/mysqli
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/mysqlnd
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/odbc
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/openssl
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pcntl
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pcre
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pdo
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pdo_dblib
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pdo_mysql
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pdo_odbc
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pdo_pgsql
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pdo_sqlite
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pgsql
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/phar
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/posix
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pspell
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/readline
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/recode
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/shmop
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/snmp
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/soap
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/sockets
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/spl
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/sqlite
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/sqlite3
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/standard
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/sybase_ct
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/sysvmsg
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/sysvsem
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/sysvshm
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/tidy
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/tokenizer
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/wddx
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/xml
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/xmlreader
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/xmlrpc
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/xmlwriter
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/xsl
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/zip
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/zlib

# php-devel.i586: E: zero-length /usr/src/php-devel/extensions/pdo_firebird/EXPERIMENTAL
find %{buildroot}%{_usrsrc}/php-devel -type f -size 0 -exec rm -f {} \;

%multiarch_includes %{buildroot}%{_includedir}/php/main/build-defs.h

%multiarch_includes %{buildroot}%{_includedir}/php/main/php_config.h

%if %{build_test}
# do a make test
export NO_INTERACTION=1
export PHPRC="."
export REPORT_EXIT_STATUS=2
export TEST_PHP_DETAILED=0
export TEST_PHP_ERROR_STYLE=EMACS
export TEST_PHP_LOG_FORMAT=LEODC
export PHP_INI_SCAN_DIR=/dev/null

# FAILING TESTS:
# unknown errors with ext/date/tests/oo_002.phpt probably because of php-5.2.5-systzdata.patch
# http://bugs.php.net/bug.php?id=22414 (claimed to be fixed in 2003, but seems not)
# unknown errors with ext/standard/tests/general_functions/phpinfo.phpt
# unknown errors with ext/standard/tests/strings/setlocale_*
disable_tests="ext/date/tests/oo_002.phpt \
ext/standard/tests/file/bug22414.phpt \
ext/standard/tests/general_functions/phpinfo.phpt \
ext/standard/tests/strings/setlocale_basic1.phpt \
ext/standard/tests/strings/setlocale_basic2.phpt \
ext/standard/tests/strings/setlocale_basic3.phpt \
ext/standard/tests/strings/setlocale_variation1.phpt \
ext/standard/tests/strings/setlocale_variation3.phpt \
ext/standard/tests/strings/setlocale_variation4.phpt \
ext/standard/tests/strings/setlocale_variation5.phpt"

[[ -n "$disable_tests" ]] && \
for f in $disable_tests; do
  [[ -f "$f" ]] && mv $f $f.disabled
done

TEST_PHP_EXECUTABLE=sapi/cli/php sapi/cli/php -c ./php-test.ini run-tests.php
%endif

%post bcmath
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun bcmath
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post bz2
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun bz2
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post calendar
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun calendar
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post cgi
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun cgi
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post cli
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun cli
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post ctype
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun ctype
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post curl
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun curl
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post dba
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun dba
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post devel
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun devel
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post doc
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun doc
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post dom
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun dom
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post enchant
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun enchant
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post exif
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun exif
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post fileinfo
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun fileinfo
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post filter
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun filter
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post ftp
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun ftp
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post gd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun gd
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post gettext
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun gettext
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post gmp
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun gmp
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post hash
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun hash
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post iconv
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun iconv
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post imap
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun imap
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post intl
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun intl
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post json
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun json
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post ldap
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun ldap
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mbstring
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mbstring
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mcrypt
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mcrypt
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mssql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mssql
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mysql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mysql
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mysqli
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mysqli
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post mysqlnd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mysqlnd
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post odbc
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun odbc
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post openssl
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun openssl
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post pcntl
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pcntl
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post pdo
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pdo
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post pdo_dblib
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pdo_dblib
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post pdo_mysql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pdo_mysql
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post pdo_odbc
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pdo_odbc
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post pdo_pgsql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pdo_pgsql
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post pdo_sqlite
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pdo_sqlite
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post pgsql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pgsql
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post phar
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun phar
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post posix
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun posix
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post pspell
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pspell
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post readline
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun readline
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post recode
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun recode
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%pre session
%_pre_useradd apache /var/www /bin/sh

%post session
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun session
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post shmop
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun shmop
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post snmp
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun snmp
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post soap
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun soap
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post sockets
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun sockets
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post sqlite3
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun sqlite3
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post sybase_ct
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun sybase_ct
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post sysvmsg
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun sysvmsg
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post sysvsem
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun sysvsem
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post sysvshm
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun sysvshm
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post tidy
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun tidy
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post tokenizer
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun tokenizer
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post wddx
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun wddx
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post xml
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun xml
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post xmlreader
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun xmlreader
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post xmlrpc
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun xmlrpc
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post xmlwriter
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun xmlwriter
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post xsl
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun xsl
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post zip
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun zip
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post zlib
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun zlib
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%post fpm
%tmpfiles_create php-fpm
%_post_service php-fpm
if [ $1 = 1 ]; then
    # Initial installation
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%pre fpm
%_preun_service php-fpm
%_pre_useradd apache /var/www /bin/sh

%preun fpm
if [ $1 = 0 ]; then
    # Package removal, not upgrade
    /bin/systemctl --no-reload disable php-fpm.service >/dev/null 2>&1 || :
    /bin/systemctl stop php-fpm.service >/dev/null 2>&1 || :
fi

%postun fpm
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ]; then
    # Package upgrade, not uninstall
    /bin/systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
fi
%_postun_userdel apache

%post -n apache-mod_php
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun -n apache-mod_php
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%files doc
%doc CREDITS INSTALL LICENSE NEWS Zend/ZEND_LICENSE 
%doc php.ini-production php.ini-development configure_command
%doc README.openssl README.spl CREDITS.libxml CREDITS.zlib
%doc README.PHP4-TO-PHP5-THIN-CHANGES
%doc README.EXTENSIONS README.EXT_SKEL README.input_filter
%doc README.PARAMETER_PARSING_API README.STREAMS

%files -n %{libname}
%{_libdir}/libphp5_common.so.%{php5_common_major}*

%files cli
%doc CREDITS.cli README.cli TODO.cli
%attr(0755,root,root) %{_bindir}/php
%attr(0644,root,root) %{_mandir}/man1/php.1*

%files cgi
%doc CREDITS.cgi README.fcgi
%attr(0755,root,root) %{_bindir}/php-cgi
%attr(0755,root,root) %{_bindir}/php-fcgi
%{_mandir}/man1/php-cgi.1*

%files devel
%doc SELF-CONTAINED-EXTENSIONS CODING_STANDARDS README.* EXTENSIONS
%doc Zend/ZEND_* README.TESTING*
%attr(0755,root,root) %{_bindir}/php-config
%attr(0755,root,root) %{_bindir}/phpize
%attr(0755,root,root) %{_libdir}/libphp5_common.so
%{_libdir}/php/build
%{_usrsrc}/php-devel
%{multiarch_includedir}/php/main/build-defs.h
%{multiarch_includedir}/php/main/php_config.h
%{_includedir}/php
%attr(0644,root,root) %{_mandir}/man1/php-config.1*
%attr(0644,root,root) %{_mandir}/man1/phpize.1*

%files openssl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/21_openssl.ini
%attr(0755,root,root) %{_libdir}/php/extensions/openssl.so

%files zlib
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/21_zlib.ini
%attr(0755,root,root) %{_libdir}/php/extensions/zlib.so

%files bcmath
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/66_bcmath.ini
%attr(0755,root,root) %{_libdir}/php/extensions/bcmath.so

%files bz2
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/10_bz2.ini
%attr(0755,root,root) %{_libdir}/php/extensions/bz2.so

%files calendar
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/11_calendar.ini
%attr(0755,root,root) %{_libdir}/php/extensions/calendar.so

%files ctype
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/12_ctype.ini
%attr(0755,root,root) %{_libdir}/php/extensions/ctype.so

%files curl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/13_curl.ini
%attr(0755,root,root) %{_libdir}/php/extensions/curl.so

%files dba
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/14_dba.ini
%attr(0755,root,root) %{_libdir}/php/extensions/dba.so

%files dom
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/18_dom.ini
%attr(0755,root,root) %{_libdir}/php/extensions/dom.so

%files enchant
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/38_enchant.ini
%attr(0755,root,root) %{_libdir}/php/extensions/enchant.so

%files exif
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/19_exif.ini
%attr(0755,root,root) %{_libdir}/php/extensions/exif.so

%files fileinfo
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/32_fileinfo.ini
%attr(0755,root,root) %{_libdir}/php/extensions/fileinfo.so

%files filter
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/81_filter.ini
%attr(0755,root,root) %{_libdir}/php/extensions/filter.so

%files ftp
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/22_ftp.ini
%attr(0755,root,root) %{_libdir}/php/extensions/ftp.so

%files gd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/23_gd.ini
%attr(0755,root,root) %{_libdir}/php/extensions/gd.so

%files gettext
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/24_gettext.ini
%attr(0755,root,root) %{_libdir}/php/extensions/gettext.so

%files gmp
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/25_gmp.ini
%attr(0755,root,root) %{_libdir}/php/extensions/gmp.so

%files hash
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/54_hash.ini
%attr(0755,root,root) %{_libdir}/php/extensions/hash.so

%files iconv
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/26_iconv.ini
%attr(0755,root,root) %{_libdir}/php/extensions/iconv.so

%files imap
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/27_imap.ini
%attr(0755,root,root) %{_libdir}/php/extensions/imap.so

%files intl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/27_intl.ini
%attr(0755,root,root) %{_libdir}/php/extensions/intl.so

%files json
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/82_json.ini
%attr(0755,root,root) %{_libdir}/php/extensions/json.so

%files ldap
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/28_ldap.ini
%attr(0755,root,root) %{_libdir}/php/extensions/ldap.so

%files mbstring
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/29_mbstring.ini
%attr(0755,root,root) %{_libdir}/php/extensions/mbstring.so

%files mcrypt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/30_mcrypt.ini
%attr(0755,root,root) %{_libdir}/php/extensions/mcrypt.so

%files mssql
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/35_mssql.ini
%attr(0755,root,root) %{_libdir}/php/extensions/mssql.so

%files mysql
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/36_mysql.ini
%attr(0755,root,root) %{_libdir}/php/extensions/mysql.so

%files mysqli
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/37_mysqli.ini
%attr(0755,root,root) %{_libdir}/php/extensions/mysqli.so

%files mysqlnd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/78_mysqlnd.ini
%attr(0755,root,root) %{_libdir}/php/extensions/mysqlnd.so

%files odbc
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/39_odbc.ini
%attr(0755,root,root) %{_libdir}/php/extensions/odbc.so

%files opcache
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/85_opcache.ini
%attr(0755,root,root) %{_libdir}/php/extensions/opcache.so

%files pcntl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/40_pcntl.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pcntl.so

%files pdo
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/70_pdo.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pdo.so

%files pdo_dblib
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/71_pdo_dblib.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pdo_dblib.so

%files pdo_mysql
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/73_pdo_mysql.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pdo_mysql.so

%files pdo_odbc
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/75_pdo_odbc.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pdo_odbc.so

%files pdo_pgsql
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/76_pdo_pgsql.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pdo_pgsql.so

%files pdo_sqlite
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/77_pdo_sqlite.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pdo_sqlite.so

%files pgsql
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/42_pgsql.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pgsql.so

%files phar
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/84_phar.ini
%attr(0755,root,root) %{_libdir}/php/extensions/phar.so
%attr(0755,root,root) %{_bindir}/phar
%{_mandir}/man1/phar.1*
%{_mandir}/man1/phar.phar.1*

%files posix
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/43_posix.ini
%attr(0755,root,root) %{_libdir}/php/extensions/posix.so

%files pspell
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/44_pspell.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pspell.so

%files readline
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/45_readline.ini
%attr(0755,root,root) %{_libdir}/php/extensions/readline.so

%files recode
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/46_recode.ini
%attr(0755,root,root) %{_libdir}/php/extensions/recode.so

%files session
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/47_session.ini
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/php
%attr(0755,root,root) %{_libdir}/php/extensions/session.so
%attr(0755,root,root) %{_libdir}/php/maxlifetime
%attr(01733,apache,apache) %dir /var/lib/php

%files shmop
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/48_shmop.ini
%attr(0755,root,root) %{_libdir}/php/extensions/shmop.so

%files snmp
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/50_snmp.ini
%attr(0755,root,root) %{_libdir}/php/extensions/snmp.so

%files soap
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/51_soap.ini
%attr(0755,root,root) %{_libdir}/php/extensions/soap.so

%files sockets
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/52_sockets.ini
%attr(0755,root,root) %{_libdir}/php/extensions/sockets.so

%files sqlite3
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/78_sqlite3.ini
%attr(0755,root,root) %{_libdir}/php/extensions/sqlite3.so

%files sybase_ct
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/46_sybase_ct.ini
%attr(0755,root,root) %{_libdir}/php/extensions/sybase_ct.so

%files sysvmsg
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/56_sysvmsg.ini
%attr(0755,root,root) %{_libdir}/php/extensions/sysvmsg.so

%files sysvsem
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/57_sysvsem.ini
%attr(0755,root,root) %{_libdir}/php/extensions/sysvsem.so

%files sysvshm
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/58_sysvshm.ini
%attr(0755,root,root) %{_libdir}/php/extensions/sysvshm.so

%files tidy
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/59_tidy.ini
%attr(0755,root,root) %{_libdir}/php/extensions/tidy.so

%files tokenizer
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/60_tokenizer.ini
%attr(0755,root,root) %{_libdir}/php/extensions/tokenizer.so

%files xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/62_xml.ini
%attr(0755,root,root) %{_libdir}/php/extensions/xml.so

%files xmlreader
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/63_xmlreader.ini
%attr(0755,root,root) %{_libdir}/php/extensions/xmlreader.so

%files xmlrpc
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/62_xmlrpc.ini
%attr(0755,root,root) %{_libdir}/php/extensions/xmlrpc.so

%files xmlwriter
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/64_xmlwriter.ini
%attr(0755,root,root) %{_libdir}/php/extensions/xmlwriter.so

%files xsl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/63_xsl.ini
%attr(0755,root,root) %{_libdir}/php/extensions/xsl.so

%files wddx
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/63_wddx.ini
%attr(0755,root,root) %{_libdir}/php/extensions/wddx.so

%files zip
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/83_zip.ini
%attr(0755,root,root) %{_libdir}/php/extensions/zip.so

%files fpm
%doc sapi/fpm/CREDITS sapi/fpm/LICENSE
/lib/systemd/system/php-fpm.service
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php-fpm.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/php-fpm
%attr(0644,root,root) %{_sysconfdir}/logrotate.d/php-fpm
%attr(0755,root,root) %dir %{_sysconfdir}/php-fpm.d
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php-fpm.d/default.conf
%attr(0755,root,root) %{_sbindir}/php-fpm
%attr(0644,root,root) %{_mandir}/man8/php-fpm.8*
%attr(0711,apache,apache) %dir /var/lib/php-fpm
%attr(0711,apache,apache) %dir /var/log/php-fpm
%attr(0711,apache,apache) %dir /run/php-fpm
%{_tmpfilesdir}/php-fpm.conf

%files -n apache-mod_php
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/*.conf
%attr(0755,root,root) %{_libdir}/apache/*.so

%files -n php-ini
%config(noreplace) %{_sysconfdir}/php.ini
%config(noreplace) %{_sysconfdir}/php-cgi-fcgi.ini
%dir %{_sysconfdir}/php.d
%dir %{_libdir}/php
%dir %{_libdir}/php/extensions
%dir %{_datadir}/php

%changelog
* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3:5.5.14-1
+ Revision: 4490eb1
- Updated to 5.5.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18408 |14mr|php-apc-3.1.15-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define realname apc (Alternative PHP Cache)
%define modname apc
%define inifile 99_%{modname}.ini

Summary:	The %{realname} module for PHP
Name:		php-%{modname}
Epoch:		1
Version:	3.1.15
Release:	3
Group:		Development/PHP
License:	PHP License
Url:		http://pecl.php.net/package/APC
Source0:	http://pecl.php.net/get/APC-%{version}.tgz
Source1:	apc.ini
Patch0:		APC-3.1.3p1-default_lock_dir.diff
Patch1:		APC-3.1.9-svn_fixes.diff
BuildRequires:  php-devel >= 3:5.2.0
Conflicts:	php-afterburner
Conflicts:	php-mmcache
Conflicts:	php-eaccelerator

%description
APC was conceived of to provide a way of boosting the performance of PHP on
heavily loaded sites by providing a way for scripts to be cached in a compiled
state, so that the overhead of parsing and compiling can be almost completely
eliminated. There are commercial products which provide this functionality, but
they are neither open-source nor free. Our goal was to level the playing field
by providing an implementation that allows greater flexibility and is
universally accessible. 

NOTE!: %{name} has to be loaded last, very important!

This package comes with four different flavours of APC (use only one of them):

 o apc-mmap.so - mmap (fcntl) based locks (default)
 o apc-sem.so - IPC semamphore based locks
 o apc-spinlocks.so - Hardware-dependent implementation of spinlocks
 o apc-pthread.so - NPTL pthread mutex based locks
 o apc-mmap+mutex.so - mmap (fcntl) and pthread mutex based locks

%package	admin
Summary:	Web admin GUI for %{realname}
Group:		Development/PHP
Requires:	apache-mod_php
Requires:	%{name} = %{EVRD}

%description	admin
This package contains a Web admin GUI for %{realname}.

To access the web GUI please open up your favourite web browser and point to:

http://localhost/%{name}/

%prep
%setup -qn APC-%{version}

%patch0 -p0

cp %{SOURCE1} %{inifile}

%build
%serverbuild

phpize

mkdir -p build-apc-mmap
pushd build-apc-mmap
ln -s ../configure .
%configure2_5x \
	--enable-%{modname}=shared,%{_prefix} \
	--enable-apc-filehits \
	--disable-apc-pthreadmutex \
	--disable-apc-pthreadrwlocks \
	--disable-apc-sem \
	--disable-apc-spinlocks \
	--enable-apc-mmap \
	--enable-apc-memprotect

%make
popd

mkdir -p build-apc-sem
pushd build-apc-sem
ln -s ../configure .
%configure2_5x \
	--enable-%{modname}=shared,%{_prefix} \
	--enable-apc-filehits \
	--disable-apc-pthreadmutex \
	--disable-apc-pthreadrwlocks \
	--disable-apc-mmap \
	--disable-apc-spinlocks \
	--enable-apc-sem \
	--enable-apc-memprotect

%make
popd

mkdir -p build-apc-spinlocks
pushd build-apc-spinlocks
ln -s ../configure .
%configure2_5x \
	--enable-%{modname}=shared,%{_prefix} \
	--enable-apc-filehits \
	--disable-apc-pthreadmutex \
	--disable-apc-pthreadrwlocks \
	--disable-apc-sem \
	--disable-apc-mmap \
	--disable-apc-memprotect \
	--enable-apc-spinlocks

%make
popd

mkdir -p build-apc-pthread
pushd build-apc-pthread
ln -s ../configure .
%configure2_5x \
	--enable-%{modname}=shared,%{_prefix} \
	--enable-apc-filehits \
	--enable-apc-pthreadrwlocks \
	--disable-apc-spinlocks \
	--disable-apc-mmap \
	--disable-apc-sem \
	--disable-apc-memprotect
%make
popd

mkdir -p build-apc-mmap+mutex
pushd build-apc-mmap+mutex
ln -s ../configure .
%configure2_5x \
	--enable-%{modname}=shared,%{_prefix} \
	--enable-apc-filehits \
	--enable-apc-mmap \
	--enable-apc-pthreadmutex
%make
popd

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}/var/www/%{name}
install -d %{buildroot}/var/lib/php-apc

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

install -m0755 build-apc-mmap/modules/apc.so %{buildroot}%{_libdir}/php/extensions/apc-mmap.so
install -m0755 build-apc-sem/modules/apc.so %{buildroot}%{_libdir}/php/extensions/apc-sem.so
install -m0755 build-apc-spinlocks/modules/apc.so %{buildroot}%{_libdir}/php/extensions/apc-spinlocks.so
install -m0755 build-apc-pthread/modules/apc.so %{buildroot}%{_libdir}/php/extensions/apc-pthread.so
install -m0755 build-apc-mmap+mutex/modules/apc.so %{buildroot}%{_libdir}/php/extensions/apc-mmap+mutex.so

install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}.conf << EOF
Alias /%{name} /var/www/%{name}

<Directory "/var/www/%{name}">
    Require host 127.0.0.1
    ErrorDocument 403 "Access denied per %{_webappconfdir}/%{name}.conf"
</Directory>
EOF

install -m0644 apc.php %{buildroot}/var/www/%{name}/index.php

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%files
%doc tests CHANGELOG INSTALL LICENSE NOTICE TECHNOTES.txt TODO package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/apc-mmap.so
%attr(0755,root,root) %{_libdir}/php/extensions/apc-sem.so
%attr(0755,root,root) %{_libdir}/php/extensions/apc-spinlocks.so
%attr(0755,root,root) %{_libdir}/php/extensions/apc-pthread.so
%attr(0755,root,root) %{_libdir}/php/extensions/apc-mmap+mutex.so
%attr(0755,apache,apache) /var/lib/php-apc

%files admin
%config(noreplace) %{_webappconfdir}/%{name}.conf
%dir /var/www/%{name}
/var/www/%{name}/index.php


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.1.15-3
+ Revision: 537ba21
- Rebuild with latest php



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18409 |14mr|php-cairo-0.3.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname Cairo
%define modname cairo
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A98_%{modname}.ini

Summary:	Cairo Graphics Library Extension
Name:		php-%{modname}
Version:	0.3.2
Release:	5
License:	PHP License
Group:		Development/PHP
Url:		http://pecl.php.net/package/Cairo/
Source0:	http://pecl.php.net/get/%{rname}-%{version}.tgz
BuildRequires:	apache-devel
BuildRequires:	php-devel
BuildRequires:	pkgconfig(cairo)

%description
Cairo is a 2D graphics library with support for multiple output devices.
Currently supported output targets include the X Window System, Quartz, Win32,
image buffers, PostScript, PDF, and SVG file output.

%files
%doc CREDITS IGNORED README SYMBOLS TODO package*.xml 
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q -n %{rname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}
%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF


%changelog
* Tue Aug 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.2-5
+ Revision: bcc59cc
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18410 |14mr|php-eaccelerator-0.9.6.1git20120725-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname eaccelerator
%define soname %{modname}.so
%define inifile Z99_%{modname}.ini

Summary:	PHP accelerator optimizer
Name:		php-eaccelerator
Epoch:		2
Version:	0.9.6.1git20120725
Release:	17
Group:		Development/PHP
License:	GPLv2
Url:		http://eaccelerator.net/
# svn --username anonymous --password anonymous co http://dev.eaccelerator.net/eaccelerator/trunk eaccelerator
Source0:	http://prdownloads.sourceforge.net/eaccelerator/eaccelerator-%{version}.tar.gz
Source1:	eaccelerator.ini
Source2:	php-eaccelerator.rpmlintrc
Patch0:		eaccelerator-cache_file_location.diff
Patch1:		eaccelerator-php5.5.patch
ExcludeArch:	%mips %arm
BuildRequires:	apache-devel >= 2.2.4
BuildRequires:	php-devel >= 3:5.2.2
Requires(post,postun): rpm-helper
Conflicts:	php-afterburner
Conflicts:	php-apc
Conflicts:	%{name}-eloader

%description
eAccelerator is a further development of the mmcache PHP accelerator and
encoder. It increases the performance of PHP scripts by caching them in a
compiled state, so that the overhead of compiling is almost completely
eliminated. 

%package	admin
Summary:	Web interface for controlling eaccelerator and encode php files
Group:		System/Servers
Requires:	%{name} >= %{EVRD}
Conflicts:	%{name}-eloader

%description	admin
This packages install the eAccelerator admin webinterface and a
script for encoding php files.

%prep

%setup -qn eaccelerator-%{version}
%apply_patches

cp %{SOURCE1} eaccelerator.ini

# lib64 fixes
perl -pi -e "s|/usr/lib|%{_libdir}|g" eaccelerator.ini

# fixi strange attribs
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

%build
%serverbuild

phpize

# wtf?
chmod 755 configure

%configure2_5x \
	--with-libdir=%{_lib} \
	--cache-file=config.cache \
	--with-eaccelerator-info \
	--with-eaccelerator-disassembler \
	--with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}/var/www/php-eaccelerator

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

install -m0644 eaccelerator.ini %{buildroot}%{_sysconfdir}/php.d/%{inifile}

install -m0644 bugreport.php %{buildroot}/var/www/php-eaccelerator/
install -m0644 control.php %{buildroot}/var/www/php-eaccelerator/index.php
install -m0644 dasm.php %{buildroot}/var/www/php-eaccelerator/
install -m0644 PHP_Highlight.php %{buildroot}/var/www/php-eaccelerator/

# fix access config files
install -d -m 755 %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/php-eaccelerator.conf << EOF
Alias /php-eaccelerator /var/www/php-eaccelerator

<Directory /var/www/php-eaccelerator>
    Require host 127.0.0.1
    ErrorDocument 403 "Access denied per %{_webappconfdir}/php-eaccelerator.conf"
</Directory>
EOF

# pre-populate the balanced tree, grep "^static char num2hex" eaccelerator.c + grep "^#define EACCELERATOR_HASH_LEVEL" eaccelerator.h
install -d %{buildroot}/var/cache/httpd/php-eaccelerator/{0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f}/{0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f}
find %{buildroot}/var/cache/httpd/php-eaccelerator -type d | sed -e "s|%{buildroot}||" | sed -e 's/^/%attr(0711,apache,root) %dir /' > %{name}.filelist

%files -f %{name}.filelist
%doc AUTHORS COPYING ChangeLog NEWS README doc/*
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%files admin
%config(noreplace) %{_webappconfdir}/php-eaccelerator.conf
%dir /var/www/php-eaccelerator
/var/www/php-eaccelerator/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:0.9.6.1git20120725-17
+ Revision: 88b3a0e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18411 |14mr|php-gtk2-2.0.3-0.svn20130225.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot 20130225

Summary:	GTK+2 toolkit for php
Name:		php-gtk2
Version:	2.0.3
Release:	0.svn%{snapshot}.1
Epoch:		2
License:	LGPLv2.1
Group:		Development/PHP
Url:		http://gtk.php.net/
Source0:	https://github.com/php/php-gtk-src/php-gtk2-%{version}-0.git%{snapshot}.tar.gz
Source1:	php_cairo_api.h
Patch0:		cairo_local_path.patch
Patch1:		php-gtk2-automake1.13.patch
Patch2:         php-gtk2-2.0.3-fix-php5.5.patch
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	php-mbstring
BuildRequires:	php-cairo
BuildRequires:	php-cli >= 3:5.3.0
Requires:	php-cli >= 3:5.3.0

%description
PHP-GTK is an extension for PHP programming language that implements language
bindings for GTK+ toolkit. It provides an object-oriented interface to GTK+
classes and functions and greatly simplifies writing client side cross-platform
GUI applications.

%prep
%setup -q -n php-gtk2
%patch0 -p0
%patch1 -p1
%patch2 -p1

cp %{SOURCE1} main/php_cairo_api.h

for i in `find . -type d -name .git`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%build
%serverbuild
rm -f configure
rm -rf autom4te.cache
./buildconf
%configure2_5x \
    --with-libdir=%{_lib}

# We use our own libtool, and apply some fixes
rm libtool
ln -s %{_bindir}/libtool libtool

sed -i.orig 's/compile $(CC)/compile --tag=CC $(CC)/g' Makefile
sed -i.orig 's/link $(CC)/link --tag=CC $(CC)/g' Makefile

make

%install
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions

install -m0755 modules/php_gtk2.so %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/A99_gtk2.ini << EOF
extension = php_gtk2.so

[php-gtk]

;php-gtk.codepage = iso-8859-1
;php-gtk.extensions = 

EOF

%files
%doc demos AUTHORS ChangeLog NEWS README* TODO2
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/*
%{_libdir}/php/extensions/php_gtk2.so


%changelog
* Tue May 06 2014 Alex Burmashev <alex.burmashev@gmail.com> 2:2.0.3-0.svn20130225.1
+ Revision: 5c1edc9
- fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18412 |14mr|php-ini-5.4.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	INI files for PHP
Name:		php-ini
Version:	5.4.9
Release:	2
Group:		Development/Other
URL:		http://www.php.net
License:	PHP License
Source0:	php.ini

%description
The php-ini package contains the ini file required for PHP.

%prep

%setup -c -T

install -m0644 %{SOURCE0} php.ini

# lib64 hack
perl -p -i -e "s|/usr/lib|%{_libdir}|" php.ini

%build

%install
install -d -m 755 %{buildroot}%{_sysconfdir}/php.d
install -d -m 755 %{buildroot}%{_libdir}/php/extensions
install -d -m 755 %{buildroot}%{_datadir}/php

install -m0644 php.ini %{buildroot}%{_sysconfdir}/php.ini
install -m0644 php.ini %{buildroot}%{_sysconfdir}/php-cgi-fcgi.ini

%files
%config(noreplace) %{_sysconfdir}/php.ini
%config(noreplace) %{_sysconfdir}/php-cgi-fcgi.ini
%dir %{_sysconfdir}/php.d
%dir %{_libdir}/php
%dir %{_datadir}/php
%dir %{_libdir}/php/extensions


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.4.9-2
+ Revision: 96830de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18413 |14mr|php-mailparse-2.1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname mailparse
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A12_%{modname}.ini

Summary:	Email message manipulation for PHP
Name:		php-%{modname}
Version:	2.1.6
Release:	3
License:	PHP License
Group:		Development/PHP
URL:		http://pecl.php.net/package/mailparse
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
Patch0:		mailparse-0.9.4-silly_fix.patch
Patch1:		mailparse-2.1.5-libmbfl_is_external.diff
Requires:	php-cli >= 3:5.2.0
Requires:	php-mbstring
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	mbfl-devel
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Mailparse is an extension for parsing and working with email messages. It can
deal with rfc822 and rfc2045 (MIME) compliant messages. 

%prep

%setup -q -n %{modname}-%{version}
%patch0 -p0
%patch1 -p0

# fix strange attribs
find tests -type f|xargs chmod 644

ln -s %{_usrsrc}/php-devel/ext .

cp %{SOURCE1} %{inifile}

%build
%serverbuild

phpize
%configure2_5x \
    --enable-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc tests CREDITS README try.php
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.1.6-3
+ Revision: 3a87e7a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18414 |14mr|php-mcal-0.6-51
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname MCAL
%define modname mcal
%define soname %{modname}.so
%define inifile 62_%{modname}.ini

Summary:	The %{realname} module for PHP
Name:		php-%{modname}
Epoch:		1
Version:	0.6
Release:	51
Group:		Development/PHP
License:	PHP License
Url:		http://www.php.net
Source0:	mcal-%{version}.tar.bz2
Patch0:		mcal-0.6-deprecation_fix.diff
Patch1:		mcal-0.6-php54x.diff
BuildRequires:	mcal-devel
BuildRequires:  php-devel >= 3:5.2.0

%description
This is a dynamic shared object (DSO) that adds MCAL support to PHP.

MCAL stands for Modular Calendar Access Library.
 
Libmcal is a C library for accessing calendars. It's written to be very
modular, with pluggable drivers. MCAL is the calendar equivalent of the IMAP
module for mailboxes.
 
With mcal support, a calendar stream can be opened much like the mailbox stream
with the IMAP support. Calendars can be local file stores, remote ICAP servers,
or other formats that are supported by the mcal library.
 
Calendar events can be pulled up, queried, and stored. There is also support
for calendar triggers (alarms) and recurring events.
 
With libmcal, central calendar servers can be accessed, removing the need for
any specific database or local file programming. 

%prep
%setup -qn mcal-%{version}
%patch0 -p0
%patch1 -p0

%build
%serverbuild

phpize
%configure2_5x \
	--with-libdir=%{_lib} \
	--with-%{modname}=%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > README.%{modname} << EOF
The %{name} package contains a dynamic shared object (DSO) for PHP. 
To activate it, make sure a file /etc/php.d/%{inifile} is present and
contains the line 'extension = %{soname}'.
EOF

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%files 
%doc README*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.6-51
+ Revision: 9f9c5ae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18415 |14mr|php-pear-1.9.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	__noautoreq pear\\\\((PHPUnit.*|PEAR.*)\\\\)
%define Archive_Tar_version 1.3.11
%define Console_Getopt_version 1.3.1
%define Structures_Graph_version 1.0.4
%define XML_RPC_version 1.5.5
%define XML_Util_version 1.2.1

Summary:	PHP Extension and Application Repository
Name:		php-pear
Epoch:		1
Version:	1.9.4
Release:	10
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PEAR/
Source0:	http://pear.php.net/get/PEAR-%{version}.tgz
Source1:	install-pear.php
Source2:	relocate.php
Source3:	strip.php
Source4:	LICENSE
Source5:	pear.script
Source10:	pear.sh
Source11:	pecl.sh
Source12:	peardev.sh
Source20:	http://pear.php.net/get/XML_RPC-%{XML_RPC_version}.tgz
Source21:	http://pear.php.net/get/Archive_Tar-%{Archive_Tar_version}.tgz
Source22:	http://pear.php.net/get/Console_Getopt-%{Console_Getopt_version}.tgz
Source23:	http://pear.php.net/get/Structures_Graph-%{Structures_Graph_version}.tgz
Source24:	http://pear.php.net/get/XML_Util-%{XML_Util_version}.tgz
Patch0:		PEAR-1.9.4-use-autoload.patch
BuildArch:	noarch
BuildRequires:	php-cli
BuildRequires:	php-xml
Requires:	php-cli
Requires:	php-xml
Provides:	php-pear-Console_Getopt = %{Console_Getopt_version}
Provides:	php-pear-Archive_Tar = %{Archive_Tar_version}
Provides:	php-pear-Structures_Graph = %{Structures_Graph_version}
Provides:	php-pear-XML_RPC = %{XML_RPC_version}
Provides:	php-pear-XML_Util = %{XML_Util_version}
Obsoletes:	php-pear-XML_Util < %{XML_Util_version}
# the russian roulette fix - start
# this reduces breakage going from php-pear-5.2.x
Provides:	pear = %{epoch}:%{version}
Provides:	php-pear-PEAR = %{epoch}:%{version}
Provides:	php-pear-PEAR-Command = %{epoch}:%{version}
Provides:	php-pear-PEAR-Frontend_CLI = %{epoch}:%{version}
Provides:	php-pear-PEAR-OS = %{epoch}:%{version}
Obsoletes:	php-pear-PEAR
Obsoletes:	php-pear-PEAR-Command
Obsoletes:	php-pear-PEAR-Frontend_CLI
Obsoletes:	php-pear-PEAR-OS
# the russian roulette fix - end
Suggests:	php-pear-DB php-pear-Log php-pear-Mail php-pear-Mail_Mime php-pear-Mail_mimeDecode php-pear-Net_SMTP php-pear-Net_Socket php-pear-XML_Parser

%description
PEAR is short for "PHP Extension and Application Repository" and is pronounced
just like the fruit. The purpose of PEAR is to provide:

 * A structured library of open-sourced code for PHP users
 * A system for code distribution and package maintenance
 * A standard style for code written in PHP
 * The PHP Foundation Classes (PFC)
 * The PHP Extension Code Library (PECL)
 * A web site, mailing lists and download mirrors to support the PHP/PEAR
   community

%prep
%setup -q -cT

# Create a usable PEAR directory (used by install-pear.php)
for archive in %{SOURCE0} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24}; do
    tar xzf  $archive --strip-components 1
done
tar xzf %{SOURCE24} package.xml
mv package.xml XML_Util.xml

%patch0 -p1

%build

%install
export PHP_PEAR_SYSCONF_DIR=%{_sysconfdir}
export PHP_PEAR_SIG_KEYDIR=%{_sysconfdir}/pearkeys
export PHP_PEAR_SIG_BIN=%{_bindir}/gpg
export PHP_PEAR_INSTALL_DIR=%{_datadir}/pear

# 1.4.11 tries to write to the cache directory during installation
# so it's not possible to set a sane default via the environment.
# The ${PWD} bit will be stripped via relocate.php later.
export PHP_PEAR_CACHE_DIR=${PWD}%{_localstatedir}/cache/php-pear
export PHP_PEAR_TEMP_DIR=/var/tmp

install -d \
    %{buildroot}%{_datadir}/pear \
    %{buildroot}%{_localstatedir}/cache/php-pear \
    %{buildroot}%{_localstatedir}/www/html \
    %{buildroot}%{_datadir}/pear/.pkgxml \
    %{buildroot}%{_sysconfdir}/rpm \
    %{buildroot}%{_sysconfdir}/pear

export INSTALL_ROOT=%{buildroot}

%{_bindir}/php \
    -n -dmemory_limit=32M -dshort_open_tag=0 -dsafe_mode=0 \
    -derror_reporting=E_ALL -ddetect_unicode=0 \
    %{SOURCE1} -d %{_datadir}/pear \
    -c %{_sysconfdir}/pear \
    -b %{_bindir} \
    -w %{_localstatedir}/www/html \
    %{SOURCE0} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} %{SOURCE20}

# Replace /usr/bin/* with simple scripts:
install -m 755 %{SOURCE10} %{buildroot}%{_bindir}/pear
install -m 755 %{SOURCE11} %{buildroot}%{_bindir}/pecl
install -m 755 %{SOURCE12} %{buildroot}%{_bindir}/peardev

# Sanitize the pear.conf
%{_bindir}/php -n %{SOURCE2} %{buildroot}%{_sysconfdir}/pear.conf %{buildroot} | 
%{_bindir}/php -n %{SOURCE2} php://stdin $PWD > new-pear.conf
%{_bindir}/php -n %{SOURCE3} new-pear.conf ext_dir |
%{_bindir}/php -n %{SOURCE3} php://stdin http_proxy > %{buildroot}%{_sysconfdir}/pear.conf

%{_bindir}/php -r "print_r(unserialize(substr(file_get_contents('%{buildroot}%{_sysconfdir}/pear.conf'),17)));"

install -m 644 -c %{SOURCE4} LICENSE

# Why this file here ?
rm -rf %{buildroot}/.depdb* %{buildroot}/.lock %{buildroot}/.channels %{buildroot}/.filemap

# Need for re-registrying XML_Util
install -m 644 XML_Util.xml %{buildroot}%{_datadir}/pear/.pkgxml/

# rpm filetriggers
install -d -m 755 %{buildroot}%{_localstatedir}/lib/rpm/filetriggers
cat > %buildroot%{_localstatedir}/lib/rpm/filetriggers/pear.filter << EOF
^.%{_datadir}/pear/packages/.*\.xml$
EOF
install -m 755 %{SOURCE5} \
    %{buildroot}%{_localstatedir}/lib/rpm/filetriggers/pear.script

%check
# Check that no bogus paths are left in the configuration, or in
# the generated registry files.
grep %{buildroot} %{buildroot}%{_sysconfdir}/pear.conf && exit 1
grep %{_libdir} %{buildroot}%{_sysconfdir}/pear.conf && exit 1
grep '"/tmp"' %{buildroot}%{_sysconfdir}/pear.conf && exit 1
grep /usr/local %{buildroot}%{_sysconfdir}/pear.conf && exit 1
grep -rl %{buildroot} %{buildroot} && exit 1

%triggerpostun -- php-pear-XML-Util
# re-register extension unregistered during postun of obsoleted
# package php-pear-XML-Util
%{_bindir}/pear install --nodeps --soft --force --register-only \
    %{_datadir}/pear/packages/XML_Util.xml >/dev/null || :

%files
%doc LICENSE README
%dir %{_sysconfdir}/pear
%config(noreplace) %{_sysconfdir}/pear.conf
%{_datadir}/pear
%{_bindir}/*
%dir %{_localstatedir}/cache/php-pear
%{_localstatedir}/lib/rpm/filetriggers/pear.*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.9.4-10
+ Revision: e1f4020
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18416 |14mr|php-pear-Auth_SASL-1.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Auth
%define		_subclass	SASL
%define		upstream_name	%{_class}_%{_subclass}

Summary:	Generate responses to common SASL mechanisms
Name:		php-pear-%{upstream_name}
Version:	1.0.6
Release:	4
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Auth_SASL/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Provides code to generate responses to common SASL mechanisms,
including: Digest-MD5, CramMD5, Plain, Anonymous, Login (Pseudo
mechanism).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install
cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.6-4
+ Revision: db2781c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18417 |14mr|php-pear-Cache-1.5.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Cache
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.5.6
Release:	6
Summary:	Framework for caching of arbitrary data
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Cache/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires:	php-pear
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear-HTTP_Request
BuildArch:	noarch
BuildRequires:	php-pear
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
With the PEAR Cache you can cache the result of certain function
calls, as well as the output of a whole script run or share data
between applications.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install
rm -rf %{buildroot}

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean
rm -rf %{buildroot}



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.6-6
+ Revision: 0e54056
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18418 |14mr|php-pear-Cache_Lite-1.7.11-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Cache
%define		_subclass	Lite
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.7.11
Release:	5
Summary:	Fast and Safe little cache system
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Cache_Lite/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Source1:	Hashed_Cache_Lite.php.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package is a little cache system optimized for file containers.
It is fast and safe (because it uses file locking and/or
anti-corruption tests).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install
rm -rf %{buildroot}

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean
rm -rf %{buildroot}



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%doc %{upstream_name}-%{version}/TODO
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.11-5
+ Revision: 1cf8418
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18419 |14mr|php-pear-Config-1.10.12-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Config
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.10.12
Release:	6
Summary:	Class for reading and writing Config-"files"
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Config/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The Config package provides methods for editing configuration
datasources. It does so in an object oriented manner, defining each
and every items found in the config datasource as a Config_Container
of various types (comments, sections, directives, blanks, ...). Items
can then be edited, added, removed, inserted. This package is not
intended for reading configuration data only, but for editing them. If
you only want to read your configuration data, use functions like
parse_ini_file() and the like instead, they are much faster.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10.12-6
+ Revision: 557469e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18420 |14mr|php-pear-Console_Color-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Console
%define		_subclass	Color
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.3
Release:	5
Summary:	Easily use ANSI console colors in your application
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Console_Color/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Source1:	php-pear-Console_Color.rpmlintrc
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
You can use Console_Color::convert to transform colorcodes like %%r
into ANSI control codes. 'print Console_Color::convert("%%rHello
World!%%n");' would print "Hello World" in red, for example.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-5
+ Revision: 78c2b22
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18421 |14mr|php-pear-Console_ProgressBar-0.5.2beta-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Console
%define		_subclass	ProgressBar
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.5.2beta
Release:	9
Summary:	Provides an easy-to-use interface to progress bars
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Console_ProgressBar/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The class allows you to display progress bars in your terminal. You can
use this for displaying the status of downloads or other tasks that take
some time.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.2beta-9
+ Revision: 6293a85
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18422 |14mr|php-pear-Console_Table-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Console
%define		_subclass	Table
%define		upstream_name	%{_class}_%{_subclass}
Name:		php-pear-%{upstream_name}
Version:	1.2.0
Release:	2
Summary:	Makes it easy to build console style tables
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Console_Table/
Source0:	http://download.pear.php.net/package/Console_Table-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides methods such as addRow(), insertRow(), addCol() etc to build
Console tables. Can be with or without headers, and has various
configurable options.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-2
+ Revision: 95f3fcd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18423 |14mr|php-pear-Crypt_Rc4-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Crypt
%define		_subclass	Rc4
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.3
Release:	2
Summary:	Encryption class for RC4 encryption
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Crypt_Rc4/
Source0:	http://download.pear.php.net/package/Crypt_RC4-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
RC4 encryption class.

%prep
%setup -q -c
mv package.xml Crypt_RC4-%{version}/%{upstream_name}.xml

%install

cd Crypt_RC4-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages


%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-2
+ Revision: fb816a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18424 |14mr|php-pear-Date-1.4.7-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Date
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.4.7
Release:	12
Summary:	Date and time zone classes
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Date/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Generic classes for representation and manipulation of dates, times
and time zones without the need of timestamps, which is a huge
limitation for PHP programs. Includes time zone data, time zone
conversions and many date/time conversions. It does not rely on 32-bit
system date stamps, so you can display calendars and compare dates
that date pre 1970 and post 2038. This package also provides a class
to convert date strings between Gregorian and Human calendar formats.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.7-12
+ Revision: 1fa4143
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18425 |14mr|php-pear-Date_Holidays-0.21.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _class		Date
%define _subclass	Holidays
%define modname	%{_class}_%{_subclass}
%define pear_deps php-pear-Date_Holidays_Austria php-pear-Date_Holidays_Brazil php-pear-Date_Holidays_Denmark php-pear-Date_Holidays_Discordian php-pear-Date_Holidays_EnglandWales php-pear-Date_Holidays_Germany php-pear-Date_Holidays_Iceland php-pear-Date_Holidays_Ireland php-pear-Date_Holidays_Italy php-pear-Date_Holidays_Japan php-pear-Date_Holidays_Netherlands php-pear-Date_Holidays_Norway php-pear-Date_Holidays_PHPdotNet php-pear-Date_Holidays_Romania php-pear-Date_Holidays_Slovenia php-pear-Date_Holidays_Sweden php-pear-Date_Holidays_UNO php-pear-Date_Holidays_USA php-pear-Date_Holidays_Ukraine

%define __noautoreq /usr/bin/php

Summary:	Driver based class to calculate holidays
Name:		php-pear-%{modname}
Version:	0.21.8
Release:	7
License:	PHP License
Group:		Development/PHP
Url:		http://pear.php.net/package/Date_Holidays/
Source0:	http://download.pear.php.net/package/Date_Holidays-%{version}.tgz
BuildArch:	noarch
BuildRequires:  php-pear
Requires(post,preun):	php-pear
Requires:	php-pear
Suggests:	%{pear_deps}

%description
Date_Holidays helps you calculating the dates and titles of
holidays and other special celebrations. The calculation is
driver-based so it is easy to add new drivers that calculate
a country's holidays. The methods of the class can be used
to get a holiday's date and title in various languages.

%prep
%setup -qc
mv package.xml %{modname}-%{version}/%{modname}.xml

%install
cd %{modname}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{modname}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{modname}.xml %{buildroot}%{_datadir}/pear/packages

%files
%doc %{modname}-%{version}/examples
%{_bindir}/pear-dh-*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{modname}
%{_datadir}/pear/packages/%{modname}.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.21.8-7
+ Revision: 5591792
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18426 |14mr|php-pear-DB-1.7.14-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		    DB
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.7.14
Release:	7
Summary:	Database Abstraction Layer
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
DB is a database abstraction layer providing:
* an OO-style query API
* portability features that make programs written for one DBMS work with other
  DBMS's
* a DSN (data source name) format for specifying database servers
* prepare/execute (bind) emulation for databases that don't support it natively
* a result object for each query response
* portable error codes
* sequence emulation
* sequential and non-sequential row fetching as well as bulk fetching
* formats fetched rows as associative arrays, ordered arrays or objects
* row limit support
* transactions support
* table information interface
* DocBook and phpDocumentor API documentation

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/doc/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.14-7
+ Revision: ef0e033
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18427 |14mr|php-pear-DB_DataObject-1.11.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		DB
%define		_subclass	DataObject
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.11.3
Release:	2
Summary:	An SQL builder, object interface to database tables

License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/DB_DataObject/
Source0:	http://download.pear.php.net/package/DB_DataObject-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The core class is designed to be extended for each of your tables so
that you put the data logic inside the data classes. Included is a
Generator to make your configuration files and your base classes.
DataObject performs 2 tasks:
- Builds SQL statements based on the objects vars and the builder
  methods,
- acts as a datastore for a table row.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_bindir}/DB

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/example.ini
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.11.3-2
+ Revision: 50d0bf3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18428 |14mr|php-pear-File-1.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		upstream_name	%{_class}

Summary:	Common file and directory routines
Name:		php-pear-%{upstream_name}
Version:	1.4.1
Release:	2
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File/
Source0:	http://download.pear.php.net/package/File-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear
Suggests:	php-pear-File_Util
Suggests:	php-pear-File_CSV

%description
Provides easy access to read/write to files along with some common routines
to deal with paths.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.1-2
+ Revision: a9e5ed1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18429 |14mr|php-pear-File_CSV-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		upstream_name	%{_class}_CSV

Summary:	Read and write of CSV files
Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	6
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_CSV/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear
Conflicts:	php-pear-File < 1.4.0

%description
Read and write of CSV files as well as discovering the format the CSV file is
in.

Supports headers and is excel compatible, i.e. ="0004" outputs as 0004 (only
read wise)

For more information on CSV: http://rfc.net/rfc4180.html

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}/CSV.php
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-6
+ Revision: 1416e9f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18430 |14mr|php-pear-File_Gettext-0.4.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	Gettext
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.4.2
Release:	2
Summary:	GNU Gettext file parser
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_Gettext/
Source0:	http://download.pear.php.net/package/File_Gettext-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Reader and writer for GNU PO and MO files.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.2-2
+ Revision: 2f46baa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18431 |14mr|php-pear-File_PDF-0.3.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		_subclass	PDF
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.3
Release:	5
Summary:	PDF generation using only PHP
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_PDF/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides PDF generation using only PHP, without requiring
any external libraries.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.3-5
+ Revision: 96773e3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18432 |14mr|php-pear-File_Util-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		File
%define		upstream_name	%{_class}_Util

Summary:	Common file and directory utility functions
Name:		php-pear-%{upstream_name}
Version:	1.0.0
Release:	5
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/File_Util/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear
Conflicts:	php-pear-File < 1.4.0

%description
Common file and directory utility functions. Path handling, temp dir/file,
sorting of files, listDirs, isIncludable and more.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}/Util.php
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-5
+ Revision: b1df60d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18433 |14mr|php-pear-Gtk_VarDump-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Gtk
%define		_subclass	VarDump
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.1
Release:	4
Summary:	A simple GUI to example PHP data trees
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Gtk_VarDump/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Patch0:		php-pear-Gtk_VarDump-1.0.1-php_gtk2.patch
Requires:	php-gtk2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Just a regedit type interface to examine PHP data trees.

%prep
%setup -q -c
%patch0 -p1
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-4
+ Revision: 54379b6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18434 |14mr|php-pear-HTML_Common-1.2.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Common
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.2.5
Release:	8
Summary:	Base class for other HTML classes
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Common/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The PEAR::HTML_Common package provides methods for HTML code display
and attributes handling:
- Methods to set, remove, update HTML attributes.
- Handles comments in HTML code.
- Handles layout and tabs for nicer HTML code.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.5-8
+ Revision: 2f8b3f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18435 |14mr|php-pear-HTML_Javascript-1.1.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Javascript
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.2
Release:	9
Summary:	An interface for creating simple JS scripts
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Javascript/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides two classes:
- HTML_Javascript for performing basic JS operations
- HTML_Javascript_Convert for converting variables
Allow output data to a file, to the standart output (print), or
return.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.2-9
+ Revision: 0f05de0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18436 |14mr|php-pear-HTML_Page-2.0.0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define     _class          HTML
%define     _subclass       Page
%define		upstream_name	%{_class}_%{_subclass}
%define		pre 		    RC2

Name:		php-pear-%{upstream_name}
Version:	2.0.0
Release:	18
Summary:	Base class for XHTML page generation
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Page/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}%{pre}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The PEAR::HTML_Page package provides a simple interface for generating
an XHTML compliant page.
- supports virtually all HTML doctypes, from HTML 2.0 through XHTML 1.1
  and XHTML Basic 1.0
Plus preliminary support for XHTML 2.0
- namespace support
- global language declaration for the document
- line ending styles
- full META tag support
- support for stylesheet declaration in the head section
- support for linked stylesheets and scripts
- body can be a string, object with toHtml or toString methods or an
  array (can be combined)

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}%{pre}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}%{pre}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}%{pre}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.0-18
+ Revision: 228b24f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18437 |14mr|php-pear-HTML_Progress-1.2.6-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Progress
%define		upstream_name	%{_class}_%{_subclass}

%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear\\(Smarty.class.php\\)'
%else
%define _requires_exceptions	pear(Smarty.class.php)
%endif

Name:		php-pear-%{upstream_name}
Version:	1.2.6
Release:	11
Summary:	Including a loading bar in your XHTML documents quickly and easily
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Progress/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
This package provides a way to add a loading bar fully costomizable in
existing XHTML documents.

Your browser should accept DHTML feature.

Features:
- allows usage of an existing stylesheet for colors and size model
- all colors and size elements are customizable
- show or hide text percent information
- set/add and returns value of current status of progress
- compliant with all CSS/XHTML standards
- integration with template engine ITx family is possible
- create horizontal and also vertical bart
- optional message line come with progress status
- percent info is floating all around the progress bar
- scale can be changed (default is 100)
- legend of percent text info can be changed (default is "%")

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/ChangeLog
%doc %{upstream_name}-%{version}/INSTALL
%doc %{upstream_name}-%{version}/LICENSE
%doc %{upstream_name}-%{version}/examples
%doc %{upstream_name}-%{version}/Release-*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.6-11
+ Revision: 964f5d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18438 |14mr|php-pear-HTML_QuickForm-3.2.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	QuickForm
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	3.2.13
Release:	2
Summary:	Methods for creating, validating, processing HTML forms
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_QuickForm/
Source0:	http://download.pear.php.net/package/HTML_QuickForm-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The PEAR::HTML_QuickForm package provides methods for creating,
validating, processing HTML forms. Features:
- Creates xHTML compliant form elements of various type.
- Allows you to choose an unlimited number of html attributes.
- Allows you to create your own custom elements using your own
  classes.
- Process form values (you should override the process method).
- Creates javascript validation code using regular expression.
- Server-side validation too.
- Allows you to create your own validation rules.
- Manages file uploads.
- Allows you to freeze some elements in your form.
- Allows you to customize the look of your form in many ways.
- Template-like form elements customization...

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.13-2
+ Revision: 34dbf9f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18439 |14mr|php-pear-HTML_QuickForm_Controller-1.0.10-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	QuickForm
%define		upstream_name	%{_class}_%{_subclass}_Controller

Name:		php-pear-%{upstream_name}
Version:	1.0.10
Release:	5
Summary:	Add-on to HTML_QuickForm that allows building of multiple forms 
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_QuickForm_Controller/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package is essentially an implementation of a PageController
pattern. 

Architecture:
- Controller class that examines HTTP requests and manages form values
  persistance across requests.
- Page class (subclass of QuickForm) representing a single page of the
  form.
- Business logic is contained in subclasses of Action class.

Cool features:
- Includes several default actions that allows easy building of
  multipage forms.
- Includes usage examples for common usage cases (single-page form,
  wizard tabbed form).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.10-5
+ Revision: 07c973a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18440 |14mr|php-pear-HTML_Table-1.8.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Table
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.8.3
Release:	5
Summary:	Makes HTML tables easy, flexible, reusable and efficient
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Table/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The PEAR::HTML_Table package provides methods for easy and efficient
design of HTML tables.
- Lots of customization options.
- Tables can be modified at any time.
- The logic is the same as standard HTML editors.
- Handles col and rowspans.
- PHP code is shorter, easier to read and to maintain.
- Tables options can be reused.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.3-5
+ Revision: 96ba9e4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18441 |14mr|php-pear-HTML_Template_Flexy-1.3.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Template
%define		upstream_name	%{_class}_%{_subclass}_Flexy

Name:		php-pear-%{upstream_name}
Version:	1.3.12
Release:	2
Summary:	A flexible caching template engine based on SimpleTemplate
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Template_Flexy/
Source0:	http://download.pear.php.net/package/HTML_Template_Flexy-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
HTML_Template_Flexy started its life as a simplification of
HTML_Template_Xipe, however in version 0.2, it became one of the first
template engine to use a real Lexer, rather than regexes, making it
possible to do things like ASP.net or Cold Fusion tags. However, it
still has a very simple set of goals.
- Very Simple API,
	- easy to learn...
	- prevents to much logic going in templates
- Easy to write documentable code
	- By using object vars for a template rather than 'assign',
	  you can use PHPDoc comments to list what variable you use.
- Editable in WYSIWYG editors
	- you can create full featured templates, that don't get
	  broken every time you edit with Dreamweaver(tm) or Mozilla
	  editor
	- Uses namespaced attributes to add looping/conditionals
- Extremely Fast
	- runtime is at least 4 time smaller than most other template
	  engines (eg. Smarty)
	- uses compiled templates, as a result it is many times faster
	  on blocks and loops than than Regex templates (eg.
	  IT/phplib)
- Safer (for cross-site scripting attacks)
	- All variables default to be output as HTML escaped
	  (overridden with the :h modifier)
- Multilanguage support
	- Parses strings out of template, so you can build translation
	  tools
	- Compiles language specific templates (so translation is only
	  done once, not on every request)
- Full dynamic element support (like ASP.NET), so you can pick
	  elements to replace at runtime

The long term plan for Flexy is to be integrated as a backend for the
Future Template Package (A BC wrapper will be made available - as the
author needs to use it too).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

cd %{upstream_name}-%{version}

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/TODO %{upstream_name}-%{version}/ChangeLog
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.12-2
+ Revision: 6d3a79d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18442 |14mr|php-pear-HTML_Template_IT-1.3.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Template
%define		upstream_name	%{_class}_%{_subclass}_IT

Name:		php-pear-%{upstream_name}
Version:	1.3.0
Release:	7
Summary:	Integrated Templates
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Template_IT/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
HTML_Template_IT: Simple template API. The Isotemplate API is somewhat
tricky for a beginner although it is the best one you can build.
template::parse() [phplib template = Isotemplate] requests you to name
a source and a target where the current block gets parsed into. Source
and target can be block names or even handler names. This API gives
you a maximum of fexibility but you always have to know what you do
which is quite unusual for PHP skripter like me. I noticed that I do
not any control on which block gets parsed into which one. If all
blocks are within one file, the script knows how they are nested and
in which way you have to parse them. IT knows that inner1 is a child
of block2, there's no need to tell him about this. Features:
 - Nested blocks,
 - Include external file,
 - Custom tags format (default {mytag}).

HTML_Template_ITX: With this class you get the full power of the
phplib template class. You may have one file with blocks in it but you
have as well one main file and multiple files one for each block. This
is quite useful when you have user configurable websites. Using blocks
not in the main template allows you to modify some parts of your
layout easily.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.0-7
+ Revision: 28635c1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18443 |14mr|php-pear-HTML_Template_Sigma-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Template
%define		upstream_name	%{_class}_%{_subclass}_Sigma

Name:		php-pear-%{upstream_name}
Version:	1.3.0
Release:	2
Summary:	Integrated Templates API implemetation with template 'compilation'
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Template_Sigma/
Source0:	http://download.pear.php.net/package/HTML_Template_Sigma-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
HTML_Template_Sigma implements Integrated Templates API designed by
Ulf Wendel.

Features:
- Nested blocks. Nesting is controlled by the engine.
- Ability to include files from within template: <!-- INCLUDE -->
- Automatic removal of empty blocks and unknown variables (methods to
  manually tweak/override this are also available)
- Methods for runtime addition and replacement of blocks in templates
- Ability to insert simple function calls into templates:
  func_uppercase('Hello world!') and to define callback functions for
  these
- 'Compiled' templates: the engine has to parse a template file using
  regular expressions to find all the blocks and variable placeholders.
  This is a very "expensive" operation and is an overkill to do on every
  page request: templates seldom change on production websites. Thus
  this feature: an internal representation of the template structure is
  saved into a file and this file gets loaded instead of the source one
  on subsequent requests (unless the source changes)
- PHPUnit-based tests to define correct behaviour
- Usage examples for most of the features are available, look in the
  docs/ directory

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.0-2
+ Revision: 0797208
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18444 |14mr|php-pear-HTML_Template_Xipe-1.7.6-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTML
%define		_subclass	Template
%define		upstream_name	%{_class}_%{_subclass}_Xipe

Name:		php-pear-%{upstream_name}
Version:	1.7.6
Release:	17
Summary:	A simple, fast and powerful template engine
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTML_Template_Xipe/	
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The template engine is a compiling engine, all templates are compiled
into PHP-files. This will make the delivery of the files faster on the
next request, since the template doesn't need to be compiled again. If
the template changes it will be recompiled.

There is no new template language to learn. Beside the default mode,
there is a set of constructs since version 1.6 which allow you to edit
your templates with WYSIWYG editors.

By default the template engine uses indention for building blocks (you
can turn that off). This feature was inspired by Python and by the
need I felt to force myself to write proper HTML-code, using proper
indentions, to make the code better readable.

Every template is customizable in multiple ways. You can configure
each template or an entire directory to use different delimiters,
caching parameters, etc. via either an XML-file or a XML-chunk which
you simply write anywhere inside the tpl-code.

Using the Cache the final file can also be cached (i.e. a resulting
HTML-file). The caching options can be customized as needed. The cache
can reduce the server load by very much, since the entire php-file
doesn't need to be processed again, the resulting client-readable data
are simply delivered right from the cache (the data are saved using
php's output buffering).

The template engine is prepared to be used for multi-language
applications too. If you i.e. use the PEAR::I18N for translating the
template, the compiled templates need to be saved under a different
name for each language. The template engine is prepared for that too,
it saves the compiled template including the language code if required
(i.e. a compiled index.tpl which is saved for english gets the
filename index.tpl.en.php).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.6-17
+ Revision: ba2df4b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18445 |14mr|php-pear-HTTP-1.4.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.4.1
Release:	7
Summary:	Miscellaneous HTTP utilities
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
The HTTP class is a class with static methods for doing miscellaneous
HTTP-related stuff like date formatting or language negotiation.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.1-7
+ Revision: 2fef0bd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18446 |14mr|php-pear-HTTP_Request-1.4.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		_subclass	Request
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.4.4
Release:	9
Summary:	Provides an easy way to perform HTTP requests
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP_Request/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Net_URL >= 1.0.12
Requires:	php-pear-Net_Socket >= 1.0
BuildArch:	noarch
BuildRequires:	php-pear

%description
Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy,
Proxy Authentication etc.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.4-9
+ Revision: 9e4b52a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18447 |14mr|php-pear-HTTP_WebDAV_Server-0.99.1-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		HTTP
%define		_subclass	WebDAV
%define		upstream_name	%{_class}_%{_subclass}_Server

Name:		php-pear-%{upstream_name}
Version:	0.99.1
Release:	18
Summary:	WebDAV Server Baseclass
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/HTTP_WebDAV_Server/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear-HTTP >= 1.0
BuildArch:	noarch
BuildRequires:	php-pear

%description
Mostly RFC2518 compliant helper class for WebDAV server
implementation.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.99.1-18
+ Revision: ae70c3d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18448 |14mr|php-pear-I18Nv2-0.11.4-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		I18Nv2
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	0.11.4
Release:	12
Summary:	Internationalization
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/I18Nv2/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-iconv
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides basic support to localize your application, like
locale based formatting of dates, numbers and currency.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/examples
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11.4-12
+ Revision: 480d5b2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18449 |14mr|php-pear-Image_Color-1.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Image
%define		_subclass	Color
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.4
Release:	5
Summary:	Manage and handles color data and conversions
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Image_Color/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires:	php-gd
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Manage and handles color data and conversions.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/%{_class}/Tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-5
+ Revision: 6b8d37a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18450 |14mr|php-pear-Log-1.12.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		    Log
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.12.8
Release:	1
Summary:	Logging Framework
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/Log-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch
# because it was broken out and the one doing it was pretty careless...
Conflicts:	php-pear < 1:1.9

%description
The Log package provides an abstracted logging framework. It includes output
handlers for log files, databases, syslog, email, Firebug, and the console. It
also provides composite and subject-observer logging mechanisms.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/* %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml

%changelog
* Tue Sep 16 2014 dsilakov <denis.silakov@rosalab.ru> 1.12.8-1
+ Revision: b8f967e
- Merge pull request #1 from import/php-pear-Log:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18451 |14mr|php-pear-Mail-1.2.0-0.b1.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Mail
%define		pre		        b1
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.2.0
Release:	0.%{pre}.9
Summary:	Class that provides multiple interfaces for sending emails
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}%{pre}.tgz
Patch0:		Mail-1.2.0b1-CVE-2009-4023,4111.diff
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
PEAR's Mail package defines an interface for implementing mailers under the
PEAR hierarchy. It also provides supporting functions useful to multiple mailer
backends. Currently supported backends include: PHP's native mail() function,
sendmail, and SMTP. This package also provides a RFC822 email address list
validation utility class.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}%{pre}/%{upstream_name}.xml

%patch0 -p0 -b .CVE-2009-4023,4111

%install

cd %{upstream_name}-%{version}%{pre}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Mar 15 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-0.b1.9
+ Revision: 3224878
- LOG Fix empyt pre/post scripts



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18452 |14mr|php-pear-Mail_Mime-1.8.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Mail
%define		_subclass	Mime
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.8.9
Release:	2
Summary:	Mail_Mime provides classes to create mime messages

License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/Mail_Mime-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Mail_Mime provides classes to deal with the creation and manipulation of mime
messages. It allows people to create Email messages consisting of:
* Text Parts
* HTML Parts
* Inline HTML Images
* Attachments
* Attached messages

Starting with version 1.4.0, it also allows non US-ASCII chars in filenames,
subjects, recipients, etc, etc.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.9-2
+ Revision: 308c6e3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18453 |14mr|php-pear-Mail_mimeDecode-1.5.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Mail
%define		_subclass	mimeDecode
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.5.5
Release:	4
Summary:	Provides a class to decode mime messages
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Provides a class to deal with the decoding and interpreting of mime messages.
This package used to be part of the Mail_Mime package, but has been split off.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.5-4
+ Revision: 226ed0d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18454 |14mr|php-pear-MDB-1.3.0-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		MDB
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.3.0
Release:	21
Summary:	Unified database API
Epoch:		1
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/MDB/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
MDB is a merge of PEAR's DB and Metabases that provides a unified DB
API. It also provides methods for DB portability and DB feature
emulation. Most notably it features a DB independent XML-Schema
manager.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/MAINTAINERS
%doc %{upstream_name}-%{version}/README
%doc %{upstream_name}-%{version}/TODO
%doc %{upstream_name}-%{version}/doc/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.3.0-21
+ Revision: e623eb4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18455 |14mr|php-pear-MDB2-2.5.0-0.0.b5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		MDB2
%define		upstream_name	%{_class}
%define		beta b5

Name:		php-pear-%{upstream_name}
Version:	2.5.0
Release:	0.0.%{beta}
Summary:	Unified database API
Epoch:		2
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/MDB2/
Source0:	http://download.pear.php.net/package/MDB2-%{version}%{beta}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch
Suggests:	php-pear-MDB2_Driver_mysql
Suggests:	php-pear-MDB2_Driver_mysqli
Suggests:	php-pear-MDB2_Driver_pgsql
Suggests:	php-pear-MDB2_Driver_sqlite

%description
MDB2 is a merge of PEAR's DB and Metabases that provides a unified DB
API. It also provides methods for DB portability and DB feature
emulation. Most notably it features a DB independent XML-Schema
manager.

%prep
%setup -q -c -n %{name}-%{version}%{beta}
mv package.xml %{upstream_name}-%{version}%{beta}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}%{beta}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data/%{upstream_name}/LICENSE

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}%{beta}/docs/*
%doc %{upstream_name}-%{version}%{beta}/LICENSE
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Wed Mar 20 2013 Denis Silakov <denis.silakov@rosalab.ru> 2:2.5.0-0.0.b5
+ Revision: 9c04742
- Revert incorrect doc change



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18456 |14mr|php-pear-MDB2_Driver_mysql-1.5.0-0.0.b4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define        _class           MDB2
%define        _subclass        Driver_mysql
%define        upstream_name    %{_class}_%{_subclass}

%define			beta b4

Name:           php-pear-%{upstream_name}
Version:        1.5.0
Release:        0.0.%{beta}
Summary:	Mysql MDB2 driver
License:        PHP License
Group:          Development/PHP
URL:            http://pear.php.net/package/MDB2_Driver_mysql/
Source0:        http://download.pear.php.net/package/MDB2_Driver_mysql-%{version}%{beta}.tgz
Requires:       php-mysql
Requires(post): php-pear
Requires(preun): php-pear
Requires:       php-pear
BuildRequires:  php-pear
BuildArch:      noarch
Epoch:		1

%description
MDB2 MySQL driver.

%prep
%setup -q -c -n %{name}-%{version}%{beta}
mv package.xml %{upstream_name}-%{version}%{beta}/%{upstream_name}.xml

%install
%{__rm} -rf %{buildroot}

cd %{upstream_name}-%{version}%{beta}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Wed Mar 20 2013 Denis Silakov <denis.silakov@rosalab.ru> 1:1.5.0-0.0.b4
+ Revision: ab1bf05
- Fix version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18457 |14mr|php-pear-MDB2_Driver_mysqli-1.5.0-0.0.b4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define        _class           MDB2
%define        _subclass        Driver_mysqli
%define        upstream_name    %{_class}_%{_subclass}
%define			beta b4

Name:           php-pear-%{upstream_name}
Version:        1.5.0
Release:        0.0.%{beta}
Summary:	Mysqli MDB2 driver
Epoch:          1
License:        PHP License
Group:          Development/PHP
URL:            http://pear.php.net/package/MDB2_Driver_mysqli/
Source0:        http://download.pear.php.net/package/MDB2_Driver_mysqli-%{version}%{beta}.tgz
Requires:       php-mysqli
Requires(post): php-pear
Requires(preun): php-pear
Requires:       php-pear
BuildRequires:  php-pear
BuildArch:      noarch

%description
MDB2 MySQLi driver.

%prep
%setup -q -c -n %{name}-%{version}%{beta}
mv package.xml %{upstream_name}-%{version}%{beta}/%{upstream_name}.xml

%install
cd %{upstream_name}-%{version}%{beta}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Wed Mar 20 2013 Denis Silakov <denis.silakov@rosalab.ru> 1:1.5.0-0.0.b4
+ Revision: 405168f
- Fix version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18458 |14mr|php-pear-MDB2_Driver_pgsql-1.5.0-0.0.b4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define        _class           MDB2
%define        _subclass        Driver_pgsql
%define        upstream_name    %{_class}_%{_subclass}
%define			beta 			b4

Name:           php-pear-%{upstream_name}
Version:        1.5.0
Release:        0.0.%{beta}
Summary:	Pgsql MDB2 driver
Epoch:          1
License:        PHP License
Group:          Development/PHP
URL:            http://pear.php.net/package/MDB2_Driver_pgsql/
Source0:        http://download.pear.php.net/package/MDB2_Driver_pgsql-%{version}%{beta}.tgz
Requires:	php-pgsql
Requires(post): php-pear
Requires(preun): php-pear
Requires:       php-pear
BuildRequires:  php-pear
BuildArch:      noarch

%description
MDB2 pgsql driver.

%prep
%setup -q -c -n %{name}-%{version}%{beta}
mv package.xml %{upstream_name}-%{version}%{beta}/%{upstream_name}.xml

%install
cd %{upstream_name}-%{version}%{beta}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Wed Mar 20 2013 Denis Silakov <denis.silakov@rosalab.ru> 1:1.5.0-0.0.b4
+ Revision: 74657e2
- Fix version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18459 |14mr|php-pear-Net_Cyrus-0.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Cyrus
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.2
Release:	2
Summary:	An API for the administration of Cyrus IMAP servers
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Cyrus/
Source0:	http://download.pear.php.net/package/Net_Cyrus-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
API for the administration of Cyrus IMAP servers. It can be used to
create,delete and modify users and it's properties (Quota and ACL)

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/tests
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.2-2
+ Revision: 3469b93
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18460 |14mr|php-pear-Net_DIME-1.0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	DIME
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	6
Summary:	Implements DIME encoding
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_DIME/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides an implementation of DIME as defined at
http://search.ietf.org/internet-drafts/draft-nielsen-dime-02.txt

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-6
+ Revision: 3938a23
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18461 |14mr|php-pear-Net_FTP-1.3.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	FTP
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.7
Release:	9
Summary:	Comfortable communication with FTP-servers
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_FTP/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires:	php-ftp
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This class allows you to communicate with FTP-servers more comfortable
that the ftp-functions of PHP. Especially you can up- and download
recursively.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data/%{upstream_name}/CHANGELOG

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/example
%doc %{upstream_name}-%{version}/CHANGELOG
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.7-9
+ Revision: d8cef1b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18462 |14mr|php-pear-Net_IDNA-0.8.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	IDNA
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.8.1
Release:	5
Summary:	Punycode encoding and decoding
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_IDNA/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package helps you to encode and decode punycode strings easily.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.1-5
+ Revision: eb131f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18463 |14mr|php-pear-Net_IMAP-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	IMAP
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.3
Release:	2
Summary:	An implementation of the IMAP protocol

License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_IMAP/
Source0:	http://download.pear.php.net/package/Net_IMAP-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides an implementation of the IMAP4Rev1 protocol using PEAR's
Net_Socket and Auth_SASL class.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3-2
+ Revision: 9b6820b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18464 |14mr|php-pear-Net_LMTP-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	LMTP
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.2
Release:	2
Summary:	An implementation of the RFC2033 LMTP protocol
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_LMTP/
Source0:	http://download.pear.php.net/package/Net_LMTP-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides an implementation of the RFC2033 LMTP using
PEAR's Net_Socket and Auth_SASL class.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/test_lmtp.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-2
+ Revision: 613191e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18465 |14mr|php-pear-Net_POP3-1.3.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	POP3
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.8
Release:	4
Summary:	POP3 class to access POP3 server
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_POP3/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides a POP3 class to access POP3 server. Support all POP3 commands
including UIDL listings, APOP authentication, DIGEST-MD5 and CRAM-MD5
using optional Auth_SASL package.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.8-4
+ Revision: eac85d6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18466 |14mr|php-pear-Net_Sieve-1.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Sieve
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.2
Release:	2
Summary:	Handles talking to timsieved
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_Sieve/
Source0:	http://download.pear.php.net/package/Net_Sieve-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Net_Socket >= 1.0
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides an API to talk to the timsieved server that comes with Cyrus
IMAPd. Can be used to install, remove, mark active etc sieve scripts.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.2-2
+ Revision: 4a26e56
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18467 |14mr|php-pear-Net_SMS-0.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	SMS
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.2.1
Release:	2
Summary:	SMS functionality

License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_SMS/
Source0:	http://download.pear.php.net/package/Net_SMS-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides SMS functionality and access to SMS gateways.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{php_pear_dir}/data/Net_SMS/README




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.1-2
+ Revision: db2289f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18468 |14mr|php-pear-Net_SMTP-1.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	SMTP
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.6.2
Release:	2
Summary:	An implementation of the SMTP protocol
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/Net_SMTP-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Provides an implementation of the SMTP protocol using PEAR's Net_Socket class.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/docs/*
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.2-2
+ Revision: 7930591
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18469 |14mr|php-pear-Net_Socket-1.0.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	Socket
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.14
Release:	2
Summary:	Network Socket Interface
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_LDAP2
Source0:	http://download.pear.php.net/package/Net_Socket-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Net_Socket is a class interface to TCP sockets. It provides blocking
and non-blocking operation, with different reading and writing modes
(byte-wise, block-wise, line-wise and special formats like network
byte-order ip addresses).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.14-2
+ Revision: b6630d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18470 |14mr|php-pear-Net_URL-1.0.15-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	URL
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.15
Release:	10
Summary:	Easy parsing of URLs
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_URL/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides easy parsing of URLs and their constituent parts.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.15-10
+ Revision: fccd739
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18471 |14mr|php-pear-PEAR_Command_Packaging-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PEAR
%define		_subclass	Command
%define		upstream_name	%{_class}_%{_subclass}_Packaging

Name:		php-pear-%{upstream_name}
Version:	0.3.0
Release:	2
Summary:	Create RPM spec files from PEAR modules
License:	PHP License
Group:		Development/PHP
URL:        http://pear.php.net/package/PEAR_Command_Packaging
Source0:	http://download.pear.php.net/package/PEAR_Command_Packaging-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This command is an improved implementation of the standard PEAR "makerpm" 
command, and contains several enhancements that make it far more flexible. 
Similar functions for other external packaging mechanisms may be added at
a later date.

Enhanced features over the original PEAR "makerpm" command include:

- Ability to define a release on the command line
- Allows more advanced customisation of the generated package name
- Allows virtual Provides/Requires that differ in format from the package name
  format
- tries to intelligently distinguish between PEAR and PECL when generating
  packages

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.0-2
+ Revision: c7ff099
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18472 |14mr|php-pear-PEAR_RemoteInstaller-0.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PEAR
%define		_subclass	Command
%define		upstream_name	%{_class}_RemoteInstaller

Name:		php-pear-%{upstream_name}
Version:	0.3.2
Release:	2
Summary:	PEAR Remote installation plugin through FTP
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PEAR_RemoteInstaller/
Source0:	http://download.pear.php.net/package/PEAR_RemoteInstaller-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Originally part of the 1.4.0 new features, remote installation
through FTP is now its own package. This package adds the commands
"remote-install" "remote-upgrade" "remote-uninstall" and 
"remote-upgrade-all" to the PEAR core.
    
To take advantage, you must have a config file on the remote ftp
server and full access to the server to create and remove files.
The config-create command can be used to get started, and the
remote_config configuration variable is set to the full URL as
in "ftp://ftp.example.com/path/to/pear.ini"
 
After this is done, install/upgrade as normal using the remote*
commands as if they were local.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.2-2
+ Revision: 06bad7a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18473 |14mr|php-pear-PHP_Compat-1.6.0a3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		PHP
%define		_subclass	Compat
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.6.0a3
Release:	2
Summary:	Provides missing functionality for older versions of PHP
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/PHP_Compat/
Source0:	http://download.pear.php.net/package/PHP_Compat-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
PHP_Compat provides missing functionality in the form of Constants and
Functions for older versions of PHP.

Constants:
- E_STRICT
- PATH_SEPERATOR
- ...

Functions:
- file_get_contents
- file_put_contents
- is_a
- scandir
- array_combine
- ...

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.0a3-2
+ Revision: 56199e3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18474 |14mr|php-pear-Services_JSON-1.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Services
%define		_subclass	JSON
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.0.3
Release:	3
Summary:	PHP implementaion of json_encode/decode
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
This package provides a simple encoder and decoder for JSON notation. It is
intended for use with client-side Javascript applications that make use of
HTTPRequest to perform server communication functions - data can be encoded
into JSON notation for use in a client-side javascript, or decoded from
incoming Javascript requests. JSON format is native to Javascript, and can be
directly eval()'ed with no further parsing overhead.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install
rm -rf %{buildroot}

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only \
    %{_datadir}/pear/packages/%{upstream_name}.xml >/dev/null || :

%preun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only \
        %{pear_name} >/dev/null || :
fi

%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-3
+ Revision: 8287bd2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18475 |14mr|php-pear-Services_Weather-1.4.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Services
%define		_subclass	Weather
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.4.7
Release:	2
Summary:	An interface to various online weather-services
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Services_Weather/
Source0:	http://download.pear.php.net/package/Services_Weather-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-pear-Cache >= 1.5.3
Requires:	php-pear-DB >= 1.4
Requires:	php-pear-HTTP_Request >= 1.2
Requires:	php-pear-SOAP >= 0.7.5
Requires:	php-pear-XML_Serializer >= 0.8
Requires:	php-pear-Net_FTP
BuildArch:	noarch
BuildRequires:	php-pear


%description
Services_Weather searches for given locations and retrieves current
weather data and, dependent on the used service, also forecasts. Up to
now, GlobalWeather from CapeScience, a XML service from weather.com
and METAR from noaa.gov are supported. Further services will get
included, if they become available, have a usable API and are properly
documented.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

cd %{upstream_name}-%{version}
sed 's#/usr/local/bin/php#/usr/bin/php#' buildMetarDB.php >> tmp
mv -f tmp buildMetarDB.php

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages
install -m 644 Weather.php  %{buildroot}%{_datadir}/pear/Services/
install -m 644 buildMetarDB.php  %{buildroot}%{_datadir}/pear/Services/
install -m 644 Weather/*.php %{buildroot}%{_datadir}/pear/Services/Weather/

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/examples
%doc %{upstream_name}-%{version}/images
%{_datadir}/pear/Services/buildMetarDB.php
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/Services/Weather/*
%{_datadir}/pear/Services/Weather.php




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.7-2
+ Revision: 64aac12
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18476 |14mr|php-pear-SOAP-0.13.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		SOAP
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	0.13.0
Release:	2
Summary:	Client/Server for PHP
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/SOAP/
Source0:	http://download.pear.php.net/package/SOAP-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
Requires:	php-bcmath
Requires:	php-pear-HTTP_Request
Requires:	php-pear-Net_URL
Requires:	php-pear-Net_DIME
BuildArch:	noarch
BuildRequires:	php-pear

%description
Implementation of SOAP protocol and services.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/example
%{_datadir}/pear/%{_class}
%{_datadir}/pear/tools/genproxy.php
%{_datadir}/pear/packages/%{upstream_name}.xml


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.13.0-2
+ Revision: 28067bf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18477 |14mr|php-pear-Text_Diff-1.1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Text
%define		_subclass	Diff
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.1
Release:	8
Summary:	Engine for performing and rendering text diffs
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Text_Diff/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch


%description
This package provides a text-based diff engine and renderers for
multiple diff output formats. 

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-8
+ Revision: 9505e48
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18478 |14mr|php-pear-Text_Highlighter-0.7.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Text
%define		_subclass	Highlighter
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.7.3
Release:	2
Summary:	Syntax highlighting
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Text_Highlighter/
Source0:	http://download.pear.php.net/package/Text_Highlighter-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Text_Highlighter is a package for syntax highlighting.

It provides a base class providing all the functionality, and a
descendent classes geneator class.

The main idea is to simplify creation of subclasses implementing
syntax highlighting for particular language. Subclasses do not
implement any new functionality, they just provide syntax
highlighting rules. The rules sources are in XML format.

To create a highlighter for a language, there is no need to code a new
class manually. Simply describe the rules in XML file and use
Text_Highlighter_Generator to create a new class.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data/TODO

rm -f %{buildroot}%{_bindir}/generate*

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{upstream_name}-%{version}/README
%{_datadir}/pear/%{_class}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.3-2
+ Revision: 76bc0a3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18479 |14mr|php-pear-Translation2-2.0.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_class	Translation2
%define	modname	%{_class}
%define __noautoreq '/usr/bin/php'

Summary:	Class for multilingual applications management
Name:		php-pear-%{modname}
Version:	2.0.4
Release:	9
License:	PHP License
Group:		Development/PHP
Url:		http://pear.php.net/package/Translation2/
Source0:	http://download.pear.php.net/package/%{modname}-%{version}.tgz
BuildArch:	noarch
BuildRequires:	php-pear
Requires(post,preun):	php-pear
Requires:	php-pear

%description
This class provides an easy way to retrieve all the strings for a
multilingual site from a data source (i.e. db). A PEAR::DB and a
PEAR::MDB container are provided, more containers will follow. It is
designed to reduce the number of queries to the db, caching the
results when possible. An Admin class is provided to easily manage
translations (add/remove a language, add/remove a string).

%prep
%setup -qc
mv package.xml %{modname}-%{version}/%{modname}.xml

%install
cd %{modname}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{modname}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{modname}.xml %{buildroot}%{_datadir}/pear/packages

%files
%doc %{modname}-%{version}/docs/*
%{_bindir}/t2xmlchk.php
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{modname}.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.4-9
+ Revision: 3697390
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18480 |14mr|php-pear-Tree-0.3.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Tree
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	0.3.7
Release:	2
Summary:	Generic tree management
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Tree/
Source0:	http://download.pear.php.net/package/Tree-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Provides methods to read and manipulate trees, which are stored in the
DB or an XML file. The trees can be stored in the DB either as nested
trees or as simple trees ('brain dead method'), which use
parentId-like structure. Currently XML data can only be read from a
file and accessed. The package offers a big number of methods to
access and manipulate trees. For example methods like: getRoot,
getChild[ren], getParent, getPath and many more. There are two ways of
retrieving the data from the place where they are stored, one is by
reading the entire tree into the memory - the Memory way. The other is
reading the tree nodes as needed (very useful in combination with huge
trees and the nested set model). The package is designed that way that
it is possible to convert/copy tree data from either structure to
another (from XML into DB).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.7-2
+ Revision: cc5e9d0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18481 |14mr|php-pear-Validate-0.8.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Validate
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	0.8.5
Release:	2
Summary:	Validation class
License:	BSD
Group:		Development/PHP
URL:		http://pear.php.net/package/Validate/
Source0:	http://download.pear.php.net/package/Validate-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Package to validate various datas. It includes :
- numbers (min/max, decimal or not),
- email (syntax, domain check),
- string (predifined type alpha upper and/or lowercase, numeric,...),
- date (min, max),
- Credit cards,
- possibility valid multiple data with a single method call
  (::multiple).

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.5-2
+ Revision: acddacc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18482 |14mr|php-pear-Var_Dump-1.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Var_Dump
%define		upstream_name	%{_class}

Name:		php-pear-%{upstream_name}
Version:	1.0.4
Release:	5
Summary:	Methods for dumping information about a variable
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Var_Dump/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tar.bz2
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Displays informations about the values of variables on a graphical
way:
- If given a simple variable (string, integer, double, ressource), the
  value itself is printed,
- If given an array, it is explored recursively and values are
  presented in a format that shows keys and elements,
- If given an object, informations about the object and the class are
  printed.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/docs/*
%{_bindir}/gen_php_doc.sh
%{_datadir}/pear/*.php
%{_datadir}/pear/%{upstream_name}
%{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-5
+ Revision: 79f1730
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18483 |14mr|php-pear-VFS-0.3.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	_class	VFS
%define	modname	%{_class}
%define	__noautoreq /usr/bin/php

Summary:	Virtual File System API
Name:		php-pear-%{modname}
Version:	0.3.0
Release:	9
License:	PHP License
Group:		Development/PHP
Url:		http://pear.php.net/package/VFS/
Source0:	http://download.pear.php.net/package/%{modname}-%{version}.tgz
Patch0:		php-pear-VFS-0.3.0-fix-path.diff
BuildArch:	noarch
BuildRequires:	php-pear
Requires(post,preun):	php-pear
Requires:	php-pear

%description
This package provides a Virtual File System API, with backends for:
- SQL
- FTP
- Local Filesystems
- Hybrid SQL and filesystem

... and more planned. Reading/writing/listing of files are all
supported, and there are both object-based and array-based interfaces
to directory listing.

%prep
%setup -qc
%apply_patches
mv package.xml %{modname}-%{version}/%{modname}.xml

%install
cd %{modname}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{modname}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{modname}.xml %{buildroot}%{_datadir}/pear/packages

# bork
mv %{buildroot}%{_datadir}/pear/lib/VFS/kolab.php %{buildroot}%{_datadir}/pear/%{_class}/

%files
%{_bindir}/vfs
%{_datadir}/pear/%{_class}
%{_datadir}/pear/%{_class}.php
%{_datadir}/pear/data/%{_class}
%{_datadir}/pear/packages/%{modname}.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.0-9
+ Revision: 66f6d21
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18484 |14mr|php-pear-XML_DTD-0.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	DTD
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.5.2
Release:	2
Summary:	Parsing of DTD files and DTD validation of XML files
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_DTD/
Source0:	http://download.pear.php.net/package/XML_DTD-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
Parsing of DTD files and DTD validation of XML files. The XML
validation is done with the PHP sax parser, the xml extension, it does
not use the domxml extension.

Currently supports most of current XML specification, including
entities, elements and attributes. Some uncommon parts of the
specification may still be unsupported.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/*.txt
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.2-2
+ Revision: 32b09e2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18485 |14mr|php-pear-XML_Parser-1.3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	Parser
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.3.4
Release:	4
Summary:	XML parsing class based on PHP's bundled expat
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
This is an XML parser based on PHPs built-in xml extension.  It supports two
basic modes of operation: "func" and "event".  In "func" mode, it will look for
a function named after each element (xmltag_ELEMENT for start tags and
xmltag_ELEMENT_ for end tags), and in "event" mode it uses a set of generic
callbacks.

Since version 1.2.0 there's a new XML_Parser_Simple class that makes parsing of
most XML documents easier, by automatically providing a stack for the elements.
Furthermore its now possible to split the parser from the handler object, so
you do not have to extend XML_Parser anymore in order to parse a document with
it.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.4-4
+ Revision: 31b6bbb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18486 |14mr|php-pear-XML_Serializer-0.20.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	Serializer
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.20.2
Release:	2
Summary:	Class to build XML documents from data structures
License:	BSD
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_Serializer/
Source0:	http://download.pear.php.net/package/XML_Serializer-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
%{upstream_name} serializes complex data structures like arrays or objects
as XML documents. This class helps you generating any XML document you
require without the need for DOM.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/doc
%doc %{upstream_name}-%{version}/examples
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.20.2-2
+ Revision: 041548a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18487 |14mr|php-pear-XML_sql2xml-0.3.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	sql2xml
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	0.3.4
Release:	9
Summary:	Returns XML from a SQL-query
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_sql2xml/
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This class takes a PEAR::DB-Result Object, a sql-query-string, an
array and/or an xml-string/file and returns a xml-representation of
it.


%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%defattr(-,root,root)
%doc %{upstream_name}-%{version}/doc/*
%doc %{upstream_name}-%{version}/%{_subclass}_ext.php
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.4-9
+ Revision: ac078f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18488 |14mr|php-pear-XML_SVG-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		XML
%define		_subclass	SVG
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.1.0
Release:	2
Summary:	XML_SVG API
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/XML_SVG/
Source0:	http://download.pear.php.net/package/XML_SVG-%{version}.tgz
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This package provides and object-oriented way of building SVG
documents.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean



%files
%doc %{_datadir}/pear/data/%{upstream_name}
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-2
+ Revision: 4bbdacd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18489 |14mr|php-sasl-0.1.0-44
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname sasl
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A40_%{modname}.ini

Summary:	Cyrus SASL Extension
Name:		php-%{modname}
Version:	0.1.0
Release:	44
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/sasl
Source0:	sasl-%{version}.tar.bz2
Patch0:		sasl-0.1.0-lib64.diff
Patch1:		sasl-0.1.0-php54x.diff
Patch2:		sasl-0.1.0-sasl2_shared.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	libsasl-devel
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
SASL is the Simple Authentication and Security Layer (as defined by RFC 2222).
It provides a system for adding plugable authenticating support to
connection-based protocols. The SASL Extension for PHP makes the Cyrus SASL
library functions available to PHP. It aims to provide a 1-to-1 wrapper around
the SASL library to provide the greatest amount of implementation flexibility.
To that end, it is possible to build both a client-side and server-side SASL
implementation entirely in PHP.

%prep

%setup -q -n sasl-%{version}
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
%serverbuild

export SASL_SUB="sasl"
export SASL_SHARED_LIBADD="-lsasl2"

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
[ "../package.xml" != "/" ] && rm -f ../package.xml

%files 
%defattr(-,root,root)
%doc docs tests
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.1.0-44
+ Revision: 26c6928
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18490 |14mr|php-smarty-3.1.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (oe) undefining these makes the build _real_ quick.
%undefine __find_provides
%undefine __find_requires

Summary:	The compiling PHP template engine
Name:		php-smarty
Version:	3.1.10
Release:	2
License:	LGPL
Group:		Development/Other
URL:		http://www.smarty.net/
Source0:	http://www.smarty.net/files/Smarty-%{version}.tar.gz
Source1:	http://www.smarty.net/files/docs/manual-en-3.1.8.zip
Source2:	smarty.gif
BuildArch:	noarch
Buildrequires:	unzip

%description
Smarty is a template engine for PHP.  More specifically, it 
facilitates a manageable way to separate application logic and
content from its presentation.  This is best described in a
situation where the application programmer and the template 
designer play different roles, or in most cases are not the same
person.  For example, let's say you are creating a web page that
is displaying a newspaper article.  The article headline, tagline,
author and body are content elements, they contain no information
about how they will be presented.  They are passed into Smarty by
the application, then the template designer edits the templates
and uses a combination of HTML tags and template tags to format 
the presentation of these elements (HTML tables, background
colors, font sizes, style sheets, etc.) One day the programmer
needs to change the way the article content is retrieved (a change
in application logic.)  This change does not affect the template
designer, the content will still arrive in the template exactly
the same.  Likewise, if the template designer wants to completely
redesign the templates, this requires no changes to the
application logic.  Therefore, the programmer can make changes to
the application logic without the need to restructure templates,
and the template designer can make changes to templates without
breaking application logic. 

%package doc
Summary:	The HTML manual for Smarty
Group:		Development/Other
Obsoletes:  %{name}-manual

%description doc
The HTML manual for Smarty

%prep
%setup -q -n Smarty-%{version} -a1

%build

%install

install -d %{buildroot}%{_datadir}/php/smarty
install -d %{buildroot}%{_var}/www/icons

cp -rp libs/* %{buildroot}%{_datadir}/php/smarty
install -m0644 %{SOURCE2} %{buildroot}/var/www/icons/smarty.gif

# fix attribs
find %{buildroot}%{_datadir}/php/smarty -type d -exec chmod 755 {} \;
find %{buildroot}%{_datadir}/php/smarty -type f -exec chmod 644 {} \;

%files
%doc COPYING.lib README *.txt
%{_datadir}/php/smarty
%{_var}/www/icons/smarty.gif

%files doc
%doc manual-en/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1.10-2
+ Revision: afc43a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18491 |14mr|php-ssh2-0.11.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname ssh2
%define soname %{modname}.so
%define inifile A36_%{modname}.ini

Summary:	PHP bindings for the libssh2 library
Name:		php-%{modname}
Version:	0.11.3
%define subrel 1
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/ssh2
Source0:	http://pecl.php.net/get/ssh2-%{version}.tgz
# svn checkout http://svn.php.net/repository/pecl/ssh2/trunk ssh2
Patch0:		php-ssh2-lib64.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	openssl-devel
BuildRequires:	zlib-devel
BuildRequires:	pkgconfig(libssh2) >= 0.15
Epoch:		1

%description
Provides bindings to the libssh2 library which provide access to resources
(shell, remote exec, tunneling, file transfer) on a remote machine using a
secure cryptographic transport.

%prep

%setup -q -n ssh2-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

make
mv modules/*.so .

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.11.3-2
+ Revision: f1dc807
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18492 |14mr|php-suhosin-0.9.33-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname suhosin
%define soname %{modname}.so
%define inifile Z98_%{modname}.ini

Summary:	Suhosin extension module for PHP
Name:		php-%{modname}
Version:	0.9.33
Epoch:		1
Release:	6
Group:		Development/PHP
License:	PHP License
Url:		http://www.hardened-php.net/suhosin/
Source0:	http://download.suhosin.org/%{modname}-%{version}.tgz
Source1:	http://download.suhosin.org/%{modname}-%{version}.tgz.sig
Patch0:		https://raw.github.com/NewEraCracker/suhosin-patches/master/patches/suhosin-0.9.33.php55.diff
BuildRequires:	php-devel >= 3:5.2.0

%description
Suhosin is an advanced protection system for PHP installations. It was designed
to protect servers and users from known and unknown flaws in PHP applications
and the PHP core. Suhosin is binary compatible to normal PHP installation,
which means it is compatible to 3rd party binary extension like ZendOptimizer.

%prep
%setup -qn suhosin-%{version}
%apply_patches

%build
%serverbuild

phpize
%configure2_5x \
	--with-libdir=%{_lib} \
	--with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so %{modname}.so

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 suhosin.ini %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%files 
%doc CREDITS tests Changelog
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.9.33-6
+ Revision: 91d1fd2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18493 |14mr|php-tclink-3.4.5-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname tclink
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A13_%{modname}.ini

Summary:	TCLink enables credit card processing via the TrustCommerce payment gateway
Name:		php-%{modname}
Version:	3.4.5
Release:	18
Group:		Development/PHP
License:	LGPL
URL:		http://www.trustcommerce.com/tclink.html
Source0:	http://www.trustcommerce.com/downloads/tclink-%{version}-php.tar.gz
Patch0:		TCLink-3.4.0-lib64.diff
Patch1:		tclink-3.4.5-php-54x.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	tclink-devel >= 3.4.4
BuildRequires:	openssl-devel
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package provides a module for using TCLink directly from PHP scripts.
TCLink is a thin client library to allow your e-commerce servers to connect to
the TrustCommerce payment gateway.

%prep

%setup -q -n tclink-%{version}-php

# fix strange attribs
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

%patch0 -p0
%patch1 -p0

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix} \
    --with-ssl=%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

%{__cat} > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc LICENSE README tcexample.php tctest.php doc/*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.4.5-18
+ Revision: 06840d5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18494 |14mr|php-timezonedb-2014.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname timezonedb
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A60_%{modname}.ini

Summary:	Timezone Database to be used with PHP's date and time functions
Name:		php-%{modname}
Epoch:		3
Version:	2014.6
Release:	1
Group:		Development/PHP
License:	PHP License
Url:		http://pecl.php.net/package/timezonedb/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	A60_timezonedb.ini
BuildRequires:	file
BuildRequires:	php-devel >= 3:5.5.0

%description
This extension is a drop-in replacement for the builtin timezone database that
comes with PHP. You should only install this extension in case you need to get
a later version of the timezone database than the one that ships with PHP.

The data that this extension uses comes from the "Olson" database, which is
located at ftp://elsie.nci.nih.gov/pub/.

%prep
%setup -qn %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%serverbuild

phpize
%configure2_5x \
	--with-libdir=%{_lib} \
	--with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%files 
%doc CREDITS package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}


%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 3:2014.6-1
+ Revision: 7dc1090
- Updated to 2014.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18495 |14mr|php-translit-0.6.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname translit
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A33_%{modname}.ini

Summary:	Transliterates non-latin character sets to latin
Name:		php-%{modname}
Version:	0.6.1
Release:	6
Group:		Development/PHP
License:	PHP License
URL:		http://derickrethans.nl/translit.php
Source0:	http://pecl.php.net/get/translit-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This extension allows you to transliterate text in non-latin characters (such
as Chinese, Cyrillic, Greek etc) to latin characters. Besides the
transliteration the extension also contains filters to upper- and lowercase
latin, cyrillic and greek, and perform special forms of transliteration such as
converting ligatures such as the Norwegian "" to "ae" and normalizing
punctuation and spacing.

%prep

%setup -q -n translit-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .

%build
%serverbuild

phpize
%configure2_5x \
    --enable-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}


install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc package.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.6.1-6
+ Revision: 8c88604
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18496 |14mr|php-xattr-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname xattr
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A27_%{modname}.ini

Summary:	Provides a interface to Extended attributes for PHP
Name:		php-%{modname}
Version:	1.2.0
Release:	2
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/xattr
Source0:	http://pecl.php.net/get/xattr-%{version}.tgz
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	attr-devel
Epoch:		1

%description
This package allows to manipulate extended attributes on filesystems that
support them. Requires libattr from Linux XFS project.

%prep

%setup -q -n xattr-%{version}
[ "../package.xml" != "/" ] && mv ../package.xml .


%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%post
if [ -f /var/lock/subsys/httpd ]; then
    %{_initrddir}/httpd restart >/dev/null || :
fi

%postun
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	%{_initrddir}/httpd restart >/dev/null || :
    fi
fi

%files 
%doc tests CREDITS package.xml
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.2.0-2
+ Revision: 82a566f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18497 |14mr|php-xdebug-2.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname xdebug
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A29_%{modname}.ini

Summary:	Provides functions for function traces and profiling for PHP5
Name:		php-%{modname}
Epoch:		2
Version:	2.2.4
Release:	2
Group:		Development/PHP
License:	BSD-like
Url:		http://www.xdebug.org/
Source0:	http://www.xdebug.org/files/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
BuildRequires:	php-devel >= 3:5.2.0
Requires:	gdb

%description
The Xdebug extension helps you debugging your script by providing a lot of
valuable debug information.  The debug information that Xdebug can provide
includes the following: 

* stack and function traces in error messages with: 
  o full parameter display for user defined functions
  o function name, file name and line indications
  o support for member functions
* memory allocation
* protection for infinite recursions

Xdebug also provides: 

* profiling information for PHP scripts
* script execution analysis
* capabilities to debug your scripts interactively with a debug client

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/usr/lib|%{_libdir}|g" %{inifile}

%build
%serverbuild

phpize
%configure2_5x \
	--enable-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

# make the debugclient
pushd debugclient
#sh ./buildconf
#    %%configure2_5x
#	--with-libedit
#    %%make

#  the autostuff is borked...
touch config.h
gcc $CFLAGS %{ldflags} -o debugclient main.c usefulstuff.c -lnsl

popd

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_bindir}

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0755 debugclient/debugclient %{buildroot}%{_bindir}/

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%files 
%doc CREDITS LICENSE NEWS README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_bindir}/debugclient
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:2.2.4-2
+ Revision: 615b32e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18498 |14mr|physfs-2.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname_orig 	lib%{name}
%define major		2
%define compat_major	1
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:		physfs
Summary:	A library to provide abstract access to various archives
Version:	2.0.3
Release:	2
License:	zlib
Group:		System/Libraries
Source0:	http://www.icculus.org/physfs/downloads/%{name}-%{version}.tar.bz2
Patch0:		physfs-2.0.2-fix-build.patch
URL:		http://www.icculus.org/physfs/
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel
BuildRequires:	zlib-devel
BuildRequires:	liblzma-devel
BuildRequires:	cmake


%description
A library to provide abstract access to various archives. 
It is intended for use in video games. 
The programmer defines a "write directory" on the physical filesystem. 
No file writing done through the PhysicsFS API can leave that write directory.

%package -n	%{libname}
Summary:	Main library for physfs
Group:		System/Libraries
Provides:	%{libname_orig} = %{version}-%{release}
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with physfs

%package -n	%{develname}
Summary:	Headers for developing programs that will use physfs
Group:		Development/C
Requires:	%{libname} = %{version} zlib-devel
Provides:	%{libname_orig}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package contains the headers that programmers will need to develop
applications which will use physfs

%prep
%setup -q
%patch0 -p0

# Ensure we use system zlib  
# don't use bundled lzma
rm -rf zlib123
rm -rf lzma

%build
%cmake -DPHYSFS_ARCHIVE_7Z=OFF
%make

%install
# fix 64 bits lib path 
%ifarch x86_64
cd build
sed -i -e 's,lib",lib64",g' cmake_install.cmake
cd ..
%endif

%makeinstall_std -C build


install -d %{buildroot}%{_docdir}%{name}
install *.txt %{buildroot}%{_docdir}%{name}/

rm -rf %{buildroot}%{_libdir}/*.a

%files -n %{libname}
%{_libdir}/*.so.%{major}*
%{_libdir}/*.so.%{compat_major}

%files -n %{develname}
%doc %{_docdir}%{name}/*.txt
%{_bindir}/*
%{_includedir}/*.h
%{_libdir}/*.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.3-2
+ Revision: 26a3f9a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18499 |14mr|piccolo-1.04-2.2.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define _with_gcj_support 1
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:
%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:
%{_gcj_support}}%{!?_gcj_support:0}}}

Summary:        Small fast XML parser
Name:           piccolo
Version:        1.04
Release:        2.2.8
Epoch:          0
License:        Apache Software License
URL:            http://piccolo.sourceforge.net/
Group:          Development/Java
Source0:        piccolo-%{version}-src.zip
Patch0:         piccolo-build_xml.patch
BuildRequires:  java-rpmbuild >= 0:1.5.32
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit
BuildRequires:  junit
Requires:       jpackage-utils
%if ! %{gcj_support}
BuildArch:      noarch
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%if %{gcj_support}
BuildRequires:          java-gcj-compat-devel
%endif

%description
Piccolo is a small, extremely fast XML parser for 
Java. It implements the SAX 1, SAX 2.0.1, and 
JAXP 1.1 (SAX parsing only) interfaces as a 
non-validating parser and attempts to detect 
all XML well-formedness errors. 

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
%setup -q -T -c -n %{name}-%{version}
cd ..
unzip -q %{SOURCE0}
cd %{name}-%{version}
rm -r src/org src/javax
%patch0
#Fix wrong-file-end-of-line-encoding
sed -i 's/\r$//g' LICENSE.txt

%build
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=
ant -Dbuild.sysclasspath=first build javadoc

%install
rm -rf $RPM_BUILD_ROOT

# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p lib/Piccolo.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr doc/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}


%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/piccolo-1.04.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*

# -----------------------------------------------------------------------------



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.04-2.2.8
+ Revision: 40365a2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18500 |14mr|picmi-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		picmi
Version:	4.13.3
Release:	1
Summary:	A nonogram logic game for KDE
Group:		Graphical desktop/KDE
License:	GPLv2
Url:		http://games.kde.org/game.php?game=picmi
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Picmi is a number logic game in which cells in a grid have to be colored or
left blank according to numbers given at the side of the grid to reveal a
hidden picture.

%files
%{_kde_bindir}/picmi
%{_kde_applicationsdir}/picmi.desktop
%{_kde_appsdir}/picmi/
%{_kde_iconsdir}/hicolor/*/apps/picmi.*
%{_kde_docdir}/HTML/en/picmi

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build



%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: cfb0bb2
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18501 |14mr|pidentd-3.0.19-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An implementation of the RFC1413 identification server
Name:		pidentd
Version:	3.0.19
Release:	13
License:	GPL
Group:		System/Servers
URL:		http://www.lysator.liu.se/~pen/pidentd/
Source0:	ftp://ftp.lysator.liu.se/pub/unix/ident/servers/%{name}-%{version}.tar.bz2
Source1:	identd.conf
Patch2:		pidentd-3.0.10-install.patch
Patch3:		pidentd-3.0.11-nossl.patch
Patch4:		pidentd-3.0.14-remove_o.patch
Patch5:		pidentd-3.0.19-pinit.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
Provides:	identd
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The pidentd package contains identd, which implements the RFC1413
identification server. Identd looks up specific TCP/IP connections and returns
either the user name or other information about the process that owns the
connection.

%prep

%setup -q
#%patch0 -p1 -b .dummy
%patch2 -p1 -b .inst
%patch3 -p1
%patch4 -p1
%patch5 -p1 -b .pinit
chmod 644 src/*.{c,h} BUGS ChangeLog FAQ INSTALL README Y2K doc/rfc1413.txt doc/sgi_irix.txt

%build
%serverbuild
autoconf
%configure2_5x --sysconfdir=%{_sysconfdir} --with-threads=yes

%make

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_mandir}/man8

%makeinstall

ln -s identd ${RPM_BUILD_ROOT}%{_sbindir}/in.identd
# dangling symlink (typo ?)
#ln -s identd.8 ${RPM_BUILD_ROOT}%{_sbindir}/in.identd.8
install -m0644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/identd.conf
install -m755 etc/identd.init -D %{buildroot}%{_initrddir}/identd

%post
%_post_service identd

%preun
%_preun_service identd

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc BUGS ChangeLog FAQ INSTALL README Y2K doc/rfc1413.txt doc/sgi_irix.txt
%{_sbindir}/*
%config(noreplace) %{_sysconfdir}/identd.conf
%{_initrddir}/identd
%{_mandir}/man8/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.19-13
+ Revision: d0d0c56
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18502 |14mr|pidgin-2.10.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#gw 2.7.0, the yahoo plugin does not build otherwise
%define _disable_ld_no_undefined 1

%define major 0
%define libname %mklibname purple %{major}
%define libclient %mklibname purple-client %{major}
%define libgnt %mklibname gnt %{major}
%define develname %mklibname purple -d

%define build_evolution 0
%define build_silc 1
%define build_meanwhile 1
%define build_networkmanager 1
%define build_perl 1
#gw http://developer.pidgin.im/ticket/11936#comment:1
%define build_mono 0
%define build_vv 1
# (tpg) libgadu is now in main, pidgin's one is really old
# gw pidgin's internal libgadu was updated recently
# build against external version if possible, keep in mind older distros
# might have older libgadu
#gw configure check is used unless --with-* options are used:
%define build_libgadu 0

%ifarch mips mipsel
%define build_mono 0
%endif

Summary:	A GTK+ based multiprotocol instant messaging client
Name:		pidgin
Version:	2.10.9
Release:	2
Group:		Networking/Instant messaging
License:	GPLv2+
URL:		http://www.pidgin.im/
Source0:	http://downloads.sourceforge.net/pidgin/%{name}-%{version}.tar.bz2
#gw from Fedora: generate one time passwords
Source2:	one_time_password.c
Patch0:		pidgin-2.7.0-smiley.patch
Patch3:		pidgin-2.4.2-set-jabber-as-module.patch
#gw fix build with mono 2.6.4 which does not have the nessessary glib dep
#in the pkgconfig file
#also add missing include
Patch6:		pidgin-2.7.0-mono-build.patch
#gw fix reading resolv.conf in NetworkManager integration
Patch111:	%{name}-2.8.0-reread-resolvconf.patch
Patch115:	%{name}-2.10.0-gg-search-by-uin.patch
Patch116:	%{name}-2.8.0-gg-disconnect.patch
Patch117:	pidgin-2.10.1-fix-perl-module-build.patch
# since libtool drops soname for unversioned modules now, we need to explicitly
# add soname to plugins that other plugins links against it
Patch118:	pidgin-2.10.2-explicitly-add-soname-to-liboscar-and-libjabber.patch

BuildRequires:	desktop-file-utils
BuildRequires:	doxygen
BuildRequires:	GConf2
BuildRequires:	graphviz
BuildRequires:	intltool
BuildRequires:	xsltproc
BuildRequires:	expat-devel
BuildRequires:	gettext-devel
BuildRequires:	krb5-devel
BuildRequires:	tk-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(gtk+-2.0)
Buildrequires:	pkgconfig(gtkspell-2.0) >= 2.0.2
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(jack)
BuildRequires:  pkgconfig(libidn)
BuildRequires:	pkgconfig(libstartup-notification-1.0) >= 0.5
Buildrequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(nspr)
Buildrequires:	pkgconfig(python)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sm)
Buildrequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(x11)
%if %build_libgadu
Buildrequires:	pkgconfig(libgadu) >= 1.11.0
%endif
%if %build_networkmanager
Buildrequires:	pkgconfig(libnm-util)
%endif
%if %build_meanwhile
BuildRequires:	pkgconfig(meanwhile) >= 1.0.0
%endif
%if %build_evolution
BuildRequires:	pkgconfig(evolution-data-server-1.2)
BuildRequires:	pkgconfig(libebook-1.2)
BuildRequires:  pkgconfig(libedata-book-1.2)
%endif
%if %build_silc
BuildRequires:	pkgconfig(silc) >= 0.9.12
BuildRequires:	pkgconfig(silcclient) >= 0.9.12
%endif
%if %build_perl
BuildRequires:	perl-devel
%endif
%if %build_mono
BuildRequires:	pkgconfig(mono)
%endif
%if %build_vv
BuildRequires:  pkgconfig(farstream-0.1)
Suggests: gstreamer0.10-farstream
%endif

Requires:	%{name}-i18n = %{version}-%{release}
Requires:	%{name}-plugins = %{version}-%{release}
Requires:	%{name}-client >= %{version}-%{release}
Requires:	rootcerts
Requires:	xdg-utils

%description
Pidgin allows you to talk to anyone using a variety of messaging
protocols including AIM, MSN, Yahoo!, Jabber, Bonjour, Gadu-Gadu,
ICQ, IRC, Novell Groupwise, QQ, Lotus Sametime, SILC, Simple and
Zephyr.  These protocols are implemented using a modular, easy to
use design.  To use a protocol, just add an account using the
account editor.

Pidgin supports many common features of other clients, as well as many
unique features, such as perl scripting, TCL scripting and C plugins.

Pidgin is not affiliated with or endorsed by America Online, Inc.,
Microsoft Corporation, Yahoo! Inc., or ICQ Inc.

%package plugins
Summary:	Pidgin plugins shared by the Purple and Finch
Group:		Networking/Instant messaging
Conflicts:	%{name} < 2.4.1-3

%description plugins
This contains the parts of Pidgin that are shared between the Purple and
Finch Instant Messengers.

%package perl
Summary:	Purple extension, to use perl scripting
Group:		Networking/Instant messaging
Requires:	%{name} >= %{version}-%{release}

%description perl
Purple can use perl script as plugin, this plugin enable them.

%package tcl
Summary:	Purple extension, to use tcl scripting
Group:		Networking/Instant messaging
Requires:	%{name} >= %{version}-%{release}

%description tcl
Purple can use tcl script as plugin, this plugin enable them.

%if %build_evolution
%package gevolution
Summary:	Pidgin extension, for Evolution integration
Group:		Networking/Instant messaging
Requires:	%{name} >= %{version}-%{release}

%description gevolution
This pidgin plugin allows you to have pidgin working together with evolution.
%endif

%package silc
Summary:	Purple extension, to use SILC (Secure Internet Live Conferencing)
Group:		Networking/Instant messaging
Requires:	%{name} >= %{version}-%{release}

%description silc
This purple plugin allows you to use SILC (Secure Internet Live Conferencing)
plugin for live video conference.

%package -n %{develname}
Summary:	Development files for pidgin
Group:		Development/GNOME and GTK+
Requires:	%{libname} >= %{version}-%{release}
Requires:	%{libgnt} = %{version}-%{release}
Requires:	%{libclient} = %{version}-%{release}
Provides:	pidgin-devel = %{version}-%{release}

%description -n %{develname}
The pidgin-devel package contains the header files, developer
documentation, and libraries required for development of Pidgin scripts
and plugins.

%package -n %{libname}
Summary:	The libpurple library for IM clients like Pidgin and Finch
Group:		System/Libraries

%description -n %{libname}
libpurple contains the core IM support for IM clients such as Pidgin
and Finch.

%package -n %{libclient}
Summary:	The libpurple-client library for %{name}-client
Group:		System/Libraries
Conflicts:	%{name}-client < 2.10.1-1

%description -n %{libclient}
libpurple-client contains the shared library for %{name}-client.

%package -n %{libgnt}
Summary:	The libgnt library for the Finch IM client
Group:		System/Libraries
%rename %{_lib}finch0

%description -n %{libgnt}
libgnt contains the core IM support for the Finch IM client.

libgnt supports a variety of messaging protocols including AIM, MSN,
Yahoo!, Jabber, Bonjour, Gadu-Gadu, ICQ, IRC, Novell Groupwise, QQ,
Lotus Sametime, SILC, Simple and Zephyr.

%package -n finch
Summary:	A text-based user interface for Pidgin
Group:		Networking/Instant messaging
Requires:	%{name}-i18n >= %{version}-%{release}
Requires:	%{name}-plugins >= %{version}-%{release}
Requires:	%{name}-client >= %{version}-%{release}

%description -n	finch
A text-based user interface for using libpurple. This can be run from a
standard text console or from a terminal within X Windows.  It
uses ncurses and our homegrown gnt library for drawing windows
and text.

%package bonjour
Summary:	Bonjour plugin for Purple
Group:		Networking/Instant messaging
Requires:	%{name} >= %{version}-%{release}

%description bonjour
Bonjour plugin for purple.

%package meanwhile
Summary:	Lotus Sametime Community Client plugin for Purple
Group:		Networking/Instant messaging
Requires:	%{name} >= %{version}-%{release}

%description meanwhile
Lotus Sametime Community Client plugin for purple.

%package client
Summary:	Plugin and sample client to control purple clients
Group:		Networking/Instant messaging
Requires:	dbus-python

%description client
Applications and library to control purple clients remotely.

%if %build_mono
%package mono
Summary:	Purple extension, to use Mono plugins
Group:		Networking/Instant messaging
Requires:	%{name} >= %{version}-%{release}

%description mono
Purple can use plugins developed with Mono.
%endif

%package i18n
Summary:	Translation files for Pidgin/Finch
Group:		Networking/Instant messaging

%description i18n
This package contains translation files for Pidgin/Finch.

%prep
%setup -q
%patch0 -p1 -b .smiley
%patch3 -p0
%patch6 -p1
%patch111 -p1 -b .reread-resolvconf
%patch115 -p1 -b .gg-search
%patch116 -p1
%patch117 -p1 -b .perl_buildfix~
%patch118 -p1 -b .soname~

autoreconf -fi -Im4macros

%build
%configure2_5x \
	--enable-gnutls=yes \
%if %build_perl
	--enable-perl \
%else
	--disable-perl \
%endif
%if %build_mono
	--enable-mono \
%else
	--disable-mono \
%endif
%if %build_networkmanager
	--enable-nm \
%else
	--disable-nm \
%endif
%if %build_evolution
	--enable-gevolution \
%endif
%if ! %build_vv
	--disable-vv \
%endif
	--without-krb4 \
	--enable-cap \
	--with-system-ssl-certs=%{_sysconfdir}/pki/tls/rootcerts/ \
	--disable-static \
	--disable-schemas-install

%make

# one_time_password plugin, to be merged upstream soon
cp %{SOURCE2} libpurple/plugins/
pushd libpurple/plugins/
make one_time_password.so
popd

%install
rm -rf %{buildroot}

%makeinstall_std mkinstalldirs='mkdir -p'

install -m 0755 libpurple/plugins/one_time_password.so %{buildroot}%{_libdir}/purple-2/

desktop-file-install \
  --remove-category="Application" \
  --add-category="GTK" \
  --add-category="Network" \
  --add-category="InstantMessaging" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# remove files not bundled
rm -f %{buildroot}%{_libdir}/*/*.la 
rm -f %{buildroot}%{_prefix}/*/perl5/*/perllocal.pod \
      %{buildroot}%{_libdir}/*/perl/auto/*/{.packlist,*.bs,autosplit.ix}
rm -f %{buildroot}%{_libdir}/*.*a

%find_lang %{name}

%preun
%preun_uninstall_gconf_schemas purple

%files i18n -f %{name}.lang

%files
%doc AUTHORS COPYRIGHT ChangeLog
%doc NEWS README doc/the_penguin.txt
%{_mandir}/man1/pidgin.*
%{_sysconfdir}/gconf/schemas/purple.schemas
%{_bindir}/%{name}
%dir %{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*
%{_datadir}/icons/*
%{_datadir}/sounds/purple
%{_libdir}/pidgin/cap.so
%{_libdir}/pidgin/convcolors.so
%{_libdir}/pidgin/extplacement.so
%{_libdir}/pidgin/gestures.so
%{_libdir}/pidgin/gtkbuddynote.so
%{_libdir}/pidgin/history.so
%{_libdir}/pidgin/iconaway.so
%{_libdir}/pidgin/markerline.so
%{_libdir}/pidgin/musicmessaging.so
%{_libdir}/pidgin/notify.so
%{_libdir}/pidgin/pidginrc.so
%{_libdir}/pidgin/relnot.so
%{_libdir}/pidgin/sendbutton.so
%{_libdir}/pidgin/spellchk.so
%{_libdir}/pidgin/themeedit.so
%{_libdir}/pidgin/ticker.so
%{_libdir}/pidgin/timestamp.so
%{_libdir}/pidgin/timestamp_format.so
%if %build_vv
%{_libdir}/pidgin/vvconfig.so
%endif
%{_libdir}/pidgin/xmppconsole.so
%{_libdir}/pidgin/xmppdisco.so

%files -n %{develname}
%doc ChangeLog.API HACKING PLUGIN_HOWTO
%{_includedir}/*
%{_datadir}/aclocal/purple.m4
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libpurple.so
%{_libdir}/libgnt.so
%{_libdir}/libpurple-client.so

%files -n %{libname}
%{_libdir}/libpurple.so.%{major}*

%files -n %{libclient}
%{_libdir}/libpurple-client.so.%{major}*

%files -n %{libgnt}
%{_libdir}/libgnt.so.%{major}*

%files client
%{_bindir}/purple-remote
%{_bindir}/purple-send
%{_bindir}/purple-send-async
%{_bindir}/purple-client-example
%{_bindir}/purple-url-handler
%{_libdir}/purple-2/dbus-example.so

%files -n finch
%doc %{_mandir}/man1/finch.*
%{_bindir}/finch
%{_libdir}/finch/
%{_libdir}/gnt/

%if %build_perl
%files perl
%doc doc/PERL-HOWTO.dox
%dir %{_libdir}/%{name}/perl
%{_libdir}/%{name}/perl/Pidgin.pm
%dir %{_libdir}/%{name}/perl/auto
%dir %{_libdir}/%{name}/perl/auto/Pidgin/
%{_libdir}/%{name}/perl/auto/Pidgin/Pidgin.so
%dir %{_libdir}/purple-2/perl
%{_libdir}/purple-2/perl/Purple.pm
%dir %{_libdir}/purple-2/perl/auto
%dir %{_libdir}/purple-2/perl/auto/Purple/
%{_libdir}/purple-2/perl/auto/Purple/Purple.so
%{_libdir}/purple-2/perl.so
%{_mandir}/man3*/*
%endif

%files bonjour
%{_libdir}/purple-2/libbonjour.so

%files tcl
%doc doc/TCL-HOWTO.dox
%{_libdir}/purple-2/tcl.so

%if %build_silc
%files silc
%doc libpurple/protocols/silc/README
%{_libdir}/purple-2/libsilcpurple.so
%endif

%if %build_evolution
%files gevolution
%{_libdir}/%{name}/gevolution.so
%endif

%if %build_meanwhile
%files meanwhile
%{_libdir}/purple-2/libsametime.so
%endif

%if %build_mono
%files mono
%{_libdir}/purple-2/mono.so
%{_libdir}/purple-2/*.dll
%endif

%files plugins
%dir %{_libdir}/purple-2
%{_libdir}/purple-2/autoaccept.so
%{_libdir}/purple-2/buddynote.so
%{_libdir}/purple-2/idle.so
%{_libdir}/purple-2/joinpart.so
%{_libdir}/purple-2/libaim.so
%{_libdir}/purple-2/libgg.so
%{_libdir}/purple-2/libicq.so
%{_libdir}/purple-2/libirc.so
%{_libdir}/purple-2/libjabber.so
%{_libdir}/purple-2/libmsn.so
%{_libdir}/purple-2/libmxit.so
%{_libdir}/purple-2/libmyspace.so
%{_libdir}/purple-2/libnovell.so
%{_libdir}/purple-2/liboscar.so
%{_libdir}/purple-2/libsimple.so
%{_libdir}/purple-2/libxmpp.so
%{_libdir}/purple-2/libymsg.so*
%{_libdir}/purple-2/libyahoo.so
%{_libdir}/purple-2/libyahoojp.so
%{_libdir}/purple-2/libzephyr.so
%{_libdir}/purple-2/log_reader.so
%{_libdir}/purple-2/newline.so
%{_libdir}/purple-2/offlinemsg.so
%{_libdir}/purple-2/one_time_password.so
%{_libdir}/purple-2/psychic.so
%{_libdir}/purple-2/ssl-gnutls.so
%{_libdir}/purple-2/ssl-nss.so
%{_libdir}/purple-2/ssl.so
%{_libdir}/purple-2/statenotify.so
%dir %{_datadir}/purple/
%dir %{_datadir}/purple/ca-certs
%{_datadir}/purple/ca-certs/AOL*
%{_datadir}/purple/ca-certs/Microsoft*
%{_datadir}/purple/ca-certs/VeriSign*
%{_datadir}/purple/ca-certs/DigiCert*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.10.9-2
+ Revision: 496423e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18503 |14mr|pigz-2.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           pigz
Version:        2.2.4
Release:        2
Summary:        Parallel implementation of gzip
Group:          Archiving/Compression
License:        zlib
URL:            http://www.zlib.net/pigz/
Source0:        http://www.zlib.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:  zlib-devel

%description
pigz, which stands for parallel implementation of gzip,
is a fully functional replacement for gzip that exploits
multiple processors and multiple cores to the hilt when compressing data.

%prep
%setup -q

%build
%make CFLAGS="%{optflags} -O3" LDFLAGS="%{ldflags}"

%install
install -p -m755 pigz -D %{buildroot}%{_bindir}/pigz
install -p -m755 unpigz -D %{buildroot}%{_bindir}/unpigz
install -p -m644 pigz.1 -D %{buildroot}%{_datadir}/man/man1/pigz.1

%files
%doc pigz.pdf README
%{_bindir}/pigz
%{_bindir}/unpigz
%{_datadir}/man/man1/pigz.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.4-2
+ Revision: 8519d15
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18504 |14mr|pilot-link-0.12.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq     'perl\\(PDA::Pilot\\)'

%define	lib_major	9
%define	libname		%mklibname pisock %{lib_major}
%define	develname	%mklibname pisock -d
%define	libsync		%mklibname pisync %{sync_major}
%define	sync_major	1

Summary:	File transfer utilities between Linux and PalmPilots

Name:		pilot-link
Version:	0.12.5
Release:	15
License:	GPLv2+ and LGPLv2+
Group:		Communications
URL:		http://www.pilot-link.org/
Source0:	http://www.pilot-link.org/source/pilot-link-%{version}.tar.bz2 
Source1:	connect-palm-ppp.tar.bz2
Source2:	19-palm-acl-management.fdi
Source3: 	pilot-device-file.policy
Source4:	50pilot.sh
Source5:	50pilot.csh
# (fc) 0.12.3-3mdv fix undefined value (Fedora)
Patch3:		pilot-link-0.12.1-var.patch
# (fc) 0.12.3-3mdv fix open calls (Fedora)
Patch4:		pilot-link-0.12.5-open.patch
# (fc) 0.12.3-4mdv fix SJ-22 support (Michael Ekstrand)
Patch5:		pilot-link-0.12.3-sj22.patch
#gw this code doesn't work with our setting of Werror
Patch6: 	pilot-link-0.12.3-no-werror-messup.patch
Patch7:		pilot-link-0.12.3-fix-format-strings.patch
Patch8:		pilot-link-0.12.5-build_with_perl514.patch
Patch9:		pilot-link-0.12.3-libpng14.patch
BuildRequires:	autoconf automake libtool
BuildRequires:	bison
BuildRequires:	perl-devel
BuildRequires:	readline-devel
BuildRequires:	chrpath
BuildRequires:	pkgconfig(libusb)
Buildrequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(bluez)
Provides:	%{name}-tcl

%description
This suite of tools allows you to upload and download programs and
data files between a Linux/UNIX machine and the PalmPilot.  It has a
few extra utils that will allow for things like syncing the
PalmPilot's calendar app with Ical.  Note that you might still need to
consult the sources for pilot-link if you would like the Python, Tcl,
or Perl bindings.

Install pilot-link if you want to synchronize your Palm with your
Linux system.

%package -n	%{libname}
Summary:	Libraries needed to use pilot-link

Group:		System/Libraries
Requires:	%{name}-common >= %{version}-%{release}

%description -n	%{libname}
Libraries needed to use pilot-link.

%package common
Summary:	Files used by pilot-link packages

Group:		Communications
Conflicts:	pilot-link < 0.12.4-3mdv

%description common
Files used by pilot-link packages.

%package -n	%{libsync}
Summary:	Libraries needed to use pilot-link

Group:		System/Libraries

%description -n	%{libsync}
Libraries needed to use pilot-link.

%package -n	%{develname}
Summary:	PalmPilot development header files

Group:		Development/C
Requires:	%{name} = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libsync} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	libpisock-devel = %{version}-%{release}
Conflicts:	%{_lib}pisock8-devel < 0.12.5-9
Obsoletes:	%{_lib}pisock9-devel < 0.12.5-9

%description -n	%{develname}
This package contains the development headers that are used to build
the pilot-link package.  It also includes the static libraries
necessary to build static pilot apps.

If you want to develop PalmPilot synchronizing applications, you'll
need to install this package.

%package -n	perl-PDA-Pilot
Summary:	Perl module for Palm

Group:		Communications
Requires:	%{name} = %{version}-%{release}

%description -n	perl-PDA-Pilot
This package provides perl modules for supporting Palm.

%prep 
%setup -q -a 1
%patch3 -p1 -b .var
%patch4 -p1 -b .open
%patch5 -p1 -b .sj22
%patch6 -p1
%patch7 -p1
%patch8 -p1 -b .perl514
%patch9 -p0

autoreconf -fi

# (tv) fix build by disabling -Werror:
#perl -pi -e 's! -Werror"!"!' configure

%build
%configure2_5x \
	--with-perl \
	--enable-conduits \
	--enable-libusb \
	--enable-threads \
	--disable-static

# parallel compilation is broken
make

%install

%makeinstall_std

# fix manpage install
%makeinstall_std -C doc/man

mkdir -p %{buildroot}%{_sysconfdir}/modprobe.d/
cat << EOF > %{buildroot}%{_sysconfdir}/modprobe.d/visor.conf
blacklist visor
EOF

# remove unneeded files
rm -f %{buildroot}%{_libdir}/perl5/*/*/*/PDA/dump.pl

# remove broken prog
rm -f %{buildroot}%{_bindir}/pilot-prc

# Install hal rules file.
mkdir -p %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
install -p -m644 %{SOURCE2} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/19-palm-acl-management.fdi

# Install PolicyKit
mkdir -p %{buildroot}%{_datadir}/PolicyKit/policy
install -p -m644 %{SOURCE3} %{buildroot}%{_datadir}/PolicyKit/policy/pilot-device-file.policy

# Install udev rules
mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d
sed -e 's/MODE="0664"$/MODE="0664", ENV{ACL_MANAGE}="1"/g' doc/60-libpisock.rules >  %{buildroot}%{_sysconfdir}/udev/rules.d/60-libpisock.rules

# install profile.d files
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
install -p -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/profile.d/
install -p -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/profile.d/

%files
%doc COPYING ChangeLog README NEWS
%doc connect-palm-ppp/
%doc doc/README.usb doc/TODO doc/README.libusb
%{_bindir}/pilot-*
%exclude %{_bindir}/pilot-undelete
%{_mandir}/man1/pilot-*
%{_mandir}/man7/*
%{_datadir}/pilot-link

%files common
%config(noreplace) %{_sysconfdir}/profile.d/50pilot.*
%config(noreplace) %{_sysconfdir}/modprobe.d/visor.conf
%{_sysconfdir}/udev/rules.d/*.rules
%{_datadir}/hal/fdi/policy/10osvendor/19-palm-acl-management.fdi
%{_datadir}/PolicyKit/policy/pilot-device-file.policy

%files -n %{libname}
%{_libdir}/libpisock.so.*

%files -n %{libsync}
%{_libdir}/libpisync.so.*

%files -n %{develname}
%{_libdir}/*.so
%{_includedir}/*
%{_datadir}/aclocal/pilot-link.m4
%{_libdir}/pkgconfig/*

%files -n perl-PDA-Pilot
%{_bindir}/pilot-undelete
%{_mandir}/man1/ietf2datebook*
%{_mandir}/man3/PDA::Pilot.*
%{perl_vendorarch}/PDA/*
%{perl_vendorarch}/auto/PDA/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12.5-15
+ Revision: 4feeb9d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18505 |14mr|pinentry-0.8.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pinentry
Version:	0.8.2
Release:	4
Summary:	Collection of simple PIN or passphrase entry dialogs
Source0:	ftp://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.bz2
Source1:	%{SOURCE0}.sig
Source2:	pinentry-wrapper
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://www.gnupg.org/
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	cap-devel = 2.22
BuildRequires:	ncurses-devel
BuildRequires:	qt4-devel
BuildRequires:	gettext-devel
Obsoletes:	%{name}-curses < 0.8.0-2
Suggests:	%{name}-gui

%description 
%{name} is a collection of simple PIN or passphrase entry dialogs which
utilize the Assuan protocol as described by the aegypten project.

%pre
%{_sbindir}/update-alternatives --remove pinentry %{_bindir}/pinentry-curses ||:
%{_sbindir}/update-alternatives --remove pinentry %{_bindir}/pinentry-gtk ||:
%{_sbindir}/update-alternatives --remove pinentry %{_bindir}/pinentry-qt ||:
%{_sbindir}/update-alternatives --remove pinentry %{_bindir}/pinentry-qt4 ||:

%files 
%doc README TODO ChangeLog NEWS AUTHORS THANKS
%{_bindir}/pinentry
%{_bindir}/pinentry-curses
%{_infodir}/*.info*

#-----------------------------------------------------------------------------------------

%package	gtk2
Summary:	GTK+ interface of pinentry
Group:		System/Kernel and hardware
Provides:	%{name}-gui = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{name}-gtk

%description	gtk2
%{name} is a collection of simple PIN or passphrase entry dialogs which
utilize the Assuan protocol as described by the aegypten project.

This package provides GTK+ interface of the dialog.

%files		gtk2
%_bindir/pinentry-gtk-2

#-----------------------------------------------------------------------------------------

%package	qt4
Summary:	QT4 interface of pinentry
Group:		System/Kernel and hardware
Provides:	%{name}-gui = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{name}-qt < 0.7.6-3

%description	qt4
%{name} is a collection of simple PIN or passphrase entry dialogs which
utilize the Assuan protocol as described by the aegypten project.

This package provides QT4 interface of the dialog.

%files		qt4
%{_bindir}/pinentry-qt*

#-----------------------------------------------------------------------------------------

%prep
%setup -q 

%build
./autogen.sh

%configure2_5x \
	--disable-pinentry-gtk \
	--disable-pinentry-qt \
	--enable-pinentry-qt4 \
	--enable-pinentry-gtk2 \
	--with-qt4-dir=%qt4dir \
	--disable-rpath

%make
%install
%makeinstall_std

install -p -m755 -D %{SOURCE2} %{buildroot}%{_bindir}/pinentry 

pushd %{buildroot}%{_bindir}
ln -s pinentry-qt4 pinentry-qt
popd

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.2-4
+ Revision: 09d7bd2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18506 |14mr|pinfo-0.6.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Przemek's Info Viewer - a (much) better info
Name:		pinfo
Version:	0.6.10
Release:	2
Group:		Development/Other
License:	GPLv2+
Url:		http://alioth.debian.org/project/showfiles.php?group_id=30592
Source0:	http://alioth.debian.org/download.php/1498/%{name}-%{version}.tar.bz2
Patch0:		pinfo-0.6.10-lzma-xz-lzip.patch
Patch1:		pinfo-0.6.9-as-needed.patch
BuildRequires:	autoconf
BuildRequires:	texinfo
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(ncurses)

%description
Hypertext info file viewer. User interface similar to lynx.
It is based on ncurses. It can handle now as well info
pages as man pages. Regexp searching included.

%prep
%setup -q
%apply_patches
./autogen.sh --no-configure

%build
%configure2_5x
%make
%make -C po

%install
%makeinstall_std

%find_lang %{name}

ln -s pinfo %{buildroot}%{_bindir}/pman

%files -f %{name}.lang
%doc AUTHORS ChangeLog README TECHSTUFF
%config(noreplace) %{_sysconfdir}/pinforc
%{_bindir}/*
%{_mandir}/*/*
%{_infodir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.10-2
+ Revision: fabcd9e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18507 |14mr|pitivi-0.93-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define pitividir %{_prefix}/lib
%define gstapi 1.0

Summary:	Non linear video editor under linux 
Name:		pitivi
Version:	0.93
Release:	1
License:	LGPLv2+
Group:		Video
Url:		http://www.pitivi.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.93/%{name}-%{version}.tar.xz
Source1:	%{name}.rpmlintrc
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(pycairo)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	desktop-file-utils
Requires:	python-gi
Requires:	python-gi-cairo
Requires:	frei0r
Requires:	python-dbus
Requires:	xdg-utils
Requires:	gnonlin
Requires:	gstreamer%{gstapi}-python
Suggests:	gstreamer%{gstapi}-libav
Suggests:	gstreamer%{gstapi}-plugins-good
Suggests:	gstreamer%{gstapi}-plugins-bad
Suggests:	gstreamer%{gstapi}-plugins-ugly
Suggests:	gstreamer%{gstapi}-plugin-ffmpeg

%description
Pitivi is a Non Linear Video Editor using the popular GStreamer media
framework.

%files -f %{name}.lang
%doc AUTHORS NEWS RELEASE
%{py_puresitedir}/%{name}/
%{_datadir}/pitivi/
%{_datadir}/appdata/pitivi.appdata.xml
%{_bindir}/pitivi
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/mime/packages/%{name}.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# install python files to %%python_sitelib/pitivi
find . -name Makefile.am -exec sed -i -e 's|$(libdir)/pitivi/python/pitivi|$(pkgpythondir)|g' {} \;
find . -name Makefile.in -exec sed -i -e 's|$(libdir)/pitivi/python/pitivi|$(pkgpythondir)|g' {} \;

%build
./configure --prefix=%{_prefix} --libdir=%{pitividir}
%make

%install
%makeinstall_std
%find_lang %{name} --with-gnome

%check
#gw it currently needs an installed pitivi
#https://bugzilla.gnome.org/show_bug.cgi?id=594985
#xfvb-run make check



%changelog
* Wed Jul 16 2014 dsilakov <denis.silakov@rosalab.ru> 0.93-1
+ Revision: 22206ed
- Merge pull request #1 from import/pitivi:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18508 |14mr|pixman-0.32.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define apiver 1
%define major 0
%define libname %mklibname %{name} %{apiver} %{major}
%define devname %mklibname %{name} -d

Summary:	A pixel manipulation library
Name:		pixman
Version:	0.32.6
Release:	1
License:	MIT
Group:		System/Libraries
Url:		http://gitweb.freedesktop.org/?p=pixman.git
Source0:	http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2

%track
prog %{name} = {
	url = http://cairographics.org/releases/
	version = %{version}
	regex = pixman-(__VER__)\.tar\.gz
}

%description
Pixel manipulation Library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Pixel manipulation library
Group:		System/Libraries

%description -n %{libname}
A library for manipulating pixel regions -- a set of Y-X banded
rectangles, image compositing using the Porter/Duff model
and implicit mask generation for geometric primitives including
trapezoids, triangles, and rectangles.

%files -n %{libname}
%{_libdir}/libpixman-%{apiver}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and include files for developing with libpixman
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}pixman-1-devel < 0.22.0

%description -n %{devname}
This package provides the necessary development libraries and include
files to allow you to develop with pixman.

%files -n %{devname}
%doc README AUTHORS
%{_libdir}/libpixman-%{apiver}.so
%dir %{_includedir}/pixman-1
%{_includedir}/pixman-1/*.h
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog
* Sun Jul 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.32.6-1
+ Revision: 6cff10a
- New version 0.32.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18509 |14mr|pkcs11-helper-1.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1

Name: pkcs11-helper
Version: 1.10
Release: 2
Summary: A library that simplifies the interaction with PKCS#11
License: GPL
Group: System/Libraries
URL: http://www.opensc-project.org
Source0: http://www.opensc-project.org/files/pkcs11-helper/%{name}-%{version}.tar.bz2
BuildRequires: pkgconfig
BuildRequires: openssl-devel

%description
pkcs11-helper is a library that simplifies the interaction with PKCS#11
providers for end-user applications.

#-------------------------------------------------------------

%define libname %mklibname pcks11-helper %{major}

%package -n %{libname}
Summary: Dynamic libraries from %name
Group: System/Libraries

%description -n %{libname}
Dynamic libraries from %name.

%files -n %{libname}
%{_docdir}/pkcs11-helper
%{_libdir}/*.so.%{major}*

#-------------------------------------------------------------

%define develname %mklibname -d %{name}

%package -n %{develname}
Summary: Header files and static libraries from %name
Group: Development/C
Requires: %{libname} = %{version}
Provides: pkcs11-helper-devel
Provides: libpkcs11-helper-devel = %version

%description -n %{develname}
Libraries and includes files for developing programs based on %name.

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man8/*
%{_datadir}/aclocal/*

#-------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
    --disable-debug \
    --disable-static

%make
										
%install
%makeinstall_std



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10-2
+ Revision: 4e877c2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18510 |14mr|pkgconfig-0.28-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname pkg-config
%bcond_with crosscompile

Summary:	Pkgconfig helps make building packages easier
Name:		pkgconfig
Version:	0.28
Release:	7
License:	GPLv2+
Group:		Development/Tools
Url:		http://pkg-config.freedesktop.org/
Source0:	http://pkgconfig.freedesktop.org/releases/%{pkgname}-%{version}.tar.gz
Source1:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(popt)
# (fhimpe) Otherwise packages with pc files having
# Requires: pkg-config > X are not installable
Provides:	pkgconfig(pkg-config) = %{version}

%description
pkgconfig is a program which helps you gather information to make life easier
when you are compiling a program for those programs which support it.

In fact, it's required to build certain packages.

%files
%doc AUTHORS INSTALL README ChangeLog pkg-config-guide.html
%{_bindir}/pkg-config
%{_bindir}/*-*-*-pkg-config
%dir %{_libdir}/pkgconfig
%{_datadir}/pkgconfig
%if "%{_lib}" != "lib"
%{_prefix}/lib/pkgconfig
%{_libdir}/pkgconfig/32
%endif
%{_datadir}/aclocal/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{pkgname}-%{version}

%build
%if %{with crosscompile}
export glib_cv_stack_grows=no
export glib_cv_uscore=yes
export ac_cv_func_posix_getpwuid_r=yes
export ac_cv_func_posix_getgrgid_r=yes
%configure2_5x \
	--with-internal-glib \
	--with-installed-popt
%make

%else
%configure2_5x \
	--with-installed-glib \
	--with-installed-popt
%make
%endif

%install
%makeinstall_std

rm -fr %{buildroot}%{_datadir}/doc

mkdir -p %{buildroot}%{_libdir}/pkgconfig
%if "%{_lib}" != "lib"
mkdir -p %{buildroot}%{_prefix}/lib/pkgconfig
ln -s ../../lib/pkgconfig %{buildroot}%{_libdir}/pkgconfig/32
%endif

mkdir -p %{buildroot}%{_datadir}/pkgconfig

%check
%make check


%changelog
* Thu Jul 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.28-7
+ Revision: 07d9671
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18511 |14mr|planner-0.14.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	1
%define major	0
%define libname	%mklibname %{name} %{api} %{major}
%define devname	%mklibname %{name} -d

%define build_gda 1

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	Project management application for GNOME
Name: 		planner
Version:	0.14.6
Release:	2
License: 	GPLv2+
Group: 		Office
Url:		http://live.gnome.org/Planner
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	rarian
BuildRequires:	pkgconfig(glib-2.0) >= 2.6.0
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.14.0
BuildRequires:	pkgconfig(libgnomecanvas-2.0) >= 2.10.0
BuildRequires:	pkgconfig(libgnomeui-2.0) >= 2.10.0
BuildRequires:	pkgconfig(libglade-2.0) >= 2.3.0
BuildRequires:	pkgconfig(gconf-2.0) >= 2.10.0
BuildRequires:	pkgconfig(python-2.7)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(libgsf-1)

%if %{build_gda}
BuildRequires:	pkgconfig(libgda-3.0) >= 1.0
%endif

# added 12/2011
Obsoletes:	%{name}-database < 0.14.6

%description
Planner is a project management application for GNOME.

It was formely known as MrProject.

%package python
Summary:	Python binding for Planner library
Group:		Development/GNOME and GTK+

%description python
Python binding for Planner library.

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n	%{libname}
A support library for accessing Planner data.

%package -n %{devname}
Summary:	The files needed for Planner application development
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-1-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package contains the necessary include files
for developing applications that access Planner data.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-python \
	--enable-python-plugin \
	--disable-eds \
	--disable-eds-backend \
%if %{build_gda}
	--with-database \
%endif
	--disable-update-mimedb \
	--disable-schemas-install

# FIXME: pygtk-codegen-2.0 creates code, which breaks strict aliasing
sed -i 's/^CFLAGS =/& -fno-strict-aliasing/' python/Makefile.in

%make

%install
%makeinstall_std

sed -i -e 's/^\(Icon=.*\).png$/\1/g' %{buildroot}%{_datadir}/applications/planner.desktop 

#duplicate comments to GenericName for KDE (Mdv bug #33406)
sed -i -e 's/^Comment\(.*\)$/GenericName\1\nComment\1/g' %{buildroot}%{_datadir}/applications/planner.desktop 

desktop-file-install --vendor="" \
	--add-category="GTK" \
	--add-category="GNOME" \
	--dir %{buildroot}%{_datadir}/applications \
		%{buildroot}%{_datadir}/applications/*


%find_lang %{name} --with-gnome

# remove unpackaged files
rm -rf %{buildroot}%{_datadir}/doc/planner \
	%{buildroot}%{_datadir}/mime/{globs,XMLnamespaces,application,magic,aliases,subclasses}

%preun
%preun_uninstall_gconf_schemas %{name}

%files -f %{name}.lang
%doc NEWS README examples/sample-1.planner
%doc docs/sql/README.sql
%{_sysconfdir}/gconf/schemas/planner.schemas
%{_bindir}/%{name}
%{_libdir}/%{name}
%exclude %{_libdir}/%{name}/plugins/libpython-plugin.so
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/gnome-%{name}.png
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-planner.png
%{_mandir}/man1/%{name}.*

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/lib%{name}
%{_libdir}/lib%{name}-%{api}.so
%{_includedir}/%{name}-1.0
%{_libdir}/pkgconfig/lib%{name}-%{api}.pc

%files python
%{py_platsitedir}/*
%{_libdir}/%{name}/plugins/libpython-plugin.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.14.6-2
+ Revision: ede60b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18512 |14mr|plasma-applet-py-cashew-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pname py-cashew

Name:		plasma-applet-py-cashew
Version:	1.1
Release:	4
Summary:	A KDE4 plasmoid that hides the desktop toolbox, also known as the Cashew
Group:		Graphical desktop/KDE
License:	GPLv3+
Url:		http://kde-look.org/content/show.php/Py-Cashew?content=147892
Source0:	%{name}.tar.bz2
BuildRequires:	fdupes
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	zip

Requires:	kdebase4-workspace
Requires:	python-kde4
BuildArch:	noarch

%description
Py-Cashew is a KDE4 plasmoid that hides the desktop toolbox, 
also known as the cashew. Some find the cashew pretty but others
who don't have no way to remove it. The KDE developers made it 
clear that they won't add an option to hide it so this plasmoid 
offers a way out.

%prep
%setup -q

%build
%make

%install
mkdir -p %{buildroot}%{_kde_appsdir}/plasma/plasmoids/%{pname}
cp -r contents py-cashew.png metadata.desktop %{buildroot}%{_kde_appsdir}/plasma/plasmoids/%{pname}/

mkdir -p %{buildroot}%{_kde_services}
cp metadata.desktop %{buildroot}%{_kde_services}/plasma-applet-%{pname}.desktop

%files
%doc COPYING README
%{_kde_appsdir}/plasma/plasmoids/%{pname}/*
%{_kde_services}/plasma-applet-%{pname}.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-4
+ Revision: bfbd6a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18513 |14mr|plasma-applet-stackfolder-2.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define doc_version 1.1

Name: plasma-applet-stackfolder
Summary: Browse the stack of folders
Version: 2.4
Release: 8
Epoch: 1
Group: Graphical desktop/KDE
License: GPL
URL: http://www.rosalab.ru
Source0: %name-%version.tar.gz
Source1: %name-doc-%{doc_version}.tar.gz
#Source1: %name-%version-docs.tar.gz
BuildRequires: kdelibs4-devel
BuildRequires: kdebase4-devel

%description
Browse the stack of folders

%files
%_kde_libdir/kde4/plasma_applet_stackfolder.so
%_kde_datadir/kde4/services/plasma-applet-stackfolder.desktop
%_kde_datadir/apps/plasma/packages/org.kde.stackfolder/contents/ui/main.qml
%_kde_datadir/apps/plasma/packages/org.kde.stackfolder/contents/ui/Button.qml
%_kde_datadir/apps/plasma/packages/org.kde.stackfolder/contents/ui/Delegate.qml
%_kde_datadir/apps/plasma/packages/org.kde.stackfolder/contents/ui/ScrollBar.qml
%doc welcome-en.pdf welcome-ru.pdf

%prep
%setup -q

tar xvf %{SOURCE1}

%build
%cmake_kde4

%make

%install
%makeinstall_std -C build



%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18514 |14mr|plasma-applet-yawp-0.4.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma applet that allow to see the weather
Name:		plasma-applet-yawp
Version:	0.4.5
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde-look.org/content/show.php?content=94106
Source0:	http://downloads.sourceforge.net/project/yawp/yawp/%{version}/yawp-%{version}.tar.bz2
Source1:	ru_%{version}.po
Patch0:		yawp-0.4.5-rus.patch
BuildRequires:	kdebase4-workspace-devel
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description
Yet Another Weather Plasmoid
Plasma applet that allow to see the weather.

%files -f plasma_applet_yawp.lang
%doc CHANGELOG COPYRIGHT LICENSE-BSD LICENSE-GPL2 LICENSE-LGPL-2 README TODO
%{_kde_libdir}/kde4/*.so
%{_kde_appsdir}/desktoptheme/default/widgets/*.svg
%{_kde_services}/*.desktop


#--------------------------------------------------------------------

%prep
%setup -q -n yawp-%{version}
%patch0 -p1

cp %{SOURCE1} po/ru.po

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang plasma_applet_yawp


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.5-3
+ Revision: 3c3bb82
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18515 |14mr|plasma-desktoptheme-rosa-1.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: 		plasma-desktoptheme-rosa
Version:	1.2.5
Release:	3
Summary: 	Plasma Desktop theme from ROSA
Group: 		Graphical desktop/KDE
License:        GPLv2
URL:            http://rosalinux.com
BuildRequires:  kde4-macros
Requires:       kdebase4-workspace
BuildArch:	noarch
Source:		%{name}-%{version}.tar.bz2

%description
Original theme for the Plasma Desktop from ROSA.
This theme is used by default in ROSA Desktop since 2011.

%files
%{_kde_appsdir}/desktoptheme/ROSA

%prep
%setup -q -n ROSA

%install
mkdir -p %{buildroot}/%{_kde_appsdir}/desktoptheme/ROSA
mv * %{buildroot}/%{_kde_appsdir}/desktoptheme/ROSA

# Removing KDE Cache. This is not very good idea to use 'rm', 
# I know, but it seems we have no more accurate methods for this.
# Why also %postun script? Because it will work for update 
# and uninstall operations.

%post
rm -rf /var/tmp/kdecache-*/plasma_theme_ROSA.kcache

%postun
rm -rf /var/tmp/kdecache-*/plasma_theme_ROSA.kcache

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.5-3
+ Revision: 989b5ec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18516 |14mr|plasma-nm-0.9.3.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma applet written in QML for managing network connections
Name:		plasma-nm
Version:	0.9.3.4
Release:	5
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/network/%{name}
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{name}-%{version}.tar.xz
Source1:	ru.tar.gz
Patch0:		plasma-nm-0.9.3.4-i18n-ru.patch
Patch1:		plasma-nm-0.9.3.4-QHeaderView-ResizeMode.patch
BuildRequires:	mobile-broadband-provider-info
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(ModemManagerQt)
BuildRequires:	pkgconfig(NetworkManagerQt)
BuildRequires:	pkgconfig(NetworkManager) >= 0.9.8
BuildRequires:	pkgconfig(openconnect) >= 3.99
Requires:	mobile-broadband-provider-info
Requires:	modemmanager
Requires:	networkmanager
Conflicts:	plasma-applet-networkmanagement
Conflicts:	knetworkmanager-common

%description
Plasma applet and editor for managing your network connections in KDE4 using
the default NetworkManager service.

%files -f %{name}.lang
%{_kde_bindir}/kde-nm-connection-editor
%{_kde_libdir}/kde4/imports/org/kde/networkmanagement/
%{_kde_libdir}/kde4/kded_networkmanagement.so
%{_kde_libdir}/kde4/networkmanagement_notifications.so
%{_kde_libdir}/kde4/plasmanetworkmanagement_l2tpui.so
%{_kde_libdir}/kde4/plasmanetworkmanagement_openconnectui.so
%{_kde_libdir}/kde4/plasmanetworkmanagement_openswanui.so
%{_kde_libdir}/kde4/plasmanetworkmanagement_openvpnui.so
%{_kde_libdir}/kde4/plasmanetworkmanagement_pptpui.so
%{_kde_libdir}/kde4/plasmanetworkmanagement_strongswanui.so
%{_kde_libdir}/kde4/plasmanetworkmanagement_vpncui.so
%{_kde_libdir}/kde4/plugins/designer/plasmanetworkmanagementwidgets.so
%{_kde_libdir}/libplasmanetworkmanagement-editor.so
%{_kde_libdir}/libplasmanetworkmanagement-internal.so
%{_kde_applicationsdir}/kde-nm-connection-editor.desktop
%{_kde_appsdir}/plasma/plasmoids/org.kde.networkmanagement
%{_kde_appsdir}/desktoptheme/default/icons/plasma-networkmanagement2.svgz
%{_kde_appsdir}/kde-nm-connection-editor
%{_kde_appsdir}/networkmanagement
%{_kde_iconsdir}/oxygen/*/devices/network-defaultroute.png
%{_kde_services}/kded/networkmanagement.desktop
%{_kde_services}/plasma-applet-networkmanagement.desktop
%{_kde_services}/networkmanagement_notifications.desktop
%{_kde_services}/plasmanetworkmanagement_l2tpui.desktop
%{_kde_services}/plasmanetworkmanagement_openconnectui.desktop
%{_kde_services}/plasmanetworkmanagement_openswanui.desktop
%{_kde_services}/plasmanetworkmanagement_openvpnui.desktop
%{_kde_services}/plasmanetworkmanagement_pptpui.desktop
%{_kde_services}/plasmanetworkmanagement_strongswanui.desktop
%{_kde_services}/plasmanetworkmanagement_vpncui.desktop
%{_kde_servicetypes}/plasma-networkmanagement-vpnuiplugin.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang kde-nm-connection-editor \
	plasma_applet_org.kde.networkmanagement \
	libplasmanetworkmanagement-editor \
	plasmanetworkmanagement-kded \
	plasmanetworkmanagement_l2tpui \
	plasmanetworkmanagement_openconnectui \
	plasmanetworkmanagement_openswanui \
	plasmanetworkmanagement_openvpnui \
	plasmanetworkmanagement_pptpui \
	plasmanetworkmanagement_strongswanui \
	plasmanetworkmanagement_vpncui \
	%{name}.lang

%changelog
* Mon Sep 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3.4-5
+ Revision: 9eddd3f
- Fix typos in russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18517 |14mr|plasmate-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Plasma Add-On Creator
Name:		plasmate
Version:	1.0
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/extragear/sdk/plasmate
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/src/%{name}-%{version}.tar.gz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	git-core
Requires:	git-core
Conflicts:	kdebase4-workspace < 2:4.9.90

%description
A small IDE taylored for development of Plasma components, such as Widgets,
Runners, Dataengines.

%files
%{_kde_bindir}/kwin-windowswitcherpreviewer
%{_kde_bindir}/plasma-remote-widgets-browser
%{_kde_bindir}/plasmaengineexplorer
%{_kde_bindir}/plasmakconfigxteditor
%{_kde_bindir}/plasmaremoteinstaller
%{_kde_bindir}/plasmate
%{_kde_bindir}/plasmawallpaperviewer
%{_kde_bindir}/plasmoidviewer
%{_kde_libdir}/kde4/plasma_containment_studiopreviewer.so
%{_kde_applicationsdir}/plasmate.desktop
%{_kde_appsdir}/%{name}
%{_kde_configdir}/plasmate.knsrc
%{_kde_services}/plasma-containment-studiopreviewer.desktop
%{_kde_mandir}/man1/plasmaengineexplorer.1.*
%{_kde_mandir}/man1/plasmoidviewer.1.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build
rm -f %{buildroot}/%{_kde_iconsdir}/hicolor/*/apps/plasmagik.png


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 5b9abdc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18518 |14mr|plasma-wallpaper-timeoftheday-0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: plasma-wallpaper-timeoftheday
Summary: A Plasma Wallpaper that changes wallpaper based on day hour
Version: 0.1
Release: 9
Source0: plasma-wallpaper-timeoftheday-%{version}.tar.bz2
Patch0:  plasma-wallpaper-timeoftheday-0.1-add-translation.patch
Patch1:  plasma-wallpaper-timeoftheday-0.1-remove-debug.patch
Patch2:  plasma-wallpaper-timeoftheday-0.1-less-transitions.patch
Group: Graphical desktop/KDE
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License: GPL
BuildRequires: qt4-devel
BuildRequires: kde4-macros
BuildRequires: kdelibs4-devel
BuildRequires: kdebase4-workspace-devel
BuildRequires: cmake

%description
A Plasma Wallpaper that changes wallpaper based on day hour

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
%cmake_kde4
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std -C build


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%_kde_libdir/kde4/plasma_wallpaper_timeoftheday.so
%_kde_services/plasma-wallpaper-timeoftheday.desktop



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-9
+ Revision: 2f7f972
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18519 |14mr|plasma-widget-menubar-0.1.18-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		plasma-widget-menubar
Summary:	A Plasma widget to display menubar of application windows
Version:	0.1.18
Release:	4
License:	GPLv2
Group:		Graphical desktop/KDE
URL:		https://launchpad.net/plasma-widget-menubar
Source0:	%{name}-%{version}.tar.bz2
Source1:	plasma-applet-menubar.desktop
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(dbusmenu-qt)
BuildRequires:	pkgconfig(QJson)

%description
A Plasma widget to display menubar of application windows.

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build
cp -f %{SOURCE1} %{buildroot}%{_kde_services}/plasma-applet-menubar.desktop

%files
%{_kde_libdir}/kde4/plasma_applet_menubar.so
%{_kde_services}/plasma-applet-menubar.desktop

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.18-4
+ Revision: 9a20d7d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18520 |14mr|playmidi-2.5-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A MIDI sound file player
Name:		playmidi
Version:	2.5
Release:	16
Source0:	%{name}-%{version}.tar.bz2
URL:		http://sourceforge.net/projects/playmidi/
License:	GPLv2+
Group:		Sound
Patch0:		%{name}-2.3-hertz.patch
Patch1:		%{name}-2.3-awe2.patch
Patch2:		playmidi-2.4-lib64.patch
Patch3:		%{name}-2.4-midimap.patch
Patch4:		playmidi-2.4-CAN-2005-0020.patch
Patch5:		%{name}-2.5-fix-str-fmt.patch
Patch6:		%{name}-2.5-fix-overlinking.patch
BuildRequires:	ncurses-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xt)

%package X11
Summary:	An X Window System based MIDI sound file player
Requires:	%{name} = %{version}
Group:		Sound

%description
Playmidi plays MIDI (Musicial Instrument Digital Interface) sound
files through a sound card synthesizer.  This package includes basic
drum samples for use with simple FM synthesizers.

Install playmidi if you want to play MIDI files using your computer's
sound card.

%description X11
Playmidi-X11 provides an X Window System interface for playing MIDI
(Musical Instrument Digital Interface) sound files through a sound
card synthesizer.  This package includes basic drum samples for use
with simple FM synthesizers.

Install playmidi-X11 if you want to use an X interface to play MIDI
sound files using your computer's sound card.

%prep
%setup -q -n %{name}-2.4
%patch0 -p1 -b .consthertz
%patch1 -p1 -b .awe2
%patch2 -p1 -b .lib64
%patch3 -p1 -b .midimap
%patch4 -p1 -b .can-2005-0020
%patch5 -p1 -b .strfmt
%patch6 -p1 -b .overlinking

%build
./Configure << EOF
2
EOF

PATH=.:$PATH

%{__make} CFLAGS="%optflags" LDFLAGS="%ldflags" LIB="%{_lib}" %{name}
%{__make} CFLAGS="%optflags" LDFLAGS="%ldflags" LIB="%{_lib}" x%{name}

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/app-defaults/XPlaymidi
install -d %{buildroot}%{_mandir}/man1

install -m0755 %{name} %{buildroot}%{_bindir}/%{name}
install -m0755 x%{name} %{buildroot}%{_bindir}/x%{name}
install -m0644 XPlaymidi.ad %{buildroot}%{_datadir}/app-defaults/XPlaymidi
install -m0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

install -d %{buildroot}%{_sysconfdir}/midi
for n in std.o3 drums.o3 std.sb drums.sb; do
    install -m 644 $n -D %{buildroot}%{_sysconfdir}/midi/$n
done

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc QuickStart COPYING BUGS
%{_bindir}/%{name}
%dir %{_sysconfdir}/midi
%config(noreplace) %{_sysconfdir}/midi/std.o3
%config(noreplace) %{_sysconfdir}/midi/std.sb
%config(noreplace) %{_sysconfdir}/midi/drums.o3
%config(noreplace) %{_sysconfdir}/midi/drums.sb
%{_mandir}/man1/%{name}.1*

%files X11
%defattr(-,root,root)
%doc QuickStart COPYING BUGS
%{_bindir}/x%{name}
%{_datadir}/app-defaults/XPlaymidi



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5-16
+ Revision: f7aefec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18521 |14mr|plexus-ant-factory-1.0-0.1.a1.2jpp.2.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define _with_gcj_support 1
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:
  %{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:
  %{_gcj_support}}%{!?_gcj_support:0}}}

%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}

%define without_maven 1
%define with_maven 0

%define parent plexus
%define subname ant-factory

Name:           %{parent}-%{subname}
Version:        1.0
Release:        0.1.a1.2jpp.2.7
Epoch:          0
Summary:        Plexus Ant component factory
License:        MIT-Style
Group:          Development/Java
URL:            http://plexus.codehaus.org/
Source0:        %{name}-src.tar.gz
# svn export svn://svn.plexus.codehaus.org/plexus/tags/
#            plexus-ant-factory-1.0-alpha-1 plexus-ant-factory/
# tar czf plexus-ant-factory-src.tar.gz plexus-ant-factory/
Source1:        %{name}-jpp-depmap.xml
Source2:        %{name}-build.xml

%if ! %{gcj_support}
BuildArch:      noarch
%endif

BuildRequires:  java-rpmbuild >= 0:1.7.2
%if %{with_maven}
BuildRequires:    maven2 >= 2.0.4-9
BuildRequires:    maven2-plugin-compiler
BuildRequires:    maven2-plugin-install
BuildRequires:    maven2-plugin-jar
BuildRequires:    maven2-plugin-javadoc
BuildRequires:    maven2-plugin-release
BuildRequires:    maven2-plugin-resources
BuildRequires:    maven2-plugin-surefire
BuildRequires:    maven2-common-poms >= 1.0-2
%endif
BuildRequires:    ant
BuildRequires:    classworlds
BuildRequires:    plexus-container-default
BuildRequires:    plexus-utils

Requires:    ant
Requires:    classworlds
Requires:    plexus-container-default
Requires:    plexus-utils

Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%if %{gcj_support}
BuildRequires:       java-gcj-compat-devel
%endif

%description
Ant component class creator for Plexus.

%if %{with_maven}
%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.
%endif

%prep
%setup -q -n %{name}

%if %{without_maven}
    cp -p %{SOURCE2} build.xml
%endif


%build
%if %{with_maven}
    export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
    mkdir -p $MAVEN_REPO_LOCAL

    mvn-jpp \
        -e \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        install javadoc:javadoc

%else

    mkdir lib
    build-jar-repository \
                             -s -p \
                            lib ant ant-launcher \
                            classworlds \
                            plexus/container-default \
                            plexus/utils
    %{ant} -Dmaven.mode.offline=true

%endif

%install
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/plexus
install -pm 644 target/*.jar \
      $RPM_BUILD_ROOT%{_javadir}/%{parent}/%{subname}-%{version}.jar
%add_to_maven_depmap org.codehaus.plexus %{name} 1.0-alpha-1 JPP/%{parent} %{subname}

(cd $RPM_BUILD_ROOT%{_javadir}/%{parent} && for jar in *-%{version}*; \
  do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 pom.xml \
          $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{parent}-%{subname}.pom

# javadoc
%if %{with_maven}
    install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}

    cp -pr target/site/apidocs/* \
        $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/

    ln -s %{name}-%{version} \
                $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
%endif

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%post
%if %{gcj_support}
if [ -x %{_bindir}/rebuild-gcj-db ]
then
  %{_bindir}/rebuild-gcj-db
fi
%endif
%update_maven_depmap

%postun
%if %{gcj_support}
if [ -x %{_bindir}/rebuild-gcj-db ]
then
  %{_bindir}/rebuild-gcj-db
fi
%endif
%update_maven_depmap

%files
%{_javadir}/plexus
%{_datadir}/maven2
%config(noreplace) %{_mavendepmapfragdir}/*

%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/ant-factory-1.0.jar.*
%endif

%if %{with_maven}
%files javadoc
%doc %{_javadocdir}/*
%endif



%changelog
* Fri Aug 31 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0:1.0-0.1.a1.2jpp.2.7
+ Revision: 829a7e8
- LOG Fix files section



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18522 |14mr|plexus-archiver-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           plexus-archiver
Version:        1.1
Release:        5
Summary:        Plexus Archiver Component
License:        MIT and ASL 2.0
Group:          Development/Java
URL:            http://plexus.codehaus.org/plexus-components/plexus-archiver/
Source0:        plexus-archiver-%{version}-src.tar.xz

BuildArch:      noarch
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  classworlds >= 0:1.1
BuildRequires:  plexus-container-default 
BuildRequires:  plexus-utils 
#BuildRequires:  plexus-io
BuildRequires: maven2
BuildRequires: maven-resources-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit
#BuildRequires: maven-shared-reporting-impl
BuildRequires: maven-doxia-sitetools
BuildRequires: plexus-maven-plugin
Requires:       classworlds >= 0:1.1
Requires:       plexus-container-default 
Requires:       plexus-utils 
Requires:       jpackage-utils
#Requires:       plexus-io

%description
The Plexus project seeks to create end-to-end developer tools for 
writing applications. At the core is the container, which can be 
embedded or for a full scale application server. There are many 
reusable components for hibernate, form processing, jndi, i18n, 
velocity, etc. Plexus also includes an application server which 
is like a J2EE application server, without all the baggage.


%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.


%prep
%setup -q 

#remove not compilint tests
rm -fr src/test/java/org/codehaus/plexus/archiver/DuplicateFilesTest.java

%build
mvn -e\
        -Dmaven.test.failure.ignore=true \
        install javadoc:javadoc

%install
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/plexus
install -pm 644 target/%{name}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/plexus/archiver-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir}/plexus && for jar in *-%{version}*; \
                  do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
                  
%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/plexus archiver

# pom
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 pom.xml $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{name}.pom

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} 

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-5
+ Revision: 779fec7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18523 |14mr|plexus-bsh-factory-1.0-0.1.a7s.2.2.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support 0

%define _without_maven 1
%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}

%define parent plexus
%define subname bsh-factory

Name:           %{parent}-%{subname}
Version:        1.0
Release:        0.1.a7s.2.2.9
Epoch:          0
Summary:        Plexus Bsh component factory
License:        MIT-Style
Group:          Development/Java
URL:            http://plexus.codehaus.org/
Source0:        %{name}-src.tar.gz
# svn export svn://svn.plexus.codehaus.org/plexus/tags/plexus-bsh-factory-1.0-alpha-7-SNAPSHOT plexus-bsh-factory/
# tar czf plexus-bsh-factory-src.tar.gz plexus-bsh-factory/
Source1:        %{name}-jpp-depmap.xml
Source2:        %{name}-build.xml

Patch1:         %{name}-encodingfix.patch

%if ! %{gcj_support}
BuildArch:      noarch
%endif

BuildRequires:     java-rpmbuild 
%if %{with_maven}
BuildRequires:     maven2 >= 2.0.4-9
BuildRequires:     maven2-plugin-compiler
BuildRequires:     maven2-plugin-install
BuildRequires:     maven2-plugin-jar
BuildRequires:     maven2-plugin-javadoc
BuildRequires:     maven2-plugin-release
BuildRequires:     maven2-plugin-resources
BuildRequires:     maven2-plugin-surefire
BuildRequires:     maven2-common-poms >= 1.0-2
%else
BuildRequires:     ant
%endif
BuildRequires:     bsh
BuildRequires:     classworlds
BuildRequires:     plexus-container-default
BuildRequires:     plexus-utils

Requires:          bsh
Requires:          classworlds
Requires:          plexus-container-default
Requires:          plexus-utils

Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%if %{gcj_support}
BuildRequires:     java-gcj-compat-devel
%endif

%description
Bsh component class creator for Plexus.

%if %{with_maven}
%package javadoc
Summary:        Javadoc for %{name}
Group:          Documentation

%description javadoc
Javadoc for %{name}.
%endif

%prep
%setup -q -n %{name}

%patch1 -b .sav

%if %{without_maven}
    cp -p %{SOURCE2} build.xml
%endif


%build

%if %{with_maven}
    export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
    mkdir -p $MAVEN_REPO_LOCAL

    mvn-jpp \
        -e \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        install javadoc:javadoc

%else

    mkdir lib
    build-jar-repository \
                             -s -p \
                             lib bsh classworlds \
                             plexus/container-default \
                             plexus/utils
    %{ant} -Dmaven.mode.offline=true

%endif

%install
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/plexus
install -pm 644 target/*.jar \
      $RPM_BUILD_ROOT%{_javadir}/%{parent}/%{subname}-%{version}.jar
%add_to_maven_depmap org.codehaus.plexus %{name} 1.0-alpha-7 JPP/%{parent} %{subname}

(cd $RPM_BUILD_ROOT%{_javadir}/%{parent} && for jar in *-%{version}*; \
  do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 \
  pom.xml $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{parent}-%{subname}.pom

# javadoc
%if %{with_maven}
    install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}

    cp -pr target/site/apidocs/* \
        $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/

    ln -s %{name}-%{version} \
                $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
%endif

%{gcj_compile}

%post
%if %{gcj_support}
%{update_gcjdb}
%endif
%update_maven_depmap

%postun
%if %{gcj_support}
%{clean_gcjdb}
%endif
%update_maven_depmap

%files
%{_javadir}/plexus
%{_datadir}/maven2
%config(noreplace) %{_mavendepmapfragdir}/*
%{gcj_files}

%if %{with_maven}
%files javadoc
%doc %{_javadocdir}/*
%endif



%changelog
* Fri Aug 31 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0:1.0-0.1.a7s.2.2.9
+ Revision: b8b73a4
- LOG Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18524 |14mr|plexus-container-default-1.0-0.1.a8.3.0.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

# If you don't want to build with maven, and use straight ant instead,
# give rpmbuild option '--without maven'

%define with_maven 0

%define gcj_support 1

%define parent plexus
%define subname container-default

Name:           plexus-container-default
Version:        1.0
Release:        %mkrel 0.1.a8.3.0.2
Epoch:          0
Summary:        Default Plexus Container
License:        Apache License
Group:          Development/Java
URL:            http://plexus.codehaus.org/
Source0:        plexus-container-default-1.0-alpha-8-src.tar.gz
# svn export svn://svn.plexus.codehaus.org/plexus/scm/tags/plexus-container-default-1.0-alpha-8/
Source1:        plexus-container-default-1.0-build.xml
Source2:        plexus-container-default-1.0-project.xml
Source3:        plexus-container-default-settings.xml
Source4:        plexus-container-default-1.0-jpp-depmap.xml


BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel
%endif
BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-nodeps
BuildRequires:  junit
%if %{with_maven}
BuildRequires:  maven2 >= 2.0.4
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-javadoc
BuildRequires:  maven2-plugin-resources
BuildRequires:  maven2-plugin-surefire
BuildRequires:  maven2-plugin-release
%endif
BuildRequires:  classworlds >= 0:1.1
BuildRequires:  plexus-utils 
Requires:  classworlds >= 0:1.1
Requires:  plexus-utils 

%description
The Plexus project seeks to create end-to-end developer tools for 
writing applications. At the core is the container, which can be 
embedded or for a full scale application server. There are many 
reusable components for hibernate, form processing, jndi, i18n, 
velocity, etc. Plexus also includes an application server which 
is like a J2EE application server, without all the baggage.


%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.


%prep
%setup -q -n plexus-container-default-1.0-alpha-8
for j in $(find . -name "*.jar"); do
        mv $j $j.no
done
cp %{SOURCE1} build.xml
cp %{SOURCE2} project.xml
cp %{SOURCE3} settings.xml

%build
sed -i -e "s|<url>__JPP_URL_PLACEHOLDER__</url>|<url>file://`pwd`/.m2/repository</url>|g" settings.xml
sed -i -e "s|<url>__JAVADIR_PLACEHOLDER__</url>|<url>file://`pwd`/external_repo</url>|g" settings.xml
sed -i -e "s|<url>__MAVENREPO_DIR_PLACEHOLDER__</url>|<url>file://`pwd`/.m2/repository</url>|g" settings.xml
sed -i -e "s|<url>__MAVENDIR_PLUGIN_PLACEHOLDER__</url>|<url>file:///usr/share/maven2/plugins</url>|g" settings.xml
sed -i -e "s|<url>__ECLIPSEDIR_PLUGIN_PLACEHOLDER__</url>|<url>file:///usr/share/eclipse/plugins</url>|g" settings.xml

export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

mkdir external_repo
ln -s %{_javadir} external_repo/JPP

%if %{with_maven}
    mvn-jpp \
        -e \
        -s $(pwd)/settings.xml \
        -Dmaven2.jpp.depmap.file=%{SOURCE4} \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        -Dmaven.test.skip=true \
        install javadoc:javadoc

%else
mkdir -p target/lib
build-jar-repository -s -p target/lib \
classworlds \
plexus/utils \
junit

%{ant} jar javadoc
%endif


%install
rm -rf $RPM_BUILD_ROOT
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/plexus
install -pm 644 target/%{name}-%{version}-alpha-8.jar \
  $RPM_BUILD_ROOT%{_javadir}/plexus/container-default-%{version}.jar
%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/%{parent} %{subname}
(cd $RPM_BUILD_ROOT%{_javadir}/plexus && \
 for jar in *-%{version}*; do \
     ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; \
 done \
)

# poms
%if %{with_maven}
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{parent}-%{subname}.pom
%endif

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_javadir}/*
%if %{with_maven}
%{_datadir}/maven2/poms/*
%endif
%{_mavendepmapfragdir}
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/*



%changelog
* Thu Apr 12 2012 Andrew Lukoshko <andrew.lukoshko@rosalab.ru> 0:1.0-0.1.a8.3.0.2
+ Revision: 042f6b4
- force with_maven 0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18525 |14mr|plexus-digest-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%global parent plexus
%global subname digest

Name:           plexus-digest
Version:        1.1
Release:        7
Summary:        Plexus Digest / Hashcode Components
License:        ASL 2.0
Group:          Development/Java
URL:            http://plexus.codehaus.org/plexus-components/plexus-digest/
Source0:        %{name}-%{version}-src.tar.gz
# svn export http://svn.codehaus.org/plexus/plexus-components/tags/plexus-digest-1.1/ plexus-digest/
# tar czf plexus-digest-1.1-src.tar.gz plexus-digest/

BuildArch:      noarch

BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  ant >= 0:1.6
BuildRequires:  maven2 >= 2.0.4-9
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-surefire-maven-plugin
BuildRequires:  maven-surefire-provider-junit 
#BuildRequires:  maven2-common-poms >= 1.0
BuildRequires:  maven-doxia
#BuildRequires:  maven-doxia-sitetools
BuildRequires:  qdox >= 1.5

#BuildRequires:  plexus-maven-plugin
#BuildRequires:  plexus-cdc

Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
The Plexus project seeks to create end-to-end developer tools for
writing applications. At the core is the container, which can be
embedded or for a full scale application server. There are many
reusable components for hibernate, form processing, jndi, i18n,
velocity, etc. Plexus also includes an application server which
is like a J2EE application server, without all the baggage.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}

%build
mvn install javadoc:javadoc

%install
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/plexus
install -pm 644 target/*.jar \
        $RPM_BUILD_ROOT%{_javadir}/%{parent}/%{subname}.jar
%add_to_maven_depmap org.codehaus.plexus %{name} 1.0 JPP/%{parent} %{subname}

# pom
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 pom.xml \
 $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{parent}-%{subname}.pom

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}

cp -pr target/site/apidocs/* \
       $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/

ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/plexus/*
%{_mavenpomdir}
%{_mavendepmapfragdir}

%files javadoc
%doc %{_javadocdir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-7
+ Revision: cedcf81
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18526 |14mr|plexus-i18n-1.0-0.b6.5.0.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support 1

# If you don't want to build with maven, and use straight ant instead,
# give rpmbuild option '--without maven'

%define with_maven 0

%define section     free
%define parent plexus
%define subname i18n

Name:           plexus-i18n
Version:        1.0
Release:        %mkrel 0.b6.5.0.1
Epoch:          0
Summary:        Plexus I18N Component
License:        Apache Software License
Group:          Development/Java
URL:            http://plexus.codehaus.org/
Source0:        plexus-i18n-1.0-beta-6-src.tar.gz
# svn export svn://svn.plexus.codehaus.org/plexus/tags/plexus-i18n-1.0-beta-6
# tar czf plexus-i18n.tar.gz plexus-i18n-1.0-beta-6/
Source1:        plexus-i18n-1.0-build.xml
Source2:        plexus-i18n-1.0-project.xml
Source3:        plexus-i18n-settings.xml
Source4:        plexus-i18n-1.0-jpp-depmap.xml

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%if ! %{gcj_support}
BuildArch:      noarch
%endif
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
%if %{with_maven}
BuildRequires:  maven2 >= 2.0.4-10jpp
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-javadoc
BuildRequires:  maven2-plugin-resources
BuildRequires:  maven2-plugin-surefire
BuildRequires:  maven2-plugin-release
BuildRequires:  plexus-maven-plugin
%endif

BuildRequires:  classworlds >= 0:1.1
BuildRequires:  plexus-container-default 
BuildRequires:  plexus-utils 
Requires:  classworlds >= 0:1.1
Requires:  plexus-container-default 
Requires:  plexus-utils 

%if %{gcj_support}
BuildRequires:                java-gcj-compat-devel
%endif

%description
The Plexus project seeks to create end-to-end developer tools for 
writing applications. At the core is the container, which can be 
embedded or for a full scale application server. There are many 
reusable components for hibernate, form processing, jndi, i18n, 
velocity, etc. Plexus also includes an application server which 
is like a J2EE application server, without all the baggage.


%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.


%prep
%setup -q -n plexus-i18n-1.0-beta-6
%remove_java_binaries
cp %{SOURCE1} build.xml
cp %{SOURCE2} project.xml
cp %{SOURCE3} settings.xml


%build
%if %{with_maven}
sed -i -e "s|<url>__JPP_URL_PLACEHOLDER__</url>|<url>file://`pwd`/.m2/repository</url>|g" settings.xml
sed -i -e "s|<url>__JAVADIR_PLACEHOLDER__</url>|<url>file://`pwd`/external_repo</url>|g" settings.xml
sed -i -e "s|<url>__MAVENREPO_DIR_PLACEHOLDER__</url>|<url>file://`pwd`/.m2/repository</url>|g" settings.xml
sed -i -e "s|<url>__MAVENDIR_PLUGIN_PLACEHOLDER__</url>|<url>file:///usr/share/maven2/plugins</url>|g" settings.xml
sed -i -e "s|<url>__ECLIPSEDIR_PLUGIN_PLACEHOLDER__</url>|<url>file:///usr/share/eclipse/plugins</url>|g" settings.xml

export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

mkdir external_repo
ln -s %{_javadir} external_repo/JPP

mvn-jpp \
        -e \
        -s $(pwd)/settings.xml \
        -Dmaven2.jpp.mode=true \
        -Dmaven2.jpp.depmap.file=%{SOURCE4} \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        install javadoc:javadoc

%else

mkdir -p target/lib
build-jar-repository -s -p target/lib \
classworlds \
plexus/container-default \
plexus/utils \

%{ant} jar javadoc

%endif



%install
rm -rf $RPM_BUILD_ROOT
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/plexus
install -pm 644 target/%{name}-%{version}-beta-6.jar \
  $RPM_BUILD_ROOT%{_javadir}/plexus/i18n-%{version}.jar
%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/%{parent} %{subname}

(cd $RPM_BUILD_ROOT%{_javadir}/plexus && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# poms
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{parent}-%{subname}.pom

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} 


%{gcj_compile}

%clean
rm -rf $RPM_BUILD_ROOT


%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(-,root,root,-)
%{_javadir}/*
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}
%{gcj_files}

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/*



%changelog
* Thu Apr 12 2012 Andrew Lukoshko <andrew.lukoshko@rosalab.ru> 0:1.0-0.b6.5.0.1
+ Revision: 2683212
- force with_maven 0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18527 |14mr|plexus-interactivity-1.0-0.1.a5.2.2.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

# We just want to use ant
%define _without_maven 1

# If you don't want to build with maven, and use straight ant instead,
# give rpmbuild option '--without maven'

%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}
%define gcj_support 1

Name:           plexus-interactivity
Version:        1.0
Release:        %mkrel 0.1.a5.2.2.7
Epoch:          0
Summary:        Plexus Interactivity Handler Component
License:        Apache License
Group:          Development/Java
URL:            http://plexus.codehaus.org/
# svn export \
#   svn://svn.plexus.codehaus.org/plexus/tags/plexus-interactivity-1.0-alpha-5/
# tar cjf plexus-interactivity-1.0-alpha-5-src.tar.bz2 \
#   plexus-interactivity-1.0-alpha-5
# md5sum 7b2a814da29fc1118bc5b4e4bc6225eb
Source0:        plexus-interactivity-1.0-alpha-5-src.tar.bz2

Source1:        plexus-interactivity-1.0-api-build.xml
Source2:        plexus-interactivity-1.0-jline-build.xml
%if %{with_maven}
Source3:        plexus-interactivity-1.0-api-project.xml
Source4:        plexus-interactivity-1.0-jline-project.xml
%endif

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel
%endif
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-nodeps 
%if %{with_maven}
BuildRequires:  maven
%endif
BuildRequires:  jline
BuildRequires:  plexus-container-default
BuildRequires:  plexus-utils

Requires:  plexus-container-default
Requires:  plexus-utils
Requires:  jline

%description
The Plexus project seeks to create end-to-end developer tools for
writing applications. At the core is the container, which can be
embedded or for a full scale application server. There are many
reusable components for hibernate, form processing, jndi, i18n,
velocity, etc. Plexus also includes an application server which
is like a J2EE application server, without all the baggage.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n plexus-interactivity-1.0-alpha-5
cp %{SOURCE1} plexus-interactivity-api/build.xml
cp %{SOURCE2} plexus-interactivity-jline/build.xml
%if %{with_maven}
cp %{SOURCE3} plexus-interactivity-api/project.xml
cp %{SOURCE4} plexus-interactivity-jline/project.xml
%endif

%build
%if %{with_maven}
mkdir -p .maven/repository/maven/jars
build-jar-repository .maven/repository/maven/jars \
maven-jelly-tags

mkdir -p .maven/repository/JPP/jars
build-jar-repository -s -p .maven/repository/JPP/jars \
jline plexus/container-default plexus/utils
export MAVEN_HOME_LOCAL=$(pwd)/.maven
%endif

pushd plexus-interactivity-api
%if %{with_maven}
maven \
        -Dmaven.repo.remote=file:/usr/share/maven/repository \
        -Dmaven.home.local=$MAVEN_HOME_LOCAL \
        jar:install javadoc

%else

mkdir -p target/lib
build-jar-repository -s -p target/lib plexus/container-default plexus/utils
%{ant} jar javadoc
%endif
popd

pushd plexus-interactivity-jline
%if %{with_maven}
maven \
        -Dmaven.repo.remote=file:/usr/share/maven/repository \
        -Dmaven.home.local=$MAVEN_HOME_LOCAL \
        jar:install javadoc

%else

mkdir -p target/lib
cp \
  ../plexus-interactivity-api/target/plexus-interactivity-api-1.0-alpha-5.jar \
  target/lib
build-jar-repository -s -p target/lib jline plexus/container-default
ant jar javadoc
%endif
popd

%install
rm -rf $RPM_BUILD_ROOT
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/plexus
install -pm 644 \
  plexus-interactivity-api/target/%{name}-api-%{version}-alpha-5.jar \
  $RPM_BUILD_ROOT%{_javadir}/plexus/interactivity-api-%{version}.jar
install -pm 644 \
  plexus-interactivity-jline/target/%{name}-jline-%{version}-alpha-5.jar \
  $RPM_BUILD_ROOT%{_javadir}/plexus/interactivity-jline-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir}/plexus && \
 for jar in *-%{version}*; do \
     ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; \
 done \
)

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/api
cp -pr plexus-interactivity-api/target/docs/apidocs/* \
  $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/api
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/jline
cp -pr plexus-interactivity-jline/target/docs/apidocs/* \
  $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/jline
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(-,root,root,-)
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/*



%changelog
* Sat Feb 04 2012 root <root@build-client_i586.rosalab.ru> 0:1.0-0.1.a5.2.2.7
+ Revision: 1f29884
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18528 |14mr|plexus-interpolation-1.13-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           plexus-interpolation
Version:        1.13
Release:        8
Summary:        Plexus Interpolation API

Group:          Development/Java
License:        ASL 2.0 and ASL 1.1 and MIT
URL:            http://plexus.codehaus.org/plexus-components/plexus-interpolation
#svn export http://svn.codehaus.org/plexus/plexus-components/tags/plexus-interpolation-1.13/
#tar cjf plexus-interpolation-1.13.tar.bz2 plexus-interpolation-1.13/
Source0:        %{name}-%{version}.tar.bz2

BuildArch: noarch

BuildRequires: java-devel
BuildRequires: junit
BuildRequires: maven2
BuildRequires: maven-resources-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-maven-plugin
BuildRequires: maven-surefire-provider-junit
#BuildRequires: maven-shared-reporting-impl
BuildRequires: maven-doxia-sitetools
BuildRequires: plexus-maven-plugin

%description
Plexus interpolator is the outgrowth of multiple iterations of development
focused on providing a more modular, flexible interpolation framework for 
the expression language style commonly seen in Maven, Plexus, and other 
related projects.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
API documentation for %{name}.

%prep
%setup -q 

%build
export LC_ALL=ISO-8859-1
mvn install javadoc:javadoc

%install

# jars
install -d -m 0755 %{buildroot}%{_javadir}/plexus
install -m 644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/plexus/interpolation-%{version}.jar

(cd %{buildroot}%{_javadir}/plexus && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.codehaus.plexus plexus-interpolation %{version} JPP/plexus interpolation

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/plexus/*.jar
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.13-8
+ Revision: 892f65e
- Rebuild to main repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18529 |14mr|plexus-io-1.0-0.3.a5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           plexus-io
Version:        1.0
Release:        0.3.a5
Summary:        Plexus IO Components

Group:          Development/Java
License:        ASL 2.0
URL:            http://plexus.codehaus.org/plexus-components/plexus-io
#svn export http://svn.codehaus.org/plexus/plexus-components/tags/plexus-io-1.0-alpha-5/
#tar cjf plexus-io-1.0-alpha-5.tar.bz2 plexus-io-1.0-alpha-5/      
Source0:        plexus-io-1.0-alpha-5.tar.bz2

BuildArch: noarch

BuildRequires: java-devel >= 0:1.6.0 
BuildRequires:  jpackage-utils

BuildRequires: plexus-utils
BuildRequires: plexus-container-default
BuildRequires: maven2
BuildRequires: maven-resources-plugin
BuildRequires: maven-compiler-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
#BuildRequires: maven2-plugin-javadoc
#BuildRequires: maven2-plugin-resources
#BuildRequires: maven2-plugin-compiler
#BuildRequires: maven2-plugin-jar
#BuildRequires: maven2-plugin-install
BuildRequires: maven-javadoc-plugin
#BuildRequires: maven-plugins-pom
BuildRequires: maven-surefire-maven-plugin
BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-doxia-sitetools
BuildRequires: plexus-maven-plugin
Requires:  jpackage-utils
Requires: plexus-utils
Requires: plexus-container-default

Requires(post): jpackage-utils
Requires(postun): jpackage-utils

%description
Plexus IO is a set of plexus components, which are designed for use
in I/O operations. 

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
API documentation for %{name}.


%prep
%setup -q -n %{name}-1.0-alpha-5

mkdir external_repo
ln -s %{_javadir} external_repo/JPP

%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn \
        -e \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        install javadoc:javadoc
# -Dmaven2.jpp.mode=true \
        
%install
rm -rf %{buildroot}

# jars
install -d -m 0755 %{buildroot}%{_javadir}/plexus
install -m 644 target/%{name}-1.0-alpha-5.jar   %{buildroot}%{_javadir}/plexus/io-1.0.jar

(cd %{buildroot}%{_javadir}/plexus && for jar in *-%{version}*; \
    do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/plexus io

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/site/api*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc NOTICE.txt
%{_javadir}/plexus/*.jar
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}/*

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Wed May 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-0.3.a5
+ Revision: 7754eb6
- Disable jpp mode



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18530 |14mr|plexus-maven-plugin-1.3.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%global parent plexus
%global subname maven-plugin

%global maven_settings_file %{_builddir}/%{name}/settings.xml

Name:           %{parent}-%{subname}
Version:        1.3.8
Release:        6
Summary:        Plexus Maven plugin
License:        MIT
Group:          Development/Java
URL:            http://plexus.codehaus.org/

# svn export \
#   http://svn.codehaus.org/plexus/archive/plexus-maven-plugin/tags/plexus-maven-plugin-1.3.8
# tar czf plexus-maven-plugin-1.3.8-src.tar.xz plexus-maven-plugin-1.3.8
Source0:        %{name}-%{version}-src.tar.gz

Patch0:         %{name}-doxia.patch

BuildArch:      noarch

BuildRequires:	java-rpmbuild >= 0:1.6
BuildRequires:  jpackage-utils >= 0:1.7.2
BuildRequires:  maven2
BuildRequires:  maven-compiler-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-resources-plugin
BuildRequires:  maven-surefire-maven-plugin
BuildRequires:  maven2-common-poms >= 1.0
BuildRequires:  maven-doxia-sitetools
BuildRequires:  maven-surefire-provider-junit
#BuildRequires:  plexus-appserver >= 1.0-0.a5.3
#BuildRequires:  plexus-cdc >= 1.0-0.8.a14
BuildRequires:  plexus-container-default
#BuildRequires:  plexus-runtime-builder >= 1.0-0.a9.2

Requires:       maven2
Requires:       maven2-common-poms >= 1.0
#Requires:       plexus-appserver >= 1.0-0.a5.3
#Requires:       plexus-cdc >= 1.0-0.8.a14
Requires:       plexus-container-default
#Requires:       plexus-runtime-builder >= 1.0-0.a9.2
#Requires:       maven-shared-reporting-impl

Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

%description
Plexus Maven Plugin helps create plexus component descriptions
from within Maven.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
#%patch0 -p1

%build
mvn -e install javadoc:javadoc

%install
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/plexus
install -pm 644 target/*.jar \
        $RPM_BUILD_ROOT%{_javadir}/%{parent}/%{subname}.jar
%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/%{parent} %{subname}

# pom
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
install -pm 644 pom.xml \
        $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{parent}-%{subname}.pom

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :


%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/plexus
%{_mavenpomdir}/*pom
%{_mavendepmapfragdir}/*

%files javadoc
%doc %{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.8-6
+ Revision: f826441
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18531 |14mr|plexus-utils-1.4.8-1.0.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

# If you don't want to build with maven, and use straight ant instead,
# give rpmbuild option '--without maven'

%define with_maven 0

%define parent plexus
%define subname utils

Name:           plexus-utils
Version:        1.4.8
Release:        1.0.4
Epoch:          0
Summary:        Plexus Common Utilities
License:        Apache License
Group:          Development/Java
URL:            http://plexus.codehaus.org/
# svn export svn://svn.plexus.codehaus.org/plexus/tags/plexus-utils-1.8/
# tar xzf plexus-utils-1.8.tar.gz plexus-utils-1.8
Source0:        plexus-utils-1.4.8.tar.gz
Source1:        plexus-utils-1.4.8-build.xml
# build it with maven2-generated ant build.xml
BuildArch:      noarch
BuildRequires:  java-devel

BuildRequires:  ant >= 0:1.6.5
BuildRequires:  locales-en
BuildRequires:  java-rpmbuild >= 0:1.6
Requires:       jpackage-utils
Requires(postun): jpackage-utils
%if %{with_maven}
BuildRequires:  maven2 >= 0:2.0.4
BuildRequires:  maven2-plugin-surefire
BuildRequires:  maven2-plugin-resources
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-release
BuildRequires:  maven2-plugin-javadoc
%endif

%description
The Plexus project seeks to create end-to-end developer tools for 
writing applications. At the core is the container, which can be 
embedded or for a full scale application server. There are many 
reusable components for hibernate, form processing, jndi, i18n, 
velocity, etc. Plexus also includes an application server which 
is like a J2EE application server, without all the baggage.

%package javadoc
Summary:          Javadoc for %{name}
Group:            Development/Java
Requires:         jpackage-utils
Requires(postun): jpackage-utils

%description javadoc
Javadoc for %{name}.


%prep
%setup -q -n %{name}-%{version}
cp %{SOURCE1} build.xml

%build
export LC_ALL=en_US.ISO-8859-1
%if %{with_maven}
export MAVEN_REPO_LOCAL=`pwd`/.m2/repository

mvn-jpp -e \
    -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
    install javadoc:javadoc


%else
export CLASSPATH=target/classes:target/test-classes
%{ant} -Dbuild.sysclasspath=only jar javadoc
%endif

%install
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/plexus
install -pm 644 target/%{name}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/plexus/utils-%{version}.jar
%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/%{parent} %{subname}
(cd $RPM_BUILD_ROOT%{_javadir}/plexus && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 pom.xml $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{parent}-%{subname}.pom

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_datadir}/maven2
%config(noreplace) %{_mavendepmapfragdir}/*

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.4.8-1.0.4
+ Revision: 33b0b0b
- Drop gcj support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18532 |14mr|plexus-velocity-1.1.7-1.0.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define _with_gcj_support 1
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}

# If you don't want to build with maven, and use straight ant instead,
# give rpmbuild option '--without maven'
%define with_maven 0
%define without_maven 1

%define section     free
%define parent plexus
%define subname velocity

Name:           plexus-velocity
Version:        1.1.7
Release:        1.0.2
Epoch:          0
Summary:        Plexus Velocity Component
License:         Apache Software License
Group:          Development/Java
URL:            http://plexus.codehaus.org/
# svn export http://svn.codehaus.org/plexus/plexus-components/tags/plexus-velocity-1.1.6/ && tar cvvzf plexus-velocity-1.1.6.tar.gz plexus-velocity-1.1.7/
Source0:        plexus-velocity-%{version}.tar.gz
Source1:        plexus-velocity-1.1.7-build.xml
#Source2:        plexus-velocity-1.1.7-project.xml
Source3:        plexus-velocity-settings.xml
Source4:        plexus-velocity-1.1.7-jpp-depmap.xml

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%if ! %{gcj_support}
BuildArch:      noarch
%endif
BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  ant >= 0:1.6
%if %{with_maven}
BuildRequires:  maven2 >= 2.0.4-10jpp
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-javadoc
BuildRequires:  maven2-plugin-resources
BuildRequires:  maven2-plugin-surefire
BuildRequires:  maven2-plugin-release
%endif
BuildRequires:  ant-nodeps
BuildRequires:  classworlds >= 0:1.1
BuildRequires:  jakarta-commons-collections
BuildRequires:  jakarta-commons-logging
BuildRequires:  plexus-container-default
BuildRequires:  plexus-utils
BuildRequires:  velocity
%if %{gcj_support}
BuildRequires:          java-gcj-compat-devel
%endif
Requires:  classworlds >= 0:1.1
Requires:  jakarta-commons-collections
Requires:  plexus-container-default
Requires:  plexus-utils
Requires:  velocity
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
The Plexus project seeks to create end-to-end developer tools for
writing applications. At the core is the container, which can be
embedded or for a full scale application server. There are many
reusable components for hibernate, form processing, jndi, i18n,
velocity, etc. Plexus also includes an application server which
is like a J2EE application server, without all the baggage.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
for j in $(find . -name "*.jar"); do
        rm $j
done
cp %{SOURCE1} build.xml
#cp %{SOURCE2} project.xml
cp %{SOURCE3} settings.xml

%build
sed -i -e "s|<url>__JPP_URL_PLACEHOLDER__</url>|<url>file://`pwd`/.m2/repository</url>|g" settings.xml
sed -i -e "s|<url>__JAVADIR_PLACEHOLDER__</url>|<url>file://`pwd`/external_repo</url>|g" settings.xml
sed -i -e "s|<url>__MAVENREPO_DIR_PLACEHOLDER__</url>|<url>file://`pwd`/.m2/repository</url>|g" settings.xml
sed -i -e "s|<url>__MAVENDIR_PLUGIN_PLACEHOLDER__</url>|<url>file:///usr/share/maven2/plugins</url>|g" settings.xml
sed -i -e "s|<url>__ECLIPSEDIR_PLUGIN_PLACEHOLDER__</url>|<url>file:///usr/share/eclipse/plugins</url>|g" settings.xml

export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

mkdir external_repo
ln -s %{_javadir} external_repo/JPP

%if %{with_maven}
    mvn-jpp \
        -e \
        -s $(pwd)/settings.xml \
        -Dmaven2.jpp.depmap.file=%{SOURCE4} \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        install javadoc:javadoc

%else

mkdir -p target/lib
build-jar-repository -s -p target/lib \
classworlds \
commons-collections \
commons-logging-api \
plexus/container-default \
plexus/utils \
velocity \

%{ant} jar javadoc

%endif

%install
rm -rf $RPM_BUILD_ROOT

# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/plexus
install -pm 644 target/%{name}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/plexus/velocity-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir}/plexus && for jar in *-%{version}*; \
do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
%add_to_maven_depmap org.codehaus.plexus %{name} %{version} JPP/%{parent} %{subname}

(cd $RPM_BUILD_ROOT%{_javadir}/plexus && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# poms
%if %{with_maven}
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 pom.xml \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{parent}-%{subname}.pom
%endif

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT


%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(-,root,root,-)
%{_javadir}/*
%if %{with_maven}
%{_datadir}/maven2/poms/*
%endif
%config(noreplace) %{_mavendepmapfragdir}/*
%if %{gcj_support}
%dir %attr(-,root,root) %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/velocity-%{version}.jar.*
%endif

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.1.7-1.0.2
+ Revision: 7188046
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18533 |14mr|plotutils-2.6-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	2
%define	 xmi_major 0
%define	libname	%mklibname %name %major
%define develname %mklibname %name -d

Summary:	GNU Plotting Utilities
Name:		plotutils
Version:	2.6
Release:	14
License:	GPLv2
Group:		Graphics
Source:		ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Patch0:		plotutils-2.5.1-fix-str-fmt.patch
Patch1:		plotutils-2.6-libpng-1.5.patch
URL:		http://www.gnu.org/software/%{name}/plotutils.html
Requires:	ghostscript-fonts texinfo
BuildRequires:	flex
BuildRequires:	Xaw3d-devel
BuildRequires:	zlib-devel
BuildRequires:	png-devel
BuildRequires:	bison
BuildRequires:	libxaw-devel

%description 
The GNU plotting utilities, sometimes called 'plotutils', include: 
(1) GNU libplot, a shared library for exporting 2-D vector graphics files
and for performing vector graphics animation under the X Window System.
Its output file formats include the new WebCGM format, pseudo-GIF, PNM,
Adobe Illustrator, Postscript (editable with the free 'idraw' drawing
editor), Fig (editable with the free 'xfig' drawing editor), PCL 5, HP-GL
and HP-GL/2, Tektronix, and GNU metafile format. Many Postscript, PCL, and
Hershey fonts are supported. A separate class library, 'libplotter',
provides a C++ binding to libplot's functionality. (2) Sample command-line
applications 'graph', 'plot', 'tek2plot', 'pic2plot', and 'plotfont', which
are built on top of GNU libplot. 'graph' is a powerful utility for XY
plotting, 'plot' translates GNU metafiles to other formats, 'tek2plot'
translates legacy Tektronix data, 'pic2plot' translates box-and-arrow
diagrams in the pic language, and 'plotfont' plots character maps.
(3) Command-line applications 'spline', 'double', and 'ode', which are useful
in scientific plotting. 'spline' does spline interpolation of input data
of arbitrary dimensionality. It uses cubic splines, splines under tension,
or cubic Bessel interpolation. 'ode' is an interactive program that can
integrate a user-specified system of ordinary differential equations.


%package -n %libname
Summary: Main library for %{name}
Group: Graphics
Provides: lib%name = %version-%release
Obsoletes: %{mklibname xmi 0}

%description -n %libname
This package contains the library needed to run programs dynamically
linked with %{name}.


%package -n %{develname}
Summary: Headers for developing programs that will use %{name}
Group: Development/Other
Requires: %{libname} = %{version}-%{release}
Provides: lib%{name}-devel = %{version}-%{release}
Provides: %{name}-devel = %{version}
Provides: libxmi-devel
Obsoletes: %{libname}-devel
Obsoletes: %{mklibname xmi 0 -d}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.


%prep
%setup -q
%patch0 -p0
%patch1 -p0

%build
%configure2_5x --enable-libplotter --enable-libxmi 
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_libdir}/X11/fonts/misc
cp -p fonts/pcf/*.pcf %{buildroot}%{_libdir}/X11/fonts/misc

# We don't want .la files
find %{buildroot} -name *.la -delete

%post
export PATH=/sbin:/usr/bin/X11:/usr/X11/bin:/usr/bin:$PATH

cd %{_libdir}/X11/fonts/misc
mkfontdir
if ! test -f %{_libdir}/X11/fonts/Type1/a010013l.pfb ; then
if test -f %{_datadir}/ghostscript/fonts/a010013l.pfb ; then
cd %{_datadir}/ghostscript/fonts
for i in *.pfb ; do
ln -s %{_datadir}/ghostscript/fonts/$i %{_libdir}/X11/fonts/Type1/$i
done
cd %{_libdir}/X11/fonts/Type1
echo 'a010013l.pfb -adobe-itc avant garde gothic-book-r-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'a010015l.pfb -adobe-itc avant garde gothic-demi-r-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'a010033l.pfb -adobe-itc avant garde gothic-book-o-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'a010035l.pfb -adobe-itc avant garde gothic-demi-o-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'b018012l.pfb -adobe-itc bookman-light-r-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'b018015l.pfb -adobe-itc bookman-demi-r-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'b018032l.pfb -adobe-itc bookman-light-i-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'b018035l.pfb -adobe-itc bookman-demi-i-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'c059013l.pfb -adobe-new century schoolbook-medium-r-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'c059016l.pfb -adobe-new century schoolbook-bold-r-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'c059033l.pfb -adobe-new century schoolbook-medium-i-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'c059036l.pfb -adobe-new century schoolbook-bold-i-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'd050000l.pfb -adobe-itc zapf dingbats-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific' >> fonts.scale
echo 'n019003l.pfb -adobe-helvetica-medium-r-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'n019004l.pfb -adobe-helvetica-bold-r-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'n019023l.pfb -adobe-helvetica-medium-i-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'n019024l.pfb -adobe-helvetica-bold-i-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'n019043l.pfb -adobe-helvetica-medium-r-narrow--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'n019044l.pfb -adobe-helvetica-bold-r-narrow--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'n019063l.pfb -adobe-helvetica-medium-i-narrow--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'n019064l.pfb -adobe-helvetica-bold-i-narrow--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'n021003l.pfb -adobe-times-medium-r-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'n021004l.pfb -adobe-times-bold-r-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'n021023l.pfb -adobe-times-medium-i-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'n021024l.pfb -adobe-times-bold-i-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'n022003l.pfb -adobe-courier-medium-r-normal--0-0-0-0-m-0-iso8859-1' >> fonts.scale
echo 'n022004l.pfb -adobe-courier-bold-r-normal--0-0-0-0-m-0-iso8859-1' >> fonts.scale
echo 'n022023l.pfb -adobe-courier-medium-o-normal--0-0-0-0-m-0-iso8859-1' >> fonts.scale
echo 'n022024l.pfb -adobe-courier-bold-o-normal--0-0-0-0-m-0-iso8859-1' >> fonts.scale
echo 'p052003l.pfb -adobe-palatino-medium-r-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'p052004l.pfb -adobe-palatino-bold-r-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'p052023l.pfb -adobe-palatino-medium-i-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 'p052024l.pfb -adobe-palatino-bold-i-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
echo 's050000l.pfb -adobe-symbol-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific' >> fonts.scale
echo 'z003034l.pfb -adobe-itc zapf chancery-medium-i-normal--0-0-0-0-p-0-iso8859-1' >> fonts.scale
mkfontdir
fi
fi
if test "$DISPLAY" != "" ; then xset fp rehash 2> /dev/null ; fi

%postun
export PATH=/sbin:/usr/bin/X11:/usr/X11/bin:$PATH
cd %{_libdir}/X11/fonts/misc
mkfontdir
if test "$DISPLAY" != "" ; then xset fp rehash 2> /dev/null ; fi

%files
%doc AUTHORS INSTALL.fonts KNOWN_BUGS NEWS ONEWS PROBLEMS README THANKS
%{_bindir}/*
%{_libdir}/X11/fonts/misc/*
%{_mandir}/man1/*
%{_infodir}/*
%dir %{_datadir}/ode
%{_datadir}/ode/*
%dir %{_datadir}/tek2plot
%{_datadir}/tek2plot/*
%dir %{_datadir}/pic2plot
%{_datadir}/pic2plot/*

%files -n %{libname}
%{_libdir}/libplot.so.%{major}*
%{_libdir}/libplotter.so.%{major}*
%{_libdir}/libxmi.so.%{xmi_major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%dir %{_datadir}/libplot
%{_datadir}/libplot/*
%doc README



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6-14
+ Revision: 4d7e109
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18534 |14mr|plymouth-0.8.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plymouthdaemon_execdir /sbin
%define plymouthclient_execdir /bin
%define plymouth_libdir /%{_lib}

%define _libexecdir %{_prefix}/libexec

%define major 2
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

%define snapshot 0

Summary:	Graphical Boot Animation and Logger
Name:		plymouth
Version:	0.8.9
Release:	6
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.freedesktop.org/wiki/Software/Plymouth
Source0:	http://www.freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
Source1:	boot-duration
Source2:	charge.plymouth
# PATCH-OPENSUSE -- Restore suspend / resume state (needed for suspend package)
Patch0:		plymouth-restore-suspend.patch
# PATCH-OPENSUSE -- Handle correctly multiple displays with different sizes
Patch4:		plymouth-fix-window-size
Patch12:	dont-timeout-waiting.patch
Patch13:	stop-graphical.patch

BuildRequires:	gtk2-devel
BuildRequires:	libdrm-devel

BuildRequires:	systemd-units
BuildRequires:	pkgconfig(systemd)
%rename		splashy
Requires(post):	plymouth-scripts = %{version}-%{release}
Requires:	initscripts >= 8.83
Requires(post): dracut
Requires:	desktop-common-data >= 2010.0-1mdv
Conflicts:	systemd-units < 186

%description
Plymouth provides an attractive graphical boot animation in
place of the text messages that normally get shown.  Text
messages are instead redirected to a log file for viewing
after boot.

%package system-theme
Group:		System/Kernel and hardware
Summary:	Plymouth default theme
Requires:	plymouth(system-theme)
Requires:	plymouth = %{version}-%{release}

%description system-theme
This metapackage tracks the current distribution default theme.

%package -n %{libname}
Summary:	Plymouth libraries
Group:		System/Libraries
Obsoletes:	%{mklibname %{name} 0} < 0.8.0

%description -n %{libname}
This package contains the libply and libplybootsplash libraries
used by Plymouth.

%package -n %{develname}
Group:		System/Kernel and hardware
Summary:	Libraries and headers for writing Plymouth splash plugins
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
This package contains the libply and libplybootsplash libraries
and headers needed to develop 3rd party splash plugins for Plymouth.

%package utils
Group:		System/Kernel and hardware
Summary:	Plymouth related utilities
Requires:	%{name} = %{version}-%{release}

%description utils
This package contains utilities that integrate with Plymouth
including a boot log viewing application.

%package scripts
Group:		System/Kernel and hardware
Summary:	Plymouth related scripts
Conflicts:	mkinitrd < 6.0.92-6mdv
Requires:	plymouth = %{version}-%{release}

%description scripts
This package contains scripts that help integrate Plymouth with
the system.

%package plugin-label
Group:		System/Kernel and hardware
Summary:	Plymouth label plugin
Requires:	%{libname} = %{version}-%{release}

%description plugin-label
This package contains the label control plugin for
Plymouth. It provides the ability to render text on
graphical boot splashes using pango and cairo.

%package plugin-fade-throbber
Group:		System/Kernel and hardware
Summary:	Plymouth "Fade-Throbber" plugin
Requires:	%{libname} = %{version}-%{release}

%description plugin-fade-throbber
This package contains the "Fade-In" boot splash plugin for
Plymouth. It features a centered image that fades in and out
while other images pulsate around during system boot up.

%package plugin-script
Group:		System/Kernel and hardware
Summary:	Plymouth "Script" plugin
Requires:	%{libname} = %{version}-%{release}
Requires:	plymouth-plugin-label = %{version}-%{release}

%description plugin-script
This package contains the "Script" plugin for Plymouth. 

%package theme-script
Group:		System/Kernel and hardware
Summary:	Plymouth "Script" theme
Requires:	%{name}-plugin-script = %{version}-%{release}
Requires(post):	plymouth-scripts = %{version}-%{release}

%description theme-script
This package contains the "Script" boot splash theme for
Plymouth. 

%package theme-fade-in
Group:		System/Kernel and hardware
Summary:	Plymouth "Fade-In" theme
Requires:	%{name}-plugin-fade-throbber = %{version}-%{release}
Requires(post):	plymouth-scripts = %{version}-%{release}

%description theme-fade-in
This package contains the "Fade-In" boot splash theme for
Plymouth. It features a centered logo that fades in and out
while stars twinkle around the logo during system boot up.

%package plugin-throbgress
Group:		System/Kernel and hardware
Summary:	Plymouth "Throbgress" plugin
Requires:	%{libname} = %{version}-%{release}
Requires:	plymouth-plugin-label = %{version}-%{release}

%description plugin-throbgress
This package contains the "throbgress" boot splash plugin for
Plymouth. It features a centered logo and animated spinner that
spins repeatedly while a progress bar advances at the bottom of
the screen.

%package theme-spinfinity
Group:		System/Kernel and hardware
Summary:	Plymouth "Spinfinity" theme
Requires:	%{name}-plugin-throbgress = %{version}-%{release}
Requires(post):	plymouth-scripts = %{version}-%{release}

%description theme-spinfinity
This package contains the "Spinfinity" boot splash theme for
Plymouth. It features a centered logo and animated spinner that
spins in the shape of an infinity sign.

%package theme-spinner
Group: System/Kernel and hardware
Summary: Plymouth "Spinner" theme
Requires: %{name}-plugin-two-step = %{version}-%{release}
Requires(post): plymouth-scripts = %{version}-%{release}

%description theme-spinner
This package contains the "Spinner" boot splash theme for
Plymouth.

%package plugin-space-flares
Group:		System/Kernel and hardware
Summary:	Plymouth "space-flares" plugin
Requires:	%{libname} = %{version}-%{release}
Requires:	plymouth-plugin-label = %{version}-%{release}

%description plugin-space-flares
This package contains the "space-flares" boot splash plugin for
Plymouth. It features a corner image with animated flares.

%package theme-solar
Group:		System/Kernel and hardware
Summary:	Plymouth "Solar" theme
Requires:	%{name}-plugin-space-flares = %{version}-%{release}
Requires(post):	plymouth-scripts = %{version}-%{release}

%description theme-solar
This package contains the "Solar" boot splash theme for
Plymouth. It features a blue flamed sun with animated solar flares.

%package plugin-two-step
Group:		System/Kernel and hardware
Summary:	Plymouth "two-step" plugin
Requires:	%{libname} = %{version}-%{release}
Requires:	plymouth-plugin-label = %{version}-%{release}

%description plugin-two-step
This package contains the "two-step" boot splash plugin for
Plymouth. It features a two phased boot process that starts with
a progressing animation synced to boot time and finishes with a
short, fast one-shot animation.

%package theme-charge
Group:		System/Kernel and hardware
Summary:	Plymouth "Charge" plugin
Requires:	%{name}-plugin-two-step = %{version}-%{release}
Requires(post):	plymouth-scripts = %{version}-%{release}

%description theme-charge
This package contains the "charge" boot splash theme for
Plymouth. It features the shadowy hull of a logo charge up and
and finally burst into full form.

%package theme-glow
Group:		System/Kernel and hardware
Summary:	Plymouth "Glow" plugin
Requires(post):	plymouth-scripts  = %{version}-%{release}
Requires:	plymouth-plugin-two-step = %{version}-%{release}

%description theme-glow
This package contains the "Glow" boot splash theme for Plymouth.

%prep
%setup -q
%apply_patches

%if %{snapshot}
sh ./autogen.sh
make distclean
%endif

%build

%configure2_5x \
	--disable-static \
	--enable-tracing \
	--disable-tests \
	--with-logo=%{_datadir}/icons/large/mandriva.png \
	--with-background-start-color-stop=0x0073B3 \
	--with-background-end-color-stop=0x00457E \
	--with-background-color=0x3391cd \
    --disable-gdm-transition                              \
    --enable-systemd-integration                          \
    --with-system-root-install                         \
    --without-log-viewer				\
    --disable-libkms

%make

%install

%makeinstall_std 

touch %{buildroot}%{_datadir}/plymouth/themes/default.plymouth

mkdir -p %{buildroot}%{_localstatedir}/lib/plymouth
cp %{SOURCE1} %{buildroot}%{_datadir}/plymouth/default-boot-duration
touch %{buildroot}%{_localstatedir}/lib/plymouth/{boot,shutdown}-duration

# Add charge
mkdir -p %{buildroot}%{_datadir}/plymouth/themes/charge
cp %{SOURCE2} %{buildroot}%{_datadir}/plymouth/themes/charge
cp %{buildroot}%{_datadir}/plymouth/themes/glow/{box,bullet,entry,lock}.png %{buildroot}%{_datadir}/plymouth/themes/charge

find %{buildroot} -name \*.a -delete -o -name \*.la -delete

%post
[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f %{_datadir}/plymouth/default-boot-duration %{_localstatedir}/lib/plymouth/boot-duration
if [ "x$DURING_INSTALL" = "x" ]; then
  if [ $1 -eq 1 ]; then
   %{_libexecdir}/plymouth/plymouth-update-initrd
  fi
fi


%postun
if [ $1 -eq 0 ]; then
    rm -f %{_libdir}/plymouth/default.so
fi

%define theme_scripts() \
%post -n %{name}-theme-%{1} \
if [ -x %{_sbindir}/plymouth-set-default-theme ]; then \
  export LIB=%{_lib} \
  if [ $1 -eq 1 ]; then \
      %{_sbindir}/plymouth-set-default-theme --rebuild-initrd %{1} \
  else \
      THEME=$(%{_sbindir}/plymouth-set-default-theme) \
      if [ "$THEME" == "text" -o "$THEME" == "%{1}" ]; then \
          %{_sbindir}/plymouth-set-default-theme --rebuild-initrd %{1} \
      fi \
  fi \
fi \
\
%postun -n %{name}-theme-%{1} \
export LIB=%{_lib} \
if [ $1 -eq 0 -a -x %{_sbindir}/plymouth-set-default-theme ]; then \
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "%{1}" ]; then \
        %{_sbindir}/plymouth-set-default-theme --reset --rebuild-initrd \
    fi \
fi \


%theme_scripts spinfinity
%theme_scripts fade-in
%theme_scripts solar
%theme_scripts charge
%theme_scripts glow
%theme_scripts script

%files
%doc AUTHORS NEWS README
%config(noreplace) %{_sysconfdir}/plymouth
%dir %{_datadir}/plymouth
%dir %{_datadir}/plymouth/themes
%dir %{_libdir}/plymouth
%{_datadir}/plymouth/default-boot-duration
%dir %{_localstatedir}/lib/plymouth
%{plymouthdaemon_execdir}/plymouthd
%{plymouthclient_execdir}/plymouth
#{_bindir}/plymouth
#{_bindir}/rhgb-client
%{_libdir}/plymouth/details.so
%{_libdir}/plymouth/text.so
/lib/systemd/system/*plymouth*.service
/lib/systemd/system/systemd-*.path
/lib/systemd/system/*.wants/plymouth-*.service
%dir %{_libdir}/plymouth/renderers
%{_libdir}/plymouth/renderers/drm*
%{_libdir}/plymouth/renderers/frame-buffer*
%ghost %{_datadir}/plymouth/themes/default.plymouth
%{_datadir}/plymouth/plymouthd.defaults
%{_datadir}/plymouth/themes/details
%{_datadir}/plymouth/themes/text
%{_localstatedir}/run/plymouth
%{_localstatedir}/spool/plymouth
%ghost %{_localstatedir}/lib/plymouth/shutdown-duration
%ghost %{_localstatedir}/lib/plymouth/boot-duration
%{_mandir}/man8/*

%files -n %{develname}
%{plymouth_libdir}/libply.so
%{_libdir}/libply-boot-client.so
%{_libdir}/libply-splash-graphics.so
%{_libdir}/plymouth/renderers/x11*
/%{_lib}/libply-splash-core.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/plymouth-1

%files -n %{libname}
%{plymouth_libdir}/libply.so.%{major}*
%{_libdir}/libply-boot-client.so.%{major}*
%{_libdir}/libply-splash-graphics.so.%{major}*
/%{_lib}/libply-splash-core.so.%{major}*

%files scripts
%{_sbindir}/plymouth-set-default-theme
%{_libexecdir}/plymouth

%files plugin-label
%{_libdir}/plymouth/label.so

%files plugin-fade-throbber
%{_libdir}/plymouth/fade-throbber.so

%files theme-fade-in
%{_datadir}/plymouth/themes/fade-in

%files plugin-throbgress
%{_libdir}/plymouth/throbgress.so

%files plugin-script
%{_libdir}/plymouth/script.so

%files theme-script
%{_datadir}/plymouth/themes/script

%files theme-spinfinity
%{_datadir}/plymouth/themes/spinfinity

%files theme-spinner
%{_datadir}/plymouth/themes/spinner

%files plugin-space-flares
%{_libdir}/plymouth/space-flares.so

%files theme-solar
%{_datadir}/plymouth/themes/solar

%files plugin-two-step
%{_libdir}/plymouth/two-step.so

%files theme-charge
%{_datadir}/plymouth/themes/charge

%files theme-glow
%{_datadir}/plymouth/themes/glow

%files system-theme

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.9-6
+ Revision: 3fdabb4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18535 |14mr|pmake-1.45-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The BSD 4.4 version of make
Name:		pmake
Version:	1.45
Release:	14
Epoch:		1
License:	BSD
Group:		Development/Other
Source0:	http://ftp.debian.org/debian/dists/potato/main/source/devel/%{name}_%{version}-3.2.tar.bz2
Patch0:         pmake-1.45-gcc4.patch
Patch1:		pmake_1.45-3.2-LDFLAGS.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
Make is a GNU tool which allows users to build and install programs
without any significant knowledge of the build process.  Details about
how the program should be built are included in the program's
Makefile.  Pmake is a particular version (BSD 4.4) of make.  Pmake
supports some additional syntax which is not in the standard make
program.  Some Berkeley programs have Makefiles written for pmake.

Pmake should be installed on your system so that you will be able to
build programs which require using pmake instead of make.

%prep

%setup -q
%patch0 -p1 -b .gcc4
%patch1 -p0 -b .LDFLAGS

%build
make -f Makefile.boot \
        CFLAGS="%{optflags} \
	-D__COPYRIGHT\(x\)= \
	-D__RCSID\(x\)= \
	-I. \
	-DMACHINE=\\\"mandrake\\\" \
	-DMACHINE_ARCH=\\\"`arch`\\\"" \
	CC=gcc \
        LDFLAGS="%{ldflags}"
touch build


%install
rm -rf %{buildroot}

install -d %{buildroot}/%{_bindir}
install -d %{buildroot}/%{_mandir}/man1

install bmake %{buildroot}/%{_bindir}/pmake
install -m 755 mkdep %{buildroot}/%{_bindir}
install make.1 %{buildroot}/%{_mandir}/man1/pmake.1
install mkdep.1 %{buildroot}/%{_mandir}/man1

install -d %{buildroot}/%{_datadir}/mk
for file in mk/*; do
    install -m 644 $file %{buildroot}/%{_datadir}/mk
done

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc PSD.doc/tutorial.ms
%{_bindir}/*
%dir %{_datadir}/mk
%{_datadir}/mk/*
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.45-14
+ Revision: 70d2690
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18536 |14mr|pmd-4.2.1-2.0.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           pmd
Version:        4.2.1
Release:        2.0.8
Epoch:          0
Summary:        Scans Java source code and looks for potential problems
License:        BSD Style
URL:            http://pmd.sourceforge.net/
## svn export https://pmd.svn.sourceforge.net/svnroot/pmd/tags/pmd/pmd_release_4_2_1 pmd && tar cvjf pmd-src.tar.bz2 pmd
#Source0:        %{name}-src.tar.bz2
Source0:        http://downloads.sourceforge.net/pmd/pmd-src-4.2.1.zip
Patch0:         %{name}-asm.patch
Patch1:         %{name}-4.2.1-no-retroweaver.patch
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-nodeps
BuildRequires:  javacc
BuildRequires:  junit4
BuildRequires:  jaxen >= 0:1.1
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-jaxp-1.3-apis >= 1.3.02
BuildRequires:  jakarta-oro
BuildRequires:  asm2
BuildRequires:  locales-en
Requires:       jaxen >= 0:1.1
Requires:       xerces-j2
Requires:       xml-commons-jaxp-1.3-apis >= 1.3.02
Requires:       jakarta-oro
Group:          Development/Java
BuildArch:      noarch
BuildRequires:  java-devel

%description
PMD scans Java source code and looks for potential 
problems like:
+ Unused local variables 
+ Empty catch blocks 
+ Unused parameters 
+ Empty 'if' statements 
+ Duplicate import statements 
+ Unused private methods 
+ Classes which could be Singletons 
+ Short/long variable and method names 
PMD has plugins for JDeveloper, JEdit, JBuilder, 
NetBeans/Sun ONE Studio, IntelliJ IDEA, TextPad, 
Maven, Ant, Eclipse, Gel, and Emacs. 

%package manual
Summary:        Manual for %{name}
Group:          Development/Java

%description manual
Documentation for %{name}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
# XXX: uses internal junit4 API
%{__rm} -r regress/test/net/sourceforge/pmd/*
##%{_bindir}/find . -type d -name "*.svn" | %{_bindir}/xargs -t %{__rm} -r
%{__perl} -pi -e 's/\r\n$/\n/g' src/net/sourceforge/pmd/dcd/graph/UsageGraphBuilder.java
%patch0 -p1
%patch1 -p1
%{__perl} -pi -e 's/<javac( |$)/<javac nowarn="true" /g' bin/build.xml
%{__perl} -pi -e 's/JavaCharStream\.java/CharStream.java/g' bin/build.xml

# set right permissions
%{_bindir}/find . -name "*.sh" | %{_bindir}/xargs -t %{__chmod} 755
# remove all binary libs
%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t %{__rm}

#%{__rm} src/net/sourceforge/pmd/ast/*

%build
export LC_ALL=en_US.ISO-8859-1
export OPT_JAR_LIST="ant/ant-nodeps"
export CLASSPATH=$(%{_bindir}/build-classpath \
javacc \
jaxen \
oro \
junit4 \
xerces-j2 \
xml-commons-jaxp-1.3-apis \
asm2 )
CLASSPATH=$CLASSPATH:target/classes:target/test-classes
cd bin
%{ant} -Dbuild.sysclasspath=only -Djavacc-home.path=%{_javadir} jjtree jspjjtree cppjavacc jar javadoc

%install
# jar
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 lib/%{name}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; \
   do ln -sf ${jar} ${jar/-%{version}/}; done)
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/etc
cp -a etc/* $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/etc
%{__perl} -pi -e 's|/usr/local/bin|%{_bindir}|' $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/etc/*.rb
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/rulesets
cp -a rulesets/* $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/rulesets

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -a docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# manual
install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
cp -a LICENSE.txt $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/*.jar
%dir %{_datadir}/%{name}-%{version}
%attr(-,root,root) %{_datadir}/%{name}-%{version}/*
#E: pmd non-executable-script /usr/share/pmd-4.0/etc/fr_docs/copy_up.sh 0644
#E: pmd wrong-script-interpreter /usr/share/pmd-4.0/etc/rule_summary.rb "/usr/local/bin/ruby"
#E: pmd non-executable-script /usr/share/pmd-4.0/etc/rule_summary.rb 0644
#E: pmd invalid-dependency /usr/local/bin/ruby

%files manual
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/*

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:4.2.1-2.0.8
+ Revision: b80fa7a
- Drop gcj support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18537 |14mr|pm-fallback-policy-0.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pm-fallback-policy
%define version 0.1
%define release 12

Summary: Power management fallback policy
Name: %{name}
Version: %{version}
Release: %{release}
Source0: power-event
Source1: sleep-event
Source2: pm-fallback-shutdown
Source3: pm-fallback-suspend
License: GPL
Group: System/Kernel and hardware
Url: http://wiki.mandriva.com/Docs/Hardware/PowerManagement
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Conflicts: suspend-scripts < 1.27

%description
This package provides a set of scripts to implement a power management
fallback policy. They will be used as fallback when no power
management tool is running.

%prep
%setup -q -c -T

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}%{_sysconfdir}/acpi/events
install %{SOURCE0} %{buildroot}%{_sysconfdir}/acpi/events/power
install %{SOURCE1} %{buildroot}%{_sysconfdir}/acpi/events/sleep
install -d %{buildroot}%{_sysconfdir}/acpi/actions
install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/acpi/actions/pm-fallback-shutdown
install -m 755 %{SOURCE3} %{buildroot}%{_sysconfdir}/acpi/actions/pm-fallback-suspend

%clean
rm -rf %{buildroot}

%post
[ -x /etc/init.d/acpid ] && service acpid condrestart || :

%files
%defattr(-,root,root)
%{_sysconfdir}/acpi/actions/*
%{_sysconfdir}/acpi/events/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-12
+ Revision: 5711a31
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18538 |14mr|pm-utils-1.4.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global quirkdbver 20100619
Name: pm-utils
Summary: Power management utilities and scripts
License: GPLv2
Version: 1.4.1
Release: 9
Group: System/Kernel and hardware
URL: http://pm-utils.freedesktop.org
BuildRequires: pkgconfig 
BuildRequires: dbus-devel
BuildRequires: xmlto

Requires: usermode-consoleonly
Requires: pciutils
Requires: radeontool
%ifnarch %arm %mips
Requires: vbetool
%endif
Requires: bootloader-utils
Suggests: suspend

Source0: http://pm-utils.freedesktop.org/releases/pm-utils-%{version}.tar.gz
Source1: http://pm-utils.freedesktop.org/releases/pm-quirks-%{quirkdbver}.tar.gz

Source23: pm-utils-bugreport-info.sh

# Use append instead of write for init_logfile (#660329)
Patch0: pm-utils-1.4.1-init-logfile-append.patch
# Fix typo in 55NetworkManager (#722759)
Patch1: pm-utils-1.4.1-networkmanager-typo-fix.patch
# Add support for grub2 in 01grub hook
Patch2: pm-utils-1.4.1-grub2.patch
# Fix hooks exit code logging
Patch3: pm-utils-1.4.1-hook-exit-code-log.patch
# Fix line spacing in logs to be easier to read (#750755)
Patch4: pm-utils-1.4.1-log-line-spacing-fix.patch
# Fix NetworkManager dbus methods (fd.o #42500 / RH #740342)
Patch5: pm-utils-1.4.1-nm_method.patch
# Add support for in-kernel (from kernel 3.6) suspend to both (#843657)
Patch6: pm-utils-1.4.1-add-in-kernel-suspend-to-both.patch

%description
The pm-utils package contains utilities and scripts useful for tasks related
to power management.

%package devel
Summary: Files for development using %{name}
Group: Development/Other
Requires: %{name} = %{version}-%{release}

%description devel
This package contains the pkg-config files for development
when building programs that use %{name}.

%prep
%setup -q
tar -xzf %{SOURCE1}
%patch0 -p1 -b .init-logfile-append
%patch1 -p1 -b .network-manager-typo-fix.patch
%patch2 -p1 -b .grub2
%patch3 -p1 -b .hook-exit-code-log
%patch4 -p1 -b .log-line-spacing-fix
%patch5 -p1 -b .nm_method
%patch6 -p1 -b .add-in-kernel-suspend-to-both

%build
%configure --docdir=%{_docdir}/%{name}-%{version}
make

%install
make install DESTDIR=%{buildroot}

install -D -m 0600 /dev/null %{buildroot}%{_localstatedir}/log/pm-suspend.log
mkdir -p %{buildroot}%{_localstatedir}/run/pm-utils/{locks,pm-suspend,pm-powersave}
touch %{buildroot}%{_localstatedir}/run/pm-utils/locks/{pm-suspend.lock,pm-powersave.lock}
mkdir -p %{buildroot}%{_localstatedir}/run/pm-utils/{pm-suspend,pm-powersave}/storage
install -D -m 0755 %{SOURCE23} %{buildroot}%{_sbindir}/pm-utils-bugreport-info.sh

# Install quirks
cp -r video-quirks %{buildroot}%{_libdir}/pm-utils

# Install extra documentation
cp -p COPYING AUTHORS ChangeLog %{buildroot}%{_docdir}/%{name}-%{version}/

#drop power.s stuff
rm -rf %{buildroot}%{_libdir}/pm-utils/power.d

%preun
# Clean storage to prevent left-behind files. These files are dynamically
# created in runtime (also with dynamic names), thus it is hard to track
# them individually.
rm -rf %{_localstatedir}/run/pm-utils/{pm-suspend,pm-powersave}/storage/*

%files
%defattr(-,root,root,-)
%{_docdir}/%{name}-%{version}
%{_libdir}/pm-utils/bin/
%{_libdir}/pm-utils/defaults
%{_libdir}/pm-utils/functions
%{_libdir}/pm-utils/module.d/*
%{_libdir}/pm-utils/pm-functions
%{_libdir}/pm-utils/sleep.d/*
%{_bindir}/on_ac_power
%{_bindir}/pm-is-supported
%{_sbindir}/pm-utils-bugreport-info.sh
%{_sbindir}/pm-hibernate
%{_sbindir}/pm-powersave
%{_sbindir}/pm-suspend
%{_sbindir}/pm-suspend-hybrid
%{_mandir}/man1/*.1.xz
%{_mandir}/man8/*.8.xz
%ghost %{_localstatedir}/run/pm-utils
%{_libdir}/pm-utils/video-quirks

# no logrotate needed, because only one run of pm-utils is stored
# in the logfile
%ghost %verify(not md5 size mtime) %{_localstatedir}/log/pm-suspend.log

%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/pm-utils.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.1-9
+ Revision: bb30df4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18539 |14mr|pnm2ppa-1.12-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PNM2PPA GhostScript Print Filter
Name:		pnm2ppa
Version:	1.12
Release:	12
Group:		System/Printing
License:	GPL
URL:		http://pnm2ppa.sourceforge.net/
Source0:	http://downloads.sourceforge.net/pnm2ppa/%{name}-%{version}.tar.gz
#Source1:	http://www.httptech.com/ppa/files/ppa-0.8.6.tar.bz2
Source1:	http://fresh.t-systems-sfr.com/linux/src/ppa-0.8.6.tar.gz
Patch0:		pbm2ppa-20000205.diff
Patch1:		pnm2ppa-mdv_conf.diff
Patch2:		pbm2ppa-mdv_conf.diff
Patch3:		pnm2ppa-1.12-LDFLAGS.diff
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
PPA (Printing Performance Architecture) is a closed, proprietary protocol
developed by Hewlett Packard for a short-lived series of DeskJet printers. In
essence, the PPA protocol moves the low-level processing of the data to the
host computer rather than the printer. This allows for a low-cost (to produce)
printer with a small amount of memory and computing power. However, in practice
the printer was often as expensive as more capable printers and HP has since
discontinued the use of PPA in favour of returning to PCL3e in their latest
USB-based printers.

%prep

%setup -q -a1

# fix attribs
find -type f | xargs chmod 644

%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p1

# remove "version ERROR" line from pnm2ppa.conf
perl -n -i -e 'if ( !m/^\s*version\s*0\s*(|\#.*)$/ ) { print "$_";}' pnm2ppa-*/pnm2ppa.conf

# Generate README file
cat > README.calibration << EOF

Colour calibration for PPA printers
-----------------------------------

If you have an HP DeskJet PPA printer (very cheap models: 710C, 712C,
720C, 722C, 820C, 1000C, or a newer printer which works with one of
these model entries) you can optionally do a colour correction. Do the
following:

Some of the printing modes offer optional colour correction. See the
option "Printing Mode" which is offered to you in the option window of
"printerdrake" and if you use CUPS also in "qtcups" or "kprinter"
("Properties" button, "Advanced" tab), "xpp" ("Options" button,
"Extra" tab), "kups" (right click on printer, "Configure printer" in
menu), or the WWW interface ("Configure printer" button) and if you
use PDQ in "xpdq" ("Driver options"). Choose a setting with "optional
colour correction" and save your settings. Read the file

    %{_docdir}/%{name}*/COLOR.txt

and follow the instructions there, but use the name

   /etc/pnm2ppa.gamma_normal

for the colour correction file for the "normal quality" modes and

   /etc/pnm2ppa.gamma_best

for the colour correction file for the "best quality" modes. So you
can do the colour correction independently in both normal and best
quality modes. The files are automatically taken into account by the
appropriate modes as soon as they are created.
EOF

%build

%make RPM_OPT_FLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%make -C pbm2ppa-* RPM_OPT_FLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

%makeinstall_std

install -m 0755 utils/Linux/detect_ppa %{buildroot}%{_bindir}/
install -m 0755 utils/Linux/test_ppa %{buildroot}%{_bindir}/

install -m 0755 pbm2ppa-*/pbm2ppa %{buildroot}%{_bindir}/
install -m 0755 pbm2ppa-*/pbmtpg %{buildroot}%{_bindir}/
install -m 0644 pbm2ppa-*/pbm2ppa.conf %{buildroot}%{_sysconfdir}/
install -m 0644 pbm2ppa-*/pbm2ppa.1 %{buildroot}%{_mandir}/man1/

for i in CALIBRATION CREDITS INSTALL INSTALL-MORE README; do
    cp pbm2ppa-*/$i $i.pbm2ppa
done

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc Changelog README.calibration README.security test.ps testpage-a4.ps testpage.ps
%doc docs/en/CALIBRATION.txt docs/en/COLOR.txt docs/en/CREDITS docs/en/INSTALL docs/en/INSTALL.MANDRAKE.txt
%doc docs/en/LICENSE docs/en/PPA_networking.txt docs/en/README docs/en/RELEASE-NOTES docs/en/TODO *.pbm2ppa
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pnm2ppa.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pbm2ppa.conf
%attr(0755,root,root) %{_bindir}/calibrate_ppa
%attr(0755,root,root) %{_bindir}/detect_ppa
%attr(0755,root,root) %{_bindir}/pbm2ppa
%attr(0755,root,root) %{_bindir}/pbmtpg
%attr(0755,root,root) %{_bindir}/pnm2ppa
%attr(0755,root,root) %{_bindir}/test_ppa
%attr(0644,root,root) %{_mandir}/man1/pnm2ppa.1*
%attr(0644,root,root) %{_mandir}/man1/pbm2ppa.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.12-12
+ Revision: ce5c4bb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18540 |14mr|pnputils-0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pnputils
%define version 0.1

Summary: Dump resource information for PnP devices
Name: %{name}
Version: %{version}
Release: 9
Source0: %{name}-%{version}.tar.bz2
Patch0: pnputils-0.1-destdir.patch
License: GPL
Group: System/Kernel and hardware
Url: ftp://ftp.kernel.org/pub/linux/kernel/people/helgaas/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: ldetect-lst >= 0.1.282


%description
A utility for dumping resource information for PnP devices.

%prep
%setup -q
%patch0 -p1 -b .destdir

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

#packaged as part of ldetect-lst
rm -f $RPM_BUILD_ROOT%{_datadir}/misc/pnp.ids

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog
/sbin/lspnp
/sbin/setpnp
%{_mandir}/man8/*.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-9
+ Revision: 242d6a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18541 |14mr|po4a-0.45-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool maintaining translations anywhere
Name:		po4a
Version:	0.45
Release:	2
Group:		System/Internationalization
License:	GPLv2+
URL:		http://alioth.debian.org/projects/po4a/
Source0:	http://alioth.debian.org/frs/download.php/2108/%{name}-%{version}.tar.gz
BuildRequires:	perl(Locale::gettext) >= 1.01
BuildRequires:	perl(Module::Build)
BuildRequires:	perl-SGMLSpm
# FIXME: duplicated in texlive-latex-web-companion
#BuildRequires:	perl(SGMLS) >= 1.03ii
BuildRequires:	perl(Term::ReadKey)
BuildRequires:	perl(Text::WrapI18N)
BuildRequires:	perl(Unicode::GCString)
BuildRequires:	perl-devel
BuildRequires:	xsltproc docbook-style-xsl
BuildRequires:	gettext
Requires:	gettext
BuildArch:	noarch

%description
The po4a (po for anything) project goal is to ease translations (and
more interestingly, the maintenance of translations) using gettext
tools on areas where they were not expected like documentation.

%prep
%setup -q

%build
perl Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot}

%find_lang %{name} --with-man --all-name

%files -f %{name}.lang
%doc README* COPYING TODO
%{_bindir}/po4a*
%{_bindir}/msguntypot
%{perl_vendorlib}/Locale/Po4a
%{_mandir}/man[1375]/*.[1375]*


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.45-2
+ Revision: 00d0cab
- New version 0.45



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18542 |14mr|podofo-0.9.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.9.1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Tools and libraries to work with the PDF file format
Name:		podofo
Version:	0.9.2
Release:	7
Group:		Publishing
License:	GPL and LGPL
Url:		http://podofo.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch1:		podofo-0.9.2-lua52.patch
Patch2:		podofo-0.9.2-freetype2.5.1.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
PoDoFo is a library to work with the PDF file format. The name comes from
the first letter of PDF (Portable Document Format). A few tools to work
with PDF files are already included in the PoDoFo package.

The PoDoFo library is a free, portable C++ library which includes classes
to parse PDF files and modify their contents into memory. The changes can be
written back to disk easily. The parser can also be used to extract
information from a PDF file (for example the parser could be used in a PDF
viewer). Besides parsing PoDoFo includes also very simple classes to create
your own PDF files. All classes are documented so it is easy to start writing
your own application using PoDoFo.

%files
%doc COPYING
%{_bindir}/%{name}*
%doc %{_mandir}/man1/%{name}*.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Runtime library for %{name}
Group:		System/Libraries
License:	LGPLv2+
# We had wrong major used for library package
Obsoletes:	%{_lib}podofo0 < 0.9.2
Conflicts:	%{_lib}podofo0 < 0.9.2

%description -n %{libname}
Runtime library for %{name}.

%files -n %{libname}
%doc AUTHORS COPYING.LIB ChangeLog FAQ.html README.html TODO
%{_libdir}/libpodofo.so.%{major}*

#----------------------------------------------------------------------------

%package -n 	%{devname}
Summary:	Development files for %{name} library
Group:		Development/C
License:	LGPLv2+
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development files and documentation for the %{name} library.

%files -n %{devname}
%doc doc/html
%{_includedir}/%{name}
%{_libdir}/libpodofo.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake -DPODOFO_BUILD_SHARED=1 \
%if "%{_lib}" == "lib64"
-DWANT_LIB64=1 \
%endif


%make

# build the docs
doxygen ../

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.2-7
+ Revision: 926ee24
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18543 |14mr|polari-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		polari
Version:	3.12.2
Release:	2
Summary:	Internet Relay Chat client for GNOME
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
URL:		https://wiki.gnome.org/Apps/Polari
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.35.9
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.9.12
BuildRequires:	pkgconfig(telepathy-glib)
BuildRequires:	gsettings-desktop-schemas
BuildRequires:	desktop-file-utils
BuildRequires:	gjs
Requires:	gsettings-desktop-schemas
Requires:	telepathy-logger
Requires:	telepathy-mission-control
Requires:	telepathy-idle


%description
Polari is an Internet Relay Chat client for the GNOME desktop.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

find %{buildroot} -name '*.la' -delete

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING AUTHORS NEWS
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/dbus-1/services/org.gnome.Polari.service
%{_datadir}/applications/org.gnome.Polari.desktop
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/%{name}
%{_iconsdir}/*/*/*/*
%{_datadir}/appdata/org.gnome.Polari.appdata.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 11025c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18544 |14mr|polarssl-1.2.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		2
%define libname		%mklibname %{name} %{major}
%define devname		%mklibname %{name} -d

Summary:	An SSL library
Name:		polarssl
Version:	1.2.8
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://polarssl.org
Source0:	http://polarssl.org/code/releases/%{name}-%{version}-gpl.tgz
Patch0:		polarssl-1.2.8-havege.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	pkcs11-helper-devel

%description
PolarSSL is an SSL library written in ANSI C. PolarSSL makes it easy
for developers to include cryptographic and SSL/TLS capabilities in their
(embedded) products with as little hassle as possible. It is designed to be
readable, documented, tested, loosely coupled and portable.

This package contains PolarSSL programs.

%files
%doc ChangeLog README
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	PolarSSL library
Group:		System/Libraries

%description -n %{libname}
PolarSSL is an SSL library written in ANSI C. PolarSSL makes it easy
for developers to include cryptographic and SSL/TLS capabilities in their
(embedded) products with as little hassle as possible. It is designed to be
readable, documented, tested, loosely coupled and portable.

This package contains the library itself.

%files -n %{libname}
%{_libdir}/libpolarssl.so.%{major}*
%{_libdir}/libpolarssl.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	PolarSSL development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	polarssl-devel = %{EVRD}

%description -n %{devname}
PolarSSL is an SSL library written in ANSI C. PolarSSL makes it easy
for developers to include cryptographic and SSL/TLS capabilities in their
(embedded) products with as little hassle as possible. It is designed to be
readable, documented, tested, loosely coupled and portable.

This package contains development files.

%files -n %{devname}
%doc apidoc
%{_libdir}/libpolarssl.so
%{_includedir}/polarssl

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake \
	-DUSE_SHARED_POLARSSL_LIBRARY:BOOL=ON \
	-DUSE_PKCS11_HELPER_LIBRARY:BOOL=ON
%make
%make apidoc

%install
%makeinstall_std -C build

for file in benchmark md5sum sha1sum
do
	mv %{buildroot}%{_bindir}/${file} %{buildroot}%{_bindir}/${file}.polarssl
done


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.8-3
+ Revision: 02b4cba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18545 |14mr|policykit-0.9-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname polkit %{major}
%define libdbus %mklibname polkit-dbus %{major}
%define libgrant %mklibname polkit-grant %{major}
%define devname %mklibname polkit -d

%define _localstatedir %{_var}

# uid/gid allocated in this bug:
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=244950
%define polkit_uid 87

Summary:	Authorization Toolkit
Name:		policykit
Version:	0.9
Release:	13
License:	MIT
Group:		System/Libraries
Url:		http://people.freedesktop.org/~david/polkit-spec.html
Source0:	http://hal.freedesktop.org/releases/PolicyKit-%{version}.tar.gz
# (fc) 0.9-3mdv adapt to ConsoleKit 0.3 API (Fedora)
Patch0:		pk-ck-api-change.patch
# (fc) fix memleak (Fedora)
Patch1:		entry-leak.patch
# (fc) fix default D-Bus policy (fdo bug #18948)
Patch2:		polkit-0.8-dbus-policy.patch
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	xmlto
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0)
Requires(pre,postun):	rpm-helper
Provides:	PolicyKit = %{EVRD}

%description
PolicyKit is a toolkit for defining and handling authorizations. It is used
to allows unprivileged processes to speak to privileged processes.

%files
%doc AUTHORS COPYING HACKING NEWS README doc/TODO
%config(noreplace) %{_sysconfdir}/pam.d/polkit
%dir %{_sysconfdir}/PolicyKit
%config(noreplace) %{_sysconfdir}/PolicyKit/PolicyKit.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit.conf
%{_sysconfdir}/bash_completion.d/%{name}
%{_bindir}/*
%{_libexecdir}/polkitd
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*
# see README file for why these permissions are necessary
%attr(4755,polkituser,root) %{_libexecdir}/polkit-set-default-helper
%attr(2755,root,polkituser) %{_libexecdir}/polkit-read-auth-helper
%attr(2755,root,polkituser) %{_libexecdir}/polkit-revoke-helper
%attr(2755,root,polkituser) %{_libexecdir}/polkit-explicit-grant-helper
%attr(2755,root,polkituser) %{_libexecdir}/polkit-grant-helper
%attr(4754,root,polkituser) %{_libexecdir}/polkit-grant-helper-pam
%attr(4755,root,polkituser) %{_libexecdir}/polkit-resolve-exe-helper
%attr(0770,root,polkituser) %dir %{_localstatedir}/run/PolicyKit
%attr(0770,root,polkituser) %dir %{_localstatedir}/lib/PolicyKit
%attr(0755,polkituser,root) %dir %{_localstatedir}/lib/PolicyKit-public
%attr(0664,polkituser,polkituser) %{_localstatedir}/lib/misc/PolicyKit.reload
%dir %{_datadir}/PolicyKit
%dir %{_datadir}/PolicyKit/policy
%{_datadir}/PolicyKit/config.dtd
%{_datadir}/PolicyKit/policy/org.freedesktop.policykit.policy
%{_datadir}/dbus-1/system-services/org.freedesktop.PolicyKit.service
%{_datadir}/dbus-1/interfaces/org.freedesktop.PolicyKit.AuthenticationAgent.xml

%pre
%_pre_useradd polkituser / /sbin/nologin %{polkit_uid}

%postun
%_postun_userdel polkituser

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Authorization Toolkit library
Group:		System/Libraries
# In fact, requires consoletekit but it's replaced with accountsservice
Requires:	accountsservice
Requires:	dbus
Requires:	pam
Requires:	%{name} >= %{EVRD}

%description -n %{libname}
PolicyKit is a toolkit for defining and handling authorizations. It is used
to allows unprivileged processes to speak to privileged processes.

%files -n %{libname}
%{_libdir}/libpolkit.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libdbus}
Summary:	Authorization Toolkit library
Group:		System/Libraries
Conflicts:	%{_lib}polkit2 < 0.9-13

%description -n %{libdbus}
PolicyKit is a toolkit for defining and handling authorizations. It is used
to allows unprivileged processes to speak to privileged processes.

%files -n %{libdbus}
%{_libdir}/libpolkit-dbus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgrant}
Summary:	Authorization Toolkit library
Group:		System/Libraries
Conflicts:	%{_lib}polkit2 < 0.9-13

%description -n %{libgrant}
PolicyKit is a toolkit for defining and handling authorizations. It is used
to allows unprivileged processes to speak to privileged processes.

%files -n %{libgrant}
%{_libdir}/libpolkit-grant.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and libraries for PolicyKit
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libdbus} = %{EVRD}
Requires:	%{libgrant} = %{EVRD}
Provides:	polkit-devel = %{EVRD}

%description -n %{devname}
Headers and libraries for PolicyKit.

%files -n %{devname}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*

#----------------------------------------------------------------------------

%package docs
Summary:	Documentation for PolicyKit
Group:		Documentation
# stupid guidelines require this for ownership of /usr/share/gtk-doc
Requires:	gtk-doc

%description docs
Documentation for PolicyKit.

%files docs
%{_datadir}/gtk-doc/html/polkit

#----------------------------------------------------------------------------

%prep
%setup -q -n PolicyKit-%{version}
%patch0 -p1 -b .ck03
%patch1 -p1 -b .entry-leak
%patch2 -p1 -b .policy-fix

%build
%configure2_5x \
	--disable-selinux \
	--disable-static

#parallel build is broken
make

%install
%makeinstall_std profiledir=%{_sysconfdir}/bash_completion.d

# standard completion file name
mv %{buildroot}%{_sysconfdir}/bash_completion.d/polkit-bash-completion.sh \
   %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}
chmod 644 %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}


%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9-13
+ Revision: 59f26da
- Split shared library, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18546 |14mr|policykit-gnome-0.9.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dbus_version		0.90
%define dbus_glib_version	0.71
%define gtk2_version		2.13.6
%define gnome_doc_utils_version 0.3.2
%define polkit_version		0.9
%define intltool_version	0.35

%define pkgname PolicyKit-gnome

%define lib_major 0
%define lib_name %mklibname polkit-gnome %{lib_major}
%define lib_name_devel %mklibname polkit-gnome -d

Summary: PolicyKit integration for the GNOME desktop
Name: policykit-gnome
Version: 0.9.2
Release: 11
License: GPLV2+
Group: System/Libraries
URL: http://gitweb.freedesktop.org/?p=users/david/PolicyKit-gnome.git;a=summary
Source0: http://hal.freedesktop.org/releases/%{pkgname}-%{version}.tar.bz2
# (fc) 0.9.2-2mdv fix i18n init
Patch0: PolicyKit-gnome-0.9.2-i18ninit.patch
# (fc) 0.9.2-2mdv fix for use with non UTF8 locale
Patch1: PolicyKit-gnome-0.9.2-nonutf8.patch
# (fc) 0.9.2-4mdv fix object registration (fdo bug #23297, mdv bug #50486) (Fedora)
Patch2: PolicyKit-gnome-0.9.2-fix-manager-object-path-fdo-23297.patch
# (fc) 0.9.2-4mdv don't spawn when running under GDM (Fedora)
Patch3: PolicyKit-gnome-0.9.2-dont-spawn-when-running-under-gdm.patch
# (fc) 0.9.2-4mdv fix clickable button (Fedora)
Patch4: PolicyKit-gnome-0.9.2-fix-clickable-buttons.patch
BuildRequires: dbus-devel  >= %{dbus_version}
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
BuildRequires: dbus-glib >= %{dbus_glib_version}
BuildRequires: pkgconfig(gconf-2.0) GConf2
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: polkit-devel >= %{polkit_version}
BuildRequires: pkgconfig(gnome-doc-utils)
BuildRequires: intltool >= %{intltool_version}
BuildRequires: gettext
BuildRequires: desktop-file-utils
BuildRequires: gtk-doc
Requires: policykit >= %{polkit_version}
Provides: %{pkgname} = %{version}-%{release}

%description 
PolicyKit-gnome provides a GNOME integration library and tools for
PolicyKit including an Authentication Agent that matches the look and
feel of the GNOME desktop.

%package -n %{lib_name}
Summary: PolicyKit integration for the GNOME desktop
Group: System/Libraries
License: LGPLv2+
Requires: %{name} >= %{version}

%description -n %{lib_name}
PolicyKit-gnome provides a GNOME integration library and tools for
PolicyKit including an Authentication Agent that matches the look and
feel of the GNOME desktop.

%package -n %{lib_name_devel}
Summary: Headers, libraries and API docs for PolicyKit-gnome
Group: Development/C
License: LGPLv2+
Requires: %{name} >= %{version}
Requires: %{lib_name} = %{version}-%{release}
Provides: %name-devel = %version-%release

%description -n %{lib_name_devel}
This package provides headers, libraries and API docs for
PolicyKit-gnome.

%package demo
Summary: Demo application for PolicyKit-gnome
Group: Development/C
License: GPLv2+
Requires: %{name} = %{version}-%{release}

%description demo 
Policy-gnome-demo provides a sample application that demonstrates the
features of both PolicyKit and PolicyKit-gnome. You normally don't
want to have this package installed.

%prep
%setup -q -n %{pkgname}-%{version}
%patch0 -p1 -b .i18ninit
%patch1 -p1 -b .nonutf8
%patch2 -p1 -b .fix-manager-path
%patch3 -p1 -b .no-spawning-under-gdm
%patch4 -p1 -b .fix-clickable-buttons

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std

desktop-file-install --vendor="" \
  --add-category="GNOME" \
  --add-category="GTK" \
  --add-category="System" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*


%find_lang %{pkgname}

# remove unpackaged files
rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a}

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post -n %{lib_name} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{lib_name} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%post
%post_install_gconf_schemas polkit-gnome
%endif

%preun
%preun_uninstall_gconf_schemas polkit-gnome

%files -f %{pkgname}.lang
%defattr(-,root,root,-)
%doc README AUTHORS NEWS COPYING HACKING TODO
%_sysconfdir/gconf/schemas/polkit-gnome.schemas
%{_bindir}/polkit-gnome-authorization
%{_libexecdir}/polkit-gnome-manager
%{_datadir}/dbus-1/services/org.gnome.PolicyKit.service
%{_datadir}/dbus-1/services/org.gnome.PolicyKit.AuthorizationManager.service
%{_datadir}/dbus-1/services/gnome-org.freedesktop.PolicyKit.AuthenticationAgent.service
%{_datadir}/applications/polkit-gnome-authorization.desktop

%files -n %{lib_name}
%defattr(-,root,root,-)
%{_libdir}/*.so.%{lib_major}*

%files -n %{lib_name_devel}
%defattr(-,root,root,-)
%doc %{_datadir}/gtk-doc/html/*
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*

%files demo
%defattr(-,root,root,-)
%{_bindir}/polkit-gnome-example
%_datadir/PolicyKit/policy/org.gnome.policykit.examples.policy



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.2-11
+ Revision: 373490d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18547 |14mr|polkit-0.112-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1
%define major 0
%define gir_major 1.0
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{gir_major}
%define develname %mklibname -d %{name} %{api}

Summary:	PolicyKit Authorization Framework
Name:		polkit
Version:	0.112
Release:	3
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.freedesktop.org/wiki/Software/PolicyKit
Source0:	http://www.freedesktop.org/software/polkit/releases/%{name}-%{version}.tar.gz
# https://bugs.freedesktop.org/show_bug.cgi?id=71894
Patch0: polkit-0.112-XDG_RUNTIME_DIR.patch
# https://bugs.freedesktop.org/show_bug.cgi?id=60847
Patch1: polkit-0.112-PolkitAgentSession-race.patch
# http://cgit.freedesktop.org/polkit/commit/?id=26d0c0578211fb96fc8fe75572aa11ad6ecbf9b8
Patch2: polkit-0.112-systemd-Deduplicate-code-paths.patch
# http://cgit.freedesktop.org/polkit/commit/?id=a68f5dfd7662767b7b9822090b70bc5bd145c50c
Patch3: polkit-0.112-systemd-prepare-for-D-Bus-user-bus.patch
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(mozjs185)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(expat)
# (cg) Only needed due to patches+autoconf
BuildRequires:	gettext-devel
Requires:	dbus

Obsoletes: PolicyKit <= 0.10
Provides: PolicyKit = 0.11

# polkit saw some API/ABI changes from 0.96 to 0.97 so require a
# sufficiently new polkit-gnome package
Conflicts: polkit-gnome < 0.97

Obsoletes: polkit-desktop-policy < 0.103
Provides: polkit-desktop-policy = 0.103

%description
PolicyKit is a toolkit for defining and handling authorizations.
It is used for allowing unprivileged processes to speak to privileged
processes.

%package -n %{libname}
Group:		System/Libraries
Summary:	PolicyKit Authorization Framework

%description -n %{libname}
This package contains the shared libraries of %{name}.

%package -n %{girname}
Group:		System/Libraries
Summary:	GObject Introspection interface library for %{name}
Conflicts:	polkit < 0.104-3

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{develname}
Summary:	Development files for PolicyKit
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	polkit-%{api}-devel = %{version}-%{release}
Requires: pkgconfig(glib-2.0)
Obsoletes: PolicyKit-devel <= 0.10
Provides: PolicyKit-devel = 0.11

%description -n %{develname}
Development files for PolicyKit.

%prep
%setup -q
%apply_patches

%build
#libtoolize --copy --force; aclocal; autoheader; automake --add-missing --force-missing; autoconf
autoreconf -fi
%configure2_5x \
	--enable-gtk-doc \
	--disable-static \
	--libexecdir=%{_libexecdir}/polkit-1 \
    --enable-introspection \
    --enable-systemd=yes \
    --enable-libsystemd-login=yes

%make

%install
%makeinstall_std
# (cg) Make the rules dir (this is where other packages should ship their rules)
mkdir -p %{buildroot}%{_datadir}/polkit-1/rules.d

%find_lang polkit-1 polkit-1.lang

# remove unpackaged files
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%pre
%_pre_useradd polkitd %{_prefix}/lib/polkit-1 /sbin/nologin

%post
# (cg) Previous package enabled this but it's now purely dbus activated
rm -f %{_sysconfdir}/systemd/system/graphical.target.wants/polkitd.service

%postun
%_postun_userdel polkitd

%files -f polkit-1.lang
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
%{_sysconfdir}/pam.d/polkit-1
%{_bindir}/pkaction
%{_bindir}/pkcheck
%{_bindir}/pkttyagent
%{_bindir}/pk-example-frobnicate
%{_systemunitdir}/polkit.service
%dir %{_prefix}/lib/polkit-1
%{_prefix}/lib/polkit-1/polkitd
%{_datadir}/dbus-1/system-services/*
%dir %{_datadir}/polkit-1/
%dir %{_datadir}/polkit-1/actions
%{_datadir}/polkit-1/actions/org.freedesktop.policykit.policy
%{_datadir}/polkit-1/actions/org.freedesktop.policykit.examples.pkexec.policy
%attr(700,polkitd,root) %dir %{_datadir}/polkit-1/rules.d
%attr(700,polkitd,root) %{_sysconfdir}/polkit-1/rules.d
%dir %{_sysconfdir}/polkit-1
#%{_sysconfdir}/polkit-1/rules.d/50-default.rules
%{_mandir}/man1/*
%{_mandir}/man8/*

# see upstream docs for why these permissions are necessary
%attr(4755,root,root) %{_bindir}/pkexec
%attr(4755,root,root) %{_prefix}/lib/polkit-1/polkit-agent-helper-1

%files -n %{libname}
%{_libdir}/lib*-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Polkit*-%{gir_major}.typelib

%files -n %{develname}
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/*.gir
%{_datadir}/gtk-doc/html/*



%changelog
* Tue Jul 08 2014 Tigro <ashejn@gmail.com> 0.112-3
+ Revision: 3a0a15f
- apply Fedora patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18548 |14mr|polkit-gnome-0.105-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PolicyKit integration for the GNOME desktop
Name:		polkit-gnome
Version:	0.105
Release:	4

License:	LGPLv2+
URL:		http://www.freedesktop.org/wiki/Software/PolicyKit
Group:		System/Libraries
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/polkit-gnome/0.105/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6.2
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(polkit-agent-1) >= 0.97
BuildRequires:	pkgconfig(polkit-gobject-1) >= 0.97
Buildrequires:	intltool >= 0.35.0

Provides:	polkit-agent

Obsoletes:	%{_lib}polkit-gtk1_0 < 0.104
Obsoletes:	%{_lib}polkit-gtk1-devel < 0.104
Obsoletes:	%{_lib}polkitgtk-gir1.0 < 0.104
Obsoletes:	polkit-gnome-docs < 0.104

%description
polkit-gnome provides an authentication agent for PolicyKit
that matches the look and feel of the GNOME desktop.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
make

%install
%makeinstall_std

%find_lang polkit-gnome-1

%files -f polkit-gnome-1.lang
%doc COPYING AUTHORS README
%{_libexecdir}/polkit-gnome-authentication-agent-1


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.105-4
+ Revision: 3e11edd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18549 |14mr|polkit-kde-agent-1-0.99.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           polkit-kde-agent-1
Version:        0.99.0
Summary:        PolicyKit authentication agent for KDE
Release:        7
License:        GPL
Group:          Graphical desktop/KDE
URL:            https://projects.kde.org/projects/extragear/base/%{name}
Source0:        http://fr2.rpmfind.net/linux/KDE/stable/apps/KDE4.x/admin/%{name}-%{version}.tar.bz2
# upstream patches
# (bor) make sure dialogue is not hidden (GIT)
Patch100:	0001-Bring-the-auth-dialog-to-the-front-when-it-is-shown..patch
Patch101:	polkit-kde-agent-1-0.99.0-l10n-ru.patch
BuildRequires:  polkit-qt-1-devel >= 0.99.0
BuildRequires:  kdelibs4-devel
Provides:       polkit-agent
Provides:	polkit-kde-1

%description
PolicyKit authentication agent for KDE

%files -f polkit-kde-authentication-agent-1.lang
%dir %{_kde_appsdir}/policykit1-kde
%{_kde_appsdir}/policykit1-kde/policykit1-kde.notifyrc
%{_kde_autostart}/polkit-kde-authentication-agent-1.desktop
%{_kde_libdir}/kde4/libexec/polkit-kde-authentication-agent-1

#-----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%apply_patches

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang polkit-kde-authentication-agent-1



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.99.0-7
+ Revision: f5de648
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18550 |14mr|polkit-qt-0.9.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           polkit-qt
Version:        0.9.3
Summary:        Library that allows developer to access PolicyKit API
Release:        5
License:        GPL
Group:          Graphical desktop/KDE
URL:            http://www.kde.org/
Source0:        http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %_tmppath/%name-%version-%release-buildroot
BuildRequires:  polkit-devel
BUildRequires:  qt4-devel
BuildRequires:  cmake
BuildRequires:  automoc4

%description
Polkit-qt is a library that allows developer to access PolicyKit 
API with a nice Qt-style API

#-----------------------------------------------------------------------------

%define libpolkit_qt_core_major 0
%define libpolkit_qt_core %mklibname polkit-qt-core %{libpolkit_qt_core_major}

%package -n %libpolkit_qt_core
Summary: Polkit-Qt core library
Group: System/Libraries

%description -n %libpolkit_qt_core
Polkit-Qt core library.

%files -n %libpolkit_qt_core
%defattr(-,root,root)
%_libdir/libpolkit-qt-core.so.%{libpolkit_qt_core_major}*

#-----------------------------------------------------------------------------

%define libpolkit_qt_gui_major 0
%define libpolkit_qt_gui %mklibname polkit-qt-gui %{libpolkit_qt_gui_major}

%package -n %libpolkit_qt_gui
Summary: Polkit-Qt core library
Group: System/Libraries

%description -n %libpolkit_qt_gui
Polkit-Qt core library.

%files -n %libpolkit_qt_gui
%defattr(-,root,root)
%_libdir/libpolkit-qt-gui.so.%{libpolkit_qt_gui_major}*

#-----------------------------------------------------------------------------

%package   devel
Summary:   Devel stuff for polkit-Qt
Group:     Development/KDE and Qt
Requires:  %libpolkit_qt_core = %version
Requires:  %libpolkit_qt_gui = %version

%description  devel
This package contains header files needed if you wish to build applications
based on %name.

%files devel
%defattr(-,root,root)
%_libdir/pkgconfig/polkit-qt-core.pc
%_libdir/pkgconfig/polkit-qt-gui.pc
%_libdir/pkgconfig/polkit-qt.pc
%_includedir/PolicyKit/polkit-qt
%_libdir/libpolkit-qt-core.so
%_libdir/libpolkit-qt-gui.so

#-----------------------------------------------------------------------------

%prep
%setup -q

%build

%cmake_qt4
%make


%install
rm -rf %buildroot
%makeinstall_std -C build

%clean
rm -rf %{buildroot}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.3-5
+ Revision: af88ec2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18551 |14mr|polkit-qt-1-0.103.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1

Name:		polkit-qt-1
Version:	0.103.0
Summary:	Library that allows developer to access PolicyKit-1 API
Release:	5
License:	LGPLv2+
Group:		Graphical desktop/KDE
URL:		https://projects.kde.org/projects/kdesupport/polkit-qt-1
Source0:	http://fr2.rpmfind.net/linux/KDE/stable/apps/KDE4.x/admin/%{name}-%{version}.tar.bz2

BuildRequires:	polkit-1-devel >= 0.98.1
BuildRequires:	qt4-devel
BuildRequires:	cmake
BuildRequires:	automoc4

%description
Polkit-qt is a library that allows developer to access PolicyKit-1
API with a nice Qt-style API

#-----------------------------------------------------------------------------
%define libpolkit_qt_core_1 %mklibname polkit-qt-core-1_ %{major}

%package -n %{libpolkit_qt_core_1}
Summary:	Polkit-Qt core library
Group:		System/Libraries
Obsoletes:	%{_lib}polkit-qt-core-10 < %{version}-%{release}

%description -n %{libpolkit_qt_core_1}
Polkit-Qt core library.

%files -n %{libpolkit_qt_core_1}
%{_libdir}/libpolkit-qt-core-1.so.%{major}*

#-----------------------------------------------------------------------------
%define libpolkit_qt_gui_1 %mklibname polkit-qt-gui-1_ %{major}

%package -n %{libpolkit_qt_gui_1}
Summary:	Polkit-Qt core library
Group:		System/Libraries
Obsoletes:	%{_lib}polkit-qt-gui-10 < %{version}-%{release}

%description -n %{libpolkit_qt_gui_1}
Polkit-Qt core library.

%files -n %{libpolkit_qt_gui_1}
%{_libdir}/libpolkit-qt-gui-1.so.%{major}*

#-----------------------------------------------------------------------------
%define libpolkit_qt_agent_1 %mklibname polkit-qt-agent-1_ %{major}

%package -n %{libpolkit_qt_agent_1}
Summary:	Polkit-Qt core library
Group:		System/Libraries
Obsoletes:	%{_lib}polkit-qt-agent-10 < %{version}-%{release}

%description -n %{libpolkit_qt_agent_1}
Polkit-Qt core library.

%files -n %{libpolkit_qt_agent_1}
%{_libdir}/libpolkit-qt-agent-1.so.%{major}*

#-----------------------------------------------------------------------------

%package   devel
Summary:	Devel stuff for polkit-Qt
Group:		Development/KDE and Qt
Requires:	%{libpolkit_qt_core_1} = %{version}-%{release}
Requires:	%{libpolkit_qt_gui_1} = %{version}-%{release}
Requires:	%{libpolkit_qt_agent_1} = %{version}-%{release}

%description  devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_includedir}/polkit-qt-1
%{_libdir}/libpolkit-qt-agent-1.so
%{_libdir}/libpolkit-qt-core-1.so
%{_libdir}/libpolkit-qt-gui-1.so
%{_libdir}/pkgconfig/polkit-qt-1.pc
%{_libdir}/pkgconfig/polkit-qt-agent-1.pc
%{_libdir}/pkgconfig/polkit-qt-core-1.pc
%{_libdir}/pkgconfig/polkit-qt-gui-1.pc
%{_libdir}/cmake/PolkitQt-1/*.cmake

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.103.0-5
+ Revision: ca07c89
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18552 |14mr|polkit-qt5-1-0.103.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1

Summary:	Library that allows developer to access PolicyKit-1 API
Name:		polkit-qt5-1
Version:	0.103.1
Release:	5
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/kdesupport/polkit-qt-1
Source0: 	%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	qmake5
BuildRequires:	polkit-1-devel >= 0.98.1
BuildRequires:	qt5-devel >= 5.1.0

%description
Polkit-qt is a library that allows developer to access PolicyKit-1
API with a nice Qt-style API

#-----------------------------------------------------------------------------
%define libpolkit_qt5_core_1 %mklibname polkit-qt5-core-1_ %{major}

%package -n %{libpolkit_qt5_core_1}
Summary:	Polkit-Qt core library
Group:		System/Libraries
Obsoletes:	%{_lib}polkit-qt-core-10 < %{version}-%{release}

%description -n %{libpolkit_qt5_core_1}
Polkit-Qt core library.

%files -n %{libpolkit_qt5_core_1}
%{_libdir}/libpolkit-qt5-core-1.so.%{major}*

#-----------------------------------------------------------------------------
%define libpolkit_qt5_gui_1 %mklibname polkit-qt5-gui-1_ %{major}

%package -n %{libpolkit_qt5_gui_1}
Summary:	Polkit-Qt core library
Group:		System/Libraries
Obsoletes:	%{_lib}polkit-qt-gui-10 < %{version}-%{release}

%description -n %{libpolkit_qt5_gui_1}
Polkit-Qt core library.

%files -n %{libpolkit_qt5_gui_1}
%{_libdir}/libpolkit-qt5-gui-1.so.%{major}*

#-----------------------------------------------------------------------------
%define libpolkit_qt5_agent_1 %mklibname polkit-qt5-agent-1_ %{major}

%package -n %{libpolkit_qt5_agent_1}
Summary:	Polkit-Qt core library
Group:		System/Libraries
Obsoletes:	%{_lib}polkit-qt-agent-10 < %{version}-%{release}

%description -n %{libpolkit_qt5_agent_1}
Polkit-Qt core library.

%files -n %{libpolkit_qt5_agent_1}
%{_libdir}/libpolkit-qt5-agent-1.so.%{major}*

#-----------------------------------------------------------------------------

%package   devel
Summary:	Devel stuff for polkit-Qt
Group:		Development/KDE and Qt
Requires:	%{libpolkit_qt5_core_1} = %{version}-%{release}
Requires:	%{libpolkit_qt5_gui_1} = %{version}-%{release}
Requires:	%{libpolkit_qt5_agent_1} = %{version}-%{release}

%description  devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_includedir}/polkit-qt-1
%{_libdir}/libpolkit-qt5-agent-1.so
%{_libdir}/libpolkit-qt5-core-1.so
%{_libdir}/libpolkit-qt5-gui-1.so
%{_libdir}/pkgconfig/polkit-qt5-1.pc
%{_libdir}/pkgconfig/polkit-qt5-agent-1.pc
%{_libdir}/pkgconfig/polkit-qt5-core-1.pc
%{_libdir}/pkgconfig/polkit-qt5-gui-1.pc
%{_libdir}/cmake/PolkitQt5-1/*.cmake

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt5 
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.103.1-5
+ Revision: 0c1470c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18553 |14mr|poly2tri-c-0.1.0-0.20140215.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	api	0.1
%define	major	0
%define	libname	%mklibname %{name} %{api} %{major}
%define	devname	%mklibname -d %{name}

Summary:	Fast and powerful library for computing 2D constrained Delaunay triangulations
Name:		poly2tri-c
Version:	0.1.0
%define	gitdate	20140215
Release:	%{?gitdate:0.%{gitdate}.}1
Group:		System/Libraries
License:	BSD 3-Clause License
Url:		http://code.google.com/p/poly2tri-c/

# git clone https://code.google.com/p/poly2tri-c/
Source0:	%{name}-%{version}.tar.xz

BuildRequires:	pcre-devel
BuildRequires:	pkgconfig(glib-2.0)

%description
This is a C port of the poly2tri library - a fast and powerful library for
computing 2D constrained Delaunay triangulations. Instead of the standard C++
library (which included some utilities and template-based data structures),
this port depends on GLib for it's data structures and some of it's utilities.

%package -n     %{libname}
Summary:	%{summary}
Group:		System/Libraries

%description -n	%{libname}
This is a C port of the poly2tri library - a fast and powerful library for
computing 2D constrained Delaunay triangulations. Instead of the standard C++
library (which included some utilities and template-based data structures),
this port depends on GLib for it's data structures and some of it's utilities.

%package -n	%{devname}
Summary:	Header files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
This package contains the development files for %{name}.

%prep
%setup -q 

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc COPYING README
%{_bindir}/p2tc

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

%files -n %{devname}
%{_libdir}/lib%{name}-%{api}.so
%{_includedir}/%{name}-%{api}/
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Wed May 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-0.20140215.1
+ Revision: 4f766a8
- Disable static lib:



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18554 |14mr|poppler-0.24.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		44
%define glibmajor	8
%define qt3major	3
%define qt4major	4
%define cppmajor	0
%define girmajor	0.18
%define libname		%mklibname %{name} %{major}
%define libnameglib	%mklibname %{name}-glib %{glibmajor}
%define libnameqt4	%mklibname %{name}-qt4- %{qt4major}
%define libnameqt	%mklibname %{name}-qt %{qt3major}
%define libnamecpp	%mklibname %{name}-cpp %{cppmajor}
%define girname		%mklibname %{name}-gir %{girmajor}
%define libnamedev	%mklibname -d %{name}
%define libnameglibdev	%mklibname -d %{name}-glib
%define libnameqtdev	%mklibname -d %{name}-qt
%define libnameqt4dev	%mklibname -d %{name}-qt4
%define libnamecppdev	%mklibname -d %{name}-cpp

Summary:	PDF rendering library
Name:		poppler
Version:	0.24.5
Release:	3
License:	GPLv2+
Group:		Office
URL:		http://poppler.freedesktop.org
Source0:	http://poppler.freedesktop.org/%{name}-%{version}.tar.xz
## upstreamable patches
Patch1:		poppler-0.22.2-CVE-2009-3608,3609.patch
Patch2:		poppler-0.18.4-linkage.patch

BuildRequires:	gtk-doc
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(cairo) >= 1.8.4
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(lcms2)

%description
Poppler is a PDF rendering library based on the xpdf-3.0 code base.

%package -n %{libname}
Summary:	PDF rendering library
Group:		System/Libraries
Conflicts:	%{_lib}poppler12
Suggests:	poppler-data

%description -n %{libname}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.

%package -n %{girname}
Summary:	GObject Introspection interface library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}poppler25 < 0.20.0-1
Conflicts:	%{_lib}poppler19 < 0.18.4-3

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{libnamedev}
Summary:	Development files for %{name}
Group:		Development/C++
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Obsoletes:	%{libname}-devel < 0.20.2

%description -n %{libnamedev}
Development files for %{name}

%package -n %{libnameqt}
Summary:	PDF rendering library - QT backend
Group:		System/Libraries

%description -n %{libnameqt}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
This is the QT backend version.

%package -n %{libnamecpp}
Summary:	PDF rendering library - C++ backend
Group:		System/Libraries

%description -n %{libnamecpp}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
This is the C++ backend version.

%package  -n %{libnameqt4dev}
Summary:	Development files for %{name}-qt4
Group:		Development/C++
Provides:	lib%{name}-qt4-devel = %{version}
Requires:	%{libnameqt4} = %{version}
Requires:	%{libnamedev} = %{version}
Obsoletes:	%{libnameqt4}-devel < 0.20.2

%description -n %{libnameqt4dev}
Development files for %{name}-qt4

%package -n %{libnameqt4}
Summary:	PDF rendering library - QT4 backend
Group:		System/Libraries

%description -n %{libnameqt4}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
This is the QT backend version.

%package -n %{libnameglib}
Summary:	PDF rendering library - glib binding
Group:		System/Libraries
Conflicts:	%{libname} < %{version}-%{release}

%description -n %{libnameglib}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.

%package -n %{libnameglibdev}
Summary:	Development files for %{name}'s glib binding
Group:		Development/C++
Provides:	lib%{name}-glib-devel = %{version}
Requires:	%{libnameglib} = %{version}
Requires:	%{libnamedev} = %{version}
Conflicts:	%{libnamedev} < %{version}-%{release}
Obsoletes:	%{libnameglib}-devel < 0.20.2

%description -n %{libnameglibdev}
Development files for %{name}'s glib binding.

%package glib-demo
Summary:	Tool demonstrating %{libnameglib}
Group:		Development/C++
Requires:	%{libnameglib} = %{version}-%{release}
BuildRequires:	pkgconfig(gtk+-3.0) pkgconfig(gdk-pixbuf-2.0)

%description glib-demo
Tool demonstrating %{libnameglib} by retrieving
information about PDF files and displaying them

%package -n %{libnamecppdev}
Summary:	Development files for %{name}-cpp
Group:		Development/C++
Provides:	lib%{name}-cpp-devel = %{version}
Requires:	%{libnamecpp} = %{version}
Requires:	%{libnamedev} = %{version}

%description -n %{libnamecppdev}
Development files for %{name}-cpp

%prep
%setup -q
%apply_patches

#needed by patch2
libtoolize --force
autoheader
aclocal
automake -a --add-missing
autoconf

%build
export CPPFLAGS="-I%{_includedir}/freetype2"
export PATH="%qt4dir/bin:${PATH}"

%configure2_5x \
	--enable-cairo-output \
	--enable-poppler-qt4 \
	--disable-poppler-qt \
	--enable-xpdf-headers \
	--enable-gtk-doc
%make

%install
%makeinstall_std
cp -a config.h %{buildroot}%{_includedir}/poppler/

%files
%doc AUTHORS COPYING NEWS README
%{_bindir}/*
%exclude %{_bindir}/poppler-glib-demo
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libpoppler.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Poppler-0.18.typelib

%files -n %{libnamedev}
%{_libdir}/libpoppler.so
%attr(644,root,root) %{_libdir}/libpoppler.*a
%dir %{_includedir}/poppler
%{_includedir}/poppler/config.h
%{_includedir}/poppler/[A-Z]*
%{_includedir}/poppler/fofi
%{_includedir}/poppler/goo
%{_includedir}/poppler/splash
%{_includedir}/poppler/poppler-config.h
%{_libdir}/pkgconfig/poppler-cairo.pc
%{_libdir}/pkgconfig/poppler-splash.pc
%{_libdir}/pkgconfig/poppler.pc
%{_datadir}/gtk-doc/html/%{name}
%{_datadir}/gir-1.0/Poppler-0.18.gir

%files -n %{libnameglib}
%{_libdir}/libpoppler-glib.so.%{glibmajor}*

%files glib-demo
%{_bindir}/poppler-glib-demo

%files -n %{libnameglibdev}
%attr(644,root,root) %{_libdir}/libpoppler-glib.*a
%{_libdir}/libpoppler-glib.so
%{_libdir}/pkgconfig/poppler-glib.pc
%{_includedir}/poppler/glib

%files -n %{libnameqt4dev}
%{_includedir}/poppler/qt4
%{_libdir}/pkgconfig/poppler-qt4.pc
%{_libdir}/libpoppler-qt4.so
%attr(644,root,root) %{_libdir}/libpoppler-qt4.*a

%files -n %{libnameqt4}
%{_libdir}/libpoppler-qt4.so.%{qt4major}*

%files -n %{libnamecpp}
%{_libdir}/libpoppler-cpp.so.%{cppmajor}*

%files -n %{libnamecppdev}
%{_libdir}/libpoppler-cpp.so
%attr(644,root,root) %{_libdir}/libpoppler-cpp.*a
%{_libdir}/pkgconfig/poppler-cpp.pc
%{_includedir}/poppler/cpp


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.24.5-3
+ Revision: fc1259f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18555 |14mr|poppler-data-0.4.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: poppler-data
Version: 0.4.4
Release: 4
Summary: Encoding files for poppler
Source0: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
License: Distributable
Group: Development/X11
Url: http://poppler.freedesktop.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
This package consists of encoding files for use with poppler.  The
encoding files are optional and poppler will automatically read them
if they are present.  When installed, the encoding files enables
poppler to correctly render CJK and Cyrillic properly.  While poppler
is licensed under the GPL, these encoding files are copyright Adobe
and licensed much more strictly, and thus distributed separately.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
%makeinstall_std datadir=%_datadir

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README COPYING
%_datadir/poppler/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.4-4
+ Revision: fa693e9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18556 |14mr|popt-1.16-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d

%bcond_with	uclibc

Summary:	C library for parsing command line parameters
Name:		popt
Version:	1.16
Release:	13
Epoch:		1
License:	MIT
Group:		System/Libraries
Url:		http://rpm5.org/files/popt/
Source0:	http://rpm5.org/files/popt/%{name}-%{version}.tar.gz
Patch0:		popt-1.16-pkgconfig-libdir.patch
Patch1:		popt-1.16-remove-dead-autofoo-crap.patch
Patch2:		popt-1.16-automake-1.13.patch
BuildRequires:	gettext
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.33.2-16
%endif

%description
Popt is a C library for parsing command line parameters. Popt was
heavily influenced by the getopt() and getopt_long() functions, but
it improves on them by allowing more powerful argument expansion.
Popt can parse arbitrary argv[] style arrays and automatically set
variables based on command line arguments. Popt allows command line
arguments to be aliased via configuration files and includes utility
functions for parsing arbitrary strings into argv[] arrays using
shell-like rules.

%package -n	%{libname}
Summary:	Main %{name} library
Group:		System/Libraries
Requires:	%{name}-data = %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with the %{name} library.

%package -n	uclibc-%{libname}
Summary:	Main %{name} library (uClibc linked)
Group:		System/Libraries
Requires:	%{name}-data = %{EVRD}

%description -n uclibc-%{libname}
This package contains the library needed to run programs dynamically
linked with the %{name} library.

%package -n	%{devname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
%if %{with uclibc}
Requires:	uclibc-%{libname} = %{EVRD}
%endif
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname} 
This package contains the header files and libraries needed for
developing programs using the %{name} library.

%package	data
Summary:	Data files for %{name}
Group:		System/Libraries
BuildArch:	noarch

%description	data
This package contains popt data files like locales.

%prep
%setup -q
%apply_patches
autoheader
aclocal
automake -a
autoconf
autoreconf -fi

%build
CONFIGURE_TOP="$PWD"
%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%uclibc_configure \
		--disable-rpath
%make
popd
%endif

mkdir -p system
pushd system
%configure2_5x	--disable-rpath
%make
popd

%install
%if %{with uclibc}
%makeinstall_std -C uclibc
mkdir -p %{buildroot}%{uclibc_root}/%{_lib}
mv %{buildroot}%{uclibc_root}%{_libdir}/libpopt.so.%{major}* %{buildroot}%{uclibc_root}/%{_lib}
ln -srf %{buildroot}%{uclibc_root}/%{_lib}/libpopt.so.%{major}.* %{buildroot}%{uclibc_root}%{_libdir}/libpopt.so

rm -r %{buildroot}%{uclibc_root}%{_libdir}/pkgconfig
%endif

%makeinstall_std -C system
mkdir -p %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libpopt.so.%{major}* %{buildroot}/%{_lib}
ln -srf %{buildroot}/%{_lib}/libpopt.so.%{major}.* %{buildroot}%{_libdir}/libpopt.so

%find_lang %{name}

%files -n %{libname}
%doc README CHANGES
/%{_lib}/libpopt.so.%{major}*

%if %{with uclibc}
%files -n uclibc-%{libname}
%doc README CHANGES
%{uclibc_root}/%{_lib}/libpopt.so.%{major}*
%endif

%files -n %{devname}
%{_includedir}/popt.h
%{_libdir}/pkgconfig/popt.pc
%{_libdir}/libpopt.a
%{_libdir}/libpopt.so
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libpopt.a
%{uclibc_root}%{_libdir}/libpopt.so
%endif
%{_mandir}/man3/popt.3*

%files data -f %{name}.lang


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.16-13
+ Revision: f60d2d0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18557 |14mr|portaudio-19-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname	%mklibname portaudio %{major}
%define develname %mklibname portaudio -d
%define snapshot 20110326

Summary:	Cross platform audio I/O library
Name:		portaudio
Version:	19
Release:	22
Group:		System/Libraries
License:	BSD
URL:		http://www.portaudio.com/
Source0:	http://www.portaudio.com/archives/pa_stable_v%{version}_%{snapshot}.tgz
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(celt)

%description
PortAudio is a free, cross platform, open-source, audio I/O 
library. It lets you write simple audio programs in 'C' that will
compile and run on many platforms including Windows, Macintosh 
(8,9,X), Unix (OSS), SGI, and BeOS. PortAudio is intended to
promote the exchange of audio synthesis software between
developers on different platforms, and was recently selected as
the audio component of a larger PortMusic project that includes
MIDI and sound file support. 

PortAudio provides a very simple API for recording and/or playing
sound using a simple callback function. Example programs are 
included that synthesize sine waves and pink noise, perform fuzz
distortion on a guitar, list available audio devices, etc. 

%package -n	%{libname}
Summary:	Cross platform audio I/O library
Group:		System/Libraries
Provides:	libportaudio2

%description -n	%{libname}
PortAudio is a free, cross platform, open-source, audio I/O 
library. It lets you write simple audio programs in 'C' that will
compile and run on many platforms including Windows, Macintosh 
(8,9,X), Unix (OSS), SGI, and BeOS. PortAudio is intended to
promote the exchange of audio synthesis software between
developers on different platforms, and was recently selected as
the audio component of a larger PortMusic project that includes
MIDI and sound file support. 

PortAudio provides a very simple API for recording and/or playing
sound using a simple callback function. Example programs are 
included that synthesize sine waves and pink noise, perform fuzz
distortion on a guitar, list available audio devices, etc. 

%package -n	%{develname}
Summary:	Static library and header files for the PortAudio library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Provides:	lib%{name}-devel = %{version}
Requires:	%{libname} = %{version}
Obsoletes:	%{mklibname -d portaudio 2} < 19-21
Obsoletes:	%{mklibname -d portaudio 1} < 19-21
Conflicts:	%{mklibname -d portaudio 0} < 19-21
# (Anssi 03/2008) Do not obsolete portaudio0, we still have it.

%description -n	%{develname}
PortAudio is a free, cross platform, open-source, audio I/O 
library. It lets you write simple audio programs in 'C' that will
compile and run on many platforms including Windows, Macintosh 
(8,9,X), Unix (OSS), SGI, and BeOS. PortAudio is intended to
promote the exchange of audio synthesis software between
developers on different platforms, and was recently selected as
the audio component of a larger PortMusic project that includes
MIDI and sound file support. 

PortAudio provides a very simple API for recording and/or playing
sound using a simple callback function. Example programs are 
included that synthesize sine waves and pink noise, perform fuzz
distortion on a guitar, list available audio devices, etc. 

This package contains the static PortAudio library and its header
files.

%prep
%setup -q -n %{name}

# fix dir perms
find . -type d | xargs chmod 755

# fix file perms
find . -type f | xargs chmod 644
chmod 755 configure

# strip away annoying ^M
find . -type f | xargs perl -p -i -e 's/\r//'

%build
%configure2_5x \
    --with-alsa \
    --with-jack

%make

#CC="gcc" \
#    CFLAGS="%{optflags} -fPIC -DPIC -D_REENTRANT -D_GNU_SOURCE -Ipa_common -Ipablio"

%install
%makeinstall_std

%files -n %{libname}
%doc LICENSE.txt README.txt
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/portaudio-*.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 19-22
+ Revision: 195a3ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18558 |14mr|portreserve-0.0.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	TCP port reservation utility
Name:		portreserve
Version:	0.0.5
Release:	8
License:	GPLv2
Group:		System/Base
Url:		http://cyberelk.net/tim/portreserve/
Source0:	http://cyberelk.net/tim/data/portreserve/stable/%{name}-%{version}.tar.bz2
Source1:	http://cyberelk.net/tim/data/portreserve/stable/%{name}-%{version}.tar.bz2.sig
Source2:	portreserve.service
Patch0:		portreserve-pid-file.patch
Patch1:		portreserve-0.0.0-socket_dir.diff
Requires(pre,postun):	rpm-helper
BuildRequires:	docbook-style-xsl
BuildRequires:	xmlto

%description
The portreserve program aims to help services with well-known ports that lie in
the portmap range.  It prevents portmap from a real service's port by occupying
it itself, until the real service tells it to release the port (generally in
the init script).

%prep
%setup -q
%apply_patches

cp %{SOURCE2} portreserve-mandriva.init
autoreconf

%build
%configure2_5x \
	--sbindir=/sbin

%make

%install
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_localstatedir}/lib/%{name}
install -d %{buildroot}%{_mandir}/man1

%makeinstall_std
install -m644 %{SOURCE2} -D %{buildroot}%{_unitdir}/%{name}.service
install -m0644 doc/portrelease.1 %{buildroot}%{_mandir}/man1/
install -m0644 doc/portreserve.1 %{buildroot}%{_mandir}/man1/

%preun
%_preun_service %{name}

%post
%_post_service %{name}

%files
%doc AUTHORS COPYING ChangeLog NEWS README
%dir %attr(0711,root,root) %{_localstatedir}/lib/%{name}
%dir %attr(0711,root,root) %{_sysconfdir}/%{name}
%{_unitdir}/%{name}.service
%attr(0755,root,root) /sbin/*
%{_mandir}/man1/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.5-8
+ Revision: 1217299
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18559 |14mr|poster-0-0.20060221.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap 20060221

Summary:	PostScript Utilities
Name:		poster
Version:	0
Release:	%mkrel 0.%{snap}.9
License:	GPL
Group:		System/Printing
Source0:	ftp://ftp.kde.org/pub/kde/printing/poster.tar.bz2
Patch0:		poster-LDFLAGS.diff
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
Poster can be used to create a large poster by building it from multiple pages
and/or printing it on large media. It expects as input a generic (encapsulated)
postscript file, normally printing on a single page. The output is again a
postscript file, maybe containing multiple pages together building the poster.
The output pages bear cutmarks and have slightly overlapping images for easier
assembling. The input picture will be scaled to obtain the desired size.

%prep

%setup -q -n %{name}-%{snap}
%patch0 -p0

%build

%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 poster %{buildroot}%{_bindir}/
install -m0644 poster.1 %{buildroot}%{_mandir}/man1/

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc COPYING ChangeLog README manual.ps
%attr(0755,root,root) %{_bindir}/poster
%attr(0644,root,root) %{_mandir}/man1/poster.1*



%changelog
* Fri Feb 03 2012 root <root@build-client_x86_64-2.rosalab.ru> 0-0.20060221.9
+ Revision: 6f781e3
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18560 |14mr|postfix-2.10.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define major 1
%define	libdns %mklibname %{name}-dns %{major}
%define	libglobal %mklibname %{name}-global %{major}
%define	libmaster %mklibname %{name}-master %{major}
%define	libutil %mklibname %{name}-util %{major}
%define	libtls %mklibname %{name}-tls %{major}
%define	libmilter %mklibname %{name}-milter %{major}
%define	libxsasl %mklibname %{name}-xsasl %{major}
%define sendmail_command %{_sbindir}/sendmail.postfix

%define post_install_parameters	daemon_directory=%{_libdir}/postfix command_directory=%{_sbindir} queue_directory=%{queue_directory} sendmail_path=%{sendmail_command} newaliases_path=%{_bindir}/newaliases mailq_path=%{_bindir}/mailq mail_owner=postfix setgid_group=%{maildrop_group} manpage_directory=%{_mandir} readme_directory=%{_docdir}/%{name}/README_FILES html_directory=%{_docdir}/%{name}/html data_directory=/var/lib/postfix

# use bcond_with if default is disabled
# use bcond_without if default is enabled
# built
%bcond_without ldap
%bcond_without mysql
%bcond_without pgsql
%bcond_without sqlite
%bcond_without pcre
%bcond_without sasl
%bcond_without tls
%bcond_without ipv6
%bcond_without cdb
%bcond_without chroot

# Postfix requires one exlusive uid/gid and a 2nd exclusive gid for its own use.
%define maildrop_group	postdrop
%define queue_directory	%{_var}/spool/postfix

# Macro: %{dynmap_add_cmd <name> [<soname>] [-m]}
%define dynmap_add_cmd(m) FILE=%{_sysconfdir}/postfix/dynamicmaps.cf; if ! grep -q "^%{1}[[:space:]]" ${FILE}; then echo "%{1}	%{_libdir}/postfix/dict_%{?2:%{2}}%{?!2:%{1}}.so	dict_%{1}_open%{-m:	mkmap_%{1}_open}" >> ${FILE}; fi;
%define dynmap_rm_cmd() FILE=%{_sysconfdir}/postfix/dynamicmaps.cf; if [ $1 = 0 -a -s $FILE ]; then  cp -p ${FILE} ${FILE}.$$; grep -v "^%{1}[[:space:]]" ${FILE}.$$ > ${FILE}; rm -f ${FILE}.$$; fi;

Summary:	Postfix Mail Transport Agent
Name:		postfix
Epoch:		1
Version:	2.10.2
Release:	10
License:	IBM Public License
Group:		System/Servers
Url:		http://www.postfix.org/
Source0:	ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz.sig
Source2:	postfix-main.cf
Source4:	postfix-etc-pam.d-smtp
Source5:	postfix-aliases
Source6:	postfix-ip-up
Source7:	postfix-ip-down
Source8:	postfix-ifup-d
Source10:	postfix-README.MDK
Source11:	postfix-README.MDK.update
Source12:	postfix-bash-completion
Source13:	http://www.seaglass.com/postfix/faq.html
Source14:	postfix-chroot.sh
Source15:	postfix-smtpd.conf

# Simon J. Mudd stuff
Source21:	ftp://ftp.wl0.org/postfinger/postfinger-1.30

# Jim Seymour stuff
Source25:	http://jimsun.LinxNet.com/misc/postfix-anti-UCE.txt
Source26:	http://jimsun.LinxNet.com/misc/header_checks.txt
Source27:	http://jimsun.LinxNet.com/misc/body_checks.txt

# Dynamic map patch taken from debian's package
Patch0:		postfix-2.9.1-dynamicmaps.diff
Patch5:		postfix-2.9.1-dynamicmaps2.diff

Patch1:		postfix-2.9.1-mdkconfig.diff
Patch2:		postfix-alternatives-mdk.patch

# dbupgrade patch patch split from dynamicmaps one
Patch3:		postfix-2.9.1-dbupgrade.diff

# sdbm patch patch split from dynamicmaps one
Patch4:		postfix-2.7.0-sdbm.patch

# Shamelessy stolen from debian
Patch6:		postfix-2.2.4-smtpstone.patch

Patch7:		postfix-2.10.2-db6.patch

# systemd integration
Source100:	postfix.service
Source101:	postfix.aliasesdb
Source102:	postfix-chroot-update

BuildRequires:	db-devel
BuildRequires:	gawk
BuildRequires:	html2text
BuildRequires:	perl-base
BuildRequires:	sed
BuildRequires:	pkgconfig(libtirpc)
%if %{with sasl}
BuildRequires:	sasl-devel >= 2.0
%endif
%if %{with tls}
BuildRequires:	pkgconfig(openssl)
%endif

Provides:	mail-server
Provides:	sendmail-command
# syslog-ng before this version needed a different chroot script, 
# which was bug-prone
Conflicts:	syslog-ng < 3.1-0.beta2.2
# http://archives.mandrivalinux.com/cooker/2005-06/msg01987.php
Requires(post):	chkconfig
Requires:	initscripts
Requires:	syslog-daemon
Requires:	coreutils
Requires:	diffutils
Requires:	gawk
Requires(pre,post,postun,preun):	rpm-helper >= 0.3
Requires(pre,post):	sed
%if %{with tls}
Requires(post):	openssl
%endif
Requires(post,preun):	update-alternatives
Requires(pre):	%{name}-config
Requires:	%{name}-config >= 2.9.0-1

%description
Postfix is a Mail Transport Agent (MTA), supporting LDAP, SMTP AUTH (SASL),
TLS and running in a chroot environment.

Postfix is Wietse Venema's mailer that started life as an alternative 
to the widely-used Sendmail program.
Postfix attempts to be fast, easy to administer, and secure, while at 
the same time being sendmail compatible enough to not upset existing 
users. Thus, the outside has a sendmail-ish flavor, but the inside is 
completely different.
This software was formerly known as VMailer. It was released by the end
of 1998 as the IBM Secure Mailer. From then on it has lived on as Postfix. 

PLEASE READ THE %{_defaultdocdir}/%{name}/README.MDK FILE.

%package -n %{libdns}
Summary:	Shared library required to run Postfix
Group:		System/Servers
Obsoletes:	%{_lib}postfix1< 1:2.10.2-2

%description -n %{libdns}
This package contains a shared library used by Postfix.

%package -n %{libglobal}
Summary:	Shared library required to run Postfix
Group:		System/Servers
Conflicts:	%{_lib}postfix1< 1:2.10.2-2

%description -n %{libglobal}
This package contains a shared library used by Postfix.

%package -n %{libmaster}
Summary:	Shared library required to run Postfix
Group:		System/Servers
Conflicts:	%{_lib}postfix1< 1:2.10.2-2

%description -n %{libmaster}
This package contains a shared library used by Postfix.

%package -n %{libutil}
Summary:	Shared library required to run Postfix
Group:		System/Servers
Conflicts:	%{_lib}postfix1< 1:2.10.2-2

%description -n %{libutil}
This package contains a shared library used by Postfix.

%package -n %{libtls}
Summary:	Shared library required to run Postfix
Group:		System/Servers
Conflicts:	%{_lib}postfix1< 1:2.10.2-2

%description -n %{libtls}
This package contains a shared library used by Postfix.

%package -n %{libmilter}
Summary:	Shared library required to run Postfix
Group:		System/Servers
Conflicts:	%{_lib}postfix1< 1:2.10.2-2

%description -n %{libmilter}
This package contains a shared library used by Postfix.

%package -n %{libxsasl}
Summary:	Shared library required to run Postfix
Group:		System/Servers
Conflicts:	%{_lib}postfix1< 1:2.10.2-2

%description -n %{libxsasl}
This package contains a shared library used by Postfix.

%if %{with ldap}
%package ldap
Summary:	LDAP map support for Postfix
Group:		System/Servers
BuildRequires:	openldap-devel >= 2.1
Requires:	%{name} = %{EVRD}

%description ldap
This package provides support for LDAP maps in Postfix.
%endif

%if %{with pcre}
%package pcre
Summary:	PCRE map support for Postfix
Group:		System/Servers
BuildRequires:	pkgconfig(libpcre)
Requires:	%{name} = %{EVRD}

%description pcre
This package provides support for PCRE (perl compatible regular expression)
maps in Postfix.
%endif

%if %{with mysql}
%package mysql
Summary:	MYSQL map support for Postfix
Group:		System/Servers
BuildRequires:	mysql-devel
Requires:	%{name} = %{EVRD}

%description mysql
This package provides support for MYSQL maps in Postfix.
%endif

%if %{with pgsql}
%package pgsql
Summary:	Postgres SQL map support for Postfix
Group:		System/Servers
BuildRequires:	postgresql-devel
Requires:	%{name} = %{EVRD}

%description pgsql
This package provides support for Postgres SQL maps in Postfix.
%endif

%if %{with sqlite}
%package sqlite
Summary:	SQLite map support for Postfix
Group:		System/Servers
BuildRequires:	pkgconfig(sqlite3)
Requires:	%{name} = %{EVRD}

%description sqlite
This package provides support for SQLite maps in Postfix.
%endif

%if %{with cdb}
%package cdb
Summary:	CDB map support for Postfix
Group:		System/Servers
BuildRequires:	pkgconfig(libcdb)
Requires:	%{name} = %{EVRD}

%description cdb
This package provides support for CDB maps in Postfix.
%endif

%package config-standalone
Summary:	Default configuration files for running Postfix standalone
Provides:	%{name}-config = %{version}-%{release}
Conflicts:	%{name}-config-dovecot

%description config-standalone
Default configuration files for running Postfix standalone.

Use this config if you intend to run Postfix without dovecot.
Alternatively, install %{name}-config-dovecot for the
postfix/dovecot combo.

%prep
%setup -q
%apply_patches
# no backup files here, otherwise they get included in %%doc
find . -name \*.orig -exec rm {} \;

mkdir -p conf/dist
mv conf/main.cf conf/dist
cp %{SOURCE2} conf/main.cf

# ugly hack for 32/64 arches
if [ %{_lib} != lib ]; then
	sed -i -e 's@^/usr/lib/@%{_libdir}/@' conf/postfix-files
	sed -i -e "s@/lib/@/%{_lib}/@g" conf/main.cf
fi

install -m644 %{SOURCE10} README.MDK
install -m644 %{SOURCE11} README.MDK.update
install -m644 %{SOURCE13} postfix-users-faq.html

mkdir UCE
install -m644 %{SOURCE25} UCE
install -m644 %{SOURCE26} UCE
install -m644 %{SOURCE27} UCE

%if %{with chroot}
cp -p conf/master.cf conf/master.cf.chroot
awk -v NEVER_CHROOT_PROGRAM='^(proxymap|local|pipe|virtual|spawn)$' \
	-v NEVER_CHROOT_SERVICE='^cyrus$' '
		BEGIN                   { IFS="[ \t]+"; OFS="\t"; }
		/^#/                    { print; next; }
		/^ /                    { print; next; }
		$1 ~ NEVER_CHROOT_SERVICE    { print; next; }
		$8 ~ NEVER_CHROOT_PROGRAM    { print; next; }
		$5 == "n"               { $5="y"; print $0; next; }
								{ print; }
	' conf/master.cf.chroot > conf/master.cf
%endif

# use sed to fix mantools/postlink for our non posix sed
#cp -p mantools/postlink mantools/postlink.posix
#sed -e 's/\[\[:<:\]\]/\\</g; s/\[\[:>:\]\]/\\>/g' mantools/postlink.posix > mantools/postlink
# XXX - andreas - original postlink with perl is segfaulting
cp -p mantools/postlink.sed mantools/postlink.posix
sed -e 's/\[\[:<:\]\]/\\</g; s/\[\[:>:\]\]/\\>/g' mantools/postlink.posix > mantools/postlink

%build
%serverbuild
# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's|-fPIE||g'`

OPT="$RPM_OPT_FLAGS"
DEBUG=
CCARGS=
AUXLIBS="%{?ldflags:%ldflags}"
AUXLIBS=`echo $AUXLIBS|sed -e 's|-fPIE||g'`

# the patch is mixed with SDBM support :(
  CCARGS="${CCARGS} -DHAS_SDBM -DHAS_DLOPEN"

%if %{with ldap}
  CCARGS="${CCARGS} -DHAS_LDAP"
%endif
%if %{with pcre}
  CCARGS="${CCARGS} -DHAS_PCRE"
%endif
%if %{with mysql}
  CCARGS="${CCARGS} -DHAS_MYSQL -I/usr/include/mysql"
%endif
%if %{with pgsql}
  CCARGS="${CCARGS} -DHAS_PGSQL -I/usr/include/pgsql"
%endif
%if %{with sasl}
  CCARGS="${CCARGS} -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl"
  AUXLIBS="${AUXLIBS} -lsasl2"
%endif
%if ! %{with ipv6}
  CCARGS="${CCARGS} -DNO_IPV6"
%endif
%if %{with tls}
  CCARGS="${CCARGS} -DUSE_TLS -I/usr/include/openssl"
  AUXLIBS="${AUXLIBS} -lssl -lcrypto"
%endif
%if %{with cdb}
  CCARGS="${CCARGS} -DHAS_CDB"
%endif

export CCARGS AUXLIBS OPT DEBUG
make -f Makefile.init makefiles

unset CCARGS AUXLIBS DEBUG OPT
make
make manpages

for i in lib/*.a; do
	j=${i#lib/lib}
	ln -s ${i#lib/} lib/libpostfix-${j%.a}.so.1
done

# generate main.cf.default here, since in make it will fail
cat > conf/main.cf.default << EOF
# DO NOT EDIT THIS FILE. EDIT THE MAIN.CF FILE INSTEAD. THE
# TEXT HERE JUST SHOWS DEFAULT SETTINGS BUILT INTO POSTFIX.
#
EOF
LD_LIBRARY_PATH=$PWD/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH} \
	./src/postconf/postconf -d | \
	egrep -v '^(myhostname|mydomain|mynetworks) ' >> conf/main.cf.default

# add correct parameters to main.cf.dist
LD_LIBRARY_PATH=$PWD/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH} \
	./src/postconf/postconf -c ./conf/dist -e \
	%post_install_parameters
mv conf/dist/main.cf conf/main.cf.dist

%install
# install postfix into the build root
LD_LIBRARY_PATH=$PWD/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} \
make non-interactive-package \
	install_root=%{buildroot} \
	config_directory=%{_sysconfdir}/postfix \
	%post_install_parameters \
	|| exit 1

mkdir -p %{buildroot}/var/lib/postfix

for i in lib/*.a; do
	j=${i#lib/lib}
	install $i %{buildroot}%{_libdir}/libpostfix-${j%.a}.so.1
done

# rpm %%doc macro wants to take his files in buildroot
rm -fr DOC
mkdir DOC
mv %{buildroot}%{_docdir}/%{name}/html DOC/html
mv %{buildroot}%{_docdir}/%{name}/README_FILES DOC/README_FILES

# for sasl configuration
mkdir -p %{buildroot}%{_sysconfdir}/sasl2
cp %{SOURCE15} %{buildroot}%{_sysconfdir}/sasl2/smtpd.conf

mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -c %{SOURCE4} %{buildroot}%{_sysconfdir}/pam.d/smtp

mkdir -p %{buildroot}%{_sysconfdir}/ppp/ip-{up,down}.d
install -c %{SOURCE6} %{buildroot}%{_sysconfdir}/ppp/ip-up.d/postfix
install -c %{SOURCE7} %{buildroot}%{_sysconfdir}/ppp/ip-down.d/postfix

mkdir -p %{buildroot}%{_sysconfdir}/resolvconf/update-libc.d/
install -c %{SOURCE8} %{buildroot}%{_sysconfdir}/resolvconf/update-libc.d/postfix

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
touch %{buildroot}%{_sysconfdir}/sysconfig/postfix

# this is used by some examples (cyrus)
mkdir -p %{buildroot}%{queue_directory}/extern

install -c auxiliary/rmail/rmail %{buildroot}%{_bindir}/rmail

# copy new aliases files and generate a ghost aliases.db file
cp -f %{SOURCE5} %{buildroot}%{_sysconfdir}/postfix/aliases
chmod 644 %{buildroot}%{_sysconfdir}/postfix/aliases
touch %{buildroot}%{_sysconfdir}/postfix/aliases.db

touch %{buildroot}%{_sysconfdir}/postfix/domains

# install chroot script and postfinger
install -m 0755 %{SOURCE14} %{buildroot}%{_sbindir}/postfix-chroot.sh
install -m 0755 %{SOURCE21} %{buildroot}%{_sbindir}/postfinger

# install qshape
install -m755 auxiliary/qshape/qshape.pl %{buildroot}%{_sbindir}/qshape
cp man/man1/qshape.1 %{buildroot}%{_mandir}/man1/qshape.1

# systemd
mkdir -p %buildroot/lib/systemd/system
install -c -m 644 %SOURCE100 %buildroot/lib/systemd/system/
install -m 755 %{SOURCE101} %{buildroot}%{_sysconfdir}/postfix/aliasesdb
install -m 755 %{SOURCE102} %{buildroot}%{_sysconfdir}/postfix/chroot-update

# RPM compresses man pages automatically.
# - Edit postfix-files to reflect this, so post-install won't get confused
#   when called during package installation.
sed -i -e "s@\(/man[158]/.*\.[158]\):@\1%{_extension}:@" %{buildroot}%{_libdir}/postfix/postfix-files

# remove files that are not in the main package
sed -i -e "/dict_.*\.so/d" %{buildroot}%{_libdir}/postfix/postfix-files

# remove sample_directory from main.cf (#15297)
# the default is /etc/postfix
sed -i -e "/^sample_directory/d" %{buildroot}%{_sysconfdir}/postfix/main.cf

%pre
%_pre_useradd postfix %{queue_directory} /bin/false
%_pre_groupadd %{maildrop_group} postfix
# disable chroot of spawn service in /etc/sysconfig/postfix, 
# but do it only once and only if user did not
# modify /etc/sysconfig/postfix manually
if grep -qs "^NEVER_CHROOT_PROGRAM='^(proxymap|local|pipe|virtual)$'$" /etc/sysconfig/postfix; then
	if ! grep -qs "^NEVER_CHROOT_PROGRAM='^(proxymap|local|pipe|virtual|spawn)$'$" /usr/sbin/postfix-chroot.sh; then
		perl -pi -e "s/^NEVER_CHROOT_PROGRAM=.*\$/NEVER_CHROOT_PROGRAM=\'^(proxymap|local|pipe|virtual|spawn)\\\$\'/" /etc/sysconfig/postfix
	fi
fi
# disable some unneeded and potentially harmful nss libraries in 
# /etc/sysconfig/postfix, but do it only once and only if user did not
# modify /etc/sysconfig/postfix manually
if grep -qs "^IGNORE_NSS_LIBS='^$'$" /etc/sysconfig/postfix; then
	if ! grep -qs "^IGNORE_NSS_LIBS='^(mdns.*|ldap|db|wins)$'$" /usr/sbin/postfix-chroot.sh; then
		perl -pi -e "s/^IGNORE_NSS_LIBS=.*\$/IGNORE_NSS_LIBS=\'^(mdns.*|ldap|db|wins)\\\$\'/" /etc/sysconfig/postfix
	fi
fi

%post
#ensure the db files are created
%{_sbindir}/postmap /etc/postfix/virtual
%{_sbindir}/postmap /etc/postfix/domains
%systemd_post %{name}.service

# we don't have these maps anymore as separate packages/plugins:
# cidr, tcp and sdbm (2007.0)
if [ "$1" -eq "2" ]; then
	sed -i "/^cidr/d;/^sdbm/d;/^tcp/d" %{_sysconfdir}/postfix/dynamicmaps.cf
fi

# upgrade configuration files if necessary
%{_sbindir}/postfix \
	set-permissions \
	upgrade-configuration \
	config_directory=%{_sysconfdir}/postfix \
	%post_install_parameters

# move previous sasl configuration files to new location if applicable
# have to go through many loops to prevent damaging user configuration
# this changed around 2007.0 so it should go away soon
saslpath=`postconf -h smtpd_sasl_path`
if [ "${saslpath}" != "${saslpath##*:}" -o "${saslpath}" != "${saslpath##*/usr/lib}" ]; then
	postconf -e smtpd_sasl_path=smtpd
fi

for old_smtpd_conf in /etc/postfix/sasl/smtpd.conf %{_libdir}/sasl2/smtpd.conf; do
	if [ -e ${old_smtpd_conf} ]; then
		if ! grep -qsve '^\(#.*\|[[:space:]]*\)$' /etc/sasl2/smtpd.conf; then
			# /etc/sasl2/smtpd.conf missing or just comments
			if [ -s /etc/sasl2/smtpd.conf ] && [ ! -e /etc/sasl2/smtpd.conf.rpmnew -o /etc/sasl2/smtpd.conf -nt /etc/sasl2/smtpd.conf.rpmnew ]; then
				mv /etc/sasl2/smtpd.conf /etc/sasl2/smtpd.conf.rpmnew
			fi
			mv ${old_smtpd_conf} /etc/sasl2/smtpd.conf
		else
			echo "warning: existing ${old_smtpd_conf} will be ignored"
		fi
	fi
done

%if %{with tls}
%_create_ssl_certificate postfix
%endif

if [ -e /etc/sysconfig/postfix ]; then
	%{_sbindir}/postfix-chroot.sh -q update
else
%if %{with chroot}
	%{_sbindir}/postfix-chroot.sh -q enable
%else
	%{_sbindir}/postfix-chroot.sh -q create_sysconfig
%endif
fi
%_post_service postfix

/usr/sbin/update-alternatives --install %{_sbindir}/sendmail sendmail-command %{sendmail_command} 30 --slave %{_prefix}/lib/sendmail sendmail-command-in_libdir %{sendmail_command}

%triggerin -- glibc setup nss_ldap nss_db nss_wins nss_mdns
# Generate chroot jails on the fly when needed things are installed/upgraded
%{_sbindir}/postfix-chroot.sh -q update

%preun
%systemd_preun %{name}.service

rmqueue() {
	[ $2 -gt 0 ] || return
	local i
	for i in 0 1 2 3 4 5 6 7 8 9 A B C D E F; do
		if [ -d $1/$i ]; then
			rmqueue $1/$i $(( $2 - 1 ))
			rm -f $1/$i/*
			rmdir $1/$i
		fi
	done
}

# selectively remove the queue directory structure
queue_directory_remove () {
# first remove the "queues"
local IFS=', '
for dir in `%{_sbindir}/postconf -h hash_queue_names`; do
	test -d $dir && rmqueue %{queue_directory}/$dir `%{_sbindir}/postconf -h hash_queue_depth`
done

# now remove the other directories
for dir in corrupt maildrop pid private public trace; do
	test -d $dir && /bin/rm -f $dir/*
done
}

%_preun_service postfix

if [ $1 = 0 ]; then
	# Clean up chroot environment and spool directory
	%{_sbindir}/postfix-chroot.sh -q remove
	cd %{queue_directory} && queue_directory_remove || true
fi

%postun
%_postun_userdel postfix
%_postun_groupdel %{maildrop_group}
if [ ! -e %{sendmail_command} ]; then
	/usr/sbin/update-alternatives --remove sendmail-command %{sendmail_command} 
fi
%_systemd_postun_with_restart %{name}.service

%files
%dir %{_sysconfdir}/postfix
%config(noreplace) %{_sysconfdir}/sasl2/smtpd.conf
%config(noreplace) %{_sysconfdir}/postfix/access
%config(noreplace) %{_sysconfdir}/postfix/aliases
%ghost %{_sysconfdir}/postfix/aliases.db
%config(noreplace) %{_sysconfdir}/postfix/canonical
%config(noreplace) %{_sysconfdir}/postfix/generic
%config(noreplace) %{_sysconfdir}/postfix/header_checks
%config(noreplace) %{_sysconfdir}/postfix/relocated
%config(noreplace) %{_sysconfdir}/postfix/transport
%config(noreplace) %{_sysconfdir}/postfix/virtual
%config(noreplace) %{_sysconfdir}/postfix/domains
%{_sysconfdir}/postfix/chroot-update
%{_sysconfdir}/postfix/aliasesdb
%{_sysconfdir}/postfix/makedefs.out
%config(noreplace) %{_sysconfdir}/postfix/dynamicmaps.cf
%attr(0644, root, root) /lib/systemd/system/%{name}.service
%attr(0644, root, root) %config(noreplace) %{_sysconfdir}/pam.d/smtp
%attr(0755, root, root) %config(noreplace) %{_sysconfdir}/ppp/ip-up.d/postfix
%attr(0755, root, root) %config(noreplace) %{_sysconfdir}/ppp/ip-down.d/postfix
%attr(0755, root, root) %config(noreplace) %{_sysconfdir}/resolvconf/update-libc.d/postfix
%ghost %{_sysconfdir}/sysconfig/postfix

%dir %attr(0700, postfix, root) /var/lib/postfix

# For correct directory permissions check postfix-install script
%dir %{queue_directory}
%dir %attr(0700, postfix, root) %{queue_directory}/active
%dir %attr(0700, postfix, root) %{queue_directory}/bounce
%dir %attr(0700, postfix, root) %{queue_directory}/corrupt
%dir %attr(0700, postfix, root) %{queue_directory}/defer
%dir %attr(0700, postfix, root) %{queue_directory}/deferred
%dir %attr(0700, postfix, root) %{queue_directory}/flush
%dir %attr(0700, postfix, root) %{queue_directory}/hold
%dir %attr(0700, postfix, root) %{queue_directory}/incoming
%dir %attr(0700, postfix, root) %{queue_directory}/private
%dir %attr(0700, postfix, root) %{queue_directory}/trace
%dir %attr(0730, postfix, %{maildrop_group}) %{queue_directory}/maildrop
%dir %attr(0710, postfix, %{maildrop_group}) %{queue_directory}/public
%dir %attr(0755, root, root) %{queue_directory}/pid
%dir %attr(0755, root, root) %{queue_directory}/extern

%doc AAAREADME
%doc US_PATENT_6321267
%doc examples/smtpd-policy
%doc COMPATIBILITY
%doc COPYRIGHT
%doc HISTORY
%doc LICENSE
%doc PORTING
%doc RELEASE_NOTES*
%doc IPv6-ChangeLog
%doc TLS_*
#doc html
%doc DOC/html
%doc DOC/README_FILES
%doc README.MDK README.MDK.update
%doc postfix-users-faq.html
%doc UCE

%dir %{_libdir}/postfix
%attr(0644, root, root) %{_libdir}/postfix/postfix-files
%attr(0755, root, root) %{_libdir}/postfix/anvil
%attr(0755, root, root) %{_libdir}/postfix/bounce
%attr(0755, root, root) %{_libdir}/postfix/cleanup
%attr(0755, root, root) %{_libdir}/postfix/discard
%attr(0755, root, root) %{_libdir}/postfix/dnsblog
%attr(0755, root, root) %{_libdir}/postfix/error
%attr(0755, root, root) %{_libdir}/postfix/flush
%attr(0755, root, root) %{_libdir}/postfix/lmtp
%attr(0755, root, root) %{_libdir}/postfix/local
%attr(0755, root, root) %{_libdir}/postfix/master
%attr(0755, root, root) %{_libdir}/postfix/nqmgr
%attr(0755, root, root) %{_libdir}/postfix/oqmgr
%attr(0755, root, root) %{_libdir}/postfix/pickup
%attr(0755, root, root) %{_libdir}/postfix/pipe
%attr(0755, root, root) %{_libdir}/postfix/postfix-script
%attr(0755, root, root) %{_libdir}/postfix/postfix-wrapper
%attr(0755, root, root) %{_libdir}/postfix/post-install
%attr(0755, root, root) %{_libdir}/postfix/postmulti-script
%attr(0755, root, root) %{_libdir}/postfix/postscreen
%attr(0755, root, root) %{_libdir}/postfix/proxymap
%attr(0755, root, root) %{_libdir}/postfix/qmgr
%attr(0755, root, root) %{_libdir}/postfix/qmqpd
%attr(0755, root, root) %{_libdir}/postfix/scache
%attr(0755, root, root) %{_libdir}/postfix/showq
%attr(0755, root, root) %{_libdir}/postfix/smtp
%attr(0755, root, root) %{_libdir}/postfix/smtpd
%attr(0755, root, root) %{_libdir}/postfix/spawn
%attr(0755, root, root) %{_libdir}/postfix/tlsmgr
%attr(0755, root, root) %{_libdir}/postfix/tlsproxy
%attr(0755, root, root) %{_libdir}/postfix/trivial-rewrite
%attr(0755, root, root) %{_libdir}/postfix/verify
%attr(0755, root, root) %{_libdir}/postfix/virtual

%attr(0755, root, root) %{_sbindir}/postalias
%attr(0755, root, root) %{_sbindir}/postcat
%attr(0755, root, root) %{_sbindir}/postconf
%attr(2755,root,%{maildrop_group}) %{_sbindir}/postdrop
%attr(2755,root,%{maildrop_group}) %{_sbindir}/postqueue
%attr(0755, root, root) %{_sbindir}/postfix
%attr(0755, root, root) %{_sbindir}/postkick
%attr(0755, root, root) %{_sbindir}/postlock
%attr(0755, root, root) %{_sbindir}/postlog
%attr(0755, root, root) %{_sbindir}/postmap
%attr(0755, root, root) %{_sbindir}/postmulti
%attr(0755, root, root) %{_sbindir}/postsuper
%attr(0755, root, root) %{_sbindir}/qmqp-sink
%attr(0755, root, root) %{_sbindir}/qmqp-source
%attr(0755, root, root) %{_sbindir}/smtp-sink
%attr(0755, root, root) %{_sbindir}/smtp-source
%attr(0755, root, root) %{_sbindir}/postfinger
%attr(0755, root, root) %{_sbindir}/postfix-chroot.sh
%attr(0755, root, root) %{_sbindir}/qshape
%attr(0755, root, root) %{sendmail_command}
%attr(0755, root, root) %{_bindir}/mailq
%attr(0755, root, root) %{_bindir}/newaliases
%attr(0755, root, root) %{_bindir}/rmail
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*

%files -n %{libdns}
%{_libdir}/libpostfix-dns.so.%{major}

%files -n %{libglobal}
%{_libdir}/libpostfix-global.so.%{major}

%files -n %{libmaster}
%{_libdir}/libpostfix-master.so.%{major}

%files -n %{libutil}
%{_libdir}/libpostfix-util.so.%{major}

%files -n %{libtls}
%{_libdir}/libpostfix-tls.so.%{major}

%files -n %{libmilter}
%{_libdir}/libpostfix-milter.so.%{major}

%files -n %{libxsasl}
%{_libdir}/libpostfix-xsasl.so.%{major}

%if %{with ldap}
%files ldap
%attr(755, root, root) %{_libdir}/postfix/dict_ldap.so

%post ldap
%dynmap_add_cmd ldap
%postun ldap
%dynmap_rm_cmd ldap
%endif

%if %{with mysql}
%files mysql
%attr(755, root, root) %{_libdir}/postfix/dict_mysql.so 

%post mysql
%dynmap_add_cmd mysql
%postun mysql
%dynmap_rm_cmd mysql
%endif

%if %{with pcre}
%files pcre
%attr(755, root, root) %{_libdir}/postfix/dict_pcre.so

%post pcre
%dynmap_add_cmd pcre
%postun pcre
%dynmap_rm_cmd pcre
%endif

%if %{with pgsql}
%files pgsql
%attr(755, root, root) %{_libdir}/postfix/dict_pgsql.so

%post pgsql
%dynmap_add_cmd pgsql
%postun pgsql
%dynmap_rm_cmd pgsql
%endif

%if %{with sqlite}
%files sqlite
%attr(755, root, root) %{_libdir}/postfix/dict_sqlite.so

%post sqlite
%dynmap_add_cmd sqlite
%postun sqlite
%dynmap_rm_cmd sqlite
%endif

%if %{with cdb}
%files cdb
%attr(755, root, root) %{_libdir}/postfix/dict_cdb.so

%post cdb
%dynmap_add_cmd cdb -m
%postun cdb
%dynmap_rm_cmd cdb
%endif

%files config-standalone
%config(noreplace) %{_sysconfdir}/postfix/main.cf
# http://archives.mandrivalinux.com/cooker/2005-07/msg01109.php
%{_sysconfdir}/postfix/main.cf.dist
%{_sysconfdir}/postfix/main.cf.default
%{_sysconfdir}/postfix/bounce.cf.default
%config(noreplace) %{_sysconfdir}/postfix/master.cf
%attr(0644, root, root) %{_libdir}/postfix/main.cf
%attr(0644, root, root) %{_libdir}/postfix/master.cf


%changelog
* Thu Aug 14 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:2.10.2-10
+ Revision: 78f1f97
- Reapplied a37744d: Replaced hardlinks in chroot with copies (fix for #903)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18561 |14mr|postgresql9.0-9.0.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq devel\\(libtcl

%define Werror_cflags %nil
%define _disable_ld_no_undefined 1

%define pgdata /var/lib/pgsql
%define logrotatedir %{_sysconfdir}/logrotate.d

%define major 5
%define major_ecpg 6

%define bname postgresql
%define current_major_version 9.0
%define current_minor_version 16

%define libname %mklibname pq%{current_major_version} _%{major}
%define libecpg %mklibname ecpg%{current_major_version} _%{major_ecpg}

%bcond_without uuid

Summary:	PostgreSQL client programs and libraries
Name:		%{bname}%{current_major_version}
Version:	%{current_major_version}.%{current_minor_version}
Release:	1
License:	BSD
Group:		Databases
Url:		http://www.postgresql.org/
Source0:	ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
Source5:	ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2.md5
Source10:	postgres.profile
Source11:	postgresql.init
Source13:	postgresql.mdv.releasenote
Patch0:		postgresql-9.0.4_ossp-uuid-dir.patch
Patch1:		postgresql-9.0.8-soname_fix.diff
# Need to build doc
BuildRequires:	docbook-dtd42-sgml
BuildRequires:	docbook-dtd44-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-utils
BuildRequires:	openjade
BuildRequires:	xsltproc
# Main deps
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	pam-devel
BuildRequires:	perl-devel
BuildRequires:	readline-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(openssl)
%if %{with uuid}
BuildRequires:	pkgconfig(ossp-uuid)
%endif
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
Provides:	%{bname}-virtual = %{current_major_version}
Conflicts:	%{bname}-virtual < %{current_major_version}
Requires:	%{libname} = %{EVRD}
Provides:	%{bname} = %{EVRD}
Provides:	postgresql-clients = %{EVRD}

%description
PostgreSQL is an advanced Object-Relational database management system (DBMS)
that supports almost all SQL constructs (including transactions, subselects and
user-defined types and functions). The postgresql package includes the client
programs and libraries that you'll need to access a PostgreSQL DBMS server.
These PostgreSQL client programs are programs that directly manipulate the
internal structure of PostgreSQL databases on a PostgreSQL server. These client
programs can be located on the same machine with the PostgreSQL server, or may
be on a remote machine which accesses a PostgreSQL server over a network
connection. This package contains the client libraries for C and C++, as well
as command-line utilities for managing PostgreSQL databases on a PostgreSQL
server.

If you want to manipulate a PostgreSQL database on a remote PostgreSQL server,
you need this package. You also need to install this package if you're
installing the postgresql-server package.

%files -f main.lst
%doc doc/KNOWN_BUGS doc/MISSING_FEATURES doc/README* 
%doc COPYRIGHT README HISTORY doc/bug.template
%{_bindir}/clusterdb
%{_bindir}/createdb
%{_bindir}/createlang
%{_bindir}/createuser
%{_bindir}/dropdb
%{_bindir}/droplang
%{_bindir}/dropuser
%{_bindir}/pg_dump
%{_bindir}/pg_dumpall
%{_bindir}/pg_restore
%{_bindir}/psql
%{_bindir}/reindexdb
%{_bindir}/vacuumdb
%{_mandir}/man1/clusterdb.*
%{_mandir}/man1/createdb.*
%{_mandir}/man1/createlang.*
%{_mandir}/man1/createuser.*
%{_mandir}/man1/dropdb.*
%{_mandir}/man1/droplang.*
%{_mandir}/man1/dropuser.*
%{_mandir}/man1/pg_dump.*
%{_mandir}/man1/pg_dumpall.*
%{_mandir}/man1/pg_restore.*
%{_mandir}/man1/psql.*
%{_mandir}/man1/vacuumdb.*
%{_mandir}/man1/reindexdb.*
%{_mandir}/man7/*
%{_sys_macros_dir}/%{name}.macros

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The shared libraries required for any PostgreSQL clients
Group:		System/Libraries
Provides:	postgresql-libs = %{EVRD}
Provides:	libpq = %{EVRD}
Provides:	%{_lib}pq-virtual = %{current_major_version}
Conflicts:	postgresql-libs < %{current_major_version}

%description -n %{libname}
C and C++ libraries to enable user programs to communicate with the PostgreSQL
database backend. The backend can be on another machine and accessed through
TCP/IP.

%files -n %{libname}
%{_libdir}/libpq.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecpg}
Summary:	Shared library libecpg for PostgreSQL
Group:		System/Libraries
Provides:	libecpg = %{EVRD}
Provides:	%{_lib}ecpg-virtual = %{current_major_version}
Conflicts:	libecpg < %{current_major_version}

%description -n %{libecpg}
Libecpg is used by programs built with ecpg (Embedded PostgreSQL for C) Use
postgresql-dev to develop such programs.

%files -n %{libecpg}
%{_libdir}/libecpg.so.%{major_ecpg}*
%{_libdir}/libecpg_compat.so.*
%{_libdir}/libpgtypes.so.*

#----------------------------------------------------------------------------

%package server
Summary:	The programs needed to create and run a PostgreSQL server
Group:		Databases
Provides:	sqlserver
# add/remove services
Requires(post,preun):	rpm-helper
# add/del user
Requires(pre,postun):	rpm-helper
Requires(pre,post):	%{name} = %{EVRD}
Provides:	%{bname}-server-ABI = %{current_major_version}
Provides:	%{bname}-server-virtual = %{current_major_version}
Conflicts:	%{bname}-server-virtual < %{current_major_version}
Provides:	%{bname}-server = %{EVRD}
Requires:	%{name}-plpgsql = %{EVRD}

%description server
The postgresql-server package includes the programs needed to create and run a
PostgreSQL server, which will in turn allow you to create and maintain
PostgreSQL databases.  PostgreSQL is an advanced Object-Relational database
management system (DBMS) that supports almost all SQL constructs (including
transactions, subselects and user-defined types and functions). You should
install postgresql-server if you want to create and maintain your own
PostgreSQL databases and/or your own PostgreSQL server. You also need to
install the postgresql and postgresql-devel packages.

After installing this package, please read postgresql.mdv.releasenote.

%files server -f server.lst
%{_initrddir}/postgresql
%config(noreplace) %{_sysconfdir}/sysconfig/postgresql
%doc README.urpmi postgresql.mdv.releasenote
%{_bindir}/initdb
%{_bindir}/pg_controldata
%{_bindir}/pg_ctl
%{_bindir}/pg_resetxlog
%{_bindir}/postgres
%{_bindir}/postmaster
%{_bindir}/pg_standby
%{_bindir}/pg_archivecleanup
%{_bindir}/pg_upgrade
%{_mandir}/man1/initdb.1*
%{_mandir}/man1/pg_controldata.*
%{_mandir}/man1/pg_ctl.1*
%{_mandir}/man1/pg_resetxlog.*
%{_mandir}/man1/postgres.1*
%{_mandir}/man1/postmaster.1*
%dir %{_libdir}/postgresql
%dir %{_datadir}/postgresql
%attr(644,postgres,postgres) %config(noreplace) /var/lib/pgsql/.bashrc
%attr(-,postgres,postgres) /var/lib/pgsql/.profile
%attr(700,postgres,postgres) %dir %{pgdata}
%attr(-,postgres,postgres) %{pgdata}/data
%attr(700,postgres,postgres) %dir %{pgdata}/backups
%{_libdir}/postgresql/*_and_*.so
%{_libdir}/postgresql/pgxml.so
%{_libdir}/postgresql/dict_int.so
%{_libdir}/postgresql/dict_xsyn.so
%{_libdir}/postgresql/test_parser.so
%{_libdir}/postgresql/tsearch2.so
%{_libdir}/postgresql/dict_snowball.so
%{_libdir}/postgresql/auto_explain.so
%{_libdir}/postgresql/btree_gin.so
%{_libdir}/postgresql/citext.so
%{_libdir}/postgresql/pg_stat_statements.so
%if %{with uuid}
%{_libdir}/postgresql/uuid-ossp.so
%endif
%{_libdir}/postgresql/euc2004_sjis2004.so
%{_libdir}/postgresql/libpqwalreceiver.so
%{_libdir}/postgresql/passwordcheck.so
%{_libdir}/postgresql/pg_upgrade_support.so
%{_libdir}/postgresql/unaccent.so
%{_datadir}/postgresql/postgres.bki
%{_datadir}/postgresql/postgres.description
%{_datadir}/postgresql/*.sample
%{_datadir}/postgresql/timezone
%{_datadir}/postgresql/system_views.sql
%{_datadir}/postgresql/conversion_create.sql
%{_datadir}/postgresql/information_schema.sql
%{_datadir}/postgresql/snowball_create.sql
%{_datadir}/postgresql/sql_features.txt
%{_datadir}/postgresql/postgres.shdescription
%dir %{_datadir}/postgresql/timezonesets
%{_datadir}/postgresql/timezonesets/Africa.txt
%{_datadir}/postgresql/timezonesets/America.txt
%{_datadir}/postgresql/timezonesets/Antarctica.txt
%{_datadir}/postgresql/timezonesets/Asia.txt
%{_datadir}/postgresql/timezonesets/Atlantic.txt
%{_datadir}/postgresql/timezonesets/Australia
%{_datadir}/postgresql/timezonesets/Australia.txt
%{_datadir}/postgresql/timezonesets/Default
%{_datadir}/postgresql/timezonesets/Etc.txt
%{_datadir}/postgresql/timezonesets/Europe.txt
%{_datadir}/postgresql/timezonesets/India
%{_datadir}/postgresql/timezonesets/Indian.txt
%{_datadir}/postgresql/timezonesets/Pacific.txt
%{_datadir}/postgresql/tsearch_data
%attr(700,postgres,postgres) %dir /var/log/postgres
%{logrotatedir}/%{bname}

%pre server
%_pre_useradd postgres /var/lib/pgsql /bin/bash

[ ! -f %{pgdata}/data/PG_VERSION ] && exit 0
mypgversion=`cat %{pgdata}/data/PG_VERSION`
[ $mypgversion = %{current_major_version} ] && exit 0

echo ""
echo "You currently have database tree for Postgresql $mypgversion"
echo "You must use postgresql${mypgversion}-server"
echo "To update you Postgresql server, dump your databases"
echo "delete /var/lib/pgsql/data/ content, upgrade the server, then"
echo "restore your databases from your backup"
echo ""

exit 1

%posttrans server

%_post_service %{bname}

%preun server
%_preun_service %{bname}

%postun server
%_postun_userdel postgres

#----------------------------------------------------------------------------

%package docs
Summary:	Extra documentation for PostgreSQL
Group:		Documentation
Provides:	%{bname}-docs-virtual = %{current_major_version}
Conflicts:	%{bname}-docs-virtual < %{current_major_version}

%description docs
The postgresql-docs package includes the SGML source for the documentation as
well as the documentation in other formats, and some extra documentation.
Install this package if you want to help with the PostgreSQL documentation
project, or if you want to generate printed documentation.

%files docs
%doc %{_docdir}/%{name}-docs-%{version}

#----------------------------------------------------------------------------

%package contrib
Summary:	Contributed binaries distributed with PostgreSQL
Group:		Databases
Requires:	%{name}-server = %{EVRD}
Provides:	%{bname}-contrib-virtual = %{current_major_version}
Conflicts:	%{bname}-contrib-virtual < %{current_major_version}

%description contrib
The postgresql-contrib package includes the contrib tree distributed with the
PostgreSQL tarball.  Selected contrib modules are prebuilt.

%files contrib
%{_libdir}/postgresql/_int.so
%{_libdir}/postgresql/btree_gist.so
%{_libdir}/postgresql/chkpass.so
%{_libdir}/postgresql/cube.so
%{_libdir}/postgresql/dblink.so
%{_libdir}/postgresql/earthdistance.so
%{_libdir}/postgresql/fuzzystrmatch.so
%{_libdir}/postgresql/insert_username.so
%{_libdir}/postgresql/lo.so
%{_libdir}/postgresql/ltree.so
%{_libdir}/postgresql/moddatetime.so
%{_libdir}/postgresql/pgcrypto.so
%{_libdir}/postgresql/pgstattuple.so
%{_libdir}/postgresql/refint.so
%{_libdir}/postgresql/seg.so
%{_libdir}/postgresql/tablefunc.so
%{_libdir}/postgresql/timetravel.so
%{_libdir}/postgresql/pg_trgm.so
%{_libdir}/postgresql/autoinc.so
%{_libdir}/postgresql/pg_buffercache.so
%{_libdir}/postgresql/adminpack.so
%{_libdir}/postgresql/hstore.so
%{_libdir}/postgresql/isn.so
%{_libdir}/postgresql/pg_freespacemap.so
%{_libdir}/postgresql/pgrowlocks.so
%{_libdir}/postgresql/sslinfo.so
%{_libdir}/postgresql/pageinspect.so
%{_datadir}/postgresql/contrib/
%{_bindir}/oid2name
%{_bindir}/pgbench
%{_bindir}/vacuumlo

#----------------------------------------------------------------------------

%package devel
Summary:	PostgreSQL development header files and libraries
Group:		Development/Databases
Provides:	%{bname}-devel-virtual = %{current_major_version}
Conflicts:	%{bname}-devel-virtual < %{current_major_version}
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libecpg} = %{EVRD}
Provides:	postgresql-libs-devel = %{EVRD}
Provides:	pq-devel = %{EVRD}
Provides:	libpq-devel = %{EVRD}
Provides:	libecpg-devel = %{EVRD}
Provides:	%{bname}-devel = %{EVRD}

%description devel
The postgresql-devel package contains the header files and libraries needed to
compile C or C++ applications which will directly interact with a PostgreSQL
database management server and the ecpg Embedded C Postgres preprocessor. You
need to install this package if you want to develop applications which will
interact with a PostgreSQL server. If you're installing postgresql-server, you
need to install this package.

%files devel
%{_includedir}/*
%{_bindir}/ecpg
%{_libdir}/lib*.a
%{_libdir}/lib*.so
%{_libdir}/postgresql/pgxs/
%{_mandir}/man1/ecpg.1*
%{_bindir}/pg_config
%{_mandir}/man1/pg_config.1*
%{_mandir}/man3/SPI_*.3*
%{_mandir}/man3/dblink*.3*

#----------------------------------------------------------------------------

%package pl
Summary:	Procedurals languages for PostgreSQL
Group:		Databases
Conflicts:	libpgsql2
Requires:	%{name}-plpython = %{EVRD}
Requires:	%{name}-plperl = %{EVRD}
Requires:	%{name}-pltcl = %{EVRD}
Requires:	%{name}-plpgsql = %{EVRD}
Provides:	%{bname}-pl-virtual = %{current_major_version}
Conflicts:	%{bname}-pl-virtual < %{current_major_version}
Provides:	%{bname}-pl = %{EVRD}

%description pl
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-pl will install the the PL/Perl, PL/Tcl, and PL/Python procedural
languages for the backend. PL/Pgsql is part of the core server package.

%files pl

#----------------------------------------------------------------------------

%package plpython
Summary:	The PL/Python procedural language for PostgreSQL
Group:		Databases
Requires:	%{name}-server = %{EVRD}
Requires:	%{bname}-server-ABI = %{current_major_version}
Provides:	%{bname}-plpython-virtual = %{current_major_version}
Conflicts:	%{bname}-plpython-virtual < %{current_major_version}
Provides:	%{bname}-plpython = %{EVRD}

%description plpython
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-plpython package contains the the PL/Python procedural languages for
the backend. PL/Python is part of the core server package.

%files plpython
%{_libdir}/postgresql/plpython.so
%{_libdir}/postgresql/plpython2.so

#----------------------------------------------------------------------------

%package plperl
Summary:	The PL/Perl procedural language for PostgreSQL
Group:		Databases
Requires:	%{name}-server = %{EVRD}
Requires:	%{bname}-server-ABI = %{current_major_version}
Provides:	%{bname}-plperl-virtual = %{current_major_version}
Conflicts:	%{bname}-plperl-virtual < %{current_major_version}
Provides:	%{bname}-plperl = %{EVRD}

%description plperl
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-plperl package contains the the PL/Perl procedural languages for the
backend. PL/Perl is part of the core server package.

%files plperl
%{_libdir}/postgresql/plperl.so

#----------------------------------------------------------------------------

%package pltcl
Summary:	The PL/Tcl procedural language for PostgreSQL
Group:		Databases
Requires:	%{name}-server = %{EVRD}
Requires:	%{bname}-server-ABI = %{current_major_version}
Provides:	%{bname}-pltcl-virtual = %{current_major_version}
Conflicts:	%{bname}-pltcl-virtual < %{current_major_version}
Provides:	%{bname}-pltcl = %{EVRD}

%description pltcl
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-pltcl package contains the the PL/Tcl procedural languages for the
backend. PL/Tcl is part of the core server package.

%files pltcl
%{_libdir}/postgresql/pltcl.so
%{_bindir}/pltcl_delmod
%{_bindir}/pltcl_listmod
%{_bindir}/pltcl_loadmod
%{_datadir}/postgresql/unknown.pltcl

#----------------------------------------------------------------------------

%package plpgsql
Summary:	The PL/PgSQL procedural language for PostgreSQL
Group:		Databases
Requires:	%{name}-server = %{EVRD}
Requires:	%{bname}-server-ABI = %{current_major_version}
Provides:	%{bname}-plpgsql-virtual = %{current_major_version}
Conflicts:	%{bname}-plpgsql-virtual < %{current_major_version}
Provides:	%{bname}-plpgsql = %{EVRD}

%description plpgsql
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-plpgsql package contains the the PL/PgSQL procedural languages for
the backend. PL/PgSQL is part of the core server package.

%files plpgsql
%{_libdir}/postgresql/plpgsql.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{bname}-%{version}
%patch0 -p1 -b .ossp-uuid_dir~
%patch1 -p1 -b .soname_fix

%build
%serverbuild
# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`

%configure2_5x \
	--disable-rpath \
	--with-perl \
	--with-python \
	--with-tcl \
	--with-tclconfig=%{_libdir} \
	--with-openssl \
	--with-pam \
	--with-libxml \
	--with-libxslt \
	--libdir=%{_libdir} \
	--mandir=%{_mandir} \
	--prefix=%{_prefix} \
	--sysconfdir=%{_sysconfdir}/pgsql \
	--enable-nls \
%if %{with uuid}
	--with-ossp-uuid
%endif

# nuke -Wl,--no-undefined
perl -pi -e "s|-Wl,--no-undefined||g" src/Makefile.global

%if %{with uuid}
# bork...
echo "#define HAVE_OSSP_UUID_H 1" >> src/include/pg_config.h
%endif

%make world

pushd src/test
make all
popd


%install
make DESTDIR=%{buildroot} install-world install-docs

# install odbcinst.ini
mkdir -p %{buildroot}%{_sysconfdir}/pgsql

# PGDATA needs removal of group and world permissions due to pg_pwd hole.
install -d -m 700 %{buildroot}/var/lib/pgsql/data

# backups of data go here...
install -d -m 700 %{buildroot}/var/lib/pgsql/backups

# Create the multiple postmaster startup directory
install -d -m 700 %{buildroot}/etc/sysconfig/pgsql

mkdir -p %{buildroot}%{_var}/log/postgres

mkdir -p %{buildroot}%{logrotatedir}
cat > %{buildroot}%{logrotatedir}/%{bname} <<EOF
/var/log/postgres/postgresql {
    notifempty
    missingok
    copytruncate
}
EOF

install -D -m755 %{SOURCE11} %{buildroot}%{_initrddir}/postgresql

mv %{buildroot}%{_docdir}/%{bname}/html %{buildroot}%{_docdir}/%{name}-docs-%{version}

echo -n '' > main.lst
for i in \
    pg_ctl initdb pg_config psql pg_dump pgscripts \
    ecpg libpq%{major} ecpglib%{major_ecpg}; do
    %find_lang $i-%{current_major_version}
    cat $i-%{current_major_version}.lang >> main.lst
#    %find_lang $i
#    cat $i.lang >> main.lst
done
echo -n '' > server.lst
for i in postgres pg_resetxlog pg_controldata plpgsql plpython plperl pltcl; do
#    %find_lang $i
#    cat $i.lang >> server.lst
    %find_lang $i-%{current_major_version}
    cat $i-%{current_major_version}.lang >> server.lst
done

# pg_ctl.lang initdb.lang pg_config.lang psql.lang pg_dump.lang pgscripts.lang \
# postgres.lang pg_resetxlog.lang pg_controldata.lang \
# libpq.lang libecpg.lang \

# taken directly in build dir.
rm -fr %{buildroot}%{_datadir}/doc/postgresql/contrib/

#(
#cd postgresql-mdk
#make install DESTDIR=%buildroot
#)

mkdir -p %{buildroot}%{_sys_macros_dir}
cat > %{buildroot}%{_sys_macros_dir}/%{name}.macros <<EOF
%%postgresql_version %{version}
%%postgresql_major   %{current_major_version}
%%postgresql_minor   %{current_minor_version}
%%pgmodules_req Requires:	%{bname}-server-ABI} = %{current_major_version}
EOF

cat %{SOURCE13} > postgresql.mdv.releasenote
cat > README.urpmi <<EOF
You just installed or updated %{bname} server.
You can find important information about mandriva %{bname} rpms and database
management in:

%{_defaultdocdir}/%{name}-server/postgresql.mdv.releasenote

Please read it.
EOF

# postgres' .profile and .bashrc
install -D -m 700 %{SOURCE10} %{buildroot}%{_var}/lib/pgsql/.profile
(
cd %{buildroot}%{_var}/lib/pgsql/
ln -s .profile .bashrc
)

cat > %{buildroot}%{_sysconfdir}/sysconfig/postgresql <<EOF
# Olivier Thauvin <nanardon@mandriva.org>

# The database location:
# You probably won't change this
# PGDATA=/var/lib/pgsql/data

# What is the based locales for postgresql
# Setting locales to C allow to use any encoding
# ISO or UTF, any other choice will restrict you
# either ISO or UTF.
LC_ALL=C

# These are additional to pass to pg_ctl when starting/restarting postgresql.
# PGOPTIONS=
EOF

%check
make check


%changelog
* Wed Jul 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 9.0.16-1
+ Revision: 9e76c81
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18562 |14mr|postgresql-9.3.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq devel\\(libtcl)

%define major 5
%define major_ecpg 6
%define libname %mklibname pq %{major}
%define libecpg %mklibname ecpg %{major_ecpg}

%define majorversion 9.3
%define minorversion 3
%define bname		%{name}%{majorversion}
%define server		%{name}-server
%define contrib		%{name}-contrib
%define metapl		%{name}-pl
%define plpython	%{name}-plpython
%define plperl		%{name}-plperl
%define pltcl		%{name}-pltcl
%define plpgsql		%{name}-plpgsql

%define pgdata /var/lib/pgsql
%define pguser postgres
%define logrotatedir %{_sysconfdir}/logrotate.d

%bcond_without	uuid

Summary: 	PostgreSQL client programs and libraries
Name:		postgresql
Version: 	%majorversion.%minorversion
Release: 	12
License:	BSD
Group:		Databases
URL:		http://www.postgresql.org/ 
Source0:	ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
Source1:	ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2.md5
Source10:	postgres.profile
Source11:	postgresql.service
Source12:	postgresql.tmpfiles.d
Source13:	postgresql.rosa.releasenote
Source14:	postgresql_initdb.sh

Source100:	%name.rpmlintrc
Patch0:		postgresql-9.0.4_ossp-uuid-dir.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	openssl-devel
BuildRequires:	pam-devel
BuildRequires:	perl-devel
BuildRequires:	python-devel
BuildRequires:	readline-devel
BuildRequires:	tcl-devel
BuildRequires:	libxml2-devel
BuildRequires:	libxslt-devel
BuildRequires:	zlib-devel
%if %{with uuid}
BuildRequires:  ossp-uuid-devel >= 1.6.2-5
%endif
# Need to build doc
BuildRequires:  docbook-dtd31-sgml
BuildRequires:  docbook-dtd41-sgml
BuildRequires:  docbook-dtd42-sgml
BuildRequires:	docbook-dtd44-xml
BuildRequires:	openjade
BuildRequires:	docbook-utils
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl

Provides:	postgresql-clients = %{version}-%{release}
#Requires:	perl
Obsoletes:	postgresql9.0 postgresql8.5 postgresql8.4 postgresql8.3 postgresql8.2

%description
PostgreSQL is an advanced Object-Relational database management system (DBMS)
that supports almost all SQL constructs (including transactions, subselects and
user-defined types and functions). The postgresql package includes the client
programs and libraries that you'll need to access a PostgreSQL DBMS server.
These PostgreSQL client programs are programs that directly manipulate the
internal structure of PostgreSQL databases on a PostgreSQL server. These client
programs can be located on the same machine with the PostgreSQL server, or may
be on a remote machine which accesses a PostgreSQL server over a network
connection. This package contains the client libraries for C and C++, as well
as command-line utilities for managing PostgreSQL databases on a PostgreSQL
server.

If you want to manipulate a PostgreSQL database on a remote PostgreSQL server,
you need this package. You also need to install this package if you're
installing the postgresql-server package.

%package -n	%{libname}
Summary:	The shared libraries required for any PostgreSQL clients
Group:		System/Libraries
Provides:	postgresql-libs = %{version}-%{release}
%rename	%{_lib}pq9.0_5
%rename	%{_lib}pq8.5_5
%rename	%{_lib}pq8.4_5
%rename	%{_lib}pq8.3_5

%description -n	%{libname}
C and C++ libraries to enable user programs to communicate with the PostgreSQL
database backend. The backend can be on another machine and accessed through
TCP/IP.

%package -n	%{libecpg}
Summary:	Shared library libecpg for PostgreSQL
Group:		System/Libraries
%rename	%{_lib}ecpg9.0_6
%rename	%{_lib}ecpg8.5_6
%rename	%{_lib}ecpg8.4_6
%rename	%{_lib}ecpg8.3_6
Conflicts:	%{mklibname ecpg 5}

%description -n	%{libecpg}
Libecpg is used by programs built with ecpg (Embedded PostgreSQL for C) Use
postgresql-dev to develop such programs.

%package -n %{server}
Summary:	The programs needed to create and run a PostgreSQL server
Group:		Databases
Provides:	sqlserver
Provides:	postgresql-server = %{version}-%{release}
# add/remove services
Requires(post): rpm-helper
Requires(preun): rpm-helper
# add/del user
Requires(pre,postun): rpm-helper
Requires(post,preun): update-alternatives
# the client bins are needed for upgrading
Requires:	postgresql >= %{version}-%{release}
Requires:	postgresql-plpgsql >= %{version}-%{release}
Obsoletes:	postgresql9.0-server postgresql8.5-server postgresql8.4-server postgresql8.3-server postgresql8.2-server

%description -n %{server}
The postgresql-server package includes the programs needed to create and run a
PostgreSQL server, which will in turn allow you to create and maintain
PostgreSQL databases.  PostgreSQL is an advanced Object-Relational database
management system (DBMS) that supports almost all SQL constructs (including
transactions, subselects and user-defined types and functions). You should
install postgresql-server if you want to create and maintain your own
PostgreSQL databases and/or your own PostgreSQL server. You also need to
install the postgresql and postgresql-devel packages.

After installing this package, please read postgresql.rosa.releasenote.

%package	docs
Summary:	Extra documentation for PostgreSQL
Group:		Databases
Obsoletes:	postgresql9.0-docs postgresql8.5-docs postgresql8.4-docs postgresql8.3-docs postgresql8.2-docs

%description	docs
The postgresql-docs package includes the SGML source for the documentation as
well as the documentation in other formats, and some extra documentation.
Install this package if you want to help with the PostgreSQL documentation
project, or if you want to generate printed documentation.

%package -n %{contrib}
Summary:	Contributed binaries distributed with PostgreSQL
Group:		Databases
#Requires:	postgresql-server >= %{version}-%{release}
Obsoletes:	postgresql9.0-contrib postgresql8.5-contrib postgresql8.4-contrib postgresql8.3-contrib postgresql8.2-contrib

%description -n %{contrib}
The postgresql-contrib package includes the contrib tree distributed with the
PostgreSQL tarball.  Selected contrib modules are prebuilt.

%package	devel
Summary:	PostgreSQL development header files and libraries
Group:		Development/Databases
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} >= %{version}-%{release}
Requires:	%{libecpg} >= %{version}-%{release}
Obsoletes:	postgresql9.0-devel postgresql8.5-devel postgresql8.4-devel postgresql8.3-devel postgresql8.2-devel

%description	devel
The postgresql-devel package contains the header files and libraries needed to
compile C or C++ applications which will directly interact with a PostgreSQL
database management server and the ecpg Embedded C Postgres preprocessor. You
need to install this package if you want to develop applications which will
interact with a PostgreSQL server. If you're installing postgresql-server, you
need to install this package.

%package -n %{metapl}
Summary:	Procedurals languages for PostgreSQL
Group:		Databases
Provides:	%{name}-pl = %{version}-%{release}
Requires:	%{name}-plpython >= %{version}-%{release} 
Requires:	%{name}-plperl >= %{version}-%{release} 
Requires:	%{name}-pltcl >= %{version}-%{release} 
Requires:	%{name}-plpgsql >= %{version}-%{release} 
Obsoletes:	postgresql9.0-pl postgresql8.5-pl postgresql8.4-pl postgresql8.3-pl postgresql8.2-pl

%description -n %{metapl}
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-pl will install the the PL/Perl, PL/Tcl, and PL/Python procedural
languages for the backend. PL/Pgsql is part of the core server package.

%package -n %{plpython}
Summary:	The PL/Python procedural language for PostgreSQL
Group:		Databases
Provides:	%{name}-plpython = %{version}-%{release}
#Requires:	postgresql-server >= %{version}
Obsoletes:	postgresql9.0-plpython postgresql8.5-plpython postgresql8.4-plpython postgresql8.3-plpython postgresql8.2-plpython

%description -n %{plpython}
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-plpython package contains the the PL/Python procedural languages for
the backend. PL/Python is part of the core server package.

%package -n %{plperl}
Summary:	The PL/Perl procedural language for PostgreSQL
Group:		Databases	
Provides:	%{name}-plperl = %{version}-%{release}
#Requires:	postgresql-server >= %{version}
Obsoletes:	postgresql9.0-plperl postgresql8.5-plperl postgresql8.4-plperl postgresql8.3-plperl postgresql8.2-plperl

%description -n %{plperl}
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-plperl package contains the the PL/Perl procedural languages for the
backend. PL/Perl is part of the core server package.

%package -n %{pltcl}
Summary:	The PL/Tcl procedural language for PostgreSQL
Group:		Databases
Provides:	%{name}-pltcl = %{version}-%{release}
#Requires:	postgresql-server >= %{version}
Obsoletes:	postgresql9.0-pltcl postgresql8.5-pltcl postgresql8.4-pltcl postgresql8.3-pltcl postgresql8.2-pltcl

%description -n %{pltcl}
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-pltcl package contains the the PL/Tcl procedural languages for the
backend. PL/Tcl is part of the core server package.

%package -n %{plpgsql}
Summary:	The PL/PgSQL procedural language for PostgreSQL
Group:		Databases
Provides:	%{name}-plpgsql = %{version}-%{release}
#Requires:	postgresql-server >= %{version}
Obsoletes:	postgresql9.0-plpgsql postgresql8.5-plpgsql postgresql8.4-plpgsql postgresql8.3-plpgsql postgresql8.2-plpgsql

%description -n %{plpgsql}
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-plpgsql package contains the the PL/PgSQL procedural languages for
the backend. PL/PgSQL is part of the core server package.

%prep

%setup -q
%apply_patches

%build
%serverbuild
# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`
    #--libexecdir=%{_libexecdir}/%{bname} \
	#--program-suffix=%{majorversion} \ didnt work
	#--disable-static \
%configure2_5x \
    --disable-rpath \
    --with-perl \
    --with-python \
    --with-tcl \
	--with-tclconfig=%{_libdir} \
    --with-openssl \
    --with-pam \
    --with-libxml \
    --with-libxslt \
    --libdir=%{_libdir} \
    --mandir=%{_mandir} \
    --prefix=%{_prefix} \
    --sysconfdir=%{_sysconfdir}/pgsql \
    --enable-nls \
%if %{with uuid}
    --with-ossp-uuid
%endif

# $(rpathdir) come from Makefile
#perl -pi -e 's|^all:|LINK.shared=\$(COMPILER) -shared -Wl,-rpath,\$(rpathdir),-soname,\$(soname)\nall:|' src/pl/plperl/GNUmakefile

# nuke -Wl,--no-undefined
perl -pi -e "s|-Wl,--no-undefined||g" src/Makefile.global

%if %{with uuid}
# bork...
echo "#define HAVE_OSSP_UUID_H 1" >> src/include/pg_config.h
%endif

%make world

pushd src/test
make all
popd

%check
make check

%install
make DESTDIR=%{buildroot} install-world install-docs

# install odbcinst.ini
mkdir -p %{buildroot}%{_sysconfdir}/pgsql

# copy over Makefile.global to the include dir....
#install -m755 src/Makefile.global %{buildroot}%{_includedir}/pgsql/

# PGDATA needs removal of group and world permissions due to pg_pwd hole.
install -d -m 700 %{buildroot}%{pgdata}/data

# backups of data go here...
install -d -m 700 %{buildroot}%{pgdata}/backups

# Create the multiple postmaster startup directory
install -d -m 700 %{buildroot}/etc/sysconfig/pgsql

# install systemd units
mkdir -p %{buildroot}%{_unitdir}
install -m 644 %{SOURCE11} %{buildroot}%{_unitdir}/%{bname}.service

# Create the directory for sockets.
install -d -m 755 %{buildroot}/var/run/postgresql

# ... and make a tmpfiles script to recreate it at reboot.
mkdir -p %{buildroot}%{_tmpfilesdir}
install -m 0644 %{SOURCE12} %{buildroot}%{_tmpfilesdir}/%{bname}.conf

# install helper script for env initialisation 
mkdir -p %{buildroot}%{_prefix}/libexec
install -m 755 %{SOURCE14} %{buildroot}%{_prefix}/libexec


%if 0
# tests. There are many files included here that are unnecessary, but include
# them anyway for completeness.
mkdir -p %{buildroot}%{_libdir}/pgsql/test
cp -a src/test/regress %{buildroot}%{_libdir}/pgsql/test
install -m 0755 contrib/spi/refint.so %{buildroot}%{_libdir}/pgsql/test/regress
install -m 0755 contrib/spi/autoinc.so %{buildroot}%{_libdir}/pgsql/test/regress
pushd  %{buildroot}%{_libdir}/pgsql/test/regress/
strip *.so
popd
%endif

mkdir -p %{buildroot}/var/log/postgres

mkdir -p %{buildroot}%logrotatedir
cat > %{buildroot}%logrotatedir/%{name} <<EOF
/var/log/postgres/postgresql {
    notifempty
    missingok
    copytruncate
}
EOF

mv %{buildroot}%{_docdir}/%{name}/html %{buildroot}%{_docdir}/%{name}-docs-%{version}

echo -n "" > %{libname}.lst
echo -n "" > %{libecpg}.lst
echo -n "" > server.lst
echo -n "" > main.lst
echo -n "" > devel.lst
echo -n "" > plperl.lst
echo -n "" > plpython.lst
echo -n "" > pltcl.lst
echo -n "" > plpgsql.lst

# libs
%find_lang libpq%{major}-%{majorversion}
cat libpq%{major}-%{majorversion}.lang >> %{libname}.lst
%find_lang ecpglib%{major_ecpg}-%{majorversion}
cat ecpglib%{major_ecpg}-%{majorversion}.lang >> %{libecpg}.lst

# server
%find_lang initdb-%{majorversion}
cat initdb-%{majorversion}.lang >> server.lst
%find_lang pg_basebackup-%{majorversion}
cat pg_basebackup-%{majorversion}.lang >> server.lst
%find_lang pg_controldata-%{majorversion}
cat pg_controldata-%{majorversion}.lang >> server.lst
%find_lang pg_ctl-%{majorversion}
cat pg_ctl-%{majorversion}.lang >> server.lst
%find_lang pg_resetxlog-%{majorversion}
cat pg_resetxlog-%{majorversion}.lang >> server.lst
%find_lang postgres-%{majorversion}
cat postgres-%{majorversion}.lang >> server.lst

# main
%find_lang pg_config-%{majorversion}
cat pg_config-%{majorversion}.lang >> main.lst
%find_lang pg_dump-%{majorversion}
cat pg_dump-%{majorversion}.lang >> main.lst
%find_lang pgscripts-%{majorversion}
cat pgscripts-%{majorversion}.lang >> main.lst
%find_lang psql-%{majorversion}
cat psql-%{majorversion}.lang >>main.lst

# devel
%find_lang ecpg-%{majorversion}
cat ecpg-%{majorversion}.lang >> devel.lst

# perl
%find_lang plperl-%{majorversion}
cat plperl-%{majorversion}.lang >> plperl.lst

# python
%find_lang plpython-%{majorversion}
cat plpython-%{majorversion}.lang >> plpython.lst

# tcl
%find_lang pltcl-%{majorversion}
cat pltcl-%{majorversion}.lang >> pltcl.lst

# plpgsql
%find_lang plpgsql-%{majorversion}
cat plpgsql-%{majorversion}.lang >> plpgsql.lst

# taken directly in build dir.
rm -fr %{buildroot}%{_datadir}/doc/postgresql/contrib/

mkdir -p %{buildroot}/%_sys_macros_dir
cat > %{buildroot}/%_sys_macros_dir/%{name}.macros <<EOF
%%postgresql_version %{version}
%%postgresql_major   %{majorversion}
%%postgresql_minor   %{minorversion}
%%pgmodules_req Requires: %{?arch_tagged:%arch_tagged %{name}-server-ABI}%{?!arch_tagged:%{name}-server-ABI} >= %{majorversion}
EOF

cat %{SOURCE13} > postgresql.rosa.releasenote
cat > README.urpmi <<EOF
You just installed or updated %{name} server.
You can find important information about ROSA %{name} rpms and database
management in:

%{_defaultdocdir}/%{name}-server/postgresql.rosa.releasenote

Please read it.
EOF

# postgres' .profile and .bashrc
install -D -m 700 %SOURCE10 %{buildroot}%{pgdata}/.profile
(
cd %{buildroot}%{pgdata}/
ln -s .profile .bashrc
)

cat > %{buildroot}%_sysconfdir/sysconfig/postgresql <<EOF
# Olivier Thauvin <nanardon@mandriva.org>

# The database location:
# You probably won't change this
# PGDATA=%{pgdata}/data

# What is the based locales for postgresql
# Setting locales to C allow to use any encoding
# ISO or UTF, any other choice will restrict you
# either ISO or UTF.
LC_ALL=C

# These are additional to pass to pg_ctl when starting/restarting postgresql.
# PGOPTIONS=
EOF

# cleanup
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
find %{buildroot} -type f -name "*.a" -exec rm -f {} ';'

%pre -n %{server}
%_pre_useradd %{pguser} %{pgdata} /bin/bash
# if upgrade

[ ! -f %{pgdata}/data/PG_VERSION ] && exit 0
mypgversion=`cat %{pgdata}/data/PG_VERSION`
[ $mypgversion = %{current_major_version} ] && exit 0

echo ""
echo "You currently have database tree for Postgresql $mypgversion"
echo "You must use postgresql${mypgversion}-server"
echo "To update you Postgresql server, dump your databases"
echo "delete /var/lib/pgsql/data/ content, upgrade the server, then"
echo "restore your databases from your backup"
echo ""

exit 1

%posttrans -n %{server}
%_post_service %{bname}
%tmpfiles_create %{bname}

%preun -n %{server}
%_preun_service %{bname}

%postun -n %{server}
%_postun_userdel %{pguser}

%files -f main.lst
%doc doc/KNOWN_BUGS doc/MISSING_FEATURES
%doc COPYRIGHT README HISTORY doc/bug.template
%{_bindir}/clusterdb
%{_bindir}/createdb
%{_bindir}/createlang
%{_bindir}/createuser
%{_bindir}/dropdb
%{_bindir}/droplang
%{_bindir}/dropuser
%{_bindir}/pg_basebackup
%{_bindir}/pg_dump
%{_bindir}/pg_dumpall
%{_bindir}/pg_isready
%{_bindir}/pg_receivexlog
%{_bindir}/pg_restore
%{_bindir}/pg_test_fsync
%{_bindir}/pg_test_timing
%{_bindir}/pg_xlogdump
%{_bindir}/psql
%{_bindir}/reindexdb
%{_bindir}/vacuumdb
%{_mandir}/man1/clusterdb.*
%{_mandir}/man1/createdb.*
%{_mandir}/man1/createlang.*
%{_mandir}/man1/createuser.*
%{_mandir}/man1/dropdb.*
%{_mandir}/man1/droplang.*
%{_mandir}/man1/dropuser.*
%{_mandir}/man1/pg_basebackup.*
%{_mandir}/man1/pg_dump.*
%{_mandir}/man1/pg_dumpall.*
%{_mandir}/man1/pg_isready.1*
%{_mandir}/man1/pg_receivexlog.1*
%{_mandir}/man1/pg_restore.*
%{_mandir}/man1/pg_test_fsync.1*
%{_mandir}/man1/pg_test_timing.1*
%{_mandir}/man1/pg_xlogdump.1*
%{_mandir}/man1/psql.*
%{_mandir}/man1/reindexdb.*
%{_mandir}/man1/vacuumdb.*
%{_mandir}/man7/*
%_sys_macros_dir/%{name}.macros

%files -n %{libname} -f %{libname}.lst
%{_libdir}/libpq.so.%{major}*

%files -n %{libecpg} -f %{libecpg}.lst
%{_libdir}/libecpg.so.%{major_ecpg}*
%{_libdir}/libecpg_compat.so.*
%{_libdir}/libpgtypes.so.*

%files docs
%doc %{_docdir}/%{name}-docs-%{version}

%files -n %{contrib}
%{_libdir}/postgresql/_int.so
%{_libdir}/postgresql/btree_gist.so
%{_libdir}/postgresql/chkpass.so
%{_libdir}/postgresql/cube.so
%{_libdir}/postgresql/dblink.so
%{_libdir}/postgresql/earthdistance.so
%{_libdir}/postgresql/fuzzystrmatch.so
%{_libdir}/postgresql/insert_username.so
%{_libdir}/postgresql/lo.so
%{_libdir}/postgresql/ltree.so
%{_libdir}/postgresql/moddatetime.so
%{_libdir}/postgresql/pgcrypto.so
%{_libdir}/postgresql/pgstattuple.so
%{_libdir}/postgresql/refint.so
%{_libdir}/postgresql/seg.so
%{_libdir}/postgresql/tablefunc.so
%{_libdir}/postgresql/tcn.so
%{_libdir}/postgresql/timetravel.so
%{_libdir}/postgresql/pg_trgm.so
%{_libdir}/postgresql/autoinc.so
%{_libdir}/postgresql/pg_buffercache.so
%{_libdir}/postgresql/adminpack.so
%{_libdir}/postgresql/hstore.so
%{_libdir}/postgresql/isn.so
%{_libdir}/postgresql/pg_freespacemap.so
%{_libdir}/postgresql/pgrowlocks.so
%{_libdir}/postgresql/sslinfo.so
%{_libdir}/postgresql/pageinspect.so
%{_libdir}/postgresql/postgres_fdw.so
%{_libdir}/postgresql/worker_spi.so
%{_bindir}/oid2name
%{_bindir}/pgbench
%{_bindir}/vacuumlo
%{_mandir}/man1/oid2name.1*
%{_mandir}/man1/pgbench.1*
%{_mandir}/man1/vacuumlo.1*

%files -n %{server} -f server.lst
%{_unitdir}/%{bname}.service
%{_tmpfilesdir}/%{bname}.conf
%config(noreplace) %{_sysconfdir}/sysconfig/postgresql
%doc README.urpmi postgresql.rosa.releasenote
%{_bindir}/initdb
%{_bindir}/pg_controldata
%{_bindir}/pg_ctl
%{_bindir}/pg_resetxlog
%{_bindir}/postgres
%{_bindir}/postmaster
%{_bindir}/pg_standby
%{_bindir}/pg_archivecleanup
%{_bindir}/pg_upgrade
%{_prefix}/libexec/postgresql_initdb.sh
%{_mandir}/man1/initdb.1*
%{_mandir}/man1/pg_controldata.*
%{_mandir}/man1/pg_ctl.1*
%{_mandir}/man1/pg_resetxlog.*
%{_mandir}/man1/pg_upgrade.1*
%{_mandir}/man1/postgres.1*
%{_mandir}/man1/postmaster.1*
%dir %{_libdir}/postgresql
%dir %{_datadir}/postgresql
%attr(644,%{pguser},%{pguser}) %config(noreplace) %{pgdata}/.bashrc
%attr(-,%{pguser},%{pguser}) %{pgdata}/.profile
%attr(700,%{pguser},%{pguser}) %dir %{pgdata}
%attr(-,%{pguser},%{pguser}) %{pgdata}/data
%attr(700,%{pguser},%{pguser}) %dir %{pgdata}/backups
%{_libdir}/postgresql/*_and_*.so
%{_libdir}/postgresql/auth_delay.so
%{_libdir}/postgresql/auto_explain.so
%{_libdir}/postgresql/btree_gin.so
%{_libdir}/postgresql/citext.so
%{_libdir}/postgresql/dict_int.so
%{_libdir}/postgresql/dict_snowball.so
%{_libdir}/postgresql/dict_xsyn.so
%{_libdir}/postgresql/dummy_seclabel.so
%{_libdir}/postgresql/euc2004_sjis2004.so
%{_libdir}/postgresql/file_fdw.so
%{_libdir}/postgresql/libpqwalreceiver.so
%{_libdir}/postgresql/passwordcheck.so
%{_libdir}/postgresql/pg_stat_statements.so
%{_libdir}/postgresql/pg_upgrade_support.so
%{_libdir}/postgresql/pgxml.so
%{_libdir}/postgresql/test_parser.so
%{_libdir}/postgresql/tsearch2.so
%{_libdir}/postgresql/unaccent.so
%if %{with uuid}
%{_libdir}/postgresql/uuid-ossp.so
%endif
%{_datadir}/postgresql/postgres.bki
%{_datadir}/postgresql/postgres.description
%{_datadir}/postgresql/*.sample
%{_datadir}/postgresql/timezone
%{_datadir}/postgresql/system_views.sql
%{_datadir}/postgresql/conversion_create.sql
%{_datadir}/postgresql/information_schema.sql
%{_datadir}/postgresql/snowball_create.sql
%{_datadir}/postgresql/sql_features.txt
%{_datadir}/postgresql/postgres.shdescription
%dir %{_datadir}/postgresql/timezonesets
%{_datadir}/postgresql/timezonesets/Africa.txt
%{_datadir}/postgresql/timezonesets/America.txt
%{_datadir}/postgresql/timezonesets/Antarctica.txt
%{_datadir}/postgresql/timezonesets/Asia.txt
%{_datadir}/postgresql/timezonesets/Atlantic.txt
%{_datadir}/postgresql/timezonesets/Australia
%{_datadir}/postgresql/timezonesets/Australia.txt
%{_datadir}/postgresql/timezonesets/Default
%{_datadir}/postgresql/timezonesets/Etc.txt
%{_datadir}/postgresql/timezonesets/Europe.txt
%{_datadir}/postgresql/timezonesets/India
%{_datadir}/postgresql/timezonesets/Indian.txt
%{_datadir}/postgresql/timezonesets/Pacific.txt
%{_datadir}/postgresql/tsearch_data
%dir %{_datadir}/postgresql/extension
%{_datadir}/postgresql/extension/*
%attr(700,postgres,postgres) %dir /var/log/postgres
%logrotatedir/%{name}
%{_mandir}/man1/pg_archivecleanup.1*
%{_mandir}/man1/pg_standby.1*

%files devel -f devel.lst
# %doc doc/TODO doc/TODO.detail
%{_includedir}/*
%{_bindir}/ecpg
%{_bindir}/pg_config
%{_libdir}/libecpg_compat.so
%{_libdir}/libecpg.so
%{_libdir}/libpgtypes.so
%{_libdir}/libpq.so
%{_libdir}/postgresql/pgxs/
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man1/ecpg.1*
%{_mandir}/man1/pg_config.1*
%{_mandir}/man3/SPI_*.3*
%{_mandir}/man3/dblink*.3*

%files -n %{metapl}
# metapkg

%files -n %{plpython} -f plpython.lst
%{_libdir}/postgresql/plpython*.so

%files -n %{plperl} -f plperl.lst
%{_libdir}/postgresql/plperl.so

%files -n %{pltcl} -f pltcl.lst
%{_libdir}/postgresql/pltcl.so
%{_bindir}/pltcl_delmod
%{_bindir}/pltcl_listmod
%{_bindir}/pltcl_loadmod
%{_datadir}/postgresql/unknown.pltcl

%files -n %{plpgsql} -f plpgsql.lst
%{_libdir}/postgresql/plpgsql.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 9.3.3-12
+ Revision: cf24a95
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18563 |14mr|postscript-ppds-2006-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PPD files for PostScript printers
Name:		postscript-ppds
Version:	2006
Release:	13
License:	Distributable
Group:		Publishing
Url:		http://cups.sourceforge.net/
# CUPS-Drivers package from Sourceforge, only PPD files for native 
# PostScript printers used
Source200:	ftp://cups.sourceforge.net/pub/cups/cups-drivers/0.3.6/cups-drivers-all-0.3.6.tar.bz2
# Perl script to clean up Manufacturer entries in the PPD files, so that
# drivers are sorted by the printer manufacturer in the graphical frontends
Source201:	cleanppd.pl.bz2
# PPD file for a generic PostScript printer (taken from KUPS)
Source203:	postscript.ppd.bz2
# Fix buggy PPD file
Patch200:	cups-drivers-hplj5m_4.ppd.patch
BuildRequires:	cups-common
Requires:	foomatic-filters
Requires:	ghostscript
BuildArch:	noarch

%description
This package contains PPD files for older PostScript printers.

The PPD files for recent printers are in the foomatic-db package.

Setting up print queues with CUPS or foomatic-rip and these PPD files
makes all features of the printer available, therefore its use is
highly recommended. printerdrake will choose a manufacturer-supplied
PPD file automatically if one for your printer is found.

%prep
rm -fr %{name}-%{version}
mkdir %{name}-%{version}
# PPD files for old PostScript printers
%setup -q -T -D -a 200

# Apply patch for buggy ppd file
%patch200 -p0

# Remove CUPS-O-MATIC PPDs
rm -rf cups-drivers-0.3.6/usr/share/cups/model/cups-o-matic

# Remove pstogstoraster-based PPD files, they do not work 
# when printing via Samba. There are other, better PPDs for 
# these printers.
rm -f cups-drivers-0.3.6/usr/share/cups/model/canon/bj10.ppd
rm -f cups-drivers-0.3.6/usr/share/cups/model/hp/djet_890c.ppd
rm -f cups-drivers-0.3.6/usr/share/cups/model/hp/laserjet_gs.ppd

# Remove CUPS PPD files, there are newer versions of them in the CUPS
# package
rm -f cups-drivers-0.3.6/usr/share/cups/model/hp/laserjet.ppd
rm -f cups-drivers-0.3.6/usr/share/cups/model/hp/deskjet.ppd

%build

%install
# Make directories
install -d %{buildroot}%{_datadir}/cups/model

# Put the Sourceforge PPDs into CUPS PPD directory
cp -a cups-drivers-0.3.6/usr/share/cups/model/* %{buildroot}%{_datadir}/cups/model/

# Install PPD file for a generic PostScript printer
bzcat %{SOURCE203} > %{buildroot}%{_datadir}/cups/model/postscript.ppd

# Correct permissions of PPD file directory
chmod -R u+w,a+rX %{buildroot}%{_datadir}/cups/model

# "cleanppd.pl" removes unwished PPD files (currently the ones for Birmy
# PowerRIP), fixes broken manufacturer entries, and cleans lines which
# contain only spaces and tabs.

# Uncompress Perl script for cleaning up the PPD files
bzcat %{SOURCE201} > ./cleanppd.pl
chmod a+rx ./cleanppd.pl
# Do the clean-up
find %{buildroot}%{_datadir}/cups/model -name "*.ppd" -exec ./cleanppd.pl '{}' \;
# Remove PPDs which are not Adobe-compliant and therefore not working with
# CUPS 1.1.20
for ppd in `find %{buildroot}%{_datadir}/cups/model -name "*.ppd.gz" -print`; do cupstestppd -q $ppd || (rm -f $ppd && echo "$ppd not Adobe-compliant. Deleted."); done

# Correct permissions for all documentation files
for f in %{buildroot}%{_datadir}/cups/model/*/*; do
  chmod a-x $f
done

%files
%{_datadir}/cups/model/*

# Restart the CUPS daemon when it is running, but do not start it when it
# is not running. The restart of the CUPS daemon updates the CUPS-internal
# PPD index

%post
/sbin/service cups condrestart > /dev/null 2>/dev/null || :

%postun
/sbin/service cups condrestart > /dev/null 2>/dev/null || :

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2006-13
+ Revision: 498fd00
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18564 |14mr|potrace-1.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	potrace
%define version 1.8

Summary:	Utility for transforming a bitmap into a scalable image
Name:		potrace
Version:	1.9
Release:	4
License:	GPLv2
Group:		Graphics
URL:		http://potrace.sourceforge.net/
Source0:	http://potrace.sourceforge.net/download/%{name}-%{version}.tar.gz
Buildrequires:	zlib-devel
Provides:	fonttracer

%description
potrace is a utility for tracing a bitmap, which means, transforming 
a bitmap into a smooth, scalable image. The input is a bitmap (PBM, 
PGM, PPM, or BMP format), and the output can be EPS (default), 
Postscript, SVG ou PGM (for easy antialiasing). A typical use is to 
create EPS files from scanned data, such as company or university logos, 
handwritten notes, etc. The resulting image is not "jaggy" like a bitmap, 
but smooth. It can then be rendered at any resolution.

%prep
%setup -q

# fix file perm
chmod -R go+rX .

%build
%configure2_5x --enable-a4
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README NEWS
%{_bindir}/*
%{_mandir}/man1/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9-4
+ Revision: af6ae6d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18565 |14mr|powerman-2.3.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname powerman  %{major}
%define devname %mklibname -d powerman

Summary:	Power to the Cluster
Name:		powerman
Version:	2.3.9
Release:	5
License:	GPLv2+
Group:		System/Servers
Url:		http://code.google.com/p/powerman/
Source0:	http://powerman.googlecode.com/files/powerman-%{version}.tar.gz
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	genders-devel
BuildRequires:	net-snmp-devel
BuildRequires:	readline-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ncurses)
Requires(post,postun): rpm-helper
Requires(pre,preun): rpm-helper

%description
PowerMan is a tool for manipulating remote power control (RPC) devices from a 
central location. Several RPC varieties are supported natively by PowerMan and 
Expect-like configurability simplifies the addition of new devices.

%files
%doc ChangeLog DISCLAIMER COPYING NEWS TODO
%{_initrddir}/%{name}
%{_bindir}/pm
%{_bindir}/powerman
%{_sbindir}/httppower
%{_sbindir}/plmpower
%{_sbindir}/powermand
%{_sbindir}/snmppower
%{_sbindir}/vpcd
%dir %{_sysconfdir}/%{name}/
%config(noreplace) %{_sysconfdir}/%{name}/*
%{_mandir}/man*/*
%attr(0755,powerman,powerman) %dir /var/run/%{name}

%pre
%_pre_useradd powerman /var/empty /bin/sh

%postun
%_postun_userdel powerman

%post
%_post_service powerman

%preun
%_preun_service powerman

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	PowerMan library
Group:		System/Libraries

%description -n	%{libname}
PowerMan is a tool for manipulating remote power control (RPC) devices from a 
central location. Several RPC varieties are supported natively by PowerMan and 
Expect-like configurability simplifies the addition of new devices.

%files -n %{libname}
%doc COPYING
%{_libdir}/libpowerman.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Static library and header files for the PowerMan library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Requires:	%{libname} = %{version}

%description -n	%{devname}
PowerMan is a tool for manipulating remote power control (RPC) devices from a 
central location. Several RPC varieties are supported natively by PowerMan and 
Expect-like configurability simplifies the addition of new devices.

This package contains the static genders library and its header files.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libpowerman.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
#sh ./autogen.sh
%serverbuild

%configure2_5x \
    --disable-static \
    --with-snmppower \
    --with-httppower \
    --with-genders \
    --with-ncurses \
    --with-user=powerman

# parallel makes often fail
make -e VERSION=%{version} EXTRA_CFLAGS="$CFLAGS"

%install
install -d %{buildroot}%{_initrddir}

%makeinstall_std mandir=%{_mandir}

# work around a problem in the install make file target
rm %{buildroot}%{_bindir}/pm
pushd %{buildroot}%{_bindir}
    ln -s powerman pm
popd

# get rid of execute bit on powerman script files to fix rpmlint errror
chmod -x %{buildroot}%{_sysconfdir}/%{name}/*

mv %{buildroot}%{_sysconfdir}/init.d/%{name} %{buildroot}%{_initrddir}/

# Don't turn on by default
perl -pi -e 's|chkconfig:.*95 5|chkconfig: - 95 5|g' %{buildroot}%{_initrddir}/%{name}

# don't package this for now
rm -rf %{buildroot}%{_libdir}/stonith


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.9-5
+ Revision: eef4a8f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18566 |14mr|poxml-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Xml2po and vice versa converters for KDE
Name:		poxml
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Suggests:	md5deep
Conflicts:	kdesdk4-po2xml < 1:4.11.0
Obsoletes:	kdesdk4-po2xml < 1:4.11.0

%description
Xml2po and vice versa converters for KDE.

%files
%{_kde_bindir}/split2po
%{_kde_bindir}/xml2pot
%{_kde_mandir}/man1/po2xml.1.*
%{_kde_mandir}/man1/split2po.1.*
%{_kde_mandir}/man1/swappo.1.*
%{_kde_mandir}/man1/xml2pot.1.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 1ad5834
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18567 |14mr|ppl-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ppl_major 13
%define libppl %mklibname ppl %ppl_major
%define libppl_devel %mklibname -d ppl
%define libppl_static_devel %mklibname -d -s ppl

%define ppl_c_major 4
%define libppl_c %mklibname ppl_c %ppl_c_major
%define libppl_c_devel %mklibname -d ppl_c
%define libppl_c_static_devel %mklibname -d -s ppl_c

%define pwl_major 5
%define libpwl %mklibname pwl %pwl_major
%define libpwl_devel %mklibname -d pwl
%define libpwl_static_devel %mklibname -d -s pwl
%bcond_with	java
%bcond_with	crosscompile

Summary:	The Parma Polyhedra Library: a library of numerical abstractions
Name:		ppl
Version:	1.1
Release:	2
License:	GPLv3+
Group:		Development/C
Url:		http://www.cs.unipr.it/ppl/
Source0:	ftp://ftp.cs.unipr.it/pub/ppl/releases/%{version}/%{name}-%{version}.tar.bz2
Source1:	ppl.hh
Source2:	ppl_c.h
Patch0:		ppl-cstddef.patch
Patch1:		ppl-PlLong.patch
BuildRequires:	m4 >= 1.4.8
BuildRequires:	gmp-devel >= 4.1.3
BuildRequires:	gmpxx-devel >= 4.1.3

%description
The Parma Polyhedra Library (PPL) is a library for the manipulation of
(not necessarily closed) convex polyhedra and other numerical
abstractions.  The applications of convex polyhedra include program
analysis, optimized compilation, integer and combinatorial
optimization and statistical data-editing.  The Parma Polyhedra
Library comes with several user friendly interfaces, is fully dynamic
(available virtual memory is the only limitation to the dimension of
anything), written in accordance to all the applicable standards,
exception-safe, rather efficient, thoroughly documented, and free
software.  This package provides all what is necessary to run
applications using the PPL through its C and C++ interfaces.

#-----------------------------------------------------------------------
%package -n %{libppl}
Group:		Development/C
Summary:	The Parma Polyhedra Library: a library of numerical abstractions
%if %mdkversion == 201100
Conflicts:	%{mklibname ppl 7} = 0.11
%endif
# Merged into ppl as of 0.12
%rename %{libpwl}

%description -n %{libppl}
The Parma Polyhedra Library (PPL) is a library for the manipulation of
(not necessarily closed) convex polyhedra and other numerical
abstractions.  The applications of convex polyhedra include program
analysis, optimized compilation, integer and combinatorial
optimization and statistical data-editing.  The Parma Polyhedra
Library comes with several user friendly interfaces, is fully dynamic
(available virtual memory is the only limitation to the dimension of
anything), written in accordance to all the applicable standards,
exception-safe, rather efficient, thoroughly documented, and free
software.  This package provides all what is necessary to run
applications using the PPL through its C and C++ interfaces.

%files -n %{libppl}
%dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/BUGS
%doc %{_docdir}/%{name}/COPYING
%doc %{_docdir}/%{name}/CREDITS
%doc %{_docdir}/%{name}/NEWS
%doc %{_docdir}/%{name}/README
%doc %{_docdir}/%{name}/README.configure
%doc %{_docdir}/%{name}/TODO
%doc %{_docdir}/%{name}/gpl.txt
%{_libdir}/libppl.so.%{ppl_major}*
%if !%{with crosscompile}
%ifnarch %arm
%dir %{_libdir}/%{name}
%endif
%endif

#-----------------------------------------------------------------------
%package -n %{libppl_devel}
Summary:	Development tools for the Parma Polyhedra Library C and C++ interfaces
Group:		Development/C
Requires:	%{libppl} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}ppl7-devel < 0.11-3
# Merged into ppl as of 0.12
%rename %{libpwl_devel}

%description -n %{libppl_devel}
The header files, Autoconf macro and minimal documentation for
developing applications using the Parma Polyhedra Library through
its C and C++ interfaces.

%files -n %{libppl_devel}
%{_bindir}/ppl-config
%{_includedir}/ppl*.hh
%{_libdir}/libppl.so
%{_mandir}/man1/ppl-config.1*
%{_mandir}/man3/libppl.3*
%{_datadir}/aclocal/ppl.m4

#-----------------------------------------------------------------------
%package -n %{libppl_static_devel}
Summary:	Static archives for the Parma Polyhedra Library C and C++ interfaces
Group:		Development/C
Requires:	%{name}-devel = %{EVRD}
Provides:	libppl-static-devel = %{EVRD}
Obsoletes:	%{_lib}ppl7-static-devel < 0.11-3

%description -n %{libppl_static_devel}
The static archives for the Parma Polyhedra Library C and C++ interfaces.

%files -n %{libppl_static_devel}
%{_libdir}/libppl.a

#-----------------------------------------------------------------------
%package -n %{libppl_c}
Group:		Development/C
Summary:	The Parma Polyhedra Library: a library of numerical abstractions

%description -n %{libppl_c}
The Parma Polyhedra Library (PPL) is a library for the manipulation of
(not necessarily closed) convex polyhedra and other numerical
abstractions.  The applications of convex polyhedra include program
analysis, optimized compilation, integer and combinatorial
optimization and statistical data-editing.  The Parma Polyhedra
Library comes with several user friendly interfaces, is fully dynamic
(available virtual memory is the only limitation to the dimension of
anything), written in accordance to all the applicable standards,
exception-safe, rather efficient, thoroughly documented, and free
software.  This package provides all what is necessary to run
applications using the PPL through its C and C++ interfaces.

%files -n %{libppl_c}
%{_libdir}/libppl_c.so.%{ppl_c_major}*

#-----------------------------------------------------------------------
%package -n %{libppl_c_devel}
Summary:	Development tools for the Parma Polyhedra Library C and C++ interfaces
Group:		Development/C
Requires:	%{libppl_c} = %{EVRD}
Conflicts:	%{_lib}ppl-devel < 0.11-3
Provides:	ppl_c-devel = %{EVRD}

%description -n %{libppl_c_devel}
The header files, Autoconf macro and minimal documentation for
developing applications using the Parma Polyhedra Library through
its C and C++ interfaces.

%files -n %{libppl_c_devel}
%{_includedir}/ppl_c*.h
%{_libdir}/libppl_c.so
%{_mandir}/man3/libppl_c.3.*
%{_datadir}/aclocal/ppl_c.m4

#-----------------------------------------------------------------------
%package -n %{libppl_c_static_devel}
Summary:	Static archives for the Parma Polyhedra Library C and C++ interfaces
Group:		Development/C
Requires:	%{libppl_c_devel} = %{EVRD}
Provides:	libppl_c-static-devel = %{EVRD}
Provides:	ppl_c-static-devel = %{EVRD}
Conflicts:	%{_lib}ppl7-static-devel

%description -n %{libppl_c_static_devel}
The static archives for the Parma Polyhedra Library C and C++ interfaces.

%files -n %{libppl_c_static_devel}
%{_libdir}/libppl_c.a

#-----------------------------------------------------------------------
%package	utils
Summary:	Utilities using the Parma Polyhedra Library
Group:		Development/C
Requires:	%{libppl} = %{EVRD}
BuildRequires:	glpk-devel >= 4.13

%description	utils
This package contains the mixed integer linear programming solver ppl_lpsol
and the program ppl_lcdd for vertex/facet enumeration of convex polyhedra.

%files		utils
%{_bindir}/ppl_lcdd
%{_bindir}/ppl_lpsol
%{_bindir}/ppl_pips
%{_mandir}/man1/ppl_lcdd.1*
%{_mandir}/man1/ppl_lpsol.1*
%{_mandir}/man1/ppl_pips.1*

#-----------------------------------------------------------------------
%ifnarch ia64 ppc64 s390 s390x %arm aarch64
%package	gprolog
# The `gprolog' package is not available on ppc64:
# the GNU Prolog interface must thus be disabled for that architecture.
Summary:	The GNU Prolog interface of the Parma Polyhedra Library
Group:		Development/Other
BuildRequires:	gprolog >= 1.2.19
Requires:	gprolog >= 1.2.19

%description	gprolog
This package adds GNU Prolog support to the Parma Polyhedra Library (PPL).
Install this package if you want to use the library in GNU Prolog programs.

%files		gprolog
%doc interfaces/Prolog/GNU/README.gprolog
%{_bindir}/ppl_gprolog
%{_datadir}/%{name}/ppl_gprolog.pl
%{_libdir}/%{name}/libppl_gprolog.so

#-----------------------------------------------------------------------
%package	gprolog-static
Summary:	The static archive for the GNU Prolog interface of the Parma Polyhedra Library
Group:		Development/Other
Requires:	%{name}-gprolog = %{EVRD}

%description gprolog-static
This package contains the static archive for the GNU Prolog interface
of the Parma Polyhedra Library.

%files		gprolog-static
%{_libdir}/%{name}/libppl_gprolog.a
%endif

#-----------------------------------------------------------------------
%if %{with java}
%package	java
Summary:	The Java interface of the Parma Polyhedra Library
Group:		Development/Java
BuildRequires:	java-1.7.0-openjdk-devel
#java-devel >= 0:1.6.0
BuildRequires:	jpackage-utils
Requires:	java >= 1.6.0
Requires:	jpackage-utils
Requires:	%{libppl} = %{EVRD}

%description	java
This package adds Java support to the Parma Polyhedra Library.
Install this package if you want to use the library in Java programs.

%files		java
%doc interfaces/Java/README.java
%{_libdir}/%{name}/libppl_java.so
%{_libdir}/%{name}/ppl_java.jar

#-----------------------------------------------------------------------
%package	java-javadoc
Summary:	Javadocs for %{name}-java
Group:		Development/Java
Requires:	%{name}-java = %{EVRD}
Requires:	jpackage-utils

%description	java-javadoc
This package contains the API documentation for Java interface
of the Parma Polyhedra Library.

%files		java-javadoc
%{_javadocdir}/%{name}-java
%endif

#-----------------------------------------------------------------------
%package	docs
Summary:	Documentation for the Parma Polyhedra Library
Group:		Development/C
Requires:	%{libppl} = %{EVRD}

%description	docs
This package contains all the documentations required by programmers
using the Parma Polyhedra Library (PPL).
Install this package if you want to program with the PPL.

%files		docs
%doc %{_docdir}/%{name}/ChangeLog*
%doc %{_docdir}/%{name}/README.doc
%doc %{_docdir}/%{name}/fdl.*
%doc %{_docdir}/%{name}/gpl.pdf
%doc %{_docdir}/%{name}/gpl.ps.gz
%doc %{_docdir}/%{name}/ppl-user-%{version}-html/
%doc %{_docdir}/%{name}/ppl-user-*-interface-%{version}-html/
%doc %{_docdir}/%{name}/ppl-user-%{version}.pdf
%doc %{_docdir}/%{name}/ppl-user-*-interface-%{version}.pdf
%doc %{_docdir}/%{name}/ppl-user-%{version}.ps.gz
%doc %{_docdir}/%{name}/ppl-user-*-interface-%{version}.ps.gz

%prep
%setup -q
%apply_patches

aclocal -I m4
autoreconf -fi

%build
CPPFLAGS="-I%{_includedir}/glpk"
# This is the explicit list of arches gprolog supports
%ifarch x86_64 %{ix86} ppc alpha
CPPFLAGS="$CPPFLAGS -I%{_libdir}/gprolog-`gprolog --version 2>&1 | head -1 | sed -e "s/.* \([^ ]*\)$/\1/g"`/include"
%endif
%ifnarch sparc64 sparcv9 %{arm} ppc ppc64
CPPFLAGS="$CPPFLAGS -I`swipl -dump-runtime-variables | grep PLBASE= | sed 's/PLBASE="\(.*\)";/\1/'`/include"
CPPFLAGS="$CPPFLAGS -I%{_includedir}/Yap"
%endif
%configure --docdir=%{_docdir}/%{name} --enable-shared --disable-rpath --enable-interfaces="c++ c gnu_prolog swi_prolog yap_prolog java" CPPFLAGS="$CPPFLAGS"
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%make

%install
%makeinstall_std

# In order to avoid multiarch conflicts when installed for multiple
# architectures (e.g., i386 and x86_64), we rename the header files
# of the ppl-devel and ppl-pwl-devel packages.  They are substituted with
# ad-hoc switchers that select the appropriate header file depending on
# the architecture for which the compiler is compiling.

# Since our header files only depend on the sizeof things, we smash
# ix86 onto i386 and arm* onto arm.  For the SuperH RISC engine family,
# we smash sh3 and sh4 onto sh.
normalized_arch=%{_arch}
%ifarch %{ix86}
normalized_arch=i386
%endif
%ifarch %{arm}
normalized_arch=arm
%endif
%ifarch sh3 sh4
normalized_arch=sh
%endif

mv %{buildroot}/%{_includedir}/ppl.hh %{buildroot}/%{_includedir}/ppl-${normalized_arch}.hh
install -m644 %{SOURCE1} %{buildroot}/%{_includedir}/ppl.hh
mv %{buildroot}/%{_includedir}/ppl_c.h %{buildroot}/%{_includedir}/ppl_c-${normalized_arch}.h
install -m644 %{SOURCE2} %{buildroot}/%{_includedir}/ppl_c.h

%if %{with java}
# Install the Javadocs for ppl-java.
mkdir -p %{buildroot}%{_javadocdir}
mv \
%{buildroot}/%{_docdir}/%{name}/ppl-user-java-interface-%{version}-html \
%{buildroot}%{_javadocdir}/%{name}-java
%endif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: 37ce774
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18568 |14mr|ppmtocpva-1.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Converts PPM files to the format used by the Citizen Printiva series printers
Name:		ppmtocpva
Version:	1.0
Release:	14
License:	GPL
Group:		System/Printing
URL:		http://www.stevens-bradfield.com/ppmtomd/
Source0:	http://www.dcs.ed.ac.uk/home/jcb/ppmtocpva-%{version}.tar.bz2
Patch0:		ppmtocpva-1.0-includes.patch
Patch1:		ppmtocpva-1.0-netpbm.patch
Patch2:		ppmtocpva-1.0-LDFLAGS.diff
BuildRequires:	netpbm-devel
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This program converts PPM files to the format used by the Citizen Printiva
series printers and some printers of the Alps MD series.

%prep

%setup -q
%patch0 -p1 -b .includes
%patch1 -p1
%patch2 -p0

# fix attribs
chmod 644 *

%build

%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

install -m0755 ppmtocpva %{buildroot}%{_bindir}/
install -m0755 cpva-colour %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%attr(0755,root,root) %{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-14
+ Revision: c3fa889
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18569 |14mr|ppmtomd-1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Driver for the Alps Micro-Dry printers and similars
Name:		ppmtomd
Version:	1.6
Release:	2
License:	GPL
Group:		System/Printing
URL:		http://www.stevens-bradfield.com/ppmtomd/
Source0:	http://www.stevens-bradfield.com/ppmtomd/%{name}-%{version}.tar.gz
Patch0:		ppmtomd-mdv_conf.diff
Patch1:		ppmtomd-1.5-LDFLAGS.diff
Patch2:		ppmtomd-1.6-mdv-fix-netpbm-includes.patch
BuildRequires:	netpbm-devel

%description
A program to convert images from PPM format into the control language for the
Alps Micro-Dry printers, at various times sold by Citizen, Alps and Okidata.

This program drives the Alps Micro-Dry series of printers, including the
Citizen Printiva series, Alps MD series, and Oki DP series (but not yet the
DP-7000).

In the current release, the program drives the standard mode fairly well; the
dye sublimation mode very well; and the VPhoto mode reasonably well.

It supports all the colours available up to the DP-5000, including the foil
colours.

%prep

%setup -q
%patch0 -p0
%patch1 -p0
%if %{mdkversion} >= 201010
%patch2 -p1
%endif

# fix attribs
chmod 644 *

%build

%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 ppmtomd %{buildroot}%{_bindir}/
install -m0644 ppmtomd.man %{buildroot}%{_mandir}/man1/ppmtomd.1

%clean

%files
%doc LICENCE README
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-2
+ Revision: 9031bb3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18570 |14mr|ppp-2.4.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without inet6

Summary:	The PPP daemon and documentation
Name:		ppp
Version:	2.4.7
Release:	1
License:	BSD-like
Group:		System/Servers
Url:		http://www.samba.org/ppp/
Source0:	ftp://ftp.samba.org/pub/ppp/%{name}-%{version}.tar.gz
Source1:	ppp-2.4.3-pam.conf
Source2:	ppp-2.4.1-mppe-crypto.tar.bz2
Source3:	README.pppoatm
Source4:	ppp.logrotate
Source5:	ppp-dhcpc.tar.bz2
Patch0:		ppp-2.4.7-make.patch
Patch1:		ppp-2.3.6-sample.patch
Patch2:		ppp-options.patch
Patch3:		ppp-2.4.3-pppdump-Makefile.patch
Patch4:		ppp-2.4.7-noexttraffic.patch
# (blino) use external libatm for pppoatm plugin
Patch5:		ppp-2.4.3-libatm.patch
Patch6:		ppp-2.4.2-pie.patch
Patch7:		ppp-2.4.4-multipledefrt.patch
Patch8:		ppp-2.4.4-dontwriteetc.patch
Patch9:		ppp-2.4.3-pic.patch
Patch10:	ppp-2.4.3-etcppp.patch
Patch11:	ppp-2.4.5-includes-sha1.patch
Patch12:	ppp-2.4.5-makeopt2.patch
Patch13:	ppp-2.4.7-nostrip.patch
BuildRequires:	libtool
BuildRequires:	atm-devel
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pam-devel

%description
The ppp package contains the PPP (Point-to-Point Protocol) daemon
and documentation for PPP support.  The PPP protocol provides a
method for transmitting datagrams over serial point-to-point links.

The ppp package should be installed if your machine need to support
the PPP protocol.

%files
%doc FAQ PLUGINS README* scripts sample 
%{_sbindir}/chat
%{_sbindir}/pppdump
%attr(5755,root,root) %{_sbindir}/pppd
%attr(0755,root,daemon) %{_sbindir}/pppstats
%{_mandir}/man*/*
%exclude %{_mandir}/man8/*rad*
%dir %{_libdir}/pppd
%{_libdir}/pppd/%{version}
%exclude %{_libdir}/pppd/%{version}/pppoatm.so
%exclude %{_libdir}/pppd/%{version}/rp-pppoe.so
%exclude %{_libdir}/pppd/%{version}/rad*
%exclude %{_libdir}/pppd/%{version}/dhcpc.so
%dir %{_sysconfdir}/ppp
%dir /var/run/ppp
/var/run/ppp/*
%attr(700, root, root) %dir /var/log/ppp
/var/log/ppp/*
%attr(0600,root,daemon) %config(noreplace) %{_sysconfdir}/ppp/chap-secrets
%attr(0600,root,daemon) %config(noreplace) %{_sysconfdir}/ppp/options
%attr(0600,root,daemon) %config(noreplace) %{_sysconfdir}/ppp/pap-secrets
%attr(0600,root,daemon) %{_sysconfdir}/ppp/connect-errors
%attr(0600,root,daemon) %{_sysconfdir}/ppp/resolv.conf
%attr(755,root,daemon) %dir %{_sysconfdir}/ppp/peers
%config(noreplace) %{_sysconfdir}/pam.d/ppp
%config(noreplace) /etc/logrotate.d/ppp

#----------------------------------------------------------------------------

%package devel
Summary:	PPP devel files
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description devel
PPP over ATM plugin for %{name}.

%files devel
%doc README*
%{_includedir}/pppd/*
%{multiarch_includedir}/pppd/pathnames.h

#----------------------------------------------------------------------------

%package pppoatm
Summary:	PPP over ATM plugin for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description pppoatm
PPP over ATM plugin for %{name}.

%files pppoatm
%doc README
%{_libdir}/pppd/%{version}/pppoatm.so

#----------------------------------------------------------------------------

%package pppoe
Summary:	PPP over ethernet plugin for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description pppoe
PPP over ethernet plugin for %{name}.

%files pppoe
%doc README
%{_libdir}/pppd/%{version}/rp-pppoe.so
%{_sbindir}/pppoe-discovery

#----------------------------------------------------------------------------

%package radius
Summary:	Radius plugin for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}
Requires:	radiusclient-utils

%description radius
Radius plugin for %{name}.

%files radius
%doc README
%{_libdir}/pppd/%{version}/rad*.so
%{_mandir}/man8/*rad*

#----------------------------------------------------------------------------

%package dhcp
Summary:	DHCP plugin for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description dhcp
DHCP plugin for %{name}.

%files dhcp
%doc pppd/plugins/dhcp/README
%doc pppd/plugins/dhcp/AUTHORS
%doc pppd/plugins/dhcp/COPYING
%{_libdir}/pppd/%{version}/dhcpc.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .make
%patch1 -p1 -b .sample
%patch2 -p1 -b .options
%patch3 -p1 -b .pppdump-Makefile

# (gg) add noext-traffic option
%patch4 -p1 -b .noext

%patch5 -p1 -b .libatm
%patch6 -p1 -b .pie
%patch7 -p1 -b .multipledefrt

tar -xjf %{SOURCE2}
pushd pppd/plugins
	tar -xjf %{SOURCE5}
popd

%patch8 -p1 -b .dontwriteetc

%patch9 -p1 -b .pic
%patch10 -p1 -b .etcppp
%patch11 -p1 -b .incsha1
%patch12 -p1 -b .dhcp
%patch13 -p1 -b .nostrip

# lib64 fixes
perl -pi -e "s|^(LIBDIR.*)\\\$\(DESTDIR\)/lib|\1\\\$(INSTROOT)%{_libdir}|g" pppd/Makefile.linux pppd/plugins/Makefile.linux pppd/plugins/{pppoatm,radius,rp-pppoe,pppol2tp}/Makefile.linux
perl -pi -e "s|(--prefix=/usr)|\1 --libdir=%{_libdir}|g" pppd/plugins/radius/Makefile.linux
perl -pi -e "/_PATH_PLUGIN/ and s,(?:/usr/lib|DESTDIR (\")/lib),\$1%{_libdir},"  pppd/pathnames.h
# enable the dhcp plugin
perl -p -i -e "s|^(PLUGINS :=)|SUBDIRS += dhcp\n\$1|g" pppd/plugins/Makefile.linux

# fix /usr/local in scripts path
perl -pi -e "s|/usr/local/bin/pppd|%{_sbindir}/pppd|g;
	     s|/usr/local/bin/ssh|%{_bindir}/ssh|g;
	     s|/usr/local/bin/expect|%{_bindir}/expect|g" \
	scripts/ppp-on-rsh \
	scripts/ppp-on-ssh \
	scripts/secure-card

%if %{with inet6}
perl -pi -e "s/#HAVE_INET6/HAVE_INET6/" pppd/Makefile.linux
%endif

%build
perl -pi -e "s/openssl/openssl -DOPENSSL_NO_SHA1/;" openssl/crypto/sha/Makefile

%configure2_5x
%make RPM_OPT_FLAGS="%{optflags}" LIBDIR=%{_libdir}
%make -C pppd/plugins -f Makefile.linux

%install
mkdir -p %{buildroot}{%{_sbindir},%{_bindir},/usr/X11R6/bin/,%{_mandir}/man8,%{_sysconfdir}/{ppp/peers,pam.d}}

%makeinstall LIBDIR=%{buildroot}%{_libdir}/pppd/%{version}/ INSTALL=install -C pppd/plugins/dhcp
%makeinstall INSTROOT=%{buildroot} SUBDIRS="pppoatm rp-pppoe radius pppol2tp"

%multiarch_includes %{buildroot}%{_includedir}/pppd/pathnames.h

# (gg) Allow stripping
chmod u+w %{buildroot}%{_sbindir}/*

chmod go+r scripts/*
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/ppp
install -m 644 %{SOURCE3} %{_builddir}/%{name}-%{version}/

# (stew) fix permissions
chmod 0755 `find %{buildroot} -name "*\.so"`

# Provide pointers for people who expect stuff in old places
touch %{buildroot}/var/log/ppp/connect-errors
touch %{buildroot}/var/run/ppp/resolv.conf
ln -s ../../var/log/ppp/connect-errors %{buildroot}/etc/ppp/connect-errors
ln -s ../../var/run/ppp/resolv.conf %{buildroot}/etc/ppp/resolv.conf

# Logrotate script
mkdir -p %{buildroot}/etc/logrotate.d
install -m 644 %{SOURCE4} %{buildroot}/etc/logrotate.d/ppp


%changelog
* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.7-1
+ Revision: a0c9c70
- New version 2.4.7, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18571 |14mr|pptp-linux-1.7.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name pptp-linux
%define version 1.7.2

Summary:	PPTP-linux VPN client 
Name:		%{name}
Version:	%{version}
Release:	8
License:	GPLv2+
Group:		Networking/Other

Source0:	http://prdownloads.sourceforge.net/pptpclient/pptp-%{version}.tar.gz
Source1: 	pptp-command
Source2: 	options.pptp
Source3: 	pptp_fe.pl
Source4: 	xpptp_fe.pl
Source5:	pptp.initd
Patch0: 	pptp-1.7.2-fix-ip-path.patch

URL:		http://pptpclient.sourceforge.net/
Requires:	ppp >= 2.4.3
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Conflicts:	pptp-adsl-alcatel
Obsoletes:	pptp-client
Provides:	pptp-client

%description
PPTP-linux allows you to connect to a PPTP server from a Linux or other
Unix box (ports of pptp-linuxto other Unix variants should be trivial,
but have not yet been performed). See the IPfwd page
(http://www.pdos.lcs.mit.edu/~cananian/Projects/IPfwd) for information
on tunnelling PPTP through Linux firewalls.

%prep
%setup -q -n pptp-%{version}
%patch0 -p1 -b .ip-path

%build
%make OPTIMIZE="$RPM_OPT_FLAGS" DEBUG=""

%install
rm -rf $RPM_BUILD_ROOT

install -m755 pptp -D $RPM_BUILD_ROOT%{_sbindir}/pptp
install -m755 %{SOURCE1} -D $RPM_BUILD_ROOT%{_sbindir}/pptp-command
install -d $RPM_BUILD_ROOT%{_sysconfdir}/pptp.d
install -m644 %{SOURCE2} -D $RPM_BUILD_ROOT%{_sysconfdir}/ppp/options.pptp
install -m644 pptp.8 -D $RPM_BUILD_ROOT%{_mandir}/man8/pptp.8
install -d $RPM_BUILD_ROOT%{_initrddir}
install -m755 %{SOURCE5} -D $RPM_BUILD_ROOT%{_initrddir}/pptp

%clean
rm -rf $RPM_BUILD_ROOT

%post
%_post_service pptp

%preun
%_preun_service pptp

%files
%defattr (-,root,root)
%doc AUTHORS NEWS README TODO USING Documentation/[D,P]*
%{_sbindir}/*
%{_initrddir}/pptp
%{_mandir}/man8/pptp.8*
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/ppp/options.pptp
%attr(0755,root,root) %dir %{_sysconfdir}/pptp.d




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.2-8
+ Revision: d332602
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18572 |14mr|prelink-0.5.0-1.20130503.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	date 20130503

Summary:	An ELF prelinking utility
Name:		prelink
Epoch:		1
Version:	0.5.0
Release:	1.%{date}.1
License:	GPLv2+
Group:		System/Base
# actually, ripped from latest srpm from
# http://mirrors.kernel.org/fedora/development/15/source/SRPMS/prelink-0.4.4-1.fc15.src.rpm
Source0:	http://people.redhat.com/jakub/prelink/%{name}-%{date}.tar.bz2
Source2:	prelink.conf
Source3:	prelink.cron
Source4:	prelink.sysconfig
Source5:	prelink.macros
Source6:	prelink.logrotate
Patch0:		prelink-0.5.0-init.patch

BuildRequires:	elfutils-static-devel
BuildRequires:	glibc-static-devel
BuildRequires:	perl
Requires:	coreutils
Requires:	gawk
Requires:	grep
Requires:	findutils
Requires:	util-linux
Requires(post):	rpm-helper

%description
The prelink package contains a utility which modifies ELF shared libraries
and executables, so that far fewer relocations need to be resolved at runtime
and thus programs come up faster.

%prep
%setup -qn %{name}
%patch0 -p1 -b .init
cp -a %{SOURCE2} %{SOURCE3} %{SOURCE4} .
perl -MConfig -e 'print "-l $Config{archlib}\n-l $Config{installvendorarch}\n"' >> prelink.conf
echo -e "-l %{py_platsitedir}\\n-l %{py_platlibdir}/lib-dynload\\n"|sed -e 's#%{py_ver}#*#g' >> prelink.conf
sed -i -e '/^prelink_LDADD/s/=/= -pthread/' src/Makefile.{am,in}

%build
%configure2_5x --disable-shared
%make

%check
%define testcc CC='gcc -Wl,--add-needed' CXX='g++ -Wl,--add-needed'
echo ====================TESTING=========================
#make -C testsuite check-harder %{testcc}
#make -C testsuite check-cycle %{testcc}
echo ====================TESTING END=====================

%install
%{makeinstall_std}
install -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/prelink.conf
install -m755 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/cron.daily/prelink
install -m644 %{SOURCE4} -D %{buildroot}%{_sysconfdir}/sysconfig/prelink
install -m644 %{SOURCE5} -D %{buildroot}%{_sys_macros_dir}/%{name}.macros
install -m644 %{SOURCE6} -D %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

mkdir -p %{buildroot}{%{_localstatedir}/lib/misc,%{_var}/log/prelink}
touch %{buildroot}%{_localstatedir}/lib/misc/prelink.full
touch %{buildroot}%{_localstatedir}/lib/misc/prelink.force
touch %{buildroot}%{_var}/log/prelink/prelink.log

mkdir -p %{buildroot}%{_sysconfdir}/prelink.conf.d
touch %{buildroot}%{_sysconfdir}/prelink.cache

%post
%create_ghostfile %{_localstatedir}/lib/misc/prelink.full root root 644
%create_ghostfile %{_localstatedir}/lib/misc/prelink.force root root 644
%create_ghostfile %{_var}/log/prelink/prelink.log root root 600

%preun
if [ "$1" = "0" ]; then
 echo undo prelinking, it might take some time
 %{_sbindir}/prelink -ua 2> /dev/null
fi

# This is a bit sub-optimal and only does libraries for now,
# once trigger functionality in rpm has been extended so that
# matching files can be passed by name, we can do it faster
# and also trigger it on binaries as well.
# XXX: disabled, too slow, will rather consider re-enabling it
# per file when triggers has been extended with the necessary
# functionality
%if 0
#"%{distepoch}" >= "2012.0"
%triggerin -- /lib/*.so.*, /lib64/*.so.*, %{_prefix}/lib/*.so.*, %{_prefix}/lib64/*.so.*
[ -f %{_sysconfdir}/sysconfig/prelink ] && . %{_sysconfdir}/sysconfig/prelink
echo "`date`, %{_sbindir}/prelink $PRELINK_OPTS --libs-only --all --quick --verbose:" >> %{_var}/log/prelink/prelink.log
/usr/bin/time %{_sbindir}/prelink $PRELINK_OPTS --libs-only --all --quick --verbose &>> %{_var}/log/prelink/prelink.log
%endif

%files
%doc doc/prelink.pdf
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/prelink.conf
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/sysconfig/prelink
%verify(not md5 size mtime) %{_sysconfdir}/prelink.cache
%dir %{_sysconfdir}/prelink.conf.d
%config(noreplace) %{_sys_macros_dir}/%{name}.macros
%{_sysconfdir}/cron.daily/prelink
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_sbindir}/prelink
%{_bindir}/execstack
%{_mandir}/man8/prelink.8*
%{_mandir}/man8/execstack.8*
%dir %{_var}/log/prelink
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_localstatedir}/lib/misc/prelink.full
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_localstatedir}/lib/misc/prelink.force
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_var}/log/prelink/prelink.log

%changelog
* Thu Jun 05 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:0.5.0-1.20130503.1
+ Revision: 0373965
- Updated to 20130503, sync with cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18573 |14mr|preload-0.6.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Adaptive readahead daemon
Name:		preload
Version:	0.6.4
Release:	7
License:	GPLv2+
Group:		System/Base
URL:		http://preload.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
# (fc) 0.6.3-2mdv start after dm and only in graphical login
Patch0:		preload-0.6.3-prcsys.patch
BuildRequires:	glib2-devel >= 2.14
BuildRequires:	help2man
Requires:	logrotate
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
preload is an adaptive readahead daemon that prefetches files mapped by
applications from the disk to reduce application startup time. It runs as a
daemon and gathers information about processes running on the system and
shared-objects that they use. This information is saved in a file to keep
across runs of preload.

%prep
%setup -q
%patch0 -p1 -b .prcsys

%build
%configure2_5x

#parallel build is broken
%make -j1

%install
rm -rf %{buildroot}
%makeinstall_std

# already as %%doc
rm -f %{buildroot}/%{_docdir}/preload-%{version}/index.txt
rm -f %{buildroot}/%{_docdir}/preload-%{version}/proposal.txt

%clean
rm -rf %{buildroot}

%post
%_post_service preload

%preun
%_preun_service preload

%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog TODO THANKS NEWS
%doc doc/index.txt doc/proposal.txt
%{_sbindir}/preload
%{_datadir}/man/man8/preload.8*
%{_sysconfdir}/rc.d/init.d/preload
%config(noreplace) %{_sysconfdir}/preload.conf
%config(noreplace) %{_sysconfdir}/sysconfig/preload
%config(noreplace) %{_sysconfdir}/logrotate.d/preload
%attr(0644,root,root) %ghost %config(missingok,noreplace) %{_var}/log/preload.log
%attr(0644,root,root) %ghost %config(missingok,noreplace) %{_var}/lib/preload/preload.state
%attr(0755,root,root) %dir %{_var}/lib/preload



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.4-7
+ Revision: 7fa91d1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18574 |14mr|prelude-lml-1.0.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _localstatedir %{_var}
%define _disable_ld_no_undefined 1

Summary:	Prelude Hybrid Intrusion Detection System - Log Analyzer Sensor
Name:		prelude-lml
Version:	1.0.1
Release:	10
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.prelude-ids.org/
Source0:	%{name}-%{version}.tar.gz
Source1:	%{name}-%{version}-missing_rules.tar.gz
Source2:	%{name}.service
Patch1:		libprelude-1.0.0-Fix-building-with-glibc-2.16.6.patch
BuildRequires:	chrpath
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libprelude)
%rename		prelude-nids
Requires(post,preun):	rpm-helper

%description
The Prelude Log Monitoring Lackey (LML) is the host-based sensor program part
of the Prelude Hybrid IDS suite. It can act as a centralized log collector for
local or remote systems, or as a simple log analyzer (such as swatch). It can
run as a network server listening on a syslog port or analyze log files. It
supports logfiles in the BSD syslog format and is able to analyze any logfile
by using the PCRE library. It can apply logfile-specific analysis through
plugins such as PAX. It can send an alert to the Prelude Manager when a
suspicious log entry is detected.

%files
%doc AUTHORS COPYING ChangeLog HACKING.README NEWS README
%attr(0755,root,root) %{_sbindir}/%{name}
%attr(0755,root,root) %{_unitdir}/%{name}.service
%dir %{_libdir}/%{name}
%attr(0755,root,root) %{_libdir}/%{name}/*.so
%dir %{_localstatedir}/lib/%{name}
%dir %{_sysconfdir}/%{name}
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/%{name}/*.rules
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/%{name}/*.conf
%dir %{_sysconfdir}/%{name}/ruleset
%config(noreplace) %{_sysconfdir}/%{name}/ruleset/*.rules

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

#----------------------------------------------------------------------------

%package devel
Summary:	Libraries, includes, etc. to develop Prelude Log Analyzer Sensor
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description devel
The Prelude Log Monitoring Lackey (LML) is the host-based sensor program part
of the Prelude Hybrid IDS suite. It can act as a centralized log collector for
local or remote systems, or as a simple log analyzer (such as swatch). It can
run as a network server listening on a syslog port or analyze log files. It
supports logfiles in the BSD syslog format and is able to analyze any logfile
by using the PCRE library. It can apply logfile-specific analysis through
plugins such as PAX. It can send an alert to the Prelude Manager when a
suspicious log entry is detected. 
The devel headers.

%files devel
%doc AUTHORS COPYING ChangeLog HACKING.README NEWS README
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q -a1
perl -pi -e 's|/var/log/apache2|%{_logdir}/httpd|g' prelude-lml.conf.in
cp %{SOURCE2} %{name}.service
%patch1 -p1

%build
%configure2_5x \
	--bindir=%{_sbindir} \
	--enable-shared \
	--disable-static \
	--enable-unsupported-rulesets \
	--with-libprelude-prefix=%{_prefix}
%make

%install
install -d %{buildroot}%{_localstatedir}/%{name}
%makeinstall_std

install -d %{buildroot}%{_localstatedir}/lib/%{name}
install -d %{buildroot}%{_unitdir}
install -m0755 prelude-lml.service %{buildroot}%{_unitdir}/%{name}.service

chrpath -d %{buildroot}%{_sbindir}/prelude-lml



%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-10
+ Revision: 69ee2fd
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18575 |14mr|prelude-manager-1.0.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Prelude Hybrid Intrusion Detection System Manager
Name:		prelude-manager
Version:	1.0.2
Release:	11
License:	GPLv2+
Group:		System/Servers
Url:		http://www.prelude-ids.org/
Source0:	http://www.prelude-ids.org/download/releases/%{name}/%{name}-%{version}.tar.gz
Source4:	prelude-manager.service
# They removed this code and provides it only with their "enterprise" version.
# Sorry, but this is GPL, so we use the code from v1.0.1
Patch0:		prelude-manager-1.0.1-missing_relaying.diff
Patch1:		prelude-manager-automake-1.13.patch
Patch2:		prelude-manager-1.0.2-glibc-2.17.patch
BuildRequires:	chrpath
BuildRequires:	libtool
BuildRequires:	preludedb-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libprelude)
BuildRequires:	pkgconfig(libxml-2.0)
Requires:	prelude-tools
Requires:	tcp_wrappers
Requires:	python-prelude
Requires(post,postun,pre,preun):	rpm-helper
Obsoletes:	prelude-doc < 1.0.2-7
%rename		prelude

%description
Prelude Manager is the main program of the Prelude Hybrid IDS
suite. It is a multithreaded server which handles connections from
the Prelude sensors. It is able to register local or remote
sensors, let the operator configure them remotely, receive alerts,
and store alerts in a database or any format supported by
reporting plugins, thus providing centralized logging and
analysis. It also provides relaying capabilities for failover and
replication. The IDMEF standard is used for alert representation.
Support for filtering plugins allows you to hook in different
places in the Manager to define custom criteria for alert relaying
and logging.

%files
%doc AUTHORS COPYING ChangeLog HACKING.README NEWS README README.urpmi
%attr(0755,root,root) %{_unitdir}/%{name}.service
%attr(0755,root,root) %{_sbindir}/%{name}
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/decodes
%dir %{_libdir}/%{name}/filters
%dir %{_libdir}/%{name}/reports
%attr(0755,root,root) %{_libdir}/%{name}/filters/idmef-criteria.so
%attr(0755,root,root) %{_libdir}/%{name}/filters/thresholding.so
%attr(0755,root,root) %{_libdir}/%{name}/reports/debug.so
%attr(0755,root,root) %{_libdir}/%{name}/reports/relaying.so
%attr(0755,root,root) %{_libdir}/%{name}/reports/smtp.so
%attr(0755,root,root) %{_libdir}/%{name}/reports/textmod.so
%attr(0755,root,root) %{_libdir}/%{name}/decodes/normalize.so
%attr(0750,prelude-manager,prelude-manager) %dir %{_var}/spool/%{name}
%attr(0750,prelude-manager,prelude-manager) %dir %{_var}/spool/%{name}/scheduler
%dir %attr(0750,prelude-manager,prelude-manager) %{_logdir}/%{name}
%dir %attr(0750,prelude-manager,prelude-manager) %{_var}/run/%{name}
%ghost %attr(0640,prelude-manager,prelude-manager) %{_logdir}/%{name}/prelude.log
%ghost %attr(0640,prelude-manager,prelude-manager) %{_logdir}/%{name}/prelude-xml.log
%dir %attr(0750,prelude-manager,prelude-manager) %{_localstatedir}/lib/%{name}
%dir %attr(0750,prelude-manager,prelude-manager) %{_sysconfdir}/prelude/profile/%{name}
%dir %{_sysconfdir}/%{name}
%attr(0640,root,prelude-manager) %config(noreplace) %{_sysconfdir}/%{name}/*.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_mandir}/man1/prelude-manager.1*

%post
%create_ghostfile %{_logdir}/prelude-manager/prelude.log prelude-manager prelude-manager 640
%create_ghostfile %{_logdir}/prelude-manager/prelude-xml.log prelude-manager prelude-manager 640
[ ! -f %{_sysconfdir}/prelude/profile/%{name}/analyzerid ] && [ -x %{_bindir}/prelude-adduser ] && \
  %{_bindir}/prelude-adduser add prelude-manager --uid `%{__id} -u prelude-manager` --gid `%{__id} -g prelude-manager` >/dev/null 2>&1 || :
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%pre
%_pre_useradd prelude-manager %{_localstatedir}/lib/%{name} /bin/false

%postun
%_postun_userdel prelude-manager
%systemd_postun_with_restart %{name}.service

#----------------------------------------------------------------------------

%package db-plugin
Summary:	Database report plugin for Prelude IDS Manager
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description db-plugin
Prelude Manager is the main program of the Prelude Hybrid IDS
suite. It is a multithreaded server which handles connections from
the Prelude sensors. It is able to register local or remote
sensors, let the operator configure them remotely, receive alerts,
and store alerts in a database or any format supported by
reporting plugins, thus providing centralized logging and
analysis. It also provides relaying capabilities for failover and
replication. The IDMEF standard is used for alert representation.
Support for filtering plugins allows you to hook in different
places in the Manager to define custom criteria for alert relaying
and logging.

This plugin authorize prelude-manager to write to database

%files db-plugin
%attr(0755,root,root) %{_libdir}/%{name}/reports/db.so

#----------------------------------------------------------------------------

%package xml-plugin
Summary:	XML report plugin for Prelude IDS Manager
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description xml-plugin
Prelude Manager is the main program of the Prelude Hybrid IDS
suite. It is a multithreaded server which handles connections from
the Prelude sensors. It is able to register local or remote
sensors, let the operator configure them remotely, receive alerts,
and store alerts in a database or any format supported by
reporting plugins, thus providing centralized logging and
analysis. It also provides relaying capabilities for failover and
replication. The IDMEF standard is used for alert representation.
Support for filtering plugins allows you to hook in different
places in the Manager to define custom criteria for alert relaying
and logging.

This plugin adds XML logging capabilities to the Prelude IDS
Manager.

%files xml-plugin
%attr(0755,root,root) %{_libdir}/%{name}/reports/xmlmod.so
%{_datadir}/%{name}/xmlmod/idmef-message.dtd

#----------------------------------------------------------------------------

%package devel
Summary:	Libraries, includes, etc. to develop Prelude IDS Manager plugins
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{name}-db-plugin = %{EVRD}
Requires:	%{name}-xml-plugin = %{EVRD}

%description devel
Prelude Manager is the main program of the Prelude Hybrid IDS
suite. It is a multithreaded server which handles connections from
the Prelude sensors. It is able to register local or remote
sensors, let the operator configure them remotely, receive alerts,
and store alerts in a database or any format supported by
reporting plugins, thus providing centralized logging and
analysis. It also provides relaying capabilities for failover and
replication. The IDMEF standard is used for alert representation.
Support for filtering plugins allows you to hook in different
places in the Manager to define custom criteria for alert relaying
and logging.

Install this package if you want to build Prelude IDS Manager
Plugins.

%files devel
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
perl -pi -e "s|\@prefix\@%{_logdir}/|%{_logdir}/%{name}/|g" %{name}.conf*
perl -pi -e "s|/lib\b|/%{_lib}|g" configure.in

cp %{SOURCE4} prelude-manager.service
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--enable-shared \
	--localstatedir=%{_var} \
	--with-libprelude-prefix=%{_prefix} \
	--with-libpreludedb-prefix=%{_prefix} \
	--with-xml-prefix=%{_prefix} \
	--with-xml-exec-prefix=%{_prefix}

# fix linkage to the shared wrapper libs
find -name "Makefile" | %{_bindir}/xargs %{__perl} -pi -e "s|^LIBWRAP_LIBS.*|LIBWRAP_LIBS = -L%{_libdir} -lwrap -lnsl|g"
find -name "Makefile" | %{_bindir}/xargs %{__perl} -pi -e "s|-L%{_libdir} %{_libdir}/libwrap\.a -lnsl|-L%{_libdir} -lwrap -lnsl|g"

%make

%install
%makeinstall_std

install -d %{buildroot}%{_var}/run/%{name}
install -d %{buildroot}%{_localstatedir}/lib/%{name}
install -d %{buildroot}%{_sysconfdir}/prelude/profile/%{name}
install -d %{buildroot}%{_var}/spool/%{name}/scheduler

install -d %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}

%{_bindir}/chrpath -d %{buildroot}%{_libdir}/%{name}/reports/db.so

# install init script
install -d %{buildroot}%{_unitdir}
install -m0755 prelude-manager.service %{buildroot}%{_unitdir}/%{name}.service

# fix logrotate stuff
install -d %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} << EOF
%{_logdir}/%{name}/prelude.log %{_logdir}/%{name}/prelude-xml.log {
    missingok
    postrotate
        [ -f %{_var}/lock/subsys/%{name} ] && %{_unitdir}/%{name} restart
    endscript
}
EOF

# make the logdir
install -d %{buildroot}%{_logdir}/%{name}
/bin/touch %{buildroot}%{_logdir}/%{name}/prelude.log
/bin/touch %{buildroot}%{_logdir}/%{name}/prelude-xml.log

# fix a README.urpmi
cat > README.urpmi << EOF
If you want database support (required for prewikka),
you should install a preludedb package such as preludedb-mysql and
then do something like the following:

%{_bindir}/mysqladmin create prelude
echo "GRANT ALL PRIVILEGES ON prelude.* TO prelude@'localhost' IDENTIFIED BY 'prelude';" | %{_bindir}/mysql -h localhost
%{_bindir}/mysql -h localhost -u prelude prelude -p < %{_datadir}/libpreludedb/classic/mysql.sql
%{_bindir}/mysql -h localhost -u prelude prelude -p < %{_datadir}/libpreludedb/classic/addIndices.sql
EOF

rm -f %{buildroot}%{_libdir}/%{name}/filters/*.*a
rm -f %{buildroot}%{_libdir}/%{name}/reports/*.*a
rm -f %{buildroot}%{_libdir}/%{name}/decodes/*.*a


%changelog
* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-11
+ Revision: 3975064
- Use systemd macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18576 |14mr|printer-filters-utils-2008-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug 0
%define debug_package %{nil}

Summary:	Filter-style and IJS printer drivers, printer maintenance utilities
Name:		printer-filters-utils
Version:	2008
Release:	11
License:	GPLv2+
Group:		Publishing
Url:		http://www.linuxprinting.org/
# Apple StyleWriter
Source50:	http://homepage.mac.com/monroe/styl/stylewriter.tar.bz2
# Canon CaPSL
Source51:	ftp://metalab.unc.edu/pub/Linux/system/printing/cjet089.tar.bz2
# Lexmark 1100
Source52:	http://www.linuxprinting.org/download/printing/lm1100/lm1100.1.0.2a.tar.bz2
# Lexmark 2070 colour
Source53:	http://www.kornblum.i-p.com/2070/Lexmark2070.html/c2070-0.99.tar.bz2
# Lexmark 2070 grayscale
Source54:	http://www.kornblum.i-p.com/2070/Lexmark2070.html/Lexmark2070.latest.tar.bz2
# Lexmark 7xxx, 57xx, Z51
Source55:	http://bimbo.fjfi.cvut.cz/~paluch/l7kdriver/lexmark7000linux-990516.tar.bz2
# Lexmark Z11
Source56:	http://sourceforge.net/projects/lz11/lz11-V2-1.2.tar.bz2
#Source56:	http://sourceforge.net/projects/lz11/lz11-cvs20030907.tar.bz2
# HP DeskJet PPA printers
Source62:	http://download.sourceforge.net/pnm2ppa/pnm2ppa-1.12.tar.bz2
Source63:	http://www.httptech.com/ppa/files/ppa-0.8.6.tar.bz2
# Lexmark 2050
Source64:	http://www.prato.linux.it/~mnencia/lexmark2050/c2050-0.4.tar.bz2
# Lexmark 2030
Source65:	pbm2l2030-1.4.tar.bz2
# Okipage 4w and compatible winprinters
Source66:	http://www.linuxprinting.org/download/printing/oki4linux-2.0.tar.bz2
Source67:	oki4w.startup.bz2
Source68:	oki4w_install.bz2
# Citizen Printiva 600C
Source69:	http://www.dcs.ed.ac.uk/home/jcb/ppmtocpva-1.0.tar.bz2
# CoStar and compatible label printers
Source70:	http://www.freelabs.com/~whitis/software/pbm2lwxl/pbm2lwxl.tar.bz2
# Driver for the Samsung ML-85G and QL-85G winprinters
Source71:	http://www.pragana.net/ml85p-0.2.0.tar.bz2
# Filter for the Lexmark Z42
Source73:	http://www.xs4all.nl/~pastolk/drv_z42-0.4.3.tar.bz2
# GhostScript wrapper for the Pentax PocketJet printers
Source74:	http://www.pragana.net/pentaxpj-1.0.0.tar.bz2
# Unix driver for MicroDry Printers
Source76:	http://www.dcs.ed.ac.uk/home/jcb/ppmtomd/ppmtomd-1.5.tar.bz2
# Driver for the HP LaserJet 1000
Source82:	http://www.linuxprinting.org/download/printing/pbmtozjs.c.bz2
# Driver for Zenographics-based printers (Minolta magicolor DL series, HP
# LaserJet 1000, 1005, 1018, 1020, 1022, Color LaserJet 1600, 2600)
Source83:	http://foo2zjs.rkkda.com/foo2zjs.tar.bz2
Source830:	foo2zjs-foomatic-data-20060608.tar.bz2
# Driver for Epson EPL "L" series
Source84:	http://cesnet.dl.sourceforge.net/sourceforge/epsonepl/epsoneplijs-0.4.0.tar.bz2
#Source84:	http://cesnet.dl.sourceforge.net/sourceforge/epsonepl/epsoneplijs-cvs20040128.tar.bz2
# Driver for Lexmark X125 (only printing)
Source1000:	http://heanet.dl.sourceforge.net/sourceforge/x125-linux/x125-drv-0.2.3.tar.bz2
Source1001:	http://heanet.dl.sourceforge.net/sourceforge/x125-linux/x125-drv-network-0.2.0.tar.bz2
# Driver for Canon LBP-460/660
Source1010:	http://www.boichat.ch/nicolas/lbp660/lbp660-0.2.4.tar.bz2
# Driver for Lexmark X74/X75
Source1020:	http://home.online.no/~enrio/lxx74-cups-0.8.4.1.tar.bz2
# Driver for Minolta magicolor 2300W
Source1030:	http://heanet.dl.sourceforge.net/sourceforge/m2300w/m2300w-0.51.tar.bz2
# Driver for Minolta PagePro 12xxW, 13xxW, and 14xxW
Source1035:	http://www.hinterbergen.de/mala/min12xxw/min12xxw-0.0.9.tar.bz2
# Driver for Casio USB label printers
Source1040:	http://www.tu-harburg.de/~soda0231/pegg/files/pegg-0.23.tar.bz2
Source1041:	http://www.tu-harburg.de/~soda0231/pegg/files/xbm2crw-0.4.tar.bz2
Source1042:	http://www.tu-harburg.de/~soda0231/pegg/files/cups2pegg-0.21a.tar.bz2
Source1043:	http://www.tu-harburg.de/~soda0231/pegg/files/pegg_el-0.11.tar.bz2
# Perl script to clean up Manufacturer entries in the PPD files, so that
# drivers are sorted by the printer Manufacturer in the graphical frontends
Source201: 	cleanppd.pl.bz2
# Drivers for the Konica Minolta magicolor DL series supplied by Konica
# Minolta
# Available on: http://printer.konicaminolta.com/support/index_ds.html
# (Choose printer model under "Color Laser", then choose "Linux" under
# "Drivers, PPDs, & Utilities")
Source1050:	magicolor2430DL-1.6.0.tar.bz2
Source1051:	magicolor5430DL-1.8.0.tar.bz2
Source1052:	magicolor5440DL-1.2.0.tar.bz2
# Driver for Canon LBP-810/1120
Source1060:	http://www.boichat.ch/nicolas/capt/capt-0.1.tar.bz2
# Driver for Brother P-Touch label printers
Source1070:  	http://www.diku.dk/~panic/P-touch/ptouch-driver-1.0.tar.bz2
# Driver for Kyocera GDI printers: Kyocera FS-1016MFP
Source1080:    http://sourceforge.net/projects/kyo-fs1016mfp/foo2kyo-0.1.0a.tar.bz2
# Driver for Samsung SPL2 printers
Source1090:	splix-0.0.1.tar.bz2
# Apple StyleWriter
Patch1040:	stylewriter-gcc4.patch
# Lexmark 1100
Patch50:	lexmark2ppm.pl.patch
Patch1002:	lm1100.1.0.2a-fix-compile-gcc-3.4.patch
# HP DeskJet PPA printers
Patch52:	pbm2ppa-20000205.diff
# Okipage 4w and compatible winprinters
Patch54:	http://www.linuxprinting.org/download/printing/oki4linux-2.0-daemon-patch
Patch55:	oki4linux-2.0-daemon-mdk-patch
# "-fPIC" for Epson EPL xxxxL driver (Gwenole)
Patch1001:	epsoneplijs-0.3.0-fPIC.patch
# Deactivate checks for installed Foomatic in "./configure" of "m2300w"
Patch1030:	m2300w-0.3-noppdbuild.patch
Patch1031:	m2300w-0.2-ppc-build-fix.patch
# Correct "Duplex" option in Foomatic data of "foo2zjs"
Patch1050:	foo2zjs-Duplex.patch
# Add support for Minolta magicolor 2430 to "foo2zjs"
Patch1051:	foo2zjs-foomatic-magicolor-2430-dl.patch
# Driver for Samsung SPL2 printers: correction for CUPS 1.2 compatibility
Patch1060:	splix-0.0.1-cups-1.2.patch

# Printer maintenance (All PJL and some Lexmark Optra)
#Source57:	http://pup.sourceforge.net/pup_1.1_src.tar.bz2
# Lexmark printer maintenance
Source58:	http://www.powerup.com.au/~pbwest/lexmark/lexmark.html/lxcontrol.tar.bz2
Source59:	lm1100maint.tar.bz2
Source60:	http://bimbo.fjfi.cvut.cz/~paluch/l7kdriver/changecartridge.bz2
Source61:	printutils.png.bz2
# Script to adjust margins and offsets of printed pages
Source75: 	alignmargins.bz2
Source175:	align.ps.bz2
# mtink - Graphical maintenance/ink monitoring tool for Epson inkjets
Source77:	http://xwtools.automatix.de/files/mtink-1.0.14.tar.gz
# mtink - Do not request koi8-ru, but koi8-r instead. Fixes mdv#25315
Patch70:	mtink-1.0.14-ru_font.patch
# poster - Print big posters to be assambled out of many standard sized
#          (A4, Letter, A3, ...) sheets, also used by KDE Print.
Source78:	http://printing.kde.org/downloads/poster-1.0.1.tar.bz2
# Tool for uploading the firmware on the HP LaserJet 1000S
Source85:	http://www.linuxprinting.org/download/printing/hp1000fw.bz2
Source86:	udev-hp1000fw.rules.bz2
# Tools for reading USB device ID strings
Source87:	http://www.linuxprinting.org/download/printing/usb_id_test.c.bz2
Source88:	http://www.linuxprinting.org/download/printing/getusbprinterid.pl.bz2
# ppmtocpva & ppmtomd fixes
Patch100:	ppmtocpva-1.0-includes.patch
Patch101:	ppmtocpva-1.0-netpbm.patch
Patch102:	ppmtomd-1.3-netpbm.patch

BuildRequires:	cups-common
BuildRequires:	ghostscript
BuildRequires:	gmp-devel
BuildRequires:	jbig-devel
BuildRequires:	lesstif-devel
BuildRequires:	netpbm-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(gimp-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ijs)
BuildRequires:	pkgconfig(libusb)

%package -n printer-filters
Summary:	Filters to support additional printers
Group:		Publishing
Requires(post):	ghostscript
Requires(post,preun):	rpm-helper
# psutils, unzip, and mscompress needed by the foo2zjs driver
Requires:	psutils
Requires:	unzip
Requires:	mscompress
# "convert" needed by "pegg"
Requires:	imagemagick
Conflicts:	foomatic-db <= 3.0.1
# <mrl> Requires for the packages that are obsoleting this one.
Requires:	c2050
Requires:	c2070
Requires:	cjet
Requires:	cups-drivers-capt
Requires:	cups-drivers-foo2kyo
Requires:	cups-drivers-foo2zjs
Requires:	cups-drivers-lbp660
Requires:	cups-drivers-lz11
Requires:	cups-drivers-m2300w
Requires:	cups-drivers-pegg
Requires:	cups-drivers-ptouch
Requires:	drv_z42
Requires:	epsoneplijs
#Requires:	foomatic-db-foo2zjs
#Requires:	foomatic-db-m2300w
Requires:	lexmark2070
Requires:	lexmark7000linux
Requires:	lm1100
Requires:	min12xxw
Requires:	ml85p
Requires:	oki4linux
Requires:	pbm2l2030
Requires:	pbm2lwxl
Requires:	pbmtozjs
Requires:	pentaxpj
Requires:	pnm2ppa
Requires:	ppmtocpva
Requires:	ppmtomd
Requires:	printer-filters
Requires:	stylewriter
Requires:	x125

%package -n printer-filters-doc
Summary:	Documentation for printer filters (to support additional printers)
Group: 		Publishing

%package -n printer-utils
Summary:	Additional tools for configuring and maintaining printers
Group: 		Publishing
Provides:	ghostscript-utils = %{EVRD}
Provides:	Lexmark-printer-maintenance = %{EVRD}
Requires(post):	rpm-helper
Requires(preun):rpm-helper
Requires:	lesstif
Conflicts:	ghostscript < 8.15

# <mrl> Requires for the packages that are obsoleting this one.
Requires:	lm1100
Requires:	poster
Requires:	printer-utils
Suggests:	mtink

%package -n cups-drivers
Summary:	Special CUPS printer drivers
Requires:	cups >= 1.1
Requires:	ghostscript >= 7.05
# "convert" needed by "pegg"
Requires:	imagemagick
Group: 		Publishing

# <mrl> Requires for the packages that are obsoleting this one.
Requires:	cups-drivers-lxx74
Requires:	cups-drivers-magicolor2430dl
Requires:	cups-drivers-magicolor5430dl
Requires:	cups-drivers-magicolor5440dl
Requires:	cups-drivers-pegg
Requires:	cups-drivers-splix
Suggests:	mtink

##### DESCRIPTION TEXTS

%description
This source RPM builds the printer-filters and printer-utils
packages. These two packages are built by one source RPM, as many
upstream source packages contain both a filter and a utility.

%description -n printer-filters
This package contains filters which transfer the raw bitmap of
GhostScript into the protocol of some additional printer models. There
are standalone filter executables which get GhostScripts bitmap output
as standard input via a pipe or IJS plug-ins for GhostScript.

Note: HPIJS and Gimp-Print are in separate packages.

%description -n printer-filters-doc
This package contains documentation about printer filters.

These filters transfer the raw bitmap of GhostScript into the protocol
of some additional printer models. There are standalone filter
executables which get GhostScripts bitmap output as standard input via
a pipe or IJS plug-ins for GhostScript.

%description -n printer-utils
Tools for printer maintenance: Setting default options for most laser
printers (PJL-capable printers), cartridge changing, head aligning,
ink level checking for inkjet printers. Printing big posters on many 
sheets of standard sized paper (A4, A3, Letter, ...) to be assambled
together (also used by KDE Print to print posters).

%description -n cups-drivers
This package contains special printer drivers to be used with CUPS and
their appropriate PPD files.


%prep
%setup -q -T -c
mkdir printer-filters
echo > printer-filters/debugfiles.list
exit 0

# remove old directory
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
mkdir $RPM_BUILD_DIR/%{name}-%{version}

mkdir $RPM_BUILD_DIR/%{name}-%{version}/printer-filters

# Apple StyleWriter
%setup -q -T -D -a 50 -n %{name}-%{version}/printer-filters
cd stylewriter
%patch1040 -p0
cd ..

# Canon CaPSL
%setup -q -T -D -a 51 -n %{name}-%{version}/printer-filters

# Lexmark 1100
%setup -q -T -D -a 52 -n %{name}-%{version}/printer-filters
# fix to make it compiling with gcc 2.96
# Patch to make LM 1100 printer emulator script to work
cd lm1100*
%patch50 -p0
%patch1002 -p0
cd ..

# Lexmark 2070 colour
%setup -q -T -D -a 53 -c -n %{name}-%{version}/printer-filters/c2070-0.99

# Lexmark 2070 grayscale
%setup -q -T -D -a 54 -c -n %{name}-%{version}/printer-filters/Lexmark2070.latest

# Lexmark 7xxx, 57xx, Z51
%setup -q -T -D -a 55 -n %{name}-%{version}/printer-filters
# Fix Makefile
cd lexmark7000linux-990516
sed "s/-o root -g root//" Makefile > Makefile.new
chmod --reference=Makefile Makefile.new
mv -f Makefile.new Makefile
cd ..

# Lexmark Z11
%setup -q -T -D -a 56 -n %{name}-%{version}/printer-filters
#setup -q -T -D -a 56 -n %{name}-%{version}/printer-filters
#bzcat %SOURCE72 > $RPM_BUILD_DIR/%{name}-%{version}/printer-filters/LexZ11-distro/cZ11.c
perl -p -i -e "s/gcc/gcc $RPM_OPT_FLAGS/" lx11*/makefile

# Printer Utility Program
#setup -q -T -D -a 57 -n %{name}-%{version}/printer-filters

# Lexmark printer maintenance
%setup -q -T -D -a 58 -n %{name}-%{version}/printer-filters
%setup -q -T -D -a 59 -n %{name}-%{version}/printer-filters
bzcat %{SOURCE60} > $RPM_BUILD_DIR/%{name}-%{version}/printer-filters/changecartridge
#cp $RPM_BUILD_DIR/%{name}-%{version}/printer-filters/pup_1.1/README \
#	$RPM_BUILD_DIR/%{name}-%{version}/printer-filters/README.LexmarkOptra40_45
mv $RPM_BUILD_DIR/%{name}-%{version}/printer-filters/lxcontrol/README.Lexmark \
	$RPM_BUILD_DIR/%{name}-%{version}/printer-filters/lxcontrol/README.Lexmark5xxx_7xxx
mv $RPM_BUILD_DIR/%{name}-%{version}/printer-filters/lm1100maint/README \
	$RPM_BUILD_DIR/%{name}-%{version}/printer-filters/lm1100maint/README.Lexmark1xxx

# Generate doc file for "changecartridge"
cat << EOF > $RPM_BUILD_DIR/%{name}-%{version}/printer-filters/README.changecartridge

changecartridge - a program for changing the ink cartridges
                  in the Lexmark 5xxx and 7xxx printers.

(C) 1999 Henryk Paluch, paluch@bimbo.fjfi.cvut.cz

To change the ink cartridges in a Lexmark printer you must move the
print head out of its parking corner, so that you can reach the
cartridges. Lexmark only provides a Windows program for doing this. To
not need to boot Windows for changing the cartridges there is this
script. Simply call it with:

   changecartridge

on the command line and follow the steps described on the screen.
The printer is assumed to be at the parallel port #1 (/dev/lp0), but
this setting can be changed by editing the definition of the PORT
variable in /usr/bin/changecartridge.



EOF
# Generate doc file for "README.Lexmark-Maintenance"
cat << EOF > $RPM_BUILD_DIR/%{name}-%{version}/printer-filters/README.Lexmark-Maintenance

Lexmark Printer Maintenance Tools
---------------------------------

Programs for maintanance of Lexmark inkjet printers: Moving out the print
head to change the cartridges, adjusting the print heads, cleaning the
nozzles ...

showcartridges
hidecartridges
headalign
headclean     - Command line programs for the Lexmark 5xxx and 7xxx

changecartridge - Another command line tool for changing the
                ink cartridges in the Lexmark 5xxx and 7xxx 

lm1100change,
lm1100back    - Command line tools for changing the cartridge in Lexmark
                1xxx printers

Since Lexmark will not release protocol specifications the authors had
to dissassemble the byte codes sent by their Windows printer maintenance
programs to create this.



EOF

# Load menu icon
bzcat %{SOURCE61} > $RPM_BUILD_DIR/%{name}-%{version}/printer-filters/printutils.png

# HP DeskJet PPA printers
%setup -q -T -D -a 62 -n %{name}-%{version}/printer-filters
# remove "version ERROR" line from pnm2ppa.conf
perl -n -i -e 'if ( !m/^\s*version\s*0\s*(|\#.*)$/ ) { print "$_";}' pnm2ppa-*/pnm2ppa.conf

# Generate README file
cat <<EOF >README.calibration

Colour calibration for PPA printers
-----------------------------------

If you have an HP DeskJet PPA printer (very cheap models: 710C, 712C,
720C, 722C, 820C, 1000C, or a newer printer which works with one of
these model entries) you can optionally do a colour correction. Do the
following:

Some of the printing modes offer optional colour correction. See the
option "Printing Mode" which is offered to you in the option window of
"printerdrake" and if you use CUPS also in "qtcups" or "kprinter"
("Properties" button, "Advanced" tab), "xpp" ("Options" button,
"Extra" tab), "kups" (right click on printer, "Configure printer" in
menu), or the WWW interface ("Configure printer" button) and if you
use PDQ in "xpdq" ("Driver options"). Choose a setting with "optional
colour correction" and save your settings. Read the file

   /usr/share/doc/printer-filters-1.0/HPDeskJetPPA/pnm2ppa/COLOR.txt

and follow the instructions there, but use the name

   /etc/pnm2ppa.gamma_normal

for the colour correction file for the "normal quality" modes and

   /etc/pnm2ppa.gamma_best

for the colour correction file for the "best quality" modes. So you
can do the colour correction independently in both normal and best
quality modes. The files are automatically taken into account by the
appropriate modes as soon as they are created.



EOF


# pbm2ppa source
%setup -q -T -D -a 63 -n %{name}-%{version}/printer-filters
%patch52 -p0

# Lexmark 2050
%setup -q -T -D -a 64 -n %{name}-%{version}/printer-filters

# Lexmark 2030
%setup -q -T -D -a 65 -c -n %{name}-%{version}/printer-filters/pbm2l2030

# Okipage 4w and compatible winprinters
%setup -T -D -a 66 -n %{name}-%{version}/printer-filters
cd oki4linux-2.0
%patch54 -p1
%patch55 -p1

# Do some small corrections in the daemon script:
# - The daemon crashes with "setlogsock('unix');"
# - Correct the path for the driver
cd src
mv oki4daemon oki4daemon.pre
sed "s/setlogsock('unix');/setlogsock('inet');/" oki4daemon.pre | sed "s:/usr/local/sbin/oki4drv:/usr/bin/oki4drv:" > oki4daemon
cd ../..
# Mandrivized startup script for the daemon
bzcat %{SOURCE67} > $RPM_BUILD_DIR/%{name}-%{version}/printer-filters/oki4daemon
%if 0
# Installer for a CUPS queue for an OKI winprinter
bzcat %{SOURCE68} > $RPM_BUILD_DIR/%{name}-%{version}/printer-filters/oki4w_install
# Generate doc file for "README.OKI-Winprinters"
cat << EOF > $RPM_BUILD_DIR/%{name}-%{version}/printer-filters/README.OKI-Winprinters

Driver for the OKI 4w and compatible winprinters
------------------------------------------------

These laser printers have neither memory nor a processor and therefore
they must get their data in an absolutely continuous stream (because
they cannot buffer data). This cannot be made sure by usual printing
spoolers (as CUPS or LPD). The only possibility is running a special
driver program which connects directly to the printer. But this is
very unconvenient, because many Linux applications can only print
through a spooler. To solve this, Grant Taylor has created a special
daemon acting between the printing program and the spooler, the
"oki4daemon". It provides a named pipe ("/dev/oki4drv") which accepts
PostScript and renders it for being understood by the printer.

Because "kups" and the web interface of CUPS cannot start an extra
daemon and also cannot set up a queue with "/dev/oki4drv" as
destination, you have to install your OKI printer with a special
installation program. Call it by entering

   oki4w_install

on the command line or by choosing "Configuration"/"Printing"/"Install
OKI 4w or compatible" in the desktop menues.

NOTE: These printers should not be used on machines which are often
under high loads (because of the timing requirements) or on machines
with high security demands (because of the additional daemon).



EOF
%endif

# CoStar and compatible label printers
%setup -q -T -D -a 70 -c -n %{name}-%{version}/printer-filters/pbm2lwxl

# Citizen Printiva 600C
%setup -q -T -D -a 69 -n %{name}-%{version}/printer-filters
cd ppmtocpva-*
%patch100 -p1
%patch101 -p1
cd ..

# Samsung ML-85G and QL-85G winprinters
%setup -q -T -D -a 71 -n %{name}-%{version}/printer-filters
#patch58 -p0

# Filter for the Lexmark Z42
%setup -q -T -D -a 73 -n %{name}-%{version}/printer-filters

# GhostScript wrapper for the Pentax PocketJet printers
%setup -q -T -D -a 74 -n %{name}-%{version}/printer-filters

# Unix driver for MicroDry Printers
%setup -q -T -D -a 76 -n %{name}-%{version}/printer-filters
cd ppmtomd-*
%patch102 -p1
cd ..

# Mtink - Printer maintenance/ink monitoring for Epson inkjets
%setup -q -T -D -a 77 -n %{name}-%{version}/printer-filters
cd mtink-1*
%patch70 -p3
cd ..

# Poster - Poster-printing on stndard sized paper 
%setup -q -T -D -a 78 -n %{name}-%{version}/printer-filters

# Driver for the HP LaserJet 1000
bzcat %{SOURCE82} > pbmtozjs.c

# Driver for Zenographics-based printers (Minolta magicolor DL series, HP
# LaserJet 1000, 1005, 1018, 1020, 1022, Color LaserJet 1600, 2600)
%setup -q -T -D -a 83 -n %{name}-%{version}/printer-filters
cd foo2zjs*/foomatic-db
rm -rf *
%setup -q -T -D -a 830 -n %{name}-%{version}/printer-filters/foo2zjs/foomatic-db
cd ../..
# Fit udev rules to stricter syntax of new udev
# (blino) don't try to rename the device,
#         it has already been renamed to the exact same name in 50-mdk.rules
#         so udev would skip the rule
perl -p -i -e 's:(KERNEL|BUS|SYSFS.*?)=([^=]):$1==$2:g;s{SYMLINK=}{SYMLINK+=}g;s{(?:NAME|MODE)=.*?,\s*}{}g' foo2zjs*/hplj10xx.rules

# Driver for Epson EPL "L" series
%setup -q -T -D -a 84 -n %{name}-%{version}/printer-filters
cd epsonepl*
perl -p -i -e "s/-g -O2 -Wall -ansi -pedantic -Wmissing-prototypes/-fPIC/" Makefile.in
#patch1001 -p1 -b .fPIC
cd ..

# Driver for Lexmark X125 (only printing)
%setup -q -T -D -a 1000 -n %{name}-%{version}/printer-filters
%setup -q -T -D -a 1001 -n %{name}-%{version}/printer-filters
perl -p -i -e "s/gcc/gcc $RPM_OPT_FLAGS/" drv_x125*/src/Makefile

%ifarch %{ix86}
# Driver for Canon LBP-460/660
%setup -q -T -D -a 1010 -n %{name}-%{version}/printer-filters
perl -p -i -e "s/gcc/gcc $RPM_OPT_FLAGS/" lbp660*/Makefile
%endif

# Driver for Canon LBP-810/1120
%setup -q -T -D -a 1060 -n %{name}-%{version}/printer-filters
perl -p -i -e "s/gcc/gcc $RPM_OPT_FLAGS/" cast*/Makefile

# Driver for Lexmark X74/X75
%setup -q -T -D -a 1020 -n %{name}-%{version}/printer-filters
perl -p -i -e "s/gcc/gcc $RPM_OPT_FLAGS/" lxx74*/Makefile

# Driver for Minolta magicolor 2300W
%setup -q -T -D -a 1030 -n %{name}-%{version}/printer-filters
cd m2300w*
# Deactivate checks for installed Foomatic in "./configure"
%patch1030 -p0
%patch1031 -p1 -b .ppc
cd ..

# Driver for Minolta PagePro 12xxW, 13xxW, and 14xxW
%setup -q -T -D -a 1035 -n %{name}-%{version}/printer-filters
#perl -p -i -e "s/gcc/gcc $RPM_OPT_FLAGS/" min12xxw*/Makefile

# Driver for Casio USB label printers
%setup -q -T -D -a 1040 -n %{name}-%{version}/printer-filters
%setup -q -T -D -a 1041 -n %{name}-%{version}/printer-filters
%setup -q -T -D -a 1042 -n %{name}-%{version}/printer-filters
%setup -q -T -D -a 1043 -n %{name}-%{version}/printer-filters

# Drivers for the Konica Minolta magicolor DL series supplied by Konica
# Minolta
%setup -q -T -D -a 1050 -n %{name}-%{version}/printer-filters
%setup -q -T -D -a 1051 -n %{name}-%{version}/printer-filters
%setup -q -T -D -a 1052 -n %{name}-%{version}/printer-filters
# Fix copy of CUPS headers in kmlf.h
perl -p -i -e 's:\bcups_strlcpy:_cups_strlcpy:g' magicolor????DL*/src/kmlf.h
# Remove asterisks from group names in PPD file
for d in magicolor????DL*; do
	cd $d*
	gzip -dc src/km_en.ppd.gz | perl -p -e 's/(Group:\s+)\*/$1/g' | gzip > src/km_en.tmp.ppd.gz && mv -f src/km_en.tmp.ppd.gz src/km_en.ppd.gz
	cd ..
done
# Determine the directory for the CUPS filters using the correct method
perl -p -i -e 's:(CUPS_SERVERBIN=)"\$libdir/cups":$1`cups-config --serverbin`:' magicolor????DL*/configure

# Driver for Brother P-Touch label printers
%setup -q -T -D -a 1070 -n %{name}-%{version}/printer-filters

# Driver for Kyocera GDI printers: Kyocera FS-1016MFP
%setup -q -T -D -a 1080 -n %{name}-%{version}/printer-filters
perl -p -i -e 's/Kyocera-Mita-FS-1016/Kyocera-FS-1016/g' foo2kyo*/foomatic-db/driver/foo2kyo.xml

# Driver for Samsung SPL2 printers
%setup -q -T -D -a 1090 -n %{name}-%{version}/printer-filters
cd splix*
%patch1060 -p1 -b .cups12
cd ..


# Tool for uploading the firmware on the HP LaserJet 1000S
bzcat %{SOURCE85} > hp1000fw
bzcat %{SOURCE86} > udev-hp1000fw.rules

# Tools for reading USB device ID strings
bzcat %{SOURCE87} > usb_id_test.c
bzcat %{SOURCE88} > getusbprinterid



%build
exit 0

# Change compiler flags for debugging when in debug mode
%if %debug
export DONT_STRIP=1
export CFLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export CXXFLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export RPM_OPT_FLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
%endif

##### PRINTER FILTERS AND OTHER STUFF

cd $RPM_BUILD_DIR/%{name}-%{version}/printer-filters

# Apple StyleWriter
cd stylewriter
gcc ${CFLAGS:-%optflags} -o lpstyl lpstyl.c
cd ..

# Canon CaPSL
cd cjet089
%make
cd ..

# Lexmark 1100
cd lm1100*
# Correct "friend" declarations for gcc 3.1
perl -p -i -e 's/friend Lexmark/friend class Lexmark/' *.h
# Remove extra qualifications '<class>::<member>' on class members, to make
# code compiling with gcc 4.1.1.
perl -p -i -e 's/\b[^\s:]+:://' *.h
%make
cd ..

# Lexmark 2070 colour
cd c2070-0.99
%make
cd ..

# Lexmark 2070 grayscale
cd Lexmark2070.latest
%make
cd ..

# Lexmark 7xxx, 57xx, Z51
cd lexmark7000linux-990516
%make
cd ..

# Lexmark Z11
#cd LexZ11-distro
cd lz11*
%make
cd ..

# Printer Utility Program
#cd pup_1.1
#make CC="gcc $CFLAGS -Wall -O2 -I/usr/include/glib-1.2"
#cd ..

# HP DeskJet PPA printers
cd pnm2ppa*
make BINDIR=%{_bindir} CONFDIR=%{_sysconfdir} MANDIR=%{_mandir}/man1
cd ..
cd pbm2ppa-0.8.6
make
cd ..

# Lexmark 2050
cd c2050-0.4
%make
cd ..

# Lexmark 2030
cd pbm2l2030
%make
cd ..

# Okipage 4w and compatible winprinters
cd oki4linux-2.0/src
%make
cd ../..

# Citizen Printiva 600C
cd ppmtocpva-1.0
%make
cd ..

# CoStar and compatible label printers
cd pbm2lwxl
gcc $CFLAGS -o pbm2lwxl pbm2lwxl.c
cd ..

%ifarch %{ix86}
# Samsung ML-85G and QL-85G winprinters
cd ml85p*
make
[ -e printer-test.ps.gz ] && gunzip printer-test.ps.gz
cd ..
%endif

# Filter for the Lexmark Z42
cd drv_z42/src
gcc $CFLAGS -o z42_cmyk z42_cmyk.c
cd ../z42tool/
%configure
%make
cd ../..

# GhostScript wrapper for the Pentax PocketJet printers
cd pentaxpj
%make
cd ..

# Unix driver for MicroDry Printers
cd ppmtomd*
%make
cd ..

# Mtink - Printer maintenance/ink monitoring for Epson inkjets
cd mtink*
perl -p -i -e 's|(/usr/X11R6)/lib\b|\1/%{_lib}|g' Makefile.ORG
perl -p -i -e 's|(/usr)/lib\b|\1/%{_lib}|g' Makefile.ORG
perl -p -i -e 's|(/usr)/lib$|\1/%{_lib}|g' Configure
perl -p -i -e 's|(''/usr/)lib('')|$1%{_lib}$2|g' checkMotifVersion.sh
./Configure --no-suid --prefix /usr
%make
# Fix some small bugs
#perl -p -i -e "s/START_LEVEL=S99mtink/START_LEVEL=S59mtink/" etc/installInitScript.sh
#perl -p -i -e "s/STOP_LEVEL=K02mtink/START_LEVEL=K61mtink/" etc/installInitScript.sh
#perl -p -i -e "s/for d in 2 3 4 5/XXXXXXXXXX/" etc/installInitScript.sh
#perl -p -i -e "s/for d in 0 1 6/for d in 2 3 4 5/" etc/installInitScript.sh
#perl -p -i -e "s/XXXXXXXXXX/for d in 0 1 6/" etc/installInitScript.sh
#perl -p -i -e "s!cp mtink /etc/init.d!!" etc/installInitScript.sh
perl -p -i -e "s!chmod 744 /etc/init.d/mtink!!" etc/installInitScript.sh
perl -p -i -e "s!/dev/lp;!/dev/lp\*;!" etc/mtink
perl -p -i -e 's=(\#!/bin/sh)=$1\n\#   chkconfig: 2345 14 61
\#   description: The MTink daemon allows printing on Epson inkjets in
\#                in packet mode. This way simultaneas printing and
\#                ink level readout or scanning (on multi-function devices)
\#                is possible.=' etc/mtink
cd ..

# Poster - Poster-printing on stndard sized paper 
cd poster*
%make
cd ..

# HP LaserJet 1000
ln -s %{_libdir}/libjbig.a .
ln -s /usr/include/jbig.h .
gcc -O2 -W -o pbmtozjs pbmtozjs.c libjbig.a
head -34 pbmtozjs.c | tail -33 > pbmtozjs.txt

# Driver for Zenographics-based printers (Minolta magicolor DL series, HP
# LaserJet 1000, 1005, 1018, 1020, 1022, Color LaserJet 1600, 2600)
cd foo2zjs*
# Suppress generation of PDF doc file, it needs GhostScript and GhostScript
# is introduced by this package
#perl -p -i -e "s/all-icc2ps man doc/all-icc2ps man/" Makefile
%make
cd ..

# Driver for Epson EPL "L" series
cd epsonepl*
%configure2_5x
%make
cd ..

# Driver for Lexmark X125 (only printing)
cd drv_x125/src
%make
cd ../..
cd drv_x125_network/src
%make
cd ../..

%ifarch %{ix86}
# Driver for Canon LBP-460/660
cd lbp660*
%make
# Correct PPD files to pass "cupstestppd"
perl -p -i -e "s/DefaultNoReset/DefaultAlwaysReset/" ppd/*.ppd
# Do not generate a log file with fixed name, security problem!
perl -p -i -e "s:/tmp/lbp.60.log:/dev/null:" ppd/*.ppd
cd ..
%endif

# Driver for Canon LBP-810/1120
cd capt*
%make
# Correct PPD files to pass "cupstestppd"
perl -p -i -e "s/DefaultNoReset/DefaultAlwaysReset/g" ppd/*.ppd
# Do not generate a log file with fixed name, security problem!
perl -p -i -e "s:/tmp/capt.log:/dev/null:g" ppd/*.ppd
# Create PPD file for LBP-1120
cp ppd/Canon-LBP-810-capt.ppd ppd/Canon-LBP-1120-capt.ppd
perl -p -i -e "s:LBP-810:LBP-1120:g" ppd/Canon-LBP-1120-capt.ppd
perl -p -i -e "s:lbp810:lbp1120:g" ppd/Canon-LBP-1120-capt.ppd
cd ..

# Driver for Lexmark X74/X75
cd lxx74*
# The source tarball has already all the stuff compiled, but we want to have
# our Mandriva Linux optimizations
%make clean
%make
gunzip lxx74.ppd.gz
cp lxx74.ppd Compaq-IJ670-lxx74.ppd
perl -p -i -e 's/All In One/IJ670/gi' Compaq-IJ670-lxx74.ppd
cp lxx74.ppd Compaq-Inkjet_Printer-lxx74.ppd
perl -p -i -e 's/All In One/Inkjet Printer/gi' Compaq-Inkjet_Printer-lxx74.ppd
perl -p -i -e 's/Lexmark/Compaq/gi' Compaq-*-lxx74.ppd
cp lxx74.ppd Lexmark-X74-lxx74.ppd
perl -p -i -e 's/All In One/X74/gi' Lexmark-X74-lxx74.ppd
cp lxx74.ppd Lexmark-X75-lxx74.ppd
perl -p -i -e 's/All In One/X75/gi' Lexmark-X75-lxx74.ppd
cp lxx74.ppd Lexmark-X76-lxx74.ppd
perl -p -i -e 's/All In One/X76/gi' Lexmark-X76-lxx74.ppd
cp lxx74.ppd Lexmark-Z13-lxx74.ppd
perl -p -i -e 's/All In One/Z13/gi' Lexmark-Z13-lxx74.ppd
cp lxx74.ppd Lexmark-Z14-lxx74.ppd
perl -p -i -e 's/All In One/Z14/gi' Lexmark-Z14-lxx74.ppd
cp lxx74.ppd Lexmark-Z23-lxx74.ppd
perl -p -i -e 's/All In One/Z23/gi' Lexmark-Z23-lxx74.ppd
cp lxx74.ppd Lexmark-Z33-lxx74.ppd
perl -p -i -e 's/All In One/Z33/gi' Lexmark-Z33-lxx74.ppd
cp lxx74.ppd Lexmark-Z24-lxx74.ppd
perl -p -i -e 's/All In One/Z24/gi' Lexmark-Z24-lxx74.ppd
cp lxx74.ppd Lexmark-Z34-lxx74.ppd
perl -p -i -e 's/All In One/Z34/gi' Lexmark-Z34-lxx74.ppd
cp lxx74.ppd Lexmark-Z25-lxx74.ppd
perl -p -i -e 's/All In One/Z25/gi' Lexmark-Z25-lxx74.ppd
cp lxx74.ppd Lexmark-Z35-lxx74.ppd
perl -p -i -e 's/All In One/Z35/gi' Lexmark-Z35-lxx74.ppd
cp lxx74.ppd Lexmark-Inkjet_Printer-lxx74.ppd
perl -p -i -e 's/All In One/Inkjet Printer/gi' Lexmark-Inkjet_Printer-lxx74.ppd
cp lxx74.ppd Lexmark-InkJet_4104-lxx74.ppd
perl -p -i -e 's/All In One/Inkjet 4104/gi' Lexmark-Inkjet_4104-lxx74.ppd
cp lxx74.ppd Samsung-MJC-940-lxx74.ppd
perl -p -i -e 's/All In One/MJC-940/gi' Samsung-MJC-940-lxx74.ppd
cp lxx74.ppd Samsung-MJC-950-lxx74.ppd
perl -p -i -e 's/All In One/MJC-950/gi' Samsung-MJC-950-lxx74.ppd
cp lxx74.ppd Samsung-MJC-2200-lxx74.ppd
perl -p -i -e 's/All In One/MJC-2200/gi' Samsung-MJC-2200-lxx74.ppd
cp lxx74.ppd Samsung-MJC-2130-lxx74.ppd
perl -p -i -e 's/All In One/MJC-2130/gi' Samsung-MJC-2130-lxx74.ppd
cp lxx74.ppd Samsung-MJC-530-lxx74.ppd
perl -p -i -e 's/All In One/MJC-530/gi' Samsung-MJC-530-lxx74.ppd
perl -p -i -e 's/Lexmark/Samsung/gi' Samsung-*-lxx74.ppd
gzip -9 *.ppd
cd ..

# Driver for Minolta magicolor 2300W
cd m2300w*
autoconf
%configure
# Omit the installation of the PPD in the Makefile, we use the Foomatic
# XML data
perl -p -i -e "s/src psfiles foomatic ppd/src psfiles/" Makefile
%make
cd ..

# Driver for Minolta PagePro 12xxW, 13xxW, and 14xxW
cd min12xxw*
%configure
%make
cd ..

# Driver for Casio USB label printers
cd pegg-*
%make
cd ..
cd pegg_el-*/src
%make
cd ../..
cd xbm2crw*
# Nothing to be done
cd ..
cd cups2pegg*/src
# Suppress logging in cups2pegg backend
perl -p -i -e "s:/var/log/cups/cups2pegg.log:/dev/null:" cups2pegg
# Fix PPD file
perl -p -i -e 's/^(\*ModelName:).*$/$1 "CASIO Computer CO. LTD. EL-700 EL-5000W"/' ppd/casio_el.ppd
perl -p -i -e 's/^(\*ShortNickName:).*$/$1 "CASIO EL-700 EL-5000W"/' ppd/casio_el.ppd
perl -p -i -e 's/^(\*ModelName:).*$/$1 "CASIO Computer CO. LTD. KL-P1000 KL-E11"/' ppd/casio_kl.ppd
perl -p -i -e 's/^(\*ShortNickName:).*$/$1 "CASIO KL-P1000 KL-E11"/' ppd/casio_kl.ppd
perl -p -i -e 's/: Letter/: 128_64/' ppd/casio_kl.ppd
perl -p -i -e 's/^(\*ModelName:).*$/$1 "CASIO Computer CO. LTD. KP-C10 KP-C50"/' ppd/casio_kp.ppd
perl -p -i -e 's/^(\*ShortNickName:).*$/$1 "CASIO KP-C10 KP-C50"/' ppd/casio_kp.ppd
perl -p -i -e 's/: Letter/: 512_64/' ppd/casio_kp.ppd
cd ../..

# Drivers for the Konica Minolta magicolor DL series supplied by Konica
# Minolta
for d in magicolor????DL*; do
	cd $d
	%configure
	%make
	cd ..
done
# Add support for the magicolor 2300 DL
cd magicolor2430DL*
gzip -dc src/km_en.ppd.gz | perl -p -e 's:2430(\s*DL):2300$1:g' | gzip > src/km2300dl.ppd.gz
cd ..

# Driver for Brother P-Touch label printers
cd ptouch-driver*
%configure
%make
cd ..

# Driver for Kyocera GDI printers: Kyocera FS-1016MFP
cd foo2kyo*
%make
cd ..

# Driver for Samsung SPL2 printers
cd splix*
%make
# Generate PPD files for each supported printer
cd ppd
for ext in '' 'fr'; do
  cp ml1710$ext.ppd Samsung-SPL2-ml1510$ext.ppd
  perl -p -i -e 's/(ml-?)1710/${1}1510/gi' Samsung-SPL2-ml1510$ext.ppd
  cp ml1710$ext.ppd Samsung-SPL2-ml1520$ext.ppd
  perl -p -i -e 's/(ml-?)1710/${1}1520/gi' Samsung-SPL2-ml1520$ext.ppd
  cp ml1710$ext.ppd Samsung-SPL2-ml1610$ext.ppd
  perl -p -i -e 's/(ml-?)1710/${1}1610/gi' Samsung-SPL2-ml1610$ext.ppd
  cp ml1710$ext.ppd Samsung-SPL2-ml1740$ext.ppd
  perl -p -i -e 's/(ml-?)1710/${1}1740/gi' Samsung-SPL2-ml1740$ext.ppd
  cp ml1710$ext.ppd Samsung-SPL2-ml1750$ext.ppd
  perl -p -i -e 's/(ml-?)1710/${1}1750/gi' Samsung-SPL2-ml1750$ext.ppd
  cp ml2250$ext.ppd Samsung-SPL2-ml2150$ext.ppd
  perl -p -i -e 's/(ml-?)2250/${1}2150/gi' Samsung-SPL2-ml2150$ext.ppd
  cp ml2250$ext.ppd Samsung-SPL2-ml2550$ext.ppd
  perl -p -i -e 's/(ml-?)2250/${1}2550/gi' Samsung-SPL2-ml2550$ext.ppd
  mv ml1710$ext.ppd Samsung-SPL2-ml1710$ext.ppd
  mv ml2010$ext.ppd Samsung-SPL2-ml2010$ext.ppd
  mv ml2250$ext.ppd Samsung-SPL2-ml2250$ext.ppd
done
# Add driver name to NickName in the PPDs
perl -p -i -e 's/(\*NickName:\s*\"[^\,]+)(\,\s*.*?)?/$1, CUPS + SpliX$2/i' *.ppd
cd ..
cd ..


# Tool for reading USB device ID strings
gcc -o usb_id_test usb_id_test.c



%install

rm -rf %{buildroot}
mkdir -p %{buildroot}
exit 0

# Change compiler flags for debugging when in debug mode
%if %debug
export DONT_STRIP=1
export CFLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export CXXFLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export RPM_OPT_FLAGS="`echo %optflags |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
%endif


# Make directories
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}%{_libdir}/gimp/2.0/plug-ins
install -d %{buildroot}%{_prefix}/lib/cups/filter
install -d %{buildroot}%{_prefix}/lib/cups/backend
install -d %{buildroot}%{_datadir}/cups/data
install -d %{buildroot}%{_datadir}/cups/model
install -d %{buildroot}%{_sysconfdir}/cups
install -d %{buildroot}%{_datadir}/foomatic/db/source/printer
install -d %{buildroot}%{_datadir}/foomatic/db/source/driver
install -d %{buildroot}%{_datadir}/foomatic/db/source/opt


##### PRINTER FILTERS AND OTHER STUFF

cd $RPM_BUILD_DIR/%{name}-%{version}/printer-filters

# Apple StyleWriter
cd stylewriter
# Program files
install -m 755 lpstyl %{buildroot}%{_bindir}
# Documentation
chmod -R a+rX *
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/AppleStyleWriter
cp -ax scripts Makefile.atalk README* adsp.* printcap.* styl.ppd \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/AppleStyleWriter
cd ..

# Canon CaPSL
cd cjet089
# Program files
install -m 755 cjet %{buildroot}%{_bindir}
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/CanonCaPSL
cp -ax README INSTALL COPYING TODO ChangeLog samples \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/CanonCaPSL
cd ..

# Lexmark 1100
cd lm1100*
# Executables (filter for usage with CUPS and printer emulator script for
# development and debugging (also debugging this RPM w/o Lexmark 1100).
install -m 0755 lm1100 %{buildroot}%{_bindir}
install -m 0755 lexmark2ppm.pl %{buildroot}%{_bindir}
install -m 0755 byteutil.pl %{buildroot}%{_bindir}
# LPD support
install -d %{buildroot}%{_libdir}/rhs/rhs-printfilters
[ -e ps-to-lm1100.fpi ] || mv ps-to-printer.fpi ps-to-lm1100.fpi # file name conflict
install -m 0755 ps-to-lm1100.fpi %{buildroot}%{_libdir}/rhs/rhs-printfilters
ln -s %{_bindir}/lm1100 \
	%{buildroot}%{_libdir}/rhs/rhs-printfilters
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark1100
install -m 0644 LICENSE %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark1100
install -m 0644 README %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark1100
install -m 0644 RELEASE.txt %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark1100
install -m 0644 cmy.txt %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark1100
cd ..

# Lexmark 2070 colour
cd c2070-0.99
# Program files
install -m 755 c2070 %{buildroot}%{_bindir}
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark2070colour
cp -ax README LICENSE \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark2070colour
cd ..

# Lexmark 2070 grayscale
cd Lexmark2070.latest
# Program files
install -m 755 Lexmark2070 %{buildroot}%{_bindir}
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark2070gray
cp -ax README LICENSE \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark2070gray
cd ..

# Lexmark 7xxx, 57xx, Z51
cd lexmark7000linux-990516
# Program and data files
%old_makeinstall
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark7xxx_57xx_Z51
install -m 0644 CHANGES %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark7xxx_57xx_Z51
install -m 0644 README %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark7xxx_57xx_Z51
install -m 0644 lexmark5700-filter %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark7xxx_57xx_Z51
install -m 0644 lexmark7000-filter %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark7xxx_57xx_Z51
install -m 0644 lexmark7000linux-990516.lsm %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark7xxx_57xx_Z51
install -m 0644 lexmarkprotocol.txt %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark7xxx_57xx_Z51
install -m 0644 *.p?? %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark7xxx_57xx_Z51
cd ..

# Lexmark Z11
cd lz11*
# Program and data files
install -m 755 cZ11-V2 %{buildroot}%{_bindir}
install -m 755 cZ11 %{buildroot}%{_bindir}
#ln -s %{_bindir}/cZ11-V2 %{buildroot}%{_bindir}/cZ11
install -m 755 cZ11-bit* %{buildroot}%{_bindir}
install -m 755 lz11.[^c]* %{buildroot}%{_bindir}
install -d %{buildroot}/etc/LexmarkZ11/
install -m 644 lz11.conf %{buildroot}/etc/LexmarkZ11/
install -m 644 *.ppd %{buildroot}%{_datadir}/cups/model/
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/LexmarkZ11
cp -ax README ChangeLog INSTALL \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/LexmarkZ11
cd ..

# Printer Utility Program
# Program file
#install -m 755 pup_1.1/pup %{buildroot}%{_bindir}
# Documentation
#install -d %{buildroot}%{_docdir}/printer-utils-%{version}/
#install -d %{buildroot}%{_docdir}/printer-utils-%{version}/PUP
#cp -ax pup_1.1/README \
#	%{buildroot}%{_docdir}/printer-utils-%{version}/PUP

# Lexmark printer maintenance
# Program and data files
install -m 755 lxcontrol/lx.control %{buildroot}%{_bindir}
install -m 755 lm1100maint/lm1100change %{buildroot}%{_bindir}
install -m 755 lm1100maint/lm1100back %{buildroot}%{_bindir}
install -m 755 changecartridge %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/lxcontrol
cp -f lxcontrol/*.out %{buildroot}%{_datadir}/lxcontrol/
( cd %{buildroot}%{_bindir}
  ln -s lx.control headclean
  ln -s lx.control headalign
  ln -s lx.control showcartridges
  ln -s lx.control hidecartridges
)
mkdir -p %{buildroot}%{_datadir}/lm1100maint
cp -f lm1100maint/lexmark* \
	%{buildroot}%{_datadir}/lm1100maint/
# Documentation
install -d %{buildroot}%{_docdir}/printer-utils-%{version}/
install -d %{buildroot}%{_docdir}/printer-utils-%{version}/LexmarkMaintenance
cp -ax lxcontrol/README.* lm1100maint/README.* \
	README.changecartridge README.Lexmark-Maintenance \
	%{buildroot}%{_docdir}/printer-utils-%{version}/LexmarkMaintenance

# Install margin and offset adjustment script in /usr/sbin
bzcat %{SOURCE75} > %{buildroot}%{_sbindir}/alignmargins
# Adjust path to improved align.ps 
perl -p -i -e 's:/usr/share/ghostscript/\*/lib/align.ps:%{_datadir}/alignmargins/align.ps:' %{buildroot}%{_sbindir}/alignmargins
# Install improved align.ps
install -d %{buildroot}%{_datadir}/alignmargins/
bzcat %{SOURCE175} > %{buildroot}%{_datadir}/alignmargins/align.ps

# Install a script to display the test page on the screen for colour
# adjustment
cat <<EOF > %{buildroot}%{_bindir}/displaytestpage
#!/bin/sh
ps2img="gs -dQUIET -dNOPAUSE -dBATCH -sDEVICE=pnm -r75x75 -sOUTPUTFILE=- -"
testpage=/usr/share/cups/data/testprint.ps

TMPFILE=~/.displaytestpage.pnm
if [ -x /usr/bin/kview ]; then
  cat \$testpage | \$ps2img > \$TMPFILE 
  /usr/bin/kview \$TMPFILE
elif [ -x /usr/bin/ee ]; then
  cat \$testpage | \$ps2img > \$TMPFILE 
  /usr/bin/ee \$TMPFILE
elif [ -x /usr/bin/gqview ]; then
  cat \$testpage | \$ps2img > \$TMPFILE 
  /usr/bin/gqview \$TMPFILE
elif [ -x /usr/bin/xv ]; then
  cat \$testpage | \$ps2img | /usr/bin/xv -
elif [ -x /usr/bin/kghostview ]; then
  /usr/bin/kghostview \$testpage
elif [ -x /usr/X11R6/bin/gv ]; then
  /usr/X11R6/bin/gv \$testpage
elif [ -x /usr/X11R6/bin/ghostview ]; then
  /usr/X11R6/bin/ghostview \$testpage
else
  xmessage "No suitable program for viewing PostScript found, install GhostView, gv, or similar."
  exit 1
fi
rm \$TMPFILE
EOF
chmod a+rx %{buildroot}/usr/bin/displaytestpage

# Menu entries for printer-utils package
# Menu icon
mkdir -p %{buildroot}%{_datadir}/icons/locolor/16x16/apps/
install -m 644 printutils.png %{buildroot}%{_datadir}/icons/locolor/16x16/apps/
# Menu entries

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-mtink.desktop << EOF
[Desktop Entry]
Name=Mtink - Epson Inkjet Printer Tools
Comment=Epson inkjet printer maintenance (Head cleaning and alignment, ink level display, cartridge change, ...)
Exec=/usr/bin/mtink
Icon=printutils
Terminal=false
Type=Application
Categories=System;Monitor;
EOF

# HP DeskJet PPA printers
cd pnm2ppa-*
install -m 0644  docs/en/pnm2ppa.1 %{buildroot}%{_mandir}/man1
%old_makeinstall BINDIR=%{buildroot}%{_bindir} CONFDIR=%{buildroot}%{_sysconfdir} MANDIR=%{buildroot}%{_mandir}/man1
install -m 0755 utils/Linux/detect_ppa %{buildroot}%{_bindir}
install -m 0755 utils/Linux/test_ppa %{buildroot}%{_bindir}
install -d  %{buildroot}%{_docdir}/printer-filters-doc-%{version}/HPDeskJetPPA/pnm2ppa
install -m 0644 *.ps %{buildroot}%{_docdir}/printer-filters-doc-%{version}/HPDeskJetPPA/pnm2ppa
cd docs/en
for file in * ; do
  if  [ -f $file ] ; then
     install -m 0644  $file %{buildroot}%{_docdir}/printer-filters-doc-%{version}/HPDeskJetPPA/pnm2ppa
  fi
done
rm -f %{buildroot}%{_docdir}/printer-filters-doc-%{version}/HPDeskJetPPA/pnm2ppa/pnm2ppa.1
cd ../..
cp -ax ppa_protocol rhs-printfilters sample_scripts README.security Changelog %{buildroot}%{_docdir}/printer-filters-doc-%{version}/HPDeskJetPPA/pnm2ppa
cd ..
cd pbm2ppa-0.8.6
install -m 0755 pbm2ppa  %{buildroot}%{_bindir}
install -m 0755 pbmtpg   %{buildroot}%{_bindir}
install -m 0644 pbm2ppa.conf   %{buildroot}%{_sysconfdir}
install -m 0644 pbm2ppa.1   %{buildroot}%{_mandir}/man1
install -d  %{buildroot}%{_docdir}/printer-filters-doc-%{version}/HPDeskJetPPA/pbm2ppa
for file in CALIBRATION CREDITS INSTALL INSTALL-MORE LICENSE README ; do
  if [ -f $file ] ; then
    install -m 0644  $file %{buildroot}%{_docdir}/printer-filters-doc-%{version}/HPDeskJetPPA/pbm2ppa
  fi
done
cd ..
install -m 0644 README.calibration %{buildroot}%{_docdir}/printer-filters-doc-%{version}/HPDeskJetPPA

# Lexmark 2050
cd c2050-0.4
# Program file
install -m 0755 c2050 %{buildroot}%{_bindir}
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark2050
cp -ax README COPYING ps2lexmark \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark2050
cd ..

# Lexmark 2030
cd pbm2l2030
# Program file
install -m 0755 pbm2l2030 %{buildroot}%{_bindir}
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark2030
cp -ax README.TXT LICENSE \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/Lexmark2030
cd ..

# Okipage 4w and compatible winprinters
cd oki4linux-2.0/src
# Program files
install -m 0755 oki4drv %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -m 0755 oki4daemon %{buildroot}%{_sbindir}
cd ../..
install -d %{buildroot}%{_initrddir}
install -m 0755 oki4daemon %{buildroot}%{_initrddir}
#install -m 0755 oki4w_install %{buildroot}%{_sbindir}
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/OKI-Winprinters
#cp -ax README.OKI-Winprinters \
#	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/OKI-Winprinters
cd oki4linux-2.0
cp -ax COPYING ChangeLog README crack doc samples \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/OKI-Winprinters
cd src
cp -ax README.oki4daemon align.ps oki4daemon.init \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/OKI-Winprinters
install -m 0644 oki4drv.man %{buildroot}%{_mandir}/man1/oki4drv.1
cd ../..

# Citizen Printiva 600C
cd ppmtocpva-1.0
# Program files
install -m 0755 ppmtocpva %{buildroot}%{_bindir}
install -m 0755 cpva-colour %{buildroot}%{_bindir}
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/CitizenPrintiva600C
cp -ax README \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/CitizenPrintiva600C
cd ..

# CoStar and compatible label printers
cd pbm2lwxl
# Program file
install -m 0755 *2lwxl %{buildroot}%{_bindir}
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/DymoCoStarAvery-LabelPrinters
cp -ax README *.html \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/DymoCoStarAvery-LabelPrinters
cd ..

%ifarch %{ix86}
# Samsung ML-85G and QL-85G winprinters
cd ml85p-*
# Program file
install -m 4750 ml85p %{buildroot}%{_bindir}
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/SamsungML-85G
cp -ax COPYING NEWS README THANKS ml85-print ml85-test ml85p-*.lsm \
	printcap \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/SamsungML-85G
cd ..
%endif

# Filter for the Lexmark Z42
cd drv_z42/src
# Program file
install -s -m 755 z42_cmyk %{buildroot}%{_bindir}
cd ../z42tool/
%makeinstall
cd ..
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/LexmarkZ42
cp -ax COPYING README FAQ ChangeLog \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/LexmarkZ42
cp -ax z42tool/README \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/LexmarkZ42/README.z42tool
cd ..

# GhostScript wrapper for the Pentax PocketJet printers
cd pentaxpj
# Program files
install -d %{buildroot}%{_libdir}/pentaxpj
cp -a BWidget-1.3.1 pentaxpj pentaxsetup pentax.xpm test-page.ps.gz\
	%{buildroot}%{_libdir}/pentaxpj
ln -s %{_libdir}/pentaxpj/pentaxsetup %{buildroot}%{_sbindir}
ln -s %{_libdir}/pentaxpj/pentaxpj %{buildroot}%{_bindir}
cat > %{buildroot}%{_sysconfdir}/pentaxpj.conf <<EOF
#
set settings(driverpath) %{_libdir}/pentaxpj
EOF
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/PentaxPocketJet
cp -ax README \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/PentaxPocketJet
cd ..

# Unix driver for MicroDry Printers
cd ppmtomd*
# Program files
install -m 0755 ppmtomd %{buildroot}%{_bindir}
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/MicroDryPrinters
cp -ax LICENCE \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/MicroDryPrinters
cp ppmtomd.man %{buildroot}%{_mandir}/man1/ppmtomd.1
cd ..

# Mtink - Printer maintenance/ink monitoring for Epson inkjets
cd mtink*
# Program files
install -d %{buildroot}%{_prefix}/lib/cups/backend
install -m 0755 mtink %{buildroot}%{_bindir}
install -m 0755 ttink %{buildroot}%{_bindir}
install -m 0755 mtinkc %{buildroot}%{_bindir}
install -m 0755 mtinkd %{buildroot}%{_sbindir}
install -m 0755 etc/mtink %{buildroot}%{_initrddir}
install -m 0755 etc/installInitScript.sh %{buildroot}%{_sbindir}/mtink-installInitScript
install -m 0755 detect/askPrinter %{buildroot}%{_sbindir}
install -m 0755 etc/mtink-cups %{buildroot}%{_prefix}/lib/cups/backend/mtink
install -m 0755 gimp-mtink %{buildroot}%{_libdir}/gimp/2.0/plug-ins/
install -d %{buildroot}/var/mtink
# Documentation
install -d %{buildroot}%{_docdir}/printer-utils-%{version}/EpsonInkjetMaintenance
cp -ax CHANGE.LOG doc/* \
	%{buildroot}%{_docdir}/printer-utils-%{version}/EpsonInkjetMaintenance
cp -ax etc/readme %{buildroot}%{_docdir}/printer-utils-%{version}/EpsonInkjetMaintenance/README.mtinkd.startup
cd ..

# Poster - Poster-printing on stndard sized paper 
cd poster*
# Program files
install -m 0755 poster %{buildroot}%{_bindir}
# Documentation
cp poster.1 %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_docdir}/printer-utils-%{version}/PosterPrinting
cp -ax ChangeLog README COPYING \
	%{buildroot}%{_docdir}/printer-utils-%{version}/PosterPrinting
cd ..

# Driver for HP LaserJet 1000

# Program files
install -m 0755 pbmtozjs %{buildroot}%{_bindir}
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/HPLaserJet1000
cp -ax pbmtozjs.txt \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/HPLaserJet1000

# Driver for Zenographics-based printers (Minolta magicolor DL series, HP
# LaserJet 1000, 1005, 1018, 1020, 1022, Color LaserJet 1600, 2600)
cd foo2zjs*
# Program files
install -m 0755 foo2zjs %{buildroot}%{_bindir}
install -m 0755 foo2zjs-wrapper %{buildroot}%{_bindir}
install -m 0755 foo2hp %{buildroot}%{_bindir}
install -m 0755 foo2hp2600-wrapper %{buildroot}%{_bindir}
install -m 0755 zjsdecode %{buildroot}%{_bindir}
install -m 0755 arm2hpdl %{buildroot}%{_bindir}
install -m 0755 okidecode %{buildroot}%{_bindir}
%if %mdkversion < 200700
install -m 0755 msexpand %{buildroot}%{_bindir}
%endif
#install -m 0755 jbg2pbm %{buildroot}%{_bindir}
install -m 0755 getweb %{buildroot}%{_bindir}/foo2zjs-getweb
install -m 0755 icc2ps/foo2zjs-icc2ps %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/foo2zjs
install -d %{buildroot}%{_datadir}/foo2hp
install -d %{buildroot}%{_datadir}/foo2zjs/crd
install -d %{buildroot}%{_datadir}/foo2hp/psfiles
install -m 0644 gamma*.ps %{buildroot}%{_datadir}/foo2zjs
cp crd/*.* %{buildroot}%{_datadir}/foo2zjs/crd
cp crd/*.ps %{buildroot}%{_datadir}/foo2hp/psfiles
install -m 0755 usb_printerid %{buildroot}%{_sbindir}
install -m 0755 hplj1000 %{buildroot}%{_sbindir}
perl -p -i -e 's:\./(getweb):foo2zjs-$1:g' %{buildroot}%{_sbindir}/hplj1000
perl -p -i -e 's:/bin(/usb_printerid):%{_sbindir}$1:g' %{buildroot}%{_sbindir}/hplj1000
ln -s %{_sbindir}/hplj1000 %{buildroot}%{_sbindir}/hplj1005
ln -s %{_sbindir}/hplj1000 %{buildroot}%{_sbindir}/hplj1018
ln -s %{_sbindir}/hplj1000 %{buildroot}%{_sbindir}/hplj1020
mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d
install -m 0644 hplj10xx.rules %{buildroot}%{_sysconfdir}/udev/rules.d/70-hplj10xx.rules
perl -p -i -e 's:/etc/hotplug/usb:%{_sbindir}:' %{buildroot}%{_sysconfdir}/udev/rules.d/70-hplj10xx.rules
for dir in driver opt; do \
install -c -m 644 foomatic-db/$dir/foo2[hz]*.xml \
	%{buildroot}%{_datadir}/foomatic/db/source/$dir/; \
done
install -d %{buildroot}%{_datadir}/foo2zjs/icm
install -d %{buildroot}%{_datadir}/foo2hp/icm
ln -s /etc/printer %{buildroot}%{_datadir}/foo2zjs/firmware
ln -s /etc/printer %{buildroot}%{_datadir}/firmware
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/foo2zjs
cp -ax COPYING ChangeLog INSTALL INSTALL.usb README \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/foo2zjs
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/foo2zjs/icc2ps
cp -ax icc2ps/[ACR]* \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/foo2zjs/icc2ps
cp foo2[hz]*.1 zjs*.1 %{buildroot}%{_mandir}/man1/
cd ..

# Driver for Epson EPL "L" series
cd epsonepl*
# Program files
%makeinstall
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/EpsonEPL_L_Series
cp -ax ChangeLog epl_docs FAQ LIMITATIONS README \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/EpsonEPL_L_Series
cd ..

# Driver for Lexmark X125 (only printing)
# Program files
install -m 0755 drv_x125/src/x125_cmyk %{buildroot}%{_bindir}
install -m 0755 drv_x125/src/x125_cmyk_print.sh %{buildroot}%{_bindir}
install -m 0755 drv_x125_network/src/x125_network %{buildroot}%{_bindir}
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/LexmarkX125
cd drv_x125
cp -ax ChangeLog FAQ INSTALL LICENSE README src/*.ps \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/LexmarkX125
cd ..
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/LexmarkX125/drv_x125_network
cd drv_x125_network
cp -ax ChangeLog FAQ INSTALL LICENSE README \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/LexmarkX125/drv_x125_network
cd ..

%ifarch %{ix86}
# Driver for Canon LBP-460/660
cd lbp660*
# Program files
install -m 0755 lbp660 %{buildroot}%{_bindir}
install -m 0755 lbp[46]60-* %{buildroot}%{_bindir}
# PPD files
install -d %{buildroot}%{_datadir}/cups/model/lbp660
cp ppd/*.ppd %{buildroot}%{_datadir}/cups/model/lbp660
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/CanonLBP-460-660
cp -ax COPYING NEWS README THANKS TODO \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/CanonLBP-460-660
cd ..
%endif

# Driver for Canon LBP-810/1120
cd capt*
# Program files
install -m 0755 capt %{buildroot}%{_bindir}
install -m 0755 capt-* %{buildroot}%{_bindir}
# PPD files
install -d %{buildroot}%{_datadir}/cups/model/capt
cp ppd/*.ppd %{buildroot}%{_datadir}/cups/model/capt
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/CanonLBP-810-1120
cp -ax COPYING NEWS README SPECS THANKS TODO \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/CanonLBP-810-1120
cd ..

# Driver for Lexmark X74/X75
cd lxx74*
# Program files
install -m 0755 rastertolxx74 %{buildroot}%{_prefix}/lib/cups/filter/rastertolxx74.bin
install -m 0644 self-portrait.out.gz %{buildroot}%{_datadir}/cups/data/self-portrait.out.gz
cat << EOF > %{buildroot}%{_prefix}/lib/cups/filter/rastertolxx74
#!/bin/bash
export self_portrait="%{_datadir}/cups/data/self-portrait.out.gz"
exec %{_prefix}/lib/cups/filter/rastertolxx74.bin "\$@"
EOF
chmod 755 %{buildroot}%{_prefix}/lib/cups/filter/rastertolxx74
install -m 0644 lxx74.types %{buildroot}%{_sysconfdir}/cups
install -m 0644 lxx74.convs %{buildroot}%{_sysconfdir}/cups
# PPD files
install -d %{buildroot}%{_datadir}/cups/model/lxx74
cp *.ppd* %{buildroot}%{_datadir}/cups/model/lxx74
# Documentation
#install -d %{buildroot}%{_docdir}/cups-drivers-%{version}/LexmarkX74X75
#cp -ax INSTALL LICENSE README lpoptions \
#	%{buildroot}%{_docdir}/cups-drivers-%{version}/LexmarkX74X75
cd ..

# Driver for Minolta magicolor 2300W
cd m2300w*
%makeinstall INSTROOT=%{buildroot}
for dir in driver opt; do \
install -c -m 644 foomatic/$dir/*.xml \
	%{buildroot}%{_datadir}/foomatic/db/source/$dir/; \
done
# Move documentation to the correct place
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/
mv %{buildroot}%{_docdir}/m2300w* %{buildroot}%{_docdir}/printer-filters-doc-%{version}/MinoltaMagicolor2300W
cd ..

# Driver for Minolta PagePro 12xxW, 13xxW, and 14xxW
cd min12xxw*
# Program files
install -m 0755 min12xxw %{buildroot}%{_bindir}
install -m 0755 esc-m %{buildroot}%{_bindir}
# Documentation
install -m 0644 min12xxw.1* %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/MinoltaPagePro12xxW_13xxW_14xxW
cp -ax COPYING README ChangeLog FAQ INSTALL NEWS format.txt usblogs \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/MinoltaPagePro12xxW_13xxW_14xxW
cd ..

# Driver for Casio USB label printers
cd pegg-*
# Program files
install -m 0755 pegg %{buildroot}%{_bindir}
# Documentation
install -m 0644 pegg.1.gz %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/CasioUSBLabelPrinters/pegg
cp -ax LICENSE README CHANGELOG INSTALL test_raw \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/CasioUSBLabelPrinters/pegg
cd ..
cd pegg_el-*/src
# Program files
install -m 0755 pegg_el %{buildroot}%{_bindir}
# Documentation
install -m 0644 pegg_el.1.gz %{buildroot}%{_mandir}/man1
cd ..
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/CasioUSBLabelPrinters/pegg_el
cp -ax TODO LICENSE README INSTALL src/test_raw \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/CasioUSBLabelPrinters/pegg_el
cd ..
cd xbm2crw*
# Program files
install -m 0755 xbm2crw %{buildroot}%{_bindir}
#install -m 0755 html2crw.sh %{buildroot}%{_bindir}
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/CasioUSBLabelPrinters/xbm2crw
cp -ax LICENSE README template.xbm \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/CasioUSBLabelPrinters/xbm2crw
cd ..
cd cups2pegg*/src
# Program files
install -m 0755 cups2pegg %{buildroot}%{_prefix}/lib/cups/backend
# PPD files
install -d %{buildroot}%{_datadir}/cups/model/pegg
cp ppd/*.ppd* %{buildroot}%{_datadir}/cups/model/pegg
cd ..
# Documentation
install -d %{buildroot}%{_docdir}/cups-drivers-%{version}/CasioUSBLabelPrinters/cups2pegg
cp -ax LICENSE *.html *.png \
	%{buildroot}%{_docdir}/cups-drivers-%{version}/CasioUSBLabelPrinters/cups2pegg
cd ..

# Drivers for the Konica Minolta magicolor DL series supplied by Konica
# Minolta
for d in magicolor????DL*; do
	cd $d
	# Program files
	make DESTDIR=%{buildroot} install
	# Documentation
	n=`echo $d | perl -e '$s = <>; $s =~ /magicolor(\d+)DL/i; print "$1"'`
	install -d %{buildroot}%{_docdir}/cups-drivers-%{version}/KonicaMinoltaMagicolor${n}DL
	cp -ax AUTHORS COPYING ChangeLog kmlf.spec \
	%{buildroot}%{_docdir}/cups-drivers-%{version}/KonicaMinoltaMagicolor${n}DL
	cd ..
done
rm -f %{buildroot}%{_datadir}/KONICA_MINOLTA/*/COPYING
install -m 644 magicolor2430DL*/src/km2300dl.ppd.gz %{buildroot}%{_datadir}/cups/model/KONICA_MINOLTA

# Driver for Brother P-Touch label printers
cd ptouch-driver*
# Program files
install -m 0755 rastertoptch %{buildroot}%{_bindir}
# Foomatic data
for dir in driver opt; do \
install -c -m 644 $dir/*.xml \
	%{buildroot}%{_datadir}/foomatic/db/source/$dir/; \
done
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/BrotherPTouch
cp AUTHORS ChangeLog COPYING INSTALL NEWS README %{buildroot}%{_docdir}/printer-filters-doc-%{version}/BrotherPTouch
cd ..

# Driver for Kyocera GDI printers: Kyocera FS-1016MFP
cd foo2kyo*
# Program files
install -m 0755 foo2kyo %{buildroot}%{_bindir}
install -m 0755 foo2kyo-wrapper %{buildroot}%{_bindir}
for dir in driver opt; do \
install -c -m 644 foomatic-db/$dir/foo2kyo*.xml \
	%{buildroot}%{_datadir}/foomatic/db/source/$dir/; \
done
# Documentation
install -d %{buildroot}%{_docdir}/printer-filters-doc-%{version}/foo2kyo
cp -ax COPYING jbig.doc \
	%{buildroot}%{_docdir}/printer-filters-doc-%{version}/foo2kyo
cd ..

# Driver for Samsung SPL2 printers
cd splix*
# Program files
install -m 755 -s src/rastertospl2 %{buildroot}%{_prefix}/lib/cups/filter/
# PPD files
install -d %{buildroot}%{_datadir}/cups/model/samsung
cp ppd/*.ppd* %{buildroot}%{_datadir}/cups/model/samsung
# Documentation
install -d %{buildroot}%{_docdir}/cups-drivers-%{version}/SamsungSPL2
cp -ax AUTHORS ChangeLog COPYING INSTALL README TODO \
	%{buildroot}%{_docdir}/cups-drivers-%{version}/SamsungSPL2
cd ..


# Tool for uploading the firmware on the HP LaserJet 1000S
install -m 0755 hp1000fw %{buildroot}%{_bindir}
# Make hp1000fw called by udev
#mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d
#install -m 0644 udev-hp1000fw.rules %{buildroot}%{_sysconfdir}/udev/rules.d/70-hp1000fw.rules

install -d %{buildroot}%{_sysconfdir}/printer
# Tools for reading USB device ID strings
install -m 0755 usb_id_test %{buildroot}%{_bindir}
install -m 0755 getusbprinterid %{buildroot}%{_bindir}

# Correct permissions of PPD file directory
chmod -R u+w,a+rX %{buildroot}%{_datadir}/cups/model

# "cleanppd.pl" removes unwished PPD files fixes broken manufacturer
# entries, and cleans lines which contain only spaces and tabs.

# Uncompress Perl script for cleaning up the PPD files
bzcat %{SOURCE201} > ./cleanppd.pl
chmod a+rx ./cleanppd.pl
# Do the clean-up
find %{buildroot}%{_datadir}/cups/model -name "*.ppd" -exec ./cleanppd.pl '{}' \;
# Remove PPDs which are not Adobe-compliant and therefore not working with
# CUPS 1.1.20
for ppd in `find %{buildroot}%{_datadir}/cups/model -name "*.ppd.gz" -print`; do cupstestppd -q $ppd || (rm -f $ppd && echo "$ppd not Adobe-compliant. Deleted."); done

# Correct permissions for all documentation files
chmod -R a+rX %{buildroot}%{_docdir}
chmod -R go-w %{buildroot}%{_docdir}
chmod -R u+w %{buildroot}%{_docdir}

%files -n printer-filters

%files -n printer-filters-doc

%files -n printer-utils

%files -n cups-drivers


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2008-11
+ Revision: 0281fc8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18577 |14mr|printer-testpages-2006-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name printer-testpages
%define version 2006
%define release 11

##### RPM PROBLEM WORKAROUNDS

# Suppress automatically generated Requires for Perl libraries.
#define _requires_exceptions perl\(.*\)

#define _unpackaged_files_terminate_build       0 
#define _missing_doc_files_terminate_build      0


Summary: Test pages to check the output quality of printers
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Publishing
URL:		http://www.mandriva.com/
BuildArchitectures: noarch

##### PRINTER TESTPAGES BUILDREQUIRES

BuildRequires:	transfig

##### PRINTER TESTPAGES SOURCES

# Mandrivized printer test pages (originals from CUPS and Red Hat)
Source300:	mdk-testpages.tar.bz2
# Photo test page from Gimp-Print and ESP GhostScript
Source302:	cups-profile.jpg.bz2

##### BUILD ROOT

BuildRoot:	%_tmppath/%name-%version-%release-root

##### PACKAGE DESCRIPTION

%description -n printer-testpages
These are sample files to check the output quality of printers. Thers
is the CUPS test page with colour gradients, the Red Hat test page
with image position checks, a photo test page and a text test page.



%prep
# remove old directory
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
mkdir $RPM_BUILD_DIR/%{name}-%{version}

# Red Hat test pages
%setup -q -T -D -a 300 -n %{name}-%{version}

# Photo test page
bzcat %{SOURCE302} > $RPM_BUILD_DIR/%{name}-%{version}/photo-testpage.jpg



%build

cd $RPM_BUILD_DIR/%{name}-%{version}

# Mandrivized CUPS test page
cat testprint.prolog.ps.in MDALINUX-ps1.eps testprint.epilog.ps.in > testprint.ps

# Red Hat test pages: Generate PS files of the XFig drawings
fig2dev -Lps -zLetter testpage.fig testpage.ps
fig2dev -Lps -zA4 testpage-a4.fig testpage-a4.ps



%install

rm -rf $RPM_BUILD_ROOT

# Make directory
install -d $RPM_BUILD_ROOT%{_datadir}/%{name}

cd $RPM_BUILD_DIR/%{name}-%{version}

cp *.ps *.jpg *.asc $RPM_BUILD_ROOT%{_datadir}/printer-testpages



##### FILES

%files
%defattr(-,root,root)
%{_datadir}/printer-testpages



%clean
rm -rf $RPM_BUILD_ROOT




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2006-11
+ Revision: d8862f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18578 |14mr|printer-tools-2008-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Filter-style and IJS printer drivers, printer maintenance utilities
Name:		printer-tools
Version:	2008
Release:	10
License:	GPL
Group:		Publishing
Obsoletes:	ghostscript-utils Lexmark-printer-maintenance
Provides:	ghostscript-utils Lexmark-printer-maintenance
Conflicts:	ghostscript < 8.15
Conflicts:	printer-filters < 2007
URL:		http://www.linuxprinting.org/

# Perl script to clean up Manufacturer entries in the PPD files, so that
# drivers are sorted by the printer Manufacturer in the graphical frontends
Source201: 	cleanppd.pl

# Script to adjust margins and offsets of printed pages
Source75: 	alignmargins
Source175:	align.ps

# Tool for uploading the firmware on the HP LaserJet 1000S
Source85:	http://www.linuxprinting.org/download/printing/hp1000fw

# Tools for reading USB device ID strings
Source87:	http://www.linuxprinting.org/download/printing/usb_id_test.c
Source88:	http://www.linuxprinting.org/download/printing/getusbprinterid.pl
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Tools for printer maintenance: Setting default options for most laser
printers (PJL-capable printers), cartridge changing, head aligning,
ink level checking for inkjet printers. Printing big posters on many 
sheets of standard sized paper (A4, A3, Letter, ...) to be assambled
together (also used by KDE Print to print posters).

%prep

%setup -q -c -T

# Tool for uploading the firmware on the HP LaserJet 1000S
cp %{SOURCE85} hp1000fw

# Tools for reading USB device ID strings
cp %{SOURCE87} usb_id_test.c
cp %{SOURCE88} getusbprinterid

%build

# Tool for reading USB device ID strings
gcc %{optflags} %{ldflags} -o usb_id_test usb_id_test.c

%install
rm -rf %{buildroot}

# Make directories
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}%{_libdir}/gimp/2.0/plug-ins
install -d %{buildroot}%{_prefix}/lib/cups/filter
install -d %{buildroot}%{_prefix}/lib/cups/backend
install -d %{buildroot}%{_datadir}/cups/data
install -d %{buildroot}%{_datadir}/cups/model
install -d %{buildroot}%{_sysconfdir}/cups
install -d %{buildroot}%{_datadir}/foomatic/db/source/printer
install -d %{buildroot}%{_datadir}/foomatic/db/source/driver
install -d %{buildroot}%{_datadir}/foomatic/db/source/opt


# Install margin and offset adjustment script in /usr/sbin
cp %{SOURCE75} %{buildroot}%{_sbindir}/alignmargins

# Adjust path to improved align.ps 
perl -p -i -e 's:/usr/share/ghostscript/\*/lib/align.ps:%{_datadir}/alignmargins/align.ps:' %{buildroot}%{_sbindir}/alignmargins

# Install improved align.ps
install -d %{buildroot}%{_datadir}/alignmargins/
cp %{SOURCE175} %{buildroot}%{_datadir}/alignmargins/align.ps

# Install a script to display the test page on the screen for colour
# adjustment
cat <<EOF > %{buildroot}%{_bindir}/displaytestpage
#!/bin/sh
ps2img="gs -dQUIET -dNOPAUSE -dBATCH -sDEVICE=pnm -r75x75 -sOUTPUTFILE=- -"
testpage=/usr/share/cups/data/testprint.ps

TMPFILE=~/.displaytestpage.pnm
if [ -x /usr/bin/kview ]; then
  cat \$testpage | \$ps2img > \$TMPFILE 
  /usr/bin/kview \$TMPFILE
elif [ -x /usr/bin/ee ]; then
  cat \$testpage | \$ps2img > \$TMPFILE 
  /usr/bin/ee \$TMPFILE
elif [ -x /usr/bin/gqview ]; then
  cat \$testpage | \$ps2img > \$TMPFILE 
  /usr/bin/gqview \$TMPFILE
elif [ -x /usr/bin/xv ]; then
  cat \$testpage | \$ps2img | /usr/bin/xv -
elif [ -x /usr/bin/kghostview ]; then
  /usr/bin/kghostview \$testpage
elif [ -x /usr/X11R6/bin/gv ]; then
  /usr/X11R6/bin/gv \$testpage
elif [ -x /usr/X11R6/bin/ghostview ]; then
  /usr/X11R6/bin/ghostview \$testpage
else
  xmessage "No suitable program for viewing PostScript found, install GhostView, gv, or similar."
  exit 1
fi
rm \$TMPFILE
EOF
chmod a+rx %{buildroot}/usr/bin/displaytestpage

# Tool for uploading the firmware on the HP LaserJet 1000S
install -m 0755 hp1000fw %{buildroot}%{_bindir}

install -d %{buildroot}%{_sysconfdir}/printer

# Tools for reading USB device ID strings
install -m0755 usb_id_test %{buildroot}%{_bindir}
install -m0755 getusbprinterid %{buildroot}%{_bindir}

# "cleanppd.pl" removes unwished PPD files fixes broken manufacturer
# entries, and cleans lines which contain only spaces and tabs.

# Uncompress Perl script for cleaning up the PPD files
#cp %{SOURCE201} ./cleanppd.pl
#chmod a+rx ./cleanppd.pl

# Do the clean-up
#find %{buildroot}%{_datadir}/cups/model -name "*.ppd" -exec ./cleanppd.pl '{}' \;

# Remove PPDs which are not Adobe-compliant and therefore not working with
# CUPS 1.1.20
#for ppd in `find %{buildroot}%{_datadir}/cups/model -name "*.ppd.gz" -print`; do cupstestppd -q $ppd || (rm -f $ppd && echo "$ppd not Adobe-compliant. Deleted."); done


%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%attr(0755,root,root) %{_sbindir}/alignmargins
%attr(0755,root,root) %{_bindir}/hp1000fw
%attr(0755,root,root) %{_bindir}/displaytestpage
%attr(0755,root,root) %{_bindir}/usb_id_test
%attr(0755,root,root) %{_bindir}/getusbprinterid
%{_datadir}/alignmargins



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2008-10
+ Revision: 8b60b0d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18579 |14mr|prism2-utils-0.2.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pretag	0
%if %pretag
%define distname linux-wlan-ng-%{version}-%{pretag}
%else
%define distname linux-wlan-ng-%{version}
%endif

Summary: 	Utilities from the linux-wlan-ng project

Name: 		prism2-utils
Version: 	0.2.9
Release: 	3
URL:		http://www.linux-wlan.com/linux-wlan/
Source0: 	ftp://ftp.linux-wlan.org:21/pub/linux-wlan-ng/linux-wlan-ng-%{version}.tar.bz2
Patch0:		linux-wlan-ng-0.2.9-udev.patch
Patch1:		linux-wlan-ng-0.2.9-rpmfiles.patch
Patch2:		linux-wlan-ng-0.2.8-disable_kernel_driver_build.patch
Patch3:		linux-wlan-ng-0.2.9-udev-typo.patch
License: 	MPL
Group: 		System/Kernel and hardware
BuildRequires: 	kernel-source-latest
BuildRequires: 	kernel-devel
Provides:	linux-wlan-ng

%description
Tools for configuring the prism2 drivers for wireless network
cards using Intersil's Prism2/2.5/3 chipsets.

%prep
%setup -q -n %{distname}
%patch0 -p1 -b .udev
%patch1 -p1 -b .rpmfiles
%patch2 -p1 -b .disable_kernel_driver_build
%patch3 -p1 -b .udev.typo

# sed config.in for PCMCIA=n and TARGET_ROOT_ON_HOST=installdir
sed -e 's%PRISM2_PCMCIA=y%PRISM2_PCMCIA=n%g' config.in |\
sed -e s%TARGET_ROOT_ON_HOST=%TARGET_ROOT_ON_HOST=%{buildroot}%g > x
mv x config.in

make auto_config

# Mandriva has the drivers in the kernel, so we don't want to build
# them here, just the utils.

sed -e 's/p80211 prism2//g' src/Makefile > m
mv src/Makefile src/Makefile.prev
mv m src/Makefile

# want the config scripts for both fixed and cs versions to be
# installed for eventual use by drakconnect. hack the makefiles in etc.

sed -e 's%$(PRISM2_PLX)%y%g' etc/Makefile > m
mv m etc/Makefile
sed -e 's%$(PRISM2_PCMCIA)%y%g' etc/pcmcia/Makefile > m
mv m etc/pcmcia/Makefile

# fix man page location
perl -p -i -e 's|/usr/local/man|/usr/share/man||g' man/Makefile

%build

# use the headers from the Mandriva kernel
CFLAGS=-I/usr/src/linux/3rdparty/prism25/include make all

# make all

%install
# have to specify TARGET_PCMCIA_DIR since we want the config
# files even though we didn't build the driver.
TARGET_PCMCIA_DIR=%{buildroot}/etc/pcmcia make install
install -m 644 src/prism2/shared.prism2 %{buildroot}/etc/wlan/
install -d -m755 %{buildroot}/etc/udev/rules.d
install -m 644 etc/udev/rules.d/40-prism2.rules %{buildroot}/etc/udev/rules.d

# how did this get there?
rm -f %{buildroot}/etc/shared

%post
# disable wlan service by default, drakconnect should enable
# it when necessary.
chkconfig --del wlan

%clean

%files
%doc CHANGES COPYING FAQ LICENSE README THANKS TODO
%{_mandir}/man1/*
/sbin/*
%{_initrddir}/wlan
%{_sysconfdir}/wlan/shared
%config(noreplace) %{_sysconfdir}/pcmcia/wlan-ng
%config(noreplace) %{_sysconfdir}/pcmcia/wlan-ng.conf
%config(noreplace) %{_sysconfdir}/wlan/shared?*
%config(noreplace) %{_sysconfdir}/wlan/wlan-udev.sh
%config(noreplace) %{_sysconfdir}/wlan/wlan.conf
%attr(755,root,root) %config(noreplace) %{_sysconfdir}/wlan/wlancfg-DEFAULT
%config(noreplace) %{_sysconfdir}/udev/rules.d/40-prism2.rules


%changelog
* Wed Jul 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.2.9-3
+ Revision: cf108e0
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18580 |14mr|prison-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d


Name:		prison
Group:		Development/C++
Summary:	Prison is a Qt based barcode abstraction layer/library
Version:	1.0
Release:	3
License: 	MIT
Url:		https://projects.kde.org/projects/kdesupport/prison
Source0:	ftp://ftp.kde.org/pub/kde/stable/prison/1.0/src/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	qrencode-devel
BuildRequires:	libdmtx-devel

%description
Prison is a Qt based barcode abstraction layer/library and provides
uniform access to generation of barcodes with data.

#-------------------------------------------------------------------------------
%package -n %{libname}
Summary:	Prison library
Group:		System/Libraries

%description -n %{libname}
Library for %{name}.

Prison is a Qt based barcode abstraction layer/library and provides
uniform access to generation of barcodes with data.

%files -n %{libname}
%{_libdir}/libprison.so.%{major}*

#-------------------------------------------------------------------------------
%package -n %{develname}
Summary:	Prison development files
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for applications that use %{name}.

Prison is a Qt based barcode abstraction layer/library and provides
uniform access to generation of barcodes with data.

%files -n %{develname}
%doc LICENSE
%{_includedir}/%{name}
%{_libdir}/libprison.so
%{_libdir}/cmake/Prison

#-------------------------------------------------------------------------------
%prep
%setup -q

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: b070760
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18581 |14mr|procinfo-18-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	A tool for gathering and displaying system information
Name: 		procinfo
Version:	18
Release:	15
License: 	GPL
Group: 		Monitoring
URL:		http://freshmeat.net/projects/procinfo
Source: 	ftp://ftp.cistron.nl/pub/people/svm/procinfo-%{version}.tar.bz2
Patch0:		procinfo-14-misc.patch
Patch3:		procinfo-17-mandir.patch
Patch5:		procinfo-17-uptime.patch
Patch6:		procinfo-17-lsdev.patch
Patch7:		procinfo-18-acct.patch
Patch8:		procinfo-18-mharris-use-sysconf.patch
Patch9:		procinfo-18-maxdev.patch
Patch10:	procinfo-18-ranges.patch
Patch11:	procinfo-18-cpu-steal.patch
Patch12:	procinfo-18-intr.patch
BuildRequires: 	ncurses-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The procinfo command gets system data from the /proc directory (the kernel
filesystem), formats it and displays it on standard output. You can use
procinfo to acquire information about your system from the kernel as it is
running.

Install procinfo if you'd like to use it to gather and display system data.

%prep

%setup -q
%patch0 -p1 -b .misc
%patch3 -p1 -b .mandir
%patch5 -p1 -b .uptime
%patch6 -p1 -b .lsdev
%patch7 -p1 -b .acct
%patch8 -p1 -b .mharris-use-sysconf
%patch9 -p1 -b .maxdev
%patch10 -p1 -b .ranges
%patch11 -p1 -b .steal
%patch12 -p1 -b .intr

%build
%make RPM_OPT_FLAGS="%{optflags} -I/usr/include/ncurses" LDFLAGS="%{ldflags}" LDLIBS="-lncurses"

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man8}
perl -p -i -e 's/-o 0 -g 0//g' Makefile
perl -p -i -e 's!/man/!/share/man/!g' Makefile
perl -p -i -e 's!$(prefix)/man!'%{buildroot}'%{_mandir}!g' Makefile
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README CHANGES
%{_bindir}/procinfo
%{_bindir}/lsdev
%{_bindir}/socklist
%{_mandir}/man8/procinfo.8*
%{_mandir}/man8/lsdev.8*
%{_mandir}/man8/socklist.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 18-15
+ Revision: 6b0de96
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18582 |14mr|procmail-3.22-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The procmail mail processing program
Name:		procmail
Version:	3.22
Release:	19
License:	GPL/Artistic
Group:		System/Servers
URL:		http://www.procmail.org
Source0:	ftp://ftp.procmail.org/pub/procmail/%{name}-%{version}.tar.bz2
Patch1:		%{name}-3.22-lockf.patch
Patch2:		%{name}-3.22-pixelpb.patch
Patch3:		%{name}-3.22-benchmark.patch
# Fix #27484: explictly define sendmail's location as it's not
# installed when we build procmail so it can't detect it - AdamW
# 2008/03 (thanks Snowbat)
Patch4:		procmail-3.22-defsendmail.patch
# patch from fedora
Patch5:		procmail-3.22-getline.patch
Provides:	MailTransportAgent
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The procmail program is used by Mandriva Linux for all local mail
delivery. In addition to just delivering mail, procmail can be used
for automatic filtering, presorting and other mail handling jobs.
Procmail is also the basis for the SmartList mailing list processor.

%prep

%setup -q
%patch1 -p1 -b .lockf
%patch2 -p1 -b .warly
%patch3 -p1 -b .bench
%patch4 -p1 -b .defsendmail
%patch5 -p1 -b .readline

find . -type d -exec chmod 755 {} \;

%build
echo -n -e "\n"|  %make CFLAGS0="%{optflags}" LDFLAGS0="%{ldflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/{man1,man5}

make \
    BASENAME=%{buildroot}%{_prefix} \
    install.bin install.man

#move the man pages
mv %{buildroot}/usr/man/man1/* %{buildroot}%{_mandir}/man1/
mv %{buildroot}/usr/man/man5/* %{buildroot}%{_mandir}/man5/

## duplicate in /usr/bin
rm -f examples/mailstat

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc FAQ HISTORY README KNOWN_BUGS FEATURES examples
%attr(6755,root,mail) %{_bindir}/procmail
%attr(2755,root,mail) %{_bindir}/lockfile
%{_bindir}/formail
%{_bindir}/mailstat
%{_mandir}/man1/*1*
%{_mandir}/man5/*5*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.22-19
+ Revision: a21a80a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18583 |14mr|procps-3.2.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major_version	3
%define minor_version	2
%define revision	8

Summary:	Utilities for monitoring your system and processes on your system
Name:		procps
Version:	%{major_version}.%{minor_version}.%{revision}
Release:	8
License:	GPL
Group:		Monitoring
BuildRequires:	ncurses-devel
Patch0:		procps-3.2.3-sysctlshutup.patch
Patch2:		procps-3.2.7-dont-strip.patch
Patch3:		procps-3.2.5-top-rc.patch
Patch4:		procps-3.2.5-sysctl-writeonly.patch
Patch5:    	procps-3.2.7-fix-format-string.patch
Patch6:		procps-3.2.7-sysctl-ignore.patch
# (bor) two patches based of Fedora to add cgroup support
Patch7:		procps-3.2.8-ps-cgroup.patch
Patch8:		procps-3.2.8-ps-cgroup-suppress-root-group.patch
# (bor) glob order is non-determistic; inlucde proc/module.mk before ps
Patch9:		procps-3.2.8-fix-modules.mk-order.patch
# (bor) make sure linux_version is known when we need it
#       it appears order of execution for constructors may change between
#       GCC/binutils/ld versions (not sure who is responsible here)
Patch10:	procps-3.2.8-init_Linux_version-before-init_libproc.patch
URL:		http://procps.sf.net/
Source:		http://procps.sourceforge.net/%name-%version.tar.gz
BuildRoot:	%_tmppath/%name-root
Provides:	libproc.so.%{major_version}.%{minor_version} procps3
Obsoletes:	procps3
Requires(post): /bin/rm

%description
The procps package contains a set of system utilities which provide system
information.

Procps includes ps, free, skill, snice, tload, top, uptime, vmstat, w
and watch.

  * The ps command displays a snapshot of running processes.
  * The top command provides a repetitive update of the statuses of running
    processes.
  * The free command displays the amounts of free and used memory on your
    system.
  * The skill command sends a terminate command (or another specified signal)
    to a specified set of processes.
  * The snice command is used to change the scheduling priority of specified
    processes.
  * The tload command prints a graph of the current system load average to a
    specified tty.
  * The uptime command displays the current time, how long the system has been
    running, how many users are logged on and system load averages for the past
    one, five and fifteen minutes. 
  * The w command displays a list of the users who are currently logged on and
    what they're running.
  * The watch program watches a running program.
  * The vmstat command displays virtual memory statistics about processes,
    memory, paging, block I/O, traps and CPU activity.


%package devel
Group:		Development/C
Summary:	An X based system message monitoring utility
Requires:	%name = %version

%description devel
Development headers and library for the proc library.

%prep
%setup -q
%patch0 -p0 -b .sysctl
%patch2 -p1 -b .dont-strip
%patch3 -p1 -b .top-rc
%patch4 -p1 -b .sysctl-write-only
%patch5 -p0
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1

%build
make CFLAGS="$RPM_OPT_FLAGS"

%install
PATH=/sbin:$PATH
rm -rf %{buildroot}

%makeinstall_std ldconfig=/bin/true install="install -D" lib="%{buildroot}/%{_lib}/"

rm -f %{buildroot}/%{_mandir}/man1/kill.1*

mkdir -p %{buildroot}%{_includedir}/procps
install -m 644 proc/*.h %{buildroot}%{_includedir}/procps
# This would conflict with util-linux:
mv %{buildroot}/bin/{,procps3-}kill
mv %{buildroot}%{_bindir}/free %{buildroot}/bin
ln -s ../../bin/free %{buildroot}%{_bindir}/free

ln -s libproc-%version.so %{buildroot}/%_lib/libproc.so

# quiet spec-helper:
chmod +w %{buildroot}/{bin,sbin,usr/bin,%_lib}/*

%clean
rm -rf %{buildroot}

%post 
%if %mdkversion < 200900
/sbin/ldconfig
%endif
# remove obsolete files
rm -f /etc/psdevtab /etc/psdatabase

%if %mdkversion < 200900
%postun -p /sbin/ldconfig
%endif

%files

%defattr(-,root,root)
%doc NEWS BUGS TODO
/%{_lib}/libproc-*.so
/bin/procps3-kill
/bin/ps
/bin/free
/sbin/sysctl
%_bindir/free
%_bindir/pgrep
%_bindir/pmap
%_bindir/pwdx
%_bindir/pkill
%_bindir/skill
%_bindir/slabtop
%_bindir/snice
%_bindir/tload
%_bindir/top
%_bindir/uptime
%_bindir/vmstat
%_bindir/w
%_bindir/watch

%_mandir/man1/free.1*
%_mandir/man1/pgrep.1*
%_mandir/man1/pkill.1*
%_mandir/man1/pmap.1*
%_mandir/man1/ps.1*
%_mandir/man1/pwdx.1*
%_mandir/man1/skill.1*
%_mandir/man1/slabtop.1*
%_mandir/man1/snice.1*
%_mandir/man1/tload.1*
%_mandir/man1/top.1*
%_mandir/man1/uptime.1*
%_mandir/man1/w.1*
%_mandir/man1/watch.1*

%_mandir/man5/sysctl.conf.5*

%_mandir/man8/sysctl.8*
%_mandir/man8/vmstat.8*

%files devel
%defattr(-,root,root)
%{_includedir}/procps/*
/%_lib/libproc.so





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.8-8
+ Revision: de5155a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18584 |14mr|proftpd-1.3.4a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define _localstatedir 	 /var/run

%define mod_gss_version 1.3.3
%define mod_autohost_version 0.3
%define mod_case_version 0.4
%define mod_time_version 2.2.1
%define mod_vroot_version 0.9.2

Summary:	Professional FTP Server
Name:		proftpd
Version:	1.3.4a
Release:	4
License:	GPL
Group:		System/Servers
URL:		http://proftpd.org/
Source0:	ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz
Source1:	proftpd.logrotate
Source2: 	proftpd.xinetd
Source3:	proftpd.init
Source4:	proftpd.service
Source5:	basic.conf
Source7:	welcome.msg
Source32:	32_mod_shaper.conf
# http://sourceforge.net/projects/gssmod/
Source100:	http://prdownloads.sourceforge.net/gssmod/mod_gss-%{mod_gss_version}.tar.gz
# from http://www.castaglia.org/proftpd/
Source102:	http://www.castaglia.org/proftpd/modules/proftpd-mod-autohost-%{mod_autohost_version}.tar.gz
Source103:	http://www.castaglia.org/proftpd/modules/proftpd-mod-case-%{mod_case_version}.tar.gz
Source105:	http://www.castaglia.org/proftpd/modules/proftpd-mod-time-%{mod_time_version}.tar.bz2
Source108:	http://www.castaglia.org/proftpd/modules/proftpd-mod-vroot-%{mod_vroot_version}.tar.gz
Source200:	anonymous.conf
Patch0:		proftpd-1.3.0-xferstats_logfile_location.diff
# (pixel): i kept the /lib/security/*.so instead of *.so in the patch to have a smaller patch
# (pixel): spec-helper will clean it up
Patch2:		proftpd-use-system-auth-instead-of-pam_unix.diff
Patch4:		proftpd-1.3.0-installfix.diff
Patch7:		proftpd-1.3.0-change_pam_name.diff
Patch8:		proftpd-1.3.2-mod_time_fix.diff
Patch10:	proftpd-1.3.3c-verbose_tests.diff
Patch11:	proftpd-1.3.4a-mod_autohost_buildfix.diff
Patch40:	mod_gss-1.3.0-format_not_a_string_literal_and_no_format_arguments.diff
Patch41:	mod_time-format_not_a_string_literal_and_no_format_arguments.diff
Patch42:	proftpd-1.3.3c-no_-ldes425.diff
Requires:	pam >= 0.59
Requires:	setup >= 2.2.0-21mdk
Requires(post): rpm-helper
Requires(postun): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
BuildRequires:	cap-devel
BuildRequires:	gettext-devel
BuildRequires:	acl-devel
BuildRequires:	attr-devel
BuildRequires:	krb5-devel
BuildRequires:	libtool
BuildRequires:	libtool-devel
BuildRequires:	mysql-devel
BuildRequires:	ncurses-devel
BuildRequires:	openldap-devel
BuildRequires:	openssl-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig
BuildRequires:	postgresql-libs-devel
BuildRequires:	sasl-plug-gssapi
BuildRequires:	sqlite3-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	zlib-devel
BuildRequires:	memcached-devel >= 0.41
BuildRequires:	pcre-devel
BuildRequires:	libmemcached-devel
Provides:	ftpserver
Conflicts:	wu-ftpd
Conflicts:	pure-ftpd
Conflicts:	ncftpd
Conflicts:	anonftp
# for the test suite
# disabled for now but kept here for reference
#BuildRequires:	check-devel perl-Test-Unit perl-Error

%description
ProFTPd is an enhanced FTP server with a focus toward simplicity, security, and
ease of configuration.  It features a very Apache-like configuration syntax,
and a highly customizable server infrastructure, including support for multiple
'virtual' FTP servers, anonymous FTP, and permission-based directory
visibility.

This version supports both standalone and xinetd operation.

%package	devel
Summary:	Development files for ProFTPD
Group:		Development/C

%description	devel
This package contains the development headers for ProFTPD

%package	mod_ctrls_admin
Summary:	Module implementing admin control handlers
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_ctrls_admin
This module implements administrative control actions for the ftpdctl program.

%package	mod_ifsession
Summary:	Module supporting conditional per-user/group/class configuration contexts
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_ifsession
Module supporting conditional per-user/group/class configuration contexts

%package	mod_ldap
Summary:	LDAP password lookup module for ProFTPD
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_ldap
LDAP password lookup module for ProFTPD

%package	mod_quotatab
Summary:	Module for managing FTP byte/file quotas via centralized tables
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}
Requires:	%{name}-mod_quotatab_driver = %{version}-%{release}

%description	mod_quotatab
Module for managing FTP byte/file quotas via centralized tables

%package	mod_quotatab_file
Summary:	Sub-module for managing quota data via file-based tables
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name}-mod_quotatab = %{version}-%{release}
Provides:	%{name}-mod_quotatab_driver = %{version}-%{release}

%description	mod_quotatab_file
Sub-module for managing quota data via file-based tables

%package	mod_quotatab_ldap
Summary:	Sub-module for obtaining quota information from an LDAP directory
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name}-mod_quotatab = %{version}-%{release}
Provides:	%{name}-mod_quotatab_driver = %{version}-%{release}

%description	mod_quotatab_ldap
Sub-module for obtaining quota information from an LDAP directory

%package	mod_quotatab_sql
Summary:	Sub-module for managing quota data via SQL-based tables
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name}-mod_quotatab = %{version}-%{release}
Provides:	%{name}-mod_quotatab_driver = %{version}-%{release}

%description	mod_quotatab_sql
Sub-module for managing quota data via SQL-based tables

%package	mod_quotatab_radius
Summary:	Sub-module for managing quota data via radius
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name}-mod_quotatab = %{version}-%{release}
Provides:	%{name}-mod_quotatab_driver = %{version}-%{release}

%description	mod_quotatab_radius
Sub-module for managing quota data via radius

%package	mod_radius
Summary:	Module for RADIUS authentication and accounting
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_radius
Module for RADIUS authentication and accounting

%package	mod_ratio
Summary:	Support upload/download ratios
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_ratio
Support upload/download ratios

%package	mod_rewrite
Summary:	Module for rewriting FTP commands
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_rewrite
Module for rewriting FTP commands

%package	mod_site_misc
Summary:	Module implementing miscellaneous SITE commands
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_site_misc
Module implementing miscellaneous SITE commands

%package	mod_sql
Summary:	SQL frontend
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}
Requires:	%{name}-mod_sql_driver = %{version}-%{release}

%description	mod_sql
SQL frontend

%package	mod_sql_mysql
Summary:	Support for connecting to MySQL databases
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name}-mod_sql = %{version}-%{release}
Provides:	%{name}-mod_sql_driver = %{version}-%{release}

%description	mod_sql_mysql
Support for connecting to MySQL databases

%package	mod_sql_postgres
Summary:	Support for connecting to Postgres databases
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name}-mod_sql = %{version}-%{release}
Provides:	%{name}-mod_sql_driver = %{version}-%{release}

%description	mod_sql_postgres
Support for connecting to Postgres databases

%package	mod_sql_sqlite
Summary:	Support for connecting to SQLite3 databases
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name}-mod_sql = %{version}-%{release}
Provides:	%{name}-mod_sql_driver = %{version}-%{release}

%description	mod_sql_sqlite
Support for connecting to SQLite3 databases

%package	mod_sql_passwd
Summary:	Various SQL password handlers
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name}-mod_sql = %{version}-%{release}
Provides:	%{name}-mod_sql_driver = %{version}-%{release}

%description	mod_sql_passwd
Various SQL password handlers

%package	mod_tls
Summary:	An RFC2228 SSL/TLS module for ProFTPD
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_tls
An RFC2228 SSL/TLS module for ProFTPD

%package	mod_tls_shmcache
Summary:	A module which provides a shared SSL session cache using SysV shared memory
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}
Requires:	%{name}-mod_tls = %{version}-%{release}

%description	mod_tls_shmcache
This submodule provides a SysV shared memory-based implementation of an
external SSL session cache for use by the mod_tls module's TLSSessionCache
directive.

%package	mod_tls_memcache
Summary:	A module which provides a shared SSL session cache using memcached servers
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}
Requires:	%{name}-mod_tls = %{version}-%{release}
Suggests:	memcached

%description	mod_tls_memcache
This submodule a memcached-based implementation of an external SSL session
cache for use by the mod_tls module's TLSSessionCache directive.

#%package	mod_facl
#Summary:	POSIX ACL checking code (aka POSIX.1e hell)
#Group:		System/Servers
#Requires:	%{name} >= %{version}-%{release}
#
#%description	mod_facl
#POSIX ACL checking code (aka POSIX.1e hell)

%package	mod_autohost
Summary:	An autohost module for ProFTPD
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_autohost
For sites that run a large number of <VirtualHost>s for proftpd, it can be
cumbersome to configure them all in the proftpd.conf file. Adding or removing
virtual server configurations require restarting the daemon, as do changes to
one of the server configurations. The daemon also consumes memory for each
server configuration, and the memory footprint for the daemon process can grow
large for large numbers of servers.

The mod_autohost module allows for server configurations to be configured in
individual files, and for those configuration to be used in an "on demand"
fashion. Rather than loading the configurations into memory when the daemon
starts up, the daemon will check the IP address and port being contacted by a
connecting client, check in the filesystem for a mod_autohost configuration
file for that address/port, dynamically parse the configuration, and insert
the configuration into the session's process space. Thus changes to the
configuration are seen whenever a client connects, without requiring a daemon
restart. The memory footprint is reduced because proftpd, via mod_autohost,
only reads and uses the needed configuration.

%package	mod_case
Summary:	Makes ProFTPD case insensitive
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_case
The mod_case module is designed to help ProFTPD be case-insensitive, for those
sites that may need it (e.g. those that are migrating from a Windows
environment or have mounted Windows filesystems).

mod_case works by performing two checks on the filename used in FTP commands.
First, mod_case will scan the directory to see if there is already a file whose
name exactly matches the given filename. If not, mod_case will scan the
directory again, this time looking for case-insensitive matches. 

%package	mod_gss
Summary:	A Kerberos 5 GSS module for ProFTPD
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_gss
A Kerberos 5 GSS module for ProFTPD

%package	mod_load
Summary:	A module that determines average load for ProFTPD
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_load
The code for determining load average on a given system is hairy, to say the
least. Unfortunately, it is necessary to do it this way, as there is no
standard method for extracting such information from the kernel. This module
uses code from GNU's make application, which should function properly. If not,
please contact the author as soon as possible.

%package	mod_shaper
Summary:	A shaping module for ProFTPD
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_shaper
The mod_shaper module is designed to split overall rates, both download and
upload, for the proftpd daemon among all connected FTP clients, shaping each
session to use only a portion of the overall rate. mod_shaper shapes both
transmitted traffic, e.g. bits being downloaded via the RETR command, and
received traffic, e.g. bits being uploaded via the APPE, STOR, and STOU
commands.

%package	mod_time
Summary:	Limits acces based on the time of day and/or the day of the week
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_time
This module is designed to allow for limiting FTP commands based on the time of
day and/or the day of the week. A more detailed explanation of the usage of
this module follows the directive explanations.

%package	mod_wrap
Summary:	Provides tcpwrapper-like access control rules for ProFTPD
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}
Requires:	%{name}-mod_wrap_driver = %{version}-%{release}
Requires:	tcp_wrappers

%description	mod_wrap
The mod_wrap package allows the proftpd daemon to provide tcpwrapper-like
access control rules while running in standalone mode. It also allows for those
access rules to be stored in various formats, such as files (e.g.
/etc/hosts.allow and /etc/hosts.deny) or in SQL tables.

The most current version of mod_wrap's submodules supports storage of access
table information in various formats:

 o mod_wrap_file for file-based access tables
 o mod_wrap_sql for SQL-based access tables

%package	mod_wrap_file
Summary:	A file-specific driver for the mod_wrap module for ProFTPD
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}
Provides:	%{name}-mod_wrap_driver = %{version}-%{release}

%description	mod_wrap_file
This submodule provides the file-specific "driver" for storing IP/DNS-based
access control information in files.

%package	mod_wrap_sql
Summary:	A SQL database driver for the mod_wrap module for ProFTPD
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}
Provides:	%{name}-mod_wrap_driver = %{version}-%{release}

%description	mod_wrap_sql
This submodule provides the SQL database "driver" for storing IP/DNS-based
access control information in SQL tables.

%package	mod_ban
Summary:	Adds dynamic "ban" lists to ProFTPD
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_ban
The mod_ban module is designed to add dynamic "ban" lists to proftpd. A ban
prevents the banned user, host, or class from logging in to the server; it does
not prevent the banned user, host, or class from connecting to the server.
mod_ban is not a firewall. The module also provides automatic bans that are
triggered based on configurable criteria.

%package	mod_vroot
Summary:	Adds virtual chroot capability to ProFTPD
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_vroot
The purpose of this module to is to implement a virtual chroot capability that
does not require root privileges. The mod_vroot module provides this capability
by using ProFTPD's FS API, available as of 1.2.8rc1.

%package	mod_sftp
Summary:	Implements the SSH2 protocol and its SFTP subsystem for ProFTPD
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_sftp
The mod_sftp module implements the SSH2 protocol and its SFTP subsystem, for
secure file transfer over an SSH2 connection. The mod_sftp module supports:

 o Public key authentication
 o Password authentication (e.g. user authentication via mod_sql, mod_ldap,
   mod_auth_file, mod_auth_unix, mod_auth_pam)
 o SCP support
 o Quotas (via the mod_quotatab module)
 o FIPS support (see Usage section)
 o Throttled transfers (via TransferRate, and/or the mod_shaper module)
 o Blacklisted public keys
 o Configurable traffic analysis protection
 o Passphrase-protected host keys 

%package	mod_sftp_pam
Summary:	A module which provides an SSH2 "keyboard-interactive" driver using PAM
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}
Requires:	%{name}-mod_sftp >= %{version}-%{release}

%description	mod_sftp_pam
The mod_sftp_pam module provides support for the "SSH Keyboard-Interactive
Authentication" RFC (RFC4256).

%package	mod_sftp_sql
Summary:	SQL backend module for retrieving authorized keys
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}
Requires:	%{name}-mod_sftp >= %{version}-%{release}
Requires:	%{name}-mod_sql >= %{version}-%{release}

%description	mod_sftp_sql
The mod_sftp module for ProFTPD can support different storage formats for its
user- and host-based authorized keys. By default, the mod_sftp module supports
storing authorized keys in flats. This mod_sftp_sql module allows for
authorized SSH keys to be stored in SQL tables.

%package	mod_memcache
Summary:	A module for managing memcache data
Group:		System/Servers
Requires(post): %{name} >= %{version}-%{release}
Requires(preun): %{name} >= %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}

%description	mod_memcache
The mod_memcache module enables ProFTPD support for caching data in memcached
servers, using the libmemcached client library.

%prep

%setup -q -n %{name}-%{version} -a100 -a102 -a103 -a105 -a108

%patch0 -p0 -b .logfile_location
%patch2 -p0 -b .pam
%patch4 -p1 -b .installfix
%patch7 -p0 -b .change_pam_name
%patch8 -p0 -b .mod_time_fix
%patch10 -p0 -b .verbose_tests
%patch11 -p0 -b .mod_autohost_buildfix

%patch40 -p0 -b .format_not_a_string_literal_and_no_format_arguments
%patch41 -p0 -b .format_not_a_string_literal_and_no_format_arguments
%patch42 -p1 -b .no_-ldes425

# Mandriva config
mkdir -p Mandriva
install -m0644 %{SOURCE1} Mandriva/proftpd.logrotate
install -m0644 %{SOURCE2} Mandriva/proftpd.xinetd
install -m0644 %{SOURCE3} Mandriva/proftpd.init
install -m0644 %{SOURCE4} Mandriva/proftpd.service
install -m0644 %{SOURCE5} Mandriva/basic.conf
install -m0644 %{SOURCE7} Mandriva/welcome.msg
install -m0644 %{SOURCE32} Mandriva/32_mod_shaper.conf

# lib64 fix
perl -pi -e "s|/usr/lib|%{_libdir}|g" Mandriva/basic.conf

# fix includes, instead of a patch
perl -pi -e "s|\<mysql\.h\>|\<mysql\/mysql\.h\>|g" contrib/mod_sql_mysql.c
#perl -pi -e "s|\<libpq-fe\.h\>|\<pgsql\/libpq-fe\.h\>|g" contrib/mod_sql_postgres.c

%build

%serverbuild

export CFLAGS="$CFLAGS -DLDAP_DEPRECATED -DUSE_LDAP_TLS -DHAVE_OPENSSL"
export LIBS="-L%{_libdir} -lattr"

pushd mod_gss-%{mod_gss_version}
perl -pi -e "s|<gssapi.h>|<gssapi/gssapi.h>|" configure*
perl -pi -e "s|NULL,code|kc,code|" *.in
#libtoolize --copy --force --ltdl
#rm -rf lib/libltdl; mv libltdl lib/
#rm -f configure; autoconf
%configure2_5x --enable-mit
# Workaround a missing dcl in kerberos...
cat >> mod_gss.h <<EOF
#ifndef GSS_C_AF_INET6
#define GSS_C_AF_INET6 24
#endif
EOF
popd

pushd contrib/mod_load
%configure2_5x
popd

pushd contrib/mod_wrap2
%configure2_5x
popd

# put extra modules in place 
for i in `find mod_* -type f -name "*.c"` `find mod_* -type f -name "*.h"`; do
    cp $i contrib/
done

#head -n 190 aclocal.m4 > acinclude.m4
#rm -f aclocal.m4
#libtoolize --copy --force --ltdl
#rm -rf lib/libltdl; mv libltdl lib/
#aclocal; autoconf

%configure2_5x \
    --libexecdir=%{_libdir}/%{name} \
    --enable-auth-pam \
    --enable-cap \
    --disable-facl \
    --enable-dso \
    --enable-nls \
    --enable-openssl \
    --with-lastlog=/var/log/lastlog \
    --enable-ipv6 \
    --enable-shadow \
    --enable-ctrls \
    --with-shared="mod_ratio:mod_tls:mod_tls_shmcache:mod_radius:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_sql_sqlite:mod_sql_passwd:mod_rewrite:mod_gss:mod_load:mod_ctrls_admin:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql:mod_quotatab_radius:mod_site_misc:mod_wrap2:mod_wrap2_file:mod_wrap2_sql:mod_autohost:mod_case:mod_shaper:mod_ban:mod_vroot:mod_sftp:mod_sftp_pam:mod_sftp_sql:mod_time:mod_ifsession:mod_memcache:mod_tls_memcache" \
    --with-modules="mod_readme:mod_auth_pam" \
    --disable-strip \
    --enable-pcre

#    --enable-tests

# libcap hack
perl -pi -e "s|/lib/libcap|/blabla|g" Make.rules
echo "#define HAVE_LINUX_CAPABILITY_H 1" >> config.h

%make

#%%check
#make check

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_libdir}/%{name}
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/%{name}.d
install -d %{buildroot}%{_sysconfdir}/pam.d
install -d %{buildroot}%{_sysconfdir}/xinetd.d
install -d %{buildroot}/var/ftp/pub
install -d %{buildroot}/var/log/%{name}
install -d %{buildroot}/var/run/%{name}

%makeinstall \
    rundir=%{buildroot}/var/run/%{name} \
    LIBEXECDIR=%{buildroot}%{_libdir}/%{name} \
    SHARED_MODULE_DIRS="" \
    pkgconfigdir=%{buildroot}%{_libdir}/pkgconfig

# fix borked pkgconfig file
perl -pi -e "s|^prefix.*|prefix=%{_prefix}|g" %{buildroot}%{_libdir}/pkgconfig/*.pc
perl -pi -e "s|/lib/|/%{_lib}/|g" %{buildroot}%{_libdir}/pkgconfig/*.pc

%makeinstall -C contrib/mod_wrap2 LIBEXECDIR=%{buildroot}%{_libdir}/%{name}
%makeinstall -C contrib/mod_load LIBEXECDIR=%{buildroot}%{_libdir}/%{name}
%makeinstall -C contrib/mod_sftp LIBEXECDIR=%{buildroot}%{_libdir}/%{name}

install -m0644 contrib/dist/rpm/ftp.pamd %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -m0755 contrib/xferstats.holger-preiss %{buildroot}%{_sbindir}

install -m0644 Mandriva/proftpd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -m0644 Mandriva/proftpd.xinetd %{buildroot}%{_sysconfdir}/xinetd.d/%{name}-xinetd
install -m0755 Mandriva/proftpd.init %{buildroot}%{_initrddir}/%{name}
install -m0644 Mandriva/basic.conf %{buildroot}%{_sysconfdir}/%{name}.conf
install -m0644 Mandriva/welcome.msg %{buildroot}/var/ftp/pub/welcome.msg

install -m0644 %{SOURCE200} %{buildroot}%{_sysconfdir}/proftpd-anonymous.conf

ln -snf %{name} %{buildroot}%{_sbindir}/in.%{name}
ln -snf %{name} %{buildroot}%{_sbindir}/in.ftpd

# config
echo "LoadModule mod_ctrls_admin.c" > %{buildroot}%{_sysconfdir}/%{name}.d/10_mod_ctrls_admin.conf
echo "LoadModule mod_tls.c" > %{buildroot}%{_sysconfdir}/%{name}.d/11_mod_tls.conf
echo "LoadModule mod_tls_shmcache.c" > %{buildroot}%{_sysconfdir}/%{name}.d/12_mod_tls_shmcache.conf
echo "LoadModule mod_sql.c" > %{buildroot}%{_sysconfdir}/%{name}.d/12_mod_sql.conf
echo "LoadModule mod_ldap.c" > %{buildroot}%{_sysconfdir}/%{name}.d/13_mod_ldap.conf
echo "LoadModule mod_sql_mysql.c" > %{buildroot}%{_sysconfdir}/%{name}.d/14_mod_sql_mysql.conf
echo "LoadModule mod_sql_postgres.c" > %{buildroot}%{_sysconfdir}/%{name}.d/15_mod_sql_postgres.conf
echo "LoadModule mod_sql_sqlite.c" > %{buildroot}%{_sysconfdir}/%{name}.d/16_mod_sql_sqlite.conf
echo "LoadModule mod_sql_passwd.c" > %{buildroot}%{_sysconfdir}/%{name}.d/17_mod_sql_passwd.conf
echo "LoadModule mod_quotatab.c" > %{buildroot}%{_sysconfdir}/%{name}.d/16_mod_quotatab.conf
echo "LoadModule mod_quotatab_file.c" > %{buildroot}%{_sysconfdir}/%{name}.d/17_mod_quotatab_file.conf
echo "LoadModule mod_quotatab_ldap.c" > %{buildroot}%{_sysconfdir}/%{name}.d/18_mod_quotatab_ldap.conf
echo "LoadModule mod_quotatab_sql.c" > %{buildroot}%{_sysconfdir}/%{name}.d/19_mod_quotatab_sql.conf
echo "LoadModule mod_quotatab_radius.c" > %{buildroot}%{_sysconfdir}/%{name}.d/20_mod_quotatab_radius.conf
echo "LoadModule mod_radius.c" > %{buildroot}%{_sysconfdir}/%{name}.d/20_mod_radius.conf
echo "LoadModule mod_wrap2.c" > %{buildroot}%{_sysconfdir}/%{name}.d/21_mod_wrap2.conf
echo "LoadModule mod_wrap2_file.c" > %{buildroot}%{_sysconfdir}/%{name}.d/22_mod_wrap2_file.conf
echo "LoadModule mod_wrap2_sql.c" > %{buildroot}%{_sysconfdir}/%{name}.d/23_mod_wrap2_sql.conf
echo "LoadModule mod_rewrite.c" > %{buildroot}%{_sysconfdir}/%{name}.d/24_mod_rewrite.conf
echo "LoadModule mod_ratio.c" > %{buildroot}%{_sysconfdir}/%{name}.d/25_mod_ratio.conf
echo "LoadModule mod_gss.c" > %{buildroot}%{_sysconfdir}/%{name}.d/26_mod_gss.conf
echo "LoadModule mod_autohost.c" > %{buildroot}%{_sysconfdir}/%{name}.d/27_mod_autohost.conf
echo "LoadModule mod_case.c" > %{buildroot}%{_sysconfdir}/%{name}.d/28_mod_case.conf
#echo "LoadModule mod_facl.c" > %{buildroot}%{_sysconfdir}/%{name}.d/30_mod_facl.conf
echo "LoadModule mod_load.c" > %{buildroot}%{_sysconfdir}/%{name}.d/31_mod_load.conf
install -m0644 Mandriva/32_mod_shaper.conf %{buildroot}%{_sysconfdir}/%{name}.d/32_mod_shaper.conf
echo "LoadModule mod_site_misc.c" > %{buildroot}%{_sysconfdir}/%{name}.d/33_mod_site_misc.conf
echo "LoadModule mod_time.c" > %{buildroot}%{_sysconfdir}/%{name}.d/34_mod_time.conf
echo "LoadModule mod_ban.c" > %{buildroot}%{_sysconfdir}/%{name}.d/35_mod_ban.conf
echo "LoadModule mod_vroot.c" > %{buildroot}%{_sysconfdir}/%{name}.d/36_mod_vroot.conf
echo "LoadModule mod_sftp.c" > %{buildroot}%{_sysconfdir}/%{name}.d/37_mod_sftp.conf
echo "LoadModule mod_sftp_pam.c" > %{buildroot}%{_sysconfdir}/%{name}.d/38_mod_sftp_pam.conf
echo "LoadModule mod_sftp_sql.c" > %{buildroot}%{_sysconfdir}/%{name}.d/39_mod_sftp_sql.conf
echo "LoadModule mod_memcache.c" > %{buildroot}%{_sysconfdir}/%{name}.d/40_mod_memcache.conf
echo "LoadModule mod_tls_memcache.c" > %{buildroot}%{_sysconfdir}/%{name}.d/41_mod_tls_memcache.conf

cat > %{buildroot}%{_sysconfdir}/%{name}.d/99_mod_ifsession.conf << EOF
# keep this module the last one
LoadModule mod_ifsession.c
EOF

cat > README.urpmi << EOF
Mandriva RPM specific notes

modules support
---------------
proftpd-1.3.0 now loads the modules dynamically, very few modules are compiled
into the proftpd binary. The new configuration file /etc/proftpd.conf uses a
"Include /etc/proftpd.d/*.conf" statement which makes proftpd very similar to
how modules are loaded and the configuration of apache-2.x. Because of this you
may have to manually merge your old configuration into the new
/etc/proftpd.conf file.  This is especially true if you are using LDAP, because
then the mod_ldap.so proftpd module will not be automatically loaded. Here is a
list of the modules that are compiled as DSO's:

 o mod_autohost.so         <- NEW
 o mod_ban.so              <- NEW
 o mod_case.so             <- NEW
 o mod_ctrls_admin.so      <- NEW
 o mod_facl.so
 o mod_gss.so
 o mod_ifsession.so
 o mod_ldap.so
 o mod_load.so             <- NEW
 o mod_quotatab.so         <- NEW
 o mod_quotatab_file.so    <- NEW
 o mod_quotatab_ldap.so    <- NEW
 o mod_quotatab_sql.so     <- NEW
 o mod_quotatab_radius.so  <- NEW
 o mod_radius.so
 o mod_ratio.so
 o mod_rewrite.so
 o mod_shaper.so           <- NEW
 o mod_site_misc.so        <- NEW
 o mod_sql.so              <- NEW
 o mod_sql_mysql.so        <- NEW
 o mod_sql_postgres.so     <- NEW
 o mod_sql_sqlite.so       <- NEW
 o mod_sql_passwd.so       <- NEW
 o mod_time.so             <- NEW
 o mod_tls.so
 o mod_tls_shmcache.so     <- NEW
 o mod_wrap2.so            <- NEW
 o mod_wrap2_file.so       <- NEW
 o mod_wrap2_sql.so        <- NEW
 o mod_vroot.so            <- NEW
 o mod_sftp                <- NEW
 o mod_sftp_pam            <- NEW
 o mod_sftp_sql            <- NEW
 o mod_memcache            <- NEW
 o mod_tls_memcache        <- NEW

anonymous access configuration
------------------------------
Starting with 1.3.0-3mdv2007.1, there is no proftpd-anonymous package anymore.
As it is just a configuration issue, providing a dedicated package was a bit
overkill. Samples configuration files are available among normal package
documentation. You may have to update your configuration manually.
EOF


%find_lang %{name}

# cleanup
rm -f %{buildroot}%{_libdir}/%{name}/*.{a,la}
rm -f contrib/README.mod_sql contrib/README.linux-privs

%post
%_post_service %{name}

# xinetd reset
# Only do it if xinetd is there. -- Geoff
if [ -x /usr/sbin/xinetd ];then
%_post_service xinetd
fi

# ftpusers creation
if [ ! -f %{_sysconfdir}/ftpusers ]; then
    touch %{_sysconfdir}/ftpusers
fi

USERS="root bin daemon adm lp sync shutdown halt mail news uucp operator games nobody"
for i in $USERS ;do
        cat %{_sysconfdir}/ftpusers | grep -q "^$i$" || echo $i >> %{_sysconfdir}/ftpusers
done

%pre
%_pre_useradd ftp /var/ftp /bin/false

%postun
%_postun_userdel ftp

%preun
%_preun_service %{name}
if [ "$1" = 0 ]; then
 if [ -d /var/run/%{name} ]; then
  rm -rf /var/run/%{name}/*
 fi
fi

if [ -x /usr/sbin/xinetd ];then
%_post_service xinetd
fi

%post mod_autohost
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_autohost
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_case
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_case
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_ctrls_admin
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_ctrls_admin
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

#%post mod_facl
#service proftpd condrestart > /dev/null 2>/dev/null || :
#    
#%preun mod_facl
#if [ "$1" = 0 ]; then
#    service proftpd condrestart > /dev/null 2>/dev/null || :
#fi

%post mod_gss
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_gss
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_ifsession
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_ifsession
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_ldap
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_ldap
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_load
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_load
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_quotatab
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_quotatab
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_quotatab_file
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_quotatab_file
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_quotatab_ldap
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_quotatab_ldap
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_quotatab_sql
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_quotatab_sql
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_quotatab_radius
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_quotatab_radius
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_radius
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_radius
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_ratio
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_ratio
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_rewrite
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_rewrite
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_shaper
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_shaper
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_site_misc
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_site_misc
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_sql
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_sql
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_sql_mysql
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_sql_mysql
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_sql_postgres
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_sql_postgres
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_sql_sqlite
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_sql_sqlite
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_sql_passwd
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_sql_passwd
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_time
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_time
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_tls
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_tls
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_tls_shmcache
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_tls_shmcache
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_tls_memcache
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_tls_memcache
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_wrap_file
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_wrap_file
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_wrap
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_wrap
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_wrap_sql
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_wrap_sql
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_ban
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_ban
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_vroot
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_vroot
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_sftp
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_sftp
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_sftp_pam
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_sftp_pam
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_sftp_sql
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_sftp_sql
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%post mod_memcache
service proftpd condrestart > /dev/null 2>/dev/null || :

%preun mod_memcache
if [ "$1" = 0 ]; then
    service proftpd condrestart > /dev/null 2>/dev/null || :
fi

%files -f %{name}.lang
%doc README* INSTALL NEWS CREDITS COPYING doc/* README.urpmi
%doc sample-configurations/*
%dir %{_sysconfdir}/proftpd.d
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}-anonymous.conf
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/xinetd.d/%{name}-xinetd
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_initrddir}/%{name}
%{_sbindir}/%{name}
%{_sbindir}/ftpscrub
%{_sbindir}/ftpshut
%{_sbindir}/in.ftpd
%{_sbindir}/in.%{name}
%{_sbindir}/xferstats.holger-preiss
%{_bindir}/ftpasswd
%{_bindir}/ftpcount
%{_bindir}/ftpdctl
%{_bindir}/ftpmail
%{_bindir}/ftpquota
%{_bindir}/ftptop
%{_bindir}/ftpwho
%{_bindir}/prxs
%dir %{_libdir}/%{name}
%dir /var/ftp
%dir /var/ftp/pub
%config(noreplace) /var/ftp/pub/welcome.msg
%dir /var/run/%{name}
%dir /var/log/%{name}
%{_mandir}/man*/*

%files devel
%doc ChangeLog
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/*.pc

%files mod_ctrls_admin
%doc doc/contrib/mod_ctrls_admin.html
%config(noreplace) %{_sysconfdir}/%{name}.d/10_mod_ctrls_admin.conf
%{_libdir}/%{name}/mod_ctrls_admin.so

%files mod_ifsession
%doc doc/contrib/mod_ifsession.html
%config(noreplace) %{_sysconfdir}/%{name}.d/99_mod_ifsession.conf
%{_libdir}/%{name}/mod_ifsession.so

%files mod_ldap
%config(noreplace) %{_sysconfdir}/%{name}.d/13_mod_ldap.conf
%{_libdir}/%{name}/mod_ldap.so

%files mod_quotatab
%doc doc/contrib/mod_quotatab.html
%config(noreplace) %{_sysconfdir}/%{name}.d/16_mod_quotatab.conf
%{_libdir}/%{name}/mod_quotatab.so

%files mod_quotatab_file
%doc doc/contrib/mod_quotatab_file.html
%config(noreplace) %{_sysconfdir}/%{name}.d/17_mod_quotatab_file.conf
%{_libdir}/%{name}/mod_quotatab_file.so

%files mod_quotatab_ldap
%doc doc/contrib/mod_quotatab_ldap.html
%config(noreplace) %{_sysconfdir}/%{name}.d/18_mod_quotatab_ldap.conf
%{_libdir}/%{name}/mod_quotatab_ldap.so

%files mod_quotatab_sql
%doc doc/contrib/mod_quotatab_sql.html
%config(noreplace) %{_sysconfdir}/%{name}.d/19_mod_quotatab_sql.conf
%{_libdir}/%{name}/mod_quotatab_sql.so

%files mod_quotatab_radius
%doc doc/contrib/mod_quotatab_radius.html
%config(noreplace) %{_sysconfdir}/%{name}.d/20_mod_quotatab_radius.conf
%{_libdir}/%{name}/mod_quotatab_radius.so

%files mod_radius
%doc doc/contrib/mod_radius.html
%config(noreplace) %{_sysconfdir}/%{name}.d/20_mod_radius.conf
%{_libdir}/%{name}/mod_radius.so

%files mod_ratio
%doc contrib/README.ratio
%config(noreplace) %{_sysconfdir}/%{name}.d/25_mod_ratio.conf
%{_libdir}/%{name}/mod_ratio.so

%files mod_rewrite
%doc doc/contrib/mod_rewrite.html
%config(noreplace) %{_sysconfdir}/%{name}.d/24_mod_rewrite.conf
%{_libdir}/%{name}/mod_rewrite.so

%files mod_site_misc
%doc doc/contrib/mod_site_misc.html
%config(noreplace) %{_sysconfdir}/%{name}.d/33_mod_site_misc.conf
%{_libdir}/%{name}/mod_site_misc.so

%files mod_sql
%doc doc/contrib/mod_sql.html
%config(noreplace) %{_sysconfdir}/%{name}.d/12_mod_sql.conf
%{_libdir}/%{name}/mod_sql.so

%files mod_sql_mysql
%config(noreplace) %{_sysconfdir}/%{name}.d/14_mod_sql_mysql.conf
%{_libdir}/%{name}/mod_sql_mysql.so

%files mod_sql_postgres
%config(noreplace) %{_sysconfdir}/%{name}.d/15_mod_sql_postgres.conf
%{_libdir}/%{name}/mod_sql_postgres.so

%files mod_sql_sqlite
%config(noreplace) %{_sysconfdir}/%{name}.d/16_mod_sql_sqlite.conf
%{_libdir}/%{name}/mod_sql_sqlite.so

%files mod_sql_passwd
%config(noreplace) %{_sysconfdir}/%{name}.d/17_mod_sql_passwd.conf
%{_libdir}/%{name}/mod_sql_passwd.so

%files mod_tls
%doc doc/contrib/mod_tls.html
%config(noreplace) %{_sysconfdir}/%{name}.d/11_mod_tls.conf
%{_libdir}/%{name}/mod_tls.so

%files mod_tls_shmcache
%doc doc/contrib/mod_tls_shmcache.html
%config(noreplace) %{_sysconfdir}/%{name}.d/12_mod_tls_shmcache.conf
%{_libdir}/%{name}/mod_tls_shmcache.so

%files mod_tls_memcache
%doc doc/contrib/mod_tls_memcache.html
%config(noreplace) %{_sysconfdir}/%{name}.d/41_mod_tls_memcache.conf
%{_libdir}/%{name}/mod_tls_memcache.so

#%files mod_facl
#%config(noreplace) %{_sysconfdir}/%{name}.d/30_mod_facl.conf
#%{_libdir}/%{name}/mod_facl.so

%files mod_autohost
%doc mod_autohost/mod_autohost.html
%config(noreplace) %{_sysconfdir}/%{name}.d/27_mod_autohost.conf
%{_libdir}/%{name}/mod_autohost.so

%files mod_case
%doc mod_case/mod_case.html
%config(noreplace) %{_sysconfdir}/%{name}.d/28_mod_case.conf
%{_libdir}/%{name}/mod_case.so

%files mod_gss
%doc mod_gss-*/COPYING mod_gss-*/mod_gss.html mod_gss-*/README.mod_gss mod_gss-*/rfc1509.txt mod_gss-*/rfc2228.txt
%config(noreplace) %{_sysconfdir}/%{name}.d/26_mod_gss.conf
%{_libdir}/%{name}/mod_gss.so

%files mod_load
%doc doc/contrib/mod_load.html
%config(noreplace) %{_sysconfdir}/%{name}.d/31_mod_load.conf
%{_libdir}/%{name}/mod_load.so

%files mod_shaper
%doc doc/contrib/mod_shaper.html
%config(noreplace) %{_sysconfdir}/%{name}.d/32_mod_shaper.conf
%{_libdir}/%{name}/mod_shaper.so

%files mod_time
%doc mod_time/README mod_time/mod_time.html
%config(noreplace) %{_sysconfdir}/%{name}.d/34_mod_time.conf
%{_libdir}/%{name}/mod_time.so

%files mod_wrap
%doc doc/contrib/mod_wrap2.html
%config(noreplace) %{_sysconfdir}/%{name}.d/21_mod_wrap2.conf
%{_libdir}/%{name}/mod_wrap2.so

%files mod_wrap_file
%doc doc/contrib/mod_wrap2_file.html
%config(noreplace) %{_sysconfdir}/%{name}.d/22_mod_wrap2_file.conf
%{_libdir}/%{name}/mod_wrap2_file.so

%files mod_wrap_sql
%doc doc/contrib/mod_wrap2_sql.html
%config(noreplace) %{_sysconfdir}/%{name}.d/23_mod_wrap2_sql.conf
%{_libdir}/%{name}/mod_wrap2_sql.so

%files mod_ban
%doc doc/contrib/mod_ban.html
%config(noreplace) %{_sysconfdir}/%{name}.d/35_mod_ban.conf
%{_libdir}/%{name}/mod_ban.so

%files mod_vroot
%doc mod_vroot/mod_vroot.html
%config(noreplace) %{_sysconfdir}/%{name}.d/36_mod_vroot.conf
%{_libdir}/%{name}/mod_vroot.so

%files mod_sftp
%doc doc/contrib/mod_sftp.html
%config(noreplace) %{_sysconfdir}/blacklist.dat
%config(noreplace) %{_sysconfdir}/dhparams.pem
%config(noreplace) %{_sysconfdir}/%{name}.d/37_mod_sftp.conf
%{_libdir}/%{name}/mod_sftp.so

%files mod_sftp_pam
%doc doc/contrib/mod_sftp_pam.html
%config(noreplace) %{_sysconfdir}/%{name}.d/38_mod_sftp_pam.conf
%{_libdir}/%{name}/mod_sftp_pam.so

%files mod_sftp_sql
%doc doc/contrib/mod_sftp_sql.html
%config(noreplace) %{_sysconfdir}/%{name}.d/39_mod_sftp_sql.conf
%{_libdir}/%{name}/mod_sftp_sql.so

%files mod_memcache
%doc doc/modules/mod_memcache.html
%config(noreplace) %{_sysconfdir}/%{name}.d/40_mod_memcache.conf
%{_libdir}/%{name}/mod_memcache.so



%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.4a-4
+ Revision: 4dbe499
- BuildList#2062192: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18585 |14mr|proj-4.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: proj
Version: 4.8.0
Release: 4
Summary: Cartographic projection software
Source0: ftp://ftp.remotesensing.org/pub/proj/%{name}-%{version}.tar.gz
Source1: ftp://ftp.remotesensing.org/pub/proj/proj-datumgrid-1.5.zip
License: MIT
URL: http://trac.osgeo.org/proj/
Group: Sciences/Geosciences
Provides: proj4
Patch0:	remove_include.patch

%description
Cartographic projection software and libraries.

%files
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_datadir}/proj

#-------------------------------------------------------------------------

%define major 0
%define libname %mklibname %{name} %{major}

%package -n %{libname}
Summary: Cartographic projection software - Libraries
Group: System/Libraries
License: MIT

%description -n %{libname}
Cartographic projection software and libraries.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#-------------------------------------------------------------------------

%define develname %mklibname -d %name

%package -n %{develname}
Summary: Cartographic projection software - Development files
Group: Development/Other
Provides: %{name}-devel = %{version}
Provides: proj4-devel = %{version}
Provides: libproj4-devel = %{version}
Requires: %{libname} = %{version}
Obsoletes: %{mklibname -d proj 0}

%description -n %{develname}
Cartographic projection development files.

%files -n %{develname}
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/proj.pc

#-------------------------------------------------------------------------

%define sdevelname %mklibname -d -s %name

%package -n %sdevelname
Summary: Cartographic projection software - Development files
Group: Development/Other
Provides: %name-static-devel = %{version}
Provides: proj4-static-devel = %{version}
Provides: libproj4-static-devel = %{version}
Requires: %{develname} = %{version}
Requires: %{libname} = %version-%release
Obsoletes: %{mklibname -d -s proj 0}

%description -n %{sdevelname}
Cartographic projection development files (static).

%files -n %{sdevelname}
%{_libdir}/*.a

#-------------------------------------------------------------------------

%prep
%setup -D -q
%patch0 -p0
find . -name "*.c" -exec chmod 644 {} \;
pushd nad
unzip -qqo %{SOURCE1}
popd

%build
%configure2_5x
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_includedir}
install -m644 src/projects.h %{buildroot}%{_includedir}/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.8.0-4
+ Revision: 02fc392
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18586 |14mr|protobuf-2.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Major
%define major 7

# Library names
%define libname		%mklibname %{name} %{major}
%define liblite		%mklibname %{name}-lite %{major}
%define libcompiler	%mklibname protoc %{major}
%define develname	%mklibname %{name} -d
%define staticdevelname	%mklibname %{name} -d -s

# don't build python subpackage
%define with_python %{?_without_python: 0} %{?!_without_python: 1}
# don't build -java subpackages
# -- -- %define with_java     %{?_without_java:   0} %{?!_without_java:   1}
# 15 nov 2009 : java part of the package broken, don't build the subpackages
%define with_java 0

%bcond_with gtest

Summary:	Protocol Buffers - Google's data interchange format
Name:		protobuf
Version:	2.4.1
Release:	2
License:	BSD
Group:		Development/Other
Source:		http://protobuf.googlecode.com/files/%{name}-%{version}.tar.bz2
Source1:	ftdetect-proto.vim
URL:		http://code.google.com/p/protobuf/
%if %{with gtest}
BuildRequires:	gtest-devel
%endif
%if %{with_python}
BuildRequires:	python-devel
BuildRequires:	python-setuptools
%endif
%if %{with_java}
BuildRequires:	java-devel >= 1.6
BuildRequires:	jpackage-utils
BuildRequires:	maven2
BuildRequires:	maven2-plugin-compiler
BuildRequires:	maven2-plugin-install
BuildRequires:	maven2-plugin-jar
BuildRequires:	maven2-plugin-javadoc
BuildRequires:	maven2-plugin-release
BuildRequires:	maven2-plugin-resources
BuildRequires:	maven2-plugin-surefire
BuildRequires:	maven2-plugin-antrun
%endif

%description
Protocol Buffers are a way of encoding structured data in an efficient
yet extensible format. Google uses Protocol Buffers for almost all of
its internal RPC protocols and file formats.

Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - think XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then
you can use special generated source code to easily write and read
your structured data to and from a variety of data streams and using a
variety of languages. You can even update your data structure without
breaking deployed programs that are compiled against the "old" format.

%package -n	%{libname}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n	%{libname}
Protocol Buffers are a way of encoding structured data in an efficient
yet extensible format. Google uses Protocol Buffers for almost all of
its internal RPC protocols and file formats.

Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - think XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then
you can use special generated source code to easily write and read
your structured data to and from a variety of data streams and using a
variety of languages. You can even update your data structure without
breaking deployed programs that are compiled against the "old" format.

This package contains the shared %{name} library.

%package -n	%{liblite}
Summary:	Protocol Buffers lite version
Group:		Development/Other

%description -n	%{liblite}
This package contains a compiled with "optimize_for = LITE_RUNTIME" 
version of Google's Protocol Buffers library.

The "optimize_for = LITE_RUNTIME" option causes the compiler to 
generate code which only depends libprotobuf-lite, which is much 
smaller than libprotobuf but lacks descriptors, reflection, and some 
other features.

%package	compiler
Summary:	Protocol Buffers compiler
Group:		Development/Other
Suggests:	%{libname}
Suggests:	%{liblite}

%description	compiler
This package contains Protocol Buffers compiler for all programming
languages.

%package -n	%{libcompiler}
Summary:	Protocol Buffers compiler shared library
Group:		System/Libraries

%description -n	%{libcompiler}
This package contains the Protocol Buffers compiler shared library.

%package -n	%{develname}
Summary:	Protocol Buffers C++ headers and libraries
Group:		Development/Other
Requires:	%{libname} = %{version}
Requires:	%{liblite} = %{version}
Requires:	%{name}-compiler
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package contains Protocol Buffers compiler for all languages and
C++ headers and libraries.

%package -n	%{staticdevelname}
Summary:	Static development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}
Requires:	%{liblite} = %{version}
Provides:	%{name}-static-devel = %{version}-%{release}

%description -n	%{staticdevelname}
This package contains static libraries for Protocol Buffers.

%if %{with_python}
%package -n	python-%{name}
Summary:	Python bindings for Google Protocol Buffers
Group:		Development/Python
Conflicts:	%{name}-compiler > %{version}
Conflicts:	%{name}-compiler < %{version}

%description -n	python-%{name}
This package contains Python bindings for Google Protocol Buffers.
%endif

%package	vim
Summary:	Vim syntax highlighting for Google Protocol Buffers
Group:		Development/Other
Requires:	vim-enhanced

%description	vim
This package contains syntax highlighting for Google Protocol Buffers
descriptions in Vim editor.

%if %{with_java}
%package	java
Summary:	Java Protocol Buffers runtime library
Group:		Development/Java
Requires:	java
Requires:	jpackage-utils
Requires(post):	jpackage-utils
Requires(postun): jpackage-utils
Conflicts:	%{name}-compiler > %{version}
Conflicts:	%{name}-compiler < %{version}

%description	java
This package contains Java Protocol Buffers runtime library.

%package	javadoc
Summary:	Javadocs for %{name}-java
Group:		Development/Java
Requires:	jpackage-utils
Requires:	%{name}-java

%description	javadoc
This package contains the API documentation for %{name}-java.

%endif

%prep
%setup -q
chmod 644 examples/*

%build
export PTHREAD_LIBS="-lpthread"
./autogen.sh
%configure
%make

%if %{with_python}
pushd python
%__python ./setup.py build
sed -i -e 1d build/lib/google/protobuf/descriptor_pb2.py
popd
%endif

%if %{with_java}
pushd java
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL
mvn-jpp -Dmaven.repo.local=$MAVEN_REPO_LOCAL install javadoc:javadoc
popd
%endif

%check
# Tests are broken with gcc 4.7
#make check

%install
%makeinstall
find %{buildroot} -type f -name "*.la" -exec rm -f {} \;

%if %{with_python}
pushd python
%__python ./setup.py install --root=%{buildroot} --single-version-externally-managed --record=INSTALLED_FILES --optimize=1
popd
%endif

install -p -m 644 -D %{SOURCE1} %{buildroot}%{_datadir}/vim/vimfiles/ftdetect/proto.vim
install -p -m 644 -D editors/proto.vim %{buildroot}%{_datadir}/vim/vimfiles/syntax/proto.vim

%if %{with_java}
pushd java
install -d -m 755 %{buildroot}%{_javadir}
install -pm 644 target/%{name}-java-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar

install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -rp target/site/apidocs %{buildroot}%{_javadocdir}/%{name}

install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom
%add_to_maven_depmap org.apache.maven %{name} %{version} JPP %{name}
popd
%endif

%if %{with_java}
%post java
%update_maven_depmap

%postun java
%update_maven_depmap
%endif

%files -n %{libname}
%doc CHANGES.txt CONTRIBUTORS.txt COPYING.txt README.txt
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{liblite}
%doc COPYING.txt README.txt
%{_libdir}/lib%{name}-lite.so.%{major}*

%files compiler
%doc COPYING.txt README.txt
%{_bindir}/protoc

%files -n %{libcompiler}
%{_libdir}/libprotoc.so.%{major}*

%files -n %{develname}
%doc examples/add_person.cc examples/addressbook.proto
%doc  examples/list_people.cc examples/Makefile examples/README.txt
%dir %{_includedir}/google
%{_includedir}/google/%{name}/
%{_libdir}/lib%{name}.so
%{_libdir}/lib%{name}-lite.so
%{_libdir}/libprotoc.so
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/pkgconfig/%{name}-lite.pc

%files -n %{staticdevelname}
%{_libdir}/lib%{name}.a
%{_libdir}/lib%{name}-lite.a
%{_libdir}/libprotoc.a

%if %{with_python}
%files -n python-%{name}
%doc python/README.txt
%doc examples/add_person.py examples/list_people.py examples/addressbook.proto
%dir %{py_puresitedir}/google
%{py_puresitedir}/google/%{name}/
%{py_puresitedir}/%{name}-%{version}-py%{python_version}.egg-info/
%{py_puresitedir}/%{name}-%{version}-py%{python_version}-nspkg.pth
%endif

%files vim
%{_datadir}/vim/vimfiles/ftdetect/proto.vim
%{_datadir}/vim/vimfiles/syntax/proto.vim

%if %{with_java}
%files java
%doc examples/AddPerson.java examples/ListPeople.java
%{_datadir}/maven2/poms/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}
%{_javadir}/*

%files javadoc
%{_javadocdir}/%{name}
%endif




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.1-2
+ Revision: e56dd74
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18587 |14mr|proxymngr-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Proxy manager service

Name:		proxymngr
Version:	1.0.3
Release:	2
Group:		Development/X11
License:	MIT
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires:	lbxproxy >= 1.0.1
BuildRequires:	pkgconfig(ice) >= 1.0.0
BuildRequires:	pkgconfig(x11) >= 1.0.0
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xt) >= 1.0.0

%description
The proxy manager (proxymngr) is responsible for resolving requests from
xfindproxy (and other similar clients), starting new proxies when appropriate,
and keeping track of all of the available proxy services. The proxy manager
strives to reuse existing proxies whenever possible.

%prep
%setup -q

%build
%configure2_5x \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/proxymngr
%{_mandir}/man1/proxymngr.*
%{_sysconfdir}/X11/proxymngr/pmconfig



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-2
+ Revision: 7854f57
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18588 |14mr|psacct-6.6.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities for monitoring process activities
Name:		psacct
Version:	6.6.1
Release:	6
License:	GPLv2+
Group:		Monitoring
Url:		ftp://ftp.gnu.org/pub/gnu/acct
Source0:	ftp://ftp.gnu.org/pub/gnu/acct/acct-%{version}.tar.gz
Source1:	psacct.logrotate
Source2:	psacct.initscript
Patch1:		acct-6.6.1-texinfo5.1.patch
BuildRequires:	texinfo
Requires(post,preun):	rpm-helper

%description
The psacct package contains several utilities for monitoring process
activities, including ac, lastcomm, accton and sa.  The ac command
displays statistics about how long users have been logged on.  The
lastcomm command displays information about previous executed commands.
The accton command turns process accounting on or off.  The sa command
summarizes information about previously executed commmands.

Install the psacct package if you'd like to use its utilities for
monitoring process activities on your system.

%files
%doc README NEWS INSTALL AUTHORS ChangeLog COPYING
/sbin/*
%{_sbindir}/*
%{_bindir}/*
%{_mandir}/*/*
%{_infodir}/*
%config(noreplace) /etc/logrotate.d/%{name}
%config(noreplace) %{_initrddir}/%{name}
%ghost /var/log/pacct
%ghost /var/log/usracct
%ghost /var/log/savacct

%post
# Create initial log files so that logrotate doesn't complain
if [ $1 = 1 ]; then
   %create_ghostfile /var/log/usracct root root 644
   %create_ghostfile /var/log/savacct root root 644
   %create_ghostfile /var/log/pacct root root 644
fi

%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%prep
%setup -qn acct-%{version}
%apply_patches

%build
%serverbuild
%configure2_5x

perl -p -i -e "s@/var/account@/var/log@g" files.h configure

%make

%install
mkdir -p %{buildroot}/{sbin,usr,var/log}
%makeinstall

# move accton to /sbin -- leave historical symlink
mv %{buildroot}%{_sbindir}/accton %{buildroot}/sbin/accton
ln -s ../../sbin/accton %{buildroot}%{_sbindir}/accton

# Because of the last command conflicting with the one from SysVinit
# We used to rename it, just delete it instead - it doesn't work any
# more, and this is what Debian and Fedora do - AdamW 2008/03
rm -f %{buildroot}%{_bindir}/last
rm -f %{buildroot}%{_mandir}/man1/last.1

touch %{buildroot}/var/log/pacct %{buildroot}/var/log/usracct %{buildroot}/var/log/savacct

install -D -m 644 %{SOURCE1} %{buildroot}/etc/logrotate.d/psacct
install -D -m 755 %{SOURCE2} %{buildroot}/%{_initrddir}/psacct


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.6.1-6
+ Revision: f6ddf81
- New version 6.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18589 |14mr|psad-2.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Psad analyzses iptables log messages for suspect traffic
Name:		psad
Version:	2.2.3
Release:	2
License:	GPL+ and GPLv2+
Group:		System/Servers
URL:		http://www.cipherdyne.org/psad/
Source0:	http://www.cipherdyne.org/psad/download/%{name}-%{version}.tar.bz2
Source1:	http://www.cipherdyne.org/psad/download/%{name}-%{version}.tar.gz.asc
BuildRequires:	perl-devel
BuildRequires:	perl-Unix-Syslog
BuildRequires:	perl-NetAddr-IP
Requires:	perl-Unix-Syslog
Requires:	perl-Date-Calc
Requires:	sendmail-command
Requires:	perl-NetAddr-IP
Requires:	perl-IPTables-Parse
Requires:	userspace-ipfilter
Requires:	perl-Bit-Vector
Requires:	perl-IPTables-ChainMgr
Requires:	whois
Requires(post): rpm-helper
Requires(preun): rpm-helper

%description
Port Scan Attack Detector (psad) is a collection of four lightweight
system daemons written in Perl and C that are designed to work with
Linux firewalling code (iptables in the 2.4.x kernels, and ipchains
in the 2.2.x kernels) to detect port scans. It features a set of highly
configurable danger thresholds (with sensible defaults provided),
verbose alert messages that include the source, destination, scanned
port range, begin and end times, TCP flags and corresponding nmap
options (Linux 2.4.x kernels only), email alerting, and automatic
blocking of offending IP addresses via dynamic configuration of
ipchains/iptables firewall rulesets. In addition, for the 2.4.x kernels
psad incorporates many of the TCP, UDP, and ICMP signatures included in
Snort to detect highly suspect scans for various backdoor programs
(e.g. EvilFTP, GirlFriend, SubSeven), DDoS tools (mstream, shaft), and
advanced port scans (syn, fin, Xmas) which are easily leveraged against
a machine via nmap. Psad also uses packet TTL, IP id, TOS, and TCP
window sizes to passively fingerprint the remote operating system from
which scans originate.

%package -n perl-IPTables-Parse
Summary:	Parse iptables rules
Group:		System/Configuration/Networking
License:	GPL+ or Artistic

%description -n perl-IPTables-Parse
Psad package provides a IPTables-Parse perl module.

%package -n perl-IPTables-ChainMgr
Summary:	ChainMgr iptables perl module
Group:		System/Configuration/Networking
License:	GPL+ or Artistic

%description -n perl-IPTables-ChainMgr
Psad package provides a IPTables-ChainMgr perl module.

%prep

%setup -q

%build
### build psad binaries (kmsgsd, psadwatchd, and diskmond)
%make OPTS="%{optflags}" LDFLAGS="%{ldflags}"

pushd deps/IPTables-Parse
%__perl Makefile.PL INSTALLDIRS=vendor
%__make
popd

pushd deps/IPTables-ChainMgr
%__perl Makefile.PL INSTALLDIRS=vendor
%__make
popd

%check
pushd deps/IPTables-Parse
%__make test
popd

pushd deps/IPTables-ChainMgr
PERL5LIB=../IPTables-Parse/blib/lib %__make test
popd

%install
### log directory
mkdir -p %{buildroot}%{_logdir}/%{name}
### dir for psadfifo
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}
### dir for pidfiles
mkdir -p %{buildroot}/var/run/%{name}

mkdir -p %{buildroot}%{_mandir}/man8
mkdir -p %{buildroot}%{_sbindir}
### psad config
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
### psad init script
mkdir -p %{buildroot}%{_initrddir}

install -m 700 {psad,kmsgsd,psadwatchd}	%{buildroot}%{_sbindir}/
install -m 500 fwcheck_psad.pl %{buildroot}%{_sbindir}/fwcheck_psad
install -m 755 init-scripts/psad-init.redhat %{buildroot}%{_initrddir}/%{name}
install -m 644 {psad.conf,pf.os} %{buildroot}%{_sysconfdir}/%{name}/
install -m 644 {signatures,icmp_types,icmp6_types,auto_dl,posf,ip_options} %{buildroot}%{_sysconfdir}/%{name}/
install -m 644 *.8 %{buildroot}%{_mandir}/man8/

pushd deps/IPTables-Parse
%makeinstall_std
popd

pushd deps/IPTables-ChainMgr
%makeinstall_std
popd

### install snort rules files
cp -r deps/snort_rules %{buildroot}%{_sysconfdir}/%{name}/

%post
### put the current hostname into the psad C binaries
### (diskmond and psadwatchd).
perl -p -i -e 'use Sys::Hostname; my $hostname = hostname(); s/HOSTNAME(\s+)CHANGE.?ME/HOSTNAME${1}$hostname/' /etc/psad/psad.conf

/bin/touch /var/log/psad/fwdata
chown root.root /var/log/psad/fwdata
chmod 0600 /var/log/psad/fwdata
if [ ! -p /var/lib/psad/psadfifo ];
then [ -e /var/lib/psad/psadfifo ] && /bin/rm -f /var/lib/psad/psadfifo
/bin/mknod -m 600 /var/lib/psad/psadfifo p
fi
chown root.root /var/lib/psad/psadfifo
chmod 0600 /var/lib/psad/psadfifo
### make psad start at boot
%_post_service psad
[ -f /etc/syslog.conf ] || exit 0
### make a backup of /etc/syslog.conf
[ -f /etc/syslog.conf.orig ] || cp -p /etc/syslog.conf /etc/syslog.conf.orig
### add the psadfifo line to /etc/syslog.conf if necessary
if ! grep -v "#" /etc/syslog.conf | grep -q psadfifo;
then echo " .. Adding psadfifo line to /etc/syslog.conf"
echo "kern.info |/var/lib/psad/psadfifo" >> /etc/syslog.conf
fi
if [ -e /var/run/syslogd.pid ];
then
echo " .. Restarting syslogd "
kill -HUP `cat /var/run/syslogd.pid`
fi
if grep -q "EMAIL.*root.*localhost" /etc/psad/psad.conf;
then
echo " .. You can edit the EMAIL_ADDRESSES variable in"
echo "    /etc/psad/psad.conf to have email alerts sent to"
echo "    an address other than root@localhost"
fi

%preun
%_preun_service psad

%files
%{_initrddir}/%{name}
%{_logdir}/%{name}
%{_localstatedir}/lib/%{name}
/var/run/%{name}
%attr (0500,root,root) %{_sbindir}/*
%{_mandir}/man8/*

%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*.conf
%config(noreplace) %{_sysconfdir}/%{name}/auto_dl
%config(noreplace) %{_sysconfdir}/%{name}/icmp_types
%config(noreplace) %{_sysconfdir}/%{name}/icmp6_types
%config(noreplace) %{_sysconfdir}/%{name}/posf
%config(noreplace) %{_sysconfdir}/%{name}/signatures
%config(noreplace) %{_sysconfdir}/%{name}/pf.os
%config(noreplace) %{_sysconfdir}/%{name}/ip_options

%dir %{_sysconfdir}/%{name}/snort_rules
%config(noreplace) %{_sysconfdir}/%{name}/snort_rules/*

%files -n perl-IPTables-Parse
%{perl_vendorlib}/IPTables/Parse.pm
%{_mandir}/man3/IPTables::Parse*

%files -n perl-IPTables-ChainMgr
%{perl_vendorlib}/IPTables/ChainMgr.pm
%{_mandir}/man3/IPTables::ChainMgr*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.3-2
+ Revision: 8143fef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18590 |14mr|psiconv-0.9.8-27
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	PSION 5(MX) file format data conversion utilities
Name:		psiconv
Version:	0.9.8
Release:	27
License:	GPLv2+
Group:		File tools
Url:		http://software.frodo.looijaard.name/psiconv/
Source0:	http://software.frodo.looijaard.name/psiconv/files/%{name}-%{version}.tar.bz2
BuildRequires:	bc
BuildRequires:	pkgconfig(ImageMagick)

%description
The Psion 5 has several built-in applications. They use their own file
formats to save data files. Psion has written file conversion
utilities for Windows 95, in the form of their PsiWin program. But
there are no conversion utilities for other operating systems. Also,
Psion is not able to or does not want to release enough data for
others to write their own conversion programs. At least, that is what
I have gathered through the newsgroups and from other sources.

%files
%doc TODO README NEWS AUTHORS ChangeLog
%dir %{_sysconfdir}/psiconv/
%config(noreplace) %{_sysconfdir}/psiconv/*
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	PSION 5(MX) file format data conversion library
Group:		System/Libraries

%description -n %{libname}
This contains a shared library that can be used by programs to convert
PSION files.

%files -n %{libname}
%{_libdir}/libpsiconv.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	PSION 5(MX) file format data conversion library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package includes the development files for %{name}.

%files -n %{devname}
%{_libdir}/libpsiconv.so
%{_includedir}/%{name}
%{_bindir}/psiconv-config
%{multiarch_bindir}/psiconv-config
%{_mandir}/man1/psiconv-config.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/psiconv-config

rm -rf %{buildroot}%{_datadir}/psiconv/xhtml


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.8-27
+ Revision: b09cf67
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18591 |14mr|psmisc-22.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Utilities for managing processes on your system
Name:           psmisc
Version:        22.13
Release:        4
License:        GPLv2+
Group:          Monitoring
URL:            http://psmisc.sourceforge.net/
Source0:        http://downloads.sourceforge.net/project/psmisc/%{name}/%{name}-%{version}.tar.gz
BuildRequires:  ncurses-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

Patch0:		fuser-fix--s-option.patch

%description
The psmisc package contains utilities for managing processes on your
system: pstree, killall and fuser.  The pstree command displays a tree
structure of all of the running processes on your system.  The killall
command sends a specified signal (SIGTERM if nothing is specified) to
processes identified by name.  The fuser command identifies the PIDs
of processes that are using specified files or filesystems.

%prep
%setup -q
%patch0 -p1

%build
export CFLAGS="%{optflags} -D_GNU_SOURCE"

%{configure2_5x} \
        --disable-rpath
%{make}

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}

%{__mkdir_p} %{buildroot}/sbin
%{__mv} %{buildroot}%{_bindir}/fuser %{buildroot}/sbin

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog README
/sbin/fuser
%{_bindir}/killall
%{_bindir}/prtstat
%{_bindir}/pstree*
%{_mandir}/man1/fuser.1*
%{_mandir}/man1/killall.1*
%{_mandir}/man1/prtstat.1*
%{_mandir}/man1/pstree.1*
%{_bindir}/peekfd
%{_mandir}/man1/peekfd.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 22.13-4
+ Revision: e216c19
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18592 |14mr|pstoedit-3.62-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname pstoedit %{major}
%define	devname	%mklibname pstoedit -d

Summary:	Translates PostScript/PDF graphics into other vector formats
Name:		pstoedit
Version:	3.62
Release:	3
License:	GPLv2+
Source0:	https://sourceforge.net/projects/pstoedit/files/pstoedit/3.62/%{name}-%{version}.tar.gz
URL:		http://www.pstoedit.net/pstoedit
Group:		Graphics
BuildRequires:	bison
BuildRequires:	ghostscript
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	plotutils-devel
BuildRequires:	multiarch-utils >= 1.0.3
# not compatible
BuildConflicts:	ming-devel

%description
pstoedit translates PostScript and PDF graphics into other vector formats.
Currently pstoedit can generate the following formats:

	- Tgif .obj format (for tgif version >= 3)
	- fig format for xfig
	- pdf Adobe Portable Document Format
	- gnuplot format
	- Flattened PostScript (with or without Bezier curves)
	- DXF - CAD exchange format
	- LWO - LightWave 3D
	- RIB - RenderMan
	- RPL - Real3D
	- Idraw format (a special format of EPS that Idraw can read)
	- Tcl/Tk
	- HPGL
	- AI - Adobe Illustrator Format (based on ps2ai.ps, not a real pstoedit)
	- WMF - Windows Meta Files
	- PIC format for troff/groff
	- MetaPost format per usage with TeX/LaTeX
	- LaTeX2e picture
	- Kontour
	- GNU Metafile (plotutils/libplot)
	- Sketch (http://sketch.sourceforge.net)
	- Mathematica
	- trough ImageMagick to any format supported by ImageMagick

%package -n	%{libname}
Summary:	Pstoedit libraries
Group:		System/Libraries

%description -n	%{libname}
This package contains the libraries needed to run programs dynamically
linked with pstoedit libraries.

%package -n	%{devname}
Summary:	Static libraries and header files for pstoedit development
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
%rename		%{_lib}pstoedit0-devel

%description -n	%{devname}
If you want to create applications that will use pstoedit code or
APIs, you'll need to install these packages as well as pstoedit. This
additional package isn't necessary if you simply want to use pstoedit.

%prep
%setup -q

# clean up permissions
#find -type f -perm +111 | xargs -r file | grep -v script | cut -d: -f1| xargs -r chmod 0644

#AUTOMAKE=automake-1.9 ACLOCAL=aclocal-1.9 autoreconf --force --install

%build
# needed because of definitions in imagemagick headers that break with -pedantic
sed -ie 's/-pedantic//' configure
%configure2_5x --enable-static
%make

%install
%makeinstall_std

install -m644 doc/pstoedit.1 -D %{buildroot}%{_mandir}/man1/pstoedit.1

rm -f %{buildroot}%{_libdir}/%{name}/*.a

%files
%doc doc/changelog.htm doc/index.htm doc/readme.txt
%doc readme.install examples
%{_bindir}/pstoedit
%{_datadir}/pstoedit
%{_mandir}/man1/*.1*

%files -n %{libname}
%{_libdir}/*.so.*
%{_libdir}/pstoedit/*.so
%{_libdir}/pstoedit/*.so.%{major}*

%files -n %{devname}
%doc doc/pstoedit.htm
%{_includedir}/pstoedit
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/*.m4


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.62-3
+ Revision: 2020862
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18593 |14mr|psutils-p17-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package	%nil
Summary:	PostScript utilities
Name:		psutils
Version:	p17
Release:	22

URL:		http://www.tardis.ed.ac.uk/~ajcd/psutils/index.html
Source0:	ftp://ftp.knackered.org/pub/psutils/%{name}-%{version}.tar.bz2
Patch0:		psutils-make.patch
Patch1:		psutils-maketext.patch

License:	BSD-like
Group:		Publishing
Requires:	perl

%description
psutils contains some utilities for manipulating PostScript documents.
Page selections and rearrangement are supported, including arrengement
into signatures for booklet printing, and page merging for n-up printing.

%prep

%setup -q -n psutils
%patch0 -p1
%patch1 -p1

%build
make -f Makefile.unix RPM_OPT_FLAGS="$RPM_OPT_FLAGS" \
	BUILDROOT="%{buildroot}" PERL=%{_bindir}/perl

%install
mkdir -p %{buildroot}/usr/{bin,man,share/psutils}
make -f Makefile.unix install BUILDROOT="$RPM_BUILD_ROOT"
strip %{buildroot}/%{_bindir}/{epsffit,psbook,psnup,psresize,pstops,psselect}
#move the man page
mv %{buildroot}/usr/man %{buildroot}/%{_datadir}

%files
%defattr(-,root,root,0755)
%doc LICENSE README
%attr(755,root,root) %_bindir/*
%dir %_datadir/%{name}
%_mandir/man1/*
%_datadir/%{name}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> p17-22
+ Revision: ff1b23e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18594 |14mr|pth-2.0.7-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 20
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	GNU Pth - GNU Portable Threads
Name:		pth
Version:	2.0.7
Release:	13
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gnu.org/software/pth/
Source0:	ftp://ftp.gnu.org/pub/gnu/pth/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/pub/gnu/pth/%{name}-%{version}.tar.gz.sig
Patch0:		%{name}-2.0.0-pth-config.in.patch
Patch1:		pth-2.0.7-linux3.patch

%description
Pth is a very portable POSIX/ANSI-C based library for Unix platforms
which provides non-preemptive priority-based scheduling for multiple
threads of execution ("multithreading") inside server applications.
All threads run in the same address space of the server application,
but each thread has it's own individual program-counter, run-time
stack, signal mask and errno variable.

%package -n %{libname}
Summary:	GNU Pth - GNU Portable Threads
Group:		System/Libraries

%description -n %{libname}
Pth is a very portable POSIX/ANSI-C based library for Unix platforms
which provides non-preemptive priority-based scheduling for multiple
threads of execution ("multithreading") inside server applications.
All threads run in the same address space of the server application,
but each thread has it's own individual program-counter, run-time
stack, signal mask and errno variable.

This package provides the main %{name} library.

%package -n %{develname}
Summary:	GNU Pth - GNU Portable Threads (Headers and Static Libs)
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname %{name} 20 -d
Provides:	%mklibname %{name} 20 -d

%description -n %{develname}
Pth is a very portable POSIX/ANSI-C based library for Unix platforms.

This package provides all necessary files to develop or compile any
applications or libraries that use %{name} library.

%prep
%setup -q
%patch0 -p1 -b .cflags-ldflags
%patch1 -p1 -b .linux3

%build

%configure2_5x \
	--enable-optimize=yes \
	--enable-pthread=no
	
# (tpg)	without this parallel make fails
%make pth_p.h

%make

%check 
make test

%install

%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/pth-config


%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%doc AUTHORS ChangeLog NEWS PORTING README THANKS
%{_bindir}/pth-config
%{multiarch_bindir}/pth-config
%{_datadir}/aclocal/*.m4
%{_includedir}/*
%{_libdir}/lib*.a
%{_libdir}/lib*.so
%{_mandir}/man?/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.7-13
+ Revision: 9a3c1e9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18595 |14mr|ptlib-2.10.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname pt

%define major %{version}
%define libname %mklibname %{fname} %{major}
%define devname %mklibname %{fname} -d

%define url_ver %(echo %version | cut -d. -f1,2)

Summary:	Portable Tool Library
Name:		ptlib
Version:	2.10.10
Release:	4
License:	MPL
Group:		System/Libraries
Url:		http://www.opalvoip.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/ptlib/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		ptlib-fixcamcrash.patch
Patch1:		ptlib-2.10.10-bison3.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	sed
BuildRequires:	libdc1394_12-devel >= 0.9.5
BuildRequires:	libraw1394_8-devel
BuildRequires:	openldap-devel
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libavc1394)
#BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libpulse)
#BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sdl)
# We are not ready for that yet
BuildConflicts:	pkgconfig(libdc1394-2)

%description
PTLib is a C++ multi-platform abstraction library that has its genesis
many years ago as a method to produce applications to run on both
Microsoft Windows and Unix systems. It also was to have a Macintosh
port but this never eventuated.

This is the GNOME.org version of ptlib.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Portable Windows Libary
Group:		System/Libraries
Requires:	%{libname}-plugins >= %{EVRD}

%description -n %{libname}
PTLib is a C++ multi-platform abstraction library that has its genesis
many years ago as a method to produce applications to run on both
Microsoft Windows and Unix systems. It also was to have a Macintosh
port but this never eventuated.

This is the GNOME.org version of ptlib.

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Portable Windows Libary development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{mklibname pwlib -d}

%description -n %{devname}
Header files and libraries for developing applications that use ptlib.

%files -n %{devname}
%doc *.txt
%attr(0755,root,root) %{_bindir}/ptlib-config
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/*
%{_datadir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package -n %{libname}-plugins
Summary:	Main plugins for ptlib
Group:		System/Libraries
Provides:	%{name}-plugins = %{EVRD}
Provides:	%{name}-plugins-alsa = %{EVRD}
Provides:	%{name}-plugins-oss = %{EVRD}
Provides:	%{name}-plugins-pulseaudio = %{EVRD}
Provides:	%{name}-plugins-v4l2 = %{EVRD}

%description -n %{libname}-plugins
This package contains the oss, alsa, pulseaudio and v4l2 plugins for ptlib.

%files -n %{libname}-plugins
%dir %{_libdir}/%{name}-%{version}
%dir %{_libdir}/%{name}-%{version}/devices
%dir %{_libdir}/%{name}-%{version}/devices/sound
%dir %{_libdir}/%{name}-%{version}/devices/videoinput
%{_libdir}/%{name}-%{version}/devices/sound/alsa_pwplugin.so
%{_libdir}/%{name}-%{version}/devices/sound/oss_pwplugin.so
%{_libdir}/%{name}-%{version}/devices/sound/pulse_pwplugin.so
%{_libdir}/%{name}-%{version}/devices/videoinput/v4l2_pwplugin.so

#----------------------------------------------------------------------------

%package -n %{libname}-plugins-dc
Summary:	Dc plugin for ptlib
Group:		System/Libraries
Provides:	%{name}-plugins-dc = %{EVRD}

%description -n %{libname}-plugins-dc
This package contains the dc plugin for ptlib.

%files -n %{libname}-plugins-dc
%{_libdir}/%{name}-%{version}/devices/videoinput/dc_pwplugin.so

#----------------------------------------------------------------------------

%package -n %{libname}-plugins-avc
Summary:	AVC plugin for ptlib
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-plugins-avc = %{EVRD}

%description -n %{libname}-plugins-avc
This package contains the AVC plugin for ptlib.

%files -n %{libname}-plugins-avc
%{_libdir}/%{name}-%{version}/devices/videoinput/avc_pwplugin.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
	--enable-v4l2 \
	--enable-plugins \
	--enable-oss \
	--enable-avc \
	--enable-dc

%make RPM_OPT_FLAGS="%{optflags}"

%install
%makeinstall_std

%multiarch_includes %{buildroot}%{_includedir}/ptbuildopts.h

%multiarch_includes %{buildroot}%{_includedir}/ptlib/pluginmgr.h

#fix doc perms
chmod a+r *.txt

#remove unpackaged files
rm -f %{buildroot}%{_datadir}/ptlib/make/*.{pat,in,lib64,libname,ptlibdir,includesdir}

# fix ptlib-config
install -d %{buildroot}%{_bindir}
ln -snf %{_datadir}/ptlib/make/ptlib-config %{buildroot}%{_bindir}/ptlib-config

# fix strange perms
find %{buildroot} -type d -perm 0700 -exec chmod 755 {} \;
find %{buildroot} -type f -perm 0555 -exec chmod 755 {} \;
find %{buildroot} -type f -perm 0444 -exec chmod 644 {} \;
find %{buildroot}%{_libdir} -type f -name '*.so*' -exec chmod 755 {} \;

# it's not stable at major version level...
rm -f %{buildroot}%{_libdir}/libpt.so.?
rm -f %{buildroot}%{_libdir}/libpt.so.?.?


%changelog
* Tue Jul 22 2014 abondrov <andrey.bondrov@rosalab.ru> 2.10.10-4
+ Revision: 02033ca
- Add patch to fix build with bison3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18596 |14mr|pugixml-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major 1
%define		libname		%mklibname pugixml %{major}
%define		develname	%mklibname pugixml -d

Name:		pugixml
Version:	1.2
Release:	2
Summary:	A light-weight C++ XML processing library
Group:		System/Libraries
License:	MIT
URL:		http://pugixml.org
Source0:	http://pugixml.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	cmake

%description
pugixml is a light-weight C++ XML processing library.
It features:
- DOM-like interface with rich traversal/modification capabilities
- Extremely fast non-validating XML parser which constructs the DOM tree from
  an XML file/buffer
- XPath 1.0 implementation for complex data-driven tree queries
- Full Unicode support with Unicode interface variants and automatic encoding
  conversions

%package -n %{libname}
Summary:	A light-weight C++ XML processing library
Group:		System/Libraries

%description -n %{libname}
pugixml is a light-weight C++ XML processing library.
It features:
- DOM-like interface with rich traversal/modification capabilities
- Extremely fast non-validating XML parser which constructs the DOM tree from
  an XML file/buffer
- XPath 1.0 implementation for complex data-driven tree queries
- Full Unicode support with Unicode interface variants and automatic encoding
  conversions

%package -n %{develname}
Summary:	Development files for %{name} library
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for package %{name} library

%prep
%setup -q -c %{name}-%{version}
#%patch0 -p0

%build
%cmake ../scripts
%make

%install
mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_datadir}/%{name}/contrib
mkdir -p %{buildroot}%{_libdir}

install -p -m 0644 contrib/* %{buildroot}%{_datadir}/%{name}/contrib/
install -p -m 0644 src/*.hpp %{buildroot}%{_includedir}/
install -p -m 0755  build/*.so.* %{buildroot}%{_libdir}/
mv build/*.so %{buildroot}%{_libdir}/

%files -n %{libname}
%doc readme.txt
%{_libdir}/*.so.%{major}.*

%files -n %{develname}
%doc docs/*
%{_libdir}/*.so
%{_datadir}/%{name}
%{_includedir}/*.hpp



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-2
+ Revision: c0558c3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18597 |14mr|pulseaudio-5.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%ifarch %{ix86} x86_64 %{arm}
%global with_webrtc 1
%endif

%define bootstrap 0
%{?_without_bootstrap: %global bootstrap 0}
%{?_with_bootstrap: %global bootstrap 1}

# (cg) Lennart has introduced a circular dependancy in the libraries
# libpulse requires libpulsecommon but libpulsecommon requires libpulse.
# This breaks no-undefined.
# Further issues in some test apps (maybe more) require that disabling
# as-needed is also required.
%define _disable_ld_no_undefined 1
%define _disable_ld_as_needed 1

%define __noautoreq 'devel\\(libpulsecommon.*\\)'

# Majors
%define major 0
%define zeroconfmajor 0
%define glib2major 0
%define apiver 5.0

# Library names
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

%define glib2libname %mklibname pulseglib2 %{glib2major}

# API libs (not real shared libs - mostly private but needed by other libs and server)
%define corelibname %mklibname pulsecore %{apiver}
%define commonlibname %mklibname pulsecommon %{apiver}

Summary:	Sound server for Linux
Name:		pulseaudio
Version:	5.0
Release:	6
# Airtunes links to OpenSSL which is BSD-like and should be reflected here
License:	LGPL and BSD-like
Group:		Sound
Url:		http://pulseaudio.org/
Source0:	http://freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
Source1:	%{name}.sysconfig
Source3:	esd.conf
Source4:	%{name}.svg
Source5:	default.pa-for-gdm
# Load more modules if they are available
Patch0:		pulseaudio-5.0-defaults.patch

# Stable Branch Patches
Patch100:	0100-module-systemd-login-Use-a-new-check-to-only-exit-wh.patch

# Mandriva Patches
Patch500:	0500-Customise-startup-so-we-can-easily-disable-PA.patch
Patch501:	0501-Some-customisations-to-esdcompat-in-order-to-adhere-.patch
Patch504:	0504-Apply-startup-customisation-to-new-KDE-module.patch

#Fedora patches
Patch505:	pulseaudio-x11_device_manager.patch

BuildRequires:	automake1.8
BuildRequires:	doxygen
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	cap-devel
BuildRequires:	gettext-devel
BuildRequires:	libltdl-devel
BuildRequires:	libwrap-devel
BuildRequires:	xen-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(atomic_ops)
BuildRequires:	pkgconfig(avahi-client)
%if !%{bootstrap}
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(sbc)
%endif
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(jack)
%if %{mdvver} <= 201210
BuildRequires:	pkgconfig(json)
%else
BuildRequires:	pkgconfig(json-c)
%endif
BuildRequires:	pkgconfig(libasyncns)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	pkgconfig(polkit-agent-1)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(tdb)
BuildRequires:	pkgconfig(udev)
%if 0%{?with_webrtc}
BuildRequires:	pkgconfig(webrtc-audio-processing)
%endif
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(x11-xcb)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xtst)
Requires:	udev >= 143
Requires:	rtkit
Requires(post):	ccp


%description
pulseaudio is a sound server for Linux and other Unix like operating
systems. It is intended to be an improved drop-in replacement for the
Enlightened Sound Daemon (EsounD). In addition to the features EsounD
provides pulseaudio has:
     * Extensible plugin architecture (by loading dynamic loadable
       modules with dlopen())
     * Support for more than one sink/source
     * Better low latency behaviour
     * Embedabble into other software (the core is available as C
       library)
     * Completely asynchronous C API
     * Simple command line interface for reconfiguring the daemon while
       running
     * Flexible, implicit sample type conversion and resampling
     * "Zero-Copy" architecture
     * Module autoloading
     * Very accurate latency measurement for playback and recording.
     * May be used to combine multiple sound cards to one (with sample
       rate adjustment)
     * Client side latency interpolation

%files -f %{name}.lang
%doc README
%dir %{_sysconfdir}/pulse/
%config(noreplace) %{_sysconfdir}/pulse/daemon.conf
%config(noreplace) %{_sysconfdir}/pulse/default.pa
%config(noreplace) %{_sysconfdir}/pulse/system.pa
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man5/pulse-client.conf.5.*
%{_mandir}/man5/pulse-daemon.conf.5.*
%{_mandir}/man5/default.pa.5.*
%{_mandir}/man5/pulse-cli-syntax.5.*
%{_datadir}/icons/hicolor/*
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/alsa-mixer
/lib/udev/rules.d/90-pulseaudio.rules
%dir %{_libdir}/pulse-%{apiver}
%dir %{_libdir}/pulse-%{apiver}/modules
%{_libdir}/pulse-%{apiver}/modules/libalsa-util.so
%{_libdir}/pulse-%{apiver}/modules/libcli.so
%{_libdir}/pulse-%{apiver}/modules/liboss-util.so
%{_libdir}/pulse-%{apiver}/modules/libprotocol-cli.so
%{_libdir}/pulse-%{apiver}/modules/libprotocol-esound.so
%{_libdir}/pulse-%{apiver}/modules/libprotocol-http.so
%{_libdir}/pulse-%{apiver}/modules/libprotocol-native.so
%{_libdir}/pulse-%{apiver}/modules/libprotocol-simple.so
%{_libdir}/pulse-%{apiver}/modules/libraop.so
%{_libdir}/pulse-%{apiver}/modules/librtp.so
%{_libdir}/pulse-%{apiver}/modules/module-alsa-card.so
%{_libdir}/pulse-%{apiver}/modules/module-alsa-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-alsa-source.so
%{_libdir}/pulse-%{apiver}/modules/module-always-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-augment-properties.so
%{_libdir}/pulse-%{apiver}/modules/module-card-restore.so
%{_libdir}/pulse-%{apiver}/modules/module-cli-protocol-tcp.so
%{_libdir}/pulse-%{apiver}/modules/module-cli-protocol-unix.so
%{_libdir}/pulse-%{apiver}/modules/module-cli.so
%{_libdir}/pulse-%{apiver}/modules/module-combine.so
%{_libdir}/pulse-%{apiver}/modules/module-combine-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-role-cork.so
%{_libdir}/pulse-%{apiver}/modules/module-systemd-login.so
%{_libdir}/pulse-%{apiver}/modules/module-dbus-protocol.so
%{_libdir}/pulse-%{apiver}/modules/module-detect.so
%{_libdir}/pulse-%{apiver}/modules/module-device-manager.so
%{_libdir}/pulse-%{apiver}/modules/module-device-restore.so
%{_libdir}/pulse-%{apiver}/modules/module-echo-cancel.so
%{_libdir}/pulse-%{apiver}/modules/module-esound-compat-spawnfd.so
%{_libdir}/pulse-%{apiver}/modules/module-esound-compat-spawnpid.so
%{_libdir}/pulse-%{apiver}/modules/module-esound-protocol-tcp.so
%{_libdir}/pulse-%{apiver}/modules/module-esound-protocol-unix.so
%{_libdir}/pulse-%{apiver}/modules/module-esound-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-http-protocol-tcp.so
%{_libdir}/pulse-%{apiver}/modules/module-http-protocol-unix.so
%{_libdir}/pulse-%{apiver}/modules/module-intended-roles.so
%{_libdir}/pulse-%{apiver}/modules/module-loopback.so
%{_libdir}/pulse-%{apiver}/modules/module-match.so
%{_libdir}/pulse-%{apiver}/modules/module-mmkbd-evdev.so
%{_libdir}/pulse-%{apiver}/modules/module-native-protocol-fd.so
%{_libdir}/pulse-%{apiver}/modules/module-native-protocol-tcp.so
%{_libdir}/pulse-%{apiver}/modules/module-native-protocol-unix.so
%{_libdir}/pulse-%{apiver}/modules/module-null-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-null-source.so
%{_libdir}/pulse-%{apiver}/modules/module-oss.so
%{_libdir}/pulse-%{apiver}/modules/module-pipe-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-pipe-source.so
%{_libdir}/pulse-%{apiver}/modules/module-raop-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-rygel-media-server.so
%{_libdir}/pulse-%{apiver}/modules/module-position-event-sounds.so
%{_libdir}/pulse-%{apiver}/modules/module-rescue-streams.so
%{_libdir}/pulse-%{apiver}/modules/module-rtp-recv.so
%{_libdir}/pulse-%{apiver}/modules/module-rtp-send.so
%{_libdir}/pulse-%{apiver}/modules/module-simple-protocol-tcp.so
%{_libdir}/pulse-%{apiver}/modules/module-simple-protocol-unix.so
%{_libdir}/pulse-%{apiver}/modules/module-sine.so
%{_libdir}/pulse-%{apiver}/modules/module-sine-source.so
%{_libdir}/pulse-%{apiver}/modules/module-tunnel-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-tunnel-source.so
%{_libdir}/pulse-%{apiver}/modules/module-udev-detect.so
%{_libdir}/pulse-%{apiver}/modules/module-volume-restore.so
%{_libdir}/pulse-%{apiver}/modules/module-virtual-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-virtual-source.so
%{_libdir}/pulse-%{apiver}/modules/module-stream-restore.so
%{_libdir}/pulse-%{apiver}/modules/module-suspend-on-idle.so
%{_libdir}/pulse-%{apiver}/modules/module-default-device-restore.so
%{_libdir}/pulse-%{apiver}/modules/module-ladspa-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-remap-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-switch-on-connect.so
%{_libdir}/pulse-%{apiver}/modules/module-filter-apply.so
%{_libdir}/pulse-%{apiver}/modules/module-filter-heuristics.so
%{_libdir}/pulse-%{apiver}/modules/module-virtual-surround-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-switch-on-port-available.so
%{_libdir}/pulse-%{apiver}/modules/libwebrtc-util.so
%{_libdir}/pulse-%{apiver}/modules/module-remap-source.so
%{_libdir}/pulse-%{apiver}/modules/module-role-ducking.so
%{_libdir}/pulse-%{apiver}/modules/module-tunnel-sink-new.so
%{_libdir}/pulse-%{apiver}/modules/module-tunnel-source-new.so
%{_sysconfdir}/bash_completion.d/pulseaudio-bash-completion.sh

%pre
/usr/sbin/groupadd -f -r pulse || :
/usr/bin/id pulse >/dev/null 2>&1 || \
            /usr/sbin/useradd -r -c 'PulseAudio System Daemon' -s /sbin/nologin -d /var/run/pulse -g pulse pulse || :
/usr/sbin/groupadd -f -r pulse-access || :
exit 0

%post
ccp -i -d --set NoOrphans --oldfile %{_sysconfdir}/pulse/daemon.conf --newfile %{_sysconfdir}/pulse/daemon.conf.rpmnew

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for PulseAudio clients
Group:		System/Libraries
Requires:	%{name}-client-config
Suggests:	%{mklibname alsa-plugins}-pulseaudio
%ifarch x86_64
# (cg) Suggest the 32 bit library on 64 bits to ensure compatibility
#      with (typically closed source) 32 bit apps.
Suggests:	lib%{name}%{major}
%endif

%description -n %{libname}
This package contains the runtime libraries for any application that wishes
to interface with a PulseAudio sound server.

%files -n %{libname}
%{_libdir}/libpulse.so.%{major}*
%{_libdir}/libpulse-simple.so.%{major}*
%dir %{_libdir}/%{name}
# (cg) Although the following is not a shared library, putting this file here
# will allow padsp to work on dual arch machines... (e.g. using padsp to start
# a 32-bit app).
%{_libdir}/%{name}/libpulsedsp.so

#----------------------------------------------------------------------------

%package -n %{corelibname}
Summary:	Core Library for PulseAudio
Group:		System/Libraries
Obsoletes:	%{mklibname pulsezeroconf 0} < 2.0

%description -n %{corelibname}
This package contains a library needed by the PulseAudio sound server
and modules.

%files -n %{corelibname}
%{_libdir}/libpulsecore-%{apiver}.so

#----------------------------------------------------------------------------

%package -n %{commonlibname}
Summary:	Common Library for PulseAudio
Group:		System/Libraries

%description -n %{commonlibname}
This package contains a library needed by the PulseAudio sound server,
modules and clients.

%files -n %{commonlibname}
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libpulsecommon-%{apiver}.so

#----------------------------------------------------------------------------

%define alt_name soundprofile
%define alt_priority 20

%package client-config
Summary:	Client configuration for PulseAudio clients
Group:		System/Libraries
# (eatdirt) Otherwise may trigger bug 2966
Requires:	alsa-plugins-pulse-config
Requires(post):	ccp
Requires(post,postun):	update-alternatives

%description client-config
This package contains the client configuration files for any application
that wishes to interface with a PulseAudio sound server.

%files client-config
%config(noreplace) %{_sysconfdir}/pulse/client.conf
%dir %{_sysconfdir}/sound/profiles/pulse
%{_sysconfdir}/sound/profiles/pulse/profile.conf

%post client-config
%{_sbindir}/update-alternatives \
  --install %{_sysconfdir}/sound/profiles/current %{alt_name} %{_sysconfdir}/sound/profiles/pulse %{alt_priority}
ccp -i -d --set NoOrphans --oldfile %{_sysconfdir}/pulse/client.conf --newfile %{_sysconfdir}/pulse/client.conf.rpmnew

%postun client-config
if [ ! -f %{_sysconfdir}/sound/profiles/pulse/profile.conf ]; then
  /usr/sbin/update-alternatives --remove %{alt_name} %{_sysconfdir}/sound/profiles/pulse
fi

#----------------------------------------------------------------------------

%package -n %{glib2libname}
Summary:	GLIB 2.x bindings for PulseAudio clients
Group:		System/Libraries

%description -n %{glib2libname}
This package contains bindings to integrate the PulseAudio client library with
a GLIB 2.x based application.

%files -n %{glib2libname}
%{_libdir}/libpulse-mainloop-glib.so.%{glib2major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and libraries for PulseAudio client development
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{glib2libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d pulseaudio 0} < 2.1

%description -n %{devname}
Headers and libraries for developing applications that can communicate with
a PulseAudio sound server.

%files -n %{devname}
%doc doxygen/html
%{_libdir}/libpulse.so
%{_libdir}/libpulse-mainloop-glib.so
%{_libdir}/libpulse-simple.so
%dir %{_includedir}/pulse
%{_includedir}/pulse/*.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/cmake/PulseAudio
%{_datadir}/vala/vapi/libpulse.deps
%{_datadir}/vala/vapi/libpulse.vapi
%{_datadir}/vala/vapi/libpulse-mainloop-glib.deps
%{_datadir}/vala/vapi/libpulse-mainloop-glib.vapi

#----------------------------------------------------------------------------

%package esound-compat
Summary:	PulseAudio EsounD daemon compatibility script
Group:		Sound
Requires:	%{name} = %{EVRD}
Provides:	esound = %{EVRD}

%description esound-compat
A compatibility script that allows applications to call /usr/bin/esd
and start PulseAudio with EsounD protocol modules.

%files esound-compat
%config(noreplace) %{_sysconfdir}/esd.conf
%{_bindir}/esdcompat
%{_bindir}/esd
%{_mandir}/man1/esdcompat.1.*

#----------------------------------------------------------------------------

%if !%{bootstrap}
%package module-bluetooth
Summary:	Bluetooth support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}
Requires:	sbc

%description module-bluetooth
Bluetooth modules for the PulseAudio sound server to provide support
for headsets and proximity detection.

%files module-bluetooth
%{_libdir}/pulse-%{apiver}/modules/libbluez*-util.so
%{_libdir}/pulse-%{apiver}/modules/module-bluez*-device.so
%{_libdir}/pulse-%{apiver}/modules/module-bluez*-discover.so
%{_libdir}/pulse-%{apiver}/modules/module-bluetooth-discover.so
%{_libdir}/pulse-%{apiver}/modules/module-bluetooth-policy.so
%endif

#----------------------------------------------------------------------------

%package module-equalizer
Summary:	Equalizer support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}
Requires:	python-dbus
Requires:	python-qt4

%description module-equalizer
Equalizer module for the PulseAudio sound server.

%files module-equalizer
%{_bindir}/qpaeq
%{_libdir}/pulse-%{apiver}/modules/module-equalizer-sink.so

#----------------------------------------------------------------------------

%package module-gconf
Summary:	GConf support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}

%description module-gconf
GConf configuration backend for the PulseAudio sound server.

%files module-gconf
%{_libdir}/pulse-%{apiver}/modules/module-gconf.so
%dir %{_libdir}/pulse/
%{_libdir}/pulse/gconf-helper

#----------------------------------------------------------------------------

%package module-jack
Summary:	JACK support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}

%description module-jack
JACK sink and source modules for the PulseAudio sound server.

%files module-jack
%{_libdir}/pulse-%{apiver}/modules/module-jack-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-jack-source.so
%{_libdir}/pulse-%{apiver}/modules/module-jackdbus-detect.so

#----------------------------------------------------------------------------

%package module-lirc
Summary:	LIRC support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}

%description module-lirc
LIRC volume control module for the PulseAudio sound server.

%files module-lirc
%{_libdir}/pulse-%{apiver}/modules/module-lirc.so

#----------------------------------------------------------------------------

%package module-x11
Summary:	X11 support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}

%description module-x11
X11 bell and security modules for the PulseAudio sound server.

%files module-x11
%{_bindir}/pax11publish
%{_bindir}/start-pulseaudio-x11
%{_bindir}/start-pulseaudio-kde
%{_mandir}/man1/pax11publish.1.*
%{_mandir}/man1/start-pulseaudio-x11.1.*
%{_mandir}/man1/start-pulseaudio-kde.1.*
%{_libdir}/pulse-%{apiver}/modules/module-x11-bell.so
%{_libdir}/pulse-%{apiver}/modules/module-x11-cork-request.so
%{_libdir}/pulse-%{apiver}/modules/module-x11-publish.so
%{_libdir}/pulse-%{apiver}/modules/module-x11-xsmp.so
%{_sysconfdir}/xdg/autostart/pulseaudio.desktop
%{_sysconfdir}/xdg/autostart/pulseaudio-kde.desktop

#----------------------------------------------------------------------------

%package module-zeroconf
Summary:	Zeroconf support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}

%description module-zeroconf
Zeroconf publishing module for the PulseAudio sound server.

%files module-zeroconf
%{_libdir}/pulse-%{apiver}/modules/libavahi-wrap.so
%{_libdir}/pulse-%{apiver}/modules/module-zeroconf-discover.so
%{_libdir}/pulse-%{apiver}/modules/module-zeroconf-publish.so
%{_libdir}/pulse-%{apiver}/modules/module-raop-discover.so

#----------------------------------------------------------------------------

%package module-xen
Summary:	Xen guest support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}

%description module-xen
Xen guest support for the PulseAudio sound server.

%files module-xen
%{_libdir}/pulse-%{apiver}/modules/module-xenpv-sink.so

#----------------------------------------------------------------------------

%package utils
Summary:	PulseAudio sound server utilities
Group:		Sound

%description utils
This package contains command line utilities for the PulseAudio sound server.

%files utils
%{_bindir}/pacat
%{_bindir}/pacmd
%{_bindir}/pactl
%{_bindir}/padsp
%{_bindir}/pamon
%{_bindir}/paplay
%{_bindir}/parec
%{_bindir}/parecord
%{_bindir}/pasuspender
%{_mandir}/man1/pacat.1.*
%{_mandir}/man1/pacmd.1.*
%{_mandir}/man1/pactl.1.*
%{_mandir}/man1/padsp.1.*
%{_mandir}/man1/paplay.1.*
%{_mandir}/man1/pasuspender.1.*

#----------------------------------------------------------------------------

%package gdm-hooks
Summary:	PulseAudio GDM integration
Group:		Sound
Requires:	gdm
# for the gdm user
Requires(pre):	gdm

%description gdm-hooks
This package contains GDM integration hooks for the PulseAudio sound server.

%files gdm-hooks
%attr(0700, gdm, gdm) %dir %{_localstatedir}/lib/gdm/.pulse
%attr(0600, gdm, gdm) %{_localstatedir}/lib/gdm/.pulse/default.pa

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# (cg) If autoconf is retriggered (which can happen automatically) we need this file.
cat >git-version-gen <<EOF
#!/bin/bash
echo -n %{version}.0-%{release}
EOF
chmod a+x git-version-gen

echo "clean:" > Makefile
./bootstrap.sh -V

%build
%configure2_5x \
	--disable-hal-compat \
	--enable-systemd \
	--with-fftw \
	--disable-static \
	--with-system-user=pulse \
	--with-system-group=pulse \
	--with-access-group=pulse-access \
%ifarch %{arm}
	--disable-neon-opt \
%endif
%if 0%{?with_webrtc}
	--enable-webrtc-aec
%endif

%make
make doxygen

%install
%makeinstall_std

install -D -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -D -m 0755 %{SOURCE3} %{buildroot}%{_sysconfdir}/

install -D -m 0644 %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/devices
ln -s ../apps/%{name}.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/devices/audio-backend-pulseaudio.svg
for size in 16 22 32 48 64 128; do
  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/{apps,devices}
  convert -geometry ${size}x${size} %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/%{name}.png
  ln -s ../apps/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/devices/audio-backend-pulseaudio.png
done

# Fix esd
ln -s esdcompat %{buildroot}%{_bindir}/esd

# (cg) For sound profile support
mkdir -p %{buildroot}%{_sysconfdir}/sound/profiles/pulse
echo "SOUNDPROFILE=pulse" >%{buildroot}%{_sysconfdir}/sound/profiles/pulse/profile.conf

# (cg) HAL support is no longer the default, and we don't officially support system wide, so
# System Wide + HAL is pretty unlikely.
rm -f %{buildroot}%{_sysconfdir}/dbus-1/system.d/%{name}-system.conf

# (cg) We require systemd now, so no point in using CK
rm -f %{buildroot}%{_libdir}/pulse-%{apiver}/modules/module-console-kit.so

# (cg) Disable x11-cork-request... it should be ahndled in the apps as we cannot
#      maintain state via this mechanism. Should be a patch, but I'm lazy.
sed -i 's,\(/usr/bin/pactl load-module module-x11-cork-request\),#\1,' %{buildroot}%{_bindir}/start-pulseaudio-x11

# (akdengi) Add gdm hook from Fedora
install -p -m644 -D %{SOURCE5} %{buildroot}%{_localstatedir}/lib/gdm/.pulse/default.pa

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.0-6
+ Revision: 8346ce8
- MassBuild#440: Increase release tag

* Mon Jun 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0-5
+ Revision: 59d98f9
- Adjust default config (load dbus and equalizer modules if they are installed)

* Mon Jun 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0-5
+ Revision: aa4feec
- Update Requires for equalizer module

* Sun Jun 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0-4
+ Revision: ad9eb42
- Minor sources cleanup

* Sun Jun 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0-4
+ Revision: 4a48860
- Build with equalizer module (add pulseaudio-module-equalizer subpackage)

* Sun Jun 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0-4
+ Revision: 743bc4f
- Sort subpackages

* Mon May 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0-3
+ Revision: 06b0f9b
- Build with new json-c

* Tue Mar 11 2014 akdengi <kazancas@mandriva.ru> 5.0-2
+ Revision: 8cce7c4
- SILENT up release

* Tue Mar 11 2014 akdengi <kazancas@mandriva.ru> 5.0-1
+ Revision: 194e8a9
- add KDE device manager patch

* Wed Mar 05 2014 akdengi <kazancas@mandriva.ru> 5.0-1
+ Revision: ef83e58
- Update to 5.0

* Thu Nov 28 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0-8
+ Revision: 586ff23
- LOG Update BuildRequires

* Thu Nov 28 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0-8
+ Revision: 409d86d
- LOG Spec cleanup

* Wed Nov 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 3.0-7
+ Revision: 9884df6
- Update Russian l10n

* Tue Mar 19 2013 akdengi <kazancas@mandriva.ru> 3.0-6
+ Revision: 70fd1cf
- drop early presented patch

* Tue Mar 19 2013 akdengi <kazancas@mandriva.ru> 3.0-6
+ Revision: 97c1cf6
- fix memtest patch

* Tue Mar 19 2013 akdengi <kazancas@mandriva.ru> 3.0-6
+ Revision: ddb0711
- add patches from SUSE to avoid zero sound and memtest problem

* Wed Mar 13 2013 akdengi <kazancas@gmail.com> 3.0-5
+ Revision: a9515e2
- update spec

* Wed Mar 13 2013 akdengi <kazancas@gmail.com> 3.0-5
+ Revision: 58634af
- up release

* Wed Mar 13 2013 akdengi <kazancas@gmail.com> 3.0-4
+ Revision: caba59a
- R gdm >= 3.6.2

* Wed Mar 13 2013 akdengi <kazancas@gmail.com> 3.0-4
+ Revision: 41ec6b5
- drop equalizer module

* Wed Mar 13 2013 akdengi <kazancas@gmail.com> 3.0-4
+ Revision: 69192d3
- add missing default-pa-gdm

* Wed Mar 13 2013 akdengi <kazancas@gmail.com> 3.0-4
+ Revision: 851aa13
- drop unused patch. Add missing configure params. Add gdm hook

* Fri Feb 08 2013 Alexander Kazancev <kazancas@gmail.com> 3.0-3
+ Revision: 25e9d00
- Add missing file webrtc module

* Fri Feb 08 2013 Alexander Kazancev <kazancas@gmail.com> 3.0-3
+ Revision: 2d05a82
- Updated pulseaudio.spec

* Wed Feb 06 2013 Alexander Kazancev <kazancas@gmail.com> 3.0-2
+ Revision: df67553
- Add file to bluetooth package

* Wed Feb 06 2013 Alexander Kazancev <kazancas@gmail.com> 3.0-2
+ Revision: 21f402b
- fix files in module-bluetooth package

* Wed Feb 06 2013 Alexander Kazancev <kazancas@gmail.com> 3.0-2
+ Revision: faf6a10
- Drop module-hal-detect.so

* Wed Feb 06 2013 akdengi <kazancas@mandriva.ru> 3.0-2
+ Revision: f934ae4
- add sbc to BR and R

* Tue Feb 05 2013 akdengi <kazancas@mandriva.ru> 3.0-2
+ Revision: 1cda996
- return bluetooth package... Semistrange with bootstrap variable :(

* Tue Feb 05 2013 akdengi <kazancas@mandriva.ru> 3.0-1
+ Revision: 6e44d19
- drop bluetooth package as non-needing

* Tue Feb 05 2013 Alexander Kazancev <kazancas@gmail.com> 3.0-1
+ Revision: 60d835e
- Set correct apiver to 3.0

* Tue Feb 05 2013 akdengi <kazancas@gmail.com> 3.0-1
+ Revision: 05a77dc
- replace sourcedir/file to SOURCEX

* Tue Feb 05 2013 Alexander Kazancev <kazancas@gmail.com> 3.0-1
+ Revision: 67f4bbe
- Return %{_sourcedir}

* Tue Feb 05 2013 Alexander Kazancev <kazancas@gmail.com> 3.0-1
+ Revision: 2a294f7
- Disable json-c patch

* Tue Feb 05 2013 Alexander Kazancev <kazancas@gmail.com> 3.0-1
+ Revision: 369d62c
- drop sourcedir



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18598 |14mr|puppet-3.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ppconfdir conf/redhat
%define confdir   ext/redhat
%define puppet_libdir   %{ruby_vendorlibdir}

Name:		puppet
Version:	3.3.0
Release:	3
Summary:	System Automation and Configuration Management Software
License:	Apache License v2
Group:		Monitoring
URL:		http://www.puppetlabs.com/
Source0:	http://puppetlabs.com/downloads/puppet/%{name}-%{version}.tar.gz
Source1:        http://downloads.puppetlabs.com/%{name}/%{name}-%{version}.tar.gz.asc
Source2:        puppet-nm-dispatcher
Source3:        puppet-nm-dispatcher.systemd
BuildRequires:	ruby facter
Requires:	ruby >= 1.8.1
Requires:	facter >= 1.1
Requires(post):	rpm-helper
Requires(preun):rpm-helper
BuildArch:	noarch


%description
Puppet lets you centrally manage every important aspect of your system using a 
cross-platform specification language that manages all the separate elements 
normally aggregated in different files, like users, cron jobs, and hosts, 
along with obviously discrete elements like packages, services, and files.

This package provide the puppet client daemon.


%package server
Group:		Monitoring 
Summary:	Server for the puppet system management tool
Requires:	%{name} = %{version}
Requires(post):	rpm-helper
Requires(preun):rpm-helper
 
%description server
Provides the central puppet server daemon (puppetmaster) which provides
manifests to clients.
The server can also function as a certificate authority and file server.

%prep
%setup -q

%build
# Fix some rpmlint complaints
for f in mac_automount.pp  mcx_dock_absent.pp  mcx_dock_default.pp \
    mcx_dock_full.pp mcx_dock_invalid.pp mcx_nogroup.pp \
    mcx_notexists_absent.pp; do
    sed -i -e'1d' examples/$f
    chmod a-x examples/$f
done
for f in external/nagios.rb relationship.rb; do
    sed -i -e '1d' lib/puppet/$f
done
chmod +x ext/puppet-load.rb ext/regexp_nodes/regexp_nodes.rb


%install
ruby install.rb --destdir=%{buildroot} --quick --no-rdoc --sitelibdir=%{puppet_libdir}

install -d -m0755 %{buildroot}%{_sysconfdir}/puppet/manifests
install -d -m0755 %{buildroot}%{_datadir}/%{name}/modules
install -d -m0755 %{buildroot}%{_localstatedir}/lib/puppet
install -d -m0755 %{buildroot}%{_localstatedir}/run/puppet
install -d -m0750 %{buildroot}%{_localstatedir}/log/puppet

%{__install} -d -m0755  %{buildroot}%{_unitdir}
install -Dp -m0644 ext/systemd/puppetagent.service %{buildroot}%{_unitdir}/puppetagent.service
install -Dp -m0644 ext/systemd/puppetmaster.service %{buildroot}%{_unitdir}/puppetmaster.service

install -Dp -m0644 %{confdir}/fileserver.conf %{buildroot}%{_sysconfdir}/puppet/fileserver.conf
install -Dp -m0644 %{confdir}/puppet.conf %{buildroot}%{_sysconfdir}/puppet/puppet.conf
install -Dp -m0644 %{confdir}/logrotate %{buildroot}%{_sysconfdir}/logrotate.d/puppet

# Install a NetworkManager dispatcher script to pickup changes to
# /etc/resolv.conf and such (https://b.*illa.redhat.com/532085).
install -Dpv %{SOURCE3} \
    %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/98-%{name}

# Install the ext/ directory to %%{_datadir}/%%{name}
install -d %{buildroot}%{_datadir}/%{name}
cp -a ext/ %{buildroot}%{_datadir}/%{name}
# emacs and vim bits are installed elsewhere
rm -rf %{buildroot}%{_datadir}/%{name}/ext/{emacs,vim}
# remove misc packaging artifacts in source not applicable to rpm
rm -rf %{buildroot}%{_datadir}/%{name}/ext/{gentoo,freebsd,solaris,suse,windows,osx,ips,debian}
rm -f %{buildroot}%{_datadir}/%{name}/ext/{build_defaults.yaml,project_data.yaml}
rm -f %{buildroot}%{_datadir}/%{name}/ext/redhat/*.init

# Install emacs mode files
emacsdir=%{buildroot}%{_datadir}/emacs/site-lisp
install -Dp -m0644 ext/emacs/puppet-mode.el $emacsdir/puppet-mode.el
install -Dp -m0644 ext/emacs/puppet-mode-init.el \
    $emacsdir/site-start.d/puppet-mode-init.el

# Install vim syntax files
vimdir=%{buildroot}%{_datadir}/vim/vimfiles
install -Dp -m0644 ext/vim/ftdetect/puppet.vim $vimdir/ftdetect/puppet.vim
install -Dp -m0644 ext/vim/syntax/puppet.vim $vimdir/syntax/puppet.vim

# Setup tmpfiles.d config
mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d
echo "D /var/run/%{name} 0755 %{name} %{name} -" > \
    %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf

# Create puppet modules directory for puppet module tool
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/modules

%pre
%_pre_useradd puppet %{_localstatedir}/lib/%{name} /sbin/nologin 

%post
%_post_service puppetagent

%preun
%_preun_service puppetagent


%post server
%_post_service puppetmaster

%preun server
%_preun_service puppetmaster 

%files
%defattr(-, root, root, 0755)
%doc LICENSE README.md examples
%{_bindir}/puppet
%{_bindir}/extlookup2hiera
%{puppet_libdir}/*
%{_unitdir}/puppetagent.service
%dir %{_sysconfdir}/puppet
%dir %{_sysconfdir}/%{name}/modules
%config(noreplace) %{_sysconfdir}/tmpfiles.d/%{name}.conf
%config(noreplace) %{_sysconfdir}/puppet/puppet.conf
%config(noreplace) %{_sysconfdir}/puppet/auth.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/puppet
%dir %{_sysconfdir}/NetworkManager
%dir %{_sysconfdir}/NetworkManager/dispatcher.d
%{_sysconfdir}/NetworkManager/dispatcher.d/98-puppet
# We don't want to require emacs or vim, so we need to own these dirs
%{_datadir}/emacs
%{_datadir}/vim
%{_datadir}/%{name}
# These need to be owned by puppet so the server can
# write to them
%attr(-, puppet, puppet) %{_localstatedir}/run/puppet
%attr(0750, puppet, puppet) %{_localstatedir}/log/puppet
%attr(-, puppet, puppet) %{_localstatedir}/lib/puppet
%{_mandir}/man5/puppet.conf.5.*
%{_mandir}/man8/puppet.8.*
%{_mandir}/man8/puppet-agent.8.*
%{_mandir}/man8/puppet-apply.8.*
%{_mandir}/man8/puppet-catalog.8.*
%{_mandir}/man8/puppet-describe.8.*
%{_mandir}/man8/puppet-ca.8.*
%{_mandir}/man8/puppet-cert.8.*
%{_mandir}/man8/puppet-certificate.8.*
%{_mandir}/man8/puppet-certificate_request.8.*
%{_mandir}/man8/puppet-certificate_revocation_list.8.*
%{_mandir}/man8/puppet-config.8.*
%{_mandir}/man8/puppet-device.8.*
%{_mandir}/man8/puppet-doc.8.*
%{_mandir}/man8/puppet-facts.8.*
%{_mandir}/man8/puppet-file.8.*
%{_mandir}/man8/puppet-filebucket.8.*
%{_mandir}/man8/puppet-help.8.*
%{_mandir}/man8/puppet-inspect.8.*
%{_mandir}/man8/puppet-instrumentation_data.8.*
%{_mandir}/man8/puppet-instrumentation_listener.8.*
%{_mandir}/man8/puppet-instrumentation_probe.8.*
%{_mandir}/man8/puppet-key.8.*
%{_mandir}/man8/puppet-man.8.*
%{_mandir}/man8/puppet-module.8.*
%{_mandir}/man8/puppet-node.8.*
%{_mandir}/man8/puppet-parser.8.*
%{_mandir}/man8/puppet-plugin.8.*
%{_mandir}/man8/puppet-report.8.*
%{_mandir}/man8/puppet-resource.8.*
%{_mandir}/man8/puppet-resource_type.8.*
%{_mandir}/man8/puppet-secret_agent.8.*
%{_mandir}/man8/puppet-status.8.*
%{_mandir}/man8/extlookup2hiera.8.*

%files server
%defattr(-, root, root, 0755)
%{_unitdir}/puppetmaster.service
%config(noreplace) %{_sysconfdir}/puppet/fileserver.conf
%dir %{_sysconfdir}/puppet/manifests
%{_mandir}/man8/puppet-kick.8.*
%{_mandir}/man8/puppet-master.8.*
%{_mandir}/man8/puppet-queue.8.*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3.0-3
+ Revision: cbb075f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18599 |14mr|pure-ftpd-1.0.36-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight, fast and secure FTP server
Name:		pure-ftpd
Version:	1.0.36
Release:	2
License:	GPL
Group:		System/Servers
URL:		http://www.pureftpd.org
Source0:	http://download.pureftpd.org/pub/pure-ftpd/releases/%{name}-%{version}.tar.gz
Source1:	pure-ftpd.init
Source2:	pure-ftpd.logrotate
Source3:	pure-ftpd-xinetd
Source4:	pure-ftpd.service
Source6:        pure-ftpd.pam
Patch0:		pure-ftpd.mdkconf.patch
Provides:	ftp-server ftpserver
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Conflicts:	wu-ftpd, ncftpd, proftpd, anonftp, vsftpd
BuildRequires:	pam-devel
BuildRequires:	openldap-devel
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel
BuildRequires:	openssl-devel

%description
Pure-FTPd is a fast, production-quality, standard-comformant FTP server,
based upon Troll-FTPd. Unlike other popular FTP servers, it has no known
security flaw, it is really trivial to set up and it is especially designed
for modern Linux and FreeBSD kernels (setfsuid, sendfile, capabilities) .
Features include PAM support, IPv6, chroot()ed home directories, virtual
domains, built-in LS, anti-warez system, bandwidth throttling, FXP, bounded
ports for passive downloads, UL/DL ratios, native LDAP and SQL support,
Apache log files and more.

%package 	anonymous
Summary:	Anonymous support for pure-ftpd
Group:		System/Servers
Requires:	pure-ftpd

%description 	anonymous
This package provides anonymous support for pure-ftpd. 

%package 	anon-upload
Summary:	Anonymous upload support for pure-ftpd
Group:		System/Servers
Requires:	pure-ftpd

%description 	anon-upload
This package provides anonymous upload support for pure-ftpd. 

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1 -b .mdkconf

# nuke mac files
find -name "\._*" | xargs rm -f

cp %{SOURCE3} pure-ftpd-xinetd
cp %{SOURCE4} pure-ftpd.service
cp %{SOURCE6} pure-ftpd.pam

%build
%configure2_5x \
    --sysconfdir=%{_sysconfdir}/%{name} \
    --with-paranoidmsg \
    --without-capabilities \
    --with-pam \
    --with-ldap \
    --with-mysql \
    --with-pgsql \
    --with-puredb \
    --without-sendfile \
    --with-altlog \
    --with-cookie \
    --with-diraliases \
    --with-throttling \
    --with-ratios \
    --with-quotas \
    --with-ftpwho \
    --with-welcomemsg \
    --with-uploadscript \
    --with-peruserlimits \
    --with-virtualhosts \
    --with-virtualchroot \
    --with-extauth \
    --with-largefile \
    --with-rfc2640 \
    --with-tls

%make

%install 
rm -rf %{buildroot}

%makeinstall_std

install -d -m 755 %{buildroot}%{_mandir}/man8/
install -d -m 755 %{buildroot}%{_sbindir}
install -d -m 755 %{buildroot}%{_sysconfdir}/rc.d/init.d/
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}

# Conf 
install -m 755 configuration-file/pure-config.pl %{buildroot}%{_sbindir}
install -m 644 configuration-file/pure-ftpd.conf %{buildroot}%{_sysconfdir}/%{name}
install -m 755 configuration-file/pure-config.py %{buildroot}%{_sbindir}
install -m 644 pureftpd-ldap.conf %{buildroot}%{_sysconfdir}/%{name}
install -m 644 pureftpd-mysql.conf %{buildroot}%{_sysconfdir}/%{name}
install -m 644 pureftpd-pgsql.conf %{buildroot}%{_sysconfdir}/%{name}

# Man
install -m 644 man/pure-ftpd.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-ftpwho.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-mrtginfo.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-uploadscript.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-pw.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-pwconvert.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-statsdecode.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-quotacheck.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-authd.8 %{buildroot}%{_mandir}/man8

install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/pure-ftpd

# Pam 
install -d -m 755 %{buildroot}%{_sysconfdir}/pam.d/
install -m 0644 pure-ftpd.pam %{buildroot}%{_sysconfdir}/pam.d/%{name}

# Logrotate
install -d %{buildroot}%{_sysconfdir}/logrotate.d/
install -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

#anonymous ftp
mkdir -p %{buildroot}/var/ftp/pub/
mkdir -p %{buildroot}/var/ftp/incoming/

# xinetd support (tv)
mkdir -p %{buildroot}%{_sysconfdir}/xinetd.d
install -m0644 pure-ftpd-xinetd %{buildroot}%{_sysconfdir}/xinetd.d/pure-ftpd-xinetd

# avahi support (misc)
mkdir -p %{buildroot}%{_sysconfdir}/avahi/services/
install -m0644 pure-ftpd.service %{buildroot}%{_sysconfdir}/avahi/services/%{name}.service

%post
# ftpusers creation
if [ ! -f %{_sysconfdir}/ftpusers ]; then
	touch %{_sysconfdir}/ftpusers
fi

USERS="root bin daemon adm lp sync shutdown halt mail news uucp operator games nobody"
for i in $USERS ;do
    cat %{_sysconfdir}/ftpusers | grep -q "^$i$" || echo $i >> %{_sysconfdir}/ftpusers
done

%_post_service pure-ftpd

%pre
%_pre_useradd ftp /var/ftp /bin/false

%postun
%_postun_userdel ftp

%preun
%_preun_service pure-ftpd

%files
%doc FAQ THANKS README.Authentication-Modules README.Windows README.Virtual-Users README.Debian 
%doc README README.Contrib README.Configuration-File AUTHORS CONTACT HISTORY NEWS README.LDAP
%doc README.PGSQL README.MySQL pure-ftpd.png contrib/pure-vpopauth.pl
%doc contrib/pure-stat.pl pureftpd.schema
%attr(0755,root,root) %{_initrddir}/pure-ftpd

%config(noreplace) %{_sysconfdir}/%{name}/pure-ftpd.conf
%config(noreplace) %{_sysconfdir}/%{name}/pureftpd-ldap.conf
%config(noreplace) %{_sysconfdir}/%{name}/pureftpd-mysql.conf
%config(noreplace) %{_sysconfdir}/%{name}/pureftpd-pgsql.conf
%config(noreplace) %{_sysconfdir}/pam.d/pure-ftpd
%config(noreplace) %{_sysconfdir}/logrotate.d/pure-ftpd
%config(noreplace) %{_sysconfdir}/xinetd.d/pure-ftpd-xinetd
%config(noreplace) %{_sysconfdir}/avahi/services/%{name}.service

%{_bindir}/pure-pw
%{_bindir}/pure-pwconvert
%{_bindir}/pure-statsdecode
%{_sbindir}/pure-config.pl
%{_sbindir}/pure-config.py
%{_sbindir}/pure-ftpd
%{_sbindir}/pure-ftpwho
%{_sbindir}/pure-uploadscript
%{_sbindir}/pure-mrtginfo
%{_sbindir}/pure-quotacheck
%{_sbindir}/pure-authd

%attr(644,root,root) %{_mandir}/man8/*

%files anonymous
%dir /var/ftp/pub/

%files anon-upload
%attr(0777,root,root) %dir /var/ftp/incoming



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.36-2
+ Revision: 4143306
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18600 |14mr|pv-1.5.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	uclibc

Summary:	Monitor the progress of data through a pipe

Name:		pv
Version:	1.5.7
Release:	1
Group:		Development/Other
License:	Artistic
URL:		http://www.ivarch.com/programs/pv.shtml
Source0:	http://www.ivarch.com/programs/sources/%{name}-%{version}.tar.bz2
BuildRequires:	gettext-devel
BuildRequires:	gettext
BuildRequires:	tetex
BuildRequires:	texinfo
%if %{with uclibc}
BuildRequires:	uClibc-devel
%endif

%description
PV ("Pipe Viewer") is a tool for monitoring the progress of data
through a pipeline.  It can be inserted into any normal pipeline
between two processes to give a visual indication of how quickly
data is passing through, how long it has taken, how near to
completion it is, and an estimate of how long it will be until
completion.

%package -n	uclibc-%{name}
Summary:	Monitor the progress of data through a pipe (uClibc build)

Group:		Development/Other

%description -n	uclibc-%{name}
PV ("Pipe Viewer") is a tool for monitoring the progress of data
through a pipeline.  It can be inserted into any normal pipeline
between two processes to give a visual indication of how quickly
data is passing through, how long it has taken, how near to
completion it is, and an estimate of how long it will be until
completion.


%prep
%setup -q
%patch0 -p1 -b .wholeprogram~

%build
CONFIGURE_TOP="$PWD"
%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%uclibc_configure
%make WHOLE_PROGRAM=1
popd
%endif

mkdir -p system
pushd system
%configure2_5x
%make WHOLE_PROGRAM=1
popd

%check
%make -C system test WHOLE_PROGRAM=1

%install
%if %{with uclibc}
%makeinstall_std -C uclibc WHOLE_PROGRAM=1
%endif

%makeinstall_std -C system WHOLE_PROGRAM=1

%find_lang %{name}

# note; the nls files should probably be added also somehow in the future...
%files -f %{name}.lang
%doc README doc/NEWS doc/TODO doc/COPYING
%{_bindir}/pv
%{_mandir}/man1/pv.1*

%if %{with uclibc}
%files -n uclibc-%{name}
%{uclibc_root}%{_bindir}/pv
%endif

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 1.5.7-1
+ Revision: 6fcf1c4
- Merge pull request #6 from import/pv:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18601 |14mr|pwauth-2.3.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Unix Web Authenticator
Name:		pwauth
Version:	2.3.9
Release:	5
License:	BSD
Group:		System/Servers
URL:		http://code.google.com/p/pwauth/
Source0:	http://pwauth.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	pwauth.pam
Patch0:		pwauth-typo_fix.diff
Patch1:		pwauth-config.diff
Patch2:		pwauth-2.3.2-pam.diff
Patch3:		pwauth-2.3.2-server.diff
Patch4:		pwauth-ldflags_fix.diff
BuildRequires:	pam-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Pwauth is an authenticator designed to be used with
mod_auth_external and the Apache HTTP Daemon to support reasonably
secure web authentication out of the system password database on
most versions of Unix. 

What pwauth actually does is very simple. Given a login and a
password, it returns a status code indicating whether it is a
valid login/password or not. It is normally installed as an
suid-root program, so other programs (like Apache or a CGI
program) can run it to check if a login/password is valid even
though they don't themselves have read access to the system
password database.

%prep

%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0

cp %{SOURCE1} pwauth.pam

%build
%serverbuild

%make CFLAGS="$CFLAGS" LDFLAGS="%{ldflags}" LIB="-lpam -ldl"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/pam.d
install -d %{buildroot}%{_bindir}

install -m0755 pwauth %{buildroot}%{_bindir}/
install -m0755 unixgroup %{buildroot}%{_bindir}/

install -m0644 pwauth.pam %{buildroot}%{_sysconfdir}/pam.d/pwauth
install -m0644 pwauth.pam %{buildroot}%{_sysconfdir}/pam.d/unixgroup

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES FORM_AUTH INSTALL README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/pwauth
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/unixgroup
%attr(04550,root,apache) %{_bindir}/pwauth
%attr(04550,root,apache) %{_bindir}/unixgroup



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.9-5
+ Revision: ec1b6b2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18602 |14mr|pwdb-0.62-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname pwdb %{major}
%define devname %mklibname pwdb -d
%define sdevname %mklibname pwdb -d -s

Summary:	The password database library
Name:		pwdb
Version:	0.62
Release:	25
License:	GPLv2+
Group:		System/Libraries
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.62-includes.patch
Patch1:		pwdb-0.62-makefile.patch
BuildRequires:	pkgconfig(libtirpc)

%description
The pwdb package contains libpwdb, the password database library.
Libpwdb is a library which implements a generic user information
database.  Libpwdb was specifically designed to work with Linux's PAM
(Pluggable Authentication Modules).  Libpwdb allows configurable
access to and management of security tools like /etc/passwd,
/etc/shadow and network authentication systems including NIS and
Radius.

#----------------------------------------------------------------------------

%package conf
Summary:	The password database library config
Group:		System/Base

%description conf
Configuration package for the libpwdb, the password database library.

%files conf
%doc Copyright doc/pwdb.txt doc/html
%config(noreplace) %{_sysconfdir}/pwdb.conf

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The password database library
Group:		System/Libraries
Requires:	%{name}-conf
%rename		pwdb

%description -n %{libname}
The pwdb package contains libpwdb, the password database library.
Libpwdb is a library which implements a generic user information
database.  Libpwdb was specifically designed to work with Linux's PAM
(Pluggable Authentication Modules).  Libpwdb allows configurable
access to and management of security tools like /etc/passwd,
/etc/shadow and network authentication systems including NIS and
Radius.

%files -n %{libname}
/%{_lib}/libpwdb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The pwdb include files and link library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	pwdb-devel = %{EVRD}
Conflicts:	%{_lib}pwdb0-devel < 0.62-25
Obsoletes:	%{_lib}pwdb0-devel < 0.62-25

%description -n %{devname}
The development header / link library for pwdb.

%files -n %{devname}
/%{_lib}/libpwdb.so
%{_includedir}/pwdb

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	The pwdb static library
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Conflicts:	%{_lib}pwdb0-static-devel < 0.62-25
Obsoletes:	%{_lib}pwdb0-static-devel < 0.62-25

%description -n %{sdevname}
The pwdb static library.

%files -n %{sdevname}
/%{_lib}/libpwdb.a

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

rm default.defs
ln -s defs/redhat.defs default.defs
# checking out of the CVS sometimes preserves the setgid bit on
# directories...
chmod -R g-s .

%build
%setup_compile_flags
%make

%install
mkdir -p %{buildroot}/{%{_lib},%{_sysconfdir},%{_includedir}/pwdb}
make \
	INCLUDED=%{buildroot}%{_includedir}/pwdb \
	LIBDIR=%{buildroot}/%{_lib} \
	LDCONFIG=":" \
	install

install conf/pwdb.conf %{buildroot}%{_sysconfdir}/pwdb.conf

ln -sf lib%{name}.so.%{version} %{buildroot}/%{_lib}/lib%{name}.so.%{major}


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.62-25
+ Revision: 037d8fb
- Properly name packages, fix build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18603 |14mr|pxe-1.4.2-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    pxe 
%define version 1.4.2

%define tftpbase /var/lib/tftpboot

Name:           %{name}
Summary:        A Linux PXE (Preboot eXecution Environment) package
Group:          System/Servers
Version:        %{version}
Release:        23
License:        GPL
URL: 		http://www.kano.org.uk/projects/pxe
Requires:       chkconfig, dhcp-server, coreutils, grep, tftp-server, pxelinux
Provides:	pxeserver
BuildRoot:      %{_tmppath}/%{name}-%{version}
Requires(post): rpm-helper
Requires(preun): rpm-helper

Source:		http://www.kano.org.uk/projects/pxe/%{name}-%{version}.tar.gz
Source1: 	pxe
Source2: 	pxe.conf
Source3:	dhcpd.conf.pxe
#Source8:	default
#Source9:	messages
Source10:	elilo.efi
Source11:	elilo.txt
Source12:	elilovars.txt
Source13:	elilo.conf
#Source14:	help.txt
Patch0:		pxe-1.4.patch
Patch3:		pxe-autoconf.patch
Patch4:		pxe-mtftp.patch
Patch5:		pxe-1.4.2-arch_id.patch
Patch7:		pxe-segfault_on_exit.patch

%package	bootstraps
Summary:	A compilation of Linux PXE (Preboot eXecution Environment) Bootstraps
Group:		System/Servers
%ifarch %{ix86}
BuildRequires:	dev86-devel
%endif
Requires:	syslinux >= 1.67
Source5:	pxe-linux.tar.bz2
Source6:	grubNBI.tar.bz2
Source7:	pxedoc.tar.bz2
Patch1:		pxe-1.0-cmdlinearg.patch
Patch2:	 	pxe-linux-config.patch


%description bootstraps
This package contains a compiltation of PXE bootstraps.

%description 
The pxe package contains the PXE (Preboot eXecution Environment)
server and code needed for Linux to boot from a boot disk image on a
Linux PXE server.


%prep 
rm -rf ${RPM_BUILD_ROOT}
%setup -q -n %{name}-%{version}
%setup -q -T -D -a 5
%setup -q -T -D -a 6
%setup -q -T -D -a 7
%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p1 -b .arch_id
%patch7 -p0

%build
%configure
%make

%install
myname=`id -un`
mygroup=`id -gn`
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}%{_sbindir}
#mkdir -p %{buildroot}%{tftpbase}/X86PC/linux/pxelinux.cfg
mkdir -p %{buildroot}%{tftpbase}/IA64PC/linux/

install -m755 %{_builddir}/%{name}-%{version}/pxe %{buildroot}%{_sbindir}
install -m755 %{SOURCE1} %{buildroot}%{_initrddir}/pxe
install -m755 %{SOURCE2} %{buildroot}%{_sysconfdir}/pxe.conf
install -m755 %{SOURCE3} %{buildroot}%{_sysconfdir}/dhcpd.conf.pxe
#install -m644 %{SOURCE8} %{buildroot}%{tftpbase}/X86PC/linux/pxelinux.cfg/default
#install -m644 %{SOURCE9} %{buildroot}%{tftpbase}/X86PC/linux/messages
install -m644 %{SOURCE10} %{buildroot}%{tftpbase}/IA64PC/linux/linux.0
install -m644 %{SOURCE11} %{buildroot}%{tftpbase}/IA64PC/linux/
install -m644 %{SOURCE12} %{buildroot}%{tftpbase}/IA64PC/linux/
install -m644 %{SOURCE13} %{buildroot}%{tftpbase}/IA64PC/linux/linux.1
#install -m644 %{SOURCE14} %{buildroot}%{tftpbase}/X86PC/linux/help.txt

%clean
rm -rf ${RPM_BUILD_ROOT}

%post 
%_post_service pxe
mkdir -p %{tftpbase}/X86PC/linux

%preun
%_preun_service pxe

%files bootstraps
%defattr(-,root,root)
%doc grubNBI/*

%files
%defattr(-,root,root)
%doc README LICENCE INSTALL Changes pxedoc/*
%attr(755,root,root) %{_sbindir}/pxe
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/pxe.conf
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/dhcpd.conf.pxe
#%attr(644,root,root) %config(noreplace) %{tftpbase}/X86PC/linux//pxelinux.cfg/default
#%attr(644,root,root) %config(noreplace) %{tftpbase}/X86PC/linux//messages
#%attr(644,root,root) %config(noreplace) %{tftpbase}/X86PC/linux/help.txt
%attr(755,root,root) %{_initrddir}/pxe
%{tftpbase}/IA64PC/linux





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.2-23
+ Revision: 4c89bdb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18604 |14mr|pxlib-0.6.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname px %major
%define develname %mklibname -d px

Summary: A library to read Paradox DB files
Name: pxlib
Version: 0.6.5
Release: 2
License: GPL
Group: System/Libraries
Url: http://pxlib.sourceforge.net/
Source: http://prdownloads.sourceforge.net/pxlib/%{name}-%{version}.tar.gz
BuildRoot: %_tmppath/%name-%version-root
BuildRequires: autoconf2.5 >= 2.54
BuildRequires: sqlite-devel
BuildRequires: libgsf-devel
BuildRequires: intltool
BuildRequires: docbook-to-man docbook-utils
BuildRequires: glib2-devel

%description
pxlib is a simply and still small C library to read Paradox DB files. It
supports all versions starting from 3.0. It currently has a very limited set of
functions like to open a DB file, read its header and read every single record.

%package -n %libname
Group: System/Libraries
Summary: A library to read Paradox DB files
Requires: %name >= %version

%description -n %libname
pxlib is a simply and still small C library to read Paradox DB files. It
supports all versions starting from 3.0. It currently has a very limited set of
functions like to open a DB file, read its header and read every single record.

%package -n %develname
Summary: A library to read Paradox DB files (Development)
Group: Development/C
Requires: %libname = %{version}
Provides: libpx-devel = %{version}-%release
Obsoletes: %mklibname -d px 0

%description -n %develname
pxlib is a simply and still small C library to read Paradox DB files. It
supports all versions starting from 3.0. It currently has a very limited set of
functions like to open a DB file, read its header and read every single record.

%prep
%setup -q

%build
export CPPFLAGS=`pkg-config --cflags glib-2.0`
%configure2_5x  --with-sqlite --with-gsf
%make LIBS=-lm

%install
rm -rf %{buildroot}
%makeinstall_std
%find_lang %name

%clean
rm -rf %{buildroot}

%files -f %name.lang
%defattr(-,root,root)
%doc README AUTHORS ChangeLog

%files -n %libname
%defattr(-,root,root)
%_libdir/libpx.so.%{major}*

%files -n %develname
%defattr(-,root,root)
%_libdir/lib*.so
%_libdir/*.a
%_libdir/pkgconfig/*
%_includedir/*
%_mandir/man3/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.5-2
+ Revision: 54fbe94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18605 |14mr|pyasn1-0.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: pyasn1
Summary: ASN.1 tools for Python
Version: 0.1.6
Release: 2
License: BSD
Group: Development/Python
Source0: http://downloads.sourceforge.net/pyasn1/pyasn1-%{version}.tar.gz
URL: http://pyasn1.sourceforge.net/
BuildRequires: python-devel
BuildArch: noarch

%description
This project is dedicated to implementation of ASN.1 types (concrete syntax)
and codecs (transfer syntaxes) for Python programming environment. ASN.1
compiler is planned for implementation in the future.


%prep
%setup -q

%build
python ./setup.py build

%install
python ./setup.py install --root=%{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES LICENSE README TODO
%{python_sitelib}/pyasn1
%{python_sitelib}/*.egg-info



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.6-2
+ Revision: 899c989
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18606 |14mr|pyatspi-2.8.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Python bindings for at-spi
Name:		pyatspi
Version:	2.8.0
Release:	6
License:	LGPLv2+ and GPLv2+
Group:		Development/Python
Url:		http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	python
BuildRequires:	python3
BuildRequires:	pkgconfig(pygobject-3.0) >= 2.90.1
Requires:	at-spi2-core
Requires:	python-dbus
Obsoletes:	python-pyatspi < 2.8.0
Provides:	python-pyatspi = %{EVRD}
BuildArch:	noarch

%description
at-spi allows assistive technologies to access GTK-based
applications. Essentially it exposes the internals of applications for
automation, so tools such as screen readers, magnifiers, or even
scripting interfaces can query and interact with GUI controls.

This version of at-spi is a major break from previous versions.
It has been completely rewritten to use D-Bus rather than
ORBIT / CORBA for its transport protocol.

This package includes a python client library for at-spi.

%files
%doc COPYING COPYING.GPL AUTHORS README
%doc examples/magFocusTracker.py
%{py_puresitedir}/pyatspi

#----------------------------------------------------------------------------

%package -n python3-pyatspi
Summary:	Python3 bindings for at-spi
Group:		Development/Python
Requires:	at-spi2-core
Requires:	python3-gi

%description -n python3-pyatspi
at-spi allows assistive technologies to access GTK-based
applications. Essentially it exposes the internals of applications for
automation, so tools such as screen readers, magnifiers, or even
scripting interfaces can query and interact with GUI controls.

This package includes a python3 client library for at-spi.

%files -n python3-pyatspi
%doc COPYING COPYING.GPL AUTHORS README
%{py3_puresitedir}/pyatspi/

#----------------------------------------------------------------------------

%prep
%setup -q

rm -rf /tmp/py3
cp -a . /tmp/py3/

%build
%configure2_5x \
	--build=%{_build}

%make

# Build the python3 module
pushd /tmp/py3
%configure2_5x --with-python=python3
%make
popd

%install
%makeinstall_std

pushd /tmp/py3
%makeinstall_std
popd

rm -f %{buildroot}%{_bindir}/magFocusTracker.py


%changelog
* Thu Sep 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.8.0-6
+ Revision: cdc67d0
- Adjust Requires and Obsoletes, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18607 |14mr|pygtk2.0-2.24.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname pygtk
#rpmlint wants %mklibname

Summary:	Python bindings for the GTK+2 widget set
Name:		pygtk2.0
Version:	2.24.0
Release:	11
License:	LGPLv2+
Group:		Development/GNOME and GTK+
Url:		http://www.pygtk.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/pygtk/%{url_ver}/%{oname}-%{version}.tar.bz2
Patch0:		pygtk2.0-2.24.0-pango-leaks.patch
BuildRequires:	gnome-common
BuildRequires:	xsltproc
BuildRequires:	python-numpy-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(pycairo)
Requires:	python-numpy
Requires:	python-gobject
Requires:	python-cairo
Provides:	pygtk2 = %{EVRD}

%description
PyGTK is an extension module for python that gives you access to the GTK+
widget set. Just about anything you can write in C with GTK+ you can write
in python with PyGTK (within reason), but with all of python's benefits.

This new release includes GTK2 support.

%files
%doc AUTHORS NEWS README MAPPING ChangeLog 
%dir %{py_platsitedir}/gtk-2.0/gtk/
%{py_platsitedir}/gtk-2.0/gtk/*.py*
%{py_platsitedir}/gtk-2.0/gtk/_*.so
%{py_platsitedir}/gtk-2.0/gtkunixprint*
%{py_platsitedir}/gtk-2.0/atk*.so
%{py_platsitedir}/gtk-2.0/pango*.so

#----------------------------------------------------------------------------

%package devel
Summary:	Files needed to build wrappers for GTK+ addon libraries
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{EVRD}

%description devel
This package contains files required to build wrappers for GTK+ addon
libraries so that they interoperate with pygtk.

This new release includes GTK2 support.

%files devel
%{_bindir}/pygtk-codegen-2.0
%{_includedir}/pygtk-2.0/*
%dir %{_datadir}/pygtk
%dir %{_datadir}/pygtk/2.0
%dir %{_datadir}/pygtk/2.0/defs
%{_datadir}/pygtk/2.0/defs/*.defs
%{_datadir}/pygtk/2.0/defs/pangocairo.override
%{_libdir}/pkgconfig/pygtk-2.0.pc
%{_datadir}/gtk-doc/html/pygtk/

#----------------------------------------------------------------------------

%package libglade
Summary:	A wrapper for the libglade library for use with PyGTK
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{EVRD}

%description libglade
This module contains a wrapper for the libglade library.  Libglade is a
library similar to the pyglade module, except that it is written in C (so
is faster) and is more complete.

%files libglade
%{py_platsitedir}/gtk-2.0/gtk/glade.so

#----------------------------------------------------------------------------

%package demos
Summary:	Examples and demos for %{name}
Group:		Development/GNOME and GTK+
Requires:	%{name}-devel = %{EVRD}

%description demos
This package contains example programs and demos for %{name}.

%files demos
%doc examples/{atk,glade,gobject,gtk,ide,pango,simple}
%dir %{_libdir}/pygtk/2.0/demos
%dir %{_libdir}/pygtk/2.0/demos/images
%attr(755,root,root) %{_bindir}/pygtk-demo
%attr(755,root,root) %{_libdir}/pygtk/2.0/pygtk-demo.py
%{_libdir}/pygtk/2.0/pygtk-demo.py[co]
%attr(755,root,root) %{_libdir}/pygtk/2.0/demos/*.py
%{_libdir}/pygtk/2.0/demos/*.py[co]
%{_libdir}/pygtk/2.0/demos/images/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%configure2_5x  \
	--enable-thread \
	--enable-numpy

%make LIBS="`python-config --libs`"

%install
%makeinstall_std

#(tpg) remove svn form docs
rm -rf `find -name .svn` %{buildroot}%{_docdir}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.24.0-11
+ Revision: 3feb6a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18608 |14mr|pyid3lib-0.5.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python module for editing ID3v2 tags of MP3 audio files
Name:		pyid3lib
Version:    0.5.1
Release:    16
License:	LGPL
Group:		Sound
URL:		http://pyid3lib.sourceforge.net/
Source:		http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0: pyid3lib-0.5.1-64bit.patch
Patch1: pyid3lib-0.5.1-gcc-4.4.patch
BuildRequires:	libid3-devel
BuildRequires:	zlib-devel
BuildRequires:	python-devel

%description
%{name} is a Python module for editing ID3v2 tags of MP3 audio files.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
chmod -R go+rX .

%build
%{_bindir}/python setup.py build

%install
%{_bindir}/python setup.py install --root=%{buildroot}

%clean

%files
%doc COPYING doc.html README
%py_platsitedir/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.1-16
+ Revision: a280c2d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18609 |14mr|pykickstart-1.99.15-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Summary:  A python library for manipulating kickstart files
Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.99.15
Release: 3
# This is a Red Hat maintained package which is specific to
# our distribution.  Thus the source is only available from
# within this srpm.
Source0: %{name}-%{version}.tar.gz

License: GPLv2
Group: Development/Python
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel, gettext, python-setuptools
Requires: python, python-urlgrabber

%description
The pykickstart package is a python library for manipulating kickstart
files.

%prep
%setup -q

%build
make

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README ChangeLog COPYING docs/programmers-guide
%doc docs/kickstart-docs.txt
%{python_sitelib}/*
%{_bindir}/ksvalidator
%{_bindir}/ksflatten
%{_bindir}/ksverdiff


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.99.15-3
+ Revision: d15f9de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18610 |14mr|pyorbit-2.24.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pyver 2.3
Summary: Python bindings for ORBit2
Name: pyorbit
Version: 2.24.0
Release: 9
License: LGPLv2+
Group: Development/GNOME and GTK+
URL: ftp://ftp.gnome.org/pub/GNOME/sources/pyorbit/
Source: %{name}-%{version}.tar.bz2
Patch0: pyorbit-2.24.0-linkage.patch
Requires: ORBit2 >= 2.4.4
Requires: libIDL >= 0.7.1
Requires: glib2 >= 1.3.10
Buildrequires: python-devel
Buildrequires: libORBit2-devel >= 2.4.4
Buildrequires: libIDL-devel >= 0.7.1
Buildrequires: pkgconfig(glib-2.0) >= 1.3.10

%description
pyorbit is an extension module for python that gives you access
to the ORBit2 CORBA ORB.

%package devel
Summary: Files needed to build wrappers for ORBit2 addon libraries
Group: Development/GNOME and GTK+
Requires: %{name} = %{version}-%release
Requires: libORBit2-devel

%description devel
This package contains files required to build wrappers for ORBit2 addon
libraries so that they interoperate with pyorbit

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;

%clean
rm -rf %buildroot

%files
%defattr(755, root, root, 755)
%doc AUTHORS NEWS README ChangeLog
%{_libdir}/python?.?/site-packages/*

%files devel
%defattr(755, root, root, 755)
%dir %{_includedir}/pyorbit-2
%{_includedir}/pyorbit-2/*.h
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.24.0-9
+ Revision: 817b9d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18611 |14mr|pyparted-3.10-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Python module for GNU parted
Name:    pyparted
Version: 3.10
Release: 8
License: GPLv2+
Group:   Development/Python
URL:     http://fedorahosted.org/pyparted

Source0: http://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz

BuildRequires: python-devel
BuildRequires: parted-devel >= 3.0-6
BuildRequires: pkgconfig

%rename python-parted

%description
Python module for the parted library.  It is used for manipulating
partition tables.

%prep
%setup -q

%build
%make

%install
%makeinstall_std

%files
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
%{python_sitearch}/*

%changelog
* Wed Aug 06 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.10-8
+ Revision: 3f63198
- release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18612 |14mr|pyside-1.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define qtver 4.8
%define pyver python2.7

Name:		pyside
Version:	1.2.2
Release:	2
License:	LGPLv2+
Summary:	The PySide project provides LGPL-licensed Python bindings for the Qt
Group:		Development/KDE and Qt
URL:		http://www.pyside.org
Source0:	http://www.pyside.org/files/%{name}-qt%{qtver}+%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	phonon-devel
BuildRequires:	shiboken-devel >= 1.1.2
Buildrequires:	python-devel
Requires:	pyside-phonon
Requires:	pyside-core
Requires:	pyside-declarative
Requires:	pyside-gui
Requires:	pyside-help
Requires:	pyside-multimedia
Requires:	pyside-network
Requires:	pyside-opengl
Requires:	pyside-script
Requires:	pyside-scripttools
Requires:	pyside-sql
Requires:	pyside-test
Requires:	pyside-xmlpatterns
Requires:	pyside-xml
Requires:	pyside-uitools
Requires:	pyside-svg
Requires:	pyside-webkit

%description
The PySide project provides LGPL-licensed Python bindings for the Qt
cross-platform application and UI framework. PySide Qt bindings allow both free
open source and proprietary software development and ultimately aim to support
all of the platforms as Qt itself.

%files

#------------------------------------------------------------------------------

%package phonon
Summary:	PySide phonon module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description phonon
PySide phonon module.

%files phonon
%{py_platsitedir}/PySide/phonon.so
%{_datadir}/PySide/typesystems/typesystem_phonon.*

#------------------------------------------------------------------------------

%package core
Summary:	PySide core module
Group:		Development/KDE and Qt

%description core
PySide core module.

%files core
%{py_platsitedir}/PySide/QtCore.so
%{py_platsitedir}/PySide/__init__.py
%{py_platsitedir}/PySide/_utils.py
%{_datadir}/PySide/typesystems/typesystem_core*
%{_datadir}/PySide/typesystems/typesystem_templates.*

#------------------------------------------------------------------------------

%package declarative
Summary:	PySide declarative module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description declarative
PySide declarative module.

%files declarative
%{py_platsitedir}/PySide/QtDeclarative.so
%{_datadir}/PySide/typesystems/typesystem_declarative.*

#------------------------------------------------------------------------------

%package gui
Summary:	PySide gui module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description gui
PySide gui module.

%files gui
%{py_platsitedir}/PySide/QtGui.so
%{_datadir}/PySide/typesystems/typesystem_gui*

#------------------------------------------------------------------------------

%package help
Summary:	PySide help module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description help
PySide help module.

%files help
%{py_platsitedir}/PySide/QtHelp.so
%{_datadir}/PySide/typesystems/typesystem_help.*

#------------------------------------------------------------------------------

%package multimedia
Summary:	PySide multimedia module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description multimedia
PySide multimedia module.

%files multimedia
%{py_platsitedir}/PySide/QtMultimedia.so
%{_datadir}/PySide/typesystems/typesystem_multimedia*

#------------------------------------------------------------------------------

%package network
Summary:	PySide network module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description network
PySide network module.

%files network
%{py_platsitedir}/PySide/QtNetwork.so
%{_datadir}/PySide/typesystems/typesystem_network.*

#------------------------------------------------------------------------------

%package opengl
Summary:	PySide opengl module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description opengl
PySide opengl module.

%files opengl
%{py_platsitedir}/PySide/QtOpenGL.so
%{_datadir}/PySide/typesystems/typesystem_opengl*

#------------------------------------------------------------------------------

%package script
Summary:	PySide script module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description script
PySide script module.

%files script
%{py_platsitedir}/PySide/QtScript.so
%{_datadir}/PySide/typesystems/typesystem_script.*

#------------------------------------------------------------------------------

%package scripttools
Summary:	PySide scripttool module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description scripttools
PySide scripttool module.

%files scripttools
%{py_platsitedir}/PySide/QtScriptTools.so
%{_datadir}/PySide/typesystems/typesystem_scripttools.*

#------------------------------------------------------------------------------

%package sql
Summary:	PySide sql module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description sql
PySide sql module.

%files sql
%{py_platsitedir}/PySide/QtSql.so
%{_datadir}/PySide/typesystems/typesystem_sql.*

#------------------------------------------------------------------------------

%package svg
Summary:	PySide svg module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description svg
PySide svg module.

%files svg
%{py_platsitedir}/PySide/QtSvg.so
%{_datadir}/PySide/typesystems/typesystem_svg.*

#------------------------------------------------------------------------------

%package test
Summary:	PySide test module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description test
PySide test module.

%files test
%{py_platsitedir}/PySide/QtTest.so
%{_datadir}/PySide/typesystems/typesystem_test.*

#------------------------------------------------------------------------------

%package uitools
Summary:	PySide uitools module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description uitools
PySide uitools module.

%files uitools
%{py_platsitedir}/PySide/QtUiTools.so
%{_datadir}/PySide/typesystems/typesystem_uitools.*

#------------------------------------------------------------------------------

%package webkit
Summary:	PySide webkit module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description webkit
PySide webkit module.

%files webkit
%{py_platsitedir}/PySide/QtWebKit.so
%{_datadir}/PySide/typesystems/typesystem_webkit*

#------------------------------------------------------------------------------

%package xmlpatterns
Summary:	PySide xmlpatterns module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description xmlpatterns
PySide xmlpatterns module.

%files xmlpatterns
%{py_platsitedir}/PySide/QtXmlPatterns.so
%{_datadir}/PySide/typesystems/typesystem_xmlpatterns*

#------------------------------------------------------------------------------

%package xml
Summary:	PySide xml module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description xml
PySide xml module.

%files xml
%{py_platsitedir}/PySide/QtXml.so
%{_datadir}/PySide/typesystems/typesystem_xml.*

#------------------------------------------------------------------------------

%define major 1
%define libname %mklibname pyside %{major}

%package -n %{libname}
Summary:	PySide core library
Group:		Development/KDE and Qt
Obsoletes:	%{_lib}pysidebase0 < 0.4.0

%description -n %{libname}
PySide core library.

%files -n %{libname}
%{_libdir}/libpyside-python%{py_ver}.so.%{major}*

#------------------------------------------------------------------------------

%package devel
Summary:	PySide devel files
Group:		Development/KDE and Qt
Requires:	%{name} = %{version}
Requires:	%{libname} = %{version}

%description devel
PySide devel files.

%files devel
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/cmake/*

#------------------------------------------------------------------------------

%prep
%setup -qn %{name}-qt%{qtver}+%{version}

%build
%define Werror_cflags %nil
%__sed 's/-Wno-strict-aliasing/-fno-strict-aliasing/' -i CMakeLists.txt
%cmake \
	-DQT_SRC_DIR=%{buildroot}%{qt4dir} \
	-DQT_PHONON_INCLUDE_DIR=%{_includedir}/phonon \
	-DPYTHON_BASENAME=%{pyver}
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.2-2
+ Revision: 7b69421
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18613 |14mr|pysol-4.82-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pssver	3.01

Summary:	Provides several solitaire card games
Name:		pysol
Version:        4.82
Release:        18
License:	GPL
Group:		Games/Cards
URL:		http://www.oberhumer.com/opensource/pysol/

Source0:	%{name}-%{version}.tar.bz2
Source1: 	http://www.oberhumer.com/opensource/pysol/download/pysol-sound-server-%{pssver}.tar.bz2
Source2:	%{name}-%{version}-src.tar.bz2
#gw use the pysol.py from the source release instead of the bytecode
Patch0:		pysol-4.81-srcrelease.patch
Patch1:		pysol-4.82-sound.patch
Patch2:		pysol-4.82-tk-geometry-fix.patch
Requires:	tkinter >= 1.5.2
BuildRequires:  python-devel
BuildRequires:  smpeg-devel

%description
PySol has several solitaire card games, written in 100%% pure
Python. It has many features: unlimited undo and redo, load & save
games, player statistics, hint system, game plug-ins, and more!
Contains: klondike, freecel, spider, golf, etc.

%prep
%setup -q -a 1 -a 2
%patch0 -p1
%patch1
%patch2

cp pysol-sound-server-%{pssver}/NEWS NEWS.pysol-sound-server
cp pysol-sound-server-%{pssver}/README README.pysol-sound-server

%build
cd pysol-sound-server-%{pssver}/src
./configure --libdir=%{_libdir}
%make


%install
rm -fr %{buildroot}
make prefix=%_prefix bindir=%{buildroot}%{_gamesbindir} pkgdatadir=%{buildroot}%{_gamesdatadir}/%{name} install-bin install-data install-man mandir=%{buildroot}/%{_mandir}
perl -pi -e "s%%{buildroot}/usr%/usr%" %{buildroot}%{_gamesbindir}/pysol
cd pysol-sound-server-%{pssver}/src
python setup.py install --root=%{buildroot}
cd ../..
# they don't support python 2.4 yet
rm -f %{buildroot}%{_gamesdatadir}/%{name}/*pyc
mkdir %{buildroot}%{_gamesdatadir}/%{name}/BINARIES
cp -r %{name}-%{version}/src/* %{buildroot}%{_gamesdatadir}/%{name}/BINARIES
cat > %{buildroot}/%{_gamesbindir}/pysol << EOF
#!/bin/sh
exec python %{_gamesdatadir}/%{name}/BINARIES/pysol.py --pkgdatadir=%{_gamesdatadir}/%{name}/ --bindir=%{_gamesdatadir}/%{name}/BINARIES/ ${1+"$@"}

echo "$0: running $PYTHON failed !"
exit 1
EOF
chmod 755 %{buildroot}/%{_gamesbindir}/pysol

# Menu support
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=PySOL
Comment=All solitaire cards games
Exec=%{name}
Icon=cards_section
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Cards;Game;CardGame;
EOF

%clean

%files
%doc NEWS* README*
%{_gamesdatadir}/pysol/
%{_gamesbindir}/pysol
%{_mandir}/man6/pysol.6*
%_datadir/applications/mandriva*
%{py_platsitedir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.82-18
+ Revision: 115bb14
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18614 |14mr|python-2.7.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Patching guideline for python :
# - no big patch with invasive change not 
#     approved by upstream ( ie not coming from upstream svn )
# - small bugfix must be sent to upstream and approved if they 
#     change any interface
# - all patchs should be commented ( unless for security, 
#     as they are usually easy to spot )
%bcond_with tests

%define docver 2.7.8
%define dirver 2.7

%define major %{dirver}
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%ifarch %{ix86} x86_64 ppc
%bcond_without valgrind
%else
%bcond_with valgrind
%endif

Summary:	An interpreted, interactive object-oriented programming language
Name:		python
Version:	2.7.8
Release:	1
License:	Modified CNRI Open Source License
Group:		Development/Python
Url:		http://www.python.org/
Source0:	http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
Source1:	http://www.python.org/ftp/python/doc/%{docver}/python-%{docver}-docs-html.tar.bz2
Source2:	bdist_rpm5.py
Source3:	%{name}.rpmlintrc
Patch0:		python-2.7.4-module-linkage.patch
# Don't include /usr/local/* in search path
Patch3:		Python-2.7.6-no-local-incpath.patch

# Support */lib64 convention on x86_64, sparc64, etc.
# similar patches reported upstream on http://bugs.python.org/issue1294959
Patch4:		python-2.7.6-lib64.patch

# Do handle <asm-XXX/*.h> headers in h2py.py
# FIXME: incomplete for proper bi-arch support as #if/#else/#endif
# clauses generally should have been handled
# to send upstream after cleaning
Patch5:		Python-2.2.2-biarch-headers.patch

Patch6:		python-2.7-016-cross-compile-getaddrinfo.patch

# add mandriva to the list of supported distribution, applied upstream
Patch10:	python-2.5.1-detect-mandriva.patch

# adds xz support to distutils targets: 'sdist', 'bdist' & 'bdist_rpm'
# sent upstream : http://bugs.python.org/issue5411
# DO NOT REMOVE, IT DOESN'T TOUCH *ANY* public interfaces and has been
# accepted by upstream
#Patch14:	Python-2.7.2-distutils-xz-support.patch

# from Fedora, fixes gettext.py parsing of Plural-Forms: header (fixes mdv bugs #49475, #44088)
# to send upstream
Patch16:	python-2.5.1-plural-fix.patch

# skip semaphore test, as it requires /dev/shm
Patch23:	python-2.7.1-skip-shm-test.patch

# add support for berkeley db <= 5.1
# sent upstream: http://bugs.python.org/issue11817
Patch24:	Python-2.7.4-berkeley-db-5.3.patch

# do not use uname -m to get the exact name on mips/arm
Patch25:	python-2.7.4-arch.patch

Patch26:	Python-2.7.4-berkeley-db-5.3-2.patch

# Avoid error in tests if built inside LXC with kerneles which differs
# from the target system's one
#Patch27:	python-2.7.3-workaround-ENOPROTOOPT-in-bind_port.patch

BuildRequires:	blt
BuildRequires:	db5-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	gdbm-devel
BuildRequires:	gmp-devel
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	readline-devel
BuildRequires:  tcl tcl-devel
BuildRequires:  tk tk-devel
BuildRequires:	tix
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(sqlite3)
%if %{with valgrind}
BuildRequires:	valgrind-devel
%endif
BuildRequires:	chrpath
# (2010/03/21, misc: interfere with test__all )
BuildConflicts:	python-pyxml

# backwards compatibility for unfixed packages
Provides:	python(abi) = %{major}

Conflicts:	tkinter < %{EVRD}
Conflicts:	python-devel < 2.7-6
%rename		python-ctypes
%rename		python-elementtree
%rename		python-base

%description
Python is an interpreted, interactive, object-oriented programming
language often compared to Tcl, Perl, Scheme or Java. Python includes
modules, classes, exceptions, very high level dynamic data types and
dynamic typing. Python supports interfaces to many system calls and
libraries, as well as to various windowing systems (X11, Motif, Tk,
Mac and MFC).

Programmers can write new built-in modules for Python in C or C++.
Python can be used as an extension language for applications that
need a programmable interface. This package contains most of the
standard Python modules, as well as modules for interfacing to the
Tix widget set for Tk and RPM.

Note that documentation for Python is provided in the python-docs
package.

%package -n	%{libname}
Summary:	Shared libraries for Python %{version}
Group:		System/Libraries

%description -n	%{libname}
This packages contains Python shared object library.  Python is an
interpreted, interactive, object-oriented programming language often
compared to Tcl, Perl, Scheme or Java.

%package -n	%{devname}
Summary:	The libraries and header files needed for Python development
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{name}-devel < %{EVRD}
# (misc) needed to ease upgrade , see #47803
Obsoletes:	%{mklibname -d %{name} 2.5} < 2.7
Obsoletes:	%{mklibname -d %{name} 2.6} < 2.7
Obsoletes:	%{mklibname -d %{name} 2.7} < 2.7-4
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
The Python programming language's interpreter can be extended with
dynamically loaded extensions and can be embedded in other programs.
This package contains the header files and libraries needed to do
these types of tasks.

Install %{devname} if you want to develop Python extensions.  The
python package will also need to be installed.  You'll probably also
want to install the python-docs package, which contains Python
documentation.

%package docs
Summary:	Documentation for the Python programming language
Requires:	python = %{EVRD}
Requires:	xdg-utils
Group:		Development/Python

%description	docs
The python-docs package contains documentation on the Python
programming language and interpreter.  The documentation is provided
in ASCII text files and in LaTeX source files.

Install the python-docs package if you'd like to use the documentation
for the Python language.

%package -n	tkinter
Summary:	A graphical user interface for the Python scripting language
Group:		Development/Python
Requires:	python = %{EVRD}
Requires:	tcl
Requires:	tk

%description -n	tkinter
The Tkinter (Tk interface) program is an graphical user interface for
the Python scripting language.

You should install the tkinter package if you'd like to use a graphical
user interface for Python programming.

%package -n	tkinter-apps
Summary:	Various applications written using tkinter
Group:		Development/Python
Requires:	tkinter

%description -n	tkinter-apps
Various applications written using tkinter.

%prep
%setup -q -n Python-%{version}
%patch0 -p0
# local include
%patch3 -p1
# lib64
%patch4 -p1 -b .lib64

# biarch header
%patch5 -p0

#disable buggy getaddr check
%patch6 -p1

# add mandriva to the list of supported distribution
%patch10 -p0
# must fix tararchive first..
#patch14 -p1 .xz~

%patch16 -p1 -b .plural-fix

%patch23 -p1 
%patch24 -p1 -b .db5~
%patch25 -p1 -b .arch
%patch26 -p1 -b .db5-2

# %patch27 -p1 -b .bind_port

autoconf

mkdir html
bzcat %{SOURCE1} | tar x  -C html

find . -type f -print0 | xargs -0 perl -p -i -e 's@/usr/local/bin/python@/usr/bin/python@'

cat > README.omv << EOF
Python interpreter support readline completion by default.
This is only used with the interpreter. In order to remove it,
you can :
1) unset PYTHONSTARTUP when you login
2) create a empty file \$HOME/.pythonrc.py
3) change %{_sysconfdir}/pythonrc.py
EOF

%build
rm -f Modules/Setup.local
cat > Modules/Setup.local << EOF
linuxaudiodev linuxaudiodev.c
EOF

export OPT="%{optflags}"
export CCSHARED="-fno-PIE -fPIC"
export ac_cv_have_long_long_format=yes

# see https://qa.mandriva.com/show_bug.cgi?id=48570 
# for wide unicode support
%configure2_5x \
    --with-threads \
    --with-system-expat \
    --with-system-ffi \
    --enable-unicode=ucs4 \
    --enable-ipv6 \
    --enable-shared \
    --with-dbmliborder=gdbm:ndbm:bdb \
%if %{with valgrind}
    --with-valgrind
%endif

# fix build
#perl -pi -e 's/^(LDFLAGS=.*)/$1 -lstdc++/' Makefile
# (misc) if the home is nfs mounted, rmdir fails due to delay
export TMP="/tmp" TMPDIR="/tmp"
# Parallel make fails sometimes inside lxc in ABF
make

%if %{with tests}
%check
# (misc) if the home is nfs mounted, rmdir fails
export TMP="/tmp" TMPDIR="/tmp"

# all tests must pass
%ifarch %{arm}
# don't know if it's a python issue or a toolchain issue :(
# test test_float failed -- Traceback (most recent call last):
#  File "/home/rtp/deb/python2.6-2.6.4/Lib/test/test_float.py", line 665, in test_from_hex
#    self.identical(fromHex('0x0.ffffffffffffd6p-1022'), MIN-3*TINY)
#  File "/home/rtp/deb/python2.6-2.6.4/Lib/test/test_float.py", line 375, in identical
#    self.fail('%r not identical to %r' % (x, y))
# AssertionError: 2.2250738585071999e-308 not identical to 2.2250738585071984e-308
%define custom_test -x test_float
%else
%define custom_test ""
%endif
# if a test doesn't pass, it can be disabled with -x test, but this should be documented in the
# spec file, and a bug should be reported if possible ( on python side )
# (misc, 28/10/2010) test_gdb fail, didn't time too look
# (misc, 29/10/2010) test_site fail due to one of our patch, will fix later
#   test_distutils, fail because of lib64 patch ( like test_site ), and because it requires libpython2.7 to be installed
#   test_io, blocks on my computer on 2nd run
# (misc, 17/01/2013) test_cmath fails when run as part of the full test suite,
#   but succeeds when run by itself. Needs further investigation, for now, let's
#   just make it an extra step. Same goes for test_math, test_float, test_strtod
# (arisel, 04/02/2013) disabling test_file and test_file2k. This might be a problem with 
#   --enable-shared as modules already installed on the system are used.
# (bero, 19/06/2013) disabling test_pydoc, fails with 'NoneType' object has no attribute 'get_source'
# (bero, 19/06/2013) Network related tests fail in ABF - probably new security features not allowing package
# builds to access the net?
WITHIN_PYTHON_RPM_BUILD=1 make test TESTOPTS="-w -l -x test_file -x test_file2k -x test_gdb -x test_site -x test_io -x test_distutils -x test_urllib2 -x test_cmath -x test_math -x test_float -x test_strtod -x test_pydoc -x test_ftplib -x test_httplib -x test_poplib -x test_telnetlib -x test_smtplib -x test_asynchat -x test_asyncore -x test_socket %{custom_test}"
WITHIN_PYTHON_RPM_BUILD=1 make test TESTOPTS="-w -l test_cmath test_math test_float test_strtod"
#make test TESTOPTS="-w -l test_pydoc"
%endif

%install
mkdir -p %{buildroot}%{_prefix}/lib/python%{dirver}/site-packages

# fix Makefile to get rid of reference to distcc
perl -pi -e "/^CC=/ and s/distcc/gcc/" Makefile

# set the install path
echo '[install_scripts]' >setup.cfg
echo 'install_dir='"%{buildroot}/usr/bin" >>setup.cfg

# python is not GNU and does not know fsstd
mkdir -p %{buildroot}%{_mandir}
%makeinstall_std

ln -sf libpython%{major}.so.* %{buildroot}/%{_libdir}/libpython%{major}.so

# Provide a libpython%{dirver}.so symlink in /usr/lib/puthon*/config, so that
# the shared library could be found when -L/usr/lib/python*/config is specified
ln -sf ../../libpython%{major}.so %{buildroot}%{_libdir}/python%{dirver}/config; ln -sf ../../libpython%{major}.so .

#"  this comment is just here because vim syntax higlighting is confused by the previous snippet of lisp

# smtpd proxy
mv -f %{buildroot}%{_bindir}/smtpd.py %{buildroot}%{_libdir}/python%{dirver}/

# idle
cp Tools/scripts/idle %{buildroot}%{_bindir}/idle


# pynche
cat << EOF > %{buildroot}%{_bindir}/pynche
#!/bin/bash
exec %{_libdir}/python%{dirver}/site-packages/pynche/pynche
EOF
rm -f Tools/pynche/*.pyw
cp -r Tools/pynche %{buildroot}%{_libdir}/python%{dirver}/site-packages/

chmod 755 %{buildroot}%{_bindir}/{idle,pynche}

ln -f Tools/pynche/README Tools/pynche/README.pynche

%if %{with valgrind}
install Misc/valgrind-python.supp -D %{buildroot}%{_libdir}/valgrind/valgrind-python.supp
%endif

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/rosa-tkinter.desktop << EOF
[Desktop Entry]
Name=IDLE
Name[ru]=IDLE
Comment=IDE for Python
Comment[ru]=IDE для Python
Exec=%{_bindir}/idle
Icon=development_environment_section
Terminal=false
Type=Application
Categories=Development;IDE;
EOF


cat > %{buildroot}%{_datadir}/applications/rosa-%{name}-docs.desktop << EOF
[Desktop Entry]
Name=Python documentation
Name[ru]=Документация Python
Comment=Python complete reference
Comment[ru]=Полная документация Python
Exec=%{_bindir}/xdg-open %{_defaultdocdir}/%{name}-docs/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF


# fix non real scripts
chmod 644 %{buildroot}%{_libdir}/python*/test/test_{binascii,grp,htmlparser}.py*
# fix python library not stripped
chmod u+w %{buildroot}%{_libdir}/libpython%{major}.so.1.0


mkdir -p %{buildroot}%{_sysconfdir}/profile.d/

cat > %{buildroot}%{_sysconfdir}/profile.d/30python.sh << 'EOF'
if [ -f $HOME/.pythonrc.py ] ; then
	export PYTHONSTARTUP=$HOME/.pythonrc.py
else
	export PYTHONSTARTUP=/etc/pythonrc.py
fi

export PYTHONDONTWRITEBYTECODE=1
EOF

cat > %{buildroot}/%{_sysconfdir}/profile.d/30python.csh << 'EOF'
if ( -f ${HOME}/.pythonrc.py ) then
	setenv PYTHONSTARTUP ${HOME}/.pythonrc.py
else
	setenv PYTHONSTARTUP /etc/pythonrc.py
endif
setenv PYTHONDONTWRITEBYTECODE 1
EOF

cat > %{buildroot}%{_sysconfdir}/pythonrc.py << EOF
try:
    # this add completion to python interpreter
    import readline
    import rlcompleter
    # see readline man page for this
    readline.parse_and_bind("set show-all-if-ambiguous on")
    readline.parse_and_bind("tab: complete")
except:
    pass
# you can place a file .pythonrc.py in your home to overrides this one
# but then, this file will not be sourced
EOF

%multiarch_includes %{buildroot}/usr/include/python*/pyconfig.h

install -m644 %{SOURCE2} -D %{buildroot}%{_libdir}/python%{dirver}/distutils/command/bdist_rpm5.py

#chrpath -d %{buildroot}%{_libdir}/python%{dirver}/lib-dynload/_sqlite3.so

%files
%doc README.omv
%{_sysconfdir}/profile.d/*
%config(noreplace) %{_sysconfdir}/pythonrc.py
%if %{_lib} != "lib"
%dir %{_prefix}/lib/python%{dirver}
%endif
%dir %{_libdir}/python%{dirver}
%{_libdir}/python%{dirver}/*.doc
%{_libdir}/python%{dirver}/*.egg-info
%{_libdir}/python%{dirver}/*.py*
%{_libdir}/python%{dirver}/*.txt
%{_libdir}/python%{dirver}/bsddb
%{_libdir}/python%{dirver}/compiler
# "Makefile" and the config.h file are needed by
# distutils/sysconfig.py:_init_posix(), so we include them in the libs
# package, along with their parent directories (RH bug#531901):
%dir %{_libdir}/python%{dirver}/config
%{_libdir}/python%{dirver}/config/Makefile
%{_libdir}/python%{dirver}/ctypes
%{_libdir}/python%{dirver}/curses
%{_libdir}/python%{dirver}/distutils
%{_libdir}/python%{dirver}/email
%{_libdir}/python%{dirver}/encodings
%{_libdir}/python%{dirver}/hotshot
%{_libdir}/python%{dirver}/importlib
%{_libdir}/python%{dirver}/json
%{_libdir}/python%{dirver}/lib2to3
%{_libdir}/python%{dirver}/lib-dynload
%exclude %{_libdir}/python%{dirver}/lib-dynload/_tkinter.so
%{_libdir}/python%{dirver}/logging
%{_libdir}/python%{dirver}/multiprocessing
%{_libdir}/python%{dirver}/plat-linux2
%{_libdir}/python%{dirver}/pydoc_data
%if %{_lib} != "lib"
%dir %{_prefix}/lib/python%{dirver}/site-packages
%endif
%dir %{_libdir}/python%{dirver}/site-packages
%{_libdir}/python%{dirver}/site-packages/README
%{_libdir}/python%{dirver}/sqlite3
%{_libdir}/python%{dirver}/unittest
%{_libdir}/python%{dirver}/wsgiref
%{_libdir}/python%{dirver}/xml

%dir %{_includedir}/python%{dirver}
%{_includedir}/python%{dirver}/pyconfig.h
%multiarch_includedir/python%{dirver}/pyconfig.h

%{_bindir}/python%{dirver}
%{_bindir}/pydoc
%{_bindir}/python
%{_bindir}/python2
%{_bindir}/2to3
%{_mandir}/man*/*
%if %{with valgrind}
%{_libdir}/valgrind/valgrind-python.supp
%endif

%files -n %{libname}
%{_libdir}/libpython*.so.1*

%files -n %{devname}
%{_libdir}/libpython*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/python%{dirver}
%{_libdir}/python%{dirver}/config/*
%{_libdir}/python%{dirver}/test/
%{_bindir}/python%{dirver}-config
%{_bindir}/python2-config
%{_bindir}/python-config
%exclude %{_libdir}/python%{dirver}/config/Makefile
%exclude %{_includedir}/python%{dirver}/pyconfig.h

%files docs
%doc html/*/*
%{_datadir}/applications/rosa-%{name}-docs.desktop

%files -n tkinter
%dir %{_libdir}/python%{dirver}/lib-tk
%{_libdir}/python%{dirver}/lib-tk/*.py*
%{_libdir}/python%{dirver}/lib-tk/test/
%{_libdir}/python%{dirver}/lib-dynload/_tkinter.so
%{_libdir}/python%{dirver}/idlelib
%{_libdir}/python%{dirver}/site-packages/pynche

%files -n tkinter-apps
%{_bindir}/idle
%{_bindir}/pynche
%{_datadir}/applications/rosa-tkinter.desktop

%changelog
* Wed Jul 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.8-1
+ Revision: 5747dc7
- Updated to 2.7.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18615 |14mr|python3-3.4.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define docver  3.4.1
%define dirver  3.4
%define familyver 3

%define lib_major       %{dirver}
%define lib_name_orig   libpython%{familyver}
%define lib_name        %mklibname python %{lib_major}
%define develname       %mklibname python3 -d

%ifarch %{ix86} x86_64 ppc
%bcond_without  valgrind
%else
%bcond_with     valgrind
%endif

%bcond_with	rewheel

# We want to byte-compile the .py files within the packages using the new
# python3 binary.
# 
# Unfortunately, rpmbuild's infrastructure requires us to jump through some
# hoops to avoid byte-compiling with the system python 2 version:
#   /usr/lib/rpm/mageia/macros sets up build policy that (amongst other things)
# defines __os_install_post.  In particular, "brp-python-bytecompile" is
# invoked without an argument thus using the wrong version of python
# (/usr/bin/python, rather than the freshly built python), thus leading to
# numerous syntax errors, and incorrect magic numbers in the .pyc files.  We
# thus remove the invocation of brp-python-bytecompile, whilst keeping the
# invocation of brp-python-hardlink (since this should still work for python3
# pyc/pyo files)
%define _python_bytecompile_build 0


Summary:        An interpreted, interactive object-oriented programming language
Name:           python3
Version:        3.4.1
Release:        6
License:        Modified CNRI Open Source License
Group:          Development/Python

Source:         https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
Source1:        https://docs.python.org/3/archives/python-%{docver}-docs-html.tar.bz2
Source2:        python3.macros
Source3:        pybytecompile.macros
Source100:	%{name}.rpmlintrc

Patch0:         python-3.3.0-module-linkage.patch
Patch1:         python3-3.4.0-fdr-lib64.patch
Patch2:         python3-3.4.0-fdr-lib64-fix-for-test_install.patch
Patch3:         python3-3.4.0-no-static-lib.patch
Patch4:         python3-3.4.0-more-configuration-flags.patch
Patch5:         python3-3.4.0-disable-tests-in-test_io.patch
Patch6:         python3-3.4.0-add-rpmbuild-hooks-to-unittest.patch
Patch7:         python3-3.4.0-skip-distutils-tests-that-fail-in-rpmbuild.patch
Patch8:         python3-3.4.0-hashlib-fips.patch
Patch9:         python3-3.4.0-fix-test_gdb-noise.patch
Patch10:        python3-3.4.0-uid-gid-overflows.patch
Patch11:        python3-3.4.0-disable-test_fs_holes-in-rpm-build.patch
Patch12:        python3-3.4.0-disable-parts-of-test_socket-in-rpm-build.patch
Patch13:        python3-3.4.0-dont-duplicate-flags-in-sysconfig.patch
Patch14:        python3-3.4.0-ctypes-should-build-with-libffi-multilib-wrapper.patch
Patch15:        python3-3.4.0-dont-raise-from-py_compile.patch
%if %{with rewheel}
Patch16:        python3-3.4.0-add-rewheel-module.patch
%endif
# http://bugs.python.org/issue21121
Patch17:        python3-3.4.0-dont-add-Werror-declaration-after-statement.patch
Patch18:        python3-3.4.0-disable-tests-in-test_urllib2_localnet.patch
Patch19:	Python-nis-requires-tirpc.patch
Patch20:	Python-select-requires-libm.patch

URL:            http://www.python.org/
Conflicts:      tkinter3 < %{version}
Conflicts:      %{lib_name}-devel < 3.4
Conflicts:      %{develname} < 3.4
Requires:       %{lib_name} = %{version}
BuildRequires:  automake
BuildRequires:  gcc-c++ 
BuildRequires:  blt
BuildRequires:  db-devel
BuildRequires:  expat-devel
BuildRequires:  gdbm-devel
BuildRequires:  gmp-devel
BuildRequires:  ffi-devel
BuildRequires:  ncursesw-devel
BuildRequires:  openssl-devel
BuildRequires:  readline-devel
BuildRequires:  termcap-devel
BuildRequires:  tcl tcl-devel
BuildRequires:  tk tk-devel
BuildRequires:  autoconf
BuildRequires:  bzip2-devel
BuildRequires:  sqlite3-devel
# uncomment once the emacs part no longer conflict with python 2.X
#BuildRequires: emacs
#BuildRequires: emacs-bin
%if %{with valgrind}
BuildRequires:  valgrind-devel
%endif
%if %{with rewheel}
BuildRequires:  python3-setuptools
BuildRequires:  python3-pip
%endif
Provides:       python(abi) = %{dirver}
Provides:       /usr/bin/python%{dirver}m
Provides:       /usr/bin/python%{dirver}

%description
Python is an interpreted, interactive, object-oriented programming
language often compared to Tcl, Perl, Scheme or Java. Python includes
modules, classes, exceptions, very high level dynamic data types and
dynamic typing. Python supports interfaces to many system calls and
libraries, as well as to various windowing systems (X11, Motif, Tk,
Mac and MFC).

Programmers can write new built-in modules for Python in C or C++.
Python can be used as an extension language for applications that
need a programmable interface. This package contains most of the
standard Python modules, as well as modules for interfacing to the
Tix widget set for Tk and RPM.

Note that documentation for Python is provided in the python-docs
package.

%package -n     %{lib_name}
Summary:        Shared libraries for Python %{version}
Group:          System/Libraries

%description -n %{lib_name}
This packages contains Python shared object library.  Python is an
interpreted, interactive, object-oriented programming language often
compared to Tcl, Perl, Scheme or Java.

%package -n     %{develname}
Summary:        The libraries and header files needed for Python development
Group:          Development/Python
Requires:       %{name} = %{version}
Requires:       %{lib_name} = %{version}
Provides:       %{name}-devel = %{version}-%{release}
Provides:       %{lib_name_orig}-devel = %{version}-%{release}
Obsoletes:      %{_lib}python3.1-devel < %{version}
Obsoletes:      %{_lib}python3.2-devel < %{version}-%{release}

%description -n %{develname}
The Python programming language's interpreter can be extended with
dynamically loaded extensions and can be embedded in other programs.
This package contains the header files and libraries needed to do
these types of tasks.

Install %{develname} if you want to develop Python extensions.  The
python package will also need to be installed.  You'll probably also
want to install the python-docs package, which contains Python
documentation.

%package        docs
Summary:        Documentation for the Python programming language
Requires:       %{name} = %{version}
Requires:       xdg-utils
Group:          Development/Python
BuildArch:      noarch

%description    docs
The python-docs package contains documentation on the Python
programming language and interpreter.  The documentation is provided
in ASCII text files and in LaTeX source files.

Install the python-docs package if you'd like to use the documentation
for the Python language.

%package -n     tkinter3
Summary:        A graphical user interface for the Python scripting language
Group:          Development/Python
Requires:       %{name} = %{version}
Requires:       tcl tk
Provides:       python3-tkinter

%description -n tkinter3
The Tkinter (Tk interface) program is an graphical user interface for
the Python scripting language.

You should install the tkinter package if you'd like to use a graphical
user interface for Python programming.

%package -n     tkinter3-apps
Summary:        Various applications written using tkinter
Group:          Development/Python
Requires:       tkinter3

%description -n tkinter3-apps
Various applications written using tkinter


%prep
%setup -qn Python-%{version}
%patch0 -p0 -b .link

%if "%{_lib}" == "lib64"
%patch1 -p1 -b .lib64
%patch2 -p1
%endif

%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p0
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1

%if %{with rewheel}
%patch16 -p1
%endif

%patch17 -p1
%patch18 -p0
%patch19 -p1 -b .tirpc~
%patch20 -p1 -b .lm~

# drop Autoconf version requirement
sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

# docs
mkdir html
bzcat %{SOURCE1} | tar x  -C html

find . -type f -print0 | xargs -0 perl -p -i -e 's@/usr/local/bin/python@/usr/bin/python3@'

cat > README.urpmi << EOF
Python interpreter support readline completion by default.
This is only used with the interpreter. In order to remove it,
you can :
1) unset PYTHONSTARTUP when you login
2) create a empty file \$HOME/.pythonrc.py
3) change %{_sysconfdir}/pythonrc.py
EOF


%build
rm -f Modules/Setup.local

export OPT="%{optflags} -g"

# to fix curses module build
# https://bugs.mageia.org/show_bug.cgi?id=6702
export CFLAGS="%{optflags} -I/usr/include/ncursesw"
export CPPFLAGS="%{optflags} -I/usr/include/ncursesw"

autoreconf -vfi
# Remove -Wl,--no-undefined in accordance with MGA #9395 :
# https://bugs.mageia.org/show_bug.cgi?id=9395
%define _disable_ld_no_undefined 1
%configure2_5x  --with-threads \
                --enable-ipv6 \
                --with-dbmliborder=gdbm \
                --with-system-expat \
                --with-system-ffi \
                --enable-shared \
                --without-ensurepip \
%if %{with valgrind}
                --with-valgrind
%endif

# fix build
#perl -pi -e 's/^(LDFLAGS=.*)/$1 -lstdc++/' Makefile
# (misc) if the home is nfs mounted, rmdir fails due to delay
export TMP="/tmp" TMPDIR="/tmp"
#%make LN="ln -sf"
make EXTRA_CFLAGS="$CFLAGS" LN="ln -sf"

%install
mkdir -p %{buildroot}%{_prefix}/lib/python%{dirver}

# fix Makefile to get rid of reference to distcc
perl -pi -e "/^CC=/ and s/distcc/gcc/" Makefile

# set the install path
echo '[install_scripts]' >setup.cfg
echo 'install_dir='"${RPM_BUILD_ROOT}/usr/bin" >>setup.cfg

# python is not GNU and does not know fsstd
mkdir -p %{buildroot}%{_mandir}
%makeinstall_std LN="ln -sf"

# overwrite the copied binary with a link
pushd %{buildroot}%{_bindir} 
ln -sf python%{dirver}m python%{dirver}
ln -sf python%{dirver} python%{familyver}
popd

(cd %{buildroot}%{_libdir}; ln -sf `ls libpython%{lib_major}*.so.*` libpython%{lib_major}.so)

# fix files conflicting with python2.6
mv %{buildroot}/%{_bindir}/2to3 %{buildroot}/%{_bindir}/python3-2to3


# install pynche as pynche3
cat << EOF > %{buildroot}%{_bindir}/pynche3
#!/bin/bash
exec %{_libdir}/python%{dirver}/site-packages/pynche/pynche
EOF
rm -f Tools/pynche/*.pyw
cp -r Tools/pynche %{buildroot}%{_libdir}/python%{dirver}/site-packages/

chmod 755 %{buildroot}%{_bindir}/{idle3,pynche3}

ln -f Tools/pynche/README Tools/pynche/README.pynche

%if %{with valgrind}
install Misc/valgrind-python.supp -D %{buildroot}%{_libdir}/valgrind/valgrind-python3.supp
%endif

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/rosa-tkinter3.desktop << EOF
[Desktop Entry]
Name=IDLE
Name[ru]=IDLE
Comment=IDE for Python3
Comment[ru]=IDE для Python3
Exec=%{_bindir}/idle3
Icon=development_environment_section
Terminal=false
Type=Application
Categories=Development;IDE;
EOF


cat > %{buildroot}%{_datadir}/applications/rosa-%{name}-docs.desktop << EOF
[Desktop Entry]
Name=Python documentation
Name[ru]=Документация Python
Comment=Python complete reference
Comment[ru]=Полное руководство по языку Python
Exec=%{_bindir}/xdg-open %{_defaultdocdir}/%{name}-docs/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

# fix non real scripts
#chmod 644 %{buildroot}%{_libdir}/python*/test/test_{binascii,grp,htmlparser}.py*
find %{buildroot} -type f \( -name "test_binascii.py*" -o -name "test_grp.py*" -o -name "test_htmlparser.py*" \) -exec chmod 644 {} \;
# fix python library not stripped
chmod u+w %{buildroot}%{_libdir}/libpython%{lib_major}*.so.1.0 %{buildroot}%{_libdir}/libpython3.so


%multiarch_includes %{buildroot}/usr/include/python*/pyconfig.h

mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/rpm/macros.d/
install -m 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/rpm/macros.d/

%check
# (misc) if the home is nfs mounted, rmdir fails
export TMP="/tmp" TMPDIR="/tmp"

# all tests must pass
# but we disable network on BS
#WITHIN_PYTHON_RPM_BUILD= make test TESTOPTS="-u none -x $EXCLUDE"
# consider use network on local build
#WITHIN_PYTHON_RPM_BUILD= make test TESTOPTS="-u network -x $EXCLUDE"

%files
%doc README.urpmi
%{_sysconfdir}/rpm/macros.d/*.macros
%{_includedir}/python*/pyconfig.h
%multiarch_includedir/python*/pyconfig.h
%{_libdir}/python*/config*/Makefile
%exclude %{_libdir}/python*/site-packages/pynche
%exclude %{_libdir}/python*/lib-dynload/_tkinter.*.so

%dir %{_libdir}/python*
%{_libdir}/python*/LICENSE.txt
%{_libdir}/python%{dirver}/*.py
%{_libdir}/python%{dirver}/__pycache__
%{_libdir}/python%{dirver}/collections
%{_libdir}/python%{dirver}/concurrent
%{_libdir}/python%{dirver}/ctypes
%{_libdir}/python%{dirver}/curses
%{_libdir}/python%{dirver}/dbm
%{_libdir}/python%{dirver}/distutils
%{_libdir}/python%{dirver}/email
%{_libdir}/python%{dirver}/encodings
%{_libdir}/python%{dirver}/html
%{_libdir}/python%{dirver}/http
%{_libdir}/python%{dirver}/importlib
%{_libdir}/python%{dirver}/json
%{_libdir}/python%{dirver}/lib-dynload
%{_libdir}/python%{dirver}/lib2to3
%{_libdir}/python%{dirver}/logging
%{_libdir}/python%{dirver}/multiprocessing
%{_libdir}/python%{dirver}/plat-linux
%{_libdir}/python%{dirver}/pydoc_data
%{_libdir}/python%{dirver}/site-packages
%{_libdir}/python%{dirver}/sqlite3
%{_libdir}/python%{dirver}/turtledemo
%{_libdir}/python%{dirver}/unittest
%{_libdir}/python%{dirver}/urllib
%{_libdir}/python%{dirver}/venv
%{_libdir}/python%{dirver}/wsgiref*
%{_libdir}/python%{dirver}/xml
%{_libdir}/python%{dirver}/xmlrpc
%{_libdir}/python%{dirver}/asyncio
%{_libdir}/python%{dirver}/ensurepip
# %exclude %{_libdir}/python%{dirver}/ensurepip/_bundled
%if %{with rewheel}
%dir %{_libdir}/python%{dirver}/ensurepip/rewheel/
%{_libdir}/python%{dirver}/ensurepip/rewheel/*.py
%{_libdir}/python%{dirver}/ensurepip/rewheel/__pycache__/
%endif
%{_bindir}/pydoc3*
%{_bindir}/python3*
%{_bindir}/pyvenv*
%{_bindir}/2to3-%{dirver}
%exclude %{_bindir}/python*config
#%{_datadir}/emacs/site-lisp/*
%{_mandir}/man*/*
%if %{with valgrind}
%{_libdir}/valgrind/valgrind-python3.supp
%endif

%files -n %{lib_name}
%{_libdir}/libpython*.so.1*

%files -n %{develname}
%{_libdir}/libpython*.so
%{_includedir}/python*
%{_libdir}/python*/config-%{dirver}*
%{_libdir}/python*/test/
%{_bindir}/python%{dirver}*-config
%{_bindir}/python%{familyver}-config
%{_libdir}/pkgconfig/python*.pc
%exclude %{_includedir}/python*/pyconfig.h
%exclude %{_libdir}/python*/config*/Makefile

%files docs
%doc html/*/*
%{_datadir}/applications/rosa-%{name}-docs.desktop

%files -n tkinter3
%{_libdir}/python*/tkinter/
%{_libdir}/python*/idlelib
%{_libdir}/python*/site-packages/pynche
%{_libdir}/python*/lib-dynload/_tkinter.*.so

%files -n tkinter3-apps
%{_bindir}/idle3*
%{_bindir}/pynche3
%{_datadir}/applications/rosa-tkinter3.desktop

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.4.1-6
+ Revision: 1bfdf5e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18616 |14mr|python3-curl-7.19.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module curl

Summary:	A Python interface to libcurl
Name:		python3-%{module}
Version:	7.19.5
Release:	1
Group:		Development/Python
License:	LGPLv2+
Url:		http://pycurl.sourceforge.net
Source0:	http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz
Patch2:		pycurl-7.19.5-link.patch
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(python3)
Provides:	python3-pycurl = %{version}-%{release}

%description
PycURL is a Python interface to libcurl. PycURL can be used to fetch
objects identified by a URL from a Python program, similar to the
urllib Python module. PycURL is mature, very fast, and supports a lot
of features.

%prep
%setup -qn pycurl-%{version}
chmod a-x examples/*py
%apply_patches

%build
python3 setup.py docstrings
python3 setup.py --with-ssl build

%check
export PYTHONPATH=%{buildroot}%{py3_platsitedir}
python3 -c 'import py%{module}; print(py%{module}.version)'

%install
python3 setup.py --with-ssl install -O1 --skip-build --root %{buildroot}
rm -rf %{buildroot}%{_datadir}/doc/pycurl
 
%files
%doc  COPYING-LGPL COPYING-MIT ChangeLog README.rst examples doc
%{py3_platsitedir}/*


%changelog
* Tue Sep 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.19.5-1
+ Revision: b36f1dc
- Updated to 7.19.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18617 |14mr|python3-docutils-0.12-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	docutils

Name:		python3-%{module}
Summary:	Python Documentation Utilities
Version:	0.12
Release:	10
Source:		http://downloads.sourceforge.net/project/docutils/docutils/0.12/docutils-%{version}.tar.gz
URL:		http://docutils.sourceforge.net/
License:	BSD
Group:		Development/Python
BuildArch:	noarch
BuildRequires:	python3-devel, emacs
Requires:	python3-roman
Conflicts:	python-docutils
Suggests:	python-imaging

%description
The purpose of the Docutils project is to create a set of tools for
processing plaintext documentation into useful formats, such as HTML,
XML, and LaTeX.  Support for the following sources has been implemented:

* Standalone files.
* PEPs (Python Enhancement Proposals)

Support for the following sources is planned:

* Inline documentation from Python modules and packages, extracted
  with namespace context.
* Email (RFC-822 headers, quoted excerpts, signatures, MIME parts).
* Wikis, with global reference lookups of "wiki links".
* Compound documents, such as multiple chapter files merged into a
  book.
* And others as discovered.

%prep
%setup -q -n %{module}-%{version}

%install
python3 setup.py install --root=%{buildroot}
for file in %{buildroot}%{_bindir}/*.py; do
  mv $file %{buildroot}%{_bindir}/`basename $file .py`
done

# Make emacs mode available:
emacs -batch -f batch-byte-compile tools/editors/emacs/rst.el
install -d -m 755 %{buildroot}%{_datadir}/emacs/site-lisp
install -D -m 644 tools/editors/emacs/rst.el* %{buildroot}%{_datadir}/emacs/site-lisp
rm -rf tools/editors/emacs

cat > ./rst.el << EOF
(autoload 'rst-mode "rst" "reStructuredText mode" t)
(add-to-list 'auto-mode-alist '("\\.rst$" . rst-mode))
EOF
emacs -batch -f batch-byte-compile rst.el
install -d -m 755 %{buildroot}%{_sysconfdir}/emacs/site-start.d
install -m 644 rst.el* %{buildroot}%{_sysconfdir}/emacs/site-start.d/

pushd %{buildroot}%{py3_puresitedir}/docutils
chmod +x utils/{code_analyzer,error_reporting,math/latex2mathml,smartquotes,math/math2html,punctuation_chars}.py
chmod +x writers/xetex/__init__.py
popd

%files
%doc *.txt docs tools
%{py3_puresitedir}/docutils
%{py3_puresitedir}/*.egg-info
%{_bindir}/*
%{_datadir}/emacs/site-lisp/*
%{_sysconfdir}/emacs/site-start.d/*


%changelog
* Sun Sep 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12-10
+ Revision: 23cf627
- Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18618 |14mr|python-axiom-0.7.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  axiom

Summary:	Object database, or alternatively, an object-relational mapper

Name:		python-%{module}
Version:	0.7.1
Release:	2
Group:		Development/Python 
License:	BSD
Url:		http://www.divmod.org/trac/wiki/DivmodAxiom
Source0:	https://pypi.python.org/packages/source/A/Axiom/Axiom-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-epsilon
BuildRequires:	python-twisted
BuildRequires:	pkgconfig(python)
Requires:	python-epsilon 
Provides:	python-Axiom = %{version}
Provides:	Axiom = %{version}

%description
Axiom is an object database, or alternatively, an object-relational mapper.

%prep
%setup -qn Axiom-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
rm -rf %{buildroot}%{py_puresitedir}/build
rm -f %{buildroot}%{py_puresitedir}/twisted/plugins/dropin.cache

%files
%doc *.txt LICENSE
%{py_puresitedir}/*
%{_bindir}/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.1-2
+ Revision: 5072dd5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18619 |14mr|python-beaker-1.6.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    python-beaker
Version: 1.6.4
Release: 5
Summary: WSGI middleware layer to provide sessions

Group:   Development/Python
License: BSD
URL:     http://beaker.groovie.org/
Source0: http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version}.tar.gz
BuildRequires:  python-setuptools
BuildRequires:  python3-devel
BuildRequires:  python3egg(setuptools)
BuildArch:  noarch

%description
Beaker is a caching library that includes Session and Cache objects built on
Myghty's Container API used in MyghtyUtils. WSGI middleware is also included to
manage Session objects and signed cookies.

%package -n python3-beaker
Summary:        WSGI middleware layer to provide sessions
Group:          Development/Python
BuildRequires:  python3-devel, python3egg(setuptools)
 
%description -n python3-beaker
Beaker is a caching library that includes Session and Cache objects built on
Myghty's Container API used in MyghtyUtils. WSGI middleware is also included to
manage Session objects and signed cookies.

%prep
%setup -q -c

mv Beaker-%{version} python2
cp -r python2 python3

%build
pushd python2
%{__python} setup.py build
popd

pushd python3
%{__python3} setup.py build
popd


%install
pushd python2
%{__python} setup.py install --skip-build --root %{buildroot}
popd

pushd python3
%{__python3} setup.py install --skip-build --root %{buildroot}
popd


%files -n python-beaker
%doc python2/LICENSE python2/CHANGELOG
%{py_puresitedir}/beaker/
%{py_puresitedir}/Beaker*

%files -n python3-beaker
%doc python3/LICENSE python3/CHANGELOG
%{py3_puresitedir}/beaker/
%{py3_puresitedir}/Beaker*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.4-5
+ Revision: 120ad29
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18620 |14mr|python-beautifulsoup-3.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	BeautifulSoup 
  
Name:		python-beautifulsoup
Version:	3.2.1
Release:	2
Summary:	The Screen-Scraper's Friend 
Group:		Development/Python
License:	Python
URL:		http://www.crummy.com/software/BeautifulSoup 
Source0:	http://www.crummy.com/software/BeautifulSoup/download/%{module}-%{version}.tar.gz
BuildArch:	noarch 
BuildRequires:	python-devel
BuildRequires:	python3-devel
BuildRequires:	python-distribute
BuildRequires:	python3-distribute
  
%description 
The BeautifulSoup class turns arbitrarily bad HTML into a tree-like 
nested tag-soup list of Tag objects and text snippets. A Tag object 
corresponds to an HTML tag.  It knows about the HTML tag's attributes, 
and contains a representation of everything contained between the 
original tag and its closing tag (if any). It's easy to extract Tags 
that meet certain criteria. 

%package -n python3-beautifulsoup
Summary:        The Screen-Scraper's Friend 
Group:          Development/Python
Requires:       python3
 
%description -n python3-beautifulsoup
The BeautifulSoup class turns arbitrarily bad HTML into a tree-like 
nested tag-soup list of Tag objects and text snippets. A Tag object 
corresponds to an HTML tag.  It knows about the HTML tag's attributes, 
and contains a representation of everything contained between the 
original tag and its closing tag (if any). It's easy to extract Tags 
that meet certain criteria. 
  
%prep
%setup -q -c

mv %{module}-%{version} python2
cp -r python2 python3
  
%install 
pushd python2
PYTHONDONTWRITEBYTECODE=  %{__python} setup.py install --root=%{buildroot} --record=FILE_LIST2
popd

# pushd python3
# %{__python3} setup.py install --root=%{buildroot} --record=FILE_LIST3
# popd 

%files -f python2/FILE_LIST2

# %files -n python3-beautifulsoup -f FILE_LIST3

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.1-2
+ Revision: b347537
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18621 |14mr|python-cairo-1.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define oname py2cairo
%define oname3 pycairo
Summary:	A python wrapper for the Cairo libraries
Name:		python-cairo
Version:	1.10.0
Release:	4
License:	LGPLv2+
Group:		Development/Python
URL:		http://cairographics.org/pycairo
Source0:		http://cairographics.org/releases/%{oname}-%{version}.tar.bz2
Source1:     http://cairographics.org/releases/%{oname3}-%{version}.tar.bz2
Patch0:		pycairo-1.10.0-link.patch
# Since Python 3.4, pythonX.Y-config is shell script, not Python script,
#  so prevent waf from trying to invoke it as a Python script
Patch1:		pycairo-1.10.0-fix-waf-build.patch
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(python)
BuildRequires:	waf-python3

%description
A set of Python bindings for the cairo graphics library.

%package devel
Summary:	Development files for %{name}
Group:		Development/Python
Requires:	%{name} = %{version}-%{release}
Provides:	%{oname}-devel = %{version}-%{release}

%description devel
Development files for %{name}.


%description
Aset of Python bindings for the cairo graphics library.

%package -n python3-cairo
Summary:    A python wrapper for the Cairo libraries
Group:      Development/Python
Provides:   python3-cairo = %{version}-%{release}
Provides:   py3cairo = %{version}-%{release}
BuildRequires:  python3-devel

%description -n python3-cairo
A set of Python3 bindings for the cairo graphics library.

%package -n python3-cairo-devel
Summary:    Development files for python3-cairo
Group:      Development/Python
Requires:   python3-cairo = %{version}-%{release}
Provides:   python3-cairo-devel = %{version}-%{release}

%description -n python3-cairo-devel
Development files for python3-cairo.

%prep
%setup -qn %{oname}-%{version} -c -a 0
%setup -qn %{oname3}-%{version} -c -a 1

%patch0 -p0
mv %{oname}-%{version} python2
mv %{oname3}-%{version} python3
touch python2/ChangeLog
#touch python3/ChangeLog

%build
pushd python2
autoreconf -fi
%configure2_5x
%make
popd

pushd python3
%patch1 -p0
%__python3_waf --version

export PYTHON="%{_bindir}/python3"
CFLAGS="-I/usr/include/python%{python3_version} -lpython%{python3_version}m" %configure_python3_waf
%python3_waf
# remove executable bits from examples
find ./examples/ -type f -print0 | xargs -0 chmod -x
popd

%install
pushd python2
%makeinstall_std
popd

pushd python3
%python3_waf_install
popd

%files 
%doc python2/AUTHORS
%{py_platsitedir}/cairo

%files -n python3-cairo
%attr(755, root, root) %doc python3/AUTHORS
%{py3_platsitedir}/cairo

%files devel
%attr(755, root, root) %doc python2/examples
%{_includedir}/pycairo/pycairo.h
%{_libdir}/pkgconfig/pycairo.pc

%files -n python3-cairo-devel
%attr(755, root, root) %doc python3/examples
%{_includedir}/pycairo/py3cairo.h
%{_libdir}/pkgconfig/py3cairo.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10.0-4
+ Revision: 4735765
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18622 |14mr|python-celementtree-1.0.5-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module		cElementTree
%define date_version	20051216

Summary:	Add-on to the standard ElementTree package
Name:		python-celementtree
Version:	1.0.5
Release:	14
Group:		Development/Python
License:	Python license
Url:		http://effbot.org/zone/element-index.htm
Source0:	http://effbot.org/downloads/%{module}-%{version}-%{date_version}.tar.bz2
Patch0:		celementtree-1.0.5-external-libexpat.patch
BuildRequires:	pkgconfig(expat)
BuildRequires:  python-devel
Requires:	python-elementtree

%description
This is an add-on to the standard ElementTree package, which adds a very fast
and memory-efficient alternative implementation of the ElementTree API.

%prep
%setup -qn %{module}-%{version}-%{date_version}
%apply_patches

%build
%{__python} setup.py build

%install
%{__python} setup.py install --root=%{buildroot} --record INSTALLED_FILES

%files -f INSTALLED_FILES
%doc samples README* CHANGES*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.5-14
+ Revision: 6afea20
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18623 |14mr|python-cheetah-2.4.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Python-powered template engine and code-generator
Name: python-cheetah
Version: 2.4.4
Release: 5
URL: http://www.CheetahTemplate.org/
Source0: http://pypi.python.org/packages/source/C/Cheetah/Cheetah-%{version}.tar.gz
License: MIT like
Group: Development/Python
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-buildroot
Provides: python-cheetah2
Obsoletes: python-cheetah2

%description
Python-cheetah:
* generates HTML, SGML, XML, SQL, Postscript, form email, LaTeX, or any other
  text-based format.
* cleanly separates content, graphic design, and program code. This leads to
  highly modular, flexible, and reusable site architectures; faster
  development time; and HTML and program code that is easier to understand and
  maintain. It is particularly well suited for team efforts.
* blends the power and flexibility of Python with a simple template language
  that non-programmers can understand.
* gives template writers full access to any Python data structure, module,
  function, object, or method in their templates.
* makes code reuse easy by providing an object-orientated interface to
  templates that is accessible from Python code or other Cheetah templates.
  One template can subclass another and selectively reimplement sections of it.
* provides a simple, yet powerful, caching mechanism that can dramatically
  improve the performance of a dynamic website.
* compiles templates into optimized, yet readable, Python code.

%prep
%setup -q -n Cheetah-%version

%build
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CHANGES LICENSE TODO
%_libdir/python*/site-packages/Cheetah
%_libdir/python*/site-packages/*.egg-info
%_bindir/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.4-5
+ Revision: a2df899
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18624 |14mr|python-clientform-0.2.10-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ClientForm

Summary:	Client-side HTML form handling
Name:		python-clientform
Version:	0.2.10
Release:	5
Source0:	http://wwwsearch.sourceforge.net/%{oname}/src/%{oname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
BuildArch:	noarch
URL:		http://wwwsearch.sourceforge.net/ClientForm/
BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
ClientForm is a Python module for handling HTML forms on the client
side, useful for parsing HTML forms, filling them in and returning the
completed forms to the server.  It developed from a port of Gisle Aas'
Perl module HTML::Form, from the libwww-perl library, but the
interface is not the same.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --single-version-externally-managed --root=%{buildroot}

%files
%doc *txt *html
%{py_puresitedir}/%{oname}*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.10-5
+ Revision: 4f265cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18625 |14mr|python-cloudfiles-1.7.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       python-cloudfiles        
Version:    1.7.10
Release:    2
Summary:    Python language bindings for Rackspace CloudFiles API

Group:      Development/Python           
License:    MIT    
URL:        https://github.com/rackspace/python-cloudfiles

Source0:    http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz 
BuildArch:  noarch

BuildRequires:  python-nose 
BuildRequires:	python-devel, python-setuptools 

%description
Python language bindings for Rackspace CloudFiles API

%prep
%setup -q 

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %{__python} setup.py install -O1 \
    --skip-build \
    --root %{buildroot}

%check
nosetests

%files
%defattr(-,root,root,-)
#%%doc ChangeLog COPYING
%{python_sitelib}/cloudfiles/
%{python_sitelib}/python_cloudfiles-*-py*.egg-info/

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.10-2
+ Revision: 8fcbc98
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18626 |14mr|python-coherence-0.6.6.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define modname Coherence
%define gstapi 0.10

Summary:	A DLNA/UPnP MediaServer/MediaRenderer in addition of a framework
Name:		python-coherence
Version:	0.6.6.2
Release:	10
Group:		Networking/File transfer 
License:	MIT
Url:		https://coherence.beebits.net/
Source0:	https://coherence.beebits.net/download/%{modname}-%{version}.tar.gz
Source1:	coherence.conf
Source2:	coherence-32x32.png
Patch0:		Coherence-0.6.0-daemon_name_fix.diff
BuildRequires:	imagemagick
BuildRequires:	python-setuptools
BuildRequires:	python-twisted-core
BuildRequires:	python-twisted-web
Provides:	coherence = %{version}
Requires:	python-twisted-core
Requires:	python-twisted-web
Requires:	python-twisted-conch >= 0.8
#Requires:	python-louie
Requires:	python-axiom >= 0.5.7
Requires:	python-epsilon >= 0.5.8
Requires:	python-configobj
Requires:	python-celementtree
Requires:	python-elementtree
Requires:	python-dbus
Requires:	python-mechanize
Requires:	pyid3lib
# Gstreamer
Requires:	gstreamer%{gstapi}-python
Requires:	gstreamer%{gstapi}-flac
Requires:	gstreamer%{gstapi}-plugins-base

Requires:	python-pkg-resources
Requires:	python-nose
Requires:	python-sqlite2
Requires(post,preun):	rpm-helper
BuildRequires:  python-devel

%description
As a stand-alone application Coherence acts as a DLNA/UPnP MediaServer and
exports local and remote media files via its plugins to other UPnP clients.
And together with GStreamer it forms a controllable DLNA/UPnP MediaRenderer.

%post
%_post_service coherence

%preun
%_preun_service coherence

%files 
%doc docs/coherence.conf.example 
%{_bindir}/coherence
%{_initrddir}/coherence
%config(noreplace) %{_sysconfdir}/coherence/*conf
%{py_platsitedir}/*
/srv/public
%{_datadir}/dbus-1/services/

#------------------------------------------------------------

%package applet
Summary:	Applet for controlling coherence
Group:		Networking/File transfer
Requires:	%{name}
Requires:	python-qt4
Requires:	python-qt4-core
Requires:	python-qt4-gui

%description applet
A simple desktop applet to control (start/stop) coherence

%files applet
%{_bindir}/applet-coherence
%{_iconsdir}/coherence/*
%{_datadir}/applications/%{name}-applet.desktop
%{_iconsdir}/coherence.png
%{_liconsdir}/coherence.png
%{_miconsdir}/coherence.png

#------------------------------------------------------------

%prep
%setup -qn %{modname}-%{version}
%patch0 -p0

%build
python setup.py build

%install
mkdir -p %{buildroot}/%{_initrddir}
mkdir -p %{buildroot}/%{_sysconfdir}/coherence
mkdir -p %{buildroot}/usr/share/icons/coherence
mkdir -p %{buildroot}%{_datadir}/applications/
mkdir -p %{buildroot}/srv/public
# Install the D-Bus service file
mkdir -p %{buildroot}/%{_datadir}/dbus-1/services

python setup.py install --root=%{buildroot} --install-lib=%{py_platsitedir}
install -m 755 misc/coherence-initscript.sh %{buildroot}/%{_initrddir}/coherence
install -m 644 %SOURCE1 %{buildroot}/%{_sysconfdir}/coherence
mv "%{buildroot}/%{py_platsitedir}/misc/Desktop-Applet/tango-system-file-manager.png" %{buildroot}/usr/share/icons/coherence
install -m 644 misc/org.Coherence.service %{buildroot}/%{_datadir}/dbus-1/services/

# install icons
mkdir -p %{buildroot}%{_miconsdir}
mkdir -p %{buildroot}%{_iconsdir}
mkdir -p %{buildroot}%{_liconsdir}
install -m 644 %SOURCE2 %{buildroot}%{_iconsdir}/coherence.png
convert -scale 16x16 %SOURCE2 %{buildroot}%{_miconsdir}/coherence.png
convert -scale 48x48 %SOURCE2 %{buildroot}%{_liconsdir}/coherence.png

# menu
cat > %{buildroot}%{_datadir}/applications/%{name}-applet.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=Coherence
Comment=DLNA/UPnP MediaServer/MediaRenderer
Exec=applet-coherence
Icon=coherence
StartupNotify=true
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Internet;X-MandrivaLinux-CrossDesktop
EOF


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.6.2-10
+ Revision: af177b3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18627 |14mr|python-configobj-4.7.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	configobj
%define name	python-%{module}
%define version 4.7.2
%define release 6

Name: 	   %{name}
Summary:   Simple but powerful config file reader and writer
Version:   %{version}
Release:   %{release}
License:   BSD
Group:	   Development/Python 
Provides:  python-ConfigObj = %{version}
URL: 	   http://www.voidspace.org.uk/python/configobj.html
Source0:   http://www.voidspace.org.uk/downloads/%{module}-%{version}.zip
Provides:  ConfigObj = %{version}
BuildRequires: python-devel 
BuildRequires: python-setuptools
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}

%description
ConfigObj is a simple but powerful config file reader and writer: an ini file
round tripper. Its main feature is that it is very easy to use, with a
straightforward programmer's interface and a simple syntax for config files.

%prep
# for 4.7.2, it seems the tarball is wrong 
#%%setup -q -n %{module}-%{version}
unzip -o %SOURCE0
%setup -D -T -q -n %{module}-%{version}
%build
%__python setup.py build

%install
%__rm -rf %buildroot

%__python setup.py install --root=%buildroot

%clean
%__rm -rf %buildroot

%files
%defattr(-,root,root)
%doc docs/*
%py_puresitedir/*py
%py_puresitedir/*.egg-info



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.7.2-6
+ Revision: 4704d64
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18628 |14mr|python-cups-1.9.67-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module cups

Summary:	Python bindings for the CUPS API
Name:		python-%{module}
Version:	1.9.67
Release:	1
License:	BSD
Group:		Development/Python
Url:		http://cyberelk.net/tim/software/pycups/
Source0:	http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(python2)

%description
Python bindings for the CUPS API.

%prep
%setup -qn pycups-%{version}

%build
CFLAGS=-DVERSION=\\\"%{version}\\\" python setup.py build

%install
python setup.py install --skip-build --root=%{buildroot}

%files
%{py_platsitedir}/*.egg-info
%{py_platsitedir}/cups.so



%changelog
* Wed Jul 16 2014 dsilakov <denis.silakov@rosalab.ru> 1.9.67-1
+ Revision: e61a829
- Merge pull request #3 from import/python-cups:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18629 |14mr|python-curl-7.19.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module curl

Summary:	A Python interface to libcurl
Name:		python-%{module}
Version:	7.19.5
Release:	1
Group:		Development/Python
License:	LGPLv2+
Url:		http://pycurl.sourceforge.net
Source0:	http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz
Patch2:		pycurl-7.19.5-link.patch
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(python)
Provides:	python-pycurl = %{version}-%{release}

%description
PycURL is a Python interface to libcurl. PycURL can be used to fetch
objects identified by a URL from a Python program, similar to the
urllib Python module. PycURL is mature, very fast, and supports a lot
of features.

%prep
%setup -qn pycurl-%{version}
chmod a-x examples/*py
%apply_patches

%build
env CFLAGS="%{optflags} -DHAVE_CURL_OPENSSL" python setup.py build

%check
export PYTHONPATH=%{buildroot}%{py_platsitedir}
python -c 'import py%{module}; print(py%{module}.version)'

%install
python setup.py install --skip-build --root=%{buildroot} --optimize=2
rm -rf %{buildroot}%{_datadir}/doc/pycurl
 
%files
%doc COPYING-LGPL COPYING-MIT ChangeLog README.rst examples doc
%{py_platsitedir}/*


%changelog
* Tue Sep 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.19.5-1
+ Revision: 5c11ce2
- Updated to 07.19.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18630 |14mr|python-cython-0.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Cython

Summary:	Language for writing C extensions to Python
Name:		python-cython
Version:	0.21
Release:	1
Source0:	http://www.cython.org/release/Cython-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
License:	Apache License
Group:		Development/Python
Url:		http://www.cython.org
BuildRequires:	python-devel
BuildRequires:	dos2unix
BuildRequires:  python-distribute
BuildRequires:  python3-distribute

%description
Cython is a language that facilitates the writing of C extensions for
the Python language. It is based on Pyrex, but provides more cutting
edge functionality and optimizations.


%package -n python3-cython
Summary:    Language for writing C extensions to Python
Group:      Development/Python

BuildRequires:  python3-devel

%description -n python3-cython
Cython is a language that facilitates the writing of C extensions for
the Python language. It is based on Pyrex, but provides more cutting
edge functionality and optimizations.

%prep
%setup -q -c

mv %{tarname}-%{version} python2
cp -r python2 python3

%build 
pushd python2
python setup.py build
popd
pushd python3
%{__python3} setup.py build
popd

%install

pushd python3
PYTHONDONTWRITEBYTECODE= %__python3 setup.py install --root %{buildroot}
mv %{buildroot}/usr/bin/cython %{buildroot}/usr/bin/cython3
mv %{buildroot}/usr/bin/cygdb %{buildroot}/usr/bin/cygdb3
mv %{buildroot}/usr/bin/cythonize %{buildroot}/usr/bin/cythonize3
popd

pushd python2
find -name .*DS_Store* | xargs rm -rf

PYTHONDONTWRITEBYTECODE= %__python setup.py install --root %{buildroot}
pushd Tools
dos2unix cython-mode.el
%__install -m 755 -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
%__install -m 644 *.el* %{buildroot}%{_sysconfdir}/emacs/site-start.d
popd
popd

#%%check
#PYTHONPATH=`pwd`/../build/lib make test clean

%files 
%{_sysconfdir}/emacs/site-start.d/*.el*
%{_bindir}/cython
%{_bindir}/cygdb
%{_bindir}/cythonize
%{py_platsitedir}/Cython*
%{py_platsitedir}/cython*
%{py_platsitedir}/pyximport*

%files -n python3-cython
%{_bindir}/cython3
%{_bindir}/cygdb3
%{_bindir}/cythonize3
%{py3_platsitedir}/__pycache__/*
%{py3_platsitedir}/Cython*
%{py3_platsitedir}/cython*
%{py3_platsitedir}/pyximport*

%changelog
* Sun Sep 28 2014 dsilakov <denis.silakov@rosalab.ru> 0.21-1
+ Revision: 9cb65e0
- Merge pull request #1 from import/python-cython:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18631 |14mr|python-dateutil-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname	dateutil

Summary:	Provides powerful extensions to the standard datetime module
Name:		python-dateutil
Version:	2.1
Release:	3
License:	Python
Group:		Development/Python
URL:		http://labix.org/python-dateutil
Source0:	http://pypi.python.org/packages/source/p/python-dateutil/%{name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildRequires:	python-setuptools
Requires:	python
BuildArch:	noarch

%description
The dateutil module provides powerful extensions to the standard
datetime module available in Python. Features include:

* Computing of relative deltas (next month, next year, next monday,
  last week of month, etc);
* Computing of relative deltas between two given date and/or datetime
  objects;
* Computing of dates based on very flexible recurrence rules, using a
  superset of the iCalendar specification. Parsing of RFC strings is
  supported as well;
* Generic parsing of dates in almost any string format;
* Timezone (tzinfo) implementations for tzfile(5) format files
  (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string
  (in all known formats), iCalendar format files, given ranges (with
  help from relative deltas), local machine timezone, fixed offset
  timezone, UTC timezone, and Windows registry-based time zones;
* Internal up-to-date world timezone information based on Olson's
  database;
* Computing of Easter Sunday dates for any given year, using Western,
  Orthodox or Julian algorithms;
* More than 400 test cases.

%prep
%setup -q

%build

%install
python setup.py install --root=%{buildroot}
# Give read permissions for all files inside egg-info folder
find %{buildroot}%{py_puresitedir}/*egg-info -type f -exec chmod 644 {} \;

%files
%doc LICENSE README NEWS
%{py_puresitedir}/%{fname}
%{py_puresitedir}/python_%{fname}-%{version}-py%{py_ver}.egg-info



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 8f92dfa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18632 |14mr|python-decorator-3.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	decorator

Summary:	Python decorator utilities
Name:		python-%{module}
Version:	3.4.0
Release:	4
Source0:	http://pypi.python.org/packages/source/d/decorator/decorator-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/decorator/
BuildArch:	noarch
BuildRequires:	python-devel, python3-devel

%description
The aim of the decorator module it to simplify the usage of decorators
for the average programmer, and to popularize decorators by showing
various non-trivial examples. Of course, as all techniques, decorators
can be abused and you should not try to solve every problem with a
decorator, just because you can.

%package -n python3-decorator
Summary:        Python decorator utilities
Group:          Development/Python
Requires:       python3
 
%description -n python3-decorator
The aim of the decorator module it to simplify the usage of decorators
for the average programmer, and to popularize decorators by showing
various non-trivial examples. Of course, as all techniques, decorators
can be abused and you should not try to solve every problem with a
decorator, just because you can.

%prep
%setup -q -c

mv %{module}-%{version} python2
cp -r python2 python3

%install
pushd python2
%{__python} setup.py install --root=%{buildroot}
popd

pushd python3
%{__python3} setup.py install --root=%{buildroot}
popd

%files -n python-decorator 
%doc python2/documentation.* python2/*.txt
%{python_sitelib}/%{module}*

%files -n python3-decorator
%doc python3/documentation.* python3/*.txt
%{python3_sitelib}/%{module}*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.4.0-4
+ Revision: e834774
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18633 |14mr|python-decoratortools-1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname DecoratorTools

Name:           python-decoratortools
Version:        1.8
Release:        3
Summary:        Use class and function decorators -- even in Python 2.3
Group:          Development/Python
License:        Python or ZPLv2.1
URL:            http://cheeseshop.python.org/pypi/DecoratorTools
Source0:        http://cheeseshop.python.org/packages/source/D/DecoratorTools/%{oname}-%{version}.zip
BuildArch:      noarch

BuildRequires:  python-devel 
BuildRequires:  python-setuptools

%description
Want to use decorators, but still need to support Python 2.3? Wish you could
have class decorators, decorate arbitrary assignments, or match decorated
function signatures to their original functions?
Then you need "DecoratorTools".

%prep
%setup -q -n %{oname}-%{version}

%build
%{__python} setup.py build

%install
%{__python} setup.py install --skip-build --root %{buildroot}
 
%files
%defattr(-,root,root,-)
%doc README.txt
%{py_puresitedir}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8-3
+ Revision: dac0c40
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18634 |14mr|python-django-1.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	django
%define tarname	Django

Summary:	A high-level Python Web framework



Name:		python-%{module}
Version:	1.7
Release:	1
License:	BSD
Group:		Development/Python
Url:		http://www.djangoproject.com
Source0:	https://pypi.python.org/packages/source/D/Django/Django-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-distribute
BuildRequires:	python-sphinx
BuildRequires:	pkgconfig(python-2.7)

%description
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.

Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges:	the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.

Django focuses on automating as much as possible and adhering to the
DRY principle.

%prep
%setup -qn %{tarname}-%{version}
sed -i 's/^\(ez_setup.use_setuptools\)/#\1/' setup.py

%build
PYTHONDONTWRITEBYTECODE= %__python setup.py build
make -C docs/ html

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%files
%doc LICENSE  docs/_build/html
%{_bindir}/*
%{py_puresitedir}/%{module}
%{py_puresitedir}/%{tarname}-*.egg-info

%changelog
* Tue Sep 16 2014 dsilakov <denis.silakov@rosalab.ru> 1.7-1
+ Revision: c66004c
- Merge pull request #4 from import/python-django:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18635 |14mr|python-dmidecode-3.10.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Python module to access DMI data
Name:    python-dmidecode
Version: 3.10.13
Release: 2
License: GPLv2+
Group:   Development/Python
URL:     http://projects.autonomy.net.au/python-dmidecode/
Source0: http://src.autonomy.net.au/python-dmidecode/%{name}-%{version}.tar.gz
Requires: python-libxml2
BuildRequires: python-libxml2
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: python-devel

Patch1: SIGILL-catcher.patch

%description
python-dmidecode is a python extension module that uses the
code-base of the 'dmidecode' utility, and presents the data
as python data structures or as XML data using libxml2.

%prep
%setup -q
%patch1 -p1 -b .SIGILL-catcher

%build
make build
cd unit-tests
make
cd ..

%install
python src/setup.py install --root %{buildroot}

%clean

%files
%doc README doc/README.upstream doc/LICENSE doc/AUTHORS doc/AUTHORS.upstream
%{python_sitearch}/dmidecodemod.so
%{python_sitearch}/dmidecode.py
%{python_sitearch}/*.egg-info
%{_datadir}/python-dmidecode/

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.10.13-2
+ Revision: ff2b40b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18636 |14mr|python-docutils-0.12-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	docutils

Name:		python-%{module}
Summary:	Python Documentation Utilities
Version:	0.12
Release:	5
Source:		http://downloads.sourceforge.net/project/docutils/docutils/0.12/docutils-%{version}.tar.gz
URL:		http://docutils.sourceforge.net/
License:	BSD
Group:		Development/Python
BuildArch:	noarch
BuildRequires:	python-devel, emacs
Requires:	python-roman
Suggests:	python-imaging
Conflicts:	python3-docutils

%description
The purpose of the Docutils project is to create a set of tools for
processing plaintext documentation into useful formats, such as HTML,
XML, and LaTeX.  Support for the following sources has been implemented:

* Standalone files.
* PEPs (Python Enhancement Proposals)

Support for the following sources is planned:

* Inline documentation from Python modules and packages, extracted
  with namespace context.
* Email (RFC-822 headers, quoted excerpts, signatures, MIME parts).
* Wikis, with global reference lookups of "wiki links".
* Compound documents, such as multiple chapter files merged into a
  book.
* And others as discovered.

%prep
%setup -q -n %{module}-%{version}

%install
python setup.py install --root=%{buildroot}
for file in %{buildroot}%{_bindir}/*.py; do
  mv $file %{buildroot}%{_bindir}/`basename $file .py`
done

# Make emacs mode available:
emacs -batch -f batch-byte-compile tools/editors/emacs/rst.el
install -d -m 755 %{buildroot}%{_datadir}/emacs/site-lisp
install -D -m 644 tools/editors/emacs/rst.el* %{buildroot}%{_datadir}/emacs/site-lisp
rm -rf tools/editors/emacs

cat > ./rst.el << EOF
(autoload 'rst-mode "rst" "reStructuredText mode" t)
(add-to-list 'auto-mode-alist '("\\.rst$" . rst-mode))
EOF
emacs -batch -f batch-byte-compile rst.el
install -d -m 755 %{buildroot}%{_sysconfdir}/emacs/site-start.d
install -m 644 rst.el* %{buildroot}%{_sysconfdir}/emacs/site-start.d/

%files
%doc *.txt docs tools
%{py_puresitedir}/docutils
%{py_puresitedir}/*.egg-info
%{_bindir}/*
%{_datadir}/emacs/site-lisp/*
%{_sysconfdir}/emacs/site-start.d/*


%changelog
* Sun Sep 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.12-5
+ Revision: 5092906
- Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18637 |14mr|python-egenix-mx-base-3.2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname egenix-mx-base

Name:		python-%{rname}
Version:	3.2.6
Release:	2
Summary:	Python extensions from eGenix
License:	eGenix.com Public License
Group:		Development/Python
URL:		http://www.egenix.com/files/python/eGenix-mx-Extensions.html
Source0:	http://downloads.egenix.com/python/egenix-mx-base-%{version}.tar.gz
Patch0:		egenix-mx-base-fix_underlinking.diff
Patch1:		mx-3.1.1-lib64.patch
Obsoletes:	%{rname} < %{version}-%{release}
Provides:	egenix-mx-base = %{version}-%{release}
BuildRequires:	python-devel

%description
The eGenix mx Extension Series are a collection of
Python extensions written in ANSI C and Python
which provide a large spectrum of useful additions
to everyday Python programming.

The BASE package includes the Open Source subpackages
of the series and is needed by all other add-on
packages of the series.

This software is brought to you by eGenix.com and
distributed under the eGenix.com Public License.

%prep
%setup -q -n %{rname}-%{version}
find . -type f | grep .py | xargs -t sed -i 's|/usr/local.*python|/usr/bin/python|'
%patch0 -p0
%patch1 -p1

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --prefix=%{_prefix} --no-compile

%files
%defattr(-,root,root,0755)
%doc README mx/*/Doc
%doc mx/DateTime/LICENSE mx/DateTime/COPYRIGHT
%{py_platsitedir}/mx
%{py_platsitedir}/*.egg-info



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.6-2
+ Revision: e11a89c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18638 |14mr|python-enchant-1.6.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-enchant
Version:	1.6.6
Release:	2
Summary:	Python bindings for Enchant spellchecking library

Group:		Development/Python
License:	LGPL
URL:		http://packages.python.org/pyenchant/
Source0:	http://pypi.python.org/packages/source/p/pyenchant/pyenchant-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  python-devel
BuildRequires:  python3-devel
BuildRequires:  pkgconfig(enchant)
Provides:	PyEnchant = %{version}-%{release}
Requires:	enchant >= 1.5.0

%description
PyEnchant is a spellchecking library for Python, based on the excellent Enchant
library.

PyEnchant combines all the functionality of the underlying Enchant library with
the flexibility of Python and a nice "Pythonic" object-oriented interface.

%package -n python3-enchant
Summary:        Python bindings for Enchant spellchecking library

Group:          Development/Python
Requires:       python3
 
%description -n python3-enchant
PyEnchant is a spellchecking library for Python, based on the excellent Enchant
library.

PyEnchant combines all the functionality of the underlying Enchant library with
the flexibility of Python and a nice "Pythonic" object-oriented interface.

%prep
%setup -q -c

mv pyenchant-%{version} python2
cp -r python2 python3

%build
pushd python2
python setup.py build
popd

pushd python3
python3 setup.py build
popd

%install
pushd python2
python setup.py install -O1 --skip-build --root "%{buildroot}" --single-version-externally-managed
popd

pushd python3
python3 setup.py install -O1 --skip-build --root "%{buildroot}" --single-version-externally-managed
popd

%files
%doc python2/LICENSE.txt python2/README.txt python2/TODO.txt
%{py_puresitedir}/enchant
%{py_puresitedir}/*.egg-info

%files -n python3-enchant
%doc python3/LICENSE.txt python3/README.txt python3/TODO.txt
%{py3_puresitedir}/enchant
%{py3_puresitedir}/*.egg-info


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.6-2
+ Revision: c444714
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18639 |14mr|python-epsilon-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  epsilon

Summary:	A small utility package

Name:		python-%{module}
Version:	0.7.0
Release:	2
Group:		Development/Python 
License:	BSD
Url:		http://www.divmod.org/trac/wiki/DivmodEpsilon
Source0:	https://pypi.python.org/packages/source/E/Epsilon/Epsilon-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
BuildRequires:	python-twisted
Provides:	python-Epsilon = %{version}
Provides:	Epsilon = %{version}
Requires:	python-twisted

%description
A small utility package that depends on tools too recent for Twisted (like
datetime in python2.4) but performs generic enough functions that it can be
used in projects that don't want to share the large footprint of Divmod's 
other projects.

%prep
%setup -qn Epsilon-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=INSTALLED_FILES.tmp

rm -rf %{buildroot}%{py_puresitedir}/build

%files
%doc README *.txt LICENSE
%{py_puresitedir}/*
%{_bindir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.0-2
+ Revision: 11fefbe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18640 |14mr|python-ethtool-0.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Ethernet settings python bindings
Name:    python-ethtool
Version: 0.6
Release: 6
URL:     http://fedorapeople.org/gitweb?p=dsommers/public_git/python-ethtool.git;a=summary
Source:  http://dsommers.fedorapeople.org/python-ethtool/%{name}-%{version}.tar.bz2
Patch0:  python-ethtool-0.3-doc.patch
Patch1:  python-ethtool-aa2c20e697af1907b92129410aa10952a3ffdd68-fix-RETURN_NONE-refcount.patch
Patch2:  python-ethtool-4e928d62a8e3c1dfefe6a55b81c0f0b4510b14eb-fix-error-handling.patch

# Cherrypick upstream fix for typo in the "pethtool --help" message
# (rhbz#692028):
Patch3: python-ethtool-710766dc72260149bd78fd6168fbaf6838fc3d4f-fix-typo-in-pethtool-help.patch

# Cherrypick upstream fix for memory leaks (rhbz#698125):
Patch4: python-ethtool-abc7f912f66d41dd734a10900429d4cad9377da5-fix-memory-leaks.patch

# Add IPv6 information to pifconfig (rhbz#698192):
Patch5: python-ethtool-0.6-add-ipv6-info-to-pifconfig.patch

# Cherrypick upstream fix for pifconfig's command-line parsing, to respect
# interface arguments (rhbz#714753)
Patch6: python-ethtool-a45819ecb5580aeeb09c6c2201929257f5d311d2-fix-pifconfig-command-line-parsing.patch

# Add a get_ipv4_addresses() method to ethtool.etherinfo to support devices
# with multiple IPv4 addresses (rhbz#759150):
Patch7: python-ethtool-0.6-add-get_ipv4_addresses-method.patch

# Makes get_active_devices() return IPv6-only interfaces, too
Patch8: python-ethtool-0.6-return-ipv6-only-interface-names.patch

# Makes pifconfig output all IPv4 addresses for interfaces
Patch9: python-ethtool-0.6-make-pifconfig-output-all-ipv4-addresses-for-interface.patch

License: GPLv2
Group:   System/Libraries
BuildRequires: python-devel libnl-devel
#asciidoc
BuildRequires: pkgconfig gcc

%description
Python bindings for the ethtool kernel interface, that allows querying and
changing of Ethernet card settings, such as speed, port, auto-negotiation, and
PCI locations.

%prep
%setup -q
%patch0 -p1 -b .doc
%patch1 -p1 -b .fix-RETURN_NONE-refcount
%patch2 -p1 -b .fix-error-handling

%patch3 -p1 
%patch4 -p1 -b .fix-memory-leaks
%patch5 -p1 
%patch6 -p1 
%patch7 -p1 -b .759150
%patch8 -p1
%patch9 -p1

%build
%{__python} setup.py build
#a2x -d manpage -f manpage man/pethtool.8.asciidoc
#a2x -d manpage -f manpage man/pifconfig.8.asciidoc
 
%install
%{__python} setup.py install --skip-build --root %{buildroot}
mkdir -p %{buildroot}%{_sbindir}
#mkdir -p %{buildroot}%{_mandir}/man8
cp -p pethtool.py %{buildroot}%{_sbindir}/pethtool
cp -p pifconfig.py %{buildroot}%{_sbindir}/pifconfig
#%{__gzip} -c man/pethtool.8 > %{buildroot}/%{_mandir}/man8/pethtool.8.gz
#%{__gzip} -c man/pifconfig.8 > %{buildroot}/%{_mandir}/man8/pifconfig.8.gz

%clean

%files
%doc COPYING
#%doc %{_mandir}/man8/*
%{_sbindir}/pethtool
%{_sbindir}/pifconfig
%{python_sitearch}/ethtool.so
%{python_sitearch}/*.egg-info

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-6
+ Revision: 1bbcb71
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18641 |14mr|python-fam-1.1.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pyver %(python -V 2>&1 | cut -f2 -d" " | cut -f1,2 -d".")

Summary:	Python FAM module
Name:		python-fam
Version:	1.1.1
Release:	13
Patch1:		python-fam-1.1.1-fixcrash.patch
License:	GPLv2
Group:		Development/Python
Url:		http://python-fam.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/python-fam/%{name}-%{version}.tar.bz2
Patch0:		python-fam-1.0.2-gamin.patch
BuildRequires:	fam-devel
BuildRequires:  python-devel

%description
Python FAM is a wrapper module around libfam from the FAM project. It
allows Python programs to monitor files and directories. An example
script is included.

%prep
%setup -q
%apply_patches
chmod 755 test.py

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc test.py
%{py_platsitedir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-13
+ Revision: bd6935e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18642 |14mr|python-feedparser-5.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	feedparser

Summary:	Parse RSS and Atom feeds in Python
Name:		python-%{modname}
Version:	5.1.3
Release:	3

Source0:	http://feedparser.googlecode.com/files/feedparser-%{version}.tar.gz
License:	BSD
URL:		http://code.google.com/p/feedparser/
Group:		Development/Python
BuildRequires:	pkgconfig(python2)
BuildRequires:  python3-devel
BuildRequires:	python-setuptools
BuildRequires:  python3egg(setuptools)
BuildArch:	noarch

%description
Feedparser is the "Universal Feed Parser" library for python, which
handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds

%package -n python3-feedparser
Summary:        Python decorator utilities
Group:          Development/Python
Requires:       python3
 
%description -n python3-feedparser
Feedparser is the "Universal Feed Parser" library for python, which
handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds

%prep
%setup -q -c

mv %{modname}-%{version} python2
cp -r python2 python3

%check
#pushd feedparser
#    python feedparsertest.py
#popd

%install
pushd python2
python setup.py install --root=%{buildroot}
popd

pushd python3
python3 setup.py install --root=%{buildroot}
popd

%files
%defattr(644,root,root,755)
%doc python2/LICENSE python2/
%{py_puresitedir}/%{modname}*

%files -n python3-feedparser
%defattr(644,root,root,755)
%doc python3/LICENSE python3/README
%{python3_sitelib}/%{modname}*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.1.3-3
+ Revision: c1531d5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18643 |14mr|python-foolscap-0.6.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	foolscap
%define name	python-%{module}
%define version	0.6.1
%define release	4

Summary:	Rewrite of Perspective Broker
Name:		%{name}
Version:	0.6.4
Release:	2
Source0:	http://foolscap.lothar.com/releases/foolscap-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://foolscap.lothar.com/
Requires:	python >= 2.4
Requires:	python-twisted >= 2.4.0
Requires:	python-OpenSSL >= 0.6
BuildRequires:	python-devel >= 2.4
BuildArch:	noarch

%description
Foolscap is a ground-up rewrite of Perspective Broker, which itself is
Twisted's native RPC/RMI protocol (Remote Procedure Call / Remote
Method Invocation).  If you have control of both ends of the wire, and
are thus not constrained to use some other protocol like
HTTP/XMLRPC/CORBA/etc, you might consider using Foolscap.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILELIST

%clean

%files -f FILELIST
%doc ChangeLog LICENSE NEWS README doc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.4-2
+ Revision: f691cf5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18644 |14mr|python-formencode-1.2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname formencode
%define Oname FormEncode

Summary:  Python module to validate and generate form
Name:    python-%oname
Version: 1.2.6
Release: 2

Source0: http://cheeseshop.python.org/packages/source/F/FormEncode/FormEncode-%{version}.zip
License: BSD
Group: Development/Python
BuildArch: noarch
Url: http://formencode.org
BuildRequires: python-devel
BuildRequires: python-setuptools

%description
FormEncode is a validation and form generation package. The validation can be
used separately from the form generation. The validation works on compound
data structures, with all parts being nestable. It is separate from HTTP or
any other input mechanism.

%prep
%setup -q -n %Oname-%{version}
perl -pi -e 's/^(use_setuptools)/#$1/' setup.py

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
find %{buildroot}%{py_puresitedir} -type f -exec chmod o-w {} \;

%files
%doc docs
%{py_puresitedir}/%{oname}
%{py_puresitedir}/*.egg-info

%changelog
* Thu Jul 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.6-2
+ Revision: 72413fa
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18645 |14mr|python-GnuPG-Interface-0.3.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name python-GnuPG-Interface
%define version 0.3.2
%define release 13
%define oname GnuPGInterface

Summary: GnuPG-Interface module for python
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://py-gnupg.sourceforge.net/download/%{oname}-%{version}.tar.bz2
License: LGPL
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-buildroot
Url: http://py-gnupg.sourceforge.net/
BuildRequires: python-devel
BuildRequires:  gnupg
BuildArch:	noarch

%description
This module provides Python bindings for the GnuPG.

%prep
%setup -q -n %oname-%version
chmod 644 ./*

%build
env CFLAGS="$RPM_OPT_FLAGS" python setup.py build

%install
rm -rf %buildroot 
python setup.py install --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING ChangeLog MANIFEST NEWS README THANKS
%{py_puresitedir}/GnuPGInterface.py*
%{py_puresitedir}/*.egg-info






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.2-13
+ Revision: 870b9bd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18646 |14mr|python-gobject-2.28.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pygobject

%define api 2.0
%define major 0
%define libname %mklibname pyglib %{api} %{major}

Summary:	GObject Python bindings 
Name:		python-gobject
Version:	2.28.6
Release:	6
License:	LGPLv2+
Group:		Development/Python
Url:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/pygobject/%{oname}-%{version}.tar.xz
Patch0:		pygobject-2.16.1-fixdetection.patch
Patch1:		pygobject-2.28.2-fix-link.patch

# upstream patches
Patch2:		fix-gio-flags.patch
Patch3:		0001-Fix-set_qdata-warning-on-accessing-NULL-gobject-prop.patch

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(pycairo)
BuildRequires:	pkgconfig(python)

Provides:	python-gobject2 = %{EVRD}

%description
This archive contains bindings for the GObject, to be used in Python
It is a fairly complete set of bindings, it's already rather useful, 
and is usable to write moderately complex programs.  (see the
examples directory for some examples of the simpler programs you could
write).

%package -n %{libname}
Summary:	Python Glib bindings shared library
Group:		System/Libraries

%description -n %{libname}
This archive contains bindings for the GObject, to be used in Python
It is a fairly complete set of bindings, it's already rather useful, 
and is usable to write moderately complex programs.  (see the
examples directory for some examples of the simpler programs you could
write).

%package devel
Summary:	Python-gobject development files
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description devel
This contains the python-gobject development files, including C
header, pkg-config file, gtk-doc generated API documentation and a code
generation tool.

%prep
%setup -qn %{oname}-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-introspection

%make LIBS='-lpython2.7'

%install
rm -rf %{buildroot}
%makeinstall_std
#gw this must be executable, it is used for building docs, e.g. in pyclutter
chmod 755 %{buildroot}%{_datadir}/pygobject/xsl/fixxref.py

%files
%doc README NEWS AUTHORS ChangeLog
%{py_platsitedir}/pygtk*
%{py_platsitedir}/glib
%{py_platsitedir}/gobject
%{py_platsitedir}/gtk-2.0/

%files -n %{libname}
%{_libdir}/libpyglib-%{api}-python.so.%{major}*

%files devel
%{_bindir}/pygobject-codegen-2.0
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libpyglib-%{api}-python.so
%{_includedir}/pygtk-2.0/
%{_datadir}/gtk-doc/html/pygobject/
%{_datadir}/pygobject/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.28.6-6
+ Revision: e762aad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18647 |14mr|python-gobject3-3.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pygobject

%define api 2.0
%define major 0
%define libname %mklibname pyglib-gi %{api} %{major}
%define libname3 %mklibname py3glib-gi %{api} %{major}

%if %{_use_internal_dependency_generator}
%define __noautoprovfiles %{py_platsitedir}/gi/_gobject/__init__.py
%else
%define _exclude_files_from_autoreq ^%{py_platsitedir}/gi/_gobject/__init__.py
%endif

# Disable useless provides ('_gi.so' and similar)
%define __noautoprov '_.*\.so'

Summary:	Python bindings for GObject Introspection

Name:		python-gobject3
Version:	3.13.3
Release:	1
License:	LGPLv2+ and MIT
Group:		Development/Python
Url:		http://www.gnome.org
Source0:	https://download.gnome.org/sources/pygobject/3.13/pygobject-%{version}.tar.xz
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(glib-2.0) >= 2.24.0
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.10.2
BuildRequires:	pkgconfig(libffi) >= 3.0
BuildRequires:	pkgconfig(pycairo) >= 1.2.0
BuildRequires:	pkgconfig(py3cairo) >= 1.10.0
BuildRequires:	pkgconfig(python) >= 2.5.2
BuildRequires:	pkgconfig(python3)

%description
The %{name} package provides a convenient wrapper for the GObject
library for use in Python programs.

#----------------------------------------------------------------------------

%package -n python-gi
Summary:	Python bindings for GObject Introspection

Group:		Development/Python
Provides:	python-gobject-introspection = %{EVRD}
Provides:	%{name} = %{EVRD}
Conflicts:	python-gobject < 2.28.6-3
Obsoletes:	%{libname}

%description -n python-gi
This package contains the Python GObject Introspection bindings.

%files -n python-gi
%doc python2/README python2/NEWS python2/AUTHORS python2/ChangeLog
%{py_platsitedir}/gi
%{py_platsitedir}/pygtkcompat
%exclude %{py_platsitedir}/gi/_gi_cairo*.so

#----------------------------------------------------------------------------

%package -n python3-gi
Summary:	Python 3 bindings for GObject Introspection

Group:		Development/Python
Provides:	python3-gobject-introspection = %{EVRD}
Provides:	python3-gobject3 = %{EVRD}
Conflicts:	python3-gobject < 2.28.6-3
Obsoletes:	%{libname3}

%description -n python3-gi
This package contains the Python 3 GObject Introspection bindings.

%files -n python3-gi
%doc python3/README python3/NEWS python3/AUTHORS python3/ChangeLog
%{py3_platsitedir}/gi
%{py3_platsitedir}/pygtkcompat
%exclude %{py3_platsitedir}/gi/_gi_cairo*.so

#----------------------------------------------------------------------------

%package -n python-gi-cairo
Summary:	Python-gi bindings for Cairo

Group:		Development/Python
Requires:	python-gi = %{EVRD}
Requires:	typelib(PangoCairo)
Requires:	python-cairo >= 1.10.0
Obsoletes:	python-gobject-cairo < 2.28.6-3
Provides:	python-gobject-cairo = %{EVRD}

%description -n python-gi-cairo
This package contains the Python-gi Cairo bindings.

%files -n python-gi-cairo
%{py_platsitedir}/gi/_gi_cairo*.so

#----------------------------------------------------------------------------

%package -n python3-gi-cairo
Summary:	Python3-gi bindings for Cairo

Group:		Development/Python
Requires:	python3-gi = %{EVRD}
Requires:	typelib(PangoCairo)
Requires:	python3-cairo >= 1.10.0
Obsoletes:	python3-gobject-cairo < 2.28.6-3
Provides:	python3-gobject-cairo = %{EVRD}

%description -n python3-gi-cairo
This package contains the Python-gi Cairo bindings.

%files -n python3-gi-cairo
%{py3_platsitedir}/gi/_gi_cairo*.so

#----------------------------------------------------------------------------

%package -n python3-gobject3-devel
Summary:	Python-gobject development files

Group:		Development/C
Requires:	python3-gi-cairo = %{EVRD}

Obsoletes:	python-gobject3-devel

%description -n python3-gobject3-devel
This contains the python3-gobject development files, including C
header, pkg-config file.

%files -n python3-gobject3-devel
%{_libdir}/pkgconfig/pygobject-3.0.pc
%{_includedir}/pygobject-3.0/pygobject.h

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version} -c
mv %{oname}-%{version} python2
cp -r python2 python3

%build
pushd python3
echo "%__python3"
autoreconf -fi
%configure2_5x PYTHON=%__python3
%make  LDFLAGS="`python3-config --ldflags`"
popd

pushd python2
autoreconf -fi
%configure2_5x PYTHON=%__python
%make LIBS="-lpython%{py_ver}"
popd

%install
pushd python3
PYTHON=%__python3 %makeinstall_std
rm -rf %{buildroot}%{py3_platsitedir}/pygobject-*
popd

pushd python2
%makeinstall_std
rm -rf %{buildroot}%{py_platsitedir}/pygobject-*
popd

# dsextra stuff is for windows installs so remove it
rm -fr %{buildroot}%{py_platsitedir}/gtk-2.0

# docs are out of date and are being reworked upstream
# so remove them
rm -rf %{buildroot}%{_datadir}/gtk-doc
rm -rf %{buildroot}%{_datadir}/pygobject



%changelog
* Wed Jul 16 2014 dsilakov <denis.silakov@rosalab.ru> 3.13.3-1
+ Revision: 1a7cd5c
- Merge pull request #2 from import/python-gobject3:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18648 |14mr|python-gpgme-0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define python_compile_opt python -O -c "import compileall; compileall.compile_dir('.')"
%define python_compile     python -c "import compileall; compileall.compile_dir('.')"
%define mname pygpgme

Name:           python-gpgme
Version:        0.1
Release:        5
Summary:        Python module for working with OpenPGP messages

Group:          Development/Python
License:        LGPLv2+
URL:            http://cheeseshop.python.org/pypi/pygpgme/0.1
Source0:        http://cheeseshop.python.org/packages/source/p/%{mname}/%{mname}-%{version}.tar.gz
# upstream patch to fix gpgme intialization
# https://bugs.launchpad.net/pygpgme/+bug/452194
Patch0:         python-gpgme-0.1-fix-gpgme-initialization.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:  python-devel
BuildRequires:  gpgme-devel

%description
PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt
files using the OpenPGP format.  It is built on top of GNU Privacy Guard and
the GPGME library.

%prep
%setup -q -n %{mname}-%{version}
%patch0 -p0

%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
# No need to ship the tests
rm -rf $RPM_BUILD_ROOT%{python_sitearch}/gpgme/tests/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README PKG-INFO
%{python_sitearch}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-5
+ Revision: 4af6463
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18649 |14mr|python-gstreamer1.0-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# gst1 api recall here
%define api 1.0
%define oname gst-python

Summary:	Python bindings for GStreamer%{api}
Name:		python-gstreamer%{api}
Version:	1.2.1
Release:	2
Group:		Development/Python
License:	LGPLv2.1+
Url:		http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/gst-python/%{oname}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gstreamer-%{api}) >= 1.2.0
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	pkgconfig(python)
Requires:	gstreamer1.0-tools >= 1.2.0
Requires:	python-gobject3
Provides:	gstreamer%{api}-python = %{EVRD}

%description
This module contains PyGObject overrides to make it easier to write
applications that use GStreamer 1.0 in Python.

%files
%doc AUTHORS COPYING ChangeLog NEWS README
%{py_platsitedir}/gi/overrides/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.1-2
+ Revision: 20295ec
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18650 |14mr|python-gtkglext-1.1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	libname		pygtkglext

Summary:	Python bindings for GtkGLExt
Name:		python-gtkglext
Version:	1.1.0
Release:	11
License:	BSD
Group:		System/Libraries
URL:		http://www.k-3d.org/gtkglext/Main_Page
Source:		http://prdownloads.sourceforge.net/sourceforge/gtkglext/%{libname}-%{version}.tar.bz2
Requires:	gtkglext, python-opengl
BuildRequires:	gtkglext-devel
BuildRequires:  pygtk2.0-devel
BuildRequires:  python-devel
 
%description
Python bindings for GtkGTLExt

%prep
%setup -q -n %{libname}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std
%if %_lib != lib
mv %{buildroot}%{py_puresitedir}/gtk-2.0/gtk/gdkgl/* %{buildroot}%{py_platsitedir}/gtk-2.0/gtk/gdkgl/
mv %{buildroot}%{py_puresitedir}/gtk-2.0/gtk/gtkgl/* %{buildroot}%{py_platsitedir}/gtk-2.0/gtk/gtkgl/
%endif

%files
%doc AUTHORS ChangeLog COPYING COPYING.LIB INSTALL README README.win32 examples/
%{python_sitearch}/gtk-2.0/gtk/gtkgl
%{python_sitearch}/gtk-2.0/gtk/gdkgl
%{_datadir}/pygtk/2.0/defs/*
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-11
+ Revision: 12d95fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18651 |14mr|python-gtksourceview-2.10.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name python-gtksourceview
%define version 2.10.1
%define release  9
%define oname pygtksourceview

Summary: Gtksourceview bindings for Python
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://ftp.gnome.org/pub/GNOME/sources/%oname/%{oname}-%{version}.tar.bz2
License: LGPLv2+
Group: Development/Python
Url: http://www.gnome.org
BuildRequires: gtksourceview-devel >= 2.9.1
BuildRequires: pygtk2.0-devel
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: libxslt-proc docbook-style-xsl

%description
These are the python bindings for the version 2 of the
GtkSourceView library.

%package devel
Group: Development/Python
Summary: Files required to build applications with %name
Requires: %name = %version

%description devel
These are the python bindings for the version 2 of the
GtkSourceView library.


%prep
%setup -q -n %oname-%version

%build
%configure2_5x
%make PYTHON_LIBS="-lpython%{py_ver}"

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
rm -f %buildroot%py_platsitedir/gtksourceview2.la
%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README NEWS AUTHORS
%py_platsitedir/gtksourceview2.so

%files devel
%defattr(-,root,root)
%doc ChangeLog
%_libdir/pkgconfig/*.pc
%_datadir/gtk-doc/html/pygtksourceview2/
%_datadir/pygtk/2.0/defs/gtksourceview2.defs



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.10.1-9
+ Revision: 653f286
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18652 |14mr|python-html5lib-1.0b3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modulename	html5lib

Summary:	A python based HTML parser/tokenizer based on the WHATWG HTML5 specification
Name:		python-%{modulename}
Version:	1.0b3
Release:	4
Group:		Development/Python
License:	MIT
URL:		http://code.google.com/p/html5lib/
BuildArch:	noarch
Source0:	https://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz

BuildRequires:	python-devel python-setuptools
BuildRequires:  python3egg(setuptools) python3-devel

%description
A python based HTML parser/tokenizer based on the WHATWG HTML5
specification for maximum compatibility with major desktop web browsers.

%package -n python3-html5lib
Summary:        A python based HTML parser/tokenizer based on the WHATWG HTML5 specification
Group:          Development/Python
Requires:       python3
 
%description -n python3-html5lib
A python based HTML parser/tokenizer based on the WHATWG HTML5
specification for maximum compatibility with major desktop web browsers.


%prep
%setup -q -c

mv %{modulename}-%{version} python2
cp -r python2 python3

%install
pushd python2
%{__python} setup.py install --root=%{buildroot}
popd

pushd python3
%{__python3} setup.py install --root=%{buildroot}
popd

%files -n python-html5lib 
%{py_puresitedir}/%{modulename}/*.py
%{py_puresitedir}/%{modulename}/filters
%{py_puresitedir}/%{modulename}/serializer
%{py_puresitedir}/%{modulename}/treeadapters
%{py_puresitedir}/%{modulename}/treebuilders
%{py_puresitedir}/%{modulename}/treewalkers
%{py_puresitedir}/%{modulename}/trie
%{py_puresitedir}/%{modulename}-%{version}-*.egg-info

%files -n python3-html5lib
%{py3_puresitedir}/%{modulename}/*.py
%{py3_puresitedir}/%{modulename}/filters
%{py3_puresitedir}/%{modulename}/serializer
%{py3_puresitedir}/%{modulename}/treeadapters
%{py3_puresitedir}/%{modulename}/treebuilders
%{py3_puresitedir}/%{modulename}/treewalkers
%{py3_puresitedir}/%{modulename}/trie
%{py3_puresitedir}/%{modulename}-%{version}-*.egg-info

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0b3-4
+ Revision: bcc4d3d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18653 |14mr|python-httplib2-0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	httplib2

Name:		python-httplib2
Summary:	Comprehensive HTTP client library for Python
Version:	0.9
Release:	1
Source0:	https://pypi.python.org/packages/source/h/httplib2/httplib2-%{version}.tar.gz
URL:		http://code.google.com/p/httplib2
Group:		System/Libraries
License:	MIT
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires: python-devel

%description
A comprehensive HTTP client library that supports many features left
out of other HTTP libraries.

%package -n python3-httplib2
Summary:        Python 3 HTTP library module
Group:          System/Libraries
BuildRequires:  python3

%description -n python3-httplib2
A comprehensive HTTP client library that supports many features left
out of other HTTP libraries.

%prep
%setup -q -c
mv httplib2-%{version} python2
pushd python2
%patch0 -p0 -b .certfile
popd
cp -r python2 python3

%build
pushd python2
python setup.py build
popd

pushd python3
python3 setup.py build
popd

%install
pushd python2
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --compile --optimize=2
chmod a+r %{buildroot}%{py_puresitedir}/%{module}*egg-info/*
popd

pushd python3
PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot} --compile --optimize=2
chmod a+r %{buildroot}%{py_puresitedir}/%{module}*egg-info/*
popd

%files
%{py_puresitedir}/%{module}-*
%{py_puresitedir}/%{module}/*

%files -n python3-httplib2
%{py3_puresitedir}/%{module}-*
%{py3_puresitedir}/%{module}/*

%changelog
* Sat Sep 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9-1
+ Revision: fbc9c6e
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18654 |14mr|python-iniparse-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname iniparse
%define name python-%oname
%define version 0.4
%define release 4

Summary: INI parser for python
Name: %{name}
Version: %{version}
Release: %{release}
Url: http://code.google.com/p/iniparse/
Source: http://iniparse.googlecode.com/files/%{oname}-%{version}.tar.gz 
License: MIT
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
BuildRequires: python-devel

%description
iniparse is a INI parser for Python which is:

 * Compatiable with ConfigParser: Backward compatible implementations of 
   ConfigParser, RawConfigParser, and SafeConfigParser are included that 
   are API-compatible with the Python standard library. They pass all the 
   unit tests in Python-2.4.4.
 * Preserves structure of INI files: Order of sections & options, indentation, 
   comments, and blank lines are preserved as far as possible when data is 
   updated.
 * More convenient: Values can be accessed using dotted notation 
   (cfg.user.name), or using container syntax (cfg['user']['name']).

It is very useful for config files that are updated both by users and by 
programs, since it is very disorienting for a user to have her config 
file completely rearranged whenever a program changes it. iniparse also 
allows making the order of entries in a config file significant, which is 
desirable in applications like image galleries.


%prep
%setup -q -n %oname-%version

%build
python setup.py build
#perl -pi -e 's|^#!python|#!/usr/bin/python|' easy_install.py setuptools/command/easy_install.py

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --prefix=$RPM_BUILD_ROOT/%_prefix 
rm -Rf $RPM_BUILD_ROOT/%_prefix/share/doc/*

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Changelog LICENSE LICENSE-PSF README html/* 
%py_sitedir/%{oname}*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-4
+ Revision: 556202b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18655 |14mr|python-isodate-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-isodate
Version:        0.5.0
Release:        3
Summary:        An ISO 8601 date/time/duration parser and formater

Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/isodate
Source0:        http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python3-devel
BuildRequires:  python3-distribute

%description
This module implements ISO 8601 date, time and duration parsing. The
implementation follows ISO8601:2004 standard, and implements only date/time
representations mentioned in the standard. If something is not mentioned there,
then it is treated as non existent, and not as an allowed option.

For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended
by this module to support 2 digit years. (while it may still be valid as ISO
date, because it is not explicitly forbidden.) Another example is, when no time
zone information is given for a time, then it should be interpreted as local
time, and not UTC.

As this module maps ISO 8601 dates/times to standard Python data types, like
date, time, datetime and timedelta, it is not possible to convert all possible
ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by
the Python date and datetime classes. Additionally fractional seconds are
limited to microseconds. That means if the parser finds for instance
nanoseconds it will round it to microseconds.

%package -n python3-isodate
Summary:        An ISO 8601 date/time/duration parser and formater

Group:          Development/Python
Requires:       python3

%description -n python3-isodate
This module implements ISO 8601 date, time and duration parsing. The
implementation follows ISO8601:2004 standard, and implements only date/time
representations mentioned in the standard. If something is not mentioned there,
then it is treated as non existent, and not as an allowed option.

For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended
by this module to support 2 digit years. (while it may still be valid as ISO
date, because it is not explicitly forbidden.) Another example is, when no time
zone information is given for a time, then it should be interpreted as local
time, and not UTC.

As this module maps ISO 8601 dates/times to standard Python data types, like
date, time, datetime and timedelta, it is not possible to convert all possible
ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by
the Python date and datetime classes. Additionally fractional seconds are
limited to microseconds. That means if the parser finds for instance
nanoseconds it will round it to microseconds.

%prep
%setup -qc
mv isodate-%{version} python2
cp -a python2 python3

%build
pushd python2
python setup.py build
popd
pushd python3
python3 setup.py build
popd

%install
pushd python3
python3 setup.py install -O1 --skip-build --root %{buildroot}
popd
pushd python2
python2 setup.py install -O1 --skip-build --root %{buildroot}
popd

%files
%doc  python2/TODO.txt
%{py_puresitedir}/isodate
%{py_puresitedir}/isodate*.egg-info

%files -n python3-isodate
%doc  python2/TODO.txt
%{py3_puresitedir}/isodate
%{py3_puresitedir}/isodate*.egg-info



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.0-3
+ Revision: 922b233
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18656 |14mr|python-jinja2-2.7.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Jinja2
%define fname   jinja2

# jinja requires itself ( as python-sphinx use it ) to build doc
%define enable_doc 1

Summary:	Python template engine
Name:		python-jinja2
Version:	2.7.1
Release:	8
License:	BSD
Group:		Development/Python
Url:		http://jinja.pocoo.org/
Source0:	https://pypi.python.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz
Patch0:         Jinja2-2.7.1.next.patch
BuildArch:	noarch
BuildRequires:	python-devel >= 2.4, python-setuptools, python3-devel, python3-distribute
BuildRequires:	python-markupsafe
BuildRequires:	python3-markupsafe
%if %enable_doc
BuildRequires:	python-sphinx
%endif
Requires:	python >= 2.4
Obsoletes:	python-jinja
Suggests:	python-markupsafe

%description
Jinja2 is a library for Python 2.4 and onwards that is designed to be
flexible, fast and secure. If you have any exposure to other
text-based template languages, such as Smarty or Django, you should
feel right at home with Jinja2. It's both designer and developer
friendly by sticking to Python's principles and adding functionality
useful for templating environments.

%package -n python3-jinja2
Summary:	Python template engine
Group:		Development/Python
Requires:	python3
 
%description -n python3-jinja2
Jinja2 is a library for Python 2.4 and onwards that is designed to be
flexible, fast and secure. If you have any exposure to other
text-based template languages, such as Smarty or Django, you should
feel right at home with Jinja2. It's both designer and developer
friendly by sticking to Python's principles and adding functionality
useful for templating environments.

%prep
%setup -q -c
%patch0 -p0

mv %{tarname}-%{version} python2
cp -r python2 python3

%build
pushd python2
PYTHONDONTWRITEBYTECODE=  python setup.py build
%if %enable_doc
%make -C docs html
%endif
popd

pushd python3
PYTHONDONTWRITEBYTECODE=  python3 setup.py build
%if %enable_doc
%make -C docs html
%endif
popd

%check
pushd python2
make test 
popd

pushd python3
make test 
popd

%install
pushd python2
%{__python} setup.py install --root=%{buildroot}
popd

pushd python3
%{__python3} setup.py install --root=%{buildroot}
popd

%files -n python-jinja2 
%doc python2/AUTHORS python2/CHANGES python2/LICENSE python2/examples
%{py_puresitedir}/%{fname}/*
%{py_puresitedir}/%{tarname}-%{version}-py%{py_ver}.egg-info
%if %enable_doc
%doc python2/docs/_build/html
%endif

%files -n python3-jinja2
%doc python3/AUTHORS python3/CHANGES python3/LICENSE python3/examples
%{py3_puresitedir}/%{fname}/*
%{py3_puresitedir}/%{tarname}-%{version}-py%{py3_ver}.egg-info
%if %enable_doc
%doc python3/docs/_build/html
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7.1-8
+ Revision: 6078d4f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18657 |14mr|python-json-3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-json
Version:        3.4
%define version_munge %(sed 's/\\./_/g' <<< %{version})
Release:        4
Summary:        A JSON reader and writer for Python

Group:          Development/Python
License:        LGPLv2+
URL:            https://sourceforge.net/projects/json-py/
Source0:        http://dl.sourceforge.net/json-py/json-py-%{version_munge}.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch:      noarch
BuildRequires:  python-devel

%description
json.py is an implementation of a JSON (http://json.org) reader and writer in
Python.

%prep
%setup -q -c
chmod a-x *

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{python_sitelib}
install -p -m 0644 json.py minjson.py $RPM_BUILD_ROOT%{python_sitelib}
%py_compile $RPM_BUILD_ROOT%{python_sitelib}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc changes.txt jsontest.py license.txt readme.txt
%{python_sitelib}/*.py
%{python_sitelib}/*.py[co]




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.4-4
+ Revision: 0b954f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18658 |14mr|python-kde4-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname pykde4

Summary:	KDE bindings to non-C++ languages
Name:		python-kde4
Version:	4.13.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Development/KDE and Qt
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source:		ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{srcname}-%{version}.tar.xz
Patch0:		pykde4-4.10.0-respect-sip-flags.patch
# Revert commit that adds some python-sip-4.15 fixes and breaks older sip support
# https://bugs.kde.org/show_bug.cgi?id=325667
Patch1:		pykde4-4.13.2-sip4.15.patch
# Patch adapted from similar changes made to phonon sip files included in PyQt-4.10.4
# https://bugs.kde.org/show_bug.cgi?id=332223#c3
Patch2:		pykde4-4.12.4-fix-build-against-python-sip-4.15.5.patch
BuildRequires:	automoc4
BuildRequires:	python-sip
BuildRequires:	kdepimlibs4-devel
BuildRequires:	python-qt4-devel
BuildRequires:	pkgconfig(python)
# Seems to be broken for a long time
# BuildRequires:	pkgconfig(polkit-qt-1)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
Provides:	PyKDE4 = %{EVRD}
Provides:	pykde4 = %{EVRD}
Requires:	python-qt4 >= 4.9
Requires:	sip-api(%{sip_api_major}) = %{sip_api}

%description
The Python bindings for KDE 4.

%files
%{py_platsitedir}/PyQt4/
%{py_platsitedir}/PyKDE4
%{_kde_bindir}/pykdeuic4*
%{_kde_libdir}/kde4/kpythonpluginfactory.so
%dir %{_kde_appsdir}/pykde4
%exclude %{_kde_datadir}/doc/python-kde4

#-----------------------------------------------------------------------------

%package devel
Summary:	PyKDE4 sip files and examples
Group:		Development/KDE and Qt
Requires:	python-kde4 = %{EVRD}
Requires:	python-qt4-devel

%description devel
Python KDE 4 sip files and examples.

%files devel
%{_kde_datadir}/sip/PyKDE4
%{_kde_appsdir}/pykde4/examples

#-----------------------------------------------------------------------------

%package doc
Summary:	PyKDE4 documentation
Group:		Development/KDE and Qt
BuildArch:	noarch

%description doc
Python bindings for KDE 4 documentation.

%files doc
%doc AUTHORS COPYING COPYING.LESSER NEWS README THANKS
%{_kde_datadir}/doc/python-kde4

#------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Copy Python Doc
mkdir -p %{buildroot}%{_kde_datadir}/doc/python-kde4
cp -a docs/html/* %{buildroot}%{_kde_datadir}/doc/python-kde4/


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 6b06d73
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18659 |14mr|python-ldap-2.4.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Various LDAP-related Python modules
Name:		python-ldap
Version:	2.4.13
Release:	2
Source0:	https://pypi.python.org/packages/source/p/python-ldap/%{name}-%{version}.tar.gz
Patch0:		python-ldap-2.4.6-dirs.patch
License:	Modified CNRI Open Source License
Group:		Development/Python
Url:		http://python-ldap.sourceforge.net/
BuildRequires:	openldap-devel >= 2.4.11
BuildRequires:	pkgconfig(python2)

%description
python-ldap provides an object-oriented API to access LDAP directory 
servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs 
for that purpose.

Additionally the package contains modules for other LDAP-related stuff 
(e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.).

%prep
%setup -q
%patch0 -p1
find -type f|xargs chmod 644

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc CHANGES README TODO Demo/
%{py_platsitedir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.13-2
+ Revision: 7773634
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18660 |14mr|python-levenshtein-0.10.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname python-Levenshtein
%define version 0.10.1
%define subrel 1
%define release 4

Summary: Levenshtein Python extension and C library
Name: python-levenshtein
Version: %{version}
Release: %{release}
Source0: http://downloads.sourceforge.net/translate/%{oname}-%{version}.tar.bz2
# nedded to build the html documentation
Source1: genextdoc.py
Patch0: python-Levenshtein-0.10.1-mathlib.diff
License: GPLv2+
Group: Development/Python
Url: http://translate.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: python-devel
Provides: %{oname} = %{version}-%{release}

%description
The Levenshtein Python C extension module contains functions for fast
computation of
- Levenshtein (edit) distance, and edit operations
- string similarity
- approximate median strings, and generally string averaging
- string sequence and set similarity
It supports both normal and Unicode strings.

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p0
install %{SOURCE1} .

%build

%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install --root=%{buildroot}

PYTHONPATH=$PYTHONPATH:%{buildroot}%{python_sitearch} ./gendoc.sh Levenshtein

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc MANIFEST NEWS COPYING README
%doc StringMatcher.py Levenshtein.html
%{python_sitearch}/*.so
%{python_sitearch}/*.egg-info




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.1-4
+ Revision: 06c4c62
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18661 |14mr|python-lockfile-0.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module lockfile
%define debug_package %{nil}

Name:           python-%{module}
Version:        0.9.1
Release:        2
Summary:        Platform-independent file locking module
Group:          Development/Python
License:        MIT
URL:            http://smontanaro.dyndns.org/python/
Source0:        http://smontanaro.dyndns.org/python/%{module}-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
The lockfile module exports a FileLock class which provides a simple API for
locking files. The lock mechanism relies on the atomic nature of the link
(on Unix) and mkdir (on Windows) system calls.

%prep
%setup -q -n %{module}-%{version}

%build
:

%install
python setup.py install --root=%{buildroot}

%files
%doc doc/* LICENSE MANIFEST README RELEASE-NOTES ACKS
%{py_puresitedir}/*

%changelog
* Wed Feb 12 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-2
+ Revision: d4b0f52
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18662 |14mr|python-louie-1.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  louie

Summary:	Louie provides dispatch signals between objects in a wide variety of contexts
Name:		python-%{module}
Version:	1.1
Release:	13
Group:		Development/Python 
License:	BSD
Url:		http://pylouie.org/
Source0:	louie_%{version}.orig.tar.gz
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  python-devel
Provides:	Louie

%description
Louie provides Python programmers with a straightforward way to dispatch
signals between objects in a wide variety of contexts. It is based on
PyDispatcher, which in turn was based on a highly-rated recipe in the Python
Cookbook.

%prep
%setup -qn Louie-%{version}

%build
%__python setup.py build 

%install
%__python setup.py install --root=%{buildroot}

%files
%doc doc/*.txt
%{py_puresitedir}/louie
%{py_puresitedir}/Louie*.egg-info


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-13
+ Revision: 52b8541
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18663 |14mr|python-lxml-3.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname lxml

Name:           python-%{modname}
URL:            http://codespeak.net/lxml/
Summary:        A Pythonic binding for the libxml2 and libxslt libraries
Version:        3.4.0
Release:        1
License:        BSD
Group:          Development/Python
Source:         http://pypi.python.org/packages/source/l/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  libxml2-devel
BuildRequires:  libxslt-devel
BuildRequires:  python-cython

BuildRequires:  python-setuptools

%description
lxml is a Pythonic binding for the libxml2 and libxslt libraries. It follows
the ElementTree API as much as possible, building it on top of the native
libxml2 tree. It also extends this API to expose libxml2 and libxslt specific
functionality, such as XPath, Relax NG, XML Schema, XSLT, and c14n.

%package -n python3-%{modname}
Summary:    A Pythonic binding for the libxml2 and libxslt libraries

Group:      Development/Python
BuildRequires:  python3-devel
BuildRequires:  python3-cython

%description
lxml is a Pythonic binding for the libxml2 and libxslt libraries. It follows
the ElementTree API as much as possible, building it on top of the native
libxml2 tree. It also extends this API to expose libxml2 and libxslt specific
functionality, such as XPath, Relax NG, XML Schema, XSLT, and c14n.

%package docs
Summary:	Documentation for %{name}

Group:		Development/Python

%description docs
lxml is a Pythonic binding for the libxml2 and libxslt libraries. It follows
the ElementTree API as much as possible, building it on top of the native
libxml2 tree. It also extends this API to expose libxml2 and libxslt specific
functionality, such as XPath, Relax NG, XML Schema, XSLT, and c14n.

This package contains the documentation. The documentation is located in
%{_docdir}/%{name}/doc.

%prep
%setup -q -c
mv %{modname}-%{version} python2
cp -r python2 python3

%build

pushd python2
python setup.py build --with-cython
popd

pushd python3
%{__python3} setup.py build --with-cython
popd


%install

pushd python2
python setup.py install --root=%{buildroot}
popd

pushd python3
%{__python3} setup.py install --root=%{buildroot}
popd

#docs
mkdir -p %{buildroot}%{_docdir}/%{name}/doc
cp -r python2/doc/* %{buildroot}%{_docdir}/%{name}/doc


%files
%doc python2/CHANGES.txt python2/CREDITS.txt python2/LICENSES.txt python2/README.rst python2/TODO.txt
%{py_platsitedir}/lxml*
%exclude %{_docdir}/%{name}/doc

%files -n python3-%{modname}
%doc python3/CHANGES.txt python3/CREDITS.txt python3/LICENSES.txt python3/README.rst python3/TODO.txt
%{py3_platsitedir}/lxml*
%exclude %{_docdir}/%{name}/doc

%files docs
%doc %{_docdir}/%{name}/doc

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 3.4.0-1
+ Revision: 8ae74f2
- Merge pull request #4 from import/python-lxml:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18664 |14mr|python-lzma-0.5.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pyliblzma
%define module lzma

Summary:	Python bindings for the LZMA compression library
Name:		python-%{module}
Version:	0.5.3
Release:	2
License:	LGPLv2+
Group:		Development/Python
Url:		http://www.joachim-bauch.de/projects/python/pylzma
Source0:	http://www.joachim-bauch.de/projects/python/pylzma/releases/%{oname}-%{version}.tar.bz2
BuildRequires:	lzma-devel
BuildRequires:	python-devel
BuildRequires:  python-setuptools
Provides:	%{oname}
Obsoletes:	%{oname}
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Python bindings for the LZMA compression library.

%prep
%setup -qn pyliblzma-%{version}

%build
env CFLAGS="%{optflags}" python setup.py build

%install
rm -rf %{buildroot}

python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README NEWS COPYING ChangeLog
%{python_sitearch}/*.py*
%{python_sitearch}/pyliblzma*.egg-info
%{python_sitearch}/lzma.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.3-2
+ Revision: a4daf63
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18665 |14mr|python-m2crypto-0.21.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Crypto and SSL toolkit for Python
Name: 		python-m2crypto
Version: 	0.21.1
Release: 	4
Source0:	http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz
# Fedora patches
# https://bugzilla.osafoundation.org/show_bug.cgi?id=2341
Patch0: m2crypto-0.21.1-timeouts.patch
# This is only precautionary, it does fix anything - not sent upstream
Patch1: m2crypto-0.21.1-gcc_macros.patch
# https://bugzilla.osafoundation.org/show_bug.cgi?id=12972
Patch2: m2crypto-0.20.2-fips.patch
# https://bugzilla.osafoundation.org/show_bug.cgi?id=12973
Patch3: m2crypto-0.20.2-check.patch
# https://bugzilla.osafoundation.org/show_bug.cgi?id=13005
Patch4: m2crypto-0.21.1-memoryview.patch
# https://bugzilla.osafoundation.org/show_bug.cgi?id=13020
Patch5: m2crypto-0.21.1-smime-doc.patch
# https://bugzilla.osafoundation.org/show_bug.cgi?id=12999
Patch6: m2crypto-0.21.1-AES_crypt.patch
# https://bugzilla.osafoundation.org/show_bug.cgi?id=13044
Patch7: m2crypto-0.21.1-IPv6.patch
# https://bugzilla.osafoundation.org/show_bug.cgi?id=13049
Patch8: m2crypto-0.21.1-https-proxy.patch
License:	MIT
Group: 		Development/Python
Url: 		http://chandlerproject.org/Projects/MeTooCrypto
BuildRequires:	python-devel
BuildRequires:	swig
BuildRequires:	pkgconfig(openssl)

%description
M2Crypto is a crypto and SSL toolkit for Python featuring the following:

    * RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES).
    * SSL functionality to implement clients and servers.
    * HTTPS extensions to Python's httplib, urllib, and xmlrpclib.
    * Unforgeable HMAC'ing AuthCookies for web session management.
    * FTP/TLS client and server.
    * S/MIME.
    * ZServerSSL: A HTTPS server for Zope.
    * ZSmime: An S/MIME messenger for Zope.

%prep
%setup -q -n M2Crypto-%{version}
%patch0 -p1 -b .timeouts
%patch1 -p1 -b .gcc_macros
%patch2 -p1 -b .fips
%patch3 -p1 -b .check
%patch4 -p1 -b .memoryview
%patch5 -p0
%patch6 -p0 -b .AES_crypt
%patch7 -p1 -b .IPv6
%patch8 -p1 -b .https-proxy

for i in SWIG/_ec.i SWIG/_evp.i; do
	sed -i -e "s/openssl\/opensslconf/%{multiarch_platform}\/openssl\/opensslconf/" "$i"
done

gcc -E -dM - < /dev/null | grep -v __STDC__ \
        | sed 's/^\(#define \([^ ]*\) .*\)$/#undef \2\n\1/' > SWIG/gcc_macros.h

%build
env CFLAGS="%{optflags}" python setup.py build
# test requires some files ( such as a certificat, so disabled for now )
#PYTHONPATH="./build/lib.linux-i686-2.4/M2Crypto/:." python tests/alltests.py
%install
python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%files
%{py_platsitedir}/M2Crypto
%{py_platsitedir}/*.egg-info
%doc CHANGES README INSTALL LICENCE

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.21.1-4
+ Revision: ff31bcb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18666 |14mr|python-mako-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		tarname	Mako

Summary:	Mako template library for Python


Name:		python-mako
Version:	1.0.0
Release:	2
Group:		Development/Python
License:	MIT
URL:		http://www.makotemplates.org/
Source0:	https://pypi.python.org/packages/source/M/Mako/Mako-%{version}.tar.gz
BuildArch:	noarch
Requires:	python-beaker >= 1.1
Requires:	python-markupsafe >= 0.9.2
BuildRequires:	python-setuptools
BuildRequires:	python-nose
BuildRequires:	python-beaker
BuildRequires:	python-markupsafe
BuildRequires:	python-devel
BuildRequires:  python3egg(setuptools)
BuildRequires:  python3-devel
BuildRequires:	python3-nose
BuildRequires:	python3-beaker
BuildRequires:	python3-markupsafe

%package -n python3-mako
Summary:    Mako template library for Python3


Group:      Development/Python
Requires:	python3-beaker >= 1.1
Requires:	python3-markupsafe >= 0.9.2

%description -n python3-mako
Mako is a template library written in Python. It provides a familiar, non-XML
syntax which compiles into Python modules for maximum performance. Mako's
syntax and API borrows from the best ideas of many others, including Django
templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
Python (i.e. Python Server Page) language, which refines the familiar ideas of
componentized layout and inheritance to produce one of the most straightforward
and flexible models available, while also maintaining close ties to Python
calling and scoping semantics

%description
Mako is a template library written in Python. It provides a familiar, non-XML
syntax which compiles into Python modules for maximum performance. Mako's
syntax and API borrows from the best ideas of many others, including Django
templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
Python (i.e. Python Server Page) language, which refines the familiar ideas of
componentized layout and inheritance to produce one of the most straightforward
and flexible models available, while also maintaining close ties to Python
calling and scoping semantics.

%prep
%setup -q -c

mv %{tarname}-%{version} python2
cp -r python2 python3

%install
pushd python3
PYTHONDONTWRITEBYTECODE=  python3 setup.py install --root %{buildroot}
mv %{buildroot}/%{_bindir}/mako-render %{buildroot}/%{_bindir}/python3-mako-render
popd

pushd python2
PYTHONDONTWRITEBYTECODE=  python setup.py install --root %{buildroot}
popd

#check
#__python setup.py test

%files
%doc python2/CHANGES python2/LICENSE python2/README.rst python2/doc python2/examples
%{_bindir}/mako-render
%{py_puresitedir}/mako
%{py_puresitedir}/Mako*

%files -n python3-mako
%doc python3/CHANGES python3/LICENSE python3/README.rst python3/doc python3/examples
%{py3_puresitedir}/mako
%{py3_puresitedir}/Mako*
%{_bindir}/python3-mako-render 



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-2
+ Revision: c6b133c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18667 |14mr|python-markupsafe-0.23-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	eggname	MarkupSafe
%define	modname	markupsafe
%define	enable_tests 0

# Disable useless provides ('_speedups.so' and similar)
%define __noautoprov '_.*\.so'

Summary:	XML/HTML/XHTML markup safe string package for Python

Name:		python-%{modname}
Version:	0.23
Release:	4
Source0:	http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/MarkupSafe
BuildRequires:	python-distribute
BuildRequires:	python3-distribute
%if %{enable_tests}
BuildRequires:	python-nose
BuildRequires:	python3-nose
%endif
BuildRequires:	python-devel
BuildRequires:	python3-devel

%description
This package implements a XML/HTML/XHTML markup safe string for Python.

%package -n python3-%{modname}
Summary:    XML/HTML/XHTML markup safe string package for Python3


%description -n python3-%{modname}
This package implements a XML/HTML/XHTML markup safe string for Python3.

%prep
%setup -q -c

mv %{eggname}-%{version} python2
cp -r python2 python3

%build
pushd python2
PYTHONDONTWRITEBYTECODE= python setup.py build
popd

pushd python3
PYTHONDONTWRITEBYTECODE= python3 setup.py build
popd

%install
pushd python2
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}
popd

pushd python3
PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot}
rm -rf %{buildroot}/%{py3_platsitedir}/%{modname}/__pycache__
popd

%check
%if %{enable_tests}
pushd python2
nosetests
popd

pushd python3
nosetests
popd
%endif

%files
%doc python2/AUTHORS python2/LICENSE python2/README.rst
%dir %{py_platsitedir}/%{modname}
%{py_platsitedir}/%{modname}/*.py*
%{py_platsitedir}/%{modname}/*.so
%{py_platsitedir}/%{modname}/*.c
%dir %{py_platsitedir}/%{eggname}-%{version}-py%{py_ver}.egg-info
%{py_platsitedir}/%{eggname}-%{version}-py%{py_ver}.egg-info/*

%files -n python3-%{modname}
%doc python3/AUTHORS python3/LICENSE python3/README.rst
%dir %{py3_platsitedir}/%{modname}
%{py3_platsitedir}/%{modname}/*.py*
%{py3_platsitedir}/%{modname}/*.so
%{py3_platsitedir}/%{modname}/*.c
%dir %{py3_platsitedir}/%{eggname}-%{version}-py%{py3_ver}.egg-info
%{py3_platsitedir}/%{eggname}-%{version}-py%{py3_ver}.egg-info/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.23-4
+ Revision: 0dda93d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18668 |14mr|python-matplotlib-1.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_html 1
%define	module	matplotlib

Name:		python-%{module}
Version:	1.2.1
Release:	3
Summary:	Python 2D plotting library
Group:		Development/Python
License:	Python license
URL:		http://matplotlib.sourceforge.net/
#Modified Sources to remove the one undistributable file
#See generate-tarball.sh in fedora cvs repository for logic
#sha1sum matplotlib-1.2.0-without-gpc.tar.gz
#92ada4ef4e7374d67e46e30bfb08c3fed068d680  matplotlib-1.2.0-without-gpc.tar.gz
Source0:        matplotlib-%{version}-without-gpc.tar.gz

Patch0:		%{name}-noagg.patch
Patch1:		%{name}-tk.patch
# http://sourceforge.net/mailarchive/message.php?msg_id=30202451
# https://github.com/matplotlib/matplotlib/pull/1666
# https://bugzilla.redhat.com/show_bug.cgi?id=896182
#Patch2:		%{name}-fontconfig.patch

Requires:	python-numpy >= 1.1.0
Requires:	python-configobj, python-dateutil, python-pytz
Requires:	python-matplotlib-gtk = %{version}-%{release}
BuildRequires:	pkgconfig(libagg)
BuildRequires:	python-parsing
BuildRequires:  python-devel
BuildRequires:	python-setuptools
BuildRequires:	python-numpy-devel >= 1.1.0
BuildRequires:	libwxPythonGTK-devel, pygtk2.0-devel, cairo-devel
BuildRequires:	tkinter, tcl-devel, tk-devel
BuildRequires:	python-qt4
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	zlib-devel
BuildRequires:	python-configobj, python-dateutil, python-pytz
BuildRequires:	ipython
%if %{with_html}
BuildRequires:	python-docutils, python-sphinx
BuildRequires:	texlive
BuildRequires:	graphviz
%endif
BuildRequires:	x11-server-xvfb

%description
Matplotlib is a python 2D plotting library which produces publication
quality figures in a variety of hardcopy formats and interactive
environments across platforms. matplotlib can be used in python
scripts, the python and ipython shell, web application servers, and
six graphical user interface toolkits.

Matplotlib tries to make easy things easy and hard things possible.
You can generate plots, histograms, power spectra, bar charts,
errorcharts, scatterplots, etc, with just a few lines of code.

%package cairo
Summary:	Cairo backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	python-cairo >= 1.2.0

%description cairo
This package contains the Cairo backend for matplotlib.

%package emf
Summary:	EMF backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	python-pyemf

%description emf
This package contains the EMF backend for matplotlib.

%package fltk
Summary:	FLTK backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	python-pyfltk

%description fltk
This package contains the FLTK backend for matplotlib.

%package gtk
Summary:	GDK and GTK backends for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	pygtk2.0 >= 2.4.0
Requires:	%{name}-cairo = %{EVRD}

%description gtk
This package contains the GDK and GTK backends for matplotlib.

%package qt4
Summary:	Qt backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	python-qt4

%description qt4
This package contains the Qt4 backend for matplotlib.

%package svg
Summary:	SVG backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	python-pyxml

%description svg
This package contains the SVG backend for matplotlib.

%package tk
Summary:	Tk backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	tkinter

%description tk
This package contains the Tk backend for matplotlib.

%package wx
Summary:	wxPython backend for matplotlib
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	wxPython

%description wx
This package contains the wxPython backend for matplotlib.

%package doc
Summary:	Documentation for matplotlib
Group:		Development/Python
BuildArch:	noarch

%description doc
This package contains documentation and sample code for matplotlib.

%prep
%setup -q -n %{module}-%{version}

# Remove bundled libraries
rm -r agg24 lib/matplotlib/pyparsing_py?.py

# Remove references to bundled libraries
%patch0 -p1 -b .noagg
sed -i -e s/matplotlib\.pyparsing_py./pyparsing/g lib/matplotlib/*.py

# Correct tcl/tk detection
%patch1 -p1 -b .tk
sed -i -e 's|@@libdir@@|%{_libdir}|' setupext.py

# Use fontconfig by default
#%patch2 -p1 -b .fontconfig

chmod -x lib/matplotlib/mpl-data/images/*.svg

%build
PYTHONDONTWRITEBYTECODE= xvfb-run %{__python} setup.py build

%if %{with_html}
# Need to make built matplotlib libs available for the sphinx extensions:
pushd doc
export PYTHONPATH=`realpath ../build/lib.linux*`
./make.py html
popd
%endif

%install
PYTHONDONTWRITEBYTECODE= %{__python} setup.py install --skip-build --root=%{buildroot}
chmod +x %{buildroot}%{python_sitearch}/matplotlib/dates.py
rm -rf %{buildroot}%{python_sitearch}/matplotlib/mpl-data/fonts

%files
%doc README.txt
%doc lib/dateutil_py2/LICENSE
%doc lib/matplotlib/mpl-data/fonts/ttf/LICENSE_STIX
%doc lib/pytz/LICENSE.txt
%doc CHANGELOG
%doc CXX
%doc INSTALL
%doc PKG-INFO
%doc TODO
%{python_sitearch}/*egg-info
%{python_sitearch}/%{module}/
%{python_sitearch}/mpl_toolkits/
%{python_sitearch}/pylab.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_cairo.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_emf.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_fltkagg.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_gdk.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_gtk.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_gtkagg.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_gtkcairo.py*
%exclude %{py_platsitedir}/%{module}/backends/_backend_gdk.so
%exclude %{py_platsitedir}/%{module}/backends/_gtkagg.so
%exclude %{py_platsitedir}/%{module}/backends/backend_qt4.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_qt4agg.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_svg.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_tkagg.py*
%exclude %{py_platsitedir}/%{module}/backends/tkagg.py*
%exclude %{py_platsitedir}/%{module}/backends/_tkagg.so
%exclude %{py_platsitedir}/%{module}/backends/backend_wx.py*
%exclude %{py_platsitedir}/%{module}/backends/backend_wxagg.py*

%files cairo
%{py_platsitedir}/%{module}/backends/backend_cairo.py*

%files emf
%{py_platsitedir}/%{module}/backends/backend_emf.py*

%files fltk
%{py_platsitedir}/%{module}/backends/backend_fltkagg.py*

%files gtk
%{py_platsitedir}/%{module}/backends/backend_gdk.py*
%{py_platsitedir}/%{module}/backends/backend_gtk.py*
%{py_platsitedir}/%{module}/backends/backend_gtkagg.py*
%{py_platsitedir}/%{module}/backends/backend_gtkcairo.py*
%{py_platsitedir}/%{module}/backends/_backend_gdk.so
%{py_platsitedir}/%{module}/backends/_gtkagg.so

%files qt4
%{py_platsitedir}/%{module}/backends/backend_qt4.py*
%{py_platsitedir}/%{module}/backends/backend_qt4agg.py*

%files svg
%{py_platsitedir}/%{module}/backends/backend_svg.py*

%files tk
%{py_platsitedir}/%{module}/backends/backend_tkagg.py*
%{py_platsitedir}/%{module}/backends/tkagg.py*
%{py_platsitedir}/%{module}/backends/_tkagg.so

%files wx
%{py_platsitedir}/%{module}/backends/backend_wx.py*
%{py_platsitedir}/%{module}/backends/backend_wxagg.py*

%files doc
%doc examples/ CHANGELOG README.txt TODO
%if %{with_html}
%doc doc/build/html/*
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.1-3
+ Revision: 0b98e58
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18669 |14mr|python-mechanize-0.2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname mechanize

Summary:	Stateful programmatic web browsing
Name:		python-%{oname}
Version:	0.2.5
Release:	4
Source0:	http://wwwsearch.sourceforge.net/%oname/src/%{oname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
URL:		http://wwwsearch.sourceforge.net/mechanize/
BuildRequires:	python-devel
BuildRequires:	python-setuptools
Requires:	python-clientform
Obsoletes:	python-clientcookie < 1.3.0-2
Provides:	python-clientcookie

%description
Stateful programmatic web browsing, after Andy Lester's Perl module
WWW::Mechanize.

The library is layered: mechanize.Browser (stateful web browser),
mechanize.UserAgent (configurable URL opener), plus urllib2 handlers.

Features include: ftp:, http: and file: URL schemes, browser history,
high-level hyperlink and HTML form support, HTTP cookies, HTTP-EQUIV and
Refresh, Referer [sic] header, robots.txt, redirections, proxies, and
Basic and Digest HTTP authentication.  mechanize's response objects are
(lazily-) .seek()able and still work after .close().

Much of the code originally derived from Perl code by Gisle Aas
(libwww-perl), Johnny Lee (MSIE Cookie support) and last but not least
Andy Lester (WWW::Mechanize).  urllib2 was written by Jeremy Hylton.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --single-version-externally-managed --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc docs/* *.txt
%{py_puresitedir}/%{oname}*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.5-4
+ Revision: 3792df6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18670 |14mr|python-memphis-0.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name python-memphis
%define version 0.2.1
%define release 6

Summary: Python bindings for the Memphis maps renderer
Name: %{name}
Version: %{version}
Release: %{release}
Source0: pymemphis-mainline-master.tar.gz
License: GPLv2+
Group: Development/Python
Url: http://gitorious.net/pymemphis
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: memphis-devel
BuildRequires: python-gobject-devel
BuildRequires: python-cairo-devel

%description
Libmemphis is a generic glib/cairo based OSM renderer library. It
draws maps on arbitrary cairo surfaces. PyMemphis provides Python
bindings for this library.

%package devel
Summary: Python bindings for the Memphis maps renderer
Group: Development/Python
Requires: %name = %version-%release

%description devel
Libmemphis is a generic glib/cairo based OSM renderer library. It
draws maps on arbitrary cairo surfaces. PyMemphis provides Python
bindings for this library.

%prep
%setup -q -n pymemphis-mainline
NOCONFIGURE=1 ./autogen.sh

%build
%configure2_5x
%make LIBS="`python-config --libs`"

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS README
%py_platsitedir/memphis

%files devel
%defattr(-,root,root)
%_datadir/pymemphis
%_libdir/pkgconfig/pymemphis-0.2.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.1-6
+ Revision: a37c8f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18671 |14mr|python-mwclient-0.6.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-mwclient
Version:        0.6.5
Release:        3
Summary:        Mwclient is a client to the MediaWiki API
Group:          Development/Python
License:        MIT
URL:            http://sourceforge.net/apps/mediawiki/mwclient/index.php?title=Main_Page
Source0:        http://downloads.sourceforge.net/project/mwclient/mwclient/mwclient-%{version}/mwclient-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
Requires:       python-simplejson

%description
Mwclient is a client to the MediaWiki API <http://mediawiki.org/wiki/API>
and allows access to almost all implemented API functions


%files
%defattr(-,root,root,-)
%doc README.txt
%{python_sitelib}/mwclient

# -------------------------------------------------------------------

%prep
%setup -q -n mwclient-%{version}

%build
:

%install
install -d -m755 %{buildroot}%{python_sitelib}/mwclient/
install -pm 0644 *.py %{buildroot}%{python_sitelib}/mwclient/


%clean
rm -rf %{buildroot}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.5-3
+ Revision: 1ce53ee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18672 |14mr|python-mysql-1.2.3-0.c1.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pre c1

Summary:	Python interface to MySQL
Name:		python-mysql
Version:	1.2.3
Release:	0.%{pre}.7
License:	GPLv2
Group:		Development/Python
Url:		http://sourceforge.net/projects/mysql-python/
Source0:	http://prdownloads.sourceforge.net/mysql-python/MySQL-python-%{version}%{pre}.tar.gz
BuildRequires:  python-devel
BuildRequires:	python-setuptools
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(zlib)

%description
Python interface to MySQL-3.2 and beyond

MySQLdb is an interface to the popular MySQL database server for Python.
The design goals are:

-     Compliance with Python database API version 2.0 
-     Thread-safety 
-     Thread-friendliness (threads will not block each other) 
-     Compatibility with MySQL-3.23 and later

This module should be mostly compatible with an older interface written by Joe
Skinner and others. However, the older version is a) not thread-friendly, b)
written for MySQL 3.21, c) apparently t actively maintained. No code from that
version is used in MySQLdb. MySQLdb is free software.

%prep
%setup -qn MySQL-python-%{version}%{pre}

%build
env CFLAGS="%{optflags} %{?ldflags}" python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc README doc/*
%{python_sitearch}/*


%changelog
* Sun Dec 08 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-0.c1.7
+ Revision: 264f439
- Cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18673 |14mr|python-nltk-2.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	nltk

Summary:	Natural Language Toolkit for Python
Name:		python-%{module}
Version:	2.0.4
Release:	3
Epoch:		0
License:	Apache License 2.0
Group:		Development/Python
Url:		http://www.nltk.org/
Source0:	http://download.sourceforge.net/nltk/nltk-%{version}.tar.gz
BuildArch:	noarch
Requires:	python-yaml >= 3.0.9
Suggests:	python-numpy >= 1.5.1
Suggests:	python-matplotlib >= 1.0.1
BuildRequires:	python-yaml >= 3.0.9
BuildRequires:	python-devel
BuildRequires:	python-distribute

%description
NLTK (the Natural Language Toolkit) is a suite of open source Python
modules, data and documentation for research and development in
natural language processing.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %{__python} setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:2.0.4-3
+ Revision: 6dc8da7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18674 |14mr|python-nose-1.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bootstrap 0

%define module	nose

Summary:	Unittest-based testing framework for Python

Name:		python-%{module}
Version:	1.3.4
Release:	1
Source0:	https://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz
License:	LGPLv2+
Group:		Development/Python
Url:		http://python-nose.googlecode.com/
BuildArch:	noarch
%if !%{bootstrap}
BuildRequires:	python-sphinx >= 0.6.0
%endif
BuildRequires:	python-distribute
BuildRequires:	python-devel
BuildRequires:	python3-devel


%description
nose extends the test loading and running features of unittest,
making it easier to write, find and run tests.

By default, nose will run tests in files or directories under the current
working directory whose names include "test" or "Test" at a word boundary (like
"test_this" or "functional_test" or "TestClass" but not "libtest"). Test output
is similar to that of unittest, but also includes captured stdout output from
failing tests, for easy print-style debugging.

These features, and many more, are customizable through the use of plugins.
Plugins included with nose provide support for doctest, code coverage and
profiling, flexible attribute-based test selection, output capture and more.

%package -n python3-%{module}
Summary:	Unittest-based testing framework for Python3

Requires:	python3

%description -n python3-%{module}
nose extends the test loading and running features of unittest,
making it easier to write, find and run tests.

By default, nose will run tests in files or directories under the current
working directory whose names include "test" or "Test" at a word boundary (like
"test_this" or "functional_test" or "TestClass" but not "libtest"). Test output
is similar to that of unittest, but also includes captured stdout output from
failing tests, for easy print-style debugging.

These features, and many more, are customizable through the use of plugins.
Plugins included with nose provide support for doctest, code coverage and
profiling, flexible attribute-based test selection, output capture and more.


%prep
%setup -q -c

mv %{module}-%{version} python2
cp -r python2 python3

%install
pushd python3
# We need python3-sphinx first
# %if !%{bootstrap}
# %make -C doc/ html
# %endif

mkdir -p %{buildroot}%{_mandir}/man1/
python3 setup.py install --root=%{buildroot}
mv %{buildroot}/usr/man/man1/nosetests.1 %{buildroot}%{_mandir}/man1/python3-nosetests.1
mv %{buildroot}/%{_bindir}/nosetests %{buildroot}/%{_bindir}/python3-nosetests
popd


pushd python2
%if !%{bootstrap}
%make -C doc/ html
%endif

python setup.py install --root=%{buildroot} 
mv %{buildroot}/usr/man/man1/nosetests.1 %{buildroot}%{_mandir}/man1/
popd

%files 
%doc python2/AUTHORS python2/CHANGELOG python2/NEWS python2/README.txt python2/lgpl.txt python2/examples
%if !%{bootstrap}
%doc python2/doc/.build/html
%endif
%{_bindir}/nosetests
%{_bindir}/nosetests-2*
%{_mandir}/man1/nosetests.*
%{py_puresitedir}/*

%files -n python3-%{module}
%doc python3/AUTHORS python3/CHANGELOG python3/NEWS python3/README.txt python3/lgpl.txt python3/examples
# %if !%{bootstrap}
# %doc python3/doc/.build/html
# %endif
%{_bindir}/nosetests-3*
%{_bindir}/python3-nosetests
%{_mandir}/man1/python3-nosetests.*
%{py3_puresitedir}/*

%changelog
* Tue Sep 16 2014 dsilakov <denis.silakov@rosalab.ru> 1.3.4-1
+ Revision: 29ac90c
- Merge pull request #2 from import/python-nose:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18675 |14mr|python-notify-0.1.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname notify-python

Summary:	Notification system based on libnotify
Name:		python-notify
Version:	0.1.1
Release:	16
License:	LGPLv2.1+
Group:		Development/Python
Url:		http://www.galago-project.org/news/index.php
Source0:	http://www.galago-project.org/files/releases/source/notify-python/%{oname}-%{version}.tar.bz2
Patch0:		notify-python-0.1.1-libnotify07.patch
Patch1:		notify-python-0.1.1-link.patch
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(pygtk-2.0)

%description
This is the python version of the desktop notification framework.

%files
%doc NEWS AUTHORS ChangeLog
%{py_platsitedir}/gtk-2.0/pynotify/
%{_datadir}/pygtk/2.0/defs/pynotify.defs
%{_libdir}/pkgconfig/notify-python.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches
sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac
autoreconf -fi

%build
%configure2_5x
touch src/pynotify.override
%make

%install
%makeinstall_std


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.1-16
+ Revision: c644080
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18676 |14mr|python-numpy-1.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_atlas 0
%{?_with_atlas: %global enable_atlas 1}

%define module	numpy

# disable this for bootstrapping nose and sphinx
%define enable_tests 0
%define enable_doc 0

Summary:	A fast multidimensional array facility for Python

Name:		python-%{module}
Epoch:		1
Version:	1.8.2
Release:	1
License:	BSD
Group:		Development/Python
Url: 		http://numpy.scipy.org
Source0:	http://downloads.sourceforge.net/numpy/numpy-%{version}.tar.gz
Patch0:		numpy-1.5.1-link.patch

%rename	f2py
%if %enable_atlas
BuildRequires:	libatlas-devel
%else
BuildRequires:	blas-devel
%endif
BuildRequires:	lapack-devel
BuildRequires:	gcc-gfortran >= 4.0
%if %enable_doc
BuildRequires:	python-sphinx >= 1.0
BuildRequires:	python-matplotlib
%endif
%if %enable_tests
BuildRequires:	python-nose
%endif
BuildRequires: python-devel
BuildRequires: python-cython
BuildRequires: python-setuptools
BuildRequires: pkgconfig(python3)

%description
Numpy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small multi-dimensional
arrays. Numpy is built on the Numeric code base and adds features
introduced by numarray as well as an extended C-API and the ability to
create arrays of arbitrary type.

Numpy also provides facilities for basic linear algebra routines,
basic Fourier transforms, and random number generation.

%package devel
Summary:	Numpy headers and development tools

Group:		Development/Python
Requires:	%{name} = %{EVRD}

%description devel
This package contains tools and header files need to develop modules 
in C and Fortran that can interact with Numpy

%package -n python3-numpy
Summary:        A fast multidimensional array facility for Python3

Group:          Development/Python
License:        BSD

%description -n python3-numpy
Numpy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small multi-dimensional
arrays. Numpy is built on the Numeric code base and adds features
introduced by numarray as well as an extended C-API and the ability to
create arrays of arbitrary type.

Numpy also provides facilities for basic linear algebra routines,
basic Fourier transforms, and random number generation.

%package -n python3-numpy-devel
Summary:        Numpy headers and development tools

Group:          Development/Python
Requires:       python3-numpy = %{epoch}:%{version}-%{release}

%description -n python3-numpy-devel
This package contains tools and header files need to develop modules.
in C and Fortran that can interact with Numpy.

%prep
%setup -qc
mv %{module}-%{version} python2
cp -a python2 python3
pushd python2
%patch0 -p1
# workaround for rhbz#849713
# http://mail.scipy.org/pipermail/numpy-discussion/2012-July/063530.html
rm numpy/distutils/command/__init__.py && touch numpy/distutils/command/__init__.py
popd

pushd python3
%patch0 -p1
rm numpy/distutils/command/__init__.py && touch numpy/distutils/command/__init__.py
popd

%build
pushd python3
CFLAGS="%{optflags} -fPIC -O3" PYTHONDONTWRITEBYTECODE= python3 setup.py config_fc --fcompiler=gnu95 build
#env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
#    LAPACK=%{_libdir} CFLAGS="%{optflags} -fPIC -O3" \
#    %{__python3} setup.py build
popd

pushd python2
CFLAGS="%{optflags} -fPIC -O3" PYTHONDONTWRITEBYTECODE= python setup.py config_fc --fcompiler=gnu95 build
#env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
#    LAPACK=%{_libdir} CFLAGS="%{optflags} -fPIC -O3" \
#    python setup.py build

%if %enable_doc
pushd doc
export PYTHONPATH=`dir -d ../build/lib.linux*`
%make html
popd
%endif

popd


%install
# first install python3 so the binaries are overwritten by the python2 ones
pushd python3
#%{__python} setup.py install -O1 --skip-build --root %{buildroot}
# skip-build currently broken, this works around it for now
#env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
#    LAPACK=%{_libdir} CFLAGS="%{optflags} -fPIC -O3" \
#    python3 setup.py install --root %{buildroot}
CFLAGS="%{optflags} -fPIC -O3" PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot}

rm -rf docs-f2py ; mv %{buildroot}%{py3_platsitedir}/%{module}/f2py/docs docs-f2py
mv -f %{buildroot}%{py3_platsitedir}/%{module}/f2py/f2py.1 f2py.1
rm -rf doc ; mv -f %{buildroot}%{py3_platsitedir}/%{module}/doc .

install -D -p -m 0644 f2py.1 %{buildroot}%{_mandir}/man1/f2py.1
rm -rf %{buildroot}%{py3_platsitedir}/%{module}/__pycache__

# Drop shebang from non-executable scripts to make rpmlint happy
find %{buildroot}%{py3_platsitedir} -name "*py" -perm 644 -exec sed -i '/#!\/usr\/bin\/env python/d' {} \;

popd

pushd python2
# skip-build currently broken, this works around it for now
#env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
#    LAPACK=%{_libdir} CFLAGS="%{optflags} -fPIC -O3" \
#    python setup.py install --root %{buildroot}
CFLAGS="%{optflags} -fPIC -O3" PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}

rm -rf docs-f2py; mv %{buildroot}%{py_platsitedir}/%{module}/f2py/docs docs-f2py
mv -f %{buildroot}%{py_platsitedir}/%{module}/f2py/f2py.1 f2py.1
install -D -p -m 0644 f2py.1 %{buildroot}%{_mandir}/man1/f2py.1

rm -rf %{buildroot}%{py_platsitedir}/%{module}/tools/

# Remove doc files that should be in %doc:
rm -f %{buildroot}%{py_platsitedir}/%{module}/COMPATIBILITY
rm -f %{buildroot}%{py_platsitedir}/%{module}/*.txt
rm -f %{buildroot}%{py_platsitedir}/%{module}/site.cfg.example

# Drop shebang from non-executable scripts to make rpmlint happy
find %{buildroot}%{py_platsitedir} -name "*py" -perm 644 -exec sed -i '/#!\/usr\/bin\/env python/d' {} \;
popd

%check
%if %enable_tests
# Don't run tests from within main directory to avoid importing the uninstalled numpy stuff:
pushd doc &> /dev/null
PYTHONPATH="%{buildroot}%{py_platsitedir}" python -c "import pkg_resources, numpy; numpy.test()"
popd &> /dev/null

pushd doc &> /dev/null
PYTHONPATH="%{buildroot}%{py3_platsitedir}" %{__python3} -c "import pkg_resources, numpy ; numpy.test()"
popd &> /dev/null
%endif

%files 
%doc python2/LICENSE.txt python2/README.txt python2/THANKS.txt python2/DEV_README.txt python2/COMPATIBILITY python2/site.cfg.example 
%if %enable_doc
%doc python2/doc/build/html
%endif
%dir %{py_platsitedir}/%{module}
%{py_platsitedir}/%{module}/*.py*
%{py_platsitedir}/%{module}/core/ 
%{py_platsitedir}/%{module}/compat/
%{py_platsitedir}/%{module}/doc/
%exclude %{py_platsitedir}/%{module}/core/include/
%exclude %{py_platsitedir}/%{module}/core/lib/*.a
%{py_platsitedir}/%{module}/fft/
%{py_platsitedir}/%{module}/lib/
%{py_platsitedir}/%{module}/linalg/
%{py_platsitedir}/%{module}/ma/
%{py_platsitedir}/%{module}/matrixlib/
%{py_platsitedir}/%{module}/numarray/
%exclude %{py_platsitedir}/%{module}/numarray/include/
%{py_platsitedir}/%{module}/oldnumeric/
%{py_platsitedir}/%{module}/polynomial/
%{py_platsitedir}/%{module}/random/
%exclude %{py_platsitedir}/%{module}/random/randomkit.h
%{py_platsitedir}/%{module}/testing/
%{py_platsitedir}/%{module}/tests/ 
%{py_platsitedir}/%{module}-*.egg-info

%files devel
%{_bindir}/f2py
%{_mandir}/man1/f2py.*
%{py_platsitedir}/%{module}/core/include/
%{py_platsitedir}/%{module}/core/lib/*.a
%{py_platsitedir}/%{module}/numarray/include/
%{py_platsitedir}/%{module}/distutils/
%{py_platsitedir}/%{module}/f2py/
%{py_platsitedir}/%{module}/random/randomkit.h

%files -n python3-numpy
%doc python3/LICENSE.txt python3/README.txt python3/THANKS.txt python3/DEV_README.txt python3/COMPATIBILITY python3/site.cfg.example
%dir %{py3_platsitedir}/%{module}
%{py3_platsitedir}/%{module}/*.py*
%{py3_platsitedir}/%{module}/core
%exclude %{py3_platsitedir}/%{module}/core/include/
%exclude %{py3_platsitedir}/%{module}/core/lib/*.a
%{py3_platsitedir}/%{module}/fft
%{py3_platsitedir}/%{module}/lib
%{py3_platsitedir}/%{module}/linalg
%{py3_platsitedir}/%{module}/ma
%{py3_platsitedir}/%{module}/numarray
%exclude %{py3_platsitedir}/%{module}/numarray/include/
%{py3_platsitedir}/%{module}/oldnumeric
%{py3_platsitedir}/%{module}/random
%exclude %{py3_platsitedir}/%{module}/random/randomkit.h
%{py3_platsitedir}/%{module}/testing
%{py3_platsitedir}/%{module}/tests
%{py3_platsitedir}/%{module}/compat
%{py3_platsitedir}/%{module}/matrixlib
%{py3_platsitedir}/%{module}/polynomial
%{py3_platsitedir}/%{module}-*.egg-info

%files -n python3-numpy-devel
%{_bindir}/f2py3
%{py3_platsitedir}/%{module}/f2py
%{py3_platsitedir}/%{module}/core/include/
%{py3_platsitedir}/%{module}/core/lib/*.a
%{py3_platsitedir}/%{module}/numarray/include/
%{py3_platsitedir}/%{module}/distutils/
%{py3_platsitedir}/%{module}/random/randomkit.h

%changelog
* Tue Sep 16 2014 dsilakov <denis.silakov@rosalab.ru> 1:1.8.2-1
+ Revision: 59f8b97
- Merge pull request #7 from import/python-numpy:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18677 |14mr|python-oauth-1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname oauth

Name:		python-%{fname}
Summary:	Python module for OAuth
Version:	1.0.1
Release:	5
Source0:	http://pypi.python.org/packages/source/o/%{fname}/%{fname}-%{version}.tar.gz
URL:		http://code.google.com/p/oauth/
Group:		Development/Python
License:	ASL 2.0

BuildRequires:	python
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	intltool

Requires:	python
BuildArch:	noarch

%description
An open protocol to allow API authentication in a simple and standard
method from desktop and web applications (this is the Python module only).

%prep
%setup -q -n %{fname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --compile --optimize=2

%files
%doc LICENSE.txt PKG-INFO
%{py_sitedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-5
+ Revision: 6d3c0a4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18678 |14mr|python-opengl-3.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	libname PyOpenGL

Summary:	Python bindings for OpenGL
Name:		python-opengl
Version:	3.0.2
Release:	2
License:	BSD
Group:		System/Libraries
URL:		http://pyopengl.sourceforge.net/
Source0:	https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-%{version}.tar.gz
BuildRequires:	mesa-common-devel
BuildRequires:	python-devel
BuildRequires:	swig
BuildRequires:	tcl
BuildRequires:	tcl-devel
BuildRequires:	tk
BuildRequires:	tk-devel
BuildRequires:	python-setuptools
BuildArch:      noarch

%description
Python bindings for OpenGL

%package	tk
Summary:	PyOpenGL Tk widget
Group:		System/Libraries
Requires:	%{name} = %{version}
Requires:	tkinter

%description	tk
PyOpenGL Togl (Tk OpenGL widget) 1.6 support.

%package	doc
Summary:	Documentation files for %{name}
Group:		Development/Python

%description	doc
Documentation files for %{name}

%prep

%setup -q -n %{libname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --prefix=%{_prefix}

%files
%{py_puresitedir}/*OpenGL*
%exclude %{py_puresitedir}/OpenGL/Tk

%files tk
%defattr(-,root,root,-)
%{py_puresitedir}/OpenGL/Tk

%files doc
%defattr(-,root,root,-)



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.2-2
+ Revision: c078366
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18679 |14mr|python-OpenSSL-0.13.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pname	OpenSSL

Summary:	Python interface to the OpenSSL library
Name:		python-%{pname}
Version:	0.13.1
Release:	2
License:	LGPLv2.1
Group:		Development/Python
Url:		https://launchpad.net/pyopenssl
Source0:	http://launchpad.net/pyopenssl/main/%{version}/+download/py%{pname}-%{version}.tar.gz
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	tetex-latex
BuildRequires:	tetex-dvipdfm
# We don't need whole texlive collection
# but it's hard to find what exactly we need
# so we require whole set for now
BuildRequires:	texlive
BuildRequires:	texlive-babel-english
Requires:	python >= 2.2
Provides:	pyOpenSSL

%description
pyOpenSSL is a high-level Python wrapper around a subset of OpenSSL library.
It includes SSL Context objects, SSL Connection objects, using Python
sockets as a transport layer.

* SSL Context objects;
* SSL Connection objects, that use Python sockets as a transport layer;
* callbacks written in Python;
* an extensive error-handling mechanism that mirrors OpenSSL's error codes;
* and much more.
				
%prep
%setup -qn py%{pname}-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

pushd doc
make dvi PAPER=letter
dvipdfm pyOpenSSL.dvi
popd

%files
%doc TODO README ChangeLog examples/ doc/pyOpenSSL.pdf
%{python_sitearch}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.13.1-2
+ Revision: 9a380ac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18680 |14mr|python-pam-0.5.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  pam

Name: 		python-%{module}
Version: 	0.5.0
Release: 	8
Summary:        Python bindings for PAM
License:        GPL
Group:          Development/Python
URL:            http://www.pangalactic.org/PyPAM
Source:         PyPAM-%{version}.tar.bz2
Patch0:         PyPAM-dlopen.patch
Patch1:         PyPAM-0.5.0-dealloc.patch
Patch2:         PyPAM-0.5.0-nofree.patch
Patch3:         PyPAM-0.5.0-linkage.patch
BuildRequires:  pam-devel
BuildRequires:  python-devel

%description
This release supports the core PAM API. There is still some missing
functionality, but it should implement enough of the API for most
needs. There is not much in the way of documentation at this point. If
you are familiar with the PAM API, a quick glance at the sample program
should get you going.

%prep
%setup -q -n PyPAM-%{version}
%patch0 -p1 -b .dlopen
%patch1 -p1 -b .dealloc
%patch2 -p1 -b .nofree
%patch3 -p1 -b .linkage
# remove prebuild rpm and others binaries
rm -rf build dist

#rm examples/pamexample

%build
CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
#export CFLAGS="$RPM_OPT_FLAGS" 
python setup.py build

%install
python setup.py install --root=%{buildroot}
# Make sure we don't include binary files in the docs
chmod 644 examples/pamtest.py
rm -f examples/pamexample

%files
%doc AUTHORS NEWS README ChangeLog COPYING examples
%{_libdir}/python%{py_ver}/site-packages/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.0-8
+ Revision: 9787f8c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18681 |14mr|python-parsing-2.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	parsing

Summary:	An object-oriented approach to text processing
Name:		python-%{module}
Version:	2.0.2
Release:	3
Group:		Development/Python
License:	MIT
URL:		http://pyparsing.wikispaces.com/
Source0:	http://sourceforge.net/projects/pyparsing/files/pyparsing/pyparsing-2.0.2/pyparsing-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-devel

%description
The pyparsing module provides an alternative approach to creating and
executing simple grammars in Python versus the traditional lex/yacc
approach or the use of regular expressions. It provides a library of
classes that client code can use to construct a grammar directly.

%package -n python3-%{module}

Summary:	An object-oriented approach to text processing
Group:		Development/Python
BuildRequires:	python3-devel

%description -n python3-%{module}
The pyparsing module provides an alternative approach to creating and
executing simple grammars in Python versus the traditional lex/yacc
approach or the use of regular expressions. It provides a library of
classes that client code can use to construct a grammar directly.

%prep
%setup -q -n py%{module}-%{version}
rm -rf %{_builddir}/python3-%{module}
cp -a . %{_builddir}/python3-%{module}

%build
python setup.py build
pushd %{_builddir}/python3-%{module}
    python3 setup.py build
popd

install -m 644 pyparsingClassDiagram.PNG pyparsingClassDiagram.png

%install
pushd %{_builddir}/python3-%{module}
    python3 setup.py install -O1 --skip-build --root=%{buildroot} --record=FILE_LIST
popd
python setup.py install -O1 --skip-build --root=%{buildroot} --record=FILE_LIST

# fix permissions
chmod 0644 examples/* htmldoc/* CHANGES HowToUsePyparsing.html pyparsingClassDiagram.png README LICENSE

%files
%doc CHANGES examples HowToUsePyparsing.html htmldoc pyparsingClassDiagram.png README LICENSE
%{py_puresitedir}/*

%files -n python3-%{module}
%doc CHANGES examples HowToUsePyparsing.html htmldoc pyparsingClassDiagram.png README LICENSE
%{py3_puresitedir}/*

%changelog
* Tue Sep 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-3
+ Revision: 71e0ed9
- Spec cleanup after python3 submodule addition



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18682 |14mr|python-parted-3.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname pyparted

Summary: Python module for GNU parted
Name:    python-parted
Version: 3.10
Release: 6
License: GPLv2+
Group:   System/Configuration/Hardware
URL:     http://fedorahosted.org/pyparted
Source0: https://fedorahosted.org/releases/p/y/pyparted/pyparted-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: parted-devel >= 1.9.0-20
BuildRequires: python-decorator

Requires: python-decorator

%description
Python module for the parted library.  It is used for manipulating
partition tables.

%prep
%setup -qn %{fname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
%{python_sitearch}/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.10-6
+ Revision: 3a620d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18683 |14mr|python-pexpect-2.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module  pexpect

Summary:       An efficient, pure Python replacement for Expect
Name: 	       python-%{module}
Version:       2.5.1
Release:       4
Source0:       http://pypi.python.org/packages/source/p/pexpect-u/pexpect-u-%{version}.tar.gz
License:       MIT
Group:         Development/Python
Url:           http://pexpect.sourceforge.net/
BuildArch:     noarch
BuildRequires: python
BuildRequires: python-devel

%description
Pexpect is a pure Python module for spawning child applications,
controlling them, and responding to expected patterns in their
output. Pexpect works like Don Libes' Expect. Pexpect allows your
script to spawn a child application and control it as if a human were
typing commands.

Pexpect can be used for automating interactive applications such as
ssh, ftp, passwd, telnet, etc. It can be used to a automate setup
scripts for duplicating software package installations on different
servers. It can be used for automated software testing. Pexpect is in
the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike
other Expect-like modules for Python, Pexpect does not require TCL or
Expect, nor does it require C extensions to be compiled. It should work
on any platform that supports the standard Python pty module. The
Pexpect interface was designed to be easy to use.

%package -n python3-pexpect
Summary:        Unicode-aware Pure Python Expect-like module for Python 3
Group:          Development/Python
BuildRequires:  python3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute

%description -n python3-pexpect
Pexpect is a pure Python module for spawning child applications,
controlling them, and responding to expected patterns in their
output. Pexpect works like Don Libes' Expect. Pexpect allows your
script to spawn a child application and control it as if a human were
typing commands.

Pexpect can be used for automating interactive applications such as
ssh, ftp, passwd, telnet, etc. It can be used to a automate setup
scripts for duplicating software package installations on different
servers. It can be used for automated software testing. Pexpect is in
the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike
other Expect-like modules for Python, Pexpect does not require TCL or
Expect, nor does it require C extensions to be compiled. It should work
on any platform that supports the standard Python pty module. The
Pexpect interface was designed to be easy to use.

%prep
%setup -q -c
mv pexpect-u-%{version} python2
cp -r python2 python3
find python3 -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'

%build
pushd python2
%__python setup.py build
popd

pushd python3
python3 setup.py build
popd

%install
pushd python2
PYTHONDONTWRITEBYTECODE=  %__python setup.py install --skip-build --root=%{buildroot} --install-lib %{python_sitelib}
popd

pushd python3
PYTHONDONTWRITEBYTECODE=  python3 setup.py install --skip-build --root=%{buildroot} --install-lib %{python3_sitelib}
popd

%files
%doc python2/README python2/doc python2/examples python2/LICENSE
%{py_puresitedir}/*

%files -n python3-pexpect
%doc python3/README python3/doc python3/examples python3/LICENSE
%{py3_puresitedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5.1-4
+ Revision: 180fd94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18684 |14mr|python-pillow-2.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define py2_incdir %{_includedir}/python%{python_version}
%define py2_libbuilddir %(python -c 'import sys; import sysconfig; print("lib.{p}-{v[0]}.{v[1]}".format(p=sysconfig.get_platform(), v=sys.version_info))')

Summary:	Python image processing library
Name:		python-pillow
Version:	2.5.0
Release:	1
License:	MIT
Group:		Development/Python
Url:		http://python-imaging.github.io/
Source0:	https://pypi.python.org/packages/source/P/Pillow/Pillow-%{version}.zip
Patch0:		python-pillow_help-theme.patch
BuildRequires:	PyQt4
BuildRequires:	python-numpy
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx
BuildRequires:	tkinter
BuildRequires:	jpeg-devel
BuildRequires:	tk-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sane-backends)
BuildRequires:	pkgconfig(zlib)

# The package provides PIL, but has no egg-info for it,
# so this dependency is not generated. However, for some other packages
# Requires: pythonegg(pil) is still generated automatically
# so adding this provide for compatibility
Provides:	pythonegg(pil)
Provides:	python-imaging = %{EVRD}
Obsoletes:	python-imaging <= 1.1.7-12

%description
Python image processing library, fork of the Python Imaging Library (PIL)

This library provides extensive file format support, an efficient
internal representation, and powerful image processing capabilities.

There are five subpackages: tk (tk interface), qt (PIL image wrapper for Qt),
sane (scanning devices interface), devel (development) and doc (documentation).

%files
%doc README.rst CHANGES.rst docs/COPYING
%{python_sitearch}/*
%exclude %{python_sitearch}/*sane*
%exclude %{python_sitearch}/PIL/ImageTk*
%exclude %{python_sitearch}/PIL/SpiderImagePlugin*
%exclude %{python_sitearch}/PIL/ImageQt*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	jpeg-devel
Requires:	pkgconfig(python)
Requires:	pkgconfig(zlib)
Provides:	python-imaging-devel = %{EVRD}
Obsoletes:	python-imaging-devel <= 1.1.7-12

%description devel
Development files for %{name}.

%files devel
%doc README.rst CHANGES.rst docs/COPYING
%{py2_incdir}/Imaging/

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documentation for %{name}.

%files doc
%doc Scripts docs/_build/html

#----------------------------------------------------------------------------

%package sane
Summary:	Python module for using scanners
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Provides:	python-imaging-sane = %{EVRD}
Obsoletes:	python-imaging-sane <= 1.1.7-12

%description sane
This package contains the sane module for Python which provides access to
various raster scanning devices such as flatbed scanners and digital cameras.

%files sane
%doc README.rst CHANGES.rst docs/COPYING
%doc Sane/CHANGES Sane/demo*.py Sane/sanedoc.txt
%{python_sitearch}/*sane*

#----------------------------------------------------------------------------

%package tk
Summary:	Tk interface for %{name}
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	tkinter
Provides:	python-imaging-tk = %{EVRD}
Obsoletes:	python-imaging-tk <= 1.1.7-12

%description tk
Tk interface for %{name}.

%files tk
%doc README.rst CHANGES.rst docs/COPYING
%{python_sitearch}/PIL/ImageTk*
%{python_sitearch}/PIL/SpiderImagePlugin*

#----------------------------------------------------------------------------

%package qt
Summary:	PIL image wrapper for Qt
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	PyQt4
Provides:	python-imaging-qt = %{EVRD}

%description qt
PIL image wrapper for Qt.

%files qt
%doc README.rst CHANGES.rst docs/COPYING
%{python_sitearch}/PIL/ImageQt*

#----------------------------------------------------------------------------

%prep
%setup -q -n Pillow-%{version}
%patch0 -p1

%build
find -name '*.py' | xargs sed -i '1s|^#!.*python|#!%{__python}|'
CFLAGS="%{optflags}  -Wl,--no-as-needed -lpthread -lm" %{__python} setup.py build

pushd Sane
CFLAGS="%{optflags}  -Wl,--no-as-needed -lpthread -lm" %{__python} setup.py build
popd

pushd docs
PYTHONPATH=$PWD/.. make html
rm -f _build/html/.buildinfo
popd

%install
install -d %{buildroot}/%{py2_incdir}/Imaging
install -m 644 libImaging/*.h %{buildroot}/%{py2_incdir}/Imaging
python setup.py install --skip-build --root %{buildroot}
pushd Sane
python setup.py install --skip-build --root %{buildroot}
popd

rm -rf %{buildroot}%{_bindir}

%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.0-1
+ Revision: 372e09b
- New version 2.5.0, update files, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18685 |14mr|python-pip-1.5.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global module pip

Name:           python-%{module}
Version:        1.5.6
Release:        3
Group:          Development/Python
Summary:        A tool for installing and managing Python packages (easy_install replacement)


License:        MIT
URL:            http://pypi.python.org/pypi/pip
Source0:        http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz

BuildArch:      noarch
 
BuildRequires:  pkgconfig(python)
BuildRequires:  python-distribute

Requires:       python-distribute
Requires:       python-pkg-resources

%description
`pip` is a tool for installing and managing Python packages, such as
those found in the `Python Package Index`_. It's a replacement for
easy_install_.

%package -n python3-pip
Summary:        A tool for installing and managing Python3 packages (easy_install replacement)

Group:          Development/Python

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3-distribute
Requires:  	python3-distribute
Requires:       python3-pkg-resources

%description -n python3-pip
Pip is a replacement for `easy_install
<http://peak.telecommunity.com/DevCenter/EasyInstall>`_.  It uses mostly the
same techniques for finding packages, so packages that were made
easy_installable should be pip-installable as well.

%prep
%setup -q -c
# Remove bundled egg-info
rm -rf %{module}-%{version}/%{module}.egg-info

mv %{module}-%{version} python2
cp -r python2 python3

pushd python2
%apply_patches
%{__sed} -i '1d' pip/__init__.py
popd

pushd python3
%apply_patches
%{__sed} -i '1d' pip/__init__.py
popd


%build
pushd python2
python setup.py build
popd

pushd python3
python3 setup.py build
popd

%install
pushd python3
python3 setup.py install --skip-build --root %{buildroot}

# Change the name of the python3 pip executable in order to not conflict with
# the python2 executable
mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/python3-pip

# The install process creates both pip and pip-<python_abiversion> that seem to
# be the same. Remove the extra script
pushd %{buildroot}%{_bindir}
rm -rf pip-3*
popd

popd

pushd python2
python setup.py install -O1 --skip-build --root %{buildroot}

# The install process creates both pip and pip-<python_abiversion> that seem to
# be the same. Since removing pip-* also clobbers pip-python3, just remove pip-2*
pushd %{buildroot}%{_bindir}
rm -rf pip-2*
popd

popd

%files
%doc python2/LICENSE.txt python2/PKG-INFO python2/docs
%attr(755,root,root) %{_bindir}/pip
%{py_puresitedir}/pip*
%{_bindir}/pip2
%{_bindir}/pip%{py_ver}

%files -n python3-pip
%{_bindir}/pip3
%{_bindir}/pip%{py3_ver}
%doc python3/LICENSE.txt python3/PKG-INFO python3/docs
%attr(755,root,root) %{_bindir}/python3-pip
%{py3_puresitedir}/pip*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.6-3
+ Revision: cd0706d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18686 |14mr|python-psyco-1.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname psyco

Summary:	Python Specializing Compiler
Name:		python-%{oname}
Version:	1.6
Release:	9
Source0:	http://downloads.sourceforge.net/%oname/%oname-%version-src.tar.gz
Source1:	psyco-1.1.1-docs.tar.bz2
Patch0:		python-psyco_python27.patch
Patch1:		psyco-1.6-fix-linking.patch
License:	MIT
Group:		Development/Python
BuildRequires:	python-devel
Provides:	psyco = %{EVRD}
Obsoletes:	psyco < %{EVRD}
Url:		http://psyco.sourceforge.net
Exclusivearch:	%ix86

%description
Psyco is a Python extension module which can massively speed up the
execution of any Python code.

%package docs
Group:		Development/Python
Summary:	Programmer's documentation for Psyco

%description docs
Psyco is a Python extension module which can massively speed up the
execution of any Python code.

This package contains the developer's documentation for %{name} in HTML
and PostScript formats.

%prep
%setup -q -n %{oname}-%{version} -a 1
%patch0 -p0 
%patch1 -p1

%build
export CFLAGS="%{optflags}"
python setup.py build

%install
python setup.py install --root=%{buildroot} --optimize=2

%files 
%doc *.txt
%py_platsitedir/*psyco*

%files docs 
%doc Documentation/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-9
+ Revision: c9913aa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18687 |14mr|python-psycopg2-2.4.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module psycopg2

Summary:        PostgreSQL database adapter for Python
Name:           python-%{module}
Version:        2.4.6
Release:        2
Group:          Development/Python
License:        GPLv2 and ZPLv2.1 and BSD
URL:            http://www.psycopg.org/psycopg/
Source0:        http://www.psycopg.org/psycopg/tarballs/PSYCOPG-2-4/%{module}-%{version}.tar.gz
Patch0:		psycopg2-2.4.1-link.patch
# for DateTime
Requires:       python-egenix-mx-base
BuildRequires:  python-devel
BuildRequires:  postgresql-devel
BuildRequires:  python-egenix-mx-base

%description
psycopg is a PostgreSQL database adapter for the Python programming
language (just like pygresql and popy.) It was written from scratch with
the aim of being very small and fast, and stable as a rock. The main
advantages of psycopg are that it supports the full Python DBAPI-2.0 and
being thread safe at level 2.

psycopg2 is an almost complete rewrite of the psycopg 1.1.x branch.

%prep
%setup -q -n %{module}-%{version}
%patch0 -p0

%build
export CFLAGS="%{optflags}"
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS examples/ ChangeLog  LICENSE  README
%{py_platsitedir}/psycopg2*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.6-2
+ Revision: 5fb1744
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18688 |14mr|python-py-1.4.24-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	py

Summary:        Python development support library
Name:           python-%{module}
Version:        1.4.24
Release:        1
License:        MIT
Source:			http://pypi.python.org/packages/source/p/py/py-%{version}.tar.gz
Group:          Development/Python
Url:            http://pylib.org
BuildArch:		noarch
BuildRequires:  python-setuptools
BuildRequires:	python-sphinx

%description
The py lib is a development support library featuring these tools and
APIs:

* py.path: uniform local and svn path objects
* py.apipkg: explicit API control and lazy-importing
* py.iniconfig: easy parsing of .ini files
* py.code: dynamic code generation and introspection
* py.path: uniform local and svn path objects

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}
pushd doc
PYTHONPATH=../build/lib make html
popd

%clean

%files
%doc CHANGELOG LICENSE README.txt doc/_build/html
%{py_puresitedir}/py*

%changelog
* Wed Sep 10 2014 dsilakov <denis.silakov@rosalab.ru> 1.4.24-1
+ Revision: 7d7cc07
- Merge pull request #2 from import/python-py:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18689 |14mr|python-pycrypto-2.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	pycrypto

Summary:	Python interface to various crypto algorithms and protocols
Name:		python-%{oname}
Version:	2.3
Release:	5
Source0:	http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/%{oname}-%{version}.tar.gz
Source1:	http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/%{oname}-%{version}.tar.gz.asc
Patch0:		pycrypto-2.1.0-64bit.patch
Patch1:		pycrypto-2.3-link.patch
License:	Public Domain
Group:		Development/Python
URL:		http://www.pycrypto.org
BuildRequires:	python-devel >= 2.2
BuildRequires:	gmp-devel
Requires:	python >= 2.2
BuildRoot:	%{_tmppath}/%{oname}-%{version}-%{release}-buildroot
Obsoletes:	pycrypto =< %{version}-%{release}
Provides:	pycrypto = %{version}-%{release}

%description
The Toolkit is a collection of cryptographic algorithms and protocols,
implemented for use from Python. Among the contents of the package:

 * Hash functions: MD2, MD4, RIPEMD.
 * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-
   DES, IDEA, RC5.
 * Stream encryption algorithms: ARC4, simple XOR.
 * Public-key algorithms: RSA, DSA, ElGamal, qNEW.
 * Protocols: All-or-nothing transforms, chaffing/winnowing.
 * Miscellaneous: RFC1751 module for converting 128-key keys into a set
   of English words, primality testing.
 * Some demo programs (currently all quite old and outdated).

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p0 -b .64bit
%patch1 -p0 -b .link

perl -pi -e 's|/usr/local/bin/|%{_bindir}/|' Util/RFC1751.py 

%build
CFLAGS="%{optflags}" python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --root=%{buildroot} --compile --optimize=2

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog README COPYRIGHT TODO
%{py_platsitedir}/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3-5
+ Revision: 3da8986
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18690 |14mr|python-pyemf-2.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pyemf
%define name	python-%{module}
%define version 2.0.0
%define release 2

Summary:	Pure Python Enhanced Metafile Library
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{module}-%{version}.tar.gz
License:	LGPLv2.1
Group:		Development/Python
Url:		http://pyemf.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	python-devel

%description
pyemf is a pure python module that provides bindings for an ECMA-234
compliant vector graphics library. ECMA-234 is the published interface
for the Windows GDI used in the Microsoft windows environment and,
more importantly, natively supported by the OpenOffice suite of tools.

%prep
%setup -q -n %{module}-%{version}

%install
%__rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot} --record=FILE_LIST

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog LICENSE README examples/
%py_puresitedir/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.0-2
+ Revision: c19e205
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18691 |14mr|python-pyfltk-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname pyFltk

Summary:	Python wrapper for the FLTK library
Name:		python-pyfltk
Version:	1.3.0
Release:	2
License:	GPLv2
Group:		Development/Python
Url:		http://pyfltk.sourceforge.net/
Source0:	http://downloads.sourceforge.net/pyfltk/%{tarname}-%{version}.tar.gz
Patch0:		pyFltk-1.3.0rc1-build.patch
Patch1:		pyfltk-1.3.0-linux-3.x-detection.patch
BuildRequires:	fltk-devel >= 1.3.0
BuildRequires:	python-devel
BuildRequires:	swig

%description
pyFLTK is a Python wrapper for the Fast Light Tool Kit
cross-platform graphical user-interface library.

%prep
%setup -q -n %{tarname}-%{version}
%patch0 -p1 -b .cflags
%patch1 -p0 -b .linux-detection

# (wally) With P0, disable Werror_cflags temporarily to get pkg build
%define Werror_cflags   %nil
sed -i -e 's|@CUSTOM_CFLAGS@|%{optflags}|' setup.py

%build
CPPFLAGS="-DFL_INTERNALS -lGL %{ldflags}" python setup.py build

%install
python setup.py install --root=%{buildroot}

rm -rf %{buildroot}%{py_platsitedir}/fltk/docs
rm -rf %{buildroot}%{py_platsitedir}/fltk/test

%files
%doc CHANGES COPYING README TODO
%{py_platsitedir}/fltk/*
%{py_platsitedir}/*info



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.0-2
+ Revision: aa3ee66
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18692 |14mr|python-pygments-1.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Pygments
%define module	pygments

Summary:	Syntax highlighting package written in Python

Name:		python-%{module}
Version:	1.6
Release:	8
Group:		Development/Python
License:	BSD
Url:		http://pygments.org/
Source0:	http://pypi.python.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	python3-distribute
BuildRequires:  python-devel
Requires:	python-pkg-resources

%description
Pygments is a syntax highlighting package written in Python.  It is a
generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to
prettify source code.  Highlights are:

* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF, SVG and ANSI
  sequences
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainf*ck!

%package -n python3-%{module}
Summary:        Python documentation generator

Group:          Development/Python
Requires:	python3-pkg-resources

%description -n python3-%{module}
Pygments is a syntax highlighting package written in Python.  It is a
generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to
prettify source code.  Highlights are:

* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF, SVG and ANSI
  sequences
  * it is usable as a command-line tool and as a library
  * ... and it highlights even Brainf*ck!

%prep
%setup -qc
tar xzf %{SOURCE0}
mv %{tarname}-%{version} python2
cp -r python2 python3

%build
pushd python2
python setup.py build
popd
pushd python3
python3 setup.py build
popd

%install
pushd python3
PYTHONDONTWRITEBYTECODE= python3 setup.py install --skip-build --root=%{buildroot}
mv %{buildroot}%{_bindir}/pygmentize %{buildroot}%{_bindir}/py3gmentize
mv docs/build html

mkdir -p %{buildroot}%{_mandir}/man1
sed -i 's/\/usr\/share\/doc\/python-pygments\//\/usr\/share\/doc\/python3-pygments\/html\//' docs/pygmentize.1
install -m 644 docs/pygmentize.1 %{buildroot}%{_mandir}/man1/py3gmentize.1
popd

pushd python2
PYTHONDONTWRITEBYTECODE= python setup.py install --skip-build --root=%{buildroot}
mv docs/build html

mkdir -p %{buildroot}%{_mandir}/man1
sed -i 's/\/usr\/share\/doc\/python-pygments\//\/usr\/share\/doc\/python-pygments\/html\//' docs/pygmentize.1
install -m 644 docs/pygmentize.1 %{buildroot}%{_mandir}/man1
popd

%files
%doc python2/AUTHORS python2/CHANGES python2/LICENSE python2/TODO python2/html/
%{_bindir}/pygmentize
%{py_puresitedir}/pygments/*
%{py_puresitedir}/Pygments-*
%{_mandir}/man1/pygmentize.*

%files -n python3-%{module}
%doc python3/AUTHORS python3/CHANGES python3/LICENSE python3/TODO python3/html/
%{_bindir}/py3gmentize
%{py3_puresitedir}/pygments/*
%{py3_puresitedir}/Pygments-*
%{_mandir}/man1/py3gmentize.*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-8
+ Revision: 61a25b6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18693 |14mr|python-pygoocanvas-0.14.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pygoocanvas
%define pycairo 1.8.4
Name: python-%{oname}
Summary: GooCanvas python bindings
Version: 0.14.1
Release: 5
URL: http://developer.berlios.de/projects/pygoocanvas/
License: LGPL
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: goocanvas-devel >= 0.14
BuildRequires: pygtk2.0-devel >= 2.10.4
BuildRequires: pkgconfig(pycairo) >= %pycairo
BuildRequires: gnome-doc-utils
BuildRequires: docbook-style-xsl
Requires: python-cairo >= %pycairo
Provides: %{oname} = %{version}-%{release}
Source: http://ftp.gnome.org/pub/GNOME/sources/%{oname}/%{oname}-%{version}.tar.bz2
Patch0: 0001-Check-the-return-value-of-PycairoContext_FromContext.patch

%description
This package includes Python bindings for GooCanvas. It is
needed to run programs written in Python and using GooCanvas
set.

%package devel
Summary: GooCanvas python bindings - Development files
Group: Development/Python
Requires: %name = %version

%description devel
This package includes development files of python bindings for GooCanvas.

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
rm -fr %{buildroot}
%makeinstall_std

%clean
rm -fr %{buildroot}

%files
%doc %{_datadir}/gtk-doc/html/%{oname}
%{python_sitearch}/*

%files devel
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.14.1-5
+ Revision: 82f8a97
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18694 |14mr|python-pyinotify-0.9.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pyinotify

Summary:	Python module for monitoring filesystems changes
Name:		python-%{oname}
Version:	0.9.4
Release:	3
License:	MIT
Group:		Development/Python
Url:		http://github.com/seb-m/pyinotify
Source0:	http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%{version}.tar.gz
BuildArch:	noarch
Provides:	%{oname} = %{version}-%{release}
BuildRequires:	epydoc
BuildRequires:	python-devel
BuildRequires:	python3-devel
# pyinotify can use psyco to speed things up, unfortunaltely,
# psyco does not work under x86_64
#Suggests:	python-psyco

%description
Pyinotify is a pure Python module for monitoring filesystems changes.
Pyinotify relies on inotify, a Linux Kernel functionality (since 
kernel 2.6.13). inotify is an event-driven notification mechanism, its 
notifications are exported to user space through three system calls. 
Pyinotify binds these system calls and provides an implementation on 
top of them.

%package -n python3-pyinotify-%{version}
Summary:	Python module for monitoring filesystems changes
Group:		Development/Python

%description -n python3-pyinotify-%{version}
Pyinotify is a pure Python module for monitoring filesystems changes.
Pyinotify relies on inotify, a Linux Kernel functionality (since 
kernel 2.6.13). inotify is an event-driven notification mechanism, its 
notifications are exported to user space through three system calls. 
Pyinotify binds these system calls and provides an implementation on 
top of them.

%prep
%setup -q -n %{oname}-%{version}
rm -rf %{py3dir}
cp -a . %{_builddir}/python3-pyinotify-%{version}

%build
python setup.py build
pushd %{_builddir}/python3-pyinotify-%{version}
    CFLAGS="%{optflags}" %{__python3} setup.py build
popd

%install
pushd %{_builddir}/python3-pyinotify-%{version}
    %{__python3} setup.py install --skip-build --root %{buildroot}
popd
python setup.py install --root=%{buildroot}

%files
%doc README* ACKS COPYING
%{py_puresitedir}/*

%files -n python3-pyinotify-%{version}
%doc README* ACKS COPYING
%{py3_puresitedir}/*

%changelog
* Tue Sep 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-3
+ Revision: c545bd7
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18695 |14mr|python-pylibacl-0.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname pylibacl

Summary: 	Posix ACL module for Python
Name: 		python-%{rname}
Version: 	0.5.2
Release: 	1
License:	GPL
Group: 		Development/Python
URL: 		http://%{rname}.sourceforge.net
Source0: 	https://pypi.python.org/packages/source/p/pylibacl/pylibacl-%{version}.tar.gz
BuildRequires:	acl-devel
BuildRequires:	python-devel
BuildRequires:	python-setuptools
Provides:	%{rname} = %{version}-%{release}
Obsoletes:	%{rname}

%description
This is an extension for Python which implements POSIX ACLs (POSIX.1e).

%prep
%setup -q -n %{rname}-%{version}

%build
env CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%{py_platsitedir}/%{rname}-%{version}-py%{py_ver}.egg-info
%{py_platsitedir}/posix1e.so

%changelog
* Wed Jul 23 2014 dsilakov <denis.silakov@rosalab.ru> 0.5.2-1
+ Revision: 8514fc8
- Merge pull request #2 from import/python-pylibacl:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18696 |14mr|python-pyrex-0.9.9-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pyrex
%define name	python-%{module}
%define version 0.9.9
%define release 7

Summary: 	Language for Writing Python Extension Modules
Name: 	 	%{name}
Version: 	%{version}
Release: 	%{release}
Source:     	Pyrex-%{version}.tar.gz
URL:		http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
License:	Apache License
Group:		Development/Python
Obsoletes:      pyrex
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	python
BuildRequires:	python-devel
BuildRequires:	dos2unix, emacs
BuildArch:	noarch

%description
Pyrex lets you write code that mixes Python and C data types any way you want,
and compiles it into a C extension for Python. 

%prep
%setup -q -n Pyrex-%{version} 

%install
%__rm -rf %{buildroot}
find -name .*hg* | xargs rm -rf

PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILELIST
pushd Tools
dos2unix pyrex-mode.el
emacs -batch -f batch-byte-compile pyrex-mode.el
%__install -m 755 -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
%__install -m 644 pyrex-mode.el* %{buildroot}%{_sysconfdir}/emacs/site-start.d
popd

#%check
#cd Demos
#PYTHONPATH=`pwd`/../build/lib make test clean

%clean
%__rm -rf %{buildroot}

%files -f FILELIST
%defattr(-,root,root)
%doc *.txt Demos Doc
%{_sysconfdir}/emacs/site-start.d/*.el*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.9-7
+ Revision: 7a7b978
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18697 |14mr|python-pytest-2.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pytest

Summary:	Cross-project testing tool for Python
Name:		python-%{module}
Version:	2.6.2
Release:	1
Source0:	http://pypi.python.org/packages/source/p/pytest/pytest-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pytest.org
BuildArch:	noarch
Requires:	python-py >= 1.4.8
BuildRequires:	python-setuptools, python-sphinx, python-py >= 1.4.8

%description
py.test is a simple cross-project testing tool for Python.

%prep
%setup -q -n %{module}-%{version}
python setup.py build

pushd doc/en
export PYTHONPATH=../../build/lib
make html
popd

%install
PYTHONDONTWRITEBYTECODE=  python setup.py install --root=%{buildroot}

%clean

%files
%doc CHANGELOG  doc/en/_build/html
%{_bindir}/py.test*
%{py_puresitedir}/*pytest*

%changelog
* Wed Sep 10 2014 dsilakov <denis.silakov@rosalab.ru> 2.6.2-1
+ Revision: 0f53cbe
- Merge pull request #1 from import/python-pytest:auto_update
- Updated to 2.6.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18698 |14mr|python-pytools-2014.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pytools

Summary:	A collection of tools for Python

Name:		python-%{module}
Version:	2014.3
Release:	1
Source0:	http://pypi.python.org/packages/source/p/pytools/pytools-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://mathema.tician.de/software/pytools
BuildArch:	noarch
Requires:	python-decorator >= 3.2.0
BuildRequires:	python-setuptools >= 0.6c8
BuildRequires:	python-devel

%description
Pytools is a big bag of things that are "missing" from the Python
standard library. This is mainly a dependency of my other software
packages, and is probably of little interest to you unless you use
those. If you're curious nonetheless, here's what's on offer:

* A ton of small tool functions such as len_iterable, argmin, tuple
  generation, permutation generation, ASCII table pretty printing,
  GvR's mokeypatch_xxx() hack, the elusive flatten, and much more.
* Michele Simionato's decorator module.
* A time-series logging module, pytools.log.
* Batch job submission, pytools.batchjob.
* A lexer, pytools.lex.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST
%doc README





%changelog
* Wed Jul 16 2014 dsilakov <denis.silakov@rosalab.ru> 2014.3-1
+ Revision: 58e78d2
- Merge pull request #3 from import/python-pytools:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18699 |14mr|python-pytz-2014.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pytz

Summary:	World timezone definitions for Python

Name:		python-%{module}
Version:	2014.7
Release:	1
Source0:	http://pypi.python.org/packages/source/p/pytz/pytz-%{version}.tar.bz2
License:	MIT
Group:		Development/Python
Url:		http://pytz.sourceforge.net/
BuildRequires:	python-devel >= 2.3
BuildRequires:  python3-devel
BuildArch:	noarch

%description
pytz brings the Olson tz database into Python. This library allows
accurate and cross platform timezone calculations using Python 2.3 or
higher. It also solves the issue of ambiguous times at the end of
daylight savings, which you can read more about in the Python Library
Reference (datetime.tzinfo).

Amost all (over 540) of the Olson timezones are supported.

%package -n python3-%{module}
Summary:        World timezone definitions for Python3

Group:          Development/Python
Requires:       python3

%description -n python3-%{module}
pytz brings the Olson tz database into Python. This library allows
accurate and cross platform timezone calculations using Python 2.3 or
higher. It also solves the issue of ambiguous times at the end of
daylight savings, which you can read more about in the Python Library
Reference (datetime.tzinfo).

Amost all (over 540) of the Olson timezones are supported.

%prep
%setup -q -c

mv %{module}-%{version} python2
cp -r python2 python3

%install
pushd python2
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILELIST.P2
sed -i 's/.*egg-info$//' FILELIST.P2
popd

pushd python3
PYTHONDONTWRITEBYTECODE= %__python3 setup.py install --root=%{buildroot} --record=FILELIST.P3
sed -i 's/.*egg-info$//' FILELIST.P3
sed -i 's/.*pyc$//' FILELIST.P3
find %{buildroot}%{py3_puresitedir} -name "*pyc" -delete
popd

%clean

%files -f python2/FILELIST.P2
%doc python2/*.txt
%{py_puresitedir}/%{module}-%{version}-*.egg-info

%files -n python3-%{module} -f python3/FILELIST.P3
%doc python3/*.txt
%{py3_puresitedir}/%{module}-%{version}-*.egg-info

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 2014.7-1
+ Revision: 1e06a57
- Merge pull request #4 from import/python-pytz:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18700 |14mr|python-pyxdg-0.25-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname   pyxdg

Name:             python-pyxdg
Summary:          Python library to access freedesktop.org standards
Version:          0.25
Release:          3
BuildArch:        noarch
Source0:          http://people.freedesktop.org/~takluyver/pyxdg-%{version}.tar.gz
URL:              http://www.freedesktop.org/Software/pyxdg
Group:            System/Libraries
License:          LGPLv2
BuildRequires:    python-devel
%rename           pyxdg

%description
PyXDG is a python library to access freedesktop.org standards. 
Currently supported are:

	* Base Directory Specification Version 0.6 

	* Menu Specification Version 1.0 

	* Desktop Entry Specification Version 1.0 

	* Icon Theme Specification Version 0.8 

	* Recent File Spec 0.2 

	* Shared-MIME-Database Specification 0.13 

%prep
%setup -qn %{oname}-%{version}

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%files -f INSTALLED_FILES
%doc AUTHORS COPYING ChangeLog README TODO

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.25-3
+ Revision: b715e32
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18701 |14mr|python-pyxml-0.8.4-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	PyXML

Summary:	XML libraries for python
Name:		python-pyxml
Version:	0.8.4
Release:	24
License:	MIT and Python and ZPLv1.0 and BSD
Group:		System/Libraries
Url:		http://pyxml.sourceforge.net/
Source0:	http://downloads.sourceforge.net/pyxml/%{module}-%{version}.tar.bz2
Patch0:		python-pyxml-fix_python_2.6.patch 
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(python)
Provides:	%{module} = %{version}-%{release}

%description
An XML package for Python. The distribution contains a validating XML parser,
an implementation of the SAX and DOM programming interfaces and an interface
to the Expat parser.

%prep
%setup -qn %{module}-%{version}
%patch0 -p0

%build
CFLAGS="%{optflags}" python setup.py build --with-libexpat=%{_prefix}

%install
python setup.py install -O 1 --root=%{buildroot} --record=INSTALLED_FILES 

%files
%doc LICENCE ANNOUNCE CREDITS README README.dom README.pyexpat README.sgmlop TODO doc/*
%{_bindir}/*
%{py_platsitedir}/PyXML-0.8.4-py2.7.egg-info
%{py_platsitedir}/_xmlplus/*py
%{py_platsitedir}/_xmlplus/marshal/
%{py_platsitedir}/_xmlplus/parsers/
%{py_platsitedir}/_xmlplus/sax/
%{py_platsitedir}/_xmlplus/schema/
%{py_platsitedir}/_xmlplus/unicode/
%{py_platsitedir}/_xmlplus/utils/
%{py_platsitedir}/_xmlplus/xpath/
%{py_platsitedir}/_xmlplus/dom/*py
%{py_platsitedir}/_xmlplus/dom/ext/
%{py_platsitedir}/_xmlplus/dom/html/
%lang(de) %{py_platsitedir}/_xmlplus/dom/de/
%lang(en_US) %{py_platsitedir}/_xmlplus/dom/en_US/
%lang(fr) %{py_platsitedir}/_xmlplus/dom/fr/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.4-24
+ Revision: 3372194
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18702 |14mr|python-qpid-0.24-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qpid

Name:           python-%{oname}
Version:        0.24
Release:        2
Summary:        Python client library for AMQP
Group:          Development/Python
License:        ASL 2.0
URL:            http://qpid.apache.org
Source0:        http://www.apache.org/dyn/closer.cgi/qpid/0.24/%{oname}-python-%{version}.tar.gz
#Patch0:         mrg.patch
BuildArch:      noarch

Requires:       python-saslwrapper >= 0.10
BuildRequires:  python-devel

%description
The Apache Qpid Python client library for AMQP.

%prep
%setup -qn %{oname}-%{version}/python
# Reversed (or previously applied) patch detected!
#patch0 -p3
cd ..

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

chmod +x %{buildroot}%{py_puresitedir}/qpid/codec.py
chmod +x %{buildroot}%{py_puresitedir}/qpid/tests/codec.py
chmod +x %{buildroot}%{py_puresitedir}/qpid/reference.py
chmod +x %{buildroot}%{py_puresitedir}/qpid/managementdata.py
chmod +x %{buildroot}%{py_puresitedir}/qpid/disp.py

%files
%doc LICENSE.txt NOTICE.txt README.txt examples
%{_bindir}/qpid-python-test
%{py_puresitedir}/qpid/
%{py_puresitedir}/qpid_python-*.egg-info
%{py_puresitedir}/mllib



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.24-2
+ Revision: c15eea7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18703 |14mr|python-qt-3.18.1-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Set of Python bindings for Trolltech's Qt application framework
Name:		python-qt
Version:	3.18.1
Release:	19
Epoch:		1
License:	GPLv2+
Group:		Development/KDE and Qt
Url:		http://www.riverbankcomputing.co.uk/software/pyqt/intro
Source0:	http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/PyQt-x11-gpl-%{version}.tar.gz
Patch0:		PyQt-x11-gpl-3.17.3-mandriva-multiarch.patch
Patch1:		PyQt-x11-gpl-3.18.1-sip415.patch
BuildRequires:	python-sip
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(qt-mt)
Requires:	sip-api(%{sip_api_major}) = %{sip_api}
Provides:	PyQt = %{EVRD}

%description
PyQt is a set of Python bindings for Trolltech's Qt application framework and
runs on all platforms supported by Qt including Windows, MacOS/X and Linux.

%files
%{_bindir}/pyuic
%{_bindir}/pylupdate
%{_datadir}/sip/*
%{py_platsitedir}/q*
%{py_platsitedir}/pyqtconfig.py

#------------------------------------------------------------

%prep
%setup -q -n PyQt-x11-gpl-%{version}
%patch0 -p1
%patch1 -p0

%build
export QTDIR=%{qt3dir}
echo "yes" | python ./configure.py \
    -y qt-mt LIBDIR_QT=%{_libdir}

for name in pylupdate3 pyuic3 qt qtcanvas qtgl qtnetwork qtsql qttable qtui qtxml; do
	sed -i "s#^LIBS = #LIBS = $(python-config --libs) #g" ${name}/Makefile
	sed -i "s#^CFLAGS = #CFLAGS = -DANY=void %{optflags} #g" ${name}/Makefile
	sed -i "s#^CXXFLAGS = #CXXFLAGS = -DANY=void %{optflags} #g" ${name}/Makefile
	sed -i "s#^LFLAGS = #LFLAGS = %{ldflags} #g" ${name}/Makefile
done

%make

%install
%makeinstall_std


%changelog
* Wed Jul 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:3.18.1-19
+ Revision: 70450ae
- Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18704 |14mr|python-qt4-4.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Set of Python bindings for Trolltech's Qt application framework
Name:		python-qt4
Version:	4.11
Release:	1
License:	GPLv2+
Group:		Development/KDE and Qt
Url:		http://www.riverbankcomputing.co.uk/software/pyqt/intro
Source0:	http://garr.dl.sourceforge.net/project/pyqt/PyQt4/PyQt-%{version}/PyQt-x11-gpl-%{version}.tar.gz
Patch0:		03_qreal_float_support.dpatch
Patch1:		python-qt4-4.11-fix-configure_py.patch
Patch2:		python-qt4-4.11-restore-pro-files.patch
BuildRequires:	python-sip
BuildRequires:	sed
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-python)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(QtAssistantClient)
BuildRequires:	pkgconfig(QtWebKit)
Provides:	PyQt4 = %{EVRD}
Requires:	sip-api(%{sip_api_major}) = %{sip_api}
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-dbus = %{EVRD}
Requires:	%{name}-declarative = %{EVRD}
Requires:	%{name}-designer = %{EVRD}
Requires:	%{name}-gui = %{EVRD}
Requires:	%{name}-help = %{EVRD}
Requires:	%{name}-multimedia = %{EVRD}
Requires:	%{name}-network = %{EVRD}
Requires:	%{name}-opengl = %{EVRD}
Requires:	%{name}-phonon = %{EVRD}
Requires:	%{name}-script = %{EVRD}
Requires:	%{name}-scripttools = %{EVRD}
Requires:	%{name}-sql = %{EVRD}
Requires:	%{name}-svg = %{EVRD}
Requires:	%{name}-test = %{EVRD}
Requires:	%{name}-webkit = %{EVRD}
Requires:	%{name}-xml = %{EVRD}
Requires:	%{name}-xmlpatterns = %{EVRD}

%description
PyQt is a set of Python bindings for Trolltech's Qt application framework.

%files

#------------------------------------------------------------

%package core
Summary:	PyQt 4 core
Group:		Development/KDE and Qt

%description core
PyQt 4 core.

%files core
%dir %{py_platsitedir}/PyQt4
%{py_platsitedir}/PyQt4/uic
%{py_platsitedir}/PyQt4/__init__.py
%{py_platsitedir}/PyQt4/pyqtconfig.py
%{py_puresitedir}/dbus/*
%{py_platsitedir}/PyQt4/Qt.so
%{py_platsitedir}/PyQt4/QtCore.so
%{_datadir}/sip/PyQt4/Qt
%{_datadir}/sip/PyQt4/QtCore
%{qt4dir}/qsci/api/python/PyQt4.api

#------------------------------------------------------------

%package dbus
Summary:	PyQt 4 dbus
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description dbus
PyQt 4 dbus.

%files dbus
%{py_platsitedir}/PyQt4/QtDBus.so
%{_datadir}/sip/PyQt4/QtDBus

#------------------------------------------------------------

%package declarative
Summary:	PyQt 4 declarative
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description declarative
PyQt 4 declarative.

%files declarative
%{py_platsitedir}/PyQt4/QtDeclarative.so
%{_datadir}/sip/PyQt4/QtDeclarative

#------------------------------------------------------------

%package assistant
Summary:	PyQt 4 assistant
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description assistant
PyQt 4 assistant.

%files assistant
%{py_platsitedir}/PyQt4/QtAssistant.so
%{_datadir}/sip/PyQt4/QtAssistant

#------------------------------------------------------------

%package gui
Summary:	PyQt 4 gui
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description gui
PyQt 4 gui.

%files gui
%{py_platsitedir}/PyQt4/QtGui.so
%{_datadir}/sip/PyQt4/QtGui

#------------------------------------------------------------

%package network
Summary:	PyQt 4 network
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description network
PyQt 4 network.

%files network
%{py_platsitedir}/PyQt4/QtNetwork.so
%{_datadir}/sip/PyQt4/QtNetwork

#------------------------------------------------------------

%package help
Summary:	PyQt 4 help
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description help
PyQt 4 help.

%files help
%{py_platsitedir}/PyQt4/QtHelp.so
%{_datadir}/sip/PyQt4/QtHelp

#------------------------------------------------------------

%package opengl
Summary:	PyQt 4 opengl
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description opengl
PyQt 4 opengl.

%files opengl
%{py_platsitedir}/PyQt4/QtOpenGL.so
%{_datadir}/sip/PyQt4/QtOpenGL

#------------------------------------------------------------

%package multimedia
Summary:	PyQt 4 multimedia
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description multimedia
PyQt 4 multimedia.

%files multimedia
%{py_platsitedir}/PyQt4/QtMultimedia.so
%{_datadir}/sip/PyQt4/QtMultimedia

#------------------------------------------------------------

%package script
Summary:	PyQt 4 script
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description script
PyQt 4 script.

%files script
%{py_platsitedir}/PyQt4/QtScript.so
%{_datadir}/sip/PyQt4/QtScript

#------------------------------------------------------------

%package sql
Summary:	PyQt 4 sql
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description sql
PyQt 4 sql.

%files sql
%{py_platsitedir}/PyQt4/QtSql.so
%{_datadir}/sip/PyQt4/QtSql

#------------------------------------------------------------

%package svg
Summary:	PyQt 4 svg
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description svg
PyQt 4 svg.

%files svg
%{py_platsitedir}/PyQt4/QtSvg.so
%{_datadir}/sip/PyQt4/QtSvg

#------------------------------------------------------------

%package test
Summary:	PyQt 4 test
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description test
PyQt 4 test.

%files test
%{py_platsitedir}/PyQt4/QtTest.so
%{_datadir}/sip/PyQt4/QtTest

#------------------------------------------------------------

%package webkit
Summary:	PyQt 4 Webkit
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description webkit
PyQt 4 webkit.

%files webkit
%{py_platsitedir}/PyQt4/QtWebKit.so
%{_datadir}/sip/PyQt4/QtWebKit

#------------------------------------------------------------

%package xml
Summary:	PyQt 4 xml
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description xml
PyQt 4 xml.

%files xml
%{py_platsitedir}/PyQt4/QtXml.so
%{_datadir}/sip/PyQt4/QtXml

#------------------------------------------------------------

%package xmlpatterns
Summary:	PyQt 4 xmlpatterns
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description xmlpatterns
PyQt 4 xmlpatterns.

%files xmlpatterns
%{py_platsitedir}/PyQt4/QtXmlPatterns.so
%{_datadir}/sip/PyQt4/QtXmlPatterns

#------------------------------------------------------------

%package scripttools
Summary:	PyQt 4 scripttools
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description scripttools
PyQt 4 scripttools.

%files scripttools
%{py_platsitedir}/PyQt4/QtScriptTools.so
%{_datadir}/sip/PyQt4/QtScriptTools

#------------------------------------------------------------

%package designer
Summary:	PyQt 4 designer
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description designer
PyQt 4 designer.

%files designer
%{py_platsitedir}/PyQt4/QtDesigner.so
%{_datadir}/sip/PyQt4/QtDesigner

#------------------------------------------------------------

%package phonon
Summary:	PyQt 4 phonon
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description phonon
PyQt 4 phonon.

%files phonon
%{py_platsitedir}/PyQt4/phonon.so
%{_datadir}/sip/PyQt4/phonon

#------------------------------------------------------------

%package devel
Summary:	PyQt 4 devel
Group:		Development/KDE and Qt
Requires:	%{name} = %{EVRD}
Requires:	qt4-designer

%description devel
PyQt 4 devel utilities.

%files devel
%{_bindir}/pyuic4
%{_bindir}/pyrcc4
%{_bindir}/pylupdate4
%{qt4plugins}/designer/*

#------------------------------------------------------------

%prep
%setup -qn PyQt-x11-gpl-%{version}
%patch0 -p1 -b .real
%patch1 -p1
%patch2 -p1

%build
export QTDIR=%{qt4dir}
export PATH=%{qt4dir}/bin:$PATH
export CFLAGS='%{optflags} -fPIC' 
export CXXFLAGS='%{optflags} -fPIC'

python ./configure.py \
	--qsci-api \
	--confirm-license \
	-s /usr/include/dbus-1.0
	
# Some modules not requires X libraries
# Python sip not diferentiate qt modules and always add a X set of 
# libs to link. We're explicitely this unecessary links
# Using same approach to add missin libpython linh

for name in Qt dbus phonon QtAssistant QtCore QtDBus QtDeclarative QtGui QtMultimedia QtNetwork QtOpenGL QtWebKit QtScript QtSvg QtSql QtDesigner QtTest QtXml QtXmlPatterns QtHelp QtScriptTools; do
    if [ -e ${name}/Makefile ]; then
        sed -i "s,^LIBS = ,LIBS = $(python-config --libs) ,g" ${name}/Makefile
    fi
done
sed -i "s,/usr/lib/qt4/include/phonon,/usr/include/phonon,g" phonon/Makefile
sed -i "s,/usr/lib/qt4//include/phonon,/usr/include/phonon,g" phonon/Makefile

%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.11-1
+ Revision: d33c91f
- New version 4.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18705 |14mr|python-qt5-5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Set of Python bindings for Trolltech's Qt application framework
Name:		python-qt5
Version:	5.3
Release:	1
License:	GPLv2+
Group:		Development/KDE and Qt
Url:		http://www.riverbankcomputing.co.uk/software/pyqt/intro
Source0:	http://downloads.sourceforge.net/pyqt/PyQt-gpl-%{version}.tar.gz
BuildRequires:	python-sip
BuildRequires:	qmake5
BuildRequires:	qt5-macros
BuildRequires:	sed
BuildRequires:	pkgconfig(dbus-python)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(Qt5Bluetooth)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5MultimediaWidgets)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Positioning)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Sensors)
BuildRequires:	pkgconfig(Qt5SerialPort)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5XmlPatterns)
BuildRequires:	pkgconfig(Qt5X11Extras)
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-dbus = %{EVRD}
Requires:	%{name}-bluetooth = %{EVRD}
Requires:	%{name}-designer = %{EVRD}
Requires:	%{name}-gui = %{EVRD}
Requires:	%{name}-multimedia = %{EVRD}
Requires:	%{name}-multimediawidgets = %{EVRD}
Requires:	%{name}-network = %{EVRD}
Requires:	%{name}-opengl = %{EVRD}
Requires:	%{name}-positioning = %{EVRD}
Requires:	%{name}-printsupport = %{EVRD}
Requires:	%{name}-qml = %{EVRD}
Requires:	%{name}-quick = %{EVRD}
Requires:	%{name}-sensors = %{EVRD}
Requires:	%{name}-serialport = %{EVRD}
Requires:	%{name}-sql = %{EVRD}
Requires:	%{name}-svg = %{EVRD}
Requires:	%{name}-test = %{EVRD}
Requires:	%{name}-webkit = %{EVRD}
Requires:	%{name}-webkitwidgets = %{EVRD}
Requires:	%{name}-widgets = %{EVRD}
Requires:	%{name}-xmlpatterns = %{EVRD}
Requires:	%{name}-x11extras = %{EVRD}
Provides:	PyQt5 = %{EVRD}

%description
PyQt is a set of Python bindings for Trolltech's Qt application framework.

%files

#------------------------------------------------------------

%package core
Summary:	PyQt 5 core
Group:		Development/KDE and Qt

%description core
PyQt 5 core.

%files core
%dir %{py_platsitedir}/PyQt5
%{py_platsitedir}/PyQt5/uic
%{py_platsitedir}/PyQt5/__init__.py*
%{py_puresitedir}/dbus/*
%{py_platsitedir}/PyQt5/Qt.so
%{py_platsitedir}/PyQt5/QtCore.so
%{_datadir}/sip/PyQt5/Qt
%{_datadir}/sip/PyQt5/QtCore
%{_qt5_datadir}/qsci/api/python/PyQt5.api

#------------------------------------------------------------

%package dbus
Summary:	PyQt 5 dbus
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description dbus
PyQt 5 dbus.

%files dbus
%{py_platsitedir}/PyQt5/QtDBus.so
%{_datadir}/sip/PyQt5/QtDBus

#------------------------------------------------------------

%package designer
Summary:	PyQt 5 designer
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description designer
PyQt 5 designer.

%files designer
%{py_platsitedir}/PyQt5/QtDesigner.so
%{_datadir}/sip/PyQt5/QtDesigner

#------------------------------------------------------------

%package bluetooth
Summary:	PyQt 5 bluetooth
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description bluetooth
PyQt 5 bluetooth.

%files bluetooth
%{py_platsitedir}/PyQt5/QtBluetooth.so
%{_datadir}/sip/PyQt5/QtBluetooth

#------------------------------------------------------------

%package gui
Summary:	PyQt 5 gui
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description gui
PyQt 5 gui.

%files gui
%{py_platsitedir}/PyQt5/QtGui.so
%{py_platsitedir}/PyQt5/_QOpenGLFunctions_2_0.so
%{_datadir}/sip/PyQt5/QtGui
%{_datadir}/sip/PyQt5/_QOpenGLFunctions_2_0

#------------------------------------------------------------

%package network
Summary:	PyQt 5 network
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description network
PyQt 5 network.

%files network
%{py_platsitedir}/PyQt5/QtNetwork.so
%{_datadir}/sip/PyQt5/QtNetwork

#------------------------------------------------------------

%package help
Summary:	PyQt 5 help
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description help
PyQt 5 help.

%files help
%{py_platsitedir}/PyQt5/QtHelp.so
%{_datadir}/sip/PyQt5/QtHelp

#------------------------------------------------------------

%package multimedia
Summary:	PyQt 5 multimedia
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description multimedia
PyQt 5 multimedia.

%files multimedia
%{py_platsitedir}/PyQt5/QtMultimedia.so
%{_datadir}/sip/PyQt5/QtMultimedia

#------------------------------------------------------------

%package multimediawidgets
Summary:	PyQt 5 multimediawidgets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description multimediawidgets
PyQt 5 multimediawidgets.

%files multimediawidgets
%{py_platsitedir}/PyQt5/QtMultimediaWidgets.so
%{_datadir}/sip/PyQt5/QtMultimediaWidgets

#------------------------------------------------------------

%package opengl
Summary:	PyQt 5 opengl
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description opengl
PyQt 5 opengl.

%files opengl
%{py_platsitedir}/PyQt5/QtOpenGL.so
%{_datadir}/sip/PyQt5/QtOpenGL

#------------------------------------------------------------

%package positioning
Summary:	PyQt 5 positioning
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description positioning
PyQt 5 positioning.

%files positioning
%{py_platsitedir}/PyQt5/QtPositioning.so
%{_datadir}/sip/PyQt5/QtPositioning

#------------------------------------------------------------

%package printsupport
Summary:	PyQt 5 printsupport
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description printsupport
PyQt 5 printsupport

%files printsupport
%{py_platsitedir}/PyQt5/QtPrintSupport.so
%{_datadir}/sip/PyQt5/QtPrintSupport

#------------------------------------------------------------

%package qml
Summary:	PyQt 5 qml
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description qml
PyQt 5 qml.

%files qml
%{py_platsitedir}/PyQt5/QtQml.so
%{_qt5_plugindir}/PyQt5/libpyqt5qmlplugin.so
%{_datadir}/sip/PyQt5/QtQml

#------------------------------------------------------------

%package quick
Summary:	PyQt 5 quick
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description quick
PyQt 5 quick.

%files quick
%{py_platsitedir}/PyQt5/QtQuick.so
%{_datadir}/sip/PyQt5/QtQuick

#------------------------------------------------------------

%package sensors
Summary:	PyQt 5 sensors
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description sensors
PyQt 5 sensors.

%files sensors
%{py_platsitedir}/PyQt5/QtSensors.so
%{_datadir}/sip/PyQt5/QtSensors

#------------------------------------------------------------

%package serialport
Summary:	PyQt 5 serialport
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description serialport
PyQt 5 serialport.

%files serialport
%{py_platsitedir}/PyQt5/QtSerialPort.so
%{_datadir}/sip/PyQt5/QtSerialPort

#------------------------------------------------------------

%package sql
Summary:	PyQt 5 sql
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description sql
PyQt 5 sql.

%files sql
%{py_platsitedir}/PyQt5/QtSql.so
%{_datadir}/sip/PyQt5/QtSql

#------------------------------------------------------------

%package svg
Summary:	PyQt 5 svg
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description svg
PyQt 5 svg.

%files svg
%{py_platsitedir}/PyQt5/QtSvg.so
%{_datadir}/sip/PyQt5/QtSvg

#------------------------------------------------------------

%package test
Summary:	PyQt 5 test
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description test
PyQt 5 test.

%files test
%{py_platsitedir}/PyQt5/QtTest.so
%{_datadir}/sip/PyQt5/QtTest

#------------------------------------------------------------

%package webkit
Summary:	PyQt 5 Webkit
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description webkit
PyQt 5 webkit.

%files webkit
%{py_platsitedir}/PyQt5/QtWebKit.so
%{_datadir}/sip/PyQt5/QtWebKit

#------------------------------------------------------------

%package webkitwidgets
Summary:	PyQt 5 webkitwidgets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description webkitwidgets
PyQt 5 webkitwidgets.

%files webkitwidgets
%{py_platsitedir}/PyQt5/QtWebKitWidgets.so
%{_datadir}/sip/PyQt5/QtWebKitWidgets

#------------------------------------------------------------

%package widgets
Summary:	PyQt 5 widgets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description widgets
PyQt 5 widgets.

%files widgets
%{py_platsitedir}/PyQt5/QtWidgets.so
%{_datadir}/sip/PyQt5/QtWidgets

#------------------------------------------------------------

%package xmlpatterns
Summary:	PyQt 5 xmlpatterns
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description xmlpatterns
PyQt 5 xmlpatterns.

%files xmlpatterns
%{py_platsitedir}/PyQt5/QtXmlPatterns.so
%{_datadir}/sip/PyQt5/QtXmlPatterns

#------------------------------------------------------------

%package x11extras
Summary:	PyQt 5 x11extras
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description x11extras
PyQt 5 x11extras.

%files x11extras
%{py_platsitedir}/PyQt5/QtX11Extras.so
%{_datadir}/sip/PyQt5/QtX11Extras

#------------------------------------------------------------

%package devel
Summary:	PyQt 5 devel
Group:		Development/KDE and Qt
Requires:	%{name} = %{EVRD}
Requires:	qt5-designer

%description devel
PyQt 5 devel utilities.

%files devel
%{_bindir}/pyuic5
%{_bindir}/pyrcc5
%{_bindir}/pylupdate5
%{_qt5_plugindir}/designer/*

#------------------------------------------------------------

%package doc
Summary:	PyQt 5 documentation
Group:		Development/KDE and Qt
Buildarch:	noarch

%description doc
PyQt 5 documentation.

%files doc
%doc %{_docdir}/%{name}
%exclude %{_docdir}/%{name}/examples
#------------------------------------------------------------

%package examples
Summary:	PyQt 5 examples
Group:		Development/KDE and Qt
BuildArch:	noarch

%description examples
PyQt 5 examples.

%files examples
%doc %{_docdir}/%{name}/examples

#------------------------------------------------------------

%prep
%setup -q -n PyQt-gpl-%{version}

%build
export PATH=%{_qt5_bindir}:$PATH

python ./configure.py \
	--qsci-api \
	--confirm-license

sed -i -e "s,-fstack-protector,-fno-stack-protector,g" _Q*/Makefile
sed -i -e "s,^LIBS .*= ,LIBS = $(python-config --libs) ,g" Qt*/Makefile _Q*/Makefile dbus/Makefile
sed -i -e "s#^LFLAGS .*= #LFLAGS = %{ldflags} #g" Qt*/Makefile _Q*/Makefile pyrcc/Makefile designer/Makefile dbus/Makefile qmlscene/Makefile

%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}
rm -fr %{buildroot}%{py_platsitedir}/PyQt5/uic/port_v3

mkdir -p %{buildroot}%{_docdir}/%{name}
    cp -fr doc/html/* %{buildroot}%{_docdir}/%{name}/

mkdir %{buildroot}%{_docdir}/%{name}/examples
    cp -fr examples/* %{buildroot}%{_docdir}/%{name}/examples/


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3-1
+ Revision: bc93681
- New version 5.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18706 |14mr|python-rdflib-4.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rdflib

Summary:	Python library for working with RDF
Name:		python-%{oname}
Version:	4.1.2
Release:	2
Source0:	http://pypi.python.org/packages/source/r/rdflib/rdflib-%{version}.tar.gz
License:	BSD
Group:		Development/Python
BuildArch:	noarch
BuildRequires:	python-setuptools
Url:		http://rdflib.net/

%description
RDFLib is a Python library for working with RDF, a simple yet powerful
language for representing information.

The library contains parsers and serializers for RDF/XML, N3,
NTriples, Turtle, TriX and RDFa . The library presents a Graph
interface which can be backed by any one of a number of Store
implementations, including, Memory, MySQL, Redland, SQLite, Sleepycat
and SQLObject.  If you have recently reported a bug marked as fixed,
or have a craving for the very latest, you may want the development
version instead: http://rdflib.googlecode.com/svn/trunk#egg=rdflib-dev

%prep
%setup -q -n %{oname}-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST
%__rm -rf %{buildroot}%{py_platsitedir}/test
sed -i 's/.*egg-info$//' FILE_LIST

%clean

%files -f FILE_LIST
%doc  LICENSE  examples/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.1.2-2
+ Revision: b216237
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18707 |14mr|python-reportlab-2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ReportLab library to create PDF documents using Python
Name:		python-reportlab
Version:	2.6
Release:	3
URL:		http://www.reportlab.org/
# Upstream tarball with Odyssey text and non-free font files replaced
# Changes copied from Debian package - AdamW 2008/02
Source0:	http://www.reportlab.org/ftp/reportlab-%{version}.tar.gz
#Source1:	rl_accel-0.61-daily-unix.tgz
# From Debian, rediffed: changes source to use the free replacement 
# fonts - AdamW 2008/02
Patch0:		python-reportlab-2.1-fontclean.patch
Patch1:		reportlab-2.5-fix_build.patch
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	python-devel
License:	BSD
Group:		Publishing


%description
ReportLab is a library that lets you directly create documents in
Adobe's Portable Document Format (PDF) using the Python programming
language.

ReportLab library creates PDF based on graphics commands without
intervening steps. It's therefore extremely fast, and flexible (since
you're using a full-blown programming language).

Sample use cases are:

  * Dynamic PDF generation on the web
  * High-volume corporate reporting and database publishing
  * As embeddable print engine for other applications, including a
    'report language' so that users can customize their own reports.
  * As 'build system' for complex documents with charts, tables and text
    such as management accounts, statistical reports and scientific papers
  * from XML to PDF in one step

%prep
%setup -q -n reportlab-%{version}
%patch1 -p1 -b .link
find . -type f | xargs perl -p -i -e 's@#!/bin/env python@#!/usr/bin/env python@'

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --compile --optimize=2
rm -rf %{buildroot}}%{py_platsitedir}/reportlab/fonts

%files
%doc LICENSE.txt README.txt
%{py_platsitedir}/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6-3
+ Revision: 487bec7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18708 |14mr|python-rhpl-0.212-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Library of Python code used by installation and configuration tools
Name:		python-rhpl
Version:	0.212
Release:	10
Source0:	rhpl-%{version}.tar.bz2
License:	GPLv2+
Group:		Development/Python
Provides:	rhpl = %{version}-%{release}
BuildRequires:	gettext
BuildRequires:	python-devel
BuildRequires:	libiw-devel
Conflicts:	kudzu < 1.2.0
# FIXME: we provide this in ldetect-lst, but unversioned
#Conflicts: hwdata < 0.169
Conflicts:	wireless-tools < 28-0.pre8.5
# FIXME: we provide this version, but not sure about the release
#Conflicts: kbd < 1.12-21

%description
The rhpl package contains Python code used throughout the system.

%prep
%setup -q -n rhpl-%{version}

%build
%make


%install
%makeinstall_std

%find_lang rhpl

%files -f rhpl.lang
%doc README COPYING
%{python_sitearch}/rhpl

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.212-10
+ Revision: 011be32
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18709 |14mr|python-rhsm-1.9.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    python-rhsm
Version: 1.9.6
Release: 2
Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
Group:   System/Libraries
License: GPLv2
# How to create the source tarball:
#
# git clone git://git.fedorahosted.org/git/python-rhsm.git/
# cd client/python-rhsm
# tito build --tag python-rhsm-$VERSION-$RELEASE --tgz
Source0:  %{name}-%{version}.tar.gz
Patch0:   python-rhsm-1.9.6-fix-linkage.patch
URL:      http://fedorahosted.org/candlepin

Requires: python-m2crypto
Requires: python-simplejson
Requires: python-iniparse
Requires: python-rpm

BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: openssl-devel

%description
A small library for communicating with the REST interface of a Red Hat Unified
Entitlement Platform. This interface is used for the management of system
entitlements, certificates, and access to content.

%prep
%setup -q -n python-rhsm-%{version}
%patch0 -p1

%build
export LDFLAGS="-lcrypto"
%{__python} setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
mkdir -p %{buildroot}%{_sysconfdir}/rhsm/ca
install etc-conf/ca/*.pem %{buildroot}%{_sysconfdir}/rhsm/ca

%clean

%files
%doc README

%dir %{python_sitearch}/rhsm
%attr(755,root,root) %dir %{_sysconfdir}/rhsm
%attr(755,root,root) %dir %{_sysconfdir}/rhsm/ca

%{python_sitearch}/rhsm/*
%{python_sitearch}/rhsm-*.egg-info
%attr(640,root,root) %{_sysconfdir}/rhsm/ca/*.pem


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9.6-2
+ Revision: b3501c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18710 |14mr|python-roman-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	roman

Name:		python-%{oname}
Version:	2.0.0
Release:	4
Summary:	Integer to Roman numerals converter
Source0:	http://pypi.python.org/packages/source/r/%{oname}/%{oname}-%{version}.tar.gz
License:	Python Software Foundation License
Group:		Development/Python
Url:		http://pypi.python.org/pypi/roman
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	python3-distribute
Conflicts:      python-docutils < 0.11

%description
Group:		Development/Python
Integer to Roman numerals converter.

%package -n python3-%{oname}
Summary:	Integer to Roman numerals converter


%description -n python3-%{oname}
Integer to Roman numerals converter.

%prep
%setup -q -c
mv %{oname}-%{version} python2
cp -r python2 python3

%build
pushd python2
python setup.py build
popd

pushd python3
python3 setup.py build
popd

%install
pushd python2
python setup.py install --root=%{buildroot}
popd

pushd python3
python3 setup.py install --root=%{buildroot}
popd

%check
pushd python2
python setup.py test
popd

pushd python3
python3 setup.py test
popd

%files
%doc python2/CHANGES.txt
%doc python2/src/roman.egg-info/SOURCES.txt
%doc python2/src/roman.egg-info/dependency_links.txt
%doc python2/src/roman.egg-info/top_level.txt
%{py_puresitedir}/roman.py*
%{py_puresitedir}/roman*.egg-info

%files -n python3-%{oname}
%doc python3/CHANGES.txt
%doc python3/src/roman.egg-info/SOURCES.txt
%doc python3/src/roman.egg-info/dependency_links.txt
%doc python3/src/roman.egg-info/top_level.txt
%{py3_puresitedir}/roman.py*
%{py3_puresitedir}/roman*.egg-info

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.0-4
+ Revision: 9b0e399
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18711 |14mr|python-rope-0.9.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	rope

Summary:	Python refactoring library
Name:		python-%{module}
Version:	0.9.3
Release:	6
License:	GPLv2
Group:		Development/Python
Url:		http://rope.sourceforge.net/
Source0:	%{module}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:  python-devel

%description
Rope is a Python refactoring library. You can use
rope as a library in other IDEs.

%prep
%setup -qn %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST

%files -f FILE_LIST
%doc COPYING README.txt docs/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.3-6
+ Revision: e610396
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18712 |14mr|python-setuptools-3.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	setuptools

%bcond_with tests
# This controls whether setuptools is build as a wheel or not,
# simplifying Python 3.4 bootstraping process
%bcond_with wheel

%if %{with wheel}
%define python2_wheelname %{module}-%{version}-py2.py3-none-any.whl
%define python2_record %{py_puresitedir}/%{module}-%{version}.dist-info/RECORD
%define python3_wheelname %{python2_wheelname}
%define python3_record %{py3_puresitedir}/%{module}-%{version}.dist-info/RECORD
%endif
 
Summary:	Easily build and distribute Python packages
Name:		python-%{module}
Version:	3.6
Release:	7
Epoch:		1
License:	Python or ZPLv2.0
Group:		Development/Python
Url:		http://pypi.python.org/pypi/%{module}
Source0:	http://pypi.python.org/packages/source/s/%{module}/%{module}-%{version}.tar.gz

BuildArch:	noarch
BuildRequires:	python-devel
%if %{with wheel}
BuildRequires:  python-pip
BuildRequires:  python-wheel
%endif
Provides:	pythonegg(setuptools)
Provides:	pythonegg(distribute)

# For unittests
BuildRequires:	subversion
Requires:	python-pkg-resources

%rename		python-setuptools-devel
%rename		python-distribute

%description
A collection of enhancements to the Python distutils that allow 
you to more easily build and distribute Python packages, especially 
ones that have dependencies on other packages.


%package -n python3-%{module}
Summary:	Easily build and distribute Python3 packages
Group:		Development/Python

BuildRequires:	python3-devel
%if %{with wheel}
BuildRequires:  python3-pip
BuildRequires:  python3-wheel
%endif
Provides:	python3egg(setuptools)
Provides:	python3egg(distribute)
Requires:	python3-pkg-resources

%rename		python3-setuptools-devel
%rename		python3-distribute

%description -n python3-setuptools
A collection of enhancements to the Python 3 distutils that allow
you to more easily build and distribute Python 3 packages, especially
ones that have dependencies on other packages.

%package -n python-pkg-resources
Summary: Runtime module to access python resources
Group:		Development/Python

%description -n python-pkg-resources
Module used to find and manage Python package/version dependencies and access
bundled files and resources, including those inside of zipped .egg files.

%package -n python3-pkg-resources
Summary: Runtime module to access python 3 resources
Group:		Development/Python

%description -n python3-pkg-resources
Module used to find and manage Python 3 package/version dependencies and access
bundled files and resources, including those inside of zipped .egg files.

%prep
%setup -q -c

mv %{module}-%{version} python2
cp -r python2 python3

find -name '*.txt' -exec chmod -x \{\} \;
find . -name '*.orig' -exec rm \{\} \;

pushd python3
for file in setuptools/command/easy_install.py ; do
    sed -i '1s|^#!python|#!python3|' $file
done
popd

%build
pushd python2
%if %{with wheel}
python setup.py bdist_wheel
%else
CFLAGS="%{optflags}" python setup.py build
%endif
popd

pushd python3
%if %{with wheel}
python3 setup.py bdist_wheel
%else
CFLAGS="%{optflags}" python3 setup.py build
%endif
popd

%install
# Must do the python3 install first because the scripts in /usr/bin are
# overwritten with every setup.py install (and we want the python2 version
# to be the default for now).
pushd python3
%if %{with wheel}
pip3 install -I dist/%{python3_wheelname} --root %{buildroot} --strip-file-prefix %{buildroot}

# TODO: we have to remove this by hand now, but it'd be nice if we wouldn't have to
# (pip install wheel doesn't overwrite)
rm %{buildroot}%{_bindir}/easy_install

sed -i '/\/usr\/bin\/easy_install,/d' %{buildroot}%{python3_record}
%else
python3 setup.py install --skip-build --root %{buildroot}
%endif

rm -rf %{buildroot}%{py3_puresitedir}/setuptools/tests
%if %{with wheel}
sed -i '/^setuptools\/tests\//d' %{buildroot}%{python3_record}
%endif

find %{buildroot}%{py3_puresitedir} -name '*.exe' | xargs rm -f
chmod +x %{buildroot}%{py3_puresitedir}/setuptools/command/easy_install.py
popd

pushd python2
%if %{with wheel}
pip2 install -I dist/%{python2_wheelname} --root %{buildroot} --strip-file-prefix %{buildroot}
%else
python setup.py install --skip-build --root %{buildroot}
%endif

rm -rf %{buildroot}%{py_puresitedir}/setuptools/tests
%if %{with wheel}
sed -i '/^setuptools\/tests\//d' %{buildroot}%{python2_record}
%endif

find %{buildroot}%{py_puresitedir} -name '*.exe' | xargs rm -f
chmod +x %{buildroot}%{py_puresitedir}/setuptools/command/easy_install.py
popd

%if %{with tests}
%check
pushd python2
python setup.py test
popd

pushd python3
python3 setup.py test
popd
%endif

%files
%doc python2/*.txt python2/docs
%{_bindir}/easy_install
%{_bindir}/easy_install-2.*
%{py_puresitedir}/*
%exclude %{py_puresitedir}/pkg_resources.py*

%files -n python-pkg-resources
%{py_puresitedir}/pkg_resources.py*

%files -n python3-setuptools
%doc python3/*.txt python3/docs
%{_bindir}/easy_install-3.*
%{py3_puresitedir}/*
%exclude %{py3_puresitedir}/pkg_resources.py*
# %exclude %{py3_puresitedir}/__pycache__/pkg_resources.cpython-*.py*

%files -n python3-pkg-resources
%{py3_puresitedir}/pkg_resources.py*
# %{py3_puresitedir}/__pycache__/pkg_resources.cpython-*.py*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.6-7
+ Revision: c49f8e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18713 |14mr|python-sexy-0.1.9-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name python-sexy
%define version 0.1.9
%define release 10
%define oname sexy-python

Summary: Python bingings for the sexy GTK+ widgets
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{oname}-%{version}.tar.bz2
Patch0: sexy-python-0.1.9-link.patch
License: LGPL
Group: Development/Python
Url: http://www.chipx86.com/wiki/Libsexy#sexy-python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: pygtk2.0-devel
BuildRequires: libsexy-devel
Requires: pygtk2.0

%description
Sexy-python is a set of Python bindings around libsexy.

Libsexy is a collection of GTK+ widgets that extend the functionality
of such standard widgets as GtkEntry and GtkLabel by subclassing them
and working around the limitations of the widgets.

%prep
%setup -q -n %oname-%version
%patch0 -p0

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
rm -f %buildroot%py_platsitedir/gtk-2.0/sexy.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS README NEWS
%py_platsitedir/gtk-2.0/sexy.so
%_datadir/pygtk/2.0/defs/sexy.defs



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.9-10
+ Revision: 9edd294
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18714 |14mr|python-simplejson-3.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname simplejson

# Disable useless provides ('_speedups.so' and similar)
%define __noautoprov '_.*\.so'

Summary:	Simple, fast, extensible JSON encoder/decoder for Python
Name:		python-%{shortname}
Version:	3.6.3
Release:	1
License:	MIT
Group:		Development/Python
Url:		http://undefined.org/python/#simplejson
Source0:	http://pypi.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
BuildRequires:	python-distribute
BuildRequires:	python3-distribute
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)

%description
simplejson is a simple, fast, complete, correct and extensible JSON
(http://json.org) encoder and decoder for Python 2.3+. It is pure Python code
with no dependencies, but includes an optional C extension for a serious speed
boost.

simplejson was formerly known as simple_json, but changed its name to comply
with PEP 8 module naming guidelines.

The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).

The decoder can handle incoming JSON strings of any specified encoding (UTF-8
by default).

%files
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%package -n python3-%{shortname}
Summary:	Simple, fast, extensible JSON encoder/decoder for Python
Group:		Development/Python
Conflicts:	python-simplejson-3.5.3 < 3.5.3-4
Obsoletes:	python-simplejson-3.5.3 < 3.5.3-4

%description -n python3-%{shortname}
simplejson is a simple, fast, complete, correct and extensible JSON
(http://json.org) encoder and decoder for Python 2.3+. It is pure Python code
with no dependencies, but includes an optional C extension for a serious speed
boost.

simplejson was formerly known as simple_json, but changed its name to comply
with PEP 8 module naming guidelines.

The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).

The decoder can handle incoming JSON strings of any specified encoding (UTF-8
by default).

%files -n python3-%{shortname}
%{py3_platsitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{shortname}-%{version}
rm -rf %{_builddir}/python3-%{shortname}-%{version}
cp -a . %{_builddir}/python3-%{shortname}-%{version}

%build
python setup.py build
pushd %{_builddir}/python3-%{shortname}-%{version}
    python3 setup.py build
popd

%install
pushd %{_builddir}/python3-%{shortname}-%{version}
    python3 setup.py install -O1 --skip-build --root %{buildroot} --install-purelib=%{py3_platsitedir}
popd
python setup.py install -O1 --skip-build --root %{buildroot} --install-purelib=%{py_platsitedir}

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 3.6.3-1
+ Revision: a631baa
- Merge pull request #5 from import/python-simplejson:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18715 |14mr|python-sip-4.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# extracted from sip.h, SIP_API_MAJOR_NR SIP_API_MINOR_NR defines
%define sip_api_major 11
%define sip_api_minor 1
%define sip_api       %{sip_api_major}.%{sip_api_minor}

Summary:	Riverbanks's python sip
Name:		python-sip
Version:	4.16.1
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Development/Python
Url:		http://www.riverbankcomputing.co.uk/software/sip/intro
Source0:	http://downloads.sourceforge.net/pyqt/sip-%{version}.tar.gz
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(python)
Provides:	sip-api(%{sip_api_major}) = %{sip_api}

%description
SIP is a tool that makes it very easy to create Python bindings
for C and C++ libraries. It was originally developed to create PyQt,
the Python bindings for the Qt toolkit, but can be used to
create bindings for any C or C++ library.

%files
%{_bindir}/sip
%{py_platsitedir}/s*
%{py_incdir}/sip.h
%{_sysconfdir}/rpm/macros.d/sip.macros

#------------------------------------------------------------

%prep
%setup -q -n sip-%{version}

# Check API minor/major numbers
export real_api_major=`grep SIP_API_MAJOR_NR siplib/sip.h.in|head -n1|awk -F' ' '{print $3}'`
export real_api_minor=`grep SIP_API_MINOR_NR siplib/sip.h.in|head -n1|awk -F' ' '{print $3}'`
if [ $real_api_major -ne %{sip_api_major} ]; then
    echo 'Wrong spi major specified: Should be' $real_api_major ', but set' %{sip_api_major}
    exit 1
fi
if [ $real_api_minor -ne %{sip_api_minor} ]; then
    echo 'Wrong spi minor specified: Should be' $real_api_minor ', but set' %{sip_api_minor}
    exit 1
fi

#  Don't use X11R6 prefix for includes neither libraries by default.
for file in specs/linux-*; do
    perl -p -i -e "s@/X11R6/@/@g" $file
done

%build
python configure.py
%define _disable_ld_no_undefined 1
%make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" LIBS="%{?ldflags} -lpython%{py_ver}"

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d/
cat > %{buildroot}%{_sysconfdir}/rpm/macros.d/sip.macros << EOF
# extracted from sip.h, SIP_API_MAJOR_NR SIP_API_MINOR_NR defines
%%sip_api_major %{sip_api_major}
%%sip_api_minor %{sip_api_minor}
%%sip_api       %{sip_api_major}.%{sip_api_minor}
EOF

%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.16.1-1
+ Revision: 8aef040
- New version 4.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18716 |14mr|python-six-1.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	six

Name:		python-%{oname}
Version:	1.8.0
Release:	1
Summary:	Python 2 and 3 compatibility utilities

Source0:	http://pypi.python.org/packages/source/s/six/six-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pypi.python.org/pypi/six/
BuildArch:	noarch
BuildRequires:  pkgconfig(python)

%description
Six is a Python 2 and 3 compatibility library.  It provides utility functions
for smoothing over the differences between the Python versions with the goal of
writing Python code that is compatible on both Python versions.  See the
documentation for more information on what is provided.

Six supports Python 2.4+.

Online documentation is at http://packages.python.org/six/.

Bugs can be reported to http://bitbucket.org/gutworth/six.  The code can also
be found there.

%package -n python3-six
Summary: %{summary} / Python 3 library

BuildRequires: pkgconfig(python3)

%description -n python3-six
python-six provides simple utilities for wrapping over differences between
Python 2 and Python 3.

%prep
%setup -qc 

mv %{oname}-%{version} python2
cp -a python2 python3

%build
pushd python2
chmod 644 README
python setup.py build
popd

pushd python3
chmod 644 README
python3 setup.py build
popd

%install
pushd python2
python setup.py install --root=%{buildroot}
popd

pushd python3
python3 setup.py install --root=%{buildroot}
popd

%files
%doc python2/LICENSE python2/README python3/documentation/index.rst
%{py_puresitedir}/*

%files -n python3-six
%doc python3/LICENSE python3/README python2/documentation/index.rst
%{py3_puresitedir}/*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 1.8.0-1
+ Revision: 5e6cc06
- Merge pull request #5 from import/python-six:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18717 |14mr|python-slip-0.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Miscellaneous convenience, extension and workaround code for Python
Name:		python-slip
Version:	0.6.0
Release:	3
Group:		System/Libraries
License:	GPLv2+
Url:		http://fedorahosted.org/python-slip
Source0:	http://fedorahosted.org/released/python-slip/%{name}-%{version}.tar.bz2
Patch0:		python-slip-0.2.24-selinux.patch
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
Obsoletes:	policykit
Requires:       python-six

%description
The Simple Library for Python packages contain miscellaneous code for
convenience, extension and workaround purposes.

This package provides the "slip" and the "slip.util" modules.

%package dbus
Summary:	Convenience functions for dbus services
Group:		System/Libraries
Requires:	%{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires:	python-dbus >= 0.80
Requires:	python-gobject
Requires:	polkit >= 0.94
Requires:	python-decorator

%description dbus
The Simple Library for Python packages contain miscellaneous code for
convenience, extension and workaround purposes.

This package provides slip.dbus.service.Object, which is a dbus.service.Object
derivative that ends itself after a certain time without being used and/or if
there are no clients anymore on the message bus, as well as convenience
functions and decorators for integrating a dbus service with PolicyKit.

%package gtk
Summary:	Code to make auto-wrapping gtk labels
Group:		System/Libraries
Requires:	%{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires:	pygtk2.0

%description gtk
The Simple Library for Python packages contain miscellaneous code for
convenience, extension and workaround purposes.

This package provides slip.gtk.set_autowrap(), a convenience function which
lets gtk labels be automatically re-wrapped upon resizing.

%prep
%setup -q
%apply_patches

%build
%make

%install
%makeinstall_std

%files
%doc COPYING doc/dbus
%dir %{py_puresitedir}/slip/
%{py_puresitedir}/slip/__init__.py*
%{py_puresitedir}/slip/util
%{py_puresitedir}/slip/_wrappers
%{py_puresitedir}/slip-%{version}-py%{py_ver}.egg-info

%files dbus
%doc doc/dbus/*
%{py_puresitedir}/slip/dbus
%{py_puresitedir}/slip.dbus-%{version}-py%{py_ver}.egg-info

%files gtk
%{py_puresitedir}/slip/gtk
%{py_puresitedir}/slip.gtk-%{version}-py%{py_ver}.egg-info



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.0-3
+ Revision: 4c40100
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18718 |14mr|python-smbc-1.0.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module smbc
%define oname py%{module}
%define py3dir %{_builddir}/python3-%{name}-%{version}-%{release}

Summary:	Python bindings for the libsmbclient API from Samba

Name:		python-%{module}
Version:	1.0.13
Release:	3
Group:		Development/Python
License:	BSD
Url:		http://cyberelk.net/tim/data/pysmbc/
Source0:	http://cyberelk.net/tim/data/pysmbc/pysmbc-%{version}.tar.bz2
Patch0:		pysmbc-1.0.13-samba4.patch
BuildRequires:	pkgconfig(smbclient)
BuildRequires:  python-devel python3-devel

%description
Python bindings for the libsmbclient API, known as pysmbc. It was written
for use with system-config-printer, but can be put to other uses as well.

%package -n python3-smbc
Summary:       Python3 bindings for libsmbclient API from Samba
Group:         Development/Python

%description -n python3-smbc
Python bindings for the libsmbclient API, known as pysmbc. It was written
for use with system-config-printer, but can be put to other uses as well.

This is a ported release for python 3

%prep
%setup -qn %{oname}-%{version}
%apply_patches

rm -rf %{py3dir}
mkdir -p %{py3dir}
cp -a . %{py3dir}

%build
%{__python} setup.py build

pushd %{py3dir}
%{__python3} setup.py build
popd

%install
%{__python} setup.py install --root=%{buildroot}

pushd %{py3dir}
%{__python3} setup.py install --root %{buildroot}
chmod 755 %{buildroot}%{python3_sitearch}/smbc*.so
popd

%files
%{py_platsitedir}/*.egg-info
%{py_platsitedir}/smbc.so

%files -n python3-smbc
%{py3_platsitedir}/smbc.cpython-3*.so
%{py3_platsitedir}/pysmbc*.egg-info

%changelog
* Fri Jul 04 2014 Tigro <ashejn@gmail.com> 1.0.13-3
+ Revision: cdfcd56
- fix build with samba4 and build with python3 support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18719 |14mr|python-smbpasswd-1.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-smbpasswd
Version:        1.0.2
Release:        3
Summary:        Python SMB Password Hash Generator Module

Group:          Development/Python
License:        GPLv2
URL:            http://barryp.org/software/py-smbpasswd
Source0:        smbpasswd-%{version}.tgz
BuildRequires:	python-devel python3-devel
%rename		py-smbpasswd

%description
This package contains a python module, which is able to generate LANMAN and
NT password hashes suiteable to us with Samba.

%package -n python3-smbpasswd
Summary:        Python SMB Password Hash Generator Module
Group:          Development/Python

%description -n python3-smbpasswd
This package contains a python module, which is able to generate LANMAN and
NT password hashes suiteable to us with Samba.
This a release for python3

%prep
%setup -q -n smbpasswd-%{version}
rm -rf %{py3dir}
mkdir -p %{py3dir}
cp -a . %{py3dir}


%build
CFLAGS="%{optflags}" 
%{__python} setup.py build

pushd %{py3dir}
CFLAGS="%{optflags}" 
%{__python3} setup.py build
popd

%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

pushd %{py3dir}
%{__python3} setup.py install -O1 --skip-build --root %{buildroot}
popd

%files
%{py_platsitedir}/smbpasswd.so
%{py_platsitedir}/*egg-info
%doc README.txt

%files -n python3-smbpasswd
%{py3_platsitedir}/smbpasswd.cpython-3*.so
%{py3_platsitedir}/*egg-info
%doc README.txt

%changelog
* Mon Sep 08 2014 dsilakov <denis.silakov@rosalab.ru> 1.0.2-3
+ Revision: cc1e2dc
- Merge pull request #2 from lchan/python-smbpasswd:rosa2014.1
- python3-smbpasswd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18720 |14mr|python-SPARQLWrapper-1.6.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	SPARQLWrapper

Name:		python-%{oname}
Version:	1.6.0
Release:	2
Summary:	SPARQL Endpoint interface to Python
Source0:	http://pypi.python.org/packages/source/S/%{oname}/%{oname}-%{version}.tar.gz
License:	W3C SOFTWARE NOTICE AND LICENSE
Group:		Development/Python
Url:		http://sparql-wrapper.sourceforge.net/
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This is a wrapper around a SPARQL service.
It helps in creating the query URI and, possibly, convert the result
into a more manageable format.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS.txt
%doc ChangeLog.txt
%doc LICENSE.txt
%{py_puresitedir}/SPARQLWrapper/*
%{py_puresitedir}/SPARQLWrapper*.egg-info

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.0-2
+ Revision: 1f72599
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18721 |14mr|python-sphinx-1.2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Sphinx

# disable these for bootstrapping nose and sphinx
%define enable_tests 0
%define enable_doc 0

Summary:	Python documentation generator

Name:		python-sphinx
Version:	1.2.3
Release:	1
Source0:	http://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
Patch0:	        Sphinx-1.2.2-mantarget.patch
Patch1:         Sphinx-1.2.2-babel-option.patch
License:	BSD
Group:		Development/Python
Url:		http://sphinx.pocoo.org/
BuildArch:	noarch
%if %{enable_doc}
BuildRequires:	python3-docutils
BuildRequires:	python3-jinja2
%endif
%if %{enable_tests}
BuildRequires:	python3-nose
BuildRequires:	python3-pygments
BuildRequires:  python3-jinja2
%endif
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-setuptools
BuildRequires:	python3-distribute

Requires:	python3-pkg-resources
Requires:	python3-docutils
Requires:	python3-pygments
Requires:	python3-jinja2

%description
Sphinx is a tool that facilitates the creation of beautiful
documentation for Python projects from reStructuredText sources. It
was originally created to format the new documentation for Python, but
has since been cleaned up in the hope that it will be useful in many
other projects.

%if %{enable_doc}
%package doc
Summary:	Documentation for %{name}

Group:		Development/Python
License:	BSD
Requires:	%{name} = %{EVRD}
Conflicts:	python-sphinx-doc

%description doc
Sphinx is a tool that makes it easy to create intelligent and
beautiful documentation for Python projects (or other documents
consisting of multiple reStructuredText sources), written by Georg
Brandl. It was originally created to translate the new Python
documentation, but has now been cleaned up in the hope that it will be
useful to many other projects.

This package contains documentation in reST and HTML formats.
%endif

%prep
%setup -qn %{tarname}-%{version}
%patch0 -p1 -b .mantarget
%patch1 -p1 -b .babel
sed '1d' -i sphinx/pycode/pgen2/token.py
sed -i s'@#!/usr/bin/env python@#!/usr/bin/python3@' *py

%build
python3 setup.py build

%if %{enable_doc}
pushd doc
make html
make man
rm -rf _build/html/.buildinfo
mv _build/html ..
popd
%endif


%install
python3 setup.py install --skip-build --root=%{buildroot} 

%if %{enable_doc}
pushd doc
# Deliver man pages
install -d %{buildroot}%{_mandir}/man1
mv _build/man/sphinx-*.1 %{buildroot}%{_mandir}/man1/
for f in %{buildroot}%{_mandir}/man1/sphinx-*.1;
do
    cp -p $f $(echo $f | sed -e "s|.1$|-%{python3_version}.1|")
done
popd

# Deliver rst files
rm -rf doc/_build
sed -i 's|python ../sphinx-build.py|/usr/bin/sphinx-build|' doc/Makefile
mv doc reST
%endif

# Move language files to /usr/share;
# patch to support this incorporated in 0.6.6
pushd %{buildroot}%{py3_puresitedir}

for lang in `find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '*/\.*' -printf "%f "`;
do
  install -d %{buildroot}%{_datadir}/sphinx/locale/$lang
  install -d %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES
  mv sphinx/locale/$lang/LC_MESSAGES/sphinx.js \
     %{buildroot}%{_datadir}/sphinx/locale/$lang/
  mv sphinx/locale/$lang/LC_MESSAGES/sphinx.mo \
    %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES/
  rm -rf sphinx/locale/$lang
done
popd
%find_lang sphinx

# Language files; Since these are javascript, it's not immediately obvious to
# find_lang that they need to be marked with a language.
(cd %{buildroot} && find . -name 'sphinx.js') | sed -e 's|^.||' | sed -e \
  's:\(.*/locale/\)\([^/_]\+\)\(.*\.js$\):%lang(\2) \1\2\3:' \
  >> sphinx.lang


%check
%if %{enable_tests}
pushd tests
python3 run.py
popd
%endif

%files -f sphinx.lang
%doc AUTHORS CHANGES EXAMPLES LICENSE
%{_bindir}/sphinx-*
%{py3_puresitedir}/*
%dir %{_datadir}/sphinx/
%dir %{_datadir}/sphinx/locale
%dir %{_datadir}/sphinx/locale/*
# %{_mandir}/man1/*

%if %{enable_doc}
%files doc
%doc html reST
%endif

%changelog
* Mon Sep 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-1
+ Revision: 14c1ea3
- Fix doc build with python3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18722 |14mr|python-sqlalchemy-0.9.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name SQLAlchemy

Summary:	SQL toolkit and object relational mapper for Python


Name:		python-sqlalchemy
Version:	0.9.7
Release:	1
License:	MIT
Group:		Development/Python
URL:		http://www.sqlalchemy.org/
Source0:	http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	python-nose
BuildRequires:	python-devel python3-devel

%description
%{module_name} is a SQL toolkit and object relational mapper for Python. It
encourages "relational mapping" as opposed to "table mapping" and includes
enterprise-level features such as eager loading, unit-of-work object commits,
topological dependency sorting, and full usage of bind parameters. It
supports MySQL, Postgres, Oracle, and SQLite.

%package -n python3-%{module_name}
Summary:	SQL toolkit and object relational mapper for Python
Group:		Development/Python

%description -n python3-%{module_name}
%{module_name} is a SQL toolkit and object relational mapper for Python. It
encourages "relational mapping" as opposed to "table mapping" and includes
enterprise-level features such as eager loading, unit-of-work object commits,
topological dependency sorting, and full usage of bind parameters. It
supports MySQL, Postgres, Oracle, and SQLite.

This is a python-3 package

%prep
%setup -q -n %{module_name}-%{version}
rm -rf %{py3dir}
mkdir -p %{py3dir}
cp -a . %{py3dir}

%build
python setup.py build
pushd %{py3dir}
%{__python3} setup.py build
popd


%install
PYTHONDONTWRITEBYTECODE= python setup.py install --skip-build --root=%{buildroot} --install-purelib=%{py_platlibdir}
pushd %{py3dir}
PYTHONDONTWRITEBYTECODE= %{__python3} setup.py install --skip-build --root=%{buildroot} --install-purelib=%{py3_platlibdir}
popd

#%check
#%{__python} setup.py test

%files
%defattr(-, root, root, 0755)
%doc CHANGES LICENSE README* doc/* examples
%{py_platsitedir}/sqlalchemy/*
%{py_platsitedir}/%{module_name}-%{version}-py*.egg-info/
#%{python_sitelib}/sqlalchemy_nose/

%files -n python3-%{module_name}
%defattr(-, root, root, 0755)
%doc CHANGES LICENSE README* doc/* examples
%{py3_platsitedir}/sqlalchemy/*
%{py3_platsitedir}/%{module_name}-%{version}-py*.egg-info/

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 0.9.7-1
+ Revision: 097fef7
- Merge pull request #8 from import/python-sqlalchemy:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18723 |14mr|python-sqlite2-2.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname pysqlite

Name:		python-sqlite2
Version:	2.6.3
Release:	2
License:	zlib
Group:		Development/Python
Summary:	Python bindings for sqlite3
Source0:	http://pysqlite.googlecode.com/files/pysqlite-%{version}.tar.gz
Url:		http://pysqlite.org
BuildRequires:	python-devel sqlite3-devel 

%description
This packages allows you to use sqlite3 with python.
sqliite is a simple database engine.

%prep
%setup -q -n %{realname}-%{version}

%build

%install
python ./setup.py install --root=%buildroot
mv %{buildroot}%{_prefix}/pysqlite2-doc/ installed-docs

%check
cd %{buildroot}%{py_platsitedir}
python -c "from pysqlite2 import test; test.test()"

%files
%doc installed-docs/*
%py_platsitedir/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6.3-2
+ Revision: ef95f12
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18724 |14mr|python-storm-0.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	storm

Summary:	Object Relational Mapper for Python
Name:		python-%{oname}
Version:	0.20
Release:	2
Source0:	https://launchpad.net/storm/trunk/0.20/+download/storm-%{version}.tar.bz2
License:	GPLv2
URL:		http://storm.canonical.com/
Group:		Development/Python
BuildArch:	noarch
BuildRequires:	python-devel
Requires:	python
Requires:	python-psycopg2
Requires:	python-sqlite2

%description
Storm is an object-relation mapper (ORM) for the Python language. It allows
rows from a relational database to be seen as objects in an object-oriented
language like Python.

- Storm lets you efficiently access and update large datasets by allowing you
  to formulate complex queries spanning multiple tables using Python.

- Storm allows you to fallback to SQL if needed (or if you just prefer),
  allowing you to mix "old school" code and ORM code

%prep
%setup -q -n %{oname}-%{version}

%build

%install
install -d %{buildroot}%{py_puresitedir}
cp -af storm/ %{buildroot}%{py_puresitedir}

%files
%doc TODO LICENSE README tests/tutorial.txt tests/
%{py_puresitedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.20-2
+ Revision: 9c3ce8d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18725 |14mr|python-translate-1.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pname translate
%define oname %{pname}-toolkit

Summary: Software localization toolkit
Name:    python-%{pname}
Version: 1.9.0
Release: 4
Source0: http://downloads.sourceforge.net/translate/%{oname}-%{version}.tar.bz2
License: GPLv2+
Group: Development/Python
Url: http://translate.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python-devel
# (Fedoar) those are needed for mange page generation
BuildRequires: python-lxml
BuildRequires: python-simplejson
Requires: python-lxml
Requires: python-levenshtein
Requires: python-simplejson
Requires: python-enchant
Requires: python-vobject
Requires: python-iniparse
# for sub2po and po2sub
Requires: python-aeidon
# python-pysco is only available for i586
%ifarch %{ix86}
Requires: python-psyco
%endif
Provides: %{oname} = %{version}-%{release}

%description
The Translate Toolkit is a set of software and documentation designed
to help make the lives of localizers both more productive and less
frustrating.  The Toolkit is part of the translate.sourceforge.net
project, hosted at http://translate.sourceforge.net/

The software includes programs to covert localization formats to the
common PO format and programs to check and manage PO files.  The
documentation includes guides on using the tools, running a
localization project and how to localize various projects from
OpenOffice.org to Mozilla.

At its core the software contains a set of classes for handling
various localization storage formats: DTD, properties, OpenOffice.org
GSI/SDF, CSV and of course PO.  And scripts to convert between these
formats.

Also part of the Toolkit are Python programs to create word counts,
merge translations and perform various checks on PO files.

%prep
%setup -q -n %{oname}-%{version}

%build
./setup.py build

%install
./setup.py install --root=%{buildroot}

# (Fedora) create manpages
mkdir -p %{buildroot}/%{_mandir}/man1
for program in %{buildroot}/%{_bindir}/*; do
    case $(basename $program) in
      pocompendium|poen|pomigrate2|popuretext|poreencode|posplit|\
      pocount|poglossary|lookupclient.py|tmserver|build_tmdb|\
      junitmsgfmt)
       ;;
      *)
        LC_ALL=C PYTHONPATH=. $program --manpage \
          >  %{buildroot}/%{_mandir}/man1/$(basename $program).1 \
          || rm -f %{buildroot}/%{_mandir}/man1/$(basename $program).1
          ;;
    esac
done

# Drop shebang from non-executable scripts to make rpmlint happy
find %{buildroot}%{py_puresitedir} -name "*py" -perm 644 -exec sed -i '/#!\/usr\/bin\/env python/d' {} \;

%files
%defattr(-,root,root)
%doc %{pname}/README
%{_bindir}/*
%{py_puresitedir}/%{pname}
%{py_puresitedir}/translate_toolkit-%{version}-py%{py_ver}.egg-info
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9.0-4
+ Revision: 2906343
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18726 |14mr|python-twisted-13.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Event-based framework for internet applications
Name:		python-twisted
Version:	13.1.0
Release:	2
License:	MIT
Group:		Development/Python
Url:		http://www.twistedmatrix.com/
BuildArch:	noarch
Requires:	python-twisted-conch 
Requires:	python-twisted-lore 
Requires:	python-twisted-mail 
Requires:	python-twisted-names  
Requires:	python-twisted-news 
Requires:	python-twisted-runner 
Requires:	python-twisted-web 
Requires:	python-twisted-words 
# add the pythonegg provides manually as this is a meta package, so the rpm auto-provides
# scripts won't work here
Provides:	pythonegg(twisted)

%description
Twisted is a framework, written in Python, for writing networked
applications. It includes implementations of a number of commonly used
network services such as a web server, an IRC chat server, a mail
server, a relational database interface and an object broker. Developers
can build applications using all of these services as well as custom
services that they write themselves. Twisted also includes a user
authentication system that controls access to services and provides
services with user context information to implement their own security
models.

This package is just a empty rpm with requires on all twisted sub-modules,
in order to allows smooth upgrade and easy installation of the whole
framework.

%build
cat >  README.mdv <<EOF
This package is just a empty rpm with requires on all twisted sub-modules,
in order to allows smooth upgrade and easy installation of the whole
framework.
EOF

%files
%doc README.mdv

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 13.1.0-2
+ Revision: fec2f4c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18727 |14mr|python-twisted-conch-14.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

%define progname TwistedConch

# There is no debug here, but can't build as noarch,
# since some 'twisted' modules are arch-dependent and all these modules
# should be located in the same place
%define debug_package %{nil}

Summary:        An SSH and SFTP protocol implementation together with clients and servers

Name:           python-twisted-conch
Version:        14.0.2
Release:        1
Source0:        http://twistedmatrix.com/Releases/Conch/14.0/TwistedConch-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/projects/conch
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core
Requires:	pyasn1

%description
Conch is an SSHv2 implementation written in Python.
SSH is a protocol designed to allow remote access
to shells and commands, but it is generic enough to allow
everything from TCP forwarding to generic filesystem access.
Since Conch is written in Python, it interfaces well with
other Python projects such as Imagination.
Conch also includes a implementations of the telnet and vt102
protocols, as well as support for rudamentary line editing behaviors.
A new implementation of Twisted's Manhole application is also included,
featuring server-side input history and interactive syntax coloring.

%prep
%setup -q -n %{progname}-%{version}

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}

%files
%defattr(0755,root,root,0755)
%{_bindir}/*
%defattr(0644,root,root,0755)
%doc LICENSE README
%dir %{py_platsitedir}/twisted/conch
%{py_platsitedir}/twisted/conch/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 14.0.2-1
+ Revision: 43ca09b
- Merge pull request #4 from import/python-twisted-conch:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18728 |14mr|python-twisted-core-14.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

Summary:	Event-based framework for internet applications

Name:		python-twisted-core
Version:	14.0.0
Release:	2
License:	MIT
Group:		Development/Python
Url:		http://twistedmatrix.com/projects/core/
Source0:	http://twistedmatrix.com/Releases/Core/14.0/TwistedCore-%{version}.tar.bz2
Source1:    %{name}.rpmlintrc
Patch1:	TwistedCore-13.0.0-sagemath.patch
BuildRequires:	python-zope-interface
BuildRequires:	pkgconfig(python)
Requires:	pycrypto
Requires:	python-OpenSSL
Requires:	python-zope-interface
Conflicts:	python-twisted < 2.0.0

%description
Twisted is a framework, written in Python, for writing networked
applications. It includes implementations of a number of commonly used
network services such as a web server, an IRC chat server, a mail
server, a relational database interface and an object broker. Developers
can build applications using all of these services as well as custom
services that they write themselves. Twisted also includes a user
authentication system that controls access to services and provides
services with user context information to implement their own security
models.

%prep
%setup -qn TwistedCore-%{version}
%apply_patches

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot}

# no need for c source code
find %{buildroot}/%{py_platsitedir}/twisted -type f -name '*.c' | xargs rm -f

%files
%defattr(0755,root,root,0755)
%{_bindir}/*
%defattr(0644,root,root,0755)
%doc LICENSE NEWS README
%dir %{py_platsitedir}/twisted
%{py_platsitedir}/twisted/*
%{py_platsitedir}/*.egg-info




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 14.0.0-2
+ Revision: 1dcbb68
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18729 |14mr|python-twisted-lore-14.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

# There is no debug here, but can't build as noarch,
# since some 'twisted' modules are arch-dependent and all these modules
# should be located in the same place
%define debug_package %{nil}

Summary:        A documentation generator


Name:           python-twisted-lore
Version:        14.0.0
Release:        2
Source0:        http://twistedmatrix.com/Releases/Lore/14.0/TwistedLore-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/trac/wiki/TwistedLore
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core
# for docbook, lmath, etc
Requires:       python-twisted-web

%description
Twisted Lore is the documentation generator of the Twisted matrix
framework.

%prep
%setup -q -n TwistedLore-%{version}

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}

%files
%defattr(0755,root,root,0755)
%{_bindir}/*
%defattr(0644,root,root,0755)
%doc LICENSE README
%dir %{py_platsitedir}/twisted/lore
%{py_platsitedir}/twisted/lore/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 14.0.0-2
+ Revision: 55fd644
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18730 |14mr|python-twisted-mail-14.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

# There is no debug here, but can't build as noarch,
# since some 'twisted' modules are arch-dependent and all these modules
# should be located in the same place
%define debug_package %{nil}

Summary:        An STMP/POP2/IMAP protocol implementation together with clients and servers


Name:           python-twisted-mail
Version:        14.0.0
Release:        2
Source0:        http://twistedmatrix.com/Releases/Mail/14.0/TwistedMail-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/trac/wiki/TwistedMail
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core
# for mail/relaymanager.py
Requires:       python-twisted-names

%description
Twisted Mail contains high-level, efficient protocol implementations for both
clients and servers of SMTP, POP3, and IMAP4. Additionally, it contains an
"out of the box" combination SMTP/POP3 virtual-hosting mail server. Also
included is a read/write Maildir implementation and a basic Mail Exchange
calculator (depends on Twisted Names).

%prep
%setup -q -n TwistedMail-%{version}

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}

%files
%defattr(0755,root,root,0755)
%{_bindir}/*
%defattr(0644,root,root,0755)
%doc LICENSE README
%dir %{py_platsitedir}/twisted/mail
%{py_platsitedir}/twisted/mail/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 14.0.0-2
+ Revision: c238ee3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18731 |14mr|python-twisted-names-14.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

# There is no debug here, but can't build as noarch,
# since some 'twisted' modules are arch-dependent and all these modules
# should be located in the same place
%define debug_package %{nil}

Summary:        An DNS protocol implementation with client and server

Name:           python-twisted-names
Version:	14.0.2
Release:	1
Source0:        http://twistedmatrix.com/Releases/Names/14.0/TwistedNames-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/trac/wiki/TwistedNames
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core

%description
Twisted Names is both a domain name server as well as a client resolver
library.

Twisted Names comes with an "out of the box" nameserver which can read most
BIND-syntax zone files as well as a simple Python-based configuration format.
Twisted Names can act as an authoritative server, perform zone transfers from
a master to act as a secondary, act as a caching nameserver, or any combination
of these.

Twisted Names' client resolver library provides functions to query for all
commonly used record types as well as a replacement for the blocking
gethostbyname() function provided by the Python stdlib socket module.

%prep
%setup -q -n TwistedNames-%{version}

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}

%files
%defattr(0644,root,root,0755)
%doc LICENSE README *
%dir %{py_platsitedir}/twisted/names
%{py_platsitedir}/twisted/names/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 14.0.2-1
+ Revision: 0667f68
- Merge pull request #5 from import/python-twisted-names:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18732 |14mr|python-twisted-news-14.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

# There is no debug here, but can't build as noarch,
# since some 'twisted' modules are arch-dependent and all these modules
# should be located in the same place
%define debug_package %{nil}

Summary:        An NNTP protocol implementation together with clients and servers


Name:           python-twisted-news
Version:	14.0.0
Release:	2
Source0:        http://twistedmatrix.com/Releases/News/14.0/TwistedNews-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/trac/wiki/TwistedNews
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core

%description
Twisted News provides a very basic NNTP server, as well as an NNTP client
protocol implementation. Two messages storage systems are supported: the
DB-API 2.0 backend stores and indexes messages in any compatible SQL
database; the Twisted dirdbm backend uses serialized Python objects
stored directly on the filesystem for message storage. Twisted News
also has very rudamentary support for moderated groups.

%prep
%setup -q -n TwistedNews-%{version}

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}

%files
%defattr(0644,root,root,0755)
%doc  LICENSE README
%dir %{py_platsitedir}/twisted/news/
%{py_platsitedir}/twisted/news/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 14.0.0-2
+ Revision: a869266
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18733 |14mr|python-twisted-runner-14.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

%define debug_package %{nil}

Summary:        Runner has process management, including an inetd replacement for Twisted


Name:           python-twisted-runner
Version:        14.0.0
Release:	2
Source0:        http://twistedmatrix.com/Releases/Runner/14.0/TwistedRunner-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/trac/wiki/TwistedRunner
BuildRequires:  python-devel python-twisted-core
Requires:       python-twisted-core

%description
Runner has process management, including an inetd replacement for Twisted.

%prep
%setup -q -n TwistedRunner-%{version}

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}

%files
%defattr(0644,root,root,0755)
%doc LICENSE README
%dir %{py_platsitedir}/twisted/runner
%{py_platsitedir}/twisted/runner/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 14.0.0-2
+ Revision: e81c373
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18734 |14mr|python-twisted-web-14.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

# There is no debug here, but can't build as noarch,
# since some 'twisted' modules are arch-dependent and all these modules
# should be located in the same place
%define debug_package %{nil}

Summary:        An HTTP protocol implementation together with clients and servers


Name:           python-twisted-web
Version:	14.0.1
Release:	1
Source0:        http://twistedmatrix.com/Releases/Web/14.0/TwistedWeb-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/projects/web/
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core

%description
An HTTP protocol implementation together with clients and servers, based on
the twisted python framework.

%prep
%setup -q -n TwistedWeb-%{version}

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}


%files
%defattr(0755,root,root,0755)
%defattr(0644,root,root,0755)
%doc LICENSE README
%dir %{py_platsitedir}/twisted/web
%{py_platsitedir}/twisted/web/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 14.0.1-1
+ Revision: c79c7e3
- Merge pull request #4 from import/python-twisted-web:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18735 |14mr|python-twisted-words-14.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

Summary:        Chat and Instant Messaging module for Twisted

Name:           python-twisted-words
Version:	14.0.2
Release:	1
Source0:        http://twistedmatrix.com/Releases/Words/14.0/TwistedWords-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/trac/wiki/TwistedWords
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core
# for words/tap.py
Requires:       python-twisted-web

# There is no debug here, but can't build as noarch,
# since some 'twisted' modules are arch-dependent and all these modules
# should be located in the same place
%define debug_package %{nil}

%description
Twisted Words includes:

* Low-level protocol implementations of OSCAR (AIM and ICQ), IRC, MSN,
  TOC (AIM).
* Jabber libraries.
* Prototypes of chat server and client frameworks built on top of
  the protocols.

%prep
%setup -q -n TwistedWords-%{version}

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}



%files
%defattr(0644,root,root,0755)
%doc LICENSE NEWS README *
%dir %{py_platsitedir}/twisted/words/
%{py_platsitedir}/twisted/words/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 14.0.2-1
+ Revision: b9e0577
- Merge pull request #5 from import/python-twisted-words:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18736 |14mr|python-urlgrabber-3.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname urlgrabber

Summary: A high-level cross-protocol url-grabber

Name:		python-%{oname}
Version: 	3.10.1
Release: 	2
Source0: 	http://urlgrabber.baseurl.org/download/urlgrabber-%{version}.tar.gz
License: 	LGPLv2+
Group:		Development/Python
BuildArch: 	noarch
Url:		http://urlgrabber.baseurl.org/
BuildRequires: 	python-devel
BuildRequires: 	python-curl
Requires: 	python-curl

%description
A high-level cross-protocol url-grabber.

Using urlgrabber, data can be fetched in three basic ways:

  urlgrab(url) copy the file to the local filesystem
  urlopen(url) open the remote file and return a file object (like
  urllib2.urlopen)
  urlread(url) return the contents of the file as a string

When using these functions (or methods), urlgrabber supports the following 
features:

  * identical behavior for http://, ftp://, and file:// urls
  * http keepalive - faster downloads of many files by using only a single 
    connection
  * byte ranges - fetch only a portion of the file
  * reget - for a urlgrab, resume a partial download
  * progress meters - the ability to report download progress automatically, 
    even when using urlopen!
  * throttling - restrict bandwidth usage
  * retries - automatically retry a download if it fails. The number of retries
    and failure types are configurable.
  * authenticated server access for http and ftp
  * proxy support - support for authenticated http and ftp proxies
  * mirror groups - treat a list of mirrors as a single source, automatically 
    switching mirrors if there is a failure.


%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
rm -rf %{buildroot} installed-docs
python setup.py install --root=%{buildroot}
mv %{buildroot}%{_datadir}/doc/%{oname}-%{version}/ installed-docs

%clean

%files
%doc installed-docs/*
%{_bindir}/%{oname}
/usr/libexec/*
%{py_puresitedir}/%{oname}/
%{py_puresitedir}/*.egg-info


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.10.1-2
+ Revision: 3851f9a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18737 |14mr|python-utmp-0.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A python module for working with utmp
Name:		python-utmp
Version:	0.8
Release:	8
Group:		Development/Python
License:	Copyright only
Url:		http://kassiopeia.juls.savba.sk/~garabik/software/python-utmp/
Source0:	http://kassiopeia.juls.savba.sk/~garabik/software/%{name}/%{name}_%{version}.tar.gz
BuildRequires:  python-devel

%description
This package provides 3 python modules to access utmp and wtmp
records.  utmpaccess is lowlevel module wrapping glibc functions,
UTMPCONST provides useful constants, and utmp is module build on top
of utmpaccess module, providing object oriented interface.

%prep
%setup -q

%build
%make -f Makefile.glibc PYTHONVER=%{py_ver} PYTHONDIR='$(DESTDIR)%{py_platsitedir}/'

%install
%makeinstall_std -f Makefile.glibc PYTHONVER=%{py_ver} PYTHONDIR='$(DESTDIR)%{py_platsitedir}/'

%files
%doc README COPYING TODO examples/*
%{py_platsitedir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8-8
+ Revision: e926266
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18738 |14mr|python-virtkey-0.60.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-virtkey
Version:        0.60.0
Release:        3
Summary:        Python extension for emulating keypresses and getting current keyboard layout

Group:          Development/Python
License:        GPLv2+
URL:            https://launchpad.net/virtkey
Source0:        http://launchpad.net/virtkey/trunk/0.50/+download/%{name}-%{version}.tar.gz
Patch0:         virtkey-gdk-pixbuf-headers.patch

BuildRequires:  python-devel
BuildRequires:  libxtst-devel
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(glib-2.0)

%description
Python-virtkey is a python extension for emulating keypresses and getting
current keyboard layout.

%prep
%setup -q 

%build
CFLAGS="%{optflags}" %{__python} setup.py build


%install
%{__python} setup.py install --root %{buildroot}


%files
%defattr(-,root,root,-)
#no documentation included in upstream tarball
%{python_sitearch}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60.0-3
+ Revision: 2df330f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18739 |14mr|python-virtualenv-1.8.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	virtualenv

%define __noautoprov '.*setuptools.*'

Name:		python-%{module}
Version:	1.8.2
Release:	7
Summary:	Virtual Python Environment builder
Group:		Development/Python
License:	MIT
URL:		http://pypi.python.org/pypi/virtualenv
Source0:	http://pypi.python.org/packages/source/v/virtualenv/%{module}-%{version}.tar.gz
Source1:	virtualenv
Patch0:		multiarch-1.8.2.patch
BuildArch:	noarch
BuildRequires:	python-setuptools
Requires:	pkgconfig(python2)
Requires:	rpm-build

%description
virtualenv is a tool to create isolated Python environments.

%prep
%setup -q -n %{module}-%{version}
%patch0 -p1 -b .multiarch~

%build
python setup.py build

%install
python setup.py install --root="%{buildroot}"
mv %{buildroot}%{_bindir}/virtualenv{,.sh}
install -m755 %{SOURCE1} -D %{buildroot}%{_bindir}/virtualenv

%files
%doc docs/*.txt
%{_bindir}/virtualenv*
%{py_sitedir}/virtualenv*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.2-7
+ Revision: 3cc0bd6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18740 |14mr|python-webkitgtk-1.1.8-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pywebkitgtk

%if %{_use_internal_dependency_generator}
%define __noautoreq 'pkgconfig\\(.*\\)'
%else
%define _requires_exceptions pkgconfig\(.*\)
%endif

Summary:	Python bindings for WebKitGtk
Name:		python-webkitgtk
Version:	1.1.8
Release:	11
License:	LGPLv2+
Group:		Development/Python
Url:		http://code.google.com/p/pywebkitgtk/
Source0:	http://pywebkitgtk.googlecode.com/files/%{oname}-%{version}.tar.bz2
Patch0:		web_view_get_title.patch
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	python
Provides:	%{oname} = %{EVRD}

%description
PyWebKitGtk provides an API for developers to program WebKit/Gtk using Python.

%files
%doc AUTHORS MAINTAINERS NEWS README
%{py_platsitedir}/webkit/*.py
%{py_platsitedir}/webkit/webkit.*
%{_datadir}/pywebkitgtk/defs/webkit-*.defs
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%configure2_5x
%make LIBS="`python-config --libs`"

%install
%makeinstall_std LIBS="`python-config --libs`"


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.8-11
+ Revision: 6927512
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18741 |14mr|python-wheel-0.23.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Created by pyp2rpm-1.0.1
%define pypi_name wheel
%bcond_with	tests

Name:		python-%{pypi_name}
Version:	0.23.0
Release:	2
Summary:	A built-package format for Python
Group:		Development/Python
License:	MIT
URL:		http://bitbucket.org/dholth/wheel/
Source0:	https://pypi.python.org/packages/source/w/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:	noarch

BuildRequires:	python-devel
BuildRequires:	python-setuptools

%if %{with tests}
BuildRequires:	python-pytest
BuildRequires:	python-jsonschema
BuildRequires:	python-keyring
BuildRequires:	python-py
%endif

BuildRequires:	python3-devel
BuildRequires:	python3-setuptools
%if %{with tests}
BuildRequires:	python3-pytest
BuildRequires:	python3-jsonschema
BuildRequires:	python3-keyring
BuildRequires:	python3-py
%endif


%description
A built-package format for Python.

A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.

%package -n     python3-%{pypi_name}
Summary:        A built-package format for Python
Group:          Development/Python

%description -n python3-%{pypi_name}
A built-package format for Python.

A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.

This is package contains Python 3 version of the package.

%prep
%setup -qc
mv  %{pypi_name}-%{version} python2

pushd python2
# header files just has to be there, even empty
touch %{pypi_name}/test/headers.dist/header.h

# remove unneeded shebangs
sed -ie '1d' %{pypi_name}/{egg2wheel,wininst2wheel}.py
popd

cp -r python2 python3

%build
pushd python2
python2 setup.py build
popd

pushd python3
python3 setup.py build
popd


%install
# Must do the subpackages' install first because the scripts in /usr/bin are
# overwritten with every setup.py install (and we want the python2 version
# to be the default for now).
pushd python3
python3 setup.py install --skip-build --root %{buildroot}
popd
pushd %{buildroot}%{_bindir}
for f in $(ls); do mv $f python3-$f; done
popd

pushd python3
python2 setup.py install --skip-build --root %{buildroot}
popd

%if %{with tests}
%check
pushd python2
# remove setup.cfg that makes pytest require pytest-cov (unnecessary dep)
rm setup.cfg
py.test --ignore build
popd

pushd python3
rm setup.cfg
py.test-%{python3_version} --ignore build
popd
%endif

%files
%doc python2/LICENSE.txt python2/CHANGES.txt python2/README.txt
%{_bindir}/egg2wheel
%{_bindir}/wheel
%{_bindir}/wininst2wheel
%{py_puresitedir}/%{pypi_name}*

%files -n python3-%{pypi_name}
%doc python3/LICENSE.txt python3/CHANGES.txt python3/README.txt
%{_bindir}/python3-egg2wheel
%{_bindir}/python3-wheel
%{_bindir}/python3-wininst2wheel
%{py3_puresitedir}/%{pypi_name}*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.23.0-2
+ Revision: 5862d88
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18742 |14mr|python-which-1.1.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Small which replacement that can be used as a Python module
Name:		python-which
Version:	1.1.0
Release:	12
Group:		Development/Python
License:	MIT
Url:		http://trentm.com/projects/which/
Source0:	http://trentm.com/downloads/which/%{version}/which-%{version}.zip
BuildArch:	noarch
BuildRequires:  python-devel

%description
which.py is a small which replacement. It has the following features:

 * it can print all matches on the PATH;
 * it can note "near misses" on the PATH (e.g. files that match but 
   may not, say, have execute permissions); and
 * it can be used as a Python module.

%prep
%setup -qn which-%{version}


%build
%{__python} setup.py build


%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
# add a script that calls the python module
cat << \EOF > which-python
#!/bin/sh
python -m which $@
EOF
mkdir -p %{buildroot}%{_bindir}
install -m0755 -p which-python %{buildroot}%{_bindir}

%files
%doc LICENSE.txt README.txt TODO.txt
%{_bindir}/which-python
%{python_sitelib}/which.py*
%{python_sitelib}/which-*.egg-info


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-12
+ Revision: 6668b3c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18743 |14mr|python-xmldiff-0.6.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	xmldiff
%define name	python-%{module}
%define version 0.6.10
%define release 2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Python classes to diff XML files
URL:		http://www.logilab.org/projects/xmldiff
Source0:	ftp://ftp.logilab.org/pub/xmldiff/%{module}-%{version}.tar.gz
License:	GPL
Group:		File tools
BuildRequires:	python-devel

%description
XMLdiff is a python tool that figures out the differences between two similar
XML files, in the same way the diff utility does it for text files. It was
developed for the Narval project and could also be used as a library or as a
command line tool. It can work either with XML files or DOM trees

%prep
%setup -q -n %{module}-%{version}

%build
export CFLAGS="%{optflags}"
python setup.py build

%install
python setup.py install --root=%{buildroot} --record=INSTALLED_FILES
rm -rf %{buildroot}%{_libdir}/python%{pyver}/site-packages/%{module}/test
chmod 755 %{buildroot}%{_bindir}/*

%files
%doc ChangeLog DEPENDS README README.xmlrev TODO
%{_bindir}/*
%{_datadir}/sgml/stylesheet/%{module}
%{py_platsitedir}/%{module}
%{py_platsitedir}/%{module}-*.egg-info

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.10-2
+ Revision: 0d127fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18744 |14mr|python-yaml-3.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name PyYAML
 
Name:           python-yaml
Version:        3.11
Release:        4
Epoch:          0
Summary:        Python package implementing YAML parser and emitter

License:        MIT
Group:          Development/Python
URL:            http://pyyaml.org/
Source0:        http://pyyaml.org/download/pyyaml/PyYAML-%{version}.tar.gz
Provides:       %{real_name} = %{epoch}:%{version}-%{release}
BuildRequires:  python-devel
BuildRequires:	yaml-devel
BuildRequires:  python3-devel
 
%description
PyYAML is a YAML parser and emitter for the Python programming
language. 
 
YAML is a data serialization format designed for human readability
and interaction with scripting languages.
 
%package -n python3-yaml
Summary:        Python package implementing YAML parser and emitter

Group:          Development/Python
BuildRequires:	yaml-devel
Requires:		python3
 
%description -n python3-yaml
PyYAML is a YAML parser and emitter for the Python programming
language. 
 
YAML is a data serialization format designed for human readability
and interaction with scripting languages.
 
%prep
%setup -q -c

mv %{real_name}-%{version} python2
cp -r python2 python3
 
%build
export CFLAGS="%{optflags}"

pushd python2
python setup.py build
popd

pushd python3
%{__python3} setup.py build
popd
 
%install

pushd python2
python setup.py install -O2 --skip-build --root=%{buildroot} --prefix=%{_prefix}
popd

pushd python3
%{__python3} setup.py install -O2 --skip-build --root=%{buildroot} --prefix=%{_prefix}
popd

%files -n python-yaml
%defattr(-,root,root,0755)
%doc python2/LICENSE python2/README python2/examples
%{py_platsitedir}/yaml
%{py_platsitedir}/*.so
%{py_platsitedir}/*.egg-info

%files -n python3-yaml
%defattr(-,root,root,0755)
%doc python3/LICENSE python3/README python3/examples
%{py3_platsitedir}/yaml
%{py3_platsitedir}/*.so
%{py3_platsitedir}/*.egg-info


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:3.11-4
+ Revision: da13e3a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18745 |14mr|python-zope-interface-4.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	tarname  zope.interface

Summary:        Zope Interface module for Python

Name:           python-zope-interface
Version:        4.1.1
Release:        2
Source0:        http://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
License:        Zope Public License
Group:          Development/Python
URL:            http://www.zope.org/Wikis/Interfaces/FrontPage
BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
This package provides the zope Interface module.

Interfaces are objects that specify (document) the external behavior
of objects that "provide" them.  An interface specifies behavior
through:

- Informal documentation in a doc string
- Attribute definitions
- Invariants, which are conditions that must hold for objects that
  provide the interface

Attribute definitions specify specific attributes. They define the
attribute name and provide documentation and constraints of attribute
values. Attribute definitions can take a number of forms.

%prep
%setup -q -n %{tarname}-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir} 

%files
%doc *.txt
%{py_platsitedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.1.1-2
+ Revision: 3384b3d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18746 |14mr|qalculate-gtk-0.9.7-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bname qalculate

Summary:	A very versatile desktop calculator
Name:		qalculate-gtk
Version:	0.9.7
Release:	7
License:	GPLv2+
Group:		Office
URL:		http://qalculate.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/qalculate/%{name}-%{version}.tar.bz2
Patch1:		qalculate-gtk-0.9.6-fix-str-fmt.patch
BuildRequires:	pkgconfig(libqalculate) >= %{version}
BuildRequires:	libglade2.0-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	imagemagick
BuildRequires:	scrollkeeper
BuildRequires:	perl(XML::Parser)
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(libgnome-2.0)
Requires(pre):	scrollkeeper
Requires:	gnuplot
Requires:	wget
Obsoletes:	qalculate < %{version}
Provides:	qalculate = %{version}

%description
Qalculate! is a modern multi-purpose desktop calculator for GNU/Linux. It is
small and simple to use but with much power and versatility underneath.
Features include customizable functions, units, arbitrary precision, plotting,
and a graphical interface that uses a one-line fault-tolerant expression entry 
(although it supports optional traditional buttons). 
This package provides the GTK frontend.

%prep
%setup -q
%patch1 -p0

%build

%configure2_5x
%make

%install
%makeinstall_std 

#menu
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps

#icons 
convert -size 48x48 data/%{bname}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png 
convert -size 32x32 data/%{bname}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png 
convert -size 16x16 data/%{bname}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

#(tpg) drop icon extension
sed -i -e 's/^Icon=%{bname}.png$/Icon=%{name}/g' %{buildroot}%{_datadir}/applications/*

desktop-file-install \
	--remove-category="Application" \
	--add-category="GTK" \
	--add-category="Calculator" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/* 

##CAE rm symlink so both gtk and kde frontend are installable
rm -f %{buildroot}%{_bindir}/qalculate

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*.png
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/glade/*.glade
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.7-7
+ Revision: 0e62819
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18747 |14mr|qca2-2.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_sys_rootcerts 1
%{?_without_sys_rootcerts: %{expand: %%global build_sys_rootcerts 0}}

%define qtcryptodir %{qt4plugins}/crypto

%define oname qca
%define major 2
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Summary:	Straightforward and cross-platform crypto API for Qt
Name:		qca2
Version:	2.0.3
Release:	5
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://delta.affinix.com/qca
# From kde support module
Source0:	%{oname}-%{version}.tar.xz
Patch0:		qca-2.0.3-gcc.patch
BuildRequires:	cmake
%if %{build_sys_rootcerts}
BuildRequires:	rootcerts
%endif
BuildRequires:	qt4-devel
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(nss)

%description
The QCA library provides an easy API for a range of cryptographic
features, including SSL/TLS, X.509 certificates, SASL, symmetric
ciphers, public key ciphers, hashes and much more.

Functionality is supplied via plugins. This is useful for avoiding
dependence on a particular crypto library and makes upgrading easier,
as there is no need to recompile your application when adding or
upgrading a crypto plugin. Also, by pushing crypto functionality into
plugins, applications are free of legal issues, such as export
regulation.

%files
%doc README COPYING INSTALL TODO
%{_mandir}/man1/*
%defattr(0755,root,root,0755)
%{qt4dir}/bin/qcatool2

#------------------------------------------------------------------------------

%if ! %{build_sys_rootcerts}
%package -n %{name}-root-certificates
Summary:	Common root CA certificates for QCA
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description	-n %{name}-root-certificates
Provides root Certificate Authority certificates for the QCA library.
These certificates are the same ones that are included in Mozilla.

%files -n %{name}-root-certificates
%dir %{qt4dir}/share/qca
%dir %{qt4dir}/share/qca/certs
%doc %{qt4dir}/share/qca/certs/README
%{qt4dir}/share/qca/certs/rootcerts.pem
%endif

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for QCA
Group:		System/Libraries
%if %{build_sys_rootcerts}
Requires:	rootcerts
Obsoletes:	%{name}-root-certificates < %{version}-%{release}
%else
Requires:	%{name}-root-certificates >= %{EVRD}
%endif

%description -n %{libname}
Libraries for QCA.

%files -n %{libname}
%dir %{qtcryptodir}
%defattr(0755,root,root,0755)
%{qt4lib}/libqca.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for QCA
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{mklibname qca 2 -d} = %{EVRD}

%description -n %{devname}
Development files for QCA.

%files -n %{devname}
%{_libdir}/pkgconfig/qca2.pc
%{qt4dir}/mkspecs/features/crypto.prf
%dir %{qt4include}/QtCrypto
%{qt4include}/QtCrypto/*
%{qt4lib}/libqca.so

#------------------------------------------------------------------------------

%package plugin-gnupg
Summary:	GnuPG plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-gnupg = %{EVRD}
Provides:	qca-gnupg = %{EVRD}
Provides:	%{libname}-plugin-gnupg = %{EVRD}
Provides:	qca2-plugin-gnupg-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-gnupg-%{_lib} < 2.0.0-5

%description plugin-gnupg
This is a plugin to provide GnuPG capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-gnupg
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-gnupg.*

#------------------------------------------------------------------------------

%package plugin-openssl
Summary:	OpenSSL plugin for QCA
Group:		Development/KDE and Qt
BuildRequires:	pkgconfig(openssl)
Provides:	qca2-openssl = %{EVRD}
Provides:	qca-ossl = %{EVRD}
Provides:	qca2-tls = %{EVRD}
Provides:	%{libname}-plugin-openssl = %{EVRD}
Provides:	qca2-plugin-openssl-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-openssl-%{_lib} < 2.0.0-5

%description plugin-openssl
This is a plugin to provide OpenSSL capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-openssl
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-ossl.*

#------------------------------------------------------------------------------

%package plugin-pkcs11
Summary:	PKCS11 plugin for QCA
Group:		Development/KDE and Qt
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(libpkcs11-helper-1)
Provides:	qca2-pkcs11 = %{EVRD}
Provides:	qca2-plugin-pkcs11-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-pkcs11-%{_lib} < 2.0.0-5
Provides:	%{libname}-plugin-pkcs11 = %{EVRD}

%description plugin-pkcs11
This is a plugin to provide PKCS11 capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-pkcs11
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-pkcs11.*

#------------------------------------------------------------------------------

%package plugin-cyrus-sasl
Summary:	Cyrus-sasl plugin for QCA
Group:		Development/KDE and Qt
BuildRequires:	libsasl2-devel
Provides:	qca2-sasl = %{EVRD}
Provides:	qca2-plugin-cyrus-sasl-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-cyrus-sasl-%{_lib} < 2.0.0-5
Provides:	%{libname}-plugin-cyrus-sasl = %{EVRD}

%description plugin-cyrus-sasl
This is a plugin to provide cyrus-sasl capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-cyrus-sasl
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-cyrus-sasl.*

#------------------------------------------------------------------------------

%package plugin-logger
Summary:	Logger plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-logger = %{EVRD}
Provides:	qca2-plugin-logger-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-logger-%{_lib} < 2.0.0-5
Provides:	%{libname}-plugin-logger = %{EVRD}

%description plugin-logger
This is a plugin to provide logger capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-logger
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-logger.*

#------------------------------------------------------------------------------

%package plugin-gcrypt
Summary:	Logger plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-gcrypt = %{EVRD}
Provides:	qca2-plugin-gcrypt-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-gcrypt-%{_lib} < 2.0.0-5
Provides:	%{libname}-plugin-gcrypt = %{EVRD}

%description plugin-gcrypt
This is a plugin to provide gcrypt capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-gcrypt
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-gcrypt.*

#------------------------------------------------------------------------------

%package plugin-nss
Summary:	Logger plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-nss = %{EVRD}
Provides:	qca2-plugin-nss-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-nss-%{_lib} < 2.0.0-5
Provides:	%{libname}-plugin-nss = %{EVRD}

%description plugin-nss
This is a plugin to provide nss capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-nss
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-nss.*

#------------------------------------------------------------------------------

%package plugin-softstore
Summary:	Logger plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-softstore = %{EVRD}
Provides:	qca2-plugin-softstore-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-softstore-%{_lib} < 2.0.0-5
Provides:	%{libname}-plugin-softstore = %{EVRD}

%description plugin-softstore
This is a plugin to provide softstore capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-softstore
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-softstore.*

#------------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1

%build
%cmake_qt4 \
	-DCMAKE_INSTALL_PREFIX=%{qt4dir} \
	-DLIB_INSTALL_DIR=%{_libdir} \
	-DPKGCONFIG_INSTALL_PREFIX=%{_libdir}/pkgconfig
%make


%install
%makeinstall_std -C build

# Make directory for plugins
install -d -m 755 %{buildroot}/%{qtcryptodir}

mkdir -p %{buildroot}%{_mandir}
mv %{buildroot}%{qt4dir}/share/man/man1 %{buildroot}%{_mandir}


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.3-5
+ Revision: 605e9c9
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18748 |14mr|qcad-3.5.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A professional CAD system
Name:		qcad
Version:	3.5.1.0
Release:	2
Group:		Graphics
License:	GPLv3 with exceptions, CC-BY, GPLv2+, LGPLv2.1, BSD
URL:		http://www.qcad.org
#https://github.com/qcad/qcad/archive/v%{version}.zip
Source0:	qcad-%{version}.zip
Patch0:		qcad-3.4.6.0-fix-linking.patch

BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gl)

%description
QCad is a professional CAD System. With QCad you can easily construct
and change drawings with ISO-text and many other features and save
them as DXF-files. These DXF-files are the interface to many
CAD-systems such as AutoCAD(TM) and many others.

%prep
%setup -q
%patch0 -p0
find . -name ".gitignore" -delete
cp -a src/3rdparty/qt-labs-qtscriptgenerator-4.8.5 src/3rdparty/qt-labs-qtscriptgenerator-4.8.6
cd src/3rdparty/qt-labs-qtscriptgenerator-4.8.6 && mv -f qt-labs-qtscriptgenerator-4.8.5.pro qt-labs-qtscriptgenerator-4.8.6.pro

%build
%qmake_qt4
%make

%install

# remove project files
find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
find . \( -name 'Makefile*' -name '.gitignore' \) -delete

install -dm755 %{buildroot}%{_datadir}/%{name}
cp -r examples fonts libraries patterns plugins scripts ts %{buildroot}%{_datadir}/%{name}
cp release/* %{buildroot}%{_datadir}/%{name}

# qt
for sofiles in %{qt4plugins}/imageformats/*.so
do
    ln -sf ${sofiles} %{buildroot}%{_datadir}/%{name}/plugins/imageformats/${sofiles##/*/}
done

for sofiles in %{qt4plugins}/sqldrivers/*.so
do
    ln -sf ${sofiles} %{buildroot}%{_datadir}/%{name}/plugins/sqldrivers/${sofiles##/*/}
done

install -Dm644 scripts/qcad_icon.png %{buildroot}%{_iconsdir}/qcad_icon.png

install -dm0755 %{buildroot}%{_bindir}
echo -e '#!/bin/sh\ncd %{_datadir}/%{name}\nLD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH exec ./qcad-bin' > %{buildroot}%{_bindir}/%{name}
chmod 0755 %{buildroot}%{_bindir}/%{name}

rm -f %{buildroot}%{_datadir}/%{name}/*.a

install -dm0755 %{buildroot}%{_libdir}
mv %{buildroot}%{_datadir}/%{name}/*.so %{buildroot}%{_libdir}

# desktop
install -m 755 -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=Qcad
Name[ru]=Qcad
Comment=A professional CAD system
Comment[ru]=Профессиональная CAD система
Exec=%{name}
Icon=qcad_icon
Terminal=false
Type=Application
Categories=Office;Chart;Qt;
StartupNotify=true
EOF

%files
%doc readme.txt LICENSE.txt README.md gpl-3.0.txt cc-by-3.0.txt gpl-3.0-exceptions.txt
%{_bindir}/%{name}
%{_libdir}/*.so
%{_iconsdir}/*.png
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/*.desktop



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5.1.0-2
+ Revision: f8be8a5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18749 |14mr|qdox-1.9.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           qdox
Version:        1.9.2
Release:        7
Epoch:          0
Summary:        Extract class/interface/method definitions from sources
License:        Apache License
URL:            http://qdox.codehaus.org/
Group:          Development/Java
Source0:        %{name}-%{version}.tar.bz2
#svn export http://svn.codehaus.org/qdox/tags/qdox-%{version}
#tar cvjf qdox-%{version}.tar.gz qdox-%{version}
Source1:        qdox-build.xml
Source2:        qdox-LocatedDef.java
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit >= 0:1.6
BuildRequires:  ant-nodeps >= 0:1.6
BuildRequires:  junit >= 0:3.8.1
BuildRequires:  java-cup
BuildRequires:  jflex
BuildRequires:  byaccj
Requires:       jpackage-utils
Requires:       java
BuildArch:      noarch
BuildRequires:  java-devel

%description
QDox is a high speed, small footprint parser 
for extracting class/interface/method definitions 
from source files complete with JavaDoc @tags. 
It is designed to be used by active code 
generators or documentation tools. 

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
%setup -q
cp %{SOURCE2} src/java/com/thoughtworks/qdox/parser/structs/LocatedDef.java 
cp %{SOURCE1} build.xml

#Remove files which needed jmock
rm src/test/com/thoughtworks/qdox/parser/MockBuilder.java
rm src/test/com/thoughtworks/qdox/parser/MockLexer.java
rm src/test/com/thoughtworks/qdox/parser/ParserTest.java
rm src/test/com/thoughtworks/qdox/directorywalker/DirectoryScannerTest.java

%{__perl} -pi -e 's/fork="yes"/fork="no"/g;' build.xml
%{__perl} -pi -e 's/yy_lexical_state/zzLexicalState/g;' src/grammar/lexer.flex

%build
export CLASSPATH=$(build-classpath \
ant \
ant-launcher \
java-cup \
jflex \
junit)
CLASSPATH=target/classes:target/test-classes:$CLASSPATH
%{ant} -Dbuild.sysclasspath=only jar javadoc

%install
# jars
mkdir -p %{buildroot}%{_javadir}
cp -p build/%{name}.jar \
      %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; \
do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr build/javadocdir/* %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt README.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.9.2-7
+ Revision: fb58f83
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18750 |14mr|qemu-1.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with    x86only          # disabled
%bcond_with    exclusive_x86_64 # disabled
%bcond_without rbd              # enabled
%bcond_without fdt              # enabled

%define _disable_ld_no_undefined 1

%define _udevdir /lib/udev/rules.d
%define qemudocdir %{_docdir}/%{name}

Summary:	QEMU CPU Emulator
Name:		qemu
Version:	1.5.0
Release:	4
License:	GPLv2+ and LGPLv2+ and BSD
Group:		Emulators
Url:		http://wiki.qemu.org/Main_Page
Source0:	http://wiki.qemu.org/download/%{name}-%{version}.tar.bz2

%define qemu_snapshot	0
#Release:	%{?qemu_snapshot:0.%{qemu_snapshot}.}1
#Source0:	http://wiki.qemu.org/download/%{name}-%{version}%{?qemu_snapshot:-%{qemu_snapshot}}.tar.bz2

Source1:	qemu.binfmt

# Loads kvm kernel modules at boot
Source2:	kvm.modules

# Creates /dev/kvm
Source3:	80-kvm.rules

# KSM control scripts
Source4:	ksm.service
Source5:	ksm.sysconfig
Source6:	ksmctl.c
Source7:	ksmtuned.service
Source8:	ksmtuned
Source9:	ksmtuned.conf

Source10:	qemu-guest-agent.service
Source11:	99-qemu-guest-agent.rules
Source100:	qemu.rpmlintrc

# Non upstream build fix

# Add ./configure --disable-kvm-options
# keep: Carrying locally until qemu-kvm is fully merged into qemu.git
Patch2:	0002-configure-Add-disable-kvm-options.patch

ExclusiveArch:	%{ix86} ppc x86_64 amd64 %{sparcx}

BuildRequires:	dev86
BuildRequires:	iasl
BuildRequires:	kernel-headers
BuildRequires:	libtool
BuildRequires:	systemtap
BuildRequires:	texi2html
BuildRequires:	texinfo
BuildRequires:	attr-devel
BuildRequires:	brlapi-devel
BuildRequires:	cap-devel
BuildRequires:	sasl-devel
BuildRequires:	systemtap-devel
BuildRequires:	usbredir-devel >= 0.5.2
BuildRequires:	xfsprogs-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(gnutls) >= 3.0
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libseccomp)
BuildRequires:	pkgconfig(libusbredirhost) >=0.5.2
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(spice-server)
BuildRequires:	pkgconfig(spice-protocol)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(vte)

Requires:	qemu-img = %{EVRD}
Requires:	cyrus-sasl
Requires:	vgabios >= 0.6c
Requires:	seabios-bin >= 0.6.0-1
Requires:	sgabios-bin
Requires:	ipxe-roms-qemu
%rename		kvm

%description
QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. QEMU has two operating modes:

* Full system emulation. In this mode, QEMU emulates a full system (for
  example a PC), including a processor and various peripherials. It can be
  used to launch different Operating Systems without rebooting the PC or
  to debug system code.
* User mode emulation. In this mode, QEMU can launch Linux processes compiled
  for one CPU on another CPU.

As QEMU requires no host kernel patches to run, it is safe and easy to use.

%package	img
Summary:	QEMU disk image utility
Group:		Emulators
Conflicts:	qemu < 0.9.0-3

%description	img
This package contains the QEMU disk image utility that is used to
create, commit, convert and get information from a disk image.

%prep
%setup -q
%apply_patches

%build
#(proyvind): binutils upstream bug #10862, linking with gold fails if doing parallel build
mkdir -p bfd
ln -s %{_bindir}/ld.bfd bfd/ld
export PATH=$PWD/bfd:$PATH
buildarch="i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu \
    m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu \
    mips64el-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu sparc64-softmmu \
    ppc-softmmu ppcemb-softmmu ppc64-softmmu \
    i386-linux-user x86_64-linux-user alpha-linux-user arm-linux-user \
    armeb-linux-user cris-linux-user m68k-linux-user mips-linux-user \
    mipsel-linux-user ppc-linux-user ppc64-linux-user \
    ppc64abi32-linux-user sh4-linux-user sh4eb-linux-user \
    sparc-linux-user sparc64-linux-user sparc32plus-linux-user"
%if %{with x86only}
    buildarch="i386-softmmu x86_64-softmmu i386-linux-user x86_64-linux-user"
%endif

# Targets we don't build as of qemu 1.1.50
# alpha-softmmu lm32-softmmu microblaze-softmmu microblazeel-softmmu
# or32-softmmu s390x-softmmu xtensa-softmmu xtensaeb-softmmu unicore32-softmmu
# alpha-linux-user microblaze-linux-user microblazeel-linux-user
# or32-linux-user unicore32-linux-user s390x-linux-user


# --build-id option is used for giving info to the debug packages.
extraldflags="-Wl,--build-id";
buildldflags="VL_LDFLAGS=-Wl,--build-id"

%ifarch s390
# drop -g flag to prevent memory exhaustion by linker
%global optflags %(echo %{optflags} | sed 's/-g//')
sed -i.debug 's/"-g $CFLAGS"/"$CFLAGS"/g' configure
%endif


dobuild() {
export ARFLAGS="rv"
    ./configure \
        --prefix=%{_prefix} \
        --sysconfdir=%{_sysconfdir} \
        --interp-prefix=%{_prefix}/qemu-%%M \
        --audio-drv-list=pa,sdl,alsa,oss \
        --disable-strip \
        --extra-ldflags="$extraldflags -pie -Wl,-z,relro -Wl,-z,now" \
        --extra-cflags="%{optflags} -fPIE -DPIE -fuse-ld=bfd" \
%ifarch %{ix86} x86_64
        --enable-spice \
        --enable-mixemu \
        --enable-seccomp \
	--enable-virtfs \
%endif
%if %{without rbd}
        --disable-rbd \
%endif
%if %{without fdt}
        --disable-fdt \
%endif
        --enable-trace-backend=dtrace \
        --disable-werror \
        --disable-xen \
        --enable-kvm \
	--disable-smartcard-nss \
        "$@"

    echo "config-host.mak contents:"
    echo "==="
    cat config-host.mak
    echo "==="

    %make V=1 $buildldflags
}

# This is kind of confusing. We run ./configure + make twice here to
# preserve some back compat: if on x86, we want to provide a qemu-kvm
# binary that defaults to KVM=on. All other qemu-system* should be
# able to use KVM, but default to KVM=off (upstream qemu semantics).
#
# Once qemu-kvm and qemu fully merge, and we base off qemu releases,
# all qemu-system-* will default to KVM=off, so we hopefully won't need
# to do these double builds. But then I'm not sure how we are going to
# generate a back compat qemu-kvm binary...

%ifarch %{ix86} x86_64
# Build qemu-kvm back compat binary
dobuild --target-list=x86_64-softmmu

# Setup back compat qemu-kvm binary which defaults to KVM=on
./scripts/tracetool.py --backend dtrace --format stap \
  --binary %{_bindir}/qemu-kvm --target-arch x86_64 --target-type system \
  --probe-prefix qemu.kvm < ./trace-events > qemu-kvm.stp
cp -a x86_64-softmmu/qemu-system-x86_64 qemu-kvm
make clean
%endif

# Build qemu-system-* with consistent default of kvm=off
dobuild --target-list="$buildarch" --disable-kvm-options
gcc %{SOURCE6} -O2 -g -o ksmctl

%install
install -D -p -m 0755 %{SOURCE4} %{buildroot}/%{_unitdir}/ksm.service
install -D -p -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/sysconfig/ksm
install -D -p -m 0755 ksmctl %{buildroot}/lib/systemd/ksmctl

install -D -p -m 0755 %{SOURCE7} %{buildroot}/%{_unitdir}/ksmtuned.service
install -D -p -m 0755 %{SOURCE8} %{buildroot}%{_sbindir}/ksmtuned
install -D -p -m 0644 %{SOURCE9} %{buildroot}%{_sysconfdir}/ksmtuned.conf

%ifarch %{ix86} x86_64
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/modules
mkdir -p %{buildroot}%{_bindir}/
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_udevdir}
mkdir -p %{buildroot}%{_datadir}/systemtap/tapset

install -m 0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/modules/kvm.modules
install -m 0755 scripts/kvm/kvm_stat %{buildroot}%{_bindir}/
install -m 0755 qemu-kvm %{buildroot}%{_bindir}/
install -m 0644 qemu-kvm.stp %{buildroot}%{_datadir}/systemtap/tapset/
install -m 0644 %{SOURCE3} %{buildroot}%{_udevdir}
%endif

%makeinstall_std
chmod -x %{buildroot}%{_mandir}/man1/*
install -D -p -m 0644 -t %{buildroot}%{qemudocdir} Changelog README COPYING COPYING.LIB LICENSE

install -D -p -m 0644 qemu.sasl %{buildroot}%{_sysconfdir}/sasl2/qemu.conf

# Provided by package ipxe
rm -rf %{buildroot}%{_datadir}/%{name}/pxe*rom
# Provided by package vgabios
rm -rf %{buildroot}%{_datadir}/%{name}/vgabios*bin
# Provided by package seabios
rm -rf %{buildroot}%{_datadir}/%{name}/bios.bin
# Provided by package sgabios
rm -rf %{buildroot}%{_datadir}/%{name}/sgabios.bin
# Provided by package openbios
#needed this:
#BuildRequires:  gcc-powerpc64-linux-gnu
#BuildRequires:  gcc-sparc64-linux-gnu
#rm -rf %{buildroot}%{_datadir}/%{name}/openbios-ppc
#rm -rf %{buildroot}%{_datadir}/%{name}/openbios-sparc32
#rm -rf %{buildroot}%{_datadir}/%{name}/openbios-sparc64
# Provided by package SLOF
#gcc-powerpc64-linux-gnu needed
#rm -rf % {buildroot} % {_datadir}/% {name}/slof.bin

# remove unpackaged files on x86only:
%if %{with x86only}
rm -f %{buildroot}%{_datadir}/%{name}/bamboo.dtb
rm -f %{buildroot}%{_datadir}/%{name}/ppc_rom.bin
rm -f %{buildroot}%{_datadir}/%{name}/spapr-rtas.bin
%endif

# The following aren't provided by any Fedora package

# Used by target s390/s390x
#rm -rf %{buildroot}%{_datadir}/%{name}/s390-zipl.rom
#rm -rf %{buildroot}%{_datadir}/%{name}/palcode-clipper
# Binary device trees for microblaze target
#rm -rf %{buildroot}%{_datadir}/%{name}/petalogix*.dtb


# the pxe gpxe images will be symlinks to the images on
# /usr/share/ipxe, as QEMU doesn't know how to look
# for other paths, yet.
pxe_link() {
  ln -s ../ipxe/$2.rom %{buildroot}%{_datadir}/%{name}/pxe-$1.rom
}

pxe_link e1000 8086100e
pxe_link ne2k_pci 10ec8029
pxe_link pcnet 10222000
pxe_link rtl8139 10ec8139
pxe_link virtio 1af41000

rom_link() {
    ln -s $1 %{buildroot}%{_datadir}/%{name}/$2
}

rom_link ../vgabios/VGABIOS-lgpl-latest.bin vgabios.bin
rom_link ../vgabios/VGABIOS-lgpl-latest.cirrus.bin vgabios-cirrus.bin
rom_link ../vgabios/VGABIOS-lgpl-latest.qxl.bin vgabios-qxl.bin
rom_link ../vgabios/VGABIOS-lgpl-latest.stdvga.bin vgabios-stdvga.bin
rom_link ../vgabios/VGABIOS-lgpl-latest.vmware.bin vgabios-vmware.bin
rom_link ../seabios/bios.bin bios.bin
rom_link ../sgabios/sgabios.bin sgabios.bin

mkdir -p %{buildroot}%{_exec_prefix}/lib/binfmt.d
for i in dummy \
%ifnarch %{ix86} x86_64
    qemu-i386 \
%endif
%if %{without x86only}
%ifnarch alpha
    qemu-alpha \
%endif
%ifnarch arm
    qemu-arm \
%endif
    qemu-armeb \
%ifnarch mips
    qemu-mips qemu-mipsn32 qemu-mips64 \
%endif
%ifnarch mipsel
    qemu-mipsel qemu-mipsn32el qemu-mips64el \
%endif
%ifnarch m68k
    qemu-m68k \
%endif
%ifnarch ppc ppc64
    qemu-ppc \
%endif
%ifnarch sparc sparc64
    qemu-sparc \
%endif
%ifnarch s390 s390x
    qemu-s390x \
%endif
%ifnarch sh4
    qemu-sh4 \
%endif
    qemu-sh4eb \
%endif
; do
  test $i = dummy && continue
  grep /$i:\$ %{SOURCE1} > %{buildroot}%{_exec_prefix}/lib/binfmt.d/$i.conf
  chmod 644 %{buildroot}%{_exec_prefix}/lib/binfmt.d/$i.conf
done < %{SOURCE1}

# For the qemu-guest-agent subpackage install the systemd
# service and udev rules.
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_udevdir}
install -m 0644 %{SOURCE10} %{buildroot}%{_unitdir}
install -m 0644 %{SOURCE11} %{buildroot}%{_udevdir}

%find_lang %{name}


%post 
%ifarch %{ix86} x86_64
sh %{_sysconfdir}/sysconfig/modules/kvm.modules || :
udevadm trigger --sysname-match=kvm || :
%endif

%_post_service ksmtuned.service
%_post_service ksm.service
%_post_service qemu-guest-agent.service

%preun
%_preun_service ksm.service
%_preun_service ksmtuned.service
%_preun_service qemu-guest-agent.service

%triggerpostun -- qemu < 0.10.4-6
rm -f /etc/rc.d/*/{K,S}??qemu

%files -f %{name}.lang
%doc README qemu-doc.html qemu-tech.html
%config(noreplace) %{_sysconfdir}/sasl2/qemu.conf
%{_unitdir}/ksm.service
%config(noreplace) %{_sysconfdir}/sysconfig/ksm
%{_unitdir}/ksmtuned.service
%{_sbindir}/ksmtuned
%{_unitdir}/qemu-guest-agent.service
%{_udevdir}/99-qemu-guest-agent.rules
%{_udevdir}/80-kvm.rules
%config(noreplace) %{_sysconfdir}/ksmtuned.conf
%{_sysconfdir}/sysconfig/modules/kvm.modules
%{_sysconfdir}/qemu/target-x86_64.conf
%{_bindir}/kvm_stat
%{_bindir}/qemu-io
%{_bindir}/qemu-kvm
%{_bindir}/qemu-alpha
%{_bindir}/qemu-arm*
%{_bindir}/qemu-cris
%{_bindir}/qemu-ga
%{_bindir}/qemu-i386
%{_bindir}/qemu-m68k
%{_bindir}/qemu-mips*
%{_bindir}/qemu-nbd
%{_bindir}/qemu-ppc*
%{_bindir}/qemu-sh4*
%{_bindir}/qemu-sparc*
%{_bindir}/qemu-x86_64
%{_bindir}/qemu-system-arm
%{_bindir}/qemu-system-cris
%{_bindir}/qemu-system-i386
%{_bindir}/qemu-system-m68k
%{_bindir}/qemu-system-sh4*
%{_bindir}/qemu-system-ppc*
%{_bindir}/qemu-system-mips*
%{_bindir}/qemu-system-sparc
%{_bindir}/qemu-system-sparc64
%{_bindir}/qemu-system-x86_64
#% {_bindir}/qmp-shell
#conflicts with cacard-tools
#% {_bindir}/vscclient
%{_bindir}/virtfs-proxy-helper
/lib/systemd/ksmctl
%{_mandir}/man1/qemu.1*
%{_mandir}/man1/virtfs-proxy-helper.1*
%{_mandir}/man8/qemu-nbd.8*
%{_prefix}/libexec/qemu-bridge-helper
%dir %{_datadir}/qemu
%{_datadir}/qemu/*.bin
%{_datadir}/qemu/*.rom
%{_datadir}/qemu/*.img
%{_datadir}/qemu/*.aml
%{_datadir}/qemu/keymaps
%{_datadir}/qemu/openbios-sparc32
%{_datadir}/qemu/openbios-sparc64
%{_datadir}/qemu/openbios-ppc
%{_datadir}/qemu/bamboo.dtb
#%{_datadir}/qemu/mpc8544ds.dtb
%{_datadir}/qemu/palcode-clipper
%{_datadir}/qemu/petalogix-ml605.dtb
%{_datadir}/qemu/petalogix-s3adsp1800.dtb
%{_datadir}/qemu/qemu-icon.bmp

%{_datadir}/systemtap/tapset/qemu-alpha.stp
%{_datadir}/systemtap/tapset/qemu-arm.stp
%{_datadir}/systemtap/tapset/qemu-armeb.stp
%{_datadir}/systemtap/tapset/qemu-cris.stp
%{_datadir}/systemtap/tapset/qemu-m68k.stp
%{_datadir}/systemtap/tapset/qemu-mips.stp
%{_datadir}/systemtap/tapset/qemu-mipsel.stp
%{_datadir}/systemtap/tapset/qemu-ppc.stp
%{_datadir}/systemtap/tapset/qemu-ppc64.stp
%{_datadir}/systemtap/tapset/qemu-ppc64abi32.stp
%{_datadir}/systemtap/tapset/qemu-sh4.stp
%{_datadir}/systemtap/tapset/qemu-sh4eb.stp
%{_datadir}/systemtap/tapset/qemu-sparc.stp
%{_datadir}/systemtap/tapset/qemu-sparc32plus.stp
%{_datadir}/systemtap/tapset/qemu-sparc64.stp
#%{_datadir}/systemtap/tapset/qemu-kvm.stp
%{_datadir}/systemtap/tapset/qemu-system-i386.stp
%{_datadir}/systemtap/tapset/qemu-system-x86_64.stp
%{_datadir}/systemtap/tapset/qemu-system-mips.stp
%{_datadir}/systemtap/tapset/qemu-system-mipsel.stp
%{_datadir}/systemtap/tapset/qemu-system-mips64el.stp
%{_datadir}/systemtap/tapset/qemu-system-mips64.stp
%{_datadir}/systemtap/tapset/qemu-system-m68k.stp
%{_datadir}/systemtap/tapset/qemu-system-cris.stp
%{_datadir}/systemtap/tapset/qemu-system-sh4.stp
%{_datadir}/systemtap/tapset/qemu-system-sh4eb.stp
%{_datadir}/systemtap/tapset/qemu-system-sparc.stp
%{_datadir}/systemtap/tapset/qemu-system-sparc64.stp
%{_datadir}/systemtap/tapset/qemu-system-ppc.stp
%{_datadir}/systemtap/tapset/qemu-system-ppc64.stp
%{_datadir}/systemtap/tapset/qemu-system-ppcemb.stp
%{_datadir}/systemtap/tapset/qemu-system-arm.stp
%{_datadir}/systemtap/tapset/qemu-kvm.stp
%{_datadir}/systemtap/tapset/qemu-x86_64.stp
%{_datadir}/systemtap/tapset/qemu-i386.stp

%{_exec_prefix}/lib/binfmt.d/qemu-*.conf


%files img
%{_bindir}/qemu-img
%{_mandir}/man1/qemu-img.1*

%changelog
* Wed Jul 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.0-4
+ Revision: 0a2c075
- Fix build with make 4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18751 |14mr|qgtkstylealt-0.1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA Alternative GTK+ style for Qt
Name:		qgtkstylealt
Version:	0.1.5
Release:	3
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://www.rosalinux.ru/
Source0:	qgtkstylealt-%{version}.tar.gz
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtDBus)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(QtSvg)
BuildRequires:	kdelibs4-devel
Requires:	qt4-common

%description
ROSA Alternative GTK+ style for Qt.

%files
%{_kde_libdir}/kde4/plugins/styles/qgtkstylealt.so
%{_kde_appsdir}/kstyle/themes/qgtkstylealt.themerc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.5-3
+ Revision: 76bf13f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18752 |14mr|qimageblitz-0.0.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define unstable 1
%{?_unstable: %{expand: %%global unstable 1}}

%define branch 1
%{?_branch: %{expand: %%global branch 1}}

%if %{unstable}
# We cannot use it when debug is set to nil
#define dont_strip 1
%endif

Name:		qimageblitz
Version:	0.0.6
Release:	7
Epoch:		1
Summary:	Graphics manipulation library 
License:	GPL
Group:		Development/KDE and Qt
Source:		%{name}-%{version}.tar.bz2
BuildRequires:	cmake >= 2.4.5
BuildRequires:	qt4-devel >= 4.3.0

%description
Blitz is a graphics manipulation library.

%files 
%_bindir/blitztest

#--------------------------------------------------------------------

%define blitz_major 4
%define libblitz %mklibname qimageblitz %{blitz_major}

%package -n %{libblitz}
Summary:	Blitz library
Group:		System/Libraries

%description -n %{libblitz}
Blitz library.

%files -n %{libblitz}
%{_libdir}/*.so.%{blitz_major}*

#--------------------------------------------------------------------

%define libblitzdev %mklibname -d qimageblitz

%package -n %{libblitzdev}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libblitz} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{libblitzdev}
Development files for %{name}.

%files -n %libblitzdev
%{_libdir}/*.so
%{_includedir}/qimageblitz
%{_libdir}/pkgconfig/*

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt4 \
	-DCMAKE_SKIP_RPATH:BOOL=ON \
	-DLIB_INSTALL_DIR=%{_libdir} \
	-DINCLUDE_INSTALL_DIR=%{_includedir}
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.0.6-7
+ Revision: 7a393ee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18753 |14mr|qjson-0.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		qjson
Summary:	QJson is a Qt-based library that maps JSON data to QVariant objects
Version:	0.8.1
Release:	2
License:	GPLv2
Group:		Development/C
Url:		http://qjson.sourceforge.net/
Source0:	http://downloads.sourceforge.net/qjson/qjson-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	qt4-devel

%description
JSON (JavaScript Object Notation) is a lightweight data-interchange format. 
It can represents integer, real number, string, an ordered sequence of value, 
and a collection of name/value pairs.
QJson is a qt-based library that maps JSON data to QVariant objects.
JSON arrays will be mapped to QVariantList instances, while JSON's objects 
will be mapped to QVariantMap.

#--------------------------------------------------------------------

%define major 0
%define libname %mklibname qjson %{major}

%package -n %{libname}
Summary:	QJson is a Qt-based library that maps JSON data to QVariant objects
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{name} < 0.7.1-5

%description -n %{libname}
JSON (JavaScript Object Notation) is a lightweight data-interchange format.
It can represents integer, real number, string, an ordered sequence of value,
and a collection of name/value pairs.
QJson is a qt-based library that maps JSON data to QVariant objects.
JSON arrays will be mapped to QVariantList instances, while JSON's objects
will be mapped to QVariantMap.

%files -n %{libname}
%{_libdir}/libqjson.so.%{major}*

#--------------------------------------------------------------------

%define develname %mklibname -d qjson

%package -n %{develname}
Summary:	Development files for QJson
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{name}-devel < 0.7.1-5
Conflicts:	qjson < 0.7.1-5

%description -n %{develname}
JSON (JavaScript Object Notation) is a lightweight data-interchange format.
It can represents integer, real number, string, an ordered sequence of value,
and a collection of name/value pairs.

QJson is a Qt-based library that maps JSON data to QVariant objects.
JSON arrays will be mapped to QVariantList instances, while JSON's objects
will be mapped to QVariantMap.

This package contains files for developing applications using QJson.

%files -n %{develname}
%{_libdir}/libqjson.so
%{_libdir}/pkgconfig/QJson.pc
%{_libdir}/cmake/%{name}
%{_includedir}/qjson

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.1-2
+ Revision: 4e00b2d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18754 |14mr|qmmp-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name} %{major}
%define devname		%mklibname %{name} -d
%define libnameui	%mklibname qmmpui %{major}
%define devnameui	%mklibname qmmpui -d

######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

Summary:	Qt-based Multimedia Player
Name:		qmmp
Version:	0.8.1
Release:	1%{?extrarelsuffix}
License:	GPLv2+
Group:		Sound
Url:		http://qmmp.ylsoftware.com/index_en.php
Source:		http://qmmp.ylsoftware.com/files/%{name}-%{version}.tar.bz2

BuildRequires:	cmake
BuildRequires:	ffmpeg-devel
BuildRequires:	libgme-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	qt4-devel
BuildRequires:	qt4-linguist
BuildRequires:	wildmidi-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(enca)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libbs2b)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmms)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libprojectM)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(udisks)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	sidplay-devel
BuildRequires:	pkgconfig(libsidplay2)
# do not remove sdl-headers needed by sid-ogg.Sflo
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(libsidplayfp)
BuildRequires:	pkgconfig(opusfile)
BuildRequires:	pkgconfig(opus)



%if %{build_plf}
BuildRequires:	libfaad2-devel
%else
BuildConflicts:	libfaad2-devel
%endif
Requires:	unzip
Requires:	%{libname} = %{EVRD}
Requires:	%{libnameui} = %{EVRD}
Requires:	%{name}-plugins = %{EVRD}
Suggests:	%{name}-aac = %{EVRD}
%if %{mdvver} >= 201210
Suggests:	%{name}-ffmpeg = %{EVRD}
%else
Suggests:	%{name}-ffmpeg-legacy = %{EVRD}
%endif
Suggests:	%{name}-jack = %{EVRD}
Suggests:	%{name}-modplug = %{EVRD}
Suggests:	%{name}-musepack = %{EVRD}
Suggests:	%{name}-oss = %{EVRD}
Suggests:	%{name}-wavpack = %{EVRD}
Suggests:	%{name}-plugin-pack
Requires:	wildmidi

%description
This program is an audio-player, written with help of Qt library. The user
interface is similar to winamp or xmms.

Main opportunities:
* winamp and xmms skins support;
* plugins support;
* MPEG1 layer 1/2/3 support;
* Ogg Vorbis support;
* native FLAC support;
* Musepack support;
* WavePack support;
* ModPlug support;
* WMA support;
* PCM WAVE support;
* AlSA sound output;
* JACK sound output;
* OSS sound output;
* PulseAudio output;
* Last.fm scrobbler;
* D-Bus support;
* Spectrum Analyzer;
* sample rate conversion;
* streaming support (MP3, Vorbis via IceCast/ShoutCast).

%files
%doc AUTHORS ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package -n	%{libname}
Group:		System/Libraries
Summary:	Library for %{name}

%description -n	%{libname}
Qmmp is an audio-player, written with help of Qt library.
This package contains the library needed by %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog
%{_libdir}/libqmmp.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libnameui}
Group:		System/Libraries
Summary:	Library for %{name}

%description -n	%{libnameui}
Qmmp is an audio-player, written with help of Qt library.
This package contains the library needed by %{name}.

%files -n %{libnameui}
%doc AUTHORS ChangeLog
%{_libdir}/libqmmpui.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
Qmmp is an audio-player, written with help of Qt library.
This package contains the files needed for developing applications
which use %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog
%{_includedir}/%{name}
%{_libdir}/libqmmp.so
%{_libdir}/pkgconfig/qmmp.pc

#----------------------------------------------------------------------------

%package -n	%{devnameui}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libnameui} = %{EVRD}
Provides:	%{name}ui-devel = %{EVRD}
Conflicts:	%{_lib}qmmp-devel < 0.7.2

%description -n	%{devnameui}
Qmmp is an audio-player, written with help of Qt library.
This package contains the files needed for developing applications
which use %{name}.

%files -n %{devnameui}
%doc AUTHORS ChangeLog
%{_includedir}/qmmpui
%{_libdir}/libqmmpui.so
%{_libdir}/pkgconfig/qmmpui.pc

#----------------------------------------------------------------------------

%if %{build_plf}
%package -n %{name}-aac
Summary:	Qmmp AAC Input Plugin
Group:		Sound

%description -n %{name}-aac
This is the AAC Input plug-in for Qmmp.

This package is in restricted repository because AAC codec is patent-protected.

%files -n %{name}-aac
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libaac.so
%endif

#----------------------------------------------------------------------------

#  ffmpeg-legacy in LTS
%if %{mdvver} >= 201210
%package -n %{name}-ffmpeg
Summary:	Qmmp FFMPEG Input Plugin
Group:		Sound

%description -n %{name}-ffmpeg
This is the FFMPEG Input Plugin for Qmmp.

%files -n %{name}-ffmpeg
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libffmpeg.so

%else

%package -n %{name}-ffmpeg-legacy
Summary:	Qmmp FFMPEG Input Plugin
Group:		Sound

%description -n %{name}-ffmpeg-legacy
This is the FFMPEG Input Plugin for Qmmp.

%files -n %{name}-ffmpeg-legacy
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libffmpeg_legacy.so
%endif

#----------------------------------------------------------------------------

%package -n %{name}-jack
Summary:	Qmmp Jack Output Plugin
Group:		Sound

%description -n %{name}-jack
This is the Jack Output Plugin for Qmmp.

%files -n %{name}-jack
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Output/libjack.so


#----------------------------------------------------------------------------

%package -n %{name}-modplug
Summary:	Qmmp Modplug Input Plugin
Group:		Sound

%description -n %{name}-modplug
This is the Modplug Input Plugin for Qmmp.

%files -n %{name}-modplug
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libmodplug.so

#----------------------------------------------------------------------------

%package -n %{name}-musepack
Summary:	Qmmp MusePack Output Plugin
Group:		Sound

%description -n %{name}-musepack
This is the Musepack Input Plugin for Qmmp.

%files -n %{name}-musepack
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libmpc.so

#----------------------------------------------------------------------------

%package -n %{name}-oss
Summary:	Qmmp OSS Output Plugin
Group:		Sound

%description -n %{name}-oss
This is the Jack OSS Plugin for Qmmp.

%files -n %{name}-oss
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Output/liboss.so

#----------------------------------------------------------------------------

%package -n %{name}-wavpack
Summary:	Qmmp WavPack Input Plugin
Group:		Sound

%description -n %{name}-wavpack
This is the WavPack Input Plugin for Qmmp.

%files -n %{name}-wavpack
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libwavpack.so

#----------------------------------------------------------------------------
%package -n %{name}-opus
Summary:	Qmmp Opus Input Plugin
Group:		Sound

%description -n %{name}-opus
This is the Opus Input Plugin for Qmmp.

%files -n %{name}-opus
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libopus.so

#----------------------------------------------------------------------------
%package -n %{name}-sid
Summary:	Qmmp SID Input Plugin
Group:		Sound

%description -n %{name}-sid
This is the SID Input Plugin for Qmmp.

%files -n %{name}-sid
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libsid.so

#----------------------------------------------------------------------------

%package -n %{name}-plugins
Summary:	Qmmp Plugins
Group:		Sound

%description -n %{name}-plugins
Qmmp is an audio-player, written with help of Qt library.
This contains basic plug-in distribution.

%files -n %{name}-plugins
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libflac.so
%{_libdir}/%{name}/Input/libmad.so
%{_libdir}/%{name}/Input/libsndfile.so
%{_libdir}/%{name}/Input/libvorbis.so
%{_libdir}/%{name}/Input/libcdaudio.so
%{_libdir}/%{name}/Input/libcue.so
%{_libdir}/%{name}/Input/libgme.so
%{_libdir}/%{name}/Input/libwildmidi.so

%{_libdir}/%{name}/Output/libalsa.so
%{_libdir}/%{name}/Output/libpulseaudio.so
%{_libdir}/%{name}/Output/libnull.so

%{_libdir}/%{name}/General/libnotifier.so
%{_libdir}/%{name}/General/libscrobbler.so
%{_libdir}/%{name}/General/libstatusicon.so
%{_libdir}/%{name}/General/libfileops.so
%{_libdir}/%{name}/General/libhotkey.so
%{_libdir}/%{name}/General/liblyrics.so
%{_libdir}/%{name}/General/libmpris.so
%{_libdir}/%{name}/General/libcovermanager.so
%{_libdir}/%{name}/General/libkdenotify.so
%{_libdir}/%{name}/General/libstreambrowser.so
%{_libdir}/%{name}/General/libconverter.so
%{_libdir}/%{name}/General/libcopypaste.so
%{_libdir}/%{name}/General/libtrackchange.so
%{_libdir}/%{name}/General/libudisks2.so
%{_libdir}/%{name}/General/libgnomehotkey.so
%{_libdir}/%{name}/General/librgscan.so

%{_libdir}/%{name}/PlayListFormats/*

%{_libdir}/%{name}/CommandLineOptions/libincdecvolumeoption.so
%{_libdir}/%{name}/CommandLineOptions/libseekoption.so
%{_libdir}/%{name}/CommandLineOptions/libstatusoption.so
%{_libdir}/%{name}/CommandLineOptions/libplaylistoption.so

%{_libdir}/%{name}/Effect/libsrconverter.so
%{_libdir}/%{name}/Effect/libbs2b.so
%{_libdir}/%{name}/Effect/libladspa.so
%{_libdir}/%{name}/Effect/libcrossfade.so
%{_libdir}/%{name}/Effect/libstereo.so

%{_libdir}/%{name}/Engines/libmplayer.so

%{_libdir}/%{name}/FileDialogs/libqmmpfiledialog.so

%{_libdir}/%{name}/Transports/libhttp.so
%{_libdir}/%{name}/Transports/libmms.so

%{_libdir}/%{name}/Visual/libanalyzer.so
%{_libdir}/%{name}/Visual/libprojectm.so

%{_libdir}/%{name}/Ui/libskinned.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
#oss3 support is deprecated upstream for now I'll enable it ...
%cmake_qt4 -DUSE_HAL:BOOL=FALSE \
	-DUSE_OSS:BOOL=TRUE \
	-DUSE_OSS:UDISKS2=TRUE \
	-DUSE_RPATH=TRUE \
	-DCMAKE_INSTALL_PREFIX=/usr

%make

%install
%makeinstall_std -C build


%changelog
* Sun Aug 10 2014 abfonly <abfonly@gmail.com> 0.8.1-1
+ Revision: ec60f59
- Changelog: 0.8.1 added rusxmms patch autodetection for all supported platforms
- added application information to the windows executable
- fixed --pl-dump/--pl-play command line options
- fixed regressions in the mpris 1.0 support
- fixed selection behaviour in the playlist when using keyboard
- fixed disc number disappearing when using flac with embedded cue
- fixed main window activation
- fixed segmentation fault when moving track in the group mode
- fixed not working 'exit' action when option 'hide on close' is enabled
- fixed freezing in the alsa plugin
- fixed m4a support;
- fixed clearing a key combination in the hotkey plugin
- removed duplicate extensions from the file association page



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18755 |14mr|qmmp-plugin-pack-0.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qmmp

Summary:	A set of extra plug-ins for Qmmp
Name:		qmmp-plugin-pack
Version:	0.8.1
Release:	1
Group:		Sound
License:	GPLv2+
Url:		http://qmmp.ylsoftware.com/plugins.php
Source0:	http://qmmp.ylsoftware.com/files/plugins/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	yasm
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(qmmp) >= %{version}
BuildRequires:	pkgconfig(qmmpui) >= %{version}
BuildRequires:	pkgconfig(taglib)
Suggests:	%{oname}-ffap = %{EVRD}
Suggests:	%{oname}-mpg123 = %{EVRD}
Suggests:	%{oname}-simple-ui = %{EVRD}

%description
Plug-ins for Qmmp from Qmmp Plug-in Pack:
 * FFap - enhanced Monkey's Audio (APE) decoder
   (24-bit samples and embedded cue support)
 * MPG123 - MPEG v1/2 layer1/2/3 decoder using of libmpg123 library
 * Simple Ui - simple user interface based on standard widgets set

%files

#----------------------------------------------------------------------------

%package -n %{oname}-ffap
Summary:	Qmmp FFap Input Plugin
Group:		Sound

%description -n %{oname}-ffap
This is the FFap Input Plugin for Qmmp (enhanced Monkey's Audio (APE) decoder,
24-bit samples and embedded cue support).

%files -n %{oname}-ffap
%doc AUTHORS COPYING ChangeLog.rus README README.RUS ChangeLog ChangeLog.svn
%{_libdir}/%{oname}/Input/libffap.so

#----------------------------------------------------------------------------

%package -n %{oname}-mpg123
Summary:	Qmmp MPG123 Input Plugin
Group:		Sound

%description -n %{oname}-mpg123
This is the MPG123 Input Plugin for Qmmp (MPEG v1/2 layer1/2/3 decoder
using of libmpg123 library).

%files -n %{oname}-mpg123
%doc AUTHORS COPYING ChangeLog.rus README README.RUS ChangeLog ChangeLog.svn
%{_libdir}/%{oname}/Input/libmpg123.so

#----------------------------------------------------------------------------

%package -n %{oname}-simple-ui
Summary:	Qmmp Simple UI Plugin
Group:		Sound

%description -n %{oname}-simple-ui
This is the Simple UI Plugin for Qmmp (simple user interface based on standard
widgets set).

%files -n %{oname}-simple-ui
%doc AUTHORS COPYING ChangeLog.rus README README.RUS ChangeLog ChangeLog.svn
%{_libdir}/%{oname}/Ui/libqsui.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build
%changelog
* Sun Aug 10 2014 abfonly <abfonly@gmail.com> 0.8.1-1
+ Revision: 0c98652
- update 0.8.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18756 |14mr|qoauth-1.0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          qoauth
Summary:       Qt-based C++ library for OAuth authorization scheme
Group:         Graphical desktop/KDE
Version:       1.0.1
Release:       7
License:       LGPLv3+
URL:           http://github.com/ayoy/qoauth
Source0:       http://files.ayoy.net/qoauth/release/%version/src/%{name}-%{version}-src.tar.bz2
BuildRequires: qt4-devel
BuildRequires: qca2-devel 
BuildRequires: doxygen
BuildRoot: %_tmppath/%name-%version-%release-root

%description 
QOAuth is an attempt to support interaction with OAuth-powered network 
services in a Qt way, i.e. simply, clearly and efficiently. It gives 
the application developer no more than 4 methods, namely:

* requestToken() to obtain an unauthorized Request Token,
* accessToken() to exchange Request Token for the Access Token,
* createParametersString() to construct a request according to OAuth
  authorization scheme,
* inlineParemeters() - to construct a query string basing on given 
  parameters (provided only for convenience).

#-----------------------------------------------------------------------------   
%define qoauth_major 1
%define libqoauth %mklibname qoauth %qoauth_major

%package -n %libqoauth
Summary: %name core library
Group: System/Libraries
Requires: qca2-plugin-openssl

%description -n %libqoauth
%name core library.

%files -n %libqoauth
%defattr(-,root,root)
%_libdir/libqoauth.so.%{qoauth_major}*

#-----------------------------------------------------------------------------

%package devel
Summary: Devel stuff for %name
Group: Development/KDE and Qt
Requires: %libqoauth = %version-%release

%description  devel
This package contains header files needed if you wish to build applications
based on %{name} .

%files devel
%defattr(-,root,root)
%doc doc/html doc/examples
%_includedir/QtOAuth
%_libdir/libqoauth.prl
%_libdir/libqoauth.so
%_libdir/pkgconfig/qoauth.pc
%qt4dir/mkspecs/features/oauth.prf

#-----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src
sed -i -e 's\/lib\/%{_lib}\g' src/pcfile.sh

%build
%qmake_qt4
%make

%install
rm -rf %buildroot

make install INSTALL="install -p" INSTALL_ROOT=%{buildroot}
doxygen Doxyfile

# fix the time stamp
for file in doc/html/*; do
     touch -r Doxyfile $file
done

%check
make check || :

%clean
rm -fr %buildroot



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-7
+ Revision: 79582b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18757 |14mr|qpdf-4.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 10
%define libname %mklibname qpdf %{major}
%define develname %mklibname qpdf -d

Name:		qpdf
Summary:	Inspect and manipulate PDF files
Version:	4.0.1
Release:	2
Group:		Office
License:	Artistic
URL:		http://sourceforge.net/projects/qpdf/
Source0:	%{name}-%{version}.tar.gz

BuildRequires:	zlib-devel
BuildRequires:	pcre-devel

# for fix-qdf and test suite
BuildRequires: perl
BuildRequires: perl(Digest::MD5)

# for autoreconf
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool

%description
QPDF is a C++ library and set of programs that inspect and manipulate
the structure of PDF files. It can encrypt and linearize files, expose
the internals of a PDF file, and do many other operations useful to end
users and PDF developers.

%package -n	%{libname}
Summary:	Inspect and manipulate PDF files library
Group:		System/Libraries

%description -n %{libname}
QPDF is a C++ library and set of programs that inspect and manipulate
the structure of PDF files. It can encrypt and linearize files, expose
the internals of a PDF file, and do many other operations useful to end
users and PDF developers.

%package -n	%{develname}
Summary:	Static library and header files for the qpdf library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Provides:	qpdf-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Devel package for %{name}

%prep
%setup -q
%apply_patches

%build
# work-around check-rpaths errors
autoreconf --verbose --force --install

%configure2_5x --disable-static \
           --enable-show-failed-test-output

%make

%install
%makeinstall_std

mkdir __doc
mv  %{buildroot}%{_datadir}/doc/qpdf/* __doc
rm -rf %{buildroot}%{_datadir}/doc/qpdf

%check
make check

%files
%doc Artistic-2.0 ChangeLog README* TODO
%{_bindir}/fix-qdf
%{_bindir}/%{name}
%{_bindir}/zlib-flate
%{_mandir}/man1/fix-qdf.1.*
%{_mandir}/man1/qpdf.1.*
%{_mandir}/man1/zlib-flate.1.*

%files -n %{develname}
%{_includedir}/%{name}/*.h
%{_includedir}/%{name}/*.hh
%{_libdir}/libqpdf.so
%{_libdir}/pkgconfig/libqpdf.pc

%files -n %{libname}
%{_libdir}/libqpdf.so.%{major}*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0.1-2
+ Revision: 2eb4f81
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18758 |14mr|qrencode-3.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	QR Code encoder into PNG image
Name:		qrencode
Version:	3.4.3
Release:	3
Group:		File tools
License:	LGPLv2+
URL:		http://megaui.net/fukuchi/works/qrencode/index.en.html
Source0:	http://megaui.net/fukuchi/works/qrencode/%{name}-%{version}.tar.bz2
BuildRequires:	libtool
BuildRequires:	pkgconfig(libpng)
BuildRequires:	doxygen

%description
Qrencode is a utility software using libqrencode to encode string data in a
QR Code and save as a PNG image.

%package -n	%{libname}
Summary:	A C library for encoding data in a QR Code symbol
Group:		System/Libraries

%description -n	%{libname}
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D
symbology that can be scanned by handy terminals such as a mobile phone with
CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is
highly robustness.

Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial
Standards) X0510:2004 or ISO/IEC 18004.

%package -n	%{develname}
Summary:	The development files for the qrencode library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Provides:	lib%{name}-devel = %{version}
Requires:	%{libname} = %{version}
Obsoletes:	%mklibname -d qrencode 1

%description -n	%{develname}
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D
symbology that can be scanned by handy terminals such as a mobile phone with
CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is
highly robustness.

Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial
Standards) X0510:2004 or ISO/IEC 18004. 

This package contains the development files for the qrencode library.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
    --enable-shared

%make

%install
%makeinstall_std

# manual
doxygen

# clean
rm -rf %{buildroot}%{_libdir}/*.la

%files
%{_bindir}/%{name}
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc COPYING ChangeLog NEWS README TODO html/
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.4.3-3
+ Revision: a8af64f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18759 |14mr|qrq-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           qrq
Version:        0.3.0
Release:        3
Summary:        Morse telegraphy trainer
Group:          Education
License:        GPLv2+
URL:            http://fkurz.net/ham/qrq.html
Source0:        http://fkurz.net/ham/qrq/qrq-%{version}.tar.gz
Patch0:         qrq-0.2.1-makefile.patch

BuildRequires:  ncurses-devel
BuildRequires:  pulseaudio-devel

%description
qrq is an open source morse telegraphy trainer for Linux and Unix operating
systems, similar to the classic DOS version of Rufz by DL4MM.

It's not intended for learning telegraphy, but to improve the ability to
copy callsigns at high speeds, as needed for example for Contesting. 

%prep
%setup -q
%patch0 -p1

%build
export LDFLAGS="-lpthread"
%make

%install
make install DESTDIR=%{buildroot}%{_prefix} OSX_BUNDLE=NO

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README
%{_bindir}/qrq
%{_bindir}/qrqscore
%{_mandir}/man?/*
%{_datadir}/qrq



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.0-3
+ Revision: f63b991
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18760 |14mr|qscintilla-2.8.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Port to Qt of Neil Hodgson's Scintilla C++ editor class
Name:		qscintilla
Version:	2.8.3
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.riverbankcomputing.co.uk/software/qscintilla/intro
Source0:	http://downloads.sf.net/pyqt/QScintilla-gpl-%{version}.tar.gz
Patch0:		QScintilla-gpl-2.2-libdir.patch
Patch1:		QScintilla-gpl-2.8.1-libs.patch
Patch2:		QScintilla-gpl-2.8.3-api_path.patch
Patch3:		qsci_link.patch
BuildRequires:	qt4-devel
BuildRequires:	python-sip
BuildRequires:	python-qt4-devel
BuildRequires:	pkgconfig(python)

%description
As well as features found in standard text editing components,
QScintilla includes features especially useful when editing and
debugging source code. These include support for syntax styling, error
indicators, code completion and call tips. The selection margin can
contain markers like those used in debuggers to indicate breakpoints
and the current line. Styling choices are more open than with many
editors, allowing the use of proportional fonts, bold and italics,
multiple foreground and background colours and multiple fonts.

#--------------------------------------------------------------

%package i18n
Summary:	Translations used by %{name}
Group:		System/Libraries
Conflicts:	libqscintilla2_9 < 2.8.3
Conflicts:	lib64qscintilla2_9 < 2.8.3
BuildArch:	noarch

%description i18n
Translations used by %{name}.

%files i18n
%{_qt_translationdir}/qscintilla*.qm

#--------------------------------------------------------------

%define major 11
%define libqs4 %mklibname qscintilla2_ %{major}

%package -n %{libqs4}
Summary:	Port to Qt of Neil Hodgson's Scintilla C++ editor class
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libqs4}
As well as features found in standard text editing components,
QScintilla includes features especially useful when editing and
debugging source code. These include support for syntax styling, error
indicators, code completion and call tips. The selection margin can
contain markers like those used in debuggers to indicate breakpoints
and the current line. Styling choices are more open than with many
editors, allowing the use of proportional fonts, bold and italics,
multiple foreground and background colours and multiple fonts.

%files -n %{libqs4}
%{qt4lib}/libqscintilla2.so.%{major}*

#--------------------------------------------------------------

%define libqs4dev %mklibname -d qscintilla

%package -n %{libqs4dev}
Summary:	Libraries, include to develop applications with QScintilla for Qt
Group:		Development/KDE and Qt
Requires:	%{libqs4} = %{EVRD}
Provides:	%{name}-qt4-devel = %{EVRD}
Provides:	qscintilla-qt4-devel = %{EVRD}

%description -n %{libqs4dev}
This packages contains the libraries, include and other files
you can use to develop applications with QScintilla.

%files -n %{libqs4dev}
%{qt4dir}/mkspecs/features/qscintilla2.prf
%{qt4dir}/include/*
%{qt4lib}/*.so
%{qt4plugins}/designer/*

#--------------------------------------------------------------

%package -n python-qt4-qscintilla
Summary:	Python qt4 QScintilla bindings
Group:		Development/KDE and Qt
Requires:	python-qt4-core
Requires:	python-qt4-gui
Requires:	%{libqs4} = %{EVRD}
Requires:	sip-api(%{sip_api_major}) = %{sip_api}

%description -n python-qt4-qscintilla
Python qt4 QScintilla bindings.

%files -n python-qt4-qscintilla
%{_datadir}/sip/PyQt4
%{qt4dir}/qsci
%{py_platsitedir}/PyQt4/Qsci.so

#--------------------------------------------------------------

%package doc
Summary:	QScintilla docs
Group:		Development/KDE and Qt
BuildArch:	noarch

%description doc
QScintilla doc.

%files doc
%doc NEWS README doc

#--------------------------------------------------------------

%prep
%setup -qn QScintilla-gpl-%{version}
%apply_patches

%build
pushd Qt4Qt5
    export QTDIR=%{qt4dir}/qsci
    %qmake_qt4 DESTDIR=%{buildroot}%{qt4lib} qscintilla.pro
    %make
popd

pushd designer-Qt4Qt5
    echo "INCLUDEPATH += ../Qt4Qt5" >> designer.pro
    echo "LIBS += -L%{buildroot}%{qt4lib}" >> designer.pro
    %qmake_qt4 designer.pro
    make
popd


%install
mkdir -p %{buildroot}%{qt4lib}

pushd Qt4Qt5
    make INSTALL_ROOT=%{buildroot} install
popd

pushd designer-Qt4Qt5
    make INSTALL_ROOT=%{buildroot} install
popd

pushd Python
    export QTDIR=%{_qt4_datadir}
    export PATH=%{_qt4_datadir}/bin:$PATH
    python configure.py \
        -n ../Qt4Qt5 \
        -o %{buildroot}%{qt4lib}
    %make
    make install DESTDIR=%{buildroot} INSTALL_ROOT=%{buildroot}
popd

%changelog
* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 2.8.3-3
+ Revision: 67c913a
- Add patch from Debian to fix python bindings



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18761 |14mr|qt3-3.3.8b-43
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _files_listed_twice_terminate_build 0

%define Werror_cflags %nil

# QTDIR is always /usr/lib/qt3, whether that's a lib64 architecture or
# not (sublibdirs are correctly qualified in the latter case however).
%define qtdir %{_prefix}/lib/qt3
%define libqt3name %mklibname qt 3

%define libqassistantname %mklibname qassistantclient 1
%define libdesignercore %mklibname designercore 1
%define libeditor %mklibname editor 1

%define nameqt qt-x11-free

%define buildSQL 1
%{?_without_SQL: %{expand4 %%global buildSQL 0}}

%define buildDebug 0
%{?_with_debug: %{expand: %%global buildDebug 1}}

%define buildStatic 1
%{?_without_static: %{expand: %%global buildStatic 0}}

%define buildImmodule 1
%{?_without_immodule: %{expand: %%global buildImmodule 0}}

%define plugindir  %{_libdir}/qt3/plugins

Summary:	Qt3 Sources
Name:		qt3
Version:	3.3.8b
Release:	43
License:	GPLv3+ and QPL
Group:		System/Libraries
Url:		http://qt.nokia.com
Source0:	ftp://ftp.qt.nokia.com/qt/source/%nameqt-%version.tar.gz
Source1:	qt3.macros
Source2:	qt3-assistant.desktop
Source3:	qt3-designer.desktop
Source4:	qt3-linguist.desktop
Source5:	qt3-designer-sh
Source6:	qt3-assistant-sh
Source7:	qt3-uic-sh
Source8:	qt3-README-Mandriva-Linux
Source9:	90qtrc-jp
Patch1:		qt-3.1.1-fix-xft2-compile.patch
Patch2:		qt-3.2.3-fix-cupslib.patch
Patch4:		qt-x11-free-3.3.5-no-rpath.patch
Patch5:		qt-3.3.2-fix-configure.patch
Patch7:		qt-x11-free-3.3.5-fix-load-gl.patch
Patch8:		qt-3.3.5-lib64-plugins.patch
Patch10:	qt-3.3.3-fix-accessible.patch
Patch11:	qt-x11-free-3.3.6-qt-x11-immodule-unified-qt3.3.5-20060318-pre.patch
Patch12:	fix-key-release-event-with-imm.diff
Patch13:	qt-x11-free-3.3.6-lib64.patch
Patch14:	qt-x11-free-3.3.4-linux32.patch
Patch15:	qt-visibility.patch
Patch16:	qt-x11-free-3.3.5-makelibshared.patch
Patch23:	qt-x11-free-3.3.5-rubberband.patch
Patch24:	qt-x11-free-3.3.5-qtranslator-crash.patch
Patch28:	qt-x11-immodule-nodebug.diff
Patch29:	fix-x11-immodule.diff
Patch30:	fix-im-crash-on-exit.diff
Patch31:	workaround-for-xlib-xim-bug.diff
Patch51:	qt-x11-immodule-unified-qt3.3.7-20061229.diff
Patch52:	qt-x11-free-3.3.6-qt-x11-immodule-unified-qt3.3.5-20060318-post.patch
Patch53:	qt-x11-immodule-unified-qt3.3.5-20051012-quiet.patch
Patch54:	qt3-xinerama-support.patch
Patch56:	qt3-3.3.6-fix-xorg7.0.patch
Patch58:	qt-3.3.6-fix-qfile-message-error.patch
Patch59:	qt-3.3.6-fix-qfile-message-error2.patch
Patch60:	qt3-3.3.8-fix-space.patch
Patch63:	qt-x11-free-3.3.8-qmo35263.patch
Patch64:	qt-x11-free-3.3.8b-unixodb-64.patch
Patch65:	qt-x11-free-3.3.8b-cstddef.patch
Patch66:	qt-x11-free-3.3.7-arm.patch
Patch67:	qt-x11-free-3.3.8b-freetype251.patch
#-------------- KDE qt-copy patches ( added the relevant ones )
Patch100:	0005-qpixmap_mitshm.patch
Patch101:	0007-qpixmap_constants.patch
Patch102:	0017-qiconview-ctrl_rubber.patch
Patch103:	0032-fix_rotated_randr.diff
Patch104:	0035-qvaluelist-streaming-operator.patch
Patch105:	0038-dragobject-dont-prefer-unknown.patch
Patch106:	0044-qscrollview-windowactivate-fix.diff
Patch107:	0047-fix-kmenu-width.diff
Patch109:	0059-qpopup_has_mouse.patch
Patch110:	0060-qpopup_ignore_mousepos.patch
Patch111:	0061-qscrollview-propagate-horizontal-wheelevent.patch
Patch112:	0073-xinerama-aware-qpopup.patch
Patch115:	0078-argb-visual-hack.patch
Patch116:	qt-x11-free-3.3.8b-libpng15.diff
%if %buildSQL
BuildRequires:	mysql-devel 
BuildRequires:	unixODBC-devel 
BuildRequires:	postgresql-devel
%endif
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	bzip2-devel
BuildRequires:	jpeg-devel
BuildRequires:	mng-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	nas-devel
%if "%{_lib}" != "lib"
BuildRequires:	linux32
%endif

%description
Qt is a complete and well-designed multi-platform object-oriented framework for
developing graphical user interface (GUI) applications using C++. Qt has
seamless integration with OpenGL/Mesa 3D libraries.

Qt has excellent documentation: around 750 pages of postscript and fully
cross-referenced online html documentation. It is available on the web:
http://doc.trolltech.com/

#--------------------------------------------------------------------

%package -n %{libqt3name}
Summary:	Qt3 - Shared libraries
Group:		System/Libraries
Requires:	%{name}-common = %{version}

%description -n %{libqt3name}
Qt is a complete and well-designed multi-platform object-oriented framework for
developing graphical user interface (GUI) applications using C++. Qt has
seamless integration with OpenGL/Mesa 3D libraries.

Qt has excellent documentation: around 750 pages of postscript and fully
cross-referenced online html documentation. It is available on the web:
http://doc.trolltech.com/

This package contains shared libraries. 

%postun -n %{libqt3name}
if [ "$1" = "0" ]; then
   rm -f /etc/ld.so.conf.new
   grep -v -e "^%{qtdir}/%{_lib}$" /etc/ld.so.conf > /etc/ld.so.conf.new
   mv -f /etc/ld.so.conf.new /etc/ld.so.conf
fi

%files -n %{libqt3name}
%dir %{qtdir}/
%{_libdir}/libqt-mt.so.3
%{_libdir}/libqt-mt.so.3.3
%{_libdir}/libqt-mt.so.3.3.8
%{_libdir}/libqui.so.1
%{_libdir}/libqui.so.1.0
%{_libdir}/libqui.so.1.0.0
%{_libdir}/*.prl

%dir %{plugindir}/styles/
%{plugindir}/styles/*style.so

%if %{buildImmodule}
%dir %{plugindir}/inputmethods/
%{plugindir}/inputmethods/*.so
%endif

#--------------------------------------------------------------------

%package -n %{libqt3name}-devel
Summary:	Qt3 - Files needed to build Qt3 based applications
Group:		Development/KDE and Qt
Requires:	%{libqt3name} = %{version}-%{release}
Requires:	%{libeditor} = %{version}-%{release}
Requires:	%{libqassistantname} = %{version}-%{release}
Requires:	%{libdesignercore} = %{version}-%{release}
Provides:	libqt-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	libqt3-pch-headers < 3.3.5

%description -n %{libqt3name}-devel
The qt3-devel package contains the files necessary to develop
applications using the Qt GUI toolkit: the header files, the Qt meta
object compiler.

%post -n %{libqt3name}-devel
update-alternatives --install %{_bindir}/qmake qmake %{qtdir}/bin/qmake 10

%postun -n %{libqt3name}-devel
if ! [ -e %{qtdir}/bin/qmake ]; then
  update-alternatives --remove qmake %{qtdir}/bin/qmake
fi

%files -n %{libqt3name}-devel
%doc %{_mandir}/man1/*
%doc %{_mandir}/man3/*
%{_bindir}/designer-qt3
%{_libdir}/*.so
%{_sysconfdir}/rpm/macros.d/*
%{_libdir}/pkgconfig/*.pc
%{_datadir}/applications/*
%{qtdir}/bin/designer
%{qtdir}/bin/lrelease
%{qtdir}/bin/moc
%{qtdir}/bin/%{multiarch_platform}/qmake
%{qtdir}/bin/qmake
%{qtdir}/bin/uic
%{qtdir}/bin/designer
%{qtdir}/bin/lupdate
%{qtdir}/bin/qm2ts
%{qtdir}/include/%{multiarch_platform}
%dir %{qtdir}/include/
%{qtdir}/include/*
%dir %{qtdir}/templates/
%{qtdir}/templates/*.ui
%{plugindir}/designer
%dir %{qtdir}/mkspecs/
%{qtdir}/mkspecs/*
%dir %{qtdir}/src/
%{qtdir}/src/*

#--------------------------------------------------------------------
%if %{buildStatic}

%package -n %{libqt3name}-static-devel
Summary:	Qt3 - Static files needed to build Qt3 based applications
Group:		Development/KDE and Qt
Requires:	%{libqt3name}-devel = %{version}-%{release}
Provides:	libqt-static-devel = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}

%description -n %{libqt3name}-static-devel
This package contains:
  - files needed to build static Qt based applications

%files -n %{libqt3name}-static-devel
%{_libdir}/*.a

%endif

#--------------------------------------------------------------------

%package common
Summary:	Config, language file for Qt
Group:		Development/KDE and Qt
Requires:	%{libqt3name} = %{version}
Obsoletes:	libqt3-common < %{version}-%{release}
Provides:	libqt3-common = %{version}-%{release}
# Laurent : allow to install package which use this provides (commercial packages which want to install under distro and used this provides
Provides:	qt = %{version}-%{release}
Provides:	qt3 = %{version}-%{release}

%description common
This package contains all config file and language file

%post common
update-alternatives --install %{_bindir}/qtconfig qtconfig %{qtdir}/bin/qtconfig 10

%postun common
if ! [ -e %{qtdir}/bin/qtconfig ]; then
  update-alternatives --remove qtconfig %{qtdir}/bin/qtconfig
fi

%files common
%dir %{plugindir}
%if %{buildSQL}
%dir %{plugindir}/sqldrivers
%endif
%dir %{qtdir}/phrasebooks/
%{qtdir}/phrasebooks/*.qph
%dir %{qtdir}/
%dir %{qtdir}/bin
%{qtdir}/bin/qtconfig
%{_sysconfdir}/profile.d/*.csh
%{_sysconfdir}/profile.d/*.sh
%config(noreplace) %{_sysconfdir}/qtrc
%config(noreplace) %{_sysconfdir}/kstylerc
%dir %{qtdir}/translations/
%{qtdir}/translations/*.qm
%{_sysconfdir}/X11/xinit.d/*

#--------------------------------------------------------------------

%if %{buildSQL}
%package -n %{libqt3name}-mysql
Summary:	MySQL plugin for Qt
Group:		Development/KDE and Qt
Requires:	%{libqt3name} = %{version}-%{release}
Provides:	%{name}-MySQL = %{version}-%{release}

%description -n %{libqt3name}-mysql
This package contain the MySQL plugin for Qt.

%files -n %{libqt3name}-mysql
%{plugindir}/sqldrivers/libqsqlmysql.so

%package -n %{libqt3name}-psql
Summary:	PostgresSQL plugin for Qt
Group:		Development/KDE and Qt
Requires:	%{libqt3name} = %{version}-%{release}
Provides:	%{name}-PostgreSQL = %{version}-%{release}

%description -n %{libqt3name}-psql
This package contain the PostgresSQL plugin for Qt.

%files -n %{libqt3name}-psql
%{plugindir}/sqldrivers/libqsqlpsql.so

%package -n %{libqt3name}-odbc
Summary:	ODBC plugin for Qt
Group:		Development/KDE and Qt
Requires:	%{libqt3name} = %{version}-%{release}
Provides:	%{name}-ODBC = %{version}-%{release}

%description -n %{libqt3name}-odbc
This package contain the ODBC plugin for Qt.

%files -n %{libqt3name}-odbc
%{plugindir}/sqldrivers/libqsqlodbc.so

%package -n %{libqt3name}-sqlite
Summary: 	Sqlite 2 plugin for Qt
Group: 		Development/KDE and Qt
Requires:	%{libqt3name} = %{version}-%{release}
Provides:	%{name}-Sqlite = %{version}-%{release}

%description -n %{libqt3name}-sqlite
This package contain the Sqlite 2 plugin for Qt.

%files -n %{libqt3name}-sqlite
%{plugindir}/sqldrivers/libqsqlite.so

%endif

#--------------------------------------------------------------------

%package -n %{libqassistantname}
Summary:	Qt3 - Shared libraries
Group:		System/Libraries

%description -n %{libqassistantname}
Qt3 - Shared libraries

%files -n %{libqassistantname}
%{_libdir}/libqassistantclient.so.*

#--------------------------------------------------------------------

%package assistant
Summary:	Qt assistant
Group:		Development/KDE and Qt

%description assistant
This package contain Qt assistant

%files assistant
%{_bindir}/assistant-qt3
%{qtdir}/bin/assistant

#--------------------------------------------------------------------

%package linguist
Summary:	Qt linguist
Group:		Development/KDE and Qt

%description linguist
This package contain Qt linguist

%files linguist
%{qtdir}/bin/linguist

#--------------------------------------------------------------------

%package -n %{libdesignercore}
Summary:	Qt3 - Shared libraries
Group:		System/Libraries

%description -n %{libdesignercore}
Qt3 - Shared libraries

%files -n %{libdesignercore}
%{_libdir}/libdesignercore.so.*

#--------------------------------------------------------------------

%package -n %{libeditor}
Summary:	Qt3 - Shared libraries
Group:		System/Libraries

%description -n %{libeditor}
Qt3 - Shared libraries

%files -n %{libeditor}
%{_libdir}/libeditor.so.*

#--------------------------------------------------------------------

%package example
Summary:	Qt examples
Group:		Development/KDE and Qt
Obsoletes:	libqt3-example < %{version}-%{release}
Provides:	libqt3-example
BuildArch:	noarch

%description example
This package contain Qt example.

%files example
%dir %{_docdir}/%{name}/examples
%doc %{_docdir}/%{name}/examples/*

#--------------------------------------------------------------------

%package tutorial
Summary:	Qt tutorials
Group:		Development/KDE and Qt
BuildArch:	noarch

%description tutorial
This package contain Qt tutorial.

%files tutorial
%dir %{_docdir}/%{name}/tutorial
%doc %{_docdir}/%{name}/tutorial/*

#--------------------------------------------------------------------

%package doc
Summary:	Qt documentation
Group:		Development/KDE and Qt
Conflicts:	libqt3-devel <= 3.3.4-13mdk
BuildArch:	noarch

%description doc
This package contain Qt documentation

%post doc
# Remove old qt3 doc directories
find %{_docdir} -maxdepth 1 -type d -name qt-3.\* -exec rm -rf {} \;

%files doc
%dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/FAQ
%doc %{_docdir}/%{name}/LICENSE*
%doc %{_docdir}/%{name}/README*
%dir %{_docdir}/%{name}/doc/
%dir %{_docdir}/%{name}/doc/html/
%doc %{_docdir}/%{name}/doc/html/*
%dir %{qtdir}/doc/
%{qtdir}/doc/html

#--------------------------------------------------------------------

%prep
%setup -q -n %{nameqt}-%{version}

%patch1 -p1 -b .fix_xft_compile
%patch2 -p1 -b .fix_cups_lib
%patch4 -p0
%patch5 -p1 -b .fix_configure_space
%patch7 -p0 -b .fix_opengl
%patch13 -p1 -b .lib64
%patch14 -p1 -b .linux32
%patch10 -p1 -b .fix_accessible
%if %{buildImmodule}
%patch11 -p1 -b .add_support_for_qt_immodule
%patch51 -p1 -b .diff_immodule
%patch52 -p1 -b .post_immodule
%patch53 -p1 -b .fix
%endif
%patch15 -p1 -b .fix_qt_export
%patch16 -p1 -b .sharedlibs
%patch23 -p0 -b .rubberband
%patch24 -p0 -b .qtranslator
%patch54 -p1 -b .fix_xinerama
%patch56 -p1 -b .fix_xorg_7.0
%patch58 -p1 -b .fix_qfile_message_error
%patch59 -p1 -b .fix_qfile_message_error
%patch60 -p1 -b .fix_space
%patch63 -p0 -b .fix_bug_35263
%if "%{_lib}" == "lib64"
%patch64 -p0 -b .fix_unixodbc
%endif
%patch65 -p1 -b .gcc46
%patch66 -p1 -b .arm
%patch67 -p1 -b .freetype25
# KDE qt-copy patches
%patch100 -p0 -b .qt-copy
%patch101 -p0 -b .qt-copy
%patch102 -p0 -b .qt-copy
%patch103 -p0 -b .qt-copy
%patch104 -p0 -b .qt-copy
%patch105 -p0 -b .qt-copy
%patch106 -p0 -b .qt-copy
%patch107 -p0 -b .qt-copy
%patch109 -p0 -b .qt-copy
%patch110 -p0 -b .qt-copy
%patch111 -p0 -b .qt-copy
%patch112 -p0 -b .qt-copy
%patch115 -p0 -b .qt-copy
%patch116 -p0 -b .libpng-1.5

# (Anssi 01/2008)
# Hack to disable stripping, a better fix for configure script welcome:
mkdir -p stripbin
echo "#!/bin/true" > stripbin/strip
chmod +x stripbin/strip

sed -e "s|^QMAKE_STRIP.*=.*|QMAKE_STRIP =|" -i mkspecs/linux-g++*/qmake.conf
sed -e "s|^QMAKE_CFLAGS\t.*$|QMAKE_CFLAGS = %{optflags}  -DPIC -fPIC -fno-stack-protector|" \
        -e "s|^QMAKE_LFLAGS\t.*=.*$|QMAKE_LFLAGS = %{ldflags} |" \
        -e "s|^QMAKE_LFLAGS_PLUGIN\t.*\+= |QMAKE_LFLAGS_PLUGIN = %(echo %ldflags|sed -e 's#-Wl,--no-undefined##') |" \
        -i mkspecs/linux-g++*/qmake.conf

%build
export QTDIR=$(/bin/pwd)
export PATH=$(pwd)/stripbin:$QTDIR/bin:$PATH
export MANPATH=$QTDIR/doc/man:$MANPATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH

%if %{buildImmodule}
sh ./make-symlinks.sh
%endif

# Default platform (take care to lib64 arches)
PLATFORM=linux-g++
%if "%{_lib}" == "lib64"
PLATFORM=linux-g++-64
%endif
echo "#define QT_MITSHM" >> mkspecs/${PLATFORM}/qplatformdefs.h

function main_configure {
echo "yes" | ./configure \
	-I/usr/include/postgresql/server/ \
	-I/usr/include/fontconfig \
	-I/usr/include/Xft2 \
	-I/usr/include/Xft2/X11/Xft \
	-I/usr/include/mysql/ \
	-prefix %{qtdir}/ \
	-libdir %{_libdir} \
	-plugindir %{plugindir} \
	-sysconfdir %{_sysconfdir} \
	-docdir %{_docdir}/%{name}/doc/ \
   %if %{buildDebug}
   -debug \
   %else
	-release \
   %endif
	-qt-gif \
	-system-zlib \
	-no-exceptions \
	-platform $PLATFORM \
	-no-dlopen-opengl \
	%if %{buildSQL}		
		-enable-sql \
		-plugin-sql-mysql \
		-plugin-sql-odbc \
		-plugin-sql-psql \
		-plugin-sql-sqlite \
	%endif
	-plugin-style-cde \
	-plugin-style-compact \
	-plugin-style-motif \
	-plugin-style-sgi \
	-plugin-style-platinum \
	-plugin-style-motifplus \
	-thread \
	-stl \
	-qt-imgfmt-png \
	-qt-imgfmt-jpeg \
	-qt-imgfmt-mng  \
	-system-libpng \
	-system-libjpeg \
	-system-libmng \
	-sm \
	-xkb \
	-xinerama \
	-xrender \
	-xrandr \
	-xcursor \
	-xft \
	-nis \
	-no-tablet \
	-v \
	-xkb \
	$*
}

%if %{buildStatic}

main_configure -static 
pushd src
	%make && make INSTALL_ROOT=%{buildroot} install_target
popd
mkdir -p safelib
mv -f lib/libqt-mt.a safelib
%endif

# Build shared
main_configure -shared 
%make symlinks src-qmake src-moc sub-src sub-tools

%install
export QTDIR=$(/bin/pwd)
export PATH=$(pwd)/stripbin:$QTDIR/bin:$PATH
export MANPATH=$QTDIR/doc/man:$MANPATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
rm -fr %{buildroot}

make install INSTALL_ROOT=%{buildroot}

rm -rf %{buildroot}%{qtdir}/bin/qmake
install -m 0755  %{_builddir}/%{nameqt}-%{version}/qmake/qmake %{buildroot}%{qtdir}/bin/

# David - 3.0.0-0.11mdk - Install a README for Mandriva Linux
install -m 0644 %{SOURCE8} %{buildroot}%{_docdir}/%{name}/README.Mandriva_Linux
perl -pi -e "s|QtVersion|%{version}|" %{buildroot}%{_docdir}/%{name}/README.Mandriva_Linux
perl -pi -e "s|PackageVersion|%{version}-%{release}|" %{buildroot}%{_docdir}/%{name}/README.Mandriva_Linux

# David - 3.0.0-0.11mdk - Install missing documentation
install -d -m 0755 %{buildroot}%{_docdir}/%{name}/
install -m 0644 %{_builddir}/%{nameqt}-%{version}/FAQ       %{buildroot}%{_docdir}/%{name}/
install -m 0644 %{_builddir}/%{nameqt}-%{version}/LICENSE*  %{buildroot}%{_docdir}/%{name}/
install -m 0644 %{_builddir}/%{nameqt}-%{version}/README    %{buildroot}%{_docdir}/%{name}/
install -m 0644 %{_builddir}/%{nameqt}-%{version}/README-QT.TXT %{buildroot}%{_docdir}/%{name}/

# David - 3.0.0-0.11mdk - Install man pages
install -d -m 0755 %{buildroot}%{_mandir}/man1/
for i in %{_builddir}/%{nameqt}-%{version}/doc/man/man1/* ; do
		if [ ! -d $i ] ; then
		   install -m 0644 $i %{buildroot}%{_mandir}/man1/
		fi
done
#
install -d -m 0755 %{buildroot}%{_mandir}/man3/
for i in %{_builddir}/%{nameqt}-%{version}/doc/man/man3/* ; do
	    if [ ! -d $i ] ; then
   			install -m 0644 $i %{buildroot}%{_mandir}/man3/
	    fi
done

install -d -m 0755 %{buildroot}%{_bindir}/
install -m 0755 %{_builddir}/%{nameqt}-%{version}/bin/moc %{buildroot}%{qtdir}/bin/moc

# David - 3.0.1-2mdk - Install .pri files needed to build examples and tutorials
install -d -m 0755 %{buildroot}%{qtdir}/src/
for i in %{_builddir}/%{nameqt}-%{version}/src/*.pri; do
   install -m 0644 $i %{buildroot}%{qtdir}/src/
done

cp -ar %{_builddir}/%{nameqt}-%{version}/examples/ %{buildroot}%{_docdir}/%{name}
cp -ar %{_builddir}/%{nameqt}-%{version}/tutorial/ %{buildroot}%{_docdir}/%{name}

# Fix include directory for examples ( based on David Faure changes )
find %{buildroot}%{_docdir}/%{name}/{examples,tutorial} -name Makefile | xargs perl -pi -e "s|../../../include|%{qtdir}/include|"
find %{buildroot}%{_docdir}/%{name}/{examples,tutorial} -name Makefile | xargs perl -pi -e "s|../../include|%{qtdir}/include|"

# Fix lib directory for examples
find %{buildroot}%{_docdir}/%{name}/{examples,tutorial} -name Makefile | xargs perl -pi -e "s|../../../../lib/libqt-mt.prl|%{_libdir}/libqt-mt.prl|"
find %{buildroot}%{_docdir}/%{name}/{examples,tutorial} -name Makefile | xargs perl -pi -e "s|../../../lib/libqt-mt.prl|%{_libdir}/libqt-mt.prl|"
find %{buildroot}%{_docdir}/%{name}/{examples,tutorial} -name Makefile | xargs perl -pi -e "s|../../lib/libqt-mt.prl|%{_libdir}/libqt-mt.prl|"
find %{buildroot}%{_docdir}/%{name}/{examples,tutorial} -name Makefile | xargs perl -pi -e "s|../../src/qt_professional.pri|%{qtdir}/src/qt_professional.pri|"

# Set RPM_BUILD_DIR to QTDIR
find %{buildroot}%{_docdir}/%{name}/{examples,tutorial} -name Makefile | xargs perl -pi -e "s|%{_builddir}/qt-%{version}|%{qtdir}|"
find %{buildroot}%{_docdir}/%{name}/{examples,tutorial} -name Makefile | xargs perl -pi -e "s|%{_builddir}/qt-x11-free-%{version}/mkspecs/|%{qtdir}/mkspecs/|"
find %{buildroot}%{_docdir}/%{name}/{examples,tutorial} -name Makefile | xargs perl -pi -e "s|%{_builddir}/qt-x11-free-%{version}/|%{qtdir}/|"
find %{buildroot}%{_docdir}/%{name}/{examples,tutorial} -name Makefile | xargs perl -pi -e "s|../../lib/libqassistantclient.prl|%{_libdir}/libqassistantclient.prl|"

# Remove .obj .moc directories
for name in `find %{buildroot}%{_docdir}/%{name}/{examples,tutorial} -type d -name .obj`; do
   rm -rf $name
done
for name in `find %{buildroot}%{_docdir}/%{name}/{examples,tutorial} -type d -name .moc`; do
   rm -rf $name
done

install -m 0755 %{SOURCE5} %{buildroot}%{_bindir}/designer-qt3
install -m 0755 %{SOURCE6} %{buildroot}%{_bindir}/assistant-qt3

pushd %{buildroot}/%{qtdir}/
install -d -m 0755 doc
ln -s %{_docdir}/%{name}/doc/html/ doc/html
popd

install -d -m 0755 %{buildroot}%{_sysconfdir}/profile.d/
cat >> %{buildroot}%{_sysconfdir}/profile.d/90qtdir3.csh << EOF
if (! \$?QTDIR ) then
    setenv QTDIR "%{qtdir}"
endif
if (! \$?QTINC ) then
    setenv QTINC "%{qtdir}/include"
endif
if (! \$?QTLIB ) then
    setenv QTLIB "%{_libdir}"
endif
if (! \$?QT_XFT ) then
    setenv QT_XFT 0
endif
EOF

cat >> %{buildroot}%{_sysconfdir}/profile.d/90qtdir3.sh << EOF
#! /bin/bash
[ -z "\$QTDIR" ] && export QTDIR="%{qtdir}"
[ -z "\$QTINC" ] && export QTINC="%{qtdir}/include"
[ -z "\$QTLIB" ] && export QTLIB="%{_libdir}"
[ -z "\$QT_XFT" ] && export QT_XFT=0
EOF

# Generate default qtrc
install -d -m 0755 %{buildroot}%{_sysconfdir}/
cat >> %{buildroot}%{_sysconfdir}/qtrc << EOF
[3.3]
libraryPath=%{plugindir}

[General]
enableXft=true
font=Sans,10,-1,5,0,0,0,0,0,0
style=plastik
useXft=true
EOF

cat >> %{buildroot}%{_sysconfdir}/kstylerc << EOF
[Settings]
MenuDropShadow=true
MenuOpacity=0.9
MenuTransparencyEngine=Disabled
SemiTransparentRubberband=true
EOF


install -d -m 0755 %{buildroot}%{_datadir}/applications
install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/qt3-assistant.desktop
install -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/applications/qt3-designer.desktop
install -m 0644 %{SOURCE4} %{buildroot}%{_datadir}/applications/qt3-linguist.desktop

# Multiarch fixes
%multiarch_binaries %{buildroot}%{qtdir}/bin/qmake

%multiarch_includes %{buildroot}%{qtdir}/include/qconfig.h

%if %{buildStatic}
# Static install
install -d -m 0755 %{buildroot}%{_libdir}/
install -m644 safelib/*  %{buildroot}/%{_libdir}/
%endif

# Removing invalid symlink. They really should not be here
# Old symlink if was set in right place, would create a cyclic symlynk
cd %{buildroot}%{qtdir}/mkspecs/
if [ -h default ]; then
   rm -f default/linux*
fi
# provide default64 for multiarch devel
%if "%{_lib}" == "lib64"
ln -sf linux-g++-64 default64
%endif
cd -

# Install rpm macros
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.d

mkdir -p %{buildroot}%{_sysconfdir}/X11/xinit.d/
install -m 0755 %{SOURCE9} %{buildroot}%{_sysconfdir}/X11/xinit.d/

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3.8b-43
+ Revision: 718a4fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18762 |14mr|qt4-4.8.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_exceptions 1
%define _default_patch_flags -s -l
%define _default_patch_fuzz 2

# we need private headers to build qt-creator
# but it may change in future so we use condition
%define with_private_headers 1

%bcond_without postgres
%bcond_without mysql
%bcond_without sqlite
%bcond_without tds
%bcond_without cups
%bcond_without webkit
%bcond_without qvfb
%bcond_with openvg
%bcond_without docs
%bcond_without demos
%bcond_without examples

%bcond_with odbc
%bcond_with debug
%bcond_with ibase
%bcond_with phonon

%define major 4

%define _qt_datadir		%{_prefix}/lib/qt4
%define _qt_bindir		%{_qt_datadir}/bin
%define _qt_docdir		%{_docdir}/qt4
%define _qt_libdir		%{_libdir}
%define _qt_includedir		%{_qt_datadir}/include
%define _qt_plugindir		%{_libdir}/qt4/plugins
%define _qt_demodir		%{_qt_datadir}/demos
%define _qt_exampledir		%{_qt_datadir}/examples
%define _qt_importdir		%{_qt_datadir}/imports
%define _qt_translationdir	%{_qt_datadir}/translations

%define libqt			%mklibname qt %{major}
%define libqtdevel		%mklibname qt %{major} -d
%define libqt3support		%mklibname qt3support %{major}
%define libqtcore		%mklibname qtcore %{major}
%define libqtdesigner		%mklibname qtdesigner %{major}
%define libqtgui		%mklibname qtgui %{major}
%define libqtnetwork		%mklibname qtnetwork %{major}
%define libqtopengl		%mklibname qtopengl %{major}
%define libqtsql		%mklibname qtsql %{major}
%define libqtxml		%mklibname qtxml %{major}
%define libqtscripttools	%mklibname qtscripttools %{major}
%define libqtxmlpatterns	%mklibname qtxmlpatterns %{major}
%define libqtsvg		%mklibname qtsvg %{major}
%define libqttest		%mklibname qttest %{major}
%define libqdbus		%mklibname qtdbus %{major}
%define libqtscript		%mklibname qtscript %{major}
%define libqtclucene		%mklibname qtclucene %{major}
%define libqthelp		%mklibname qthelp %{major}
%define libqtwebkit		%mklibname qtwebkit %{major}
%define libqtmultimedia		%mklibname qtmultimedia %{major}
%define libphonon		%mklibname phonon %{major}
%define libqtdeclarative	%mklibname qtdeclarative %{major}
%define libqtopenvg		%mklibname qtopenvg %{major}

Summary:	Qt GUI Toolkit
Name:		qt4
Version:	4.8.6
Release:	5
Epoch:		4
License:	LGPLv2+ with exceptions or GPLv3 with exceptions
Group:		Development/KDE and Qt
Url:		http://qt.nokia.com/
Source0:	http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-%{version}.tar.gz
Source2:	qt4.macros
Source3:	mandriva-designer-qt4.desktop
Source4:	mandriva-assistant-qt4.desktop
Source5:	mandriva-linguist-qt4.desktop
Source10:	qt4.rpmlintrc
Patch0:		qt-everywhere-opensource-src-4.8.5-moc-boost.patch
# Make OpenVG build with -std=gnu++0x
Patch1:		qt-4.8.1-OpenVG-stdc++11.patch
# Disable -std=gnu++0x for WebKit - it isn't ready
Patch2:		qt-4.8.1-WebKit-no-stdc++11.patch
# https://bugs.kde.org/show_bug.cgi?id=256475
Patch3:		qt-4.8.1-transculent-drag-pixmap.patch
Patch4:		qt-everywhere-opensource-src-4.8.0-tp-openssl.patch
# Implement reliable event loops, it's needed to fix KDE integration in LibreOffice
# See https://bugreports.qt-project.org/browse/QTBUG-16934
Patch5:		qt-everywhere-opensource-src-4.8.5-unix-select.patch
Patch6:		QTBUG-34614-l-qclipboard_fix_recursive.patch
Patch7:		QTBUG-37380-glib-honor-ExcludeSocketNotifiers-flag.patch
Patch8:		QTBUG-38585-l-qclipboard_delay.patch
Patch10:	qt-4.8.2-fix-qvfb-build.patch

BuildRequires:	binutils >= 2.18
BuildRequires:	cups-devel
BuildRequires:	jpeg-devel
BuildRequires:	mng-devel
BuildRequires:	pam-devel
BuildRequires:	readline-devel
%if %{mdvver} < 201300
BuildRequires:	termcap-devel
%endif
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1) >= 0.92
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(zlib)
# Make sure we don't link with egl
BuildConflicts:	pkgconfig(egl)
%if %{with phonon}
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
%endif
%if %{with openvg}
BuildRequires:	pkgconfig(vg)
%endif
%if %{with mysql}
BuildRequires:	mysql-devel
%endif
%if %{with odbc}
BuildRequires:	unixODBC-devel
%endif
%if %{with sqlite}
BuildRequires:	pkgconfig(sqlite3)
%endif
%if %{with tds}
BuildRequires:	freetds-devel
%endif
%if %{with ibase}
BuildRequires:	firebird-devel
%endif
%if %{with postgres}
BuildRequires:	postgresql-devel
%endif
%if %{with_private_headers}
BuildRequires:	rsync
%endif

%description
Qt is a GUI software toolkit which simplifies the task of writing and
maintaining GUI (Graphical User Interface) applications for the X
Window System. Qt is written in C++ and is fully object-oriented.

This package contains the shared library needed to run Qt
applications, as well as the README files for Qt.

#------------------------------------------------------------------------
%package common
Group:		Development/KDE and Qt
Summary:	Qt%{major} Config and Language Files

%description common
Configuration and language files for Qt.

%files common
%attr(0755,root,root) %{_sysconfdir}/profile.d/60qt4.sh
%dir %{_qt_bindir}
%dir %{_qt_datadir}
%dir %{_qt_plugindir}
%{_qt_datadir}/phrasebooks/
%dir %{_qt_translationdir}
%{_qt_translationdir}/qt_*.qm
%{_qt_translationdir}/qtscript_*.qm

#------------------------------------------------------------------------
# CORE QT LIBRARIES
#--------------------------------------------------------------------

%package -n %{libqt3support}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqt3support}
Qt component library.

%files -n %{libqt3support}
%{_libdir}/libQt3Support.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtclucene}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtclucene}
Qt component library.

%files -n %{libqtclucene}
%{_libdir}/libQtCLucene.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtcore}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtcore}
Qt component library.

%files -n %{libqtcore}
%{_libdir}/libQtCore.so.%{major}*
%{_qt_plugindir}/codecs/

#--------------------------------------------------------------------
%package -n %{libqdbus}
Summary:	Qt%{major} DBus Library
Group:		System/Libraries

%description -n %{libqdbus}
Qt dbus library.

%files -n %{libqdbus}
%{_libdir}/libQtDBus.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtdeclarative}
Summary:	Qt%{major} Multimedia Library
Group:		System/Libraries
Conflicts:	qt4-qmlviewer < 4:4.8.0-2

%description -n %{libqtdeclarative}
Qt multimedia library.

%files -n %{libqtdeclarative}
%{_libdir}/libQtDeclarative.so.%{major}*
%{_qt_plugindir}/designer/libqdeclarativeview.so

#--------------------------------------------------------------------
%package -n %{libqtdesigner}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtdesigner}
Qt component library.

%files -n %{libqtdesigner}
%{_libdir}/libQtDesigner.so.%{major}*
%{_libdir}/libQtDesignerComponents.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtgui}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtgui}
Qt component library.

%files -n %{libqtgui}
%{_libdir}/libQtGui.so.%{major}*
%{_qt_plugindir}/imageformats/
%dir %{_qt_plugindir}/inputmethods/
%{_qt_plugindir}/inputmethods/libqimsw-multi.so

#--------------------------------------------------------------------
%package -n %{libqthelp}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqthelp}
Qt component library.

%files -n %{libqthelp}
%{_libdir}/libQtHelp.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtmultimedia}
Summary:	Qt%{major} Multimedia Library
Group:		System/Libraries

%description -n %{libqtmultimedia}
Qt multimedia library.

%files -n %{libqtmultimedia}
%{_libdir}/libQtMultimedia.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtnetwork}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtnetwork}
Qt component library.

%files -n %{libqtnetwork}
%{_libdir}/libQtNetwork.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtopengl}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtopengl}
Qt component library.

%files -n %{libqtopengl}
%{_libdir}/libQtOpenGL.so.%{major}*

%if %{with openvg}
#--------------------------------------------------------------------
%package -n %{libqtopenvg}
Summary:	Qt%{major} Multimedia Library
Group:		System/Libraries

%description -n %{libqtopenvg}
Qt multimedia library.

%files -n %{libqtopenvg}
%{_libdir}/libQtOpenVG.so.%{major}*
%endif

#--------------------------------------------------------------------
%package -n %{libqtscript}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtscript}
Qt component library.

%files -n %{libqtscript}
%{_libdir}/libQtScript.so.%{major}*
%{_qt_plugindir}/script/

#--------------------------------------------------------------------
%package -n %{libqtscripttools}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtscripttools}
Qt component library.

%files -n %{libqtscripttools}
%{_libdir}/libQtScriptTools.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtsql}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtsql}
Qt component library.

%files -n %{libqtsql}
%{_libdir}/libQtSql.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtsvg}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtsvg}
Qt component library.

%files -n %{libqtsvg}
%{_libdir}/libQtSvg.so.%{major}*
%{_qt_plugindir}/iconengines/

#--------------------------------------------------------------------
%package -n %{libqttest}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqttest}
Qt component library.

%files -n %{libqttest}
%{_libdir}/libQtTest.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtxml}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtxml}
Qt component library.

%files -n %{libqtxml}
%{_libdir}/libQtXml.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtxmlpatterns}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtxmlpatterns}
Qt component library.

%files -n %{libqtxmlpatterns}
%{_libdir}/libQtXmlPatterns.so.%{major}*


%if %{with webkit}
#--------------------------------------------------------------------
%package -n %{libqtwebkit}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtwebkit}
Qt component library.

%files -n %{libqtwebkit}
%{_libdir}/libQtWebKit.so.%{major}*
%endif

%if %{with phonon}
#--------------------------------------------------------------------
%package -n %{libphonon}
Summary:	Qt%{major} Phonon Library
Group:		System/Libraries

%description -n %{libphonon}
Phonon library for Qt.

%files -n %{libphonon}
%{_libdir}/libphonon.so.%{major}*

#--------------------------------------------------------------------
%package -n phonon-gstreamer
Summary:	Qt%{major} Phonon Gstreamer Backend
Group:		System/Libraries
Provides:	phonon-backend = %{EVRD}
Requires:	gstreamer0.10-plugins-good
Requires:	gstreamer0.10-pulse
Suggests:	gstreamer0.10-ffmpeg
Suggests:	gstreamer0.10-soup

%description -n phonon-gstreamer
Phonon gstreamer backend for Qt.

%files -n phonon-gstreamer
%{_qt_plugindir}/phonon_backend/libphonon_gstreamer.so

#--------------------------------------------------------------------
%package designer-plugin-phonon
Summary:	Qt%{major} Designer Phonon Plugin
Group:		Development/KDE and Qt

%description designer-plugin-phonon
Designer phonon plugin for Qt.

%files designer-plugin-phonon
%{_qt_plugindir}/designer/libphononwidgets.so
%endif

#--------------------------------------------------------------------
%package -n %{libqtdevel}
Summary:	Development files for the Qt GUI toolkit
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}
Requires:	qt4-qtconfig = %{EVRD}
Provides:	qt-devel = %{EVRD}
Provides:	qt4-devel = %{EVRD}
Provides:	libqt4-devel = %{EVRD}
Requires:	%{libqtdeclarative} = %{EVRD}
Requires:	%{libqt3support} = %{EVRD}
Requires:	%{libqt3support} = %{EVRD}
Requires:	%{libqtcore} = %{EVRD}
Requires:	%{libqtdesigner} = %{EVRD}
Requires:	%{libqtgui} = %{EVRD}
Requires:	%{libqtnetwork} = %{EVRD}
Requires:	%{libqtopengl} = %{EVRD}
Requires:	%{libqtsql} = %{EVRD}
Requires:	%{libqtxml} = %{EVRD}
Requires:	%{libqtscripttools} = %{EVRD}
Requires:	%{libqtxmlpatterns} = %{EVRD}
Requires:	%{libqtsvg} = %{EVRD}
Requires:	%{libqtclucene} = %{EVRD}
Requires:	%{libqttest} = %{EVRD}
Requires:	%{libqdbus} = %{EVRD}
%if %{with webkit}
Requires:	%{libqtwebkit} = %{EVRD}
%endif
Requires:	%{libqtscript} = %{EVRD}
Requires:	%{libqthelp} = %{EVRD}
Requires:	%{libqtmultimedia} = %{EVRD}
%if %{with openvg}
Requires:	%{libqtopenvg} = %{EVRD}
%endif
%if %{with phonon}
Requires:	qt4-designer-plugin-phonon = %{EVRD}
Requires:	%{libphonon} = %{EVRD}
%endif
Requires:	qt4-qtdbus = %{EVRD}
Requires:	qt4-designer-plugin-webkit = %{EVRD}
Requires:	qt4-designer-plugin-qt3support = %{EVRD}
Requires(post):	update-alternatives
Requires(postun):update-alternatives
Obsoletes:	%{mklibname -d QtWebKit} < %{version}

%description -n %{libqtdevel}
Necessary files to develop applications using the Qt GUI toolkit:
the header files, the Qt meta object compiler, and static libraries.
Enter in http://qt.nokia.com/ for more information about Qt.

Install %{name}-devel if you want to develop GUI applications using
the Qt toolkit.

%post -n %{libqtdevel}
update-alternatives --install %{_bindir}/qmake qmake %{_qt_bindir}/qmake 20

%postun -n %{libqtdevel}
if ! [ -e %{_qt_bindir}/qmake ]; then
  update-alternatives --remove qmake %{_qt_bindir}/qmake
fi

%files -n %{libqtdevel}
%{_sysconfdir}/rpm/macros.d/qt4.macros
%{_qt_bindir}/lrelease
%{_qt_bindir}/lupdate
%{_qt_bindir}/moc
%{_qt_bindir}/pixeltool
%{_qt_bindir}/qdbusxml2cpp
%{_qt_bindir}/qdbuscpp2xml
%{_qt_bindir}/qmake
%{_qt_bindir}/qt3to4
%{_qt_bindir}/qttracereplay
%{_qt_bindir}/rcc
%{_qt_bindir}/uic*
%{_qt_bindir}/xmlpatternsvalidator
%{_qt_includedir}/Qt*/
%{_qt_datadir}/mkspecs/
%{_qt_datadir}/q3porting.xml
%{_libdir}/libQt3Support.so
%{_libdir}/libQtCLucene.so
%{_libdir}/libQtCore.so
%{_libdir}/libQtDBus.so
%{_libdir}/libQtDeclarative.so
%{_libdir}/libQtDesigner.so
%{_libdir}/libQtDesignerComponents.so
%{_libdir}/libQtGui.so
%{_libdir}/libQtHelp.so
%{_libdir}/libQtMultimedia.so
%{_libdir}/libQtNetwork.so
%{_libdir}/libQtOpenGL.so
%if %{with openvg}
%{_libdir}/libQtOpenVG.so
%endif
%{_libdir}/libQtScript.so
%{_libdir}/libQtScriptTools.so
%{_libdir}/libQtSql.so
%{_libdir}/libQtSvg.so
%{_libdir}/libQtTest.so
%{_libdir}/libQtXml.so
%{_libdir}/libQtXmlPatterns.so
%if %{with webkit}
%{_libdir}/libQtWebKit.so
%endif
%{_libdir}/*.a
%{_libdir}/*.prl
%{_libdir}/pkgconfig/Qt*.pc
%if %{with_private_headers}
%exclude %{_qt_includedir}/*/private/
%endif

#-------------------------------------------------------------------------
%if %{with_private_headers}
%package devel-private
Summary:	Private headers for Qt toolkit
Group:		Development/KDE and Qt
Requires:	qt4-devel = %{EVRD}
BuildArch:	noarch

%description devel-private
The %{name}-devel-private package contains the private headres for Qt4
toolkit. It is needed to build Qt Creator with all features.

%files devel-private
%{_qt_includedir}/QtCore/private/
%{_qt_includedir}/QtDeclarative/private/
%{_qt_includedir}/QtGui/private/
%{_qt_includedir}/QtScript/private/
%{_qt_includedir}/../src/corelib/
%{_qt_includedir}/../src/declarative/
%{_qt_includedir}/../src/gui/
%{_qt_includedir}/../src/script/
%endif

#--------------------------------------------------------------------
%package assistant
Summary:	Qt%{major} Assistantion Doc Utility
Group:		Books/Computer books
Requires:	%{name}-common = %{EVRD}
Requires:	qt4-database-plugin-sqlite = %{EVRD}
Suggests:	qt4-doc = %{EVRD}

%description assistant
Qt Assistant provides a documentation Browser.

%files assistant
%{_qt_bindir}/assistant
%{_qt_bindir}/qcollectiongenerator
%{_qt_bindir}/qhelpconverter
%{_qt_bindir}/qhelpgenerator
%{_datadir}/applications/mandriva-assistant-qt4.desktop
%{_qt_translationdir}/assistant*

#--------------------------------------------------------------------
%package designer
Summary:	Qt%{major} Visual Design Tool
Group:		Development/KDE and Qt
Requires:	%{libqtdevel} = %{EVRD}
Requires:	qt4-designer-plugin-qt3support = %{EVRD}
%if %{with webkit}
Requires:	qt4-designer-plugin-webkit = %{EVRD}
%endif
%if %{with phonon}
Requires:	qt4-designer-plugin-phonon
%endif
%if %{with examples}
Suggests:	qt4-examples = %{EVRD}
%endif
%if %{with demos}
Suggests:	qt4-demos = %{EVRD}
%endif

%description designer
The Qt Designer is a visual design tool that makes designing and
implementing user interfaces a lot easier.

%files designer
%{_qt_bindir}/designer
%{_datadir}/applications/mandriva-designer-qt4.desktop
%{_qt_translationdir}/designer_*

#--------------------------------------------------------------------
%package linguist
Summary:	Qt%{major} Linguist Translation Utility
Group:		Books/Computer books
Requires:	%{name}-common = %{EVRD}

%description linguist
Linguist provides easy translation for Qt GUI's in severall languages.

%files linguist
%{_qt_bindir}/linguist
%{_qt_bindir}/lconvert
%{_datadir}/applications/mandriva-linguist-qt4.desktop
%{_qt_translationdir}/linguist*

#--------------------------------------------------------------------
%package qdoc3
Summary:	Qt%{major} Documentation Generator
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}

%description qdoc3
Qt 4 documentation generator.

%files qdoc3
%{_qt_bindir}/qdoc3

#--------------------------------------------------------------------
%package qtdbus
Summary:	Qt%{major} DBus Binary
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}

%description qtdbus
Dbus interface for Qt.

%files qtdbus
%{_qt_bindir}/qdbus
%{_qt_bindir}/qdbusviewer

#--------------------------------------------------------------------
%package qmlviewer
Summary:	Qt%{major} Qmlviewer Utility
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}

%description qmlviewer
Qmlviewer utility for Qt.

%files qmlviewer
%{_qt_bindir}/qmlviewer
%{_qt_bindir}/qmlplugindump
%{_qt_importdir}/Qt/
%if %{with webkit}
%{_qt_importdir}/QtWebKit/libqmlwebkitplugin.so
%{_qt_importdir}/QtWebKit/qmldir
%endif
%{_qt_plugindir}/bearer/libqgenericbearer.so
%{_qt_plugindir}/bearer/libqnmbearer.so
%{_qt_plugindir}/bearer/libqconnmanbearer.so
%dir %{_qt_plugindir}/qmltooling/
%{_qt_plugindir}/qmltooling/libqmldbg_tcp.so
%{_qt_plugindir}/qmltooling/libqmldbg_inspector.so

#--------------------------------------------------------------------
%package qtconfig
Summary:	Qt%{major} Configuration Utility
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}
Requires(post):	update-alternatives
Requires(postun):update-alternatives

%description qtconfig
Main configuration utility for Qt.

%post qtconfig
update-alternatives --install %{_bindir}/qtconfig qtconfig %{_qt_bindir}/qtconfig 20

%postun qtconfig
if ! [ -e %{_qt_bindir}/qtconfig ]; then
  update-alternatives --remove qtconfig %{_qt_bindir}/qtconfig 
fi

%files qtconfig
%{_qt_bindir}/qtconfig
%{_qt_translationdir}/qtconfig*

#--------------------------------------------------------------------
%if %{with qvfb}
%package qvfb
Summary:	Qt%{major} Embedded Virtual Terminal
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}

%description qvfb
Embedded virtual terminal for Qt support.

%files qvfb
%{_qt_bindir}/qvfb
%{_qt_translationdir}/qvfb*
%endif

#--------------------------------------------------------------------
%package xmlpatterns
Summary:	Qt%{major} Xmlpatterns Utility
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}

%description xmlpatterns
Xmlpatterns utility for Qt.

%files xmlpatterns
%{_qt_bindir}/xmlpatterns

#--------------------------------------------------------------------
%package accessibility-plugin
Summary:	Qt%{major} Accessibility Plugin
Group:		Development/KDE and Qt

%description accessibility-plugin
Acessibility plugins for Qt.

%files accessibility-plugin
%{_qt_plugindir}/accessible/

#--------------------------------------------------------------------
%package designer-plugin-qt3support
Summary:	Qt%{major} designer qt3support plugin
Group:		Development/KDE and Qt

%description designer-plugin-qt3support
Designer plugin for qt3support Qt support.

%files designer-plugin-qt3support
%{_qt_plugindir}/designer/libqt3supportwidgets.so

#--------------------------------------------------------------------
%if %{with webkit}
%package designer-plugin-webkit
Summary:	Qt%{major} Designer Webkit Plugin
Group:		Development/KDE and Qt

%description designer-plugin-webkit
Designer plugin for webkit Qt support.

%files designer-plugin-webkit
%{_qt_plugindir}/designer/libqwebview.so
%endif

#--------------------------------------------------------------------
%package graphicssystems-plugin
Summary:	Qt%{major} Graphicssystems Plugin
Group:		Development/KDE and Qt

%description graphicssystems-plugin
Graphicssystems plugins for Qt.

%files graphicssystems-plugin
%dir %{_qt_plugindir}/graphicssystems/
%{_qt_plugindir}/graphicssystems/libqglgraphicssystem.so
%{_qt_plugindir}/graphicssystems/libqtracegraphicssystem.so
%if %{with openvg}
%{_qt_plugindir}/graphicssystems/libqvggraphicssystem.so
%endif

#--------------------------------------------------------------------
%if %{with ibase}
%package database-plugin-ibase
Summary:	Qt%{major} Database Interbase Plugin
Group:		Development/KDE and Qt

%description database-plugin-ibase
Database plugin for interbase Qt support.

%files database-plugin-ibase
%{_qt_plugindir}/sqldrivers/libqsqlibase.so
%endif

#--------------------------------------------------------------------
%if %{with mysql}
%package database-plugin-mysql
Summary:	Qt%{major} Database MYSQL Plugin
Group:		Development/KDE and Qt

%description database-plugin-mysql
Database plugin for mysql Qt support.

%files database-plugin-mysql
%{_qt_plugindir}/sqldrivers/libqsqlmysql.so
%endif

#--------------------------------------------------------------------
%if %{with odbc}
%package database-plugin-odbc
Summary:	Qt%{major} Database ODBC Plugin
Group:		Development/KDE and Qt

%description database-plugin-odbc
Database plugin for ODBC Qt support.

%files database-plugin-odbc
%{_qt_plugindir}/sqldrivers/libqsqlodbc.so
%endif

#--------------------------------------------------------------------
%if %{with postgres}
%package database-plugin-pgsql
Summary:	Qt%{major} Database PGSQL Plugin
Group:		Development/KDE and Qt

%description database-plugin-pgsql
Database plugin for pgsql Qt support.

%files database-plugin-pgsql
%{_qt_plugindir}/sqldrivers/libqsqlpsql.so
%endif

#--------------------------------------------------------------------
%if %{with sqlite}
%package database-plugin-sqlite
Summary:	Qt%{major} Database SQLITE Plugin
Group:		Databases

%description database-plugin-sqlite
Database plugin for sqlite Qt support.

%files database-plugin-sqlite
%{_qt_plugindir}/sqldrivers/libqsqlite.so
%endif

#--------------------------------------------------------------------
%if %{with tds}
%package database-plugin-tds
Summary:	Q%{major} Database FREETDS Plugin
Group:		Databases

%description database-plugin-tds
Database plugin for freetds Qt support.

%files database-plugin-tds
%{_qt_plugindir}/sqldrivers/libqsqltds.so
%endif

#--------------------------------------------------------------------
%if %{with docs}
%package doc
Summary:	Qt%{major} HTML Documentation
Group:		Books/Computer books
BuildArch:	noarch

%description doc
HTML documentation for the Qt toolkit. To view the documentation,
please load up the file %{_qt_docdir}/html/index.html in your
favourite browser.

%post doc
# Remove old qt4 doc directories
find %{_docdir} -maxdepth 1 -type d -name qt-4.\* -exec rm -rf {} \;

%files doc
%{_qt_docdir}/html/
%{_qt_docdir}/qch/
%{_qt_docdir}/src/
%endif

#--------------------------------------------------------------------
%if %{with demos}
%package demos
Summary:	Qt%{major} Demonstration Applications
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}
Obsoletes:	%{name}-demos < 4:4.8.0
%if %{with docs}
Requires:	%{name}-doc = %{EVRD}
%endif
%if %{with examples}
Suggests:	%{name}-examples = %{EVRD}
%endif

%description demos
Demonstration applications made with Qt %{version}.

%files demos
%{_qt_bindir}/qtdemo
%{_qt_demodir}/
%{_qt_plugindir}/designer/libarthurplugin.so
%endif

#--------------------------------------------------------------------
%if %{with examples}
%package examples
Summary:	Qt%{major} Programs Examples
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}

%description examples
Programs examples made with Qt %{version}.

%files examples
%{_qt_exampledir}/
%{_qt_plugindir}/designer/libcontainerextension.so
%{_qt_plugindir}/designer/libcustomwidgetplugin.so
%{_qt_plugindir}/designer/libtaskmenuextension.so
%{_qt_plugindir}/designer/libworldtimeclockplugin.so
%endif

#--------------------------------------------------------------------
%prep
%setup -q -n qt-everywhere-opensource-src-%{version}
%patch0 -p1 -b .boost
%patch1 -p1 -b .c++11-1~
%patch2 -p1 -b .c++11-2~
%patch3 -p1 -b .kde-bug-256475~
%patch4 -p1 -b .ssl~
%patch5 -p1 -b .unix-select~
%patch6 -p1 -b .qt-bug-34614~
%patch7 -p1 -b .qt-bug-37380~
%patch8 -p0 -b .qt-bug-38585~
%patch10 -p1 -b .fix-qvfb-build~

# let makefile create missing .qm files, the .qm files should be included in qt upstream
for f in translations/*.ts ; do
  touch ${f%.ts}.qm
done

# QMAKE_STRIP need to be clear to allow mdv -debug package
sed -e "s|^QMAKE_STRIP.*=.*|QMAKE_STRIP             =|" -i mkspecs/common/linux.conf
# We use -g1 to override -gdwarf-4 -- the latter needs more
# RAM during QtWebKit build than x86_32 can handle.
sed -e "s|^QMAKE_CFLAGS_RELEASE .*$|QMAKE_CFLAGS_RELEASE    += %{optflags}  -fno-strict-aliasing -DPIC -fPIC -g1| " \
    -e "s|^QMAKE_LFLAGS	.*$|QMAKE_LFLAGS		+= %{ldflags}|" \
    -e "s|^QMAKE_LFLAGS_PLUGIN.*\+= |QMAKE_LFLAGS_PLUGIN += %(echo %ldflags|sed -e 's#-Wl,--no-undefined##') |" \
    -e 's|^QMAKE_CXXFLAGS .*|& -std=gnu++0x|' \
    -i mkspecs/common/gcc-base.conf mkspecs/common/gcc-base-unix.conf

%build
export QTDIR=`/bin/pwd`
export PATH=$QTDIR/bin:$PATH

# Don't include headers or link with /usr/X11R6/{include,lib}
perl -pi -e 's@/X11R6/@/@' mkspecs/linux-*/qmake.conf mkspecs/common/linux.conf

#--------------------------------------------------------
./configure \
    -prefix %{_qt_datadir} \
    -sysconfdir %{_sysconfdir} \
    -libdir %{_libdir} \
    -docdir %{_qt_docdir} \
    -plugindir %{_qt_plugindir} \
    -translationdir %{_qt_translationdir} \
%if %{with debug}
    -debug \
    -verbose \
%else
    -release \
    -silent \
%endif
    -opensource \
    -confirm-license \
    -shared \
    -no-separate-debug-info \
    -no-rpath \
    -no-pch \
    -optimized-qmake \
    -reduce-relocations \
    -openssl-linked \
    -dbus-linked \
    -gtkstyle \
    -xmlpatterns \
    -opengl desktop \
    -platform linux-g++ \
    -xinerama \
    -xrandr \
%if %{with qvfb}
    -qvfb \
%endif
%if !%{with cups}
    -no-cups \
%endif
%if !%{with phonon}
    -no-phonon \
    -no-phonon-backend \
%endif
%if %{with postgres}
    -plugin-sql-psql \
%endif
%if %{with mysql}
    -plugin-sql-mysql \
%else
    -no-sql-mysql \
%endif
%if %{with ibase}
    -plugin-sql-ibase \
%else
    -no-sql-ibase \
%endif
%if %{with sqlite}
    -plugin-sql-sqlite \
    -system-sqlite \
    -no-sql-sqlite2 \
%else
    -no-sql-sqlite \
    -no-sql-sqlite2 \
%endif
%if %{with odbc}
    -plugin-sql-odbc \
%else
    -no-sql-odbc \
%endif
%if %{with tds}
    -plugin-sql-tds \
%else
    -no-sql-tds \
%endif
%if %{with openvg}
    -openvg \
%else
    -no-openvg \
%endif
%if !%{with webkit}
    -no-webkit \
%endif
%if !%{with docs}
    -nomake docs \
%endif
%if !%{with demos}
    -nomake demos \
%endif
%if !%{with examples}
    -nomake examples
%endif

%make

%if %{with qvfb}
    pushd tools/qvfb
    %{_builddir}/qt-everywhere-opensource-src-%{version}/bin/qmake
    %make
    popd
%endif

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_docdir}/%{name}
install -d %{buildroot}%{_sysconfdir}/profile.d

# recreate .qm files
LD_LIBRARY_PATH=`pwd`/lib bin/lrelease translations/*.ts
export PATH=`pwd`/bin:$PATH

make install INSTALL_ROOT=%{buildroot}

%if %{with_private_headers}
# install private headers
# using rsync -R as easy way to preserve relative path names
# we're little cheating here with destination dir to keep things simple
rsync -aR \
  include/Qt{Core,Declarative,Gui,Script}/private \
  src/{corelib,declarative,gui,script}/*/*_p.h \
  %{buildroot}%{_qt_datadir}
%endif

%if %{with qvfb}
# Install qvfb
make install -C tools/qvfb INSTALL_ROOT=%{buildroot}
%else
# Remove qvfb translation files that are installed by default
rm -f %{buildroot}%{_qt_translationdir}/qvfb_*.qm
%endif

%if !%{with docs}
# Remove these doc src files that are installed even if using -nomake-docs
rm -f %{buildroot}%{_qt_docdir}/src/
%endif

mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/applications

# Fix mkspec link
pushd  %{buildroot}%{_qt_datadir}/mkspecs
rm -f default
ln -sf %{_qt_datadir}/mkspecs/linux-g++ default
popd

# Copy examples/tutorial and demos
for d in %{?with_demos:demos} %{?with_examples:examples}; do
   tar --exclude=.obj --exclude=.moc -cf - $d | \
   tar -C %{buildroot}/%{_qt_datadir}/ -xf -
done

# Fix all buildroot paths
find %{buildroot}%{_libdir} -type f -name '*prl' -exec perl -pi -e "s, -L%{_builddir}/\S+,,g" {} \;
find %{buildroot}%{_libdir} -type f -name '*prl' -exec sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" {} \;
find %{buildroot}%{_libdir} -type f -name '*la' -print -exec sed -i -e "s, -L%{_builddir}/?\S+,,g" -e "s,-L../JavaScriptCore/release,,g" -e "s,-ljscore,,g" {} \;
find %{buildroot}/%{_qt_datadir}/mkspecs -name 'qmake.conf' -exec chmod -x -- {} \;
find %{buildroot}/%{_qt_datadir}/mkspecs -name Info.plist.app -exec chmod -x -- {} \;

# Don't reference %{builddir} neither /usr(/X11R6)?/ in .pc files.
perl -pi -e '\
s@-L/usr/X11R6/%{_lib} @@g;\
s@-I/usr/X11R6/include @@g;\
s@-L/%{_builddir}\S+@@g'\
    `find . -name \*.pc`

# Install rpm macros
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/rpm/macros.d

# Profiles
cat > %{buildroot}%{_sysconfdir}/profile.d/60qt4.sh << EOF
#!/bin/bash

# Qt4 is the main Qt on system
export QTDIR=%{_qt_datadir}

[ -z \$QT4DOCDIR ] && export QT4DOCDIR=%{_qt_docdir}

if [ -z \$(echo \$PATH | grep "%{_qt_bindir}") ]; then
    PATH=\${PATH}:%{_qt_bindir}
    export PATH
fi

EOF

# identical binaries are copied, not linked:
rm -f %{buildroot}%{_qt_exampledir}/declarative/cppextensions/qwidgets/QWidgets/libqmlqwidgetsplugin.so
ln -sf %{_qt_exampledir}/declarative/cppextensions/plugins/libqmlqwidgetsplugin.so %{buildroot}%{_qt_exampledir}/declarative/cppextensions/qwidgets/QWidgets/libqmlqwidgetsplugin.so


# Clean WEBKIT test files
rm -fr %{buildroot}%{_qt_datadir}/tests/qt4/tst_*/


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18763 |14mr|qt5-5.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define beta %{nil}
%define api 5
%define major 5
%define qgstmajor 1

%define _qt_prefix %{_libdir}/qt%{api}
%define _qt_bindir %{_qt_prefix}/bin
%define _qt_docdir %{_docdir}/qt%{api}
#define _qt_libdir %{_qt_prefix}/%{_lib}
%define _qt_libdir %{_libdir}
%define _qt_libexecdir %{_qt_prefix}/libexec
%define _qt_includedir %{_includedir}/qt5
%define _qt_plugindir %{_libdir}/qt%{api}/plugins
%define _qt_demodir %{_qt_prefix}/demos
%define _qt_exampledir %{_qt_prefix}/examples
%define _qt_importdir %{_qt_prefix}/imports
%define _qt_datadir %{_datadir}/qt%{api}
%define _qt_sysconfdir %{_sysconfdir}/qt%{api}
%define _qt_testsdir %{_qt_prefix}/tests
%define _qt_translationsdir %{_qt_datadir}/translations

# qt base components
%define qtbluetooth %mklibname qt%{api}bluetooth %{major}
%define qtbluetoothd %mklibname qt%{api}bluetooth -d
%define qtbootstrapd %mklibname qt%{api}bootstrap -d
%define qtconcurrent %mklibname qt%{api}concurrent %{major}
%define qtconcurrentd %mklibname qt%{api}concurrent -d
%define qtcore %mklibname qt%{api}core %{major}
%define qtcored %mklibname qt%{api}core -d
%define qtdbus %mklibname qt%{api}dbus %{major}
%define qtdbusd %mklibname qt%{api}dbus -d
%define qtgui %mklibname qt%{api}gui %{major}
%define qtguid %mklibname qt%{api}gui -d
%define qtnetwork %mklibname qt%{api}network %{major}
%define qtnetworkd %mklibname qt%{api}network -d
%define qtnfc %mklibname qt%{api}nfc %{major}
%define qtnfcd %mklibname qt%{api}nfc -d
%define qtopengl %mklibname qt%{api}opengl %{major}
%define qtopengld %mklibname qt%{api}opengl -d
%define qtpositioning %mklibname qt%{api}positioning %{major}
%define qtpositioningd %mklibname qt%{api}positioning -d
%define qtprintsupport %mklibname qt%{api}printsupport %{major}
%define qtprintsupportd %mklibname qt%{api}printsupport -d
%define qtsensors %mklibname qt%{api}sensors %{major}
%define qtsensorsd %mklibname qt%{api}sensors -d
%define qtserialport %mklibname qt%{api}serialport %{major}
%define qtserialportd %mklibname qt%{api}serialport -d
%define qtsql %mklibname qt%{api}sql %{major}
%define qtsqld %mklibname qt%{api}sql -d
%define qttest %mklibname qt%{api}test %{major}
%define qttestd %mklibname qt%{api}test -d
%define qtwidgets %mklibname qt%{api}widgets %{major}
%define qtwidgetsd %mklibname qt%{api}widgets -d
%define qtquickwidgets %mklibname qt%{api}quickwidgets %{major}
%define qtquickwidgetsd %mklibname qt%{api}quickwidgets -d
%define qtwebsockets %mklibname qt%{api}websockets %{major}
%define qtwebsocketsd %mklibname qt%{api}websockets -d
%define qtx11extras %mklibname qt%{api}x11extras %{major}
%define qtx11extrasd %mklibname qt%{api}x11extras -d
%define qtxml %mklibname qt%{api}xml %{major}
%define qtxmld %mklibname qt%{api}xml -d

# qt extras that might move to separate tarballs at some point
%define qgsttools_p %mklibname qgsttools_p %{qgstmajor}
%define qtclucene %mklibname qt%{api}clucene %{major}
%define qtclucened %mklibname qt%{api}clucene -d
%define qtdeclarative %mklibname qt%{api}declarative %{major}
%define qtdeclaratived %mklibname qt%{api}declarative -d
%define qtdesignercomponents %mklibname qt%{api}designercomponents %{major}
%define qtdesignercomponentsd %mklibname qt%{api}designercomponents -d
%define qtdesigner %mklibname qt%{api}designer %{major}
%define qtdesignerd %mklibname qt%{api}designer -d
%define qthelp %mklibname qt%{api}help %{major}
%define qthelpd %mklibname qt%{api}help -d
%define qtmultimedia %mklibname qt%{api}multimedia %{major}
%define qtmultimediad %mklibname qt%{api}multimedia -d
%define qtmultimediaquick_p %mklibname qt%{api}multimediaquick_p %{major}
%define qtmultimediawidgets %mklibname qt%{api}multimediawidgets %{major}
%define qtmultimediawidgetsd %mklibname qt%{api}multimediawidgets -d
%define qtqml %mklibname qt%{api}qml %{major}
%define qtqmld %mklibname qt%{api}qml -d
%define qtquick %mklibname qt%{api}quick %{major}
%define qtquickd %mklibname qt%{api}quick -d
%define qtquickparticles %mklibname qt%{api}quickparticles %{major}
%define qtquickparticlesd %mklibname qt%{api}quickparticles -d
%define qtquicktest %mklibname qt%{api}quicktest %{major}
%define qtquicktestd %mklibname qt%{api}quicktest -d
%define qtscript %mklibname qt%{api}script %{major}
%define qtscriptd %mklibname qt%{api}script -d
%define qtscripttools %mklibname qt%{api}scripttools %{major}
%define qtscripttoolsd %mklibname qt%{api}scripttools -d
%define qtsvg %mklibname qt%{api}svg %{major}
%define qtsvgd %mklibname qt%{api}svg -d
%define qtwebkit %mklibname qt%{api}webkit %{major}
%define qtwebkitd %mklibname qt%{api}webkit -d
%define qtwebkitwidgets %mklibname qt%{api}webkitwidgets %{major}
%define qtwebkitwidgetsd %mklibname qt%{api}webkitwidgets -d
%define qtxmlpatterns %mklibname qt%{api}xmlpatterns %{major}
%define qtxmlpatternsd %mklibname qt%{api}xmlpatterns -d
%define enginio %mklibname enginio 1
%define enginiod %mklibname enginio -d

%bcond_without directfb
# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit
Name:		qt5
Version:	5.3.2
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
%if "%{beta}" == ""
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/single/qt-everywhere-opensource-src-%{version}.tar.xz
Release:	1
%else
%if "%{beta}" == "rc"
Source0:	http://ftp.fau.de/qtproject/development_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}-%{beta}/single/qt-everywhere-opensource-src-%{version}-RC.tar.xz
%else
Source0:	http://ftp.fau.de/qtproject/development_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}-%{beta}/single/qt-everywhere-opensource-src-%{version}-%{beta}.tar.xz
%endif
Release:	0.%{beta}.1
%endif
Source1:	qt5.macros
Source2:	rosa-assistant-qt%{api}.desktop
Source3:	rosa-designer-qt%{api}.desktop
Source4:	rosa-linguist-qt%{api}.desktop
Source100:	%{name}.rpmlintrc
# See http://bugs.rosalinux.ru/show_bug.cgi?id=2367
Patch1:		qt-everywhere-opensource-src-5.3.1-cmake-linguist.patch
# Build static library used in example to avoid missing dependency
Patch2:		qt-everywhere-opensource-src-5.2.0-staticgrue.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(zlib)
# CUPS
BuildRequires:	cups-devel
# OpenGL
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(glesv2)
# Event loop
BuildRequires:	pkgconfig(glib-2.0)
# GTK theme
BuildRequires:	pkgconfig(gtk+-2.0)
# ICU
BuildRequires:	pkgconfig(icu-uc)
# Multimedia
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(openal)
# For XCB platform plugin:
BuildRequires:	pkgconfig(xcb) >= 1.5
BuildRequires:	pkgconfig(xcb-icccm)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-renderutil)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xcb-render)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xcb-xinerama)
BuildRequires:	pkgconfig(xcb-shape)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xcb-xv)
BuildRequires:	pkgconfig(inputproto)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xcb-xfixes)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xcb-randr)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xkbcomp)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(xkbcommon) >= 0.4.1
BuildRequires:	pkgconfig(xkbcommon-x11) >= 0.4.1
# For proper font access
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
%if %{with directfb}
# DirectFB platform plugin:
BuildRequires:	pkgconfig(directfb)
%endif
# Accessibility
BuildRequires:	pkgconfig(atspi-2)
# Assorted...
BuildRequires:	pkgconfig(libudev)
BuildRequires:	flex bison gperf
# Used for CPU feature detection in configure step
BuildRequires:	gdb
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit.

#----------------------------------------------------------------------------
# qt base components
#----------------------------------------------------------------------------

%package -n %{qtbluetooth}
Summary:	Qt Bluetooth library
Group:		System/Libraries

%description -n %{qtbluetooth}
Qt Bluetooth library.

%files -n %{qtbluetooth}
%{_qt_libdir}/libQt%{api}Bluetooth.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Bluetooth.so.%{major}*
%endif
%{_qt_prefix}/qml/QtBluetooth

#----------------------------------------------------------------------------

%package -n %{qtbluetoothd}
Summary:	Development files for version 5 of the QtBluetooth library
Group:		Development/KDE and Qt
Requires:	%{qtbluetooth} = %{EVRD}

%description -n %{qtbluetoothd}
Development files for version 5 of the QtBluetooth library.

%files -n %{qtbluetoothd}
%{_qt_includedir}/QtBluetooth
%{_qt_libdir}/libQt%{api}Bluetooth.so
%{_qt_libdir}/libQt%{api}Bluetooth.prl
%{_qt_libdir}/cmake/Qt%{api}Bluetooth
%{_qt_libdir}/pkgconfig/Qt%{api}Bluetooth.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Bluetooth.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtbootstrapd}
Summary:	Development files for version 5 if the QtBootstrap library
Group:		Development/KDE and Qt

%description -n %{qtbootstrapd}
Development files for version 5 if the QtBootstrap library.

%files -n %{qtbootstrapd}
%{_qt_libdir}/libQt%{api}Bootstrap.a
%{_qt_libdir}/libQt%{api}Bootstrap.prl
%{_qt_libdir}/pkgconfig/Qt%{api}Bootstrap.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Bootstrap.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtconcurrent}
Summary:	Qt threading library
Group:		System/Libraries

%description -n %{qtconcurrent}
Qt threading library.

%files -n %{qtconcurrent}
%{_qt_libdir}/libQt%{api}Concurrent.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Concurrent.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtconcurrentd}
Summary:	Development files for version 5 of the QtConcurrent library
Group:		Development/KDE and Qt
Requires:	%{qtconcurrent} = %{EVRD}
# Was introduced by mistake
Obsoletes:	%{_lib}qt5concurrent5-devel < %{EVRD}

%description -n %{qtconcurrentd}
Development files for version 5 of the QtConcurrent library.

%files -n %{qtconcurrentd}
%{_qt_includedir}/QtConcurrent
%{_qt_libdir}/libQt%{api}Concurrent.so
%{_qt_libdir}/libQt%{api}Concurrent.prl
%{_qt_libdir}/cmake/Qt%{api}Concurrent
%{_qt_libdir}/pkgconfig/Qt%{api}Concurrent.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Concurrent.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtcore}
Summary:	Qt Core library
Group:		System/Libraries
Requires:	%{name}-qtcore-i18n = %{EVRD}
Obsoletes:	%{_lib}qt5v85 < 5.1.0-8
Obsoletes:	%{_lib}qt5v8_5 < 5.2.0

%description -n %{qtcore}
Qt Core library.

%files -n %{qtcore}
%{_qt_libdir}/libQt%{api}Core.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Core.so.%{major}*
%endif
%dir %{_qt_plugindir}
%{_sysconfdir}/xdg/qtchooser/*.conf

#----------------------------------------------------------------------------

%package -n %{qtcored}
Summary:	Development files for version 5 of the QtCore library
Group:		Development/KDE and Qt
Requires:	%{qtcore} = %{EVRD}
Obsoletes:	%{_lib}qt5v8-devel < 5.2.0

%description -n %{qtcored}
Development files for version 5 of the QtCore library.

%files -n %{qtcored}
%{_qt_docdir}/global
%{_bindir}/moc-qt%{api}
%{_qt_bindir}/moc
%{_bindir}/rcc-qt%{api}
%{_qt_bindir}/rcc
%{_qt_includedir}/QtCore
%{_qt_libdir}/libQt%{api}Core.so
%{_qt_libdir}/libQt%{api}Core.prl
%{_qt_libdir}/cmake/Qt%{api}Core
%{_qt_libdir}/cmake/Qt%{api}/Qt%{api}Config.cmake
%{_qt_libdir}/cmake/Qt%{api}/Qt%{api}ConfigVersion.cmake
%{_qt_libdir}/pkgconfig/Qt%{api}Core.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Core.pc
%endif
%dir %{_qt_libdir}/cmake
%dir %{_qt_libdir}/cmake/Qt%{api}
%dir %{_qt_libdir}/pkgconfig

#----------------------------------------------------------------------------

%package qtcore-i18n
Summary:	Qt Core translations
Group:		System/Libraries
Conflicts:	%{qtcore} < 5.1.0-6
BuildArch:	noarch

%description qtcore-i18n
Qt Core translations.

%files qtcore-i18n
%dir %{_qt_translationsdir}
%lang(ar) %{_qt_translationsdir}/qt_ar.qm
%lang(cs) %{_qt_translationsdir}/qt_cs.qm
%lang(da) %{_qt_translationsdir}/qt_da.qm
%lang(de) %{_qt_translationsdir}/qt_de.qm
%lang(es) %{_qt_translationsdir}/qt_es.qm
%lang(fa) %{_qt_translationsdir}/qt_fa.qm
%lang(fi) %{_qt_translationsdir}/qt_fi.qm
%lang(fr) %{_qt_translationsdir}/qt_fr.qm
%lang(gl) %{_qt_translationsdir}/qt_gl.qm
%lang(he) %{_qt_translationsdir}/qt_he.qm
%lang(hu) %{_qt_translationsdir}/qt_hu.qm
%lang(it) %{_qt_translationsdir}/qt_it.qm
%lang(ja) %{_qt_translationsdir}/qt_ja.qm
%lang(ko) %{_qt_translationsdir}/qt_ko.qm
%lang(lt) %{_qt_translationsdir}/qt_lt.qm
%lang(pl) %{_qt_translationsdir}/qt_pl.qm
%lang(pt) %{_qt_translationsdir}/qt_pt.qm
%lang(ru) %{_qt_translationsdir}/qt_ru.qm
%lang(sk) %{_qt_translationsdir}/qt_sk.qm
%lang(sl) %{_qt_translationsdir}/qt_sl.qm
%lang(sv) %{_qt_translationsdir}/qt_sv.qm
%lang(uk) %{_qt_translationsdir}/qt_uk.qm
%lang(zh_CN) %{_qt_translationsdir}/qt_zh_CN.qm
%lang(zh_TW) %{_qt_translationsdir}/qt_zh_TW.qm
%lang(cs) %{_qt_translationsdir}/qt_help_cs.qm
%lang(da) %{_qt_translationsdir}/qt_help_da.qm
%lang(de) %{_qt_translationsdir}/qt_help_de.qm
%lang(fr) %{_qt_translationsdir}/qt_help_fr.qm
%lang(gl) %{_qt_translationsdir}/qt_help_gl.qm
%lang(hu) %{_qt_translationsdir}/qt_help_hu.qm
%lang(it) %{_qt_translationsdir}/qt_help_it.qm
%lang(ja) %{_qt_translationsdir}/qt_help_ja.qm
%lang(ko) %{_qt_translationsdir}/qt_help_ko.qm
%lang(pl) %{_qt_translationsdir}/qt_help_pl.qm
%lang(ru) %{_qt_translationsdir}/qt_help_ru.qm
%lang(sk) %{_qt_translationsdir}/qt_help_sk.qm
%lang(sl) %{_qt_translationsdir}/qt_help_sl.qm
%lang(uk) %{_qt_translationsdir}/qt_help_uk.qm
%lang(zh_CN) %{_qt_translationsdir}/qt_help_zh_CN.qm
%lang(zh_TW) %{_qt_translationsdir}/qt_help_zh_TW.qm
%lang(cs) %{_qt_translationsdir}/qtbase_cs.qm
%lang(de) %{_qt_translationsdir}/qtbase_de.qm
%lang(fi) %{_qt_translationsdir}/qtbase_fi.qm
%lang(hu) %{_qt_translationsdir}/qtbase_hu.qm
%lang(it) %{_qt_translationsdir}/qtbase_it.qm
%lang(ja) %{_qt_translationsdir}/qtbase_ja.qm
%lang(ru) %{_qt_translationsdir}/qtbase_ru.qm
%lang(sk) %{_qt_translationsdir}/qtbase_sk.qm
%lang(uk) %{_qt_translationsdir}/qtbase_uk.qm
%lang(de) %{_qt_translationsdir}/qtconnectivity_de.qm
%lang(uk) %{_qt_translationsdir}/qtconnectivity_uk.qm
%lang(de) %{_qt_translationsdir}/qtlocation_de.qm
%lang(uk) %{_qt_translationsdir}/qtlocation_uk.qm

#----------------------------------------------------------------------------

%package -n %{qtdbus}
Summary:	Qt DBus connector library
Group:		System/Libraries

%description -n %{qtdbus}
Qt DBus connector library.

%files -n %{qtdbus}
%{_qt_libdir}/libQt%{api}DBus.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}DBus.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtdbusd}
Summary:	Development files for version 5 of the QtDBus library
Group:		Development/KDE and Qt
Requires:	%{qtdbus} = %{EVRD}

%description -n %{qtdbusd}
Development files for version 5 of the QtDBus library.

%files -n %{qtdbusd}
%{_qt_bindir}/qdbuscpp2xml
%{_bindir}/qdbuscpp2xml-qt%{api}
%{_qt_bindir}/qdbusxml2cpp
%{_bindir}/qdbusxml2cpp-qt%{api}
%{_qt_includedir}/QtDBus
%{_qt_libdir}/libQt%{api}DBus.so
%{_qt_libdir}/libQt%{api}DBus.prl
%{_qt_libdir}/cmake/Qt%{api}DBus
%{_qt_libdir}/pkgconfig/Qt%{api}DBus.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}DBus.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtgui}
Summary:	Qt GUI library
Group:		System/Libraries
Suggests:	qt5-style-plugins
Requires:	qt5-output-driver = %{EVRD}
# Force it for now
Requires:	qt5-output-driver-default = %{EVRD}

%description -n %{qtgui}
Qt GUI library.

%files -n %{qtgui}
%{_qt_libdir}/libQt%{api}Gui.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Gui.so.%{major}*
%endif
%{_qt_plugindir}/imageformats
%dir %{_qt_plugindir}/platforminputcontexts
%dir %{_qt_plugindir}/platforms
%dir %{_qt_plugindir}/platformthemes
%dir %{_qt_plugindir}/iconengines
%{_qt_plugindir}/generic
%{_qt_plugindir}/printsupport

#----------------------------------------------------------------------------

%package -n %{qtguid}
Summary:	Development files for version 5 of the QtGui library
Group:		Development/KDE and Qt
Requires:	%{qtgui} = %{EVRD}
# We need all the Platform plugins because the plugin related cmake files in
# %{_qt_libdir}/cmake/Qt%{api}Gui cause fatal errors if the plugins aren't
# installed.
Requires:	%{qtgui}-directfb = %{EVRD}
%ifos linux
Requires:	%{qtgui}-linuxfb = %{EVRD}
%endif
Requires:	%{qtgui}-minimal = %{EVRD}
Requires:	%{qtgui}-offscreen = %{EVRD}
Requires:	%{qtgui}-x11 = %{EVRD}
Requires:	%{qtgui}-eglfs = %{EVRD}
Requires:	%{qtgui}-kms = %{EVRD}
Requires:	%{qtgui}-minimalegl = %{EVRD}
Requires:	%{name}-platformtheme-gtk2 = %{EVRD}

%description -n %{qtguid}
Development files for version 5 of the QtGui library.

%files -n %{qtguid}
%{_qt_bindir}/uic
%{_bindir}/uic-qt%{api}
%{_qt_includedir}/QtGui
%{_qt_includedir}/QtPlatformSupport
%{_qt_includedir}/QtUiTools
%{_qt_libdir}/libQt%{api}Gui.so
%{_qt_libdir}/libQt%{api}Gui.prl
%{_qt_libdir}/libQt%{api}PlatformSupport.a
%{_qt_libdir}/libQt%{api}PlatformSupport.prl
%{_qt_libdir}/libQt%{api}UiTools.a
%{_qt_libdir}/libQt%{api}UiTools.prl
%{_qt_libdir}/cmake/Qt%{api}Gui
%{_qt_libdir}/cmake/Qt%{api}UiTools
%{_qt_libdir}/pkgconfig/Qt%{api}Gui.pc
%{_qt_libdir}/pkgconfig/Qt%{api}PlatformSupport.pc
%{_qt_libdir}/pkgconfig/Qt%{api}UiTools.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Gui.pc
%{_libdir}/pkgconfig/Qt%{api}PlatformSupport.pc
%{_libdir}/pkgconfig/Qt%{api}UiTools.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtgui}-directfb
Summary:	DirectFB output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}

%description -n %{qtgui}-directfb
DirectFB output driver for QtGui v5.

%files -n %{qtgui}-directfb
%{_qt_plugindir}/platforms/libqdirectfb.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-linuxfb
Summary:	Linux Framebuffer output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}

%description -n %{qtgui}-linuxfb
Linux Framebuffer output driver for QtGui v5.

%files -n %{qtgui}-linuxfb
%{_qt_plugindir}/platforms/libqlinuxfb.so
# FIXME need to determine why those aren't built all the time. We're probably
# missing a BuildRequires: somewhere.
%optional %{_qt_libdir}/fonts

#----------------------------------------------------------------------------

%package -n %{qtgui}-minimal
Summary:	Minimal (Framebuffer based) output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}

%description -n %{qtgui}-minimal
Minimal (Framebuffer based) output driver for QtGui v5.

%files -n %{qtgui}-minimal
%{_qt_plugindir}/platforms/libqminimal.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-offscreen
Summary:	Offscreen output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}

%description -n %{qtgui}-offscreen
Minimal (Framebuffer based) output driver for QtGui v5.

%files -n %{qtgui}-offscreen
%{_qt_plugindir}/platforms/libqoffscreen.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-x11
Summary:	X11 output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}
Provides:	qt5-output-driver-default = %{EVRD}

%description -n %{qtgui}-x11
X11 output driver for QtGui v5.

%files -n %{qtgui}-x11
%{_qt_plugindir}/platforms/libqxcb.so
%{_qt_plugindir}/platforminputcontexts/libibusplatforminputcontextplugin.so
%{_qt_plugindir}/platforminputcontexts/libcomposeplatforminputcontextplugin.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-eglfs
Summary:	EGL fullscreen output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}

%description -n %{qtgui}-eglfs
EGL fullscreen output driver for QtGui v5.

%files -n %{qtgui}-eglfs
%{_qt_plugindir}/platforms/libqeglfs.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-kms
Summary:	KMS output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}

%description -n %{qtgui}-kms
KMS output driver for QtGui v5.

%files -n %{qtgui}-kms
%{_qt_plugindir}/platforms/libqkms.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-minimalegl
Summary:	Minimalistic EGL output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}

%description -n %{qtgui}-minimalegl
Minimalistic EGL output driver for QtGui v5.

%files -n %{qtgui}-minimalegl
%{_qt_plugindir}/platforms/libqminimalegl.so

#----------------------------------------------------------------------------

%package -n %{qtnetwork}
Summary:	Qt Networking library
Group:		System/Libraries

%description -n %{qtnetwork}
Qt Networking library.

%files -n %{qtnetwork}
%{_qt_libdir}/libQt%{api}Network.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Network.so.%{major}*
%endif
%{_qt_plugindir}/bearer

#----------------------------------------------------------------------------

%package -n %{qtnetworkd}
Summary:	Development files for version 5 of the QtNetwork library
Group:		Development/KDE and Qt
Requires:	%{qtnetwork} = %{EVRD}

%description -n %{qtnetworkd}
Development files for version 5 of the QtNetwork library.

%files -n %{qtnetworkd}
%{_qt_includedir}/QtNetwork
%{_qt_libdir}/libQt%{api}Network.so
%{_qt_libdir}/libQt%{api}Network.prl
%{_qt_libdir}/cmake/Qt%{api}Network
%{_qt_libdir}/pkgconfig/Qt%{api}Network.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Network.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtnfc}
Summary:	Qt NFC library
Group:		System/Libraries

%description -n %{qtnfc}
Qt NFC library.

NFC is an extremely short-range (less than 20 centimeters) wireless technology
and has a maximum transfer rate of 424 kbit/s. NFC is ideal for transferring
small packets of data when two devices are touched together.

%files -n %{qtnfc}
%{_qt_libdir}/libQt%{api}Nfc.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Nfc.so.%{major}*
%endif
%{_qt_prefix}/qml/QtNfc

#----------------------------------------------------------------------------

%package -n %{qtnfcd}
Summary:	Development files for version 5 of the QtNfc library
Group:		Development/KDE and Qt
Requires:	%{qtnfc} = %{EVRD}

%description -n %{qtnfcd}
Development files for version 5 of the QtNfc library.

%files -n %{qtnfcd}
%{_qt_includedir}/QtNfc
%{_qt_libdir}/libQt%{api}Nfc.so
%{_qt_libdir}/libQt%{api}Nfc.prl
%{_qt_libdir}/cmake/Qt%{api}Nfc
%{_qt_libdir}/pkgconfig/Qt%{api}Nfc.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Nfc.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtopengl}
Summary:	Qt OpenGL (3D Graphics) library
Group:		System/Libraries

%description -n %{qtopengl}
Qt OpenGL (3D Graphics) library.

%files -n %{qtopengl}
%{_qt_libdir}/libQt%{api}OpenGL.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}OpenGL.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtopengld}
Summary:	Development files for version 5 of the QtOpenGL library
Group:		Development/KDE and Qt
Requires:	%{qtopengl} = %{EVRD}

%description -n %{qtopengld}
Development files for version 5 of the QtOpenGL library.

%files -n %{qtopengld}
%{_qt_includedir}/QtOpenGL
%{_qt_includedir}/QtOpenGLExtensions
%{_qt_libdir}/libQt%{api}OpenGL.so
%{_qt_libdir}/libQt%{api}OpenGL.prl
%{_qt_libdir}/libQt%{api}OpenGLExtensions.a
%{_qt_libdir}/libQt%{api}OpenGLExtensions.prl
%{_qt_libdir}/cmake/Qt%{api}OpenGL
%{_qt_libdir}/cmake/Qt%{api}OpenGLExtensions
%{_qt_libdir}/pkgconfig/Qt%{api}OpenGL.pc
%{_qt_libdir}/pkgconfig/Qt%{api}OpenGLExtensions.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}OpenGL.pc
%{_libdir}/pkgconfig/Qt%{api}OpenGLExtensions.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtpositioning}
Summary:	Qt Positioning library
Group:		System/Libraries

%description -n %{qtpositioning}
Qt Positioning library.

The Qt Positioning API gives developers the ability to determine a position by
using a variety of possible sources, including satellite, or wifi, or text
file, and so on. That information can then be used to for example determine
a position on a map. In addition satellite information can be retrieved and
area based monitoring can be performed.

%files -n %{qtpositioning}
%{_qt_libdir}/libQt%{api}Positioning.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Positioning.so.%{major}*
%endif
%{_qt_prefix}/qml/QtPositioning
%{_qt_plugindir}/position

#----------------------------------------------------------------------------

%package -n %{qtpositioningd}
Summary:	Development files for version 5 of the QtPositioning library
Group:		Development/KDE and Qt
Requires:	%{qtpositioning} = %{EVRD}

%description -n %{qtpositioningd}
Development files for version 5 of the QtPositioning library.

%files -n %{qtpositioningd}
%{_qt_includedir}/QtPositioning
%{_qt_libdir}/libQt%{api}Positioning.so
%{_qt_libdir}/libQt%{api}Positioning.prl
%{_qt_libdir}/cmake/Qt%{api}Positioning
%{_qt_libdir}/pkgconfig/Qt%{api}Positioning.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Positioning.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtprintsupport}
Summary:	Qt printing library
Group:		System/Libraries

%description -n %{qtprintsupport}
Qt printing library.

%files -n %{qtprintsupport}
%{_qt_libdir}/libQt%{api}PrintSupport.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}PrintSupport.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtprintsupportd}
Summary:	Development files for version 5 of the QtPrintSupport library
Group:		Development/KDE and Qt
Requires:	%{qtprintsupport} = %{EVRD}

%description -n %{qtprintsupportd}
Development files for version 5 of the QtPrintSupport library.

%files -n %{qtprintsupportd}
%{_qt_includedir}/QtPrintSupport
%{_qt_libdir}/libQt%{api}PrintSupport.so
%{_qt_libdir}/libQt%{api}PrintSupport.prl
%{_qt_libdir}/cmake/Qt%{api}PrintSupport
%{_qt_libdir}/pkgconfig/Qt%{api}PrintSupport.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}PrintSupport.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtsensors}
Summary:	Qt Sensors library
Group:		System/Libraries

%description -n %{qtsensors}
Qt Sensors library.

%files -n %{qtsensors}
%{_qt_libdir}/libQt%{api}Sensors.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Sensors.so.%{major}*
%endif
%{_qt_prefix}/qml/QtSensors
%{_qt_plugindir}/sensorgestures
%{_qt_plugindir}/sensors

#----------------------------------------------------------------------------

%package -n %{qtsensorsd}
Summary:	Development files for the QtSensors library
Group:		Development/KDE and Qt
Requires:	%{qtsensors} = %{EVRD}

%description -n %{qtsensorsd}
Development files for the QtSensors library.

%files -n %{qtsensorsd}
%{_qt_includedir}/QtSensors
%{_qt_libdir}/libQt%{api}Sensors.so
%{_qt_libdir}/libQt%{api}Sensors.prl
%{_qt_libdir}/cmake/Qt%{api}Sensors
%{_qt_libdir}/pkgconfig/Qt%{api}Sensors.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Sensors.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtserialport}
Summary:	Qt Serial Port library
Group:		System/Libraries

%description -n %{qtserialport}
Qt Serial Port library.

%files -n %{qtserialport}
%{_qt_libdir}/libQt%{api}SerialPort.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}SerialPort.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtserialportd}
Summary:	Development files for the QtSerialPort library
Group:		Development/KDE and Qt
Requires:	%{qtserialport} = %{EVRD}

%description -n %{qtserialportd}
Development files for the QtSerialPort library.

%files -n %{qtserialportd}
%{_qt_includedir}/QtSerialPort
%{_qt_libdir}/libQt%{api}SerialPort.so
%{_qt_libdir}/libQt%{api}SerialPort.prl
%{_qt_libdir}/cmake/Qt%{api}SerialPort
%{_qt_libdir}/pkgconfig/Qt%{api}SerialPort.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}SerialPort.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtsql}
Summary:	Qt SQL library
Group:		System/Libraries

%description -n %{qtsql}
Qt SQL library.

%files -n %{qtsql}
%{_qt_libdir}/libQt%{api}Sql.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Sql.so.%{major}*
%endif
%dir %{_qt_plugindir}/sqldrivers

#----------------------------------------------------------------------------

%package -n %{qtsqld}
Summary:	Development files for version 5 of the QtSql library
Group:		Development/KDE and Qt
Requires:	%{qtsql} = %{EVRD}
# We need all the QtSql plugins because the plugin related cmake files in
# %{_qt_libdir}/cmake/Qt%{api}Sql cause fatal errors if the plugins aren't
# installed.
Requires:	%{qtsql}-mysql = %{EVRD}
Requires:	%{qtsql}-odbc = %{EVRD}
Requires:	%{qtsql}-postgresql = %{EVRD}
Requires:	%{qtsql}-sqlite = %{EVRD}

%description -n %{qtsqld}
Development files for version 5 of the QtSql library.

%files -n %{qtsqld}
%{_qt_includedir}/QtSql
%{_qt_libdir}/libQt%{api}Sql.so
%{_qt_libdir}/libQt%{api}Sql.prl
%{_qt_libdir}/cmake/Qt%{api}Sql
%{_qt_libdir}/pkgconfig/Qt%{api}Sql.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Sql.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtsql}-mysql
Summary:	MySQL support for the QtSql library v5
Group:		System/Libraries
Requires:	%{qtsql} = %{EVRD}
Provides:	%{name}-database-plugin-mysql = %{EVRD}
BuildRequires:	mysql-devel

%description -n %{qtsql}-mysql
MySQL support for the QtSql library v5.

%files -n %{qtsql}-mysql
%{_qt_plugindir}/sqldrivers/libqsqlmysql.so

#----------------------------------------------------------------------------

%package -n %{qtsql}-odbc
Summary:	ODBC support for the QtSql library v5
Group:		System/Libraries
Requires:	%{qtsql} = %{EVRD}
Provides:	%{name}-database-plugin-odbc = %{EVRD}
BuildRequires:	pkgconfig(libiodbc)

%description -n %{qtsql}-odbc
ODBC support for the QtSql library v5.

%files -n %{qtsql}-odbc
%{_qt_plugindir}/sqldrivers/libqsqlodbc.so

#----------------------------------------------------------------------------

%package -n %{qtsql}-postgresql
Summary:	PostgreSQL support for the QtSql library v5
Group:		System/Libraries
Requires:	%{qtsql} = %{EVRD}
Provides:	%{name}-database-plugin-postgresql = %{EVRD}
BuildRequires:	postgresql-devel >= 9.0

%description -n %{qtsql}-postgresql
PostgreSQL support for the QtSql library v5.

%files -n %{qtsql}-postgresql
%{_qt_plugindir}/sqldrivers/libqsqlpsql.so

#----------------------------------------------------------------------------

%package -n %{qtsql}-sqlite
Summary:	SQLite 3.x support for the QtSql library v5
Group:		System/Libraries
Requires:	%{qtsql} = %{EVRD}
Provides:	%{name}-database-plugin-sqlite = %{EVRD}
BuildRequires:	pkgconfig(sqlite3)

%description -n %{qtsql}-sqlite
SQLite 3.x support for the QtSql library v5.

%files -n %{qtsql}-sqlite
%{_qt_plugindir}/sqldrivers/libqsqlite.so

#----------------------------------------------------------------------------

%package -n %{qttest}
Summary:	Qt unit test library
Group:		System/Libraries

%description -n %{qttest}
Qt unit test library.

%files -n %{qttest}
%{_qt_libdir}/libQt%{api}Test.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Test.so.%{major}*
%endif
%{_qt_prefix}/qml/QtTest

#----------------------------------------------------------------------------

%package -n %{qttestd}
Summary:	Development files for version 5 of the QtTest library
Group:		Development/KDE and Qt
Requires:	%{qttest} = %{EVRD}

%description -n %{qttestd}
Development files for version 5 of the QtTest library.

%files -n %{qttestd}
%{_qt_includedir}/QtTest
%{_qt_libdir}/libQt%{api}Test.so
%{_qt_libdir}/libQt%{api}Test.prl
%{_qt_libdir}/cmake/Qt%{api}Test
%{_qt_libdir}/pkgconfig/Qt%{api}Test.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Test.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtwidgets}
Summary:	Qt Widget library
Group:		System/Libraries

%description -n %{qtwidgets}
Qt Widget library.

%files -n %{qtwidgets}
%{_qt_libdir}/libQt%{api}Widgets.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Widgets.so.%{major}*
%endif
%{_qt_plugindir}/accessible

#----------------------------------------------------------------------------

%package -n %{qtwidgetsd}
Summary:	Development files for version 5 of the QtWidgets library
Group:		Development/KDE and Qt
Requires:	%{qtwidgets} = %{EVRD}

%description -n %{qtwidgetsd}
Development files for version 5 of the QtWidgets library.

%files -n %{qtwidgetsd}
%{_qt_includedir}/QtWidgets
%{_qt_libdir}/libQt%{api}Widgets.so
%{_qt_libdir}/libQt%{api}Widgets.prl
%{_qt_libdir}/cmake/Qt%{api}Widgets
%{_qt_libdir}/pkgconfig/Qt%{api}Widgets.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Widgets.pc
%endif

#----------------------------------------------------------------------------
%package -n %{qtquickwidgets}
Summary:	Library for integrating QtQuick with traditional Qt widgets
Group:		System/Libraries

%description -n %{qtquickwidgets}
Library for integrating QtQuick with traditional Qt widgets

%files -n %{qtquickwidgets}
%{_qt_libdir}/libQt%{api}QuickWidgets.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}QuickWidgets.so.%{major}*
%endif

#----------------------------------------------------------------------------
%package -n %{qtquickwidgetsd}
Summary:	Development files for version 5 of the QtQuickWidgets library
Group:		Development/KDE and Qt
Requires:	%{qtquickwidgets} = %{EVRD}

%description -n %{qtquickwidgetsd}
Development files for version 5 of the QtQuickWidgets library.

%files -n %{qtquickwidgetsd}
%{_qt_includedir}/QtQuickWidgets
%{_qt_libdir}/libQt%{api}QuickWidgets.so
%{_qt_libdir}/libQt%{api}QuickWidgets.prl
%{_qt_libdir}/cmake/Qt%{api}QuickWidgets
%{_qt_libdir}/pkgconfig/Qt%{api}QuickWidgets.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}QuickWidgets.pc
%endif

#----------------------------------------------------------------------------
%package -n %{qtwebsockets}
Summary:	Qt %{api} WebSockets library
Group:		System/Libraries

%description -n %{qtwebsockets}
Qt %{api} WebSockets library

%files -n %{qtwebsockets}
%{_qt_libdir}/libQt%{api}WebSockets.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebSockets.so.%{major}*
%endif
%{_qt_prefix}/qml/Qt/WebSockets

#----------------------------------------------------------------------------
%package -n %{qtwebsocketsd}
Summary:	Development files for the Qt %{api} WebSockets library
Group:		Development/KDE and Qt
Requires:	%{qtwebsockets} = %{EVRD}

%description -n %{qtwebsocketsd}
Development files for version 5 of the QtWebSockets library.

%files -n %{qtwebsocketsd}
%{_qt_includedir}/QtWebSockets
%{_qt_libdir}/libQt%{api}WebSockets.so
%{_qt_libdir}/libQt%{api}WebSockets.prl
%{_qt_libdir}/cmake/Qt%{api}WebSockets
%{_qt_libdir}/pkgconfig/Qt%{api}WebSockets.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebSockets.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtxml}
Summary:	Qt XML library
Group:		System/Libraries

%description -n %{qtxml}
Qt XML library.

%files -n %{qtxml}
%{_qt_libdir}/libQt%{api}Xml.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Xml.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtxmld}
Summary:	Development files for version 5 of the QtXml library
Group:		Development/KDE and Qt
Requires:	%{qtxml} = %{EVRD}

%description -n %{qtxmld}
Development files for version 5 of the QtXml library.

%files -n %{qtxmld}
%{_qt_includedir}/QtXml
%{_qt_libdir}/libQt%{api}Xml.so
%{_qt_libdir}/libQt%{api}Xml.prl
%{_qt_libdir}/cmake/Qt%{api}Xml
%{_qt_libdir}/pkgconfig/Qt%{api}Xml.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Xml.pc
%endif

#----------------------------------------------------------------------------
# qt extras
#----------------------------------------------------------------------------

%package -n %{qgsttools_p}
Summary:	Runtime library for GStreamer support in Qt 5
Group:		System/Libraries

%description -n %{qgsttools_p}
Runtime library for GStreamer support in Qt 5.

%files -n %{qgsttools_p}
%{_qt_libdir}/libqgsttools_p.so.%{qgstmajor}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libqgsttools_p.so.%{qgstmajor}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtclucene}
Summary:	Qt version of the CLucene search engine
Group:		System/Libraries

%description -n %{qtclucene}
Qt version of the CLucene search engine.

%files -n %{qtclucene}
%{_qt_libdir}/libQt%{api}CLucene.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}CLucene.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtclucened}
Summary:	Development files for the Qt version of the CLucene search engine
Group:		Development/KDE and Qt
Requires:	%{qtclucene} = %{EVRD}

%description -n %{qtclucened}
Development files for the Qt version of the CLucene search engine.

%files -n %{qtclucened}
%{_qt_includedir}/QtCLucene
%{_qt_libdir}/libQt%{api}CLucene.so
%{_qt_libdir}/libQt%{api}CLucene.prl
%{_qt_libdir}/pkgconfig/Qt%{api}CLucene.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}CLucene.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtdeclarative}
Summary:	Runtime library for Qt Declarative
Group:		System/Libraries
Requires:	%{name}-qtdeclarative-i18n = %{EVRD}

%description -n %{qtdeclarative}
Runtime library for Qt Declarative.

%files -n %{qtdeclarative}
%{_qt_libdir}/libQt%{api}Declarative.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Declarative.so.%{major}*
%endif
%{_qt_plugindir}/qmltooling

#----------------------------------------------------------------------------

%package -n %{qtdeclaratived}
Summary:	Development files for Qt Declarative
Group:		Development/KDE and Qt
Requires:	%{qtdeclarative} = %{EVRD}

%description -n %{qtdeclaratived}
Development files for Qt Declarative.

%files -n %{qtdeclaratived}
%{_qt_includedir}/QtDeclarative
%{_qt_libdir}/libQt%{api}Declarative.so
%{_qt_libdir}/libQt%{api}Declarative.prl
%{_qt_libdir}/cmake/Qt%{api}Declarative
%{_qt_libdir}/pkgconfig/Qt%{api}Declarative.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Declarative.pc
%endif

#----------------------------------------------------------------------------

%package qtdeclarative-i18n
Summary:	Qt Declarative translations
Group:		System/Libraries
Conflicts:	%{qtdeclarative} < 5.1.0-6
BuildArch:	noarch

%description qtdeclarative-i18n
Qt Declarative translations.

%files qtdeclarative-i18n
%lang(de) %{_qt_translationsdir}/qtdeclarative_de.qm
%lang(fi) %{_qt_translationsdir}/qtdeclarative_fi.qm
%lang(ja) %{_qt_translationsdir}/qtdeclarative_ja.qm
%lang(ru) %{_qt_translationsdir}/qtdeclarative_ru.qm
%lang(sk) %{_qt_translationsdir}/qtdeclarative_sk.qm
%lang(uk) %{_qt_translationsdir}/qtdeclarative_uk.qm

#----------------------------------------------------------------------------

%package -n %{qtdesignercomponents}
Summary:	Components for Qt Designer
Group:		System/Libraries

%description -n %{qtdesignercomponents}
Components for Qt Designer.

%files -n %{qtdesignercomponents}
%{_qt_libdir}/libQt%{api}DesignerComponents.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}DesignerComponents.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtdesignercomponentsd}
Summary:	Development files for Qt Designer Components
Group:		Development/KDE and Qt
Requires:	%{qtdesignercomponents} = %{EVRD}

%description -n %{qtdesignercomponentsd}
Development files for Qt Designer Components.

%files -n %{qtdesignercomponentsd}
%{_qt_includedir}/QtDesignerComponents
%{_qt_libdir}/libQt%{api}DesignerComponents.so
%{_qt_libdir}/libQt%{api}DesignerComponents.prl
%{_qt_libdir}/pkgconfig/Qt%{api}DesignerComponents.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}DesignerComponents.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtdesigner}
Summary:	Qt Designer runtime libraries
Group:		System/Libraries

%description -n %{qtdesigner}
Qt Designer runtime libraries.

%files -n %{qtdesigner}
%{_qt_libdir}/libQt%{api}Designer.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Designer.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtdesignerd}
Summary:	Development files for Qt Designer
Group:		Development/KDE and Qt
Requires:	%{qtdesigner} = %{EVRD}

%description -n %{qtdesignerd}
Development files for Qt Designer.

%files -n %{qtdesignerd}
%{_qt_includedir}/QtDesigner
%{_qt_libdir}/libQt%{api}Designer.so
%{_qt_libdir}/libQt%{api}Designer.prl
%{_qt_libdir}/cmake/Qt%{api}Designer
%{_qt_libdir}/pkgconfig/Qt%{api}Designer.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Designer.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qthelp}
Summary:	Runtime libraries for the Qt Help system
Group:		System/Libraries

%description -n %{qthelp}
Runtime libraries for the Qt Help system.

%files -n %{qthelp}
%{_qt_libdir}/libQt%{api}Help.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Help.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qthelpd}
Summary:	Development files for Qt Help
Group:		Development/KDE and Qt
Requires:	%{qthelp} = %{EVRD}

%description -n %{qthelpd}
Development files for Qt Help, useful if you wish to add a help system
to your application.

%files -n %{qthelpd}
%{_qt_includedir}/QtHelp
%{_qt_libdir}/libQt%{api}Help.so
%{_qt_libdir}/libQt%{api}Help.prl
%{_qt_libdir}/cmake/Qt%{api}Help
%{_qt_libdir}/pkgconfig/Qt%{api}Help.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Help.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtmultimedia}
Summary:	Qt Multimedia libraries
Group:		System/Libraries
Requires:	%{name}-qtmultimedia-i18n = %{EVRD}

%description -n %{qtmultimedia}
Qt Multimedia libraries.

%files -n %{qtmultimedia}
%{_qt_libdir}/libQt%{api}Multimedia.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Multimedia.so.%{major}*
%endif
%{_qt_plugindir}/audio
%{_qt_plugindir}/mediaservice
%{_qt_plugindir}/playlistformats

#----------------------------------------------------------------------------

%package -n %{qtmultimediad}
Summary:	Development files for Qt Multimedia
Group:		Development/KDE and Qt
Requires:	%{qtmultimedia} = %{EVRD}

%description -n %{qtmultimediad}
Development files for Qt Multimedia.

%files -n %{qtmultimediad}
%{_qt_includedir}/QtMultimedia
%{_qt_includedir}/QtMultimediaQuick_p
%{_qt_libdir}/libQt%{api}Multimedia.so
%{_qt_libdir}/libQt%{api}Multimedia.prl
%{_qt_libdir}/cmake/Qt%{api}Multimedia
%{_qt_libdir}/pkgconfig/Qt%{api}Multimedia.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Multimedia.pc
%endif

#----------------------------------------------------------------------------

%package qtmultimedia-i18n
Summary:	Qt Multimedia translations
Group:		System/Libraries
Conflicts:	%{qtmultimedia} < 5.1.0-6
BuildArch:	noarch

%description qtmultimedia-i18n
Qt Multimedia translations.

%files qtmultimedia-i18n
%lang(cs) %{_qt_translationsdir}/qtmultimedia_cs.qm
%lang(de) %{_qt_translationsdir}/qtmultimedia_de.qm
%lang(fi) %{_qt_translationsdir}/qtmultimedia_fi.qm
%lang(hu) %{_qt_translationsdir}/qtmultimedia_hu.qm
%lang(it) %{_qt_translationsdir}/qtmultimedia_it.qm
%lang(ja) %{_qt_translationsdir}/qtmultimedia_ja.qm
%lang(ru) %{_qt_translationsdir}/qtmultimedia_ru.qm
%lang(sk) %{_qt_translationsdir}/qtmultimedia_sk.qm
%lang(uk) %{_qt_translationsdir}/qtmultimedia_uk.qm

#----------------------------------------------------------------------------

%package -n %{qtmultimediaquick_p}
Summary:	Runtime support library for the Qt Multimedia Quick module
Group:		System/Libraries

%description -n %{qtmultimediaquick_p}
Runtime support library for the Qt Multimedia Quick module.

%files -n %{qtmultimediaquick_p}
%{_qt_libdir}/libQt%{api}MultimediaQuick_p.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}MultimediaQuick_p.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtmultimediawidgets}
Summary:	Qt Multimedia Widgets library
Group:		System/Libraries

%description -n %{qtmultimediawidgets}
Qt Multimedia Widgets library.

%files -n %{qtmultimediawidgets}
%{_qt_libdir}/libQt%{api}MultimediaWidgets.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}MultimediaWidgets.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtmultimediawidgetsd}
Summary:	Development files for the Qt Multimedia Widgets library
Group:		Development/KDE and Qt
Requires:	%{qtmultimediawidgets} = %{EVRD}
Requires:	%{qtmultimediad} = %{EVRD}
Requires:	%{qtwidgetsd} = %{EVRD}

%description -n %{qtmultimediawidgetsd}
Development files for the Qt Multimedia Widgets library.

%files -n %{qtmultimediawidgetsd}
%{_qt_includedir}/QtMultimediaWidgets
%{_qt_libdir}/libQt%{api}MultimediaWidgets.so
%{_qt_libdir}/libQt%{api}MultimediaWidgets.prl
%{_qt_libdir}/cmake/Qt%{api}MultimediaWidgets
%{_qt_libdir}/pkgconfig/Qt%{api}MultimediaWidgets.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}MultimediaWidgets.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtqml}
Summary:	QML runtime support library
Group:		System/Libraries

%description -n %{qtqml}
QML runtime support library.

%files -n %{qtqml}
%{_qt_libdir}/libQt%{api}Qml.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Qml.so.%{major}*
%endif
%dir %{_qt_prefix}/qml
%dir %{_qt_prefix}/qml/Qt
%dir %{_qt_prefix}/qml/Qt/labs
%{_qt_prefix}/qml/Qt/labs/folderlistmodel
%{_qt_prefix}/qml/Qt/labs/settings/
%{_qt_prefix}/qml/QtAudioEngine
%{_qt_prefix}/qml/QtGraphicalEffects
%{_qt_prefix}/qml/QtMultimedia
%{_qt_prefix}/qml/QtQml
%{_qt_plugindir}/qml1tooling/libqmldbg_inspector.so
%{_qt_plugindir}/qml1tooling/libqmldbg_tcp_qtdeclarative.so

#----------------------------------------------------------------------------

%package -n %{qtqmld}
Summary:	Development files for the Qt QML library
Group:		Development/KDE and Qt
Requires:	%{qtqml} = %{EVRD}

%description -n %{qtqmld}
Development files for the Qt QML library.

%files -n %{qtqmld}
%{_qt_includedir}/QtQml
%{_qt_libdir}/libQt%{api}Qml.so
%{_qt_libdir}/libQt%{api}Qml.prl
%{_qt_libdir}/libQt%{api}QmlDevTools.a
%{_qt_libdir}/libQt%{api}QmlDevTools.prl
%{_qt_libdir}/cmake/Qt%{api}Qml
%{_qt_libdir}/pkgconfig/Qt%{api}Qml.pc
%{_qt_libdir}/pkgconfig/Qt%{api}QmlDevTools.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Qml.pc
%{_libdir}/pkgconfig/Qt%{api}QmlDevTools.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtquick}
Summary:	Runtime library for Qt Quick
Group:		System/Libraries
Requires:	%{name}-qtquick-i18n = %{EVRD}

%description -n %{qtquick}
Runtime library for Qt Quick.

%files -n %{qtquick}
%{_qt_libdir}/libQt%{api}Quick.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Quick.so.%{major}*
%endif
%dir %{_qt_importdir}
%dir %{_qt_importdir}/Qt
%dir %{_qt_importdir}/Qt/labs
%{_qt_importdir}/Qt/labs/folderlistmodel
%{_qt_importdir}/Qt/labs/gestures
%{_qt_importdir}/Qt/labs/particles
%{_qt_importdir}/Qt/labs/shaders
%{_qt_importdir}/builtins.qmltypes
%{_qt_prefix}/qml/QtQuick.2
%{_qt_prefix}/qml/QtQuick

#----------------------------------------------------------------------------

%package -n %{qtquickd}
Summary:	Development files for Qt Quick
Group:		Development/KDE and Qt
Requires:	%{qtquick} = %{EVRD}

%description -n %{qtquickd}
Development files for Qt Quick.

%files -n %{qtquickd}
%{_qt_includedir}/QtQuick
%{_qt_libdir}/libQt%{api}Quick.so
%{_qt_libdir}/libQt%{api}Quick.prl
%{_qt_libdir}/cmake/Qt%{api}Quick
%{_qt_libdir}/pkgconfig/Qt%{api}Quick.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Quick.pc
%endif

#----------------------------------------------------------------------------

%package qtquick-i18n
Summary:	Qt Quick translations
Group:		System/Libraries
Conflicts:	%{qtquick} < 5.1.0-6
BuildArch:	noarch

%description qtquick-i18n
Qt Quick translations.

%files qtquick-i18n
%lang(cs) %{_qt_translationsdir}/qtquick1_cs.qm
%lang(de) %{_qt_translationsdir}/qtquick1_de.qm
%lang(fi) %{_qt_translationsdir}/qtquick1_fi.qm
%lang(hu) %{_qt_translationsdir}/qtquick1_hu.qm
%lang(it) %{_qt_translationsdir}/qtquick1_it.qm
%lang(ja) %{_qt_translationsdir}/qtquick1_ja.qm
%lang(ru) %{_qt_translationsdir}/qtquick1_ru.qm
%lang(sk) %{_qt_translationsdir}/qtquick1_sk.qm
%lang(uk) %{_qt_translationsdir}/qtquick1_uk.qm

#----------------------------------------------------------------------------

%package -n %{qtquickparticles}
Summary:	Runtime library for Qt Quick's particle engine
Group:		System/Libraries

%description -n %{qtquickparticles}
Runtime library for Qt Quick's particle engine.

%files -n %{qtquickparticles}
%{_qt_libdir}/libQt%{api}QuickParticles.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}QuickParticles.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtquickparticlesd}
Summary:	Development files for Qt Quick's particle engine
Group:		Development/KDE and Qt
Requires:	%{qtquickparticles} = %{EVRD}

%description -n %{qtquickparticlesd}
Development files for Qt Quick's particle engine.

%files -n %{qtquickparticlesd}
%{_qt_includedir}/QtQuickParticles
%{_qt_libdir}/libQt%{api}QuickParticles.so
%{_qt_libdir}/libQt%{api}QuickParticles.prl
%{_qt_libdir}/pkgconfig/Qt%{api}QuickParticles.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}QuickParticles.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtquicktest}
Summary:	Qt Quick unit test module
Group:		System/Libraries

%description -n %{qtquicktest}
Qt Quick unit test module.

%files -n %{qtquicktest}
%{_qt_libdir}/libQt%{api}QuickTest.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}QuickTest.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtquicktestd}
Summary:	Development files for Qt Quick's unit test module
Group:		Development/KDE and Qt
Requires:	%{qtquicktest} = %{EVRD}

%description -n %{qtquicktestd}
Development files for Qt Quick's unit test module.

%files -n %{qtquicktestd}
%{_qt_includedir}/QtQuickTest
%{_qt_libdir}/libQt%{api}QuickTest.so
%{_qt_libdir}/libQt%{api}QuickTest.prl
%{_qt_libdir}/cmake/Qt%{api}QuickTest
%{_qt_libdir}/pkgconfig/Qt%{api}QuickTest.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}QuickTest.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtscript}
Summary:	Qt Script runtime library
Group:		System/Libraries
Requires:	%{name}-qtscript-i18n = %{EVRD}

%description -n %{qtscript}
Qt Script runtime library.

%files -n %{qtscript}
%{_qt_libdir}/libQt%{api}Script.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Script.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtscriptd}
Summary:	Development files for Qt Script
Group:		Development/KDE and Qt
Requires:	%{qtscript} = %{EVRD}

%description -n %{qtscriptd}
Development files for Qt Script.

%files -n %{qtscriptd}
%{_qt_includedir}/QtScript
%{_qt_libdir}/libQt%{api}Script.so
%{_qt_libdir}/libQt%{api}Script.prl
%{_qt_libdir}/cmake/Qt%{api}Script
%{_qt_libdir}/pkgconfig/Qt%{api}Script.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Script.pc
%endif

#----------------------------------------------------------------------------

%package qtscript-i18n
Summary:	Qt Script translations
Group:		System/Libraries
Conflicts:	%{qtscript} < 5.1.0-6
BuildArch:	noarch

%description qtscript-i18n
Qt Script translations.

%files qtscript-i18n
%lang(cs) %{_qt_translationsdir}/qtscript_cs.qm
%lang(de) %{_qt_translationsdir}/qtscript_de.qm
%lang(fi) %{_qt_translationsdir}/qtscript_fi.qm
%lang(hu) %{_qt_translationsdir}/qtscript_hu.qm
%lang(it) %{_qt_translationsdir}/qtscript_it.qm
%lang(ja) %{_qt_translationsdir}/qtscript_ja.qm
%lang(ru) %{_qt_translationsdir}/qtscript_ru.qm
%lang(sk) %{_qt_translationsdir}/qtscript_sk.qm
%lang(uk) %{_qt_translationsdir}/qtscript_uk.qm

#----------------------------------------------------------------------------

%package -n %{qtscripttools}
Summary:	Qt Script tools library
Group:		System/Libraries

%description -n %{qtscripttools}
Qt Script tools library.

%files -n %{qtscripttools}
%{_qt_libdir}/libQt%{api}ScriptTools.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}ScriptTools.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtscripttoolsd}
Summary:	Development files for Qt Script tools
Group:		Development/KDE and Qt
Requires:	%{qtscripttools} = %{EVRD}

%description -n %{qtscripttoolsd}
Development files for Qt Script tools.

%files -n %{qtscripttoolsd}
%{_qt_includedir}/QtScriptTools
%{_qt_libdir}/libQt%{api}ScriptTools.so
%{_qt_libdir}/libQt%{api}ScriptTools.prl
%{_qt_libdir}/cmake/Qt%{api}ScriptTools
%{_qt_libdir}/pkgconfig/Qt%{api}ScriptTools.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}ScriptTools.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtsvg}
Summary:	Qt SVG rendering engine
Group:		System/Libraries

%description -n %{qtsvg}
Qt SVG rendering engine.

%files -n %{qtsvg}
%{_qt_libdir}/libQt%{api}Svg.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Svg.so.%{major}*
%endif
%{_qt_plugindir}/iconengines/libqsvgicon.so

#----------------------------------------------------------------------------

%package -n %{qtsvgd}
Summary:	Development files for Qt's SVG rendering engine
Group:		Development/KDE and Qt
Requires:	%{qtsvg} = %{EVRD}

%description -n %{qtsvgd}
Development files for Qt's SVG rendering engine.

%files -n %{qtsvgd}
%{_qt_includedir}/QtSvg
%{_qt_libdir}/libQt%{api}Svg.so
%{_qt_libdir}/libQt%{api}Svg.prl
%{_qt_libdir}/cmake/Qt%{api}Svg
%{_qt_libdir}/pkgconfig/Qt%{api}Svg.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Svg.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtwebkit}
Summary:	Qt WebKit web browsing library
Group:		System/Libraries
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	flex bison gperf ruby
BuildRequires:	icu-devel

%description -n %{qtwebkit}
Qt WebKit web browsing library.

%files -n %{qtwebkit}
%{_qt_libdir}/libQt%{api}WebKit.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebKit.so.%{major}*
%endif
%{_qt_importdir}/QtWebKit
%{_qt_prefix}/qml/QtWebKit
%{_qt_libexecdir}/QtWebProcess
%{_qt_libexecdir}/QtWebPluginProcess

#----------------------------------------------------------------------------

%package -n %{qtwebkitd}
Summary:	Development files for the Qt WebKit web browsing library
Group:		Development/KDE and Qt
Requires:	%{qtwebkit} = %{EVRD}

%description -n %{qtwebkitd}
Development files for the Qt WebKit web browsing library.

%files -n %{qtwebkitd}
%{_qt_includedir}/QtWebKit
%{_qt_libdir}/libQt%{api}WebKit.so
%{_qt_libdir}/libQt%{api}WebKit.prl
%{_qt_libdir}/cmake/Qt%{api}WebKit
%{_qt_libdir}/pkgconfig/Qt%{api}WebKit.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebKit.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtwebkitwidgets}
Summary:	Qt WebKit Widgets library
Group:		System/Libraries

%description -n %{qtwebkitwidgets}
Qt WebKit Widgets library.

%files -n %{qtwebkitwidgets}
%{_qt_libdir}/libQt%{api}WebKitWidgets.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebKitWidgets.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtwebkitwidgetsd}
Summary:	Development files for the Qt WebKit Widgets library
Group:		Development/KDE and Qt
Requires:	%{qtwebkitwidgets} = %{EVRD}
Requires:	%{qtwebkitd} = %{EVRD}
Requires:	%{qtwidgetsd} = %{EVRD}

%description -n %{qtwebkitwidgetsd}
Development files for the Qt WebKit Widgets library.

%files -n %{qtwebkitwidgetsd}
%{_qt_includedir}/QtWebKitWidgets
%{_qt_libdir}/libQt%{api}WebKitWidgets.so
%{_qt_libdir}/libQt%{api}WebKitWidgets.prl
%{_qt_libdir}/cmake/Qt%{api}WebKitWidgets
%{_qt_libdir}/pkgconfig/Qt%{api}WebKitWidgets.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebKitWidgets.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtx11extras}
Summary:	Qt X11 Extras library
Group:		System/Libraries

%description -n %{qtx11extras}
Qt X11 Extras library.

%files -n %{qtx11extras}
%{_qt_libdir}/libQt%{api}X11Extras.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}X11Extras.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtx11extrasd}
Summary:	Development files for the QtX11Extras library
Group:		Development/KDE and Qt
Requires:	%{qtx11extras} = %{EVRD}

%description -n %{qtx11extrasd}
Development files for the QtX11Extras library.

%files -n %{qtx11extrasd}
%{_qt_includedir}/QtX11Extras
%{_qt_libdir}/libQt%{api}X11Extras.so
%{_qt_libdir}/libQt%{api}X11Extras.prl
%{_qt_libdir}/cmake/Qt%{api}X11Extras
%{_qt_libdir}/pkgconfig/Qt%{api}X11Extras.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}X11Extras.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtxmlpatterns}
Summary:	Qt XSLT engine
Group:		System/Libraries
Requires:	%{qtxml} = %{EVRD}
Requires:	%{name}-qtxmlpatterns-i18n = %{EVRD}

%description -n %{qtxmlpatterns}
Qt XSLT engine.

%files -n %{qtxmlpatterns}
%{_qt_libdir}/libQt%{api}XmlPatterns.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}XmlPatterns.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtxmlpatternsd}
Summary:	Development files for Qt's XSLT engine
Group:		Development/KDE and Qt
Requires:	%{qtxmlpatterns} = %{EVRD}
Requires:	%{qtxmld} = %{EVRD}

%description -n %{qtxmlpatternsd}
Development files for Qt's XSLT engine.

%files -n %{qtxmlpatternsd}
%{_qt_includedir}/QtXmlPatterns
%{_qt_libdir}/libQt%{api}XmlPatterns.so
%{_qt_libdir}/libQt%{api}XmlPatterns.prl
%{_qt_libdir}/cmake/Qt%{api}XmlPatterns
%{_qt_libdir}/pkgconfig/Qt%{api}XmlPatterns.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}XmlPatterns.pc
%endif

#----------------------------------------------------------------------------

%package -n %{enginio}
Summary:	Enginio (Qt Cloud Storage) library
Group:		Development/KDE and Qt

%description -n %{enginio}
Enginio (Qt Cloud Storage) library

%files -n %{enginio}
%{_qt_libdir}/libEnginio.so.1*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libEnginio.so.1*
%endif
%{_qt_prefix}/qml/Enginio

#----------------------------------------------------------------------------

%package -n %{enginiod}
Summary:	Development files for Enginio (Qt Cloud Storage)
Group:		Development/KDE and Qt
Requires:	%{enginio} = %{EVRD}

%description -n %{enginiod}
Development files for Enginio (Qt Cloud Storage)

%files -n %{enginiod}
%{_qt_includedir}/Enginio
%{_qt_libdir}/libEnginio.so
%{_qt_libdir}/libEnginio.prl
%{_qt_libdir}/cmake/Qt%{api}Enginio
%{_libdir}/pkgconfig/Enginio.pc

#----------------------------------------------------------------------------

%package qtxmlpatterns-i18n
Summary:	Qt XSLT engine translations
Group:		System/Libraries
Conflicts:	%{qtxmlpatterns} < 5.1.0-6
BuildArch:	noarch

%description qtxmlpatterns-i18n
Qt XSLT engine translations.

%files qtxmlpatterns-i18n
%lang(cs) %{_qt_translationsdir}/qtxmlpatterns_cs.qm
%lang(de) %{_qt_translationsdir}/qtxmlpatterns_de.qm
%lang(hu) %{_qt_translationsdir}/qtxmlpatterns_hu.qm
%lang(it) %{_qt_translationsdir}/qtxmlpatterns_it.qm
%lang(ja) %{_qt_translationsdir}/qtxmlpatterns_ja.qm
%lang(ru) %{_qt_translationsdir}/qtxmlpatterns_ru.qm
%lang(sk) %{_qt_translationsdir}/qtxmlpatterns_sk.qm
%lang(uk) %{_qt_translationsdir}/qtxmlpatterns_uk.qm

#----------------------------------------------------------------------------

%package devel
Summary:	Meta-package for installing all Qt 5 development files
Group:		Development/KDE and Qt
Requires:	%{enginiod} = %{EVRD}
Requires:	%{qtbluetoothd} = %{EVRD}
Requires:	%{qtbootstrapd} = %{EVRD}
Requires:	%{qtconcurrentd} = %{EVRD}
Requires:	%{qtcored} = %{EVRD}
Requires:	%{qtdbusd} = %{EVRD}
Requires:	%{qtguid} = %{EVRD}
Requires:	%{qtnetworkd} = %{EVRD}
Requires:	%{qtopengld} = %{EVRD}
Requires:	%{qtpositioningd} = %{EVRD}
Requires:	%{qtprintsupportd} = %{EVRD}
Requires:	%{qtsensorsd} = %{EVRD}
Requires:	%{qtsqld} = %{EVRD}
Requires:	%{qttestd} = %{EVRD}
Requires:	%{qtwidgetsd} = %{EVRD}
Requires:	%{qtxmld} = %{EVRD}
Requires:	%{qtclucened} = %{EVRD}
Requires:	%{qtdeclaratived} = %{EVRD}
Requires:	%{qtdesignercomponentsd} = %{EVRD}
Requires:	%{qtdesignerd} = %{EVRD}
Requires:	%{qthelpd} = %{EVRD}
Requires:	%{qtmultimediad} = %{EVRD}
Requires:	%{qtmultimediawidgetsd} = %{EVRD}
Requires:	%{qtnfcd} = %{EVRD}
Requires:	%{qtqmld} = %{EVRD}
Requires:	%{qtquickd} = %{EVRD}
Requires:	%{qtquickparticlesd} = %{EVRD}
Requires:	%{qtquicktestd} = %{EVRD}
Requires:	%{qtquickwidgetsd} = %{EVRD}
Requires:	%{qtscriptd} = %{EVRD}
Requires:	%{qtscripttoolsd} = %{EVRD}
Requires:	%{qtsvgd} = %{EVRD}
Requires:	%{qtwebkitd} = %{EVRD}
Requires:	%{qtwebkitwidgetsd} = %{EVRD}
Requires:	%{qtwebsocketsd} = %{EVRD}
Requires:	%{qtxmlpatternsd} = %{EVRD}
Requires:	qmake%{api} = %{EVRD}
Requires:	qlalr%{api} = %{EVRD}
Requires:	%{name}-macros = %{EVRD}

%description devel
Meta-package for installing all Qt 5 development files.

%files devel
# Intentionally empty, we just pull in dependencies

#----------------------------------------------------------------------------
# qt tools etc
#----------------------------------------------------------------------------

%package assistant
Summary:	Qt help system
Group:		Development/KDE and Qt
Suggests:	%{name}-doc = %{EVRD}

%description assistant
Qt help system.

%files assistant
%{_qt_bindir}/assistant
%{_datadir}/applications/rosa-assistant-qt%{api}.desktop
%lang(cs) %{_qt_translationsdir}/assistant_cs.qm
%lang(da) %{_qt_translationsdir}/assistant_da.qm
%lang(de) %{_qt_translationsdir}/assistant_de.qm
%lang(fr) %{_qt_translationsdir}/assistant_fr.qm
%lang(hu) %{_qt_translationsdir}/assistant_hu.qm
%lang(ja) %{_qt_translationsdir}/assistant_ja.qm
%lang(ko) %{_qt_translationsdir}/assistant_ko.qm
%lang(pl) %{_qt_translationsdir}/assistant_pl.qm
%lang(ru) %{_qt_translationsdir}/assistant_ru.qm
%lang(sk) %{_qt_translationsdir}/assistant_sk.qm
%lang(sl) %{_qt_translationsdir}/assistant_sl.qm
%lang(uk) %{_qt_translationsdir}/assistant_uk.qm
%lang(zh_CN) %{_qt_translationsdir}/assistant_zh_CN.qm
%lang(zh_TW) %{_qt_translationsdir}/assistant_zh_TW.qm

#----------------------------------------------------------------------------

%package designer
Summary:	Qt interface design tool
Group:		Development/KDE and Qt
Requires:	%{qtgui}-x11 = %{EVRD}
# for /usr/lib/qt5/bin/uic
Requires:	%{qtguid} = %{EVRD}

%description designer
Qt interface design tool.

%files designer
%{_qt_bindir}/designer
%{_datadir}/applications/rosa-designer-qt%{api}.desktop
%lang(cs) %{_qt_translationsdir}/designer_cs.qm
%lang(de) %{_qt_translationsdir}/designer_de.qm
%lang(fr) %{_qt_translationsdir}/designer_fr.qm
%lang(hu) %{_qt_translationsdir}/designer_hu.qm
%lang(ja) %{_qt_translationsdir}/designer_ja.qm
%lang(ko) %{_qt_translationsdir}/designer_ko.qm
%lang(pl) %{_qt_translationsdir}/designer_pl.qm
%lang(ru) %{_qt_translationsdir}/designer_ru.qm
%lang(sk) %{_qt_translationsdir}/designer_sk.qm
%lang(sl) %{_qt_translationsdir}/designer_sl.qm
%lang(uk) %{_qt_translationsdir}/designer_uk.qm
%lang(zh_CN) %{_qt_translationsdir}/designer_zh_CN.qm
%lang(zh_TW) %{_qt_translationsdir}/designer_zh_TW.qm
%{_qt_plugindir}/designer

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation
Group:		Books/Computer books
BuildArch:	noarch

%description doc
QCH documentation for the Qt toolkit.

%files doc
%{_qt_docdir}/*.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt

%description examples
Example applications for %{name}.

%files examples
%{_qt_exampledir}

#----------------------------------------------------------------------------

%package fonts
Summary:	Fonts for use with some %{name} output plugins
Group:		System/Libraries

%description fonts
Fonts for use with some %{name} output plugins.

These fonts are required for various non-X11 output
plugins (framebuffer device etc.).

They are not required for the normal X11 output.

# FIXME re-add when Qt/E is fixed
#%%files fonts
#%%{_qt_libdir}/fonts

#----------------------------------------------------------------------------

%package linguist
Summary:	Translation tool for Qt based applications
Group:		Development/KDE and Qt
Requires:	%{name}-linguist-tools = %{EVRD}

%description linguist
Translation tool for Qt based applications.

%files linguist
%{_qt_bindir}/linguist
%{_datadir}/applications/rosa-linguist-qt%{api}.desktop
%lang(cs) %{_qt_translationsdir}/linguist_cs.qm
%lang(de) %{_qt_translationsdir}/linguist_de.qm
%lang(fr) %{_qt_translationsdir}/linguist_fr.qm
%lang(hu) %{_qt_translationsdir}/linguist_hu.qm
%lang(ja) %{_qt_translationsdir}/linguist_ja.qm
%lang(ko) %{_qt_translationsdir}/linguist_ko.qm
%lang(pl) %{_qt_translationsdir}/linguist_pl.qm
%lang(ru) %{_qt_translationsdir}/linguist_ru.qm
%lang(sk) %{_qt_translationsdir}/linguist_sk.qm
%lang(sl) %{_qt_translationsdir}/linguist_sl.qm
%lang(uk) %{_qt_translationsdir}/linguist_uk.qm
%lang(zh_CN) %{_qt_translationsdir}/linguist_zh_CN.qm
%lang(zh_TW) %{_qt_translationsdir}/linguist_zh_TW.qm
%dir %{_qt_datadir}/phrasebooks
%lang(da) %{_qt_datadir}/phrasebooks/danish.qph
%lang(nl) %{_qt_datadir}/phrasebooks/dutch.qph
%lang(fi) %{_qt_datadir}/phrasebooks/finnish.qph
%lang(fr) %{_qt_datadir}/phrasebooks/french.qph
%lang(de) %{_qt_datadir}/phrasebooks/german.qph
%lang(hu) %{_qt_datadir}/phrasebooks/hungarian.qph
%lang(it) %{_qt_datadir}/phrasebooks/italian.qph
%lang(ja) %{_qt_datadir}/phrasebooks/japanese.qph
%lang(no) %{_qt_datadir}/phrasebooks/norwegian.qph
%lang(pl) %{_qt_datadir}/phrasebooks/polish.qph
%lang(ru) %{_qt_datadir}/phrasebooks/russian.qph
%lang(es) %{_qt_datadir}/phrasebooks/spanish.qph
%lang(sv) %{_qt_datadir}/phrasebooks/swedish.qph

#----------------------------------------------------------------------------

%package linguist-tools
Summary:	Tools for creating and updating Qt Linguist translation files
Group:		Development/KDE and Qt

%description linguist-tools
Tools for creating and updating Qt Linguist translation files.

%files linguist-tools
%{_qt_bindir}/lconvert
%{_qt_bindir}/lrelease
%{_qt_bindir}/lupdate
%{_bindir}/lconvert-qt%{api}
%{_bindir}/lrelease-qt%{api}
%{_bindir}/lupdate-qt%{api}
%{_qt_libdir}/cmake/Qt%{api}LinguistTools

#----------------------------------------------------------------------------

%package macros
Summary:	Base macros for Qt 5
Group:		Development/KDE and Qt

%description macros
Base macros for Qt 5.

%files macros
%{_sysconfdir}/rpm/macros.d/qt5.macros

#----------------------------------------------------------------------------

%package platformtheme-gtk2
Summary:	GTK 2.x platform theme for Qt 5
Group:		Graphical desktop/KDE
Requires:	%{qtgui} = %{EVRD}
BuildRequires:	pkgconfig(gtk+-x11-2.0)

%description platformtheme-gtk2
GTK 2.x platform theme for Qt 5. This plugin allows Qt to render
controls using GTK 2.x themes - making it integrate better with GTK
based desktops.

%files platformtheme-gtk2
%{_qt_plugindir}/platformthemes/libqgtk2.so

#----------------------------------------------------------------------------

%package -n qdoc%{api}
Summary:	Qt documentation generator, version 5
Group:		Development/KDE and Qt

%description -n qdoc%{api}
Qt documentation generator, version 5.

%files -n qdoc%{api}
%{_qt_bindir}/qdoc

#----------------------------------------------------------------------------

%package -n qmake%{api}
Summary:	Makefile generation system for Qt 5
Group:		Development/KDE and Qt
Requires:	%{name}-macros = %{EVRD}

%description -n qmake%{api}
Makefile generation system for Qt 5.

%files -n qmake%{api}
%{_bindir}/qmake-qt%{api}
%{_qt_bindir}/qmake
%{_qt_prefix}/mkspecs

#----------------------------------------------------------------------------

%package -n qlalr%{api}
Summary:	Qt LALR parser generator
Group:		Development/KDE and Qt
Provides:	qlalr = %{EVRD}

%description -n qlalr%{api}
Qt LALR parser generator

%files -n qlalr%{api}
%{_qt_bindir}/qlalr

#----------------------------------------------------------------------------

%package qml-tools
Summary:	QML tools for Qt 5
Group:		Development/KDE and Qt

%description qml-tools
QML tools for Qt 5.

%files qml-tools
%{_qt_bindir}/qml
%{_qt_bindir}/qml1plugindump
%{_qt_bindir}/qmlbundle
%{_qt_bindir}/qmlimportscanner
%{_qt_bindir}/qmlmin
%{_qt_bindir}/qmlplugindump
%{_qt_bindir}/qmlprofiler
%{_qt_bindir}/qmlscene
%{_qt_bindir}/qmltestrunner
%{_qt_bindir}/qmlviewer
%lang(cs) %{_qt_translationsdir}/qmlviewer_cs.qm
%lang(fi) %{_qt_translationsdir}/qmlviewer_fi.qm
%lang(hu) %{_qt_translationsdir}/qmlviewer_hu.qm
%lang(ja) %{_qt_translationsdir}/qmlviewer_ja.qm
%lang(sk) %{_qt_translationsdir}/qmlviewer_sk.qm
%lang(ru) %{_qt_translationsdir}/qmlviewer_ru.qm
%lang(uk) %{_qt_translationsdir}/qmlviewer_uk.qm

#----------------------------------------------------------------------------

%package tools
Summary:	Tools for Qt 5
Group:		Development/KDE and Qt
Requires:	%{qtgui}-minimal = %{EVRD}
Requires:	%{name}-database-plugin-sqlite = %{EVRD}

%description tools
Tools for Qt 5.

%files tools
%{_qt_bindir}/pixeltool
%{_qt_bindir}/qcollectiongenerator
%{_qt_bindir}/qdbus
%{_qt_bindir}/qdbusviewer
%{_qt_bindir}/qtdiag
%{_qt_bindir}/qhelpconverter
%{_qt_bindir}/qhelpgenerator
%{_qt_bindir}/qtpaths
%{_qt_bindir}/xmlpatterns
%{_qt_bindir}/xmlpatternsvalidator

#----------------------------------------------------------------------------

%prep
%if "%{beta}" != ""
%if "%{beta}" == "rc"
%setup -q -n qt-everywhere-opensource-src-%{version}-RC
%else
%setup -q -n qt-everywhere-opensource-src-%{version}-%{beta}
%endif
%else
%setup -q -n qt-everywhere-opensource-src-%{version}
%endif
%if "%{_qt_libdir}" == "%{_libdir}"
%patch1 -p1 -b .0001~
%endif

%patch2 -p1 -b .0002~

%build
./configure \
	-prefix %{_qt_prefix} \
	-bindir %{_qt_bindir} \
	-libdir %{_qt_libdir} \
	-datadir %{_qt_datadir} \
	-docdir %{_qt_docdir} \
	-headerdir %{_qt_includedir} \
	-plugindir %{_qt_plugindir} \
	-importdir %{_qt_importdir} \
	-translationdir %{_qt_translationsdir} \
	-sysconfdir %{_qt_sysconfdir} \
	-examplesdir %{_qt_exampledir} \
	-testsdir %{_qt_testsdir} \
	-release \
	-opensource \
	-shared \
	-c++11 \
	-largefile \
	-accessibility \
	-no-sql-db2 \
	-no-sql-ibase \
	-plugin-sql-mysql \
	-no-sql-oci \
	-plugin-sql-odbc \
	-plugin-sql-psql \
	-plugin-sql-sqlite \
	-no-sql-sqlite2 \
	-no-sql-tds \
	-system-sqlite \
%ifarch x86_64
	-platform linux-g++-64 \
%endif
%ifarch %{ix86}
	-platform linux-g++-32 \
%endif
%ifarch %{arm}
	-platform linux-g++ \
%endif
	-system-zlib \
	-system-libpng \
	-system-libjpeg \
	-openssl-linked \
	-system-pcre \
	-system-xcb \
	-optimized-qmake \
	-no-nis \
	-cups \
	-iconv \
	-icu \
	-no-strip \
	-pch \
	-dbus-linked \
	-reduce-relocations \
	-xcb \
%if %{with directfb}
	-directfb \
%endif
	-qpa xcb \
	-fontconfig \
	-accessibility \
	-eglfs \
	-gnumake \
	-pkg-config \
	-kms \
	-sm \
	-xinerama \
	-xshape \
	-xvideo \
	-xsync \
	-xinput2 \
	-xcursor \
	-xfixes \
	-xrandr \
	-xrender \
	-xkb \
	-opengl \
	-confirm-license \
	-system-proxies \
	-glib \
	-no-separate-debug-info \
	-no-strip \
%if "%{_qt_libdir}" == "%{_libdir}"
	-no-rpath \
%endif
	-v \
	-I %{_includedir}/iodbc \
	-I %{_includedir}/mysql

# Fix confused Makefiles refering to Enginio includes by Enginio's version number
# (1.0.4) while other bits refer to it by Qt's version number
ln -s %{version} qtenginio/include/Enginio/1.0.4

%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

# Installed, but not useful
rm -f %{buildroot}%{_qt_bindir}/syncqt
rm -f %{buildroot}%{_qt_bindir}/syncqt.pl
# Probably not useful outside of Qt source tree?
rm -f %{buildroot}%{_qt_bindir}/qtmodule-configtests
# Let's not ship -devel files for private libraries... At least not until
# applications teach us otherwise
rm -f %{buildroot}%{_qt_libdir}/libqgsttools_p.so %{buildroot}%{_qt_libdir}/libqgsttools_p.prl
rm -f %{buildroot}%{_qt_libdir}/libQt%{api}MultimediaQuick_p.so %{buildroot}%{_qt_libdir}/libQt%{api}MultimediaQuick_p.prl %{buildroot}%{_qt_libdir}/pkgconfig/Qt%{api}MultimediaQuick_p.pc
# qtconfig doesn't exist anymore - we don't need its translations
rm -f %{buildroot}%{_qt_translationsdir}/qtconfig_*.qm
# Let's make life easier for packagers
mkdir -p %{buildroot}%{_bindir}
for i in qmake moc uic rcc qdbuscpp2xml qdbusxml2cpp lrelease lupdate lconvert; do
	ln -s ../%{_lib}/qt%{api}/bin/$i %{buildroot}%{_bindir}/$i-qt%{api}
done

%if "%{_qt_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# Fix some wrong permissions
find %{buildroot} -type f -perm -0755 -name "*.png" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.svg" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.jpg" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.xml" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.xsl" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.php" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.html" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.js" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.plist.app" |xargs --no-run-if-empty chmod 0644

# Workaround for
# *** ERROR: same build ID in nonidentical files!
#        /usr/lib/qt5/bin/qdbuscpp2xml
#   and  /usr/lib/qt5/bin/moc
# ...
# while generating debug info
find %{buildroot} -type f -perm -0755 |grep -vE '\.(so|qml|sh)' |xargs %__strip --strip-unneeded

# Install rpm macros
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.d

# Install .desktop files for assistant, designer and linguist
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/applications

sed -i s,"/usr/lib/qt5/bin","%{_qt_bindir}",g %{buildroot}%{_datadir}/applications/*.desktop

# Tell qtchooser about us
mkdir -p %{buildroot}%{_sysconfdir}/xdg/qtchooser
cat >%{buildroot}%{_sysconfdir}/xdg/qtchooser/%{name}.conf <<'EOF'
%{_qt_bindir}
%{_qt_libdir}
EOF

%changelog
* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-1
+ Revision: cc83654
- Now build with docs

* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-0.1
+ Revision: faf8c1d
- New version 5.3.2
- Drop merged patch
- Build without docs for now

* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.1-4
+ Revision: 7c2b29b
- Bump release

* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.1-3
+ Revision: e2dc535
- Add patch to make sure we can build and use style plugins again

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.3.1-2
+ Revision: 31b70b1
- MassBuild#440: Increase release tag

* Thu Jun 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.1-1
+ Revision: 9b732d4
- Now build with docs

* Thu Jun 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.1-0.1
+ Revision: 9941f2c
- Update files

* Thu Jun 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.1-0.1
+ Revision: 0add8e7
- Update cmake-linguist patch

* Thu Jun 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.1-0.1
+ Revision: 08ce90a
- New version 5.3.1, build without docs first

* Wed Jun 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.0-5
+ Revision: edc07c1
- Bump release

* Wed Jun 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.0-2
+ Revision: 5eda2fd
- Now build with docs

* Wed Jun 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.0-4
+ Revision: d8b8489
- New version 5.3.0, build without docs first

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.1-4
+ Revision: f843267
- MassBuild#430: Increase release tag

* Thu Apr 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.1-3
+ Revision: b9f45e6
- Bump release

* Thu Apr 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.1-2
+ Revision: 148b085
- Fix .desktop files (again)

* Tue Apr 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.1-2
+ Revision: 9294960
- Update Requires for linguist

* Thu Feb 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.1-1
+ Revision: 7b5f00a
- LOG New build with docs

* Thu Feb 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.1-0.1
+ Revision: 661cc8f
- LOG New version 5.2.1 (build without docs first)

* Sun Dec 22 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.0-2
+ Revision: 9184dd9
- LOG Tighten Requires

* Sun Dec 22 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.0-1
+ Revision: 193a81d
- LOG Update Qt Gui library package Requires

* Thu Dec 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.0-1
+ Revision: 449a77f
- LOG Build with docs

* Thu Dec 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.0-0.1
+ Revision: e4448da
- LOG New version 5.2.0, VP8 is dropped upstream, QtBluetooth, QtNfc and QtPositioning added, update files list

* Fri Aug 30 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.1.1-2
+ Revision: 0a006e1
- LOG Global docs shouldn't be optional

* Thu Aug 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.1.1-1
+ Revision: cca63cd
- LOG New build with docs

* Thu Aug 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.1.1-0.1
+ Revision: a31de81
- LOG New version 5.1.1, first build without docs

* Mon Aug 05 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.1.0-12
+ Revision: 9f16257
- LOG Build without rpath to prevent mesa libGL always being loaded instead of proprietary libGL

* Mon Jul 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.1.0-11
+ Revision: 9043a5d
- LOG Fix QTDIR export in cmake_qt5 macro

* Thu Jul 25 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.1.0-11
+ Revision: d230a71
- LOG Fix linguist tools cmake file

* Thu Jul 25 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.1.0-10.2
+ Revision: b2ca35d
- LOG Make it possible to redefine Qt libdir

* Tue Jul 23 2013 Dmitry Ashkadov <dmitry.ashkadov@rosalab.ru> 5.1.0-10
+ Revision: ba690f6
- Move call of configure script to %build step
- It is bad way to build something in %prep step. All build steps
- should be done in %build including configuring.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18764 |14mr|qt5-style-plugins-5.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qtstyleplugins

Summary:	Additional style plugins for Qt5
Name:		qt5-style-plugins
Version:	5.0.0
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		https://github.com/qtproject/%{oname}
Source0:	%{oname}-%{version}.tar.gz
Patch0:		qtstyleplugins-5.0.0-float.patch
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
Suggests:	qt5-style-cleanlooks
Suggests:	qt5-style-motif
Suggests:	qt5-style-plastique

%description
Additional style plugins for Qt5 moved out of Qt5 base tree.

%files

#----------------------------------------------------------------------------

%package -n qt5-style-cleanlooks
Summary:	Cleanlooks style for Qt5

%description -n qt5-style-cleanlooks
Cleanlooks style for Qt5.

%files -n qt5-style-cleanlooks
%{_qt5_plugindir}/styles/libqcleanlooksstyle.so

#----------------------------------------------------------------------------

%package -n qt5-style-motif
Summary:	Motif style for Qt5

%description -n qt5-style-motif
Motif style for Qt5.

%files -n qt5-style-motif
%{_qt5_plugindir}/styles/libqmotifstyle.so

#----------------------------------------------------------------------------

%package -n qt5-style-plastique
Summary:	Plastique style for Qt5

%description -n qt5-style-plastique
Plastique style for Qt5.

%files -n qt5-style-plastique
%{_qt5_plugindir}/styles/libqplastiquestyle.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1

%build
%qmake_qt5 %{oname}.pro
%make

%install
make install INSTALL_ROOT=%{buildroot}

rm -rf %{buildroot}%{_libdir}/cmake


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0.0-1
+ Revision: 3342fac
- Drop files we don't want to package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18765 |14mr|qt-assistant-adp-4.6.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Compatibility version of Qt Assistant
Name:		qt-assistant-adp
Epoch:		4
Version:	4.6.3
Release:	6
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License:	LGPLv2 with exceptions or GPLv3 with exceptions
Group:		System/Libraries
Url:		http://qt.nokia.com/doc/4.6/qassistantclient.html
Source:		ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-%{version}.tar.gz
# missing header files from Debian (Fathi Boudra)
Source1:	QAssistantClient
Source2:	QtAssistant
# build fixes from Debian (Fathi Boudra)
Patch1:		01_build_system.diff
BuildRequires: qt4-devel >= 4:4.7.0
Conflicts: qt4-assistant < 4:4.6.3

%description
The old version of Qt Assistant, based on Assistant Document Profile (.adp)
files, and the associated QtAssistantClient library, for compatibility with
applications providing help in that format.

New applications should use the new version of Qt Assistant introduced in Qt
4.4, based on the Qt Help Framework also introduced in Qt 4.4, instead.

%define libqassistant %mklibname qassistant 4
%package -n %{libqassistant}
Summary:	QT assistant lib
Group:		System/Libraries
Provides:	qassistantlib = %epoch:%version


%description -n %{libqassistant}
QT assistant lib.

%package devel
Summary:	Development files for the compatibility QAssistantClient
Group:		Development/KDE and Qt
Requires:	%{libqassistant} = %{epoch}:%{version}-%{release}
Requires:	qt4-devel >= 4:4.7.0

%description devel
This package contains the files necessary to build applications using the
deprecated QAssistantClient class (in the deprecated QtAssistantClient
library), which is used together with the legacy Assistant Document
Profile (.adp) version of Qt Assistant.

This class is obsolete. It is provided to keep old source code working. 
We strongly advise against using it in new code. New code should use the
Qt Help Framework introduced in Qt 4.4 and/or the version of Qt Assistant
based on it (also introduced in Qt 4.4) instead.

%prep
%setup -q -n qt-assistant-qassistantclient-library-compat-version-%{version}
%patch1 -p1 -b .build_system
mkdir include
cp -p %{SOURCE1} %{SOURCE2} include/

%build
# build assistant_adp
%qmake_qt4 QT_PRODUCT=OpenSource
%make

# build libQtAssistantClient
pushd lib
%qmake_qt4 CONFIG=create_prl
%make
popd

# build assistant_adp translations
pushd translations
lrelease assistant_adp_*.ts
popd

%install
# install assistant_adp
make install INSTALL_ROOT=%{buildroot}

# install libQtAssistantClient
make install INSTALL_ROOT=%{buildroot} -C lib

# install assistant_adp translations
mkdir -p %{buildroot}%{qt4dir}/translations
install -p -m644 translations/assistant_adp_*.qm \
                 %{buildroot}%{qt4dir}/translations

# install assistant.prf mkspec
install -D -p -m644 features/assistant.prf \
                    %{buildroot}%{qt4dir}/mkspecs/features/assistant.prf

# install missing headers (thanks to Fathi Boudra from Debian)
install -p -m644 include/Q* %{buildroot}%{qt4include}/QtAssistant/

# nuke dangling reference(s) to the buildroot
sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" %{buildroot}%{qt4lib}/*.prl

# let rpm handle binaries conflicts
mkdir %{buildroot}%{_bindir}
pushd %{buildroot}%{qt4bin}
mv assistant_adp ../../../bin/
ln -s ../../../bin/assistant_adp .
popd

# _debug target (see bug #196513)
pushd %{buildroot}%{qt4lib}
echo "INPUT(-lQtAssistantClient)" >libQtAssistantClient_debug.so
popd

# Note that we intentionally DO NOT install a .desktop file for assistant_adp
# because it makes no sense to invoke it without a specific .adp file to open.
# By default, it views the Qt documentation, for which we already have a menu
# entry using the current version of the Qt Assistant, and there is no UI for
# viewing anything different. The .adp file needs to be passed on the command
# line, which is usually done by the application.

%files
%doc LGPL_EXCEPTION.txt LICENSE.LGPL LICENSE.GPL3
%{_bindir}/assistant_adp
%{qt4dir}/translations/*
%{qt4bin}/assistant_adp

%files -n %{libqassistant}
%{qt4lib}/libQtAssistantClient.so.4*

%files devel
%{qt4include}/QtAssistant/
%{qt4lib}/libQtAssistantClient.so
%{qt4lib}/libQtAssistantClient_debug.so
%{qt4lib}/libQtAssistantClient.prl
%{_libdir}/pkgconfig/QtAssistantClient.pc
%{qt4dir}/mkspecs/features/assistant.prf



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4:4.6.3-6
+ Revision: e5aece8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18766 |14mr|qt-components-desktop-20110608-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitversion 20110608


Summary:	A Desktop Qt Quick Component
Name:		qt-components-desktop
Version:	%gitversion
Release:	3
License:	LGPL
Group:		Development/KDE and Qt
Url:		http://qt.gitorious.org/qt-components/desktop
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	qt4-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This contains the research on desktop components for QML.

These files are used by MCC2 and MPM infrastructure.

%prep
%setup -q

%build
qmake
%make

%install
rm -rf %buildroot
mkdir -p %{buildroot}/%_datadir/mandriva/qt-components/desktop
cp -R components %{buildroot}/%{_datadir}/mandriva/qt-components/desktop
cp -R examples %{buildroot}/%{_datadir}/mandriva/qt-components/desktop

%files
%defattr(-,root,root)
%_datadir/mandriva/qt-components



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110608-3
+ Revision: bc35d8d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18767 |14mr|qt-creator-3.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# These are private, filter them
%define __noautoprov 'libAggregation\\.so\\.1(.*)|libCPlusPlus\\.so\\.1(.*)|libExtensionSystem\\.so\\.1(.*)|libGLSL\\.so\\.1(.*)|libLanguageUtils\\.so\\.1(.*)|libQmlDebug\\.so\\.1(.*)|libQmlEditorWidgets\\.so\\.1(.*)|libQmlJS\\.so\\.1(.*)|libQtcSsh\\.so\\.1(.*)|libUtils\\.so\\.1(.*)|libqbscore\\.so\\.1(.*)|libqbsqtprofilesetup\\.so\\.1(.*)|libzeroconf\\.so\\.1(.*)|devel\\((.*)'
%define __noautoreq 'libAggregation\\.so\\.1(.*)|libCPlusPlus\\.so\\.1(.*)|libExtensionSystem\\.so\\.1(.*)|libGLSL\\.so\\.1(.*)|libLanguageUtils\\.so\\.1(.*)|libQmlDebug\\.so\\.1(.*)|libQmlEditorWidgets\\.so\\.1(.*)|libQmlJS\\.so\\.1(.*)|libQtcSsh\\.so\\.1(.*)|libUtils\\.so\\.1(.*)|libqbscore\\.so\\.1(.*)|libqbsqtprofilesetup\\.so\\.1(.*)|libzeroconf\\.so\\.1(.*)|devel\\((.*)'

Summary:	Qt Creator is a lightweight, cross-platform IDE
Name:		qt-creator
Version:	3.2.1
Release:	1
License:	LGPLv2+ and MIT
Group:		Development/KDE and Qt
Url:		http://qt.digia.com/products/developer-tools
Source0:	http://download.qt-project.org/official_releases/qtcreator/%(echo %{version} |cut -d. -f1-2)/%{version}/qt-creator-opensource-src-%{version}.tar.gz
Source1:	%{name}.rpmlintrc
Source2:	Nokia-QtCreator.xml
Patch0:		qt-creator-3.2.0-linkage.patch
# For the Qt5 build...
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Declarative)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5DesignerComponents)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	qt5-tools
BuildRequires:	qt5-linguist-tools
BuildRequires:	qdoc5
Suggests:	qbs
Suggests:	qt5-designer
Suggests:	qt5-assistant
Suggests:	qt5-devel
Suggests:	qt5-qml-tools
Suggests:	qt-creator-doc
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-ui = %{EVRD}

%description
Qt Creator (previously known as Project Greenhouse) is a new, lightweight,
cross-platform integrated development environment (IDE) designed to make
development with the Qt application framework even faster and easier.

%pre
if [ "$1" == "2" -a -L %{_bindir}/qtcreator ]
then
	rm -f %{_bindir}/qtcreator
fi

%files
%doc README
%{_bindir}/buildoutputparser
%{_bindir}/qtcreator
%{_bindir}/qmlpuppet
%{_bindir}/qml2puppet
%{_bindir}/qtcreator_process_stub
%{_bindir}/qtpromaker
%{_bindir}/sdktool
%{_libdir}/qtcreator
%exclude %{_libdir}/qtcreator/qbs
%{_datadir}/qtcreator
%{_datadir}/applications/qtcreator.desktop

#------------------------------------------------------------------------------

%package qt4
Summary:	Qt Creator IDE for Qt 4.x
Group:		Development/KDE and Qt
# For the Qt4 build...
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(QtNetwork)
BuildRequires:	pkgconfig(QtSql)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	qt4-devel-private
BuildRequires:	qt4-linguist
BuildRequires:	qt4-qdoc3
Suggests:	qt4-designer
Suggests:	qt4-assistant
Suggests:	qt4-devel
Suggests:	qt4-qmlviewer
Suggests:	qt-creator-doc
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-ui = %{EVRD}

%description qt4
Qt Creator (previously known as Project Greenhouse) is a new, lightweight,
cross-platform integrated development environment (IDE) designed to make
development with the Qt application framework even faster and easier.

This version uses and targets Qt 4.x.

%files qt4
%doc README
%{_prefix}/lib/qt4/bin/buildoutputparser
%{_prefix}/lib/qt4/bin/qmlpuppet
%{_prefix}/lib/qt4/bin/qtcreator
%{_prefix}/lib/qt4/bin/qtcreator_process_stub
%{_prefix}/lib/qt4/bin/qtpromaker
%{_prefix}/lib/qt4/bin/sdktool
%{_prefix}/lib/qt4/%{_lib}/qtcreator
%{_prefix}/lib/qt4/share/qtcreator
%{_datadir}/applications/qtcreator-qt4.desktop

#------------------------------------------------------------------------------

%package common
Summary:	Files used by both Qt Creator Qt4 and Qt Creator Qt5
Group:		Development/KDE and Qt
Requires:	%{name}-ui = %{EVRD}
BuildArch:	noarch

%description common
Files used by both Qt Creator Qt4 and Qt Creator Qt5.

%files common
%{_iconsdir}/*/*/*/QtProject-qtcreator.png
%{_datadir}/mime/packages/*

#------------------------------------------------------------------------------

%package doc
Summary:	Qt Creator documentation
Group:		Development/KDE and Qt
Suggests:	qt4-doc

%description doc
Qt Creator documentation.

%files doc
%{_datadir}/doc/qtcreator/qtcreator.qch
%{_datadir}/doc/qtcreator/qtcreator-dev.qch

#------------------------------------------------------------------------------

%package -n qbs
Summary:	Qt Build Suite is the next-generation build system using QML dialect
Group:		Development/KDE and Qt
Obsoletes:	qbs-examples < 1.2

%description -n qbs
QBS builds applications based on the information in a project file that you
specify in a QML dialect. Unlike cmake it doesn't generates makefiles.

%files -n qbs
%{_bindir}/qbs*
%{_libdir}/qtcreator/qbs

#------------------------------------------------------------------------------

%prep
%setup -qn %{name}-opensource-src-%{version}
%patch0 -p1

%build
%global optflags %{optflags} -Wstrict-aliasing=0 -Wno-error=strict-overflow
# Build a version for Qt 4.x
%qmake_qt4 -r IDE_LIBRARY_BASENAME=%{_lib}
%make STRIP=/bin/true
mkdir bin-qt4
make install STRIP=/bin/true INSTALL_ROOT=`pwd`/bin-qt4

# And one for Qt 5.x
make distclean
%qmake_qt5 -r IDE_LIBRARY_BASENAME=%{_lib}
%make STRIP=/bin/true
%make docs

%install
# Install the Qt 5.x version
make install STRIP=/bin/true INSTALL_ROOT=%{buildroot}%{_prefix} install_docs

# And the Qt 4.x version
mkdir -p %{buildroot}%{_prefix}/lib/qt4
cp -a bin-qt4/* %{buildroot}%{_prefix}/lib/qt4
# We share the icons with Qt 5.x
rm -rf %{buildroot}%{_prefix}/lib/qt4/share/icons

# Prevent "same build ID in nonidentical files" in all the binaries
pushd %{buildroot}%{_bindir}
for i in *; do
	if [ "$i" != "qtcreator" ]; then
		strip --strip-unneeded "$i"
	fi
done
popd

mkdir -p %{buildroot}%{_datadir}/mime/packages
install -m 0644 %{SOURCE2} %{buildroot}/%{_datadir}/mime/packages

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/qtcreator.desktop << EOF
[Desktop Entry]
Type=Application
Exec=%{_bindir}/qtcreator
Name=Qt Creator
GenericName=C++ IDE for developing Qt applications
X-KDE-StartupNotify=true
Icon=QtProject-qtcreator
Terminal=false
Categories=Development;IDE;Qt;
MimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.nokia.qt.qmakeprofile;application/vnd.nokia.xml.qt.resource;
InitialPreference=9
EOF

cat > %{buildroot}%{_datadir}/applications/qtcreator-qt4.desktop << EOF
[Desktop Entry]
Type=Application
Exec=%{_prefix}/lib/qt4/bin/qtcreator
Name=Qt Creator (Qt4)
GenericName=C++ IDE for developing Qt4 applications
X-KDE-StartupNotify=true
Icon=QtProject-qtcreator
Terminal=false
Categories=Development;IDE;Qt;
MimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.nokia.qt.qmakeprofile;application/vnd.nokia.xml.qt.resource;
InitialPreference=9
EOF

%changelog
* Wed Sep 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.2.1-1
+ Revision: 732683c
- New version 3.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18768 |14mr|qtcurve-1.8.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libnamekde4 %{_lib}kde4-style-qtcurve
%define libnamegtk2 %{_lib}qtcurve-gtk2

%bcond_with qt5

Summary:	QtCurve Theme for Qt and GTK
Name:		qtcurve
Version:	1.8.18
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		https://github.com/QtCurve/qtcurve/releases
Source0:	https://github.com/QtCurve/qtcurve/archive/%{name}-%{version}.tar.gz
Patch0:		qtcurve-1.8.18-kwin-frames.patch
Patch1:		qtcurve-1.8.17-l10n-fix.patch
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
%if %{with qt5}
BuildRequires:	qt5-devel
%endif

BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(x11-xcb)
BuildRequires:	pkgconfig(xcb)

%description
QtCurve Theme for Qt and GTK.

#----------------------------------------------------------------------------

%package -n kde4-style-qtcurve
Summary:	QtCurve theme for KDE4
Group:		Graphical desktop/KDE
Requires:	%{libnamekde4} = %{EVRD}
Suggests:	qtcurve-gtk2
#added for test purpose by bedi
Suggests:	oxygen-gtk

%description -n kde4-style-qtcurve
QtCurve theme for KDE4.

%files -n kde4-style-qtcurve -f qtcurve.lang
%{_kde_appsdir}/QtCurve
%{_kde_appsdir}/color-schemes/
%{_kde_appsdir}/kstyle/
%{_kde_appsdir}/kwin/

#----------------------------------------------------------------------------

%package -n qt5-style-qtcurve
Summary:	QtCurve style for Qt5
Group:		Graphical desktop/KDE

%description -n qt5-style-qtcurve
QtCurve style for Qt5.

%files -n qt5-style-qtcurve
%{_qt5_plugindir}/styles/qtcurve.so

#----------------------------------------------------------------------------

%package -n %{libnamekde4}
Summary:	KDE4 libraries for QtCurve
Group:		Graphical desktop/KDE
Provides:	libkde4-style-qtcurve = %{EVRD}

%description -n %{libnamekde4}
KDE4 libraries for QtCurve.

%files -n %{libnamekde4}
%{_kde_libdir}/kde4/kstyle_qtcurve_config.so
%{_kde_libdir}/kde4/kwin3_qtcurve.so
%{_kde_libdir}/kde4/kwin_qtcurve_config.so
%{_kde_libdir}/kde4/plugins/styles/qtcurve.so

#----------------------------------------------------------------------------

%package -n qtcurve-gtk2
Summary:	QtCurve Theme for GTK2
Group:		Graphical desktop/GNOME
Requires:	%{libnamegtk2} = %{EVRD}

%description -n qtcurve-gtk2
QtCurve Theme for GTK2.

%files -n qtcurve-gtk2
%{_datadir}/themes/QtCurve

#----------------------------------------------------------------------------

%package -n %{libnamegtk2}
Summary:	GTK2 libraries for QtCurve
Group:		Graphical desktop/GNOME
Provides:	libqtcurve-gtk2 = %{EVRD}

%description -n %{libnamegtk2}
GTK2 libraries for QtCurve.

%files -n %{libnamegtk2}
%{_libdir}/gtk-2.0/*/engines/libqtcurve.so

#----------------------------------------------------------------------------

%define cairo_major 0
%define libqtcurvecairo %mklibname qtcurve-cairo %{cairo_major}

%package -n %{libqtcurvecairo}
Summary:	Shared library for QtCurve
Group:		System/Libraries

%description -n %{libqtcurvecairo}
Shared library for QtCurve.

%files -n %{libqtcurvecairo}
%{_libdir}/libqtcurve-cairo.so.%{cairo_major}*

#----------------------------------------------------------------------------

%define utils_major 1
%define libqtcurveutils %mklibname qtcurve-utils %{utils_major}

%package -n %{libqtcurveutils}
Summary:	Shared library for QtCurve
Group:		System/Libraries

%description -n %{libqtcurveutils}
Shared library for QtCurve.

%files -n %{libqtcurveutils}
%{_libdir}/libqtcurve-utils.so.%{utils_major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4 \
	-DENABLE_QT4:BOOL=ON \
	-DQTC_QT4_ENABLE_KDE:BOOL=ON \
%if %{with qt5}
	-DENABLE_QT5:BOOL=ON \
%else
	-DENABLE_QT5:BOOL=OFF \
%endif
	-DENABLE_GTK2:BOOL=ON
%make

%install
%makeinstall_std -C build

# We don't have devel package so we don't need it
rm %{buildroot}%{_libdir}/libqtcurve-cairo.so
rm %{buildroot}%{_libdir}/libqtcurve-utils.so

%find_lang qtcurve


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.18-1
+ Revision: 2aa8606
- Don't build qt5 style yet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18769 |14mr|qtcurve-gtk2-1.8.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %{_lib}%{name}

Name:		qtcurve-gtk2
Summary:	QtCurve Theme for GTK2
Version:	1.8.16
Release:	2
Group:		Graphical desktop/GNOME
License:	GPLv2
URL:		http://www.kde-look.org/content/show.php?content=40492
Source0:	http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	cmake
Requires:	%{libname} = %{version}-%{release}

%description
QtCurve theme for GTK2.

%package -n %{libname}
Summary:	libraries for %{name}
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}

%description -n %{libname}
Libraries for %{name}.

%prep
%setup -qn QtCurve-Gtk2-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%doc AUTHORS ChangeLog README TODO
%{_datadir}/themes/QtCurve

%files -n %{libname}
%{_libdir}/gtk-2.0/*/engines/libqtcurve.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.16-2
+ Revision: 9bab593
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18770 |14mr|qt-gstreamer-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define glibapi 2.0
%define major 0

Summary:	C++ bindings for GStreamer with a Qt-style API
Name:		qt-gstreamer
Version:	1.2.0
Release:	1
License:	LGPLv2+
Group:		Development/KDE and Qt
Url:		http://gstreamer.freedesktop.org/wiki/QtGStreamer
Source0:	http://gstreamer.freedesktop.org/src/qt-gstreamer/%{name}-%{version}.tar.xz
Patch0:		qt-gstreamer-1.2.0-pkgconfig.patch
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	qt4-qmlviewer
BuildRequires:	boost-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(glib-%{glibapi})
BuildRequires:	pkgconfig(gstreamer-%{api})
BuildRequires:	pkgconfig(gstreamer-app-%{api})
BuildRequires:	pkgconfig(gstreamer-audio-%{api})
BuildRequires:	pkgconfig(gstreamer-base-%{api})
BuildRequires:	pkgconfig(gstreamer-pbutils-%{api})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api})
BuildRequires:	pkgconfig(gstreamer-video-%{api})

%description
QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
plus some helper classes for integrating GStreamer better in Qt
applications.

%files
%{_libdir}/gstreamer-%{api}/libgstqtvideosink.so
%{_qt_importdir}/QtGStreamer/

#----------------------------------------------------------------------------

%define libqtglib %mklibname QtGLib %{glibapi} %{major}

%package -n %{libqtglib}
Summary:	C++/Qt bindings for parts of the GLib and GObject APIs
Group:		System/Libraries
Conflicts:	%{_lib}qt-gstreamer0 < 0.10.2
Conflicts:	%{_lib}qtglib0.10.2 < 0.10.2-4
Obsoletes:	%{_lib}qtglib0.10.2 < 0.10.2-4
Conflicts:	%{_lib}qtglib2.0_0.10.2 < 0.10.2-4
Obsoletes:	%{_lib}qtglib2.0_0.10.2 < 0.10.2-4

%description -n %{libqtglib}
Library providing C++/Qt bindings for parts of the GLib and GObject
APIs, a base on which QtGStreamer is built.

%files -n %{libqtglib}
%{_libdir}/libQtGLib-%{glibapi}.so.%{major}
%{_libdir}/libQtGLib-%{glibapi}.so.%{version}

#----------------------------------------------------------------------------

%define libqtgstreamer %mklibname QtGStreamer %{api} %{major}

%package -n %{libqtgstreamer}
Summary:	C++/Qt bindings for GStreamer
Group:		System/Libraries

%description -n %{libqtgstreamer}
Library providing C++/Qt bindings for GStreamer

%files -n %{libqtgstreamer}
%{_libdir}/libQtGStreamer-%{api}.so.%{major}
%{_libdir}/libQtGStreamer-%{api}.so.%{version}

#----------------------------------------------------------------------------

%define libqtgstreamerui %mklibname QtGStreamerUi %{api} %{major}

%package -n %{libqtgstreamerui}
Summary:	Library providing integration with QtGui
Group:		System/Libraries

%description -n %{libqtgstreamerui}
Library providing integration with QtGui.

%files -n %{libqtgstreamerui}
%{_libdir}/libQtGStreamerUi-%{api}.so.%{major}
%{_libdir}/libQtGStreamerUi-%{api}.so.%{version}

#----------------------------------------------------------------------------

%define libqtgstreamerutils %mklibname QtGStreamerUtils %{api} %{major}

%package -n %{libqtgstreamerutils}
Summary:	Library providing some high level utility classes
Group:		System/Libraries

%description -n %{libqtgstreamerutils}
Library providing some high level utility classes.

%files -n %{libqtgstreamerutils}
%{_libdir}/libQtGStreamerUtils-%{api}.so.%{major}
%{_libdir}/libQtGStreamerUtils-%{api}.so.%{version}

#----------------------------------------------------------------------------

%define devname %mklibname -d %{name}

%package -n %{devname}
Summary:	Development files for QtGstreamer
Group:		Development/KDE and Qt
Requires:	%{libqtglib} = %{EVRD}
Requires:	%{libqtgstreamer} = %{EVRD}
Requires:	%{libqtgstreamerui} = %{EVRD}
Requires:	%{libqtgstreamerutils} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
plus some helper classes for integrating GStreamer better in Qt
applications.

This package contains files for developing applications using QtGstreamer.

%files -n %{devname}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/cmake/QtGStreamer/*.cmake
%{_includedir}/QtGStreamer

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_qt4 \
	-DQTGSTREAMER_TESTS=OFF \
	-DLIB_INSTALL_DIR=%{_libdir}
%make

%install
%makeinstall_std -C build

%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-1
+ Revision: 9fc408d
- New version 1.2.0, new api 1.0 (switch to gstreamer 1.0)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18771 |14mr|qt-mobility-1.2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Build docs
%bcond_without docs
# Build examples
%bcond_without examples
# Build demos
%bcond_without demos

%define major 1

%define snap 20110922

%define libnamedev %mklibname %{name} -d
%define libqtbearer %mklibname qtbearer %{major}
%define libqtcontacts %mklibname qtcontacts %{major}
%define libqtconnectivity %mklibname qtconnectivity %{major}
%define libqtfeedback %mklibname qtfeedback %{major}
%define libqtgallery %mklibname qtgallery %{major}
%define libqtlocation %mklibname qtlocation %{major}
%define libqtmultimediakit %mklibname qtmultimediakit %{major}
%define libqtorganizer %mklibname qtorganizer %{major}
%define libqtpublishsubscribe %mklibname qtpublishsubscribe %{major}
%define libqtsensors %mklibname qtsensors %{major}
%define libqtserviceframework %mklibname qtserviceframework %{major}
%define libqtsysteminfo %mklibname qtsysteminfo %{major}
%define libqtversit %mklibname qtversit %{major}
%define libqtversitorganizer %mklibname qtversitorganizer %{major}

%define _qt4_datadir		%{_prefix}/lib/qt4
%define _qt4_bindir		%{_qt4_datadir}/bin
%define _qt4_docdir		%{_docdir}/qt4
%define _qt4_libdir		%{_libdir}
%define _qt4_includedir		%{_qt4_datadir}/include
%define _qt4_plugindir		%{_libdir}/qt4/plugins
%define _qt4_demodir		%{_qt4_datadir}/demos
%define _qt4_exampledir		%{_qt4_datadir}/examples
%define _qt4_importdir		%{_qt4_datadir}/imports
%define _qt4_translationdir	%{_qt4_datadir}/translations

Name:		qt-mobility
Summary:	Qt Mobility Framework
Group:		Development/Other
Version:	1.2.0
Release:	5
License:	LGPLv2 with exceptions
URL:		http://qt.nokia.com/products/qt-addons/mobility
Source0:	http://get.qt.nokia.com/qt/add-ons/%{name}-opensource-src-%{version}.tar.gz
Patch1:		qt-mobility-opensource-src-1.1.0-pulseaudio-lib.patch
Patch2:		qt-mobility-1.2.0-no-rpath.patch
Patch3:		qt-mobility-1.2.0-fix-qmetaobjectbuilder.patch
# Patch from Fedora to install pkgconfig files
Patch4:		qt-mobility-opensource-src-1.2.0-pkgconfig.patch
Patch5:		qt-mobility-1.2.0-gcc4.7.patch
## upstreamable patches
Patch50:	qt-mobility-opensource-src-1.2.0-translationsdir.patch
BuildRequires:	gdb
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(NetworkManager)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xv)
Provides:	qt4-mobility = %{version}-%{release}

%description
Qt Mobility Project delivers a set of new APIs to Qt with features that are
well known from the mobile device world, in particular phones. However, these
APIs allow the developer to use these features with ease from one framework
and apply them to phones, netbooks and non-mobile personal computers. The
framework not only improves many aspects of a mobile experience, because it
improves the use of these technologies, but has applicability beyond the
mobile device arena.

%files
%doc LICENSE.LGPL LGPL_EXCEPTION.txt
%{_qt4_importdir}/QtMobility/
%{_qt4_importdir}/QtMultimediaKit/
%{_qt4_plugindir}/*
%if %{with examples}
%exclude %{_qt4_plugindir}/serviceframework/libserviceframework_bluetoothtransferplugin.so
%exclude %{_qt4_plugindir}/serviceframework/libserviceframework_filemanagerplugin.so
%exclude %{_qt4_plugindir}/serviceframework/libserviceframework_landlinedialerservice.so
%exclude %{_qt4_plugindir}/serviceframework/libserviceframework_notesmanagerplugin.so
%exclude %{_qt4_plugindir}/serviceframework/libserviceframework_voipdialerservice.so
%exclude %{_qt4_plugindir}/sensors/libqtsensors_grueplugin.so
%endif

#--------------------------------------------------------------------
%package -n %{libqtbearer}
Summary:	Qt Mobility Framework library
Group:		System/Libraries

%description -n %{libqtbearer}
Qt Mobility Framework library.

%files -n %{libqtbearer}
%{_qt4_libdir}/libQtBearer.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtcontacts}
Summary:	Qt Mobility Framework library
Group:		System/Libraries

%description -n %{libqtcontacts}
Qt Mobility Framework library.

%files -n %{libqtcontacts}
%{_qt4_libdir}/libQtContacts.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtconnectivity}
Summary:	Qt Mobility Framework library
Group:		System/Libraries

%description -n %{libqtconnectivity}
Qt Mobility Framework library.

%files -n %{libqtconnectivity}
%{_qt4_libdir}/libQtConnectivity.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtfeedback}
Summary:	Qt Mobility Framework library
Group:		System/Libraries

%description -n %{libqtfeedback}
Qt Mobility Framework library.

%files -n %{libqtfeedback}
%{_qt4_libdir}/libQtFeedback.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtgallery}
Summary:	Qt Mobility Framework library
Group:		System/Libraries

%description -n %{libqtgallery}
Qt Mobility Framework library.

%files -n %{libqtgallery}
%{_qt4_libdir}/libQtGallery.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtlocation}
Summary:	Qt Mobility Framework library
Group:		System/Libraries

%description -n %{libqtlocation}
Qt Mobility Framework library.

%files -n %{libqtlocation}
%{_qt4_libdir}/libQtLocation.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtmultimediakit}
Summary:	Qt Mobility Framework library
Group:		System/Libraries

%description -n %{libqtmultimediakit}
Qt Mobility Framework library.

%files -n %{libqtmultimediakit}
%{_qt4_libdir}/libQtMultimediaKit.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtorganizer}
Summary:	Qt Mobility Framework library
Group:		System/Libraries

%description -n %{libqtorganizer}
Qt Mobility Framework library.

%files -n %{libqtorganizer}
%{_qt4_libdir}/libQtOrganizer.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtpublishsubscribe}
Summary:	Qt Mobility Framework library
Group:		System/Libraries

%description -n %{libqtpublishsubscribe}
Qt Mobility Framework library.

%files -n %{libqtpublishsubscribe}
%{_qt4_libdir}/libQtPublishSubscribe.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtsensors}
Summary:	Qt Mobility Framework library
Group:		System/Libraries

%description -n %{libqtsensors}
Qt Mobility Framework library.

%files -n %{libqtsensors}
%{_qt4_libdir}/libQtSensors.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtserviceframework}
Summary:	Qt Mobility Framework library
Group:		System/Libraries

%description -n %{libqtserviceframework}
Qt Mobility Framework library.

%files -n %{libqtserviceframework}
%{_qt4_libdir}/libQtServiceFramework.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtsysteminfo}
Summary:	Qt Mobility Framework library
Group:		System/Libraries

%description -n %{libqtsysteminfo}
Qt Mobility Framework library.

%files -n %{libqtsysteminfo}
%{_qt4_libdir}/libQtSystemInfo.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtversit}
Summary:	Qt Mobility Framework library
Group:		System/Libraries

%description -n %{libqtversit}
Qt Mobility Framework library.

%files -n %{libqtversit}
%{_qt4_libdir}/libQtVersit.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libqtversitorganizer}
Summary:	Qt Mobility Framework library
Group:		System/Libraries

%description -n %{libqtversitorganizer}
Qt Mobility Framework library.

%files -n %{libqtversitorganizer}
%{_qt4_libdir}/libQtVersitOrganizer.so.%{major}*

#--------------------------------------------------------------------
%package -n %{libnamedev}
Summary:	Qt Mobility Framework development files
Group:		Development/KDE and Qt
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	qt4-mobility-devel = %{version}-%{release}
Requires:	%{libqtbearer} = %{version}-%{release}
Requires:	%{libqtcontacts} = %{version}-%{release}
Requires:	%{libqtconnectivity} = %{version}-%{release}
Requires:	%{libqtfeedback} = %{version}-%{release}
Requires:	%{libqtgallery} = %{version}-%{release}
Requires:	%{libqtlocation} = %{version}-%{release}
Requires:	%{libqtmultimediakit} = %{version}-%{release}
Requires:	%{libqtorganizer} = %{version}-%{release}
Requires:	%{libqtpublishsubscribe} = %{version}-%{release}
Requires:	%{libqtsensors} = %{version}-%{release}
Requires:	%{libqtserviceframework} = %{version}-%{release}
Requires:	%{libqtsysteminfo} = %{version}-%{release}
Requires:	%{libqtversit} = %{version}-%{release}
Requires:	%{libqtversitorganizer} = %{version}-%{release}

%description -n %{libnamedev}
Development files to build applications that use Qt Webkit.

%files -n %{libnamedev}
%{_qt4_bindir}/icheck
%{_qt4_bindir}/ndefhandlergen
%{_qt4_bindir}/qcrmlgen
%{_qt4_bindir}/servicedbgen
%{_qt4_bindir}/servicefw
%{_qt4_bindir}/servicexmlgen
%{_qt4_bindir}/vsexplorer
%{_qt4_datadir}/mkspecs/features/mobility.prf
%{_qt4_datadir}/mkspecs/features/mobilityconfig.prf 
%{_qt4_includedir}/Qt*/
%{_qt4_libdir}/libQt*.prl
%{_qt4_libdir}/libQt*.so
%{_libdir}/pkgconfig/*.pc

#--------------------------------------------------------------------
%if %{with docs}
%package doc
Summary:	Qt Mobility API documentation
Group:		Books/Howtos
BuildArch:	noarch
Suggests:	qt4-doc
Provides:	qt4-mobility-doc = %{version}-%{release}

%description doc
API documentation files for Qt Mobility.

%files doc
%{_docdir}/html/qtmobility/
%endif

#--------------------------------------------------------------------
%if %{with examples}
%package examples
Summary:	Qt Mobility Framework examples
Group:		System/X11
Provides:	qt4-mobility-examples = %{version}-%{release}

%description examples
Example files for the Qt Mobility Framework.

%files examples
%{_qt4_bindir}/accel
%{_qt4_bindir}/annotatedurl
%{_qt4_bindir}/arrowkeys
%{_qt4_bindir}/audiodevices
%{_qt4_bindir}/audioinput
%{_qt4_bindir}/audiooutput
%{_qt4_bindir}/audiorecorder
%{_qt4_bindir}/battery-publisher
%{_qt4_bindir}/battery-subscriber/
%{_qt4_bindir}/bearercloud
%{_qt4_bindir}/bearermonitor
%{_qt4_bindir}/btchat
%{_qt4_bindir}/btfiletransfer
%{_qt4_bindir}/btscanner
%{_qt4_bindir}/bttennis
%{_qt4_bindir}/calendardemo
%{_qt4_bindir}/camera
%{_qt4_bindir}/cubehouse
%{_qt4_bindir}/declarative-music-browser
%{_qt4_bindir}/dialer_service
%{_qt4_bindir}/documentproperties
%{_qt4_bindir}/flickrdemo
%{_qt4_bindir}/hapticsplayer
%{_qt4_bindir}/hapticsquare
%{_qt4_bindir}/grueapp
%{_qt4_bindir}/landmarkbrowser
%{_qt4_bindir}/logfilepositionsource
%{_qt4_bindir}/mapsdemo
%{_qt4_bindir}/mediabrowser
%{_qt4_bindir}/metadata
%{_qt4_bindir}/metadata2
%{_qt4_bindir}/moreplaces.lmx
%{_qt4_bindir}/mylm.lmx
%{_qt4_bindir}/ndefeditor
%{_qt4_bindir}/nmealog.txt
%{_qt4_bindir}/orientation
%{_qt4_bindir}/places.gpx
%{_qt4_bindir}/publish-subscribe
%{_qt4_bindir}/qml_battery
%{_qt4_bindir}/qml_battery2
%{_qt4_bindir}/qml_camera
%{_qt4_bindir}/qml_device
%{_qt4_bindir}/qml_landmarkmap
%{_qt4_bindir}/qml_location_flickr
%{_qt4_bindir}/qml_mapviewer
%{_qt4_bindir}/qml_networkinfo
%{_qt4_bindir}/qml_poster
%{_qt4_bindir}/qml_scanner
%{_qt4_bindir}/qml_storageinfo
%{_qt4_bindir}/qml_tennis
%{_qt4_bindir}/qmldialer
%{_qt4_bindir}/qmlnotes
%{_qt4_bindir}/qmlorganizer
%{_qt4_bindir}/qsysinfo
%{_qt4_bindir}/qsystemalignedtimer
%{_qt4_bindir}/radio
%{_qt4_bindir}/samplephonebook
%{_qt4_bindir}/sensor_explorer
%{_qt4_bindir}/servicebrowser
%{_qt4_bindir}/sfw-notes
%{_qt4_bindir}/sfwecho_client
%{_qt4_bindir}/sfwecho_service
%{_qt4_bindir}/show_acceleration
%{_qt4_bindir}/show_als
%{_qt4_bindir}/show_compass
%{_qt4_bindir}/show_gyroscope
%{_qt4_bindir}/show_light
%{_qt4_bindir}/show_magneticflux
%{_qt4_bindir}/show_orientation
%{_qt4_bindir}/show_proximity
%{_qt4_bindir}/show_reflectance
%{_qt4_bindir}/show_rotation
%{_qt4_bindir}/show_tap
%{_qt4_bindir}/simplelog.txt
%{_qt4_bindir}/slideshow
%{_qt4_bindir}/todo
%{_qt4_bindir}/videographicsitem
%{_qt4_bindir}/videowidget
%{_qt4_bindir}/xmldata/*.xml
%{_qt4_plugindir}/serviceframework/libserviceframework_bluetoothtransferplugin.so
%{_qt4_plugindir}/serviceframework/libserviceframework_filemanagerplugin.so
%{_qt4_plugindir}/serviceframework/libserviceframework_landlinedialerservice.so
%{_qt4_plugindir}/serviceframework/libserviceframework_notesmanagerplugin.so
%{_qt4_plugindir}/serviceframework/libserviceframework_voipdialerservice.so
%{_qt4_plugindir}/sensors/libqtsensors_grueplugin.so
%endif

#--------------------------------------------------------------------
%if %{with demos}
%package demos
Summary:	Qt Mobility Framework demos
Group:		System/X11
Provides:	qt4-mobility-demos = %{version}-%{release}

%description demos
Example files for the Qt Mobility Framework.

%files demos
%{_qt4_bindir}/lightmaps_with_location
%{_qt4_bindir}/player
%{_qt4_bindir}/qmlcontacts
%{_qt4_bindir}/smallsensors
%{_qt4_bindir}/weatherinfo_with_location
%endif

#--------------------------------------------------------------------
%prep
%setup -qn %{name}-opensource-src-%{version}
%patch1 -p1 -b .pulseaudio_lib
%patch2 -p0 -b .no_rpath
%patch3 -p0 -b .fix_qmetaobjectbuilder
%patch4 -p1 -b .pkgconfig
%patch5 -p1 -b .gcc4.7
%patch50 -p1 -b .translationsdir

%build
PATH="%{_qt4_bindir}:$PATH"; export PATH

./configure \
    -prefix %{_qt4_datadir} \
    -libdir %{_qt4_libdir} \
    -plugindir %{_qt4_plugindir} \
    %{?with_examples:-examples} \
    %{?with_demos:-demos}

%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}

# Remove local build path from pkgconfig files
sed -i s," .*BUILD[^ ]*",, %{buildroot}%{_libdir}/pkgconfig/*.pc

%if %{with docs}
# install docs
install -d -m 755 %{buildroot}%{_docdir}/html/qtmobility/
cp -a doc/html/* %{buildroot}%{_docdir}/html/qtmobility/
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-5
+ Revision: 8d31f9d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18772 |14mr|qtscriptgenerator-0.1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          qtscriptgenerator
Version:       0.1.0
Release:       11
Summary:       A tool to generate Qt bindings for Qt Script    
Group:         System/Libraries
License:       GPLv2   
URL:           http://code.google.com/p/qtscriptgenerator/ 
Source0:       http://qtscriptgenerator.googlecode.com/files/qtscriptgenerator-src-%{version}.tar.gz   
Patch0:        qtscriptgenerator-src-0.1.0-fix-strings.patch
Patch1:        include_everything.patch
Patch2:        qtscriptgenerator-src-0.1.0-fix-build.patch
Patch3:        qtscriptgenerator-src-0.1.0-fix-gcc44.patch
Patch4:        qtscriptgenerator-src-0.1.0-no_QFileOpenEvent.patch
BuildRoot:     %_tmppath/%name-%version-%release-root
BuildRequires: libxslt-proc
BuildRequires: phonon-devel >= 4.3.1
BuildRequires: qt4-devel >= 3:4.5.0

# not strictly required, but the expectation would be for the 
# bindings to be present
Requires:      qtscriptbindings = %{version}-%{release}

%description
Qt Script Generator is a tool to generate Qt bindings for Qt Script.

%files
%defattr(-,root,root,-)
%{qt4bin}/generator

#--------------------------------------------------------------------

%package -n qtscriptbindings 
Summary:    Qt bindings for Qt Script
Group:      System/Libraries
Provides:   qtscript-qt = %{version}-%{release}
Requires:   qt4-common

%description -n qtscriptbindings
Bindings providing access to substantial portions of the Qt API
from within Qt Script.

%files -n qtscriptbindings
%defattr(-,root,root,-)
%doc README LICENSE.GPL
%doc README.qsexec
%doc doc/
%doc examples/
%{_bindir}/qsexec
%{qt4plugins}/script/libqtscript*

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-src-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p0
%patch3 -p1
%patch4 -p1
%build

# workaround buildsys bogosity, see also:
# http://code.google.com/p/qtscriptgenerator/issues/detail?id=38
export INCLUDE=%{qt4include}

pushd generator 
%{qmake_qt4} generator.pro
make
./generator
popd

pushd qtbindings
%{qmake_qt4} qtbindings.pro
make %{?_smp_mflags}
popd
 
pushd tools/qsexec/src
%{qmake_qt4} qsexec.pro
make  %{?_smp_mflags}
popd


%install
rm -rf %{buildroot} 

mkdir -p %{buildroot}%{qt4plugins}/script/
# install doesn't do symlinks
cp -a plugins/script/libqtscript* \
  %{buildroot}%{qt4plugins}/script/

cp -a tools/qsexec/README.TXT README.qsexec
install -D -p -m755 tools/qsexec/qsexec %{buildroot}%{_bindir}/qsexec

install -D -p -m755 generator/generator %{buildroot}%{qt4bin}/generator

%clean
rm -rf %{buildroot} 



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.0-11
+ Revision: d4c7327
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18773 |14mr|qtweetlib-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libqtweetlib %mklibname qtweetlib %{major}
%define develqtweetlib %mklibname -d qtweetlib

Name:		qtweetlib
License:	GPLv2
Version:	0.5.0
Release:	3
Source0:	%{name}-%{version}.tar.gz
Url:		https://github.com/dschmidt/QTweetLib
Summary:	C++ Qt based Twitter library
Group:		System/Libraries
BuildRequires:	cmake
BuildRequires:	gcc-c++
BuildRequires:	qt4-devel
BuildRequires:	qjson-devel

%description
C++ Qt based Twitter library.

%package -n %{libqtweetlib}
Group:		System/Libraries
Summary:	C++ Qt based Twitter library

%description -n %{libqtweetlib}
C++ Qt based Twitter library.

%package -n %{develqtweetlib}
Group:		Development/C
Summary:	C++ Qt based Twitter library
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libqtweetlib} = %{version}

%description -n %{develqtweetlib} 
C++ Qt based Twitter library (devel package).

%prep
%setup -q -n minimoog-QTweetLib-2af0b78

%build
%cmake
%make

%install
%makeinstall_std -C build

%files -n %{libqtweetlib}
%{_libdir}/libQTweetLib.so.%{major}*

%files -n %{develqtweetlib}
%{_libdir}/libQTweetLib.so
%{_includedir}/QTweetLib/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.0-3
+ Revision: e90b7dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18774 |14mr|quadra-1.2.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	quadra
%define	version	1.2.0
%define summary	Multiplayer puzzle game

Name:		%{name}
Version:	%{version}
Release:	9
URL:		http://code.google.com/p/quadra/
Source0:	http://quadra.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	%{name}-icons.tar.bz2
Source5:	%{name}-16.png
Source6:	%{name}-32.png
Source7:	%{name}-48.png
# fix str fmt, patch sent upstream 08 Jun 2009
Patch0:		%{name}-1.2.0-fix-str-fmt.patch
License:	LGPLv2+
Group:		Games/Arcade
Summary:	%{summary}
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(libpng)
BuildRequires:  bc

%description
This is the official release %{version} of Quadra, a full-featured
multiplayer action puzzle game for the X Window System and Svgalib.
Features include:

 - Recursive block chaining
 - Blocks shadows
 - Teams playing
 - TCP/IP networking (free Internet playing! Supports SOCKS proxies)
 - Smooth block falling
 - Sound effects
 - Watches on other players
 - Chat window
 - CD-based music
 - And much more!

%prep
%setup -q
%patch0 -p1 -b .strfmt

cat << EOF > mandriva-%{name}.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Quadra
Comment=%{summary}
Exec=%_gamesbindir/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%build
%configure2_5x --bindir=%{_gamesbindir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std
#install -s -D source/quadra $RPM_BUILD_ROOT%{_bindir}/quadra
#install -m644 -D source/quadra.res $RPM_BUILD_ROOT%{_datadir}/games/quadra.res

install -D -m644 mandriva-%{name}.desktop %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
install -D -m644 %SOURCE6 %{buildroot}%{_iconsdir}/%{name}.png
install -D -m644 %SOURCE5 %{buildroot}%{_miconsdir}/%{name}.png
install -D -m644 %SOURCE7 %{buildroot}%{_liconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog LICENSE README
%{_gamesbindir}/*
%{_gamesdatadir}/quadra.res
%{_datadir}/pixmaps/*
%{_datadir}/applications/*
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-9
+ Revision: 78a1c93
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18775 |14mr|quadrapassel-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           quadrapassel
Version:        3.12.2
Release:        2
Summary:        GNOME Quadrapassel game

License:        GPLv2+ and CC-BY-SA
Group:		Games/Other
URL:            https://live.gnome.org/Quadrapassel
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:  pkgconfig(clutter-gtk-1.0)
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(libcanberra-gtk3)
BuildRequires:  pkgconfig(librsvg-2.0)

Obsoletes: gnome-games-extra < 3.7.92

%description
The Russian game of falling geometric shapes.

%prep
%setup -q


%build
%configure2_5x
%make


%install
make install DESTDIR=$RPM_BUILD_ROOT

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-gnome


%files -f %{name}.lang
%doc COPYING
%{_bindir}/quadrapassel
%{_datadir}/applications/quadrapassel.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.quadrapassel.gschema.xml
%{_datadir}/icons/HighContrast/*/apps/quadrapassel.*
%{_datadir}/icons/hicolor/*/apps/quadrapassel.*
%{_datadir}/quadrapassel
%{_mandir}/man6/quadrapassel.6*
%{_datadir}/appdata/*.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: c2fb8c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18776 |14mr|quassel-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       quassel
Version:    0.8.0
Release:    2
Summary:    A modern cross-platform distributed IRC client (monolythic)
Source0:    http://quassel-irc.org/pub/quassel-%{version}.tar.bz2
Source1:    networks.ini
Group:      Networking/IRC
License:    GPLv3
URL:        http://quassel-irc.org/
BuildRequires:  qt4-linguist >= 4:4.6.0
BuildRequires:  kdelibs4-devel
Requires:   quassel-common = %{version}
Provides:   kde4-irc-client

%description
Quassel IRC is a modern, cross-platform, distributed IRC client,
meaning that one (or multiple) client(s) can attach to and detach
from a central core -- much like the popular combination of screen
and a text-based IRC client such as WeeChat, but graphical. In
addition to this unique feature, we aim to bring a pleasurable,
comfortable chatting experience to all major platforms (including
Linux®, Windows®, and MacOS X® as well as Qtopia-based cell phones
and PDAs), making communication with your peers not only convenient,
but also ubiquitous available.

%files
%defattr(-,root,root)
%{_bindir}/quassel
%{_kde_applicationsdir}/quassel.desktop

#-----------------------------------------------------------------------

%package common
Group: Networking/IRC
Summary: A modern cross-platform distributed IRC client - Common files
Requires: qt4-database-plugin-sqlite
Conflicts: quassel < 0.3.1.20090128-4

%description common
A modern, cross-platform, distributed IRC client
- This is client only, depends on a core server.

%files common
%defattr(-,root,root)
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/pixmaps/%{name}.png
%{_kde_appsdir}/quassel
%doc AUTHORS ChangeLog README

#-----------------------------------------------------------------------

%package client
Group: Networking/IRC
Summary: A modern cross-platform distributed IRC client - Client only
Requires: quassel-common = %version

%description client
A modern, cross-platform, distributed IRC client - Client only

%files client
%defattr(-,root,root)
%{_bindir}/quasselclient
%{_kde_applicationsdir}/quasselclient.desktop

#-----------------------------------------------------------------------

%package core
Group: Networking/IRC
Summary: A modern cross-platform distributed IRC client - Core server
Requires: quassel-common = %version

%description core
A modern, cross-platform, distributed IRC client - This is the quassel
core server for clients.

%files core
%defattr(-,root,root)
%{_bindir}/quasselcore

#-----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4 \
    -DWANT_MONO=ON \
    -DWITH_KDE=ON \
    -DEMBED_DATA=OFF
%make

%install
%makeinstall_std -C build

# Our own defined networks
rm -f %buildroot/%_datadir/apps/quassel/networks.ini
install -m 644 %{SOURCE1} %buildroot/%_datadir/apps/quassel/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.0-2
+ Revision: 1deb345
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18777 |14mr|quazip-0.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Name:		quazip
Version:	0.5.1
Release:	2
Summary:	Qt/C++ wrapper for the minizip library
License:	LGPLv2+
Group:		System/Libraries
URL:		http://quazip.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	qt4-devel
BuildRequires:	libzip-devel
Requires:	pkgconfig(zlib)
BuildRequires:	doxygen
BuildRequires:	graphviz

%description
QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
can be used to access ZIP archives. It uses Trolltech's Qt toolkit.

QuaZIP allows you to access files inside ZIP archives using QIODevice API,
and - yes! - that means that you can also use QTextStream, QDataStream or
whatever you would like to use on your zipped files.

QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading
from and writing to ZIP archives.

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt/C++ wrapper for the minizip library
%rename quazip

%description -n %{libname}
QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
can be used to access ZIP archives. It uses Trolltech's Qt toolkit.

QuaZIP allows you to access files inside ZIP archives using QIODevice API,
and - yes! - that means that you can also use QTextStream, QDataStream or
whatever you would like to use on your zipped files.

QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading
from and writing to ZIP archives.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Requires:	pkgconfig(zlib)
Requires:	qt4-devel
Provides:	quazip-devel = %{version}-%{release}
Obsoletes:	quazip-devel <= 0.4.3-1
Obsoletes:	%{mklibname -d quazip 1} < 0.4.4-2

%description -n %{develname}
This package contains libraries, header files and documentation
for developing applications that use %{libname}.

%files -n %{develname}
%doc COPYING* NEWS.txt README.txt
%doc doc/html
%{_includedir}/%{name}
%{_libdir}/*.so

#------------------------------------------------------------------------------

%prep
%setup -q

# Fixes build and install
sed -i 's\PREFIX/lib\PREFIX/%{_lib}\' %{name}/%{name}.pro
# removing test programs
sed -i 's\qztest\\g' %{name}.pro

%build
%qmake_qt4 PREFIX=%{_prefix} QMAKE_CXXFLAGS_RELEASE= LIBS+=-lz
make

doxygen Doxyfile
for file in doc/html/*; do
	touch -r Doxyfile $file
done

%install
make INSTALL="install -p" INSTALL_ROOT=%{buildroot} install


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.1-2
+ Revision: f276104
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18778 |14mr|quick-usb-formatter-0.5-0.preview.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define binname quickusbformatter

%define beta preview

Name:		quick-usb-formatter
Version:	0.5
Release:	0.%{beta}.1
Summary:	A small KDE4 application to format usb sticks and devices
Group:		Graphical desktop/KDE
License:	LGPLv2+
URL:		http://kde-apps.org/content/show.php?content=137493
Source0:	http://sourceforge.net/projects/chakra/files/Tools/Quick-Usb-Formatter/quick-usb-formatter-%{version}-%{beta}.tar.bz2
Patch0:		quick-usb-formatter-0.5-l10n-ru.patch
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	gettext

%description
Quick Usb Formatter is a tiny app designed for enhance the usability of the
device notifier, an additional option for quick format usb sticks.

%prep
%setup -q -n chakra-quick-usb-formatter
%patch0 -p1 -b .ru

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{binname}

%files -f %{binname}.lang
%doc README.txt
%{_kde_bindir}/%{binname}
%{_kde_appsdir}/solid/actions/%{binname}_solid.desktop
%{_kde_applicationsdir}/%{binname}.desktop
%{_kde_libdir}/kde4/libexec/helper
%{_datadir}/dbus-1/system-services/org.kde.auth.quf.service
%{_datadir}/polkit-1/actions/org.kde.auth.quf.policy
%{_sysconfdir}/dbus-1/system.d/org.kde.auth.quf.conf


%changelog
* Mon Dec 17 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5-0.preview.1
+ Revision: d26055f
- LOG New version 0.5 preview, add l10n-ru patch to fix minor translation issues



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18779 |14mr|quota-4.01-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	uclibc

Summary:	System administration tools for monitoring users' disk usage
Name:		quota
Version:	4.01
Release:	9
License:	BSD and GPLv2+
Group:		System/Configuration/Other
Url:		http://sourceforge.net/projects/linuxquota/
Source0:	http://prdownloads.sourceforge.net/linuxquota/%{name}-%{version}.tar.gz
Source1:	%{name}.rpmlintrc
Source2:	quota_nld.service
Source3:	quota_nld.sysconfig
Patch0:		quota-4.01-warnquota.patch
Patch1:		quota-3.06-man-page.patch
Patch2:		quota-3.06-pie.patch
Patch3:		quota-3.13-wrong-ports.patch
# Submitted to upstream, SF#3571486
Patch4:		quota-4.01-Make-group-warning-message-more-official.patch
# In upstream after 4.01, SF#3571589
Patch5:		quota-4.01-define_charset_in_mail.patch
# In upstream after 4.01, SF#3602786, bug #846296
Patch6:		quota-4.01-Do-not-fiddle-with-quota-files-on-XFS-and-GFS.patch
# In upstream after 4.01, SF#3602777
Patch7:		quota-4.01-quotacheck-Make-sure-d-provides-at-least-as-much-inf.patch
# In upstream after 4.01, SF#3607034
Patch8:		quota-4.01-Add-quotasync-1-manual-page.patch
# In upstream after 4.01, SF#3607034
Patch9:		quota-4.01-Complete-quotasync-usage.patch
# In upstream after 4.01, SF#3607034
Patch10:	quota-4.01-Correct-quotasync-exit-code.patch
# In upstream after 4.01, SF#3607038
Patch11:	quota-4.01-Fix-various-usage-mistakes.patch
# In upstream after 4.01, SF#3600120
Patch12:	quota-4.01-Recognize-units-at-block-limits-by-setquota.patch
# In upstream after 4.01, SF#3600120
Patch13:	quota-4.01-Recognize-block-limit-units-on-setquota-standard-inp.patch
# In upstream after 4.01, SF#3600120
Patch14:	quota-4.01-Recognize-units-at-block-limits-by-edquota.patch
# In upstream after 4.01, SF#3600120
Patch15:	quota-4.01-Recognize-units-at-inode-limits-by-setquota.patch
# In upstream after 4.01, SF#3600120
Patch16:	quota-4.01-Recognize-units-at-inode-limits-by-edquota.patch
# In upstream after 4.01
Patch17:	quota-4.01-Close-FILE-handles-on-error.patch
# In upstream after 4.01
Patch18:	quota-4.01-Remove-installation-of-manpages-into-section-2.patch
# In upstream after 4.01, <https://sourceforge.net/p/linuxquota/patches/39/>
Patch19:	quota-4.01-Add-quotagrpadmins-5-manual-page.patch
# In upstream after 4.01, <https://sourceforge.net/p/linuxquota/patches/39/>
Patch20:	quota-4.01-Add-quotatab-5-manual-page.patch
# In upstream after 4.01, <https://sourceforge.net/p/linuxquota/patches/39/>
Patch21:	quota-4.01-Add-warnquota.conf-5-manual-page.patch
# In upstream after 4.01, <https://sourceforge.net/p/linuxquota/patches/39/>
Patch22:	quota-4.01-Improve-rcp.rquota-8-manual-page.patch
# In upstream after 4.01, <https://sourceforge.net/p/linuxquota/bugs/115/>,
# bug #1072769
Patch23:	quota-4.01-Prevent-from-grace-period-overflow-in-RPC-transport.patch

Patch111:	quota-4.01-libtirpc.patch
BuildRequires:	gettext
BuildRequires:	openldap-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(libnl-1)
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(libtirpc)
Requires:	e2fsprogs
Requires:	initscripts
Requires:	tcp_wrappers

%description
The quota package contains system administration tools for monitoring and
limiting users' and or groups' disk usage, per filesystem.

Install quota if you want to monitor and/or limit user/group disk usage.

%files -f %{name}.lang
%doc Changelog README.ldap-support README.mailserver ldap-scripts
/sbin/*
%{_bindir}/*
%{_sbindir}/*
%exclude %{_sbindir}/quota_nld
%exclude %{_sbindir}/warnquota
%{_mandir}/man1/*
%{_mandir}/man8/*
%exclude %{_mandir}/man8/quota_nld.8*
%exclude %{_mandir}/man8/warnquota.8*

#----------------------------------------------------------------------------

%if %{with uclibc}
%package -n uclibc-%{name}
Summary:	uClibc build of quota tools
Group:		System/Configuration/Other

%description -n uclibc-%{name}
The quota package contains system administration tools for monitoring and
limiting users' and or groups' disk usage, per filesystem.

Install quota if you want to monitor and/or limit user/group disk usage.

%files -n uclibc-%{name}
%{uclibc_root}/sbin/*
%{uclibc_root}%{_bindir}/*
%{uclibc_root}%{_sbindir}/*
%endif

#----------------------------------------------------------------------------

%package nld
Summary:	quota_nld daemon
Group:		System/Configuration/Other
Conflicts:	quota < 4.01-7

%description nld
Daemon that listens on netlink socket and processes received quota warnings.
Note, that you have to enable the kernel support for sending quota messages
over netlink (in Filesystems->Quota menu). The daemon supports forwarding
warning messages to the system D-Bus (so that desktop manager can display
a dialog) and writing them to the terminal user has last accessed.

%files nld
%config(noreplace) %{_sysconfdir}/sysconfig/quota_nld
%{_unitdir}/quota_nld.service
%attr(0755,root,root) %{_sbindir}/quota_nld
%attr(0644,root,root) %{_mandir}/man8/quota_nld.8*
%doc Changelog

#----------------------------------------------------------------------------

%package warnquota
Summary:	Send e-mail to users over quota
Group:		System/Configuration/Other
Conflicts:	quota < 4.01-7

%description warnquota
Utility that checks disk quota for each local file system and mails a warning
message to those users who have reached their soft limit.  It is typically run
via cron(8).

%files warnquota
%config(noreplace) %{_sysconfdir}/quotagrpadmins
%config(noreplace) %{_sysconfdir}/quotatab
%config(noreplace) %{_sysconfdir}/warnquota.conf
%{_sbindir}/warnquota
%{_mandir}/man5/*
%{_mandir}/man8/warnquota.8*
%doc Changelog README.ldap-support README.mailserver

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Conflicts:	quota < 4.01-6

%description devel
This package contains the development files for %{name}.

%files devel
%dir %{_includedir}/rpcsvc
%{_includedir}/rpcsvc/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -qn quota-tools
%patch0 -p1
%patch1 -p1
%ifnarch ppc ppc64
%patch2 -p1
%endif
%patch3 -p1
%patch4 -p1 -b .group_warning
%patch5 -p1 -b .charset_in_mail
%patch6 -p1 -b .gfs_files
%patch7 -p1 -b .quotackeck_debug
%patch8 -p1 -b .quotasync_manual
%patch9 -p1 -b .quotasync_usage
%patch10 -p1 -b .quotasync_exit
%patch11 -p1 -b .usage
%patch12 -p1 -b .setquota_block_units
%patch13 -p1 -b .setquota_block_units_stdin
%patch14 -p1 -b .edquota_block_units
%patch15 -p1 -b .setquota_inode_units
%patch16 -p1 -b .edquota_inode_units
%patch17 -p1 -b .close_file_handles
%patch18 -p1 -b .remove_man2
%patch19 -p1 -b .doc_quotagrpadmins
%patch20 -p1 -b .doc_quotatab
%patch21 -p1 -b .doc_warnquota
%patch22 -p1 -b .doc_rquota
%patch23 -p1 -b .rpc_time

%patch111 -p1 -b .tirpc~

#fix typos/mistakes in localized documentation
for pofile in $(find ./po/*.p*)
do
   sed -i 's/editting/editing/' "$pofile"
done

%if %{with uclibc}
mkdir -p .uclibc
cp -a * .uclibc
%endif

%build
%serverbuild

%if %{with uclibc}
mkdir -p .uclibc
pushd .uclibc
%uclibc_configure \
	--enable-ext2direct=yes \
	--enable-ldapmail=no \
	--enable-netlink=no \
	--enable-rootsbin=yes \
	--enable-rpcsetquota=yes \
	--enable-strip-binaries=no \
	--enable-rootsbin 
%make CC="%{uclibc_cc}" RPCLIB=""
popd
%endif

%configure2_5x \
	--enable-ext2direct=yes \
	--enable-ldapmail=yes \
	--enable-netlink=yes \
	--enable-rootsbin=yes \
	--enable-rpcsetquota=yes \
	--enable-strip-binaries=no \
	--enable-rootsbin 
%make

%install
install -d %{buildroot}/sbin
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/{man1,man2,man3,man8}

%if %{with uclibc}
make -C .uclibc install ROOTDIR=%{buildroot} \
             DEF_BIN_MODE=755 \
             DEF_SBIN_MODE=755 \
             DEF_MAN_MODE=644 \
             STRIP=""
mv %{buildroot}/sbin %{buildroot}%{uclibc_root}
rm -r %{buildroot}%{uclibc_root}%{_includedir}
%endif

make install ROOTDIR=%{buildroot} \
             DEF_BIN_MODE=755 \
             DEF_SBIN_MODE=755 \
             DEF_MAN_MODE=644 \
             STRIP=""

install -m644 warnquota.conf -D %{buildroot}%{_sysconfdir}/warnquota.conf

install -p -m644 %{SOURCE1} -D %{buildroot}%{_unitdir}/quota_nld.service
install -p -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/sysconfig/quota_nld

%find_lang %{name}


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.01-9
+ Revision: cbec9f2
- New version 4.01 (sync with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18780 |14mr|qxmlrpc-1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Full Qt4 based implementation of XML-RPC protocol
Name:		qxmlrpc
Version:	1
Release:	6
License:	GPLv3+
Group:		System/Libraries
Source0:	%{name}-%{version}.tar.bz2
Patch0:		qxmlrpc-1-shared.patch
BuildRequires:	qt4-devel

%description
Full Qt4 based implementation of XML-RPC protocol.

%package -n %{libname}
Summary:	Full Qt4 based implementation of XML-RPC protocol
Group:		System/Libraries

%description -n %{libname}
Full Qt4 based implementation of XML-RPC protocol.

%files -n %{libname}
%{_libdir}/libqxmlrpc.so.%{major}*

%package -n %{devname}
Summary:	Develompent stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{name} < 1-5
Obsoletes:	%{name}-devel < 1-5

%description -n %{devname}
Files needed to build applications based on %{name}.

%files -n %{devname}
%{_libdir}/libqxmlrpc.so
%{_libdir}/libqxmlrpc.a
%{_includedir}/%{name}

%prep
%setup -q
%patch0 -p1

%build
%qmake_qt4 xmlrpc.pro -config static -o Makefile.static
%qmake_qt4 xmlrpc.pro -config shared -o Makefile.shared

%make -f Makefile.static CFLAGS="%{optflags}"
make clean -f Makefile.static
%make -f Makefile.shared

%install
mkdir -p %{buildroot}%{_libdir}
cp libqxmlrpc.a %{buildroot}%{_libdir}/
cp libqxmlrpc.so.%{major}.0.0 %{buildroot}%{_libdir}/

pushd %{buildroot}%{_libdir}
ln -s libqxmlrpc.so.%{major}.0.0 libqxmlrpc.so.%{major}.0
ln -s libqxmlrpc.so.%{major}.0 libqxmlrpc.so.%{major}
ln -s libqxmlrpc.so.%{major} libqxmlrpc.so
popd

mkdir -p %{buildroot}%{_includedir}/%{name}/
cp *.h %{buildroot}%{_includedir}/%{name}/


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-6
+ Revision: b14e61c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18781 |14mr|qyoto-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# if you want to build this packge for ARM
# use REAL hardware
# abf - external nodes - all

Name:		qyoto
Summary:	C# Mono Qt 4 bindings
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Development/KDE and Qt
License:	GPL
URL:		https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel >= 2:%{version}
BuildRequires:	smokegen-devel >= 1:%{version}
BuildRequires:	smokeqt-devel >= 1:%{version}
BuildRequires:	pkgconfig(mono)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(qimageblitz)
BuildRequires:	kde4-macros
BuildRequires:	cmake
BuildRequires:	qscintilla-qt4-devel
Provides:	mono-qt4 = %{EVRD}

%description
.NET/Mono bindings for the Qt libraries.

%files
%{_prefix}/lib/mono/qyoto/qt-dotnet.dll
%{_prefix}/lib/mono/qyoto/qscintilla.dll
%{_prefix}/lib/mono/qyoto/qtscript.dll
%{_prefix}/lib/mono/qyoto/qtuitools.dll
%{_prefix}/lib/mono/qyoto/qtwebkit.dll
%{_prefix}/lib/mono/qyoto/qttest.dll
%{_prefix}/lib/mono/qyoto/phonon.dll
%{_prefix}/lib/mono/gac/qttest
%{_prefix}/lib/mono/gac/qt-dotnet
%{_prefix}/lib/mono/gac/qscintilla
%{_prefix}/lib/mono/gac/qtscript
%{_prefix}/lib/mono/gac/qtwebkit
%{_prefix}/lib/mono/gac/qtuitools
%{_prefix}/lib/mono/gac/phonon
%{_kde_libdir}/libqscintilla-sharp.so
%{_kde_libdir}/libqtscript-sharp.so
%{_kde_libdir}/libqtuitools-sharp.so
%{_kde_libdir}/libqtwebkit-sharp.so
%{_kde_libdir}/libqttest-sharp.so
%{_kde_libdir}/libphonon-sharp.so

#------------------------------------------------------------

%define libqyoto_major 2
%define libqyoto %mklibname qyoto %{libqyoto_major}

%package -n %{libqyoto}
Summary:	Qt generic bindings library
Group:		Development/KDE and Qt

%description -n %{libqyoto}
Qt generic bindings library.

%files -n %{libqyoto}
%{_kde_libdir}/libqyoto.so.%{libqyoto_major}*

#------------------------------------------------------------

%package -n qyoto-devel
Summary:	Header files for qyoto
Group:		Development/KDE and Qt
Provides:	mono-qt4-devel = %{EVRD}
Requires:	qyoto = %{EVRD}
Requires:	%{libqyoto} = %{EVRD}
Conflicts:	qyoto < 1:4.4.95

%description -n qyoto-devel
qyoto devel files.

%files -n qyoto-devel
%{_kde_bindir}/csrcc
%{_kde_bindir}/uics
%{_kde_includedir}/qyoto
%{_kde_libdir}/libqyoto.so
%{_kde_libdir}/pkgconfig/qyoto.pc
%{_kde_libdir}/pkgconfig/qtscript-sharp.pc
%{_kde_libdir}/pkgconfig/qttest-sharp.pc
%{_kde_libdir}/pkgconfig/qtuitools-sharp.pc
%{_kde_libdir}/pkgconfig/qtwebkit-sharp.pc
%{_kde_datadir}/qyoto/cmake/*
%{_kde_datadir}/qyoto/key.snk

#------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: be618aa
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18782 |14mr|qzion-0.4.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	QZion is an canvas abstraction used by and made for QEdje
Name:		qzion
Version:	0.4.0
Release:	10
License:	GPLv2
Group:		Development/KDE and Qt 
Url:		http://code.openbossa.org//qedje/
Source0:	%{name}-%{version}.tar.gz
Patch0:		qzion-0.4.0-gcc44.patch
Patch1:		qzion-0.4.0-fix-install.patch
BuildRequires:	kde4-macros
BuildRequires:	python-qt4
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(QtWebKit)

%description
QZion is an canvas abstraction used by and made for QEdje

#------------------------------------------------

%define major 0
%define libname %mklibname qzion %{major}

%package -n %{libname}
Summary:	Qzionlibrary
Group:		System/Libraries

%description -n %{libname}
Qzion library.


%files -n %{libname}
%{_kde_libdir}/libqzion.so.%{major}*

#-----------------------------------------------

%package -n python-qzion
Summary:	Qzion python bindings
Group:		Development/KDE and Qt
Requires:	python-qt4

%description -n python-qzion
Qzion python bindings.

%files -n python-qzion
%{py_sitedir}/qzion
%{_datadir}/sip/qzion

#-----------------------------------------------

%package   devel
Summary:	Devel stuff for kdebase 4
Group:		Development/KDE and Qt
Requires:	%{libname} = %{version}-%{release}

%description  devel
Devel packages needed to build QZion apps

%files devel
%{_kde_includedir}/*.h
%{_kde_libdir}/pkgconfig/qzion.pc
%{_kde_libdir}/libqzion.so

#------------------------------------------------

%prep
%setup -qn qzion-mainline 
%apply_patches

%build
%cmake_qt4
%make

%install
cd build
%makeinstall_std

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.0-10
+ Revision: 49e9c8d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18783 |14mr|R-3.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		upgrade_from_2_12		1

# (tpg) really not needed
# for private copy in /usr/lib/R/share/perl/Text/DelimMatch.pm 
%define __noautoprov 'KernSmooth.so\\|MASS.so\\|R_X11.so\\|class.so\\|cluster.so\\|foreign.so\\|grDevices.so\\|grid.so\\|internet.so\\|lapack.so\\|lattice.so\\|libRblas.so\\|libRlapack.so\\|methods.so\\|mgcv.so\\|nlme.so\\|nnet.so\\|rpart.so\\|spatial.so\\|splines.so\\|stats.so\\|survival.so\\|tcltk.so\\|tools.so\\|vfonts.so\\|perl\(R::.*\)'
%define __noautoreq 'libRblas.so\\|libRlapack.so\\|perl\(R::.*\)'
%define _disable_ld_no_undefined 1

%bcond_without	system_pcre

%ifarch %{mips} %{arm}
    %bcond_with	java
%else
    %bcond_without java
%endif

%ifarch x86_64
    %define	java_arch		amd64
%else
    %define	java_arch		%{_arch}
%endif

%define		libRmath		%{mklibname Rmath}
%define		libRmath_devel		%{mklibname -d Rmath}
%define		libRmath_static_devel	%{mklibname -d -s Rmath}

#-----------------------------------------------------------------------
Name:		R
Version:	3.1.0
Release:	4
Summary:	A language for data analysis and graphics
URL:		http://www.r-project.org
Source0:	ftp://cran.r-project.org/pub/R/src/base/R-3/R-%{version}.tar.gz
Source1:	macros.R
Source2:	R-make-search-index.sh
Source3:	R-icons-png.tar.bz2
Source4:	R.bash_completion.bz2
Source100:	R.rpmlintrc
License:	GPLv2+
Group:		Sciences/Mathematics
BuildRequires:	bison
BuildRequires:	pkgconfig(blas)
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	cups-common
BuildRequires:	gcc-c++
BuildRequires:	gcc-gfortran
BuildRequires:	gcc-objc
BuildRequires:	gettext-devel
BuildRequires:	glibc-static-devel
BuildRequires:	gpm-devel
BuildRequires:	icu-devel >= 49
%if %{with java}
BuildRequires:	java-rpmbuild
%endif
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(lapack)
BuildRequires:	less
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(pango)
BuildRequires:	paper-utils
%if %{with system_pcre}
BuildRequires:	pkgconfig(libpcre)
%endif
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pth-devel
BuildRequires:	readline-devel
BuildRequires:	tcl-devel
BuildRequires:	texinfo
BuildRequires:	texlive-latex
BuildRequires:	texlive-tools
BuildRequires:	texlive-inconsolata
BuildRequires:	tiff-devel
BuildRequires:	tk-devel
BuildRequires:	zip
BuildRequires:	zlib-devel
# R-devel will pull in R-core
Requires:	R-devel = %{EVRD}
# libRmath-devel will pull in libRmath
Requires:	%{libRmath_devel} = %{EVRD}
Suggests:	x11-font-adobe-100dpi
Obsoletes:	R-recommended <= 1.5.1
Provides:	R-recommended
Patch1:		R-3.0.1-menu.patch
Patch2:		R-3.0.0-gfxdemos.patch
# Patch3:		arm-perl-regexp.patch

%description
This is a metapackage that provides both core R userspace and 
all R development components.

R is a language and environment for statistical computing and graphics. 
R is similar to the award-winning S system, which was developed at 
Bell Laboratories by John Chambers et al. It provides a wide 
variety of statistical and graphical techniques (linear and
nonlinear modelling, statistical tests, time series analysis,
classification, clustering, ...).

R is designed as a true computer language with control-flow
constructions for iteration and alternation, and it allows users to
add additional functionality by defining new functions. For
computationally intensive tasks, C, C++ and Fortran code can be linked
and called at run time.

%files

#-----------------------------------------------------------------------
%package	core
Summary:	The minimal R components necessary for a functional runtime
Group:		Sciences/Mathematics
Requires:	cups
Requires:	less
Requires:	perl
Requires:	sed
Requires:	texlive-scheme-medium
Requires:	vim
Requires:	xdg-utils
# These are the submodules that R-core provides. Sometimes R modules say they
# depend on one of these submodules rather than just R. These are provided for 
# packager convenience.
%rename R-base
Provides:	R-boot = 1.3.11
Provides:	R-class = 7.3.10
Provides:	R-cluster = 1.15.2
Provides:	R-codetools = 0.2.8
Provides:	R-datasets = %{version}
Provides:	R-foreign = 0.8.61
Provides:	R-graphics = %{version}
Provides:	R-grDevices = %{version}
Provides:	R-grid = %{version}
Provides:	R-KernSmooth = 2.23.12
Provides:	R-lattice = 0.20.29
Provides:	R-MASS = 7.3.31
Provides:	R-Matrix = 1.1.3
Obsoletes:	R-Matrix < 0.999375-7
Provides:	R-methods = %{version}
Provides:	R-mgcv = 1.7.29
Provides:	R-nlme = 3.1.117
Provides:	R-nnet = 7.3.8
Provides:	R-parallel = %{version}
Provides:	R-rpart = 4.1.8
Provides:	R-spatial = 7.3.8
Provides:	R-splines = %{version}
Provides:	R-stats = %{version}
Provides:	R-stats4 = %{version}
Provides:	R-survival = 2.37.7
Provides:	R-tcltk = %{version}
Provides:	R-tools = %{version}
Provides:	R-utils = %{version}

%description	core
A language and environment for statistical computing and graphics.
R is similar to the award-winning S system, which was developed at
Bell Laboratories by John Chambers et al. It provides a wide
variety of statistical and graphical techniques (linear and
nonlinear modelling, statistical tests, time series analysis,
classification, clustering, ...).

R is designed as a true computer language with control-flow
constructions for iteration and alternation, and it allows users to
add additional functionality by defining new functions. For
computationally intensive tasks, C, C++ and Fortran code can be linked
and called at run time.

%post core
    %{_sbindir}/texlive.post
    %if %{with java}
    R CMD javareconf \
	JAVA_HOME=%{_jvmdir}/jre \
	JAVA_CPPFLAGS='-I%{_jvmdir}/java/include\ -I%{_jvmdir}/java/include/linux' \
	JAVA_LIBS='-L%{_jvmdir}/jre/lib/%{java_arch}/server \
	-L%{_jvmdir}/jre/lib/%{java_arch}\ -L%{_jvmdir}/java/lib/%{java_arch} \
	-L/lib\ -L/usr/lib\ -ljvm' \
	JAVA_LD_LIBRARY_PATH=%{_jvmdir}/jre/lib/%{java_arch}/server:%{_jvmdir}/jre/lib/%{java_arch}:%{_jvmdir}/java/lib/%{java_arch}:/usr/java/packages/lib/%{java_arch}:/lib:/usr/lib \
	> /dev/null 2>&1 || exit 0
    %endif

%postun core
    if [ $1 -eq 0 ] ; then
	%{_sbindir}/texlive.post
    fi

%if %{upgrade_from_2_12}
%posttrans core
    if [ ! -e %{_libdir}/R/doc ]; then
	ln -sf %{_docdir}/R %{_libdir}/R/doc
    fi
%endif

%files		core
%{_bindir}/*
%{_datadir}/R
%{_libdir}/R
%exclude %{_libdir}/R/include
%{_prefix}/lib/rpm/R-make-search-index.sh
%{_infodir}/R-*.info*
%{_sysconfdir}/bash_completion.d/*
%{_sysconfdir}/rpm/macros.d/macros.R
%{_mandir}/man1/*
%{_sysconfdir}/ld.so.conf.d/*
%{_texmfdir}/tex/latex/R
%{_iconsdir}/Rlogo.png
%{_liconsdir}/*
%{_miconsdir}/*
%{_datadir}/applications/*
%doc %{_docdir}/R

#-----------------------------------------------------------------------
%package	devel
Summary:	Files for development of R packages
Group:		Development/Other
Requires:	R-core = %{EVRD}
# You need all the BuildRequires for the development version
Requires:	bzip2-devel
Requires:	gcc-c++
Requires:	gcc-gfortran
Requires:	pkgconfig(x11)
%if %{with system_pcre}
Requires:	pcre-devel
%endif
Requires:	pkgconfig
Requires:	tcl-devel
Requires:	texinfo
Requires:	texlive-latex
Requires:	texlive-tools
Requires:	texlive-inconsolata
Requires:	tk-devel
Requires:	zlib-devel
Provides:	R-Matrix-devel = 1.0.1
Obsoletes:	R-Matrix-devel < 0.999375-7

%description	devel
Install R-devel if you are going to develop or compile R packages.

%files		devel
%{_libdir}/pkgconfig/libR.pc
%{_includedir}/R
%{_libdir}/R/include

#-----------------------------------------------------------------------
%package	-n %{libRmath}
Summary:	Standalone math library from the R project
Group:		System/Libraries
Provides:	Rmath = %{EVRD}

%description	-n %{libRmath}
A standalone library of mathematical and statistical functions derived
from the R project.  This package provides the shared libRmath library.

%files		-n %{libRmath}
%{_libdir}/libRmath.so

#-----------------------------------------------------------------------
%package	-n %{libRmath_devel}
Summary:	Headers from the R Standalone math library
Group:		Development/Other
Requires:	%{libRmath} = %{EVRD}
Requires:	pkgconfig
Provides:	Rmath-devel = %{EVRD}

%description	-n %{libRmath_devel}
A standalone library of mathematical and statistical functions derived
from the R project.  This package provides the libRmath header files.

%files		-n %{libRmath_devel}
%{_includedir}/Rmath.h
%{_libdir}/pkgconfig/libRmath.pc

#-----------------------------------------------------------------------
%package	-n %{libRmath_static_devel}
Summary:	Static R Standalone math library
Group:		Development/Other
Requires:	%{libRmath_devel} = %{EVRD}
Provides:	Rmath-static-devel = %{EVRD}

%description	-n %{libRmath_static_devel}
A standalone library of mathematical and statistical functions derived
from the R project.  This package provides the static libRmath library.

%files		-n %{libRmath_static_devel}
%{_libdir}/libRmath.a

########################################################################
%prep
%setup -q
%patch1 -p1
%patch2 -p1
# %patch3 -p1

#-----------------------------------------------------------------------
%build
# Add PATHS to Renviron for R_LIBS_SITE
echo 'R_LIBS_SITE=${R_LIBS_SITE-'"'/usr/local/lib/R/site-library:/usr/local/lib/R/library:%{_libdir}/R/library:%{_datadir}/R/library'"'}' >> etc/Renviron.in
export R_PDFVIEWER="%{_bindir}/xdg-open"
export R_PRINTCMD="lpr"
export R_BROWSER="%{_bindir}/xdg-open"

# instead of "BuildConflicts: R-core" and/or R-foo packages
if [ -x %{bindir}/Rscript ]; then
    mkdir bin
    ln -sf bin/R bin/Rscript
fi

export FCFLAGS="%{optflags}"
%if %{with java}
    export JAVA_HOME="%{java_home}"
%endif

(
    %configure						\
	--with-tcltk					\
	--with-tcl-config=%{_libdir}/tclConfig.sh	\
	--with-tk-config=%{_libdir}/tkConfig.sh		\
	--with-cairo					\
	--with-libpng					\
	--with-jpeglib					\
	--with-system-zlib				\
	--with-system-bzlib				\
%if %{with system_pcre}
	--with-system-pcre				\
%else
	--without-system-pcre				\
%endif
	--with-system-xz				\
	--with-ICU					\
	--with-readline					\
	--disable-BLAS-shlib				\
	--with-lapack=%{_libdir}			\
	--with-blas=%{_libdir}				\
	--enable-R-shlib				\
	--enable-prebuilt-html				\
	rdocdir=%{_docdir}/R				\
	rsharedir=%{_datadir}/R
) | grep -A30 'R is now' - > CAPABILITIES

# (tpg) somehow --prefix is not honored
sed -i -e 's#/usr/local#%{_prefix}#g' Makeconf

%make
make -C src/nmath/standalone

#make check-all
%make pdf
# %make info

# Uncomment once we fix info pages for R
# Convert to UTF-8
#for i in doc/manual/R-intro.info doc/manual/R-FAQ.info doc/FAQ doc/manual/R-admin.info doc/manual/R-exts.info-1; do
#    iconv -f iso-8859-1 -t utf-8 -o $i{.utf8,}
#    mv $i{.utf8,}
#done

#-----------------------------------------------------------------------
%install
make DESTDIR=%{buildroot} install install-info
make DESTDIR=%{buildroot} install-pdf

rm -f %{buildroot}%{_infodir}/dir
rm -f %{buildroot}%{_infodir}/dir.old
install -p CAPABILITIES %{buildroot}%{_docdir}/R

# Install libRmath files
make -C src/nmath/standalone install DESTDIR=%{buildroot}

mkdir -p %{buildroot}/etc/ld.so.conf.d
echo "%{_libdir}/R/lib" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf

mkdir -p %{buildroot}%{_datadir}/R/library

# Install rpm helper macros
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.d

# Install rpm helper script
mkdir -p %{buildroot}%{_prefix}/lib/rpm/
install -m0755 %{SOURCE2} %{buildroot}/usr/lib/rpm/

# Fix html/packages.html
# We can safely use RHOME here, because all of these are system packages.
sed -i 's|\..\/\..|%{_libdir}/R|g' %{buildroot}%{_docdir}/R/html/packages.html

for i in %{buildroot}%{_libdir}/R/library/*/html/*.html; do
  sed -i 's|\..\/\..\/..\/doc|%{_docdir}/R|g' $i
done

# Fix exec bits
chmod +x %{buildroot}%{_datadir}/R/sh/echo.sh
chmod -x %{buildroot}%{_libdir}/R/library/mgcv/CITATION %{buildroot}%{_docdir}/R/CAPABILITIES

# Symbolic link for convenience
# Actually do make the reverse link done in fedora, to avoid the need to
# fight rpm to convert a directory into a symlink if upgrading from
# previous mandriva packages
ln -sf ../%{_lib}/R/include %{buildroot}%{_includedir}/R

%if !%{upgrade_from_2_12}
ln -sf %{_docdir}/R %{buildroot}%{_libdir}/R/doc
%endif

# Symbolic link for LaTeX
mkdir -p %{buildroot}%{_texmfdir}/tex/latex
pushd %{buildroot}%{_texmfdir}/tex/latex
    ln -s ../../../R/texmf/tex/latex R
popd

cp doc/COPYING %{buildroot}%{_docdir}/R

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=R
Comment=A language for statistical computing
Exec=%{_bindir}/R --gui=tk
Terminal=true
Type=Application
Icon=Rlogo
Categories=Science;Math;
EOF

# icons
mkdir -p %{buildroot}%{_iconsdir}
tar xjf %{SOURCE3} -C %{buildroot}%{_iconsdir}

# (tpg) add bash completion file
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
bzcat %{SOURCE4} > %{buildroot}%{_sysconfdir}/bash_completion.d/R-base



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1.0-4
+ Revision: 158e65e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18784 |14mr|radeontool-1.6.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		radeontool
Version:	1.6.0
Release:	4
Summary:	Enable/disable ATI Radeon external display/backlight
Source0:	http://people.freedesktop.org/~airlied/%{name}/%{name}-%{version}.tar.bz2
Source1:	http://www.fdd.com/software/radeon/lightwatch2.pl
Patch1:		radeontool-1.6.0-fix-str-fmt.patch
URL:		http://people.freedesktop.org/~airlied/radeontool/
License:	BSD
Group:		System/Configuration/Hardware
BuildRoot:	%_tmppath/%name-%version-buildroot
BuildRequires:	libpciaccess-devel

%description
This utility should enable/disable the external display for ATI Radeon video
cards.
It should also enable/disable the backlight on a laptop equipped with a an ATI
Radeon Mobility video card.
Since it was engineered without access to the Radeon documents, it may as well
break your hardware.
USE RADEONTOOL AT YOUR OWN RISK


%prep
%setup -q
%patch1 -p1 -b .str
cp %{SOURCE1} .

%build
%configure2_5x --bindir=%{_sbindir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,755)
%doc lightwatch2.pl
%{_sbindir}/radeontool
%{_sbindir}/avivotool





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.0-4
+ Revision: afb649c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18785 |14mr|radiusclient-0.3.2-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname radius %{major}
%define develname %mklibname radius -d
%define sdevelname %mklibname radius -d -s

Summary:	Radiusclient library and tools
Name:		radiusclient
Version:	0.3.2
Release:	18
License:	BSD
Group:		System/Libraries
URL:		ftp://ftp.cityline.net/pub/radiusclient/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-am_ac.patch

%description
Radiusclient is a /bin/login replacement which gets called by a getty
to log in a user and to setup the user's login environment. Normal
login programs just check the login name and password which the user
entered against the local password file (/etc/passwd, /etc/shadow). In
contrast to that Radiusclient also uses the RADIUS protocol to
authenticate the user.

%package -n	%{name}-utils
Summary:	Radiusclient library
Group:          System/Servers

%description -n	%{name}-utils
Radiusclient is a /bin/login replacement which gets called by a getty
to log in a user and to setup the user's login environment. Normal
login programs just check the login name and password which the user
entered against the local password file (/etc/passwd, /etc/shadow). In
contrast to that Radiusclient also uses the RADIUS protocol to
authenticate the user.

%package -n	%{libname}
Summary:	Radiusclient library
Group:          System/Libraries

%description -n	%{libname}
Libraries required for Radiusclient

%package -n	%{develname}
Summary:	Header files and development documentation for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libradius-devel = %{version}-%{release}
Obsoletes:	%{_lib}radius0-devel < 0.3.2-12

%description -n	%{develname}
Header files and development documentation for %{name}.

%package -n	%{sdevelname}
Summary:	Static libraries for %{name}
Group:		Development/C
Requires:	%{develname} = %{version}-%{release}
Provides:	%{name}-static-devel = %{version}-%{release}
Obsoletes:	%{_lib}radius0-static-devel < 0.3.2-12

%description -n	%{sdevelname}
%{name} static library.

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
    --enable-shadow \
    --enable-scp

%make

%install
%makeinstall_std

%files -n %{name}-utils
%defattr(644,root,root,755)
%doc BUGS CHANGES README* doc/*.html
%dir %{_sysconfdir}/%{name}
%attr(644,root,root) %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/%{name}/*
%attr(755,root,root) %{_sbindir}/*

%files -n %{libname}
%defattr(-,root,root)
%attr(755,root,root) %{_libdir}/lib*.so.*

%files -n %{develname}
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/lib*.so
%{_includedir}/*

%files -n %{sdevelname}
%defattr(644,root,root,755)
%{_libdir}/lib*.a





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.2-18
+ Revision: 5bcf89e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18786 |14mr|radvd-1.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The IPv6 Router Advertisement Daemon
Name:		radvd
Version:	1.9.1
Release:	2
License:	BSD
Group:		System/Servers
URL:		http://v6web.litech.org/radvd/
Source0:	http://v6web.litech.org/radvd/dist/%{name}-%{version}.tar.gz
Source1:	radvd-tmpfs.conf
Source2:	radvd.service
Source3:	radvd.conf
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	flex bison
BuildRequires:	pkgconfig(libdaemon)

%description
IPv6 has a lot more support for autoconfiguration than IPv4. But
for this autoconfiguration to work on the hosts of a network, the
routers of the local network have to run a program which answers
the autoconfiguration requests of the hosts.

On Linux this program is called radvd, which stands for Router
ADVertisement Daemon. This daemon listens to router solicitations (RS)
and answers with router advertisement (RA). Furthermore unsolicited
RAs are also send from time to time.

These RAs contain information, which is used by hosts to configure
their interfaces. This information includes address prefixes, the MTU of
the link and information about default routers.

%prep

%setup -q
for F in CHANGES; do
    iconv -f iso-8859-1 -t utf-8 < "$F" > "${F}.new"
    touch -r "$F" "${F}.new"
    mv "${F}.new" "$F"
done

%build
%serverbuild
%configure2_5x --with-pidfile=%{_localstatedir}/run/radvd/radvd.pid
%make


%install

%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_localstatedir}/run/radvd
mkdir -p %{buildroot}%{_unitdir}

install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/radvd.conf
install -m 644 redhat/radvd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/radvd

install -d -m 755 %{buildroot}%{_sysconfdir}/tmpfiles.d
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/tmpfiles.d/radvd.conf
install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}


%pre
%_pre_useradd radvd / /sbin/nologin
%_pre_groupadd daemon radvd

%post
if [ "$1" = "1" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
    /bin/systemctl enable radvd.service >/dev/null 2>&1 || :
fi

%postun
%_postun_groupdel daemon radvd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart radvd.service >/dev/null 2>&1 || :
fi

%preun
if [ "$1" -eq 0 ]; then
   /bin/systemctl disable radvd.service > /dev/null 2>&1 || :
   /bin/systemctl stop radvd.service > /dev/null 2>&1 || :
fi
 


%files
%doc CHANGES COPYRIGHT INTRO.html README TODO
%{_unitdir}/radvd.service
%config(noreplace) %{_sysconfdir}/radvd.conf
%config(noreplace) %{_sysconfdir}/sysconfig/radvd
%config(noreplace) %{_sysconfdir}/tmpfiles.d/radvd.conf
%dir %attr(-,radvd,radvd) %{_localstatedir}/run/radvd/
%doc radvd.conf.example
%{_mandir}/*/*
%{_sbindir}/radvd
%{_sbindir}/radvdump



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9.1-2
+ Revision: 2b7b2aa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18787 |14mr|rapidsvn-0.12.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 3
%define	libname %mklibname svncpp %{major}
%define	oldlibname %mklibname rapidsvn 0
%define	develname %mklibname svncpp -d

Summary:	A cross-platform GUI for the Subversion concurrent versioning system
Name:		rapidsvn
Version:	0.12.0
Release:	8
License:	GPLv2+
Group:		Development/Other
URL:		http://rapidsvn.tigris.org
Source0:	http://www.rapidsvn.org/download/release/%{version}/%{name}-%{version}-1.tar.gz
Source1:	rapidsvn_logo.png
Patch1:		rapidsvn-0.12.0-linkage_fix.patch
BuildRequires:	apache-devel
BuildRequires:	doxygen
BuildRequires:	subversion-devel >= 1.2
BuildRequires:	subversion >= 1.2
BuildRequires:	libtool >= 1.4.2
BuildRequires:	wxgtku-devel
BuildRequires:	libxslt-proc
BuildRequires:	docbook-style-xsl
BuildRequires:	pkgconfig(neon)
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(cppunit)
Requires(post):	%{libname} = %{version}-%{release}
Requires(preun): %{libname} = %{version}-%{release}
Requires:	subversion

%description
RapidSVN is a platform independent GUI client for the Subversion
revision system written in C++ using the wxWindows framework.

%package -n %{libname}
Summary:	RapidSVN shared SvnCpp C++ API libraries
Group:		System/Libraries

%description -n %{libname}
RapidSVN is a platform independent GUI client for the Subversion
revision system written in C++ using the wxWindows framework.

This package contains shared SvnCpp C++ API libraries for
RapidSVN.

%package -n %{develname}
Summary:	RapidSVN SvnCpp C++ API development libraries
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	libsvncpp-devel = %{version}-%{release}
Provides:	%{oldlibname}-devel = %{version}-%{release}

%description -n %{develname}
As part of the RapidSVN effort it became clear that it would make
the code easier to update and manage if the Subversion client C
API were wrapped in C++. This is where SvnCpp comes from. Right
now it has the following aspects of the C API have been
abstracted: authentication, logging, status, notification, and
properties. SvnCpp should provide an object-oriented programming
interface to any project that uses C++ or a SWIG-compatible
language like Python or Java. 

%prep
%setup -qn %{name}-%{version}-1
%patch1 -p1

cp %{SOURCE1} rapidsvn_logo.png

%build
#mkdir src/tests/svncpp; touch src/tests/svncpp/Makefile.in
aclocal; autoconf; libtoolize --automake --force; aclocal; automake -a

export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS=$CFLAGS

%configure2_5x \
    --enable-shared \
    --disable-static \
    --with-svn-include=%{_includedir} \
    --with-svn-lib=%{_libdir} \
    --with-xsltproc=%{_bindir}/xsltproc \
    --with-apr-config=%{_bindir}/apr-1-config \
    --with-apu-config=%{_bindir}/apu-1-config

%make

%install
%makeinstall_std

# Mandriva Icons
%__install -d %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps

convert rapidsvn_logo.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert rapidsvn_logo.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert rapidsvn_logo.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%__mkdir_p %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=RapidSVN
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Development;RevisionControl;
EOF

%__mv doc/svncpp/html .

%find_lang %{name}

%files -f %{name}.lang
%doc html AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/svncpp
%{_libdir}/*.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12.0-8
+ Revision: 5d0fa4b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18788 |14mr|raptor-1.4.21-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:   	Raptor RDF Parser Toolkit for Redland
Name:      	raptor
Version:   	1.4.21
Release:   	11
License: 	GPL LGPL
Group:     	Development/Other
URL:       	http://librdf.org/raptor/
Source0:	http://librdf.org/dist/source/%{name}-%{version}.tar.gz
Patch0:		raptor-1.4.21-mdv_conf.diff
Patch1:		raptor-1.4.21-CVE-2012-0037.diff
BuildRequires: 	libxml2-devel
BuildRequires:  curl-devel
Requires:	%{libname} >= %{version}

%description
Raptor is the RDF Parser Toolkit for Redland that provides
a set of standalone RDF parsers, generating triples from RDF/XML
or N-Triples.

%package -n	%{libname}
Summary:        Dynamic libraries from %{name}
Group:          System/Libraries

%description -n	%{libname}
Dynamic libraries from %{name}.

%package -n	%{develname}
Summary:	Header files and static libraries from %name
Group:		Development/C
Requires:	%{libname} >= %{version}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes:	%{name}-devel < %{version}-%{release}
Obsoletes:	%{mklibname -d raptor 1}
Conflicts:	%{name} < 1.4.21-3

%description -n	%{develname}
Libraries and includes files for developing programs based on %{name}.

%prep

%setup -q
%patch0 -p0
%patch1 -p1 -b .CVE-2012-0037

%build
%configure2_5x
%make

%install

install -d %{buildroot}%{_mandir}/man{1,3}
%makeinstall

rm -f %{buildroot}%{_libdir}/*.*a

%files
%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README
%{_mandir}/man1/rapper.1*
%{_mandir}/man3/libraptor.3*
%{_bindir}/rapper

%files -n %libname
%{_libdir}/lib*.so.%{major}*

%files -n %develname
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/*
%_datadir/gtk-doc/html/raptor/
%{_bindir}/raptor-config
%{_mandir}/man1/raptor-config.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.21-11
+ Revision: 460d5a2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18789 |14mr|raptor2-2.0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name}_ %{major}
%define develname %mklibname -d %{name}

Summary:	Raptor RDF Parser Toolkit for Redland
Name:		raptor2
Version:	2.0.8
Release:	3
License:	GPL LGPL
Group:		Development/Other
URL:		http://librdf.org/raptor/
Source0:	http://librdf.org/dist/source/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	gtk-doc
Conflicts:	raptor < 2.0.0

%description
Raptor is the RDF Parser Toolkit for Redland that provides
a set of standalone RDF parsers, generating triples from RDF/XML
or N-Triples.

%package -n	%{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries

%description -n	%{libname}
Dynamic libraries from %{name}.

%package -n	%{develname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	gtk-doc
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
Libraries and includes files for developing programs based on %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static --with-html-dir=/dev/null
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# cleanup
rm -rf %{buildroot}/dev/null

%files
%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README
%{_mandir}/man1/rap*
%{_mandir}/man3/libraptor2.3*
%{_bindir}/rapper

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.8-3
+ Revision: 11e5cdf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18790 |14mr|rarian-0.8.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}
%define xmlcatalog      %{_sysconfdir}/xml/catalog

Summary:	Cataloging system for documentation on open systems
Name:		rarian
Version:	0.8.1
Release:	12
License:	GPLv2+
Group:		Publishing
Url:		http://rarian.freedesktop.org/
Source0:	http://rarian.freedesktop.org/Releases/%{name}-%{version}.tar.bz2
Source1:	scrollkeeper-omf.dtd
# gw https://bugs.freedesktop.org/show_bug.cgi?id=11779
Patch0:		rarian-0.5.4-mv.patch
Patch1:		rarian-0.8.1-xz-support.patch

Requires(post):	libxml2-utils sgml-common util-linux-ng
Requires(preun): libxml2-utils sgml-common
%rename		scrollkeeper

%description
Rarian is a cataloging system for the installed documentation.

Rarian is designed to be a replacement for scrollkeeper.  It is
currently undergoing heavy development.  As of writing, rarian can be
installed in place of scrollkeeper and everything will work okay.

%package -n	%{libname}
Group:		System/Libraries
Summary:	Rarian cataloging system library

%description -n	%{libname}
Rarian is a cataloging system for the installed documentation.

Rarian is designed to be a replacement for scrollkeeper.  It is
currently undergoing heavy development.  As of writing, rarian can be
installed in place of scrollkeeper and everything will work okay.

%package -n	%{develname}
Group:		Development/C
Summary:	Rarian cataloging system - development files
Requires:	%{libname} = %version
Provides:	%{name}-devel = %version-%release

%description -n	%{develname}
Rarian is a cataloging system for the installed documentation.

Rarian is designed to be a replacement for scrollkeeper.  It is
currently undergoing heavy development.  As of writing, rarian can be
installed in place of scrollkeeper and everything will work okay.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-skdb-update \
	--localstatedir=/var
%make

%install
%makeinstall_std localstatedir=%{buildroot}/var
mkdir -p %{buildroot}/var/lib/rarian
touch %{buildroot}/var/lib/rarian/rarian-update-mtimes
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd

%post
  if [ "$1" = "1" ]; then
%{_bindir}/rarian-sk-update
%{_bindir}/xmlcatalog --noout --add "public" \
        "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" \
        "%{_datadir}/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd" %{xmlcatalog}
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
        "http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/" \
        "file:///usr/share/xml/scrollkeeper/dtds/" %{xmlcatalog}
fi
%{_bindir}/rarian-sk-rebuild > /dev/null || true

%preun
if [ "$1" = "0" -a -f %{xmlcatalog} -a -x %{_bindir}/xmlcatalog ] ; then
  %{_bindir}/xmlcatalog --noout --del \
	"%{_datadir}/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd" %{xmlcatalog}
fi

%postun
if [ "$1" = "0" ]; then
  # rarian is being removed, not upgraded.  
  rm -f %{_datadir}/help/*.document
fi

%triggerpostun -- scrollkeeper < 0.5.6-2mdv
%{_bindir}/xmlcatalog --noout --add "public" \
        "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" \
        "%{_datadir}/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd" %{xmlcatalog}

%triggerin -- %{_datadir}/omf/*/*.omf
%{_bindir}/scrollkeeper-update -q

%triggerpostun -- %{_datadir}/omf/*/*.omf
%{_bindir}/scrollkeeper-update -q

%files
%doc README NEWS 
%{_bindir}/rarian*
%{_bindir}/scrollkeeper*
%dir %{_datadir}/help/
%{_datadir}/help/rarian.document
%{_datadir}/librarian
%dir %{_datadir}/xml/scrollkeeper/
%dir %{_datadir}/xml/scrollkeeper/dtds/
%{_datadir}/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
%dir /var/lib/rarian
%ghost /var/lib/rarian/rarian-update-mtimes

%files -n %{libname}
%{_libdir}/librarian.so.%{major}*

%files -n %{develname}
%doc ChangeLog TODO
%{_libdir}/librarian.so
%{_includedir}/rarian
%{_libdir}/pkgconfig/rarian.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.1-12
+ Revision: fb9dd9d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18791 |14mr|rasqal-0.9.29-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	3
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Name: 	 	rasqal
Summary: 	RDF querying library
Group:		Databases
Version: 	0.9.29
Release: 	2
License:	LGPL
URL:		http://librdf.org/rasqal/
Source0:	http://download.librdf.org/source/%{name}-%{version}.tar.gz
Patch0:		rasqal-0.9.28-linkm.patch
BuildRequires:	raptor2-devel > 2.0.4-2
BuildRequires:	libmpfr-devel

%description
Rasqal handles Resource Description Framework (RDF) query syntaxes, query
construction and query execution returning result bindings. The supported
query languages are RDQL and SPARQL.  Rasqal was designed to work closely
with the Redland RDF library but is entirely separate. It is intended to be
a portable library working across many POSIX systems (Unix, GNU/Linux,
BSDs, OSX, cygwin) win32 and others.

%package -n 	%{libname}
Summary:        Dynamic libraries from %{name}
Group:          System/Libraries
Obsoletes:	%{mklibname rasqal 0} >= 0.9.16

%description -n %{libname}
Dynamic libraries from %{name}.

%package -n 	%{develname}
Summary: 	Header files and static libraries from %{name}
Group: 		Development/C
Requires: 	%{libname} >= %{version}
Provides:	%{name}-devel = %{version}-%{release} 
Obsoletes: 	%{name}-devel < %{version}-%{release}
Obsoletes:	%{mklibname -d %{name} 0}

%description -n %{develname}
Libraries and includes files for developing programs based on %{name}.

%prep
%setup -q
%patch0 -p1 -b .linkm~

%build
%configure2_5x --disable-static
%make
										
%install
rm -rf %{buildroot}
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/%{name}-config

# Zé: clean .la files
rm -f %{buildroot}%{_libdir}/*.la

%check
#make check

%files
%doc AUTHORS COPYING* ChangeLog LICENSE* NEWS* NOTICE README*
%{_bindir}/roqet
%{_mandir}/man1/roqet*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_bindir}/%{name}-config
%{multiarch_bindir}/%{name}-config
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_mandir}/man1/rasqal*
%{_mandir}/man3/lib*
%{_datadir}/gtk-doc/html/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.29-2
+ Revision: 357f2f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18792 |14mr|rdate-1.4-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Retrieving the date and time from another machine on your network
Name:		rdate
Version:	1.4
Release:	15
License:	GPL
Group:		System/Configuration/Other
URL:		ftp://people.redhat.com/sopwith
Source0:	ftp://people.redhat.com/sopwith/%{name}-%{version}.tar.bz2
Patch0:		rdate-1.4-udp.patch
Patch1:		rdate-1.4-format_not_a_string_literal_and_no_format_arguments.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The rdate utility retrieves the date and time from another machine on your
network, using the protocol described in RFC 868. If you run rdate as root, it
will set your machine's local time to the time of the machine that you queried.
Note that rdate isn't scrupulously accurate. If you are worried about
milliseconds, get the xntpd program instead.

%prep
%setup -q
%patch0 -p1 -b .udp
%patch1 -p0 -b .format_not_a_string_literal_and_no_format_arguments

%build
%make CFLAGS="%{optflags} -Wall -DINET6" CC="gcc" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 %{name} %{buildroot}%{_bindir}/%{name}
install -m0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-15
+ Revision: f462495
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18793 |14mr|rdesktop-1.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	Werror_cflags	%nil

Summary:	RDP client
Name:		rdesktop
Version:	1.7.1
Release:	3
License:	GPL
Group:		Networking/Remote access
URL:		http://www.rdesktop.org/
Source0:	http://prdownloads.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz

Patch1:		rdesktop-libao.patch

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(ao)
BuildRequires:	openssl-devel
BuildRequires:	pcsc-lite-devel
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(xrandr)
# nx used to have a forked version of rdesktop called nxdesktop, this
# was dropped in nx 3.2.0 and nx now works with unmodified rdekstop.
# it seems to make most sense handling this by making the original
# rdesktop obsolete and provide the now obsolete fork - AdamW 2008/09
Obsoletes:	nxdesktop < 3.2.0
Provides:	nxdesktop

%description
rdesktop is an open source client for Windows NT Terminal Server and Windows
2000 Terminal Services, capable of natively speaking Remote Desktop Protocol
(RDP) in order to present the user's NT desktop. Unlike Citrix ICA, no server
extensions are required.  

rdesktop currently runs on most UNIX based platforms with the X Window System,
and other ports should be fairly straightforward. rdesktop is used through
rfbdrake.

%prep

%setup -q
%patch1 -p1 -b .ao

# lib64 fix
perl -pi -e "s|\/lib\"|\/%{_lib}\"|g" configure*
perl -pi -e "s|\/lib\ |\/%{_lib}\ |g" configure*

%build
export STRIP="/bin/true"

%configure2_5x \
    --with-openssl=%{_prefix} \
    --with-libao=%{_prefix} \
    --with-sound=libao \
    --with-ipv6 \
    --enable-smartcard

%make

chmod 644 COPYING
chmod 644 doc/*

%install
%makeinstall_std


%files
%doc COPYING doc/*.txt doc/AUTHORS doc/HACKING doc/TODO
%{_bindir}/rdesktop
%{_datadir}/%{name}
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.1-3
+ Revision: edaadc5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18794 |14mr|re2c-0.13.7.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for generating C-based recognizers from regular expressions
Name:		re2c
Version:	0.13.7.5
Release:	1
License:	Public Domain
Group:		Development/Other
URL:		http://re2c.sourceforge.net/
Source0:	http://sourceforge.net/projects/re2c/files/re2c/0.13.7.5/%{name}-%{version}.tar.gz

%description
re2c is a great tool for writing fast and flexible lexers. It has served many
people well for many years and it deserves to be maintained more actively. re2c
is on the order of 2-3 times faster than a flex based scanner, and its input
model is much more flexible.

%prep

%setup -q

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# fix attribs
chmod 644 doc/* examples/*.c examples/*.re examples/rexx/* CHANGELOG README

find lessons -type f -exec chmod 644 {} \;
find test -type f -exec chmod 644 {} \;

# don't ship windows code
rm -rf lessons/001_upn_calculator/windows

%build

%configure2_5x

%make

#regenerate file scanner.cc
rm -f scanner.cc
./re2c scanner.re > scanner.cc
rm -f re2c scanner.o
%make

%check
make check

%install
%makeinstall_std

%files
%doc doc/* examples CHANGELOG README lessons
%attr(0755,root,root) %{_bindir}/re2c
%{_mandir}/man1/re2c.1*

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 0.13.7.5-1
+ Revision: 7861457
- Merge pull request #4 from import/re2c:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18795 |14mr|readahead-1.5.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git_url git://git.fedorahosted.org/readahead

Summary:        Read a preset list of files into memory
Name:           readahead
Version:        1.5.7
Release:        8
Group:          System/Configuration/Boot and Init
License:        GPLv2+
URL:		https://hosted.fedoraproject.org/readahead
Source0:	readahead-%{version}.tar.bz2
Source1:	readahead_early
Source2:	default.early
# (fc) 1.4.6-2mdv default values for Mandriva
Patch0:		readahead-default.patch
# (fc) 1.4.6-2mdv create a temp file to detect if collector is running, autodelect collector enabling file at end of collection
Patch1:		readahead-1.5.6-autocollector.patch
BuildRequires:	libblkid-devel
BuildRequires:	audit-devel
BuildRequires:	auparse-devel
BuildRequires:	ext2fs-devel
Requires(post):    chkconfig
Requires(pre):     chkconfig
Requires(pre):   systemd
Requires:	procps
Requires:	gawk
Requires:	util-linux-ng
Obsoletes:	kernel-utils
# easy upgrade from 2009.1 to 2010.1
Conflicts:	%mklibname audit 0

%description
readahead reads the contents of a list of files into memory,
which causes them to be read from cache when they are actually
needed. Its goal is to speed up the boot process.

%prep
%setup -q
%patch0 -p1 -b .default
%patch1 -p1 -b .autocollector
install -m644 %{SOURCE2} lists/

%build
%configure2_5x \
	--sbindir=/sbin \
	--disable-rpath

%make

make rpm-lists-rebuild FILES="default.early" RPM_LIB="%{_lib}" RPM_ARCH="%{_arch}"


%install
rm -rf %{buildroot}
%makeinstall_std
%find_lang %{name}

install -m755 %{SOURCE1} %{buildroot}/sbin
install -m755 %{SOURCE1} %{buildroot}/sbin/readahead_later
sed -i -e 's/early/later/g' %{buildroot}/sbin/readahead_later

mkdir -p %{buildroot}%{_var}/lib/readahead
install -m644 lists/default.early %{buildroot}%{_var}/lib/readahead

# we don't use upstart
rm -rf %{buildroot}/etc/event.d
rm -rf %{buildroot}%{_sysconfdir}/init

# (bor) disable for now, it is done in rc.sysinit
rm -rf %{buildroot}/lib/systemd/system/default.target.wants
%pre
if [ -f /etc/rc.d/init.d/readahead_early ]; then
  /sbin/chkconfig --del readahead_early > /dev/null 2>&1 
  /sbin/chkconfig --del readahead_later
fi

%post
if [ "$1" = "1" ]; then
 touch /.readahead_collect
fi

%files -f %{name}.lang
%doc README lists/README.lists
/sbin/readahead
/sbin/readahead-collector
/sbin/readahead_early
/sbin/readahead_later
/etc/cron.daily/readahead.cron
/etc/cron.monthly/readahead-monthly.cron
%config(noreplace) %{_sysconfdir}/sysconfig/readahead
%config(noreplace) %{_sysconfdir}/readahead.conf
%dir /var/lib/readahead
%attr(0644,root,root) %{_var}/lib/readahead/default.early
/lib/readahead/%{name}-*.sh
# (bor) disable for now, it is done in rc.sysinit
#/lib/systemd/system/default.target.wants/readahead-*.service
/lib/systemd/system/readahead-*.service



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.7-8
+ Revision: 905153e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18796 |14mr|readline-6.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname %{name} %{major}
%define libhist %mklibname history %{major}
%define devname %mklibname %{name} -d

Summary:	Library for reading lines from a terminal
Name:		readline
Version:	6.3
Release:	4
License:	GPLv2+
Group:		System/Libraries
Url:		http://tiswww.case.edu/php/chet/readline/rltop.html
Source0:	ftp://ftp.gnu.org/gnu/readline/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/gnu/readline/%{name}-%{version}.tar.gz.sig
Patch0:		readline-4.3-no_rpath.patch
Patch3:		readline-4.1-outdated.patch
Patch4:		rl-header.patch
Patch5:		rl-attribute.patch
Patch6:		readline-6.0-fix-shared-libs-perms.patch
Patch8:		readline-6.2-fix-missing-linkage.patch
BuildRequires:	pkgconfig(ncurses)

%description
The "readline" library will read a line from the terminal and return it,
allowing the user to edit the line with the standard emacs editing keys.
It allows the programmer to give the user an easier-to-use and more
intuitive interface.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libreadline library for readline
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked to readline.

%files -n %{libname}
/%{_lib}/libreadline.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libhist}
Summary:	Shared libhistory library for readline
Group:		System/Libraries
Conflicts:	%{_lib}readline6 < 6.3

%description -n %{libhist}
This package contains the libhistory library from readline.

%files -n %{libhist}
/%{_lib}/libhistory.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files for developing programs that use the readline library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libhist} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The "readline" library will read a line from the terminal and return it,
using prompt as a prompt.  If prompt is null, no prompt is issued.  The
line returned is allocated with malloc(3), so the caller must free it when
finished.  The line returned has the final newline removed, so only the
text of the line remains.

%files -n %{devname}
%doc CHANGELOG CHANGES MANIFEST README USAGE
%doc doc examples support
%{_mandir}/man3/*
%{_includedir}/readline
%{_libdir}/libhistory.so
%{_libdir}/libreadline.so

#----------------------------------------------------------------------------

%package doc
Summary:	Readline documentation in GNU info format
Group:		Documentation
Provides:	%{name}-doc = %{EVRD}
BuildArch:	noarch

%description doc
This package contains readline documentation in the GNU info format.

%files doc
%{_infodir}/history.info*
%{_infodir}/readline.info*
%{_infodir}/rluserman.info*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

sed -e 's#/usr/local#%{_prefix}#g' -i doc/texi2html
libtoolize --copy --force

%build
%configure2_5x \
	--enable-static=no \
	--with-curses \
	--enable-multibyte

%make

%install
%makeinstall_std
# put all libs in /lib because some package needs it
# before /usr is mounted
install -d %{buildroot}/%{_lib}
for l in libhistory.so libreadline.so; do
	rm %{buildroot}%{_libdir}/${l}
	mv %{buildroot}%{_libdir}/${l}.%{major}* %{buildroot}/%{_lib}
	ln -sr %{buildroot}/%{_lib}/${l}.%{major}.* %{buildroot}%{_libdir}/${l}
done

rm -rf %{buildroot}%{_docdir}/readline/{CHANGES,INSTALL,README} \
	%{buildroot}%{_prefix}/uclibc%{_docdir}/readline/{CHANGES,INSTALL,README}


%changelog
* Thu Jul 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.3-4
+ Revision: 7cd3f3a
- New version 6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18797 |14mr|recode-3.6-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	GNU recode
Name:		recode
Version:	3.6
Release:	23
Group:		Text tools
License:	GPL
URL:		http://recode.progiciels-bpi.ca/
Source0:	ftp://prep.ai.mit.edu:/pub/gnu/recode/recode-%{version}.tar.bz2
# OE: taken from debian, but symbol clash fix originates from here:
# http://www.pybliographer.org/help/recode.patch
# recode and mysql symbols collided and made php crash, this patch
# fixes this.
Patch0:		recode_3.6-15.diff
Patch1:		recode-3.6-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	flex
BuildRequires:	gettext-devel
BuildRequires:	automake1.4

%description
The GNU recode utility converts files between various character sets.

%package -n	%{libname}
Summary:	Shared GNU recode library
Group:          System/Libraries

%description -n	%{libname}
The GNU recode utility converts files between various character sets.

This package provides the shared recode library.

%package -n	%{develname}
Summary:	Development files for the %{libname} library
Group:		Development/C
Obsoletes:	%{name}-devel
Provides:	%{name}-devel
Provides:	lib%{name}-devel
Requires:	%{libname} = %{version}
Obsoletes:	%{mklibname %{name} 0 -d}

%description -n	%{develname}
Development files for the %{libname} library

%prep

%setup -q
%patch0 -p1
%patch1 -p0

%build

%configure2_5x \
     --without-included-gettext

# no -recheck hack
touch *

%make CFLAGS="%{optflags} -D_REENTRANT -fPIC"

%install
%makeinstall_std

%find_lang %{name}

# house cleansing
rm -f %{buildroot}%{_infodir}/dir

%files -f %{name}.lang
%defattr(-,root,root)
%doc BACKLOG COPYING INSTALL NEWS README
%doc THANKS doc
%{_bindir}/*
%{_mandir}/man1/*
%{_infodir}/*

%files -n %{libname}
%defattr(0644,root,root,755)
%attr(0755,root,root) %{_libdir}/lib*.so.*

%files -n %{develname}
%defattr(0644,root,root,755)
%doc contrib
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/*.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6-23
+ Revision: 8093bbc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18798 |14mr|redir-2.2.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           redir
Version:        2.2.1
Release:        16
Summary:        Redirect TCP connections

Group:          Networking/Other
License:        GPL+
URL:            http://sammy.net/~sammy/hacks/
Source0:        http://sammy.net/~sammy/hacks/%{name}-%{version}.tar.gz
BuildRequires:	tcp_wrappers-devel

#Include Debian Patches
Patch0:         01_fix_max_bandwidth_docs.dpatch
Patch1:         02_use_ntohs.dpatch
Patch2:         03_fix_tcp_wrappers.dpatch
Patch3:         04_fix_timeouts.dpatch
Patch4:         05_pedantic.dpatch
Patch5:         06_fix_shaper_buffer.dpatch
Patch6:         07_cosmetics.dpatch
Patch7:         08_add_wrappers.dpatch
Patch8:         09_add_linux_software_map.dpatch
Patch9:         15_deb_cosmetics.dpatch
Patch10:        20_do_not_strip.dpatch
Patch11:        25_fix_setsockopt.dpatch
Patch12:        30_fix_manpage.dpatch
#end of debian patches

Patch13:        redir_gcc4.4-signedness.patch
Patch14:        31_fix_transproxy_location.patch
%description
a port redirector, used to forward incoming connections to somewhere else.
by far the cleanest piece of code here, because someone else liked it
enough to fix it.

%prep
%setup -q

# Fix docs and --help to show --max_bandwidth instead of --maxbandwidth
%patch0 -p1

#use ntohs() to generate comprehensible debug()s and syslog()s
%patch1 -p1

#fix calls to tcp wrappers
%patch2 -p1

# fix and make timeout more verbose
%patch3 -p1

#changes to make clean up compilation, include missing time.h include
%patch4 -p1

#properly allocate copyloop buffer
%patch5 -p1

#cosmestic only patch
%patch6 -p1

#add tcp_wrapper support
%patch7 -p1

#description of redir
%patch8 -p1

#comestic only patch
%patch9 -p1

# do not stripping needed for debug-info package
%patch10 -p1

#make usage os setsockopt more verbose
%patch11 -p1

#Clean up questionable formatting in man page
%patch12 -p1

#fix compile warning with gcc 4.4
%patch13 -p2

# fix location of transproxy.txt
%patch14 -p2

# Convert to utf-8
for file in CHANGES; do
    mv $file timestamp
    iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp
    touch -r timestamp $file
done

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{optflags}"

%install
install -Dp -m 755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dp -m 644 %{name}.man %{buildroot}%{_mandir}/man1/%{name}.1

%files
%doc README CHANGES COPYING trans*.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-16
+ Revision: cc1dc3a
- Rebuild to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18799 |14mr|redland-1.0.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   0
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Name:		redland
Version:	1.0.16
Release:	2
License:	LGPLv2.1+ ASL 2.0
Summary:	Redland RDF Application Framework
Group:		Development/Other
Source0:	http://download.librdf.org/source/%{name}-%{version}.tar.gz
URL:		http://librdf.org/
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(rasqal)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	db-devel >= 5.2
BuildRequires:	libtool-devel
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel
BuildRequires:	gmp-devel
Conflicts:	%{develname} < 1.0.13
Requires:	rasqal
Requires:	raptor2

%description
Redland is a library that provides a high-level interface for RDF
(Resource Description Framework) implemented in an object-based API.
It is modular and supports different RDF/XML parsers, storage
mechanisms and other elements. Redland is designed for applications
developers to provide RDF support in their applications as well as
for RDF developers to experiment with the technology.

%package -n	%{libname}
Summary:        Dynamic libraries from %{name}
Group:          System/Libraries

%description -n %{libname}
Dynamic libraries from %{name}.

%package -n	%{develname}
Summary:	Header files and static libraries from %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}
Provides:	lib%{name}-devel = %{version}-%{release}
%rename		%{name}-devel
Obsoletes:	%{mklibname -d %{name} 0} < 1.0.15

%description -n	%{develname}
Libraries and includes files for developing programs based on %{name}.

%prep
%setup -q
# hack to nuke rpaths
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure

%build
./autogen.sh
%configure2_5x	--disable-static \
		--without-included-ltdl \
    		--with-mysql \
    		--with-postgresql \
    		--enable-gtk-doc

%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/redland-config

%files
%doc AUTHORS ChangeLog README NEWS
%doc *.html
%{_bindir}/redland-db-upgrade
%{_bindir}/rdfproc
%{_libdir}/%{name}/
%{_datadir}/%{name}/
%{_mandir}/man1/*
%{_mandir}/man3/*

%files -n %{libname}
%{_libdir}/librdf.so.%{major}*

%files -n %{develname}
%{multiarch_bindir}/redland-config
%{_bindir}/redland-config
%{_libdir}/*.so
%{_includedir}/redland.h
%{_includedir}/librdf.h
%{_includedir}/rdf_*.h
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.16-2
+ Revision: 21efbb9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18800 |14mr|regexp-1.5-0.0.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support 0

%define full_name       jakarta-%{name}
%define section         free

Name:           regexp
Version:        1.5
Release:        0.0.9
Epoch:          0
Summary:        Simple regular expressions API
License:        Apache License
Group:          Development/Java
Url:            http://jakarta.apache.org/%{name}/
Source0:        http://www.apache.org/dist/jakarta/regexp/jakarta-regexp-%{version}.tar.gz
BuildRequires:  java-rpmbuild >= 0:1.6
Requires(pre):     jpackage-utils >= 0:1.6
Requires(postun):  jpackage-utils >= 0:1.6

BuildRequires:  ant >= 1.6
%if ! %{gcj_support}
Buildarch:      noarch
%endif
Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%if %{gcj_support}
BuildRequires:          java-gcj-compat-devel
%endif

%description
Regexp is a 100% Pure Java Regular Expression package that was
graciously donated to the Apache Software Foundation by Jonathan Locke.
He originally wrote this software back in 1996 and it has stood up quite
well to the test of time.
It includes complete Javadoc documentation as well as a simple Applet
for visual debugging and testing suite for compatibility.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires(post): %{__rm}
Requires(postun): %{__rm}
Requires(post): /bin/ln

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{full_name}-%{version}
%remove_java_binaries

%build
mkdir lib
export CLASSPATH=
export OPT_JAR_LIST=
%{ant} -Djakarta-site2.dir=. jar javadocs


%install
rm -rf $RPM_BUILD_ROOT

# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 build/*.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -r docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
rm -rf docs/api
%{__ln_s} %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

# fix end-of-line
for i in `find $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} -type f -name "*.html" -o -name "*.css"`; do
  %{__perl} -pi -e 's/\r\n/\n/g' $i
done

%{gcj_compile}

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}
%endif

%if %{gcj_support}
%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc LICENSE
%{_javadir}/*.jar
%{gcj_files}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%dir %{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.5-0.0.9
+ Revision: afe21f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18801 |14mr|reiserfsprogs-3.6.21-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The utilities to create reiserfs volumes
Name:		reiserfsprogs
Version:	3.6.21
Epoch:		1
Release:	%manbo_mkrel 4
License:	GPLv2 with exceptions
Group:		System/Kernel and hardware
Url:		http://ftp.kernel.org/pub/linux/utils/fs/reiserfs/
Source0:	http://ftp.kernel.org/pub/linux/utils/fs/reiserfs/%{name}-%{version}.tar.bz2
Patch1:		reiserfsprogs-3.6.2-make-the-force-option-works-in-resize_reiserfs.patch
Patch3:		reiserfsprogs-3.6.21-uuid.patch
BuildRequires:	libblkid-devel
Obsoletes:	reiserfs-utils
Provides:	reiserfs-utils
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
This package contains tools for reiserfs filesystems.
Reiserfs is a file system using a plug-in based object oriented
variant on classical balanced tree algorithms.

%prep
%setup -q
%patch1 -p0 -b .make-the-force-option-works-in-resize_reiserfs
%patch3 -p1 -b .uuid

%build
%configure2_5x

%make OPTFLAGS="%{optflags}"

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

mkdir -p %{buildroot}%{_mandir}/man8

%makeinstall_std

mv %{buildroot}/{usr/,}sbin
ln -s mkreiserfs %{buildroot}/sbin/mkfs.reiserfs
ln -s reiserfsck %{buildroot}/sbin/fsck.reiserfs
ln -s mkreiserfs.8 %{buildroot}%{_mandir}/man8/mkfs.reiserfs.8
ln -s reiserfsck.8 %{buildroot}%{_mandir}/man8/fsck.reiserfs.8

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc README ChangeLog
%attr(755,root,root) /sbin/*
%{_mandir}/*/*



%changelog
* Sat Feb 04 2012 root <root@build-client_i586-1.rosalab.ru> 1:3.6.21-4
+ Revision: d752e3e
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18802 |14mr|relaxngDatatype-1.0-3.2.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support 1

Name:           relaxngDatatype
Version:        1.0
Release:        3.2.1
Summary:        RELAX NG Datatype API

Group:          Development/Java
License:        BSD
URL:            https://sourceforge.net/projects/relaxng
Source0:        %{name}-%{version}.zip
Patch0:         %{name}-compressjar.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
Provides:       msv <= %{version}
Obsoletes:      msv <= %{version}
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel
%endif

%description
RELAX NG is a public space for test cases and other ancillary software
related to the construction of the RELAX NG language and its
implementations.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0

%build
%{ant} -Dbuild.sysclasspath=only 
sed -i 's/\r$//g' copying.txt

%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 644 %{name}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar

install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr doc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
pushd $RPM_BUILD_ROOT%{_javadocdir}/%{name}
for f in `find -name \*.html -o -name \*.css`; do
    sed -i 's/\r$//g' $f > /dev/null
done
popd

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc copying.txt
%{_javadir}/*.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3.2.1
+ Revision: 2c12abb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18803 |14mr|resolvconf-1.75-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Nameserver information handler
Name: resolvconf
Version: 1.75
Release: 14
Source0: ftp://ftp.debian.org/debian/pool/main/r/resolvconf/%{name}_%{version}.tar.xz
Source1: list-by-metric
Source2: resolvconf.service
Source3: %{name}-tmpfiles.conf
# allow /run/resolvconf/resolv.conf to be a symlink
Patch1: resolvconf-1.74-symlink.patch
Patch2: resolvconf-1.74-metric.patch
# use same level for eth* ath* wlan* ppp*, to sort them by metric
Patch3: resolvconf-1.74-notypeorder.patch
License: GPLv2+
Group: Networking/Other
Url: http://packages.debian.org/unstable/net/resolvconf
BuildArch: noarch
Requires(pre):   filesystem
Requires:  systemd, rpm-helper
Requires(preun): rpm-helper

%description
Resolvconf is a framework for keeping track of the system's
information about currently available nameservers. It sets itself up
as the intermediary between programs that supply nameserver
information and programs that use nameserver information. Examples of
programs that supply nameserver information are: ifupdown, DHCP
clients, the PPP daemon and local nameservers. Examples of programs
that use this information are: DNS caches, resolver libraries and the
programs that use them.

%prep
%setup -q
%apply_patches

%build
# fix path for run-parts
for i in ./bin/resolvconf ./etc/resolvconf/update.d/libc; do
sed -i -e 's#PATH=.*#PATH=/sbin:/bin:/usr/bin#' $i;
done

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}
cp -a etc/%{name} %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_sysconfdir}/%{name}/update-libc.d
# remove patch backup files
rm -f %{buildroot}%{_sysconfdir}/%{name}/interface-order.*
rm -f %{buildroot}%{_sysconfdir}/%{name}/update.d/*.*

touch %{buildroot}%{_sysconfdir}/%{name}/resolv.conf.d/tail

install -d %{buildroot}/sbin
install bin/%{name} %{buildroot}/sbin
install -d %{buildroot}/lib/%{name}
install bin/list-records %{buildroot}/lib/%{name}
install -m 755 %{SOURCE1} %{buildroot}/lib/%{name}/list-by-metric
ln -s /run/%{name} %{buildroot}%{_sysconfdir}/%{name}/run


install -d %{buildroot}%{_unitdir}
install -m 755 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service

# create tmpfiles directory
install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf

install -d %{buildroot}%{_mandir}/man{5,8}
install -m 644 man/interface-order.5 %{buildroot}%{_mandir}/man5
install -m 644 man/resolvconf.8 %{buildroot}%{_mandir}/man8

%triggerpostun -- resolvconf
# tranform resolv.conf from a symlink back to a file
if [ -L /etc/resolv.conf ] && [ "$(readlink /etc/resolv.conf)" = "/run/resolvconf/resolv.conf" ]; then
   rm -f /etc/resolv.conf
   mv /run/resolvconf/resolv.conf /etc/resolv.conf
fi

%posttrans
systemd-tmpfiles --create %{name}.conf
%_post_service %{name}

%preun
%_preun_service %{name}

%clean
rm -rf %{buildroot}

%files
%doc README COPYING
/sbin/%{name}
/lib/%{name}
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/%{name}.service
%dir %{_sysconfdir}/%{name}
%{_sysconfdir}/%{name}/run
%config(noreplace) %{_sysconfdir}/%{name}/interface-order
%dir %{_sysconfdir}/%{name}/resolv.conf.d
%config(noreplace) %{_sysconfdir}/%{name}/resolv.conf.d/*
%dir %{_sysconfdir}/%{name}/update.d
%{_sysconfdir}/%{name}/update.d/*
%{_mandir}/man?/*



%changelog
* Wed Jul 23 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.75-14
+ Revision: 4b1edef
- resolv.conf should be a file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18804 |14mr|rest-0.7.91-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	0.7
%define major	0
%define libname		%mklibname %{name} %{api} %{major}
%define girname		%mklibname %{name}-gir %{api}
%define develname	%mklibname %{name} -d

Name:		rest
Summary:	Library for accessing rest web services
Group:		System/Libraries
Version:	0.7.91
Release:	2
License:	LGPLv2+
URL:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/rest/%{api}/%{name}-%{version}.tar.xz

BuildRequires: gtk-doc
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(libxml-2.0)

%description
Library for accessing rest web services

%package -n %{libname}
Summary: Library for accessing rest web services
Group: System/Libraries
Obsoletes: %{_lib}librest0 < %{version}
Conflicts: %{develname} < 0.7.10

%description -n %{libname}
Library for accessing rest web services

%package -n %{girname}
Summary: GObject introspection interface library for %{name}
Group: System/Libraries

%description -n %{girname}
GObject introspection interface library for %{name}.

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/C
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
%rename lib%{name}-doc

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-introspection=yes \
	--enable-gtk-doc

%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -delete

%files -n %{libname}
%doc COPYING
%{_libdir}/librest-%{api}.so.%{major}*
%{_libdir}/librest-extras-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Rest-%{api}.typelib
%{_libdir}/girepository-1.0/RestExtras-%{api}.typelib

%files -n %{develname}
%doc README AUTHORS ChangeLog
%{_includedir}/%{name}-%{api}
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/pkgconfig/%{name}-extras-%{api}.pc
%{_libdir}/librest-%{api}.so
%{_libdir}/librest-extras-%{api}.so
%{_datadir}/gtk-doc/html/%{name}*%{api}
%{_datadir}/gir-1.0/Rest-%{api}.gir
%{_datadir}/gir-1.0/RestExtras-%{api}.gir




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.91-2
+ Revision: 4b0fa2b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18805 |14mr|rfkill-0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rfkill
Summary:	Simple /dev/rfkill userspace tool
Epoch:		1
Version:	0.4
Release: 	6
License: 	GPLv2+
Group:		System/Base
Source0:	http://wireless.kernel.org/download/%{name}/%{name}-%{version}.tar.bz2
Source1:	%{name}.pam
Source2:	%{name}.consoleapp
URL:		http://wireless.kernel.org/en/users/Documentation/rfkill
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Rfkill is a simple userspace tool to manipulate /dev/rfkill.
It's needed to enable and disable wireless and bluetooth from 
userspace beginning with 2.6.31 series kernels.

%prep
%setup -q

%build
%make

%install
rm -rf %{buildroot}
%{makeinstall} \
	PREFIX=%{buildroot} \
	BINDIR=%{buildroot}/sbin \
	MANDIR=%{buildroot}/%{_mandir}

# Consolehelper
%{__mkdir_p} %{buildroot}%{_bindir}
%{__ln_s} consolehelper %{buildroot}%{_bindir}/%{name}
%{__install} -m 0644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/pam.d/%{name}
%{__install} -m 0644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/security/console.apps/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING README
%attr(0755,root,root) /sbin/%{name}
%attr(0755,root,root) %{_bindir}/%{name}
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%{_mandir}/man8/%{name}.8.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.4-6
+ Revision: 7bf7f8e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18806 |14mr|rgb-1.0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: rgb
Version: 1.0.4
Release: 6
Summary: Uncompile an rgb color
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The showrgb program reads an rgb color-name database compiled for use with
the dbm database routines and converts it back to source form.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/showrgb
%{_datadir}/X11/rgb.txt
%{_mandir}/man1/showrgb.*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-6
+ Revision: a8861b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18807 |14mr|rhino-1.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define cvs_version 1_7R1
%define archive_version 1_7R1
%define section     free
%define gcj_support 0

Name:           rhino
Version:        1.7
Release:        9
Epoch:          0
Summary:        JavaScript for Java
License:        MPL
Source0:        ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino%{archive_version}.zip
Source1:        http://java.sun.com/products/jfc/tsc/articles/treetable2/downloads/src.zip
Source2:        %{name}.script
Patch0:                http://svn.dojotoolkit.org/dojo/trunk/buildscripts/lib/custom_rhino.diff
Patch1:                rhino-no-xmlbeans.patch
URL:            http://www.mozilla.org/rhino/
Group:          Development/Java
#Requires:       xmlbeans
BuildRequires:  java-rpmbuild
BuildRequires:  ant
#BuildRequires:  xmlbeans
%if %{gcj_support}
BuildRequires:   java-gcj-compat-devel
%else
BuildArch:       noarch
BuildRequires:   java-devel >= 0:1.4.2 
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Rhino is an open-source implementation of JavaScript written entirely
in Java. It is typically embedded into Java applications to provide
scripting to end users.

This version contains Dojo's JavaScript compression patch.

This version does not contain E4X due to missing xmlbeans/xbean.jar.

%package        demo
Summary:        Examples for %{name}
Group:          Development/Java

%description    demo
Examples for %{name}.

%package        manual

Summary:        Manual for %{name}
Group:          Development/Java

%description    manual
Documentation for %{name}.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}%{cvs_version}
%patch0 -p1
%patch1 -p1

# Fix build
%{__perl} -pi -e 's|.*<get.*src=.*>\n||' build.xml testsrc/build.xml toolsrc/org/mozilla/javascript/tools/debugger/build.xml xmlimplsrc/build.xml
%{__install} -D -p -m 644 %{SOURCE1} toolsrc/org/mozilla/javascript/tools/debugger/downloaded/swingExSrc.zip

# Fix manifest
%{__perl} -pi -e 's|^Class-Path:.*\n||g' src/manifest

# Add jpp release info to version
%{__perl} -pi -e 's|^implementation.version: Rhino .* release .* \${implementation.date}|implementation.version: Rhino %{version} release %{release} \${implementation.date}|' build.properties

%build
export CLASSPATH=
export OPT_JAR_LIST=:
#%%{ant} -Dxbean.jar=$(build-classpath xmlbeans/xbean) jar javadoc
%{ant} -Dxbean.jar= -Djsr173.jar= -Dxmlimplsrc-build-file= jar javadoc

pushd examples
export CLASSPATH=../build/%{name}%{cvs_version}/js.jar:$(build-classpath xmlbeans/xbean 2>/dev/null)
%{javac} *.java
%{jar} cvf ../build/%{name}%{cvs_version}/%{name}-examples-%{version}.jar *.class
popd

%install
%{__rm} -rf %{buildroot}

# jars
%{__mkdir_p} %{buildroot}%{_javadir}
cp -a build/%{name}%{cvs_version}/js.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
cp -a build/%{name}%{cvs_version}/%{name}-examples-%{version}.jar %{buildroot}%{_javadir}/%{name}-examples-%{version}.jar
(cd %{buildroot}%{_javadir} && %{__ln_s} %{name}-%{version}.jar js-%{version}.jar)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} `echo $jar| %{__sed} "s|-%{version}||g"`; done)

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a build/%{name}%{cvs_version}/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
%{_bindir}/find %{buildroot}%{_javadocdir}/%{name}-%{version} -type f -name '*.html' | %{_bindir}/xargs %{__perl} -pi -e 's/\r$//g'

# script
%{__mkdir_p} %{buildroot}%{_bindir}
%{__install} -m 755 %{SOURCE2} %{buildroot}%{_bindir}/%{name}

# examples
%{__mkdir_p} %{buildroot}%{_datadir}/%{name}
cp -a examples/* %{buildroot}%{_datadir}/%{name}

# aot compile
%{gcj_compile}

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/%{name}
%{_javadir}/*.jar
%{gcj_files}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%files manual
%defattr(0644,root,root,0755)
%if 0
%doc build/%{name}%{cvs_version}/docs/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.7-9
+ Revision: 72affe8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18808 |14mr|rhythmbox-3.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#gw rb.c
#define Werror_cflags %nil

%define	gstname gstreamer1.0

%define major 		8
%define girmajor	3.0
%define libname %mklibname rhythmbox %{major}
%define girname	%mklibname %{name}-gir %{girmajor}

Name:		rhythmbox
Summary:	Music Management Application 
Version:	3.0.3
Release:	2
License:	GPLv2+ with exception
Group:		Sound
URL:		http://www.gnome.org/projects/rhythmbox/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/3.0/%{name}-%{version}.tar.xz
Source1:        %{name}-ru.po

BuildRequires:	intltool itstool
BuildRequires:	vala
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(clutter-gst-2.0)
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(grilo-0.2) >= 0.2.0
BuildRequires:	pkgconfig(libdmapsharing-3.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.2.0
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libbrasero-media3)
BuildRequires:	pkgconfig(libdmapsharing-3.0) >= 2.9.16
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmusicbrainz4)
BuildRequires:	pkgconfig(libdiscid)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpeas-1.0) >= 0.7.3
BuildRequires:	pkgconfig(libpeas-gtk-1.0) >= 0.7.3
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libsoup-gnome-2.4)
BuildRequires:	pkgconfig(mx-1.0) >= 1.0.1
BuildRequires:	pkgconfig(pygobject-3.0) >= 2.90.2
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(tdb)
BuildRequires:	pkgconfig(totem-plparser)
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pkgconfig(python3)

Suggests:	grilo-plugins
Suggests:	media-player-info
Suggests:   gnome-icon-theme-symbolic

Requires:	dbus-x11
Requires:	%{gstname}-plugins-base
Requires:	%{gstname}-plugins-good
Suggests:	%{gstname}-plugins-ugly
Requires:	%{gstname}-flac
Requires:	%{gstname}-soup
# For python plugins
Requires:	python3-gi

Requires:	typelib(MPID)
Requires:	typelib(Peas)

# md no more upnp plugin
Obsoletes:	rhythmbox-upnp < 2.96

%description
Music Management application with support for ripping audio-cd's,
playback of Ogg Vorbis and Mp3 and burning of CD-Rs.

%package -n %{libname}
Group:System/Libraries
Summary: Shared library part of %{name}

%description -n %{libname}
This is the shared library part of %{name}.

%package -n %{girname}
Summary: GObject Introspection interface description for %{name}
Group: System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package mozilla
Group: Sound
Summary: Rhythmbox integration for Mozilla Firefox
Requires: %{name} = %{version}

%description mozilla
This plugin integates Rhythmbox with Mozilla and compatible
browsers. It provides a handler for itms:// Links to Apples iTunes
Music Store.

%package devel
Group: Development/C
Summary: Rhythmbox plugin development files
Requires: %{libname} = %{version}-%{release}
Requires: %{girname} = %{version}-%{release}

%description devel
Install this if you want to build Rhythmbox plugins.

%prep
%setup -q
cp %{SOURCE1} po/ru.po

%build
%configure2_5x \
	--disable-static \
	--disable-scrollkeeper \
	--disable-gtk-doc \
	--with-mdns=avahi \
	--enable-vala \
	--with-gnome-keyring

%make 

%install
%makeinstall_std _ENABLE_SK=false
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name} --with-gnome

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="Audio;Player" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# save space by linking identical images in translated docs
helpdir=%{buildroot}%{_datadir}/gnome/help/%{name}
for f in $helpdir/C/figures/*.png; do
  b="$(basename $f)"
  for d in $helpdir/*; do
    if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
      g="$d/figures/$b"
      if [ -f "$g" ]; then
        if cmp -s $f $g; then
          rm "$g"; ln -s "../../C/figures/$b" "$g"
        fi
      fi
    fi
  done
done

%files -f %{name}.lang
%doc AUTHORS COPYING README NEWS
%{_bindir}/rhythmbox
%{_bindir}/rhythmbox-client
%{_datadir}/applications/rhythmbox.desktop
%{_datadir}/applications/rhythmbox-device.desktop
%{_datadir}/dbus-1/services/org.gnome.Rhythmbox3.service
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/rhythmbox/
%{_iconsdir}/hicolor/*/apps/rhythmbox*
%{_iconsdir}/hicolor/*/status/rhythmbox-*
%{_libexecdir}/rhythmbox-metadata
%dir %{_libdir}/%{name}/
%dir %{_libdir}/%{name}/plugins
%{_libdir}/%{name}/plugins/artsearch
%{_libdir}/%{name}/plugins/audiocd
%{_libdir}/%{name}/plugins/audioscrobbler
%{_libdir}/%{name}/plugins/cd-recorder
%{_libdir}/%{name}/plugins/context
%{_libdir}/%{name}/plugins/daap
%{_libdir}/%{name}/plugins/dbus-media-server
%{_libdir}/%{name}/plugins/fmradio
%{_libdir}/%{name}/plugins/generic-player
%{_libdir}/%{name}/plugins/grilo
%{_libdir}/%{name}/plugins/im-status
%{_libdir}/%{name}/plugins/ipod
%{_libdir}/%{name}/plugins/iradio
%{_libdir}/%{name}/plugins/lyrics
%{_libdir}/%{name}/plugins/magnatune
%{_libdir}/%{name}/plugins/mmkeys
%{_libdir}/%{name}/plugins/mpris
%{_libdir}/%{name}/plugins/mtpdevice
%{_libdir}/%{name}/plugins/notification
%{_libdir}/%{name}/plugins/power-manager
%{_libdir}/%{name}/plugins/python-console
%{_libdir}/%{name}/plugins/rb
%{_libdir}/%{name}/plugins/rblirc
%{_libdir}/%{name}/plugins/rbzeitgeist
%{_libdir}/%{name}/plugins/replaygain
%{_libdir}/%{name}/plugins/sendto
%{_libdir}/%{name}/plugins/visualizer
%{_libdir}/%{name}/sample-plugins
%{_mandir}/man1/*.1*

%files -n %{libname}
%{_libdir}/librhythmbox-core.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/MPID-%{girmajor}.typelib
%{_libdir}/girepository-1.0/RB-%{girmajor}.typelib

%files mozilla
%{_libdir}/mozilla/plugins/librhythmbox-itms-detection-plugin.so

%files devel
%{_includedir}/%{name}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gtk-doc/html/%{name}
%{_datadir}/gir-1.0/MPID-%{girmajor}.gir
%{_datadir}/gir-1.0/RB-%{girmajor}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.3-2
+ Revision: cd6f0e4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18809 |14mr|ripole-0.2.0-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname ripole %{major}
%define devname %mklibname ripole -d

Summary:	Extracts attachments out of mailpack format emails
Name:		ripole
Version:	0.2.0
Release:	23
License:	BSD
Group:		Networking/Mail
Url:		http://www.pldaniels.com/ripole/
Source0:	http://www.pldaniels.com/ripole/%{name}-%{version}.tar.bz2
Patch0:		ripole-0.1.4-shared.diff
Patch1:		ripole-0.2.0-dev.diff
Patch2:		ripole-0.2.0-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	libtool

%description
ripOLE is a small program/library designed to pull out attachments from OLE2
data files (ie, MS Office documents). ripOLE is BSD licenced meaning that
commercial projects can also use the code without worry of licence costs or
legal liabilities.

%files
%doc CHANGELOG CONTRIBUTORS LICENSE README
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Shared %{name} library
Group:		System/Libraries

%description -n	%{libname}
This package contains the shared library for ripOLE.

%files -n %{libname}
%{_libdir}/libripole.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the %{name} library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains the development files for ripOLE.

%files -n %{devname}
%doc TODO
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p0

%build
%serverbuild

%make \
	CFLAGS="%{optflags} -I. -fPIC -DPIC -D_REENTRANT" \
	libdir=%{_libdir} \
	LDFLAGS="%{ldflags}"

%install

%makeinstall_std \
	bindir=%{_bindir} \
	libdir=%{_libdir} \
	includedir=%{_includedir}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.0-23
+ Revision: 34a465e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18810 |14mr|rman-3.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: rman
Version: 3.2
Release: 11
Summary: PolyglotMan - manual page translator to HTML, ASCII, TkMan, DocBook
Group: Development/X11
URL: http://polyglotman.sourceforge.net/
Source: %{name}-%{version}.tar.gz
License: GPL

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
PolyglotMan takes man pages from most of the popular flavors of UNIX and
transforms them into any of a number of text source formats.

%prep
%setup -q

%build
%make

%install
rm -rf %buildroot
install -d %buildroot/%_bindir
install -d %buildroot/%_mandir/man1
make BINDIR=%buildroot/%_bindir MANDIR=%buildroot/%_mandir/man1 install


%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%_bindir/rman
%_mandir/*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2-11
+ Revision: be1ccb1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18811 |14mr|rng-utils-2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Random number generator related utilities
Name:           rng-utils
Version:        2
Release:        12
Group:          System/Kernel and hardware
License:        GPL
Source0:        rng-tools-%version.tar.bz2
# 2.6.x's device name
Patch1:         rng-tools-2-devname.patch
Buildroot:      %_tmppath/%name-%version-root


%description
Hardware random number generation tools.

%prep
%setup -q -n rng-tools-%version
%patch1 -p1

%build
%configure --sbindir=/sbin
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}{%_sbindir,%_mandir/man{1,8},%_sysconfdir,%_initrddir}
%makeinstall_std
chmod -R a-s %{buildroot}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/usr/bin/rngtest
/sbin/rngd
%_mandir/man1/rngtest.1.*
%_mandir/man8/rngd.8.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2-12
+ Revision: fdfdc68
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18812 |14mr|rocs-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graph - Editor and a Programming Environement
Name:		rocs
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2 GFDL
Url:		http://edu.kde.org/rocs
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	boost-devel
BuildRequires:	grantlee-devel

%description
Rocs aims to be a Graph Theory IDE for helping professors to show the results
of a graph algorithm and also helping students to do the algorithms.
Rocs has a scripting module, done in Qt Script, that interacts with the drawn
graph and every change in the graph with the script is reflected on the drawn
one.

%files
%doc AUTHORS COPYING COPYING.LIB.LGPL-2 COPYING.LIB.LGPL-2.1 COPYING.DOC README
%doc %{_kde_docdir}/HTML/en/rocs
%{_kde_bindir}/rocs
%{_kde_appsdir}/rocs
%{_kde_appsdir}/rocs_rootedtree
%{_kde_applicationsdir}/rocs.desktop
%{_kde_configdir}/rocs.knsrc
%{_kde_datadir}/config.kcfg/rocs.kcfg
%{_kde_iconsdir}/hicolor/*/apps/rocs.*
%{_kde_libdir}/kde4/rocs_GraphStructure.so
%{_kde_libdir}/kde4/rocs_ListStructure.so
%{_kde_libdir}/kde4/rocs_RootedTreeStructure.so
%{_kde_libdir}/kde4/rocs_assignvaluesplugin.so
%{_kde_libdir}/kde4/rocs_generategraphplugin.so
%{_kde_libdir}/kde4/rocs_transformedgesplugin.so
%{_kde_libdir}/kde4/rocs_dotfileformat.so
%{_kde_libdir}/kde4/rocs_gmlfileformat.so
%{_kde_libdir}/kde4/rocs_kmlfileformat.so
%{_kde_libdir}/kde4/rocs_tgffileformat.so
%{_kde_libdir}/kde4/rocs_tikzfileformat.so
%{_kde_services}/rocs_GraphStructure.desktop
%{_kde_services}/rocs_ListStructure.desktop
%{_kde_services}/rocs_RootedTreeStructure.desktop
%{_kde_services}/rocs_assignvaluesplugin.desktop
%{_kde_services}/rocs_generategraphplugin.desktop
%{_kde_services}/rocs_transformedgesplugin.desktop
%{_kde_services}/rocs_dotfileformatplugin.desktop
%{_kde_services}/rocs_gmlfileformatplugin.desktop
%{_kde_services}/rocs_kmlfileformatplugin.desktop
%{_kde_services}/rocs_tgffileformatplugin.desktop
%{_kde_services}/rocs_tikzfileformatplugin.desktop
%{_kde_servicetypes}/RocsDataStructurePlugin.desktop
%{_kde_servicetypes}/RocsGraphFilePlugin.desktop
%{_kde_servicetypes}/RocsToolsPlugin.desktop

#---------------------------------------------

%define rocsvisualeditor_major 4
%define librocsvisualeditor %mklibname rocsvisualeditor %{rocsvisualeditor_major}

%package -n %{librocsvisualeditor}
Summary:	Runtime library for Rocs
Group:		System/Libraries

%description -n %{librocsvisualeditor}
Runtime library for Rocs.

%files -n %{librocsvisualeditor}
%{_kde_libdir}/librocsvisualeditor.so.%{rocsvisualeditor_major}*

#---------------------------------------------

%define rocscore_major 4
%define librocscore %mklibname rocscore %{rocscore_major}

%package -n %{librocscore}
Summary:	Runtime library for Rocs
Group:		System/Libraries
Obsoletes:	%{_lib}rocslib4 < 4.10.0

%description -n %{librocscore}
Runtime library for Rocs.

%files -n %{librocscore}
%{_kde_libdir}/librocscore.so.%{rocscore_major}*


#---------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{librocsvisualeditor} = %{EVRD}
Requires:	%{librocscore} = %{EVRD}
Requires:	boost-devel
Conflicts:	kdeedu4-devel < 4.6.90

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_includedir}/rocs
%{_kde_libdir}/librocsvisualeditor.so
%{_kde_libdir}/librocscore.so

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 5729bdf
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18813 |14mr|rootcerts-20131114.00-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# don't make useless debug packages
%define debug_package %{nil}

# _without = java enabled, _with = java disabled
%bcond_without java

Summary:	Bundle of CA Root Certificates
Name:		rootcerts
# <mrl> Use this versioning style in order to be easily backportable.
# Note that the release is the last two digits on the version.
# All BuildRequires for rootcerts should be done this way:
# BuildRequires: rootcerts >= 0:20070402.00, for example
# - NEVER specifying the %%{release}
Epoch:		1
Version:	20131114.00
Release:	5
License:	GPL
Group:		System/Servers
URL:		%{disturl}
# S0 originates from http://switch.dl.sourceforge.net/sourceforge/courier/courier-0.52.1.tar.bz2
Source0:	rootcerts.tar.bz2
#  https://hg.mozilla.org/projects/nss/raw-file/31f662841be2/lib/ckfw/builtins/certdata.txt
Source1:	certdata.txt
Source2:	rootcerts-igp-brasil.txt
# http://www.cacert.org/certs/root.der
Source3:	cacert.org.der
# http://qa.mandriva.com/show_bug.cgi?id=29612
# https://www.verisign.com/support/verisign-intermediate-ca/secure-site-intermediate/index.html
Source4:	verisign-class-3-secure-server-ca.pem
#http://www.cacert.org/certs/root.crt
Source5:	cacert.org.crt
# Java JKS keystore generator:
# http://cvs.fedora.redhat.com/viewcvs/devel/ca-certificates/generate-cacerts.pl
Source6:	generate-cacerts.pl
# http://www.cacert.org/certs/class3.der
Source7:	cacert_class3.der
# certificates from signet
# http://www.signet.pl/repository/index.html
Source8:	rootca_der.crt
Source9:	publicxca_der.crt
# Fix overwriting issue with generate-cacerts.pl
Patch0:		generate-cacerts-fix-entrustsslca.patch
# Some hacks to make generate-cacerts.pl work with some of our certificates
Patch1:		generate-cacerts-mandriva.patch
# Just rename identically named certificates that are not handled by mandriva.cpatch
Patch2:		generate-cacerts-rename-duplicates.patch
BuildRequires:	perl
BuildRequires:	openssl
BuildRequires:	nss
BuildRequires:	automake
BuildRequires:	libtool
%if %with java
BuildRequires:	java-rpmbuild
%endif

%description
This is a bundle of X.509 certificates of public Certificate
Authorities (CA). These were automatically extracted from Mozilla's
root CA list (the file "certdata.txt"). It contains the certificates
in both plain text and PEM format and therefore can be directly used
with an Apache/mod_ssl webserver for SSL client authentication. Just
configure this file as the SSLCACertificateFile.

%if %with java
%package java
Summary:	Bundle of CA Root Certificates for Java
Group:		Development/Java

%description java
Bundle of X.509 certificates of public Certificate Authorities (CA)
in a format used by Java Runtime Environment.
%endif

%prep
%setup -q -n rootcerts

#cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -p mozilla/security/nss/lib/ckfw/builtins/certdata.txt > certdata.txt

mkdir -p builtins
cp %{SOURCE1} builtins/certdata.txt

# extract the license
head -36 builtins/certdata.txt > LICENSE

# add additional CA's here, needs to have the mozilla format...
cat %{SOURCE2} >> builtins/certdata.txt

# CAcert
cp %{SOURCE3} .
cp %{SOURCE5} .
cp %{SOURCE6} .
cp %{SOURCE7} .
cp %{SOURCE8} .
cp %{SOURCE9} .

%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
rm -f configure
libtoolize --copy --force; aclocal; autoconf; automake --foreign --add-missing --copy

# CAcert
# http://wiki.cacert.org/wiki/NSSLib
addbuiltin -n "CAcert Inc." -t "CT,C,C" < cacert.org.der >> builtins/certdata.txt
addbuiltin -n "CAcert Inc. Class 3" -t "CT,C,C" < cacert_class3.der >> builtins/certdata.txt

# new verisign intermediate certificate
# -t trust        trust flags (cCTpPuw).
openssl x509 -in %{SOURCE4} -inform PEM -outform DER | \
	addbuiltin -n "VeriSign Class 3 Secure Server CA" \
	-t "CT,C,C" >> builtins/certdata.txt

perl mkcerts.pl > certs.sh

%configure2_5x \
		--with-certdb=%{_sysconfdir}/pki/tls/rootcerts

%make

cat pem/*.pem > ca-bundle.crt
cat %{SOURCE4} >> ca-bundle.crt

%if %with java
mkdir -p java
cd java
LC_ALL=C perl ../generate-cacerts.pl %{java_home}/bin/keytool ../ca-bundle.crt
cd ..
%endif

%install
%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/pki/tls/certs
install -d %{buildroot}%{_sysconfdir}/pki/tls/mozilla
install -d %{buildroot}%{_bindir}

install -m0644 ca-bundle.crt %{buildroot}%{_sysconfdir}/pki/tls/certs/
ln -s certs/ca-bundle.crt %{buildroot}%{_sysconfdir}/pki/tls/cert.pem

install -m0644 builtins/certdata.txt %{buildroot}%{_sysconfdir}/pki/tls/mozilla/

%if %with java
install -d %{buildroot}%{_sysconfdir}/pki/java
install -m0644 java/cacerts %{buildroot}%{_sysconfdir}/pki/java/
%endif

cat > README << EOF

R O O T C E R T S
-----------------

This is a bundle of X.509 certificates of public Certificate
Authorities (CA). These were automatically extracted from Mozilla's
root CA list (the file "certdata.txt"). It contains the certificates
in both plain text and PEM format and therefore can be directly used
with an Apache/mod_ssl webserver for SSL client authentication. Just
configure this file as the SSLCACertificateFile.

EOF

# fix #58107
install -d %{buildroot}%{_sysconfdir}/ssl

for d in certs private; do
	ln -sf %{_sysconfdir}/pki/tls/$d %{buildroot}%{_sysconfdir}/ssl/
done

%files
%doc README LICENSE
%{_sysconfdir}/pki/tls/cert.pem
%config(noreplace) %{_sysconfdir}/pki/tls/certs/ca-bundle.crt
%config(noreplace) %{_sysconfdir}/pki/tls/rootcerts/*
%config(noreplace) %{_sysconfdir}/pki/tls/mozilla/certdata.txt
%{_sysconfdir}/ssl/certs
%{_sysconfdir}/ssl/private

%if %with java
%files java
%dir %{_sysconfdir}/pki/java
%config(noreplace) %{_sysconfdir}/pki/java/cacerts
%endif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131114.00-5
+ Revision: 6c7cfab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18814 |14mr|rootfiles-11.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	rootfiles
%define version 11.0
%define release 10

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	The basic required files for the root user's directory
License:	Public Domain
Group:		System/Base
Source:		%name-%version.tar.bz2
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildArch:	noarch

%description
The rootfiles package contains basic required files that are placed
in the root user's account.

%prep
%setup -q

%install
rm -rf %{buildroot}
install -d %buildroot/root
make install DESTDIR=%buildroot

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog 
%config(noreplace) /root/.Xdefaults
%config(noreplace) /root/.bash_logout
%config(noreplace) /root/.bash_profile
%config(noreplace) /root/.bash_completion
%config(noreplace) /root/.bashrc
%config(noreplace) /root/.cshrc
%config(noreplace) /root/.tcshrc
%config(noreplace) /root/.vimrc
%attr(0700,root,root) /root/tmp/





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 11.0-10
+ Revision: 08ec7b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18815 |14mr|rosa-elementary-dark-theme-2.4.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	rosa-elementary-dark-theme
%define name	rosa-elementary-dark-theme
%define version	2.4.2
%define release 8

Summary:	ROSA-elementary theme
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{tarname}-%{version}.tar.bz2
#Theme for openbox
Source1:	rosa-elementary-theme-openbox.tar.gz
# new metacity theme
Source2:	metacity-1.tar.bz2
Source3:	metacity-theme-1.xml

Patch0:		rosa-elementary-dark-theme-2.4.2-force-panel-color.patch

License:	GPLv2
Group:		Graphical desktop/Other
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	murrine
Requires:	gtk-aurora-engine
Suggests:	rosa-icons

%description
ROSA-elementary theme creates specially for the Mandriva. Based on the
original theme by Daniel Fore (aka Dan Rabbit).

%prep
%setup -q -a1
%patch0 -p1
rm -fr metacity-1

tar xjf %{SOURCE2}



%install
%__rm -rf %{buildroot}
%__mkdir -p %{buildroot}%{_datadir}/themes/rosa-elementary-dark
cp -rf ./* %{buildroot}%{_datadir}/themes/rosa-elementary-dark

install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/themes/rosa-elementary-dark/metacity-1/metacity-theme-1.xml

%clean
%__rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%{_datadir}/themes/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-8
+ Revision: e93e2f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18816 |14mr|rosa-elementary-theme-2.6.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA-elementary theme
Name:		rosa-elementary-theme
Version:	2.6.1
Release:	5
Source0:	%{name}-%{version}.tar.gz
#Theme for openbox
Source1:	%{name}-openbox.tar.gz
# new metacity theme
#Aurorae theme
Source3:	rosa-aurorae-1.0.1.tar.xz
Patch0:		rosa-elementary-search-focus.patch
Patch1:		rosa-elementary-theme-2.6.1-drop-warnings.patch
Patch2:		gnome-panel-fix.patch
License:	GPLv2
Group:		Graphical desktop/Other
URL:		www.rosalinux.com
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	murrine
Requires:	gtk-aurora-engine
Suggests:	rosa-icons

%description
ROSA-elementary theme creates specially for the ROSA.
Originally based on Elementary theme by Daniel Fore 
(aka Dan Rabbit).

%prep
%setup -q -a1
%apply_patches

tar xJf %{SOURCE3}

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/themes
mkdir -p %{buildroot}%{_datadir}/themes/rosa-elementary
cp -rf ./* %{buildroot}%{_datadir}/themes/rosa-elementary
mkdir -p %{buildroot}%{_datadir}/apps/aurorae/themes/rosa/
cp -rf ./rosa-1.0.1/* %{buildroot}%{_datadir}/apps/aurorae/themes/rosa/

%files
%defattr(644,root,root,755)
%{_datadir}/themes/*
%{_datadir}/apps/aurorae/themes/rosa/*

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18817 |14mr|rosa-flat-icons-0.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	rosa-flat
%define _name	rosa-flat
%define version	0.0.2
%define release	2

Summary:	ROSA Flat icons theme
Name:		%{_name}-icons
Version:	%{version}
Release:	%{release}
Source0:	%{tarname}.tar.xz
URL:		www.rosalinux.com
License:	GPLv2
Group:		Graphical desktop/Other
BuildArch:	noarch
BuildRequires:	fdupes inkscape
Requires:	gnome-icon-theme

%description
ROSA icon theme is high quality icon theme for KDE, GNOME and Xfce.
It is part of ROSA theme pack - theme for ROSA Desktop distribution.
Initially based on the original icon theme Elementary by Daniel Fore
(Dan Rabbit).

%prep
%setup -q -n %{_name}

%install
mkdir -p %{buildroot}%{_datadir}/icons/%{_name}
cp -rf ./* %{buildroot}%{_datadir}/icons/%{_name}
%fdupes -s %{buildroot}%{_datadir}/icons/%{_name}

%files
%{_datadir}/icons/%{_name}/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.2-2
+ Revision: d739e26
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18818 |14mr|rosa-freeze-0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:      rosa-freeze
Version:   0.7
Release:   1
Group:     System/Base
Summary:   ROSA Freeze
License:   BSD
Url:       http://wiki.rosalab.ru/en/index.php/ROSA_Freeze
Source0:   %{name}-%{version}.tar.xz
Source1:   %{name}.rpmlintrc
BuildArch: noarch
Requires:  dracut >= 027-22
Requires:  rsync
Requires:  python-%{name} = %{EVRD}

%description
ROSA Freeze

%package -n     python-%{name}
Summary:        Python API for ROSA Freeze
Group:          System/Base

%description -n python-%{name}
Python-%{name} is a module with Python API to
manipulate ROSA Freeze features.

%prep
%setup -q

%build
pushd po
%make
popd

%install
install -m700 -D rfreeze %{buildroot}%{_sbindir}/rfreeze
mkdir -p %{buildroot}%{py_puresitedir}
cp -r rosa_freeze %{buildroot}%{py_puresitedir}
pushd po
%makeinstall_std
popd

%find_lang %{name}

%files -f %{name}.lang
%{_sbindir}/*

%files -n python-%{name}
%{py_puresitedir}/*

%changelog
* Mon Sep 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7-1
+ Revision: a05afec
- Added Russian l10n



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18819 |14mr|rosa-gfxboot-theme-1.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: ROSA graphical boot theme
Name: rosa-gfxboot-theme
Version: 1.0.2
Release: 4
License: GPL
Group: System/Configuration/Boot and Init
# URL: http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/theme/mandriva-gfxboot-theme/trunk/
Source: rosa-gfxboot-theme-%{version}.tar.lzma
#
Source1: back.jpg
Source2: welcome.jpg
Source3: timer_a.jpg
Source4: mandriva.pcx
Source5: grub-gfxmenu

BuildRequires: gfxboot-devel
Requires(post): perl-Archive-Cpio
#Exclusivearch: %ix86 x86_64
BuildArch: noarch

%description
This package provides the ROSA Marathon gfxboot theme.
This theme is used by the ROSA installation to initialized
the DVD/CD/USB boot, and by installed system to boot.

%prep
%setup -q

# our jpegs:
install -m 644 %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} data-install/
install -m 644 %{SOURCE1} %{SOURCE3} data-boot/

%build
CXXFLAGS=
#gfxboot binary is needed for the build and is in /usr/sbin
#make sure we only build one task at a time since po generation is broken
#otherwise
PATH="$PATH:/usr/sbin" make

%install
dest=%{buildroot}%{_datadir}/gfxboot/themes/ROSA
install -d $dest/install $dest/boot
install bootlogo bootlogo.dir/* $dest/install/
install message $dest/boot/

# install grub-gfxmenu
install -d %{buildroot}%{_sbindir}
install %{SOURCE5} %{buildroot}%{_sbindir}

%post
if [ "$1" -gt 1 ]; then
   %_sbindir/grub-gfxmenu --update-gfxmenu
fi

%files
%defattr(-,root,root,-)
%doc
%_sbindir/*
%_datadir/gfxboot/themes/ROSA/




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-4
+ Revision: a44b00c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18820 |14mr|rosa-gnome-panel-3.6.2-4.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	4
%define major	0
%define girmajor 4.0
%define libname	%mklibname panel-applet %{api} %{major}
%define girname	%mklibname panel-applet-gir %{girmajor}
%define develname %mklibname -d panel-applet %{api}

Summary:	The core programs for the GNOME GUI desktop environment
Name:		rosa-gnome-panel
Version:	3.6.2
Release:	4.2
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/gnome-panel/3.6/gnome-panel-%{version}.tar.xz
Source1:	mandriva-panel.png
Patch0:		gnome-panel-3.6.2-drop-commandline.patch
Patch1:		gnome-panel-3.6.2-gweather-include.patch
Patch2:		gnome-panel-3.6.2-resurrect-function.patch
Patch3:     gnome-panel-3.6.2-bgfix.patch

BuildRequires:	desktop-file-utils
BuildRequires:	gettext itstool
BuildRequires:	gettext-devel
BuildRequires:	glib2.0-common
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	pkgconfig(cairo-gobject)
BuildRequires:	pkgconfig(cairo-xlib)
BuildRequires:	pkgconfig(dconf)
BuildRequires:	pkgconfig(gconf-2.0) >= 2.6.1
BuildRequires:	pkgconfig(gdk-pixbuf-2.0) >= 2.7.1
BuildRequires:	pkgconfig(glib-2.0) >= 2.25.12
BuildRequires:	pkgconfig(gnome-desktop-3.0) >= 2.91.0
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:	pkgconfig(gweather-3.0) >= 2.91.0
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libedataserver-1.2)
BuildRequires:	pkgconfig(libecal-1.2)
BuildRequires:	pkgconfig(libgnome-menu-3.0) >= 3.1.4
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libwnck-3.0) >= 2.91.0
BuildRequires:	pkgconfig(NetworkManager) >= 0.6
BuildRequires:	pkgconfig(pango) >= 1.15.4
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(telepathy-glib) >= 0.14.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xrandr) >= 1.2.0
BuildConflicts:	libevolution-data-server2-devel

Requires:	gsettings-desktop-schemas
Requires:	gnome-session
Requires:	gnome-desktop3
Requires:	polkit-agent
Requires:	gnome-menus
Requires:	gnome-shell
# for search function in panel
Requires:	gnome-search-tool
Requires:	gnome-screensaver
Requires:	desktop-common-data

Suggests:	gnome-applets
Obsoletes:	gnome-panel2 < 3.4

%description
GNOME (GNU Network Object Model Environment) is a user-friendly
set of applications and desktop tools to be used in conjunction with a
window manager for the X Window System.  GNOME is similar in purpose and
scope to CDE and KDE, but GNOME is based completely on free
software. 

The GNOME panel packages provides the gnome panel, menus and some
basic applets for the panel.

%package -n	%{libname}
Summary:	%{summary}
Group:		System/Libraries
Provides:	libpanel-applet = %{version}-%{release}
Provides:	libpanel-applet-%{api} = %{version}-%{release}

%description -n	%{libname}
Panel libraries for running GNOME panels.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n	%{develname}
Summary:	Development libraries, include files for GNOME panel
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Obsoletes:	%{_lib}panel-applet-2_0-devel < 3.4
Obsoletes:	%{mklibname -d panel-applet- 2 0} < 3.4

%description -n	%{develname}
Panel libraries and header files for creating GNOME panels.

%prep
%setup -q -n gnome-panel-%{version}
%apply_patches

# more API changes
sed -i -e 's|gweather_info_new_for_world|gweather_info_new( // |' applets/clock/clock-location.c

%build
%configure2_5x \
	--enable-eds  \
	--disable-scrollkeeper \
	--disable-static \
	--disable-schemas-install \

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{name}-3.0 --with-gnome --all-name

#remove unpackaged files
rm -rf %{buildroot}%{_datadir}/gnome-panelrc

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
cp -a %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps

%files -f %{name}-3.0.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/*
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-panel.applet.clock.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-panel.applet.fish.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-panel.applet.window-list.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-panel.applet.workspace-switcher.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-panel.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-panel.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-panel.launcher.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-panel.menu-button.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-panel.object.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-panel.toplevel.gschema.xml
%{_datadir}/dbus-1/services/org.gnome.panel.applet.ClockAppletFactory.service
%{_datadir}/dbus-1/services/org.gnome.panel.applet.FishAppletFactory.service
%{_datadir}/dbus-1/services/org.gnome.panel.applet.NotificationAreaAppletFactory.service
%{_datadir}/dbus-1/services/org.gnome.panel.applet.WnckletFactory.service
%{_libexecdir}/gnome-panel-add
%{_libexecdir}/clock-applet
%{_libexecdir}/fish-applet
%{_libexecdir}/notification-area-applet
%{_libexecdir}/wnck-applet
%{_mandir}/man1/*
%{_datadir}/applications/*.desktop
%{_datadir}/gnome-panel
%{_datadir}/icons/hicolor/*/apps/*

%files -n %{libname}
%{_libdir}/libpanel-applet-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/PanelApplet-%{girmajor}.typelib

%files -n %{develname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/libpanel*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/PanelApplet-%{girmajor}.gir

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6.2-4.2
+ Revision: 7e0978e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18821 |14mr|rosa-icons-1.1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	rosa

Summary:	ROSA icons theme
Name:		%{oname}-icons
Version:	1.1.3
Release:	7
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		www.rosalinux.com
# https://abf.rosalinux.ru/uxteam/rosa-icons-devel
Source0:	%{name}-%{version}.tar.xz
Source1:	kdenlive-actions.tar.xz
Source2:	gnome3-devices.tar.xz
Patch0:		rosa-icons-1.1.3-inherits.patch
BuildRequires:	fdupes
BuildRequires:	inkscape
Requires:	gnome-icon-theme
BuildArch:	noarch

%description
ROSA icon theme is high quality icon theme for KDE, GNOME and Xfce.
It is part of ROSA theme pack - theme for ROSA Desktop distribution.
Initially based on the original icon theme Elementary by Daniel Fore
(Dan Rabbit).

%files
%{_datadir}/icons/%{oname}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
tar xJf %{SOURCE1}
tar xJf %{SOURCE2}

%install
mkdir -p %{buildroot}%{_datadir}/icons/%{oname}
cp -rf ./* %{buildroot}%{_datadir}/icons/%{oname}

# An ugly hack to work with Ikscape.
# TODO: Neccessary find a real problem!
cd %{buildroot}%{_datadir}/icons/%{oname}/16x16/places

for i in `ls`
do
    echo "Converting $i to plain SVG."
    inkscape -l $i $i
done
# devices icons should be converted too
cd %{buildroot}%{_datadir}/icons/%{oname}/16x16/devices
for i in `ls`
do
    echo "Converting $i to plain SVG."
    inkscape -l $i $i
done

%fdupes -s %{buildroot}%{_datadir}/icons/%{oname}


%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.3-7
+ Revision: d6fe13d
- Don't inherit Gnome themes, especially HighContrast

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3-5
+ Revision: 702c69b
- MassBuild#440: Increase release tag

* Thu Feb 27 2014 Julia Pikareva <julia.pikareva@rosalab.ru> 1.1.3-4
+ Revision: d469a94
- Change icon for gnome-disks on 128x128.

* Sun Jan 19 2014 Julia Pikareva <julia.pikareva@rosalab.ru> 1.1.3-3
+ Revision: 4d77030
- Removed wrong icon for .odt file.

* Wed Nov 20 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3-2
+ Revision: ab64fcd
- release up SILENT

* Tue Nov 19 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 1.1.3-1
+ Revision: bcdb254
- Fix Gtk-WARNING.

* Wed Nov 13 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 1.1.3-1
+ Revision: ca1796e
- Change icon of pulseaudio properties.

* Thu Nov 07 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 1.1.2-1
+ Revision: af02b39
- Fix index.theme for mimes/mimetypes.

* Wed Oct 23 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 1.1.1-1
+ Revision: 77f09d8
- Update sourse.

* Wed Sep 04 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 1.1.1-1
+ Revision: 7c83b89
- Change fixed to threshold.

* Wed Sep 04 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 1.1.1-1
+ Revision: 0cb52dd
- Try build

* Wed Sep 04 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 1.1.1-1
+ Revision: 30b56a2
- Try build.

* Wed Sep 04 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 1.1.1-1
+ Revision: afa88f3
- Type changed from fixed to threshold and scalable.

* Fri Aug 30 2013 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1.1.0-1
+ Revision: 6c79271
- Repacked archives

* Fri Aug 30 2013 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1.1.0-1
+ Revision: 252fa94
- Fixed spec

* Fri Aug 30 2013 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1.1.0-1
+ Revision: 4f72d9d
- Updated to version 1.1.0

* Thu Jul 18 2013 Anton Sterkhov <anton.sterhov@rosalab.ru> 1.0.44-1
+ Revision: 3b70de6
- Fixed bug with devices in Gnome3

* Fri May 31 2013 Anton Sterkhov <anton.sterhov@rosalab.ru> 1.0.43-1
+ Revision: a18508e
- Added icons for gnome-control-center, Bijiben, Evince.

* Mon Feb 11 2013 Denis Koryavov <denis.koryavov@rosalab.ru> 1.0.42-1
+ Revision: b78aa17
- Removed Mozilla Thunderbird icon due to the problems in GNOME Shell (we have this icon directly in the TB package)

* Tue Jan 29 2013 Anton Sterkhov <anton.sterhov@rosalab.ru> 1.0.41-1
+ Revision: 7dfffff
- Removed duplicate icons in the categories

* Tue Jan 29 2013 Anton Sterkhov <anton.sterhov@rosalab.ru> 1.0.41-1
+ Revision: c6c6826
- Removed duplicate icons in the categories

* Tue Jan 29 2013 Anton Sterkhov <anton.sterhov@rosalab.ru> 1.0.41-1
+ Revision: 808d4a4
- Removed duplicate icons in the categories

* Wed Jan 09 2013 Anton <anton.sterhov@rosalab.ru> 1.0.40-1
+ Revision: 86b0e75
- added categories

* Sat Dec 29 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 1.0.39-1
+ Revision: 1f3389a
- Fixed archive. KDENlive icons moved to the separate archive kdenlive-actions.tar.xz.

* Fri Dec 28 2012 Anton <anton.sterhov@rosalab.ru> 1.0.39-1
+ Revision: 277e7b3
- replaced wrong cursors

* Tue Dec 25 2012 Anton <anton.sterhov@rosalab.ru> 1.0.38-1
+ Revision: ae0dcf7
- removed spec fail

* Tue Dec 25 2012 Anton <anton.sterhov@rosalab.ru> 1.0.38-1
+ Revision: e67a8ff
- kdenlive spec fix

* Mon Dec 24 2012 anton <anton@localhost.localdomain> 1.0.38-1
+ Revision: 7116098
- added categories, kdenlive fix

* Thu Dec 20 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 1.0.37-1
+ Revision: 5f28bb2
- Added missed icons for KDENlive.

* Tue Dec 11 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 1.0.35-1
+ Revision: a3ec46d
- Theme adopted for GNOME3 (part 2 of changes.)

* Fri Dec 07 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 1.0.33-1
+ Revision: b192f09
- Theme adopted for GNOME3.

* Tue Nov 27 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 1.0.31-1
+ Revision: 8611c67
- Added missing icons for LibreOffice. Fixed k3b mimetypes icons. Added an ugly fix for work with Inkscape.

* Sat Nov 24 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 1.0.30-1
+ Revision: c4c9377
- Removed all icons in PNG, because of problems of scaling in KDE. Removed stuff like .xpm. Now only SVG. DO NOT TOUCH THIS PACKAGE WITHOUT MY APPROVAL.

* Fri Nov 23 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 1.0.29.4-3
+ Revision: b6f03ae
- Fixed spec.

* Wed Nov 21 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 1.0.29.4-2
+ Revision: 7a33474
- Fixed spec.

* Wed Nov 21 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 1.0.29.4-2
+ Revision: 08b8062
- Added filetrigger for update gtk-icon-cache.

* Wed Nov 21 2012 Denis Koryavov <denis.koryavov@rosalab.ru> 1.0.29.4-1
+ Revision: 7bcb6ec
- Added more than 30 new icon sets. Added scalable directory with the svg icons.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18822 |14mr|rosa-imagewriter-2.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool for writing ROSA installer to USB drive
Name:		rosa-imagewriter
Version:	2.4
Release:	5
License:	GPLv3+
Group:		File tools
Url:		https://abf.rosalinux.ru/captainflint/rosa-image-writer
Source0:	%{name}-%{version}.tar.xz
patch0:		rosa-imagewriter-2.4-device-handling-fixes.patch
BuildRequires:	qmake5
BuildRequires:	qt5-linguist-tools
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(udev)
Requires:	qt5-output-driver-default
Requires:	usermode-consoleonly

%description
ROSA Image Writer is a tool for creating bootable ROSA installation USB flash
drives.

%files
%{_sysconfdir}/pam.d/%{name}
%{_sysconfdir}/security/console.apps/%{name}
%{_bindir}/%{name}
%{_sbindir}/%{name}
%{_libdir}/%{name}
%{_docdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%apply_patches

%build
%qmake_qt5
make
%{_qt5_bindir}/lrelease RosaImageWriter.pro

%install
mkdir -p %{buildroot}%{_sbindir} %{buildroot}%{_bindir} %{buildroot}%{_libdir}/%{name}/lang %{buildroot}%{_docdir}/%{name} %{buildroot}%{_iconsdir}/hicolor/scalable/apps %{buildroot}%{_datadir}/applications %{buildroot}%{_sysconfdir}/pam.d %{buildroot}%{_sysconfdir}/security/console.apps
install -m 0755 RosaImageWriter %{buildroot}%{_libdir}/%{name}/%{name}
install -m 0644 lang/*.qm %{buildroot}%{_libdir}/%{name}/lang/
install -m 0644 doc/* %{buildroot}%{_docdir}/%{name}/
install -m 0644 res/icon-rosa.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Version=1.0
Name=ROSA Image Writer
Name[ru]=ROSA Image Writer
Comment=Tool for writing ROSA installer to USB drive
Comment[ru]=Инструментарий записи загрузочных образов ROSA на USB-флэш
Exec=%{_bindir}/%{name}
Icon=rosa-imagewriter
Terminal=false
Type=Application
Categories=System
EOF

desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

ln -sf consolehelper %{buildroot}%{_bindir}/%{name}

cat > %{buildroot}%{_sysconfdir}/pam.d/%{name} <<EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF

cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<EOF
USER=root
PROGRAM=/usr/sbin/rosa-imagewriter
FALLBACK=false
SESSION=true
EOF

cat > %{buildroot}%{_sbindir}/%{name}  <<EOF
#!/bin/sh
%{_libdir}/%{name}/%{name}
EOF

chmod 0755 %{buildroot}%{_sbindir}/%{name}


%changelog
* Mon Jul 07 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.4-5
+ Revision: 89155e4
- Fixes in USB device handling
- 1. Windows: USB device remained locked after writing was finished.
- 2. Linux/MacOS: Added write flushing after every block: fixes "inconsistent progressbar" problem (when progress quickly went to 100%, and then waited for long time while real writing took place).



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18823 |14mr|rosa-launcher-2.1.1-0.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA Desktop Application Launcher
Name:		rosa-launcher
Version:	2.1.1
Release:	0.1
Epoch:		1
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://www.rosalab.ru/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		rosa-launcher-2.0.0-mdvbutton.patch
BuildRequires:	baloo-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(soprano)
Requires:	kdebase4-workspace

%description
ROSA Desktop Application Launcher.

%files -f ROSA_Launcher.lang
%{_kde_libdir}/kde4/plasma_applet_rosastarter.so
%{_kde_libdir}/libtimeframe.so
%{_kde_datadir}/kde4/services/plasma-applet-rosastarter.desktop
%{_kde_bindir}/rosa-launcher
%{_kde_datadir}/rosa-launcher/*
%{_datadir}/timeframe

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4

%install
%makeinstall_std -C build

%find_lang ROSA_Launcher

%changelog
* Mon Sep 22 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1:2.1.1-0.1
+ Revision: 2fcc105
- Updated to version 2.1.1 (Changed identification of stacked applications in the config by desktop files

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.1.0-0.2
+ Revision: b30e396
- MassBuild#440: Increase release tag

* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.1.0-0.1
+ Revision: aad0ddb
- New version 2.1.0 (port from Nepomuk to Baloo and merge places-i18n patch)

* Mon Apr 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-55.5
+ Revision: 4db3409
- Adjust places-i18n once again (translate only system bookmarks)

* Sun Apr 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-55.4
+ Revision: 553b607
- Try better places-i18n patch

* Fri Apr 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-55.3
+ Revision: 1cb4254
- Use UTF8 in places-i18n patch

* Fri Apr 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-55.1
+ Revision: c5c099d
- Drop merged it po patch

* Fri Apr 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-55.1
+ Revision: d33e793
- Try to fix Places localization

* Thu Dec 26 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 1:2.0.0-55
+ Revision: 8cbf82e
- Add icon in Alt+Tab menu.

* Sat Oct 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-54.3
+ Revision: 0d7c5c7
- LOG Rebuild with KDE 4.11

* Wed Aug 21 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-54.2
+ Revision: 0e509c5
- Add patches for previous commit

* Wed Aug 21 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-54.2
+ Revision: e946216
- LOG Fix BuildRequires, add patches from Cooker (don't hardcode icon path, add Italian translation)

* Wed Aug 21 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-54.2
+ Revision: aa2e0ae
- LOG Rebuild for KDE 4.11, drop qjson Requires because it's already required

* Sun Apr 21 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-54.1
+ Revision: a189160
- LOG Rebuild for KDE 4.10, adjust spec cosmetics, use find_lang for locales

* Thu Feb 21 2013 Sergey Borovkov <sergey.borovkov@osinit.ru> 1:2.0.0-54
+ Revision: c5df513
- 2.0.0-54

* Mon Feb 04 2013 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 1:2.0.0-53
+ Revision: 6597908
- fixed login in vk.com

* Fri Jan 25 2013 Alexander Skakov <alexander.skakov@osinit.ru> 1:2.0.0-52
+ Revision: 0496008
- 2.0.0-52

* Mon Dec 24 2012 Ural Mullabaev <uxteam@rosalab.ru> 1:2.0.0-51
+ Revision: b9bf70f
- 2.0.0-51

* Thu Dec 13 2012 Alexander Skakov <alexander.skakov@osinit.ru> 1:2.0.0-50
+ Revision: 5d5f4d4
- 2.0.0-50

* Wed Dec 12 2012 user <user@localhost.localdomain> 1:2.0.0-49
+ Revision: 434cc85
- 2.0.0-49

* Wed Dec 12 2012 Alexander Skakov <alexander.skakov@osinit.ru> 1:2.0.0-48
+ Revision: 2a1942c
- 2.0.0-48 RELEASE!!!

* Fri Nov 30 2012 Sergey Borovkov <serge.borovkov@gmail.com> 1:2.0.0-47
+ Revision: 32483bc
- v2.0.0-47

* Fri Nov 30 2012 Alexander Skakov <alexander.skakov@osinit.ru> 1:2.0.0-46
+ Revision: 1868cdc
- 2.0.0-46

* Fri Nov 23 2012 user <user@localhost.localdomain> 1:2.0.0-45
+ Revision: 57a587a
- 2.0.0-45

* Thu Nov 22 2012 Alexander Skakov <alexander.skakov@osinit.ru> 1:2.0.0-44
+ Revision: 5b5b8d1
- Fixed compilation error

* Thu Nov 22 2012 Sergey Borovkov <sergey.borovkov@osinit.ru> 1:2.0.0-44
+ Revision: 13c38a3
- v2.0.0.-44

* Thu Nov 08 2012 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 1:2.0.0-40
+ Revision: 1ab5a07
- new release 40

* Thu Nov 08 2012 Sergey Borovkov <sergey.borovkov@osinit.ru> 1:2.0.0-38
+ Revision: 477f30b
- 2.0.0-38

* Tue Nov 06 2012 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 1:2.0.0-37
+ Revision: bfe2378
- release 37

* Sat Nov 03 2012 Sergey Borovkov <sergey.borovkov@osinit.ru> 1:2.0.0-36
+ Revision: b5bd9a6
- 2.0.0-36



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18824 |14mr|rosa-lxde-flat-0.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	rosa-lxde-flat
%define name	rosa-lxde-flat
%define version	0.0.4
%define release 2

Summary:	ROSA-elementary theme
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{tarname}-%{version}.tar.xz
License:	GPLv2
Group:		Graphical desktop/Other
URL:		www.rosalinux.com
BuildArch:	noarch
Requires:	murrine
Suggests:	rosa-flat-icons

%description
ROSA flat theme creates specially for the ROSA LXDE spin.
Originally based on Sive Flat theme by http://nale12.deviantart.com

%prep
%setup -q

%install
%__rm -rf %{buildroot}
%__mkdir -p %{buildroot}%{_datadir}/themes
%__mkdir -p %{buildroot}%{_datadir}/themes/rosa-lxde-flat
cp -rf ./* %{buildroot}%{_datadir}/themes/rosa-lxde-flat

%files
%defattr(644,root,root,755)
%{_datadir}/themes/*
%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.4-2
+ Revision: f351d1d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18825 |14mr|rosa-media-player-1.6.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		midi_support	1

Summary:	Multimedia player based on mplayer technology
Name:		rosa-media-player
Version:	1.6.10
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://www.rosalinux.com
Source:		%{name}-%{version}.tar.gz
BuildRequires:	qt4-devel	>= 4.2.0
BuildRequires:	qt4-linguist	>= 4.2.0
%if %midi_support
BuildRequires:	wildmidi-devel
%endif
BuildRequires:	qjson-devel
Requires:	mplayer		>= 1.0-1.rc1
Requires:	mencoder
Requires:	ffmpeg
Requires:	xdg-utils
%if %midi_support
Requires:	timidity-patch-gravis
Requires:	%{_lib}wildmidi1
%endif
Requires:	qjson
Requires:	wget

BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Multimedia player that supports most of audio and video formats.

%prep
%setup -qn %{name}

%build
%setup_compile_flags
./get_romp_version.sh %{version} %{release}
%if %midi_support
%make PREFIX=%{_prefix} QMAKE=%{qt4bin}/qmake LRELEASE=%{qt4bin}/lrelease
%else
%make PREFIX=%{_prefix} QMAKE=%{qt4bin}/qmake LRELEASE=%{qt4bin}/lrelease no-midi-support
%endif

%install
%makeinstall_std PREFIX=%{_prefix}

# remove wrongly put docs
rm -rf %{buildroot}%{_datadir}/doc


%files
%doc *.txt docs/*
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/shortcuts
%dir %{_datadir}/%{name}/translations

%attr(755,root,root) %{_bindir}/%{name}

%{_datadir}/%{name}/*.conf
%{_iconsdir}/hicolor/*/apps/rosamp.png
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}/shortcuts/*
%{_datadir}/apps/solid/actions/

%lang(ar_SY) %{_datadir}/%{name}/translations/rosamp_ar_SY.qm
%lang(en) %{_datadir}/%{name}/translations/rosamp_en.qm
%lang(cs) %{_datadir}/%{name}/translations/rosamp_cs.qm
%lang(de) %{_datadir}/%{name}/translations/rosamp_de.qm
%lang(es) %{_datadir}/%{name}/translations/rosamp_es.qm
%lang(et) %{_datadir}/%{name}/translations/rosamp_et.qm
%lang(fi) %{_datadir}/%{name}/translations/rosamp_fi.qm
%lang(fr) %{_datadir}/%{name}/translations/rosamp_fr.qm
%lang(gl) %{_datadir}/%{name}/translations/rosamp_gl.qm
%lang(hu) %{_datadir}/%{name}/translations/rosamp_hu.qm
%lang(it) %{_datadir}/%{name}/translations/rosamp_it.qm
%lang(ja) %{_datadir}/%{name}/translations/rosamp_ja.qm
%lang(ku) %{_datadir}/%{name}/translations/rosamp_ku.qm
%lang(lt) %{_datadir}/%{name}/translations/rosamp_lt.qm
%lang(mk) %{_datadir}/%{name}/translations/rosamp_mk.qm
%lang(nl) %{_datadir}/%{name}/translations/rosamp_nl.qm
%lang(pl) %{_datadir}/%{name}/translations/rosamp_pl.qm
%lang(pt_BR) %{_datadir}/%{name}/translations/rosamp_pt_BR.qm
%lang(pt_pt) %{_datadir}/%{name}/translations/rosamp_pt.qm
%lang(ro_RO) %{_datadir}/%{name}/translations/rosamp_ro_RO.qm
%lang(ru_RU) %{_datadir}/%{name}/translations/rosamp_ru_RU.qm
%lang(sl) %{_datadir}/%{name}/translations/rosamp_sl.qm
%lang(tr) %{_datadir}/%{name}/translations/rosamp_tr.qm
%lang(uk_UA) %{_datadir}/%{name}/translations/rosamp_uk_UA.qm
%lang(vi) %{_datadir}/%{name}/translations/rosamp_vi_VN.qm
%lang(zh_CN) %{_datadir}/%{name}/translations/rosamp_zh_CN.qm
%lang(zh_TW) %{_datadir}/%{name}/translations/rosamp_zh_TW.qm



%changelog
* Mon Sep 29 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1.6.10-1
+ Revision: 75c670a
- Add samba support to the desktop file

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.9-2
+ Revision: 34c327c
- MassBuild#440: Increase release tag

* Tue Aug 13 2013 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1.6.9-1
+ Revision: 07ed24d
- Changed version format

* Mon Aug 12 2013 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1.6-9
+ Revision: 5ce3c2b
- New version 1.6-9
- Fixed parsing of new mplayer version
- Added video and audio extensions
- Changed reset to default values

* Fri Apr 12 2013 Julia Mineeva <julia.mineeva@osinit.ru> 1.6-8
+ Revision: cc08d87
- New version 1.6-8
- Updated romanian and ukrainian translations.
- Fixed bug with playlist (wrong process asx-file in the m3u-playlist).
- Add optional building with midi support.

* Wed Apr 03 2013 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 1.6-6
+ Revision: be6cee0
- fixed translations

* Tue Apr 02 2013 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 1.6-5
+ Revision: b064464
- fixed bug in desktop recording

* Tue Apr 02 2013 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 1.6-4
+ Revision: e69c7b1
- fixed string in desktop file

* Tue Apr 02 2013 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 1.6-4
+ Revision: 95a2b26
- fixed protocol string

* Tue Apr 02 2013 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 1.6-2
+ Revision: aaa86aa
- desktop files fixed

* Mon Apr 01 2013 Julia Mineeva <julia.mineeva@osinit.ru> 1.6-2
+ Revision: db2c387
- New version 1.6-2

* Tue Feb 19 2013 Julia Mineeva <julia.mineeva@osinit.ru> 1.5.1-7
+ Revision: 6c17066
- Updated rosa-media-player-1.5.1.tar.gz

* Tue Feb 19 2013 Julia Mineeva <julia.mineeva@osinit.ru> 1.5.1-7
+ Revision: ceeae96
- New version 1.5.1-7 (deleted panel strip in fullscreen; fixed bug when screen recording)

* Mon Dec 24 2012 Sergey Borovkov <sergey.borovkov@osinit.ru> 1.5.1-7
+ Revision: ef39504
- Add proper buildrequires

* Mon Dec 24 2012 Sergey Borovkov <sergey.borovkov@osinit.ru> 1.5.1-7
+ Revision: 6415b3e
- v1.5.1-7

* Mon Dec 24 2012 Sergey Borovkov <sergey.borovkov@osinit.ru> 1.5.1-7
+ Revision: ec22704
- v1.5.1-7

* Wed Dec 12 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.5.1-6
+ Revision: c3bbde5
- New version 1.5.1-6
- Increased bottom margin of main window

* Tue Dec 11 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.5.1-5
+ Revision: 1ab11a9
- New version 1.5.1-5
- Fixed segmentaion fault when open media file

* Tue Dec 11 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.5.1-4
+ Revision: b70fa80
- New version 1.5.1-4
- Updated translations.
- Deleted statusbar.

* Fri Nov 23 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.5.1-1
+ Revision: 0fc9670
- Updated tarball

* Fri Nov 23 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.5.1-1
+ Revision: cbb7539
- ChangeLog 1.5.1: fixed some bugs

* Fri Nov 23 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.5.1-0
+ Revision: 466bc0b
- ChangeLog 1.5.1: new icons; support playlist for video stream

* Thu Nov 22 2012 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 1.5-16
+ Revision: d2e0020
- new version

* Fri Oct 19 2012 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 1.5-15
+ Revision: 522c7b0
- fixed mplayer version checking

* Fri Oct 19 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5-14
+ Revision: 6dfae6b
- LOG Fix description length

* Wed Sep 12 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.5-13
+ Revision: a86b962
- updated version 1.5-13
- - associated midi files with ROMP (updated desktop-file)
- - display firstly ID3V2 tag if exist ID3V1 tag

* Tue Sep 04 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.5-11
+ Revision: d59a4d1
- updated translations

* Tue Sep 04 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.5-11
+ Revision: 3e23a2e
- updated to version 1.5-11

* Thu Apr 05 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.0-0
+ Revision: 2340cea
- changed version on 1.0; added help support; deleted unused files

* Wed Apr 04 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.0-0
+ Revision: 128e6b1
- changed ROMP version (set 1.0); updated documentation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18826 |14mr|rosa-media-player-plugin-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA Media Player Plugin
Name:		rosa-media-player-plugin
Version:        1.6
Release:	3
URL:		https://abf.rosalinux.ru/import/rosa-media-player-plugin
License:        GPL 3+
Group:		Video
Source:		%{name}-%{version}.tar.gz
BuildRequires:	qt4-devel
BuildRequires:	qt4-linguist
Requires:	mplayer

%if %{_use_internal_dependency_generator}
%define __noautoreq 'devel\\((.*)\\)'
%else
%define _requires_exceptions devel(
%endif

%description
ROSA Media Player Plugin is designed to use with internet browsers 
like Firefox and Chrome/Chromium.

%prep
%setup -c

%build
mkdir build
cd build
qmake ../rosa-media-player-plugin.pro
%make
lrelease ../rosa-media-player-plugin.pro

%install
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/translations/
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/rosa-media-player-plugin/translations/

echo $PWD
cd build
cp -f rosamp-plugin/build/librosa-media-player-plugin-smp.so $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/
cp -f rosamp-plugin/build/librosa-media-player-plugin-dvx.so $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/
cp -f rosamp-plugin/build/librosa-media-player-plugin-qt.so $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/
cp -f rosamp-plugin/build/librosa-media-player-plugin-rm.so $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/
cp -f rosamp-plugin/build/librosa-media-player-plugin-wmp.so $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/
cp -f romp/rosa-media-player/build/librosampcore.so.1.0.0 $RPM_BUILD_ROOT/%{_libdir}/

cp -f ../translations/*.qm $RPM_BUILD_ROOT/%{_datadir}/rosa-media-player-plugin/translations/
cd romp/rosa-media-player/build/
ln -s librosampcore.so.1.0.0 $RPM_BUILD_ROOT/%{_libdir}/librosampcore.so.1.0
ln -s librosampcore.so.1.0.0 $RPM_BUILD_ROOT/%{_libdir}/librosampcore.so.1
ln -s librosampcore.so.1.0.0 $RPM_BUILD_ROOT/%{_libdir}/librosampcore.so


%files
%{_libdir}/mozilla/plugins/librosa-media-player-plugin-*
%{_libdir}/librosampcore*
%{_datadir}/rosa-media-player-plugin/translations/rosamp_plugin*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: 5e4dedc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18827 |14mr|rosapanel-1.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	RocketBar - ROSA panel for KDE
Name:		rosapanel
Version:	1.6.1
Release:	3
Epoch:		1
Group:		Graphical desktop/KDE
License:	LGPLv2+
Url:		http://rosalab.ru/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	kdebase4-devel
BuildRequires:	automoc4
Requires:	kdebase4-workspace
Requires:	python-kde4
Requires:	plasma-scriptengine-python
Requires:	rosa-launcher
Requires:	plasma-applet-stackfolder
Requires:	plasma-desktoptheme-rosa

%files -f build/install_manifest.txt

#--------------------------------------------------------------------

%description
ROSA panel.

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.6.1-3
+ Revision: acd63cb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18828 |14mr|rosa-release-2014.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Please update release notes:
# make -C SOURCES release-notes.{html,txt}
#

%define distrib Desktop
%define distname rosa
%define distsuffix rosa
%define distribution ROSA Desktop Fresh R4

%define product_vendor ROSA
%define product_distribution %{distribution}
%define product_type Basic
%define product_version %{version}
%define product_branch Official
%define product_release 1
%define product_arch %{_target_cpu}

%define product_id_base vendor=%{product_vendor},distribution=%{product_distribution},type=%{product_type},version=%{product_version},branch=%{product_branch},release=%{product_release},arch=%{product_arch}

%define rosa_release %{version}
%define rosa_branch %{distrib}
%define rosa_arch %{_target_cpu}
%define rosa_os %{_target_os}

%define realversion %{version}
%define mdkver %(echo %{version} | sed 's/\\.//')0

Summary:	ROSA release file
Name:		rosa-release
Version:	2014.1
Release:	5
License:	GPLv2+
Group:		System/Configuration/Other
Url:		http://www.rosalinux.com/
Source3:	CREDITS
Source4:	release-notes.txt
Source5:	distro.txt
Source6:	10rosa-release.sh
Source7:	10rosa-release.csh

%description
ROSA Desktop release file.

%package common
Summary:	ROSA release common files
Group:		System/Configuration/Other
Requires:	lsb-release

# cf mdvbz#32631
Provides:	arch(%{_target_cpu})
Provides:	rosa-release-common = %{EVRD}
Provides:	mandriva-release-common = %{EVRD}

%description common
Common files for ROSA Desktop release packages.

%define release_package(s) \
%{-s:%package %1} \
Summary:	ROSA release file%{?1: for %1} \
Group:		System/Configuration/Other \
Requires:	rosa-release-common \
Requires(post):	coreutils \
Provides:	redhat-release rawhide-release mandrake-release mandriva-release mandrakelinux-release rosa-release \
Provides:	%{name} = %{EVRD} \

%define release_descr(s) \
%description %{-s:%1} \
ROSA Desktop release file for %1 flavor. \

%define release_post(s) \
%post %{-s:%1} \
ln -fs product.id.%1 %{_sysconfdir}/product.id

%define release_install(s) \
cat > %{buildroot}%{_sysconfdir}/product.id.%{1} << EOF \
%{product_id_base},product=%1\
EOF\
 \
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d \
cat > %{buildroot}%{_sysconfdir}/rpm/macros.d/%{1}.macros <<EOF \
%%distribution      %distribution\
%%rosa_release  %rosa_release\
%%rosa_branch   %rosa_branch\
%%rosa_arch     %rosa_arch\
%%rosa_os       %rosa_os\
%%rosa_class    %%(. %{_sysconfdir}/sysconfig/system; echo \\\$META_CLASS)\
%%mdkver            %mdkver\
%%mdvver            %mdkver\
%%distsuffix        %distsuffix\
%%mandriva_release  %%rosa_release\
%%mandriva_branch  %%rosa_branch\
%%mandriva_arch     %%rosa_arch\
%%mandriva_os       %%rosa_os\
%%mandriva_class       %%rosa_class\
\
# productid variable\
%%product_id %{product_id_base},product=%{1}\
\
%%product_vendor        %product_vendor\
%%product_distribution  %product_distribution\
%%product_type          %product_type\
%%product_version       %product_version\
%%product_branch        %product_branch\
%%product_release       %product_release\
%%product_arch          %product_arch\
%%product_product       %1\
\
%{?unstable}\
EOF\
 \
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig \
cat > %{buildroot}%{_sysconfdir}/sysconfig/system <<EOF \
SECURITY=3\
CLASS=beginner\
LIBSAFE=no\
META_CLASS=download\
EOF\


%release_package -s Free
Conflicts:	rosa-release-EE

%release_package -s EE
Conflicts:	rosa-release-Free

%release_descr -s Free
%release_descr -s EE

%prep
%setup -q -T -c
cp -a %{SOURCE3} CREDITS
cp -a %{SOURCE4} release-notes.txt
cp -a %{SOURCE5} distro.txt
cat > README.urpmi <<EOF
This is ROSA Desktop Fresh R4

You can find the release notes in %{_docdir}/%{name}-common/release-notes.txt

or on the web at http://wiki.rosalab.ru
EOF

# check that CREDITS file is in UTF-8, fail otherwise
if iconv -f utf-8 -t utf-8 < CREDITS > /dev/null
then
	true
else
	echo "the CREDITS file *MUST* be encoded in UTF-8"
	echo "please fix it before continuing"
	false
fi

%install
mkdir -p %{buildroot}%{_sysconfdir}

echo "ROSA Desktop Fresh R4 release %{version} for %{_target_cpu}" > %{buildroot}%{_sysconfdir}/rosa-release
ln -sf rosa-release %{buildroot}%{_sysconfdir}/redhat-release
ln -sf rosa-release %{buildroot}%{_sysconfdir}/mandrake-release
ln -sf rosa-release %{buildroot}%{_sysconfdir}/release
ln -sf rosa-release %{buildroot}%{_sysconfdir}/mandriva-release
ln -sf rosa-release %{buildroot}%{_sysconfdir}/mandrakelinux-release
ln -sf rosa-release %{buildroot}%{_sysconfdir}/system-release

echo "%{version}.0 %{rel} %{distname}" > %{buildroot}%{_sysconfdir}/version

cp -p %{buildroot}/etc/rosa-release %{buildroot}/etc/issue
echo "Kernel \r on an \m (\l)" >> %{buildroot}/etc/issue
cp -p $RPM_BUILD_ROOT/etc/issue $RPM_BUILD_ROOT/etc/issue.net
echo >> $RPM_BUILD_ROOT/etc/issue

mkdir -p %{buildroot}%{_sysconfdir}/profile.d

# (tpg) follow standard specifications http://0pointer.de/blog/projects/os-release
cat > %{buildroot}%{_sysconfdir}/os-release << EOF
NAME="%{distribution}"
VERSION="%{product_product} %{realversion} %{distrib}"
ID=rosa
VERSION_ID=%{realversion}
PRETTY_NAME="%{distribution} %{product_product} %{realversion} %{distrib}"
ANSI_COLOR="1;43"
CPE_NAME="cpe:/o:rosa:rosalinux:%{realversion}"
HOME_URL="http://www.rosalinux.com/"
BUG_REPORT_URL="https://bugs.rosalinux.com/"
EOF

cp -f %{SOURCE6} %{buildroot}%{_sysconfdir}/profile.d/
cp -f %{SOURCE7} %{buildroot}%{_sysconfdir}/profile.d/

%release_install Free
%release_install EE

%release_post -s Free
%release_post -s EE

%define release_files(s:) \
%files %{-s:%{-s*}} \
%{_sysconfdir}/rpm/macros.d/%{1}.macros \
%{_sysconfdir}/product.id.%1 \
\

%release_files -s Free Free
%release_files -s EE EE

%files common
%doc CREDITS distro.txt README.urpmi release-notes.*
%{_sysconfdir}/mandrake-release
%{_sysconfdir}/mandriva-release
%{_sysconfdir}/mandrakelinux-release
%{_sysconfdir}/redhat-release
%{_sysconfdir}/rosa-release
%{_sysconfdir}/release
%{_sysconfdir}/system-release
%{_sysconfdir}/version
%{_sysconfdir}/os-release
%{_sysconfdir}/profile.d/10rosa-release.sh
%{_sysconfdir}/profile.d/10rosa-release.csh
%config(noreplace) /etc/issue
%config(noreplace) /etc/issue.net
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sysconfig/system


%changelog
* Thu Sep 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014.1-5
+ Revision: 6e1002a
- Bump release

* Thu Sep 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014.1-4
+ Revision: bc18c43
- Update contributors

* Thu Sep 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014.1-4
+ Revision: 5de812e
- Update contributors

* Thu Sep 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014.1-4
+ Revision: 0877f89
- Update contributors, translators and testers

* Tue Jul 08 2014 Tigro <ashejn@gmail.com> 2014.1-4
+ Revision: ced76ea
- added issue files generation

* Mon Jun 30 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2014.1-3
+ Revision: 3c322f3
- updated name

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2014.1-2
+ Revision: e3078f9
- MassBuild#440: Increase release tag

* Tue Apr 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014.1-1
+ Revision: 6f500a3
- Update to 2014.1/R4

* Tue Apr 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2012.1-21
+ Revision: 89fee36
- Spec cleanup

* Wed Apr 16 2014 Alex Burmashev <alex.burmashev@gmail.com> 2012.1-20
+ Revision: 923ab44
- switch R2 to R3

* Wed Nov 20 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.1-20
+ Revision: 3d4442d
- r1 changed to r2

* Wed May 22 2013 root <root@localhost.localdomain> 2012.1-19
+ Revision: 701c0a1
- changed branding

* Tue Dec 18 2012 root <root@localhost.localdomain> 2012.1-16
+ Revision: d8c6a86
- revert

* Tue Dec 18 2012 root <root@localhost.localdomain> 2012.1-15
+ Revision: c2c2a73
- ROSA Desktop.Fresh -> ROSA Fresh Desktop

* Wed Dec 12 2012 root <root@localhost.localdomain> 2012.1-14
+ Revision: 02c614d
- Desktop -> Desktop.Fresh

* Wed Dec 12 2012 root <root@localhost.localdomain> 2012.1-14
+ Revision: 42b229e
- update to the last version

* Mon Dec 10 2012 Alexander Kazancev <kazancas@gmail.com> 2012.1-13
+ Revision: 39da66f
- Updated rosa-release.spec

* Tue Dec 04 2012 root <root@localhost.localdomain> 2012.1-12
+ Revision: 1d42e95
- changed Linux to Desktop

* Tue Nov 20 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.1-11
+ Revision: dea1da6
- Updated rosa-release.spec

* Tue Nov 20 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.1-10
+ Revision: 5a4781d
- Updated rosa-release.spec

* Tue Oct 23 2012 Alexander Kazancev <kazancas@gmail.com> 2012.1-10
+ Revision: 1dcc2d2
- Updated rosa-release.spec

* Tue Aug 21 2012 alexander barakin aka sash-kan <alex@barak.in> 2012.1-9
+ Revision: 8760860
- 2012.1: fix other missing macros mandriva_*

* Fri Aug 17 2012 alexander barakin aka sash-kan <alex@barak.in> 2012.1-9
+ Revision: f58975e
- symlink product.id created during installation

* Fri Aug 17 2012 alexander barakin aka sash-kan <alex@barak.in> 2012.1-9
+ Revision: f8d9d1f
- 2012.1: fix missing macro mandriva_release

* Thu Jul 19 2012 Alexander Kazancev <kazancas@mandriva.ru> 2012.1-9
+ Revision: 505e9e0
- LOG - add provides mandriva-release-common

* Tue Jun 19 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.1-8
+ Revision: fa46796
- Updated rosa-release.spec

* Mon Jun 18 2012 Alexander Kazancev <kazancas@mandriva.ru> 2012.1-8
+ Revision: eff1840
- Updated rosa-release.spec

* Mon Jun 18 2012 akdengi <kazancas@mandriva.ru> 2012.1-8
+ Revision: 7d85e62
- fix

* Mon Jun 18 2012 akdengi <kazancas@mandriva.ru> 2012.1-8
+ Revision: 01464f2
- sync with mandriva

* Mon Jun 18 2012 akdengi <kazancas@mandriva.ru> 2012.1-7
+ Revision: 253fb3e
- fix spec to avoid conflict

* Mon Jun 18 2012 Alexander Kazancev <kazancas@mandriva.ru> 2012.1-6
+ Revision: 3e5ce2b
- Updated rosa-release.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18829 |14mr|rosa-repodata-2012.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Name:           rosa-repodata
Version:        2012.1
Release:        3
Summary:        Repository Configuration
Group:          System/Base
License:        GPL
Source0:        RPM-GPG-KEYS-rosa2012.1
Source1:        urpmi.cfg
Source2:	repodata-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}

%description

This package contains the repository GPG key(s) as well as configuration
for the URPM package manager ROSA Desktop.Fresh 2012.

%prep
%setup -c -T -a2

%build

%install

# common (name of key see in urpmi.cfg)
install -Dpm 644 %{SOURCE0} \
    %{buildroot}%{_sysconfdir}/RPM-GPG-KEYS/16a853e7.asc

# urpm
install -dm 755 %{buildroot}%{_sysconfdir}/urpmi/
install -pm 644 %{SOURCE1} \
    %{buildroot}%{_sysconfdir}/urpmi/

#repodata
%ifarch x86_64
install -dm 755 %{buildroot}%{_localstatedir}/lib/urpmi
cp -rf repodata/x86_64/* %{buildroot}%{_localstatedir}/lib/urpmi/
%else
install -dm 755 %{buildroot}%{_localstatedir}/lib/urpmi
cp -rf repodata/i586/* %{buildroot}%{_localstatedir}/lib/urpmi/
%endif

%post
#import key to keyring
/bin/rpm --import %{_sysconfdir}/RPM-GPG-KEYS/16a853e7.asc

%files
%defattr(-,root,root,-)
%{_sysconfdir}/RPM-GPG-KEYS/*
%config(noreplace) %{_sysconfdir}/urpmi/*
%{_localstatedir}/lib/urpmi/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.1-3
+ Revision: 5a4a0b2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18830 |14mr|Rosa-theme-2.0.0-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distro Rosa
%define name %{distro}-theme
%define theme Rosa
%define version 2.0.0
%define scriptdir %{_datadir}/bootsplash/scripts
%define mdk_bg %{_datadir}/mdk/backgrounds

%define release 24

%define theme_header() \
Summary:	%{distro}%{?1:-%1} theme for plymouth and desktop background \
Group:		Graphics \
%description %{?1} \
This package contains the %{distro}%{?1:-%1} plymouth theme \
with its images and configuration for different resolution as well as \
the the desktop background image. \

%define theme_package(o:) \
%package %{1} \
Requires:	plymouth-system-theme \
Requires:	plymouth-plugin-script >= 0.8.2 \
Requires(post):	bootsplash >= 3.3.0 \
Provides:	mandrake_theme mandrake-theme mandrakelinux-theme mandriva-theme = %{version}-%{release} \
Provides:       %{distro}-theme=%{EVRD}  \
Provides:	plymouth(system-theme) \
Provides:       rosa-theme \
Provides:       Mandriva-theme-Rosa \
Obsoletes:	mandrake_theme mandrake-theme mandriva-theme mandrakelinux-theme %{?-o:%{-o*}} \
Requires:	%{distro}-theme-common \
Suggests:	%{distro}-theme-screensaver \
%theme_header(%{1}) \
\
%package %{1}-screensaver \
Summary:	%{distro} %{1} screensaver \
Group:		Graphics \
Provides:	%{distro}-theme-screensaver \
%rename     mandriva-theme-Rosa-screensaver \
%rename     mandriva-theme-screensaver \
%rename     mandriva-screensaver \
\
%description %{1}-screensaver \
This package contains the screensaver associated with the \
%{distro} %{1} theme. \

%define theme_scripts() \
%post -n %{name}-%{1} \
if [ -f /splash.jpg ]; then \
rm -f /splash.jpg \
fi \
if [ -f /welcome.jpg ]; then \
rm -f /welcome.jpg \
fi \
if [ -z "$DURING_INSTALL" ]; then \
  if [ -x %{_sbindir}/plymouth-set-default-theme ]; then \
    %{_sbindir}/plymouth-set-default-theme %{distro}-%{1} -R \
  fi \
else \
  if [ -f /etc/sysconfig/bootsplash ]; then \
    perl -pi -e 's/^\s*SPLASH=.*/SPLASH=auto/; s/^\s*THEME=.*/THEME=%{distro}-%{1}/' /etc/sysconfig/bootsplash \
  fi \
  %{_sbindir}/plymouth-set-default-theme %{distro}-%{1} \
fi \
if [ -f %{mdk_bg}/%{distro}-root.png -a ! -f %{mdk_bg}/root/default.png -o -L %{mdk_bg}/root/default.png ]; then \
  rm -f %{mdk_bg}/root/default.png \
  ln -s %{distro}-%{1}-root-1600x1200.png %{mdk_bg}/root/default.png \
fi \
if [ -f %{mdk_bg}/default.jpg ]; then \
  rm -f %{mdk_bg}/default.jpg \
  ln -s %{mdk_bg}/rosa-background-%{1}.jpg %{mdk_bg}/default.jpg \
else \
  ln -s %{mdk_bg}/rosa-background-%{1}.jpg %{mdk_bg}/default.jpg \
fi \
if [ -f %{mdk_bg}/rosa-background.jpg ]; then \
  rm -f %{mdk_bg}/rosa-background.jpg \
  ln -s %{mdk_bg}/rosa-background-%{1}.jpg %{mdk_bg}/rosa-background.jpg \
else \
  ln -s %{mdk_bg}/rosa-background-%{1}.jpg %{mdk_bg}/rosa-background.jpg \
fi \
\
%triggerpostun -n %{name}-%{1} -- %{distro}-theme-%{1} < 2.0.0 \
for f in kdeglobals konsolerc; do \
  if [ "`readlink /usr/share/config/$f 2>/dev/null`" == "$f-%{distro}-%{1}" ]; then \
    rm -f /usr/share/config/$f \
  fi \
done \
\
%preun -n %{name}-%{1} \
if [ "$1" == "0" ]; then \
  if [ -x %{scriptdir}/remove-theme ]; then \
    %{scriptdir}/remove-theme %{distro}-%{1} \
  fi \
  link=`readlink %{mdk_bg}/default.png` \
  slink=${link%%-*} \
  if [ "$slink" == "%{distro}-%{1}" ]; then rm -f %{mdk_bg}/default.png;fi \
  link=`readlink %{mdk_bg}/default.jpg` \
  slink=${link%%-*} \
  if [ "$slink" == "%{distro}-%{1}" ]; then rm -f %{mdk_bg}/default.jpg;fi \
  link=`readlink %{mdk_bg}/%{distro}.png` \
  slink=${link%%-*} \
  if [ "$slink" == "%{distro}-%{1}" ]; then rm -f %{mdk_bg}/%{distro}.png;fi \
  link=`readlink %{mdk_bg}/%{distro}.jpg` \
  slink=${link%%-*} \
  if [ "$slink" == "%{distro}-%{1}" ]; then rm -f %{mdk_bg}/%{distro}.jpg;fi \
  link=`readlink %{mdk_bg}/root/%{distro}.png` \
  slink=${link%%-*} \
  if [ "$slink" == "%{distro}-%{1}-root" ]; then rm -f %{mdk_bg}/root/default.png;fi \
fi \

%define theme_files() \
%files %{1} \
%{_datadir}/gfxboot/themes/%{distro}-%{1} \
%{_datadir}/plymouth/themes/%{distro}-%{1} \
%{mdk_bg}/%{distro}-%{1}* \
%{mdk_bg}/rosa-background-%{1}.jpg \
\
%files %{1}-screensaver \

Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.xz
License:	GPL
Prefix:		%{_prefix}
BuildArch:	noarch
BuildRequires:	gimp fonts-ttf-dejavu
%theme_header

%theme_package EE -o %{distro}-theme-EE

%package common
Summary:	%{distro} common theme for plymouth
Group:		Graphics
Obsoletes:	plymouth-theme-mdv
Requires:       rosa-theme
%rename     mandriva-theme-common

%description common
This package contains common images for the %{distro} plymouth themes.

%prep
%setup -q

%build
%make

%install
rm -rf %{buildroot}
%make install prefix=%{buildroot}

# Default wallpaper should be available without browsing file system
mkdir -p %{buildroot}%{_datadir}/wallpapers
pushd %{buildroot}%{_datadir}/wallpapers
  ln -s ../mdk/backgrounds/default.jpg default.jpg
popd

%theme_scripts EE

%clean
rm -rf %{buildroot}

%files common
%{_datadir}/wallpapers/default.jpg
%dir %{_datadir}/mdk/screensaver
%{_datadir}/mdk/screensaver/*-*.jpg

%theme_files EE



%changelog
* Mon Jun 30 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.0-24
+ Revision: 8850089
- minor fix



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18831 |14mr|routed-0.17-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: The routing daemon which maintains routing tables
Name: routed
Version: 0.17
Release: 16
License: BSD
Group: System/Servers
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit
Source: ftp://sunsite.unc.edu/pub/Linux/system/network/daemons/netkit-routed-%{version}.tar.bz2
Source1: routed.init
Patch: routed-nonrootbuild.patch
Patch1: routed-BM-fix.patch
#Patch2: routed-gee-man-fork.patch.bz2
Requires(post,preun): chkconfig
Requires(post,preun):	rpm-helper
Conflicts: gated

%description
The routed routing daemon handles incoming RIP traffic and broadcasts
outgoing RIP traffic about network traffic routes, in order to maintain
current routing tables.  These routing tables are essential for a
networked computer, so that it knows where packets need to be sent.

The routed package should be installed on any networked machine.

%prep
%setup -q -n netkit-%{name}-%{version}
%patch -p1
%patch1 -p1
#%patch2 -p1


%build
%serverbuild

./configure --prefix=%{_prefix}
CC=gcc CFLAGS="$RPM_OPT_FLAGS" make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/{%{_initrddir},%{_mandir}/man8,%{_sbindir}}
make INSTALLROOT=$RPM_BUILD_ROOT install
install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/%{_initrddir}/routed

perl -pi -e "s|/etc/rc.d/init.d|%{_initrddir}|" $RPM_BUILD_ROOT%{_initrddir}/*

%clean
rm -rf $RPM_BUILD_ROOT

%post
%_post_service %name

%preun
%_preun_service %name

%files
%defattr(-,root,root)
%{_sbindir}/*
%{_mandir}/man8/*
%config(noreplace) %{_initrddir}/routed





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.17-16
+ Revision: 6069b5e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18832 |14mr|rpcbind-0.2.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Universal Addresses to RPC Program Number Mapper
Name:		rpcbind
Version:	0.2.1
Release:	7
License:	BSD
Group:		System/Servers
Url:		http://rpcbind.sourceforge.net/
Source0:	http://downloads.sourceforge.net/rpcbind/%{name}-%{version}.tar.bz2
Source1:	rpcbind.service
Source2:	rpcbind.sysconfig
Source3:	sbin.rpcbind.apparmor
Source4:	rpcbind.socket
Patch0:		rpcbind-0001-Remove-yellow-pages-support.patch
BuildRequires:	quota-devel
BuildRequires:	pkgconfig(libtirpc)
Requires(pre,post,preun):	rpm-helper

%description
The rpcbind utility is a server that converts RPC program numbers into
universal addresses.  It must be running on the host to be able to make RPC
calls on a server on that machine.

%files
%doc AUTHORS COPYING ChangeLog README README.urpmi
%config(noreplace) %{_sysconfdir}/sysconfig/rpcbind
%config(noreplace) %{_sysconfdir}/apparmor.d/sbin.rpcbind
/sbin/rpcbind
/sbin/rpcinfo
%{_mandir}/man8/*
%dir %attr(0700,rpc,rpc) %{_localstatedir}/lib/%{name}
%{_unitdir}/rpcbind.service
%{_unitdir}/rpcbind.socket

%pre
%_pre_useradd rpc %{_localstatedir}/lib/%{name} /sbin/nologin

%post
%_post_service %{name}
# restart running services depending on portmapper
for service in amd autofs bootparamd clusternfs mcserv \
		nfs-common nfs-server \
		ypserv ypbind yppasswdd ypxfrd; do
	if [ -f /var/lock/subsys/$service ]; then
		/sbin/service $service restart > /dev/null 2>/dev/null || :
	fi
done

%preun
%_preun_service %{name}

%posttrans
# if we have apparmor installed, reload if it's being used
if [ -x /sbin/apparmor_parser ]; then
	/sbin/service apparmor condreload
fi

#----------------------------------------------------------------------------

%prep
%setup -q
cp %{SOURCE1} .
cp %{SOURCE2} .
cp %{SOURCE4} .
%patch0 -p1 -b .noyp~
#fix build with new automake
sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' configure.*
autoreconf -fi

%build
%serverbuild
%configure2_5x \
	CFLAGS="%{optflags} -fpie" LDFLAGS="-pie" \
	--enable-warmstarts \
	--with-statedir="%{_localstatedir}/lib/%{name}" \
	--with-rpcuser="rpc" \
	--enable-debug

%make all

%install
mkdir -p %{buildroot}%{_unitdir}
install -d %{buildroot}%{_localstatedir}/lib/%{name}
install -m755 rpcbind -D %{buildroot}/sbin/rpcbind
install -m755 rpcinfo -D %{buildroot}/sbin/rpcinfo
install -m644 %{SOURCE1} %{buildroot}%{_unitdir}
install -m644 %{SOURCE4} %{buildroot}%{_unitdir}
install -m644 rpcbind.sysconfig -D %{buildroot}%{_sysconfdir}/sysconfig/rpcbind
install -m644 man/rpcbind.8 -D %{buildroot}%{_mandir}/man8/rpcbind.8
install -m644 man/rpcinfo.8 -D %{buildroot}%{_mandir}/man8/rpcbind-rpcinfo.8

cat > README.urpmi << EOF

Because of file conflicts with glibc the following files has been renamed:

rpcinfo.8 -> rpcbind-rpcinfo.8

glibc also provides rpcinfo as /usr/sbin/rpcinfo, so the rpcinfo program
provided with this package is put in /sbin/rpcinfo
EOF

# apparmor profile
install -m644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/apparmor.d/sbin.rpcbind




%changelog
* Wed Jul 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.1-7
+ Revision: 11c0022
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18833 |14mr|rply-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname %{name} %{major}
%define develname	%mklibname -d %{name}

Name:		rply
Version:	1.1.1
Release:	2
Summary:	A library to read and write PLY files
Group:		Development/Other
License:	MIT
URL:		http://www.tecgraf.puc-rio.br/~diego/professional/rply/
Source0:	http://www.tecgraf.puc-rio.br/~diego/professional/rply/%{name}-%{version}.tar.gz
Source1:	rply_CMakeLists.txt
Source2:	RPLYConfig.cmake.in
Source3:	rply_cmake_export_cmakelists.txt
BuildRequires:	cmake >= 2.6.0

%description
RPly is a library that lets applications read and write PLY files.
The PLY file format is widely used to store geometric information, such as 3D
models, but is general enough to be useful for other purposes.

RPly is easy to use, well documented, small, free, open-source, ANSI C, 
efficient, and well tested. The highlights are:

* A callback mechanism that makes PLY file input straightforward;
* Support for the full range of numeric formats;
* Binary (big and little endian) and text modes are fully supported;
* Input and output are buffered for efficiency;
* Available under the MIT license for added freedom. 

%package -n %{libname}
Summary:	A library to read and write PLY files
Group:		System/Libraries

%description -n %{libname}
RPly is a library that lets applications read and write PLY files.
The PLY file format is widely used to store geometric information, such as 3D
models, but is general enough to be useful for other purposes.

%package -n %{develname}
Summary:	Development files and headers for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Rply Library Header Files and Link Libraries.

%prep
%setup -q

iconv -f ISO8859-1 -t UTF-8 LICENSE > LICENSE.utf8
mv -f LICENSE.utf8 LICENSE

# Add CMakeLists.txt file
cp %{SOURCE1} CMakeLists.txt

# Add CMake detection modules
mkdir -p CMake/export
mkdir -p CMake/Modules

cp %{SOURCE2} CMake/Modules/
cp %{SOURCE3} CMake/export/CMakeLists.txt

%build
%cmake \
	-DCMAKE_BUILD_TYPE:STRING="Release"\
	-DCMAKE_VERBOSE_MAKEFILE=ON

%make

%install
%makeinstall_std -C build

%files
%doc LICENSE
%doc manual/*
%{_bindir}/*

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}/*
%{_libdir}/lib%{name}.so
%{_datadir}/%{name}/




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-2
+ Revision: 07db7b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18834 |14mr|rpm-5.4.10-46
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	bootstrap
%bcond_with	debug

%bcond_without	ossp_uuid
%bcond_without	augeas

#XXX: this macro is a bit awkward, better can be done!
%if %{with bootstrap}
%bcond_with	perl
%bcond_with	python
%bcond_with	tcl
%bcond_with	squirrel
%bcond_with	embed
%bcond_with	docs
%bcond_with	sqlite
%define __noautoreq 'perl\\(XML::LibXML\\)'
%else
%bcond_without	perl
%bcond_without	python
%bcond_without	tcl
%bcond_without	squirrel
%bcond_without	embed
%bcond_without	docs
# use what's in berkeley db
%bcond_with	sqlite
%endif

%bcond_with	notyet
%if %{with notyet}
%bcond_without	xar
%bcond_without	ruby
%bcond_without	js
%else
%bcond_with	xar
%bcond_with	ruby
%bcond_with	js
%endif

%if %{with debug}
%global	debugcflags	%{debugcflags} -g3 -O0
%endif

# can probably be restored now..
%if %{with bootstrap}
#include %%{_sourcedir}/bootstrap.spec
%endif

%define	bdb		db52

%define libver		5.4
%define	minorver	10
%define	srcver		%{libver}.%{minorver}
#define	prereldate	20110712

%define librpmname	%mklibname rpm %{libver}
%define librpmnamedevel	%mklibname rpm -d
%define	librpmstatic	%mklibname rpm -d -s

Summary:	The RPM package management system
Name:		rpm
Epoch:		1
Version:	%{libver}.%{minorver}
Release:	%{?prereldate:0.%{prereldate}.}46
License:	LGPLv2.1+
Group:		System/Configuration/Packaging
Url:		http://rpm5.org/
# snapshot from rpm-5_4 branch: 'cvs -d :pserver:anonymous@rpm5.org:/cvs co -r rpm-5_4 rpm'
# tarball generated with './devtool tarball.xz'
Source0:	ftp://ftp.jbj.org/pub/rpm-%{libver}.x/%{name}-%{srcver}.tar.gz
#Source1:	bootstrap.spec
# These are a bit dated with a lot of redundant macros and many of them no
# of use at all anymore! Should ideally just contain the macros different
# from the default; _arch, optflags, _lib & _multilib*.
# stripping away the rest (along with os specificity) and create a resulting
# cpu-macros.tar.gz to push upstream would seem like a sane improvement.
Source2:	rpm.rpmlintrc
Source3:	cpu-os-macros.tar.gz
Source4:	legacy_compat.macros
Source5:        RPMBDB-0.1.tar.xz
# already merged upstream
Patch0:		rpm-5.3.8-set-default-bdb-log-dir.patch
# TODO: should be disable for cooker, packaging needs to be fixed (enable for legacy compatibility)
# status: to be removed later..
Patch1:		rpm-5.3.8-dependency-whiteout.patch
# TODO: make conditional & disabled through macro by default (enable for legacy compatibility)
# status: to be removed later
Patch2:		rpm-5.4.9-non-pre-scripts-dont-fail.patch
# status: to be removed later
Patch3:		rpm-5.4.9-no-doc-conflicts.patch
# if distsuffix is defined, use it for disttag (from Anssi)
# status: merged upstream IIRC, could probably be dropped
Patch4:		rpm-5.3.8-disttag-distsuffix-fallback.patch
# ugly hack to workaround disttag/distepoch pattern matching issue to buy some
# time to come up with better pattern fix..
# status: needs to be fixed properly, but can be merged upstream
Patch5:		rpm-5.3.8-distepoch-pattern-hack.patch
# fixes a typo in russian translation (#62333)
# status: needs to be pushed back to the Russian i18n project
Patch11:	rpm-5.4.9-fix-russian-typo.patch
# temporary workaround for issues with file triggers firing multiple times and
# a huge memleak...
# DIE
Patch15:	rpm-5.3.8-fire-file-triggers-only-once.patch
# status: keep as mandriva specific for now
Patch21:	rpm-5.3.12-change-dep-loop-errors-to-warnings.patch
# status: need to be revisited and made sure that we get the correct behaviour,
# regression tests certainly required
Patch22:	rpm-5.3.12-55810-rpmevrcmp-again-grf.patch
# status: ready to merge, it's already been merged on HEAD, so commiting it to rpm-5_4
# would basically just mean backporting it..
Patch29:	rpm-5.4.4-add-_specfile-macro.patch
# status: ready for merge
Patch31:	rpm-5.4.9-fix-rpm_qa-pattern.patch
# uhm.. broken?
# status: this one was fixed for real in 5.3.12, but I forgot commiting it
# on rpm-5_4 branch back then, and I've been unable to remember and not
# bothered figuring out what was wrong..
Patch32:	rpm-5.4.4-really-always-invoke-clean-at-end.patch
# status: i18n strings is getting dropped, so this one might be of less relevance,
# but feel free to discuss it on rpm-devel
Patch33:	rpm-5.4.9-fix-mdvbz62979.patch
# This patch adds support for untangling dependency loops with prioritized removal
# of dependencies from loops. It's very crude for now and certainly needs some obvious
# improvement, but it'll fix the most common scenario giving issues where ie.
# Requires(post) has been used and shouldn't introduce any regressions..
# REF: http://rpm5.org/community/rpm-devel/4633.html
# status: needs to be finished and probably rewrite the implementation,
# so keep locally for now, but feel free to discuss it on rpm-devel if you run out
# of things to do.. :p
Patch34:	rpm-5.4.4-use-dependency-type-for-ordering.patch
# status: needs to be cleaned up and properly reviewed together with rest
# of the patches related to dependency generation
Patch37:	rpm-5.4.9-avoid-dependencies-on-self.patch
# status: probably ready to merge
Patch40:	rpm-5.4.4-pkgconfigdeps-check-path.patch
# status: probably okay to merge, but discuss on rpm-devel first
Patch42:	rpm-5.4.4-glob-wildcards-for-loading-macro-files.patch
# status: needs to be discussed
Patch46:	rpm-5.4.4-allow-installation-of-repackaged-rpms.patch
# status: same as for other dependency generation related patches
Patch47:	rpm-5.4.4-fix-removal-of-overlapping-dependencies.patch
# status: ready to merge
Patch48:	rpm-5.4.8-dont-show-suggests-with-requires.patch
# backport from HEAD
# status: almost ready for merge, the strip reloc flag to debugedit needs to be made
# conditional first in order to not break backwards compatibility with older elfutils versions
Patch55:	rpm-5.4.9-find-debuginfo-strip-reloc-debug-sections.patch
# status: ready for merge
Patch61:	rpm-5.4.4-fix-same-package-with-epoch-possible-to-upgrade.patch
# status: ready for merge
Patch63:	rpm-5.4.9-strip-buildroot-away-from-duplicate-files-list.patch
# status: probably okay to merge, but discuss on rpm-devel first
Patch64:	rpm-5.4.10-duplicate_files_terminate_build.patch
# status: same as above
Patch65:	rpm-5.4.10-unpackaged_subdirs_terminate_build.patch
# mdvbz#64898
# status: uncertain, might be okay to merge, discuss on rpm-devel first
Patch66:	rpm-5.4.4-rpmbuild-withoutclean.patch
# status: ready for merge
Patch67:	rpm-5.4.4-find-debuginfo-avoid-excessive-output-from-eu-strip.patch
# no sense in having an additional dependency on 'pkgconfig' on all packages that
# have a pkgconfig file, it's not needed for them to be made useful and anything
# actuallly using pkgconfig for this purpose will pull it in as a dependency anyways...
# status: might be okay to merge, but discuss on rpm-devel first
Patch69:	rpm-5.4.4-drop-useless-auto-generated-pkgconfig-dependency.patch
# drop dependencies such as /bin/sh which will always be satisfied by glibc's dependency on
# bash, and also on /sbin/ldconfig which always will be satisfied by glibc
# status: should *NOT* be merged
Patch70:	rpm-5.4.4-drop-base-dependencies.patch
# status: ready for merge
Patch71:	rpm-5.4.4-fix-rpmconstant-to-always-use-LC_CTYPE-C-for-case-conversion.patch
# $RPM_BUILD_DIR isn't necessarily the same as $PWD, it's %%{_builddir}, not
# %%{_builddir}/%%{?buildsubdir}, messing up paths in debug packages created..
# status: needs to be discussed and investigated a bit better..
Patch74:	rpm-5.4.4-pass-_builddir-properly-to-find-debuginfo.patch
# status: probably okay to merge, but discuss on rpm-devel first
Patch76:	rpm-5.4.10-files-listed-twice-terminates-build.patch
# status: don't merge
Patch77:	rpm-5.4.7-use-bdb-5.2.patch
# status: probably okay to merge
Patch78:	rpm-5.4.9-ruby1.9-fixes.patch
# mdvbz#65269
# status: same as for other dependency generation patches
Patch79:	rpm-5.4.4-dont-consider-ranged-dependencies-as-overlapping-for-removal.patch
# status: ignoree for now
Patch81:	rpm-5.4.5-libsql-conditional.patch
# status: same as for other dependency generation patches
Patch85:	rpm-5.4.5-fix-removal-of-overlapping-dependencies-for-internal-dependency-generator.patch
# this updates to using the dependency generator shipped with mono, it has some
# issues which makes me cautious about actually merging it with rpm5 upstream,
# but we'll anyways use it as is for now to prevent any potential regressions
# by switching to the internal dependency generator
# status: shouldn't be merged as is
Patch86:	rpm-5.4.5-update-mono-dependency-generator.patch
# status: probably okay to merge
Patch87:	rpm-5.4.5-dont-generate-php-dependencies-only-when-executable.patch
# status: these three were lost on rpm-5_3 branch, so should be okay to merge
Patch88:	rpm-5.4.5-patchset_16004.patch
Patch89:	rpm-5.4.5-patchset_16005.patch
Patch90:	rpm-5.4.5-patchset_16022.patch
# status: same as for other dep gen patches
Patch91:	rpm-5.4.9-update-rpmfc-when-removing-dependencies-on-self.patch
# status: idem
Patch92:	rpm-5.4.9-rpmfc-extract-dependencies-for-all-files.patch
# status: ready for merge
Patch93:	rpm-5.4.5-rubygems-add-missing-newline.patch
# Superseeded by haskell-scripts
# Patch94:        rpm-5.4.9-generate-haskell-dependencies.patch
# status: same as for other dep gen patches
Patch95:	rpm-5.4.5-drop-some-interpreter-deps.patch
# status: probably okay to merge..
Patch96:	rpm-5.4.5-fix-elf-interpreter-resolving-breaking-uclibc-deps.patch
# status: probably okay to merge
Patch97:	rpm-5.4.5-set-proper-file-color-for-scripts-using-env-in-shellbang.patch
Patch98:	rpm-5.4.5-update-rpmfc-when-removing-overlapping-dependencies.patch
# status: probably okay to merge
Patch99:	rpm-5.4.5-python-export-spec-macros.patch
# status: same as for other dep gen patches
Patch100:	rpm-5.4.5-do-not-merge-script-dependencies-with-non-script-dependencies.patch
# status: idem
Patch101:	rpm-5.4.9-font-provides.patch
# status: idem
Patch102:	rpm-5.4.7-kmod-dependencies.patch
# status: idem
Patch103:	rpm-5.4.5-desktop-provides.patch
# status: probably okay to merge, discuss on rpm-devel first
Patch104:	rpm-5.4.5-skip-dependencies-for-character-devices.patch
# status: ready to merge
Patch105:	rpm-5.4.5-rpmfc-use-strlen-not-sizeof.patch
# status: same as for other dep gen patches
Patch106:	rpm-5.4.5-break-out-of-elf-link-loop.patch
# status: probably okay to merge
Patch107:	rpm-5.4.5-rpmfc-apply-python-coloring-from-magic.patch
# status: same as for other dep gen patches
Patch109:	rpm-5.4.5-fix-generation-of-uclibc-deps-on-non-lib64.patch
# status: idem
Patch110:	rpm-5.4.7-only-generate-devel-deps-for-symlinks-start-with-lib.patch
# status: keep locally
Patch111:	rpm-5.4.9-keep-loading-script-macros.patch
# status: ready for merge
Patch112:	rpm-5.4.7-use-gnu-hash-style-by-default-and-drop-rtld-dep.patch
# status: keep locally only
Patch113:	rpm-5.4.9-add-distepoch-rpmlib-feature.patch
# status: probably okay to merge, but discuss on rpm-devel first
Patch114:	rpm-5.4.9-dont-add-versioneddependency-rpmlib-feature-dependency.patch
# status: ready to merge
Patch115:	rpm-5.4.7-rpmfc-fix-invalid-free-if-not-_defaultdocdir-set.patch
# status: probably okay to merge
Patch116:	rpm-5.4.10-dont-try-generate-rpmfc-dependencies-from-doc-files.patch
# status: ready to merge
Patch117:	rpm-5.4.7-only-generate-ruby-and-python-deps-for-executables-and-modules.patch
# status: same as for other dep gen patches
Patch118:	rpm-5.4.7-dont-generate-soname-provides-for-dsos-with-no-soname.patch
# status: ready
Patch119:	rpm-5.4.7-fix-generation-of-ruby-abi-provides.patch
# status: same as for other dep gen patches
Patch120:	rpm-5.4.7-print-name-of-files-removed-dependencies-are-generated-from.patch
# status: idem
Patch121:	rpm-5.4.7-always-choose-equal-only-deps-when-overlapping.patch
# status: idem
Patch122:	rpm-5.4.7-rpmfc-strdup-EVR-in-overlap-removal.patch
# status: idem
Patch123:	rpm-5.4.7-rpmds-dont-try-fopen-empty-filenames.patch
# status: ready
Patch124:	rpm-5.4.7-change-to-debuginfo-suffix.patch
# crash reproducable with 'rpm -qa --triggers'
# status: ready
Patch125:	rpm-5.4.7-hdrfmt-fix-unitialized-argv-element.patch
# status: probably okay to merge, discuss on rpm-devel first
Patch126:	rpm-5.4.9-add-filetriggers-regex-matching-support.patch
# status: idem
Patch127:	rpm-5.4.9-add-matches-as-arguments-to-triggers.patch
# status: same as for other dep gen patches
Patch128:	rpm-5.4.7-dont-consider-trigger-dependencies-as-overlapping.patch
# status: ready
Patch129:	rpm-5.4.7-fix-minor-memleaks.patch
# status: ready
Patch130:	rpm-5.4.9-mire-fix-strings-lacking-null-terminator.patch
# status: keep locally for now
Patch131:	rpm-5.4.10-dlopen-embedded-interpreters.patch
# status: ready
Patch132:	rpm-5.4.9-rpmpython-fix-input.patch
# status: same as for other dep gen patches
Patch133:	rpm-5.4.7-generate-devel-provides-outside-of-libdirs.patch
# status: ready
Patch134:	rpm-5.4.7-actually-perform-linking-against-internal-lua.patch
# status: ready
Patch135:	rpm-5.4.7-no-seqid_init-on-rdonly-database.patch
# status: same as for other dep gen patches
Patch136:	rpm-5.4.9-add-support-for-using-rpmdsMerge-with-filepath-tags.patch
# status: probably ready for merging
Patch137:	rpm-5.4.9-avoid-double-slash-in-path-for-dirname-filetrigger-matching.patch
# status: unfinished
Patch138:	rpm-5.4.10-trigtrans.patch
# status: probably ready to merge, discuss on rpm-devel first
Patch139:	rpm-5.4.9-fix-verify-segfault.patch
# status: keep locally
Patch140:	rpm-5.4.7-rpmv3-support.patch
# status: ready
Patch143:	rpm-5.4.7-mono-find-requires-strip-newlines.patch
# status: ready
Patch144:	rpm-5.4.8-URPM-build-fix.patch
# status: undefined
Patch145:	rpm-5.4.8-add-armv7l-specific-macros.patch
# status: keep locally, might drop this one later..
Patch146:	rpm-5.4.9-support-signatures-and-digest-disablers.patch
# status: undefined
Patch147:	rpm-5.4.9-add-x32-macros.patch
# status: ready and should be merged
Patch149:	rpm-5.4.9-fix-typo-in-rpmtag-header.patch
# status: can be merged, but doesn't really matter as it's to be removed and
# we now anyways disable the support in question..
Patch150:	rpm-5.4.9-dont-remap-i18n-strings-if-enabled.patch
# status: just keep around and toss away when ripped out upstream...
Patch151:	rpm-5.4.9-disable-support-for-i18nstring-type.patch
# lack insight on actual functionality, which anyways seems broken, so let's
# disable it to avoid errors from berkeley db..
# status: keep locally
Patch152:	rpm-5.4.9-disable-l10ndir.patch
# drop this dead macro
# status: ready
Patch154:	rpm-5.4.9-drop-dead-cputoolize-macro.patch
# idem
Patch155:	rpm-5.4.9-ditch-install-info-macros.patch
# the php dependency generator carried with rpm5 is based on a version from PLD
# that they've backed out later on, reverting to their older version.
# this patch replaces current upstream rpm5 version with mandriva one, which is
# based on the same as PLD currently uses.
# status: current version carried upstream seems useless and unmaintained, so
# replacing it with this one shouldn't hurt..
Patch156:	rpm-5.4.9-updated-pld-mandriva-php-dep-generator.patch
# this patch contains changes from rpm-setup & rpm.org
# status: not entirely convinced by the perl version conversion macro stuff
# in the script, which might not be upstream material, but rest of the patch
# should otherwise be sane 'nuff
Patch157:	rpm-5.4.10-merge-rpm.org-and-mandriva-perl-dep-gen-changes.patch
# Due to rpmdav/neon being written in a different fashion than other rpmio clients,
# the inconsistent behaviour affects code elsewhere which expects consistent behaviour,
# with the result being that when unable to download files, neon will save error
# page as the target file.
# status: should go upstream, but uncertain about "correct" fix, ie. this is
# more of a workaround, while rewriting rpmdav code to behave consistently
# would be "the right thing to do". Yet I'm not fully able to grasp all of the
# code and don't want to spend more time just to get the API..
Patch158:	rpm-5.4.10-fix-neon-saving-error-pages-as-target-file.patch
# As the transaction flags for ignoring arch & os are no longer used, there's
# currently no way to ignore arch & os of packages anymore. This patch adds
# support for doing this again by defining rpm variables and overriding
# --ignorearch & --ignoreos to set these.
# status: needs to be discussed upstream before thinking about merging
Patch159:	rpm-5.4.10-support-ignore-arch-and-os-again.patch
Patch160:	rpm-5.4.10-bump-up-to-default-xz-compression-level.patch
# fix so that we search through library dirs within buildroot for uclibc libraries
# status: same as for other dep gen patches
Patch161:	rpm-5.4.10-search-through-buildroot-library-dirs-for-uclibc-deps.patch
# status: same as for other dep gen patches
Patch162:	rpm-5.4.10-fix-uninitialized-variable.patch

# our own helper scripts needs to be run first so that library permissions gets
# fixed for find-debuginfo.sh to properly strip them
# status: ready as they only modify our own distribution specific macros..
Patch165:       rpm-5.4.10-post-install-helper-order.patch
# fixes issue with ldflags getting duplicated when configure is run more than once
# status: ready
Patch166:       rpm-5.4.10-fix-ldflags-passing.patch
# fixes extraction of perl version from Config.pm when it's of a different
# version than system version
# status: ready
Patch167:       rpm-5.4.10-fix-perl-abi-provides-version.patch
# in our perl package, the perl library now has a versioned soname, so there's no
# longer any need for special treatment of perl extension with explicitly
# versioned perl(abi) dependencies anymore
# status: relies on mandriva specific behaviour with local patches, so keep locally
Patch168:       rpm-5.4.10-no-more-explicit-perl-abi-version-reqs.patch
# this patch updates the upstream brp-compress scripts, which will be replacing
# our own locally maintained compress-files script from spec-helper
# status: ready
Patch169:       rpm-5.4.10-update-and-use-brp-compress.patch

Patch170:	rpm-5.4.10-dbconvert-5.2.patch

# Do not generate pythonegg provides for python3 until we find a better solution
Patch171:	rpm-5.4.10-python3-egg-reqs.patch
# status: ready
Patch1710:       rpm-5.4.10-set-lc_ctype-to-utf8-when-building-gem.patch
# resolve absolute path before setting $RPM_BUILD_DIR rather to fix same issue
# without regression
# status: ready
Patch172:       rpm-5.4.10-resolve-absolute-path-to-RPM_BUILD_DIR-for-debugedit.patch
# just fix a couple of minor memleaks at exit..
# status: ready
Patch173:       rpm-5.4.10-fix-a-couple-of-debugedit-memleaks.patch
# make "canonicalization(...)shrank by one character" error message more useful
# status: ready
Patch174:       rpm-5.4.10-debugedit-saner-error-msg.patch
# files added with %%doc gets copied to buildroot after %%install, preventing
# ie. fix_eol to be run on these files (where it's usually most relevant),
# so let's add support for specific scripts to be run after this and make sure
# to execute fix_eol then..
# status: kinda breaks use of (prolly' never used) $DONT_FIX_EOL variable,
# while not feeling exactly perfectly implemented either, but works more than
# satisfactory 'nuff for us, so should be discussed before merging upstream..
Patch175:       rpm-5.4.10-run-spec-helper-at-end-of-doc-stage.patch
# reverts change upstream that adds rpath to perl module
# status: as it reverts a previous upstream change, it prolly' shouldn't be
# merged, but probably worthwhile a discussion at least...
Patch176:       rpm-5.4.10-drop-rpath-from-perl-module.patch

# tool for automatically checking and fixing broken rpmdb
# status: probably' worth merging upstream
Patch179:       rpm-5.4.10-rpmdbchk.patch
# adds casts for C++ compatibility
# status: ready
Patch180:       rpm-5.4.10-rpmdb-typecasts.patch

# adds ability for printing parsed version of spec file with 'rpm -q --specfile --printspec'
# status: very simple, non-intrusive, while quite convenient, should be okay to merge
Patch181:       rpm-5.4.10-printspec.patch

# elf(buildid) provides are currently not actually used for any purpose, yet
# they're generated for each individual executable binary, so let's just
# disable this for now and look at this again whenever in the future it
# might have any possible relevance
# status: keep locally
Patch185:       rpm-5.4.10-disable-generation-of-buildid-provides.patch
# backport from upstream
Patch186:       rpm-5.4.10-dont-repackage-if-justdb-is-specified.patch
# backport from upstream
Patch187:       rpm-5.4.10-adjust-trigger-counts-for-delayed-commit.patch

Patch191:       rpm-5.4.10-enhance-rename-macro-to-accept-optional-second-version-arg.patch

Patch192:       rpm-5.4.10-do-assert-rather-than-just-exit-on-memalloc-filaure.patch
# fixes issue where querying a package with >= 3 '-' in the name with an extra '-' behind
# status: ready
Patch193:       rpm-5.4.10-fix-memalloc-realloc-to-0.patch
#From ce2ce4c19724879b9ea469e7760c7922660b9698 Mon Sep 17 00:00:00 2001
#From: Panu Matilainen <pmatilai@redhat.com>
#Date: Tue, 3 Jan 2012 13:10:26 +0200
#Subject: [PATCH] Implement scriptlet start and stop callbacks (RhBug:606239)
#
#- Adds two new transaction callbacks: RPMCALLBACK_SCRIPT_START and
#  RPMCALLBACK_SCRIPT_STOP which get issued for every scriptlet we run.
#- On script start, callback can optionally return an FD which will
#  override transaction-wide script fd to make it easier to accurately
#  collect per-scriptlet output (eg per-scriptlet temporary file).
#  Callback is also responsible for closing the fd if it returns one.
#- For both callbacks, "amount" holds the script tag number. On stop
#  callback, "total" holds the scriptlet exit status mapped into
#  OK/NOTFOUND/FAIL for success/non-fatal/fatal errors. Abusing "notfound"
#  for warning result is ugly but differentiating it from the other
#  cases allows callers to ignore SCRIPT_ERROR if they choose to
#  implement stop and start..
# status: ready
Patch194:       rpm-5.4.10-implement-start-and-stop-callbacks.patch
#From ff0ece3f6be58c8c28a766bdee5ed36daf1727b1 Mon Sep 17 00:00:00 2001
#From: Panu Matilainen <pmatilai@redhat.com>
#Date: Thu, 5 Jan 2012 14:34:46 +0200
#Subject: [PATCH] Add enum for RPMCALLBACK_INST_STOP callback event
#
#- Unused atm but we'll be adding this shortly
Patch195:       rpm-5.4.10-add-enum-for-RPMCALLBACK_INST_STOP-callback-event.patch
# this fixes tagSwab to properly handle RPM_UINT64_TYPE, fixing headerPut with
# status: ready
Patch196:       rpm-5.4.10-fix-64bit-tagSwab.patch

Patch198:       rpm-5.4.10-enable-nofsync-for-rpm-rebuilddb.patch
Patch199:       rpm-5.4.10-fix-font-dep-misidentification.patch

Patch216:	rpm-5.4.14-ruby-archdirs.patch
Patch217:	rpm-5.4.14-ruby-abi-versioned.patch
Patch218:	rpm-5.4.14-gem_helper-spec-arg.patch
Patch219:	rpm-5.4.14-rubygems2-support.patch
Patch220:	rpm-5.4.14-fix-dependency-generation-when-ruby_version-is-empty.patch
Patch221:	rpm-5.4.14-rubygems2.2-support.patch

# ROSA stuff
Patch501:	rpm-5.3.12.vendor.ROSA.patch
# Restore RPM_PACKAGE_NAME export as it's still used by aot-compile-rpm
Patch502:	rpm-5.4.9-package-name.patch
# for specspo
Patch503:	rpm-5.4.9-specspo.patch

Patch504:	rpm-5.4.10-postpone_subpackage_build_failures.patch

# Turn back old implementation of __urlgetfile handling,
# the new one doesn't work in ROSA atm
Patch505:	rpm-5.4.10-turn-back-urlgetfile.patch

# This is a durty hack since we use the same flag for NodeJS and Mono,
# but there is no other easy way to add more dependency generators for now
# (see jbj mails in mailing lists)
Patch506:	rpm-5.4.10-nodejs-dependency-generator.patch

# Use -fPIE and other hardening flags in builds by default
# Patch507:	rpm-5.4.10-cpu-os-macros-hardening.patch
Patch508:	rpm-5.4.10-hardening.patch

# -ffat-lto-objects by default
Patch509:	rpm-5.4.10-fat-lto-objects.patch

# -fno-delete-null-pointer-checks by default
Patch510:	rpm-5.4.10-no-delete-null-pointer-checks.patch

BuildRequires:	autoconf >= 2.57
BuildRequires:	bzip2-devel
BuildRequires:	automake >= 1.8
BuildRequires:	elfutils-devel
BuildRequires:	sed >= 4.0.3
BuildRequires:	beecrypt-devel >= 4.2.1-8
BuildRequires:	ed
BuildRequires:	gettext-devel
BuildRequires:	byacc
BuildRequires:	pkgconfig(neon)
#BuildRequires:	rpm-%{_target_vendor}-setup-build
BuildRequires:	rpm-mandriva-setup-build
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
BuildRequires:	pkgconfig(libssl)
BuildRequires:	pkgconfig(libcrypto)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpcreposix)
BuildRequires:	acl-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(popt) >= 1.15
BuildRequires:	libxml2-devel >= 2.7.8-9
# we're now building with internal..
#BuildRequires:	pkgconfig(lua)
# needed by internal lua
BuildRequires:	expat-devel
%ifarch %{ix86} x86_64 ppc ppc64 ia64
BuildRequires:	pkgconfig(libcpuinfo) 
%endif
BuildRequires:	syck-devel
BuildRequires:	keyutils-devel
BuildRequires:	gomp-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	gnupg2
# required by parts of test suite...
BuildRequires:	wget
# Should we prefer internal xar in stead? internal xar contains at least
# lzma/xz patches, what's the state of these and upstream?
# does internal xar contain any other rpm specific patches as well, or..?
%if %{with xar}
BuildRequires:	xar-devel
%endif
BuildRequires:	%{bdb}-devel >= 5.2.36-3
# required by test suite
BuildRequires:	%{bdb}-utils
%if %{with perl}
BuildRequires:	perl-devel
%endif
%if %{with python}
BuildRequires:	python-devel
%endif
%if %{with js}
BuildRequires:	pkgconfig(mozjs185)
%endif
%if %{with ruby}
BuildRequires:	ruby-devel
%endif
%if %{with tcl}
BuildRequires:	tcl-devel
%endif
%if %{with squirrel}
BuildRequires:	squirrel-devel
%endif
%if %{with docs}
BuildRequires:	doxygen
BuildRequires:	graphviz
#BuildRequires:	texlive
%endif
%if %{with sqlite}
BuildRequires:	pkgconfig(sqlite3)
%endif
%if %{with ossp_uuid}
BuildRequires:	pkgconfig(ossp-uuid)
%endif
%if %{with augeas}
BuildRequires:	pkgconfig(augeas)
%endif
BuildRequires:	spec-helper >= 0.31.12
BuildRequires:	stdc++-static-devel >= 4.6.2-8
BuildRequires:	elfutils >= 0.153
BuildRequires:	libtool >= 2.4.2-3
Requires:	cpio
Requires:	gawk
Requires:	mktemp
Requires:	update-alternatives
Requires:	%{bdb}_recover
Suggests:	%{bdb}-utils
Requires:	%{librpmname} = %{EVRD}
Conflicts:	rpm-build < 1:5.3.10-0.20110422.3
Requires(pre):	coreutils
%rename		rpmconstant
%rename		multiarch-utils
%rename		rpm-manbo-setup
#rename		rpm-%{_target_vendor}-setup
%rename		rpm-mandriva-setup

%description
RPM is a powerful command line driven package management system capable of
installing, uninstalling, verifying, querying, and updating software packages.
Each software package consists of an archive of files along with information
about the package like its version, a description, etc.

%package -n	%{librpmname}
Summary:	Libraries used by rpm
Group:		System/Libraries
# Forcing upgrades of anything else linked against it as rpmdb is incompatible
# with older versions (#61658, comment #136)
Conflicts:	librpm < 5.3
Conflicts:	%{_lib}db5.1 < 5.1.25
Conflicts:	%{_lib}elfutils1 < 0.152
Conflicts:	%{_lib}beecrypt7 < 4.2.1

%description -n	%{librpmname}
RPM is a powerful command line driven package management system capable of
installing, uninstalling, verifying, querying, and updating software packages.
This package contains common files to all applications based on rpm.

%package -n	%{librpmnamedevel}
Summary:	Development files for applications which will manipulate RPM packages
Group:		Development/C
Requires:	%{librpmname} = %{EVRD}
Provides:	rpm-devel = %{EVRD}
%rename		%{_lib}rpmconstant-devel
Obsoletes:	%{_lib}rpm4.4-devel

%description -n %{librpmnamedevel}
This package contains the RPM C library and header files. These
development files will simplify the process of writing programs
which manipulate RPM packages and databases and are intended to make
it easier to create graphical package managers or any other tools
that need an intimate knowledge of RPM packages in order to function.

This package should be installed if you want to develop programs that
will manipulate RPM packages and databases.

%package -n	%{librpmstatic}
Summary:	Static libraries for rpm development
Group:		Development/C
Requires:	%{librpmnamedevel} = %{EVRD}

%description -n %{librpmstatic}
Static libraries for rpm development.

%package	build
Summary:	Scripts and executable programs used to build packages
Group:		System/Configuration/Packaging
Requires:	autoconf
Requires:	automake
Requires:	file
Requires:	gcc-c++
Requires:	libtool-base >= 2.4.2-3
Requires:	patch >= 2.5.9-7
Requires:	make
Requires:	unzip
Requires:	elfutils >= 0.152-4
Requires:	rpm = %{EVRD}
#Requires:	rpm-%{_target_vendor}-setup-build
Requires:	rpm-mandriva-setup-build
Requires:	spec-helper >= 0.31.12
#Requires:	rpmlint-%{_target_vendor}-policy >= 0.3.2
Requires:	rpmlint-rosa-policy >= 0.3.2
%if %{without bootstrap}
Requires:	python-rpm = %{EVRD}
Requires:	perl-RPM = %{EVRD}
%endif
# Used by __urlgetfile to download files from external sources
Requires:	wget
Conflicts:	rpmlint < 1.4-4
Conflicts:	multiarch-utils < 1:5.3.10
Conflicts:	rpm < 1:5.4.4-32
%rename		rpm-manbo-setup-build

%description	build
This package contains scripts and executable programs that are used to
build packages using RPM.

%if %{with python}
%package -n	python-rpm
Summary:	Python bindings for apps which will manipulate RPM packages
Group:		Development/Python

%description -n	python-rpm
The rpm-python package contains a module which permits applications
written in the Python programming language to use the interface
supplied by RPM (RPM Package Manager) libraries.

This package should be installed if you want to develop Python
programs that will manipulate RPM packages and databases.
%endif

%if %{with perl}
%define	perlmod	RPM
%package -n	perl-%{perlmod}
Summary:	Perl bindings for RPM
Group:		Development/Perl
Obsoletes:	perl-RPM4
Requires:	perl-IO-String

%description -n perl-%{perlmod}
The RPM Perl module provides an object-oriented interface to querying both
the installed RPM database as well as files on the filesystem.

%package -n     perl-RPMBDB
Summary:        Perl extension for accessing certain Berkeley DB functionality
Group:          Development/Perl
Requires:       %{librpmname} = %{EVRD}

%description -n     perl-RPMBDB
This perl extension provides certain Berkeley DB functionality used by urpmi.
%endif

%if %{with ruby}
%package -n	rpm-rubyembed
Summary:	Ruby embedding module for rpm
Group:		Development/Ruby
Requires:	ruby(abi)

%description -n rpm-rubyembed
This package provides embedded ruby interpreter support for RPM.
%endif

%if %{with tcl}
%package -n	rpm-tclembed
Summary:	Tcl embedding module for rpm
Group:		Development/Other
Requires:	tcl

%description -n rpm-tclembed
This package provides embedded Tcl interpreter support for RPM.
%endif

%if %{with squirrel}
%package -n	rpm-squirrelembed
Summary:	Squirrel embedding module for rpm
Group:		Development/Other
Requires:	squirrel

%description -n rpm-squirrelembed
This package provides embedded Squirrel interpreter support for RPM.
%endif

%if %{with docs}
%package 	apidocs
Summary:	API documentation for RPM
Group:		Books/Computer books
BuildArch:	noarch

%description	apidocs
This package contains the RPM API documentation generated in HTML format.
%endif

%prep
%setup -q -a5
%patch111 -p1 -b .script_macros~
# These patches has been commited hastily upstream for review,
# keeping them around here for now untill finished...
%if 0
%patch0 -p1 -b .set_lg_dir~
%patch1 -p1 -b .dep_whiteout~
%endif
%patch2 -p1 -b .scriptlet~
%patch3 -p1 -b .doc_conflicts~
%patch11 -p1 -b .ru~
%if 0
%patch4 -p1 -b .distsuffix~
%patch5 -p1 -b .distpatt~
%patch15 -p1 -b .trigger_once~
%endif
#%%patch21 -p1 -b .loop_warnings~
#%%patch22 -p1 -b .55810~
#patch27 -p1 -b .mdv~
%patch29 -p1 -b .specfile~
%patch31 -p1 -b .rpm_qa~
#%%patch32 -p1 -b .clean~
%patch34 -p1 -b .ordering~
%patch37 -p1 -b .drop_deps~
%patch40 -p1 -b .pc_paths~
%patch42 -p1 -b .glob~
%patch46 -p1 -b .repackage~
%patch47 -p1 -b .overlap~
%patch48 -p1 -b .suggests~
%patch55 -p1 -b .strip_reloc_debug~
%patch61 -p1 -b .epoch_cmp~
%patch63 -p1 -b .buildroot_dups~
%patch64 -p1 -b .dups_terminate~
%patch65 -p1 -b .subdir_terminate~
%patch66 -p1 -b .withoutclean~
%patch67 -p1 -b .strip_silent~
%patch69 -p1 -b .oneshot~
%patch70 -p1 -b .drop_basedeps~
%patch71 -p1 -b .locale~
%patch74 -p1 -b .builddir~
%patch76 -p1 -b .twice_terminate~
%patch77 -p1 -b .db52~
%patch78 -p1 -b .ruby19~
%patch79 -p1 -b .range_nooverlap~
#patch81 -p1 -b .libsql~
%patch85 -p1 -b .int_gen_overlap~
%patch86 -p1 -b .mono_deps_new~
%patch87 -p1 -b .php_dep_gen~
%patch88 -p1 -b .16004~
%patch89 -p1 -b .16005~
%patch90 -p1 -b .16022~
%patch91 -p1 -b .fc_deps~
%patch92 -p1 -b .rpmfc_ruby~
%patch93 -p1 -b .rb_newline~
%patch95 -p1 -b .interpret_deps~
%patch96 -p1 -b .uclibc~
%patch97 -p1 -b .env_color~
%patch98 -p1 -b .fc_overlap~
%patch99 -p1 -b .py_macros~
%patch100 -p1 -b .script_overlap~
%patch101 -p1 -b .font~
%patch102 -p1 -b .kmod~
%patch103 -p1 -b .desktop~
%patch104 -p1 -b .skip_chrdev~
%patch105 -p1 -b .sizeof~
%patch106 -p1 -b .link_loop~
%patch107 -p1 -b .python_color~
%patch109 -p1 -b .uclibc_nolib64~
%patch110 -p1 -b .req_devel~
%patch112 -p1 -b .gnu_hash~
%patch113 -p1 -b .depoch_rpmlib~
%patch114 -p1 -b .no_verdepfeat~
%patch115 -p1 -b .free~
%patch116 -p1 -b .skip_doc~
%patch117 -p1 -b .exec_modules~
#patch118 -p1 -b .soname_only~
%patch119 -p1 -b .rubyabi_prov~
%patch120 -p1 -b .filedep_origins~
%patch121 -p1 -b .equal_overlaps~
%patch122 -p1 -b .strdup~
%patch123 -p1 -b .ds_fopen~
%patch124 -p1 -b .debuginfo~
%patch125 -p1 -b .unitialized~
%patch126 -p1 -b .trig_pcre~
%patch127 -p1 -b .trigger_args~
%patch128 -p1 -b .triggers_nooverlap~
%patch129 -p1 -b .memleak~
%patch130 -p1 -b .str_nul~
%patch131 -p1 -b .dlopen~
%patch132 -p1 -b .py_input~
%patch133 -p1 -b .devel_prov~
#patch134 -p1 -b .lua~
%patch135 -p1 -b .db_rdonly~
%patch136 -p1 -b .ds_merge~
%patch137 -p1 -b .slash~
#patch138 -p1 -b .trigtrans~
%patch139 -p1 -b .fix_verify~
%patch140 -p1 -b .rpmv3~
%patch143 -p1 -b .mono_newline~
%patch144 -p1 -b .urpm~
%patch146 -p1 -b .nosig~
%patch147 -p1
%patch149 -p1 -b .typo~
%patch150 -p1 -b .i18n_str~
%patch151 -p1 -b .noi18n~
%patch152 -p1 -b .l10ndir~
%patch154 -p1 -b .cputoolize~
%patch155 -p1 -b .install_info~
%patch156 -p1 -b .php_deps~
%patch157 -p1 -b .perl_deps~
%patch158 -p1 -b .dl_error~
#patch138 -p1 -b .trigtrans~
%patch159 -p1 -b .ignore_arch~
%patch160 -p1 -b .xz_level~
%patch161 -p1 -b .uclibc_buildroot~
%patch162 -p1 -b .uninitialized~

%patch165 -p1 -b .helper_order~
%patch166 -p1 -b .ldflags~
%patch167 -p1 -b .perl_abiver~
%patch168 -p1 -b .perl_abireq~
%patch169 -p1 -b .brpcomp~
%patch170 -p1 -b .dbconvert52~
%patch171 -p1 -b .python3~
%patch1710 -p1 -b .ruby_utf8~
%patch172 -p1 -b .debug_path~

%patch173 -p1 -b .debugedit_memleaks~
%patch174 -p1 -b .debugedit_errmsg~
%patch175 -p1 -b .doc_post~
%patch176 -p1 -b .droprpath~

%patch179 -p1 -b .rpmdbchk~
%patch180 -p1 -b .typecast~
%patch181 -p1 -b .printspec~

%patch185 -p1 -b .buildid_deps~
%patch186 -p1 -b .rpkg_justdb~
%patch187 -p1 -b .trig_cnt~

%patch191 -p1 -b .rename~
%patch192 -p1 -b .mem_assert~
%patch193 -p1 -b .xrealloc~
%patch194 -p1 -b .cb~
%patch195 -p1 -b .cb2~
%patch196 -p1 -b .ui64p~

%patch198 -p1 -b .rpmdbnofsync~
%patch199 -p1 -b .fontdep_sure~

%patch216 -p1 -b .rubyarchdirs~
%patch217 -p1 -b .rubyabiver~
%patch218 -p1 -b .gem_spec~
%patch219 -p1 -b .rubygems2~
%patch220 -p1 -b .no_ruby_version~
%patch221 -p1 -b .rubygems2.2~

%patch501 -p1 -b .rosa_vendor~
%patch502 -p1 -b .package_name~
%patch503 -p1 -b .specspo~
%patch504 -p1 -b .postpone_errors~
%patch505 -p1 -b .urlgetfile~
%patch506 -p1 -b .nodejs~
%patch508 -p1 -b .hardening~
%patch509 -p1 -b .fat_lto_cpu_os_macros~
%patch510 -p1 -b .no-delete-null-pointer-checks~

#required by P55, P80, P81, P94..
./autogen.sh

mkdir -p cpu-os-macros
tar -zxf %{SOURCE3} -C cpu-os-macros
%patch145 -p1
# patch507 -p0 -b .hardening_cpu_os_macros~

%build
%configure2_5x	--enable-nls \
		--with-pic \
%if %{with debug}
		--enable-debug \
		--with-valgrind \
%endif
		--enable-posixmutexes \
%if %{with python}
		--with-python=%{python_version} \
%if %{with embed}
		--with-pythonembed=external \
%endif
%else
		--without-python \
%endif
%if %{with perl}
		--with-perl=vendor \
%if %{with embed}
		--with-perlembed=external \
%endif
%else
		--without-perl \
%endif
%if %{with js}
		--with-mozjs185=external \
%else
		--without-mozjs185 \
%endif
%if %{with ruby}
		--with-ruby=external \
%if %{with embed}
		--with-rubyembed=external \
%endif
%endif
%if %{with tcl}
		--with-tcl=external \
%endif
%if %{with squirrel}
		--with-squirrel=external \
%endif
		--with-glob \
		--without-selinux \
%if %{with docs}
		--with-apidocs \
%endif
		--with-libelf \
		--with-popt=external \
		--with-xz=external \
		--with-bzip2=external \
		--with-lua=internal \
		--with-expat=external \
		--with-pcre=external \
%ifarch %{ix86} x86_64 ppc ppc64 ia64
		--with-cpuinfo=external \
%else
		--without-cpuinfo \
%endif
		--with-syck=external \
		--with-file=external \
		--with-path-magic=%{_datadir}/misc/magic.mgc \
		--with-beecrypt=external \
		--with-usecrypto=beecrypt \
		--with-keyutils=external \
		--with-neon=external \
		--with-acl \
		--enable-openmp \
%if %{with xar}
		--with-xar=%{_includedir}/xar \
%endif
		--with-db \
		--with-dbsql=external \
		--without-db-tools-integrated \
%if %{with sqlite}
		--with-sqlite=external \
%else
		--without-sqlite \
%endif
%if %{with ossp_uuid}
%if 0
# TODO: needs to be fixed properly for automatic detection in internal lua build
%endif
		--with-uuid=%{_libdir}:%{_includedir}/ossp-uuid \
%else
		--without-uuid \
%endif
%if %{with augeas}
		--with-augeas=external \
%else
		--without-augeas \
%endif
%if 0
		--with-extra-path-macros=%{_usrlibrpm}/macros.d/mandriva \
%else
		--with-extra-path-macros=%{_usrlibrpm}/platform/%%{_target}/macros:%{_sysconfdir}/rpm/macros.d/*.macros:%{_usrlibrpm}/macros.d/mandriva \
%endif
		--with-vendor=mandriva \
		--enable-build-warnings
# XXX: Making ie. a --with-pre-macros option might be more aestethic and easier
# of use to others if pushed back upstream?
# For our case, this is only used to define _prefer_target_cpu before any other
# macros so that rpm knows about this for libcpuinfo when loading macros, but
# could perhaps be useful to others, ie. for defining a _target_vendor earlier,
# so that vendor specific macros to load could be defined at runtime rather
# than compile time.. Sounds convenient if LSB certification is done on a specific
# set of binaries (does it..?) wrt. Manbo Labs.
echo '#define PREMACROFILES "%{_sysconfdir}/rpm/premacros.d/*.macros"' >> config.h
%make
%if %{with docs}
%make apidocs
%endif

%if %{with perl}
pushd RPMBDB-*
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" CCCDLFLAGS="-fno-PIE -fPIC"
sed -i -e 's,-fPIC -fno-PIE,-fno-PIE -fPIC,g' ../perl/Makefile.perl
%make
popd
%endif

%check
#make check

%install
%makeinstall_std -k
%if %{with perl}
%makeinstall_std -C RPMBDB-*
%endif

# XXX: why isn't this installed by 'make install'?
install -m755 scripts/symclash.* %{buildroot}%{_rpmhome}

# Save list of packages through cron
install -m755 scripts/rpm.daily -D %{buildroot}%{_sysconfdir}/cron.daily/rpm
install -m644 scripts/rpm.log -D %{buildroot}%{_sysconfdir}/logrotate.d/rpm

mkdir -p %{buildroot}/var/spool/repackage

mkdir -p %{buildroot}%{_sysconfdir}/%{name}/{{pre,}macros.d,sysinfo}

# actual usefulness of this seems rather dubious with macros.d now...
cat > %{buildroot}%{_sysconfdir}/%{name}/macros <<EOF
# Put your own system macros here
# usually contains 

# Set this one according your locales
# %%_install_langs

EOF

# FIXME: weird issue, seems to have issue with lines starting with '%%_'...
cat > %{buildroot}%{_sysconfdir}/%{name}/premacros.d/cpuinfo_target.macros <<EOF
# This sets which of the available architectures to prefer when building
# packages with libcpuinfo support enabled.
 %%_prefer_target_cpu     x86_64 i586
EOF

# Get rid of unpackaged files
# XXX: is there any of these we might want to keep?
for f in %{py_platsitedir}/poptmodule.a %{py_platsitedir}/rpmmodule.a \
	%{py_platsitedir}/rpm/*.a %{_rpmhome}/*.a %{_rpmhome}/lib/*.a\
	%{_rpmhome}/{Specfile.pm,cpanflute2,cpanflute,sql.prov,sql.req,tcl.req} \
	%{_rpmhome}/{config.site,cross-build,rpmdiff.cgi} \
	%{_rpmhome}/trpm %{_bindir}/rpmdiff; do
	rm -f %{buildroot}$f
done

%find_lang %{name}

mkdir -p %{buildroot}/var/lib/rpm/{log,tmp}
for dbi in `./rpm --macros macros/macros --eval %_dbi_tags_4|tr : ' '` __db.00{0..9}; do
    touch %{buildroot}/var/lib/rpm/$dbi
    echo "%attr(0644, root, root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_localstatedir}/lib/rpm/$dbi" >> %{name}.lang
done

install -d %{buildroot}/bin
# FIXME: considering that most libraries dynamically linked against is located
# in /usr/lib*, this doesn't make much sense unless we either statically link
# against them (Ark Linux actually does this) or move the libraries to /lib*,
# neither being very attractive options, not to mention maintenance headaches
# spread across these library packages...
# So moving rpm back to /usr/bin probably makes the most sense...
# An optional, "minimal" rpm-static package with /bin/rpm could perhaps be done
# if anyone expresses actual interest in this...
mv %{buildroot}%{_bindir}/rpm %{buildroot}/bin/rpm

cp -r cpu-os-macros %{buildroot}%{_usrlibrpm}/platform
install -m644 %{SOURCE4} -D %{buildroot}%{_sysconfdir}/%{name}/macros.d/legacy_compat.macros

%if %{with docs}
install -d %{buildroot}%{_docdir}/rpm
cp -r apidocs/html %{buildroot}%{_docdir}/rpm
%endif

install -d %{buildroot}%{multiarch_bindir}
install -d %{buildroot}%{multiarch_includedir}
%if "%{_lib}" == "lib64"
install -d %{buildroot}%(linux32 rpm -E %%{multiarch_bindir})
install -d %{buildroot}%(linux32 rpm -E %%{multiarch_includedir})
%endif

# should really be handled by make script..
ln -f %{buildroot}%{_rpmhome}/bin/{rpmlua,lua}
ln -f %{buildroot}%{_rpmhome}/bin/{rpmluac,luac}

# TODO: review which files goes into what packages...?
%files -f %{name}.lang
%doc CHANGES doc/manual/[a-z]*
%if %{with docs}
%exclude %{_docdir}/rpm/html
%endif
/bin/rpm
%{_bindir}/multiarch-dispatch
%{_bindir}/rpmconstant*
%{_bindir}/rpm2cpio*
%{_rpmhome}/bin/augtool
%{_rpmhome}/bin/chroot
%{_rpmhome}/bin/cp
%{_rpmhome}/bin/dbconvert
%{_rpmhome}/bin/find
#%%{_rpmhome}/bin/grep
#%%{_rpmhome}/bin/lua
%{_rpmhome}/bin/mtree
%{_rpmhome}/bin/mgo
#%%{_rpmhome}/bin/rc
%{_rpmhome}/bin/rpmdbchk
%{_rpmhome}/bin/rpmspecdump
%{_rpmhome}/bin/wget
%if %{with xar}
%{_rpmhome}/bin/txar
%endif
%{_rpmhome}/dbconvert.sh
%{_rpmhome}/rpm.*
%{_rpmhome}/rpm2cpio
%{_rpmhome}/rpmdb_loadcvt
%{_rpmhome}/tgpg

%dir %{_localstatedir}/lib/rpm
%dir %{_localstatedir}/lib/rpm/log
%dir %{_localstatedir}/lib/rpm/tmp


%{_rpmhome}/macros.d/*
%{_rpmhome}/cpuinfo.yaml
%{_rpmhome}/macros
%{_rpmhome}/rpmpopt
%{_rpmhome}/platform/*/macros
%config(noreplace) %{_localstatedir}/lib/rpm/DB_CONFIG

%dir %{_localstatedir}/spool/repackage
%dir %{_rpmhome}
%dir %{_rpmhome}/bin
%dir %{_rpmhome}/lib
%dir %{_rpmhome}/platform/
%dir %{_rpmhome}/platform/*/
%dir %{_rpmhome}/macros.d
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/macros
%dir %{_sysconfdir}/%{name}/macros.d
%dir %{_sysconfdir}/%{name}/premacros.d
%dir %{_sysconfdir}/%{name}/sysinfo
%{_sysconfdir}/%{name}/macros.d/*.macros
%{_sysconfdir}/%{name}/premacros.d/*.macros

%{_mandir}/man[18]/*.[18]*
%lang(pl)	%{_mandir}/pl/man[18]/*.[18]*
%lang(ru)	%{_mandir}/ru/man[18]/*.[18]*
%lang(ja)	%{_mandir}/ja/man[18]/*.[18]*
%lang(sk)	%{_mandir}/sk/man[18]/*.[18]*
%lang(fr)	%{_mandir}/fr/man[18]/*.[18]*
%lang(ko)	%{_mandir}/ko/man[18]/*.[18]*
%exclude	%{_mandir}/man8/rpmbuild.8*
%exclude	%{_mandir}/man8/rpmdeps.8*

%{_sysconfdir}/cron.daily/rpm
%config(noreplace,missingok) %{_sysconfdir}/logrotate.d/rpm

%dir %{multiarch_bindir}
%dir %{multiarch_includedir}
%if "%{_lib}" == "lib64"
%dir %(linux32 rpm -E %%{multiarch_bindir})
%dir %(linux32 rpm -E %%{multiarch_includedir})
%endif

%{_includedir}/multiarch-dispatch.h

%files build
%{_bindir}/gendiff
%{_bindir}/rpmbuild
%{_bindir}/multiarch-platform
#%%{_rpmhome}/bin/abi-compliance-checker.pl
%{_rpmhome}/bin/api-sanity-autotest.pl
%{_rpmhome}/bin/api-sanity-checker.pl
%{_rpmhome}/bin/dbsql
%{_rpmhome}/bin/debugedit
%{_rpmhome}/bin/install-sh
%{_rpmhome}/bin/lua
%{_rpmhome}/bin/luac
%{_rpmhome}/bin/mkinstalldirs
%{_rpmhome}/bin/pom2spec
%{_rpmhome}/bin/rpmcache
%{_rpmhome}/bin/rpmcmp
%{_rpmhome}/bin/rpmdeps
%{_rpmhome}/bin/rpmdigest
%{_rpmhome}/bin/rpmkey
%{_rpmhome}/bin/rpmlua
%{_rpmhome}/bin/rpmluac
%{_rpmhome}/bin/rpmrepo
%{_rpmhome}/bin/sqlite3
%dir %{_rpmhome}/helpers
%{_rpmhome}/helpers/*
%dir %{_rpmhome}/qf
%{_rpmhome}/qf/*
%{_rpmhome}/vcheck
%{_rpmhome}/brp-*
%{_rpmhome}/check-files
%{_rpmhome}/check-multiarch-files
#%%{_rpmhome}/cross-build
%{_rpmhome}/find-debuginfo.sh
%{_rpmhome}/find-lang.sh
%{_rpmhome}/find-prov.pl
%{_rpmhome}/find-provides.perl
%{_rpmhome}/find-req.pl
%{_rpmhome}/find-requires.perl
%{_rpmhome}/fontconfig.prov
%{_rpmhome}/gem_helper.rb
%{_rpmhome}/getpo.sh
%{_rpmhome}/gstreamer.sh
%{_rpmhome}/http.req
%{_rpmhome}/javadeps.sh
%{_rpmhome}/kmod-deps.sh
%{_rpmhome}/mkmultiarch
%{_rpmhome}/mono-find-provides
%{_rpmhome}/mono-find-requires
%{_rpmhome}/executabledeps.sh
%{_rpmhome}/libtooldeps.sh
%{_rpmhome}/osgideps.pl
%{_rpmhome}/perldeps.pl
%{_rpmhome}/perl.prov
%{_rpmhome}/perl.req
%{_rpmhome}/php.prov
%{_rpmhome}/php.req
%{_rpmhome}/pkgconfigdeps.sh
%{_rpmhome}/pythondeps.sh
%{_rpmhome}/pythoneggs.py
%{_rpmhome}/rubygems.rb
%{_rpmhome}/symclash.*
%{_rpmhome}/u_pkg.sh
%{_rpmhome}/vpkg-provides.sh
%{_rpmhome}/vpkg-provides2.sh

%if %{with js}
%{_rpmhome}/bin/tjs
%endif
%{_rpmhome}/macros.rpmbuild
%{_mandir}/man8/rpmbuild.8*
%{_mandir}/man8/rpmdeps.8*

%files -n %{librpmname}
%{_libdir}/librpm-%{libver}.so
%{_libdir}/librpmconstant-%{libver}.so
%{_libdir}/librpmdb-%{libver}.so
%{_libdir}/librpmio-%{libver}.so
%{_libdir}/librpmmisc-%{libver}.so
%{_libdir}/librpmbuild-%{libver}.so
%if %{with js}
%{_rpmhome}/lib/librpmjsm.so.*
%{_rpmhome}/lib/rpmjsm.so
%endif
#%%if %%{with sqlite}
#%%{_rpmhome}/libsql*.so.*
#%%endif

%files -n %{librpmnamedevel}
#%%doc apidocs/html
%{_includedir}/rpm
%{_libdir}/librpm.so
%{_libdir}/librpmconstant.so
%{_libdir}/librpmdb.so
%{_libdir}/librpmio.so
%{_libdir}/librpmmisc.so
%{_libdir}/librpmbuild.so
%{_libdir}/pkgconfig/rpm.pc

%if %{with js}
%{_rpmhome}/lib/librpmjsm.so
%endif
#%%if %%{with sqlite}
#%%{_rpmhome}/libsql*.so
#%%endif

%files -n %{librpmstatic}
%{_libdir}/librpm.a
%{_libdir}/librpmconstant.a
%{_libdir}/librpmdb.a
%{_libdir}/librpmio.a
%{_libdir}/librpmmisc.a
%{_libdir}/librpmbuild.a

%if %{with perl}
%files -n perl-%{perlmod}
#%%doc perl/Changes
%if %{with embed}
%{_rpmhome}/lib/rpmperl.so
%endif
%{_mandir}/man3/RPM*
%{perl_vendorarch}/%{perlmod}.pm
%dir %{perl_vendorarch}/%{perlmod}
%{perl_vendorarch}/%{perlmod}/*.pm
%{perl_vendorarch}/auto/%{perlmod}

%files -n perl-RPMBDB
%{perl_vendorarch}/RPMBDB.pm
%dir %{perl_vendorarch}/auto/RPMBDB
%{perl_vendorarch}/auto/RPMBDB/RPMBDB.so
%endif

%if %{with python}
%files -n python-rpm
%if %{with embed}
%{_rpmhome}/lib/rpmpython.so
%endif
%dir %{py_platsitedir}/rpm
%{py_platsitedir}/rpm/*.py
%{py_platsitedir}/rpm/*.so
%endif

%if %{with ruby}
%files -n rpm-rubyembed
%{_rpmhome}/bin/trb
%{_rpmhome}/lib/rpm.so
%{_rpmhome}/lib/rpmruby.so
%endif

%if %{with tcl}
%files -n rpm-tclembed
%{_rpmhome}/lib/rpmtcl.so
%endif

%if %{with squirrel}
%files -n rpm-squirrelembed
%{_rpmhome}/lib/rpmsquirrel.so
%endif

%if %{with docs}
%files apidocs
%dir %{_docdir}/rpm/html
%{_docdir}/rpm/html/*
%endif


%changelog
* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-46
+ Revision: 114148e
- Really apply patch

* Wed Sep 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-45
+ Revision: d1872ca
- -fno-delete-null-pointer-checks by default

* Wed Sep 03 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-44
+ Revision: aef2ebb
- Improve __urlgetfile macro - take files from current folder if they exist

* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:5.4.10-43
+ Revision: 7a715b0
- Update rubygems 2.2 patch

* Tue Aug 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:5.4.10-42
+ Revision: 799adf8
- Add patch to fix gems native extensions build with rubygems 2.2+

* Wed Jul 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-41
+ Revision: 2c039b3
- Revert --ignore-dependencies patch for rubygems

* Fri Jun 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:5.4.10-40
+ Revision: 78a814d
- Add patch to fix docs generation when building gems with ruby 2.1

* Fri Jun 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:5.4.10-39
+ Revision: a4f7aa9
- Drop update-ruby_gemdir-and-ruby_ridir-macros patch, looks like it only breaks things for us

* Fri Jun 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:5.4.10-38
+ Revision: 853920d
- Add some ruby-related patches from Cooker

* Fri Jun 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:5.4.10-37
+ Revision: 802e314
- Rebuild with ruby 2.1

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-36
+ Revision: b5265e6
- Rebuild with updated perl

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-35
+ Revision: 0dfffe2
- Bootstrap again

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-34
+ Revision: b9f198e
- Bump release

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-33
+ Revision: a9b678f
- Move --ffat-lto-objects to __common_cflags

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-32
+ Revision: 52cd4de
- added fat-lto-objects to optflags

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-35
+ Revision: ac32499
- Fix autoreq

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-35
+ Revision: 807119c
- Add req exception for bootstrap

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-35
+ Revision: 20ea24d
- Correct bootstrap

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-35
+ Revision: f3abe97
- No bootstrap

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-34
+ Revision: 1d05813
- Complete bootstrap

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-34
+ Revision: 66f508a
- Disable libelf

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-34
+ Revision: f14de67
- Bootstrap but with perl and python

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-34
+ Revision: 1209eb6
- Really disable docs

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-34
+ Revision: 643209f
- Build wo docs

* Sun May 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-34
+ Revision: 9e49518
- Add doxygen BR

* Sun May 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-33
+ Revision: d7228da
- Rebuild wo bootstrap

* Sun May 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-32
+ Revision: a9aa3e8
- Bootstrap

* Sun May 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-32
+ Revision: 49f5658
- Rebuild with new perl

* Fri May 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-31
+ Revision: 9818101
- Bump release

* Fri May 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.4.10-30
+ Revision: 8215eef
- Disable one hardening patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18835 |14mr|rpmdrake-5.26.12-41
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Rpmdrake::widgets\\)'
%else
%define _requires_exceptions perl(Rpmdrake::widgets)
%endif

Name:		rpmdrake
Version:	5.26.12
Release:	41

Summary:	Graphical front end for sofware installation/removal
License:	GPLv2+
Group:		System/Configuration/Packaging
URL:		https://abf.rosalinux.ru/import/rpmdrake

Source0:	%{name}-%{version}.tar.xz

Patch0:		rpmdrake-5.26.12-drop_update_media_only.patch
Patch1:		upgrade_info_utf8.patch
Patch2:		rpmdrake-5.26.12-version-release.patch
Patch3:		rpmdrake-5.26.12-run-help-callback.patch
Patch4:		rpmdrake-5.26.12-do_not_flush.patch
Patch5:		rpmdrake-5.26.12-show-launcher-in-gnome-shell.patch
Patch6:		rpmdrake-5.26.12-download-all-option.patch
Patch7:         rpmdrake.gui.lst.patch
Patch8:         rpmdrake-5.26.12-force-req-update.patch
Patch9:         rpmdrake-5.26.12-disable-orphans.patch

#From Mageia
#Patch10:	rpmdrake-5.26.12-globaldialog.patch
#Patch11:	rpmdrake-5.26.12-rpmnew.patch
#Patch12:	rpmdrake-5.26.12-curl_merge.patch
#Patch13:	rpmdrake-5.26.12-x86_64_sort.patch

Patch14:	rpmdrake-gui.lst-rosa-imagewriter.patch
Patch15:	rpmdrake-5.26.12-force_auto_req_selection.patch
#Patch16:        rpmdrake-5.26.12.update_all_repos.patch

# Make MandrivaUpdate take into account 'auto_select' option from config file
Patch17:	rpmdrake-5.26.12-use-auto-from-config-in-MdvUpdate.patch

# In 'auto' mode, choose package with highest version
Patch18:	rpmdrake-5.26.12-smarter-auto.patch

# Minor localization fix
Patch19:	rpmdrake-5.26.12-l10n.patch

# Curl-gost configuration in edit-media-sources
# Normally we need this only for certified distributions
# Patch20:	rpmdrake-5.26.12-curl_gost.patch

Patch21:	rpmdrake-5.26.12-do-not-disable-media.patch
# Patch22:	rpmdrake-5.26.12-debug_media_config.patch

# urpm::main_loop is able to indicate that something is wrong with
# package download and suggest to update media metadata.
# Currently we don't support this behavior in rpmdrake
Patch23:	rpmdrake-5.26.12-restart-for-metadata-update.patch

# In new urpmi, main_loop doesn't need '$requested' argument
Patch24:	rpmdrake-5.26.12-new-urpmi-main-loop.patch

BuildRequires:	gettext 
BuildRequires:	perl-devel
BuildRequires:	intltool
BuildRequires:	perl_checker
BuildArch:	noarch

Requires:	perl-MDK-Common
Requires:	urpmi > 6.71-17
Requires:	perl-URPM >= 3.07-2
Requires:	drakxtools >= 12.64
Requires:	perl-Gtk2 >= 1.172-2
Requires:	perl-Locale-gettext >= 1.05-6
# lazy load modules:
Requires:	perl-Gtk2-SourceView2
Requires:	perl-File-MimeInfo
# for translations:
Suggests:	mdv-rpm-summary
# need the consolehelper basic pam config files
Requires:	usermode-consoleonly
# for icons:
Requires:	desktop-common-data
Provides:	MandrakeUpdate

%description
This package contains the Mandriva graphical software manipulation
tools.

Rpmdrake provides a simple interface that makes it easy to install
and remove software.

MandrivaUpdate is a single-purpose application for keeping your system
up to date with the latest official updates.

There is also a tool for configuring package sources (medias), which can
be run independently or accessed from within rpmdrake.

%prep
%setup -q
%apply_patches

%build
make OPTIMIZE="%{optflags} -Wall" PREFIX=%{_prefix} INSTALLDIRS=vendor

%install
%makeinstall_std PREFIX=%buildroot/%{_prefix}

%find_lang rpmdrake

# for consolehelper config (#29696)
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
cat > %{buildroot}%{_sysconfdir}/pam.d/rpmdrake  <<EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/rpmdrake <<EOF
USER=root
PROGRAM=/usr/sbin/rpmdrake
FALLBACK=false
SESSION=true
EOF

# Rights Delegation spec for MDV2008 says MandrivaUpdate should ask for
# user password, not root password
cat > %{buildroot}%{_sysconfdir}/pam.d/mandrivaupdate  <<EOF
#%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF

cat > %{buildroot}%{_sysconfdir}/security/console.apps/MandrivaUpdate <<EOF
USER=<user>
PROGRAM=/usr/sbin/MandrivaUpdate
FALLBACK=false
SESSION=true
EOF

# edit media
cp -af %{buildroot}%{_sysconfdir}/pam.d/{rpmdrake,drakrpm-edit-media}
cat > %{buildroot}%{_sysconfdir}/security/console.apps/drakrpm-edit-media <<EOF
USER=root
PROGRAM=/usr/sbin/drakrpm-edit-media
FALLBACK=false
SESSION=true
EOF

# rpmdrake-update
cp -af %{buildroot}%{_sysconfdir}/pam.d/{rpmdrake,drakrpm-update}
cat > %{buildroot}%{_sysconfdir}/security/console.apps/drakrpm-update <<EOF
USER=root
PROGRAM=/usr/sbin/drakrpm-update
FALLBACK=false
SESSION=true
EOF

ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/drakrpm-edit-media
# XXX - should be changed upstream
sed -i -e "s,%{_sbindir}/edit-urpm-sources.pl,%{_bindir}/drakrpm-edit-media," \
        %{buildroot}%{_datadir}/applications/rpmdrake-sources.desktop

mkdir -p %{buildroot}{%{_miconsdir},%{_liconsdir},%{_iconsdir}/hicolor,%{_iconsdir}/hicolor/{16x16,32x32,48x48},%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps}
for i in rpmdrake mandrivaupdate edit-urpm-sources; do
  cp pixmaps/${i}16.png %{buildroot}%{_miconsdir}/${i}.png
  cp pixmaps/${i}32.png %{buildroot}%{_iconsdir}/${i}.png
  cp pixmaps/${i}48.png %{buildroot}%{_liconsdir}/${i}.png
  cp pixmaps/${i}16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/${i}.png
  cp pixmaps/${i}32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/${i}.png
  cp pixmaps/${i}48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/${i}.png
done
ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/rpmdrake
ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/MandrivaUpdate
ln -sf %{_bindir}/rpmdrake %{buildroot}%{_bindir}/drakrpm
ln -sf %{_sysconfdir}/security/console.apps/MandrivaUpdate %{buildroot}%{_sysconfdir}/security/console.apps/mandrivaupdate
ln -sf %{_sysconfdir}/pam.d/rpmdrake %{buildroot}%{_sysconfdir}/pam.d/drakrpm
ln -sf %{_sysconfdir}/security/console.apps/rpmdrake %{buildroot}%{_sysconfdir}/security/console.apps/drakrpm


%check
%make check

%files -f rpmdrake.lang
%doc AUTHORS COPYING NEWS README 
%config(noreplace) %{_sysconfdir}/pam.d/rpmdrake
%config(noreplace) %{_sysconfdir}/pam.d/mandrivaupdate
%config(noreplace) %{_sysconfdir}/pam.d/drakrpm-edit-media
%config(noreplace) %{_sysconfdir}/security/console.apps/rpmdrake
%config(noreplace) %{_sysconfdir}/security/console.apps/MandrivaUpdate
%config(noreplace) %{_sysconfdir}/security/console.apps/drakrpm-edit-media
# all these in sysconfdir are symlinks
%{_sysconfdir}/pam.d/drakrpm
%{_sysconfdir}/pam.d/drakrpm-update
%{_sysconfdir}/security/console.apps/drakrpm
%{_sysconfdir}/security/console.apps/drakrpm-update
%{_sysconfdir}/security/console.apps/mandrivaupdate
%{_sbindir}/rpmdrake*
%{_sbindir}/MandrivaUpdate
%{_sbindir}/edit-urpm-*
%{_sbindir}/drakrpm-edit-media
%{_sbindir}/drakrpm-update
%{_sbindir}/gurpmi.addmedia
%{_bindir}/*
%{_datadir}/%{name}
%{perl_vendorlib}/*.pm
%{perl_vendorlib}/Rpmdrake
%{_datadir}/mimelnk/application/x-urpmi-media.desktop
%{_datadir}/mime/packages/urpmi-media.xml
%{_datadir}/applications/*.desktop
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_iconsdir}/hicolor/16x16/apps/*.png
%{_iconsdir}/hicolor/32x32/apps/*.png
%{_iconsdir}/hicolor/48x48/apps/*.png

%changelog
* Mon Sep 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-41
+ Revision: fbaaccc
- Fix evr vs EVR usage

* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-40
+ Revision: 15b9aa7
- Patch rpmdrake to work with new urpmi main_loop

* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-39
+ Revision: 4561cc3
- Ignore 'auto-restart' possibility in urpm::main_loop for now

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.26.12-38
+ Revision: 3b16395
- MassBuild#440: Increase release tag

* Wed May 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-37
+ Revision: 4e54689
- Disable update-all-repos patch

* Mon Jan 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-36
+ Revision: 92ffc3f
- Do not disable media forever

* Fri Dec 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-35
+ Revision: 6a25665
- Added debug info to track media updates

* Mon Dec 02 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-34
+ Revision: 58c3ff0
- Add support for curl_gost configuration in edit-urpm-sources

* Mon Oct 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-33
+ Revision: 932a2dd
- Added localization fix

* Thu Oct 03 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-32
+ Revision: 0d6e507
- In --auto mode, choose package with highest version-release

* Wed Sep 25 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-31
+ Revision: 76921fb
- Improve MandrivaUpdate auto_select patch

* Mon Sep 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-30
+ Revision: 29a141c
- Update patch

* Mon Sep 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-30
+ Revision: 5a76c45
- Fix MandrivaUpdate to read 'auto_select' option from rpmdrake config file

* Fri Aug 23 2013 root <root@localhost.localdomain> 5.26.12-29
+ Revision: 2843651
- rpmdrake should update all repositories

* Tue Jul 16 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-28
+ Revision: 19bbce9
- Enable force_auto_req_selection.patch - use "--auto" option by default.

* Thu Jul 04 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-27
+ Revision: bb5728c
- Disable all unpublished patches except rosa-imagewriter

* Tue Jun 11 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-27
+ Revision: 047b26a
- LOG Automatically choose dependencies

* Tue Jun 11 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-26
+ Revision: 07cc4a6
- Fix patch

* Mon Jun 03 2013 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 5.26.12-26
+ Revision: c502a60
- Added ROSA ImageWriter to the GUI list

* Wed May 22 2013 akdengi <kazancas@mandriva.ru> 5.26.12-25
+ Revision: 1a15f97
- drop globaldialog

* Fri May 17 2013 akdengi <kazancas@gmail.com> 5.26.12-23
+ Revision: bb6192a
- Sort x86_64 package first

* Thu May 16 2013 akdengi <kazancas@mandriva.ru> 5.26.12-22
+ Revision: 2cf8dc6
- use global dialog and move curl into rpmdrake

* Mon May 06 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-18
+ Revision: 7fcee46
- Do not calc orphans after package installation

* Thu Apr 25 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-17
+ Revision: 63b7e1c
- Bump release

* Thu Apr 25 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-16
+ Revision: 6413bf0
- Add Russian translation

* Wed Apr 24 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-16
+ Revision: 2061593
- Add gui option to enable/disable orphans

* Wed Apr 24 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-16
+ Revision: ab922a6
- LOG do not calculate orphans

* Thu Apr 04 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-15
+ Revision: 59259fd
- Added force-req-update support

* Thu Mar 14 2013 root <root@localhost.localdomain> 5.26.12-14
+ Revision: 13b9f1d
- changed thunderbird to  mozilla-thunderbird in gui.lst

* Fri Mar 01 2013 Vladimir Testov <vladimir.testov@rosalab.ru> 5.26.12-13
+ Revision: 8682ae7
- Updated rpmdrake.spec

* Fri Mar 01 2013 Vladimir Testov <vladimir.testov@rosalab.ru> 5.26.12-12
+ Revision: bc5f116
- LOG - update-all for Mandriva-Update



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18836 |14mr|rpm-helper-0.24.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rpm-helper
Version:	0.24.1
Release:	4
Summary:	Helper scripts for rpm scriptlets
License:	GPL
Group:		System/Configuration/Packaging
URL:		http://www.rosalinux.com/
Source0:	%{name}-%{version}.tar.bz2
Requires:	grep
Requires:	shadow-utils
Requires:	chkconfig
Requires(pre):	coreutils
# for addgroup which uses xargs
Requires:	findutils
# for /etc/passwd and /etc/group
Requires:	setup
# for /bin/systemctl
Requires:	systemd-units
#Conflicts:  chkconfig < 1.3.50-1
BuildArch:	noarch

%description
Helper scripts for rpm installation.

%prep
%setup -q

%install
%makeinstall_std

# Make sure these are always executable
chmod 0755 %{buildroot}%{_datadir}/%{name}/*

%check
make test

%files
%doc README NEWS AUTHORS
%{_datadir}/%{name}
%{_sys_macros_dir}/%{name}.macros
%{_localstatedir}/lib/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/ssl


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.24.1-4
+ Revision: 8b59243
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18837 |14mr|rpmlint-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	RPM correctness checker
Name:		rpmlint
Version:	1.5
Release:	3
License:	GPLv2+
Group:		Development/Other
Url:		http://rpmlint.zarb.org/
Source0:	http://rpmlint.zarb.org/download/%{name}-%{version}.tar.xz
Source1:	rpmlint.config
Patch0:		rpmlint-1.4-fix-paths-to-extracted-srpm-files.patch
Patch1:		rpmlint-1.4-add-lgplv21-license.patch
Patch2:		rpmlint-1.4-below-threshold-returns-zero.patch
Patch3:		rpmlint-1.4-fix-setup-checks.patch
Patch4:		rpmlint-1.5-external-depfilter-with-internal-depgen.patch
Patch5:		rpmlint-1.4-shared-lib-not-executable.patch
# proper fix for rhbz#487855
Patch6:		rpmlint-1.4-only-report-actual-errors-as-spec_error.patch
Patch7:		rpmlint-1.5-install-info-trigger.patch
Patch8:		rpmlint-1.5-legacy-mandriva-filetriggers.patch
Patch9:		rpmlint-1.5-double-slash-in-path.patch
Patch10:	rpmlint-1.4-make-tests-pass.patch
Patch11:	rpmlint-1.4-dont-check-use-of-RPM_SOURCE_DIR-in-changelog.patch
Patch12:	rpmlint-1.4-dont-use-_RPMVSF_NOSIGNATURES.patch
Patch14:	rpmlint-1.4-incoherent-pkgname-description.patch
Patch15:	rpmlint-1.4-only-report-non-versioned-files-for-libs.patch
Patch16:	rpmlint-1.4-ignore-no-packager.patch
Patch17:	rpmlint-1.4-spec-subpackage-desc.patch
Patch18:	rpmlint-1.5-drop-obsolete-checks.patch
Patch19:	rpmlint-1.4-missed-attrs-in-desktop-files.patch
Patch20:	rpmlint-1.4-distsuffix-check.patch
Patch21:	rpmlint-1.4-content-licenses.patch
Patch22:	rpmlint-1.4-drop-man-page-check.patch
Patch23:	rpmlint-1.4-improve-rpath-checks.patch
# ROSA policy require libfoo-devel to depend on 'libfoo%{major}',
# not just 'libfoo'
Patch24:	rpmlint-1.4-fix-lib-deps.patch
Patch25:	rpmlint-1.5-apply-patches-macro-disables-patch-not-applied-check.patch
Patch26:	rpmlint-1.4-dkms.patch

Patch27:        rpmlint-1.5-xdg-check-exception.diff
Patch28:        rpmlint-1.5-xdg-paths-update.diff

Requires:	python-rpm python-magic desktop-file-utils
# Hardcode "rosa" while %_vendor is still set to "mandriva"...
Suggests:	python-enchant rpmlint-rosa-policy

BuildRequires:	python-rpm
BuildArch:	noarch

%description
Rpmlint is a tool to check common errors on rpm packages.
Binary and source packages can be checked.

%files
%doc ChangeLog README*
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/%{name}/config
%dir %{_sysconfdir}/%{name}/
# Which of these exists depends on the version of bash_completion.
# Let's support both.
%optional %config(noreplace) %{_sysconfdir}/bash_completion.d/*
%optional %config(noreplace) %{_datadir}/bash-completion/completions/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .srpm_paths~
%patch1 -p1 -b .lgplv21~
%patch2 -p1 -b .threshold~
%patch3 -p1 -b .setup~
%patch4 -p1 -b .dep_filter~
%patch5 -p1 -b .shlib_exec~
%patch6 -p1 -b .spec_error~
%patch7 -p1 -b .info~
%patch8 -p1 -b .triggers~
%patch9 -p1 -b .slash~
%patch10 -p1 -b .test~
%patch11 -p1 -b .sourcedir_changelog~
%patch12 -p1 -b .nosig~
%patch14 -p1 -b .pkgname_description~
%patch15 -p0 -b .nonversioned_libs~
%patch16 -p0 -b .nopackager~
# rpmlint sometimes fails to detect that 'description' section is over...
# %patch17 -p0 -b .subpkg_desc~
%patch18 -p1 -b .obsolete~
# For FBA usage only
# %patch19 -p0 -b .desktop_l10n~
%patch20 -p1 -b .distsuffix~
%patch21 -p1 -b .licenses~
%patch22 -p1 -b .no-man-page~
%patch23 -p1 -b .improve-rpath~
%patch24 -p1 -b .lib_deps~
%patch25 -p1 -b .apply_patches~
# %patch26 -p1 -b .dkms~

%patch27 -p1 -b .xdg-exceptions~
%patch28 -p1 -b .xdg-path~

%build
export COMPILE_PYC=1
%make

%check
make check

%install
%makeinstall_std

install -m644 %{SOURCE1} -D %{buildroot}%{_datadir}/%{name}/config
install -d %{buildroot}%{_datadir}/%{name}/config.d/


%changelog
* Tue Aug 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-3
+ Revision: 5b5f7be
- Added Ruby license

* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-2
+ Revision: db41429
- Add xdg fixes from sokol

* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-2
+ Revision: 6dec229
- Add xdg fixes from sokol

* Sat Aug 02 2014 abondrov <andrey.bondrov@rosalab.ru> 1.5-1
+ Revision: 74e7331
- New version 1.5, re-diff patches

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-46
+ Revision: 7cee08b
- MassBuild#440: Increase release tag

* Wed Jun 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-45
+ Revision: 979063b
- Really apply 'apply_patches' fix

* Mon Apr 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-44
+ Revision: 329f9b0
- Added 'BSD with attribution' to allowed licenses

* Mon Feb 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-44
+ Revision: ad68749
- Fix bash_completion location

* Mon Feb 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-44
+ Revision: 03c8afd
- Handle apply_paches and treat dkms- as devel packages

* Thu Nov 21 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-43
+ Revision: aa6e921
- Added ZPL 2.1 license to allowed

* Wed Nov 06 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-42
+ Revision: f49b73d
- Fix patch

* Wed Nov 06 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-42
+ Revision: de407fb
- Fix no-dep-on for libraries

* Tue Nov 05 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-41
+ Revision: 344df1a
- Fix rpath typo

* Tue Nov 05 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-41
+ Revision: 3c66929
- Improve rpath checks

* Tue Nov 05 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-40
+ Revision: 256a4b5
- Allow single 'GPL' license - it is still used very widely

* Tue Nov 05 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-39
+ Revision: eb92738
- Require rosa policy instead of mandriva

* Mon Nov 04 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-38
+ Revision: b27f877
- Fix vendor dependency

* Mon Nov 04 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-38
+ Revision: ffda358
- Add more licenses mentioned at ROSA wiki

* Thu Oct 31 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-37
+ Revision: f3a1cc0
- Drop 'no-manual-page' check

* Sat Oct 26 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-36
+ Revision: 6ebfa93
- Added content licenses

* Mon Oct 14 2013 aponomarenko <aponomarenko@rosalab.ru> 1.4-35
+ Revision: e8d903f
- Check that *.desktop is not a directory

* Mon Oct 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-34
+ Revision: a4b2989
- Added distsuffix check

* Fri Oct 11 2013 aponomarenko <aponomarenko@rosalab.ru> 1.4-33
+ Revision: 2295c56
- Added new check for missed attributes in desktop files

* Thu Oct 10 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-32
+ Revision: e7eb00f
- Fix patch

* Fri Oct 04 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-32
+ Revision: 7fd857a
- Drop obsolete checks

* Fri Jun 07 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-31
+ Revision: 2d9fa20
- Disable subpackage description check again - rpmlint sometimes fail to detect that %description already finished

* Thu May 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-30
+ Revision: a8d90cf
- Updated subpackage-desc patch

* Thu Apr 25 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-29
+ Revision: 9bb7afc
- Disable last patch - it doesn't understand comments...

* Mon Apr 22 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-28
+ Revision: 5c93be4
- LOG Run description-line-too-long checker for subpackages in spec

* Wed Apr 17 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-27
+ Revision: fc2b6c2
- Fix group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18838 |14mr|rpmlint-rosa-policy-0.3.22-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rpmlint-rosa-policy
Version:	0.3.22
Release:	12
Summary:	Rpmlint ROSA policy
Group:		Development/Other
License:	GPLv2+
URL:		http://wiki.rosalab.com/
Source0:	rosa.conf
Source1:	rosa.error.list
BuildArch:	noarch
BuildRequires:	rpmlint
Requires:	rpmlint
%rename		rpmlint-mandriva-policy

%description
Official rpmlint ROSA policy, install this if you want to produce RPMs
for ROSA.

%prep

%build

#check
#PYTHONPATH=%{_datadir}/rpmlint python %{SOURCE0}

%install
install -m644 %{SOURCE0} -D %{buildroot}%{_datadir}/rpmlint/config.d/rosa.conf
install -m644 %{SOURCE1} -D %{buildroot}%{_datadir}/rpmlint/config.d/rosa.error.list

%files
%{_datadir}/rpmlint/config.d/*


%changelog
* Tue Jul 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.22-12
+ Revision: 8431125
- Added Development/Pascal group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18839 |14mr|rpm-manbo-setup-2-28
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Manbo rpm configuration and scripts
Name:		rpm-manbo-setup
Version:	2
Release:	28
Source3:	manbo.macros
Source4:	manbo-build.macros
Source5:	fix-libtool-ltmain-from-overlinking
Source6:	force-as-needed-for-shared-lib-in-libtool
Source7:	drop-ld-no-undefined-for-shared-lib-modules-in-libtool
Source8:	fix-dlsearch-path-in-libtool-for-multilib
Source9:	fix-libtool-from-moving-options-after-libs
License:	GPL
Group:		System/Configuration/Packaging
BuildArch:	noarch

%description
The Manbo rpm configuration and scripts.

%package	build
Group:		System/Configuration/Packaging
Summary:	The Manbo rpm configuration and scripts to build rpms
Requires:	%name = %version-%release

%description	build
The Manbo rpm configuration and scripts dedicated to build rpms.

%install
install -d %buildroot/usr/lib/rpm/manbo
install %SOURCE5 %SOURCE6 %SOURCE7 %SOURCE8 %SOURCE9 %buildroot/usr/lib/rpm/manbo

install -D -m 644 %SOURCE3 %buildroot/etc/rpm/macros.d/10manbo.macros
install -D -m 644 %SOURCE4 %buildroot/etc/rpm/macros.d/10manbo-build.macros

%files
%dir %{_sysconfdir}/rpm/macros.d
%{_sysconfdir}/rpm/macros.d/10manbo.macros
%dir %_prefix/lib/rpm/manbo

%files build
%{_sysconfdir}/rpm/macros.d/10manbo-build.macros
%_prefix/lib/rpm/manbo/fix-libtool-ltmain-from-overlinking
%_prefix/lib/rpm/manbo/force-as-needed-for-shared-lib-in-libtool
%_prefix/lib/rpm/manbo/drop-ld-no-undefined-for-shared-lib-modules-in-libtool
%_prefix/lib/rpm/manbo/fix-dlsearch-path-in-libtool-for-multilib
%_prefix/lib/rpm/manbo/fix-libtool-from-moving-options-after-libs



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2-28
+ Revision: d0e705d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18840 |14mr|rpm-mandriva-setup-1.140-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# we want /etc/rpm/platform and rpmgenplatform only on rpm5.org < 5.2
%define rpmplatform %{?evr_tuple_select: 0}%{!?evr_tuple_select: %(if rpm --help | grep -q yaml; then echo 1; else echo 0; fi)}

Summary:	The ROSA rpm configuration and scripts
Name:		rpm-mandriva-setup
Version:	1.140
Release:	7
Source0:	%{name}-%{version}.tar.xz
License:	GPLv2+
Group:		System/Configuration/Packaging
Url:		http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/rpm/rpm-setup/
# for "make test":
BuildRequires:	rpm-devel
#BuildRequires:	rpm-manbo-setup-build
#Requires:		rpm-manbo-setup-build
%if !%{rpmplatform}
# older rpm do not load /usr/lib/rpm/manbo/rpmrc:
Conflicts:	rpm < 1:5.4.4
BuildArch:	noarch
%endif

%description
The ROSA rpm configuration and scripts.

%package	build
Group:		System/Configuration/Packaging
Summary:	The Mandriva rpm configuration and scripts to build rpms
Requires:	spec-helper >= 0.6-5mdk
Requires:	pkgconfig
Requires:	python-pkg-resources
Requires:	perl(JSON)
Requires:	perl(YAML)
Requires:	perl(File::Basename)
Requires:	perl(File::Find)
Requires:	perl(Getopt::Long)
Requires:	perl(Pod::Usage)
Conflicts:	spec-helper <= 0.26.1

%description	build
The Mandriva rpm configuration and scripts dedicated to build rpms.

%prep
%setup -q

%build

%configure	--build=%{_build} \
%if %{rpmplatform}
		--with-rpmplatform \
%endif

%make

%install
%makeinstall_std

# spec mode for emacs
install -d %{buildroot}%{_datadir}/emacs/site-lisp/
install -m644 rpm-spec-mode.el %{buildroot}%{_datadir}/emacs/site-lisp/

install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
cat <<EOF >%{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el
(setq auto-mode-alist (cons '("\\\\.spec$" . rpm-spec-mode) auto-mode-alist))
(autoload 'rpm-spec-mode "rpm-spec-mode" "RPM spec mode (mandrakized)." t)
EOF

# workaround to fix build with rpm-mandriva-setup 1.96
touch debugfiles.list

%files
%if %rpmplatform
%{_bindir}/rpmgenplatform
%config(noreplace) %{_sysconfdir}/rpm/platform
%ifarch x86_64
%config(noreplace) %{_sysconfdir}/rpm/platform32
%endif
%endif

%files build
%doc NEWS ChangeLog
%dir %{_prefix}/lib/rpm/mandriva
%{_prefix}/lib/rpm/mandriva/*
%{_datadir}/emacs/site-lisp/rpm-spec-mode.el
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/%{name}.el

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.140-7
+ Revision: a67566d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18841 |14mr|rpm-rebuilder-0.28-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	rpm-rebuilder
%define version	0.28
%define release 9

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Tools to build/check distributions
URL:		http://www.mandrivalinux.com/
Source0:	%{name}-%{version}.tar.bz2
License:	GPL
Group:		System/Configuration/Packaging
Requires:	rpmlint
Requires:	strace
Requires:	rpm-build
Requires:	diffutils
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
The rpm-rebuilder package contains a set of tools written in bourne
shell, python and perl to rebuild/check large sets of rpm source packages.

check-distrib: checks if a set of source and binary rpms are in sync.

rpm-rebuilder: build a set of rpms from a set of srpms.

compute-build-requires: trace an rpm build command to find the BuildRequires
it needs.

compute-compile-order: from the sets of binary and sources rpms, find the order
in which the source rpms must be recompiled.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
make install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS README README.CVS ChangeLog
%_bindir/*
%_sbindir/*
%_datadir/rpm-rebuilder




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.28-9
+ Revision: 97701e8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18842 |14mr|rpmstats-0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Gather statistics from installed packages
Name:		rpmstats
Version:	0.7
Release:	5
# maintained at http://svn.mandriva.com/viewvc/soft/rpm/rpmstats/
Source0:	%{name}-%{version}.tar.xz
License:	GPLv2+
Group:		System/Configuration/Packaging
BuildRequires:	rpm-devel >= 5.0

%description
rpmstats retrieves statistics about installed packages.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

%files
%doc ChangeLog
%doc %{_mandir}/*/*
%{_bindir}/*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-5
+ Revision: efbf709
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18843 |14mr|rpmtools-6.1-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Various RPM command-line tools
Name:		rpmtools
Version:	6.1
Release:	21
Source0:	%{name}-%{version}.tar.xz
# (tpg) from Mageia
# http://svnweb.mageia.org/soft?view=revision&revision=6438
Patch0:		rpmtools-6.1-genhdlist2-merge-option.patch
Patch1:         rpmtools-6.1-use-external-gzip.patch
License:	GPLv2+
Group:		System/Configuration/Packaging
URL:		http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/rpm/rpmtools/
BuildRequires:	perl-devel
BuildRequires:	perl-MDV-Packdrakeng
BuildRequires:	perl-MDV-Distribconf
BuildArch:	noarch
Requires:	perl-MDV-Distribconf > 3.00
Requires:	xz
Requires:	genhdlist2
Requires:	perl(File::Find)
Requires:	perl(File::Path)
Requires:	perl(File::Temp)
Requires:	perl(Getopt::Long)
Requires:	perl(MDV::Distribconf::Build)
Requires:	perl(Pod::Usage)
Requires:	perl(URPM)
Requires:	perl(URPM::Build)
Conflicts:	rpmtools-compat <= 2.0
Conflicts:	rpmtools-devel <= 2.0
Conflicts:	packdrake < 5.0.26

%description
Various tools needed by urpmi and drakxtools for handling rpm files.

%package -n	packdrake
Group:		%{group}
Summary:	A simple Archive Extractor/Builder
Conflicts:	rpmtools <= 5.0.25
Provides:	perl(packdrake)

%description -n	packdrake
Packdrake is a simple indexed archive builder and extractor using
standard compression methods.

%package -n	genhdlist2
Group:		%{group}
Summary:	Tool to generate urpmi metadata (media_info/*)
Conflicts:	rpmtools <= 5.4

%description -n	genhdlist2
genhdlist2 generates hdlist.cz, synthesis.hdlist.cz and *.xml.lzma files used
by urpmi

%prep
%setup -q
%apply_patches

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{_bindir}/dumpdistribconf
%{_bindir}/gendistrib
%{_bindir}/genhdlist-old
%{_mandir}/man1/dumpdistribconf*
%{_mandir}/man1/gendistrib*
%{_mandir}/man1/genhdlist-old.*

%files -n packdrake
%{_bindir}/packdrake
%{perl_vendorlib}/packdrake.pm
%{_mandir}/man1/packdrake*

%files -n genhdlist2
%{_bindir}/genhdlist2
%{_mandir}/man1/genhdlist2*


%changelog
* Thu Sep 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-21
+ Revision: 2a1b4ca
- Fix container creation in ABF

* Thu Sep 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-20
+ Revision: b18393e
- Force removal of duplicates after merge

* Wed Sep 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-19
+ Revision: 773b62f
- Handle situations when --merge is specified without new-metadata.lst

* Wed Sep 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-18
+ Revision: cb9316b
- Fix --merge patch

* Wed Sep 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-18
+ Revision: bbc347e
- --merge: remove duplicates

* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-17
+ Revision: c760999
- --merge: fix handling of new lines after xml tags

* Mon Sep 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-16
+ Revision: 8ed2cfc
- --merge - handle situation when metadata is absent

* Mon Sep 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-13
+ Revision: 868bf02
- Force removal of unpacked metadata files before running with --merge

* Thu Sep 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-14
+ Revision: 5b189d1
- Fix dropping of media_info tag in the merge option

* Thu Sep 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-12
+ Revision: e3ce38a
- Fix dropping of media_info tag in the merge option

* Thu Sep 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-13
+ Revision: efa89a2
- Disable merge option for now

* Mon Sep 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-12
+ Revision: e377fa5
- Improve --merge option - take lists of new files

* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-11
+ Revision: 7fd3753
- Added experimental --merge option

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.1-10
+ Revision: 6ed8c2e
- MassBuild#440: Increase release tag

* Tue Feb 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-9
+ Revision: 96918b6
- Bump release

* Tue Feb 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-8
+ Revision: 84ce388
- Add patch to use external gzip

* Tue Aug 27 2013 Denis Silakov <denis.silakov@rosalab.ru> 6.1-8
+ Revision: aeb0693
- Moved out dump_gui_apps - it will be launched separately from now on.

* Tue Aug 20 2013 Denis Silakov <denis.silakov@rosalab.ru> 6.1-7
+ Revision: f07b1f0
- Improved dump_gui_apps

* Tue Jul 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 6.1-7
+ Revision: 97c5695
- Provide dump_gui_apps as a separate script, not a patch

* Tue Jul 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 6.1-6
+ Revision: 94e3dfb
- Add debug output for gui_pkgs generator

* Mon Jul 22 2013 Denis Silakov <denis.silakov@rosalab.ru> 6.1-5
+ Revision: 7fa93c1
- Added sample script to generate list of gui pkgs

* Wed Nov 28 2012 Alexander Kazancev <kazancas@gmail.com> 6.1-4
+ Revision: b6994ef
- Disable genhdlist2 patch

* Sun Nov 25 2012 akdengi <kazancas@mandriva.ru> 6.1-3
+ Revision: 7845891
- rediff genhdlist2 patch

* Sun Nov 25 2012 akdengi <kazancas@mandriva.ru> 6.1-3
+ Revision: 9e256dd
- fix yaml

* Sun Nov 25 2012 akdengi <kazancas@mandriva.ru> 6.1-3
+ Revision: ae9e08e
- add patch

* Sun Nov 25 2012 akdengi <kazancas@mandriva.ru> 6.1-3
+ Revision: ae3457e
- add patch

* Sun Nov 25 2012 akdengi <kazancas@mandriva.ru> 6.1-3
+ Revision: ea5ba65
- (get_filesize_from_synthesis) read back real filesizes from synthesis

* Fri Oct 19 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 6.1-2
+ Revision: 067002b
- use file-store for sources

* Fri Oct 19 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 6.1-2
+ Revision: 5356369
- LOG noarch, general gleanup

* Sat Feb 04 2012 root <root@build-client_i586-2.rosalab.ru> 6.1-1
+ Revision: 9d955c2
- ABF:auto increment release

* Fri Feb 03 2012 root <root@build-client_i586.rosalab.ru> 6.1-1
+ Revision: d753805
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18844 |14mr|rp-pppoe-3.11-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pppver 2.4.7

Summary:	ADSL/PPPoE userspace driver
Name:		rp-pppoe
Version:	3.11
Release:	5
License:	GPLv2+
Group:		System/Servers
Url:		http://www.roaringpenguin.com/pppoe
Source0:	http://www.roaringpenguin.com/files/download/%{name}-%{version}.tar.gz
BuildRequires:	autoconf2.5
BuildRequires:	ppp-devel = %{pppver}
Requires:	ppp >= 2.4.1

%description
PPPoE (Point-to-Point Protocol over Ethernet) is a protocol used by
many ADSL Internet Service Providers. Roaring Penguin has a free
client for Linux systems to connect to PPPoE service providers.

The client is a user-mode program and does not require any kernel
modifications. It is fully compliant with RFC 2516, the official PPPoE
specification.

It has been tested with many ISPs, such as the Canadian Sympatico HSE (High
Speed Edition) service.

%files
%doc doc/* README SERVPOET
%config(noreplace) %{_sysconfdir}/ppp/pppoe.conf
%config(noreplace) %{_sysconfdir}/ppp/pppoe-server-options
%config(noreplace) %{_sysconfdir}/ppp/firewall-masq
%config(noreplace) %{_sysconfdir}/ppp/firewall-standalone
%{_sbindir}/pppoe
%{_sbindir}/pppoe-connect
%{_sbindir}/pppoe-relay
%{_sbindir}/pppoe-server
%{_sbindir}/pppoe-setup
%{_sbindir}/pppoe-sniff
%{_sbindir}/pppoe-start
%{_sbindir}/pppoe-status
%{_sbindir}/pppoe-stop
%{_sbindir}/adsl-connect
%{_sbindir}/adsl-setup
%{_sbindir}/adsl-start
%{_sbindir}/adsl-status
%{_sbindir}/adsl-stop
%{_mandir}/man[58]/*
%config(noreplace)%{_initrddir}/pppoe

#----------------------------------------------------------------------------

%package gui
Summary:	GUI front-end for rp-pppoe
Group:		System/Servers
Requires:	rp-pppoe >= 3.6
Requires:	tk

%description gui
This package contains the graphical frontend (tk-based) for rp-pppoe.

Install this if you wish to have a graphical frontend for pppoe.

%files gui
%{_bindir}/tkpppoe
%{_sbindir}/pppoe-wrapper
%{_mandir}/man1/*
%{_datadir}/applications/*
%dir %{_datadir}/tkpppoe
%dir %{_sysconfdir}/ppp/rp-pppoe-gui
%{_datadir}/tkpppoe/*

#----------------------------------------------------------------------------

%package plugin
Summary:	PPP over ethernet kernel-mode plugin
Group:		System/Servers
Requires:	%{name} = %{EVRD}
Conflicts:	ppp-pppoe

%description plugin
PPP over ethernet kernel-mode plugin.

%files plugin
%doc doc/KERNEL-MODE-PPPOE

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%serverbuild
cd src
./configure \
	--docdir=%{_docdir}/%{name} \
	--enable-plugin=%{_includedir} \
	--docdir=%{_docdir}/%{name}

%make

%install
pushd src
%makeinstall_std
popd

pushd gui
%makeinstall_std
popd

# This is necessary for the gui to work, but it shouldn't be done here !
mkdir -p %{buildroot}%{_sysconfdir}/ppp/rp-pppoe-gui

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/rp-pppoe-gui.desktop <<EOF
[Desktop Entry]
Name=TkPPPoE
Comment=Frontend for rp-pppoe
Exec=%{_bindir}/tkpppoe
Icon=remote_access_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Internet-RemoteAccess;Network;RemoteAccess;Dialup;
EOF

perl -pi -e "s/restart/restart\|reload/g;" %{buildroot}%{_initrddir}/pppoe
rm -rf %{buildroot}/usr/share/doc

mkdir -p %{buildroot}%{_libdir}/pppd/%{pppver}
rm -f %{buildroot}%{_sysconfdir}/ppp/plugins/README

# backward compatibility links
for i in connect start stop setup status; do
	ln -sf %{_sbindir}/pppoe-$i %{buildroot}%{_sbindir}/adsl-$i
	ln -sf pppoe-$i.8 %{buildroot}%{_mandir}/man8/adsl-$i.8
done


%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.11-5
+ Revision: 82bb82f
- Adjust BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18845 |14mr|rrdtool-1.4.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname rrd %{major}
%define libth %mklibname rrd_th %{major}
%define devname %mklibname -d rrdtool

Summary:	Round Robin Database Tool to store and display time-series data
Name:		rrdtool
Version:	1.4.8
Release:	8
License:	GPLv2+
Group:		Networking/Other
Url:		http://oss.oetiker.ch/rrdtool/
Source0:	http://oss.oetiker.ch/rrdtool/pub/%{name}-%{version}.tar.gz
Source1:	rrdcached.service
Source2:	rrdcached.sysconfig
Source3:	rrdcached.tmpfiles
Source100:	rrdtool.rpmlintrc
Patch0:		rrdtool-1.4.7-pic.diff
Patch1:		rrdtool-1.2.23-fix-examples.patch
Patch2:		rrdtool-1.4.1-avoid-version.diff
Patch3:		rrdtool-setup.py-module-name.diff
Patch4:		rrdtool-1.4.7-no-rpath.diff
# Install tcl bindings to correct location as per policy (the upstream
# conditional that should nearly do this doesn't work) - AdamW 2008/12
Patch5:		rrdtool-1.4.8-tcl_location.diff
# Relax version requirement for Tcl, it breaks if you're using a
# pre-release - AdamW 2008/12
Patch6:		rrdtool-1.4.8-imginfo-check.patch
Patch7:		rrdtool-1.4.1-tcl_soname.diff
Patch8:		rrdtool-1.4.4-gettext-0.17_hack.diff
Patch9:		rrdtool-1.4.7-lua-5.2.patch
BuildRequires:	chrpath
BuildRequires:	dbi-devel
BuildRequires:	gettext
BuildRequires:	groff
BuildRequires:	intltool >= 0.35.0
BuildRequires:	libtool
BuildRequires:	gd-devel
BuildRequires:	gettext-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2) >= 2.4.6
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(pango) >= 1.28.4
BuildRequires:	pkgconfig(pangocairo)  >= 1.28.4
BuildRequires:	pkgconfig(python)
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(zlib)
Requires:	fonts-ttf-dejavu

%description
RRD is the Acronym for Round Robin Database. RRD is a system to store and
display time-series data (i.e. network bandwidth, machine-room temperature,
server load average). It stores the data in a very compact way that will not
expand over time, and it presents useful graphs by processing the data to
enforce a certain data density. It can be used either via simple wrapper
scripts (from shell or Perl) or via frontends that poll network devices and
put a friendly user interface on it.

%package -n	rrdcached
Summary:	Data caching daemon for RRDtool
Group:		System/Servers
Requires(post,preun,pre,postun):	rpm-helper
Requires:	%{name} >= %{version}-%{release}

%description -n	rrdcached
rrdcached is a daemon that receives updates to existing RRD files, accumulates
them and, if enough have been received or a defined time has passed, writes the
updates to the RRD file. The daemon was written with big setups in mind which
usually runs into I/O related problems. This daemon was written to alleviate
these problems.

%package -n	%{libname}
Summary:	RRDTool - round robin database shared libraries
Group:		System/Libraries
Obsoletes:	%{_lib}rrdtool4 < 1.4.8-7

%description -n	%{libname}
This package contains a shared library for %{name}.

%package -n	%{libth}
Summary:	RRDTool - round robin database shared libraries
Group:		System/Libraries
Conflicts:	%{_lib}rrdtool4 < 1.4.8-7

%description -n	%{libth}
This package contains a shared library for %{name}.

%package -n	%{devname}
Summary:	Development libraries and headers for %{libname}
Group:		Development/Other
Requires:	%{libname} >= %{version}-%{release}
Requires:	%{libth} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}rrdtool-devel < 1.4.8-7
Conflicts:	%{_lib}rrdtool4 < 1.4.8-7

%description -n	%{devname}
RRD is the Acronym for Round Robin Database. RRD is a system to store and
display time-series data (i.e. network bandwidth, machine-room temperature,
server load average).

This package provides development libraries and headers for %{libname}.

%package -n	perl-%{name}
Summary:	RRD Tool Perl interface
Group:		Development/Perl
Requires:	%{name} >= %{version}-%{release}

%description -n	perl-%{name}
The RRD Tools Perl modules.

%package -n	python-%{name}
Summary:	RRD Tool Python interface
Group:		Development/Python
Requires:	%{name} >= %{version}-%{release}
Requires:	python >= 2.3

%description -n	python-%{name}
The RRD Tools Python modules.

%package -n	tcl-%{name}
Summary:	RRD Tool TCL interface
Group:		Development/Other
Requires:	%{name} >= %{version}-%{release}
Requires:	tcl

%description -n	tcl-%{name}
The RRD Tools TCL modules.

%package -n	lua-%{name}
Summary:	RRD Tool LUA interface
Group:		Development/Other
Requires:	%{name} >= %{version}-%{release}
Requires:	lua

%description -n	lua-%{name}
The RRD Tools LUA module.

%prep
%setup -q
%patch0 -p1 -b .pic
%patch1 -p1
%patch2 -p0
%patch3 -p0
%patch4 -p1
%patch5 -p1 -b .tcl_location
%patch6 -p1
%patch7 -p0 -b .tcl_soname
%patch9 -p1

cp %{SOURCE1} .
cp %{SOURCE2} .

# annoyance be gone
perl -pi -e "s|^sleep .*|usleep 10000|g" configure.*

# friggin gettext bump
gettext_version=`gettext --version | head -1 | awk '{ print $4}'`
perl -pi -e "s|^AM_GNU_GETTEXT_VERSION.*|AM_GNU_GETTEXT_VERSION\($gettext_version\)|g" configure.ac
mkdir -p m4
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--with-perl-options="INSTALLDIRS=vendor" \
	--enable-tcl-site \
	--disable-ruby

make

%install
%makeinstall_std

# equivalent of "make site-perl-install" except for the PREFIX
# "make site-perl-install" is not done by "make install"
%makeinstall_std -C bindings/perl-piped install_vendor
%makeinstall_std -C bindings/perl-shared install_vendor

install -d %{buildroot}%{_sbindir}

# now create include and files
install -d %{buildroot}%{_includedir}
install -m644 src/rrd*.h %{buildroot}%{_includedir}/

# moving the docs in the right place (another approach)
rm -rf installed_docs
mkdir -p installed_docs/{html,pod,txt,examples/rrdcached}
cp doc/*.txt installed_docs/txt/
cp doc/*.pod installed_docs/pod/
cp doc/*.html installed_docs/html/
cp examples/*.{cgi,pl} installed_docs/examples/
cp examples/rrdcached/*.{pm,pl} installed_docs/examples/rrdcached/
# fix attribs
find installed_docs -type f | xargs chmod 644

#removing things installed in the wrong place
rm -rf %{buildroot}%{_prefix}/lib/perl/*.pm
rm -rf %{buildroot}%{_prefix}/lib/perl/auto/RRDs/RRDs*
rm -rf %{buildroot}%{_prefix}/lib/perl5/site_perl
rm -rf %{buildroot}%{_prefix}/shared
rm -rf %{buildroot}%{_datadir}/doc/%{name}*

# icky ntmake.pl
rm -f %{buildroot}%{perl_vendorarch}/ntmake.pl

# I've tried and tried and tried to get rid of the rpath.
# It only appears after you do a make install, so I have
# no idea what is doing it but this gets rid of it...
#chrpath -d %{buildroot}%{_bindir}/*

# the problem has now moved to the perl stuff...
find %{buildroot}%{_prefix}/lib/perl* -name "*.so" | xargs chrpath -d 

# and the tcl stuff
chrpath -d %{buildroot}%{_libdir}/tclrrd%{version}.so

# remove .in/.am files
find %{buildroot} -name "*.in" | xargs rm -f
find %{buildroot} -name "*.am" | xargs rm -f

# install rrdcached files
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}/var/lib/rrdcached
install -d %{buildroot}/var/run/rrdcached

install -D -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/rrdcached.service
install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/rrdcached
install -D -m 644 %{SOURCE3} %{buildroot}%{_prefix}/lib/tmpfiles.d/rrdcached.conf

# cleanup
rm -rf %{buildroot}%{_datadir}/rrdtool

%pre -n rrdcached
%_pre_useradd rrdcached /var/lib/rrdcached /sbin/nologin

%post -n rrdcached
%_post_service rrdcached

%preun -n rrdcached
%_preun_service rrdcached

%postun -n rrdcached
%_postun_userdel rrdcached

%files
%doc CONTRIBUTORS COPYING COPYRIGHT NEWS README THREADS TODO
%doc installed_docs/txt installed_docs/html
%{_bindir}/rrdcgi
%{_bindir}/rrdtool
%{_bindir}/rrdcreate
%{_bindir}/rrdinfo
%{_bindir}/rrdupdate
%exclude %{_mandir}/man1/rrdcached.1*
%{_mandir}/man1/*

%files -n rrdcached
%config(noreplace) %{_sysconfdir}/sysconfig/rrdcached
%{_prefix}/lib/tmpfiles.d/rrdcached.conf
%{_unitdir}/rrdcached.service
%{_bindir}/rrdcached
%attr(0755,rrdcached,rrdcached) %dir /var/lib/rrdcached
%{_mandir}/man1/rrdcached*

%files -n %{libname}
%{_libdir}/librrd.so.%{major}*

%files -n %{libth}
%{_libdir}/librrd_th.so.%{major}*

%files -n %{devname}
%doc COPYING
%exclude %{_libdir}/tclrrd%{version}.so
%{_libdir}/*.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/librrd.pc
%{_mandir}/man3/librrd.3*

%files -n perl-%{name}
%doc installed_docs/pod installed_docs/examples
%{perl_vendorarch}/*.pm
%{perl_vendorlib}/*.pm
%dir %{perl_vendorarch}/auto/RRDs
%{perl_vendorarch}/auto/RRDs/RRDs.so
%{_mandir}/man3*/RRDp.3*
%{_mandir}/man3*/RRDs.3*

%files -n python-%{name}
%doc bindings/python/AUTHORS bindings/python/COPYING bindings/python/README
%py_platsitedir/*

%files -n tcl-%{name}
%doc bindings/tcl/README
%{tcl_sitearch}/tclrrd
%{_libdir}/tclrrd%{version}.so

%files -n lua-%{name}
%doc bindings/lua/README
%{_prefix}/lib/lua/*/rrd.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.8-8
+ Revision: 0e36174
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18846 |14mr|rsnapshot-1.3.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Local and remote filesystem snapshot utility
Name:		rsnapshot
Version:	1.3.1
Release:	16
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://www.rsnapshot.org
Source0:	%{name}-%{version}.tar.gz
Patch0:		%{name}.patch
Patch1:		rsnapshot-ionice.patch
Patch2:		rsnapshot-exclude-snapshot_root.patch
Patch3:		rsnapshot-pod2man.patch
BuildRequires:	openssh-clients
BuildRequires:	rsync
Requires:	openssh-clients
Requires:	rsync
BuildArch:	noarch

%description
This is a remote backup program that uses rsync to take backup snapshots of
filesystems.  It uses hard links to save space on disk.
For more details see http://www.rsnapshot.org/.

%files
%doc AUTHORS ChangeLog README INSTALL TODO README.utils
%doc docs/Upgrading_from_1.1 docs/HOWTOs/rsnapshot-HOWTO.en.html
%doc rsnapshotdb/rsnapshotDB.CHANGES.txt rsnapshotdb/rsnapshotDB.TODO.txt 
%doc rsnapshotdb/rsnapshotDB.conf.sample
%config %{_sysconfdir}/rsnapshot.conf.default
%config(noreplace) %{_sysconfdir}/rsnapshot.conf
%config(noreplace) %{_sysconfdir}/rsnapshotDB.conf
%config %{_sysconfdir}/rsnapshotDB.xsd
%{_bindir}/rsnapshot
%{_bindir}/rsnapshot-diff
%{_bindir}/rsnapreport.pl
%{_bindir}/rsnapshotDB
%{_datadir}/rsnapshot
%{_mandir}/man1/rsnapshot.1*
%{_mandir}/man1/rsnapshot-diff.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p1

%build
%configure2_5x \
	--sysconfdir=%{buildroot}%{_sysconfdir}

%make

%install
install -d %{buildroot}%{_bindir}
install -m 755 rsnapshot %{buildroot}%{_bindir}/rsnapshot
install -m 755 rsnapshot-diff %{buildroot}%{_bindir}/rsnapshot-diff
install -m 755 utils/rsnapreport.pl %{buildroot}%{_bindir}/rsnapreport.pl

install -d %{buildroot}%{_datadir}/rsnapshot
mv utils/rsnapshotdb rsnapshotdb
mv utils/README README.utils
mv rsnapshotdb/CHANGES.txt rsnapshotdb/rsnapshotDB.CHANGES.txt
mv rsnapshotdb/TODO.txt rsnapshotdb/rsnapshotDB.TODO.txt
install -m 755 utils/* %{buildroot}%{_datadir}/rsnapshot
install -m 755 rsnapshotdb/rsnapshotDB.pl %{buildroot}%{_bindir}/rsnapshotDB

install -d %{buildroot}%{_mandir}/man1
install -m 644 rsnapshot.1 %{buildroot}%{_mandir}/man1/
install -m 644 rsnapshot-diff.1 %{buildroot}%{_mandir}/man1/

install -d %{buildroot}%{_sysconfdir}
install -m 644 rsnapshot.conf.default %{buildroot}%{_sysconfdir}/rsnapshot.conf.default
install -m 600 rsnapshot.conf.default %{buildroot}%{_sysconfdir}/rsnapshot.conf
install -m 600 rsnapshotdb/rsnapshotDB.conf.sample %{buildroot}%{_sysconfdir}/rsnapshotDB.conf
install -m 644 rsnapshotdb/rsnapshotDB.xsd %{buildroot}%{_sysconfdir}/rsnapshotDB.xsd

perl -pi -e  's/^#// if /^#cmd_ssh/; s!/path/to/ssh!/usr/bin/ssh!; s!(snapshot_root\s*)/.snapshots/!#\1/home/.snapshots/!; s!^#(link_dest\s*)0!${1}1!' %{buildroot}%{_sysconfdir}/rsnapshot.conf

perl -pi -e "s|%{buildroot}||g" %{buildroot}%{_bindir}/rsnapshot

# path fix
find %{buildroot} -type f | xargs perl -pi -e "s|/usr/local|%{_prefix}|g"

#Remove unnessesary files
rm -f %{_datadir}/rsnapreport.pl
rm -f %{_datadir}/sign_packages.sh
rm -f %{_datadir}/rsnapshot_if_mounted.sh


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-16
+ Revision: 210f15c
- Add patch to fix pod2man issues



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18847 |14mr|rstart-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: rstart
Version: 1.0.5
Release: 2
Summary: A sample implementation of a Remote Start rsh helper
Group: Development/X11
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11)
BuildRequires: x11-util-macros >= 1.0.1

%description
Rstart is a simple implementation of a Remote Start client as defined in "A
Flexible Remote Execution Protocol Based on rsh". It uses rsh as its
underlying remote execution mechanism.

%prep
%setup -q -n %{name}-%{version}

%build
libtoolize --copy --force
autoreconf -fi
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/rstartd
%{_bindir}/rstart
%{_libdir}/X11/rstart/rstartd.real
%{_libdir}/X11/rstart/config
%{_libdir}/X11/rstart/commands/@List
%{_libdir}/X11/rstart/commands/x11r6/Terminal
%{_libdir}/X11/rstart/commands/x11r6/@List
%{_libdir}/X11/rstart/commands/x11r6/LoadMonitor
%{_libdir}/X11/rstart/commands/ListGenericCommands
%{_libdir}/X11/rstart/commands/ListContexts
%{_libdir}/X11/rstart/contexts/default
%{_libdir}/X11/rstart/contexts/@List
%{_libdir}/X11/rstart/contexts/x11r6
%{_libdir}/X11/rstart/*/x11
%{_libdir}/X11/rstart/*/x
%{_mandir}/man1/rstartd.*
%{_mandir}/man1/rstart.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.5-2
+ Revision: b25d961
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18848 |14mr|rsync-3.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A program for synchronizing files over a network
Name:		rsync
%define	overs	3.1.1
Version: 	3.1.1
#% define	prerel	pre1
Release:	%{?prerel:0.%{prerel}.}1
License:	GPLv3+
Group:		Networking/File transfer
Url:		http://rsync.samba.org/
Source0:	http://rsync.samba.org/ftp/rsync/%{name}-%{version}%{?prerel}.tar.gz
Source1:	http://rsync.samba.org/ftp/rsync/rsync.html
Source2:	http://rsync.samba.org/ftp/rsync/rsyncd.conf.html
#Source4:	http://rsync.samba.org/ftp/rsync/%{name}-%{version}.tar.gz.asc
Source5:	http://rsync.samba.org/ftp/rsync/%{name}-patches-%{overs}.tar.gz
Source6:	http://rsync.samba.org/ftp/rsync/%{name}-patches-%{overs}.tar.gz.asc
Source12:	rsyncd.socket
Source13:	rsyncd.service
Source14:	rsyncd.conf
Source15:	rsyncd.sysconfig
Source16:	rsyncd@.service

Patch1:		rsync-man.patch
Patch2:		rsync-3.1.0-fwhole-program.patch

BuildRequires:	acl-devel
BuildRequires:	acl
Buildrequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(popt)
BuildRequires:	yodl

%bcond_without	patches

%description
Rsync uses a quick and reliable algorithm to very quickly bring
remote and host files into sync.  Rsync is fast because it just
sends the differences in the files over the network (instead of
sending the complete files). Rsync is often used as a very powerful
mirroring process or just as a more capable replacement for the
rcp command.  A technical report which describes the rsync algorithm
is included in this package.

Install rsync if you need a powerful mirroring program.
%if %{with patches}
This rpm has these patches applied from rsync tree:
  - acl: allow to mirror acl

Rebuild the source rpm with `bcond_with patches'
if you don't  want these patches
%endif

%prep 
%setup -q -n %{name}-%{version}%{?prerel} -a5
%patch1 -p1 -b .man~
%patch2 -p1 -b .whole_program~
%if %{with patches}
patch -p1 -b -z .dir-del~ -i rsync*/patches/backup-dir-dels.diff
patch -p1 -b -z .acl~ -i rsync*/patches/acls.diff
%endif

autoreconf -fi

%build
%serverbuild

export CONFIGURE_TOP="$PWD"
export CC=gcc

mkdir -p glibc
pushd glibc
cp -f ../configure.sh .
%configure2_5x	--enable-acl-support \
		--with-nobody-group=nogroup \
		--without-included-zlib \
		--enable-wholeprogram

%make proto
%make
popd

%check
%make -C glibc test

%install
%makeinstall_std -C glibc

install -m644 %{SOURCE1} %{SOURCE2} .

install -m644 %{SOURCE12} -D %{buildroot}%{_unitdir}/rsyncd.socket
install -m644 %{SOURCE13} -D %{buildroot}%{_unitdir}/rsyncd.service
install -m644 %{SOURCE14} -D %{buildroot}%{_sysconfdir}/rsyncd.conf
install -m644 %{SOURCE15} -D %{buildroot}%{_sysconfdir}/sysconfig/rsyncd
install -m644 %{SOURCE16} -D %{buildroot}%{_unitdir}/rsyncd@.service

%files
%doc tech_report.tex README *html NEWS OLDNEWS
%doc support/rrsync
%{_bindir}/rsync
%{_mandir}/man1/rsync.1*
%{_mandir}/man5/rsyncd.conf.5*
%config(noreplace) %{_sysconfdir}/rsyncd.conf
%config(noreplace) %{_sysconfdir}/sysconfig/rsyncd
%{_unitdir}/rsyncd.socket
%{_unitdir}/rsyncd.service
%{_unitdir}/rsyncd@.service

%changelog
* Wed Jul 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.1.1-1
+ Revision: 96c79cf
- Updated to 3.1.1, switched to systemd (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18849 |14mr|rsyslog-5.8.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _with_systemd 1

%define _libdir /%{_lib}

Summary:	Enhanced system logging and kernel message trapping daemons
Name:		rsyslog
Version:	5.8.12
Release:	4
License:	GPLv3
Group:		System/Kernel and hardware
URL:		http://www.rsyslog.com/
Source0:	http://www.rsyslog.com/files/download/%{name}/%{name}-%{version}.tar.gz
Source1:	rsyslog.init
Source2:	rsyslog.sysconfig
Source3:	rsyslog.conf
Source4:	00_common.conf
Source5:	01_mysql.conf
Source6:	02_pgsql.conf
Source7:	03_gssapi.conf
Source8:	04_relp.conf
Source9:	05_dbi.conf
Source10:	06_snmp.conf
Source11:	sysklogd.conf
Source12:	07_rsyslog.log
Patch0:		rsyslog-5.8.12-systemd.patch
Patch1:		rsyslog-5.8.12-systemd-remove-stale-pid-file.patch
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	java-rpmbuild
BuildRequires:	krb5-devel
BuildRequires:	libdbi-devel
BuildRequires:	libtool
BuildRequires:	mysql-devel >= 4.0
BuildRequires:	net-snmp-devel
BuildRequires:	pkgconfig
BuildRequires:	postgresql-devel
BuildRequires:	relp-devel
BuildRequires:	zlib-devel
%if %{_with_systemd}
BuildRequires:	systemd-units
%endif
Requires:	logrotate
Provides:	syslog-daemon
Requires(post):	/sbin/chkconfig
Requires(post):	coreutils
%if %{_with_systemd}
Requires(post):	systemd-units
Requires(post):	systemd-sysvinit
Requires(preun):	systemd-units
Requires(postun):	systemd-units
%endif
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
# Nothing requires sysklogd
#Provides:	sysklogd = 1.4.5-5
Obsoletes:	sysklogd < 1.5-5
Conflicts:	logrotate < 3.5.2
#Conflicts:	sysklogd
Conflicts:	syslog-ng

%description
Rsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL,
PostgreSQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any
message part, and fine grain output format control. It is quite compatible to
stock sysklogd and can be used as a drop-in replacement. Its advanced features
make it suitable for enterprise-class, encryption protected syslog relay chains
while  at the same time being very easy to setup for the novice user.

 o lmnet.so    - Implementation of network related stuff.
 o lmregexp.so - Implementation of regexp related stuff.
 o lmtcpclt.so - This is the implementation of TCP-based syslog clients.
 o lmtcpsrv.so - Common code for plain TCP based servers.
 o imtcp.so    - This is the implementation of the TCP input module.
 o imudp.so    - This is the implementation of the UDP input module.
 o imuxsock.so - This is the implementation of the Unix sockets input module.
 o imklog.so   - The kernel log input module for Linux.
 o immark.so   - This is the implementation of the build-in mark message input
                 module.
 o imfile.so - This is the input module for reading text file data.

%package mysql
Summary:	MySQL support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description mysql
The rsyslog-mysql package contains a dynamic shared object that will add
MySQL database support to rsyslog.

 o ommysql.so - This is the implementation of the build-in output module for
                MySQL.

%package pgsql
Summary:	PostgreSQL support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description pgsql
The rsyslog-pgsql package contains a dynamic shared object that will add
PostgreSQL database support to rsyslog.

 o ompgsql.so - This is the implementation of the build-in output module for
                PgSQL.

%package gssapi
Summary:	GSS-API support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description gssapi
The rsyslog-gssapi package contains dynamic shared objects that will add
GSS-API support to rsyslog.

 o lmgssutil.so - This is a miscellaneous helper class for gss-api features.
 o imgssapi.so  - This is the implementation of the GSSAPI input module.
 o omgssapi.so  - This is the implementation of the build-in forwarding output
                  module.

%package relp
Summary:	RELP support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description relp
The rsyslog-relp package contains a dynamic shared object that will add
RELP support to rsyslog.

 o imrelp.so - This is the implementation of the RELP input module.
 o omrelp.so - This is the implementation of the RELP output module.

%package dbi
Summary:	Dbi support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description dbi
The rsyslog-dbi package contains a dynamic shared object that will add
dbi driver support to rsyslog.

 o omlibdbi.so - This is the implementation of the dbi output module.

%package snmp
Summary:	SNMP support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description snmp
The rsyslog-snmp package contains a dynamic shared object that will add
SNMP support to rsyslog.

 o omsnmp.so - This module sends an snmp trap.

%package docs
Summary:	HTML documentation for rsyslog
Group:		System/Kernel and hardware

%description docs
This package contains the HTML documentation for rsyslog.

%prep
%setup -q

mkdir -p Mandriva
cp %{SOURCE1} Mandriva/rsyslog.init
cp %{SOURCE2} Mandriva/rsyslog.sysconfig
cp %{SOURCE3} Mandriva/rsyslog.conf
cp %{SOURCE4} Mandriva/00_common.conf
cp %{SOURCE5} Mandriva/01_mysql.conf
cp %{SOURCE6} Mandriva/02_pgsql.conf
cp %{SOURCE7} Mandriva/03_gssapi.conf
cp %{SOURCE8} Mandriva/04_relp.conf
cp %{SOURCE9} Mandriva/05_dbi.conf
cp %{SOURCE10} Mandriva/06_snmp.conf
cp %{SOURCE11} Mandriva/syslog.conf
cp %{SOURCE12} Mandriva/rsyslog.log

%patch0 -p1 -b .systemd
%patch1 -p1 -b .bak1

%build
%if %mdkver >= 201200
%serverbuild_hardened
%else
%serverbuild
%endif

%configure2_5x \
%if %{_with_systemd}
    --with-systemdsystemunitdir=%{_unitdir} \
%endif
    --disable-static \
    --sbindir=/sbin \
    --enable-largefile \
    --enable-regexp \
    --enable-zlib \
    --enable-gssapi-krb5 \
    --enable-pthreads \
    --enable-klog \
    --enable-inet \
    --enable-mysql \
    --enable-pgsql \
    --enable-libdbi \
    --enable-snmp \
    --enable-rsyslogd \
    --enable-mail \
    --enable-relp \
    --enable-imfile \
    --enable-imtemplate

%make

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_initrddir}
install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
install -d -m 755 %{buildroot}%{_sysconfdir}/rsyslog.d

%if !%{_with_systemd}
install -p -m 755 Mandriva/rsyslog.init %{buildroot}%{_initrddir}/rsyslog
%endif
install -p -m 644 Mandriva/rsyslog.conf %{buildroot}%{_sysconfdir}/rsyslog.conf
install -p -m 644 Mandriva/syslog.conf %{buildroot}%{_sysconfdir}/syslog.conf
install -p -m 644 Mandriva/rsyslog.log %{buildroot}%{_sysconfdir}/logrotate.d/rsyslog
install -p -m 644 Mandriva/rsyslog.sysconfig %{buildroot}/%{_sysconfdir}/sysconfig/rsyslog
install -p -m 644 Mandriva/*_*.conf %{buildroot}%{_sysconfdir}/rsyslog.d/

#get rid of *.la
rm %{buildroot}/%{_libdir}/rsyslog/*.la

# cleanup
rm -f %{buildroot}%{_libdir}/rsyslog/imtemplate.so

# fix html docs
rm -rf html_docs; mkdir -p html_docs
cp doc/*.html doc/*.jpg html_docs/
chmod 644 html_docs/*

# (bor) rsyslog.socket conflicts with syslog.socket for the /dev/log
rm -f %{buildroot}/lib/systemd/system/rsyslog.socket

%post
# The following should really be part of _post_service
[ $1 = 1 -a -x /bin/systemctl ] && /bin/systemctl enable rsyslog.service || :

%_post_service rsyslog

for n in /var/log/{messages,secure,maillog,spooler}; do
    [ -f $n ] && continue
    umask 066 && touch $n
done

# (from Mageia) Handle a quirk of rsyslog installation
if [ -f /etc/systemd/system/multi-user.target.wants/rsyslog.service -a ! -f /etc/systemd/system/syslog.service ]; then
	cp -a /etc/systemd/system/multi-user.target.wants/rsyslog.service /etc/systemd/system/syslog.service
fi

%triggerin -- rsyslog < 5.6.2-3
# enable systemd unit on update
[ -x /bin/systemctl ] && /bin/systemctl enable rsyslog.service || :

%triggerpostun -- rsyslog < 2.0.1-2mdv2008.1
if [ ! -f /etc/syslog.conf ]; then
    # restore syslog.conf
    mv -f /etc/rsyslog.conf /etc/syslog.conf
    mv -f /etc/rsyslog.conf.rpmnew /etc/rsyslog.conf
fi

%triggerun -- rsyslog < 3.0.0
/bin/kill `cat /var/run/rklogd.pid 2> /dev/null` > /dev/null 2>&1 ||:

%triggerun -- sysklogd < 1.5-5
. /etc/sysconfig/syslog
if echo $SYSLOGD_OPTIONS | grep -q -- "-r"
then
	sed -i	-e 's/^\#\$ModLoad imudp.so$/$ModLoad imudp.so/' \
		-e 's/^\#\$UDPServerRun 514$/$UDPServerRun 514/' /etc/rsyslog.d/00_common.conf
fi
if [ -f /var/run/syslogd.pid ]
then
	%{_initrddir}/syslog stop
	%{_initrddir}/rsyslog start
fi

%preun
%_preun_service rsyslog
# The following should really be part of _preun_service
[ $1 = 0 -a -x /bin/systemctl ] && /bin/systemctl disable rsyslog.service || :

%postun
if [ "$1" -ge "1" ]; then
    %{_initrddir}/rsyslog condrestart > /dev/null 2>/dev/null || :
fi

%post mysql
%{_initrddir}/rsyslog condrestart > /dev/null 2>/dev/null || :

%preun mysql
if [ "$1" = 0 ]; then
    %{_initrddir}/rsyslog condrestart > /dev/null 2>/dev/null || :
fi

%post pgsql
%{_initrddir}/rsyslog condrestart > /dev/null 2>/dev/null || :

%preun pgsql
if [ "$1" = 0 ]; then
    %{_initrddir}/rsyslog condrestart > /dev/null 2>/dev/null || :
fi

%post gssapi
%{_initrddir}/rsyslog condrestart > /dev/null 2>/dev/null || :

%preun gssapi
if [ "$1" = 0 ]; then
    %{_initrddir}/rsyslog condrestart > /dev/null 2>/dev/null || :
fi

%post relp
%{_initrddir}/rsyslog condrestart > /dev/null 2>/dev/null || :

%preun relp
if [ "$1" = 0 ]; then
    %{_initrddir}/rsyslog condrestart > /dev/null 2>/dev/null || :
fi

%post dbi
%{_initrddir}/rsyslog condrestart > /dev/null 2>/dev/null || :

%preun dbi
if [ "$1" = 0 ]; then
    %{_initrddir}/rsyslog condrestart > /dev/null 2>/dev/null || :
fi

%post snmp
%{_initrddir}/rsyslog condrestart > /dev/null 2>/dev/null || :

%preun snmp
if [ "$1" = 0 ]; then
    %{_initrddir}/rsyslog condrestart > /dev/null 2>/dev/null || :
fi

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README  doc/rsyslog-example.conf
%config(noreplace) %{_sysconfdir}/rsyslog.conf
%config(noreplace) %{_sysconfdir}/syslog.conf
%config(noreplace) %{_sysconfdir}/sysconfig/rsyslog
%config(noreplace) %{_sysconfdir}/logrotate.d/rsyslog
%dir %{_sysconfdir}/rsyslog.d
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_common.conf
%if %{_with_systemd}
%{_unitdir}/rsyslog.service
%else
%{_initrddir}/rsyslog
%endif
/sbin/rsyslogd
%dir %{_libdir}/rsyslog
%{_libdir}/rsyslog/imfile.so
%{_libdir}/rsyslog/imklog.so
%{_libdir}/rsyslog/immark.so
%{_libdir}/rsyslog/imtcp.so
%{_libdir}/rsyslog/imudp.so
%{_libdir}/rsyslog/imuxsock.so
%{_libdir}/rsyslog/lmnet.so
%{_libdir}/rsyslog/lmnetstrms.so
%{_libdir}/rsyslog/lmnsd_ptcp.so
%{_libdir}/rsyslog/lmregexp.so
%{_libdir}/rsyslog/lmstrmsrv.so
%{_libdir}/rsyslog/lmtcpclt.so
%{_libdir}/rsyslog/lmzlibw.so
%{_libdir}/rsyslog/lmtcpsrv.so
%{_libdir}/rsyslog/omtesting.so
%{_libdir}/rsyslog/ommail.so
%{_libdir}/rsyslog/omruleset.so
%{_mandir}/*/*

%files mysql
%doc plugins/ommysql/createDB.sql plugins/ommysql/contrib/delete_mysql
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_mysql.conf
%{_libdir}/rsyslog/ommysql.so

%files pgsql
%doc plugins/ompgsql/createDB.sql
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_pgsql.conf
%{_libdir}/rsyslog/ompgsql.so

%files gssapi
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_gssapi.conf
%{_libdir}/rsyslog/omgssapi.so
%{_libdir}/rsyslog/imgssapi.so
%{_libdir}/rsyslog/lmgssutil.so

%files relp
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_relp.conf
%{_libdir}/rsyslog/imrelp.so
%{_libdir}/rsyslog/omrelp.so

%files dbi
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_dbi.conf
%{_libdir}/rsyslog/omlibdbi.so

%files snmp
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_snmp.conf
%{_libdir}/rsyslog/omsnmp.so

%files docs
%doc html_docs/*



%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.8.12-4
+ Revision: 9c81109
- BuildList#2062192: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18850 |14mr|rtkit-0.11-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Realtime Policy and Watchdog Daemon
Name:		rtkit
Version:	0.11
Release:	15
Group:		System/Libraries
License:	GPLv3+ and BSD
Url:		http://git.0pointer.de/?p=rtkit.git
Source0:	http://0pointer.de/public/%{name}-%{version}.tar.xz
Patch1:		rtkit-0.11-systemd205.patch
Requires:	polkit >= 0.93
Requires(pre,post,postun):	setup
BuildRequires:	cap-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(systemd)

%description
RealtimeKit is a D-Bus system service that changes the
scheduling policy of user processes/threads to SCHED_RR (i.e. realtime
scheduling mode) on request. It is intended to be used as a secure
mechanism to allow real-time scheduling to be used by normal user
processes.

%prep
%setup -q
%apply_patches

%build
%configure \
	--with-systemdsystemunitdir=%{_unitdir}

%make
./rtkit-daemon --introspect > org.freedesktop.RealtimeKit1.xml

%install
%makeinstall_std
install -D org.freedesktop.RealtimeKit1.xml %{buildroot}/%{_datadir}/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml

%pre
%_pre_useradd rtkit /proc /sbin/nologin

%post
dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig >/dev/null 2>&1 || :
%systemd_post rtkit-daemon.service

%postun
%_postun_userdel rtkit
%systemd_postun rtkit-daemon.service

%files
%doc README rtkit.c rtkit.h
%attr(0755,root,root) %{_sbindir}/rtkitctl
%attr(0755,root,root) %{_libexecdir}/rtkit-daemon
%{_datadir}/dbus-1/system-services/org.freedesktop.RealtimeKit1.service
%{_datadir}/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml
%{_datadir}/polkit-1/actions/org.freedesktop.RealtimeKit1.policy
%{_mandir}/man*/rtkitctl.*
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf
%{_unitdir}/rtkit-daemon.service

%changelog
* Sun Sep 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-15
+ Revision: 35b1b46
- Updated to 0.11 (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18851 |14mr|rtmpdump-2.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	rtmpdump
%define version	2.3
%define rel	5

%define major	0
%define libname	%mklibname rtmp %major
%define devname	%mklibname rtmp -d

%define build_crypto 0

%bcond_with plf

%if %with plf
%define build_crypto 1
%define distsuffix plf
%if %mdvver >= 201100
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif
%endif

%if !%build_crypto
%define notice This version does not contain RTMPE / RTMPS / SWF verification support.
%else
%if %with plf
%define notice This package is in PLF because it contains support for the RTMPE protocol \
which some people may consider to be a DRM protection mechanism.
%else
%define notice %nil
%endif
%endif

Summary:	Toolkit for RTMP streams
Name:		%{name}
Version:	%{version}
Release:	%mkrel %rel%{?extrarelsuffix}
URL:		http://rtmpdump.mplayerhq.hu/
Source:		http://rtmpdump.mplayerhq.hu/download/%name-%version.tgz
# fix pkgconfig issues
Patch0:		rtmp-pkgconfig-hardcoded.patch
Patch1:		rtmp-pkgconfig-private.patch
# these do not belong to sbindir
Patch2:		rtmp-no-sbindir.patch
# (from upstream) link progs against shared library
Patch3:		rtmp-link-shared.patch
Patch4:		rtmp-link-shared2.patch
License:	GPLv2+
Group:		Video
BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires:	zlib-devel
%if %build_crypto
BuildRequires:	openssl-devel
%endif
Requires:	%libname >= %{version}

%description
rtmpdump is a toolkit for RTMP streams.

%notice

%package -n %libname
Summary:	Shared library: librtmp
Group:		System/Libraries

%description -n %libname
Shared library for handling RTMP streams.

%notice

%package -n %devname
Summary:	Development files for librtmp
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	rtmp-devel = %{version}-%{release}
Provides:	librtmp-devel = %{version}-%{release}
Requires:	openssl-devel

%description -n %devname
The development files that are needed to build software depending
on librtmp.

%prep
%setup -q
%apply_patches

%build
%make XCFLAGS="%optflags" LDFLAGS="%ldflags" \
%if !%build_crypto
	CRYPTO=
%endif
# empty line

%install
rm -rf %{buildroot}
%makeinstall_std prefix=%{_prefix} libdir=%{_libdir} mandir=%{_mandir}
rm %{buildroot}%{_libdir}/librtmp.a

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ChangeLog
%{_bindir}/rtmpdump
%{_bindir}/rtmpgw
%{_bindir}/rtmpsrv
%{_bindir}/rtmpsuck
%{_mandir}/man1/rtmpdump.1*
%{_mandir}/man8/rtmpgw.8*

%files -n %libname
%defattr(-,root,root)
%{_libdir}/librtmp.so.%{major}*

%files -n %devname
%defattr(-,root,root)
%dir %{_includedir}/librtmp
%{_includedir}/librtmp/*.h
%{_libdir}/librtmp.so
%{_libdir}/pkgconfig/librtmp.pc
%{_mandir}/man3/librtmp.3*




%changelog
* Mon Feb 20 2012 root <root@build-client_i586-2.rosalab.ru> 2.3-5
+ Revision: ff84ebf
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18852 |14mr|ruby-2.1.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# will also apply to all subpackages also, but since they all depend on
# ruby = %version anyways for now, it doesn't really matter...
%if %{_use_internal_dependency_generator}
%define __noautoreq 'ruby\\(abi\\)'
%else
%define _requires_exceptions ruby\(abi\)
%endif

%define my_target_cpu %{_target_cpu}
%ifarch amd64
%define my_target_cpu x86_64
%endif

%define subver 2.1
%define abiver 2.1.0

%bcond_with tcltk

Summary:	Object Oriented Script Language
Name:		ruby
Version:	2.1.2
Release:	5
License:	Ruby or GPLv2+
Group:		Development/Ruby
Url:		http://www.ruby-lang.org/
Source0:	ftp://ftp.ruby-lang.org/pub/ruby/%{subver}/ruby-%{version}.tar.bz2
Source1:	http://www.rubycentral.com/faq/rubyfaqall.html
Source2:	http://dev.rubycentral.com/downloads/files/ProgrammingRuby-0.4.tar.bz2
# from ruby 1.9, to prevent file conflicts
Source4:	ruby-mode.el
Patch0:		ruby-do_not_propagate_no-undefined.patch
# Use shared libs as opposed to static for mkmf
# See bug rhbz#428384
Patch1:		ruby-2.1.2-mkmf-use-shared.patch
Patch2:		ruby-2.1.2-do-not-use-system-ruby-to-generate-ri-doc.patch
# http://redmine.ruby-lang.org/issues/5108
Patch3:		ruby-2.1.2-stdout-rouge-fix.patch
# backport from upstream
Patch4:		rubygems-2.2-docs.patch
Patch5:		rubygems-2.2-buildroot.patch

BuildRequires:	byacc
BuildRequires:	db52-devel
BuildRequires:	gdbm-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(yaml-0.1)
BuildRequires:	pkgconfig(zlib)
%if %{with tcltk}
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(tk)
%else
Obsoletes:	ruby-tk < %{EVRD}
%endif
%rename		ruby-rexml
%rename		ruby-irb
%rename		ruby-libs
%rename		ruby-rdoc
%rename		ruby1.9
%rename		ruby-rake
%rename		rubygem-rake
%rename		ruby-RubyGems
Provides:	rubygems = %{EVRD}

# explicit file provides (since such requires are automatically added by find-requires)
Provides:	/usr/bin/ruby
Provides:	ruby(abi) = %{abiver}

%description
Ruby is the interpreted scripting language for quick and
easy object-oriented programming.  It has many features to
process text files and to do system management tasks (as in
Perl).  It is simple, straight-forward, and extensible.

%files -f %{name}.list
%dir %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}-%{version}/README
%doc %{_docdir}/%{name}
%{_bindir}/*
%dir %{_prefix}/lib/%{name}/
%dir %{_prefix}/lib/%{name}/gems
%dir %{_prefix}/lib/%{name}/gems/%{abiver}
%{_mandir}/*/*
%{_datadir}/emacs/site-lisp/*
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/gems
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/gems/rake-*
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/gems/rake-*/bin
%{_prefix}/lib/%{name}/gems/%{abiver}/gems/rake-*/bin/rake
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/gems/rdoc-*
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/gems/rdoc-*/bin
%{_prefix}/lib/%{name}/gems/%{abiver}/gems/rdoc-*/bin/rdoc
%{_prefix}/lib/%{name}/gems/%{abiver}/gems/rdoc-*/bin/ri
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/gems/test-unit-*
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/gems/test-unit-*/bin
%{_prefix}/lib/%{name}/gems/%{abiver}/gems/test-unit-*/bin/testrb
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/specifications
%{_prefix}/lib/%{name}/gems/%{abiver}/specifications/default/*.gemspec
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*

#----------------------------------------------------------------------------

%define libname %mklibname ruby %{subver}

%package -n	%{libname}
Summary:	Shared main library for ruby %{subver}
Group:		System/Libraries

%description -n %{libname}
This package contains the shared ruby %{subver} library.

%files -n %{libname}
%{_libdir}/libruby.so.%{subver}*

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for the powerful language Ruby
Group:		Development/Ruby
BuildArch:	noarch
%rename		ruby1.9-doc

%description doc
Ruby is the interpreted scripting language for quick and
easy object-oriented programming.  It has many features to
process text files and to do system management tasks (as in
Perl). It is simple, straight-forward, and extensible.

This package contains the Ruby's documentation

%files doc
%{_datadir}/ri
%dir %{_docdir}/%{name}-%{version}
%{_docdir}/%{name}-%{version}/COPYING*
%{_docdir}/%{name}-%{version}/ChangeLog
%{_docdir}/%{name}-%{version}/README.*
%{_docdir}/%{name}-%{version}/FAQ.html
%{_docdir}/%{name}-%{version}/sample
%{_docdir}/%{name}-%{version}/ProgrammingRuby*

#----------------------------------------------------------------------------

%package devel
Summary:	Development file for the powerful language Ruby
Group:		Development/Ruby
Requires:	%{name} = %{EVRD}
%rename		ruby-static
%rename		ruby1.9-devel

%description devel
Ruby is the interpreted scripting language for quick and
easy object-oriented programming.  It has many features to
process text files and to do system management tasks (as in
Perl). It is simple, straight-forward, and extensible.

This package contains the Ruby's devel files.

%files devel
%{_includedir}/ruby-*
%{_libdir}/libruby-static.a
%{_libdir}/libruby.so
%{_libdir}/pkgconfig/ruby-%{subver}.pc
%{_libdir}/pkgconfig/ruby.pc

#----------------------------------------------------------------------------

%if %{with tcltk}
%package tk
Summary:	Tk extension for the powerful language Ruby
Group:		Development/Ruby
Requires:	%{name} = %{version}
%rename		ruby1.9-tk

%description tk
Ruby is the interpreted scripting language for quick and
easy object-oriented programming.  It has many features to
process text files and to do system management tasks (as in
Perl). It is simple, straight-forward, and extensible.

This package contains the Tk extension for Ruby.

%files tk
%{_prefix}/lib/%{name}/%{abiver}/%{my_target_cpu}-%{_target_os}/tcltk*
%{_prefix}/lib/%{name}/%{abiver}/%{my_target_cpu}-%{_target_os}/tk*
%{_prefix}/lib/%{name}/%{abiver}/tcltk*
%{_prefix}/lib/%{name}/%{abiver}/tk*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .undefined
%patch1 -p1 -b .shared~
%patch2 -p1 -b .ri
%patch3 -p1 -b .stdout~
%patch4 -p1 -b .docs~
%patch5 -p1 -b .buildroot~

%build
autoreconf -fi
touch configure.in

CFLAGS=`echo %{optflags} | sed 's/-fomit-frame-pointer//'`
%configure2_5x \
	--enable-shared \
	--disable-rpath \
	--enable-pthread \
	--with-sitedir=%{_prefix}/lib/ruby/%{abiver}/site_ruby \
	--with-vendordir=%{_prefix}/lib/ruby/%{abiver}/vendor_ruby \
	--with-rubylibprefix=%{_prefix}/lib/ruby
%make

%install
%makeinstall_std install-doc

install -d %{buildroot}%{_docdir}/%{name}-%{version}
cp -a COPYING* ChangeLog README* sample %{buildroot}%{_docdir}/%{name}-%{version}
install -m644 %{SOURCE1} -D %{buildroot}%{_docdir}/%{name}-%{version}/FAQ.html

install -m644 %{SOURCE4} -D %{buildroot}%{_datadir}/emacs/site-lisp/ruby-mode.el

install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
cat <<EOF >%{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el
(autoload 'ruby-mode "ruby-mode" "Ruby editing mode." t)
(add-to-list 'auto-mode-alist '("\\\\.rb$" . ruby-mode))
(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode))
EOF

tar -C %{buildroot}%{_docdir}/%{name}-%{version} -xjf %{SOURCE2}
mv %{buildroot}%{_docdir}/%{name}-%{version}/ProgrammingRuby-*/{html/*,}
rm -rf %{buildroot}%{_docdir}/%{name}-%{version}/ProgrammingRuby-*/{html,xml}/

# Make the file/dirs list, filtering out tcl/tk and devel files
find %{buildroot}%{_prefix}/lib/ruby/%{abiver} \
          \( -not -type d -printf "%%p\n" \) \
          -or \( -type d -printf "%%%%dir %%p\n" \) \
| sed -e 's#%{buildroot}##g' \
| egrep -v '/(tcl)?tk|(%{my_target_cpu}-%{_target_os}/.*[ha]$)' > %{name}.list

# Fix scripts permissions and location
find %{buildroot} sample -type f | file -i -f - | grep text | cut -d: -f1 >text.list
cat text.list | xargs chmod 0644
#  Magic grepping to get only files with '#!' in the first line
cat text.list | xargs grep -n '^#!' | grep ':1:#!' | cut -d: -f1 >shebang.list
cat shebang.list | xargs sed -i -e 's|/usr/local/bin|/usr/bin|; s|\./ruby|/usr/bin/ruby|'
cat shebang.list | xargs chmod 0755

pushd %{buildroot}%{_libdir}/pkgconfig/
ln -s ruby-%{subver}.pc ruby.pc
popd

%check
make test


%changelog
* Thu Jul 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.2-5
+ Revision: 626e375
- Add patch to make rubygems respect --build-root option



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18853 |14mr|rubygem-atk-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	rbname	atk

Summary:	Ruby binding of ATK-1.0.x
Name:		rubygem-%{rbname}
Version:	2.2.0
Release:	1
License:	LGPLv2.1+
Group:		Development/Ruby
Url:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildRequires:	rubygem-glib2-devel
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	rubygem(glib2)

%description
Ruby binding of ATK-1.0.x.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Ruby

%description devel
Development files for %{name}.

%files devel
%{ruby_sitearchdir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-1
+ Revision: 0a1b147
- New version 2.2.0, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18854 |14mr|rubygem-cairo-1.12.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname cairo

Summary:	Ruby binding of cairo
Name:		rubygem-%{rbname}
Version:	1.12.9
Release:	2
Group:		Development/Ruby
License:	GPLv2+ or Ruby
Url:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	rubygem(pkg-config)

%description
Ruby binding of cairo.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/context/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}
%doc %{ruby_gemdir}/gems/%{rbname}-%{version}/README.rdoc

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Ruby

%description devel
Development files for %{name}.

%files devel
%{ruby_sitearchdir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.12.9-2
+ Revision: 7e0be1f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18855 |14mr|rubygem-gdk_pixbuf2-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname gdk_pixbuf2

Summary:	Ruby binding of GdkPixbuf-2.x
Name:		rubygem-%{rbname}
Version:	2.2.0
Release:	1
License:	LGPLv2.1+
Group:		Development/Ruby
Url:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygem-glib2-devel
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	rubygem(glib2)

%description
Ruby binding of GdkPixbuf-2.x.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Ruby

%description devel
Development files for %{name}.

%files devel
%{ruby_sitearchdir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-1
+ Revision: b52b25d
- New version 2.2.0, update BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18856 |14mr|rubygem-glib2-2.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname glib2

Summary:	Ruby binding of GLib-2.x
Name:		rubygem-%{rbname}
Version:	2.2.0
Release:	3
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildRequires:	rubygem(pkg-config)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(ruby)

%description
Ruby binding of GLib-2.x.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gnome2/rake/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/glib2.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Development/Ruby
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Ruby

%description devel
Development files for %{name}.

%files devel
%{ruby_sitearchdir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-3
+ Revision: 1c8e155
- Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18857 |14mr|rubygem-gobject-introspection-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname gobject-introspection
%define oname gobject_introspection

Summary:	Ruby binding of gobject-introspection
Name:		rubygem-%{rbname}
Version:	2.2.0
Release:	1
License:	LGPLv2.1+
Group:		Development/Ruby
Url:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygem-glib2-devel
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	rubygem(glib2)

%description
Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{oname}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Ruby

%description devel
Development files for %{name}.

%files devel
%{ruby_sitearchdir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Wed Aug 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-1
+ Revision: ffc3ea8
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18858 |14mr|rubygem-gstreamer-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname gstreamer

Summary:	Ruby binding of GStreamer
Name:		rubygem-%{rbname}
Version:	2.2.0
Release:	1
License:	LGPLv2.1+
Group:		Development/Ruby
Url:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygem-glib2-devel
BuildRequires:	rubygem-gobject-introspection-devel
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	rubygem(glib2)
BuildRequires:	rubygem(gobject-introspection)
Obsoletes:	ruby-gst < 0.90.6

%description
Ruby/GStreamer is a Ruby binding for GStreamer.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gst/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Wed Aug 27 2014 Rosa <rosa@abf.rosalinux.ru> 2.2.0-1
+ Revision: c1458a1
- Automatic import for version 2.2.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18859 |14mr|rubygem-gtk2-2.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname gtk2

Summary:	Ruby binding of GTK+-2.x
Name:		rubygem-%{rbname}
Version:	2.2.0
Release:	2
License:	LGPLv2.1+
Group:		Development/Ruby
Url:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygem-atk-devel
BuildRequires:	rubygem-cairo-devel
BuildRequires:	rubygem-glib2-devel
BuildRequires:	rubygem-pango-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	pkgconfig(x11)
BuildRequires:	rubygem(atk)
BuildRequires:	rubygem(cairo)
BuildRequires:	rubygem(gdk_pixbuf2)
BuildRequires:	rubygem(pango)
# Obsolete no longer supported packages from ruby-gnome2
Obsoletes:	ruby-bonobo2 < 0.90.6
Obsoletes:	ruby-bonoboui2 < 0.90.6
Obsoletes:	ruby-gconf2 < 0.90.6
Obsoletes:	ruby-gnome2 < 0.90.6
Obsoletes:	ruby-gnomecanvas2 < 0.90.6
Obsoletes:	ruby-gnomeprint2 < 0.90.6
Obsoletes:	ruby-gnomeprintui2 < 0.90.6
Obsoletes:	ruby-gnomevfs2 < 0.90.6
Obsoletes:	ruby-gtkglext < 0.90.6
Obsoletes:	ruby-gtkhtml2 < 0.90.6
Obsoletes:	ruby-libart2 < 0.90.6
Obsoletes:	ruby-libglade2 < 0.90.6
Obsoletes:	ruby-panelapplet2 < 0.90.6

%description
Ruby binding of GTK-2.x.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Ruby
# Obsolete no longer supported packages from ruby-gnome2
Obsoletes:	ruby-gnome2-devel < 0.90.6

%description devel
Development files for %{name}.

%files devel
%{ruby_sitearchdir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Wed Aug 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-2
+ Revision: a757a49
- Obsolete no longer supported modules



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18860 |14mr|rubygem-gtksourceview2-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname gtksourceview2

Summary:	Ruby binding of gtksourceview-2.x
Name:		rubygem-%{rbname}
Version:	2.2.0
Release:	1
License:	LGPLv2.1+
Group:		Development/Ruby
Url:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygem-cairo-devel
BuildRequires:	rubygem-glib2-devel
BuildRequires:	rubygem-gtk2-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	rubygem(atk)
BuildRequires:	rubygem(cairo)
BuildRequires:	rubygem(gdk_pixbuf2)
BuildRequires:	rubygem(glib2)
BuildRequires:	rubygem(gtk2)
BuildRequires:	rubygem(pango)
Obsoletes:	ruby-gtksourceview2 < 0.90.6

%description
Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Wed Aug 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-1
+ Revision: 48b25b1
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18861 |14mr|rubygem-pango-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname pango

Summary:	Ruby binding of Pango
Name:		rubygem-%{rbname}
Version:	2.2.0
Release:	1
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygem-cairo-devel
BuildRequires:	rubygem-glib2-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	rubygem(cairo)
BuildRequires:	rubygem(glib2)

%description
Ruby binding of Pango.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Ruby

%description devel
Development files for %{name}.

%files devel
%{ruby_sitearchdir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-1
+ Revision: 1574747
- New version 2.2.0, update BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18862 |14mr|rubygem-pkg-config-1.1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname pkg-config

Summary:	A pkg-config implementation for Ruby
Name:		rubygem-%{rbname}
Version:	1.1.5
Release:	2
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		https://github.com/rcairo/pkg-config
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
pkg-config can be used in your extconf.rb to properly detect need libraries
for compiling Ruby native extensions.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/pkg-config
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/pkg-config/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.5-2
+ Revision: c6ad1ec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18863 |14mr|rubygem-poppler-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname poppler

Summary:	Ruby binding of poppler-glib
Name:		rubygem-%{rbname}
Version:	2.2.0
Release:	1
License:	LGPLv2.1+
Group:		Development/Ruby
Url:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygem-cairo-devel
BuildRequires:	rubygem-glib2-devel
BuildRequires:	rubygem-gtk2-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	rubygem(cairo)
BuildRequires:	rubygem(glib2)
BuildRequires:	rubygem(gtk2)

%description
Ruby binding of poppler-glib.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-1
+ Revision: 8c48f2b
- New version 2.2.0, update BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18864 |14mr|rubygem-rsvg2-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname rsvg2

Summary:	Ruby binding of librsvg-2.x
Name:		rubygem-%{rbname}
Version:	2.2.0
Release:	1
License:	LGPLv2.1+
Group:		Development/Ruby
Url:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygem-cairo-devel
BuildRequires:	rubygem-glib2-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	rubygem(cairo)
BuildRequires:	rubygem(glib2)

%description
Ruby binding of librsvg-2.x.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-1
+ Revision: f764709
- New version 2.2.0, update BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18865 |14mr|rubygem-vte-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname vte

Summary:	Ruby binding of VTE
Name:		rubygem-%{rbname}
Version:	2.2.0
Release:	1
License:	LGPLv2.1+
Group:		Development/Ruby
Url:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygem-glib2-devel
BuildRequires:	rubygem-gtk2-devel
BuildRequires:	pkgconfig(ruby)
BuildRequires:	pkgconfig(vte)
BuildRequires:	rubygem(glib2)
BuildRequires:	rubygem(gtk2)

%description
Ruby binding of VTE.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb 
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog
* Thu Aug 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-1
+ Revision: 38c92aa
- New version 2.2.0, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18866 |14mr|ruby-progressbar-0.11.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Generated from progressbar-0.11.0.gem by gem2rpm5 -*- rpm-spec -*-          
%define	rbname	progressbar

Summary:	Ruby/ProgressBar is a text progress bar library for Ruby
Name:		ruby-%{rbname}

Version:	0.11.0
Release:	2
Group:		Development/Ruby
License:	GPLv2+ or Ruby
URL:		http://github.com/peleteiro/progressbar
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygems >= 1.3.6
BuildArch:	noarch

%description
Ruby/ProgressBar is a text progress bar library for Ruby. It can indicate
progress with percentage, a progress bar, and estimated remaining time.

%package	doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
BuildArch:	noarch

%description	doc
Documents, RDoc & RI documentation for %{name}.

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%files
#%dir %{ruby_gemdir}/gems/%{rbname}-%{version}
#%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11.0-2
+ Revision: d788a11
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18867 |14mr|ruby-qt4-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ruby Qt4 bindings
Name:		ruby-qt4
Version:	4.13.3
Release:	1
Epoch:		1
License:	GPLv2+ and LGPLv2.1+
Group:		Development/KDE and Qt
Url:		http://www.kde.org
%define is_beta %(if test `echo %version |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/qtruby-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	kde4-macros
BuildRequires:	ruby
BuildRequires:	kdelibs4-devel
BuildRequires:	qscintilla-qt4-devel
BuildRequires:	ruby-devel
BuildRequires:	smokeqt-devel >= 1:%{version}
BuildRequires:	pkgconfig(phonon)

%description
A Qt4 bindings for Ruby language.

%files
%doc COPYING COPYING.LIB README TODO AUTHORS ChangeLog
%{_kde_bindir}/rbqtapi
%{ruby_sitearchdir}/qscintilla.so
%{ruby_sitearchdir}/qtdeclarative.so
%{ruby_sitearchdir}/qtruby4.so
%{ruby_sitearchdir}/qtuitools.so
%{ruby_sitearchdir}/qtwebkit.so
%{ruby_sitearchdir}/qtscript.so
%{ruby_sitearchdir}/qttest.so
%{ruby_sitearchdir}/phonon.so
%{ruby_sitelibdir}/Qt.rb
%{ruby_sitelibdir}/Qt3.rb
%{ruby_sitelibdir}/Qt4.rb
%{ruby_sitelibdir}/Qt
%{ruby_sitelibdir}/qscintilla
%{ruby_sitelibdir}/qtdeclarative
%{ruby_sitelibdir}/qtuitools
%{ruby_sitelibdir}/qtwebkit
%{ruby_sitelibdir}/qtscript
%{ruby_sitelibdir}/qttest
%{ruby_sitelibdir}/phonon

#------------------------------------------------------------

%define libqtruby4shared_major 2
%define libqtruby4shared %mklibname qtruby4shared %{libqtruby4shared_major}

%package -n %{libqtruby4shared}
Summary:	Qt generic bindings library
Group:		Development/KDE and Qt

%description -n %{libqtruby4shared}
Qt generic bindings library.

%files -n %{libqtruby4shared}
%{_kde_libdir}/libqtruby4shared.so.%{libqtruby4shared_major}*

#------------------------------------------------------------

%package devel
Summary:	Header files for ruby-qt4
Group:		Development/KDE and Qt
Requires:	ruby-qt4 = %{EVRD}
Requires:	%{libqtruby4shared} = %{EVRD}

%description devel
ruby-qt4 devel files.

%files devel
%{_kde_bindir}/rbrcc
%{_kde_bindir}/rbuic4
%{_kde_libdir}/libqtruby4shared.so
%{_kde_includedir}/qtruby
%{_kde_datadir}/qtruby4/cmake/*.cmake

#------------------------------------------------------------

%prep
%setup -qn qtruby-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 3c4f2f2
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18868 |14mr|ruby-rbogl-0.32g-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ruby-rbogl
%define version 0.32g
%define release  14

Summary: Ruby extension library to use OpenGL
Name: %{name}
Version: %{version}
Release: %{release}
URL: http://www2.giganet.net/~yoshi/
Source0: rbogl-%{version}.tar.bz2
Patch0:  opengl-0.32g-RString.patch
License: GPL
Group: Development/Ruby
Requires: ruby >= 1.8
BuildRequires: ruby-devel
BuildRequires: pkgconfig(x11)
BuildRequires: mesa-common-devel

%description
Ruby extension library to use OpenGL.

%prep
%setup -q -n opengl-%{version}
%patch0 -p1

%build
ruby extconf.rb --with-x11-lib=/usr/%{_lib}/X11
CFLAGS=${RPM_OPT_FLAGS} make
sed -i 's|/usr/local|/usr|' sample/*.rb

%install
make install DESTDIR=%buildroot
rm -rf sample/.svn

%files
%{ruby_sitearchdir}/*.so
%doc README.EUC ChangeLog sample 



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.32g-14
+ Revision: 039e12d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18869 |14mr|ruby-sary-1.2.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname sary

Summary:	Ruby Binding of Sary
Name:		ruby-%{rname}
Version:	1.2.0
Release:	13
License:	LGPL
Group:		Development/Ruby
URL:		http://prime.sourceforge.jp/src/
Source0:	%{rname}-ruby-%{version}.tar.bz2
Patch0:		sary-ruby-1.2.0-ruby19.patch
Patch1:		sary-ruby-1.2.0-sfmt.patch
BuildRequires:	ruby-devel
BuildRequires:	sary-devel

%description
Ruby Binding of Sary

%prep
%setup -q -n %{rname}-ruby-%{version}
%patch0 -p1
%patch1 -p1

%build
ruby extconf.rb
make

%install
%makeinstall_std

%files
%{ruby_sitearchdir}/%{rname}.so
%doc ChangeLog README.en.rd README.ja.rd
%doc Reference.en.rd Reference.ja.rd




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-13
+ Revision: 5ba30ee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18870 |14mr|run-parts-3.2.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       run-parts
Version:    3.2.1
Release:    10
Epoch:      1
Summary:    Run scripts or programs in a directory
License:    GPLv2+
Group:      System/Configuration/Other
Url:        http://svn.mandriva.com/svn/soft/run-parts/trunk
Source:     debianutils_%{version}.tar.gz
Patch0:     run-parts-3.2.1-blacklist-rpm-files.patch
Patch1:     run-parts-3.2.1-allow-dots-in-filenames.patch
Conflicts:  setup < 2.7.11-2
BuildRoot:  %{_tmppath}/%{name}-%{version}

%description
run-parts runs a number of scripts or programs found in a single direc-
tory.  Filenames should consist entirely of upper and lower
case letters, digits,  underscores,  and  hyphens. Subdirectories  of
directory and files with other names will be silently ignored.

%prep
%setup -q -n debianutils-%{version}
%patch0 -p 1
%patch1 -p 1

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man8
install -d -m 755 %{buildroot}%{_mandir}/fr/man8

install -m 755 run-parts  %{buildroot}%{_bindir}
install -m 644 run-parts.8  %{buildroot}%{_mandir}/man8
install -m 644 po4a/fr/run-parts.8  %{buildroot}%{_mandir}/fr/man8

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc debian/changelog debian/copyright
%{_bindir}/run-parts
%{_mandir}/man8/run-parts.8*
%{_mandir}/fr/man8/run-parts.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.2.1-10
+ Revision: 5000ae1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18871 |14mr|rusers-0.17-26
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Displays the users logged into machines on the local network
Name:		rusers
Version:	0.17
Release:	26
License:	BSD
Group:		Monitoring
Url:		ftp://sunsite.unc.edu/pub/Linux/system/network/daemons/
Source0:	ftp://sunsite.unc.edu/pub/Linux/system/network/daemons/netkit-rusers-%{version}.tar.bz2
Source1:	rusersd.init
Source2:	rstatd.tar.bz2
Source3:	rstatd.init
Source4:	rusers.x
Source5:	rstat.x
Source100:	rusers.rpmlintrc
Patch0:		rstatd-jbj.patch
Patch1:		netkit-rusers-0.15-numusers.patch
Patch2:		rusers-0.15-libproc.patch
Patch3:		netkit-rusers-0.17-2.4.patch
Patch4:		netkit-rusers-0.17-includes.patch
Patch5:		netkit-rusers-0.17-2.6-stats.patch
BuildRequires:	procps-devel
BuildRequires:	pkgconfig(libtirpc)

%description
The rusers program allows users to find out who is logged into various machines
on the local network.  The rusers command produces output similar to who, but
for the specified list of hosts or for all machines on the local network.

Install rusers if you need to keep track of who is logged into your local
network.

%files
%{_bindir}/rup
%{_bindir}/rusers
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package	server
Summary:	Server for the rusers protocol
Group:		System/Servers
Requires(post,preun):	rpm-helper
Requires:	rpcbind

%description	server
The rusers program allows users to find out who is logged into various machines
on the local network. The rusers command produces output similar to who, but
for the specified list of hosts or for all machines on the local network. The
rusers-server package contains the server for responding to rusers requests.
(rpc.rusersd, rpc.rstatd)

Install rusers-server if you want remote users to be able to see who is logged
into your machine.

%files server
%doc  README ChangeLog BUGS
%{_initrddir}/rusersd
%{_initrddir}/rstatd
%{_sbindir}/*
%{_mandir}/man8/*

%post server
%_post_service rusersd
%_post_service rstatd

%preun server
%_preun_service rusersd
%_preun_service rstatd

#----------------------------------------------------------------------------

%prep
%setup -qn netkit-rusers-%{version} -a 2
cp %{SOURCE4} %{SOURCE5} .
%apply_patches

%build
%serverbuild
sh configure
sed -i -e 's|-O2|\$(RPM_OPT_FLAGS)|' MCONFIG
sed -i -e 's|LIBS=|LIBS=-ltirpc|' MCONFIG
sed -i -e 's|/usr/include/rpcsvc/rusers.x|../rusers.x|g' */Makefile
sed -i -e 's|/usr/include/rpcsvc/rstat.x|../rstat.x|g' */*akefile

%make
%make -C rpc.rstatd

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_mandir}/{man1,man8}

make INSTALLROOT=%{buildroot} install MANDIR=%{_mandir}
make INSTALLROOT=%{buildroot} install -C rpc.rstatd MANDIR=%{_mandir}

install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/rusersd
install -m 755 %{SOURCE3} %{buildroot}%{_initrddir}/rstatd

cd %{buildroot}%{_mandir}/man8
for i in rstatd rusersd; do
	rm $i.8
	ln -s rpc.$i.8.bz2 $i.8.bz2
done



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.17-26
+ Revision: 7eabb0c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18872 |14mr|rwall-0.17-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
Summary:	Client and server for sending messages to a host's logged in users
Name:		rwall
Version:	0.17
Release:	23
License:	BSD
Group:		System/Servers
Source:		ftp://sunsite.unc.edu/pub/Linux/system/network/daemons/netkit-rwall-%version.tar.bz2
Source1:	rwalld.init
Patch0:		netkit-rwalld-0.10-banner.patch
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires:	tirpc-devel
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
The rwall command sends a message to all of the users logged into a specified
host.  Actually, your machine's rwall client sends the message to the rwall
daemon running on the specified host, and the rwall daemon relays the message
to all of the users logged in to that host.  The rwall daemon is run from
/etc/inetd.conf and is disabled by default on Mandriva Linux systems (it can be
very annoying to keep getting all those messages when you're trying to play
Quake--I mean trying to get some work done).

Install rwall if you'd like the ability to send messages to users logged in to
a specified host machine.

%prep

%setup -q -n netkit-rwall-%version
%patch0 -p1

%build
%serverbuild
CC="gcc" CFLAGS="$RPM_OPT_FLAGS" ./configure
%make LIBS="-ltirpc"

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_mandir}/man{1,8}

%makeinstall INSTALLROOT=%{buildroot} MANDIR=%{_mandir}
install -m 755 %{SOURCE1} -D %{buildroot}%{_initrddir}/rwalld

rm %{buildroot}%{_mandir}/man8/rwalld.8
ln -s rpc.rwalld.8 %{buildroot}%{_mandir}/man8/rwalld.8

perl -pi -e "s|/etc/rc.d/init.d|%{_initrddir}|" %{buildroot}%{_initrddir}/*
 
%post
%_post_service rwalld

%preun
%_preun_service rwalld

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_initrddir}/rwalld
%{_bindir}/rwall
%{_sbindir}/rpc.rwalld
%{_mandir}/man8/rpc.rwalld.8*
%{_mandir}/man8/rwalld.8*
%{_mandir}/man1/rwall.1*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.17-23
+ Revision: 47fc83b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18873 |14mr|rwho-0.17-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Logged in to local network machines
Name:		rwho
Version:	0.17
Release:	22
License:	BSD
Group:		Monitoring
Url:		ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
Source:		ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rwho-%{version}.tar.bz2
Source1:	rwhod.init
#FIX for http://www.mandriva.com/security/advisories?name=MDKSA-2005:039
Patch0:		netkit-rwho-0.17-makefiles.patch
Patch2:		rwho-0.17-fixbcast.patch
Patch3:		rwho-0.17-fixhostname.patch
Patch5:		rwho-0.17-CAN-2004-1180.patch

Requires(pre):	rpm-helper

%description
The rwho command displays output similar to the output of the who
command (it shows who is logged in) for all machines on the local
network running the rwho daemon.

Install the rwho command if you need to keep track of the users who
are logged in to your local network.

%prep
%setup -q -n netkit-rwho-%{version}

%patch5 -p1 -b .can-2004-118
# (02/11/05 - vdanen) drop due to it being too intrusive against the security patch
# and we don't support alpha anyways
%patch0 -p1 -b .makefiles
%patch2 -p0 -b .fixbcast
%patch3 -p1 -b .fixhostname

%build
%serverbuild
CFLAGS="%{optflags}" ./configure --with-c-compiler=gcc

make RPM_OPT_FLAGS="%{optflags}"
make RPM_OPT_FLAGS="%{optflags}" -C ruptime

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}/%{_mandir}/man{1,8}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}/var/spool/rwho

make INSTALLROOT=%{buildroot} MANDIR=%{_mandir} install 
make INSTALLROOT=%{buildroot} install -C ruptime MANDIR=%{_mandir}

install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/rwhod

perl -pi -e "s|/etc/rc.d/init.d|%{_initrddir}|" %{buildroot}%{_initrddir}/*

%post
%_post_service rwhod

%preun
%_preun_service rwhod

%files
%{_bindir}/ruptime
%{_mandir}/man1/ruptime.1*
%{_bindir}/rwho
%{_mandir}/man1/rwho.1*
%{_sbindir}/rwhod
%{_mandir}/man8/rwhod.8*
%attr(0755,daemon,daemon) /var/spool/rwho
%config(noreplace) %{_initrddir}/rwhod


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.17-22
+ Revision: edc6e3f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18874 |14mr|rxvt-2.7.10-26
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A color VT102 terminal emulator for the X Window System
Name:		rxvt
Epoch:		3
Version:	2.7.10
Release: 	26
License:	GPLv2
Group:		Terminals

Source:		ftp://ftp.rxvt.org/pub/rxvt/rxvt-%{version}.tar.bz2
Source1:	rxvt.sh
Source2:	rxvt-zh.menu
Source3:	rxvt-CLE-mini.png
Source4:	rxvt-CLE.png
Source5:	rxvt-CLE-large.png

Patch0:		rxvt-2.7.8-big-buffer.patch
# definition of the default fonts to use depending on language -- pablo 
Patch2:		rxvt-2.7.10-fonts.patch
# IM fix from http://www.giga.it.okayama-u.ac.jp/~ishihara/opensource/:
Patch3:		rxvt-2.7.10-xim-fix.patch 

# from gentoo
Patch4:		rxvt-2.7.10-asneeded.patch
Patch5:		rxvt-2.7.10-azz4.diff
Patch6:		rxvt-2.7.10-line-scroll.patch
Patch7:		rxvt-2.7.10-rk.patch
Patch8:		rxvt-2.7.10-CVE-2008-1142-DISPLAY.patch

Buildroot:	%{_tmppath}/%name-%{version}-%{release}-root
URL:		http://rxvt.sourceforge.net/
Obsoletes:	crxvt <= 2.7.10, gbrxvt <= 2.7.10
Obsoletes:	rxvt-CLE <= 2.7.10
Provides:	crxvt = %{version}-%{release}, gbrxvt = %{version}-%{release}
Provides:	rxvt-CLE = %{version}-%{release}
BuildRequires:	xpm-devel utempter-devel lesstif-devel
# X11 locales are required to build IM support
BuildRequires:	libx11-common
Conflicts:	drakconf < 9.3-25mdk

%package CJK
Summary:	CJK menus for rxvt
Requires:	%{name} = %{epoch}:%{version}-%{release}
Group:		Terminals

%description
Rxvt is a color VT102 terminal emulator for the X Window System.
Rxvt is intended to be an xterm replacement for users who don't need
the more esoteric features of xterm, like Tektronix 4014 emulation,
session logging and toolkit style configurability.  Since it doesn't
support those features, rxvt uses much less swap space than xterm
uses.  This is a significant advantage on a machine which is serving
a large number of X sessions.

The rxvt package should be installed on any machine which serves a
large number of X sessions, if you'd like to improve that machine's
performance.

This version of rxvt can display Japanese, Chinese (Big5 and GuoBiao) 
and Korean.

%description CJK
This package contains the CJK versions of rxvt.

%prep
%setup -q
%patch0 -p1 -b .bigbuf
%patch2 -p1 -b .fonts
%patch3 -p1 -b .im

%patch4 -p1 -b .asneeded
%patch5 -p1 -b .azz4
%patch6 -p0 -b .line-scroll
%patch7 -p1 -b .rk
%patch8 -p1 -b .CVE-2008-1142

%build
# NeXT scrollbar is cool :)
perl -pi -e s/-eten-/-\*-/g src/defaultfont.h

export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -DUTEMPTER"  
%configure2_5x --mandir=%_mandir \
	--enable-xpm-background --enable-menubar \
	--enable-utmp --enable-ttygid \
	--enable-transparency --enable-next-scroll --enable-rxvt-scroll --enable-xterm-scroll \
	--enable-xim --enable-languages --enable-smart-resize  \
	--enable-mousewheel --enable-static=yes

# make -j doesn't works... seems some Makefile tasks are done in wrong order
#make -j 2
make
cp src/rxvt src/rxvt.cjk
cp src/rxvt src/rxvt.bin

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std
mkdir -p $RPM_BUILD_ROOT/etc/X11/app-defaults
touch src/rxvt
for i in cjk bin;do
	install -m755 src/rxvt.$i $RPM_BUILD_ROOT/usr/bin
done
rm -f $RPM_BUILD_ROOT/usr/bin/rxvt
rm -f $RPM_BUILD_ROOT/usr/bin/rxvt-%{version}

install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/usr/bin

# (fg) 20000925 Make the necessary links
( cd $RPM_BUILD_ROOT/usr/bin;
  for i in {gb,c,j,k}rxvt; do
		ln rxvt.sh $i
  done
  ln -s rxvt.sh rxvt
)

mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/rxvt

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/
cat << EOF > %buildroot%{_datadir}/applications/mandriva-rxvt.desktop
[Desktop Entry]
Type=Application
Categories=X-MandrivaLinux-System-Terminals;TerminalEmulator;
Name=RXvt
Comment=A version of the rxvt terminal with support for Traditional Chinese, Simplified Chinese, Japanese and Korean.
Exec=/usr/bin/rxvt
Icon=rxvt-CLE
EOF

cat << EOF > %buildroot%{_datadir}/applications/mandriva-rxvt-C_tw.desktop
[Desktop Entry]
Type=Application
Categories=X-MandrivaLinux-System-Terminals;TerminalEmulator;
Name=CRXvt (Big5)  
Comment=Traditional Chinese rxvt terminal  
Exec=/usr/bin/crxvt -ls  
Icon=rxvt-CJK
EOF

cat << EOF > %buildroot%{_datadir}/applications/mandriva-rxvt-C_ch.desktop
[Desktop Entry]
Type=Application
Categories=X-MandrivaLinux-System-Terminals;TerminalEmulator;
Name=GBRXvt (GB2312)  
Comment=Simplified Chinese rxvt terminal  
Exec=/usr/bin/gbrxvt -ls  
Icon=rxvt-CJK
EOF

cat << EOF > %buildroot%{_datadir}/applications/mandriva-rxvt-J.desktop
[Desktop Entry]
Type=Application
Categories=X-MandrivaLinux-System-Terminals;TerminalEmulator;
Name=JRXvt (JIS)  
Comment=Japanese rxvt terminal  
Exec=/usr/bin/jrxvt -ls
Icon=rxvt-CJK
EOF

cat << EOF > %buildroot%{_datadir}/applications/mandriva-rxvt-K.desktop
[Desktop Entry]
Type=Application
Categories=X-MandrivaLinux-System-Terminals;TerminalEmulator;
Name=KRXvt (KSC5601)  
Comment=Korean rxvt terminal  
Exec=/usr/bin/krxvt -ls
Icon=rxvt-CJK
EOF

# (fg) 20000929 New icons from ln
mkdir -p $RPM_BUILD_ROOT/%{_iconsdir}/{large,mini}
for i in CLE CJK; do
install -m644 %{SOURCE3} $RPM_BUILD_ROOT/%{_miconsdir}/rxvt-$i.png

install -m644 %{SOURCE4} $RPM_BUILD_ROOT/%{_iconsdir}/rxvt-$i.png
install -m644 %{SOURCE5} $RPM_BUILD_ROOT/%{_liconsdir}/rxvt-$i.png
done

chmod -x doc/menu/*

%post
%if %mdkversion < 200900
%{update_menus}
%endif
update-alternatives --install /usr/bin/xvt xvt /usr/bin/rxvt 20

%postun
%if %mdkversion < 200900
%{clean_menus}
%endif

if [ "$1" = "0" ]; then
	update-alternatives --remove xvt /usr/bin/rxvt
fi

%if %mdkversion < 200900
%post CJK
%update_menus
%endif

%if %mdkversion < 200900
%postun CJK
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc doc/*
%_bindir/rclock
%_bindir/rxvt
%_bindir/rxvt.bin
%_bindir/rxvt.cjk
%_bindir/rxvt.sh
%_mandir/man1/*
#%config(missingok,noreplace) /etc/rxvt/rxvt-zh.menu
%{_datadir}/applications/mandriva-rxvt.desktop
%{_iconsdir}/rxvt-CLE.png
%{_liconsdir}/rxvt-CLE.png
%{_miconsdir}/rxvt-CLE.png

%files CJK
%defattr(-,root,root)
%_bindir/crxvt
%_bindir/gbrxvt
%_bindir/jrxvt
%_bindir/krxvt
%{_datadir}/applications/mandriva-rxvt-*.desktop
%{_iconsdir}/rxvt-CJK.png
%{_liconsdir}/rxvt-CJK.png
%{_miconsdir}/rxvt-CJK.png





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3:2.7.10-26
+ Revision: 8a881df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18875 |14mr|rygel-0.22.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2.2
%define major 2
%define libname %mklibname %{name} %{api} %{major}

%define url_ver %(echo %{version} | cut -d. -f1,2)

Summary:	A UPnP v2 Media Server
Name:		rygel
Version:	0.22.2
Release:	2
License:	LGPLv2+
Group:		Sound
Url:		https://wiki.gnome.org/Rygel
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
#BuildRequires:	tracker-vala
BuildRequires:	vala >= 0.20.0
BuildRequires:	tracker-devel
BuildRequires:	pkgconfig(gee-0.8) >= 0.8.0
BuildRequires:	pkgconfig(gio-2.0) >= 2.26
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gssdp-1.0) >= 0.13.0
BuildRequires:	pkgconfig(gstreamer-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-app-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-tag-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-video-1.0) >= 1.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:	pkgconfig(gupnp-1.0) >= 0.19.0
BuildRequires:	pkgconfig(gupnp-av-1.0) >= 0.11.4
BuildRequires:	pkgconfig(gupnp-dlna-2.0) >= 0.9.4
BuildRequires:	pkgconfig(gupnp-dlna-gst-2.0) >= 0.9.4
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.34.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.7
BuildRequires:	pkgconfig(sqlite3) >= 3.5
BuildRequires:	pkgconfig(uuid) >= 1.41.3
Requires:	gnome-icon-theme-symbolic
Requires:	gstreamer1.0-libav
Requires:	gstreamer1.0-plugins-bad
Requires:	gstreamer1.0-plugins-good
Requires:	gstreamer1.0-plugins-ugly
Requires:	shared-mime-info

%description
Rygel is an implementation of the UPnP MediaServer V 2.0 specification that is
specifically designed for GNOME. It is based on GUPnP and is written (mostly)
in Vala language. The project was previously known as gupnp-media-server.

%files -f %{name}.lang
%doc AUTHORS COPYING README TODO NEWS
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_bindir}/%{name}
%{_bindir}/%{name}-preferences
%dir %{_libdir}/%{name}-%{api}
%dir %{_libdir}/%{name}-%{api}/plugins
%{_libdir}/%{name}-%{api}/plugins/*media-export.*
%{_libdir}/%{name}-%{api}/plugins/*external.*
%{_libdir}/%{name}-%{api}/plugins/*playbin.*
%{_libdir}/%{name}-%{api}/plugins/*mpris.*
%{_libdir}/%{name}-%{api}/plugins/*gst-launch.*
%{_libdir}/%{name}-%{api}/engines/*media-engine-simple.*
%{_libdir}/%{name}-%{api}/engines/*media-engine-gst.*
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}*
%{_iconsdir}/*/*/*/*
%{_mandir}/man?/*
%{_datadir}/dbus-1/services/org.gnome.Rygel1.service

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared libraries for %{name}.

%files -n %{libname}
%{_libdir}/lib*-%{api}.so.%{major}
%{_libdir}/lib*-%{api}.so.%{major}.*

#----------------------------------------------------------------------------

%package devel
Summary:	Development package for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description devel
Files for development with %{name}.

%files devel
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}-*-%{api}.pc
%{_datadir}/gtk-doc/html/*
%{_includedir}/%{name}-%{api}
%{_datadir}/vala/vapi/*

#----------------------------------------------------------------------------

%package tracker
Summary:	Tracker plugin for %{name}
Group:		Sound
Requires:	%{name} = %{version}-%{release}
Requires:	tracker

%description tracker
A plugin for rygel to use tracker to locate media on the local machine.

%files tracker
%{_libdir}/%{name}-%{api}/plugins/*tracker.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-gst-launch-plugin
%make

%install
%makeinstall_std

%find_lang %{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.22.2-2
+ Revision: 6cfc2c9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18876 |14mr|s2u-0.9.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: System to user tools
Name: s2u
Version: 0.9.2
Release: 4
URL: http://www.mandrivalinux.com/
Source0: %{name}-%{version}.tar.bz2
Patch0: s2u-0.9.2-new-libnotify.patch
License: GPLv2+
Group: Graphical desktop/Other
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: dbus-glib-devel
BuildRequires: gtk+2-devel
BuildRequires: libnotify-devel >= 0.7
Requires: dbus
Requires: initscripts >= 7.06-52mdk

%description
Use dbus to communicate between from the system to the users.

%prep
%setup -q
%apply_patches

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog README AUTHORS LICENSE
%_bindir/s2u
%_sysconfdir/X11/xinit.d/s2u
%_sysconfdir/sysconfig/network-scripts/hostname.d/s2u
%config(noreplace) %_sysconfdir/dbus-1/system.d/*.conf

# MAKE THE CHANGES IN SVN: NO PATCH OR SOURCE ALLOWED





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.2-4
+ Revision: 30e6d20
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18877 |14mr|sablotron-1.0.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	altname Sablot
%define builddir $RPM_BUILD_DIR/%{altname}-%{version}
%define libname_orig libsablotron

%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

%define jscript 1
%define readline 0
%define GPL 0

Summary:	XSLT, XPath and DOM processor
Name:		sablotron
Version:	1.0.3
Release:	12
%if %{GPL} 
License:	GPL
%else
License:	MPL/GPL
%endif
Group:		Development/Other
URL:		http://www.gingerall.cz
Source0:	http://download-1.gingerall.cz/download/sablot/%{altname}-%{version}.tar.bz2
Source1:	http://download-1.gingerall.cz/download/sablot/SabTest-%{version}.tar.bz2
Patch0:		Sablot-linkage_fix.diff
BuildRequires:	expat-devel >= 1.95.2
BuildRequires:	perl-XML-Parser
BuildRequires:	ncurses-devel
BuildRequires:	libstdc++-devel
BuildRequires:	autoconf2.5
BuildRequires:	automake1.9 >= 1.9.2
BuildRequires:	libtool
%if %{jscript}
BuildRequires:	js-devel >= 1.5
BuildRequires:	pkgconfig
%endif 
%if %{readline}
BuildRequires:	readline-devel
%endif
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Sablotron is a fast, compact and portable XML toolkit
implementing XSLT, DOM and XPath.

The goal of this project is to create a lightweight,
reliable and fast XML library processor conforming to the W3C
specification, which is available for public and can be used as a base
for multi-platform XML applications.

%package -n	%{libname}
Summary:	Main library for sablotron
Group:		System/Libraries
Provides:	%{libname_orig} = %{version}-%{release}

%description -n	%{libname}
Contains the library for sablotron.

%package -n	%{develname}
Summary:	The development libraries and header files for Sablotron
Requires:	sablotron = %{version}
Group:		Development/C
Provides:	%{libname_orig}-devel = %{version}-%{release}
Provides:	sablotron-devel = %{version}
Obsoletes:	%{mklibname %{name} -d 0}

%description -n	%{develname}
These are the development libraries and header files for Sablotron

%prep

%if %{readline} && !%{GPL}
echo "The readline library may not be linked to non GPL'ed programs, so if you want to have readline support in the debugger, you have to choose the GPL from Sablotron license model."
exit 1
%endif

%setup -q -n %{altname}-%{version} -a1
%patch0 -p0

perl -pi -e 's,SABLOT_LIBS="-L\$sab_base/lib",SABLOT_LIBS="-L\$sab_base/%{_lib}",' SabTest-%{version}/configure{.in,}

%if %{jscript}
JS_INCLUDE_PATH=`pkg-config --cflags libjs|sed -e 's/-I\/usr//'`
perl -pi -e "s|/include/js\b|$JS_INCLUDE_PATH|g" configure*
%endif
touch NEWS AUTHORS ChangeLog
autoreconf -fi
pushd SabTest-%{version}
touch NEWS AUTHORS ChangeLog
autoreconf -fi
popd

%build

export CXXFLAGS="%{optflags}"

%if %{jscript}
export CPLUS_INCLUDE_PATH=`pkg-config --cflags libjs|sed -e 's/-I//'`
%endif

%if %{GPL}
export SABLOT_GPL=1
%endif

%configure2_5x \
%if %{jscript}
    --enable-javascript=%{_prefix} \
%endif
%if %{GPL} && %{readline}
    --with-readline \
%endif
    --enable-debugger

%make

%check
# make and run the test suite
make DESTDIR=`pwd`/SabTest-%{version} install
pushd SabTest-%{version}
touch NEWS AUTHORS ChangeLog
libtoolize --copy --force; aclocal; autoconf; automake --add-missing --copy
%configure2_5x --with-sablot=`pwd`/usr
%make
make test
make test-js
popd

%install
rm -rf %{buildroot}

%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/sablot-config

# nuke installed docs
rm -rf %{buildroot}%{_datadir}/doc

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(0755,root,root)
%{_bindir}/sabcmd
%_mandir/man1/*

%files -n %{libname}
%defattr(-,root,root)
%doc README RELEASE doc/misc/NOTES doc/misc/DEBUGGER
%{_libdir}/libsablot.so.*

%files -n %{develname}
%defattr(-,root,root)
%doc doc/apidoc/sablot doc/apidoc/jsdom-ref doc/apidoc/sxp
%{_bindir}/sablot-config
%{multiarch_bindir}/sablot-config
%{_libdir}/lib*.a
%{_libdir}/lib*.so
%{_includedir}/*.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-12
+ Revision: bfe4a00
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18878 |14mr|sac-1.3-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Java standard interface for CSS parser
Name:		sac
Version:	1.3
Release:	15
License:	W3C
Group:		System/Libraries
Url:		http://www.w3.org/Style/CSS/SAC/
Source0:	http://www.w3.org/2002/06/%{name}java-%{version}.zip
Source1:	%{name}-build.xml
Source2:	%{name}-MANIFEST.MF
Source3:	http://mirrors.ibiblio.org/pub/mirrors/maven2/org/w3c/css/sac/1.3/sac-1.3.pom
BuildArch:	noarch
BuildRequires:	ant
BuildRequires:	java-devel
BuildRequires:	jpackage-utils
BuildRequires:	java-rpmbuild
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	zip
Requires:	java
Requires:	jpackage-utils

%description
SAC is a standard interface for CSS parsers, intended to work with CSS1, CSS2,
CSS3 and other CSS derived languages.

%package javadoc
Group:		Development/Java
Summary:	Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
install -c -m 644 %{SOURCE1} build.xml
find . -name "*.jar" -exec rm -f {} \;

%build
export JAVA_HOME=/usr/lib/jvm/java-1.7.0
cat build.xml
ant jar javadoc

%install
# inject OSGi manifests
mkdir -p META-INF
cp -p %{SOURCE2} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u build/lib/sac.jar META-INF/MANIFEST.MF

mkdir -p %{buildroot}%{_javadir}
cp -p ./build/lib/sac.jar %{buildroot}%{_javadir}/sac.jar

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr build/api/* %{buildroot}%{_javadocdir}/%{name}

%add_to_maven_depmap org.w3c.css sac %{version} JPP sac

# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 %{SOURCE3} \
	%{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc COPYRIGHT.html
%{_javadir}/%{name}.jar
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%doc COPYRIGHT.html
%{_javadocdir}/%{name}


%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-15
+ Revision: c98b27e
- Rebuild with java7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18879 |14mr|sag-0.7.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The LDP's System Administrators' Guide in HTML format
Name:		sag
Version:	0.7.0
Release:	13
License:	distributable
Group:		Books/Computer books
URL:		http://www.linuxdoc.org/LDP/sag/
Source:		sag-0.6.2-html.tar.bz2
BuildArch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
The Linux Documentation Project's System Administrators' Guide, provided in
HTML format. This document provides a generic guide to Linux system
administration. Check the Linux Documentation Project's website at
http://www.metalab.unc.edu/LDP/ for other formats of this document or for any
updates.

Install the sag package if you'd like to use the HTML version of the LDP's
System Administrators' Guide on your own machine.

%prep

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_docdir}/LDP/sag
tar -jxf %{SOURCE0} -C $RPM_BUILD_ROOT%{_docdir}/LDP/sag

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_docdir}/LDP/sag





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.0-13
+ Revision: 7680697
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18880 |14mr|samba-4.1.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Useful commands for testing domain controller/OpenLDAP replacement
# functionality:
#
# Set up initial domain controller:
# samba-tool domain provision --realm=LINDEV.CH --domain=LINDEV --adminpass='PASSWORD' --server-role='domain controller'
# Query:
# ldapsearch -H ldap://127.0.0.1 -x -w 'PASSWORD' -b "DC=lindev,DC=ch" -D "CN=Administrator,CN=Users,DC=lindev,DC=ch"
# With TLS:
# ldapsearch -Z -H ldaps://127.0.0.1:636 -x -w 'PASSWORD' -b "DC=lindev,DC=ch" -D "CN=Administrator,CN=Users,DC=lindev,DC=ch"

%define libsmbmajor	0
%define netapimajor	0
%define smbsharemodesmajor	0
%define dcerpcmajor	0
%define hostconfigmajor	0
%define ndrmajor	0
%define	wbclientmajor	0
%define sambautilmajor	0
%define registrymajor 0
%define gensecmajor 0
%define samdbmajor 0
%define policymajor 0
%define pdbmajor 0
%define credentialsmajor 0
%define smbconfmajor 0
%define smbldapmajor 0
%define tevent_utilmajor 0

# Default options
%bcond_with doc
%bcond_with cifs
%bcond_without ads
%define build_test	1
# CUPS supports functionality for 'printcap name = cups' (9.0 and later):
%define build_cupspc	0
# %_{pre,postun}_service are provided by rpm-helper in 9.0 and later
%define build_mysql	0
%define build_pgsql 	0

# Allow commandline option overrides (borrowed from Vince's qmail srpm):
# To use it, do rpm [-ba|--rebuild] --with 'xxx'
# Check if the rpm was built with the defaults, otherwise we inform the user
%define build_non_default 0
%{?_with_test: %global build_test 1}
%{?_with_test: %global build_non_default 1}
%{?_without_test: %global build_test 0}
%{?_without_test: %global build_non_default 1}
%{?_with_mysql: %global build_mysql 1}
%{?_with_pgsql: %global build_pgsql 1}
%global vfsdir examples.bin/VFS

%bcond_with gtk

%define libname %mklibname smbclient %libsmbmajor
%define libnetapi %mklibname netapi %netapimajor
%define netapidevel %mklibname -d netapi
%define libsmbsharemodes %mklibname smbsharemodes %smbsharemodesmajor
%define smbsharemodesdevel %mklibname -d smbsharemodes
%define libdcerpc %mklibname dcerpc %dcerpcmajor
%define dcerpcdevel %mklibname -d dcerpc
%define libsambahostconfig %mklibname samba-hostconfig %hostconfigmajor
%define sambahostconfigdevel %mklibname -d samba-hostconfig
%define libndr %mklibname ndr %ndrmajor
%define ndrdevel %mklibname -d ndr
%define libwbclient %mklibname wbclient %wbclientmajor
%define wbclientdevel %mklibname -d wbclient
%define libsambautil %mklibname samba-util %sambautilmajor
%define sambautildevel %mklibname -d samba-util
%define libregistry %mklibname registry %registrymajor
%define registrydevel %mklibname -d registry
%define libgensec %mklibname gensec %gensecmajor
%define gensecdevel %mklibname -d gensec
%define libpolicy %mklibname samba-policy %policymajor
%define libpolicydevel %mklibname -d samba-policy
%define libsamdb %mklibname samdb %samdbmajor
%define libsamdbdevel %mklibname -d samdb
%define libtorture %mklibname torture 0
%define libpdb %mklibname pdb %pdbmajor
%define libcredentials %mklibname samba-credentials %credentialsmajor
%define libsmbconf %mklibname smbconf %smbconfmajor
%define libsmbldap %mklibname smbldap %smbldapmajor
%define libtevent_util %mklibname tevent-util %tevent_utilmajor

#Define sets of binaries that we can use in globs and loops:
%global commonbin ntlm_auth,testparm,regdiff,regpatch,regshell,regtree

%global serverbin 	oLschema2ldif
%global serversbin samba,samba_dnsupdate,samba_spnupdate

%global clientbin 	samba-tool,nmblookup,smbclient,cifsdd
%global client_sbin 	mount.smb,mount.smbfs
%global clientbin_renameonly net,rpcclient,smbcacls,smbcquotas,smbpasswd,smbtree,profiles,pdbedit,sharesec,smbcontrol,smbstatus,smbta-util
%global cifs_bin	mount.cifs,umount.cifs
%global client_man	man1/nmblookup	

%global testbin 	smbtorture,masktest,locktest,gentest,ndrdump

%define build_expsam xml%{?_with_pgsql:,pgsql}%{?_with_mysql:,mysql}

%define _serverbuild_flags -fstack-protector-all

Summary:	Samba SMB server
Name: 		samba
Version:	4.1.9
Release:	6
Epoch:		1
License:	GPLv3
Group:		System/Servers
URL:		http://www.samba.org
Source0:	http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
Source99:	http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.asc
Source98:	http://ftp.samba.org/pub/samba/samba-pubkey.asc
Source81:       patch-smb-conf-to-home-sharing.py
Source1:	samba.log
Source3:	samba.xinetd
#Source7:	README.%{name}-mandrake-rpm
BuildRequires:	magic-devel
# For -fuse-ld
BuildRequires:	gcc
Source10:	samba-print-pdf.sh
Source100:	%{name}.rpmlintrc

#Sources that used to be in packaging patch:
Source20:	smbusers
Source21:	smbprint
#Source22:	smbadduser
Source23:	findsmb
Source26:	wrepld.init
Source28:	samba.pamd
Source29:	system-auth-winbind.pamd
Source30:	nmb.service
Source31:	samba.service
Source32:	smb.service
Source33:	winbind.service
Patch0:		samba4-socket-wrapper.patch
Patch1:		samba-4.0.0a20-compile.patch
# xdr_* functions have moved from glibc into libtirpc
Patch2:		samba-4.0.0-tirpc.patch
BuildRequires:	pkgconfig(libtirpc)
# Limbo patches (applied to prereleases, but not preleases, ie destined for
# samba CVS)
Requires:	pam >= 0.64
Requires:	samba-common = %{EVRD}
BuildRequires:	pam-devel readline-devel ncurses-devel popt-devel
BuildRequires:	libxml2-devel
# Samba 3.2 and later should be built with capabilities support:
# http://lists.samba.org/archive/samba/2009-March/146821.html
BuildRequires:	libcap-devel
BuildRequires:	gnupg
# Required for ldb docs
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl
%if %build_pgsql
BuildRequires:	postgresql-devel
%endif
%if %build_mysql
BuildRequires:	mysql-devel
%endif
BuildRequires:	acl-devel
BuildRequires:	openldap-devel
%if %{with ads}
BuildRequires:	openldap-devel
BuildRequires:	krb5-devel
%endif
BuildRequires:	keyutils-devel
BuildRequires:	pkgconfig(tdb) >= 1.2.1
BuildRequires:	python-tdb
BuildRequires:	ldb-devel >= 1:1.1.15
BuildRequires:	pyldb-util-devel >= 1:1.1.15
BuildRequires:	pkgconfig(tevent)
BuildRequires:	python-tevent
BuildRequires:	pkgconfig(talloc)
BuildRequires:	pkgconfig(pytalloc-util)
BuildRequires:	pkgconfig(ctdb) >= 2.0
BuildRequires:	pkgconfig(gnutls)
Requires(pre):	chkconfig mktemp psmisc
Requires(pre):	coreutils sed grep

%define __noautoreq 'devel.*'

%description
Samba provides an SMB server which can be used to provide
network services to SMB (sometimes called "Lan Manager")
clients, including various versions of MS Windows, OS/2,
and other Linux machines. Samba also provides some SMB
clients, which complement the built-in SMB filesystem
in Linux. Samba uses NetBIOS over TCP/IP (NetBT) protocols
and does NOT need NetBEUI (Microsoft Raw NetBIOS frame)
protocol.

Samba features working NT Domain Control capability.

Please refer to the WHATSNEW.txt document for fixup information.
This binary release includes encrypted password support.

Please read the smb.conf file and ENCRYPTION.txt in the
docs directory for implementation details.
%if %build_non_default
WARNING: This RPM was built with command-line options. Please
see README.%{name}-mandrake-rpm in the documentation for
more information.
%endif

%package server
URL:		http://www.samba.org
Summary:	Samba (SMB) server programs
Requires:	%{name}-common = %{EVRD}
# provision requires samba4-python
Requires:	%{name}-python = %{EVRD}
Requires(pre):	rpm-helper
Group:		Networking/Other
%rename	samba
%rename	samba-server-ldap
# SWAT is no longer included in 4.1.x. For now it has been removed
# without replacement, maybe it will come back later
Obsoletes: %{name}-swat < 4.1.6
%if %{without gtk}
Obsoletes: %{name}-domainjoin-gui < %{EVRD}
%endif

%description server
Samba-server provides a SMB server which can be used to provide
network services to SMB (sometimes called "Lan Manager")
clients. Samba uses NetBIOS over TCP/IP (NetBT) protocols
and does NOT need NetBEUI (Microsoft Raw NetBIOS frame)
protocol.

Samba features working NT Domain Control capability.

Please refer to the WHATSNEW.txt document for fixup information.
This binary release includes encrypted password support.

Please read the smb.conf file and ENCRYPTION.txt in the
docs directory for implementation details.

%package client
URL:		http://www.samba.org
Summary:	Samba (SMB) client programs
Group:		Networking/Other
Requires:	%{name}-common = %{EVRD}
Requires:	mount-cifs
%rename   	samba3-client
Obsoletes: 	smbfs
# For samba-tool
Requires: 	python-talloc
Requires:	python-ldb
Requires:	python-tdb
Requires: 	ldb-utils

%description client
Samba-client provides some SMB clients, which complement the built-in
SMB filesystem in Linux. These allow the accessing of SMB shares, and
printing to SMB printers.

%package	common
URL:		http://www.samba.org
Summary:	Files used by both Samba servers and clients
Group:		System/Servers
# rpcclient etc. use samba python modules
Requires:	%{name}-python = %{EVRD}
Requires:	%{libpdb} = %{EVRD}
Requires:	%{libcredentials} = %{EVRD}
Requires:	%{libsmbconf} = %{EVRD}
Requires:	%{libsmbldap} = %{EVRD}
Requires:	%{libtevent_util} = %{EVRD}
%rename 	samba-common-ldap
Conflicts:	samba3-common

%description common
Samba-common provides files necessary for both the server and client
packages of Samba.

%if %{with doc}
%package doc
URL:		http://www.samba.org
Summary: 	Documentation for Samba servers and clients
Group:		System/Servers
Requires: 	%{name}-common = %{EVRD}

%description doc
Samba-doc provides documentation files for both the server and client
packages of Samba.
%endif

%package winbind
URL:		http://www.samba.org
Summary: 	Samba-winbind daemon, utilities and documentation
Group:		System/Servers
Requires:	%{name}-common = %{EVRD}

%description winbind
Provides the winbind daemon and testing tools to allow authentication 
and group/user enumeration from a Windows or Samba domain controller.

%package -n nss_wins
URL:		http://www.samba.org
Summary:	Name Service Switch service for WINS
Group: 		System/Servers
Requires:	%{name}-common = %{EVRD}
Requires(pre):	glibc

%description -n nss_wins
Provides the libnss_wins shared library which resolves NetBIOS names to 
IP addresses.

%package python
URL:		http://www.samba.org
Group:		Development/Python
Summary:	Samba Python modules
BuildRequires:	python-devel

%description python
Samba Python modules

%if %build_test
%package test
URL:		http://www.samba.org
Summary:	Debugging and benchmarking tools for samba
Group:		System/Servers
Requires:	%{name}-common = %{EVRD}

%description test
This package provides tools for benchmarking samba, and debugging
the correct operation of tools against smb servers.
%endif

%package -n %{libname}
URL:		http://www.samba.org
Summary: 	SMB Client Library
Group:		System/Libraries
Provides:	libsmbclient

%description -n %{libname}
This package contains the SMB client library, part of the samba
suite of networking software, allowing other software to access
SMB shares.

%package -n %{libname}-devel
URL:		http://www.samba.org
Summary: 	SMB Client Library Development files
Group:		Development/C
Provides:	libsmbclient-devel = %{EVRD}
Requires:       %{libname} = %{EVRD}

%description -n %{libname}-devel
This package contains the development files for the SMB client
library, part of the samba suite of networking software, allowing
the development of other software to access SMB shares.

%package -n %{libname}-static-devel
URL:            http://www.samba.org
Summary:        SMB Client Static Library Development files
Group:          Development/C
Provides:       libsmbclient-static-devel = %{EVRD}
Requires:       %{libname}-devel = %{EVRD}

%description -n %{libname}-static-devel
This package contains the static development files for the SMB
client library, part of the samba suite of networking software,
allowing the development of other software to access SMB shares.

%package devel
Summary:	Samba 4 development package
Group:		Development/C
Requires:	%{libname}-devel = %{EVRD}

%description devel
Samba 4 development libraries

%package pidl
Summary:	Perl IDL compiler for Samba4
Group:		Development/Perl

%description pidl
Perl Interface Description Language compiler for Samba4

%package -n %libnetapi
Summary:	Samba library for accessing functions in 'net' binary
Group:		System/Libraries

%description -n %libnetapi
Samba library for accessing functions in 'net' binary

%package -n %netapidevel
Group:		Development/C
Summary:	Samba library for accessing functions in 'net' binary
Provides:	netapi-devel = %{EVRD}
Requires:	%{libnetapi} = %{EVRD}

%description -n %netapidevel
Samba library for accessing functions in 'net' binary

%package -n %libsmbsharemodes
Group: System/Libraries
Summary: Samba Library for accessing smb share modes (locks etc.)

%description -n %libsmbsharemodes
Samba Library for accessing smb share modes (locks etc.)

%package -n %smbsharemodesdevel
Group:		Development/C
Summary:	Samba Library for accessing smb share modes (locks etc.)
Provides:	smbsharemodes-devel = %{EVRD}
Requires:	%{libsmbsharemodes} = %{EVRD}

%description -n %smbsharemodesdevel
Samba Library for accessing smb share modes (locks etc.)

%package -n %libdcerpc
Group:		System/Libraries
Summary:	Library implementing DCE/RPC for Samba4

%description -n %libdcerpc
Library implementing DCE/RPC for Samba4

%package -n %dcerpcdevel
Group:		Development/C
Summary:	Library implementing Samba's memory allocator
Provides:	dcerpc-devel = %{EVRD}
Requires:	%{libdcerpc} = %{EVRD}

%description -n %dcerpcdevel
Library implementing Samba's memory allocator

%package -n %libndr
Group:		System/Libraries
Summary:	Network Data Representation library from Samba4

%description -n %libndr
Network Data Representation library from Samba4

%package -n %ndrdevel
Group:		Development/C
Summary:	Development files for Network Data Representation library from Samba4
Provides:	ndr-devel = %{EVRD}
Requires:	%{libndr} = %{EVRD}

%description -n %ndrdevel
Development files for Network Data Representation library from Samba4

%package -n %libsambahostconfig
Group:		System/Libraries
Summary:	Samba4's host configuration library

%description -n %libsambahostconfig
Samba4's host configuration library

%package -n %sambahostconfigdevel
Group:		Development/C
Summary:	Samba4's host configuration library
Provides:	samba-hostconfig-devel = %{EVRD}
Requires:	%{libsambahostconfig} = %{EVRD}

%description -n %sambahostconfigdevel
Samba4's host configuration library

%package -n %libwbclient
Group:		System/Libraries
Summary:	Library providing access to winbindd

%description -n %libwbclient
Library providing access to winbindd

%package -n %wbclientdevel
Group:		Development/C
Summary:	Library providing access to winbindd
Provides:	wbclient-devel = %{EVRD}

%description -n %wbclientdevel
Library providing access to winbindd

%package -n %libsambautil
Group:		System/Libraries
Summary:	Samba4 utility library

%description -n %libsambautil
Samba4 utility library

%package -n %sambautildevel
Group:		Development/C
Summary:	Development files for Samba4 utility library
Provides:	samba-util-devel = %{EVRD}
Requires:	%{libsambautil} = %{EVRD}

%description -n %sambautildevel
Development files for Samba4 utility library

%package -n %libregistry
Group:		System/Libraries
Summary:	Samba4 registry library

%description -n %libregistry
Samba4 registry library

%package -n %registrydevel
Group:		Development/C
Summary:	Development files for Samba4 registry library
Provides:	registry-devel = %{EVRD}
Requires:	%{libregistry} = %{EVRD}

%description -n %registrydevel
Development files for Samba4 registry library

%package -n %libgensec
Group:		System/Libraries
Summary:	Samba4 generic security library

%description -n %libgensec
Samba4 generic security library

%package -n %gensecdevel
Group:		Development/C
Summary:	Development files for Samba4 generic security library
Provides:	gensecdevel = %{EVRD}
Requires:	%{libgensec} = %{EVRD}

%description -n %gensecdevel
Development files for Samba4 generic security library

%package -n %libpolicy
Group:		System/Libraries
Summary:	Samba4 policy library

%description -n %libpolicy
Samba4 policy library

%package -n %libpolicydevel
Group:		Development/C
Summary:	Development files for Samba4 policy library
Provides:	policydevel = %{EVRD}
Requires:	%{libpolicy} = %{EVRD}

%description -n %libpolicydevel
Development files for Samba4 policy library

%package -n %libsamdb
Group:		System/Libraries
Summary:	Samba4 samdb library

%description -n %libsamdb
Samba4 samdb library

%package -n %libsamdbdevel
Group:		Development/C
Summary:	Development files for Samba4 samdb library
Provides:	samdbdevel = %{EVRD}
Requires:	%{libsamdb} = %{EVRD}

%description -n %libsamdbdevel
Development files for Samba4 samdb library

%package -n %libpdb
Summary:	Library for working with the Samba user database
Group:		System/Libraries

%description -n %libpdb
Library for working with the Samba user database

%package -n %libcredentials
Summary:	Library for working with Samba credentials
Group:		System/Libraries

%description -n %libcredentials
Library for working with Samba credentials

%package -n %libsmbconf
Summary:	Library for working with Samba config files
Group:		System/Libraries

%description -n %libsmbconf
Library for working with Samba config files

%package -n %libsmbldap
Summary:	Samba LDAP library
Group:		System/Libraries

%description -n %libsmbldap
Samba LDAP library

%package -n %libtevent_util
Summary:	Utility library for working with the Tevent library
Group:		System/Libraries

%description -n %libtevent_util
Utility library for working with the Tevent library

#%package passdb-ldap
#URL:		http://www.samba.org
#Summary:	Samba password database plugin for LDAP
#Group:		System/Libraries
#
#%description passdb-ldap
#The passdb-ldap package for samba provides a password database
#backend allowing samba to store account details in an LDAP
#database

%if %{build_mysql}
%package passdb-mysql
URL:		http://www.samba.org
Summary:	Samba password database plugin for MySQL
Group:		System/Libraries
Requires:	%{name}-server = %{EVRD}

%description passdb-mysql
The passdb-mysql package for samba provides a password database
backend allowing samba to store account details in a MySQL
database
%endif

%if %{build_pgsql}
%package passdb-pgsql
URL:		http://www.samba.org
Summary:	Samba password database plugin for PostgreSQL
Group:		System/Libraries
Requires:	%{name}-server = %{EVRD}
%endif
%if %{build_pgsql}

%description passdb-pgsql
The passdb-pgsql package for samba provides a password database
backend allowing samba to store account details in a PostgreSQL
database
%endif

%if %{with cifs}
%package -n mount-cifs
URL:		http://www.samba.org
Summary:	CIFS filesystem mount helper
Group:		Networking/Other
Conflicts:	%{name}-client <= 3.0.11-1mdk
Requires:	keyutils > 1.2-%{mkrel 4}

%description -n mount-cifs
This package provides the mount.cifs helper to mount cifs filesystems
using the cifs filesystem driver
%endif

%package -n %libtorture
Summary:	Samba testsuite torture library
Group:		Networking/Other

%description -n %libtorture
Samba testsuite torture library

%if %{with gtk}
%package domainjoin-gui
Summary:	Domainjoin GUI
Requires:	samba-common = %{EVRD}
Group:		System/Configuration/Other
BuildRequires:	pkgconfig(gtk+-2.0)

%description domainjoin-gui
The samba-domainjoin-gui package includes a domainjoin gtk application.
%endif

%prep

# Allow users to query build options with --with options:
#%%define opt_status(%1)	%(echo %{1})
%if %{?_with_options:1}%{!?_with_options:0}
%define opt_status(%{1})	%(if [ %{1} -eq 1 ];then echo enabled;else echo disabled;fi)
#exit 1
%{error: }
%{error:Build options available are:}
%{error:--with[out] system   Build as the system samba package [or as samba3]}
%{error:--with[out] winbind  Build with Winbind support                - %opt_status %{with winbind}}
%{error:--with[out] ads      Build with Active Directory support       - %opt_status %{with ads}}
%{error:--with[out] mysql    Build MySQL passdb backend                - %opt_status %build_mysql}
%{error:--with[out] pgsql    Build PostgreSQL passdb backend           - %opt_status %build_pgsql}
%{error:--with[out] test     Enable testing and benchmarking tools     - %opt_status %build_test}
%{error: }
%else
#{error: }
#{error: This rpm has build options available, use --with options to see them}
#{error: }
echo -e "\n This rpm has build options available, use --with options to see them\n" >&2
sleep 1
%endif

%if %{?_with_options:1}%{!?_with_options:0}
clear
exit 1
%endif

%if %build_non_default
RPM_EXTRA_OPTIONS="\
%{?_with_system: --with system}\
%{?_without_system: --without system}\
%{?with winbind: --with winbind}\
%{?without winbind: --without winbind}\
%{?_with_ldap: --with ldap}\
%{?_without_ldap: --without ldap}\
%{?_with_ads: --with ads}\
%{?_without_ads: --without ads}\
"
# echo "Building a non-default rpm with the following command-line arguments:"
# echo "$RPM_EXTRA_OPTIONS"
# echo "This rpm was built with non-default options, thus, to build ">%{SOURCE7}
# echo "an identical rpm, you need to supply the following options">>%{SOURCE7}
# echo "at build time: $RPM_EXTRA_OPTIONS">>%{SOURCE7}
# echo -e "\n%{name}-%{version}-%{release}\n">>%{SOURCE7}
%else
# echo "This rpm was built with default options">%{SOURCE7}
# echo -e "\n%{name}-%{version}-%{release}\n">>%{SOURCE7}
%endif


#Try and validate signatures on source:
# FIXME: find public key used to sign samba4 releases
export GNUPGHOME=%{_tmppath}/samba-gpghome
if [ -d "$GNUPGHOME" ]
then echo "Error, GNUPGHOME $GNUPGHOME exists, remove it and try again"; exit 1
fi
install -d -m700 $GNUPGHOME
gpg --import %{SOURCE98}
VERIFYSOURCE=`basename %{SOURCE0}`
VERIFYSOURCE=%{_tmppath}/${VERIFYSOURCE%%.gz}
gzip -dc %{SOURCE0} > $VERIFYSOURCE
pushd %{_tmppath}
cp %{SOURCE99} .
#gpg --trust-model always --verify `basename %{SOURCE99}`
#VERIFIED=$?
VERIFIED=1
rm -f `basename %{SOURCE99}`
popd
rm -Rf $GNUPGHOME

rm -f $VERIFYSOURCE
if [ "$VERIFIED" -eq 0 ]
then
	echo "Verification of %{SOURCE0} against %{SOURCE99} with key %{SOURCE98} succeeded"
else
	echo "Source verification failed!" >&2
	#exit 1
fi


%setup -q
#patch1 -p1 -b .compile~
%patch2 -p1 -b .tirpc~

%build
# CFLAGS="`echo "$CFLAGS"|sed -e 's/ -g / /g;s/ -Wl,--no-undefined//g'` -DLDAP_DEPRECATED"
# CXXFLAGS="`echo "$CXXFLAGS"|sed -e 's/ -g / /g;s/ -Wl,--no-undefined//g'` -DLDAP_DEPRECATED"
# RPM_OPT_FLAGS="`echo "$RPM_OPT_FLAGS"|sed -e 's/ -g / /g;s/ -Wl,--no-undefined//g'` -DLDAP_DEPRECATED"

buildtools/bin/waf configure --enable-fhs \
	--with-privatelibdir=%{_libdir}/%{name} \
	--bundled-libraries=ntdb,heimdal,!zlib,!popt,!talloc,!tevent,!tdb,!ldb \
	--enable-gnutls \
	--enable-cups \
	--enable-avahi \
	--with-pam \
	--with-pam_smbpass \
%if %{with winbind}
	--with-winbind \
%endif
%if %{with ads}
	--with-ads \
%else
	--without-ads \
%endif
	--with-ldap \
	--disable-rpath \
	--disable-rpath-install \
	--disable-rpath-private-install \
	--enable-pthreadpool \
	--enable-avahi \
	--with-iconv \
	--with-acl-support \
	--with-dnsupdate \
	--with-syslog \
	--with-automount \
	--with-aio-support \
	--with-cluster-support \
	--with-sendfile-support \
	--with-dnsupdate \
	--enable-nss-wrapper \
	--enable-socket-wrapper \
	--enable-uid-wrapper \
    --with-piddir=/run \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--sysconfdir=%{_sysconfdir} \
	--datadir=%{_datadir} \
	--localstatedir=%{_localstatedir} \
	--with-modulesdir=%{_libdir}/%{name} \
	-v -v -p \
	%?_smp_mflags

#	--with-system-mitkrb5 <--- probably a good idea, but causes
#	samba_upgradeprovision and friends not to be built

#sed -i -e "s|, '-Wl,--no-undefined'||g" bin/c4che/default.cache.py

buildtools/bin/waf build -v -v %?_smp_mflags

%if %{with gtk}
cd source3/lib/netapi/examples/netdomjoin-gui
%__cc %{optflags} `pkg-config --cflags gtk+-2.0` -I../../../../../bin/default/include/public -o netdomjoin-gui netdomjoin-gui.c -L../../../../../bin/default/source3/ -lnetapi `pkg-config --libs gtk+-2.0`
%endif

%install
mkdir -p %{buildroot}

# Put stuff where it should go.
mkdir -p %{buildroot}/%{_libdir}/samba/
mkdir -p %{buildroot}/%{_datadir}/man/man8/


# Any entries here mean samba makefile is *really* broken:
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mkdir -p %{buildroot}/%{_datadir}
mkdir -p %{buildroot}%{_libdir}/%{name}/vfs

%makeinstall_std
# PAM modules don't go to /usr...
if [ -e %{buildroot}%{_libdir}/security ]; then
	mkdir -p %{buildroot}/%_lib
	mv %{buildroot}%{_libdir}/security %{buildroot}/%_lib
fi

#Even though we tell waf above where to put perl it gets it wrong
#mkdir -p %{buildroot}/%{perl_vendorlib}
#mv %{buildroot}%_datadir/perl5/* %{buildroot}/%{perl_vendorlib}

#need to stay
mkdir -p %{buildroot}/{sbin,bin}
mkdir -p %{buildroot}%{_sysconfdir}/{logrotate.d,pam.d,xinetd.d}
mkdir -p %{buildroot}/%{_initrddir}
mkdir -p %{buildroot}/var/cache/%{name}
mkdir -p %{buildroot}/var/log/%{name}
mkdir -p %{buildroot}/var/run/%{name}
mkdir -p %{buildroot}/var/spool/%{name}
mkdir -p %{buildroot}/%{_localstatedir}/lib/%{name}/private
mkdir -p %{buildroot}/%{_localstatedir}/lib/%{name}/{netlogon,profiles,printers}
mkdir -p %{buildroot}/%{_localstatedir}/lib/%{name}/printers/{W32X86,WIN40,W32ALPHA,W32MIPS,W32PPC}
mkdir -p %{buildroot}/%{_localstatedir}/lib/%{name}/codepages/src
mkdir -p %{buildroot}/%{_lib}/security
mkdir -p %{buildroot}%{_libdir}/pkgconfig
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_libdir}/%{name}/vfs
mkdir -p %{buildroot}%{_datadir}/%{name}/scripts

# Fix some paths so provision works:
perl -pi -e 's,default_ldb_modules_dir = None,default_ldb_modules_dir = \"%{_libdir}/%{name}/ldb\",g' %{buildroot}/%{py_platsitedir}/samba/__init__.py
#perl -pi -e 's,share/samba/setup,share/%{name}/setup,g' %{buildroot}/%{python_sitearch}/samba/provision.py

%if %{with gtk}
install -m 755 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui %{buildroot}/%{_sbindir}/netdomjoin-gui
mkdir -p %{buildroot}%{_datadir}/pixmaps/%{name}
install -m 644 source3/lib/netapi/examples/netdomjoin-gui/samba.ico %{buildroot}/%{_datadir}/pixmaps/%{name}/samba.ico
install -m 644 source3/lib/netapi/examples/netdomjoin-gui/logo.png %{buildroot}/%{_datadir}/pixmaps/%{name}/logo.png
install -m 644 source3/lib/netapi/examples/netdomjoin-gui/logo-small.png %{buildroot}/%{_datadir}/pixmaps/%{name}/logo-small.png
%endif

#libnss_* still not handled by make:
# Install the nsswitch library extension file
#for i in wins winbind; do
#  install -m755 source4/nsswitch/libnss_${i}.so %{buildroot}/%{_lib}/libnss_${i}.so
#done
# Make link for wins and winbind resolvers
#( cd %{buildroot}/%{_lib}; ln -s libnss_wins.so libnss_wins.so.2; ln -s libnss_winbind.so libnss_winbind.so.2)
#install -d %{buildroot}/%{_libdir}/krb5/plugins
#install -m755 source4/bin/winbind_krb5_locator.so %{buildroot}/%{_libdir}/krb5/plugins

%if %{build_test}
for i in {%{testbin}};do
  mv %{buildroot}/%{_bindir}/$i %{buildroot}/%{_bindir}/${i} || :
done
%endif

# Install other stuff

        install -m644 %{SOURCE28} %{buildroot}/%{_sysconfdir}/pam.d/%{name}
	install -m644 %{SOURCE29} %{buildroot}/%{_sysconfdir}/pam.d/system-auth-winbind
#
        install -m644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}

# install pam_winbind.conf sample file
mkdir -p %{buildroot}%{_sysconfdir}/security

# Some inline fixes for smb.conf for non-winbind use
install -m644 packaging/LSB/smb.conf %{buildroot}/%{_sysconfdir}/%{name}/smb.conf
cat packaging/LSB/smb.conf | \
touch %{buildroot}/%{_sysconfdir}/%{name}/smb.conf
#sed -e 's/^;   printer admin = @adm/   printer admin = @adm/g' >%{buildroot}/%{_sysconfdir}/%{name}/smb.conf
sed -i -e "/^\[$section\]/,/^\[.*\]/ s|^\($option[ \t]*=[ \t]*\).*$|\1$value|" "%{buildroot}/%{_sysconfdir}/%{name}/smb.conf"
python %{SOURCE81} "%{buildroot}/%{_sysconfdir}/%{name}/smb.conf"

%if %build_cupspc
#perl -pi -e 's/printcap name = lpstat/printcap name = cups/g' %{buildroot}/%{_sysconfdir}/%{name}/smb.conf
#perl -pi -e 's/printcap name = lpstat/printcap name = cups/g' %{buildroot}/%{_sysconfdir}/%{name}/smb-winbind.conf
# Link smbspool to CUPS (does not require installed CUPS)

        mkdir -p %{buildroot}/%{_prefix}/lib/cups/backend
        ln -s %{_bindir}/smbspool %{buildroot}/%{_prefix}/lib/cups/backend/smb
%endif

        echo 127.0.0.1 localhost > %{buildroot}/%{_sysconfdir}/%{name}/lmhosts

install -c -m 755 %{SOURCE10} %{buildroot}%{_datadir}/%{name}/scripts/print-pdf

# Move some stuff where it belongs...
mkdir -p %{buildroot}%_lib
mv %{buildroot}%{_libdir}/libnss* %{buildroot}/%_lib/

rm -f %{buildroot}/%{_mandir}/man1/testprns*

mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
cat >%{buildroot}%{_sysconfdir}/ld.so.conf.d/samba.conf <<EOF
%{_libdir}/samba
EOF

mkdir -p %{buildroot}%{_unitdir} %{buildroot}%{_sysconfdir}/sysconfig
# cp -a packaging/systemd/*.service %{buildroot}%{_unitdir}/
cp %{SOURCE30} %{buildroot}%{_unitdir}/
cp %{SOURCE31} %{buildroot}%{_unitdir}/
cp %{SOURCE32} %{buildroot}%{_unitdir}/
cp %{SOURCE33} %{buildroot}%{_unitdir}/
cp -a packaging/systemd/samba.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/samba

install -d -m 0755 %{buildroot}%{_prefix}/lib/tmpfiles.d/
install -m644 packaging/systemd/samba.conf.tmp %{buildroot}%{_prefix}/lib/tmpfiles.d/samba.conf
# create /run/samba too.
echo "d /run/samba  755 root root" >> %{buildroot}%{_prefix}/lib/tmpfiles.d/samba.conf

%post server

# Add a unix group for samba machine accounts
groupadd -frg 421 machines

# https://wiki.archlinux.org/index.php/Samba#Creating_usershare_path
groupadd sambashare
mkdir -p %{_localstatedir}/lib/samba/usershare
chown root:sambashare %{_localstatedir}/lib/samba/usershare
chmod 1770 %{_localstatedir}/lib/samba/usershare
for u in $(awk -F: '$6 ~ /\/home/ && $3 >= 500 {print $1}' /etc/passwd); do usermod -a -G sambashare $u; done

%systemd_post nmb.service
%systemd_post smb.service

%postun server
%systemd_postun nmb.service
%systemd_postun smb.service

%post common
/usr/bin/systemd-tmpfiles --create %{_prefix}/lib/tmpfiles.d/samba.conf
# And this too, in case we don't have smbd to create it for us
[ -f /var/cache/%{name}/unexpected.tdb ] || {
	touch /var/cache/%{name}/unexpected.tdb
}

%postun common
if [ -f %{_sysconfdir}/%{name}/README.mdk.conf ];then rm -f %{_sysconfdir}/%{name}/README.mdk.conf;fi

%post winbind
if [ $1 = 1 ]; then
    /sbin/chkconfig winbind on
    cp -af %{_sysconfdir}/nsswitch.conf %{_sysconfdir}/nsswitch.conf.rpmsave
    cp -af %{_sysconfdir}/nsswitch.conf %{_sysconfdir}/nsswitch.conf.rpmtemp
    for i in passwd group;do
        grep ^$i %{_sysconfdir}/nsswitch.conf |grep -v 'winbind' >/dev/null
        if [ $? = 0 ];then
            echo "Adding a winbind entry to the $i section of %{_sysconfdir}/nsswitch.conf"
            awk '/^'$i'/ {print $0 " winbind"};!/^'$i'/ {print}' %{_sysconfdir}/nsswitch.conf.rpmtemp >%{_sysconfdir}/nsswitch.conf;
	    cp -af %{_sysconfdir}/nsswitch.conf %{_sysconfdir}/nsswitch.conf.rpmtemp
        else
            echo "$i entry found in %{_sysconfdir}/nsswitch.conf"
        fi
    done
    if [ -f %{_sysconfdir}/nsswitch.conf.rpmtemp ];then rm -f %{_sysconfdir}/nsswitch.conf.rpmtemp;fi
fi

%systemd_post winbind.service

%preun winbind
if [ $1 = 0 ]; then
	echo "Removing winbind entries from %{_sysconfdir}/nsswitch.conf"
	perl -pi -e 's/ winbind//' %{_sysconfdir}/nsswitch.conf

	/sbin/chkconfig winbind reset
fi

%systemd_postun winbind.service

%post -n nss_wins
if [ $1 = 1 ]; then
    cp -af %{_sysconfdir}/nsswitch.conf %{_sysconfdir}/nsswitch.conf.rpmsave
    grep '^hosts' %{_sysconfdir}/nsswitch.conf |grep -v 'wins' >/dev/null
    if [ $? = 0 ];then
        echo "Adding a wins entry to the hosts section of %{_sysconfdir}/nsswitch.conf"
        awk '/^hosts/ {print $0 " wins"};!/^hosts/ {print}' %{_sysconfdir}/nsswitch.conf.rpmsave >%{_sysconfdir}/nsswitch.conf;
    else
        echo "wins entry found in %{_sysconfdir}/nsswitch.conf"
    fi
#    else
#        echo "Upgrade, leaving nsswitch.conf intact"
fi

%preun -n nss_wins
if [ $1 = 0 ]; then
	echo "Removing wins entry from %{_sysconfdir}/nsswitch.conf"
	perl -pi -e 's/ wins//' %{_sysconfdir}/nsswitch.conf
#else
#	echo "Leaving %{_sysconfdir}/nsswitch.conf intact"
fi

%files server
%(for i in %{_sbindir}/{%{serversbin}};do echo $i;done)
%(for i in %{_bindir}/%{serverbin};do echo $i;done)
%attr(755,root,root) /%{_lib}/security/pam_smbpass*
#%{_libdir}/%{name}/vfs
%{_libdir}/%{name}/vfs/*.so
#dir %{_libdir}/samba/pdb
%dir %{_libdir}/samba
%{_libdir}/samba/ldb
%{_libdir}/samba/service
%{_libdir}/samba/process_model
%{_libdir}/samba/gensec
%{_libdir}/samba/auth
%{_libdir}/samba/bind9
# %{_libdir}/%{name}/*.so*
%{_libdir}/samba/libCHARSET3.so
%{_libdir}/samba/libHDB_SAMBA4.so
%{_libdir}/samba/libLIBWBCLIENT_OLD.so
%{_libdir}/samba/libMESSAGING.so
%{_libdir}/samba/libaddns.so
%if %{with ads}
%{_libdir}/samba/libads.so
%endif
%{_libdir}/samba/libasn1-samba4.so.8
%{_libdir}/samba/libasn1-samba4.so.8.0.0
%{_libdir}/samba/libasn1util.so
%{_libdir}/samba/libauth.so
%{_libdir}/samba/libauth4.so
%{_libdir}/samba/libauth_sam_reply.so
%{_libdir}/samba/libauth_unix_token.so
%{_libdir}/samba/libauthkrb5.so
%{_libdir}/samba/libccan.so
%{_libdir}/samba/libcli-ldap-common.so
%{_libdir}/samba/libcli-ldap.so
%{_libdir}/samba/libcli-nbt.so
%{_libdir}/samba/libcli_cldap.so
%{_libdir}/samba/libcli_smb_common.so
%{_libdir}/samba/libcli_spoolss.so
%{_libdir}/samba/libcliauth.so
%{_libdir}/samba/libcluster.so
%{_libdir}/samba/libcmdline-credentials.so
%{_libdir}/samba/libdb-glue.so
%{_libdir}/samba/libdbwrap.so
%{_libdir}/samba/libdcerpc-samba.so
%{_libdir}/samba/libdcerpc-samba4.so
%{_libdir}/samba/libdfs_server_ad.so
%{_libdir}/samba/libdlz_bind9_for_torture.so
%{_libdir}/samba/libdsdb-module.so
%{_libdir}/samba/liberrors.so
%{_libdir}/samba/libevents.so
%{_libdir}/samba/libflag_mapping.so
%{_libdir}/samba/libgpo.so
%{_libdir}/samba/libgse.so
%{_libdir}/samba/libgssapi-samba4.so.2
%{_libdir}/samba/libgssapi-samba4.so.2.0.0
%{_libdir}/samba/libhcrypto-samba4.so.5
%{_libdir}/samba/libhcrypto-samba4.so.5.0.1
%{_libdir}/samba/libhdb-samba4.so.11
%{_libdir}/samba/libhdb-samba4.so.11.0.2
%{_libdir}/samba/libheimbase-samba4.so.1
%{_libdir}/samba/libheimbase-samba4.so.1.0.0
%{_libdir}/samba/libheimntlm-samba4.so.1
%{_libdir}/samba/libheimntlm-samba4.so.1.0.1
%{_libdir}/samba/libhx509-samba4.so.5
%{_libdir}/samba/libhx509-samba4.so.5.0.0
%{_libdir}/samba/libidmap.so
%{_libdir}/samba/libiniparser.so
%{_libdir}/samba/libinterfaces.so
%{_libdir}/samba/libkdc-samba4.so.2
%{_libdir}/samba/libkdc-samba4.so.2.0.0
%{_libdir}/samba/libkrb5-samba4.so.26
%{_libdir}/samba/libkrb5-samba4.so.26.0.0
%{_libdir}/samba/libkrb5samba.so
%{_libdir}/samba/libldb-cmdline.so
%{_libdir}/samba/libldbsamba.so
%{_libdir}/samba/liblibcli_lsa3.so
%{_libdir}/samba/liblibcli_netlogon3.so
%{_libdir}/samba/liblibsmb.so
%{_libdir}/samba/libmsrpc3.so
%{_libdir}/samba/libndr-samba.so
%{_libdir}/samba/libndr-samba4.so
%{_libdir}/samba/libnet_keytab.so
%{_libdir}/samba/libnetif.so
%{_libdir}/samba/libnpa_tstream.so
%{_libdir}/samba/libnss_info.so
%{_libdir}/samba/libnss_wrapper.so
%{_libdir}/samba/libntvfs.so
%{_libdir}/samba/libpac.so
%{_libdir}/samba/libpopt_samba3.so
%{_libdir}/samba/libposix_eadb.so
%{_libdir}/samba/libprinting_migrate.so
%{_libdir}/samba/libprocess_model.so
%{_libdir}/samba/libreplace.so
%{_libdir}/samba/libroken-samba4.so.19
%{_libdir}/samba/libroken-samba4.so.19.0.1
%{_libdir}/samba/libsamba-modules.so
%{_libdir}/samba/libsamba-net.so
%{_libdir}/samba/libsamba-security.so
%{_libdir}/samba/libsamba-sockets.so
%{_libdir}/samba/libsamba3-util.so
%{_libdir}/samba/libsamba_python.so
%{_libdir}/samba/libsamdb-common.so
%{_libdir}/samba/libsecrets3.so
%{_libdir}/samba/libserver-role.so
%{_libdir}/samba/libservice.so
%{_libdir}/samba/libshares.so
%{_libdir}/samba/libsmb_transport.so
%{_libdir}/samba/libsmbd_base.so
%{_libdir}/samba/libsmbd_conn.so
%{_libdir}/samba/libsmbd_shim.so
%{_libdir}/samba/libsmbldaphelper.so
%{_libdir}/samba/libsmbpasswdparser.so
%{_libdir}/samba/libsmbregistry.so
%{_libdir}/samba/libsocket_wrapper.so
%{_libdir}/samba/libsubunit.so
%{_libdir}/samba/libtdb-wrap.so
%{_libdir}/samba/libtdb_compat.so
%{_libdir}/samba/libtrusts_util.so
%{_libdir}/samba/libuid_wrapper.so
%{_libdir}/samba/libutil_cmdline.so
%{_libdir}/samba/libutil_ntdb.so
%{_libdir}/samba/libutil_reg.so
%{_libdir}/samba/libutil_setid.so
%{_libdir}/samba/libutil_tdb.so
%{_libdir}/samba/libwinbind-client.so
%{_libdir}/samba/libwind-samba4.so.0
%{_libdir}/samba/libwind-samba4.so.0.0.0
%{_libdir}/samba/libxattr_tdb.so
%dir %{_libdir}/samba/vfs
%{_libdir}/mit_samba.so
%{_libdir}/%{name}/nss_info
%{_sbindir}/smbd
%{_sbindir}/nmbd
%{_sbindir}/samba_upgradedns
#attr(-,root,root) %config(noreplace) %{_sysconfdir}/%{name}/smbusers
#%attr(-,root,root) %config(noreplace) %{_initrddir}/wrepld
%attr(-,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(-,root,root) %config(noreplace) %{_sysconfdir}/pam.d/%{name}
#%attr(-,root,root) %config(noreplace) %{_sysconfdir}/%{name}/samba-slapd.include
%(for i in %{_mandir}/man?/%{serverbin}\.[0-9]*;do echo $i;done)
%attr(775,root,adm) %dir %{_localstatedir}/lib/%{name}/netlogon
%attr(755,root,root) %dir %{_localstatedir}/lib/%{name}/profiles
%attr(755,root,root) %dir %{_localstatedir}/lib/%{name}/printers
%attr(2775,root,adm) %dir %{_localstatedir}/lib/%{name}/printers/*
%attr(1777,root,root) %dir /var/spool/%{name}
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/scripts
%{_datadir}/samba/setup
%attr(0755,root,root) %{_datadir}/%{name}/scripts/print-pdf
#attr(0755,root,root) %{_datadir}/samba/scripts/convertSambaAccount
%{_mandir}/man8/idmap_*.8*
#{_mandir}/man8/vfs_*.8*
%{_mandir}/man8/samba.8*
%{_sysconfdir}/ld.so.conf.d
%{_unitdir}/samba.service
%{_unitdir}/smb.service
%{_unitdir}/nmb.service
%config(noreplace) %{_sysconfdir}/sysconfig/samba

%if %{with doc}
%files doc
%doc README COPYING Manifest Read-Manifest-Now
%doc WHATSNEW.txt Roadmap
%doc README.%{name}-mandrake-rpm
%doc clean-docs/samba-doc/docs/*
%doc clean-docs/samba-doc/examples
%endif

%files client
%{_bindir}/dbwrap_tool   
#{_bindir}/dbwrap_torture
#{_bindir}/debug2html  
%{_bindir}/eventlogadm
#{_bindir}/locktest2   
#{_bindir}/locktest3
#{_bindir}/log2pcap 
#{_bindir}/masktest3
#{_bindir}/msgtest
%{_bindir}/net
%{_bindir}/nmblookup4
%{_bindir}/pdbedit
#{_bindir}/pdbtest 
%{_bindir}/profiles
#{_bindir}/pthreadpooltest
#{_bindir}/rpc_open_tcp
%{_bindir}/rpcclient
#{_bindir}/samba-dig  
%{_sbindir}/samba_kcc  
%{_bindir}/sharesec
%{_bindir}/smbcacls
%{_bindir}/smbclient4
#{_bindir}/smbconftort
%{_bindir}/smbcontrol
%{_bindir}/smbcquotas
#{_bindir}/smbfilter  
%{_bindir}/smbget     
%{_bindir}/smbpasswd
%{_bindir}/smbspool   
%{_bindir}/smbstatus
%{_bindir}/smbta-util
#{_bindir}/smbtorture3
%{_bindir}/smbtree
#{_bindir}/split_tokens
%{_bindir}/ntdbbackup 
%{_bindir}/ntdbdump   
%{_bindir}/ntdbrestore
%{_bindir}/ntdbtool
%{_bindir}/samba-regedit
%{_bindir}/smbtar
#{_bindir}/test_lp_load
#{_bindir}/timelimit  
#{_bindir}/versiontest
#{_bindir}/vfstest
#{_bindir}/vlp


%(for i in %{_bindir}/{%{clientbin}};do echo $i;done)
# %{_mandir}/man1/nmblookup
# %(for i in %{_mandir}/%{client_man}.[0-9]%{_extension};do echo $i;done)

%{_mandir}/man1/dbwrap_tool.1*
%{_mandir}/man8/samba-tool.8*
%{_mandir}/man8/ntdbbackup.8*
%{_mandir}/man8/ntdbdump.8*
%{_mandir}/man8/ntdbrestore.8*
%{_mandir}/man8/ntdbtool.8*
%{_mandir}/man8/samba-regedit.8*
%{_mandir}/man8/vfs_btrfs.8*
%{_mandir}/man8/vfs_linux_xfs_sgid.8*
%{_mandir}/man8/vfs_syncops.8*

#xclude %{_mandir}/man?/smbget*
#{_mandir}/man5/smbgetrc.5*
#{_mandir}/man8/eventlogadm3.8*
# Link of smbspool to CUPS
%if %build_cupspc
%{_prefix}/lib*/cups/backend/smb
%endif

%files common
%{_prefix}/lib/tmpfiles.d/samba.conf
%dir /var/cache/%{name}
%dir /var/log/%{name}
%dir /var/run/%{name}
%dir /var/lib/%{name}/private
%(for i in %{_bindir}/{%{commonbin}};do echo $i;done)
%(for i in %{_mandir}/man?/{%{commonbin}}\.[0-9]*;do echo $i|grep -v testparm;done)
#%{_libdir}/smbwrapper.so
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libnon_posix_acls.so
%{_libdir}/%{name}/libntdb.so.0*
%dir %{_datadir}/%{name}
%{_datadir}/samba/codepages
#{_libdir}/%{name}/charset
#%{_libdir}/%{name}/lowcase.dat
#%{_libdir}/%{name}/valid.dat
%dir %{_sysconfdir}/%{name}
%attr(-,root,root) %config(noreplace) %{_sysconfdir}/%{name}/smb.conf
#attr(-,root,root) %config(noreplace) %{_sysconfdir}/%{name}/smb-winbind.conf
%attr(-,root,root) %config(noreplace) %{_sysconfdir}/%{name}/lmhosts
%dir %{_localstatedir}/lib/%{name}
%attr(-,root,root) %{_localstatedir}/lib/%{name}/codepages
%{_mandir}/man1/findsmb.1*
%{_mandir}/man1/log2pcap.1*
%{_mandir}/man1/nmblookup.1*
%{_mandir}/man1/nmblookup4.1*
%{_mandir}/man1/profiles.1*
%{_mandir}/man1/rpcclient.1*
%{_mandir}/man1/sharesec.1*
%{_mandir}/man1/smbcacls.1*
%{_mandir}/man1/smbclient.1*
%{_mandir}/man1/smbcontrol.1*
%{_mandir}/man1/smbcquotas.1*
%{_mandir}/man1/smbget.1*
%{_mandir}/man1/smbstatus.1*
%{_mandir}/man1/smbtar.1*
%{_mandir}/man1/smbtree.1*
%{_mandir}/man1/testparm.1*
%{_mandir}/man1/vfstest.1*
%{_mandir}/man1/wbinfo.1*
%{_mandir}/man5/lmhosts.5*
%{_mandir}/man5/pam_winbind.conf.5*
%{_mandir}/man5/smb.conf.5*
%{_mandir}/man5/smbgetrc.5*
%{_mandir}/man5/smbpasswd.5*
%{_mandir}/man7/samba.7*
%{_mandir}/man7/winbind_krb5_locator.7*
%{_mandir}/man8/eventlogadm.8*
%{_mandir}/man8/net.8*
%{_mandir}/man8/nmbd.8*
%{_mandir}/man8/pam_winbind.8*
%{_mandir}/man8/pdbedit.8*
%{_mandir}/man8/smbd.8*
%{_mandir}/man8/smbpasswd.8*
%{_mandir}/man8/smbspool.8*
%{_mandir}/man8/smbta-util.8*
#{_mandir}/man8/tdbbackup.8*
#{_mandir}/man8/tdbdump.8*
#{_mandir}/man8/tdbrestore.8*
#{_mandir}/man8/tdbtool.8*
%{_mandir}/man8/vfs_acl_tdb.8*
%{_mandir}/man8/vfs_acl_xattr.8*
%{_mandir}/man8/vfs_aio_fork.8*
%{_mandir}/man8/vfs_aio_linux.8*
%{_mandir}/man8/vfs_aio_pthread.8*
%{_mandir}/man8/vfs_audit.8*
%{_mandir}/man8/vfs_cacheprime.8*
%{_mandir}/man8/vfs_cap.8*
%{_mandir}/man8/vfs_catia.8*
%{_mandir}/man8/vfs_commit.8*
%{_mandir}/man8/vfs_crossrename.8*
%{_mandir}/man8/vfs_default_quota.8*
%{_mandir}/man8/vfs_dirsort.8*
%{_mandir}/man8/vfs_extd_audit.8*
%{_mandir}/man8/vfs_fake_perms.8*
%{_mandir}/man8/vfs_fileid.8*
%{_mandir}/man8/vfs_full_audit.8*
%{_mandir}/man8/vfs_gpfs.8*
%{_mandir}/man8/vfs_media_harmony.8*
%{_mandir}/man8/vfs_netatalk.8*
%{_mandir}/man8/vfs_notify_fam.8*
%{_mandir}/man8/vfs_prealloc.8*
%{_mandir}/man8/vfs_preopen.8*
%{_mandir}/man8/vfs_readahead.8*
%{_mandir}/man8/vfs_readonly.8*
%{_mandir}/man8/vfs_recycle.8*
%{_mandir}/man8/vfs_scannedonly.8*
%{_mandir}/man8/vfs_shadow_copy.8*
%{_mandir}/man8/vfs_shadow_copy2.8*
%{_mandir}/man8/vfs_smb_traffic_analyzer.8*
%{_mandir}/man8/vfs_streams_depot.8*
%{_mandir}/man8/vfs_streams_xattr.8*
%{_mandir}/man8/vfs_time_audit.8*
%{_mandir}/man8/vfs_tsmsm.8*
%{_mandir}/man8/vfs_xattr_tdb.8*
%{_mandir}/man8/winbindd.8*

%files -n %libpdb
%{_libdir}/libpdb.so.*

%files -n %libcredentials
%{_libdir}/libsamba-credentials.so.*

%files -n %libsmbconf
%{_libdir}/libsmbconf.so.*

%files -n %libsmbldap
%{_libdir}/libsmbldap.so.*

%files -n %libtevent_util
%{_libdir}/libtevent-util.so.*

%files winbind 
# %config(noreplace) %{_sysconfdir}/security/pam_winbind.conf
%{_sbindir}/winbindd
# %{_sbindir}/winbind
%{_bindir}/wbinfo
%attr(755,root,root) /%{_lib}/security/pam_winbind*
%attr(755,root,root) /%{_lib}/libnss_winbind*
%{_libdir}/%{name}/idmap
%{_libdir}/winbind_krb5_locator.so
%attr(-,root,root) %config(noreplace) %{_sysconfdir}/pam.d/system-auth-winbind*
# %{_mandir}/man8/winbindd*.8*
# %{_mandir}/man7/pam_winbind.7*
# %{_mandir}/man7/winbind_krb5_locator.7.*
# %{_mandir}/man1/wbinfo*.1*
%{_unitdir}/winbind.service

%files -n nss_wins
%attr(755,root,root) /%{_lib}/libnss_wins.so*

%files python
%{py_platsitedir}/samba
#exclude %py_platsitedir/subunit
%{_libdir}/python2.7/site-packages/ntdb.so

%if %{build_test}
%files test
%(for i in %{_bindir}/{%{testbin}};do echo $i;done)
%(for i in %{_mandir}/man1/{%{testbin}}.1%{_extension};do echo $i|grep -v nsstest;done)
#{_mandir}/man1/vfstest*.1*
#exclude %{_mandir}/man1/log2pcap*.1*
%else
#exclude %{_mandir}/man1/vfstest*.1*
#exclude %{_mandir}/man1/log2pcap*.1*
%endif

%files -n %{libname}
%{_libdir}/libsmbclient.so.%{libsmbmajor}*
%{_libdir}/libsmbclient-raw.so.*

%files -n %{libname}-devel
%{_includedir}/samba-4.0/libsmbclient.h
%{_libdir}/libsmbclient.so
%{_mandir}/man7/libsmbclient.7*
%{_libdir}/pkgconfig/smbclient.pc

#files -n %{libname}-static-devel
#{_libdir}/lib*.a

%files devel
%{_includedir}/samba-4.0/charset.h
%dir %{_includedir}/samba-4.0/core
%{_includedir}/samba-4.0/core/*.h
%{_includedir}/samba-4.0/credentials.h
%{_includedir}/samba-4.0/dlinklist.h
%{_includedir}/samba-4.0/domain_credentials.h
%dir %{_includedir}/samba-4.0/gen_ndr
%{_includedir}/samba-4.0/gen_ndr/*.h
%{_includedir}/samba-4.0/ldap*.h
%{_includedir}/samba-4.0/ndr.h
%{_includedir}/samba-4.0/ndr
%{_includedir}/samba-4.0/param.h
%{_includedir}/samba-4.0/samba/
%{_includedir}/samba-4.0/share.h
%{_includedir}/samba-4.0/smb2_lease.h
%{_includedir}/samba-4.0/tdr.h
%{_includedir}/samba-4.0/tsocket.h
%{_includedir}/samba-4.0/tsocket_internal.h
%{_includedir}/samba-4.0/torture.h
%{_includedir}/samba-4.0/rpc_common.h
%dir %{_includedir}/samba-4.0/util/
%{_includedir}/samba-4.0/util/*.h
%{_includedir}/samba-4.0/util_ldb.h
%{_includedir}/samba-4.0/ldb_wrap.h
%{_libdir}/pkgconfig/torture.pc
%{_libdir}/pkgconfig/samba-util.pc
%{_libdir}/libtorture.so
%{_libdir}/libpdb.so
%{_libdir}/libsamba-credentials.so
%{_libdir}/libsmbclient-raw.so
%{_libdir}/libsmbconf.so
%{_libdir}/libsmbldap.so
%{_libdir}/libtevent-util.so
%{_includedir}/samba-4.0/lookup_sid.h
%{_includedir}/samba-4.0/machine_sid.h
%{_includedir}/samba-4.0/passdb.h
%{_includedir}/samba-4.0/policy.h
%{_includedir}/samba-4.0/read_smb.h
%{_includedir}/samba-4.0/roles.h
%{_includedir}/samba-4.0/samba_util.h
%{_includedir}/samba-4.0/smb2.h
%{_includedir}/samba-4.0/smb2_constants.h
%{_includedir}/samba-4.0/smb2_create_blob.h
%{_includedir}/samba-4.0/smb2_signing.h
%{_includedir}/samba-4.0/smb_cli.h
%{_includedir}/samba-4.0/smb_cliraw.h
%{_includedir}/samba-4.0/smb_common.h
%{_includedir}/samba-4.0/smb_composite.h
%{_includedir}/samba-4.0/smb_constants.h
%{_includedir}/samba-4.0/smb_ldap.h
%{_includedir}/samba-4.0/smb_raw.h
%{_includedir}/samba-4.0/smb_raw_interfaces.h
%{_includedir}/samba-4.0/smb_raw_signing.h
%{_includedir}/samba-4.0/smb_raw_trans2.h
%{_includedir}/samba-4.0/smb_request.h
%{_includedir}/samba-4.0/smb_seal.h
%{_includedir}/samba-4.0/smb_signing.h
%{_includedir}/samba-4.0/smb_unix_ext.h
%{_includedir}/samba-4.0/smb_util.h
%{_includedir}/samba-4.0/smbconf.h
%{_includedir}/samba-4.0/smbldap.h
%{_libdir}/pkgconfig/samba-credentials.pc
%{_libdir}/pkgconfig/smbclient-raw.pc
%{_mandir}/man3/ntdb.3*

%files pidl
%{_bindir}/pidl
%{perl_vendorlib}/Parse/Pidl*
%{perl_vendorlib}/Parse/Yapp/*.pm
%optional %{_mandir}/man1/pidl.1.*
%optional %{_mandir}/man3/Parse::Pidl*.3pm.*

%files -n %libnetapi
%{_libdir}/libnetapi.so.%{netapimajor}*

%files -n %netapidevel
%{_libdir}/libnetapi*.so
%{_includedir}/samba-4.0/netapi.h
%{_libdir}/pkgconfig/netapi.pc

%files -n %libsmbsharemodes
%{_libdir}/libsmbsharemodes.so.%{smbsharemodesmajor}*

%files -n %smbsharemodesdevel
%{_libdir}/libsmbsharemodes.so
%{_includedir}/samba-4.0/smb_share_modes.h
%{_libdir}/pkgconfig/smbsharemodes.pc

%files -n %libdcerpc
%{_libdir}/libdcerpc.so.*
%{_libdir}/libdcerpc-samr.so.*
%{_libdir}/libdcerpc-atsvc.so.*
%{_libdir}/libdcerpc-binding.so.*
%{_libdir}/libdcerpc-server.so.*

%files -n %dcerpcdevel
%{_libdir}/pkgconfig/dcerpc*.pc
%{_includedir}/samba-4.0/dcerpc*.h
#dir %{_includedir}/samba-4.0/dcerpc-server
#{_includedir}/samba-4.0/dcerpc-server/*.h
%{_libdir}/libdcerpc.so
%{_libdir}/libdcerpc-samr.so
%{_libdir}/libdcerpc-atsvc.so
%{_libdir}/libdcerpc-binding.so
%{_libdir}/libdcerpc-server.so

%files -n %libndr
%{_libdir}/libndr*.so.*

%files -n %ndrdevel
%{_libdir}/pkgconfig/ndr*.pc
%{_libdir}/libndr*.so

%files -n %libsambautil
%{_libdir}/libsamba-util.so.*

%files -n %sambautildevel
%{_libdir}/libsamba-util.so

%files -n %libregistry
%{_libdir}/libregistry.so.*

%files -n %registrydevel
%{_includedir}/samba-4.0/registry.h
%{_libdir}/libregistry.so
%{_libdir}/pkgconfig/registry.pc

%files -n %libgensec
%{_libdir}/libgensec.so.*

%files -n %gensecdevel
%{_includedir}/samba-4.0/gensec.h
%{_libdir}/libgensec.so
%{_libdir}/pkgconfig/gensec.pc

%files -n %libsambahostconfig
%{_libdir}/libsamba-hostconfig.so.*

%files -n %sambahostconfigdevel
%{_libdir}/libsamba-hostconfig.so
%{_libdir}/pkgconfig/samba-hostconfig.pc

%files -n %libpolicy
%{_libdir}/libsamba-policy.so.*

%files -n %libpolicydevel
%{_libdir}/libsamba-policy.so
%{_libdir}/pkgconfig/samba-policy.pc

%files -n %libsamdb
%{_libdir}/libsamdb.so.*

%files -n %libsamdbdevel
%{_libdir}/libsamdb.so
%{_libdir}/pkgconfig/samdb.pc

%files -n %libwbclient
%{_libdir}/libwbclient.so.%{wbclientmajor}*

%files -n %wbclientdevel
%{_libdir}/libwbclient.so
%{_includedir}/samba-4.0/wbclient.h
%{_libdir}/pkgconfig/wbclient.pc

#%files passdb-ldap
#%{_libdir}/%{name}/*/*ldap.so

%if %{build_pgsql}
%files passdb-pgsql
%{_libdir}/%{name}/pdb/*pgsql.so
%endif

%if %{with cifs}
%files -n mount-cifs
%attr(4755,root,root) /*bin/*mount.cifs
#/*bin/cifs.upcall
#{_mandir}/man8/*mount.cifs*.8*
#{_mandir}/man8/cifs.upcall*.8*
%endif

#%exclude %{_mandir}/man1/smbsh*.1*
#%exclude %{_mandir}/man1/editreg*

%files -n %libtorture
%{_libdir}/libtorture.so.0*

%if %{with gtk}
%files domainjoin-gui
%{_sbindir}/netdomjoin-gui
%dir %{_datadir}/pixmaps/samba
%{_datadir}/pixmaps/samba/samba.ico
%{_datadir}/pixmaps/samba/logo.png
%{_datadir}/pixmaps/samba/logo-small.png
%endif

%changelog
* Sun Sep 21 2014 Stas Fomin <stas-fomin@yandex.ru> 1:4.1.9-6
+ Revision: ba999a3
- adding all normal users to sambashare group.

* Fri Sep 19 2014 Stas Fomin <stas-fomin@yandex.ru> 1:4.1.9-5
+ Revision: f7559f5
- Fixed bug in postinstall

* Fri Sep 19 2014 Stas Fomin <stas-fomin@yandex.ru> 1:4.1.9-4
+ Revision: c9ccc77
- Fixes for Bug 4392

* Thu Sep 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:4.1.9-2
+ Revision: a68bcff
- Use modified service files

* Mon Jun 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:4.1.9-1
+ Revision: 79afeaa
- Updated asc file

* Mon Jun 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:4.1.9-1
+ Revision: 70447f8
- Updated to 4.1.9

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:4.1.8-4
+ Revision: d30daef
- MassBuild#440: Increase release tag

* Tue Jun 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:4.1.8-3
+ Revision: 05ff777
- Obsolete domainjoin-gui properly

* Tue Jun 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:4.1.8-2
+ Revision: 3bdb0d3
- Disable netdomjoin again

* Tue Jun 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:4.1.8-2
+ Revision: 71e3def
- Obsolete samba-swat, spec cleanup

* Mon Jun 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:4.1.8-1
+ Revision: 7dfe4e9
- Updated to 4.1.8, disable domainjoin-gui for now

* Mon Jun 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:4.1.6-2
+ Revision: 860f018
- Updated to 4.1.6

* Wed Oct 09 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 3.6.19-1
+ Revision: b2032fd
- Fixed %files section

* Wed Oct 09 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 3.6.19-1
+ Revision: 7274048
- Cleaned spec

* Tue Oct 08 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 3.6.19-1
+ Revision: e768809
- Fixed spec

* Tue Oct 08 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 3.6.19-1
+ Revision: effcbee
- Fixed typo

* Tue Oct 08 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 3.6.19-1
+ Revision: d5112cd
- Minor spec fixes

* Mon Oct 07 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 3.6.19-1
+ Revision: a6a1c5b
- Spec cleanup

* Mon Oct 07 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 3.6.19-1
+ Revision: 8f7ec82
- Fixed BR

* Mon Oct 07 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 3.6.19-1
+ Revision: e48dc67
- Added missing sources

* Mon Oct 07 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 3.6.19-1
+ Revision: fff9486
- Updated tarballs

* Mon Oct 07 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 3.6.19-1
+ Revision: f900797
- Spec cleanup

* Fri Oct 04 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 3.6.19-1
+ Revision: 41e942b
- Spec cleanup

* Fri Oct 04 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 3.6.19-1
+ Revision: 35c4c97
- Update to version 3.6.19

* Mon Dec 24 2012 akdengi <kazancas@gmail.com> 3.6.9-3
+ Revision: 5ea6b2c
- s/Rosa/Mandrake again

* Mon Dec 24 2012 akdengi <kazancas@gmail.com> 3.6.9-3
+ Revision: eddd2b5
- temporary disable patch34

* Mon Dec 24 2012 akdengi <kazancas@gmail.com> 3.6.9-3
+ Revision: 9447311
- fix source

* Mon Dec 24 2012 akdengi <kazancas@gmail.com> 3.6.9-3
+ Revision: dd5522a
- fix source

* Mon Dec 24 2012 akdengi <kazancas@gmail.com> 3.6.9-3
+ Revision: 7b41adc
- return old ROSA stuff. Mageia patch crap

* Thu Nov 22 2012 akdengi <kazancas@gmail.com> 3.6.9-2
+ Revision: 52479fc
- return ROSA stuff, drop Mageia parts

* Tue Oct 30 2012 Alexander Khryukin <alexander@mezon.ru> 3.6.9-1
+ Revision: c1fe298
- BR gamin-devel

* Tue Oct 30 2012 Alexander Khryukin <alexander@mezon.ru> 3.6.9-1
+ Revision: a8ff795
- README.samba-rosa-rpm added



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18881 |14mr|sane-1.0.24-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define iscanversion 2.29.3
%define beta	%nil
%define major	1
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname %{name} %{major} -d

%bcond_without gphoto2 
%bcond_without primax
%bcond_without v4l
%bcond_without epkowa

# All sane backends have SONAME libsane.so.1. We do not want
# sane-backends-iscan to provide libsane.so.1, so filter these out.
%if %{_use_internal_dependency_generator}
%define __noautoprovfiles %{_libdir}/sane
%else
%define _exclude_files_from_autoprov  %{_libdir}/%{name}/
%endif

%define __libtoolize /bin/true

# Setting this makes the /etc/sane.d/dll.conf empty so that scanning apps
# do not search for all existing scanner models which makes their startup
# slow (the user or "scannerdrake" has to insert the names of the really
# installed scanners then)
%bcond_with empty_dll_conf

Summary:	SANE - local and remote scanner access
Name:		sane
Version:	1.0.24
Release:	5
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
# Tools are GPLv2+, docs are public domain
License: 	GPLv2+ and GPLv2+ with exceptions and Public Domain
Group:		Graphics
Url:		http://www.sane-project.org/
Source0:	http://alioth.debian.org/frs/download.php/file/3958/sane-backends-1.0.24.tar.gz
Source3:	http://downloads.sourceforge.net/project/px-backend/primaxscan-source/1.1.beta1/primaxscan-1.1.beta1.tar.gz
Source5:	saned-xinetd
Source9:	http://downloads.sourceforge.net/project/hp44x0backend/hp44x0backend/sane_hp_rts88xx-0.18/sane_hp_rts88xx-0.18.tar.gz
Source10:	http://downloads.sourceforge.net/project/brother-mfc/brother-mfc/sane-driver/sane-driver-0.2.tar.gz
Source11:	http://www.geocities.com/trsh0101/SANE/primascan.h
Source12:	http://www.geocities.com/trsh0101/SANE/primascan.c
# The free part of Epson's scanner driver package IScan, full package
# downloaded from http://www.avasys.jp/english/linux_e/index.html
# Non-free part stripped out with
# mkdir x; cd x; tar -xvzf ../iscan_2.21.0-6.tar.gz; rm -f */non-free/EAPL*.txt */non-free/lib*.so; tar -cvjf ../iscan_2.21.0-6-free.tar.bz2 *; cd ..; rm -rf x
Source13:	iscan-%{iscanversion}-3-free.tar.bz2
Source14:	http://downloads.sourceforge.net/project/geniusvp2/sane-backend-geniusvp2/1.0.16.1/sane-backend-geniusvp2_1.0.16.1.tar.gz
Source15:	sane.rpmlintrc
Patch0:		sane-backends-1.0.19-fix-str-fmt.patch
Patch1:		sane-backends-1.0.18-plustek-s12.patch
Patch23:	iscan-2.29.3-fix-link.patch
Patch24:	sane-backends-1.0.21-link.patch
Patch26:	iscan-2.20.1-no_non-free_please.diff
Patch27:	iscan-2.28.1-linkage_fix.patch
# (fc) 1.0.19-12mdv fix group for device
Patch28:	sane-backends-1.0.20-group.patch
# (fc) 1.0.20-1mdv primascan build support
Patch29:	sane-backends-1.0.21-primascan.patch
# (fc) list Brother MFC-260C, DCP130C as supported (Mdv bug # 52951)
Patch30:	sane-backends-1.0.22-brother2list.patch
Patch31:	sane-backends-1.0.20-strformat.patch
Patch32:	sane-backends-1.0.22-fix-str-fmt.patch
Patch33:	sane-backends-1.0.23-have-pthread.patch

# Debian patches
# new build system breaks build when using pthreads.
Patch101:	01_missing_pthreads.dpatch
# add back SANE_CAP_ALWAYS_SETTABLE which was mistakenly
# removed from SANE 1.0.20
Patch106:	06_cap_always_settable.dpatch
# Update es translation and add new gl translation, courtesy of
# Miguel Bouzada <mbouzada@gmail.com>.
Patch109:	09_po_update_es_add_gl.dpatch
# Use fedora's patch to remove rpath
# Patch to the dll backend to look for pieces of dll.conf inside the
# /etc/sane.d/dll.d/ directory. This is a facility for packages providing
# external backends (like libsane-extras, hpoj and hplip).
Patch113:	22_dll_backend_conf.dpatch
Patch115:	24_sane-desc.c_debian_mods.dpatch

# Fedora patches
Patch202:	sane-backends-1.0.20-open-macro.patch
Patch203:	sane-backends-1.0.23-udev.patch
Patch204:	sane-backends-1.0.21-epson-expression800.patch

BuildRequires:	gettext
BuildRequires:	gettext-devel
BuildRequires:	ieee1284-devel
BuildRequires:	libtool-devel
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libusb)
%if %{with gphoto2}
BuildRequires:	pkgconfig(libgphoto2)
%endif
%if %{with v4l}
BuildRequires:	pkgconfig(libv4l1)
%endif
# ensure resmgr is not pulled
BuildConflicts:	resmgr-devel

%description
SANE (Scanner Access Now Easy) is a sane and simple interface
to both local and networked scanners and other image acquisition devices
like digital still and video cameras.  SANE currently includes modules for
accessing a range of scanners, including models from Agfa SnapScan, Apple,
Artec, Canon, CoolScan, Epson, HP, Microtek, Mustek, Nikon, Siemens,
Tamarack, UMAX, Connectix, QuickCams and other SANE devices via network.

For the latest information on SANE, the SANE standard definition, and
mailing list access, see http://www.mostang.com/sane/

This package does not enable network scanning by default; if you wish
to enable it, install the saned package.

%package -n %{libname}
Group: 		System/Kernel and hardware
License: 	LGPLv2
Summary: 	SANE - local and remote scanner access. This package contains the sane library

%description -n %{libname}
This package contains the shared libraries for %{name}.

%package -n %{devname}
Group: 		Development/C
License:	LGPL
Summary: 	SANE - local and remote scanner access
Requires: 	%{libname} = %{version}-%{release}
Provides:	sane-devel = %{version}-%{release}

%description -n %{devname}
This package contains the headers and development libraries necessary 
to develop applications using SANE.

%package backends
Group:		System/Kernel and hardware
License:	LGPLv2
Summary:	SANE - local and remote scanner access
Provides:	%{name} = %{version}-%{release}
%if %{with epkowa}
Suggests:	iscan
%endif

%description backends
This package contains the backends for different scanners.

%if %{with epkowa}
%package backends-iscan
Group:		System/Kernel and hardware
License:	LGPLv2
Summary:	SANE - local and remote scanner access
Provides:	iscan = %{iscanversion}

%description backends-iscan
This package contains the iscan backend, in order to not conflict with
manufacturer-supplied packages.
%endif

%package backends-doc
Summary:	Documentation for SANE backends
Group:		System/Kernel and hardware

%description backends-doc
This package contains the SANE backend documentation for different
scanners.

%package -n saned
Group:          System/Kernel and hardware
License:        LGPLv2
Summary:        SANE - local and remote scanner access
Provides:       %{name} = %{version}-%{release}
Provides:	saned = %{version}-%{release}
Requires:	sane-backends >= %{version}-%{release}
Requires:	xinetd
Requires(preun,post):	rpm-helper

%description -n saned
This package contains saned, a daemon that allows remote clients to
access image acquisition devices available on the local host.

%prep
%setup -qn sane-backends-%{version}%{beta}

%patch1 -p1 -b .plusteks12
###%patch24 -p0 -b .link
%patch28 -p1 -b .group
%patch30 -p1 -b .brother2list
%patch31 -p1 -b .strformat
%patch32 -p0
%patch33 -p1 -b .pthread

%patch101 -p1
%patch106 -p1
#%patch109 -p1
%patch113 -p1
%patch115 -p1

# Fedora patches
%patch202 -p1 -b .open-macro
%patch203 -p1 -b .udev
%patch204 -p1 -b .epson-expression800

# "geniusvp2" backend
#setup -q -T -D -a 14 -n sane-backends-%{version}

# "hp3500" backend
# Patch does not match on file unsupported.desc (change should not affect
# the backend itself), so we force it in
#bzcat %{PATCH20} | patch -p0 -b --suffix .hp3500 -f || :

# Fix parallel build (Gwenole)
#for a in `find . -name Makefile.in -print`; do \
#	perl -p -i -e 's/^(\s*TARGETS\s+=\s+)(\S+)(\s+)(\$\(\S+_LTOBJS\))/$1$4$3$2/' $a; \
#done

# Patch for the HP ScanJet 44x0C scanners ("hp_rts88xx" backend)
#%setup -q -T -D -a 9 -n sane-backends-%{version}%{beta}
#cd sane_hp_rts88xx/sane_hp_rts88xx
#./patch-sane.sh $RPM_BUILD_DIR/sane-backends-%{version}%{beta}
#cd ../..
#patch21 -p1 -b .hp_rts88xx-0.18-fix_link
#echo 'hp_rts88xx' >> backend/dll.conf.in

# Primax parallel port scanners
%if %{with primax}
%setup -q -T -D -a 3 -n sane-backends-%{version}%{beta}
%endif

# "primascan" backend 
# (commented out in dll.conf, as it claims to support every USB scanner)
######%patch29 -p0 -b .primascan
cat %{SOURCE11} > backend/primascan.h
cat %{SOURCE12} > backend/primascan.c
##perl -p -i -e 's:(BACKENDS=\"):$1primascan :' configure.in
# <mrl> avoid autoconf by applying change to configure too.
##perl -p -i -e 's:(BACKENDS=\"):$1primascan :' configure
##perl -p -i -e 's:(DISTFILES\s*=\s*):$1primascan.h primascan.c :' backend/Makefile.in
echo '#primascan' >> backend/dll.conf.in

# Scanners in some Brother MF devices
#setup -q -T -D -a 10 -n sane-backends-%{version}%{beta}

# Epson Avasys driver for Epson scanners
%if %{with epkowa}
%setup -q -T -D -a 13 -n sane-backends-%{version}%{beta}
%endif

# lib64 fixes (avoid patch)
# NOTE: don't regenerate configure script past this line
perl -pi -e "s@/lib(\"|\b[^/])@/%_lib\1@g if /LDFLAGS=.*with_ptal/" configure

# Reduce number of retries done by the "snapscan" backend when accessing
# the scanner
perl -p -i -e 's:for \(retries = 20; retries; retries--\):for (retries = 5; retries; retries--):' backend/snapscan-scsi.c

%if %{with epkowa}
pushd iscan-%{iscanversion}
%patch23 -p0 -b .iscan-2.10.0-1_fix_link
%patch26 -p0 -b .no_non-free_please
%patch27 -p2 -b .linkage_fix
popd
%endif

# Remove the backend/dll.conf file generated by the patches, it prevents
# the Makefile from generating  the real dll.conf file
rm -f backend/dll.conf

%build
%configure2_5x \
	--disable-static \
	--enable-rpath=no \
%if !%{with gphoto2}
	--without-gphoto2
%endif

%make

# Primax parallel port scanners
%if %{with primax}
chmod a+rx tools/sane-config
cd primaxscan*
autoreconf -fi
PATH=`pwd`/../tools:${PATH}
CFLAGS="${RPM_OPT_FLAGS/-ffast-math/} -fPIC -I`pwd`/../include -L`pwd`/../backend/.libs/"\
%configure2_5x \
	--disable-static

%make
%make primax_scan
cd ..
%endif

# Epson Avasys driver for Epson scanners
%if %{with epkowa}
chmod a+rx tools/sane-config
PATH=`pwd`/tools:${PATH}
cd iscan-%{iscanversion}
sh ./bootstrap
export CFLAGS="${RPM_OPT_FLAGS/-ffast-math/} -I`pwd`/../include -L`pwd`/../backend/ -fPIC"
export CXXFLAGS="${RPM_OPT_FLAGS/-ffast-math/} -I`pwd`/../include -L`pwd`/../backend/ -fPIC"
export LIBUSB_1_0_LIBS="-lusb"
%configure2_5x \
	--disable-static \
	--disable-frontend
%make
cd ..
%endif

%install
%makeinstall_std

# Create missing lock dir
install -d %{buildroot}/var/lib/lock/sane

#mv %{buildroot}/%{_sbindir}/saned %{buildroot}/%{_sbindir}/in.saned
#install -m 755 tools/sane-find-scanner %{buildroot}/%{_bindir}
perl -pi -e "s/installed.*/installed=yes/g" %{buildroot}%{_libdir}/libsane.la
/sbin/ldconfig -n %{buildroot}%{_libdir} %{buildroot}%{_libdir}/sane

# Comment out entry for the "geniusvp2" backend in
# /etc/sane.d/dll.conf as it makes SANE hanging on some systems when
# the appropriate scanner is not present
perl -p -i -e 's/^(\s*geniusvp2)/\#$1/g' %{buildroot}%{_sysconfdir}/sane.d/dll.conf

# Comment out entry for the "epson" backend in /etc/sane.d/dll.conf as
# we have also Epson's "epkowa" backend which supports the same
# scanners
perl -p -i -e 's/^(\s*epson)/\#$1/g' %{buildroot}%{_sysconfdir}/sane.d/dll.conf

# Remove "hpoj" line from /etc/sane.d/dll.con
perl -p -i -e 's/HP\s+OfficeJet/HPLIP/g' %{buildroot}%{_sysconfdir}/sane.d/dll.conf
perl -p -i -e 's/hpoj.sf.net/hplip.sf.net/g' %{buildroot}%{_sysconfdir}/sane.d/dll.conf
perl -p -i -e 's/hpoj/hpaio/g' %{buildroot}%{_sysconfdir}/sane.d/dll.conf

%if %{with empty_dll_conf}
# The /etc/sane.d/dll.conf contains lines for every backend, so every
# backend probes for a scanner when a SANE frontend (e. g. xsane) is
# started. With this the user has always to wait around one minute
# before he can scan. We simply replace the file by a nearly empty one
# and let scannerdrake only insert the needed backends. So the
# frontends will start immediately
mv %{buildroot}%{_sysconfdir}/sane.d/dll.conf %{buildroot}%{_sysconfdir}/sane.d/dll.conf.orig
cat > %{buildroot}%{_sysconfdir}/sane.d/dll.conf <<EOF
# enable the next line if you want to allow access through the network:
net
EOF
%endif

# Move documentation from /usr/doc to /usr/share/doc
install -d %{buildroot}%{_docdir}/sane-backends-%{version}/
install -d %{buildroot}%{_docdir}/sane-backends-doc-%{version}/
pushd %{buildroot}/usr/doc/sane-%{version}
#pushd %{buildroot}/usr/doc/sane-1.0.18-cvs
mv `find -mindepth 1 -type d` *.html *.txt %{buildroot}%{_docdir}/sane-backends-doc-%{version}/
mv README README.linux %{buildroot}%{_docdir}/sane-backends-%{version}/
rm -f README.*
mv * %{buildroot}%{_docdir}/sane-backends-%{version}/
popd

# Primax parallel port scanners
%if %{with primax}
cd primaxscan*
%makeinstall_std
rm -f %{buildroot}%{_libdir}/libsane-primax.a %{buildroot}%{_prefix}/lib/sane/libsane-primax.a
cp primax_scan %{buildroot}%{_bindir}
cd ..

%ifarch x86_64
mv -f %{buildroot}%{_prefix}/lib/sane/libsane-primax.* %{buildroot}%{_libdir}/sane/
rm -rf %{buildroot}%{_prefix}/lib/sane/
%endif

%endif

# Epson Avasys driver for Epson scanners
%if %{with epkowa}
cd iscan-%{iscanversion}
%makeinstall_std
rm -f %{buildroot}%{_libdir}/sane/libsane-epkowa.a
rm -f %{buildroot}%{_mandir}/man1/iscan.1*
rm -rf %{buildroot}%{_libdir}/iscan
cp backend/epkowa.conf %{buildroot}%{_sysconfdir}/sane.d/
echo 'epkowa' >> %{buildroot}%{_sysconfdir}/sane.d/dll.conf
cd ..
%endif

# Xinetd.d entry
mkdir %{buildroot}/etc/xinetd.d
cat %{SOURCE5} > %{buildroot}/etc/xinetd.d/saned

# udev rules for libusb user support
mkdir -p %{buildroot}/lib/udev/rules.d
install -m644 tools/udev/libsane.rules %{buildroot}/lib/udev/rules.d/60-libsane.rules
# Shorten too long comments
perl -p -i -e 's/(\#.{500}).*$/$1 .../' %{buildroot}/lib/udev/rules.d/60-libsane.rules

%find_lang sane-backends

sed -i '/^%dir/d' sane-backends.lang

%post -n saned
%_post_service saned

%pre -n saned
# Add saned to group scanner, cdwriter and usb for scanner access.
/usr/sbin/useradd -r -M -s /bin/false  -c "system user for saned" saned -G cdwriter,usb,scanner || :
#%_pre_useradd saned /etc/sane.d /bin/false

%preun -n saned
%_preun_service saned

%postun -n saned
%_postun_userdel saned

%pre backends
%_pre_groupadd scanner

%postun backends
%_postun_groupdel scanner

%files backends -f sane-backends.lang
%doc %{_docdir}/sane-backends-%{version}
%{_bindir}/sane-find-scanner
%{_bindir}/scanimage
%{_bindir}/gamma4scanimage
%if %{with primax}
%{_bindir}/primax_scan
%endif
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man7/*
%dir %{_sysconfdir}/sane.d
#config(noreplace) %{_sysconfdir}/sane.d/*[^saned]
%config(noreplace) %{_sysconfdir}/sane.d/*
/lib/udev/rules.d/*-libsane.rules
%attr(1777,root,root) %dir /var/lib/lock/sane
%if %{with epkowa}
# iscan files
%exclude %{_sysconfdir}/sane.d/epkowa.conf
%exclude %{_mandir}/man5/sane-epkowa.5*
%endif

%if %{with epkowa}
%files backends-iscan
%{_libdir}/sane/libsane-epkowa.*
%{_sysconfdir}/sane.d/epkowa.conf
%{_mandir}/man5/sane-epkowa.5*
%{_mandir}/man8/iscan-registry.*
%endif

%files backends-doc
%doc %{_docdir}/sane-backends-doc-%{version}

%files -n %{libname}
%{_libdir}/*.so.*
%dir %{_libdir}/sane
%{_libdir}/sane/*.so.*
%if %{with epkowa}
%exclude %{_libdir}/sane/libsane-epkowa.*
%endif

%files -n %{devname}
%{_bindir}/sane-config
%{_libdir}/*.so
%{_libdir}/sane/*.so
%{_includedir}/sane
%{_libdir}/pkgconfig/sane-backends.pc
%if %{with epkowa}
%exclude %{_libdir}/sane/libsane-epkowa*
%endif

%files -n saned
%{_sbindir}/*
%{_mandir}/man8/saned*
#config(noreplace) %{_sysconfdir}/sane.d/saned.conf
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/xinetd.d/saned



%changelog
* Wed Sep 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.24-5
+ Revision: adc5499
- Fix usb libs for iscan



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18882 |14mr|sane-frontends-1.0.14-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta %nil

# Enable debug mode
%define debug 0

Summary:	Graphical frontend to SANE
Name:		sane-frontends
Version:	1.0.14
Release:	18
License:	GPLv2+
Group:		Graphics
Url:		http://www.mostang.com/sane/
Source0:	ftp://ftp.sane-project.org/pub/sane/sane-frontends-%{version}/%{name}-%{version}%{beta}.tar.bz2
Source1:	sane-frontends16.png
Source2:	sane-frontends32.png
Source3:	sane-frontends48.png
Patch0:		sane-frontends-1.0.14-segfault.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gimp-2.0)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(sane-backends)
Requires:	sane

%description
This is the xscanimage program, used to scan images using SANE, either
standalone or as a gimp plugin. Also includes xcam and scanadf.

%files
%doc INSTALL NEWS README AUTHORS
%{_bindir}/*
%{_datadir}/sane/sane-style.rc
%{_mandir}/man1/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_libdir}/gimp/2.0/plug-ins/xscanimage

#----------------------------------------------------------------------------

%prep
%setup -q -n sane-frontends-%{version}%{beta}
%patch0 -p1

%build
%if %{debug}
export DONT_STRIP=1
CFLAGS="`echo %{optflags} |perl -pi -e 's,-O3,-g,g'`" CXXFLAGS="`echo %{optflags} |perl -pi -e 's,-O3,-g,g'`" \
%endif
%configure2_5x
perl -pi -e 's#,-rpath,/usr/lib##' src/Makefile #yves 1.0.5-4mdk
# glibc 2.1 has stpcpy, but sane's configure is apparently unable to detect it.
perl -p -i -e "s|\/\* #undef HAVE_STPCPY \*\/|#define HAVE_STPCPY 1|" include/sane/config.h
%make

%install
%if %{debug}
export DONT_STRIP=1
%endif

%makeinstall_std

mkdir -p %{buildroot}%{_libdir}/gimp/2.0/plug-ins
ln -s %{_bindir}/xscanimage %{buildroot}%{_libdir}/gimp/2.0/plug-ins

# menu icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 0644 %{SOURCE1} %{buildroot}/%{_iconsdir}/hicolor/16x16/apps/sane-frontends.png
install -m 0644 %{SOURCE2} %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/sane-frontends.png
install -m 0644 %{SOURCE3} %{buildroot}/%{_iconsdir}/hicolor/48x48/apps/sane-frontends.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-xscanimage.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=XScanImage
Comment=A simple frontend for the SANE scanning system
Exec=%{_bindir}/xscanimage
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Graphics;Scanning;
EOF

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-xcam.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=XCam
Comment=A SANE-based frontend for webcams
Exec=%{_bindir}/xcam
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;AudioVideo;Video;
EOF


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.14-18
+ Revision: 9a89cdc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18883 |14mr|sary-1.2.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 10
%define libname_orig lib%{name}
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Suffix array library (with tools)
Name:		sary
Version:	1.2.0
Release:	16
Group:		System/Internationalization
License:	LGPL
URL:		http://prime.sourceforge.jp/src/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		sary-linkage_fix.diff
BuildRequires:	glib2-devel
Requires:	%{libname} = %{version}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
Sary is a suffix array library. It provides fast full-text search facilities
for text files on the order of 10 to 100 MB using a data structure called a
suffix array. It can also search specific fields in a text file by assigning
index points to those fields. 

%package -n	%{libname}
Summary:	Sary library
Group:		System/Internationalization
Provides:	%{libname_orig} = %{version}-%{release}

%description -n	%{libname}
Sary is a suffix array library. It provides fast full-text search facilities
for text files on the order of 10 to 100 MB using a data structure called a
suffix array. It can also search specific fields in a text file by assigning
index points to those fields. 

%package -n	%{develname}
Summary:	Development headers for sary
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{libname_orig}-devel = %{version}-%{release}
Obsoletes:	%{mklibname sary 0 -d}
Obsoletes:	%{mklibname sary 10 -d}

%description -n	%{develname}
Sary is a suffix array library. It provides fast full-text search facilities
for text files on the order of 10 to 100 MB using a data structure called a
suffix array. It can also search specific fields in a text file by assigning
index points to those fields. 

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/mksary
%{_bindir}/sary
%{_datadir}/%{name}
%{_mandir}/man*/*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libsary.so.%{major}.0.0
%{_libdir}/libsary.so.%{major}

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/libsary.a
%{_libdir}/libsary.so
%{_libdir}/pkgconfig/sary.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-16
+ Revision: 5be0049
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18884 |14mr|sash-3.7-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A statically linked shell, including some built-in basic commands
Name:		sash
Version:	3.7
Release:	18
License:	GPL
Group:		Shells
Url:		http://www.canb.auug.org.au/~dbell/
Source0:	http://www.canb.auug.org.au/~dbell/programs/%{name}-%{version}.tar.bz2
Patch0:		sash-3.7-optflags.patch
Patch2:		sash-3.7-losetup.patch
Patch3:		sash-3.7-fix-loop__remove_it_when_kernel_headers_are_fixed.patch
Patch4:		sash-3.7-linux2.6-buildfix.patch
Patch5:		sash-3.6-scriptarg.patch
Patch6:		sash-pwdfunc.patch
Patch7:		sash-3.7-segfault.patch
Patch8:		sash-3.7-special-script-call-esp-for-glibc-post.patch
Conflicts:	glibc < 6:2.3.3-2mdk
BuildRequires:	pkgconfig(zlib)
BuildRequires:	glibc-static-devel
BuildRequires:	pkgconfig(ext2fs)

%description
Sash is a simple, standalone, statically linked shell which includes
simplified versions of built-in commands like ls, dd and gzip.  Sash
is statically linked so that it can work without shared libraries, so
it is particularly useful for recovering from certain types of system
failures.  Sash can also be used to safely upgrade to new versions of
shared libraries.

%prep
%setup -q
%patch0 -p1 -b .misc~
%patch2 -p1 -b .losetup~
%patch3 -p1 -b .loop~
%patch4 -p1 -b .peroyvind~
%patch5 -p1 -b .scriptarg~
%patch6 -p1 -b .pwd~
%patch7 -p1 -b .segf~
%patch8 -p1 -b .scriptarg~

%build
%make RPM_OPT_FLAGS="%{optflags}" LDFLAGS="-static %{ldflags}"

%install
install -m755 sash -D %{buildroot}/sbin/sash
install -m644 sash.1 -D %{buildroot}%{_mandir}/man8/sash.8

%files
/sbin/sash
%{_mandir}/man8/sash.8*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.7-18
+ Revision: 0e01c61
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18885 |14mr|saslwrapper-0.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           saslwrapper
Version:        0.14
Release:        2
Summary:        Ruby and Python wrappers for the cyrus sasl library
Group:          System/Libraries
License:        ASL 2.0
URL:            http://qpid.apache.org
# svn export -r 1209041 https://svn.apache.org/repos/asf/qpid/branches/0.14/qpid/extras/sasl saslwrapper-0.14
# tar -cvzf saslwrapper-0.14.tar.gz saslwrapper-0.14
Source0:        %{name}-%{version}.tar.gz
Patch0:         configure.patch

BuildRequires: doxygen
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: ruby
BuildRequires: ruby-devel
BuildRequires: python
BuildRequires: python-devel
BuildRequires: libsasl2-devel
#BuildRequires: cyrus-sasl-lib
BuildRequires: cyrus-sasl
BuildRequires: swig

%description
A simple wrapper for cyrus-sasl that permits easy binding into
scripting languages.

%package devel
Summary: Header files for developing with saslwrapper
Group: System/Libraries
Requires: %{name} = %{EVRD}

%description devel
The header files for developing with saslwrapper

%package -n python-saslwrapper
Summary: Python bindings for saslwrapper
Group: System/Libraries
Requires: %{name} = %{EVRD}
Requires: python

%description -n python-saslwrapper
Python bindings for the saslwrapper library.

%package -n ruby-saslwrapper
Summary: Ruby bindings for saslwrapper
Group: System/Libraries
Requires: %{name} = %{EVRD}
Requires: ruby

%description -n ruby-saslwrapper
Ruby bindings for the saslwrapper library.

%prep
%setup -q
%patch0 -p1

%build
export LDFLAGS="-lsasl2"
./bootstrap
%configure
%make

%install
make install DESTDIR=%{buildroot}

%check
make check

%files
%doc LICENSE
%{_libdir}/libsaslwrapper.so.*

%files devel
%{_libdir}/libsaslwrapper.so
%{_includedir}/saslwrapper.h

%files -n python-saslwrapper
%{python_sitearch}/saslwrapper.py*
%{python_sitearch}/_saslwrapper.so

%files -n ruby-saslwrapper
%{ruby_sitearchdir}/saslwrapper.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.14-2
+ Revision: 2ddfc9c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18886 |14mr|sat4j-2.3.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define eclipse_base %{_libdir}/eclipse
# We want the version to match that shipped in Eclipse's Orbit project
%define qualifier 20081021

Name:           sat4j
Version:        2.3.5
Release:        1
Summary:        A library of SAT solvers written in Java

Group:          Development/Java
License:        EPL and LGPLv2
URL:            http://www.sat4j.org/
# Created by sh %{name}-fetch.sh
Source0:        %{name}-%{version}.tar.xz
Source1:        %{name}-fetch.sh
Patch0:		%{name}-classpath.patch
#BuildRequires:  java-devel >= 1.6
BuildRequires:  java-1.7.0-openjdk-devel
BuildRequires:  java-rpmbuild
BuildRequires:  ant
Requires:       java >= 1.6
Requires:       jpackage-utils

BuildArch:      noarch

%description
The aim of the SAT4J library is to provide an efficient library of SAT
solvers in Java. The SAT4J library targets first users of SAT "black
boxes", those willing to embed SAT technologies into their application
without worrying about the details.

%prep
%setup -q
%patch0

pushd lib
        ln -s /usr/share/java/commons-beanutils.jar
        ln -s /usr/share/java/commons-logging.jar
        ln -s /usr/share/java/mockito.jar mockito-all-1.9.5.jar
popd

%build
ant -Dbuild.compiler=modern -Drelease=%{version} \
 -Dtarget=1.5 -DBUILD_DATE=%{build_date} p2

%install
install -d -m 755 %{buildroot}%{_javadir}
cp -rp dist/%{version}/org.sat4j.core.jar \
 %{buildroot}%{_javadir}
cp -rp dist/%{version}/org.sat4j.pb.jar \
 %{buildroot}%{_javadir}

%clean

%files
%{_javadir}/org.sat4j*

%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.3.5-1
+ Revision: 597b5ab
- Updated to 2.3.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18887 |14mr|saxpath-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       saxpath
Version:    1.0
Release:    3
Summary:    Simple API for XPath

Group:      Development/Java
License:    Saxpath
URL:        http://sourceforge.net/projects/saxpath/
Source0:    http://downloads.sourceforge.net/saxpath/saxpath-1.0.tar.gz
Source1:    %{name}-%{version}.pom

BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  ant-trax
BuildRequires: java-rpmbuild
Requires:       jpackage-utils

BuildArch:      noarch

%description
The SAXPath project is a Simple API for XPath. SAXPath is analogous to SAX
in that the API abstracts away the details of parsing and provides a simple
event based callback interface.

%package javadoc
Summary:    Javadoc for saxpath
Group:      Development/Java
Requires:   jpackage-utils

%description javadoc
Java API documentation for saxpath.

%prep
%setup -q -n %{name}-%{version}-FCS

find -type f -name "*.jar" -exec rm -f '{}' \;

%build
mkdir src/conf
touch src/conf/MANIFEST.MF

export CLASSPATH=$(build-classpath xalan-j2-serializer)

ant

# fix rpmlint warings: saxpath-javadoc.noarch: W: wrong-file-end-of-line-encoding /usr/share/javadoc/saxpath/**/*.css
for file in `find build/doc -type f | grep .css`; do
    %{__sed} -i 's/\r//g' $file
done

%install
# install jar
install -dm 755 $RPM_BUILD_ROOT/%{_javadir}
cp -p build/saxpath.jar $RPM_BUILD_ROOT/%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT/%{_javadir}/%{name}.jar

#install pom
install -dm 755 $RPM_BUILD_ROOT/%{_datadir}/maven2/poms
cp -p %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-saxpath.pom

#depmap entry
%add_to_maven_depmap saxpath saxpath %{version}-FCS JPP saxpath

# install javadoc
install -dm 755 $RPM_BUILD_ROOT/%{_javadocdir}/%{name}
cp -a build/doc/* $RPM_BUILD_ROOT/%{_javadocdir}/%{name}/

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}

%files javadoc
%{_javadocdir}/*


%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: 2952f61
- Rebuild to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18888 |14mr|sbc-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define libnamedevel %mklibname -d %{name}

Name:		sbc
Version:	1.2
Release:	2
Summary:	Bluetooth SBC utilities


Group:		Communications
License:	GPLv2+
Source0:	http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
Url:		http://www.bluez.org/

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(sndfile)

%description
Bluetooth SBC utilities

%package -n %{libname}
Summary:	Bluetooth SBC library

Group:		System/Libraries

%description -n %{libname}
Bluetooth SBC library

%package -n %{libnamedevel}
Summary:	Bluetooth SBC development files

Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{libnamedevel}
Bluetooth SBC development files


%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.la

%files
%{_bindir}/sbcdec
%{_bindir}/sbcenc
%{_bindir}/sbcinfo

%files -n %{libname}
%{_libdir}/libsbc.so.%{major}*

%files -n %{libnamedevel}
%{_includedir}/%{name}
%{_libdir}/libsbc.so
%{_libdir}/pkgconfig/%{name}.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-2
+ Revision: 5ae4bbc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18889 |14mr|scanssh-2.1-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Scans the given addresses and networks for running SSH servers
Name:		scanssh
Version:	2.1
Release:	18
License:	BSD
Group:		Networking/Other
URL:		http://www.monkey.org/~provos/scanssh/
Source0:	http://www.monkey.org/~provos/scanssh/%{name}-%{version}.tar.bz2
Patch0:		scanssh-no-locincpth.patch
BuildRequires:	libpcap >= 0.9.5
BuildRequires:	libpcap-devel >= 0.9.5
BuildRequires:	libevent-devel >= 1.3
BuildRequires:	libdnet-devel >= 1.7
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Scanssh scans the given addresses and networks for running SSH servers. It will
query their version number and displays the results in a list.

This program was originally written under OpenBSD as a personal measurement
tool. However, besides gathering statistics, it's also useful for other
purposes such as ensuring that all machines on your network run the latest SSH
versions, etc...

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0 

%build

%configure2_5x

# work around --recheck
touch *

%make CFLAGS="%{optflags} -fPIC"

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man1

install -m755 scanssh %{buildroot}%{_sbindir}
install -m644 scanssh.1 %{buildroot}%{_mandir}/man1
  
%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr (-,root,root)
%doc README
%{_sbindir}/scanssh
%{_mandir}/*/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-18
+ Revision: 5dc8e45
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18890 |14mr|schroedinger-1.0.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define abi 1.0
%define major 0
%define libname %mklibname %{name} %{abi} %{major}
%define develname %mklibname -d %{name}

Name:		schroedinger
Version:	1.0.11
Release:	2
Summary:	Portable libraries for the high quality Dirac video codec

Group:		Video
License:	LGPL/MIT/MPL
URL:		http://www.diracvideo.org/
Source0:	http://www.diracvideo.org/download/schroedinger/%{name}-%{version}.tar.gz
Patch0:		schroedinger-1.0.9-fix-linking.patch

BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	gtk-doc

%description
The Schrödinger project will implement portable libraries for the high
quality Dirac video codec created by BBC Research and
Development. Dirac is a free and open source codec producing very high
image quality video.

The Schrödinger project is a project done by BBC R&D and Fluendo in
order to create a set of high quality decoder and encoder libraries
for the Dirac video codec.

%package -n %{libname}
Group:		System/Libraries
Summary:	Portable libraries for the high quality Dirac video codec


%description -n %{libname}
The Schrödinger project will implement portable libraries for the high
quality Dirac video codec created by BBC Research and
Development. Dirac is a free and open source codec producing very high
image quality video.

The Schrödinger project is a project done by BBC R&D and Fluendo in
order to create a set of high quality decoder and encoder libraries
for the Dirac video codec.

%package -n %{develname}
Group:		Development/C
Summary:	Development files for schrodinger

Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for schrodinger

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--enable-gtk-doc
%make

%install
%makeinstall_std

%check
make check

%files -n %{libname}
%doc COPYING* NEWS TODO
%{_libdir}/libschroedinger-%{abi}.so.%{major}*

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/schroedinger
%{_includedir}/schroedinger-%{abi}
%{_libdir}/*.so
%{_libdir}/pkgconfig/schroedinger-%{abi}.pc





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.11-2
+ Revision: fc7e169
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18891 |14mr|scli-0.4.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SCLI - SNMP Command Line Interface
Name:		scli
Version:	0.4.0
Release:	13
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.ibr.cs.tu-bs.de/projects/scli/
Source0:	ftp://ftp.ibr.cs.tu-bs.de/pub/local/scli/%{name}-%{version}.tar.gz
#patch was sent upstream (Kharec)
Patch0:		scli-0.4.0-fix-str-fmt.patch
#from upstream
Patch1:		scli-0.4.0-readline6.3.patch
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnet-2.0)
BuildRequires:	pkgconfig(gsnmp)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncurses)

%description
Authors description on the project's home page:

The scli package was written to address the need for small and
efficient command line utilities to monitor and configure network
devices and host systems. The scli package is based on the SNMP
management protocol. It utilizes a MIB compiler called smidump to
generate C stub code. In fact, virtually no SNMP knowledge is required
in order to extend the scli programs with new features.

The programs contained in the scli package try to be very specific
rather than generic. Generic SNMP tools such as MIB browsers or simple
command line tools (e.g. snmpwalk) are hard to use since they expose
too many protocol details. And in most cases, they fail to present the
information in a format that is easy to read and understand.

The scli package was designed to be extensible. Additional modes that
extend the capabilities of the tools can easily be added. The smidump
MIB compiler hides all the SNMP protocol details so that every C
programmer can implement new modes. In fact, we like to encourage
users to write and contribute new modes so that the package becomes
more and more valuable.

To summarize, the slogan for this little package is: "After more than
10 years of SNMP, I felt it is time for really useful command line
SNMP monitoring and configuration tools. ;-)"

%files
%doc AUTHORS NEWS PORTING README TODO 
%{_bindir}/*
%{_mandir}/man1/*
%{_infodir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1

%build
%configure2_5x --disable-xmltest
%make

%install
%makeinstall_std


%changelog
* Tue Jul 22 2014 abondrov <andrey.bondrov@rosalab.ru> 0.4.0-13
+ Revision: 67714d9
- Apply added patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18892 |14mr|scons-2.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open Source software construction tool
Name:		scons
Version:	2.3.2
Release:	1
Epoch:		1
License:	MIT
Group:		Development/Other
Url:		http://www.scons.org/
Source0:	http://download.sourceforge.net/scons/%{name}-%{version}.tar.gz
Source1:	scons.macros
BuildRequires:	pkgconfig(python)
Requires:	python-%{name} = %{EVRD}
BuildArch:	noarch

%description
SCons is an Open Source software construction tool--that is, a build
tool; an improved substitute for the classic Make utility; a better way
to build software. SCons is based on the design which won the Software
Carpentry build tool design competition in August 2000.

SCons "configuration files" are Python scripts, eliminating the need
to learn a new build tool syntax. SCons maintains a global view of
all dependencies in a tree, and can scan source (or other) files for
implicit dependencies, such as files specified on #include lines. SCons
uses MD5 signatures to rebuild only when the contents of a file have
really changed, not just when the timestamp has been touched. SCons
supports side-by-side variant builds, and is easily extended with user-
defined Builder and/or Scanner objects.

%files
%doc CHANGES.txt LICENSE.txt README.txt RELEASE.txt PKG-INFO
%{_bindir}/scons
%{_bindir}/scons-time
%{_bindir}/sconsign
%{_bindir}/scons-%{version}
%{_bindir}/sconsign-%{version}
%{_bindir}/scons-time-%{version}
%{_sysconfdir}/rpm/macros.d/scons.macros
%{_mandir}/man1/scons.1*
%{_mandir}/man1/scons-time.1*
%{_mandir}/man1/sconsign.1*

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	SCons library
Group:		Development/Python
Requires:	pkgconfig(python)

%description -n python-%{name}
The SCons library is required by scons.

%files -n python-%{name}
%{py_puresitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
CFLAGS="%{optflags}" %__python setup.py build

%install
python setup.py install \
	--root=%{buildroot} \
	--record=INSTALLED_FILES \
	--symlink-scons \
	--standard-lib
mkdir -p %{buildroot}%{_mandir}
mv %{buildroot}%{_prefix}/man/* %{buildroot}%{_mandir}

# install scons rpm macro helper
install -D %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.d/scons.macros



%changelog
* Thu Jul 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.3.2-1
+ Revision: 4daf286
- New version 2.3.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18893 |14mr|screen-4.0.3-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A manager that supports multiple logins on one terminal
Name:		screen
Version:	4.0.3
Release:	13
License:	GPLv2+
Group:		Terminals
BuildRequires:	ncurses-devel
BuildRequires:	utempter-devel
BuildRequires:	texinfo
URL:		http://www.gnu.org/software/screen/
Source0:	ftp://ftp.uni-erlangen.de/pub/utilities/screen/%{name}-%{version}.tar.gz

# correct the location of various files in man page and info page 
# not sent upstream
Patch4:		screen-3.9.11-fix-utmp.diff
# do not link with libelf, this is not needed
Patch6:		screen-3.9.13-no-libelf.patch
# for portability ? is it needed ? in doubt, let's apply it
# fixed upstream git on b4aa8750 , but that's a different fix
Patch7:		screen-3.9.11-biarch-utmp.patch
# add U as default binding to switch to utf8, in /etc/screenrc
# not to send upstream
Patch8:		screen-4.0.2-screenrc-utf8-switch.patch
# manpage of execl specify that the list should be NULL terminated, so there is a bug
# i however do not know if this fix a crash or anything
# already fixed upstream, different fix
Patch9:		screen-4.0.2-varargs.patch
# add ipv6 support to the builtin telnet client
Patch12:	screen-4.0.3-ipv6.patch
# from git, workaround vte's autodetect DEL
Patch13:	screen-4.0.3-vte-autodetect-workaround.patch
# Prevent format-string errors
# sent upstream : https://savannah.gnu.org/bugs/index.php?29024
Patch14:	screen-4.0.3-format-string.patch

%description
The screen utility allows you to have multiple logins on just one
terminal.  Screen is useful for users who telnet into a machine or
are connected via a dumb terminal, but want to use more than just
one login.

Install the screen package if you need a screen manager that can
support multiple logins on one terminal.

%prep
%setup -q
%patch4 -p1
%patch6 -p1 -b .no-libelf
%patch7 -p1 -b .biarch-utmp
%patch8 -p0
%patch9 -p1 -b .varargs
%patch12 -p1 -b .ipv6
%patch13 -p2 -b .vte
%patch14 -p1 -b .format-string

%build
# 5 is tty group
%configure2_5x	--enable-colors256 \
		--with-pty-mode=0620 \
		--with-pty-group=5 \
		--enable-telnet

perl -pi -e 's|.*#undef HAVE_BRAILLE.*|#define HAVE_BRAILLE 1|' config.h

perl -pi -e 's|%{_prefix}/etc/screenrc|%{_sysconfdir}/screenrc|' config.h
perl -pi -e 's|/usr/local/etc/screenrc|%{_sysconfdir}/screenrc|' etc/etcscreenrc doc/*
perl -pi -e 's|/local/etc/screenrc|%{_sysconfdir}/screenrc|' doc/*
rm doc/screen.info*

%make CFLAGS="%{optflags} -DETCSCREENRC=\\\"%{_sysconfdir}/screenrc\\\""

%install
rm -Rf %{buildroot}
mkdir -p %{buildroot}%{_sysconfdir}/skel

%makeinstall SCREENENCODINGS=%{buildroot}%{_datadir}/screen/utf8encodings/

( cd %{buildroot}/%{_bindir} && {
	rm -f screen.old screen
	mv screen-%{version} screen
  }
)

install -c -m 0644 etc/etcscreenrc %{buildroot}/%{_sysconfdir}/screenrc
install -c -m 0644 etc/screenrc %{buildroot}/%{_sysconfdir}/skel/.screenrc

mkdir -p %{buildroot}/%{_sysconfdir}/profile.d

cat > %{buildroot}/%{_sysconfdir}/profile.d/20screen.sh <<'EOF'
if [ -z "$SCREENDIR" ]; then
	export SCREENDIR=$HOME/tmp
fi
EOF

%files
%doc NEWS README doc/FAQ doc/README.DOTSCREEN ChangeLog
%{_bindir}/screen
%{_mandir}/man1/screen.1*
%{_infodir}/screen.info*
%config(noreplace) %{_sysconfdir}/profile.d/20screen.sh
%config(noreplace) %{_sysconfdir}/screenrc
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/skel/.screenrc
%{_datadir}/screen/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0.3-13
+ Revision: 3dd1e71
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18894 |14mr|screenpen-0.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define qt_version 5.1.0
%define gnome_shell_support 1

Name:		screenpen
Version:	0.0.3
Release:	1
Epoch:		1
Summary:	ROSA ScreenPen
Group:		Graphical desktop/Other
License:	GPLv3+
URL:		http://www.rosalab.ru/
Source0:	screenpen-%{version}.tar.gz

Requires:  %{_lib}qt5core5 >= %{qt_version}
Requires:  %{_lib}qt5gui5 >= %{qt_version}
Requires:  %{_lib}qt5gui5-x11 >= %{qt_version}
Requires:  %{_lib}qt5widgets5 >= %{qt_version}
Requires:  %{_lib}qt5opengl5 >= %{qt_version}
%if %gnome_shell_support
Requires:       gnome-shell
%endif

BuildRequires:  cmake
BuildRequires:	qmake5
BuildRequires:  %{_lib}qt5core-devel >= %{qt_version}
BuildRequires:  %{_lib}qt5gui-devel >= %{qt_version}
BuildRequires:  %{_lib}qt5widgets-devel >= %{qt_version}
BuildRequires:  %{_lib}qt5opengl-devel >= %{qt_version}

%description
ROSA on-screen drawing application for presentations.

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DCMAKE_BUILD_TYPE=Release -DLIBRARY_INSTALL_DIR=%{_lib}
%make

%install
%makeinstall_std -C build

%if %gnome_shell_support
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/
cp -r screenpen-launch@uxteam.rosalab.ru/  %{buildroot}%{_datadir}/gnome-shell/extensions/
%endif
#--------------------------------------------------------------------

%files
%defattr(-,root,root)
%_bindir/screenpen

%if %gnome_shell_support
%{_datadir}/gnome-shell/extensions/*
%endif

%changelog
* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 1:0.0.3-1
+ Revision: b6e1aa4
- fix gnome-shell version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18895 |14mr|scribus-1.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Scribus - Open Source Page Layout
Name:		scribus
Version:	1.4.4
Release:	1
License:	GPLv2+
Group:		Office
Url:		http://www.scribus.net/
Source0:	http://ignum.dl.sourceforge.net/project/%name/%name/%version/%name-%version.tar.xz
Source10:	scribus.rpmlintrc
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	boost-devel
BuildRequires:	cups-devel
BuildRequires:	hyphen-devel
BuildRequires:	jpeg-devel
BuildRequires:	podofo-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
Requires:	tkinter
Requires:	ghostscript-common

%description
Scribus is a desktop open source page layout program with the aim of
producing commercial grade output in PDF and Postscript, primarily,
though not exclusively, for Linux.

While the goals of the program are ease of use and simple
easy-to-understand tools, Scribus offers support for professional
publishing features, such as CMYK colors, easy PDF creation,
Encapsulated Postscript import and export, and creation of color
separations.

%files
%{_bindir}/*
%{_datadir}/%{name}
%{_libdir}/%{name}
%{_mandir}/man1/*
%lang(pl) %{_mandir}/pl/man1/*
%lang(de) %{_mandir}/de/man1/*
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages/*.xml
%{_iconsdir}/hicolor/*/apps/%{name}.png
%doc %{_datadir}/doc/%{name}*

#--------------------------------------------------------------------

%package devel
Summary:	Development headers for programs that will use Scribus
Group:		Development/C++

%description devel
Development headers for programs that will use Scribus.

%files devel
%doc AUTHORS COPYING
%{_includedir}/%{name}

#--------------------------------------------------------------------

%prep
%setup -q
# Don't add (Development) to name in program menu, it makes no sense for
# users
sed -i -e "s/ (Development)//" scribus.desktop

%build
%cmake_qt4 -DWANT_HUNSPELL:BOOL=ON
%make

%install
%makeinstall_std -C build

install -d %{buildroot}%{_datadir}/applications
desktop-file-install --vendor='' \
	--dir %{buildroot}%{_datadir}/applications/ \
	--remove-key='Encoding' \
	--remove-category='Graphics' \
	--add-category='Office' \
	%{name}.desktop

# install icons for hicolor and old WM
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -resize 16x16 resources/icons/scribus.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -resize 32x32 resources/icons/scribus.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -resize 48x48 resources/icons/scribus.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# we do not need KDE stuff
rm -f %{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop

%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.4-1
+ Revision: 6104735
- New version 1.4.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18896 |14mr|scrot-0.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Screen-shot capture using Imlib 2
Name:           scrot
Version:	0.8
Release: 	6
Url: 		http://www.linuxbrit.co.uk

License: 	BSD
Group:		Graphics
Source: 	http://linuxbrit.co.uk/downloads/%{name}-%{version}.tar.gz
Source1:	%{name}-screen
Source2:	%{name}-area
Source3:	user.dconf
Source4:	00-screenshot
Source5:	org.gnome.settings-daemon.plugins.media-keys.gschema.override
BuildRequires:  pkgconfig(giblib)
BuildRequires:  autoconf2.5

%description
A nice and straightforward screen capture utility implementing the 
dynamic loaders of imlib2.


%package gnome
Summary:	Replacement for standart GNOME Shell screen capture
Group:		Graphical desktop/GNOME
Requires:	%{name} = %{version}-%{release}
Requires:	dconf
Requires:	gnome-settings-daemon
Requires:	libnotify
Requires:	glib2.0-common

%description gnome
This package replace standart GNOME Shell screen capture mechanism to scrot.


%prep
%setup -q 

%build
%configure2_5x

%make

%install
mkdir -p %buildroot%_defaultdocdir
%{makeinstall_std}
mv %buildroot%_prefix/doc/* %buildroot%_defaultdocdir

# install new dconf rules and capture files
install -dD %buildroot%_sysconfdir/dconf/db/site.d/
install -m 644 %SOURCE4 %buildroot%_sysconfdir/dconf/db/site.d/

install -dD %buildroot%_sysconfdir/dconf/profile/
install -m644 %SOURCE3 %buildroot%_sysconfdir/dconf/profile/user

install -m755 %SOURCE1 %SOURCE2 %buildroot%_bindir/

install -dD %buildroot%_datadir/glib-2.0/schemas/
install -m644 %SOURCE5 %buildroot%_datadir/glib-2.0/schemas/

%post gnome
dconf update
glib-compile-schemas %_datadir/glib-2.0/schemas/ > /dev/null 2>&1

%postun gnome
dconf update
glib-compile-schemas %_datadir/glib-2.0/schemas/ > /dev/null 2>&1

%files
%doc %_defaultdocdir/%name
%_bindir/%name
%_mandir/man1/%name.1.*

%files gnome
%_bindir/%{name}-*
%_sysconfdir/dconf/*
%_datadir/glib-2.0/schemas/*.override

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8-6
+ Revision: 426a0be
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18897 |14mr|SDL12-1.2.15-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	fname	SDL
%define	api	1.2
%define	major	0
%define	libname	%mklibname %{fname} %{api} %{major}
%define	devname	%mklibname %{fname} -d

%define	build_plugins	0
%define	build_directfb	1
%define	build_ggi	1
%define	build_aalib	1

Summary:	Simple DirectMedia Layer
Name:		SDL12
Version:	1.2.15
Release:	8
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.libsdl.org/
Source0:	http://www.libsdl.org/release/%{fname}-%{version}.tar.gz
Patch0:		SDL-1.2.10-fixrpath.patch
Patch1:		SDL-1.2.14-anonymous-enums.patch
# (cg) 1.2.13-10mdv Use pulse output by default
Patch2:		SDL-1.2.14-dont-propagate-lpthread.patch
# (fc) 1.2.13-7mdv fix crash in pulseaudio backend when /proc is not mounted (Mdv bug #38220)
Patch3:		SDL-1.2.14-noproc.patch
# (misc) patch from fedora to solve ri-li crash ( mdv bug #45721 )
Patch4:		SDL-1.2.13-rh484362.patch
# (MD) from fedora
Patch5:		SDL-1.2.15-const_XData32.patch

# debian patches
Patch102:	060_disable_ipod.diff
Patch103:	205_x11_keysym_fix.diff
# needs to be updated or dropped
#Patch104:	221_check_SDL_NOKBD_environment_variable.diff
Patch107:	310_fixmouseclicks

BuildRequires:	chrpath
BuildRequires:	nas-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(zlib)
%ifarch %{ix86}
BuildRequires:	yasm
%endif
%if %{build_plugins}
BuildRequires:	libltdl-devel
%endif
%if %{build_directfb}
BuildRequires:	pkgconfig(directfb)
%endif
%if %{build_ggi}
BuildRequires:	libggi-devel
%endif
%if %{build_aalib}
BuildRequires:	aalib-devel
%endif

%description
This is the Simple DirectMedia Layer, a generic API that provides low level
access to audio, keyboard, mouse, and display framebuffer across multiple
platforms.

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%doc README-SDL.txt CREDITS BUGS
%{_libdir}/libSDL-%{api}.so.%{major}*
%if %{build_plugins}
%dir %{_libdir}/SDL
%endif

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	SDL-devel = %{EVRD}

%description -n	%{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc README README-SDL.txt CREDITS BUGS WhatsNew docs.html
%doc docs/html/*.html
%{_bindir}/sdl-config
%{multiarch_bindir}/sdl-config
%{_libdir}/pkgconfig/sdl.pc
%{_libdir}/*.so
%{_libdir}/*.a
%dir %{_includedir}/SDL
%{_includedir}/SDL/*.h
%{_datadir}/aclocal/*
%{_mandir}/*/*

#----------------------------------------------------------------------------

%if %{build_plugins}
%if %{build_ggi}
%package -n	%{libname}-video-ggi
Summary:	GGI video support for SDL
Group:		System/Libraries

%description -n	%{libname}-video-ggi
This is the Simple DirectMedia Layer, a generic API that provides low level
access to audio, keyboard, mouse, and display framebuffer across multiple
platforms.

This package provides GGI video support as a plugin to SDL.

%files -n %{libname}-video-ggi
%{_libdir}/SDL/video_ggi.*
%endif
%endif

#----------------------------------------------------------------------------

%if %{build_plugins}
%if %{build_directfb}
%package -n	%{libname}-video-directfb
Summary:	DirectFB video support for SDL
Group:		System/Libraries

%description -n	%{libname}-video-directfb
This is the Simple DirectMedia Layer, a generic API that provides low level
access to audio, keyboard, mouse, and display framebuffer across multiple
platforms.

This package provides DirectFB video support as a plugin to SDL.

%files -n %{libname}-video-directfb
%{_libdir}/SDL/video_directfb.*
%endif
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn %{fname}-%{version}
%apply_patches

iconv -f ISO-8859-1 -t UTF-8 CREDITS > CREDITS.tmp
touch -r CREDITS CREDITS.tmp
mv CREDITS.tmp CREDITS

./autogen.sh

%build
export CFLAGS="%{optflags} -fPIC -funroll-loops -ffast-math -O3"
export CXXFLAGS="$CFLAGS"
%configure2_5x \
	--disable-static \
	--enable-video-opengl \
	--disable-video-svga \
%if %{build_ggi}
	--enable-video-ggi \
%if %{build_plugins}
	--enable-video-ggi-plugin \
%endif
%endif
%if %{build_directfb}
	--enable-video-directfb \
%if %{build_plugins}
	--enable-video-directfb-plugin \
%endif
%endif
%if %{build_aalib}
	--enable-video-aalib \
%if %{build_plugins}
	--enable-video-aalib-plugin \
%endif
%endif
%ifarch %{ix86} x86_64
	--enable-nasm \
%else
	--disable-nasm \
%endif
	--enable-assembly \
	--enable-sdl-dlopen \
	--enable-nas \
	--enable-nas-shared \
	--enable-pulseaudio \
	--enable-pulseaudio-shared \
	--enable-alsa \
	--enable-alsa-shared \
	--disable-arts \
	--disable-esd \
	--program-prefix= \
	--disable-rpath
%make

%install
%makeinstall_std

# --disable-rpath does not seem to work correctly
chrpath -d %{buildroot}%{_libdir}/libSDL.so

#multiarch
%multiarch_binaries %{buildroot}%{_bindir}/sdl-config


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.15-8
+ Revision: 045be29
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18898 |14mr|SDL2-2.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# For some reasons we have libver here, it doesn't affect SONAME
%define libver 0.2.1
%define api 2.0
%define major 1
%define libname %mklibname %{name}_ %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Simple DirectMedia Layer
Name:		SDL2
Version:	2.0.3
Release:	2
License:	Zlib
Group:		System/Libraries
Url:		http://www.libsdl.org/
Source0:	http://www.libsdl.org/release/%{name}-%{version}.tar.gz
Patch0:		SDL2-2.0.3-cmake.patch
#Patch1:		SDL2-2.0.1-cmake-joystick.patch
BuildRequires:	nas-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	cmake

#----------------------------------------------------------------------------

%description
This is the Simple DirectMedia Layer, a generic API that provides low level
access to audio, keyboard, mouse, and display framebuffer across multiple
platforms.

%package -n	%{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%doc README.txt README-SDL.txt CREDITS.txt COPYING.txt BUGS.txt WhatsNew.txt
%{_libdir}/libSDL2-%{api}.so.%{libver}
%{_libdir}/libSDL2-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc README.txt README-SDL.txt CREDITS.txt COPYING.txt BUGS.txt WhatsNew.txt
%{_bindir}/sdl2-config
%{_libdir}/pkgconfig/sdl2.pc
%{_libdir}/*.so
%dir %{_includedir}/SDL2
%{_includedir}/SDL2/*.h
%{_datadir}/aclocal/sdl2.m4

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake -DRPATH:BOOL=OFF
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_libdir}/*.a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.3-2
+ Revision: 4733eac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18899 |14mr|SDL2_image-2.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 2.0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Simple DirectMedia Layer 2 - image
Name:		SDL2_image
Version:	2.0.0
Release:	2
License:	Zlib
Group:		System/Libraries
Url:		http://www.libsdl.org/projects/SDL_image/index.html
Source0:	http://www.libsdl.org/projects/SDL_image/release/%{name}-%{version}.tar.gz
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(sdl2)

%description
This is a simple library to load images of various formats as SDL2 surfaces.
This library currently supports BMP, PPM, PCX, GIF, JPEG, and PNG formats.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc README.txt CHANGES.txt COPYING.txt
%{_includedir}/SDL2/*
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/SDL2_image.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# (anssi) --disable-x-shared disable dlopening, so that we link to them
# dynamically instead, and thus get correct autorequires
%configure2_5x \
	--disable-static \
	--enable-bmp \
	--enable-gif \
	--enable-jpg \
	--enable-pcx \
	--enable-png \
	--enable-tif \
	--enable-xpm \
	--disable-jpg-shared \
	--disable-png-shared \
	--disable-tif-shared

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.0-2
+ Revision: 0ec5e89
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18900 |14mr|SDL2_mixer-2.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 2.0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Simple DirectMedia Layer 2 - mixer
Name:		SDL2_mixer
Version:	2.0.0
Release:	2
License:	Zlib
Group:		System/Libraries
Url:		http://www.libsdl.org/projects/SDL_mixer/
Source0:	http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz
Patch0:		sdl2_mixer-2.0.0-mga-libmodplug-includes.patch
BuildRequires:	libmikmod-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
SDL2_mixer is a sample multi-channel audio mixer library. It supports any
number of simultaneously playing channels of 16 bit stereo audio, plus a
single channel of music, mixed by the popular MikMod MOD, Timidity MIDI
and SMPEG MP3 libraries.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%doc COPYING.txt
%doc timidity/FAQ timidity/README
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc README.txt CHANGES.txt
%{_libdir}/lib%{name}.so
%{_includedir}/SDL2/*
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package -n %{name}-player
Summary:	Players using %{name}
Group:		System/Libraries
Conflicts:	SDL_mixer-player

%description -n %{name}-player
This package contains binary to test the associated library.

%files -n %{name}-player
%doc README.txt
%{_bindir}/playwave
%{_bindir}/playmus

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static \
	--enable-music-mod \
	--disable-music-ogg-shared \
	--disable-music-flac-shared
%make

%install
%makeinstall_std install-bin


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.0-2
+ Revision: 43e3ce6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18901 |14mr|SDL2_net-2.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 2.0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Simple DirectMedia Layer 2 - network
Name:		SDL2_net
Version:	2.0.0
Release:	2
License:	ZLib
Group:		System/Libraries
Url:		http://www.libsdl.org/projects/SDL_net/
Source0:	http://www.libsdl.org/projects/SDL_net/release/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(sdl2)

%description
This is a small sample cross-platform networking library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc README.txt CHANGES.txt COPYING.txt
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/SDL2/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.0-2
+ Revision: 73398dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18902 |14mr|SDL2_ttf-2.0.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 2.0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Simple DirectMedia Layer 2 - Sample TrueType Font Library
Name:		SDL2_ttf
Version:	2.0.12
Release:	2
License:	Zlib
Group:		System/Libraries
Url:		http://www.libsdl.org/projects/SDL_ttf/
Source0:	http://www.libsdl.org/projects/SDL_ttf/release/%{name}-%{version}.tar.gz
Patch0:		sdl2_ttf-2.0.12-mga-link.patch
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(freetype2)

%description
This is a sample library which allows you to use TrueType fonts in your SDL2
applications.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc README.txt CHANGES.txt COPYING.txt
%{_includedir}/SDL2/*
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.12-2
+ Revision: aed6e86
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18903 |14mr|SDL_gfx-2.0.25-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 15
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d
%define staticname %mklibname %{name} -d -s

Summary:	SDL graphics drawing primitives and other support functions
Name:		SDL_gfx
Version:	2.0.25
Release:	1
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/index.html
Source0:	http://www.ferzkopp.net/Software/SDL_gfx-2.0/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	tiff-devel

%description
The SDL_gfx library evolved out of the SDL_gfxPrimitives code.

The current components of the SDL_gfx library are:
- Graphic Primitives (SDL_gfxPrimitves.h)
- Rotozoomer (SDL_rotozoom.h)
- Framerate control (SDL_framerate.h)
- MMX image filters (SDL_imageFilter.h)

The library is backwards compatible to the above mentioned code. It's
is written in plain C and can be used in C++ code.

%package -n %{libname}
Summary:	SDL graphics drawing primitives and other support functions
Group:		System/Libraries

%description -n %{libname}
The SDL_gfx library evolved out of the SDL_gfxPrimitives code.

The current components of the SDL_gfx library are:
- Graphic Primitives (SDL_gfxPrimitves.h)
- Rotozoomer (SDL_rotozoom.h)
- Framerate control (SDL_framerate.h)
- MMX image filters (SDL_imageFilter.h)

The library is backwards compatible to the above mentioned code. It's
is written in plain C and can be used in C++ code.

%package -n %{develname}
Summary:	Header files and more to develop SDL_gfx applications
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	SDL-devel
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
Header files and more to develop SDL_gfx applications.

%package -n %{staticname}
Summary:	Static SDL_gfx libraries
Group:		Development/C
Requires:	%{develname} = %{version}-%{release}

%description -n	%{staticname}
Static SDL_gfx libraries.

%prep
%setup -q

%build
%configure2_5x --disable-mmx
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%doc README ChangeLog AUTHORS Docs
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*

%files -n %{staticname}
%{_libdir}/lib*.a



%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0.25-1
+ Revision: f1cc980
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18904 |14mr|SDL_image-1.2.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major 0
%define		apiver 1.2
%define		libname %mklibname %{name} %{apiver} %{major}
%define		develname %mklibname %{name} -d

Summary:	Simple DirectMedia Layer - image
Name:		SDL_image
Version:	1.2.12
Release:	4
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.libsdl.org/projects/SDL_image/index.html
Source0:	http://www.libsdl.org/projects/SDL_image/release/%{name}-%{version}.tar.gz
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	tiff-devel
BuildRequires:	SDL-devel >= 1.2.10

%description
This is a simple library to load images of various formats as SDL surfaces.
This library currently supports BMP, PPM, PCX, GIF, JPEG, and PNG formats.

This package contains the binary `sdlshow' to test the library.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}SDL_image1.2 < 1.2.6-2

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	SDL-devel
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}%{major}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}SDL_image1.2-devel < 1.2.6-2

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%package -n %{libname}-test
Summary:	Test binary for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}SDL_image1.2-test < 1.2.6-2

%description -n %{libname}-test
This package contains binary to test the associated library.

%prep
%setup -q

%build
# (anssi) --disable-x-shared disable dlopening, so that we link to them
# dynamically instead, and thus get correct autorequires
%configure2_5x 	--enable-bmp \
		--enable-gif \
		--enable-jpg \
		--enable-pcx \
		--enable-png \
		--enable-tif \
		--enable-xpm \
		--disable-jpg-shared \
		--disable-png-shared \
		--disable-tif-shared \
		--disable-static

%make

%install
%makeinstall_std
%__install -d %{buildroot}%{_bindir}
%__install -m755 .libs/showimage %{buildroot}%{_bindir}/sdlshow

%files -n %{libname}-test
%{_bindir}/sdlshow

%files -n %{libname}
%{_libdir}/lib*%{apiver}.so.%{major}*

%files -n %{develname}
%doc README CHANGES
%{_libdir}/lib*.so
%{_includedir}/SDL/*
%{_libdir}/pkgconfig/SDL_image.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.12-4
+ Revision: 6dc7ff3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18905 |14mr|SDL_mixer-1.2.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major 0
%define		apiver 1.2
%define		libname %mklibname %{name} %{apiver} %{major}
%define		develname %mklibname %{name} -d

Name:		SDL_mixer
Version:	1.2.12
Release:	4
Summary:	Simple DirectMedia Layer - mixer
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.libsdl.org/projects/SDL_mixer/
Source0:	http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz
Patch0:		SDL_mixer-MikMod-1.patch
Patch1:		SDL_mixer-MikMod-2.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(esound)
BuildRequires:	libmikmod-devel
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	zlib-devel
BuildRequires:	nas-devel
BuildRequires:	smpeg-devel >= 0.4.3
BuildRequires:	pkgconfig(flac)
BuildRequires:	libstdc++-static-devel

%description
SDL_mixer is a sample multi-channel audio mixer library. It supports any
number of simultaneously playing channels of 16 bit stereo audio, plus a
single channel of music, mixed by the popular MikMod MOD, Timidity MIDI
and SMPEG MP3 libraries.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}SDL_mixer1.2_0 < 1.2.10
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	pkgconfig(sdl)
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}%{apiver}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%package -n %{name}-player
Summary:	Players using %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{name}-player
This package contains binary to test the associated library.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
# (Anssi 02/2010) The below --disable-music-foo-shared options do not disable
# support for the format in question. They just disable dlopen, and using the
# shared libraries directly, allowing rpm autodeps to work. Just using dlopen
# on them would make it quite likely that adding the deps later on downstream
# packages using SDL_mixer manually would be forgotten.
%configure2_5x	--enable-music-libmikmod=yes \
		--enable-music-native-midi \
		--disable-music-ogg-shared \
		--disable-music-flac-shared \
		--disable-music-mod-shared \
		--disable-music-mp3-shared \
		--disable-static
%make

iconv -f ISO-8859-1 -t UTF-8 CHANGES > CHANGES.tmp
touch -r CHANGES CHANGES.tmp
%__mv CHANGES.tmp CHANGES

%install
%makeinstall_std install-bin

%files -n %{name}-player
%doc README
%{_bindir}/playwave
%{_bindir}/playmus

%files -n %{libname}
%doc timidity/FAQ timidity/README
%{_libdir}/lib*%{apiver}.so.%{major}*

%files -n %{develname}
%doc README CHANGES
%{_libdir}/lib*.so
%{_includedir}/SDL/*
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.12-4
+ Revision: 726e500
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18906 |14mr|SDL_net-1.2.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major 0
%define		apiver 1.2
%define		libname %mklibname %{name} %{apiver} %{major}
%define		develname %mklibname %{name} -d

Summary:	Simple DirectMedia Layer - network
Name:		SDL_net
Version:	1.2.8
Release:	3
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.libsdl.org/projects/SDL_net/
Source0:	http://www.libsdl.org/projects/SDL_net/release/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(sdl)
BuildRequires:	texinfo

%description
This is an example portable network library for use with SDL. Note that this
isn't necessarily how you would want to write a chat program, but it
demonstrates how to use the basic features of the network and GUI libraries.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	pkgconfig(sdl)
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/lib*%{apiver}.so.%{major}*

%files -n %{develname}
%doc README CHANGES
%{_includedir}/SDL/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.8-3
+ Revision: 20dbe66
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18907 |14mr|SDL_Pango-0.1.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

%define _includedir %{_prefix}/include/SDL

Summary:	Simple DirectMedia Layer for pango
Name:		SDL_Pango
Version:	0.1.2
Release:	13
License:	LGPLv2+
Group:		System/Libraries
URL:		http://sdlpango.sourceforge.net/
Source0:	http://puzzle.dl.sourceforge.net/sourceforge/sdlpango/%{name}-%{version}.tar.bz2
Patch0:		SDL_Pango-0.1.2-API-adds.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangoft2)

%description
Pango is the text rendering engine of GNOME 2.
SDL_Pango connects the engine to SDL.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%doc README
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.2-13
+ Revision: 9ea66f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18908 |14mr|SDL_sound-1.0.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define apiver 1.0
%define libname %mklibname %{name} %{apiver} %{major}
%define develname %mklibname %{name} -d
%define staticname %mklibname %{name} -d -s
%define oldlibname %mklibname %{name} 1.0

Summary:	An abstract SDL soundfile decoder
Name:		SDL_sound
Version:	1.0.3
Release:	12
Group:		Sound
License:	LGPLv2+
URL:		http://www.icculus.org/SDL_sound
Source:		http://www.icculus.org/SDL_sound/downloads/%{name}-%{version}.tar.gz
Patch0:		SDL_sound-1.0.3-linkage.patch
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(flac)
BuildRequires:	libmikmod-devel
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(speex)
BuildRequires:	physfs-devel
BuildRequires:	doxygen

%description
SDL_sound is a library that handles the decoding of several popular
sound file formats, such as .WAV and .MP3. It is meant to make the
programmer's sound playback tasks simpler. The programmer gives
SDL_sound a filename, or feeds it data directly from one of many
sources, and then reads the decoded waveform data back at her
leisure. If resource constraints are a concern, SDL_sound can process
sound data in programmer-specified blocks. Alternately, SDL_sound can
decode a whole sound file and hand back a single pointer to the whole
waveform. SDL_sound can also handle sample rate, audio format, and
channel conversion on-the-fly and behind-the-scenes, if the programmer
desires.


%package -n %{libname}
Summary:	SDL graphics drawing primitives and other support functions
Group:		System/Libraries
Obsoletes:	%{oldlibname} < 1.0.1-15

%description -n %{libname}
SDL_sound is a library that handles the decoding of several popular
sound file formats, such as .WAV and .MP3. It is meant to make the
programmer's sound playback tasks simpler. The programmer gives
SDL_sound a filename, or feeds it data directly from one of many
sources, and then reads the decoded waveform data back at her
leisure. If resource constraints are a concern, SDL_sound can process
sound data in programmer-specified blocks. Alternately, SDL_sound can
decode a whole sound file and hand back a single pointer to the whole
waveform. SDL_sound can also handle sample rate, audio format, and
channel conversion on-the-fly and behind-the-scenes, if the programmer
desires.

%package -n %{develname}
Summary:	Header files and more to develop SDL_sound applications
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{oldlibname}-devel < 1.0.1-15

%description -n %{develname}
Header files and more to develop SDL_sound applications.

%package -n %{staticname}
Summary:	Static SDL_sound libraries
Group:		Development/C
Requires:	%{develname} = %{version}-%{release}
Obsoletes:	%{oldlibname}-static-devel < 1.0.1-15

%description -n %{staticname}
Static SDL_sound libraries.

%prep
%setup -q
%patch0 -p1

%build
export CPPFLAGS="-I%{_includedir}/libmodplug"
%configure2_5x
%make
doxygen

%install
%__rm -rf %{buildroot}
%makeinstall_std

%if "%{_lib}" == "lib64"
perl -pi -e "s|-L/usr/lib\b|-L%{_libdir}|g" %{buildroot}%{_libdir}/*.la
%endif

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/lib*%{apiver}.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc CHANGELOG TODO CREDITS docs/html
%{_libdir}/lib*.so
%{_includedir}/SDL/*

%files -n %{staticname}
%defattr(-,root,root)
%{_libdir}/lib*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-12
+ Revision: f174997
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18909 |14mr|SDL_ttf-2.0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	lib_name_orig	lib%{name}
%define	major 0
%define	apiver 2.0
%define	libname %mklibname %{name} %{apiver} %{major}
%define	develname %mklibname -d %{name}

Summary:	Simple DirectMedia Layer - Sample TrueType Font Library
Name:		SDL_ttf
Version:	2.0.11
Release:	3
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.libsdl.org/projects/SDL_ttf/
Source0:	http://www.libsdl.org/projects/SDL_ttf/release/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(freetype2)

%description
This is a sample library which allows you to use TrueType fonts in your SDL
applications. It comes with an example program "showfont" which displays an
example string for a given TrueType font file.

Warning! TrueType font decoding is under patent, and software using this
library may be in violation of this patent. Use at your own risk! See
http://www.freetype.org/ for details.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

Warning! TrueType font decoding is under patent, and software using this
library may be in violation of this patent. Use at your own risk! See
http://www.freetype.org/ for details.

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{lib_name_orig}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

Warning! TrueType font decoding is under patent, and software using this
library may be in violation of this patent. Use at your own risk! See
http://www.freetype.org/ for details.

%package -n %{libname}-test
Summary:	Test binary for %{name}
Group:		System/Libraries
Conflicts:	showfont

%description -n	%{libname}-test
This package contains binary to test the associated library.

%prep
%setup -q

%build
export CFLAGS="%{optflags} -lm"
%configure2_5x --disable-static
%make

%install
%makeinstall_std
%__install -d %{buildroot}%{_bindir}
%__install -m755 .libs/{showfont,glfont} %{buildroot}%{_bindir}

%files -n %{libname}-test
%{_bindir}/showfont
%{_bindir}/glfont

%files -n %{libname}
%{_libdir}/lib*%{apiver}.so.%{major}*

%files -n %{develname}
%doc README CHANGES
%{_libdir}/lib*.so
%{_includedir}/SDL/*
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.11-3
+ Revision: c8efa07
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18910 |14mr|sdparm-1.08-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	List or change SCSI disk parameters

Name:		sdparm
Version:	1.08
Release:	2
License:	BSD
Group:		System/Kernel and hardware
URL:		http://sg.danny.cz/sg/sdparm.html 
Source0:	http://sg.danny.cz/sg/p/%{name}-%{version}.tar.xz

%description
SCSI disk parameters are held in mode pages. This utility lists or
changes those parameters. Other SCSI devices (or devices that use
the SCSI command set) such as CD/DVD and tape drives may also find
parts of sdparm useful. Requires the linux kernel 2.4 series or later.
In the 2.4 series SCSI generic device names (e.g. /dev/sg0)
must be used. In the 2.6 series other device names may be used as
well (e.g. /dev/sda).

Warning: It is possible (but unlikely) to change SCSI disk settings
that stop or slow it down. Use with care.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%doc ChangeLog README CREDITS AUTHORS COPYING
%{_bindir}/*
%{_mandir}/man*/*






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.08-2
+ Revision: 1ec5131
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18911 |14mr|seabios-1.7.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		seabios
Version:	1.7.3.2
Release:	2
Summary:	Open-source legacy BIOS implementation


Group:		Emulators
License:	LGPLv3
URL:		http://www.coreboot.org/SeaBIOS
Source0:	http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz

BuildRequires:	python iasl
ExclusiveArch:	%{ix86} x86_64

Requires:	%{name}-bin = %{version}-%{release}

# Seabios is noarch, but required on architectures which cannot build it.
# Disable debuginfo because it is of no use to us.
%global debug_package %{nil}

# You can build a debugging version of the BIOS by setting this to a
# value > 1.  See src/config.h for possible values, but setting it to
# a number like 99 will enable all possible debugging.  Note that
# debugging goes to a special qemu port that you have to enable.  See
# the SeaBIOS top-level README file for the magic qemu invocation to
# enable this.
%global debug_level 1


%description
SeaBIOS is an open-source legacy BIOS implementation which can be used as
a coreboot payload. It implements the standard BIOS calling interfaces
that a typical x86 proprietary BIOS implements.


%ifarch %{ix86} x86_64
%package bin
Summary: Seabios for x86

Buildarch: noarch


%description bin
SeaBIOS is an open-source legacy BIOS implementation which can be used as
a coreboot payload. It implements the standard BIOS calling interfaces
that a typical x86 proprietary BIOS implements.
%endif


%prep
%setup -q

# Makefile changes version to include date and buildhost
sed -i 's,VERSION=%{version}.*,VERSION=%{version},g' Makefile


%build
mkdir -p bfd
ln -s %{_bindir}/ld.bfd bfd/ld
export PATH=$PWD/bfd:$PATH

make .config
sed -i 's,CONFIG_DEBUG_LEVEL=.*,CONFIG_DEBUG_LEVEL=%{debug_level},g' .config

%ifarch %{ix86} x86_64
export CFLAGS="%{optflags}"
make
%endif


%install
mkdir -p %{buildroot}%{_datadir}/seabios
%ifarch %{ix86} x86_64
install -m 0644 out/bios.bin %{buildroot}%{_datadir}/seabios
%endif


%files
%doc COPYING COPYING.LESSER README TODO


%ifarch %{ix86} x86_64
%files bin
%dir %{_datadir}/seabios/
%{_datadir}/seabios/bios.bin
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.3.2-2
+ Revision: dcba086
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18912 |14mr|seahorse-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	GNOME frontend to GnuPG
Name:		seahorse
Version:	3.12.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://seahorse.sourceforge.net/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	gnupg
BuildRequires:	imagemagick
BuildRequires:	intltool itstool
BuildRequires:	xsltproc
BuildRequires:	gpgme-devel >= 1.0.0
BuildRequires:	libldap-devel
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(gck-1)
BuildRequires:	pkgconfig(gcr-3)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libsecret-1)

Requires:	gnupg
%rename		gnome-keyring-manager

%description
Seahorse is a GNOME frontend for the GNU Privacy Guard ecryption tool. It can 
be used for file encryption and decryption and for digitally signing files and 
for verifying those signatures. Key management options are also included.

%prep
%setup -q
#apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-valac \
	--disable-scrollkeeper

%make

%install
%makeinstall_std

# Menu
desktop-file-install --vendor="" \
	--remove-category="Advanced" \
	--remove-category="Application" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --all-name --with-gnome
 
%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%dir %{_datadir}/seahorse/
%dir %{_datadir}/seahorse/icons
%dir %{_datadir}/seahorse/icons/hicolor
%{_bindir}/seahorse
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/appdata/seahorse.appdata.xml
%{_datadir}/applications/seahorse.desktop
%{_datadir}/dbus-1/services/org.gnome.seahorse.Application.service
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/seahorse/icons/hicolor/*
%{_datadir}/seahorse/ui
%{_libdir}/%{name}/
%{_mandir}/man1/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 2407cee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18913 |14mr|sed-4.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A GNU stream text editor
Name:		sed
Version:	4.2.2
Release:	2
License:	GPL
Group:		Text tools
Url:		http://www.gnu.org/software/sed/
Source0:	ftp://ftp.gnu.org/pub/gnu/sed/%{name}-%{version}.tar.bz2
Source1:	ftp://ftp.gnu.org/pub/gnu/sed/%{name}-%{version}.tar.bz2.sig
Patch0:		sed-4.1.1-dest_len-0.1.patch
Provides:	/bin/sed
BuildRequires:	texinfo

%description
The sed (Stream EDitor) editor is a stream or batch (non-interactive)
editor.  Sed takes text as input, performs an operation or set of
operations on the text and outputs the modified text.  The operations
that sed performs (substitutions, deletions, insertions, etc.) can be
specified in a script file or from the command line.

%prep
%setup -q
%apply_patches

%build
%configure2_5x	--bindir=/bin
%make LDFLAGS=-s
%make html

%check
%make check

%install
%makeinstall_std
rm -f %{buildroot}%{_docdir}/sed.html

%find_lang %{name}

%files -f %{name}.lang
%doc BUGS NEWS README doc/sed.html
%attr(755,root,root) /bin/sed 
%{_infodir}/sed.info*
%{_mandir}/man1/sed.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2.2-2
+ Revision: bc59f9a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18914 |14mr|seed-3.8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define Werror_cflags %nil

%define major 0
%define libname %mklibname %{name}-gtk3_ %{major}
%define devname %mklibname %{name}-gtk3 -d

Summary:	GObject JavaScriptCore bridge
Name:		seed
Version:	3.8.1
Release:	4
License:	LGPLv3+ and GPLv3+
Group:		Development/Other
Url:		http://live.gnome.org/Seed
Source0:	http://ftp.gnome.org/pub/GNOME/sources/seed/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		seed-3.8.1-linkage.patch
Patch1:		seed-3.8.1-readline6.3.patch
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	mpfr-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(gnome-js-common)
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6.3
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(webkitgtk-3.0)

%description
Seed is a library and interpreter, dynamically bridging (through
GObjectIntrospection) the WebKit JavaScriptCore engine, with the
GObject type system. In a more concrete sense, Seed enables you to
immediately write applications around a significant portion of the
GNOME platform, and easily embed JavaScript as a scripting-language in
your GObject library.

%files
%doc README AUTHORS
%{_bindir}/seed
%{_libdir}/seed-gtk3
%{_datadir}/seed-gtk3
%{_mandir}/man1/seed.1*


#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GObject JavaScriptCore bridge - shared library
Group:		System/Libraries
Obsoletes:	%{_lib}seed0 < 3.2.0-2

%description -n %{libname}
This package contains the dynamic libraries from %{name}.

%files -n %{libname}
%{_libdir}/libseed-gtk3.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	GObject JavaScriptCore bridge - development library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}seed-devel < 3.2.0-2

%description -n %{devname}
This packages contains the headers and libraries for %{name}.

%files -n %{devname}
%doc ChangeLog
%{_libdir}/libseed-gtk3.so
%{_libdir}/pkgconfig/seed.pc
%{_includedir}/seed-gtk3
%{_datadir}/gtk-doc/html/seed

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# add lib64 to dlsearch_path_spec
sed -i.libdir_syssearch -e \
  '/sys_lib_dlsearch_path_spec/s|/lib /usr/lib |/lib /lib64 /usr/lib /usr/lib64 |' \
  configure
sed -i.cflags -e \
  's|^\([ \t][ \t]*\)CFLAGS=\"[^\$].*$|\1true|' \
  configure

# remove unneeded shebang
(cd extensions &&
    touch -r repl.js{,.timestamp} &&
    sed -i '1,2d' repl.js &&
    touch -r repl.js{.timestamp,} &&
    rm repl.js.timestamp)

%build
libtoolize --copy --force
autoreconf -fi
%configure2_5x \
	--enable-gtk-doc \
	--disable-static \
	--with-webkit=3.0

%make

%install
%makeinstall_std


%changelog
* Wed Jul 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.8.1-4
+ Revision: 7023aad
- Add patch for readline 6.3 support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18915 |14mr|sendmail-8.14.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Net::CIDR\\)'
%endif

%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

%define initdir /etc/rc.d/init.d
%define alternatives 1
%define sendmaildir %{_prefix}/lib

Summary:	A widely used Mail Transport Agent (MTA)
Name:		sendmail
Version:	8.14.9
Release:	1
License:	BSD
Group:		System/Servers
Url:		http://www.sendmail.org
Source0:	ftp://ftp.sendmail.org/pub/sendmail/%{name}.%{version}.tar.gz
Source1:	sendmail.init
Source2:	ftp://ftp.sendmail.org/pub/sendmail/%{name}.%{version}.tar.gz.sig
Source3:	aliases
Source4:	sendmail.sysconfig
Source5:	sendmail-etc-mail-Makefile
Source6:	sendmail-mandrake.mc
Source7:	Sendmail.conf
Source8:	sendmail.pam
Source9:	sendmail-real-time.mc
Source10:	README.mdk
Source13:	sendmail-certs.sh
Patch1:		sendmail-8.10.0-makemapman.patch
Patch3:		sendmail-8.8.7-rmail.patch
Patch5:		sendmail-8.12.10-movefiles.patch
Patch9:		sendmail-8.14.0-mdk.patch
# (cjw) set .pid file for queue runner and set some other Rosa defaults
#       adapted from fedora sendmail package
Patch12:	sendmail-submit.mc-rosa.patch
Patch50:	sendmail-8.11.1-up-limit.patch
BuildRequires:	openssl
#BuildRequires:	cyrus-sasl
BuildRequires:	db-devel
BuildRequires:	groff-for-man
BuildRequires:	libgdbm-devel
BuildRequires:	libldap-devel
BuildRequires:	libsasl-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(openssl)
Requires:	procmail
Requires:	bash
Requires:	cyrus-sasl
Requires:	openssl
Requires: 	setup
Requires(pre):	rpm-helper
Requires(pre):	update-alternatives
Provides:	mail-server
Provides:	sendmail-command
Conflicts:	postfix
Conflicts:	vacation

%description
The Sendmail program is a very widely used Mail Transport Agent (MTA).
MTAs send mail from one machine to another.

Sendmail is not a client program, which you use to read your e-mail.
Sendmail is a behind-the-scenes program which actually moves your
e-mail over networks or the Internet to where you want it to go.

If you ever need to reconfigure Sendmail, you'll also need to have the
sendmail.cf package installed.  If you need documentation on Sendmail, you can
install the sendmail-doc package.

%files
%attr(0555,bin,bin) /usr/bin/vacation
/usr/bin/hoststat
/usr/bin/purgestat
/usr/bin/makemap
%attr(0555,bin,bin) /usr/sbin/makemap
%attr(0555,bin,bin) /usr/sbin/editmap
%attr(0555,bin,bin) /usr/sbin/mail.local
%attr(0555,bin,bin) /usr/sbin/smrsh
%attr(0555,bin,bin) /usr/sbin/mailstats
%attr(0555,bin,bin) /usr/sbin/praliases
%if %{alternatives}
%attr(2555,root,mail)/usr/sbin/sendmail.sendmail
%{sendmaildir}/sendmail.sendmail
%else
%attr(2555,root,mail) /usr/sbin/sendmail
%attr(0555,bin,bin) /usr/bin/rmail
%{sendmaildir}/sendmail
%endif
/usr/bin/rmail
/usr/bin/newaliases
/usr/bin/mailq
%{_mandir}/man1/mailq.1.*
%{_mandir}/man1/newaliases.1.*
%{_mandir}/man1/vacation.1.*
%{_mandir}/man5/aliases.5.*
%{_mandir}/man8/editmap.8.*
%{_mandir}/man8/mail.local.8.*
%{_mandir}/man8/mailstats.8.*
%{_mandir}/man8/makemap.8.*
%{_mandir}/man8/praliases.8.*
%{_mandir}/man8/rmail.8.*
%{_mandir}/man8/sendmail.8.*
%{_mandir}/man8/smrsh.8.*
# XXX can't do noreplace here or new sendmail will not deliver.
%dir %{_sysconfdir}/smrsh
%dir %{_sysconfdir}/mail
%attr(0755,root,mail) %dir %{_sysconfdir}/ssl/%{name}
%attr(0600,root,mail) %config(noreplace)        %{_sysconfdir}/ssl/%{name}/*
%config(noreplace) %{_sysconfdir}/mail/Makefile
%attr(0444,root,mail) %config(noreplace) %{_sysconfdir}/mail/sendmail.cf
%attr(0444,root,mail) %config(noreplace) %{_sysconfdir}/mail/submit.cf
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/mail/sendmail.mc
%attr(0644,root,mail) %config(noreplace) %{_sysconfdir}/mail/submit.mc
%config(noreplace) %{_sysconfdir}/mail/local-host-names
%config(noreplace) %{_sysconfdir}/aliases
%attr(0644,root,root) %ghost %{_sysconfdir}/aliases.db
%attr(0750,root,mail) %dir /var/spool/mqueue
%attr(0770,mail,mail) %dir /var/spool/clientmqueue
%attr(4555,root,mail) /var/log/statistics
%attr(0644,root,root) %ghost %{_sysconfdir}/mail/virtusertable.db
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mail/virtusertable
%attr(0644,root,root) %ghost %{_sysconfdir}/mail/access.db
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mail/access
%attr(0644,root,root) %ghost %{_sysconfdir}/mail/domaintable.db
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mail/domaintable
%attr(0644,root,root) %ghost %{_sysconfdir}/mail/mailertable.db
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mail/mailertable
%attr(0644,bin,bin) %config(noreplace) %{_sysconfdir}/mail/helpfile
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/mail/trusted-users
%config(noreplace) %{_sysconfdir}/sysconfig/sendmail
%config(noreplace) %{initdir}/sendmail
%config(noreplace) %{_libdir}/sasl2/Sendmail.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/statistics
%config(noreplace) %{_sysconfdir}/pam.d/smtp

# scripts are too huge to list here

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation about the Sendmail Mail Transport Agent program
Group:		Documentation

%description doc
The sendmail-doc package contains documentation about the Sendmail
Mail Transport Agent (MTA) program, including release notes, the
Sendmail FAQ and a few papers written about Sendmail.  The papers are
provided in PostScript(TM) and troff formats.

Install the sendmail-doc package if you need documentation about
Sendmail.

%files doc
%doc contrib sendmail-docs%{_docdir}/sendmail

#----------------------------------------------------------------------------

%package cf
Summary:	The files needed to reconfigure Sendmail
Group:		System/Servers
Requires:	m4
Requires:	make

%description cf
This package includes the configuration files which you'd need to generate the
sendmail.cf file distributed with the sendmail package.

You'll need the sendmail-cf package if you ever need to reconfigure and rebuild
your sendmail.cf file. For example, the default sendmail.cf file is not
configured for UUCP. If someday you needed to send and receive mail over UUCP,
you'd need to install the sendmail-cf package to help you reconfigure Sendmail.

Install the sendmail-cf package if you need to reconfigure your
sendmail.cf file.

%files cf
/usr/share/sendmail-cf

#----------------------------------------------------------------------------

%package devel
Summary:	Sendmail static libraries and headers file
Group:		Development/Other

%description devel
This package includes the static libraries and header files.

%files devel
%doc libsm/{*.html,README} sendmail-docs%{_docdir}/sendmail/{libmilter,README.libmilter}
%dir %{_includedir}/libmilter
%{_includedir}/libmilter/*.h
%{_libdir}/lib*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .makemapman
%patch3 -p1 -b .rmail
%patch5 -p1 -b .movefiles
%patch9 -p1 -b .mdk
%patch12 -p1 -b .mandriva
##
%patch50 -p1 -b .up-limit
##

# XXX REVERTING
sed -e 's|@@PATH@@|\.\.|' < %{SOURCE6} > cf/cf/mandrake.mc
sed -e 's|@@PATH@@|\.\.|' < %{SOURCE9} > cf/cf/real-time.mc
# (sb) smrsh path fixes in docs
perl -pi -e 's|\/usr\/libexec|\/usr\/sbin|g' smrsh/README
perl -pi -e 's|\/usr\/adm\/sm.bin|\/etc\/smrsh|g' smrsh/README
perl -pi -e 's|\/usr\/lib\/sendmail|\/usr\/sbin\/sendmail|g' smrsh/README
echo 'Paths modified for Mandriva Linux mailto:sbenedict@mandriva.com' >> smrsh/README

perl -pi -e 's|\/usr\/adm\/sm.bin|\/etc\/smrsh|g' smrsh/smrsh.8
perl -pi -e 's|sm.bin|\/etc\/smrsh|g' smrsh/smrsh.8
head -n -17 smrsh/smrsh.8 > smrsh/smrsh.8.mdk
cat << EOF >> smrsh/smrsh.8.mdk
.SH FILES
/etc/smrsh \- directory for restricted programs
.SH SEE ALSO
sendmail(8)
EOF
mv smrsh/smrsh.8.mdk smrsh/smrsh.8

# (sb) m4 path
perl -pi -e 's|\`sh \$BUILDTOOLS\/bin\/find_m4.sh\`|\/usr\/bin\/m4|g' cf/cf/Build

%build
%serverbuild
export RPM_OPT_FLAGS="%{optflags} -DNETINET6"
export LDFLAGS="%{ldflags}"
export confLIBDIR=%{_libdir}

%make

%install
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{initdir}
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{sendmaildir}
mkdir -p %{buildroot}%{_mandir}/man{1,5,8}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_var}/log
mkdir -p %{buildroot}%{_var}/spool
mkdir -p %{buildroot}%{_datadir}/sendmail-cf
mkdir -p %{buildroot}%{_includedir}/libmilter
mkdir -p %{buildroot}%{_docdir}/sendmail

OBJDIR=obj.$(uname -s).$(uname -r).$(uname -m)

# fix default id and gid during install steps

nameuser=`id -nu`
namegroup=`id -ng`

export confLIBDIR=%{_libdir}
export ID="SBINOWN=${nameuser} SBINGRP=${namegroup} UBINOWN=${nameuser} UBINGRP=${namegroup} MANOWN=${nameuser} MANGRP=${namegroup} MSPQOWN=${nameuser} GBINGRP=${namegroup} GBINOWN=${nameuser} GBINGRP=${namegroup} MSPQOWN=${nameuser} MBINOWN=${nameuser} MBINGRP=${namegroup} LIBOWN=${nameuser} LIBGRP=${namegroup} CFOWN=${nameuser} CFGRP=${namegroup} INCOWN=${nameuser} INCGRP=${namegroup} CFMODE=0644"

# (sb) fix example perl script interpreter paths
sed -i 's|/usr/local/bin/perl|/usr/bin/perl|' contrib/*.pl

# see https://bugzilla.mandriva.com/show_bug.cgi?id=34050
cat cf/cf/mandrake.mc | \
        sed -e "s,%{_datadir}/sendmail-cf/m4/cf\.m4,../../cf/m4/cf.m4," \
        > cf/cf/mandrake-build.mc
cat cf/cf/submit.mc | \
        sed -e "s,%{_datadir}/sendmail-cf/m4/cf\.m4,../../cf/m4/cf.m4," \
        > cf/cf/submit-build.mc
%makeinstall DESTDIR=%{buildroot} MANROOT=%{_mandir}/man CF=mandrake-build SUBMIT=submit-build $ID

%make DESTDIR=%{buildroot} MANROOT=%{_mandir}/man $ID force-install -C $OBJDIR/rmail
%make DESTDIR=%{buildroot} MANROOT=%{_mandir}/man $ID force-install -C $OBJDIR/mail.local

%make DESTDIR=%{buildroot} MANROOT=%{_mandir}/man $ID install -C $OBJDIR/smrsh

ln -sf ../sbin/makemap %{buildroot}%{_bindir}/makemap

# install docs by hand - do it in builddir instead of RPM_BUILD_ROOT
rm -fr sendmail-docs
mkdir -p sendmail-docs%{_docdir}/sendmail
cp -ar FAQ LICENSE KNOWNBUGS README RELEASE_NOTES doc sendmail-docs%{_docdir}/sendmail
cp smrsh/README sendmail-docs%{_docdir}/sendmail/README.smrsh
cp sendmail/README sendmail-docs%{_docdir}/sendmail/README.sendmail
cp sendmail/SECURITY sendmail-docs%{_docdir}/sendmail/SECURITY.sendmail
cp sendmail/TUNING sendmail-docs%{_docdir}/sendmail/TUNING.sendmail
cp mail.local/README sendmail-docs%{_docdir}/sendmail/README.mail.local
cp cf/README sendmail-docs%{_docdir}/sendmail/README.cf
cp cf/cf/README sendmail-docs%{_docdir}/sendmail/README.install-cf
cp %{SOURCE10} sendmail-docs%{_docdir}/sendmail/
cp libmilter/README sendmail-docs%{_docdir}/sendmail/README.libmilter
cp -ar libmilter/docs/ sendmail-docs%{_docdir}/sendmail/libmilter

# install the cf files
make DESTDIR=%{buildroot} MANROOT=%{_mandir}/man $ID CF=mandrake-build SUBMIT=submit-build install-cf -C cf/cf
# restore include path
sed -i -e "s,\.\./\.\./cf/m4/cf\.m4,%{_datadir}/sendmail-cf/m4/cf.m4,g" \
        %{buildroot}%{_sysconfdir}/mail/sendmail.cf
rm -f cf/cf/mandrake-build.mc
rm -f cf/cf/submit-build.mc
pushd cf
cp -ar * %{buildroot}%{_datadir}/sendmail-cf
install -m 644 %{SOURCE9} %{buildroot}%{_datadir}/sendmail-cf/cf
rm -f %{buildroot}%{_datadir}/sendmail-cf/*/*.m4path
make -C cf mandrake-build.cf
popd

rm -f %{buildroot}%{_datadir}/sendmail-cf/cf/mandrake-build.cf

mkdir -p %{buildroot}%{_sysconfdir}/mail
sed -e 's|@@PATH@@|%{_datadir}/sendmail-cf|' < %{SOURCE6} > %{buildroot}%{_sysconfdir}/mail/sendmail.mc
cp cf/cf/submit.mc %{buildroot}%{_sysconfdir}/mail/

echo "# local-host-names - include all aliases for your machine here." > %{buildroot}%{_sysconfdir}/mail/local-host-names
( echo "# trusted-users - users that can send mail as others without a warning"
echo "# apache, mailman, majordomo, uucp, are good candidates" ) \
	> %{buildroot}%{_sysconfdir}/mail/trusted-users


install -d -m755 %{buildroot}%{_var}/spool/mqueue
install -d -m755 %{buildroot}%{_var}/spool/clientmqueue

# dangling symlinks
ln -sf ../sbin/sendmail.sendmail %{buildroot}%{sendmaildir}/sendmail
for f in hoststat mailq newaliases purgestat
  do
    ln -sf ../sbin/sendmail.sendmail %{buildroot}%{_bindir}/${f}
  done

mkdir -p %{buildroot}%{_sysconfdir}/smrsh

cat <<EOF > %{buildroot}%{_sysconfdir}/mail/access
# Check the /usr/share/doc/sendmail-%{version}/README.cf file for a description
# of the format of this file. (search for access_db in that file)
# The /usr/share/doc/sendmail-%{version}/README.cf is part of the sendmail-doc
# package.
#
# by default we allow relaying from localhost...
localhost.localdomain		RELAY
localhost			RELAY
127.0.0.1			RELAY

EOF

for map in virtusertable access domaintable mailertable
  do
    touch %{buildroot}%{_sysconfdir}/mail/${map}
    chmod 0644 %{buildroot}%{_sysconfdir}/mail/${map}
    %{buildroot}%{_sbindir}/makemap -C %{buildroot}%{_sysconfdir}/mail/sendmail.cf hash %{buildroot}%{_sysconfdir}/mail/${map}.db < %{buildroot}%{_sysconfdir}/mail/${map}
    chmod 0644 %{buildroot}%{_sysconfdir}/mail/${map}.db
  done
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/aliases
%{buildroot}%{_sbindir}/makemap -C %{buildroot}%{_sysconfdir}/mail/sendmail.cf hash %{buildroot}%{_sysconfdir}/aliases.db < %{SOURCE3}

install -m644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/sendmail
install -m755 %{SOURCE1} %{buildroot}%{initdir}/sendmail

install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/mail/Makefile

chmod u+w %{buildroot}%{_sbindir}/{mailstats,praliases}
chmod u+w %{buildroot}%{_bindir}/rmail

install -m755 -d %{buildroot}%{_libdir}/sasl2
install -m 644 %{SOURCE7} %{buildroot}%{_libdir}/sasl2/Sendmail.conf
install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/pam.d/smtp

# add certs directory for STARTTLS
mkdir -p %{buildroot}%{_sysconfdir}/ssl/%{name}
# create placeholder certs
pushd %{buildroot}%{_sysconfdir}/ssl/%{name}
sh %{SOURCE13}
popd

%if %{alternatives}
mv %{buildroot}%{_sbindir}/sendmail %{buildroot}%{_sbindir}/sendmail.sendmail
mv %{buildroot}%{sendmaildir}/sendmail %{buildroot}%{sendmaildir}/sendmail.sendmail
%endif

# (sb) logrotate
install -d %{buildroot}%{_sysconfdir}/logrotate.d
cat << EOF > %{buildroot}%{_sysconfdir}/logrotate.d/statistics
/var/log/statistics {
    missingok
    compress
    postrotate
        service sendmail reload
    endscript
}
EOF

# make strip able to touch these
chmod 755 %{buildroot}%{_bindir}/* %{buildroot}%{_sbindir}/*

#----------------------------------------------------------------------------

%pre
%_pre_useradd mailnull /var/spool/mqueue /bin/false
%_pre_useradd smmsp /var/spool/mqueue /bin/false

%postun
if [ "$1" -ge "1" ]; then
	${initdir}/sendmail condrestart > /dev/null 2>&1
fi
exit 0
%_postun_userdel mailnull
%_postun_userdel smmsp

%post
#
# Convert old format to new
#
if [ -f %{_sysconfdir}/mail/deny ] ; then
    cat %{_sysconfdir}/mail/deny | \
	awk 'BEGIN{ print "# Entries from obsoleted /etc/mail/deny"} \
		  {print $1" REJECT"}' >> %{_sysconfdir}/mail/access
    cp %{_sysconfdir}/mail/deny %{_sysconfdir}/mail/deny.rpmorig
fi
for oldfile in relay_allow ip_allow name_allow ; do
    if [ -f %{_sysconfdir}/mail/$oldfile ] ; then
	cat %{_sysconfdir}/mail/$oldfile | \
		awk "BEGIN { print \"# Entries from obsoleted /etc/mail/$oldfile\" ;} \
	     { print \$1\" RELAY\" }" >> %{_sysconfdir}/mail/access
	cp %{_sysconfdir}/mail/$oldfile %{_sysconfdir}/mail/$oldfile.rpmorig
     fi
done

%if %{alternatives}
#
# Set up the alternatives files for MTAs.
#
/usr/sbin/update-alternatives --install %{_sbindir}/sendmail sendmail-command %{_sbindir}/sendmail.sendmail 10 \
        --slave %{sendmaildir}/sendmail sendmail-command-in_libdir %{_sbindir}/sendmail.sendmail \
        #--initscript sendmail
%endif

#
# Oops, these files moved
#
if [ -f %{_sysconfdir}/sendmail.cf -a ! -f %{_sysconfdir}/mail/sendmail.cf ] ; then
	sed -e 's/^O AutoRebuildAliases/#O AutoRebuildAliases/'  %{_sysconfdir}/sendmail.cf > %{_sysconfdir}/mail/sendmail.cf
	mv %{_sysconfdir}/sendmail.cf %{_sysconfdir}/sendmail.cf.rpmorig
fi

if [ -f %{_sysconfdir}/sendmail.cw ] ; then
    cat %{_sysconfdir}/sendmail.cw  | \
      awk 'BEGIN { print "# Entries from obsoleted /etc/sendmail.cw" ;} \
           { print $1 }' >> %{_sysconfdir}/mail/local-host-names
    cp %{_sysconfdir}/sendmail.cw %{_sysconfdir}/sendmail.cw.rpmorig
fi
#
# Rebuild maps (next reboot will rebuild also)
#
{ /usr/bin/newaliases
  for map in virtusertable access domaintable mailertable
  do
    if [ -f %{_sysconfdir}/mail/${map} ] ; then
      /usr/sbin/makemap hash %{_sysconfdir}/mail/${map} < %{_sysconfdir}/mail/${map}
      sleep 1
    fi
  done
} > /dev/null 2>&1
%_post_service sendmail

%preun
%_preun_service sendmail
if [ $1 = 0 ]; then
%if %{alternatives}
    update-alternatives --remove sendmail-command %{_sbindir}/sendmail.sendmail
%endif
fi


%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 8.14.9-1
+ Revision: ee99185
- Build with tirpc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18916 |14mr|serf-1.3.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define libname %mklibname %{name}1_ %{major}
%define develname %mklibname %{name} -d

Summary:	A high-performance asynchronous HTTP client library
Name:		serf
Version:	1.3.2
Release:	7
License:	Apache License
Group:		System/Libraries
URL:		http://code.google.com/p/serf/
Source0:	http://serf.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(apr-1)
BuildRequires:	pkgconfig(apr-util-1)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	zlib-devel
BuildRequires:	db-devel
BuildRequires:	openldap-devel
BuildRequires:	scons

%description
The serf library is a C-based HTTP client library built upon the Apache
Portable Runtime (APR) library. It multiplexes connections, running the
read/write communication asynchronously. Memory copies and transformations are
kept to a minimum to provide high performance operation.

%package -n	%{libname}
Summary:	A high-performance asynchronous HTTP client library
Group:		System/Libraries

%description -n	%{libname}
The serf library is a C-based HTTP client library built upon the Apache
Portable Runtime (APR) library. It multiplexes connections, running the
read/write communication asynchronously. Memory copies and transformations are
kept to a minimum to provide high performance operation.

%package -n	%{develname}
Summary:	Development libraries and headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
The serf library is a C-based HTTP client library built upon the Apache
Portable Runtime (APR) library. It multiplexes connections, running the
read/write communication asynchronously. Memory copies and transformations are
kept to a minimum to provide high performance operation.

This package contains all of the development files that you will need in order
to compile %{name} applications.

%prep
%setup -q

%build
%serverbuild
scons \
    PREFIX=%{_prefix} \
    LIBDIR=%{_libdir} \
    APR=%{_prefix} \
    OPENSSL=%{_prefix} \
    ZLIB=%{_prefix} \
    DEBUG=yes \
    CFLAGS="%{optflags}" \
    APR_STATIC=no

%scons

%install
scons install --install-sandbox=%{buildroot}

# enable strip and debug packages
chmod 755 %{buildroot}%{_libdir}/libserf*.so*

# Don't ship static libs
rm -fR %{buildroot}%{_libdir}/*.a
rm -fR %{buildroot}%{_libdir}/*.la

%files -n %{libname}
%doc CHANGES LICENSE NOTICE README design-guide.txt
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}-%{major}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/serf-1.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.2-7
+ Revision: 00891ad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18917 |14mr|sessreg-1.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: sessreg
Version: 1.0.8
Release: 2
Summary: Manage utmp/wtmp entries for non-init clients

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Sessreg is a simple program for managing utmp/wtmp entries for xdm sessions.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/sessreg
%{_mandir}/man1/sessreg.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.8-2
+ Revision: d806556
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18918 |14mr|setserial-2.17-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A utility for configuring serial ports
Name:		setserial
Version:	2.17
Release:	19
License:	GPL
Group:		System/Configuration/Hardware
URL:		http://setserial.sourceforge.net/
Source0: 	ftp://tsx-11.mit.edu/pub/linux/sources/sbin/%{name}-%{version}.tar.bz2
Patch0:		setserial-2.17-LDFLAGS.diff
Patch1:		setserial-hayesesp.patch
BuildRequires:  groff-for-man
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Setserial is a basic system utility for displaying or setting serial port
information. Setserial can reveal and allow you to alter the I/O port and IRQ
that a particular serial device is using, and more.

You should install setserial because you may find it useful for detecting
and/or altering device information.

%prep
%setup -q
%patch0 -p0
%patch1 -p1 -b .hayesesp

%build
rm -f config.cache

%configure

%ifarch %{ix86}
%make
%else
%make DEFS="-DHAVE_ASM_IOCTLS_H=1"
%endif

%install
rm -rf %{buildroot}

install -m755 %{name} -D %{buildroot}/bin/%{name}
install -m644 %{name}.8 -D %{buildroot}%{_mandir}/man8/%{name}.8

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc README rc.serial *.lsm *.conf Documentation
%{_mandir}/man8/%{name}.8*
%defattr(755,root,root,755)
/bin/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.17-19
+ Revision: 489142d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18919 |14mr|setup-2.7.21-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A set of system configuration and setup files
Name:		setup
Version:	2.7.21
Release:	8
License:	Public Domain
Group:		System/Configuration/Other
Url:		http://svn.mandriva.com/svn/soft/setup/trunk
Source0:	%{name}-%{version}.tar.xz
Patch0:		setup-2.7.21.new.messagebus.patch
Requires(pre):	coreutils
Requires(pre):	grep
Requires(pre):	rpm-helper
Requires(posttrans):shadow-conv
BuildArch:	noarch

%description
The setup package contains a set of very important system configuration
and setup files, such as passwd, group, profile and more.

You should install the setup package because you will find yourself using
its many features for system administration.

%files
%doc NEWS
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/passwd
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/fstab
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/resolv.conf
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/group
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts
%config(noreplace) %{_sysconfdir}/services
%config(noreplace) %{_sysconfdir}/inputrc
%config(noreplace) %{_sysconfdir}/filesystems
%config(noreplace) %{_sysconfdir}/host.conf
%config(noreplace) %{_sysconfdir}/hosts.allow
%config(noreplace) %{_sysconfdir}/hosts.deny
%config(noreplace) %{_sysconfdir}/motd
%config(noreplace) %{_sysconfdir}/printcap
%config(noreplace) %{_sysconfdir}/profile
%config(noreplace) %{_sysconfdir}/shells
%config(noreplace) %{_sysconfdir}/protocols
%attr(0644,root,root) %config(missingok,noreplace) %{_sysconfdir}/securetty
%config(noreplace) %{_sysconfdir}/csh.login
%config(noreplace) %{_sysconfdir}/csh.cshrc
%ghost %verify(not md5 size mtime) /var/log/lastlog

%pre
# due to important new group additions, we need to add them manually here if they
# don't already exist because rpm will create group.rpmnew instead
if [ -f /etc/group ]; then
    grep -q '^auth:' /etc/group || %_pre_groupadd auth
    # be a little fancy here in case this is an upgrade and the user hasn't migrated to tcb yet
    if [ "`grep -q '^shadow:' /etc/group; echo $?`" == 1 ]; then
        %_pre_groupadd shadow
        if [ -f /etc/shadow ]; then
            chmod 0440 /etc/shadow && chgrp shadow /etc/shadow
        fi
    fi
    grep -q '^chkpwd:' /etc/group || %_pre_groupadd chkpwd
    grep -q '^dialout:' /etc/group || %_pre_groupadd dialout
fi

%posttrans
pwconv 2>/dev/null >/dev/null  || :
grpconv 2>/dev/null >/dev/null  || :

[ -f /var/log/lastlog ] || echo -n '' > /var/log/lastlog

if [ -x /usr/sbin/nscd ]; then
	nscd -i passwd -i group || :
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%make

%install
%makeinstall_std


%changelog
* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.7.21-8
+ Revision: bf1f0cc
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18920 |14mr|setxkbmap-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: setxkbmap
Version: 1.3.0
Release: 2
Summary: Set the keyboard using the X Keyboard Extension

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xkbfile) >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
The setxkbmap command maps the keyboard to use the layout determined by the
options specified on the command line.

%prep
%setup -q -n %{name}-%{version}

%build
%configure
%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/setxkbmap
%{_mandir}/man1/setxkbmap.1.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.0-2
+ Revision: 81ce4a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18921 |14mr|sfml-1.6-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _duplicate_files_terminate_build 0

%define major 1
%define minor  6

%define libname_a %mklibname sfml-audio %{major}.%{minor}
%define devname_a %mklibname sfml-audio -d
%define libname_g %mklibname sfml-graphics %{major}.%{minor}
%define devname_g %mklibname sfml-graphics -d
%define libname_n %mklibname sfml-network %{major}.%{minor}
%define devname_n %mklibname sfml-network -d
%define libname_s %mklibname sfml-system %{major}.%{minor}
%define devname_s %mklibname sfml-system -d
%define libname_w %mklibname sfml-window %{major}.%{minor}
%define devname_w %mklibname sfml-window -d

%define cname c%{name}

%define libname_ac %mklibname csfml-audio %{major}.%{minor}
%define devname_ac %mklibname csfml-audio -d
%define libname_gc %mklibname csfml-graphics %{major}.%{minor}
%define devname_gc %mklibname csfml-graphics -d
%define libname_nc %mklibname csfml-network %{major}.%{minor}
%define devname_nc %mklibname csfml-network -d
%define libname_sc %mklibname csfml-system %{major}.%{minor}
%define devname_sc %mklibname csfml-system -d
%define libname_wc %mklibname csfml-window %{major}.%{minor}
%define devname_wc %mklibname csfml-window -d


Summary:	Simple and Fast Multimedia Library
Name:		sfml
Version:	1.6
Release:	11
License:	zlib/libpng License
Group:		System/Libraries
Url:		http://sourceforge.net/projects/sfml
Source0:	http://sourceforge.net/projects/sfml/files/sfml/%{version}/SFML-%{version}-sdk-linux-32.tar.gz
Source1:	http://sourceforge.net/projects/sfml/files/sfml/%{version}/SFML-%{version}-c-sdk-linux-32.tar.gz
# real links:
# wget http://sourceforge.net/projects/sfml/files/sfml/%{version}/SFML-%{version}-sdk-linux-32.tar.gz/download
# wget http://sourceforge.net/projects/sfml/files/sfml/%{version}/SFML-%{version}-c-sdk-linux-32.tar.gz/download
Patch0:		samples-qt-Makefile-qt-inc-path.patch
Patch1:		sfml-c-makefile.patch
Patch2:		rem-included-libs.patch
Patch3:		SFML-1.6-png15.patch
Patch4:		SFML-1.6-gcc4.7.patch
Patch5:		SFML-1.6-dso.patch
Patch6:		SFML-1.6-gcc4.9.patch
BuildRequires:	recode
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)
#for samples
BuildRequires:	qt4-devel
BuildRequires:	wxgtku-devel

%description
SFML is a portable and easy to use multimedia API written in C++.

Its features are :
 - portability,
 - object-oriented design,
 - flexibility (a lot of small packages),
 - easy to use,
 - easy to integrate with GUI toolkits.

The library is divided in 5 small packages :
 - audio
 - graphics
 - network
 - system
 - window

This package contains documentation and samples.

%files
%defattr(0644,root,root,0755)
%doc *.txt doc/*
%attr(0755,root,root) %{_bindir}/sfml-sample-*
%{_datadir}/%{name}/samples

########################################################
# C++ libs

%package -n %{devname_a}
Summary:	Header files from %{name}-audio
Group:		Development/C++
Requires:	sfml-system-devel = %{EVRD}
Requires:	%{libname_a} = %{EVRD}
Provides:	%{name}-audio-devel = %{EVRD}
Conflicts:	%{devname_ac}

%description -n %{devname_a}
Includes files for developing programs based on %{name}-audio.

%files -n %{devname_a}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Audio.hpp
%{_includedir}/SFML/Audio
%{_libdir}/libsfml-audio.so

#----------------------------------------------------------------------------

%package -n %{devname_g}
Summary:	Header files from %{name}-graphics
Group:		Development/C++
Requires:	sfml-window-devel = %{EVRD}
Requires:	%{libname_g} = %{EVRD}
Provides:	%{name}-graphics-devel = %{EVRD}
Conflicts:	%{devname_gc}

%description -n %{devname_g}
Includes files for developing programs based on %{name}-graphics.

%files -n %{devname_g}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Graphics.hpp
%{_includedir}/SFML/Graphics
%{_libdir}/libsfml-graphics.so

#----------------------------------------------------------------------------

%package -n %{devname_n}
Summary:	Header files from %{name}-network
Group:		Development/C++
Requires:	sfml-system-devel = %{EVRD}
Requires:	%{libname_n} = %{EVRD}
Provides:	%{name}-network-devel = %{EVRD}
Conflicts:	%{devname_nc}

%description -n %{devname_n}
Includes files for developing programs based on %{name}-network.

%files -n %{devname_n}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Network.hpp
%{_includedir}/SFML/Network
%{_libdir}/libsfml-network.so

#----------------------------------------------------------------------------

%package -n %{devname_s}
Summary:	Header files from %{name}-system
Group:		Development/C++
Requires:	%{libname_s} = %{EVRD}
Provides:	%{name}-system-devel = %{EVRD}
Conflicts:	%{devname_sc}

%description -n %{devname_s}
Includes files for developing programs based on %{name}-system.

%files -n %{devname_s}
%defattr(0644,root,root,0755)
%dir %{_includedir}/SFML
%{_includedir}/SFML/Config.hpp
%{_includedir}/SFML/System.hpp
%{_includedir}/SFML/System
%{_libdir}/libsfml-system.so

#----------------------------------------------------------------------------

%package -n %{devname_w}
Summary:	Header files from %{name}-window
Group:		Development/C++
Requires:	sfml-system-devel = %{EVRD}
Requires:	%{libname_w} = %{EVRD}
Provides:	%{name}-window-devel = %{EVRD}
Conflicts:	%{devname_wc}

%description -n %{devname_w}
Includes files for developing programs based on %{name}-window.

%files -n %{devname_w}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Window.hpp
%{_includedir}/SFML/Window
%{_libdir}/libsfml-window.so

#----------------------------------------------------------------------------

%package -n %{libname_a}
Summary:	Dynamic libraries from %{name}-audio
Group:		System/Libraries
Provides:	%{name}-audio = %{EVRD}

%description -n %{libname_a}
Dynamic libraries from %{name}-audio.

%files -n %{libname_a}
%{_libdir}/libsfml-audio.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_g}
Summary:	Dynamic libraries from %{name}-graphics
Group:		System/Libraries
Provides:	%{name}-graphics = %{EVRD}

%description -n %{libname_g}
Dynamic libraries from %{name}-graphics.

%files -n %{libname_g}
%{_libdir}/libsfml-graphics.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_n}
Summary:	Dynamic libraries from %{name}-network
Group:		System/Libraries
Provides:	%{name}-network = %{EVRD}

%description -n %{libname_n}
Dynamic libraries from %{name}-network.

%files -n %{libname_n}
%{_libdir}/libsfml-network.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_s}
Summary:	Dynamic libraries from %{name}-system
Group:		System/Libraries
Provides:	%{name}-system = %{EVRD}

%description -n %{libname_s}
Dynamic libraries from %{name}-system.

%files -n %{libname_s}
%{_libdir}/libsfml-system.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_w}
Summary:	Dynamic libraries from %{name}-window
Group:		System/Libraries
Provides:	%{name}-window = %{EVRD}

%description -n %{libname_w}
Dynamic libraries from %{name}-window.

%files -n %{libname_w}
%{_libdir}/libsfml-window.so.%{major}.%{minor}

########################################################
# C libs

%package -n %{devname_ac}
Summary:	Header files from %{cname}-audio
Group:		Development/C
Requires:	sfml-system-devel = %{EVRD}
Requires:	%{libname_ac} = %{EVRD}
Requires:	%{libname_a} = %{EVRD}
Provides:	%{cname}-audio-devel = %{EVRD}

%description -n %{devname_ac}
Includes files for developing programs based on %{cname}-audio.

%files -n %{devname_ac}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Audio.h
%{_includedir}/SFML/Audio
%{_libdir}/libcsfml-audio.so

#----------------------------------------------------------------------------

%package -n %{devname_gc}
Summary:	Header files from %{cname}-graphics
Group:		Development/C
Requires:	sfml-window-devel = %{EVRD}
Requires:	%{libname_gc} = %{EVRD}
Requires:	%{libname_g} = %{EVRD}
Provides:	%{cname}-graphics-devel = %{EVRD}

%description -n %{devname_gc}
Includes files for developing programs based on %{cname}-graphics.

%files -n %{devname_gc}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Graphics.h
%{_includedir}/SFML/Graphics
%{_libdir}/libcsfml-graphics.so

#----------------------------------------------------------------------------

%package -n %{devname_nc}
Summary:	Header files from %{cname}-network
Group:		Development/C
Requires:	sfml-system-devel = %{EVRD}
Requires:	%{libname_nc} = %{EVRD}
Requires:	%{libname_n} = %{EVRD}
Provides:	%{cname}-network-devel = %{EVRD}

%description -n %{devname_nc}
Includes files for developing programs based on %{cname}-network.

%files -n %{devname_nc}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Network.h
%{_includedir}/SFML/Network
%{_libdir}/libcsfml-network.so

#----------------------------------------------------------------------------

%package -n %{devname_sc}
Summary:	Header files from %{cname}-system
Group:		Development/C
Requires:	%{libname_sc} = %{EVRD}
Requires:	%{libname_s} = %{EVRD}
Provides:	%{cname}-system-devel = %{EVRD}

%description -n %{devname_sc}
Includes files for developing programs based on %{cname}-system.

%files -n %{devname_sc}
%defattr(0644,root,root,0755)
%dir %{_includedir}/SFML
%{_includedir}/SFML/Config.h
%{_includedir}/SFML/System.h
%{_includedir}/SFML/System
%{_libdir}/libcsfml-system.so

#----------------------------------------------------------------------------

%package -n %{devname_wc}
Summary:	Header files from %{cname}-window
Group:		Development/C
Requires:	sfml-system-devel = %{EVRD}
Requires:	%{libname_wc} = %{EVRD}
Requires:	%{libname_w} = %{EVRD}
Provides:	%{cname}-window-devel = %{EVRD}

%description -n %{devname_wc}
Includes files for developing programs based on %{cname}-window.

%files -n %{devname_wc}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Window.h
%{_includedir}/SFML/Window
%{_libdir}/libcsfml-window.so

#----------------------------------------------------------------------------

%package -n %{libname_ac}
Summary:	Dynamic libraries from %{cname}-audio
Group:		System/Libraries
Requires:	%{libname_a} = %{EVRD}
Provides:	%{cname}-audio = %{EVRD}

%description -n %{libname_ac}
Dynamic libraries from %{cname}-audio.

%files -n %{libname_ac}
%{_libdir}/libcsfml-audio.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_gc}
Summary:	Dynamic libraries from %{cname}-graphics
Group:		System/Libraries
Requires:	%{libname_g} = %{EVRD}
Provides:	%{cname}-graphics = %{EVRD}

%description -n %{libname_gc}
Dynamic libraries from %{cname}-graphics.

%files -n %{libname_gc}
%{_libdir}/libcsfml-graphics.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_nc}
Summary:	Dynamic libraries from %{cname}-network
Group:		System/Libraries
Requires:	%{libname_n} = %{EVRD}
Provides:	%{cname}-network = %{EVRD}

%description -n %{libname_nc}
Dynamic libraries from %{cname}-network.

%files -n %{libname_nc}
%{_libdir}/libcsfml-network.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_sc}
Summary:	Dynamic libraries from %{cname}-system
Group:		System/Libraries
Requires:	%{libname_s} = %{EVRD}
Provides:	%{cname}-system = %{EVRD}

%description -n %{libname_sc}
Dynamic libraries from %{cname}-system.

%files -n %{libname_sc}
%{_libdir}/libcsfml-system.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_wc}
Summary:	Dynamic libraries from %{cname}-window
Group:		System/Libraries
Requires:	%{libname_w} = %{EVRD}
Provides:	%{cname}-window = %{EVRD}

%description -n %{libname_wc}
Dynamic libraries from %{cname}-window.

%files -n %{libname_wc}
%{_libdir}/libcsfml-window.so.%{major}.%{minor}

########################################################

%prep
%setup -q -b1 -n SFML-%{version}
rm -f lib/*.so*
# removing included libs
rm -rf src/SFML/Graphics/libjpeg/
rm -rf src/SFML/Graphics/libpng/
rm -rf src/SFML/Graphics/zlib/
%patch0 -p0 -b .qtincpath
%patch1 -p0 -b .csfml
%patch2 -p1 -b .inclibs
%patch3 -p1 -b .png15
%patch4 -p1 -b .gcc46
%patch5 -p1 -b .dso
%patch6 -p1 -b .gcc49

%ifarch x86_64
perl -pi -e "s|DESTDIR\)/lib|DESTDIR\)/lib64|" src/SFML/Makefile
%endif
perl -pi -e "s|\r\n|\n|g" *.txt
recode l1..u8 *.txt

%ifarch x86_64
perl -pi -e "s|DESTDIR\)/lib|DESTDIR\)/lib64|" CSFML/src/SFML/Makefile
%endif

# fix samples build
perl -pi -e "s|export LDFLAGS  =|export LDFLAGS  = -L%{_libdir} -L../../lib|" \
 samples/Makefile
perl -pi -e "s|-I/usr/include/qt4|-I/usr/lib/qt4/include|" \
 samples/qt/Makefile

# fix samples data location
find samples -name "*.cpp" -exec perl -pi -e \
 "s|datas|%{_datadir}/%{name}/samples/bin/datas|g" {} +

%build
%make
#samples
pushd lib
for i in *.so* ; do ln -s $i ${i%.1.6} ; done
popd
pushd samples
%make
popd
pushd CSFML
%make
popd

%install
%makeinstall_std DESTDIR=%{buildroot}%{_prefix}

pushd CSFML
%makeinstall_std DESTDIR=%{buildroot}%{_prefix}
popd

# install sample source and data
rm -f %{buildroot}%{_datadir}/%{name}/samples/*/*.o
install -d -m 755 %{buildroot}%{_datadir}/%{name}/samples
cp -R ./samples/* %{buildroot}%{_datadir}/%{name}/samples/
rm -f %{buildroot}%{_datadir}/%{name}/samples/*/*.o

# install sample binaries to sfml-sample*
install -d -m 755 %{buildroot}%{_bindir}
for i in %{buildroot}%{_datadir}/%{name}/samples/bin/[!d]* ; do \
 mv $i %{buildroot}%{_bindir}/sfml-sample-`basename $i` ; done


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-11
+ Revision: 325e35b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18922 |14mr|sg3_utils-1.39-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname	%mklibname sgutils %{major}
%define develname %mklibname sgutils -d

Summary:	Utils for Linux's SCSI generic driver devices + raw devices

Name:		sg3_utils
Version:	1.39
Release:	2
License:	GPL+
Group:		System/Kernel and hardware
URL:		http://sg.danny.cz/sg/sg3_utils.html
Source0:	http://sg.danny.cz/sg/p/%{name}-%{version}.tar.xz
BuildRequires:	libtool

%description
Collection of tools for SCSI devices that use the Linux SCSI
generic (sg) interface. Includes utilities to copy data based on
"dd" syntax and semantics (called sg_dd, sgp_dd and sgm_dd); check
INQUIRY data and associated pages (sg_inq); check mode and log
pages (sg_modes and sg_logs); spin up and down disks (sg_start);
do self tests (sg_senddiag); and various other functions. See the
README and CHANGELOG files. Requires the lk 2.4 series or better.
[In the lk 2.5 development series many of these utilities can be
used on the primary block device name (e.g. /dev/sda).]

Warning: Some of these tools access the internals of your system
and the incorrect usage of them may render your system inoperable.

%package -n %{libname}
Summary:	Shared library for %{name}

Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%package -n %{develname}
Summary:	Static library and header files for the sgutils library

Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libsgutils-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname sgutils 1 -d} < 1.26

%description -n	%{develname}
This package contains the sgutils library and its header
files.

%define devel_name_static %mklibname %{name} -d -s
%package -n	%{devel_name_static}
Summary:	Static library and header files for the sgutils library

Group:		Development/C
Provides:	%{name}-static-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:      %{mklibname sgutils 1 -d} < 1.26

%description -n	%{devel_name_static}
This package contains the static sgutils library and its header
files.

%prep
%setup -q

%build
%configure2_5x \
	--bindir=%{_sbindir}
%make

%install
%makeinstall_std 
find %{buildroot} -name \*.la|xargs rm -f


%files
%doc ChangeLog COVERAGE CREDITS README README.sg_start
%attr(0755,root,root) %{_sbindir}/*
%{_mandir}/man8/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/scsi/*.h
%{_libdir}/*.so

%files -n %{devel_name_static}
%{_libdir}/*.a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.39-2
+ Revision: 2763244
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18923 |14mr|sgabios-0-0.svn.20110622
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           sgabios
Version:        0
Release:        %mkrel 0.svn.20110622
Summary:        Open-source serial graphics BIOS option rom

Group:          Emulators
License:        ASL 2.0
URL:            http://code.google.com/p/sgabios/
# Tarball created from SVN archive using the following commands:
# svn export -r 8 http://sgabios.googlecode.com/svn/trunk sgabios-0
# tar -czvf sgabios-0-svnr8.tar.gz sgabios-0
Source0:        sgabios-0-svnr8.tar.gz

ExclusiveArch: %{ix86} x86_64

Requires: %{name}-bin = %{version}-%{release}

# Sgabios is noarch, but required on architectures which cannot build it.
# Disable debuginfo because it is of no use to us.
%global debug_package %{nil}

%description
SGABIOS is designed to be inserted into a BIOS as an option rom to provide over
a serial port the display and input capabilities normally handled by a VGA
adapter and a keyboard, and additionally provide hooks for logging displayed
characters for later collection after an operating system boots.

%ifarch %{ix86} x86_64 
%package bin
Summary: Sgabios for x86
Buildarch: noarch

%description bin
SGABIOS is designed to be inserted into a BIOS as an option rom to provide over 
a serial port the display and input capabilities normally handled by a VGA
adapter and a keyboard, and additionally provide hooks for logging displayed
characters for later collection after an operating system boots.
%endif

%prep
%setup -q

%build
mkdir -p bfd
ln -s %{_bindir}/ld.bfd bfd/ld
export PATH=$PWD/bfd:$PATH
unset MAKEFLAGS
%ifarch %{ix86} x86_64 
export CFLAGS="$RPM_OPT_FLAGS"
make
%endif


%install
mkdir -p %{buildroot}%{_datadir}/sgabios
%ifarch %{ix86} x86_64 
install -m 0644 sgabios.bin %{buildroot}%{_datadir}/sgabios
%endif


%files
%doc COPYING design.txt

%ifarch %{ix86} x86_64 
%files bin
%dir %{_datadir}/sgabios/
%{_datadir}/sgabios/sgabios.bin
%endif

%changelog
* Fri Oct 05 2012 Rosa <rosa@rosa-build.rosalab.ru> 0-0.svn.20110622
+ Revision: 5eb5594
- Automatic import for version 0-0.svn.20110622



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18924 |14mr|sgml-common-0.6.3-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name sgml-common
%define Version 0.6.3

Name:		%{Name}
Version:	%{Version}
Release:	21
Group       	: Publishing

Summary     	: Base ISO character entities and utilities for SGML and XML

License   	: GPL
URL         	: http://www.w3.org/2003/entities/


BuildRoot   	: %{_tmppath}/%{Name}-%{Version}

BuildArch	: noarch
Source0		: ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/%{Name}-%{Version}.tar.bz2
Source1		: http://oasis-open.org/committees/docbook/xmlcharent/0.3/xmlcharent-0.3.tar.bz2
Source2		: xmlcharent-catalog.tar.bz2
# http://www.w3.org/2003/entities/iso8879/
Patch0: sgml-common-0.6.3-umask.patch
Patch1: sgml-common-xmldir.patch
Patch2: sgml-common-quotes.patch
Patch3: sgml-common-0.6.3-automake-fix.patch

Requires: coreutils grep
Requires: libxml2-utils >= 2.4.8-2
BuildRequires: libxml2-utils >= 2.4.8-2
%if %{mdkversion} < 1010
BuildRequires: automake = 1.4
%endif

Obsoletes: xml-common
Provides: xml-common

%define sgmlbase %{_datadir}/sgml

%Description
The ISO standardization organization has normalized a set of characters
symbolic names ("character entities") used by SGML documents of many types.
There are character entities for latin languages, math symbols, greek,
cyrillic, etc. This package also includes very basic utilities to allow
SGML catalogs manipulation.

%Prep
%setup -q
%setup -q -D -a 1
%setup -q -D -a 2
%patch0 -p1 -b .umask
%patch1 -p1 -b .xmldir
%patch2 -p1 -b .quotes
%patch3 -p1 -b .automake

autoreconf -fi

%Build
%configure


%Install
rm -Rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT
%makeinstall
# remove installed doc (added later in %files)
rm -rf $DESTDIR/usr/doc

# remove xml.dcl, it is now in openjade
rm -f $RPM_BUILD_ROOT%{sgmlbase}/xml.dcl

# remove entities to install them later in /usr/share/sgml
# instead of /usr/share/xml
rm -rf $DESTDIR/usr/share/xml
mkdir $RPM_BUILD_ROOT/etc/xml
mkdir $RPM_BUILD_ROOT%{sgmlbase}/docbook
# Create an empty XML catalog.
XMLCATALOG=$RPM_BUILD_ROOT/etc/xml/catalog
/usr/bin/xmlcatalog --noout --create $XMLCATALOG
# install common ISO entities character set
rm -rf $RPM_BUILD_ROOT%{sgmlbase}/xml-iso-entities-8879.1986/
mkdir $RPM_BUILD_ROOT%{sgmlbase}/xml-iso-entities-8879.1986/
install iso-*.ent $RPM_BUILD_ROOT%{sgmlbase}/xml-iso-entities-8879.1986/
install catalog $RPM_BUILD_ROOT%{sgmlbase}/xml-iso-entities-8879.1986/
/usr/bin/xmlcatalog --noout --add "delegatePublic" \
	"-//OASIS//ENTITIES DocBook XML" \
	"file://%{sgmlbase}/xml-iso-entities-8879.1986/catalog" $XMLCATALOG
/usr/bin/xmlcatalog --noout --add "delegatePublic" \
	"ISO 8879:1986" \
	"file://%{sgmlbase}/xml-iso-entities-8879.1986/catalog" $XMLCATALOG
# Also create the common DocBook catalog
/usr/bin/xmlcatalog --noout --create \
	$RPM_BUILD_ROOT%{sgmlbase}/docbook/xmlcatalog
# Now put the common DocBook entries
/usr/bin/xmlcatalog --noout --add "delegatePublic" \
	"-//OASIS//DTD DocBook XML" \
	"file://%{sgmlbase}/docbook/xmlcatalog" $XMLCATALOG
/usr/bin/xmlcatalog --noout --add "delegateSystem" \
	"http://www.oasis-open.org/docbook/" \
	"file://%{sgmlbase}/docbook/xmlcatalog" $XMLCATALOG
/usr/bin/xmlcatalog --noout --add "delegateURI" \
	"http://www.oasis-open.org/docbook/" \
	"file://%{sgmlbase}/docbook/xmlcatalog" $XMLCATALOG

%clean
rm -Rf $RPM_BUILD_ROOT

%Files
%defattr (-,root,root)
%doc doc/HTML/*.html
%dir /etc/sgml
%config(noreplace) /etc/sgml/sgml.conf
%dir %{sgmlbase}
%dir %{sgmlbase}/sgml-iso-entities-8879.1986
%{sgmlbase}/sgml-iso-entities-8879.1986/*
%{_bindir}/sgmlwhich
%{_bindir}/install-catalog
%{_mandir}/man8/*

%dir /etc/xml
%config(noreplace) /etc/xml/catalog
%dir %{sgmlbase}/docbook
%config(noreplace) %{sgmlbase}/docbook/xmlcatalog
%dir %{sgmlbase}/xml-iso-entities-8879.1986/
%{sgmlbase}/xml-iso-entities-8879.1986/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.3-21
+ Revision: ce5bc46
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18925 |14mr|shadow-utils-4.1.5.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (cg) Certain binaries build in this package are no longer wanted or are now
# provided by other packages (e.g. coreutils, util-linux or passwd)
%define unwanted chfn chsh groups passwd porttime su suauth nologin chgpasswd getspnam
# (cg) Some localised man pages are provided by the man-pages package rather
# than here so kill them off
# (Question: why?? See "urpmf share.*man.*/XXXX\\." where XXXX is one of the below)
%define unwanted_i18n_mans sg shadow

Summary:	Utilities for managing shadow password files and user/group accounts
Name:		shadow-utils
Epoch:		2
Version:	4.1.5.1
Release:	8
License:	BSD
Group:		System/Base
Url:		http://pkg-shadow.alioth.debian.org/
Source0:	http://pkg-shadow.alioth.debian.org/releases/shadow-%{version}.tar.bz2
Source1:	shadow-970616.login.defs
Source2:	shadow-970616.useradd
Source3:	adduser.8
Source4:	pwunconv.8
Source5:	grpconv.8
Source6:	grpunconv.8
# http://qa.mandriva.com/show_bug.cgi?id=27082
Source7:	shadow-utils-nl.po
Source8:	user-group-mod.pamd
Source9:	chpasswd-newusers.pamd
Source10:	chage-chfn-chsh.pamd
Patch2:		shadow-4.1.5.1-rpmsave.patch
Patch4:		shadow-4.1.4.2-dotinname.patch
Patch7:		shadow-4.1.5.1-avx-owl-crypt_gensalt.patch
# Patch 8 is disabled because it seems to be no longer needed in 4.1.5.1
Patch8:		shadow-4.1.4.2-avx-owl-tcb.patch
Patch9:		shadow-4.1.5.1-shadow_perms.patch
Patch11:	shadow-4.1.5.1-tcb-build.patch

BuildRequires:	gettext-devel
BuildRequires:	glibc-crypt_blowfish-devel
BuildRequires:	pam-devel
BuildRequires:	pam_userpass-devel
BuildRequires:	tcb-devel

Requires:	setup
Requires(pre):	setup
Provides:	/usr/sbin/useradd
Provides:	/usr/sbin/groupadd
%rename		adduser
%rename		newgrp
Conflicts:	msec < 0.47
Conflicts:	util-linux-ng < 2.13.1-6

%description
The shadow-utils package includes the necessary programs for
converting UNIX password files to the shadow password format, plus
programs for managing user and group accounts.
- The pwck command checks the integrity of password and shadow files.
- The lastlog command prints out the last login times for all users.
- The useradd, userdel and usermod commands are used for managing
  user accounts.
- The groupadd, groupdel and groupmod commands are used for managing
  group accounts.

%files -f shadow.lang
%doc doc/HOWTO NEWS
%doc doc/WISHLIST doc/README.limits doc/README.platforms
%attr(0640,root,shadow) %config(noreplace) %{_sysconfdir}/login.defs
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/default/useradd
%{_bindir}/sg
%attr(2711,root,shadow) %{_bindir}/chage
%{_bindir}/faillog
%{_bindir}/gpasswd
%{_bindir}/expiry
%{_bindir}/login
%attr(4711,root,root) %{_bindir}/newgrp
%{_bindir}/lastlog
%{_sbindir}/logoutd
%{_sbindir}/adduser
%{_sbindir}/user*
%{_sbindir}/group*
%{_sbindir}/grpck
%{_sbindir}/pwck
%{_sbindir}/chpasswd
%{_sbindir}/newusers
%{_sbindir}/vipw
%{_sbindir}/vigr
%{_mandir}/man1/chage.1*
%{_mandir}/man1/expiry.1*
%{_mandir}/man1/newgrp.1*
%{_mandir}/man1/sg.1*
%{_mandir}/man1/gpasswd.1*
%{_mandir}/man3/shadow.3*
%{_mandir}/man5/shadow.5*
%{_mandir}/man5/gshadow.5*
%{_mandir}/man5/login.defs.5*
%{_mandir}/man5/faillog.5*
%{_mandir}/man8/adduser.8*
%{_mandir}/man8/group*.8*
%{_mandir}/man8/user*.8*
%{_mandir}/man8/pwck.8*
%{_mandir}/man8/grpck.8*
%{_mandir}/man8/chpasswd.8*
%{_mandir}/man8/logoutd.8*
%{_mandir}/man8/newusers.8*
%{_mandir}/man8/vipw.8*
%{_mandir}/man8/vigr.8*
%{_mandir}/man8/lastlog.8*
%{_mandir}/man8/faillog.8*
%attr(640,root,shadow) %config(noreplace) %{_sysconfdir}/pam.d/chage-chfn-chsh
%{_sysconfdir}/pam.d/chage
%attr(640,root,shadow) %config(noreplace) %{_sysconfdir}/pam.d/chpasswd-newusers
%{_sysconfdir}/pam.d/chpasswd
%{_sysconfdir}/pam.d/newusers
%attr(640,root,shadow) %config(noreplace) %{_sysconfdir}/pam.d/user-group-mod
%{_sysconfdir}/pam.d/useradd
%{_sysconfdir}/pam.d/userdel
%{_sysconfdir}/pam.d/usermod
%{_sysconfdir}/pam.d/groupadd
%{_sysconfdir}/pam.d/groupdel
%{_sysconfdir}/pam.d/groupmod

#----------------------------------------------------------------------------

%package -n shadow-conv
Summary:	Conversion tools for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 2:4.1.5.1

%description -n shadow-conv
This package contains the conversion tools for %{name} needed by setup.
- The pwconv command converts passwords to the shadow password format.
- The pwunconv command unconverts shadow passwords and generates
  an npasswd file (a standard UNIX password file).

%files -n shadow-conv
%{_sbindir}/*conv
%{_mandir}/man8/*conv.8*

#----------------------------------------------------------------------------

%prep
%setup -q -n shadow-%{version}
%patch2 -p1 -b .rpmsave
%patch4 -p1 -b .dot
%patch7 -p1 -b .salt
#patch8 -p1 -b .tcb
%patch9 -p1 -b .shadow_perms
%patch11 -p1 -b .tcb2

cp -f %{SOURCE7} po/nl.po
rm -f po/nl.gmo

%build
libtoolize --copy --force; aclocal; autoconf; automake --add-missing
%serverbuild
CFLAGS="%{optflags} -DSHADOWTCB -DEXTRA_CHECK_HOME_DIR" \
%configure --disable-shared --disable-desrpc --with-libcrypt --with-libpam --without-libcrack
%make
# because of the extra po file added manually
make -C po update-gmo

%install
%makeinstall_std gnulocaledir=%{buildroot}/%{_datadir}/locale MKINSTALLDIRS=`pwd`/mkinstalldirs

install -d -m 750 %{buildroot}%{_sysconfdir}/default
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/login.defs
install -m 0600 %{SOURCE2} %{buildroot}%{_sysconfdir}/default/useradd

ln -s useradd %{buildroot}%{_sbindir}/adduser
install -m644 %{SOURCE3} %{buildroot}%{_mandir}/man8/
install -m644 %{SOURCE4} %{buildroot}%{_mandir}/man8/
install -m644 %{SOURCE5} %{buildroot}%{_mandir}/man8/
install -m644 %{SOURCE6} %{buildroot}%{_mandir}/man8/
perl -pi -e "s/encrpted/encrypted/g" %{buildroot}%{_mandir}/man8/newusers.8

# add pam support files
rm -rf %{buildroot}%{_sysconfdir}/pam.d/
mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
install -m 0600 %{SOURCE8} %{buildroot}%{_sysconfdir}/pam.d/user-group-mod
install -m 0600 %{SOURCE9} %{buildroot}%{_sysconfdir}/pam.d/chpasswd-newusers
install -m 0600 %{SOURCE10} %{buildroot}%{_sysconfdir}/pam.d/chage-chfn-chsh

pushd %{buildroot}%{_sysconfdir}/pam.d
    for f in chpasswd newusers; do
        ln -s chpasswd-newusers ${f}
    done
    for f in chage; do
        # chfn and chsh are built without pam support in util-linux-ng
        ln -s chage-chfn-chsh ${f}
    done
    for f in groupadd groupdel groupmod useradd userdel usermod; do
        ln -s user-group-mod ${f}
    done
popd

# (cg) Remove unwanted binaries (and their corresponding man pages)
for unwanted in %{unwanted}; do
  rm -f %{buildroot}{%{_bindir},%{_sbindir}}/$unwanted
  rm -f %{buildroot}%{_mandir}/{,{??,??_??}/}man*/$unwanted.*
done

rm -f %{buildroot}%{_mandir}/man1/login.1*

# (cg) Remove man pages provided by the "man-pages" package...
for unwanted in %{unwanted_i18n_mans}; do
  rm -f %{buildroot}%{_mandir}/{??,??_??}/man*/$unwanted.*
done

# (cg) Find all localised man pages
find %{buildroot}%{_mandir} -depth -type d -empty -delete

%find_lang shadow

for dir in $(ls -1d %{buildroot}%{_mandir}/{??,??_??}) ; do
  dir=$(echo $dir | sed -e "s|^%{buildroot}||")
  lang=$(basename $dir)
  echo "%%lang($lang) $dir/man*/*" >> shadow.lang
done


%changelog
* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.1.5.1-8
+ Revision: 90b3297
- Add setup to Requires(pre)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18926 |14mr|shapelib-1.2.10-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define	libname %mklibname %{name} %{major}
%define	develname %mklibname %{name} -d

Summary:	API in "C" for Shapefile handling
Name:		shapelib
Version:	1.2.10
Release:	8
License:	LGPL MIT
Group:		Sciences/Geosciences
URL:		http://shapelib.maptools.org/
Source0:	http://shapelib.maptools.org/dl/%{name}-%{version}.tar.bz2
Patch0:		shapelib-1.2.10-gcc4-fix.patch
Patch1:		shapelib-1.2.10-mdkconf.patch
Requires:	proj >= 4.4.1
BuildRequires:	proj-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The Shapefile C Library provides the ability to write
simple C programs for reading, writing and updating (to a
limited extent) ESRI Shapefiles, and the associated
attribute file (.dbf).

%package -n	%{libname}
Summary:	API in "C" for Shapefile handling
Group:		System/Libraries

%description -n	%{libname}
The Shapefile C Library provides the ability to write
simple C programs for reading, writing and updating (to a
limited extent) ESRI Shapefiles, and the associated
attribute file (.dbf).

%package -n	%{develname}
Summary:	API in "C" for Shapefile handling
Group:		Development/Other
Requires:	%{libname} = %{version}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname %{name} 1 -d}

%description -n	%{develname}
The Shapefile C Library provides the ability to write
simple C programs for reading, writing and updating (to a
limited extent) ESRI Shapefiles, and the associated
attribute file (.dbf).

%prep

%setup -q
%patch0 -p1 -b .gcc4
%patch1 -p1 -b .mdkconf

%build
make CFLAGS="$RPM_OPT_FLAGS"
%ifarch sparc sparcv9 sparc64 ppc
make CFLAGS="$RPM_OPT_FLAGS -DPROJ4 -D_BIG_ENDIAN -I.. -w" -C contrib
%else
make CFLAGS="$RPM_OPT_FLAGS -DPROJ4 -D_LITTLE_ENDIAN -I.. -w" -C contrib
%endif
make lib CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_bindir}
install -m755 dbfadd dbfcreate dbfdump shpadd shpcreate shpdump shptest %{buildroot}%{_bindir}
install -m755 contrib/{dbfcat,dbfinfo,shpcat,shpcentrd,shpdata,shpdxf,shpfix,shpinfo,shpwkb,shpproj} %{buildroot}%{_bindir}

make lib_install LIB=%{_lib} DESTDIR=$RPM_BUILD_ROOT

#(peroyvind) don't care about these for now..
rm -f %{buildroot}%{_libdir}/lib*.*a

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{name}
%defattr (-,root,root)
%doc README.tree dbf_api.html shapelib.html shp_api.html
%doc contrib/doc/shpproj.txt
%{_bindir}/*

%files -n %{develname}
%defattr (-,root,root)
%{_includedir}/libshp/shapefil.h
%{_libdir}/*.so

%files -n %{libname}
%defattr (-,root,root)
%{_libdir}/*.so.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.10-8
+ Revision: 49a57f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18927 |14mr|shared-desktop-ontologies-0.11.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Semantic web to the desktop in terms of vocabulary
Name:		shared-desktop-ontologies
Version:	0.11.0
Release:	2
License:	BSD
Group:		System/Base
Url:		http://sourceforge.net/projects/oscaf/
Source0:	http://sourceforge.net/projects/oscaf/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	kde4-macros
BuildArch:	noarch

%description
Open Semantic Collaboration Architecture Foundation (OSCAF) ontologies and
reference code development. This project is used maintainers from open source
projects to maintain standards for the interoperability of desktop and web
applications.

The shared-desktop-ontologies package brings the semantic web to the desktop
in terms of vocabulary. It contains the well known core ontologies such as RDF
and RDFS as well as the Nepomuk ontologies which are used by projects like KDE
or Strigi.

%files
%{_kde_datadir}/ontology

#--------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{name}

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_kde_datadir}/pkgconfig/shared-desktop-ontologies.pc
%{_kde_datadir}/cmake/SharedDesktopOntologies

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11.0-2
+ Revision: fc45a2a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18928 |14mr|shared-mime-info-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Shared MIME-Info Specification 
Name:		shared-mime-info
Version:	1.3
Release:	5
#gw main is GPL, test program is LGPL
License:	GPL+ and LGPLv2+
Group:		Graphical desktop/Other
URL:		http://www.freedesktop.org/wiki/Software/shared-mime-info
Source0:	http://freedesktop.org/~hadess/%{name}-%{version}.tar.xz
Source1:	defaults.list
# KDE 4 overrides.
Source2:	mimeapps.list
# support PKGSYSTEM_ENABLE_FSYNC
# https://bugs.freedesktop.org/show_bug.cgi?id=70366#c30
Patch1: 0007-Split-out-fdatasync-usage.patch
Patch2: 0008-Disable-fdatasync-usage-if-PKGSYSTEM_ENABLE_FSYNC-is.patch
Patch3: 0013-Skip-mime-database-update-if-packages-are-older-than.patch
Patch4: 0014-Add-n-option-to-update-mime-database.patch
# (fc) 0.22-2mdv fix VHDL vs CRT magic detection (Mdv bug #31603)
Patch5:		shared-mime-info-0.80-vhdl.patch
BuildRequires:	intltool
BuildRequires:	libxml2-utils
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(glib-2.0)

%description
This is the freedesktop.org shared MIME info database.

Many programs and desktops use the MIME system to represent the types of
files. Frequently, it is necessary to work out the correct MIME type for
a file. This is generally done by examining the file's name or contents,
and looking up the correct MIME type in a database.

For interoperability, it is useful for different programs to use the
same database so that different programs agree on the type of a file,
and new rules for determining the type apply to all programs.

This specification attempts to unify the type-guessing systems currently
in use by GNOME, KDE and ROX. Only the name-to-type and contents-to-type
mappings are covered by this spec; other MIME type information, such as
the default handler for a particular type, or the icon to use to display
it in a file manager, are not covered since these are a matter of style.

In addition, freedesktop.org provides a shared database in this format
to avoid inconsistencies between desktops. This database has been
created by converting the existing KDE and GNOME databases to the new
format and merging them together.

%files
%doc README shared-mime-info-spec.xml NEWS
%{_bindir}/update-mime-database
%dir %{_datadir}/mime/
%{_datadir}/applications/defaults.list
%{_datadir}/applications/mimeapps.list
%dir %{_datadir}/mime/application
%dir %{_datadir}/mime/image
%dir %{_datadir}/mime/message
%dir %{_datadir}/mime/multipart
%dir %{_datadir}/mime/text
%dir %{_datadir}/mime/audio
%dir %{_datadir}/mime/inode
%dir %{_datadir}/mime/model
%dir %{_datadir}/mime/packages
%dir %{_datadir}/mime/video
%ghost %{_datadir}/mime/XMLnamespaces
%ghost %{_datadir}/mime/aliases
%ghost %{_datadir}/mime/globs
%ghost %{_datadir}/mime/magic
%ghost %{_datadir}/mime/subclasses
%ghost %{_datadir}/mime/mime.cache
%{_datadir}/mime/packages/freedesktop.org.xml
%{_mandir}/man1/update-mime-database.1*

%post
%{_bindir}/update-mime-database %{_datadir}/mime > /dev/null

%triggerin -- %{_datadir}/mime/packages/*.xml
%{_bindir}/update-mime-database -n %{_datadir}/mime > /dev/null

%triggerpostun -- %{_datadir}/mime/packages/*.xml
%{_bindir}/update-mime-database -n %{_datadir}/mime > /dev/null

#----------------------------------------------------------------------------

%package devel
Summary:	development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 1.3

%description devel
Development files for %{name}.

%files devel
%{_datadir}/pkgconfig/shared-mime-info.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
# %patch4 -p1 -b .vhdl

%build
%configure2_5x \
	--disable-update-mimedb

make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/mime/{application,image,message,multipart,text,audio,inode,model,packages,video}

touch %{buildroot}%{_datadir}/mime/{XMLnamespaces,aliases,globs,magic,subclasses,mime.cache}

## remove these bogus files
rm -rf %{buildroot}%{_datadir}/locale/*

%check
make check


%changelog
* Mon Sep 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-5
+ Revision: 4ad4027
- Backport '-n' option from upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18929 |14mr|sharutils-4.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The GNU shar utilities for packaging and unpackaging shell archives
Name:		sharutils
Version:	4.14
Release:	1
License:	GPLv3+
Group:		Archiving/Backup
Url:		http://www.gnu.org/software/sharutils/
Source0:	ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.xz
Patch0:		sharutils-4.13.5-fix-str-fmt.patch
BuildRequires:	texinfo

%description
The sharutils package contains the GNU shar utilities, a set of tools
for encoding and decoding packages of files (in binary or text format)
in a special plain text format called shell archives (shar).  This
format can be sent through email (which can be problematic for
regular binary files).  The shar utility supports a wide range of
capabilities (compressing, uuencoding, splitting long files for
multi-part mailings, providing checksums), which make it very flexible
at creating shar files.  After the files have been sent, the unshar
tool scans mail messages looking for shar files.  Unshar automatically
strips off mail headers and introductory text and then unpacks the shar
files.

Install sharutils if you send binary files through email very often.

%files -f %{name}.lang
%{_bindir}/*
%{_infodir}/*
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}



%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14-1
+ Revision: dd0923d
- Add patch to fix format security issues



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18930 |14mr|shiboken-1.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		shiboken
Version:	1.2.2
Release:	2
License:	GPLv2
Summary:	Creates the PySide bindings source files

Group:		Development/KDE and Qt
URL:		http://www.pyside.org
Source0:	http://download.qt-project.org/official_releases/pyside/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	python-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
Obsoletes:	generatorrunner < 0.6.17

%description
The Shiboken Generator (A.K.A. shiboken) is the plugin that creates the
PySide bindings source files from Qt headers and auxiliary files
(typesystems, global.h and glue files).

Since 1.1.1 it's merged with apiextractor and generatorrunner.

%files
%{_bindir}/%{name}
%{py_platsitedir}/%{name}.so
%{_mandir}/man1/*

#------------------------------------------------------------------------------

%define libmajor 1
%define libname %mklibname %{name} %{libmajor}

%define oldapiexlib %mklibname apiextractor 0
%define oldgenlib %mklibname genrunner 0

%package -n %{libname}
Summary:	Shiboken Generator core lib

Group:		System/Libraries
Obsoletes:	%{oldapiexlib} <= 0.10.11
Obsoletes:	%{oldgenlib} <= 0.6.17

%description -n %{libname}
Shiboken Generator core lib.

%files -n %{libname}
%{_libdir}/lib%{name}-python%{py_ver}.so.%{libmajor}*

#------------------------------------------------------------------------------

%define oldapiexdev %mklibname apiextractor -d

%package devel
Summary:	Devel stuff for Shiboken Generator

Group:		Development/KDE and Qt
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{oldapiexdev} < 0.10.11
Obsoletes:	generatorrunner-devel < 0.6.17

%description devel
Devel stuff for Shiboken Generator.

%files devel
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/cmake/*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%__sed 's/-Wno-strict-aliasing/-fno-strict-aliasing/' -i CMakeLists.txt
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.2-2
+ Revision: 4e79c1c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18931 |14mr|shim-0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%global efidir rosa
Name:           shim
Version:        0.2
Release:        1
Summary:        First-stage UEFI bootloader
Group:          System/Kernel and hardware
Provides:	shim = %{version}-%{release}
License:        BSD
URL:            http://www.codon.org.uk/~mjg59/shim/
Source0:	shim.efi
Source1:        MokManager.efi

%description
Initial UEFI bootloader that handles chaining to a trusted full bootloader
under secure boot environments. This package contains the version signed by
the UEFI signing service.

%package -n shim
Summary: First-stage UEFI bootloader

%description -n shim
Initial UEFI bootloader that handles chaining to a trusted full bootloader
under secure boot environments. This package contains the version signed by
the UEFI signing service.

%prep
cd %{_builddir}
mkdir shim-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
cd shim-%{version}
install -D -d -m 0755 $RPM_BUILD_ROOT/boot/efi/EFI/%{efidir}/
install -m 0644 %{SOURCE0} $RPM_BUILD_ROOT/boot/efi/EFI/%{efidir}/shim.efi
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/boot/efi/EFI/%{efidir}/MokManager.efi

%files -n shim
/boot/efi/EFI/%{efidir}/shim.efi
/boot/efi/EFI/%{efidir}/MokManager.efi
%changelog
* Wed Jul 02 2014 Alex Burmashev <alex.burmashev@gmail.com> 0.2-1
+ Revision: 56db02f
- initial import



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18932 |14mr|shorewall-4.5.19-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define version_major 4.5
%define version_minor 19
%define version %{version_major}.%{version_minor}
%define version_main %{version}
%define version_lite %{version}
%define ipv6_ver %{version}
%define ipv6_lite_ver %{version}
%define ftp_path ftp://ftp.shorewall.net/pub/shorewall/%{version_major}/%{name}-%{version}

%define name6 %{name}6

Summary:	Iptables-based firewall for Linux systems
Name:		shorewall
Version:	%{version}
Release:	3
License:	GPLv2+
Group:		System/Configuration/Networking
URL:		http://www.shorewall.net/
Source0:	%ftp_path/%{name}-%{version_main}.tar.bz2
Source1:	%ftp_path/%{name}-lite-%{version_lite}.tar.bz2
Source2:	%ftp_path/%{name}-docs-html-%{version}.tar.bz2
Source3:	%ftp_path/%{name6}-%{ipv6_ver}.tar.bz2
Source4:	%ftp_path/%{name6}-lite-%{ipv6_lite_ver}.tar.bz2
Source5:	%ftp_path/%{name}-init-%{version_main}.tar.bz2
Source6:	%ftp_path/%{name}-core-%{version}.tar.bz2
Source100:	shorewall.rpmlintrc
BuildConflicts:	apt-common
BuildArch:	noarch
BuildRequires:	perl
BuildRequires:	systemd-units
BuildRequires:	perl(Digest::SHA1)
# since shorewall 4.4 we do not have common, shell and perl modules anymore
Obsoletes:	shorewall-common < 4.5
Obsoletes:	shorewall-perl < 4.5
Obsoletes:	shorewall-shell < 4.5
Provides:	shorewall-common = %{version}
Provides:	shorewall-perl = %{version}
Provides:	shorewall-shell = %{version}
Conflicts:	shorewall < 4.0.7-1
Requires:	iptables >= 1.4.1
Requires:	iproute2
Requires:	dash
Requires:	%{name}-core = %{EVRD}
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires(post):	/sbin/chkconfig
Requires(post):	systemd-units
Requires(post):	systemd-sysvinit
Requires(preun):	systemd-units
Requires(postun):	systemd-units

%description
The Shoreline Firewall, more commonly known as "Shorewall", is a Netfilter
(iptables) based firewall that can be used on a dedicated firewall system,
a multi-function gateway/ router/server or on a standalone GNU/Linux system.

%package core
Summary:	Shorewall core libraries
Group:		System/Configuration/Networking
Requires:	%{name} = %{EVRD}
Conflicts:	shorewall < 4.5
Requires(post):	rpm-helper
Requires(preun):	rpm-helper

%description core
An IPv6 enabled and capable Shoreline Firewall.

%package -n %{name6}
Summary:	IPv6 capable Shorewall
Group:		System/Configuration/Networking
Requires:	%{name} = %{EVRD}
Requires:	iptables-ipv6
Requires:	iproute2
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires(post):	/sbin/chkconfig
Requires(post):	systemd-units
Requires(post):	systemd-sysvinit
Requires(preun):	systemd-units
Requires(postun):	systemd-units
Obsoletes:	%{name}-ipv6 < 4.4.24
Provides:	%{name}-ipv6 = %{version}

%description -n %{name6}
An IPv6 enabled and capable Shoreline Firewall.

%package -n %{name6}-lite
Summary:	Lite version of ipv6 shorewall
Group:		System/Configuration/Networking
Requires:	%{name6} = %{EVRD}
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires(post):	/sbin/chkconfig
Requires(post):	systemd-units
Requires(post):	systemd-sysvinit
Requires(preun):	systemd-units
Requires(postun):	systemd-units
Obsoletes:	%{name}-ipv6-lite < 4.4.24
Provides:	%{name}-ipv6-lite = %{version}

%description -n %{name6}-lite
Shorewall IPv6 Lite is a companion product to Shorewall IPv6 that allows 
network administrators to centralize the configuration of Shorewall-based
firewalls.

%package lite
Summary:	Lite version of shorewall
Group:		System/Configuration/Networking
Requires:	%{name} = %{EVRD}
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires(post):	/sbin/chkconfig
Requires(post):	systemd-units
Requires(post):	systemd-sysvinit
Requires(preun):	systemd-units
Requires(postun):	systemd-units

%description lite
Shorewall Lite is a companion product to Shorewall that allows network
administrators to centralize the configuration of Shorewall-based firewalls.

%package init
Summary:	Initialization functionality and NetworkManager integration for Shorewall
Group:		System/Configuration/Networking
Requires:	NetworkManager
Requires:	%{name} = %{EVRD}
Requires(post):	/sbin/chkconfig
Requires(post):	systemd-units
Requires(post):	systemd-sysvinit
Requires(preun):	systemd-units
Requires(postun):	systemd-units

%description init
This package adds additional initialization functionality to Shorewall in two
ways. It allows the firewall to be closed prior to bringing up network
devices. This insures that unwanted connections are not allowed between the
time that the network comes up and when the firewall is started. It also
integrates with NetworkManager and distribution ifup/ifdown systems to allow
for 'event-driven' startup and shutdown.

%package doc
Summary:	Firewall scripts
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description doc
The Shoreline Firewall, more commonly known as "Shorewall", is a Netfilter
(iptables) based firewall that can be used on a dedicated firewall system,
a multi-function gateway/ router/server or on a standalone GNU/Linux system.

This package contains the docs.

%prep
%setup -q -c -n %{name}-%{version} -T -a0 -a1 -a2 -a3 -a4 -a5 -a6

%build
# (tpg) we do nothing here

# (tpg) add comment to the configfiles
for i in $(find -L $(find . -name configfiles -type d)  -type f);
do echo "#LAST LINE -- DO NOT REMOVE" >> $i;
done

%install
export PREFIX=%{buildroot}
export OWNER=`id -n -u`
export GROUP=`id -n -g`
export CONFDIR=%{_sysconfdir}/%{name}
export SYSTEMD=%{_unitdir}
export SBINDIR=%{_sbindir}
export LIBEXEC=%{_libexecdir}
export DESTDIR=%{buildroot}


pushd %{name}-%{version_main}
# (blino) enable startup (new setting as of 2.1.3)
perl -pi -e 's/STARTUP_ENABLED=.*/STARTUP_ENABLED=Yes/' configfiles/%{name}.conf

# Keep synced with net.ipv4.ip_forward var in /etc/sysctl.conf
perl -pi -e 's/IP_FORWARDING=.*/IP_FORWARDING=Keep/' configfiles/%{name}.conf

# blank Internal option 
perl -pi -e 's/TC_ENABLED=Internal/TC_ENABLED=/' configfiles/%{name}.conf

# (tpg) use perl compiler
perl -pi -e 's/SHOREWALL_COMPILER=.*/SHOREWALL_COMPILER=perl/' configfiles/%{name}.conf

# (tpg) do the optimizations
perl -pi -e 's/OPTIMIZE=.*/OPTIMIZE=1/' configfiles/%{name}.conf

# (tpg) enable IPv6
perl -pi -e 's#DISABLE_IPV6=.*#DISABLE_IPV6=No#' configfiles/%{name}.conf

# (tpg) set config path
perl -pi -e 's#CONFIG_PATH=.*#CONFIG_PATH=configfiles/%{/g_sysconfdir}/%{name}#' configpath

# (tpg) enable AUTOMAKE - skip comilation on start/restart if there were no changes in rules
perl -pi -e 's/AUTOMAKE=.*/AUTOMAKE=Yes/' configfiles/%{name}.conf

popd

#(tpg) IPv6
pushd %{name6}-%{ipv6_ver}
# (blino) enable startup (new setting as of 2.1.3)
perl -pi -e 's/STARTUP_ENABLED=.*/STARTUP_ENABLED=Yes/' configfiles/%{name6}.conf
# Keep synced with net.ipv4.ip_forward var in /etc/sysctl.conf
perl -pi -e 's/IP_FORWARDING=.*/IP_FORWARDING=Keep/' configfiles/%{name6}.conf

popd

# let's do the install
targets="shorewall-core shorewall shorewall-lite shorewall6 shorewall6-lite shorewall-init"
use_rc="shorewallrc.default"

mkdir -p %{buildroot}%{_unitdir}

for i in $targets; do
    pushd ${i}-%{version}
# (tpg) few corrections
	sed -i -e 's@MANDIR=.*@MANDIR=%{_mandir}@' \
	-e 's@INITDIR=.*@INITDIR=%{_initddir}@' \
	-e 's@SYSCONFDIR=.*@SYSCONFDIR=%{_sysconfdir}/sysconfig@' $use_rc

	./configure.pl
	./install.sh $use_rc
	if [ $i != "%{name}-core" ]; then
	install -m 644 *.service %{buildroot}%{_unitdir}
	fi;
     popd
done ;

# Suppress automatic replacement of "echo" by "gprintf" in the shorewall
# startup script by RPM. This automatic replacement is broken.
export DONT_GPRINTIFY=1

#(tpg) looks like these files are needed
touch %{buildroot}/%{_var}/lib/shorewall/{chains,nat,proxyarp,restarted,zones,restore-base,restore-tail,state,.modules,.modulesdir,.iptables-restore-input,.start,.restart,.restore}
touch %{buildroot}/%{_var}/lib/shorewall-lite/firewall

#(tpg) ipv6
touch %{buildroot}/%{_var}/lib/%{name6}/{chains,restarted,zones,restore-base,restore-tail,state,.modules,.modulesdir,.iptables-restore-input,.start,.restart,.restore}
touch %{buildroot}/%{_var}/lib/%{name6}-lite/firewall

#(tpg) remove hash-bang
find %{buildroot} -name "lib.*" -exec sed -i -e '/\#\!\/bin\/sh/d' {} \;

# (tpg) let's use dash everywhere!
find %{buildroot} -type f -exec sed -i -e 's@/bin/sh@/bin/dash@' {} \;

# add information about 4.4.0 upgrade
cat > README.4.4.0.upgrade.urpmi << EOF
As of shorewall 4.4.0, the shorewall-common and shorewall-perl packages
were merged into a single shorewall package. Other notable changes in 4.4.0
version are:
 - The support for shorewall-shell has been discontinued
 - Support for SAME target in /etc/shorewall/masq and /etc/shorewall/rules
   has been removed.
 - Support for norfc1918 and RFC1918_STRICT have been removed.
 - The name 'any' is now reserved and may not be used as a zone name.

If you were relying on those options, please review your shorewall
configuration. Refer to the /usr/share/doc/shorewall/releasenotes.txt file
for further instructions.
EOF

# due to the removal of the %%exclude macro...
rm -rf %{buildroot}%{_datadir}/%{name6}/configfiles
rm -rf %{buildroot}%{_datadir}/shorewall/configfiles

# (tpg) remove old initscripts
rm -rf %{buildroot}%{_initrddir}

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -eq 1 ] ; then
	/usr/%{_lib}/iptables.init start
    /bin/systemctl enable shorewall.service >/dev/null 2>&1 || :
    /bin/systemctl try-restart shorewall.service >/dev/null 2>&1 || :
fi

%create_ghostfile %{_var}/lib/%{name}/chains root root 644
%create_ghostfile %{_var}/lib/%{name}/nat root root 644
%create_ghostfile %{_var}/lib/%{name}/proxyarp root root 644
%create_ghostfile %{_var}/lib/%{name}/restarted root root 644
%create_ghostfile %{_var}/lib/%{name}/zones root root 644
%create_ghostfile %{_var}/lib/%{name}/restore-base root root 644
%create_ghostfile %{_var}/lib/%{name}/restore-tail root root 644
%create_ghostfile %{_var}/lib/%{name}/state root root 644
%create_ghostfile %{_var}/lib/%{name}/.modules root root 644
%create_ghostfile %{_var}/lib/%{name}/.modulesdir root root 644
%create_ghostfile %{_var}/lib/%{name}/.iptables-restore-input root root 644
%create_ghostfile %{_var}/lib/%{name}/.restart root root 700
%create_ghostfile %{_var}/lib/%{name}/.restore root root 700
%create_ghostfile %{_var}/lib/%{name}/.start root root 700

%preun
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable shorewall.service > /dev/null 2>&1 || :
    /bin/systemctl stop shorewall.service > /dev/null 2>&1 || :
    %{__rm} -f %{_var}/lib/%{name}/*
fi

%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart shorewall.service >/dev/null 2>&1 || :
fi

%triggerun -- shorewall < 4.4.23.1-2
/sbin/chkconfig --del shorewall >/dev/null 2>&1 || :
/bin/systemctl try-restart shorewall.service >/dev/null 2>&1 || :


%post -n %{name}-lite
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%create_ghostfile %{_var}/lib/%{name}-lite/firewall root root 644

%preun -n %{name}-lite
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable shorewall-lite.service > /dev/null 2>&1 || :
    /bin/systemctl stop shorewall-lite.service > /dev/null 2>&1 || :
    %{__rm} -f %{_var}/lib/%{name}-lite/*
fi

%postun -n %{name}-lite
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart shorewall-lite.service >/dev/null 2>&1 || :
fi

%triggerun -- shorewall-lite < 4.4.23.1-2
/sbin/chkconfig --del shorewall-lite >/dev/null 2>&1 || :
/bin/systemctl try-restart shorewall-lite.service >/dev/null 2>&1 || :

%post -n %{name6}
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%create_ghostfile %{_var}/lib/%{name6}/chains root root 644
%create_ghostfile %{_var}/lib/%{name6}/restarted root root 644
%create_ghostfile %{_var}/lib/%{name6}/zones root root 644
%create_ghostfile %{_var}/lib/%{name6}/restore-base root root 644
%create_ghostfile %{_var}/lib/%{name6}/restore-tail root root 644
%create_ghostfile %{_var}/lib/%{name6}/state root root 644
%create_ghostfile %{_var}/lib/%{name6}/.modules root root 644
%create_ghostfile %{_var}/lib/%{name6}/.modulesdir root root 644
%create_ghostfile %{_var}/lib/%{name6}/.iptables-restore-input root root 644
%create_ghostfile %{_var}/lib/%{name6}/.restart root root 700
%create_ghostfile %{_var}/lib/%{name6}/.restore root root 700
%create_ghostfile %{_var}/lib/%{name6}/.start root root 700

%preun -n %{name6}
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable shorewall6.service > /dev/null 2>&1 || :
    /bin/systemctl stop shorewall6.service > /dev/null 2>&1 || :
    %{__rm} -f %{_var}/lib/%{name6}/*
fi

%postun -n %{name6}
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart shorewall6.service >/dev/null 2>&1 || :
fi

%triggerun -- shorewall-ipv6 < 4.4.23.1-2
/sbin/chkconfig --del shorewall6 >/dev/null 2>&1 || :
/bin/systemctl try-restart shorewall6.service >/dev/null 2>&1 || :

%post -n %{name6}-lite
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%create_ghostfile %{_var}/lib/%{name6}-lite/firewall root root 644

%preun -n %{name6}-lite
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable shorewall6-lite.service > /dev/null 2>&1 || :
    /bin/systemctl stop shorewall6-lite.service > /dev/null 2>&1 || :
    %{__rm} -f %{_var}/lib/%{name6}-lite/*
fi

%postun -n %{name6}-lite
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart shorewall6-lite.service >/dev/null 2>&1 || :
fi

%triggerun -- shorewall-ipv6-lite < 4.4.23.1-2
/sbin/chkconfig --del shorewall6-lite >/dev/null 2>&1 || :
/bin/systemctl try-restart shorewall6-lite.service >/dev/null 2>&1 || :

%post -n %{name}-init
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun -n %{name}-init
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable shorewall-init.service > /dev/null 2>&1 || :
    /bin/systemctl stop shorewall-init.service > /dev/null 2>&1 || :
    %{__rm} -f %{_var}/lib/%{name}-init/*
fi

%postun -n %{name}-init
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart shorewall-init.service >/dev/null 2>&1 || :
fi

%triggerun -- shorewall-init < 4.4.23.1-2
/sbin/chkconfig --del shorewall-init >/dev/null 2>&1 || :
/bin/systemctl try-restart shorewall-init.service >/dev/null 2>&1 || :

%files
%doc README.4.4.0.upgrade.urpmi %{name}-%{version_main}/{changelog.txt,releasenotes.txt,Samples}
%dir %{_sysconfdir}/%{name}
%dir %{_datadir}/%{name}
%dir %attr(755,root,root) %{_var}/lib/%{name}
%ghost %{_var}/lib/%{name}/*
%ghost %{_var}/lib/%{name}/.??*
%config %{_sysconfdir}/logrotate.d/%{name}
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/%{name}/*
%attr(755,root,root) /sbin/%{name}
%{_unitdir}/shorewall.service
%{_datadir}/%{name}/action*
%{_datadir}/%{name}/configpath
%{_datadir}/%{name}/helpers
%{_datadir}/%{name}/lib.cli-std
%{_datadir}/%{name}/lib.core
%{_datadir}/%{name}/macro.*
%{_datadir}/%{name}/modules*
%{_datadir}/%{name}/version
%{_datadir}/%{name}/getparams
%{_mandir}/man5/%{name}-accounting.5.*
%{_mandir}/man5/%{name}-actions.5.*
%{_mandir}/man5/%{name}-blacklist.5.*
%{_mandir}/man5/%{name}-ecn.5.*
%{_mandir}/man5/%{name}-exclusion.5.*
%{_mandir}/man5/%{name}-hosts.5.*
%{_mandir}/man5/%{name}-interfaces.5.*
%{_mandir}/man5/%{name}-maclist.5.*
%{_mandir}/man5/%{name}-masq.5.*
%{_mandir}/man5/%{name}-modules.5.*
%{_mandir}/man5/%{name}-nat.5.*
%{_mandir}/man5/%{name}-nesting.5.*
%{_mandir}/man5/%{name}-netmap.5.*
%{_mandir}/man5/%{name}-params.5.*
%{_mandir}/man5/%{name}-policy.5.*
%{_mandir}/man5/%{name}-providers.5.*
%{_mandir}/man5/%{name}-proxyarp.5.*
%{_mandir}/man5/%{name}-routestopped.5.*
%{_mandir}/man5/%{name}-rules.5.*
%{_mandir}/man5/%{name}-tcclasses.5.*
%{_mandir}/man5/%{name}-tcinterfaces.5.*
%{_mandir}/man5/%{name}-tcpri.5.*
%{_mandir}/man5/%{name}-tcdevices.5.*
%{_mandir}/man5/%{name}-tcfilters.5.*
%{_mandir}/man5/%{name}-tcrules.5.*
%{_mandir}/man5/%{name}-tos.5.*
%{_mandir}/man5/%{name}-tunnels.5.*
%{_mandir}/man5/%{name}-vardir.5.*
%{_mandir}/man5/%{name}-zones.5.*
%{_mandir}/man5/%{name}.conf.5.*
%{_mandir}/man5/%{name}-ipsets.5*
%{_mandir}/man5/%{name}-routes.5*
%{_mandir}/man5/%{name}-secmarks.5*
%{_mandir}/man5/%{name}-arprules.5.*
%{_mandir}/man5/%{name}-blrules.5.*
%{_mandir}/man5/%{name}-conntrack.5.*
%{_mandir}/man5/%{name}-rtrules.5.*
%{_mandir}/man5/%{name}-stoppedrules.5.*
%{_mandir}/man8/%{name}.8.*
%dir %{_datadir}/%{name}/Shorewall
%{_datadir}/shorewall/Shorewall/*.pm
%{_datadir}/%{name}/compiler.pl
%{_datadir}/%{name}/prog.footer

%files -n %{name6}
%doc %{name6}-%{ipv6_ver}/{changelog.txt,releasenotes.txt,tunnel,ipsecvpn,Samples6}
%dir %{_sysconfdir}/%{name6}
%dir %{_datadir}/%{name6}
%dir %attr(755,root,root) %{_var}/lib/%{name6}
%ghost %{_var}/lib/%{name6}/*
%ghost %{_var}/lib/%{name6}/.??*
%config(noreplace) %{_sysconfdir}/%{name6}/*
%config %{_sysconfdir}/logrotate.d/%{name6}
%attr(755,root,root) /sbin/%{name6}
%{_unitdir}/shorewall6.service
%{_datadir}/%{name6}/action*
%{_datadir}/%{name6}/configpath
%{_datadir}/%{name6}/functions
%{_datadir}/%{name6}/helpers
%{_datadir}/%{name6}/lib.*
%{_datadir}/%{name6}/macro.*
%{_datadir}/%{name6}/modules*
%{_datadir}/%{name6}/version
%{_mandir}/man5/%{name6}-accounting.5.*
%{_mandir}/man5/%{name6}-actions.5.*
%{_mandir}/man5/%{name6}-blacklist.5.*
%{_mandir}/man5/%{name6}-exclusion.5.*
%{_mandir}/man5/%{name6}-hosts.5.*
%{_mandir}/man5/%{name6}-interfaces.5.*
%{_mandir}/man5/%{name6}-ipsets.5.*
%{_mandir}/man5/%{name6}-maclist.5.*
%{_mandir}/man5/%{name6}-modules.5.*
%{_mandir}/man5/%{name6}-nesting.5.*
%{_mandir}/man5/%{name6}-netmap.5.*
%{_mandir}/man5/%{name6}-params.5.*
%{_mandir}/man5/%{name6}-policy.5.*
%{_mandir}/man5/%{name6}-providers.5.*
%{_mandir}/man5/%{name6}-routestopped.5.*
%{_mandir}/man5/%{name6}-rules.5.*
%{_mandir}/man5/%{name6}-tcclasses.5.*
%{_mandir}/man5/%{name6}-tcdevices.5.*
%{_mandir}/man5/%{name6}-tcinterfaces.5.*
%{_mandir}/man5/%{name6}-tcpri.5.*
%{_mandir}/man5/%{name6}-masq.5.*
%{_mandir}/man5/%{name6}-tcrules.5.*
%{_mandir}/man5/%{name6}-tos.5.*
%{_mandir}/man5/%{name6}-tunnels.5.*
%{_mandir}/man5/%{name6}-vardir.5.*
%{_mandir}/man5/%{name6}-zones.5.*
%{_mandir}/man5/%{name6}.conf.5.*
%{_mandir}/man5/%{name6}-proxyndp.5*
%{_mandir}/man5/%{name6}-routes.5*
%{_mandir}/man5/%{name6}-secmarks.5*
%{_mandir}/man5/%{name6}-tcfilters.5*
%{_mandir}/man5/%{name6}-blrules.5.*
%{_mandir}/man5/%{name6}-conntrack.5.*
%{_mandir}/man5/%{name6}-rtrules.5.*
%{_mandir}/man5/%{name6}-stoppedrules.5.*
%{_mandir}/man8/%{name6}.8.*

%files core
%doc %{name}-core-%{version}/*.txt
%dir %{_datadir}/shorewall/
%{_datadir}/shorewall/coreversion
%{_datadir}/shorewall/functions
%{_datadir}/shorewall/lib.base
%{_datadir}/shorewall/lib.cli
%{_datadir}/shorewall/lib.common
%{_datadir}/shorewall/shorewallrc
%{_datadir}/%{name}/wait4ifup

%files lite
%doc %{name}-lite-%{version_lite}/*.txt
%dir %{_datadir}/%{name}-lite
%dir %attr(755,root,root) %{_var}/lib/%{name}-lite
%ghost %{_var}/lib/%{name}-lite/*
%config(noreplace) %{_sysconfdir}/%{name}-lite/*
%config %{_sysconfdir}/logrotate.d/%{name}-lite
%attr(755,root,root) /sbin/%{name}-lite
%{_unitdir}/shorewall-lite.service
%{_datadir}/%{name}-lite/configpath
%{_datadir}/%{name}-lite/functions
%{_datadir}/%{name}-lite/lib.*
%{_datadir}/%{name}-lite/modules*
%{_datadir}/%{name}-lite/shorecap
%{_datadir}/%{name}-lite/version
%{_datadir}/%{name}-lite/helpers
%{_mandir}/man5/%{name}-lite*
%{_mandir}/man8/%{name}-lite*

%files -n %{name6}-lite
%doc %{name6}-lite-%{ipv6_lite_ver}/*.txt
%dir %{_datadir}/%{name6}-lite
%dir %attr(755,root,root) %{_var}/lib/%{name6}-lite
%ghost %{_var}/lib/%{name6}-lite/*
%config(noreplace) %{_sysconfdir}/%{name6}-lite/*
%config %{_sysconfdir}/logrotate.d/%{name6}-lite
%attr(755,root,root) /sbin/%{name6}-lite
%{_unitdir}/shorewall6-lite.service
%{_datadir}/%{name6}-lite/configpath
%{_datadir}/%{name6}-lite/functions
%{_datadir}/%{name6}-lite/lib.*
%{_datadir}/%{name6}-lite/modules*
%{_datadir}/%{name6}-lite/shorecap
%{_datadir}/%{name6}-lite/version
%{_datadir}/%{name6}-lite/helpers
%{_mandir}/man5/%{name6}-lite*
%{_mandir}/man8/%{name6}-lite*

%files init
%doc shorewall-init-%{version}/*.txt
%{_sysconfdir}/NetworkManager/dispatcher.d/01-shorewall
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}-init
%config %{_sysconfdir}/logrotate.d/%{name}-init
%{_datadir}/shorewall-init
%{_unitdir}/shorewall-init.service
%{_mandir}/man8/%{name}-init.8.*

%files doc
%doc %{name}-docs-html-%{version}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.5.19-3
+ Revision: 919cfef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18933 |14mr|shotwell-0.18.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver				%(echo %{version}|cut -d. -f1,2)
%define _disable_ld_no_undefined	1
%define Werror_cflags			%nil

Summary:	A photo organizer designed for GNOME
Name:		shotwell
Version:	0.18.0
Release:	4
License:	LGPLv2+ and CC-BY-SA
Group:		Graphics
Url:		http://www.yorba.org/shotwell/
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	locales-en
BuildRequires:	vala-devel >= 0.18.0
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(gexiv2)
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libexif) >= 0.4.90
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libraw)
BuildRequires:	pkgconfig(rest-0.7)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
Obsoletes:	f-spot
Provides:	f-spot

%description
Shotwell is a digital photo organizer designed for the GNOME desktop
environment. It allows you to import photos from disk or camera,
organize them in various ways, view them in full-window or fullscreen
mode, and export them to share with others.

%prep
%setup -q -n %{name}-%{version}

%build
%before_configure
./configure \
	--prefix=%{_prefix} \
	--lib=%{_lib} \
	--disable-schemas-compile \
	--disable-desktop-update \
	--disable-icon-update
%make

%install
# otherwise gettext always returns English text regardless of LANGUAGE asked
export LANG=en_US.utf8
%makeinstall_std

%find_lang %{name} --all-name

%files -f %{name}.lang
%doc AUTHORS MAINTAINERS README COPYING NEWS THANKS
%{_bindir}/*
%{_libdir}/%{name}
/usr/libexec/%{name}
%{_datadir}/%{name}
%{_datadir}/gnome/help/%{name}
%{_datadir}/applications/%{name}*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/GConf/gsettings/shotwell.convert
%{_datadir}/glib-2.0/schemas/org.yorba.shotwell*.gschema.xml
%{_datadir}/appdata/shotwell.appdata.xml


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.18.0-4
+ Revision: b1521d9
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18934 |14mr|showfont-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: showfont
Version: 1.0.3
Release: 5
Summary: Font dumper for X font server
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: libfs-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

Patch1: 0001-Update-to-match-mandriva-default-fontserver-config.patch

%description
Showfont  displays  data  about  a font that matches the given pattern.
The information shown includes font information, font properties, character
metrics, and character bitmaps.

%prep
%setup -q -n %{name}-%{version}

%patch1 -p1

%build
%configure	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/showfont
%{_mandir}/man1/showfont.*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-5
+ Revision: 98c5144
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18935 |14mr|sidplay-libs-2.1.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define spmajor 2
%define libname    %mklibname sidplay %{spmajor}
%define sumajor 0
%define libnamesu %mklibname sidutils %{sumajor}
%define develnamesu %mklibname -d sidutils
%define staticdevelnamesu %mklibname -s -d sidutils
%define builders %{_libdir}/sidplay/builders

Summary:	A Commodore 64 music player and SID chip emulator library
Name:		sidplay-libs
Version:	2.1.1
Release:	14
License:	GPLv2+
Group:		System/Libraries
URL:		http://sidplay2.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/sidplay2/%{name}-%version.tar.bz2
Patch0:		sidplay-libs-2.1.1-gcc4.3.patch
#gw from xsidplay 2.0.3
Patch1:		cia1.patch
BuildRequires:	automake
BuildRequires:	chrpath

%description
This is a cycle-based version of a C64 music playing library
developed by Simon White. This library provides no internal
SID emulation. Instead a means to drive any external SID hardware or
emulation has been provided using the SID Builder Classes.

A ReSID Builder Class using a modified version of ReSID 0.13
is included in this package. Alternative/updated classes can be
obtained from the SIDPlay2 homepage.

%package -n %{libname}
Summary:	A Commodore 64 music player and SID chip emulator library
Group:		System/Libraries

%description -n %{libname}
This is a cycle-based version of a C64 music playing library
developed by Simon White. This library provides no internal
SID emulation. Instead a means to drive any external SID hardware or
emulation has been provided using the SID Builder Classes.

A ReSID Builder Class using a modified version of ReSID 0.13
is included in this package. Alternative/updated classes can be
obtained from the SIDPlay2 homepage.

#gw don't use libsidplay-devel here, that's libsidplay1
%package -n %{libname}-devel
Summary:	Development headers and libraries for %{libname}
Group:		Development/C++
Requires:	%{libname} = %{version}
Provides:	libsidplay-devel = %{version}-%{release}
Provides:	sidplay2-devel = %{version}-%{release}

%description -n %{libname}-devel
This package includes the header and library files necessary
for developing applications to use %{libname}.

%package -n %{libnamesu}
Summary:	General utility library for use in sidplayers
Requires:	%{libname} = %{version}-%{release}
Group:		System/Libraries

%description -n %{libnamesu}
This library provides general utilities that are not considered core
to the C64 emulation.  Utilities include decoding and obtaining tune
lengths from the songlength database, INI file format parser and SID
filter files (types 1 and 2).

%package -n %{develnamesu}
Summary:	Development headers and libraries for libsidutils
Group:		Development/C++
Requires:	%{libnamesu} = %{version}-%{release}
Requires:	%{libname}-devel = %{version}-%{release}
Provides:	libsidutils-devel = %{version}-%{release}

%description -n %{develnamesu}
This package includes the header and library files necessary
for developing applications to use %{libnamesu}.

%package -n %{staticdevelnamesu}
Summary:	Static library for %{libnamesu}
Group:		Development/C++
Requires:	%{develnamesu} = %{version}
Provides:	libsidutils-static-devel = %{version}-%{release}

%description -n %{staticdevelnamesu}
This package includes the static library file necessary
for developing applications to use %{libnamesu}.


%prep
%setup -q
%patch0 -p1 -b .gcc
%patch1 -p1
for i in . * */*; do
	[ -d "$i" ] || continue
	[ -e "$i/configure.in" -o -e "$i/configure.ac" ] || continue
	pushd $i
	aclocal -I unix
	libtoolize --copy --force
	automake -a
	autoconf
	popd
done

%build
export CFLAGS="%optflags -fPIC"
export CXXFLAGS="%optflags -fPIC"
%configure2_5x
%make

%install
#hack to prevent relinking
sed s/relink_command.*// < libsidutils/src/libsidutils.la > tmp.la
mv tmp.la libsidutils/src/libsidutils.la
%makeinstall_std
chrpath -d %{buildroot}%{_libdir}/libsidutils.so

rm -f %{buildroot}%{builders}/libsid*
rm -rf %{buildroot}%{builders}/pkgconfig

%multiarch_includes %{buildroot}%{_includedir}/sidplay/sidconfig.h

%files -n %libname
%doc libsidplay/AUTHORS libsidplay/ChangeLog libsidplay/README libsidplay/TODO
%{_libdir}/libsidplay*.so.*

%files -n %libname-devel
%dir %{_libdir}/sidplay/
%dir %{_libdir}/sidplay/builders
%dir %{_includedir}/sidplay/builders/
%{_includedir}/sidplay/*.h
%{_includedir}/sidplay/builders/*.h
%{multiarch_includedir}/sidplay/

%{_libdir}/libsidplay*.so
%{_libdir}/libsidplay*.a
%{_libdir}/pkgconfig/libsidplay*.pc
%{builders}/*.a

%files -n %{libnamesu}
%doc libsidutils/AUTHORS libsidutils/ChangeLog libsidutils/README libsidutils/TODO
%{_libdir}/libsidutils*.so.*

%files -n %{develnamesu}
%dir %{_includedir}/sidplay/utils/
%{_includedir}/sidplay/utils/*
%{_libdir}/libsidutils*.so
%{_libdir}/pkgconfig/libsidutils*pc

%files -n %{staticdevelnamesu}
%{_libdir}/libsidutils*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.1-14
+ Revision: c740d29
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18936 |14mr|silc-toolkit-1.1.10-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api_version 1.1
%define silcmajor 2
%define clientmajor 3
%define silclibname %mklibname silc %{api_version} %{silcmajor}
%define silclibname_orig %mklibname silc %{api_version}
%define clientlibname %mklibname silcclient %{api_version} %{clientmajor}
%define clientlibname_orig %mklibname silcclient %{api_version}

Summary:	SILC toolkit
Name:		silc-toolkit
Version:	1.1.10
Release:	9
License:	GPLv2
Group:		Networking/Chat
URL:		http://silcnet.org/
Source0:	http://silcnet.org/download/toolkit/sources/%{name}-%{version}.tar.gz
Patch2:		silc-toolkit-1.1.5-docinst.patch
#gw fix linking, link libsilc with pthread and dl, link silcclient with silc
Patch3:		silc-toolkit-1.1.10-fix-linking.patch
Requires:	%{silclibname} = %{version}-%{release}
BuildRequires:	libtool
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	nasm

%description
SILC (Secure Internet Live Conferencing) is a protocol which provides
secure conferencing services on the Internet over insecure channel.
SILC is IRC-like software although internally they are very different.
The biggest similarity between SILC and IRC is that they both provide
conferencing services and that SILC has almost the same commands as IRC.
Other than that they are nothing alike.  Major differences are that SILC
is secure what IRC is not in any way.  The network model is also entirely
different compared to IRC.

This package provides development related files for any application that
has SILC support.

%package -n %{silclibname}
Summary:	SILC library
Group:		System/Libraries
Provides:	%{silclibname_orig} = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}

%description -n %{silclibname}
SILC (Secure Internet Live Conferencing) is a protocol which provides
secure conferencing services on the Internet over insecure channel.
SILC is IRC-like software although internally they are very different.
The biggest similarity between SILC and IRC is that they both provide
conferencing services and that SILC has almost the same commands as IRC.
Other than that they are nothing alike.  Major differences are that SILC
is secure what IRC is not in any way.  The network model is also entirely
different compared to IRC.

This is the library implementing SILC protocol, including core components,
cryptographic algorithms and utility functions.

%package -n %{clientlibname}
Summary:	SILC client library
Group:		System/Libraries
Provides:	%{clientlibname_orig} = %{version}-%{release}
Provides:	%{_lib}silc-client1 = %{version}-%{release}

%description -n %{clientlibname}
SILC (Secure Internet Live Conferencing) is a protocol which provides
secure conferencing services on the Internet over insecure channel.
SILC is IRC-like software although internally they are very different.
The biggest similarity between SILC and IRC is that they both provide
conferencing services and that SILC has almost the same commands as IRC.
Other than that they are nothing alike.  Major differences are that SILC
is secure what IRC is not in any way.  The network model is also entirely
different compared to IRC.

The SILC Client library. Implementation of the SILC Client without
the user interface.  The library provides an interface for user
interface designers.

%package devel
Summary:	SILC toolkit
Group:		Development/Other
# rpmlint wants that, so be it
Requires:	%{name} = %{version}-%{release}
Provides:	%{clientlibname_orig}-devel = %{version}-%{release}
Requires:	%{clientlibname} = %{version}-%{release}
Provides:	%{silclibname_orig}-devel = %{version}-%{release}
Requires:	%{silclibname} = %{version}-%{release}
Provides:	%{_lib}client1-devel = %{version}-%{release}
Provides:	%{_lib}silc-client1-devel = %{version}-%{release}

%description devel
SILC (Secure Internet Live Conferencing) is a protocol which provides
secure conferencing services on the Internet over insecure channel.
SILC is IRC-like software although internally they are very different.
The biggest similarity between SILC and IRC is that they both provide
conferencing services and that SILC has almost the same commands as IRC.
Other than that they are nothing alike.  Major differences are that SILC
is secure what IRC is not in any way.  The network model is also entirely
different compared to IRC.

This package contains all development related files for developing or 
compiling applications using SILC protocol.

%prep
%setup -q
%patch2 -p1 -b .docinst
%patch3 -p1

find -type f | xargs file | grep -v script | cut -d: -f1 | xargs chmod -x
autoreconf -fi

%build

%configure2_5x \
	--with-simdir=%{_libdir}/silc/modules \
	--enable-ipv6 \
	--enable-shared \
	--includedir=%{_includedir}/silc

# parallel will succeed but produce broken library
%make -j1 LIBTOOL=%{_bindir}/libtool

%install
%makeinstall_std LIBTOOL=%{_bindir}/libtool

chmod 0755 %{buildroot}%{_libdir}/silc/modules/*.so

%triggerpostun -- libsilc-client1 <= 1.0.1-2mdk
tempfile=`mktemp /etc/ld.so.conf.XXXXXX` || exit $?
grep -v "^%{_libdir}/silc$" /etc/ld.so.conf > $tempfile && cat $tempfile > /etc/ld.so.conf
rm -f $tempfile

%files
%doc %{_docdir}/%{name}/README*
%doc %{_docdir}/%{name}/ChangeLog
%doc %{_docdir}/%{name}/TODO
%{_libdir}/silc

%files -n %{silclibname}
%{_libdir}/libsilc-%{api_version}.so.%{silcmajor}*

%files -n %{clientlibname}
%{_libdir}/libsilcclient-%{api_version}.so.%{clientmajor}*

%files devel
%doc %{_docdir}/%{name}/*
%exclude %{_docdir}/%{name}/README*
%exclude %{_docdir}/%{name}/ChangeLog
%exclude %{_docdir}/%{name}/TODO
%{_includedir}/silc
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.10-9
+ Revision: cc506e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18937 |14mr|simple-scan-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		simple-scan
Version:	3.12.0
Release:	2
Summary:	Simple scanning utility
Group:		Graphical desktop/GNOME
License:	GPLv3+
URL:		https://launchpad.net/simple-scan
Source0:	https://launchpad.net/simple-scan/3.12/%{version}/+download/%{name}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: jpeg-devel
BuildRequires: sane-devel
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(colord)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gmodule-export-2.0)
BuildRequires: pkgconfig(gnome-doc-utils)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(mx-1.0)
BuildRequires: pkgconfig(zlib)
BuildRequires: itstool

Requires: gnome-icon-theme
Requires: xdg-utils
Requires: yelp

%description
Simple Scan is an easy-to-use application, designed to let users connect their
scanner and quickly have the image/document in an appropriate format.

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

%find_lang %{name} --with-man --with-gnome

%files -f %{name}.lang 
%doc COPYING NEWS README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.SimpleScan.gschema.xml
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_datadir}/appdata/simple-scan.appdata.xml


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: 1f88802
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18938 |14mr|sinjdoc-0.5-4.11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define gcj_support 1
%bcond_with        bootstrap

%if %with bootstrap
%define gcj_support 0
%endif

Name:           sinjdoc
Version:        0.5
Release:        4.11
Summary:        Documentation generator for Java source code
Group:          Development/Java
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:        GPL
URL:            http://www.cag.lcs.mit.edu/~cananian/Projects/GJ/sinjdoc-latest/
Source0:        %name-%version.tar.bz2
Patch0:         sinjdoc-annotations.patch
Patch1:         sinjdoc-autotools-changes.patch
Patch2:         sinjdoc-0.5-doclet.patch

%if %without bootstrap
BuildRequires:  eclipse-ecj
%else
BuildRequires:  ecj-bootstrap
%endif

BuildRequires:  java_cup >= 0.10
BuildRequires:  java
BuildRequires:  java-rpmbuild
BuildRequires:  java-gcj-compat-devel
Requires:       java_cup >= 0.10
Requires:       java
Requires:       jpackage-utils

%if !%{gcj_support}
BuildArch:      noarch
%endif

# (anssi) do not obsolete yet
#Obsoletes:     gjdoc <= 0.7.7-14.fc7

%description
This package contains Sinjdoc a tool for generating Javadoc-style
documentation from Java source code

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1
%{__perl} -pi -e 's|javac|%{javac}|' configure.ac
%{__aclocal}
%{__automake}
%{__autoconf}

%build
export JAR=%{jar}
export JAVA=%{java}

%if %with bootstrap
# (anssi) run ecj with libgcj9 instead of libgcj7 (libgcj8 could work as well)
export LD_LIBRARY_PATH=%{_libdir}/gcj_bc-4.3:$LD_LIBRARY_PATH
%endif

%{configure2_5x}
%{make}

%install
rm -rf %{buildroot}

%jpackage_script net.cscott.sinjdoc.Main %{nil} %{nil} %{name}:java_cup-runtime %{name}

chmod a+x %{buildroot}%{_bindir}/sinjdoc

install -d 755 %{buildroot}%{_javadir}
install -D -m 644 sinjdoc.jar %{buildroot}%{_javadir}/sinjdoc.jar

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf %{buildroot}

%if %{gcj_support}
%post
%{update_gcjdb}
%endif

%if %{gcj_support}
%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING README
%attr(0755,root,root) %{_bindir}/sinjdoc
%{_javadir}/sinjdoc.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-4.11
+ Revision: a905bd8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18939 |14mr|skkdic-20070529-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version	20070529
%define release	11

Name:      skkdic
Summary:   SKK Dictionaries for Japanese
Version:   %{version}
Release:   %{release}
Group:     System/Internationalization
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:   GPL
URL:       http://openlab.ring.gr.jp/skk/

# Use this file:
# http://openlab.jp/skk/skk/dic/SKK-JISYO.L 
Source0:   %{name}-%{version}.tar.bz2

BuildArch: noarch

%description
SKK dictionaries for Japanese.
SKK is a Simple Kana-to-Kanji conversion program.


%prep
%setup -q -n %name-%version.orig

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/skk
install -m 644 SKK-JISYO.* $RPM_BUILD_ROOT/%{_datadir}/skk

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root)
%{_datadir}/skk/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070529-11
+ Revision: dcc1f92
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18940 |14mr|skobo-0.5.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SDL port of Akira Higuchis game XKobo 
Name:		skobo
Version:	0.5.1
Release:	7
License:	GPL
Group:		Games/Arcade
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		http://www.olofson.net/kobodl/
Source0:	http://olofson.net/kobodl/download/KoboDeluxe-%{version}.tar.bz2
Source5:	%{name}-16.png
Source6:	%{name}-32.png
Source7:	%{name}-48.png
Patch0:		skobo-0.4pre10-gcc4.patch
# Patch1:		KoboDeluxe-0.4.1-various-from-debian.patch
Patch2:		KoboDeluxe-0.4pre10-fix-segfault-in-midi.patch
Patch3:		04_enemies-pipe-decl.patch
Patch4:		skobo-0.5.1-gcc44.patch
BuildRequires: SDL_image-devel
BuildRequires: libmesaglu-devel
Provides:	KoboDeluxe = %version
Provides:	kobodeluxe = %version

%description
Kobo Deluxe is an SDL port of Akira Higuchi's game XKobo. It adds sound,
smoother animation, filtered high resolution support, a more intuitive menu
driven user interface, joystick support and other features, and runs on most
of the major operating systems. Kobo Deluxe uses the Free/Open Source
libraries SDL and SDL_image, which can be downloaded (source as well as
binaries for various platforms) from http://www.libsdl.org.

%prep
%setup -q -n KoboDeluxe-%{version}
%patch0 -p0 -b .gcc4
# %patch1 -p1
%patch2 -p1
%patch3 -p1 -b .debian
%patch4 -p0 -b .gcc44

%build
%configure2_5x	--bindir=%{_gamesbindir}
%make kobo_scoredir=%{_localstatedir}/lib/games/%{name}

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/games/%{name}
%makeinstall_std kobo_scoredir=%{_localstatedir}/lib/games/%{name}


mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Kobo Deluxe
Comment=Arcade video game
Exec=%_gamesbindir/kobodl
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

install -D -m644 %SOURCE6 $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -D -m644 %SOURCE5 $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -D -m644 %SOURCE7 $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post 
%{update_menus}
%endif

%if %mdkversion < 200900
%postun
%{clean_menus}
%endif

%files
%defattr(-,root,root)
%doc COPYING* ChangeLog README* TODO
%attr(2755, root, games) %{_gamesbindir}/kobodl
%attr(775, root, games) %{_localstatedir}/lib/games/%{name}
%{_datadir}/kobo-deluxe
%{_mandir}/man6/*
%{_datadir}/applications/*
%{_iconsdir}/*.png
%{_miconsdir}/*
%{_liconsdir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.1-7
+ Revision: a2dcb68
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18941 |14mr|skrooge-1.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Personal Finance Management Tool
Name:		skrooge
Version:	1.8.0
Release:	2
License:	GPLv3+
Group:		Office
Url:		http://skrooge.org
Source0:	http://skrooge.org/files/%{name}-%{version}.tar.bz2
BuildRequires:	grantlee
BuildRequires:	grantlee-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepim4-devel
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(libofx)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(sqlite3)
Requires:	qt4-database-plugin-sqlite
Requires:	qca2-plugin-openssl
Requires:	grantlee

%description
Skrooge is a personal finance management tool for KDE4, with the aim of
being highly intuitive, while providing powerful functions such as
graphics, persistent Undo/Redo, infinite category levels, and much more...

%files -f %{name}.lang
%{_kde_bindir}/*
%{_kde_libdir}/kde4/*.so
%{_kde_libdir}/kde4/plugins/grantlee
%{_kde_appsdir}/*
%{_kde_applicationsdir}/*.desktop
%{_kde_datadir}/config.kcfg/*.kcfg
%{_kde_configdir}/*.knsrc
%{_kde_iconsdir}/*/*/*/*
%{_kde_services}/*.desktop
%{_kde_servicetypes}/*.desktop
%{_datadir}/mime/packages/*.xml
%{_datadir}/akonadi/agents/skroogeakonadiresource.desktop

#-----------------------------------------------------------------------------

%define libskgbankgui_major 1
%define libskgbankgui %mklibname skgbankgui %{libskgbankgui_major}

%package -n %{libskgbankgui}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libskgbankgui}
%{name} library.

%files -n %{libskgbankgui}
%{_kde_libdir}/libskgbankgui.so.%{libskgbankgui_major}*

#-----------------------------------------------------------------------------

%define libskgbankmodeler_major 1
%define libskgbankmodeler %mklibname skgbankmodeler %{libskgbankmodeler_major}

%package -n %{libskgbankmodeler}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libskgbankmodeler}
%{name} library.

%files -n %{libskgbankmodeler}
%{_kde_libdir}/libskgbankmodeler.so.%{libskgbankmodeler_major}*

#-----------------------------------------------------------------------------

%define libskgbasegui_major 1
%define libskgbasegui %mklibname skgbasegui %{libskgbasegui_major}

%package -n %{libskgbasegui}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libskgbasegui}
%{name} library.

%files -n %{libskgbasegui}
%{_kde_libdir}/libskgbasegui.so.%{libskgbasegui_major}*

#-----------------------------------------------------------------------------

%define libskgbasemodeler_major 1
%define libskgbasemodeler %mklibname skgbasemodeler %{libskgbasemodeler_major}

%package -n %{libskgbasemodeler}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libskgbasemodeler}
%{name} library.

%files -n %{libskgbasemodeler}
%{_kde_libdir}/libskgbasemodeler.so.%{libskgbasegui_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Skrooge development files
Group:		Development/KDE and Qt
Requires:	%{libskgbasemodeler} = %{EVRD}
Requires:	%{libskgbasegui} = %{EVRD}
Requires:	%{libskgbankmodeler} = %{EVRD}
Requires:	%{libskgbankgui} = %{EVRD}

%description devel
This package contains header files needed if you wish to build applications
based on skrooge.

%files devel
%{_kde_libdir}/*.so

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.0-2
+ Revision: 29b8269
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18942 |14mr|slang-2.2.4-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	2
%define	minor	2
%define	modules	%{mklibname %{name}}-modules
%define	libname %mklibname %{name} %{major}
%define	devname %mklibname %{name} -d
%define	static	%mklibname %{name} -s -d

%bcond_without	pcre
%bcond_without	png
%bcond_with	onig
%bcond_with	diet
%bcond_with	uclibc

Summary:	The shared library for the S-Lang extension language
Name:		slang
Version:	2.2.4
Release:	12
License:	GPLv2+
Group:		System/Libraries
URL:		http://www.s-lang.org
Source0:	ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v%{major}.%{minor}/slang-%{version}.tar.bz2
Source1:	%{SOURCE0}.asc
Patch5:		slang-2.2.4-slsh-makefile.patch
Patch6:		slang-2.2.4-modules-makefile.patch
Patch7:		slang-2.2.4-perms.patch
Patch8:		slang-2.2.4-no-rpath.patch
BuildRequires:	pkgconfig(libpng)
BuildRequires:	libtool
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	onig-devel
%if %{with diet}
BuildRequires:	dietlibc-devel
%endif
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.33.2-3
%endif

%description
S-Lang is an interpreted language and a programming library.  The
S-Lang language was designed so that it can be easily embedded into
a program to provide the program with a powerful extension language.
The S-Lang library, provided in this package, provides the S-Lang
extension language.  S-Lang's syntax resembles C, which makes it easy
to recode S-Lang procedures in C if you need to.

%package -n	%{modules}
Summary:	Modules for the S-Lang extension language
Group:		Development/Other
Conflicts:	%{libname} < 2.2.4-3

%description -n	%{modules}
This package contains the main modules for the S-Lang extension language.

%package -n	%{libname}
Summary:	The shared library for the S-Lang extension language
Group:		System/Libraries
Requires:	%{modules} = %{EVRD}

%description -n	%{libname}
S-Lang is an interpreted language and a programming library.  The
S-Lang language was designed so that it can be easily embedded into
a program to provide the program with a powerful extension language.
The S-Lang library, provided in this package, provides the S-Lang
extension language.  S-Lang's syntax resembles C, which makes it easy
to recode S-Lang procedures in C if you need to.

%if %{with uclibc}
%package -n	uclibc-%{libname}
Summary:	The shared library for the S-Lang extension language linked against uClibc
Group:		System/Libraries

%description -n	uclibc-%{libname}
S-Lang is an interpreted language and a programming library.  The
S-Lang language was designed so that it can be easily embedded into
a program to provide the program with a powerful extension language.
The S-Lang library, provided in this package, provides the S-Lang
extension language.  S-Lang's syntax resembles C, which makes it easy
to recode S-Lang procedures in C if you need to.
%endif

%package -n	%{devname}
Summary:	The library and header files for development using S-Lang
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n	%{devname}
This package contains the S-Lang extension language libraries and
header files which you'll need if you want to develop S-Lang based
applications.  Documentation which may help you write S-Lang based
applications is also included.

Install the slang-devel package if you want to develop applications
based on the S-Lang extension language.

%package -n	%{static}
Summary:	Static development files for %{name}
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n	%{static}
Static development files for %{name}.

%package	doc
Summary:	Extra documentation for slang libraries
Group:		Books/Computer books

%description	doc
This package contains documentation about S-Lang.
S-Lang is an interpreted language and a programming library.  The
S-Lang language was designed so that it can be easily embedded into
a program to provide the program with a powerful extension language.
The S-Lang library, provided in this package, provides the S-Lang
extension language.  S-Lang's syntax resembles C, which makes it easy
to recode S-Lang procedures in C if you need to.

%package	slsh
Summary:	S-Lang script interpreter
Group:		Shells

%description	slsh
slsh is a program that embeds the S-Lang interpreter and may be used
to test slang scripts.

%prep
%setup -q
%patch5 -p1
%patch6 -p1
%patch7 -p1 -b .lib_exec~
%patch8 -p1 -b .norpath~
%if %{with diet}
mkdir diet
cp -r autoconf configure doc demo mkfiles modules slang.lis slsh src utf8 changes.txt COPYING diet
%endif

%if %{with uclibc}
mkdir uclibc
cp -r autoconf configure doc demo mkfiles modules slang.lis slsh src utf8 changes.txt COPYING uclibc
%endif

%build
%if %{with diet}
pushd diet
./configure \
CC="diet gcc" CFLAGS="-Os -g"
make -C src/ static
popd
%endif

%if %{with uclibc}
pushd uclibc
%configure2_5x	--prefix=%{uclibc_root} \
		--libdir=%{uclibc_root}%{_libdir} \
		CC="%{uclibc_cc}" CFLAGS="%{uclibc_cflags}"
make -C src/ static $PWD/src/elfobjs/libslang.so.%{version}
popd
%endif

%configure2_5x	--with-{onig,pcre,png,z}lib=%{_libdir} \
		--with-{onig,pcre,png,z}inc=%{_includedir} \
		--includedir=%{_includedir}/slang

make

%check
make check

%install
%makeinstall_std install-static

%if %{with diet}
install -m644 diet/src/objs/libslang.a -D %{buildroot}%{_prefix}/lib/dietlibc/lib-%{_arch}/libslang.a
%endif

%if %{with uclibc}
install -m644 uclibc/src/objs/libslang.a -D %{buildroot}%{uclibc_root}%{_libdir}/libslang.a
cp -a uclibc/src/elfobjs/libslang.so* %{buildroot}%{uclibc_root}%{_libdir}
%endif

%files -n %{modules}
%dir %{_libdir}/slang
%{_libdir}/slang/v%{major}

%files -n %{libname}
%{_libdir}/libslang.so.%{major}*

%if %{with uclibc}
%files -n uclibc-%{libname}
%{uclibc_root}%{_libdir}/libslang.so.%{major}*
%endif

%files -n %{devname}
%{_libdir}/libslang.so
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libslang.so
%endif
%dir %{_includedir}/slang/
%{_includedir}/slang/*.h
%{_libdir}/pkgconfig/slang.pc

%files -n %{static}
%{_libdir}/libslang.a
%if %{with diet}
%{_prefix}/lib/dietlibc/lib-%{_arch}/libslang.a
%endif
%if %{with uclibc}
%{_prefix}/uclibc%{_libdir}/libslang.a
%endif

%files doc
%{_defaultdocdir}/slang

%files slsh
%doc %{_docdir}/slsh
%{_bindir}/slsh
%{_datadir}/slsh
%{_mandir}/man1/slsh.1*
%config(noreplace) %{_sysconfdir}/slsh.rc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.4-12
+ Revision: 9c529b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18943 |14mr|slap-2r4p4-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SLAP - SEIKO SmartLabel Printing Utility
Name:		slap
Version:	2r4p4
Release:	16
License:	GPL
Group:		Publishing
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

# SLAP
Source:		http://members.tripod.com/~uutil/slap/%{name}%{version}.tar.bz2
# Static library needed by SLAP
Source1:	http://members.tripod.com/~uutil/slap/mjsulib3r0p1.tar.bz2

Url:		http://members.tripod.com/~uutil/slap/

%description
SLAP is a UNIX command line program that prints labels on many SEIKO Smart
Label Printers. It prints only text, no graphics, PostScript, and so on.
The text can be printed in 16 different fonts and in 6 font sizes. Enter
"man slap" at the command prompt for more info.

%prep

# Load source code
%setup -q -n slap
%setup -q -T -D -a 1 -n slap

# Correct file permissions
chmod -R u+w *

%build

# Compile static library
mkdir mjsulibfiles
cd mjsulib/
./Configure $RPM_BUILD_DIR/%name/mjsulibfiles
%make install
cd ..

# Compile SLAP
yes | ./Configure $RPM_BUILD_ROOT/usr
# Set library path
perl -p -i -e 's!/somewhere!/'$RPM_BUILD_DIR'/%name/mjsulibfiles!' makefile
# Correct path for man pages
perl -p -i -e 's!man/man1!share/man/man1!' makefile
%make

# Compile SLAP font converter
%make sdk

%install

# Clean up
rm -fr %buildroot

# Install SLAP
%makeinstall

# Install font converter
install -m 755 makefont %buildroot/%_bindir

# Correct file permissions
chmod -R u+w %buildroot/*


%clean
rm -fr %buildroot

%files
%defattr(-,root,root)
%doc *.txt 9devnotes COPYING FAQ.htm HOWTO
%_bindir/*
%_prefix/lib/slap*
%_mandir/man*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2r4p4-16
+ Revision: 179ee48
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18944 |14mr|slib-3b3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:      Platform independent library for scheme
Name:         slib
Version:      3b3
Release:      3
License:      SLIB
Group:        Development/Other
BuildArch:    noarch
Source0:      http://groups.csail.mit.edu/mac/ftpdir/scm/slib-%{version}.zip
URL:          http://people.csail.mit.edu/jaffer/SLIB.html

%description
"SLIB" is a portable library for the programming language Scheme.
It provides a platform independent framework for using "packages" of
Scheme procedures and syntax.  As distributed, SLIB contains useful
packages for all Scheme implementations.  Its catalog can be
transparently extended to accommodate packages specific to a site,
implementation, user, or directory.

%prep
%setup -q -n %{name}
sed -r -i "s,/usr/(local/)?lib/slib,%{_datadir}/slib,g" *.init

%build

%install
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/slib
cp *.scm *.init *.xyz *.txt *.dat *.ps ${RPM_BUILD_ROOT}%{_datadir}/slib
mkdir -p ${RPM_BUILD_ROOT}%{_infodir}
install -m644 slib.info $RPM_BUILD_ROOT%{_infodir}

%files
%defattr(-,root,root)
%doc ANNOUNCE README COPYING FAQ ChangeLog
%{_datadir}/slib
%{_infodir}/slib.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3b3-3
+ Revision: 296b3bf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18945 |14mr|slrn-0.9.9p1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		slrn
Summary:	A powerful, easy to use, threaded Internet news reader
Version:	0.9.9p1
Release:	9
License:	GPLv2+
Group:		Networking/News
URL:		http://www.slrn.org/
Source0:	ftp://slrn.sourceforge.net/pub/slrn/%{name}-%{version}.tar.bz2
Source1:	slrnpull-expire
Source2:	slrnpull.log
Source3:	README.rpm-slrnpull
Patch0:		slrn-0.9.9p1-dont-strip-binaries-on-install.patch
Patch1:		slrn-0.9.9p1-no-rpath.patch
Requires:	inews
Suggests:	lynx
BuildRequires:	slang-devel >= 2.0.0
BuildRequires:	sendmail-command
BuildRequires:	gettext-devel
BuildRequires:	inews

%description
SLRN is a powerful, easy to use, threaded Internet news reader.  SLRN is
highly customizable and allows you to design complex filters to sort or kill
news articles.  SLRN works well over slow network connections, and includes
a utility for reading news off-line.

Install slrn if you need a full-featured news reader, if you have a slow
network connection, or if you'D like to save on-line time by reading your
news off-line.

%package	pull
Summary:	Offline news reading support for slrn
Group:		Networking/News
Requires:	%{name} = %{EVRD}

%description pull
This package provides slrnpull, which allows set up of a small news
spool for offline news reading.

%prep
%setup -q
%patch0 -p1 -b .nostrip~
%patch1 -p1 -b .norpath~

%build
# Fix install of slrnpull man page, seems to be broken upstream
# - AdamW 2008/02
sed -i -e 's,slrn.1,*.1,g' src/Makefile.in
# Better default browser - AdamW 2008/02
sed -i -e 's,netscape,www-browser,g' doc/slrn.rc
# FHS compliant install
%configure2_5x	--sysconfdir=%{_sysconfdir}/news \
		--with-slanginc=%{_includedir}/slang \
		--with-slanglib=%{_libdir} \
		--with-slrnpull \
		--with-slanginc=%{_includedir}/slang \
		--with-nss-compat \
		--enable-inews \
		--enable-setgid-code \
		--disable-rpath
%make
# Force build of slrnpull, again seems broken upstream - AdaMw 2008/02
%make slrnpull

%install
%makeinstall_std
%find_lang %{name}

mkdir -p %{buildroot}%{_sysconfdir}/{cron.daily,logrotate.d,news}
install -m644 doc/slrn.rc -D %{buildroot}%{_sysconfdir}/news/slrn.rc

#(peroyvind) remove unpackaged files
rm -rf %{buildroot}%{_docdir}/%{name}

%files -f %{name}.lang
%doc doc/{FIRST_STEPS,README.SSL,help.txt,score.txt,slrnfuns.txt,README.macros,THANKS,manual.txt,slrn-doc.html,FAQ,README.GroupLens,README.multiuser,score.sl,slrn.rc} COPYRIGHT README changes.txt
%attr(755,root,root) %{_bindir}/slrn
%{_mandir}/man1/slrn.1*
%config(noreplace) %{_sysconfdir}/news/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*

%files pull
%doc doc/slrnpull/*
%{_mandir}/man1/slrnpull*
%{_bindir}/slrnpull



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.9p1-9
+ Revision: 271f82b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18946 |14mr|slv2-0.6.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 9
%define libname %mklibname %{name} _%{major}
%define develname %mklibname -d %{name}

Summary:    A library for simple use of LV2 plugins
Name:       slv2
Version:    0.6.6
Release:    8
Group:      System/Libraries
License:    GPLv2+
URL:        http://wiki.drobilla.net/SLV2
Source0:    http://download.drobilla.net/%{name}-%{version}.tar.bz2
Patch0:        slv2-0.6.6-ladspa2lv2_fix.diff
Patch1:        slv2-0.6.6-gcc46linking.diff
BuildRequires:  doxygen
BuildRequires:  jackit-devel
BuildRequires:  liblrdf-devel
BuildRequires:  libtool
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(lv2core)
BuildRequires:  raptor-devel
BuildRequires:  rasqal-devel
BuildRequires:  redland-devel >= 1.0.6
BuildRequires:  python
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
SLV2 is a library geared towards music and audio applications which makes the
use of LV2 plugins <http://lv2plug.in> as simple as possible.

This binary package contains various binaries:

 o lv2_inspect - Display information about an LV2 plugin.
 o lv2_jack_host - SLV2 Jack Host.
 o lv2_list - List system installed LV2 plugins.
 o lv2_simple_jack_host - SLV2 Simple Jack Host Example.

%package -n %{libname}
Summary:    A library for simple use of LV2 plugins
Group:          System/Libraries

%description -n %{libname}
SLV2 is a library geared towards music and audio applications which makes the
use of LV2 plugins <http://lv2plug.in> as simple as possible.

%package -n %{develname}
Summary:    Development files (headers) for SLV2
Group:      Development/C
Requires:   %{libname} = %{version}
Provides:   %{name}-devel = %{version}

%description -n %{develname}
Files required for compiling programs which use SLV2, and developer
documentation.

%prep

%setup -q -n %{name}-%version
%patch0 -p0
%patch1 -p0

# antiborker
perl -pi -e "s|/sbin/ldconfig|/bin/true|g" *.py

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" *.py

%build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"

python ./waf configure \
    --prefix=%{_prefix} \
    --libdir=%{_libdir}/ \
    --mandir=%{_mandir} \
    --build-docs

python ./waf build --verbose


%install
rm -rf %{buildroot}

DESTDIR=%{buildroot} python ./waf install --verbose
strip %{buildroot}/%{_libdir}/libslv2.so.%{major}*

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/ladspa2lv2
%{_bindir}/lv2_inspect
%{_bindir}/lv2_jack_host
%{_bindir}/lv2_list
%{_bindir}/lv2_simple_jack_host
%{_mandir}/man1/*

%files -n %{libname}
%defattr(-,root,root)
%doc AUTHORS README
%attr(0755,root,root) %{_libdir}/libslv2.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc build/default/doc/html/*
%{_includedir}/slv2/*.h
%attr(0755,root,root) %{_libdir}/*.so
%{_libdir}/pkgconfig/slv2.pc
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.6-8
+ Revision: 8910b1e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18947 |14mr|smart-1.4.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without smart_update
%bcond_without smart_applet

Name:		smart
Version:	1.4.1
Release:	17
Epoch:		1
Group:		System/Configuration/Packaging
Summary:	Next generation package handling tool
License:	GPLv2+
URL:		https://code.launchpad.net/smart
Source0:	https://launchpad.net/smart/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
Source1:	smart-mandriva-distro.py
Source2:	smart.console
Source4:	smart-package-manager.desktop
Source6:	smart-newer.py
Source7:	smart-install.desktop
Source8:	smart-applet.desktop
Source9:	smart-applet.png
Source10:	smart-unity-distro.py

Patch1:		smart-1.4.1-enable-distepoch.patch
Patch2:		smart-1.4.1-applet.patch

Patch603:	smart-1.4.1-cache-packages-toggle.patch
Patch606:	smart-1.4.1-sysstdoutencoding-utf-8.patch
Patch607:	smart-1.4.1-saving-cache-msgbox.patch
Patch609:	smart-1.4.1-pycurl-speedup.patch
Patch610:	smart-1.4.1-pycurl-ftp-segfault.patch
Patch611:	smart-1.4.1-pycurl-for-ftp-only.patch
Patch613:	smart-1.4.1-keyerror.patch
Patch615:	smart-1.4.1-coercing2unicode.patch
Patch616:	smart-1.4.1-prefer-last-ok-mirror.patch
Patch618:	smart-1.4.1-inst-by-provide-fix.patch
Patch619:	smart-1.4.1-info-perm-denied.patch
# fix error probably introduced by createrepo update
# unclear if it actually works or not MD 20100830
Patch803:	smart-1.4.1-uncompress-close.patch
# https://bugs.launchpad.net/smart/+bug/268143
# add suggest config to ignore or install for rpm&deb
Patch805:	smart-1.4.1-rpm-suggests-config.patch
Patch806:	smart-1.4.1-deb-suggests-config.patch
Patch1007:	smart-1.4.1-computing_upgrades_989_988.patch
Patch1008:	smart-1.4.1-install-update.patch
Patch1009:	smart-1.4.1-dont-use-_RPMVSF_NOSIGNATURES.patch
Patch1010:	smart-1.4.1-add-missing-lzma-open-function-mdvbz59103.patch
#ROSA patch
Patch2000:	smart-1.4.1-rosa-mirrors.patch
Patch2001:	smart-1.4.1-urpm-cachesize-ignore.patch

BuildRequires:	rpm-mandriva-setup
BuildRequires:	desktop-file-utils
# required by test suite
BuildRequires:	dpkg
BuildRequires:	python-rpm
Requires:	python-rpm pythonegg(pyliblzma) >= 0.4.0
Requires:	usermode-consoleonly
%ifarch %{ix86}
Requires:	pythonegg(psyco)
%endif
Suggests:	pythonegg(pycurl)
BuildRequires:	pkgconfig(python)

%description
Smart Package Manager is a next generation package handling tool.

%package	gui
Summary:	Smart GTK user interface
Group:		System/Configuration/Packaging
Requires(post):	desktop-file-utils
Requires(postun): desktop-file-utils
%if "%{disttag}" == "unity"
Requires(post):	xdg-utils
%endif
Requires:	%{name} = %{EVRD}
Requires:	pygtk2.0

%description	gui
Smart GTK user interface.

%if %{with smart_update}
%package	update
Summary:	Allows execution of 'smart update' by normal users (suid)
Group:		System/Configuration/Packaging
Requires:	%{name} = %{EVRD}

%description	update
Allows execution of 'smart update' by normal users through a
special suid command.
%endif

%if %{with smart_applet}
%package	applet
Summary:	Smart system tray applet
Group:		System/Configuration/Packaging
Requires:	%{name} = %{EVRD}
Requires:	%{name}-gui = %{EVRD}
Requires:	gnome-python

%description	applet
Smart system tray applet.
%endif

%prep
%setup -q
%patch1 -p1 -b .distepoch~
%patch2 -p1 -b .applet~
%patch603 -p1 -b .cache_packages_toggle~
%patch606 -p1 -b .sysstdoutencoding_utf-8~
%patch607 -p1 -b .saving_cache_msgbox~
%patch609 -p1 -b .pycurl_speedup~
%patch610 -p1 -b .ftp_segfault_pycurl~
%patch611 -p1 -b .pycurl_for_ftp_only~
%patch613 -p1 -b .keyerror~
%patch615 -p1 -b .coercing2unicode~
%patch616 -p1 -b .prefer_last_ok_mirror~
%patch618 -p1 -b .inst_by_provide_fix~
%patch619 -p1 -b .info_perm_denied~
%patch803 -p1 -b .uncompress_close~
%patch805 -p1 -b .rpm_suggests~
%patch806 -p1 -b .deb_suggests~
%patch1007 -p1 -b .computation~
%patch1008 -p1 -b .update_channels~
%patch1009 -p1 -b .nosig~
%patch1010 -p1 -b .mdvbz59103~
%if "%{disttag}" == "rosa"
%patch2000 -p1 -b .rosa_mirrors~
%endif
%patch2001 -p1 -b .hdlist_size_ignore~
cp %{SOURCE9} contrib/smart-applet

%build
%setup_compile_flags
%make

%if %{with smart_update}
pushd contrib/smart-update
%make
popd
%endif

# rosa mirrors patch breaks regression check
%if "%{disttag}" != "rosa"
%check
make test
%endif

%install
%makeinstall_std

%if "%{disttag}" == "unity"
install -m644 %{SOURCE10} -D %{buildroot}%{_prefix}/lib/smart/distro.py
%else
install -m644 %{SOURCE1} -D %{buildroot}%{_prefix}/lib/smart/distro.py
%endif

install -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/security/console.apps/smart-root

ln -sf consolehelper %{buildroot}%{_bindir}/smart-root

mkdir -p %{buildroot}%{_sysconfdir}/pam.d

cat > %{buildroot}%{_sysconfdir}/pam.d/smart-root <<EOF
#%PAM-1.0
auth       sufficient   pam_rootok.so
auth       sufficient   pam_timestamp.so
auth       include      system-auth
account    required     pam_permit.so
session    required     pam_permit.so
session    optional     pam_timestamp.so
session    optional     pam_xauth.so
EOF

mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
        --dir %{buildroot}%{_datadir}/applications \
	%{SOURCE4}

install -m644 smart/interfaces/images/smart.png -D %{buildroot}%{_datadir}/pixmaps/smart-package-manager.png
mkdir -p %{buildroot}%{_localstatedir}/lib/smart/channels

install -m644 %{SOURCE6} -D %{buildroot}%{py_platsitedir}/%{name}/commands/newer.py

%if %{with smart_update}
install -m755 contrib/smart-update/smart-update -D %{buildroot}%{_bindir}/smart-update
%endif

%if %{with smart_applet}
desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	%{SOURCE8}
install -m755 contrib/smart-applet/smart-applet.py  -D %{buildroot}%{_bindir}/smart-applet
install -m644 contrib/smart-applet/smart-applet.png  -D %{buildroot}%{_datadir}/pixmaps/smart-applet.png
install -m644 contrib/smart-applet/smart-helper.pam %{buildroot}%{_sysconfdir}/pam.d/smart-helper
install -m644 contrib/smart-applet/smart-helper.helper %{buildroot}%{_sysconfdir}/security/console.apps/smart-helper
ln -sf consolehelper %{buildroot}%{_bindir}/smart-helper
%endif

%find_lang %{name}

%if "%{disttag}" == "unity"
%post gui
xdg-mime default smart-install.desktop application/x-rpm
xdg-mime default smart-install.desktop application/x-redhat-package-manager

%post
#Update chanels after install (need with urpmi use only)
/usr/bin/smart update
%endif


%files -f %{name}.lang
%defattr(0644,root,root,0755)
%doc HACKING README TODO IDEAS doc/*.css doc/*.html
%config(noreplace) %{_sysconfdir}/security/console.apps/smart-root
%config(noreplace) %{_sysconfdir}/pam.d/smart-root
%attr(0755,root,root)%{_bindir}/%{name}
%attr(0755,root,root)%{_bindir}/%{name}-root
%dir %{_prefix}/lib/%{name}
%{_prefix}/lib/%{name}/distro.py
%dir %{py_platsitedir}/smart
%{py_platsitedir}/smart/*
%{py_platsitedir}/*.egg-info
%exclude %{py_platsitedir}/smart/interfaces/gtk
%dir %{_localstatedir}/lib/smart/channels
%{_mandir}/*/*

%files gui
%defattr(0644,root,root,0755)
%{_datadir}/applications/smart-package-manager.desktop
%{_datadir}/pixmaps/smart-package-manager.png
%{py_platsitedir}/smart/interfaces/gtk

%if %{with smart_update}
%files update
%attr(4755,root,root) %{_bindir}/smart-update
%endif

%if %{with smart_applet}
%files applet
%config(noreplace) %{_sysconfdir}/security/console.apps/smart-helper
%config(noreplace) %{_sysconfdir}/pam.d/smart-helper
%attr(4755,root,root) %{_bindir}/smart-applet
%{_bindir}/smart-helper
%{_datadir}/applications/smart-applet.desktop
%{_datadir}/pixmaps/smart-applet.png
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.4.1-17
+ Revision: 6b31ae7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18948 |14mr|smartmontools-6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	  For monitoring S.M.A.R.T. disks and devices
Name:             smartmontools
Version:          6.3
Release:          1
License:	  GPL
Group:		  System/Kernel and hardware
URL:		  http://smartmontools.sourceforge.net/
Source0:	  http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
Source1:	  smartd.conf
Source3:	  smartd.sysconfig
Source4:          smartd.service
Patch0:		  smartmontools-6.0-service.patch
Obsoletes:	  smartsuite
Provides:	  smartsuite
Requires(post):  rpm-helper
Requires(preun): rpm-helper
BuildRequires:    systemd-units
BuildRequires:	  libcap-ng-devel

%description 
SMARTmontools controls and monitors storage devices using the Self-Monitoring,
Analysis and Reporting Technology System (S.M.A.R.T.) built into ATA and SCSI
Hard Drives. This is used to check the reliability of the hard drive and
predict drive failures. The suite contains two utilities. The first, smartctl,
is a command-line utility designed to perform simple S.M.A.R.T. tasks. The
second, smartd, is a daemon that periodically monitors smart status and
reports errors to syslog. The package is compatible with the ATA/ATAPI-5
specification. Future releases will be compatible with the ATA/ATAPI-6 and
ATA/ATAPI-7 specifications. The package is intended to incorporate as much
"vendor specific" and "reserved" information as possible about disk drives.
man smartctl and man smartd will provide more information.

%prep

%setup -q
#% apply_patches
%patch0 -p0
%build
%configure2_5x \
    --with-libcap-ng=yes \
    --enable-drivedb

%make

%install
install -d %{buildroot}%{_sysconfdir}/sysconfig

%makeinstall_std

install %{SOURCE1} %{buildroot}%{_sysconfdir}/
install %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/smartd
install -D -p -m 644 %{SOURCE4} %{buildroot}/lib/systemd/system/smartd.service
rm -f %{buildroot}%{_initrddir}/smartd

%post
%_post_service smartd

%preun
%_preun_service smartd

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/smartd.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/smartd_warning.sh
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/smartd
%attr(0644,root,root) /lib/systemd/system/smartd.service
%{_sbindir}/*
%{_mandir}/man?/*
%{_docdir}/%{name}
%{_datadir}/%{name}/drivedb.h

%changelog
* Mon Aug 11 2014 Eugene Budanov <eugene.budanov@rosalab.ru> 6.3-1
+ Revision: 4bb25f5
- Updated smartmontools.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18949 |14mr|smb4k-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname smb4kcore %{major}

Name:		smb4k
Version:	1.1.3
Release:	2
Summary:	A KDE SMB share browser
Source0:	http://downloads.sourceforge.net/smb4k/%{name}-%{version}.tar.xz
License:	GPLv2+
Group:		Networking/Other
Url:		http://smb4k.sourceforge.net
BuildRequires:  kdelibs4-devel
Requires:	samba-client
Requires:	%{libname} = %{version}
Obsoletes:	%{mklibname smb4kdialogs 2} < %{version}-%{release}
Conflicts:	%{name}-devel < 0.10.0-rc

%description
An SMB network and share browser for KDE 4 or later.

%files -f %{name}.lang
%{_kde_sysconfdir}/dbus-1/system.d/net.sourceforge.smb4k.mounthelper.conf
%{_kde_bindir}/smb4k*
%{_kde_datadir}/apps/kconf_update/*
%{_kde_datadir}/dbus-1/system-services/net.sourceforge.smb4k.mounthelper.service
%{_kde_datadir}/polkit-1/actions/net.sourceforge.smb4k.mounthelper.policy
%{_kde_libdir}/kde4/*.so
%{_kde_libdir}/libsmb4ktooltips.so
%{_kde_libdir}/kde4/libexec/mounthelper
%{_kde_applicationsdir}/smb4k.desktop
%{_kde_services}/plasma-applet-smb4k-qml.desktop
%{_kde_appsdir}/smb4k/
%{_kde_datadir}/config.kcfg/smb4k.kcfg
%{_kde_iconsdir}/*/*/*/*
%{_datadir}/apps/plasma/plasmoids/smb4k-qml/
%{_libdir}/libkdeinit4_smb4k.so

#------------------------------------------------	
%package -n %libname
Summary:	SMB4K core library
Group:		System/Libraries

%description -n %libname
Library for %{name}.

%files -n %libname
%{_kde_libdir}/libsmb4kcore.so.%{major}*

#------------------------------------------------
%package devel
Summary:	SMB4K development files
Group:		Development/KDE and Qt
Requires:	%{libname} = %{version}

%description devel
Development files for applications that need %{name}.

%files devel
%{_kde_libdir}/libsmb4kcore.so


#------------------------------------------------
%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3-2
+ Revision: f4c733e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18950 |14mr|smbldap-tools-0.9.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	User & Group administration tools for Samba-OpenLDAP

Name: 		smbldap-tools
Version: 	0.9.5
Release: 	10
Group: 		System/Servers
License: 	GPL
URL:		https://gna.org/projects/smbldap-tools/
Source0: 	http://download.gna.org/smbldap-tools/packages/%{name}-%{version}.tgz
Source1: 	mkntpwd.tar.bz2
Patch0:		smbldap-tools-mdvconfig.diff
Patch1:		smbldap-tools-utf-8.patch
Requires:	perl-IO-Socket-SSL
BuildRequires:	perl-doc

%description
Smbldap-tools is a set of perl scripts written by Idealx. Those scripts are
designed to help managing users and groups in a ldap directory server and
can be used both by users and administrators of Linux systems:
. users can change their password in a way similar to the standard
  "passwd" command,
. administrators can perform users and groups management

Scripts are described in the Smbldap-tools User Manual
(http://samba.idealx.org/smbldap-tools.en.html) which also give command
line examples.
You can download the latest version on Idealx web site
(http://samba.idealx.org/dist/).
Comments and/or questions can be sent to the smbldap-tools mailing list
(http://lists.idealx.org/lists/samba).

%prep

%setup -q -a1
%patch0 -p0 -b .mdvconf
%patch1 -p1 -b .utf8

# nuke that IDEALX stuff from the code
for i in `find -type f`; do
    perl -pi -e "s|/etc/opt/IDEALX/smbldap-tools/|%{_sysconfdir}/smbldap-tools/|g; \
    s|/opt/IDEALX/bin:||g; \
    s|/opt/IDEALX/sbin|%{_sbindir}|g" $i
done

%build
%serverbuild

pushd mkntpwd
%make CFLAGS="$CFLAGS"
popd

# make some manpages
for i in smbldap-groupadd smbldap-groupdel smbldap-groupmod smbldap-groupshow smbldap-passwd \
    smbldap-populate smbldap-useradd smbldap-userdel smbldap-userinfo smbldap-usermod smbldap-usershow; do
    perldoc $i > $i.1
done

%install

install -d %{buildroot}%{_sysconfdir}/smbldap-tools
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{perl_vendorlib}
install -d %{buildroot}%{_mandir}/man1

install -m0644 smbldap.conf %{buildroot}%{_sysconfdir}/smbldap-tools/
install -m0600 smbldap_bind.conf %{buildroot}%{_sysconfdir}/smbldap-tools/
install -m0644 smbldap_tools.pm %{buildroot}%{perl_vendorlib}/

install -m0755 smbldap-groupadd %{buildroot}%{_sbindir}/
install -m0755 smbldap-groupdel %{buildroot}%{_sbindir}/
install -m0755 smbldap-groupmod %{buildroot}%{_sbindir}/
install -m0755 smbldap-groupshow %{buildroot}%{_sbindir}/
install -m0755 smbldap-passwd %{buildroot}%{_sbindir}/
install -m0755 smbldap-populate %{buildroot}%{_sbindir}/
install -m0755 smbldap-useradd %{buildroot}%{_sbindir}/
install -m0755 smbldap-userdel %{buildroot}%{_sbindir}/
install -m0755 smbldap-userinfo %{buildroot}%{_sbindir}/
install -m0755 smbldap-usermod %{buildroot}%{_sbindir}/
install -m0755 smbldap-usershow %{buildroot}%{_sbindir}/
install -m0755 mkntpwd/mkntpwd %{buildroot}%{_sbindir}/
install -m0644 smbldap-*.1 %{buildroot}%{_mandir}/man1/

%clean

%files
%doc CONTRIBUTORS COPYING ChangeLog INFRA INSTALL README TODO doc
%doc smbldap.conf smbldap_bind.conf configure.pl
%dir %{_sysconfdir}/smbldap-tools
%config(noreplace) %{_sysconfdir}/smbldap-tools/smbldap.conf
%config(noreplace) %{_sysconfdir}/smbldap-tools/smbldap_bind.conf
%{_sbindir}/*
%{perl_vendorlib}/smbldap_tools.pm
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.5-10
+ Revision: 3bcd9be
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18951 |14mr|smilutils-0.3.2-20070731.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	smilutils
%define version	0.3.2
%define release 20070731.7

%define major	0
%define libname %mklibname kinoextensions %major

%define _disable_ld_no_undefined 1
%define _disable_ld_as_needed 1

Name: 	 	%{name}
Summary: 	Command line tools for Kino's SMIL video format
Version: 	%{version}
Release: 	%{release}
Source:		%{name}-20070731.tar.bz2
Patch0:		smilutils-gcc4.3.patch
Patch1:		smilutils-gcc4.4.patch
URL:		http://sf.net/projects/kino
License:	GPL
Group:		Video
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	autoconf
BuildRequires:	libdv-devel quicktime-devel libxml2-devel
BuildRequires:	SDL-devel libgdk_pixbuf2.0-devel 

%description
SMIL is the file format kino uses to save projects. Here are a collection of
command line tools for SMIL manipulation.

%package -n 	%{libname}
Summary:        Dynamic libraries from %name
Group:          System/Libraries
Obsoletes:	%{libname}-devel

%description -n %{libname}
Dynamic libraries from %name.

%prep
%setup -q -n %name
%patch0 -p1
%patch1 -p1

%build
./autogen.sh
%configure2_5x
%make
										
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%if "%{_lib}" != "lib"
	mv -f %buildroot%_prefix/lib %buildroot%_libdir
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING
%{_bindir}/*
%{_mandir}/man1/*

%files -n %libname
%defattr(-,root,root)
%{_libdir}/kino/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.2-20070731.7
+ Revision: 2614100
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18952 |14mr|smokegen-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		smokegen
Summary:	Scripting MetaObject Kompiler Engine tools
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPL
URL:		http://www.kde.org
%define is_beta %(if test `echo %version |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source:		ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
SMOKE provides infrastructure which is used for creating bindings for
multiple languages such as Ruby, C# and PHP.

This package contains the development tools to do bindings with the
Scripting MetaObject Kompiler Engine, used by several Qt and KDE bindings,
as well as some bindings for the Wt library.

#------------------------------------------------------------

%define libsmokebase_major 3
%define libsmokebase %mklibname smokebase %{libsmokebase_major}

%package -n %{libsmokebase}
Summary:	smokegen Library
Group:		Development/KDE and Qt
Conflicts:	%{_lib}smokeqt3 <= 1:4.5.80-1

%description -n %{libsmokebase}
smokegen Library

%files -n %{libsmokebase}
%{_kde_libdir}/libsmokebase.so.%{libsmokebase_major}*

#------------------------------------------------------------

%package devel
Summary:	Header files for %{name}
Group:		Development/KDE and Qt
Conflicts:	smoke4-devel < 1:4.6.90
Requires:	kdelibs4-devel
Requires:	%{libsmokebase} = %{EVRD}

%description devel
Header files for %{name}

%files devel
%{_kde_bindir}/smokegen
%{_kde_bindir}/smokeapi
%{_kde_libdir}/libcppparser.so
%{_kde_libdir}/libsmokebase.so
%{_kde_includedir}/smokegen/generatorenvironment.h
%{_kde_includedir}/smokegen/generator_export.h
%{_kde_includedir}/smokegen/generatorpreprocessor.h
%{_kde_includedir}/smokegen/generatorvisitor.h
%{_kde_includedir}/smokegen/name_compiler.h
%{_kde_includedir}/smokegen/options.h
%{_kde_includedir}/smokegen/type_compiler.h
%{_kde_includedir}/smokegen/type.h
%{_kde_includedir}/smoke.h
%{_kde_datadir}/smokegen
%{_kde_libdir}/smokegen/generator_smoke.so
%{_kde_libdir}/smokegen/generator_dump.so
%{_kde_datadir}/smoke/cmake/SmokeConfig.cmake
%{_kde_datadir}/smoke/cmake/FindLibraryWithDebug.cmake
%{_kde_datadir}/smoke/cmake/FindPhonon.cmake
%{_kde_datadir}/smoke/cmake/FindQImageBlitz.cmake
%{_kde_datadir}/smoke/cmake/FindQScintilla.cmake
%{_kde_datadir}/smoke/cmake/FindQwt5.cmake
%{_kde_datadir}/smoke/cmake/HandleImportedTargetsInCMakeRequiredLibraries.cmake
%{_kde_datadir}/smoke/cmake/MacroLogFeature.cmake
%{_kde_datadir}/smoke/cmake/MacroOptionalAddBindings.cmake
%{_kde_datadir}/smoke/cmake/MacroOptionalFindPackage.cmake
%{_kde_datadir}/smoke/cmake/SmokeVersionConfig.cmake

#------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: a2b902e
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18953 |14mr|smokekde-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_kdepimlibs 1

Name:		smokekde
Summary:	KDE4 bindings for SMOKE
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2
URL:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	smokeqt-devel >= 1:%{version}
%if %{with_kdepimlibs}
BuildRequires:	kdepimlibs4-devel >= 2:%{version}
%endif
BuildRequires:	okular-devel >= 2:%{version}
BuildRequires:	kate-devel >= 1:%{version}
BuildRequires:	qscintilla-qt4-devel
BuildRequires:	pkgconfig(akonadi)
BuildRequires:	pkgconfig(libattica)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(soprano)

%description
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine).

#-----------------------------------------------------------------------------

%define smokesopranoclient_major 3
%define libsmokesopranoclient %mklibname smokesopranoclient %{smokesopranoclient_major}

%package -n %{libsmokesopranoclient}
Summary:	Soprano bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokesopranoclient}
Soprano bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokesopranoclient}
%{_kde_libdir}/libsmokesopranoclient.so.%{smokesopranoclient_major}*

#-----------------------------------------------------------------------------

%define smokesopranoserver_major 3
%define libsmokesopranoserver %mklibname smokesopranoserver %{smokesopranoserver_major}

%package -n %{libsmokesopranoserver}
Summary:	Soprano bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokesopranoserver}
Soprano bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokesopranoserver}
%{_kde_libdir}/libsmokesopranoserver.so.%{smokesopranoserver_major}*

#------------------------------------------------------------

%define smokekate_major 3
%define libsmokekate %mklibname smokekate %{smokekate_major}

%package -n %{libsmokekate}
Summary:	Kate bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekate}
Kate bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekate}
%{_kde_libdir}/libsmokekate.so.%{smokekate_major}*

#-----------------------------------------------------------------------------

%define smokekdecore_major 3
%define libsmokekdecore %mklibname smokekdecore %{smokekdecore_major}

%package -n %{libsmokekdecore}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekdecore}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekdecore}
%{_kde_libdir}/libsmokekdecore.so.%{smokekdecore_major}*

#-----------------------------------------------------------------------------

%define smokekdeui_major 3
%define libsmokekdeui %mklibname smokekdeui %{smokekdeui_major}

%package -n %{libsmokekdeui}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekdeui}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekdeui}
%{_kde_libdir}/libsmokekdeui.so.%{smokekdeui_major}*

#-----------------------------------------------------------------------------

%define smokekfile_major 3
%define libsmokekfile %mklibname smokekfile %{smokekfile_major}

%package -n %{libsmokekfile}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekfile}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekfile}
%{_kde_libdir}/libsmokekfile.so.%{smokekfile_major}*

#-----------------------------------------------------------------------------

%define smokekio_major 3
%define libsmokekio %mklibname smokekio %{smokekio_major}

%package -n %{libsmokekio}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekio}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekio}
%{_kde_libdir}/libsmokekio.so.%{smokekio_major}*

#-----------------------------------------------------------------------------

%define smokeknewstuff2_major 3
%define libsmokeknewstuff2 %mklibname smokeknewstuff2_ %{smokeknewstuff2_major}

%package -n %{libsmokeknewstuff2}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeknewstuff2}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeknewstuff2}
%{_kde_libdir}/libsmokeknewstuff2.so.%{smokeknewstuff2_major}*

#-----------------------------------------------------------------------------

%define smokeknewstuff3_major 3
%define libsmokeknewstuff3 %mklibname smokeknewstuff3_ %{smokeknewstuff3_major}

%package -n %{libsmokeknewstuff3}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeknewstuff3}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeknewstuff3}
%{_kde_libdir}/libsmokeknewstuff3.so.%{smokeknewstuff3_major}*

#-----------------------------------------------------------------------------

%define smokekhtml_major 3
%define libsmokekhtml %mklibname smokekhtml %{smokekhtml_major}

%package -n %{libsmokekhtml}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekhtml}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekhtml}
%{_kde_libdir}/libsmokekhtml.so.%{smokekhtml_major}*

#-----------------------------------------------------------------------------

%define smokektexteditor_major 3
%define libsmokektexteditor %mklibname smoketexteditor %{smokektexteditor_major}

%package -n %{libsmokektexteditor}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokektexteditor}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokektexteditor}
%{_kde_libdir}/libsmokektexteditor.so.%{smokektexteditor_major}*

#-----------------------------------------------------------------------------

%define smokekparts_major 3
%define libsmokekparts %mklibname smokekparts %{smokekparts_major}

%package -n %{libsmokekparts}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekparts}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekparts}
%{_kde_libdir}/libsmokekparts.so.%{smokekparts_major}*

#-----------------------------------------------------------------------------

%define smokekutils_major 3
%define libsmokekutils %mklibname smokekutils %{smokekutils_major}

%package -n %{libsmokekutils}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekutils}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekutils}
%{_kde_libdir}/libsmokekutils.so.%{smokekutils_major}*

#-----------------------------------------------------------------------------

%define smokesolid_major 3
%define libsmokesolid %mklibname smokesolid %{smokesolid_major}

%package -n %{libsmokesolid}
Summary:	Solid bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokesolid}
Solid bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokesolid}
%{_kde_libdir}/libsmokesolid.so.%{smokesolid_major}*

#-----------------------------------------------------------------------------

%define smokeokular_major 3
%define libsmokeokular %mklibname smokeokular %{smokeokular_major}

%package -n %{libsmokeokular}
Summary:	Okular bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeokular}
Okular bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeokular}
%{_kde_libdir}/libsmokeokular.so.%{smokeokular_major}*

#------------------------------------------------------------

%define libsmokesoprano_major 3
%define libsmokesoprano %mklibname smokesoprano %{libsmokesoprano_major}

%package -n %{libsmokesoprano}
Summary:	Soprano bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokesoprano}
Soprano bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokesoprano}
%{_kde_libdir}/libsmokesoprano.so.%{libsmokesoprano_major}*

#------------------------------------------------------------

%define libsmokeplasma_major 3
%define libsmokeplasma %mklibname smokeplasma %{libsmokeplasma_major}

%package -n %{libsmokeplasma}
Summary:	Plasma bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeplasma}
Plasma bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeplasma}
%{_kde_libdir}/libsmokeplasma.so.%{libsmokeplasma_major}*

#------------------------------------------------------------

%define libsmokenepomuk_major 3
%define libsmokenepomuk %mklibname smokenepomuk %{libsmokenepomuk_major}

%package -n %{libsmokenepomuk}
Summary:	Nepomuk bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokenepomuk}
Nepomuk bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokenepomuk}
%{_kde_libdir}/libsmokenepomuk.so.%{libsmokenepomuk_major}*

#------------------------------------------------------------
%if %{with_kdepimlibs}
%define libsmokeakonadi_major 3
%define libsmokeakonadi %mklibname smokeakonadi %{libsmokeakonadi_major}

%package -n %{libsmokeakonadi}
Summary:	Akondi bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeakonadi}
Akondi bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeakonadi}
%{_kde_libdir}/libsmokeakonadi.so.%{libsmokeakonadi_major}*
%endif

#------------------------------------------------------------

%define libsmokeattica_major 3
%define libsmokeattica %mklibname smokeattica %{libsmokeattica_major}

%package -n %{libsmokeattica}
Summary:	Attica bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeattica}
Attica bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeattica}
%{_kde_libdir}/libsmokeattica.so.%{libsmokeattica_major}*

#------------------------------------------------------------

%define libsmokenepomukquery_major 3
%define libsmokenepomukquery %mklibname smokenepomukquery %{libsmokenepomukquery_major}

%package -n %{libsmokenepomukquery}
Summary:	Nepomuk bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokenepomukquery}
Nepomuk bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokenepomukquery}
%{_kde_libdir}/libsmokenepomukquery.so.%{libsmokenepomukquery_major}*

#------------------------------------------------------------

%package devel
Summary:	Header files for %{name}
Group:		Development/KDE and Qt
Requires:	smokeqt-devel >= 1:%{version}
Requires:	okular-devel >= 2:%{version}
Requires:	kate-devel >= 1:%{version}
%if %{with_kdepimlibs}
Requires:	%{libsmokeakonadi} = %{EVRD}
Requires:	kdepimlibs4-devel >= 2:%{version}
%endif
Requires:	%{libsmokeattica} = %{EVRD}
Requires:	%{libsmokekate} = %{EVRD}
Requires:	%{libsmokekdecore} = %{EVRD}
Requires:	%{libsmokekdeui} = %{EVRD}
Requires:	%{libsmokekfile} = %{EVRD}
Requires:	%{libsmokekhtml} = %{EVRD}
Requires:	%{libsmokekio} = %{EVRD}
Requires:	%{libsmokeknewstuff2} = %{EVRD}
Requires:	%{libsmokeknewstuff3} = %{EVRD}
Requires:	%{libsmokekparts} = %{EVRD}
Requires:	%{libsmokektexteditor} = %{EVRD}
Requires:	%{libsmokekutils} = %{EVRD}
Requires:	%{libsmokenepomuk} = %{EVRD}
Requires:	%{libsmokenepomukquery} = %{EVRD}
Requires:	%{libsmokeokular} = %{EVRD}
Requires:	%{libsmokeplasma} = %{EVRD}
Requires:	%{libsmokesolid} = %{EVRD}
Requires:	%{libsmokesoprano} = %{EVRD}
Requires:	%{libsmokesopranoclient} = %{EVRD}
Requires:	%{libsmokesopranoserver} = %{EVRD}
Conflicts:	smoke4-devel < 1:4.6.90

%description devel
Devel files for %{name}

%files devel
%{_includedir}/smoke/attica_smoke.h
%{_includedir}/smoke/kdecore_smoke.h
%{_includedir}/smoke/kdeui_smoke.h
%{_includedir}/smoke/kfile_smoke.h
%{_includedir}/smoke/khtml_smoke.h
%{_includedir}/smoke/kio_smoke.h
%{_includedir}/smoke/knewstuff2_smoke.h
%{_includedir}/smoke/knewstuff3_smoke.h
%{_includedir}/smoke/kparts_smoke.h
%{_includedir}/smoke/ktexteditor_smoke.h
%{_includedir}/smoke/kutils_smoke.h
%{_includedir}/smoke/nepomuk_smoke.h
%{_includedir}/smoke/nepomukquery_smoke.h
%{_includedir}/smoke/okular_smoke.h
%{_includedir}/smoke/plasma_smoke.h
%{_includedir}/smoke/solid_smoke.h
%{_includedir}/smoke/soprano_smoke.h
%{_includedir}/smoke/sopranoclient_smoke.h
%{_includedir}/smoke/sopranoserver_smoke.h
%{_includedir}/smoke/kate_smoke.h
%{_kde_libdir}/libsmokekate.so
%if %{with_kdepimlibs}
%{_includedir}/smoke/akonadi_smoke.h
%{_kde_libdir}/libsmokeakonadi.so
%endif
%{_kde_libdir}/libsmokeattica.so
%{_kde_libdir}/libsmokekdecore.so
%{_kde_libdir}/libsmokekdeui.so
%{_kde_libdir}/libsmokekfile.so
%{_kde_libdir}/libsmokekhtml.so
%{_kde_libdir}/libsmokekio.so
%{_kde_libdir}/libsmokeknewstuff2.so
%{_kde_libdir}/libsmokeknewstuff3.so
%{_kde_libdir}/libsmokekparts.so
%{_kde_libdir}/libsmokektexteditor.so
%{_kde_libdir}/libsmokekutils.so
%{_kde_libdir}/libsmokenepomuk.so
%{_kde_libdir}/libsmokenepomukquery.so
%{_kde_libdir}/libsmokeokular.so
%{_kde_libdir}/libsmokeplasma.so
%{_kde_libdir}/libsmokesolid.so
%{_kde_libdir}/libsmokesoprano.so
%{_kde_libdir}/libsmokesopranoclient.so
%{_kde_libdir}/libsmokesopranoserver.so
%{_kde_datadir}/smokegen/kde-config.xml

#------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: f0cfd3b
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18954 |14mr|smokeqt-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		smokeqt
Summary:	Qt Bindings for SMOKE
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Development/KDE and Qt
License:	GPL
URL:		http://www.kde.org
%define is_beta %(if test `echo %version |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source:		ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	smokegen-devel >= 1:%{version}
BuildRequires:	pkgconfig(qimageblitz)
BuildRequires:	qscintilla-qt4-devel

%description
Qt Bindings for SMOKE (Scripting Meta Object Kompiler Engine)

#-----------------------------------------------------------------------------

%define smokeqtcore_major 3
%define libsmokeqtcore %mklibname smokeqtcore %{smokeqtcore_major}

%package -n %{libsmokeqtcore}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtcore}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtcore}
%{_kde_libdir}/libsmokeqtcore.so.%{smokeqtcore_major}*

#-----------------------------------------------------------------------------

%define smokeqtdeclarative_major 3
%define libsmokeqtdeclarative %mklibname smokeqtdeclarative %{smokeqtdeclarative_major}

%package -n %{libsmokeqtdeclarative}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtdeclarative}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtdeclarative}
%{_kde_libdir}/libsmokeqtdeclarative.so.%{smokeqtdeclarative_major}*

#-----------------------------------------------------------------------------

%define smokeqtdbus_major 3
%define libsmokeqtdbus %mklibname smokeqtdbus %{smokeqtdbus_major}

%package -n   %{libsmokeqtdbus}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtdbus}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtdbus}
%{_kde_libdir}/libsmokeqtdbus.so.%{smokeqtdbus_major}*

#------------------------------------------------------------

%define smokeqthelp_major 3
%define libsmokeqthelp %mklibname smokeqthelp %{smokeqthelp_major}

%package -n %{libsmokeqthelp}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqthelp}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqthelp}
%{_kde_libdir}/libsmokeqthelp.so.%{smokeqthelp_major}*

#-----------------------------------------------------------------------------

%define smokeqtgui_major 3
%define libsmokeqtgui %mklibname smokeqtgui %{smokeqtgui_major}

%package -n %{libsmokeqtgui}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtgui}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtgui}
%{_kde_libdir}/libsmokeqtgui.so.%{smokeqtgui_major}*

#-----------------------------------------------------------------------------

%define smokeqtmultimedia_major 3
%define libsmokeqtmultimedia %mklibname smokeqtmultimedia %{smokeqtmultimedia_major}

%package -n %{libsmokeqtmultimedia}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtmultimedia}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtmultimedia}
%{_kde_libdir}/libsmokeqtmultimedia.so.%{smokeqtmultimedia_major}*

#-----------------------------------------------------------------------------

%define smokeqtnetwork_major 3
%define libsmokeqtnetwork %mklibname smokeqtnetwork %{smokeqtnetwork_major}

%package -n %{libsmokeqtnetwork}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtnetwork}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtnetwork}
%{_kde_libdir}/libsmokeqtnetwork.so.%{smokeqtnetwork_major}*

#-----------------------------------------------------------------------------

%define smokeqtopengl_major 3
%define libsmokeqtopengl %mklibname smokeqtopengl %{smokeqtopengl_major}

%package -n %{libsmokeqtopengl}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtopengl}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtopengl}
%{_kde_libdir}/libsmokeqtopengl.so.%{smokeqtopengl_major}*

#-----------------------------------------------------------------------------

%define smokeqtsql_major 3
%define libsmokeqtsql %mklibname smokeqtsql %{smokeqtsql_major}

%package -n %{libsmokeqtsql}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtsql}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtsql}
%{_kde_libdir}/libsmokeqtsql.so.%{smokeqtsql_major}*

#-----------------------------------------------------------------------------

%define smokeqtsvg_major 3
%define libsmokeqtsvg %mklibname smokeqtsvg %{smokeqtsvg_major}

%package -n %{libsmokeqtsvg}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtsvg}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtsvg}
%{_kde_libdir}/libsmokeqtsvg.so.%{smokeqtsvg_major}*

#-----------------------------------------------------------------------------

%define smokeqtxml_major 3
%define libsmokeqtxml %mklibname smokeqtxml %{smokeqtxml_major}

%package -n %{libsmokeqtxml}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtxml}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtxml}
%{_kde_libdir}/libsmokeqtxml.so.%{smokeqtxml_major}*

#-----------------------------------------------------------------------------

%define smokeqtxmlpatterns_major 3
%define libsmokeqtxmlpatterns %mklibname smokeqtxmlpatterns %{smokeqtxmlpatterns_major}

%package -n %{libsmokeqtxmlpatterns}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtxmlpatterns}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtxmlpatterns}
%{_kde_libdir}/libsmokeqtxmlpatterns.so.%{smokeqtxmlpatterns_major}*

#-----------------------------------------------------------------------------

%define smokephonon_major 3
%define libsmokephonon %mklibname smokephonon %{smokephonon_major}

%package -n %{libsmokephonon}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokephonon}
Phonon binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokephonon}
%{_kde_libdir}/libsmokephonon.so.%{smokephonon_major}*

#-----------------------------------------------------------------------------

%define smokeqtuitools_major 3
%define libsmokeqtuitools %mklibname smokeqtuitools %{smokeqtuitools_major}

%package -n %{libsmokeqtuitools}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtuitools}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtuitools}
%{_kde_libdir}/libsmokeqtuitools.so.%{smokeqtuitools_major}*

#-----------------------------------------------------------------------------

%define smokeqtwebkit_major 3
%define libsmokeqtwebkit %mklibname smokeqtwebkit %{smokeqtwebkit_major}

%package -n %{libsmokeqtwebkit}
Summary:	Qt webkit binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtwebkit}
Qt webkit binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtwebkit}
%{_kde_libdir}/libsmokeqtwebkit.so.%{smokeqtwebkit_major}*

#-----------------------------------------------------------------------------

%define smokeqimageblitz_major 3
%define libsmokeqimageblitz %mklibname smokeqimageblitz %{smokeqimageblitz_major}

%package -n %{libsmokeqimageblitz}
Summary:	Qimageblitz binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqimageblitz}
Qimageblitz binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqimageblitz}
%{_kde_libdir}/libsmokeqimageblitz.so.%{smokeqimageblitz_major}*

#-----------------------------------------------------------------------------

%define smokeqsci_major 3
%define libsmokeqsci %mklibname smokeqsci %{smokeqsci_major}

%package -n %{libsmokeqsci}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqsci}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqsci}
%{_kde_libdir}/libsmokeqsci.so.%{smokeqsci_major}*

#------------------------------------------------------------

%define libsmokeqtscript_major 3
%define libsmokeqtscript %mklibname smokeqtscript %{libsmokeqtscript_major}

%package -n %{libsmokeqtscript}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtscript}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtscript}
%{_kde_libdir}/libsmokeqtscript.so.%{libsmokeqtscript_major}*

#------------------------------------------------------------

%define libsmokeqttest_major 3
%define libsmokeqttest %mklibname smokeqttest %{libsmokeqttest_major}

%package -n %{libsmokeqttest}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqttest}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqttest}
%{_kde_libdir}/libsmokeqttest.so.%{libsmokeqttest_major}*

#------------------------------------------------------------

%define libsmokeqt3support_major 3
%define libsmokeqt3support %mklibname smokeqt3support %{libsmokeqt3support_major}

%package -n %{libsmokeqt3support}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqt3support}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqt3support}
%{_kde_libdir}/libsmokeqt3support.so.%{libsmokeqt3support_major}*

#------------------------------------------------------------

%package devel
Summary:	Header files for %{name}
Group:		Development/KDE and Qt
Conflicts:	smoke4-devel < 1:4.6.90
Requires:	kdelibs4-devel >= 2:%{version}
Requires:	smokegen-devel >= 1:%{version}
Requires:	pkgconfig(qimageblitz)
Requires:	qscintilla-qt4-devel
Requires:	%{libsmokeqimageblitz} = %{EVRD}
Requires:	%{libsmokeqsci} = %{EVRD}
Requires:	%{libsmokeqt3support} = %{EVRD}
Requires:	%{libsmokeqtcore} = %{EVRD}
Requires:	%{libsmokeqtdbus} = %{EVRD}
Requires:	%{libsmokeqtdeclarative} = %{EVRD}
Requires:	%{libsmokeqtgui} = %{EVRD}
Requires:	%{libsmokeqthelp} = %{EVRD}
Requires:	%{libsmokeqtmultimedia} = %{EVRD}
Requires:	%{libsmokeqtnetwork} = %{EVRD}
Requires:	%{libsmokeqtopengl} = %{EVRD}
Requires:	%{libsmokeqtscript} = %{EVRD}
Requires:	%{libsmokeqtsql} = %{EVRD}
Requires:	%{libsmokeqtsvg} = %{EVRD}
Requires:	%{libsmokeqttest} = %{EVRD}
Requires:	%{libsmokeqtuitools} = %{EVRD}
Requires:	%{libsmokeqtwebkit} = %{EVRD}
Requires:	%{libsmokeqtxmlpatterns} = %{EVRD}
Requires:	%{libsmokeqtxml} = %{EVRD}
Requires:	%{libsmokephonon} = %{EVRD}

%description devel
Devel headers for %{name}

%files devel
%{_kde_includedir}/smoke/phonon_smoke.h
%{_kde_includedir}/smoke/qimageblitz_smoke.h
%{_kde_includedir}/smoke/qsci_smoke.h
%{_kde_includedir}/smoke/qt3support_smoke.h
%{_kde_includedir}/smoke/qtcore_smoke.h
%{_kde_includedir}/smoke/qtdbus_smoke.h
%{_kde_includedir}/smoke/qtdeclarative_smoke.h
%{_kde_includedir}/smoke/qtgui_smoke.h
%{_kde_includedir}/smoke/qthelp_smoke.h
%{_kde_includedir}/smoke/qtmultimedia_smoke.h
%{_kde_includedir}/smoke/qtnetwork_smoke.h
%{_kde_includedir}/smoke/qtopengl_smoke.h
%{_kde_includedir}/smoke/qtscript_smoke.h
%{_kde_includedir}/smoke/qtsql_smoke.h
%{_kde_includedir}/smoke/qtsvg_smoke.h
%{_kde_includedir}/smoke/qttest_smoke.h
%{_kde_includedir}/smoke/qtuitools_smoke.h
%{_kde_includedir}/smoke/qtwebkit_smoke.h
%{_kde_includedir}/smoke/qtxml_smoke.h
%{_kde_includedir}/smoke/qtxmlpatterns_smoke.h
%{_kde_libdir}/libsmokephonon.so
%{_kde_libdir}/libsmokeqimageblitz.so
%{_kde_libdir}/libsmokeqsci.so
%{_kde_libdir}/libsmokeqt3support.so
%{_kde_libdir}/libsmokeqtcore.so
%{_kde_libdir}/libsmokeqtdbus.so
%{_kde_libdir}/libsmokeqtdeclarative.so
%{_kde_libdir}/libsmokeqtgui.so
%{_kde_libdir}/libsmokeqthelp.so
%{_kde_libdir}/libsmokeqtmultimedia.so
%{_kde_libdir}/libsmokeqtnetwork.so
%{_kde_libdir}/libsmokeqtopengl.so
%{_kde_libdir}/libsmokeqtscript.so
%{_kde_libdir}/libsmokeqtsql.so
%{_kde_libdir}/libsmokeqtsvg.so
%{_kde_libdir}/libsmokeqttest.so
%{_kde_libdir}/libsmokeqtuitools.so
%{_kde_libdir}/libsmokeqtwebkit.so
%{_kde_libdir}/libsmokeqtxml.so
%{_kde_libdir}/libsmokeqtxmlpatterns.so
%{_kde_datadir}/smokegen/qt-config.xml
%{_kde_datadir}/smokegen/qtdefines
%{_kde_datadir}/smoke/*.txt

#------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 9b75b3d
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18955 |14mr|smpeg-0.4.4-45
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	lib_name_orig	libsmpeg
# this is really the API, the major is 0
%define	lib_major	0.4
%define	lib_name	%mklibname %{name} %{lib_major}
%define	develname	%mklibname %{name} -d

Summary:	SDL MPEG Library
Name:		smpeg
Version:	0.4.4
Release:	45
License:	LGPL
Group:		Video
URL:		http://icculus.org/smpeg/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		smpeg-remove-rpath-in-smpeg-config.patch
Patch1:		smpeg-0.4.4-libsupc++.patch
Patch2:		smpeg-0.4.4-fix-m4.patch
Patch3:		smpeg-0.4.4-fix-underquoted-calls.patch
Patch4:		smpeg-0.4.4-fix-header.patch
Patch5:		smpeg-0.4.4-format_not_a_string_literal_and_no_format_arguments.diff
# (misc) since aclocal requires libgtk1-devel to regenerate the 
# configure script and others, we need to remove them from the file 
# with a axe.
Patch6:		smpeg-0.4.4-remove-gtk1.patch
Patch7:		smpeg-0.4.4-automake.patch
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	libstdc++-static-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(slang)
BuildRequires:	zlib-devel

%description
SMPEG is based on UC Berkeley's mpeg_play software MPEG decoder and SPLAY,
an mpeg audio decoder created by Woo-jae Jung. We have completed the
initial work to wed these two projects in order to create a general
purpose MPEG video/audio player for the Linux OS.

%package -n	%{lib_name}
Summary:	Main library for %{name}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{lib_name}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n	%{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{lib_name} = %{version}-%{release}
Provides:	%{lib_name_orig}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{lib_name}-devel
Obsoletes:	%{mklibname smpeg 0.4 -d} < 0.4.4-44
#gw smpeg-config calls sdl-config
Requires:	pkgconfig(sdl)

%description -n	%{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%package -n	%{name}-player
Summary:	Simple MPEG player based on %{name} library
Group:		Video

%description -n	%{name}-player
This package contains a MPEG player based on %{name}.

%prep
%setup -q
%patch0 -p0
%patch1 -p1 -b .libsupc++
%patch2 -p0
%patch3 -p1 -b .underquoted
%patch4 -p1 -b .header
%patch5 -p0 -b .format_not_a_string_literal_and_no_format_arguments
%patch6 -p0
%patch7 -p1

# needed by Patch1
touch NEWS AUTHORS ChangeLog
autoreconf -fi

%build
%configure2_5x --disable-static
# (gc) this sucking rpath thing...
perl -pi -e 's/finalize_rpath="\$rpath"/finalize_rpath=/' libtool
make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/smpeg-config

%files -n %{name}-player
%doc README
%{_bindir}/plaympeg
%{_bindir}/glmovie
%{_mandir}/*/*

%files -n %{lib_name}
%doc README
%{_libdir}/lib*.so.*

%files -n %{develname}
%doc CHANGES COPYING README
%{_bindir}/smpeg-config
%{multiarch_bindir}/smpeg-config
%{_includedir}/*
%{_libdir}/lib*.so
%{_datadir}/aclocal/smpeg.m4


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.4-45
+ Revision: 23c0155
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18956 |14mr|smproxy-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: smproxy
Version: 1.0.5
Release: 2
Summary: Session Manager Proxy
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: libxmu-devel >= 1.0.0
BuildRequires: libxt-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Smproxy allows X applications that do not support X11R6 session management
to participate in an X11R6 session.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/smproxy
%{_mandir}/man1/smproxy.*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.5-2
+ Revision: cf452b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18957 |14mr|snort-2.9.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        An Intrusion Detection System (IDS)
Name:           snort
Version:        2.9.6.2
Release:        1
License:        GPLv2+
Group:          Networking/Other
Url:            http://www.snort.org/
Source0:        http://www.snort.org/dl/current/%{name}-%{version}.tar.gz
#Source1:        http://www.snort.org/dl/current/%{name}-%{version}.tar.gz.sig
Source3:        snort.service
Source4:        snort.logrotate
Source5:        snort.sysconfig
Source6:        snortdb-extra
Source7:        snort-wrapper.sh
Patch0:         snort-lib64.diff
# (oe) http://www.inliniac.net/files/
Patch2:         snort-2.9.1-plugins_fix.diff
Patch3:         snort-2.8.5-werror_antibork.diff
Patch4:         snort-2.9.3-plugins_fix.patch
BuildRequires:  bison
BuildRequires:  chrpath
BuildRequires:  flex
BuildRequires:  latex2html
BuildRequires:  texinfo
BuildRequires:  daq-devel
BuildRequires:  dnet-devel
BuildRequires:  mysql-devel
BuildRequires:  net1.0.2-devel
BuildRequires:  pcap-devel
BuildRequires:  postgresql-devel
BuildRequires:  pkgconfig(gnutls)
BuildRequires:  pkgconfig(libgcrypt)
BuildRequires:  pkgconfig(libipq)
BuildRequires:  pkgconfig(libpcre)
BuildRequires:  pkgconfig(libprelude)
BuildRequires:  pkgconfig(libtirpc)
BuildRequires:  pkgconfig(openssl)
BuildRequires:  pkgconfig(xtables)
BuildRequires:  pkgconfig(zlib)
Requires(post,preun,pre,postun):        rpm-helper
Requires(preun,post):   snort-rules
Requires:       pcre
Requires:       pcap
Requires:       snort-rules
Suggests:       snortsam

%description
Snort is a libpcap-based packet sniffer/logger which can be used as a
lightweight network intrusion detection system. It features rules based logging
and can perform protocol analysis, content searching/matching and can be used
to detect a variety of attacks and probes, such as buffer overflows, stealth
port scans, CGI attacks, SMB probes, OS fingerprinting attempts, and much more.
Snort has a real-time alerting capabilty, with alerts being sent to syslog, a
separate "alert" file, or as a WinPopup message via Samba's smbclient

This rpm is different from previous rpms and while it will not clobber
your current snort file, you will need to modify it.

There are 9 different packages available

All of them require the base snort rpm.  Additionally, you will need
to chose a binary to install.

%{_sbindir}/snort should end up being a symlink to a binary in one of
the following configurations. We use update-alternatives for this.
Here are the different packages along with their priorities.

plain(10)               plain+flexresp(11)              mysql(12)
mysql+flexresp(13)      postgresql(14)                  postgresql+flexresp(15)
bloat(16)               inline(17)                      inline+flexresp(18)
prelude(19)             prelude+flexresp(20)

Please see the documentation in %{_docdir}/%{name}

%package plain+flexresp
Summary:        Snort with Flexible Response
Group:          Networking/Other
Requires:       snort >= %{version}-%{release}

%description plain+flexresp
Snort compiled with flexresp support. FlexResp allows snort to actively close
offending connections.

%package mysql
Summary:        Snort with MySQL database support
Group:          Networking/Other
Requires:       snort >= %{version}-%{release}

%description mysql
Snort compiled with mysql support.

%package mysql+flexresp
Summary:        Snort with MySQL database and Flexible Response support
Group:          Networking/Other
Requires:       snort >= %{version}-%{release}

%description mysql+flexresp
Snort compiled with mysql+flexresp support. FlexResp allows snort to actively
close offending connections.

%package postgresql
Summary:        Snort with PostgreSQL database support
Group:          Networking/Other
Requires:       snort >= %{version}-%{release}

%description    postgresql
Snort compiled with postgresql support.

%package postgresql+flexresp
Summary:        Snort with PostgreSQL database and Flexible Response support
Group:          Networking/Other
Requires:       snort >= %{version}-%{release}

%description postgresql+flexresp
Snort compiled with postgresql+flexresp support. FlexResp allows snort to
actively close offending connections.

%package bloat
Summary:        Snort with flexresp+mysql+postgresql+inline+prelude support
Group:          Networking/Other
Requires:       snort >= %{version}-%{release}

%description    bloat
Snort compiled with flexresp+mysql+postgresql+inline+prelude support.

%package inline
Summary:        Snort with Inline support
Group:          Networking/Other
Requires:       iptables
Requires:       snort >= %{version}-%{release}

%description inline
Snort compiled with inline support. Snort-Inline takes packets from iptables
instead of libpcap. It then uses new rule types to help iptables make pass or
drop decisions based on snort rules.  

%package inline+flexresp
Summary:        Snort with Inline and Flexible Response support
Group:          Networking/Other
Requires:       iptables
Requires:       snort >= %{version}-%{release}

%description inline+flexresp
Snort compiled with inline+flexresp support. FlexResp allows snort to actively
close offending connections. Snort-Inline takes packets from iptables instead
of libpcap. It then uses new rule types to help iptables make pass or drop
decisions based on snort rules.  

%package prelude
Summary:        Snort with Prelude support
Group:          Networking/Other
Requires:       snort >= %{version}-%{release}

%description prelude
Snort compiled with prelude support.

%package prelude+flexresp
Summary:        Snort with Prelude and Flexible Response support
Group:          Networking/Other
Requires:       snort >= %{version}-%{release}

%description prelude+flexresp
Snort compiled with prelude+flexresp support. FlexResp allows snort to actively
close offending connections.

%package devel
Summary:        Snort development files
Group:          Networking/Other
Requires:       snort = %{version}-%{release}

%description devel
This package includes the development files for %{name}.

%prep
%setup -q
%patch0 -p0 -b .lib64
%patch2 -p1 -b .plugins_fix
%patch3 -p0 -b .werror_antibork
%patch4 -p0 -b .plugins_fix

# fix pid file path
/bin/echo "#define _PATH_VARRUN \"%{_var}/run/%{name}\"" >> acconfig.h

cp -a %{SOURCE6} .

%build
%serverbuild
export WANT_AUTOCONF_2_5=1
rm -f configure
libtoolize --automake --copy --force; aclocal -I m4; autoheader; automake --foreign --add-missing --copy; autoconf

# build snort
rm -rf building && mkdir -p building && cd building
SNORT_BASE_CONFIG="--prefix=%{_prefix} \
    --libdir=%{_libdir} \
    --libexecdir=%{_libdir}/%{name} \
    --mandir=%{_mandir} \
    --sysconfdir=%{_sysconfdir}/%{name} \
    --disable-prelude \
    --enable-shared \
    --enable-pthread \
    --enable-dynamicplugin \
    --enable-perfprofiling \
    --enable-linux-smp-stats \
    --disable-static-daq \
    --enable-ppm \
    --enable-decoder-preprocessor-rules \
    --cache-file=../../config.cache \
    --enable-reload \
    --enable-reload-error-restart \
    --enable-zlib \
    --enable-mpls \
    --enable-targetbased \
    --enable-perfprofiling \
    --enable-active-response \
    --enable-normalizer \
    --enable-react \
    --with-daq-includes=%{_includedir} \
    --with-daq-libraries=%{_libdir}"

# Will be, when I port razorback into Mandriva/Mageia
#    --enable-rzb-saac"

# there are some strange configure errors
# when not doing a distclean between major builds.
# plain 
{
mkdir -p plain; cd plain
../../configure $SNORT_BASE_CONFIG \
    --without-mysql --disable-mysql \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-plain
#make distclean 
cd ..
}

# plain+flexresp
{
mkdir -p plain+flexresp; cd plain+flexresp
../../configure $SNORT_BASE_CONFIG \
    --without-mysql --disable-mysql \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --enable-flexresp3 \
    --with-dnet-includes=%{_includedir} \
    --with-dnet-libraries=%{_libdir} \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-plain+flexresp
# make distclean 
cd ..
}

# mysql+flexresp
{
mkdir -p mysql+flexresp; cd mysql+flexresp
../../configure $SNORT_BASE_CONFIG \
    --with-mysql-includes=%{_includedir} \
    --with-mysql-libraries=%{_libdir} \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --enable-flexresp3 \
    --with-dnet-includes=%{_includedir} \
    --with-dnet-libraries=%{_libdir} \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-mysql+flexresp
# make distclean 
cd ..
}

# mysql
{
mkdir -p mysql; cd mysql
../../configure $SNORT_BASE_CONFIG \
    --with-mysql-includes=%{_includedir} \
    --with-mysql-libraries=%{_libdir} \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-mysql
# make distclean 
cd ..
}

# postgresql+flexresp
{
mkdir -p postgresql+flexresp; cd postgresql+flexresp
../../configure $SNORT_BASE_CONFIG \
    --without-mysql --disable-mysql \
    --with-postgresql=%{_prefix} \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --enable-flexresp3 \
    --with-dnet-includes=%{_includedir} \
    --with-dnet-libraries=%{_libdir} \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-postgresql+flexresp
# make distclean 
cd ..
}

# postgresql
{
mkdir -p postgresql; cd postgresql
../../configure $SNORT_BASE_CONFIG \
    --without-mysql --disable-mysql \
    --with-postgresql=%{_prefix} \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-postgresql
# make distclean 
cd ..
}

# bloat
{
mkdir -p bloat; cd bloat
../../configure $SNORT_BASE_CONFIG \
    --with-mysql-includes=%{_includedir} \
    --with-mysql-libraries=%{_libdir} \
    --with-postgresql=%{_prefix} \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --with-openssl=%{_prefix} \
    --enable-flexresp3 \
    --with-dnet-includes=%{_includedir} \
    --with-dnet-libraries=%{_libdir} \
    --with-inline --enable-inline \
    --with-libipq-includes=%{_includedir} \
    --with-libipq-libraries=%{_libdir} \
    --enable-prelude --with-libprelude-prefix=%{_prefix}
make
mv src/%{name} ../%{name}-bloat
# make distclean
cd ..
}

# inline
{
mkdir -p inline; cd inline
../../configure $SNORT_BASE_CONFIG \
    --without-mysql --disable-mysql \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --with-inline --enable-inline \
    --with-libipq-includes=%{_includedir} \
    --with-libipq-libraries=%{_libdir}
make
mv src/%{name} ../%{name}-inline
#make distclean 
cd ..
}

# inline+flexresp
{
mkdir -p inline+flexresp; cd inline+flexresp
../../configure $SNORT_BASE_CONFIG \
    --without-mysql --disable-mysql \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --enable-flexresp3 \
    --with-dnet-includes=%{_includedir} \
    --with-dnet-libraries=%{_libdir} \
    --with-inline --enable-inline \
    --with-libipq-includes=%{_includedir} \
    --with-libipq-libraries=%{_libdir}
make
mv src/%{name} ../%{name}-inline+flexresp
#make distclean 
cd ..
}

# prelude+flexresp
{
mkdir -p prelude+flexresp; cd prelude+flexresp
../../configure $SNORT_BASE_CONFIG \
    --enable-prelude --with-libprelude-prefix=%{_prefix} \
    --without-mysql --disable-mysql \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --enable-flexresp3 \
    --with-dnet-includes=%{_includedir} \
    --with-dnet-libraries=%{_libdir} \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-prelude+flexresp
# make distclean 
cd ..
}

# prelude
{
mkdir -p prelude; cd prelude
../../configure $SNORT_BASE_CONFIG \
    --enable-prelude --with-libprelude-prefix=%{_prefix} \
    --without-mysql --disable-mysql \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-prelude
# make distclean 
cd ..
}

cd ..

## make the html versions of the faq and manual
#pushd doc
#    latex2html -info 0 -local_icons -show_section_numbers -link +2 -split +1 faq.tex
#    latex2html -info 0 -local_icons -show_section_numbers -link +2 -split +2 -noaddress snort_manual.tex
#    # cleanup
#    rm -f faq/WARNINGS faq/*.tex faq/*.idx faq/*.log faq/*.aux faq/*.pl
#    rm -f snort_manual/WARNINGS snort_manual/*.tex snort_manual/*.aux snort_manual/*.log snort_manual/*.pl
#popd

%install
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/rules
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
mkdir -p %{buildroot}/var/log/%{name}/empty
mkdir -p %{buildroot}/var/run/%{name}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_mandir}/man8

%makeinstall_std -C building/plain

# cleanup
rm -f  %{buildroot}%{_bindir}/%{name}
rm -rf %{buildroot}%{_prefix}/src
rm -f  %{buildroot}%{_libdir}/%{name}/dynamicengine/*.{a,la}
rm -f  %{buildroot}%{_libdir}/%{name}/dynamicpreprocessor/*.{a,la}
rm -f  %{buildroot}%{_libdir}/%{name}/dynamic_preproc/*.{a,la}

{
pushd building
install %{name}-plain %{buildroot}%{_sbindir}/%{name}-plain
install %{name}-plain+flexresp %{buildroot}%{_sbindir}/%{name}-plain+flexresp
install %{name}-mysql %{buildroot}%{_sbindir}/%{name}-mysql
install %{name}-mysql+flexresp %{buildroot}%{_sbindir}/%{name}-mysql+flexresp
install %{name}-postgresql %{buildroot}%{_sbindir}/%{name}-postgresql
install %{name}-postgresql+flexresp %{buildroot}%{_sbindir}/%{name}-postgresql+flexresp
install %{name}-bloat %{buildroot}%{_sbindir}/%{name}-bloat
install %{name}-inline %{buildroot}%{_sbindir}/%{name}-inline
install %{name}-inline+flexresp %{buildroot}%{_sbindir}/%{name}-inline+flexresp
install %{name}-prelude %{buildroot}%{_sbindir}/%{name}-prelude
install %{name}-prelude+flexresp %{buildroot}%{_sbindir}/%{name}-prelude+flexresp
popd
}

install %{name}.8* %{buildroot}%{_mandir}/man8
perl -pi -e "s|var RULE_PATH ../rules|var RULE_PATH rules|" etc/%{name}.conf

install -m0644 etc/*.conf %{buildroot}%{_sysconfdir}/%{name}/
install -m0644 etc/*.config %{buildroot}%{_sysconfdir}/%{name}/
install -m0644 etc/*.map %{buildroot}%{_sysconfdir}/%{name}/

install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service

install -m0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -m0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/sysconfig/%{name}

install -D -m755 %{SOURCE7} %{buildroot}%{_libexecdir}/snort-wrapper.sh
sed "s:libexecdir:%{_libexecdir}:" -i %{buildroot}%{_unitdir}/%{name}.service

# strip rpath
chrpath -d %{buildroot}%{_sbindir}/%{name}-*

# fix libexecdir
perl -pi -e "s|/usr/local/lib/snort_|%{_libdir}/%{name}/|g" %{buildroot}%{_sysconfdir}/%{name}/snort.conf

%pre
%_pre_useradd snort /var/log/snort /bin/false

%post
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-plain 10
%systemd_post snort

%preun
%systemd_preun snort

%postun
%_postun_userdel snort
# remove the link if not upgrade
if [ $1 = 0 ]; then
    %{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-plain
fi

%post plain+flexresp
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-plain+flexresp 11

%postun plain+flexresp
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-plain+flexresp

%post mysql
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-mysql 12

%postun mysql
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-mysql

%post mysql+flexresp
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-mysql+flexresp 13

%postun mysql+flexresp
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-mysql+flexresp

%post postgresql
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-postgresql 14

%postun postgresql
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-postgresql

%post postgresql+flexresp
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-postgresql+flexresp 15

%postun postgresql+flexresp
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-postgresql+flexresp

%post bloat
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-bloat 16

%postun bloat
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-bloat

%post inline
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-inline 17

%postun inline
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-inline

%post inline+flexresp
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-inline+flexresp 18

%postun inline+flexresp
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-inline+flexresp

%post prelude
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-prelude 19

%postun prelude
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-prelude

%post prelude+flexresp
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-prelude+flexresp 20

%postun prelude+flexresp
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-prelude+flexresp

%files
%doc COPYING ChangeLog RELEASE.NOTES
%doc doc/AUTHORS doc/BUGS doc/CREDITS doc/generators doc/INSTALL doc/NEWS doc/PROBLEMS doc/README
%doc doc/README.alert_order doc/README.asn1 doc/README.csv
%doc doc/README.dcerpc2 doc/README.decode doc/README.dns doc/README.event_queue 
%doc doc/README.flowbits doc/README.frag3 doc/README.daq doc/README.decoder_preproc_rules doc/README.reload
%doc doc/README.ftptelnet doc/README.gre doc/README.http_inspect doc/README.ipip doc/README.filters
%doc doc/README.ipv6 doc/README.pcap_readmode doc/README.PerfProfiling doc/README.PLUGINS doc/README.ppm
%doc doc/README.sfportscan doc/README.SMTP doc/README.ssh doc/README.ssl doc/README.multipleconfigs
%doc doc/README.stream5 doc/README.tag doc/README.thresholding doc/README.UNSOCK doc/README.variables
%doc doc/README.WIN32 doc/TODO doc/USAGE doc/WISHLIST doc/README.active 
%doc doc/README.sensitive_data 
%doc doc/*.pdf doc/*.tex
#%doc %doc doc/CRYPTIX-LICENSE.TXT doc/README.sam
# latex2html is borked...
#%doc  doc/snort_manual doc/faq
%{_sbindir}/%{name}-plain
%{_bindir}/u2boat
%{_bindir}/u2spewfoo
%{_mandir}/man8/%{name}.8*
%attr(0755,snort,snort) %dir /var/log/%{name}
%attr(0755,snort,snort) %dir /var/log/%{name}/empty
%attr(0755,snort,snort) %dir /var/run/%{name}
%attr(0755,root,root) %dir %{_sysconfdir}/%{name}
%attr(0755,root,root) %dir %{_sysconfdir}/%{name}/rules
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/file_magic.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/*.config
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/threshold.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/*.map
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0644,root,root) %{_unitdir}/%{name}.service
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/dynamicengine
%dir %{_libdir}/%{name}/dynamicpreprocessor
#%dir %{_libdir}/%{name}/dynamicrules
%dir %{_libdir}/%{name}/dynamic_output
%{_libdir}/%{name}/dynamicengine/libsf_engine.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_dce2_preproc.so
#attr(0755,root,root) %{_libdir}/%{name}/dynamicpreprocessor/libsf_dcerpc_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_dns_preproc.so
#%{_libdir}/%{name}/dynamicpreprocessor/lib_sfdynamic_preprocessor_example.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_ftptelnet_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_smtp_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_ssh_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_ssl_preproc.so
#%{_libdir}/%{name}/dynamicrules/lib_sfdynamic_example_rule.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_sdf_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_imap_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_pop_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_reputation_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_sip_preproc.so

%{_libdir}/%{name}/dynamicpreprocessor/libsf_dnp3_preproc.*
%{_libdir}/%{name}/dynamicpreprocessor/libsf_gtp_preproc.*
%{_libdir}/%{name}/dynamicpreprocessor/libsf_modbus_preproc.*
%{_libdir}/%{name}/dynamic_output/libsf_dynamic_output.*

%attr(0755,root,root) %{_libexecdir}/snort-wrapper.sh

%files plain+flexresp
%{_sbindir}/%{name}-plain+flexresp

%files mysql
#%doc schemas/create_mysql
%{_sbindir}/%{name}-mysql

%files mysql+flexresp
#%doc schemas/create_mysql
%{_sbindir}/%{name}-mysql+flexresp

%files postgresql
#%doc schemas/create_postgresql
%{_sbindir}/%{name}-postgresql

%files postgresql+flexresp
#%doc schemas/create_postgresql
%{_sbindir}/%{name}-postgresql+flexresp

%files bloat
%{_sbindir}/%{name}-bloat

%files inline
%{_sbindir}/%{name}-inline

%files inline+flexresp
%{_sbindir}/%{name}-inline+flexresp

%files prelude
%{_sbindir}/%{name}-prelude

%files prelude+flexresp
%{_sbindir}/%{name}-prelude+flexresp

%files devel
%dir %{_libdir}/pkgconfig
%{_libdir}/pkgconfig/snort_output.pc
%{_libdir}/pkgconfig/snort.pc
%{_libdir}/pkgconfig/snort_preproc.pc
%dir %{_includedir}/%{name}/dynamic_preproc
%dir %{_includedir}/%{name}/dynamic_output/*.h
%{_includedir}/%{name}/dynamic_preproc/*.h


%changelog
* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.6.2-1
+ Revision: a34319f
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18958 |14mr|snort-rules-2.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (oe) undefining these makes the build _real_ quick.
# i timed this package and gained almost a minute(!).
%undefine __find_provides
%undefine __find_requires

Summary:	The GPL'ed Rulesets from snortrules-pr-%{version}
Name:		snort-rules
Version:	2.4
Release:	10
License:	GPL
Group:		Networking/Other
URL:		http://www.snort.org
Source0:	snortrules-pr-%{version}.tar.bz2
Source1:	purge-non-gpl.sh
Source2:	remove-non-gpl.pl
Source3:	changelog
BuildArch:	noarch
Suggests:	oinkmaster
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
These rules were taken from the snortrules-pr-2.4.tar.gz tar ball and all non
GPL rules were removed, then the tar ball was repackaged. Please read the
relevant changelog entry from debian that explains this.

%prep

%setup -q -c -n snortrules-pr-%{version}

cp %{SOURCE1} purge-non-gpl.sh
cp %{SOURCE2} remove-non-gpl.pl
cp %{SOURCE3} changelog

%build

%install
rm -rf %{buildroot} 

install -d %{buildroot}%{_sysconfdir}/snort/rules
install -m0644 rules/* %{buildroot}%{_sysconfdir}/snort/rules/

cat > README << EOF
These rules were taken from the snortrules-pr-2.4.tar.gz tar ball and all non
GPL rules were removed, then the tar ball was repackaged. Please read the
relevant changelog entry from debian that explains this.
EOF

# cleanup
rm -f %{buildroot}%{_sysconfdir}/snort/rules/VRT-License.txt
rm -f %{buildroot}%{_sysconfdir}/snort/rules/snort.conf

%clean
rm -rf %{buildroot} 

%files
%defattr(0644,root,root,0755)
%doc doc/signatures README changelog purge-non-gpl.sh remove-non-gpl.pl rules/VRT-License.txt rules/snort.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/snort/rules/*.rules
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/snort/rules/*.conf*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/snort/rules/*.map
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/snort/rules/cgi-bin.list
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/snort/rules/generators
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/snort/rules/sid



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-10
+ Revision: 21993cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18959 |14mr|soprano-2.9.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%ifarch %{arm} %{mips}
%bcond_with java
%else
%bcond_without java
%endif

%if %{with java}
# Do not require java stuff just because we have a java backend
%if %{_use_internal_dependency_generator}
%define __noautoreq 'libjvm\\.so(.*)'
%else
%define _requires_exceptions libjvm\.so
%endif
%endif

%bcond_with clucene

Summary:	Library which provides a nice QT interface to RDF
Name:		soprano
Version:	2.9.4
Release:	2
Epoch:		4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://soprano.sourceforge.net
Source:		http://ovh.dl.sourceforge.net/project/soprano/Soprano/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	cmake >= 2.6.2
BuildRequires:	pkgconfig(redland) >= 1.0.6
BuildRequires:	pkgconfig(raptor2)
BuildRequires:	pkgconfig(libiodbc)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtNetwork)
BuildRequires:	pkgconfig(QtXml)
BuildRequires:	pkgconfig(QtDBus)
BuildRequires:	kde4-macros
%if %{with java}
BuildRequires:	java-rpmbuild
BuildRequires:	chrpath
%endif
%if %{with clucene}
BuildRequires:	clucene-devel
%else
BuildConflicts:	clucene-devel
Obsoletes:	%{mklibname sopranoindex 1} < %{EVRD}
%endif
BuildRequires:	doxygen
Requires:	soprano-plugin-virtuoso = %{EVRD}

%description
Soprano (formally known as QRDF) is a library which provides a nice QT
interface to RDF storage solutions.  It has a modular structure which allows to
replace the actual RDF storage implementation used.  Currently two
implementations are working.  The first and most important backend used in
Soprano is based on librdf, the Redland RDF Application Framework.  The second
backend is the more interesting one as it uses the NEPOMUK-KDE backbone library
to connect to a NEPOMUK RDF triple service, thus providing a nice interface for
applications not aware of Nepomuk services.

%files
%{_bindir}/sopranocmd
%{_bindir}/sopranod
%dir %{_datadir}/soprano
%{_datadir}/soprano/rules

#---------------------------------------------------------------------------------

%if %{with java}
%package plugin-sesame2
Summary:	Sesame2 soprano plugin
Group:		System/Libraries
Requires:	soprano-plugin-common = %{EVRD}
Requires:	java

%description plugin-sesame2
This package provide the sesame2 java indexer plugin for soprano.

%files plugin-sesame2
%dir %{_datadir}/soprano/plugins
%{_datadir}/soprano/plugins/sesame2backend.desktop
%{_datadir}/soprano/sesame2
%dir %{_libdir}/soprano
%{_libdir}/soprano/libsoprano_sesame2backend.so
%endif

#---------------------------------------------------------------------------------

%package plugin-virtuoso
Summary:	Virtuoso soprano plugin
Group:		System/Libraries
Requires:	virtuoso-opensource >= 5.0.12
Requires:	soprano-plugin-common = %{EVRD}

%description plugin-virtuoso
This package provide the virtuoso plugin for soprano.

%files plugin-virtuoso
%dir %{_datadir}/soprano/plugins
%{_datadir}/soprano/plugins/virtuosobackend.desktop
%dir %{_libdir}/soprano
%{_libdir}/soprano/libsoprano_virtuosobackend.so

#---------------------------------------------------------------------------------

%package plugin-redland
Summary:	redland soprano plugin
Group:		System/Libraries
Requires:	soprano-plugin-common = %{EVRD}

%description plugin-redland
This package provide the redland indexer plugin for soprano.

%files plugin-redland
%dir %{_datadir}/soprano/plugins
%{_datadir}/soprano/plugins/redlandbackend.desktop
%dir %{_libdir}/soprano
%{_libdir}/soprano/libsoprano_redlandbackend.so

#---------------------------------------------------------------------------------

%package plugin-common
Summary:	Common parsers and serializers
Group:		System/Libraries

%description plugin-common
Common parser and serializers

%files plugin-common
%dir %{_datadir}/soprano/plugins
%{_datadir}/soprano/plugins/*parser.desktop
%{_datadir}/soprano/plugins/*serializer.desktop
%dir %{_libdir}/soprano
%{_libdir}/soprano/libsoprano_*serializer.so
%{_libdir}/soprano/libsoprano_*parser.so

#---------------------------------------------------------------------------------

%define libsopranomajor 4
%define libsoprano %mklibname soprano %{libsopranomajor}

%package -n %{libsoprano}
Summary:	Library for %{name}
Group:		Development/C

%description -n %{libsoprano}
Soprano (formally known as QRDF) is a library which provides a nice QT
interface to RDF storage solutions.  It has a modular structure which allows to
replace the actual RDF storage implementation used.  Currently two
implementations are working.  The first and most important backend used in
Soprano is based on librdf, the Redland RDF Application Framework.  The second
backend is the more interesting one as it uses the NEPOMUK-KDE backbone library
to connect to a NEPOMUK RDF triple service, thus providing a nice interface for
applications not aware of Nepomuk services.

%files -n %{libsoprano}
%{_libdir}/libsoprano.so.%{libsopranomajor}*

#---------------------------------------------------------------------------------

%define sopranoclient_major 1
%define libsopranoclient %mklibname sopranoclient %{sopranoclient_major}

%package -n %{libsopranoclient}
Summary:	Library for %{name}
Group:		Development/C

%description -n %{libsopranoclient}
Soprano (formally known as QRDF) is a library which provides a nice QT
interface to RDF storage solutions.  It has a modular structure which allows to
replace the actual RDF storage implementation used.  Currently two
implementations are working.  The first and most important backend used in
Soprano is based on librdf, the Redland RDF Application Framework.  The second
backend is the more interesting one as it uses the NEPOMUK-KDE backbone library
to connect to a NEPOMUK RDF triple service, thus providing a nice interface for
applications not aware of Nepomuk services.

%files -n %{libsopranoclient}
%{_libdir}/libsopranoclient.so.%{sopranoclient_major}*

#---------------------------------------------------------------------------------

%define sopranoserver_major 1
%define libsopranoserver %mklibname sopranoserver %{sopranoserver_major}

%package -n %{libsopranoserver}
Summary:	Library for %{name}
Group:		Development/C

%description -n %{libsopranoserver}
Soprano (formally known as QRDF) is a library which provides a nice QT
interface to RDF storage solutions.  It has a modular structure which allows to
replace the actual RDF storage implementation used.  Currently two
implementations are working.  The first and most important backend used in
Soprano is based on librdf, the Redland RDF Application Framework.  The second
backend is the more interesting one as it uses the NEPOMUK-KDE backbone library
to connect to a NEPOMUK RDF triple service, thus providing a nice interface for
applications not aware of Nepomuk services.

%files -n %{libsopranoserver}
%{_libdir}/libsopranoserver.so.%{sopranoserver_major}*

#---------------------------------------------------------------------------------

%if %{with clucene}
%define sopranoindex_major 1
%define libsopranoindex %mklibname sopranoindex %{sopranoindex_major}

%package -n %{libsopranoindex}
Summary:	Library for %{name}
Group:		Development/C

%description -n %{libsopranoindex}
Soprano (formally known as QRDF) is a library which provides a nice QT
interface to RDF storage solutions.  It has a modular structure which allows to
replace the actual RDF storage implementation used.  Currently two
implementations are working.  The first and most important backend used in
Soprano is based on librdf, the Redland RDF Application Framework.  The second
backend is the more interesting one as it uses the NEPOMUK-KDE backbone library
to connect to a NEPOMUK RDF triple service, thus providing a nice interface for
applications not aware of Nepomuk services.

%files -n %{libsopranoindex}
%{_libdir}/libsopranoindex.so.%{sopranoindex_major}*
%endif

#---------------------------------------------------------------------------------

%package devel
Summary:	Library
Group:		Development/C
Provides:	libsoprano-devel = %{EVRD}
Requires:	%{libsoprano} = %{EVRD}
Obsoletes:	%{libsoprano}-devel < 3:3.0-0.714066.1
Requires:	%{libsoprano} = %{EVRD}
Requires:	%{libsopranoclient} = %{EVRD}
Requires:	%{libsopranoserver} = %{EVRD}
%if %{with clucene}
Requires:	%{libsopranoindex} = %{EVRD}
%endif
Requires:	soprano = %{EVRD}
Requires:	%{name}-plugin-virtuoso = %{EVRD}
Requires:	%{name}-plugin-redland = %{EVRD}

%description devel
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files devel
%{_bindir}/onto2vocabularyclass
%dir %{_includedir}/soprano/
%{_includedir}/soprano/*
%dir %{_includedir}/Soprano/
%{_includedir}/Soprano/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_datadir}/dbus-1/interfaces/*
%{_datadir}/soprano/cmake

#---------------------------------------------------------------------------------

%prep
%setup -q

%build
%if %{with java}
export JAVA_HOME=%{java_home}
%endif

%cmake_qt4 \
%if !%{with clucene}
	-DSOPRANO_DISABLE_CLUCENE_INDEX=True
%endif

%make

%install
%makeinstall_std -C build

%if %{with java}
# Load libjvm.so from the JRE directory instead of SDK directory. This
# works with Sun-derived JREs, but GCJ/Jamvm etc have libjvm.so in different
# directories. Maybe there should be an alternative pointing to libjvm.so.
old_rpath=$(chrpath -l %{buildroot}%{_libdir}/soprano/libsoprano_sesame2backend.so | cut -d= -f2)
new_rpath=$(echo "$old_rpath" | sed "s,%{java_home},%{_jvmdir},")
chrpath -r "$new_rpath" %{buildroot}%{_libdir}/soprano/libsoprano_sesame2backend.so
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4:2.9.4-2
+ Revision: 2aef2c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18960 |14mr|sos-2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A set of tools to gather troubleshooting information from a system
Name: sos
Version: 2.2
Release: 5
Group: System/Base
Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz
License: GPLv2+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Url: http://fedorahosted.org/sos
BuildRequires: python-devel
BuildRequires: gettext
Requires: libxml2-python
Requires: tar
Requires: bzip2
Requires: xz

%description
Sos is a set of tools that gathers information about system
hardware and configuration. The information can then be used for
diagnostic purposes and debugging. Sos is commonly used to help
support technicians and developers.

%prep
%setup -q

%build
make

%install
%makeinstall_std
%find_lang %{name}

# Drop shebang from non-executable scripts to make rpmlint happy
find %{buildroot}%{py_puresitedir} -name "*py" -perm 644 -exec sed -i '/#!\/usr\/bin\/env python/d' {} \;


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README TODO LICENSE ChangeLog doc/*
%{_sbindir}/sosreport
%{_datadir}/%{name}
%{py_puresitedir}/*
%{_mandir}/man1/*
%{_mandir}/man5/*
%config(noreplace) %{_sysconfdir}/sos.conf



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-5
+ Revision: 60c67d6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18961 |14mr|sound-juicer-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CD ripping tool using GTK+ and GStreamer
Name:		sound-juicer
Version:	3.12.0
Release:	2
License:	GPLv2+
Group:		Sound
URL:		http://www.burtonini.com/blog/computers/sound-juicer
Source0:	http://ftp.gnome.org/pub/GNOME/sources/sound-juicer/3.12/%{name}-%{version}.tar.xz

BuildRequires:	intltool itstool
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(libbrasero-media3)
BuildRequires:	pkgconfig(libmusicbrainz5)
BuildRequires:	pkgconfig(libdiscid)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	gstreamer1.0-plugins-good

Requires:	gstreamer1.0-plugins-bad
Requires:	gstreamer1.0-plugins-good
Requires:	gstreamer1.0-cdparanoia
Suggests:	gstreamer1.0-flac
Suggests:	gstreamer1.0-lame
Suggests:	gstreamer1.0-faac

%description
This is Sound Juicer, a CD ripping tool using GTK+ and GStreamer.

%prep
%setup -q

%build
%configure2_5x \
	--disable-scrollkeeper \
	--disable-schemas-install

%make LIBS='-ldbus-1'

%install
%makeinstall_std
%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc README ChangeLog
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/sound-juicer
%{_datadir}/icons/hicolor/*/apps/sound-juicer.*
%{_mandir}/man1/%{name}.1*
%{_datadir}/GConf/gsettings/sound-juicer.convert
%{_datadir}/glib-2.0/schemas/org.gnome.sound-juicer.gschema.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: c639205
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18962 |14mr|sound-scripts-0.62-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The sound scripts
Name:		sound-scripts
Version:	0.62
Release:	6
License:	GPLv2+
Url:		http://svn.mandriva.com/viewvc/soft/sound-scripts/
Group:		System/Base
Source0:	%{name}-%{version}.tar.xz
Patch1: sound-scripts-0.62-fix-lsb-init.patch
Patch2: sound-scripts-0.62-fix-oss-emulation-for-kmod.patch
BuildArch:	noarch
Requires:	aumix-text
Requires:	kmod
Requires:	procps
Requires:	alsa-utils >= 1.0.25
Requires(post,preun):	rpm-helper

%description
The sound-scripts package contains the basic system scripts used:
- to setup default sound mixer on first boot
- save sound mixer level on shutdown
- restore sound mixer on bootstrapping

%prep
%setup -q
%apply_patches

%build
%make

%install
%makeinstall_std

# there's no interesting string that is already gprintified
export DONT_GPRINTIFY=1

# (cg) The modprobe tweaks to snd-usb-audio prevents it from loading
# unless the sysvinit scritps are loaded. This is incorrect as when
# using systemd, the sysvinit scripts are not used (instead the upstream
# solution to save/restore volume from alsa-utils package is used)
rm -f %{buildroot}%{_sysconfdir}/modprobe.d/snd-usb-audio.conf

# (cg) We no longer ship the sysvinit scripts so no need to ship the masked systemd units.
rm -f %{buildroot}%{_unitdir}/*.service
rm -f %{buildroot}%{_initddir}/*

# (cg) Move the OSS config into sound profiles so we can easily
# use osspd with PulseAudio by default
mkdir -p %{buildroot}%{_sysconfdir}/sound/profiles/{alsa,pulse}
mv %{buildroot}%{_sysconfdir}/modprobe.d/snd-oss.conf %{buildroot}%{_sysconfdir}/sound/profiles/alsa
ln -sf %{_sysconfdir}/sound/profiles/current/snd-oss.conf %{buildroot}%{_sysconfdir}/modprobe.d/snd-oss.conf
cat >%{buildroot}%{_sysconfdir}/sound/profiles/pulse/snd-oss.conf <<EOF
# We need to ensure that no ALSA OSS compatibility modules are loaded so
# we can use osspd easily
blacklist snd_pcm_oss
blacklist snd_mixer_oss
blacklist snd_seq_oss
EOF

# (cg) udev rules should be in /lib/udev/rules.d
mkdir -p %{buildroot}/lib/
mv %{buildroot}%{_sysconfdir}/udev %{buildroot}/lib/

%pre
if [ -e /etc/modprobe.d/snd-oss ]; then
	mv /etc/modprobe.d/snd-oss{,.conf}
fi

%files
%doc ChangeLog
%{_bindir}/reset_sound
/bin/reset_sound
%{_sbindir}/alsa.agent
/sbin/alsa.agent
%{_sysconfdir}/rc.d/rc.alsa_default
%{_sysconfdir}/sound/profiles/alsa/snd-oss.conf
%{_sysconfdir}/sound/profiles/pulse/snd-oss.conf
%config(noreplace) %{_sysconfdir}/sysconfig/alsa
%config(noreplace) %attr(0644,root,root) /lib/udev/rules.d/*
%config(noreplace) %{_sysconfdir}/modprobe.d/snd-oss.conf
%{_datadir}/alsa/alsa-utils


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.62-6
+ Revision: 21927be
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18963 |14mr|sound-theme-freedesktop-0.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	freedesktop.org default sound theme
Name:		sound-theme-freedesktop
Version:	0.7
Release:	8
Group:		System/X11
# For details on the licenses used, see README
License:	GPLv2+ and LGPLv2+ and CC-BY-SA and CC-BY
Url:		http://www.freedesktop.org/wiki/Specifications/sound-theme-spec
Source0:	http://people.freedesktop.org/~mccann/dist/%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	gettext-devel 
BuildRequires:	glib-gettextize
BuildRequires:	perl(XML::Parser)
BuildArch:	noarch
Provides:	fdo-sound-theme
Obsoletes:	gnome-audio <= 2.22.2
Provides:	gnome-audio 
Obsoletes:	gnome-audio-extra <= 2.22.2
Provides:	gnome-audio-extra <= 2.22.2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The default freedesktop.org sound theme following the XDG theming
specification.  (http://0pointer.de/public/sound-theme-spec.html).

%prep
%setup -q

%build
./autogen.sh
%configure2_5x

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

# (cg) libcanberra will purge it's cache and reload it's themes
# when the %{_datadir}/sounds folder is touched.
# While it's technically not needed to touch the folder itself,
# the RH rpm still does this so we will too. It may be needed in the
# future :)
%post
touch --no-create %{_datadir}/sounds %{_datadir}/sounds/freedesktop

%postun
touch --no-create %{_datadir}/sounds %{_datadir}/sounds/freedesktop

%files
%defattr(-,root,root)
%doc README NEWS
%dir %{_datadir}/sounds/freedesktop
%dir %{_datadir}/sounds/freedesktop/stereo
%{_datadir}/sounds/freedesktop/index.theme
%{_datadir}/sounds/freedesktop/stereo/*.oga



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-8
+ Revision: 7c5b1c8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18964 |14mr|soundtouch-1.6.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	An open-source audio processing library
Name:		soundtouch
Version:	1.6.0
Release:	3
Group:		System/Libraries
License:	LGPLv2+
URL:		http://www.surina.net/soundtouch/
Source0:	http://www.surina.net/soundtouch/%{name}-%{version}.tar.gz
BuildRequires:	dos2unix
Conflicts:	SoundTouch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
SoundTouch is an open-source audio processing library. It allows changing the
sound tempo, pitch and playback rate parameters independently from each other.

%package -n	%{libname}
Summary:	An open-source audio processing library
Group:          System/Libraries
Conflicts:	%{mklibname SoundTouch 0}

%description -n	%{libname}
SoundTouch is an open-source audio processing library. It allows changing the
sound tempo, pitch and playback rate parameters independently from each other.

This package contains the shared libraries for SoundTouch.

%package -n	%{develname}
Summary:	Development package with static libs and headers
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Conflicts:	%{mklibname SoundTouch 0 -d}

%description -n	%{develname}
Static libraries and header files required for compiling SoundTouch plugins.

%prep

%setup -q -n %{name}

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

# fix permissions
chmod 644 COPYING.TXT README.html

# strip away annoying ^M
find -type f | grep -v ".gif" | grep -v ".png" | grep -v ".jpg" | xargs dos2unix

sh ./bootstrap

%build

%configure2_5x \
    --enable-shared

%make

%install
rm -rf %{buildroot}

%makeinstall

# cleanup
rm -rf %{buildroot}{/usr/doc,%_libdir/*.la}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING.TXT README.html
%{_bindir}/soundstretch

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%dir %{_includedir}/soundtouch
%{_includedir}/soundtouch/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/soundtouch*.pc
%{_datadir}/aclocal/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.0-3
+ Revision: 6762fee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18965 |14mr|soundwrapper-1.6-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Directs a program's sound output to Pulse, ALSA or esd
Name:		soundwrapper
Version:	1.6
Release:	10
License:	LGPL
Group:		System/Base
Url:		http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/SPECS/%{name}/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		soundwrapper-1.6-arts-disable.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(libpulse)

%description
When placed before a command to run a program with some audio component,
that program's audio output is redirected to the ALSA sound device or to
the PulseAudio or EsounD sound servers if either of them is in control
of the sound device, enabling programs to play sounds at the same time.

%files
%{_bindir}/soundwrapper

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

aclocal
automake --add-missing
autoconf

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-10
+ Revision: d8728f1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18966 |14mr|source-highlight-3.1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname %name %major
%define develname %mklibname -d %name
%define staticname %mklibname -s -d %name
Summary: 	Produces a document with syntax highlighting
Name: 		source-highlight
Version: 	3.1.7
Release:	4
Group: 		Development/Other
License: 	GPLv3+
Source: 	ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz
URL: 		http://www.gnu.org/software/src-highlite/
Obsoletes:	java2html
Obsoletes:	cpp2html
Provides:	java2html
Provides:	cpp2html

BuildRequires:	bison 
BuildRequires:  flex
BuildRequires:  boost-devel
BuildRequires:	ctags help2man
Requires:	ctags help2man

%description
GNU Source-highlight produces a document with syntax highlighting
when given a source file. It handles many languages, e.g., Java,
C/C++, Prolog, Perl, PHP3, Python, Flex, HTML, and other formats,
e.g., ChangeLog and log files, as source languages and HTML, XHTML,
DocBook, ANSI color escapes, LaTeX, and Texinfo as output formats.
Input and output formats can be specified with a regular expression-
oriented syntax.

%package -n %libname
Group: System/Libraries
Summary:Produces a document with syntax highlighting

%description -n %libname
GNU Source-highlight produces a document with syntax highlighting
when given a source file. It handles many languages, e.g., Java,
C/C++, Prolog, Perl, PHP3, Python, Flex, HTML, and other formats,
e.g., ChangeLog and log files, as source languages and HTML, XHTML,
DocBook, ANSI color escapes, LaTeX, and Texinfo as output formats.
Input and output formats can be specified with a regular expression-
oriented syntax.

%package -n %develname
Group: Development/C
Summary:Produces a document with syntax highlighting
Provides: lib%name-devel = %version-%release
Requires: %libname = %version-%release

%description -n %develname
GNU Source-highlight produces a document with syntax highlighting
when given a source file. It handles many languages, e.g., Java,
C/C++, Prolog, Perl, PHP3, Python, Flex, HTML, and other formats,
e.g., ChangeLog and log files, as source languages and HTML, XHTML,
DocBook, ANSI color escapes, LaTeX, and Texinfo as output formats.
Input and output formats can be specified with a regular expression-
oriented syntax.

%package -n %staticname
Group: Development/C
Summary:Produces a document with syntax highlighting
Provides: lib%name-static-devel = %version-%release
Requires: %develname = %version-%release

%description -n %staticname
GNU Source-highlight produces a document with syntax highlighting
when given a source file. It handles many languages, e.g., Java,
C/C++, Prolog, Perl, PHP3, Python, Flex, HTML, and other formats,
e.g., ChangeLog and log files, as source languages and HTML, XHTML,
DocBook, ANSI color escapes, LaTeX, and Texinfo as output formats.
Input and output formats can be specified with a regular expression-
oriented syntax.

%prep
%setup -q

%build
%configure2_5x --disable-dependency-tracking \
	--with-boost-libdir=%_libdir
%make

%install
%makeinstall_std

rm -fr %{buildroot}%{_datadir}/doc/

%files
%defattr (-,root,root)
%doc AUTHORS README CREDITS NEWS TODO.txt THANKS
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_infodir}/*
%{_sysconfdir}/bash_completion.d/*

%files -n %libname
%defattr (-,root,root)
%_libdir/lib%{name}.so.%{major}*

%files -n %develname
%defattr (-,root,root)
%doc ChangeLog
%_libdir/lib%{name}.so
%_libdir/pkgconfig/*.pc
%_includedir/srchilite/

%files -n %staticname
%defattr (-,root,root)
%_libdir/lib%{name}.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1.7-4
+ Revision: 950a37e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18967 |14mr|sox-14.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_plf 0
%{?_with_plf: %{expand: %%global build_plf 1}}

######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A general purpose sound file conversion tool
Name:		sox
Version:	14.4.1
Release:	2%{?extrarelsuffix}
License:	LGPLv2+
Group:		Sound
URL:		http://sox.sourceforge.net/
Source0:	http://heanet.dl.sourceforge.net/sourceforge/sox/%{name}-%{version}.tar.bz2
BuildRequires:	libtool
BuildRequires:	ffmpeg-devel
BuildRequires:	magic-devel
BuildRequires:	gsm-devel
BuildRequires:	ladspa-devel
BuildRequires:	libgomp-devel
BuildRequires:	libtool-devel
BuildRequires:	lpc10-devel
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(vorbis)
%if %{build_plf}
BuildRequires:	lame-devel
BuildRequires:	libamrwb-devel
BuildRequires:	libamrnb-devel
%endif

%description
SoX (Sound eXchange) is a sound file format converter for Linux,
UNIX and DOS PCs. The self-described 'Swiss Army knife of sound
tools,' SoX can convert between many different digitized sound
formats and perform simple sound manipulation functions,
including sound effects.

Install the sox package if you'd like to convert sound file formats
or manipulate some sounds.

%if %{build_plf}
This package is in restricted as it was build with lame encoder
support, which is in restricted.
%endif

%files
%doc ChangeLog README NEWS AUTHORS
%{_bindir}/play
%{_bindir}/rec
%{_bindir}/sox*
%{_mandir}/man1/*
%{_mandir}/man7/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for SoX
Group:		System/Libraries

%description -n %{libname}
Libraries for SoX.

%files -n %{libname}
%{_libdir}/libsox.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for libst
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development headers and libraries for SoX.

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/libsox.a
%{_libdir}/libsox.so
%{_libdir}/pkgconfig/sox.pc
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CFLAGS="%{optflags} -DHAVE_SYS_SOUNDCARD_H=1 -D_FILE_OFFSET_BITS=64 -fPIC -DPIC"

%configure2_5x \
	--with-ladspa-path=%{_includedir}
%make

%install
%makeinstall_std

ln -sf play %{buildroot}%{_bindir}/rec

cat << EOF > %{buildroot}%{_bindir}/soxplay
#!/bin/sh

%{_bindir}/sox \$1 -t .au - > /dev/audio

EOF
chmod 755 %{buildroot}%{_bindir}/soxplay

ln -snf play %{buildroot}%{_bindir}/rec
ln -s play.1%{_extension} %{buildroot}%{_mandir}/man1/rec.1%{_extension}

rm -rf %{buildroot}%{_libdir}/sox/*.{la,a}


%changelog
* Tue Sep 10 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.4.1-2
+ Revision: f537573
- LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18968 |14mr|soxr-0.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define liblsr %mklibname %{name}-lsr %{major}
%define devname %mklibname %{name} -d
%define devlsr %mklibname %{name}-lsr -d

Summary:	The SoX Resampler library
Name:		soxr
Version:	0.1.1
Release:	2
License:	LGPLv2+
Group:		Sound
Url:		https://sourceforge.net/p/soxr/wiki/Home/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}-Source.tar.xz
BuildRequires:	cmake

%description
The SoX Resampler library libsoxr performs one-dimensional sample-rate
conversion -- it may be used, for example, to resample PCM-encoded audio.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The SoX Resampler shared library
Group:		System/Libraries

%description -n %{libname}
The SoX Resampler shared library.

It's high quality, one-dimensional sample-rate conversion library.

%files -n %{libname}
%doc LICENCE NEWS README
%{_libdir}/libsoxr.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

It's high quality, one-dimensional sample-rate conversion library.

%files -n %{devname}
%{_includedir}/soxr.h
%{_libdir}/libsoxr.so
%{_libdir}/pkgconfig/soxr.pc

#----------------------------------------------------------------------------

%package -n %{liblsr}
Summary:	The SoX Resampler shared library
Group:		System/Libraries

%description -n %{liblsr}
The SoX Resampler shared library.

It's high quality, one-dimensional sample-rate conversion library
(with libsamplerate-like bindings).

%files -n %{liblsr}
%doc LICENCE NEWS README
%{_libdir}/libsoxr-lsr.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devlsr}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{liblsr} = %{EVRD}

%description -n %{devlsr}
This package contains libraries and header files for developing applications
that use %{name}.

It's high quality, one-dimensional sample-rate conversion library
(with libsamplerate-like bindings).

%files -n %{devlsr}
%{_includedir}/soxr-lsr.h
%{_libdir}/libsoxr-lsr.so
%{_libdir}/pkgconfig/soxr-lsr.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-Source

%build
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo
%make

%install
%makeinstall_std -C build

# Remove docs and use the rpmbuild macro instead
rm -rf %{buildroot}%{_docdir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.1-2
+ Revision: babd927
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18969 |14mr|spamassassin-3.4.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bootstrap 0
%{?_without_bootstrap: %global bootstrap 0}
%{?_with_bootstrap: %global bootstrap 1}

%define fname Mail-SpamAssassin

Summary:	A spam filter for email which can be invoked from mail delivery agents
Name:		spamassassin
Version:	3.4.0
Release:	5
License:	Apache License
Group:		Networking/Mail
URL:		http://spamassassin.apache.org/
Source0:	http://www.apache.org/dist/spamassassin/source/%{fname}-%{version}.tar.bz2
Source3:	spamd.sysconfig
Source4:	spamassassin-default.rc
Source5:	spamassassin-spamc.rc
Source6:	sa-update.crontab
Source7:	sa-update.cronscript
Source8:	spamd.logrotate
Source9:	spamd.conf
Source10:	%{name}.service
Source11:	%{name}-tmpfiles.conf
Source12:	spamassassin-official.conf
Source13: 	sought.conf
Source14: 	README.Rosa
Patch0:		spamassassin-3.2.0-fixbang.patch
Patch1:		Mail-SpamAssassin-3.1.5-no_spamcop.diff
Requires(post):  systemd
Requires(post):  rpm-helper
Requires(preun): rpm-helper
BuildRequires:	gnupg
BuildRequires:	pkgconfig(openssl)
BuildRequires:	perl(Apache::Test)
BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(DB_File)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Encode::Detect)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.17
BuildRequires:	perl(Geo::IP)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(IO::Socket::IP) >= 0.09
BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(IO::Zlib)
BuildRequires:	perl(LWP)
BuildRequires:	perl(Mail::DKIM) >= 0.37
BuildRequires:	perl(Mail::SPF)
BuildRequires:	perl(Net::DNS)
BuildRequires:	perl(Net::Ident)
BuildRequires:	perl(Net::Patricia) >= 1.16
BuildRequires:	perl(Razor2::Client::Agent) >= 2.61
BuildRequires:	perl(Socket6)
BuildRequires:	perl(Sys::Hostname::Long)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl-devel
BuildRequires:	perl-version
BuildRequires:	re2c
BuildRequires:	webfetch
BuildRequires:	apache-mod_perl
# The requires are derived automatically from META.yml. The below require is 
# given on http://svn.apache.org/repos/asf/spamassassin/branches/3.3/INSTALL 
# but missing from META.yml ... better safe than sorry!
Requires:	perl(LWP)
# And one on a package we create ourselves:
Requires:	perl-Mail-SpamAssassin = %{version}
# This should be required and not just suggested:
Requires:	gnupg
# Suggests unfortunately do not get derived automatically yet:
Suggests:	perl(Compress::Zlib)
Suggests:	perl(DBI)
Suggests:	perl(DB_File)
Suggests:	perl(Digest::SHA)
Suggests:	perl(Encode::Detect)
Suggests:	perl(Geo::IP)
Suggests:	perl(Getopt::Long)
Suggests:	perl(HTTP::Date)
Suggests:	perl(IO::Socket::IP) >= 0.09
Suggests:	perl(IO::Socket::SSL)
Suggests:	perl(LWP::UserAgent)
Suggests:	perl(MIME::Base64)
Suggests:	perl(Mail::DKIM) >= 0.37
Suggests:	perl(Mail::SPF)
Suggests:	perl(Net::DNS) >= 0.58
Suggests:	perl(Net::Ident)
Suggests:	perl(Net::Patricia) >= 1.16
Suggests:	perl(Net::SMTP)
Suggests:	perl(Razor2::Client::Agent) >= 2.61
Suggests:	webfetch

%if ! %bootstrap
Requires:	spamassassin-rules >= 3.3.2
%endif

%description
SpamAssassin provides you with a way to reduce if not completely eliminate
Unsolicited Commercial Email (SPAM) from your incoming email.  It can
be invoked by a MDA such as sendmail or postfix, or can be called from
a procmail script, .forward file, etc.  It uses a genetic-algorithm
evolved scoring system to identify messages which look spammy, then
adds headers to the message so they can be filtered by the user's mail
reading software.  This distribution includes the spamd/spamc components
which create a server that considerably speeds processing of mail.

SpamAssassin also includes support for reporting spam messages
automatically, and/or manually, to collaborative filtering databases such
as Vipul's Razor, DCC or pyzor. 
Install perl-Razor-Agent package to get Vipul's Razor support. 
Install dcc package to get Distributed Checksum Clearinghouse (DCC) support.
Install pyzor package to get Pyzor support.

To enable spamassassin, if you are receiving mail locally, simply add
this line to your ~/.procmailrc:
INCLUDERC=/etc/mail/spamassassin/spamassassin-default.rc
 
To filter spam for all users, add that line to /etc/procmailrc or
create that file if doesn't exist yet.

%package	sa-compile
Summary:	Compiles SpamAssassin rulesets into native perl code
Group:		Networking/Mail
Requires:	gcc make
Requires:	perl-devel
Requires:	re2c

%description	sa-compile
sa-compile uses re2c to compile the site-wide parts of the SpamAssassin
ruleset. No part of user_prefs or any files included from user_prefs can be
built into the compiled set. This compiled set is then used by the
"Mail::SpamAssassin::Plugin::Rule2XSBody" plugin to speed up SpamAssassin's
operation, where possible, and when that plugin is loaded. re2c can match
strings much faster than perl code, by constructing a DFA to match many simple
strings in parallel, and compiling that to native object code. Not all
SpamAssassin rules are amenable to this conversion, however.

%package	tools
Summary:        Miscleanous tools for SpamAssassin
Group:		Networking/Mail
Requires:	perl-Mail-SpamAssassin = %{version}

%description	tools
Miscleanous tools from various authors, distributed with SpamAssassin.
See /usr/share/doc/spamassassin-tools-*/.

%package	spamd
Summary:	Daemonized version of SpamAssassin
Group:		System/Servers
%if ! %bootstrap
Requires(post): spamassassin-rules >= 3.3.0
%endif
Requires(post):  rpm-helper
Requires(preun): rpm-helper
Requires:	spamassassin = %{version}

%description	spamd
The purpose of this program is to provide a daemonized version of the
spamassassin executable. The goal is improving throughput performance
for automated mail checking.

This is intended to be used alongside "spamc", a fast, low-overhead C
client program.

%package	spamc
Summary:	A client for spamd
Group:		Networking/Mail

%description	spamc
Spamc is the client half of the spamc/spamd pair. It should be used in
place of "spamassassin" in scripts to process mail. It will read the
mail from STDIN, and spool it to its connection to spamd, then read
the result back and print it to STDOUT. Spamc has extremely low
overhead in loading, so it should be much faster to load than the
whole spamassassin program.

%package -n	perl-%{fname}
Summary:        SpamAssassin e-mail filter Perl modules
Group:		Development/Perl
Requires:       perl(HTML::Parser)

%description -n perl-%{fname}
Mail::SpamAssassin is a module to identify spam using text analysis and
several internet-based realtime blacklists. Using its rule base, it uses a
wide range of heuristic tests on mail headers and body text to identify
``spam'', also known as unsolicited commercial email. Once identified, the
mail can then be optionally tagged as spam for later filtering using the
user's own mail user-agent application.

%package -n	perl-%{fname}-Spamd
Summary:        A mod_perl2 module implementing the spamd protocol
Group:		Development/Perl
Requires:       apache-mod_perl

%description -n	perl-%{fname}-Spamd
This distribution contains a mod_perl2 module, implementing the spamd protocol
from the SpamAssassin (http://spamassassin.apache.org/) project in Apache2.
It's mostly compatible with the original spamd.

%prep

%setup -q -n %{fname}-%{version}
%patch0 -p0 -b .fixbang
%patch1 -p0


# svn cleansing...
for i in `find . -type d -name .svn`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%build

%{__perl} \
    Makefile.PL \
    INSTALLDIRS=vendor \
    SYSCONFDIR=%{_sysconfdir} \
    DATADIR=%{_datadir}/spamassassin \
    ENABLE_SSL=yes \
    RUN_NET_TESTS=no < /dev/null

%make OPTIMIZE="%{optflags}" LDFLAGS="%{ldflags}"

pushd spamd-apache2
    %{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
    %make
popd

%check
#cat >> t/config.dist << EOF
#run_net_tests=y
#run_spamd_prefork_stress_test=y
#EOF
export LANG=C 
export LC_ALL=C
export LANGUAGE=C
# useless and broken test case
rm -f t/make_install.t
# may be broken on mga4 only? NO...
rm -f t/sa_compile.t

make FULLPERL="%{_bindir}/perl" test #TEST_VERBOSE=1

%install

%makeinstall_std

pushd spamd-apache2
    %makeinstall_std
popd

install -d %{buildroot}%{_sysconfdir}/mail/%{name}/sa-update-keys
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var/spool/spamassassin
install -d %{buildroot}/var/log/spamassassin
install -d %{buildroot}/var/lib/spamassassin
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d

cat << EOF >> %{buildroot}%{_sysconfdir}/mail/%{name}/v330.pre

# Mail::SpamAssassin::Plugin::AWL - Normalize scores via auto-whitelist
loadplugin Mail::SpamAssassin::Plugin::AWL
EOF

cat << EOF >> %{buildroot}%{_sysconfdir}/mail/%{name}/local.cf
required_hits 5
rewrite_header Subject [SPAM]
report_safe 0
ifplugin Mail::SpamAssassin::Plugin::AWL
auto_whitelist_path        /var/spool/spamassassin/auto-whitelist
auto_whitelist_file_mode   0666
endif # Mail::SpamAssassin::Plugin::AWL
EOF

install -d %{buildroot}%{_sysconfdir}/cron.d
install -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/spamd
install -m0644 %{SOURCE6} %buildroot/etc/cron.d/sa-update
# installed mode 744 as non root users can't run it, but can read it.
install -m0744 %{SOURCE7} %buildroot%{_datadir}/spamassassin/sa-update.cron
install -m0644 %{SOURCE8} %{buildroot}%{_sysconfdir}/logrotate.d/spamd
install -m0644 %{SOURCE9} %{buildroot}/%{_sysconfdir}/httpd/conf/webapps.d/spamd.conf

install -m0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -m0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -D -p -m 644 %{SOURCE10} %{buildroot}%{_unitdir}/spamd.service
install -D -p -m 644 %{SOURCE11} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# sa-update channels and keyring directory
install -d %{buildroot}%{_sysconfdir}/mail/spamassassin/channel.d/
install -m0644 %{SOURCE12} %{buildroot}%{_sysconfdir}/mail/spamassassin/channel.d/
install -m0644 %{SOURCE13} %{buildroot}%{_sysconfdir}/mail/spamassassin/channel.d/

install -m 0644 %{SOURCE14} $RPM_BUILD_DIR/Mail-SpamAssassin-%{version}/


# bork bork
install -m0644 rules/*.pre %{buildroot}%{_sysconfdir}/mail/%{name}/

# cleanup
rm -f %{buildroot}%{_bindir}/apache-spamd.pl
rm -f %{buildroot}%{_mandir}/man1/apache-spamd.pl.1*

# these are not meant to be released
rm -f %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin/P595Body.pm
rm -f %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin/RabinKarpBody.pm

%post
[ -f %{_sysconfdir}/spamassassin.cf ] && %{__mv} %{_sysconfdir}/spamassassin.cf %{_sysconfdir}/mail/spamassassin/migrated.cf || true
[ -f %{_sysconfdir}/mail/spamassassin.cf ] && /bin/mv %{_sysconfdir}/mail/spamassassin.cf %{_sysconfdir}/mail/spamassassin/migrated.cf || true


%post spamd
%_tmpfilescreate %{name}

# -a and --auto-whitelist options were removed from 3.0.0
# prevent service startup failure
perl -p -i -e 's/(["\s]-\w+)a/$1/ ; s/(["\s]-)a(\w+)/$1$2/ ; s/(["\s])-a\b/$1/' /etc/sysconfig/spamd
perl -p -i -e 's/ --auto-whitelist//' /etc/sysconfig/spamd

# fix permissions
if [ -f %{_sysconfdir}/mail/%{name}/local.cf ]; then

    auto_whitelist_path="`grep "^auto_whitelist_path" %{_sysconfdir}/mail/%{name}/local.cf | awk '{ print $2 }'`"
    auto_whitelist_file_mode="`grep "^auto_whitelist_file_mode" %{_sysconfdir}/mail/%{name}/local.cf | awk '{ print $2 }'`"

    if [ "${auto_whitelist_path}" == "/var/spool/%{name}" ]; then
	echo "Correcting \"auto_whitelist_path\" (#27424) in the %{_sysconfdir}/mail/%{name}/local.cf file..."
	perl -pi -e "s|/var/spool/%{name}\b|/var/spool/%{name}/auto-whitelist|g" %{_sysconfdir}/mail/%{name}/local.cf
	auto_whitelist_path="/var/spool/%{name}/auto-whitelist"
    fi

    if ! [ -z "${auto_whitelist_path}" ]; then
        touch ${auto_whitelist_path}
        if [ -z "${auto_whitelist_file_mode}" ]; then
            auto_whitelist_file_mode="0666"
        fi
        chmod ${auto_whitelist_file_mode} ${auto_whitelist_path}
    fi

fi
# Need to run sa-update otherwise the spamd will not start until a cron job completes
echo "need to run sa-update"
/usr/bin/sa-update -v

%_post_service spamd

%preun spamd
%_preun_service spamd

%files
%doc README Changes sample-*.txt procmailrc.example INSTALL TRADEMARK
%doc CREDITS UPGRADE USAGE META.yml README.Rosa
%dir %{_sysconfdir}/mail/%{name}
%dir %attr(0700,root,root) %{_sysconfdir}/mail/%{name}/sa-update-keys
%config(noreplace) %{_sysconfdir}/mail/%{name}/*.cf
%config(noreplace) %{_sysconfdir}/mail/%{name}/*.pre
%config(noreplace) %{_sysconfdir}/mail/%{name}/spamassassin-default.rc
%config(noreplace) %{_sysconfdir}/mail/%{name}/channel.d
%config(noreplace) %{_sysconfdir}/logrotate.d/spamd
%dir %attr(0777,root,root) /var/spool/spamassassin
%{_sysconfdir}/cron.d/sa-update
%dir /var/lib/spamassassin
%{_bindir}/sa-awl
%{_bindir}/sa-check_spamd
%{_bindir}/sa-learn
%{_bindir}/sa-update
%{_bindir}/spamassassin
%{_mandir}/man1/sa-awl.1*
%{_mandir}/man1/sa-learn.1*
%{_mandir}/man1/sa-update.1*
%{_mandir}/man1/spamassassin.1*
%{_mandir}/man1/spamassassin-run.1*
%{_datadir}/spamassassin
%dir %{_logdir}/spamassassin

%files sa-compile
%{_bindir}/sa-compile
%{_mandir}/man1/sa-compile.1*

%files tools
%doc sql ldap

%files spamd
%doc spamd/README* spamd/PROTOCOL
%{_unitdir}/spamd.service
%config(noreplace) %{_sysconfdir}/sysconfig/spamd
%{_bindir}/spamd
%{_mandir}/man1/spamd.1*
%{_tmpfilesdir}/%{name}.conf


%files spamc
%config(noreplace) %{_sysconfdir}/mail/%{name}/spamassassin-spamc.rc
%{_bindir}/spamc
%{_mandir}/man1/spamc.1*

%files -n perl-%{fname}
%{perl_vendorlib}/Mail/SpamAssassin*
%exclude %{perl_vendorlib}/Mail/SpamAssassin/Spamd
%{perl_vendorlib}/spamassassin-run.pod
%{_mandir}/man3/Mail::SpamAssassin*
%exclude %{_mandir}/man3/Mail::SpamAssassin::Spamd*
%{_mandir}/man3/spamassassin-run.3pm*

%files -n perl-%{fname}-Spamd
%doc spamd-apache2/README.apache
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/spamd.conf
%{perl_vendorlib}/Mail/SpamAssassin/Spamd
%{_mandir}/man3/Mail::SpamAssassin::Spamd*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.4.0-5
+ Revision: 0d73da8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18970 |14mr|spamassassin-rules-3.4.0-20140707.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without tarball

%define date 20140707

Summary:	Rules for SpamAssassin
Name:		spamassassin-rules
Version:	3.4.0
Release:	%{date}.1
License:	Apache License
Group:		Networking/Mail
Url:		http://spamassassin.org/
%if %{with tarball}
# sa-update --gpghomedir . --channel updates.spamassassin.org --updatedir .
Source0:	updates-%{date}.tar.bz2
%endif
Requires:	spamassassin > 3.3.0
Conflicts:	spamassassin < 3.3.0
%if %{without tarball}
Buildrequires:	gnupg
Buildrequires:	spamassassin
%endif
BuildArch:	noarch

%description
This package contains the default rules for SpamAssassin.

WARNING: These rules may be old at install time. This package is NOT
supported by Rosa. You should immediately update your rules set as
explained in the official SpamAssassin documentations.

%files
%attr(0644,root,root) %{_datadir}/spamassassin/*.cf

#----------------------------------------------------------------------------

%prep
%setup -q -c -T -n %{name}-%{version}
%if %{with tarball}
tar -xf %{SOURCE0}
%else
sa-update --gpghomedir . --channel updates.spamassassin.org --updatedir .
%endif

%build

%install
install -d %{buildroot}%{_datadir}/spamassassin
install -m0644 updates_spamassassin_org/*.cf %{buildroot}%{_datadir}/spamassassin/


%changelog
* Mon Jul 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.4.0-20140707.1
+ Revision: 18a3eb0
- Store rules in tarball and bump version to match current spamassassin



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18971 |14mr|sparsehash-2.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# No debug package is needed here
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Extremely memory-efficient hash_map implementation
Name:		sparsehash
Version:	2.0.2
Release:	2
License:	BSD
Group:		Development/C++
Url:		http://code.google.com/p/sparsehash
Source:		http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	gcc-c++

%description
The Google SparseHash project contains several C++ template hash-map
implementations with different performance characteristics, including
an implementation that optimizes for space and one that optimizes for
speed.

%package devel
Summary:	Extremely memory-efficient C++ hash_map implementation
Group:		Development/C++

%description devel
The Google SparseHash project contains several C++ template hash-map
implementations with different performance characteristics, including
an implementation that optimizes for space and one that optimizes for
speed.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
rm %{buildroot}%{_docdir}/%{name}-%{version}/INSTALL
rm %{buildroot}%{_docdir}/%{name}-%{version}/README_windows.txt

%files devel
%doc %{_docdir}/%{name}-%{version}
%{_includedir}/google/
%{_includedir}/sparsehash/
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.2-2
+ Revision: e9f259a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18972 |14mr|spec-helper-0.31.38-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		spec-helper
Version:	0.31.38
Release:	2
Summary:	Tools to ease the creation of rpm packages
License:	GPLv2+
Group:		Development/Other
URL:		https://abf.io/omv_software/spec-helper
Source0:	%{name}-%{version}.tar.xz
Requires:	findutils
Requires:	gettext
Requires:	chrpath
BuildRequires:	perl(IPC::Run)
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(File::Slurp)
BuildArch:	noarch

%description
Tools to ease the creation of rpm packages for the
%{distribution} distribution.
Compress man pages using xz, convert links and perform some sanitizing on
packages built...

%prep
%setup -q

%build

%install
%makeinstall_std bindir=%{_bindir} rpmmacrosdir=%{_sys_macros_dir}

%check
make test

%files
%doc README NEWS
%{_bindir}/*
%{_datadir}/spec-helper
%{_sys_macros_dir}/%{name}.macros

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.31.38-2
+ Revision: fd290e3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18973 |14mr|specspo-1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA package descriptions, summaries, and groups
Name:		specspo
Version:	1.3
Release:	1
Group:		System/Configuration/Packaging
Source:		%{name}-%{version}.tar.xz
# No version given, only license attribution is spec file
# Since this is Red Hat generated, we can safely assume it is correct.
License:	GPL+
BuildArch:	noarch
BuildRequires:	gettext

%description
The specspo package contains the portable object catalogues used to
internationalize tags of RPM packages.

%prep
%setup -q

%build
make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/rpm
echo '%%_i18ndomains	rosa-dist' > %{buildroot}%{_sysconfdir}/rpm/macros.specspo

%find_lang rosa-dist

%files -f rosa-dist.lang
%config(noreplace) %{_sysconfdir}/rpm/macros.specspo

%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-1
+ Revision: cdf6e18
- Merge branch 'rosa2014.1' of https://abf.rosalinux.ru/import/specspo into rosa2014.1
- Conflicts:
- specspo.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18974 |14mr|speech-dispatcher-0.7.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		2
%define shortname	speechd
%define libname		%mklibname %shortname %major
%define develname	%mklibname %shortname -d

%bcond_without alsa
%bcond_without pulse
%bcond_without nas
%bcond_without espeak
%bcond_without libao


Name:			speech-dispatcher
Summary:		Speech Dispatcher provides a device independent layer for speech synthesis
Group:			System/Libraries
Version:		0.7.1
Release:		6
License:		GPLv2
URL:			http://www.freebsoft.org/speechd
Source0:		http://www.freebsoft.org/pub/projects/speechd/%{name}-%{version}.tar.gz
# modified Fedora init script 
Source1:		speech-dispatcherd.service
Source2:		speech-dispatcher.logrotate
Source3:		speech-dispatcherd.default
Source4:		speech-dispatcher-user-pulse.example
Source10:		%{name}.rpmlintrc
Patch1:			speech-dispatcher-0.7.1-fix-str-fmt.patch
Patch2:			speech-dispatcher-python3.patch
%if %{with alsa}
BuildRequires:		libalsa-devel
%endif
%if %{with pulse}
BuildRequires:		pulseaudio-devel
%endif
%if %{with nas}
BuildRequires:		%{_lib}audio-devel
%endif
%if %{with espeak}
BuildRequires:		libespeak-devel
%endif
%if %{with libao}
BuildRequires:		libao-devel
%endif
BuildRequires:		libdotconf-devel
BuildRequires:		python-devel
BuildRequires:		python3-devel
BuildRequires:		texinfo
Requires:		%libname = %{version}-%{release}

%description
This is the Speech Dispatcher project (speech-dispatcher). It is a part of the
Free(b)soft project, which is intended to allow blind and visually impaired
people to work with computer and Internet based on free software.

%post
%_post_service speech-dispatcherd || :

%preun
%_preun_service speech-dispatcherd || :

%files
%defattr(-,root,root,-)
%doc AUTHORS NEWS README COPYING INSTALL
%doc ChangeLog speech-dispatcher-user-pulse.example
%{_bindir}/cli*
%{_bindir}/connection_recovery
%{_bindir}/spd-say
%{_bindir}/spd_long_message
%{_bindir}/spd_run_test
%{_bindir}/spd-conf
%{_bindir}/spdsend
%{_bindir}/%{name}
%{_unitdir}/speech-dispatcherd.service
%config %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/speechd.conf
%config(noreplace) %{_sysconfdir}/%{name}/clients/*.conf
%config(noreplace) %{_sysconfdir}/%{name}/modules/*.conf
%config(noreplace) %{_sysconfdir}/default/speech-dispatcherd
%{_libdir}/%{name}-modules
%{_libdir}/%{name}
%{_datadir}/sounds/%{name}
%{_infodir}/*
%{_logdir}/%{name}

#--------------------------------------------------------------------------

%package -n %libname
Summary:		Shared libraries for %name
Group:			System/Libraries

%description -n		%libname
This package provides the shared libraries for Speech Dispatcher.

%files -n %libname
%defattr(-,root,root,-)
%{_libdir}/libspeechd.so.%{major}*

#--------------------------------------------------------------------------

%package -n %develname
Summary:		Development files for %name
Group:			Development/Other
Requires:		%{name} = %{version}-%{release}
Provides:		%{name}-devel = %{version}-%{release}
Provides:		lib%{name}-devel = %{version}-%{release}

%description -n %develname
This package contains development files for %{name}.

%files -n		%develname
%{_includedir}/*
%{_libdir}/lib*.so

#--------------------------------------------------------------------------

%package -n python-%shortname
Summary:		A Python library for communication with Speech Dispatcher
Group:			System/Libraries
Requires:		%{name} = %{version}-%{release}
Requires:		python

%description -n		python-%shortname
This package provides a Python library for communication 
with Speech Dispatcher.

%files -n python-%shortname
%doc ChangeLog
%defattr(-,root,root,-)
%{py_puresitedir}/speechd*

#--------------------------------------------------------------------------

%package -n python3-%shortname
Summary:                A Python library for communication with Speech Dispatcher
Group:                  System/Libraries
Requires:               %{name} = %{version}-%{release}
Requires:               python3

%description -n         python3-%shortname
This package provides a Python library for communication
with Speech Dispatcher.

%files -n python3-%shortname
%doc ChangeLog
%defattr(-,root,root,-)
%{py3_puresitedir}/speechd*

# -------------------------------------------------------------------------


%prep
%setup -q
%patch1 -p0
cp -p %SOURCE4 .

%build
%ifarch x86_64
export am_cv_python_pyexecdir=%{py_puresitedir}
%endif
%configure2_5x \
	LDFLAGS=' -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id' \
	--disable-static \
%if %{with alsa}
	--with-alsa \
%else
	--without-alsa \
%endif
%if %{with pulse}
	--with-pulse \
%else
	--without-pulse \
%endif
%if %{with nas}
	--with-nas \
%else
	--without-nas \
%endif
%if %{with espeak}
	--with-espeak \
%else
	--without-espeak \
%endif
%if %{with libao}
	--with-libao
%else
	--without-libao
%endif

%make

%install
%makeinstall_std

# HACK: copy over and patch the Python 2 module for Python 3 support.
# Proper Python 3 support is available in speech-dispatcher 0.8-beta1, and
# this hack can be removed when the package gets updated.
mkdir -p %{buildroot}%{py3_puresitedir}
cp -a %{buildroot}%{py_puresitedir}/* %{buildroot}%{py3_puresitedir}/
pushd %{buildroot}%{py3_puresitedir}
rm */*.pyc */*.pyo
patch -p0 < %{PATCH2}
popd

# remove duplicates with /etc conf files 
rm -rf %{buildroot}%{_datadir}/%{name}

# rename some executables
mv %{buildroot}%{_bindir}/long_message %{buildroot}%{_bindir}/spd_long_message
mv %{buildroot}%{_bindir}/run_test %{buildroot}%{_bindir}/spd_run_test

# speech-dispatcherd service
install -Dm 0644 %SOURCE1 %{buildroot}%{_unitdir}/speech-dispatcherd.service

# fix perm in _test.py
chmod +x %{buildroot}%{py_puresitedir}/speechd/_test.py

# logrotate install
install -d -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d
install -m 0644 %SOURCE2 %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

# create the needed directory for logs
install -d -m 0755 %{buildroot}%{_logdir}/%{name}

# install the /etc/default configuration file
install -d -m 0755 %{buildroot}%{_sysconfdir}/default
install -m 0644 %SOURCE3 %{buildroot}%{_sysconfdir}/default/speech-dispatcherd

# remove flite module from the default configuration in speechd.conf
sed -i -e "210 s:AddModule:#AddModule:g" %buildroot%_sysconfdir/%name/speechd.conf


%changelog
* Thu Jul 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.7.1-6
+ Revision: 48c042a
- Migrated to systemd (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18975 |14mr|speedtouch-firmware-extractor-0.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name speedtouch-firmware-extractor
%define distname firmware-extractor
%define version 0.1

Summary: Speedtouch firmware extractor
Name: %{name}
Version: %{version}
Release: 10
Source0: %{distname}.tar.bz2
License: GPL
Group: System/Kernel and hardware
Url: http://www.linux-usb.org/SpeedTouch/firmware/index.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is a small application to prepare and install the firmware for a
SpeedTouch USB modem so that a 2.6.10 kernel (or later) can load the
firmware without the assistance of modem_run.

The firmware extractor splits the firmware file (old mgmt.o) in
smaller firmware files (stage1 and stage2) that are meant to be used
with hotplug firmware loading.

%prep
%setup -q -n %{distname}

%build
gcc -o %{distname} firmware.c

%install
rm -rf $RPM_BUILD_ROOT
install -D -m755 %{distname} $RPM_BUILD_ROOT%{_sbindir}/%{distname}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_sbindir}/%{distname}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-10
+ Revision: 432780e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18976 |14mr|speex-1.2-0.rc1.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta rc1

%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	An open-source, patent-free speech codec
Name:		speex
Version:	1.2
Release:	0.%{beta}.7
License:	BSD
Group:		Sound
URL:		http://www.speex.org/
Source0:	http://downloads.us.xiph.org/releases/speex/%{name}-%{version}%{beta}.tar.gz
Patch1:		speex-1.1.6-fix-pkgconfig-path.patch
Patch2:		speex-1.2rc1-CVE-2008-1686.patch

BuildRequires:	pkgconfig(vorbis)
BuildRequires:	chrpath

%description
Speex is a patent-free audio codec designed especially for voice (unlike 
Vorbis which targets general audio) signals and providing good narrowband 
and wideband quality. This project aims to be complementary to the Vorbis
codec.

%package -n	%{libname}
Summary:	Shared library of the Speex codec
Group:		System/Libraries

%description -n	%{libname}
This package contains the shared library required for running
applications based on Speex.

%package -n	%{develname}
Summary:	Speex development files
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -s -d speex} < 1.2-0.rc1.7

%description -n	%{develname}
Speex development files.

%prep
%setup -qn %{name}-%{version}%{beta}
%apply_patches

%build
autoreconf -fi
export CFLAGS='%{optflags} -DRELEASE'
%configure2_5x \
	--disable-static \
	--with-ogg-libraries=%{_libdir}
make

%install
%makeinstall_std
chrpath -d %{buildroot}%{_bindir}/*
rm -f %{buildroot}%{_datadir}/doc/*/manual.pdf

%files
%doc COPYING AUTHORS ChangeLog NEWS README
%{_mandir}/man1/speexenc.1*
%{_mandir}/man1/speexdec.1*
%attr(755,root,root) %{_bindir}/speex*

%files -n %{libname}
%{_libdir}/libspeex.so.%{major}*
%{_libdir}/libspeexdsp.so.%{major}*

%files -n %{develname}
%doc doc/manual.pdf
%{_libdir}/libspeex*.so
%{_includedir}/speex
%{_libdir}/pkgconfig/speex.pc
%{_libdir}/pkgconfig/speexdsp.pc
%{_datadir}/aclocal/speex.m4



%changelog
* Sat Aug 04 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2-0.rc1.7
+ Revision: 0480f0f
- LOG Drop .la files and fix unversioned Obsoletes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18977 |14mr|spellutils-0.7-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name spellutils
%define version 0.7

Summary: Programs for helping spell checking
Name: %{name}
Version: %{version}
Release: 15
Source0: http://home.worldonline.dk/byrial/spellutils/%{name}-%{version}.tar.bz2
License: GPL
URL: http://home.worldonline.dk/byrial/spellutils/
Group: Text tools
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Obsoletes: pospell
Provides: pospell
Requires: common-licenses

%description
Spellutils is a suite of programs which are used to isolate some parts
or texts from various types of files and hand them over to another
program which may change the texts; it is typically a spell checker.
Afterwards the possibly changed text parts are copied back in place in the
original file.

The programs in the Spellutils package are:

* newsbody which can isolate your own text from headers, quotes and
  signature in e-mail or Usenet messages
* pospell which can isolate translations in .po files
* More programs are likely to follow

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README FILES NEWS
%{_mandir}/man1/*
%{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-15
+ Revision: c82a129
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18978 |14mr|spice-gtk-0.25-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_vala	1

%define glibapi		2.0
%define glibmajor	8
%define libglib		%mklibname spice-client-glib %{glibapi} %{glibmajor}
%define glibgir		%mklibname spice-client-glib-gir %{glibapi}
%define gtkapi		3.0
%define gtkmajor	4
%define libgtk		%mklibname spice-client-gtk %{gtkapi} %{gtkmajor}
%define libgtk2		%mklibname spice-client-gtk 2.0 1
%define gtkgir		%mklibname spice-client-gtk-gir %{gtkapi}
%define gtk2gir		%mklibname spice-client-gtk-gir 2.0
%define controllermajor	0
%define libcontroller	%mklibname spice-controller %{controllermajor}
%define develname	%mklibname -d %{name}

Name:		spice-gtk
Version:	0.25
Release:	2
Summary:	A GTK client widget for accessing SPICE desktop servers
Group:		Networking/Remote access
URL:		http://spice-space.org/page/Spice-Gtk
License:	LGPLv2+
Source0:	http://www.spice-space.org/download/gtk/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(cairo) >= 1.2.0
BuildRequires:	pkgconfig(celt051) >= 0.5.1.1
BuildRequires:	pkgconfig(gio-2.0) >= 2.10.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.22
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.9.4
BuildRequires:	pkgconfig(gthread-2.0) > 2.0.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.91.3
BuildRequires:	pkgconfig(gtk+-x11-3.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libcacard) >= 0.1.2
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libpulse-mainloop-glib)
BuildRequires:	pkgconfig(libusb-1.0) >= 1.0.9
BuildRequires:	pkgconfig(libusbredirhost) >= 0.3.3
BuildRequires:	pkgconfig(libusbredirparser-0.5)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(pixman-1) >= 0.17.7
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(spice-protocol) >= 0.10.1
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	gtk-doc >= 1.14
BuildRequires:	sasl-devel
BuildRequires:	jpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	perl-Text-CSV
BuildRequires:	intltool
BuildRequires:	ldetect-lst
BuildRequires:	python-parsing
# for virtmanager
BuildRequires:	pygtk2.0-devel

%if %{build_vala}
BuildRequires:	vala
BuildRequires:	vala-tools
%endif

%track
prog %name = {
	url = http://www.spice-space.org/download/gtk/
	regex = %name-(__VER__)\.tar\.bz2
	version = %version
}

%description
Spice-GTK is a GTK client widget for accessing SPICE desktop 
servers. This package contains two simple clients based on the 
library:
  spicy is a client to access SPICE desktops.
  snappy is a tool to capture screen-shots of a SPICE desktop.

%package -n %{libglib}
Summary: Runtime libraries for %{name}
Group: System/Libraries
Conflicts: %{_lib}spice-gtk3.0_1 < 0.7.81-2

%description -n %{libglib}
Runtime libraries for %{name}.

%package -n %{glibgir}
Summary: GObject introspection interface library for %{name}
Group: System/Libraries
Requires: %{libglib} = %{version}-%{release}
Conflicts: %{_lib}spice-gtk3.0_1 < 0.7.81-2

%description -n %{glibgir}
GObject introspection interface library for %{name}.

%package -n %{libgtk}
Summary: Runtime libraries for %{name}
Group: System/Libraries
Obsoletes: %{_lib}spice-gtk3.0_1 < 0.7.81-2

%description -n %{libgtk}
Runtime libraries for %{name}.

%package -n %{gtkgir}
Summary: GObject introspection interface library for %{name}
Group: System/Libraries
Requires: %{libgtk} = %{version}-%{release}
Conflicts: %{_lib}spice-gtk3.0_1 < 0.7.81-2

%description -n %{gtkgir}
GObject introspection interface library for %{name}.

%package -n %{libcontroller}
Summary: Runtime libraries for %{name}
Group: System/Libraries
Conflicts: %{_lib}spice-gtk3.0_1 < 0.7.81-2

%description -n %{libcontroller}
Runtime libraries for %{name}.

%package -n %{libgtk2}
Summary: Runtime libraries for %{name}
Group: System/Libraries

%description -n %{libgtk2}
GTK2 Runtime libraries for %{name}.

%package -n %{gtk2gir}
Summary: GTK2GObject introspection interface library for %{name}
Group: System/Libraries
Requires: %{libgtk2} = %{version}-%{release}

%description -n %{gtk2gir}
GTK2 GObject introspection interface library for %{name}.

%package python
Summary: Python bindings for the spice-gtk-2.0 library
Group: System/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}

%description python
SpiceClientGtk module provides a SPICE viewer widget for GTK2.

A module allowing use of the spice-gtk-2.0 widget from python

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/C
Requires: %{libglib} = %{version}-%{release}
Requires: %{libgtk} = %{version}-%{release}
Requires: %{libcontroller} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
Obsoletes: %{_lib}spice-gtk3.0-devel < 0.7.81-2

%description -n %{develname}
Development files for %{name}.

%prep
%setup -q  -n spice-gtk-%{version} -c
cp -a spice-gtk-%{version} spice-gtk3-%{version}

%build
cd spice-gtk-%{version}
%configure --with-gtk=2.0 --enable-gtk-doc
make
cd ..

cd spice-gtk3-%{version}
%configure2_5x \
	--with-gtk=%{gtkapi} \
	--disable-static \
%if %{build_vala}
	--enable-vala \
%else
	--disable-vala \
%endif
	--enable-introspection=yes \
	--enable-usbredir \
	--with-pnp-ids-path=%{_datadir}/misc/pnp.ids
#% make V=1
#make LIBS='-lrt'
%make
cd ..

%install
cd spice-gtk-%{version}
%makeinstall_std
cd ..

cd spice-gtk3-%{version}
%makeinstall_std
cd ..

rm -f %{buildroot}%{_libdir}/*.la
rm -f %{buildroot}%{_libdir}/*.a
rm -f %{buildroot}%{_libdir}/python*/site-packages/*.a
rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la

%if ! %{build_vala}
	rm -rf %{buildroot}%{_datadir}/vala/
%endif

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/spicy
%{_bindir}/spicy-screenshot
%{_bindir}/spicy-stats
%{_bindir}/spice-client-glib-usb-acl-helper
%{_datadir}/polkit-1/actions/org.spice-space.lowlevelusbaccess.policy

%files -n %{libglib}
%{_libdir}/libspice-client-glib-%{glibapi}.so.%{glibmajor}
%{_libdir}/libspice-client-glib-%{glibapi}.so.%{glibmajor}.*

%files -n %{glibgir}
%{_libdir}/girepository-1.0/SpiceClientGLib-%{glibapi}.typelib

%files -n %{libgtk}
%{_libdir}/libspice-client-gtk-%{gtkapi}.so.%{gtkmajor}
%{_libdir}/libspice-client-gtk-%{gtkapi}.so.%{gtkmajor}.*

%files -n %{gtkgir}
%{_libdir}/girepository-1.0/SpiceClientGtk-%{gtkapi}.typelib

%files -n %{libcontroller}
%{_libdir}/libspice-controller.so.%{controllermajor}
%{_libdir}/libspice-controller.so.%{controllermajor}.*

%files -n %{libgtk2}
%{_libdir}/libspice-client-gtk-2.0.so.4
%{_libdir}/libspice-client-gtk-2.0.so.4.*

%files -n %{gtk2gir}
%{_libdir}/girepository-1.0/SpiceClientGtk-2.0.typelib

%files python
%{_libdir}/python*/site-packages/SpiceClientGtk.so

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/spice-gtk
%{_includedir}/spice-client-glib-2.0
%{_includedir}/spice-client-gtk-3.0/
%{_includedir}/spice-client-gtk-2.0/
%{_includedir}/spice-controller/
%{_libdir}/libspice-client-glib-2.0.so
%{_libdir}/libspice-client-gtk-3.0.so
%{_libdir}/libspice-client-gtk-2.0.so
%{_libdir}/libspice-controller.so
%{_libdir}/pkgconfig/spice-client-glib-2.0.pc
%{_libdir}/pkgconfig/spice-client-gtk-3.0.pc
%{_libdir}/pkgconfig/spice-client-gtk-2.0.pc
%{_libdir}/pkgconfig/spice-controller.pc
%{_datadir}/gir-1.0/SpiceClientGLib-2.0.gir
%{_datadir}/gir-1.0/SpiceClientGtk-3.0.gir
%{_datadir}/gir-1.0/SpiceClientGtk-2.0.gir
%if %{build_vala}
%{_datadir}/vala/vapi/spice-protocol.vapi
%{_datadir}/vala/vapi/spice-client-glib-%{glibapi}.deps
%{_datadir}/vala/vapi/spice-client-glib-%{glibapi}.vapi
%{_datadir}/vala/vapi/spice-client-gtk-%{gtkapi}.deps
%{_datadir}/vala/vapi/spice-client-gtk-%{gtkapi}.vapi
%endif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.25-2
+ Revision: c6e26ad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18979 |14mr|spice-protocol-0.12.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           spice-protocol
Version:        0.12.7
Release:        2
Summary:        Spice protocol header files

Group:          System/Libraries
# Main headers are BSD, controller / foreign menu are LGPL, macros.h is GPL?
License:        BSD and LGPLv2+ and GPLv2+
URL:            http://www.spice-space.org/
Source0:        http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
BuildArch:      noarch

%description
Header files describing the spice protocol
and the para-virtual graphics card QXL.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc COPYING NEWS
%{_includedir}/spice-1
%{_datadir}/pkgconfig/spice-protocol.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12.7-2
+ Revision: cbfb8ba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18980 |14mr|spice-server-0.12.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Implements the SPICE protocol
Name:		spice-server
Version:	0.12.0
Release:	4
License:	LGPLv2+
Group:		Networking/Remote access
Url:		http://www.spice-space.org/
Source0:	http://www.spice-space.org/download/releases/spice-%{version}.tar.bz2
Source1:	spice-xpi-client-spicec
BuildRequires:	spice-protocol
BuildRequires:	alsa-oss-devel
BuildRequires:	jpeg-devel
BuildRequires:	libsasl2-devel
BuildRequires:	pkgconfig(celt051)
BuildRequires:	pkgconfig(libcacard)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pythonegg(pyparsing)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xrandr)
# https://bugzilla.redhat.com/show_bug.cgi?id=613529
ExclusiveArch:	%{ix86} x86_64


%description
The Simple Protocol for Independent Computing Environments (SPICE) is
a remote display system built for virtual environments which allows
you to view a computing 'desktop' environment not only on the machine
where it is running, but from anywhere on the Internet and from a wide
variety of machine architectures.

#----------------------------------------------------------------------------

%package client
Summary:	Implements the client side of the SPICE protocol
Group:		Networking/Remote access
Requires(post,postun):	update-alternatives

%description client
The Simple Protocol for Independent Computing Environments (SPICE) is
a remote display system built for virtual environments which allows
you to view a computing 'desktop' environment not only on the machine
where it is running, but from anywhere on the Internet and from a wide
variety of machine architectures.

This package contains the SPICE client application.

%files client
%doc COPYING README NEWS
%{_bindir}/spicec
%ghost %{_libexecdir}/spice-xpi-client
%{_libexecdir}/spice-xpi-client-spicec

%post client
update-alternatives --install %{_libexecdir}/spice-xpi-client \
  spice-xpi-client %{_libexecdir}/spice-xpi-client-spicec 10

%postun client
if [ $1 -eq 0 ] ; then
  update-alternatives --remove spice-xpi-client %{_libexecdir}/spice-xpi-client-spicec
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Implements the server side of the SPICE protocol
Group:		System/Libraries

%description -n %{libname}
The Simple Protocol for Independent Computing Environments (SPICE) is
a remote display system built for virtual environments which allows
you to view a computing 'desktop' environment not only on the machine
where it is running, but from anywhere on the Internet and from a wide
variety of machine architectures.

This package contains the run-time libraries for any application that wishes
to be a SPICE server.

%files -n %{libname}
%doc COPYING README NEWS
%{_libdir}/libspice-server.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files, libraries and development documentation for spice-server
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files, static libraries and development
documentation for spice-server. If you like to develop programs
using spice-server, you will need to install spice-server-devel.

%files -n %{devname}
%{_includedir}/spice-server
%{_libdir}/libspice-server.so
%{_libdir}/pkgconfig/spice-server.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n spice-%{version}

%build
%configure2_5x \
	--enable-smartcard \
	--disable-werror \
	--disable-static

%make -C spice-common WARN_CFLAGS=''
%make -C client WARN_CFLAGS=''
%make LIBS="-lpthread"

%install
%makeinstall_std -C client
%makeinstall_std

mkdir -p %{buildroot}%{_libexecdir}
touch %{buildroot}%{_libexecdir}/spice-xpi-client
install -m 0755 %{SOURCE1} %{buildroot}%{_libexecdir}/

%changelog
* Wed Jul 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.12.0-4
+ Revision: 5a3f5ba
- Don't use autoreconf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18981 |14mr|spice-vdagent-0.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		spice-vdagent
Version:	0.12.0
Release:	2
Summary:	Agent for Spice guests
Group:		System/Kernel and hardware
License:	GPLv3+
URL:		http://spice-space.org/
Source0:	http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
BuildRequires:	spice-protocol
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(libsystemd-login) >= 188
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xfixes)
Requires(pre):	rpm-helper
Requires(preun): rpm-helper

%description
Spice agent for Linux guests offering the following features:

Features:
* Client mouse mode (no need to grab mouse by client, no mouse lag)
  this is handled by the daemon by feeding mouse events into the kernel
  via uinput. This will only work if the active X-session is running a
  spice-vdagent process so that its resolution can be determined.
* Automatic adjustment of the X-session resolution to the client resolution
* Support of copy and paste (text and images) between the active X-session
  and the client

%prep
%setup -q

%build
%configure2_5x \
	--with-session-info=systemd \
	--with-init-script=systemd

%make

%install
%makeinstall_std

%post
%_post_service spice-vdagentd.service

%preun
%_preun_service spice-vdagentd.service

%postun
%systemd_postun_with_restart spice-vdagentd.service

%files
%doc COPYING ChangeLog README TODO
%config(noreplace) %{_sysconfdir}/rsyslog.d/spice-vdagentd.conf
/lib/udev/rules.d/70-spice-vdagentd.rules
%{_unitdir}/spice-vdagentd.service
%{_unitdir}/spice-vdagentd.target
%{_prefix}/lib/tmpfiles.d/spice-vdagentd.conf
%{_bindir}/spice-vdagent
%{_sbindir}/spice-vdagentd
%{_var}/run/spice-vdagentd
%{_sysconfdir}/modules-load.d/spice-vdagentd.conf
%{_sysconfdir}/xdg/autostart/spice-vdagent.desktop
# For /usr/share/gdm/autostart/LoginWindow/spice-vdagent.desktop
# We own the dir too, otherwise we must Require gdm
%{_datadir}/gdm

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12.0-2
+ Revision: de2574a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18982 |14mr|sqlite-2.8.17-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __libtoolize true
%define	major 0
%define libname %mklibname %{name} %{major}

Summary:	C library that implements an embeddable SQL database engine
Name:		sqlite
Version:	2.8.17
Release:	16
License:	Public Domain
Group:		System/Libraries
URL:		http://www.sqlite.org/
Source0:	http://www.sqlite.org/%{name}-%{version}.tar.bz2
Patch0:		sqlite-2.8.14-lib64.patch
Patch1:		sqlite-64bit-fixes.patch
Patch2:		sqlite-2.8.15-arch-double-differences.patch
Patch3:		sqlite-CVE-2007-1887_1888.patch
Patch4:		sqlite-2.8.17-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	chrpath
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel
BuildRequires:	tcl tcl-devel

%description
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

%package -n	%{libname}
Summary:	C library that implements an embeddable SQL database engine
Group:          System/Libraries

%description -n	%{libname}
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

This package contains the shared libraries for %{name}

%package -n	%{libname}-devel
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	lib%{name}-devel
Provides:	%{name}-devel

%description -n	%{libname}-devel
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

This package contains the static %{libname} library and its header
files.

%package	tools
Summary:	Command line tools for managing the %{libname} library
Group:		Databases
Requires:	%{libname} = %{version}-%{release}

%description	tools
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

This package contains command line tools for managing the
%{libname} library.

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0 -b .lib64
%patch1 -p1 -b .64bit-fixes
%patch2 -p1 -b .double-fixes
%patch3 -p0 -b .CVE-2007-1887_1888
%patch4 -p0 -b .format_not_a_string_literal_and_no_format_arguments

%build
export CFLAGS="${CFLAGS:-%optflags} -DNDEBUG=1"
export CXXFLAGS="${CXXFLAGS:-%optflags} -DNDEBUG=1"
export FFLAGS="${FFLAGS:-%optflags} -DNDEBUG=1"

%configure2_5x \
    --enable-utf8

%make
make doc

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_mandir}/man1

%makeinstall_std

install -m644 sqlite.1 %{buildroot}%{_mandir}/man1/

chrpath -d %{buildroot}%{_bindir}/*

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%doc README
%{_libdir}/lib*.so.%{major}*

%files -n %{libname}-devel
%doc doc/*.html doc/*.png
%{_includedir}/*.h
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc

%files tools
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8.17-16
+ Revision: a77df0a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18983 |14mr|sqlite3-3.8.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname sqlite
%define realver 3080500

%define	major 0
%define libname %mklibname %{name}_ %{major}
%define develname %mklibname %{name} -d

Summary:	C library that implements an embeddable SQL database engine
Name:		sqlite3
Version:	3.8.5
Release:	2
License:	Public Domain
Group:		System/Libraries
URL:		http://www.sqlite.org/
Source0:	http://www.sqlite.org/2014/%{realname}-autoconf-%{realver}.tar.gz
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel

%description
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

%package -n	%{libname}
Summary:	C library that implements an embeddable SQL database engine
Group:		System/Libraries

%description -n	%{libname}
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

This package contains the shared libraries for %{name}

%package -n	%{develname}
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname %{name}_ %{major} -d

%description -n	%{develname}
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

This package contains the static %{libname} library and its header
files.

%package	tools
Summary:	Command line tools for managing the %{libname} library
Group:		Databases
Requires:	%{libname} >= %{version}-%{release}

%description	tools
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

This package contains command line tools for managing the
%{libname} library.

%prep
%setup -qn %{realname}-autoconf-%{realver}
%apply_patches

%build
export CFLAGS="${CFLAGS:-%optflags} -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -Wall -DNDEBUG=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1"

%configure2_5x \
	--disable-static \
	--enable-threadsafe \
	--enable-dynamic-extensions
# rpath removal
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
rm -rf %{buildroot}
%makeinstall_std

# cleanup
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%attr(0644,root,root) %{_includedir}/*.h
%{_libdir}/lib*.so
%attr(0644,root,root) %{_libdir}/pkgconfig/*.pc

%files tools
%{_bindir}/sqlite3
%{_mandir}/man1/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.8.5-2
+ Revision: bcbec66
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18984 |14mr|squashfs3-tools-3.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sqname squashfs

Name:		%{sqname}3-tools
Version:	3.3
Release:	8
Summary:	Utilities for the creation of compressed squashfs images
License:	GPLv2+
Group:		File tools
URL:		http://squashfs.sourceforge.net/
Source0:	%{sqname}%{version}.tgz
Source1:	sqlzma.h
Source2:	sqmagic.h
Patch0:		sqlzma2u-3.3.patch
Patch1:		squashfs3.3-nolzma.patch
# from CVS, fix hang when dealing with sparse files
Patch2:		squashfs3.3-sparse.patch
BuildRequires:	liblzmadec-devel
BuildRequires:	zlib-devel

%description
squashfs-tools are utilities for the creation of compressed squashfs images.

%prep
%setup -q -n %{sqname}%{version}
%patch0 -p1 -b .lzma
%patch1 -p1 -b .nolzma
%patch2 -p0 -b .sparse
cp %{SOURCE1} %{SOURCE2} squashfs-tools

%build
%make -C squashfs-tools Sqlzma=. LzmaAlone=%{_libdir} LzmaC=%{_libdir}

%install
install -d %{buildroot}%{_bindir}
install -m 755 squashfs-tools/mksquashfs %{buildroot}%{_bindir}/mksquashfs3
install -m 755 squashfs-tools/unsquashfs %{buildroot}%{_bindir}/unsquashfs3

%files
%doc ACKNOWLEDGEMENTS CHANGES README
%{_bindir}/mksquashfs3
%{_bindir}/unsquashfs3



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3-8
+ Revision: aa2b712
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18985 |14mr|squashfs-tools-4.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sqname	squashfs
%define sqver	4.2
%define release	5
%define	Summary	Utilities for the creation of compressed squashfs images

Name:		%{sqname}-tools
Version:	%{sqver}
Release:	%{release}
Summary:	%{Summary}
License:	GPL
Group:		File tools
URL:		http://squashfs.sourceforge.net/
Source0:	%{sqname}%{sqver}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	zlib-devel attr-devel lzma-devel

%description
squashfs-tools are utilities for the creation of compressed squashfs images.

%prep
%setup -q -n %{sqname}%{sqver}

%build
cd squashfs-tools
%make XZ_SUPPORT=1 COMP_DEFAULT=xz

%install
rm -rf %{buildroot}
install -d %{buildroot}%{_bindir}
cd squashfs-tools
install -m 755 mksquashfs unsquashfs %{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
#%doc README
%{_bindir}/mksquashfs
%{_bindir}/unsquashfs



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2-5
+ Revision: 30025f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18986 |14mr|squid-3.4.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_test 0

# commandline overrides:
# rpm -ba|--rebuild --with 'xxx'
%{?_with_test: %{expand: %%global build_test 1}}
%{?_without_test: %{expand: %%global build_test 0}}

%define squid_date 20140502
%define squid_beta 0
##%define their_version 3.2.1.%{squid_beta}-%{squid_date}
%define their_version 3.4.6

## Redefine configure values.
%define	_bindir %{_prefix}/sbin
%define _libexecdir %{_libdir}/squid
%define _initrddir /etc/rc.d/init.d/
%define _sysconfdir /etc/squid
%define  _localstatedir /var
%define _datadir %{_usr}/share/squid
%define _mandir %{_usr}/share/man
%define _infodir %{_usr}/share/info

%define defaultmaxfiles 8192

Summary:	The Squid proxy caching server %{their_version}
Name:		squid
Version:	%{their_version}
Release:	2
License:	GPLv2+
Group:		System/Servers
Url:		http://www.squid-cache.org/
Source0:	http://www.squid-cache.org/Versions/v3/3.4/squid-%{their_version}.tar.xz
Source1:	http://www.squid-cache.org/Versions/v3/3.4/squid-%{their_version}.tar.xz.asc
Source2:	http://www.squid-cache.org/Doc/FAQ/FAQ.tar.bz2
Source3:	squid.init
Source4:	squid.logrotate
Source5:	squid.conf.authenticate
Source6:	smb.conf
Source7:	squid.conf.transparent
Source8:	rc.firewall
Source9:	ERR_CUSTOM_ACCESS_DENIED.English
Source10:	ERR_CUSTOM_ACCESS_DENIED.French
Source11: 	squid.sysconfig
Source12:	squid.pam-0.77
Source13:	squid.pam
Source14:	squid.ifup
Patch1:		squid-config.diff
Patch2:		squid-user_group.diff
Patch3:		squid-ssl.diff
Patch9:		squid-smb-auth.diff
Patch11:	squid-shutdown_lifetime.diff
Patch13:	squid-errordir.diff
Patch16:	squid-3.1.4-mysql-helper-joomla.diff
Patch18:	squid-3.3.5-purge.diff
Patch20:	squid-3.2.9-cert_tool-no-ksh.patch
Patch301:	squid-getconf_mess.diff
BuildRequires:	libtool
BuildRequires:	samba-client
BuildRequires:	samba-winbind
BuildRequires:	cap-devel
BuildRequires:	db-devel
BuildRequires:	krb5-devel
BuildRequires:	libsasl-devel
BuildRequires:	libtool-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
%if %{build_test}
BuildRequires:	pkgconfig(cppunit)
%endif
BuildRequires:	pkgconfig(libecap)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(openssl)
Requires(pre,post,preun,postun):	rpm-helper
Provides:	webproxy

%description
Squid is a high-performance proxy caching server for web clients, supporting 
FTP, gopher, and HTTP data objects over IPv4 or IPv6. Unlike traditional 
caching software, Squid handles all requests in a single, non-blocking, 
asynchronous process.
Squid keeps meta data and especially hot objects cached in RAM, caches DNS 
lookups, supports non-blocking DNS lookups, and implements negative caching 
of failed requests.  Squid supports SSL, extensive access controls, and full 
request logging. By using the lightweight Internet Cache Protocol (ICP) and 
HTTP Cache Protocol (HTCP) Squid caches can be arranged in a hierarchy or 
mesh for additional bandwidth savings.

Install squid if you need a proxy caching server.

This package defaults to a maximum of %{defaultmaxfiles} filedescriptors. You
can change these values at build time by using for example:

--define 'maxfiles 4096'

The package was built to support a maximum of %{?!maxfiles:%{defaultmaxfiles}}%{?maxfiles:%{maxfiles}} filedescriptors.

You can build %{name} with some conditional build swithes;

(ie. use with rpm --rebuild):
    --with[out]	test	Initiate the test suite

%package	cachemgr
Summary:	The Squid Cache Manager
Group:		System/Servers
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Requires(pre):	apache >= 2.0.54
Requires(pre):	%{name} = %{version}
Requires:	apache >= 2.0.54
Requires:	%{name} = %{version}

%description	cachemgr
This package contains the Squid Cache Manager.

%prep
%setup -q -n squid-%{their_version}

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done


%patch1 -p1 -b .config
%patch2 -p0 -b .user_group
%patch3 -p1 -b .ssl
%patch9 -p1 -b .backslashes
%patch11 -p0 -b .shutdown_lifetime
%patch13 -p1 -b .errordir
%patch16 -p0 -b .joomla
%patch18 -p1 -b .purge-paths
%patch20 -p1 -b .ksh

mkdir -p faq
tar -jxf %{SOURCE2} -C faq

install -m 0755 %{SOURCE3} squid.init
install -m 0644 %{SOURCE4} squid.logrotate
install -m 0644 %{SOURCE5} squid.conf.authenticate
install -m 0644 %{SOURCE6} smb.conf
install -m 0644 %{SOURCE7} squid.conf.transparent
install -m 0755 %{SOURCE8} rc.firewall
install -m 0644 %{SOURCE11} squid.sysconfig
install -m 0755 %{SOURCE14} squid.ifup

# fix conditional pam config file
install -m 0644 %{SOURCE13} squid.pam

perl -p -i -e "s|^SAMBAPREFIX.*|SAMBAPREFIX = /usr|" helpers/basic_auth/SMB/Makefile.*
grep -r "local/bin/perl" . |sed -e "s/:.*$//g" | xargs perl -p -i -e "s@local/bin/perl@bin/perl@g"

# libtool
perl -pi -e "s|AC_PROG_RANLIB|AC_PROG_LIBTOOL|g" configure*

%build
%global optflags %{optflags} -fno-strict-aliasing

%serverbuild
rm -rf configure autom4te.cache

sh ./bootstrap.sh

export SSLLIB="-L%{_libdir} `pkg-config --libs openssl`"
export CPPFLAGS="-I%{_includedir}/openssl -I`find /usr/include -type f -name db_185.h|head -n1|xargs dirname` %{optflags} "

%ifarch x86_64
export CFLAGS="$CFLAGS -I`find /usr/include -type f -name db_185.h|head -n1|xargs dirname` -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
export CXXFLAGS="$CXXFLAGS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
%else
export CFLAGS="$CFLAGS -I`find /usr/include -type f -name db_185.h|head -n1|xargs dirname` -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
export CXXFLAGS="$CXXFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
%endif

%configure2_5x \
    --enable-shared=yes \
    --enable-static=no \
    --enable-xmalloc-statistics \
    --enable-carp \
    --enable-async-io \
    --enable-storeio="aufs,diskd,ufs" \
    --enable-removal-policies="heap,lru" \
    --enable-icmp \
    --enable-delay-pools \
    --disable-esi \
    --enable-icap-client \
    --enable-ecap \
    --enable-useragent-log \
    --enable-referer-log \
    --enable-wccp \
    --enable-wccpv2 \
    --disable-kill-parent-hack \
    --enable-snmp \
    --enable-cachemgr-hostname="localhost" \
    --enable-arp-acl \
    --enable-htcp \
    --enable-ssl \
    --enable-forw-via-db \
    --enable-follow-x-forwarded-for \
    --enable-cache-digests \
    --disable-poll \
    --enable-epoll \
    --enable-linux-netfilter \
    --disable-ident-lookups \
    --enable-default-hostsfile=/etc/hosts \
    --enable-auth \
    --enable-auth-basic="DB,fake,getpwnam,LDAP,MSNT,MSNT-multi-domain,NCSA,NIS,PAM,POP3,RADIUS,SASL,SMB" \
    --enable-auth-ntlm="fake,smb_lm" \
    --enable-auth-negotiate="kerberos,wrapper" \
    --enable-auth-digest="eDirectory,file,LDAP" \
    --enable-external-acl-helpers="eDirectory_userip,file_userip,kerberos_ldap_group,LDAP_group,session,unix_group,wbinfo_group" \
    --enable-storeid-rewrite-helpers="file" \
    --with-default-user=%{name} \
    --with-pthreads \
    --with-dl \
    --with-openssl=%{_prefix} \
    --with-large-files \
    --with-swapdir=%{_localstatedir}/spool/squid \
    --with-build-environment=default \
    --enable-mit=`/usr/bin/krb5-config --prefix` \
    --with-logdir=%{_logdir}/squid \
    --enable-http-violations \
    --enable-zph-qos \
    %{?!maxfiles:--with-filedescriptors=%{defaultmaxfiles}}%{?maxfiles:%{maxfiles}}


#    --enable-disk-io="AIO,Blocking,DiskDaemon,DiskThreads" \

# Some versions of autoconf fail to detect sys/resource.h correctly;
# apparently because it generates a compiler warning.

if [ -e /usr/include/sys/resource.h ]; then
cat >> include/autoconf.h <<EOF
#ifndef HAVE_SYS_RESOURCE_H
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_STRUCT_RUSAGE 1
#endif
EOF
fi

%make

%if %{build_test}
%check
make check
%endif

%install
%makeinstall_std

# make some directories
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}/etc/{logrotate.d,pam.d,sysconfig}
install -d %{buildroot}/etc/sysconfig/network-scripts/ifup.d
install -d %{buildroot}/etc/httpd/conf/webapps.d
install -d %{buildroot}%{_datadir}/{errors,icons}
install -d %{buildroot}%{_datadir}/errors/{English,French}
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}%{_var}/www/cgi-bin
install -d %{buildroot}%{_var}/log/squid
install -d %{buildroot}%{_var}/spool/squid
install -d %{buildroot}/usr/share/snmp/mibs

# fix error docs location	
rm -rf %{buildroot}%{_sysconfdir}/errors
pushd errors
    for i in *; do
	if [ -d $i ]; then
	    install -d %{buildroot}%{_datadir}/errors/$i
	    install -m0644 $i/* %{buildroot}%{_datadir}/errors/$i
	fi
    done
popd
ln -fs %{_datadir}/errors/templates %{buildroot}%{_sysconfdir}/errors

# install config
install -m0755 squid.init %{buildroot}%{_initrddir}/squid
install -m0644 squid.logrotate %{buildroot}/etc/logrotate.d/squid
install -m0644 squid.sysconfig %{buildroot}/etc/sysconfig/squid
install -m0755 squid.ifup %{buildroot}/etc/sysconfig/network-scripts/ifup.d/squid
install -m0644 helpers/basic_auth/MSNT/msntauth.conf.default %{buildroot}%{_sysconfdir}

# fix docs
cp helpers/basic_auth/LDAP/README README.auth_ldap

cp helpers/basic_auth/MSNT/README.html README.auth_msnt.html
cp helpers/basic_auth/MSNT/msntauth.conf.default .

cp helpers/basic_auth/SASL/basic_sasl_auth.conf .

cp helpers/external_acl/file_userip/example.conf ip_user_external_acl.example.conf
cp helpers/external_acl/file_userip/example-deny_all_but.conf ip_user_external_acl.example-deny_all_but.conf

cp helpers/external_acl/LDAP_group/ChangeLog ChangeLog.ldap_group_external_acl

head -19 helpers/basic_auth/NCSA/basic_ncsa_auth.cc > README.NCSA_basic_auth
head -56 helpers/basic_auth/PAM/basic_pam_auth.cc > README.PAM_basic_auth
head -21 helpers/basic_auth/getpwnam/basic_getpwnam_auth.cc > README.getpwnam_basic_auth
head -32 helpers/digest_auth/LDAP/digest_pw_auth.cc > README.ldap_digest_auth

install -m0755 helpers/basic_auth/SMB/basic_smb_auth.sh %{buildroot}%{_libexecdir}
install -m0755 helpers/basic_auth/SASL/basic_sasl_auth %{buildroot}%{_libexecdir}

for manpage in `find -name "*.8"`; do
    install -m0644 $manpage %{buildroot}/%{_mandir}/man8/
done

install -m 0644 %{SOURCE9} %{buildroot}%{_datadir}/errors/English/ERR_CUSTOM_ACCESS_DENIED
install -m 0644 %{SOURCE10} %{buildroot}%{_datadir}/errors/French/ERR_CUSTOM_ACCESS_DENIED

install -m644 squid.pam %{buildroot}/etc/pam.d/squid

# move the mib in-place
mv %{buildroot}%{_datadir}/mib.txt %{buildroot}/usr/share/snmp/mibs/SQUID.txt

# move cachemgr.cgi to a more safe location
mv %{buildroot}%{_libexecdir}/cachemgr.cgi %{buildroot}%{_var}/www/cgi-bin/

# provide a simple apache config
cat > %{buildroot}/etc/httpd/conf/webapps.d/squid-cachemgr.conf << EOF
<Location /cgi-bin/cachemgr.cgi>
    Require local granted
    ErrorDocument 403 "Access denied per /etc/httpd/conf/webapps.d/squid-cachemgr.conf"
</Location>
EOF

# some cleaning
rm -f %{buildroot}%{_libdir}/squid/no_check.pl

# nuke zero length files
find %{buildroot}%{_datadir}/errors/ -type f -size 0 -exec rm -f {} \;

%pre
%_pre_useradd squid %{_var}/spool/squid /bin/false

for i in %{_var}/log/squid %{_var}/spool/squid ; do
        if [ -d $i ] ; then
                for adir in `find $i -maxdepth 0 \! -user squid`; do
                        chown -R squid:squid $adir
                done
        fi
done

%post
%_create_ssl_certificate squid

%_post_service squid
 case "$LANG" in
  az*)
     DIR=Azerbaijani
     ;;
  bg*)
     DIR=Bulgarian
     ;;
  ca*)
     DIR=Catalan
     ;;
  cs*)
     DIR=Czech
     ;;
  da*)
     DIR=Danish
     ;;
  nl*)
     DIR=Dutch
     ;;
  en*)
     DIR=English
     ;;
  ea*)
     DIR=Estonian
     ;;
  fi*)
     DIR=Finnish
     ;;
  fr*)
     DIR=French
     ;;
  de*)
     DIR=German
     ;;
  el*)
     DIR=Greek
     ;;
  he*)
     DIR=Hebrew
     ;;
  hu*)
     DIR=Hungarian
     ;;
  it*)
     DIR=Italian
     ;;
  ja*)
     DIR=Japanese
     ;;
  kr*)
     DIR=Korean
     ;;
  lt*)
     DIR=Lithuanian
     ;;
  pl*)
     DIR=Polish
     ;;
  pt*)
     DIR=Portuguese
     ;;
  ro*)
     DIR=Romanian
     ;;
  ru*)
     DIR=Russian-koi8-r
     ;;
  sr*)
     DIR=Serbian
     ;;
  sk*)
     DIR=Slovak
     ;;
  es*)
     DIR=Spanish
     ;;
  sv*)
     DIR=Swedish
     ;;
  zh*)
     DIR=Traditional_Chinese
     ;;
  tr*)
     DIR=Turkish
     ;;
  *)
     DIR=English
     ;;
 esac

%preun
%_preun_service squid
if [ $1 = 0 ] ; then
	rm -f %{_var}/log/squid/*
        /sbin/chkconfig --del squid
fi

%postun
%_postun_userdel squid

%files
%doc faq/* C* R* Q* rc.firewall *.conf* doc/*.txt
%exclude %{_sysconfdir}/cachemgr.conf
%dir %_sysconfdir
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/*.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/*.default
%attr(0644,root,root) %config(noreplace) /etc/pam.d/squid
%attr(0644,root,root) %config(noreplace) /etc/sysconfig/squid
%attr(0644,root,root) %config(noreplace) /etc/logrotate.d/squid
%attr(0755,root,squid) %config(noreplace) /etc/sysconfig/network-scripts/ifup.d/squid
%attr(0755,root,squid) %{_initrddir}/squid
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/*.css
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/*.documented
%{_sysconfdir}/errors
%{_datadir}/errors
%{_datadir}/icons
%{_libexecdir}/diskd
%{_libexecdir}/unlinkd
%attr(0755,root,squid) %{_libexecdir}/cert_tool
%attr(0755,root,squid) %{_libexecdir}/cert_valid.pl
#%%attr(0755,root,squid) %%{_libexecdir}/digest_edirectory_auth
%attr(0755,root,squid) %{_libexecdir}/digest_ldap_auth
%attr(0755,root,squid) %{_libexecdir}/digest_file_auth
%attr(0755,root,squid) %{_libexecdir}/basic_fake_auth
%attr(0755,root,squid) %{_libexecdir}/basic_getpwnam_auth
%attr(0755,root,squid) %{_libexecdir}/basic_msnt_auth
%attr(0755,root,squid) %{_libexecdir}/basic_ncsa_auth
%attr(0755,root,squid) %{_libexecdir}/basic_pam_auth
%attr(4755,root,squid) %{_libexecdir}/pinger
%attr(0755,root,squid) %{_libexecdir}/basic_pop3_auth
%attr(0755,root,squid) %{_libexecdir}/basic_sasl_auth
%attr(0755,root,squid) %{_libexecdir}/basic_smb_auth
%attr(0755,root,squid) %{_libexecdir}/basic_smb_auth.sh
%attr(0755,root,squid) %{_libexecdir}/basic_db_auth
%attr(0755,root,squid) %{_libexecdir}/basic_ldap_auth
%attr(0755,root,squid) %{_libexecdir}/basic_radius_auth
%attr(0755,root,squid) %{_libexecdir}/ext_edirectory_userip_acl
%attr(0755,root,squid) %{_libexecdir}/ext_file_userip_acl
%attr(0755,root,squid) %{_libexecdir}/ext_kerberos_ldap_group_acl
%attr(0755,root,squid) %{_libexecdir}/ext_ldap_group_acl
%attr(0755,root,squid) %{_libexecdir}/ext_session_acl
%attr(0755,root,squid) %{_libexecdir}/ext_unix_group_acl
%attr(0755,root,squid) %{_libexecdir}/storeid_file_rewrite
%attr(0755,root,squid) %{_libexecdir}/negotiate_kerberos_auth
%attr(0755,root,squid) %{_libexecdir}/negotiate_kerberos_auth_test
%attr(0755,root,squid) %{_libexecdir}/ntlm_smb_lm_auth
%attr(0755,root,squid) %{_libexecdir}/basic_msnt_multi_domain_auth
%attr(0755,root,squid) %{_libexecdir}/basic_nis_auth
%attr(0755,root,squid) %{_libexecdir}/ext_wbinfo_group_acl
%attr(0755,root,squid) %{_libexecdir}/helper-mux.pl
%attr(0755,root,squid) %{_libexecdir}/log_file_daemon
%attr(0755,root,squid) %{_libexecdir}/negotiate_wrapper_auth
%attr(0755,root,squid) %{_libexecdir}/ntlm_fake_auth
%attr(0755,root,squid) %{_libexecdir}/url_fake_rewrite
%attr(0755,root,squid) %{_libexecdir}/url_fake_rewrite.sh
%attr(0755,root,squid) %{_libexecdir}/log_db_daemon

%{_sbindir}/*
%attr(0644,root,root) %{_mandir}/man8/*
%attr(0644,root,root) %{_mandir}/man1/*
%attr(0755,squid,squid) %dir %{_var}/log/squid
%attr(0755,squid,squid) %dir %{_var}/spool/squid
%attr(0644,root,squid) /usr/share/snmp/mibs/SQUID.txt

%files cachemgr
%attr(0644,root,root) %config(noreplace) /etc/httpd/conf/webapps.d/squid-cachemgr.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cachemgr.conf
%attr(0755,root,squid) %{_var}/www/cgi-bin/cachemgr.cgi


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.4.6-2
+ Revision: 7610ac6
- BuildList#2062192: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18987 |14mr|squidguard-1.5-0.beta.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname	squidGuard
%define prerel	beta

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\((.*)\\)'
%define __noautoprov 'perl\\((.*)\\)'
%else
%define _requires_exceptions perl(
%define _provides_exceptions perl(
%endif

Summary:	Filter, redirector and access controller plugin for Squid
Name:		squidguard
Version:	1.5
Release:	%{?prerel:0.%{prerel}.}2
License:	GPL
Group:		System/Servers
URL:		http://www.squidguard.org
Source0:	http://www.squidguard.org/Downloads/%{?prerel:Devel/}%{rname}-%{version}%{?prerel:-%{prerel}}.tar.gz
Source1:	%{rname}.conf.sample
Source2:	blacklists-readme
Source3:	%{rname}.cgi
Source4:	nulbanner.png
Source5:	blacklist-update
Source6:	%{rname}.logrotate
Patch0:		squidGuard-1.2.0.default_dir.patch
Patch1:		squidGuard-DESTDIR.diff
Patch2:		squidGuard-1.4-make_default_config_work.diff

#Debian patches
Patch11:	04_update-links-in-doc-files.patch
Patch12:	05_distclean-more-files.patch
Patch13:	06_move-setuserinfo-to-sg-y.patch
Patch15:	09_missing-content-after-percent-sign.patch
Patch16:	10_use-newer-ldapsearch-of-denis.patch
Patch17:	11_fix-for-clean-target-without-syslog.patch

BuildRequires:	bison 
BuildRequires:	db-devel
BuildRequires:	flex
BuildRequires:	openldap-devel
Requires:	squid 
Provides:	squidGuard = %{EVRD}

%description
SquidGuard is a combined filter, redirector and access controller plugin for
Squid. It is free, very flexible, extremely fast, easily installed, portable.
SquidGuard can be used to 
- limit the web access for some users to a list of accepted/well known web
servers and/or URLs only. 
- block access to some listed or blacklisted web servers and/or URLs for
some users. 
- block access to URLs matching a list of regular expressions or words for
some users. 
- enforce the use of domainnames/prohibit the use of IP address in URLs. 
- redirect blocked URLs to an "intelligent" CGI based info page.
- redirect unregistered user to a registration form. 
- redirect popular downloads like Netscape, MSIE etc. to local copies. 
- redirect banners to an empty GIF.
- have different access rules based on time of day, day of the week, date
etc. 
- have different rules for different user groups. 

Neither squidGuard nor Squid can be used to 

- filter/censor/edit text inside documents 
- filter/censor/edit embeded scripting languages 
  like JavaScript or VBscript inside HTML 


%prep

%setup -q -n %{rname}-%{version}%{?prerel:-%{prerel}}

# fix attribs
find . -type d -perm 0750 -exec chmod 755 {} \;
find . -type f -perm 0640 -exec chmod 644 {} \;

%patch0 -p1
%patch1 -p0
%patch2 -p0

%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1

cp %{SOURCE6} %{rname}.logrotate

%build
%serverbuild

%configure2_5x \
    --with-ldap \
    --with-sg-config=%{_sysconfdir}/squid/%{rname}.conf \
    --with-sg-logdir=/var/log/squidGuard \
    --with-sg-dbhome=%{_datadir}/%{rname}-%{version}/db

%make

%install
rm -rf %{buildroot}

Q=%{buildroot}%{_datadir}/%{rname}-%{version}

install -d %{buildroot}%{_sysconfdir}/squid
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var/log/squidGuard
install -d %{buildroot}/var/www/cgi-bin
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/%{rname}-%{version}/contrib
install -d %{buildroot}%{_datadir}/%{rname}-%{version}/db/{advertising,bannedsource,banneddestination}
install -d %{buildroot}%{_datadir}/%{rname}-%{version}/db/{timerestriction,lansource,privilegedsource}
install -d %{buildroot}%{_datadir}/%{rname}-%{version}/db/{porn,adult,audio-video,forums,hacking,redirector}
install -d %{buildroot}%{_datadir}/%{rname}-%{version}/db/{warez,ads,aggressive,drugs,gambling,publicite,violence}

%makeinstall_std SQUIDUSER="`id -nu`"

install -m0644 %{rname}.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{rname}

touch $Q/db/advertising/{domains,urls}
touch $Q/db/banneddestination/{domains,urls,expressions}
touch $Q/db/bannedsource/ips
touch $Q/db/lansource/lan
touch $Q/db/timerestriction/lan
touch $Q/db/privilegedsource/ips

# the blacklists default directories (Fabrice Pringent's one)
touch $Q/db/porn/{domains,urls,expressions}
touch $Q/db/adult/{domains,urls,expressions}
touch $Q/db/audio-video/{domains,urls}
touch $Q/db/forums/{domains,urls,expressions}
touch $Q/db/hacking/{domains,urls}
touch $Q/db/redirector/{domains,urls,expressions}
touch $Q/db/warez/{domains,urls}
touch $Q/db/ads/{domains,urls}
touch $Q/db/aggressive/{domains,urls}
touch $Q/db/drugs/{domains,urls}
touch $Q/db/gambling/{domains,urls}
touch $Q/db/publicite/{domains,urls,expressions}
touch $Q/db/violence/{domains,urls,expressions}

cd samples/dest/
tar xzf blacklists.tar.gz
cp -af blacklists/* $Q/db
cd -

cp -a contrib/hostbyname/hostbyname $Q/contrib/
cp -a contrib/sgclean/sgclean $Q/contrib/
cp -a contrib/squidGuardRobot/{squidGuardRobot,RobotUserAgent.pm} $Q/contrib/

cp -a samples/dest $Q/samples
cp -a samples/*{.conf,.cgi} $Q/samples

cp -a %{SOURCE2} .
cp -a %{SOURCE5} .

rm -rf $Q/test/test*.conf.*

# default config files
# log & error files
touch %{buildroot}/var/log/%{rname}/%{rname}.{log,error}
touch %{buildroot}/var/log/%{rname}/advertising.log

# conf file
install %{SOURCE1} %{buildroot}/etc/squid/%{rname}.conf.sample
cp -af %{SOURCE3} %{SOURCE4} %{buildroot}/var/www/cgi-bin
rm -rf %{buildroot}%{_datadir}/%{rname}-%{version}/samples/dest

# cleanup
rm -rf %{buildroot}%{_prefix}/squidGuard

# fix attribs
find %{buildroot} -type d -perm 0750 -exec chmod 755 {} \;
find %{buildroot} -type f -perm 0640 -exec chmod 644 {} \;

%preun
if [ $1 = 0 ] ; then
        rm -f /var/log/squidGuard/*
fi

%post
rm -rf `find %{_datadir}/%{rname}-%{version}/db |grep "\.db"`
%{_bindir}/%{rname} -c  %{_sysconfdir}/squid/%{rname}.conf.sample -C all 
for i in privilegedsource bannedsource timerestriction lansource banneddestination advertising; do
    rm -rf /usr/share/%{rname}-%{version}/db/$i/*.db 
done
chown -R squid:squid /usr/share/%{rname}-%{version}/db

echo "WARNING !!! WARNING !!! WARNING !!! WARNING !!!"
echo ""
echo "Modify the following line in the /etc/squid/squid.conf file:"
echo "url_rewrite_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf"

%postun
if [ "$1" = "0" ]; then
    rm -rf %{_datadir}/%{rname}-%{version}
fi

%triggerun -- squidGuard <= 1.2.0-13mdv2007.1
mv %{_datadir}/%{rname}-%{version} %{_datadir}/%{rname}-%{version}.bk

%triggerpostun -- squidGuard <= 1.2.0-13mdv2007.1
mv %{_datadir}/%{rname}-%{version}.bk %{_datadir}/%{rname}-%{version}

%files
%defattr(-,root,root)
%doc COPYING GPL README README.LDAP ANNOUNCE CHANGELOG blacklists-readme doc/*.{html,gif,txt}
%config(noreplace) %{_sysconfdir}/squid/*
%config(noreplace) %{_sysconfdir}/logrotate.d/%{rname}
%{_bindir}/*
%attr(0755,apache,apache) /var/www/cgi-bin/*.cgi
%attr(0755,apache,apache) /var/www/cgi-bin/*.png
%{_datadir}/%{rname}-%{version}/contrib
%{_datadir}/%{rname}-%{version}/samples
%{_datadir}/%{rname}-%{version}/db
%dir %attr(-,squid,squid)/var/log/%{rname}
%attr(-,squid,squid)/var/log/%{rname}/*



%changelog
* Thu Sep 20 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5-0.beta.2
+ Revision: 97486ec
- LOG Add provides and requires exceptions for internal dependency generator



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18988 |14mr|squirrel-2.2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined %{nil}

%define oname SQUIRREL2
%define packagedir SQUIRREL2

%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Name:		squirrel
Version:	2.2.5
Release:	2
Summary:	The squirrel language
License:	zlib
Group:		Development/Other
URL:		http://squirrel-lang.org
Source0:	http://ovh.dl.sourceforge.net/sourceforge/squirrel/%{name}_%{version}_stable.tar.gz
Patch0:         %{name}-2.2.5-fdr-autotools.patch
Patch1:         %{name}-2.2.4-fdr-mem.patch

%description
Squirrel is a light weight programming language 
featuring higher-order functions,classes/inheritance,
delegation,tail recursion,generators,cooperative 
threads,exception handling, reference counting and 
garbage collection on demand. C-like syntax.


%package -n %{develname}
Summary:	Header files and static libraries from %{name}
Group:		Development/Other
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname %{name} 0 -d

%description -n %{develname}
Libraries and includes files for
developing programs based on %name.


%prep
%setup -qn %{oname}
%patch0 -p1 -b .autotools
%patch1 -p1 -b .mem

# fix file permissions
find . -type f -exec chmod a-x {} \;

# fix extension for autotools
mv sq/sq.c sq/sq.cpp

# fix EOL + preserve timestamps
for f in README HISTORY COPYRIGHT
do
    perl -pi -e 's/\015$//' $f
done

sh autogen.sh

%build
%configure2_5x --disable-static
%make
%install
%makeinstall_std INSTALL="/usr/bin/install -p"

rm %{buildroot}%{_libdir}/*.la

#correct wrong file end of line encoding 
perl -pi -e 's/\015$//' %{buildroot}/%{_includedir}/*

%files
%doc README HISTORY COPYRIGHT COMPILE
%{_bindir}/sq

%files -n %{develname}
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.5-2
+ Revision: f07fc27
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18989 |14mr|sshd-monitor-0.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	sshd-monitor
%define	version	0.3

Summary:	A simple monitor for sshd
Name:		%{name}
Version:	%{version}
Release:	10
Source0:	%{name}-%{version}.tar.bz2
License:	GPL
Group:		Monitoring
Requires:	openssh-server
Requires:	telnet-client
Requires:	expect
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
A very basic sshd monitor written in expect.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
install expect-sshd -D $RPM_BUILD_ROOT%{_datadir}/%{name}/expect-sshd
install sshd-restarter -D $RPM_BUILD_ROOT%{_datadir}/%{name}/sshd-restarter
install -m 644 cron.entry -D $RPM_BUILD_ROOT%{_sysconfdir}/cron.d/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog README.CVS
%{_datadir}/%{name}
%config(noreplace) %{_sysconfdir}/cron.d/%{name}





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-10
+ Revision: 3d7cabb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18990 |14mr|stardict-3.0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without gnome

# used to indicate difference between new/old dictionary formats
%define dict_format_version 2.4.2

Summary:	International dictionary written for GNOME
Name:		stardict
Version:	3.0.3
Release:	8
License:	GPLv3+
Group:		Text tools
Url:		http://code.google.com/p/stardict-3/
Source0:	http://stardict-3.googlecode.com/files/%{name}-%{version}.tar.bz2
Source1:	defaultdict.cfg
Source2:	stardict_128.png
Patch1:		stardict-3.0.3-glib.patch
Patch2:		stardict-3.0.3-str-fmt.patch
Patch3:		stardict-3.0.3-zlib.patch
Patch4:		stardict-3.0.3-compositelookup_cpp.patch
Patch9:		stardict-3.0.3-gcc46.patch
BuildRequires:	desktop-file-utils
BuildRequires:	GConf2
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	scrollkeeper
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-2.0)
%if %{with gnome}
BuildRequires:	pkgconfig(libgnomeui-2.0)
%endif
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(zlib)
Provides:	%{name}-tools = %{EVRD}
Requires:	stardict-dictionary = %{dict_format_version}
Conflicts:	stardict-dictionary < %{dict_format_version}
Conflicts:	stardict-dictionary > %{dict_format_version}
Requires(preun):	GConf2 >= 2.3.3

%description
StarDict is an international dictionary written for the GNOME environment.
It has evolved from Motif/Lesstif based Chinese dictionary, into a full
featured international dictionary written in GTK+. Here are some of its
features:

- Instantly popup word definition when word is selected on screen
- Wildcard search ( e.g. "wo?d*" )
- Fuzzy query
- Dock into notification area
- Find text in word definition
- Many dictionaries available, including freedict, *quick, xdict,
  dict.org dictionaries

%files -f %{name}.lang
%{_sysconfdir}/gconf/schemas/*.schemas
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/defaultdict.cfg
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/idl/*.idl
%{_datadir}/pixmaps/*
%{_datadir}/%{name}
%{_libdir}/bonobo/servers/*.server
%{_mandir}/man?/*
%{_libdir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png

%preun
%preun_uninstall_gconf_schemas stardict

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p0
%patch2 -p0
%patch3 -p1
%patch4 -p0
%patch9 -p1

%build
pushd dict
%before_configure
popd
%configure2_5x \
%if %{without gnome}
	--disable-gnome-support \
%endif
	--disable-schemas-install \
	--disable-espeak \
	--disable-festival \
	--disable-gucharmap
%make

%install
%makeinstall_std

# copy config file of locale specific default dictionaries
install -Dpm644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/defaultdict.cfg

# menu
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="GTK" \
	--add-category="Office" \
	--add-category="Dictionary" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# install menu icons
for N in 16 32 48 64 128;
do
convert %{SOURCE2} -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

# own various directories
mkdir -p %{buildroot}%{_datadir}/stardict/dic \
	 %{buildroot}%{_datadir}/stardict/treedict

%find_lang %{name} --with-gnome


%changelog
* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.3-8
+ Revision: e9ea268
- Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18991 |14mr|stardict-freedict-afr-deu-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	Afrikaans -> German Freedict dictionary for StarDict 2
Name:		stardict-freedict-afr-deu
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_afr-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Afrikaans -> German Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_afr-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 38eaaa9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18992 |14mr|stardict-freedict-afr-eng-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Afrikaans -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-afr-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_afr-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Afrikaans -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_afr-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: a03bc23
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18993 |14mr|stardict-freedict-cze-eng-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	Czech -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-cze-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_cze-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Czech -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_cze-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: bd24399
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18994 |14mr|stardict-freedict-dan-eng-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	Danish -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-dan-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_dan-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_dan-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 0e2cb55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18995 |14mr|stardict-freedict-deu-eng-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	German -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-deu-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_deu-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
German -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_deu-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 375a3f4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18996 |14mr|stardict-freedict-deu-fra-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	German -> French Freedict dictionary for StarDict 2
Name:		stardict-freedict-deu-fra
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_deu-fra-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
German -> French Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_deu-fra-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: f018fe8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18997 |14mr|stardict-freedict-deu-ita-2.4.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 12
%define dict_format_version	2.4.2

Summary:	German -> Italian Freedict dictionary for StarDict 2
Name:		stardict-freedict-deu-ita
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_deu-ita-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
German -> Italian Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_deu-ita-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-12
+ Revision: decb2c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18998 |14mr|stardict-freedict-deu-nld-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	German -> Nederland Freedict dictionary for StarDict 2
Name:		stardict-freedict-deu-nld
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_deu-nld-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
German -> Nederland Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_deu-nld-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: e66299b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 18999 |14mr|stardict-freedict-deu-por-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	German -> Portugese Freedict dictionary for StarDict 2
Name:		stardict-freedict-deu-por
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_deu-por-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
German -> Portugese Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_deu-por-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: a65a50f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19000 |14mr|stardict-freedict-eng-afr-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Afrikaans Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-afr
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-afr-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Afrikaans Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-afr-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 57d153a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19001 |14mr|stardict-freedict-eng-deu-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	English -> German Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-deu
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> German Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: e44d882
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19002 |14mr|stardict-freedict-eng-fra-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	English -> French Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-fra
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-fra-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> French Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-fra-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 032e687
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19003 |14mr|stardict-freedict-eng-hun-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	English -> Hungarian Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-hun
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-hun-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Hungarian Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-hun-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 14649ee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19004 |14mr|stardict-freedict-eng-iri-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	English -> Irish Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-iri
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-iri-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Irish Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-iri-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 528176e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19005 |14mr|stardict-freedict-eng-ita-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Italian Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-ita
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-ita-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Italian Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-ita-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: f1e1c37
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19006 |14mr|stardict-freedict-eng-lat-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	English -> Latin Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-lat
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-lat-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Latin Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-lat-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: a154c05
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19007 |14mr|stardict-freedict-eng-nld-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Nederland Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-nld
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-nld-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Nederland Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-nld-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 2193efd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19008 |14mr|stardict-freedict-eng-por-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Portugese Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-por
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-por-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Portugese Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-por-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: daf58a7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19009 |14mr|stardict-freedict-eng-rom-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Romanian Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-rom
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-rom-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Romanian Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-rom-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 8b8b798
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19010 |14mr|stardict-freedict-eng-rus-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	English -> Russian Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-rus
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-rus-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Russian Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-rus-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: d5a49d7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19011 |14mr|stardict-freedict-eng-scr-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	English -> Serbo-Croat Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-scr
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

# http://freedict.sourceforge.net/download/linux/eng-scr.tar.gz
Source0:	http://deaddog.org/stardict/stardict-dictd_www.freedict.de_eng-scr-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Serbo-Croat Freedict dictionary in StarDict 2 format
(originally for dictd)

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-scr-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: be54a6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19012 |14mr|stardict-freedict-eng-spa-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Spanish Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-spa
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-spa-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Spanish Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-spa-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 527ba92
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19013 |14mr|stardict-freedict-eng-swe-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Swedish Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-swe
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Swedish Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 2bd0400
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19014 |14mr|stardict-freedict-eng-wel-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	English -> Welsh Freedict dictionary for StarDict 2
Name:		stardict-freedict-eng-wel
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_eng-wel-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Welsh Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_eng-wel-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: c2b1f68
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19015 |14mr|stardict-freedict-fra-deu-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	French -> German Freedict dictionary for StarDict 2
Name:		stardict-freedict-fra-deu
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_fra-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
French -> German Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_fra-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: b6c3c8c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19016 |14mr|stardict-freedict-fra-eng-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	French -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-fra-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_fra-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
French -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_fra-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 1925c37
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19017 |14mr|stardict-freedict-fra-nld-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	French -> Nederland Freedict dictionary for StarDict 2
Name:		stardict-freedict-fra-nld
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_fra-nld-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
French -> Nederland Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_fra-nld-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 24e0e51
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19018 |14mr|stardict-freedict-hun-eng-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	Hungarian -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-hun-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_hun-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Hungarian -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_hun-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 3609550
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19019 |14mr|stardict-freedict-iri-eng-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Irish -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-iri-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_iri-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Irish -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_iri-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 31f2807
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19020 |14mr|stardict-freedict-ita-deu-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	Italian -> German Freedict dictionary for StarDict 2
Name:		stardict-freedict-ita-deu
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_ita-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Italian -> German Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_ita-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 38fd789
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19021 |14mr|stardict-freedict-ita-eng-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Italian -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-ita-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

# http://freedict.sourceforge.net/download/linux/ita-eng.tar.gz
Source0:	http://deaddog.org/stardict/stardict-dictd_www.freedict.de_ita-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Italian -> English Freedict dictionary in StarDict 2 format
(originally for dictd)

%prep
%setup -q -n stardict-dictd_www.freedict.de_ita-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 4605948
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19022 |14mr|stardict-freedict-jpn-deu-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Japanese -> German Freedict dictionary for StarDict 2
Name:		stardict-freedict-jpn-deu
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_jpn-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Japanese -> German Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_jpn-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: ce5b414
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19023 |14mr|stardict-freedict-kha-deu-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	Khasi -> German Freedict dictionary for StarDict 2
Name:		stardict-freedict-kha-deu
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

# http://freedict.sourceforge.net/download/linux/kha-deu.tar.gz
Source0:	http://deaddog.org/stardict/stardict-dictd_www.freedict.de_kha-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Khasi -> German Freedict dictionary in StarDict 2 format
(originally for dictd)

%prep
%setup -q -n stardict-dictd_www.freedict.de_kha-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 4595735
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19024 |14mr|stardict-freedict-lat-deu-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Latin -> German Freedict dictionary for StarDict 2
Name:		stardict-freedict-lat-deu
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_lat-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Latin -> German Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_lat-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 67b2843
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19025 |14mr|stardict-freedict-lat-eng-2.4.2-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 15
%define dict_format_version	2.4.2

Summary:	Latin -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-lat-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_lat-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Latin -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_lat-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-15
+ Revision: 3d18541
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19026 |14mr|stardict-freedict-nld-deu-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Nederland -> German Freedict dictionary for StarDict 2
Name:		stardict-freedict-nld-deu
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_nld-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Nederland -> German Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_nld-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 0050cb3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19027 |14mr|stardict-freedict-nld-eng-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	Nederland -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-nld-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_nld-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Nederland -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_nld-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: f4bc6cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19028 |14mr|stardict-freedict-nld-fra-2.4.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 12
%define dict_format_version	2.4.2

Summary:	Nederland -> French Freedict dictionary for StarDict 2
Name:		stardict-freedict-nld-fra
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_nld-fra-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Nederland -> French Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_nld-fra-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-12
+ Revision: c49fa56
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19029 |14mr|stardict-freedict-por-deu-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	Portugese -> German Freedict dictionary for StarDict 2
Name:		stardict-freedict-por-deu
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_por-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Portugese -> German Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_por-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: eeffb5d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19030 |14mr|stardict-freedict-por-eng-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	Portugese -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-por-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_por-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Portugese -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_por-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 09203b1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19031 |14mr|stardict-freedict-sco-deu-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	Scottish -> German Freedict dictionary for StarDict 2
Name:		stardict-freedict-sco-deu
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_sco-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Scottish -> German Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_sco-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: c1fb5ec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19032 |14mr|stardict-freedict-scr-eng-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	Serbo-Croat -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-scr-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_scr-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Serbo-Croat -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_scr-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 0233feb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19033 |14mr|stardict-freedict-slo-eng-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	Slovak -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-slo-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_slo-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Slovak -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_slo-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 49ee04b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19034 |14mr|stardict-freedict-spa-eng-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Spanish -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-spa-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_spa-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Spanish -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_spa-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 50f8c56
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19035 |14mr|stardict-freedict-swa-eng-2.4.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 12
%define dict_format_version	2.4.2

Summary:	Swahili -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-swa-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_swa-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swahili -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_swa-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-12
+ Revision: 4b5b781
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19036 |14mr|stardict-freedict-swe-eng-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	Swedish -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-swe-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_swe-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_swe-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: af7c63e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19037 |14mr|stardict-freedict-tur-deu-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Turkish -> German Freedict dictionary for StarDict 2
Name:		stardict-freedict-tur-deu
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_tur-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Turkish -> German Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_tur-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 74f9979
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19038 |14mr|stardict-freedict-tur-eng-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	Turkish -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-tur-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-dictd_www.freedict.de_tur-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Turkish -> English Freedict dictionary in StarDict 2 format

%prep
%setup -q -n stardict-dictd_www.freedict.de_tur-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 93b7444
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19039 |14mr|stardict-freedict-wel-eng-2.4.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 13
%define dict_format_version	2.4.2

Summary:	Welsh -> English Freedict dictionary for StarDict 2
Name:		stardict-freedict-wel-eng
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

# http://freedict.sourceforge.net/download/linux/wel-eng.tar.gz
Source0:	http://deaddog.org/stardict/stardict-dictd_www.freedict.de_wel-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Welsh -> English Freedict dictionary in StarDict 2 format
(originally for dictd)

%prep
%setup -q -n stardict-dictd_www.freedict.de_wel-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-13
+ Revision: 481a3bc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19040 |14mr|stardict-quick-afr-eng-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	Afrikaanss -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-afr-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_afr-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Afrikaanss -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_afr-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 8e88208
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19041 |14mr|stardict-quick-dan-deu-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	Danish -> German *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-deu
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> German *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 89f34eb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19042 |14mr|stardict-quick-dan-eng-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	Danish -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: e162238
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19043 |14mr|stardict-quick-dan-fra-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Danish -> French *Quick dictionary for StarDict 2
Name:		stardict-quick-dan-fra
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_dan-fra-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Danish -> French *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_dan-fra-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 038450e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19044 |14mr|stardict-quick-deu-dan-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	German -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-deu-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_deu-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
German -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_deu-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 3a802fd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19045 |14mr|stardict-quick-deu-deu-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	German -> German *Quick dictionary for StarDict 2
Name:		stardict-quick-deu-deu
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_deu-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
German -> German *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_deu-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: e476ca6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19046 |14mr|stardict-quick-deu-eng-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	German -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-deu-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_deu-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
German -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_deu-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 372d0ef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19047 |14mr|stardict-quick-deu-swe-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	German -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-deu-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_deu-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
German -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_deu-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 72eae81
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19048 |14mr|stardict-quick-eng-afr-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	English -> Afrikaanss *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-afr
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-afr-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Afrikaanss *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-afr-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 59118b4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19049 |14mr|stardict-quick-eng-dan-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	English -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: bad3462
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19050 |14mr|stardict-quick-eng-deu-2.4.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 13
%define dict_format_version	2.4.2

Summary:	English -> German *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-deu
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> German *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-13
+ Revision: a1c8d3f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19051 |14mr|stardict-quick-eng-eng-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	English -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 4b4e91d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19052 |14mr|stardict-quick-eng-fin-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Finnish *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-fin
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-fin-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Finnish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-fin-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 7af1dfb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19053 |14mr|stardict-quick-eng-fra-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	English -> French *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-fra
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-fra-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> French *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-fra-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 2c611e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19054 |14mr|stardict-quick-eng-gre-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Greek *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-gre
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-gre-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Greek *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-gre-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 826945f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19055 |14mr|stardict-quick-eng-hun-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Hungarian *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-hun
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-hun-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Hungarian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-hun-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 7461ee5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19056 |14mr|stardict-quick-eng-ind-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	English -> Indonesian *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-ind
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-ind-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Indonesian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-ind-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 49183a3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19057 |14mr|stardict-quick-eng-ita-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Italian *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-ita
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-ita-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Italian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-ita-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: d4bda7b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19058 |14mr|stardict-quick-eng-jpn-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Japanese *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-jpn
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-jpn-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Japanese *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-jpn-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 0d0f338
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19059 |14mr|stardict-quick-eng-lat-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	English -> Latin *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-lat
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-lat-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Latin *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-lat-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 99d65c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19060 |14mr|stardict-quick-eng-nld-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	English -> Dutch *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-nld
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-nld-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Dutch *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-nld-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 530c6ce
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19061 |14mr|stardict-quick-eng-nor-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	English -> Norwegian *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-nor
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-nor-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Norwegian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-nor-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 2bc1d22
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19062 |14mr|stardict-quick-eng-por-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Portuguese *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-por
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-por-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Portuguese *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-por-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 7f33394
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19063 |14mr|stardict-quick-eng-rus-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Russian *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-rus
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-rus-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Russian *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-rus-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 24920a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19064 |14mr|stardict-quick-eng-spa-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Spanish *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-spa
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-spa-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Spanish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-spa-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 8cfec09
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19065 |14mr|stardict-quick-eng-swa-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Swahili *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-swa
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-swa-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Swahili *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-swa-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: dda9145
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19066 |14mr|stardict-quick-eng-swe-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	English -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-eng-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_eng-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
English -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_eng-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 15b9f57
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19067 |14mr|stardict-quick-fin-eng-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	Finnish -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-fin-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_fin-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Finnish -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_fin-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: e0f53bd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19068 |14mr|stardict-quick-fra-dan-2.4.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 12
%define dict_format_version	2.4.2

Summary:	French -> Danish *Quick dictionary for StarDict 2
Name:		stardict-quick-fra-dan
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_fra-dan-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
French -> Danish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_fra-dan-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-12
+ Revision: 9fd0378
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19069 |14mr|stardict-quick-fra-eng-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	French -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-fra-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_fra-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
French -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_fra-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: c94b201
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19070 |14mr|stardict-quick-fra-swe-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	French -> Swedish *Quick dictionary for StarDict 2
Name:		stardict-quick-fra-swe
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_fra-swe-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
French -> Swedish *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_fra-swe-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: b3e4661
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19071 |14mr|stardict-quick-gre-eng-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	Greek -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-gre-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_gre-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Greek -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_gre-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 317c223
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19072 |14mr|stardict-quick-hun-eng-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Hungarian -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-hun-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_hun-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Hungarian -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_hun-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 9500f3a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19073 |14mr|stardict-quick-ind-eng-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	Indonesian -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-ind-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_ind-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Indonesian -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_ind-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: b5397c7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19074 |14mr|stardict-quick-ita-eng-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	Italian -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-ita-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_ita-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Italian -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_ita-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: e3cb9ec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19075 |14mr|stardict-quick-jpn-eng-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	Japanese -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-jpn-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_jpn-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Japanese -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_jpn-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 326e9a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19076 |14mr|stardict-quick-lat-eng-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Latin -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-lat-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_lat-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Latin -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_lat-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 39f32a5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19077 |14mr|stardict-quick-nld-eng-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Dutch -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-nld-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_nld-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Dutch -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_nld-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 5ec6b5a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19078 |14mr|stardict-quick-nor-eng-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	Norwegian -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-nor-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_nor-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Norwegian -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_nor-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: e472f42
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19079 |14mr|stardict-quick-por-eng-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Portuguese -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-por-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_por-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Portuguese -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_por-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 35a26a5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19080 |14mr|stardict-quick-rus-eng-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Russian -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-rus-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_rus-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Russian -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_rus-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 49385f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19081 |14mr|stardict-quick-spa-eng-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Spanish -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-spa-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_spa-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Spanish -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_spa-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: ca1d686
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19082 |14mr|stardict-quick-swa-eng-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	Swahili -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-swa-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swa-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swahili -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swa-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: d94f1ca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19083 |14mr|stardict-quick-swe-deu-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Swedish -> German *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-deu
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-deu-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> German *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-deu-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: ccaa1a7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19084 |14mr|stardict-quick-swe-eng-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Swedish -> English *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-eng
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-eng-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> English *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-eng-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: d3dc009
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19085 |14mr|stardict-quick-swe-fra-2.4.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 11
%define dict_format_version	2.4.2

Summary:	Swedish -> French *Quick dictionary for StarDict 2
Name:		stardict-quick-swe-fra
Version:	%{version}
Release:	%{release}
License:	Distributable
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-quick_swe-fra-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Swedish -> French *Quick dictionary in StarDict 2 format.
*Quick is an open source translation application. For more info, visit

http://www.futureware.at/.

%prep
%setup -q -n stardict-quick_swe-fra-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-11
+ Revision: 3d14795
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19086 |14mr|stardict-stardict1.3-en-zh_CN-2.4.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 9
%define dict_format_version	2.4.2

Summary:	StarDict 1.3 dictionary (English -> Simplified Chinese) converted to StarDict 2
Name:		stardict-stardict1.3-en-zh_CN
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-stardict1.3-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
This package contains StarDict 1.3 dictionary (English -> Simplified Chinese)
database converted into StarDict 2 format.

%prep
%setup -q -n stardict-stardict1.3-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-9
+ Revision: 5db2652
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19087 |14mr|stardict-xdict-en-zh_CN-2.4.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 12
%define dict_format_version	2.4.2

Summary:	Simplified Chinese dictionary for stardict 2
Name:		stardict-xdict-en-zh_CN
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-xdict-ec-gb-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Xdict is an old English to Chinese dictionary application.
This package contains xdict database converted into stardict format.

%prep
%setup -q -n stardict-xdict-ec-gb-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-12
+ Revision: fe4186d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19088 |14mr|stardict-xdict-en-zh_TW-2.4.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 12
%define dict_format_version	2.4.2

Summary:	Traditional Chinese dictionary for stardict 2
Name:		stardict-xdict-en-zh_TW
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-xdict-ec-big5-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Xdict is an old English to Chinese dictionary application.
This package contains xdict database converted into stardict format.

%prep
%setup -q -n stardict-xdict-ec-big5-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-12
+ Revision: 831bf9d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19089 |14mr|stardict-xdict-zh_CN-en-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	Xdict Simplified Chinese -> English dictionary for stardict 2
Name:		stardict-xdict-zh_CN-en
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-xdict-ce-gb-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Xdict is an old English to Chinese dictionary application.
This package contains xdict database converted into stardict format.

%prep
%setup -q -n stardict-xdict-ce-gb-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 60988f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19090 |14mr|stardict-xdict-zh_TW-en-2.4.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	version	2.4.2
%define release 10
%define dict_format_version	2.4.2

Summary:	Xdict Traditional Chinese -> English dictionary for stardict 2
Name:		stardict-xdict-zh_TW-en
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Databases
URL:		http://stardict.sourceforge.net/
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch

Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/s/st/stardict/stardict-xdict-ce-big5-%{version}.tar.bz2

Provides:	stardict-dictionary = %{dict_format_version}
Requires:	stardict >= %{dict_format_version}

%description
Xdict is an old English to Chinese dictionary application.
This package contains xdict database converted into stardict format.

%prep
%setup -q -n stardict-xdict-ce-big5-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/stardict/dic
install -m 0644 * $RPM_BUILD_ROOT%{_datadir}/stardict/dic

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/stardict/dic/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.2-10
+ Revision: 2132a20
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19091 |14mr|startup-notification-0.12-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	1
%define major	0
%define libname	%mklibname %{name}- %{api} %{major}
%define devname	%mklibname %{name}- %{api}  -d

Summary:	Library used to monitor application startup
Name:		startup-notification
Version:	0.12
Release:	6
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.freedesktop.org/
Source0:	http://www.freedesktop.org/software/%{name}/releases/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(x11-xcb)

%description
Startup-notification is a library used to monitor application startup.

%package -n %{libname}
Summary:	Library used to monitor application startup
Group:		%{group}
Provides:	lib%{name}-%{api} = %{version}-%{release}

%description -n %{libname}
Startup-notification is a library used to monitor application startup.

%package -n %{devname}
Summary:	Library used to monitor application startup
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname startup-notification- 1 0 -d} < 0.12-5

%description -n %{devname}
Startup-notification is a library used to monitor application startup.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/*-%{api}.so.%{major}*

%files -n %{devname}
%doc ChangeLog
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12-6
+ Revision: ddf8266
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19092 |14mr|statserial-1.1-26
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool which displays the status of serial port modem lines
Name:		statserial
Version:	1.1
Release:	26
License:	BSD
Group:		Communications
URL:		ftp://sunsite.unc.edu/pub/Linux/system/serial/
Source0:	ftp://sunsite.unc.edu/pub/Linux/system/serial/%{name}-%{version}.tar.bz2
Patch0:		%{name}-1.1-config.patch
Patch1: 	%{name}-1.1-dev.patch
Patch2:		statserial-1.1-LDFLAGS.diff
BuildRequires:	ncurses-devel
BuildRequires:	glibc-static-devel 
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root

%description
The statserial utility displays a table of the signals on a standard 9-pin or
25-pin serial port and indicates the status of the handshaking lines.
Statserial is useful for debugging serial port and/or modem problems.

Install the statserial package if you need a tool to help debug serial port or
modem problems.

%prep

%setup -q
%patch0 -p1 -b .config
%patch1 -p1 -b .dev
%patch2 -p0 -b .LDFLAGS

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags} -static"

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}/{%{_bindir},%{_mandir}/man1}

install -m 755 statserial %{buildroot}%{_bindir}/statserial
install -m 444 statserial.1 %{buildroot}%{_mandir}/man1/statserial.1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING ChangeLog README
%{_bindir}/statserial
%{_mandir}/man1/statserial.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-26
+ Revision: 08a8254
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19093 |14mr|step-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define eigen_version 2.0.3

Name:		step
Summary:	Interactive physical simulator
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 GFDL
URL:		http://edu.kde.org/step/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(eigen2) >= %{eigen_version}
BuildRequires:	pkgconfig(libqalculate)
BuildRequires:	pkgconfig(gsl)

%description
Step is an interactive physical simulator. It works like this:
you place some bodies on the scene, add some forces such as gravity
or springs, then click "Simulate" and Step shows you how your scene
will evolve according to the laws of physics. You can change every
property of bodies/forces in your experiment (even during simulation)
and see how this will change evolution of the experiment. With Step
you can not only learn but feel how physics works!

%files
%doc README AUTHORS ChangeLog COPYING COPYING.DOC DESIGN TODO
%{_kde_bindir}/step
%{_kde_applicationsdir}/step.desktop
%{_kde_appsdir}/step
%{_kde_datadir}/config.kcfg/step.kcfg
%{_kde_configdir}/step.knsrc
%{_kde_docdir}/HTML/en/step
%{_kde_iconsdir}/hicolor/*/apps/step.png

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 642c8fc
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19094 |14mr|strace-4.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		strace
Version:	4.8
Release:	2
Summary:	Tracks and displays system calls associated with a running process
License:	BSD
Group:		Development/Kernel
URL:		http://sourceforge.net/projects/strace/
Source0:	http://switch.dl.sourceforge.net/project/strace/strace/%version/strace-%version.tar.xz

%track
prog %name = {
	url = http://sourceforge.net/projects/strace/
	version = %version
	regex = %name-(__VER__)\.tar\.xz
}

%description
The strace program intercepts and records the system calls called
and received by a running process.  Strace can print a record of
each system call, its arguments and its return value.  Strace is useful
for diagnosing problems and debugging, as well as for instructional
purposes.

Install strace if you need a tool to track the system calls made and
received by a process.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%{make}

%install
%makeinstall_std

# remove unpackaged files
%{__rm} %{buildroot}%{_bindir}/strace-graph

%files
%doc COPYING README* CREDITS ChangeLog INSTALL NEWS
%_bindir/strace
%_bindir/strace-log-merge
%_mandir/man1/strace.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.8-2
+ Revision: e7a358d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19095 |14mr|strigi-0.7.8-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Desktop Search
Name:		strigi
Version:	0.7.8
Release:	12
Epoch:		1
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://strigi.sourceforge.net
Source0:	http://www.vandenoever.info/software/strigi/%{name}-%{version}.tar.bz2
Patch0:		strigi-0.7.7-missinglink.patch
BuildRequires:	cmake
BuildRequires:	attr-devel
BuildRequires:	bzip2-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	magic-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libclucene-core)
BuildRequires:	pkgconfig(openssl)
Obsoletes:	%{mklibname cluceneindex 0} < 0.7.7-2

%description
Here are the main features of Strigi:

    * very fast crawling
    * very small memory footprint
    * no hammering of the system
    * pluggable backend, currently clucene and hyperestraier, 
        sqlite3 and xapian are in the works
    * communication between daemon and search program over an 
        abstract interface, this is currently a simple socket 
        but implementation of dbus is a possibility. There's a 
        small perl program in the code as an example of how to 
        query. This is so easy that any KDE app could implement this.
    * simple interface for implementing plugins for extracting 
        information. we'll try to reuse the kat plugins, although 
        native plugins will have a large speed advantage
    * calculation of sha1 for every file crawled (allows fast finding
        of duplicates)

%files
%{_bindir}/*
%dir %{_libdir}/strigi
%{_libdir}/strigi/*
%{_datadir}/strigi/*
%{_datadir}/dbus-1/services/
%exclude %{_bindir}/strigiclient

#--------------------------------------------------------------------

%package gui
Summary:	Strigi interface
Group:		Graphical desktop/KDE

%description gui
Strigi interface

%files gui
%{_bindir}/strigiclient

#--------------------------------------------------------------------

%define searchclient_major 0
%define libsearchclient %mklibname searchclient %{searchclient_major}

%package -n %{libsearchclient}
Summary:	Strigi library
Group:		System/Libraries

%description -n %{libsearchclient}
Strigi library.

%files -n %{libsearchclient}
%{_libdir}/libsearchclient.so.%{searchclient_major}*

#--------------------------------------------------------------------

%define streamanalyzer_major 0
%define libstreamanalyzer %mklibname streamanalyzer %{streamanalyzer_major}

%package -n %{libstreamanalyzer}
Summary:	Strigi library
Group:		System/Libraries

%description -n %{libstreamanalyzer}
Strigi library.

%files -n %{libstreamanalyzer}
%{_libdir}/libstreamanalyzer.so.%{streamanalyzer_major}*

#--------------------------------------------------------------------

%define streams_major 0
%define libstreams %mklibname streams %{streams_major}

%package -n %{libstreams}
Summary:	Strigi library
Group:		System/Libraries

%description -n %{libstreams}
Strigi library.

%files -n %{libstreams}
%{_libdir}/libstreams.so.%{streams_major}*

#--------------------------------------------------------------------

%define strigihtmlgui_major 0
%define libstrigihtmlgui %mklibname strigihtmlgui %{strigihtmlgui_major}

%package -n %{libstrigihtmlgui}
Summary:	Strigi library
Group:		System/Libraries

%description -n %{libstrigihtmlgui}
Strigi library.

%files -n %{libstrigihtmlgui}
%{_libdir}/libstrigihtmlgui.so.%{strigihtmlgui_major}*

#--------------------------------------------------------------------

%define strigiqtdbusclient_major 0
%define libstrigiqtdbusclient %mklibname strigiqtdbusclient %{strigiqtdbusclient_major}

%package -n %{libstrigiqtdbusclient}
Summary:	Strigi library
Group:		System/Libraries

%description -n %{libstrigiqtdbusclient}
Strigi library.

%files -n %{libstrigiqtdbusclient}
%{_libdir}/libstrigiqtdbusclient.so.%{strigiqtdbusclient_major}*

#--------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libstrigihtmlgui} = %{EVRD}
Requires:	%{libstrigiqtdbusclient} = %{EVRD}
Requires:	%{libsearchclient} = %{EVRD}
Requires:	%{libstreamanalyzer} = %{EVRD}
Requires:	%{libstreams} = %{EVRD}
Requires:	strigi = %{EVRD}
Provides:	libstrigi-devel = %{EVRD}

%description devel
Development files for %{name}.

%files devel
%{_libdir}/*.so
%{_includedir}/strigi
%{_libdir}/pkgconfig/*
%{_libdir}/cmake/LibSearchClient/LibSearchClientConfig.cmake
%{_libdir}/cmake/LibStreamAnalyzer/LibStreamAnalyzerConfig.cmake
%{_libdir}/cmake/LibStreamAnalyzer/LibStreamAnalyzerConfigVersion.cmake
%{_libdir}/cmake/LibStreams/LibStreamsConfig.cmake
%{_libdir}/cmake/LibStreams/LibStreamsTargets.cmake
%{_libdir}/cmake/LibStreams/LibStreamsTargets-noconfig.cmake
%{_libdir}/cmake/LibStreams/LibStreamsConfigVersion.cmake
%{_libdir}/cmake/Strigi

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .missinglink~

%build
%cmake_qt4 -DCMAKE_INSTALL_LIBDIR=%{_lib}
%make

%install
%makeinstall_std -C build


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.7.8-12
+ Revision: 6f78719
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19096 |14mr|struts-1.2.9-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define full_name	jakarta-%{name}
%define tomcat5appsdir  %{_localstatedir}/lib/tomcat5/webapps
%define tomcat5ctxdir   %{_sysconfdir}/tomcat5/Catalina/localhost
%define webapps		blank documentation example examples tiles-documentation
%define webapplibs commons-beanutils commons-digester commons-fileupload commons-validator oro struts

Name:		struts
Version:	1.2.9
Release:	13
Epoch:		0
Summary:	Web application framework
License:	ASL 2.0
Group:      Development/Java
Source0:	%{name}-%{version}-src-RHCLEAN.tar.gz
Source2:	tomcat4-context-allowlinking.xml
Source3:	tomcat5-context-allowlinking.xml
#Patch0:		%{name}-%{version}.build.patch
Patch0:		struts-1.2.9-strutsel-build_xml.patch
Patch1:		struts-1.2.9-FacesRequestProcessor.patch
Patch2:		struts-1.2.9-HttpServletRequestWrapper.patch
Patch3:		struts-1.2.9-FacesTilesRequestProcessor.patch
Patch4:		struts-1.2.9-strutsfaces-example1-build_xml.patch
Patch5:		struts-1.2.9-strutsfaces-example2-build_xml.patch
Patch6:		struts-1.2.9-strutsfaces-systest1-build_xml.patch
Patch7:		struts-1.2.9.bz157205.patch
Patch8:		struts-1.2.9-CVE-2008-2025.patch
URL:		http://struts.apache.org/
Requires:	servlet25
Requires:	jakarta-commons-beanutils
Requires:	jakarta-commons-digester
Requires:	jakarta-commons-fileupload
Requires:	jakarta-commons-validator
Requires:	jakarta-oro
BuildRequires:	locales-en
BuildRequires:	jpackage-utils >= 1.6
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:	ant >= 1.6
BuildRequires:	ant-nodeps >= 1.6
BuildRequires:	ant-trax >= 1.6
BuildRequires:	antlr
BuildRequires:	antlr-java
BuildRequires:	jaxp_transform_impl
BuildRequires:	sed
BuildRequires:	servlet25
BuildRequires:  jsp21
BuildRequires:  jakarta-commons-beanutils
BuildRequires:  jakarta-commons-digester
BuildRequires:  jakarta-commons-fileupload
BuildRequires:  jakarta-commons-logging
BuildRequires:  jakarta-commons-validator
BuildRequires:  jakarta-oro

Group:		Development/Java
BuildArch:	noarch

%description
Welcome to the Struts Framework! The goal of this project is to provide
an open source framework useful in building web applications with Java
Servlet and JavaServer Pages (JSP) technology. Struts encourages
application architectures based on the Model-View-Controller (MVC)
design paradigm, colloquially known as Model 2 in discussions on various
servlet and JSP related mailing lists.
Struts includes the following primary areas of functionality:
A controller servlet that dispatches requests to appropriate Action
classes provided by the application developer.
JSP custom tag libraries, and associated support in the controller
servlet, that assists developers in creating interactive form-based
applications.
Utility classes to support XML parsing, automatic population of
JavaBeans properties based on the Java reflection APIs, and
internationalization of prompts and messages.
Struts is part of the Jakarta Project, sponsored by the Apache Software
Foundation. The official Struts home page is at
http://jakarta.apache.org/struts.

%package manual
Summary:        Manual for %{name}
Group:          Development/Java

%description manual
Documentation for %{name}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package webapps-tomcat5
Summary:        Sample %{name} webapps for tomcat5
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jakarta-commons-beanutils
Requires:       jakarta-commons-digester
Requires:       jakarta-commons-fileupload
Requires:       jakarta-commons-validator
Requires:       jakarta-oro
Requires:       tomcat5
Requires(post): %{name} = %{version}-%{release}
Requires(post): jakarta-commons-beanutils
Requires(post): jakarta-commons-digester
Requires(post): jakarta-commons-fileupload
Requires(post): jakarta-commons-validator
Requires(post): jakarta-oro
Requires(post): tomcat5
Requires(pre):  tomcat5
# for /bin/ln and /bin/rm
Requires(post): coreutils
Requires(preun): coreutils

%description webapps-tomcat5
Sample %{name} webapps for tomcat5.

%prep
%setup -n %{name}-%{version}-src -q
%patch0 -p0 -b .sav
%patch1 -p0 -b .sav
%patch2 -p0 -b .sav
%patch3 -p0 -b .sav
%patch4 -p0 -b .sav
%patch5 -p0 -b .sav
%patch6 -p0 -b .sav
%patch7 -p0 -b .sav
%patch8 -p1 -b .sav
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;

%build
export LC_ALL=en_US.ISO-8859-1

# build struts
export CLASSPATH=$(build-classpath servlet)
export ANT_OPTS="-Xmx256m"
STRUTS_BUILD_HOME=$(pwd)
ant -Dlibdir=/usr/share/java \
	-Dcommons-beanutils.jar=$(build-classpath commons-beanutils) \
	-Dcommons-digester.jar=$(build-classpath commons-digester) \
	-Dcommons-fileupload.jar=$(build-classpath commons-fileupload) \
	-Dcommons-logging.jar=$(build-classpath commons-logging) \
	-Dcommons-validator.jar=$(build-classpath commons-validator) \
	-Djakarta-oro.jar=$(build-classpath oro) \
        -Djdbc20ext.jar=$(find-jar jdbc-stdext) \
	-Djsp.jar=$(build-classpath jsp) \
	-Dservlet.jar=$(build-classpath servlet) \
	-Dantlr.jar=$(build-classpath antlr) \
	 dist
#	 compile.library compile.webapps compile.javadoc

%install
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 dist/lib/%{name}.jar \
	$RPM_BUILD_ROOT%{_javadir}/%{name}.jar

# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr target/documentation/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
rm -rf target/documentation/api

# data
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
install -m 644 dist/lib/*.tld $RPM_BUILD_ROOT%{_datadir}/%{name}
install -m 644 dist/lib/*.dtd $RPM_BUILD_ROOT%{_datadir}/%{name}
install -m 644 dist/lib/vali*.xml $RPM_BUILD_ROOT%{_datadir}/%{name}

# core docs
install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/docs
cp -p {INSTALL,LICENSE.txt,NOTICE.txt,README,STATUS.txt} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
cp -p target/documentation/*.html $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/docs
cp -p target/documentation/*.gif $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/docs
cp -pr target/documentation/uml $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/docs
cp -pr target/documentation/userGuide $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/docs
cp -pr target/documentation/images $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/docs

# tomcat 5 webapps
install -d -m 755 $RPM_BUILD_ROOT%{tomcat5appsdir}
install -d -m 755 $RPM_BUILD_ROOT%{tomcat5ctxdir}
for webapp in %{webapps}; do
    cp -pr target/$webapp $RPM_BUILD_ROOT%{tomcat5appsdir}/%{name}-$webapp
    cat %{SOURCE3} | sed -e "s/@@@APPNAME@@@/$webapp/g;" > $RPM_BUILD_ROOT%{tomcat5ctxdir}/%{name}-$webapp.xml
	# XXX: move to %%post/preun
	rm -f $RPM_BUILD_ROOT%{tomcat5appsdir}/%{name}-$webapp/WEB-INF/lib/*
    (cd $RPM_BUILD_ROOT%{tomcat5appsdir}/%{name}-$webapp/WEB-INF \
    && for tld in ../../../../../..%{_datadir}/%{name}/*.tld; do ln -sf $tld `basename $tld`; done)
done

%post webapps-tomcat5
for webapp in %{webapps}; do
build-jar-repository -s -p %{tomcat5appsdir}/%{name}-$webapp/WEB-INF/lib commons-beanutils commons-digester commons-fileupload commons-validator oro
ln -s %{_javadir}/struts.jar %{tomcat5appsdir}/%{name}-$webapp/WEB-INF/lib
done

%preun webapps-tomcat5
for webapp in %{webapps}; do
rm -f %{tomcat5appsdir}/%{name}-$webapp/WEB-INF/lib/*
done

%files
%defattr(-,root,root)
%dir %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}-%{version}/INSTALL
%doc %{_docdir}/%{name}-%{version}/README
%doc %{_docdir}/%{name}-%{version}/*.txt
%{_javadir}/%{name}.jar
%{_datadir}/%{name}

%files manual
%defattr(-,root,root)
%dir %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}-%{version}/docs

%files javadoc
%defattr(-,root,root)
%{_javadocdir}/%{name}

%files webapps-tomcat5
%defattr(-,tomcat,tomcat)
%dir %{tomcat5appsdir}/%{name}-blank
%{tomcat5appsdir}/%{name}-blank/*
%dir %{tomcat5appsdir}/%{name}-documentation
%{tomcat5appsdir}/%{name}-documentation/*
%dir %{tomcat5appsdir}/%{name}-example
%{tomcat5appsdir}/%{name}-example/*
%dir %{tomcat5appsdir}/%{name}-examples
%{tomcat5appsdir}/%{name}-examples/*
%dir %{tomcat5appsdir}/%{name}-tiles-documentation
%{tomcat5appsdir}/%{name}-tiles-documentation/*
%{tomcat5ctxdir}/%{name}-blank.xml
%{tomcat5ctxdir}/%{name}-documentation.xml
%{tomcat5ctxdir}/%{name}-example.xml
%{tomcat5ctxdir}/%{name}-examples.xml
%{tomcat5ctxdir}/%{name}-tiles-documentation.xml


%changelog
* Mon Jul 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.2.9-13
+ Revision: b288b51
- Build with en_US.ISO-8859-1 locale



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19097 |14mr|stunnel-5.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Program that wraps normal socket connections with SSL/TLS
Name:		stunnel
Version:	5.00
Release:	3
License:	GPLv2
Group:		System/Servers
URL:		http://www.stunnel.org/
Source0:	http://www.stunnel.org/download/stunnel/src/%{name}-%{version}.tar.gz
Source1:	http://www.stunnel.org/download/stunnel/src/%{name}-%{version}.tar.gz.asc
Source2:	stunnel.service
Source3:        stunnel.tmpfiles
Patch0:		stunnel-4.56-no-fips.patch
BuildRequires:	pkgconfig(openssl)
BuildRequires:	tcp_wrappers-devel
Requires:	tcp_wrappers
Obsoletes:	%{mklibname %{name} 0} < 4.53
Obsoletes:	%{mklibname %{name} -d} < 4.53
Obsoletes:	%{mklibname %{name} -d -s} < 4.53

%description
The stunnel program is designed to work as SSL encryption wrapper between 
remote clients and local (inetd-startable) or remote servers. The concept is 
that having non-SSL aware daemons running on your system you can easily set 
them up to communicate with clients over secure SSL channels.

stunnel can be used to add SSL functionality to commonly used inetd daemons 
like POP-2, POP-3, and IMAP servers, to standalone daemons like NNTP, SMTP 
and HTTP, and in tunneling PPP over network sockets without changes to the 
source code.

%prep
%setup -q
%patch0 -p1

iconv -f iso-8859-1 -t utf-8 < doc/stunnel.fr.8 > doc/stunnel.fr.8_
mv doc/stunnel.fr.8_ doc/stunnel.fr.8
iconv -f iso-8859-2 -t utf-8 < doc/stunnel.pl.8 > doc/stunnel.pl.8_
mv doc/stunnel.pl.8_ doc/stunnel.pl.8

# XXX don't install /var/lib/stunnel
perl -ni -e '/INSTALL.*-m 1770 -g nogroup.*stunnel$/ or print' tools/Makefile.am
%build
autoreconf -fi
%configure2_5x \
    --with-threads=fork \
    --with-ssl=%{_prefix} \
    --disable-static \
    --enable-shared
%make pkglibdir=%{_libdir}

%install
# (oe) hack... don't generate the pem file, and stunnel.conf
install -d %{buildroot}%{_sysconfdir}/%{name}
touch %{buildroot}%{_sysconfdir}/%{name}/stunnel.pem

%makeinstall docdir=`pwd`/doc-to-install pkglibdir=%{buildroot}%{_libdir}

install -D -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/stunnel.service
install -D -m 644 %{SOURCE3} %{buildroot}%{_prefix}/lib/tmpfiles.d/stunnel.conf

install -d %{buildroot}%{_var}/openssl/certs/trusted
# install -d -m755 %{buildroot}/usr/var/lib/%{name}

mv %{buildroot}%{_sysconfdir}/%{name}/stunnel.conf-sample \
    %{buildroot}%{_sysconfdir}/%{name}/stunnel.conf

perl -pi \
    -e 's|chroot = .*|chroot = /run/stunnel|;' \
    -e 's|cert = .*|cert = /etc/pki/tls/certs/stunnel.pem|;' \
    -e 's|;key = .*|key = /etc/pki/tls/private//stunnel.pem|;' \
    %{buildroot}%{_sysconfdir}/%{name}/stunnel.conf

# Move the translated man pages to the right subdirectories, and strip off the
# language suffixes.
for lang in fr pl ; do
        mkdir -p %{buildroot}%{_mandir}/${lang}/man8
        mv %{buildroot}%{_mandir}/man8/*.${lang}.8* %{buildroot}%{_mandir}/${lang}/man8/
        rename ".${lang}" "" %{buildroot}%{_mandir}/${lang}/man8/*
done

# cleanup
rm -f ./doc-to-install/INSTALL.W32
rm -f %{buildroot}%{_sysconfdir}/%{name}/stunnel.pem

%post
%_create_ssl_certificate stunnel
%tmpfiles_create stunnel.conf

%files
%doc doc-to-install/*
%{_bindir}/stunnel
%{_bindir}/stunnel3
%{_mandir}/man8/stunnel.8.*
%lang(fr) %{_mandir}/fr/man8/stunnel.8*
%lang(pl) %{_mandir}/pl/man8/stunnel.8*
%config(noreplace) %{_sysconfdir}/%{name}/stunnel.conf
%{_unitdir}/stunnel.service
%{_prefix}/lib/tmpfiles.d/stunnel.conf
%{_libdir}/libstunnel.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.00-3
+ Revision: a330984
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19098 |14mr|stylewriter-0.9.9-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Non-MacOS StyleWriter driver
Name:		stylewriter
Version:	0.9.9
Release:	14
License:	GPL
Group:		System/Printing
URL:		http://homepage.mac.com/monroe/styl/
Source:		http://homepage.mac.com/monroe/styl/stylewriter.tar.gz
Patch0:		stylewriter-gcc4.patch
#BuildRequires:	netatalk-devel
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
This is a driver for certain types of Apple StyleWriter printers. 

%prep

%setup -q -n %{name}
%patch0 -p0

%build

gcc %{optflags} %{ldflags} -o lpstyl lpstyl.c

# it will not build...
#gcc %{optflags} -DATALK=1 lpstyl.c adsp.c -o lpstyl-atalk -latalk

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

install -m0755 lpstyl %{buildroot}%{_bindir}
#install -m0755 lpstyl-atalk %{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc scripts README* printcap* styl.ppd
%attr(0755,root,root) %{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.9-14
+ Revision: e23a166
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19099 |14mr|subscription-manager-1.9.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Prefer systemd over sysv on Fedora 17+ and RHEL 7+
%define use_systemd (0%{?fedora} && 0%{?fedora} >= 17) || (0%{?rhel} && 0%{?rhel} >= 7)


%define rhsm_plugins_dir   /usr/share/rhsm-plugins

Name:    subscription-manager
Version: 1.9.6
Release: 3
Summary: Tools and libraries for subscription and repository management
Group:   System/Configuration/Packaging
License: GPLv2

# How to create the source tarball:
#
# git clone git://git.fedorahosted.org/git/subscription-manager.git/
# yum install tito
# tito build --tag subscription-manager-$VERSION-$RELEASE --tgz
Source0: %{name}-%{version}.tar.gz
URL:     https://fedorahosted.org/subscription-manager/

Requires:  python-ethtool
Requires:  python-simplejson
Requires:  python-iniparse
Requires:  python-gobject2
Requires:  virt-what
Requires:  python-rhsm >= 1.9.1-1
Requires:  dbus-python
#Requires:  yum >= 3.2.19-15
Requires:  usermode
Requires:  python-dateutil

Requires:  python-dmidecode

Requires(post): chkconfig
Requires(preun): chkconfig
Requires(preun): initscripts

Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

BuildRequires: python-devel
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: libnotify-devel
BuildRequires: gtk2-devel
BuildRequires: desktop-file-utils
BuildRequires: scrollkeeper
BuildRequires: pkgconfig(gconf-2.0)


%description
The Subscription Manager package provides programs and libraries to allow users
to manage subscriptions and yum repositories from the Red Hat entitlement
platform.


%package -n subscription-manager-gui
Summary: A GUI interface to manage Red Hat product subscriptions
Group: System/Configuration/Packaging
Requires: %{name} = %{EVRD}
Requires: pygtk2.0 pygtk2.0-libglade gnome-python gnome-python-canvas
# Requires: usermode-gtk
Requires: dbus-x11
Requires(post): scrollkeeper
Requires(postun): scrollkeeper

# Can't figure this out automatically
Requires: %{_lib}rsvg2_2

%description -n subscription-manager-gui
This package contains a GTK+ graphical interface for configuring and
registering a system with a Red Hat Entitlement platform and manage
subscriptions.

%package -n subscription-manager-firstboot
Summary: Firstboot screens for subscription manager
Group: System/Configuration/Packaging
Requires: %{name}-gui = %{version}-%{release}
#Requires: rhn-setup-gnome

# Can't figure this out automatically
Requires: %{_lib}rsvg2_2


%description -n subscription-manager-firstboot
This package contains the firstboot screens for subscription manager.

%package -n subscription-manager-migration
Summary: Migration scripts for moving to certificate based subscriptions
Group: System/Configuration/Packaging
Requires: %{name} = %{EVRD}
#Requires: rhnlib

%description -n subscription-manager-migration
This package contains scripts that aid in moving to certificate based
subscriptions

%prep
%setup -q
%apply_patches

%build
make -f Makefile

%install
make -f Makefile install VERSION=%{version}-%{release} PREFIX=%{buildroot} MANPATH=%{_mandir}

mkdir -p %{buildroot}/lib/systemd/system/
mv %{buildroot}/usr/lib/systemd/system/rhsmcertd.service %{buildroot}/lib/systemd/system/

desktop-file-validate \
        %{buildroot}/etc/xdg/autostart/rhsm-icon.desktop

desktop-file-validate \
        %{buildroot}/usr/share/applications/subscription-manager-gui.desktop
%find_lang rhsm

# fix timestamps on our byte compiled files so them match across arches
find %{buildroot} -name \*.py -exec touch -r %{SOURCE0} '{}' \;

# fake out the rosa.cfg file
mkdir -p %{buildroot}%{_sysconfdir}/urpmi/urpmicfg.d
touch %{buildroot}%{_sysconfdir}/urpmi/urpmicfg.d/rosa.cfg

%post -n subscription-manager-gui
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :

%postun -n subscription-manager-gui
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
    scrollkeeper-update -q || :
fi

%posttrans -n subscription-manager-gui
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%clean

%files -f rhsm.lang
%attr(755,root,root) %dir %{_var}/log/rhsm
%attr(755,root,root) %dir %{_sysconfdir}/rhsm
%attr(755,root,root) %dir %{_sysconfdir}/rhsm/facts

%attr(644,root,root) %config(noreplace) %{_sysconfdir}/rhsm/rhsm.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.SubscriptionManager.conf

#remove the repo file when we are deleted
%ghost %{_sysconfdir}/urpmi/urpmicfg.d/rosa.cfg

%config(noreplace) %attr(644,root,root) %{_sysconfdir}/yum/pluginconf.d/subscription-manager.conf
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/yum/pluginconf.d/product-id.conf
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/subscription-manager
%{_sysconfdir}/bash_completion.d/subscription-manager
%{_sysconfdir}/bash_completion.d/rct
%{_sysconfdir}/bash_completion.d/rhn-migrate-classic-to-rhsm
%{_sysconfdir}/bash_completion.d/rhsm-icon
%{_sysconfdir}/bash_completion.d/rhsmcertd

%{_sysconfdir}/cron.daily/rhsmd
%{_datadir}/dbus-1/system-services/com.redhat.SubscriptionManager.service

%dir %{_datadir}/rhsm
%dir %{_datadir}/rhsm/subscription_manager

%{_datadir}/rhsm/subscription_manager/async.py*
%{_datadir}/rhsm/subscription_manager/base_plugin.py*
%{_datadir}/rhsm/subscription_manager/branding
%{_datadir}/rhsm/subscription_manager/cache.py*
%{_datadir}/rhsm/subscription_manager/certdirectory.py*
%{_datadir}/rhsm/subscription_manager/certlib.py*
%{_datadir}/rhsm/subscription_manager/certmgr.py*
%{_datadir}/rhsm/subscription_manager/cert_sorter.py*
%{_datadir}/rhsm/subscription_manager/cli.py*
%{_datadir}/rhsm/subscription_manager/dbus_interface.py*
%{_datadir}/rhsm/subscription_manager/factlib.py*
%{_datadir}/rhsm/subscription_manager/facts.py*
%{_datadir}/rhsm/subscription_manager/hwprobe.py*
%{_datadir}/rhsm/subscription_manager/isodate.py*
%{_datadir}/rhsm/subscription_manager/i18n_optparse.py*
%{_datadir}/rhsm/subscription_manager/i18n.py*
%{_datadir}/rhsm/subscription_manager/identity.py*
%{_datadir}/rhsm/subscription_manager/injection.py*
%{_datadir}/rhsm/subscription_manager/injectioninit.py*
%{_datadir}/rhsm/subscription_manager/__init__.py*
%{_datadir}/rhsm/subscription_manager/jsonwrapper.py*
%{_datadir}/rhsm/subscription_manager/listing.py*
%{_datadir}/rhsm/subscription_manager/lock.py*
%{_datadir}/rhsm/subscription_manager/logutil.py*
%{_datadir}/rhsm/subscription_manager/managercli.py*
%{_datadir}/rhsm/subscription_manager/managerlib.py*
%{_datadir}/rhsm/subscription_manager/plugins.py*
%{_datadir}/rhsm/subscription_manager/productid.py*
%{_datadir}/rhsm/subscription_manager/release.py*
%{_datadir}/rhsm/subscription_manager/repolib.py*
%{_datadir}/rhsm/subscription_manager/utils.py*
%{_datadir}/rhsm/subscription_manager/validity.py*
%{_datadir}/rhsm/subscription_manager/reasons.py*
%{_datadir}/rhsm/subscription_manager/cp_provider.py*
%{_datadir}/rhsm/subscription_manager/file_monitor.py*

# subscription-manager plugins
%dir %{rhsm_plugins_dir}
%dir %{_sysconfdir}/rhsm/pluginconf.d
# add default plugins here when we have some

# yum plugins
# Using _prefix + lib here instead of libdir as that evaluates to /usr/lib64 on x86_64,
# but yum plugins seem to normally be sent to /usr/lib/:
%{_prefix}/lib/yum-plugins/subscription-manager.py*
%{_prefix}/lib/yum-plugins/product-id.py*


%attr(755,root,root) %{_sbindir}/subscription-manager
%attr(755,root,root) %{_bindir}/subscription-manager
%attr(755,root,root) %{_bindir}/rhsmcertd
%attr(755,root,root) /usr/libexec/rhsmcertd-worker
%attr(755,root,root) /usr/libexec/rhsmd
%attr(755,root,root) %dir %{_var}/run/rhsm
%attr(755,root,root) %dir %{_var}/lib/rhsm
%attr(755,root,root) %dir %{_var}/lib/rhsm/facts
%attr(755,root,root) %dir %{_var}/lib/rhsm/packages
%attr(755,root,root) %dir %{_var}/lib/rhsm/cache
%{_sysconfdir}/pam.d/subscription-manager
%{_sysconfdir}/security/console.apps/subscription-manager

%attr(644,root,root) /lib/systemd/system/rhsmcertd.service
%attr(644,root,root) %{_prefix}/lib/tmpfiles.d/%{name}.conf

# Incude rt CLI tool
%dir %{_datadir}/rhsm/rct
%{_datadir}/rhsm/rct/__init__.py*
%{_datadir}/rhsm/rct/cli.py*
%{_datadir}/rhsm/rct/*commands.py*
%{_datadir}/rhsm/rct/printing.py*
%attr(755,root,root) %{_bindir}/rct

%doc
%{_mandir}/man8/subscription-manager.8*
%{_mandir}/man8/rhsmcertd.8*
%{_mandir}/man8/rct.8*
%doc LICENSE


%files -n subscription-manager-gui
%dir %{_datadir}/rhsm/subscription_manager/gui
#%dir %{_datadir}/rhsm/subscription_manager/gui/data
#%dir %{_datadir}/rhsm/subscription_manager/gui/data/icons
%{_datadir}/rhsm/subscription_manager/gui/*
#%{_datadir}/rhsm/subscription_manager/gui/data/icons/*.svg
%{_datadir}/applications/subscription-manager-gui.desktop
%{_datadir}/icons/hicolor/16x16/apps/*.png
%{_datadir}/icons/hicolor/22x22/apps/*.png
%{_datadir}/icons/hicolor/24x24/apps/*.png
%{_datadir}/icons/hicolor/32x32/apps/*.png
%{_datadir}/icons/hicolor/48x48/apps/*.png
%{_datadir}/icons/hicolor/scalable/apps/*.svg
%attr(755,root,root) %{_sbindir}/subscription-manager-gui
%attr(755,root,root) %{_bindir}/subscription-manager-gui

%{_bindir}/rhsm-icon
%{_sysconfdir}/xdg/autostart/rhsm-icon.desktop

%{_sysconfdir}/pam.d/subscription-manager-gui
%{_sysconfdir}/security/console.apps/subscription-manager-gui
%{_sysconfdir}/bash_completion.d/subscription-manager-gui

%doc
%{_mandir}/man8/subscription-manager-gui.8*
%{_mandir}/man8/rhsm-icon.8*
%{_datadir}/omf/subscription-manager
#%attr(644,root,root) %{_datadir}/omf/subscription-manager/*.omf
%{_datadir}/gnome/help/subscription-manager
#%attr(644,root,root) %{_datadir}/gnome/help/subscription-manager/C/*
#%attr(755,root,root) %{_datadir}/gnome/help/subscription-manager/C/figures
%doc LICENSE

%files -n subscription-manager-firstboot
%{_datadir}/rhn/up2date_client/firstboot/rhsm_login.py*

%files -n subscription-manager-migration
%dir %{_datadir}/rhsm/subscription_manager/migrate
%{_datadir}/rhsm/subscription_manager/migrate/__init__.py*
%{_datadir}/rhsm/subscription_manager/migrate/migrate.py*
%attr(755,root,root) %{_sbindir}/rhn-migrate-classic-to-rhsm
# Install num migration is only for RHEL 5:
%{?el5:%attr(755,root,root) %{_sbindir}/install-num-migrate-to-rhsm}

%doc
%{_mandir}/man8/rhn-migrate-classic-to-rhsm.8*
%doc LICENSE
%doc README.Fedora

%post
/bin/systemctl enable rhsmcertd.service >/dev/null 2>&1 || :
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
/bin/systemctl try-restart rhsmcertd.service >/dev/null 2>&1 || :

if [ -x /bin/dbus-send ] ; then
  dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig > /dev/null 2>&1 || :
fi

%preun
if [ $1 -eq 0 ] ; then
    /bin/systemctl --no-reload disable rhsmcertd.service > /dev/null 2>&1 || :
    /bin/systemctl stop rhsmcertd.service > /dev/null 2>&1 || :

    if [ -x /bin/dbus-send ] ; then
        dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig > /dev/null 2>&1 || :
    fi
fi

%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -eq 1 ] ; then
    /bin/systemctl try-restart rhsmcertd.service >/dev/null 2>&1 || :
fi

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9.6-3
+ Revision: 474092d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19100 |14mr|subversion-1.8.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# disable the stupid rpmlint shit from hell!!!
%define _build_pkgcheck_set %{nil}
%define _build_pkgcheck_srpm %{nil}

%define apache_version 2.4.0
%define api 1
%define major 0
%define libname %mklibname svn %{api} %{major}
%define devname %mklibname svn -d

# Java requires devel symlinks in non-devel packages due to design
# (System.loadLibrary). Do not add -devel dependencies.
%define _exclude_files_from_autoreq ^%{_libdir}/libsvnjavahl-%{svnjavahl_api}.so$

%bcond_without python
%bcond_without ruby
%bcond_without perl
%bcond_without gnome_keyring
%bcond_without kwallet
%bcond_with test
%bcond_with debug

%ifarch %{ix86} x86_64
%bcond_without  java
%endif
%ifarch %arm
%bcond_with  java
%endif

Summary:	A Concurrent Versioning System
Name:		subversion
Epoch:		2
Version:	1.8.9
Release:	2
License:	Apache License
Group:		Development/Tools
Url:		http://subversion.apache.org/
Source0:	http://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2
Source2:	mod_dav_svn.conf
Source3:	subversion.conf
Source5:	%{name}-1.3.0-global-config
Source6:	%{name}-1.3.0-global-servers
Source7:	http://svnbook.red-bean.com/nightly/en/svn-book-html-chunk.tar.bz2
Source8:	svnserve.service
Source9:	svnserve-tmpfiles.conf
Patch0:		subversion-1.8.3-underlink.diff
Patch1:		subversion-1.8.9-fix-header-field-Language-still-has-the-initial-default-value.diff

BuildRequires:	chrpath
BuildRequires:	docbook-style-xsl
BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:	texinfo
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	db-devel
BuildRequires:	krb5-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(apr-1)
BuildRequires:	pkgconfig(apr-util-1)
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(serf-1)
# Swig is runtime only
BuildRequires:	swig >= 1.3.27
# needs this despite with ruby 0
BuildRequires:	ruby
BuildRequires:	ruby-devel
BuildRequires:	ruby-rdoc

Provides:	%{name}-ra-method = %{EVRD}
Provides:	%{name}-client-tools = %{EVRD}
Provides:	svn = %{EVRD}
# MD because of the sysconfig files moved to this pkg
Conflicts:	%{libname} < 2:1.8.5-2

%description
Subversion (SVN) is a concurrent version control system which enables one or
more users to collaborate in developing and maintaining a hierarchy of files
and directories while keeping a history of all changes.  Subversion only stores
the differences between versions, instead of every complete file.  Subversion
also keeps a log of who, when, and why changes occurred.

As such it basically does the same thing CVS does (Concurrent Versioning
System) but has major enhancements compared to CVS and fixes a lot of the
annoyances that CVS users face.

This package contains the client, if you're looking for the server end
of things you want %{name}-server.

%files -f %{name}.lang
# MD moved from lib pkg
%dir %{_sysconfdir}/subversion
%config(noreplace) %{_sysconfdir}/subversion/*
%{_bindir}/svn
%{_bindir}/svnversion
%{_bindir}/showchange*
%{_bindir}/svnlook
%{_mandir}/man1/svn.*
%{_mandir}/man1/svnlook.*
%{_mandir}/man1/svnversion.*
%{_mandir}/man1/svnsync.*
%dir %{_datadir}/subversion-%{version}
%{_sysconfdir}/bash_completion.d/subversion

#--------------------------------------------------------------------------

%package doc
Summary:	Subversion Documenation
Group:		Documentation
BuildArch:	noarch

%description doc
This package contains the subversion book and design info files.

%files doc
%doc svnbook-1.*
%doc doc/user/*.html
%doc doc/user/*.txt

#-------------------------------------------------------------------------

%define svnlibs svn_client svn_delta svn_diff svn_fs svn_fs_base svn_fs_fs svn_fs_util svn_repos svn_subr svn_ra svn_ra_local svn_ra_serf svn_ra_svn svn_wc

%package -n %{libname}
Summary:	Subversion libraries
Group:		System/Libraries
Obsoletes:	%{_lib}svn0 < 2:1.7.13-4
Obsoletes:	%{_lib}svn1 < 2:1.8.5-2

%description -n %{libname}
Subversion common libraries.

%files -n %{libname}
%{expand:%(for lib in %svnlibs; do cat <<EOF
%{_libdir}/lib$lib-%{api}.so.%{major}*
EOF
done)}

#---------------------------------------------------------------------------

%package -n %{devname}
Summary:	Subversion headers/libraries for development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 2:1.8.5-2

%description -n %{devname}
This package contains the header files and linker scripts for
subversion libraries.

%files -n %{devname}
%doc tools/examples/minimal_client.c
%{_includedir}/subversion-1/*
%{expand:%(for lib in %svnlibs; do cat <<EOF
%{_libdir}/lib$lib-%{api}.so
EOF
done)}
# MD should we remove this?
%{_libdir}/libsvn_diff.so

%if %{with java}
%exclude %{_libdir}/libsvnjavahl*
%endif

#----------------------------------------------------------------

%if %{with gnome_keyring}
%define libgnomekeyring %mklibname svn_auth_gnome_keyring %{api} %{major}
%define devgnomekeyring %mklibname svn_auth_gnome_keyring -d

%package -n %{libgnomekeyring}
Summary:	gnome-keyring support for svn
Group:		System/Libraries
BuildRequires:	pkgconfig(dbus-1) >= 1.2.4.4permissive
BuildRequires:	pkgconfig(gnome-keyring-1)
Requires:	gnome-keyring >= 2.26.1
Obsoletes:	%{_lib}svn-gnome-keyring0 < 2:1.8.5-2

%description -n %{libgnomekeyring}
Subversion library that allow interaction with the gnome-keyring daemon.

%files -n %{libgnomekeyring}
%{_libdir}/libsvn_auth_gnome_keyring-%{api}.so.%{major}*

#--------------------------------------------------------------------------

%package -n %{devgnomekeyring}
Summary:	Subversion headers/libraries for development
Group:		Development/GNOME and GTK+
Requires:	%{name}-devel = %{EVRD}
Requires:	%{libgnomekeyring} = %{EVRD}
Conflicts:	%{name}-devel < 2:1.6.17-2
Obsoletes:	%{name}-gnome-keyring-devel < 2:1.8.5-2

%description -n %{devgnomekeyring}
This package contains the header files and linker scripts for the
subversion library using gnome-keyring auth.

%files -n %{devgnomekeyring}
%{_libdir}/libsvn_auth_gnome_keyring-%{api}.so
%endif

#--------------------------------------------------------------------------

%if %{with kwallet}
%define libkwallet %mklibname svn_auth_kwallet %{api} %{major}
%define devkwallet %mklibname svn_auth_kwallet -d

%package -n %{libkwallet}
Summary:	kwallet support for svn
Group:		System/Libraries
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(dbus-1)
Requires:	kwallet
Obsoletes:	%{_lib}svn-kwallet0 < 2:1.8.5-2

%description -n %{libkwallet}
Subversion library that allow interaction with the kwallet daemon.

%files -n %{libkwallet}
%{_libdir}/libsvn_auth_kwallet-%{api}.so.%{major}*

#--------------------------------------------------------------------------

%package -n %{devkwallet}
Summary:	Subversion headers/libraries for development
Group:		Development/KDE and Qt
Requires:	%{name}-devel = %{EVRD}
Requires:	%{libkwallet} = %{EVRD}
Conflicts:	%{name}-devel < 2:1.6.17-2
Obsoletes:	%{name}-kwallet-devel < 2:1.8.5-2

%description -n %{devkwallet}
This package contains the header files and linker scripts for the
subversion library using kwallet auth.

%files -n %{devkwallet}
%{_libdir}/libsvn_auth_kwallet-%{api}.so
%endif

#--------------------------------------------------------------------------

%package	server
Summary:	Subversion Server
Group:		System/Servers
Requires:	%{name} = %{EVRD}
Requires(pre,preun,postun,post):	rpm-helper
Requires(post):	sed
Requires(post):	systemd

%description server
This package contains the subversion server and configuration files. 

%pre server
%_pre_useradd svn /var/lib/svn /bin/false

%preun server
%_preun_service svnserve

%post server
%tmpfiles_create svnserve.conf
%_post_service svnserve
# fix svn entries in /etc/services
if ! grep -qE '^svn[[:space:]]+3690/(tcp|udp)[[:space:]]+svnserve' %{_sysconfdir}/services; then
        # cleanup
        sed -i -e '/^svn\(serve\)\?/d;/^# svnserve ports added by subversion-server/d' %{_sysconfdir}/services
        echo "# svnserve ports added by subversion-server" >> /etc/services
        echo -e "svn\t3690/tcp\tsvnserve\t# Subversion svnserve" >> /etc/services
        echo -e "svn\t3690/udp\tsvnserve\t# Subversion svnserve" >> /etc/services
fi

%postun server
%_postun_userdel svn

%files server
%doc BUGS CHANGES COMMITTERS LICENSE INSTALL README
%{_bindir}/svnserve
%{_unitdir}/svnserve.service
/var/lib/svn
%{_mandir}/man8/svnserve.8*
%{_mandir}/man5/svnserve.conf.5*
%{_tmpfilesdir}/svnserve.conf

#--------------------------------------------------------------------------

%package tools
Summary:	Subversion Repo/Server Tools
Group:		Development/Tools
Requires:	%{name} = %{EVRD}

%description tools
This package contains a myriad of tools for subversion server
and repository admins:
  * hot-backup makes a backup of a svn repo without stopping
  * mirror_dir_through_svn.cgi
  * various hook scripts
  * xslt example

Note that cvs2svn has moved out of subversion and is a separate
project.  It has not released its own package yet, but you can
find it at http://cvs2svn.tigris.org/

%files tools
%{_bindir}/hot-backup*
%{_bindir}/svnadmin
%{_bindir}/svnsync
%{_bindir}/svndumpfilter
%{_bindir}/svnrdump
%{_bindir}/svnmucc
%dir %{_libexecdir}/svn-tools
%{_libexecdir}/svn-tools/diff
%{_libexecdir}/svn-tools/diff3
%{_libexecdir}/svn-tools/diff4
%{_libexecdir}/svn-tools/fsfs-access-map
%{_libexecdir}/svn-tools/fsfs-reorg
%{_libexecdir}/svn-tools/fsfs-stats
%{_libexecdir}/svn-tools/svnauthz
%{_libexecdir}/svn-tools/svnauthz-validate
%{_libexecdir}/svn-tools/svn-bench
%{_libexecdir}/svn-tools/svnmucc
%{_libexecdir}/svn-tools/svn-populate-node-origins-index
%{_libexecdir}/svn-tools/svnraisetreeconflict
%{_libexecdir}/svn-tools/svn-rep-sharing-stats
%{_datadir}/%{name}-%{version}/repo-tools
%{_mandir}/man1/svnadmin.1*
%{_mandir}/man1/svndumpfilter.1*
%{_mandir}/man1/svnrdump.1*
%{_mandir}/man1/svnmucc.1*

#--------------------------------------------------------------------------

%if %{with python}
%package -n python-svn
Summary:	Python bindings for Subversion
Group:		Development/Python
Provides:	python-subversion = %{EVRD}
Requires:	python

%description -n python-svn
This package contains the files necessary to use the subversion
library functions within python scripts.

%files -n python-svn
%{_libdir}/libsvn_swig_py-%{api}.so.%{major}*
%{py_sitedir}/svn
%{py_platsitedir}/libsvn
%doc tools/examples/*.py subversion/bindings/swig/INSTALL subversion/bindings/swig/NOTES

#--------------------------------------------------------------------------

%package -n python-svn-devel
Summary:	Subversion headers/libraries for development
Group:		Development/Python
Requires:	%{name}-devel = %{EVRD}
Requires:	python-svn = %{EVRD}
Obsoletes:	python-svn-devel < 2:1.5.2-2
Conflicts:	%{name}-devel < 2:1.6.17-2

%description -n python-svn-devel
This package contains the header files and linker scripts for
subversion libraries using perl.

%files -n python-svn-devel
%{_libdir}/libsvn_swig_py-%{api}.so
%endif

#--------------------------------------------------------------------------

%if %{with ruby}
%package -n ruby-svn
Summary:	Ruby bindings for Subversion
Group:		Development/Ruby
BuildRequires:	ruby-devel
Requires:	ruby
Provides:	ruby-subversion = %{EVRD}

%description -n ruby-svn
This package contains the files necessary to use the subversion
library functions within ruby scripts.

%files -n ruby-svn
%{ruby_sitearchdir}/svn
%{ruby_sitelibdir}/*/*.rb
%{_libdir}/libsvn_swig_ruby-%{api}.so.%{major}*

#--------------------------------------------------------------------------

%package -n ruby-svn-devel
Summary:	Subversion headers/libraries for development
Group:		Development/Ruby
Requires:	ruby-svn = %{EVRD}
Obsoletes:	ruby-svn-devel < 2:1.5.2-2
Conflicts:	%{name}-devel < 2:1.6.17-2

%description -n ruby-svn-devel
This package contains the header files and linker scripts for
subversion libraries using perl.

%files -n ruby-svn-devel
%{_libdir}/libsvn_swig_ruby-%{api}.so
%endif

#--------------------------------------------------------------------------

%if %{with java}
# We have the non-major symlink also in this package (due to java design),
# so we only have %%api in package name.
%define libsvnjavahl %mklibname svnjavahl %{api}

%package -n %{libsvnjavahl}
Summary:	Svn Java bindings library
Group:		System/Libraries

%description -n %{libsvnjavahl}
Svn Java bindings library

%files -n %{libsvnjavahl}
%{_libdir}/libsvnjavahl-%{api}.so*

#--------------------------------------------------------------------------

%package -n svn-javahl
Summary:	Java bindings for Subversion
Group:		Development/Java
Provides:	java-svn = %{EVRD}
Provides:	java-subversion = %{EVRD}
Provides:	subversion-javahl = %{EVRD}
Requires:	%{name} = %{EVRD}
Requires:	%{libsvnjavahl} = %{EVRD}
BuildRequires:	ant
BuildRequires:	java-rpmbuild >= 1.7.3-10
BuildRequires:	junit
BuildRequires:	java-devel

%description -n svn-javahl
This package contains the files necessary to use the subversion
library functions from Java.

%files -n svn-javahl
%doc subversion/bindings/javahl/README
%{_javadir}/svn-javahl.jar
%{_javadir}/svn-javahl-%{version}.jar
%endif

#--------------------------------------------------------------------------

%if %{with perl}
%package -n perl-SVN
Summary:	Perl bindings for Subversion
Group:		Development/Perl
BuildRequires:	perl-devel
Requires:	%{name} = %{EVRD}
Provides:	perl-svn = %{EVRD}

%description -n perl-SVN
This package contains the files necessary to use the subversion
library functions within perl scripts.

%files -n perl-SVN
%doc subversion/bindings/swig/INSTALL subversion/bindings/swig/NOTES
%{_libdir}/libsvn_swig_perl-%{api}.so.%{major}*
%{perl_vendorarch}/SVN
%{perl_vendorarch}/auto/SVN
%{perl_sitearch}/*
%{_mandir}/man3/SVN::*.3*

#--------------------------------------------------------------------------

%package -n perl-svn-devel
Summary:	Subversion headers/libraries for development
Group:		Development/Perl
Requires:	%{name}-devel = %{EVRD}
Requires:	perl-SVN = %{EVRD}
Obsoletes:	perl-SVN-devel < 2:1.5.2-2
Provides:	perl-SVN-devel = %{EVRD}
Conflicts:	%{name}-devel < 2:1.6.17-2

%description -n perl-svn-devel
This package contains the header files and linker scripts for
subversion libraries using perl.

%files -n perl-svn-devel
%{_libdir}/libsvn_swig_perl-%{api}.so
%endif

#----------------------------------------------------------------

%package -n apache-mod_dav_svn
Summary:	Subversion server DSO module for apache
Group:		System/Servers
Requires:	%{name}-tools = %{EVRD}
Requires:	apache-mod_dav >= %{apache_version}

%description -n apache-mod_dav_svn
This package contains the apache server extension DSO for running
a subversion server.

%files -n apache-mod_dav_svn
%doc subversion/mod_authz_svn/INSTALL
%config(noreplace) %{_sysconfdir}/httpd/modules.d/10_mod_dav_svn.conf
%config(noreplace) %{_sysconfdir}/httpd/conf.d/subversion.conf
%{_libdir}/apache/mod_dav_svn.so
%{_libdir}/apache/mod_authz_svn.so
%{_libdir}/apache/mod_dontdothat.so

#--------------------------------------------------------------------------

%prep
%setup -q -a 7
%apply_patches

# fix shellbang lines, #111498
perl -pi -e 's|/usr/bin/env perl|%{_bindir}/perl|g' tools/hook-scripts/*.pl.in

# fix file perms
chmod 644 BUGS CHANGES COMMITTERS LICENSE INSTALL README

# move latest svnbook snapshot as their target version
mv svn-book-html-chunk svnbook-1.8

# This PATH order makes the fugly test for libtoolize work...
PATH=/usr/bin:$PATH ./autogen.sh --release

# lib64 fixes
perl -pi -e "s|\\$serf_prefix/lib\b|\\$serf_prefix/%{_lib}|g" build/ac-macros/serf.m4 configure*

%build
%serverbuild

%if %{with java}
export JAVADIR=%{_jvmdir}/java
%endif

%define _disable_ld_no_undefined 1

%if %{with ruby}
# override weird -shrext from ruby
export svn_cv_ruby_link="%{__cc} -shared"
export svn_cv_ruby_sitedir_libsuffix=""
export svn_cv_ruby_sitedir_archsuffix=""
%endif

%configure2_5x \
	--localstatedir=/var/lib \
	--with-apr_memcache=%{_prefix} \
	--with-apxs=%{_bindir}/apxs \
	--with-apache-libexecdir=%{_libdir}/apache/ \
	--with-apr=%{_bindir}/apr-1-config \
	--with-apr-util=%{_bindir}/apu-1-config \
	--disable-mod-activation \
	--with-swig=%{_prefix} \
	--disable-static \
%if %{with debug}
	--enable-maintainer-mode \
	--enable-debug \
%endif
%if %{with java}
	--enable-javahl \
	--with-jdk=%{_jvmdir}/java \
	--with-junit=%{_javadir}/junit.jar \
%endif
%if %{with gnome_keyring}
	--with-gnome-keyring \
%endif
%if %{with kwallet}
	--with-kwallet \
%endif
	--enable-shared \
	--with-gssapi=%{_prefix} \
	--with-libmagic=%{_prefix} \
	--with-serf=%{_prefix} \
	--with-sqlite=%{_prefix} \
	--enable-bdb6

%if %{with ruby}
# fix weird broken autopoo
perl -pi -e "s|^SWIG_RB_SITE_ARCH_DIR.*|SWIG_RB_SITE_ARCH_DIR=\"%ruby_sitearchdir\"|g" Makefile
perl -pi -e "s|^SWIG_RB_SITE_LIB_DIR.*|SWIG_RB_SITE_LIB_DIR=\"%ruby_sitelibdir\"|g" Makefile
%endif

# fix weird broken autopoo
perl -pi -e "s|^toolsdir.*|toolsdir=%{_libexecdir}/svn-tools|g" Makefile

%{make} all

%if %{with python}
make swig-py swig_pydir=%{py_platsitedir}/libsvn swig_pydir_extra=%{py_sitedir}/svn
%endif

%if %{with perl}
make swig-pl
pushd  subversion/bindings/swig/perl/native
        perl Makefile.PL
popd
%endif

%if %{with ruby}
make swig-rb
%endif

%if %{with java}
make javahl
%endif

%check
%if %{with test}
echo "###########################################################################"
echo "This can take quite some time to finish, so please be patient..."
echo "Don't be too surprised it the tests takes 30 minutes on a dual xeon machine..."
make LC_ALL=C LANG=C LD_LIBRARY_PATH="`pwd`/subversion/bindings/swig/perl/libsvn_swig_perl/.libs:`pwd`/subversion/bindings/swig/python/libsvn_swig_py/.libs:\
`pwd`/subversion/bindings/swig/python/.libs:`pwd`/subversion/libsvn_ra_local/.libs:`pwd`/subversion/svnadmin/.libs:\
`pwd`/subversion/tests/libsvn_ra_local/.libs:`pwd`/subversion/tests/libsvn_fs/.libs:`pwd`/subversion/tests/libsvn_wc/.libs:\
`pwd`/subversion/tests/libsvn_fs_base/.libs:`pwd`/subversion/tests/libsvn_diff/.libs:`pwd`/subversion/tests/libsvn_subr/.libs:\
`pwd`/subversion/tests/libsvn_delta/.libs:`pwd`/subversion/tests/libsvn_repos/.libs:`pwd`/subversion/tests/.libs:\
`pwd`/subversion/svnserve/.libs:`pwd`/subversion/libsvn_fs/.libs:`pwd`/subversion/libsvn_ra/.libs:`pwd`/subversion/libsvn_wc/.libs:\
`pwd`/subversion/mod_dav_svn/.libs:`pwd`/subversion/mod_authz_svn/.libs:`pwd`/subversion/svnlook/.libs:`pwd`/subversion/svndumpfilter/.libs:\
`pwd`/subversion/libsvn_client/.libs:`pwd`/subversion/libsvn_fs_base/bdb/.libs:`pwd`/subversion/libsvn_fs_base/util/.libs:\
`pwd`/subversion/libsvn_fs_base/.libs:`pwd`/subversion/libsvn_diff/.libs:`pwd`/subversion/libsvn_subr/.libs:`pwd`/subversion/svnversion/.libs:\
`pwd`/subversion/libsvn_ra_dav/.libs:`pwd`/subversion/libsvn_ra_svn/.libs:`pwd`/subversion/libsvn_delta/.libs:`pwd`/subversion/libsvn_fs_fs/.libs:\
`pwd`/subversion/libsvn_repos/.libs:`pwd`/subversion/clients/cmdline/.libs:$LD_LIBRARY_PATH" check
%endif

%install
%makeinstall_std

%if %{with python}
%makeinstall_std install-swig-py swig_pydir=%{py_platsitedir}/libsvn swig_pydir_extra=%{py_sitedir}/svn
# Precompile python
%py_compile %{buildroot}/%{py_platsitedir}/libsvn
%py_compile %{buildroot}/%{py_sitedir}/svn
%endif

%if %{with perl}
%makeinstall_std install-swig-pl-lib
pushd subversion/bindings/swig/perl/native/
        perl Makefile.PL
        %makeinstall_std
popd
%endif

%if %{with ruby}
%makeinstall_std install-swig-rb
%endif
%if %{with java}
%makeinstall_std install-javahl

mkdir -p %{buildroot}%{_javadir}
mv %{buildroot}%{_libdir}/svn-javahl/svn-javahl.jar %{buildroot}%{_javadir}/svn-javahl-%{version}.jar
ln -s svn-javahl-%{version}.jar %{buildroot}%{_javadir}/svn-javahl.jar

%{_bindir}/chrpath -d %{buildroot}%{_libdir}/libsvnjavahl-1.so
%endif

%if %{with perl}
# perl bindings
make pure_vendor_install -C subversion/bindings/swig/perl/native DESTDIR=%{buildroot}
%endif

install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/httpd/modules.d/10_mod_dav_svn.conf
install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/httpd/conf.d/subversion.conf

install -D -p -m 0644 %{SOURCE9} %{buildroot}%{_tmpfilesdir}/svnserve.conf

# install the extra module
%makeinstall_std install-tools

# cleanup
#rm -f %{buildroot}%{_libdir}/*.*a

######################
###  client-tools  ###
######################

# various commands
# contrib was removed in subversion-1.7.x :
#  -- http://subversion.apache.org/docs/release-notes/1.7.html
#  -- (shlomif)
# install -m 755 contrib/client-side/search-svnlog.pl %%{buildroot}%%{_bindir}
# (cd  %%{buildroot}/%%{_bindir}; ln -sf  search-svnlog.pl search-svnlog)
# install -m 755 contrib/client-side/svn_all_diffs.pl %%{buildroot}%%{_bindir}
# (cd  %%{buildroot}/%%{_bindir}; ln -sf  svn_all_diffs.pl svn_all_diffs)
# install -m 755 contrib/client-side/svn_load_dirs/svn_load_dirs.pl %%{buildroot}%%{_bindir}
# (cd  %%{buildroot}/%%{_bindir}; ln -sf  svn_load_dirs.pl svn_load_dirs)
# install -m 755 contrib/client-side/svn-log.pl %%{buildroot}%%{_bindir}
# (cd  %%{buildroot}/%%{_bindir}; ln -sf  svn-log.pl svn-log)

install -m 755 tools/client-side/showchange.pl %{buildroot}%{_bindir}
(cd  %{buildroot}/%{_bindir}; ln -sf  showchange.pl showchange)

install -d -m 755 %{buildroot}%{_sysconfdir}/bash_completion.d
install -m 644 tools/client-side/bash_completion \
    %{buildroot}%{_sysconfdir}/bash_completion.d/subversion

# Global configs
install -d -m 755 %{buildroot}%{_sysconfdir}/subversion
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/subversion/config
install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/subversion/servers

####################
###  repo-tools  ###
####################

# hotbackup tool
install -m 755 tools/backup/hot-backup.py %{buildroot}%{_bindir}
(cd %{buildroot}%{_bindir}; ln -sf  hot-backup.py hot-backup)

# hook-scripts
install -d -m755 %{buildroot}%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
pushd tools/hook-scripts
install -m 644 commit-access-control.cfg.example %{buildroot}/%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
install -m 755 commit-access-control.pl %{buildroot}/%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
install -m 644 svnperms.conf.example %{buildroot}/%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
install -m 755 svnperms.py %{buildroot}/%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
install -m 755 mailer/mailer.py %{buildroot}/%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
install -m 644 mailer/mailer.conf.example %{buildroot}/%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
popd

pushd tools/hook-scripts
install -m 755 commit-email.rb %{buildroot}/%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
popd

#xslt
install -d -m755 %{buildroot}%{_datadir}/%{name}-%{version}/repo-tools/xslt
install -m 644 tools/xslt/svnindex.css %{buildroot}%{_datadir}/%{name}-%{version}/repo-tools/xslt
install -m 644 tools/xslt/svnindex.xsl %{buildroot}%{_datadir}/%{name}-%{version}/repo-tools/xslt

#cgi
# contrib was removed in subversion-1.7.x :
# install -d -m755 %%{buildroot}%%{_datadir}/%%{name}-%%{version}/repo-tools/cgi
# install -m 755 contrib/cgi/mirror_dir_through_svn.cgi %%{buildroot}%%{_datadir}/%%{name}-%%{version}/repo-tools/cgi
# install -m 644 contrib/cgi/mirror_dir_through_svn.README %%{buildroot}%%{_datadir}/%%{name}-%%{version}/repo-tools/cgi
# install -m 755 contrib/cgi/tweak-log.cgi %%{buildroot}%%{_datadir}/%%{name}-%%{version}/repo-tools/cgi

# fix a missing file...
ln -sf libsvn_diff-1.so.0.0.0 %{buildroot}%{_libdir}/libsvn_diff.so

%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svn
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svnlook
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svnversion
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svnserve
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svnadmin
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svndumpfilter
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svnsync
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svnrdump

# fix the stupid rpath stuff...
myf() { find %{buildroot}%{perl_vendorarch} -type f -name "*.so"; }
# Fix the readonly permissions of the perl files.
myf | xargs chmod u+w
myf | xargs chrpath -d

# handle translations
%find_lang %{name}

# fix the server parts
mkdir -p %{buildroot}%{_unitdir}
install -p -m644 %{SOURCE8} %{buildroot}%{_unitdir}/svnserve.service
install -d %{buildroot}/var/lib/svn/repositories

# Move perl man
chmod u+w %{buildroot}%_prefix/local/share/man/man3/*
mv -f %{buildroot}%_prefix/local/share/man/man3/* %{buildroot}%{_mandir}/man3/

# cleanup
find %{buildroot} -name "perllocal.pod" | xargs rm -f


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:1.8.9-2
+ Revision: 8e35bbd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19101 |14mr|sudo-1.8.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# use fakeroot -ba sudo.spec to build!

Summary:	Allows command execution as root for specified users
Name:		sudo
Version:	1.8.8
Release:	2
Epoch:		1
License:	GPLv2+
Group:		System/Base
URL:		http://www.sudo.ws/sudo
Source0:	http://www.sudo.ws/sudo/dist/%name-%version.tar.gz
Source1:	http://www.sudo.ws/sudo/dist/%name-%version.tar.gz.sig
Source2:	sudo.pamd
Source3:	sudo-1.7.4p4-sudoers
Source4:	sudo.rpmlintrc
Patch1:         sudo-1.6.7p5-strip.patch
Patch2:         sudo-1.7.2p1-envdebug.patch
BuildRequires:	audit-devel
BuildRequires:	bison
BuildRequires:	groff-for-man
BuildRequires:	libcap-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
Requires(pre):	openldap

%description
Sudo is a program designed to allow a sysadmin to give limited root
privileges to users and log root activity. The basic philosophy is
to give as few privileges as possible but still allow people to get
their work done.

%package devel
Summary:        Development files for sudo plugins
Group:          Development/C
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description    devel
Development files for compiling sudo plugins.

%prep
%setup -q -n %{name}-%{version}%{?pre}
%patch1 -p1 -b .strip
%patch2 -p1 -b .envdebug

mv aclocal.m4 acinclude.m4
autoreconf -fvi

# fix attribs and filenames
find -name "Makefile.*" | xargs sed -i -e "s|-m 0444|-m 0644|g;s|configure.in|configure.ac|g"

%build
%serverbuild
export CFLAGS="%{optflags} -D_GNU_SOURCE"

%configure2_5x \
    --without-rpath \
    --with-logging=both \
    --with-logfac=authpriv \
    --with-logpath=%{_logdir}/sudo.log \
    --with-editor=/bin/vi \
    --enable-log-host \
    --with-pam \
    --with-pam-login \
    --with-env-editor \
    --with-noexec=no \
    --with-linux-audit \
    --with-ignore-dot \
    --with-tty-tickets \
    --libexecdir=%{_libdir}/sudo \
    --with-plugindir=%{_libdir}/sudo \
    --with-noexec=%{_libdir}/sudo/sudo_noexec.so \
    --with-ldap \
    --with-ldap-conf-file=%{_sysconfdir}/ldap.conf \
    --with-secure-path="/sbin:%{_sbindir}:/bin:%{_bindir}:/usr/local/bin:/usr/local/sbin" \
    --with-passprompt="[sudo] password for %p: " \
    --with-sssd \
    --with-insults \
    --with-all-insults

%make

%install
install -d %{buildroot}/usr
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/sudoers.d
install -d %{buildroot}%{_var}/db/sudo
install -d %{buildroot}%{_logdir}/sudo
install -d %{buildroot}%{_logdir}/sudo-io

%makeinstall_std install_uid=`id -u` install_gid=`id -g` sudoers_uid=`id -u` sudoers_gid=`id -g`

install -m0644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/pam.d/sudo
install -m0644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/sudoers
install -m0755 plugins/sudoers/sudoers2ldif %{buildroot}%{_bindir}

# Installing logrotated file
cat <<END >%{buildroot}%{_sysconfdir}/logrotate.d/sudo
%{_logdir}/sudo.log {
    missingok
    monthly
    compress
}
END

cat > %{buildroot}%{_sysconfdir}/pam.d/sudo << EOF
#%%PAM-1.0
auth       include      system-auth
account    include      system-auth
password   include      system-auth
session    optional     pam_keyinit.so revoke
session    required     pam_limits.so
EOF

cat > %{buildroot}%{_sysconfdir}/pam.d/sudo-i << EOF
#%%PAM-1.0
auth       include      sudo
account    include      sudo
password   include      sudo
session    optional     pam_keyinit.so force revoke
session    required     pam_limits.so
EOF

# so that strip can touch it...
chmod 755 %{buildroot}%{_bindir}/*
chmod 755 %{buildroot}%{_sbindir}/*

# (tpg) create the missing log file
touch %{buildroot}%{_logdir}/sudo.log

%find_lang sudo sudoers %{name}.lang

%post
/bin/chmod 0440 %{_sysconfdir}/sudoers || :
%create_ghostfile %{_logdir}/sudo.log root root 600

%files -f %{name}.lang
%doc doc/LICENSE doc/HISTORY README README.LDAP
%doc doc/TROUBLESHOOTING doc/UPGRADE doc/sample.* doc/schema.*
%attr(0440,root,root) %config(noreplace) %{_sysconfdir}/sudoers
%attr(0750,root,root) %dir %{_sysconfdir}/sudoers.d/
%config(noreplace) %{_sysconfdir}/logrotate.d/sudo
%config(noreplace) %{_sysconfdir}/pam.d/sudo
%config(noreplace) %{_sysconfdir}/pam.d/sudo-i
%attr(0755,root,root) %{_bindir}/sudoers2ldif
%attr(4111,root,root) %{_bindir}/sudo
%attr(4111,root,root) %{_bindir}/sudoedit
%attr(0111,root,root) %{_bindir}/sudoreplay
%attr(0755,root,root) %{_sbindir}/visudo
%ghost %{_logdir}/sudo.log
%{_mandir}/man8/sudoreplay.8*
%{_mandir}/man8/visudo.8*
%{_mandir}/man8/sudoedit.8*
%{_mandir}/man8/sudo.8*
%{_mandir}/man5/sudo.conf.5*
%{_mandir}/man5/sudoers.ldap.5*
%{_mandir}/man5/sudoers.5*

%attr(0700,root,root) %dir %{_var}/db/sudo
%attr(0750,root,root) %dir %{_logdir}/sudo-io
%attr(0755,root,root) %dir %{_libdir}/sudo
%{_libdir}/sudo/group_file.so
%{_libdir}/sudo/sudo_noexec.so
%{_libdir}/sudo/system_group.so
%{_libdir}/sudo/sudoers.so

%files devel
%{_includedir}/sudo_plugin.h
%{_mandir}/man8/sudo_plugin.8*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.8.8-2
+ Revision: 393b0c9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19102 |14mr|suikyo-2.1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Disable debug because it should be empty but rpmlint rejects build
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define libname_orig %mklibname %{name}
%define libname %{libname_orig}0

Name:		suikyo
Summary:	Romaji-Kana conversion Library
Version:	2.1.0
Release:	11
Group:		System/Internationalization
License:	GPL
URL:		http://taiyaki.org/suikyo/
Source0:	%{name}-%{version}.tar.bz2
Requires:	ruby
BuildRequires:	ruby-devel

%description
Suikyo is Romaji-Kana conversion Library.

%prep
%setup -q

%build
[[ ! -x configure ]] && ./autogen.sh

%configure2_5x --with-rubydir=%{ruby_sitelibdir}
%make

%install
%makeinstall_std
rm -fr %{buildroot}%{_datadir}/doc

%files
%doc AUTHORS COPYING ChangeLog README
%{ruby_sitelibdir}/*
%{_libdir}/pkgconfig/*
%{_datadir}/emacs/site-lisp/*
%{_datadir}/%{name}




%changelog
* Wed Aug 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.0-11
+ Revision: c4776a3
- Fix summary



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19103 |14mr|sunpinyin-2.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: sunpinyin
Summary: A statistical language model based Chinese input method
Version: 2.0.3
Release: 4
Group: System/Internationalization
License: LGPLv2+
URL: http://code.google.com/p/sunpinyin
Source0: http://sunpinyin.googlecode.com/files/%{name}-%{version}.tar.gz
Source1: http://open-gram.googlecode.com/files/lm_sc.t3g.arpa.tar.bz2
Source2: http://open-gram.googlecode.com/files/dict.utf8.tar.bz2
Patch0: http://sunpinyin.googlecode.com/files/force-switch-updated.patch
Patch1: sunpinyin-2.0.3-unistd.patch
BuildRequires: sqlite3-devel
BuildRequires: scons

%description
SunPinyin is a statistical language model based Chinese input method,
which was firstly developed by Sun Beijing Globalization team, and
opensource'd to community with opensolaris project, with LGPLv2 and
CDDL dual-licenses.

%define major 3
%define libname %mklibname %name %major

%package -n %libname
Summary: Shared library for %name
Group: System/Internationalization
Requires: %name = %version

%description -n %libname
SunPinyin is a statistical language model based Chinese input method,
which was firstly developed by Sun Beijing Globalization team, and
opensource'd to community with opensolaris project, with LGPLv2 and
CDDL dual-licenses.

This package contains shared library for %name.

%define develname %mklibname -d %name

%package -n %develname
Summary: Development files for %{name}
Group: Development/C
Requires: %{libname} = %{version}
Provides: %{name}-devel = %{version}-%{release}

%description -n %develname
SunPinyin is a statistical language model based Chinese input method,
which was firstly developed by Sun Beijing Globalization team, and
opensource'd to community with opensolaris project, with LGPLv2 and
CDDL dual-licenses.

This package contains all necessary files to compile or develop
programs/libraries that use %{name}.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
cp %{SOURCE1} raw
cp %{SOURCE2} raw

%build
%setup_compile_flags
scons --prefix=%_prefix --libdir=%_libdir --libdatadir=%_datadir

%install
%setup_compile_flags
scons install --prefix=%_prefix --libdir=%_libdir --libdatadir=%_datadir --install-sandbox=%{buildroot}

%files
%_datadir/sunpinyin

%files -n %libname
%_libdir/*.so.%major
%_libdir/*.so.%major.*

%files -n %develname
%_libdir/*.so
%_libdir/pkgconfig/*.pc
%_includedir/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.3-4
+ Revision: 78934ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19104 |14mr|superkaramba-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Put Karamba applets to the desktop with Python
Name:		superkaramba
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2+
Url:		http://utils.kde.org/projects/superkaramba
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(qimageblitz)
BuildRequires:	python-devel
Obsoletes:	%{name}-devel < 4.11.0

%description
SuperKaramba is a tool that allows you to easily create interactive
widgets on your KDE desktop.

%files
%{_kde_appsdir}/superkaramba
%{_kde_bindir}/superkaramba
%{_kde_iconsdir}/*/*/apps/superkaramba.*
%{_kde_applicationsdir}/superkaramba.desktop
%{_kde_libdir}/kde4/plasma_package_superkaramba.so
%{_kde_libdir}/kde4/plasma_scriptengine_superkaramba.so
%{_kde_services}/plasma-package-superkaramba.desktop
%{_kde_services}/plasma-scriptengine-superkaramba.desktop
%{_kde_configdir}/superkaramba.knsrc
%{_kde_datadir}/dbus-1/interfaces/org.kde.superkaramba.xml

#---------------------------------------------

%define libsuperkaramba_major 4
%define libsuperkaramba %mklibname superkaramba %{libsuperkaramba_major}

%package -n %{libsuperkaramba}
Summary:	Runtime library for superkaramba
Group:		System/Libraries

%description -n %{libsuperkaramba}
Runtime library for superkaramba.

%files -n %{libsuperkaramba}
%{_kde_libdir}/libsuperkaramba.so.%{libsuperkaramba_major}*

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't need it because there are no headers anyway
rm -f %{buildroot}%{_kde_libdir}/libsuperkaramba.so


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 8671d82
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19105 |14mr|sushi-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define	api	1.0
%define	major	0
%define gmajor	1.0
%define	libname		%mklibname %{name} %{api} %{major}
%define	girname		%mklibname %{name}-gir %{gmajor}
%define	develname	%mklibname -d %{name} %{api}

Summary:	Quick Previewer for Nautilus
Name:		sushi
Version:	3.12.0
Release:	2
License:	GPLv2+
Group:		File tools
Url:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/sushi/%{url_ver}/%{name}-%{version}.tar.xz

#for gnome-autogen
BuildRequires:	gnome-common
BuildRequires:	gettext-devel
BuildRequires:	intltool
BuildRequires:	unoconv
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(clutter-gst-2.0)
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(evince-document-3.0)
BuildRequires:	pkgconfig(evince-view-3.0)
BuildRequires:	pkgconfig(gjs-1.0) >= 1.36
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:	pkgconfig(gstreamer-tag-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtksourceview-3.0)
BuildRequires:	pkgconfig(libmusicbrainz5)
BuildRequires:	pkgconfig(webkitgtk-3.0)
Suggests:	nautilus

Requires:	%{libname} = %{version}-%{release}
Requires:	typelib(GstBase) = 1.0
Requires:	typelib(GstTag) = 1.0
Requires:       typelib(ClutterGst) = 2.0
Requires:       typelib(GstVideo) = 1.0

Requires:	unoconv

%description
Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.

%package -n %{libname}
Summary:	Runtime libraries for %{name}
Group:		System/Libraries
# When built with unoconv support, the library will use unoconv to
# read LibreOffice files
Suggests:	unoconv

%description -n %{libname}
Runtime libraries for %{name}.

%package -n %{girname}
Summary:	GObject introspection interface for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject introspection interface for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
The sushi-devel package contains libraries and header files for developing
applications that use sushi.

%prep
%setup -q
#apply_patches

%build
NOCONFIGURE=1 gnome-autogen.sh
%configure2_5x
%make

%install
%makeinstall_std
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/sushi
%{_libexecdir}/sushi-start
%{_datadir}/dbus-1/services/org.gnome.Sushi.service
%{_datadir}/glib-2.0/schemas/org.gnome.sushi.gschema.xml
%{_datadir}/sushi/js
%{_datadir}/sushi/style

%files -n %{libname}
%{_libdir}/%{name}/libsushi-%{api}.so

%files -n %{girname}
%{_libdir}/%{name}/girepository-1.0/Sushi-%{gmajor}.typelib

%files -n %{develname}
%{_datadir}/%{name}/gir-1.0/Sushi-%{gmajor}.gir

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: 4530595
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19106 |14mr|suspend-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Not really used yet, so disable for now
%bcond_with uclibc

Summary:	Userland tools for suspend-to-disk and suspend-to-RAM
Name:		suspend
Version:	1.0
Release:	5
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://suspend.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-utils-%{version}.tar.bz2
#- opensuse patches
Patch1:		suspend-comment-configfile-options.diff
Patch3:		suspend-default-compress.diff
Patch5:		suspend-default-splash.diff
Patch13:	suspend-0.80-vbetool-retry-on-errors.diff
Patch15:	suspend-1.0-suspend-output-to-logfile.diff
Patch70:	suspend-0.80-whitelist-openSUSE11.diff
#- Mandriva patches
Patch100:	suspend-1.0-no_s2ram_quirks.patch
Patch101:	suspend-0.5-bootsplash.patch
Patch102:	suspend-0.8.20080612-mdvcomment.patch
Patch103:	suspend-0.8-printf_format.patch
# (blino) kill splashy before resume binary starts it
Patch104:	suspend-0.8.20080612-stopsplashy.patch
# (fc) plymouth support
Patch105:	suspend-1.0-plymouth.patch
# (proyvind): to get _GNU_SOURCE defined, fixes build with uclibc
Patch106:	suspend-0.8.20080612-configure-gnu-source.patch
Patch107:	suspend-utils-1.0-add-latitude-e6510-to-whitelist.patch
BuildRequires:	liblzo-devel
BuildRequires:	libx86-devel
BuildRequires:	plymouth-devel
%if %{with uclibc}
BuildRequires:	uClibc-devel
%endif
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(zlib)
# (tv) fix upgrade ordering (libpci3 needs to be updaded from 3.0 to 3.1 before ldetect is upgraded):
Requires:	%{mklibname pci 3} >= 3.1
Requires:	dracut
Requires(post):	drakxtools-backend

%description
The goal of the project is to create a tool that can handle the so
called "suspend-to-both". Suspend to both means that prior putting the
system in STR (suspend to ram) a snapshot of the running system is
taken and stored on disk (as suspend to disk); if for any reason
(e.g. battery depleted) the state store in the RAM is lost the user
can resume from the disk without loosing data.

Currenty suspend-to-ram and suspend-to-disk are handled by two
different program, s2ram and s2disk.

%files
%doc HOWTO README README.s2ram-whitelist
%{_sbindir}/resume
%{_sbindir}/s2both
%{_sbindir}/s2disk
%{_sbindir}/swap-offset
%{_libdir}/%{name}/resume
%config(noreplace) %{_sysconfdir}/%{name}.conf
%if %{with uclibc}
%{uclibc_root}%{_sbindir}/resume
%{uclibc_root}%{_libdir}/%{name}/resume
%endif

%post
/usr/sbin/bootloader-config --action rebuild-initrds || :

#----------------------------------------------------------------------------

%package s2ram
Summary:	Suspend-to-RAM utility
Group:		System/Kernel and hardware

%description s2ram
s2ram is a suspend-to-RAM utility.

%files s2ram
%{_sbindir}/s2ram

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-utils-%{version}
#- opensuse patches
%patch1 -p1
%patch3 -p0
%patch5 -p0
%patch13 -p0
%patch15 -p1 -b .log~

#- Mandriva patches
%patch100 -p1 -b .no_s2ram_quirks~
%patch101 -p1 -b .bootsplash~
%patch102 -p1 -b .mdvcomment~
%patch103 -p1 -b .printf_format~
%patch104 -p1 -b .stopsplashy~
%patch105 -p1 -b .plymouth~
%patch106 -p1 -b .gnu_source~
%patch107 -p1 -b .e6510~

%build
#needed by patch105
libtoolize --force
autoreconf -fi

export CONFIGURE_TOP=`pwd`
%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%configure2_5x \
  CC="%{uclibc_cc}" \
  CFLAGS="%{uclibc_cflags}" \
  --enable-compress \
  --enable-plymouth \
  --enable-threads \
  --disable-resume-static
%make
popd
%endif

mkdir -p shared
pushd shared
%configure2_5x \
  --enable-compress \
  --enable-plymouth \
  --enable-threads \
  --disable-resume-static
%make
popd

%install
install -d %{buildroot}{,%{uclibc_root}}%{_sbindir}
install -d %{buildroot}%{_sysconfdir}
%if %{with uclibc}
install -m755 uclibc/resume -D %{buildroot}%{uclibc_root}%{_libdir}/%{name}/resume
ln -sf %{uclibc_root}%{_libdir}/%{name}/resume %{buildroot}%{uclibc_root}%{_sbindir}/resume
%endif

%makeinstall_std -C shared
rm -rf %{buildroot}%{_docdir}/suspend-utils
ln -sf %{_libdir}/%{name}/resume %{buildroot}%{_sbindir}


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-5
+ Revision: 262ae9c
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19107 |14mr|svgalib-1.9.25-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1
%define	libname	%mklibname %{name} %{major}

Summary:	A low-level fullscreen SVGA graphics library
Name:		svgalib
Version:	1.9.25
Release:	10
License:	Public Domain
Group:		System/Libraries
Url:		http://www.svgalib.org/
Source0:	http://www.arava.co.il/matan/svgalib/%{name}-%{version}.tar.gz
Patch0:		svgalib-1.9.21-makefiles.patch
Patch1:		svgalib-1.4.3-fhs.patch
Patch2:		svgalib-1.9.21-demos.patch
Patch3:		svgalib-1.9.21-cfg.patch
Patch4:		svgalib-1.9.25-kernel-2.6.26.patch
Patch5:		svgalib-1.9.25-LDFLAGS.diff
Patch6:		svgalib-1.9.25-round_gtf_gtfcalc_c.patch
ExclusiveArch:	%{ix86} x86_64

%description
The svgalib package provides the SVGAlib low-level graphics library for
Linux. SVGAlib is a library which allows applications to use full screen
graphics on a variety of hardware platforms. Many games and utilities use
SVGAlib for their graphics.

You'll need to have the svgalib package installed if you use any of the
programs which rely on SVGAlib for their graphics support.

%package -n	%{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n	%{libname}-devel
Summary:	Development tools for programs using the SVGAlib graphics library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%{name}-devel

%description -n %{libname}-devel
The svgalib-devel package contains the libraries and header files needed
to build programs which will use the SVGAlib low-level graphics library.

Install the svgalib-devel package if you want to develop applications
which will use the SVGAlib library. Please take note that SVGAlib is
independent from X Window System. Thus, this package is useless if you
want to develop X11 applications.

%prep
%setup -q
%patch0 -p1 -b .makefiles
%patch1 -p1 -b .fhs
%patch2 -p1 -b .demos
%patch3 -p1 -b .defaultcfg
%patch4 -p1 -b .kernel-2.6.26
%patch5 -p1 -b .LDFLAGS
%patch6 -p1 -b .round

#the testlinear demo needs svgalib's internal libvga header, so copy it to the
#demo dir
cp src/libvga.h demos

%build
make OPTIMIZE="%{optflags} -Wno-pointer-sign" \
    LDFLAGS="%{ldflags}" \
    prefix=%{_prefix} \
    NO_HELPER=y \
    INCLUDE_ET4000_DRIVER=y \
    INCLUDE_OAK_DRIVER=y \
    INCLUDE_MACH32_DRIVER=y \
    INCLUDE_ET3000_DRIVER=y \
    INCLUDE_GVGA6400_DRIVER=y \
    INCLUDE_ATI_DRIVER=y \
    INCLUDE_G450C2_DRIVER=y \
    INCLUDE_ET4000_DRIVER_TEST=y \
    INCLUDE_FBDEV_DRIVER_TEST=y \
    INCLUDE_VESA_DRIVER_TEST=y \
    shared

pushd utils
    make OPTIMIZE="%{optflags} -Wno-pointer-sign" \
    LDFLAGS="%{ldflags}" \
    prefix=%{_prefix}
popd

pushd threeDKit
make OPTIMIZE="%{optflags} -Wno-pointer-sign -I../gl" \
    LDFLAGS="%{ldflags}" \
    LIBS="-L../sharedlib -lm -lvgagl -lvga" \
    prefix=%{_prefix} lib3dkit.so.%{version}
popd

%ifarch %{ix86}
pushd lrmi-0.9
    make CFLAGS="%{optflags}" \
    LDFLAGS="%{ldflags}"
popd
%endif

%install
install -d %{buildroot}{%{_libdir},%{_sysconfdir}/vga}

%makeinstall \
    TOPDIR=%{buildroot} \
    prefix=%{buildroot}%{_prefix} \
    mandir=%{buildroot}%{_mandir} \
    sharedlibdir=%{buildroot}%{_libdir} \
    NO_HELPER=y \
    INSTALL_PROGRAM="install -p -m755" \
    INSTALL_SCRIPT="install -p -m755" \
    INSTALL_SHLIB="install -p -m755" \
    INSTALL_DATA="install -p -m644" \
    INSTALLMODULE="" \
    INSTALLDEV="" \

install -m644 ./src/config/* %{buildroot}%{_sysconfdir}/vga

rm -f %{buildroot}%{_datadir}/{dvorak-us.keymap,libvga.config,libvga.et4000,null.keymap}

%ifarch %{ix86}
# use the newer lrmi stuff
install -m0755 lrmi-0.9/mode3 %{buildroot}%{_bindir}/
install -m0755 lrmi-0.9/vga_reset %{buildroot}%{_bindir}/
%endif

%files
%doc 0-README LICENSE svgalib.lsm
%dir %{_sysconfdir}/vga
%config(noreplace) %{_sysconfdir}/vga/*
%{_bindir}/*
%{_mandir}/man?/*

%files -n %{libname}
%{_libdir}/lib*.so.*

%files -n %{libname}-devel
%doc doc/CHANGES doc/DESIGN doc/Driver-programming-HOWTO doc/README.joystick doc/README.keymap doc/README.patching doc/README.vesa doc/TODO doc/svgalib.lsm
%{_includedir}/*
%{_libdir}/*.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9.25-10
+ Revision: a7ca22d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19108 |14mr|svgpart-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		svgpart
Summary:	A SVG KPart
Version:	4.13.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2
URL:		http://www.kde.org
%define is_beta %(if test `echo %version |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source:		ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Conflicts:	kdegraphics4-core < 2:4.6.90

%description
A SVG KPart Service.

%files
%{_kde_libdir}/kde4/svgpart.so
%{_kde_appsdir}/svgpart/svgpart.rc
%{_kde_services}/svgpart.desktop

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.3-1
+ Revision: da9f1fe
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19109 |14mr|swatch-3.2.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Summary:	A utility for monitoring system logs files

Name:		swatch
Version:	3.2.3
Release:	6
License:	GPLv2
Group:		Monitoring
Source0:	%{name}-%{version}.tar.gz
URL:		http://swatch.sourceforge.net/
Source1:	swatchrc.bz2
Source2:	README-mandrake.bz2
BuildRequires:	perl-devel perl-File-Tail perl-Date-Calc perl-Time-HiRes perl-TimeDate
Requires:	perl perl-File-Tail perl-Date-Calc perl-Time-HiRes perl-TimeDate
BuildArch:	noarch

%description
The Swatch utility monitors system log files, filters out unwanted data
and takes specified actions (i.e., sending email, executing a script,
etc.) based upon what it finds in the log files.

Install the swatch package if you need a program that will monitor log
files and alert you in certain situations.

%prep
%setup -q
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor

%make

%check
make test

%install
eval `perl '-V:installarchlib'`
mkdir -p %{buildroot}/$installarchlib
perl -pi -e "s|^(INSTALLMAN1DIR\s=\s/usr/share/man/man1)|INSTALLMAN1DIR = \\$\(PREFIX\)/share/man/man1|" $RPM_BUILD_DIR/%{name}-%{version}/Makefile
%makeinstall_std
install tools/swatch_oldrc2newrc -D %{buildroot}%{_bindir}/swatch_oldrc2newrc

mkdir -p %{buildroot}%{_sysconfdir}
bzcat %{SOURCE1} >> %{buildroot}%{_sysconfdir}/swatchrc

bzcat %{SOURCE2} >> $RPM_BUILD_DIR/%{name}-%{version}/README-Mandrake

rm -rf %{buildroot}%{perl_vendorlib}/auto

%clean

%files
%doc CHANGES INSTALL COPYRIGHT KNOWN_BUGS README* examples tools
%{_bindir}/swatch
%{_bindir}/swatch_oldrc2newrc
%{_mandir}/man?/*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/swatchrc
%dir %{perl_vendorlib}/Swatch
%{perl_vendorlib}/Swatch/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.3-6
+ Revision: 6bc96e3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19110 |14mr|sweeper-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sweeper
Summary:	Clean unwanted traces from your system
Version:	4.13.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://www.kde.org/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
Sweeper helps to clean unwanted traces the user leaves on the system.

%files
%{_kde_appsdir}/sweeper
%{_kde_bindir}/sweeper
%{_kde_applicationsdir}/sweeper.desktop
%{_kde_datadir}/dbus-1/interfaces/org.kde.sweeper.xml
%{_kde_docdir}/HTML/*/sweeper

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.13.3-1
+ Revision: 89ca0f1
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19111 |14mr|swell-foop-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           swell-foop
Version:        3.12.2
Release:        2
Summary:        GNOME colored tiles puzzle game

License:        GPLv2+ and GFDL
URL:            http://projects.gnome.org/gnome-games/
Group:		Games/Other
Source0:        http://download.gnome.org/sources/swell-foop/3.12/swell-foop-%{version}.tar.xz

BuildRequires:  pkgconfig(clutter-gtk-1.0)
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  intltool libxml2-utils
BuildRequires:  itstool

Obsoletes: gnome-games-swell-foop < 1:3.7.92-1

%description
Clear the screen by removing groups of colored and shaped tiles

%prep
%setup -q

%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-gnome


%files -f %{name}.lang
%doc COPYING
%{_bindir}/swell-foop
%{_datadir}/applications/swell-foop.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.swell-foop.gschema.xml
%{_datadir}/icons/hicolor/*/apps/swell-foop.*
%{_datadir}/swell-foop
%{_datadir}/appdata/*.xml
%{_datadir}/icons/HighContrast/*/apps/swell-foop.png

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 173e92a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19112 |14mr|swig-3.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with guile
%bcond_with mono
%bcond_with ocaml

Summary:	Simplified Wrapper and Interface Generator (SWIG)
Name:		swig
Version:	3.0.2
Release:	2
Epoch:		1
License:	BSD
Group:		Development/Other
Url:		http://www.swig.org/
Source0:	http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		swig-3.0.0-pylib.patch
BuildRequires:	bison
BuildRequires:	imake
BuildRequires:	libtool
%if %{with mono}
BuildRequires:	mono
BuildRequires:	pkgconfig(mono)
%endif
%if %{with ocaml}
BuildRequires:	ocaml
%endif
BuildRequires:	boost-devel
BuildRequires:	libstdc++-devel
BuildRequires:	lua-devel
BuildRequires:	perl-devel
BuildRequires:	php-devel
BuildRequires:	ruby-devel
BuildRequires:	tcl-devel
%if %{with guile}
BuildRequires:	pkgconfig(guile-2.0)
%endif
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(python)
Obsoletes:	swig-devel < 2.0.7

%description
SWIG takes an interface description file written in a combination of C/C++
and special directives and produces interfaces to Perl, Python, and Tcl.
It allows scripting languages to use C/C++ code with minimal effort.

%files
%doc ANNOUNCE INSTALL CHANGES CHANGES.current LICENSE README TODO
%{_bindir}/swig
%{_bindir}/ccache-swig
%{_datadir}/swig
%{_mandir}/man1/*1*

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation and examples for %{name}
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description doc
SWIG takes an interface description file written in a combination of C/C++
and special directives and produces interfaces to Perl, Python, and Tcl.
It allows scripting languages to use C/C++ code with minimal effort.

Install the %{name}-doc package if you want to look at example and 
documentation.

%files doc
%doc Examples Doc/Manual

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .pylib

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.0.2-2
+ Revision: 6c1482a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19113 |14mr|syck-0.70-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%bcond_with	crosscompile

Summary:	A library for reading and writing YAML
Name:		syck
Version:	0.70
Release:	13
License:	BSD (and D&R)
Group:		System/Libraries
Url:		https://github.com/indeyets/syck/wiki
Source0:	http://rubyforge.org/frs/download.php/4492/%{name}-%{version}.tar.gz
Patch0:		syck-shared.diff
Patch1:		syck-automake-1.13.patch
Patch2:		syck-0.70-bison3.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	re2c

%description
Syck is an extension for reading and writing YAML swiftly in popular scripting
languages. As Syck loads the YAML, it stores the data directly in your
language's symbol table.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for reading and writing YAML
Group:		System/Libraries

%description -n %{libname}
Syck is an extension for reading and writing YAML swiftly in popular scripting
languages. As Syck loads the YAML, it stores the data directly in your
language's symbol table.

%files -n %{libname}
/%{_lib}/libsyck.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static library and header files for the syck library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
Syck is an extension for reading and writing YAML swiftly in popular scripting
languages. As Syck loads the YAML, it stores the data directly in your
language's symbol table.

This package contains the static syck library and its header files.

%files -n %{devname}
%doc CHANGELOG COPYING README README.BYTECODE README.EXT RELEASE TODO
%{_includedir}/*
%{_libdir}/libsyck.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%if %{with crosscompile}
export ac_cv_func_malloc_0_nonnull=yes
%endif
export CFLAGS="%{optflags} -fPIC -DYYPARSE_PARAM=parser"
rm -rf autom4te.cache configure
touch INSTALL NEWS AUTHORS ChangeLog
#libtoolize --copy --force; aclocal -I config; autoheader; automake --foreign --add-missing --copy; autoconf
autoreconf -fi

%configure2_5x \
	--enable-shared \
	--disable-static

# Can't be built with -j12 yet
%make -j1

%install
%makeinstall_std
mkdir %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libsyck.so.%{major}* %{buildroot}/%{_lib}
ln -srf %{buildroot}/%{_lib}/libsyck.so.%{major}.*.* %{buildroot}%{_libdir}/libsyck.so


%changelog
* Tue Jul 22 2014 abondrov <andrey.bondrov@rosalab.ru> 0.70-13
+ Revision: 4a41619
- Update bison3 patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19114 |14mr|symlinks-1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A utility which maintains a system's symbolic links
Name:		symlinks
Version:	1.4
Release:	5
Group:		File tools
License:	BSD-style
Source0:	ftp://sunsite.unc.edu/pub/Linux/utils/file/%{name}-%{version}.tar.gz
URL:		http://www.ibiblio.org/pub/Linux/utils/file/
Patch0:		symlinks-1.4-noroot.patch
Patch2:		symlinks-1.4-short.patch
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
The symlinks utility performs maintenance on symbolic links.  Symlinks
checks for symlink problems, including dangling symlinks which point to
nonexistent files.  Symlinks can also automatically convert absolute
symlinks to relative symlinks.

Install the symlinks package if you need a program for maintaining
symlinks on your system.

%prep
%setup -q
%patch0 -p1 -b .noroot~
%patch2 -p1 -b .short~

%build
%make CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" 

%install
rm -rf %{buildroot}

install -D %{name} %{buildroot}%{_bindir}/%{name}
install -D %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/%{name}
%{_mandir}/man8/%{name}.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-5
+ Revision: 0aab040
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19115 |14mr|sysfsutils-2.1.0-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	fname	sysfs
%define	major	2
%define	libname	%mklibname %{fname} %{major}
%define	devname	%mklibname %{fname} -d
%define	static	%mklibname %{fname} -d -s

%bcond_with	diet
%bcond_with	uclibc

Summary:	Utility suite to enjoy sysfs
Name:		sysfsutils
Version:	2.1.0
Release:	22
License:	GPLv2
Group:		System/Kernel and hardware
Url:		http://linux-diag.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.bz2
Patch0:		sysfsutils-2.0.0-class-dup.patch
Patch1:		sysfsutils-2.1.0-get_link.patch
Patch2:		sysfsutils-2.1.0-srcdir-include.patch
%if %{with diet}
BuildRequires:	dietlibc-devel
%endif
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.33.2-9
%endif

%description
This package's purpose is to provide a set of utilities for interfacing
with sysfs, a virtual filesystem in Linux kernel versions 2.5+ that
provides a tree of system devices. While a filesystem is a very useful
interface, we've decided to provide a stable programming interface
that will hopefully make it easier for applications to query system devices
and their attributes.

This package currently includes:

- lsbus: a small application to query system bus information.
- systool: an application to view system device information by bus, class,
  and topology.

%files
%doc AUTHORS README NEWS
%{_bindir}/systool
%{_bindir}/dlist_test
%{_bindir}/get_device
%{_bindir}/get_driver
%{_bindir}/get_module
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Main library for %{name}
License:	LGPLv2.1
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}. The libsysfs library enables to access system devices.

%files -n %{libname}
/%{_lib}/libsysfs.so.%{major}*

#----------------------------------------------------------------------------

%package -n	uclibc-%{libname}
Summary:	uClibc linked library for %{name}
License:	LGPLv2.1
Group:		System/Libraries

%description -n	uclibc-%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}. The libsysfs library enables to access system devices.

%if %{with uclibc}
%files -n uclibc-%{libname}
%{uclibc_root}/%{_lib}/libsysfs.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Headers for developing programs that will use %{name}
License:	LGPLv2.1
Group:		Development/C
Requires:	%{libname} = %{EVRD}
%if %{with uclibc}
Requires:	uclibc-%{libname} = %{EVRD}
%endif
# for Turbolinux compatibility:
Provides:	sysfsutils-devel = %{EVRD}
Conflicts:	%{_lib}sysfs1-devel < 2.1.0

%description -n	%{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc docs/libsysfs.txt
%{_libdir}/libsysfs.so
%{_includedir}/sysfs/libsysfs.h
%{_includedir}/sysfs/dlist.h
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libsysfs.so
%endif

#----------------------------------------------------------------------------

%package -n	%{static}
Summary:	Static library for developing programs that will use %{name}
License:	LGPLv2.1
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	sysfsutils-static-devel = %{EVRD}

%description -n	%{static}
This package contains the static library that programmers will need to develop
applications which will use %{name}.

%files -n %{static}
%{_libdir}/libsysfs.a
%if %{with diet}
%{_prefix}/lib/dietlibc/lib-%{_arch}/libsysfs.a
%endif
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libsysfs.a
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1 -b .inc~
autoreconf -fi -Im4

%build
CONFIGURE_TOP=$PWD
%if %{with diet}
mkdir -p diet
pushd diet
%configure2_5x	CC="diet gcc" \
		--enable-static \
		--disable-shared
%make V=1 LD="diet ld" CFLAGS="-Os -g"
popd
%endif

%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%configure2_5x	CC="%{uclibc_cc}" \
		CFLAGS="%{uclibc_cflags}" \
		--enable-static \
		--enable-shared \
		--libdir=%{uclibc_root}/%{_lib}
%make V=1
popd
%endif

mkdir -p glibc
pushd glibc
%configure2_5x	--libdir=/%{_lib}
%make
popd

%install
%makeinstall_std -C glibc

install -d %{buildroot}%{_libdir}
mv %{buildroot}/%{_lib}/*.{so,a} %{buildroot}%{_libdir}
ln -rsf %{buildroot}/%{_lib}/libsysfs.so.%{major}.* %{buildroot}%{_libdir}/libsysfs.so

%if %{with diet}
install -m644 ./diet/lib/.libs/libsysfs.a -D %{buildroot}%{_prefix}/lib/dietlibc/lib-%{_arch}/libsysfs.a
%endif

%if %{with uclibc}
%makeinstall_std -C uclibc/lib
install -d %{buildroot}%{uclibc_root}%{_libdir}
mv %{buildroot}%{uclibc_root}/%{_lib}/*.{so,a} %{buildroot}%{uclibc_root}%{_libdir}
ln -rsf %{buildroot}%{uclibc_root}/%{_lib}/libsysfs.so.%{major}.* %{buildroot}%{uclibc_root}%{_libdir}/libsysfs.so
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.0-22
+ Revision: 6a8d0d0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19116 |14mr|syslinux-4.06-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git_url git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git
%define tftpbase /var/lib/tftpboot
%define pxebase %{tftpbase}/X86PC/linux

Summary:    A bootloader for linux using floppies, CD
Name:       syslinux
Version:    4.06
Release:    2
License:    GPLv2+
Group:      System/Kernel and hardware
Url:        http://syslinux.zytor.com/
Source0:    http://www.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.bz2
Source4:    http://www.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.sign
Source1:    pxelinux-help.txt
Source2:    pxelinux-messages
Source3:    pxelinux-default
ExclusiveArch:  %{ix86} x86_64
BuildRequires:  nasm
BuildRequires:  netpbm
Buildrequires:  pkgconfig(uuid)
BuildRequires:  pkgconfig(ext2fs)
Provides:   isolinux = %{version}

%description
SYSLINUX is a boot loader for the Linux operating system which
operates off an MS-DOS/Windows FAT filesystem.  It is intended to
simplify first-time installation of Linux, and for creation of rescue-
and other special-purpose boot disks.

%package -n pxelinux
Summary:    A PXE bootloader
Group:      System/Kernel and hardware
Requires:   syslinux

%description -n pxelinux
PXELINUX is a PXE bootloader.

%package    perl
Summary:    Syslinux tools written in perl
Group:      System/Kernel and hardware
Requires:   syslinux
Conflicts:  syslinux < 4.05-3

%description    perl
Syslinux tools written in perl.

%package    devel
Summary:    Development environment for SYSLINUX add-on modules
Group:      Development/Other
Requires:   tftp-server
Requires:   syslinux

%description    devel
The SYSLINUX boot loader contains an API, called COM32, for writing
sophisticated add-on modules.  This package contains the libraries
necessary to compile such modules.

%prep
%setup -q

%build
rm -f diag/geodsp/mk-lba-img
%make DATE="%{vendor} Linux" installer

%install
# AUXDIR is explicitly set because upstream sets AUXDIR to %{_datadir}/%{name}
# but we favour AUXDIR set to %{_prefix}/lib/%{name} for backward compatibility
# with our syslinux 3.63 package
%make install \
  INSTALLROOT=%{buildroot} \
  BINDIR=%{_bindir} \
  SBINDIR=%{_sbindir} \
  LIBDIR=%{_prefix}/lib \
  MANDIR=%{_mandir} \
  INCDIR=%{_includedir} \
  AUXDIR=%{_prefix}/lib/%{name}

mkdir -p %{buildroot}/%{_prefix}/lib/%{name}/menu
cp -av com32/menu/*  %{buildroot}/%{_prefix}/lib/%{name}/menu/

install -d %{buildroot}%{pxebase}/pxelinux.cfg/
install -m 0644 %SOURCE1 %{buildroot}%{pxebase}/help.txt
install -m 0644 %SOURCE2 %{buildroot}%{pxebase}/messages
install -m 0644 %SOURCE3 %{buildroot}%{pxebase}/pxelinux.cfg/default
perl -pi -e "s|VERSION|%version|g" %{buildroot}%{pxebase}/messages
install -m 0644 core/pxelinux.0 %{buildroot}%{pxebase}/linux.0
install -m 0644 memdisk/memdisk %{buildroot}%{pxebase}/memdisk

%files
%doc COPYING NEWS README doc/*.txt
%{_bindir}/gethostip
%{_bindir}/isohybrid
%{_bindir}/memdiskfind
%{_bindir}/syslinux
%{_sbindir}/extlinux
%dir %{_prefix}/lib/%{name}
%{_prefix}/lib/%{name}/*
%{_mandir}/man1/gethostip*
%{_mandir}/man1/syslinux*
%{_mandir}/man1/extlinux*
%exclude %{_mandir}/man1/syslinux2ansi*
%exclude %{_prefix}/lib/%{name}/com32
%exclude %{_prefix}/lib/%{name}/menu

%files -n pxelinux
%doc doc/pxelinux.txt
%{pxebase}/*.0
%{pxebase}/memdisk
%config(noreplace) %{pxebase}/messages
%config(noreplace) %{pxebase}/help.txt
%config(noreplace) %{pxebase}/pxelinux.cfg/default

%files perl
%{_bindir}/keytab-lilo
%{_bindir}/lss16toppm
%{_bindir}/md5pass
%{_bindir}/mkdiskimage
%{_bindir}/ppmtolss16
%{_bindir}/pxelinux-options
%{_bindir}/sha1pass
%{_bindir}/syslinux2ansi
%{_bindir}/isohybrid.pl
%{_mandir}/man1/lss16toppm*
%{_mandir}/man1/ppmtolss16*
%{_mandir}/man1/syslinux2ansi*

%files devel
%{_prefix}/lib/%{name}/com32
%{_prefix}/lib/%{name}/menu



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.06-2
+ Revision: 4a71bb7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19117 |14mr|system-config-audit-0.4.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Audit GUI configuration tool
Name:		system-config-audit
Version:	0.4.18
Release:	2
License:	GPLv2
Group:		System/Base
URL:		https://fedorahosted.org/system-config-audit/
Source0:	https://fedorahosted.org/releases/s/y/system-config-audit/system-config-audit-%{version}.tar.xz
Patch0:		audit-1.6.1-desktopfile.patch
Patch1:		audit-1.6.1-sendmail.patch
Requires:	audit >= 2.0
Requires:	pygtk2.0-libglade
Requires:	python-audit >= 2.0
Requires:	usermode-consoleonly >= 1.92-4
BuildRequires:	audit-devel >= 2.0
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	gettext-devel
BuildRequires:	intltool
BuildRequires:	python-devel
Obsoletes:	libaudit-common < 1.6.1
Conflicts:	audit < 1.6.1
Epoch:		1
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package contains a GUI for configuring the Audit system.

%prep

%setup -q
%patch0 -p0
%patch1 -p0

%build
%configure2_5x \
    --libexecdir=%{_sbindir}
%make

%install
rm -rf %{buildroot}

%makeinstall_std install-fedora

desktop-file-validate %{buildroot}%{_datadir}/applications/system-config-audit.desktop

%find_lang system-config-audit

# let's use our own pam config
rm -f %{buildroot}%{_sysconfdir}/pam.d/system-config-audit-server
ln -s %{_sysconfdir}/pam.d/mandriva-simple-auth \
        %{buildroot}%{_sysconfdir}/pam.d/system-config-audit-server

%clean
rm -rf %{buildroot}

%files -f system-config-audit.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README
%config(noreplace) %{_sysconfdir}/pam.d/system-config-audit-server
%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
%{_bindir}/system-config-audit
%{_datadir}/applications/system-config-audit.desktop
%{_datadir}/system-config-audit
%{_sbindir}/system-config-audit-server-real
%{_sbindir}/system-config-audit-server




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.4.18-2
+ Revision: b432897
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19118 |14mr|system-config-nfs-1.3.53-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarball_version 1_3_53

Summary: NFS server configuration tool
Name: system-config-nfs
Version: 1.3.53
Release: 2
URL: http://fedorahosted.org/%{name}
License: GPLv2+
Group: System/Configuration/Networking
BuildArch: noarch
Source0: http://fedorahosted.org/released/%{name}/%{name}-%{tarball_version}.tar.bz2
Patch0: service_name.patch
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: python
Obsoletes: system-config-nfs < 1.3.42
Requires: system-config-nfs-docs
Requires: pygtk2.0
Requires: pygtk2.0-libglade
Requires: python >= 2.0
Requires: nfs-utils
Requires: usermode
Requires: hicolor-icon-theme

%description
system-config-nfs is a graphical user interface for creating, 
modifying, and deleting nfs shares.

%prep
%setup -q -n %{name}-%{tarball_version}
%patch0 -p1

%build
%make %{?with_console_util:CONSOLE_USE_CONFIG_UTIL=1}

%install
make DESTDIR=%{buildroot} install

desktop-file-install --vendor system --delete-original       \
  --dir %{buildroot}%{_datadir}/applications             \
  --add-category X-Red-Hat-Base        \
  --add-category X-Red-Hat-ServerConfig        \
  %{buildroot}%{_datadir}/applications/system-config-nfs.desktop

%find_lang %name

%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%files -f %{name}.lang
%doc COPYING
%{_bindir}/system-config-nfs
%{_datadir}/system-config-nfs
%{_datadir}/applications/system-config-nfs.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png
%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-nfs
%config(noreplace) %{_sysconfdir}/pam.d/system-config-nfs



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.53-2
+ Revision: 980020c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19119 |14mr|system-config-nfs-docs-1.0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Documentation for configuring an NFS server
Name:		system-config-nfs-docs
Version:	1.0.9
Release:	3
License:	GPLv2+
Group:		Books/Howtos
URL:		https://fedorahosted.org/%{name}
Source0:	http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	gettext
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	docbook-dtd45-xml
BuildRequires:	rarian

# Until version 1.3.41, system-config-nfs contained online documentation.
# From version 1.3.42 on, online documentation is split off into its own
# package system-config-nfs-docs. The following ensures that updating from
# earlier versions gives you both the main package and documentation.
Obsoletes:	system-config-nfs < 1.3.42
Requires:	system-config-nfs >= 1.3.42
Requires:	rarian
Requires:	yelp
BuildArch:	noarch

%description
This package contains the online documentation for system-config-nfs which is
a graphical user interface for creating, modifying, and deleting nfs shares.

%prep
%setup -q

%build
%make

%install
%makeinstall_std

%files
%doc COPYING
%doc %{_datadir}/omf/system-config-nfs
%doc %{_datadir}/gnome/help/system-config-nfs


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.9-3
+ Revision: 530e896
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19120 |14mr|system-config-printer-1.4.2-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define use_gitsnap 0
%{?_no_gitsnap: %{expand: %%global use_gitsnap 0}}
%if %{use_gitsnap}
%define gitsnap 200809231700
%endif

# disable the requires on gnome-python-gnomekeyring when it's not avaialable
# gnome-python-desktop requires s-c-p indirectly and the build fails otherwise
%define pygnomekeyring 1

Summary:	A printer administration tool
Name:		system-config-printer
Version:	1.4.2
Release:	15
License:	LGPLv2+
Group:		System/Configuration/Printing
Url:		http://cyberelk.net/tim/software/system-config-printer/
Source0:	http://cyberelk.net/tim/data/system-config-printer/1.3/%{name}-%{version}%{?gitsnap:-%gitsnap}.tar.xz
Source1:	system-config-printer.pam
Source2:	system-config-printer.console
Source3:	po-mdv.tar.bz2
Source4:	mdv_printer_custom.py
Source5:	hp-makeuri-mdv.c
Source6:	mdv_backend
Patch0:		system-config-printer-1.4.2-mdv_custom-applet.patch
Patch2:		system-config-printer-1.4.2-mdv_custom-system-config-printer.patch
Patch3:		system-config-printer-1.3.1-start-applet.patch
Patch4:		system-config-printer-1.3.12-udev-configure-printer-mdv.patch
Patch5:		system-config-printer-1.4.2-mdv_custom-embedded_window.patch
# Fedora patches
Patch200:	system-config-printer-no-job-notifications.patch
Patch203:	system-config-printer-systemd.patch
# Mageia patches
Patch300:	system-config-printer-1.3.7-remove-Brother-HL-2030-blacklist.patch

BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd412-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	intltool
BuildRequires:	systemd-units
BuildRequires:	xmlto

BuildRequires:	cups-devel
BuildRequires:	gettext-devel
BuildRequires:	libhpip-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(python)
# (cg) Required for CheckUSBPermissions.py
Requires:	acl
Requires:	dbus-x11
Requires:	desktop-file-utils
Requires:	gnome-icon-theme
Requires:	gnome-python
Requires:	gnome-python-desktop
%if %{pygnomekeyring}
Requires:	gnome-python-gnomekeyring
%endif
Requires:	hplip-model-data
Requires:	libxml2-python
# nmap is required to scan the network, just like printerdrake used to do
Requires:	nmap
Requires:	python-cups
Requires:	python-curl
Requires:	python-dbus
Requires:	python-gi
Requires:	python-gobject
Requires:	python-pyinotify
Requires:	python-smbc
Requires:	system-config-printer-libs = %{EVRD}
Requires:	system-config-printer-udev = %{EVRD}
Requires:	virtual-notification-daemon
#For non GTK3 system
Requires:	canberra-gtk
Requires:	%{_lib}gtk-gir3.0
Requires:	typelib(Atk)
Requires:	typelib(GdkPixbuf)
Requires:	typelib(Gio)
Requires:	typelib(Notify)
Suggests:	samba-client

%description
system-config-printer is a graphical user interface that allows
the user to configure a CUPS print server.

%files
%doc ChangeLog README
%{_bindir}/%{name}
%{_bindir}/scp-dbus-service
%{_sbindir}/%{name}
#{_bindir}/hp-makeuri-mdv
%{_bindir}/%{name}-applet
%{_bindir}/install-printerdriver
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/ui
%dir %{_datadir}/%{name}/xml
%{_datadir}/%{name}/*.py*
%{_datadir}/%{name}/troubleshoot
%{_datadir}/%{name}/ui/*.ui
%{_datadir}/%{name}/xml/*
%{_datadir}/%{name}/icons
%{_datadir}/applications/system-config-printer.desktop
#%{_datadir}/applications/manage-print-jobs.desktop
%{_sysconfdir}/xdg/autostart/print-applet.desktop
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%{_mandir}/man1/*

#---------------------------------------------------------------------

%package udev
Summary:	Rules for udev for automatic configuration of USB printers
Group:		System/Configuration/Hardware
Requires:	system-config-printer-libs = %{EVRD}
Requires(post,preun):	rpm-helper
Obsoletes:	hal-cups-utils <= 0.6.20
Conflicts:	cups < 1.4.2-6

%description udev
The udev rules and helper programs for automatically configuring USB
printers.

%post
# disable old printer detection system
if [ -f /etc/sysconfig/printing ]; then
    if grep -q ^AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED= /etc/sysconfig/printing; then
        sed -i 's/AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED=.*/AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED=no/g' /etc/sysconfig/printing
    else
        echo AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED=no >> /etc/sysconfig/printing
    fi
    if grep -q ^ENABLE_QUEUES_ON_PRINTER_CONNECTED= /etc/sysconfig/printing; then
        sed -i 's/ENABLE_QUEUES_ON_PRINTER_CONNECTED=.*/ENABLE_QUEUES_ON_PRINTER_CONNECTED=no/g' /etc/sysconfig/printing
    else
        echo ENABLE_QUEUES_ON_PRINTER_CONNECTED=no >> /etc/sysconfig/printing
    fi
else
    echo AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED=no >> /etc/sysconfig/printing
    echo ENABLE_QUEUES_ON_PRINTER_CONNECTED=no >> /etc/sysconfig/printing
fi

%postun
# enable old printer detection system
if [ -f /etc/sysconfig/printing ]; then
    if grep -q ^AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED= /etc/sysconfig/printing; then
        sed -i 's/AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED=.*/AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED=yes/g' /etc/sysconfig/printing
    fi
    if grep -q ^ENABLE_QUEUES_ON_PRINTER_CONNECTED= /etc/sysconfig/printing; then
        sed -i 's/ENABLE_QUEUES_ON_PRINTER_CONNECTED=.*/ENABLE_QUEUES_ON_PRINTER_CONNECTED=yes/g' /etc/sysconfig/printing
    fi
fi

%files udev
/lib/udev/udev-add-printer
/lib/udev/udev-configure-printer
/lib/udev/rules.d/70-printers.rules
/lib/systemd/system/configure-printer.service

#---------------------------------------------------------------------

%package  libs
Summary:  Common code for the graphical and non-graphical pieces
Group:    System/Libraries 
Requires: python
Requires: foomatic
Requires: python-cups

%description libs
The common code used by both the graphical and non-graphical parts of
the configuration tool.

%files libs -f system-config-printer.lang
%dir %{_sysconfdir}/cupshelpers/
%config(noreplace) %{_sysconfdir}/cupshelpers/preferreddrivers.xml
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.NewPrinterNotification.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf
%config(noreplace) %{_datadir}/dbus-1/interfaces/org.fedoraproject.Config.Printing.xml
%config(noreplace) %{_datadir}/dbus-1/services/org.fedoraproject.Config.Printing.service
%dir %{python_sitelib}/cupshelpers
%{python_sitelib}/cupshelpers/__init__.py*
%{python_sitelib}/cupshelpers/cupshelpers.py*
%{python_sitelib}/cupshelpers/openprinting.py*
%{python_sitelib}/cupshelpers/ppds.py*
%{python_sitelib}/cupshelpers/config.py*
%{python_sitelib}/cupshelpers/installdriver.py*
%{python_sitelib}/cupshelpers/xmldriverprefs.py*
%{_prefix}/lib/cups/backend/mdv_backend
%{py_platsitedir}/mdv_printer_custom.py*
%{python_sitelib}/*.egg-info

#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# update mdv custom translation
tar xvjf %{SOURCE3}
pushd po
for i in *.po; do
    if [ ! -f ../po-mdv/$i ]; then
        continue
    fi
    msgcat $i ../po-mdv/$i > ../po-mdv/$i-new
    rm -f $i
    mv ../po-mdv/$i-new $i
done
popd

autoreconf -fi

%build
%if %{use_gitsnap}
./bootstrap
%endif

%configure2_5x \
	--with-systemdsystemunitdir=%{_unitdir} \
	--with-udev-rules

make
# (salem) this hack avoids requiring hplip
gcc %{SOURCE5} -o hp-makeuri-mdv -lhpmud

%install
%makeinstall_std udevrulesdir=/lib/udev/rules.d  udevhelperdir=/lib/udev

mkdir -p %{buildroot}%{_mozillaextpath}
mkdir -p %{buildroot}%{py_platsitedir}
mkdir -p %{buildroot}%{_bindir}
#cp -f hp-makeuri-mdv %{buildroot}%{_bindir}
# Make sure pyc files are generated, otherwise we can get
# difficult to debug problems
pushd %{buildroot}%{_datadir}/%{name}
python -m compileall .
popd
mkdir -p %{buildroot}%{py_platsitedir}
cp -fv %{SOURCE4} %{buildroot}%{py_platsitedir}
pushd %{buildroot}%{py_platsitedir}
python -m compileall .
popd

mkdir -p %{buildroot}%{_prefix}/lib/cups/backend
cp -f %{SOURCE6} %{buildroot}%{_prefix}/lib/cups/backend

mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
install -p -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -p -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/security/console.apps/%{name}
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}
ln -s consolehelper %{buildroot}%{_bindir}/%{name}

#rename service
mv -f %{buildroot}%{_unitdir}/configure-printer@.service %{buildroot}%{_unitdir}/configure-printer.service

%find_lang system-config-printer


%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.2-15
+ Revision: c7ad16e
- Fix typo

* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.2-15
+ Revision: 84e4fcd
- Update Requires

* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.2-15
+ Revision: a618cb5
- Spec cleanup

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.2-14
+ Revision: 65ce753
- MassBuild#440: Increase release tag

* Sat Nov 23 2013 Alexander Kazancev <kazancas@gmail.com> 1.4.2-13
+ Revision: 2563fb0
- Add requires for %{_lib}gtk-gir3.0

* Fri Nov 22 2013 akdengi <alexander.kazancev@rosalab.ru> 1.4.2-12
+ Revision: 693d14f
- fix mdv custom add with GTK3+

* Thu Nov 21 2013 akdengi <alexander.kazancev@rosalab.ru> 1.4.2-11
+ Revision: a9d44e4
- fix run on non-GTK3 system

* Thu Nov 21 2013 akdengi <alexander.kazancev@rosalab.ru> 1.4.2-10
+ Revision: 9a8c290
- fix requires

* Thu Nov 21 2013 akdengi <alexander.kazancev@rosalab.ru> 1.4.2-10
+ Revision: e6f2c4e
- fix patches

* Wed Nov 13 2013 Alexander Kazancev <kazancas@gmail.com> 1.4.2-9
+ Revision: 660ab65
- Updated system-config-printer.pam

* Sun Nov 10 2013 Alexander Kazancev <kazancas@gmail.com> 1.4.2-9
+ Revision: 87b9d68
- SILENT Fix files

* Sun Nov 10 2013 akdengi <kazancas@mandriva.ru> 1.4.2-9
+ Revision: 9b41a76
- add needing gir notify BR

* Sun Nov 10 2013 akdengi <kazancas@mandriva.ru> 1.4.2-9
+ Revision: 3e24346
- SILENT rediff cups version patch

* Sun Nov 10 2013 akdengi <kazancas@mandriva.ru> 1.4.2-9
+ Revision: 23f34c6
- SILENT return CUPS version patch

* Sun Nov 10 2013 akdengi <kazancas@mandriva.ru> 1.4.2-9
+ Revision: addc101
- SILENT fix patches

* Sun Nov 10 2013 akdengi <kazancas@mandriva.ru> 1.4.2-9
+ Revision: 59d33e9
- SILENT fix spec

* Sun Nov 10 2013 akdengi <kazancas@mandriva.ru> 1.4.2-9
+ Revision: ef59317
- update to 1.4.2 from upstream + Mageia

* Fri Dec 28 2012 Denis Silakov <denis.silakov@rosalab.ru> 1.3.12-11
+ Revision: 20d276c
- LOG Added Russian translation for windo title

* Thu Dec 20 2012 Denis Silakov <denis.silakov@rosalab.ru> 1.3.12-10
+ Revision: 5f00df5
- Added Russian localization for .desktop file

* Fri Nov 30 2012 Alexander Kazancev <kazancas@gmail.com> 1.3.12-9
+ Revision: 1ef3c58
- Updated system-config-printer.spec

* Wed Nov 28 2012 akdengi <kazancas@mandriva.ru> 1.3.12-8
+ Revision: 2d6624c
- fix files

* Wed Nov 28 2012 akdengi <kazancas@mandriva.ru> 1.3.12-8
+ Revision: 11c663b
- some fix

* Wed Nov 28 2012 akdengi <kazancas@mandriva.ru> 1.3.12-8
+ Revision: 082dcff
- some fix

* Tue Nov 27 2012 akdengi <kazancas@gmail.com> 1.3.12-8
+ Revision: 792e8da
- fix

* Tue Nov 27 2012 akdengi <kazancas@gmail.com> 1.3.12-8
+ Revision: 916e27b
- restore mandriva stuff

* Sun Nov 25 2012 Arkady Shane <ashejn@gmail.com> 1.3.12-6
+ Revision: 97e9458
- added R: typelib(PackageKitGlib)

* Sat Nov 24 2012 Alexander Kazancev <kazancas@gmail.com> 1.3.12-5
+ Revision: 6eee618
- Updated system-config-printer.spec

* Sat Nov 24 2012 Alexander Kazancev <kazancas@gmail.com> 
+ Revision: 250a130
- Updated system-config-printer.spec

* Sat Nov 24 2012 akdengi <kazancas@gmail.com> 1.3.12-4
+ Revision: 22778ac
- fix applet

* Sat Nov 24 2012 akdengi <kazancas@gmail.com> 1.3.12-4
+ Revision: fcba8ba
- latest fix



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19121 |14mr|system-config-samba-1.2.92-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}

%bcond_with require_docs

Summary: Samba server configuration tool
Name: system-config-samba
Version: 1.2.92
Release: 6
URL: http://fedorahosted.org/%{name}
License: GPLv2+
Group: System/Configuration/Networking
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%__id_u -n)
BuildArch: noarch
Source0: http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
Source1: config.tar.gz
Patch0:	mdv_make.patch
Patch1: mdv_dbus.patch
Patch2:	mdv_desktop.patch
BuildRequires: python
BuildRequires: python-devel
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: intltool
# Until version 1.2.67, system-config-samba contained online documentation.
# From version 1.2.68 on, online documentation is split off into its own
# package system-config-samba-docs. The following ensures that updating from
# earlier versions gives you both the main package and documentation.
Requires: system-config-samba-docs
Requires: dbus-python
Requires: pygtk2.0
Requires: pygtk2.0-libglade
Requires: python
Requires: python-slip >= 0.2.6
Requires: python-slip-dbus >= 0.2.9
Requires: samba
Requires: samba-common
Requires: hicolor-icon-theme

%description
system-config-samba is a graphical user interface for creating, 
modifying, and deleting samba shares.

%prep
%setup -q -a 1
%patch0 -p0
%patch1 -p0
%patch2 -p0
#delete fedora config
rm -f config/org.fedoraproject.*

%build
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%buildroot POLKIT0_SUPPORTED=0 install

%find_lang %name

# console user, ask for root password
		mkdir -p %{buildroot}%{_bindir}
        ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/system-config-samba
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/system-config-samba <<EOF
USER=root
PROGRAM=/usr/sbin/system-config-samba
FALLBACK=false
SESSION=true
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d
        cat > %{buildroot}%{_sysconfdir}/pam.d/system-config-samba  <<EOF
#%PAM-1.0
auth        include     config-util
account     include     config-util
session     include     config-util
EOF

#fix desktop back for using /usr/bin dir

sed -i s/sbin/bin/ %{buildroot}%{_datadir}/applications/system-config-samba.desktop

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/system-config-samba
%{_sbindir}/system-config-samba
%{_datadir}/system-config-samba
%{_datadir}/applications/system-config-samba.desktop
%{_datadir}/icons/hicolor/*/apps/system-config-samba.png
%{_sysconfdir}/dbus-1/system.d/*.conf
%{_sysconfdir}/pam.d/system-config-samba
%{_sysconfdir}/security/console.apps/system-config-samba
%{_datadir}/dbus-1/system-services/*.service
%{_datadir}/polkit-1/actions/org.freedesktop.config.samba.policy
%{python_sitelib}/scsamba
%{python_sitelib}/scsamba-%{version}-py%{python_version}.egg-info
%{python_sitelib}/scsamba.dbus-%{version}-py%{python_version}.egg-info

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.92-6
+ Revision: bc61b6b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19122 |14mr|system-config-samba-docs-1.0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Documentation for configuring a Samba server
Name:		system-config-samba-docs
Version:	1.0.9
Release:	3
License:	GPLv2+
Group:		Books/Howtos
URL:		https://fedorahosted.org/%{name}
Source0:	http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	gettext
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	rarian
BuildRequires:	docbook-dtd45-xml

# Until version 1.2.67, system-config-samba contained online documentation.
# From version 1.2.68 on, online documentation is split off into its own
# package system-config-samba-docs. The following ensures that updating from
# earlier versions gives you both the main package and documentation.
Obsoletes:	system-config-samba < 1.2.68
Requires:	system-config-samba >= 1.2.68
Requires:	yelp
Requires:	rarian
BuildArch:	noarch


%description
This package contains the online documentation for system-config-samba which is
a graphical user interface for creating, modifying, and deleting samba shares.

%prep
%setup -q

%build
%make

%install
%makeinstall_std

%files
%doc COPYING
%doc %{_datadir}/omf/system-config-samba
%doc %{_datadir}/gnome/help/system-config-samba



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.9-3
+ Revision: c75b2fe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19123 |14mr|system-config-services-0.101.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}

%bcond_without require_docs

Summary: Utility to start and stop system services
Name: system-config-services
Version: 0.101.3
Release: 7
URL: http://fedorahosted.org/%{name}
Source0: http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
Source1: config.tar.gz
Patch0:	mdv_desktop.patch
Patch1: mdv_dbus.patch
Patch2:	mdv_make.patch
Patch3: mdv_gui.patch
License: GPLv2+
Group: System/Base
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python
BuildRequires: python-devel
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: sed
BuildRequires: desktop-file-utils
Requires: chkconfig
Requires: python-gamin
Requires: hicolor-icon-theme
Requires: pygtk2.0
Requires: pygtk2.0-libglade
Requires: python >= 2.3.0
Requires: python-dbus
Requires: python-slip >= 0.1.11
Requires: python-slip-dbus >= 0.2.8
Requires: python-slip-gtk
# Until version 0.99.28, system-config-services contained online documentation.
# From version 0.99.29 on, online documentation is split off into its own
# package system-config-services-docs. The following ensures that updating from
# earlier versions gives you both the main package and documentation.
Obsoletes: system-config-services < 0.99.29
%if %{with require_docs}
Requires: system-config-services-docs
%endif
Requires: systemd

%description
system-config-services is a utility which allows you to configure which
services should be enabled on your machine.

%prep
%setup -q -a 1
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0

rm -f config/org.fedoraproject.*

%build
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%buildroot \
    POLKIT0_SUPPORTED=0 \
    install

desktop-file-install --vendor system --delete-original      \
  --dir %{buildroot}%{_datadir}/applications                \
  %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %name

# console user, ask for root password
		mkdir -p %{buildroot}%{_bindir}
        ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/system-config-services
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/system-config-services <<EOF
USER=root
PROGRAM=/usr/sbin/system-config-services
FALLBACK=false
SESSION=true
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d
        cat > %{buildroot}%{_sysconfdir}/pam.d/system-config-services  <<EOF
#%PAM-1.0
auth        include     config-util
account     include     config-util
session     include     config-util
EOF

#fix desktop back for using /usr/bin dir

sed -i s/sbin/bin/ %{buildroot}%{_datadir}/applications/system-config-services.desktop

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/*
%{_sbindir}/*
%{_datadir}/applications/system-config-services.desktop
%{_datadir}/icons/hicolor/48x48/apps/system-config-services.png
%{_datadir}/system-config-services
%{python_sitelib}/scservices
%{python_sitelib}/scservices-%{version}-py%{python_version}.egg-info
%{python_sitelib}/scservices.dbus-%{version}-py%{python_version}.egg-info
%{_sysconfdir}/pam.d/*
%{_sysconfdir}/security/console.apps/*
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Config.Services.conf
%{_datadir}/dbus-1/system-services/org.freedesktop.Config.Services.service
%{_datadir}/polkit-1/actions/org.freedesktop.config.services.policy
%{_mandir}/*/system-config-services.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.101.3-7
+ Revision: c52feac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19124 |14mr|system-config-services-docs-1.1.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Documentation for configuring system services
Name:		system-config-services-docs
Version:	1.1.9
Release:	3
URL:		https://fedorahosted.org/%{name}
Source0:	http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
License:	GPLv2+
Group:		Books/Howtos
BuildRequires: gettext
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	rarian
BuildRequires:	docbook-dtd45-xml
Requires:	system-config-services
Requires:	yelp
Requires:	rarian
BuildArch:	noarch

%description
This package contains the online documentation for system-config-services is a
utility which allows you to configure which services should be enabled on your
machine.

%prep
%setup -q

%build
%make

%install
%makeinstall_std

%files
%doc COPYING
%doc %{_datadir}/omf/system-config-services
%doc %{_datadir}/gnome/help/system-config-services



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.9-3
+ Revision: 9961a34
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19125 |14mr|systemd-208-36
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# macros for sysvinit transition - should be equal to
# sysvinit %version-%release-plus-1
%define sysvinit_version 2.87
%define sysvinit_release 17

%define libdaemon_major 0
%define liblogin_major 0
%define libjournal_major 0
%define libid128_major 0

%define libdaemon %mklibname systemd-daemon %{libdaemon_major}
%define libdaemon_devel %mklibname -d systemd-daemon %{libdaemon_major}

%define liblogin %mklibname systemd-login %{liblogin_major}
%define liblogin_devel %mklibname -d systemd-login %{liblogin_major}

%define libjournal %mklibname systemd-journal %{libjournal_major}
%define libjournal_devel %mklibname -d systemd-journal %{libjournal_major}

%define libid128 %mklibname systemd-id128 %{libid128_major}
%define libid128_devel %mklibname -d systemd-id128 %{libid128_major}

%define udev_major 1
%define gudev_api 1.0
%define gudev_major 0
%define libudev %mklibname udev %{udev_major}
%define libudev_devel %mklibname udev -d
%define libgudev %mklibname gudev %{gudev_api} %{gudev_major}
%define libgudev_devel %mklibname gudev %{gudev_api} -d
%define girgudev %mklibname gudev-gir %{gudev_api}

%define systemd_libdir /lib/systemd
%define udev_libdir /lib/udev
%define udev_rules_dir %{udev_libdir}/rules.d
%define udev_user_rules_dir %{_sysconfdir}/udev/rules.d

#define _udevhwdbdir	/lib/udev/hwdb.d

Summary:	A System and Session Manager
Name:		systemd
Version:	208
Release:	36
License:	GPLv2+
Group:		System/Configuration/Boot and Init
Url:		http://www.freedesktop.org/wiki/Software/systemd
Source0:	http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
Source2:	50-udev-mandriva.rules
Source3:	69-printeracl.rules
Source5:	udev.sysconfig
# (blino) net rules and helpers
Source6:	76-net.rules
Source7:	udev_net_create_ifcfg
Source8:	udev_net_action
Source9:	udev_net.sysconfig
# (hk) udev rules for zte 3g modems with drakx-net
Source10:	61-mobile-zte-drakx-net.rules
Source11:	listen.conf
# (tpg) default preset for services
Source12:	90-default.preset
Source13:	85-display-manager.preset
Source14:	99-default-disable.preset
# Our efi boot generator
Source15:	systemd-efi-boot-generator
Source100:	%{name}.rpmlintrc

### SYSTEMD ###

# (cg) "Stable" Patches for v208 from http://cgit.freedesktop.org/systemd/systemd-stable/log/?h=v208-stable
Patch001:	0001-acpi-fptd-fix-memory-leak-in-acpi_get_boot_usec.patch
Patch002:	0002-fix-lingering-references-to-var-lib-backlight-random.patch
Patch003:	0003-acpi-make-sure-we-never-free-an-uninitialized-pointe.patch
Patch004:	0004-systemctl-fix-name-mangling-for-sysv-units.patch
Patch005:	0005-cryptsetup-fix-OOM-handling-when-parsing-mount-optio.patch
Patch006:	0006-journald-add-missing-error-check.patch
Patch007:	0007-bus-fix-potentially-uninitialized-memory-access.patch
Patch008:	0008-dbus-fix-return-value-of-dispatch_rqueue.patch
Patch009:	0009-modules-load-fix-error-handling.patch
Patch010:	0010-efi-never-call-qsort-on-potentially-NULL-arrays.patch
Patch011:	0011-strv-don-t-access-potentially-NULL-string-arrays.patch
Patch012:	0012-mkdir-pass-a-proper-function-pointer-to-mkdir_safe_i.patch
Patch013:	0013-tmpfiles.d-include-setgid-perms-for-run-log-journal.patch
Patch014:	0014-execute.c-always-set-SHELL.patch
Patch015:	0015-man-Improve-the-description-of-parameter-X-in-tmpfil.patch
Patch016:	0016-execute-more-debugging-messages.patch
Patch017:	0017-gpt-auto-generator-exit-immediately-if-in-container.patch
Patch018:	0018-systemd-order-remote-mounts-from-mountinfo-before-re.patch
Patch019:	0019-manager-when-verifying-whether-clients-may-change-en.patch
Patch020:	0020-logind-fix-bus-introspection-data-for-TakeControl.patch
Patch021:	0021-mount-check-for-NULL-before-reading-pm-what.patch
Patch022:	0022-core-do-not-add-what-to-RequiresMountsFor-for-networ.patch
Patch023:	0023-utf8-fix-utf8_is_printable.patch
Patch024:	0024-shared-util-fix-off-by-one-error-in-tag_to_udev_node.patch
Patch025:	0025-systemd-serialize-deserialize-forbid_restart-value.patch
Patch026:	0026-core-unify-the-way-we-denote-serialization-attribute.patch
Patch027:	0027-journald-fix-minor-memory-leak.patch
Patch028:	0028-keymap-Fix-Samsung-900X-34-C.patch
Patch029:	0029-do-not-accept-garbage-from-acpi-firmware-performance.patch
Patch030:	0030-journald-remove-rotated-file-from-hashmap-when-rotat.patch
Patch031:	0031-login-fix-invalid-free-in-sd_session_get_vt.patch
Patch032:	0032-login-make-sd_session_get_vt-actually-work.patch
Patch033:	0033-udevadm.xml-document-resolve-names-option-for-test.patch
Patch034:	0034-Never-call-qsort-on-potentially-NULL-arrays.patch
Patch035:	0035-dbus-common-avoid-leak-in-error-path.patch
Patch036:	0036-drop-ins-check-return-value.patch
Patch037:	0037-Make-sure-that-we-don-t-dereference-NULL.patch
#Patch038:	0038-gitignore-ignore-clang-analyze-output.patch
Patch039:	0039-man-add-more-markup-to-udevadm-8.patch
Patch040:	0040-shared-util-Fix-glob_extend-argument.patch
Patch041:	0041-Fix-bad-assert-in-show_pid_array.patch
Patch042:	0042-Fix-for-SIGSEGV-in-systemd-bootchart-on-short-living.patch
Patch043:	0043-man-document-the-b-special-boot-option.patch
Patch044:	0044-logind-allow-unprivileged-session-device-access.patch
Patch045:	0045-rules-expose-loop-block-devices-to-systemd.patch
Patch046:	0046-rules-don-t-limit-some-of-the-rules-to-the-add-actio.patch
Patch047:	0047-tmpfiles-log-unaccessible-FUSE-mount-points-only-as-.patch
Patch048:	0048-hwdb-update.patch
Patch049:	0049-rules-remove-pointless-MODE-settings.patch
Patch050:	0050-analyze-set-white-backgound.patch
Patch051:	0051-shell-completion-dump-has-moved-to-systemd-analyze.patch
Patch052:	0052-systemd-use-unit-name-in-PrivateTmp-directories.patch
Patch053:	0053-catalog-remove-links-to-non-existent-wiki-pages.patch
Patch054:	0054-journalctl-add-list-boots-to-show-boot-IDs-and-times.patch
Patch055:	0055-udev-builtin-path_id-add-support-for-bcma-bus.patch
Patch056:	0056-udev-ata_id-log-faling-ioctls-as-debug.patch
Patch057:	0057-libudev-default-log_priority-to-INFO.patch
Patch058:	0058-nspawn-only-pass-in-slice-setting-if-it-is-set.patch
Patch059:	0059-zsh-completion-add-systemd-run.patch
Patch060:	0060-man-explain-NAME-in-systemctl-man-page.patch
Patch061:	0061-virt-move-caching-of-virtualization-check-results-in.patch
Patch062:	0062-systemctl-fix-typo-in-help-text.patch
Patch063:	0063-analyze-plot-place-the-text-on-the-side-with-most-sp.patch
Patch064:	0064-detect_virtualization-returns-NULL-pass-empty-string.patch
Patch065:	0065-rules-load-path_id-on-DRM-devices.patch
Patch066:	0066-rules-simply-60-drm.rules.patch
Patch067:	0067-udev-builtin-keyboard-Fix-large-scan-codes-on-32-bit.patch
Patch068:	0068-nspawn-log-out-of-memory-errors.patch
Patch069:	0069-Configurable-Timeouts-Restarts-default-values.patch
Patch070:	0070-man-fix-typo.patch
Patch071:	0071-man-do-not-use-term-in-para.patch
Patch072:	0072-cgroup-run-PID-1-in-the-root-cgroup.patch
Patch073:	0073-shutdown-trim-the-cgroup-tree-on-loop-iteration.patch
Patch074:	0074-nspawn-split-out-pty-forwaring-logic-into-ptyfwd.c.patch
Patch075:	0075-nspawn-explicitly-terminate-machines-when-we-exit-ns.patch
Patch076:	0076-run-support-system-to-match-other-commands-even-if-r.patch
Patch077:	0077-acpi-fpdt-break-on-zero-or-negative-length-read.patch
Patch078:	0078-man-add-rationale-into-systemd-halt-8.patch
Patch079:	0079-systemd-python-convert-keyword-value-to-string.patch
Patch080:	0080-systemctl-make-LOAD-column-width-dynamic.patch
Patch081:	0081-Make-hibernation-test-work-for-swap-files.patch
Patch082:	0082-man-add-docs-for-sd_is_special-and-some-man-page-sym.patch
Patch083:	0083-systemctl-return-r-instead-of-always-returning-0.patch
Patch084:	0084-journal-fix-minor-memory-leak.patch
Patch085:	0085-manager-configurable-StartLimit-default-values.patch
Patch086:	0086-man-units-fix-installation-of-systemd-nspawn-.servic.patch
Patch087:	0087-systemd-fix-memory-leak-in-cgroup-code.patch
Patch088:	0088-button-don-t-exit-if-we-cannot-handle-a-button-press.patch
Patch089:	0089-timer-properly-format-relative-timestamps-in-the-fut.patch
Patch090:	0090-timer-consider-usec_t-1-an-invalid-timestamp.patch
Patch091:	0091-udev-usb_id-remove-obsoleted-bInterfaceSubClass-5-ma.patch
Patch092:	0092-Add-support-for-saving-restoring-keyboard-backlights.patch
Patch093:	0093-static-nodes-don-t-call-mkdir.patch
Patch094:	0094-Fix-kmod-error-message-to-have-correct-version-requi.patch
Patch095:	0095-systemd-python-fix-booted-and-add-two-functions-to-d.patch
Patch096:	0096-activate-mention-E-in-the-help-text.patch
Patch097:	0097-activate-fix-crash-when-s-is-passed.patch
Patch098:	0098-journal-timestamp-support-on-console-messages.patch
Patch099:	0099-man-add-bootctl-8.patch
Patch100:	0100-zsh-completion-add-bootctl.patch
Patch101:	0101-Resolve-dev-console-to-the-active-tty-instead-of-jus.patch
Patch102:	0102-Only-disable-output-on-console-during-boot-if-needed.patch
Patch103:	0103-Fix-possible-lack-of-status-messages-on-shutdown-reb.patch
Patch104:	0104-fsck-modernization.patch
Patch105:	0105-Introduce-udev-object-cleanup-functions.patch
Patch106:	0106-util-allow-trailing-semicolons-on-define_trivial_cle.patch
Patch107:	0107-fsck-fstab-generator-be-lenient-about-missing-fsck.-.patch
Patch108:	0108-fstab-generator-use-RequiresOverridable-for-fsck-uni.patch
Patch109:	0109-bash-completion-journalctl-file.patch
Patch110:	0110-random-seed-improve-debugging-messages-a-bit.patch
Patch111:	0111-Fix-RemainAfterExit-services-keeping-a-hold-on-conso.patch
Patch112:	0112-tmpfiles-adjust-excludes-for-the-new-per-service-pri.patch
Patch113:	0113-core-socket-fix-SO_REUSEPORT.patch
Patch114:	0114-localed-match-converted-keymaps-before-legacy.patch
Patch115:	0115-keymap-Add-Toshiba-Satellite-U940.patch
Patch116:	0116-calendar-support-yearly-and-annually-names-the-same-.patch
Patch117:	0117-hashmap-be-a-bit-more-conservative-with-pre-allocati.patch
Patch118:	0118-manager-don-t-do-plymouth-in-a-container.patch
Patch119:	0119-nspawn-add-new-drop-capability-switch.patch
Patch120:	0120-valgrind-make-running-PID-1-in-valgrind-useful.patch
Patch121:	0121-efi-boot-generator-don-t-mount-boot-eagerly.patch
Patch122:	0122-hwdb-Update-database-of-Bluetooth-company-identifier.patch
Patch123:	0123-journal-when-appending-to-journal-file-allocate-larg.patch
Patch124:	0124-journal-make-table-const.patch
Patch125:	0125-journald-keep-statistics-on-how-of-we-hit-miss-the-m.patch
Patch126:	0126-journal-optimize-bisection-logic-a-bit-by-caching-th.patch
Patch127:	0127-journal-fix-iteration-when-we-go-backwards-from-the-.patch
Patch128:	0128-journal-allow-journal_file_copy_entry-to-work-on-non.patch
Patch129:	0129-journal-simplify-pre-allocation-logic.patch
Patch130:	0130-journald-mention-how-long-we-needed-to-flush-to-var-.patch
Patch131:	0131-automount-log-info-about-triggering-process.patch
Patch132:	0132-virt-split-detect_vm-into-separate-functions.patch
Patch133:	0133-hwdb-Update-database-of-Bluetooth-company-identifier.patch
Patch134:	0134-sysfs-show.c-return-negative-error.patch
Patch135:	0135-util.c-check-if-return-value-from-ttyname_r-is-0-ins.patch
Patch136:	0136-docs-remove-unneeded-the-s-in-gudev-docs.patch
Patch137:	0137-man-explicitly-say-when-multiple-units-can-be-specif.patch
Patch138:	0138-systemd-treat-reload-failure-as-failure.patch
Patch139:	0139-journal-fail-silently-in-sd_j_sendv-if-journal-is-un.patch
Patch140:	0140-systemd-add-a-start-job-for-all-units-specified-with.patch
# (cg) NB This patch is buggy and causes /run/nologin problems (rhbz#1043212)
# but it is reverted again below.
Patch141:	0141-core-device-ignore-SYSTEMD_WANTS-in-user-mode.patch
Patch142:	0142-Fix-memory-leak-in-stdout-journal-streams.patch
Patch143:	0143-man-document-is-enabled-output.patch
# (cg) Below is not technically a backport (fixed differently upstream in kdbus work?)
Patch144:	0144-hostnamed-avoid-using-NULL-in-error-path.patch
# (cg) Below is not technically a backport (fixed differently upstream in kdbus work)
Patch145:	0145-logind-use-correct-who-enum-values-with-KillUnit.patch
# (cg) Revert buggy patch mentioned a few lines above
Patch146:	0146-Revert-systemd-add-a-start-job-for-all-units-specifi.patch
# (cg) Below is not technically a backport (fixed differently upstream in kdbus work?)
Patch147:	0147-core-do-not-segfault-if-swap-activity-happens-when-p.patch
Patch148:	0148-kernel-install-add-h-help.patch
Patch149:	0149-kernel-install-fix-help-output.patch
Patch150:	0150-man-improve-wording-and-comma-usage-in-systemd.journ.patch
Patch151:	0151-drop-several-entries-from-kbd-model-map-whose-kbd-la.patch
Patch152:	0152-correct-name-of-Tajik-kbd-layout-in-kbd-model-map.patch
Patch153:	0153-hwdb-Update-database-of-Bluetooth-company-identifier.patch
Patch154:	0154-Ensure-unit-is-journaled-for-short-lived-or-oneshot-.patch
Patch155:	0155-libudev-hwdb-use-libudev-not-systemd-logging.patch
Patch156:	0156-core-manager-remove-infinite-loop.patch
Patch157:	0157-util-check-for-overflow-in-greedy_realloc.patch
Patch158:	0158-journald-use-a-bit-more-cleanup-magic.patch
Patch159:	0159-journald-malloc-less-when-streaming-messages.patch
Patch160:	0160-activate-clean-up-inherited-descriptors.patch
Patch161:	0161-man-explain-in-more-detail-how-SYSTEMD_READY-influen.patch
Patch162:	0162-units-don-t-run-readahead-done-timers-in-containers.patch
Patch163:	0163-test-fileio-replace-mktemp-with-mkstemp-to-avoid-war.patch
Patch164:	0164-journal-pipe-journalctl-help-output-into-a-pager.patch
Patch165:	0165-nspawn-complain-and-continue-if-machine-has-same-id.patch
Patch166:	0166-man-beef-up-ExecStart-description.patch
Patch167:	0167-man-remove-advice-to-avoid-setting-the-same-var-more.patch
Patch168:	0168-systemctl-add-the-plain-option-to-the-help-message.patch
Patch169:	0169-Fix-a-few-resource-leaks-in-error-paths.patch
Patch170:	0170-Fix-a-few-signed-unsigned-format-string-issues.patch
Patch171:	0171-util-try-harder-to-increase-the-send-recv-buffers-of.patch
Patch172:	0172-execute-also-set-SO_SNDBUF-when-spawning-a-service-w.patch
Patch173:	0173-journal-file-protect-against-alloca-0.patch
Patch174:	0174-man-describe-journalctl-show-cursor.patch
Patch175:	0175-journal-fix-against-theoretical-undefined-behavior.patch
Patch176:	0176-journald-downgrade-warning-message-when-dev-kmsg-doe.patch
Patch177:	0177-journal-file.c-remove-redundant-assignment-of-variab.patch
Patch178:	0178-login-Don-t-stop-a-running-user-manager-from-garbage.patch
Patch179:	0179-libudev-devices-received-from-udev-are-always-initia.patch
Patch180:	0180-log-don-t-reopen-dev-console-each-time-we-call-log_o.patch
Patch181:	0181-log-when-we-log-to-dev-console-and-got-disconnected-.patch
Patch182:	0182-loginctl-when-showing-device-tree-of-seats-with-no-d.patch
Patch183:	0183-man-be-more-explicit-about-option-arguments-that-tak.patch
Patch184:	0184-man-add-DOI-for-refereed-article-on-Forward-Secure-S.patch
Patch185:	0185-journalctl-zsh-completion-fix-several-issues-in-help.patch
Patch186:	0186-keymap-Refactor-Acer-tables.patch
Patch187:	0187-logging-reduce-send-timeout-to-something-more-sensib.patch
Patch188:	0188-DEFAULT_PATH_SPLIT_USR-macro.patch
Patch189:	0189-fstab-generator-Do-not-try-to-fsck-non-devices.patch
Patch190:	0190-logind-remove-dead-variable.patch
Patch191:	0191-hwdb-update.patch
Patch192:	0192-delta-replace-readdir_r-with-readdir.patch
Patch193:	0193-delta-fix-delta-for-drop-ins.patch
Patch194:	0194-delta-if-prefix-is-specified-only-show-overrides-the.patch
Patch195:	0195-log-log_error-and-friends-add-a-newline-after-each-l.patch
Patch196:	0196-man-units-tmpfiles.d-5-cleanup.patch
Patch197:	0197-tmpfiles-introduce-the-concept-of-unsafe-operations.patch
Patch198:	0198-sleep-config-fix-useless-check-for-swapfile-type.patch
Patch199:	0199-journalctl-make-sure-b-foobar-cannot-be-misunderstoo.patch
Patch200:	0200-man-resolve-word-omissions.patch
Patch201:	0201-man-improvements-to-comma-placement.patch
Patch202:	0202-man-grammar-and-wording-improvements.patch
Patch203:	0203-man-document-fail-nofail-auto-noauto.patch
Patch204:	0204-man-fix-description-of-is-enabled-returned-value.patch
Patch205:	0205-man-fix-Type-reference.patch
Patch206:	0206-man-fix-Type-reference-v2.patch
Patch207:	0207-hwdb-Update-database-of-Bluetooth-company-identifier.patch
Patch208:	0208-man-add-a-note-about-propagating-signals.patch
Patch209:	0209-man-include-autoconf-snippet-in-daemon-7.patch
Patch210:	0210-systemd-python-fix-setting-of-exception-codes.patch
Patch211:	0211-systemd-python-fix-listen_fds-under-Python-2.patch
Patch212:	0212-man-expand-on-some-more-subtle-points-in-systemd.soc.patch
Patch213:	0213-tmpfiles-rename-unsafe-to-boot.patch
Patch214:	0214-sleep-config-Dereference-pointer-before-check-for-NU.patch
Patch215:	0215-sleep-config-fix-double-free.patch
Patch216:	0216-rules-drivers-do-not-reset-RUN-list.patch
Patch217:	0217-core-manager-print-info-about-interesting-signals.patch
Patch218:	0218-core-service-check-if-mainpid-matches-only-if-it-is-.patch
Patch219:	0219-man-typo-fix.patch
Patch220:	0220-swap-remove-if-else-with-the-same-data-path.patch
Patch221:	0221-hwdb-update.patch
Patch222:	0222-journal-Add-missing-byte-order-conversions.patch
Patch223:	0223-hwdb-change-key-mappings-for-Samsung-90X3A.patch
Patch224:	0224-hwdb-add-Samsung-700G.patch
Patch225:	0225-hwdb-remove-duplicate-entry-for-Samsung-700Z.patch
Patch226:	0226-hwdb-fix-match-for-Thinkpad-X201-tablet.patch
Patch227:	0227-keymap-Recognize-different-Toshiba-Satellite-capital.patch
Patch228:	0228-sleep.c-fix-typo.patch
Patch229:	0229-delta-ensure-that-d_type-will-be-set-on-every-fs.patch
Patch230:	0230-tmpfiles-don-t-allow-label_fix-to-print-ENOENT-when-.patch
Patch231:	0231-man-mention-which-variables-will-be-expanded-in-Exec.patch
Patch232:	0232-hwdb-Add-support-for-Toshiba-Satellite-P75-A7200-key.patch
Patch233:	0233-journal-fix-access-to-munmapped-memory-in-sd_journal.patch
Patch234:	0234-gpt-auto-generator-skip-nonexistent-devices.patch
Patch235:	0235-gpt-auto-generator-use-EBADSLT-code-when-unable-to-d.patch
Patch236:	0236-journald-do-not-free-space-when-disk-space-runs-low.patch
Patch237:	0237-man-add-busctl-1.patch
Patch238:	0238-journalctl-flip-to-full-by-default.patch
Patch239:	0239-coredumpctl-in-case-of-error-free-pattern-after-prin.patch
Patch240:	0240-shell-completion-remove-load-from-systemctl.patch
Patch241:	0241-units-drop-Install-section-from-multi-user.target-an.patch
Patch242:	0242-systemctl-skip-native-unit-file-handling-if-sysv-fil.patch
Patch243:	0243-hwdb-Update-database-of-Bluetooth-company-identifier.patch
Patch244:	0244-udev-static_node-do-not-exit-rule-after-first-static.patch
# (cg) Disabled in fedora spec
#Patch245:	0245-cryptsetup-Support-key-slot-option.patch
Patch246:	0246-pam_systemd-Ignore-vtnr-when-seat-seat0.patch
Patch247:	0247-keymap-Add-HP-Chromebook-14-Falco.patch
Patch248:	0248-keymap-Add-release-quirk-for-Acer-AOA-switchvideomod.patch
Patch249:	0249-keymap-Add-Sony-Vaio-VGN-FW250.patch
Patch250:	0250-keymap-Add-Toshiba-EQUIUM.patch
Patch251:	0251-tmpfiles-fix-memory-leak-of-exclude_prefixes.patch
Patch252:	0252-analyze-fix-plot-issues-when-using-gummiboot.patch
Patch253:	0253-udev-add-zram-to-the-list-of-devices-inappropriate-f.patch
Patch254:	0254-bash-completion-fix-completion-of-complete-verbs.patch
Patch255:	0255-shell-completion-fix-completion-of-localectl-set-loc.patch
Patch256:	0256-zsh-completions-kernel-install-only-show-existing-ke.patch
Patch257:	0257-core-fix-crashes-if-locale.conf-contains-invalid-utf.patch
Patch258:	0258-core-do-not-print-invalid-utf-8-in-error-messages.patch
Patch259:	0259-cryptsetup-generator-auto-add-deps-for-device-as-pas.patch
Patch260:	0260-man-fix-reference-in-systemd-inhibit-1.patch
Patch261:	0261-man-fix-another-reference-in-systemd-inhibit-1.patch
Patch262:	0262-fstab-generator-Create-fsck-root-symlink-with-correc.patch
Patch263:	0263-efi-fix-Undefined-reference-efi_loader_get_boot_usec.patch
Patch264:	0264-core-make-StopWhenUnneeded-work-in-conjunction-with-.patch
Patch265:	0265-man-always-place-programlisting-and-programlisting-i.patch
Patch266:	0266-Temporary-work-around-for-slow-shutdown-due-to-unter.patch
Patch267:	0267-pam-module-fix-warning-about-ignoring-vtnr.patch
Patch268:	0268-pam_systemd-do-not-set-XDG_RUNTIME_DIR-if-the-sessio.patch
Patch269:	0269-core-do-not-segfault-if-proc-swaps-cannot-be-opened.patch
Patch270:	0270-Revert-login-Don-t-stop-a-running-user-manager-from-.patch
Patch271:	0271-Revert-journalctl-flip-to-full-by-default.patch

#Mageia/ROSA patchset
Patch500:	0500-main-Add-failsafe-to-the-sysvinit-compat-cmdline-key.patch
Patch501:	0501-Allow-booting-from-live-cd-in-virtualbox.patch
Patch502:	0502-reinstate-TIMEOUT-handling.patch
Patch503:	0503-udev-Allow-the-udevadm-settle-timeout-to-be-set-via-.patch
Patch504:	0504-Mageia-Relax-perms-on-sys-kernel-debug-for-lspcidrak.patch
Patch505:	0505-udev-rules-Apply-SuSE-patch-to-restore-cdrom-cdrw-dv.patch
Patch508:	0508-udev-store-hwbase-in-udev-dir.patch
Patch509:	0509-pam_systemd-Always-reset-XDG_RUNTIME_DIR.patch
#Patch510:	0510-logind-use-correct-who-enum-values-with-KillUnit.patch
Patch511:	0511-logind-Partial-backport-of-cc377381.patch
Patch512:	0512-pam-Suppress-errors-in-the-SuSE-patch-to-unset-XDG_R.patch
Patch513:	0513-systemctl-Do-not-attempt-native-calls-for-enable-dis.patch
Patch514:	0514-systemctl-Ensure-the-no-reload-and-no-redirect-optio.patch
Patch516:	0516-journalctl-flip-to-full-by-default.patch
Patch517:	0517-max_journald_size_100M.patch
Patch518:	0518-hwdb-Add-support-for-Packard-Bell-wlan-keys.patch

#SUSE patchset
#Patch1000:	1000-check-4-valid-kmsg-device.patch

BuildRequires:	docbook-style-xsl
BuildRequires:	gperf
BuildRequires:	intltool
BuildRequires:	libtool
# make sure we have /etc/os-release available, required by --with-distro
BuildRequires:	rosa-release-common
BuildRequires:	vala >= 0.9
BuildRequires:	xsltproc
BuildRequires:	acl-devel
BuildRequires:	audit-devel
BuildRequires:	libcap-devel
BuildRequires:	pam-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(dbus-1) >= 1.4.0
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(efivar)
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcryptsetup)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libkmod) >= 5
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libqrencode)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(python)
Requires:	bash-completion >= 2.1
Requires:	chkconfig
Requires:	dbus
Requires:	efivar
#Need for efi generator
Requires:	gdisk
# (tpg) just to be sure we install this libraries
Requires:	libsystemd-daemon = %{EVRD}
Requires:	libsystemd-login = %{EVRD}
Requires:	libsystemd-journal = %{EVRD}
Requires:	libsystemd-id128 = %{EVRD}
Requires:	lockdev
Requires:	kmod
Requires:	nss-myhostname
Requires:	udev = %{EVRD}
Requires(pre,post):	coreutils
Requires(post):	awk
Requires(post):	gawk
Requires(post):	grep
Requires(pre):	basesystem-minimal
Requires(pre):	initscripts > 9.24
Requires(pre):	util-linux >= 2.18-2
Conflicts:	initscripts < 9.24
Conflicts:	udev < 204
Provides:	should-restart = system
%rename		readahead

%description
systemd is a system and session manager for Linux, compatible with
SysV and LSB init scripts. systemd provides aggressive parallelization
capabilities, uses socket and D-Bus activation for starting services,
offers on-demand starting of daemons, keeps track of processes using
Linux cgroups, supports snapshotting and restoring of the system
state, maintains mount and automount points and implements an
elaborate transactional dependency-based service control logic. It can
work as a drop-in replacement for sysvinit.

%files
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.systemd1.conf
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.hostname1.conf
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.locale1.conf
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.login1.conf
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.machine1.conf
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.timedate1.conf
%{_sysconfdir}/pam.d/%{name}-user
%config(noreplace) %{_sysconfdir}/systemd/system.conf
%config(noreplace) %{_sysconfdir}/systemd/logind.conf
%config(noreplace) %{_sysconfdir}/systemd/journald.conf
%config(noreplace) %{_sysconfdir}/systemd/user.conf
%config(noreplace) %{_sysconfdir}/rsyslog.d/listen.conf
%config(noreplace) %{_sysconfdir}/systemd/bootchart.conf
%config(noreplace) /usr/lib/sysctl.d/50-coredump.conf
%config(noreplace) /usr/lib/sysctl.d/50-default.conf
%ghost %config(noreplace) %{_sysconfdir}/hostname
%ghost %config(noreplace) %{_sysconfdir}/vconsole.conf
%ghost %config(noreplace) %{_sysconfdir}/locale.conf
%ghost %config(noreplace) %{_sysconfdir}/machine-id
%ghost %config(noreplace) %{_sysconfdir}/machine-info
%ghost %config(noreplace) %{_sysconfdir}/timezone
%ghost %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
%dir /run
%dir %{systemd_libdir}
%dir %{systemd_libdir}/*-generators
%dir %{systemd_libdir}/system-shutdown
%dir %{systemd_libdir}/system-sleep
%dir %{systemd_libdir}/ntp-units.d
%dir %{systemd_libdir}/system-preset
%dir %{systemd_libdir}/user-preset
%dir %{_prefix}/lib/tmpfiles.d
%dir %{_prefix}/lib/sysctl.d
%dir %{_prefix}/lib/modules-load.d
%dir %{_prefix}/lib/binfmt.d
%{_prefix}/lib/kernel/install.d/*.install
%{_datadir}/bash-completion/completions/*
%{_sysconfdir}/xdg/systemd
/bin/systemd-ask-password
/bin/systemd-notify
/bin/systemd-tmpfiles
/bin/systemd-tty-ask-password-agent
/bin/systemd
/bin/journalctl
/bin/loginctl
/bin/systemd-inhibit
/bin/machinectl
/sbin/systemd-machine-id-setup
%{_bindir}/systemd-delta
%{_bindir}/systemd-detect-virt
%{_bindir}/systemd-loginctl
%{_bindir}/bootctl
%{_bindir}/hostnamectl
%{_bindir}/kernel-install
%{_bindir}/localectl
%{_bindir}/systemd-coredumpctl
%{_bindir}/timedatectl
%{_bindir}/systemd-run
%{systemd_libdir}/systemd*
%exclude %{systemd_libdir}/systemd-udevd
%{systemd_libdir}/*-generators/*
%{systemd_libdir}/system-preset/90-default.preset
%{systemd_libdir}/system-preset/99-default-disable.preset
%{systemd_libdir}/system-preset/85-display-manager.preset
/usr/lib/tmpfiles.d/*.conf
/%{_lib}/security/pam_systemd.so
%{_var}/lib/rpm/filetriggers/systemd-daemon-reload.*
%{_bindir}/systemd-cgls
%{_bindir}/systemd-nspawn
%{_bindir}/systemd-stdio-bridge
%{_bindir}/systemd-cat
%{_bindir}/systemd-cgtop
%{_mandir}/man1/systemd.*
%{_mandir}/man1/systemd-ask-password.*
%{_mandir}/man1/systemd-tty-ask-password-agent.*
%{_mandir}/man1/systemd-cat.1*
%{_mandir}/man1/systemd-cgls.*
%{_mandir}/man1/systemd-cgtop.*
%{_mandir}/man1/journalctl.1*
%{_mandir}/man1/loginctl.*
%{_mandir}/man1/systemd-machine-id-setup.1*
%{_mandir}/man1/systemd-notify.*
%{_mandir}/man1/systemd-nspawn.*
%{_mandir}/man1/systemd-delta.1.*
%{_mandir}/man1/systemd-detect-virt.1.*
%{_mandir}/man1/systemd-inhibit.1.*
%{_mandir}/man1/busctl.1.*
%{_mandir}/man3/*
%{_mandir}/man5/*
%{_mandir}/man7/*
%{_mandir}/man8/pam_systemd.*
%{_mandir}/man8/systemd-*
%{_mandir}/man1/hostnamectl.*
%{_mandir}/man1/localectl.*
%{_mandir}/man1/systemd-bootchart.*
%{_mandir}/man1/systemd-coredumpctl.*
%{_mandir}/man1/timedatectl.*
%{_mandir}/man1/bootctl.*
%{_mandir}/man1/machinectl.*
%{_mandir}/man1/systemd-run.*
%{_mandir}/man8/kernel-install.*
%{_mandir}/man8/nss-myhostname.*
%{_datadir}/dbus-1/services/org.freedesktop.systemd1.service
%{_datadir}/dbus-1/system-services/org.freedesktop.hostname1.service
%{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
%{_datadir}/dbus-1/system-services/org.freedesktop.locale1.service
%{_datadir}/dbus-1/system-services/org.freedesktop.login1.service
%{_datadir}/dbus-1/system-services/org.freedesktop.timedate1.service
%{_datadir}/dbus-1/interfaces/org.freedesktop.systemd1.*.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.hostname1*.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.locale1*.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.timedate1*.xml
%{_datadir}/dbus-1/system-services/org.freedesktop.machine1.service
%{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy
%{_datadir}/polkit-1/actions/org.freedesktop.hostname1.policy
%{_datadir}/polkit-1/actions/org.freedesktop.locale1.policy
%{_datadir}/polkit-1/actions/org.freedesktop.login1.policy
%{_datadir}/polkit-1/actions/org.freedesktop.timedate1.policy
%{_datadir}/systemd/kbd-model-map
%{_docdir}/systemd
%{_initddir}/systemd.README
%{_var}/log/systemd.README
%{_libdir}/libnss_myhostname.so.2
%attr(02755,root,systemd-journal) %dir %{_logdir}/journal

#----------------------------------------------------------------------------

%package tools
Summary:	Non essential systemd tools
Group:		System/Configuration/Boot and Init
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 35-6
Requires:	python-dbus
Requires:	python-cairo

%description tools
Non essential systemd tools.

%files tools
%{_bindir}/systemd-analyze
%{_mandir}/man1/systemd-analyze.1*
%dir %{python_sitearch}/%{name}
%{python_sitearch}/%{name}/*.py*
%{python_sitearch}/%{name}/*.so

#----------------------------------------------------------------------------

%package units
Summary:	Configuration files, directories and installation tool for systemd
Group:		System/Configuration/Boot and Init
Requires(post):	awk
Requires(post):	coreutils
Requires(post):	gawk
Requires(post):	grep

%description units
Basic configuration files, directories and installation tool for the systemd
system and session manager.

%files units
%dir %{_sysconfdir}/systemd
%dir %{_sysconfdir}/systemd/system
%dir %{_sysconfdir}/systemd/user
%dir %{_sysconfdir}/tmpfiles.d
%dir %{_sysconfdir}/sysctl.d
%dir %{_sysconfdir}/modules-load.d
%dir %{_sysconfdir}/binfmt.d
/bin/systemctl
%{_bindir}/systemctl
%{systemd_libdir}/system
/usr/lib/systemd/
%{_datadir}/zsh/site-functions
%{_sysconfdir}/profile.d/40systemd.sh
%{_sysconfdir}/rpm/macros.d/%{name}.macros
%{_mandir}/man1/systemctl.*
%ghost %config(noreplace) %{_sysconfdir}/systemd/system/runlevel2.target
%ghost %config(noreplace) %{_sysconfdir}/systemd/system/runlevel3.target
%ghost %config(noreplace) %{_sysconfdir}/systemd/system/runlevel4.target
%ghost %config(noreplace) %{_sysconfdir}/systemd/system/runlevel5.target

#----------------------------------------------------------------------------

%package sysvinit
Summary:	System V init tools
Group:		System/Configuration/Boot and Init
Requires:	%{name} = %{EVRD}
# (eugeni) systemd should work as a drop-in replacement for sysvinit, but not obsolete it
#SysVinit < %sysvinit_release-%sysvinit_release It's provides something
#like that SysVinit < 14-14 when it should be SysVinit 2.87-14
Provides:	sysvinit = %{sysvinit_version}-%{sysvinit_release}
Provides:	SysVinit = %{sysvinit_version}-%{sysvinit_release}
Conflicts:	sysvinit < %{sysvinit_version}-%{sysvinit_release}
Conflicts:	SysVinit < %{sysvinit_version}-%{sysvinit_release}
# Due to halt/poweroff etc. in _bindir
Conflicts:	usermode-consoleonly < 1:1.110

%description sysvinit
Drop-in replacement for the System V init tools of systemd.

%files sysvinit
/sbin/init
/bin/reboot
/bin/halt
/bin/poweroff
/sbin/shutdown
/sbin/telinit
/sbin/runlevel
%{_mandir}/man1/init.*
%{_mandir}/man8/halt.*
%{_mandir}/man8/reboot.*
%{_mandir}/man8/shutdown.*
%{_mandir}/man8/poweroff.*
%{_mandir}/man8/telinit.*
%{_mandir}/man8/runlevel.*
%dir /run

#----------------------------------------------------------------------------

%package -n %{libdaemon}
Summary:	Systemd-daemon library package
Group:		System/Libraries
Provides:	libsystemd-daemon = %{EVRD}

%description -n %{libdaemon}
This package provides the systemd-daemon shared library.

%files -n %{libdaemon}
/%{_lib}/libsystemd-daemon.so.%{libdaemon_major}*

#----------------------------------------------------------------------------

%package -n %{libdaemon_devel}
Summary:	Systemd-daemon library development files
Group:		Development/C
Requires:	%{libdaemon} = %{EVRD}
Provides:	libsystemd-daemon-devel = %{EVRD}

%description -n %{libdaemon_devel}
Development files for the systemd-daemon shared library.

%files -n %{libdaemon_devel}
%dir %{_includedir}/systemd
%{_includedir}/systemd/sd-daemon.h
%{_libdir}/libsystemd-daemon.so
%{_libdir}/pkgconfig/libsystemd-daemon.pc
%{_datadir}/pkgconfig/systemd.pc
%{_includedir}/systemd/sd-messages.h
%{_includedir}/systemd/sd-shutdown.h

#----------------------------------------------------------------------------

%package -n %{liblogin}
Summary:	Systemd-login library package
Group:		System/Libraries
Provides:	libsystemd-login = %{EVRD}

%description -n %{liblogin}
This package provides the systemd-login shared library.

%files -n %{liblogin}
/%{_lib}/libsystemd-login.so.%{liblogin_major}*

#----------------------------------------------------------------------------

%package -n %{liblogin_devel}
Summary:	Systemd-login library development files
Group:		Development/C
Requires:	%{liblogin} = %{EVRD}
Provides:	libsystemd-login-devel = %{EVRD}

%description -n %{liblogin_devel}
Development files for the systemd-login shared library.

%files -n %{liblogin_devel}
%dir %{_includedir}/systemd
%{_includedir}/systemd/sd-login.h
%{_libdir}/libsystemd-login.so
%{_libdir}/pkgconfig/libsystemd-login.pc

#----------------------------------------------------------------------------

%package -n %{libjournal}
Summary:	Systemd-journal library package
Group:		System/Libraries
Provides:	libsystemd-journal = %{EVRD}

%description -n %{libjournal}
This package provides the systemd-journal shared library.

%files -n %{libjournal}
/%{_lib}/libsystemd-journal.so.%{libjournal_major}*

#----------------------------------------------------------------------------

%package -n %{libjournal_devel}
Summary:	Systemd-journal library development files
Group:		Development/C
Requires:	%{libjournal} = %{EVRD}
Provides:	libsystemd-journal-devel = %{EVRD}

%description -n %{libjournal_devel}
Development files for the systemd-journal shared library.

%files -n %{libjournal_devel}
%dir %{_includedir}/systemd
%{_includedir}/systemd/sd-journal.h
%{_libdir}/libsystemd-journal.so
%{_libdir}/pkgconfig/libsystemd-journal.pc

#----------------------------------------------------------------------------

%package -n %{libid128}
Summary:	Systemd-id128 library package
Group:		System/Libraries
Provides:	libsystemd-id128 = %{EVRD}

%description -n %{libid128}
This package provides the systemd-id128 shared library.

%files -n %{libid128}
/%{_lib}/libsystemd-id128.so.%{libid128_major}*

#----------------------------------------------------------------------------

%package -n %{libid128_devel}
Summary:	Systemd-id128 library development files
Group:		Development/C
Requires:	%{libid128} = %{EVRD}
Provides:	libsystemd-id128-devel = %{EVRD}

%description -n %{libid128_devel}
Development files for the systemd-id128 shared library.

%files -n %{libid128_devel}
%dir %{_includedir}/systemd
%{_includedir}/systemd/sd-id128.h
%{_libdir}/libsystemd-id128.so
%{_libdir}/pkgconfig/libsystemd-id128.pc

#----------------------------------------------------------------------------

%package -n udev
Summary:	Device manager for the Linux kernel
Group:		System/Configuration/Hardware
Requires:	%{name} = %{EVRD}
Requires:	acl
Requires:	ldetect-lst
Requires:	setup >= 2.7.16
Requires:	util-linux-ng >= 2.15
# for disk/lp groups
Requires(pre):	setup
Requires(pre):	coreutils
Requires(post,preun):	rpm-helper
Provides:	should-restart = system
Obsoletes:	hal <= 0.5.14-6

%description -n udev
A collection of tools and a daemon to manage events received
from the kernel and deal with them in user-space. Primarily this
involves managing permissions, and creating and removing meaningful
symlinks to device nodes in /dev when hardware is discovered or
removed from the system

%files -n udev
%dir /lib/firmware
%dir /lib/firmware/updates
%dir %{udev_libdir}
%dir %{_sysconfdir}/udev
%dir %{udev_rules_dir}
%dir %{_udevhwdbdir}
%{_udevhwdbdir}/20-*.hwdb
%{_udevhwdbdir}/60-*.hwdb
%dir %{_sysconfdir}/udev/agents.d
%dir %{_sysconfdir}/udev/agents.d/usb
%config(noreplace) %{_sysconfdir}/sysconfig/udev
%config(noreplace) %{_sysconfdir}/sysconfig/udev_net
%config(noreplace) %{_sysconfdir}/udev/*.conf
%ghost %config(noreplace,missingok) %attr(0644,root,root) %{_sysconfdir}/scsi_id.config
%{systemd_libdir}/systemd-udevd
%{_bindir}/udevadm
%attr(0755,root,root) /sbin/udevadm
%attr(0755,root,root) %{_sbindir}/udevadm
%attr(0755,root,root) /sbin/udevd
%attr(0755,root,root) %{udev_libdir}/udevd
%{udev_rules_dir}/*.rules
%attr(0755,root,root) %{udev_libdir}/accelerometer
%attr(0755,root,root) %{udev_libdir}/ata_id
%attr(0755,root,root) %{udev_libdir}/cdrom_id
%attr(0755,root,root) %{udev_libdir}/scsi_id
%attr(0755,root,root) %{udev_libdir}/collect
%attr(0755,root,root) %{udev_libdir}/net_create_ifcfg
%attr(0755,root,root) %{udev_libdir}/net_action
%attr(0755,root,root) %{udev_libdir}/v4l_id
%attr(0755,root,root) %{udev_libdir}/mtd_probe
# From previous Mandriva /etc/udev/devices.d and patches
%attr(0666,root,root) %dev(c,1,3) %{udev_libdir}/devices/null
%attr(0600,root,root) %dev(b,2,0) %{udev_libdir}/devices/fd0
%attr(0600,root,root) %dev(b,2,1) %{udev_libdir}/devices/fd1
%attr(0600,root,root) %dev(c,21,0) %{udev_libdir}/devices/sg0
%attr(0600,root,root) %dev(c,21,1) %{udev_libdir}/devices/sg1
%attr(0600,root,root) %dev(c,9,0) %{udev_libdir}/devices/st0
%attr(0600,root,root) %dev(c,9,1) %{udev_libdir}/devices/st1
%attr(0600,root,root) %dev(c,99,0) %{udev_libdir}/devices/parport0
%dir %{udev_libdir}/devices/cpu
%dir %{udev_libdir}/devices/cpu/0
%attr(0600,root,root) %dev(c,203,0) %{udev_libdir}/devices/cpu/0/cpuid
%attr(0600,root,root) %dev(c,10,184) %{udev_libdir}/devices/cpu/0/microcode
%attr(0600,root,root) %dev(c,202,0) %{udev_libdir}/devices/cpu/0/msr
%attr(0600,root,root) %dev(c,162,0) %{udev_libdir}/devices/rawctl
%attr(0600,root,root) %dev(c,195,0) %{udev_libdir}/devices/nvidia0
%attr(0600,root,root) %dev(c,195,255) %{udev_libdir}/devices/nvidiactl
# Default static nodes to copy to /dev on udevd start
%dir %{udev_libdir}/devices
# From Fedora RPM
%attr(0755,root,root) %dir %{udev_libdir}/devices/net
%attr(0755,root,root) %dir %{udev_libdir}/devices/hugepages
%attr(0755,root,root) %dir %{udev_libdir}/devices/pts
%attr(0755,root,root) %dir %{udev_libdir}/devices/shm
%attr(666,root,root) %dev(c,10,200) %{udev_libdir}/devices/net/tun
%attr(600,root,root) %dev(c,108,0) %{udev_libdir}/devices/ppp
%attr(666,root,root) %dev(c,10,229) %{udev_libdir}/devices/fuse
%attr(660,root,lp) %dev(c,6,0) %{udev_libdir}/devices/lp0
%attr(660,root,lp) %dev(c,6,1) %{udev_libdir}/devices/lp1
%attr(660,root,lp) %dev(c,6,2) %{udev_libdir}/devices/lp2
%attr(660,root,lp) %dev(c,6,3) %{udev_libdir}/devices/lp3
%attr(640,root,disk) %dev(b,7,0) %{udev_libdir}/devices/loop0
%attr(640,root,disk) %dev(b,7,1) %{udev_libdir}/devices/loop1
%attr(640,root,disk) %dev(b,7,2) %{udev_libdir}/devices/loop2
%attr(640,root,disk) %dev(b,7,3) %{udev_libdir}/devices/loop3
%attr(640,root,disk) %dev(b,7,4) %{udev_libdir}/devices/loop4
%attr(640,root,disk) %dev(b,7,5) %{udev_libdir}/devices/loop5
%attr(640,root,disk) %dev(b,7,6) %{udev_libdir}/devices/loop6
%attr(640,root,disk) %dev(b,7,7) %{udev_libdir}/devices/loop7
%{_mandir}/man8/udevadm.8.*

#----------------------------------------------------------------------------

%package -n %{libudev}
Summary:	Library for udev
Group:		System/Libraries
Obsoletes:	%{mklibname hal 1} <= 0.5.14-6

%description -n %{libudev}
Library for udev.

%files -n %{libudev}
/%{_lib}/libudev.so.%{udev_major}*

#----------------------------------------------------------------------------

%package -n %{libudev_devel}
Summary:	Devel library for udev
Group:		Development/C
License:	LGPLv2+
Provides:	udev-devel = %{EVRD}
Requires:	%{libudev} = %{EVRD}

%description -n %{libudev_devel}
Devel library for udev.

%files -n %{libudev_devel}
%{_libdir}/libudev.so
%{_libdir}/pkgconfig/libudev.pc
%{_datadir}/pkgconfig/udev.pc
%{_includedir}/libudev.h

#----------------------------------------------------------------------------

%package -n %{libgudev}
Summary:	Libraries for adding libudev support to applications that use glib
Group:		System/Libraries
#gw please don't remove this again, it is needed by the noarch package
#gudev-sharp
Provides:	libgudev = %{EVRD}

%description -n %{libgudev}
This package contains the libraries that make it easier to use libudev
functionality from applications that use glib.

%files -n %{libgudev}
/%{_lib}/libgudev-%{gudev_api}.so.%{gudev_major}*

#----------------------------------------------------------------------------

%package -n %{girgudev}
Group:		System/Libraries
Summary:	GObject Introspection interface library for gudev
Conflicts:	%{_lib}gudev1.0_0 < 182-5

%description -n %{girgudev}
GObject Introspection interface library for gudev.

%files -n %{girgudev}
%{_libdir}/girepository-1.0/GUdev-%{gudev_api}.typelib

#----------------------------------------------------------------------------

%package -n %{libgudev_devel}
Summary:	Header files for adding libudev support to applications that use glib
Group:		Development/C
Requires:	%{libgudev} = %{EVRD}

%description -n %{libgudev_devel}
This package contains the header and pkg-config files for developing
glib-based applications using libudev functionality.

%files -n %{libgudev_devel}
%{_libdir}/libgudev-%{gudev_api}.so
%{_includedir}/gudev-%{gudev_api}
%{_datadir}/gir-1.0/GUdev-%{gudev_api}.gir
%{_libdir}/pkgconfig/gudev-%{gudev_api}.pc

#----------------------------------------------------------------------------

%package -n udev-doc
Summary:	Udev documentation
Group:		Books/Computer books

%description -n udev-doc
This package contains documentation of udev.

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
find src/ -name "*.vala" -exec touch '{}' \;

%build
autoreconf --force --install --verbose
%serverbuild_hardened

export CONFIGURE_TOP=$PWD

mkdir -p shared
pushd shared
%configure2_5x \
	--with-rootprefix= \
	--with-rootlibdir=/%{_lib} \
	--libexecdir=%{_prefix}/lib \
	--with-distro=mandriva \
	--with-firmware-path=/lib/firmware/updates:/lib/firmware \
	--disable-static \
	--with-sysvinit-path=%{_initrddir} \
	--with-sysvrcd-path=%{_sysconfdir}/rc.d \
	--disable-selinux \
	--enable-split-usr \
	--with-usb-ids-path=/usr/share/hwdata/usb.ids \
	--with-pci-ids-path=/usr/share/hwdata/pci.ids
%make
popd

%install
%makeinstall_std -C shared

mkdir -p %{buildroot}{/bin,%{_sbindir}}

# (bor) create late shutdown and sleep directory
mkdir -p %{buildroot}%{systemd_libdir}/system-shutdown
mkdir -p %{buildroot}%{systemd_libdir}/system-sleep

# Create SysV compatibility symlinks. systemctl/systemd are smart
# enough to detect in which way they are called.
mkdir -p %{buildroot}/sbin
ln -s ..%{systemd_libdir}/systemd %{buildroot}/sbin/init
ln -s ..%{systemd_libdir}/systemd %{buildroot}/bin/systemd
ln -s ../bin/systemctl %{buildroot}/bin/reboot
ln -s ../bin/systemctl %{buildroot}/bin/halt
ln -s ../bin/systemctl %{buildroot}/bin/poweroff
ln -s ../bin/systemctl %{buildroot}/sbin/shutdown
ln -s ../bin/systemctl %{buildroot}/sbin/telinit
ln -s ../bin/systemctl %{buildroot}/sbin/runlevel
ln -s /bin/loginctl %{buildroot}%{_bindir}/systemd-loginctl

# (tpg) dracut needs this
ln -s /bin/systemctl %{buildroot}%{_bindir}/systemctl

# We create all wants links manually at installation time to make sure
# they are not owned and hence overriden by rpm after the used deleted
# them.
rm -r %{buildroot}%{_sysconfdir}/systemd/system/*.target.wants
rm -f %{buildroot}%{_sysconfdir}/systemd/system/display-manager.service

# Make sure the ghost-ing below works
touch %{buildroot}%{_sysconfdir}/systemd/system/runlevel2.target
touch %{buildroot}%{_sysconfdir}/systemd/system/runlevel3.target
touch %{buildroot}%{_sysconfdir}/systemd/system/runlevel4.target
touch %{buildroot}%{_sysconfdir}/systemd/system/runlevel5.target

# Make sure these directories are properly owned
mkdir -p %{buildroot}/%{systemd_libdir}/system/basic.target.wants
mkdir -p %{buildroot}/%{systemd_libdir}/system/default.target.wants
mkdir -p %{buildroot}/%{systemd_libdir}/system/dbus.target.wants
mkdir -p %{buildroot}/%{systemd_libdir}/system/syslog.target.wants

#(tpg) keep these compat symlink
ln -s %{systemd_libdir}/system/systemd-udevd.service %{buildroot}/%{systemd_libdir}/system/udev.service
ln -s %{systemd_libdir}/system/systemd-udev-settle.service %{buildroot}/%{systemd_libdir}/system/udev-settle.service

# And the default symlink we generate automatically based on inittab
rm -f %{buildroot}%{_sysconfdir}/systemd/system/default.target

# (tpg) this is needed
mkdir -p %{buildroot}%{_prefix}/lib/systemd/system-generators
mkdir -p %{buildroot}%{_prefix}/lib/systemd/user-generators

# (bor) make sure we own directory for bluez to install service
mkdir -p %{buildroot}/%{systemd_libdir}/system/bluetooth.target.wants

# use consistent naming and permissions for completion scriplets
#mv %{buildroot}%{_sysconfdir}/bash_completion.d/systemd-bash-completion.sh %{buildroot}%{_sysconfdir}/bash_completion.d/systemd
#chmod 644 %{buildroot}%{_sysconfdir}/bash_completion.d/systemd

# (tpg) use systemd's own mounting capability
sed -i -e 's/^#MountAuto=yes$/MountAuto=yes/' %{buildroot}/etc/systemd/system.conf
sed -i -e 's/^#SwapAuto=yes$/SwapAuto=yes/' %{buildroot}/etc/systemd/system.conf

# (bor) enable rpcbind.target by default so we have something to plug portmapper service into
ln -s ../rpcbind.target %{buildroot}/%{systemd_libdir}/system/multi-user.target.wants

# (bor) machine-id-setup is in /sbin in post-v20
install -d %{buildroot}/sbin && mv %{buildroot}/bin/systemd-machine-id-setup %{buildroot}/sbin

# (eugeni) install /run
mkdir %{buildroot}/run

# (tpg) create missing dir
mkdir -p %{buildroot}%{_libdir}/systemd/user/

# Create new-style configuration files so that we can ghost-own them
touch %{buildroot}%{_sysconfdir}/hostname
touch %{buildroot}%{_sysconfdir}/vconsole.conf
touch %{buildroot}%{_sysconfdir}/locale.conf
touch %{buildroot}%{_sysconfdir}/machine-id
touch %{buildroot}%{_sysconfdir}/machine-info
touch %{buildroot}%{_sysconfdir}/timezone
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
touch %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf

# (cg) Set up the pager to make it generally more useful
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
cat > %{buildroot}%{_sysconfdir}/profile.d/40systemd.sh << EOF
export SYSTEMD_PAGER="/usr/bin/less -FR"
EOF
chmod 644 %{buildroot}%{_sysconfdir}/profile.d/40systemd.sh

# (akdengi) move rpm macros
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d/
mv  %{buildroot}%{_prefix}/lib/rpm/macros.d/macros.systemd %{buildroot}%{_sysconfdir}/rpm/macros.d/%{name}.macros

# Make sure the NTP units dir exists
mkdir -p %{buildroot}%{systemd_libdir}/ntp-units.d/

# (cg) Make the journal's persistent in order to provide a real syslog implementation
install -m 0755 -d %{buildroot}%{_logdir}/journal

# (tpg) Install default Mandriva preset policy for services
mkdir -p %{buildroot}%{systemd_libdir}/system-preset/
mkdir -p %{buildroot}%{systemd_libdir}/user-preset/
install -m 0644 %{SOURCE12} %{buildroot}%{systemd_libdir}/system-preset/
install -m 0644 %{SOURCE13} %{buildroot}%{systemd_libdir}/system-preset/
install -m 0644 %{SOURCE14} %{buildroot}%{systemd_libdir}/system-preset/

# Install rsyslog fragment
mkdir -p %{buildroot}%{_sysconfdir}/rsyslog.d/
install -m 0644 %{SOURCE11} %{buildroot}%{_sysconfdir}/rsyslog.d/

# (tpg) from mageia
# automatic systemd release on rpm installs/removals
# (see http://wiki.mandriva.com/en/Rpm_filetriggers)
install -d %{buildroot}%{_var}/lib/rpm/filetriggers
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/systemd-daemon-reload.filter << EOF
^./lib/systemd/system/
^./etc/systemd/system/
EOF
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/systemd-daemon-reload.script << EOF
#!/bin/sh
if /bin/mountpoint -q /sys/fs/cgroup/systemd; then
    if [ -x /bin/systemctl ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
    fi
fi
EOF
chmod 755 %{buildroot}%{_var}/lib/rpm/filetriggers/systemd-daemon-reload.script

#################
#	UDEV	#
#	START	#
#################

install -m 644 %{SOURCE2} %{buildroot}%{udev_rules_dir}/
install -m 644 %{SOURCE3} %{buildroot}%{udev_rules_dir}/
install -m 0644 %{SOURCE5} -D %{buildroot}%{_sysconfdir}/sysconfig/udev
# net rules
install -m 0644 %{SOURCE6} %{buildroot}%{udev_rules_dir}/
install -m 0755 %{SOURCE7} %{buildroot}%{udev_libdir}/net_create_ifcfg
install -m 0755 %{SOURCE8} %{buildroot}%{udev_libdir}/net_action
install -m 0644 %{SOURCE9} %{buildroot}%{_sysconfdir}/sysconfig/udev_net

install -m 0644 %{SOURCE10} %{buildroot}%{udev_rules_dir}/

# unless we make a decission to merge /*bin with /usr/*bin, we'll aim for FHS
# compliance and make sure to keep thing in their traditional locations
mv %{buildroot}/bin/udevadm %{buildroot}/sbin
# probably not required, but let's just be on the safe side for now..
ln -sf /sbin/udevadm %{buildroot}%{_bindir}/udevadm
ln -sf /sbin/udevadm %{buildroot}%{_sbindir}/udevadm

# (tpg) this is needed, because udevadm is in /sbin
# altering the path allows to boot on before root pivot
sed -i -e 's#/bin/udevadm#/sbin/udevadm#g' %{buildroot}/%{systemd_libdir}/system/*.service

mkdir -p %{buildroot}%{_prefix}/lib/firmware/updates
mkdir -p %{buildroot}%{_sysconfdir}/udev/agents.d/usb
touch %{buildroot}%{_sysconfdir}/scsi_id.config

ln -s ..%{systemd_libdir}/systemd-udevd %{buildroot}/sbin/udevd
ln -s %{systemd_libdir}/systemd-udevd %{buildroot}%{udev_libdir}/udevd

# udev rules for zte 3g modems and drakx-net


mkdir -p %{buildroot}/lib/firmware/updates
# default /dev content, from Fedora RPM
mkdir -p %{buildroot}%{udev_libdir}/devices/{net,hugepages,pts,shm}
# From previous Mandriva /etc/udev/devices.d
mkdir -p %{buildroot}%{udev_libdir}/devices/cpu/0

#################
#	UDEV	#
#	END	#
#################

# (tpg) just delete this for now
# file /usr/share/man/man5/crypttab.5.xz 
# from install of systemd-186-2.x86_64 
# conflicts with file from package initscripts-9.25-10.x86_64
rm -rf %{buildroot}%{_mandir}/man5/crypttab*

# (akdengi) move README to systemd.README
mv %{buildroot}%{_initddir}/README %{buildroot}%{_initddir}/systemd.README
mv %{buildroot}%{_var}/log/README %{buildroot}%{_var}/log/systemd.README

# (akdengi) Use old network naming scheme
ln -sf /dev/null %{buildroot}%{udev_rules_dir}/80-net-name-slot.rules

# (akdengi) Use our implimentation of efi boot generator to mount EFI partition on /boot/efi
rm -f %{buildroot}%{systemd_libdir}/system-generators/systemd-efi-boot-generator 
install -m 0755 %{SOURCE15} %{buildroot}%{systemd_libdir}/system-generators/systemd-efi-boot-generator

%triggerin -- glibc
# reexec daemon on self or glibc update to avoid busy / on shutdown
# trigger is executed on both self and target install so no need to have
# extra own post
if [ $1 -ge 2 -o $2 -ge 2 ] ; then
	/bin/systemctl daemon-reexec 2>&1 || :
fi

%pre -n udev
if [ -d /lib/hotplug/firmware ]; then
	echo "Moving /lib/hotplug/firmware to /lib/firmware"
	mkdir -p /lib/firmware
	mv /lib/hotplug/firmware/* /lib/firmware/ 2>/dev/null
	rmdir -p --ignore-fail-on-non-empty /lib/hotplug/firmware
	:
fi

%post -n udev
/bin/systemctl --quiet try-restart systemd-udevd.service >/dev/null 2>&1 || :
/sbin/udevadm hwdb --update >/dev/null 2>&1 || :

%pre
# (cg) Cannot use rpm-helper scripts as it results in a cyclical dep as
# rpm-helper requires systemd-units which in turn requires systemd...
if ! getent group %{name}-journal >/dev/null 2>&1; then
  /usr/sbin/groupadd -r %{name}-journal >/dev/null || :
fi

# Write on first install or upgrade
if [ ! -r %{_prefix}/lib/sysctl.d/50-default.conf ]; then
  if [ ! -d %{_sysconfdir}/sysctl.d ]; then
    mkdir -m 0755 %{_sysconfdir}/sysctl.d
  fi
  cat > %{_sysconfdir}/sysctl.d/51-alt-sysrq.conf << EOF
# This file ensures that the Alt+SysRq Magic keys still work.
# This setting is insecure, although commonly expected and you can remove this
# file to disable this feature. It will not be readded on future systemd
# upgrades/updates.
# http://en.wikipedia.org/wiki/Magic_SysRq_key#Security
kernel.sysrq = 1
EOF

fi


%post
/usr/bin/systemd-machine-id-setup > /dev/null 2>&1 || :
/lib/systemd/systemd-random-seed save > /dev/null 2>&1 || :
/bin/systemctl daemon-reexec > /dev/null 2>&1 || :
/bin/systemctl start systemd-udevd.service systemd-udev.service >/dev/null 2>&1 || :
/bin/journalctl --update-catalog >/dev/null 2>&1 || :

if [ $1 == 1 ]; then
	# On first install process all tmpfiles that may have been installed before us
	# Hard requires on some packages on systemd might make cyclic deps on early
	# transactions.
	# We avoid systemd.conf so as not to create /run/nologin
	# NOTE We can probably revert to using filetriggers again for tmpfiles now that
	#      there is a --boot option which should make running --create without a
	#      basename config nice and safe.
	for tmpfile in %{_prefix}/lib/tmpfiles.d/*.conf; do
		if [ -f "$tmpfile" -a "$tmpfile" != "%{_prefix}/lib/tmpfiles.d/systemd-nologin.conf" ]; then
			/bin/systemd-tmpfiles --create $(basename "$tmpfile")
		fi
	done
fi

#start localectl service
/bin/systemctl restart systemd-localed.service

# Migrate /etc/sysconfig/clock
if [ ! -L /etc/localtime -a -e /etc/sysconfig/clock ] ; then
	. /etc/sysconfig/clock 2>&1 || :
	if [ -n "$ZONE" -a -e "/usr/share/zoneinfo/$ZONE" ] ; then
	    /usr/bin/ln -sf "../usr/share/zoneinfo/$ZONE" /etc/localtime >/dev/null 2>&1 || :
	fi
fi

# (tpg) this is needed for rsyslog
/bin/ln -s %{systemd_libdir}/system/rsyslog.service /etc/systemd/system/syslog.service >/dev/null 2>&1 || :

# (akdengi) For compartibility we need create symlink /etc/sysconfig/i18n to /etc/locale.conf
if [ ! -L /etc/sysconfig/i18n ]; then
	cp -f /etc/sysconfig/i18n /etc/locale.conf 
	/bin/ln -snf /etc/locale.conf /etc/sysconfig/i18n
fi

# Migrate HOSTNAME= from /etc/sysconfig/network
if [ -e /etc/sysconfig/network -a ! -e /etc/hostname ]; then
        unset HOSTNAME
        . /etc/sysconfig/network >/dev/null 2>&1 || :
        [ -n "$HOSTNAME" ] && echo $HOSTNAME > /etc/hostname 2>&1 || :
fi
/usr/bin/sed -i '/^HOSTNAME=/d' /etc/sysconfig/network >/dev/null 2>&1 || :

# Migrate the old systemd-setup-keyboard X11 configuration fragment
if [ ! -e /etc/X11/xorg.conf.d/00-keyboard.conf ] ; then
        /usr/bin/mv /etc/X11/xorg.conf.d/00-system-setup-keyboard.conf /etc/X11/xorg.conf.d/00-keyboard.conf >/dev/null 2>&1 || :
else
        /usr/bin/rm -f /etc/X11/xorg.conf.d/00-system-setup-keyboard.conf >/dev/null 2>&1 || :
fi

# sed-fu to add myhostname to the hosts line of /etc/nsswitch.conf
if [ -f /etc/nsswitch.conf ] ; then
        sed -i.bak -e '
                /^hosts:/ !b
                /\<myhostname\>/ b
                s/[[:blank:]]*$/ myhostname/
                ' /etc/nsswitch.conf
fi

# (tpg) move sysctl.conf to /etc/sysctl.d as since 207 /etc/sysctl.conf is skipped
if [ $1 -ge 2 ]; then
    if [ -e %{_sysconfdir}/sysctl.conf ] && [ ! -L %{_sysconfdir}/sysctl.conf ]; then
	mv -f %{_sysconfdir}/sysctl.conf %{_sysconfdir}/sysctl.d/99-sysctl.conf
	ln -s %{_sysconfdir}/sysctl.d/99-sysctl.conf %{_sysconfdir}/sysctl.conf
    fi
fi

%triggerin -- %{name} < 204
# (akdengi) Fix logind.conf for KDE - we need disable logind for suspend/hibernate if systemd < 198

if cat /etc/sysconfig/desktop | grep KDE; then
	cp /etc/systemd/logind.conf /etc/systemd/logind.conf.old
	sed -e 's/HandleSuspendKey=suspend/#HandleSuspendKey=suspend/' -i /etc/systemd/logind.conf
	sed -e 's/HandleHibernateKey=ignore/#HandleHibernateKey=hibernate/' -i /etc/systemd/logind.conf
	sed -e 's/HandleLidSwitch=ignore/#HandleLidSwitch=suspend/' -i /etc/systemd/logind.conf
fi

%triggerun -- %{name} < 208
chgrp -R systemd-journal /var/log/journal || :
chmod 02755 /var/log/journal || :
if [ -f /etc/machine-id ]; then
	chmod 02755 /var/log/journal/$(cat /etc/machine-id) || :
fi

%triggerun -- %{name} < 208-15
#Delete old generated boot-efi if present

#See for EFI present
if [ -d /sys/firmware/efi ]; then

umount -f /boot/efi
rm -f %{systemd_libdir}/system/boot-efi.*
rm -f %{systemd_libdir}/system/local-fs.target.wants/boot-efi.automount
fi

%triggerun -- %{name} < 208-21
#Delete getty target

if [ -d %{_sysconfdir}/systemd/system/getty.target.wants ]; then
 rm -rf %{_sysconfdir}/systemd/system/getty.target.wants
fi

%post units
if [ $1 -eq 1 ] ; then
# Try to read default runlevel from the old inittab if it exists
runlevel=$(/bin/awk -F ':' '$3 == "initdefault" && $1 !~ "^#" { print $2 }' /etc/inittab 2> /dev/null)
if [ -z "$runlevel" ] ; then
target="/lib/systemd/system/graphical.target"
else
target="/lib/systemd/system/runlevel$runlevel.target"
fi

# And symlink what we found to the new-style default.target
/bin/ln -sf "$target" %{_sysconfdir}/systemd/system/default.target 2>&1 || :

# Enable the services we install by default.
/bin/systemctl --quiet enable \
                getty@tty1.service \
                remote-fs.target \
                systemd-readahead-replay.service \
                systemd-readahead-collect.service \
                2>&1 || :
fi

hostname_new=`cat %{_sysconfdir}/hostname 2>/dev/null`
if [ -z $hostname_new ]; then
hostname_old=`cat /etc/sysconfig/network 2>/dev/null | grep HOSTNAME | cut -d "=" -f2`
	if [ ! -z $hostname_old ]; then
    		echo $hostname_old >> %{_sysconfdir}/hostname
else
    		echo "localhost" >> %{_sysconfdir}/hostname
fi
fi

%preun units
if [ $1 -eq 0 ] ; then
/bin/systemctl --quiet disable \
                getty@.service \
                remote-fs.target \
                systemd-readahead-replay.service \
                systemd-readahead-collect.service \
                2>&1 || :

/bin/rm -f /etc/systemd/system/default.target 2>&1 || :
fi

%postun units
if [ $1 -ge 1 ] ; then
	/bin/systemctl daemon-reload 2>&1 || :
fi


%changelog
* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 208-36
+ Revision: e054e0d
- Add rpmlint filter

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 208-35
+ Revision: 6768529
- MassBuild#440: Increase release tag

* Thu May 22 2014 Tigro <ashejn@gmail.com> 208-34
+ Revision: 2b0065f
- bump release

* Thu May 22 2014 Tigro <ashejn@gmail.com> 208-33.1.path
+ Revision: eecd90c
- change sbin and bin order

* Wed May 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 208-33
+ Revision: a057f24
- Bump release

* Wed May 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 208-32
+ Revision: f9cc1ae
- Sort subpackages (except for post,pre etc stuff)

* Wed May 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 208-32
+ Revision: c5c79fc
- More cleanups

* Wed May 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 208-32
+ Revision: 5f1f690
- Drop few very old Obsoletes, sort Requires and BuildRequires, other minor cleanups

* Tue May 06 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 208-32
+ Revision: 85ed0f3
- micro fix

* Mon Apr 14 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 208-31
+ Revision: 0fce03a
- release up

* Mon Apr 14 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 208-30
+ Revision: 392208f
- Updated systemd.spec

* Mon Apr 14 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 208-29
+ Revision: 911cc80
- removed versioned require for chkconfig

* Tue Mar 11 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 208-28
+ Revision: 1a595a3
- hwdb: Add support for wlan keys on Packard Bell EASYNOTE laptops

* Fri Feb 28 2014 akdengi <alexander.kazancev@rosalab.ru> 208-27
+ Revision: 39bba70
- rediff 513 and drop 515 patches

* Thu Feb 27 2014 akdengi <alexander.kazancev@rosalab.ru> 208-27
+ Revision: 9b4fed8
- revork 511 patch

* Thu Feb 27 2014 akdengi <alexander.kazancev@rosalab.ru> 208-27
+ Revision: 6caab33
- drop patch 510

* Thu Feb 27 2014 akdengi <alexander.kazancev@rosalab.ru> 208-27
+ Revision: 0ad00e4
- SILENT delete fedora spec

* Thu Feb 27 2014 akdengi <alexander.kazancev@rosalab.ru> 208-27
+ Revision: ef645fb
- Use 'stable' version of patchset

* Thu Feb 20 2014 akdengi <kazancas@mandriva.ru> 208-26
+ Revision: 9ac5f79
- add qrencode

* Wed Feb 19 2014 akdengi <kazancas@mandriva.ru> 208-25
+ Revision: b82d153
- SILENT up release

* Wed Feb 19 2014 akdengi <kazancas@mandriva.ru> 208-24
+ Revision: 08efa32
- add pkgconfig(libgcrypt)

* Tue Feb 18 2014 akdengi <alexander.kazancev@rosalab.ru> 208-24
+ Revision: fcb963c
- Set max size for journal to 100M

* Fri Feb 14 2014 akdengi <kazancas@mandriva.ru> 208-23
+ Revision: f86846e
- return default target to graphical

* Thu Feb 13 2014 akdengi <alexander.kazancev@rosalab.ru> 208-22
+ Revision: 5e3a176
- remove swap check patch as applyd

* Thu Feb 13 2014 akdengi <alexander.kazancev@rosalab.ru> 208-22
+ Revision: f8ceed6
- Add heck swap size to hibernate: need > 98% of total RAM

* Thu Feb 13 2014 akdengi <alexander.kazancev@rosalab.ru> 208-22
+ Revision: 7b8e3f9
- Add heck swap size to hibernate: need > 98% of total RAM

* Tue Feb 11 2014 akdengi <alexander.kazancev@rosalab.ru> 208-21
+ Revision: 3585df3
- fix error in trigger

* Tue Feb 11 2014 akdengi <alexander.kazancev@rosalab.ru> 208-20
+ Revision: 912be10
- delete abandoned getty.target.wants

* Mon Feb 10 2014 akdengi <kazancas@mandriva.ru> 208-19
+ Revision: c1fc06a
- delete separate getty target wants and set default target to multu-user instead graphical

* Fri Feb 07 2014 akdengi <alexander.kazancev@rosalab.ru> 208-18
+ Revision: 0b5a245
- return gdisk find



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19126 |14mr|systemtap-2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Infrastructure to gather information about the running Linux system
Name:		systemtap
Epoch:		1
Version:	2.3
Release:	2
License:	GPLv2+
Group:		Development/Kernel
Url:		http://sourceware.org/systemtap/
Source0:	http://sourceware.org/systemtap/ftp/releases/%{name}-%{version}.tar.gz
Patch2:		systemtap-2.1-rpmlib.h.patch

BuildRequires:	cap-devel
BuildRequires:	elfutils-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)

%description
SystemTap provides free software (GPL) infrastructure to simplify the gathering
of information about the running Linux system. This assists diagnosis of a 
performance or functional problem. SystemTap eliminates the need for the 
developer to go through the tedious and disruptive instrument, recompile, 
install, and reboot sequence that may be otherwise required to collect data.

SystemTap provides a simple command line interface and scripting language for
writing instrumentation for a live running kernel. We are publishing samples, 
as well as enlarging the internal "tapset" script library to aid reuse and 
abstraction. We also plan to support probing userspace applications. We are 
investigating interfacing Systemtap with similar tools such as Frysk, 
Oprofile and LTT.

Current project members include Red Hat, IBM, Intel, and Hitachi.

%files
%{_bindir}/stap
%{_mandir}/man[17]/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/tapset

#----------------------------------------------------------------------------

%package runtime
Summary:	Runtime environment for systemtap
Group:		Development/Other
Conflicts:	systemtap < 1:2.1-3

%description runtime
SystemTap is an instrumentation system for systems running Linux.
This package contains the runtime environment for systemtap programs.

%files runtime -f systemtap.lang
%doc %{_docdir}/systemtap
%{_bindir}/staprun
%{_bindir}/stapsh
%{_bindir}/stap-merge
%{_bindir}/stap-report
%dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/stapio
%{_libexecdir}/%{name}/stap-env
%{_libexecdir}/%{name}/stap-authorize-cert
%{_mandir}/man8/staprun.8*
%{_mandir}/man8/stapsh.8.*

#----------------------------------------------------------------------------

%package server
Summary:	Systemtap server
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Conflicts:	systemtap < 1:2.1-3

%description server
SystemTap is an instrumentation system for systems running Linux.
This package contains the server component of systemtap.

%files server
%{_bindir}/stap-server
%{_libexecdir}/%{name}/stap-gen-cert
%{_libexecdir}/%{name}/stap-serverd
%{_libexecdir}/%{name}/stap-sign-module
%{_libexecdir}/%{name}/stap-start-server
%{_libexecdir}/%{name}/stap-stop-server
%{_mandir}/man8/stap-server.8*

#----------------------------------------------------------------------------

%package devel
Summary:	Header files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Conflicts:	systemtap < 1:2.1-3

%description devel
The package includes the header files for %{name}.

%files devel
%{_bindir}/dtrace
%{_includedir}/sys/*.h
%{_datadir}/%{name}/runtime
%{_mandir}/man3/*.3*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export CFLAGS="%{optflags} -fno-strict-aliasing -I/usr/include/rpm"
export CXXFLAGS="%{optflags} -fno-strict-aliasing -I/usr/include/rpm"
%configure2_5x

%make

%install
%makeinstall

# we add testsuite with a lot of examples
install -m 766 -d testsuite %{buildroot}/%{_datadir}/%{name}/

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.3-2
+ Revision: 982bfa9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19127 |14mr|sysvinit-2.87-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_bootlogd_service 0
%define _disable_ld_no_undefined 1

Summary:	Programs which control basic system processes
Name:		sysvinit
Version:	2.87
Release:	23
License:	GPLv2+
Group:		System/Configuration/Boot and Init
Source0:	https://alioth.debian.org/frs/download.php/3060/sysvinit-%{version}.tar.gz
Source1:	bootlogd
Source2:	stop-bootlogd
URL:		https://alioth.debian.org/projects/pkg-sysvinit/
Patch1:		sysvinit-2.78-man.patch
Patch4:		sysvinit-2.86-autofsck.patch
Patch5:		sysvinit-2.86-loginshell.patch
Patch8:		sysvinit-2.86-inittab.patch
Patch10:	sysvinit-2.87-pidof.patch
Patch13:	sysvinit-2.86-single.patch
Patch16:	sysvinit-2.86-quiet.patch
Patch23:	sysvinit-2.86-pidof-man.patch
Patch24:	sysvinit-2.87-sulogin.patch
Patch25:	sysvinit-2.87-wide.patch
Patch26:	sysvinit-2.87-ipv6.patch
# Add -m option to pidof to omit processes that match existing omitted pids (#632321)
Patch27:	sysvinit-2.87-omit.patch
Patch28:	sysvinit-2.87-crypt-lib.patch

# Mandriva patches
Patch100:	sysvinit-2.86-shutdown.patch
Patch104:	sysvinit-2.85-walltty.patch
Patch105:	sysvinit-disable-respawn-more-quickly.patch
# do not try to take over console tty for rc.sysinit, it conflicts with speedboot (Mdv bug #58488)
Patch106:	sysvinit-2.87-speedboot-ioctl.patch

# Debian patches
Patch200:	50_bootlogd_devsubdir.patch
Patch201:	54_bootlogd_findptyfail.patch
Patch202:	55_bootlogd_flush.patch
Patch203:	99_ftbfs_define_enoioctlcmd.patch
BuildRequires:	glibc-static-devel
Requires:	pam >= 0.66-5
Requires(post):	coreutils
Requires:	sysvinit-tools = %{version}-%{release}
Obsoletes:	SysVinit < 2.86-6mdv2008.1
Provides:	SysVinit = %{version}-%{release}
Conflicts:	util-linux =< 2.24

Conflicts:	bash-completion < 2.1-8

%description
The sysvinit package contains a group of processes that control
the very basic functions of your system. sysvinit includes the init
program, the first program started by the Linux kernel when the
system boots. Init then controls the startup, running, and shutdown
of all other programs.

%package tools
Summary:	Tools used for process and utmp management
Group:		System/Configuration/Boot and Init
Conflicts:	sysvinit < 2.87-2mdv

%description tools
The sysvinit-tools package contains various tools used for process
management.


%prep
%setup -q -n sysvinit-%{version}dsf
# We use a shell, not sulogin. Other random man fixes go here (such as #192804)
%patch1 -p1 -b .manpatch
# Unlink /.autofsck on shutdown -f
%patch4 -p1 -b .autofsck
# Invoke single-user shell as a login shell (#105653)
%patch5 -p1 -b .loginshell
# Adjust examples in inittab(5) to more accurately reflect RH/Fedora
# usage (#173572)
%patch8 -p1 -b .inittabdocs
# Fix various things in pidof - pidof /x/y matching /z/y, pidof -x
# for scripts, etc.
%patch10 -p1 -b .pidof
# Fix single user mode (#176348)
%patch13 -p1 -b .single
# Be less verbose when booted with 'quiet'
%patch16 -p1 -b .quiet
# Document some of the behavior of pidof. (#201317)
%patch23 -p1 -b .pidof
# get_default_context_with_level returns 0 on success (#568530)
%patch24 -p1 -b .sulogin
# Add wide output names with -w (#550333)
%patch25 -p1 -b .wide
# Change accepted ipv6 addresses (#573346)
%patch26 -p1 -b .ipv6
# Support -m option for pidof (#632321)
%patch27 -p1 -b .omit
%patch28 -p1 -b .crypt_lib~

%patch100 -p1 -b .shutdown
%patch104 -p1 -b .wall
%patch105 -p1 -b .disable-respawn-more-quickly
%patch106 -p1 -b .speedboot-ioctl

%patch200 -p1 -b .bootlogd_devsubdir
%patch201 -p1 -b .bootlogd_findptyfail
%patch202 -p1 -b .bootlogd_flush
%patch203 -p1 -b .define_enoioctlcmd

%build
%global optflags %{optflags} -Os
%make CFLAGS="%{optflags} -D_GNU_SOURCE" LDFLAGS="%{ldflags}" LCRYPT="-lcrypt" -C src

%install
for I in bin sbin usr/{bin,include} %{_mandir}/man{1,3,5,8} etc var/run dev; do
	mkdir -p %{buildroot}/$I
done

make -C src ROOT=%{buildroot} MANDIR=%{_mandir} STRIP=/bin/true \
	BIN_OWNER=`id -nu` BIN_GROUP=`id -ng` install

# If this already exists, just do nothing (the ||: part)
mknod --mode=0600 %{buildroot}/dev/initctl p ||:
ln -snf killall5 %{buildroot}/sbin/pidof

chmod 755 %{buildroot}/usr/bin/utmpdump

mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d/
install -m755 %{SOURCE1} %{SOURCE2} %{buildroot}%{_sysconfdir}/rc.d/init.d/

%if !%enable_bootlogd_service
sed -i -e 's/chkconfig\: 2345/chkconfig: -/g' %{buildroot}%{_sysconfdir}/rc.d/init.d/bootlogd %{buildroot}%{_sysconfdir}/rc.d/init.d/stop-bootlogd
%endif

mkdir -p  %{buildroot}%{_sysconfdir}/sysconfig
cat << EOF > %{buildroot}%{_sysconfdir}/sysconfig/bootlogd
BOOTLOGD_ENABLED=no
EOF

# Remove unpackaged file(s)
rm -rf	%{buildroot}/usr/include

# (tpg) kill these in the name of systemd

rm %{buildroot}/sbin/bootlogd
rm %{buildroot}/sbin/halt
rm %{buildroot}/sbin/init
rm %{buildroot}/sbin/poweroff
rm %{buildroot}%{_bindir}/last
rm %{buildroot}%{_bindir}/mesg
rm %{buildroot}/sbin/reboot
rm %{buildroot}/sbin/runlevel
rm %{buildroot}/sbin/shutdown
rm %{buildroot}/sbin/telinit
rm %{buildroot}%{_sysconfdir}/rc.d/init.d/*bootlogd
rm %{buildroot}%{_sysconfdir}/sysconfig/bootlogd
rm %{buildroot}%{_mandir}/man5/*
rm %{buildroot}%{_mandir}/man8/halt*
rm %{buildroot}%{_mandir}/man8/init*
rm %{buildroot}%{_mandir}/man1/last.*
rm %{buildroot}%{_mandir}/man1/mesg.*
rm %{buildroot}%{_mandir}/man8/poweroff*
rm %{buildroot}%{_mandir}/man8/reboot*
rm %{buildroot}%{_mandir}/man8/runlevel*
rm %{buildroot}%{_mandir}/man8/shutdown*
rm %{buildroot}%{_mandir}/man8/telinit*
rm %{buildroot}%{_mandir}/man8/bootlogd*
rm %{buildroot}%{_mandir}/man1/mountpoint*
rm %{buildroot}%{_mandir}/man1/wall*

# Remove sulogin and utmpdump, they're part of util-linux these days
rm %{buildroot}/sbin/sulogin %{buildroot}%{_mandir}/man8/sulogin*
rm %{buildroot}%{_bindir}/utmpdump
# (tpg) in util-linux-2.23
rm %{buildroot}/bin/mountpoint
rm %{buildroot}%{_bindir}/wall


%files tools
%defattr(-,root,root)
%doc doc/Changelog COPYRIGHT
/bin/pidof
%{_bindir}/lastb
/sbin/pidof
/sbin/killall5
%{_mandir}/man1/*
%{_mandir}/man8/killall5*
%{_mandir}/man8/pidof*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.87-23
+ Revision: 71eddfc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19128 |14mr|t1lib-5.1.2-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %name

Summary:	Type 1 font rasterizer
Name:		t1lib
Version:	5.1.2
Release:	16
License:	LGPLv2+
Group:		System/Libraries
URL:		ftp://sunsite.unc.edu/pub/Linux/libs/graphics/
Source:		ftp://sunsite.unc.edu/pub/Linux/libs/graphics/%{name}-%{version}.tar.gz
Patch1:		%{name}-doc.patch
Patch2:     %{name}-config.patch
Patch4:		t1lib-5.1.2-lib-cleanup.patch
Patch5:		t1lib-5.1.2-segf.patch
Patch6:		t1lib-5.1.2-format_not_a_string_literal_and_no_format_arguments.diff
Patch7:		t1lib-5.1.2-CVE-2010-2642,CVE-2011-0433.diff
Patch8:		t1lib-5.1.2-CVE-2011-0764,1552,1553,1554.diff
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xt)
BuildRequires:  tetex
BuildRequires:  tetex-latex
Epoch: 		1

%description
T1lib is a library for generating character and string-glyphs from
Adobe Type 1 fonts under UNIX. T1lib uses most of the code of the X11
rasterizer donated by IBM to the X11-project. But some disadvantages
of the rasterizer being included in X11 have been eliminated.  T1lib
also includes a support for antialiasing.

%package -n %{libname}
Summary: 	Type 1 font rasterizer
Group: 		System/Libraries
Provides: 	%{name} = %{version}-%{release}
Provides:	%{name}1 = %{version}-%{release}
Provides:	lib%{name} = %{version}-%{release}
Requires:	%{name}-config

%description -n %{libname}
T1lib is a library for generating character and string-glyphs from
Adobe Type 1 fonts under UNIX. T1lib uses most of the code of the X11
rasterizer donated by IBM to the X11-project. But some disadvantages
of the rasterizer being included in X11 have been eliminated.  T1lib
also includes a support for antialiasing.

%package -n %{develname}
Summary: 	Header files for Type 1 font rasterizer
Group: 		Development/C
Requires: 	%{libname} = %{EVRD}
Provides: 	%{name}-devel = %{version}-%{release}
Provides:	%{name}1-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname} 
Header files required for compiling packages needing the t1lib.

%package -n %{name}-progs
Summary: 	Programs dor manipulating Type 1 font
Group: 		Graphics
License: 	GPL
Provides:	 %{name}1-progs

%description -n %{name}-progs
The t1lib-progs contains the programs "xglyph" and "type1afm" It also
contains the "t1libconfig" script used to configure t1lib.

%package -n %{name}-config
Summary:	Configuration for %name
Group:		Graphics

%description -n %{name}-config
The t1lib-config contains configuration files for t1lib library

%prep
%setup -q
%patch1 -p0
%patch2 -p0
%patch4 -p1 -b .lib-cleanup
%patch5 -p1 -b .fix-segfault
%patch6 -p1 -b .format_not_a_string_literal_and_no_format_arguments
%patch7 -p1 -b .CVE-2010-2642,CVE-2011-0433
%patch8 -p1 -b .CVE-2011-0764,1552,1553,1554

%build
%configure2_5x
perl -pi -e 's,-DGLOBAL_CONFIG_DIR="\\"/usr/share/t1lib\\"",-DGLOBAL_CONFIG_DIR="\\"/etc/t1lib\\"",;' Makefile
make without_doc

%install
%makeinstall_std
mkdir -p %buildroot/%{_sysconfdir}/t1lib
mv %buildroot/%{_datadir}/t1lib/t1lib.config %buildroot/%{_sysconfdir}/t1lib

# cleanup
rm -rf %{buildroot}%{_libdir}/*.*a

chmod 0755 %{buildroot}%{_libdir}/*.so.*

%files -n %{libname}
%dir %{_sysconfdir}/t1lib
%doc Changes LGPL README.t1*
%attr(0755,root,root) %{_libdir}/libt1*.so.%{major}*

%files -n %{develname}
%doc doc/t1lib_doc.pdf
%{_includedir}/*
%{_libdir}/*.so

%files -n %{name}-progs
%doc README.t1python
%attr(0755,root,root) %{_bindir}/*

%files -n %{name}-config
%config(noreplace) %{_sysconfdir}/t1lib/t1lib.config



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:5.1.2-16
+ Revision: 659c91f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19129 |14mr|t1utils-1.38-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Programs for manipulating PostScript Type 1 fonts
Name: t1utils
Version: 1.38
Release: 2
Source: http://www.lcdf.org/type/%{name}-%{version}.tar.gz
URL: http://www.lcdf.org/type/
Group: Publishing
License: freely modifiable and distributable

%description
The t1utils package is a set of programs for manipulating PostScript
Type 1 fonts. It contains programs to change between binary PFB format
(for storage), ASCII PFA format (for printing), a human-readable and
editable ASCII format, and Macintosh resource forks.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%doc NEWS README
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_mandir}/man1/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.38-2
+ Revision: 17da39f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19130 |14mr|taglib-1.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define minor 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define libnametagc %mklibname %{name}_c %{minor}

Summary:	Library for reading and editing audio meta data
Name:		taglib
Version:	1.9.1
Release:	3
License:	LGPLv2+
Group:		File tools
Url:		http://developer.kde.org/~wheeler/taglib.html
Source0:	http://taglib.github.io/releases/%{name}-%{version}.tar.gz
Patch0:		https://raw.github.com/RussianFedora/taglib/master/taglib-1.9.1-ds-rusxmms-r9.patch
Patch1:		taglib-1.9.1-bug-308.patch
BuildRequires:	kde4-macros
BuildRequires:	librcc-devel
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(zlib)

%description
TagLib, is well, a library for reading and editing audio meta data, 
commonly know as tags.

Some goals of TagLib:
- A clean, high level, C++ API to handling audio meta data.
- Support for at least ID3v1, ID3v2 and Ogg Vorbis comments.
- A generic, simple API for the most common tagging related functions.
- Binary compatibility between minor releases using the standard KDE/Qt
  techniques for C++ binary compatibility.
- Make the tagging framework extensible by library users; i.e. it will be
  possible for libarary users to implement additional ID3v2 frames,
  without modifying the TagLib source.

Because TagLib desires to be toolkit agnostic, in hope of being widely
adopted and the most flexible in licensing TagLib provides many of its
own toolkit classes; in fact the only external dependency that TagLib has,
it a semi-sane STL implementation.

#---------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for reading and editing audio meta data
Group:		System/Libraries

%description -n %{libname}
Main taglib library.

%files -n %{libname}
%{_libdir}/libtag.so.%{major}*

#---------------------------------------------------------------------

%package -n %{libnametagc}
Group:		System/Libraries
Summary:	A C bindings for taglib library

%description -n %{libnametagc}
TagLib, is well, a library for reading and editing audio meta data.

%files -n %{libnametagc}
%{_libdir}/libtag_c.so.%{minor}*

#---------------------------------------------------------------------

%package -n %{devname}
Group:		Development/C
Summary:	Headers and other files for taglib development
Requires:	%{libname} = %{EVRD}
Requires:	%{libnametagc} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
Install this package if you want do compile applications
using the libtag library.

%files -n %{devname}
%{_bindir}/taglib-config
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{multiarch_bindir}/taglib-config

#---------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .rusxmms~
%patch1 -p1 -b .308

%build
%cmake_kde4 -DWITH_ASF=ON -DWITH_MP4=ON
%make

%install
%makeinstall_std -C build

%multiarch_binaries %{buildroot}%{_bindir}/taglib-config


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.1-3
+ Revision: 35cd8b7
- Backport patch from upstream to fix upstream bug 308



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19131 |14mr|taglib-extras-1.0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Taglib support for other formats 
Name:           taglib-extras
Version:        1.0.1
Release:        7
Group:          Sound 
License:        LGPLv2
URL:            http://websvn.kde.org/trunk/kdesupport/taglib-extras/
Source0:        http://www.jefferai.com/taglib-extras/taglib-extras-%{version}.tar.gz 
BuildRoot:      %{_tmppath}/%{name}-%{version}-root

BuildRequires:  taglib-devel
BuildRequires:  kdelibs4-devel

%description
Taglib-extras delivers support for reading and editing the meta-data of 
audio formats not supported by taglib, including: asf, mp4v2, rmff, wav.

%files
%defattr(-,root,root,-)
%doc COPYING.LGPL
%{_libdir}/libtag-extras.so.1*

#--------------------------------------------------------------------

%package     devel
Summary:     Development files for %{name}
Group:       Development/C++ 
Requires:    %{name} = %{version}-%{release}
Requires:    pkgconfig
Requires:    taglib-devel
%description devel
%{summary}.

%files devel
%defattr(-,root,root,-)
%{_bindir}/taglib-extras-config
%{_includedir}/taglib-extras/
%{_libdir}/libtag-extras.so
%{_libdir}/pkgconfig/taglib-extras.pc

#--------------------------------------------------------------------

%prep
%setup -q

%build
%{cmake_kde4} -DWITH_KDE=1 ..

%make 

%install
make -C build DESTDIR=%buildroot install

%clean
rm -rf %{buildroot} 



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-7
+ Revision: 9539079
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19132 |14mr|taglib-sharp-2.0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Metadata library for most common movie and music formats
Name:		taglib-sharp
Version:	2.0.4.0
Release:	4
License:	LGPLv2+
Group:		Development/Other
Url:		http://download.banshee-project.org/taglib-sharp/
Source0:	http://download.banshee-project.org/%name/%version/%name-%{version}.tar.bz2
#gw missing from the tarball
Source1:	extractKey.cpp
Source2:	listData.cpp
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(mono-nunit)

%description
TagLib# is a metadata or "tag" reader and writer library that supports
the most common movie and music formats, abstracting away
format specificity. TagLib# offers either a common API for all
formats or access to specific APIs for a given format.

%files
%doc AUTHORS NEWS README
%{_prefix}/lib/mono/taglib-sharp
%{_prefix}/lib/mono/gac/taglib-sharp
%{_prefix}/lib/mono/gac/policy.2.0.taglib-sharp

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for taglib-sharp
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
TagLib# is a metadata or "tag" reader and writer library that supports
the most common movie and music formats, abstracting away
format specificity. TagLib# offers either a common API for all
formats or access to specific APIs for a given format.

%files devel
%{_datadir}/pkgconfig/taglib-sharp.pc

#----------------------------------------------------------------------------

%prep
%setup -q
cp %{SOURCE1} %{SOURCE2} examples/

%build
./configure --prefix=/usr --disable-docs
make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.4.0-4
+ Revision: 19d579f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19133 |14mr|tagsoup-1.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major %(echo %{version} |cut -d. -f1-2)
Name:           tagsoup
Version:        1.2.1
Release:        3
Epoch:          0
Summary:        SAX-compliant parser written in Java
License:        GPL
Source0:        http://home.ccil.org/~cowan/XML/tagsoup/tagsoup-%{version}-src.zip
URL:            http://mercury.ccil.org/~cowan/XML/tagsoup/
Group:          Development/Java
BuildArch:      noarch
BuildRequires:  java-1.7.0-openjdk-devel
Requires:       jpackage-utils >= 0:1.6
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  xalan-j2

%description 
TagSoup is a SAX-compliant parser written in Java that, instead of
parsing well-formed or valid XML, parses HTML as it is found in the wild: nasty
and brutish, though quite often far from short. TagSoup is designed for people
who have to process this stuff using some semblance of a rational application
design. By providing a SAX interface, it allows standard XML tools to be
applied to even the worst HTML.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q

%build
export CLASSPATH=$(build-classpath xalan-j2-serializer xalan-j2)
export OPT_JAR_LIST="`%{__cat} %{_sysconfdir}/ant.d/trax`"
export JAVA_HOME=%{_prefix}/lib/jvm/java-1.7.0
ant \
  -Dversion=%{version} \
  -Dj2se.apiurl=%{_javadocdir}/java \
  dist docs-api

%install
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 dist/lib/%{name}-%{major}.jar %{buildroot}%{_javadir}/%{name}-%{major}.jar
ln -s %{name}-%{major}.jar %{buildroot}%{_javadir}/%{name}.jar
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc CHANGES README
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.2.1-3
+ Revision: 3eb58e7
- Rebuild with java 7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19134 |14mr|taipeifonts-1.2-31
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	taipeifonts
%define version	1.2

Summary:	Taipei Chinese big5 fonts 
Name:		%{name}
Version:	%{version}
Release:	31
License:	Public Domain
Group:		System/Fonts/X11 bitmap
Source0:	%{name}-%{version}.tar.bz2
#Packager:	platin@ch.ntu.edu.tw
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch   
BuildRequires:	bdftopcf
Requires(post,postun):	mkfontscale
Requires(post,postun):	mkfontdir     
Provides:	zh-pcf-fonts, taipei16, taipeik20, taipeik24, taipeim20, taipeim24

%description
These are the Traditional Chinese fonts for X found on GNU's FTP mirror.

%prep
%setup -q

%build
bdftopcf taipei24.bdf | gzip -c > taipei24.pcf.gz
bdftopcf taipei20.bdf | gzip -c > taipei20.pcf.gz
bdftopcf taipei16.bdf | gzip -c > taipei16.pcf.gz

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/misc

install -m 644 taipei24.pcf.gz $RPM_BUILD_ROOT%{_datadir}/fonts/misc/
install -m 644 taipei20.pcf.gz $RPM_BUILD_ROOT%{_datadir}/fonts/misc/
install -m 644 taipei16.pcf.gz $RPM_BUILD_ROOT%{_datadir}/fonts/misc/
install -m 644 vga12x24.pcf.gz $RPM_BUILD_ROOT%{_datadir}/fonts/misc/

%post
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%postun
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(0644,root,root,0755)
%{_datadir}/fonts/misc/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-31
+ Revision: 7540355
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19135 |14mr|taktuk-3.7.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_name_orig lib%{name}
%define major 0
%define lib_name %mklibname %{name}%{major}
%define module %{name}
%define pname perl-%{module}


Name: 		taktuk
Version: 	3.7.5
Release: 	1
Summary: 	Parallel, scalable launcher for cluster and lightweight grids

License: 	GPLv2+
Group: 		Networking/Remote access
Url:		http://taktuk.gforge.inria.fr/
Source0: 	https://gforge.inria.fr/frs/download.php/33412/%{name}-%{version}.tar.gz
Provides: 	parallel-tools
BuildRequires:	 perl-devel

%description
TakTuk is a tool for deploying parallel remote executions of commands to a
potentially large set of remote nodes. It spreads itself using an adaptive 
algorithm and sets up an interconnection network to transport commands and 
perform I/Os multiplexing/demultiplexing. The TakTuk mechanics dynamically
 adapt to environment (machine performance and current load, network 
contention) by using a reactive work-stealing algorithm that mix local 
parallelization and work distribution.

%package -n %{lib_name}-devel
Summary:        Taktuk header files and static libraries

Group:          Development/Other
Requires:       %{name} = %{version}

%description -n %{lib_name}-devel
Taktuk header files and static libraries

%package        -n %{lib_name}
Summary:        Parallel, scalable launcher for cluster devel

Group:          Development/Other

%description -n %{lib_name}
TakTuk is a tool for deploying parallel remote executions of commands to a
potentially large set of remote nodes.
All libs.

%package -n %{pname}
Summary:        Taktuk Perl file

Group:          Development/Perl
Requires:       %{name} = %{version}

%description -n %{pname}
Taktuk Perl Package

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make
pushd Perl-Module
%{__perl} Makefile.PL INSTALLDIRS=vendor DESTDIR=%{buildroot}
%make
popd

%install
%makeinstall pkgdocdir=%{buildroot}/%_defaultdocdir/%{name}-%{version}
pushd Perl-Module
%makeinstall pkgdocdir=%{buildroot}/%_defaultdocdir/%{name}-%{version}
popd
cp taktuk-light %{buildroot}/%{_bindir}/taktuk-light
chmod 755 %{buildroot}/%{_bindir}/taktuk-light

%files
%{_bindir}/taktuk
%{_bindir}/taktuk-light
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_defaultdocdir}/%{name}-%{version}

%files -n %{lib_name}
%doc AUTHORS ChangeLog COPYING DISCLAIMER INSTALL NEWS README  TODO *.html
%{_libdir}/*.so*

%files -n %{lib_name}-devel
%{_libdir}/*.*a
%{_includedir}/*
%{_libdir}/pkgconfig/%{name}.pc

%files -n %{pname}
%doc AUTHORS ChangeLog COPYING DISCLAIMER INSTALL NEWS README  TODO *.html
%{perl_vendorlib}/*

%changelog
* Tue Sep 16 2014 dsilakov <denis.silakov@rosalab.ru> 3.7.5-1
+ Revision: 4c5effc
- Merge pull request #2 from import/taktuk:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19136 |14mr|tali-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           tali
Version:        3.12.2
Release:        2
Summary:        GNOME Tali game

License:        GPLv2+ and GFDL
Group:		Games/Other
URL:            https://live.gnome.org/Tali
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(gdk-3.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(librsvg-2.0)

Obsoletes: gnome-games < 3.7.92
Obsoletes: gtali < 1:3.7.92
Provides: gtali = %{version}-%{release}

%description
Sort of poker with dice and less money. An ancient Roman game.

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/tali.desktop

%find_lang %{name} --all-name --with-gnome


%files -f %{name}.lang
%doc COPYING
%attr(2551, root, games) %{_bindir}/tali
%{_datadir}/applications/tali.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.tali.gschema.xml
%{_datadir}/icons/hicolor/*/apps/tali.*
%{_datadir}/icons/HighContrast/*/apps/tali.*
%{_datadir}/tali
%{_mandir}/man6/tali.6*
%{_datadir}/appdata/*.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 8bf4cff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19137 |14mr|talk-0.17-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Talk client for one-on-one Internet chatting
Name:		talk
Version:	0.17
Release:	22
License:	BSD
Group:		Networking/Chat  
Source0:	ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-ntalk-%{version}.tar.gz
Source1:	talk-xinetd
Source2:	ntalk-xinetd
Patch0:		netkit-ntalk-0.17-pre20000412-time.patch
Patch1:		netkit-ntalk-0.17-strip.patch
Patch2:		netkit-ntalk-0.17-sockopt.patch
Patch3:		netkit-ntalk-0.17-i18n.patch
Patch4:		netkit-ntalk-0.17-resize.patch
Patch5:		netkit-ntalk-0.17-fix-dos-condition.patch
Patch6:		netkit-ntalk-0.17-man-ln.patch
BuildRequires:	ncurses-devel
Obsoletes:	ntalk
Provides:	ntalk
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The talk package provides client and daemon programs for the Internet
talk protocol, which allows you to chat with other users on different
systems.  Talk is a communication program which copies lines from one
terminal to the terminal of another user.

Install talk if you'd like to use talk for chatting with users on
different systems.

%package	server
Group:		System/Servers
Summary:	Server for the talk program
Obsoletes:	ntalk
Requires:	xinetd

%description	server
The talk-server package provides daemon programs for the Internet talk
protocol, which allows you to chat with other users on different
machines.  Talk is a communication program which copies lines from one
terminal to the terminal of another user.

%prep
%setup -q -n netkit-ntalk-%{version}
%patch0 -p1 -b .time
%patch1 -p1 -b .strip
%patch2 -p1 -b .sockopt
%patch3 -p1 -b .i18n
%patch4 -p1 -b .resize
%patch5 -p1 -b .dos
%patch6 -p0 -b .man

cp %{SOURCE1} talk.xinetd
cp %{SOURCE2} ntalk.xinetd

%build
sh configure
perl -pi -e '
    s,^CC=.*$,CC=cc,;
    s,-O2,\$(RPM_OPT_FLAGS) -D_GNU_SOURCE,;
    s,^BINDIR=.*$,BINDIR=%{_bindir},;
    s,^MANDIR=.*$,MANDIR=%{_mandir},;
    s,^SBINDIR=.*$,SBINDIR=%{_sbindir},;
    ' MCONFIG

%make

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_sysconfdir}/xinetd.d
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_mandir}/man8

make INSTALLROOT=%{buildroot} install MANDIR=%{_mandir}

install -m0644 talk.xinetd %{buildroot}%{_sysconfdir}/xinetd.d/talk
install -m0644 ntalk.xinetd %{buildroot}%{_sysconfdir}/xinetd.d/ntalk

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/talk
%{_mandir}/man1/talk.1*

%files server
%defattr(-,root,root)
%config (noreplace) %{_sysconfdir}/xinetd.d/*
%attr(0711,root,root)%{_sbindir}/in.ntalkd
%{_sbindir}/in.talkd
%{_mandir}/man8/in.ntalkd.8*
%{_mandir}/man8/in.talkd.8*
%{_mandir}/man8/ntalkd.8*
%{_mandir}/man8/talkd.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.17-22
+ Revision: 29ce0a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19138 |14mr|talloc-2.1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	tallocmajor	2
%define	libtalloc	%mklibname talloc %{tallocmajor}
%define	tallocdev	%mklibname -d talloc
%define	libpytalloc	%mklibname pytalloc-util %{tallocmajor}
%define	libpytallocdev	%mklibname -d pytalloc-util
%define beta		%nil
%define check_sig() export GNUPGHOME=%{_tmppath}/rpm-gpghome \
if [ -d "$GNUPGHOME" ] \
then echo "Error, GNUPGHOME $GNUPGHOME exists, remove it and try again"; exit 1 \
fi \
install -d -m700 $GNUPGHOME \
gpg --import %{1} \
gpg --trust-model always --verify %{2} \
rm -Rf $GNUPGHOME \

# beta versions are extracted from the samba4 source using
# mkdir -p talloc-2.0.8/lib
# cp -a lib/talloc/* talloc-2.0.8/
# cp -a lib/replace talloc-2.0.8/lib/
# cp -a buildtools talloc-2.0.8/
# tar cf talloc-2.0.8.tar talloc-2.0.8

Name:		talloc
Version:	2.1.0
URL:		http://talloc.samba.org
Source0:	http://talloc.samba.org/ftp/talloc/talloc-%{version}.tar.gz
%if "%beta" != ""
Release:	0.%beta.1
%else
Release:	11
Source1:	http://talloc.samba.org/ftp/talloc/talloc-%{version}.tar.asc
Source2:	samba-bugs.asc
%endif
License:	GPLv3
# tallocversion was not used when in samba4, so it was 4.0.0
Epoch:		1
Summary:	Library implementing Samba's memory allocator
Group:		System/Libraries
BuildRequires:	acl-devel xsltproc docbook-style-xsl
BuildRequires:	python-devel

%description
Library implementing Samba's memory allocator

%package -n	%{libtalloc}
Group:		System/Libraries
Summary:	Library implementing Samba's memory allocator

%description -n	%{libtalloc}
Library implementing Samba's memory allocator

%package -n	%{tallocdev}
Group:		Development/C
Summary:	Library implementing Samba's memory allocator
Provides:	talloc-devel = %{EVRD}
Requires:	%{libtalloc} = %{EVRD}
BuildRequires:	swig

%description -n	%{tallocdev}
Library implementing Samba's memory allocator

%package -n	python-talloc
Group:		Development/Python
Summary:	Python module for Samba's talloc memory allocator

%description -n	python-talloc
Python module for Samba's talloc memory allocator

%package -n	%{libpytalloc}
Group:		Development/C
Summary:	Utility functions for using talloc objects with Python

%description -n	%{libpytalloc}
Utility functions for using talloc objects with Python

%package -n	%{libpytallocdev}
Group:		Development/C
Summary:	Utility functions for using talloc objects with Python
Requires:	%{libpytalloc} = %{EVRD}
Provides:	pytalloc-util-devel = %{version}-%{release}

%description -n %{libpytallocdev}
Utility functions for using talloc objects with Python

%prep
%if "%beta" == ""
echo "Death to Bush! %beta"
#Try and validate signatures on source:
VERIFYSOURCE=%{SOURCE0}
VERIFYSOURCE=${VERIFYSOURCE%%.gz}
gzip -dc %{SOURCE0} > $VERIFYSOURCE

%check_sig %{SOURCE2} %{SOURCE1} $VERIFYSOURCE

rm -f $VERIFYSOURCE
%endif

%setup -q
chmod +r -R .

%build
%setup_compile_flags
./configure --prefix=%{_prefix} --libdir=%{_libdir}
%make

%install
%makeinstall_std
chmod +x %{buildroot}{%{_libdir}/lib*.so.%{tallocmajor}*,%{py_platsitedir}/talloc.so}

%files -n %{libtalloc}
%{_libdir}/libtalloc.so.%{tallocmajor}*

%files -n %{tallocdev}
%{_libdir}/libtalloc.so
#{_libdir}/libtalloc.a
%{_includedir}/talloc.h
%{_libdir}/pkgconfig/talloc.pc
%{_mandir}/man3/talloc*
#{_datadir}/swig/*/talloc.i

%files -n python-talloc
%{py_platsitedir}/talloc.so

%files -n %{libpytalloc}
%{_libdir}/libpytalloc-util.so.%{tallocmajor}*

%files -n %{libpytallocdev}
%{_includedir}/pytalloc.h
%{_libdir}/libpytalloc-util.so
%{_libdir}/pkgconfig/pytalloc-util.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.1.0-11
+ Revision: 5a7f910
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19139 |14mr|tar-1.27.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GNU file archiving program
Name:		tar
Version:	1.27.1
Release:	1
License:	GPLv3+
Group:		Archiving/Backup
Url:		http://www.gnu.org/software/tar/tar.html
Source0:	ftp://ftp.gnu.org/gnu/tar/%{name}-%{version}.tar.xz
Source1:	%{SOURCE0}.sig
Source2:	%{name}-help2man.bz2
Patch0:		tar-1.25-fix-buffer-overflow.patch
Patch1:		tar-1.24-lzma.patch
BuildRequires:	bison
BuildRequires:	xz
Suggests:	rsh-client
Conflicts:	rmt < 0.4b36

%description
The GNU tar program saves many files together into one archive and
can restore individual files (or all of the files) from the archive.
Tar can also be used to add supplemental files to an archive and to
update or list files in the archive.

Tar includes multivolume support, automatic archive compression/
decompression, the ability to perform remote archives and the
ability to perform incremental and full backups.

If you want to use Tar for remote backups, you'll also need to
install the rmt package.

You should install the tar package, because you'll find its
compression and decompression utilities essential for working
with files.

%files -f %{name}.lang
%doc AUTHORS ChangeLog.xz NEWS README THANKS TODO
/bin/*
%{_libexecdir}/backup.sh
%{_libexecdir}/dump-remind
%{_sbindir}/*
/sbin/%{rmtrealname}
%{_infodir}/*.info*
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0

bzcat %{SOURCE2} > ./help2man
chmod +x ./help2man

xz ChangeLog

sed -i 's/.*sigpipe.at.*//' tests/testsuite.at

%build
RSH=/usr/bin/rsh \
%configure2_5x \
	--enable-backup-scripts \
	--bindir=/bin \
	--disable-rpath
	
%make

# thanks to diffutils Makefile rule
(echo '[NAME]' && sed 's@/\* *@@; s/-/\\-/; q' src/tar.c) | (./help2man -i - -S '%{name} %{version}' src/tar ) | sed 's/^\.B info .*/.B info %{name}/' > %{name}.1

%install
%makeinstall_std

ln -sf tar %{buildroot}/bin/gtar

install -D -m 644 tar.1 %{buildroot}%{_mandir}/man1/tar.1

# conflicts with coda-debug-backup
mv %{buildroot}%{_sbindir}/backup %{buildroot}%{_sbindir}/tar-backup
mv %{buildroot}%{_sbindir}/restore %{buildroot}%{_sbindir}/tar-restore

# rmt is provided by rmt ...
%define rmtrealname rmt-tar
mkdir -p %{buildroot}/sbin
mv %{buildroot}%{_libdir}/rmt %{buildroot}/sbin/%{rmtrealname}

%find_lang %{name}

%check
make check

%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.27.1-1
+ Revision: 7125f7d
- New version 1.27.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19140 |14mr|task-c-devel-2012.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: task-c-devel
Version: 2012.1
Release: 3
License: GPL
Summary: Metapackage for C development
Summary(pt_BR): Metapacote para desenvolvimento em C
Group: Development/C
Requires: autoconf
Requires: automake
Requires: binutils
Requires: bison
Requires: byacc
Requires: gcc-cpp
Requires: ctags
Requires: diffutils
Requires: flex
Requires: gcc
Requires: glib2-devel
Requires: glibc-devel
Requires: slang-devel
Requires: libtool
Requires: zlib-devel
Requires: m4
Requires: make
Requires: ncurses-devel
Requires: patch
Requires: texinfo
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies for a complete environment for development of programs in
the C programming language.
It itself includes no software, only dependencies on software.

%description -l pt_BR
Este pacote é um metapacote, ou seja, o seu único propósito é conter
dependências para um completo ambiente de desenvolvimento de programas em C.

Este pacote não inclui nenhum programa, apenas dependências para outros
programas.

%files



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.1-3
+ Revision: e2d6af5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19141 |14mr|task-c++-devel-2014.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

# THIS PACKAGE IS STORED IN SVN
# PLEASE DO NOT UPLOAD WITHOUT
# COMMITTING YOUR CHANGES FIRST

Name: task-c++-devel
Version: %{rosa_release}
Release: 3
License: GPL
Summary: Metapackage for C++ development
Summary(pt_BR): Metapacote para desenvolvimento em C++
Group: Development/C++
Requires: task-c-devel
Requires: gcc-c++
BuildArch: noarch

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies for a complete environment for development of programs in the C++
programming language.

It itself includes no software, only dependencies on software.

%description -l pt_BR
Este pacote é um metapacote, ou seja, o seu único propósito é conter
dependências para um completo ambiente de desenvolvimento de programas em C++.

Este pacote não inclui nenhum programa, apenas dependências para outros
programas.

%files
%defattr(0644,root,root,0755)


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.1-3
+ Revision: 0a0ca0e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19142 |14mr|task-gnome-3.12.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Metapackage for GNOME desktop environment
Name: task-gnome
Version: 3.12.0
Release: 3
Epoch: 1
Group: Graphical desktop/GNOME
License: GPLv2+
BuildArch: noarch

Requires: %{name}-minimal

Obsoletes: gnome-utils

# resolve http://bugs.rosalinux.ru/show_bug.cgi?id=3031
Requires: gstreamer1.0-plugins-ugly
Requires: gstreamer1.0-libav

Requires: bijiben >= %{version}
Requires: cheese >= %{version}
Requires: empathy >= %{version}
Requires: eog >= %{version}
Requires: evince >= %{version}
Requires: file-roller >= %{version}
Requires: folks >= 0.9.1
Requires: gnome-calculator
Requires: gdm >= %{version}
Requires: gedit >= %{version}
Requires: gnome-bluetooth >= %{version}
Requires: gnome-classic-session
Requires: gnome-clocks
Requires: gnome-color-manager
Requires: gnome-contacts >= %{version}
Requires: gnome-desktop3 >= %{version}
Requires: gnome-disk-utility
Requires: gnome-documents
Requires: gnome-font-viewer
Requires: gnome-online-accounts >= %{version}
#Requires: gnome-weather
Requires: libgnome2
Requires: libsocialweb
Requires: libwnck3
Requires: sushi
Requires: telepathy-mission-control
Requires: totem
Requires: typelib(Eog)
Requires: typelib(GnomeDesktop)
Requires: typelib(Meta)
Requires: gnome-initial-setup

Requires: gnome-getting-started-docs
Requires: gnome-getting-started-docs-cs
Requires: gnome-getting-started-docs-de
Requires: gnome-getting-started-docs-es
Requires: gnome-getting-started-docs-gl
Requires: gnome-getting-started-docs-hu
Requires: gnome-getting-started-docs-it
Requires: gnome-getting-started-docs-pl
Requires: gnome-getting-started-docs-pt_BR

Suggests: brasero
Suggests: caribou
Suggests: caribou-gtk3
Suggests: ekiga
Suggests: evolution
Suggests: evolution-ews
Suggests: gucharmap
Suggests: mousetweaks
Suggests: orca
#Suggests: scrot-gnome
Suggests: shotwell
Suggests: simple-scan
Suggests: vinagre
Suggests: vino

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies for running the GNOME.

%package minimal
Summary: Minimal dependencies needed for GNOME desktop 
Group: Graphical desktop/GNOME

Requires: accountsservice
Requires: adwaita-cursor-theme
Requires: adwaita-gtk2-theme
Requires: adwaita-gtk3-theme
Requires: at-spi2-atk >= 2.8.0
Requires: baobab
Requires: fontconfig >= 2.0.91
Requires: gcr >= %{version}
Requires: gdk-pixbuf2.0 >= 2.28.0
Requires: glib2.0-common >= 2.36
Requires: gnome-backgrounds
Requires: gnome-control-center
Requires: gnome-icon-theme
Requires: gnome-icon-theme-legacy
Requires: gnome-icon-theme-symbolic
Requires: gnome-keyring >= %{version}
Requires: gnome-power-manager
Requires: gnome-screensaver
Requires: gnome-screenshot
Requires: gnome-search-tool
Requires: gnome-session
Requires: gnome-settings-daemon
Requires: gnome-system-log
Requires: gnome-system-monitor
Requires: gnome-terminal
Requires: gnome-themes-standard
Requires: gnome-tweak-tool
Requires: gobject-introspection >= 1.36
Requires: gtk+3.0-common >= %{version}
Requires: gtk3-modules
Requires: libgnome2
Requires: libgnomekbd-common
Requires: libnotify
Requires: locales >= 2.15-2
Requires: nautilus >= %{version}
Requires: networkmanager-applet >= 0.9.8.0
Requires: notification-daemon
Requires: polkit-gnome
Requires: rosa-icons
Requires: task-pulseaudio
Requires: typelib(Atspi)
Requires: typelib(Peas)
Requires: typelib(PeasGtk)
Requires: typelib(CoglPango)
Requires: typelib(Wnck) >= 3.0
Requires: udisks2 >= 2.1.0
Requires: yelp >= %{version}
Requires: gnome-shell-rosa-extensions
Requires: gnome-shell-extensions-user-theme

Requires: %{_lib}webkit-gir3.0
Requires: %{_lib}pangoft2-gir1.0
Requires: %{_lib}pangocairo-gir1.0
Requires: %{_lib}mutter-gir3.0 >= %{version}

Suggests: deja-dup
Suggests: fprintd-pam >= 0.5.0
Suggests: gparted
Suggests: libfprint >= 0.5.0
Suggests: preload
Suggests: totem

%description minimal
This package is a meta-package, meaning that its purpose is to contain
minimal dependencies for running a minimal GNOME desktop environment.


%post minimal

# fonts
cat > /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.override <<FOE
[org.gnome.settings-daemon.plugins.xsettings]
antialiasing='rgba'
hinting='slight'
FOE

cat > /usr/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.override <<FOE
[org.gnome.desktop.interface]
monospace-font-name='Droid Sans Mono 10'
icon-theme='rosa'
FOE

cat > /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override <<FOE
[org.gnome.shell]
enabled-extensions=['user-theme@gnome-shell-extensions.gcampax.github.com', 'dash-to-dock@micxgx.gmail.com', 'openweather-extension@jenslody.de', 'SkypeNotification@chrisss404.gmail.com', 'ROSA_Hotkeys@uxteam.rosalab.ru']
FOE

# set nautilus icon-view default-zool-level to large
cat > /usr/share/glib-2.0/schemas/org.gnome.nautilus.gschema.override <<FOE
[org.gnome.nautilus.icon-view]
#default-zoom-level='large'
captions=['none', 'none', 'date_modified']

[org.gnome.nautilus.preferences]
sort-directories-first=true
FOE

#cat > /usr/share/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.override <<FOE
#[org.gnome.shell.extensions.user-theme]
#name='rosa-elementary'
#FOE

cat > /usr/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.override <<FOE
[org.gnome.desktop.background]
picture-uri='file:///usr/share/mdk/backgrounds/Mandriva-Rosa.xml'
FOE

cat > /usr/share/glib-2.0/schemas/org.gnome.Terminal.gschema.override <<FOE
[org.gnome.Terminal.Legacy.Settings]
menu-accelerator-enabled=false
dark-theme=true
FOE

/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ > /dev/null 2>&1

if [ $1 -eq 1 ]; then

  ###############################################
  ##########  Setup keyboard layout  ############
  ###############################################

  if [ -f /etc/sysconfig/keyboard ]; then
    . /etc/sysconfig/keyboard

    # Set system keyboard layouts as default for GNOME 3.8

    echo $XkbLayout | grep "," > /dev/null

    if [ $? -eq 0 ]; then
        L1=$(echo $XkbLayout | awk -F, '{ print $1 }')
        L2=$(echo $XkbLayout | awk -F, '{ print $2 }')
        cat > /usr/share/glib-2.0/schemas/org.gnome.desktop.input-sources.gschema.override << EOF
[org.gnome.desktop.input-sources]
sources=[('xkb', '$L1'), ('xkb', '$L2')]
EOF

        # Keyboard switcher.

        if [ "$GRP_TOGGLE" != "" ]; then
              GNOME_TOGGLE="grp:$GRP_TOGGLE"

              cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.input-sources.gschema.override <<EOF
xkb-options=['$GNOME_TOGGLE']
EOF
        fi

    fi

    /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ > /dev/null 2>&1

  fi
fi

%files

%files minimal


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.12.0-3
+ Revision: 6aea731
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19143 |14mr|task-kde4-4.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Metapackage for KDE4
Name:		task-kde4
Version:	4.11
Release:	2
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Requires:	task-kde4-minimal
Suggests:	amarok
Suggests:	kcharselect
Suggests:	kcron
Suggests:	kdeaccessibility4
Suggests:	kdenetwork4
Suggests:	knetworkmanager
Suggests:	kdenetwork-filesharing
Suggests:	kdepim4
Suggests:	kdeplasma-addons
Suggests:	klook
Suggests:	ktimer
Suggests:	kwallet
Suggests:	rosapanel
Suggests:	rosa-launcher
Suggests:	rosa-media-player

Suggests:	plasma-scriptengine-python
Suggests:	plasma-scriptengine-ruby

# These are very useful to set with GTK applications style
Suggests:	gtk-qt-engine
Suggests:	gtk-engines2
Suggests:	kde-gtk-config

BuildArch:	noarch
Obsoletes:	task-kde < 1:4.6.5
Provides:	task-kde = %{epoch}:%{version}

%description
This package is a meta-package, meaning that its purpose is to contain
the complete dependencies for running the KDE4 desktop ( plus amarok,
koffice, ...)

%files

#---------------------------------------------------------------------

%package minimal
Summary:	Minimal dependencies needed KDE4
Group:		Graphical desktop/KDE

Suggests:	task-pulseaudio
Requires:	task-x11

Suggests:	akonadi-kde
Requires:	ark
Requires:	dbus-x11
Requires:	dolphin
Requires:	gwenview

Suggests:	kamera
Suggests:	kcalc
Suggests:	kde4-audiocd
Requires:	kde4-config-file
Requires:	kde4-nsplugins
Requires:	kdeartwork4-kscreensaver
Requires:	kdebase4-runtime
Requires:	kdebase4-workspace
Suggests:	kdepasswd
Requires:	kdialog
Requires:	kdm
Requires:	keditbookmarks
Suggests:	kio-sysinfo
Suggests:	kickoff
Requires:	kmix
Requires:	kmozillahelper
Requires:	konsole
Requires:	kwrite

Suggests:	mandriva-galaxy
Suggests:	mandriva-galaxy-data
Suggests:	mplayerthumbs
Suggests:	okular
Suggests:	oxygen-icon-theme
Suggests:	phonon-gstreamer
Suggests:	plasma-applet-battery
Requires:	plasma-applet-showdesktop
Requires:	plasma-desktoptheme-rosa
Requires:	plasma-wallpaper-timeoftheday
Suggests:	preload
Requires:	qt4-qtdbus
Suggests:	readahead
Requires:	rosa-elementary-theme
Requires:	rosa-icons
Requires:	xsettings-kde

Obsoletes:	task-kde-minimal < 1:4.2.2
Provides:	task-kde-minimal = %{epoch}:%{version}

%description minimal
This package is a meta-package, meaning that its purpose is to contain
minimal dependencies for running a minimal KDE4 desktop environment.


%files minimal

#--------------------------------------------------------------------

%package devel
Summary:	Metapackage for KDE development
Group:		Development/KDE and Qt
Requires:	task-kde4
Requires:	kdebase4-devel
Requires:	kdebase4-workspace-devel
Requires:	kdelibs4-devel
Requires:	kdepimlibs4-devel
Requires:	task-c++-devel

%description devel
This package is a meta-package, meaning that its purpose is to contain
dependencies for installing a KDE development environment.

%files devel


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:4.11-2
+ Revision: ae9a48f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19144 |14mr|task-lxde-2014.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    task-lxde
Version: %{rosa_release}
Release: 8
Summary: Metapackage for lxde
Group: Graphical desktop/Other
License: GPL
URL: http://lxde.org
Requires: desktop-common-data
Requires: lxde-common
Requires: lxappearance
Requires: lxterminal
Suggests: gpicview
Suggests: leafpad
Suggests: xarchiver
Suggests: lxtask
Suggests: lxrandr
Suggests: scrot
Suggests: xmessage
Suggests: networkmanager-applet
Requires: parcellite
Suggests: mdvinput
Suggests: fskbsetting
Suggests: xfce4-power-manager > 1:1.2.0-10
Suggests: compton
Suggests: compton-conf
#Suggests: xfce4-notifyd

BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies for running the Lightweight X11 Desktop Environment.

%files
%defattr(-,root,root)



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.1-8
+ Revision: ab79215
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19145 |14mr|task-mds-2.4.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Meta package for the Mandriva Directory Server
Name:		task-mds
Version:	2.4.0
Release:	6
License:	GPL
Group:		System/Servers
URL:		http://mds.mandriva.org/
Requires:	mmc-agent >= 3.0.0
Requires:	mmc-web-base >= 3.0.0
Requires:	mmc-web-ppolicy >= 3.0.0
Requires:	python-mmc-base >= 3.0.0
Requires:	python-mmc-core >= 3.0.0
Requires:	python-mmc-ppolicy >= 3.0.0
Requires:	mmc-web-bulkimport >= 2.4.0
Requires:	mmc-web-mail >= 2.4.0
Requires:	mmc-web-network >= 2.4.0
Requires:	mmc-web-proxy >= 2.4.0
Requires:	mmc-web-samba >= 2.4.0
Requires:	mmc-web-sshlpk >= 2.4.0
Requires:	mmc-web-userquota >= 2.4.0
Requires:	python-mmc-bulkimport >= 2.4.0
Requires:	python-mmc-mail >= 2.4.0
Requires:	python-mmc-network >= 2.4.0
Requires:	python-mmc-proxy >= 2.4.0
Requires:	python-mmc-samba >= 2.4.0
Requires:	python-mmc-sshlpk >= 2.4.0
Requires:	python-mmc-userquota >= 2.4.0
Requires:	mmc-check-password >= 3.0.0
Provides:	mds = %version
Obsoletes:	mds <= 2.2.0
BuildArch:	noarch
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This meta package installs the required components for the Mandriva Directory
Server.

%files



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.0-6
+ Revision: dbbdc82
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19146 |14mr|task-printing-scanning-2014-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# First, high-level tasks. Then, manufacturer-level tasks

Summary:	Task package for printing and scanning
Name:		task-printing-scanning
Version:	2014
Release:	1
License:	GPL
Group:		System/Printing
Url:		http://www.rosalab.com
# <mrl> Due to sane-hpaio and to avoid rebuilding sane now (2008rc2)
#BuildArch: noarch
Requires:	task-printing = %{version}
Requires:	hplip-gui
Requires:	%{mklibname sane-hpaio 1}
Requires:	samba-client
Requires:	sane-backends
Requires:	saned
Requires:	scanner-gui
Requires:	usbutils
Requires:	xinetd
Requires:	xsane

%description
This task package contains the full selection of printing and
scanning packages used in ROSA.

%files


%package -n task-printing
Group:		System/Printing
Summary:	Task package for printing
Requires:	task-printing-minimal
Requires:	task-printing-canon      = %{version}-%{release}
Requires:	task-printing-epson      = %{version}-%{release}
Requires:	task-printing-hp         = %{version}-%{release}
Requires:	task-printing-lexmark    = %{version}-%{release}
Requires:	task-printing-misc       = %{version}-%{release}
Requires:	task-printing-okidata    = %{version}-%{release}
Requires:	task-printing-server     = %{version}-%{release}

%description -n task-printing
This task package contains the default selection of printing packages
used in ROSA.

%files -n task-printing


%package -n task-printing-minimal
Group:          System/Printing
Summary:        Task package for printing (minimal)
Requires:       imagemagick
Requires:       a2ps
Requires:       cups
Requires:       cups-drivers
Requires:       cups-common
Requires:       cups-filters
Requires:       foomatic-db
Requires:       foomatic-db-engine
Requires:       foomatic-filters
Requires:       ghostscript
Requires:       groff
Requires:       gutenprint-cups
Requires:       gutenprint-escputil
Requires:       gutenprint-foomatic
Requires:       gutenprint-ijs
Requires:       lesstif
Requires:       mpage
Requires:       netcat
Requires:       net-tools
Requires:       nmap
Requires:       postscript-ppds
Requires:       printer-filters
Requires:       printer-testpages
Requires:       printer-utils
Requires:       scli

%description -n task-printing-minimal
This task package contains the minimal selection of printing packages
used in ROSA.

%files -n task-printing-minimal


#-------------------------------------------------------------------------------
# Manufacturer-level tasks

%define c2050_ver		0.4
%define c2070_ver		0.99
%define cjet_ver		0.8.9
%define cups_ver		1.7.0
%define drv_z42_ver		0.4.3
%define cups_drivers_foo2zjs_ver	0.0
%define foomatic_ver		1:3.0.2
%define foomatic_db_hpijs_ver	20070820
%define ghostscript_ver		9.10
%define gutenprint_ver		5.0.1
%define hplip_ver		3.13.11
%define lexmark2070_ver		0.6
%define lexmark7000linux_ver	990516
%define	lexmarklxx74_ver	0.8.4.2
%define lm1100_ver		1.0.2a
%define lxcontrol_ver		1.3
%define cups_drivers_lz11_ver	1.2
%define ml85p_ver		0.2.0
%define mtink_ver		1.0.14
%define oki4linux_ver		2.1gst
%define pbm2l2030_ver		1.4
%define pbm2lwxl_ver		0
%define pentaxpj_ver		1.0.0
%define pnm2ppa_ver		1.12
%define ppmtomd_ver		1.5
%define printer_testpages_ver	2006
%define printer_tools_ver	2008
%define stylewriter_ver		0.9.9

#-------------------------------------------------------------------------------

%package -n task-printing-server
Summary:	Meta package for a full CUPS server
Group:		System/Printing
Requires:	cups			>= %{cups_ver}
Requires:	ghostscript		>= %{ghostscript_ver}
Requires:	printer-tools		>= %{printer_tools_ver}
Requires:	foomatic-db
Requires:	foomatic-db-engine
Requires:	foomatic-filters

%description -n task-printing-server
This meta package will install every package needed for a full
CUPS server, including some utilities.

%files -n task-printing-server

################################################################################
############### Manufacturer specific tasks sits bellow this ###################
################################################################################

%package -n task-printing-canon
Summary:	Meta package for Cannon printer drivers
Group:		System/Printing
Requires:	task-printing-server	= %{version}-%{release}

# The drivers
Requires:	cjet			>= %{cjet_ver}
Requires:	ghostscript		>= %{ghostscript_ver}
Requires:	gutenprint-cups	>= %{gutenprint_ver}
Requires:	gutenprint-foomatic	>= %{gutenprint_ver}
Requires:	gutenprint-ijs	>= %{gutenprint_ver}
Requires:	hplip-hpijs		>= %{hplip_ver}

%description -n task-printing-canon
This meta package will install every printer driver available for Cannon
printers.

If you have a printer of this kind installing this package is all you need to
get it working.

%files -n task-printing-canon

#-------------------------------------------------------------------------------

%package -n task-printing-epson
Summary:	Meta package for printer drivers for Epson
Group:		System/Printing
Requires:	task-printing-server	= %{version}-%{release}

# The drivers
Requires:	ghostscript		>= %{ghostscript_ver}
Requires:	gutenprint-cups	>= %{gutenprint_ver}
Requires:	gutenprint-foomatic	>= %{gutenprint_ver}
Requires:	gutenprint-ijs	>= %{gutenprint_ver}
Requires:	hplip-hpijs		>= %{hplip_ver}

# Some utils
Requires:	gutenprint-escputil	>= %{gutenprint_ver}
Requires:	printer-tools		>= %{printer_tools_ver}

%description -n task-printing-epson
This meta package will install every printer driver available for printers from
Epson.

If you have a printer of this kind installing this package is all you need to
get it working.

%files -n task-printing-epson

#-------------------------------------------------------------------------------

%package -n task-printing-hp
Summary: Meta package for printer drivers for HP
Group: System/Printing
Requires: task-printing-server	= %{version}-%{release}

# The drivers
Requires:	ghostscript		>= %{ghostscript_ver}
Requires:	gutenprint-cups	>= %{gutenprint_ver}
Requires:	gutenprint-foomatic	>= %{gutenprint_ver}
Requires:	gutenprint-ijs	>= %{gutenprint_ver}
Requires:	cups-drivers-foo2zjs	>= %{cups_drivers_foo2zjs_ver}
Requires:	hplip			>= %{hplip_ver}
Requires:	hplip-gui             >= %{hplip_ver}
Requires:	pnm2ppa		>= %{pnm2ppa_ver}

%description -n task-printing-hp
This meta package will install every printer driver available for printers from
HP.

If you have a printer of this kind installing this package is all you need to
get it working.

%files -n task-printing-hp

#-------------------------------------------------------------------------------

%package -n task-printing-lexmark
Summary: Meta package for printer drivers for Lexmark
Group: System/Printing
Requires: task-printing-server = %{version}-%{release}

# The drivers
Requires:	c2050			>= %{c2050_ver}
Requires:	c2070			>= %{c2070_ver}
Requires:	drv_z42		>= %{drv_z42_ver}
Requires:	ghostscript		>= %{ghostscript_ver}
Requires:	gutenprint-cups	>= %{gutenprint_ver}
Requires:	gutenprint-foomatic	>= %{gutenprint_ver}
Requires:	gutenprint-ijs	>= %{gutenprint_ver}
Requires:	hplip-hpijs		>= %{hplip_ver}
Requires:	lexmark2070		>= %{lexmark2070_ver}
Requires:	lexmark7000linux	>= %{lexmark7000linux_ver}
Requires:	cups-drivers-lxx74	>= %{lexmarklxx74_ver}
Requires:	lm1100		>= %{lm1100_ver}
Requires:	cups-drivers-lz11	>= %{cups_drivers_lz11_ver}
Requires:	pbm2l2030		>= %{pbm2l2030_ver}

# Some lex utils
Requires:	printer-tools		>= %{printer_tools_ver}

%description -n task-printing-lexmark
This meta package will install every printer driver available for printers from
Lexmark.

If you have a printer of this kind installing this package is all you need to
get it working.

%files -n task-printing-lexmark

#-------------------------------------------------------------------------------

%package -n task-printing-misc
Summary:	Meta package for printer drivers for miscelaneous printers
Group:		System/Printing
Requires:	task-printing-server	= %{version}-%{release}

# The drivers
Requires:	drv_z42		>= %{drv_z42_ver}
Requires:	cups-drivers-foo2zjs	>= %{cups_drivers_foo2zjs_ver}
Requires:	ghostscript		>= %{ghostscript_ver}
Requires:	hplip-hpijs		>= %{hplip_ver}
Requires:	stylewriter		>= %{stylewriter_ver}
Requires:	ml85p			>= %{ml85p_ver}
Requires:	pbm2lwxl		>= %{pbm2lwxl_ver}
Requires:	pentaxpj		>= %{pentaxpj_ver}
Requires:	ppmtomd		>= %{ppmtomd_ver}

%description -n task-printing-misc
This meta package will install every printer driver available for printers from
miscelaneous manufacturers.

This package should cover printers from:
Alps, Anitech, Apollo, Apple, Avery, Brother, Citizen, Citoh, Compaq, Dec,
Dell, Dymo, Fujitsu, IBM, Imagen, Infotec, Kodak, Kyocera, Minolta, Mitsubishi,
Nec, Oce, Olivetti, Panasonic, Pcpi, Pentax, QMS, Ricoh, Samsung, Star,
Tektronix and Xerox.

%files -n task-printing-misc

#-------------------------------------------------------------------------------

%package -n task-printing-okidata
Summary:	Meta package for printer drivers for Okidata
Group:		System/Printing
Requires:	task-printing-server	= %{version}-%{release}

# The drivers
Requires:	ghostscript		>= %{ghostscript_ver}
Requires:	hplip-hpijs		>= %{hplip_ver}
Requires:	oki4linux		>= %{oki4linux_ver}
Requires:	ppmtomd		>= %{ppmtomd_ver}

%description -n task-printing-okidata
This meta package will install every printer driver available for printers from
Okidata.

If you have a printer of this kind installing this package is all you need to
get it working.

%files -n task-printing-okidata

#-------------------------------------------------------------------------------




%changelog
* Wed Aug 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 2014-1
+ Revision: 3d58a6e
- Require generic netcat dependency instead of netcat-traditional



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19147 |14mr|task-pulseaudio-2014.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    task-pulseaudio
Version: %{rosa_release}
Release: 2
Summary: Metapackage for PulseAudio
Group:   Sound
License: GPL
#
Requires: pulseaudio
Requires: pulseaudio-utils
Requires: pulseaudio-module-x11
Requires: paprefs
Requires: pavucontrol
#
# don't suggest those, they aren't useful for most users
# we don't want to get those installed by default
#Suggests: paman
#Suggests: pavumeter
#Suggests: padevchooser
#
Suggests: pulseaudio-module-zeroconf
#
# don't suggest xine-pulse, plugin is not in a good shape ATM
#Suggests: xine-pulse
Suggests: gstreamer0.10-pulse
Suggests: alsa-plugins-pulseaudio

BuildArch: noarch

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies and recommended additions for running PulseAudio.

%files



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.1-2
+ Revision: c9e21ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19148 |14mr|task-scanning-2014.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    task-scanning
Version: %{rosa_release}
Release: 2
Summary: Metapackage for scanning
Group:   Graphics
License: GPL

Requires: scanner-gui
Requires: sane-backends
Suggests: xsane-gimp

BuildArch: noarch

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies and recommended additions for scanning.

%files


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.1-2
+ Revision: a137901
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19149 |14mr|task-x11-2014.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: task-x11
Version: %mandriva_release
Release: 5
Summary: Metapackage for X.org X11
Group: System/X11
License: GPL
#
Requires: xauth
Requires: iceauth
Requires: rgb
Requires: x11-data-cursor-themes
Requires: xhost
#
Suggests: x11-driver-video
Suggests: x11-driver-input
#
Requires: x11-font-misc-misc
Requires: x11-font-cursor-misc
Suggests: fonts-ttf-dejavu
Suggests: fonts-ttf-liberation
Requires: x11-font-alias
#
Requires: setxkbmap
#
Requires: x11-server-xorg
#
Requires: xinit
#
# for debugging multimedia keyboard inet(common) (cf x11-data-xkbdata):
Suggests: xev

BuildArch: noarch

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies for running X.org X11.

%prep

%build

%install

%files




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2012.1-5
+ Revision: 3991e7e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19150 |14mr|tcb-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define set_tcbver 0.7

%define major 0
%define nssmajor 2
%define libname %mklibname %{name} %{major}
%define libnss  %mklibname nss_%{name} %{nssmajor}
%define devname %mklibname %{name} -d
%define libpamname %mklibname pam 0

Summary:	Libraries and tools implementing the tcb password shadowing scheme
Name:		tcb
Version:	1.1
Release:	5
License:	BSD or GPL
Group:		System/Libraries
Url:		http://www.openwall.com/tcb/
Source0:	ftp://ftp.openwall.com/pub/projects/tcb/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.openwall.com/pub/projects/tcb/%{name}-%{version}.tar.gz.sign
Source2:	set_tcb-%{set_tcbver}.tar.bz2
Patch0:		tcb-1.0.2-assume_shadow.patch
Patch2:		set_tcb-0.7-nofork.patch
# Fix handling of negative fields in /etc/shadow on x86_64 with recent glibc (#52330)
Patch3:		tcb-1.0.3-warn.patch
# Use translations from pam for the available messages (#59331)
Patch4:		tcb-1.0.3-i18n.patch
Patch5:		tcb-1.1-nss_soname_fix.diff
Patch6:		tcb-1.1-link-against-libtirpc.patch
BuildRequires:	glibc-crypt_blowfish-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(libtirpc)
Requires:	%{libname} >= %{version}
Requires:	nss_tcb = %{version}
Requires:	pam_tcb = %{version}
Requires:	shadow-utils

%description
The tcb package consists of three components: pam_tcb, libnss_tcb, and
libtcb.  pam_tcb is a PAM module which supersedes pam_unix and pam_pwdb.
It also implements the tcb password shadowing scheme (see tcb(5) for
details).  The tcb scheme allows many core system utilities (passwd(1)
being the primary example) to operate with little privilege.  libnss_tcb
is the accompanying NSS module.  libtcb contains code shared by the
PAM and NSS modules and is also used by programs from the shadow-utils
package.

%files
%doc LICENSE
/sbin/tcb_convert
/sbin/tcb_unconvert
%{_sbindir}/set_tcb
%{_mandir}/man8/tcb_convert.8*
%{_mandir}/man8/tcb_unconvert.8*
%{_mandir}/man8/set_tcb.8*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries and tools implementing the tcb password shadowing scheme
Group:		System/Libraries
Requires:	glibc-crypt_blowfish
# To make sure we have chkpwd and shadow groups
Requires(pre):	setup

%description -n %{libname}
libtcb contains code shared by the PAM and NSS modules and is also used
by programs from the shadow-utils package.

%files -n %{libname}
/%{_lib}/libtcb.so.%{major}*
%attr(0755,root,chkpwd) %verify(not mode group) %dir %{_libdir}/chkpwd
%attr(2755,root,shadow) %verify(not mode group) %{_libdir}/chkpwd/tcb_chkpwd
%{_mandir}/man5/tcb.5*

#----------------------------------------------------------------------------

%package -n pam_tcb
Summary:	PAM module for TCB
Group:		System/Libraries
Requires:	%{libname} >= %{version}

%description -n pam_tcb
pam_tcb is a PAM module which supersedes pam_unix and pam_pwdb.
It also implements the tcb password shadowing scheme (see tcb(5) for
details).  The tcb scheme allows many core system utilities (passwd(1)
being the primary example) to operate with little privilege.

%files -n pam_tcb
/%{_lib}/security/pam_pwdb.so
/%{_lib}/security/pam_tcb.so
%{_mandir}/man8/pam_pwdb.8*
%{_mandir}/man8/pam_tcb.8*

#----------------------------------------------------------------------------

%package -n %{libnss}
Summary:	NSS library for TCB
Group:		System/Libraries
Requires(post,postun):	rpm-helper
Requires:	%{libname} = %{EVRD}
Provides:	nss_tcb = %{EVRD}
Conflicts:	nss_tcb < 1.1-4
Obsoletes:	nss_tcb < 1.1-4

%description -n %{libnss}
libnss_tcb is the accompanying NSS module for pam_tcb.

%files -n %{libnss}
/%{_lib}/libnss_tcb.so.%{nssmajor}

%post -n %{libnss}
if [ -f %{_initrddir}/nscd ]; then
    %_post_service nscd
fi

%postun -n %{libnss}
if [ -f %{_initrddir}/nscd ]; then
    %_preun_service nscd
fi

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for building tcb-aware applications
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains static libraries and header files needed for
building tcb-aware applications.

%files -n %{devname}
%{_includedir}/tcb.h
%{_libdir}/libtcb.a
%{_libdir}/libtcb.so

#----------------------------------------------------------------------------

%prep
%setup -q -a2
%patch0 -p1
%patch2 -p0
%patch3 -p1
%patch4 -p1
%patch5 -p0
%patch6 -p1 -b .tirpc~

cat Make.defs | sed -e "s|LIBEXECDIR = /usr/libexec|LIBEXECDIR = %{_libdir}|" >Make.defs.new
cat Make.defs.new | sed -e "s|/lib$|/%{_lib}|g" >Make.defs
chmod 644 LICENSE

%build
%serverbuild
CFLAGS="%{optflags} -DENABLE_SETFSUGID" %make

%install
make install-non-root install-pam_pwdb \
    DESTDIR=%{buildroot} \
    MANDIR=%{_mandir} \
    LIBDIR=%{_libdir} \
    LIBEXECDIR=%{_libdir} \
    SLIBDIR=/%{_lib}

mkdir -p %{buildroot}%{_sbindir}
install -m 0750 set_tcb-%{set_tcbver}/set_tcb %{buildroot}%{_sbindir}/
install -m 0644 set_tcb-%{set_tcbver}/set_tcb.8 %{buildroot}%{_mandir}/man8/


%changelog
* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-5
+ Revision: 1015925
- Add setup to Requires(pre)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19151 |14mr|tcl-8.6-0.b1.11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rel	11
%define pre	b1

%if %pre
%define release		%mkrel 0.%{pre}.%{rel}
%define distname	%{name}%{version}%{pre}-src.tar.gz
%define setname		%{name}%{version}%{pre}
%else
%define release		%mkrel %{rel}
%define distname	%{name}%{version}-src.tar.gz
%define setname		%{name}%{version}
%endif

%define major		8.6
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	An embeddable scripting language
Name:		tcl
Version:	8.6
Release:	%{release}
Group:		System/Libraries
License:	BSD
URL:		http://tcl.tk
Source0:	http://downloads.sourceforge.net/%{name}/%{distname}
Source1:	tcl.macros
BuildRequires:	zlib-devel
Patch0:		tcl-8.5a6-soname.patch
Patch1:		tcl-8.6-dlopen.patch
# From Fedora, replaces old p6 by Stew, rediffed for 8.6 - AdamW 2008/10
Patch2:		tcl-8.6-autopath.patch
Patch3:		tcl-8.6b1-fix_includes.patch
Patch4:		tcl-8.5.0-expect-5.43.0.patch
Patch5:		tcl-8.6b1-tdbc_location.patch
# Originally from Gentoo, fix buffer overflow with GCC 4.5 -D_FORTIFY_SOURCE=2 - wally 2010/12
Patch6:		tcl8.6b1-fortify.patch
Buildroot:	%{_tmppath}/%{name}-%{version}
Provides:   /usr/bin/tclsh
Obsoletes:  %{name} < %{version}

%description
Tcl is a simple scripting language designed to be embedded into
other applications.  Tcl is designed to be used with Tk, a widget
set, which is provided in the tk package.  This package also includes
tclsh, a simple example of a Tcl application.

If you're installing the tcl package and you want to use Tcl for
development, you should also install the tk and tclx packages.

%package -n	%{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
Tcl is a simple scripting language designed to be embedded into
other applications.  Tcl is designed to be used with Tk, a widget
set, which is provided in the tk package.  This package also includes
tclsh, a simple example of a Tcl application.

If you're installing the tcl package and you want to use Tcl for
development, you should also install the tk and tclx packages.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname tcl 8.4 -d
Obsoletes:	%mklibname tcl 8.5 -d

%description -n	%{develname}
This package contains development files for %{name}.

%prep
%setup -q -n %{setname}
%patch0 -p1 -b .soname
%patch1 -p1 -b .dlopen
%patch2 -p1 -b .autopath
%patch3 -p1
%patch4 -p1 -b .expect
%patch5 -p1 -b .tdbc_location
%patch6 -p1 -b .fortify

%build
pushd pkgs/tdbc1.0b1
autoconf
popd

pushd unix
    autoconf
    %configure2_5x \
	--enable-threads \
	--enable-gcc \
	--enable-64bit \
	--disable-rpath \
	--includedir=%{_includedir}/tcl%{version}
    %make TCL_LIBRARY=%{_datadir}/%{name}%{major}

    cp libtcl%{major}.so libtcl%{major}.so.0
#    make test
popd

%install
rm -rf %{buildroot}

%makeinstall -C unix TCL_LIBRARY=%{buildroot}%{_datadir}/%{name}%{major}

# create the arch-dependent dir
mkdir -p %{buildroot}%{_libdir}/%{name}%{major}

# fix libname
mv %{buildroot}%{_libdir}/libtcl%{major}.so %{buildroot}%{_libdir}/libtcl%{major}.so.0
ln -snf libtcl%{major}.so.0 %{buildroot}%{_libdir}/libtcl%{major}.so

# install all headers
install -d %{buildroot}%{_includedir}/tcl%{version}/compat
install -d %{buildroot}%{_includedir}/tcl%{version}/generic
install -d %{buildroot}%{_includedir}/tcl%{version}/unix
install -m0644 compat/*.h %{buildroot}%{_includedir}/tcl%{version}/compat/
install -m0644 generic/*.h %{buildroot}%{_includedir}/tcl%{version}/generic/
install -m0644 unix/*.h %{buildroot}%{_includedir}/tcl%{version}/unix/

pushd %{buildroot}%{_bindir}
    ln -fs tclsh* tclsh
popd

pushd %{buildroot}%{_libdir}
cat > lib%{name}.so << EOF
/* GNU ld script
   We want -l%{name} to include the actual system library,
   which is lib%{name}%{major}.so.0  */
INPUT ( -l%{name}%{major} )
EOF
popd

# fix config script
perl -pi -e "s|-L`pwd`/unix\b|-L%{_libdir}|g" %{buildroot}%{_libdir}/tclConfig.sh
perl -pi -e "s|`pwd`/unix/lib|%{_libdir}/lib|g" %{buildroot}%{_libdir}/tclConfig.sh
perl -pi -e "s|`pwd`|%{_includedir}/tcl%{version}|g" %{buildroot}%{_libdir}/tclConfig.sh

# and let it be found (we don't look in /usr/lib any more)
ln -s %{_libdir}/%{name}Config.sh %{buildroot}/%{_libdir}/%{name}%{major}/%{name}Config.sh

# Arrangements for lib64 platforms
echo "# placeholder" >> %{develname}.files
if [[ "%{_lib}" != "lib" ]]; then
    mkdir -p %{buildroot}%{_prefix}/lib
    ln -s %{_libdir}/tclConfig.sh %{buildroot}%{_prefix}/lib/tclConfig.sh
    echo "%{_prefix}/lib/tclConfig.sh" >> %{develname}.files
fi

# (fc) make sure .so files are writable by root
chmod 755 %{buildroot}%{_libdir}/*.so*

# set up the macros
mkdir -p %{buildroot}%{_sys_macros_dir}
install -m 0644 %{SOURCE1} %{buildroot}%{_sys_macros_dir}

# move this tdbc crap around
mv %{buildroot}%{_libdir}/%{name}%{major}/tdbc*/libtdbc*.a %{buildroot}%{_libdir}

%if %mdkversion < 200900
%post -p /sbin/ldconfig -n %{libname}
%endif

%if %mdkversion < 200900
%postun -p /sbin/ldconfig -n %{libname}
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/%{name}%{major}
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_mandir}/mann/*
%{_datadir}/tcl8
%{_libdir}/%{name}%{major}
%exclude %{_libdir}/%{name}%{major}/tdbc*/tdbcConfig.sh

%files -n %{libname}
%defattr(-,root,root)
%attr(0755,root,root) %{_libdir}/lib*.so.*

%files -n %{develname} -f %{develname}.files
%defattr(-,root,root)
%dir %{_includedir}/tcl%{version}
%dir %{_includedir}/tcl%{version}/compat
%dir %{_includedir}/tcl%{version}/generic
%dir %{_includedir}/tcl%{version}/unix
%attr(0644,root,root) %{_includedir}/tcl%{version}/compat/*.h
%attr(0644,root,root) %{_includedir}/tcl%{version}/generic/*.h
%attr(0644,root,root) %{_includedir}/tcl%{version}/unix/*.h
%attr(0644,root,root) %{_includedir}/*.h
%attr(0755,root,root) %{_libdir}/*.so
%attr(0644,root,root) %{_libdir}/*.a
%attr(0755,root,root) %{_libdir}/tclConfig.sh
%attr(0755,root,root) %{_libdir}/%{name}%{major}/tdbc*/tdbcConfig.sh
%attr(0644,root,root) %{_sys_macros_dir}/tcl.macros




%changelog
* Thu Mar 22 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 8.6-0.b1.11
+ Revision: 6e0469d
- Updated tcl.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19152 |14mr|tclap-1.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		tclap
Version:	1.2.1
Release:	3
Summary:	Templatized C++ Command Line Parser
Group:		System/Libraries
License:	MIT
URL:		http://tclap.sourceforge.net/
Source0:	http://sourceforge.net/projects/tclap/files/%{name}-%{version}.tar.gz
BuildArch:	noarch
Provides:	%{name}-devel = %{version}-%{release}

%description
This is a simple C++ library that facilitates parsing command line
arguments in a type independent manner.  It doesn't conform exactly
to either the GNU or POSIX standards, although it is close.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%__mkdir_p %{buildroot}%{_datadir}/pkgconfig
%__mv %{buildroot}%{_libdir}/pkgconfig/*.pc %{buildroot}%{_datadir}/pkgconfig/

%check
%make check

%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog NEWS
%{_includedir}/*
%{_datadir}/pkgconfig/*.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.1-3
+ Revision: 2026a77
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19153 |14mr|tclink-3.4.4-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname tclink %{major}
%define develname %mklibname tclink -d

Summary:	TrustCommerce payment
Name:		tclink
Version:	3.4.4
Release:	12
Group:		System/Servers
License:	LGPL
URL:		http://www.trustcommerce.com/tclink.html
Source0:	http://www.trustcommerce.com/downloads/tclink-%{version}-C.tar.gz
Patch0:		tclink-3.4-C-soname.diff
Patch1:		tclink-correct_version.diff
Patch2:		tclink-linkage_order_fix.diff
BuildRequires:	openssl-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
TCLink is a thin client library to allow your e-commerce servers to
connect to the TrustCommerce payment gateway easily and consistently.
The protocol (which is the same across all platforms and languages) is
well-documented in the Web Developer's Guide, so please consult it for
any questions you may have about the protocol syntax itself.

The TrustCommerce web site is at http://www.trustcommerce.com

%package -n	%{libname}
Summary:	Main library for tclink
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with tclink (Trust Commerce Payment Gateway).

%package -n	%{develname}
Summary:	Headers for developping programs with TCLink
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{mklibname tclink 3 -d} = %{version}-%{release}
Obsoletes:	%{mklibname tclink 3 -d}

%description -n	%{develname}
This package contains the header file you need to develop applications
which will use TCLink (Trust Commerce Payment Gateway).

%prep

%setup -q -n %{name}-%{version}-C

%patch0 -p0
perl -pi -e "s|_MAJOR_|%{major}|g" Makefile*

%patch1 -p0
%patch2 -p0

# fix strange perms
chmod 644 LICENSE README doc/*

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" configure.in

%build
rm -f configure
autoconf

%configure2_5x \
    --with-ssl-dir=%{_prefix}

%make MYFLAGS="" CFLAGS="%{optflags} -fPIC"

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}

install -m0755 lib%{name}.so.%{major} %{buildroot}%{_libdir}/
ln -snf lib%{name}.so.%{major} %{buildroot}%{_libdir}/lib%{name}.so

install -m0644 lib%{name}.a %{buildroot}%{_libdir}/
install -m0644 tclink.h %{buildroot}%{_includedir}/

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc LICENSE README
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%doc doc/TCDevGuide.txt doc/TCDevGuide.html
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.4.4-12
+ Revision: 350d3a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19154 |14mr|tcl-sqlite3-3.7.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname sqlite
%define realver 3070700
%define rpmver %(echo %{realver}|sed -e "s/00//g" -e "s/0/./g")

Summary:	Tcl binding for sqlite3
Name:		tcl-sqlite3
Version:	%rpmver
Release:	4
License:	Public Domain
Group:		Databases
URL:		http://www.sqlite.org/
Source0:	http://www.sqlite.org/%{realname}-autoconf-%{realver}.tar.gz
Patch0:		sqlite-tea-3070400-link.patch
BuildRequires:	sqlite3-devel >= %{rpmver}
BuildRequires:	tcl-devel
BuildRequires:	tcl
Provides:	sqltie3-tcl = %version
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

This package contains tcl binding for %{name}.

%prep
%setup -q -n %{realname}-autoconf-%{realver}/tea
%patch0 -p0

%build
%configure2_5x --with-system-sqlite --enable-64bit
%make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{tcl_sitearch}/sqlite3
install -m755 *.so %{buildroot}%{tcl_sitearch}/sqlite3/
install -m644 pkgIndex.tcl %{buildroot}%{tcl_sitearch}/sqlite3/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{tcl_sitearch}/sqlite3



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.7.7-4
+ Revision: b4fd8c3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19155 |14mr|tcpdump-4.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A network traffic monitoring tool
Name:		tcpdump
Version:	4.3.0
Release:	2
Epoch:		2
Group:		Monitoring
License:	BSD
URL:		http://www.tcpdump.org/
Source0:	http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
Source1:	http://www.tcpdump.org/release/%{name}-%{version}.tar.gz.sig
BuildRequires:	pcap-devel >= 1.2.0
BuildRequires:	openssl-devel
BuildRequires:	libsmi-devel

%description
Tcpdump is a command-line tool for monitoring network traffic.  Tcpdump can
capture and display the packet headers on a particular network interface or on
all interfaces.  Tcpdump can display all of the packet headers, or just the
ones that match particular criteria.

Install tcpdump if you need a program to monitor network traffic.

%prep
%setup -q -n %{name}-%{version}

%build
export CFLAGS="%{optflags} -I. -DIP_MAX_MEMBERSHIPS=20"
%configure2_5x \
    --enable-ipv6

%make

# (oe) TODO: investigate the following:
#--with-user=USERNAME    drop privileges by default to USERNAME
#--with-chroot=DIRECTORY when dropping privileges, chroot to DIRECTORY

%install
%makeinstall_std
# (misc) remove the binary, has this only pollutes completion
# and take useless space in the rpm
rm -f %{buildroot}/%_sbindir/%name.%version

%files
%doc README CHANGES CREDITS LICENSE
%{_sbindir}/%{name}
%{_mandir}/man1/tcpdump.1*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:4.3.0-2
+ Revision: f511438
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19156 |14mr|tcp_wrappers-7.6-45
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LIB_MAJOR 0
%define LIB_MINOR 7
%define LIB_REL 6

%define	major %{LIB_MAJOR}
%define libname %mklibname wrap %{major}
%define develname %mklibname wrap -d

Summary: 	A security tool which acts as a wrapper for TCP daemons
Name: 		tcp_wrappers
Version: 	7.6
Release: 	45
Group: 		System/Servers
License: 	BSD
URL:		ftp://ftp.porcupine.org/pub/security/index.html
Source0:        http://ftp.porcupine.org/pub/security/%{name}_%{version}.tar.bz2
Patch0:		tcpw7.2-config.patch
Patch1:		tcpw7.2-setenv.patch
Patch2:		tcpw7.6-netgroup.patch
Patch3:		tcp_wrappers-7.6-bug11881.patch
Patch4:		tcp_wrappers-7.6-bug17795.patch
Patch5:		tcp_wrappers-7.6-bug17847.patch
Patch6:		tcp_wrappers-7.6-fixgethostbyname.patch
Patch7:		tcp_wrappers-7.6-docu.patch
Patch9:		tcp_wrappers.usagi-ipv6.patch
Patch10:	tcp_wrappers.ume-ipv6.patch
Patch11:	tcp_wrappers-7.6-shared.patch
Patch12:	tcp_wrappers-7.6-sig.patch
Patch13:	tcp_wrappers-7.6-strerror.patch
Patch14:	tcp_wrappers-7.6-ldflags.patch
Patch15:	tcp_wrappers-7.6-fix_sig-bug141110.patch
Patch16:	tcp_wrappers-7.6-162412.patch
Patch17:	tcp_wrappers-7.6-220015.patch
Patch18:	tcp_wrappers-7.6-restore_sigalarm.patch
Patch19:	tcp_wrappers-7.6-siglongjmp.patch
Patch20:	tcp_wrappers-7.6-sigchld.patch
Patch21:	tcp_wrappers-7.6-196326.patch
Patch22:	tcp_wrappers_7.6-249430.patch
Patch100:	tcp_wrappers-bug41864.diff
BuildConflicts:	%{name}-devel
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The tcp_wrappers package provides small daemon programs which can
monitor and filter incoming requests for systat, finger, FTP, telnet,
rlogin, rsh, exec, tftp, talk and other network services.

Install the tcp_wrappers program if you need a security tool for
filtering incoming network services requests.

This version also supports IPv6.

%package -n	%{libname}
Summary:	A security library which acts as a wrapper for TCP daemons
Group:          System/Libraries

%description -n	%{libname}
The tcp_wrappers package provides small daemon programs which can
monitor and filter incoming requests for systat, finger, ftp, telnet,
rlogin, rsh, exec, tftp, talk and other network services.

This package contains the shared tcp_wrappers library (libwrap).

%package -n	%{develname}
Summary:	A security library which acts as a wrapper for TCP daemons
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libwrap-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:       wrap-devel = %{version}-%{release}
Obsoletes:	%{name}-devel
Obsoletes:	%{mklibname wrap 0 -d}

%description -n	%{develname}
The tcp_wrappers package provides small daemon programs which can
monitor and filter incoming requests for systat, finger, ftp, telnet,
rlogin, rsh, exec, tftp, talk and other network services.

This package contains the static tcp_wrappers library (libwrap) and
its header files.

%prep

%setup -q -n %{name}_%{version}
%patch0 -p1 -b .config
%patch1 -p1 -b .setenv
%patch2 -p1 -b .netgroup
%patch3 -p1 -b .bug11881
%patch4 -p1 -b .bug17795
%patch5 -p1 -b .bug17847
%patch6 -p1 -b .fixgethostbyname
%patch7 -p1 -b .docu
%patch9 -p1 -b .usagi-ipv6
%patch10 -p1 -b .ume-ipv6
%patch11 -p1 -b .shared
%patch12 -p1 -b .sig
%patch13 -p1 -b .strerror
%patch14 -p1 -b .cflags
%patch15 -p1 -b .fix_sig
%patch16 -p1 -b .162412
%patch17 -p1 -b .220015
%patch18 -p1 -b .restore_sigalarm
%patch19 -p1 -b .siglongjmp
%patch20 -p1 -b .sigchld
%patch21 -p1 -b .196326
%patch22 -p1 -b .249430

%patch100 -p0 -b .bug41864

%build
%serverbuild
export CFLAGS="%{optflags} -fPIC"
%make RPM_OPT_FLAGS="$CFLAGS -fPIC -DPIC -D_REENTRANT -DHAVE_STRERROR" \
    LDFLAGS="%{ldflags} -pie" REAL_DAEMON_DIR=%{_sbindir} \
    MAJOR=%{LIB_MAJOR} MINOR=%{LIB_MINOR} REL=%{LIB_REL} linux

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_includedir}
install -d %{buildroot}/%{_lib}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man{3,5,8}

install -m644 hosts_access.3 %{buildroot}%{_mandir}/man3
install -m644 hosts_access.5 hosts_options.5 %{buildroot}%{_mandir}/man5
ln hosts_access.5 %{buildroot}%{_mandir}/man5/hosts.allow.5
ln hosts_access.5 %{buildroot}%{_mandir}/man5/hosts.deny.5
install -m644 tcpd.8 tcpdchk.8 tcpdmatch.8 %{buildroot}%{_mandir}/man8

install -m755 libwrap.so.%{LIB_MAJOR}.%{LIB_MINOR}.%{LIB_REL} %{buildroot}/%{_lib}/
ln -s libwrap.so.%{LIB_MAJOR}.%{LIB_MINOR}.%{LIB_REL} %{buildroot}/%{_lib}/libwrap.so.%{LIB_MAJOR}
ln -s /%{_lib}/libwrap.so.%{LIB_MAJOR}.%{LIB_MINOR}.%{LIB_REL} %{buildroot}%{_libdir}/libwrap.so

install -m644 libwrap.a %{buildroot}%{_libdir}
install -m644 tcpd.h %{buildroot}%{_includedir}

install -s -m755 safe_finger %{buildroot}%{_sbindir}
install -s -m755 tcpd %{buildroot}%{_sbindir}
install -s -m755 tcpdchk %{buildroot}%{_sbindir}
install -s -m755 tcpdmatch %{buildroot}%{_sbindir}
install -s -m755 try-from %{buildroot}%{_sbindir}

# (fg) 20000905 FIXME FIXME FIXME: setenv in libwrap.a is rather strange for
# one, so I remove it here - but will it break anything else?
#(peroyvind): do it with a patch in stead now
#ar d %{buildroot}%{_libdir}/libwrap.a setenv.o

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,755)
%doc BLURB CHANGES README* DISCLAIMER Banners.Makefile
%{_sbindir}/*
%{_mandir}/man*/*

%files -n %{libname}
%defattr(-,root,root)
%doc README
/%{_lib}/*.so.*

%files -n %{develname}
%defattr(-,root,root)
%doc DISCLAIMER
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 7.6-45
+ Revision: d1723ce
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19157 |14mr|tcsh-6.18.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %nil

Summary:	An enhanced version of csh, the C shell
Name:		tcsh
Version:	6.18.01
Release:	4
License:	BSD
Group:		Shells
URL:		http://www.tcsh.org/
Source0:	ftp://ftp.astron.com/pub/%{name}/%{name}-%{version}.tar.gz

Source1:	alias.csh
# patches from fedora
Patch1:		tcsh-6.15.00-closem.patch
Patch2:		tcsh-aarch64.patch
Patch12:	tcsh-6.15.00-tinfo.patch
Patch13:	tcsh-6.14.00-unprintable.patch
Patch14:	tcsh-6.15.00-hist-sub.patch

# our patches
Patch106:	tcsh-6.10.00-glibc_compat.patch
# handle new DIR_COLORS codes, fixes #40532, #48284 (partly merged)
Patch107:	tcsh-6.17.00-ls-colors-var.patch

BuildRequires:	pkgconfig(ncurses)
BuildRequires:	groff-for-man
Requires(post):	rpm-helper >= 0.7
Requires(postun):	rpm-helper >= 0.7
Provides:	csh = %{version}
Provides:	/bin/csh
Provides:	/bin/tcsh

%description
Tcsh is an enhanced but completely compatible version of csh, the C
shell. Tcsh is a command language interpreter which can be used both
as an interactive login shell and as a shell script command processor.
Tcsh includes a command line editor, programmable word completion,
spelling correction, a history mechanism, job control and a C language
like syntax.


%prep
%setup -q
%patch1 -p0
%patch2 -p1
%patch12 -p0
#patch13 -p1 -b .unprintable
%patch14 -p0

%patch106 -p0
%patch107 -p0

%build
%configure2_5x --bindir=/bin --without-hesiod
%make
nroff -me eight-bit.me > eight-bit.txt

%install
install -D tcsh %{buildroot}/bin/tcsh
install -D tcsh.man %{buildroot}%{_mandir}/man1/tcsh.1

ln -s tcsh.1 %{buildroot}%{_mandir}/man1/csh.1
ln -sf tcsh %{buildroot}/bin/csh

install -D %{SOURCE1} %{buildroot}/etc/profile.d/$(basename %{SOURCE1})

%post
%_add_shell_helper %{name} $1 /bin/csh
%_add_shell_helper %{name} $1 /bin/tcsh

%postun
%_del_shell_helper %{name} $1 /bin/csh
%_del_shell_helper %{name} $1 /bin/tcsh

%files
%defattr(644,root,root,755)
%doc NewThings FAQ Fixes eight-bit.txt complete.tcsh
%doc Ported README* WishList Y2K
%config(noreplace) %{_sysconfdir}/profile.d/*
%attr(755,root,root) /bin/*
%{_mandir}/*/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.18.01-4
+ Revision: f7a5bef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19158 |14mr|tdb-1.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   1
%define libname %mklibname tdb %{major}
%define devname %mklibname -d tdb
%define beta %nil

# beta releases are taken from the samba4 tarball using
# mkdir -p tdb-1.2.11/lib
# cp -a buildtools lib/tdb/* tdb-1.2.11/
# cp -a lib/replace tdb-1.2.11/lib/
# tar cf tdb-1.2.11.tar tdb-1.2.11

%define check_sig() export GNUPGHOME=%{_tmppath}/rpm-gpghome \
if [ -d "$GNUPGHOME" ] \
then echo "Error, GNUPGHOME $GNUPGHOME exists, remove it and try again"; exit 1 \
fi \
install -d -m700 $GNUPGHOME \
gpg --import %{1} \
gpg --trust-model always --verify %{2} \
rm -Rf $GNUPGHOME \


Name:           tdb
Version:        1.3.0
# We shipped it in samba3 versioned with the samba3 version
Epoch:          1
%if "%beta" != ""
Release:	0.%beta.1
%else
Release:        4
Source1:        http://talloc.samba.org/ftp/tdb/tdb-%{version}.tar.asc
Source2:        samba-pubkey.asc
%endif
Group:          System/Libraries
License:        GPLv2
URL:            http://tdb.samba.org/
Summary:        Library implementing Samba's embedded database
Source0:        http://talloc.samba.org/ftp/tdb/tdb-%{version}.tar.gz
Patch0:		0001-tdb-include-include-stdbool.h-in-tdb.h.patch
BuildRequires:  python-devel xsltproc docbook-style-xsl

%track
prog %name = {
	url = http://talloc.samba.org/ftp/tdb/
	regex = %name-(__VER__)\.tar\.gz
	version = %version
}

%description
Library implementing Samba's embedded database and utilities for backing up,
restoring and manipulating the database.

%package -n     %{libname}
Group:          System/Libraries
Summary:        Library implementing Samba's embedded database

%description -n %{libname}
Library implementing Samba's embedded database

%package -n     tdb-utils
Group:          Databases
Summary:        Tools for backing up, restoring, and manipulating Samba's embedded database
Conflicts:      samba-server < 3.3.2-2

%description -n tdb-utils
Tools for backing up, restoring, and manipulating Samba's embedded database

%package -n     %{devname}
Group:          Development/C
Summary:        Library implementing Samba's embedded database
Provides:       tdb-devel = %{EVRD}
Requires:       %{libname} = %{EVRD}
# because /usr/include/tdb.h was moved from libsmbclient0-devel to libname-devel
Conflicts:      %{mklibname smbclient 0 -d} < 3.2.6-3

%description -n %{devname}
Library implementing Samba's embedded database

%package -n     python-tdb
Group:          Development/Python
Summary:        Python bindings to Samba's tdb embedded database

%description -n python-tdb
Pyhton bindings to Samba's tdb embedded database

%prep
%if "%beta" == ""
#Try and validate signatures on source:
VERIFYSOURCE=%{SOURCE0}
VERIFYSOURCE=${VERIFYSOURCE%%.gz}
gzip -dc %{SOURCE0} > $VERIFYSOURCE

#check_sig %{SOURCE2} %{SOURCE1} $VERIFYSOURCE

rm -f $VERIFYSOURCE
%endif

%setup -q
%apply_patches

%build
export PYTHONDIR=%{py_platsitedir}
%configure2_5x	--disable-rpath
%make

%install
%makeinstall_std
chmod 755 %{buildroot}%{_libdir}/libtdb.so.%{major}* %{buildroot}%{py_platsitedir}/tdb.so

%files -n %{libname}
%{_libdir}/libtdb.so.%{major}*

%files -n %{devname}
%{_libdir}/libtdb.so
#{_libdir}/libname.a
%{_includedir}/tdb.h
%{_libdir}/pkgconfig/tdb.pc

%files -n tdb-utils
%{_bindir}/tdb*
%{_mandir}/man8/tdb*.8*

%files -n python-tdb
%{py_platsitedir}/tdb.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.3.0-4
+ Revision: db5a5e0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19159 |14mr|teckit-2.5.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname teckit %{major}
%define libname_d %mklibname teckit -d
%define libname_d_s %mklibname teckit -d -s

Name:		teckit
Version:	2.5.1
Release:	7
Epoch:		0
Summary:	Conversion library and mapping compiler
License:	LGPL
Group:		System/Libraries
URL:		http://scripts.sil.org/teckit
Source0:	http://scripts.sil.org/svn-view/teckit/TAGS/TECkit_2_5_1.tar.gz
Patch0:		TECkit-2.5.1-gcc44.patch
BuildRequires:	chrpath
BuildRequires:	expat-devel
BuildRequires:	zlib-devel

%description 
TECkit is a low-level toolkit intended to be used by other
applications that need to perform encoding conversions (e.g., when
importing legacy data into a Unicode-based application). The
primary component of the TECkit package is therefore a library that
performs conversions; this is the "TECkit engine". The engine
relies on mapping tables in a specific binary format (for which
documentation is available); there is a compiler that creates such
tables from a human-readable mapping description (a simple text file).

%package -n %{libname}
Summary:	Conversion library and mapping compiler
Group:		System/Libraries

%description -n %{libname}
TECkit is a low-level toolkit intended to be used by other
applications that need to perform encoding conversions (e.g., when
importing legacy data into a Unicode-based application). The
primary component of the TECkit package is therefore a library that
performs conversions; this is the "TECkit engine". The engine
relies on mapping tables in a specific binary format (for which
documentation is available); there is a compiler that creates such
tables from a human-readable mapping description (a simple text file).

%package -n %{libname_d}
Summary:	Development files for teckit
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{libname_d}
Development files for teckit.

%package -n %{libname_d_s} 
Summary:	Static Library for developing applications with %{name}
Group:		Development/C
Requires:	%{libname_d} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{libname_d_s}
Static library for teckit.

%prep
%setup -q -n TECkit_2_5_1
%__chmod 0755 ./configure
%__rm -r zlib*
%patch0 -p0 -b .gcc44

%build
%configure2_5x
%make

%install
%makeinstall_std

%{_bindir}/chrpath -d %{buildroot}%{_bindir}/sfconv
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/teckit_compile
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/txtconv

%check
%{make} check

%files
%{_bindir}/sfconv
%{_bindir}/teckit_compile
%{_bindir}/txtconv

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%{_libdir}/libTECkit.so.*
%{_libdir}/libTECkit_Compiler.so.*

%files -n %{libname_d}
%doc docs/*.pdf
%dir %{_includedir}/teckit/
%{_includedir}/teckit/TECkit_Common.h
%{_includedir}/teckit/TECkit_Compiler.h
%{_includedir}/teckit/TECkit_Engine.h
%{_libdir}/libTECkit.so
%{_libdir}/libTECkit_Compiler.so

%files -n %{libname_d_s}
%{_libdir}/libTECkit.a
%{_libdir}/libTECkit_Compiler.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:2.5.1-7
+ Revision: 5ef29fd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19160 |14mr|telepathy-farstream-0.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		3
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname -d %{name}

Summary:	Stream Engine to handle media streaming channels
Name:		telepathy-farstream
Version:	0.6.1
Release:	1
License:	LGPLv2+
Group:		Networking/Instant messaging
Url:		http://telepathy.freedesktop.org/wiki/
Source0:	http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(farstream-0.2)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(telepathy-glib) >= 0.13.4
BuildRequires:	gobject-introspection-devel

Provides:       %{name}-python = %{version}
Obsoletes:      %{name}-python < 0.6.0

%description
Stream Engine is a Telepathy client that uses Farsight and GStreamer
to handle media streaming channels. It's used as a background process
by other Telepathy clients, rather than presenting any user interface
of its own.

Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for
applications.

%package -n %{libname}
Group:		System/Libraries
Summary:	Stream Engine to handle media streaming channels

%description -n %{libname}
Stream Engine is a Telepathy client that uses Farsight and GStreamer
to handle media streaming channels. It's used as a background process
by other Telepathy clients, rather than presenting any user interface
of its own.

Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for
applications.

%package -n %{develname}
Group:		Development/C
Summary:	Stream Engine to handle media streaming channels
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the development library and header files
for %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%{_libdir}/libtelepathy-farstream.so.%{major}*
%{_libdir}/girepository-1.0/TelepathyFarstream-0.6.typelib

%files -n %{develname}
%doc ChangeLog
%{_libdir}/libtelepathy-farstream.so
%{_includedir}/telepathy-1.0/%{name}
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gtk-doc/html/%{name}
%{_datadir}/gir-1.0/TelepathyFarstream-0.6.gir

%changelog
* Thu Jul 03 2014 Tigro <ashejn@gmail.com> 0.6.1-1
+ Revision: d38f4de
- update to 0.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19161 |14mr|telepathy-filesystem-0.0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           telepathy-filesystem
Version:        0.0.1
Release:        8
Summary:        Telepathy filesystem layout

Group:          System/Base
License:        Public Domain
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch:      noarch
Requires:       filesystem

%description
This package provides some directories which are required by other
packages which comprise the Telepathy release.  

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/telepathy/managers

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%dir %{_datadir}/telepathy
%dir %{_datadir}/telepathy/managers




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.1-8
+ Revision: 0b6e7d1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19162 |14mr|telepathy-gabble-0.18.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           telepathy-gabble
Version:        0.18.2
Release:        1
Summary:        A Jabber/XMPP connection manager
Group:          Networking/Instant messaging
License:        LGPLv2+
URL:            http://telepathy.freedesktop.org/wiki/
Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(dbus-1) >= 1.1.0
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.82
BuildRequires:	pkgconfig(gio-2.0) >= 2.26
BuildRequires:	pkgconfig(glib-2.0) >= 2.24
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:  pkgconfig(openssl)
BuildRequires:	pkgconfig(gobject-2.0) >= 2.24
BuildRequires:	pkgconfig(gthread-2.0) >= 2.24
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(nice) >= 0.0.11
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(telepathy-glib) >= 0.17.2
#BuildRequires:	pkgconfig(telepathy-yell)
BuildRequires:  libxslt-proc
BuildRequires:  python-devel
Requires:	telepathy-filesystem

%description
A Jabber/XMPP connection manager, that handles single and multi-user
chats and voice calls.

%files
%doc NEWS README AUTHORS
%{_bindir}/telepathy-gabble-xmpp-console
%{_datadir}/dbus-1/services/*.service
%{_datadir}/telepathy/managers/*.manager
%{_libdir}/telepathy-gabble
%{_libdir}/telepathy/gabble-0
%{_mandir}/man*/*.*

#--------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# don't ship .la
find %buildroot -name '*.la' | xargs rm -f

%changelog
* Wed Jul 02 2014 Tigro <ashejn@gmail.com> 0.18.2-1
+ Revision: 3eec678
- update to 0.18.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19163 |14mr|telepathy-glib-0.24.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 0.12
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Summary:	A glib utility library for the telepathy framework
Name:		telepathy-glib
Version:	0.24.0
Release:	2
Group:		Networking/Instant messaging
License:	LGPLv2+
URL:		http://telepathy.freedesktop.org/wiki/
Source0:	http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
Patch0:		telepathy-glib-0.11.11-missing-file.patch

BuildRequires:	gtk-doc
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	vala-devel >= 0.12
BuildRequires:	vala-tools

%description
%{name} is a glib utility library for the telepathy framework.

%package -n %{libname}
Summary:	A glib utility library for the telepathy framework
Group:		System/Libraries
Requires:	telepathy-filesystem
%rename		%{name}

%description -n %{libname}
%name is a glib utility library for the telepathy framework.

%package -n %{devname}
Summary:	A glib utility library for the telepathy framework
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
%{name} is a glib utility library for the telepathy framework.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x \
	--enable-vala-bindings \
	--disable-static

%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%files -n %{libname}
%{_libdir}/libtelepathy-glib.so.%{major}*
%{_libdir}/girepository-1.0/TelepathyGLib-%{api}.typelib

%files -n %{devname}
%{_libdir}/libtelepathy-glib.so
%{_datadir}/gir-1.0/TelepathyGLib-%{api}.gir
%dir %{_includedir}/telepathy-1.0/
%dir %{_includedir}/telepathy-1.0/telepathy-glib/
%dir %{_includedir}/telepathy-1.0/telepathy-glib/_gen
%{_includedir}/telepathy-1.0/telepathy-glib/*.h
%{_includedir}/telepathy-1.0/telepathy-glib/_gen/*.h
%{_datadir}/gtk-doc/html/telepathy-glib/
%{_libdir}/pkgconfig/telepathy-glib.pc
%{_datadir}/vala/vapi/telepathy-glib.deps
%{_datadir}/vala/vapi/telepathy-glib.vapi

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.24.0-2
+ Revision: 7f9519c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19164 |14mr|telepathy-haze-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           telepathy-haze
Version:        0.8.0
Release:        1
Summary:        A multiprotocol connection manager based on pidgin

Group:          Networking/Instant messaging
License:        GPLv2+
URL:            http://telepathy.freedesktop.org/wiki/
Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
Patch0:		telepathy-automake-1.13.patch

BuildRequires:  telepathy-glib-devel >= 0.9.2
BuildRequires:  pkgconfig(purple) >= 2.6
BuildRequires:  xsltproc
Requires:       telepathy-filesystem
Suggests:	pidgin-plugins

%description
This connection manager allows you to use libpurple, pidgin backend, with 
telepathy, allowing you to access to numerous instant messaging network with
telepathy enabled software, such as empathy.

%files
%defattr(-,root,root,-)
%doc AUTHORS NEWS
%{_datadir}/dbus-1/services/*.service
#%{_datadir}/telepathy/managers/*.manager
%{_libdir}/%{name}
%{_mandir}/man*/*.xz

#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches

aclocal
autoheader
automake -a
autoconf

%build
%configure 
%make


%install
%makeinstall_std


%changelog
* Thu Jul 03 2014 Tigro <ashejn@gmail.com> 0.8.0-1
+ Revision: b475dd8
- update to 0.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19165 |14mr|telepathy-idle-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		telepathy-idle
Version:	0.2.0
Release:	1
Summary:	A Telepathy connection manager implementation for the IRC protocol

Group:		Networking/Instant messaging
License:	LGPLv2
URL:		http://telepathy.freedesktop.org/wiki/
Source0:	http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	glib2-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(openssl)

BuildRequires:	pkgconfig(telepathy-glib)
BuildRequires:	pkgconfig(libxslt) libxslt-proc
BuildRequires:	python-pyxml
Requires:	telepathy-filesystem
Requires:	telepathy-glib

%description
A Telepathy connection manager implementation for the IRC protocol.

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.idle.service
%{_datadir}/telepathy/managers/idle.manager
%{_libdir}/telepathy-idle
%{_mandir}/man8/telepathy-idle.8*

%changelog
* Thu Jul 03 2014 Tigro <ashejn@gmail.com> 0.2.0-1
+ Revision: b691b4c
- update to 0.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19166 |14mr|telepathy-logger-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define api 0.2
%define libname %mklibname %{name} %{major}
%define girname %mklibname %{name}-gir %{api}
%define develname %mklibname -d %{name}

Name:		telepathy-logger
Version:	0.8.0
Release:   	2
Summary:   	A logger for the telepathy framework
Group:     	Networking/Instant messaging
License:	LGPLv2+
URL:       	http://telepathy.freedesktop.org/wiki/
Source0:   	http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.bz2

BuildRequires:	glib2.0-common
BuildRequires:	intltool
BuildRequires:	libxslt-proc
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(farstream-0.1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gst-python-0.10)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:  pkgconfig(telepathy-glib) >= 0.13.4

Requires:       telepathy-filesystem

%description
%{name} is a logger for the telepathy framework.

%package -n %{libname}
Group:		System/Libraries
Summary:	A logger library for the telepathy framework

%description -n %{libname}
This package contains the shared library for %{name}.

%package -n %{girname}
Summary:    GObject Introspection interface description for %{name}
Group:      System/Libraries
Requires:   %{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Group:		Development/C
Summary:	A logger library for the telepathy framework
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the development library and header files for 
%{name}.

%prep
%setup -q

%build
%configure2_5x \
	--enable-call \
	--disable-static

%make LIBS='-lgmodule-2.0'

%install
rm -rf %{buildroot}
%makeinstall_std
find %{buildroot} -name "*.la" -delete

%files
%{_libexecdir}/%{name}
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Logger.service
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Logger.service
%{_datadir}/telepathy/clients/Logger.client
%{_datadir}/glib-2.0/schemas/org.freedesktop.Telepathy.Logger.gschema.xml

%files -n %{libname}
%{_libdir}/libtelepathy-logger.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/TelepathyLogger-%{api}.typelib

%files -n %{develname}
%{_libdir}/libtelepathy-logger.so
%{_includedir}/%{name}-%{api}
%{_datadir}/gtk-doc/html/telepathy-logger/
%{_libdir}/pkgconfig/telepathy-logger-%{api}.pc
%{_datadir}/gir-1.0/TelepathyLogger-%{api}.gir


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.0-2
+ Revision: e3fef50
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19167 |14mr|telepathy-mission-control-5.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname mission-control-plugins %major
%define develname %mklibname -d mission-control-plugins

Name:           telepathy-mission-control
Version:        5.16.2
Release:        1
Summary:        Telepathy component managing connection managers
Group:          Networking/Instant messaging
License:        LGPLv2+
URL:            http://mission-control.sourceforge.net/
Source0:        http://telepathy.freedesktop.org/releases/telepathy-mission-control/%{name}-%{version}.tar.gz

BuildRequires: chrpath
BuildRequires: glib2.0-common
BuildRequires: python
BuildRequires: xsltproc
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: pkgconfig(telepathy-glib) => 0.17.5

Requires:      telepathy-filesystem

%description
Mission Control, or MC, is a Telepathy component providing a way for "end-user"
applications to abstract some of the details of connection managers, to provide
a simple way to manipulate a bunch of connection managers at once, and to
remove the need to have in each program the account definitions
and credentials.

%package -n %{libname}
Summary: Run time library for telepathy-mission-control
Group:   System/Libraries
Obsoletes: %{_lib}missioncontrol5.4.0 < 5.6.0

%description -n %{libname}
Run time library for telepathy-mission-control

%package -n %{develname}
Summary: Development library for telepathy-mission-control
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}missioncontrol-devel < 5.6.0

%description -n %{develname}
Development library for telepathy-mission-control

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-gnome-keyring=yes \
	--disable-static

%make

%install
%makeinstall_std

%files
%doc AUTHORS 
%{_bindir}/*
%{_datadir}/glib-2.0/schemas/im.telepathy.MissionControl.FromEmpathy.gschema.xml
%{_datadir}/dbus-1/services/*.service
%{_libexecdir}/mission-control-5
%{_mandir}/man1/*
%{_mandir}/man8/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_datadir}/gtk-doc/html/
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*pc

%changelog
* Thu Jul 03 2014 Tigro <ashejn@gmail.com> 5.16.2-1
+ Revision: 834c13b
- update to 5.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19168 |14mr|telepathy-qt4-0.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define oname telepathy-qt

Summary:	Base classes for use in connection managers, and proxy classes
Name:		telepathy-qt4
Version:	0.9.4
Release:	1
License:	LGPLv2.1+
Group:		Networking/Instant messaging
Url:		http://telepathy.freedesktop.org/wiki/Telepathy-Qt4
Source0:	http://telepathy.freedesktop.org/releases/%{oname}/%{oname}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	libxml2-utils
BuildRequires:	python-dbus
BuildRequires:	qt4-assistant
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(telepathy-farstream)
BuildRequires:	pkgconfig(farstream-0.1)
BuildRequires:	pkgconfig(telepathy-glib)
BuildRequires:	pkgconfig(gstreamer-interfaces-0.10)

%description
Qt4 libraries for use in Telepathy clients and connection managers

#--------------------------------------------------------------------

%define libtelepathy_qt4_farstream_major 2
%define libtelepathy_qt4_farstream %mklibname telepathy-qt4-farstream %{libtelepathy_qt4_farstream_major}

%package -n %{libtelepathy_qt4_farstream}
Summary:	Core Decibel library
Group:		System/Libraries

%description -n %{libtelepathy_qt4_farstream}
Core Decibel library.

%files -n %{libtelepathy_qt4_farstream}
%{_libdir}/libtelepathy-qt4-farstream.so.%{libtelepathy_qt4_farstream_major}*

#--------------------------------------------------------------------

%define libtelepathy_qt4_major 2
%define libtelepathy_qt4 %mklibname telepathy-qt4_ %{libtelepathy_qt4_major}

%package -n %{libtelepathy_qt4}
Summary:	Core Decibel library
Group:		System/Libraries

%description -n %{libtelepathy_qt4}
Core Decibel library.

%files -n %{libtelepathy_qt4}
%{_libdir}/libtelepathy-qt4.so.%{libtelepathy_qt4_major}*

#--------------------------------------------------------------------

%package devel
Summary:	%{name} development files
Group:		Development/Other
Provides:	libtelepathy-qt-devel = %{EVRD}
Requires:	%{libtelepathy_qt4} = %{EVRD}
Requires:	%{libtelepathy_qt4_farstream} = %{EVRD}

%description devel
Telepathy-qt development files.

%files devel
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/*.so
%{_libdir}/cmake/TelepathyQt4
%{_libdir}/cmake/TelepathyQt4Farstream

#--------------------------------------------------------------------
%prep
%setup -q -n %{oname}-%{version}

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build


%changelog
* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.4-1
+ Revision: 12d8962
- New version 0.9.4, drop no longer needed patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19169 |14mr|telepathy-salut-0.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libdev %mklibname %name -d

Name:           telepathy-salut
Version:        0.8.1
Release:        2
Summary:        Connection manager implementing link-local messaging for XMPP

Group:          Networking/Instant messaging
License:        LGPLv2+
URL:            http://telepathy.freedesktop.org/wiki/
Source0:        http://telepathy.freedesktop.org/releases/%name/%{name}-%version.tar.gz

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	avahi-gobject-devel
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	pkgconfig(telepathy-glib)
BuildRequires:	python
BuildRequires:	python-twisted
BuildRequires:	avahi-python
BuildRequires:	gtk-doc
BuildRequires:	libsoup-devel
BuildRequires:	pkgconfig(uuid)
BuildRequires:	python-xmldiff
BuildRequires:	pkgconfig(gnutls)
Requires:	telepathy-filesystem

%description
telepathy-salut is a connection manager implementing link-local
messaging for XMPP

http://www.xmpp.org/extensions/xep-0174.html

%files -n %name
%doc docs/clique.xml NEWS README 
#%{_libdir}/telepathy/salut-*/lib/*plugins
%{_libdir}/telepathy/salut-*/*/libsalut-plugins-%version.so
%{_libdir}/telepathy/salut-*/*/libwocky-telepathy-salut-%version.so
%{_libexecdir}/telepathy-salut
%{_mandir}/man8/telepathy-salut.8.*
%{_datadir}/dbus-1/services/*.service
%{_datadir}/telepathy/managers/salut.manager

#--------------------------------------------------------------------

%package -n %libdev
Summary:    Header files, libraries and development documentation for %{name}
Group:      Development/C
Requires:   %{name} = %version
Provides:   %{name}-devel = %version-%release

Conflicts:  %name  < 0.8.0-2

%description -n %libdev
This package contains the header files, static libraries and development
documentation for %{name}.
If you like to develop programs using %{name},
you will need to install %{name}-devel.

%files -n %libdev
%_libdir/telepathy/salut-0/lib/libsalut-plugins.so
%_libdir/telepathy/salut-0/lib/libwocky.so

#--------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --enable-gtk-doc --enable-olpc --disable-static
%make

%install
%makeinstall_std

rm -f %buildroot%_datadir/%name
rm -f %buildroot%_libdir/telepathy/salut-0/lib/*.la

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.1-2
+ Revision: b016a83
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19170 |14mr|termcap-11.0.1-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	termcap
%define	version	11.0.1

Summary:	The terminal feature database used by certain applications
Name:		%{name}
Version:	%{version}
Release:	23
License:	none
Group:		System/Libraries
URL:		http://www.catb.org/~esr/terminfo/
Source0:	http://www.ccil.org/~esr/terminfo/termtypes.tc.bz2
Patch0:		termcap-linuxlat.patch
Patch1:		termcap-xtermchanges.patch
Patch2:		termcap-utf8.patch
# (fc) 11.0.1-4mdk patch to correctly handle Home/End with X11R6 keycode
Patch3:		termcap-xtermX11R6.patch
# (vdanen) 11.0.1-6mdk patch so Eterm is seen as a color-capable term
Patch4:		termcap-Eterm.patch
# (shikamaru) 11.0.1-17mdv add urxvt as well
Patch5:		termcap-urxvt.patch

%ifarch sparc
Obsoletes:	termfiles_sparc
Provides:	termfiles_sparc
%endif
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The termcap package provides the /etc/termcap file.  /etc/termcap is
a database which defines the capabilities of various terminals and
terminal emulators.  Certain programs use the /etc/termcap file to
access various features of terminals (the bell, colors, and graphics,
etc.).

%prep
%setup -q -T -c %{name}-%{version}
bzcat %{SOURCE0} > %{name}
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p0

%build

%install
rm -rf %{buildroot}
install -m644 %{name} -D %{buildroot}%{_sysconfdir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/%{name}





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 11.0.1-23
+ Revision: 0b2cf5f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19171 |14mr|tesseract-3.02.03-0.svn866.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define langdata() \
%package %{1}\
Group:		Graphics \
Summary:        %{3}%{?4: (%4)} language data for Tesseract \
Requires:       tesseract >= 3.00 \
Requires:       locales-%{2} \
Provides:       tesseract-language \
%description %{1} \
Tesseract data files required to recognize %{?4:%4 }%{3} text. \
%files %{1} \
%{_datadir}/tessdata/%{1}.* \
%{nil}

%define major %(echo %version |cut -d. -f1-2)

Summary:	A high-performance OCR engine
Name:		tesseract
Version:	3.02.03
Release:	0.svn866.4
License:	ASL 2.0
Group:		Graphics
Url:		http://code.google.com/p/tesseract-ocr/
Source0:	http://tesseract-ocr.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.eng.tar.gz
Source2:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.ukr.tar.gz
Source3:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.tur.tar.gz
Source4:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.tha.tar.gz
Source5:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.tgl.tar.gz
Source6:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.tel.tar.gz
Source7:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.tam.tar.gz
Source8:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.swe.tar.gz
Source9:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.swa.tar.gz
Source10:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.srp.tar.gz
Source11:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.sqi.tar.gz
Source12:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.spa_old.tar.gz
Source13:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.spa.tar.gz
Source14:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.slv.tar.gz
Source15:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.slk.tar.gz
Source16:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.ron.tar.gz
Source17:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.por.tar.gz
Source18:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.pol.tar.gz
Source19:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.nor.tar.gz
Source20:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.nld.tar.gz
Source21:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.msa.tar.gz
Source22:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.mlt.tar.gz
Source23:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.mkd.tar.gz
Source24:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.mal.tar.gz
Source25:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.lit.tar.gz
Source26:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.lav.tar.gz
Source27:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.kor.tar.gz
Source28:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.kan.tar.gz
Source29:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.ita_old.tar.gz
Source30:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.ita.tar.gz
Source31:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.isl.tar.gz
Source32:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.ind.tar.gz
Source33:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.chr.tar.gz
Source34:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.hun.tar.gz
Source35:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.hrv.tar.gz
Source36:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.hin.tar.gz
Source37:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.heb.tar.gz
Source38:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.glg.tar.gz
Source39:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.frm.tar.gz
Source40:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.frk.tar.gz
Source41:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.fra.tar.gz
Source42:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.fin.tar.gz
Source43:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.eus.tar.gz
Source44:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.est.tar.gz
Source45:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.equ.tar.gz
Source46:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.epo.tar.gz
Source47:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.epo_alt.tar.gz
Source48:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.enm.tar.gz
Source49:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.ell.tar.gz
Source50:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.deu.tar.gz
Source51:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.dan.tar.gz
Source52:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.ces.tar.gz
Source53:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.cat.tar.gz
Source54:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.bul.tar.gz
Source55:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.ben.tar.gz
Source56:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.bel.tar.gz
Source57:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.aze.tar.gz
Source58:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.ara.tar.gz
Source59:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.afr.tar.gz
Source60:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.jpn.tar.gz
Source61:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.chi_sim.tar.gz
Source62:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.chi_tra.tar.gz
Source63:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.grc.tar.gz
Source64:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.rus.tar.gz
Source65:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-%major.vie.tar.gz
# Not released with 3.02
Source66:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.01.osd.tar.gz
Source67:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.01.heb-com.tar.gz
Source68:	http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.01.slk-frak.tar.gz

Source100:	http://tesseract-ocr.googlecode.com/files/swe-frak.traineddata.gz
Patch2:		tesseract-3.02.02-strfmt.patch
BuildRequires:	tiff-devel
BuildRequires:	jpeg-devel
BuildRequires:	leptonica-devel
Requires:	tesseract-language >= 3.00

%description
The Tesseract OCR engine was one of the top 3 engines in the 1995 
UNLV Accuracy test. Since then it has had little work done on it, 
but it is probably one of the most accurate open source OCR engines 
available. The source code will read a binary, grey or color image 
and output text. 

%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README ReleaseNotes ChangeLog
%{_bindir}/*
%{_datadir}/tessdata
%exclude %_datadir/tessdata/*cube.*
%exclude %_datadir/tessdata/*.traineddata
%{_mandir}/man?/*

#-----------------------------------------------------------------

%define tesseract_major 3
%define libtesseract %mklibname tesseract %{tesseract_major}

%package -n %{libtesseract}
Summary:	%name support library
Group:		System/Libraries

%description -n %{libtesseract}
%name library.

%files -n %{libtesseract}
%defattr(-,root,root,-)
%_libdir/libtesseract*.so.%{tesseract_major}*

#-----------------------------------------------------------------

%package devel
Summary:	Development files from %name
Group:		Development/C++
Requires:	%{libtesseract} = %version-%release
Provides:	%{mklibname %name -d} = %version-%release
Obsoletes:	%{mklibname %name -d} < 2.04


%description devel
The Tesseract OCR engine was one of the top 3 engines in the 1995
UNLV Accuracy test. Since then it has had little work done on it,
but it is probably one of the most accurate open source OCR engines
available. The source code will read a binary, grey or color image
and output text. A tiff reader is built in that will read
uncompressed TIFF images, or libtiff can be added to read compressed
images.

%files devel
%defattr(-,root,root)
%{_includedir}/tesseract
%{_libdir}/*.so
%_libdir/pkgconfig/*.pc

#-----------------------------------------------------------------

%package osd
Group:          Graphics
Summary:        Orientation & script detection data pack for tesseract

%description osd
Data files required to recognize text orintation and scripts.

%files osd
%{_datadir}/tessdata/osd.*

#-----------------------------------------------------------------

%package heb-com
Group:          Graphics
Summary:        Hebrew (community) language data for Tesseract
Requires:       tesseract >= 3.00
Requires:	locales-he
Provides:       tesseract-language
%description heb-com
Tesseract data files required to recognize Hebrew community text.
%files heb-com
%{_datadir}/tessdata/heb-*
%doc tessdata/heb-.README

#-----------------------------------------------------------------

%langdata afr af Afrikaans
%langdata ara ar Arabic
%langdata aze az Azerbaijani
%langdata bel be Belarusian
%langdata ben bn Bengali
%langdata bul br Bulgarian
%langdata cat ca Catalan
%langdata ces cs Czech
%langdata chi_sim zh Chinese simplified
%langdata chi_tra zh Chinese traditional
%langdata chr en Cherokee
%langdata dan-frak da Danish fraktur
%langdata dan da Danish
%langdata deu-frak de German fraktur
%langdata deu de German
%langdata ell el Greek
%langdata eng en English
%langdata enm en Middle English (1100-1500)
%langdata epo eo Esperanto
%langdata epo_alt eo Esperanto (alternative)
%langdata equ en Math/Equation
%langdata est et Estonian
%langdata eus eu Basque
%langdata fin fi Finnish
%langdata fra fr French
%langdata frk fr Frankish
%langdata frm fr Middle French (1400-1600)
%langdata glg gl Galician
%langdata grc el Ancient Greek
%langdata heb he Hebrew
%langdata hin hi Hindi
%langdata hrv hr Croatian
%langdata hun hu Hungarian
%langdata ind id Indonesian
%langdata isl is Icelandic
%langdata ita it Italian
%langdata ita_old it Old Italian
%langdata jpn ja Japanese
%langdata kan kn Kannada
%langdata kor ko Korean
%langdata lav lv Latvian
%langdata lit lt Lithuanian
%langdata mal ml Malayalam
%langdata mkd mk Macedonian
%langdata mlt mt Maltese
%langdata msa ms Malay
%langdata nld nl Dutch
%langdata nor no Norwegian
%langdata pol pl Polish
%langdata por pt Portuguese
%langdata ron ro Romanian
%langdata rus ru Russian
%langdata slk sk Slovakian
%langdata slk-frak sk Slovakian fraktur
%langdata slv sl Slovenian
%langdata spa es Spanish
%langdata spa_old es Old Spanish
%langdata sqi sq Albanian
%langdata srp st Serbian latin
%langdata swa sw Swahili
%langdata swe-frak sv Swedish fraktur
%langdata swe sv Swedish
%langdata tam ta Tamil
%langdata tel te Telugu
%langdata tgl en Tagalog
%langdata tha th Thai
%langdata tur tr Turkish
%langdata ukr uk Ukrainian
%langdata vie vi Vietnamese

%prep
%setup -q -b1 -b2 -b3 -b4 -b5 -b6 -b7 -b8 -b9 -b10 -b11 -b12 -b13 -b14 -b15 -b16 -b17 -b18 -b19 -b20 -b21 -b22 -b23 -b24 -b25 -b26 -b27 -b28 -b29 -b30 -b31 -b32 -b33 -b34 -b35 -b36 -b37 -b38 -b39 -b40 -b41 -b42 -b43 -b44 -b45 -b46 -b47 -b48 -b49 -b50 -b51 -b52 -b53 -b54 -b55 -b56 -b57 -b58 -b59 -b60 -b61 -b62 -b63 -b64 -b65 -b66 -b67 -b68
mv ../tesseract-ocr/tessdata/* ./tessdata/
rm -rf ../tesseract-ocr
%apply_patches

for archive in %SOURCE100; do
	filename=`echo $archive | sed -e 's|^.*/||;s|.gz$||'`
	if [ -e ./tessdata/$filename ]; then
		echo "FIXME: Check for duplicate: $filename"
		read
	else
		gzip -cd $archive > ./tessdata/$filename
	fi
done

%build
mkdir m4
./autogen.sh
%configure2_5x --disable-static
%make 

%install
%makeinstall_std

for file in tessdata/*cube.* tessdata/*.traineddata
do
install -m 644 -D $file %{buildroot}%{_datadir}/tessdata
done


%changelog
* Wed Jun 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.02.03-0.svn866.4
+ Revision: 9a9e043
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19172 |14mr|testdisk-6.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ver_e2fsprogs 1.42
%define ver_progsreiserfs 0.3.1-rc8
#define ver_ntfsprogs 2.0.0

Summary:	Tool to check and undelete partition
Name:		testdisk
Version:	6.14
Release:	3
License:	GPLv2+
Group:		System/Kernel and hardware
Source0:	http://www.cgsecurity.org/%{name}-%{version}.tar.bz2
Source1:	progsreiserfs-%ver_progsreiserfs.tar.bz2
Patch0:		progsreiserfs-journal.patch
# Upstream patch
Patch1:		photorec_611_exif_bound_checking_v2.patch
URL:		http://www.cgsecurity.org/wiki/TestDisk
BuildRequires:	pkgconfig(ncurses) >= 5.2
BuildRequires:	pkgconfig(ext2fs) >= %ver_e2fsprogs
BuildRequires:  pkgconfig(libntfs-3g)
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(uuid)

%package -n photorec
Summary:	Data recovery software
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}

%description
Tool to check and undelete partition. Works with the following
filesystems:
    * BeFS ( BeOS )
    * BSD disklabel ( FreeBSD/OpenBSD/NetBSD )
    * CramFS, Compressed File System
    * DOS/Windows FAT12, FAT16 and FAT32
    * HFS and HFS+, Hierarchical File System
    * JFS, IBM's Journaled File System
    * Linux Ext2 and Ext3
    * Linux Raid
          o RAID 1: mirroring
          o RAID 4: striped array with parity device
          o RAID 5: striped array with distributed parity information
          o RAID 6: striped array with distributed dual redundancy information 
    * Linux Swap (versions 1 and 2)
    * LVM and LVM2, Linux Logical Volume Manager
    * Mac partition map
    * Novell Storage Services NSS
    * NTFS ( Windows NT/2K/XP/2003/Vista )
    * ReiserFS 3.5, 3.6 and 4
    * Sun Solaris i386 disklabel
    * Unix File System UFS and UFS2 (Sun/BSD/...)
    * XFS, SGI's Journaled File System 

%description -n photorec
PhotoRec is file data recovery software designed to recover lost files
including video, documents and archives from Hard Disks and CDRom and lost
pictures (thus, its 'Photo Recovery' name) from digital camera memory.

PhotoRec ignores the filesystem and goes after the underlying data, so it
will still work even if your media's filesystem has been severely damaged
or re-formatted.

%package -n 	fidentify
Summary:	Data recovery software
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}

%description -n fidentify
Recover lost files from harddisk, digital camera and cdrom fidentify the file
type, the "extension", by using thr same database than PhotoRec.


%prep
%setup -q -a 1 -D -n %{name}-%{version}
%patch0
#%patch1 -p1 -b .exiv2

%build
(
cd progsreiserfs-%ver_progsreiserfs
%configure2_5x --disable-Werror
%make
)

%configure2_5x --with-reiserfs-lib=`pwd`/progsreiserfs-%ver_progsreiserfs/libreiserfs/.libs/ --with-reiserfs-includes=`pwd`/progsreiserfs-%ver_progsreiserfs/include/
%make

%install
%makeinstall_std 

rm -rf %{buildroot}/%_docdir

%files
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog INFO INSTALL NEWS README THANKS 
# doc/*.html
%attr(755,root,root) %{_bindir}/testdisk
%{_mandir}/man8/testdisk*

%files -n photorec
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog INFO INSTALL NEWS README THANKS
%attr(755,root,root) %{_bindir}/photorec
%{_mandir}/man8/photorec*


%files -n fidentify
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog INFO INSTALL NEWS README THANKS
%attr(755,root,root) %{_bindir}/fidentify
%{_mandir}/man8/fidentify*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.14-3
+ Revision: 17a8b82
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19173 |14mr|testng-5.11-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           testng
Version:        5.11
Release:        8
Summary:        Java-based testing framework

Group:          Development/Java
License:        ASL 2.0
URL:            http://testng.org/
Source0:        http://testng.org/%{name}-%{version}.zip
Source1:        http://repo2.maven.org/maven2/org/testng/testng/%{version}/testng-%{version}.pom
Patch0:         0001-Do-not-bundle-prebuilt-jar-s.patch
Patch1:         0001-Disable-DTDDoc-target.patch
Patch2:         0001-Port-to-QDoc-1.9.patch

BuildRequires:  ant
BuildRequires:  unzip
BuildRequires:  jpackage-utils
BuildRequires:  bsh
BuildRequires:  qdox
BuildRequires:  junit
BuildRequires:  jaxp_parser_impl
BuildRequires:  xml-commons-apis
BuildRequires:  java-1.7.0-openjdk-devel

Requires:       jpackage-utils

BuildArch:      noarch

%description
TestNG is a testing framework inspired from JUnit and NUnit but introducing
some new functionality, including flexible test configuration, and
distributed test running.  It is designed to cover unit tests as well as
functional, end-to-end, integration, etc.


%package javadoc
Summary:        API Documentation for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
JavaDoc documentation for %{name}


%prep
%setup -q
%patch0 -p1 -b .nobundle
%patch1 -p1 -b .dtddoc
%patch2 -p1 -b .qdoc19
sed -i 's|target="1.5"|target="1.7"|' build.xml

%build
find -name '*.jar' -delete
CLASSPATH=$(build-classpath bsh qdox junit) \
        ant dist-15 javadocs

# Convert CP/M line encoding to UNIX one
sed 's/\r//' <README >README.unix
touch -r README README.unix
mv README.unix README


%install
# Code
install -d %{buildroot}%{_javadir}
install -pm644 %{name}-%{version}-jdk15.jar \
        %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar \
        %{buildroot}%{_javadir}/%{name}.jar

# API documentation
install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a javadocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}

# Maven stuff
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 %{SOURCE1} \
        %{buildroot}/%{_datadir}/maven2/poms/JPP-%{name}.pom
%add_to_maven_depmap org.%{name} %{name} %{version} JPP %{name}


%files
%{_javadir}/*
%{_sysconfdir}/maven/fragments
%{_datadir}/maven2
%doc CHANGES.txt README LICENSE.txt

%files javadoc
%{_javadocdir}/*

%post
%update_maven_depmap

%postun
%update_maven_depmap

%changelog
* Wed Jul 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.11-8
+ Revision: 8a5920c
- Build with Java 7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19174 |14mr|tetex-latex-arab-3.11s-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name tetex-latex-arab
%define version 3.11s

Name:		%{name}
Summary:	Files for processing Arabic LaTeX documents
Version:	%{version}
Release:	9
Source:		ftp://ftp.informatik.uni-stuttgart.de/pub/arabtex/arab311.tar.bz2
License:	LPPL
Group:		Publishing
URL:		ftp://ftp.informatik.uni-stuttgart.de/pub/arabtex/arabtex.htm
Requires:	tetex >= 1.0.7
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
ArabTeX is a TeX macro package with associated Naskh fonts designed to generate
the Arabic writing from texts coded in an ASCII transliteration as well as in 
some other popular encodings for Arabic and Hebrew, e.g. ASMO 449, ISO 8859-6 
(ASMO 708), Arabic Windows encoding, and HED. It is compatible with Plain TeX, 
LaTeX, NFSS, and the EDMAC package. It also cooperates well with LaTeX 2e of 
June 1996 or later. There is some support for Persian, Urdu, Pashto, and 
Sindhi. Unicode Arabic and Hebrew support is present but not extensively 
tested.

The version 3.11d supports vowelized and non-vowelized Hebrew, and 
bidirectional line-breaking within insertions. The former limitation that an 
insertion must fit on the current line no more exists.

%prep
%setup -q -c

%install
rm -rf $RPM_BUILD_ROOT
mv doc/arabtex/txt/* .
rm -rf doc/arabtex/html
install -d -m 0755 %buildroot/%_datadir/texmf
cp -R fonts tex %buildroot/%_datadir/texmf

%post 
/usr/bin/env - /usr/bin/texhash 2> /dev/null
exit 0


%clean
rm -rf $RPM_BUILD_ROOT


%files 
%defattr(-,root,root,0755)
%_datadir/texmf/fonts/source/arabtex
%_datadir/texmf/fonts/tfm/arabtex
%_datadir/texmf/fonts/type1/arabtex
%_datadir/texmf/fonts/pk/arabtex
%_datadir/texmf/tex/latex/arabtex
%doc announce.txt arabtex.doc arabtex.faq arwindoc.tex changes.txt changes2.txt hebrew.305 kashmiri.tex lppl.txt malay.tex miktex.mai readme.305 readme.txt sindhi.tex tetex.txt uighur.tex



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.11s-9
+ Revision: 8381ac6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19175 |14mr|tevent-0.9.20-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define teventmajor	0
%define beta %nil
%define official 0

# Unofficial builds are extracted from the samba4 source tarball using
# cd samba-4.$VERSION
# mkdir -p tevent-%version/lib
# cp -a lib/tevent/* tevent-%version/
# cp -a lib/talloc tevent-%version/lib/
# cp -a lib/replace tevent-%version/lib/
# cp -a buildtools tevent-%version
# tar cf tevent-%version.tar tevent-%version

%define libtevent %mklibname tevent %teventmajor
%define teventdevel %mklibname -d tevent
%define check_sig() export GNUPGHOME=%{_tmppath}/rpm-gpghome \
if [ -d "$GNUPGHOME" ] \
then echo "Error, GNUPGHOME $GNUPGHOME exists, remove it and try again"; exit 1 \
fi \
install -d -m700 $GNUPGHOME \
gpg --import %{1} \
gpg --trust-model always --verify %{2} \
rm -Rf $GNUPGHOME \

Name: tevent
URL: http://tevent.samba.org/
License: GPLv3
Version: 0.9.20
# Shipped in samba4 without internal version:
Epoch: 1
%if "%beta" != ""
Release: 0.%beta.1
%else
Release: 7
%endif
Group: System/Libraries
Summary: Samba4's event management library
Source0: http://www.samba.org/ftp/tevent/tevent-%{version}.tar.gz
%if %official
Source1: http://www.samba.org/ftp/tevent/tevent-%{version}.tar.asc
Source2: samba-pubkey.asc
%endif
Patch1: samba4-fix-tevent-link-order.patch
BuildRequires: talloc-devel >= 2.0.6 python-talloc pkgconfig(pytalloc-util) >= 2.0.6

%track
prog %name = {
	url = http://www.samba.org/ftp/tevent/
	regex = %name-(__VER__)\.tar\.gz
	version = %version
}

%description
Tevent is an event system based on the talloc memory management library. It is
the core event system used in Samba. Tevent has support for many event types,
including timers, signals, and the classic file descriptor events. Tevent also
provide helpers to deal with asynchronous code providing the tevent_req (Tevent
Request) functions. 

%package -n %libtevent
Group: System/Libraries
Summary: Samba4's event management library

%description -n %libtevent
Samba4's event management library

%package -n %teventdevel
Group: Development/C
Summary: Development files for Samba4's event management library
Provides: tevent-devel = %{epoch}:%{version}-%{release}
Requires: %libtevent = %{epoch}:%{version}-%{release}

%description -n %teventdevel
Development files for Samba4's event management library

%package -n python-tevent
Group: Development/Python
Summary: Python module for Samba4's event management library

%description -n python-tevent
Python module for Samba4's event management library

%prep
%if %official
VERIFYSOURCE=%{SOURCE0}
VERIFYSOURCE=${VERIFYSOURCE%%.gz}
gzip -dc %{SOURCE0} > $VERIFYSOURCE

%check_sig %{SOURCE2} %{SOURCE1} $VERIFYSOURCE

rm -f $VERIFYSOURCE
%endif

%setup -q
#patch1 -p3 -b .linkorder

%build
export PYTHONDIR=%{py_platsitedir}
%setup_compile_flags
./configure --prefix=%{_prefix} --libdir=%{_libdir} --disable-rpath \
           --bundled-libraries=NONE \
           --builtin-libraries=replace

%make

%install
%makeinstall_std

%files -n %libtevent
%{_libdir}/libtevent.so.%{teventmajor}*

%files -n %teventdevel
%{_libdir}/libtevent.so
%{_includedir}/tevent.h
#%{_includedir}/tevent_internal.h
%{_libdir}/pkgconfig/tevent.pc

%files -n python-tevent
%{py_platsitedir}/_tevent.so
%{py_platsitedir}/tevent.py

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.9.20-7
+ Revision: 91ba66c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19176 |14mr|texi2html-5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprovfiles %{_datadir}/texi2html

Summary:	Highly customizable texinfo to HTML and other formats translator
Name:		texi2html
Version:	5.0
Release:	2
License:	GPLv2+
Group:		Publishing
Url:		http://www.nongnu.org/texi2html/
Source0:	http://download.savannah.nongnu.org/releases/texi2html/texi2html-%{version}.tar.bz2
BuildArch:	noarch

%description
The basic purpose of texi2html is to convert Texinfo documents into HTML,
and other formats. Configuration files written in perl provide fine degree
of control over the final output, allowing most every aspect of the final
output not specified in the Texinfo input file to be specified.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README TODO texi2html.init
%{_bindir}/texi2html
%{_datadir}/texinfo/html/texi2html.html
%{_datadir}/texinfo/init/*.init
%{_mandir}/man*/texi2html*
%{_infodir}/texi2html.info*
%dir %{_datadir}/texi2html
%{_datadir}/texi2html/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --build=%{_arch}-rosa-linux-gnu
%make

%install
%makeinstall_std

%find_lang %{name} %{name}_document %{name}.lang


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.0-2
+ Revision: f62394b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19177 |14mr|texinfo-5.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	bootstrap

# Maybe we should disable more perl() provides and exclude them from autoreq?
%define __noautoprov 'perl\\(Text.*'

Name:		texinfo
Version:	5.2
Release:	7
Summary:	Tools needed to create Texinfo format documentation files
License:	GPLv3+
Group:		Publishing
URL:		http://www.gnu.org/software/texinfo/
Source0:	ftp://ftp.gnu.org/pub/gnu/texinfo/%{name}-%{version}.tar.xz
Source2:	%{name}.rpmlintrc
Patch1:		texinfo-3.12h-fix.patch
Patch107:	texinfo-4.13-vikeys-segfault-fix.patch
# Local fixes submitted upstream
Patch200:	texinfo-4.13-mb_modeline.patch
# (anssi 01/2008) for make check:
%if !%{with bootstrap}
Requires:	texlive-collection-texinfo
BuildRequires:	texlive-collection-texinfo
%endif
BuildRequires:	ncurses-devel
BuildRequires:	help2man

%description
Texinfo is a documentation system that can produce both online information
and printed output from a single source file.  Normally, you'd have to
write two separate documents: one for online help or other online
information and the other for a typeset manual or other printed work.
Using Texinfo, you only need to write one source document.  Then when the
work needs revision, you only have to revise one source document.  The GNU
Project uses the Texinfo file format for most of its documentation.

Install texinfo if you want a documentation system for producing both
online and print documentation from the same source file and/or if you are
going to write documentation for the GNU Project.

%package -n	info
Summary:	A stand-alone TTY-based reader for GNU texinfo documentation
Group:		System/Base
Requires(pre):	coreutils
Requires(pre):	less 
Requires(pre):	grep
Requires:	less
Requires(pre):	xz
Requires:	xz
%rename		info-install

%description -n	info
The GNU project uses the texinfo file format for much of its
documentation. The info package provides a standalone TTY-based browser
program for viewing texinfo files.

You should install info, because GNU's texinfo documentation is a valuable
source of information about the software on your system.

%prep
%setup -q
%apply_patches

%build
%configure2_5x	--disable-rpath
%make 
%make -C util

%check
# all tests must pass
make check

%install
%makeinstall_std
mkdir -p %{buildroot}/sbin
mv %{buildroot}%{_bindir}/install-info %{buildroot}/sbin
touch %{buildroot}%{_infodir}/dir

%find_lang %{name} --all-name

%triggerin -n info -- %{_infodir}/*.info*, %{_infodir}/texinfo.*
if [ $1 -eq 1 -o $2 -eq 1 ]; then
    while [ -n "$3" ]; do
	if [ -f "$3" ]; then
	    LESSOPEN="|/usr/bin/lesspipe.sh %s" LESS_ADVANCED_PREPROCESSOR=1 less "$3" | grep -q -e INFO-DIR-SECTION && /sbin/install-info "$3" --dir=%{_infodir}/dir
	fi
	shift
    done
fi

%triggerun -n info -- %{_infodir}/*.info*, %{_infodir}/texinfo.*
if [ $2 -eq 0 ]; then
    while [ -n "$3" ]; do
	if [ -f "$3" ]; then
	    LESSOPEN="|/usr/bin/lesspipe.sh %s" LESS_ADVANCED_PREPROCESSOR=1 less "$3" | grep -q -e INFO-DIR-SECTION && /sbin/install-info "$3" --dir=%{_infodir}/dir --remove
	fi
	shift
    done
fi

%files -f %{name}.lang
%doc AUTHORS NEWS README TODO
%{_bindir}/makeinfo
%{_bindir}/pdftexi2dvi
%{_bindir}/pod2texi
%{_bindir}/texindex
%{_bindir}/texi2any
%{_bindir}/texi2dvi
%{_bindir}/texi2pdf
%{_infodir}/info-stnd.info*
%{_infodir}/texinfo*
%{_mandir}/man1/makeinfo.1*
%{_mandir}/man1/pdftexi2dvi.1*
%{_mandir}/man1/pod2texi.1*
%{_mandir}/man1/texi2any.1*
%{_mandir}/man1/texi2dvi.1*
%{_mandir}/man1/texi2pdf.1*
%{_mandir}/man1/texindex.1*
%{_mandir}/man5/texinfo.5*   
%{_datadir}/texinfo

%files -n info
%doc info/README
/sbin/install-info
%{_bindir}/info
%{_bindir}/infokey
%ghost %{_infodir}/dir
%{_infodir}/info.info*
%{_mandir}/man1/info.1*
%{_mandir}/man1/infokey.1*
%{_mandir}/man1/install-info.1*
%{_mandir}/man5/info.5*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.2-7
+ Revision: 9d86674
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19178 |14mr|texlive-12many-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/12many
# catalog-date 2008-10-03 01:00:01 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-12many
Version:	0.3
Release:	4
Summary:	Generalising mathematical index sets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/12many
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/12many.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/12many.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/12many.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
In the discrete branches of mathematics and the computer
sciences, it will only take some seconds before you're faced
with a set like {1,...,m}. Some people write $1\ldotp\ldotp m$,
others $\{j:1\leq j\leq m\}$, and that journal you're
submitting to might want something else entirely. The 12many
package provides an interface that makes changing from one to
another a one-line change.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/12many/12many.sty
%doc %{_texmfdistdir}/doc/latex/12many/12many.pdf
%doc %{_texmfdistdir}/doc/latex/12many/README
#- source
%doc %{_texmfdistdir}/source/latex/12many/12many.dtx
%doc %{_texmfdistdir}/source/latex/12many/12many.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-4
+ Revision: 6ddef78
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19179 |14mr|texlive-20131212-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _binary_payload			w9.gzdio
%define _source_payload			w9.gzdio

%define _texmf_enable_asymptote		0
%define _texmf_enable_biber		0
%define _texmf_enable_xindy		0
%define _texmf_with_system_dialog	1
%define _texmf_with_system_icu		1
%define _texmf_with_system_lcdf		0
%define _texmf_with_system_poppler	1
%define _texmf_with_system_psutils	1
%define _texmf_with_system_t1lib	1
%define _texmf_with_system_tex4ht	0
%define _texmf_with_system_teckit	0

%define enable_shared			1

%define historic			0

#-----------------------------------------------------------------------
Name:		texlive
Version:	20131212
Release:	8
Summary:	The TeX formatting system
Group:		Publishing
License:	http://www.tug.org/texlive/LICENSE.TL
URL:		http://tug.org/texlive/
%if %{historic}
Source0:	ftp://tug.org/historic/systems/texlive/2013/texlive-20130530-source.tar.xz
Source1:	ftp://tug.org/historic/systems/texlive/2013/texlive-20130530-source.tar.xz.sha256
%else
# svn co svn://tug.org/texlive/branches/branch2012/Build/source texlive-source
# tar Jcf texlive-20131212-source.tar.xz  --exclude .svn --transform 's/^texlive-source/texlive-20131212-source/'  texlive-source/
Source0:	texlive-20131212-source.tar.xz
# sha256sum texlive-20131212-source.tar.xz > texlive-20131212-source.tar.xz.sha256
Source1:	texlive-20131212-source.tar.xz.sha256
%endif
Source100:	%name.rpmlintrc
Obsoletes:	tetex-usrlocal < 3.0-1

#-----------------------------------------------------------------------
Requires:	ghostscript
%if %{_texmf_enable_asymptote}
Requires:	gv
Requires:	tkinter
%endif
%if %{_texmf_with_system_teckit}
Requires:	teckit
%endif

Requires:	texlive-scheme-full texlive-scheme-xml
Requires:	texlive-collection-latexextra
Requires(post):	texlive-tlpkg
BuildRequires:	texlive-tlpkg

#-----------------------------------------------------------------------
BuildRequires:	bison
%if %{_texmf_enable_xindy}
BuildRequires:	clisp
BuildRequires:	ffcall-devel
%endif
%if %{_texmf_enable_asymptote}
BuildRequires:	fftw-devel
BuildRequires:	flex
%endif
BuildRequires:	freetype-devel
BuildRequires:	fontconfig-devel
%if %{_texmf_enable_asymptote}
BuildRequires:	libgc-devel
BuildRequires:	libsigsegv-devel
BuildRequires:	ghostscript-dvipdf
BuildRequires:	gsl-devel
BuildRequires:	pkgconfig(gl)
%endif
BuildRequires:	gd-devel
%if %{_texmf_with_system_icu}
BuildRequires:	icu-devel >= 49
%endif
%if %{_texmf_with_system_poppler}
BuildRequires:	pkgconfig(poppler)
%endif
BuildRequires:	xaw-devel
%if !%{_texmf_with_system_dialog}
BuildRequires:	ncurses-devel
%endif
BuildRequires:	png-devel
%if %{_texmf_with_system_t1lib}
BuildRequires:	t1lib-devel
%endif
%if %{_texmf_with_system_teckit}
BuildRequires:	teckit-devel
%endif
%if %{_texmf_enable_xindy}
BuildRequires:	texlive
%endif
%if %{_texmf_enable_asymptote}
BuildRequires:	texinfo
%endif
BuildRequires:	zziplib-devel

#-----------------------------------------------------------------------
Patch0:		texlive-format.patch
Patch1:		texlive-asymptote.patch
Patch2:		texlive-xdvi.patch
# New definition only misses default location...
Patch3:		texlive-texmfcnf.patch

#-----------------------------------------------------------------------
%description
TeX Live is an easy way to get up and running with the TeX document
production system. It provides a comprehensive TeX system. It includes
all the major TeX-related programs, macro packages, and fonts that are
free software, including support for many languages around the world.

%files

%posttrans
    %{_sbindir}/texlive.post -

#-----------------------------------------------------------------------
%if %{enable_shared}
########################################################################
%define	kpathsea		%{mklibname kpathsea 6}

%package	-n %{kpathsea}
Summary:	Path searching library for TeX-related files
Group:		System/Libraries
Provides:	kpathsea = %{version}-%{release}

%description	-n %{kpathsea}
Kpathsea implements generic path searching, configuration,
and TeX-specific file searching.

%files -n %{kpathsea}
%{_libdir}/libkpathsea.so.*

#-----------------------------------------------------------------------
%define	kpathsea_devel		%{mklibname -d kpathsea}

%package	-n %{kpathsea_devel}
Summary:	Kpathsea development files
Group:		Development/C
Requires:	kpathsea = %{version}-%{release}
Provides:	kpathsea-devel = %{version}-%{release}

%description	-n %{kpathsea_devel}
Kpathsea implements generic path searching, configuration,
and TeX-specific file searching.
This package includes the kpathsea development files.

%files -n %{kpathsea_devel}
%{_includedir}/kpathsea
%{_libdir}/libkpathsea.so

#-----------------------------------------------------------------------
%define	ptexenc			%{mklibname ptexenc 1}

%package	-n %{ptexenc}
Summary:	Library for Japanese pTeX
Group:		System/Libraries
Provides:	ptexenc = %{version}-%{release}

%description	-n %{ptexenc}
ptexenc is a useful library for Japanese pTeX
(which stands for publishing TeX, and is an extension of
TeX by ASCII Co.) and its surrounding tools.

%files -n %{ptexenc}
%{_libdir}/libptexenc.so.*

#-----------------------------------------------------------------------
%define	ptexenc_devel		%{mklibname -d ptexenc}

%package	-n %{ptexenc_devel}
Summary:	Library for Japanese pTeX
Group:		Development/C
Requires:	ptexenc = %{version}-%{release}
Provides:	ptexenc-devel = %{version}-%{release}

%description	-n %{ptexenc_devel}
ptexenc is a useful library for Japanese pTeX
(which stands for publishing TeX, and is an extension of
TeX by ASCII Co.) and its surrounding tools.
This package includes the ptexenc development files.

%files -n %{ptexenc_devel}
%{_includedir}/ptexenc/
%{_libdir}/libptexenc.so
########################################################################
# enable_shared
%endif

#-----------------------------------------------------------------------
%package -n texlive-afm2pl.bin
Summary:	binary files of afm2pl
Conflicts:	texlive < 20110705-7

%description	-n texlive-afm2pl.bin
texlive afm2pl.bin package.

%files -n texlive-afm2pl.bin
%{_bindir}/afm2pl

#-----------------------------------------------------------------------
%package	-n texlive-aleph.bin
Summary:	binary files of aleph
Conflicts:	texlive < 20110705-7

%description	-n texlive-aleph.bin
texlive aleph.bin package.

%files -n texlive-aleph.bin
%{_bindir}/aleph
%{_bindir}/lamed

#-----------------------------------------------------------------------
%if %{_texmf_enable_biber}
%package	-n texlive-biber.bin
Summary:	binary files of biber
Conflicts:	texlive < 20110705-7

%description	-n texlive-biber.bin
texlive biber.bin package.

%files -n texlive-biber.bin
%{_bindir}/biber
%endif

#-----------------------------------------------------------------------
%package	-n texlive-bibtex.bin
Summary:	binary files of bibtex
Conflicts:	texlive < 20110705-7

%description	-n texlive-bibtex.bin
texlive bibtex.bin package.

%files -n texlive-bibtex.bin
%{_bindir}/bibtex

#-----------------------------------------------------------------------
%package	-n texlive-bibtex8.bin
Summary:	binary files of bibtex8
Conflicts:	texlive < 20110705-7

%description	-n texlive-bibtex8.bin
texlive bibtex8.bin package.

%files -n texlive-bibtex8.bin
%{_bindir}/bibtex8

#-----------------------------------------------------------------------
%package	-n texlive-bibtexu.bin
Summary:	binary files of bibtexu
Conflicts:	texlive < 20110705-7

%description	-n texlive-bibtexu.bin
texlive bibtexu.bin package.

%files -n texlive-bibtexu.bin
%{_bindir}/bibtexu

#-----------------------------------------------------------------------
%package	-n texlive-chktex.bin
Summary:	binary files of chktex
Conflicts:	texlive < 20110705-7

%description	-n texlive-chktex.bin
texlive chktex.bin package.

%files -n texlive-chktex.bin
%{_bindir}/chktex

#-----------------------------------------------------------------------
%package	-n texlive-cjkutils.bin
Summary:	binary files of cjkutils
Conflicts:	texlive < 20110705-7

%description	-n texlive-cjkutils.bin
texlive cjkutils.bin package.

%files -n texlive-cjkutils.bin
%{_bindir}/bg5+latex
%{_bindir}/bg5+pdflatex
%{_bindir}/bg5conv
%{_bindir}/bg5latex
%{_bindir}/bg5pdflatex
%{_bindir}/cef5conv
%{_bindir}/cef5latex
%{_bindir}/cef5pdflatex
%{_bindir}/cefconv
%{_bindir}/ceflatex
%{_bindir}/cefpdflatex
%{_bindir}/cefsconv
%{_bindir}/cefslatex
%{_bindir}/cefspdflatex
%{_bindir}/extconv
%{_bindir}/gbklatex
%{_bindir}/gbkpdflatex
%{_bindir}/hbf2gf
%{_bindir}/sjisconv
%{_bindir}/sjislatex
%{_bindir}/sjispdflatex

#-----------------------------------------------------------------------
%package	-n texlive-ctie.bin
Summary:	binary files of ctie
Conflicts:	texlive < 20110705-7

%description	-n texlive-ctie.bin
texlive ctie.bin package.

%files -n texlive-ctie.bin
%{_bindir}/ctie

#-----------------------------------------------------------------------
%package	-n texlive-cweb.bin
Summary:	binary files of cweb
Conflicts:	texlive < 20110705-7

%description	-n texlive-cweb.bin
texlive cweb.bin package.

%files -n texlive-cweb.bin
%{_bindir}/ctangle
%{_bindir}/cweave

#-----------------------------------------------------------------------
%package	-n texlive-detex.bin
Summary:	binary files of detex
Conflicts:	texlive < 20110705-7

%description	-n texlive-detex.bin
texlive detex.bin package.

%files -n texlive-detex.bin
%{_bindir}/detex

#-----------------------------------------------------------------------
%package	-n texlive-devnag.bin
Summary:	binary files of devnag
Conflicts:	texlive < 20110705-7

%description	-n texlive-devnag.bin
texlive devnag.bin package.

%files -n texlive-devnag.bin
%{_bindir}/devnag

#-----------------------------------------------------------------------
%package	-n texlive-dtl.bin
Summary:	binary files of dtl
Conflicts:	texlive < 20110705-7

%description	-n texlive-dtl.bin
texlive dtl.bin package.

%files -n texlive-dtl.bin
%{_bindir}/dt2dv
%{_bindir}/dv2dt

#-----------------------------------------------------------------------
%package	-n texlive-dvi2tty.bin
Summary:	binary files of dvi2tty
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvi2tty.bin
texlive dvi2tty.bin package.

%files -n texlive-dvi2tty.bin
%{_bindir}/disdvi
%{_bindir}/dvi2tty

#-----------------------------------------------------------------------
%package	-n texlive-dvicopy.bin
Summary:	binary files of dvicopy
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvicopy.bin
texlive dvicopy.bin package.

%files -n texlive-dvicopy.bin
%{_bindir}/dvicopy

#-----------------------------------------------------------------------
%package	-n texlive-dvidvi.bin
Summary:	binary files of dvidvi
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvidvi.bin
texlive dvidvi.bin package.

%files -n texlive-dvidvi.bin
%{_bindir}/dvidvi

#-----------------------------------------------------------------------
%package	-n texlive-dviljk.bin
Summary:	binary files of dviljk
Conflicts:	texlive < 20110705-7

%description	-n texlive-dviljk.bin
texlive dviljk.bin package.

%files -n texlive-dviljk.bin
%{_bindir}/dvihp
%{_bindir}/dvilj
%{_bindir}/dvilj2p
%{_bindir}/dvilj4
%{_bindir}/dvilj4l
%{_bindir}/dvilj6

#-----------------------------------------------------------------------
%package	-n texlive-dvipdfmx.bin
Summary:	binary files of dvipdfmx
Provides:	texlive-dvipdfm.bin = %{EVRD}
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvipdfmx.bin
texlive dvipdfmx.bin package.

%files -n texlive-dvipdfmx.bin
%{_bindir}/dvipdfm
%{_bindir}/dvipdfmx
%{_bindir}/ebb
%{_bindir}/extractbb

#-----------------------------------------------------------------------
%package	-n texlive-dvipng.bin
Summary:	binary files of dvipng
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvipng.bin
texlive dvipng.bin package.

%files -n texlive-dvipng.bin
%{_bindir}/dvigif
%{_bindir}/dvipng

#-----------------------------------------------------------------------
%package	-n texlive-dvipos.bin
Summary:	binary files of dvipos
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvipos.bin
texlive dvipos.bin package.

%files -n texlive-dvipos.bin
%{_bindir}/dvipos

#-----------------------------------------------------------------------
%package	-n texlive-dvips.bin
Summary:	binary files of dvips
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvips.bin
texlive dvips.bin package.

%files -n texlive-dvips.bin
%{_bindir}/afm2tfm
%{_bindir}/dvips

#-----------------------------------------------------------------------
%package	-n texlive-dvisvgm.bin
Summary:	binary files of dvisvgm
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvisvgm.bin
texlive dvisvgm.bin package.

%files -n texlive-dvisvgm.bin
%{_bindir}/dvisvgm

#-----------------------------------------------------------------------
%package	-n texlive-fontware.bin
Summary:	binary files of fontware
Conflicts:	texlive < 20110705-7

%description	-n texlive-fontware.bin
texlive fontware.bin package.

%files -n texlive-fontware.bin
%{_bindir}/pltotf
%{_bindir}/tftopl
%{_bindir}/vftovp
%{_bindir}/vptovf

#-----------------------------------------------------------------------
%package	-n texlive-gsftopk.bin
Summary:	binary files of gsftopk
Conflicts:	texlive < 20110705-7

%description	-n texlive-gsftopk.bin
texlive gsftopk.bin package.

%files -n texlive-gsftopk.bin
%{_bindir}/gsftopk

#-----------------------------------------------------------------------
%package	-n texlive-kpathsea.bin
Summary:	binary files of kpathsea
Conflicts:	texlive < 20110705-7

%description	-n texlive-kpathsea.bin
texlive kpathsea.bin package.

%files -n texlive-kpathsea.bin
%{_bindir}/kpseaccess
%{_bindir}/kpsepath
%{_bindir}/kpsereadlink
%{_bindir}/kpsestat
%{_bindir}/kpsetool
%{_bindir}/kpsewhich
%{_bindir}/kpsexpand
%{_bindir}/mkocp
%{_bindir}/mkofm
%{_bindir}/mktexfmt
%{_bindir}/mktexlsr
%{_bindir}/mktexmf
%{_bindir}/mktexpk
%{_bindir}/mktextfm
%{_bindir}/texhash

#-----------------------------------------------------------------------
%package	-n texlive-lacheck.bin
Summary:	binary files of lacheck
Conflicts:	texlive < 20110705-7

%description	-n texlive-lacheck.bin
texlive lacheck.bin package.

%files -n texlive-lacheck.bin
%{_bindir}/lacheck

#-----------------------------------------------------------------------
%package	-n texlive-latex.bin
Summary:	binary files of latex
Conflicts:	texlive < 20110705-7

%description	-n texlive-latex.bin
texlive latex.bin package.

%files -n texlive-latex.bin
%{_bindir}/dvilualatex
%{_bindir}/latex
%{_bindir}/lualatex
%{_bindir}/pdflatex

#-----------------------------------------------------------------------
%package	-n texlive-lcdftypetools.bin
Summary:	binary files of lcdftypetools
Conflicts:	texlive < 20110705-7

%description	-n texlive-lcdftypetools.bin
texlive lcdftypetools.bin package.

%files -n texlive-lcdftypetools.bin
%{_bindir}/cfftot1
%{_bindir}/mmafm
%{_bindir}/mmpfb
%{_bindir}/otfinfo-texlive
%{_bindir}/otftotfm
%{_bindir}/t1dotlessj
%{_bindir}/t1lint
%{_bindir}/t1rawafm
%{_bindir}/t1reencode
%{_bindir}/t1testpage
%{_bindir}/ttftotype42

#-----------------------------------------------------------------------
%package	-n texlive-luatex.bin
Summary:	binary files of luatex
Conflicts:	texlive < 20110705-7

%description	-n texlive-luatex.bin
texlive luatex.bin package.

%files -n texlive-luatex.bin
%{_bindir}/dviluatex
%{_bindir}/luatex
%{_bindir}/texlua
%{_bindir}/texluac

#-----------------------------------------------------------------------
%package	-n texlive-m-tx.bin
Summary:	binary files of m-tx
Conflicts:	texlive < 20110705-7

%description	-n texlive-m-tx.bin
texlive m-tx.bin package.

%files -n texlive-m-tx.bin
%{_bindir}/prepmx

#-----------------------------------------------------------------------
%package	-n texlive-makeindex.bin
Summary:	binary files of makeindex
Conflicts:	texlive < 20110705-7

%description	-n texlive-makeindex.bin
texlive makeindex.bin package.

%files -n texlive-makeindex.bin
%{_bindir}/makeindex
%{_bindir}/mkindex

#-----------------------------------------------------------------------
%package	-n texlive-metafont.bin
Summary:	binary files of metafont
Conflicts:	texlive < 20110705-7

%description	-n texlive-metafont.bin
texlive metafont.bin package.

%files -n texlive-metafont.bin
%{_bindir}/inimf
%{_bindir}/mf
%{_bindir}/mf-nowin

#-----------------------------------------------------------------------
%package	-n texlive-metapost.bin
Summary:	binary files of metapost
Conflicts:	texlive < 20110705-7

%description	-n texlive-metapost.bin
texlive metapost.bin package.

%files -n texlive-metapost.bin
%{_bindir}/dvitomp
%{_bindir}/mfplain
%{_bindir}/mpost

#-----------------------------------------------------------------------
%package	-n texlive-mfware.bin
Summary:	binary files of mfware
Conflicts:	texlive < 20110705-7

%description	-n texlive-mfware.bin
texlive mfware.bin package.

%files -n texlive-mfware.bin
%{_bindir}/gftodvi
%{_bindir}/gftopk
%{_bindir}/gftype
%{_bindir}/mft
%{_bindir}/pktogf
%{_bindir}/pktype

#-----------------------------------------------------------------------
%package	-n texlive-omegaware.bin
Summary:	binary files of omegaware
Conflicts:	texlive < 20110705-7

%description	-n texlive-omegaware.bin
texlive omegaware.bin package.

%files -n texlive-omegaware.bin
%{_bindir}/odvicopy
%{_bindir}/odvitype
%{_bindir}/ofm2opl
%{_bindir}/omfonts
%{_bindir}/opl2ofm
%{_bindir}/otangle
%{_bindir}/otp2ocp
%{_bindir}/outocp
%{_bindir}/ovf2ovp
%{_bindir}/ovp2ovf

#-----------------------------------------------------------------------
%package	-n texlive-patgen.bin
Summary:	binary files of patgen
Conflicts:	texlive < 20110705-7

%description	-n texlive-patgen.bin
texlive patgen.bin package.

%files -n texlive-patgen.bin
%{_bindir}/patgen

#-----------------------------------------------------------------------
%package	-n texlive-pdftex.bin
Summary:	binary files of pdftex
Provides:	texlive-amstex.bin = %{EVRD}
Provides:	texlive-cslatex.bin = %{EVRD}
Provides:	texlive-csplain.bin = %{EVRD}
Provides:	texlive-eplain.bin = %{EVRD}
Provides:	texlive-jadetex.bin = %{EVRD}
Provides:	texlive-mex.bin = %{EVRD}
Provides:	texlive-mltex.bin = %{EVRD}
Provides:	texlive-texsis.bin = %{EVRD}
Provides:	texlive-xmltex.bin = %{EVRD}
Conflicts:	texlive < 20110705-7

%description	-n texlive-pdftex.bin
texlive pdftex.bin package.

%files -n texlive-pdftex.bin
%{_bindir}/amstex
%{_bindir}/cslatex
%{_bindir}/csplain
%{_bindir}/pdfcsplain
%{_bindir}/eplain
%{_bindir}/etex
%{_bindir}/jadetex
%{_bindir}/mex
%{_bindir}/mllatex
%{_bindir}/mltex
%{_bindir}/pdfcslatex
%{_bindir}/pdfetex
%{_bindir}/pdfjadetex
%{_bindir}/pdfmex
%{_bindir}/pdftex
%{_bindir}/pdfxmltex
%{_bindir}/texsis
%{_bindir}/utf8mex
%{_bindir}/xmltex

#-----------------------------------------------------------------------
%package	-n texlive-pdftools.bin
Summary:	binary files of pdftools
Conflicts:	texlive < 20110705-7

%description	-n texlive-pdftools.bin
texlive pdftools.bin package.

%files -n texlive-pdftools.bin
%{_bindir}/pdfclose
%{_bindir}/pdfopen
%{_bindir}/pdftosrc

#-----------------------------------------------------------------------
%package	-n texlive-pmx.bin
Summary:	binary files of pmx
Conflicts:	texlive < 20110705-7

%description	-n texlive-pmx.bin
texlive pmx.bin package.

%files -n texlive-pmx.bin
%{_bindir}/pmxab
%{_bindir}/scor2prt

#-----------------------------------------------------------------------
%package	-n texlive-ps2pkm.bin
Summary:	binary files of ps2pkm
Conflicts:	texlive < 20110705-7

%description	-n texlive-ps2pkm.bin
texlive ps2pkm.bin package.

%files -n texlive-ps2pkm.bin
%{_bindir}/mag
%{_bindir}/pfb2pfa
%{_bindir}/pk2bm
%{_bindir}/ps2pk

#-----------------------------------------------------------------------
%package	-n texlive-pstools.bin
Summary:	binary files of pstools
Conflicts:	texlive < 20110705-7

%description	-n texlive-pstools.bin
texlive pstools.bin package.

%files -n texlive-pstools.bin
%{_bindir}/bbox

#-----------------------------------------------------------------------
%package	-n texlive-ptex.bin
Summary:	binary files of ptex
Conflicts:	texlive < 20110705-7

%description	-n texlive-ptex.bin
texlive ptex.bin package.

%files -n texlive-ptex.bin
%{_bindir}/eptex
%{_bindir}/makejvf
%{_bindir}/mendex
%{_bindir}/pbibtex
%{_bindir}/pdvitype
%{_bindir}/platex
%{_bindir}/ppltotf
%{_bindir}/ptex
%{_bindir}/ptftopl

#-----------------------------------------------------------------------
%package	-n texlive-seetexk.bin
Summary:	binary files of seetexk
Conflicts:	texlive < 20110705-7

%description	-n texlive-seetexk.bin
texlive seetexk.bin package.

%files -n texlive-seetexk.bin
%{_bindir}/dvibook
%{_bindir}/dviconcat
%{_bindir}/dviselect
%{_bindir}/dvitodvi

#-----------------------------------------------------------------------
%package	-n texlive-synctex.bin
Summary:	binary files of synctex
Conflicts:	texlive < 20110705-7

%description	-n texlive-synctex.bin
texlive synctex.bin package.

%files -n texlive-synctex.bin
%{_bindir}/synctex

#-----------------------------------------------------------------------
%package	-n texlive-tex.bin
Summary:	binary files of tex
Conflicts:	texlive < 20110705-7

%description	-n texlive-tex.bin
texlive tex.bin package.

%files -n texlive-tex.bin
%{_bindir}/initex
%{_bindir}/tex

#-----------------------------------------------------------------------
%package	-n texlive-tex4ht.bin
Summary:	binary files of tex4ht
Conflicts:	texlive < 20110705-7

%description	-n texlive-tex4ht.bin
texlive tex4ht.bin package.

%files -n texlive-tex4ht.bin
%{_bindir}/t4ht
%{_bindir}/tex4ht

#-----------------------------------------------------------------------
%package	-n texlive-texware.bin
Summary:	binary files of texware
Conflicts:	texlive < 20110705-7

%description	-n texlive-texware.bin
texlive texware.bin package.

%files -n texlive-texware.bin
%{_bindir}/dvitype
%{_bindir}/pooltype

#-----------------------------------------------------------------------
%package	-n texlive-tie.bin
Summary:	binary files of tie
Conflicts:	texlive < 20110705-7

%description	-n texlive-tie.bin
texlive tie.bin package.

%files -n texlive-tie.bin
%{_bindir}/tie

#-----------------------------------------------------------------------
%package	-n texlive-ttfutils.bin
Summary:	binary files of ttfutils
Conflicts:	texlive < 20110705-7

%description	-n texlive-ttfutils.bin
texlive ttfutils.bin package.

%files -n texlive-ttfutils.bin
%{_bindir}/ttf2afm
%{_bindir}/ttf2pk
%{_bindir}/ttf2tfm
%{_bindir}/ttfdump

#-----------------------------------------------------------------------
%package	-n texlive-uptex.bin
Summary:	binary files of uptex
Conflicts:	texlive < 20110705-7

%description	-n texlive-uptex.bin
texlive uptex.bin package.

%files -n texlive-uptex.bin
%{_bindir}/euptex
%{_bindir}/upbibtex
%{_bindir}/updvitype
%{_bindir}/uplatex
%{_bindir}/uppltotf
%{_bindir}/uptex
%{_bindir}/uptftopl
%{_bindir}/wovp2ovf

#-----------------------------------------------------------------------
%package	-n texlive-vlna.bin
Summary:	binary files of vlna
Conflicts:	texlive < 20110705-7

%description	-n texlive-vlna.bin
texlive vlna.bin package.

%files -n texlive-vlna.bin
%{_bindir}/vlna

#-----------------------------------------------------------------------
%package	-n texlive-web.bin
Summary:	binary files of web
Conflicts:	texlive < 20110705-7

%description	-n texlive-web.bin
texlive web.bin package.

%files -n texlive-web.bin
%{_bindir}/tangle
%{_bindir}/weave

#-----------------------------------------------------------------------
%package	-n texlive-xdvi.bin
Summary:	binary files of xdvi
Conflicts:	texlive < 20110705-7
Conflicts:	xdvi < 22.86
Obsoletes:	xdvi < 22.86
Provides:	xdvi = %{EVRD}

%description	-n texlive-xdvi.bin
texlive xdvi.bin package.

%files -n texlive-xdvi.bin
%{_bindir}/xdvi
%{_bindir}/xdvi-xaw

#-----------------------------------------------------------------------
%package	-n texlive-xetex.bin
Summary:	binary files of xetex
Conflicts:	texlive < 20110705-7

%description	-n texlive-xetex.bin
texlive xetex.bin package.

%files -n texlive-xetex.bin
%{_bindir}/teckit_compile
%{_bindir}/xdvipdfmx
%{_bindir}/xelatex
%{_bindir}/xetex

#-----------------------------------------------------------------------
%prep
%setup -q -n %{name}-%{version}-source
%patch0 -p1
%if %{_texmf_enable_asymptote}
%patch1 -p1
%endif
%patch2 -p1
%patch3 -p1

# setup default builtin values, added to paths.h from texmf.cnf
perl -pi -e 's|^(TEXMFMAIN\s+= ).*|$1%{_texmfdistdir}|;'		  \
	 -e 's|^(TEXMFDIST\s+= ).*|$1%{_texmfdistdir}|;'		  \
	 -e 's|\@\@TEXMFCNF\@\@|%{_texmfdistdir}/web2c|;'		  \
	 -e 's|^(TEXMFLOCAL\s+= ).*|$1%{_texmflocaldir}|;'		  \
	 -e 's|^(TEXMFSYSVAR\s+= ).*|$1%{_texmfvardir}|;'		  \
	 -e 's|^(TEXMFSYSCONFIG\s+= ).*|$1%{_texmfconfdir}|;'		  \
	 -e 's|^(TEXMFHOME\s+= ).*|$1\$HOME/texmf|;'			  \
	 -e 's|^(TEXMFVAR\s+= ).*|$1\$HOME/.texlive2013/texmf-var|;'	  \
	 -e 's|^(TEXMFCONFIG\s+= ).*|$1\$HOME/.texlive2013/texmf-config|;'\
	 -e 's|^(OSFONTDIR\s+= ).*|$1%{_datadir}/fonts|;'		  \
	texk/kpathsea/texmf.cnf

#-----------------------------------------------------------------------
%build
mkdir texlive
pushd texlive
CONFIGURE_TOP=.. \
%configure2_5x							\
	--with-banner-add="/ROSA"			\
	--disable-native-texlive-build				\
	--enable-missing					\
%if %{_texmf_enable_biber}
	--enable-biber						\
%else
	--disable-biber						\
%endif
%if %{enable_shared}
	--enable-shared						\
	--disable-static					\
%else
	--disable-shared					\
%endif
%if %{_texmf_enable_xindy}
	--enable-xindy						\
%else
	--disable-xindy						\
%endif
	--with-system-freetype2					\
	--with-freetype2-includes=%{_includedir}/freetype2	\
%if %{_texmf_with_system_dialog}
	--disable-dialog					\
%else
	--enable-dialog						\
%endif
%if %{_texmf_with_system_psutils}
	--disable-psutils					\
%else
	--enable-psutils					\
%endif
	--with-system-gd					\
%if %{_texmf_with_system_lcdf}
	--disable-lcdf-typetools				\
%endif
%if %{_texmf_with_system_icu}
	--with-system-icu					\
%endif
	--with-system-png					\
%if %{_texmf_with_system_t1lib}
	--with-system-t1lib					\
	--disable-t1utils					\
%endif
%if %{_texmf_with_system_teckit}
	--disable-teckit					\
	--with-teckit-includes=%{_includedir}/teckit		\
%endif
%if %{_texmf_with_system_tex4ht}
	--disable-tex4htk					\
%endif
%if %{_texmf_with_system_poppler}
	--with-system-xpdf					\
%else
	--without-system-xpdf					\
%endif
	--enable-static						\
	--with-system-zziplib
%make
popd

%if %{_texmf_enable_asymptote}
mkdir asympote
pushd asympote
CONFIGURE_TOP=../utils/asymptote
%configure2_5x							\
	--enable-gc=system					\
	--enable-texlive-build					\
	--datadir=%{_texmfdir}
%make
popd
%endif

#-----------------------------------------------------------------------
%install
pushd texlive
%makeinstall_std
popd

%if %{_texmf_enable_asymptote}
pushd asymptote
%makeinstall_std
popd
%endif

mkdir -p %{buildroot}%{_datadir}
for dir in texmf texmf-dist; do
    if [ -d %{buildroot}%{_prefix}/$dir ]; then
	rm -fr %{buildroot}%{_datadir}/$dir
	mv %{buildroot}%{_prefix}/$dir %{buildroot}%{_datadir}
    fi
done

mkdir -p %{buildroot}%{_texmfvardir}
mkdir -p %{buildroot}%{_texmfconfdir}

%if %{_texmf_with_system_lcdf}
# stray directory left
rm -fr %{buildroot}%{_datadir}/lcdf-typetools-for-tex-live
%else
# openmpi has a program with the same name
if [ -f %{buildroot}%{_bindir}/otfinfo ]; then
    mv -f %{buildroot}%{_bindir}/otfinfo{,-texlive}
fi
%endif

pushd %{buildroot}%{_bindir}
    # missing symbolic links
    ln -sf aleph lamed
    ln -sf euptex uplatex
    ln -sf luatex dvilualatex
    ln -sf luatex lualatex
    ln -sf luatex dviluatex
    ln -sf pdftex amstex
    ln -sf pdftex cslatex
    ln -sf pdftex csplain
    ln -sf pdftex eplain
    ln -sf pdftex etex
    ln -sf pdftex jadetex
    ln -sf pdftex latex
    ln -sf pdftex mex
    ln -sf pdftex mltex
    ln -sf pdftex mllatex
    ln -sf pdftex pdfcslatex
    ln -sf pdftex pdfcsplain
    ln -sf pdftex pdfetex
    ln -sf pdftex pdfjadetex
    ln -sf pdftex pdflatex
    ln -sf pdftex pdfmex
    ln -sf pdftex pdfxmltex
    ln -sf pdftex utf8mex
    ln -sf pdftex texsis
    ln -sf pdftex xmltex
    ln -sf ptex platex
    ln -sf mpost mfplain
    ln -sf xetex xelatex
%if %{_texmf_enable_asymptote}
    ln -sf %{_texmfdir}/asymptote/GUI/xasy.py xasy
%endif

    # use scripts from noarch packages
    rm -f a5toa4 adhocfilelist allcm allneeded arara chkweb context	\
	  ctxtools dtxgen dvi2fax dvired fmtutil fmtutil-sys fontinst	\
	  kanji-config-updmap kanji-config-updmap-sys			\
	  kanji-fontmap-creator kpsewhere latexpand ltxfileinfo		\
	  lua2dox_filter luaotfload-tool luatools mtxrun		\
	  multibibliography pfarrei ps2frag pslatex pstopdf ptex2pdf	\
	  rlxtools rubibtex rumakeindex texconfig texconfig-dialog	\
	  texconfig-sys texexec tpic2pdftex

    # use symlinks from noarch packages
    rm -f a2ping afm2afm allec arlatex authorindex autoinst bibexport	\
	  bundledoc cachepic checkcites cmap2enc convbkmk ctanify	\
	  ctanupload de-macro deweb dviasm dvipdft dosepsbin ebong	\
	  e2pall epspdf epspdftk epstopdf exceltex fig4latex findhyph	\
	  font2afm fragmaster ht htcontext htlatex htmex httex httexi	\
	  htxelatex htxetex installfont-tl latex2man latexdiff		\
	  latexdiff-vc latexfileversion latexmk latexrevise listbib	\
	  listings-ext.sh m-tx makeglossaries match_parens mathspic	\
	  mf2pt1 mk4ht mkgrkindex mkjobtexmf mkluatexfontdb mkt1font	\
	  mptopdf musixflx musixtex ot2kpx pdf180 pdf270 pdf90		\
	  pdfannotextractor pdfatfi pdfbook pdfcrop pdfflip pdfjam	\
	  pdfjam-pocketmod pdfjam-slides3up pdfjam-slides6up pdfjoin	\
	  pdfnup pdfpun pdfthumb pedigree perltex pfm2kpx pkfix		\
	  pkfix-helper ppower4 ps2eps ps4pdf pst2pdf pmx2pdf purifyeps	\
	  repstopdf rpdfcrop rungs showglyphs simpdftex splitindex	\
	  sty2dtx svn-multi texcount texdef texdiff texdirflatten	\
	  texdoc texdoctk texlinks texliveonfly texloganalyser		\
	  texmfstart thumbpdf tlmgr typeoutfileinfo ulqda updmap	\
	  updmap-setup-kanji updmap-sys urlbst vpe vpl2ovp vpl2vpl
popd

# use texmf data
rm -fr %{buildroot}%{_texmfdir} %{buildroot}%{_texmfdistdir}

# install manual pages and info files from noarch packages
rm -fr %{buildroot}%{_mandir} %{buildroot}%{_infodir}

%if %{enable_shared}
    rm %{buildroot}%{_libdir}/{libkpathsea,libptexenc}.a
%else
    # do not generate dynamic libraries and do not install static ones
    rm -fr %{buildroot}%{_libdir}
    rm -fr %{buildroot}%{_includedir}
%endif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131212-8
+ Revision: 2bdb5ba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19180 |14mr|texlive-2up-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18310
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-2up
Version:	20111103
Release:	4
Summary:	TeXLive 2up package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/2up.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/2up.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive 2up package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/2up/2up.sty
%{_texmfdistdir}/tex/generic/2up/2up.tex
%doc %{_texmfdistdir}/doc/generic/2up/2up-doc.pdf
%doc %{_texmfdistdir}/doc/generic/2up/2up-doc.tex
%doc %{_texmfdistdir}/doc/generic/2up/Changes
%doc %{_texmfdistdir}/doc/generic/2up/Makefile
%doc %{_texmfdistdir}/doc/generic/2up/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-4
+ Revision: db1e5ac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19181 |14mr|texlive-a0poster-1.22b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/a0poster
# catalog-date 2006-11-28 22:38:04 +0100
# catalog-license lppl
# catalog-version 1.22b
Name:		texlive-a0poster
Version:	1.22b
Release:	3
Summary:	Support for designing posters on large paper
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/a0poster
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a0poster.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a0poster.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides fonts in sizes of 12pt up to 107pt and also makes sure
that in math formulas the symbols appear in the right size. Can
also create a PostScript header file for dvips which ensures
that the poster will be printed in the right size. Supported
sizes are DIN A0, DIN A1, DIN A2 and DIN A3.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/a0poster/a0poster.cls
%{_texmfdistdir}/tex/latex/a0poster/a0size.sty
%doc %{_texmfdistdir}/doc/latex/a0poster/a0.pdf
%doc %{_texmfdistdir}/doc/latex/a0poster/a0.tex
%doc %{_texmfdistdir}/doc/latex/a0poster/a0_eng.pdf
%doc %{_texmfdistdir}/doc/latex/a0poster/a0_eng.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.22b-3
+ Revision: a0c651e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19182 |14mr|texlive-a2ping-20120413-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category TLCore
# catalog-ctan /graphics/a2ping/a2ping.pl
# catalog-date 2012-04-13 20:01:51 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-a2ping
Version:	20120413
Release:	7
Summary:	Advanced PS, PDF, EPS converter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/a2ping/a2ping.pl
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a2ping.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a2ping.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-a2ping.bin = %{EVRD}

%description
a2ping is a Perl script command line utility written for Unix
that converts many raster image and vector graphics formats to
EPS or PDF and other page description formats. Accepted input
file formats are: PS (PostScript), EPS, PDF, PNG, JPEG, TIFF,
PNM, BMP, GIF, LBM, XPM, PCX, TGA. Accepted output formats are:
EPS, PCL5, PDF, PDF1, PBM, PGM, PPM, PS, markedEPS, markedPS,
PNG, XWD, BMP, TIFF, JPEG, GIF, XPM. a2ping delegates the low-
level work to Ghostscript (GS), pdftops and sam2p. a2ping fixes
many glitches during the EPS to EPS conversion, so its output
is often more compatible and better embeddable than its input.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/a2ping
%{_texmfdistdir}/scripts/a2ping/a2ping.pl
%doc %{_mandir}/man1/a2ping.1*
%doc %{_texmfdistdir}/doc/man/man1/a2ping.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/a2ping/a2ping.pl a2ping
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120413-7
+ Revision: 109e445
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19183 |14mr|texlive-a4wide-20110105-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20943
# category Package
# catalog-ctan /macros/latex/contrib/a4wide
# catalog-date 2011-01-05 08:46:38 +0100
# catalog-license lppl1
# catalog-version undef
Name:		texlive-a4wide
Version:	20110105
Release:	3
Summary:	"Wide" a4 layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/a4wide
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a4wide.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a4wide.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package increases the width of the typeset area of an a4
page. This sort of operation is capable of producing
typographically poor results; the operation itself is better
provided by the geometry package. The package uses the a4
package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/a4wide/a4wide.sty
%doc %{_texmfdistdir}/doc/latex/a4wide/a4wide.pdf
%doc %{_texmfdistdir}/doc/latex/a4wide/a4wide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110105-3
+ Revision: 7c6f67b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19184 |14mr|texlive-a5comb-4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17020
# category Package
# catalog-ctan /macros/latex/contrib/a5comb
# catalog-date 2010-02-23 16:03:07 +0100
# catalog-license pd
# catalog-version 4
Name:		texlive-a5comb
Version:	4
Release:	3
Summary:	Support for a5 paper sizes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/a5comb
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a5comb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a5comb.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Superceded by geometry.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/a5comb/a5comb.sty
%doc %{_texmfdistdir}/doc/latex/a5comb/a5comb.pdf
%doc %{_texmfdistdir}/doc/latex/a5comb/a5comb.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4-3
+ Revision: c1512d1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19185 |14mr|texlive-aastex-5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/aastex
# catalog-date 2007-01-26 22:11:52 +0100
# catalog-license lppl
# catalog-version 5.2
Name:		texlive-aastex
Version:	5.2
Release:	3
Summary:	Macros for Manuscript Preparation for AAS Journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/aastex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aastex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aastex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides a document class for preparing papers for
American Astronomical Society publications. Authors who wish to
submit papers to AAS journals are strongly urged to use this
class in preference to any of the alternatives available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/aastex/aastex.cls
%{_texmfdistdir}/tex/latex/aastex/aastex.sty
%doc %{_texmfdistdir}/doc/latex/aastex/README
%doc %{_texmfdistdir}/doc/latex/aastex/aasclass.tex
%doc %{_texmfdistdir}/doc/latex/aastex/aasguide.pdf
%doc %{_texmfdistdir}/doc/latex/aastex/aasguide.tex
%doc %{_texmfdistdir}/doc/latex/aastex/aassymbols.pdf
%doc %{_texmfdistdir}/doc/latex/aastex/aassymbols.tex
%doc %{_texmfdistdir}/doc/latex/aastex/datafile1.txt
%doc %{_texmfdistdir}/doc/latex/aastex/f1.eps
%doc %{_texmfdistdir}/doc/latex/aastex/f2.eps
%doc %{_texmfdistdir}/doc/latex/aastex/f2_color.eps
%doc %{_texmfdistdir}/doc/latex/aastex/f3.eps
%doc %{_texmfdistdir}/doc/latex/aastex/sample.tex
%doc %{_texmfdistdir}/doc/latex/aastex/table.tex
%doc %{_texmfdistdir}/doc/latex/aastex/video3.mpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.2-3
+ Revision: 8c8d74d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19186 |14mr|texlive-abbr-20070525-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/abbr
# catalog-date 2007-05-25 16:15:27 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-abbr
Version:	20070525
Release:	3
Summary:	Simple macros supporting abreviations for Plain and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/abbr
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abbr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abbr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Abbr is a set of some simple macros to support abbreviations in
Plain or LaTeX. It allows writing e.g. \<TEX> instead of \TeX,
hence frees users from having to escape space after
parameterless macros.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/abbr/abbr.tex
%doc %{_texmfdistdir}/doc/generic/abbr/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070525-3
+ Revision: 6e11c00
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19187 |14mr|texlive-abc-20080308-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/abc
# catalog-date 2008-03-08 20:47:21 +0100
# catalog-license lppl
# catalog-version .0
Name:		texlive-abc
Version:	20080308
Release:	3
Summary:	Support ABC music notation in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/abc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The abc package lets you include lines of music written in the
ABC Plus language. The package will then employ the \write18
facility to convert your notation to PostScript (using the
established utility abcm2ps) and hence to the format needed for
inclusion in your document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/abc/abc.sty
%{_texmfdistdir}/tex/latex/abc/mup.sty
%doc %{_texmfdistdir}/doc/latex/abc/README
%doc %{_texmfdistdir}/doc/latex/abc/abc.pdf
%doc %{_texmfdistdir}/doc/latex/abc/example.tex
%doc %{_texmfdistdir}/doc/latex/abc/mupexa.tex
%doc %{_texmfdistdir}/doc/latex/abc/poll.abc
%doc %{_texmfdistdir}/doc/latex/abc/simple.mup
#- source
%doc %{_texmfdistdir}/source/latex/abc/abc.dtx
%doc %{_texmfdistdir}/source/latex/abc/abc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080308-3
+ Revision: 0320f57
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19188 |14mr|texlive-abntex2-1.9.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32794
# category Package
# catalog-ctan /macros/latex/contrib/abntex2
# catalog-date 2014-01-26 14:22:53 +0100
# catalog-license lppl1.3
# catalog-version 1.9.2
Name:		texlive-abntex2
Version:	1.9.2
Release:	2
Summary:	Typeset technical and scientific Brazilian documents based on ABNT rules
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/abntex2
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abntex2.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abntex2.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides support for writing technical and
scientific Brazilian documents (like academic thesis, articles,
reports, research project and others) based on ABNT rules
(Associacao Brasileira de Normas Tecnicas). It replaces the old
abntex.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/abntex2/abntex2-options.bib
%{_texmfdistdir}/bibtex/bst/abntex2/abntex2-alf.bst
%{_texmfdistdir}/bibtex/bst/abntex2/abntex2-num.bst
%{_texmfdistdir}/tex/latex/abntex2/abntex2.cls
%{_texmfdistdir}/tex/latex/abntex2/abntex2abrev.sty
%{_texmfdistdir}/tex/latex/abntex2/abntex2cite.sty
%doc %{_texmfdistdir}/doc/latex/abntex2/README
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2-doc-abnt-10520.bib
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2-doc-abnt-6023.bib
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2-doc-options.bib
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2-doc-test.bib
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2-doc.bib
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2cite-alf.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2cite-alf.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2cite.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2cite.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-artigo.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-artigo.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-glossarios.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-glossarios.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-img-grafico.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-img-marca.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-include-comandos.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-livro-bandeirinha.jpg
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-livro-pintassilgo.jpg
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-livro-saira-amarela.jpg
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-livro.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-livro.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-projeto-pesquisa.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-projeto-pesquisa.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-references.bib
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-relatorio-tecnico.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-relatorio-tecnico.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-slides.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-slides.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-trabalho-academico.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-trabalho-academico.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9.2-2
+ Revision: 3530675
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19189 |14mr|texlive-abraces-1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27880
# category Package
# catalog-ctan /macros/latex/contrib/abraces
# catalog-date 2012-09-06 08:51:08 +0200
# catalog-license lppl
# catalog-version 1.-
Name:		texlive-abraces
Version:	1
Release:	7
Summary:	Asymmetric over-/underbraces in maths
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/abraces
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abraces.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abraces.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a character key-driven interface to
supplement new constructions of the traditional \overbrace and
\underbrace pairs in an asymmetric or arbitrary way.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/abraces/abraces.sty
%doc %{_texmfdistdir}/doc/latex/abraces/abraces-doc.pdf
%doc %{_texmfdistdir}/doc/latex/abraces/abraces-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-7
+ Revision: 4af02cb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19190 |14mr|texlive-abstract-1.2a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/abstract
# catalog-date 2009-09-02 11:33:10 +0200
# catalog-license lppl
# catalog-version 1.2a
Name:		texlive-abstract
Version:	1.2a
Release:	3
Summary:	Control the typesetting of the abstract environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/abstract
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abstract.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abstract.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abstract.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The abstract package gives you control over the typesetting of
the abstract environment, and in particular provides for a one
column abstract in a two column paper.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/abstract/abstract.sty
%doc %{_texmfdistdir}/doc/latex/abstract/README
%doc %{_texmfdistdir}/doc/latex/abstract/abstract.pdf
#- source
%doc %{_texmfdistdir}/source/latex/abstract/abstract.dtx
%doc %{_texmfdistdir}/source/latex/abstract/abstract.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2a-3
+ Revision: 535cd55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19191 |14mr|texlive-abstyles-20081126-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/abstyles
# catalog-date 2008-11-26 23:58:56 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-abstyles
Version:	20081126
Release:	3
Summary:	Adaptable BibTeX styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/abstyles
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abstyles.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abstyles.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A family of modifications of the standard BibTeX styles whose
behaviour may be changed by changing the user document, without
change to the styles themselves. The package is largely used
nowadays in its adaptation for working with Babel.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/abstyles/acompat.bib
%{_texmfdistdir}/bibtex/bib/abstyles/jourabbr.bib
%{_texmfdistdir}/bibtex/bib/abstyles/jourfull.bib
%{_texmfdistdir}/bibtex/bst/abstyles/aabbrv.bst
%{_texmfdistdir}/bibtex/bst/abstyles/aalpha.bst
%{_texmfdistdir}/bibtex/bst/abstyles/anotit.bst
%{_texmfdistdir}/bibtex/bst/abstyles/aplain.bst
%{_texmfdistdir}/bibtex/bst/abstyles/aunsnot.bst
%{_texmfdistdir}/bibtex/bst/abstyles/aunsrt.bst
%{_texmfdistdir}/tex/generic/abstyles/apreambl.tex
%doc %{_texmfdistdir}/doc/bibtex/abstyles/README
%doc %{_texmfdistdir}/doc/bibtex/abstyles/a4c.sty
%doc %{_texmfdistdir}/doc/bibtex/abstyles/a4c.tex
%doc %{_texmfdistdir}/doc/bibtex/abstyles/abstdok.pdf
%doc %{_texmfdistdir}/doc/bibtex/abstyles/abstdok.tex
%doc %{_texmfdistdir}/doc/bibtex/abstyles/apreambl.doc
%doc %{_texmfdistdir}/doc/bibtex/abstyles/btxabst.doc
%doc %{_texmfdistdir}/doc/bibtex/abstyles/docmac.doc
%doc %{_texmfdistdir}/doc/bibtex/abstyles/docmac.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081126-3
+ Revision: c9c0a78
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19192 |14mr|texlive-accfonts-0.25-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18835
# category Package
# catalog-ctan /fonts/utilities/accfonts
# catalog-date 2009-04-10 11:27:58 +0200
# catalog-license gpl
# catalog-version 0.25
Name:		texlive-accfonts
Version:	0.25
Release:	3
Summary:	Utilities to derive new fonts from existing ones
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/utilities/accfonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/accfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/accfonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-accfonts.bin = %{EVRD}

%description
The accfonts package contains three utilities to permit easy
manipulation of fonts, in particular the creation of unusual
accented characters. Mkt1font works on Adobe Type 1 fonts,
vpl2vpl works on TeX virtual fonts and vpl2ovp transforms a TeX
font to an Omega one. All three programs read in a font (either
the font itself or a property list), together with a simple
definition file containing lines such as '128 z acute'; they
then write out a new version of the font with the requested new
characters in the numerical slots specified. Great care is
taken over the positioning of accents, and over the provision
of kerning information for new characters; mkt1font also
generates suitable "hints" to enhance quality at small sizes or
poor resolutions. The programs are written in Perl.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/mkt1font
%{_bindir}/vpl2ovp
%{_bindir}/vpl2vpl
%{_texmfdistdir}/scripts/accfonts/mkt1font
%{_texmfdistdir}/scripts/accfonts/vpl2ovp
%{_texmfdistdir}/scripts/accfonts/vpl2vpl
%{_texmfdistdir}/tex/latex/accfonts/CSX.def
%{_texmfdistdir}/tex/latex/accfonts/ISO-Latin1.def
%{_texmfdistdir}/tex/latex/accfonts/ISO-Latin2.def
%{_texmfdistdir}/tex/latex/accfonts/IndUni_Omega.def
%{_texmfdistdir}/tex/latex/accfonts/Norman.def
%doc %{_texmfdistdir}/doc/fonts/accfonts/CHANGES
%doc %{_texmfdistdir}/doc/fonts/accfonts/COPYING
%doc %{_texmfdistdir}/doc/fonts/accfonts/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/accfonts/mkt1font mkt1font
    ln -sf %{_texmfdistdir}/scripts/accfonts/vpl2ovp vpl2ovp
    ln -sf %{_texmfdistdir}/scripts/accfonts/vpl2vpl vpl2vpl
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.25-3
+ Revision: bc67194
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19193 |14mr|texlive-achemso-3.8e-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32619
# category Package
# catalog-ctan /macros/latex/contrib/achemso
# catalog-date 2014-01-09 12:45:18 +0100
# catalog-license lppl1.3
# catalog-version 3.8e
Name:		texlive-achemso
Version:	3.8e
Release:	2
Summary:	Support for American Chemical Society journal submissions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/achemso
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/achemso.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/achemso.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/achemso.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides the official macros (achemso.cls) and
BibTeX styles (achemso.bst and biochem.bst) for submission to
the journals of the American Chemical Society. The natmove
package, which moves citations relative to punctuation, is
distributed as part of the bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/achemso/achemso.bst
%{_texmfdistdir}/bibtex/bst/achemso/biochem.bst
%{_texmfdistdir}/tex/latex/achemso/achemso.cls
%{_texmfdistdir}/tex/latex/achemso/achemso.sty
%{_texmfdistdir}/tex/latex/achemso/config/aamick.cfg
%{_texmfdistdir}/tex/latex/achemso/config/acbcct.cfg
%{_texmfdistdir}/tex/latex/achemso/config/accacs.cfg
%{_texmfdistdir}/tex/latex/achemso/config/achre4.cfg
%{_texmfdistdir}/tex/latex/achemso/config/acncdm.cfg
%{_texmfdistdir}/tex/latex/achemso/config/acsccc.cfg
%{_texmfdistdir}/tex/latex/achemso/config/amclct.cfg
%{_texmfdistdir}/tex/latex/achemso/config/amlccd.cfg
%{_texmfdistdir}/tex/latex/achemso/config/ancac3.cfg
%{_texmfdistdir}/tex/latex/achemso/config/ancham.cfg
%{_texmfdistdir}/tex/latex/achemso/config/apchd5.cfg
%{_texmfdistdir}/tex/latex/achemso/config/asbcd6.cfg
%{_texmfdistdir}/tex/latex/achemso/config/ascecg.cfg
%{_texmfdistdir}/tex/latex/achemso/config/bcches.cfg
%{_texmfdistdir}/tex/latex/achemso/config/bichaw.cfg
%{_texmfdistdir}/tex/latex/achemso/config/bipret.cfg
%{_texmfdistdir}/tex/latex/achemso/config/bomaf6.cfg
%{_texmfdistdir}/tex/latex/achemso/config/cgdefu.cfg
%{_texmfdistdir}/tex/latex/achemso/config/chreay.cfg
%{_texmfdistdir}/tex/latex/achemso/config/cmatex.cfg
%{_texmfdistdir}/tex/latex/achemso/config/crtoec.cfg
%{_texmfdistdir}/tex/latex/achemso/config/enfuem.cfg
%{_texmfdistdir}/tex/latex/achemso/config/esthag.cfg
%{_texmfdistdir}/tex/latex/achemso/config/estlcu.cfg
%{_texmfdistdir}/tex/latex/achemso/config/iecred.cfg
%{_texmfdistdir}/tex/latex/achemso/config/inoraj.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jacsat.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jafcau.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jceaax.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jceda8.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jcisd8.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jctcce.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jmcmar.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jnprdf.cfg
%{_texmfdistdir}/tex/latex/achemso/config/joceah.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jpcafh.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jpcbfk.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jpccck.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jpclcd.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jprobs.cfg
%{_texmfdistdir}/tex/latex/achemso/config/langd5.cfg
%{_texmfdistdir}/tex/latex/achemso/config/mamobx.cfg
%{_texmfdistdir}/tex/latex/achemso/config/mpohbp.cfg
%{_texmfdistdir}/tex/latex/achemso/config/nalefd.cfg
%{_texmfdistdir}/tex/latex/achemso/config/oprdfk.cfg
%{_texmfdistdir}/tex/latex/achemso/config/orgnd7.cfg
%{_texmfdistdir}/tex/latex/achemso/config/orlef7.cfg
%{_texmfdistdir}/tex/latex/achemso/natmove.sty
%doc %{_texmfdistdir}/doc/latex/achemso/README
%doc %{_texmfdistdir}/doc/latex/achemso/achemso-demo.bib
%doc %{_texmfdistdir}/doc/latex/achemso/achemso-demo.pdf
%doc %{_texmfdistdir}/doc/latex/achemso/achemso-demo.tex
%doc %{_texmfdistdir}/doc/latex/achemso/achemso.pdf
#- source
%doc %{_texmfdistdir}/source/latex/achemso/achemso.dtx
%doc %{_texmfdistdir}/source/latex/achemso/achemso.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.8e-2
+ Revision: 9fd56d1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19194 |14mr|texlive-acmconf-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/acmconf
# catalog-date 2008-05-14 19:23:34 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-acmconf
Version:	1.3
Release:	3
Summary:	Class for ACM conference proceedings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/acmconf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acmconf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acmconf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acmconf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This class may be used to typeset articles to be published in
the proceedings of ACM (Association for Computing Machinery)
conferences and workshops. The layout produced by the acmconf
class is based on the ACM's own specification.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/acmconf/acmconf.cls
%doc %{_texmfdistdir}/doc/latex/acmconf/README
%doc %{_texmfdistdir}/doc/latex/acmconf/THIS-IS-VERSION-1.3
%doc %{_texmfdistdir}/doc/latex/acmconf/accept.tex
%doc %{_texmfdistdir}/doc/latex/acmconf/acmconf.pdf
%doc %{_texmfdistdir}/doc/latex/acmconf/body.eps
%doc %{_texmfdistdir}/doc/latex/acmconf/error.tex
%doc %{_texmfdistdir}/doc/latex/acmconf/prepare.tex
%doc %{_texmfdistdir}/doc/latex/acmconf/print.tex
%doc %{_texmfdistdir}/doc/latex/acmconf/pubform.bib
%doc %{_texmfdistdir}/doc/latex/acmconf/pubform.tex
%doc %{_texmfdistdir}/doc/latex/acmconf/publish.tex
%doc %{_texmfdistdir}/doc/latex/acmconf/submit.tex
#- source
%doc %{_texmfdistdir}/source/latex/acmconf/Makefile
%doc %{_texmfdistdir}/source/latex/acmconf/acmconf.dtx
%doc %{_texmfdistdir}/source/latex/acmconf/acmconf.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: cf8be29
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19195 |14mr|texlive-acro-0.3e-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27175
# category Package
# catalog-ctan /macros/latex/contrib/acro
# catalog-date 2012-07-24 16:08:54 +0200
# catalog-license lppl
# catalog-version 0.3e
Name:		texlive-acro
Version:	0.3e
Release:	2
Summary:	Typeset acronyms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/acro
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acro.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acro.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the author to create acronyms in a simple
way, and provides means to add them to different 'classes' of
acronyms. Lists can be created of separate acronym classes. The
package option 'single' instructs the package to ignore
acronyms that are used only once in the whole document. As an
experimental feature the package also offers the option 'sort'
which automatically sorts the list created by \printacronyms.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/acro/acro.sty
%doc %{_texmfdistdir}/doc/latex/acro/README
%doc %{_texmfdistdir}/doc/latex/acro/acro_en.pdf
%doc %{_texmfdistdir}/doc/latex/acro/acro_en.tex
%doc %{_texmfdistdir}/doc/latex/acro/example_one.tex
%doc %{_texmfdistdir}/doc/latex/acro/example_two.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3e-2
+ Revision: d9b8c78
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19196 |14mr|texlive-acronym-1.36-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19660
# category Package
# catalog-ctan /macros/latex/contrib/acronym
# catalog-date 2010-09-10 01:16:09 +0200
# catalog-license lppl
# catalog-version 1.36
Name:		texlive-acronym
Version:	1.36
Release:	3
Summary:	Expand acronyms at least once
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/acronym
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acronym.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acronym.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acronym.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package ensures that all acronyms used in the text are
spelled out in full at least once. It also provides an
environment to build a list of acronyms used. The package is
compatible with pdf bookmarks. The package requires the suffix
package, which in turn requires that it runs under e-TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/acronym/acronym.sty
%doc %{_texmfdistdir}/doc/latex/acronym/README
%doc %{_texmfdistdir}/doc/latex/acronym/acronym.pdf
%doc %{_texmfdistdir}/doc/latex/acronym/acrotest.tex
#- source
%doc %{_texmfdistdir}/source/latex/acronym/acronym.dtx
%doc %{_texmfdistdir}/source/latex/acronym/acronym.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.36-3
+ Revision: 5e6ccd7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19197 |14mr|texlive-acroterm-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20498
# category Package
# catalog-ctan /macros/latex/contrib/acroterm
# catalog-date 2010-11-19 20:33:28 +0100
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-acroterm
Version:	0.1
Release:	3
Summary:	Manage and index acronyms and terms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/acroterm
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acroterm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acroterm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acroterm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Yet another package for acronyms: the package offers simple
markup of acronyms and technical terms in the text, giving an
index each of terms and acronyms with their expanded form.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/acroterm/acroterm.sty
%doc %{_texmfdistdir}/doc/latex/acroterm/README
%doc %{_texmfdistdir}/doc/latex/acroterm/acroterm.pdf
#- source
%doc %{_texmfdistdir}/source/latex/acroterm/acroterm.dtx
%doc %{_texmfdistdir}/source/latex/acroterm/acroterm.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 059b7c9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19198 |14mr|texlive-active-conf-0.3a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/conferences/active-conf
# catalog-date 2008-05-24 14:41:17 +0200
# catalog-license lppl
# catalog-version 0.3a
Name:		texlive-active-conf
Version:	0.3a
Release:	3
Summary:	Class for typesetting ACTIVE conference papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/conferences/active-conf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/active-conf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/active-conf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/active-conf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Active-conf is a class for typesetting papers for the Active
conference on noise and vibration control. It is initially
intended for the 2006 conference in Adelaide, Australia. The
class is based on article with more flexible front-matter, and
can be customised for conferences in future years with a header
file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/active-conf/active-conf.cls
%doc %{_texmfdistdir}/doc/latex/active-conf/README
%doc %{_texmfdistdir}/doc/latex/active-conf/active-conf.pdf
%doc %{_texmfdistdir}/doc/latex/active-conf/example/active-example.ltx
%doc %{_texmfdistdir}/doc/latex/active-conf/example/active-header-2006.tex
%doc %{_texmfdistdir}/doc/latex/active-conf/example/header-logo-2006.eps
%doc %{_texmfdistdir}/doc/latex/active-conf/example/header-logo-2006.pdf
#- source
%doc %{_texmfdistdir}/source/latex/active-conf/active-conf.dtx
%doc %{_texmfdistdir}/source/latex/active-conf/active-conf.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3a-3
+ Revision: f130f45
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19199 |14mr|texlive-actuarialangle-20121016-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28004
# category Package
# catalog-ctan /macros/latex/contrib/actuarialangle
# catalog-date 2012-10-16 11:23:03 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-actuarialangle
Version:	20121016
Release:	7
Summary:	Symbol for use in "present value" statements of an annuity
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/actuarialangle
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/actuarialangle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/actuarialangle.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a single command \actuarialangle to typeset
"angles" in the 'present value of an annuity' symbols common in
actuarial and financial notation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/actuarialangle/actuarialangle.sty
%doc %{_texmfdistdir}/doc/latex/actuarialangle/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20121016-7
+ Revision: 62c3ab4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19200 |14mr|texlive-addlines-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/addlines
# catalog-date 2009-04-24 13:36:42 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-addlines
Version:	0.2
Release:	3
Summary:	A user-friendly wrapper around \enlargethispage
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/addlines
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/addlines.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/addlines.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/addlines.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This small package provides the command \addlines for adding or
removing space in the textblock of the page it's used on. E.g.,
adding an extra line of text to the page so that a section fits
better on the next page. It will also add space to the facing
page in a two-sided document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/addlines/addlines.sty
%doc %{_texmfdistdir}/doc/latex/addlines/README
%doc %{_texmfdistdir}/doc/latex/addlines/addlines-example.ltx
%doc %{_texmfdistdir}/doc/latex/addlines/addlines.pdf
#- source
%doc %{_texmfdistdir}/source/latex/addlines/addlines.dtx
%doc %{_texmfdistdir}/source/latex/addlines/addlines.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 1070e9d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19201 |14mr|texlive-adfathesis-2.42-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26048
# category Package
# catalog-ctan /macros/latex/contrib/adfathesis
# catalog-date 2011-11-23 23:58:18 +0100
# catalog-license pd
# catalog-version 2.42
Name:		texlive-adfathesis
Version:	2.42
Release:	3
Summary:	Australian Defence Force Academy thesis format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/adfathesis
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adfathesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adfathesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adfathesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle includes a BibTeX style file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/adfathesis/adfathesis.bst
%{_texmfdistdir}/tex/latex/adfathesis/adfathesis.cls
%doc %{_texmfdistdir}/doc/latex/adfathesis/README
%doc %{_texmfdistdir}/doc/latex/adfathesis/adfathesis.pdf
%doc %{_texmfdistdir}/doc/latex/adfathesis/template.tex
#- source
%doc %{_texmfdistdir}/source/latex/adfathesis/adfathesis.dtx
%doc %{_texmfdistdir}/source/latex/adfathesis/adfathesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.42-3
+ Revision: f141ac9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19202 |14mr|texlive-adforn-1.001b2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20019
# category Package
# catalog-ctan /fonts/adforn
# catalog-date 2010-10-06 08:49:34 +0200
# catalog-license lppl
# catalog-version 1.001-b-2
Name:		texlive-adforn
Version:	1.001b2
Release:	3
Summary:	OrnementsADF font with TeX/LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/adforn
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adforn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adforn.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides the Ornements ADF font in PostScript type 1
format with TeX/LaTeX support files. The font is licensed under
GPL v2 or later with font exception. (See NOTICE, COPYING,
README.) The TeX/LaTeX support is licensed under LPPL. (See
README, manifest.txt.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arkandis/adforn/OrnementsADF.afm
%{_texmfdistdir}/fonts/enc/dvips/adforn/OrnementsADF.enc
%{_texmfdistdir}/fonts/map/dvips/adforn/OrnementsADF.map
%{_texmfdistdir}/fonts/tfm/arkandis/adforn/OrnementsADF.tfm
%{_texmfdistdir}/fonts/type1/arkandis/adforn/OrnementsADF.pfb
%{_texmfdistdir}/fonts/type1/arkandis/adforn/OrnementsADF.pfm
%{_texmfdistdir}/tex/latex/adforn/adforn.sty
%{_texmfdistdir}/tex/latex/adforn/uornementsadf.fd
%doc %{_texmfdistdir}/doc/fonts/adforn/COPYING
%doc %{_texmfdistdir}/doc/fonts/adforn/NOTICE
%doc %{_texmfdistdir}/doc/fonts/adforn/README
%doc %{_texmfdistdir}/doc/fonts/adforn/adforn.pdf
%doc %{_texmfdistdir}/doc/fonts/adforn/adforn.tex
%doc %{_texmfdistdir}/doc/fonts/adforn/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.001b2-3
+ Revision: c216a26
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19203 |14mr|texlive-adfsymbols-1.001-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19766
# category Package
# catalog-ctan /fonts/adfsymbols
# catalog-date 2010-09-13 13:22:42 +0200
# catalog-license lppl
# catalog-version 1.001
Name:		texlive-adfsymbols
Version:	1.001
Release:	3
Summary:	SymbolsADF with TeX/LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/adfsymbols
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adfsymbols.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adfsymbols.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
The package provides Arkandis foundry's ArrowsADF and
BulletsADF fonts in Adobe Type 1 format, together with
TeX/LaTeX support files. The fonts are licensed under GPL v2 or
later with font exception. (See NOTICE, COPYING, README.) The
TeX/LaTeX support is licensed under LPPL. (See README,
manifest.txt.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arkandis/adfsymbols/ArrowsADF.afm
%{_texmfdistdir}/fonts/afm/arkandis/adfsymbols/BulletsADF.afm
%{_texmfdistdir}/fonts/enc/dvips/adfsymbols/SymbolsADF.enc
%{_texmfdistdir}/fonts/map/dvips/adfsymbols/ArrowsADF.map
%{_texmfdistdir}/fonts/map/dvips/adfsymbols/BulletsADF.map
%{_texmfdistdir}/fonts/tfm/arkandis/adfsymbols/ArrowsADF.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/adfsymbols/BulletsADF.tfm
%{_texmfdistdir}/fonts/type1/arkandis/adfsymbols/ArrowsADF.pfb
%{_texmfdistdir}/fonts/type1/arkandis/adfsymbols/BulletsADF.pfb
%{_texmfdistdir}/tex/latex/adfsymbols/adfarrows.sty
%{_texmfdistdir}/tex/latex/adfsymbols/adfbullets.sty
%{_texmfdistdir}/tex/latex/adfsymbols/uarrowsadf.fd
%{_texmfdistdir}/tex/latex/adfsymbols/ubulletsadf.fd
%_texmf_updmap_d/adfsymbols
%doc %{_texmfdistdir}/doc/fonts/adfsymbols/COPYING
%doc %{_texmfdistdir}/doc/fonts/adfsymbols/NOTICE
%doc %{_texmfdistdir}/doc/fonts/adfsymbols/README
%doc %{_texmfdistdir}/doc/fonts/adfsymbols/adfsymbols.pdf
%doc %{_texmfdistdir}/doc/fonts/adfsymbols/adfsymbols.tex
%doc %{_texmfdistdir}/doc/fonts/adfsymbols/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/adfsymbols <<EOF
Map ArrowsADF.map
Map BulletsADF.map
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.001-3
+ Revision: 7c9ed9a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19204 |14mr|texlive-adhocfilelist-20130104-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29349
# category Package
# catalog-ctan /support/adhocfilelist
# catalog-date 2013-01-04 14:33:54 +0100
# catalog-license lppl
# catalog-version 2013-01-04
Name:		texlive-adhocfilelist
Version:	20130104
Release:	7
Summary:	'\listfiles' entries from the command line
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/adhocfilelist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adhocfilelist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adhocfilelist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adhocfilelist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-adhocfilelist.bin = %{EVRD}

%description
The package provides a Unix shell script to display a list of
LaTeX \Provides...-command contexts on screen. Provision is
made for controlling the searches that the package does. The
package was developed on a Unix-like system, using (among other
things) the gnu variant of the find command.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/adhocfilelist
%{_texmfdistdir}/scripts/adhocfilelist/adhocfilelist.sh
%{_texmfdistdir}/scripts/adhocfilelist/herelist.sh
%{_texmfdistdir}/tex/support/adhocfilelist/adhocfilelist.RLS
%doc %{_texmfdistdir}/doc/support/adhocfilelist/README
%doc %{_texmfdistdir}/doc/support/adhocfilelist/RELEASEs.txt
%doc %{_texmfdistdir}/doc/support/adhocfilelist/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/support/adhocfilelist/adhocfilelist.htm
%doc %{_texmfdistdir}/doc/support/adhocfilelist/demo/herelist.txt
#- source
%doc %{_texmfdistdir}/source/support/adhocfilelist/adhocfilelist.tex
%doc %{_texmfdistdir}/source/support/adhocfilelist/fdatechk.tex
%doc %{_texmfdistdir}/source/support/adhocfilelist/makehtml.tex
%doc %{_texmfdistdir}/source/support/adhocfilelist/srcfiles.tex
%doc %{_texmfdistdir}/source/support/adhocfilelist/texblog.fdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/adhocfilelist/adhocfilelist.sh adhocfilelist
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130104-7
+ Revision: 9f52a6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19205 |14mr|texlive-adjmulticol-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28936
# category Package
# catalog-ctan /macros/latex/contrib/adjmulticol
# catalog-date 2013-01-24 12:03:40 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-adjmulticol
Version:	1.1
Release:	6
Summary:	Adjusting margins for multicolumn and single column output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/adjmulticol
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adjmulticol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adjmulticol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adjmulticol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
package extends the multicol package with the option to change
the margins for multicolumn and unicolumn layout. The package
understands the difference between the even and odd margins for
two side printing.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/adjmulticol/adjmulticol.sty
%doc %{_texmfdistdir}/doc/latex/adjmulticol/Makefile
%doc %{_texmfdistdir}/doc/latex/adjmulticol/README
%doc %{_texmfdistdir}/doc/latex/adjmulticol/adjmulticol.bib
%doc %{_texmfdistdir}/doc/latex/adjmulticol/adjmulticol.pdf
%doc %{_texmfdistdir}/doc/latex/adjmulticol/sample.pdf
%doc %{_texmfdistdir}/doc/latex/adjmulticol/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/adjmulticol/adjmulticol.dtx
%doc %{_texmfdistdir}/source/latex/adjmulticol/adjmulticol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: e74ace9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19206 |14mr|texlive-adjustbox-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26555
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-adjustbox
Epoch:		1
Version:	20131013
Release:	6
Summary:	TeXLive adjustbox package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adjustbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adjustbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adjustbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive adjustbox package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/adjustbox/adjcalc.sty
%{_texmfdistdir}/tex/latex/adjustbox/adjustbox.sty
%{_texmfdistdir}/tex/latex/adjustbox/tc-dvips.def
%{_texmfdistdir}/tex/latex/adjustbox/tc-pdftex.def
%{_texmfdistdir}/tex/latex/adjustbox/tc-pgf.def
%{_texmfdistdir}/tex/latex/adjustbox/tc-xetex.def
%{_texmfdistdir}/tex/latex/adjustbox/trimclip.sty
%doc %{_texmfdistdir}/doc/latex/adjustbox/README
%doc %{_texmfdistdir}/doc/latex/adjustbox/adjcalc.pdf
%doc %{_texmfdistdir}/doc/latex/adjustbox/adjustbox.pdf
%doc %{_texmfdistdir}/doc/latex/adjustbox/trimclip.pdf
#- source
%doc %{_texmfdistdir}/source/latex/adjustbox/adjcalc.dtx
%doc %{_texmfdistdir}/source/latex/adjustbox/adjustbox.dtx
%doc %{_texmfdistdir}/source/latex/adjustbox/adjustbox.ins
%doc %{_texmfdistdir}/source/latex/adjustbox/trimclip.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: e0db97f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19207 |14mr|texlive-adobemapping-20120508-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26261
# category Package
# catalog-ctan /support/adobemapping
# catalog-date 2012-05-08 12:38:17 +0200
# catalog-license bsd
# catalog-version undef
Name:		texlive-adobemapping
Version:	20120508
Release:	2
Summary:	Adobe cmap and pdfmapping files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/adobemapping
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adobemapping.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package comprises the collection of CMap and PDF mapping
files now made available for distribution by Adobe systems
incorporated.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/cmap/adobemapping/LICENSE
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/90ms-RKSJ-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/90pv-RKSJ-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/90pv-RKSJ-UCS2C
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-B5pc
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-ETen-B5
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-CID
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-Host
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-Mac
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-GBK-EUC
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-GBpc-EUC
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-CID
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-Host
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-Mac
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-90ms-RKSJ
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-90pv-RKSJ
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-CID
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-Host
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-Mac
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-PS-H
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-PS-V
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-CID
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-Host
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-Mac
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-KSCms-UHC
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-KSCpc-EUC
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/B5pc-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/B5pc-UCS2C
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/ETen-B5-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/GBK-EUC-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/GBpc-EUC-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/GBpc-EUC-UCS2C
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/KSCms-UHC-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/KSCpc-EUC-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/KSCpc-EUC-UCS2C
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-90ms-RKSJ
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-90pv-RKSJ
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-B5pc
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-ETen-B5
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-GBK-EUC
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-GBpc-EUC
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-KSCms-UHC
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-KSCpc-EUC
%{_texmfdistdir}/fonts/cmap/adobemapping/README
%{_texmfdistdir}/fonts/cmap/adobemapping/ToUnicode/Adobe-CNS1-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/ToUnicode/Adobe-GB1-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/ToUnicode/Adobe-Japan1-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/ToUnicode/Adobe-Korea1-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-0
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-1
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-2
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-3
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-4
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-5
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-6
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/B5pc-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/B5pc-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/CNS-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/CNS-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/CNS1-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/CNS1-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/CNS2-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/CNS2-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/ETHK-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/ETHK-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/ETen-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/ETen-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/ETenms-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/ETenms-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKdla-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKdla-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKdlb-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKdlb-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKgccs-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKgccs-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKm314-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKm314-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKm471-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKm471-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKscs-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKscs-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UCS2-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UCS2-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF16-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF16-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF32-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF32-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF8-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF8-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/cid2code.txt
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-0
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-1
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-2
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-3
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-4
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-5
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GB-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GB-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GB-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GB-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBK-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBK-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBK2K-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBK2K-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBKp-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBKp-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBT-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBT-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBT-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBT-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBTpc-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBTpc-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBpc-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBpc-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UCS2-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UCS2-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF16-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF16-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF32-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF32-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF8-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF8-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/cid2code.txt
%{_texmfdistdir}/fonts/cmap/adobemapping/ai0/CMap/Identity-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ai0/CMap/Identity-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78-RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78ms-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78ms-RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/83pv-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/90ms-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/90ms-RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/90msp-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/90msp-RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/90pv-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/90pv-RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Add-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Add-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Add-RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Add-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-0
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-1
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-2
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-3
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-4
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-5
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-6
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Ext-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Ext-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Ext-RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Ext-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Hankaku
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Hiragana
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Katakana
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/NWP-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/NWP-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Roman
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-HW-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-HW-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF16-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF16-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF32-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF32-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF8-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF8-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF16-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF16-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF32-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF32-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF8-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF8-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UCS2-HW-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UCS2-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UTF8-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJISX0213-UTF32-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJISX0213-UTF32-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJISX02132004-UTF32-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJISX02132004-UTF32-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/WP-Symbol
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/cid2code.txt
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-0
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-1
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-2
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSC-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSC-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSC-Johab-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSC-Johab-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-HW-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-HW-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSCpc-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSCpc-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UCS2-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UCS2-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF16-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF16-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF32-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF32-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF8-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF8-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/cid2code.txt
%{_texmfdistdir}/fonts/cmap/adobemapping/cmap-current-versions.txt
%{_texmfdistdir}/fonts/cmap/adobemapping/cmap-readme.txt
%{_texmfdistdir}/fonts/cmap/adobemapping/mapping-readme.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120508-2
+ Revision: 6b7acdd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19208 |14mr|texlive-adrconv-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17683
# category Package
# catalog-ctan /macros/latex/contrib/adrconv
# catalog-date 2010-04-05 11:11:18 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-adrconv
Version:	1.3
Release:	3
Summary:	BibTeX styles to implement an address database
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/adrconv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adrconv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adrconv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adrconv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Adrconv is a collection of BibTeX style files to turn an
address database stored in the .bib format into files suitable
for printing as address books or included into letter classes
like akletter or scrletter2. Adrconv will sort the data either
by name or birthday and create output files in various formats
for address books or time planers.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/adrconv/adrbirthday.bst
%{_texmfdistdir}/bibtex/bst/adrconv/adrconv.bst
%{_texmfdistdir}/bibtex/bst/adrconv/adrfax.bst
%{_texmfdistdir}/tex/latex/adrconv/adrdir.cfg
%{_texmfdistdir}/tex/latex/adrconv/adrplaner.cfg
%{_texmfdistdir}/tex/latex/adrconv/adrsmall.cfg
%doc %{_texmfdistdir}/doc/latex/adrconv/2latex.vim
%doc %{_texmfdistdir}/doc/latex/adrconv/adrconv.tex
%doc %{_texmfdistdir}/doc/latex/adrconv/adrconv_pages08.pages/Contents/PkgInfo
%doc %{_texmfdistdir}/doc/latex/adrconv/adrconv_pages08.pages/QuickLook/Thumbnail.jpg
%doc %{_texmfdistdir}/doc/latex/adrconv/adrconv_pages08.pages/index.xml.gz
%doc %{_texmfdistdir}/doc/latex/adrconv/adrdir.tex
%doc %{_texmfdistdir}/doc/latex/adrconv/adrfax.tex
%doc %{_texmfdistdir}/doc/latex/adrconv/adrguide.pdf
%doc %{_texmfdistdir}/doc/latex/adrconv/adrguide.tex
%doc %{_texmfdistdir}/doc/latex/adrconv/adrmontage1.tex
%doc %{_texmfdistdir}/doc/latex/adrconv/adrmontage2.tex
%doc %{_texmfdistdir}/doc/latex/adrconv/birthday.tex
%doc %{_texmfdistdir}/doc/latex/adrconv/example.bib
#- source
%doc %{_texmfdistdir}/source/latex/adrconv/adrconv.dtx
%doc %{_texmfdistdir}/source/latex/adrconv/adrconv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 67d18ad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19209 |14mr|texlive-advdate-20101122-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20538
# category Package
# catalog-ctan /macros/latex/contrib/advdate
# catalog-date 2010-11-22 09:08:01 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-advdate
Version:	20101122
Release:	3
Summary:	Print a date relative to "today"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/advdate
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/advdate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/advdate.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides macros which can add a specified number of days to the
current date (as specified in \today), to save, set and restore
the 'current date' and print it. Intended for use, for example,
in invoices payable within 14 days from today etc. Has only
been tested with Czech dates.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/advdate/advdate.sty
%doc %{_texmfdistdir}/doc/latex/advdate/advdate.pdf
%doc %{_texmfdistdir}/doc/latex/advdate/advdate.tex
%doc %{_texmfdistdir}/doc/latex/advdate/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101122-3
+ Revision: 721c826
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19210 |14mr|texlive-ae-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/ae
# catalog-date 2009-06-30 11:37:01 +0200
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-ae
Version:	1.4
Release:	3
Summary:	Virtual fonts for T1 encoded CMR-fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ae
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ae.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ae.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ae.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of virtual fonts which emulates T1 coded fonts using the
standard CM fonts. The package name, AE fonts, supposedly
stands for "Almost European". The main use of the package was
to produce PDF files using Adobe Type 1 versions of the CM
fonts instead of bitmapped EC fonts. Note that direct
substitutes for the bitmapped EC fonts are now available, via
the CM-super, Latin Modern and (in a restricted way) CM-LGC
font sets.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/ae/aeb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebx10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebx12.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebx5.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebx6.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebx7.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebx8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebx9.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aecsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aeitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer12.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer17.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer5.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer6.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer7.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer9.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aesl10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aesl12.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aesl8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aesl9.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aesltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aess10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aess12.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aess17.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aess8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aess9.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aessbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aessdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aessi10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aessi12.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aessi17.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aessi8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aessi9.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aetcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aeti10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aeti12.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aeti7.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aeti8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aeti9.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aett10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aett12.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aett8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aett9.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/laess8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/laessb8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/laessi8.tfm
%{_texmfdistdir}/fonts/vf/public/ae/aeb10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebx10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebx12.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebx5.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebx6.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebx7.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebx8.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebx9.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebxsl10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebxti10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aecsc10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aeitt10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer12.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer17.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer5.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer6.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer7.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer8.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer9.vf
%{_texmfdistdir}/fonts/vf/public/ae/aesl10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aesl12.vf
%{_texmfdistdir}/fonts/vf/public/ae/aesl8.vf
%{_texmfdistdir}/fonts/vf/public/ae/aesl9.vf
%{_texmfdistdir}/fonts/vf/public/ae/aesltt10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aess10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aess12.vf
%{_texmfdistdir}/fonts/vf/public/ae/aess17.vf
%{_texmfdistdir}/fonts/vf/public/ae/aess8.vf
%{_texmfdistdir}/fonts/vf/public/ae/aess9.vf
%{_texmfdistdir}/fonts/vf/public/ae/aessbx10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aessdc10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aessi10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aessi12.vf
%{_texmfdistdir}/fonts/vf/public/ae/aessi17.vf
%{_texmfdistdir}/fonts/vf/public/ae/aessi8.vf
%{_texmfdistdir}/fonts/vf/public/ae/aessi9.vf
%{_texmfdistdir}/fonts/vf/public/ae/aetcsc10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aeti10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aeti12.vf
%{_texmfdistdir}/fonts/vf/public/ae/aeti7.vf
%{_texmfdistdir}/fonts/vf/public/ae/aeti8.vf
%{_texmfdistdir}/fonts/vf/public/ae/aeti9.vf
%{_texmfdistdir}/fonts/vf/public/ae/aett10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aett12.vf
%{_texmfdistdir}/fonts/vf/public/ae/aett8.vf
%{_texmfdistdir}/fonts/vf/public/ae/aett9.vf
%{_texmfdistdir}/fonts/vf/public/ae/laess8.vf
%{_texmfdistdir}/fonts/vf/public/ae/laessb8.vf
%{_texmfdistdir}/fonts/vf/public/ae/laessi8.vf
%{_texmfdistdir}/tex/latex/ae/ae.sty
%{_texmfdistdir}/tex/latex/ae/aecompl.sty
%{_texmfdistdir}/tex/latex/ae/omlaer.fd
%{_texmfdistdir}/tex/latex/ae/omsaer.fd
%{_texmfdistdir}/tex/latex/ae/ot1aer.fd
%{_texmfdistdir}/tex/latex/ae/ot1aess.fd
%{_texmfdistdir}/tex/latex/ae/ot1aett.fd
%{_texmfdistdir}/tex/latex/ae/ot1laess.fd
%{_texmfdistdir}/tex/latex/ae/ot1laett.fd
%{_texmfdistdir}/tex/latex/ae/t1aer.fd
%{_texmfdistdir}/tex/latex/ae/t1aess.fd
%{_texmfdistdir}/tex/latex/ae/t1aett.fd
%{_texmfdistdir}/tex/latex/ae/t1laess.fd
%{_texmfdistdir}/tex/latex/ae/t1laett.fd
%doc %{_texmfdistdir}/doc/fonts/ae/COPYING
%doc %{_texmfdistdir}/doc/fonts/ae/MANIFEST
%doc %{_texmfdistdir}/doc/fonts/ae/README
#- source
%doc %{_texmfdistdir}/source/fonts/ae/aefonts.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aefonts.tex
%doc %{_texmfdistdir}/source/fonts/ae/aehax5.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aehaxit.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aehaxrm.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aehaxsc.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aehaxsl.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aehaxss.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aelatin.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aelatint.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aesample.tex
%doc %{_texmfdistdir}/source/fonts/ae/aet1.etx
%doc %{_texmfdistdir}/source/fonts/ae/bxittest.tex
%doc %{_texmfdistdir}/source/fonts/ae/clean
%doc %{_texmfdistdir}/source/fonts/ae/germtest.tex
%doc %{_texmfdistdir}/source/fonts/ae/go
%doc %{_texmfdistdir}/source/fonts/ae/install
%doc %{_texmfdistdir}/source/fonts/ae/makepl
%doc %{_texmfdistdir}/source/fonts/ae/ot1tt.etx
%doc %{_texmfdistdir}/source/fonts/ae/slitest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 665fbf3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19211 |14mr|texlive-aeguill-20090430-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/aeguill
# catalog-date 2009-04-30 00:32:08 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-aeguill
Version:	20090430
Release:	3
Summary:	Add several kinds of guillemets to the ae fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/aeguill
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aeguill.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aeguill.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to add guillemets from several
source (Polish cmr, Cyrillic cmr, lasy and ec) to the ae fonts.
This was useful when the ae fonts were used to produce PDF
files, since the additional guillemets exist in fonts available
in Adobe Type 1 format.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/aeguill/aeguill.sty
%doc %{_texmfdistdir}/doc/latex/aeguill/README
%doc %{_texmfdistdir}/doc/latex/aeguill/guil-test1.pdf
%doc %{_texmfdistdir}/doc/latex/aeguill/guil-test1.tex
%doc %{_texmfdistdir}/doc/latex/aeguill/guil-test2.pdf
%doc %{_texmfdistdir}/doc/latex/aeguill/guil-test2.tex
%doc %{_texmfdistdir}/doc/latex/aeguill/license.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090430-3
+ Revision: 3113b36
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19212 |14mr|texlive-afm2pl-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29752
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-afm2pl
Version:	20131013
Release:	6
Summary:	TeXLive afm2pl package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/afm2pl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/afm2pl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-afm2pl.bin
%rename tetex-afm
%rename texlive-texmf-afm

%description
TeXLive afm2pl package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/afm2pl/afm2pl-ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/afm2pl/afm2pl-ot1ital.enc
%{_texmfdistdir}/fonts/enc/dvips/afm2pl/afm2pl-ot1tt.enc
%{_texmfdistdir}/fonts/enc/dvips/afm2pl/afm2pl-texnanlc.enc
%{_texmfdistdir}/fonts/enc/dvips/afm2pl/afm2pl-texnanuc.enc
%{_texmfdistdir}/fonts/lig/afm2pl/accents.lig
%{_texmfdistdir}/fonts/lig/afm2pl/bound.lig
%{_texmfdistdir}/fonts/lig/afm2pl/default.lig
%{_texmfdistdir}/fonts/lig/afm2pl/defpost.lig
%{_texmfdistdir}/fonts/lig/afm2pl/defpre.lig
%{_texmfdistdir}/fonts/lig/afm2pl/forge.lig
%{_texmfdistdir}/fonts/lig/afm2pl/ligtex.lig
%{_texmfdistdir}/tex/fontinst/afm2pl/README
%{_texmfdistdir}/tex/fontinst/afm2pl/ly1.etx
%{_texmfdistdir}/tex/fontinst/afm2pl/ly1c.etx
%{_texmfdistdir}/tex/fontinst/afm2pl/makesc8y.tex
%doc %{_mandir}/man1/afm2pl.1*
%doc %{_texmfdistdir}/doc/man/man1/afm2pl.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 47df434
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19213 |14mr|texlive-afthesis-2.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/afthesis
# catalog-date 2008-11-01 22:12:33 +0100
# catalog-license pd
# catalog-version 2.7
Name:		texlive-afthesis
Version:	2.7
Release:	3
Summary:	Air Force Institute of Technology thesis class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/afthesis
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/afthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/afthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX thesis/dissertation class for US Air Force Institute Of
Technology.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/afthesis/thesnumb.bst
%{_texmfdistdir}/tex/latex/afthesis/afthes10.sty
%{_texmfdistdir}/tex/latex/afthesis/afthes11.sty
%{_texmfdistdir}/tex/latex/afthesis/afthes12.sty
%{_texmfdistdir}/tex/latex/afthesis/afthesis.cls
%{_texmfdistdir}/tex/latex/afthesis/afthesis.sty
%doc %{_texmfdistdir}/doc/latex/afthesis/README
%doc %{_texmfdistdir}/doc/latex/afthesis/thesnumb.doc
%doc %{_texmfdistdir}/doc/latex/afthesis/usethesis.pdf
%doc %{_texmfdistdir}/doc/latex/afthesis/usethesis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7-3
+ Revision: d1f04da
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19214 |14mr|texlive-aguplus-1.6b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17156
# category Package
# catalog-ctan /macros/latex/contrib/aguplus
# catalog-date 2010-02-24 21:28:09 +0100
# catalog-license lppl
# catalog-version 1.6b
Name:		texlive-aguplus
Version:	1.6b
Release:	3
Summary:	Styles for American Geophysical Union
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/aguplus
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aguplus.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aguplus.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle started as an extension to the AGU's own published
styles, providing extra facilities and improved usability. The
AGU now publishes satisfactory LaTeX materials of its own; the
author of aguplus recommends that users switch to using the
official distribution.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/aguplus/agu.bst
%{_texmfdistdir}/bibtex/bst/aguplus/agu04.bst
%{_texmfdistdir}/bibtex/bst/aguplus/agufull.bst
%{_texmfdistdir}/bibtex/bst/aguplus/agufull04.bst
%{_texmfdistdir}/tex/latex/aguplus/aguplus.cls
%{_texmfdistdir}/tex/latex/aguplus/aguplus.sty
%{_texmfdistdir}/tex/latex/aguplus/agupp.sty
%doc %{_texmfdistdir}/doc/latex/aguplus/README
%doc %{_texmfdistdir}/doc/latex/aguplus/README.aguplus
%doc %{_texmfdistdir}/doc/latex/aguplus/aguplus.pdf
%doc %{_texmfdistdir}/doc/latex/aguplus/aguplus.tex
%doc %{_texmfdistdir}/doc/latex/aguplus/changes.v16b
%doc %{_texmfdistdir}/doc/latex/aguplus/geophys.tex
%doc %{_texmfdistdir}/doc/latex/aguplus/sample.bib
%doc %{_texmfdistdir}/doc/latex/aguplus/samplus.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6b-3
+ Revision: c2e595e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19215 |14mr|texlive-aiaa-3.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/aiaa
# catalog-date 2006-09-12 13:40:13 +0200
# catalog-license lppl
# catalog-version 3.6
Name:		texlive-aiaa
Version:	3.6
Release:	3
Summary:	Typeset AIAA conference papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/aiaa
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aiaa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aiaa.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aiaa.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A bundle of LaTeX/BibTeX files and sample documents to aid
those producing papers and journal articles according to the
guidelines of the American Institute of Aeronautics and
Astronautics (AIAA).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/aiaa/aiaa.bst
%{_texmfdistdir}/tex/latex/aiaa/aiaa-tc.cls
%doc %{_texmfdistdir}/doc/latex/aiaa/README
%doc %{_texmfdistdir}/doc/latex/aiaa/aiaa.pdf
%doc %{_texmfdistdir}/doc/latex/aiaa/author_guide.pdf
%doc %{_texmfdistdir}/doc/latex/aiaa/author_guide.tex
%doc %{_texmfdistdir}/doc/latex/aiaa/bibtex_database.bib
%doc %{_texmfdistdir}/doc/latex/aiaa/figure_magnet.eps
%doc %{_texmfdistdir}/doc/latex/aiaa/figure_magnet.pdf
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/CHANGES
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/MANIFEST
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/README
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/aiaa.dtx
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/aiaa.ins
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/aiaa.pdf
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/aiaalgo.eps
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/paper/smpaiaa.ps
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/paper/smpaiaa.tex
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/paper/smpbtx.bib
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/paper/smpfig.eps
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/refs/tstbtx.bib
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/refs/tstref.tex
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/subfigs/smpfig.eps
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/subfigs/smpsubf.tex
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/talk/smpfig.eps
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/talk/smptalk.ps
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/talk/smptalk.sty
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/talk/smptalk.tex
%doc %{_texmfdistdir}/doc/latex/aiaa/template_advanced.pdf
%doc %{_texmfdistdir}/doc/latex/aiaa/template_advanced.tex
%doc %{_texmfdistdir}/doc/latex/aiaa/template_basic.pdf
%doc %{_texmfdistdir}/doc/latex/aiaa/template_basic.tex
#- source
%doc %{_texmfdistdir}/source/latex/aiaa/aiaa.dtx
%doc %{_texmfdistdir}/source/latex/aiaa/aiaa.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6-3
+ Revision: 10457e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19216 |14mr|texlive-aichej-20080816-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/misc/aichej.bst
# catalog-date 2008-08-16 20:32:59 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-aichej
Version:	20080816
Release:	3
Summary:	Bibliography style file for the AIChE Journal
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/misc/aichej.bst
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aichej.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The style was generated using custom-bib, and implements the
style of the American Institute of Chemical Engineers Jounal
(or AIChE Journal or AIChE J or AIChEJ).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/aichej/aichej.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080816-3
+ Revision: 5b257e8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19217 |14mr|texlive-akktex-0.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26055
# category Package
# catalog-ctan /macros/latex/contrib/akktex
# catalog-date 2010-08-24 18:19:56 +0200
# catalog-license lppl
# catalog-version 0.3.2
Name:		texlive-akktex
Version:	0.3.2
Release:	3
Summary:	A collection of packages and classes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/akktex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/akktex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/akktex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides: - new document classes for technical
documents, thesis works, manuscripts and lecture notes; - many
mathematical packages providing a large number of macros for
mathematical texts; - layout providing a non-empty parskip with
extended length corrections and new section definition
commands; - easy label creation for counters; and - german
language tools and predefined abbreviations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/akktex/akkconditional.sty
%{_texmfdistdir}/tex/latex/akktex/akkcounterlabelpattern.sty
%{_texmfdistdir}/tex/latex/akktex/akkcs.sty
%{_texmfdistdir}/tex/latex/akktex/akkdoc.sty
%{_texmfdistdir}/tex/latex/akktex/akkgerman.sty
%{_texmfdistdir}/tex/latex/akktex/akkgermanabbreviations.sty
%{_texmfdistdir}/tex/latex/akktex/akklecture.cls
%{_texmfdistdir}/tex/latex/akktex/akklongpage.sty
%{_texmfdistdir}/tex/latex/akktex/akkmath.sty
%{_texmfdistdir}/tex/latex/akktex/akkmathbasic.sty
%{_texmfdistdir}/tex/latex/akktex/akkmathdisc.sty
%{_texmfdistdir}/tex/latex/akktex/akkmathfun.sty
%{_texmfdistdir}/tex/latex/akktex/akkmathnum.sty
%{_texmfdistdir}/tex/latex/akktex/akkmathpaper.sty
%{_texmfdistdir}/tex/latex/akktex/akkmathproof.sty
%{_texmfdistdir}/tex/latex/akktex/akkmathrel.sty
%{_texmfdistdir}/tex/latex/akktex/akkmathset.sty
%{_texmfdistdir}/tex/latex/akktex/akkmathtext.sty
%{_texmfdistdir}/tex/latex/akktex/akknum.sty
%{_texmfdistdir}/tex/latex/akktex/akkparskip.sty
%{_texmfdistdir}/tex/latex/akktex/akkscript.cls
%{_texmfdistdir}/tex/latex/akktex/akksection.sty
%{_texmfdistdir}/tex/latex/akktex/akkstring.sty
%{_texmfdistdir}/tex/latex/akktex/akktecdoc.cls
%{_texmfdistdir}/tex/latex/akktex/akktex.sty
%{_texmfdistdir}/tex/latex/akktex/akkwidepage.sty
%doc %{_texmfdistdir}/doc/latex/akktex/README
%doc %{_texmfdistdir}/doc/latex/akktex/README.TEXLIVE

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.2-3
+ Revision: 6acc373
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19218 |14mr|texlive-akletter-1.5i-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/akletter
# catalog-date 2009-01-23 15:11:09 +0100
# catalog-license lppl
# catalog-version 1.5i
Name:		texlive-akletter
Version:	1.5i
Release:	3
Summary:	Comprehensive letter support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/akletter
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/akletter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/akletter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An advanced letter document class which extends LaTeX's usual
letter class, providing support for building your own
letterhead and marking fold points for window envelopes.
Options supported by the package include: letterpaper for US
letter; a4offset for a modified A4 layout suitable for platic
binders that cover a part of the left margin. The class's
handling of dates has inspired an extended version of date-
handling in the isodate package. The class supersedes an
earlier class called myletter.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/akletter/akfax.cfg
%{_texmfdistdir}/tex/latex/akletter/akletter.cfg
%{_texmfdistdir}/tex/latex/akletter/akletter.cls
%{_texmfdistdir}/tex/latex/akletter/myletter.cls
%doc %{_texmfdistdir}/doc/latex/akletter/akletter.tex
%doc %{_texmfdistdir}/doc/latex/akletter/akletter.upl
%doc %{_texmfdistdir}/doc/latex/akletter/letterdoc.pdf
%doc %{_texmfdistdir}/doc/latex/akletter/letterdoc.tex
%doc %{_texmfdistdir}/doc/latex/akletter/lettereng.pdf
%doc %{_texmfdistdir}/doc/latex/akletter/lettereng.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5i-3
+ Revision: 000d2bb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19219 |14mr|texlive-aleph-RC2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category Package
# catalog-ctan /systems/aleph
# catalog-date 2012-12-31 10:35:50 +0100
# catalog-license gpl
# catalog-version RC2
Name:		texlive-aleph
Version:	RC2
Release:	12
Summary:	Extended TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/aleph
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aleph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aleph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-tetex
Requires:	texlive-latex
Requires:	texlive-plain
Requires:	texlive-lambda
Requires:	texlive-aleph.bin

%description
An development of omega, using most of the extensions of TeX
itself developed for e-TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	rm -fr %{_texmfvardir}/web2c/aleph
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_fmtutil_d/aleph
%doc %{_texmfdistdir}/doc/aleph/base/News
%doc %{_texmfdistdir}/doc/aleph/base/readme.txt
%doc %{_mandir}/man1/aleph.1*
%doc %{_texmfdistdir}/doc/man/man1/aleph.man1.pdf
%doc %{_mandir}/man1/lamed.1*
%doc %{_texmfdistdir}/doc/man/man1/lamed.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/aleph <<EOF
#
# from aleph:
aleph aleph - *aleph.ini
lamed aleph language.dat *lambda.ini
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> RC2-12
+ Revision: 79402d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19220 |14mr|texlive-alg-20010313-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/alg
# catalog-date 2006-12-17 11:41:28 +0100
# catalog-license lppl
# catalog-version 2001-03-13
Name:		texlive-alg
Version:	20010313
Release:	3
Summary:	LaTeX environments for typesetting algorithms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/alg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines two environments for typesetting algorithms in LaTeX2e.
The algtab environment is used to typeset an algorithm with
automatically numbered lines. The algorithm environment can be
used to encapsulate the algtab environment algorithm in a
floating body together with a header, a caption, etc.
\listofalgorithms is defined.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/alg/alg.sty
%doc %{_texmfdistdir}/doc/latex/alg/readme.txt
#- source
%doc %{_texmfdistdir}/source/latex/alg/alg.dtx
%doc %{_texmfdistdir}/source/latex/alg/alg.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20010313-3
+ Revision: a037c0d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19221 |14mr|texlive-algorithm2e-4.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16417
# category Package
# catalog-ctan /macros/latex/contrib/algorithm2e
# catalog-date 2009-12-15 18:51:03 +0100
# catalog-license lppl
# catalog-version 4.01
Name:		texlive-algorithm2e
Version:	4.01
Release:	3
Summary:	Floating algorithm environment with algorithmic keywords
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/algorithm2e
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithm2e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithm2e.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Algorithm2e is an environment for writing algorithms. An
algorithm becomes a floating object (like figure, table, etc.).
The package provides macros that allow you to create different
keywords, and a set of predefined key words is provided; you
can change the typography of the keywords. The package allows
vertical lines delimiting a block of instructions in an
algorithm, and defines different sorts of algorithms such as
Procedure or Function; the name of these functions may be
reused in the text or in other algorithms.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/algorithm2e/algorithm2e.sty
%doc %{_texmfdistdir}/doc/latex/algorithm2e/README
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e.pdf
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_ex01.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_ex02.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_ex03.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_ex04.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_ex05.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_ex06.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_ex07.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_exAlgoDisjdecomp.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_exIR.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_exfor.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_exrepeat.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_exswitch.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.01-3
+ Revision: d2f5b9c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19222 |14mr|texlive-algorithmicx-20061012-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/algorithmicx
# catalog-date 2006-10-12 12:11:58 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-algorithmicx
Version:	20061012
Release:	3
Summary:	The algorithmic style you always wanted
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithmicx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithmicx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Algorithmicx provides a very flexible, yet easy to use way for
inserting good looking pseudocode or source code in your
papers. It has built in support for Pseudocode, Pascal, C, and
powerful means to create definitions for any programming
language. You can easily adapt a Pseudocode style to your
native language.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/algorithmicx/algc.sty
%{_texmfdistdir}/tex/latex/algorithmicx/algcompatible.sty
%{_texmfdistdir}/tex/latex/algorithmicx/algmatlab.sty
%{_texmfdistdir}/tex/latex/algorithmicx/algorithmicx.sty
%{_texmfdistdir}/tex/latex/algorithmicx/algpascal.sty
%{_texmfdistdir}/tex/latex/algorithmicx/algpseudocode.sty
%doc %{_texmfdistdir}/doc/latex/algorithmicx/README
%doc %{_texmfdistdir}/doc/latex/algorithmicx/algorithmicx.pdf
%doc %{_texmfdistdir}/doc/latex/algorithmicx/algorithmicx.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061012-3
+ Revision: a7c884c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19223 |14mr|texlive-algorithms-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/algorithms
# catalog-date 2009-08-25 14:02:57 +0200
# catalog-license lgpl
# catalog-version 0.1
Name:		texlive-algorithms
Version:	0.1
Release:	3
Summary:	A suite of tools for typesetting algorithms in pseudo-code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/algorithms
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithms.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithms.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithms.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Consists of two environments: algorithm and algorithmic. The
algorithm package defines a floating algorithm environment
designed to work with the algorithmic style. Within an
algorithmic environment a number of commands for typesetting
popular algorithmic constructs are available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/algorithms/algorithm.sty
%{_texmfdistdir}/tex/latex/algorithms/algorithmic.sty
%doc %{_texmfdistdir}/doc/latex/algorithms/COPYING
%doc %{_texmfdistdir}/doc/latex/algorithms/README
%doc %{_texmfdistdir}/doc/latex/algorithms/THANKS
%doc %{_texmfdistdir}/doc/latex/algorithms/algorithms.pdf
#- source
%doc %{_texmfdistdir}/source/latex/algorithms/algorithms.dtx
%doc %{_texmfdistdir}/source/latex/algorithms/algorithms.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: d050dc0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19224 |14mr|texlive-allrunes-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21886
# category Package
# catalog-ctan /fonts/allrunes
# catalog-date 2007-01-14 10:14:42 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-allrunes
Version:	2.1
Release:	3
Summary:	Fonts and LaTeX package for almost all runes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/allrunes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/allrunes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/allrunes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/allrunes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This large collection of fonts (in Adobe Type 1 format), with
the LaTeX package gives access to almost all runes ever used in
Europe. The bundle covers not only the main forms but also a
lot of varieties.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/allrunes/allrunes.map
%{_texmfdistdir}/fonts/source/public/allrunes/frua.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruabm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruabn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruabq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruabr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruabs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruabt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruacm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruacn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruacq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruacr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruacs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruact.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruakm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruakn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruakq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruakr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruaks.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruakt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frualm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frualn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frualq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frualr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruals.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frualt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruamm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruamn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruamq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruamr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruams.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruamt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruanm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruann.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruanq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruanr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruans.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruant.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frubase.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruc.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucbm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucbn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucbq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucbr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucbs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucbt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruccm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruccn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruccq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruccr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruccs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucct.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruckm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruckn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruckq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruckr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucks.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruckt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruclm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucln.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruclq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruclr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucls.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruclt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucmm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucmn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucmq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucmr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucms.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucmt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucnm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucnn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucnq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucnr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucns.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frucnt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frul.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulbm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulbn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulbq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulbr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulbs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulbt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulcm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulcn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulcq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulcr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulcs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulct.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulkm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulkn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulkq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulkr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulks.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulkt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frullm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulln.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frullq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frullr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulls.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frullt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulmm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulmn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulmq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulmr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulms.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulmt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulnm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulnn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulnq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulnr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulns.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frulnt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frum.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumbm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumbn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumbq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumbr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumbs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumbt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumcm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumcn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumcq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumcr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumcs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumct.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumkm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumkn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumkq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumkr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumks.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumkt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumlm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumln.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumlq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumlr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumls.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumlt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frummm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frummn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frummq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frummr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumms.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frummt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumnm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumnn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumnq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumnr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumns.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frumnt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frun.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunbm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunbn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunbq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunbr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunbs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunbt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruncm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruncn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruncq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruncr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/fruncs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunct.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunkm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunkn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunkq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunkr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunks.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunkt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunlm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunln.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunlq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunlr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunls.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunlt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunmm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunmn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunmq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunmr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunms.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunmt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunnm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunnn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunnq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunnr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunns.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frunnt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frusep.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frut.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutbm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutbn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutbq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutbr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutbs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutbt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutcm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutcn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutcq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutcr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutcs.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutct.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutkm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutkn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutkq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutkr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutks.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutkt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutlm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutln.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutlq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutlr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutls.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutlt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutmm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutmn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutmq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutmr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutms.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutmt.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutnm.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutnn.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutnq.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutnr.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutns.mf
%{_texmfdistdir}/fonts/source/public/allrunes/frutnt.mf
%{_texmfdistdir}/fonts/type1/public/allrunes/fruabm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruabn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruabq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruabr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruabs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruabt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruacm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruacn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruacq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruacr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruacs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruact.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruakm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruakn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruakq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruakr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruaks.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruakt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frualm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frualn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frualq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frualr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruals.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frualt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruamm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruamn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruamq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruamr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruams.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruamt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruanm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruann.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruanq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruanr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruans.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruant.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucbm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucbn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucbq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucbr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucbs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucbt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruccm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruccn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruccq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruccr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruccs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucct.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruckm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruckn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruckq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruckr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucks.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruckt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruclm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucln.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruclq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruclr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucls.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruclt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucmm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucmn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucmq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucmr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucms.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucmt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucnm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucnn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucnq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucnr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucns.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frucnt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulbm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulbn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulbq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulbr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulbs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulbt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulcm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulcn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulcq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulcr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulcs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulct.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulkm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulkn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulkq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulkr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulks.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulkt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frullm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulln.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frullq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frullr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulls.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frullt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulmm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulmn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulmq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulmr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulms.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulmt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulnm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulnn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulnq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulnr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulns.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frulnt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumbm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumbn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumbq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumbr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumbs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumbt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumcm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumcn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumcq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumcr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumcs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumct.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumkm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumkn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumkq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumkr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumks.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumkt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumlm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumln.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumlq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumlr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumls.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumlt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frummm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frummn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frummq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frummr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumms.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frummt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumnm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumnn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumnq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumnr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumns.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frumnt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunbm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunbn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunbq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunbr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunbs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunbt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruncm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruncn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruncq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruncr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/fruncs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunct.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunkm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunkn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunkq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunkr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunks.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunkt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunlm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunln.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunlq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunlr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunls.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunlt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunmm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunmn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunmq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunmr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunms.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunmt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunnm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunnn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunnq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunnr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunns.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frunnt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutbm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutbn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutbq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutbr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutbs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutbt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutcm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutcn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutcq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutcr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutcs.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutct.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutkm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutkn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutkq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutkr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutks.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutkt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutlm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutln.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutlq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutlr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutls.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutlt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutmm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutmn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutmq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutmr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutms.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutmt.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutnm.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutnn.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutnq.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutnr.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutns.pfb
%{_texmfdistdir}/fonts/type1/public/allrunes/frutnt.pfb
%{_texmfdistdir}/tex/latex/allrunes/allrunes.sty
%{_texmfdistdir}/tex/latex/allrunes/ara.fd
%{_texmfdistdir}/tex/latex/allrunes/arc.fd
%{_texmfdistdir}/tex/latex/allrunes/arl.fd
%{_texmfdistdir}/tex/latex/allrunes/arm.fd
%{_texmfdistdir}/tex/latex/allrunes/arn.fd
%{_texmfdistdir}/tex/latex/allrunes/art.fd
%doc %{_texmfdistdir}/doc/fonts/allrunes/README
%doc %{_texmfdistdir}/doc/fonts/allrunes/allrunes.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/allrunes/allrunes.dtx
%doc %{_texmfdistdir}/source/fonts/allrunes/allrunes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 810a47a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19225 |14mr|texlive-alnumsec-v0.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/alnumsec
# catalog-date 2008-05-11 02:21:17 +0200
# catalog-license lppl
# catalog-version v0.03
Name:		texlive-alnumsec
Version:	v0.03
Release:	3
Summary:	Alphanumeric section numbering
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/alnumsec
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alnumsec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alnumsec.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alnumsec.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows you to use alphanumeric section numbering,
for instance "A. Introduction ... III. International Law". Its
output is similar to alphanum, but you can use the standard
LaTeX sectioning commands, so that it is possible to switch
numbering schemes easily. Greek letters, double letters (bb)
and different delimiters around them are supported.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/alnumsec/alnumsec.sty
%doc %{_texmfdistdir}/doc/latex/alnumsec/README
%doc %{_texmfdistdir}/doc/latex/alnumsec/alnumsec.pdf
#- source
%doc %{_texmfdistdir}/source/latex/alnumsec/alnumsec.dtx
%doc %{_texmfdistdir}/source/latex/alnumsec/alnumsec.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.03-3
+ Revision: a825589
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19226 |14mr|texlive-alterqcm-3.7c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23385
# category Package
# catalog-ctan /macros/latex/contrib/alterqcm
# catalog-date 2011-06-06 00:10:59 +0200
# catalog-license lppl
# catalog-version 3.7c
Name:		texlive-alterqcm
Version:	3.7c
Release:	3
Summary:	Multiple choice questionnaires in two column tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/alterqcm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alterqcm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alterqcm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros to support the creation of multiple-choice
questionnaires in two-column tables.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/alterqcm/alterqcm.sty
%doc %{_texmfdistdir}/doc/latex/alterqcm/README
%doc %{_texmfdistdir}/doc/latex/alterqcm/README.doc
%doc %{_texmfdistdir}/doc/latex/alterqcm/doc_aq-screen.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/AntillesESjuin2006.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/alea.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/annexe.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/correct.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/example_1.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/example_2.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/language.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/points.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/sep.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/transparent-final.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/transparent-init.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/verb.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/AntillesESjuin2006.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/alea.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/annexe.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/correct.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/doc_aq.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/example_1.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/example_2.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/language.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/points.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/sep.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/transparent-final.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/transparent-init.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/verb.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/180px-Gustave_Moreau_007.jpg
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/240px-Mort_du_fossoyeur.jpg
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/The_Wounded_Angel_-_Hugo_Simberg.jpg
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/aq.ist
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-def.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-excomp.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-globales.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-installation.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-locales.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-mc.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-points.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-problem.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc_aq-main.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.7c-3
+ Revision: 7196970
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19227 |14mr|texlive-altfont-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/altfont
# catalog-date 2007-09-25 20:36:22 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-altfont
Version:	1.1
Release:	3
Summary:	Alternative font handling in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/altfont
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/altfont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/altfont.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/altfont.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a replacement for that part of psnfss and
mfnfss that changes the default font. The package is
distributed together with the psfont package, by the same
author.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/altfont/altfont.cfg
%{_texmfdistdir}/tex/latex/altfont/altfont.sty
%{_texmfdistdir}/tex/latex/altfont/psfont.cfg
%{_texmfdistdir}/tex/latex/altfont/psfont.sty
%doc %{_texmfdistdir}/doc/latex/altfont/README
%doc %{_texmfdistdir}/doc/latex/altfont/altfont.pdf
%doc %{_texmfdistdir}/doc/latex/altfont/psfont.pdf
#- source
%doc %{_texmfdistdir}/source/latex/altfont/altfont.dtx
%doc %{_texmfdistdir}/source/latex/altfont/altfont.ins
%doc %{_texmfdistdir}/source/latex/altfont/psfont.dtx
%doc %{_texmfdistdir}/source/latex/altfont/psfont.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 4d2f37a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19228 |14mr|texlive-ametsoc-3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ametsoc
# catalog-date 2008-09-04 00:14:12 +0200
# catalog-license lppl
# catalog-version 3.0
Name:		texlive-ametsoc
Version:	3.0
Release:	3
Summary:	Official American Meteorological Society Latex Template
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ametsoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ametsoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ametsoc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package contains all the files necessary to write an
article using latex for the American Meteorological Society
journals. The article and bibliography style files are provided
along with two PDFs describing the use of the files and a blank
template for authors to use in writing their article. Also
available is a separate style file used to format a two-column,
journal page layout draft for the author's personal use.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/ametsoc/ametsoc.bst
%{_texmfdistdir}/tex/latex/ametsoc/ametsoc.sty
%{_texmfdistdir}/tex/latex/ametsoc/ametsoc2col.sty
%doc %{_texmfdistdir}/doc/latex/ametsoc/AMS_References.pdf
%doc %{_texmfdistdir}/doc/latex/ametsoc/README
%doc %{_texmfdistdir}/doc/latex/ametsoc/amspaper.pdf
%doc %{_texmfdistdir}/doc/latex/ametsoc/amspaper.tex
%doc %{_texmfdistdir}/doc/latex/ametsoc/amspaper2col.pdf
%doc %{_texmfdistdir}/doc/latex/ametsoc/bibliography/database.bib
%doc %{_texmfdistdir}/doc/latex/ametsoc/bibliography/references.bib
%doc %{_texmfdistdir}/doc/latex/ametsoc/blank_template.pdf
%doc %{_texmfdistdir}/doc/latex/ametsoc/blank_template.tex
%doc %{_texmfdistdir}/doc/latex/ametsoc/figures/figure01.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-3
+ Revision: acf3777
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19229 |14mr|texlive-amiri-0.104-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27114
# category Package
# catalog-ctan /fonts/amiri
# catalog-date 2012-07-19 13:24:09 +0200
# catalog-license ofl
# catalog-version 0.104
Name:		texlive-amiri
Epoch:		1
Version:	0.104
Release:	2
Summary:	A classical Arabic typeface, Naskh style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/amiri
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amiri.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amiri.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a beta-release of the font, though it is believed to be
largely usable. (The author retains the right to make
incompatible changes in the future.) The font covers the Arabic
and Arabic Supplement blocks of Unicode 6.0, which means it
essentially covers any language written in Arabic script and
supported by Unicode.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/truetype/public/amiri/amiri-bold.ttf
%{_texmfdistdir}/fonts/truetype/public/amiri/amiri-boldslanted.ttf
%{_texmfdistdir}/fonts/truetype/public/amiri/amiri-regular.ttf
%{_texmfdistdir}/fonts/truetype/public/amiri/amiri-slanted.ttf
%doc %{_texmfdistdir}/doc/fonts/amiri/Makefile
%doc %{_texmfdistdir}/doc/fonts/amiri/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/amiri/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/amiri/README
%doc %{_texmfdistdir}/doc/fonts/amiri/documentation/NEWS-Arabic.txt
%doc %{_texmfdistdir}/doc/fonts/amiri/documentation/NEWS.txt
%doc %{_texmfdistdir}/doc/fonts/amiri/documentation/README-Arabic.txt
%doc %{_texmfdistdir}/doc/fonts/amiri/documentation/README.txt
%doc %{_texmfdistdir}/doc/fonts/amiri/documentation/amiri-table.pdf
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/amiri-bold.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/amiri-regular.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/amiri-regular.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/amiri-slanted.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/basic.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/classes.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/contextuals.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/Crimson-Bold.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/Crimson-BoldItalic.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/Crimson-Italic.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/Crimson-Roman-edits.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/Crimson-Roman.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/Crimson-Semibold.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/Crimson-SemiboldItalic.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/calt.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/calt_italic.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/crimson.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/crimson_italic.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/fractions.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/italic_glyphclasses.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/ligatures.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/locl.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/numbers.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/numbers_italic.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/roman_glyphclasses.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/smallcaps.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/subs_sups.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/variants.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/variants_italic.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/enclosing.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/italic_classes.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/italic_ltra.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/italic_proportional.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/italic_rtla.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/kashida.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/kerning.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/lang.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/lang_arabic.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/lang_latin.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/latin_gsub.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/lellah.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/local.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/proportional.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/quran.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/rtlm.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/stylisticsets.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/test-suite/basic.test
%doc %{_texmfdistdir}/doc/fonts/amiri/test-suite/enclosing.ptest
%doc %{_texmfdistdir}/doc/fonts/amiri/test-suite/extendedmeem.test
%doc %{_texmfdistdir}/doc/fonts/amiri/test-suite/high_baa.test
%doc %{_texmfdistdir}/doc/fonts/amiri/test-suite/lellah.test
%doc %{_texmfdistdir}/doc/fonts/amiri/test-suite/local.test
%doc %{_texmfdistdir}/doc/fonts/amiri/tools/build.py
%doc %{_texmfdistdir}/doc/fonts/amiri/tools/runtest.py

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.104-2
+ Revision: cecbe35
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19230 |14mr|texlive-amsaddr-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29630
# category Package
# catalog-ctan /macros/latex/contrib/amsaddr
# catalog-date 2013-04-03 11:32:41 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-amsaddr
Version:	1.1
Release:	6
Summary:	Alter the position of affiliations in amsart
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/amsaddr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsaddr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsaddr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsaddr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is to be used with the amsart documentclass. It
lets you move the authors' affiliations either just below the
authors' names on the front page or as footnotes on the first
page. The email addresses are always listed as a footnote on
the front page.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/amsaddr/amsaddr.sty
%doc %{_texmfdistdir}/doc/latex/amsaddr/README
%doc %{_texmfdistdir}/doc/latex/amsaddr/amsaddr.pdf
#- source
%doc %{_texmfdistdir}/source/latex/amsaddr/amsaddr.dtx
%doc %{_texmfdistdir}/source/latex/amsaddr/amsaddr.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 727060e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19231 |14mr|texlive-amscls-20130202-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30738
# category Package
# catalog-ctan /macros/latex/required/amslatex/amscls
# catalog-date 2013-02-02 11:29:56 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-amscls
Version:	20130202
Release:	6
Summary:	AMS document classes for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/required/amslatex/amscls
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amscls.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amscls.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amscls.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle contains three AMS classes, amsart (for writing
articles for the AMS), amsbook (for books) and amsproc (for
proceedings), together with some supporting material. The
material is made available as part of the AMS-LaTeX
distribution.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/amscls/amsalpha.bst
%{_texmfdistdir}/bibtex/bst/amscls/amsplain.bst
%{_texmfdistdir}/tex/latex/amscls/amsart.cls
%{_texmfdistdir}/tex/latex/amscls/amsbook.cls
%{_texmfdistdir}/tex/latex/amscls/amsbooka.sty
%{_texmfdistdir}/tex/latex/amscls/amsdtx.cls
%{_texmfdistdir}/tex/latex/amscls/amsldoc.cls
%{_texmfdistdir}/tex/latex/amscls/amsmidx.sty
%{_texmfdistdir}/tex/latex/amscls/amsproc.cls
%{_texmfdistdir}/tex/latex/amscls/amsthm.sty
%{_texmfdistdir}/tex/latex/amscls/upref.sty
%doc %{_texmfdistdir}/doc/latex/amscls/00LICENSE.txt
%doc %{_texmfdistdir}/doc/latex/amscls/amsart.template
%doc %{_texmfdistdir}/doc/latex/amscls/amsbook.template
%doc %{_texmfdistdir}/doc/latex/amscls/amsbooka.pdf
%doc %{_texmfdistdir}/doc/latex/amscls/amsclass.pdf
%doc %{_texmfdistdir}/doc/latex/amscls/amsdtx.pdf
%doc %{_texmfdistdir}/doc/latex/amscls/amsmidx.pdf
%doc %{_texmfdistdir}/doc/latex/amscls/amsproc.template
%doc %{_texmfdistdir}/doc/latex/amscls/amsthdoc.pdf
%doc %{_texmfdistdir}/doc/latex/amscls/diffs-c.txt
%doc %{_texmfdistdir}/doc/latex/amscls/instr-l.pdf
%doc %{_texmfdistdir}/doc/latex/amscls/thmtest.pdf
%doc %{_texmfdistdir}/doc/latex/amscls/upref.pdf
#- source
%doc %{_texmfdistdir}/source/latex/amscls/00LICENSE.txt
%doc %{_texmfdistdir}/source/latex/amscls/00readme.txt
%doc %{_texmfdistdir}/source/latex/amscls/ams-c1.ins
%doc %{_texmfdistdir}/source/latex/amscls/amsbooka.dtx
%doc %{_texmfdistdir}/source/latex/amscls/amsbooka.ins
%doc %{_texmfdistdir}/source/latex/amscls/amsclass.dtx
%doc %{_texmfdistdir}/source/latex/amscls/amsdtx.dtx
%doc %{_texmfdistdir}/source/latex/amscls/amsdtx.ins
%doc %{_texmfdistdir}/source/latex/amscls/amsmidx.dtx
%doc %{_texmfdistdir}/source/latex/amscls/amsthdoc.tex
%doc %{_texmfdistdir}/source/latex/amscls/install.txt
%doc %{_texmfdistdir}/source/latex/amscls/instr-l.tex
%doc %{_texmfdistdir}/source/latex/amscls/manifest.txt
%doc %{_texmfdistdir}/source/latex/amscls/thmtest.tex
%doc %{_texmfdistdir}/source/latex/amscls/upref.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130202-6
+ Revision: fe21590
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19232 |14mr|texlive-amsfonts-3.04-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29208
# category Package
# catalog-ctan /fonts/amsfonts
# catalog-date 2013-01-28 18:05:09 +0100
# catalog-license ofl
# catalog-version 3.04
Name:		texlive-amsfonts
Version:	3.04
Release:	6
Summary:	TeX fonts from the American Mathematical Society
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/amsfonts
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsfonts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsfonts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
An extended set of fonts for use in mathematics, including:
extra mathematical symbols; blackboard bold letters (uppercase
only); fraktur letters; subscript sizes of bold math italic and
bold Greek letters; subscript sizes of large symbols such as
sum and product; added sizes of the Computer Modern small caps
font; cyrillic fonts (from the University of Washington); Euler
mathematical fonts. All fonts are provided as Adobe Type 1
files, and all except the Euler fonts are provided as Metafont
source. The distribution also includes the canonical Type 1
versions of the Computer Modern family of fonts. Plain TeX and
LaTeX macros for using the fonts are provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmb10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmbsy10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmbx10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmbx12.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmbx5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmbx6.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmbx7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmbx8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmbx9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmbxsl10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmbxti10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmcsc10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmdunh10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmex10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmff10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmfi10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmfib8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cminch.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmitt10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmmi10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmmi12.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmmi5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmmi6.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmmi7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmmi8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmmi9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmmib10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmr10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmr12.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmr17.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmr5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmr6.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmr7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmr8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmr9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmsl10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmsl12.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmsl8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmsl9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmsltt10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmss10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmss12.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmss17.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmss8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmss9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmssbx10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmssdc10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmssi10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmssi12.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmssi17.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmssi8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmssi9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmssq8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmssqi8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmsy10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmsy5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmsy6.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmsy7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmsy8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmsy9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmtcsc10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmtex10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmtex8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmtex9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmti10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmti12.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmti7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmti8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmti9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmtt10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmtt12.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmtt8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmtt9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmu10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cm/cmvtt10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmbsy5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmbsy6.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmbsy7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmbsy8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmbsy9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmcsc8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmcsc9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmex7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmex8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmex9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmmib5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmmib6.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmmib7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmmib8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cmextra/cmmib9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cyrillic/wncyb10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cyrillic/wncyi10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cyrillic/wncyr10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cyrillic/wncysc10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/cyrillic/wncyss10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/euex10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/euex7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/euex8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/euex9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eufb10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eufb5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eufb7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eufm10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eufm5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eufm7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eurb10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eurb5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eurb7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eurm10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eurm5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eurm7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eusb10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eusb5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eusb7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eusm10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eusm5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/euler/eusm7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/latxfont/lasy10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/latxfont/lasy5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/latxfont/lasy6.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/latxfont/lasy7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/latxfont/lasy8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/latxfont/lasy9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/latxfont/lasyb10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/latxfont/lcircle1.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/latxfont/lcirclew.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/latxfont/lcmss8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/latxfont/lcmssb8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/latxfont/lcmssi8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/latxfont/line10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/latxfont/linew10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/symbols/msam10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/symbols/msam5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/symbols/msam6.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/symbols/msam7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/symbols/msam8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/symbols/msam9.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/symbols/msbm10.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/symbols/msbm5.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/symbols/msbm6.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/symbols/msbm7.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/symbols/msbm8.afm
%{_texmfdistdir}/fonts/afm/public/amsfonts/symbols/msbm9.afm
%{_texmfdistdir}/fonts/map/dvips/amsfonts/cm.map
%{_texmfdistdir}/fonts/map/dvips/amsfonts/cmextra.map
%{_texmfdistdir}/fonts/map/dvips/amsfonts/cyrillic.map
%{_texmfdistdir}/fonts/map/dvips/amsfonts/euler.map
%{_texmfdistdir}/fonts/map/dvips/amsfonts/latxfont.map
%{_texmfdistdir}/fonts/map/dvips/amsfonts/symbols.map
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmbsy5.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmbsy6.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmbsy7.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmbsy8.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmbsy9.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmcsc8.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmcsc9.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmex7.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmex8.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmex9.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmmib5.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmmib6.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmmib7.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmmib8.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cmextra/cmmib9.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/cyrcsc.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/cyrfont.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/cyrilu.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/cyrital.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/cyrmax.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/cyrpunc.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/cyrspl.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/cyrspu.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/cyrti.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/serb.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/serbspu.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyb10.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyb5.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyb6.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyb7.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyb8.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyb9.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyi10.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyi5.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyi6.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyi7.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyi8.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyi9.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyr10.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyr5.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyr6.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyr7.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyr8.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyr9.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncysc10.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyss10.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyss8.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/cyrillic/wncyss9.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/dummy/dummy.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/amsya.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/amsyb.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/asymbols.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/bsymbols.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/msam10.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/msam5.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/msam6.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/msam7.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/msam8.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/msam9.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/msbm10.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/msbm5.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/msbm6.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/msbm7.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/msbm8.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/msbm9.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/xbbase.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/xbbold.mf
%{_texmfdistdir}/fonts/source/public/amsfonts/symbols/xbcaps.mf
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmbsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmbsy6.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmbsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmbsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmbsy9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmex9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmmib5.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmmib6.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmmib7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmmib8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cmextra/cmmib9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyb10.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyb5.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyb6.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyb7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyb8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyb9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyi10.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyi5.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyi6.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyi7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyi8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyi9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyr10.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyr5.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyr6.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyr7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyr8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyr9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncysc10.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyss10.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyss8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/cyrillic/wncyss9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/dummy/dummy.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/euex10.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/euex7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/euex8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/euex9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eufb10.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eufb5.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eufb6.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eufb7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eufb8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eufb9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eufm10.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eufm5.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eufm6.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eufm7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eufm8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eufm9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eurb10.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eurb5.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eurb6.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eurb7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eurb8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eurb9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eurm10.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eurm5.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eurm6.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eurm7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eurm8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eurm9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eusb10.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eusb5.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eusb6.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eusb7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eusb8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eusb9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eusm10.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eusm5.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eusm6.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eusm7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eusm8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/euler/eusm9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/symbols/msam10.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/symbols/msam5.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/symbols/msam6.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/symbols/msam7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/symbols/msam8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/symbols/msam9.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/symbols/msbm10.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/symbols/msbm5.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/symbols/msbm6.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/symbols/msbm8.tfm
%{_texmfdistdir}/fonts/tfm/public/amsfonts/symbols/msbm9.tfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmb10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmb10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbsy10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbsy10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbx10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbx10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbx12.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbx12.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbx5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbx5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbx6.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbx6.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbx7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbx7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbx8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbx8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbx9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbx9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbxsl10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbxsl10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbxti10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmbxti10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmcsc10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmcsc10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmdunh10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmdunh10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmex10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmex10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmff10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmff10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmfi10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmfi10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmfib8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmfib8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cminch.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cminch.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmitt10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmitt10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmi10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmi10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmi12.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmi12.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmi5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmi5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmi6.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmi6.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmi7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmi7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmi8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmi8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmi9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmi9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmib10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmmib10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr12.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr12.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr17.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr17.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr6.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr6.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmr9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsl10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsl10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsl12.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsl12.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsl8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsl8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsl9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsl9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsltt10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsltt10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmss10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmss10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmss12.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmss12.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmss17.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmss17.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmss8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmss8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmss9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmss9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssbx10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssbx10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssdc10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssdc10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssi10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssi10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssi12.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssi12.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssi17.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssi17.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssi8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssi8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssi9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssi9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssq8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssq8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssqi8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmssqi8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsy10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsy10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsy5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsy5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsy6.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsy6.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsy7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsy7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsy8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsy8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsy9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmsy9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtcsc10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtcsc10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtex10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtex10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtex8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtex8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtex9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtex9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmti10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmti10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmti12.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmti12.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmti7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmti7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmti8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmti8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmti9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmti9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtt10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtt10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtt12.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtt12.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtt8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtt8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtt9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmtt9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmu10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmu10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmvtt10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cm/cmvtt10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmbsy5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmbsy5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmbsy6.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmbsy6.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmbsy7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmbsy7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmbsy8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmbsy9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmbsy9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmcsc8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmcsc8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmcsc9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmcsc9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmex7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmex7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmex8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmex8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmex9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmex9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmmib5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmmib5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmmib6.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmmib6.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmmib7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmmib7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmmib8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmmib8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmmib9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cmextra/cmmib9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cyrillic/wncyb10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cyrillic/wncyb10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cyrillic/wncyi10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cyrillic/wncyi10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cyrillic/wncyr10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cyrillic/wncyr10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cyrillic/wncysc10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cyrillic/wncysc10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/cyrillic/wncyss10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/cyrillic/wncyss10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/euex10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/euex10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/euex7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/euex7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/euex8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/euex8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/euex9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/euex9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eufb10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eufb10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eufb5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eufb5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eufb7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eufb7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eufm10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eufm10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eufm5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eufm5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eufm7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eufm7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eurb10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eurb10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eurb5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eurb5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eurb7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eurb7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eurm10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eurm10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eurm5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eurm5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eurm7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eurm7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eusb10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eusb10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eusb5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eusb5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eusb7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eusb7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eusm10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eusm10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eusm5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eusm5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eusm7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/euler/eusm7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lasy10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lasy10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lasy5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lasy5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lasy6.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lasy6.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lasy7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lasy7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lasy8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lasy8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lasy9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lasy9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lasyb10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lasyb10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lcircle1.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lcirclew.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lcirclew.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lcmss8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lcmss8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lcmssb8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lcmssb8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lcmssi8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/lcmssi8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/line10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/line10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/linew10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/latxfont/linew10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msam10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msam10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msam5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msam5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msam6.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msam6.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msam7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msam7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msam8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msam8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msam9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msam9.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msbm10.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msbm10.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msbm5.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msbm5.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msbm6.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msbm6.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msbm7.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msbm7.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msbm8.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msbm8.pfm
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msbm9.pfb
%{_texmfdistdir}/fonts/type1/public/amsfonts/symbols/msbm9.pfm
%{_texmfdistdir}/tex/latex/amsfonts/amsfonts.sty
%{_texmfdistdir}/tex/latex/amsfonts/amssymb.sty
%{_texmfdistdir}/tex/latex/amsfonts/cmmib57.sty
%{_texmfdistdir}/tex/latex/amsfonts/eucal.sty
%{_texmfdistdir}/tex/latex/amsfonts/eufrak.sty
%{_texmfdistdir}/tex/latex/amsfonts/euscript.sty
%{_texmfdistdir}/tex/latex/amsfonts/ueuex.fd
%{_texmfdistdir}/tex/latex/amsfonts/ueuf.fd
%{_texmfdistdir}/tex/latex/amsfonts/ueur.fd
%{_texmfdistdir}/tex/latex/amsfonts/ueus.fd
%{_texmfdistdir}/tex/latex/amsfonts/umsa.fd
%{_texmfdistdir}/tex/latex/amsfonts/umsb.fd
%{_texmfdistdir}/tex/plain/amsfonts/amssym.def
%{_texmfdistdir}/tex/plain/amsfonts/amssym.tex
%{_texmfdistdir}/tex/plain/amsfonts/cyracc.def
%_texmf_updmap_d/amsfonts
%doc %{_texmfdistdir}/doc/fonts/amsfonts/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/amsfonts/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/amsfonts/README
%doc %{_texmfdistdir}/doc/fonts/amsfonts/amsfndoc.pdf
%doc %{_texmfdistdir}/doc/fonts/amsfonts/amsfonts.pdf
%doc %{_texmfdistdir}/doc/fonts/amsfonts/amssymb.pdf
%doc %{_texmfdistdir}/doc/fonts/amsfonts/cmmib57.pdf
%doc %{_texmfdistdir}/doc/fonts/amsfonts/eufrak.pdf
%doc %{_texmfdistdir}/doc/fonts/amsfonts/euscript.pdf
#- source
%doc %{_texmfdistdir}/source/latex/amsfonts/amsfndoc.cyr
%doc %{_texmfdistdir}/source/latex/amsfonts/amsfndoc.def
%doc %{_texmfdistdir}/source/latex/amsfonts/amsfndoc.fnt
%doc %{_texmfdistdir}/source/latex/amsfonts/amsfndoc.ins
%doc %{_texmfdistdir}/source/latex/amsfonts/amsfndoc.tex
%doc %{_texmfdistdir}/source/latex/amsfonts/amsfonts.bug
%doc %{_texmfdistdir}/source/latex/amsfonts/amsfonts.dtx
%doc %{_texmfdistdir}/source/latex/amsfonts/amsfonts.faq
%doc %{_texmfdistdir}/source/latex/amsfonts/amsfonts.ins
%doc %{_texmfdistdir}/source/latex/amsfonts/amssymb.dtx
%doc %{_texmfdistdir}/source/latex/amsfonts/cmmib57.dtx
%doc %{_texmfdistdir}/source/latex/amsfonts/eufrak.dtx
%doc %{_texmfdistdir}/source/latex/amsfonts/euscript.dtx
%doc %{_texmfdistdir}/source/latex/amsfonts/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/amsfonts <<EOF
Map      euler.map
MixedMap cm.map
MixedMap cmextra.map
MixedMap cyrillic.map
MixedMap latxfont.map
MixedMap symbols.map
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.04-6
+ Revision: a215060
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19233 |14mr|texlive-amslatex-primer-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22612
# category Package
# catalog-ctan /info/amslatex/primer
# catalog-date 2011-05-25 00:58:45 +0200
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-amslatex-primer
Version:	2.2
Release:	3
Summary:	Getting up and running with AMS-LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/amslatex/primer
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amslatex-primer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amslatex-primer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The document aims to get you up and running with AMS-LaTeX as
quickly as possible. These instructions (along with a template
file template.tex) are not a substitute for the full
documentation, but they may get you started quickly enough so
that you will only need to refer to the main documentation
occasionally. In addition to 'AMS-LaTeX out of the box', the
document contains: - a section describing how to draw
commutative diagrams using Xy-pic; and - a section describing
how to use amsrefs to create a bibliography.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/amslatex-primer/README
%doc %{_texmfdistdir}/doc/latex/amslatex-primer/amshelp.md5
%doc %{_texmfdistdir}/doc/latex/amslatex-primer/amshelp.pdf
%doc %{_texmfdistdir}/doc/latex/amslatex-primer/amshelp.tex
%doc %{_texmfdistdir}/doc/latex/amslatex-primer/template.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-3
+ Revision: 574440f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19234 |14mr|texlive-amsldoc-it-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-amsldoc-it
Version:	20111103
Release:	3
Summary:	TeXLive amsldoc-it package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsldoc-it.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsldoc-it.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive amsldoc-it package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/amsldoc-it/itamsldoc.pdf
%doc %{_texmfdistdir}/doc/latex/amsldoc-it/itamsldoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: 19c9b16
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19235 |14mr|texlive-amsldoc-vn-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21855
# category Package
# catalog-ctan /info/amslatex/vietnamese
# catalog-date 2007-01-26 22:11:52 +0100
# catalog-license lgpl
# catalog-version 2.0
Name:		texlive-amsldoc-vn
Version:	2.0
Release:	3
Summary:	Vietnamese documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/amslatex/vietnamese
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsldoc-vn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsldoc-vn.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a Vietnamese translation of amsldoc, the users' guide
to amsmath.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/amsldoc-vn/Makefile
%doc %{_texmfdistdir}/doc/latex/amsldoc-vn/README
%doc %{_texmfdistdir}/doc/latex/amsldoc-vn/TODO
%doc %{_texmfdistdir}/doc/latex/amsldoc-vn/amsldoc-print-vi.pdf
%doc %{_texmfdistdir}/doc/latex/amsldoc-vn/amsldoc-print-vi.tex
%doc %{_texmfdistdir}/doc/latex/amsldoc-vn/amsldoc-vi.pdf
%doc %{_texmfdistdir}/doc/latex/amsldoc-vn/amsldoc-vi.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: e7f7dd7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19236 |14mr|texlive-amsmath-2.14-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30645
# category Package
# catalog-ctan /macros/latex/required/amslatex/math
# catalog-date 2013-03-09 20:29:31 +0100
# catalog-license lppl
# catalog-version 2.14
Name:		texlive-amsmath
Version:	2.14
Release:	6
Summary:	AMS mathematical facilities for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/required/amslatex/math
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsmath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsmath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the principal packages in the AMS-LaTeX
distribution. It adapts for use in LaTeX most of the
mathematical features found in AMS-TeX; it is highly
recommendsd as an adjunct to serious mathematical typesetting
in LaTeX. When amsmath is loaded, AMS-LaTeX packages amsbsy
(for bold symbols), amsopn (for operator names) and amstext
(for text embdedded in mathematics) are also loaded. Amsmath is
part of the LaTeX required distribution; however, several
contributed packages add still further to its appeal; examples
are empheq, which provides functions for decorating and
highlighting mathematics, and ntheorem, for specifying theorem
(and similar) definitions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/amsmath/amsbsy.sty
%{_texmfdistdir}/tex/latex/amsmath/amscd.sty
%{_texmfdistdir}/tex/latex/amsmath/amsgen.sty
%{_texmfdistdir}/tex/latex/amsmath/amsmath.sty
%{_texmfdistdir}/tex/latex/amsmath/amsopn.sty
%{_texmfdistdir}/tex/latex/amsmath/amstex.sty
%{_texmfdistdir}/tex/latex/amsmath/amstext.sty
%{_texmfdistdir}/tex/latex/amsmath/amsxtra.sty
%doc %{_texmfdistdir}/doc/latex/amsmath/amsbsy.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/amscd.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/amsgen.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/amsldoc.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/amsmath.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/amsopn.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/amstext.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/amsxtra.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/subeqn.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/technote.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/testmath.pdf
#- source
%doc %{_texmfdistdir}/source/latex/amsmath/README
%doc %{_texmfdistdir}/source/latex/amsmath/amsbsy.dtx
%doc %{_texmfdistdir}/source/latex/amsmath/amsbsy.ins
%doc %{_texmfdistdir}/source/latex/amsmath/amscd.dtx
%doc %{_texmfdistdir}/source/latex/amsmath/amscd.ins
%doc %{_texmfdistdir}/source/latex/amsmath/amsgen.dtx
%doc %{_texmfdistdir}/source/latex/amsmath/amsgen.ins
%doc %{_texmfdistdir}/source/latex/amsmath/amsldoc.tex
%doc %{_texmfdistdir}/source/latex/amsmath/amsmath.dtx
%doc %{_texmfdistdir}/source/latex/amsmath/amsmath.ins
%doc %{_texmfdistdir}/source/latex/amsmath/amsopn.dtx
%doc %{_texmfdistdir}/source/latex/amsmath/amsopn.ins
%doc %{_texmfdistdir}/source/latex/amsmath/amstext.dtx
%doc %{_texmfdistdir}/source/latex/amsmath/amstext.ins
%doc %{_texmfdistdir}/source/latex/amsmath/amsxtra.dtx
%doc %{_texmfdistdir}/source/latex/amsmath/amsxtra.ins
%doc %{_texmfdistdir}/source/latex/amsmath/diffs-m.txt
%doc %{_texmfdistdir}/source/latex/amsmath/install.txt
%doc %{_texmfdistdir}/source/latex/amsmath/manifest.txt
%doc %{_texmfdistdir}/source/latex/amsmath/subeqn.tex
%doc %{_texmfdistdir}/source/latex/amsmath/technote.tex
%doc %{_texmfdistdir}/source/latex/amsmath/testmath.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.14-6
+ Revision: 2860380
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19237 |14mr|texlive-amsmath-it-20110329-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22930
# category Package
# catalog-ctan /info/translations/amsmath/it
# catalog-date 2011-03-29 16:35:51 +0200
# catalog-license noinfo
# catalog-version undef
Name:		texlive-amsmath-it
Version:	20110329
Release:	3
Summary:	Italian translations of some old AMSmath documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/amsmath/it
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsmath-it.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsmath-it.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The documents are: diffs-m.txt of December 1999, and
amsmath.faq of March 2000.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/amsmath-it/README
%doc %{_texmfdistdir}/doc/latex/amsmath-it/amsmath.faq
%doc %{_texmfdistdir}/doc/latex/amsmath-it/diffs-m_it.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110329-3
+ Revision: 15e33c9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19238 |14mr|texlive-amsrefs-2.14-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30646
# category Package
# catalog-ctan /macros/latex/contrib/amsrefs
# catalog-date 2013-03-09 15:08:10 +0100
# catalog-license lppl1.3
# catalog-version 2.14
Name:		texlive-amsrefs
Version:	2.14
Release:	6
Summary:	A LaTeX-based replacement for BibTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/amsrefs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsrefs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsrefs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsrefs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Amsrefs is a LaTeX package for bibliographies that provides an
archival data format similar to the format of BibTeX database
files, but adapted to make direct processing by LaTeX easier.
The package can be used either in conjunction with BibTeX or as
a replacement for BibTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/amsrefs/amsj.bib
%{_texmfdistdir}/bibtex/bst/amsrefs/amsra.bst
%{_texmfdistdir}/bibtex/bst/amsrefs/amsrn.bst
%{_texmfdistdir}/bibtex/bst/amsrefs/amsrs.bst
%{_texmfdistdir}/bibtex/bst/amsrefs/amsru.bst
%{_texmfdistdir}/bibtex/bst/amsrefs/amsry.bst
%{_texmfdistdir}/tex/latex/amsrefs/amsbst.sty
%{_texmfdistdir}/tex/latex/amsrefs/amsrefs.sty
%{_texmfdistdir}/tex/latex/amsrefs/ifoption.sty
%{_texmfdistdir}/tex/latex/amsrefs/mathscinet.sty
%{_texmfdistdir}/tex/latex/amsrefs/pcatcode.sty
%{_texmfdistdir}/tex/latex/amsrefs/rkeyval.sty
%{_texmfdistdir}/tex/latex/amsrefs/textcmds.sty
%doc %{_texmfdistdir}/doc/latex/amsrefs/amsrdoc.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/amsrefs.faq
%doc %{_texmfdistdir}/doc/latex/amsrefs/amsrefs.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/amsxport.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/changes.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/cite-xa.tex
%doc %{_texmfdistdir}/doc/latex/amsrefs/cite-xb.tex
%doc %{_texmfdistdir}/doc/latex/amsrefs/cite-xh.tex
%doc %{_texmfdistdir}/doc/latex/amsrefs/cite-xs.tex
%doc %{_texmfdistdir}/doc/latex/amsrefs/gktest.ltb
%doc %{_texmfdistdir}/doc/latex/amsrefs/ifoption.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/jr.bib
%doc %{_texmfdistdir}/doc/latex/amsrefs/mathscinet.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/pcatcode.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/rkeyval.pdf
%doc %{_texmfdistdir}/doc/latex/amsrefs/textcmds.pdf
#- source
%doc %{_texmfdistdir}/source/latex/amsrefs/README
%doc %{_texmfdistdir}/source/latex/amsrefs/amsrdoc.tex
%doc %{_texmfdistdir}/source/latex/amsrefs/amsrefs.dtx
%doc %{_texmfdistdir}/source/latex/amsrefs/amsrefs.ins
%doc %{_texmfdistdir}/source/latex/amsrefs/amsxport.dtx
%doc %{_texmfdistdir}/source/latex/amsrefs/amsxport.ins
%doc %{_texmfdistdir}/source/latex/amsrefs/changes.tex
%doc %{_texmfdistdir}/source/latex/amsrefs/ifoption.dtx
%doc %{_texmfdistdir}/source/latex/amsrefs/ifoption.ins
%doc %{_texmfdistdir}/source/latex/amsrefs/install.txt
%doc %{_texmfdistdir}/source/latex/amsrefs/manifest.txt
%doc %{_texmfdistdir}/source/latex/amsrefs/mathscinet.dtx
%doc %{_texmfdistdir}/source/latex/amsrefs/mathscinet.ins
%doc %{_texmfdistdir}/source/latex/amsrefs/pcatcode.dtx
%doc %{_texmfdistdir}/source/latex/amsrefs/pcatcode.ins
%doc %{_texmfdistdir}/source/latex/amsrefs/rkeyval.dtx
%doc %{_texmfdistdir}/source/latex/amsrefs/rkeyval.ins
%doc %{_texmfdistdir}/source/latex/amsrefs/textcmds.dtx
%doc %{_texmfdistdir}/source/latex/amsrefs/textcmds.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.14-6
+ Revision: 4730c2a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19239 |14mr|texlive-amstex-2.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category Package
# catalog-ctan /macros/amstex
# catalog-date 2012-04-13 20:24:15 +0200
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-amstex
Version:	2.2
Release:	9
Summary:	American Mathematical Society plain TeX macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/amstex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amstex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amstex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-tex
Requires:	texlive-amstex.bin

%description
AMSTeX is a TeX macro package, originally written by Michael
Spivak for the American Mathematical Society (AMS) during 1983-
1985 and is described in the book 'The Joy of TeX'. It is based
on Plain TeX, and provides many features for producing more
professional-looking maths formulas with less burden on
authors. More recently, the focus of attention has switched to
amslatex, but AMSTeX remains as a working system.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/amstex/base/amsppt.sti
%{_texmfdistdir}/tex/amstex/base/amsppt.sty
%{_texmfdistdir}/tex/amstex/base/amsppt1.tex
%{_texmfdistdir}/tex/amstex/base/amstex.bug
%{_texmfdistdir}/tex/amstex/base/amstex.tex
%{_texmfdistdir}/tex/amstex/config/amstex.ini
%_texmf_fmtutil_d/amstex
%doc %{_texmfdistdir}/doc/amstex/base/README
%doc %{_texmfdistdir}/doc/amstex/base/amsguide.pdf
%doc %{_texmfdistdir}/doc/amstex/base/amsguide.tex
%doc %{_texmfdistdir}/doc/amstex/base/amsppt.doc
%doc %{_texmfdistdir}/doc/amstex/base/amsppt.faq
%doc %{_texmfdistdir}/doc/amstex/base/amstinst.ps.gz
%doc %{_texmfdistdir}/doc/amstex/base/amstinst.tex
%doc %{_texmfdistdir}/doc/amstex/base/joyerr.tex
%doc %{_texmfdistdir}/doc/amstex/base/joyerr2.tex
%doc %{_mandir}/man1/amstex.1*
%doc %{_texmfdistdir}/doc/man/man1/amstex.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/amstex <<EOF
#
# from amstex:
amstex pdftex - -translate-file=cp227.tcx *amstex.ini
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-9
+ Revision: 0af2883
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19240 |14mr|texlive-amsthdoc-it-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-amsthdoc-it
Version:	20111103
Release:	3
Summary:	TeXLive amsthdoc-it package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsthdoc-it.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsthdoc-it.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive amsthdoc-it package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/amsthdoc-it/README
%doc %{_texmfdistdir}/doc/latex/amsthdoc-it/amsthdoc_it.pdf
%doc %{_texmfdistdir}/doc/latex/amsthdoc-it/amsthdoc_it.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: ba76d05
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19241 |14mr|texlive-animate-20120807-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26643
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-animate
Version:	20120807
Release:	2
Summary:	TeXLive animate package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/animate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/animate.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive animate package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/animate/animate.sty
%{_texmfdistdir}/tex/latex/animate/animfp.sty
%doc %{_texmfdistdir}/doc/latex/animate/ChangeLog
%doc %{_texmfdistdir}/doc/latex/animate/README
%doc %{_texmfdistdir}/doc/latex/animate/animate.pdf
%doc %{_texmfdistdir}/doc/latex/animate/animate.tex
%doc %{_texmfdistdir}/doc/latex/animate/files/bye_0.eps
%doc %{_texmfdistdir}/doc/latex/animate/files/bye_1.eps
%doc %{_texmfdistdir}/doc/latex/animate/files/bye_2.eps
%doc %{_texmfdistdir}/doc/latex/animate/files/bye_3.eps
%doc %{_texmfdistdir}/doc/latex/animate/files/click.mp3
%doc %{_texmfdistdir}/doc/latex/animate/files/exp.mp
%doc %{_texmfdistdir}/doc/latex/animate/files/mailto.eps
%doc %{_texmfdistdir}/doc/latex/animate/files/pstmetronome.tex
%doc %{_texmfdistdir}/doc/latex/animate/files/scarab.mp

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120807-2
+ Revision: d757a2f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19242 |14mr|texlive-anonchap-1.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17049
# category Package
# catalog-ctan /macros/latex/contrib/anonchap
# catalog-date 2010-02-23 16:03:07 +0100
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-anonchap
Version:	1.1a
Release:	3
Summary:	Make chapters be typeset like sections
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/anonchap
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/anonchap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/anonchap.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The command \simplechapter sets up the \chapter command not to
number chapters, though they may possibly have a prefix, and a
suffix (the \simplechapterdelim command, which the user may
alter). The \restorechapter command restores the status quo
ante.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/anonchap/anonchap.sty
%doc %{_texmfdistdir}/doc/latex/anonchap/anonchap.pdf
%doc %{_texmfdistdir}/doc/latex/anonchap/anonchap.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1a-3
+ Revision: be104b1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19243 |14mr|texlive-answers-2.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20070
# category Package
# catalog-ctan /macros/latex/contrib/answers
# catalog-date 2010-10-12 00:02:51 +0200
# catalog-license lppl
# catalog-version 2.13
Name:		texlive-answers
Version:	2.13
Release:	3
Summary:	Setting questions (or exercises) and answers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/answers
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/answers.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/answers.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/answers.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows a lot of flexibility in constructing
question and answer sheets.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/answers/answers.sty
%doc %{_texmfdistdir}/doc/latex/answers/ansexam1.tex
%doc %{_texmfdistdir}/doc/latex/answers/ansexam2.tex
%doc %{_texmfdistdir}/doc/latex/answers/ansexam3.tex
%doc %{_texmfdistdir}/doc/latex/answers/answers.pdf
#- source
%doc %{_texmfdistdir}/source/latex/answers/answers.dtx
%doc %{_texmfdistdir}/source/latex/answers/answers.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.13-3
+ Revision: bb7d847
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19244 |14mr|texlive-antiqua-001.003-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24266
# category Package
# catalog-ctan /fonts/urw/antiqua
# catalog-date 2011-10-11 17:17:32 +0200
# catalog-license gpl
# catalog-version 001.003
Name:		texlive-antiqua
Version:	001.003
Release:	3
Summary:	URW Antiqua condensed font, for use with TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/antiqua
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/antiqua.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/antiqua.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The directory contains a copy of the Type 1 font "URW Antiqua
2051 Regular Condensed" released under the GPL by URW, with
supporting files for use with (La)TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/urw/antiqua/uaqr8ac.afm
%{_texmfdistdir}/fonts/map/dvips/antiqua/uaq.map
%{_texmfdistdir}/fonts/map/vtex/antiqua/uaq.ali
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqr7tc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqr8ac.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqr8cc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqr8rc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqr8tc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqrc7tc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqrc8tc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqro7tc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqro8cc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqro8rc.tfm
%{_texmfdistdir}/fonts/tfm/urw/antiqua/uaqro8tc.tfm
%{_texmfdistdir}/fonts/type1/urw/antiqua/uaqr8ac.pfb
%{_texmfdistdir}/fonts/type1/urw/antiqua/uaqr8ac.pfm
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqr7tc.vf
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqr8cc.vf
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqr8tc.vf
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqrc7tc.vf
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqrc8tc.vf
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqro7tc.vf
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqro8cc.vf
%{_texmfdistdir}/fonts/vf/urw/antiqua/uaqro8tc.vf
%{_texmfdistdir}/tex/latex/antiqua/ot1uaq.fd
%{_texmfdistdir}/tex/latex/antiqua/t1uaq.fd
%{_texmfdistdir}/tex/latex/antiqua/ts1uaq.fd
%doc %{_texmfdistdir}/doc/fonts/antiqua/antiqua.txt
%doc %{_texmfdistdir}/doc/fonts/antiqua/uaqr8ac.afm.org

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 001.003-3
+ Revision: e81b9dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19245 |14mr|texlive-antomega-0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21933
# category Package
# catalog-ctan /systems/omega/contrib/antomega
# catalog-date 2007-01-23 22:34:44 +0100
# catalog-license lppl
# catalog-version 0.8
Name:		texlive-antomega
Version:	0.8
Release:	3
Summary:	Alternative language support for Omega/Lambda
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/omega/contrib/antomega
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/antomega.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/antomega.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/antomega.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-omega

%description
A language support package for Omega/Lambda. This replaces the
original omega package for use with Lambda, and provides extra
facilities (including Babel-like language switching, which
eases porting of LaTeX documents to Lambda).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/omega/ocp/antomega/babel2de.ocp
%{_texmfdistdir}/omega/ocp/antomega/babel2es.ocp
%{_texmfdistdir}/omega/ocp/antomega/babel2la.ocp
%{_texmfdistdir}/omega/ocp/antomega/babel2pl.ocp
%{_texmfdistdir}/omega/ocp/antomega/babel2punct.ocp
%{_texmfdistdir}/omega/ocp/antomega/babel2ru.ocp
%{_texmfdistdir}/omega/ocp/antomega/bblgrk2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/dosrus2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/greek2punct.ocp
%{_texmfdistdir}/omega/ocp/antomega/iso2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/isobaltic2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/isoce2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/isocyr2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/isogrk2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/koirus2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/latcyr2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/latin/la-lig.ocp
%{_texmfdistdir}/omega/ocp/antomega/latin/la-longs.ocp
%{_texmfdistdir}/omega/ocp/antomega/latin/la-noj.ocp
%{_texmfdistdir}/omega/ocp/antomega/latin/la-nouv.ocp
%{_texmfdistdir}/omega/ocp/antomega/oldstyle.ocp
%{_texmfdistdir}/omega/ocp/antomega/rhobre.ocp
%{_texmfdistdir}/omega/ocp/antomega/rhonobre.ocp
%{_texmfdistdir}/omega/ocp/antomega/tex2punct.ocp
%{_texmfdistdir}/omega/ocp/antomega/texgrk2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/uni2accents.ocp
%{_texmfdistdir}/omega/ocp/antomega/uni2lgr.ocp
%{_texmfdistdir}/omega/ocp/antomega/uni2lig.ocp
%{_texmfdistdir}/omega/ocp/antomega/uni2omega.ocp
%{_texmfdistdir}/omega/ocp/antomega/uni2t1.ocp
%{_texmfdistdir}/omega/ocp/antomega/uni2t2a.ocp
%{_texmfdistdir}/omega/ocp/antomega/uniutf2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/uppercase-dflt.ocp
%{_texmfdistdir}/omega/ocp/antomega/win2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/winbaltic2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/wince2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/wincyr2uni.ocp
%{_texmfdistdir}/omega/otp/antomega/babel2de.otp
%{_texmfdistdir}/omega/otp/antomega/babel2es.otp
%{_texmfdistdir}/omega/otp/antomega/babel2la.otp
%{_texmfdistdir}/omega/otp/antomega/babel2pl.otp
%{_texmfdistdir}/omega/otp/antomega/babel2punct.otp
%{_texmfdistdir}/omega/otp/antomega/babel2ru.otp
%{_texmfdistdir}/omega/otp/antomega/bblgrk2uni.otp
%{_texmfdistdir}/omega/otp/antomega/dosrus2uni.otp
%{_texmfdistdir}/omega/otp/antomega/greek2punct.otp
%{_texmfdistdir}/omega/otp/antomega/iso2uni.otp
%{_texmfdistdir}/omega/otp/antomega/isobaltic2uni.otp
%{_texmfdistdir}/omega/otp/antomega/isoce2uni.otp
%{_texmfdistdir}/omega/otp/antomega/isocyr2uni.otp
%{_texmfdistdir}/omega/otp/antomega/isogrk2uni.otp
%{_texmfdistdir}/omega/otp/antomega/koirus2uni.otp
%{_texmfdistdir}/omega/otp/antomega/latcyr2uni.otp
%{_texmfdistdir}/omega/otp/antomega/latin/la-lig.otp
%{_texmfdistdir}/omega/otp/antomega/latin/la-longs.otp
%{_texmfdistdir}/omega/otp/antomega/latin/la-noj.otp
%{_texmfdistdir}/omega/otp/antomega/latin/la-nouv.otp
%{_texmfdistdir}/omega/otp/antomega/rhobre.otp
%{_texmfdistdir}/omega/otp/antomega/rhonobre.otp
%{_texmfdistdir}/omega/otp/antomega/tex2punct.otp
%{_texmfdistdir}/omega/otp/antomega/texgrk2uni.otp
%{_texmfdistdir}/omega/otp/antomega/uni2accents.otp
%{_texmfdistdir}/omega/otp/antomega/uni2lgr.otp
%{_texmfdistdir}/omega/otp/antomega/uni2lig.otp
%{_texmfdistdir}/omega/otp/antomega/uni2omega.otp
%{_texmfdistdir}/omega/otp/antomega/uni2t1.otp
%{_texmfdistdir}/omega/otp/antomega/uni2t2a.otp
%{_texmfdistdir}/omega/otp/antomega/uniutf2uni.otp
%{_texmfdistdir}/omega/otp/antomega/uppercase-dflt.otp
%{_texmfdistdir}/omega/otp/antomega/win2uni.otp
%{_texmfdistdir}/omega/otp/antomega/winbaltic2uni.otp
%{_texmfdistdir}/omega/otp/antomega/wince2uni.otp
%{_texmfdistdir}/omega/otp/antomega/wincyr2uni.otp
%{_texmfdistdir}/tex/lambda/antomega/antomega.cfg
%{_texmfdistdir}/tex/lambda/antomega/antomega.sty
%{_texmfdistdir}/tex/lambda/antomega/grhyph16.tex
%{_texmfdistdir}/tex/lambda/antomega/hyphen.cfg
%{_texmfdistdir}/tex/lambda/antomega/language.dat.sample
%{_texmfdistdir}/tex/lambda/antomega/lgc0700.def
%{_texmfdistdir}/tex/lambda/antomega/lgrenc-antomega.def
%{_texmfdistdir}/tex/lambda/antomega/ograhyph4.tex
%{_texmfdistdir}/tex/lambda/antomega/ogrmhyph4.tex
%{_texmfdistdir}/tex/lambda/antomega/ogrphyph4.tex
%{_texmfdistdir}/tex/lambda/antomega/omega-english.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-french.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-german.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-greek.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-latin.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-latvian.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-polish.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-russian.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-spanish.ldf
%{_texmfdistdir}/tex/lambda/antomega/ruhyph16.tex
%{_texmfdistdir}/tex/lambda/antomega/t1enc-antomega.def
%{_texmfdistdir}/tex/lambda/antomega/t2aenc-antomega.def
%{_texmfdistdir}/tex/lambda/antomega/uni0100.def
%{_texmfdistdir}/tex/lambda/antomega/uni0370.def
%{_texmfdistdir}/tex/lambda/antomega/uni0400.def
%{_texmfdistdir}/tex/lambda/antomega/uni1f00.def
%{_texmfdistdir}/tex/lambda/antomega/ut1enc-antomega.def
%doc %{_texmfdistdir}/doc/omega/antomega/README
%doc %{_texmfdistdir}/doc/omega/antomega/antomega.pdf
#- source
%doc %{_texmfdistdir}/source/lambda/antomega/antenc.dtx
%doc %{_texmfdistdir}/source/lambda/antomega/antenc.ins
%doc %{_texmfdistdir}/source/lambda/antomega/antomega.dtx
%doc %{_texmfdistdir}/source/lambda/antomega/antomega.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar omega tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8-3
+ Revision: c3aceed
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19246 |14mr|texlive-antt-2.08-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/antt
# catalog-date 2007-08-24 10:36:49 +0200
# catalog-license gfsl
# catalog-version 2.08
Name:		texlive-antt
Version:	2.08
Release:	3
Summary:	Antykwa Torunska: a Type 1 family of a Polish traditional type
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/antt
License:	GFSL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/antt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/antt.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Antykwa Torunska is a serif font designed by the late Polish
typographer Zygfryd Gardzielewski, reconstructed and digitized
as as Type 1.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/antt/anttb.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttbi.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcb.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcbi.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcl.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcli.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcm.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcmi.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcr.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcri.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttl.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttli.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttm.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttmi.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttr.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttri.afm
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-cs.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-el.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-ex.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-exp.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-greek.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-mi.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-rm.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-sy.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-texnansi.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-wncy.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/anttcap-cs.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/anttcap-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/anttcap-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/anttcap-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/anttcap-texnansi.enc
%{_texmfdistdir}/fonts/map/dvips/antt/antt-cs.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-ec.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-el.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-ex.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-exp.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-greek.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-mi.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-qx.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-rm.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-sy.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-t2a.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-t2b.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-t2c.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-t5.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-ts1.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-wncy.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt.map
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunska-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunska-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunska-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunska-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCond-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCond-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCond-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCond-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCondLight-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCondLight-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCondMed-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCondMed-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaLight-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaLight-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaMed-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaMed-Regular.otf
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttclcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttclicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttlcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttlicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttclcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttclicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttlcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttlicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttclcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttclicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttlcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttlicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttbz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttcbz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttclz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttcmz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttcrz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttlz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttmz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttrz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttclcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttclicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttlcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttlicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttclcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttclicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttlcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttlicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttri.tfm
%{_texmfdistdir}/fonts/type1/public/antt/anttb.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttbi.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcb.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcbi.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcl.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcli.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcm.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcmi.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcr.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcri.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttl.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttli.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttm.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttmi.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttr.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttri.pfb
%{_texmfdistdir}/tex/latex/antt/anttor.sty
%{_texmfdistdir}/tex/latex/antt/antyktor.sty
%{_texmfdistdir}/tex/latex/antt/il2antt.fd
%{_texmfdistdir}/tex/latex/antt/il2anttc.fd
%{_texmfdistdir}/tex/latex/antt/il2anttl.fd
%{_texmfdistdir}/tex/latex/antt/il2anttlc.fd
%{_texmfdistdir}/tex/latex/antt/ly1antt.fd
%{_texmfdistdir}/tex/latex/antt/ly1anttc.fd
%{_texmfdistdir}/tex/latex/antt/ly1anttl.fd
%{_texmfdistdir}/tex/latex/antt/ly1anttlc.fd
%{_texmfdistdir}/tex/latex/antt/omlantt.fd
%{_texmfdistdir}/tex/latex/antt/omlanttc.fd
%{_texmfdistdir}/tex/latex/antt/omlanttl.fd
%{_texmfdistdir}/tex/latex/antt/omlanttlc.fd
%{_texmfdistdir}/tex/latex/antt/omsantt.fd
%{_texmfdistdir}/tex/latex/antt/omsanttc.fd
%{_texmfdistdir}/tex/latex/antt/omsanttl.fd
%{_texmfdistdir}/tex/latex/antt/omsanttlc.fd
%{_texmfdistdir}/tex/latex/antt/omxantt.fd
%{_texmfdistdir}/tex/latex/antt/omxanttc.fd
%{_texmfdistdir}/tex/latex/antt/omxanttl.fd
%{_texmfdistdir}/tex/latex/antt/omxanttlc.fd
%{_texmfdistdir}/tex/latex/antt/ot1antt.fd
%{_texmfdistdir}/tex/latex/antt/ot1anttc.fd
%{_texmfdistdir}/tex/latex/antt/ot1anttcm.fd
%{_texmfdistdir}/tex/latex/antt/ot1anttl.fd
%{_texmfdistdir}/tex/latex/antt/ot1anttlc.fd
%{_texmfdistdir}/tex/latex/antt/ot1anttlcm.fd
%{_texmfdistdir}/tex/latex/antt/ot1anttlm.fd
%{_texmfdistdir}/tex/latex/antt/ot1anttm.fd
%{_texmfdistdir}/tex/latex/antt/ot2antt.fd
%{_texmfdistdir}/tex/latex/antt/ot2anttc.fd
%{_texmfdistdir}/tex/latex/antt/ot2anttl.fd
%{_texmfdistdir}/tex/latex/antt/ot2anttlc.fd
%{_texmfdistdir}/tex/latex/antt/ot4antt.fd
%{_texmfdistdir}/tex/latex/antt/ot4anttc.fd
%{_texmfdistdir}/tex/latex/antt/ot4anttl.fd
%{_texmfdistdir}/tex/latex/antt/ot4anttlc.fd
%{_texmfdistdir}/tex/latex/antt/qxantt.fd
%{_texmfdistdir}/tex/latex/antt/qxanttc.fd
%{_texmfdistdir}/tex/latex/antt/qxanttl.fd
%{_texmfdistdir}/tex/latex/antt/qxanttlc.fd
%{_texmfdistdir}/tex/latex/antt/t1antt.fd
%{_texmfdistdir}/tex/latex/antt/t1anttc.fd
%{_texmfdistdir}/tex/latex/antt/t1anttl.fd
%{_texmfdistdir}/tex/latex/antt/t1anttlc.fd
%{_texmfdistdir}/tex/latex/antt/t2aantt.fd
%{_texmfdistdir}/tex/latex/antt/t2aanttc.fd
%{_texmfdistdir}/tex/latex/antt/t2aanttl.fd
%{_texmfdistdir}/tex/latex/antt/t2aanttlc.fd
%{_texmfdistdir}/tex/latex/antt/t2bantt.fd
%{_texmfdistdir}/tex/latex/antt/t2banttc.fd
%{_texmfdistdir}/tex/latex/antt/t2banttl.fd
%{_texmfdistdir}/tex/latex/antt/t2banttlc.fd
%{_texmfdistdir}/tex/latex/antt/t2cantt.fd
%{_texmfdistdir}/tex/latex/antt/t2canttc.fd
%{_texmfdistdir}/tex/latex/antt/t2canttl.fd
%{_texmfdistdir}/tex/latex/antt/t2canttlc.fd
%{_texmfdistdir}/tex/latex/antt/t5antt.fd
%{_texmfdistdir}/tex/latex/antt/t5anttc.fd
%{_texmfdistdir}/tex/latex/antt/t5anttl.fd
%{_texmfdistdir}/tex/latex/antt/t5anttlc.fd
%{_texmfdistdir}/tex/latex/antt/ts1antt.fd
%{_texmfdistdir}/tex/latex/antt/ts1anttc.fd
%{_texmfdistdir}/tex/latex/antt/ts1anttl.fd
%{_texmfdistdir}/tex/latex/antt/ts1anttlc.fd
%{_texmfdistdir}/tex/plain/antt/antt-math.tex
%doc %{_texmfdistdir}/doc/fonts/antt/AntykwaTorunska-doc-en-2_03.pdf
%doc %{_texmfdistdir}/doc/fonts/antt/AntykwaTorunska-doc-pl-2_03.pdf
%doc %{_texmfdistdir}/doc/fonts/antt/AntykwaTorunska-doc-src-2_03.zip
%doc %{_texmfdistdir}/doc/fonts/antt/GUST-FONT-NOSOURCE-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/antt/MANIFEST.txt
%doc %{_texmfdistdir}/doc/fonts/antt/README
%doc %{_texmfdistdir}/doc/fonts/antt/antt-latex-cyr.tex
%doc %{_texmfdistdir}/doc/fonts/antt/antt-latex-math.tex
%doc %{_texmfdistdir}/doc/fonts/antt/antt-latex-pl.tex
%doc %{_texmfdistdir}/doc/fonts/antt/antt-latex-t2a.tex
%doc %{_texmfdistdir}/doc/fonts/antt/antt-latex-t5.tex
%doc %{_texmfdistdir}/doc/fonts/antt/antt-mathtest.tex
%doc %{_texmfdistdir}/doc/fonts/antt/antt-table.tex
%doc %{_texmfdistdir}/doc/latex/antt/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.08-3
+ Revision: f2c7c59
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19247 |14mr|texlive-anufinalexam-20120417-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26053
# category Package
# catalog-ctan /macros/latex/contrib/anufinalexam/ANUfinalexam.tex
# catalog-date 2012-04-17 00:02:56 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-anufinalexam
Version:	20120417
Release:	3
Summary:	LaTeX document shell for ANU final exam
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/anufinalexam/ANUfinalexam.tex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/anufinalexam.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/anufinalexam.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This LaTeX document shell is created for the standard
formatting of final exams in The Australian National
University.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/anufinalexam/ANUfinalexam.tex
%doc %{_texmfdistdir}/doc/latex/anufinalexam/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120417-3
+ Revision: 7654f10
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19248 |14mr|texlive-anyfontsize-20100215-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17050
# category Package
# catalog-ctan /macros/latex/contrib/anyfontsize
# catalog-date 2010-02-15 00:07:58 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-anyfontsize
Version:	20100215
Release:	3
Summary:	Select any font size in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/anyfontsize
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/anyfontsize.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/anyfontsize.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the to user select any font size (via e.g.
\fontsize{...}{...}\selectfont), even those sizes that are not
listed in the .fd file. If such a size is requested, LaTeX will
search for and select the nearest listed size; anyfontsize will
then scale the font to the size actually requested. Similar
functionality is available for the CM family, for the EC
family, or for either computer modern encoding; the present
package generalises the facility.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/anyfontsize/anyfontsize.sty
%doc %{_texmfdistdir}/doc/latex/anyfontsize/README
%doc %{_texmfdistdir}/doc/latex/anyfontsize/anyfontsize.pdf
%doc %{_texmfdistdir}/doc/latex/anyfontsize/anyfontsize.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100215-3
+ Revision: 9a6c4ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19249 |14mr|texlive-anysize-20090924-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/anysize
# catalog-date 2009-09-24 14:57:17 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-anysize
Version:	20090924
Release:	3
Summary:	A simple package to set up document margins
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/anysize
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/anysize.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/anysize.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is considered obsolete; alternatives are the
typearea package from the koma-script bundle, or the geometry
package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/anysize/anysize.sty
%doc %{_texmfdistdir}/doc/latex/anysize/README
%doc %{_texmfdistdir}/doc/latex/anysize/anysize.pdf
%doc %{_texmfdistdir}/doc/latex/anysize/anysize.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090924-3
+ Revision: b372810
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19250 |14mr|texlive-aobs-tikz-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32662
# category Package
# catalog-ctan /graphics/pgf/contrib/aobs-tikz
# catalog-date 2014-01-13 12:12:15 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-aobs-tikz
Version:	1.0
Release:	2
Summary:	TikZ styles for creating overlaid pictures in beamer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/aobs-tikz
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aobs-tikz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aobs-tikz.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aobs-tikz.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines auxiliary TikZ styles useful for overlaying
pictures' elements in Beamer. The TikZ styles are grouped in a
library, overlay-beamer-styles which is automatically called by
the package itself. Users may either load just aobs-tikz or the
library; the latter method necessitates TikZ manual load.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/aobs-tikz/tikzlibraryoverlay-beamer-styles.code.tex
%doc %{_texmfdistdir}/doc/latex/aobs-tikz/README
%doc %{_texmfdistdir}/doc/latex/aobs-tikz/aobs-tikz.pdf
%doc %{_texmfdistdir}/doc/latex/aobs-tikz/example.tex
#- source
%doc %{_texmfdistdir}/source/latex/aobs-tikz/aobs-tikz.dtx
%doc %{_texmfdistdir}/source/latex/aobs-tikz/aobs-tikz.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-2
+ Revision: 370c5ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19251 |14mr|texlive-aomart-1.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23349
# category Package
# catalog-ctan /macros/latex/contrib/aomart
# catalog-date 2011-06-22 20:08:44 +0200
# catalog-license lppl1.3
# catalog-version 1.10
Name:		texlive-aomart
Version:	1.10
Release:	3
Summary:	Typeset articles for the Annals of Mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/aomart
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aomart.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aomart.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aomart.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a class for typesetting articles for The
Annals of Mathematics.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/aomart/aomalpha.bst
%{_texmfdistdir}/bibtex/bst/aomart/aomplain.bst
%{_texmfdistdir}/tex/latex/aomart/aomart.cls
%doc %{_texmfdistdir}/doc/latex/aomart/Makefile
%doc %{_texmfdistdir}/doc/latex/aomart/README
%doc %{_texmfdistdir}/doc/latex/aomart/aomart.bib
%doc %{_texmfdistdir}/doc/latex/aomart/aomart.pdf
%doc %{_texmfdistdir}/doc/latex/aomart/aomsample.bib
%doc %{_texmfdistdir}/doc/latex/aomart/aomsample.pdf
%doc %{_texmfdistdir}/doc/latex/aomart/aomsample.tex
%doc %{_texmfdistdir}/doc/latex/aomart/aomsample1.pdf
%doc %{_texmfdistdir}/doc/latex/aomart/aomsample1.tex
%doc %{_texmfdistdir}/doc/latex/aomart/fullref.pl
#- source
%doc %{_texmfdistdir}/source/latex/aomart/aomart.dtx
%doc %{_texmfdistdir}/source/latex/aomart/aomart.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10-3
+ Revision: a0bd9a4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19252 |14mr|texlive-apa-1.3.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/apa
# catalog-date 2008-12-23 16:23:48 +0100
# catalog-license lppl
# catalog-version 1.3.4
Name:		texlive-apa
Version:	1.3.4
Release:	3
Summary:	American Psychological Association format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/apa
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX class to format text according to the American
Psychological Association Publication Manual (5th ed.)
specifications for manuscripts or to the APA journal look found
in journals like the Journal of Experimental Psychology etc. In
addition, it provides regular LaTeX-like output with a few
enhancements and APA-motivated changes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/apa/apa.cls
%{_texmfdistdir}/tex/latex/apa/dutch.apa
%{_texmfdistdir}/tex/latex/apa/english.apa
%{_texmfdistdir}/tex/latex/apa/greek.apa
%doc %{_texmfdistdir}/doc/latex/apa/APAendfloat.cfg
%doc %{_texmfdistdir}/doc/latex/apa/CHANGELOG.txt
%doc %{_texmfdistdir}/doc/latex/apa/LICENCE
%doc %{_texmfdistdir}/doc/latex/apa/README
%doc %{_texmfdistdir}/doc/latex/apa/apacls.html
%doc %{_texmfdistdir}/doc/latex/apa/apacls.txt
%doc %{_texmfdistdir}/doc/latex/apa/apaenum.txt
%doc %{_texmfdistdir}/doc/latex/apa/apaexample.tex
%doc %{_texmfdistdir}/doc/latex/apa/examplebib.bib
%doc %{_texmfdistdir}/doc/latex/apa/examples.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.4-3
+ Revision: 02eed9f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19253 |14mr|texlive-apa6-1.30-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25852
# category Package
# catalog-ctan /macros/latex/contrib/apa6
# catalog-date 2012-04-04 15:21:46 +0200
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-apa6
Version:	1.30
Release:	2
Summary:	Format documents in APA style (6th edition)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/apa6
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class formats documents in APA style (6th Edition). It
provides a full set of facilities in three different output
modes (journal-like appearance, double-spaced manuscript,
LaTeX-like document), in contrast to the earlier apa6e, which
only formats double-spaced manuscripts in APA style. The class
can mask author identity for copies for use in masked peer
review. Citations are provided using the apacite bundle; the
class requires that package if citations are to be typeset. The
class is a development of the apa class (which is no longer
maintained).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/apa6/apa6.cls
%{_texmfdistdir}/tex/latex/apa6/config/APAamerican.txt
%{_texmfdistdir}/tex/latex/apa6/config/APAbritish.txt
%{_texmfdistdir}/tex/latex/apa6/config/APAczech.txt
%{_texmfdistdir}/tex/latex/apa6/config/APAdutch.txt
%{_texmfdistdir}/tex/latex/apa6/config/APAendfloat.cfg
%{_texmfdistdir}/tex/latex/apa6/config/APAenglish.txt
%{_texmfdistdir}/tex/latex/apa6/config/APAgerman.txt
%{_texmfdistdir}/tex/latex/apa6/config/APAgreek.txt
%{_texmfdistdir}/tex/latex/apa6/config/APAngerman.txt
%doc %{_texmfdistdir}/doc/latex/apa6/README
%doc %{_texmfdistdir}/doc/latex/apa6/README.txt
%doc %{_texmfdistdir}/doc/latex/apa6/apa6.pdf
%doc %{_texmfdistdir}/doc/latex/apa6/pseudoTeX/apa6.ptex
%doc %{_texmfdistdir}/doc/latex/apa6/samples/Figure1.pdf
%doc %{_texmfdistdir}/doc/latex/apa6/samples/bibliography.bib
%doc %{_texmfdistdir}/doc/latex/apa6/samples/longsample.tex
%doc %{_texmfdistdir}/doc/latex/apa6/samples/shortsample.tex
#- source
%doc %{_texmfdistdir}/source/latex/apa6/apa6.dtx
%doc %{_texmfdistdir}/source/latex/apa6/apa6.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.30-2
+ Revision: 91c47a7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19254 |14mr|texlive-apa6e-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23350
# category Package
# catalog-ctan /macros/latex/contrib/apa6e
# catalog-date 2011-07-03 10:15:22 +0200
# catalog-license other-free
# catalog-version 0.3
Name:		texlive-apa6e
Version:	0.3
Release:	3
Summary:	Format manuscripts to APA 6th edition guidelines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/apa6e
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6e.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6e.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a minimalist class file for formatting manuscripts in
the style described in the American Psychological Association
(APA) 6th edition guidelines. Some day, the established (and
more capable) apa class will perhaps gain support for the 6th
edition of the APA guidelines, in which case users should
probably use it instead. But in the mean time, this class may
be useful.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/apa6e/apa6e.cls
%doc %{_texmfdistdir}/doc/latex/apa6e/README
%doc %{_texmfdistdir}/doc/latex/apa6e/apa6e.pdf
#- source
%doc %{_texmfdistdir}/source/latex/apa6e/apa6e.dtx
%doc %{_texmfdistdir}/source/latex/apa6e/apa6e.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: 1eaae7e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19255 |14mr|texlive-apacite-6.03-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31264
# category Package
# catalog-ctan /biblio/bibtex/contrib/apacite
# catalog-date 2013-07-22 09:44:36 +0200
# catalog-license lppl
# catalog-version 6.03
Name:		texlive-apacite
Version:	6.03
Release:	6
Summary:	Citation style following the rules of the APA
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/apacite
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apacite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apacite.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apacite.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Apacite provides a BibTeX style and a LaTeX package which are
designed to match the requirements of the American
Psychological Association's style for citations. The package
follows the 6th edition of the APA manual, and is designed to
work with the apa6 class. A test document is provided. The
package is compatible with chapterbib and (to some extent) with
hyperref (for limits of compatibility, see the documentation).
The package also includes a means of generating an author index
for a document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/apacite/apacann.bst
%{_texmfdistdir}/bibtex/bst/apacite/apacannx.bst
%{_texmfdistdir}/bibtex/bst/apacite/apacite.bst
%{_texmfdistdir}/bibtex/bst/apacite/apacitex.bst
%{_texmfdistdir}/tex/latex/apacite/apacdoc.sty
%{_texmfdistdir}/tex/latex/apacite/apacite.sty
%{_texmfdistdir}/tex/latex/apacite/dutch.apc
%{_texmfdistdir}/tex/latex/apacite/english.apc
%{_texmfdistdir}/tex/latex/apacite/finnish.apc
%{_texmfdistdir}/tex/latex/apacite/french.apc
%{_texmfdistdir}/tex/latex/apacite/german.apc
%{_texmfdistdir}/tex/latex/apacite/greek.apc
%{_texmfdistdir}/tex/latex/apacite/ngerman.apc
%{_texmfdistdir}/tex/latex/apacite/norsk.apc
%{_texmfdistdir}/tex/latex/apacite/spanish.apc
%{_texmfdistdir}/tex/latex/apacite/swedish.apc
%doc %{_texmfdistdir}/doc/bibtex/apacite/README
%doc %{_texmfdistdir}/doc/bibtex/apacite/apa5ex.bib
%doc %{_texmfdistdir}/doc/bibtex/apacite/apacite.pdf
%doc %{_texmfdistdir}/doc/bibtex/apacite/apacxmpl.tex
#- source
%doc %{_texmfdistdir}/source/bibtex/apacite/apacite.drv
%doc %{_texmfdistdir}/source/bibtex/apacite/apacite.dtx
%doc %{_texmfdistdir}/source/bibtex/apacite/apacite.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.03-6
+ Revision: 819b998
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19256 |14mr|texlive-apalike2-20091109-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/apalike2/apalike2.bst
# catalog-date 2009-11-09 13:03:38 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-apalike2
Version:	20091109
Release:	3
Summary:	Bibliography style that approaches APA requirements
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/apalike2/apalike2.bst
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apalike2.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Described as a "local adaptation" of apalike.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/apalike2/apalike2.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091109-3
+ Revision: 7e06d48
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19257 |14mr|texlive-appendix-1.2b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/appendix
# catalog-date 2009-09-02 11:33:10 +0200
# catalog-license lppl
# catalog-version 1.2b
Name:		texlive-appendix
Version:	1.2b
Release:	3
Summary:	Extra control of appendices
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/appendix
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/appendix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/appendix.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/appendix.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The appendix package provides various ways of formatting the
titles of appendices. Also (sub)appendices environments are
provided that can be used, for example, for per chapter/section
appendices. The word `Appendix' or similar can be prepended to
the appendix number for article class documents. The word
`Appendices' or similar can be added to the table of contents
before the appendices are listed. The word `Appendices' or
similar can be typeset as a \part-like heading (page) in the
body. An appendices environment is provided which can be used
instead of the \appendix command.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/appendix/appendix.sty
%doc %{_texmfdistdir}/doc/latex/appendix/README
%doc %{_texmfdistdir}/doc/latex/appendix/appendix.pdf
#- source
%doc %{_texmfdistdir}/source/latex/appendix/appendix.dtx
%doc %{_texmfdistdir}/source/latex/appendix/appendix.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2b-3
+ Revision: 9200734
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19258 |14mr|texlive-appendixnumberbeamer-20120329-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25809
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/appendixnumberbeamer
# catalog-date 2012-03-29 08:44:19 +0200
# catalog-license gpl3
# catalog-version undef
Name:		texlive-appendixnumberbeamer
Version:	20120329
Release:	2
Summary:	Manage frame numbering in appendixes in beamer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/appendixnumberbeamer
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/appendixnumberbeamer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/appendixnumberbeamer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package arranges that an appendix in a beamer presentation
is not counted in the frame count of the presentation;
appendixes are numbered starting from one.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/appendixnumberbeamer/appendixnumberbeamer.sty
%doc %{_texmfdistdir}/doc/latex/appendixnumberbeamer/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120329-2
+ Revision: f03910b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19259 |14mr|texlive-apprends-latex-4.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19306
# category Package
# catalog-ctan /info/apprends-latex
# catalog-date 2010-07-09 10:38:38 +0200
# catalog-license lppl
# catalog-version 4.02
Name:		texlive-apprends-latex
Version:	4.02
Release:	3
Summary:	Apprends LaTeX!
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/apprends-latex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apprends-latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apprends-latex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
Apprends LaTeX! ("Learn LaTeX", in English) is French
documentation for LaTeX beginners.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/apprends-latex/Apprends_LaTeX.pdf
%doc %{_texmfdistdir}/doc/latex/apprends-latex/Apprends_LaTeX.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/README
%doc %{_texmfdistdir}/doc/latex/apprends-latex/avance.bib
%doc %{_texmfdistdir}/doc/latex/apprends-latex/bibliographie-index.bib
%doc %{_texmfdistdir}/doc/latex/apprends-latex/divers.bib
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/Makefile
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/beamer-themes.pl
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/beamer-titlepage.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/currvita.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/curve-experience.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/curve-extra.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/curve-formation.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/curve-langues.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/curve-methodologies.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/curve-references.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/curve.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/letter.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/moderncv.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/polices.pl
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/scrlttr2.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/seraphin-lampion.jpg
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/slides.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/exemples/tikz.tex
%doc %{_texmfdistdir}/doc/latex/apprends-latex/graphisme.bib
%doc %{_texmfdistdir}/doc/latex/apprends-latex/index.ist
%doc %{_texmfdistdir}/doc/latex/apprends-latex/latex.bib
%doc %{_texmfdistdir}/doc/latex/apprends-latex/latexmkrc
%doc %{_texmfdistdir}/doc/latex/apprends-latex/typographie.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.02-3
+ Revision: 057c341
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19260 |14mr|texlive-apptools-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28400
# category Package
# catalog-ctan /macros/latex/contrib/apptools
# catalog-date 2012-11-29 15:27:46 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-apptools
Version:	1.0
Release:	6
Summary:	Tools for customising appendices
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/apptools
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apptools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apptools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apptools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an \AtAppendix command to add code to a
hook that is executed when \appendix is called by the user.
Additionally, a TeX conditional \ifappendix and a LaTeX-style
conditional \IfAppendix are provided to check if \appendix has
already been called.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/apptools/apptools.sty
%doc %{_texmfdistdir}/doc/latex/apptools/apptools-test.tex
%doc %{_texmfdistdir}/doc/latex/apptools/apptools.pdf
#- source
%doc %{_texmfdistdir}/source/latex/apptools/apptools.drv
%doc %{_texmfdistdir}/source/latex/apptools/apptools.dtx
%doc %{_texmfdistdir}/source/latex/apptools/apptools.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: f9a6d61
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19261 |14mr|texlive-ar-20080419-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21791
# category Package
# catalog-ctan /macros/latex/contrib/ar
# catalog-date 2008-04-19 22:58:44 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-ar
Version:	20080419
Release:	3
Summary:	Capital A and capital R ligature for Apsect Ratio
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ar
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides MetaFont files and a LaTeX package for producing and
using the uppercase A/R ligature as used by scientists and
engineers in the field of aeronautics as the symbol for "aspect
ratio".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/ar/ar10.mf
%{_texmfdistdir}/fonts/source/public/ar/ar12.mf
%{_texmfdistdir}/fonts/source/public/ar/ar5.mf
%{_texmfdistdir}/fonts/source/public/ar/ar6.mf
%{_texmfdistdir}/fonts/source/public/ar/ar7.mf
%{_texmfdistdir}/fonts/source/public/ar/ar8.mf
%{_texmfdistdir}/fonts/source/public/ar/ar9.mf
%{_texmfdistdir}/fonts/tfm/public/ar/ar10.tfm
%{_texmfdistdir}/fonts/tfm/public/ar/ar12.tfm
%{_texmfdistdir}/fonts/tfm/public/ar/ar5.tfm
%{_texmfdistdir}/fonts/tfm/public/ar/ar6.tfm
%{_texmfdistdir}/fonts/tfm/public/ar/ar7.tfm
%{_texmfdistdir}/fonts/tfm/public/ar/ar8.tfm
%{_texmfdistdir}/fonts/tfm/public/ar/ar9.tfm
%{_texmfdistdir}/tex/latex/ar/ar.sty
%doc %{_texmfdistdir}/doc/latex/ar/ar.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080419-3
+ Revision: 6f27d4c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19262 |14mr|texlive-arabi-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25095
# category Package
# catalog-ctan /language/arabic/arabi
# catalog-date 2011-12-04 22:44:34 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-arabi
Version:	1.1
Release:	4
Summary:	(La)TeX support for Arabic and Farsi, compliant with Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/arabic/arabi
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arabi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arabi.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the Arabic and Farsi script support for
TeX without the need of any external pre-processor, and in a
way that is compatible with babel. The bi-directional
capability supposes that the user has a TeX engine that knows
the four primitives \beginR, \endR, \beginL and \endL. That is
the case in both the TeX--XeT and e-TeX engines. Arabi will
accept input in several 8-bit encodings, including UTF-8. Arabi
can make use of a wide variety of Arabic and Farsi fonts; PDF
files generated using Arabi may be searched, and text may be
copied from them and pasted elsewhere.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arabi/arabeyes/ae_almohanad_boldItalitalic.afm
%{_texmfdistdir}/fonts/afm/arabi/arabeyes/ae_almohanad_thin.afm
%{_texmfdistdir}/fonts/afm/arabi/arabeyes/ae_almohanad_xxbold.afm
%{_texmfdistdir}/fonts/enc/dvips/arabi/ararabeyes.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/ardtpnaskh.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/ardtpthuluth.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/armonotype.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/aromega.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/arsimplified.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/arunicode.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/farsitex.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/farsiwebencoding.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/frmonotype.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/frsimple.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/frsimplified.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/frunicode.enc
%{_texmfdistdir}/fonts/map/dvips/arabi/arabi.map
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/ae_almohanad_xxbold.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/ae_alyermook.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/ae_arab.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/ae_tholoth.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aealbattar.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aealmateen.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aealmohanadb.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aealmohanadbolditalic.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aealmothnna.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aealyermook.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aearab.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aecortoba.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aedimnah.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aefurat.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aegranada.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aegraph.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aehani.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aehor.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aekayrawan.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aekhalid.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aemashq.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aemetal.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aenada.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aenagham.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aenice.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aeostorah.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aeouhod.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aepetra.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aerehan.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aesalem.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aeshado.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aesharjah.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aesindibad.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aetarablus.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aetholoth.tfm
%{_texmfdistdir}/fonts/tfm/arabi/farsiweb/homa.tfm
%{_texmfdistdir}/fonts/tfm/arabi/farsiweb/nazli.tfm
%{_texmfdistdir}/fonts/tfm/arabi/farsiweb/nazlib.tfm
%{_texmfdistdir}/fonts/tfm/arabi/farsiweb/nazlibout.tfm
%{_texmfdistdir}/fonts/tfm/arabi/farsiweb/nazliout.tfm
%{_texmfdistdir}/fonts/tfm/arabi/farsiweb/titr.tfm
%{_texmfdistdir}/fonts/tfm/arabi/farsiweb/titrout.tfm
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_albattar.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_almateen.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_almohanad_bold.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_almohanad_boldItalitalic.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_almohanad_thin.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_almohanad_xxbold.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_almothnna.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_alyermook.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_arab.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_cortoba.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_dimnah.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_furat.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_granada.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_graph.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_hani.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_hor.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_kayrawan.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_khalid.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_mashq.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_metal.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_nada.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_nagham.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_nice.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_ostorah.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_ouhod.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_petra.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_rehan.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_salem.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_shado.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_sharjah.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_sindibad.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_tarablus.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_tholoth.pfb
%{_texmfdistdir}/fonts/type1/arabi/farsiweb/homa.pfb
%{_texmfdistdir}/fonts/type1/arabi/farsiweb/nazli.pfb
%{_texmfdistdir}/fonts/type1/arabi/farsiweb/nazlib.pfb
%{_texmfdistdir}/fonts/type1/arabi/farsiweb/titr.pfb
%{_texmfdistdir}/tex/latex/arabi/8859-6.def
%{_texmfdistdir}/tex/latex/arabi/PPRarabic.sty
%{_texmfdistdir}/tex/latex/arabi/arabi4ht.cfg
%{_texmfdistdir}/tex/latex/arabi/arabic.cfg
%{_texmfdistdir}/tex/latex/arabi/arabic.ldf
%{_texmfdistdir}/tex/latex/arabi/arabicfnt.sty
%{_texmfdistdir}/tex/latex/arabi/arabicore.sty
%{_texmfdistdir}/tex/latex/arabi/arabiftoday.sty
%{_texmfdistdir}/tex/latex/arabi/arabnovowel.sty
%{_texmfdistdir}/tex/latex/arabi/arfonts.sty
%{_texmfdistdir}/tex/latex/arabi/calendrierfpar.sty
%{_texmfdistdir}/tex/latex/arabi/calendrierfpmodified.sty
%{_texmfdistdir}/tex/latex/arabi/cp1256.def
%{_texmfdistdir}/tex/latex/arabi/farsi.ldf
%{_texmfdistdir}/tex/latex/arabi/farsifnt.sty
%{_texmfdistdir}/tex/latex/arabi/fmultico.sty
%{_texmfdistdir}/tex/latex/arabi/fnum.sty
%{_texmfdistdir}/tex/latex/arabi/frfonts.sty
%{_texmfdistdir}/tex/latex/arabi/haparabica.sty
%{_texmfdistdir}/tex/latex/arabi/laeaealbattar.fd
%{_texmfdistdir}/tex/latex/arabi/laeaealmateen.fd
%{_texmfdistdir}/tex/latex/arabi/laeaealmohanadb.fd
%{_texmfdistdir}/tex/latex/arabi/laeaealmothnna.fd
%{_texmfdistdir}/tex/latex/arabi/laeaealyermook.fd
%{_texmfdistdir}/tex/latex/arabi/laeaearab.fd
%{_texmfdistdir}/tex/latex/arabi/laeaecortoba.fd
%{_texmfdistdir}/tex/latex/arabi/laeaedimnah.fd
%{_texmfdistdir}/tex/latex/arabi/laeaefurat.fd
%{_texmfdistdir}/tex/latex/arabi/laeaegranada.fd
%{_texmfdistdir}/tex/latex/arabi/laeaegraph.fd
%{_texmfdistdir}/tex/latex/arabi/laeaehani.fd
%{_texmfdistdir}/tex/latex/arabi/laeaehor.fd
%{_texmfdistdir}/tex/latex/arabi/laeaekayrawan.fd
%{_texmfdistdir}/tex/latex/arabi/laeaekhalid.fd
%{_texmfdistdir}/tex/latex/arabi/laeaemashq.fd
%{_texmfdistdir}/tex/latex/arabi/laeaemetal.fd
%{_texmfdistdir}/tex/latex/arabi/laeaenada.fd
%{_texmfdistdir}/tex/latex/arabi/laeaenagham.fd
%{_texmfdistdir}/tex/latex/arabi/laeaenice.fd
%{_texmfdistdir}/tex/latex/arabi/laeaeostorah.fd
%{_texmfdistdir}/tex/latex/arabi/laeaeouhod.fd
%{_texmfdistdir}/tex/latex/arabi/laeaepetra.fd
%{_texmfdistdir}/tex/latex/arabi/laeaerehan.fd
%{_texmfdistdir}/tex/latex/arabi/laeaesalem.fd
%{_texmfdistdir}/tex/latex/arabi/laeaeshado.fd
%{_texmfdistdir}/tex/latex/arabi/laeaesharjah.fd
%{_texmfdistdir}/tex/latex/arabi/laeaesindibad.fd
%{_texmfdistdir}/tex/latex/arabi/laeaetarablus.fd
%{_texmfdistdir}/tex/latex/arabi/laeaetholoth.fd
%{_texmfdistdir}/tex/latex/arabi/laeandlso.fd
%{_texmfdistdir}/tex/latex/arabi/laeararial.fd
%{_texmfdistdir}/tex/latex/arabi/laearcour.fd
%{_texmfdistdir}/tex/latex/arabi/laearomega.fd
%{_texmfdistdir}/tex/latex/arabi/laearsimpo.fd
%{_texmfdistdir}/tex/latex/arabi/laeartimes.fd
%{_texmfdistdir}/tex/latex/arabi/laeasv.fd
%{_texmfdistdir}/tex/latex/arabi/laecmr.fd
%{_texmfdistdir}/tex/latex/arabi/laecmss.fd
%{_texmfdistdir}/tex/latex/arabi/laecmtt.fd
%{_texmfdistdir}/tex/latex/arabi/laedthuluth.fd
%{_texmfdistdir}/tex/latex/arabi/laedtpn.fd
%{_texmfdistdir}/tex/latex/arabi/laedtpnsp.fd
%{_texmfdistdir}/tex/latex/arabi/laeenc.def
%{_texmfdistdir}/tex/latex/arabi/laeenc.dfu
%{_texmfdistdir}/tex/latex/arabi/laekacstbook.fd
%{_texmfdistdir}/tex/latex/arabi/laemaghribi.fd
%{_texmfdistdir}/tex/latex/arabi/laenaskhi.fd
%{_texmfdistdir}/tex/latex/arabi/laereqaa.fd
%{_texmfdistdir}/tex/latex/arabi/laetraditionalarabic.fd
%{_texmfdistdir}/tex/latex/arabi/lagally.sty
%{_texmfdistdir}/tex/latex/arabi/lfecmr.fd
%{_texmfdistdir}/tex/latex/arabi/lfecmss.fd
%{_texmfdistdir}/tex/latex/arabi/lfecmtt.fd
%{_texmfdistdir}/tex/latex/arabi/lfeelham.fd
%{_texmfdistdir}/tex/latex/arabi/lfeenc.def
%{_texmfdistdir}/tex/latex/arabi/lfefandlso.fd
%{_texmfdistdir}/tex/latex/arabi/lfefarsismpl.fd
%{_texmfdistdir}/tex/latex/arabi/lfefrarial.fd
%{_texmfdistdir}/tex/latex/arabi/lfefrtimes.fd
%{_texmfdistdir}/tex/latex/arabi/lfeftraditionalarabic.fd
%{_texmfdistdir}/tex/latex/arabi/lfehoma.fd
%{_texmfdistdir}/tex/latex/arabi/lfekoodak.fd
%{_texmfdistdir}/tex/latex/arabi/lfenazli.fd
%{_texmfdistdir}/tex/latex/arabi/lfenazliout.fd
%{_texmfdistdir}/tex/latex/arabi/lferoya.fd
%{_texmfdistdir}/tex/latex/arabi/lfesmplarabic.fd
%{_texmfdistdir}/tex/latex/arabi/lfeterafik.fd
%{_texmfdistdir}/tex/latex/arabi/lfetitr.fd
%{_texmfdistdir}/tex/latex/arabi/lfetitrout.fd
%{_texmfdistdir}/tex/latex/arabi/mosq.def
%{_texmfdistdir}/tex/latex/arabi/poetry.sty
%{_texmfdistdir}/tex/latex/arabi/puenc-ar.def
%{_texmfdistdir}/tex/latex/arabi/transcmr.fd
%{_texmfdistdir}/tex/latex/arabi/translit.sty
%doc %{_texmfdistdir}/doc/latex/arabi/README
%doc %{_texmfdistdir}/doc/latex/arabi/bblopts.cfg
%doc %{_texmfdistdir}/doc/latex/arabi/big2.pdf
%doc %{_texmfdistdir}/doc/latex/arabi/big2.tex
%doc %{_texmfdistdir}/doc/latex/arabi/fontchart_arabic.pdf
%doc %{_texmfdistdir}/doc/latex/arabi/fontchart_farsi.pdf
%doc %{_texmfdistdir}/doc/latex/arabi/lion.pdf
%doc %{_texmfdistdir}/doc/latex/arabi/lppl.tex
%doc %{_texmfdistdir}/doc/latex/arabi/samplebook.css
%doc %{_texmfdistdir}/doc/latex/arabi/samplebook.html
%doc %{_texmfdistdir}/doc/latex/arabi/samplebook.pdf
%doc %{_texmfdistdir}/doc/latex/arabi/samplebook.tex
%doc %{_texmfdistdir}/doc/latex/arabi/test_beamer.pdf
%doc %{_texmfdistdir}/doc/latex/arabi/testplaintex.pdf
%doc %{_texmfdistdir}/doc/latex/arabi/testplaintex.tex
%doc %{_texmfdistdir}/doc/latex/arabi/user_guide.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-4
+ Revision: 03b7fb4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19263 |14mr|texlive-arabtex-3.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25711
# category Package
# catalog-ctan /language/arabic/arabtex
# catalog-date 2012-03-20 14:44:41 +0100
# catalog-license lppl
# catalog-version 3.17 
Name:		texlive-arabtex
Version:	3.17
Release:	2
Summary:	Macros and fonts for typesetting Arabic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/arabic/arabtex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arabtex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arabtex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
ArabTeX is a package extending the capabilities of TeX/LaTeX to
generate Arabic and Hebrew text. Input may be in ASCII
transliteration or other encodings (including UTF-8); output
may be Arabic, Hebrew, or any of several languages that use the
Arabic script. ArabTeX consists of a TeX macro package and
Arabic and Hebrew fonts (provided both in Metafont format and
Adobe Type 1). The Arabic font is presently only available in
the Naskhi style. ArabTeX will run with Plain TeX and also with
LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/arabtex/arabtex.map
%{_texmfdistdir}/fonts/source/public/arabtex/arabsymb.mf
%{_texmfdistdir}/fonts/source/public/arabtex/hcaption.mf
%{_texmfdistdir}/fonts/source/public/arabtex/hcbase.mf
%{_texmfdistdir}/fonts/source/public/arabtex/hclassic.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nash.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nash14.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nash14bf.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nashbase.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nashchar.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nashdia.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nashdig.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nashlig.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nashspec.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xarbsymb.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnsh.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnsh14.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnsh14bf.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnshbase.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnshchar.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnshdia.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnshdig.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnshlig.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnshspec.mf
%{_texmfdistdir}/fonts/tfm/public/arabtex/hcaption.tfm
%{_texmfdistdir}/fonts/tfm/public/arabtex/hclassic.tfm
%{_texmfdistdir}/fonts/tfm/public/arabtex/nash14.tfm
%{_texmfdistdir}/fonts/tfm/public/arabtex/nash14bf.tfm
%{_texmfdistdir}/fonts/tfm/public/arabtex/xnsh14.tfm
%{_texmfdistdir}/fonts/tfm/public/arabtex/xnsh14bf.tfm
%{_texmfdistdir}/fonts/tfm/public/arabtex/yarborn.tfm
%{_texmfdistdir}/fonts/type1/public/arabtex/hcaption-4.pfb
%{_texmfdistdir}/fonts/type1/public/arabtex/hclassic-4.pfb
%{_texmfdistdir}/fonts/type1/public/arabtex/xnsh14.pfb
%{_texmfdistdir}/fonts/type1/public/arabtex/xnsh14bf.pfb
%{_texmfdistdir}/tex/latex/arabtex/Uxnsh.fd
%{_texmfdistdir}/tex/latex/arabtex/abidir.sty
%{_texmfdistdir}/tex/latex/arabtex/abjad.sty
%{_texmfdistdir}/tex/latex/arabtex/aboxes.sty
%{_texmfdistdir}/tex/latex/arabtex/acjk.sty
%{_texmfdistdir}/tex/latex/arabtex/acmd.sty
%{_texmfdistdir}/tex/latex/arabtex/aconfig.sty
%{_texmfdistdir}/tex/latex/arabtex/aedpatch.sty
%{_texmfdistdir}/tex/latex/arabtex/afonts.sty
%{_texmfdistdir}/tex/latex/arabtex/afonts0.sty
%{_texmfdistdir}/tex/latex/arabtex/afonts1.sty
%{_texmfdistdir}/tex/latex/arabtex/afonts2.sty
%{_texmfdistdir}/tex/latex/arabtex/afoot.sty
%{_texmfdistdir}/tex/latex/arabtex/alatex.sty
%{_texmfdistdir}/tex/latex/arabtex/aligs.sty
%{_texmfdistdir}/tex/latex/arabtex/alists.sty
%{_texmfdistdir}/tex/latex/arabtex/alocal.sty
%{_texmfdistdir}/tex/latex/arabtex/altxext.sty
%{_texmfdistdir}/tex/latex/arabtex/amac.sty
%{_texmfdistdir}/tex/latex/arabtex/aoutput.sty
%{_texmfdistdir}/tex/latex/arabtex/aparse.sty
%{_texmfdistdir}/tex/latex/arabtex/apatch.sty
%{_texmfdistdir}/tex/latex/arabtex/arababel.sty
%{_texmfdistdir}/tex/latex/arabtex/arabart.cls
%{_texmfdistdir}/tex/latex/arabtex/arabaux.sty
%{_texmfdistdir}/tex/latex/arabtex/arabbook.cls
%{_texmfdistdir}/tex/latex/arabtex/arabchrs.sty
%{_texmfdistdir}/tex/latex/arabtex/arabext.sty
%{_texmfdistdir}/tex/latex/arabtex/arabrep.cls
%{_texmfdistdir}/tex/latex/arabtex/arabrep1.cls
%{_texmfdistdir}/tex/latex/arabtex/arabskel.sty
%{_texmfdistdir}/tex/latex/arabtex/arabsymb.sty
%{_texmfdistdir}/tex/latex/arabtex/arabtex-doc.tex
%{_texmfdistdir}/tex/latex/arabtex/arabtex.sty
%{_texmfdistdir}/tex/latex/arabtex/arabtex.tex
%{_texmfdistdir}/tex/latex/arabtex/arabtoks.sty
%{_texmfdistdir}/tex/latex/arabtex/arwindoc.tex
%{_texmfdistdir}/tex/latex/arabtex/ascan.sty
%{_texmfdistdir}/tex/latex/arabtex/asect.sty
%{_texmfdistdir}/tex/latex/arabtex/asize10.clo
%{_texmfdistdir}/tex/latex/arabtex/asize11.clo
%{_texmfdistdir}/tex/latex/arabtex/asize12.clo
%{_texmfdistdir}/tex/latex/arabtex/asmo449.sty
%{_texmfdistdir}/tex/latex/arabtex/asmo449a.sty
%{_texmfdistdir}/tex/latex/arabtex/atabg.sty
%{_texmfdistdir}/tex/latex/arabtex/atrans.sty
%{_texmfdistdir}/tex/latex/arabtex/awrite.sty
%{_texmfdistdir}/tex/latex/arabtex/bhs.sty
%{_texmfdistdir}/tex/latex/arabtex/bhslabel.sty
%{_texmfdistdir}/tex/latex/arabtex/buck.sty
%{_texmfdistdir}/tex/latex/arabtex/captions.def
%{_texmfdistdir}/tex/latex/arabtex/cp1256.sty
%{_texmfdistdir}/tex/latex/arabtex/etrans.sty
%{_texmfdistdir}/tex/latex/arabtex/gedalin.sty
%{_texmfdistdir}/tex/latex/arabtex/guha.tex
%{_texmfdistdir}/tex/latex/arabtex/hebchrs.sty
%{_texmfdistdir}/tex/latex/arabtex/hebsymb.sty
%{_texmfdistdir}/tex/latex/arabtex/hebtex.sty
%{_texmfdistdir}/tex/latex/arabtex/hebtex.tex
%{_texmfdistdir}/tex/latex/arabtex/hecmd.sty
%{_texmfdistdir}/tex/latex/arabtex/hefonts.sty
%{_texmfdistdir}/tex/latex/arabtex/hefonts0.sty
%{_texmfdistdir}/tex/latex/arabtex/hefonts1.sty
%{_texmfdistdir}/tex/latex/arabtex/hefonts2.sty
%{_texmfdistdir}/tex/latex/arabtex/heparse.sty
%{_texmfdistdir}/tex/latex/arabtex/hepatch.sty
%{_texmfdistdir}/tex/latex/arabtex/hescan.sty
%{_texmfdistdir}/tex/latex/arabtex/hetrans.sty
%{_texmfdistdir}/tex/latex/arabtex/hewrite.sty
%{_texmfdistdir}/tex/latex/arabtex/hmac.sty
%{_texmfdistdir}/tex/latex/arabtex/isiri.sty
%{_texmfdistdir}/tex/latex/arabtex/iso88596.sty
%{_texmfdistdir}/tex/latex/arabtex/kashmiri.tex
%{_texmfdistdir}/tex/latex/arabtex/ligtable.tex
%{_texmfdistdir}/tex/latex/arabtex/malay.tex
%{_texmfdistdir}/tex/latex/arabtex/nashbf.sty
%{_texmfdistdir}/tex/latex/arabtex/omar.tex
%{_texmfdistdir}/tex/latex/arabtex/raw.sty
%{_texmfdistdir}/tex/latex/arabtex/saw.sty
%{_texmfdistdir}/tex/latex/arabtex/sindhi.tex
%{_texmfdistdir}/tex/latex/arabtex/sotoku.sty
%{_texmfdistdir}/tex/latex/arabtex/twoblks.sty
%{_texmfdistdir}/tex/latex/arabtex/uheb.fd
%{_texmfdistdir}/tex/latex/arabtex/uighur.tex
%{_texmfdistdir}/tex/latex/arabtex/unash.fd
%{_texmfdistdir}/tex/latex/arabtex/utf8.sty
%{_texmfdistdir}/tex/latex/arabtex/utfcode.sty
%{_texmfdistdir}/tex/latex/arabtex/verses.sty
%{_texmfdistdir}/tex/latex/arabtex/witbhs.sty
%{_texmfdistdir}/tex/latex/arabtex/xarbskel.sty
%{_texmfdistdir}/tex/latex/arabtex/xarbsymb.sty
%{_texmfdistdir}/tex/latex/arabtex/yiddish.sty
%doc %{_texmfdistdir}/doc/latex/arabtex/announce.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/arabtex-doc.pdf
%doc %{_texmfdistdir}/doc/latex/arabtex/arabtex.doc
%doc %{_texmfdistdir}/doc/latex/arabtex/arabtex.faq
%doc %{_texmfdistdir}/doc/latex/arabtex/arabtex.gif
%doc %{_texmfdistdir}/doc/latex/arabtex/arabtex.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/arabtex1.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/arabtex2.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/changes.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/changes.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/changes2.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/chg311.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/chg311a.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/chg311b.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/chg311c.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/chg311d.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/guha.ps
%doc %{_texmfdistdir}/doc/latex/arabtex/hebrew.305
%doc %{_texmfdistdir}/doc/latex/arabtex/install.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/lppl.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/malay.ps
%doc %{_texmfdistdir}/doc/latex/arabtex/manifest.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/miktex.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/miktex.mai
%doc %{_texmfdistdir}/doc/latex/arabtex/new1.gif
%doc %{_texmfdistdir}/doc/latex/arabtex/new2.gif
%doc %{_texmfdistdir}/doc/latex/arabtex/readme.305
%doc %{_texmfdistdir}/doc/latex/arabtex/readme.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/refer.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/sindhi.ps
%doc %{_texmfdistdir}/doc/latex/arabtex/tetex.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/uighur.ps
%doc %{_texmfdistdir}/doc/latex/arabtex/xarbsymb.dat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.17-2
+ Revision: 7a38dd0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19264 |14mr|texlive-arabxetex-v1.1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17470
# category Package
# catalog-ctan /macros/xetex/latex/arabxetex
# catalog-date 2010-03-06 08:51:23 +0100
# catalog-license lppl
# catalog-version v1.1.4
Name:		texlive-arabxetex
Version:	v1.1.4
Release:	3
Summary:	An ArabTeX-like interface for XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/arabxetex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arabxetex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arabxetex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arabxetex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
ArabXeTeX provides a convenient ArabTeX-like user-interface for
typesetting languages using the Arabic script in XeLaTeX, with
flexible access to font features. Input in ArabTeX notation can
be set in three different vocalization modes or in roman
transliteration. Direct UTF-8 input is also supported. The
parsing and converting of ArabTeX input to Unicode is done by
means of TECkit mappings. Version 1.0 provides support for
Arabic, Maghribi Arabic, Farsi (Persian), Urdu, Sindhi,
Kashmiri, Ottoman Turkish, Kurdish, Jawi (Malay) and Uighur.
The documentation (not yet complete) covers topics such as
typesetting the Holy Quran, typesetting bidirectional critical
editions (with ednotes), and information on various recommended
OpenType fonts for the Arabic script and for transliterating
Oriental languages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabicdigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabicdigits.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-trans-loc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-trans-loc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kurdish.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kurdish.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-uighur.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-uighur.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kurdish.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kurdish.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-uighur.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-uighur.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-trans-loc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-trans-loc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-trans-loc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-trans-loc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-dmg.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-dmg.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-loc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-loc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-trans-loc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-trans-loc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/farsidigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/farsidigits.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/fixlamalif.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/fixlamalif.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/mirrorpunct.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/mirrorpunct.tec
%{_texmfdistdir}/tex/xelatex/arabxetex/arabxetex.sty
%doc %{_texmfdistdir}/doc/xelatex/arabxetex/README
%doc %{_texmfdistdir}/doc/xelatex/arabxetex/arabxetex.pdf
%doc %{_texmfdistdir}/doc/xelatex/arabxetex/examples/ednotes_example.pdf
%doc %{_texmfdistdir}/doc/xelatex/arabxetex/examples/ednotes_example.tex
%doc %{_texmfdistdir}/doc/xelatex/arabxetex/examples/minimal.tex
#- source
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-farsi-trans-loc.map
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-kurdish.maps
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-pashto-trans-loc.map
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-sindhi-trans-loc.map
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-trans-dmg.map
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-trans-loc.map
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-uighur.maps
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-urdu-trans-loc.map
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex.maps
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabxetex.dtx
%doc %{_texmfdistdir}/source/xelatex/arabxetex/makemaps.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.1.4-3
+ Revision: 8ed5981
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19265 |14mr|texlive-aramaic-serto-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30042
# category Package
# catalog-ctan /language/aramaic/serto
# catalog-date 2013-04-18 13:30:17 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-aramaic-serto
Version:	1.0
Release:	6
Summary:	Fonts and LaTeX for Syriac written in Serto
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/aramaic/serto
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aramaic-serto.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aramaic-serto.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package enables (La)TeX users to typeset words or phrases
(e-tex extensions are needed) in Syriac (Aramaic) using the
Serto-alphabet. The package includes a preprocessor written in
Python (>= 1.5.2) in order to deal with right-to-left
typesetting for those who do not want to use elatex and to
choose the correct letter depending on word context
(initial/medial/final form). Detailed documentation and
examples are included.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/aramaic-serto/assy.afm
%{_texmfdistdir}/fonts/afm/public/aramaic-serto/assyrb10.afm
%{_texmfdistdir}/fonts/afm/public/aramaic-serto/serto10.afm
%{_texmfdistdir}/fonts/afm/public/aramaic-serto/sertob10.afm
%{_texmfdistdir}/fonts/map/dvips/aramaic-serto/syriac.map
%{_texmfdistdir}/fonts/source/public/aramaic-serto/assy.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/assyrb10.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/assyrfont.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/serto.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/serto10.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/sertob10.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/sertobase.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/sertofont.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/sertomacros.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/syriacvowels.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/test.mf
%{_texmfdistdir}/fonts/tfm/public/aramaic-serto/assy.tfm
%{_texmfdistdir}/fonts/tfm/public/aramaic-serto/assyrb10.tfm
%{_texmfdistdir}/fonts/tfm/public/aramaic-serto/serto10.tfm
%{_texmfdistdir}/fonts/tfm/public/aramaic-serto/sertob10.tfm
%{_texmfdistdir}/fonts/type1/public/aramaic-serto/assy.pfb
%{_texmfdistdir}/fonts/type1/public/aramaic-serto/assyrb10.pfb
%{_texmfdistdir}/fonts/type1/public/aramaic-serto/serto10.pfb
%{_texmfdistdir}/fonts/type1/public/aramaic-serto/sertob10.pfb
%{_texmfdistdir}/tex/latex/aramaic-serto/assyr.sty
%{_texmfdistdir}/tex/latex/aramaic-serto/serto.sty
%{_texmfdistdir}/tex/latex/aramaic-serto/syriac.sty
%{_texmfdistdir}/tex/latex/aramaic-serto/uassyr.fd
%{_texmfdistdir}/tex/latex/aramaic-serto/userto.fd
%doc %{_texmfdistdir}/doc/latex/aramaic-serto/README
%doc %{_texmfdistdir}/doc/latex/aramaic-serto/assyr.font
%doc %{_texmfdistdir}/doc/latex/aramaic-serto/example.ptex
%doc %{_texmfdistdir}/doc/latex/aramaic-serto/serto.font
%doc %{_texmfdistdir}/doc/latex/aramaic-serto/serto.py
%doc %{_texmfdistdir}/doc/latex/aramaic-serto/sertodoc.pdf
%doc %{_texmfdistdir}/doc/latex/aramaic-serto/sertodoc.ptex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 34773f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19266 |14mr|texlive-arara-3.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29762
# category Package
# catalog-ctan /support/arara
# catalog-date 2013-02-06 08:25:13 +0100
# catalog-license bsd
# catalog-version 3.0
Name:		texlive-arara
Version:	3.0
Release:	7
Summary:	Automation of LaTeX compilation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/arara
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arara.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arara.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arara.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-arara.bin = %{EVRD}

%description
Arara is comparable with other well-known compilation tools
like latexmk and rubber. The key difference is that that arara
determines its actions from metadata in the source code, rather
than relying on indirect resources, such as log file analysis.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/arara
%{_texmfdistdir}/scripts/arara/arara.jar
%{_texmfdistdir}/scripts/arara/arara.sh
%{_texmfdistdir}/scripts/arara/rules/biber.yaml
%{_texmfdistdir}/scripts/arara/rules/bibtex.yaml
%{_texmfdistdir}/scripts/arara/rules/clean.yaml
%{_texmfdistdir}/scripts/arara/rules/dvips.yaml
%{_texmfdistdir}/scripts/arara/rules/frontespizio.yaml
%{_texmfdistdir}/scripts/arara/rules/latex.yaml
%{_texmfdistdir}/scripts/arara/rules/lmkclean.yaml
%{_texmfdistdir}/scripts/arara/rules/lualatex.yaml
%{_texmfdistdir}/scripts/arara/rules/lualatexmk.yaml
%{_texmfdistdir}/scripts/arara/rules/luatex.yaml
%{_texmfdistdir}/scripts/arara/rules/make.yaml
%{_texmfdistdir}/scripts/arara/rules/makeglossaries.yaml
%{_texmfdistdir}/scripts/arara/rules/makeindex.yaml
%{_texmfdistdir}/scripts/arara/rules/nomencl.yaml
%{_texmfdistdir}/scripts/arara/rules/pdflatex.yaml
%{_texmfdistdir}/scripts/arara/rules/pdflatexmk.yaml
%{_texmfdistdir}/scripts/arara/rules/pdftex.yaml
%{_texmfdistdir}/scripts/arara/rules/ps2pdf.yaml
%{_texmfdistdir}/scripts/arara/rules/sketch.yaml
%{_texmfdistdir}/scripts/arara/rules/songidx.yaml
%{_texmfdistdir}/scripts/arara/rules/tex.yaml
%{_texmfdistdir}/scripts/arara/rules/xelatex.yaml
%{_texmfdistdir}/scripts/arara/rules/xelatexmk.yaml
%{_texmfdistdir}/scripts/arara/rules/xetex.yaml
%doc %{_texmfdistdir}/doc/support/arara/README
%doc %{_texmfdistdir}/doc/support/arara/arara-usermanual.pdf
%doc %{_texmfdistdir}/doc/support/arara/arara-usermanual.tex
%doc %{_texmfdistdir}/doc/support/arara/arara.sty
%doc %{_texmfdistdir}/doc/support/arara/figures/arara.png
%doc %{_texmfdistdir}/doc/support/arara/figures/inlage/inlage-addcommand.png
%doc %{_texmfdistdir}/doc/support/arara/figures/inlage/inlage-addcompiler.png
%doc %{_texmfdistdir}/doc/support/arara/figures/inlage/inlage-araramenu.png
%doc %{_texmfdistdir}/doc/support/arara/figures/inlage/inlage-editcommands.png
%doc %{_texmfdistdir}/doc/support/arara/figures/inlage/inlage-listarara.png
%doc %{_texmfdistdir}/doc/support/arara/figures/inlage/inlage-newprofile.png
%doc %{_texmfdistdir}/doc/support/arara/figures/inlage/inlage-settings.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-finish.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-langsel.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-license.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-packs.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-path.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-pathwarning.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-progress.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/install-welcome.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/uninstall-finish.png
%doc %{_texmfdistdir}/doc/support/arara/figures/installer/uninstall-welcome.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texniccenter/texniccenter-config.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texniccenter/texniccenter-newprofile.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texniccenter/texniccenter-profiles.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texshop/texshop-arara.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texworks/texworks-add.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texworks/texworks-arara.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texworks/texworks-prefs.png
%doc %{_texmfdistdir}/doc/support/arara/figures/texworks/texworks-profile.png
%doc %{_texmfdistdir}/doc/support/arara/figures/winedt/winedt-ararabutton.png
%doc %{_texmfdistdir}/doc/support/arara/figures/winedt/winedt-menu.png
%doc %{_texmfdistdir}/doc/support/arara/figures/winedt/winedt-optionsinterface.png
%doc %{_texmfdistdir}/doc/support/arara/references.bib
#- source
%doc %{_texmfdistdir}/source/support/arara/pom.xml
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/Arara.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/exception/AraraException.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraCommand.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraConfiguration.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraDirective.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraFilePattern.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraLanguage.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraRuleArgument.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraRuleConfig.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/model/AraraTask.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/AraraConstants.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/AraraLocalization.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/AraraLogging.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/AraraMethods.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/AraraResolver.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/AraraUtils.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/CommandLineAnalyzer.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/CommandTrigger.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/ConfigurationLoader.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/DirectiveExtractor.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/DirectiveParser.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/LanguageController.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/TaskDeployer.java
%doc %{_texmfdistdir}/source/support/arara/src/main/java/com/github/arara/utils/TeeOutputStream.java
%doc %{_texmfdistdir}/source/support/arara/src/main/resources/com/github/arara/conf/logback.xml
%doc %{_texmfdistdir}/source/support/arara/src/main/resources/com/github/arara/localization/dummy
%doc %{_texmfdistdir}/source/support/arara/src/test/java/com/github/arara/AraraTest.java

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/arara/arara.sh arara
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-7
+ Revision: 55502c1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19267 |14mr|texlive-archaic-20061108-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/archaic
# catalog-date 2006-11-08 11:10:08 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-archaic
Version:	20061108
Release:	3
Summary:	A collection of archaic fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/archaic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/archaic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/archaic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/archaic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The collection contains fonts to represent Aramaic, Cypriot,
Etruscan, Greek of the 6th and 4th centuries BCE, Egyptian
hieroglyphics, Linear A, Linear B, Nabatean old Persian, the
Phaistos disc, Phoenician, proto-Semitic, runic, South Arabian
Ugaritic and Viking scripts. The bundle also includes a small
font for use in phonetic transcription of the archaic writings.
The bundle's own directory includes a font installation map
file for the whole collection.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/archaic/aram10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/copsn10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/cugar10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/cypr10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/etr10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/fut10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/givbc10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/gvibc10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/linb10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/nab10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/oandsi10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/oandsu10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/phnc10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/pmhg.afm
%{_texmfdistdir}/fonts/afm/public/archaic/proto10.afm
%{_texmfdistdir}/fonts/afm/public/archaic/sarab10.afm
%{_texmfdistdir}/fonts/map/dvips/archaic/aramaic.map
%{_texmfdistdir}/fonts/map/dvips/archaic/archaicprw.map
%{_texmfdistdir}/fonts/map/dvips/archaic/cypriot.map
%{_texmfdistdir}/fonts/map/dvips/archaic/etruscan.map
%{_texmfdistdir}/fonts/map/dvips/archaic/fut10.map
%{_texmfdistdir}/fonts/map/dvips/archaic/greek4cbc.map
%{_texmfdistdir}/fonts/map/dvips/archaic/greek6cbc.map
%{_texmfdistdir}/fonts/map/dvips/archaic/hieroglf.map
%{_texmfdistdir}/fonts/map/dvips/archaic/linearb.map
%{_texmfdistdir}/fonts/map/dvips/archaic/nabatean.map
%{_texmfdistdir}/fonts/map/dvips/archaic/oands.map
%{_texmfdistdir}/fonts/map/dvips/archaic/oldprsn.map
%{_texmfdistdir}/fonts/map/dvips/archaic/phoenician.map
%{_texmfdistdir}/fonts/map/dvips/archaic/protosem.map
%{_texmfdistdir}/fonts/map/dvips/archaic/sarabian.map
%{_texmfdistdir}/fonts/map/dvips/archaic/ugarite.map
%{_texmfdistdir}/fonts/source/public/archaic/copsn10.mf
%{_texmfdistdir}/fonts/source/public/archaic/givbc10.mf
%{_texmfdistdir}/fonts/source/public/archaic/gvibc10.mf
%{_texmfdistdir}/fonts/source/public/archaic/sarab10.mf
%{_texmfdistdir}/fonts/source/public/archaic/vik10.mf
%{_texmfdistdir}/fonts/source/public/archaic/vikglyph.mf
%{_texmfdistdir}/fonts/source/public/archaic/viktitle.mf
%{_texmfdistdir}/fonts/tfm/public/archaic/aram10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/copsn10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/cugar10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/cypr10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/etr10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/fut10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/givbc10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/gvibc10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/linb10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/nab10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/oandsi10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/oandsu10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/phnc10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/pmhg.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/proto10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/sarab10.tfm
%{_texmfdistdir}/fonts/tfm/public/archaic/vik10.tfm
%{_texmfdistdir}/fonts/type1/public/archaic/aram10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/copsn10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/cugar10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/cypr10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/etr10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/fut10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/givbc10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/gvibc10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/linb10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/nab10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/oandsi10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/oandsu10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/phnc10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/pmhg.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/proto10.pfb
%{_texmfdistdir}/fonts/type1/public/archaic/sarab10.pfb
%{_texmfdistdir}/tex/latex/archaic/aramaic.sty
%{_texmfdistdir}/tex/latex/archaic/cypriot.sty
%{_texmfdistdir}/tex/latex/archaic/etruscan.sty
%{_texmfdistdir}/tex/latex/archaic/greek4cbc.sty
%{_texmfdistdir}/tex/latex/archaic/greek6cbc.sty
%{_texmfdistdir}/tex/latex/archaic/hieroglf.sty
%{_texmfdistdir}/tex/latex/archaic/linearb.sty
%{_texmfdistdir}/tex/latex/archaic/nabatean.sty
%{_texmfdistdir}/tex/latex/archaic/oands.sty
%{_texmfdistdir}/tex/latex/archaic/oldprsn.sty
%{_texmfdistdir}/tex/latex/archaic/ot1aram.fd
%{_texmfdistdir}/tex/latex/archaic/ot1copsn.fd
%{_texmfdistdir}/tex/latex/archaic/ot1cugar.fd
%{_texmfdistdir}/tex/latex/archaic/ot1cypr.fd
%{_texmfdistdir}/tex/latex/archaic/ot1etr.fd
%{_texmfdistdir}/tex/latex/archaic/ot1fut.fd
%{_texmfdistdir}/tex/latex/archaic/ot1givbc.fd
%{_texmfdistdir}/tex/latex/archaic/ot1gvibc.fd
%{_texmfdistdir}/tex/latex/archaic/ot1nab.fd
%{_texmfdistdir}/tex/latex/archaic/ot1oands.fd
%{_texmfdistdir}/tex/latex/archaic/ot1phnc.fd
%{_texmfdistdir}/tex/latex/archaic/ot1pmhg.fd
%{_texmfdistdir}/tex/latex/archaic/ot1proto.fd
%{_texmfdistdir}/tex/latex/archaic/ot1sarab.fd
%{_texmfdistdir}/tex/latex/archaic/ot1vik.fd
%{_texmfdistdir}/tex/latex/archaic/phoenician.sty
%{_texmfdistdir}/tex/latex/archaic/protosem.sty
%{_texmfdistdir}/tex/latex/archaic/runic.sty
%{_texmfdistdir}/tex/latex/archaic/sarabian.sty
%{_texmfdistdir}/tex/latex/archaic/t1aram.fd
%{_texmfdistdir}/tex/latex/archaic/t1copsn.fd
%{_texmfdistdir}/tex/latex/archaic/t1cugar.fd
%{_texmfdistdir}/tex/latex/archaic/t1cypr.fd
%{_texmfdistdir}/tex/latex/archaic/t1etr.fd
%{_texmfdistdir}/tex/latex/archaic/t1fut.fd
%{_texmfdistdir}/tex/latex/archaic/t1givbc.fd
%{_texmfdistdir}/tex/latex/archaic/t1gvibc.fd
%{_texmfdistdir}/tex/latex/archaic/t1linb.fd
%{_texmfdistdir}/tex/latex/archaic/t1nab.fd
%{_texmfdistdir}/tex/latex/archaic/t1oands.fd
%{_texmfdistdir}/tex/latex/archaic/t1phnc.fd
%{_texmfdistdir}/tex/latex/archaic/t1pmhg.fd
%{_texmfdistdir}/tex/latex/archaic/t1proto.fd
%{_texmfdistdir}/tex/latex/archaic/t1sarab.fd
%{_texmfdistdir}/tex/latex/archaic/t1vik.fd
%{_texmfdistdir}/tex/latex/archaic/ugarite.sty
%{_texmfdistdir}/tex/latex/archaic/viking.sty
%doc %{_texmfdistdir}/doc/fonts/archaic/README.PRW
%doc %{_texmfdistdir}/doc/fonts/archaic/aramaic-README
%doc %{_texmfdistdir}/doc/fonts/archaic/aramaic.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/asamples.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/asamples.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/cypriot-README
%doc %{_texmfdistdir}/doc/fonts/archaic/cypriot.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/etruscan-README
%doc %{_texmfdistdir}/doc/fonts/archaic/etruscan.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/greek4cbc-README
%doc %{_texmfdistdir}/doc/fonts/archaic/greek4cbc-trygivbc.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/greek4cbc-trygivbc.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/greek4cbc.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/greek6cbc-README
%doc %{_texmfdistdir}/doc/fonts/archaic/greek6cbc-trygvibc.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/greek6cbc-trygvibc.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/greek6cbc.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/hieroglf-README
%doc %{_texmfdistdir}/doc/fonts/archaic/hieroglf-trypmhg.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/hieroglf-trypmhg.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/hieroglf.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/linearb-README
%doc %{_texmfdistdir}/doc/fonts/archaic/linearb.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/nabatean-README
%doc %{_texmfdistdir}/doc/fonts/archaic/nabatean.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/oands-README
%doc %{_texmfdistdir}/doc/fonts/archaic/oands.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/oldprsn-README
%doc %{_texmfdistdir}/doc/fonts/archaic/oldprsn.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/phoenician-README
%doc %{_texmfdistdir}/doc/fonts/archaic/phoenician-tryphnc.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/phoenician-tryphnc.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/phoenician.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/protosem-README
%doc %{_texmfdistdir}/doc/fonts/archaic/protosem.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/runic-README
%doc %{_texmfdistdir}/doc/fonts/archaic/runic.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/sarabian-README
%doc %{_texmfdistdir}/doc/fonts/archaic/sarabian.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryaramaic.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryaramaic.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/trycypriot.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/trycypriot.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/tryetruscan.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryetruscan.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/trylinearb.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/trylinearb.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/trynabatean.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/trynabatean.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/tryoands.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryoands.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/tryoldprsn.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryoldprsn.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/tryprotosem.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryprotosem.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/tryrunic.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryrunic.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/trysarabian.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/trysarabian.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/tryugarite.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/tryugarite.tex
%doc %{_texmfdistdir}/doc/fonts/archaic/ugarite-README
%doc %{_texmfdistdir}/doc/fonts/archaic/ugarite.pdf
%doc %{_texmfdistdir}/doc/fonts/archaic/viking-README
%doc %{_texmfdistdir}/doc/fonts/archaic/viking-try_vik.tex
#- source
%doc %{_texmfdistdir}/source/fonts/archaic/aramaic.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/aramaic.ins
%doc %{_texmfdistdir}/source/fonts/archaic/cypriot.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/cypriot.ins
%doc %{_texmfdistdir}/source/fonts/archaic/etruscan.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/etruscan.ins
%doc %{_texmfdistdir}/source/fonts/archaic/greek4cbc.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/greek4cbc.ins
%doc %{_texmfdistdir}/source/fonts/archaic/greek6cbc.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/greek6cbc.ins
%doc %{_texmfdistdir}/source/fonts/archaic/hieroglf.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/hieroglf.ins
%doc %{_texmfdistdir}/source/fonts/archaic/linearb.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/linearb.ins
%doc %{_texmfdistdir}/source/fonts/archaic/nabatean.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/nabatean.ins
%doc %{_texmfdistdir}/source/fonts/archaic/oands.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/oands.ins
%doc %{_texmfdistdir}/source/fonts/archaic/oldprsn.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/oldprsn.ins
%doc %{_texmfdistdir}/source/fonts/archaic/phoenician.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/phoenician.ins
%doc %{_texmfdistdir}/source/fonts/archaic/protosem.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/protosem.ins
%doc %{_texmfdistdir}/source/fonts/archaic/runic.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/runic.ins
%doc %{_texmfdistdir}/source/fonts/archaic/sarabian.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/sarabian.ins
%doc %{_texmfdistdir}/source/fonts/archaic/ugarite.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/ugarite.ins
%doc %{_texmfdistdir}/source/fonts/archaic/viking.dtx
%doc %{_texmfdistdir}/source/fonts/archaic/viking.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061108-3
+ Revision: e2ed8fd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19268 |14mr|texlive-arcs-2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/arcs
# catalog-date 2006-10-12 15:06:10 +0200
# catalog-license lppl
# catalog-version 1
Name:		texlive-arcs
Version:	2
Release:	3
Summary:	Draw arcs over and under text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/arcs
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arcs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arcs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arcs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides two commands for placing an arc over
(\overarc) or under (\underarc) a piece of text. (The text may
be up to three letters long.) The commands generate an \hbox,
and may be used both in text and in maths formulae.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/arcs/arcs.sty
%doc %{_texmfdistdir}/doc/latex/arcs/README
%doc %{_texmfdistdir}/doc/latex/arcs/arcs.pdf
%doc %{_texmfdistdir}/doc/latex/arcs/arcstest.tex
#- source
%doc %{_texmfdistdir}/source/latex/arcs/arcs.dtx
%doc %{_texmfdistdir}/source/latex/arcs/arcs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2-3
+ Revision: e13edb6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19269 |14mr|texlive-arev-20070225-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/arev
# catalog-date 2007-02-25 15:08:52 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-arev
Version:	20070225
Release:	3
Summary:	Fonts and LaTeX support files for Arev Sans
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/arev
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arev.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arev.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arev.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package arev provides type 1 and virtual fonts, together
with LaTeX packages for using Arev Sans in both text and
mathematics. Arev Sans is a derivative of Bitstream Vera Sans
created by Tavmjong Bah, adding support for Greek and Cyrillic
characters. Bah also added a few variant letters that are more
appropriate for mathematics. The primary purpose for using Arev
Sans in LaTeX is presentations, particularly when using a
computer projector. In such a context, Arev Sans is quite
readable, with large x-height, "open letters", wide spacing,
and thick stems. The style is very similar to the SliTeX font
lcmss, but heavier. Arev is one of a very small number of sans-
font mathematics support packages. Others are cmbright, hvmath
and kerkis.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/arev/ArevSans-Bold.afm
%{_texmfdistdir}/fonts/afm/public/arev/ArevSans-BoldOblique.afm
%{_texmfdistdir}/fonts/afm/public/arev/ArevSans-Oblique.afm
%{_texmfdistdir}/fonts/afm/public/arev/ArevSans-Roman.afm
%{_texmfdistdir}/fonts/enc/dvips/arev/arevoml.enc
%{_texmfdistdir}/fonts/enc/dvips/arev/arevoms.enc
%{_texmfdistdir}/fonts/enc/dvips/arev/arevot1.enc
%{_texmfdistdir}/fonts/map/dvips/arev/arev.map
%{_texmfdistdir}/fonts/tfm/public/arev/ArevSans-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/ArevSans-BoldOblique.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/ArevSans-Oblique.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/ArevSans-Roman.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favmb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favmbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favmr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favmr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favmri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favri8r.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/favri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/zavmb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/zavmbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/zavmr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/zavmr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/arev/zavmri7m.tfm
%{_texmfdistdir}/fonts/type1/public/arev/ArevSans-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/arev/ArevSans-BoldOblique.pfb
%{_texmfdistdir}/fonts/type1/public/arev/ArevSans-Oblique.pfb
%{_texmfdistdir}/fonts/type1/public/arev/ArevSans-Roman.pfb
%{_texmfdistdir}/fonts/vf/public/arev/favb8t.vf
%{_texmfdistdir}/fonts/vf/public/arev/favbi8t.vf
%{_texmfdistdir}/fonts/vf/public/arev/favr8t.vf
%{_texmfdistdir}/fonts/vf/public/arev/favri8t.vf
%{_texmfdistdir}/fonts/vf/public/arev/zavmb7t.vf
%{_texmfdistdir}/fonts/vf/public/arev/zavmbi7m.vf
%{_texmfdistdir}/fonts/vf/public/arev/zavmr7t.vf
%{_texmfdistdir}/fonts/vf/public/arev/zavmr7y.vf
%{_texmfdistdir}/fonts/vf/public/arev/zavmri7m.vf
%{_texmfdistdir}/tex/latex/arev/ams-mdbch.sty
%{_texmfdistdir}/tex/latex/arev/arev.sty
%{_texmfdistdir}/tex/latex/arev/arevmath.sty
%{_texmfdistdir}/tex/latex/arev/arevsymbols.tex
%{_texmfdistdir}/tex/latex/arev/arevtext.sty
%{_texmfdistdir}/tex/latex/arev/omlzavm.fd
%{_texmfdistdir}/tex/latex/arev/omszavm.fd
%{_texmfdistdir}/tex/latex/arev/ot1zavm.fd
%{_texmfdistdir}/tex/latex/arev/t1fav.fd
%{_texmfdistdir}/tex/latex/arev/uzavm.fd
%doc %{_texmfdistdir}/doc/fonts/arev/ArevSansLicense.txt
%doc %{_texmfdistdir}/doc/fonts/arev/BitstreamVeraLicense.txt
%doc %{_texmfdistdir}/doc/fonts/arev/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/arev/GPLv2.txt
%doc %{_texmfdistdir}/doc/fonts/arev/LPPLv1-3a.txt
%doc %{_texmfdistdir}/doc/fonts/arev/Makefile
%doc %{_texmfdistdir}/doc/fonts/arev/README
%doc %{_texmfdistdir}/doc/fonts/arev/arevdoc.lyx
%doc %{_texmfdistdir}/doc/fonts/arev/arevdoc.pdf
%doc %{_texmfdistdir}/doc/fonts/arev/arevdoc.tex
%doc %{_texmfdistdir}/doc/fonts/arev/fontsample.tex
%doc %{_texmfdistdir}/doc/fonts/arev/mathtesty.pdf
%doc %{_texmfdistdir}/doc/fonts/arev/mathtesty.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-arev.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-cmbright.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-cmss.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-header.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-helvetica.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-kerkis.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-lcmss.tex
%doc %{_texmfdistdir}/doc/fonts/arev/prosper-text.tex
#- source
%doc %{_texmfdistdir}/source/fonts/arev/TODO.txt
%doc %{_texmfdistdir}/source/fonts/arev/afmtoglyphlist
%doc %{_texmfdistdir}/source/fonts/arev/arevfontinst.tex
%doc %{_texmfdistdir}/source/fonts/arev/arevoml.etx
%doc %{_texmfdistdir}/source/fonts/arev/arevoms.etx
%doc %{_texmfdistdir}/source/fonts/arev/arevot1.etx
%doc %{_texmfdistdir}/source/fonts/arev/convert-ff
%doc %{_texmfdistdir}/source/fonts/arev/createkerndata
%doc %{_texmfdistdir}/source/fonts/arev/enctofontpos
%doc %{_texmfdistdir}/source/fonts/arev/fixkernaccents.tex
%doc %{_texmfdistdir}/source/fonts/arev/fixweierstrass.mtx
%doc %{_texmfdistdir}/source/fonts/arev/fonttokernsfd.ff
%doc %{_texmfdistdir}/source/fonts/arev/fonttopfb.ff
%doc %{_texmfdistdir}/source/fonts/arev/glyphlistoml.tex
%doc %{_texmfdistdir}/source/fonts/arev/glyphlistoms.tex
%doc %{_texmfdistdir}/source/fonts/arev/glyphlistot1.tex
%doc %{_texmfdistdir}/source/fonts/arev/makefontfiles
%doc %{_texmfdistdir}/source/fonts/arev/resetdotlessi.mtx
%doc %{_texmfdistdir}/source/fonts/arev/sfdtokernaccent
%doc %{_texmfdistdir}/source/fonts/arev/unsetomssymbols.mtx
%doc %{_texmfdistdir}/source/fonts/arev/unsetot1symbols.mtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070225-3
+ Revision: 875483a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19270 |14mr|texlive-around-the-bend-20091109-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/challenges/AroBend
# catalog-date 2009-11-09 13:03:38 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-around-the-bend
Version:	20091109
Release:	3
Summary:	Typeset exercises in TeX, with answers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/challenges/AroBend
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/around-the-bend.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/around-the-bend.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a typeset version of the files of the aro-bend, plus
three extra questions (with their answers) that Michael Downes
didn't manage to get onto CTAN.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/generic/around-the-bend/AroundTheBend.pdf
%doc %{_texmfdistdir}/doc/generic/around-the-bend/AroundTheBend.tex
%doc %{_texmfdistdir}/doc/generic/around-the-bend/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091109-3
+ Revision: 236c52a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19271 |14mr|texlive-arphic-20070525-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/arphic
# catalog-date 2007-05-25 18:39:01 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-arphic
Version:	20070525
Release:	3
Summary:	Arphic (Chinese) font packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/arphic
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arphic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arphic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
These are font bundles for the Chinese Arphic fonts which work
with the CJK package. Arphic is actually the name of the
company that which created the fonts (and put them under a GPL-
like licence).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/arphic/config.bkaiu
%{_texmfdistdir}/dvips/arphic/config.bsmiu
%{_texmfdistdir}/dvips/arphic/config.gbsnu
%{_texmfdistdir}/dvips/arphic/config.gkaiu
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu00.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu02.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu03.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu20.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu21.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu22.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu25.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu26.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu30.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu31.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu32.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu33.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu4e.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu4f.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu50.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu51.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu52.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu53.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu54.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu55.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu56.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu57.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu58.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu59.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu5a.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu5b.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu5c.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu5d.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu5e.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu5f.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu60.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu61.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu62.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu63.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu64.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu65.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu66.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu67.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu68.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu69.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu6a.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu6b.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu6c.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu6d.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu6e.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu6f.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu70.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu71.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu72.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu73.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu74.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu75.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu76.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu77.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu78.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu79.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu7a.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu7b.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu7c.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu7d.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu7e.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu7f.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu80.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu81.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu82.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu83.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu84.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu85.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu86.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu87.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu88.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu89.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu8a.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu8b.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu8c.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu8d.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu8e.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu8f.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu90.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu91.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu92.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu93.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu94.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu95.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu96.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu97.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu98.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu99.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu9a.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu9b.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu9c.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu9d.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu9e.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu9f.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiuee.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiuf6.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiuf7.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiuf8.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiufa.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiufe.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiuff.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiuv.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu00.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu02.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu03.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu20.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu21.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu22.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu25.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu26.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu30.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu31.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu32.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu33.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu4e.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu4f.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu50.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu51.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu52.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu53.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu54.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu55.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu56.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu57.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu58.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu59.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu5a.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu5b.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu5c.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu5d.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu5e.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu5f.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu60.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu61.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu62.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu63.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu64.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu65.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu66.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu67.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu68.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu69.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu6a.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu6b.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu6c.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu6d.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu6e.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu6f.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu70.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu71.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu72.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu73.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu74.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu75.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu76.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu77.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu78.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu79.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu7a.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu7b.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu7c.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu7d.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu7e.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu7f.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu80.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu81.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu82.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu83.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu84.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu85.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu86.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu87.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu88.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu89.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu8a.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu8b.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu8c.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu8d.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu8e.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu8f.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu90.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu91.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu92.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu93.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu94.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu95.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu96.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu97.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu98.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu99.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu9a.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu9b.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu9c.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu9d.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu9e.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu9f.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiuee.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiuf6.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiuf7.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiuf8.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiufa.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiufe.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiuff.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiuv.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu00.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu01.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu02.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu03.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu04.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu20.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu21.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu22.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu23.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu24.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu25.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu26.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu30.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu31.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu32.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu4e.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu4f.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu50.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu51.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu52.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu53.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu54.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu55.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu56.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu57.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu58.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu59.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu5a.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu5b.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu5c.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu5d.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu5e.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu5f.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu60.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu61.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu62.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu63.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu64.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu65.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu66.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu67.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu68.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu69.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu6a.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu6b.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu6c.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu6d.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu6e.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu6f.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu70.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu71.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu72.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu73.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu74.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu75.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu76.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu77.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu78.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu79.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu7a.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu7b.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu7c.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu7d.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu7e.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu7f.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu80.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu81.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu82.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu83.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu84.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu85.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu86.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu87.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu88.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu89.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu8a.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu8b.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu8c.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu8d.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu8e.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu8f.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu90.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu91.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu92.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu93.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu94.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu95.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu96.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu97.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu98.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu99.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu9a.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu9b.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu9c.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu9e.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu9f.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnufe.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnuff.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu00.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu01.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu02.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu03.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu04.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu20.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu21.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu22.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu23.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu24.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu25.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu26.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu30.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu31.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu32.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu4e.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu4f.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu50.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu51.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu52.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu53.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu54.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu55.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu56.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu57.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu58.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu59.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu5a.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu5b.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu5c.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu5d.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu5e.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu5f.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu60.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu61.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu62.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu63.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu64.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu65.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu66.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu67.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu68.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu69.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu6a.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu6b.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu6c.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu6d.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu6e.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu6f.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu70.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu71.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu72.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu73.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu74.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu75.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu76.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu77.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu78.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu79.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu7a.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu7b.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu7c.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu7d.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu7e.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu7f.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu80.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu81.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu82.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu83.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu84.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu85.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu86.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu87.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu88.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu89.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu8a.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu8b.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu8c.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu8d.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu8e.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu8f.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu90.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu91.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu92.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu93.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu94.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu95.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu96.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu97.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu98.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu99.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu9a.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu9b.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu9c.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu9e.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu9f.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiufe.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiuff.afm
%{_texmfdistdir}/fonts/map/dvips/arphic/bkaiu.map
%{_texmfdistdir}/fonts/map/dvips/arphic/bsmiu.map
%{_texmfdistdir}/fonts/map/dvips/arphic/gbsnu.map
%{_texmfdistdir}/fonts/map/dvips/arphic/gkaiu.map
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp01.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp04.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp05.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp06.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp07.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp08.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp09.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp10.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp11.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp12.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp13.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp14.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp15.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp16.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp17.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp18.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp19.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp23.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp27.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp28.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp29.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp33.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp34.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp35.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp36.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp37.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp38.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp39.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp40.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp41.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp42.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp43.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp44.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp45.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp46.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp47.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp48.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp49.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp50.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp51.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp52.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp53.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp54.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp55.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimpv.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu33.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu4e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu4f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu50.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu51.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu52.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu53.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu54.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu55.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu56.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu57.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu58.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu59.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu5a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu5b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu5c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu5d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu5e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu5f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu60.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu61.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu62.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu63.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu64.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu65.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu66.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu67.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu68.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu69.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu6a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu6b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu6c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu6d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu6e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu6f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu70.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu71.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu72.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu73.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu74.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu75.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu76.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu77.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu78.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu79.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu7a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu7b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu7c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu7d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu7e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu7f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu80.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu81.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu82.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu83.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu84.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu85.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu86.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu87.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu88.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu89.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu8a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu8b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu8c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu8d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu8e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu8f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu90.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu91.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu92.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu93.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu94.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu95.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu96.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu97.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu98.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu99.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu9a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu9b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu9c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu9d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu9e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu9f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiuee.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiuf6.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiuf7.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiuf8.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiufa.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiufe.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiuff.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiuv.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp01.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp04.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp05.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp06.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp07.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp08.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp09.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp10.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp11.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp12.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp13.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp14.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp15.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp16.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp17.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp18.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp19.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp23.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp27.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp28.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp29.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp33.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp34.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp35.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp36.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp37.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp38.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp39.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp40.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp41.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp42.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp43.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp44.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp45.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp46.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp47.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp48.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp49.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp50.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp51.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp52.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp53.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp54.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp55.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilpv.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu33.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu4e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu4f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu50.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu51.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu52.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu53.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu54.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu55.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu56.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu57.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu58.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu59.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu5a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu5b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu5c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu5d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu5e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu5f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu60.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu61.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu62.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu63.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu64.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu65.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu66.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu67.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu68.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu69.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu6a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu6b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu6c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu6d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu6e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu6f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu70.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu71.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu72.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu73.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu74.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu75.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu76.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu77.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu78.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu79.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu7a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu7b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu7c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu7d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu7e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu7f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu80.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu81.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu82.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu83.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu84.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu85.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu86.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu87.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu88.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu89.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu8a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu8b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu8c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu8d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu8e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu8f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu90.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu91.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu92.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu93.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu94.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu95.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu96.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu97.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu98.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu99.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu9a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu9b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu9c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu9d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu9e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu9f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiuee.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiuf6.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiuf7.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiuf8.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiufa.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiufe.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiuff.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiuv.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp01.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp04.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp06.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp07.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp08.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp09.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp10.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp11.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp12.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp13.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp14.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp15.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp16.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp17.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp18.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp19.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp23.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp24.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp27.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp28.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp29.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu01.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu04.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu23.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu24.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu4e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu4f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu50.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu51.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu52.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu53.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu54.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu55.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu56.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu57.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu58.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu59.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu5a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu5b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu5c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu5d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu5e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu5f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu60.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu61.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu62.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu63.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu64.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu65.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu66.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu67.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu68.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu69.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu6a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu6b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu6c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu6d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu6e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu6f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu70.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu71.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu72.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu73.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu74.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu75.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu76.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu77.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu78.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu79.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu7a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu7b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu7c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu7d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu7e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu7f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu80.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu81.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu82.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu83.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu84.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu85.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu86.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu87.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu88.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu89.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu8a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu8b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu8c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu8d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu8e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu8f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu90.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu91.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu92.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu93.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu94.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu95.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu96.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu97.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu98.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu99.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu9a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu9b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu9c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu9e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu9f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnufe.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnuff.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp01.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp04.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp06.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp07.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp08.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp09.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp10.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp11.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp12.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp13.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp14.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp15.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp16.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp17.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp18.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp19.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp23.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp24.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp27.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp28.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp29.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu01.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu04.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu23.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu24.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu4e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu4f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu50.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu51.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu52.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu53.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu54.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu55.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu56.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu57.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu58.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu59.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu5a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu5b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu5c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu5d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu5e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu5f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu60.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu61.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu62.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu63.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu64.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu65.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu66.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu67.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu68.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu69.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu6a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu6b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu6c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu6d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu6e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu6f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu70.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu71.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu72.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu73.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu74.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu75.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu76.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu77.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu78.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu79.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu7a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu7b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu7c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu7d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu7e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu7f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu80.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu81.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu82.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu83.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu84.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu85.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu86.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu87.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu88.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu89.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu8a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu8b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu8c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu8d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu8e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu8f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu90.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu91.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu92.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu93.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu94.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu95.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu96.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu97.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu98.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu99.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu9a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu9b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu9c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu9e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu9f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiufe.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiuff.tfm
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu00.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu02.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu03.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu20.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu21.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu22.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu25.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu26.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu30.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu31.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu32.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu33.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu4e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu4f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu50.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu51.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu52.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu53.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu54.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu55.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu56.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu57.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu58.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu59.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu5a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu5b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu5c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu5d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu5e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu5f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu60.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu61.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu62.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu63.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu64.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu65.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu66.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu67.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu68.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu69.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu6a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu6b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu6c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu6d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu6e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu6f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu70.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu71.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu72.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu73.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu74.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu75.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu76.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu77.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu78.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu79.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu7a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu7b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu7c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu7d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu7e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu7f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu80.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu81.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu82.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu83.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu84.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu85.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu86.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu87.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu88.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu89.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu8a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu8b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu8c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu8d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu8e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu8f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu90.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu91.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu92.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu93.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu94.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu95.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu96.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu97.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu98.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu99.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu9a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu9b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu9c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu9d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu9e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu9f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiuee.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiuf6.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiuf7.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiuf8.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiufa.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiufe.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiuff.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiuv.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu00.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu02.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu03.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu20.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu21.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu22.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu25.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu26.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu30.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu31.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu32.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu33.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu4e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu4f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu50.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu51.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu52.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu53.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu54.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu55.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu56.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu57.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu58.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu59.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu5a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu5b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu5c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu5d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu5e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu5f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu60.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu61.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu62.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu63.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu64.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu65.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu66.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu67.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu68.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu69.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu6a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu6b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu6c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu6d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu6e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu6f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu70.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu71.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu72.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu73.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu74.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu75.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu76.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu77.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu78.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu79.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu7a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu7b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu7c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu7d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu7e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu7f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu80.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu81.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu82.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu83.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu84.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu85.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu86.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu87.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu88.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu89.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu8a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu8b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu8c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu8d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu8e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu8f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu90.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu91.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu92.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu93.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu94.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu95.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu96.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu97.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu98.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu99.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu9a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu9b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu9c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu9d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu9e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu9f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiuee.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiuf6.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiuf7.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiuf8.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiufa.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiufe.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiuff.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiuv.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu00.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu01.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu02.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu03.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu04.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu20.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu21.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu22.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu23.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu24.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu25.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu26.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu30.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu31.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu32.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu4e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu4f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu50.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu51.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu52.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu53.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu54.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu55.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu56.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu57.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu58.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu59.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu5a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu5b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu5c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu5d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu5e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu5f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu60.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu61.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu62.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu63.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu64.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu65.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu66.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu67.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu68.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu69.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu6a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu6b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu6c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu6d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu6e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu6f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu70.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu71.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu72.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu73.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu74.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu75.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu76.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu77.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu78.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu79.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu7a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu7b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu7c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu7d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu7e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu7f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu80.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu81.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu82.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu83.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu84.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu85.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu86.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu87.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu88.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu89.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu8a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu8b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu8c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu8d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu8e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu8f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu90.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu91.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu92.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu93.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu94.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu95.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu96.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu97.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu98.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu99.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu9a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu9b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu9c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu9e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu9f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnufe.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnuff.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu00.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu01.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu02.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu03.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu04.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu20.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu21.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu22.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu23.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu24.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu25.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu26.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu30.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu31.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu32.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu4e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu4f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu50.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu51.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu52.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu53.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu54.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu55.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu56.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu57.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu58.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu59.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu5a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu5b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu5c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu5d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu5e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu5f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu60.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu61.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu62.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu63.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu64.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu65.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu66.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu67.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu68.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu69.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu6a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu6b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu6c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu6d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu6e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu6f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu70.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu71.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu72.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu73.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu74.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu75.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu76.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu77.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu78.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu79.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu7a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu7b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu7c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu7d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu7e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu7f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu80.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu81.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu82.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu83.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu84.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu85.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu86.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu87.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu88.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu89.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu8a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu8b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu8c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu8d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu8e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu8f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu90.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu91.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu92.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu93.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu94.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu95.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu96.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu97.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu98.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu99.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu9a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu9b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu9c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu9e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu9f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiufe.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiuff.pfb
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp00.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp01.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp02.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp03.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp04.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp05.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp06.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp07.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp08.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp09.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp10.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp11.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp12.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp13.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp14.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp15.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp16.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp17.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp18.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp19.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp20.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp21.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp22.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp23.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp25.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp26.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp27.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp28.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp29.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp30.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp31.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp32.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp33.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp34.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp35.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp36.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp37.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp38.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp39.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp40.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp41.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp42.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp43.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp44.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp45.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp46.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp47.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp48.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp49.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp50.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp51.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp52.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp53.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp54.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp55.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimpv.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp00.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp01.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp02.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp03.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp04.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp05.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp06.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp07.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp08.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp09.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp10.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp11.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp12.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp13.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp14.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp15.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp16.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp17.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp18.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp19.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp20.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp21.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp22.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp23.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp25.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp26.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp27.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp28.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp29.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp30.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp31.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp32.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp33.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp34.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp35.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp36.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp37.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp38.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp39.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp40.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp41.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp42.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp43.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp44.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp45.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp46.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp47.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp48.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp49.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp50.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp51.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp52.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp53.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp54.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp55.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilpv.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp00.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp01.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp02.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp03.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp04.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp06.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp07.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp08.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp09.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp10.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp11.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp12.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp13.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp14.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp15.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp16.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp17.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp18.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp19.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp20.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp21.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp22.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp23.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp24.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp25.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp26.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp27.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp28.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp29.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp30.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp31.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp32.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp00.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp01.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp02.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp03.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp04.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp06.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp07.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp08.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp09.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp10.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp11.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp12.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp13.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp14.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp15.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp16.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp17.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp18.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp19.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp20.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp21.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp22.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp23.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp24.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp25.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp26.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp27.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp28.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp29.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp30.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp31.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp32.vf
%_texmf_updmap_d/arphic
%doc %{_texmfdistdir}/doc/fonts/arphic/arphic-sampler.pdf
%doc %{_texmfdistdir}/doc/fonts/arphic/arphic-sampler.tex
%doc %{_texmfdistdir}/doc/fonts/arphic/bkaiu/README
%doc %{_texmfdistdir}/doc/fonts/arphic/bsmiu/README
%doc %{_texmfdistdir}/doc/fonts/arphic/gbsnu/README
%doc %{_texmfdistdir}/doc/fonts/arphic/gkaiu/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/arphic <<EOF
Map bkaiu.map
Map bsmiu.map
Map gbsnu.map
Map gkaiu.map
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070525-3
+ Revision: 11a819a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19272 |14mr|texlive-arrayjobx-1.04-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18125
# category Package
# catalog-ctan /macros/generic/arrayjobx
# catalog-date 2010-05-11 12:36:30 +0200
# catalog-license lppl
# catalog-version 1.04
Name:		texlive-arrayjobx
Version:	1.04
Release:	3
Summary:	Array data structures for (La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/arrayjobx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arrayjobx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arrayjobx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides array data structures in (La)TeX, in the
meaning of the classical procedural programming languages like
Fortran, Ada or C, and macros to manipulate them. Arrays can be
mono or bi-dimensional. This is useful for applications which
require high level programming techniques, like algorithmic
graphics programmed in the TeX language. The package supersedes
the arrayjob package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/arrayjobx/arrayjob.sty
%{_texmfdistdir}/tex/generic/arrayjobx/arrayjobx.sty
%doc %{_texmfdistdir}/doc/generic/arrayjobx/README
%doc %{_texmfdistdir}/doc/generic/arrayjobx/arrayjob.pdf
%doc %{_texmfdistdir}/doc/generic/arrayjobx/arrayjob.tex
%doc %{_texmfdistdir}/doc/generic/arrayjobx/arrayjobx.pdf
%doc %{_texmfdistdir}/doc/generic/arrayjobx/arrayjobx.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.04-3
+ Revision: b63b01f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19273 |14mr|texlive-arraysort-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31576
# category Package
# catalog-ctan /macros/latex/contrib/arraysort
# catalog-date 2013-09-04 23:50:27 +0200
# catalog-license lppl1.2
# catalog-version 1.0
Name:		texlive-arraysort
Version:	1.0
Release:	6
Summary:	Sort arrays (or portions of them)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/arraysort
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arraysort.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arraysort.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arraysort.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a mechanism for sorting arrays (or
portions of them); the arrays should have been created using
the arrayjobx package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/arraysort/arraysort.sty
%doc %{_texmfdistdir}/doc/latex/arraysort/Makefile
%doc %{_texmfdistdir}/doc/latex/arraysort/README
%doc %{_texmfdistdir}/doc/latex/arraysort/arraysort.pdf
#- source
%doc %{_texmfdistdir}/source/latex/arraysort/arraysort.dtx
%doc %{_texmfdistdir}/source/latex/arraysort/arraysort.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 7dff7be
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19274 |14mr|texlive-arsclassica-4.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25466
# category Package
# catalog-ctan /macros/latex/contrib/arsclassica
# catalog-date 2012-02-21 16:05:39 +0100
# catalog-license lppl
# catalog-version 4.0.3
Name:		texlive-arsclassica
Version:	4.0.3
Release:	2
Summary:	A different view of the ClassicThesis package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/arsclassica
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arsclassica.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arsclassica.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package changes some typographical points of the
ClassicThesis style, by Andre Miede. It enables the user to
reproduce the look of the guide The art of writing with LaTeX
(the web page is in Italian).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/arsclassica/classic.ist
%{_texmfdistdir}/tex/latex/arsclassica/arsclassica.sty
%doc %{_texmfdistdir}/doc/latex/arsclassica/ArsClassica.pdf
%doc %{_texmfdistdir}/doc/latex/arsclassica/ArsClassica.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/Bibliography.bib
%doc %{_texmfdistdir}/doc/latex/arsclassica/CHANGES
%doc %{_texmfdistdir}/doc/latex/arsclassica/Chapters/Code.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/Chapters/Fundamentals.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Abstract+Sommario.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Acknowledgements.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Bibliography.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Contents.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Index.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Titleback.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Titlepage.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/Graphics/Birds.jpg
%doc %{_texmfdistdir}/doc/latex/arsclassica/Graphics/Example_1.jpg
%doc %{_texmfdistdir}/doc/latex/arsclassica/Graphics/Example_2.jpg
%doc %{_texmfdistdir}/doc/latex/arsclassica/Graphics/Example_3.jpg
%doc %{_texmfdistdir}/doc/latex/arsclassica/Graphics/Example_4.jpg
%doc %{_texmfdistdir}/doc/latex/arsclassica/README
%doc %{_texmfdistdir}/doc/latex/arsclassica/arsclassica-settings.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0.3-2
+ Revision: 4d1880b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19275 |14mr|texlive-articleingud-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26197
# category Package
# catalog-ctan /macros/latex/contrib/articleingud
# catalog-date 2012-05-03 11:23:54 +0200
# catalog-license lppl1.2
# catalog-version 0.1
Name:		texlive-articleingud
Version:	0.1
Release:	2
Summary:	LaTeX class for articles published in INGENIERIA review
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/articleingud
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/articleingud.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/articleingud.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/articleingud.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is for articles published in INGENIERIA review. It is
derived from the standard LaTeX class article.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/articleingud/articleingud.cls
%doc %{_texmfdistdir}/doc/latex/articleingud/README
%doc %{_texmfdistdir}/doc/latex/articleingud/articleingud.pdf
%doc %{_texmfdistdir}/doc/latex/articleingud/plantilla.tex
%doc %{_texmfdistdir}/doc/latex/articleingud/template.tex
#- source
%doc %{_texmfdistdir}/source/latex/articleingud/articleingud.dtx
%doc %{_texmfdistdir}/source/latex/articleingud/articleingud.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: bbde38a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19276 |14mr|texlive-arydshln-1.71-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/arydshln
# catalog-date 2007-04-06 18:29:05 +0200
# catalog-license lppl
# catalog-version 1.71
Name:		texlive-arydshln
Version:	1.71
Release:	3
Summary:	Horizontal and vertical dashed lines in arrays and tabulars
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/arydshln
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arydshln.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arydshln.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arydshln.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Definitions of horizontal and vertical dashed lines for the
array and tabular environment. Horizontal lines are drawn by
\hdashline and \cdashline while vertical ones can be specified
as a part of preamble using ':'. The shape of dashed lines may
be controlled through style parameters or optional arguments.
The package is compatible with array and colortab.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/arydshln/arydshln.sty
%doc %{_texmfdistdir}/doc/latex/arydshln/README
%doc %{_texmfdistdir}/doc/latex/arydshln/arydshln-man.pdf
%doc %{_texmfdistdir}/doc/latex/arydshln/arydshln-man.tex
%doc %{_texmfdistdir}/doc/latex/arydshln/arydshln.pdf
#- source
%doc %{_texmfdistdir}/source/latex/arydshln/arydshln.dtx
%doc %{_texmfdistdir}/source/latex/arydshln/arydshln.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.71-3
+ Revision: 2d6713e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19277 |14mr|texlive-asaetr-1.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/asaetr
# catalog-date 2009-04-30 00:32:08 +0200
# catalog-license pd
# catalog-version 1.0a
Name:		texlive-asaetr
Version:	1.0a
Release:	3
Summary:	Transactions of the ASAE
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/asaetr
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/asaetr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/asaetr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class and BibTeX style for submissions to the Transactions of
the American Society of Agricultural Engineers. Also included
is the MetaFont source of a slanted Computer Modern Caps and
Small Caps font.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/asaetr/asaetr.bst
%{_texmfdistdir}/tex/latex/asaetr/asaesub.sty
%{_texmfdistdir}/tex/latex/asaetr/asaetr.cls
%{_texmfdistdir}/tex/latex/asaetr/asaetr.sty
%doc %{_texmfdistdir}/doc/latex/asaetr/MANIFEST
%doc %{_texmfdistdir}/doc/latex/asaetr/asaetr.bib
%doc %{_texmfdistdir}/doc/latex/asaetr/asaetr.pdf
%doc %{_texmfdistdir}/doc/latex/asaetr/asaetr.tex
%doc %{_texmfdistdir}/doc/latex/asaetr/cmcscsl10.mf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-3
+ Revision: 6541449
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19278 |14mr|texlive-Asana-Math-000.949-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27228
# category Package
# catalog-ctan /fonts/Asana-Math
# catalog-date 2012-06-11 11:02:36 +0200
# catalog-license ofl
# catalog-version 000.949
Name:		texlive-Asana-Math
Version:	000.949
Release:	2
Summary:	A font to typeset maths in Xe(La)TeX and Lua(La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/Asana-Math
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/Asana-Math.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/Asana-Math.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Asana-Math font is an OpenType font that includes almost
all mathematical Unicode symbols and it can be used to typeset
mathematical text with any software that can understand the
MATH OpenType table (e.g., XeTeX 0.997 and Microsoft Word
2007). The font is beta software. Typesetting support for use
with LaTeX is provided by the fontspec and unicode-math
packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/Asana-Math/Asana-Math.otf
%{_texmfdistdir}/fonts/truetype/public/Asana-Math/Asana-Math.ttf
%doc %{_texmfdistdir}/doc/fonts/Asana-Math/FontLog.txt
%doc %{_texmfdistdir}/doc/fonts/Asana-Math/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 000.949-2
+ Revision: 76e4ad1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19279 |14mr|texlive-ascelike-2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25303
# category Package
# catalog-ctan /macros/latex/contrib/ascelike
# catalog-date 2012-02-05 17:55:30 +0100
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-ascelike
Version:	2.2
Release:	2
Summary:	Bibliography style for the ASCE
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ascelike
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ascelike.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ascelike.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A document class and bibliographic style that prepares
documents in the style required by the American Society of
Civil Engineers (ASCE). These are unofficial files, not
sanctioned by that organization, and the files specifically
give this caveat. Also included is a short
documentation/example of how to use the class.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/ascelike/ascelike.bst
%{_texmfdistdir}/tex/latex/ascelike/ascelike.cls
%doc %{_texmfdistdir}/doc/latex/ascelike/README
%doc %{_texmfdistdir}/doc/latex/ascelike/ascexmpl.bib
%doc %{_texmfdistdir}/doc/latex/ascelike/ascexmpl.pdf
%doc %{_texmfdistdir}/doc/latex/ascelike/ascexmpl.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-2
+ Revision: 7c74fcf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19280 |14mr|texlive-ascii-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/ascii
# catalog-date 2008-12-25 13:14:37 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-ascii
Version:	2.0
Release:	3
Summary:	Support for IBM "standard ASCII" font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ascii
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ascii.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ascii.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ascii.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package makes available the graphical representation of
the ASCII characters as defined in the IBM PC Code Page 437 C0
Graphics. A Type 1 font of the glyphs is included.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/ascii/ascii.map
%{_texmfdistdir}/fonts/tfm/public/ascii/ASCII.tfm
%{_texmfdistdir}/fonts/type1/public/ascii/ASCII.pfb
%{_texmfdistdir}/tex/latex/ascii/ascii.sty
%doc %{_texmfdistdir}/doc/fonts/ascii/ascii2006.pdf
%doc %{_texmfdistdir}/doc/fonts/ascii/asciisty1994.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ascii/ascii.dtx
%doc %{_texmfdistdir}/source/latex/ascii/ascii.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 9bf3ba0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19281 |14mr|texlive-ascii-chart-20101122-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20536
# category Package
# catalog-ctan /info/ascii-chart
# catalog-date 2010-11-22 13:41:51 +0100
# catalog-license noinfo
# catalog-version undef
Name:		texlive-ascii-chart
Version:	20101122
Release:	3
Summary:	An ASCII wall chart
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/ascii-chart
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ascii-chart.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ascii-chart.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The document may be converted between Plain TeX and LaTeX
(2.09) by a simple editing action.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/support/ascii-chart/ascii.pdf
%doc %{_texmfdistdir}/doc/support/ascii-chart/ascii.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101122-3
+ Revision: 1b96227
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19282 |14mr|texlive-askmaps-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32320
# category Package
# catalog-ctan /macros/latex/contrib/askmaps
# catalog-date 2013-12-04 20:39:16 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-askmaps
Version:	0.1
Release:	2
Summary:	Typeset American style Karnaugh maps
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/askmaps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/askmaps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/askmaps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides 2, 3, 4 and 5 variable Karnaugh maps, in
the style used in numerous textbooks on digital design. The
package draws K-maps where the most significant input variables
are placed on top of the columns and the least significant
variables are placed left of the rows.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/askmaps/askmaps.sty
%doc %{_texmfdistdir}/doc/latex/askmaps/README
%doc %{_texmfdistdir}/doc/latex/askmaps/askmaps.pdf
%doc %{_texmfdistdir}/doc/latex/askmaps/askmaps.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: 4a09695
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19283 |14mr|texlive-aspectratio-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25243
# category Package
# catalog-ctan /macros/latex/contrib/aspectratio
# catalog-date 2012-01-28 10:04:30 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-aspectratio
Version:	2.0
Release:	2
Summary:	Capital A and capital R ligature for Aspect Ratio
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/aspectratio
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aspectratio.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aspectratio.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides fonts (both as Adobe Type 1 format, and as
Metafont source) for the 'AR' symbol (for Aspect Ratio) used by
aeronautical scientists and engineers.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/aspectratio/aspectratio.map
%{_texmfdistdir}/fonts/source/public/aspectratio/ar10.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/ar12.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/ar6.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/ar7.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/ar8.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/ar9.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arb10.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arb12.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arb5.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arb6.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arb7.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arb8.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arb9.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arssbi10.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/arssi10.mf
%{_texmfdistdir}/fonts/source/public/aspectratio/artti10.mf
%{_texmfdistdir}/fonts/tfm/public/aspectratio/amarbi.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/amarri.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/aparbi.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/aparri.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar10.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar12.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar5.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar6.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar7.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar8.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/ar9.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb10.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb12.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb5.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb6.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb7.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb8.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arb9.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arssbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/arssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/aspectratio/artti10.tfm
%{_texmfdistdir}/fonts/type1/public/aspectratio/amarbi.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/amarri.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/ar10.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/ar12.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/ar5.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/ar6.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/ar7.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/ar8.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/ar9.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arb10.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arb12.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arb5.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arb6.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arb7.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arb8.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arb9.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arssbi10.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/arssi10.pfb
%{_texmfdistdir}/fonts/type1/public/aspectratio/artti10.pfb
%{_texmfdistdir}/tex/latex/aspectratio/ar.sty
%doc %{_texmfdistdir}/doc/latex/aspectratio/ar.pdf
%doc %{_texmfdistdir}/doc/latex/aspectratio/ar.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-2
+ Revision: af94e5f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19284 |14mr|texlive-assignment-20061012-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20431
# category Package
# catalog-ctan /macros/latex/contrib/assignment
# catalog-date 2006-10-12 15:12:24 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-assignment
Version:	20061012
Release:	3
Summary:	A class file for typesetting homework and lab assignments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/assignment
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/assignment.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/assignment.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class file for typesetting homework and lab assignments.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/assignment/assignment.cls
%doc %{_texmfdistdir}/doc/latex/assignment/Changelog
%doc %{_texmfdistdir}/doc/latex/assignment/LICENSE
%doc %{_texmfdistdir}/doc/latex/assignment/README
%doc %{_texmfdistdir}/doc/latex/assignment/assignment.pdf
%doc %{_texmfdistdir}/doc/latex/assignment/assignment.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061012-3
+ Revision: 98266b4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19285 |14mr|texlive-astro-2.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/astro
# catalog-date 2008-10-03 22:28:15 +0200
# catalog-license lppl
# catalog-version 2.20
Name:		texlive-astro
Version:	2.20
Release:	3
Summary:	Astronomical (planetary) symbols
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/astro
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/astro.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/astro.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Astrosym is a font containing astronomical symbols, including
those used for the planets, four planetoids, the phases of the
moon, the signs of the zodiac, and some additional symbols. The
font is distributed in MetaFont format.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/astro/astrosym.cal
%{_texmfdistdir}/fonts/source/public/astro/astrosym.cmn
%{_texmfdistdir}/fonts/source/public/astro/astrosym.mac
%{_texmfdistdir}/fonts/source/public/astro/astrosym.mf
%{_texmfdistdir}/fonts/source/public/astro/astrosym.uni
%{_texmfdistdir}/fonts/source/public/astro/astrosym.xtr
%{_texmfdistdir}/fonts/tfm/public/astro/astrosym.tfm
%doc %{_texmfdistdir}/doc/fonts/astro/astrosym.tex
%doc %{_texmfdistdir}/doc/fonts/astro/astrosym.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.20-3
+ Revision: 91909f8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19286 |14mr|texlive-asyfig-0.1c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17512
# category Package
# catalog-ctan /macros/latex/contrib/asyfig
# catalog-date 2010-03-20 11:11:38 +0100
# catalog-license lppl
# catalog-version 0.1c
Name:		texlive-asyfig
Version:	0.1c
Release:	3
Summary:	Commands for using Asymptote figures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/asyfig
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/asyfig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/asyfig.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/asyfig.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of reading Asymptote figures from
separate files, rather than within the document, as is standard
in the asymptote package, which is provided as part of the
Asymptote bundle. The asymptote way can prove cumbersome in a
large document; the present package allows the user to process
one picture at a time, in simple test documents, and then to
migrate (with no fuss) to their use in the target document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/asyfig/asyalign.sty
%{_texmfdistdir}/tex/latex/asyfig/asyfig.sty
%{_texmfdistdir}/tex/latex/asyfig/asyprocess.sty
%doc %{_texmfdistdir}/doc/latex/asyfig/README
%doc %{_texmfdistdir}/doc/latex/asyfig/asyfig.pdf
%doc %{_texmfdistdir}/doc/latex/asyfig/example/frf.asy
%doc %{_texmfdistdir}/doc/latex/asyfig/example/test-asyfig.tex
#- source
%doc %{_texmfdistdir}/source/latex/asyfig/asyfig.ins
%doc %{_texmfdistdir}/source/latex/asyfig/asyfig.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1c-3
+ Revision: b579af9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19287 |14mr|texlive-attachfile-v1.5b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21866
# category Package
# catalog-ctan /macros/latex/contrib/attachfile
# catalog-date 2011-03-28 07:44:29 +0200
# catalog-license lppl1.3
# catalog-version v1.5b
Name:		texlive-attachfile
Version:	v1.5b
Release:	3
Summary:	Attach arbitrary files to a PDF document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/attachfile
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/attachfile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/attachfile.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/attachfile.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Starting with PDF 1.3 (Adobe Acrobat 4.0), PDF files can
contain file attachments -- arbitrary files that a reader can
extract, just like attachments to an e-mail message. The
attachfile package brings this functionality to pdfLaTeX and
provides some additional features not available in Acrobat,
such as the ability to use arbitrary LaTeX code for the file
icon -- including things like \includegraphics, tabular, and
mathematics. Settings can be made either globally or on a per-
attachment basis. Attachfile makes it easy to attach files and
customize their appearance in the enclosing document. The
package supports the Created, Modified, and Size keys in the
EmbeddedFile's Params dictionary.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/attachfile/attachfile.sty
%doc %{_texmfdistdir}/doc/latex/attachfile/README
%doc %{_texmfdistdir}/doc/latex/attachfile/attachfile.pdf
#- source
%doc %{_texmfdistdir}/source/latex/attachfile/attachfile.dtx
%doc %{_texmfdistdir}/source/latex/attachfile/attachfile.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.5b-3
+ Revision: df29caa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19288 |14mr|texlive-augie-20061229-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18948
# category Package
# catalog-ctan /fonts/augie
# catalog-date 2006-12-29 12:26:56 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-augie
Version:	20061229
Release:	3
Summary:	Calligraphic font for typesetting handwriting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/augie
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/augie.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/augie.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A calligraphic font for simulating American-style informal
handwriting. The font is distributed in Adobe Type 1 format.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/augie/augie___.afm
%{_texmfdistdir}/fonts/map/dvips/augie/augie.map
%{_texmfdistdir}/fonts/tfm/public/augie/augie7t.tfm
%{_texmfdistdir}/fonts/tfm/public/augie/augie8c.tfm
%{_texmfdistdir}/fonts/tfm/public/augie/augie8r.tfm
%{_texmfdistdir}/fonts/tfm/public/augie/augie8t.tfm
%{_texmfdistdir}/fonts/tfm/public/augie/augie___.tfm
%{_texmfdistdir}/fonts/type1/public/augie/augie___.pfb
%{_texmfdistdir}/fonts/vf/public/augie/augie7t.vf
%{_texmfdistdir}/fonts/vf/public/augie/augie8c.vf
%{_texmfdistdir}/fonts/vf/public/augie/augie8t.vf
%{_texmfdistdir}/tex/latex/augie/ot1augie.fd
%{_texmfdistdir}/tex/latex/augie/t1augie.fd
%{_texmfdistdir}/tex/latex/augie/ts1augie.fd
%doc %{_texmfdistdir}/doc/latex/augie/README.augie
%doc %{_texmfdistdir}/doc/latex/augie/augie.txt
%doc %{_texmfdistdir}/doc/latex/augie/other/Augie___.pfm
%doc %{_texmfdistdir}/doc/latex/augie/other/augie___.inf
%doc %{_texmfdistdir}/doc/latex/augie/vtex/augie.ali

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061229-3
+ Revision: eab402d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19289 |14mr|texlive-auncial-new-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/auncial-new
# catalog-date 2008-08-16 20:32:59 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-auncial-new
Version:	2.0
Release:	3
Summary:	Artificial Uncial font and LaTeX support macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/auncial-new
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/auncial-new.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/auncial-new.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/auncial-new.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The auncial-new bundle provides packages and fonts for a script
based on the Artificial Uncial manuscript book-hand used
between the 6th & 10th century AD. The script consists of
minuscules and digits, with some appropriate period punctuation
marks. Both normal and bold versions are provided, and the font
is distributed in Adobe Type 1 format. This is an experimental
new version of the auncial bundle, which is one of a series of
bookhand fonts. The font follows the B1 encoding developed for
bookhands. Access to the encoding is essential. The encoding
mainly follows the standard T1 encoding.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/auncial-new/auncl10.afm
%{_texmfdistdir}/fonts/afm/public/auncial-new/aunclb10.afm
%{_texmfdistdir}/fonts/map/dvips/auncial-new/auncial.map
%{_texmfdistdir}/fonts/tfm/public/auncial-new/auncl10.tfm
%{_texmfdistdir}/fonts/tfm/public/auncial-new/aunclb10.tfm
%{_texmfdistdir}/fonts/type1/public/auncial-new/auncl10.pfb
%{_texmfdistdir}/fonts/type1/public/auncial-new/aunclb10.pfb
%{_texmfdistdir}/tex/latex/auncial-new/allauncl.sty
%{_texmfdistdir}/tex/latex/auncial-new/auncial.sty
%{_texmfdistdir}/tex/latex/auncial-new/b1auncl.fd
%doc %{_texmfdistdir}/doc/fonts/auncial-new/README
%doc %{_texmfdistdir}/doc/fonts/auncial-new/auncial.pdf
%doc %{_texmfdistdir}/doc/fonts/auncial-new/tryauncial.pdf
%doc %{_texmfdistdir}/doc/fonts/auncial-new/tryauncial.tex
#- source
%doc %{_texmfdistdir}/source/fonts/auncial-new/auncial.dtx
%doc %{_texmfdistdir}/source/fonts/auncial-new/auncial.ins
%doc %{_texmfdistdir}/source/fonts/auncial-new/aunclmfb.dtx
%doc %{_texmfdistdir}/source/fonts/auncial-new/aunclmfc.dtx
%doc %{_texmfdistdir}/source/fonts/auncial-new/aunclmft.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 734ecfa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19290 |14mr|texlive-aurical-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/aurical
# catalog-date 2008-07-27 23:11:56 +0200
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-aurical
Version:	1.5
Release:	3
Summary:	Calligraphic fonts for use with LaTeX in T1 encoding
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/aurical
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aurical.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aurical.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package that implements a set (AuriocusKalligraphicus) of
three calligraphic fonts derived from the author's handwriting
in Adobe Type 1 Format, T1 (Cork) encoding for use with LaTeX:
- Auriocus Kalligraphicus; - Lukas Svatba; and - Jana Skrivana.
Each font features oldstyle digits and (machine-generated)
boldface and slanted versions. A variant of Lukas Svatba offers
a 'long s'.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogo.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoBold.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoBoldRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoBoldSlant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AmiciLogoSlant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicus.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusBold.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusBoldRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusBoldSlant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/AuriocusKalligraphicusSlant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivana.afm
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaBold.afm
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaBoldRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaBoldSlant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/JanaSkrivanaSlant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatba.afm
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaBold.afm
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaBoldRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaBoldSlant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaRslant.afm
%{_texmfdistdir}/fonts/afm/public/aurical/LukasSvatbaSlant.afm
%{_texmfdistdir}/fonts/map/dvips/aurical/aurical.map
%{_texmfdistdir}/fonts/source/public/aurical/aurical_source.zip
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogo.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoBold.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoBoldRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoBoldSlant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AmiciLogoSlant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicus.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusBold.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusBoldRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusBoldSlant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/AuriocusKalligraphicusSlant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivana.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaBold.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaBoldRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaBoldSlant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/JanaSkrivanaSlant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatba.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaBold.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaBoldRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaBoldSlant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaRslant.tfm
%{_texmfdistdir}/fonts/tfm/public/aurical/LukasSvatbaSlant.tfm
%{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogo.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoBold.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoBoldRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoBoldSlant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AmiciLogoSlant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicus.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusBold.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusBoldRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusBoldSlant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/AuriocusKalligraphicusSlant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivana.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaBold.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaBoldRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaBoldSlant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/JanaSkrivanaSlant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatba.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaBold.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaBoldRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaBoldSlant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaRslant.pfb
%{_texmfdistdir}/fonts/type1/public/aurical/LukasSvatbaSlant.pfb
%{_texmfdistdir}/tex/latex/aurical/T1AmiciLogo.fd
%{_texmfdistdir}/tex/latex/aurical/T1AuriocusKalligraphicus.fd
%{_texmfdistdir}/tex/latex/aurical/T1JanaSkrivana.fd
%{_texmfdistdir}/tex/latex/aurical/T1LukasSvatba.fd
%{_texmfdistdir}/tex/latex/aurical/aurical.sty
%doc %{_texmfdistdir}/doc/latex/aurical/aurical.pdf
%doc %{_texmfdistdir}/doc/latex/aurical/aurical.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: b5ccf17
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19291 |14mr|texlive-authoraftertitle-0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24863
# category Package
# catalog-ctan /macros/latex/contrib/authoraftertitle
# catalog-date 2011-12-17 14:41:04 +0100
# catalog-license pd
# catalog-version 0.9
Name:		texlive-authoraftertitle
Version:	0.9
Release:	4
Summary:	Make author, etc., available after \maketitle
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/authoraftertitle
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/authoraftertitle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/authoraftertitle.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This jiffy package makes the author, title and date of the
package available to the user (as \MyAuthor, etc) after the
\maketitle command has been executed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/authoraftertitle/authoraftertitle.sty
%doc %{_texmfdistdir}/doc/latex/authoraftertitle/authoraftertitle.pdf
%doc %{_texmfdistdir}/doc/latex/authoraftertitle/authoraftertitle.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-4
+ Revision: 73e881c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19292 |14mr|texlive-authorindex-20080810-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /indexing/authorindex
# catalog-date 2008-08-10 21:45:45 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-authorindex
Version:	20080810
Release:	4
Summary:	Index citations by author names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/indexing/authorindex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/authorindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/authorindex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-authorindex.bin = %{EVRD}

%description
This package allows the user to create an index of all authors
cited in a LaTeX document. Each author entry in the index
contains the pages where these citations occur. Alternatively,
the package can list the labels of the citations that appear in
the references rather than the text pages. The package relies
on BibTeX being used to handle citations. Additionally, it
requires Perl (version 5 or higher).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/authorindex
%{_texmfdistdir}/scripts/authorindex/authorindex
%{_texmfdistdir}/tex/latex/authorindex/authorindex.sty
%doc %{_texmfdistdir}/doc/latex/authorindex/COPYING
%doc %{_texmfdistdir}/doc/latex/authorindex/NEWS
%doc %{_texmfdistdir}/doc/latex/authorindex/README
%doc %{_texmfdistdir}/doc/latex/authorindex/authorindex.pdf
%doc %{_texmfdistdir}/doc/latex/authorindex/authorindex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/authorindex/authorindex authorindex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080810-4
+ Revision: cbcb877
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19293 |14mr|texlive-autoarea-0.3a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pictex/addon/autoarea
# catalog-date 2008-08-17 11:40:59 +0200
# catalog-license lppl
# catalog-version 0.3a
Name:		texlive-autoarea
Version:	0.3a
Release:	3
Summary:	Automatic computation of bounding boxes with PiCTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pictex/addon/autoarea
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autoarea.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autoarea.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package makes PiCTeX recognize lines and arcs in
determining the "bounding box" of a picture. (PiCTeX so far
accounted for put commands only). The "bounding box" is
essential for proper placement of a picture between running
text and margins and for keeping the running text away.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/autoarea/autoarea.sty
%doc %{_texmfdistdir}/doc/latex/autoarea/ANNOUNCE.txt
%doc %{_texmfdistdir}/doc/latex/autoarea/README.aa
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/README.autodemo
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo+.log
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo+.pdf
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo+.tex
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo-.log
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo-.pdf
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo-.tex
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3a-3
+ Revision: 49c43c2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19294 |14mr|texlive-automata-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19717
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/automata
# catalog-date 2010-09-13 12:42:36 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-automata
Version:	0.3
Release:	3
Summary:	Finite state machines, graphs and trees in MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/automata
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/automata.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/automata.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a collection of macros for MetaPost to make
easier to draw finite-state machines, automata, labelled
graphs, etc. The user defines nodes, which may be isolated or
arranged into matrices or trees; edges connect pairs of nodes
through arbitrary paths. Parameters, that specify the shapes of
nodes and the styles of edges, may be adjusted.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/automata/automata.mp
%doc %{_texmfdistdir}/doc/metapost/automata/README
%doc %{_texmfdistdir}/doc/metapost/automata/example.mp
%doc %{_texmfdistdir}/doc/metapost/automata/example.pdf
%doc %{_texmfdistdir}/doc/metapost/automata/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: be33934
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19295 |14mr|texlive-autonum-0.3.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32126
# category Package
# catalog-ctan /macros/latex/contrib/autonum
# catalog-date 2013-11-11 00:18:00 +0100
# catalog-license lppl1.3
# catalog-version 0.3.7
Name:		texlive-autonum
Version:	0.3.7
Release:	6
Summary:	Automatic equation references
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/autonum
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autonum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autonum.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autonum.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package arranges that equation numbers are applied only to
those equations that are referenced. This operation is similar
to the showonlyrefs option of the package mathtools.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/autonum/autonum.sty
%doc %{_texmfdistdir}/doc/latex/autonum/README
%doc %{_texmfdistdir}/doc/latex/autonum/autonum.pdf
%doc %{_texmfdistdir}/doc/latex/autonum/test-autonum.pdf
%doc %{_texmfdistdir}/doc/latex/autonum/test-autonum.tex
#- source
%doc %{_texmfdistdir}/source/latex/autonum/autonum.dtx
%doc %{_texmfdistdir}/source/latex/autonum/autonum.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.7-6
+ Revision: d77ea91
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19296 |14mr|texlive-autopdf-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32377
# category Package
# catalog-ctan /macros/latex/contrib/autopdf
# catalog-date 2013-12-10 19:56:36 +0100
# catalog-license lppl1.2
# catalog-version 1.1
Name:		texlive-autopdf
Version:	1.1
Release:	2
Summary:	Conversion of graphics to pdfLaTeX-compatible formats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/autopdf
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autopdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autopdf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autopdf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package facilitates the on-the-fly conversion of various
graphics formats to formats supported by pdfLaTeX (e.g. PDF).
It uses a range of external programs, and therefore requires
that the LaTeX run starts with write18 enabled.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/autopdf/autopdf.sty
%doc %{_texmfdistdir}/doc/latex/autopdf/README.txt
%doc %{_texmfdistdir}/doc/latex/autopdf/autopdf.pdf
#- source
%doc %{_texmfdistdir}/source/latex/autopdf/autopdf.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: 48fe58e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19297 |14mr|texlive-auto-pst-pdf-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23723
# category Package
# catalog-ctan /macros/latex/contrib/auto-pst-pdf
# catalog-date 2011-08-27 23:30:14 +0200
# catalog-license lppl
# catalog-version 0.6
Name:		texlive-auto-pst-pdf
Version:	0.6
Release:	3
Summary:	Wrapper for pst-pdf (with some psfrag features)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/auto-pst-pdf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/auto-pst-pdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/auto-pst-pdf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/auto-pst-pdf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses --shell-escape to execute pst-pdf when
necessary. This makes it especially easy to integrate into the
workflow of an editor with just "LaTeX" and "pdfLaTeX" buttons.
Wrappers are provided for various psfrag-related features so
that Matlab figures via laprint, Mathematica figures via
MathPSfrag, and regular psfrag figures can all be input
consistently and easily.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/auto-pst-pdf/auto-pst-pdf.sty
%doc %{_texmfdistdir}/doc/latex/auto-pst-pdf/README
%doc %{_texmfdistdir}/doc/latex/auto-pst-pdf/auto-pst-pdf-DE.pdf
%doc %{_texmfdistdir}/doc/latex/auto-pst-pdf/auto-pst-pdf-DE.tex
%doc %{_texmfdistdir}/doc/latex/auto-pst-pdf/auto-pst-pdf.pdf
%doc %{_texmfdistdir}/doc/latex/auto-pst-pdf/example-psfrag.tex
%doc %{_texmfdistdir}/doc/latex/auto-pst-pdf/example.eps
%doc %{_texmfdistdir}/doc/latex/auto-pst-pdf/example.tex
#- source
%doc %{_texmfdistdir}/source/latex/auto-pst-pdf/auto-pst-pdf.dtx
%doc %{_texmfdistdir}/source/latex/auto-pst-pdf/auto-pst-pdf.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-3
+ Revision: c77e14b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19298 |14mr|texlive-avantgar-20110301-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21993
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-avantgar
Version:	20110301
Release:	3
Summary:	URW "Base 35" font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/avantgar.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/avantgar/config.uag
%{_texmfdistdir}/fonts/afm/adobe/avantgar/pagd8a.afm
%{_texmfdistdir}/fonts/afm/adobe/avantgar/pagdo8a.afm
%{_texmfdistdir}/fonts/afm/adobe/avantgar/pagk8a.afm
%{_texmfdistdir}/fonts/afm/adobe/avantgar/pagko8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagb8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagbi8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagd8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagdo8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagk8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagko8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagr8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagri8a.afm
%{_texmfdistdir}/fonts/map/dvips/avantgar/uag.map
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagkc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagkc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagkc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko8t.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/pagd8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/pagdc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/pagdo8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/pagk8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/pagkc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/pagko8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/rpagd.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/rpagdo.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/rpagk.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/rpagko.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagb7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagb8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagb8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagb8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbi8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagd7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagd8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagd8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagd8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagk7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagk8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagk8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagk8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagkc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagkc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagko7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagko8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagko8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagko8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagr7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagr8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagr8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagr8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagrc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagrc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagri7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagri8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagri8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagri8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagro7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagro8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagro8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagro8t.tfm
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagd8a.pfb
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagd8a.pfm
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagdo8a.pfb
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagdo8a.pfm
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagk8a.pfb
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagk8a.pfm
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagko8a.pfb
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagko8a.pfm
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagd.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagd7t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagd8c.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagd8t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdc.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdo.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdo8t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagk.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagk7t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagk8c.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagk8t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagkc.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagkc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagkc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagko.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagko7t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagko8c.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagko8t.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/avantgar/pagd8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/avantgar/pagdc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/avantgar/pagdo8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/avantgar/pagk8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/avantgar/pagkc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/avantgar/pagko8z.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagb7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagb8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagb8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbi8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagd7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagd8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagd8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagk7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagk8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagk8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagkc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagkc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagko7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagko8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagko8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagr7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagr8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagr8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagrc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagrc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagri7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagri8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagri8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagro7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagro8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagro8t.vf
%{_texmfdistdir}/tex/latex/avantgar/8ruag.fd
%{_texmfdistdir}/tex/latex/avantgar/omluag.fd
%{_texmfdistdir}/tex/latex/avantgar/omsuag.fd
%{_texmfdistdir}/tex/latex/avantgar/ot1uag.fd
%{_texmfdistdir}/tex/latex/avantgar/t1uag.fd
%{_texmfdistdir}/tex/latex/avantgar/ts1uag.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110301-3
+ Revision: 398b847
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19299 |14mr|texlive-b1encoding-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21271
# category Package
# catalog-ctan /macros/latex/contrib/b1encoding
# catalog-date 2011-02-01 08:52:21 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-b1encoding
Version:	1.0
Release:	3
Summary:	LaTeX encoding tools for Bookhands fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/b1encoding
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/b1encoding.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/b1encoding.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/b1encoding.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package characterises and defines the author's B1 encoding
for use with LaTeX when typesetting things using his Bookhands
fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/b1encoding/TeXB1.enc
%{_texmfdistdir}/tex/latex/b1encoding/b1cmr.fd
%{_texmfdistdir}/tex/latex/b1encoding/b1enc.def
%doc %{_texmfdistdir}/doc/latex/b1encoding/README
%doc %{_texmfdistdir}/doc/latex/b1encoding/b1encoding.pdf
#- source
%doc %{_texmfdistdir}/source/latex/b1encoding/b1encoding.dtx
%doc %{_texmfdistdir}/source/latex/b1encoding/b1encoding.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 404e0bb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19300 |14mr|texlive-babel-3.9h-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32311
# category Package
# catalog-ctan /macros/latex/required/babel/base
# catalog-date 2013-12-03 18:59:06 +0100
# catalog-license lppl1.3
# catalog-version 3.9h
Summary:	Multilingual support for Plain TeX or LaTeX
Name:		texlive-babel
Version:	3.9h
Release:	2
License:	LPPL1.3
Group:		Publishing
Url:		http://www.ctan.org/tex-archive/macros/latex/required/babel/base
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package manages culturally-determined typographical (and
other) rules, and hyphenation patterns for a wide range of
languages. A document may select a single language to be
supported, or it may select several, in which case the document
may switch from one language to another in a variety of ways.
Babel uses contributed configuration files that provide the
detail of what has to be done for each language. Users of XeTeX
are advised to use polyglossia rather than Babel.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/babel/bbglo.ist
%{_texmfdistdir}/makeindex/babel/bbind.ist
%{_texmfdistdir}/tex/generic/babel/UKenglish.sty
%{_texmfdistdir}/tex/generic/babel/USenglish.sty
%{_texmfdistdir}/tex/generic/babel/afrikaans.sty
%{_texmfdistdir}/tex/generic/babel/albanian.sty
%{_texmfdistdir}/tex/generic/babel/american.sty
%{_texmfdistdir}/tex/generic/babel/austrian.sty
%{_texmfdistdir}/tex/generic/babel/babel.def
%{_texmfdistdir}/tex/generic/babel/babel.sty
%{_texmfdistdir}/tex/generic/babel/bahasa.sty
%{_texmfdistdir}/tex/generic/babel/bahasam.sty
%{_texmfdistdir}/tex/generic/babel/basque.sty
%{_texmfdistdir}/tex/generic/babel/blplain.tex
%{_texmfdistdir}/tex/generic/babel/bplain.tex
%{_texmfdistdir}/tex/generic/babel/breton.sty
%{_texmfdistdir}/tex/generic/babel/british.sty
%{_texmfdistdir}/tex/generic/babel/bulgarian.sty
%{_texmfdistdir}/tex/generic/babel/catalan.sty
%{_texmfdistdir}/tex/generic/babel/croatian.sty
%{_texmfdistdir}/tex/generic/babel/czech.sty
%{_texmfdistdir}/tex/generic/babel/danish.sty
%{_texmfdistdir}/tex/generic/babel/dutch.sty
%{_texmfdistdir}/tex/generic/babel/english.sty
%{_texmfdistdir}/tex/generic/babel/esperanto.sty
%{_texmfdistdir}/tex/generic/babel/estonian.sty
%{_texmfdistdir}/tex/generic/babel/finnish.sty
%{_texmfdistdir}/tex/generic/babel/francais.sty
%{_texmfdistdir}/tex/generic/babel/galician.sty
%{_texmfdistdir}/tex/generic/babel/germanb.sty
%{_texmfdistdir}/tex/generic/babel/greek.sty
%{_texmfdistdir}/tex/generic/babel/hebrew.sty
%{_texmfdistdir}/tex/generic/babel/hyphen.cfg
%{_texmfdistdir}/tex/generic/babel/icelandic.sty
%{_texmfdistdir}/tex/generic/babel/interlingua.sty
%{_texmfdistdir}/tex/generic/babel/irish.sty
%{_texmfdistdir}/tex/generic/babel/italian.sty
%{_texmfdistdir}/tex/generic/babel/latin.sty
%{_texmfdistdir}/tex/generic/babel/lsorbian.sty
%{_texmfdistdir}/tex/generic/babel/luababel.def
%{_texmfdistdir}/tex/generic/babel/magyar.sty
%{_texmfdistdir}/tex/generic/babel/naustrian.sty
%{_texmfdistdir}/tex/generic/babel/ngermanb.sty
%{_texmfdistdir}/tex/generic/babel/nil.ldf
%{_texmfdistdir}/tex/generic/babel/norsk.sty
%{_texmfdistdir}/tex/generic/babel/plain.def
%{_texmfdistdir}/tex/generic/babel/polish.sty
%{_texmfdistdir}/tex/generic/babel/portuges.sty
%{_texmfdistdir}/tex/generic/babel/romanian.sty
%{_texmfdistdir}/tex/generic/babel/russianb.sty
%{_texmfdistdir}/tex/generic/babel/samin.sty
%{_texmfdistdir}/tex/generic/babel/scottish.sty
%{_texmfdistdir}/tex/generic/babel/serbian.sty
%{_texmfdistdir}/tex/generic/babel/slovak.sty
%{_texmfdistdir}/tex/generic/babel/slovene.sty
%{_texmfdistdir}/tex/generic/babel/spanish.sty
%{_texmfdistdir}/tex/generic/babel/swedish.sty
%{_texmfdistdir}/tex/generic/babel/switch.def
%{_texmfdistdir}/tex/generic/babel/turkish.sty
%{_texmfdistdir}/tex/generic/babel/ukraineb.sty
%{_texmfdistdir}/tex/generic/babel/usorbian.sty
%{_texmfdistdir}/tex/generic/babel/welsh.sty
%{_texmfdistdir}/tex/generic/babel/xebabel.def
%doc %{_texmfdistdir}/doc/latex/babel/CONTRIB
%doc %{_texmfdistdir}/doc/latex/babel/FIXES39
%doc %{_texmfdistdir}/doc/latex/babel/README
%doc %{_texmfdistdir}/doc/latex/babel/babel.pdf
#- source
%doc %{_texmfdistdir}/source/latex/babel/babel.dtx
%doc %{_texmfdistdir}/source/latex/babel/babel.ins
%doc %{_texmfdistdir}/source/latex/babel/bbcompat.dtx
%doc %{_texmfdistdir}/source/latex/babel/bbidxglo.dtx
%doc %{_texmfdistdir}/source/latex/babel/bbunicode.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.9h-2
+ Revision: a38d1ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19301 |14mr|texlive-babel-albanian-1.0c-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30254
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/albanian
# catalog-date 2011-09-19 08:05:09 +0100
# catalog-license lppl
# catalog-version 1.0c
Name:		texlive-babel-albanian
Version:	1.0c
Release:	6
Summary:	Support for Albanian within babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/albanian
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-albanian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-albanian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-albanian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for typesetting Albanian (as part
of the babel system).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-albanian/albanian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-albanian/albanian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-albanian/albanian.dtx
%doc %{_texmfdistdir}/source/generic/babel-albanian/albanian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0c-6
+ Revision: 808021b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19302 |14mr|texlive-babel-bahasa-1.0l-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30255
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/bahasa
# catalog-date 2013-05-06 22:45:34 +0200
# catalog-license lppl1.3
# catalog-version 1.0l
Name:		texlive-babel-bahasa
Version:	1.0l
Release:	6
Summary:	Support for Bahasa within babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/bahasa
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bahasa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bahasa.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bahasa.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides two sets of language typesetting support,
for Bahasa Indonesia and Bahasa Malaysia.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-bahasa/bahasai.ldf
%{_texmfdistdir}/tex/generic/babel-bahasa/bahasam.ldf
%doc %{_texmfdistdir}/doc/generic/babel-bahasa/bahasa.pdf
%doc %{_texmfdistdir}/doc/generic/babel-bahasa/bahasam.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-bahasa/bahasa.dtx
%doc %{_texmfdistdir}/source/generic/babel-bahasa/bahasa.ins
%doc %{_texmfdistdir}/source/generic/babel-bahasa/bahasam.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0l-6
+ Revision: 410322f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19303 |14mr|texlive-babel-basque-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30256
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-basque
Version:	20131013
Release:	6
Summary:	TeXLive babel-basque package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-basque.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-basque.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-basque.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-basque package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-basque/basque.ldf
%doc %{_texmfdistdir}/doc/generic/babel-basque/basque.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-basque/basque.dtx
%doc %{_texmfdistdir}/source/generic/babel-basque/basque.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: f53fde9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19304 |14mr|texlive-babelbib-1.31-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25245
# category Package
# catalog-ctan /biblio/bibtex/contrib/babelbib
# catalog-date 2012-01-30 12:34:22 +0100
# catalog-license lppl1
# catalog-version 1.31
Name:		texlive-babelbib
Version:	1.31
Release:	3
Summary:	Multilingual bibliographies
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/babelbib
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babelbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babelbib.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package enables to generate multilingual bibliographies in
cooperation with babel. Two approaches are possible: Each
citation may be written in another language, or the whole
bibliography can be typeset in a language chosen by the user.
In addition, the package supports commands to change the
typography of the bibliographies.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/babelbib/bababbr3-fl.bst
%{_texmfdistdir}/bibtex/bst/babelbib/bababbr3-lf.bst
%{_texmfdistdir}/bibtex/bst/babelbib/bababbr3.bst
%{_texmfdistdir}/bibtex/bst/babelbib/bababbrv-fl.bst
%{_texmfdistdir}/bibtex/bst/babelbib/bababbrv-lf.bst
%{_texmfdistdir}/bibtex/bst/babelbib/bababbrv.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babalpha-fl.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babalpha-lf.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babalpha.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babamspl.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babplai3-fl.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babplai3-lf.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babplai3.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babplain-fl.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babplain-lf.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babplain.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babunsrt-fl.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babunsrt-lf.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babunsrt.bst
%{_texmfdistdir}/tex/latex/babelbib/afrikaans.bdf
%{_texmfdistdir}/tex/latex/babelbib/babelbib.sty
%{_texmfdistdir}/tex/latex/babelbib/bahasa.bdf
%{_texmfdistdir}/tex/latex/babelbib/catalan.bdf
%{_texmfdistdir}/tex/latex/babelbib/croatian.bdf
%{_texmfdistdir}/tex/latex/babelbib/czech.bdf
%{_texmfdistdir}/tex/latex/babelbib/danish.bdf
%{_texmfdistdir}/tex/latex/babelbib/dutch.bdf
%{_texmfdistdir}/tex/latex/babelbib/english.bdf
%{_texmfdistdir}/tex/latex/babelbib/esperanto.bdf
%{_texmfdistdir}/tex/latex/babelbib/finnish.bdf
%{_texmfdistdir}/tex/latex/babelbib/french.bdf
%{_texmfdistdir}/tex/latex/babelbib/galician.bdf
%{_texmfdistdir}/tex/latex/babelbib/german.bdf
%{_texmfdistdir}/tex/latex/babelbib/greek.bdf
%{_texmfdistdir}/tex/latex/babelbib/italian.bdf
%{_texmfdistdir}/tex/latex/babelbib/norsk.bdf
%{_texmfdistdir}/tex/latex/babelbib/portuguese.bdf
%{_texmfdistdir}/tex/latex/babelbib/romanian.bdf
%{_texmfdistdir}/tex/latex/babelbib/russian.bdf
%{_texmfdistdir}/tex/latex/babelbib/serbian.bdf
%{_texmfdistdir}/tex/latex/babelbib/spanish.bdf
%{_texmfdistdir}/tex/latex/babelbib/swedish.bdf
%doc %{_texmfdistdir}/doc/bibtex/babelbib/ChangeLog
%doc %{_texmfdistdir}/doc/bibtex/babelbib/Makefile
%doc %{_texmfdistdir}/doc/bibtex/babelbib/README
%doc %{_texmfdistdir}/doc/bibtex/babelbib/babelbib.dtx
%doc %{_texmfdistdir}/doc/bibtex/babelbib/babelbib.ins
%doc %{_texmfdistdir}/doc/bibtex/babelbib/babelbib.pdf
%doc %{_texmfdistdir}/doc/bibtex/babelbib/babelbibtest.bib
%doc %{_texmfdistdir}/doc/bibtex/babelbib/babelbibtest.tex
%doc %{_texmfdistdir}/doc/bibtex/babelbib/getversion.tex
%doc %{_texmfdistdir}/doc/bibtex/babelbib/tugboat-babelbib.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.31-3
+ Revision: 171bed1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19305 |14mr|texlive-babel-breton-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30257
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-breton
Version:	20131013
Release:	6
Summary:	TeXLive babel-breton package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-breton.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-breton.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-breton.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-breton package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-breton/breton.ldf
%doc %{_texmfdistdir}/doc/generic/babel-breton/breton.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-breton/breton.dtx
%doc %{_texmfdistdir}/source/generic/babel-breton/breton.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 36f576f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19306 |14mr|texlive-babel-bulgarian-1.2g-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31902
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/bulgarian
# catalog-date 2013-10-14 16:08:13 +0200
# catalog-license lppl1.3
# catalog-version 1.2g
Name:		texlive-babel-bulgarian
Epoch:		1
Version:	1.2g
Release:	6
Summary:	(Babel contributed support for Bulgarian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/bulgarian
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bulgarian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bulgarian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bulgarian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for documents in Bulgarian (or
simply containing some Bulgarian text).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-bulgarian/bulgarian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-bulgarian/README
%doc %{_texmfdistdir}/doc/generic/babel-bulgarian/bulgarian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-bulgarian/bulgarian.dtx
%doc %{_texmfdistdir}/source/generic/babel-bulgarian/bulgarian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.2g-6
+ Revision: 30afaaf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19307 |14mr|texlive-babel-catalan-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30259
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-catalan
Version:	20131013
Release:	6
Summary:	TeXLive babel-catalan package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-catalan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-catalan.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-catalan.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-catalan package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-catalan/catalan.ldf
%doc %{_texmfdistdir}/doc/generic/babel-catalan/catalan.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-catalan/catalan.dtx
%doc %{_texmfdistdir}/source/generic/babel-catalan/catalan.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: affa258
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19308 |14mr|texlive-babel-croatian-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30260
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-croatian
Version:	20131013
Release:	6
Summary:	TeXLive babel-croatian package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-croatian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-croatian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-croatian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-croatian package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-croatian/croatian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-croatian/croatian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-croatian/croatian.dtx
%doc %{_texmfdistdir}/source/generic/babel-croatian/croatian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: da31019
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19309 |14mr|texlive-babel-czech-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30261
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-czech
Version:	20131013
Release:	6
Summary:	TeXLive babel-czech package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-czech.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-czech.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-czech.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-czech package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-czech/czech.ldf
%doc %{_texmfdistdir}/doc/generic/babel-czech/czech.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-czech/czech.dtx
%doc %{_texmfdistdir}/source/generic/babel-czech/czech.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 34d4453
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19310 |14mr|texlive-babel-danish-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30262
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-danish
Version:	20131013
Release:	6
Summary:	TeXLive babel-danish package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-danish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-danish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-danish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-danish package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-danish/danish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-danish/danish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-danish/danish.dtx
%doc %{_texmfdistdir}/source/generic/babel-danish/danish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: c1e28a7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19311 |14mr|texlive-babel-dutch-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30263
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-dutch
Version:	20131013
Release:	6
Summary:	TeXLive babel-dutch package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-dutch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-dutch.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-dutch.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-dutch package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-dutch/dutch.ldf
%doc %{_texmfdistdir}/doc/generic/babel-dutch/dutch.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-dutch/dutch.dtx
%doc %{_texmfdistdir}/source/generic/babel-dutch/dutch.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 61facf5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19312 |14mr|texlive-babel-english-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30264
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-english
Version:	20131013
Release:	6
Summary:	TeXLive babel-english package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-english.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-english.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-english.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-english package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-english/english.ldf
%doc %{_texmfdistdir}/doc/generic/babel-english/english.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-english/english.dtx
%doc %{_texmfdistdir}/source/generic/babel-english/english.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: f40dfbc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19313 |14mr|texlive-babel-esperanto-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30265
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-esperanto
Version:	20131013
Release:	6
Summary:	TeXLive babel-esperanto package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-esperanto.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-esperanto.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-esperanto.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-esperanto package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-esperanto/esperanto.ldf
%doc %{_texmfdistdir}/doc/generic/babel-esperanto/esperanto.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-esperanto/esperanto.dtx
%doc %{_texmfdistdir}/source/generic/babel-esperanto/esperanto.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: fc63b70
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19314 |14mr|texlive-babel-estonian-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30266
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-estonian
Version:	20131013
Release:	6
Summary:	TeXLive babel-estonian package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-estonian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-estonian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-estonian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-estonian package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-estonian/estonian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-estonian/estonian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-estonian/estonian.dtx
%doc %{_texmfdistdir}/source/generic/babel-estonian/estonian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 9914bac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19315 |14mr|texlive-babel-finnish-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30267
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-finnish
Version:	20131013
Release:	6
Summary:	TeXLive babel-finnish package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-finnish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-finnish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-finnish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-finnish package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-finnish/finnish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-finnish/finnish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-finnish/finnish.dtx
%doc %{_texmfdistdir}/source/generic/babel-finnish/finnish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: a0b04ba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19316 |14mr|texlive-babel-french-2.6g-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32507
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/french
# catalog-date 2013-12-30 18:14:35 +0100
# catalog-license lppl1.3
# catalog-version 2.6g
Name:		texlive-babel-french
Version:	2.6g
Release:	2
Summary:	Babel contributed support for French
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/french
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-french.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-french.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-french.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package establishes French conventions in a document (or a
subset of the conventions, if French is not the main language
of the document).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-french/frenchb.ldf
%doc %{_texmfdistdir}/doc/generic/babel-french/frenchb.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-french/frenchb.dtx
%doc %{_texmfdistdir}/source/generic/babel-french/frenchb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6g-2
+ Revision: 556a84c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19317 |14mr|texlive-babel-friulan-20130504-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30361
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/friulan
# catalog-date 2013-05-04 11:13:00 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-babel-friulan
Version:	20130504
Release:	6
Summary:	Babel/Polyglossia support for Friulan(Furlan)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/friulan
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-friulan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-friulan.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-friulan.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a language description file that enables
support of Friulan either with babel or with polyglossia.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-friulan/friulan.ldf
%doc %{_texmfdistdir}/doc/generic/babel-friulan/friulan.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-friulan/friulan.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130504-6
+ Revision: 5f2a397
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19318 |14mr|texlive-babel-galician-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30270
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-galician
Version:	20131013
Release:	6
Summary:	TeXLive babel-galician package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-galician.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-galician.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-galician.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-galician package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-galician/galician.ldf
%doc %{_texmfdistdir}/doc/generic/babel-galician/galician.pdf
%doc %{_texmfdistdir}/doc/generic/babel-galician/glbst.tex
%doc %{_texmfdistdir}/doc/generic/babel-galician/glromidx.tex
#- source
%doc %{_texmfdistdir}/source/generic/babel-galician/galician.dtx
%doc %{_texmfdistdir}/source/generic/babel-galician/galician.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: d530817
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19319 |14mr|texlive-babel-georgian-2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31014
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/georgian
# catalog-date 2013-06-10 20:32:20 +0200
# catalog-license lppl1.3
# catalog-version 2.0
Name:		texlive-babel-georgian
Version:	2.0
Release:	6
Summary:	Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/georgian
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-georgian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-georgian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for use of Babel in documents
written in Georgian. The package is adapted for use both under
'traditional' TeX engines, and under XeTeX and LuaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-georgian/georgian.ldf
%{_texmfdistdir}/tex/generic/babel-georgian/georgian.sty
%{_texmfdistdir}/tex/generic/babel-georgian/georgiancaps.tex
%doc %{_texmfdistdir}/doc/generic/babel-georgian/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-6
+ Revision: 11ddcf1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19320 |14mr|texlive-babel-german-2.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32421
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/german
# catalog-date 2013-12-15 16:16:02 +0100
# catalog-license lppl1.3
# catalog-version 2.7
Epoch:		1
Name:		texlive-babel-german
Version:	2.7
Release:	2
Summary:	Babel support for documents written in German
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/german
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-german.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-german.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-german.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines LaTeX support, within the Babel package, of
German (including its Austrian dialect), in both 'old' and
'new' orthographies.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-german/austrian.ldf
%{_texmfdistdir}/tex/generic/babel-german/german.ldf
%{_texmfdistdir}/tex/generic/babel-german/germanb.ldf
%{_texmfdistdir}/tex/generic/babel-german/naustrian.ldf
%{_texmfdistdir}/tex/generic/babel-german/ngerman.ldf
%{_texmfdistdir}/tex/generic/babel-german/ngermanb.ldf
%{_texmfdistdir}/tex/generic/babel-german/nswissgerman.ldf
%{_texmfdistdir}/tex/generic/babel-german/swissgerman.ldf
%doc %{_texmfdistdir}/doc/generic/babel-german/README
%doc %{_texmfdistdir}/doc/generic/babel-german/germanb.pdf
%doc %{_texmfdistdir}/doc/generic/babel-german/ngermanb.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-german/german.ins
%doc %{_texmfdistdir}/source/generic/babel-german/germanb.dtx
%doc %{_texmfdistdir}/source/generic/babel-german/ngermanb.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.7-2
+ Revision: 7f14d86
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19321 |14mr|texlive-babel-greek-1.8a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32309
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/greek
# catalog-date 2013-12-03 18:08:51 +0100
# catalog-license lppl1.3
# catalog-version 1.8a
Name:		texlive-babel-greek
Version:	1.8a
Release:	2
Summary:	Babel support for documents written in Greek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/greek
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-greek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-greek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-greek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The file provides modes for monotonic (single-diacritic) and
polytonic (multiple-diacritic) modes of writing. Provision is
made for Greek function names in mathematics, and for
classical-era symbols.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-greek/athnum.sty
%{_texmfdistdir}/tex/generic/babel-greek/greek.ldf
%{_texmfdistdir}/tex/generic/babel-greek/grmath.sty
%{_texmfdistdir}/tex/generic/babel-greek/grsymb.sty
%doc %{_texmfdistdir}/doc/generic/babel-greek/README
%doc %{_texmfdistdir}/doc/generic/babel-greek/README.html
%doc %{_texmfdistdir}/doc/generic/babel-greek/athnum.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/babel-greek.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/grmath.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/grsymb.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/test-greek.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/test-greek.tex
%doc %{_texmfdistdir}/doc/generic/babel-greek/test-unicode-greek.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/test-unicode-greek.tex
%doc %{_texmfdistdir}/doc/generic/babel-greek/test-unicode-lgr.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/test-unicode-lgr.tex
%doc %{_texmfdistdir}/doc/generic/babel-greek/usage.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/usage.tex
#- source
%doc %{_texmfdistdir}/source/generic/babel-greek/athnum.dtx
%doc %{_texmfdistdir}/source/generic/babel-greek/babel-greek.dtx
%doc %{_texmfdistdir}/source/generic/babel-greek/babel-greek.ins
%doc %{_texmfdistdir}/source/generic/babel-greek/grmath.dtx
%doc %{_texmfdistdir}/source/generic/babel-greek/grsymb.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8a-2
+ Revision: 1747d3a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19322 |14mr|texlive-babel-hebrew-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30273
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-hebrew
Version:	20131013
Release:	6
Summary:	TeXLive babel-hebrew package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-hebrew.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-hebrew.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-hebrew.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-hebrew package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-hebrew/8859-8.def
%{_texmfdistdir}/tex/generic/babel-hebrew/cp1255.def
%{_texmfdistdir}/tex/generic/babel-hebrew/cp862.def
%{_texmfdistdir}/tex/generic/babel-hebrew/he8OmegaHebrew.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8aharoni.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8cmr.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8cmss.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8cmtt.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8david.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8drugulin.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8enc.def
%{_texmfdistdir}/tex/generic/babel-hebrew/he8frankruehl.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8miriam.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8nachlieli.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8yad.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/hebcal.sty
%{_texmfdistdir}/tex/generic/babel-hebrew/hebfont.sty
%{_texmfdistdir}/tex/generic/babel-hebrew/hebrew.ldf
%{_texmfdistdir}/tex/generic/babel-hebrew/hebrew_newcode.sty
%{_texmfdistdir}/tex/generic/babel-hebrew/hebrew_oldcode.sty
%{_texmfdistdir}/tex/generic/babel-hebrew/hebrew_p.sty
%{_texmfdistdir}/tex/generic/babel-hebrew/lheclas.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lhecmr.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lhecmss.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lhecmtt.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lhecrml.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lheenc.def
%{_texmfdistdir}/tex/generic/babel-hebrew/lhefr.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lheredis.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lheshold.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lheshscr.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lheshstk.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/rlbabel.def
%{_texmfdistdir}/tex/generic/babel-hebrew/si960.def
%doc %{_texmfdistdir}/doc/generic/babel-hebrew/00readme.heb
%doc %{_texmfdistdir}/doc/generic/babel-hebrew/heb209.pdf
%doc %{_texmfdistdir}/doc/generic/babel-hebrew/hebinp.pdf
%doc %{_texmfdistdir}/doc/generic/babel-hebrew/hebrew.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-hebrew/heb209.dtx
%doc %{_texmfdistdir}/source/generic/babel-hebrew/hebinp.dtx
%doc %{_texmfdistdir}/source/generic/babel-hebrew/hebrew.dtx
%doc %{_texmfdistdir}/source/generic/babel-hebrew/hebrew.fdd
%doc %{_texmfdistdir}/source/generic/babel-hebrew/hebrew.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 5a6f4d6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19323 |14mr|texlive-babel-hungarian-1.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31577
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/hungarian/magyar.ldf
# catalog-date 2013-06-19 11:14:18 +0200
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-babel-hungarian
Version:	1.5
Release:	6
Summary:	Babel support for Hungarian (Magyar)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/hungarian/magyar.ldf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-hungarian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a language definition file that enables
support of Magyar (Hungarian) with babel.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/babel-hungarian/magyar.ldf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-6
+ Revision: 52407ac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19324 |14mr|texlive-babel-icelandic-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30275
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-icelandic
Version:	20131013
Release:	6
Summary:	TeXLive babel-icelandic package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-icelandic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-icelandic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-icelandic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-icelandic package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-icelandic/icelandic.ldf
%doc %{_texmfdistdir}/doc/generic/babel-icelandic/icelandic.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-icelandic/icelandic.dtx
%doc %{_texmfdistdir}/source/generic/babel-icelandic/icelandic.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: ec7d7e5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19325 |14mr|texlive-babel-interlingua-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30276
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-interlingua
Version:	20131013
Release:	6
Summary:	TeXLive babel-interlingua package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-interlingua.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-interlingua.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-interlingua.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-interlingua package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-interlingua/interlingua.ldf
%doc %{_texmfdistdir}/doc/generic/babel-interlingua/interlingua.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-interlingua/interlingua.dtx
%doc %{_texmfdistdir}/source/generic/babel-interlingua/interlingua.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: e5ec741
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19326 |14mr|texlive-babel-irish-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30277
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-irish
Version:	20131013
Release:	6
Summary:	TeXLive babel-irish package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-irish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-irish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-irish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-irish package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-irish/irish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-irish/irish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-irish/irish.dtx
%doc %{_texmfdistdir}/source/generic/babel-irish/irish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: a3e50e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19327 |14mr|texlive-babel-italian-1.3f-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32213
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/italian
# catalog-date 2013-11-22 18:28:56 +0100
# catalog-license lppl1.3
# catalog-version 1.3f
Name:		texlive-babel-italian
Version:	1.3f
Release:	6
Summary:	Babel support for Italian text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/italian
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-italian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-italian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-italian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides language definitions for use in babel.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-italian/italian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-italian/italian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-italian/italian.dtx
%doc %{_texmfdistdir}/source/generic/babel-italian/italian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3f-6
+ Revision: 85c8884
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19328 |14mr|texlive-babel-kurmanji-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30279
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-kurmanji
Version:	20131013
Release:	6
Summary:	TeXLive babel-kurmanji package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-kurmanji.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-kurmanji.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-kurmanji.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-kurmanji package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-kurmanji/kurmanji.ldf
%doc %{_texmfdistdir}/doc/generic/babel-kurmanji/kurmanji.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-kurmanji/kurmanji.dtx
%doc %{_texmfdistdir}/source/generic/babel-kurmanji/kurmanji.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 2fa1e54
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19329 |14mr|texlive-babel-latin-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30280
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-latin
Version:	20131013
Release:	6
Summary:	TeXLive babel-latin package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-latin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-latin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-latin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-latin package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-latin/latin.ldf
%doc %{_texmfdistdir}/doc/generic/babel-latin/latin.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-latin/latin.dtx
%doc %{_texmfdistdir}/source/generic/babel-latin/latin.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 6df53e8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19330 |14mr|texlive-babel-norsk-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30281
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-norsk
Version:	20131013
Release:	6
Summary:	TeXLive babel-norsk package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-norsk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-norsk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-norsk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-norsk package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-norsk/norsk.ldf
%doc %{_texmfdistdir}/doc/generic/babel-norsk/norsk.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-norsk/norsk.dtx
%doc %{_texmfdistdir}/source/generic/babel-norsk/norsk.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 6ca55bd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19331 |14mr|texlive-babel-piedmontese-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30282
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-piedmontese
Version:	20131013
Release:	6
Summary:	TeXLive babel-piedmontese package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-piedmontese.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-piedmontese.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-piedmontese.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-piedmontese package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-piedmontese/piedmontese.ldf
%doc %{_texmfdistdir}/doc/generic/babel-piedmontese/piedmontese.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-piedmontese/piedmontese.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 385ba78
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19332 |14mr|texlive-babel-polish-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30283
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-polish
Version:	20131013
Release:	6
Summary:	TeXLive babel-polish package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-polish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-polish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-polish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-polish package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-polish/polish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-polish/polish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-polish/polish.dtx
%doc %{_texmfdistdir}/source/generic/babel-polish/polish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: e727602
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19333 |14mr|texlive-babel-portuges-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30284
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-portuges
Version:	20131013
Release:	6
Summary:	TeXLive babel-portuges package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-portuges.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-portuges.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-portuges.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-portuges package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-portuges/portuges.ldf
%doc %{_texmfdistdir}/doc/generic/babel-portuges/portuges.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-portuges/portuges.dtx
%doc %{_texmfdistdir}/source/generic/babel-portuges/portuges.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: a6bb14a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19334 |14mr|texlive-babel-romanian-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30285
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-romanian
Version:	20131013
Release:	6
Summary:	TeXLive babel-romanian package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romanian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romanian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romanian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-romanian package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-romanian/romanian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-romanian/romanian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-romanian/romanian.dtx
%doc %{_texmfdistdir}/source/generic/babel-romanian/romanian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: a28b6ec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19335 |14mr|texlive-babel-romansh-20130504-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30286
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/romansh
# catalog-date 2013-05-04 16:14:02 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-babel-romansh
Version:	20130504
Release:	6
Summary:	Babel/Polyglossia support for the Romansh language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/romansh
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romansh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romansh.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romansh.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a language description file that enables
support of Romansh either with babel or with polyglossia.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-romansh/romansh.ldf
%doc %{_texmfdistdir}/doc/generic/babel-romansh/romansh.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-romansh/romansh.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130504-6
+ Revision: 3c145a0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19336 |14mr|texlive-babel-russian-1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30287
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/russian
# catalog-date 2013-05-03 12:18:01 +0200
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-babel-russian
Version:	1.3
Release:	6
Summary:	Russian language module for Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/russian
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-russian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-russian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-russian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for use of Babel in documents
written in Russian. The package is adapted for use both under
'traditional' TeX engines, and under XeTeX and LuaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-russian/russianb.ldf
%doc %{_texmfdistdir}/doc/generic/babel-russian/README
%doc %{_texmfdistdir}/doc/generic/babel-russian/russianb.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-russian/russianb.dtx
%doc %{_texmfdistdir}/source/generic/babel-russian/russianb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-6
+ Revision: 5417d52
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19337 |14mr|texlive-babel-samin-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30288
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-samin
Version:	20131013
Release:	6
Summary:	TeXLive babel-samin package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-samin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-samin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-samin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-samin package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-samin/samin.ldf
%doc %{_texmfdistdir}/doc/generic/babel-samin/samin.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-samin/samin.dtx
%doc %{_texmfdistdir}/source/generic/babel-samin/samin.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: fe55186
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19338 |14mr|texlive-babel-scottish-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30289
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-scottish
Version:	20131013
Release:	6
Summary:	TeXLive babel-scottish package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-scottish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-scottish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-scottish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-scottish package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-scottish/scottish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-scottish/scottish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-scottish/scottish.dtx
%doc %{_texmfdistdir}/source/generic/babel-scottish/scottish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 3bfaf9c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19339 |14mr|texlive-babel-serbian-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30290
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-serbian
Version:	20131013
Release:	6
Summary:	TeXLive babel-serbian package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-serbian package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-serbian/serbian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-serbian/serbian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-serbian/serbian.dtx
%doc %{_texmfdistdir}/source/generic/babel-serbian/serbian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 949dc6e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19340 |14mr|texlive-babel-serbianc-2.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30348
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/serbianc
# catalog-date 2013-05-04 16:25:22 +0200
# catalog-license lppl1.3
# catalog-version 2.2
Name:		texlive-babel-serbianc
Version:	2.2
Release:	6
Summary:	Babel module to support Serbian Cyrillic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/serbianc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbianc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbianc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbianc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for Serbian documents written in
Cyrillic, in babel.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-serbianc/serbianc.ldf
%{_texmfdistdir}/tex/generic/babel-serbianc/serbianc.sty
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/COPYING
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/ChangeLog
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/Copyright
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/INSTALL
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/README
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/README.Files
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/README.serbianc
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/sample.pdf
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/sample.tex
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/serbianc.patch
#- source
%doc %{_texmfdistdir}/source/generic/babel-serbianc/serbianc.dtx
%doc %{_texmfdistdir}/source/generic/babel-serbianc/serbianc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-6
+ Revision: 09a9f3a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19341 |14mr|texlive-babel-slovak-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30292
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-slovak
Version:	20131013
Release:	6
Summary:	TeXLive babel-slovak package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovak.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovak.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovak.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-slovak package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-slovak/slovak.ldf
%doc %{_texmfdistdir}/doc/generic/babel-slovak/slovak.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-slovak/slovak.dtx
%doc %{_texmfdistdir}/source/generic/babel-slovak/slovak.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: c83a334
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19342 |14mr|texlive-babel-slovenian-1.2i-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30351
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/slovene
# catalog-date 2013-05-08 21:33:39 +0200
# catalog-license lppl1.3
# catalog-version 1.2i
Name:		texlive-babel-slovenian
Version:	1.2i
Release:	6
Summary:	Babel support for typesetting Slovenian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/slovene
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovenian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovenian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovenian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the language definition file for support
of Slovenian in babel. Several shortcuts are defined, as well
as translations to Slovenian of standard "LaTeX names".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-slovenian/slovene.ldf
%doc %{_texmfdistdir}/doc/generic/babel-slovenian/slovene.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-slovenian/slovene.dtx
%doc %{_texmfdistdir}/source/generic/babel-slovenian/slovene.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2i-6
+ Revision: 9ce3acf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19343 |14mr|texlive-babel-sorbian-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30294
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-sorbian
Version:	20131013
Release:	6
Summary:	TeXLive babel-sorbian package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-sorbian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-sorbian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-sorbian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-sorbian package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-sorbian/lsorbian.ldf
%{_texmfdistdir}/tex/generic/babel-sorbian/usorbian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-sorbian/lsorbian.pdf
%doc %{_texmfdistdir}/doc/generic/babel-sorbian/usorbian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-sorbian/lsorbian.dtx
%doc %{_texmfdistdir}/source/generic/babel-sorbian/sorbian.ins
%doc %{_texmfdistdir}/source/generic/babel-sorbian/usorbian.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: e2999c3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19344 |14mr|texlive-babel-spanish-5.0m-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32825
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/spanish
# catalog-date 2014-01-29 21:41:08 +0100
# catalog-license lppl
# catalog-version 5.0m
Name:		texlive-babel-spanish
Version:	5.0m
Release:	2
Summary:	Babel support for Spanish
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/spanish
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-spanish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-spanish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-spanish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle provides the means to typeset Spanish text, with
the support provided by the LaTeX standard package babel. Note
that separate support is provided for those who wish to typeset
Spanish as written in Mexico.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-spanish/romanidx.sty
%{_texmfdistdir}/tex/generic/babel-spanish/spanish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-spanish/README
%doc %{_texmfdistdir}/doc/generic/babel-spanish/spanish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-spanish/spanish.dtx
%doc %{_texmfdistdir}/source/generic/babel-spanish/spanish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.0m-2
+ Revision: 004df4b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19345 |14mr|texlive-babel-swedish-2.3d-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30296
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/swedish
# catalog-date 2013-05-06 23:49:45 +0200
# catalog-license lppl1.3
# catalog-version 2.3d
Name:		texlive-babel-swedish
Version:	2.3d
Release:	6
Summary:	Babel support for typesetting Swedish
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/swedish
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-swedish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-swedish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-swedish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the language definition file for Swedish.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-swedish/swedish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-swedish/swedish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-swedish/swedish.dtx
%doc %{_texmfdistdir}/source/generic/babel-swedish/swedish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3d-6
+ Revision: d379004
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19346 |14mr|texlive-babel-thai-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30564
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/thai
# catalog-date 2013-05-19 01:05:23 +0200
# catalog-license lppl1.3
# catalog-version 1.0.0
Name:		texlive-babel-thai
Version:	1.0.0
Release:	6
Summary:	Support for Thai within babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/thai
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-thai.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-thai.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-thai.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for typesetting Thai text. within
the babel system.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-thai/lthenc.def
%{_texmfdistdir}/tex/generic/babel-thai/thai.ldf
%{_texmfdistdir}/tex/generic/babel-thai/tis620.def
%doc %{_texmfdistdir}/doc/generic/babel-thai/thai.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-thai/thai.dtx
%doc %{_texmfdistdir}/source/generic/babel-thai/thai.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-6
+ Revision: 2fa0b6a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19347 |14mr|texlive-babel-turkish-1.30-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32676
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/turkish
# catalog-date 2014-01-14 18:49:01 +0100
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-babel-turkish
Version:	1.30
Release:	2
Summary:	Babel support for Turkish documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/turkish
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-turkish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-turkish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-turkish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support, within babel, of the Turkish
language.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-turkish/turkish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-turkish/README
%doc %{_texmfdistdir}/doc/generic/babel-turkish/turkish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-turkish/turkish.dtx
%doc %{_texmfdistdir}/source/generic/babel-turkish/turkish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.30-2
+ Revision: 3e8a0b8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19348 |14mr|texlive-babel-ukraineb-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30298
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-ukraineb
Version:	20131013
Release:	6
Summary:	TeXLive babel-ukraineb package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-ukraineb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-ukraineb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-ukraineb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-ukraineb package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-ukraineb/ukraineb.ldf
%doc %{_texmfdistdir}/doc/generic/babel-ukraineb/ukraineb.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-ukraineb/ukraineb.dtx
%doc %{_texmfdistdir}/source/generic/babel-ukraineb/ukraineb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: b9402b1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19349 |14mr|texlive-babel-vietnamese-1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30578
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/vietnamese
# catalog-date 2013-05-20 00:05:10 +0200
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-babel-vietnamese
Version:	1.3
Release:	6
Summary:	Babel support for typesetting Vietnamese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/vietnamese
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-vietnamese.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-vietnamese.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the language definition file for support
of Vietnamese in babel.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-vietnamese/vietnam.ldf
%{_texmfdistdir}/tex/generic/babel-vietnamese/vietnamese.ldf
#- source
%doc %{_texmfdistdir}/source/generic/babel-vietnamese/vietnamese.dtx
%doc %{_texmfdistdir}/source/generic/babel-vietnamese/vietnamese.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-6
+ Revision: 74a2670
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19350 |14mr|texlive-babel-welsh-1.0d-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30299
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/welsh
# catalog-date 2013-05-03 01:23:11 +0200
# catalog-license lppl1.3
# catalog-version 1.0d
Name:		texlive-babel-welsh
Version:	1.0d
Release:	6
Summary:	babel-welshBabel support for Welsh
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/welsh
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-welsh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-welsh.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-welsh.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the language definition file for Welsh.
(Mostly Welsh-language versions of the standard names in a
LaTeX file.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-welsh/welsh.ldf
%doc %{_texmfdistdir}/doc/generic/babel-welsh/welsh.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-welsh/welsh.dtx
%doc %{_texmfdistdir}/source/generic/babel-welsh/welsh.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0d-6
+ Revision: 2f14c5a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19351 |14mr|texlive-background-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25802
# category Package
# catalog-ctan /macros/latex/contrib/background
# catalog-date 2009-11-18 12:12:09 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-background
Version:	1.0
Release:	5
Summary:	Placement of background material on pages of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/background
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/background.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/background.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/background.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers the placement of background material on the
pages of a document. The user can control many aspects
(contents, position, color, opacity) of the background material
that will be displayed. The package makes use of the everypage
package, and uses pgf/tikz for attribute control.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/background/background.sty
%doc %{_texmfdistdir}/doc/latex/background/README
%doc %{_texmfdistdir}/doc/latex/background/background.pdf
#- source
%doc %{_texmfdistdir}/source/latex/background/background.dtx
%doc %{_texmfdistdir}/source/latex/background/background.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-5
+ Revision: 974ae78
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19352 |14mr|texlive-backnaur-0.60.d-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28513
# category Package
# catalog-ctan /macros/latex/contrib/backnaur
# catalog-date 2012-12-12 18:40:20 +0100
# catalog-license lppl1.3
# catalog-version 0.60.d
Name:		texlive-backnaur
Version:	0.60.d
Release:	6
Summary:	Typeset Backus Naur Form definitions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/backnaur
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/backnaur.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/backnaur.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/backnaur.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package typesets Backus-Naur Form (BNF) definitions. It
creates aligned lists of productions, with numbers if required.
It can also print in-line BNF expressions using math mode.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/backnaur/backnaur.sty
%doc %{_texmfdistdir}/doc/latex/backnaur/README
%doc %{_texmfdistdir}/doc/latex/backnaur/backnaur.pdf
#- source
%doc %{_texmfdistdir}/source/latex/backnaur/backnaur.dtx
%doc %{_texmfdistdir}/source/latex/backnaur/backnaur.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60.d-6
+ Revision: 72c25f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19353 |14mr|texlive-bangtex-20061214-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/bangtex
# catalog-date 2006-12-14 21:17:11 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-bangtex
Version:	20061214
Release:	3
Summary:	Writing Bangla and Assamese with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/bangtex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bangtex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bangtex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides class files for writing Bangla and Assamese
with LaTeX, and MetaFont sources for fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/bangtex/bang10.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangbase.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangconso.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangdefs.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangfala.mf
%{_texmfdistdir}/fonts/source/public/bangtex/banghalf.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangjuk.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangkaar.mf
%{_texmfdistdir}/fonts/source/public/bangtex/banglig.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangmac.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangnum.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangpunc.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangsl10.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangvow.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangwd10.mf
%{_texmfdistdir}/fonts/tfm/public/bangtex/bang10.tfm
%{_texmfdistdir}/fonts/tfm/public/bangtex/bangsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bangtex/bangwd10.tfm
%{_texmfdistdir}/tex/latex/bangtex/bangfont.tex
%{_texmfdistdir}/tex/latex/bangtex/barticle.cls
%{_texmfdistdir}/tex/latex/bangtex/bbk10.clo
%{_texmfdistdir}/tex/latex/bangtex/bbk11.clo
%{_texmfdistdir}/tex/latex/bangtex/bbk12.clo
%{_texmfdistdir}/tex/latex/bangtex/bbook.cls
%{_texmfdistdir}/tex/latex/bangtex/bletter.cls
%{_texmfdistdir}/tex/latex/bangtex/bsize10.clo
%{_texmfdistdir}/tex/latex/bangtex/bsize11.clo
%{_texmfdistdir}/tex/latex/bangtex/bsize12.clo
%doc %{_texmfdistdir}/doc/latex/bangtex/README.bangtex
%doc %{_texmfdistdir}/doc/latex/bangtex/manual.tex
%doc %{_texmfdistdir}/doc/latex/bangtex/samplett.tex
%doc %{_texmfdistdir}/doc/latex/bangtex/samptex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061214-3
+ Revision: 3cdf6db
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19354 |14mr|texlive-barcodes-20080817-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/barcodes/willadt
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-barcodes
Version:	20080817
Release:	3
Summary:	Fonts for making barcodes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/barcodes/willadt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/barcodes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/barcodes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/barcodes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package deals with EAN barcodes; MetaFont fonts are
provided, and a set of examples; for some codes, a small Perl
script is needed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/barcodes/wlc11.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlc128.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlc39.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlc93.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlcr39.mf
%{_texmfdistdir}/fonts/source/public/barcodes/wlean.mf
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlc11.tfm
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlc128.tfm
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlc39.tfm
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlc93.tfm
%{_texmfdistdir}/fonts/tfm/public/barcodes/wlcr39.tfm
%{_texmfdistdir}/tex/latex/barcodes/barcodes.sty
%doc %{_texmfdistdir}/doc/latex/barcodes/README
%doc %{_texmfdistdir}/doc/latex/barcodes/bcfaq.tex
%doc %{_texmfdistdir}/doc/latex/barcodes/changes
%doc %{_texmfdistdir}/doc/latex/barcodes/code39.tex
%doc %{_texmfdistdir}/doc/latex/barcodes/codean.pl
%doc %{_texmfdistdir}/doc/latex/barcodes/eandoc.pdf
%doc %{_texmfdistdir}/doc/latex/barcodes/eandoc.tex
%doc %{_texmfdistdir}/doc/latex/barcodes/examples.tex
%doc %{_texmfdistdir}/doc/latex/barcodes/install.bat
%doc %{_texmfdistdir}/doc/latex/barcodes/wlcdb.vpl
%doc %{_texmfdistdir}/doc/latex/barcodes/wlcf39.vpl
%doc %{_texmfdistdir}/doc/latex/barcodes/wlitf.vpl
#- source
%doc %{_texmfdistdir}/source/latex/barcodes/barcodes.dtx
%doc %{_texmfdistdir}/source/latex/barcodes/barcodes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080817-3
+ Revision: 02a2f60
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19355 |14mr|texlive-bardiag-0.4a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22013
# category Package
# catalog-ctan /graphics/bardiag
# catalog-date 2006-12-21 16:38:41 +0100
# catalog-license lppl
# catalog-version 0.4a
Name:		texlive-bardiag
Version:	0.4a
Release:	3
Summary:	LateX package for drawing bar diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/bardiag
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bardiag.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bardiag.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The main purpose of the package is to make the drawing of bar
diagrams possible and easy in LaTeX. The BarDiag package is
inspired by and based on PSTricks.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bardiag/barddoc.sty
%{_texmfdistdir}/tex/latex/bardiag/bardiag.bar
%{_texmfdistdir}/tex/latex/bardiag/bardiag.cfg
%{_texmfdistdir}/tex/latex/bardiag/bardiag.sty
%{_texmfdistdir}/tex/latex/bardiag/pstfp.sty
%doc %{_texmfdistdir}/doc/latex/bardiag/README
%doc %{_texmfdistdir}/doc/latex/bardiag/bardiag.pdf
%doc %{_texmfdistdir}/doc/latex/bardiag/bardiag.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/bardiag1.pdf
%doc %{_texmfdistdir}/doc/latex/bardiag/bardiag1.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/bardiag2.pdf
%doc %{_texmfdistdir}/doc/latex/bardiag/bardiag2.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/altdiags.ps
%doc %{_texmfdistdir}/doc/latex/bardiag/example/altdiags.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/compile.all
%doc %{_texmfdistdir}/doc/latex/bardiag/example/diagrams.dvi
%doc %{_texmfdistdir}/doc/latex/bardiag/example/diagrams.ps
%doc %{_texmfdistdir}/doc/latex/bardiag/example/diagrams.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/diagramsbw.ps
%doc %{_texmfdistdir}/doc/latex/bardiag/example/diagramsbw.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/10.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/1a.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/1b.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/2a.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/2b.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/3.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/4.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/5.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/6.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/7.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/8.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/9.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/diag.eps
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/diagleg.eps
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp1.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp1a.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp1b.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp2.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp2er.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp3.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp4.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp5.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp6.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/exampcr.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/tddiag.eps
%doc %{_texmfdistdir}/doc/latex/bardiag/src/10.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/1a.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/1b.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/2a.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/2b.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/3.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/4.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/5.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/6.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/7.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/8.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/9.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4a-3
+ Revision: 13548d0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19356 |14mr|texlive-barr-20110619-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23579
# category Package
# catalog-ctan /macros/generic/diagrams/barr
# catalog-date 2011-06-19 14:02:49 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-barr
Version:	20110619
Release:	3
Summary:	Diagram macros by Michael Barr
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/diagrams/barr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/barr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/barr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Diagxy is a general diagramming package, useful for diagrams in
a number of mathematical disciplines. Diagxy is a development
of an earlier (successful) package to use the facilities of the
xypic bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/barr/diagxy.tex
%doc %{_texmfdistdir}/doc/generic/barr/diaxydoc.pdf
%doc %{_texmfdistdir}/doc/generic/barr/diaxydoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110619-3
+ Revision: 2813f41
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19357 |14mr|texlive-bartel-chess-fonts-20101129-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20619
# category Package
# catalog-ctan /fonts/bartel-chess-fonts
# catalog-date 2010-11-29 08:56:06 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-bartel-chess-fonts
Version:	20101129
Release:	3
Summary:	A set of fonts supporting chess diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/bartel-chess-fonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bartel-chess-fonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bartel-chess-fonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts are provided as MetaFont source.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-bishop.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-blackfield.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-chbase.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-equi.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-geo.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-king.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-knight.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-pawn.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-queen.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-rook.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch10.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch11.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch12.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch13.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch14.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch16.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch17.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch20.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch24.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch32.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch36.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch6.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch7.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch8.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch9.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkbase.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkbishop.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkblackfield.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch10.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch11.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch12.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch14.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch16.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch8.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch9.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkgeo.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkking.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkknight.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkpawn.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkqueen.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkrook.mf
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch10.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch11.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch12.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch13.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch14.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch16.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch17.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch20.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch24.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch32.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch36.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch6.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch7.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch8.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch9.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch10.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch11.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch12.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch14.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch16.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch8.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch9.tfm
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/README
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/CGA.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/agfa.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/amiga-PAL.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/amiga.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/chess.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/fselch15.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/fselch30.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/fselch34.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/fselch5mm.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkelch.mfj
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkfootbows.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkmakeneutral.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkparallel.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkscreengrid.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkshorten.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px150.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px17.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px20.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px21.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px23.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px25.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px29.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px31.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px33.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px41.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px45.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px49.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px53.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px57.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px63.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px700.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px71.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px72.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px79.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px9.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/scan.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/screengrid.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/tt.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/turnboard.mf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101129-3
+ Revision: bb5de3c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19358 |14mr|texlive-bashful-0.92-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25597
# category Package
# catalog-ctan /macros/latex/contrib/bashful
# catalog-date 2011-06-17 14:38:58 +0200
# catalog-license lppl1.3
# catalog-version 0.92
Name:		texlive-bashful
Version:	0.92
Release:	4
Summary:	Invoke bash commands from within LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bashful
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bashful.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bashful.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes it possible to execute Unix bash shell
scripts from within LaTeX. The main application is in writing
computer-science texts, in which you want to make sure the
programs listed in the document are executed directly from the
input. The package may use other Unix shells than bash, but
does not work without modification in a Windows environment.
The package requires the -shell-escape flag when LaTeX is
processing your document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bashful/bashful.sty
%doc %{_texmfdistdir}/doc/latex/bashful/Makefile
%doc %{_texmfdistdir}/doc/latex/bashful/README
%doc %{_texmfdistdir}/doc/latex/bashful/bashful.pdf
%doc %{_texmfdistdir}/doc/latex/bashful/bashful.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.92-4
+ Revision: a49deda
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19359 |14mr|texlive-baskervald-1.016-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19490
# category Package
# catalog-ctan /fonts/baskervaldadf
# catalog-date 2010-07-14 23:45:16 +0200
# catalog-license lppl
# catalog-version 1.016
Name:		texlive-baskervald
Version:	1.016
Release:	3
Summary:	Baskervald ADF fonts collection with TeX/LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/baskervaldadf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/baskervald.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/baskervald.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/baskervald.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Baskervald ADF is a serif family with lining figures designed
as a substitute for Baskerville. The family currently includes
upright and italic or oblique shapes in each of regular, bold
and heavy weights. All fonts include the slashed zero and
additional non-standard ligatures. The support package renames
them according to the Karl Berry fontname scheme and defines
two families. One of these primarily provides access to the
"standard" or default characters while the other supports
additional ligatures. The included package files provide access
to these features in LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvb8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvbi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvh8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvho8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvr8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/baskervald/ybvri8a.afm
%{_texmfdistdir}/fonts/enc/dvips/baskervald/supp-ybv.enc
%{_texmfdistdir}/fonts/map/dvips/baskervald/ybv.map
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvb8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvb8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvb8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvb8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbi8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbi8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbiw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvbw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvh8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvh8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvh8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvh8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvho8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvho8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvho8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvho8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvhow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvhw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvr8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvr8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvr8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvr8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvri8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvri8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvriw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/baskervald/ybvrw8t.tfm
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvb8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvb8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvbi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvbi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvh8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvh8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvho8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvho8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvr8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvr8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/baskervald/ybvri8a.pfm
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvb8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvb8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvbi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvbi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvbiw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvbw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvh8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvh8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvho8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvho8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvhow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvhw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvr8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvr8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvriw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/baskervald/ybvrw8t.vf
%{_texmfdistdir}/tex/latex/baskervald/baskervald.sty
%{_texmfdistdir}/tex/latex/baskervald/t1ybv.fd
%{_texmfdistdir}/tex/latex/baskervald/t1ybvw.fd
%{_texmfdistdir}/tex/latex/baskervald/ts1ybv.fd
%{_texmfdistdir}/tex/latex/baskervald/ts1ybvw.fd
%doc %{_texmfdistdir}/doc/fonts/baskervald/COPYING
%doc %{_texmfdistdir}/doc/fonts/baskervald/NOTICE.txt
%doc %{_texmfdistdir}/doc/fonts/baskervald/README
%doc %{_texmfdistdir}/doc/fonts/baskervald/baskervaldadf.pdf
%doc %{_texmfdistdir}/doc/fonts/baskervald/baskervaldadf.tex
%doc %{_texmfdistdir}/doc/fonts/baskervald/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/baskervald/reglyph-ybv.tex
%doc %{_texmfdistdir}/source/fonts/baskervald/supp-ybv.etx
%doc %{_texmfdistdir}/source/fonts/baskervald/t1-baskervald-lig.etx
%doc %{_texmfdistdir}/source/fonts/baskervald/t1-baskervald.etx
%doc %{_texmfdistdir}/source/fonts/baskervald/ts1-baskervald.etx
%doc %{_texmfdistdir}/source/fonts/baskervald/ybv-drv.tex
%doc %{_texmfdistdir}/source/fonts/baskervald/ybv-map.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.016-3
+ Revision: 69daade
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19360 |14mr|texlive-basque-book-1.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27049
# category Package
# catalog-ctan /macros/latex/contrib/basque-book
# catalog-date 2012-07-09 13:17:27 +0200
# catalog-license lppl1.2
# catalog-version 1.20
Name:		texlive-basque-book
Version:	1.20
Release:	2
Summary:	Class for book-type documents written in Basque
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/basque-book
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-book.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-book.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-book.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is derived from the LaTeX book class. The extensions
solve grammatical and numeration issues that occur when book-
type documents are written in Basque. The class is useful for
writing books, PhD and Master Theses, etc., in Basque.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/basque-book/basque-book.cls
%doc %{_texmfdistdir}/doc/latex/basque-book/README
%doc %{_texmfdistdir}/doc/latex/basque-book/basque-book.pdf
#- source
%doc %{_texmfdistdir}/source/latex/basque-book/basque-book.dtx
%doc %{_texmfdistdir}/source/latex/basque-book/basque-book.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20-2
+ Revision: bf88caa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19361 |14mr|texlive-basque-date-1.05-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26477
# category Package
# catalog-ctan /macros/latex/contrib/basque-date
# catalog-date 2012-05-17 14:56:37 +0200
# catalog-license lppl1.2
# catalog-version 1.05
Name:		texlive-basque-date
Version:	1.05
Release:	2
Summary:	Print the date in Basque
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/basque-date
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-date.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-date.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-date.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides two LaTeX commands to print the current
date in Basque according to the correct forms ruled by The
Basque Language Academy (Euskaltzaindia). The commands
automatically solve the complex declination issues of numbers
in Basque.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/basque-date/basque-date.sty
%doc %{_texmfdistdir}/doc/latex/basque-date/README
%doc %{_texmfdistdir}/doc/latex/basque-date/basque-date.pdf
#- source
%doc %{_texmfdistdir}/source/latex/basque-date/basque-date.dtx
%doc %{_texmfdistdir}/source/latex/basque-date/basque-date.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.05-2
+ Revision: 622b15d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19362 |14mr|texlive-bbcard-20080817-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/bbcard
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-bbcard
Version:	20080817
Release:	3
Summary:	Bullshit bingo, calendar and baseball-score cards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/bbcard
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbcard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbcard.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Three jiffy packages for creating cards of various sorts with
MetaPost.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/bbcard/bbcard.mp
%{_texmfdistdir}/metapost/bbcard/breakwidth.mp
%{_texmfdistdir}/metapost/bbcard/calendar.mp
%{_texmfdistdir}/metapost/bbcard/scorecard.mp
%doc %{_texmfdistdir}/doc/metapost/bbcard/README.TEXLIVE
%doc %{_texmfdistdir}/doc/metapost/bbcard/README.bbcard
%doc %{_texmfdistdir}/doc/metapost/bbcard/README.calendar
%doc %{_texmfdistdir}/doc/metapost/bbcard/README.scorecard

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080817-3
+ Revision: 03d9b61
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19363 |14mr|texlive-bbding-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17186
# category Package
# catalog-ctan /fonts/bbding
# catalog-date 2010-02-15 12:02:42 +0100
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-bbding
Version:	1.01
Release:	3
Summary:	A symbol (dingbat) font and LaTeX macros for its use
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/bbding
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbding.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbding.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbding.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A symbol font (distributed as MetaFont source) that contains
many of the symbols of the Zapf dingbats set, together with an
NFSS interface for using the font. An Adobe Type 1 version of
the fonts is available in the niceframe fonts bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/bbding/bbding10.mf
%{_texmfdistdir}/fonts/tfm/public/bbding/bbding10.tfm
%{_texmfdistdir}/tex/latex/bbding/Uding.fd
%{_texmfdistdir}/tex/latex/bbding/bbding.sty
%doc %{_texmfdistdir}/doc/latex/bbding/README
%doc %{_texmfdistdir}/doc/latex/bbding/bbding.pdf
%doc %{_texmfdistdir}/doc/latex/bbding/bbding10.org
#- source
%doc %{_texmfdistdir}/source/latex/bbding/bbding.dtx
%doc %{_texmfdistdir}/source/latex/bbding/bbding.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: 64fd961
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19364 |14mr|texlive-bbm-20091119-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/cm/bbm
# catalog-date 2009-11-19 15:03:53 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-bbm
Version:	20091119
Release:	3
Summary:	"Blackboard-style" cm fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cm/bbm
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Blackboard variants of Computer Modern fonts. The fonts are
distributed as MetaFont source (only); LaTeX support is
available with the bbm-macros package. The Sauter font package
has MetaFont parameter source files for building the fonts at
more sizes than you could reasonably imagine. A sample of these
fonts appears in the blackboard bold sampler.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/bbm/bbm10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm17.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm5.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm6.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm7.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmb10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx5.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx6.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx7.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbxsl10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmdunh10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmfib8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmfxib8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbminch.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsl10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsl12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsl8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsl9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsltt10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss17.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssbx10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssdc10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi17.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssq8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssqi8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmtt10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmtt12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmtt8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmtt9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmvtt10.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbbase.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbord.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbordl.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbordsp.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbordu.mf
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm17.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm5.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm6.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm7.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmfxib8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmtt9.tfm
%doc %{_texmfdistdir}/doc/fonts/bbm/README
%doc %{_texmfdistdir}/doc/fonts/bbm/gfbatch.batch
%doc %{_texmfdistdir}/doc/fonts/bbm/mfbatch.batch
%doc %{_texmfdistdir}/doc/fonts/bbm/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091119-3
+ Revision: d26a815
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19365 |14mr|texlive-bbm-macros-20100215-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17224
# category Package
# catalog-ctan /macros/latex/contrib/bbm
# catalog-date 2010-02-15 23:28:51 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-bbm-macros
Version:	20100215
Release:	3
Summary:	LaTeX support for "blackboard-style" cm fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bbm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm-macros.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm-macros.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm-macros.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides LaTeX support for Blackboard variants of Computer
Modern fonts. Declares a font family bbm so you can in
principle write running text in blackboard bold, and lots of
math alphabets for using the fonts within maths.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bbm-macros/bbm.sty
%{_texmfdistdir}/tex/latex/bbm-macros/ubbm.fd
%{_texmfdistdir}/tex/latex/bbm-macros/ubbmss.fd
%{_texmfdistdir}/tex/latex/bbm-macros/ubbmtt.fd
%doc %{_texmfdistdir}/doc/latex/bbm-macros/README
%doc %{_texmfdistdir}/doc/latex/bbm-macros/bbm.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bbm-macros/bbm.drv
%doc %{_texmfdistdir}/source/latex/bbm-macros/bbm.dtx
%doc %{_texmfdistdir}/source/latex/bbm-macros/bbm.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100215-3
+ Revision: 0f5743a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19366 |14mr|texlive-bbold-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17187
# category Package
# catalog-ctan /fonts/bbold
# catalog-date 2010-02-15 23:28:51 +0100
# catalog-license bsd
# catalog-version 1.01
Name:		texlive-bbold
Version:	1.01
Release:	3
Summary:	Sans serif blackboard bold
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/bbold
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A geometric sans serif blackboard bold font, for use in
mathematics; MetaFont sources are provided, as well as macros
for use with LaTeX. The Sauter font package has MetaFont
parameter source files for building the fonts at more sizes
than you could reasonably imagine. See the blackboard sampler
for a feel for the font's appearance.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/bbold/bbbase.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbgreekl.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbgreeku.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbligs.mf
%{_texmfdistdir}/fonts/source/public/bbold/bblower.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbnum.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold10.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold12.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold17.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold5.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold6.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold7.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold8.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold9.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbparams.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbpunc.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbupper.mf
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold17.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold5.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold6.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold7.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold9.tfm
%{_texmfdistdir}/tex/latex/bbold/Ubbold.fd
%{_texmfdistdir}/tex/latex/bbold/bbold.sty
%doc %{_texmfdistdir}/doc/latex/bbold/INSTALL
%doc %{_texmfdistdir}/doc/latex/bbold/README
%doc %{_texmfdistdir}/doc/latex/bbold/bbold.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bbold/bbold.dtx
%doc %{_texmfdistdir}/source/latex/bbold/bbold.ins
%doc %{_texmfdistdir}/source/latex/bbold/fonttabl.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: 3b4a690
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19367 |14mr|texlive-bbold-type1-20101121-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20524
# category Package
# catalog-ctan /fonts/bbold-type1
# catalog-date 2010-11-21 18:48:27 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-bbold-type1
Version:	20101121
Release:	3
Summary:	An Adobe Type 1 format version of the bbold font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/bbold-type1
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold-type1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold-type1.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The files offer an Adobe Type 1 format version of the 5pt, 7pt
and 10pt versions of the bbold fonts. The distribution also
includes a map file, for use when incorporating the fonts into
TeX documents, but no macro sets are provided (the fonts will
not provide the correct results using macros designed for use
with the MetaFont versions of the fonts. The fonts were
produced to be part of the TeX distribution from Y&Y; they were
generously donated to the TeX Users' Group when Y&Y closed its
doors as a business.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/bbold-type1/bbold10.afm
%{_texmfdistdir}/fonts/afm/public/bbold-type1/bbold5.afm
%{_texmfdistdir}/fonts/afm/public/bbold-type1/bbold7.afm
%{_texmfdistdir}/fonts/map/dvips/bbold-type1/bbold.map
%{_texmfdistdir}/fonts/type1/public/bbold-type1/bbold10.pfb
%{_texmfdistdir}/fonts/type1/public/bbold-type1/bbold5.pfb
%{_texmfdistdir}/fonts/type1/public/bbold-type1/bbold7.pfb
%doc %{_texmfdistdir}/doc/fonts/bbold-type1/README
%doc %{_texmfdistdir}/doc/fonts/bbold-type1/test.pdf
%doc %{_texmfdistdir}/doc/fonts/bbold-type1/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101121-3
+ Revision: 79d6cc6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19368 |14mr|texlive-bchart-0.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25677
# category Package
# catalog-ctan /macros/latex/contrib/bchart
# catalog-date 2012-03-17 17:05:04 +0100
# catalog-license other-free
# catalog-version 0.1.1
Name:		texlive-bchart
Version:	0.1.1
Release:	2
Summary:	Draw simple bar charts in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bchart
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bchart.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bchart.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides horizontal bar charts, drawn using TikZ on
a numeric X-axis. The focus of the package is simplicity and
aesthetics.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bchart/bchart.sty
%doc %{_texmfdistdir}/doc/latex/bchart/CHANGES.txt
%doc %{_texmfdistdir}/doc/latex/bchart/LICENSE.txt
%doc %{_texmfdistdir}/doc/latex/bchart/README
%doc %{_texmfdistdir}/doc/latex/bchart/bchart.pdf
%doc %{_texmfdistdir}/doc/latex/bchart/bchart.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.1-2
+ Revision: 9b3a54e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19369 |14mr|texlive-bclogo-2.26-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23305
# category Package
# catalog-ctan /graphics/bclogo
# catalog-date 2011-08-01 12:18:46 +0200
# catalog-license lppl
# catalog-version 2.26
Name:		texlive-bclogo
Version:	2.26
Release:	3
Summary:	Creating colourful boxes with logos
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/bclogo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bclogo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bclogo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package facilitates the creation of colorful boxes with a
title and logo. It may use either tikz or PSTricks as graphics
engine.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/bclogo/bc-attention.mp
%{_texmfdistdir}/metapost/bclogo/bc-aux-301.mp
%{_texmfdistdir}/metapost/bclogo/bc-bombe.mp
%{_texmfdistdir}/metapost/bclogo/bc-book.mp
%{_texmfdistdir}/metapost/bclogo/bc-calendrier.mp
%{_texmfdistdir}/metapost/bclogo/bc-cle.mp
%{_texmfdistdir}/metapost/bclogo/bc-clefa.mp
%{_texmfdistdir}/metapost/bclogo/bc-clesol.mp
%{_texmfdistdir}/metapost/bclogo/bc-coeur.mp
%{_texmfdistdir}/metapost/bclogo/bc-crayon.mp
%{_texmfdistdir}/metapost/bclogo/bc-cube.mp
%{_texmfdistdir}/metapost/bclogo/bc-dallemagne.mp
%{_texmfdistdir}/metapost/bclogo/bc-danger.mp
%{_texmfdistdir}/metapost/bclogo/bc-dautriche.mp
%{_texmfdistdir}/metapost/bclogo/bc-dbelgique.mp
%{_texmfdistdir}/metapost/bclogo/bc-dbulgarie.mp
%{_texmfdistdir}/metapost/bclogo/bc-dfrance.mp
%{_texmfdistdir}/metapost/bclogo/bc-ditalie.mp
%{_texmfdistdir}/metapost/bclogo/bc-dluxembourg.mp
%{_texmfdistdir}/metapost/bclogo/bc-dodecaedre.mp
%{_texmfdistdir}/metapost/bclogo/bc-dpaysbas.mp
%{_texmfdistdir}/metapost/bclogo/bc-dz.mp
%{_texmfdistdir}/metapost/bclogo/bc-eclaircie.mp
%{_texmfdistdir}/metapost/bclogo/bc-etoile.mp
%{_texmfdistdir}/metapost/bclogo/bc-femme.mp
%{_texmfdistdir}/metapost/bclogo/bc-feujaune.mp
%{_texmfdistdir}/metapost/bclogo/bc-feurouge.mp
%{_texmfdistdir}/metapost/bclogo/bc-feutricolore.mp
%{_texmfdistdir}/metapost/bclogo/bc-feuvert.mp
%{_texmfdistdir}/metapost/bclogo/bc-fleur.mp
%{_texmfdistdir}/metapost/bclogo/bc-homme.mp
%{_texmfdistdir}/metapost/bclogo/bc-horloge.mp
%{_texmfdistdir}/metapost/bclogo/bc-icosaedre.mp
%{_texmfdistdir}/metapost/bclogo/bc-info.mp
%{_texmfdistdir}/metapost/bclogo/bc-inter.mp
%{_texmfdistdir}/metapost/bclogo/bc-interdit.mp
%{_texmfdistdir}/metapost/bclogo/bc-lampe.mp
%{_texmfdistdir}/metapost/bclogo/bc-loupe.mp
%{_texmfdistdir}/metapost/bclogo/bc-neige.mp
%{_texmfdistdir}/metapost/bclogo/bc-note.mp
%{_texmfdistdir}/metapost/bclogo/bc-nucleaire.mp
%{_texmfdistdir}/metapost/bclogo/bc-octaedre.mp
%{_texmfdistdir}/metapost/bclogo/bc-oeil.mp
%{_texmfdistdir}/metapost/bclogo/bc-orne.mp
%{_texmfdistdir}/metapost/bclogo/bc-ours.mp
%{_texmfdistdir}/metapost/bclogo/bc-outil.mp
%{_texmfdistdir}/metapost/bclogo/bc-peaceandlove.mp
%{_texmfdistdir}/metapost/bclogo/bc-pluie.mp
%{_texmfdistdir}/metapost/bclogo/bc-plume.mp
%{_texmfdistdir}/metapost/bclogo/bc-poisson.mp
%{_texmfdistdir}/metapost/bclogo/bc-recyclage.mp
%{_texmfdistdir}/metapost/bclogo/bc-rosevents.mp
%{_texmfdistdir}/metapost/bclogo/bc-smiley-bonnehumeur.mp
%{_texmfdistdir}/metapost/bclogo/bc-smiley-mauvaisehumeur.mp
%{_texmfdistdir}/metapost/bclogo/bc-soleil.mp
%{_texmfdistdir}/metapost/bclogo/bc-stop.mp
%{_texmfdistdir}/metapost/bclogo/bc-takecare.mp
%{_texmfdistdir}/metapost/bclogo/bc-tetraedre.mp
%{_texmfdistdir}/metapost/bclogo/bc-trefle.mp
%{_texmfdistdir}/metapost/bclogo/bc-trombone.mp
%{_texmfdistdir}/metapost/bclogo/bc-valetcoeur.mp
%{_texmfdistdir}/metapost/bclogo/bc-velo.mp
%{_texmfdistdir}/metapost/bclogo/bc-yin.mp
%{_texmfdistdir}/metapost/bclogo/brace.mp
%{_texmfdistdir}/metapost/bclogo/losanges.mp
%{_texmfdistdir}/metapost/bclogo/spir.mp
%{_texmfdistdir}/tex/latex/bclogo/bc-attention.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-aux-301.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-bombe.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-book.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-calendrier.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-cle.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-clefa.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-clesol.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-coeur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-crayon.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-cube.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dallemagne.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-danger.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dautriche.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dbelgique.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dbulgarie.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dfrance.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-ditalie.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dluxembourg.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dodecaedre.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dpaysbas.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dz.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-eclaircie.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-etoile.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-femme.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-feujaune.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-feurouge.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-feutricolore.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-feuvert.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-fleur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-homme.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-horloge.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-icosaedre.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-info.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-inter.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-interdit.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-lampe.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-loupe.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-neige.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-note.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-nucleaire.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-octaedre.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-oeil.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-orne.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-ours.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-outil.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-peaceandlove.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-pluie.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-plume.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-poisson.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-recyclage.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-rosevents.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-smiley-bonnehumeur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-smiley-mauvaisehumeur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-soleil.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-stop.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-takecare.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-tetraedre.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-trefle.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-trombone.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-valetcoeur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-velo.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-yin.mps
%{_texmfdistdir}/tex/latex/bclogo/bclogo.sty
%doc %{_texmfdistdir}/doc/latex/bclogo/LISEZ-MOI.doc
%doc %{_texmfdistdir}/doc/latex/bclogo/LISEZ-MOI.latex
%doc %{_texmfdistdir}/doc/latex/bclogo/README.doc
%doc %{_texmfdistdir}/doc/latex/bclogo/README.latex
%doc %{_texmfdistdir}/doc/latex/bclogo/bclogo-doc.pdf
%doc %{_texmfdistdir}/doc/latex/bclogo/bclogo-doc.tex
%doc %{_texmfdistdir}/doc/latex/bclogo/brace.mps
%doc %{_texmfdistdir}/doc/latex/bclogo/losanges.mps
%doc %{_texmfdistdir}/doc/latex/bclogo/spir.mps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.26-3
+ Revision: 8c96e95
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19370 |14mr|texlive-beamer2thesis-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24496
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/themes/beamer2thesis
# catalog-date 2011-10-28 19:27:59 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-beamer2thesis
Version:	2.1
Release:	4
Summary:	Thesis presentations using beamer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/themes/beamer2thesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer2thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer2thesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package specifies a beamer theme for presenting a thesis.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamer2thesis/beamer2thesis.jpg
%{_texmfdistdir}/tex/latex/beamer2thesis/beamercolorthemetorinoth.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/beamerfontthemetorinoth.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/beamerinnerthemetorinoth.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/beamerouterthemetorinoth.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/logopolito.jpg
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/README
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/beamer2thesis.pdf
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/beamer2thesis.tex
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/beamer2thesis_ita.pdf
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/beamer2thesis_ita.tex
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/content_end.tex
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/content_end_ita.tex
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/content_initial.tex
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/content_initial_ita.tex
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/license

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-4
+ Revision: 3c96c34
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19371 |14mr|texlive-beamer-3.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26788
# category Package
# catalog-ctan /macros/latex/contrib/beamer
# catalog-date 2012-06-01 12:40:06 +0200
# catalog-license gpl
# catalog-version 3.20
Name:		texlive-beamer
Version:	3.20
Release:	2
Summary:	A LaTeX class for producing presentations and slides
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-pgf
Requires:	texlive-xcolor

%description
The beamer LaTeX class can be used for producing slides. Its
functionality is similar to Prosper but does not need any
external programs and can directly produce a presentation using
pdflatex. Beamer uses pgf for pdf/ps independent graphics.
Frames are created using \frame{...}, and a frame can build
multiple slides through a simple notation for specifying
material for each slide within a frame. Beamer supports
bibliographies, appendicies and transitions. Short versions of
title, authors, institute can also be specified as optional
parameters. A \plainframe{} allows a picture, for example, to
fill the whole frame. Support figure and table environments,
transparency effects, a \transduration command, animation
commands, a pauses environment. Beamer also provides
compatibility with other packages like prosper. The package now
incorporates the functionality of the former translator
package, which is used for customising the package for use in
other language environments.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.20.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.20.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.tex
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.20.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.20.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.tex
%{_texmfdistdir}/tex/latex/beamer/art/beamericononline.20.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericononline.20.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericononline.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericononline.pdf
%{_texmfdistdir}/tex/latex/beamer/beamer.cls
%{_texmfdistdir}/tex/latex/beamer/beamerarticle.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasearticle.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseauxtemplates.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseboxes.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasecolor.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasecompatibility.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasedecode.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseexercise.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasefont.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseframe.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseframecomponents.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseframesize.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaselocalstructure.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasemisc.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasemodes.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasenavigation.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasenotes.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseoptions.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseoverlay.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasercs.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaserequires.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasesection.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetemplates.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasethemes.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetheorems.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetitle.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetoc.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetranslator.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetwoscreens.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseverbatim.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/beamerfoils.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/beamerprosper.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/beamerseminar.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/beamertexpower.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/examples/beamerexample-foils.tex
%{_texmfdistdir}/tex/latex/beamer/emulation/examples/beamerexample-prosper.tex
%{_texmfdistdir}/tex/latex/beamer/emulation/examples/beamerexample-seminar.tex
%{_texmfdistdir}/tex/latex/beamer/emulation/examples/beamerexample-texpower.tex
%{_texmfdistdir}/tex/latex/beamer/multimedia/multimedia.sty
%{_texmfdistdir}/tex/latex/beamer/multimedia/multimediasymbols.sty
%{_texmfdistdir}/tex/latex/beamer/multimedia/xmpmulti.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemealbatross.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemebeaver.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemebeetle.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemecrane.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemedolphin.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemedove.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemefly.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemelily.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemeorchid.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemerose.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemeseagull.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemeseahorse.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemesidebartab.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemespruce.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemestructure.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemewhale.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemewolverine.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemeprofessionalfonts.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemeserif.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemestructurebold.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemestructureitalicserif.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemestructuresmallcapsserif.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemecircles.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemeinmargin.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemerectangles.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemerounded.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemeinfolines.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthememiniframes.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemeshadow.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemesidebar.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemesmoothbars.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemesmoothtree.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemesplit.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemetree.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeAnnArbor.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeAntibes.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeBergen.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeBerkeley.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeBerlin.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeBoadilla.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeCambridgeUS.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeCopenhagen.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeDarmstadt.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeDresden.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeEastLansing.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeFrankfurt.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeGoettingen.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeHannover.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeIlmenau.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeJuanLesPins.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeLuebeck.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeMadrid.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeMalmoe.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeMarburg.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeMontpellier.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemePaloAlto.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemePittsburgh.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeRochester.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeSingapore.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeSzeged.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeWarsaw.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeboxes.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemebars.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemeclassic.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemecompatibility.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemelined.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemeplain.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemeshadow.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemesidebar.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemesplit.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemetree.sty
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Norsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Nynorsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Norsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Nynorsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Norsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Nynorsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Norsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/translator-language-mappings.tex
%{_texmfdistdir}/tex/latex/beamer/translator/translator.sty
%doc %{_texmfdistdir}/doc/latex/beamer/AUTHORS
%doc %{_texmfdistdir}/doc/latex/beamer/ChangeLog
%doc %{_texmfdistdir}/doc/latex/beamer/FILES
%doc %{_texmfdistdir}/doc/latex/beamer/INSTALL
%doc %{_texmfdistdir}/doc/latex/beamer/README
%doc %{_texmfdistdir}/doc/latex/beamer/TODO
%doc %{_texmfdistdir}/doc/latex/beamer/doc/Makefile
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamercolorthemeexample.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerfontthemeexample.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerinnerthemeexample.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerlogo.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerouterthemeexample.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerthemeexample.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerthemeexamplebase.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-animations.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-color.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-compatibility.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-elements.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-emulation.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-fonts.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-frames.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-globalstructure.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-graphics.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-guidelines.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-installation.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-interaction.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-introduction.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-license.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-localstructure.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-macros.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-nonpresentation.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-notes.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-overlays.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-solutions.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-themes.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-translator.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-transparencies.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-tricks.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-tutorial.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-twoscreens.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-workflow.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemealbatross.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemealbatrossstylish.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemebeaver.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemebeetle.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemecrane.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemedefault.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemedolphin.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemedove.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemefly.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemelily.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemeorchid.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemerose.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemeseagull.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemeseahorse.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemesidebartab.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemespruce.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemestructure.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemewhale.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemewolverine.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemedefault.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemeserif.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemestructurebold.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemestructureitalicserif.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemestructuresmallcapsserif.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemecircles.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemedefault.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemeinmargin.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemerectangles.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemerounded.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemedefault.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemeinfolines.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthememiniframes.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemeshadow.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemesidebar.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemesmoothbars.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemesmoothtree.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemesplit.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemetree.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeAnnArbor.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeAntibes.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeBergen.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeBerkeley.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeBerlin.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeBoadilla.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeCambridgeUS.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeCopenhagen.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeDarmstadt.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeDresden.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeEastLansing.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeFrankfurt.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeGoettingen.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeHannover.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeIlmenau.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeJuanLesPins.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeLuebeck.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeMadrid.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeMalmoe.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeMarburg.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeMontpellier.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemePaloAlto.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemePittsburgh.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeRochester.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeSingapore.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeSzeged.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeWarsaw.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeboxes.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemedefault.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beameruserguide.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beameruserguide.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/licenses/LICENSE
%doc %{_texmfdistdir}/doc/latex/beamer/doc/themeexamples/beamerthemeexample.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/themeexamples/beamerthememakeexamples.sh
%doc %{_texmfdistdir}/doc/latex/beamer/emacs/beamer.el
%doc %{_texmfdistdir}/doc/latex/beamer/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-conference-talk/beamerexample-conference-talk.tex
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-beamer-version.tex
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-body.tex
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-logo.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic1.jpg
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic2.jpg
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic3.jpg
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic4.jpg
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic5.jpg
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic6.jpg
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-print-version.tex
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-style.tex
%doc %{_texmfdistdir}/doc/latex/beamer/examples/beamerexample-conference-talk.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/examples/beamerexample-lecture-beamer-version.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/examples/beamerexample-lecture-print-version.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/examples/lyx-based-presentation/beamerexample-lyx.lyx
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.de.lyx
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.de.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.en.lyx
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.en.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.fr.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.de.lyx
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.de.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.en.lyx
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.en.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.fr.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.de.lyx
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.de.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.en.lyx
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.en.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.20-2
+ Revision: 06a8fad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19372 |14mr|texlive-beameraudience-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23427
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/beameraudience
# catalog-date 2011-08-05 01:50:01 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-beameraudience
Version:	0.1
Release:	3
Summary:	Assembling beamer frames according to audience
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/beameraudience
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beameraudience.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beameraudience.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Beamer Audience package provides macros to easily assemble
frames according to different audiences. It enables to pick up
the frames for a specific audience while leaving their order
according to a logical structure in the LaTeX source.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beameraudience/beameraudience.sty
%doc %{_texmfdistdir}/doc/latex/beameraudience/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 1391a16
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19373 |14mr|texlive-beamer-FUBerlin-0.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/beamer-FUBerlin
# catalog-date 2009-08-11 19:19:50 +0200
# catalog-license lppl
# catalog-version 0.02
Name:		texlive-beamer-FUBerlin
Version:	0.02
Release:	3
Summary:	Beamer, using the style of FU Berlin
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-FUBerlin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer-FUBerlin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer-FUBerlin.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides a beamer-derived class and a theme style
file for the corporate design of the Free University in Berlin.
Users may use the class itself (FUbeamer) or use the theme in
the usual way with \usetheme{BerlinFU}. Examples of using both
the class and the theme are provided; the PDF is visually
identical, so the catalogue only lists one; the sources of the
examples do of course differ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/FUbeamer.cls
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/beamercolorthemeBerlinFU.sty
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/beamerfontthemeBerlinFU.sty
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/beamerouterthemeBerlinFU.sty
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/beamerthemeBerlinFU.sty
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/Changes
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/FULogo.png
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/FUbib.jpg
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/FUlogo.pdf
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/README
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/exampleClass.pdf
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/exampleClass.tex
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/exampleTheme.pdf
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/exampleTheme.tex
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/geo.jpg
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/silberlaube2.jpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.02-3
+ Revision: 7a14479
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19374 |14mr|texlive-beamerposter-1.07-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17066
# category Package
# catalog-ctan /macros/latex/contrib/beamerposter
# catalog-date 2010-02-16 13:45:15 +0100
# catalog-license lppl
# catalog-version 1.07
Name:		texlive-beamerposter
Version:	1.07
Release:	3
Summary:	Extend beamer and a0poster for custom sized posters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamerposter
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerposter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerposter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to use beamer style operations on
a canvas of the sizes provided by a0poster; font scaling is
available (using packages such as type1cm if necessary). In
addition, the package allows the user to benefit from the nice
colour box handling and alignment provided by the beamer class
(for example, with rounded corners and shadows). Good looking
posters may be created very rapidly. Features include: -
scalable fonts using the fp and type1cm packages; - posters in
A-series sizes, and custom sizes like double A0 are possible; -
still applicable to custom beamer slides, e.g. 16:9 slides for
a wide-screen (i.e. 1.78 aspect ratio); - orientation may be
portrait or landscape; - a 'debug mode' is provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamerposter/beamerposter.sty
%doc %{_texmfdistdir}/doc/latex/beamerposter/README
%doc %{_texmfdistdir}/doc/latex/beamerposter/beamerposter.pdf
%doc %{_texmfdistdir}/doc/latex/beamerposter/beamerposter.tex
%doc %{_texmfdistdir}/doc/latex/beamerposter/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.07-3
+ Revision: f352908
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19375 |14mr|texlive-beamersubframe-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23510
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/beamersubframe
# catalog-date 2011-08-11 10:23:40 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-beamersubframe
Version:	0.2
Release:	3
Summary:	Reorder frames in the PDF file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/beamersubframe
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamersubframe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamersubframe.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamersubframe.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a method to reorder frames in the PDF file
without reordering the source. Its principal use is to embed or
append frames with details on some subject. The author
describes the package as "experimental".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamersubframe/beamersubframe.sty
%doc %{_texmfdistdir}/doc/latex/beamersubframe/README
%doc %{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe-append.pdf
%doc %{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe-append.svg
%doc %{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe-embed.pdf
%doc %{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe-embed.svg
%doc %{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe.pdf
%doc %{_texmfdistdir}/doc/latex/beamersubframe/bsf-example.tex
#- source
%doc %{_texmfdistdir}/source/latex/beamersubframe/beamersubframe.dtx
%doc %{_texmfdistdir}/source/latex/beamersubframe/beamersubframe.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: f8b2dda
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19376 |14mr|texlive-beamerthemejltree-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21977
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/themes/beamerthemeJLTree.sty
# catalog-date 2010-07-13 19:58:19 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-beamerthemejltree
Version:	1.1
Release:	3
Summary:	Contributed beamer theme
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/themes/beamerthemeJLTree.sty
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemejltree.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A theme for beamer presentations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamerthemejltree/beamerthemeJLTree.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 233fe27
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19377 |14mr|texlive-beamerthemenirma-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20765
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/themes/nirma
# catalog-date 2010-12-16 01:15:22 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-beamerthemenirma
Version:	0.1
Release:	3
Summary:	A Beamer theme for academic presentations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/themes/nirma
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemenirma.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemenirma.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package developed for academic purposes. The distribution
includes nothing more than style file needed for preparing
presentations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamerthemenirma/beamerthemenirma.sty
%doc %{_texmfdistdir}/doc/latex/beamerthemenirma/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: e19925a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19378 |14mr|texlive-beamerthemephnompenh-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31392
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-beamerthemephnompenh
Version:	20131013
Release:	6
Summary:	TeXLive beamerthemephnompenh package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemephnompenh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemephnompenh.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive beamerthemephnompenh package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamerthemephnompenh/beamerthemePhnomPenh.sty
%doc %{_texmfdistdir}/doc/latex/beamerthemephnompenh/README
%doc %{_texmfdistdir}/doc/latex/beamerthemephnompenh/beamerthemePhnomPenh.pdf
%doc %{_texmfdistdir}/doc/latex/beamerthemephnompenh/beamerthemePhnomPenh.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 0432cce
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19379 |14mr|texlive-beamertheme-upenn-bc-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29937
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/themes/upenn-bc
# catalog-date 2013-04-14 16:59:43 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-beamertheme-upenn-bc
Version:	1.0
Release:	6
Summary:	Beamer themies for Boston College and the University of Pennsylvania
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/themes/upenn-bc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-upenn-bc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-upenn-bc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Beamer themes in the colors of the - University of
Pennsylvania, USA, and - Boston College, USA. Both were tested
for the presentation theme 'Warsaw. Please note that these
color themes are neither official nor exact! The colours are
approximated from the universities' style guidelines and
websites, and slightly modified where necessary to generate an
appealing look. The universities neither endorse, nor provide
any support for, these color themes. I give no warranty for the
code.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamertheme-upenn-bc/beamercolorthemegoeagles.sty
%{_texmfdistdir}/tex/latex/beamertheme-upenn-bc/beamercolorthemepenn.sty
%doc %{_texmfdistdir}/doc/latex/beamertheme-upenn-bc/README
%doc %{_texmfdistdir}/doc/latex/beamertheme-upenn-bc/beamerBCstyle.pdf
%doc %{_texmfdistdir}/doc/latex/beamertheme-upenn-bc/beamerBCstyle.tex
%doc %{_texmfdistdir}/doc/latex/beamertheme-upenn-bc/beamerPENNstyle.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: a610eb7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19380 |14mr|texlive-beamer-tut-pt-20070305-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/portuguese/beamer
# catalog-date 2007-03-05 14:17:42 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-beamer-tut-pt
Version:	20070305
Release:	3
Summary:	An introduction to the Beamer class, in Portuguese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/portuguese/beamer
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer-tut-pt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer-tut-pt.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive beamer-tut-pt package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/AnnArbor1.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/AnnArbor2.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/CambridgeUS1.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/CambridgeUS2.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/LEIAME
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/README
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/anim1.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/anim2.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/anim3.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/anim4.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/automato1.jpg
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/automato2.jpg
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/automato3.jpg
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/automato4.jpg
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/automato5.jpg
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/berkeley1.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/berkeley2.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/blocos.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/boadilla1.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/boadilla2.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/exemplo.tex
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/madrid1.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/madrid2.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/montpellier1.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/montpellier2.ps
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/tutorialbeamer.pdf
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/tutorialbeamer.tex
%doc %{_texmfdistdir}/doc/latex/beamer-tut-pt/ufpellogo.jpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070305-3
+ Revision: 444bed2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19381 |14mr|texlive-beebe-20120807-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27123
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-beebe
Version:	20120807
Release:	2
Summary:	TeXLive beebe package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beebe.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive beebe package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/beebe/gut.bib
%{_texmfdistdir}/bibtex/bib/beebe/komoedie.bib
%{_texmfdistdir}/bibtex/bib/beebe/texbook1.bib
%{_texmfdistdir}/bibtex/bib/beebe/texbook2.bib
%{_texmfdistdir}/bibtex/bib/beebe/texbook3.bib
%{_texmfdistdir}/bibtex/bib/beebe/texgraph.bib
%{_texmfdistdir}/bibtex/bib/beebe/texjourn.bib
%{_texmfdistdir}/bibtex/bib/beebe/texnique.bib
%{_texmfdistdir}/bibtex/bib/beebe/tugboat.bib
%{_texmfdistdir}/bibtex/bst/beebe/aaai-named.bst
%{_texmfdistdir}/bibtex/bst/beebe/abstract.bst
%{_texmfdistdir}/bibtex/bst/beebe/annotate.bst
%{_texmfdistdir}/bibtex/bst/beebe/annotation.bst
%{_texmfdistdir}/bibtex/bst/beebe/apa.bst
%{_texmfdistdir}/bibtex/bst/beebe/apalike2.bst
%{_texmfdistdir}/bibtex/bst/beebe/astron.bst
%{_texmfdistdir}/bibtex/bst/beebe/authordate1.bst
%{_texmfdistdir}/bibtex/bst/beebe/authordate2.bst
%{_texmfdistdir}/bibtex/bst/beebe/authordate3.bst
%{_texmfdistdir}/bibtex/bst/beebe/authordate4.bst
%{_texmfdistdir}/bibtex/bst/beebe/bbs.bst
%{_texmfdistdir}/bibtex/bst/beebe/bibtoref.bst
%{_texmfdistdir}/bibtex/bst/beebe/cbe.bst
%{_texmfdistdir}/bibtex/bst/beebe/chicagoa.bst
%{_texmfdistdir}/bibtex/bst/beebe/econometrica.bst
%{_texmfdistdir}/bibtex/bst/beebe/humanbio.bst
%{_texmfdistdir}/bibtex/bst/beebe/humannat.bst
%{_texmfdistdir}/bibtex/bst/beebe/is-abbrv.bst
%{_texmfdistdir}/bibtex/bst/beebe/is-alpha.bst
%{_texmfdistdir}/bibtex/bst/beebe/is-plain.bst
%{_texmfdistdir}/bibtex/bst/beebe/is-unsrt.bst
%{_texmfdistdir}/bibtex/bst/beebe/jas99.bst
%{_texmfdistdir}/bibtex/bst/beebe/jbact.bst
%{_texmfdistdir}/bibtex/bst/beebe/jmb.bst
%{_texmfdistdir}/bibtex/bst/beebe/jtb.bst
%{_texmfdistdir}/bibtex/bst/beebe/jthcarsu.bst
%{_texmfdistdir}/bibtex/bst/beebe/named.bst
%{_texmfdistdir}/bibtex/bst/beebe/namunsrt.bst
%{_texmfdistdir}/bibtex/bst/beebe/nar.bst
%{_texmfdistdir}/bibtex/bst/beebe/newapa.bst
%{_texmfdistdir}/bibtex/bst/beebe/phaip.bst
%{_texmfdistdir}/bibtex/bst/beebe/phapalik.bst
%{_texmfdistdir}/bibtex/bst/beebe/phcpc.bst
%{_texmfdistdir}/bibtex/bst/beebe/phiaea.bst
%{_texmfdistdir}/bibtex/bst/beebe/phjcp.bst
%{_texmfdistdir}/bibtex/bst/beebe/phnf.bst
%{_texmfdistdir}/bibtex/bst/beebe/phnflet.bst
%{_texmfdistdir}/bibtex/bst/beebe/phpf.bst
%{_texmfdistdir}/bibtex/bst/beebe/phppcf.bst
%{_texmfdistdir}/bibtex/bst/beebe/phreport.bst
%{_texmfdistdir}/bibtex/bst/beebe/phrmp.bst
%{_texmfdistdir}/bibtex/bst/beebe/plainyr.bst
%{_texmfdistdir}/bibtex/bst/beebe/refer.bst
%{_texmfdistdir}/bibtex/bst/beebe/xbtxbst.doc

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120807-2
+ Revision: 196ccf8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19382 |14mr|texlive-begriff-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/begriff
# catalog-date 2007-01-29 23:57:18 +0100
# catalog-license gpl
# catalog-version 1.6
Name:		texlive-begriff
Version:	1.6
Release:	3
Summary:	Typeset Begriffschrift
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/begriff
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/begriff.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/begriff.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines maths mode commands for typesetting Frege's
Begriffschrift.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/begriff/begriff.sty
%doc %{_texmfdistdir}/doc/latex/begriff/COPYING
%doc %{_texmfdistdir}/doc/latex/begriff/README
%doc %{_texmfdistdir}/doc/latex/begriff/examples.pdf
%doc %{_texmfdistdir}/doc/latex/begriff/examples.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: 4573a6b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19383 |14mr|texlive-belleek-20081130-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/belleek/belleek.zip
# catalog-date 2008-11-30 15:59:19 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-belleek
Version:	20081130
Release:	3
Summary:	Free replacement for basic MathTime fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/belleek/belleek.zip
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/belleek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/belleek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/belleek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package replaces the original MathTime fonts, not
MathTime-Plus or MathTime Professional (the last being the only
currently available commercial bundle).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/belleek/belleek.map
%{_texmfdistdir}/fonts/truetype/public/belleek/blex.ttf
%{_texmfdistdir}/fonts/truetype/public/belleek/blsy.ttf
%{_texmfdistdir}/fonts/truetype/public/belleek/rblmi.ttf
%{_texmfdistdir}/fonts/type1/public/belleek/blex.pfb
%{_texmfdistdir}/fonts/type1/public/belleek/blsy.pfb
%{_texmfdistdir}/fonts/type1/public/belleek/rblmi.pfb
%doc %{_texmfdistdir}/doc/fonts/belleek/README
#- source
%doc %{_texmfdistdir}/source/latex/belleek/my1mtt.fd
%doc %{_texmfdistdir}/source/latex/belleek/my2mtt.fd
%doc %{_texmfdistdir}/source/latex/belleek/my3mtt.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081130-3
+ Revision: ff9f8fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19384 |14mr|texlive-bengali-20110108-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20987
# category Package
# catalog-ctan /language/bengali/pandey
# catalog-date 2011-01-08 01:32:58 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-bengali
Version:	20110108
Release:	3
Summary:	Support for the Bengali language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/bengali/pandey
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bengali.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bengali.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bengali.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is based on Velthuis' transliteration scheme, with
extensions to deal with the Bengali letters that are not in
Devanagari. The package also supports Assamese.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/bengali/bn.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnbanjon.mf
%{_texmfdistdir}/fonts/source/public/bengali/bndigit.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnjuk.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnkaar.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnlig.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnligtbl.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnmacro.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnmisc.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnpunct.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnr10.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnsl10.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnswar.mf
%{_texmfdistdir}/fonts/source/public/bengali/xbnr10.mf
%{_texmfdistdir}/fonts/source/public/bengali/xbnsl10.mf
%{_texmfdistdir}/fonts/source/public/bengali/xbnsupp.mf
%{_texmfdistdir}/fonts/tfm/public/bengali/bnr10.tfm
%{_texmfdistdir}/fonts/tfm/public/bengali/bnsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bengali/xbnr10.tfm
%{_texmfdistdir}/fonts/tfm/public/bengali/xbnsl10.tfm
%{_texmfdistdir}/tex/latex/bengali/beng.sty
%{_texmfdistdir}/tex/latex/bengali/ubn.fd
%{_texmfdistdir}/tex/latex/bengali/ubnx.fd
%doc %{_texmfdistdir}/doc/fonts/bengali/README
%doc %{_texmfdistdir}/doc/fonts/bengali/bengdoc.bn
%doc %{_texmfdistdir}/doc/fonts/bengali/bengdoc.pdf
%doc %{_texmfdistdir}/doc/fonts/bengali/example.bn
%doc %{_texmfdistdir}/doc/fonts/bengali/example.pdf
%doc %{_texmfdistdir}/doc/fonts/bengali/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/bengali/beng.c

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110108-3
+ Revision: 6562605
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19385 |14mr|texlive-bera-20080128-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20031
# category Package
# catalog-ctan /fonts/bera
# catalog-date 2008-01-28 20:53:41 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-bera
Version:	20080128
Release:	3
Summary:	Bera fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/bera
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bera.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bera.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains the Bera Type 1 fonts, and a zip archive
containing files to use the fonts with LaTeX. Bera is a set of
three font families: Bera Serif (a slab-serif Roman), Bera Sans
(a Frutiger descendant), and Bera Mono (monospaced/typewriter).
Support for use in LaTeX is also provided. The Bera family is a
repackaging, for use with TeX, of the Bitstream Vera family.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/bera/fveb8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fver8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvmb8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvmbo8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvmr8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvmro8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvsb8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvsbo8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvsr8a.afm
%{_texmfdistdir}/fonts/afm/public/bera/fvsro8a.afm
%{_texmfdistdir}/fonts/map/dvips/bera/bera.map
%{_texmfdistdir}/fonts/tfm/public/bera/fveb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fveb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fveb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fveb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvebo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvebo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvebo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fver8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fver8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fver8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fver8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvero8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvero8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvero8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmro8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvmro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsro8a.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/bera/fvsro8t.tfm
%{_texmfdistdir}/fonts/type1/public/bera/fveb8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fver8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvmb8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvmbo8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvmr8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvmro8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvsb8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvsbo8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvsr8a.pfb
%{_texmfdistdir}/fonts/type1/public/bera/fvsro8a.pfb
%{_texmfdistdir}/fonts/vf/public/bera/fveb8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fveb8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvebo8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvebo8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fver8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fver8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvero8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvero8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmb8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmb8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmbo8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmbo8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmr8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmr8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmro8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvmro8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsb8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsb8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsbo8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsbo8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsr8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsr8t.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsro8c.vf
%{_texmfdistdir}/fonts/vf/public/bera/fvsro8t.vf
%{_texmfdistdir}/tex/latex/bera/bera.sty
%{_texmfdistdir}/tex/latex/bera/beramono.sty
%{_texmfdistdir}/tex/latex/bera/berasans.sty
%{_texmfdistdir}/tex/latex/bera/beraserif.sty
%{_texmfdistdir}/tex/latex/bera/t1fve.fd
%{_texmfdistdir}/tex/latex/bera/t1fvm.fd
%{_texmfdistdir}/tex/latex/bera/t1fvs.fd
%{_texmfdistdir}/tex/latex/bera/ts1fve.fd
%{_texmfdistdir}/tex/latex/bera/ts1fvm.fd
%{_texmfdistdir}/tex/latex/bera/ts1fvs.fd
%doc %{_texmfdistdir}/doc/fonts/bera/LICENSE
%doc %{_texmfdistdir}/doc/fonts/bera/README
%doc %{_texmfdistdir}/doc/fonts/bera/bera.pdf
%doc %{_texmfdistdir}/doc/fonts/bera/bera.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080128-3
+ Revision: 1f81b91
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19386 |14mr|texlive-berenisadf-1.004-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19952
# category Package
# catalog-ctan /fonts/berenisadf
# catalog-date 2010-09-22 13:22:51 +0200
# catalog-license other-free
# catalog-version 1.004

%if %{_use_internal_dependency_generator}
%define __noautoreq '/usr/bin/fontforge'
%endif

Summary:	Berenis ADF fonts and TeX/LaTeX support
Name:		texlive-berenisadf
Version:	1.004
Release:	4
License:	OTHER-FREE
Group:		Publishing
Url:		http://www.ctan.org/tex-archive/fonts/berenisadf
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/berenisadf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/berenisadf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/berenisadf.source.tar.xz
BuildRequires:	texlive-tlpkg
Requires:	fontforge
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
BuildArch:	noarch

%description
The bundle provides the BerenisADF Pro font collection, in
OpenType and PostScript Type 1 formats, together with support
files to use the fonts in TeXnANSI (LY1) encoding.

%files
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdb.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdbc.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdbci.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdbi.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdr.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdrc.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdrci.afm
%{_texmfdistdir}/fonts/afm/arkandis/berenisadf/ybdri.afm
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd0.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd1.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd2.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybd2j.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansi-ybdj.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansx-ybd2jw.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansx-ybd2w.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansx-ybdjw.enc
%{_texmfdistdir}/fonts/enc/dvips/berenisadf/texnansx-ybdw.enc
%{_texmfdistdir}/fonts/map/dvips/berenisadf/ybd.map
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb08y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb0c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb0ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb0i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb18y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb1c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb1ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb1i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb28y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2ciw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2cw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2ij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2ijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2iw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2j8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2jw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb2w8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdb8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbc8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbciw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbcw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbi8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbiw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdbw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr08y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr0c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr0ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr0i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr18y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr1c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr1ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr1i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr28y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2c8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2ci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2ciw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2cw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2i8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2ij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2ijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2iw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2j8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2jw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr2w8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdr8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrc8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrci8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrciw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrcw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdri8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrij8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrijw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdriw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrj8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrjw8y.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/berenisadf/ybdrw8y.tfm
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdb.pfb
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdbc.pfb
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdbci.pfb
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdbi.pfb
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdr.pfb
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdrc.pfb
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdrci.pfb
%{_texmfdistdir}/fonts/type1/arkandis/berenisadf/ybdri.pfb
%{_texmfdistdir}/tex/latex/berenisadf/berenis.sty
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd0.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd1.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd2.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd2j.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd2jw.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybd2w.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybdj.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybdjw.fd
%{_texmfdistdir}/tex/latex/berenisadf/ly1ybdw.fd
%doc %{_texmfdistdir}/doc/fonts/berenisadf/COPYING
%doc %{_texmfdistdir}/doc/fonts/berenisadf/NOTICE.txt
%doc %{_texmfdistdir}/doc/fonts/berenisadf/README
%doc %{_texmfdistdir}/doc/fonts/berenisadf/berenisadf.pdf
%doc %{_texmfdistdir}/doc/fonts/berenisadf/berenisadf.tex
%doc %{_texmfdistdir}/doc/fonts/berenisadf/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFPro-Bold.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFPro-BoldItalic.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFPro-Italic.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFPro-Regular.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFProSC-Bold.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFProSC-BoldItalic.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFProSC-Italic.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/BerenisADFProSC-Regular.otf
%doc %{_texmfdistdir}/source/fonts/berenisadf/Makefile
%doc %{_texmfdistdir}/source/fonts/berenisadf/cfr.make.public
%doc %{_texmfdistdir}/source/fonts/berenisadf/ff-ybd.pe
%doc %{_texmfdistdir}/source/fonts/berenisadf/ybd-8y.nam
%doc %{_texmfdistdir}/source/fonts/berenisadf/ybd.lig

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi


#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

perl -pi -e 's|/usr/local/bin/fontforge|/usr/bin/fontforge|'		\
    source/fonts/berenisadf/ff-ybd.pe

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.004-4
+ Revision: 7361576
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19387 |14mr|texlive-besjournals-20131201-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32275
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-besjournals
Version:	20131201
Release:	6
Summary:	TeXLive besjournals package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/besjournals.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/besjournals.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive besjournals package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/besjournals/besjournals.bst
%doc %{_texmfdistdir}/doc/bibtex/besjournals/README
%doc %{_texmfdistdir}/doc/bibtex/besjournals/besjournals.dbj

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131201-6
+ Revision: fed2919
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19388 |14mr|texlive-betababel-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/betababel
# catalog-date 2009-03-27 13:15:14 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-betababel
Version:	0.5
Release:	3
Summary:	Insert ancient greek text coded in Beta Code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/betababel
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/betababel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/betababel.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The betababel package extends the babel polutonikogreek option
to provide a simple way to insert ancient Greek texts with
diacritical characters into your document using the commonly
used Beta Code transliteration. You can directly insert Beta
Code texts -- as they can be found at the Perseus project, for
example -- without modification.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/betababel/betababel.sty
%doc %{_texmfdistdir}/doc/latex/betababel/betatest.pdf
%doc %{_texmfdistdir}/doc/latex/betababel/betatest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: be3b114
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19389 |14mr|texlive-beton-20090924-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/beton
# catalog-date 2009-09-24 15:05:48 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-beton
Version:	20090924
Release:	3
Summary:	Use Concrete fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beton
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beton.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beton.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beton.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typeset a LaTeX2e document with the Concrete fonts designed by
Don Knuth and used in his book "Concrete Mathematics".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beton/beton.sty
%doc %{_texmfdistdir}/doc/latex/beton/beton.pdf
%doc %{_texmfdistdir}/doc/latex/beton/legal.txt
#- source
%doc %{_texmfdistdir}/source/latex/beton/beton.dtx
%doc %{_texmfdistdir}/source/latex/beton/beton.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090924-3
+ Revision: cbe839a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19390 |14mr|texlive-bez123-1.1b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bez123
# catalog-date 2009-09-02 11:33:10 +0200
# catalog-license lppl1.3
# catalog-version 1.1b
Name:		texlive-bez123
Version:	1.1b
Release:	3
Summary:	Support for Bezier curves
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bez123
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bez123.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bez123.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bez123.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides additional facilities in a picture environment for
drawing linear, cubic, and rational quadratic Bezier curves
(standard LaTeX only offers non-rational quadratic splines).
Provides a package multiply that provides a command for
multiplication of a length without numerical overflow.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bez123/bez123.sty
%{_texmfdistdir}/tex/latex/bez123/multiply.sty
%doc %{_texmfdistdir}/doc/latex/bez123/README
%doc %{_texmfdistdir}/doc/latex/bez123/bez123.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bez123/bez123.dtx
%doc %{_texmfdistdir}/source/latex/bez123/bez123.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1b-3
+ Revision: f6da92a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19391 |14mr|texlive-bezos-20101014-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25507
# category Package
# catalog-ctan /macros/latex/contrib/bezos
# catalog-date 2010-10-14 20:46:53 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-bezos
Version:	20101014
Release:	5
Summary:	Packages by Javier Bezos
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bezos
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bezos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bezos.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of packages that provide: - tools for maths accents; - a
tool that changes page-numbering in frontmatter to arabic; -
tools for dealing with some annoyances in babel; - a tool for
making end-environment checking more meaningful; - tensorial
indexes; - support for multi-file documents; - tools for easy
entry of Spanish index entries; and - dotless i's and j's for
maths fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bezos/accents.sty
%{_texmfdistdir}/tex/latex/bezos/arabicfront.sty
%{_texmfdistdir}/tex/latex/bezos/babeltools.sty
%{_texmfdistdir}/tex/latex/bezos/checkend.sty
%{_texmfdistdir}/tex/latex/bezos/dotlessi.sty
%{_texmfdistdir}/tex/latex/bezos/esindex.sty
%{_texmfdistdir}/tex/latex/bezos/soulpos.sty
%{_texmfdistdir}/tex/latex/bezos/subdocs.sty
%{_texmfdistdir}/tex/latex/bezos/tensind.sty
%doc %{_texmfdistdir}/doc/latex/bezos/README
%doc %{_texmfdistdir}/doc/latex/bezos/accents.pdf
%doc %{_texmfdistdir}/doc/latex/bezos/accents.tex
%doc %{_texmfdistdir}/doc/latex/bezos/babeltools.pdf
%doc %{_texmfdistdir}/doc/latex/bezos/babeltools.tex
%doc %{_texmfdistdir}/doc/latex/bezos/bezos.pdf
%doc %{_texmfdistdir}/doc/latex/bezos/bezos.tex
%doc %{_texmfdistdir}/doc/latex/bezos/esindex.pdf
%doc %{_texmfdistdir}/doc/latex/bezos/esindex.tex
%doc %{_texmfdistdir}/doc/latex/bezos/soulpos.pdf
%doc %{_texmfdistdir}/doc/latex/bezos/soulpos.tex
%doc %{_texmfdistdir}/doc/latex/bezos/tensind.pdf
%doc %{_texmfdistdir}/doc/latex/bezos/tensind.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101014-5
+ Revision: d87afe9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19392 |14mr|texlive-bgreek-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/greek/bgreek
# catalog-date 2009-02-21 22:05:10 +0100
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-bgreek
Version:	0.3
Release:	3
Summary:	Using Beccari's fonts in betacode for classical Greek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/greek/bgreek
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bgreek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bgreek.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package implements a dialect of the Beta Code encoding
(TLG and Perseus Projects) for typesetting classical Greek
using Claudio Beccari's Greek Fonts. The package provides
virtual fonts, to reference Beccari's fonts in bgreek mode, and
support macros for use with LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo2488.tfm
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo2488.vf
%{_texmfdistdir}/tex/latex/bgreek/bcgcmr.fd
%{_texmfdistdir}/tex/latex/bgreek/bcgenc.def
%{_texmfdistdir}/tex/latex/bgreek/bcglmr.fd
%{_texmfdistdir}/tex/latex/bgreek/bcqcmr.fd
%{_texmfdistdir}/tex/latex/bgreek/bcqenc.def
%{_texmfdistdir}/tex/latex/bgreek/bcqlmr.fd
%{_texmfdistdir}/tex/latex/bgreek/bgfonts.tex
%{_texmfdistdir}/tex/latex/bgreek/bgreek.ldf
%{_texmfdistdir}/tex/latex/bgreek/bgreek.sty
%{_texmfdistdir}/tex/latex/bgreek/ibygreek.ldf
%doc %{_texmfdistdir}/doc/latex/bgreek/MANIFEST.TXT
%doc %{_texmfdistdir}/doc/latex/bgreek/README
%doc %{_texmfdistdir}/doc/latex/bgreek/bgman.pdf
%doc %{_texmfdistdir}/doc/latex/bgreek/bgman.tex
%doc %{_texmfdistdir}/doc/latex/bgreek/bgreek.etx
%doc %{_texmfdistdir}/doc/latex/bgreek/cbgreek.etx
%doc %{_texmfdistdir}/doc/latex/bgreek/qbgreek.etx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: 281318c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19393 |14mr|texlive-bgteubner-2.02-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25892
# category Package
# catalog-ctan /macros/latex/contrib/bgteubner
# catalog-date 2012-04-08 14:50:51 +0200
# catalog-license lppl
# catalog-version 2.02
Name:		texlive-bgteubner
Version:	2.02
Release:	2
Summary:	Class for producing books for the publisher "Teubner Verlag"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bgteubner
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bgteubner.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bgteubner.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bgteubner.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bgteubner document class has been programmed by order of
the Teubner Verlag, Wiesbaden, Germany, to ensure that books of
this publisher have a unique layout. Unfortunately, most of the
documentation is only available in German. Since the document
class is intended to generate a unique layout, many things
(layout etc.) are fixed and cannot be altered by the user. If
you want to use the document class for another purpose than
publishing with the Teubner Verlag, this may arrise unwanted
restrictions (For instance, the document class provides only
two paper sizes: DIN A-5 and 17cm x 24cm; only two font
families are supported: Times and European Computer Modern).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteuabbr.bst
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteuabbr2.bst
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteupln.bst
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteupln2.bst
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteupln3.bst
%{_texmfdistdir}/makeindex/bgteubner/bgteubner.ist
%{_texmfdistdir}/makeindex/bgteubner/bgteuglo.ist
%{_texmfdistdir}/makeindex/bgteubner/bgteuglochar.ist
%{_texmfdistdir}/tex/latex/bgteubner/bgteubner.cls
%{_texmfdistdir}/tex/latex/bgteubner/hhfixme.sty
%{_texmfdistdir}/tex/latex/bgteubner/hhsubfigure.sty
%{_texmfdistdir}/tex/latex/bgteubner/ptmxcomp.sty
%doc %{_texmfdistdir}/doc/latex/bgteubner/01b.png
%doc %{_texmfdistdir}/doc/latex/bgteubner/02b.png
%doc %{_texmfdistdir}/doc/latex/bgteubner/ChangeLog
%doc %{_texmfdistdir}/doc/latex/bgteubner/LIESMICH
%doc %{_texmfdistdir}/doc/latex/bgteubner/Makefile.hhsubfigure
%doc %{_texmfdistdir}/doc/latex/bgteubner/Makefile.source
%doc %{_texmfdistdir}/doc/latex/bgteubner/Makefile.src
%doc %{_texmfdistdir}/doc/latex/bgteubner/README
%doc %{_texmfdistdir}/doc/latex/bgteubner/README.hhsubfigure
%doc %{_texmfdistdir}/doc/latex/bgteubner/ToDo
%doc %{_texmfdistdir}/doc/latex/bgteubner/anhang.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/befehlsreferenz.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/beispiel1.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner-17x24-cm.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner-17x24-mathtime.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner-17x24-times.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner-a5-cm.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner-a5-times.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner-with-hyperref.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteucls.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteuversion.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild4c.png
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_ganz.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_ganz.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_ganz.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_mitte.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_mitte.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_mitte.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_oben.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_oben.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_oben.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_oben_unten.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_oben_unten.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_oben_unten.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_umflossen.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_umflossen.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_umflossen.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_unten.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_unten.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_unten.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang2.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang2.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang2.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bilder.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/cdcover.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/checkliste.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/einleitung.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/formelzeichen.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/getversion.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/globales.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/hyphenation.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/index.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/installation.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/kapitel2.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/literatur.bib
%doc %{_texmfdistdir}/doc/latex/bgteubner/literatur.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/ltxdoc.cfg
%doc %{_texmfdistdir}/doc/latex/bgteubner/manifest.txt
%doc %{_texmfdistdir}/doc/latex/bgteubner/math-cm.info
%doc %{_texmfdistdir}/doc/latex/bgteubner/math-cm.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/math-cm.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/math-mathtime.info
%doc %{_texmfdistdir}/doc/latex/bgteubner/math-mathtime.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/math-mathtime.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/math.info
%doc %{_texmfdistdir}/doc/latex/bgteubner/math.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/math.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/optionen-advanced.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/testquick.exercise
%doc %{_texmfdistdir}/doc/latex/bgteubner/testquick.info
%doc %{_texmfdistdir}/doc/latex/bgteubner/testquick.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/testtimes.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/tex_aufruf.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/tex_bilder.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/tex_globales.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/tex_textelemente.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/tex_typographie.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/tex_verzeichnisse.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/textelemente.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/times-ja2.png
%doc %{_texmfdistdir}/doc/latex/bgteubner/times-nein2.png
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch1.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch1.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch1a.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch1a.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch2.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch2.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch2a.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch2a.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch3.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch3.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch3a.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch3a.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/usefiles.txt
%doc %{_texmfdistdir}/doc/latex/bgteubner/verzeichnisse.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/vorwort.tex
#- source
%doc %{_texmfdistdir}/source/latex/bgteubner/bgteucls.dtx
%doc %{_texmfdistdir}/source/latex/bgteubner/bgteucls.ins
%doc %{_texmfdistdir}/source/latex/bgteubner/hhsubfigure.dtx
%doc %{_texmfdistdir}/source/latex/bgteubner/hhsubfigure.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.02-2
+ Revision: f80c5e1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19394 |14mr|texlive-bguq-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27140
# category Package
# catalog-ctan /fonts/bguq
# catalog-date 2012-07-24 10:27:04 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-bguq
Version:	0.3
Release:	2
Summary:	Improved quantifier stroke for Begriffsschrift packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/bguq
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bguq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bguq.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bguq.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The font contains a single character: the Begriffsschrift
quantifier (in several sizes), as used to set the
Begriffsschrift (concept notation) of Frege. The font is not
intended for end users; instead it is expected that it will be
used by other packages which implement the Begriffsschrift. An
(unofficial) modified version of Josh Parsons' begriff is
included as an example of implementation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/bguq/bguq.map
%{_texmfdistdir}/fonts/source/public/bguq/bguq.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t04.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t05.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t06.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t07.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t08.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t09.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t10.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t11.mf
%{_texmfdistdir}/fonts/source/public/bguq/bguq10t12.mf
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t04.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t05.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t06.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t07.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t08.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t09.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t10.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t11.tfm
%{_texmfdistdir}/fonts/tfm/public/bguq/bguq10t12.tfm
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t04.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t05.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t06.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t07.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t08.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t09.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t10.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t11.pfb
%{_texmfdistdir}/fonts/type1/public/bguq/bguq10t12.pfb
%{_texmfdistdir}/tex/latex/bguq/Ubguq04.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq05.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq06.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq07.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq08.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq09.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq10.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq11.fd
%{_texmfdistdir}/tex/latex/bguq/Ubguq12.fd
%{_texmfdistdir}/tex/latex/bguq/begriff-bguq.sty
%{_texmfdistdir}/tex/latex/bguq/bguq.cfg
%{_texmfdistdir}/tex/latex/bguq/bguq.sty
%doc %{_texmfdistdir}/doc/fonts/bguq/INSTALL.txt
%doc %{_texmfdistdir}/doc/fonts/bguq/Makefile
%doc %{_texmfdistdir}/doc/fonts/bguq/README.txt
%doc %{_texmfdistdir}/doc/fonts/bguq/bguq-doc.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/bguq/bguq.dtx
%doc %{_texmfdistdir}/source/fonts/bguq/bguq.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-2
+ Revision: 904262f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19395 |14mr|texlive-bhcexam-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23304
# category Package
# catalog-ctan /macros/latex/contrib/bhcexam
# catalog-date 2011-07-31 15:37:23 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-bhcexam
Version:	0.2
Release:	4
Summary:	A LaTeX document class designed for High School Math Teachers in China
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bhcexam
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bhcexam.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bhcexam.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bhcexam.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX document class based on the exam class, which is
specially designed for High School Math Teachers in China.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bhcexam/BHCexam.cfg
%{_texmfdistdir}/tex/latex/bhcexam/BHCexam.cls
%doc %{_texmfdistdir}/doc/latex/bhcexam/Makefile
%doc %{_texmfdistdir}/doc/latex/bhcexam/README
%doc %{_texmfdistdir}/doc/latex/bhcexam/test1.tex
%doc %{_texmfdistdir}/doc/latex/bhcexam/test2.tex
%doc %{_texmfdistdir}/doc/latex/bhcexam/test3.tex
%doc %{_texmfdistdir}/doc/latex/bhcexam/test4.tex
#- source
%doc %{_texmfdistdir}/source/latex/bhcexam/BHCexam.dtx
%doc %{_texmfdistdir}/source/latex/bhcexam/BHCexam.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-4
+ Revision: 87cd45c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19396 |14mr|texlive-bibarts-20061229-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bibarts
# catalog-date 2006-12-29 13:11:21 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-bibarts
Version:	20061229
Release:	3
Summary:	"Arts"-style bibliographical information
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibarts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibarts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibarts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibarts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bibarts package assists in making bibliographical lists in
the way that is common in the arts; it requires an auxiliary
program, for which source and a DOS executable are provided.
(Documentation is in German, though bibarts.sty does contain a
brief introduction in English, as a comment.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/bibarts/gbibarts.ist
%{_texmfdistdir}/tex/latex/bibarts/bibarts.sty
%doc %{_texmfdistdir}/doc/latex/bibarts/bibarts.pdf
%doc %{_texmfdistdir}/doc/latex/bibarts/bibarts.tex
%doc %{_texmfdistdir}/doc/latex/bibarts/gbib209.bat
%doc %{_texmfdistdir}/doc/latex/bibarts/gbib2e.bat
%doc %{_texmfdistdir}/doc/latex/bibarts/gbibsort.exe
#- source
%doc %{_texmfdistdir}/source/latex/bibarts/gbibsort.c

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061229-3
+ Revision: 36fc241
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19397 |14mr|texlive-biber-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27291
# category Package
# catalog-ctan /biblio/biber
# catalog-date 2012-07-31 19:56:52 +0200
# catalog-license artistic
# catalog-version 1.1
Name:		texlive-biber
Version:	1.1
Release:	2
Summary:	A BibTeX replacement for users of biblatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/biber
License:	ARTISTIC
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biber.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biber.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biber.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
Biber is a BibTeX replacement for users of biblatex. Biber
supports full UTF-8, can (re)-encode input and output, supports
highly configurable sorting, dynamic bibliography sets and many
other features. The CTAN distribution offers a compressed tar
archive of the sources, etc., together with "binary"
distributions for a variety of platforms. Note: on SourceForge
biber is formally named "biblatex-biber", to distinguish it
from an earlier (now apparently moribund) project called
"biber".

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/bibtex/biber/biber.pdf
#- source
%doc %{_texmfdistdir}/source/bibtex/biber/Changes
%doc %{_texmfdistdir}/source/bibtex/biber/biblatex-biber.tar.gz
%doc %{_texmfdistdir}/source/bibtex/biber/utf8-macro-map.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: bcb116e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19398 |14mr|texlive-bibexport-3.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /biblio/bibtex/utils/bibexport
# catalog-date 2011-12-03 09:04:10 +0100
# catalog-license lppl1.3
# catalog-version 3.01
Name:		texlive-bibexport
Version:	3.01
Release:	4
Summary:	Extract a BibTeX file based on a .aux file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/utils/bibexport
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibexport.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibexport.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibexport.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-bibexport.bin = %{EVRD}

%description
A Bourne shell script that uses BibTeX to extract bibliography
entries that are \cite'd in a document. It can also expand a
BibTeX file, expanding the abbreviations (other than the built-
in ones like month names) and following the cross-references.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/bibexport
%{_texmfdistdir}/bibtex/bst/bibexport/expcites.bst
%{_texmfdistdir}/bibtex/bst/bibexport/expkeys.bst
%{_texmfdistdir}/bibtex/bst/bibexport/export.bst
%{_texmfdistdir}/scripts/bibexport/bibexport.sh
%doc %{_texmfdistdir}/doc/bibtex/bibexport/README
%doc %{_texmfdistdir}/doc/bibtex/bibexport/bibexport.pdf
#- source
%doc %{_texmfdistdir}/source/bibtex/bibexport/bibexport.dtx
%doc %{_texmfdistdir}/source/bibtex/bibexport/bibexport.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/bibexport/bibexport.sh bibexport
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.01-4
+ Revision: b5114ac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19399 |14mr|texlive-bib-fr-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/bib-fr
# catalog-date 2009-11-09 14:03:25 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-bib-fr
Version:	1.5
Release:	3
Summary:	French translation of classical BibTeX styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/bib-fr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bib-fr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bib-fr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These files are French translations of the classical BibTeX
style files. The translations can easily be modified by simply
redefining FUNCTIONs named fr.*, at the beginning (lines 50-
150) of each file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/bib-fr/abbrv-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/abbrvnat-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/alpha-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/apalike-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/ieeetr-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/plain-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/plainnat-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/siam-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/unsrt-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/unsrtnat-fr.bst
%doc %{_texmfdistdir}/doc/bibtex/bib-fr/CHANGELOG
%doc %{_texmfdistdir}/doc/bibtex/bib-fr/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: fd8dce8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19400 |14mr|texlive-bibhtml-2.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16093
# category Package
# catalog-ctan /biblio/bibtex/contrib/bibhtml
# catalog-date 2009-11-03 16:56:08 +0100
# catalog-license gpl
# catalog-version 2.0.1
Name:		texlive-bibhtml
Version:	2.0.1
Release:	3
Summary:	BibTeX support for HTML files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/bibhtml
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibhtml.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibhtml.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Bibhtml consists of a Perl script and a set of BibTeX style
files, which together allow you to output a bibliography as a
collection of HTML files. The references in the text are linked
directly to the corresponding bibliography entry, and if a URL
is defined in the entry within the BibTeX database file, then
the generated bibliography entry is linked to this. The package
provides three different style files derived from each of the
standard plain.bst and alpha.bst, as well as two style files
derived from abbrv.bst and unsrt.bst (i.e., eight in total).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/bibhtml/abbrvhtml.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/alphahtml.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/alphahtmldate.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/alphahtmldater.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/plainhtml.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/plainhtmldate.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/plainhtmldater.bst
%{_texmfdistdir}/bibtex/bst/bibhtml/unsrthtml.bst
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/LICENCE
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/README
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/bibhtml
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/bibhtml-extract-aux.xslt
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/bibhtml-insert-bib.xslt
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/bibhtml.html
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/bibrefs.bib
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/detex.sed
%doc %{_texmfdistdir}/doc/bibtex/bibhtml/style.css

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.1-3
+ Revision: a737011
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19401 |14mr|texlive-biblatex-2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27308
# category Package
# catalog-ctan /macros/latex/contrib/biblatex
# catalog-date 2012-07-31 19:56:52 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-biblatex
Version:	2.1
Release:	2
Summary:	Bibliographies in LaTeX using BibTeX for sorting only
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Biblatex is a complete reimplementation of the bibliographic
facilities provided by LaTeX in conjunction with BibTeX. It
redesigns the way in which LaTeX interacts with BibTeX at a
fairly fundamental level. With biblatex, BibTeX is only used
(if it is used at all) to sort the bibliography and to generate
labels. Formatting of the bibliography is entirely controlled
by TeX macros (the BibTeX-based mechanism embeds some parts of
formatting in the BibTeX style file. Good working knowledge in
LaTeX should be sufficient to design new bibliography and
citation styles; nothing related to BibTeX's language is
needed. In fact, users need not remain bound to BibTeX for use
with biblatex: an alternative bibliography processor biblatex-
biber is available. Development of biblatex and biblatex-biber
is closely coupled; the present release of biblatex is designed
to work with biblatex-biber version 0.9.6. The package needs e-
TeX, and uses the author's etoolbox and logreq packages. For
users of biblatex-biber, version 0.9 is required (at least;
refer to the notes for the version of biblatex-biber that you
are using). Apart from the features unique to biblatex, the
package also incorporates core features of the following
packages: babelbib, bibtopic, bibunits, chapterbib, cite,
inlinebib, mcite and mciteplus, mlbib, multibib, splitbib.
Biblatex supports split bibliographies and multiple
bibliographies within one document, and separate lists of
bibliographic shorthands. Bibliographies may be subdivided into
parts (by chapter, by section, etc.) and/or segmented by topics
(by type, by keyword, etc.). Biblatex is fully localized and
can interface with the babel.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/biblatex/biblatex.bst
%{_texmfdistdir}/bibtex/csf/biblatex/latin1.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_at.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_de.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_dk.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_fi.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_no.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin1_se.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_at.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_de.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_dk.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_fi.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_no.csf
%{_texmfdistdir}/bibtex/csf/biblatex/latin9_se.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_at.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_de.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_dk.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_fi.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_no.csf
%{_texmfdistdir}/bibtex/csf/biblatex/winansi_se.csf
%{_texmfdistdir}/tex/latex/biblatex/bbx/alphabetic-verb.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/alphabetic.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-comp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-ibid.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-icomp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-tcomp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-terse.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle-ticomp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authortitle.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authoryear-comp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authoryear-ibid.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authoryear-icomp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/authoryear.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/debug.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/draft.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/numeric-comp.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/numeric-verb.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/numeric.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/reading.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/standard.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-ibid.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-inote.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-note.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-trad1.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-trad2.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose-trad3.bbx
%{_texmfdistdir}/tex/latex/biblatex/bbx/verbose.bbx
%{_texmfdistdir}/tex/latex/biblatex/biblatex.cfg
%{_texmfdistdir}/tex/latex/biblatex/biblatex.def
%{_texmfdistdir}/tex/latex/biblatex/biblatex.sty
%{_texmfdistdir}/tex/latex/biblatex/biblatex1.sty
%{_texmfdistdir}/tex/latex/biblatex/biblatex2.sty
%{_texmfdistdir}/tex/latex/biblatex/blx-compat.def
%{_texmfdistdir}/tex/latex/biblatex/blx-dm.def
%{_texmfdistdir}/tex/latex/biblatex/blx-mcite.def
%{_texmfdistdir}/tex/latex/biblatex/blx-natbib.def
%{_texmfdistdir}/tex/latex/biblatex/cbx/alphabetic-verb.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/alphabetic.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-comp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-ibid.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-icomp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-tcomp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-terse.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle-ticomp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authortitle.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authoryear-comp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authoryear-ibid.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authoryear-icomp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/authoryear.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/debug.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/draft.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/numeric-comp.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/numeric-verb.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/numeric.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/reading.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-ibid.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-inote.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-note.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-trad1.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-trad2.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose-trad3.cbx
%{_texmfdistdir}/tex/latex/biblatex/cbx/verbose.cbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/UKenglish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/USenglish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/american.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/australian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/austrian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/brazil.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/brazilian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/british.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/canadian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/danish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/dutch.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/english.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/finnish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/french.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/german.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/greek.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/icelandic.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/italian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/naustrian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/newzealand.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/ngerman.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/norsk.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/norwegian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/nynorsk.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/portuges.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/portuguese.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/russian.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/spanish.lbx
%{_texmfdistdir}/tex/latex/biblatex/lbx/swedish.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex/README
%doc %{_texmfdistdir}/doc/latex/biblatex/RELEASE
%doc %{_texmfdistdir}/doc/latex/biblatex/biblatex.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/biblatex.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/bibtex/bib/biblatex-examples.bib
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/01-introduction.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/01-introduction.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/02-annotations.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/02-annotations.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/10-references-per-section.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/10-references-per-section.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/11-references-by-section.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/11-references-by-section.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/12-references-by-segment.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/12-references-by-segment.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/13-references-by-keyword.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/13-references-by-keyword.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/14-references-by-category.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/14-references-by-category.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/15-references-by-type.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/15-references-by-type.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/16-numeric-prefixed-1.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/17-numeric-prefixed-2.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/18-numeric-hybrid.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/18-numeric-hybrid.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/19-alphabetic-prefixed.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/20-indexing-basic.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/20-indexing-basic.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/21-indexing-advanced.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/21-indexing-advanced.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/30-style-numeric.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/30-style-numeric.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/31-style-numeric-comp.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/31-style-numeric-comp.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/32-style-numeric-verb.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/32-style-numeric-verb.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/40-style-alphabetic.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/40-style-alphabetic.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/41-style-alphabetic-verb.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/41-style-alphabetic-verb.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/42-style-alphabetic-template.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/42-style-alphabetic-template.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/50-style-authoryear.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/50-style-authoryear.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/51-style-authoryear-ibid.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/51-style-authoryear-ibid.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/52-style-authoryear-comp.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/52-style-authoryear-comp.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/53-style-authoryear-icomp.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/60-style-authortitle.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/60-style-authortitle.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/61-style-authortitle-ibid.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/61-style-authortitle-ibid.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/62-style-authortitle-comp.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/62-style-authortitle-comp.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/63-style-authortitle-icomp.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/63-style-authortitle-icomp.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/64-style-authortitle-terse.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/64-style-authortitle-terse.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/65-style-authortitle-tcomp.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/65-style-authortitle-tcomp.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/66-style-authortitle-ticomp.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/70-style-verbose.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/70-style-verbose.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/71-style-verbose-ibid.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/71-style-verbose-ibid.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/72-style-verbose-note.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/72-style-verbose-note.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/73-style-verbose-inote.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/73-style-verbose-inote.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/74-style-verbose-trad1.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/74-style-verbose-trad1.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/75-style-verbose-trad2.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/75-style-verbose-trad2.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/76-style-verbose-trad3.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/76-style-verbose-trad3.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/80-style-reading.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/80-style-reading.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/81-style-draft.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/81-style-draft.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/82-style-debug.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/82-style-debug.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/90-related-entries.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/90-related-entries.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/91-sorting-schemes.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/91-sorting-schemes.tex
%doc %{_texmfdistdir}/doc/latex/biblatex/examples/biblatex-examples.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-2
+ Revision: 76ebb8f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19402 |14mr|texlive-biblatex-apa-5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27057
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-apa
# catalog-date 2012-07-10 12:04:15 +0200
# catalog-license lppl
# catalog-version 5.0
Name:		texlive-biblatex-apa
Version:	5.0
Release:	2
Summary:	Biblatex citation and reference style for APA
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-apa
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-apa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-apa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a fairly complete biblatex (v0.9a+) style (citations
and references) for APA (American Psychological Association)
publications. It implements and automates most of the
guidelines in the APA 6th edition style guide for citations and
references with a few (documented) exceptions (which are mainly
currently impossible to automate in principle for any BibTeX-
backed system). An example document is also given which
typesets every citation and reference example in the APA 6th
edition style guide. This version of the package requires use
of biblatex v1.4 and biber v0.9 (at least).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-apa/american-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/apa.bbx
%{_texmfdistdir}/tex/latex/biblatex-apa/apa.cbx
%{_texmfdistdir}/tex/latex/biblatex-apa/apa.dbx
%{_texmfdistdir}/tex/latex/biblatex-apa/brazilian-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/british-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/dutch-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/french-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/german-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/greek-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/italian-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/ngerman-apa.lbx
%{_texmfdistdir}/tex/latex/biblatex-apa/spanish-apa.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex-apa/README
%doc %{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa-test-references.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa-test.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa-test.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-apa/biblatex-apa.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.0-2
+ Revision: bee61a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19403 |14mr|texlive-biblatex-bwl-20120809-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26556
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-biblatex-bwl
Version:	20120809
Release:	2
Summary:	TeXLive biblatex-bwl package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-bwl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-bwl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive biblatex-bwl package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-bwl/bwl-FU.bbx
%{_texmfdistdir}/tex/latex/biblatex-bwl/bwl-FU.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-bwl/Changes
%doc %{_texmfdistdir}/doc/latex/biblatex-bwl/doc/bwl-FU.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-bwl/doc/bwl-FU.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-bwl/doc/bwl-FU.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120809-2
+ Revision: c1d9f0d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19404 |14mr|texlive-biblatex-caspervector-0.1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32516
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-caspervector
# catalog-date 2013-12-27 09:49:55 +0100
# catalog-license lppl1.3
# catalog-version 0.1.9
Name:		texlive-biblatex-caspervector
Version:	0.1.9
Release:	2
Summary:	A simple citation style for Chinese users
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-caspervector
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-caspervector.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-caspervector.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a simple and easily extensible
biblography/citation style for Chinese LaTeX users, using
biblatex.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-caspervector/biblatex-caspervector-gbk.def
%{_texmfdistdir}/tex/latex/biblatex-caspervector/biblatex-caspervector-utf8.def
%{_texmfdistdir}/tex/latex/biblatex-caspervector/caspervector.bbx
%{_texmfdistdir}/tex/latex/biblatex-caspervector/caspervector.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-caspervector/ChangeLog.txt
%doc %{_texmfdistdir}/doc/latex/biblatex-caspervector/Makefile
%doc %{_texmfdistdir}/doc/latex/biblatex-caspervector/readme.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-caspervector/readme.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-caspervector/readme.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.9-2
+ Revision: 7d30498
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19405 |14mr|texlive-biblatex-chem-1.1g-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26517
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-chem
# catalog-date 2012-05-18 19:57:07 +0200
# catalog-license lppl1.3
# catalog-version 1.1g
Name:		texlive-biblatex-chem
Version:	1.1g
Release:	2
Summary:	Chemistry styles for biblatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-chem
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-chem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-chem.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle offers a set of styles to allow chemists to use
biblatex. The package has complete styles for: - all ACS
journals; - RSC journals using standard (Chem. Commun.) style;
and - Angewandte Chem. style, thus covering a wide range of
journals. A comprehensive set of examples of use is included.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-acs.bbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-acs.cbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-angew.bbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-angew.cbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-biochem.bbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-biochem.cbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-rsc.bbx
%{_texmfdistdir}/tex/latex/biblatex-chem/chem-rsc.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/README
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-acs.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-acs.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-angew.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-angew.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-biochem.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-biochem.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-rsc.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem-rsc.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chem/biblatex-chem.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1g-2
+ Revision: 09319cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19406 |14mr|texlive-biblatex-chicago-0.9.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27254
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-chicago
# catalog-date 2012-07-05 15:34:29 +0200
# catalog-license lppl1.3
# catalog-version 0.9.9
Name:		texlive-biblatex-chicago
Version:	0.9.9
Release:	2
Summary:	Chicago style files for biblatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-chicago
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-chicago.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-chicago.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a biblatex style that implements the Chicago 'author-
date' and 'notes with bibliography' style specifications given
in the Chicago Manual of Style, 15th edition. The style
implements entry types for citing audio-visual materials. The
package was previously known as biblatex-chicago-notes-df.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-chicago/biblatex-chicago.sty
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-authordate.bbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-authordate.cbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-authordate15.bbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-authordate15.cbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-notes.bbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-notes.cbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-notes15.bbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/chicago-notes15.cbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-american.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-french.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-german.lbx
%{_texmfdistdir}/tex/latex/biblatex-chicago/cms-ngerman.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/README
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/RELEASE
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/biblatex-chicago.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/biblatex-chicago.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/biblatex-chicago15.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/biblatex-chicago15.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms-dates-sample.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms-dates-sample.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms-notes-sample.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms-notes-sample.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms15-dates-sample.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms15-dates-sample.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms15-notes-sample.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/cms15-notes-sample.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/dates-test.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-chicago/notes-test.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.9-2
+ Revision: b834b52
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19407 |14mr|texlive-biblatex-dw-1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27035
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-dw
# catalog-date 2012-06-28 18:57:40 +0200
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-biblatex-dw
Version:	1.5
Release:	2
Summary:	Humanities styles for biblatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-dw
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-dw.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-dw.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A small collection of styles for the biblatex package. It was
designed for citations in the humanities and offers some
features that are not provided by the standard biblatex styles.
The styles are dependent on biblatex (at least version 0.9b)
and cannot be used without it. Eine kleine Sammlung von Stilen
fur das Paket biblatex. Es ist auf geisteswissenschaftliche
Zitierweise zugeschnitten und bietet einige Funktionen, die von
den Standard-Stilen von biblatex nicht direkt bereitgestellt
werden. Biblatex-dw baut vollstandig auf biblatex auf und kann
nicht ohne biblatex (mindestens in der Version 0.9b) verwendet
werden.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx
%{_texmfdistdir}/tex/latex/biblatex-dw/bbx/footnote-dw.bbx
%{_texmfdistdir}/tex/latex/biblatex-dw/bbx/standard-dw.bbx
%{_texmfdistdir}/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx
%{_texmfdistdir}/tex/latex/biblatex-dw/cbx/footnote-dw.cbx
%{_texmfdistdir}/tex/latex/biblatex-dw/cbx/standard-dw.cbx
%{_texmfdistdir}/tex/latex/biblatex-dw/lbx/english-dw.lbx
%{_texmfdistdir}/tex/latex/biblatex-dw/lbx/german-dw.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/CHANGES
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/LIESMICH
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/README
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw-preamble.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw-print.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw-screen.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/biblatex-dw.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/de-biblatex-dw.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/de-biblatex-dw.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-examples-dw.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/de-footnote-dw.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/en-footnote-dw.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-dw/examples/examples-dw.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-2
+ Revision: cd0a5b9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19408 |14mr|texlive-biblatex-fiwi-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27096
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-fiwi
# catalog-date 2012-07-18 16:11:54 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-biblatex-fiwi
Version:	1.2
Release:	2
Summary:	Biblatex styles for use in German humanities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-fiwi
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-fiwi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-fiwi.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a collection of styles for biblatex
(version 1.7 is required, currently). It was designed for
citations in German Humanities, especially film studies, and
offers some features that are not provided by the standard
biblatex styles. The style is highly optimized for documents
written in German, and the main documentation is only available
in German.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi-yearbeginning.bbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi.bbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi.cbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi.dbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi2.bbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi2.cbx
%{_texmfdistdir}/tex/latex/biblatex-fiwi/fiwi2.dbx
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/README
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/biblatex-fiwi.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/biblatex-fiwi.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi-options.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi2-options
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi2-options.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi2.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/example-biblatex-fiwi2.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-fiwi/examples.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-2
+ Revision: 9dd5e6d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19409 |14mr|texlive-biblatex-gost-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32980
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-gost
# catalog-date 2014-02-16 17:29:08 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-biblatex-gost
Version:	1.0.0
Release:	2
Summary:	Biblatex support for GOST standard bibliographies
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-gost
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-gost.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-gost.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides biblatex support for Russian bibliography
style GOST 7.0.5-2008.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-gost/biblatex-gost.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/biblatex-gost.def
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-alphabetic.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-authoryear.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-footnote.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-inline.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric-min.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric-min.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric-min.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric.cbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-numeric.dbx
%{_texmfdistdir}/tex/latex/biblatex-gost/gost-standard.bbx
%{_texmfdistdir}/tex/latex/biblatex-gost/russian-gost.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex-gost/README
%doc %{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost-examples.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost-examples.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost-examples.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-gost/biblatex-gost.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-gost/ltxdockit.cfg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-2
+ Revision: 43ea562
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19410 |14mr|texlive-biblatex-historian-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19787
# category Package
# catalog-ctan /macros/latex/exptl/biblatex-contrib/biblatex-historian
# catalog-date 2010-08-23 11:17:08 +0200
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-biblatex-historian
Version:	0.4
Release:	3
Summary:	A Biblatex style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/biblatex-historian
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-historian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-historian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A biblatex style, based on the Turabian Manual (a version of
Chicago).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-historian/historian.bbx
%{_texmfdistdir}/tex/latex/biblatex-historian/historian.cbx
%{_texmfdistdir}/tex/latex/biblatex-historian/historian.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex-historian/README.txt
%doc %{_texmfdistdir}/doc/latex/biblatex-historian/historian.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-historian/historian.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-3
+ Revision: fc6ab19
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19411 |14mr|texlive-biblatex-ieee-1.1b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27183
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-ieee
# catalog-date 2012-07-21 20:46:34 +0200
# catalog-license lppl1.3
# catalog-version 1.1b
Name:		texlive-biblatex-ieee
Version:	1.1b
Release:	2
Summary:	Ieee style files for biblatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-ieee
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-ieee.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-ieee.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a biblatex style that implements the bibliography style
of the IEEE for biblatex. The implementation follows standard
biblatex conventions, and can be used simply by loading
biblatex with the appropriate option:
\usepackage[style=ieee]{biblatex} A demonstration database is
provided to show how to format input for the style.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-ieee/ieee-alphabetic.bbx
%{_texmfdistdir}/tex/latex/biblatex-ieee/ieee-alphabetic.cbx
%{_texmfdistdir}/tex/latex/biblatex-ieee/ieee.bbx
%{_texmfdistdir}/tex/latex/biblatex-ieee/ieee.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-ieee/README
%doc %{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee-alphabetic.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee-alphabetic.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-ieee/biblatex-ieee.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1b-2
+ Revision: 37f1812
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19412 |14mr|texlive-biblatex-juradiss-0.1f-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27195
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-juradiss
# catalog-date 2012-07-18 10:04:49 +0200
# catalog-license lppl
# catalog-version 0.1f
Name:		texlive-biblatex-juradiss
Version:	0.1f
Release:	2
Summary:	Biblatex stylefiles for German law thesis
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-juradiss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-juradiss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-juradiss.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a style for use in typesetting a German
law thesis with LaTeX. The style (using biblatex) is based on
biblatex-dw.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-juradiss/biblatex-juradiss.bbx
%{_texmfdistdir}/tex/latex/biblatex-juradiss/biblatex-juradiss.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-juradiss/README
%doc %{_texmfdistdir}/doc/latex/biblatex-juradiss/biber.conf
%doc %{_texmfdistdir}/doc/latex/biblatex-juradiss/biblatex-juradiss.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-juradiss/biblatex-juradiss.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1f-2
+ Revision: 851ee6d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19413 |14mr|texlive-biblatex-luh-ipw-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25093
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-luh-ipw
# catalog-date 2012-01-10 17:14:00 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-biblatex-luh-ipw
Version:	0.2
Release:	3
Summary:	Biblatex styles for social sciences
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-luh-ipw
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-luh-ipw.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-luh-ipw.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle is a small collection of styles for biblatex. It was
designed for citations in the Humanities, following the
guidelines of style of the institutes for the social sciences
of the Leibniz University Hannover/LUH (especially the
Institute of Political Science). The bundle depends on biblatex
(version 1.1 at least) and cannot be used without it.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/bbx/authoryear-luh-ipw.bbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/bbx/standard-luh-ipw.bbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/bbx/verbose-inote-luh-ipw.bbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/cbx/authoryear-luh-ipw.cbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/cbx/standard-luh-ipw.cbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/cbx/verbose-inote-luh-ipw.cbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx
%{_texmfdistdir}/tex/latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex-luh-ipw/README
%doc %{_texmfdistdir}/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-preamble.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-print.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-screen.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-luh-ipw/de-biblatex-luh-ipw.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-luh-ipw/de-biblatex-luh-ipw.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 1f09f45
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19414 |14mr|texlive-biblatex-manuscripts-philology-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33195
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-manuscripts-philology
# catalog-date 2014-03-15 23:38:06 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-biblatex-manuscripts-philology
Version:	1.1.0
Release:	2
Summary:	Manage classical manuscripts with biblatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-manuscripts-philology
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-manuscripts-philology.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-manuscripts-philology.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package adds a new entry type: @manuscript to manage
manuscript in classical philology, for example to prepare a
critical edition.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-manuscripts-philology/english-manuscripts.lbx
%{_texmfdistdir}/tex/latex/biblatex-manuscripts-philology/french-manuscripts.lbx
%{_texmfdistdir}/tex/latex/biblatex-manuscripts-philology/manuscripts.bbx
%{_texmfdistdir}/tex/latex/biblatex-manuscripts-philology/manuscripts.dbx
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/README
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/documentation/example.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/documentation/example.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/documentation/example.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/documentation/makefile
%doc %{_texmfdistdir}/doc/latex/biblatex-manuscripts-philology/makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-2
+ Revision: 320bd04
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19415 |14mr|texlive-biblatex-mla-0.95-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20910
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-mla
# catalog-date 2011-01-02 13:07:58 +0100
# catalog-license lppl
# catalog-version 0.95
Name:		texlive-biblatex-mla
Version:	0.95
Release:	3
Summary:	MLA style files for biblatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-mla
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-mla.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-mla.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides biblatex support for citations in the
format specified by the MLA handbook.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-mla/american-mla.lbx
%{_texmfdistdir}/tex/latex/biblatex-mla/english-mla.lbx
%{_texmfdistdir}/tex/latex/biblatex-mla/italian-mla.lbx
%{_texmfdistdir}/tex/latex/biblatex-mla/mla.bbx
%{_texmfdistdir}/tex/latex/biblatex-mla/mla.cbx
%{_texmfdistdir}/tex/latex/biblatex-mla/portuguese-mla.lbx
%{_texmfdistdir}/tex/latex/biblatex-mla/spanish-mla.lbx
%doc %{_texmfdistdir}/doc/latex/biblatex-mla/CHANGES
%doc %{_texmfdistdir}/doc/latex/biblatex-mla/README
%doc %{_texmfdistdir}/doc/latex/biblatex-mla/doc/biblatex-mla-old.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-mla/doc/biblatex-mla.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-mla/doc/biblatex-mla.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.95-3
+ Revision: 7becab2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19416 |14mr|texlive-biblatex-musuos-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24097
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-musuos
# catalog-date 2011-09-23 15:58:32 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-biblatex-musuos
Version:	1.0
Release:	3
Summary:	A biblatex style for citations in musuos.cls
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-musuos
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-musuos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-musuos.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The style is designed for use with the musuos class, but it
should be usable with other classes, too.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-musuos/german-musuos.lbx
%{_texmfdistdir}/tex/latex/biblatex-musuos/musuos.bbx
%{_texmfdistdir}/tex/latex/biblatex-musuos/musuos.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-musuos/README
%doc %{_texmfdistdir}/doc/latex/biblatex-musuos/biblatex-musuos.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-musuos/biblatex-musuos.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-musuos/musuos-bsp.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: a751c80
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19417 |14mr|texlive-biblatex-nature-1.2b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27234
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-nature
# catalog-date 2012-06-08 18:13:51 +0200
# catalog-license lppl
# catalog-version 1.2b
Name:		texlive-biblatex-nature
Version:	1.2b
Release:	2
Summary:	Biblatex support for Nature
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-nature
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nature.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nature.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle offers styles that allow authors to use biblatex
when preparing papers for submission to the journal Nature.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-nature/nature.bbx
%{_texmfdistdir}/tex/latex/biblatex-nature/nature.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-nature/README
%doc %{_texmfdistdir}/doc/latex/biblatex-nature/biblatex-nature.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-nature/biblatex-nature.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-nature/biblatex-nature.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2b-2
+ Revision: ffcfe54
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19418 |14mr|texlive-biblatex-nejm-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24011
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-nejm
# catalog-date 2011-09-09 20:27:18 +0200
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-biblatex-nejm
Version:	0.4
Release:	3
Summary:	Biblatex style for the New England Journal of Medicine (NEJM)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-nejm
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nejm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nejm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a biblatex numeric style based on the design of the New
England Journal of Medicine (NEJM).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-nejm/nejm.bbx
%{_texmfdistdir}/tex/latex/biblatex-nejm/nejm.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-nejm/README
%doc %{_texmfdistdir}/doc/latex/biblatex-nejm/biblatex-nejm.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-nejm/biblatex-nejm.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-3
+ Revision: 5d7d560
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19419 |14mr|texlive-biblatex-philosophy-0.8b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26219
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-philosophy
# catalog-date 2012-05-05 15:20:56 +0200
# catalog-license lppl1.3
# catalog-version 0.8b
Name:		texlive-biblatex-philosophy
Version:	0.8b
Release:	2
Summary:	Styles for using biblatex for work in philosophy
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-philosophy
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-philosophy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-philosophy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The packages offers two styles philosophy-classic and
philosophy-modern, that facilitate the production of produce
two different kinds of bibliography, based on the authoryear
style, with options and features to manage the information
about the translation of foreign texts or their reprints.
Though the package's default settings are based on the
conventions used in Italian publications, these styles can be
used with every language recognized by babel, possibly with
some simple redefinitions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-philosophy/english-philosophy.lbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/italian-philosophy.lbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-classic.bbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-classic.cbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-modern.bbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-modern.cbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-standard.bbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-verbose.bbx
%{_texmfdistdir}/tex/latex/biblatex-philosophy/philosophy-verbose.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-philosophy/README
%doc %{_texmfdistdir}/doc/latex/biblatex-philosophy/Test-philosophy-classic.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-philosophy/Test-philosophy-modern.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-philosophy/Test-philosophy-verbose.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-philosophy/biblatex-philosophy.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-philosophy/biblatex-philosophy.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8b-2
+ Revision: 2b74a42
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19420 |14mr|texlive-biblatex-phys-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27176
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-phys
# catalog-date 2012-07-24 16:42:22 +0200
# catalog-license lppl1.3
# catalog-version 0.9
Name:		texlive-biblatex-phys
Version:	0.9
Release:	2
Summary:	A biblatex implementation of the AIP and APS bibliography style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-phys
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-phys.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-phys.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The biblatex-phys package provides an implementation of the
bibliography styles of both the AIP and the APS for biblatex.
This implementation follows standard biblatex conventions, and
can be used simply by loading biblatex with the appropriate
option: \usepackage[style=phys]{biblatex} A demonstration
database is provided to show how to format input for the style.
Style options are provided to cover the minor formatting
variations between the AIP and APS bibliography styles.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-phys/phys.bbx
%{_texmfdistdir}/tex/latex/biblatex-phys/phys.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-phys/README
%doc %{_texmfdistdir}/doc/latex/biblatex-phys/biblatex-phys.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-phys/biblatex-phys.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-phys/biblatex-phys.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-2
+ Revision: dceb7d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19421 |14mr|texlive-biblatex-publist-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33176
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-publist
# catalog-date 2014-03-14 11:11:58 +0100
# catalog-license lppl1.3
# catalog-version 0.9
Name:		texlive-biblatex-publist
Version:	0.9
Release:	2
Summary:	BibLaTeX bibliography support for publication lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-publist
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-publist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-publist.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a BibLaTeX bibliography style file (*.bbx)
for publication lists. The style file draws on BibLaTeX's
authoryear style, but provides some extra features often
desired for publication lists, such as the omission of the
author's own name from author or editor data.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-publist/publist.bbx
%doc %{_texmfdistdir}/doc/latex/biblatex-publist/README
%doc %{_texmfdistdir}/doc/latex/biblatex-publist/biblatex-publist.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-publist/biblatex-publist.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-2
+ Revision: dd173f8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19422 |14mr|texlive-biblatex-science-1.1b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27235
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-science
# catalog-date 2012-06-08 18:13:51 +0200
# catalog-license lppl
# catalog-version 1.1b
Name:		texlive-biblatex-science
Version:	1.1b
Release:	2
Summary:	Biblatex support for Science
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-science
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-science.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-science.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle offers styles that allow authors to use biblatex
when preparing papers for submission to the journal Science.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-science/science.bbx
%{_texmfdistdir}/tex/latex/biblatex-science/science.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-science/README
%doc %{_texmfdistdir}/doc/latex/biblatex-science/biblatex-science.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-science/biblatex-science.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-science/biblatex-science.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1b-2
+ Revision: abe7c83
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19423 |14mr|texlive-biblatex-source-division-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32718
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-source-division
# catalog-date 2014-01-19 18:52:02 +0100
# catalog-license lppl1.3
# catalog-version 1.1.0
Name:		texlive-biblatex-source-division
Version:	1.1.0
Release:	2
Summary:	References by "division" in classical sources
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-source-division
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-source-division.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-source-division.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to make reference to "division
marks" (such as book, chapter, section), in the document being
referenced, in addition to the page-based references that
BibTeX-based citations have always had. The citation is made in
the same way as the LaTeX standard, but what's inside the
square brackets may include the "division" specification, as in
\cite[<division spec.>]{<document>}.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-source-division/biblatex-source-division.sty
%doc %{_texmfdistdir}/doc/latex/biblatex-source-division/README
%doc %{_texmfdistdir}/doc/latex/biblatex-source-division/biblatex-source-division.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-source-division/biblatex-source-division.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-source-division/biblatex-source-division.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-source-division/latexmkrc
%doc %{_texmfdistdir}/doc/latex/biblatex-source-division/makefile
%doc %{_texmfdistdir}/doc/latex/biblatex-source-division/tabular.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-2
+ Revision: 089ac15
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19424 |14mr|texlive-biblatex-swiss-legal-1.0alpha-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26210
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-swiss-legal
# catalog-date 2012-04-28 17:44:11 +0200
# catalog-license nosource
# catalog-version 1.0 alpha
Name:		texlive-biblatex-swiss-legal
Version:	1.0alpha
Release:	3
Summary:	Bibliography and citation styles following Swiss legal practice
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-swiss-legal
License:	NOSOURCE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-swiss-legal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-swiss-legal.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides biblatex bibliography and citation styles
for documents written in accordance with Swiss legal citation
standards. Currently, the package is only usable for French
documents; translations to German and Italian are under
development for future versions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-fr.lbx
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-general.bbx
%{_texmfdistdir}/tex/latex/biblatex-swiss-legal/biblatex-swiss-legal-general.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-swiss-legal/README
%doc %{_texmfdistdir}/doc/latex/biblatex-swiss-legal/biblatex-swiss-legal.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-swiss-legal/doc_source/biblatex-swiss-legal.tex
%doc %{_texmfdistdir}/doc/latex/biblatex-swiss-legal/doc_source/biblioinstructions.bib
%doc %{_texmfdistdir}/doc/latex/biblatex-swiss-legal/doc_source/listerevuesCH.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0alpha-3
+ Revision: 4ffd8dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19425 |14mr|texlive-biblatex-trad-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27852
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/biblatex-trad
# catalog-date 2012-09-29 14:32:13 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-biblatex-trad
Version:	0.2
Release:	7
Summary:	"Traditional" BibTeX styles with BibLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/biblatex-trad
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-trad.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-trad.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides implementations of the "traditional" BibTeX
styles (plain, abbrev, unsrt and alpha) with BibLaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-abbrv.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-alpha.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-plain.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-standard.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/bbx/trad-unsrt.bbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-abbrv.cbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-alpha.cbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-plain.cbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-standard.cbx
%{_texmfdistdir}/tex/latex/biblatex-trad/cbx/trad-unsrt.cbx
%doc %{_texmfdistdir}/doc/latex/biblatex-trad/README.txt
%doc %{_texmfdistdir}/doc/latex/biblatex-trad/biblatex-trad.pdf
%doc %{_texmfdistdir}/doc/latex/biblatex-trad/biblatex-trad.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-7
+ Revision: cc48f8f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19426 |14mr|texlive-bibleref-1.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21145
# category Package
# catalog-ctan /macros/latex/contrib/bibleref
# catalog-date 2011-01-19 23:57:38 +0100
# catalog-license lppl1.3
# catalog-version 1.14
Name:		texlive-bibleref
Version:	1.14
Release:	3
Summary:	Format bible citations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibleref
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bibleref package offers consistent formatting of references
to parts of the Christian bible, in a number of well-defined
formats.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibleref/bibleref.sty
%doc %{_texmfdistdir}/doc/latex/bibleref/CHANGES
%doc %{_texmfdistdir}/doc/latex/bibleref/README
%doc %{_texmfdistdir}/doc/latex/bibleref/bibleref-manual.css
%doc %{_texmfdistdir}/doc/latex/bibleref/bibleref-manual.html
%doc %{_texmfdistdir}/doc/latex/bibleref/bibleref-manual.tex
%doc %{_texmfdistdir}/doc/latex/bibleref/bibleref.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample-categories.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample-categories.tex
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample-multind.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample-multind.tex
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample-xidx.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample-xidx.tex
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample.ist
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/bibleref/bibleref.dtx
%doc %{_texmfdistdir}/source/latex/bibleref/bibleref.ins
%doc %{_texmfdistdir}/source/latex/bibleref/bibleref.perl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.14-3
+ Revision: 0f811a5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19427 |14mr|texlive-bibleref-french-2.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27098
# category Package
# catalog-ctan /macros/latex/contrib/bibleref-french
# catalog-date 2012-07-14 16:43:20 +0200
# catalog-license lppl1.3
# catalog-version 2.3.1
Name:		texlive-bibleref-french
Version:	2.3.1
Release:	2
Summary:	French translations for bibleref
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibleref-french
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-french.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-french.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-french.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides translations and alternative typesetting
conventions for use of bibleref in French.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibleref-french/bibleref-french.sty
%doc %{_texmfdistdir}/doc/latex/bibleref-french/Lacroux-Bible.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref-french/bibleref-french-francais.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref-french/bibleref-french-francais.tex
%doc %{_texmfdistdir}/doc/latex/bibleref-french/bibleref-french.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref-french/inclus/bible.bib
%doc %{_texmfdistdir}/doc/latex/bibleref-french/inclus/livres.tex
%doc %{_texmfdistdir}/doc/latex/bibleref-french/inclus/styles.tex
%doc %{_texmfdistdir}/doc/latex/bibleref-french/makefile
%doc %{_texmfdistdir}/doc/latex/bibleref-french/test.tex
#- source
%doc %{_texmfdistdir}/source/latex/bibleref-french/bibleref-french.dtx
%doc %{_texmfdistdir}/source/latex/bibleref-french/bibleref-french.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.1-2
+ Revision: 31723f4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19428 |14mr|texlive-bibleref-german-1.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21923
# category Package
# catalog-ctan /macros/latex/contrib/bibleref-german
# catalog-date 2011-04-02 19:46:11 +0200
# catalog-license lppl1.3
# catalog-version 1.0a
Name:		texlive-bibleref-german
Version:	1.0a
Release:	3
Summary:	German adaptation of bibleref
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibleref-german
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-german.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-german.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides translations and various formats for the
use of bibleref in German documents. The German naming of the
bible books complies with the 'Loccumer Richtlinien' (Locum
guidelines). In addition, the Vulgate (Latin bible) is
supported.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibleref-german/bibleref-german.sty
%doc %{_texmfdistdir}/doc/latex/bibleref-german/CHANGES
%doc %{_texmfdistdir}/doc/latex/bibleref-german/LIESMICH
%doc %{_texmfdistdir}/doc/latex/bibleref-german/README
%doc %{_texmfdistdir}/doc/latex/bibleref-german/bibleref-german-preamble.tex
%doc %{_texmfdistdir}/doc/latex/bibleref-german/bibleref-german-print.tex
%doc %{_texmfdistdir}/doc/latex/bibleref-german/bibleref-german-screen.tex
%doc %{_texmfdistdir}/doc/latex/bibleref-german/de-bibleref-german.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref-german/de-bibleref-german.tex
%doc %{_texmfdistdir}/doc/latex/bibleref-german/en-bibleref-german.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref-german/en-bibleref-german.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-3
+ Revision: 0b0b696
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19429 |14mr|texlive-bibleref-lds-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25526
# category Package
# catalog-ctan /macros/latex/contrib/bibleref-lds
# catalog-date 2012-02-27 12:45:12 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-bibleref-lds
Version:	1.0
Release:	3
Summary:	Bible references, including Church of Jesus Christ of Latter Day Saints
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibleref-lds
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-lds.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-lds.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-lds.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the bibleref-mouth package to support
references to the scriptures of The Church of Jesus Christ of
Latter-day Saints (LDS). The package requires bibleref-mouth to
run, and its reference syntax is the same as that of the parent
package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibleref-lds/bibleref-lds.sty
%doc %{_texmfdistdir}/doc/latex/bibleref-lds/README
%doc %{_texmfdistdir}/doc/latex/bibleref-lds/bibleref-lds.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bibleref-lds/bibleref-lds.dtx
%doc %{_texmfdistdir}/source/latex/bibleref-lds/bibleref-lds.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 7d9e5f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19430 |14mr|texlive-bibleref-mouth-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25527
# category Package
# catalog-ctan /macros/latex/contrib/bibleref-mouth
# catalog-date 2012-02-27 12:45:12 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-bibleref-mouth
Version:	1.0
Release:	3
Summary:	Consistent formatting of Bible references
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibleref-mouth
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-mouth.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-mouth.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-mouth.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows Bible references to be formatted in a
consistent way. It is similar to the bibleref package, except
that the formatting macros are all purely expandable -- that
is, they are all implemented in TeX's mouth. This means that
they can be used in any expandable context, such as an argument
to a \url command.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibleref-mouth/bibleref-mouth.sty
%doc %{_texmfdistdir}/doc/latex/bibleref-mouth/README
%doc %{_texmfdistdir}/doc/latex/bibleref-mouth/bibleref-mouth.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bibleref-mouth/bibleref-mouth.dtx
%doc %{_texmfdistdir}/source/latex/bibleref-mouth/bibleref-mouth.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 9af7e4e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19431 |14mr|texlive-bibleref-parse-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22054
# category Package
# catalog-ctan /macros/latex/contrib/bibleref-parse
# catalog-date 2011-04-11 08:43:57 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-bibleref-parse
Version:	1.1
Release:	3
Summary:	Specify Bible passages in human-readable format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibleref-parse
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-parse.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-parse.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package parses Bible passages that are given in human
readable format. It accepts a wide variety of formats. This
allows for a simpler and more convenient interface to the
functionality of the bibleref package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibleref-parse/bibleref-parse.sty
%doc %{_texmfdistdir}/doc/latex/bibleref-parse/README
%doc %{_texmfdistdir}/doc/latex/bibleref-parse/bibleref-parse.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref-parse/bibleref-parse.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 3501bbd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19432 |14mr|texlive-biblist-20100221-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17116
# category Package
# catalog-ctan /macros/latex209/contrib/biblist
# catalog-date 2010-02-21 11:42:27 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-biblist
Version:	20100221
Release:	3
Summary:	Print a BibTeX database
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex209/contrib/biblist
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biblist.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means of listing an entire BibTeX
database, avoiding the potentially large (macro) impact
associated with \nocite{*}.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biblist/biblist.sty
%doc %{_texmfdistdir}/doc/latex/biblist/README
%doc %{_texmfdistdir}/doc/latex/biblist/biblist.bst-dist
%doc %{_texmfdistdir}/doc/latex/biblist/biblist.gde
%doc %{_texmfdistdir}/doc/latex/biblist/biblist.pdf
%doc %{_texmfdistdir}/doc/latex/biblist/biblist.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100221-3
+ Revision: a4d3675
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19433 |14mr|texlive-bibtex-0.99d-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category Package
# catalog-ctan /biblio/bibtex/base
# catalog-date 2011-12-28 13:17:09 +0100
# catalog-license knuth
# catalog-version 0.99d
Name:		texlive-bibtex
Version:	0.99d
Release:	9
Summary:	Process bibliographies for LaTeX, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/base
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-bibtex.bin

%description
BibTeX allows the user to store his citation data in generic
form, while printing citations in a document in the form
specified by a BibTeX style, to be specified in the document
itself (one often needs a LaTeX citation-style package, such as
natbib as well). BibTeX itself is an ASCII-only program; there
is, however, a version that copes with 8-bit character sets.
However, BibTeX's facilities rapidly run out as one moves away
from simple ASCII (for example, in the various national sorting
rules for languages expressed in different parts of ISO-8859 --
the "ISO Latin" series). For more flexibility, the user is
urged to consider using biber with biblatex to typeset its
output. In particular, it is best to avoid BibTeX in favour of
biblatex, if at all possible.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/base/xampl.bib
%{_texmfdistdir}/bibtex/bst/base/abbrv.bst
%{_texmfdistdir}/bibtex/bst/base/acm.bst
%{_texmfdistdir}/bibtex/bst/base/alpha.bst
%{_texmfdistdir}/bibtex/bst/base/apalike.bst
%{_texmfdistdir}/bibtex/bst/base/ieeetr.bst
%{_texmfdistdir}/bibtex/bst/base/plain.bst
%{_texmfdistdir}/bibtex/bst/base/siam.bst
%{_texmfdistdir}/bibtex/bst/base/unsrt.bst
%doc %{_texmfdistdir}/doc/bibtex/base/README
%doc %{_texmfdistdir}/doc/bibtex/base/btxbst.doc
%doc %{_texmfdistdir}/doc/bibtex/base/btxdoc.bib
%doc %{_texmfdistdir}/doc/bibtex/base/btxdoc.pdf
%doc %{_texmfdistdir}/doc/bibtex/base/btxdoc.tex
%doc %{_texmfdistdir}/doc/bibtex/base/btxhak.pdf
%doc %{_texmfdistdir}/doc/bibtex/base/btxhak.tex
%doc %{_mandir}/man1/bibtex.1*
%doc %{_texmfdistdir}/doc/man/man1/bibtex.man1.pdf
%doc %{_texmfdistdir}/tex/generic/bibtex/apalike.sty
%doc %{_texmfdistdir}/tex/generic/bibtex/apalike.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.99d-9
+ Revision: 2fb74cb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19434 |14mr|texlive-bibtex8-3.71-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category TLCore
# catalog-ctan /biblio/bibtex/8-bit
# catalog-date 2012-04-27 15:08:24 +0200
# catalog-license gpl
# catalog-version 3.71
Name:		texlive-bibtex8
Version:	3.71
Release:	8
Summary:	A fully 8-bit adaptation of BibTeX 0.99
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/8-bit
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtex8.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtex8.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-bibtex8.bin

%description
An enhanced, portable C version of BibTeX. Enhanced by
conversion to "big" (32-bit) capacity, addition of run-time
selectable capacity and 8-bit support extensions. National
character set and sorting order are controlled by an external
configuration file. Various examples are included.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/csf/base/88591lat.csf
%{_texmfdistdir}/bibtex/csf/base/88591sca.csf
%{_texmfdistdir}/bibtex/csf/base/README.TEXLIVE
%{_texmfdistdir}/bibtex/csf/base/ascii.csf
%{_texmfdistdir}/bibtex/csf/base/cp437lat.csf
%{_texmfdistdir}/bibtex/csf/base/cp850lat.csf
%{_texmfdistdir}/bibtex/csf/base/cp850sca.csf
%{_texmfdistdir}/bibtex/csf/base/cp866rus.csf
%{_texmfdistdir}/bibtex/csf/base/csfile.txt
%{_texmfdistdir}/bibtex/csf/polish-csf/88592pl.csf
%{_texmfdistdir}/bibtex/csf/polish-csf/cp1250pl.csf
%{_texmfdistdir}/bibtex/csf/polish-csf/cp852pl.csf
%{_texmfdistdir}/bibtex/csf/polish-csf/iso8859-7.csf
%doc %{_texmfdistdir}/doc/bibtex8/00readme.txt
%doc %{_texmfdistdir}/doc/bibtex8/HISTORY
%doc %{_texmfdistdir}/doc/bibtex8/csfile.txt
%doc %{_texmfdistdir}/doc/bibtex8/file_id.diz

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.71-8
+ Revision: 3ac3561
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19435 |14mr|texlive-bibtexu-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29743
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-bibtexu
Version:	20131013
Release:	7
Summary:	TeXLive bibtexu package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtexu.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtexu.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-bibtexu.bin

%description
TeXLive bibtexu package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/bibtexu/00readme.txt
%doc %{_texmfdistdir}/doc/bibtexu/HISTORY
%doc %{_texmfdistdir}/doc/bibtexu/csfile.txt
%doc %{_texmfdistdir}/doc/bibtexu/file_id.diz

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-7
+ Revision: ef90053
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19436 |14mr|texlive-bibtopic-1.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bibtopic
# catalog-date 2006-10-17 00:49:54 +0200
# catalog-license gpl
# catalog-version 1.1a
Name:		texlive-bibtopic
Version:	1.1a
Release:	3
Summary:	Include multiple bibliographies in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibtopic
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to include several bibliographies
covering different 'topics' or bibliographic material into a
document (e.g., one bibliography for primary literature and one
for secondary literature). The package provides commands to
include either all references from a .bib file, only the
references actually cited or those not cited in your document.
The user has to construct a separate .bib file for each
bibliographic 'topic', each of which will be processed
separately by BibTeX. If you want to have bibliographies
specific to one part of a document, see the packages bibunits
or chapterbib.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibtopic/bibtopic.sty
%doc %{_texmfdistdir}/doc/latex/bibtopic/README
%doc %{_texmfdistdir}/doc/latex/bibtopic/articles.bib
%doc %{_texmfdistdir}/doc/latex/bibtopic/bibtopic.pdf
%doc %{_texmfdistdir}/doc/latex/bibtopic/books.bib
%doc %{_texmfdistdir}/doc/latex/bibtopic/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/bibtopic/bibtopic.dtx
%doc %{_texmfdistdir}/source/latex/bibtopic/bibtopic.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1a-3
+ Revision: fcfb7ee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19437 |14mr|texlive-bibtopicprefix-1.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bibtopicprefix
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license lppl
# catalog-version 1.10
Name:		texlive-bibtopicprefix
Version:	1.10
Release:	3
Summary:	Prefix references to bibliographies produced by bibtopic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibtopicprefix
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopicprefix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopicprefix.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopicprefix.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package permits users to apply prefixes (fixed strings) to
references to entries in bibliographies produced by the
bibtopic package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibtopicprefix/bibtopicprefix.sty
%doc %{_texmfdistdir}/doc/latex/bibtopicprefix/README
%doc %{_texmfdistdir}/doc/latex/bibtopicprefix/bibtopicprefix.pdf
%doc %{_texmfdistdir}/doc/latex/bibtopicprefix/bibtopicprefix.xml
#- source
%doc %{_texmfdistdir}/source/latex/bibtopicprefix/bibtopicprefix.drv
%doc %{_texmfdistdir}/source/latex/bibtopicprefix/bibtopicprefix.dtx
%doc %{_texmfdistdir}/source/latex/bibtopicprefix/bibtopicprefix.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10-3
+ Revision: 97b2505
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19438 |14mr|texlive-bibunits-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bibunits
# catalog-date 2009-09-27 09:44:19 +0200
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-bibunits
Version:	2.2
Release:	3
Summary:	Multiple bibliographies in one document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibunits
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibunits.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibunits.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibunits.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provide a mechanism to generate separate
bibliographies for different units (chapters, sections or
bibunit-environments) of a text. The package separates the
citations of each unit of text into a separate file to be
processed by BibTeX. The global bibliography section produced
by LaTeX may also appear in the document and citations can be
placed in both the local unit and the global bibliographies at
the same time. The package is compatible with koma-script and
with the babel French option frenchb.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibunits/bibunits.sty
%doc %{_texmfdistdir}/doc/latex/bibunits/README
%doc %{_texmfdistdir}/doc/latex/bibunits/bibtexall
%doc %{_texmfdistdir}/doc/latex/bibunits/bibunits.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bibunits/bibunits.dtx
%doc %{_texmfdistdir}/source/latex/bibunits/bibunits.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-3
+ Revision: 5efbed1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19439 |14mr|texlive-bidi-14.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32896
# category Package
# catalog-ctan /macros/xetex/latex/bidi
# catalog-date 2014-02-04 10:54:49 +0100
# catalog-license lppl1.3
# catalog-version 14.6
Name:		texlive-bidi
Version:	14.6
Release:	2
Summary:	Bidirectional typesetting in plain TeX and LaTeX, using XeTeX engine
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/bidi
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bidi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bidi.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bidi.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A convenient interface for typesetting bidirectional texts with
plain TeX and LaTeX. The package includes adaptations for use
with many other commonly-used packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/bidi/amsart-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/amsbook-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/amsmath-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/amstext-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/amsthm-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/array-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/article-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/artikel1-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/artikel2-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/artikel3-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/arydshln-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/bibitem.pdf
%{_texmfdistdir}/tex/xelatex/bidi/bidi-longtable.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidi.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidi.tex
%{_texmfdistdir}/tex/xelatex/bidi/bidi2in1.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidicode.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidiftnxtra.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidimoderncv.cls
%{_texmfdistdir}/tex/xelatex/bidi/bidipoem.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidipresentation.cls
%{_texmfdistdir}/tex/xelatex/bidi/biditools.sty
%{_texmfdistdir}/tex/xelatex/bidi/biditufte-book.cls
%{_texmfdistdir}/tex/xelatex/bidi/biditufte-handout.cls
%{_texmfdistdir}/tex/xelatex/bidi/bidituftefloat.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidituftegeneralstructure.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidituftehyperref.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidituftesidenote.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidituftetitle.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidituftetoc.sty
%{_texmfdistdir}/tex/xelatex/bidi/boek-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/boek3-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/book-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/bookest-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/breqn-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/cals-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/caption-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/caption3-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/color-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/colortbl-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/combine-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/crop-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/cuted-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/cutwin-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/cvthemebidicasual.sty
%{_texmfdistdir}/tex/xelatex/bidi/cvthemebidiclassic.sty
%{_texmfdistdir}/tex/xelatex/bidi/dblfnote-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/draftwatermark-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/empheq-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/eso-pic-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/extarticle-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/extbook-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/extletter-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/extrafootnotefeatures-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/extreport-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/fancybox-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/fancyhdr-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/fix2col-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/fleqn-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/float-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/floatrow-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/flowfram-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/footnote-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/framed-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/ftnright-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/geometry-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/graphicx-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/hvfloat-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/hyperref-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/latex-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/leqno-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/letter-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/lettrine-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/listings-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/loadingorder-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/longtable-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/mdframed-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/memoir-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/midfloat-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/minitoc-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/multicol-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/multienum-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/natbib-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/newfloat-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/ntheorem-hyper-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/ntheorem-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/pdfpages-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/pgf-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/picinpar-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/plain-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/pstricks-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/quotchap-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/ragged2e-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/rapport1-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/rapport3-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/refrep-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/report-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/rotating-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/scrartcl-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/scrbook-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/scrlettr-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/scrreprt-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/sidecap-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/stabular-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/subfigure-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/tabls-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/tabulary-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/titlesec-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/titletoc-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/tocbibind-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/tocloft-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/tocstyle-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/wrapfig-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/xcolor-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/xltxtra-xetex-bidi.def
%doc %{_texmfdistdir}/doc/xelatex/bidi/README
%doc %{_texmfdistdir}/doc/xelatex/bidi/bidi-logo.pdf
%doc %{_texmfdistdir}/doc/xelatex/bidi/bidi-logo.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/bidi.pdf
%doc %{_texmfdistdir}/doc/xelatex/bidi/bidisample2e.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/bidismall2e.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/gull.jpg
%doc %{_texmfdistdir}/doc/xelatex/bidi/picture.jpg
%doc %{_texmfdistdir}/doc/xelatex/bidi/presentation-sample.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-arydshln.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-bidi.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-brochure.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-casualcv.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-classiccv.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-color.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-supertabular.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-tabular.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-tabularx.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-tabulary.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test1-colortbl.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test1-wrapfig.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test2-colortbl.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test2-wrapfig.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test3-wrapfig.tex
#- source
%doc %{_texmfdistdir}/source/xelatex/bidi/bidi.dtx
%doc %{_texmfdistdir}/source/xelatex/bidi/bidi.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 14.6-2
+ Revision: 5ea45c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19440 |14mr|texlive-bigfoot-20070813-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bigfoot
# catalog-date 2007-08-13 15:44:25 +0200
# catalog-license gpl2
# catalog-version undef
Name:		texlive-bigfoot
Version:	20070813
Release:	3
Summary:	Footnotes for critical editions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bigfoot
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bigfoot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bigfoot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bigfoot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package aims to provide a 'one-stop' solution to
requirements for footnotes. It offers: - Multiple footnote
apparatus superior to that of the manyfoot; - Footnotes can be
formatted in separate paragraphs, or be run into a single
paragraph (this choice may be selected per footnote series); -
Things you might have expected (like \verb-like material in
footnotes, and colour selections over page breaks) now work.
Note that the majority of the bigfoot package's interface is
identical to that of manyfoot; users should seek information
from that package's documentation. The bigfoot bundle also
provides the perpage and suffix packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bigfoot/bigfoot.sty
%{_texmfdistdir}/tex/latex/bigfoot/perpage.sty
%{_texmfdistdir}/tex/latex/bigfoot/suffix.sty
%doc %{_texmfdistdir}/doc/latex/bigfoot/README
%doc %{_texmfdistdir}/doc/latex/bigfoot/bigfoot.pdf
%doc %{_texmfdistdir}/doc/latex/bigfoot/perpage.pdf
%doc %{_texmfdistdir}/doc/latex/bigfoot/suffix.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bigfoot/bigfoot.drv
%doc %{_texmfdistdir}/source/latex/bigfoot/bigfoot.dtx
%doc %{_texmfdistdir}/source/latex/bigfoot/bigfoot.ins
%doc %{_texmfdistdir}/source/latex/bigfoot/perpage.drv
%doc %{_texmfdistdir}/source/latex/bigfoot/perpage.dtx
%doc %{_texmfdistdir}/source/latex/bigfoot/suffix.drv
%doc %{_texmfdistdir}/source/latex/bigfoot/suffix.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070813-3
+ Revision: 57c6ede
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19441 |14mr|texlive-bigints-20100226-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17223
# category Package
# catalog-ctan /macros/latex/contrib/bigints
# catalog-date 2010-02-26 01:00:05 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-bigints
Version:	20100226
Release:	3
Summary:	Writing big integrals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bigints
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bigints.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bigints.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides facilities for drawing big integral signs
when needed. An example would be when the integrand is a
matrix.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bigints/bigints.sty
%doc %{_texmfdistdir}/doc/latex/bigints/Makefile
%doc %{_texmfdistdir}/doc/latex/bigints/README
%doc %{_texmfdistdir}/doc/latex/bigints/bigints.forlisting
%doc %{_texmfdistdir}/doc/latex/bigints/bigints.pdf
%doc %{_texmfdistdir}/doc/latex/bigints/bigints.tex
%doc %{_texmfdistdir}/doc/latex/bigints/perso.ist

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100226-3
+ Revision: 9f5e3f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19442 |14mr|texlive-binomexp-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/binomexp
# catalog-date 2007-03-05 14:17:42 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-binomexp
Version:	1.0
Release:	3
Summary:	Calculate Pascal's triangle
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/binomexp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/binomexp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/binomexp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/binomexp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package calculates and prints rows of Pascal's triangle. It
may be used: - simply to print successive rows of the triangle,
or - to print the rows inside an array or tabular.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/binomexp/binomexp.sty
%doc %{_texmfdistdir}/doc/latex/binomexp/README
%doc %{_texmfdistdir}/doc/latex/binomexp/binomexp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/binomexp/binomexp.dtx
%doc %{_texmfdistdir}/source/latex/binomexp/binomexp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: a2bd3b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19443 |14mr|texlive-biocon-20070123-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/biocon
# catalog-date 2007-01-23 22:34:44 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-biocon
Version:	20070123
Release:	3
Summary:	Typesetting biological species names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biocon
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biocon.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biocon.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The biocon--biological conventions--package aids the
typesetting of some biological conventions. At the moment, it
makes a good job of typesetting species names (and ranks below
the species level). A distinction is made between the Plant,
Fungi, Animalia and Bacteria kingdoms. There are default
settings for the way species names are typeset, but they can be
customized. Different default styles are used in different
situations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biocon/biocon-old.sty
%{_texmfdistdir}/tex/latex/biocon/biocon.sty
%doc %{_texmfdistdir}/doc/latex/biocon/COPYING
%doc %{_texmfdistdir}/doc/latex/biocon/INSTALL
%doc %{_texmfdistdir}/doc/latex/biocon/README
%doc %{_texmfdistdir}/doc/latex/biocon/biocon.nw
%doc %{_texmfdistdir}/doc/latex/biocon/literature.bib
%doc %{_texmfdistdir}/doc/latex/biocon/manual-old.pdf
%doc %{_texmfdistdir}/doc/latex/biocon/manual-old.tex
%doc %{_texmfdistdir}/doc/latex/biocon/manual.pdf
%doc %{_texmfdistdir}/doc/latex/biocon/manual.tex
%doc %{_texmfdistdir}/doc/latex/biocon/source.pdf
%doc %{_texmfdistdir}/doc/latex/biocon/source.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070123-3
+ Revision: 929fd4e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19444 |14mr|texlive-bitelist-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25779
# category Package
# catalog-ctan /macros/generic/bitelist
# catalog-date 2012-03-29 18:26:00 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-bitelist
Version:	0.1
Release:	2
Summary:	Split list, in TeX's mouth
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/bitelist
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bitelist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bitelist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bitelist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for "splitting" a token list at
the first occurrence of another (specified) token list. I.e.,
for given token lists s, t return b and the shortest a, such
that t = a s b. The package's mechanism differs from those of
packages providing similar features, in the following ways: -
the method uses TeX's mechanism of reading delimited macro
parameters; - the splitting macros work by pure expansion,
without assignments; - the operation is carried out in a single
macro call. A variant of the operation is provided, that
retains outer braces.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/bitelist/bitedemo.tex
%{_texmfdistdir}/tex/generic/bitelist/bitelist.sty
%doc %{_texmfdistdir}/doc/generic/bitelist/README
%doc %{_texmfdistdir}/doc/generic/bitelist/bitelist.pdf
#- source
%doc %{_texmfdistdir}/source/generic/bitelist/bitelist.tex
%doc %{_texmfdistdir}/source/generic/bitelist/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: 5bd7d75
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19445 |14mr|texlive-bizcard-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bizcard
# catalog-date 2009-04-30 00:32:08 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-bizcard
Version:	1.1
Release:	3
Summary:	Typeset business cards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bizcard
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bizcard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bizcard.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bizcard.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is an adaption for current LaTeX of a LaTeX 2.09 style by
Silvano Balemi. It produces cards at the normal US card size,
76.2mm x 50.8mm.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bizcard/bizcard.sty
%doc %{_texmfdistdir}/doc/latex/bizcard/bizcard.pdf
%doc %{_texmfdistdir}/doc/latex/bizcard/bizex.pdf
%doc %{_texmfdistdir}/doc/latex/bizcard/bizex.tex
#- source
%doc %{_texmfdistdir}/source/latex/bizcard/bizcard.drv
%doc %{_texmfdistdir}/source/latex/bizcard/bizcard.dtx
%doc %{_texmfdistdir}/source/latex/bizcard/bizcard.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 1601ca3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19446 |14mr|texlive-blacklettert1-20080419-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/gothic/blacklettert1
# catalog-date 2008-04-19 22:58:44 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-blacklettert1
Version:	20080419
Release:	3
Summary:	T1-encoded versions of Haralambous old German fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/gothic/blacklettert1
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blacklettert1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blacklettert1.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blacklettert1.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides virtual fonts for T1-like variants of
Yannis Haralambous's old German fonts Gothic, Schwabacher and
Fraktur (which are also available in Adobe type 1 format). The
package includes LaTeX macros to embed the fonts into the LaTeX
font selection scheme.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/blacklettert1/tfrak.tfm
%{_texmfdistdir}/fonts/tfm/public/blacklettert1/tfrakls.tfm
%{_texmfdistdir}/fonts/tfm/public/blacklettert1/tgoth.tfm
%{_texmfdistdir}/fonts/tfm/public/blacklettert1/tswab.tfm
%{_texmfdistdir}/fonts/vf/public/blacklettert1/tfrak.vf
%{_texmfdistdir}/fonts/vf/public/blacklettert1/tfrakls.vf
%{_texmfdistdir}/fonts/vf/public/blacklettert1/tgoth.vf
%{_texmfdistdir}/fonts/vf/public/blacklettert1/tswab.vf
%{_texmfdistdir}/tex/latex/blacklettert1/t1yfrak.fd
%doc %{_texmfdistdir}/doc/fonts/blacklettert1/COPYING
%doc %{_texmfdistdir}/doc/fonts/blacklettert1/INSTALL
%doc %{_texmfdistdir}/doc/fonts/blacklettert1/README
%doc %{_texmfdistdir}/doc/fonts/blacklettert1/blacklettert1.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/blacklettert1/Makefile
%doc %{_texmfdistdir}/source/fonts/blacklettert1/blacklettert1.dtx
%doc %{_texmfdistdir}/source/fonts/blacklettert1/blacklettert1.ins
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmbsy10.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmbx10.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmmi10.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmmib10.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmr10.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmr7.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmsy10.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/cmu10.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/ecbx1000.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/ecrm0700.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/ecrm1000.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/yfrak.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/ygoth.pl
%doc %{_texmfdistdir}/source/fonts/blacklettert1/yswab.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080419-3
+ Revision: 93288d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19447 |14mr|texlive-blindtext-1.9c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25039
# category Package
# catalog-ctan /macros/latex/contrib/blindtext
# catalog-date 2011-11-23 08:28:31 +0100
# catalog-license lppl
# catalog-version 1.9c
Name:		texlive-blindtext
Version:	1.9c
Release:	4
Summary:	Producing 'blind' text for testing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/blindtext
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blindtext.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blindtext.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blindtext.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the commands \blindtext and \Blindtext for
creating 'blind' text useful in testing new classes and
packages, and \blinddocument, \Blinddocument for creating an
entire random document with sections, lists, mathematics, etc.
The package supports three languages, english, (n)german and
latin; the latin option provides a short "lorem ipsum" (for a
fuller lorem ipsum text, see the lipsum package).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/blindtext/blindtext.sty
%doc %{_texmfdistdir}/doc/latex/blindtext/README
%doc %{_texmfdistdir}/doc/latex/blindtext/blindtext.pdf
#- source
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext.dtx
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext.ins
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext_american.dtx
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext_catalan.dtx
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext_english.dtx
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext_french.dtx
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext_german.dtx
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext_latin.dtx
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext_ngerman.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9c-4
+ Revision: 605a15a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19448 |14mr|texlive-blkarray-20100223-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17089
# category Package
# catalog-ctan /macros/latex/contrib/blkarray
# catalog-date 2010-02-23 16:09:16 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-blkarray
Version:	20100223
Release:	3
Summary:	Extended array and tabular
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/blkarray
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blkarray.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blkarray.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An experimental package which implements an environment,
blockarray, that may be used in the same way as the array or
tabular environments of standard LaTeX, or their extended
versions defined in array. If used in math-mode, blockarray
acts like array, otherwise it acts like tabular. The package
implements a new method of defining column types, and also
block and block* environments, for specifying sub-arrays of the
main array. What's more, the \footnote command works inside a
blockarray.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/blkarray/blkarray.sty
%doc %{_texmfdistdir}/doc/latex/blkarray/README
%doc %{_texmfdistdir}/doc/latex/blkarray/blkarray.pdf
%doc %{_texmfdistdir}/doc/latex/blkarray/blkarray.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100223-3
+ Revision: 76b19c9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19449 |14mr|texlive-block-20100226-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17209
# category Package
# catalog-ctan /macros/latex/contrib/block
# catalog-date 2010-02-26 11:17:49 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-block
Version:	20100226
Release:	3
Summary:	A block letter style for the letter class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/block
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/block.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/block.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A style file for use with the letter class that overwrites the
\opening and \closing macros so that letters can be styled with
the block letter style instead of the default style. Thus, the
return address, the closing, and the signature appear flushed
on the left margin.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/block/block.sty
%doc %{_texmfdistdir}/doc/latex/block/block.pdf
%doc %{_texmfdistdir}/doc/latex/block/block.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100226-3
+ Revision: 4b4994b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19450 |14mr|texlive-blockdraw_mp-20080817-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/blockdraw_mp
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-blockdraw_mp
Version:	20080817
Release:	3
Summary:	Block diagrams and bond graphs, with MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/blockdraw_mp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blockdraw_mp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blockdraw_mp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of simple MetaPost macros for the task. While the task is
not itself difficult to program, it is felt that many users
will be happy to have a library for the job..

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/blockdraw_mp/blockdraw.mp
%{_texmfdistdir}/metapost/blockdraw_mp/bonddemo.mp
%{_texmfdistdir}/metapost/blockdraw_mp/bondgraph.mp
%{_texmfdistdir}/metapost/blockdraw_mp/cascadedemo.mp
%{_texmfdistdir}/metapost/blockdraw_mp/docblockprefs.mp
%{_texmfdistdir}/metapost/blockdraw_mp/shiftoff.mp
%doc %{_texmfdistdir}/doc/metapost/blockdraw_mp/README
%doc %{_texmfdistdir}/doc/metapost/blockdraw_mp/blockdraw_mp.pdf
%doc %{_texmfdistdir}/doc/metapost/blockdraw_mp/blockdraw_mp.tex
%doc %{_texmfdistdir}/doc/metapost/blockdraw_mp/bonddemo.pdf
%doc %{_texmfdistdir}/doc/metapost/blockdraw_mp/cascadedemo.pdf
%doc %{_texmfdistdir}/doc/metapost/blockdraw_mp/tiddetext.sty
%doc %{_texmfdistdir}/doc/metapost/blockdraw_mp/tighttoc.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080817-3
+ Revision: cb17a97
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19451 |14mr|texlive-bloques-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22490
# category Package
# catalog-ctan /graphics/pgf/contrib/bloques
# catalog-date 2011-05-15 09:47:34 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-bloques
Version:	1.0
Release:	3
Summary:	Generate control diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/bloques
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bloques.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bloques.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses TikZ to provide commands for generating
control diagrams (specially in power electronics).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bloques/bloques.sty
%doc %{_texmfdistdir}/doc/latex/bloques/README
%doc %{_texmfdistdir}/doc/latex/bloques/example.pdf
%doc %{_texmfdistdir}/doc/latex/bloques/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: a817a4d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19452 |14mr|texlive-blowup-0.1j-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/blowup
# catalog-date 2009-06-04 13:48:19 +0200
# catalog-license lppl
# catalog-version 0.1j
Name:		texlive-blowup
Version:	0.1j
Release:	3
Summary:	Upscale or downscale all pages of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/blowup
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blowup.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blowup.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blowup.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package blowup only defines the user-level macro \blowup,
which can be used to upscale or downscale all pages of a
document. It is similar to the TeX primitive \magnification but
more accurate and user-friendly.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/blowup/blowup.sty
%doc %{_texmfdistdir}/doc/latex/blowup/README
%doc %{_texmfdistdir}/doc/latex/blowup/blowup-test0.tex
%doc %{_texmfdistdir}/doc/latex/blowup/blowup-test1.tex
%doc %{_texmfdistdir}/doc/latex/blowup/blowup-test2.tex
%doc %{_texmfdistdir}/doc/latex/blowup/blowup-test3.tex
%doc %{_texmfdistdir}/doc/latex/blowup/blowup-test4.tex
%doc %{_texmfdistdir}/doc/latex/blowup/blowup-test5.tex
%doc %{_texmfdistdir}/doc/latex/blowup/blowup.pdf
#- source
%doc %{_texmfdistdir}/source/latex/blowup/blowup.dtx
%doc %{_texmfdistdir}/source/latex/blowup/blowup.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1j-3
+ Revision: a9bb53e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19453 |14mr|texlive-bodegraph-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20047
# category Package
# catalog-ctan /graphics/pgf/contrib/bodegraph
# catalog-date 2010-10-10 09:51:39 +0200
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-bodegraph
Version:	1.4
Release:	3
Summary:	Draw Bode, Nyquist and Black plots with gnuplot and TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/bodegraph
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bodegraph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bodegraph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides facilities to draw Bode, Nyquist and Black
plots using Gnuplot and Tikz. Elementary Transfer Functions and
basic correctors are preprogrammed for use.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bodegraph/bodegraph.sty
%doc %{_texmfdistdir}/doc/latex/bodegraph/README
%doc %{_texmfdistdir}/doc/latex/bodegraph/bodegraph.pdf
%doc %{_texmfdistdir}/doc/latex/bodegraph/bodegraph.tex
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/1.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/1.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/10.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/10.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/11.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/11.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/12.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/12.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/13.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/13.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/14.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/14.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/15.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/15.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/16.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/16.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/17.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/17.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/18.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/18.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/19.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/19.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/20.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/20.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/21.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/21.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/22.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/22.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/23.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/23.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/24.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/24.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/25.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/25.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/26.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/26.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/27.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/27.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/28.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/28.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/29.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/29.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/3.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/3.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/30.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/30.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/31.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/31.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/32.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/32.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/33.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/33.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/34.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/34.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/35.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/35.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/36.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/36.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/37.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/37.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/38.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/38.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/39.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/39.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/4.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/4.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/40.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/40.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/41.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/41.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/42.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/42.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/43.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/43.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/44.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/44.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/45.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/45.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/46.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/46.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/47.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/47.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/48.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/48.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/49.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/49.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/5.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/5.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/50.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/50.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/51.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/51.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/52.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/52.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/53.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/53.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/54.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/54.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/55.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/55.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/56.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/56.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/57.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/57.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/58.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/58.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/59.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/59.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/6.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/6.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/60.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/60.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/61.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/61.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/62.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/62.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/63.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/63.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/64.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/64.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/66.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/66.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/67.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/67.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/68.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/68.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/69.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/69.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/7.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/7.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/70.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/70.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/72.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/72.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/73.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/73.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/74.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/74.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/75.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/75.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/76.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/76.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/78.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/78.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/79.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/79.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/8.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/8.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/81.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/81.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/82.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/82.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/83.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/83.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/84.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/84.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/85.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/85.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/86.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/86.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/87.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/87.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/89.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/89.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/9.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/9.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/90.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/90.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/91.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/91.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/93.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/93.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/94.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/94.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/95.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/95.table

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 11eb096
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19454 |14mr|texlive-bohr-0.2b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27839
# category Package
# catalog-ctan /macros/latex/contrib/bohr
# catalog-date 2012-09-27 15:23:41 +0200
# catalog-license lppl1.3
# catalog-version 0.2b
Name:		texlive-bohr
Version:	0.2b
Release:	2
Summary:	Simple atom representation according to the Bohr model
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bohr
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bohr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bohr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides means for the creation of simple Bohr
models of atoms up to the atomic number 112. In addition,
commands are provided to convert atomic numbers to element
symbols or element names and vice versa.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bohr/bohr.sty
%{_texmfdistdir}/tex/latex/bohr/bohr_elements_english.def
%{_texmfdistdir}/tex/latex/bohr/bohr_elements_german.def
%doc %{_texmfdistdir}/doc/latex/bohr/README
%doc %{_texmfdistdir}/doc/latex/bohr/bohr_en.pdf
%doc %{_texmfdistdir}/doc/latex/bohr/bohr_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2b-2
+ Revision: be6a4a7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19455 |14mr|texlive-boisik-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/boisik
# catalog-date 2009-08-23 18:29:20 +0200
# catalog-license gpl2
# catalog-version 0.5
Name:		texlive-boisik
Version:	0.5
Release:	3
Summary:	A font inspired by Baskerville design
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/boisik
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boisik.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boisik.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Boisik is a serif font (inspired by the Baskerville typeface),
written in MetaFont. It comprises roman and italic text fonts
and maths fonts. LaTeX support is offered for use with OT1, IL2
and OM* encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/boisik/bskarr10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskarrows.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskbase.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskex10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskext.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskhc10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bski10-TS1.mf
%{_texmfdistdir}/fonts/source/public/boisik/bski10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskib10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskiol10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskital.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskiu10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskiub10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskletters-i.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskletters-o.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskletters-r.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskligtab-i.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskligtab-sc.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskligtab.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-T1.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-TS1.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-ar.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-bb.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-ex.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-lc.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-ma.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-mi-up.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-mi.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-ms.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-sc.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-sy.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsklist-uc.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskma10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmab10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmath.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmathma.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmathms.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmathsy.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmi10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmib10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskms10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmsb10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmsbsl10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskmssl10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskr10-T1.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskr10-TS1.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskr10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrb10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrc10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrcb10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrf10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrl10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrol10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskroman.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrsb10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrsl10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bskrw10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksc.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksc10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksy10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksyb10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksybsl10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksymbols.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksyol10.mf
%{_texmfdistdir}/fonts/source/public/boisik/bsksysl10.mf
%{_texmfdistdir}/fonts/tfm/public/boisik/bskarr10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskex10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskhc10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bski10-TS1.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bski10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskib10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskiol10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskiu10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskiub10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskma10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskmab10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskms10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskmsb10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskmsbsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskmssl10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskr10-T1.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskr10-TS1.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskr10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrb10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrc10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrcb10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrf10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrl10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrol10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrsb10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bskrw10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bsksc10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bsksy10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bsksyol10.tfm
%{_texmfdistdir}/fonts/tfm/public/boisik/bsksysl10.tfm
%{_texmfdistdir}/tex/latex/boisik/boisik.sty
%{_texmfdistdir}/tex/latex/boisik/il2bsk.fd
%{_texmfdistdir}/tex/latex/boisik/il2bskf.fd
%{_texmfdistdir}/tex/latex/boisik/lblbskm.fd
%{_texmfdistdir}/tex/latex/boisik/lblcmr.fd
%{_texmfdistdir}/tex/latex/boisik/lblenc.def
%{_texmfdistdir}/tex/latex/boisik/lbmbsk.fd
%{_texmfdistdir}/tex/latex/boisik/lbmbskms.fd
%{_texmfdistdir}/tex/latex/boisik/lbmcmr.fd
%{_texmfdistdir}/tex/latex/boisik/lbmenc.def
%{_texmfdistdir}/tex/latex/boisik/lbsbsk.fd
%{_texmfdistdir}/tex/latex/boisik/lbsbsksy.fd
%{_texmfdistdir}/tex/latex/boisik/lbscmr.fd
%{_texmfdistdir}/tex/latex/boisik/lbsenc.def
%{_texmfdistdir}/tex/latex/boisik/ot1bsk.fd
%{_texmfdistdir}/tex/latex/boisik/ot1bskf.fd
%{_texmfdistdir}/tex/latex/boisik/ts1bsk.fd
%{_texmfdistdir}/tex/latex/boisik/ubskex.fd
%doc %{_texmfdistdir}/doc/fonts/boisik/README
%doc %{_texmfdistdir}/doc/fonts/boisik/example/boisik-idiot.pdf
%doc %{_texmfdistdir}/doc/fonts/boisik/example/boisik-idiot.tex
%doc %{_texmfdistdir}/doc/fonts/boisik/example/boisik.pdf
%doc %{_texmfdistdir}/doc/fonts/boisik/example/boisik.tex
%doc %{_texmfdistdir}/doc/fonts/boisik/example/bskrlogo10.mf
%doc %{_texmfdistdir}/doc/fonts/boisik/example/table.pdf
%doc %{_texmfdistdir}/doc/fonts/boisik/example/table.tex
%doc %{_texmfdistdir}/doc/fonts/boisik/example/testfont.pdf
%doc %{_texmfdistdir}/doc/fonts/boisik/example/testfont.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: 512fa92
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19456 |14mr|texlive-boites-20090512-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/boites
# catalog-date 2009-05-12 11:58:09 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-boites
Version:	20090512
Release:	3
Summary:	Boxes that may break across pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/boites
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boites.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boites.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boites.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines environments that allow page breaks inside framed boxes
whose edges may be variously fancy. The bundle includes a few
examples (shaded box, box with a wavy line on its side, etc).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/boites/boites.sty
%{_texmfdistdir}/tex/latex/boites/boites_exemples.sty
%doc %{_texmfdistdir}/doc/latex/boites/README
%doc %{_texmfdistdir}/doc/latex/boites/README.docu
%doc %{_texmfdistdir}/doc/latex/boites/boites.pdf
%doc %{_texmfdistdir}/doc/latex/boites/boites_exemples.pdf
%doc %{_texmfdistdir}/doc/latex/boites/boites_exemples.tex
%doc %{_texmfdistdir}/doc/latex/boites/ligne_qui_ondule_sur_la_gauche.eps
#- source
%doc %{_texmfdistdir}/source/latex/boites/Makefile
%doc %{_texmfdistdir}/source/latex/boites/boites.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090512-3
+ Revision: 0218aa1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19457 |14mr|texlive-bold-extra-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17076
# category Package
# catalog-ctan /macros/latex/contrib/bold-extra
# catalog-date 2010-02-23 16:09:16 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-bold-extra
Version:	0.1
Release:	3
Summary:	Use bold small caps and typewriter fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bold-extra
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bold-extra.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bold-extra.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Allows access to extra bold fonts for Computer Modern OT1
encoding (such fonts are available as MetaFont source). Since
there is more than one bold tt-family font set, the version
required is selected by a package option.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bold-extra/bold-extra.sty
%doc %{_texmfdistdir}/doc/latex/bold-extra/bold-extra.pdf
%doc %{_texmfdistdir}/doc/latex/bold-extra/bold-extra.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: a82f794
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19458 |14mr|texlive-boldtensors-20080817-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/boldtensors
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-boldtensors
Version:	20080817
Release:	3
Summary:	Bold latin and greek characters through simple prefix characters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/boldtensors
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boldtensors.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boldtensors.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides bold latin and greek characters within
\mathversion{normal}, by using ~ and " as prefix characters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/boldtensors/boldtensors.sty
%doc %{_texmfdistdir}/doc/latex/boldtensors/boldtensors.pdf
%doc %{_texmfdistdir}/doc/latex/boldtensors/boldtensors.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080817-3
+ Revision: 3d63392
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19459 |14mr|texlive-bondgraph-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21670
# category Package
# catalog-ctan /macros/latex/contrib/bondgraph
# catalog-date 2011-03-09 21:09:16 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-bondgraph
Version:	1.0
Release:	3
Summary:	Create bond graph figures in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bondgraph
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bondgraph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bondgraph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package draws bond graphs using PGF and TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bondgraph/bondgraph.sty
%doc %{_texmfdistdir}/doc/latex/bondgraph/License.txt
%doc %{_texmfdistdir}/doc/latex/bondgraph/README
%doc %{_texmfdistdir}/doc/latex/bondgraph/bondgraph_arrows.tex
%doc %{_texmfdistdir}/doc/latex/bondgraph/bondgraph_example.pdf
%doc %{_texmfdistdir}/doc/latex/bondgraph/bondgraph_example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 21ee198
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19460 |14mr|texlive-bookest-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bookest
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-bookest
Version:	1.1
Release:	3
Summary:	Extended book class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bookest
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bookest.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bookest.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class extends the standard book class, in the areas of
colour scheme management, document layout, headings and
footers, front page layout, and other minor items.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bookest/bookest.cls
%doc %{_texmfdistdir}/doc/latex/bookest/README
%doc %{_texmfdistdir}/doc/latex/bookest/bookestdoc-en.pdf
%doc %{_texmfdistdir}/doc/latex/bookest/bookestdoc-en.tex
%doc %{_texmfdistdir}/doc/latex/bookest/bookestdoc-it.pdf
%doc %{_texmfdistdir}/doc/latex/bookest/bookestdoc-it.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 3518787
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19461 |14mr|texlive-bookhands-20080103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23609
# category Package
# catalog-ctan /fonts/bookhands
# catalog-date 2008-01-03 17:18:54 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-bookhands
Version:	20080103
Release:	3
Summary:	A collection of book-hand fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/bookhands
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bookhands.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bookhands.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bookhands.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a set of book-hand (MetaFont) fonts and packages
covering manuscript scripts from the 1st century until
Gutenberg and Caxton. The included hands are: Square Capitals
(1st century onwards); Roman Rustic (1st-6th centuries);
Insular Minuscule (6th cenury onwards); Carolingian Minuscule
(8th-12th centuries); Early Gothic (11th-12th centuries);
Gothic Textura Quadrata (13th-15th centuries); Gothic Textura
Prescisus vel sine pedibus (13th century onwards); Rotunda (13-
15th centuries); Humanist Minuscule (14th century onwards);
Uncial (3rd-6th centuries); Half Uncial (3rd-9th centuries);
Artificial Uncial (6th-10th centuries); and Insular Majuscule
(6th-9th centuries).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/bookhands/sqrc10.afm
%{_texmfdistdir}/fonts/afm/public/bookhands/sqrcb10.afm
%{_texmfdistdir}/fonts/map/dvips/bookhands/sqrcaps.map
%{_texmfdistdir}/fonts/source/public/bookhands/auncl10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/auncl17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/auncl7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/aunclb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/aunclb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/aunclb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/auncldig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/auncll.mf
%{_texmfdistdir}/fonts/source/public/bookhands/auncllig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/aunclpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/auncltitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/aunclu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cmin10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cmin17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cmin7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cminb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cminb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cminb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cmindig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cminl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cminlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cminpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cmintitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/cminu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egoth10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egoth17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egoth7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothdig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothtitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/egothu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hmin10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hmin17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hmin7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hminb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hminb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hminb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hmindig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hminl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hminlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hminpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hmintitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hminu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/huncl10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/huncl17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/huncl7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hunclb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hunclb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hunclb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/huncldig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/huncll.mf
%{_texmfdistdir}/fonts/source/public/bookhands/huncllig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hunclpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/huncltitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/hunclu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imaj10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imaj17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imaj7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajdig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imajtitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imaju.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imin10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imin17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imin7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/iminb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/iminb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/iminb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imindig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/iminl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/iminlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/iminpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/imintitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/iminu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgoth10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgoth17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgoth7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothdig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothtitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/pgothu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtnd10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtnd17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtnd7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtnddig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndtitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rtndu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rust10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rust17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rust7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustdig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustl.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustlig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rusttitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/rustu.mf
%{_texmfdistdir}/fonts/source/public/bookhands/uncl10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/uncl17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/uncl7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/unclb10.mf
%{_texmfdistdir}/fonts/source/public/bookhands/unclb17.mf
%{_texmfdistdir}/fonts/source/public/bookhands/unclb7.mf
%{_texmfdistdir}/fonts/source/public/bookhands/uncldig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/uncll.mf
%{_texmfdistdir}/fonts/source/public/bookhands/uncllig.mf
%{_texmfdistdir}/fonts/source/public/bookhands/unclpunct.mf
%{_texmfdistdir}/fonts/source/public/bookhands/uncltitle.mf
%{_texmfdistdir}/fonts/source/public/bookhands/unclu.mf
%{_texmfdistdir}/fonts/tfm/public/bookhands/auncl17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/auncl7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/aunclb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/aunclb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/cmin10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/cmin17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/cmin7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/cminb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/cminb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/cminb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/egoth10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/egoth17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/egoth7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/egothb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/egothb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/egothb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hmin10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hmin17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hmin7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hminb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hminb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hminb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/huncl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/huncl17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/huncl7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hunclb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hunclb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/hunclb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imaj10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imaj17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imaj7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imajb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imajb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imajb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imin10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imin17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/imin7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/iminb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/iminb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/iminb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/pgoth10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/pgoth17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/pgoth7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/pgothb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/pgothb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rtnd10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rtnd17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rtnd7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rtndb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rtndb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rtndb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rust10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rust17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rust7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rustb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rustb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/rustb7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/sqrc10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/sqrcb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/uncl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/uncl17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/uncl7.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/unclb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/unclb17.tfm
%{_texmfdistdir}/fonts/tfm/public/bookhands/unclb7.tfm
%{_texmfdistdir}/fonts/type1/public/bookhands/sqrc10.pfb
%{_texmfdistdir}/fonts/type1/public/bookhands/sqrcb10.pfb
%{_texmfdistdir}/tex/latex/bookhands/allcmin.sty
%{_texmfdistdir}/tex/latex/bookhands/allegoth.sty
%{_texmfdistdir}/tex/latex/bookhands/allhmin.sty
%{_texmfdistdir}/tex/latex/bookhands/allhuncl.sty
%{_texmfdistdir}/tex/latex/bookhands/allimaj.sty
%{_texmfdistdir}/tex/latex/bookhands/allimin.sty
%{_texmfdistdir}/tex/latex/bookhands/allpgoth.sty
%{_texmfdistdir}/tex/latex/bookhands/allrtnd.sty
%{_texmfdistdir}/tex/latex/bookhands/allrust.sty
%{_texmfdistdir}/tex/latex/bookhands/allsqrc.sty
%{_texmfdistdir}/tex/latex/bookhands/alluncl.sty
%{_texmfdistdir}/tex/latex/bookhands/carolmin.sty
%{_texmfdistdir}/tex/latex/bookhands/egothic.sty
%{_texmfdistdir}/tex/latex/bookhands/humanist.sty
%{_texmfdistdir}/tex/latex/bookhands/huncial.sty
%{_texmfdistdir}/tex/latex/bookhands/inslrmaj.sty
%{_texmfdistdir}/tex/latex/bookhands/inslrmin.sty
%{_texmfdistdir}/tex/latex/bookhands/ot1auncl.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1cmin.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1egoth.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1hmin.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1huncl.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1imaj.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1imin.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1pgoth.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1rtnd.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1rust.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1sqrc.fd
%{_texmfdistdir}/tex/latex/bookhands/ot1uncl.fd
%{_texmfdistdir}/tex/latex/bookhands/pgothic.sty
%{_texmfdistdir}/tex/latex/bookhands/rotunda.sty
%{_texmfdistdir}/tex/latex/bookhands/rustic.sty
%{_texmfdistdir}/tex/latex/bookhands/sqrcaps.sty
%{_texmfdistdir}/tex/latex/bookhands/t1auncl.fd
%{_texmfdistdir}/tex/latex/bookhands/t1cmin.fd
%{_texmfdistdir}/tex/latex/bookhands/t1egoth.fd
%{_texmfdistdir}/tex/latex/bookhands/t1hmin.fd
%{_texmfdistdir}/tex/latex/bookhands/t1huncl.fd
%{_texmfdistdir}/tex/latex/bookhands/t1imaj.fd
%{_texmfdistdir}/tex/latex/bookhands/t1imin.fd
%{_texmfdistdir}/tex/latex/bookhands/t1pgoth.fd
%{_texmfdistdir}/tex/latex/bookhands/t1rtnd.fd
%{_texmfdistdir}/tex/latex/bookhands/t1rust.fd
%{_texmfdistdir}/tex/latex/bookhands/t1sqrc.fd
%{_texmfdistdir}/tex/latex/bookhands/t1uncl.fd
%{_texmfdistdir}/tex/latex/bookhands/uncial.sty
%doc %{_texmfdistdir}/doc/fonts/bookhands/README.PRW
%doc %{_texmfdistdir}/doc/fonts/bookhands/allsqrcaps.pdf
%doc %{_texmfdistdir}/doc/fonts/bookhands/auncial-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/auncial-tryfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/auncial-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/auncial/allfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/auncial/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/bsamples.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/bsamples.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/carolmin-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/carolmin-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/carolmin/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/egothic-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/egothic-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/egothic/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/humanist-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/humanist-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/humanist/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/huncial-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/huncial-tryfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/huncial-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/huncial/allfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/huncial/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmaj-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmaj-tryfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmaj-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmaj/allfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmaj/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmin-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmin-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/inslrmin/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/pgothic-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/pgothic-tryfont.pdf
%doc %{_texmfdistdir}/doc/fonts/bookhands/pgothic-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/pgothic/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/rotunda-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/rotunda-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/rotunda/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/rustic-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/rustic-tryfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/rustic-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/rustic/allfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/rustic/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/sqrcaps-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/sqrcaps.pdf
%doc %{_texmfdistdir}/doc/fonts/bookhands/sqrcaps/allsqrcaps.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/tgothic/README
%doc %{_texmfdistdir}/doc/fonts/bookhands/tgothic/allfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/tgothic/tgothic.dtx
%doc %{_texmfdistdir}/doc/fonts/bookhands/tgothic/tgothic.ins
%doc %{_texmfdistdir}/doc/fonts/bookhands/tgothic/tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/trysqrcaps.pdf
%doc %{_texmfdistdir}/doc/fonts/bookhands/trysqrcaps.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/uncial-README
%doc %{_texmfdistdir}/doc/fonts/bookhands/uncial-tryfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/uncial-tryfont.tex
%doc %{_texmfdistdir}/doc/fonts/bookhands/uncial/allfont.ps.gz
%doc %{_texmfdistdir}/doc/fonts/bookhands/uncial/allfont.tex
#- source
%doc %{_texmfdistdir}/source/fonts/bookhands/auncial.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/auncial.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/carolmin.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/carolmin.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/egothic.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/egothic.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/humanist.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/humanist.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/huncial.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/huncial.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/inslrmaj.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/inslrmaj.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/inslrmin.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/inslrmin.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/pgothic.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/pgothic.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/rotunda.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/rotunda.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/rustic.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/rustic.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/sqrcaps.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/sqrcaps.ins
%doc %{_texmfdistdir}/source/fonts/bookhands/uncial.dtx
%doc %{_texmfdistdir}/source/fonts/bookhands/uncial.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080103-3
+ Revision: f20d1d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19462 |14mr|texlive-booklet-0.7b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/booklet
# catalog-date 2009-09-02 11:33:10 +0200
# catalog-license lppl1.3
# catalog-version 0.7b
Name:		texlive-booklet
Version:	0.7b
Release:	3
Summary:	Aids for printing simple booklets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/booklet
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booklet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booklet.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booklet.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pages of a document processed with the booklet package will be
reordered and scalled so that they can be printed as four pages
per physical sheet of paper, two pages per side. The resulting
sheets will, when folded in half, assemble into a booklet.
Instructions on producing the manual itself as a booklet are
included.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/booklet/bkltprnt.sty
%{_texmfdistdir}/tex/latex/booklet/booklet.sty
%doc %{_texmfdistdir}/doc/latex/booklet/README
%doc %{_texmfdistdir}/doc/latex/booklet/booklet.pdf
#- source
%doc %{_texmfdistdir}/source/latex/booklet/booklet.dtx
%doc %{_texmfdistdir}/source/latex/booklet/booklet.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7b-3
+ Revision: 0676818
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19463 |14mr|texlive-bookman-20110301-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21993
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-bookman
Version:	20110301
Release:	3
Summary:	URW "Base 35" font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bookman.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/bookman/config.ubk
%{_texmfdistdir}/fonts/afm/adobe/bookman/pbkd8a.afm
%{_texmfdistdir}/fonts/afm/adobe/bookman/pbkdi8a.afm
%{_texmfdistdir}/fonts/afm/adobe/bookman/pbkl8a.afm
%{_texmfdistdir}/fonts/afm/adobe/bookman/pbkli8a.afm
%{_texmfdistdir}/fonts/afm/urw/bookman/ubkd8a.afm
%{_texmfdistdir}/fonts/afm/urw/bookman/ubkdi8a.afm
%{_texmfdistdir}/fonts/afm/urw/bookman/ubkl8a.afm
%{_texmfdistdir}/fonts/afm/urw/bookman/ubkli8a.afm
%{_texmfdistdir}/fonts/map/dvips/bookman/ubk.map
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkd.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkd7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkd8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkd8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkd8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdi.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdi7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdi8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdi8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdi8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdo.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdo8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkl.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkl7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkl8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkl8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkl8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkli.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkli7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkli8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkli8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkli8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklo.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklo8t.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/pbkd8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/pbkdc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/pbkdi8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/pbkl8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/pbklc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/pbkli8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/rpbkd.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/rpbkdi.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/rpbkl.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/rpbkli.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkb7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkb8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkb8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkb8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbi8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkd7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkd8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkd8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkd8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdi8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkl7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkl8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkl8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkl8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubklc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubklc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkli7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkli8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkli8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkli8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubklo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubklo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubklo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubklo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkr7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkr8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkr8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkr8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkrc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkrc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkri7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkri8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkri8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkri8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkro7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkro8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkro8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkro8t.tfm
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkd8a.pfb
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkd8a.pfm
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkdi8a.pfb
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkdi8a.pfm
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkl8a.pfb
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkl8a.pfm
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkli8a.pfb
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkli8a.pfm
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkd.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkd7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkd8c.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkd8t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdc.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdi.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdi7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdi8c.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdi8t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdo.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdo8t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkl.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkl7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkl8c.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkl8t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbklc.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbklc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbklc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkli.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkli7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkli8c.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkli8t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbklo.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbklo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbklo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbklo8t.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/bookman/pbkd8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/bookman/pbkdc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/bookman/pbkdi8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/bookman/pbkl8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/bookman/pbklc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/bookman/pbkli8z.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkb7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkb8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkb8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbi8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkd7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkd8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkd8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdi8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkl7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkl8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkl8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubklc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubklc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkli7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkli8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkli8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubklo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubklo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubklo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkr7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkr8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkr8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkrc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkrc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkri7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkri8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkri8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkro7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkro8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkro8t.vf
%{_texmfdistdir}/tex/latex/bookman/8rubk.fd
%{_texmfdistdir}/tex/latex/bookman/omlubk.fd
%{_texmfdistdir}/tex/latex/bookman/omsubk.fd
%{_texmfdistdir}/tex/latex/bookman/ot1ubk.fd
%{_texmfdistdir}/tex/latex/bookman/t1ubk.fd
%{_texmfdistdir}/tex/latex/bookman/ts1ubk.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110301-3
+ Revision: 3f35064
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19464 |14mr|texlive-booktabs-1.61803-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/booktabs
# catalog-date 2009-09-24 15:05:48 +0200
# catalog-license gpl
# catalog-version 1.61803
Name:		texlive-booktabs
Version:	1.61803
Release:	3
Summary:	Publication quality tables in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/booktabs
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enhances the quality of tables in LaTeX, providing
extra commands as well as behind-the-scenes optimisation.
Guidelines are given as to what constitutes a good table in
this context. From version 1.61, the package offers longtable
compatibility.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/booktabs/booktabs.sty
%doc %{_texmfdistdir}/doc/latex/booktabs/COPYING
%doc %{_texmfdistdir}/doc/latex/booktabs/README
%doc %{_texmfdistdir}/doc/latex/booktabs/booktabs.pdf
#- source
%doc %{_texmfdistdir}/source/latex/booktabs/booktabs.dtx
%doc %{_texmfdistdir}/source/latex/booktabs/booktabs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.61803-3
+ Revision: 18bb93d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19465 |14mr|texlive-booktabs-de-1.61803-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21907
# category Package
# catalog-ctan /macros/latex/contrib/booktabs-de
# catalog-date 2011-03-30 22:23:52 +0200
# catalog-license gpl
# catalog-version 1.61803
Name:		texlive-booktabs-de
Version:	1.61803
Release:	3
Summary:	German version of booktabs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/booktabs-de
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a "translation" of the booktabs.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/booktabs-de/README-DE
%doc %{_texmfdistdir}/doc/latex/booktabs-de/booktabs-de.dtx
%doc %{_texmfdistdir}/doc/latex/booktabs-de/booktabs-de.ins
%doc %{_texmfdistdir}/doc/latex/booktabs-de/booktabs-de.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.61803-3
+ Revision: 1ec239e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19466 |14mr|texlive-booktabs-fr-1.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21948
# category Package
# catalog-ctan /info/translations/booktabs/fr
# catalog-date 2011-04-03 23:29:51 +0200
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-booktabs-fr
Version:	1.00
Release:	3
Summary:	French translation of booktabs documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/booktabs/fr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs-fr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs-fr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The translation comes from a collection provided by Benjamin
Bayart.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/booktabs-fr/README
%doc %{_texmfdistdir}/doc/latex/booktabs-fr/f-booktabs.dtx
%doc %{_texmfdistdir}/doc/latex/booktabs-fr/f-booktabs.pdf
%doc %{_texmfdistdir}/doc/latex/booktabs-fr/ltxdoc.cfg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-3
+ Revision: 672880f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19467 |14mr|texlive-boolexpr-3.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17830
# category Package
# catalog-ctan /macros/latex/contrib/boolexpr
# catalog-date 2010-04-12 11:39:15 +0200
# catalog-license lppl
# catalog-version 3.14
Name:		texlive-boolexpr
Version:	3.14
Release:	3
Summary:	A boolean expression evaluator and a switch command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/boolexpr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boolexpr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boolexpr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boolexpr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The \boolexpr macro evaluates boolean expressions in a purely
expandable way. \boolexpr{ A \OR B \AND C } expands to 0 if the
logical expression is TRUE. A, B, C may be: - numeric
expressions such as: x=y, x<>y, x>y or x<y; - boolean switches:
\iftrue 0\else 1\fi; - conditionals: \ifcsname
whatsit\endcsname 0\else 1\fi; - another \boolexpr: \boolexpr{
D \OR E \AND F }: \boolexpr may be used with \ifcase:
\ifcase\boolexpr{ A \OR B \AND C } What to do if true \else
What to do if false \fi The \switch command (which is also
expandable) has the form: \switch \case{<boolean expression>}
... \case{<boolean expression>} ... ... \otherwise ...
\endswitch.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/boolexpr/boolexpr.sty
%doc %{_texmfdistdir}/doc/latex/boolexpr/README
%doc %{_texmfdistdir}/doc/latex/boolexpr/boolexpr.pdf
#- source
%doc %{_texmfdistdir}/source/latex/boolexpr/boolexpr.dtx
%doc %{_texmfdistdir}/source/latex/boolexpr/boolexpr.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.14-3
+ Revision: a249093
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19468 |14mr|texlive-boondox-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22313
# category Package
# catalog-ctan /fonts/boondox
# catalog-date 2011-05-04 08:36:11 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-boondox
Version:	1.0
Release:	3
Summary:	Mathematical alphabets derived from the STIX fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/boondox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boondox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boondox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains a number of PostScript fonts derived from
the STIX OpenType fonts, that may be used in maths mode in
regular and bold weights for calligraphic, fraktur and double-
struck alphabets. Virtual fonts with metrics suitable for maths
mode are provided, as are LaTeX support files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/boondox/boondox.map
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-b-cal.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-b-calo.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-b-ds.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-b-frak.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-r-cal.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-r-calo.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-r-ds.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/BOONDOX-r-frak.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxbf7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxbf8a.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxbl7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxbl8a.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxbow7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxbw7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxbw8a.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxrf7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxrf8a.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxrl7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxrl8a.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxrow7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxrw7z.tfm
%{_texmfdistdir}/fonts/tfm/public/boondox/zxxrw8a.tfm
%{_texmfdistdir}/fonts/type1/public/boondox/zxxbf8a.pfb
%{_texmfdistdir}/fonts/type1/public/boondox/zxxbl8a.pfb
%{_texmfdistdir}/fonts/type1/public/boondox/zxxbw8a.pfb
%{_texmfdistdir}/fonts/type1/public/boondox/zxxrf8a.pfb
%{_texmfdistdir}/fonts/type1/public/boondox/zxxrl8a.pfb
%{_texmfdistdir}/fonts/type1/public/boondox/zxxrw8a.pfb
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-b-cal.vf
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-b-calo.vf
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-b-ds.vf
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-b-frak.vf
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-r-cal.vf
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-r-calo.vf
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-r-ds.vf
%{_texmfdistdir}/fonts/vf/public/boondox/BOONDOX-r-frak.vf
%{_texmfdistdir}/tex/latex/boondox/BOONDOX-cal.sty
%{_texmfdistdir}/tex/latex/boondox/BOONDOX-calo.sty
%{_texmfdistdir}/tex/latex/boondox/BOONDOX-ds.sty
%{_texmfdistdir}/tex/latex/boondox/BOONDOX-frak.sty
%{_texmfdistdir}/tex/latex/boondox/uboondox-cal.fd
%{_texmfdistdir}/tex/latex/boondox/uboondox-calo.fd
%{_texmfdistdir}/tex/latex/boondox/uboondox-ds.fd
%{_texmfdistdir}/tex/latex/boondox/uboondox-frak.fd
%doc %{_texmfdistdir}/doc/fonts/boondox/README
%doc %{_texmfdistdir}/doc/fonts/boondox/boondox-doc.pdf
%doc %{_texmfdistdir}/doc/fonts/boondox/boondox-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 35da539
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19469 |14mr|texlive-bophook-0.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17062
# category Package
# catalog-ctan /macros/latex/contrib/bophook
# catalog-date 2006-12-31 16:08:10 +0100
# catalog-license lppl
# catalog-version 0.02
Name:		texlive-bophook
Version:	0.02
Release:	3
Summary:	Provides an At-Begin-Page hook
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bophook
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bophook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bophook.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bophook.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Using the \AtBeginPage hook, you can add material in the
background of a page. \PageLayout can be used to give page
makeup commands to be executed on every page (e.g., depend on
the page style).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bophook/bophook.sty
%doc %{_texmfdistdir}/doc/latex/bophook/bophook.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bophook/bophook.dtx
%doc %{_texmfdistdir}/source/latex/bophook/bophook.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.02-3
+ Revision: 26d245b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19470 |14mr|texlive-borceux-3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21047
# category Package
# catalog-ctan /macros/generic/diagrams/borceux
# catalog-date 2009-01-02 20:30:08 +0100
# catalog-license noinfo
# catalog-version 3.1
Name:		texlive-borceux
Version:	3.1
Release:	3
Summary:	Diagram macros by Francois Borceux
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/diagrams/borceux
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/borceux.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/borceux.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The macros support the construction of diagrams, such as those
that appear in category theory texts. The user gives the list
of vertices and arrows to be included, just as when composing a
matrix, and the program takes care of computing the dimensions
of the arrows and realizing the pagesetting. All the user has
to do about the arrows is to specify their type (monomorphism,
pair of adjoint arrows, etc.) and their direction (north,
south-east, etc.); 12 types and 32 directions are available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/borceux/Diagram
%{_texmfdistdir}/tex/generic/borceux/MaxiDiagram
%{_texmfdistdir}/tex/generic/borceux/MicroDiagram
%{_texmfdistdir}/tex/generic/borceux/MiniDiagram
%{_texmfdistdir}/tex/generic/borceux/MultipleArrows
%doc %{_texmfdistdir}/doc/generic/borceux/Diagram_Mode_d_Emploi
%doc %{_texmfdistdir}/doc/generic/borceux/Diagram_Read_Me
%doc %{_texmfdistdir}/doc/generic/borceux/README
%doc %{_texmfdistdir}/doc/generic/borceux/compatibility/OldDiagram
%doc %{_texmfdistdir}/doc/generic/borceux/compatibility/OldMaxiDiagram
%doc %{_texmfdistdir}/doc/generic/borceux/compatibility/OldMicroDiagram
%doc %{_texmfdistdir}/doc/generic/borceux/compatibility/OldMiniDiagram
%doc %{_texmfdistdir}/doc/generic/borceux/compatibility/OldMultipleArrows

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1-3
+ Revision: 721b375
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19471 |14mr|texlive-bosisio-20100210-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16989
# category Package
# catalog-ctan /macros/latex/contrib/bosisio
# catalog-date 2010-02-10 21:47:34 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-bosisio
Version:	20100210
Release:	3
Summary:	A collection of packages by Francesco Bosisio
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bosisio
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bosisio.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bosisio.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bosisio.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of packages containing: accenti dblfont; envmath;
evenpage; graphfig; mathcmd; quotes; and sobolev.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bosisio/accenti.sty
%{_texmfdistdir}/tex/latex/bosisio/dblfont.sty
%{_texmfdistdir}/tex/latex/bosisio/envmath.sty
%{_texmfdistdir}/tex/latex/bosisio/evenpage.sty
%{_texmfdistdir}/tex/latex/bosisio/graphfig.sty
%{_texmfdistdir}/tex/latex/bosisio/mathcmd.sty
%{_texmfdistdir}/tex/latex/bosisio/quotes.sty
%{_texmfdistdir}/tex/latex/bosisio/sobolev.sty
%doc %{_texmfdistdir}/doc/latex/bosisio/README
%doc %{_texmfdistdir}/doc/latex/bosisio/accenti.html
%doc %{_texmfdistdir}/doc/latex/bosisio/accenti.pdf
%doc %{_texmfdistdir}/doc/latex/bosisio/dblfont.html
%doc %{_texmfdistdir}/doc/latex/bosisio/dblfont.pdf
%doc %{_texmfdistdir}/doc/latex/bosisio/envmath.html
%doc %{_texmfdistdir}/doc/latex/bosisio/envmath.pdf
%doc %{_texmfdistdir}/doc/latex/bosisio/evenpage.html
%doc %{_texmfdistdir}/doc/latex/bosisio/evenpage.pdf
%doc %{_texmfdistdir}/doc/latex/bosisio/graphfig.html
%doc %{_texmfdistdir}/doc/latex/bosisio/graphfig.pdf
%doc %{_texmfdistdir}/doc/latex/bosisio/index.html
%doc %{_texmfdistdir}/doc/latex/bosisio/makedoc
%doc %{_texmfdistdir}/doc/latex/bosisio/mathcmd.html
%doc %{_texmfdistdir}/doc/latex/bosisio/mathcmd.pdf
%doc %{_texmfdistdir}/doc/latex/bosisio/quotes.html
%doc %{_texmfdistdir}/doc/latex/bosisio/quotes.pdf
%doc %{_texmfdistdir}/doc/latex/bosisio/sobolev.html
%doc %{_texmfdistdir}/doc/latex/bosisio/sobolev.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bosisio/accenti.drv
%doc %{_texmfdistdir}/source/latex/bosisio/accenti.dtx
%doc %{_texmfdistdir}/source/latex/bosisio/dblfont.drv
%doc %{_texmfdistdir}/source/latex/bosisio/dblfont.dtx
%doc %{_texmfdistdir}/source/latex/bosisio/envmath.drv
%doc %{_texmfdistdir}/source/latex/bosisio/envmath.dtx
%doc %{_texmfdistdir}/source/latex/bosisio/evenpage.drv
%doc %{_texmfdistdir}/source/latex/bosisio/evenpage.dtx
%doc %{_texmfdistdir}/source/latex/bosisio/graphfig.drv
%doc %{_texmfdistdir}/source/latex/bosisio/graphfig.dtx
%doc %{_texmfdistdir}/source/latex/bosisio/mathcmd.drv
%doc %{_texmfdistdir}/source/latex/bosisio/mathcmd.dtx
%doc %{_texmfdistdir}/source/latex/bosisio/quotes.drv
%doc %{_texmfdistdir}/source/latex/bosisio/quotes.dtx
%doc %{_texmfdistdir}/source/latex/bosisio/sobolev.drv
%doc %{_texmfdistdir}/source/latex/bosisio/sobolev.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100210-3
+ Revision: ec99805
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19472 |14mr|texlive-boxedminipage-20100223-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17087
# category Package
# catalog-ctan /macros/latex/contrib/boxedminipage
# catalog-date 2010-02-23 16:09:16 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-boxedminipage
Version:	20100223
Release:	3
Summary:	A package for producing framed minipages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/boxedminipage
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boxedminipage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boxedminipage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX package which defines the boxedminipage environment --
like minipage, but with a frame around it.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/boxedminipage/boxedminipage.sty
%doc %{_texmfdistdir}/doc/latex/boxedminipage/boxedminipage.pdf
%doc %{_texmfdistdir}/doc/latex/boxedminipage/boxedminipage.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100223-3
+ Revision: 6d606e4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19473 |14mr|texlive-boxhandler-1.30-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28031
# category Package
# catalog-ctan /macros/latex/contrib/boxhandler
# catalog-date 2012-10-18 23:00:43 +0200
# catalog-license lppl
# catalog-version 1.30
Name:		texlive-boxhandler
Version:	1.30
Release:	6
Summary:	Flexible Captioning and Deferred Box/List Printing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/boxhandler
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boxhandler.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boxhandler.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boxhandler.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to optimise presentation of LaTeX
tables and figures. Boxhandler will lay out table and figure
captions with a variety of stylistic apperances, and will also
allow figures and tables to be "wrapped" in a manner consistent
with many business and government documents. For a document
that might appear in different venues with different
formatting, boxhandler permits the creation of a LaTeX source
document that can, with a single-line change in the source
code, produce an output that has very different layout from the
baseline configuration, not only in terms of caption style, but
more importantly in terms of the locations where figures,
tables and lists appear (or not) in the document. Deferral
routines also allow one to keep all figure and table data in a
separate source file, while nonetheless producing a document
with figures and tables appearing in the desired location.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/boxhandler/boxhandler.sty
%doc %{_texmfdistdir}/doc/latex/boxhandler/README
%doc %{_texmfdistdir}/doc/latex/boxhandler/boxhandler.pdf
#- source
%doc %{_texmfdistdir}/source/latex/boxhandler/boxhandler.dtx
%doc %{_texmfdistdir}/source/latex/boxhandler/boxhandler.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.30-6
+ Revision: 40d6c52
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19474 |14mr|texlive-bpchem-v1.06-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bpchem
# catalog-date 2006-12-01 14:16:52 +0100
# catalog-license lppl
# catalog-version v1.06
Name:		texlive-bpchem
Version:	v1.06
Release:	3
Summary:	Typeset chemical names, formulae, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bpchem
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bpchem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bpchem.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bpchem.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for typesetting simple chemical
formulae, those long IUPAC compound names, and some chemical
idioms. It also supports the labelling of compounds and
reference to labelled compounds.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bpchem/bpchem.sty
%doc %{_texmfdistdir}/doc/latex/bpchem/bpchem.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bpchem/bpchem.dtx
%doc %{_texmfdistdir}/source/latex/bpchem/bpchem.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.06-3
+ Revision: e8a3922
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19475 |14mr|texlive-bpolynomial-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/bpolynomial
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-bpolynomial
Version:	0.5
Release:	3
Summary:	Drawing polynomial functions of up to order 3
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/bpolynomial
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bpolynomial.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bpolynomial.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This MetaPost package helps plotting polynomial and root
functions up to order three. The package provides macros to
calculate Bezier curves exactly matching a given constant,
linear, quadratic or cubic polynomial, or square or cubic root
function. In addition, tangents on all functions and
derivatives of polynomials can be calculated.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/bpolynomial/bpolynomial.mp
%doc %{_texmfdistdir}/doc/metapost/bpolynomial/CHANGES
%doc %{_texmfdistdir}/doc/metapost/bpolynomial/README
%doc %{_texmfdistdir}/doc/metapost/bpolynomial/TODO
%doc %{_texmfdistdir}/doc/metapost/bpolynomial/bpolynomial.pdf
%doc %{_texmfdistdir}/doc/metapost/bpolynomial/bpolynomial.tex
%doc %{_texmfdistdir}/doc/metapost/bpolynomial/examples.mp

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: ae7103a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19476 |14mr|texlive-bracketkey-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17129
# category Package
# catalog-ctan /macros/latex/contrib/bracketkey
# catalog-date 2010-02-19 21:33:30 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-bracketkey
Version:	1.0
Release:	3
Summary:	Produce bracketed identification keys
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bracketkey
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bracketkey.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bracketkey.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an environment bracketkey for use when
producing lists of species.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bracketkey/bracketkey.sty
%doc %{_texmfdistdir}/doc/latex/bracketkey/Malva.pdf
%doc %{_texmfdistdir}/doc/latex/bracketkey/Malva.tex
%doc %{_texmfdistdir}/doc/latex/bracketkey/README
%doc %{_texmfdistdir}/doc/latex/bracketkey/bracketkey.pdf
%doc %{_texmfdistdir}/doc/latex/bracketkey/bracketkey.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: c5b60d0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19477 |14mr|texlive-braids-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23790
# category Package
# catalog-ctan /graphics/pgf/contrib/braids
# catalog-date 2011-08-30 13:04:52 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-braids
Version:	1.0
Release:	3
Summary:	Draw braid diagrams with PGF/TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/braids
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/braids.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/braids.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/braids.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables drawing of braid diagrams with PGF/TikZ
using a simple syntax. The braid itself is specified by giving
a word in the braid group, and there are many options for
styling the strands and for drawing "floors".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/braids/braids.sty
%doc %{_texmfdistdir}/doc/latex/braids/README
%doc %{_texmfdistdir}/doc/latex/braids/braids_doc.pdf
%doc %{_texmfdistdir}/doc/latex/braids/braids_doc.tex
#- source
%doc %{_texmfdistdir}/source/latex/braids/braids.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: c4b8183
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19478 |14mr|texlive-braille-20100220-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20655
# category Package
# catalog-ctan /macros/latex/contrib/braille
# catalog-date 2010-02-20 15:53:07 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-braille
Version:	20100220
Release:	3
Summary:	Support for braille
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/braille
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/braille.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/braille.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows the user to produce Braille documents on
paper for the blind without knowing Braille (which can take
years to learn). Python scripts grade1.py and grade2.py convert
ordinary text to grade 1 and 2 braille tags; then, the LaTeX
package braille.sty takes the tags and prints out corresponding
braille symbols.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/braille/braille.sty
%doc %{_texmfdistdir}/doc/latex/braille/README
%doc %{_texmfdistdir}/doc/latex/braille/braille.html
%doc %{_texmfdistdir}/doc/latex/braille/braillegif1.gif
%doc %{_texmfdistdir}/doc/latex/braille/braillegif2.gif
%doc %{_texmfdistdir}/doc/latex/braille/grade1.py
%doc %{_texmfdistdir}/doc/latex/braille/grade2.py
%doc %{_texmfdistdir}/doc/latex/braille/summary.pdf
%doc %{_texmfdistdir}/doc/latex/braille/summary.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100220-3
+ Revision: 82f3a3d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19479 |14mr|texlive-braket-20100223-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17127
# category Package
# catalog-ctan /macros/latex/contrib/braket
# catalog-date 2010-02-23 16:09:16 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-braket
Version:	20100223
Release:	3
Summary:	Dirac bra-ket and set notations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/braket
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/braket.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/braket.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides macros to typeset bra-ket notation, as well as set
specifiers, with a single ("|") or a double ("||" or ("\|")
vertical bar specifier in between two bracketed parts. Each
macro comes in a fixed-size version and an expanding version.
If the package finds itself operating under e-tex, it uses the
extended primitive \middle for more reliable results.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/braket/braket.sty
%doc %{_texmfdistdir}/doc/latex/braket/braket.pdf
%doc %{_texmfdistdir}/doc/latex/braket/braket.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100223-3
+ Revision: 4c7117f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19480 |14mr|texlive-brandeis-dissertation-2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32047
# category Package
# catalog-ctan /macros/latex/contrib/brandeis-dissertation
# catalog-date 2013-10-31 19:22:02 +0100
# catalog-license lppl1.2
# catalog-version 2.0
Name:		texlive-brandeis-dissertation
Version:	2.0
Release:	6
Summary:	Class for Brandeis University dissertations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/brandeis-dissertation
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/brandeis-dissertation.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/brandeis-dissertation.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/brandeis-dissertation.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class will enable the user to typeset a dissertation which
adheres to the formatting guidelines of Brandeis University
Graduate School of Arts and Sciences (GSAS).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/brandeis-dissertation/brandeis-dissertation.cls
%doc %{_texmfdistdir}/doc/latex/brandeis-dissertation/README
%doc %{_texmfdistdir}/doc/latex/brandeis-dissertation/brandeis-dissertation.pdf
%doc %{_texmfdistdir}/doc/latex/brandeis-dissertation/brandeis-dissertation.tex
#- source
%doc %{_texmfdistdir}/source/latex/brandeis-dissertation/brandeis-dissertation.dtx
%doc %{_texmfdistdir}/source/latex/brandeis-dissertation/brandeis-dissertation.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-6
+ Revision: 38c83fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19481 |14mr|texlive-breakcites-20101211-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21014
# category Package
# catalog-ctan /macros/latex/contrib/breakcites
# catalog-date 2010-12-11 10:17:50 +0100
# catalog-license noinfo
# catalog-version undef
Name:		texlive-breakcites
Version:	20101211
Release:	3
Summary:	Ensure that multiple citations may break at line end
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/breakcites
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/breakcites.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/breakcites.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Makes a very minor change to the operation of the \cite
command. Note that the change is not necessary in unmodified
LaTeX; however, there remain packages that restore the
undesirable behaviour of the command as provided in LaTeX 2.09.
(Note that neither cite nor natbib make this mistake.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/breakcites/breakcites.sty
%doc %{_texmfdistdir}/doc/latex/breakcites/README
%doc %{_texmfdistdir}/doc/latex/breakcites/breakcites.pdf
%doc %{_texmfdistdir}/doc/latex/breakcites/breakcites.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101211-3
+ Revision: cc69142
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19482 |14mr|texlive-breakurl-1.40-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29901
# category Package
# catalog-ctan /macros/latex/contrib/breakurl
# catalog-date 2013-04-12 10:31:24 +0200
# catalog-license lppl
# catalog-version 1.40
Name:		texlive-breakurl
Version:	1.40
Release:	6
Summary:	Line-breakable \url-like links in hyperref when compiling via dvips/ps2pdf
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/breakurl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/breakurl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/breakurl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/breakurl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a command much like hyperref's \url that
typesets a URL using a typewriter-like font. However, if the
dvips driver is being used, the original \url doesn't allow
line breaks in the middle of the created link: the link comes
in one atomic piece. This package allows such line breaks in
the generated links.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/breakurl/breakurl.sty
%doc %{_texmfdistdir}/doc/latex/breakurl/README
%doc %{_texmfdistdir}/doc/latex/breakurl/breakurl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/breakurl/breakurl.dtx
%doc %{_texmfdistdir}/source/latex/breakurl/breakurl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40-6
+ Revision: fcb93fe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19483 |14mr|texlive-bropd-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28222
# category Package
# catalog-ctan /macros/latex/contrib/bropd
# catalog-date 2012-11-09 11:55:25 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-bropd
Version:	1.1
Release:	6
Summary:	Simplified brackets and differentials in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bropd
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bropd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bropd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bropd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package simplifies the process of writing differential
operators and brackets in LaTeX. The commands facilitate the
easy manipulation of equations involving brackets and allow
partial differentials to be expressed in an alternate form.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bropd/bropd.sty
%doc %{_texmfdistdir}/doc/latex/bropd/README
%doc %{_texmfdistdir}/doc/latex/bropd/bropd.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bropd/bropd.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 4dfb433
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19484 |14mr|texlive-brushscr-20061221-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/brushscr
# catalog-date 2006-12-21 23:43:15 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-brushscr
Version:	20061221
Release:	3
Summary:	A handwriting script font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/brushscr
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/brushscr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/brushscr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/brushscr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The BrushScript font is distributed in Adobe Type-1 format,
that simulates hand-written characters. The font is available
in italic shape only. The package includes the files needed by
LaTeX in order to use that font. The file AAA_readme.tex fully
describes the package and sample.tex illustrates its use.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/brushscr/config.pbsi
%{_texmfdistdir}/fonts/afm/public/brushscr/BrushScriptX-Italic.afm
%{_texmfdistdir}/fonts/map/dvips/brushscr/pbsi.map
%{_texmfdistdir}/fonts/tfm/public/brushscr/pbsi.tfm
%{_texmfdistdir}/fonts/tfm/public/brushscr/pbsi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/brushscr/pbsi8t.tfm
%{_texmfdistdir}/fonts/type1/public/brushscr/BrushScriptX-Italic.pfb
%{_texmfdistdir}/fonts/vf/public/brushscr/pbsi8t.vf
%{_texmfdistdir}/tex/latex/brushscr/pbsi.sty
%{_texmfdistdir}/tex/latex/brushscr/t1pbsi.fd
%doc %{_texmfdistdir}/doc/latex/brushscr/AAA_readme.bbl
%doc %{_texmfdistdir}/doc/latex/brushscr/AAA_readme.blg
%doc %{_texmfdistdir}/doc/latex/brushscr/AAA_readme.dvi
%doc %{_texmfdistdir}/doc/latex/brushscr/AAA_readme.tex
%doc %{_texmfdistdir}/doc/latex/brushscr/README
%doc %{_texmfdistdir}/doc/latex/brushscr/example.dvi
%doc %{_texmfdistdir}/doc/latex/brushscr/example.tex
%doc %{_texmfdistdir}/doc/latex/brushscr/generate.tex
%doc %{_texmfdistdir}/doc/latex/brushscr/kern.txt
%doc %{_texmfdistdir}/doc/latex/brushscr/sample.dvi
%doc %{_texmfdistdir}/doc/latex/brushscr/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/brushscr/Makefile
%doc %{_texmfdistdir}/source/latex/brushscr/pbsi.mtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061221-3
+ Revision: baed290
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19485 |14mr|texlive-bullcntr-0.04-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bullcntr
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license lppl
# catalog-version 0.04
Name:		texlive-bullcntr
Version:	0.04
Release:	3
Summary:	Display list item counter as regular pattern of bullets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bullcntr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bullcntr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bullcntr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bullcntr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bullcntr package defines the command bullcntr, which can be
thought of as an analogue of the \fnsymbol command: like the
latter, it displays the value of a counter lying between 1 and
9, but uses, for the purpose, a regular pattern of bullets.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bullcntr/bullcntr.sty
%{_texmfdistdir}/tex/latex/bullcntr/bullenum.sty
%doc %{_texmfdistdir}/doc/latex/bullcntr/00readme.txt
%doc %{_texmfdistdir}/doc/latex/bullcntr/README
%doc %{_texmfdistdir}/doc/latex/bullcntr/bullcntr-man.pdf
%doc %{_texmfdistdir}/doc/latex/bullcntr/bullcntr-man.tex
%doc %{_texmfdistdir}/doc/latex/bullcntr/bullcntr-sam.tex
%doc %{_texmfdistdir}/doc/latex/bullcntr/bullenum-sam.tex
%doc %{_texmfdistdir}/doc/latex/bullcntr/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/bullcntr/bullcntr.dtx
%doc %{_texmfdistdir}/source/latex/bullcntr/bullcntr.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.04-3
+ Revision: 428dbf7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19486 |14mr|texlive-bundledoc-3.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29752
# category Package
# catalog-ctan /support/bundledoc
# catalog-date 2012-01-12 19:29:56 +0100
# catalog-license lppl
# catalog-version 3.1
Name:		texlive-bundledoc
Version:	3.1
Release:	9
Summary:	Bundle together all the files needed to build a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/bundledoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bundledoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bundledoc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-bundledoc.bin = %{EVRD}

%description
The bundledoc package is a post-processor for the snapshot
package that bundles together all the classes, packages and
files needed to build a given LaTeX document. It reads the .dep
file that snapshot produces, finds each of the files mentioned
therein, and archives them into a single .tar.gz (or .zip, or
whatever) file, suitable for moving across systems,
transmitting to a colleague, etc. A script, arlatex, provides
an alternative "archiving" mechanism, creating a single LaTeX
file that contains all of the ancillary files of a LaTeX
document, together with the document itself, using the
filecontents* environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/arlatex
%{_bindir}/bundledoc
%{_texmfdistdir}/scripts/bundledoc/arlatex
%{_texmfdistdir}/scripts/bundledoc/bundledoc
%{_texmfdistdir}/tex/latex/bundledoc/miktex.cfg
%{_texmfdistdir}/tex/latex/bundledoc/texlive-unix.cfg
%doc %{_mandir}/man1/arlatex.1*
%doc %{_texmfdistdir}/doc/man/man1/arlatex.man1.pdf
%doc %{_mandir}/man1/bundledoc.1*
%doc %{_texmfdistdir}/doc/man/man1/bundledoc.man1.pdf
%doc %{_texmfdistdir}/doc/support/bundledoc/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/bundledoc/arlatex arlatex
    ln -sf %{_texmfdistdir}/scripts/bundledoc/bundledoc bundledoc
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1-9
+ Revision: 31bf7f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19487 |14mr|texlive-burmese-20061221-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25185
# category Package
# catalog-ctan /language/burmese
# catalog-date 2006-12-21 23:43:15 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-burmese
Version:	20061221
Release:	4
Summary:	Basic Support for Writing Burmese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/burmese
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/burmese.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/burmese.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/burmese.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides basic support for writing Burmese. The
package provides a preprocessor (written in Perl), an Adobe
Type 1 font, and LaTeX macros.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/burmese/burmese.map
%{_texmfdistdir}/fonts/tfm/public/burmese/burm.tfm
%{_texmfdistdir}/fonts/type1/public/burmese/burm.pfb
%{_texmfdistdir}/tex/latex/burmese/birm.sty
%{_texmfdistdir}/tex/latex/burmese/ubirm.fd
%doc %{_texmfdistdir}/doc/fonts/burmese/burmguide.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/burmese/birm.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061221-4
+ Revision: 66372eb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19488 |14mr|texlive-bussproofs-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bussproofs
# catalog-date 2007-03-05 14:17:42 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-bussproofs
Version:	1.0
Release:	3
Summary:	Proof trees in the style of the sequent calculus
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bussproofs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bussproofs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bussproofs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the construction of proof trees in the style
of the sequent calculus and many other proof systems. One novel
feature of the macros is they support the horizontal alignment
according to some centre point specified with the command
\fCenter. This is the style often used in sequent calculus
proofs. The package works in a Plain TeX document, as well as
in LaTeX; an exposition of the commands available is given in
the package file itself.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bussproofs/bussproofs.sty
%doc %{_texmfdistdir}/doc/latex/bussproofs/testbp2.pdf
%doc %{_texmfdistdir}/doc/latex/bussproofs/testbp2.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: dde0562
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19489 |14mr|texlive-bxbase-0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28825
# category Package
# catalog-ctan /language/japanese/BX/bxbase
# catalog-date 2013-01-13 12:34:17 +0100
# catalog-license other-free
# catalog-version 0.5
Name:		texlive-bxbase
Version:	0.5
Release:	6
Summary:	BX bundle base components
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/BX/bxbase
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxbase.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxbase.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive bxbase package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bxbase/bxbase.def
%{_texmfdistdir}/tex/latex/bxbase/bxbase.sty
%{_texmfdistdir}/tex/latex/bxbase/bxucs.sty
%{_texmfdistdir}/tex/latex/bxbase/bxutf8.def
%{_texmfdistdir}/tex/latex/bxbase/bxutf8x.def
%{_texmfdistdir}/tex/latex/bxbase/zxbase.sty
%doc %{_texmfdistdir}/doc/latex/bxbase/00README
%doc %{_texmfdistdir}/doc/latex/bxbase/LICENSE
%doc %{_texmfdistdir}/doc/latex/bxbase/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-6
+ Revision: ab0956c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19490 |14mr|texlive-bxcjkjatype-0.2c-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32048
# category Package
# catalog-ctan /language/japanese/bxcjkjatype
# catalog-date 2013-10-30 11:43:37 +0100
# catalog-license other-free
# catalog-version 0.2c
Name:		texlive-bxcjkjatype
Version:	0.2c
Release:	6
Summary:	Typeset Japanese with pdfLaTeX and CJK
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/bxcjkjatype
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxcjkjatype.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxcjkjatype.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a working configuration of the CJK
package, suitable for Japanese typesetting of moderate quality.
Moreover, it facilitates use of the CJK package for pLaTeX
users, by providing commands that are similar to those used by
the pLaTeX kernel and some other packages used with it.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bxcjkjatype/bxcjkjatype.sty
%doc %{_texmfdistdir}/doc/latex/bxcjkjatype/LICENSE
%doc %{_texmfdistdir}/doc/latex/bxcjkjatype/README
%doc %{_texmfdistdir}/doc/latex/bxcjkjatype/README-ja.md
%doc %{_texmfdistdir}/doc/latex/bxcjkjatype/sample-bxcjkjatype-beamer.pdf
%doc %{_texmfdistdir}/doc/latex/bxcjkjatype/sample-bxcjkjatype-beamer.tex
%doc %{_texmfdistdir}/doc/latex/bxcjkjatype/sample-bxcjkjatype.pdf
%doc %{_texmfdistdir}/doc/latex/bxcjkjatype/sample-bxcjkjatype.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2c-6
+ Revision: d3064ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19491 |14mr|texlive-bxdpx-beamer-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30220
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/bxdpx-beamer
# catalog-date 2013-05-03 01:03:17 +0200
# catalog-license other-free
# catalog-version 0.2
Name:		texlive-bxdpx-beamer
Version:	0.2
Release:	6
Summary:	Dvipdfmx extras for use with beamer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/bxdpx-beamer
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxdpx-beamer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxdpx-beamer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is a driver to support beamer Navigation symbols
and \framezoomed regions when using dvipdfmx as PDF generator
(e.g., as part of e-pTeX). The package does not define any
'user' commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bxdpx-beamer/bxdpx-beamer.sty
%doc %{_texmfdistdir}/doc/latex/bxdpx-beamer/LICENSE
%doc %{_texmfdistdir}/doc/latex/bxdpx-beamer/README
%doc %{_texmfdistdir}/doc/latex/bxdpx-beamer/sample/test-framezoom.tex
%doc %{_texmfdistdir}/doc/latex/bxdpx-beamer/sample/test-navisymbol.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-6
+ Revision: 9a82d08
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19492 |14mr|texlive-bxeepic-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30559
# category Package
# catalog-ctan /macros/latex/contrib/bxeepic
# catalog-date 2013-05-18 23:56:07 +0200
# catalog-license other-free
# catalog-version 0.2
Name:		texlive-bxeepic
Version:	0.2
Release:	6
Summary:	Eepic facilities using pict2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bxeepic
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxeepic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxeepic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an eepic driver to use pict2e facilities.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bxeepic/bxdpxp2e.def
%{_texmfdistdir}/tex/latex/bxeepic/bxeepic.sty
%doc %{_texmfdistdir}/doc/latex/bxeepic/LICENSE
%doc %{_texmfdistdir}/doc/latex/bxeepic/README
%doc %{_texmfdistdir}/doc/latex/bxeepic/sample-bxeepic.pdf
%doc %{_texmfdistdir}/doc/latex/bxeepic/sample-bxeepic.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-6
+ Revision: 116f970
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19493 |14mr|texlive-bxjscls-0.3a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28901
# category Package
# catalog-ctan /language/japanese/BX/bxjscls
# catalog-date 2012-12-21 17:28:17 +0100
# catalog-license other-free
# catalog-version 0.3a
Name:		texlive-bxjscls
Version:	0.3a
Release:	6
Summary:	Document classes based on jsclasses
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/BX/bxjscls
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjscls.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjscls.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjscls.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides classes, based on jsclasses.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bxjscls/bxjsarticle.cls
%{_texmfdistdir}/tex/latex/bxjscls/bxjsptex.def
%{_texmfdistdir}/tex/latex/bxjscls/bxjsreport.cls
%doc %{_texmfdistdir}/doc/latex/bxjscls/LICENSE
%doc %{_texmfdistdir}/doc/latex/bxjscls/README
%doc %{_texmfdistdir}/doc/latex/bxjscls/bxjsclasses.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bxjscls/bxjsclasses.dtx
%doc %{_texmfdistdir}/source/latex/bxjscls/bxjsclasses.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3a-6
+ Revision: 42f1924
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19494 |14mr|texlive-bytefield-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23351
# category Package
# catalog-ctan /macros/latex/contrib/bytefield
# catalog-date 2011-06-22 20:08:44 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-bytefield
Version:	2.1
Release:	3
Summary:	Create illustrations for network protocol specifications
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bytefield
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bytefield.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bytefield.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bytefield.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bytefield package helps the user create illustrations for
network protocol specifications and anything else that utilizes
fields of data. These illustrations show how the bits and bytes
are laid out in a packet or in memory. Users should note that
the present version 2.0 offers a different (and incompatible)
user interface from earlier versions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bytefield/bytefield.sty
%doc %{_texmfdistdir}/doc/latex/bytefield/README
%doc %{_texmfdistdir}/doc/latex/bytefield/bf-example.pdf
%doc %{_texmfdistdir}/doc/latex/bytefield/bf-example.tex
%doc %{_texmfdistdir}/doc/latex/bytefield/bytefield.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bytefield/bytefield.dtx
%doc %{_texmfdistdir}/source/latex/bytefield/bytefield.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 4af1862
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19495 |14mr|texlive-c90-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-c90
Version:	20111103
Release:	3
Summary:	TeXLive c90 package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/c90.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/c90.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/c90.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive c90 package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/c90/c90.enc
%doc %{_texmfdistdir}/doc/fonts/enc/c90/c90.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/enc/c90/c90.etx
%doc %{_texmfdistdir}/source/fonts/enc/c90/c90.mtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: 6e61b11
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19496 |14mr|texlive-cachepic-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /macros/latex/contrib/cachepic
# catalog-date 2012-04-29 18:30:38 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-cachepic
Version:	1.0
Release:	4
Summary:	Convert document fragments into graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cachepic
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cachepic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cachepic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-cachepic.bin = %{EVRD}

%description
The bundle simplifies and automates conversion of document
fragments into external EPS or PDF files. The bundle consists
of two parts: a LaTeX package that implements a document level
interface, and a command line tool (written in lua) that
generates the external graphics.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/cachepic
%{_texmfdistdir}/scripts/cachepic/cachepic.cmd
%{_texmfdistdir}/scripts/cachepic/cachepic.tlu
%{_texmfdistdir}/tex/latex/cachepic/cachepic.sty
%{_texmfdistdir}/tex/latex/cachepic/prcachepic.def
%doc %{_texmfdistdir}/doc/latex/cachepic/README
%doc %{_texmfdistdir}/doc/latex/cachepic/cachepic.pdf
%doc %{_texmfdistdir}/doc/latex/cachepic/cachepic.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/cachepic/cachepic.tlu cachepic
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-4
+ Revision: 4a01d61
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19497 |14mr|texlive-calcage-0.90-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27725
# category Package
# catalog-ctan /macros/latex/contrib/calcage
# catalog-date 2012-09-16 15:15:03 +0200
# catalog-license lppl1.3
# catalog-version 0.90
Name:		texlive-calcage
Version:	0.90
Release:	7
Summary:	Calculate the age of something, in years
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/calcage
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calcage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calcage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calcage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package calculates the age of someone or something in
years. Internally it uses the datenumber package to calculate
the age in days; conversion from days to years is then
performed, taking care of leap years and such odd things.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/calcage/calcage.sty
%doc %{_texmfdistdir}/doc/latex/calcage/README
%doc %{_texmfdistdir}/doc/latex/calcage/calcage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/calcage/calcage.dtx
%doc %{_texmfdistdir}/source/latex/calcage/calcage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.90-7
+ Revision: 2a96890
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19498 |14mr|texlive-calctab-v0.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/calctab
# catalog-date 2009-07-14 21:55:02 +0200
# catalog-license lppl
# catalog-version v0.6.1
Name:		texlive-calctab
Version:	v0.6.1
Release:	3
Summary:	Language for numeric tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/calctab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calctab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calctab.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The calctab package helps the user to typeset a kind of
economic table such as invoices, expense notes and liquidation,
or other tabular material with a values column. The code
computes sum and percentage with floating point numeric methods
(using the fltpoint package) and builds the render table task.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/calctab/calctab.sty
%doc %{_texmfdistdir}/doc/latex/calctab/README
%doc %{_texmfdistdir}/doc/latex/calctab/calctab_manual.pdf
%doc %{_texmfdistdir}/doc/latex/calctab/calctab_manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.6.1-3
+ Revision: b5aab3a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19499 |14mr|texlive-calculator-1.0a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27112
# category Package
# catalog-ctan /macros/latex/contrib/calculator
# catalog-date 2012-07-03 11:28:15 +0200
# catalog-license lppl1.2
# catalog-version 1.0a
Name:		texlive-calculator
Version:	1.0a
Release:	2
Summary:	Use LaTeX as a scientific calculator
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/calculator
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calculator.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calculator.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calculator.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The calculator and calculus packages define several
instructions which allow us to realise algebraic operations and
to evaluate elementary functions and derivatives in our
documents. The package's main goal is to define the arithmetic
and functional calculations need in the author's package
xpicture, but the numeric abilities of "calculator" and
"calculus" may be useful in other contexts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/calculator/calculator.sty
%{_texmfdistdir}/tex/latex/calculator/calculus.sty
%doc %{_texmfdistdir}/doc/latex/calculator/README
%doc %{_texmfdistdir}/doc/latex/calculator/calculator.pdf
%doc %{_texmfdistdir}/doc/latex/calculator/calculator1.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator10.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator11.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator12.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator13.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator14.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator15.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator16.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator17.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator18.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator19.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator2.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator20.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator21.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator22.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator23.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator24.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator25.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator26.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator27.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator28.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator29.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator3.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator30.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator31.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator32.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator33.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator34.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator35.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator36.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator37.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator38.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator39.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator4.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator40.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator41.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator42.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator43.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator44.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator45.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator46.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator47.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator48.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator49.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator5.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator50.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator51.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator52.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator53.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator54.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator55.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator56.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator57.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator6.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator7.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator8.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator9.tex
#- source
%doc %{_texmfdistdir}/source/latex/calculator/calculator.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-2
+ Revision: 2e527cb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19500 |14mr|texlive-calligra-20100503-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/calligra
# catalog-date 2010-05-03 23:11:16 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-calligra
Version:	20100503
Release:	3
Summary:	Calligraphic font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/calligra
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calligra.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calligra.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A calligraphic font in the handwriting style of the author,
Peter Vanroose. The font is supplied as MetaFont source LaTeX
support of the font is provided in the calligra package in the
fundus bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/calligra/callig15.mf
%{_texmfdistdir}/fonts/source/public/calligra/calligra.mf
%{_texmfdistdir}/fonts/tfm/public/calligra/callig15.tfm
%doc %{_texmfdistdir}/doc/latex/calligra/README
%doc %{_texmfdistdir}/doc/latex/calligra/testfont.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100503-3
+ Revision: 0cdd874
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19501 |14mr|texlive-calligra-type1-001.000-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24302
# category Package
# catalog-ctan /fonts/calligra-type1
# catalog-date 2011-10-16 10:43:33 +0200
# catalog-license other-free
# catalog-version 001.000
Name:		texlive-calligra-type1
Version:	001.000
Release:	3
Summary:	Type 1 version of Caliigra
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/calligra-type1
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calligra-type1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calligra-type1.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a converstion (using mf2pt1 of Peter Vanroose's
handwriting font.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/calligra-type1/callig15.afm
%{_texmfdistdir}/fonts/map/dvips/calligra-type1/calligra.map
%{_texmfdistdir}/fonts/type1/public/calligra-type1/callig15.pfb
%doc %{_texmfdistdir}/doc/fonts/calligra-type1/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 001.000-3
+ Revision: 329da7f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19502 |14mr|texlive-calrsfs-20100220-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17125
# category Package
# catalog-ctan /macros/latex/contrib/calrsfs
# catalog-date 2010-02-20 21:59:31 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-calrsfs
Version:	20100220
Release:	3
Summary:	Copperplate calligraphic letters in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/calrsfs
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calrsfs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calrsfs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a maths interface to the rsfs fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/calrsfs/OMSrsfs.fd
%{_texmfdistdir}/tex/latex/calrsfs/calrsfs.sty
%doc %{_texmfdistdir}/doc/latex/calrsfs/README
%doc %{_texmfdistdir}/doc/latex/calrsfs/calrsfs.pdf
%doc %{_texmfdistdir}/doc/latex/calrsfs/calrsfs.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100220-3
+ Revision: b7e1842
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19503 |14mr|texlive-cals-2.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22766
# category Package
# catalog-ctan /macros/latex/contrib/cals
# catalog-date 2010-10-26 15:02:43 +0200
# catalog-license lppl1.3
# catalog-version 2.0.1
Name:		texlive-cals
Version:	2.0.1
Release:	3
Summary:	Multipage tables with wide range of features
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cals
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cals.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cals.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cals.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to typeset multipage tables with
repeatable headers and footers, and with cells spanned over
rows and columns. Decorations are supported: padding,
background color, width of separation rules. The package is
compatible with multicol and pdfsync.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cals/cals.sty
%doc %{_texmfdistdir}/doc/latex/cals/README
%doc %{_texmfdistdir}/doc/latex/cals/cals.pdf
%doc %{_texmfdistdir}/doc/latex/cals/examples/demo.pdf
%doc %{_texmfdistdir}/doc/latex/cals/examples/demo.tex
%doc %{_texmfdistdir}/doc/latex/cals/examples/table1.tex
%doc %{_texmfdistdir}/doc/latex/cals/examples/table2.tex
%doc %{_texmfdistdir}/doc/latex/cals/examples/table3.tex
%doc %{_texmfdistdir}/doc/latex/cals/examples/table4.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/README
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_10_create.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_10_create.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_20_colwidth.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_20_colwidth.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_30_decor.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_30_decor.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_40_width.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_40_width.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_50_hooks.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_50_hooks.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/colsep/test_10_outone.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/colsep/test_10_outone.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/colsep/test_20_row.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/colsep/test_20_row.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_10_withwidth2.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_10_withwidth2.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_20_withcolor2.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_20_withcolor2.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_30_halfwidth.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_30_halfwidth.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_50_maxwidth.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_50_maxwidth.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_60_row.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_60_row.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_70_align.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_70_align.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/llt/test_10_cons_rot.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/llt/test_10_cons_rot.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/llt/test_20_snoc_decons.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/llt/test_20_snoc_decons.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/llt/test_30_all.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/llt/test_30_all.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_010_wrongbreak.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_010_wrongbreak.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_020_wrongnobreak.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_020_wrongnobreak.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_030_spanbreak.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_030_spanbreak.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_040_rowheight.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_040_rowheight.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_050_leftskip_rowspan.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_050_leftskip_rowspan.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_10_waitrule.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_10_waitrule.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_15_waitover.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_15_waitover.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_20_pack.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_20_pack.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_30_jointwo.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_30_jointwo.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_35_joinone.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_35_joinone.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_40_construct.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_40_construct.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_10_queue.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_10_queue.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_20_decor.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_20_decor.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_30_iftlrb.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_30_iftlrb.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_40_lr_queue.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_40_lr_queue.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_50_dimen.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_50_dimen.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_60_content.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_60_content.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_70_intercept.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_70_intercept.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_80_marker.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_80_marker.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/support/LatexTest.py
%doc %{_texmfdistdir}/doc/latex/cals/test/support/run_tests.py
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_10_ifbreak.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_10_ifbreak.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_20_dispatch.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_20_dispatch.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_30_issue_rowsep.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_30_issue_rowsep.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_40_issuerow.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_40_issuerow.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_50_row.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_50_row.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_60_whitespace.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_60_whitespace.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_70_lrskip.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_70_lrskip.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/template.txt
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_10_simple_2x2_with_parbreak.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_10_simple_2x2_with_parbreak.png
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_10_simple_2x2_with_parbreak.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_20_thead_tfoot.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_20_thead_tfoot.png
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_20_thead_tfoot.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_30_tbreak.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_30_tbreak.png
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_30_tbreak.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_40_span.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_40_span.png
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_40_span.tex
#- source
%doc %{_texmfdistdir}/source/latex/cals/cals.dtx
%doc %{_texmfdistdir}/source/latex/cals/cals.ins
%doc %{_texmfdistdir}/source/latex/cals/cell.dtx
%doc %{_texmfdistdir}/source/latex/cals/colsep.dtx
%doc %{_texmfdistdir}/source/latex/cals/decor.dtx
%doc %{_texmfdistdir}/source/latex/cals/lltokens.dtx
%doc %{_texmfdistdir}/source/latex/cals/rowsep.dtx
%doc %{_texmfdistdir}/source/latex/cals/span.dtx
%doc %{_texmfdistdir}/source/latex/cals/table.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.1-3
+ Revision: bc0fa48
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19504 |14mr|texlive-calxxxx-yyyy-1.0d-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25001
# category Package
# catalog-ctan /macros/latex/contrib/calxxxx-yyyy
# catalog-date 2012-01-03 11:34:51 +0100
# catalog-license lppl1.3
# catalog-version 1.0d
Name:		texlive-calxxxx-yyyy
Version:	1.0d
Release:	2
Summary:	Print a calendar for a group of years
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/calxxxx-yyyy
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calxxxx-yyyy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calxxxx-yyyy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package prints a calendar for 2 or more years, according to
a language selection. The package is also "culture dependent",
in the sense that it will start weeks according to local rules:
e.g., weeks conventionally start on Monday in the English-
speaking world.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/calxxxx-yyyy/calxxxx-yyyy.tex
%doc %{_texmfdistdir}/doc/latex/calxxxx-yyyy/README
%doc %{_texmfdistdir}/doc/latex/calxxxx-yyyy/README.pdf
%doc %{_texmfdistdir}/doc/latex/calxxxx-yyyy/README.tex
%doc %{_texmfdistdir}/doc/latex/calxxxx-yyyy/cal2012-2029_DE.pdf
%doc %{_texmfdistdir}/doc/latex/calxxxx-yyyy/cal2012-2029_DK.pdf
%doc %{_texmfdistdir}/doc/latex/calxxxx-yyyy/cal2012-2029_EN.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0d-2
+ Revision: 0543b5f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19505 |14mr|texlive-cancel-2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32508
# category Package
# catalog-ctan /macros/latex/contrib/cancel
# catalog-date 2013-12-30 10:37:07 +0100
# catalog-license pd
# catalog-version 2.2
Name:		texlive-cancel
Version:	2.2
Release:	2
Summary:	Place lines through maths formulae
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cancel
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cancel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cancel.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package to draw diagonal lines ("cancelling" a term) and
arrows with limits (cancelling a term "to a value") through
parts of maths formulae.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cancel/cancel.sty
%doc %{_texmfdistdir}/doc/latex/cancel/cancel.pdf
%doc %{_texmfdistdir}/doc/latex/cancel/cancel.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-2
+ Revision: eccead9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19506 |14mr|texlive-canoniclayout-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24523
# category Package
# catalog-ctan /macros/latex/contrib/canoniclayout
# catalog-date 2011-11-06 17:08:08 +0100
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-canoniclayout
Epoch:		1
Version:	0.4
Release:	3
Summary:	Create canonical page layouts with memoir
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/canoniclayout
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/canoniclayout.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/canoniclayout.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/canoniclayout.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A canonic text layout has specified relations to a circle
inscribed within the enclosing page. The package allows the
user to use a canonic layout with the memoir class.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/canoniclayout/canoniclayout.sty
%doc %{_texmfdistdir}/doc/latex/canoniclayout/README
%doc %{_texmfdistdir}/doc/latex/canoniclayout/canoniclayout.pdf
#- source
%doc %{_texmfdistdir}/source/latex/canoniclayout/canoniclayout.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.4-3
+ Revision: 653825b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19507 |14mr|texlive-cantarell-2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27066
# category Package
# catalog-ctan /fonts/cantarell
# catalog-date 2012-06-11 20:28:41 +0200
# catalog-license lppl1.3
# catalog-version 2.4
Name:		texlive-cantarell
Version:	2.4
Release:	2
Summary:	LaTeX support for the Cantarell font family
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cantarell
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cantarell.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cantarell.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cantarell.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Cantarell is a contemporary Humanist sans serif designed by
Dave Crossland and Jakub Steiner. This font, delivered under
the OFL version 1.1, is available on the GNOME download server.
The present package provides support for this font in LaTeX. It
includes Type 1 versions of the fonts, converted for this
package using FontForge from its sources, for full support with
Dvips.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/cantarell/Cantarell-Bold.afm
%{_texmfdistdir}/fonts/afm/public/cantarell/Cantarell-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/cantarell/cantarell-01.enc
%{_texmfdistdir}/fonts/enc/dvips/cantarell/cantarell-02.enc
%{_texmfdistdir}/fonts/enc/dvips/cantarell/cantarell-03.enc
%{_texmfdistdir}/fonts/map/dvips/cantarell/cantarell.map
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Bold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-01.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-02.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-03.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/cantarell/Cantarell-Regular-x2.tfm
%{_texmfdistdir}/fonts/type1/public/cantarell/Cantarell-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/cantarell/Cantarell-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Bold-x2.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-ot1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-t1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-t2a.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-t2b.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-t2c.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-ts1.vf
%{_texmfdistdir}/fonts/vf/public/cantarell/Cantarell-Regular-x2.vf
%{_texmfdistdir}/tex/latex/cantarell/cantarell.sty
%{_texmfdistdir}/tex/latex/cantarell/ot1fca.fd
%{_texmfdistdir}/tex/latex/cantarell/t1fca.fd
%{_texmfdistdir}/tex/latex/cantarell/t2afca.fd
%{_texmfdistdir}/tex/latex/cantarell/t2bfca.fd
%{_texmfdistdir}/tex/latex/cantarell/t2cfca.fd
%{_texmfdistdir}/tex/latex/cantarell/ts1fca.fd
%{_texmfdistdir}/tex/latex/cantarell/x2fca.fd
%doc %{_texmfdistdir}/doc/fonts/cantarell/CHANGES
%doc %{_texmfdistdir}/doc/fonts/cantarell/README
%doc %{_texmfdistdir}/doc/fonts/cantarell/cantarell-samples.pdf
%doc %{_texmfdistdir}/doc/fonts/cantarell/cantarell-samples.tex
%doc %{_texmfdistdir}/doc/fonts/cantarell/cantarell.pdf
%doc %{_texmfdistdir}/doc/fonts/cantarell/cantarell.tex
%doc %{_texmfdistdir}/doc/fonts/cantarell/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/cantarell/Cantarell-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/cantarell/Cantarell-Regular.sfd
%doc %{_texmfdistdir}/source/fonts/cantarell/Makefile
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-01.etx
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-02.etx
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-03.etx
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-drv.tex
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-fixcyrillic.mtx
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-fixgreek.mtx
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-fixlatin.mtx
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-fixtextcomp.mtx
%doc %{_texmfdistdir}/source/fonts/cantarell/cantarell-map.tex
%doc %{_texmfdistdir}/source/fonts/cantarell/sfd2type1.pe

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-2
+ Revision: be778f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19508 |14mr|texlive-captcont-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/captcont
# catalog-date 2006-12-31 11:53:07 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-captcont
Version:	2.0
Release:	3
Summary:	Retain float number across several floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/captcont
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/captcont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/captcont.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/captcont.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The captcont package provides the ability to continue the
numbering in your float environment (figure, table, etc.) with
minimal overhead. This package adds three commands: \caption*,
\captcont, and \captcont*. Along with the \caption command,
these give full control over the caption numbering, caption
text and the entries in the list-of pages. The \caption and
\captcont commands generate list-of page entries. The \caption
and \caption* commands increment the figure or table counter.
Captcont also fully supports the subfigure package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/captcont/captcont.sty
%doc %{_texmfdistdir}/doc/latex/captcont/README
%doc %{_texmfdistdir}/doc/latex/captcont/captcont.pdf
%doc %{_texmfdistdir}/doc/latex/captcont/ltxdoc.cfg
%doc %{_texmfdistdir}/doc/latex/captcont/test.tex
#- source
%doc %{_texmfdistdir}/source/latex/captcont/Makefile
%doc %{_texmfdistdir}/source/latex/captcont/captcont.dtx
%doc %{_texmfdistdir}/source/latex/captcont/captcont.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 28053ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19509 |14mr|texlive-captdef-20100309-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17353
# category Package
# catalog-ctan /macros/latex/contrib/captdef
# catalog-date 2010-03-09 12:54:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-captdef
Version:	20100309
Release:	3
Summary:	Declare free-standing \caption commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/captdef
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/captdef.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/captdef.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The \DeclareCaption command defines a class of caption command
associated with the counter specified to the command. These
commands are free-standing (i.e., don't need to be inside a
float environment). The package uses \DeclareCaption to define
\figcaption and \tabcaption, which can be used outside figure
or table environments.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/captdef/captdef.sty
%doc %{_texmfdistdir}/doc/latex/captdef/captdef.pdf
%doc %{_texmfdistdir}/doc/latex/captdef/captdef.tex
%doc %{_texmfdistdir}/doc/latex/captdef/miscdoc.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100309-3
+ Revision: 3a38ca8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19510 |14mr|texlive-caption-20130512-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30449
# category Package
# catalog-ctan /macros/latex/contrib/caption
# catalog-date 2013-05-13 11:02:43 +0200
# catalog-license lppl1.3
# catalog-version 2013-05-12
Name:		texlive-caption
Epoch:		1
Version:	20130512
Release:	6
Summary:	Customising captions in floating environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/caption
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/caption.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/caption.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/caption.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The caption package provides many ways to customise the
captions in floating environments like figure and table, and
cooperates with many other packages. Facilities include
rotating captions, sideways captions, continued captions (for
tables or figures that come in several parts). A list of
compatibility notes, for other packages, is provided in the
documentation. The package also provides the "caption outside
float" facility, in the same way that simpler packages like
capt-of do. The package supersedes caption2.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/caption/bicaption.sty
%{_texmfdistdir}/tex/latex/caption/caption.sty
%{_texmfdistdir}/tex/latex/caption/caption2.sty
%{_texmfdistdir}/tex/latex/caption/caption3.sty
%{_texmfdistdir}/tex/latex/caption/ltcaption.sty
%{_texmfdistdir}/tex/latex/caption/newfloat.sty
%{_texmfdistdir}/tex/latex/caption/subcaption.sty
%{_texmfdistdir}/tex/latex/caption/totalcount.sty
%doc %{_texmfdistdir}/doc/latex/caption/CHANGELOG
%doc %{_texmfdistdir}/doc/latex/caption/README
%doc %{_texmfdistdir}/doc/latex/caption/SUMMARY
%doc %{_texmfdistdir}/doc/latex/caption/bicaption.pdf
%doc %{_texmfdistdir}/doc/latex/caption/caption-deu.pdf
%doc %{_texmfdistdir}/doc/latex/caption/caption-eng.pdf
%doc %{_texmfdistdir}/doc/latex/caption/caption-rus.pdf
%doc %{_texmfdistdir}/doc/latex/caption/ltcaption.pdf
%doc %{_texmfdistdir}/doc/latex/caption/newfloat.pdf
%doc %{_texmfdistdir}/doc/latex/caption/subcaption.pdf
%doc %{_texmfdistdir}/doc/latex/caption/totalcount.pdf
#- source
%doc %{_texmfdistdir}/source/latex/caption/bicaption.dtx
%doc %{_texmfdistdir}/source/latex/caption/caption-deu.tex
%doc %{_texmfdistdir}/source/latex/caption/caption-eng.tex
%doc %{_texmfdistdir}/source/latex/caption/caption-rus.tex
%doc %{_texmfdistdir}/source/latex/caption/caption.dtx
%doc %{_texmfdistdir}/source/latex/caption/caption.ins
%doc %{_texmfdistdir}/source/latex/caption/caption2.dtx
%doc %{_texmfdistdir}/source/latex/caption/caption3.dtx
%doc %{_texmfdistdir}/source/latex/caption/cat.eps
%doc %{_texmfdistdir}/source/latex/caption/elephant.eps
%doc %{_texmfdistdir}/source/latex/caption/ltcaption.dtx
%doc %{_texmfdistdir}/source/latex/caption/newfloat.dtx
%doc %{_texmfdistdir}/source/latex/caption/subcaption.dtx
%doc %{_texmfdistdir}/source/latex/caption/totalcount.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20130512-6
+ Revision: 9b50ebc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19511 |14mr|texlive-capt-of-20100127-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16813
# category Package
# catalog-ctan /macros/latex/contrib/capt-of
# catalog-date 2010-01-27 23:13:46 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-capt-of
Version:	20100127
Release:	3
Summary:	Captions on more than floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/capt-of
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/capt-of.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/capt-of.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/capt-of.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a command \captionof for putting a caption to something
that's not a float. Note that the caption package includes a
\captionof command that is an extension of that provided by
this package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/capt-of/capt-of.sty
%doc %{_texmfdistdir}/doc/latex/capt-of/README
%doc %{_texmfdistdir}/doc/latex/capt-of/capt-of.pdf
#- source
%doc %{_texmfdistdir}/source/latex/capt-of/capt-of.dtx
%doc %{_texmfdistdir}/source/latex/capt-of/capt-of.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100127-3
+ Revision: 000dcf5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19512 |14mr|texlive-carlisle-20100218-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18258
# category Package
# catalog-ctan /macros/latex/contrib/carlisle
# catalog-date 2010-02-18 13:36:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-carlisle
Version:	20100218
Release:	3
Summary:	David Carlisle's small packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/carlisle
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/carlisle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/carlisle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/carlisle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Many of David Carlisle's more substantial packages stand on
their own, or as part of the LaTeX tools set; this set
contains: - Making dotless 'j' characters for fonts that don't
have them; - Fix marks in 2-column output; - A method for
combining the capabilities of longtable and tabularx; - A
proforma for building personalised LaTeX formats; - A jiffy to
suppress page numbers; - An environment for including Plain TeX
in LaTeX documents; - A jiffy to remove counters from other
counters' reset lists; - A package to rescale fonts to
arbitrary sizes; - A jiffy to create 'slashed' for physicists;
and - An environment for including HTML in LaTeX documents.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/carlisle/dotlessj.sty
%{_texmfdistdir}/tex/latex/carlisle/ltxtable.sty
%{_texmfdistdir}/tex/latex/carlisle/mylatex.ltx
%{_texmfdistdir}/tex/latex/carlisle/plain.sty
%{_texmfdistdir}/tex/latex/carlisle/remreset.sty
%{_texmfdistdir}/tex/latex/carlisle/scalefnt.sty
%{_texmfdistdir}/tex/latex/carlisle/slashed.sty
%doc %{_texmfdistdir}/doc/latex/carlisle/README
%doc %{_texmfdistdir}/doc/latex/carlisle/ltx1.tex
%doc %{_texmfdistdir}/doc/latex/carlisle/ltxtable.pdf
#- source
%doc %{_texmfdistdir}/source/latex/carlisle/ltxtable.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100218-3
+ Revision: 2a59d83
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19513 |14mr|texlive-carolmin-ps-20070221-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/carolmin-ps
# catalog-date 2007-02-21 12:51:17 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-carolmin-ps
Version:	20070221
Release:	3
Summary:	Adobe Type 1 format of Carolingian Minuscule fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/carolmin-ps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/carolmin-ps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/carolmin-ps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle offers Adobe Type 1 format versions of Peter
Wilson's Carolingian Minuscule font set (part of the bookhands
collection). The fonts in the bundle are ready-to-use
replacements for the MetaFont originals.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/carolmin-ps/cmin10.afm
%{_texmfdistdir}/fonts/afm/public/carolmin-ps/cmin17.afm
%{_texmfdistdir}/fonts/afm/public/carolmin-ps/cmin7.afm
%{_texmfdistdir}/fonts/afm/public/carolmin-ps/cminb10.afm
%{_texmfdistdir}/fonts/afm/public/carolmin-ps/cminb17.afm
%{_texmfdistdir}/fonts/afm/public/carolmin-ps/cminb7.afm
%{_texmfdistdir}/fonts/map/dvips/carolmin-ps/cmin.map
%{_texmfdistdir}/fonts/type1/public/carolmin-ps/cmin10.pfb
%{_texmfdistdir}/fonts/type1/public/carolmin-ps/cmin17.pfb
%{_texmfdistdir}/fonts/type1/public/carolmin-ps/cmin7.pfb
%{_texmfdistdir}/fonts/type1/public/carolmin-ps/cminb10.pfb
%{_texmfdistdir}/fonts/type1/public/carolmin-ps/cminb17.pfb
%{_texmfdistdir}/fonts/type1/public/carolmin-ps/cminb7.pfb
%doc %{_texmfdistdir}/doc/fonts/carolmin-ps/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070221-3
+ Revision: 7b821c3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19514 |14mr|texlive-cascadilla-1.8.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25144
# category Package
# catalog-ctan /macros/latex/contrib/cascadilla
# catalog-date 2012-01-18 17:26:55 +0100
# catalog-license lppl
# catalog-version 1.8.2
Name:		texlive-cascadilla
Version:	1.8.2
Release:	3
Summary:	Typeset papers conforming to the stylesheet of Cascadilla Proceedings Project
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cascadilla
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cascadilla.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cascadilla.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides an extension of the standard LaTeX article
class that may be used to typeset papers conforming to the
stylesheet of the Cascadilla Proceedings Project, which is used
by a number of linguistics conference proceedings (e.g.,
WCCFL).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/cascadilla/cascadilla.bst
%{_texmfdistdir}/tex/latex/cascadilla/cascadilla.cls
%doc %{_texmfdistdir}/doc/latex/cascadilla/LICENSE.txt
%doc %{_texmfdistdir}/doc/latex/cascadilla/README
%doc %{_texmfdistdir}/doc/latex/cascadilla/example.pdf
%doc %{_texmfdistdir}/doc/latex/cascadilla/example.tex
%doc %{_texmfdistdir}/doc/latex/cascadilla/exampleref.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.2-3
+ Revision: f8cbc28
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19515 |14mr|texlive-cases-2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17123
# category Package
# catalog-ctan /macros/latex/contrib/cases
# catalog-date 2010-02-23 16:16:11 +0100
# catalog-license pd
# catalog-version 2.5
Name:		texlive-cases
Version:	2.5
Release:	3
Summary:	Numbered cases environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cases
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cases.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cases.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Define the environment numcases: equations with several
alternative right-hand sides, with equation numbers for each
alternative. Also environment subnumcases, where each
alternative is a sub-number (e.g., 8a, 8b, ...) of the equation
set as a whole.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cases/cases.sty
%doc %{_texmfdistdir}/doc/latex/cases/cases.pdf
%doc %{_texmfdistdir}/doc/latex/cases/cases.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5-3
+ Revision: 09d8ecc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19516 |14mr|texlive-casyl-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/casyl
# catalog-date 2008-10-26 18:17:50 +0100
# catalog-license pd
# catalog-version 2.0
Name:		texlive-casyl
Version:	2.0
Release:	3
Summary:	Typeset Cree/Inuktitut in Canadian Aboriginal Syllabics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/casyl
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/casyl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/casyl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle constitutes a font (as MetaFont source) and LaTeX
macros for its use within a document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/casyl/casyll10.mf
%{_texmfdistdir}/fonts/tfm/public/casyl/casyll10.tfm
%{_texmfdistdir}/tex/latex/casyl/casyltex.sty
%doc %{_texmfdistdir}/doc/latex/casyl/README
%doc %{_texmfdistdir}/doc/latex/casyl/casyldoc.pdf
%doc %{_texmfdistdir}/doc/latex/casyl/casyldoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 7f7de39
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19517 |14mr|texlive-catchfilebetweentags-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21476
# category Package
# catalog-ctan /macros/latex/contrib/catchfilebetweentags
# catalog-date 2011-02-19 16:41:47 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-catchfilebetweentags
Version:	1.1
Release:	3
Summary:	Catch text delimited by docstrip tags
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/catchfilebetweentags
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catchfilebetweentags.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catchfilebetweentags.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catchfilebetweentags.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package (built using the facilities of catchfile) provides
a macro \catchfilebetweentags acts like the original \catchfile
but only extracts a portion of the file instead of the complete
file. The extracted portion can be delimited by strings or by
docstrip tags: %<*tag> .... %</tag> (comments in the caught
region may be included or dropped).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/catchfilebetweentags/catchfilebetweentags.sty
%doc %{_texmfdistdir}/doc/latex/catchfilebetweentags/README
%doc %{_texmfdistdir}/doc/latex/catchfilebetweentags/catchfilebetweentags.pdf
#- source
%doc %{_texmfdistdir}/source/latex/catchfilebetweentags/catchfilebetweentags.drv
%doc %{_texmfdistdir}/source/latex/catchfilebetweentags/catchfilebetweentags.dtx
%doc %{_texmfdistdir}/source/latex/catchfilebetweentags/catchfilebetweentags.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: b26e2d6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19518 |14mr|texlive-catcodes-0.3a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28210
# category Package
# catalog-ctan /macros/generic/catcodes
# catalog-date 2012-11-08 10:49:44 +0100
# catalog-license lppl1.3
# catalog-version 0.3a
Name:		texlive-catcodes
Epoch:		1
Version:	0.3a
Release:	6
Summary:	Generic handling of TeX category codes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/catcodes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catcodes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catcodes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catcodes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle deals with category code switching; the packages of
the bundle should work with any TeX format (with the support of
the plainpkg package). The bundle provides: - stacklet.sty,
which supports stacks that control the use of different
catcodes; - actcodes.sty, which deals with active characters;
and - catchdq.sty, which provides a simple quotation character
control mechanism.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/catcodes/actcodes.sty
%{_texmfdistdir}/tex/generic/catcodes/catchdq.sty
%{_texmfdistdir}/tex/generic/catcodes/catcodes.RLS
%{_texmfdistdir}/tex/generic/catcodes/stacklet.sty
%doc %{_texmfdistdir}/doc/generic/catcodes/README
%doc %{_texmfdistdir}/doc/generic/catcodes/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/generic/catcodes/catcodes.pdf
#- source
%doc %{_texmfdistdir}/source/generic/catcodes/catcodes.tex
%doc %{_texmfdistdir}/source/generic/catcodes/fdatechk.tex
%doc %{_texmfdistdir}/source/generic/catcodes/makedoc.cfg
%doc %{_texmfdistdir}/source/generic/catcodes/mdoccorr.cfg
%doc %{_texmfdistdir}/source/generic/catcodes/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.3a-6
+ Revision: 26061de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19519 |14mr|texlive-catechis-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/catechis
# catalog-date 2008-09-02 21:23:27 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-catechis
Version:	1.1
Release:	3
Summary:	Macros for typesetting catechisms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/catechis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catechis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catechis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catechis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The macros include: - format for question-and-answer; -
comments on answers; - citations; - a specialised enumerate
which only operates in the catechism parts of a document. The
macros are all highly customisable.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/catechis/catechis.sty
%doc %{_texmfdistdir}/doc/latex/catechis/README
%doc %{_texmfdistdir}/doc/latex/catechis/catechis.pdf
%doc %{_texmfdistdir}/doc/latex/catechis/test.tex
#- source
%doc %{_texmfdistdir}/source/latex/catechis/catechis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 9290046
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19520 |14mr|texlive-catoptions-0.2.7b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24899
# category Package
# catalog-ctan /macros/latex/contrib/catoptions
# catalog-date 2011-12-19 23:56:31 +0100
# catalog-license lppl1.3
# catalog-version 0.2.7b
Name:		texlive-catoptions
Version:	0.2.7b
Release:	3
Summary:	Preserving and recalling standard catcodes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/catoptions
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catoptions.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catoptions.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package changes package loading internals so that all
subsequently loaded packages can rely on normal/standard
catcodes of all ASCII characters. The package defines canonical
control sequences to represent all the visible ASCII
characters. It also provides robust option parsing mechanisms
(XDeclareOption, XExecuteOptions and XProcessOptions, which
will be used by \documentclass if the package has already been
loaded). The package also provides a range of other TeX
programming tools.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/catoptions/catoptions-guide.cfg
%{_texmfdistdir}/tex/latex/catoptions/catoptions.sty
%doc %{_texmfdistdir}/doc/latex/catoptions/README
%doc %{_texmfdistdir}/doc/latex/catoptions/catoptions-guide.pdf
%doc %{_texmfdistdir}/doc/latex/catoptions/catoptions-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.7b-3
+ Revision: 03b91ac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19521 |14mr|texlive-cbcoptic-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16666
# category Package
# catalog-ctan /language/coptic/cbcoptic
# catalog-date 2010-01-11 08:55:42 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-cbcoptic
Version:	0.2
Release:	3
Summary:	Coptic fonts and LaTeX macros for general usage and for philology
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/coptic/cbcoptic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cbcoptic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cbcoptic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
CBcoptic is a bundle of files for typesetting Coptic
philological text with the proper fonts and hyphenation. The
fonts are based on, but much extend, the fonts of the original
coptic bundle. The CBcoptic bundle includes font description
files, MetaFont sources and equivalent Adobe Type 1 fonts in
pfb format. The bundle also includes a package that provides
some macros of philological interest.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/cbcoptic/coptbase.mf
%{_texmfdistdir}/fonts/source/public/cbcoptic/copti.mf
%{_texmfdistdir}/fonts/source/public/cbcoptic/copto.mf
%{_texmfdistdir}/fonts/tfm/public/cbcoptic/copti.tfm
%{_texmfdistdir}/fonts/tfm/public/cbcoptic/copto.tfm
%{_texmfdistdir}/fonts/type1/public/cbcoptic/copti.pfb
%{_texmfdistdir}/fonts/type1/public/cbcoptic/copto.pfb
%{_texmfdistdir}/tex/latex/cbcoptic/coptic.sty
%{_texmfdistdir}/tex/latex/cbcoptic/lcopcoptic.fd
%{_texmfdistdir}/tex/latex/cbcoptic/prnthyph.sty
%doc %{_texmfdistdir}/doc/latex/cbcoptic/README
%doc %{_texmfdistdir}/doc/latex/cbcoptic/coptfont.pdf
%doc %{_texmfdistdir}/doc/latex/cbcoptic/testcop.tex
%doc %{_texmfdistdir}/doc/latex/cbcoptic/testcopOK.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 6cbbcef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19522 |14mr|texlive-cbfonts-20100713-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20304
# category Package
# catalog-ctan /fonts/greek/cbfonts
# catalog-date 2010-07-13 20:13:45 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-cbfonts
Version:	20100713
Release:	3
Summary:	Complete set of Greek fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/cbfonts
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle presents the whole of Beccari's original Greek font
set, both as MetaFont source and in Adobe Type 1 format. The
set is available at the same wide set of design sizes as are
such font sets as the EC fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/cbfonts/CB.enc
%{_texmfdistdir}/fonts/enc/dvips/cbfonts/gmtr.enc
%{_texmfdistdir}/fonts/map/dvips/cbfonts/cbgreek-full.map
%{_texmfdistdir}/fonts/source/public/cbfonts/cbaccent.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbbase.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbdigits.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbgreek.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cblig.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbligit.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbligrm.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbligsc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbligtt.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cblower.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbmetre.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbpunct.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbspline.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbupper.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu3583.mf
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu3583.tfm
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu3583.pfb
%doc %{_texmfdistdir}/doc/fonts/cbfonts/README
%doc %{_texmfdistdir}/doc/fonts/cbfonts/cbgreek.pdf
%doc %{_texmfdistdir}/doc/fonts/cbfonts/cbgreek.tex
%doc %{_texmfdistdir}/doc/fonts/cbfonts/grmn1000table.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100713-3
+ Revision: 44fc839
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19523 |14mr|texlive-cbfonts-fd-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31624
# category Package
# catalog-ctan /fonts/greek/cbfonts-fd
# catalog-date 2013-09-10 12:13:23 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-cbfonts-fd
Version:	1.0
Release:	6
Summary:	LaTeX font description files for the CB Greek fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/cbfonts-fd
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts-fd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts-fd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts-fd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides font description files for all the many
shapes available from the cbfonts collection. The files provide
the means whereby the NFSS knows which fonts a LaTeX user is
requesting.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrcmr.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrcmro.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrcmss.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrcmtt.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrlcmss.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrlcmtt.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrlmr.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrlmro.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrlmss.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrlmtt.fd
%doc %{_texmfdistdir}/doc/fonts/cbfonts-fd/README
%doc %{_texmfdistdir}/doc/fonts/cbfonts-fd/cbfonts-fd.pdf
%doc %{_texmfdistdir}/doc/fonts/cbfonts-fd/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/cbfonts-fd/cbfonts-fd.fdd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 9ce403e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19524 |14mr|texlive-ccaption-3.2b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23443
# category Package
# catalog-ctan /macros/latex/contrib/ccaption
# catalog-date 2009-09-02 11:33:10 +0200
# catalog-license lppl1.3
# catalog-version 3.2b
Name:		texlive-ccaption
Version:	3.2b
Release:	3
Summary:	Continuation headings and legends for floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ccaption
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccaption.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccaption.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccaption.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package providing commands for 'continuation captions',
unnumbered captions, and also a non-specific legend heading for
any environment. Methods are also provided to define captions
for use outside float (e.g., figure and table) environments,
and to define new float environments and Lists of Floats. Tools
are provided for specifying your own captioning styles.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ccaption/ccaption.sty
%doc %{_texmfdistdir}/doc/latex/ccaption/README
%doc %{_texmfdistdir}/doc/latex/ccaption/ccaption.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ccaption/ccaption.dtx
%doc %{_texmfdistdir}/source/latex/ccaption/ccaption.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2b-3
+ Revision: cd9f322
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19525 |14mr|texlive-ccfonts-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17122
# category Package
# catalog-ctan /macros/latex/contrib/ccfonts
# catalog-date 2010-02-21 01:29:55 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-ccfonts
Version:	1.1
Release:	3
Summary:	Support for Concrete text and math fonts in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ccfonts
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccfonts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccfonts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
LaTeX font definition files for the Concrete fonts and a LaTeX
package for typesetting documents using Concrete as the default
font family. The files support OT1, T1, TS1, and Concrete
mathematics including AMS fonts (Ulrik Vieth's concmath).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ccfonts/ccfonts.sty
%{_texmfdistdir}/tex/latex/ccfonts/t1ccr.fd
%{_texmfdistdir}/tex/latex/ccfonts/ts1ccr.fd
%doc %{_texmfdistdir}/doc/latex/ccfonts/ccfonts.pdf
%doc %{_texmfdistdir}/doc/latex/ccfonts/readme
#- source
%doc %{_texmfdistdir}/source/latex/ccfonts/cc.fdd
%doc %{_texmfdistdir}/source/latex/ccfonts/ccfonts.dtx
%doc %{_texmfdistdir}/source/latex/ccfonts/ccfonts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 04e1792
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19526 |14mr|texlive-ccicons-20120807-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26608
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-ccicons
Version:	20120807
Release:	2
Summary:	TeXLive ccicons package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccicons.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccicons.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccicons.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive ccicons package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/ccicons/ccicons-u.enc
%{_texmfdistdir}/fonts/map/dvips/ccicons/ccicons.map
%{_texmfdistdir}/fonts/tfm/public/ccicons/ccicons.tfm
%{_texmfdistdir}/fonts/type1/public/ccicons/ccicons.pfb
%{_texmfdistdir}/tex/latex/ccicons/ccicons.sty
%doc %{_texmfdistdir}/doc/latex/ccicons/ccicons.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/ccicons/ccicons.sfd
%doc %{_texmfdistdir}/source/latex/ccicons/ccicons.dtx
%doc %{_texmfdistdir}/source/latex/ccicons/ccicons.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120807-2
+ Revision: 402e601
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19527 |14mr|texlive-cclicenses-20080817-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cclicenses
# catalog-date 2008-08-17 13:56:26 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-cclicenses
Version:	20080817
Release:	3
Summary:	Typeset Creative Commons licence logos
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cclicenses
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cclicenses.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cclicenses.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cclicenses.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The cclicenses package helps users typesetting Creative Commons
logos in LaTeX. It defines some commands useful to quickly
write these logos, related to CC licences versions 1.0 and 2.0.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cclicenses/cclicenses.sty
%doc %{_texmfdistdir}/doc/latex/cclicenses/README
%doc %{_texmfdistdir}/doc/latex/cclicenses/cclicenses_short.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cclicenses/cclicenses.dtx
%doc %{_texmfdistdir}/source/latex/cclicenses/cclicenses.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080817-3
+ Revision: 99c52bf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19528 |14mr|texlive-cc-pl-1.02.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/cc-pl
# catalog-date 2009-09-24 20:53:04 +0200
# catalog-license pd
# catalog-version 1.02.2
Name:		texlive-cc-pl
Version:	1.02.2
Release:	3
Summary:	Polish extension of Computer Concrete fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cc-pl
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cc-pl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cc-pl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These MetaFont sources rely on the availability of the MetaFont
'Polish' fonts and of the MetaFont sources of the original
Concrete fonts. Adobe Type 1 versions of the fonts are
included.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/cc-pl/ccpl.map
%{_texmfdistdir}/fonts/source/public/cc-pl/fic_mic.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pccsc10.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcmi10.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcr10.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcr5.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcr6.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcr7.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcr8.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcr9.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcsl10.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcslc9.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcti10.mf
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pccsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcslc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcti10.tfm
%{_texmfdistdir}/fonts/type1/public/cc-pl/pccsc10.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcmi10.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcr10.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcr5.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcr6.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcr7.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcr8.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcr9.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcsl10.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcslc9.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcti10.pfb
%doc %{_texmfdistdir}/doc/fonts/cc-pl/README.cc-pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.02.2-3
+ Revision: e20abf1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19529 |14mr|texlive-cd-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cd
# catalog-date 2008-05-06 19:08:04 +0200
# catalog-license gpl
# catalog-version 1.3
Name:		texlive-cd
Version:	1.3
Release:	3
Summary:	Typeset CD covers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cd
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Normal usage will ordinarily require no more than a simple data
file per cover; the package will make a full insert for a CD
case (it copes with both normal and slim cases).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cd/cd.cls
%doc %{_texmfdistdir}/doc/latex/cd/CD.tex
%doc %{_texmfdistdir}/doc/latex/cd/CDlist.tex
%doc %{_texmfdistdir}/doc/latex/cd/README
%doc %{_texmfdistdir}/doc/latex/cd/cd.pdf
%doc %{_texmfdistdir}/doc/latex/cd/example.dat
%doc %{_texmfdistdir}/doc/latex/cd/parsecd.rb
%doc %{_texmfdistdir}/doc/latex/cd/slimCD.tex
%doc %{_texmfdistdir}/doc/latex/cd/slimCDlist.tex
#- source
%doc %{_texmfdistdir}/source/latex/cd/cd.dtx
%doc %{_texmfdistdir}/source/latex/cd/cd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 3fd45ba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19530 |14mr|texlive-cd-cover-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17121
# category Package
# catalog-ctan /macros/latex/contrib/cd-cover
# catalog-date 2010-02-21 01:36:59 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-cd-cover
Version:	1.0
Release:	3
Summary:	Typeset CD covers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cd-cover
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cd-cover.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cd-cover.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cd-cover.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The CD-cover class will typeset front and back cover sheets for
CD jewel cases, or an entire paper cover, or a label for a
plastic slip-cover.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cd-cover/cd-cover.cls
%doc %{_texmfdistdir}/doc/latex/cd-cover/README
%doc %{_texmfdistdir}/doc/latex/cd-cover/cd-cover.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cd-cover/cd-cover.dtx
%doc %{_texmfdistdir}/source/latex/cd-cover/cd-cover.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 57b0f07
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19531 |14mr|texlive-cdpbundl-0.34-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cdpbundl
# catalog-date 2007-01-31 23:04:11 +0100
# catalog-license lppl
# catalog-version 0.34
Name:		texlive-cdpbundl
Version:	0.34
Release:	3
Summary:	Business letters in the Italian style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cdpbundl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cdpbundl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cdpbundl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cdpbundl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The C.D.P. Bundle can be used to typeset high-quality business
letters formatted according to Italian style conventions. It is
highly configurable, and its modular structure provides you
with building blocks of increasing level, by means of which you
can compose a large variety of letters. It is also possible to
write letters divided into sections and paragraphs, to include
floating figures and tables, and to have the relevant indexes
compiled automatically. A single input file can contain several
letters, and each letter will have its own table of contents,
etc., independant from the other ones.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cdpbundl/adiseal.sty
%{_texmfdistdir}/tex/latex/cdpbundl/articoletteracdp.cls
%{_texmfdistdir}/tex/latex/cdpbundl/cdpaddon.sty
%{_texmfdistdir}/tex/latex/cdpbundl/cdpshues-example.def
%{_texmfdistdir}/tex/latex/cdpbundl/cdpshues.cfg
%{_texmfdistdir}/tex/latex/cdpbundl/epson-stylus-740.def
%{_texmfdistdir}/tex/latex/cdpbundl/hp-laserjet-4500.def
%{_texmfdistdir}/tex/latex/cdpbundl/lettcdpadi.cls
%{_texmfdistdir}/tex/latex/cdpbundl/letteracdp.cls
%doc %{_texmfdistdir}/doc/latex/cdpbundl/00readme.txt
%doc %{_texmfdistdir}/doc/latex/cdpbundl/README
%doc %{_texmfdistdir}/doc/latex/cdpbundl/manifest.txt
%doc %{_texmfdistdir}/doc/latex/cdpbundl/overview.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cdpbundl/cdpbundl.dtx
%doc %{_texmfdistdir}/source/latex/cdpbundl/cdpbundl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.34-3
+ Revision: e78c641
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19532 |14mr|texlive-cell-1.28.2.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20756
# category Package
# catalog-ctan /macros/latex/contrib/cell
# catalog-date 2010-12-15 11:00:48 +0100
# catalog-license pd
# catalog-version 1.28/2.03
Name:		texlive-cell
Version:	1.28.2.03
Release:	3
Summary:	Bibliography style for Cell
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cell
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cell.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cell.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is an "apa-like" style (cf. apalike.bst in the BibTeX
distribution), developed from the same author's JMB style. A
supporting LaTeX package is also provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/cell/cell.bst
%{_texmfdistdir}/tex/latex/cell/cell.sty
%doc %{_texmfdistdir}/doc/latex/cell/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.28.2.03-3
+ Revision: c53927d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19533 |14mr|texlive-cellspace-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cellspace
# catalog-date 2009-08-03 16:22:07 +0200
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-cellspace
Version:	1.6
Release:	3
Summary:	Ensure minimal spacing of table cells
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cellspace
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cellspace.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cellspace.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
It is well known that high or deep cells tend to touch the
\hlines of a tabular. This package provides a modifier S acting
on usual column types so that to ensure a minimal distance that
can be controlled through two parameters \cellspacetoplimit and
\cellspacebottomlimit. The approach employed by this package is
noticeably simpler than that of tabls, which considers the
dimensions of each entire row; whereas you can ask the
cellspace only to look at the cells of potentially difficult
columns.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cellspace/cellspace.sty
%doc %{_texmfdistdir}/doc/latex/cellspace/README
%doc %{_texmfdistdir}/doc/latex/cellspace/cellspace.pdf
%doc %{_texmfdistdir}/doc/latex/cellspace/cellspace.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: c75f82b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19534 |14mr|texlive-censor-1.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20937
# category Package
# catalog-ctan /macros/latex/contrib/censor
# catalog-date 2011-01-04 21:24:54 +0100
# catalog-license lppl1.3
# catalog-version 1.00
Name:		texlive-censor
Version:	1.00
Release:	3
Summary:	Facilities for controlling restricted text in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/censor
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/censor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/censor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows a convenient redaction/censor capability to
be employed, for those who need to protect restricted
information, as well as for those who are forced to work in a
more inefficient environment when dealing with restricted
information.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/censor/censor.sty
%doc %{_texmfdistdir}/doc/latex/censor/README
%doc %{_texmfdistdir}/doc/latex/censor/censor.pdf
%doc %{_texmfdistdir}/doc/latex/censor/censor.tex
%doc %{_texmfdistdir}/doc/latex/censor/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-3
+ Revision: fab8b6a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19535 |14mr|texlive-cfr-lm-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19666
# category Package
# catalog-ctan /macros/latex/contrib/cfr-lm
# catalog-date 2010-09-08 11:26:01 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-cfr-lm
Version:	1.3
Release:	3
Summary:	Enhanced support for the Latin Modern fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cfr-lm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cfr-lm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cfr-lm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cfr-lm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports a number of features of the Latin Modern
fonts which are not easily accessible via the default (La)TeX
support provided in the official distribution. In particular,
the package supports the use of the various styles of digits
available, small-caps and upright italic shapes, and
alternative weights and widths. It also supports variable width
typewriter and the "quotation" font. Version 2.004 of the Latin
Modern fonts is supported. By default, the package uses
proportional oldstyle digits and variable width typewriter but
this can be changed by passing appropriate options to the
package. The package also supports using (for example)
different styles of digits within a document so it is possible
to use proportional oldstyle digits by default, say, but
tabular lining digits within a particular table. The package
requires the official Latin Modern distribution, including its
(La)TeX support. The package relies on the availability of both
the fonts themselves and the official font support files. The
package also makes use of the nfssext-cfr package. Only the T1
and TS1 encodings are supported for text fonts. The set up of
fonts for mathematics is identical to that provided by Latin
Modern.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/cfr-lm/dotdigits-clm.enc
%{_texmfdistdir}/fonts/enc/dvips/cfr-lm/t1-clm.enc
%{_texmfdistdir}/fonts/map/dvips/cfr-lm/clm.map
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmb28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmb2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmb2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmb2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmb8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx28t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx28t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx28t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx28t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx28t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx28t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2i8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2ij8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2j8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2j8t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2j8t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2j8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2j8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2j8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx8t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx8t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbx8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxi8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxj8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxj8t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxj8t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxj8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxj8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxj8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxji8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmbxo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcsc28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcsc2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcsc2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcsc2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcsc8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcscj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcscjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmcsco8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmdun2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmdun2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmdunh28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmdunh2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmdunh8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmdunhj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmdunjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmduno8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr28t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2i8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2i8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2i8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2i8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2i8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2ij8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2ij8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2ij8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2ij8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2ij8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2j8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2jo8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2jo8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2jo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2jo8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2o8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2o8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2o8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr2o8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmr8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmri8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmri8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmri8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmri8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmri8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrj8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrji8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrji8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrji8t7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrji8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrji8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrjo8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrjo8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrjo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmrjo8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmro8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmro8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmro8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmro8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmro8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss28t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss28t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss28t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss28t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2j8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2j8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2j8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2j8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2jo8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2jo8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2jo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss2jo8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmss8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssb2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssb2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssbjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssbo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssbx28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssbx2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssbx8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssbxj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssd2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssd2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssdc28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssdc2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssdc8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssdcj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssdjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssdo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssj8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssj8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssj8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssj8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssjo8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssjo8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssjo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssjo8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso28t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso28t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso28t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso28t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso8t17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmsso8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssq28t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssq2j8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssq2jo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssq2o8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssq8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqb2jo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqb2o8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqbjo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqbo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqbx28t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqbx2j8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqbx8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqbxj8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqj8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqjo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmssqo8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtcsc8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtcscj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtcsjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtcso8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtk8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtkj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtkjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtko8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtl8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtlc8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtlcj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtlcjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtlco8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtlj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtljo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtlo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtt8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtt8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtt8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtt8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtti8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmttij8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmttj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmttj8t12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmttj8t8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmttj8t9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmttjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmtto8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmu28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmu2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmu8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmuj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtk28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtk2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtk2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtk2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtk8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtkj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtkjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtko8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtl28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtl2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtl2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtl2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtl8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtlj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtljo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtlo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtt28t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtt2j8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtt2jo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtt2o8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtt8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvttj8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvttjo8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/clmvtto8t10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/dd-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmb8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbo8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbx8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbx8ttl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbx8ttl5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbx8ttl6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbx8ttl7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbx8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbx8ttl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbxi8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmbxo8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmcsc8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmcsco8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmdunh8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmduno8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmr8ttl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmri8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmri8ttl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmri8ttl7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmri8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmri8ttl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmro8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmro8ttl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmro8ttl17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmro8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmro8ttl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmss8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmss8ttl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmss8ttl17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmss8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmss8ttl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssbo8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssbx8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssdc8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssdo8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmsso8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmsso8ttl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmsso8ttl17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmsso8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmsso8ttl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssq8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssqbo8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssqbx8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmssqo8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtcsc8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtcso8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtk8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtko8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtl8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtlc8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtlco8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtlo8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtt8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtt8ttl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtt8ttl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtt8ttl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtti8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmtto8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmu8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmvtk8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmvtko8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmvtl8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmvtlo8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmvtt8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/lmvtto8ttl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cfr-lm/u-clmvtto10.tfm
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmb28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmb2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmb2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmb2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmb8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx28t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx28t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx28t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx28t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx28t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx28t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2i8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2ij8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2j8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2j8t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2j8t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2j8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2j8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2j8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx8t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx8t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbx8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxi8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxj8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxj8t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxj8t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxj8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxj8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxj8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxji8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmbxo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcsc28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcsc2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcsc2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcsc2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcsc8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcscj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcscjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmcsco8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmdun2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmdun2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmdunh28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmdunh2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmdunh8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmdunhj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmdunjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmduno8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr28t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2i8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2i8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2i8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2i8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2i8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2ij8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2ij8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2ij8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2ij8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2ij8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2j8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2jo8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2jo8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2jo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2jo8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2o8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2o8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2o8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr2o8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmr8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmri8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmri8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmri8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmri8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmri8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrj8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrji8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrji8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrji8t7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrji8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrji8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrjo8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrjo8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrjo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmrjo8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmro8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmro8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmro8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmro8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmro8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss28t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss28t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss28t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss28t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2j8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2j8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2j8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2j8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2jo8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2jo8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2jo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss2jo8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmss8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssb2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssb2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssbjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssbo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssbx28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssbx2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssbx8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssbxj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssd2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssd2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssdc28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssdc2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssdc8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssdcj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssdjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssdo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssj8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssj8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssj8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssj8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssjo8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssjo8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssjo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssjo8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso28t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso28t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso28t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso28t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso8t17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmsso8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssq28t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssq2j8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssq2jo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssq2o8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssq8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqb2jo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqb2o8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqbjo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqbo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqbx28t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqbx2j8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqbx8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqbxj8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqj8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqjo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmssqo8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtcsc8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtcscj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtcsjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtcso8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtk8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtkj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtkjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtko8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtl8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtlc8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtlcj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtlcjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtlco8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtlj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtljo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtlo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtt8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtt8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtt8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtt8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtti8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmttij8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmttj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmttj8t12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmttj8t8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmttj8t9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmttjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmtto8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmu28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmu2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmu8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmuj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtk28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtk2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtk2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtk2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtk8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtkj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtkjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtko8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtl28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtl2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtl2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtl2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtl8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtlj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtljo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtlo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtt28t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtt2j8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtt2jo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtt2o8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtt8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvttj8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvttjo8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/clmvtto8t10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmb10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbo10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbx10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbx12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbx5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbx6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbx7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbx8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbx9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbxi10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmbxo10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmcsco10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmdunh10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmduno10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr5.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr6.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmr9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmri10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmri12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmri7.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmri8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmri9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmro10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmro12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmro17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmro8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmro9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmss10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmss12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmss17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmss8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmss9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssbo10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssbx10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssdc10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssdo10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmsso10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmsso12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmsso17.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmsso8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmsso9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssq8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssqbo8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssqbx8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmssqo8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtcso10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtk10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtko10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtl10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtlc10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtlco10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtlo10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtt10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtt12.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtt8.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtt9.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtti10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmtto10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmu10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmvtk10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmvtko10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmvtl10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmvtlo10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmvtt10.vf
%{_texmfdistdir}/fonts/vf/public/cfr-lm/u-clmvtto10.vf
%{_texmfdistdir}/tex/latex/cfr-lm/cfr-lm.sty
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2d.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2dj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2j.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2jqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2js.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2jt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2jv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2qs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2s.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2t.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clm2v.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmd.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmdj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmjqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmjs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmjt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmjv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clms.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/t1clmv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2d.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2dj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2j.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2jqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2js.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2jt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2jv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2qs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2s.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2t.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clm2v.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmd.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmdj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmjqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmjs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmjt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmjv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clms.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/ts1clmv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2d.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2dj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2j.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2jqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2js.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2jt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2jv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2qs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2s.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2t.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclm2v.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmd.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmdj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmj.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmjqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmjs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmjt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmjv.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmqs.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclms.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmt.fd
%{_texmfdistdir}/tex/latex/cfr-lm/uclmv.fd
%doc %{_texmfdistdir}/doc/fonts/cfr-lm/README
%doc %{_texmfdistdir}/doc/fonts/cfr-lm/cfr-lm.pdf
%doc %{_texmfdistdir}/doc/fonts/cfr-lm/cfr-lm.tex
%doc %{_texmfdistdir}/doc/fonts/cfr-lm/clm-test.pdf
%doc %{_texmfdistdir}/doc/fonts/cfr-lm/clm-test.tex
%doc %{_texmfdistdir}/doc/fonts/cfr-lm/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/cfr-lm/clm-map.tex
%doc %{_texmfdistdir}/source/fonts/cfr-lm/clm-t1-drv.tex
%doc %{_texmfdistdir}/source/fonts/cfr-lm/clm-ts1-drv.tex
%doc %{_texmfdistdir}/source/fonts/cfr-lm/dotdigits.etx
%doc %{_texmfdistdir}/source/fonts/cfr-lm/dotoldstyle.etx
%doc %{_texmfdistdir}/source/fonts/cfr-lm/dotprop.etx
%doc %{_texmfdistdir}/source/fonts/cfr-lm/dottaboldstyle.etx
%doc %{_texmfdistdir}/source/fonts/cfr-lm/t1-clm.etx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: fb08c7e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19536 |14mr|texlive-changebar-3.5c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/changebar
# catalog-date 2009-09-24 20:53:04 +0200
# catalog-license lppl
# catalog-version 3.5c
Name:		texlive-changebar
Version:	3.5c
Release:	3
Summary:	Generate changebars in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/changebar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changebar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changebar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changebar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Identify areas of text to be marked with changebars with the
\cbstart and \cbend commands; the bars may be coloured. The
package uses 'drivers' to place the bars; the available drivers
can work with dvitoln03, dvitops, dvips, the emTeX and TeXtures
DVI drivers, and VTeX and PDFTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/changebar/changebar.sty
%doc %{_texmfdistdir}/doc/latex/changebar/00readme.txt
%doc %{_texmfdistdir}/doc/latex/changebar/catalog.txt
%doc %{_texmfdistdir}/doc/latex/changebar/cbtest1-ltx.pdf
%doc %{_texmfdistdir}/doc/latex/changebar/cbtest1-pdf.pdf
%doc %{_texmfdistdir}/doc/latex/changebar/cbtest1.tex
%doc %{_texmfdistdir}/doc/latex/changebar/cbtest2-ltx.pdf
%doc %{_texmfdistdir}/doc/latex/changebar/cbtest2-pdf.pdf
%doc %{_texmfdistdir}/doc/latex/changebar/cbtest2.tex
%doc %{_texmfdistdir}/doc/latex/changebar/changebar.bug
%doc %{_texmfdistdir}/doc/latex/changebar/changebar.pdf
%doc %{_texmfdistdir}/doc/latex/changebar/chbar.1
%doc %{_texmfdistdir}/doc/latex/changebar/chbar.sh
%doc %{_texmfdistdir}/doc/latex/changebar/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/changebar/changebar.dtx
%doc %{_texmfdistdir}/source/latex/changebar/changebar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5c-3
+ Revision: 3abc7f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19537 |14mr|texlive-changelayout-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16094
# category Package
# catalog-ctan /macros/latex/contrib/changelayout
# catalog-date 2009-11-09 14:16:05 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-changelayout
Version:	1.0
Release:	3
Summary:	Change the layout of individual pages and their text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/changelayout
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changelayout.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changelayout.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is an extension of the changepage package to permit
the user to change the layout of individual pages and their
texts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/changelayout/changelayout.sty
%doc %{_texmfdistdir}/doc/latex/changelayout/README
%doc %{_texmfdistdir}/doc/latex/changelayout/changelayout-guide.pdf
%doc %{_texmfdistdir}/doc/latex/changelayout/changelayout-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 8f2e1a0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19538 |14mr|texlive-changepage-1.0c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/changepage
# catalog-date 2009-11-09 14:16:05 +0100
# catalog-license lppl1.3
# catalog-version 1.0c
Name:		texlive-changepage
Version:	1.0c
Release:	3
Summary:	Margin adjustment and detection of odd/even pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/changepage
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changepage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changepage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changepage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to change the page layout in the
middle of a document, and to robustly check for typesetting on
odd or even pages. Instructions for use are at the end of the
file. The package is an extraction of code from the memoir
class, whose user interface it shares. It is intended the this
package will eventually replace the chngpage package, which is
distributed with the package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/changepage/changepage.sty
%{_texmfdistdir}/tex/latex/changepage/chngpage.sty
%doc %{_texmfdistdir}/doc/latex/changepage/README
%doc %{_texmfdistdir}/doc/latex/changepage/changepage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/changepage/changepage.ins
%doc %{_texmfdistdir}/source/latex/changepage/changepage.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0c-3
+ Revision: 1731439
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19539 |14mr|texlive-changes-2.0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31424
# category Package
# catalog-ctan /macros/latex/contrib/changes
# catalog-date 2013-08-13 17:34:49 +0200
# catalog-license lppl1.3
# catalog-version 2.0.2
Name:		texlive-changes
Version:	2.0.2
Release:	6
Summary:	Manual change markup
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/changes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to manually markup changes of text,
such as additions, deletions, or replacements. Changed text is
shown in a different colour; deleted text is crossed out. The
package allows definition of additional authors and their
associated colour. It also allows you to define a markup for
authors or annotations. A bash script is provided for removing
the changes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/changes/changes.sty
%doc %{_texmfdistdir}/doc/latex/changes/README
%doc %{_texmfdistdir}/doc/latex/changes/changes.english.pdf
%doc %{_texmfdistdir}/doc/latex/changes/changes.english.withcode.pdf
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.bf.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.dashuline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.dotuline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.em.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.it.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.none.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.sl.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.sout.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.uline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.uuline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.uwave.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.wrong.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.xout.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkup.brackets.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkup.footnote.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkup.none.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkup.subscript.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkup.superscript.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkup.wrong.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkupposition.left.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkupposition.right.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkupposition.wrong.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkuptext.id.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkuptext.name.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkuptext.wrong.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.bf.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.dashuline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.dotuline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.em.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.it.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.none.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.sl.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.sout.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.uline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.uuline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.uwave.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.wrong.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.xout.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.draft.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.final.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.listofchanges.both.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.listofchanges.list.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.listofchanges.summary.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.listofchanges.wrong.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.markup.bfit.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.markup.default.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.markup.nocolor.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.markup.underlined.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.markup.wrong.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.setaddedmarkup.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.setauthormarkup.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.setauthormarkupposition.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.setauthormarkuptext.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.setdeletedmarkup.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.setremarkmarkup.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.setsocextension.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.simple.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.ngerman.pdf
%doc %{_texmfdistdir}/doc/latex/changes/delcmdchanges.bash
%doc %{_texmfdistdir}/doc/latex/changes/userdoc/changes.de.tex
%doc %{_texmfdistdir}/doc/latex/changes/userdoc/changes.en.tex
#- source
%doc %{_texmfdistdir}/source/latex/changes/changes.drv
%doc %{_texmfdistdir}/source/latex/changes/changes.dtx
%doc %{_texmfdistdir}/source/latex/changes/changes.ins
%doc %{_texmfdistdir}/source/latex/changes/examples.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.2-6
+ Revision: b79703b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19540 |14mr|texlive-chappg-2.1b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/chappg
# catalog-date 2009-05-30 13:37:26 +0200
# catalog-license lppl
# catalog-version 2.1b
Name:		texlive-chappg
Version:	2.1b
Release:	3
Summary:	Page numbering by chapter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chappg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chappg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chappg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chappg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides for 'chapterno-pageno' or 'chaptername-
pageno' page numbering. Provision is made for front- and
backmatter in book class.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chappg/chappg.sty
%doc %{_texmfdistdir}/doc/latex/chappg/chappg.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chappg/chappg.dtx
%doc %{_texmfdistdir}/source/latex/chappg/chappg.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1b-3
+ Revision: 09be194
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19541 |14mr|texlive-chapterfolder-2.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/chapterfolder
# catalog-date 2008-02-29 20:00:41 +0100
# catalog-license lppl
# catalog-version 2.0.1
Name:		texlive-chapterfolder
Version:	2.0.1
Release:	3
Summary:	Package for working with complicated folder structures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chapterfolder
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chapterfolder.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chapterfolder.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chapterfolder.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package simplifies working with folder structures that
match the chapter/section/subsection structure. It provides
macros to define a folder that contains the file for a
chapter/section/subsection, and provides macros that allow
inclusion without using the full path, rather the path relative
to the current folder of the chapter/section/subsection. It
makes easy changing the name of a folder, for example.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chapterfolder/chapterfolder.sty
%doc %{_texmfdistdir}/doc/latex/chapterfolder/chapterfolder.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chapterfolder/chapterfolder.dtx
%doc %{_texmfdistdir}/source/latex/chapterfolder/chapterfolder.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.1-3
+ Revision: 95f4328
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19542 |14mr|texlive-charter-20090523-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/charter
# catalog-date 2009-05-23 20:19:02 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-charter
Version:	20090523
Release:	3
Summary:	Charter fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/charter
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/charter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/charter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A commercial text font donated for the common good. Support for
use with LaTeX is available in freenfss, part of psnfss.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/bitstrea/charter/bchb8a.afm
%{_texmfdistdir}/fonts/afm/bitstrea/charter/bchbi8a.afm
%{_texmfdistdir}/fonts/afm/bitstrea/charter/bchr8a.afm
%{_texmfdistdir}/fonts/afm/bitstrea/charter/bchri8a.afm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchb7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchb8c.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchb8r.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchb8t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbc7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbc8t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbi7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbi8c.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbi8r.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbi8t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbo7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbo8c.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbo8r.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbo8t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchr7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchr8c.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchr8r.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchr8t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchrc7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchrc8t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchri7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchri8c.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchri8r.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchri8t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchro7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchro8c.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchro8r.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchro8t.tfm
%{_texmfdistdir}/fonts/type1/bitstrea/charter/bchb8a.pfb
%{_texmfdistdir}/fonts/type1/bitstrea/charter/bchbi8a.pfb
%{_texmfdistdir}/fonts/type1/bitstrea/charter/bchr8a.pfb
%{_texmfdistdir}/fonts/type1/bitstrea/charter/bchri8a.pfb
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchb7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchb8c.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchb8t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbc7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbc8t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbi7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbi8c.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbi8t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbo7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbo8c.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbo8t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchr7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchr8c.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchr8t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchrc7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchrc8t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchri7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchri8c.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchri8t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchro7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchro8c.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchro8t.vf
%doc %{_texmfdistdir}/doc/fonts/charter/readme.charter

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090523-3
+ Revision: b115150
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19543 |14mr|texlive-chbibref-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17120
# category Package
# catalog-ctan /macros/latex/contrib/chbibref
# catalog-date 2010-02-23 16:16:11 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-chbibref
Version:	1.0
Release:	3
Summary:	Change the Bibliography/References title
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chbibref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chbibref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chbibref.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a single command, \setbibref, which sets whichever of
\bibname and \refname is in use. (\bibname is used in book.cls
and report.cls, and \refname is used in article.cls.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chbibref/chbibref.sty
%doc %{_texmfdistdir}/doc/latex/chbibref/chbibref.pdf
%doc %{_texmfdistdir}/doc/latex/chbibref/chbibref.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 1187f68
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19544 |14mr|texlive-checkcites-1.0h-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25678
# category Package
# catalog-ctan /support/checkcites
# catalog-date 2012-03-17 17:05:04 +0100
# catalog-license lppl1.3
# catalog-version 1.0h
Name:		texlive-checkcites
Version:	1.0h
Release:	2
Summary:	Check citation commands in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/checkcites
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/checkcites.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/checkcites.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-checkcites.bin = %{EVRD}

%description
The package provides a lua script written for the sole purpose
of detecting undefined and unused references from LaTeX
auxiliary or bibliography files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/checkcites
%{_texmfdistdir}/scripts/checkcites/checkcites.lua
%doc %{_texmfdistdir}/doc/support/checkcites/README
%doc %{_texmfdistdir}/doc/support/checkcites/checkcites-doc.pdf
%doc %{_texmfdistdir}/doc/support/checkcites/checkcites-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/checkcites/checkcites.lua checkcites
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0h-2
+ Revision: 5b264f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19545 |14mr|texlive-chemarrow-0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17146
# category Package
# catalog-ctan /macros/latex/contrib/chemarrow
# catalog-date 2010-02-21 18:58:04 +0100
# catalog-license pd
# catalog-version 0.9
Name:		texlive-chemarrow
Version:	0.9
Release:	3
Summary:	Arrows for use in chemistry
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chemarrow
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemarrow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemarrow.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemarrow.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle consists of a font (available as metafont source,
metapost source, and generated type 1 versions), and a package
to use it. The arrows in the font are designed to look more
like those in chemistry text-books than do Knuth's originals.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/chemarrow/arrow.afm
%{_texmfdistdir}/fonts/map/dvips/chemarrow/chemarrow.map
%{_texmfdistdir}/fonts/source/public/chemarrow/arrow.mf
%{_texmfdistdir}/fonts/tfm/public/chemarrow/arrow.tfm
%{_texmfdistdir}/fonts/type1/public/chemarrow/arrow.inf
%{_texmfdistdir}/fonts/type1/public/chemarrow/arrow.pfb
%{_texmfdistdir}/fonts/type1/public/chemarrow/arrow.pfm
%{_texmfdistdir}/tex/latex/chemarrow/chemarrow.sty
%doc %{_texmfdistdir}/doc/fonts/chemarrow/Liesmich.txt
%doc %{_texmfdistdir}/doc/fonts/chemarrow/README
%doc %{_texmfdistdir}/doc/fonts/chemarrow/arrow.Mac.sit.hqx
%doc %{_texmfdistdir}/doc/fonts/chemarrow/chemarrow-de.pdf
%doc %{_texmfdistdir}/doc/fonts/chemarrow/chemarrow-de.tex
%doc %{_texmfdistdir}/doc/fonts/chemarrow/chemarrow.pdf
%doc %{_texmfdistdir}/doc/fonts/chemarrow/chemarrow.tex
%doc %{_texmfdistdir}/doc/fonts/chemarrow/testchem.tex
#- source
%doc %{_texmfdistdir}/source/fonts/chemarrow/Arrow.vfb
%doc %{_texmfdistdir}/source/fonts/chemarrow/arrow.mp

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-3
+ Revision: 33dd412
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19546 |14mr|texlive-chembst-0.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/chembst
# catalog-date 2008-09-20 13:36:26 +0200
# catalog-license lppl
# catalog-version 0.2.5
Name:		texlive-chembst
Version:	0.2.5
Release:	3
Summary:	A collection of BibTeX files for chemistry journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/chembst
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chembst.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chembst.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chembst.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a collection of advanced BibTeX style files
suitable for publications in chemistry journals. Currently,
style files for journals published by the American Chemical
Society, Wiley-VCH and The Royal Society of Chemistry are
available. The style files support advanced features such as
automatic formatting of errata or creating an appropriate entry
for publications in Angewandte Chemie where both English and
German should be cited simultaneously.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/chembst/ChemCommun.bst
%{_texmfdistdir}/bibtex/bst/chembst/ChemEurJ.bst
%{_texmfdistdir}/bibtex/bst/chembst/InorgChem.bst
%{_texmfdistdir}/bibtex/bst/chembst/JAmChemSoc.bst
%{_texmfdistdir}/bibtex/bst/chembst/JAmChemSoc_all.bst
%{_texmfdistdir}/bibtex/bst/chembst/cv.bst
%doc %{_texmfdistdir}/doc/latex/chembst/README
%doc %{_texmfdistdir}/doc/latex/chembst/chembst.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chembst/chembst.dtx
%doc %{_texmfdistdir}/source/latex/chembst/chembst.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.5-3
+ Revision: d2b6dc5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19547 |14mr|texlive-chemcompounds-20070305-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/chemcompounds
# catalog-date 2007-03-05 14:17:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-chemcompounds
Version:	20070305
Release:	3
Summary:	Simple consecutive numbering of chemical compounds
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chemcompounds
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcompounds.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcompounds.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcompounds.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The chemcompounds package allows for a simple consecutive
numbering of chemical compounds. Optionally, it is possible to
supply a custom name for each compound. The package differs
from the chemcono package by not generating an odd-looking list
of compounds inside the text.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chemcompounds/chemcompounds.sty
%doc %{_texmfdistdir}/doc/latex/chemcompounds/README
%doc %{_texmfdistdir}/doc/latex/chemcompounds/chemcompounds.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chemcompounds/chemcompounds.dtx
%doc %{_texmfdistdir}/source/latex/chemcompounds/chemcompounds.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070305-3
+ Revision: 46b09b9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19548 |14mr|texlive-chemcono-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17119
# category Package
# catalog-ctan /macros/latex/contrib/chemcono
# catalog-date 2010-02-21 19:20:01 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-chemcono
Version:	1.3
Release:	3
Summary:	Support for compound numbers in chemistry documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chemcono
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcono.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcono.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for using compound numbers in chemistry
documents. It works like \cite and the \thebibliography, using
\fcite and \theffbibliography instead. It allows compound names
in documents to be numbered and does not affect the normal
citation routines.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chemcono/chemcono.sty
%{_texmfdistdir}/tex/latex/chemcono/drftcono.sty
%{_texmfdistdir}/tex/latex/chemcono/showkeysff.sty
%doc %{_texmfdistdir}/doc/latex/chemcono/chemcono.pdf
%doc %{_texmfdistdir}/doc/latex/chemcono/chemcono.tex
%doc %{_texmfdistdir}/doc/latex/chemcono/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 58666f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19549 |14mr|texlive-chemexec-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21632
# category Package
# catalog-ctan /macros/latex/contrib/chemexec
# catalog-date 2011-03-06 18:27:32 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-chemexec
Version:	1.0
Release:	3
Summary:	Creating (chemical) exercise sheets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chemexec
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemexec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemexec.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides environments and commands that the author
needed when preparing exercise sheets and other teaching
material. In particular, the package supports the creation of
exercise sheets, with separating printing of solutions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chemexec/chemexec.sty
%doc %{_texmfdistdir}/doc/latex/chemexec/README
%doc %{_texmfdistdir}/doc/latex/chemexec/chemexec_de.pdf
%doc %{_texmfdistdir}/doc/latex/chemexec/chemexec_de.tex
%doc %{_texmfdistdir}/doc/latex/chemexec/chemexec_en.pdf
%doc %{_texmfdistdir}/doc/latex/chemexec/chemexec_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: afcb184
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19550 |14mr|texlive-chemfig-1.0f-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25504
# category Package
# catalog-ctan /macros/generic/chemfig
# catalog-date 2012-02-24 23:23:08 +0100
# catalog-license lppl1.3
# catalog-version 1.0f
Name:		texlive-chemfig
Version:	1.0f
Release:	3
Summary:	Draw molecules with easy syntax
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/chemfig
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemfig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemfig.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the command \chemfig{<code>}, which draws
molecules using the tikz package. The <code> argument provides
instructions for the drawing operation. While the diagrams
produced are essentially 2-dimensional, the package supports
many of the conventional notations for illustrating the 3-
dimensional layout of a molecule. The package uses TikZ for its
actual drawing operations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/chemfig/chemfig.sty
%{_texmfdistdir}/tex/generic/chemfig/chemfig.tex
%{_texmfdistdir}/tex/generic/chemfig/t-chemfig.tex
%doc %{_texmfdistdir}/doc/generic/chemfig/README
%doc %{_texmfdistdir}/doc/generic/chemfig/chemfig_doc_en.pdf
%doc %{_texmfdistdir}/doc/generic/chemfig/chemfig_doc_en.tex
%doc %{_texmfdistdir}/doc/generic/chemfig/chemfig_doc_fr.pdf
%doc %{_texmfdistdir}/doc/generic/chemfig/chemfig_doc_fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0f-3
+ Revision: 173c8ad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19551 |14mr|texlive-chem-journal-20070101-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/chem-journal
# catalog-date 2007-01-01 10:31:54 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-chem-journal
Version:	20070101
Release:	3
Summary:	Various BibTeX formats for journals in Chemistry
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/chem-journal
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chem-journal.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Various BibTeX formats for journals in Chemistry, including
Reviews in Computational Chemistry, Journal of Physical
Chemistry, Journal of Computational Chemistry, and Physical
Chemistry Chemical Physics.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/chem-journal/jcc.bst
%{_texmfdistdir}/bibtex/bst/chem-journal/jpc.bst
%{_texmfdistdir}/bibtex/bst/chem-journal/pccp.bst
%{_texmfdistdir}/bibtex/bst/chem-journal/revcompchem.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070101-3
+ Revision: ae726df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19552 |14mr|texlive-chemmacros-3.3d-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27156
# category Package
# catalog-ctan /macros/latex/contrib/chemmacros
# catalog-date 2012-07-24 16:56:26 +0200
# catalog-license lppl1.3
# catalog-version 3.3d
Name:		texlive-chemmacros
Version:	3.3d
Release:	2
Summary:	A collection of macros to support typesetting chemistry documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chemmacros
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemmacros.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemmacros.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a collection of macros and commands which
are intended to make typesetting chemistry documents faster and
more convenient. Coverage includes some nomenclature commands,
oxidation numbers, thermodynamic data, newman projections, etc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chemmacros/chemformula.sty
%{_texmfdistdir}/tex/latex/chemmacros/chemmacros-version1.cfg
%{_texmfdistdir}/tex/latex/chemmacros/chemmacros.sty
%{_texmfdistdir}/tex/latex/chemmacros/ghsystem.sty
%{_texmfdistdir}/tex/latex/chemmacros/language/ghsystem_english.def
%{_texmfdistdir}/tex/latex/chemmacros/language/ghsystem_german.def
%{_texmfdistdir}/tex/latex/chemmacros/language/ghsystem_italian.def
%{_texmfdistdir}/tex/latex/chemmacros/language/ghsystem_langtemplate.def
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid-8.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid-8.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid-8.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid-8.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_aqpol.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_aqpol.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_aqpol.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_aqpol.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-black.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-black.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-black.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-black.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-white.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-white.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-white.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-white.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_exclam.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_exclam.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_exclam.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_exclam.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-1.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-1.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-1.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-1.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-2.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-2.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-2.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-2.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-3.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-3.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-3.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-3.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-4.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-4.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-4.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-4.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-5.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-5.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-5.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-5.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-6.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-6.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-6.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-6.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-black.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-black.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-black.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-black.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-white.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-white.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-white.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-white.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-black.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-black.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-black.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-black.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-white.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-white.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-white.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-white.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-1.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-1.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-1.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-1.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-2.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-2.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-2.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-2.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-black.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-black.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-black.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-black.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-white.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-white.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-white.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-white.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-black.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-black.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-black.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-black.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-white.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-white.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-white.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-white.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O-5-1.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O-5-1.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O-5-1.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O-5-1.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_health.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_health.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_health.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_health.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-2.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-2.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-2.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-2.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-6.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-6.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-6.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-6.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull.png
%doc %{_texmfdistdir}/doc/latex/chemmacros/README
%doc %{_texmfdistdir}/doc/latex/chemmacros/chemformula_test_sub_and_superscripts.tex
%doc %{_texmfdistdir}/doc/latex/chemmacros/chemmacros_de.pdf
%doc %{_texmfdistdir}/doc/latex/chemmacros/chemmacros_de.tex
%doc %{_texmfdistdir}/doc/latex/chemmacros/chemmacros_en.pdf
%doc %{_texmfdistdir}/doc/latex/chemmacros/chemmacros_en.tex
%doc %{_texmfdistdir}/doc/latex/chemmacros/chemmacros_it.pdf
%doc %{_texmfdistdir}/doc/latex/chemmacros/chemmacros_it.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3d-2
+ Revision: af82d35
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19553 |14mr|texlive-chemnum-0.5c-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27177
# category Package
# catalog-ctan /macros/latex/contrib/chemnum
# catalog-date 2012-07-24 16:08:54 +0200
# catalog-license lppl1.3
# catalog-version 0.5c
Name:		texlive-chemnum
Version:	0.5c
Release:	2
Summary:	A method of numbering chemical compounds
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chemnum
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemnum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemnum.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a \label- and \ref-like commands for
compound numbers. The package requires LaTeX 3 packages expl3
(from the l3kernel bundle) and xparse (from the l3packages
bundle).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chemnum/chemnum.sty
%doc %{_texmfdistdir}/doc/latex/chemnum/README
%doc %{_texmfdistdir}/doc/latex/chemnum/chemnum_de.pdf
%doc %{_texmfdistdir}/doc/latex/chemnum/chemnum_de.tex
%doc %{_texmfdistdir}/doc/latex/chemnum/chemnum_en.pdf
%doc %{_texmfdistdir}/doc/latex/chemnum/chemnum_en.tex
%doc %{_texmfdistdir}/doc/latex/chemnum/scheme-bla.ps
%doc %{_texmfdistdir}/doc/latex/chemnum/scheme-tmp.ps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5c-2
+ Revision: 3b3f68e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19554 |14mr|texlive-chemstyle-2.0m-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31096
# category Package
# catalog-ctan /macros/latex/contrib/chemstyle
# catalog-date 2013-07-05 11:22:34 +0200
# catalog-license lppl1.3
# catalog-version 2.0m
Name:		texlive-chemstyle
Version:	2.0m
Release:	6
Summary:	Writing chemistry with style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chemstyle
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemstyle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemstyle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemstyle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Chemstyle has been developed as a successor to the LaTeX
package provided by the rsc bundle. The package provides an
extensible system for formatting chemistry documents according
to the conventions of a number of leading journals. It also
provides some handy chemistry-related macros. Chemstyle is much
enhanced compared to its predecessor, and users of rsc are
strongly encouraged to migrate (all of the additional macros in
the rsc LaTeX package are present in chemstyle). The package
chemscheme is distributed with chemstyle; chemstyle itself
incorporates ideas that come from the trivfloat package; the
documentation uses the auto-pst-pdf package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chemstyle/chemscheme.sty
%{_texmfdistdir}/tex/latex/chemstyle/chemstyle.sty
%{_texmfdistdir}/tex/latex/chemstyle/config/angew.chemstyle.cfg
%{_texmfdistdir}/tex/latex/chemstyle/config/ic.chemstyle.cfg
%{_texmfdistdir}/tex/latex/chemstyle/config/jacs.chemstyle.cfg
%{_texmfdistdir}/tex/latex/chemstyle/config/jomc.chemstyle.cfg
%{_texmfdistdir}/tex/latex/chemstyle/config/orglett.chemstyle.cfg
%{_texmfdistdir}/tex/latex/chemstyle/config/rsc.chemstyle.cfg
%{_texmfdistdir}/tex/latex/chemstyle/config/tetlett.chemstyle.cfg
%doc %{_texmfdistdir}/doc/latex/chemstyle/README
%doc %{_texmfdistdir}/doc/latex/chemstyle/chemscheme.cdx
%doc %{_texmfdistdir}/doc/latex/chemstyle/chemstyle-demo.tex
%doc %{_texmfdistdir}/doc/latex/chemstyle/chemstyle.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chemstyle/chemstyle.dtx
%doc %{_texmfdistdir}/source/latex/chemstyle/chemstyle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0m-6
+ Revision: 27ac489
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19555 |14mr|texlive-cherokee-20081225-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21046
# category Package
# catalog-ctan /fonts/cherokee
# catalog-date 2008-12-25 20:17:19 +0100
# catalog-license noinfo
# catalog-version undef
Name:		texlive-cherokee
Version:	20081225
Release:	3
Summary:	A font for the Cherokee script
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cherokee
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cherokee.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cherokee.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Cherokee script was designed in 1821 by Segwoya. The
alphabet is essentially syllabic, only 6 characters (a e i o s
u) correspond to Roman letters: the font encodes these to the
corresponding roman letter. The remaining 79 characters have
been arbitrarily encoded in the range 38-122; the cherokee
package provides commands that map each such syllable to the
appropriate character; for example, Segwoya himself would be
represented \Cse\Cgwo\Cya.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/cherokee/cherokee.mf
%{_texmfdistdir}/fonts/tfm/public/cherokee/cherokee.tfm
%{_texmfdistdir}/tex/latex/cherokee/cherokee.sty
%doc %{_texmfdistdir}/doc/fonts/cherokee/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081225-3
+ Revision: a6a3b14
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19556 |14mr|texlive-chess-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20582
# category Package
# catalog-ctan /fonts/chess/chess
# catalog-date 2006-12-31 18:14:50 +0100
# catalog-license pd
# catalog-version 1.2
Name:		texlive-chess
Version:	1.2
Release:	3
Summary:	Fonts for typesetting chess boards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/chess/chess
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chess.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chess.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The original (and now somewhat dated) TeX chess font package.
Potential users should consider skak (for alternative fonts,
and notation support), texmate (for alternative notation
support), or chessfss (for flexible font choices).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/chess/README.mf
%{_texmfdistdir}/fonts/source/public/chess/chess10.mf
%{_texmfdistdir}/fonts/source/public/chess/chess20.mf
%{_texmfdistdir}/fonts/source/public/chess/chess30.mf
%{_texmfdistdir}/fonts/source/public/chess/chessbase.mf
%{_texmfdistdir}/fonts/source/public/chess/chessdiag.mf
%{_texmfdistdir}/fonts/source/public/chess/chessf10.mf
%{_texmfdistdir}/fonts/source/public/chess/chesspieces.mf
%{_texmfdistdir}/fonts/source/public/chess/empty.mf
%{_texmfdistdir}/fonts/tfm/public/chess/chess10.tfm
%{_texmfdistdir}/fonts/tfm/public/chess/chess20.tfm
%{_texmfdistdir}/fonts/tfm/public/chess/chess30.tfm
%{_texmfdistdir}/fonts/tfm/public/chess/chessf10.tfm
%{_texmfdistdir}/fonts/tfm/public/chess/chessfig10.tfm
%{_texmfdistdir}/tex/latex/chess/chess.sty
%doc %{_texmfdistdir}/doc/fonts/chess/board.epsf
%doc %{_texmfdistdir}/doc/fonts/chess/boards.ltx
%doc %{_texmfdistdir}/doc/fonts/chess/changes12
%doc %{_texmfdistdir}/doc/fonts/chess/chessdiag.Xmf
%doc %{_texmfdistdir}/doc/fonts/chess/copyright
%doc %{_texmfdistdir}/doc/fonts/chess/dutch-tt.ltx
%doc %{_texmfdistdir}/doc/fonts/chess/dutch-tt.tex
%doc %{_texmfdistdir}/doc/fonts/chess/installation
%doc %{_texmfdistdir}/doc/fonts/chess/kasparov.ltx
%doc %{_texmfdistdir}/doc/fonts/chess/makefile
%doc %{_texmfdistdir}/doc/fonts/chess/readme
%doc %{_texmfdistdir}/doc/fonts/chess/schaakmaatje.ltx
%doc %{_texmfdistdir}/doc/fonts/chess/symbols.ltx
%doc %{_texmfdistdir}/doc/fonts/chess/symbols.tex
%doc %{_texmfdistdir}/doc/fonts/chess/tal.ltx
%doc %{_texmfdistdir}/doc/fonts/chess/tal.tex
%doc %{_texmfdistdir}/doc/fonts/chess/tugboat.ltx
%doc %{_texmfdistdir}/doc/fonts/chess/tuggame.ltx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 0584ec2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19557 |14mr|texlive-chessboard-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/chessboard
# catalog-date 2008-08-17 13:56:26 +0200
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-chessboard
Version:	1.5
Release:	3
Summary:	Print chess boards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chessboard
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chessboard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chessboard.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chessboard.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package offers commands to print chessboards. It can print
partial boards, hide pieces and fields, color the boards and
put various marks on the board. It has a lot of options to
place pieces on the board. Using exotic pieces (e.g., for fairy
chess) is possible. The documentation includes an example of an
animated chessboard, for those whose PDF viewer can display
animations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chessboard/chessboard-keys-main.sty
%{_texmfdistdir}/tex/latex/chessboard/chessboard-keys-pgf.sty
%{_texmfdistdir}/tex/latex/chessboard/chessboard-pgf.sty
%{_texmfdistdir}/tex/latex/chessboard/chessboard.sty
%doc %{_texmfdistdir}/doc/latex/chessboard/README
%doc %{_texmfdistdir}/doc/latex/chessboard/README.TEXLIVE
#- source
%doc %{_texmfdistdir}/source/latex/chessboard/chessboard-src.dtx
%doc %{_texmfdistdir}/source/latex/chessboard/chessboard.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: 30d4cf3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19558 |14mr|texlive-chessfss-1.2a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/chessfss
# catalog-date 2008-08-17 13:56:26 +0200
# catalog-license lppl
# catalog-version 1.2a
Name:		texlive-chessfss
Version:	1.2a
Release:	3
Summary:	A package to handle chess fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chessfss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chessfss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chessfss.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chessfss.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package offers commands to use and switch between chess
fonts. It uses the LaTeX font selection scheme (nfss). The
package doesn't parse, format and print PGN input like e.g. the
packages skak or texmate; the aim of the package is to offer
writers of chess packages a bundle of commands for fonts, so
that they don't have to implement all these commands for
themselves. A normal user can use the package to print e.g.
single chess symbols and simple diagrams. The documentation
contains also a section about installation of chess fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/chessfss/chess-board-example-enc.enc
%{_texmfdistdir}/fonts/enc/dvips/chessfss/chess-fig-example-enc.enc
%{_texmfdistdir}/tex/latex/chessfss/chessfss.sty
%{_texmfdistdir}/tex/latex/chessfss/lsb1enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsb1skak.fd
%{_texmfdistdir}/tex/latex/chessfss/lsb1skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsb2enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsb2skak.fd
%{_texmfdistdir}/tex/latex/chessfss/lsb2skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsb3enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsb3skak.fd
%{_texmfdistdir}/tex/latex/chessfss/lsb3skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsbc1enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsbc1skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsbc2enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsbc2skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsbc3enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsbc3skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsbc4enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsbc4skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsbc5enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsbc5skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsbenc.def
%{_texmfdistdir}/tex/latex/chessfss/lsbskak.fd
%{_texmfdistdir}/tex/latex/chessfss/lsbskaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsfenc.def
%{_texmfdistdir}/tex/latex/chessfss/lsfskak.fd
%{_texmfdistdir}/tex/latex/chessfss/lsfskaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsienc.def
%{_texmfdistdir}/tex/latex/chessfss/lsiskak.fd
%{_texmfdistdir}/tex/latex/chessfss/lsiskaknew.fd
%doc %{_texmfdistdir}/doc/latex/chessfss/README
%doc %{_texmfdistdir}/doc/latex/chessfss/README.TEXLIVE
#- source
%doc %{_texmfdistdir}/source/latex/chessfss/chessfss-src.dtx
%doc %{_texmfdistdir}/source/latex/chessfss/chessfss.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2a-3
+ Revision: 3aba71f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19559 |14mr|texlive-chess-problem-diagrams-1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26206
# category Package
# catalog-ctan /macros/latex/contrib/chess-problem-diagrams
# catalog-date 2012-05-01 11:47:32 +0200
# catalog-license lppl1.2
# catalog-version 1.6
Name:		texlive-chess-problem-diagrams
Version:	1.6
Release:	2
Summary:	A package for typesetting chess problem diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chess-problem-diagrams
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chess-problem-diagrams.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chess-problem-diagrams.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chess-problem-diagrams.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides macros to typeset chess problem diagrams
including fairy chess problems (mostly using rotated images of
pieces) and other boards.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chess-problem-diagrams/diagram.sty
%doc %{_texmfdistdir}/doc/latex/chess-problem-diagrams/README
%doc %{_texmfdistdir}/doc/latex/chess-problem-diagrams/diagram.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chess-problem-diagrams/diagram.dtx
%doc %{_texmfdistdir}/source/latex/chess-problem-diagrams/diagram.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-2
+ Revision: 0ff1b76
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19560 |14mr|texlive-chet-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24864
# category Package
# catalog-ctan /macros/latex/contrib/chet
# catalog-date 2011-12-18 14:52:40 +0100
# catalog-license lppl1.3
# catalog-version 1.4
Name:		texlive-chet
Version:	1.4
Release:	3
Summary:	LaTeX class inspired by harvmac
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chet
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chet.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is designed to streamline the work of typesetting,
and to provide the look and feel of harvmac for readers.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/chet/chetref.bst
%{_texmfdistdir}/tex/latex/chet/chet.sty
%doc %{_texmfdistdir}/doc/latex/chet/README
%doc %{_texmfdistdir}/doc/latex/chet/chetdoc.pdf
%doc %{_texmfdistdir}/doc/latex/chet/chetdoc.tex
%doc %{_texmfdistdir}/doc/latex/chet/chetmacros.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 35f5d1e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19561 |14mr|texlive-chextras-1.01-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27118
# category Package
# catalog-ctan /macros/latex/contrib/chextras
# catalog-date 2012-07-20 19:39:58 +0200
# catalog-license lppl1.3
# catalog-version 1.01
Name:		texlive-chextras
Version:	1.01
Release:	2
Summary:	A companion package for the Swiss typesetter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chextras
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chextras.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chextras.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chextras.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package simplifies the preparation of Swiss documents and
letters by setting up linguistic and common packages. While it
is a useful addition to the chletter document class, it is not
tied to it and may be used as a general purpose package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chextras/chextras.sty
%{_texmfdistdir}/tex/latex/chextras/eu1lmros.fd
%{_texmfdistdir}/tex/latex/chextras/eu1lmssos.fd
%{_texmfdistdir}/tex/latex/chextras/eu1lmttos.fd
%{_texmfdistdir}/tex/latex/chextras/eu1lmvttos.fd
%{_texmfdistdir}/tex/latex/chextras/t1lmros.fd
%{_texmfdistdir}/tex/latex/chextras/t1lmssos.fd
%{_texmfdistdir}/tex/latex/chextras/t1lmttos.fd
%{_texmfdistdir}/tex/latex/chextras/t1lmvttos.fd
%doc %{_texmfdistdir}/doc/latex/chextras/README
%doc %{_texmfdistdir}/doc/latex/chextras/chextras.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chextras/chextras.dtx
%doc %{_texmfdistdir}/source/latex/chextras/chextras.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-2
+ Revision: 777bb9c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19562 |14mr|texlive-chicago-20081225-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/chicago
# catalog-date 2008-12-25 20:17:19 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-chicago
Version:	20081225
Release:	3
Summary:	A "Chicago" bibliography style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/chicago
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chicago.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Chicago is a BibTeX style that follows the "B" reference style
of the 13th Edition of the Chicago manual of style; a LaTeX
package (to LaTeX 2.09 conventions) is also provided. The style
was derived from the newapa style.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/chicago/chicago.bst
%{_texmfdistdir}/tex/latex/chicago/chicago.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081225-3
+ Revision: 885d92c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19563 |14mr|texlive-chicago-annote-20090203-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/chicago-annote/chicago-annote.bst
# catalog-date 2009-02-03 15:12:24 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-chicago-annote
Version:	20090203
Release:	3
Summary:	Chicago-based annotated BibTeX style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/chicago-annote/chicago-annote.bst
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chicago-annote.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chicago-annote.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a revision of chicagoa.bst, using the commonly-used
annote field in place of the original's annotation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/chicago-annote/chicago-annote.bst
%doc %{_texmfdistdir}/doc/bibtex/chicago-annote/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090203-3
+ Revision: e26f729
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19564 |14mr|texlive-chickenize-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26702
# category Package
# catalog-ctan /macros/luatex/generic/chickenize
# catalog-date 2012-05-21 11:52:01 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-chickenize
Version:	0.1
Release:	2
Summary:	Use lua callbacks for "interesting" textual effects
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/chickenize
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chickenize.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chickenize.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chickenize.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows manipulations of any LuaTeX document (it is
known to work with Plain LuaTeX and LuaLaTeX). Most of the
package's functions are merely for fun or educational use, but
some functions (for example, colorstretch for visualising the
badness and font expansion of each line, and letterspaceadjust
doing what its name says) could be useful in a "normal" LuaTeX
document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/chickenize/chickenize.lua
%{_texmfdistdir}/tex/luatex/chickenize/chickenize.sty
%{_texmfdistdir}/tex/luatex/chickenize/chickenize.tex
%doc %{_texmfdistdir}/doc/luatex/chickenize/README
%doc %{_texmfdistdir}/doc/luatex/chickenize/chickenize.pdf
#- source
%doc %{_texmfdistdir}/source/luatex/chickenize/chickenize.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: 2eb49ad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19565 |14mr|texlive-chkfloat-0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27473
# category Package
# catalog-ctan /macros/latex/contrib/chkfloat
# catalog-date 2012-08-20 08:30:38 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-chkfloat
Version:	0.1
Release:	8
Summary:	Warn whenever a float is placed "to far away"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chkfloat
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chkfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chkfloat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package checks for floats that are placed too far from
their origin. It was motivated by a question on the question
and answer page.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chkfloat/chkfloat.sty
%doc %{_texmfdistdir}/doc/latex/chkfloat/README
%doc %{_texmfdistdir}/doc/latex/chkfloat/chkfloat.pdf
%doc %{_texmfdistdir}/doc/latex/chkfloat/chkfloat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-8
+ Revision: 82903ee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19566 |14mr|texlive-chktex-1.7.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29821
# category TLCore
# catalog-ctan /support/chktex
# catalog-date 2012-12-29 15:06:49 +0100
# catalog-license gpl
# catalog-version 1.7.1
Name:		texlive-chktex
Version:	1.7.1
Release:	8
Summary:	Check for errors in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/chktex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chktex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chktex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-chktex.bin

%description
The program reports typographic and other errors in LaTeX
documents. Filters are also provided for checking the LaTeX
parts of CWEB documents.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/chkweb
%{_bindir}/deweb
%{_texmfdistdir}/chktex/chktexrc
%{_texmfdistdir}/scripts/chktex/chkweb.sh
%{_texmfdistdir}/scripts/chktex/deweb.pl
%doc %{_texmfdistdir}/doc/chktex/ChkTeX.pdf
%doc %{_mandir}/man1/chktex.1*
%doc %{_texmfdistdir}/doc/man/man1/chktex.man1.pdf
%doc %{_mandir}/man1/chkweb.1*
%doc %{_texmfdistdir}/doc/man/man1/chkweb.man1.pdf
%doc %{_mandir}/man1/deweb.1*
%doc %{_texmfdistdir}/doc/man/man1/deweb.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/chktex/chkweb.sh chkweb
    ln -sf %{_texmfdistdir}/scripts/chktex/deweb.pl deweb
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.1-8
+ Revision: f0345cd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19567 |14mr|texlive-chletter-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20060
# category Package
# catalog-ctan /macros/latex/contrib/chletter
# catalog-date 2010-10-11 07:24:02 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-chletter
Version:	2.0
Release:	3
Summary:	Class for typesetting letters to Swiss rules
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chletter
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chletter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chletter.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chletter.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class enables composition of letters fitting into Swiss C5
& C6/5 windowed envelopes. No assumption is made about the
language used. The class is based on the standard LaTeX classes
and is compatible with the LaTeX letter class. It is not
limited to letters and may be used as a generic document class;
it is used with the chextras package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chletter/chletter.cls
%doc %{_texmfdistdir}/doc/latex/chletter/README
%doc %{_texmfdistdir}/doc/latex/chletter/chletter.pdf
%doc %{_texmfdistdir}/doc/latex/chletter/chlettmp.tex
#- source
%doc %{_texmfdistdir}/source/latex/chletter/chletter.dtx
%doc %{_texmfdistdir}/source/latex/chletter/chletter.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 7e88760
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19568 |14mr|texlive-chngcntr-1.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17157
# category Package
# catalog-ctan /macros/latex/contrib/chngcntr
# catalog-date 2010-03-09 12:54:42 +0100
# catalog-license lppl
# catalog-version 1.0a
Name:		texlive-chngcntr
Version:	1.0a
Release:	3
Summary:	Change the resetting of counters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chngcntr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chngcntr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chngcntr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines commands \counterwithin (which sets up a counter to be
reset when another is incremented) and \counterwithout (which
unsets such a relationship).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chngcntr/chngcntr.sty
%doc %{_texmfdistdir}/doc/latex/chngcntr/chngcntr.pdf
%doc %{_texmfdistdir}/doc/latex/chngcntr/chngcntr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-3
+ Revision: 87f8a22
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19569 |14mr|texlive-chronology-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29682
# category Package
# catalog-ctan /macros/latex/contrib/chronology
# catalog-date 2013-04-05 17:50:33 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-chronology
Version:	1.1
Release:	6
Summary:	Provides a horizontal timeline
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chronology
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chronology.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chronology.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A timeline package that allows labelling of events with per-day
granularity. Other features include relative positioning with
unit specification, adjustable tick mark step size, and scaling
to specified width.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chronology/chronology.sty
%doc %{_texmfdistdir}/doc/latex/chronology/README
%doc %{_texmfdistdir}/doc/latex/chronology/example.pdf
%doc %{_texmfdistdir}/doc/latex/chronology/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 562f7a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19570 |14mr|texlive-chronosys-1.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26700
# category Package
# catalog-ctan /macros/latex/contrib/chronosys
# catalog-date 2012-05-28 13:36:39 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-chronosys
Version:	1.20
Release:	2
Summary:	Drawing time-line diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chronosys
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chronosys.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chronosys.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros to produce time line diagrams. Interfaces for Plain TeX,
Context and LaTeX are provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/chronosys/chronosys.sty
%{_texmfdistdir}/tex/generic/chronosys/chronosys.tex
%{_texmfdistdir}/tex/generic/chronosys/chronosyschr.tex
%{_texmfdistdir}/tex/generic/chronosys/x-chronosys.tex
%doc %{_texmfdistdir}/doc/generic/chronosys/README
%doc %{_texmfdistdir}/doc/generic/chronosys/docchronosys_en.pdf
%doc %{_texmfdistdir}/doc/generic/chronosys/docchronosys_en.tex
%doc %{_texmfdistdir}/doc/generic/chronosys/docchronosys_fr.pdf
%doc %{_texmfdistdir}/doc/generic/chronosys/docchronosys_fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20-2
+ Revision: d0a9ac8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19571 |14mr|texlive-chscite-2.999-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26383
# category Package
# catalog-ctan /macros/latex/contrib/chscite
# catalog-date 2012-05-14 12:19:39 +0200
# catalog-license lppl1.2
# catalog-version 2.999
Name:		texlive-chscite
Version:	2.999
Release:	2
Summary:	Bibliography style for Chalmers University of Technology
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chscite
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chscite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chscite.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chscite.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package, heavily based on the harvard package for Harvard-
style citations, provides a citation suite for students at
Chalmers University of Technology that follows given
recommendations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/chscite/chscite.bst
%{_texmfdistdir}/tex/latex/chscite/chscite.sty
%doc %{_texmfdistdir}/doc/latex/chscite/README
%doc %{_texmfdistdir}/doc/latex/chscite/chscite.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chscite/chscite.dtx
%doc %{_texmfdistdir}/source/latex/chscite/chscite.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.999-2
+ Revision: 275ab74
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19572 |14mr|texlive-circ-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/diagrams/circ
# catalog-date 2006-12-31 18:14:50 +0100
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-circ
Version:	1.1
Release:	3
Summary:	Macros for typesetting circuit diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/diagrams/circ
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/circ.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/circ.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/circ.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Several electrical symbols like resistor, capacitor,
transistors etc., are defined. The symbols can be connected
with wires. The package also contains an American resistor
symbol for those of us on that side of the Atlantic. The
package also has simple facilities for producing optics
diagrams; however, no-one would deny that the PSTricks pst-
optic package, or the MetaPost makecirc package does the job
better.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/circ/cibimos.mf
%{_texmfdistdir}/fonts/source/public/circ/cicirc.mf
%{_texmfdistdir}/fonts/source/public/circ/cidiod.mf
%{_texmfdistdir}/fonts/source/public/circ/cioptic.mf
%{_texmfdistdir}/fonts/source/public/circ/ciphysic.mf
%{_texmfdistdir}/fonts/source/public/circ/cirest.mf
%{_texmfdistdir}/fonts/source/public/circ/cisym.mf
%{_texmfdistdir}/fonts/source/public/circ/ciwidko.mf
%{_texmfdistdir}/fonts/source/public/circ/csym.mf
%{_texmfdistdir}/fonts/source/public/circ/defcirc.mf
%{_texmfdistdir}/fonts/tfm/public/circ/cioptic.tfm
%{_texmfdistdir}/tex/latex/circ/basic.def
%{_texmfdistdir}/tex/latex/circ/box.def
%{_texmfdistdir}/tex/latex/circ/circ.sty
%{_texmfdistdir}/tex/latex/circ/gate.def
%{_texmfdistdir}/tex/latex/circ/ic.def
%{_texmfdistdir}/tex/latex/circ/oldgate.def
%{_texmfdistdir}/tex/latex/circ/optics.def
%{_texmfdistdir}/tex/latex/circ/physics.def
%doc %{_texmfdistdir}/doc/latex/circ/COPYING
%doc %{_texmfdistdir}/doc/latex/circ/README
%doc %{_texmfdistdir}/doc/latex/circ/cidoc.tex
%doc %{_texmfdistdir}/doc/latex/circ/circ.pdf
%doc %{_texmfdistdir}/doc/latex/circ/circ.txt
%doc %{_texmfdistdir}/doc/latex/circ/cisyms.tex
%doc %{_texmfdistdir}/doc/latex/circ/index.hlp
#- source
%doc %{_texmfdistdir}/source/latex/circ/Makefile
%doc %{_texmfdistdir}/source/latex/circ/circ.drv
%doc %{_texmfdistdir}/source/latex/circ/circ.dtx
%doc %{_texmfdistdir}/source/latex/circ/circ.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 991ca5a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19573 |14mr|texlive-circuitikz-0.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23913
# category Package
# catalog-ctan /graphics/pgf/contrib/circuitikz
# catalog-date 2009-11-25 18:21:28 +0100
# catalog-license lppl
# catalog-version 0.2.3
Name:		texlive-circuitikz
Version:	0.2.3
Release:	3
Summary:	Draw electrical networks with TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/circuitikz
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/circuitikz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/circuitikz.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a set of macros for naturally typesetting
electrical and (somewhat less naturally, perhaps) electronic
networks. It is designed as a tool that is easy to use, with a
lean syntax, native to LaTeX, and directly supporting PDF
output format. So is based on the very impressive pgf/TikZ
package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/circuitikz/circuitikz.code.tex
%{_texmfdistdir}/tex/latex/circuitikz/circuitikz.sty
%{_texmfdistdir}/tex/latex/circuitikz/circuitikz1.code.tex
%{_texmfdistdir}/tex/latex/circuitikz/pgfcircbipoles.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcirccurrent.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcirclabel.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcircmath.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcircmonopoles.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcircquadpoles.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcircshapes.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcirctripoles.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcircutils.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcircvoltage.sty
%{_texmfdistdir}/tex/latex/circuitikz/t-circuitikz.tex
%doc %{_texmfdistdir}/doc/latex/circuitikz/CHANGELOG
%doc %{_texmfdistdir}/doc/latex/circuitikz/README
%doc %{_texmfdistdir}/doc/latex/circuitikz/circuitikz-context.pdf
%doc %{_texmfdistdir}/doc/latex/circuitikz/circuitikz-context.tex
%doc %{_texmfdistdir}/doc/latex/circuitikz/circuitikzmanual.pdf
%doc %{_texmfdistdir}/doc/latex/circuitikz/circuitikzmanual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.3-3
+ Revision: b148522
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19574 |14mr|texlive-cite-5.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19955
# category Package
# catalog-ctan /macros/latex/contrib/cite
# catalog-date 2010-09-12 10:54:58 +0200
# catalog-license other-free
# catalog-version 5.3
Name:		texlive-cite
Version:	5.3
Release:	3
Summary:	Improved citation handling in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cite
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cite.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports compressed, sorted lists of numerical
citations, and also deals with various punctuation and other
issues of representation, including comprehensive management of
break points. The package is compatible with both hyperref and
backref. The package is (unsurprisingly) part of the cite
bundle of the author's citation-related packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cite/chapterbib.sty
%{_texmfdistdir}/tex/latex/cite/cite.sty
%{_texmfdistdir}/tex/latex/cite/drftcite.sty
%{_texmfdistdir}/tex/latex/cite/overcite.sty
%doc %{_texmfdistdir}/doc/latex/cite/README
%doc %{_texmfdistdir}/doc/latex/cite/chapterbib.ltx
%doc %{_texmfdistdir}/doc/latex/cite/chapterbib.pdf
%doc %{_texmfdistdir}/doc/latex/cite/cite.ltx
%doc %{_texmfdistdir}/doc/latex/cite/cite.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.3-3
+ Revision: c217372
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19575 |14mr|texlive-cjhebrew-0.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/hebrew/cjhebrew
# catalog-date 2007-01-01 00:37:00 +0100
# catalog-license lppl
# catalog-version 0.1a
Name:		texlive-cjhebrew
Version:	0.1a
Release:	3
Summary:	Typeset Hebrew with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hebrew/cjhebrew
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjhebrew.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjhebrew.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The cjhebrew package provides Adobe Type 1 fonts for Hebrew,
and LaTeX macros to support their use. Hebrew text can be
vocalised, and a few accents are also available. The package
makes it easy to include Hebrew text in other-language
documents. The package makes use of the e-TeX extensions to
TeX, so should be run using an "e-LaTeX".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/cjhebrew/cjheblsm.afm
%{_texmfdistdir}/fonts/afm/public/cjhebrew/cjhebltx.afm
%{_texmfdistdir}/fonts/enc/dvips/cjhebrew/cjhebltx.enc
%{_texmfdistdir}/fonts/map/dvips/cjhebrew/cjhebrew.map
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/cjhblsm.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/cjhbltx.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/cjheblsm.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/cjhebltx.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/rcjhblsm.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/rcjhbltx.tfm
%{_texmfdistdir}/fonts/type1/public/cjhebrew/cjheblsm.pfb
%{_texmfdistdir}/fonts/type1/public/cjhebrew/cjhebltx.pfb
%{_texmfdistdir}/fonts/vf/public/cjhebrew/cjhblsm.vf
%{_texmfdistdir}/fonts/vf/public/cjhebrew/cjhbltx.vf
%{_texmfdistdir}/tex/latex/cjhebrew/cjhebrew.sty
%doc %{_texmfdistdir}/doc/fonts/cjhebrew/cjhebtst.tex
%doc %{_texmfdistdir}/doc/fonts/cjhebrew/manual.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1a-3
+ Revision: b2f6954
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19576 |14mr|texlive-cjk-4.8.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26296
# category Package
# catalog-ctan /language/chinese/CJK
# catalog-date 2012-05-09 20:27:35 +0200
# catalog-license gpl
# catalog-version 4.8.3
Name:		texlive-cjk
Version:	4.8.3
Release:	2
Summary:	CJK language support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/chinese/CJK
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-arphic
Requires:	texlive-cns
Requires:	texlive-garuda-c90
Requires:	texlive-norasi-c90
Requires:	texlive-thailatex
Requires:	texlive-uhc
Requires:	texlive-wadalab

%description
CJK is a macro package for LaTeX, providing simultaneous
support for various Asian scripts in many encodings (including
Unicode): - Chinese (both traditional and simplified), -
Japanese, - Korean and - Thai. A special add-on feature is an
interface to the Emacs editor (cjk-enc.el) which gives
simultaneous, easy-to-use support to a bunch of other scripts
in addition to the above: - Cyrillic, - Greek, - Latin-based
scripts, - Russian and - Vietnamese.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42goth.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42goth.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42maru.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42maru.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42min.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42min.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c52maru.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c52maru.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c52min.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c52min.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70goth.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70goth.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70maru.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70maru.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70min.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70min.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/Bg5.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/Bg5.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/Bg5.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/Bg5.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/HK.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bkai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bkai.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bsmi.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bsmi.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bsmir.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bsmir.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00cns.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00fs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00kai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00kair.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00kair.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c01song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c05song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c09song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CEF/c80song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CEF/c81song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CJK.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/CJK.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKfntef.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKnumb.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKspace.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKulem.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKutf8.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKvert.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/EUC-TW.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/EUC-TW.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/EUC-TW.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c31song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c32song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c33song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c34song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c35song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c36song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c37song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/GB.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/GB.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10fs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10gbsn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10gbsn.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10gkai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10gkai.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c11song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c19song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c20song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c21song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/EUC-JP.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/EUC-JP.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/EUC-JP.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/EUC-JPdnp.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/JIS.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/JIS.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/JISdnp.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c40song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c41song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c42song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c43song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c50song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/HLaTeX.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/KSHL.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63bm.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63dn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63jgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63jmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63jnv.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63jsr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63pg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63pga.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63ph.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63pn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63sh.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63tz.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63vd.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63yt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64bm.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64dn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64jgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64jmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64jnv.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64jsr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64pg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64pga.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64ph.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64pn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64sh.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64tz.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64vd.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64yt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65bm.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65dn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65jgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65jmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65jnv.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65jsr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65pg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65pga.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65ph.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65pn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65sh.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65tz.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65vd.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65yt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/pshan.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/KS.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/KS.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60dr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60hgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60hmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60hol.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60hpg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61dr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61hgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61hmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61hol.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61hpg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c62song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hangul.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hangul.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hangul2.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hangul2.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hanja.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hanja.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJISdnp.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJISdnp.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/c49song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/UTF8.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/UTF8.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/UTF8.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70bkai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70bkai.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70bsmi.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70bsmi.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70gbsn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70gbsn.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70gkai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70gkai.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70mj.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/ja.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/ko-Hang.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/ko-Hang2.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/ko-Hani.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/zh-Hans.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/zh-Hant.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/extended.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/extended.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/mule/MULEenc.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/pinyin.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/pmC.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/pmCbig.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/pmCsmall.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/ruby.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/standard.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/standard.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/standard.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90cmr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90cmss.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90cmtt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90enc.def
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90gar.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90nrsr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/thaicjk.ldf
%{_texmfdistdir}/tex/latex/cjk/utils/pyhyphen/pinyin.ldf
%doc %{_texmfdistdir}/doc/latex/cjk/ChangeLog
%doc %{_texmfdistdir}/doc/latex/cjk/MANIFEST
%doc %{_texmfdistdir}/doc/latex/cjk/Makefile
%doc %{_texmfdistdir}/doc/latex/cjk/README
%doc %{_texmfdistdir}/doc/latex/cjk/TODO
%doc %{_texmfdistdir}/doc/latex/cjk/doc/CEF.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/CJK.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/CJKnumb.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/CJKspace.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/CJKutf8.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/COPYING
%doc %{_texmfdistdir}/doc/latex/cjk/doc/INSTALL
%doc %{_texmfdistdir}/doc/latex/cjk/doc/TDS.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/chinese/README
%doc %{_texmfdistdir}/doc/latex/cjk/doc/chinese/READMEb5.tex
%doc %{_texmfdistdir}/doc/latex/cjk/doc/chinese/READMEgb.tex
%doc %{_texmfdistdir}/doc/latex/cjk/doc/chinese/emTeXb5.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/chinese/teTeXb5.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/cjk-enc.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/cjk/README
%doc %{_texmfdistdir}/doc/latex/cjk/doc/cjk/READMEb5.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/doc/commands.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/dvidrv.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/fdxfiles.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/fonts.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/hbf2gf.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/history.2_5
%doc %{_texmfdistdir}/doc/latex/cjk/doc/history.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/README
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/ascii.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/japanese.jis
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/japanese.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/jp-fonts.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/jp-tex.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/preview.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/shibuaki.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdf/READMEb5.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdf/READMEgb.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/HOWTO.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/bkai.map
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/cid-x.map
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/cwtb.map
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/dvipdfmx.cfg
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/gen-map.pl
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/map.list
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00cwtb.fd
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00tmpl.fd
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/GB/c10tmpl.fd
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/JIS/c40tmpl.fd
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/SJIS/c49tmpl.fd
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/updmap.my
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/wcl.sfd
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pinyin.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pyhyphen.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/reftex.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/ruby.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/thaifont.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/vertical.txt
%doc %{_texmfdistdir}/doc/latex/cjk/examples/Big5.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/Big5vert.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/CEF_test.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/CJKbabel.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/CJKfntef.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/CJKmixed.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/CJKspace.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/CJKutf8.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/GB.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/JIS.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/KS.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/README
%doc %{_texmfdistdir}/doc/latex/cjk/examples/SJIS.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/UTF8.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/Big5.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/Big5vert.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/CEF_test.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/CJKbabel.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/SJIS.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/muletest.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/rubytest.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/thai.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/muletest.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/Big5.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/Big5vert.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/CEF_test.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKbabel.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKfntef.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKmixed.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKspace.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKutf8.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/GB.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/JIS.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/KS.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/SJIS.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/UTF8.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/muletest.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/py_test.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/pytest.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/rubytest.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/thai.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/thai_utf8.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/py_test.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/rubytest.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/thai.tex
%doc %{_texmfdistdir}/doc/latex/cjk/texlive/bin-cjkutils.pl
%doc %{_texmfdistdir}/doc/latex/cjk/texlive/c90.pl
%doc %{_texmfdistdir}/doc/latex/cjk/texlive/cjk-build.pl
%doc %{_texmfdistdir}/doc/latex/cjk/texlive/cjk.pl
%doc %{_texmfdistdir}/doc/latex/cjk/texlive/dnp.pl
%doc %{_texmfdistdir}/doc/latex/cjk/texlive/garuda-c90.pl
%doc %{_texmfdistdir}/doc/latex/cjk/texlive/norasi-c90.pl
%doc %{_texmfdistdir}/doc/latex/cjk/utils/pyhyphen/pytest.tex
#- source
%doc %{_texmfdistdir}/source/latex/cjk/contrib/wadalab/fixwada
%doc %{_texmfdistdir}/source/latex/cjk/contrib/wadalab/fixwada2.pl
%doc %{_texmfdistdir}/source/latex/cjk/contrib/wadalab/makefont
%doc %{_texmfdistdir}/source/latex/cjk/contrib/wadalab/makeuniwada.pl
%doc %{_texmfdistdir}/source/latex/cjk/contrib/wadalab/wadalab.map
%doc %{_texmfdistdir}/source/latex/cjk/contrib/wadalab/wadalab.txt
%doc %{_texmfdistdir}/source/latex/cjk/texinput/KS/HLaTeX/c63mj.fd
%doc %{_texmfdistdir}/source/latex/cjk/texinput/KS/HLaTeX/c64mj.fd
%doc %{_texmfdistdir}/source/latex/cjk/texinput/KS/HLaTeX/c65mj.fd
%doc %{_texmfdistdir}/source/latex/cjk/utils/Bg5conv/bg5conv.w
%doc %{_texmfdistdir}/source/latex/cjk/utils/Bg5conv/bg5latex.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/Bg5conv/bg5latex.cmd
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/cef5conv.w
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/cef5ltx.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/cef5ltx.cmd
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/cefconv.w
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/ceflatex.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/ceflatex.cmd
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/cefsconv.w
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/cefsltx.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/cefsltx.cmd
%doc %{_texmfdistdir}/source/latex/cjk/utils/SJISconv/sjisconv.w
%doc %{_texmfdistdir}/source/latex/cjk/utils/SJISconv/sjisltx.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/SJISconv/sjisltx.cmd
%doc %{_texmfdistdir}/source/latex/cjk/utils/extconv/bg5pltx.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/extconv/bg5pltx.cmd
%doc %{_texmfdistdir}/source/latex/cjk/utils/extconv/extconv.w
%doc %{_texmfdistdir}/source/latex/cjk/utils/extconv/gbklatex.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/extconv/gbklatex.cmd
%doc %{_texmfdistdir}/source/latex/cjk/utils/f_name.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/hbf2gf/Makefile.gnu
%doc %{_texmfdistdir}/source/latex/cjk/utils/hbf2gf/Makefile.in
%doc %{_texmfdistdir}/source/latex/cjk/utils/hbf2gf/README
%doc %{_texmfdistdir}/source/latex/cjk/utils/hbf2gf/c-auto.h
%doc %{_texmfdistdir}/source/latex/cjk/utils/hbf2gf/dvidrv.btm
%doc %{_texmfdistdir}/source/latex/cjk/utils/lisp/cjkspace.el
%doc %{_texmfdistdir}/source/latex/cjk/utils/lisp/cjktilde.el
%doc %{_texmfdistdir}/source/latex/cjk/utils/lisp/emacs/cjk-enc.el
%doc %{_texmfdistdir}/source/latex/cjk/utils/lisp/emacs/thai-word.el
%doc %{_texmfdistdir}/source/latex/cjk/utils/lisp/mule-2.3/cjk-enc.el
%doc %{_texmfdistdir}/source/latex/cjk/utils/pyhyphen/pinyin.c
%doc %{_texmfdistdir}/source/latex/cjk/utils/pyhyphen/pinyin.tr
%doc %{_texmfdistdir}/source/latex/cjk/utils/pyhyphen/pyhyph.tex
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/clonevf.pl
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/hlatex2agl.pl
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/makefdx.pl
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/sfd2uni.pl
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/subfonts.pe
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/uni2sfd.pl
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/vertical.pe
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/vertref.pe

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.8.3-2
+ Revision: 0894f97
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19577 |14mr|texlive-cjk-ko-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32342
# category Package
# catalog-ctan /language/korean/cjk-ko
# catalog-date 2013-12-06 13:41:45 +0100
# catalog-license other-free
# catalog-version 1.3
Name:		texlive-cjk-ko
Version:	1.3
Release:	2
Summary:	Extension of the CJK package for Korean typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/korean/cjk-ko
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk-ko.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk-ko.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports typesetting UTF-8-encoded modern Korean
documents with the help of the LaTeX2e CJK package. The package
requires nanumtype1 fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cjk-ko/cjkutf8-josa.sty
%{_texmfdistdir}/tex/latex/cjk-ko/cjkutf8-ko.sty
%{_texmfdistdir}/tex/latex/cjk-ko/cjkutf8-nanummjhanja.sty
%{_texmfdistdir}/tex/latex/cjk-ko/kolabels-utf.sty
%{_texmfdistdir}/tex/latex/cjk-ko/konames-utf.sty
%{_texmfdistdir}/tex/latex/cjk-ko/kotex.sty
%doc %{_texmfdistdir}/doc/latex/cjk-ko/ChangeLog
%doc %{_texmfdistdir}/doc/latex/cjk-ko/README
%doc %{_texmfdistdir}/doc/latex/cjk-ko/cjk-ko-doc.pdf
%doc %{_texmfdistdir}/doc/latex/cjk-ko/cjk-ko-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-2
+ Revision: cfb5ca1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19578 |14mr|texlive-cjkpunct-4.8.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/chinese/cjkpunct
# catalog-date 2009-11-09 14:16:05 +0100
# catalog-license lppl
# catalog-version 4.8.1-2
Name:		texlive-cjkpunct
Version:	4.8.1.2
Release:	3
Summary:	Adjust locations and kerning of CJK punctuation marks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/chinese/cjkpunct
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkpunct.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkpunct.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkpunct.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package serves as a companion package for CJK.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cjkpunct/CJKpunct.sty
%doc %{_texmfdistdir}/doc/latex/cjkpunct/CJKpunct.pdf
%doc %{_texmfdistdir}/doc/latex/cjkpunct/CJKpunct.spa
%doc %{_texmfdistdir}/doc/latex/cjkpunct/README
%doc %{_texmfdistdir}/doc/latex/cjkpunct/README.zh-cn.txt
%doc %{_texmfdistdir}/doc/latex/cjkpunct/examples/example-CJKfntef.tex
%doc %{_texmfdistdir}/doc/latex/cjkpunct/examples/example-gb.tex
%doc %{_texmfdistdir}/doc/latex/cjkpunct/examples/example-gbk.tex
%doc %{_texmfdistdir}/doc/latex/cjkpunct/examples/example-utf8.tex
%doc %{_texmfdistdir}/doc/latex/cjkpunct/setpunct/setpunct-macros.tex
%doc %{_texmfdistdir}/doc/latex/cjkpunct/setpunct/setpunct-main.tex
#- source
%doc %{_texmfdistdir}/source/latex/cjkpunct/CJKpunct.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.8.1.2-3
+ Revision: c2d552b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19579 |14mr|texlive-cjkutils-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-cjkutils
Version:	20131013
Release:	6
Summary:	TeXLive cjkutils package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkutils.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkutils.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-cjkutils.bin

%description
TeXLive cjkutils package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/hbf2gf/README
%{_texmfdistdir}/hbf2gf/b5ka12.cfg
%{_texmfdistdir}/hbf2gf/b5kr12.cfg
%{_texmfdistdir}/hbf2gf/b5so12.cfg
%{_texmfdistdir}/hbf2gf/c1so12.cfg
%{_texmfdistdir}/hbf2gf/c2so12.cfg
%{_texmfdistdir}/hbf2gf/c3so12.cfg
%{_texmfdistdir}/hbf2gf/c4so12.cfg
%{_texmfdistdir}/hbf2gf/c5so12.cfg
%{_texmfdistdir}/hbf2gf/c6so12.cfg
%{_texmfdistdir}/hbf2gf/c7so12.cfg
%{_texmfdistdir}/hbf2gf/csso12.cfg
%{_texmfdistdir}/hbf2gf/gsfs14.cfg
%{_texmfdistdir}/hbf2gf/j2so12.cfg
%{_texmfdistdir}/hbf2gf/jsso12.cfg
%{_texmfdistdir}/hbf2gf/ksso17.cfg
%doc %{_texmfdistdir}/doc/bg5conv/bg5conv.pdf
%doc %{_texmfdistdir}/doc/cef5conv/cef5conv.pdf
%doc %{_texmfdistdir}/doc/cefconv/cefconv.pdf
%doc %{_texmfdistdir}/doc/cefsconv/cefsconv.pdf
%doc %{_texmfdistdir}/doc/extconv/extconv.pdf
%doc %{_texmfdistdir}/doc/hbf2gf/hbf2gf.pdf
%doc %{_mandir}/man1/bg5conv.1*
%doc %{_texmfdistdir}/doc/man/man1/bg5conv.man1.pdf
%doc %{_mandir}/man1/cef5conv.1*
%doc %{_texmfdistdir}/doc/man/man1/cef5conv.man1.pdf
%doc %{_mandir}/man1/cefconv.1*
%doc %{_texmfdistdir}/doc/man/man1/cefconv.man1.pdf
%doc %{_mandir}/man1/cefsconv.1*
%doc %{_texmfdistdir}/doc/man/man1/cefsconv.man1.pdf
%doc %{_mandir}/man1/extconv.1*
%doc %{_texmfdistdir}/doc/man/man1/extconv.man1.pdf
%doc %{_mandir}/man1/hbf2gf.1*
%doc %{_texmfdistdir}/doc/man/man1/hbf2gf.man1.pdf
%doc %{_mandir}/man1/sjisconv.1*
%doc %{_texmfdistdir}/doc/man/man1/sjisconv.man1.pdf
%doc %{_texmfdistdir}/doc/sjisconv/sjisconv.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 6825c71
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19580 |14mr|texlive-classics-0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29018
# category Package
# catalog-ctan /macros/latex/contrib/classics
# catalog-date 2013-02-04 00:32:07 +0100
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-classics
Version:	0.1
Release:	7
Summary:	Cite classic works
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/classics
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/classics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/classics.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a basic framework to cite classic works
(specially from authors such as Homer, Plato, Aristotle,
Descartes, Hume, and Kant) in accordance with traditional
pagination systems. It may be used in conjunction with other
citation packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/classics/classics.sty
%doc %{_texmfdistdir}/doc/latex/classics/README
%doc %{_texmfdistdir}/doc/latex/classics/classics.pdf
%doc %{_texmfdistdir}/doc/latex/classics/classics.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-7
+ Revision: 595a1c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19581 |14mr|texlive-classicthesis-4.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27416
# category Package
# catalog-ctan /macros/latex/contrib/classicthesis
# catalog-date 2012-08-15 13:45:23 +0200
# catalog-license gpl
# catalog-version 4.1
Name:		texlive-classicthesis
Version:	4.1
Release:	6
Summary:	A "classically styled" thesis package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/classicthesis
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/classicthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/classicthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The classicthesis package provides an elegant layout designed
in homage to Bringhurst's "The Elements of Typographic Style".
It makes use of a range of techniques to get the best results
achievable using TeX. Included in the bundle are templates to
make thesis writing easier.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/classicthesis/classicthesis.sty
%doc %{_texmfdistdir}/doc/latex/classicthesis/Bibliography.bib
%doc %{_texmfdistdir}/doc/latex/classicthesis/CHANGES
%doc %{_texmfdistdir}/doc/latex/classicthesis/COPYING
%doc %{_texmfdistdir}/doc/latex/classicthesis/Chapters/Chapter01.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/Chapters/Chapter02.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/Chapters/Chapter03.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/Chapters/Chapter0A.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/ClassicThesis.pdf
%doc %{_texmfdistdir}/doc/latex/classicthesis/ClassicThesis.tcp
%doc %{_texmfdistdir}/doc/latex/classicthesis/ClassicThesis.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/ClassicThesis.tps
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-article.pdf
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-article.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.pdf
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-book.pdf
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-book.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-cv.pdf
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-cv.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Abstract.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Acknowledgments.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Colophon.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Contents.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Declaration.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Dedication.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/DirtyTitlepage.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Publication.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Titleback.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/LISTOFFILES
%doc %{_texmfdistdir}/doc/latex/classicthesis/README
%doc %{_texmfdistdir}/doc/latex/classicthesis/classicthesis-config.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/gfx/TFZsuperellipse_bw.pdf
%doc %{_texmfdistdir}/doc/latex/classicthesis/gfx/example_1.jpg
%doc %{_texmfdistdir}/doc/latex/classicthesis/gfx/example_2.jpg
%doc %{_texmfdistdir}/doc/latex/classicthesis/gfx/example_3.jpg
%doc %{_texmfdistdir}/doc/latex/classicthesis/gfx/example_4.jpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.1-6
+ Revision: b8e00da
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19582 |14mr|texlive-clefval-20061207-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16549
# category Package
# catalog-ctan /macros/latex/contrib/clefval
# catalog-date 2006-12-07 15:13:33 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-clefval
Version:	20061207
Release:	3
Summary:	Key/value support with a hash
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/clefval
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clefval.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clefval.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clefval.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides only two macros viz. \TheKey and
\TheValue to define then use pairs of key/value and gives a
semblance of a hash. Syntax: \TheKey{key}{value} to define the
value associated to the key, does not produce text;
\TheValue{key} to return the value linked to the key. Both
arguments of \TheKey are 'moving' as LaTeX defines the term and
we have sometimes to protect them.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/clefval/clefval.sty
%doc %{_texmfdistdir}/doc/latex/clefval/Changements
%doc %{_texmfdistdir}/doc/latex/clefval/Changes
%doc %{_texmfdistdir}/doc/latex/clefval/LISEZMOI
%doc %{_texmfdistdir}/doc/latex/clefval/README
%doc %{_texmfdistdir}/doc/latex/clefval/clefval.pdf
%doc %{_texmfdistdir}/doc/latex/clefval/example.pdf
%doc %{_texmfdistdir}/doc/latex/clefval/example.tex
%doc %{_texmfdistdir}/doc/latex/clefval/exemple.pdf
%doc %{_texmfdistdir}/doc/latex/clefval/exemple.tex
#- source
%doc %{_texmfdistdir}/source/latex/clefval/Makefile
%doc %{_texmfdistdir}/source/latex/clefval/clefval.dtx
%doc %{_texmfdistdir}/source/latex/clefval/clefval.ins
%doc %{_texmfdistdir}/source/latex/clefval/fra-clefval.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061207-3
+ Revision: fd8cee0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19583 |14mr|texlive-cleveref-0.18.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25979
# category Package
# catalog-ctan /macros/latex/contrib/cleveref
# catalog-date 2012-04-15 19:24:00 +0200
# catalog-license lppl
# catalog-version 0.18.5
Name:		texlive-cleveref
Version:	0.18.5
Release:	2
Summary:	Intelligent cross-referencing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cleveref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cleveref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cleveref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cleveref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enhances LaTeX's cross-referencing features,
allowing the format of references to be determined
automatically according to the type of reference. The formats
used may be customised in the preamble of a document; babel
support is available (though the choice of languages remains
limited: currently Danish, Dutch, English, French, German,
Italian, Norwegian, Russian, Spanish and Ukranian). The package
also offers a means of referencing a list of references, each
formatted according to its type. In such lists, it can collapse
sequences of numerically-consecutive labels to a reference
range.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cleveref/cleveref.sty
%doc %{_texmfdistdir}/doc/latex/cleveref/README
%doc %{_texmfdistdir}/doc/latex/cleveref/cleveref.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cleveref/cleveref.dtx
%doc %{_texmfdistdir}/source/latex/cleveref/cleveref.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.18.5-2
+ Revision: 566e820
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19584 |14mr|texlive-clipboard-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28876
# category Package
# catalog-ctan /macros/latex/contrib/clipboard
# catalog-date 2013-01-19 09:54:49 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-clipboard
Version:	0.2
Release:	7
Summary:	Copy and paste into and across documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/clipboard
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clipboard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clipboard.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The clipboard package provides a basic framework for copying
and pasting text and commands into and across multiple
documents. It replaces the copypaste package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/clipboard/clipboard.sty
%doc %{_texmfdistdir}/doc/latex/clipboard/README
%doc %{_texmfdistdir}/doc/latex/clipboard/clipboard.pdf
%doc %{_texmfdistdir}/doc/latex/clipboard/clipboard.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-7
+ Revision: 7b0177d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19585 |14mr|texlive-clock-20080419-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/clock
# catalog-date 2008-04-19 23:05:28 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-clock
Version:	20080419
Release:	3
Summary:	Graphical and textual clocks for TeX and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/clock
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clock.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clock.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Features graphical clocks (with a classical 12h dial and two
hands) and text clocks (in 24h format) which can show system
time or any time the user desires. Works with both TeX and
LaTeX. The clock faces (appearances of the dial) are easily
expandable; the default uses a custom MetaFont font.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/clock/clock.mf
%{_texmfdistdir}/fonts/tfm/public/clock/clock.tfm
%{_texmfdistdir}/tex/latex/clock/clock.sty
%{_texmfdistdir}/tex/latex/clock/clock.tex
%doc %{_texmfdistdir}/doc/latex/clock/COPYING
%doc %{_texmfdistdir}/doc/latex/clock/EMTEX
%doc %{_texmfdistdir}/doc/latex/clock/HISTORY
%doc %{_texmfdistdir}/doc/latex/clock/INSTALL
%doc %{_texmfdistdir}/doc/latex/clock/MIKTEX
%doc %{_texmfdistdir}/doc/latex/clock/README
%doc %{_texmfdistdir}/doc/latex/clock/clockdoc.pdf
%doc %{_texmfdistdir}/doc/latex/clock/clockdoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080419-3
+ Revision: cf97fda
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19586 |14mr|texlive-clrscode-1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/clrscode
# catalog-date 2007-03-29 23:17:09 +0200
# catalog-license lppl
# catalog-version 1.7
Name:		texlive-clrscode
Version:	1.7
Release:	3
Summary:	Typesets pseudocode as in Introduction to Algorithms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/clrscode
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clrscode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clrscode.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows you to typeset pseudocode in the style of
Introduction to Algorithms, Second edition, by Cormen,
Leiserson, Rivest, and Stein. The package was written by the
authors. You use the commands the same way the package's author
did when writing the book, and your output will look just like
the pseudocode in the text.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/clrscode/clrscode.sty
%doc %{_texmfdistdir}/doc/latex/clrscode/README
%doc %{_texmfdistdir}/doc/latex/clrscode/clrscode.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7-3
+ Revision: ff12402
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19587 |14mr|texlive-cm-20110410-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24956
# category Package
# catalog-ctan /fonts/cm
# catalog-date 2011-04-10 19:35:44 +0200
# catalog-license knuth
# catalog-version undef
Name:		texlive-cm
Version:	20110410
Release:	2
Summary:	Computer Modern fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cm
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Knuth's final iteration of his re-interpretation of a c.19
Modern-style font from Monotype. The family is comprehensive,
offering both sans and roman styles, and a monospaced font,
together with mathematics fonts closely integrated with the
mathematical facilities of TeX itself. The base fonts are
distributed as Metafont source, but autotraced PostScript Type
1 versions are available (one version in the AMS fonts
distribution, and also the BaKoMa distribution). The Computer
Modern fonts have inspired many later families, notably the
European Computer Modern and the Latin Modern families.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/cm/cmtext-bsr-interpolated.map
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/black.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmbx10.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmex10.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmmi10.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmmi7.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmr10.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmr12.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmr17.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmr6.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmr7.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmr8.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmsl10.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmsy10.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmsy7.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/cmti10.pk
%{_texmfdistdir}/fonts/pk/ljfour/public/cm/dpi600/gray.pk
%{_texmfdistdir}/fonts/source/public/cm/accent.mf
%{_texmfdistdir}/fonts/source/public/cm/bigacc.mf
%{_texmfdistdir}/fonts/source/public/cm/bigdel.mf
%{_texmfdistdir}/fonts/source/public/cm/bigop.mf
%{_texmfdistdir}/fonts/source/public/cm/calu.mf
%{_texmfdistdir}/fonts/source/public/cm/cmb10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbase.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbcsc10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbsy10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbtex10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbtt10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbtt8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbtt9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbx10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbx12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbx5.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbx6.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbx7.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbx8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbx9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbxsl10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmbxti10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmcsc10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmdunh10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmex10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmexb10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmff10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmfi10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmfib8.mf
%{_texmfdistdir}/fonts/source/public/cm/cminch.mf
%{_texmfdistdir}/fonts/source/public/cm/cmitt10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmi10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmi12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmi5.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmi6.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmi7.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmi8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmi9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmmib10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmplain.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr17.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr5.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr6.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr7.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmr9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsl10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsl12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsl8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsl9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsltt10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmss10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmss12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmss17.mf
%{_texmfdistdir}/fonts/source/public/cm/cmss8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmss9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssbx10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssdc10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssi10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssi12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssi17.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssi8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssi9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssq8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmssqi8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsy10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsy5.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsy6.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsy7.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsy8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmsy9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtcsc10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtex10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtex8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtex9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmti10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmti12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmti7.mf
%{_texmfdistdir}/fonts/source/public/cm/cmti8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmti9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtt10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtt12.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtt8.mf
%{_texmfdistdir}/fonts/source/public/cm/cmtt9.mf
%{_texmfdistdir}/fonts/source/public/cm/cmttb10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmu10.mf
%{_texmfdistdir}/fonts/source/public/cm/cmvtt10.mf
%{_texmfdistdir}/fonts/source/public/cm/comlig.mf
%{_texmfdistdir}/fonts/source/public/cm/csc.mf
%{_texmfdistdir}/fonts/source/public/cm/cscspu.mf
%{_texmfdistdir}/fonts/source/public/cm/greekl.mf
%{_texmfdistdir}/fonts/source/public/cm/greeku.mf
%{_texmfdistdir}/fonts/source/public/cm/itald.mf
%{_texmfdistdir}/fonts/source/public/cm/italig.mf
%{_texmfdistdir}/fonts/source/public/cm/itall.mf
%{_texmfdistdir}/fonts/source/public/cm/italms.mf
%{_texmfdistdir}/fonts/source/public/cm/italp.mf
%{_texmfdistdir}/fonts/source/public/cm/italsp.mf
%{_texmfdistdir}/fonts/source/public/cm/mathex.mf
%{_texmfdistdir}/fonts/source/public/cm/mathit.mf
%{_texmfdistdir}/fonts/source/public/cm/mathsy.mf
%{_texmfdistdir}/fonts/source/public/cm/olddig.mf
%{_texmfdistdir}/fonts/source/public/cm/punct.mf
%{_texmfdistdir}/fonts/source/public/cm/roman.mf
%{_texmfdistdir}/fonts/source/public/cm/romand.mf
%{_texmfdistdir}/fonts/source/public/cm/romanl.mf
%{_texmfdistdir}/fonts/source/public/cm/romanp.mf
%{_texmfdistdir}/fonts/source/public/cm/romanu.mf
%{_texmfdistdir}/fonts/source/public/cm/romlig.mf
%{_texmfdistdir}/fonts/source/public/cm/romms.mf
%{_texmfdistdir}/fonts/source/public/cm/romspl.mf
%{_texmfdistdir}/fonts/source/public/cm/romspu.mf
%{_texmfdistdir}/fonts/source/public/cm/romsub.mf
%{_texmfdistdir}/fonts/source/public/cm/sym.mf
%{_texmfdistdir}/fonts/source/public/cm/symbol.mf
%{_texmfdistdir}/fonts/source/public/cm/texset.mf
%{_texmfdistdir}/fonts/source/public/cm/textit.mf
%{_texmfdistdir}/fonts/source/public/cm/title.mf
%{_texmfdistdir}/fonts/source/public/cm/tset.mf
%{_texmfdistdir}/fonts/source/public/cm/tsetsl.mf
%{_texmfdistdir}/fonts/source/public/cm/white_setup.mf
%{_texmfdistdir}/fonts/tfm/public/cm/cmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmex10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmff10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmfi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cminch.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsy6.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmsy9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtex10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtex8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtex9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cm/cmvtt10.tfm
%doc %{_texmfdistdir}/doc/fonts/cm/README
%doc %{_texmfdistdir}/doc/fonts/cm/README-cmps.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110410-2
+ Revision: 0796366
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19588 |14mr|texlive-cmap-20120807-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26568
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-cmap
Version:	20120807
Release:	2
Summary:	TeXLive cmap package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmap.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive cmap package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cmap/cmap.sty
%{_texmfdistdir}/tex/latex/cmap/lae.cmap
%{_texmfdistdir}/tex/latex/cmap/lfe.cmap
%{_texmfdistdir}/tex/latex/cmap/lgr.cmap
%{_texmfdistdir}/tex/latex/cmap/ot1.cmap
%{_texmfdistdir}/tex/latex/cmap/ot1tt.cmap
%{_texmfdistdir}/tex/latex/cmap/ot6.cmap
%{_texmfdistdir}/tex/latex/cmap/t1.cmap
%{_texmfdistdir}/tex/latex/cmap/t2a.cmap
%{_texmfdistdir}/tex/latex/cmap/t2b.cmap
%{_texmfdistdir}/tex/latex/cmap/t2c.cmap
%{_texmfdistdir}/tex/latex/cmap/t5.cmap
%doc %{_texmfdistdir}/doc/latex/cmap/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120807-2
+ Revision: 096b55c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19589 |14mr|texlive-cmarrows-v0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24378
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/cmarrows
# catalog-date 2007-03-05 14:17:42 +0100
# catalog-license lppl
# catalog-version v0.9
Name:		texlive-cmarrows
Version:	v0.9
Release:	3
Summary:	MetaPost arrows and braces in the Computer Modern style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/cmarrows
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmarrows.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmarrows.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This MetaPost package contains macros to draw arrows and braces
in the Computer Modern style.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/cmarrows/cmarrows.mp
%{_texmfdistdir}/metapost/cmarrows/rgbx0009.mp
%{_texmfdistdir}/metapost/cmarrows/rgbx0016.mp
%{_texmfdistdir}/metapost/cmarrows/rgbx0020.mp
%{_texmfdistdir}/metapost/cmarrows/rgbx0025.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0008.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0010.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0011.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0012.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0013.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0014.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0015.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0017.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0018.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0019.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0021.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0022.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0023.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0024.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0000.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0001.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0002.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0003.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0004.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0005.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0006.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0007.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0027.mp
%doc %{_texmfdistdir}/doc/metapost/cmarrows/README
%doc %{_texmfdistdir}/doc/metapost/cmarrows/cmarrows.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.9-3
+ Revision: 3269356
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19590 |14mr|texlive-cmbright-8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21107
# category Package
# catalog-ctan /fonts/cmbright
# catalog-date 2007-01-01 00:37:00 +0100
# catalog-license lppl
# catalog-version 8.1
Name:		texlive-cmbright
Version:	8.1
Release:	3
Summary:	Computer Modern Bright fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cmbright
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmbright.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmbright.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmbright.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A family of sans serif fonts for TeX and LaTeX, based on Donald
Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text
fonts of various shapes as well as all the fonts necessary for
mathematical typesetting, including AMS symbols. This
collection provides all the necessary files for using the fonts
with LaTeX. A commercial-quality Adobe Type 1 version of these
fonts is available from Micropress. Free versions are
available, in the cm-super font bundle (the T1 and TS1 encoded
part of the set), and in the hfbright (the OT1 encoded part,
and the maths fonts).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/cmbright/ams10pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ams8pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ams9pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/baccent.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bgreeku.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bitalms.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bpunct.mf
%{_texmfdistdir}/fonts/source/public/cmbright/br10pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/br17pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/br8pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/br9pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brmsa.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brmsb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/broman.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bromanl.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bromlig.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bromms.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brs10pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brs17pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brs8pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brs9pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbras10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbras8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbras9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrbs10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrbs8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrbs9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrbx10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrmb10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrmi10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrmi8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrmi9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsl17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsl8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsl9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsy10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsy8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsy9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmsltl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmtl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebaccess.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebbase.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebbraces.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebbx10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmo10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmo17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmo8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmo9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebpseudo.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebpunct.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrleast.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrlig.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrligtb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrllett.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrlwest.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebroman.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebso10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebso17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebso8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebso9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebsr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebsr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebsr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebsr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebtl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebto10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/mathsl.mf
%{_texmfdistdir}/fonts/source/public/cmbright/msa.mf
%{_texmfdistdir}/fonts/source/public/cmbright/msb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbbx10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmo10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmo17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmo8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmo9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbpseudo.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbso10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbso17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbso8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbso9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsymb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsymbol.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbtl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbto10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ttsymb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ttsymbol.mf
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbras10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbras8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbras9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrbs10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrbs8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrbs9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsl17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsy9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmsltl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmo17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmo8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmo9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebso10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebso17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebso8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebso9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebsr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebsr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebsr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebsr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebto10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmo17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmo8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmo9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbso10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbso17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbso8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbso9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbsr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbsr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbsr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbsr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbto10.tfm
%{_texmfdistdir}/tex/latex/cmbright/cmbright.sty
%{_texmfdistdir}/tex/latex/cmbright/omlcmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/omlcmbrm.fd
%{_texmfdistdir}/tex/latex/cmbright/omscmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/omscmbrs.fd
%{_texmfdistdir}/tex/latex/cmbright/ot1cmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/ot1cmtl.fd
%{_texmfdistdir}/tex/latex/cmbright/t1cmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/t1cmtl.fd
%{_texmfdistdir}/tex/latex/cmbright/ts1cmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/ts1cmtl.fd
%doc %{_texmfdistdir}/doc/fonts/cmbright/LICENSE
%doc %{_texmfdistdir}/doc/fonts/cmbright/README
%doc %{_texmfdistdir}/doc/fonts/cmbright/cmbright.txt
%doc %{_texmfdistdir}/doc/fonts/cmbright/manifest.txt
%doc %{_texmfdistdir}/doc/latex/cmbright/cmbright.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cmbright/cmbright.dtx
%doc %{_texmfdistdir}/source/latex/cmbright/cmbright.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 8.1-3
+ Revision: 0bf8840
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19591 |14mr|texlive-cmcyr-20070916-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16696
# category Package
# catalog-ctan /fonts/cyrillic/cmcyr
# catalog-date 2007-09-16 18:06:50 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-cmcyr
Version:	20070916
Release:	3
Summary:	Computer Modern fonts with cyrillic extensions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cyrillic/cmcyr
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmcyr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmcyr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These are the Computer Modern fonts extended with Russian
letters, in MetaFont sources and ATM Compatible Type 1 format.
The fonts are provided in KOI-7, but virtual fonts are
available to recode them to three other Russian 8-bit
encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/cmcyr/cmcyr.map
%{_texmfdistdir}/fonts/source/public/cmcyr/ccsc.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/citall.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcb10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx5.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx6.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx7.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbxsl1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbxti1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmccsc10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmccsc8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmccsc9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcinch.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcitt10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc11.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc14.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc18.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc24.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc36.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcscsl1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsl10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsl12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsl8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsl9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsltt1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss17.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssbx1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssdc1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi17.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssq8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssqi8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti7.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctitle.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctt10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctt12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctt8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctt9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcu10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr17.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr5.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr6.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr7.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/coding.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrillic.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrl.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrlc.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrsymb.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrt.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyru.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cytextit.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cytitle.mf
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmccsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmccsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmccsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcinch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmctt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmctt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmctt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmctt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcminch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcminch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcminch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycminch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmu10.tfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcb10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcb10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx12.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx5.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx5.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx6.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx6.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx7.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx7.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx9.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbxsl1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbxsl1.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbxti1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbxti1.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc9.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcinch7.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcinch7.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcitt10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcitt10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl12.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl9.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsltt1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsltt1.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss12.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss17.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss17.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss9.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssbx1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssbx1.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssdc1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssdc1.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi12.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi17.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi17.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi9.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssq8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssq8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssqi8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssqi8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti12.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti7.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti7.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti9.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt12.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt9.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcu10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcu10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr12.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr17.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr17.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr5.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr5.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr6.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr6.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr7.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr7.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr9.pfm
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmb10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbxsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbxti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmcsc8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmcsc9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcminch.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmitt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmib10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsl12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsl8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsl9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsltt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssdc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssq8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssqi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmtt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmtt12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmtt8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmtt9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmu10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmb10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbxsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbxti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmcsc8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmcsc9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcminch.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmitt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmib10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsl12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsl8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsl9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsltt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssdc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssq8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssqi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmtt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmtt12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmtt8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmtt9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmu10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmb10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbxsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbxti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmcsc8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmcsc9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcminch.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmitt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmib10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsl12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsl8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsl9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsltt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssdc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssq8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssqi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmtt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmtt12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmtt8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmtt9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmu10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmb10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbxsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbxti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmcsc8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmcsc9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycminch.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmitt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmib10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsl12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsl8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsl9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsltt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssdc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssq8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssqi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmtt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmtt12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmtt8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmtt9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmu10.vf
%doc %{_texmfdistdir}/doc/fonts/cmcyr/README
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmalt
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmalte
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmiso
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmisoe
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmkde
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmkdee
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmkoi8
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmkoi8e
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmwin
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmwine
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyralt
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyralte
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyriso
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyrisoe
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyrkde
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyrkdee
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyrkoi8
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyrkoi8e
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyrwin
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyrwine
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.6i
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.6k
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.6w
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.alt
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.bat
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.iso
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.koi
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.o6w
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.win
%doc %{_texmfdistdir}/doc/fonts/cmcyr/vf/cmcyr6i/merge.bat
%doc %{_texmfdistdir}/doc/fonts/cmcyr/vf/cmcyr6k/merge.bat
%doc %{_texmfdistdir}/doc/fonts/cmcyr/vf/cmcyr6w/merge.bat
%doc %{_texmfdistdir}/doc/fonts/cmcyr/wncalt
%doc %{_texmfdistdir}/doc/fonts/cmcyr/wncalte
%doc %{_texmfdistdir}/doc/fonts/cmcyr/wnciso
%doc %{_texmfdistdir}/doc/fonts/cmcyr/wncisoe
%doc %{_texmfdistdir}/doc/fonts/cmcyr/wnckoi8
%doc %{_texmfdistdir}/doc/fonts/cmcyr/wnckoi8e

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070916-3
+ Revision: 7204622
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19592 |14mr|texlive-cmdstring-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cmdstring
# catalog-date 2008-08-18 10:38:42 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-cmdstring
Version:	1.1
Release:	3
Summary:	Get command name reliably
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cmdstring
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdstring.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdstring.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Extracts the letters of a command's name (e.g., foo for command
\foo), in a reliable way.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cmdstring/cmdstring.sty
%doc %{_texmfdistdir}/doc/latex/cmdstring/README
%doc %{_texmfdistdir}/doc/latex/cmdstring/cmdstring.pdf
%doc %{_texmfdistdir}/doc/latex/cmdstring/cmdstring.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: fc27a17
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19593 |14mr|texlive-cmdtrack-20121218-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28910
# category Package
# catalog-ctan /macros/latex/contrib/cmdtrack
# catalog-date 2012-12-18 12:17:57 +0100
# catalog-license lppl1
# catalog-version undef
Name:		texlive-cmdtrack
Version:	20121218
Release:	6
Summary:	Check used commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cmdtrack
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdtrack.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdtrack.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdtrack.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package keeps track of whether a command defined in a
document preamble is actually used somewhere in the document.
After the package is loaded in the preamble of a document, all
\newcommand (and similar command definitions) between that
point and the beginning of the document will be marked for
logging. At the end of the document a report of command usage
will be printed in the TeX log, for example: - "mdash was used
on line 25"; - "ndash was never used".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cmdtrack/cmdtrack.sty
%doc %{_texmfdistdir}/doc/latex/cmdtrack/Makefile
%doc %{_texmfdistdir}/doc/latex/cmdtrack/README
%doc %{_texmfdistdir}/doc/latex/cmdtrack/cmdtrack.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cmdtrack/cmdtrack.dtx
%doc %{_texmfdistdir}/source/latex/cmdtrack/cmdtrack.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20121218-6
+ Revision: be48c3c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19594 |14mr|texlive-cmextra-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14075
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-cmextra
Version:	20111103
Release:	3
Summary:	TeXLive cmextra package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive cmextra package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/cmextra/cmbxcd10.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmbxti12.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmbxti7.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmcscsl10.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmfibs8.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmitt12.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmitt9.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmsl6.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmsltt9.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmssbxo10.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmsslu30.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmssu30.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmvtti10.mf
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmbxcd10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmbxti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmbxti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmcscsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmfibs8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmitt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmitt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmsl6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmsltt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmssbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmsslu30.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmssu30.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmvtti10.tfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: c132454
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19595 |14mr|texlive-cm-lgc-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/ps-type1/cm-lgc
# catalog-date 2008-06-12 19:44:55 +0200
# catalog-license gpl
# catalog-version 0.5
Name:		texlive-cm-lgc
Version:	0.5
Release:	3
Summary:	Type 1 CM-based fonts for Latin, Greek and Cyrillic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ps-type1/cm-lgc
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-lgc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-lgc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts are converted from MetaFont sources of the Computer
Modern font families, using textrace. Supported encodings are:
T1 (Latin), T2A (Cyrillic), LGR (Greek) and TS1. The package
also includes Unicode virtual fonts for use with Omega. The
font set is not a replacement for any of the other Computer
Modern-based font sets (for example, cm-super for Latin and
Cyrillic, or cbgreek for Greek), since it is available at a
single size only; it offers a compact set for 'general'
working. The fonts themselves are encoded to external
standards, and virtual fonts are provided for use with TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmb6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmb6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmb8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbc6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbc6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbc8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbcpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbi6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbi6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbi8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbij6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbij6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbij8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbijpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbipg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmbpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmr6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmr6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmr8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrc6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrc6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrc8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrcpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmri6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmri6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmri8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrij6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrij6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrij8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrijpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmripg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcmrpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsb6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsb6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsb8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbo6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbo6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbo8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbopg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsbpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsr6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsr6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsr8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsro6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsro6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsro8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsropg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fcsrpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctr6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctr6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctr8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrc6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrc6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrc8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrcpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctri6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctri6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctri8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrij6y.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrij6z.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrij8a.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrijpg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctripg.afm
%{_texmfdistdir}/fonts/afm/public/cm-lgc/fctrpg.afm
%{_texmfdistdir}/fonts/enc/dvips/cm-lgc/8r-mod.enc
%{_texmfdistdir}/fonts/map/dvips/cm-lgc/cm-lgc.map
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmbcut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmbiut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmbut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmrcut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmriut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcmrut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcsbout.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcsbut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcsrout.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fcsrut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fctrcut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fctriut.ofm
%{_texmfdistdir}/fonts/ofm/public/cm-lgc/fctrut.ofm
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmbcut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmbiut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmbut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmrcut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmriut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcmrut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcsbout.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcsbut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcsrout.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fcsrut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fctrcut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fctriut.ovf
%{_texmfdistdir}/fonts/ovf/public/cm-lgc/fctrut.ovf
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc8r-nokern.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbcgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbcpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbigr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbij6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbij8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbij8r-nokern.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbij8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbipg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmbpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc8r-nokern.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrcgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrcpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrigr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrij6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrij8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrij8r-nokern.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrij8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmripg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcmrpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbogr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbopg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsbpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsrgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsrogr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsropg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fcsrpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc8r-nokern.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrcgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrcpg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrgr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri6a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri6y.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrigr.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrij6z.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrij8a.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrij8r-nokern.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrij8r.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctripg.tfm
%{_texmfdistdir}/fonts/tfm/public/cm-lgc/fctrpg.tfm
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmb8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbc8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbcpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbcpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbi8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbij8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbijpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbijpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbipg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbipg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmbpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmr8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrc8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrcpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrcpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmri8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrij8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrijpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrijpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmripg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmripg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcmrpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsb8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbo8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbopg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbopg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsbpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsr8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsro8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsropg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsropg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsrpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fcsrpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctr8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrc8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrcpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrcpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctri8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij6y.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij6y.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij6z.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij6z.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij8a.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrij8a.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrijpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrijpg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctripg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctripg.pfb
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrpg.inf
%{_texmfdistdir}/fonts/type1/public/cm-lgc/fctrpg.pfb
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmb6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmb8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmb8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbc6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbc8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbcgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbi6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbi8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbi8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmbigr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmr6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmr8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmr8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrc6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrc8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrcgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmri6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmri8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmri8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcmrigr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsb6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsb8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsb8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbo6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbo8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbo8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsbogr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsr6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsr8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsr8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsrgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsro6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsro8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsro8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fcsrogr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctr6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctr8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctr8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrc6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrc8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrcgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrgr.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctri6a.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctri8c.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctri8t.vf
%{_texmfdistdir}/fonts/vf/public/cm-lgc/fctrigr.vf
%{_texmfdistdir}/tex/latex/cm-lgc/antcmlgc.sty
%{_texmfdistdir}/tex/latex/cm-lgc/cmlgc.sty
%{_texmfdistdir}/tex/latex/cm-lgc/lgrfcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/lgrfcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/lgrfct.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t1fcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t1fcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t1fct.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t2afcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t2afcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/t2afct.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ts1fcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ts1fcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ts1fct.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ut1fcm.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ut1fcs.fd
%{_texmfdistdir}/tex/latex/cm-lgc/ut1fct.fd
%doc %{_texmfdistdir}/doc/latex/cm-lgc/COPYING
%doc %{_texmfdistdir}/doc/latex/cm-lgc/HISTORY
%doc %{_texmfdistdir}/doc/latex/cm-lgc/INSTALL
%doc %{_texmfdistdir}/doc/latex/cm-lgc/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: eae65bb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19596 |14mr|texlive-cmll-20100420-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17964
# category Package
# catalog-ctan /fonts/cmll
# catalog-date 2010-04-20 23:51:50 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-cmll
Version:	20100420
Release:	3
Summary:	Symbols for linear logic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cmll
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmll.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmll.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmll.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a very small font set that contain some symbols useful
in linear logic, which are apparently not available elsewhere.
Variants are included for use with Computer Modern serif and
sans-serif and with the AMS Euler series. The font is provided
both as MetaFont source, and in Adobe Type 1 format. LaTeX
support is provided. format.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/cmll/cmll.map
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx10.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx12.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx5.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx6.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx7.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx8.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllbx9.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr10.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr12.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr17.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr5.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr6.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr7.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr8.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllr9.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss10.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss12.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss17.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss8.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllss9.mf
%{_texmfdistdir}/fonts/source/public/cmll/cmllssbx10.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx10.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx5.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx6.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx7.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx8.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullbx9.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr10.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr5.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr6.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr7.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr8.mf
%{_texmfdistdir}/fonts/source/public/cmll/eullr9.mf
%{_texmfdistdir}/fonts/source/public/cmll/llcommon.mf
%{_texmfdistdir}/fonts/source/public/cmll/lleusym.mf
%{_texmfdistdir}/fonts/source/public/cmll/llsymbols.mf
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/cmllssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmll/eullr9.tfm
%{_texmfdistdir}/fonts/type1/public/cmll/cmllbx10.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllbx12.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllbx5.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllbx6.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllbx7.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllbx8.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllbx9.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr10.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr12.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr17.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr5.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr6.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr7.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr8.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllr9.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllss10.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllss12.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllss17.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllss8.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllss9.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/cmllssbx10.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullbx10.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullbx5.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullbx6.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullbx7.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullbx8.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullbx9.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullr10.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullr5.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullr6.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullr7.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullr8.pfb
%{_texmfdistdir}/fonts/type1/public/cmll/eullr9.pfb
%{_texmfdistdir}/tex/latex/cmll/cmll.sty
%{_texmfdistdir}/tex/latex/cmll/ucmllr.fd
%{_texmfdistdir}/tex/latex/cmll/ucmllss.fd
%{_texmfdistdir}/tex/latex/cmll/ueull.fd
%doc %{_texmfdistdir}/doc/fonts/cmll/README
%doc %{_texmfdistdir}/doc/fonts/cmll/cmll.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cmll/cmll.dtx
%doc %{_texmfdistdir}/source/latex/cmll/cmll.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100420-3
+ Revision: 8c43230
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19597 |14mr|texlive-cmpica-20081115-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/cmpica
# catalog-date 2008-11-15 17:22:14 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-cmpica
Version:	20081115
Release:	3
Summary:	A Computer Modern Pica variant
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cmpica
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmpica.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmpica.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An approximate equivalent of the Xerox Pica typeface; the font
is optimised for submitting fiction manuscripts to mainline
publishers. The font is a fixed-width one, rather less heavy
than Computer Modern typewriter. Emphasis for bold-face comes
from a wavy underline of each letter. The two fonts are
supplied as MetaFont source.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/cmpica/cmpica.mf
%{_texmfdistdir}/fonts/source/public/cmpica/cmpicab.mf
%{_texmfdistdir}/fonts/source/public/cmpica/cmpicati.mf
%{_texmfdistdir}/fonts/source/public/cmpica/pcpunct.mf
%{_texmfdistdir}/fonts/source/public/cmpica/pica.mf
%{_texmfdistdir}/fonts/tfm/public/cmpica/cmpica.tfm
%{_texmfdistdir}/fonts/tfm/public/cmpica/cmpicab.tfm
%{_texmfdistdir}/fonts/tfm/public/cmpica/cmpicati.tfm
%doc %{_texmfdistdir}/doc/latex/cmpica/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081115-3
+ Revision: 2bfe966
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19598 |14mr|texlive-cmpj-2.03-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28862
# category Package
# catalog-ctan /macros/latex/contrib/cmpj
# catalog-date 2013-01-16 12:17:26 +0100
# catalog-license lppl
# catalog-version 2.03
Name:		texlive-cmpj
Version:	2.03
Release:	6
Summary:	Style for the journal Condensed Matter Physics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cmpj
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmpj.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmpj.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains macros and some documentation for
typesetting papers for submission to the Condensed Matter
Physics journal published by the Institute for Condensed Matter
Physics of the National Academy of Sciences of Ukraine.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/cmpj/cmpj.bst
%{_texmfdistdir}/tex/latex/cmpj/cmp-logo.eps
%{_texmfdistdir}/tex/latex/cmpj/cmp-logo.pdf
%{_texmfdistdir}/tex/latex/cmpj/cmpj.sty
%{_texmfdistdir}/tex/latex/cmpj/cmpj2.sty
%doc %{_texmfdistdir}/doc/latex/cmpj/README
%doc %{_texmfdistdir}/doc/latex/cmpj/eps_demo.eps
%doc %{_texmfdistdir}/doc/latex/cmpj/eps_demo.pdf
%doc %{_texmfdistdir}/doc/latex/cmpj/icmphome.eps
%doc %{_texmfdistdir}/doc/latex/cmpj/icmphome.pdf
%doc %{_texmfdistdir}/doc/latex/cmpj/template.pdf
%doc %{_texmfdistdir}/doc/latex/cmpj/template.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.03-6
+ Revision: 46acc51
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19599 |14mr|texlive-cmsd-20061218-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18787
# category Package
# catalog-ctan /macros/latex/contrib/cmsd
# catalog-date 2006-12-18 23:50:36 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-cmsd
Version:	20061218
Release:	3
Summary:	Interfaces to the CM Sans Serif Bold fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cmsd
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmsd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmsd.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Thr purpose of the package is to provide an alternative
interface to the CM Sans Serif boldface fonts. The EC (T1,
Cork) encoded versions of the 'CM Sans Serif boldface extended'
fonts differ considerably from the traditionally (OT1) encoded
ones: at large sizes, >10pt, they have thinner strokes and are
much wider. At 25pt they are hardly to be recognized as being
'boldface'. This package attempts to make these T1 fonts look
like the traditional ones did. You do not need any new fonts;
the package just changes the way LaTeX makes use of the current
ones.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cmsd/cmsd.sty
%{_texmfdistdir}/tex/latex/cmsd/t1cmsd.fd
%{_texmfdistdir}/tex/latex/cmsd/ts1cmsd.fd
%doc %{_texmfdistdir}/doc/latex/cmsd/liesmich
%doc %{_texmfdistdir}/doc/latex/cmsd/readme

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061218-3
+ Revision: 2c4cf43
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19600 |14mr|texlive-cm-super-20080116-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/ps-type1/cm-super
# catalog-date 2008-01-16 21:31:11 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-cm-super
Version:	20080116
Release:	4
Summary:	CM-Super family of fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ps-type1/cm-super
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-super.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-super.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
%rename tetex-cmsuper
%rename texlive-texmf-cmsuper
Requires(post):	texlive-tetex

%description
CM-Super family of fonts are Adobe Type 1 fonts that replace
the T1/TS1-encoded Computer Modern (EC/TC), T1/TS1-encoded
Concrete, T1/TS1-encoded CM bright and LH fonts (thus
supporting all European languages except Greek, and all
Cyrillic-based languages), and bringing many ameliorations in
typesetting quality. The fonts exhibit the same metrics as the
MetaFont-encoded originals.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/cm-super/cm-super.GS
%{_texmfdistdir}/dvips/cm-super/config.cm-super
%{_texmfdistdir}/fonts/afm/public/cm-super/isflb8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/isfli8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/isflo8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/isflq8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/isfltt8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbbx10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbi3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbl3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbm3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmo10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmo17.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmo8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmo9.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmr10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmr17.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmr8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbmr9.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbso10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbso17.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbso8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbso9.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbsr10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbsr17.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbsr8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbsr9.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbtl10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbto10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfbx3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfcc3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfci3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfdh3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffb2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfff0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfff1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfff1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfff1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfff1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfff2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffi0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffi1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffi1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffi1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffi1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffi1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffi2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sffs2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfit2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sflb8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfli8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sflo8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sflq8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfltt8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoc3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfocc10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sform10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sform5.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sform6.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sform7.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sform8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sform9.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfosl10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfosl5.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfosl6.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfosl7.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfosl8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfosl9.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfoti10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfqi8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrb3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfrm3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsc3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsi3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsl3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfso3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsq8.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfss3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfssdc10.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfst3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfsx3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftc3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfti3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sftt3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfui3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvi3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfvt3583.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc0500.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc0600.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc0700.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc0800.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc0900.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc1000.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc1095.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc1200.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc1440.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc1728.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc2074.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc2488.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc2986.afm.gz
%{_texmfdistdir}/fonts/afm/public/cm-super/sfxc3583.afm.gz
%{_texmfdistdir}/fonts/enc/dvips/cm-super/cm-super-t1.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-super/cm-super-t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-super/cm-super-t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-super/cm-super-t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-super/cm-super-ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-super/cm-super-x2.enc
%{_texmfdistdir}/fonts/map/dvips/cm-super/cm-super-t1.map
%{_texmfdistdir}/fonts/map/dvips/cm-super/cm-super-t2a.map
%{_texmfdistdir}/fonts/map/dvips/cm-super/cm-super-t2b.map
%{_texmfdistdir}/fonts/map/dvips/cm-super/cm-super-t2c.map
%{_texmfdistdir}/fonts/map/dvips/cm-super/cm-super-ts1.map
%{_texmfdistdir}/fonts/map/dvips/cm-super/cm-super-x2.map
%{_texmfdistdir}/fonts/map/vtex/cm-super/cm-super-t1.ali
%{_texmfdistdir}/fonts/map/vtex/cm-super/cm-super-t2a.ali
%{_texmfdistdir}/fonts/map/vtex/cm-super/cm-super-t2b.ali
%{_texmfdistdir}/fonts/map/vtex/cm-super/cm-super-t2c.ali
%{_texmfdistdir}/fonts/map/vtex/cm-super/cm-super-ts1.ali
%{_texmfdistdir}/fonts/map/vtex/cm-super/cm-super-x2.ali
%{_texmfdistdir}/fonts/map/vtex/cm-super/cm-super.ali
%{_texmfdistdir}/fonts/type1/public/cm-super/isflb8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/isfli8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/isflo8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/isflq8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/isfltt8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbbx10.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbi0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbi0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbl0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbl0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbl0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbl0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbl0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbl1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbl1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbl1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbl1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbl1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbl2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbl2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbl2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbl3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbm0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbm0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbm0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbm1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbm1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbm1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbm1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbm1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbm2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbm2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbm2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbm3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbmo10.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbmo17.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbmo8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbmo9.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbmr10.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbmr17.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbmr8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbmr9.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbso10.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbso17.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbso8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbso9.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbsr10.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbsr17.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbsr8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbsr9.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbtl10.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbto10.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbx0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbx0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbx0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbx0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbx0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbx1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbx1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbx1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbx1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbx1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbx2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbx2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbx2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfbx3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfcc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfcc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfcc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfcc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfcc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfcc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfcc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfcc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfcc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfcc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfcc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfcc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfcc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfcc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfci0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfci0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfci0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfci0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfci0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfci1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfci1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfci1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfci1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfci1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfci2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfci2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfci2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfci3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfdh0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfdh0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfdh0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfdh0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfdh0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfdh1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfdh1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfdh1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfdh1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfdh1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfdh2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfdh2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfdh2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfdh3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffb0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffb0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffb0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffb0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffb0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffb1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffb1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffb1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffb1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffb1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffb2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfff0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfff1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfff1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfff1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfff1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfff2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffs0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffs0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffs0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffs0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffs0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffs1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffs1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffs1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffs1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffs1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sffs2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfit0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfit0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfit1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfit1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfit1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfit1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfit1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfit2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfit2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sflb8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfli8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sflo8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sflq8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfltt8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfocc10.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sform10.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sform5.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sform6.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sform7.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sform8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sform9.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfosl10.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfosl5.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfosl6.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfosl7.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfosl8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfosl9.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfoti10.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfqi8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrb0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrb0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrb0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrb0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrb0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrb1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrb1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrb1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrb1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrb1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrb2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrb2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrb2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrb3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrm0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrm0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrm0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrm0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrm0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrm1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrm1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrm1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrm1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrm1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrm2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrm2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrm2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfrm3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsi0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsi0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsl0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsl0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsl0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsl0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsl0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsl1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsl1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsl1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsl1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsl1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsl2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsl2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsl2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsl3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfso0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfso0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfso0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfso0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfso0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfso1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfso1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfso1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfso1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfso1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfso2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfso2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfso2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfso3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsq8.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfss0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfss0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfss0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfss0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfss0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfss1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfss1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfss1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfss1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfss1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfss2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfss2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfss2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfss3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfssdc10.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfst0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfst0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfst1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfst1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfst1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfst1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfst1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfst2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfst2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfst2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfst3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsx0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsx0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsx0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsx0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsx0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsx1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsx1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsx1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsx1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsx1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsx2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsx2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsx2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfsx3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfti0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfti0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfti0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfti0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfti0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfti1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfti1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfti1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfti1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfti1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfti2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfti2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfti2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfti3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftt0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftt0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftt1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftt1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftt1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftt1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftt1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftt2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftt2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftt2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sftt3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfui0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfui0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfui0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfui0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfui0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfui1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfui1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfui1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfui1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfui1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfui2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfui2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfui2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfui3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvt0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvt0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvt1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvt1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvt1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvt1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvt1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvt2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvt2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvt2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfvt3583.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfxc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfxc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfxc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfxc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfxc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfxc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfxc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfxc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfxc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfxc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfxc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfxc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfxc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cm-super/sfxc3583.pfb
%{_texmfdistdir}/tex/latex/cm-super/type1ec.sty
%_texmf_updmap_d/cm-super
%doc %{_texmfdistdir}/doc/fonts/cm-super/COPYING
%doc %{_texmfdistdir}/doc/fonts/cm-super/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/cm-super/FAQ
%doc %{_texmfdistdir}/doc/fonts/cm-super/INSTALL
%doc %{_texmfdistdir}/doc/fonts/cm-super/README
%doc %{_texmfdistdir}/doc/fonts/cm-super/TODO
%doc %{_texmfdistdir}/doc/fonts/cm-super/cm-super-inf.tar.bz2

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/cm-super <<EOF
MixedMap cm-super-t1.map
MixedMap cm-super-t2a.map
MixedMap cm-super-t2b.map
MixedMap cm-super-t2c.map
MixedMap cm-super-ts1.map
MixedMap cm-super-x2.map
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080116-4
+ Revision: ee3c436
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19601 |14mr|texlive-cmtiup-1.3a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20512
# category Package
# catalog-ctan /fonts/cm/cmtiup
# catalog-date 2010-11-20 14:00:52 +0100
# catalog-license lppl1.3
# catalog-version 1.3a
Name:		texlive-cmtiup
Version:	1.3a
Release:	3
Summary:	Upright punctuation with CM slanted
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cm/cmtiup
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmtiup.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmtiup.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The cmtiup fonts address a problem with the appearance of
punctuation in italic text in mathematical documents. To
achieve this, all punctuation characters are upright, and
kerning between letters and punctuation is adjusted to allow
for the italic correction. The fonts are implemented as a set
of vf files; a package for support in LaTeX 2e is provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup10.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup12.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup7.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup8.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiup9.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiupgn.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiuplg.mf
%{_texmfdistdir}/fonts/source/public/cmtiup/cmtiupp.mf
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmtiup/cmtiup9.tfm
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup10.vf
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup12.vf
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup7.vf
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup8.vf
%{_texmfdistdir}/fonts/vf/public/cmtiup/cmtiup9.vf
%{_texmfdistdir}/tex/latex/cmtiup/cmtiup.sty
%doc %{_texmfdistdir}/doc/latex/cmtiup/README
%doc %{_texmfdistdir}/doc/latex/cmtiup/cmtiup.dtx
%doc %{_texmfdistdir}/doc/latex/cmtiup/cmtiup.ins
%doc %{_texmfdistdir}/doc/latex/cmtiup/cmtiup.pdf
%doc %{_texmfdistdir}/doc/latex/cmtiup/testfont.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3a-3
+ Revision: 0145d8d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19602 |14mr|texlive-cm-unicode-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19445
# category Package
# catalog-ctan /fonts/cm-unicode
# catalog-date 2010-07-13 15:28:23 +0200
# catalog-license ofl
# catalog-version 0.7.0
Name:		texlive-cm-unicode
Version:	0.7.0
Release:	3
Summary:	Computer Modern Unicode font family
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cm-unicode
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-unicode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-unicode.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Computer Modern Unicode fonts were converted from metafont
sources using mftrace with autotrace backend and fontforge.
Some characters in several fonts are copied from Blue Sky type
1 fonts released by AMS. Currently the fonts contain glyphs
from Latin (Metafont ec, tc, vnr), Cyrillic (lh), Greek
(cbgreek when available) code sets and IPA extensions (from
tipa). This font set contains 33 fonts. This archive contains
AFM, PFB and OTF versions; the OTF version of the Computer
Modern Unicode fonts works with TeX engines that directly
support OpenType features, such as XeTeX and LuaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbbx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbi.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbl.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbmo.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbmr.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbso.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbsr.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbtl.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbto.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunbxo.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunci.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunit.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunobi.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunobx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunorm.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunoti.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunrb.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunrm.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunsi.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunsl.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunso.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunss.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunssdc.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunst.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunsx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmuntb.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunti.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmuntt.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmuntx.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunui.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunvi.afm
%{_texmfdistdir}/fonts/afm/public/cm-unicode/cmunvt.afm
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-ecsc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-g.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-gsc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-la.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-lasc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-lb.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-lc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-ld.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-rx.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-tc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-tipa.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-tipx.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-ux.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-uxsc.enc
%{_texmfdistdir}/fonts/enc/dvips/cm-unicode/cmu-vn.enc
%{_texmfdistdir}/fonts/map/dvips/cm-unicode/cmu.map
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbbx.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbi.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbl.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbmo.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbmr.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbso.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbsr.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbtl.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbto.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbx.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunbxo.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunci.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunit.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunobi.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunobx.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunorm.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunoti.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunrb.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunrm.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunsi.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunsl.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunso.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunss.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunssdc.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunst.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunsx.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmuntb.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunti.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmuntt.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmuntx.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunui.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunvi.otf
%{_texmfdistdir}/fonts/opentype/public/cm-unicode/cmunvt.otf
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbbx.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbi.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbl.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbmo.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbmr.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbso.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbsr.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbtl.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbto.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbx.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunbxo.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunci.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunit.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunobi.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunobx.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunorm.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunoti.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunrb.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunrm.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunsi.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunsl.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunso.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunss.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunssdc.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunst.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunsx.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmuntb.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunti.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmuntt.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmuntx.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunui.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunvi.pfb
%{_texmfdistdir}/fonts/type1/public/cm-unicode/cmunvt.pfb
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/Changes
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/FAQ
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/FontLog.txt
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/Fontmap.CMU.alias
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/Fontmap.CMU.otf
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/Fontmap.CMU.pfb
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/INSTALL
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/README
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/README.doc
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/TODO
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/cmunrm.pdf
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/cmunti.pdf
%doc %{_texmfdistdir}/doc/fonts/cm-unicode/config.cmu

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.0-3
+ Revision: eb38521
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19603 |14mr|texlive-cnbwp-20140102-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32550
# category Package
# catalog-ctan /macros/latex/contrib/cnbwp
# catalog-date 2014-01-02 10:00:56 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-cnbwp
Version:	20140102
Release:	2
Summary:	Typeset working papers of the Czech National Bank
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cnbwp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cnbwp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cnbwp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports proper formatting of Working Papers of the
Czech National Bank (WP CNB). The package was developed for CNB
but it is also intended for authors from outside CNB.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/cnbwp/abbrvcnb.bst
%{_texmfdistdir}/makeindex/cnbwp/cnbindex.ist
%{_texmfdistdir}/tex/latex/cnbwp/cnbwp-manual.sty
%{_texmfdistdir}/tex/latex/cnbwp/cnbwp.cls
%{_texmfdistdir}/tex/latex/cnbwp/cnbwpsizes.clo
%doc %{_texmfdistdir}/doc/latex/cnbwp/README
%doc %{_texmfdistdir}/doc/latex/cnbwp/biblio.tex
%doc %{_texmfdistdir}/doc/latex/cnbwp/cnbpaper.pdf
%doc %{_texmfdistdir}/doc/latex/cnbwp/cnbpaper.tex
%doc %{_texmfdistdir}/doc/latex/cnbwp/cnbsample.bib
%doc %{_texmfdistdir}/doc/latex/cnbwp/cnbwp-manual-cs.pdf
%doc %{_texmfdistdir}/doc/latex/cnbwp/cnbwp-manual-cs.tex
%doc %{_texmfdistdir}/doc/latex/cnbwp/cnbwp-manual-en.pdf
%doc %{_texmfdistdir}/doc/latex/cnbwp/cnbwp-manual-en.tex
%doc %{_texmfdistdir}/doc/latex/cnbwp/graph18.eps
%doc %{_texmfdistdir}/doc/latex/cnbwp/graph18.gif
%doc %{_texmfdistdir}/doc/latex/cnbwp/graph18.jpg
%doc %{_texmfdistdir}/doc/latex/cnbwp/graph18.pdf
%doc %{_texmfdistdir}/doc/latex/cnbwp/graph18.png
%doc %{_texmfdistdir}/doc/latex/cnbwp/numtable.tex
%doc %{_texmfdistdir}/doc/latex/cnbwp/widematrix.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20140102-2
+ Revision: b68bcb5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19604 |14mr|texlive-cnltx-0.90-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32583
# category Package
# catalog-ctan /macros/latex/contrib/cnltx
# catalog-date 2013-11-22 18:02:28 +0100
# catalog-license lppl1.3
# catalog-version 0.9
Name:		texlive-cnltx
Version:	0.90
Release:	7
Summary:	LaTeX tools and documenting facilities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cnltx
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cnltx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cnltx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a versatile bundle of packages and classes for
consistent formatting of control sequences, package options,
source code examples, and writing a package manual (including
an index containing the explained control sequences, options,
ldots). The bundle also provides several other small ideas of
mine such as a mechansim for providing abbreviations etc. Not
at least it provides a number of programming tools. The
intention behind this bundle mainly is a selfish one:
documenting my own packages. The bundle contains an index style
file cnltx.ist that should be placed in a directory in a TDS
makeindex directory.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/cnltx/cnltx.bib
%{_texmfdistdir}/makeindex/cnltx/cnltx.ist
%{_texmfdistdir}/tex/latex/cnltx/cnltx-base.sty
%{_texmfdistdir}/tex/latex/cnltx/cnltx-doc.cls
%{_texmfdistdir}/tex/latex/cnltx/cnltx-example.sty
%{_texmfdistdir}/tex/latex/cnltx/cnltx-listings.sty
%{_texmfdistdir}/tex/latex/cnltx/cnltx-tools.sty
%{_texmfdistdir}/tex/latex/cnltx/cnltx.bbx
%{_texmfdistdir}/tex/latex/cnltx/cnltx.cbx
%{_texmfdistdir}/tex/latex/cnltx/cnltx.dbx
%{_texmfdistdir}/tex/latex/cnltx/cnltx.sty
%doc %{_texmfdistdir}/doc/latex/cnltx/README
%doc %{_texmfdistdir}/doc/latex/cnltx/cnltx_en.pdf
%doc %{_texmfdistdir}/doc/latex/cnltx/cnltx_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.90-7
+ Revision: b178009
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19605 |14mr|texlive-cns-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-cns
Version:	20111103
Release:	3
Summary:	TeXLive cns package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cns.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cns.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive cns package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/misc/cns/4040w0.bin
%{_texmfdistdir}/fonts/misc/cns/4040w1.bin
%{_texmfdistdir}/fonts/misc/cns/4040w2.bin
%{_texmfdistdir}/fonts/misc/cns/4040w3.bin
%{_texmfdistdir}/fonts/misc/cns/4040w4.bin
%{_texmfdistdir}/fonts/misc/cns/4040w5.bin
%{_texmfdistdir}/fonts/misc/cns/4040w6.bin
%{_texmfdistdir}/fonts/misc/cns/4040w7.bin
%{_texmfdistdir}/fonts/misc/cns/cns40-1.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-2.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-3.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-4.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-5.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-6.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-7.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-b5.hbf
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1230.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1231.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1232.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1233.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1234.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1235.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1236.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1237.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1238.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1239.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1240.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1241.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1242.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1243.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1244.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1245.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1246.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1247.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1248.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1249.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1250.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1251.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1252.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1253.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1254.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1255.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1230.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1231.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1232.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1233.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1234.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1230.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1230.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1231.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1232.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1233.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1234.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1226.tfm
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-1/README
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-2/README
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-3/README
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-4/README
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-5/README
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-6/README
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-7/README
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-b5/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: e6aec00
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19606 |14mr|texlive-codedoc-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17630
# category Package
# catalog-ctan /macros/latex/contrib/codedoc
# catalog-date 2010-03-30 18:14:30 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-codedoc
Version:	0.3
Release:	3
Summary:	LaTeX code and documentation in LaTeX-format file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/codedoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codedoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codedoc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The CodeDoc class is an alternative to DocStrip (and others) to
produce LaTeX code along with its documentation without
departing from LaTeX's ordinary syntax. The documentation is
prepared like any other LaTeX document and the code to be
commented verbatim is simply delimited by an environment. When
an option is turned on in the class options, this code is
written to the desired file(s). The class also includes fully
customizable verbatim environments which provide the author
with separate commands to typeset the material and/or to
execute it.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/codedoc/codedoc.cls
%doc %{_texmfdistdir}/doc/latex/codedoc/CodeDoc-manual.pdf
%doc %{_texmfdistdir}/doc/latex/codedoc/CodeDoc-manual.tex
%doc %{_texmfdistdir}/doc/latex/codedoc/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: 9da891d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19607 |14mr|texlive-codepage-20110118-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21126
# category Package
# catalog-ctan /macros/latex/contrib/codepage
# catalog-date 2011-01-18 23:40:40 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-codepage
Version:	20110118
Release:	3
Summary:	Support for variant code pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/codepage
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codepage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codepage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codepage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a mechanism for inputting non-ASCII text.
Nowadays, the job is mostly done by the inputenc package in the
LaTeX distribution.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/codepage/code437.tex
%{_texmfdistdir}/tex/latex/codepage/code850.tex
%{_texmfdistdir}/tex/latex/codepage/codeiso1.tex
%{_texmfdistdir}/tex/latex/codepage/codemac.tex
%{_texmfdistdir}/tex/latex/codepage/codepage.sty
%{_texmfdistdir}/tex/latex/codepage/initcar.tex
%{_texmfdistdir}/tex/latex/codepage/shapecm.tex
%{_texmfdistdir}/tex/latex/codepage/shapedc.tex
%doc %{_texmfdistdir}/doc/latex/codepage/LISEZMOI
%doc %{_texmfdistdir}/doc/latex/codepage/README
%doc %{_texmfdistdir}/doc/latex/codepage/codepage.pdf
%doc %{_texmfdistdir}/doc/latex/codepage/demo.zip
%doc %{_texmfdistdir}/doc/latex/codepage/frintro.pdf
#- source
%doc %{_texmfdistdir}/source/latex/codepage/codepage.drv
%doc %{_texmfdistdir}/source/latex/codepage/codepage.dtx
%doc %{_texmfdistdir}/source/latex/codepage/codepage.ins
%doc %{_texmfdistdir}/source/latex/codepage/frintro.drv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110118-3
+ Revision: acb7673
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19608 |14mr|texlive-codicefiscaleitaliano-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26234
# category Package
# catalog-ctan /macros/latex/contrib/codicefiscaleitaliano
# catalog-date 2012-05-05 09:37:49 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-codicefiscaleitaliano
Version:	1.1
Release:	3
Summary:	Test the consistency of the Italian personal Fiscal Code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/codicefiscaleitaliano
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codicefiscaleitaliano.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codicefiscaleitaliano.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codicefiscaleitaliano.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The alphanumeric string that forms the Italian personal Fiscal
Code is prone to be misspelled thus rendering a legal document
invalid. The package quickly verifies the consistency of the
fiscal code string, and can therefore be useful for lawyers and
accountants that use fiscal codes very frequently.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/codicefiscaleitaliano/codicefiscaleitaliano.sty
%doc %{_texmfdistdir}/doc/latex/codicefiscaleitaliano/README
%doc %{_texmfdistdir}/doc/latex/codicefiscaleitaliano/codicefiscaleitaliano.pdf
#- source
%doc %{_texmfdistdir}/source/latex/codicefiscaleitaliano/codicefiscaleitaliano.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 5e88aae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19609 |14mr|texlive-collcell-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21539
# category Package
# catalog-ctan /macros/latex/contrib/collcell
# catalog-date 2011-02-27 21:54:29 +0100
# catalog-license lppl1.3
# catalog-version 0.5
Name:		texlive-collcell
Version:	0.5
Release:	3
Summary:	Collect contents of a tabular cell as argument to a macro
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/collcell
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collcell.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collcell.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collcell.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros that collect the content of a
tabular cell, and offer them as an argument to a macro. Special
care is taken to remove all aligning macros inserted by tabular
from the cell content. The macros also work in the last column
of a table, but do not support verbatim material inside the
cells.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/collcell/collcell.sty
%doc %{_texmfdistdir}/doc/latex/collcell/collcell.pdf
#- source
%doc %{_texmfdistdir}/source/latex/collcell/Makefile
%doc %{_texmfdistdir}/source/latex/collcell/README
%doc %{_texmfdistdir}/source/latex/collcell/collcell.dtx
%doc %{_texmfdistdir}/source/latex/collcell/collcell.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: 83cf398
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19610 |14mr|texlive-collectbox-20120807-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26557
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collectbox
Version:	20120807
Release:	2
Summary:	TeXLive collectbox package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collectbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collectbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collectbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive collectbox package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/collectbox/collectbox.sty
%doc %{_texmfdistdir}/doc/latex/collectbox/README
%doc %{_texmfdistdir}/doc/latex/collectbox/collectbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/collectbox/collectbox.dtx
%doc %{_texmfdistdir}/source/latex/collectbox/collectbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120807-2
+ Revision: a3636ed
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19611 |14mr|texlive-collection-basic-20120810-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26314
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-basic
Epoch:		1
Version:	20120810
Release:	2
Summary:	Essential programs and files
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-basic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-documentation-base
Requires:	texlive-amsfonts
Requires:	texlive-bibtex
Requires:	texlive-cm
Requires:	texlive-dvipdfm
Requires:	texlive-dvipdfmx
Requires:	texlive-dvipdfmx-def
Requires:	texlive-dvips
Requires:	texlive-enctex
Requires:	texlive-etex
Requires:	texlive-etex-pkg
Requires:	texlive-glyphlist
Requires:	texlive-gsftopk
Requires:	texlive-hyph-utf8
Requires:	texlive-hyphen-base
Requires:	texlive-ifluatex
Requires:	texlive-ifxetex
Requires:	texlive-kpathsea
Requires:	texlive-lua-alt-getopt
Requires:	texlive-luatex
Requires:	texlive-makeindex
Requires:	texlive-metafont
Requires:	texlive-mflogo
Requires:	texlive-mfware
Requires:	texlive-misc
Requires:	texlive-pdftex
Requires:	texlive-plain
Requires:	texlive-tetex
Requires:	texlive-tex
Requires:	texlive-texconfig
Requires:	texlive-texlive-scripts
Requires:	texlive-xdvi

%description
These files are regarded as basic for any TeX system, covering
plain TeX macros, Computer Modern fonts, and configuration for
common drivers; no LaTeX.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120810-2
+ Revision: 3f41717
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19612 |14mr|texlive-collection-bibtexextra-20140215-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32761
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-bibtexextra
Epoch:		1
Version:	20140215
Release:	2
Summary:	BibTeX additional styles
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-bibtexextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-latex
Requires:	texlive-aichej
Requires:	texlive-amsrefs
Requires:	texlive-apacite
Requires:	texlive-apalike2
Requires:	texlive-beebe
Requires:	texlive-besjournals
Requires:	texlive-bibarts
Requires:	texlive-bibexport
Requires:	texlive-bibhtml
Requires:	texlive-biblatex
Requires:	texlive-biblatex-apa
Requires:	texlive-biblatex-bwl
Requires:	texlive-biblatex-caspervector
Requires:	texlive-biblatex-chem
Requires:	texlive-biblatex-chicago
Requires:	texlive-biblatex-dw
Requires:	texlive-biblatex-fiwi
Requires:	texlive-biblatex-gost
Requires:	texlive-biblatex-historian
Requires:	texlive-biblatex-ieee
Requires:	texlive-biblatex-juradiss
Requires:	texlive-biblatex-luh-ipw
Requires:	texlive-biblatex-manuscripts-philology
Requires:	texlive-biblatex-mla
Requires:	texlive-biblatex-musuos
Requires:	texlive-biblatex-nature
Requires:	texlive-biblatex-nejm
Requires:	texlive-biblatex-philosophy
Requires:	texlive-biblatex-phys
Requires:	texlive-biblatex-publist
Requires:	texlive-biblatex-science
Requires:	texlive-biblatex-source-division
Requires:	texlive-biblatex-swiss-legal
Requires:	texlive-biblatex-trad
Requires:	texlive-biblist
Requires:	texlive-bibtopic
Requires:	texlive-bibtopicprefix
Requires:	texlive-bibunits
Requires:	texlive-breakcites
Requires:	texlive-cell
Requires:	texlive-chbibref
Requires:	texlive-chicago
Requires:	texlive-chicago-annote
Requires:	texlive-chembst
Requires:	texlive-chscite
Requires:	texlive-collref
Requires:	texlive-compactbib
Requires:	texlive-custom-bib
Requires:	texlive-din1505
Requires:	texlive-dk-bib
Requires:	texlive-doipubmed
Requires:	texlive-economic
Requires:	texlive-fbs
Requires:	texlive-figbib
Requires:	texlive-footbib
Requires:	texlive-francais-bst
Requires:	texlive-geschichtsfrkl
Requires:	texlive-harvard
Requires:	texlive-harvmac
Requires:	texlive-historische-zeitschrift
Requires:	texlive-ijqc
Requires:	texlive-inlinebib
Requires:	texlive-iopart-num
Requires:	texlive-jneurosci
Requires:	texlive-jurabib
Requires:	texlive-ksfh_nat
Requires:	texlive-listbib
Requires:	texlive-logreq
Requires:	texlive-margbib
Requires:	texlive-multibib
Requires:	texlive-multibibliography
Requires:	texlive-munich
Requires:	texlive-notes2bib
Requires:	texlive-oscola
Requires:	texlive-perception
Requires:	texlive-pnas2009
Requires:	texlive-rsc
Requires:	texlive-showtags
Requires:	texlive-sort-by-letters
Requires:	texlive-splitbib
Requires:	texlive-uni-wtal-ger
Requires:	texlive-uni-wtal-lin
Requires:	texlive-urlbst
Requires:	texlive-usebib
Requires:	texlive-vak
Requires:	texlive-xcite

%description
Additional BibTeX styles and bibliography data(bases), notably
including BibLaTeX.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20140215-2
+ Revision: 0078984
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19613 |14mr|texlive-collection-binextra-20140215-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32346
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-binextra
Epoch:		1
Version:	20140215
Release:	2
Summary:	TeX auxiliary programs
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-binextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-a2ping
Requires:	texlive-adhocfilelist
Requires:	texlive-arara
Requires:	texlive-bibtex8
Requires:	texlive-bibtexu
Requires:	texlive-bundledoc
Requires:	texlive-chktex
Requires:	texlive-ctanify
Requires:	texlive-ctanupload
Requires:	texlive-ctie
Requires:	texlive-cweb
Requires:	texlive-de-macro
Requires:	texlive-detex
Requires:	texlive-dtl
Requires:	texlive-dtxgen
Requires:	texlive-dvi2tty
Requires:	texlive-dviasm
Requires:	texlive-dvicopy
Requires:	texlive-dvidvi
Requires:	texlive-dviljk
Requires:	texlive-dvipng
Requires:	texlive-dvipos
Requires:	texlive-dvisvgm
Requires:	texlive-findhyph
Requires:	texlive-fragmaster
Requires:	texlive-hyphenex
Requires:	texlive-installfont
Requires:	texlive-lacheck
Requires:	texlive-latex-git-log
Requires:	texlive-latex2man
Requires:	texlive-latexdiff
Requires:	texlive-latexfileversion
Requires:	texlive-latexmk
Requires:	texlive-latexpand
Requires:	texlive-latexindent
Requires:	texlive-ltxfileinfo
Requires:	texlive-ltximg
Requires:	texlive-listings-ext
Requires:	texlive-match_parens
Requires:	texlive-mkjobtexmf
Requires:	texlive-patgen
Requires:	texlive-pdfcrop
Requires:	texlive-pdfjam
Requires:	texlive-pdftools
Requires:	texlive-pfarrei
Requires:	texlive-pkfix
Requires:	texlive-pkfix-helper
Requires:	texlive-purifyeps
Requires:	texlive-pythontex
Requires:	texlive-seetexk
Requires:	texlive-sty2dtx
Requires:	texlive-synctex
Requires:	texlive-texcount
Requires:	texlive-texdef
Requires:	texlive-texdiff
Requires:	texlive-texdirflatten
Requires:	texlive-texdoc
Requires:	texlive-texliveonfly
Requires:	texlive-texloganalyser
Requires:	texlive-texware
Requires:	texlive-tie
Requires:	texlive-tpic2pdftex
Requires:	texlive-typeoutfileinfo
Requires:	texlive-web

%description
Various useful, but non-essential, support programs. Includes
programs and macros for DVI file manipulation, literate
programming, patgen, and the TeX Works Editor.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20140215-2
+ Revision: cd2719d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19614 |14mr|texlive-collection-context-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30458
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-context
Epoch:		1
Version:	20131013
Release:	6
Summary:	ConTeXt and packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-context.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-context
Requires:	texlive-collection-basic
Requires:	texlive-jmn
Requires:	texlive-context-account
Requires:	texlive-context-algorithmic
Requires:	texlive-context-bnf
Requires:	texlive-context-chromato
Requires:	texlive-context-construction-plan
Requires:	texlive-context-cyrillicnumbers
Requires:	texlive-context-degrade
Requires:	texlive-context-filter
Requires:	texlive-context-fixme
Requires:	texlive-context-french
Requires:	texlive-context-fullpage
Requires:	texlive-context-games
Requires:	texlive-context-gantt
Requires:	texlive-context-gnuplot
Requires:	texlive-context-letter
Requires:	texlive-context-lettrine
Requires:	texlive-context-lilypond
Requires:	texlive-context-mathsets
Requires:	texlive-context-notes-zh-cn
Requires:	texlive-context-rst
Requires:	texlive-context-ruby
Requires:	texlive-context-simplefonts
Requires:	texlive-context-simpleslides
Requires:	texlive-context-transliterator
Requires:	texlive-context-typearea
Requires:	texlive-context-typescripts
Requires:	texlive-context-vim

%description
Hans Hagen's powerful ConTeXt system, http://pragma-ade.com.
Also includes third-party ConTeXt packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: 9a546b9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19615 |14mr|texlive-collection-documentation-arabic-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14327
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-arabic
Epoch:		1
Version:	20120224
Release:	2
Summary:	Arabic documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-arabic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lshort-persian
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-arabic package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: fec604c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19616 |14mr|texlive-collection-documentation-base-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17091
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-base
Epoch:		1
Version:	20120224
Release:	2
Summary:	TeX Live documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-base.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-texlive-common
Requires:	texlive-texlive-docindex
Requires:	texlive-texlive-en

%description
TeXLive collection-documentation-base package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 9554f28
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19617 |14mr|texlive-collection-documentation-bulgarian-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19296
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-bulgarian
Epoch:		1
Version:	20120224
Release:	2
Summary:	Bulgarian documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-bulgarian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lshort-bulgarian
Requires:	texlive-pst-eucl-translation-bg
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-bulgarian package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: b0f5278
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19618 |14mr|texlive-collection-documentation-chinese-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14384
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-chinese
Epoch:		1
Version:	20120224
Release:	2
Summary:	Chinese documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-chinese.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-ctex-faq
Requires:	texlive-latex-notes-zh-cn
Requires:	texlive-lshort-chinese
Requires:	texlive-texlive-zh-cn
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-chinese package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 7c3c7d7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19619 |14mr|texlive-collection-documentation-czechslovak-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23021
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-czechslovak
Epoch:		1
Version:	20120224
Release:	2
Summary:	Czech/Slovak documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-czechslovak.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lshort-czech
Requires:	texlive-lshort-slovak
Requires:	texlive-texlive-cz
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-czechslovak package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 6e9b7b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19620 |14mr|texlive-collection-documentation-dutch-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-dutch
Epoch:		1
Version:	20120224
Release:	2
Summary:	Dutch documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-dutch.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lshort-dutch
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-dutch package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: efccaa2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19621 |14mr|texlive-collection-documentation-english-20120810-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26293
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-english
Epoch:		1
Version:	20120810
Release:	2
Summary:	English documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-english.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-FAQ-en
Requires:	texlive-MemoirChapStyles
Requires:	texlive-Type1fonts
Requires:	texlive-amslatex-primer
Requires:	texlive-around-the-bend
Requires:	texlive-ascii-chart
Requires:	texlive-components-of-TeX
Requires:	texlive-comprehensive
Requires:	texlive-dtxtut
Requires:	texlive-first-latex-doc
Requires:	texlive-gentle
Requires:	texlive-guide-to-latex
Requires:	texlive-happy4th
Requires:	texlive-impatient
Requires:	texlive-intro-scientific
Requires:	texlive-knuth
Requires:	texlive-l2tabu-english
Requires:	texlive-latex-course
Requires:	texlive-latex-doc-ptr
Requires:	texlive-latex-graphics-companion
Requires:	texlive-latex-veryshortguide
Requires:	texlive-latex-web-companion
Requires:	texlive-latex2e-help-texinfo
Requires:	texlive-latex4wp
Requires:	texlive-latexcheat
Requires:	texlive-latexfileinfo-pkgs
Requires:	texlive-lshort-english
Requires:	texlive-macros2e
Requires:	texlive-math-e
Requires:	texlive-mathmode
Requires:	texlive-memdesign
Requires:	texlive-metafont-beginners
Requires:	texlive-metapost-examples
Requires:	texlive-mil3
Requires:	texlive-patgen2-tutorial
Requires:	texlive-pictexsum
Requires:	texlive-plain-doc
Requires:	texlive-pstricks-examples-en
Requires:	texlive-pstricks-tutorial
Requires:	texlive-simplified-latex
Requires:	texlive-svg-inkscape
Requires:	texlive-tabulars-e
Requires:	texlive-tamethebeast
Requires:	texlive-tds
Requires:	texlive-tex-font-errors-cheatsheet
Requires:	texlive-tex-overview
Requires:	texlive-tex-refs
Requires:	texlive-texbytopic
Requires:	texlive-titlepages
Requires:	texlive-tlc2
Requires:	texlive-visualfaq
Requires:	texlive-webguide
Requires:	texlive-xetexref
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-english package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120810-2
+ Revision: 872f724
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19622 |14mr|texlive-collection-documentation-finnish-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-finnish
Epoch:		1
Version:	20120224
Release:	2
Summary:	Finnish documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-finnish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lshort-finnish
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-finnish package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: a443e1d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19623 |14mr|texlive-collection-documentation-french-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25105
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-french
Epoch:		1
Version:	20120224
Release:	2
Summary:	French documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-french.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-apprends-latex
Requires:	texlive-epslatex-fr
Requires:	texlive-impatient-fr
Requires:	texlive-l2tabu-french
Requires:	texlive-lshort-french
Requires:	texlive-texlive-fr
Requires:	texlive-translation-array-fr
Requires:	texlive-translation-dcolumn-fr
Requires:	texlive-translation-natbib-fr
Requires:	texlive-translation-tabbing-fr
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-french package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 46af3a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19624 |14mr|texlive-collection-documentation-german-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25301
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-german
Epoch:		1
Version:	20120224
Release:	2
Summary:	German documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-german.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-einfuehrung
Requires:	texlive-fifinddo-info
Requires:	texlive-kopka
Requires:	texlive-l2picfaq
Requires:	texlive-l2tabu
Requires:	texlive-latex-bib-ex
Requires:	texlive-latex-referenz
Requires:	texlive-latex-tabellen
Requires:	texlive-lshort-german
Requires:	texlive-presentations
Requires:	texlive-pstricks-examples
Requires:	texlive-templates-fenn
Requires:	texlive-templates-sommer
Requires:	texlive-texlive-de
Requires:	texlive-translation-arsclassica-de
Requires:	texlive-translation-biblatex-de
Requires:	texlive-translation-chemsym-de
Requires:	texlive-translation-ecv-de
Requires:	texlive-translation-enumitem-de
Requires:	texlive-translation-europecv-de
Requires:	texlive-translation-filecontents-de
Requires:	texlive-translation-moreverb-de
Requires:	texlive-voss-de
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-german package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 731eb09
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19625 |14mr|texlive-collection-documentation-italian-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25218
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-italian
Epoch:		1
Version:	20120224
Release:	2
Summary:	Italian documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-italian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-amsldoc-it
Requires:	texlive-amsmath-it
Requires:	texlive-amsthdoc-it
Requires:	texlive-fancyhdr-it
Requires:	texlive-l2tabu-italian
Requires:	texlive-latex4wp-it
Requires:	texlive-lshort-italian
Requires:	texlive-psfrag-italian
Requires:	texlive-texlive-it
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-italian package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 6e982ec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19626 |14mr|texlive-collection-documentation-japanese-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-japanese
Epoch:		1
Version:	20120224
Release:	2
Summary:	Japanese documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-japanese.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lshort-japanese
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-japanese package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 2e9cd7d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19627 |14mr|texlive-collection-documentation-korean-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-korean
Epoch:		1
Version:	20120224
Release:	2
Summary:	Korean documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-korean.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lshort-korean
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-korean package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 2638b06
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19628 |14mr|texlive-collection-documentation-mongolian-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-mongolian
Epoch:		1
Version:	20120224
Release:	2
Summary:	Mongolian documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-mongolian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lshort-mongol
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-mongolian package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 264aea3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19629 |14mr|texlive-collection-documentation-polish-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-polish
Epoch:		1
Version:	20120224
Release:	2
Summary:	Polish documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-polish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lshort-polish
Requires:	texlive-tex-virtual-academy-pl
Requires:	texlive-texlive-pl
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-polish package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: e7b036d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19630 |14mr|texlive-collection-documentation-portuguese-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-portuguese
Epoch:		1
Version:	20120224
Release:	2
Summary:	Portuguese documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-portuguese.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-beamer-tut-pt
Requires:	texlive-cursolatex
Requires:	texlive-latexcheat-ptbr
Requires:	texlive-lshort-portuguese
Requires:	texlive-xypic-tut-pt
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-portuguese package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: dc0ed5f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19631 |14mr|texlive-collection-documentation-russian-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-russian
Epoch:		1
Version:	20120224
Release:	2
Summary:	Russian documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-russian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lshort-russian
Requires:	texlive-mpman-ru
Requires:	texlive-texlive-ru
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-russian package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 3896d82
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19632 |14mr|texlive-collection-documentation-serbian-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19112
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-serbian
Epoch:		1
Version:	20120224
Release:	2
Summary:	Serbian documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-serbian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-texlive-sr
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-serbian package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 2249662
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19633 |14mr|texlive-collection-documentation-slovenian-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-slovenian
Epoch:		1
Version:	20120224
Release:	2
Summary:	Slovenian documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-slovenian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lshort-slovenian
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-slovenian package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: d61f8a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19634 |14mr|texlive-collection-documentation-spanish-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19634
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-spanish
Epoch:		1
Version:	20120224
Release:	2
Summary:	Spanish documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-spanish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-es-tex-faq
Requires:	texlive-l2tabu-spanish
Requires:	texlive-latex2e-help-texinfo-spanish
Requires:	texlive-latexcheat-esmx
Requires:	texlive-lshort-spanish
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-spanish package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: fd0df42
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19635 |14mr|texlive-collection-documentation-thai-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-thai
Epoch:		1
Version:	20120224
Release:	2
Summary:	Thai documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-thai.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lshort-thai
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-thai package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 1e7e4a7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19636 |14mr|texlive-collection-documentation-turkish-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-turkish
Epoch:		1
Version:	20120224
Release:	2
Summary:	Turkish documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-turkish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lshort-turkish
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-turkish package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 6e15a36
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19637 |14mr|texlive-collection-documentation-ukrainian-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-ukrainian
Epoch:		1
Version:	20120224
Release:	2
Summary:	Ukrainian documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-ukrainian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lshort-ukr
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-ukrainian package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 173fe01
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19638 |14mr|texlive-collection-documentation-vietnamese-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-documentation-vietnamese
Epoch:		1
Version:	20120224
Release:	2
Summary:	Vietnamese documentation
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-documentation-vietnamese.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-amsldoc-vn
Requires:	texlive-lshort-vietnamese
Requires:	texlive-ntheorem-vn
Requires:	texlive-collection-documentation-base

%description
TeXLive collection-documentation-vietnamese package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 830cb86
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19639 |14mr|texlive-collection-fontsextra-20120810-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27110
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-fontsextra
Epoch:		1
Version:	20120810
Release:	2
Summary:	Extra fonts
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-fontsextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-Asana-Math
Requires:	texlive-adforn
Requires:	texlive-adfsymbols
Requires:	texlive-allrunes
Requires:	texlive-antiqua
Requires:	texlive-antt
Requires:	texlive-archaic
Requires:	texlive-arev
Requires:	texlive-ascii
Requires:	texlive-aspectratio
Requires:	texlive-astro
Requires:	texlive-augie
Requires:	texlive-auncial-new
Requires:	texlive-aurical
Requires:	texlive-b1encoding
Requires:	texlive-barcodes
Requires:	texlive-baskervald
Requires:	texlive-bbding
Requires:	texlive-bbm
Requires:	texlive-bbm-macros
Requires:	texlive-bbold
Requires:	texlive-bbold-type1
Requires:	texlive-belleek
Requires:	texlive-bera
Requires:	texlive-berenisadf
Requires:	texlive-bguq
Requires:	texlive-blacklettert1
Requires:	texlive-boisik
Requires:	texlive-bookhands
Requires:	texlive-boondox
Requires:	texlive-braille
Requires:	texlive-brushscr
Requires:	texlive-calligra
Requires:	texlive-calligra-type1
Requires:	texlive-cantarell
Requires:	texlive-carolmin-ps
Requires:	texlive-ccicons
Requires:	texlive-cfr-lm
Requires:	texlive-cherokee
Requires:	texlive-cm-lgc
Requires:	texlive-cm-unicode
Requires:	texlive-cmbright
Requires:	texlive-cmll
Requires:	texlive-cmpica
Requires:	texlive-cmtiup
Requires:	texlive-comfortaa
Requires:	texlive-concmath-fonts
Requires:	texlive-cookingsymbols
Requires:	texlive-countriesofeurope
Requires:	texlive-courier-scaled
Requires:	texlive-cryst
Requires:	texlive-cyklop
Requires:	texlive-dancers
Requires:	texlive-dejavu
Requires:	texlive-dice
Requires:	texlive-dictsym
Requires:	texlive-dingbat
Requires:	texlive-doublestroke
Requires:	texlive-dozenal
Requires:	texlive-droid
Requires:	texlive-duerer
Requires:	texlive-duerer-latex
Requires:	texlive-dutchcal
Requires:	texlive-ean
Requires:	texlive-ecc
Requires:	texlive-eco
Requires:	texlive-eiad
Requires:	texlive-eiad-ltx
Requires:	texlive-electrum
Requires:	texlive-elvish
Requires:	texlive-epigrafica
Requires:	texlive-epsdice
Requires:	texlive-esstix
Requires:	texlive-esvect
Requires:	texlive-eulervm
Requires:	texlive-euxm
Requires:	texlive-fdsymbol
Requires:	texlive-feyn
Requires:	texlive-fge
Requires:	texlive-foekfont
Requires:	texlive-fonetika
Requires:	texlive-fourier
Requires:	texlive-fouriernc
Requires:	texlive-frcursive
Requires:	texlive-genealogy
Requires:	texlive-gentium
Requires:	texlive-gfsartemisia
Requires:	texlive-gfsbodoni
Requires:	texlive-gfscomplutum
Requires:	texlive-gfsdidot
Requires:	texlive-gfsneohellenic
Requires:	texlive-gfssolomos
Requires:	texlive-gillcm
Requires:	texlive-gnu-freefont
Requires:	texlive-gothic
Requires:	texlive-greenpoint
Requires:	texlive-grotesq
Requires:	texlive-hands
Requires:	texlive-hfbright
Requires:	texlive-hfoldsty
Requires:	texlive-ifsym
Requires:	texlive-inconsolata
Requires:	texlive-initials
Requires:	texlive-iwona
Requires:	texlive-jablantile
Requires:	texlive-jamtimes
Requires:	texlive-junicode
Requires:	texlive-kixfont
Requires:	texlive-knuthotherfonts
Requires:	texlive-kpfonts
Requires:	texlive-kurier
Requires:	texlive-lato
Requires:	texlive-lfb
Requires:	texlive-libertineotf
Requires:	texlive-libertine-legacy
Requires:	texlive-libris
Requires:	texlive-linearA
Requires:	texlive-lxfonts
Requires:	texlive-ly1
Requires:	texlive-mathabx
Requires:	texlive-mathabx-type1
Requires:	texlive-mathdesign
Requires:	texlive-mdputu
Requires:	texlive-mdsymbol
Requires:	texlive-mnsymbol
Requires:	texlive-newtx
Requires:	texlive-nkarta
Requires:	texlive-ocherokee
Requires:	texlive-ocr-b
Requires:	texlive-ocr-b-outline
Requires:	texlive-ogham
Requires:	texlive-oinuit
Requires:	texlive-oldlatin
Requires:	texlive-oldstandard
Requires:	texlive-opensans
Requires:	texlive-orkhun
Requires:	texlive-pacioli
Requires:	texlive-paratype
Requires:	texlive-phaistos
Requires:	texlive-phonetic
Requires:	texlive-pigpen
Requires:	texlive-poltawski
Requires:	texlive-prodint
Requires:	texlive-psafm
Requires:	texlive-pxtxalfa
Requires:	texlive-punk
Requires:	texlive-punknova
Requires:	texlive-recycle
Requires:	texlive-romande
Requires:	texlive-rsfso
Requires:	texlive-sansmathaccent
Requires:	texlive-sauter
Requires:	texlive-sauterfonts
Requires:	texlive-semaphor
Requires:	texlive-skull
Requires:	texlive-staves
Requires:	texlive-starfont
Requires:	texlive-stix
Requires:	texlive-tapir
Requires:	texlive-tengwarscript
Requires:	texlive-tfrupee
Requires:	texlive-tpslifonts
Requires:	texlive-trajan
Requires:	texlive-txfontsb
Requires:	texlive-umtypewriter
Requires:	texlive-universa
Requires:	texlive-urwchancal
Requires:	texlive-venturisadf
Requires:	texlive-wsuipa
Requires:	texlive-xits
Requires:	texlive-yfonts
Requires:	texlive-collection-basic
%rename texlive-fontsextra

%description
TeXLive collection-fontsextra package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120810-2
+ Revision: 07243df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19640 |14mr|texlive-collection-fontsrecommended-20140215-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32620
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-fontsrecommended
Epoch:		1
Version:	20140215
Release:	2
Summary:	Recommended fonts
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-fontsrecommended.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-avantgar
Requires:	texlive-bookman
Requires:	texlive-charter
Requires:	texlive-cm-super
Requires:	texlive-cmextra
Requires:	texlive-courier
Requires:	texlive-ec
Requires:	texlive-euro
Requires:	texlive-euro-ce
Requires:	texlive-eurosym
Requires:	texlive-fpl
Requires:	texlive-helvetic
Requires:	texlive-lm
Requires:	texlive-lm-math
Requires:	texlive-marvosym
Requires:	texlive-mathpazo
Requires:	texlive-ncntrsbk
Requires:	texlive-palatino
Requires:	texlive-pxfonts
Requires:	texlive-rsfs
Requires:	texlive-symbol
Requires:	texlive-tex-gyre
Requires:	texlive-tex-gyre-math
Requires:	texlive-times
Requires:	texlive-tipa
Requires:	texlive-txfonts
Requires:	texlive-utopia
Requires:	texlive-wasy
Requires:	texlive-wasysym
Requires:	texlive-zapfchan
Requires:	texlive-zapfding
%rename texlive-fonts
%rename texlive-texmf-fonts

%description
Recommended fonts, including the base 35 PostScript fonts,
Latin Modern, TeX Gyre, and T1 and other encoding support for
Computer Modern, in outline form.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20140215-2
+ Revision: 48e24b6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19641 |14mr|texlive-collection-fontutils-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30396
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-fontutils
Epoch:		1
Version:	20131013
Release:	6
Summary:	Graphics and font utilities
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-fontutils.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-accfonts
Requires:	texlive-afm2pl
Requires:	texlive-dosepsbin
Requires:	texlive-epstopdf
Requires:	texlive-fontware
Requires:	texlive-lcdftypetools
Requires:	texlive-ps2pkm
Requires:	texlive-pstools
Requires:	psutils
Requires:	texlive-dvipsconfig
Requires:	texlive-fontinst
Requires:	texlive-fontools
Requires:	texlive-mf2pt1
Requires:	texlive-ttfutils

%description
Programs for conversion between font formats, testing fonts,
virtual fonts, .gf and .pk manipulation, mft, fontinst, etc.
Manipulating OpenType, TrueType, Type 1,and for manipulation of
PostScript and other image formats.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: bbc2665
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19642 |14mr|texlive-collection-formatsextra-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30396
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-formatsextra
Epoch:		1
Version:	20131013
Release:	6
Summary:	Additional formats
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-formatsextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-edmac
Requires:	texlive-eplain
Requires:	texlive-mltex
Requires:	texlive-psizzl
Requires:	texlive-startex
Requires:	texlive-texsis

%description
Collected TeX `formats', i.e., large-scale macro packages
designed to be dumped into .fmt files, other than most common
ones, such as latex and context.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: 6f87301
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19643 |14mr|texlive-collection-games-20140215-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32893
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-games
Epoch:		1
Version:	20140215
Release:	2
Summary:	Games typesetting
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-games.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-latex
Requires:	texlive-bartel-chess-fonts
Requires:	texlive-chess
Requires:	texlive-chess-problem-diagrams
Requires:	texlive-chessboard
Requires:	texlive-chessfss
Requires:	texlive-crossword
Requires:	texlive-crosswrd
Requires:	texlive-egameps
Requires:	texlive-gamebook
Requires:	texlive-go
Requires:	texlive-hanoi
Requires:	texlive-hexgame
Requires:	texlive-horoscop
Requires:	texlive-logicpuzzle
Requires:	texlive-othello
Requires:	texlive-othelloboard
Requires:	texlive-pas-crosswords
Requires:	texlive-psgo
Requires:	texlive-reverxii
Requires:	texlive-rubik
Requires:	texlive-schwalbe-chess
Requires:	texlive-sgame
Requires:	texlive-skak
Requires:	texlive-skaknew
Requires:	texlive-sudoku
Requires:	texlive-sudokubundle
Requires:	texlive-xq
Requires:	texlive-xskak

%description
Setups for typesetting various games, including chess.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20140215-2
+ Revision: 7afb5a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19644 |14mr|texlive-collection-genericextra-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31402
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-genericextra
Epoch:		1
Version:	20131013
Release:	6
Summary:	Generic additional packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-genericextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-abbr
Requires:	texlive-abstyles
Requires:	texlive-barr
Requires:	texlive-bitelist
Requires:	texlive-borceux
Requires:	texlive-c-pascal
Requires:	texlive-catcodes
Requires:	texlive-chronosys
Requires:	texlive-colorsep
Requires:	texlive-dinat
Requires:	texlive-dirtree
Requires:	texlive-dowith
Requires:	texlive-eijkhout
Requires:	texlive-encxvlna
Requires:	texlive-epigram
Requires:	texlive-fenixpar
Requires:	texlive-fltpoint
Requires:	texlive-fntproof
Requires:	texlive-gates
Requires:	texlive-ifetex
Requires:	texlive-iftex
Requires:	texlive-insbox
Requires:	texlive-lambda-lists
Requires:	texlive-langcode
Requires:	texlive-lecturer
Requires:	texlive-librarian
Requires:	texlive-mathdots
Requires:	texlive-metatex
Requires:	texlive-midnight
Requires:	texlive-navigator
Requires:	texlive-ofs
Requires:	texlive-pdf-trans
Requires:	texlive-plainpkg
Requires:	texlive-schemata
Requires:	texlive-shade
Requires:	texlive-systeme
Requires:	texlive-tabto-generic
Requires:	texlive-texapi
Requires:	texlive-upca
Requires:	texlive-xlop
Requires:	texlive-yax

%description
Extra packages that work with multiple formats, typically both
TeX and LaTeX.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: e9de754
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19645 |14mr|texlive-collection-genericrecommended-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30396
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-genericrecommended
Epoch:		1
Version:	20131013
Release:	6
Summary:	Generic recommended packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-genericrecommended.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-epsf
Requires:	texlive-fontname
Requires:	texlive-genmisc
Requires:	texlive-kastrup
Requires:	texlive-multido
Requires:	texlive-path
Requires:	texlive-tex-ps
Requires:	texlive-ulem

%description
Recommended packages that work with multiple formats.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: 1966df2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19646 |14mr|texlive-collection-htmlxml-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30307
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-htmlxml
Epoch:		1
Version:	20131013
Release:	6
Summary:	HTML/SGML/XML support
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-htmlxml.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-latex
Requires:	texlive-jadetex
Requires:	texlive-passivetex
Requires:	texlive-tex4ht
Requires:	texlive-xmltex

%description
Packages to convert LaTeX to XML/HTML, and typset XML/SGML.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: 926dae2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19647 |14mr|texlive-collection-humanities-20140215-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32323
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-humanities
Epoch:		1
Version:	20140215
Release:	2
Summary:	Humanities packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-humanities.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-latex
Requires:	texlive-alnumsec
Requires:	texlive-arydshln
Requires:	texlive-bibleref
Requires:	texlive-bibleref-lds
Requires:	texlive-bibleref-mouth
Requires:	texlive-bibleref-parse
Requires:	texlive-covington
Requires:	texlive-dramatist
Requires:	texlive-dvgloss
Requires:	texlive-ecltree
Requires:	texlive-edfnotes
Requires:	texlive-ednotes
Requires:	texlive-eledform
Requires:	texlive-eledmac
Requires:	texlive-expex
Requires:	texlive-gb4e
Requires:	texlive-gmverse
Requires:	texlive-jura
Requires:	texlive-juraabbrev
Requires:	texlive-juramisc
Requires:	texlive-jurarsp
Requires:	texlive-ledmac
Requires:	texlive-leipzig
Requires:	texlive-lexikon
Requires:	texlive-lexref
Requires:	texlive-lineno
Requires:	texlive-linguex
Requires:	texlive-liturg
Requires:	texlive-metrix
Requires:	texlive-parallel
Requires:	texlive-parrun
Requires:	texlive-phonrule
Requires:	texlive-plari
Requires:	texlive-play
Requires:	texlive-poemscol
Requires:	texlive-poetrytex
Requires:	texlive-qobitree
Requires:	texlive-qtree
Requires:	texlive-rrgtrees
Requires:	texlive-rtklage
Requires:	texlive-screenplay
Requires:	texlive-sides
Requires:	texlive-stage
Requires:	texlive-textglos
Requires:	texlive-thalie
Requires:	texlive-tree-dvips
Requires:	texlive-verse
Requires:	texlive-xyling

%description
Packages for law, linguistics, social sciences, humanities,
etc.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20140215-2
+ Revision: b43416d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19648 |14mr|texlive-collection-langafrican-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30372
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langafrican
Epoch:		1
Version:	20131013
Release:	6
Summary:	African scripts
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langafrican.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-ethiop
Requires:	texlive-ethiop-t1
Requires:	texlive-fc
Requires:	texlive-hyphen-ethiopic

%description
Support for African scripts.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: e51f988
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19649 |14mr|texlive-collection-langarabic-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31684
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langarabic
Epoch:		1
Version:	20131013
Release:	6
Summary:	Arabic
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langarabic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-amiri
Requires:	texlive-arabi
Requires:	texlive-arabtex
Requires:	texlive-bidi
Requires:	texlive-ghab
Requires:	texlive-hyphen-arabic
Requires:	texlive-hyphen-farsi
Requires:	texlive-imsproc
Requires:	texlive-lshort-persian
Requires:	texlive-persian-bib
Requires:	texlive-persian-modern
Requires:	texlive-simurgh
Requires:	texlive-tram

%description
Support for Arabic and Persian.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: e70e6c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19650 |14mr|texlive-collection-langarmenian-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20529
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langarmenian
Epoch:		1
Version:	20120224
Release:	2
Summary:	Armenian
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langarmenian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic

%description
Support for typesetting Armenian.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: abea72f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19651 |14mr|texlive-collection-langcjk-20131201-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32105
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langcjk
Epoch:		1
Version:	20131201
Release:	6
Summary:	Chinese/Japanese/Korean
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langcjk.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-adobemapping
Requires:	texlive-arphic
Requires:	texlive-bxbase
Requires:	texlive-bxcjkjatype
Requires:	texlive-bxjscls
Requires:	texlive-c90
Requires:	texlive-cjk
Requires:	texlive-cjk-ko
Requires:	texlive-cjkpunct
Requires:	texlive-cjkutils
Requires:	texlive-cns
Requires:	texlive-convbkmk
Requires:	texlive-ctex
Requires:	texlive-ctex-faq
Requires:	texlive-dnp
Requires:	texlive-fandol
Requires:	texlive-garuda-c90
Requires:	texlive-hyphen-chinese
Requires:	texlive-ipaex
Requires:	texlive-japanese
Requires:	texlive-japanese-otf
Requires:	texlive-japanese-otf-uptex
Requires:	texlive-jfontmaps
Requires:	texlive-jsclasses
Requires:	texlive-kotex-oblivoir
Requires:	texlive-kotex-plain
Requires:	texlive-kotex-utf
Requires:	texlive-kotex-utils
Requires:	texlive-latex-notes-zh-cn
Requires:	texlive-lshort-chinese
Requires:	texlive-lshort-japanese
Requires:	texlive-lshort-korean
Requires:	texlive-luatexja
Requires:	texlive-nanumtype1
Requires:	texlive-norasi-c90
Requires:	texlive-ptex
Requires:	texlive-ptex2pdf
Requires:	texlive-pxbase
Requires:	texlive-pxchfon
Requires:	texlive-pxcjkcat
Requires:	texlive-pxjahyper
Requires:	texlive-pxrubrica
Requires:	texlive-texlive-zh-cn
Requires:	texlive-uhc
Requires:	texlive-uptex
Requires:	texlive-wadalab
Requires:	texlive-xcjk2uni
Requires:	texlive-xpinyin
Requires:	texlive-zhmetrics
Requires:	texlive-zhnumber
Requires:	texlive-zhspacing
Requires:	texlive-zxjafbfont
Requires:	texlive-zxjafont
Requires:	texlive-zxjatype

%description
CJK (Chinese, Japanese, Korean) macros, fonts, documentation.
Also Thai in the c90 encoding, since there is some overlap in
those fonts.  Standard Thai support is in collection-langother.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131201-6
+ Revision: 0880009
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19652 |14mr|texlive-collection-langcroatian-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21190
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langcroatian
Epoch:		1
Version:	20120224
Release:	2
Summary:	Croatian
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langcroatian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-hrlatex
Requires:	texlive-hyphen-croatian
Requires:	texlive-collection-basic

%description
Support for typesetting Croatian.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 2d948db
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19653 |14mr|texlive-collection-langcyrillic-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30455
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langcyrillic
Epoch:		1
Version:	20131013
Release:	6
Summary:	Cyrillic
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langcyrillic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-latex
Requires:	texlive-babel-bulgarian
Requires:	texlive-babel-russian
Requires:	texlive-babel-serbian
Requires:	texlive-babel-serbianc
Requires:	texlive-babel-ukraineb
Requires:	texlive-cmcyr
Requires:	texlive-cyrillic
Requires:	texlive-cyrillic-bin
Requires:	texlive-cyrplain
Requires:	texlive-disser
Requires:	texlive-eskd
Requires:	texlive-eskdx
Requires:	texlive-gost
Requires:	texlive-hyphen-bulgarian
Requires:	texlive-hyphen-mongolian
Requires:	texlive-hyphen-russian
Requires:	texlive-hyphen-serbian
Requires:	texlive-hyphen-ukrainian
Requires:	texlive-lcyw
Requires:	texlive-lh
Requires:	texlive-lhcyr
Requires:	texlive-lshort-bulgarian
Requires:	texlive-lshort-mongol
Requires:	texlive-lshort-russian
Requires:	texlive-lshort-ukr
Requires:	texlive-mongolian-babel
Requires:	texlive-montex
Requires:	texlive-mpman-ru
Requires:	texlive-pst-eucl-translation-bg
Requires:	texlive-ruhyphen
Requires:	texlive-russ
Requires:	texlive-serbian-apostrophe
Requires:	texlive-serbian-date-lat
Requires:	texlive-serbian-def-cyr
Requires:	texlive-serbian-lig
Requires:	texlive-t2
Requires:	texlive-texlive-ru
Requires:	texlive-texlive-sr
Requires:	texlive-ukrhyph

%description
Support for Cyrillic scripts (Bulgarian, Russian, Serbian,
Ukrainian), even if Latin alphabets may also be used.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: b746e35
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19654 |14mr|texlive-collection-langczechslovak-20140215-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32550
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langczechslovak
Epoch:		1
Version:	20140215
Release:	2
Summary:	Czech/Slovak
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langczechslovak.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-latex
Requires:	texlive-babel-czech
Requires:	texlive-babel-slovak
Requires:	texlive-cnbwp
Requires:	texlive-cs
Requires:	texlive-csbulletin
Requires:	texlive-cslatex
Requires:	texlive-csplain
Requires:	texlive-cstex
Requires:	texlive-hyphen-czech
Requires:	texlive-hyphen-slovak
Requires:	texlive-vlna
Requires:	texlive-lshort-czech
Requires:	texlive-lshort-slovak
Requires:	texlive-texlive-cz

%description
Support for Czech/Slovak.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20140215-2
+ Revision: e1408a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19655 |14mr|texlive-collection-langdanish-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14727
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langdanish
Epoch:		1
Version:	20120224
Release:	2
Summary:	Danish
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langdanish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-hyphen-danish
Requires:	texlive-collection-basic

%description
Support for typesetting Danish.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: d67100c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19656 |14mr|texlive-collection-langdutch-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14727
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langdutch
Epoch:		1
Version:	20120224
Release:	2
Summary:	Dutch
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langdutch.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-hyphen-dutch
Requires:	texlive-collection-basic

%description
Support for typesetting Dutch.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 569c9b9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19657 |14mr|texlive-collection-langenglish-20140215-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32952
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langenglish
Epoch:		1
Version:	20140215
Release:	3
Summary:	US and UK English
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langenglish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-babel-english
Requires:	texlive-hyphen-english
Requires:	texlive-FAQ-en
Requires:	texlive-MemoirChapStyles
Requires:	texlive-Type1fonts
Requires:	texlive-amslatex-primer
Requires:	texlive-around-the-bend
Requires:	texlive-ascii-chart
Requires:	texlive-components-of-TeX
Requires:	texlive-comprehensive
Requires:	texlive-dickimaw
Requires:	texlive-dtxtut
Requires:	texlive-first-latex-doc
Requires:	texlive-gentle
Requires:	texlive-guide-to-latex
Requires:	texlive-happy4th
Requires:	texlive-impatient
Requires:	texlive-intro-scientific
Requires:	texlive-knuth
Requires:	texlive-l2tabu-english
Requires:	texlive-latex-brochure
Requires:	texlive-latex-course
Requires:	texlive-latex-doc-ptr
Requires:	texlive-latex-graphics-companion
Requires:	texlive-latex-veryshortguide
Requires:	texlive-latex-web-companion
Requires:	texlive-latex2e-help-texinfo
Requires:	texlive-latex4wp
Requires:	texlive-latexcheat
Requires:	texlive-latexfileinfo-pkgs
Requires:	texlive-lshort-english
Requires:	texlive-macros2e
Requires:	texlive-math-e
Requires:	texlive-memdesign
Requires:	texlive-metafont-beginners
Requires:	texlive-metapost-examples
Requires:	texlive-mil3
Requires:	texlive-patgen2-tutorial
Requires:	texlive-pictexsum
Requires:	texlive-plain-doc
Requires:	texlive-presentations-en
Requires:	texlive-pstricks-examples-en
Requires:	texlive-simplified-latex
Requires:	texlive-svg-inkscape
Requires:	texlive-tabulars-e
Requires:	texlive-tamethebeast
Requires:	texlive-tds
Requires:	texlive-tex-font-errors-cheatsheet
Requires:	texlive-tex-overview
Requires:	texlive-tex-refs
Requires:	texlive-texbytopic
Requires:	texlive-titlepages
Requires:	texlive-tlc2
Requires:	texlive-visualfaq
Requires:	texlive-voss-mathmode
Requires:	texlive-webguide
Requires:	texlive-xetexref

%description
Support for (and documentation in) English.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:20140215-3
+ Revision: c3a2994
- Require texlive-babel-english



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19658 |14mr|texlive-collection-langeuropean-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30457
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langeuropean
Version:	20131013
Release:	6
Summary:	Other European languages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langeuropean.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-babel-albanian
Requires:	texlive-babel-breton
Requires:	texlive-babel-croatian
Requires:	texlive-babel-danish
Requires:	texlive-babel-dutch
Requires:	texlive-babel-estonian
Requires:	texlive-babel-finnish
Requires:	texlive-babel-friulan
Requires:	texlive-babel-hungarian
Requires:	texlive-babel-icelandic
Requires:	texlive-babel-irish
Requires:	texlive-babel-kurmanji
Requires:	texlive-babel-latin
Requires:	texlive-babel-norsk
Requires:	texlive-babel-piedmontese
Requires:	texlive-babel-romanian
Requires:	texlive-babel-romansh
Requires:	texlive-babel-samin
Requires:	texlive-babel-scottish
Requires:	texlive-babel-slovenian
Requires:	texlive-babel-swedish
Requires:	texlive-babel-turkish
Requires:	texlive-babel-welsh
Requires:	texlive-finbib
Requires:	texlive-hrlatex
Requires:	texlive-hyphen-armenian
Requires:	texlive-hyphen-croatian
Requires:	texlive-hyphen-danish
Requires:	texlive-hyphen-dutch
Requires:	texlive-hyphen-estonian
Requires:	texlive-hyphen-finnish
Requires:	texlive-hyphen-friulan
Requires:	texlive-hyphen-hungarian
Requires:	texlive-hyphen-icelandic
Requires:	texlive-hyphen-irish
Requires:	texlive-hyphen-kurmanji
Requires:	texlive-hyphen-latin
Requires:	texlive-hyphen-latvian
Requires:	texlive-hyphen-lithuanian
Requires:	texlive-hyphen-norwegian
Requires:	texlive-hyphen-piedmontese
Requires:	texlive-hyphen-romanian
Requires:	texlive-hyphen-romansh
Requires:	texlive-hyphen-slovenian
Requires:	texlive-hyphen-swedish
Requires:	texlive-hyphen-turkish
Requires:	texlive-hyphen-uppersorbian
Requires:	texlive-hyphen-welsh
Requires:	texlive-lithuanian
Requires:	texlive-lshort-dutch
Requires:	texlive-lshort-finnish
Requires:	texlive-lshort-slovenian
Requires:	texlive-lshort-turkish
Requires:	texlive-swebib
Requires:	texlive-turkmen

%description
Support for a number of European languages; others (Greek,
German, French, ...) have their own collections, depending
simply on the size of the support.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 44b9174
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19659 |14mr|texlive-collection-langfinnish-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14727
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langfinnish
Epoch:		1
Version:	20120224
Release:	2
Summary:	Finnish
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langfinnish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-finbib
Requires:	texlive-hyphen-finnish
Requires:	texlive-collection-basic

%description
Support for typesetting Finnish.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: ae31dae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19660 |14mr|texlive-collection-langfrench-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30372
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langfrench
Epoch:		1
Version:	20131013
Release:	6
Summary:	French
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langfrench.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-aeguill
Requires:	texlive-apprends-latex
Requires:	texlive-babel-basque
Requires:	texlive-babel-french
Requires:	texlive-basque-book
Requires:	texlive-basque-date
Requires:	texlive-bib-fr
Requires:	texlive-bibleref-french
Requires:	texlive-booktabs-fr
Requires:	texlive-droit-fr
Requires:	texlive-epslatex-fr
Requires:	texlive-facture
Requires:	texlive-frenchle
Requires:	texlive-frletter
Requires:	texlive-hyphen-basque
Requires:	texlive-hyphen-french
Requires:	texlive-impatient-fr
Requires:	texlive-impnattypo
Requires:	texlive-l2tabu-french
Requires:	texlive-lshort-french
Requires:	texlive-mafr
Requires:	texlive-tabvar
Requires:	texlive-tdsfrmath
Requires:	texlive-texlive-fr
Requires:	texlive-translation-array-fr
Requires:	texlive-translation-dcolumn-fr
Requires:	texlive-translation-natbib-fr
Requires:	texlive-translation-tabbing-fr
Requires:	texlive-variations

%description
Support for French and Basque.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: 1a9fbfd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19661 |14mr|texlive-collection-langgerman-20140215-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32954
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langgerman
Epoch:		1
Version:	20140215
Release:	2
Summary:	German
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langgerman.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-babel-german
Requires:	texlive-bibleref-german
Requires:	texlive-booktabs-de
Requires:	texlive-csquotes-de
Requires:	texlive-dehyph-exptl
Requires:	texlive-dhua
Requires:	texlive-einfuehrung
Requires:	texlive-etoolbox-de
Requires:	texlive-fifinddo-info
Requires:	texlive-geometry-de
Requires:	texlive-german
Requires:	texlive-germbib
Requires:	texlive-germkorr
Requires:	texlive-hausarbeit-jura
Requires:	texlive-hyphen-german
Requires:	texlive-koma-script-examples
Requires:	texlive-l2picfaq
Requires:	texlive-l2tabu
Requires:	texlive-latex-bib-ex
Requires:	texlive-latex-referenz
Requires:	texlive-latex-tabellen
Requires:	texlive-lshort-german
Requires:	texlive-lualatex-doc-de
Requires:	texlive-microtype-de
Requires:	texlive-presentations
Requires:	texlive-pstricks-examples
Requires:	texlive-r_und_s
Requires:	texlive-templates-fenn
Requires:	texlive-templates-sommer
Requires:	texlive-texlive-de
Requires:	texlive-tipa-de
Requires:	texlive-translation-arsclassica-de
Requires:	texlive-translation-biblatex-de
Requires:	texlive-translation-chemsym-de
Requires:	texlive-translation-ecv-de
Requires:	texlive-translation-enumitem-de
Requires:	texlive-translation-europecv-de
Requires:	texlive-translation-filecontents-de
Requires:	texlive-translation-moreverb-de
Requires:	texlive-udesoftec
Requires:	texlive-umlaute
Requires:	texlive-voss-mathcol

%description
Support for German.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20140215-2
+ Revision: f477c63
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19662 |14mr|texlive-collection-langgreek-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31679
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langgreek
Epoch:		1
Version:	20131013
Release:	6
Summary:	Greek
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langgreek.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-babel-greek
Requires:	texlive-betababel
Requires:	texlive-bgreek
Requires:	texlive-cbfonts
Requires:	texlive-cbfonts-fd
Requires:	texlive-gfsbaskerville
Requires:	texlive-gfsporson
Requires:	texlive-greek-fontenc
Requires:	texlive-greek-inputenc
Requires:	texlive-greekdates
Requires:	texlive-greektex
Requires:	texlive-hyphen-greek
Requires:	texlive-hyphen-ancientgreek
Requires:	texlive-ibycus-babel
Requires:	texlive-ibygrk
Requires:	texlive-kerkis
Requires:	texlive-levy
Requires:	texlive-lgreek
Requires:	texlive-mkgrkindex
Requires:	texlive-teubner
Requires:	texlive-xgreek
Requires:	texlive-yannisgr

%description
Support for Greek.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: aa5c233
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19663 |14mr|texlive-collection-langhebrew-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14727
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langhebrew
Epoch:		1
Version:	20120224
Release:	2
Summary:	Hebrew
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langhebrew.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-cjhebrew
Requires:	texlive-collection-basic

%description
Support for typesetting Hebrew.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: fe69a2c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19664 |14mr|texlive-collection-langhungarian-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14727
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langhungarian
Epoch:		1
Version:	20120224
Release:	2
Summary:	Hungarian
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langhungarian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-magyar
Requires:	texlive-hyphen-hungarian
Requires:	texlive-collection-basic

%description
Support for typesetting Hungarian.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 54bd611
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19665 |14mr|texlive-collection-langindic-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30372
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langindic
Epoch:		1
Version:	20131013
Release:	6
Summary:	Indic scripts
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langindic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-bangtex
Requires:	texlive-bengali
Requires:	texlive-burmese
Requires:	texlive-devnag
Requires:	texlive-ebong
Requires:	texlive-hyphen-indic
Requires:	texlive-hyphen-sanskrit
Requires:	texlive-sanskrit
Requires:	texlive-velthuis
Requires:	texlive-wnri
Requires:	texlive-wnri-latex
Requires:	texlive-xetex-devanagari

%description
Support for Indic scripts.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: 0a52ba5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19666 |14mr|texlive-collection-langitalian-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30372
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langitalian
Epoch:		1
Version:	20131013
Release:	6
Summary:	Italian
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langitalian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-amsldoc-it
Requires:	texlive-amsmath-it
Requires:	texlive-amsthdoc-it
Requires:	texlive-babel-italian
Requires:	texlive-codicefiscaleitaliano
Requires:	texlive-fancyhdr-it
Requires:	texlive-fixltxhyph
Requires:	texlive-frontespizio
Requires:	texlive-hyphen-italian
Requires:	texlive-itnumpar
Requires:	texlive-l2tabu-italian
Requires:	texlive-latex4wp-it
Requires:	texlive-layaureo
Requires:	texlive-lshort-italian
Requires:	texlive-psfrag-italian
Requires:	texlive-texlive-it

%description
Support for Italian.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: c19c6cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19667 |14mr|texlive-collection-langlatin-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14727
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langlatin
Epoch:		1
Version:	20120224
Release:	2
Summary:	Latin
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langlatin.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-hyphen-latin
Requires:	texlive-collection-basic

%description
Support for typesetting Latin.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 0fc1afd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19668 |14mr|texlive-collection-langlatvian-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14727
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langlatvian
Epoch:		1
Version:	20120224
Release:	2
Summary:	Latvian
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langlatvian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-hyphen-latvian
Requires:	texlive-collection-basic

%description
Support for typesetting Latvian.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 6b8518b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19669 |14mr|texlive-collection-langlithuanian-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14727
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langlithuanian
Epoch:		1
Version:	20120224
Release:	2
Summary:	Lithuanian
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langlithuanian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-lithuanian
Requires:	texlive-hyphen-lithuanian
Requires:	texlive-collection-basic

%description
Support for typesetting Lithuanian.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 686c3f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19670 |14mr|texlive-collection-langmongolian-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22468
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langmongolian
Epoch:		1
Version:	20120224
Release:	2
Summary:	Mongolian
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langmongolian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-hyphen-mongolian
Requires:	texlive-mongolian-babel
Requires:	texlive-montex

%description
Support for typesetting Mongolian.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: bba9cdb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19671 |14mr|texlive-collection-langnorwegian-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14727
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langnorwegian
Epoch:		1
Version:	20120224
Release:	2
Summary:	Norwegian
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langnorwegian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-hyphen-norwegian
Requires:	texlive-collection-basic

%description
Support for typesetting Norwegian.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: cde031a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19672 |14mr|texlive-collection-langother-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31014
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langother
Epoch:		1
Version:	20131013
Release:	6
Summary:	Other languages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langother.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-amsldoc-vn
Requires:	texlive-aramaic-serto
Requires:	texlive-babel-bahasa
Requires:	texlive-babel-esperanto
Requires:	texlive-babel-georgian
Requires:	texlive-babel-hebrew
Requires:	texlive-babel-interlingua
Requires:	texlive-babel-sorbian
Requires:	texlive-babel-thai
Requires:	texlive-babel-vietnamese
Requires:	texlive-cjhebrew
Requires:	texlive-ctib
Requires:	texlive-fonts-tlwg
Requires:	texlive-hyphen-afrikaans
Requires:	texlive-hyphen-coptic
Requires:	texlive-hyphen-esperanto
Requires:	texlive-hyphen-georgian
Requires:	texlive-hyphen-indonesian
Requires:	texlive-hyphen-interlingua
Requires:	texlive-hyphen-thai
Requires:	texlive-hyphen-turkmen
Requires:	texlive-lshort-thai
Requires:	texlive-lshort-vietnamese
Requires:	texlive-ntheorem-vn
Requires:	texlive-vntex

%description
Support for languages not otherwise listed, including Thai,
Vietnamese, Hebrew, Indonesian, and plenty more.  The split is
made simply on the basis of the size of the support, to keep
both collection sizes and the number of collections reasonable.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: ce0725f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19673 |14mr|texlive-collection-langpolish-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30372
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langpolish
Epoch:		1
Version:	20131013
Release:	6
Summary:	Polish
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langpolish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-latex
Requires:	texlive-collection-basic
Requires:	texlive-babel-polish
Requires:	texlive-cc-pl
Requires:	texlive-gustlib
Requires:	texlive-gustprog
Requires:	texlive-hyphen-polish
Requires:	texlive-lshort-polish
Requires:	texlive-mex
Requires:	texlive-mwcls
Requires:	texlive-pl
Requires:	texlive-polski
Requires:	texlive-przechlewski-book
Requires:	texlive-qpxqtx
Requires:	texlive-tap
Requires:	texlive-tex-virtual-academy-pl
Requires:	texlive-texlive-pl
Requires:	texlive-utf8mex

%description
Support for Polish.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: 1c85c6c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19674 |14mr|texlive-collection-langportuguese-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30962
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langportuguese
Epoch:		1
Version:	20131013
Release:	6
Summary:	Portuguese
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langportuguese.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-babel-portuges
Requires:	texlive-beamer-tut-pt
Requires:	texlive-cursolatex
Requires:	texlive-feupphdteses
Requires:	texlive-hyphen-portuguese
Requires:	texlive-latexcheat-ptbr
Requires:	texlive-lshort-portuguese
Requires:	texlive-ordinalpt
Requires:	texlive-xypic-tut-pt

%description
Support for Portuguese.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: 2730887
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19675 |14mr|texlive-collection-langspanish-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30372
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langspanish
Epoch:		1
Version:	20131013
Release:	6
Summary:	Spanish
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langspanish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-babel-catalan
Requires:	texlive-babel-galician
Requires:	texlive-babel-spanish
Requires:	texlive-es-tex-faq
Requires:	texlive-hyphen-catalan
Requires:	texlive-hyphen-galician
Requires:	texlive-hyphen-spanish
Requires:	texlive-l2tabu-spanish
Requires:	texlive-latex2e-help-texinfo-spanish
Requires:	texlive-latexcheat-esmx
Requires:	texlive-lshort-spanish
Requires:	texlive-spanish-mx

%description
Support for Spanish.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: ca103f1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19676 |14mr|texlive-collection-langswedish-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14727
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langswedish
Epoch:		1
Version:	20120224
Release:	2
Summary:	Swedish
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langswedish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-swebib
Requires:	texlive-hyphen-swedish
Requires:	texlive-collection-basic

%description
Support for typesetting Swedish.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: ae4e03d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19677 |14mr|texlive-collection-langtibetan-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14727
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langtibetan
Epoch:		1
Version:	20120224
Release:	2
Summary:	Tibetan
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langtibetan.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-ctib
Requires:	texlive-otibet
Requires:	texlive-collection-basic

%description
Support for typesetting Tibetan.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: b23a245
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19678 |14mr|texlive-collection-langturkmen-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17578
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langturkmen
Epoch:		1
Version:	20120224
Release:	2
Summary:	Turkmen
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langturkmen.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-turkmen
Requires:	texlive-hyphen-turkmen
Requires:	texlive-collection-basic

%description
Support for typesetting Turkmen.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: e6d4933
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19679 |14mr|texlive-collection-langvietnamese-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15272
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-langvietnamese
Epoch:		1
Version:	20120224
Release:	2
Summary:	Vietnamese
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langvietnamese.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-vntex
Requires:	texlive-collection-basic

%description
Support for typesetting Vietnamese.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 03acadf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19680 |14mr|texlive-collection-latex-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25030
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-latex
Epoch:		1
Version:	20120224
Release:	2
Summary:	Basic LaTeX packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-latex.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-ae
Requires:	texlive-amscls
Requires:	texlive-amsmath
Requires:	texlive-babel
Requires:	texlive-babelbib
Requires:	texlive-carlisle
Requires:	texlive-colortbl
Requires:	texlive-fancyhdr
Requires:	texlive-fix2col
Requires:	texlive-geometry
Requires:	texlive-graphics
Requires:	texlive-hyperref
Requires:	texlive-latex
Requires:	texlive-latex-fonts
Requires:	texlive-latexconfig
Requires:	texlive-ltxmisc
Requires:	texlive-mfnfss
Requires:	texlive-mptopdf
Requires:	texlive-natbib
Requires:	texlive-oberdiek
Requires:	texlive-pdftex-def
Requires:	texlive-pslatex
Requires:	texlive-psnfss
Requires:	texlive-pspicture
Requires:	texlive-tools

%description
These packages are mandated by the core LaTeX team, or at least
very strongly recommended.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: 33e37d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19681 |14mr|texlive-collection-latexextra-20140215-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32944
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-latexextra
Epoch:		1
Version:	20140215
Release:	2
Summary:	LaTeX additional packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-latexextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Suggests:	texlive-exceltex
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-pictures
Requires:	texlive-2up
Requires:	texlive-ESIEEcv
Requires:	texlive-GS1
Requires:	texlive-HA-prosper
Requires:	texlive-Tabbing
Requires:	texlive-a0poster
Requires:	texlive-a4wide
Requires:	texlive-a5comb
Requires:	texlive-abraces
Requires:	texlive-abstract
Requires:	texlive-achemso
Requires:	texlive-acro
Requires:	texlive-acronym
Requires:	texlive-acroterm
Requires:	texlive-actuarialangle
Requires:	texlive-addlines
Requires:	texlive-adjmulticol
Requires:	texlive-adjustbox
Requires:	texlive-adrconv
Requires:	texlive-advdate
Requires:	texlive-akktex
Requires:	texlive-akletter
Requires:	texlive-alterqcm
Requires:	texlive-altfont
Requires:	texlive-amsaddr
Requires:	texlive-animate
Requires:	texlive-anonchap
Requires:	texlive-answers
Requires:	texlive-anyfontsize
Requires:	texlive-appendix
Requires:	texlive-appendixnumberbeamer
Requires:	texlive-apptools
Requires:	texlive-arcs
Requires:	texlive-arrayjobx
Requires:	texlive-arraysort
Requires:	texlive-assignment
Requires:	texlive-attachfile
Requires:	texlive-autopdf
Requires:	texlive-authoraftertitle
Requires:	texlive-authorindex
Requires:	texlive-autonum
Requires:	texlive-background
Requires:	texlive-bashful
Requires:	texlive-bchart
Requires:	texlive-beamer2thesis
Requires:	texlive-beameraudience
Requires:	texlive-beamerposter
Requires:	texlive-beamersubframe
Requires:	texlive-beamertheme-upenn-bc
Requires:	texlive-beamerthemejltree
Requires:	texlive-beamerthemenirma
Requires:	texlive-beamerthemephnompenh
Requires:	texlive-begriff
Requires:	texlive-beton
Requires:	texlive-bez123
Requires:	texlive-bezos
Requires:	texlive-bhcexam
Requires:	texlive-bigfoot
Requires:	texlive-bigints
Requires:	texlive-bizcard
Requires:	texlive-blindtext
Requires:	texlive-blkarray
Requires:	texlive-block
Requires:	texlive-blowup
Requires:	texlive-boites
Requires:	texlive-bold-extra
Requires:	texlive-bookest
Requires:	texlive-booklet
Requires:	texlive-boolexpr
Requires:	texlive-bophook
Requires:	texlive-boxedminipage
Requires:	texlive-boxhandler
Requires:	texlive-bracketkey
Requires:	texlive-braket
Requires:	texlive-breakurl
Requires:	texlive-bullcntr
Requires:	texlive-bussproofs
Requires:	texlive-bxdpx-beamer
Requires:	texlive-calcage
Requires:	texlive-calctab
Requires:	texlive-calculator
Requires:	texlive-calrsfs
Requires:	texlive-cals
Requires:	texlive-calxxxx-yyyy
Requires:	texlive-cancel
Requires:	texlive-canoniclayout
Requires:	texlive-capt-of
Requires:	texlive-captcont
Requires:	texlive-captdef
Requires:	texlive-cases
Requires:	texlive-casyl
Requires:	texlive-catchfilebetweentags
Requires:	texlive-catechis
Requires:	texlive-catoptions
Requires:	texlive-cbcoptic
Requires:	texlive-ccaption
Requires:	texlive-cclicenses
Requires:	texlive-cd
Requires:	texlive-cd-cover
Requires:	texlive-cdpbundl
Requires:	texlive-cellspace
Requires:	texlive-censor
Requires:	texlive-changebar
Requires:	texlive-changelayout
Requires:	texlive-changepage
Requires:	texlive-changes
Requires:	texlive-chappg
Requires:	texlive-chapterfolder
Requires:	texlive-chet
Requires:	texlive-chextras
Requires:	texlive-chkfloat
Requires:	texlive-chletter
Requires:	texlive-chngcntr
Requires:	texlive-chronology
Requires:	texlive-circ
Requires:	texlive-classics
Requires:	texlive-clefval
Requires:	texlive-cleveref
Requires:	texlive-clipboard
Requires:	texlive-clock
Requires:	texlive-cmdstring
Requires:	texlive-cmdtrack
Requires:	texlive-cmsd
Requires:	texlive-cnltx
Requires:	texlive-codedoc
Requires:	texlive-codepage
Requires:	texlive-collcell
Requires:	texlive-collectbox
Requires:	texlive-colordoc
Requires:	texlive-colorinfo
Requires:	texlive-colortab
Requires:	texlive-colorwav
Requires:	texlive-colorweb
Requires:	texlive-colourchange
Requires:	texlive-combelow
Requires:	texlive-combine
Requires:	texlive-comma
Requires:	texlive-commado
Requires:	texlive-comment
Requires:	texlive-concepts
Requires:	texlive-concprog
Requires:	texlive-constants
Requires:	texlive-contour
Requires:	texlive-contracard
Requires:	texlive-cooking
Requires:	texlive-cool
Requires:	texlive-coollist
Requires:	texlive-coolstr
Requires:	texlive-coolthms
Requires:	texlive-cooltooltips
Requires:	texlive-coordsys
Requires:	texlive-copyrightbox
Requires:	texlive-coseoul
Requires:	texlive-counttexruns
Requires:	texlive-courseoutline
Requires:	texlive-coursepaper
Requires:	texlive-coverpage
Requires:	texlive-cprotect
Requires:	texlive-crbox
Requires:	texlive-crossreference
Requires:	texlive-csquotes
Requires:	texlive-csvsimple
Requires:	texlive-csvtools
Requires:	texlive-cuisine
Requires:	texlive-currfile
Requires:	texlive-currvita
Requires:	texlive-cutwin
Requires:	texlive-cv
Requires:	texlive-cv4tw
Requires:	texlive-cweb-latex
Requires:	texlive-dashbox
Requires:	texlive-dashrule
Requires:	texlive-dashundergaps
Requires:	texlive-dataref
Requires:	texlive-datatool
Requires:	texlive-dateiliste
Requires:	texlive-datenumber
Requires:	texlive-datetime
Requires:	texlive-dblfloatfix
Requires:	texlive-decimal
Requires:	texlive-decorule
Requires:	texlive-delim
Requires:	texlive-delimtxt
Requires:	texlive-detlev-cm
Requires:	texlive-diagbox
Requires:	texlive-diagnose
Requires:	texlive-dialogl
Requires:	texlive-dichokey
Requires:	texlive-dinbrief
Requires:	texlive-directory
Requires:	texlive-dirtytalk
Requires:	texlive-dlfltxb
Requires:	texlive-dnaseq
Requires:	texlive-docmfp
Requires:	texlive-docmute
Requires:	texlive-documentation
Requires:	texlive-doi
Requires:	texlive-dotarrow
Requires:	texlive-dotseqn
Requires:	texlive-download
Requires:	texlive-dox
Requires:	texlive-dpfloat
Requires:	texlive-dprogress
Requires:	texlive-drac
Requires:	texlive-draftcopy
Requires:	texlive-draftwatermark
Requires:	texlive-dtk
Requires:	texlive-dtxgallery
Requires:	texlive-dvdcoll
Requires:	texlive-dynblocks
Requires:	texlive-easy
Requires:	texlive-easy-todo
Requires:	texlive-easyfig
Requires:	texlive-easylist
Requires:	texlive-ean13isbn
Requires:	texlive-ebezier
Requires:	texlive-ecclesiastic
Requires:	texlive-ecv
Requires:	texlive-ed
Requires:	texlive-edmargin
Requires:	texlive-eemeir
Requires:	texlive-egplot
Requires:	texlive-ellipsis
Requires:	texlive-elmath
Requires:	texlive-elpres
Requires:	texlive-emarks
Requires:	texlive-embedall
Requires:	texlive-embrac
Requires:	texlive-emptypage
Requires:	texlive-emulateapj
Requires:	texlive-endfloat
Requires:	texlive-endheads
Requires:	texlive-endnotes
Requires:	texlive-engpron
Requires:	texlive-engrec
Requires:	texlive-enotez
Requires:	texlive-enumitem
Requires:	texlive-enumitem-zref
Requires:	texlive-envbig
Requires:	texlive-environ
Requires:	texlive-envlab
Requires:	texlive-epigraph
Requires:	texlive-epiolmec
Requires:	texlive-eqell
Requires:	texlive-eqlist
Requires:	texlive-eqname
Requires:	texlive-eqparbox
Requires:	texlive-errata
Requires:	texlive-esami
Requires:	texlive-esdiff
Requires:	texlive-esint
Requires:	texlive-esint-type1
Requires:	texlive-etaremune
Requires:	texlive-etextools
Requires:	texlive-etoc
Requires:	texlive-etoolbox
Requires:	texlive-eukdate
Requires:	texlive-europecv
Requires:	texlive-everyhook
Requires:	texlive-everypage
Requires:	texlive-exam
Requires:	texlive-examdesign
Requires:	texlive-examplep
Requires:	texlive-excludeonly
Requires:	texlive-exercise
Requires:	texlive-exp-testopt
Requires:	texlive-expdlist
Requires:	texlive-export
Requires:	texlive-exsheets
Requires:	texlive-exsol
Requires:	texlive-extract
Requires:	texlive-facsimile
Requires:	texlive-factura
Requires:	texlive-fancynum
Requires:	texlive-fancypar
Requires:	texlive-fancytabs
Requires:	texlive-fancytooltips
Requires:	texlive-figsize
Requires:	texlive-filecontents
Requires:	texlive-filedate
Requires:	texlive-filehook
Requires:	texlive-fileinfo
Requires:	texlive-filemod
Requires:	texlive-fink
Requires:	texlive-finstrut
Requires:	texlive-fixfoot
Requires:	texlive-fixme
Requires:	texlive-fixmetodonotes
Requires:	texlive-fjodor
Requires:	texlive-flabels
Requires:	texlive-flacards
Requires:	texlive-flagderiv
Requires:	texlive-flashcards
Requires:	texlive-flashmovie
Requires:	texlive-flipbook
Requires:	texlive-flippdf
Requires:	texlive-floatflt
Requires:	texlive-floatrow
Requires:	texlive-flowfram
Requires:	texlive-fmp
Requires:	texlive-fmtcount
Requires:	texlive-fn2end
Requires:	texlive-fnbreak
Requires:	texlive-fncychap
Requires:	texlive-fncylab
Requires:	texlive-fnpara
Requires:	texlive-fnpct
Requires:	texlive-fnumprint
Requires:	texlive-foilhtml
Requires:	texlive-fontaxes
Requires:	texlive-fonttable
Requires:	texlive-footmisc
Requires:	texlive-footnotebackref
Requires:	texlive-footnoterange
Requires:	texlive-footnpag
Requires:	texlive-forarray
Requires:	texlive-foreign
Requires:	texlive-forloop
Requires:	texlive-formlett
Requires:	texlive-formular
Requires:	texlive-fragments
Requires:	texlive-frame
Requires:	texlive-framed
Requires:	texlive-frankenstein
Requires:	texlive-frege
Requires:	texlive-ftcap
Requires:	texlive-ftnxtra
Requires:	texlive-fullblck
Requires:	texlive-fullwidth
Requires:	texlive-fundus-calligra
Requires:	texlive-fundus-cyr
Requires:	texlive-fundus-sueterlin
Requires:	texlive-fwlw
Requires:	texlive-g-brief
Requires:	texlive-gauss
Requires:	texlive-gcard
Requires:	texlive-gcite
Requires:	texlive-genmpage
Requires:	texlive-getfiledate
Requires:	texlive-ginpenc
Requires:	texlive-gitinfo
Requires:	texlive-gloss
Requires:	texlive-glossaries
Requires:	texlive-gmdoc
Requires:	texlive-gmdoc-enhance
Requires:	texlive-gmiflink
Requires:	texlive-gmutils
Requires:	texlive-gmverb
Requires:	texlive-graphicx-psmin
Requires:	texlive-graphicxbox
Requires:	texlive-grfpaste
Requires:	texlive-grid
Requires:	texlive-grid-system
Requires:	texlive-gridset
Requires:	texlive-gtl
Requires:	texlive-guitlogo
Requires:	texlive-hanging
Requires:	texlive-hardwrap
Requires:	texlive-harnon-cv
Requires:	texlive-harpoon
Requires:	texlive-hc
Requires:	texlive-he-she
Requires:	texlive-hhtensor
Requires:	texlive-histogr
Requires:	texlive-hitec
Requires:	texlive-hletter
Requires:	texlive-hpsdiss
Requires:	texlive-hrefhide
Requires:	texlive-hvindex
Requires:	texlive-hypdvips
Requires:	texlive-hyper
Requires:	texlive-hypernat
Requires:	texlive-hyperref-docsrc
Requires:	texlive-hyperxmp
Requires:	texlive-hyphenat
Requires:	texlive-idxcmds
Requires:	texlive-idxlayout
Requires:	texlive-ifmslide
Requires:	texlive-ifmtarg
Requires:	texlive-ifnextok
Requires:	texlive-ifoddpage
Requires:	texlive-ifplatform
Requires:	texlive-ifthenx
Requires:	texlive-iitem
Requires:	texlive-image-gallery
Requires:	texlive-imakeidx
Requires:	texlive-import
Requires:	texlive-incgraph
Requires:	texlive-inlinedef
Requires:	texlive-inputtrc
Requires:	texlive-interactiveworkbook
Requires:	texlive-interfaces
Requires:	texlive-inversepath
Requires:	texlive-invoice
Requires:	texlive-iso
Requires:	texlive-iso10303
Requires:	texlive-isodate
Requires:	texlive-isonums
Requires:	texlive-isodoc
Requires:	texlive-isorot
Requires:	texlive-isotope
Requires:	texlive-issuulinks
Requires:	texlive-iwhdp
Requires:	texlive-jlabels
Requires:	texlive-jvlisting
Requires:	texlive-kantlipsum
Requires:	texlive-kerntest
Requires:	texlive-keycommand
Requires:	texlive-keyreader
Requires:	texlive-keystroke
Requires:	texlive-keyval2e
Requires:	texlive-kix
Requires:	texlive-koma-moderncvclassic
Requires:	texlive-koma-script-sfs
Requires:	texlive-ktv-texdata
Requires:	texlive-labbook
Requires:	texlive-labelcas
Requires:	texlive-labels
Requires:	texlive-lastpage
Requires:	texlive-latex-tds
Requires:	texlive-layouts
Requires:	texlive-lazylist
Requires:	texlive-lcd
Requires:	texlive-lcg
Requires:	texlive-leading
Requires:	texlive-leaflet
Requires:	texlive-leftidx
Requires:	texlive-lengthconvert
Requires:	texlive-lettre
Requires:	texlive-lettrine
Requires:	texlive-lewis
Requires:	texlive-lhelp
Requires:	texlive-libgreek
Requires:	texlive-limap
Requires:	texlive-linegoal
Requires:	texlive-lipsum
Requires:	texlive-lisp-on-tex
Requires:	texlive-listing
Requires:	texlive-listofsymbols
Requires:	texlive-listliketab
Requires:	texlive-lkproof
Requires:	texlive-lmake
Requires:	texlive-locality
Requires:	texlive-localloc
Requires:	texlive-logbox
Requires:	texlive-logical-markup-utils
Requires:	texlive-logpap
Requires:	texlive-longnamefilelist
Requires:	texlive-loops
Requires:	texlive-lsc
Requires:	texlive-lstaddons
Requires:	texlive-lt3graph
Requires:	texlive-ltablex
Requires:	texlive-ltabptch
Requires:	texlive-ltxdockit
Requires:	texlive-ltxindex
Requires:	texlive-ltxkeys
Requires:	texlive-ltxnew
Requires:	texlive-ltxtools
Requires:	texlive-macroswap
Requires:	texlive-magaz
Requires:	texlive-mailing
Requires:	texlive-mailmerge
Requires:	texlive-makebarcode
Requires:	texlive-makebox
Requires:	texlive-makecell
Requires:	texlive-makecirc
Requires:	texlive-makecmds
Requires:	texlive-makedtx
Requires:	texlive-makeglos
Requires:	texlive-mandi
Requires:	texlive-manfnt
Requires:	texlive-manuscript
Requires:	texlive-marginfix
Requires:	texlive-marginnote
Requires:	texlive-mathalfa
Requires:	texlive-mathastext
Requires:	texlive-mathexam
Requires:	texlive-maybemath
Requires:	texlive-mbenotes
Requires:	texlive-mcaption
Requires:	texlive-mceinleger
Requires:	texlive-mcite
Requires:	texlive-mciteplus
Requires:	texlive-mdframed
Requires:	texlive-media9
Requires:	texlive-meetingmins
Requires:	texlive-memexsupp
Requires:	texlive-memory
Requires:	texlive-menu
Requires:	texlive-menukeys
Requires:	texlive-method
Requires:	texlive-metre
Requires:	texlive-mftinc
Requires:	texlive-midpage
Requires:	texlive-minibox
Requires:	texlive-minifp
Requires:	texlive-minipage-marginpar
Requires:	texlive-minitoc
Requires:	texlive-minorrevision
Requires:	texlive-minted
Requires:	texlive-minutes
Requires:	texlive-misc209
Requires:	texlive-mla-paper
Requires:	texlive-mlist
Requires:	texlive-mmap
Requires:	texlive-mnotes
Requires:	texlive-moderncv
Requires:	texlive-moderntimeline
Requires:	texlive-modref
Requires:	texlive-modroman
Requires:	texlive-monofill
Requires:	texlive-moreenum
Requires:	texlive-morefloats
Requires:	texlive-morehype
Requires:	texlive-moresize
Requires:	texlive-moreverb
Requires:	texlive-morewrites
Requires:	texlive-movie15
Requires:	texlive-mparhack
Requires:	texlive-msc
Requires:	texlive-msg
Requires:	texlive-mslapa
Requires:	texlive-mtgreek
Requires:	texlive-multenum
Requires:	texlive-multibbl
Requires:	texlive-multicap
Requires:	texlive-multienv
Requires:	texlive-multiexpand
Requires:	texlive-multirow
Requires:	texlive-mversion
Requires:	texlive-mwe
Requires:	texlive-mweights
Requires:	texlive-mycv
Requires:	texlive-mylatexformat
Requires:	texlive-nag
Requires:	texlive-nameauth
Requires:	texlive-namespc
Requires:	texlive-ncclatex
Requires:	texlive-ncctools
Requires:	texlive-needspace
Requires:	texlive-nestquot
Requires:	texlive-newcommand
Requires:	texlive-newenviron
Requires:	texlive-newfile
Requires:	texlive-newlfm
Requires:	texlive-newspaper
Requires:	texlive-newunicodechar
Requires:	texlive-newvbtm
Requires:	texlive-newverbs
Requires:	texlive-nextpage
Requires:	texlive-nfssext-cfr
Requires:	texlive-nicefilelist
Requires:	texlive-niceframe
Requires:	texlive-nicetext
Requires:	texlive-nlctdoc
Requires:	texlive-noconflict
Requires:	texlive-noindentafter
Requires:	texlive-noitcrul
Requires:	texlive-nolbreaks
Requires:	texlive-nomencl
Requires:	texlive-nomentbl
Requires:	texlive-nonfloat
Requires:	texlive-nonumonpart
Requires:	texlive-nopageno
Requires:	texlive-notes
Requires:	texlive-notoccite
Requires:	texlive-nowidow
Requires:	texlive-nox
Requires:	texlive-ntheorem
Requires:	texlive-numberedblock
Requires:	texlive-numname
Requires:	texlive-numprint
Requires:	texlive-ocg-p
Requires:	texlive-ocgx
Requires:	texlive-ocr-latex
Requires:	texlive-octavo
Requires:	texlive-oldstyle
Requires:	texlive-onlyamsmath
Requires:	texlive-opcit
Requires:	texlive-optional
Requires:	texlive-outline
Requires:	texlive-outliner
Requires:	texlive-outlines
Requires:	texlive-overpic
Requires:	texlive-pagecolor
Requires:	texlive-pagecont
Requires:	texlive-pagenote
Requires:	texlive-pagerange
Requires:	texlive-pageslts
Requires:	texlive-paper
Requires:	texlive-papercdcase
Requires:	texlive-papermas
Requires:	texlive-papertex
Requires:	texlive-paracol
Requires:	texlive-paralist
Requires:	texlive-paresse
Requires:	texlive-parnotes
Requires:	texlive-parselines
Requires:	texlive-pas-cours
Requires:	texlive-pas-cv
Requires:	texlive-pas-tableur
Requires:	texlive-patch
Requires:	texlive-patchcmd
Requires:	texlive-pauldoc
Requires:	texlive-pawpict
Requires:	texlive-pax
Requires:	texlive-pbox
Requires:	texlive-pbsheet
Requires:	texlive-pdf14
Requires:	texlive-pdfcomment
Requires:	texlive-pdfcprot
Requires:	texlive-pdfmarginpar
Requires:	texlive-pdfscreen
Requires:	texlive-pdfslide
Requires:	texlive-pdfsync
Requires:	texlive-pdfwin
Requires:	texlive-pdfx
Requires:	texlive-pecha
Requires:	texlive-perfectcut
Requires:	texlive-perltex
Requires:	texlive-permute
Requires:	texlive-petiteannonce
Requires:	texlive-philex
Requires:	texlive-photo
Requires:	texlive-piff
Requires:	texlive-pkgloader
Requires:	texlive-placeins
Requires:	texlive-plates
Requires:	texlive-plantslabels
Requires:	texlive-plweb
Requires:	texlive-polynom
Requires:	texlive-polynomial
Requires:	texlive-polytable
Requires:	texlive-postcards
Requires:	texlive-poster-mac
Requires:	texlive-ppr-prv
Requires:	texlive-preprint
Requires:	texlive-prettyref
Requires:	texlive-preview
Requires:	texlive-printlen
Requires:	texlive-probsoln
Requires:	texlive-program
Requires:	texlive-progress
Requires:	texlive-progressbar
Requires:	texlive-properties
Requires:	texlive-prosper
Requires:	texlive-protex
Requires:	texlive-protocol
Requires:	texlive-psfragx
Requires:	texlive-pst-pdf
Requires:	texlive-pstool
Requires:	texlive-pxgreeks
Requires:	texlive-python
Requires:	texlive-qcm
Requires:	texlive-quoting
Requires:	texlive-qstest
Requires:	texlive-qsymbols
Requires:	texlive-quotchap
Requires:	texlive-quotmark
Requires:	texlive-ran_toks
Requires:	texlive-randtext
Requires:	texlive-rccol
Requires:	texlive-rcs-multi
Requires:	texlive-rcsinfo
Requires:	texlive-readarray
Requires:	texlive-realboxes
Requires:	texlive-recipe
Requires:	texlive-recipecard
Requires:	texlive-rectopma
Requires:	texlive-refcheck
Requires:	texlive-refenums
Requires:	texlive-reflectgraphics
Requires:	texlive-refman
Requires:	texlive-refstyle
Requires:	texlive-regcount
Requires:	texlive-regexpatch
Requires:	texlive-register
Requires:	texlive-regstats
Requires:	texlive-relenc
Requires:	texlive-relsize
Requires:	texlive-repeatindex
Requires:	texlive-rjlparshap
Requires:	texlive-rlepsf
Requires:	texlive-rmpage
Requires:	texlive-robustcommand
Requires:	texlive-robustindex
Requires:	texlive-romanbar
Requires:	texlive-romanneg
Requires:	texlive-romannum
Requires:	texlive-rotfloat
Requires:	texlive-rotpages
Requires:	texlive-roundbox
Requires:	texlive-rterface
Requires:	texlive-rtkinenc
Requires:	texlive-rulercompass
Requires:	texlive-rvwrite
Requires:	texlive-sauerj
Requires:	texlive-savefnmark
Requires:	texlive-savesym
Requires:	texlive-savetrees
Requires:	texlive-scale
Requires:	texlive-scalebar
Requires:	texlive-scalerel
Requires:	texlive-scanpages
Requires:	texlive-sdrt
Requires:	texlive-secdot
Requires:	texlive-sectionbox
Requires:	texlive-sectsty
Requires:	texlive-selectp
Requires:	texlive-semantic
Requires:	texlive-semioneside
Requires:	texlive-sepfootnotes
Requires:	texlive-seqsplit
Requires:	texlive-sf298
Requires:	texlive-sffms
Requires:	texlive-sfmath
Requires:	texlive-shadow
Requires:	texlive-shadowtext
Requires:	texlive-shadethm
Requires:	texlive-shapepar
Requires:	texlive-shipunov
Requires:	texlive-shorttoc
Requires:	texlive-show2e
Requires:	texlive-showcharinbox
Requires:	texlive-showdim
Requires:	texlive-showexpl
Requires:	texlive-showlabels
Requires:	texlive-sidecap
Requires:	texlive-sidenotes
Requires:	texlive-silence
Requires:	texlive-simplecd
Requires:	texlive-simplecv
Requires:	texlive-simplewick
Requires:	texlive-sitem
Requires:	texlive-skb
Requires:	texlive-skdoc
Requires:	texlive-skeycommand
Requires:	texlive-skeyval
Requires:	texlive-skrapport
Requires:	texlive-slantsc
Requires:	texlive-smalltableof
Requires:	texlive-smartref
Requires:	texlive-snapshot
Requires:	texlive-snotez
Requires:	texlive-soul
Requires:	texlive-spanglish
Requires:	texlive-sparklines
Requires:	texlive-sphack
Requires:	texlive-spreadtab
Requires:	texlive-spverbatim
Requires:	texlive-splitindex
Requires:	texlive-spot
Requires:	texlive-spotcolor
Requires:	texlive-srbook-mem
Requires:	texlive-srcltx
Requires:	texlive-sseq
Requires:	texlive-sslides
Requires:	texlive-stack
Requires:	texlive-stackengine
Requires:	texlive-standalone
Requires:	texlive-statistik
Requires:	texlive-stdclsdv
Requires:	texlive-stdpage
Requires:	texlive-stex
Requires:	texlive-storebox
Requires:	texlive-storecmd
Requires:	texlive-stringstrings
Requires:	texlive-sttools
Requires:	texlive-stubs
Requires:	texlive-subdepth
Requires:	texlive-subeqn
Requires:	texlive-subeqnarray
Requires:	texlive-subfigmat
Requires:	texlive-subfigure
Requires:	texlive-subfiles
Requires:	texlive-subfloat
Requires:	texlive-substitutefont
Requires:	texlive-substr
Requires:	texlive-supertabular
Requires:	texlive-svg
Requires:	texlive-svgcolor
Requires:	texlive-svn
Requires:	texlive-svn-multi
Requires:	texlive-svn-prov
Requires:	texlive-svninfo
Requires:	texlive-syntax
Requires:	texlive-syntrace
Requires:	texlive-synttree
Requires:	texlive-tabfigures
Requires:	texlive-tableaux
Requires:	texlive-tablefootnote
Requires:	texlive-tableof
Requires:	texlive-tablists
Requires:	texlive-tabls
Requires:	texlive-tabstackengine
Requires:	texlive-tabto-ltx
Requires:	texlive-tabu
Requires:	texlive-tabularborder
Requires:	texlive-tabularcalc
Requires:	texlive-tabularew
Requires:	texlive-tabulary
Requires:	texlive-tagging
Requires:	texlive-talk
Requires:	texlive-tamefloats
Requires:	texlive-tcldoc
Requires:	texlive-tcolorbox
Requires:	texlive-tdclock
Requires:	texlive-technics
Requires:	texlive-ted
Requires:	texlive-termcal
Requires:	texlive-termlist
Requires:	texlive-tex-label
Requires:	texlive-texlogos
Requires:	texlive-texmate
Requires:	texlive-texments
Requires:	texlive-texpower
Requires:	texlive-texshade
Requires:	texlive-textfit
Requires:	texlive-textgreek
Requires:	texlive-textmerg
Requires:	texlive-textpos
Requires:	texlive-theoremref
Requires:	texlive-threadcol
Requires:	texlive-threeparttable
Requires:	texlive-threeparttablex
Requires:	texlive-thinsp
Requires:	texlive-thmtools
Requires:	texlive-thumb
Requires:	texlive-thumbs
Requires:	texlive-thumby
Requires:	texlive-ticket
Requires:	texlive-titlecaps
Requires:	texlive-titlefoot
Requires:	texlive-titlepic
Requires:	texlive-titleref
Requires:	texlive-titlesec
Requires:	texlive-titling
Requires:	texlive-tocbibind
Requires:	texlive-tocloft
Requires:	texlive-tocvsec2
Requires:	texlive-todo
Requires:	texlive-todonotes
Requires:	texlive-tokenizer
Requires:	texlive-toolbox
Requires:	texlive-topfloat
Requires:	texlive-totcount
Requires:	texlive-totpages
Requires:	texlive-translations
Requires:	texlive-trfsigns
Requires:	texlive-trimspaces
Requires:	texlive-trsym
Requires:	texlive-trivfloat
Requires:	texlive-truncate
Requires:	texlive-tucv
Requires:	texlive-turnthepage
Requires:	texlive-twoinone
Requires:	texlive-twoup
Requires:	texlive-txgreeks
Requires:	texlive-type1cm
Requires:	texlive-typeface
Requires:	texlive-typogrid
Requires:	texlive-ucs
Requires:	texlive-uebungsblatt
Requires:	texlive-umoline
Requires:	texlive-underlin
Requires:	texlive-underoverlap
Requires:	texlive-undolabl
Requires:	texlive-units
Requires:	texlive-unravel
Requires:	texlive-upmethodology
Requires:	texlive-upquote
Requires:	texlive-uri
Requires:	texlive-ushort
Requires:	texlive-uwmslide
Requires:	texlive-varindex
Requires:	texlive-varsfromjobname
Requires:	texlive-varwidth
Requires:	texlive-vdmlisting
Requires:	texlive-verbasef
Requires:	texlive-verbatimbox
Requires:	texlive-verbatimcopy
Requires:	texlive-verbdef
Requires:	texlive-verbments
Requires:	texlive-version
Requires:	texlive-versions
Requires:	texlive-vertbars
Requires:	texlive-vgrid
Requires:	texlive-vhistory
Requires:	texlive-vmargin
Requires:	texlive-volumes
Requires:	texlive-vpe
Requires:	texlive-vruler
Requires:	texlive-vwcol
Requires:	texlive-wallpaper
Requires:	texlive-warning
Requires:	texlive-warpcol
Requires:	texlive-was
Requires:	texlive-widetable
Requires:	texlive-williams
Requires:	texlive-withargs
Requires:	texlive-wordlike
Requires:	texlive-wrapfig
Requires:	texlive-xargs
Requires:	texlive-xcomment
Requires:	texlive-xhfill
Requires:	texlive-xtab
Requires:	texlive-xdoc
Requires:	texlive-xfor
Requires:	texlive-xifthen
Requires:	texlive-xint
Requires:	texlive-xmpincl
Requires:	texlive-xnewcommand
Requires:	texlive-xoptarg
Requires:	texlive-xpatch
Requires:	texlive-xpeek
Requires:	texlive-xpunctuate
Requires:	texlive-xstring
Requires:	texlive-xwatermark
Requires:	texlive-xytree
Requires:	texlive-yafoot
Requires:	texlive-yagusylo
Requires:	texlive-ydoc
Requires:	texlive-yplan
Requires:	texlive-zed-csp
Requires:	texlive-ziffer
Requires:	texlive-zwgetfdate
Requires:	texlive-zwpagelayout
%rename tetex-latex
%rename texlive-texmf-latex

%description
A very large collection of add-on packages for LaTeX.

%posttrans
    %{_sbindir}/texlive.post -

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20140215-2
+ Revision: 7b61d5b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19682 |14mr|texlive-collection-latexrecommended-20120413-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25795
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-latexrecommended
Epoch:		1
Version:	20120413
Release:	2
Summary:	LaTeX recommended packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-latexrecommended.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-latex
Requires:	texlive-anysize
Requires:	texlive-beamer
Requires:	texlive-booktabs
Requires:	texlive-caption
Requires:	texlive-cite
Requires:	texlive-cmap
Requires:	texlive-crop
Requires:	texlive-ctable
Requires:	texlive-ec
Requires:	texlive-eso-pic
Requires:	texlive-euler
Requires:	texlive-extsizes
Requires:	texlive-fancybox
Requires:	texlive-fancyref
Requires:	texlive-fancyvrb
Requires:	texlive-float
Requires:	texlive-fontspec
Requires:	texlive-fp
Requires:	texlive-index
Requires:	texlive-jknapltx
Requires:	texlive-koma-script
Requires:	texlive-l3kernel
Requires:	texlive-l3packages
Requires:	texlive-l3experimental
Requires:	texlive-listings
Requires:	texlive-mdwtools
Requires:	texlive-memoir
Requires:	texlive-metalogo
Requires:	texlive-mh
Requires:	texlive-microtype
Requires:	texlive-ms
Requires:	texlive-ntgclass
Requires:	texlive-parskip
Requires:	texlive-pdfpages
Requires:	texlive-powerdot
Requires:	texlive-psfrag
Requires:	texlive-rcs
Requires:	texlive-rotating
Requires:	texlive-sansmath
Requires:	texlive-section
Requires:	texlive-seminar
Requires:	texlive-sepnum
Requires:	texlive-setspace
Requires:	texlive-subfig
Requires:	texlive-textcase
Requires:	texlive-thumbpdf
Requires:	texlive-typehtml
Requires:	texlive-underscore
Requires:	texlive-url
Requires:	texlive-xcolor
Requires:	texlive-xkeyval

%description
A collection of recommended add-on packages for LaTeX which
have widespread use.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120413-2
+ Revision: b7ca730
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19683 |14mr|texlive-collection-luatex-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30790
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-luatex
Epoch:		1
Version:	20131013
Release:	6
Summary:	LuaTeX packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-luatex.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-checkcites
Requires:	texlive-chickenize
Requires:	texlive-enigma
Requires:	texlive-interpreter
Requires:	texlive-lua-check-hyphen
Requires:	texlive-lua-visual-debug
Requires:	texlive-lua2dox
Requires:	texlive-luabibentry
Requires:	texlive-luabidi
Requires:	texlive-luacode
Requires:	texlive-luaindex
Requires:	texlive-luainputenc
Requires:	texlive-luaintro
Requires:	texlive-lualatex-doc
Requires:	texlive-lualatex-math
Requires:	texlive-lualibs
Requires:	texlive-luamplib
Requires:	texlive-luaotfload
Requires:	texlive-luasseq
Requires:	texlive-luatexbase
Requires:	texlive-luatexko
Requires:	texlive-luatextra
Requires:	texlive-luaxml
Requires:	texlive-odsfile
Requires:	texlive-selnolig
Requires:	texlive-showhyphens
Requires:	texlive-spelling

%description
Packages for LuaTeX, a Unicode-aware extension of pdfTeX, using
Lua as an embedded scripting and extension language.
http://luatex.org/.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: c40042c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19684 |14mr|texlive-collection-mathextra-20140215-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32693
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-mathextra
Epoch:		1
Version:	20140215
Release:	2
Summary:	Mathematics packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-mathextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-latex
Requires:	texlive-12many
Requires:	texlive-amstex
Requires:	texlive-backnaur
Requires:	texlive-binomexp
Requires:	texlive-boldtensors
Requires:	texlive-bosisio
Requires:	texlive-bropd
Requires:	texlive-ccfonts
Requires:	texlive-commath
Requires:	texlive-concmath
Requires:	texlive-concrete
Requires:	texlive-conteq
Requires:	texlive-eqnarray
Requires:	texlive-extarrows
Requires:	texlive-extpfeil
Requires:	texlive-faktor
Requires:	texlive-interval
Requires:	texlive-ionumbers
Requires:	texlive-isomath
Requires:	texlive-lplfitch
Requires:	texlive-mathcomp
Requires:	texlive-mattens
Requires:	texlive-mhequ
Requires:	texlive-multiobjective
Requires:	texlive-natded
Requires:	texlive-nath
Requires:	texlive-ot-tableau
Requires:	texlive-oubraces
Requires:	texlive-proba
Requires:	texlive-rec-thy
Requires:	texlive-ribbonproofs
Requires:	texlive-shuffle
Requires:	texlive-skmath
Requires:	texlive-statex
Requires:	texlive-statex2
Requires:	texlive-stmaryrd
Requires:	texlive-subsupscripts
Requires:	texlive-susy
Requires:	texlive-syllogism
Requires:	texlive-synproof
Requires:	texlive-tablor
Requires:	texlive-tensor
Requires:	texlive-tex-ewd
Requires:	texlive-thmbox
Requires:	texlive-turnstile
Requires:	texlive-unicode-math
Requires:	texlive-venn
Requires:	texlive-yhmath
Requires:	texlive-ytableau

%description
TeXLive collection-mathextra package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20140215-2
+ Revision: 73492b5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19685 |14mr|texlive-collection-metapost-20140215-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32455
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-metapost
Epoch:		1
Version:	20140215
Release:	2
Summary:	MetaPost and Metafont packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-metapost.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-automata
Requires:	texlive-bbcard
Requires:	texlive-blockdraw_mp
Requires:	texlive-bpolynomial
Requires:	texlive-cmarrows
Requires:	texlive-drv
Requires:	texlive-dviincl
Requires:	texlive-emp
Requires:	texlive-epsincl
Requires:	texlive-expressg
Requires:	texlive-exteps
Requires:	texlive-featpost
Requires:	texlive-feynmf
Requires:	texlive-feynmp-auto
Requires:	texlive-garrigues
Requires:	texlive-gmp
Requires:	texlive-hatching
Requires:	texlive-latexmp
Requires:	texlive-metago
Requires:	texlive-metaobj
Requires:	texlive-metaplot
Requires:	texlive-metapost
Requires:	texlive-metauml
Requires:	texlive-mfpic
Requires:	texlive-mfpic4ode
Requires:	texlive-mp3d
Requires:	texlive-mpcolornames
Requires:	texlive-mpattern
Requires:	texlive-mpgraphics
Requires:	texlive-piechartmp
Requires:	texlive-repere
Requires:	texlive-roex
Requires:	texlive-slideshow
Requires:	texlive-splines
Requires:	texlive-suanpan
Requires:	texlive-textpath
Requires:	texlive-threeddice

%description
TeXLive collection-metapost package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20140215-2
+ Revision: d275a61
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19686 |14mr|texlive-collection-music-20140215-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32405
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-music
Epoch:		1
Version:	20140215
Release:	2
Summary:	Music packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-music.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-latex
Requires:	texlive-abc
Requires:	texlive-figbas
Requires:	texlive-gchords
Requires:	texlive-gtrcrd
Requires:	texlive-guitar
Requires:	texlive-guitarchordschemes
Requires:	texlive-harmony
Requires:	texlive-lilyglyphs
Requires:	texlive-m-tx
Requires:	texlive-musixguit
Requires:	texlive-musixtex
Requires:	texlive-musixtex-fonts
Requires:	texlive-pmx
Requires:	texlive-pmxchords
Requires:	texlive-songbook
Requires:	texlive-songs

%description
Music-related fonts and packages.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20140215-2
+ Revision: cd9c725
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19687 |14mr|texlive-collection-omega-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30388
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-omega
Epoch:		1
Version:	20131013
Release:	6
Summary:	Omega packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-omega.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-latex
Requires:	texlive-aleph
Requires:	texlive-antomega
Requires:	texlive-lambda
Requires:	texlive-mxedruli
Requires:	texlive-omega
Requires:	texlive-omegaware
Requires:	texlive-otibet

%description
Omega, a 16-bit extended TeX by John Plaice and Yannis
Haralambous, now updated to Aleph.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: c5c6f71
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19688 |14mr|texlive-collection-pictures-20140215-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32769
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-pictures
Epoch:		1
Version:	20140215
Release:	2
Summary:	Graphics, pictures, diagrams
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-pictures.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-aobs-tikz
Requires:	texlive-askmaps
Requires:	texlive-asyfig
Requires:	texlive-autoarea
Requires:	texlive-bardiag
Requires:	texlive-bloques
Requires:	texlive-bodegraph
Requires:	texlive-bondgraph
Requires:	texlive-braids
Requires:	texlive-bxeepic
Requires:	texlive-cachepic
Requires:	texlive-chemfig
Requires:	texlive-combinedgraphics
Requires:	texlive-circuitikz
Requires:	texlive-curve
Requires:	texlive-curve2e
Requires:	texlive-curves
Requires:	texlive-dcpic
Requires:	texlive-diagmac2
Requires:	texlive-doc-pictex
Requires:	texlive-dottex
Requires:	texlive-dot2texi
Requires:	texlive-dratex
Requires:	texlive-drs
Requires:	texlive-duotenzor
Requires:	texlive-eepic
Requires:	texlive-epspdf
Requires:	texlive-epspdfconversion
Requires:	texlive-esk
Requires:	texlive-fast-diagram
Requires:	texlive-fig4latex
Requires:	texlive-flowchart
Requires:	texlive-forest
Requires:	texlive-gincltex
Requires:	texlive-gnuplottex
Requires:	texlive-gradientframe
Requires:	texlive-grafcet
Requires:	texlive-graphviz
Requires:	texlive-harveyballs
Requires:	texlive-here
Requires:	texlive-hf-tikz
Requires:	texlive-hobby
Requires:	texlive-hvfloat
Requires:	texlive-knitting
Requires:	texlive-knittingpattern
Requires:	texlive-lapdf
Requires:	texlive-lpic
Requires:	texlive-makeshape
Requires:	texlive-mathspic
Requires:	texlive-miniplot
Requires:	texlive-modiagram
Requires:	texlive-neuralnetwork
Requires:	texlive-numericplots
Requires:	texlive-pb-diagram
Requires:	texlive-petri-nets
Requires:	texlive-pgf
Requires:	texlive-pgf-blur
Requires:	texlive-pgf-soroban
Requires:	texlive-pgf-umlsd
Requires:	texlive-pgfgantt
Requires:	texlive-pgfkeyx
Requires:	texlive-pgfmolbio
Requires:	texlive-pgfopts
Requires:	texlive-pgfplots
Requires:	texlive-piano
Requires:	texlive-picinpar
Requires:	texlive-pict2e
Requires:	texlive-pictex
Requires:	texlive-pictex2
Requires:	texlive-pinlabel
Requires:	texlive-pmgraph
Requires:	texlive-prerex
Requires:	texlive-productbox
Requires:	texlive-pxpgfmark
Requires:	texlive-randbild
Requires:	texlive-randomwalk
Requires:	texlive-reotex
Requires:	texlive-rviewport
Requires:	texlive-sa-tikz
Requires:	texlive-schemabloc
Requires:	texlive-setdeck
Requires:	texlive-smartdiagram
Requires:	texlive-spath3
Requires:	texlive-swimgraf
Requires:	texlive-texdraw
Requires:	texlive-tikz-3dplot
Requires:	texlive-tikz-bayesnet
Requires:	texlive-tikz-cd
Requires:	texlive-tikz-dependency
Requires:	texlive-tikz-inet
Requires:	texlive-tikz-opm
Requires:	texlive-tikz-qtree
Requires:	texlive-tikz-timing
Requires:	texlive-tikzinclude
Requires:	texlive-tikzmark
Requires:	texlive-tikzorbital
Requires:	texlive-tikzpagenodes
Requires:	texlive-tikzpfeile
Requires:	texlive-tikzposter
Requires:	texlive-tikzscale
Requires:	texlive-tikzsymbols
Requires:	texlive-timing-diagrams
Requires:	texlive-tqft
Requires:	texlive-tkz-base
Requires:	texlive-tkz-berge
Requires:	texlive-tkz-doc
Requires:	texlive-tkz-euclide
Requires:	texlive-tkz-fct
Requires:	texlive-tkz-graph
Requires:	texlive-tkz-kiviat
Requires:	texlive-tkz-linknodes
Requires:	texlive-tkz-orm
Requires:	texlive-tkz-tab
Requires:	texlive-tsemlines
Requires:	texlive-tufte-latex
Requires:	texlive-venndiagram
Requires:	texlive-xpicture
Requires:	texlive-xypic

%description
Including TikZ, pict, etc., but MetaPost and PStricks are
separate.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20140215-2
+ Revision: 17d60f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19689 |14mr|texlive-collection-plainextra-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31683
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-plainextra
Epoch:		1
Version:	20131013
Release:	6
Summary:	Plain TeX packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-plainextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-figflow
Requires:	texlive-fixpdfmag
Requires:	texlive-font-change
Requires:	texlive-fontch
Requires:	texlive-getoptk
Requires:	texlive-graphics-pln
Requires:	texlive-hyplain
Requires:	texlive-js-misc
Requires:	texlive-mkpattern
Requires:	texlive-newsletr
Requires:	texlive-pitex
Requires:	texlive-placeins-plain
Requires:	texlive-plipsum
Requires:	texlive-plnfss
Requires:	texlive-plstmary
Requires:	texlive-present
Requires:	texlive-resumemac
Requires:	texlive-texinfo
Requires:	texlive-timetable
Requires:	texlive-treetex
Requires:	texlive-varisize
Requires:	texlive-xii

%description
Add-on packages and macros that work with plain TeX.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: 3dd12f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19690 |14mr|texlive-collection-pstricks-20120810-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25962
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-pstricks
Epoch:		1
Version:	20120810
Release:	2
Summary:	PSTricks packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-pstricks.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-genericrecommended
Requires:	texlive-auto-pst-pdf
Requires:	texlive-bclogo
Requires:	texlive-makeplot
Requires:	texlive-pdftricks
Requires:	texlive-pedigree-perl
Requires:	texlive-psbao
Requires:	texlive-pst-2dplot
Requires:	texlive-pst-3d
Requires:	texlive-pst-3dplot
Requires:	texlive-pst-abspos
Requires:	texlive-pst-am
Requires:	texlive-pst-asr
Requires:	texlive-pst-bar
Requires:	texlive-pst-barcode
Requires:	texlive-pst-bezier
Requires:	texlive-pst-blur
Requires:	texlive-pst-bspline
Requires:	texlive-pst-calendar
Requires:	texlive-pst-circ
Requires:	texlive-pst-coil
Requires:	texlive-pst-cox
Requires:	texlive-pst-dbicons
Requires:	texlive-pst-diffraction
Requires:	texlive-pst-electricfield
Requires:	texlive-pst-eps
Requires:	texlive-pst-eucl
Requires:	texlive-pst-exa
Requires:	texlive-pst-fill
Requires:	texlive-pst-fr3d
Requires:	texlive-pst-fractal
Requires:	texlive-pst-fun
Requires:	texlive-pst-func
Requires:	texlive-pst-gantt
Requires:	texlive-pst-geo
Requires:	texlive-pst-ghsb
Requires:	texlive-pst-gr3d
Requires:	texlive-pst-grad
Requires:	texlive-pst-graphicx
Requires:	texlive-pst-infixplot
Requires:	texlive-pst-jtree
Requires:	texlive-pst-knot
Requires:	texlive-pst-labo
Requires:	texlive-pst-layout
Requires:	texlive-pst-lens
Requires:	texlive-pst-light3d
Requires:	texlive-pst-magneticfield
Requires:	texlive-pst-math
Requires:	texlive-pst-mirror
Requires:	texlive-pst-node
Requires:	texlive-pst-ob3d
Requires:	texlive-pst-optexp
Requires:	texlive-pst-optic
Requires:	texlive-pst-osci
Requires:	texlive-pst-pad
Requires:	texlive-pst-pdgr
Requires:	texlive-pst-platon
Requires:	texlive-pst-plot
Requires:	texlive-pst-poly
Requires:	texlive-pst-pulley
Requires:	texlive-pst-qtree
Requires:	texlive-pst-rubans
Requires:	texlive-pst-sigsys
Requires:	texlive-pst-slpe
Requires:	texlive-pst-solarsystem
Requires:	texlive-pst-spectra
Requires:	texlive-pst-solides3d
Requires:	texlive-pst-soroban
Requires:	texlive-pst-stru
Requires:	texlive-pst-support
Requires:	texlive-pst-text
Requires:	texlive-pst-thick
Requires:	texlive-pst-tools
Requires:	texlive-pst-tree
Requires:	texlive-pst-tvz
Requires:	texlive-pst-uml
Requires:	texlive-pst-vowel
Requires:	texlive-pst-vue3d
Requires:	texlive-pst2pdf
Requires:	texlive-pstricks
Requires:	texlive-pstricks-add
Requires:	texlive-pstricks_calcnotes
Requires:	texlive-uml
Requires:	texlive-vaucanson-g
Requires:	texlive-vocaltract

%description
TeXLive collection-pstricks package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120810-2
+ Revision: f1b5daf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19691 |14mr|texlive-collection-publishers-20140318-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33117
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-publishers
Epoch:		1
Version:	20140318
Release:	2
Summary:	Publisher styles, theses, etc
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-publishers.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-latex
Requires:	texlive-IEEEconf
Requires:	texlive-IEEEtran
Requires:	texlive-aastex
Requires:	texlive-abntex2
Requires:	texlive-acmconf
Requires:	texlive-active-conf
Requires:	texlive-adfathesis
Requires:	texlive-afthesis
Requires:	texlive-aguplus
Requires:	texlive-aiaa
Requires:	texlive-ametsoc
Requires:	texlive-anufinalexam
Requires:	texlive-aomart
Requires:	texlive-apa
Requires:	texlive-apa6
Requires:	texlive-apa6e
Requires:	texlive-arsclassica
Requires:	texlive-articleingud
Requires:	texlive-asaetr
Requires:	texlive-ascelike
Requires:	texlive-beamer-FUBerlin
Requires:	texlive-bgteubner
Requires:	texlive-brandeis-dissertation
Requires:	texlive-cascadilla
Requires:	texlive-chem-journal
Requires:	texlive-classicthesis
Requires:	texlive-cmpj
Requires:	texlive-confproc
Requires:	texlive-dccpaper
Requires:	texlive-ebook
Requires:	texlive-ebsthesis
Requires:	texlive-ejpecp
Requires:	texlive-elbioimp
Requires:	texlive-elsarticle
Requires:	texlive-elteikthesis
Requires:	texlive-erdc
Requires:	texlive-estcpmm
Requires:	texlive-fbithesis
Requires:	texlive-fcltxdoc
Requires:	texlive-gaceta
Requires:	texlive-gatech-thesis
Requires:	texlive-har2nat
Requires:	texlive-hobete
Requires:	texlive-icsv
Requires:	texlive-ieeepes
Requires:	texlive-ijmart
Requires:	texlive-imac
Requires:	texlive-imtekda
Requires:	texlive-jmlr
Requires:	texlive-jpsj
Requires:	texlive-kdgdocs
Requires:	texlive-kluwer
Requires:	texlive-lps
Requires:	texlive-matc3
Requires:	texlive-matc3mem
Requires:	texlive-mentis
Requires:	texlive-msu-thesis
Requires:	texlive-musuos
Requires:	texlive-muthesis
Requires:	texlive-nature
Requires:	texlive-nddiss
Requires:	texlive-nih
Requires:	texlive-nostarch
Requires:	texlive-nrc
Requires:	texlive-onrannual
Requires:	texlive-opteng
Requires:	texlive-philosophersimprint
Requires:	texlive-pittetd
Requires:	texlive-pkuthss
Requires:	texlive-powerdot-FUBerlin
Requires:	texlive-pracjourn
Requires:	texlive-procIAGssymp
Requires:	texlive-proposal
Requires:	texlive-ptptex
Requires:	texlive-psu-thesis
Requires:	texlive-resphilosophica
Requires:	texlive-resumecls
Requires:	texlive-revtex
Requires:	texlive-revtex4
Requires:	texlive-ryethesis
Requires:	texlive-sageep
Requires:	texlive-sapthesis
Requires:	texlive-scrjrnl
Requires:	texlive-seuthesis
Requires:	texlive-soton
Requires:	texlive-spie
Requires:	texlive-sr-vorl
Requires:	texlive-stellenbosch
Requires:	texlive-suftesi
Requires:	texlive-sugconf
Requires:	texlive-tabriz-thesis
Requires:	texlive-texilikechaps
Requires:	texlive-texilikecover
Requires:	texlive-thesis-titlepage-fhac
Requires:	texlive-thuthesis
Requires:	texlive-toptesi
Requires:	texlive-tugboat
Requires:	texlive-tugboat-plain
Requires:	texlive-tui
Requires:	texlive-uaclasses
Requires:	texlive-uadocs
Requires:	texlive-uafthesis
Requires:	texlive-ucdavisthesis
Requires:	texlive-ucthesis
Requires:	texlive-uestcthesis
Requires:	texlive-uiucredborder
Requires:	texlive-uiucthesis
Requires:	texlive-ulthese
Requires:	texlive-umthesis
Requires:	texlive-umich-thesis
Requires:	texlive-unamthesis
Requires:	texlive-unswcover
Requires:	texlive-ut-thesis
Requires:	texlive-uothesis
Requires:	texlive-uowthesis
Requires:	texlive-uowthesistitlepage
Requires:	texlive-uspatent
Requires:	texlive-uwthesis
Requires:	texlive-vancouver
Requires:	texlive-wsemclassic
Requires:	texlive-xcookybooky
Requires:	texlive-york-thesis

%description
TeXLive collection-publishers package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20140318-2
+ Revision: b80d058
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19692 |14mr|texlive-collection-science-20131201-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32182
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-science
Epoch:		1
Version:	20131201
Release:	6
Summary:	Natural and computer sciences
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-science.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-latex
Requires:	texlive-SIstyle
Requires:	texlive-SIunits
Requires:	texlive-alg
Requires:	texlive-algorithm2e
Requires:	texlive-algorithmicx
Requires:	texlive-algorithms
Requires:	texlive-biocon
Requires:	texlive-bohr
Requires:	texlive-bpchem
Requires:	texlive-bytefield
Requires:	texlive-chemarrow
Requires:	texlive-chemcompounds
Requires:	texlive-chemcono
Requires:	texlive-chemexec
Requires:	texlive-chemmacros
Requires:	texlive-chemnum
Requires:	texlive-chemstyle
Requires:	texlive-clrscode
Requires:	texlive-complexity
Requires:	texlive-computational-complexity
Requires:	texlive-digiconfigs
Requires:	texlive-drawstack
Requires:	texlive-dyntree
Requires:	texlive-eltex
Requires:	texlive-endiagram
Requires:	texlive-engtlc
Requires:	texlive-fouridx
Requires:	texlive-functan
Requires:	texlive-galois
Requires:	texlive-gastex
Requires:	texlive-gene-logic
Requires:	texlive-gu
Requires:	texlive-hep
Requires:	texlive-hepnames
Requires:	texlive-hepparticles
Requires:	texlive-hepthesis
Requires:	texlive-hepunits
Requires:	texlive-karnaugh
Requires:	texlive-mhchem
Requires:	texlive-miller
Requires:	texlive-mychemistry
Requires:	texlive-nuc
Requires:	texlive-objectz
Requires:	texlive-physics
Requires:	texlive-physymb
Requires:	texlive-pseudocode
Requires:	texlive-sasnrdisplay
Requires:	texlive-sciposter
Requires:	texlive-sfg
Requires:	texlive-siunitx
Requires:	texlive-steinmetz
Requires:	texlive-struktex
Requires:	texlive-substances
Requires:	texlive-t-angles
Requires:	texlive-textopo
Requires:	texlive-ulqda
Requires:	texlive-unitsdef
Requires:	texlive-xymtex
Requires:	texlive-youngtab

%description
TeXLive collection-science package.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131201-6
+ Revision: b15b932
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19693 |14mr|texlive-collection-texinfo-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15216
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-texinfo
Epoch:		1
Version:	20120224
Release:	2
Summary:	GNU Texinfo
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-texinfo.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-texinfo
Requires:	texlive-collection-basic

%description
TeX macros for the GNU Texinfo documentation system.  The
programs and documentation are no longer distributed with TeX
Live; get the original Texinfo package for your system.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20120224-2
+ Revision: c3edaf7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19694 |14mr|texlive-collection-xetex-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30396
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-xetex
Epoch:		1
Version:	20131013
Release:	6
Summary:	XeTeX and packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-xetex.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-arabxetex
Requires:	texlive-euenc
Requires:	texlive-fixlatvian
Requires:	texlive-fontbook
Requires:	texlive-fontwrap
Requires:	texlive-mathspec
Requires:	texlive-philokalia
Requires:	texlive-polyglossia
Requires:	texlive-ptext
Requires:	texlive-realscripts
Requires:	texlive-ucharclasses
Requires:	texlive-unisugar
Requires:	texlive-xecjk
Requires:	texlive-xecolor
Requires:	texlive-xecyr
Requires:	texlive-xeindex
Requires:	texlive-xepersian
Requires:	texlive-xesearch
Requires:	texlive-xetex
Requires:	texlive-xetex-def
Requires:	texlive-xetex-itrans
Requires:	texlive-xetex-pstricks
Requires:	texlive-xetex-tibetan
Requires:	texlive-xetexconfig
Requires:	texlive-xetexfontinfo
Requires:	texlive-xetexko
Requires:	texlive-xevlna
Requires:	texlive-xltxtra
Requires:	texlive-xunicode

%description
Packages for XeTeX, the Unicode/OpenType-enabled TeX by
Jonathan Kew, http://tug.org/xetex.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20131013-6
+ Revision: 14766cd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19695 |14mr|texlive-collref-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/collref
# catalog-date 2009-11-09 14:16:05 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-collref
Version:	2.0
Release:	3
Summary:	Collect blocks of references into a single reference
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/collref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
The package automatically collects multiple \bibitem
references, which always appear in the same sequence in \cite,
into a single \bibitem block.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/collref/collref.sty
%doc %{_texmfdistdir}/doc/latex/collref/README
%doc %{_texmfdistdir}/doc/latex/collref/collref.pdf
%doc %{_texmfdistdir}/doc/latex/collref/collsamp.tex
#- source
%doc %{_texmfdistdir}/source/latex/collref/collref.dtx
%doc %{_texmfdistdir}/source/latex/collref/collref.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: af59be1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19696 |14mr|texlive-colordoc-20100606-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18270
# category Package
# catalog-ctan /macros/latex/contrib/colordoc
# catalog-date 2010-06-06 13:50:32 +0200
# catalog-license lppl1
# catalog-version undef
Name:		texlive-colordoc
Version:	20100606
Release:	3
Summary:	Coloured syntax highlights in documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/colordoc
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colordoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colordoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colordoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is used in documentation files (that use the doc
package); with it the code listings will highlight (for
example) pairs of curly braces with matching colors. Other
delimiters like \if ... \fi, are highlighted, as are the names
of new commands. All this makes code a little more readable,
and helps during process of writing. Three options are
provided, including a non-color option designed for printing
(which numbers delimiters and underlines new commands).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/colordoc/colordoc.sty
%doc %{_texmfdistdir}/doc/latex/colordoc/README
%doc %{_texmfdistdir}/doc/latex/colordoc/colordoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/colordoc/colordoc.dtx
%doc %{_texmfdistdir}/source/latex/colordoc/colordoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100606-3
+ Revision: 2f87c60
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19697 |14mr|texlive-colorinfo-0.3c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/colorinfo
# catalog-date 2007-02-03 12:09:11 +0100
# catalog-license lppl
# catalog-version 0.3c
Name:		texlive-colorinfo
Version:	0.3c
Release:	3
Summary:	Retrieve colour model and values for defined colours
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/colorinfo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorinfo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive colorinfo package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/colorinfo/colorinfo.sty
%doc %{_texmfdistdir}/doc/latex/colorinfo/README
%doc %{_texmfdistdir}/doc/latex/colorinfo/colorinfo-test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3c-3
+ Revision: 7d68d97
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19698 |14mr|texlive-colorsep-20090915-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan /graphics/colorsep/colorsep.pro
# catalog-date 2009-09-15 14:15:21 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-colorsep
Version:	20090915
Release:	3
Summary:	Color separation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/colorsep/colorsep.pro
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorsep.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Support for colour separation when using dvips.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/colorsep/colorsep.pro

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090915-3
+ Revision: 35a130d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19699 |14mr|texlive-colortab-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22155
# category Package
# catalog-ctan /macros/generic/colortab
# catalog-date 2010-09-08 11:26:01 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-colortab
Version:	1.0
Release:	3
Summary:	Shade cells of tables and halign
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/colortab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colortab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colortab.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Lets you shade or colour the cells in the alignment
environments such as \halign and LaTeX's tabular and array
environments. The colortbl or package is to be preferred today
with LaTeX (it assures compatibility with the longtable
package, which is no longer true with colortab); another modern
option is the table-colouring option of the xcolor. However,
colortab remains an adequate solution for use with Plain TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/colortab/colortab.sty
%{_texmfdistdir}/tex/generic/colortab/colortab.tex
%doc %{_texmfdistdir}/doc/generic/colortab/Changes
%doc %{_texmfdistdir}/doc/generic/colortab/Makefile
%doc %{_texmfdistdir}/doc/generic/colortab/colortab-doc.pdf
%doc %{_texmfdistdir}/doc/generic/colortab/colortab-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 590cd07
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19700 |14mr|texlive-colortbl-v1.0a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25394
# category Package
# catalog-ctan /macros/latex/contrib/colortbl
# catalog-date 2012-02-14 10:56:36 +0100
# catalog-license lppl
# catalog-version v1.0a
Name:		texlive-colortbl
Version:	v1.0a
Release:	2
Summary:	Add colour to LaTeX tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/colortbl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colortbl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colortbl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colortbl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows rows and columns to be coloured, and even
individual cells.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/colortbl/colortbl.sty
%doc %{_texmfdistdir}/doc/latex/colortbl/README
%doc %{_texmfdistdir}/doc/latex/colortbl/colortbl-DE.pdf
%doc %{_texmfdistdir}/doc/latex/colortbl/colortbl-DE.tex
%doc %{_texmfdistdir}/doc/latex/colortbl/colortbl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/colortbl/colortbl.dtx
%doc %{_texmfdistdir}/source/latex/colortbl/colortbl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.0a-2
+ Revision: acdfad2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19701 |14mr|texlive-colorwav-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/colorwav
# catalog-date 2008-08-18 10:38:42 +0200
# catalog-license lgpl
# catalog-version 1.0
Name:		texlive-colorwav
Version:	1.0
Release:	3
Summary:	Colours by wavelength of visible light
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/colorwav
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorwav.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorwav.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorwav.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to obtain an RGB value (suitable
for use in the color package) from a wavelength of light. The
default unit is nanometres, but other units may be used. Note
that this function is also available within the xcolor.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/colorwav/colorwav.sty
%doc %{_texmfdistdir}/doc/latex/colorwav/README
%doc %{_texmfdistdir}/doc/latex/colorwav/colorwav.pdf
#- source
%doc %{_texmfdistdir}/source/latex/colorwav/colorwav.dtx
%doc %{_texmfdistdir}/source/latex/colorwav/colorwav.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 7586281
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19702 |14mr|texlive-colorweb-1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31490
# category Package
# catalog-ctan /macros/latex/contrib/colorweb
# catalog-date 2013-08-21 17:22:18 +0200
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-colorweb
Version:	1.3
Release:	6
Summary:	Extend the color package colour space
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/colorweb
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorweb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorweb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorweb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes the 216 "web-safe colours" available to the
standard color package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/colorweb/colorweb.sty
%doc %{_texmfdistdir}/doc/latex/colorweb/README
%doc %{_texmfdistdir}/doc/latex/colorweb/colorweb.pdf
%doc %{_texmfdistdir}/doc/latex/colorweb/colorwebfull.pdf
%doc %{_texmfdistdir}/doc/latex/colorweb/colorwebuser.pdf
%doc %{_texmfdistdir}/doc/latex/colorweb/descript.ion
#- source
%doc %{_texmfdistdir}/source/latex/colorweb/colorweb.dtx
%doc %{_texmfdistdir}/source/latex/colorweb/colorweb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-6
+ Revision: 453088f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19703 |14mr|texlive-colourchange-1.22-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21741
# category Package
# catalog-ctan /macros/latex/contrib/colourchange
# catalog-date 2011-03-16 12:04:55 +0100
# catalog-license gpl3
# catalog-version 1.22
Name:		texlive-colourchange
Version:	1.22
Release:	3
Summary:	colourchange
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/colourchange
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colourchange.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colourchange.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows you to change the colour of the structural
elements (inner theme and outer theme) of your beamer
presentation during the presentation. There is a manual option
but there is also the option to have your structure colour
change from one colour to another as a function of how far
through the presentation you are.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/colourchange/colourchange.sty
%doc %{_texmfdistdir}/doc/latex/colourchange/README
%doc %{_texmfdistdir}/doc/latex/colourchange/colourchangedoc.pdf
%doc %{_texmfdistdir}/doc/latex/colourchange/colourchangedoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.22-3
+ Revision: fff8789
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19704 |14mr|texlive-combelow-0.99f-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18462
# category Package
# catalog-ctan /macros/latex/contrib/combelow
# catalog-date 2010-05-24 13:39:10 +0200
# catalog-license lppl1.3
# catalog-version 0.99f
Name:		texlive-combelow
Version:	0.99f
Release:	3
Summary:	Typeset "comma-below" letters, as in Romanian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/combelow
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combelow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combelow.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a command \cb that positions a comma below
a letter, as required (for example) in Romanian typesetting.
The command is robust, but interferes with hyphenation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/combelow/combelow.sty
%doc %{_texmfdistdir}/doc/latex/combelow/README
%doc %{_texmfdistdir}/doc/latex/combelow/combelow.bib
%doc %{_texmfdistdir}/doc/latex/combelow/combelow.pdf
%doc %{_texmfdistdir}/doc/latex/combelow/combelow.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.99f-3
+ Revision: e399e80
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19705 |14mr|texlive-combine-0.7a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19361
# category Package
# catalog-ctan /macros/latex/contrib/combine
# catalog-date 2010-07-10 16:18:55 +0200
# catalog-license lppl1.3
# catalog-version 0.7a
Name:		texlive-combine
Version:	0.7a
Release:	3
Summary:	Bundle individual documents into a single document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/combine
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combine.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combine.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combine.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The combine class lets you bundle individual documents into a
single document, such as when preparing a conference
proceedings. The auxiliary combinet package puts the titles and
authors from \maketitle commands into the main document's Table
of Contents. The package cooperates with the abstract and
titling packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/combine/combcite.sty
%{_texmfdistdir}/tex/latex/combine/combine.cls
%{_texmfdistdir}/tex/latex/combine/combinet.sty
%{_texmfdistdir}/tex/latex/combine/combnat.sty
%doc %{_texmfdistdir}/doc/latex/combine/README
%doc %{_texmfdistdir}/doc/latex/combine/combine.pdf
#- source
%doc %{_texmfdistdir}/source/latex/combine/combine.dtx
%doc %{_texmfdistdir}/source/latex/combine/combine.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7a-3
+ Revision: fa48e1a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19706 |14mr|texlive-combinedgraphics-0.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27198
# category Package
# catalog-ctan /macros/latex/contrib/combinedgraphics
# catalog-date 2012-07-16 18:35:20 +0200
# catalog-license gpl
# catalog-version 0.2.2
Name:		texlive-combinedgraphics
Version:	0.2.2
Release:	2
Summary:	Include graphic (EPS or PDF)/LaTeX combinations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/combinedgraphics
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combinedgraphics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combinedgraphics.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combinedgraphics.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a macro (\includecombinedgraphics) for
the inclusion of combined EPS/LaTeX and PDF/LaTeX graphics (an
export format of Gnuplot, Xfig, and maybe other programs).
Instead of including the graphics with a simple \input, the
\includecombinedgraphics macro has some comforts: - changing
the font and color of the text of the LaTeX part; - rescaling
the graphics without affecting the font of the LaTeX part; -
automatic inclusion of the vector graphics part, as far as
LaTeX part does not do it (e.g., for files exported from
Gnuplot before version 4.2); and - rescaling and rotating of
complete graphics (similar to \includegraphics from the
graphicx package).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/combinedgraphics/combinedgraphics.sty
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/COPYING
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/Makefile
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/README
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/combinedgraphics.pdf
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/Makefile
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/combinedgraphics_test.pdf
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/combinedgraphics_test.tex
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/gnuplot42.eps
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/gnuplot42.pdf
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/gnuplot42.plt
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/gnuplot42.tex
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/xfig325.eps
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/xfig325.fig
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/xfig325.pdf
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/xfig325.tex
#- source
%doc %{_texmfdistdir}/source/latex/combinedgraphics/combinedgraphics.dtx
%doc %{_texmfdistdir}/source/latex/combinedgraphics/combinedgraphics.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.2-2
+ Revision: e41b444
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19707 |14mr|texlive-comfortaa-2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25090
# category Package
# catalog-ctan /fonts/comfortaa
# catalog-date 2012-01-10 07:43:57 +0100
# catalog-license lppl1.3
# catalog-version 2.2
Name:		texlive-comfortaa
Version:	2.2
Release:	2
Summary:	Sans serif font, with LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/comfortaa
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comfortaa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comfortaa.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comfortaa.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Comfortaa is a sans-serif font, comfortable in every aspect,
designed by Johan Aakerlund. The font, which includes three
weights (thin, regular and bold), is available on Johan's
deviantArt web page as TrueType files under the Open Font
License version 1.1. This package provides support for this
font in LaTeX, and includes both the TrueType fonts, and
conversions to Adobe Type 1 format.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Bold-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Bold.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Light-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Light.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Regular-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/comfortaa/Comfortaa-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/comfortaa/comfortaa-01.enc
%{_texmfdistdir}/fonts/enc/dvips/comfortaa/comfortaa-02.enc
%{_texmfdistdir}/fonts/enc/dvips/comfortaa/comfortaa-03.enc
%{_texmfdistdir}/fonts/enc/dvips/comfortaa/comfortaa-dotlessj.enc
%{_texmfdistdir}/fonts/map/dvips/comfortaa/comfortaa.map
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Bold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Light-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/comfortaa/Comfortaa-Regular-x2.tfm
%{_texmfdistdir}/fonts/truetype/public/comfortaa/Comfortaa-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/comfortaa/Comfortaa-Light.ttf
%{_texmfdistdir}/fonts/truetype/public/comfortaa/Comfortaa-Regular.ttf
%{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Bold-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Light-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Light.pfb
%{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Regular-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/comfortaa/Comfortaa-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Bold-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Light-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-lgr.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-ot1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-t1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-t2a.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-t2b.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-t2c.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-ts1.vf
%{_texmfdistdir}/fonts/vf/public/comfortaa/Comfortaa-Regular-x2.vf
%{_texmfdistdir}/tex/latex/comfortaa/comfortaa.sty
%{_texmfdistdir}/tex/latex/comfortaa/lgrfco.fd
%{_texmfdistdir}/tex/latex/comfortaa/ot1fco.fd
%{_texmfdistdir}/tex/latex/comfortaa/t1fco.fd
%{_texmfdistdir}/tex/latex/comfortaa/t2afco.fd
%{_texmfdistdir}/tex/latex/comfortaa/t2bfco.fd
%{_texmfdistdir}/tex/latex/comfortaa/t2cfco.fd
%{_texmfdistdir}/tex/latex/comfortaa/ts1fco.fd
%{_texmfdistdir}/tex/latex/comfortaa/x2fco.fd
%doc %{_texmfdistdir}/doc/fonts/comfortaa/CHANGES
%doc %{_texmfdistdir}/doc/fonts/comfortaa/README
%doc %{_texmfdistdir}/doc/fonts/comfortaa/comfortaa-samples.pdf
%doc %{_texmfdistdir}/doc/fonts/comfortaa/comfortaa-samples.tex
%doc %{_texmfdistdir}/doc/fonts/comfortaa/comfortaa.pdf
%doc %{_texmfdistdir}/doc/fonts/comfortaa/comfortaa.tex
%doc %{_texmfdistdir}/doc/fonts/comfortaa/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/comfortaa/Makefile
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-01.etx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-02.etx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-03.etx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-diacritics.mtx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-dotlessj.etx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-drv.tex
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-fixcyrillic.mtx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-fixgreek.mtx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-fixlatin.mtx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-fixtextcomp.mtx
%doc %{_texmfdistdir}/source/fonts/comfortaa/comfortaa-map.tex
%doc %{_texmfdistdir}/source/fonts/comfortaa/ttf2type1.pe

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-2
+ Revision: 2b2b990
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19708 |14mr|texlive-comma-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18259
# category Package
# catalog-ctan /macros/latex/contrib/comma
# catalog-date 2010-05-23 19:54:42 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-comma
Version:	1.2
Release:	3
Summary:	Formats a number by inserting commas
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/comma
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comma.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comma.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A flexible package that allows commas (or anything else) to be
inserted every three digits in a number, as in 1,234.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/comma/comma.sty
%doc %{_texmfdistdir}/doc/latex/comma/README
%doc %{_texmfdistdir}/doc/latex/comma/comma.pdf
%doc %{_texmfdistdir}/doc/latex/comma/comma.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: a9d521d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19709 |14mr|texlive-commado-0.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28419
# category Package
# catalog-ctan /macros/generic/commado
# catalog-date 2012-12-02 13:05:20 +0100
# catalog-license lppl1.3
# catalog-version 0.11
Name:		texlive-commado
Version:	0.11
Release:	6
Summary:	Expandable iteration on comma-separated and filename lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/commado
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/commado.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/commado.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/commado.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides two packages: commado and filesdo. The
package commado provides the command \DoWithCSL:
\DoWithCSL{cmd}{list} applies an existing one-parameter macro
cmd to each item in a list list in which terms are separated by
commas. The package filesdo provides the command
\DoWithBasesExts: \DoWithBasesExts{cmd}{bases}{exts} which runs
the single parameter command cmd on each file whose base and
extension are respectively from the comma-separated lists bases
and exts. These 'loop'-like commands are (themselves) entirely
expandable. The packages rely on packages plainpkg, and
stacklet.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/commado/commado.RLS
%{_texmfdistdir}/tex/generic/commado/commado.sty
%{_texmfdistdir}/tex/generic/commado/filesdo.sty
%doc %{_texmfdistdir}/doc/generic/commado/README
%doc %{_texmfdistdir}/doc/generic/commado/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/generic/commado/commado.pdf
#- source
%doc %{_texmfdistdir}/source/generic/commado/commado.tex
%doc %{_texmfdistdir}/source/generic/commado/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11-6
+ Revision: d3ff5fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19710 |14mr|texlive-commath-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/commath
# catalog-date 2007-03-05 14:17:42 +0100
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-commath
Version:	0.3
Release:	3
Summary:	Mathematics typesetting support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/commath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/commath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/commath.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a range of differential, partial differential and
delimiter commands, together with a \fullfunction (function,
with both domain and range, and function operation) and various
reference commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/commath/commath.sty
%doc %{_texmfdistdir}/doc/latex/commath/README
%doc %{_texmfdistdir}/doc/latex/commath/commath.pdf
%doc %{_texmfdistdir}/doc/latex/commath/commath.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: 59e2325
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19711 |14mr|texlive-comment-3.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17155
# category Package
# catalog-ctan /macros/latex/contrib/comment
# catalog-date 2010-02-22 20:33:14 +0100
# catalog-license gpl
# catalog-version 3.6
Name:		texlive-comment
Version:	3.6
Release:	3
Summary:	Selectively include/excludes portions of text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/comment
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comment.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comment.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Selectively include/exclude pieces of text, allowing the user
to define new, separately controlled, comment versions. All
text between \comment ... \endcomment or \begin{comment} ...
\end{comment} is discarded. The opening and closing commands
should appear on a line of their own. No starting spaces,
nothing after it. This environment should work with arbitrary
amounts of comment, and the comment can be arbitrary text.
Other 'comment' environments are defined and
selected/deselected with \includecomment{versiona} and
\excludecoment{versionb} These environments are used as
\versiona ... \endversiona or \begin{versiona} ...
\end{versiona} with the opening and closing commands again on a
line of their own.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/comment/comment.sty
%doc %{_texmfdistdir}/doc/latex/comment/README
%doc %{_texmfdistdir}/doc/latex/comment/comm_latest.tex
%doc %{_texmfdistdir}/doc/latex/comment/comment.pdf
%doc %{_texmfdistdir}/doc/latex/comment/comment.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6-3
+ Revision: 094cc28
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19712 |14mr|texlive-compactbib-20070101-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/compactbib/compactbib.sty
# catalog-date 2007-01-01 11:39:06 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-compactbib
Version:	20070101
Release:	3
Summary:	Multiple thebibliography environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/compactbib/compactbib.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/compactbib.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Allows a second bibliography, optionally with a different
title, after the main bibliography.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/compactbib/compactbib.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070101-3
+ Revision: fb3928e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19713 |14mr|texlive-complexity-0.76-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/complexity
# catalog-date 2007-02-03 21:01:24 +0100
# catalog-license lppl
# catalog-version 0.76
Name:		texlive-complexity
Version:	0.76
Release:	3
Summary:	Computational complexity class names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/complexity
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/complexity.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/complexity.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Complexity is a LaTeX package that defines commands to typeset
Computational Complexity Classes such as $\P$ and $\NP$ (as
well as hundreds of others). It also offers several options
including which font classes are typeset in and how many are
defined (all of them or just the basic, most commonly used
ones). The package has no dependencies other than the standard
ifthen package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/complexity/complexity.sty
%{_texmfdistdir}/tex/latex/complexity/mycomplexity.sty
%doc %{_texmfdistdir}/doc/latex/complexity/README
%doc %{_texmfdistdir}/doc/latex/complexity/complexity.pdf
%doc %{_texmfdistdir}/doc/latex/complexity/complexity.tex
%doc %{_texmfdistdir}/doc/latex/complexity/tableofclasses.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.76-3
+ Revision: f791b43
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19714 |14mr|texlive-components-of-TeX-20090109-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/components-of-TeX
# catalog-date 2009-01-09 17:16:29 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-components-of-TeX
Version:	20090109
Release:	3
Summary:	Components of TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/components-of-TeX
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/components-of-TeX.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/components-of-TeX.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
An introduction to the components and files users of TeX may
encounter.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/generic/components-of-TeX/README
%doc %{_texmfdistdir}/doc/generic/components-of-TeX/etexkomp.tex
%doc %{_texmfdistdir}/doc/generic/components-of-TeX/figkomp.tex
%doc %{_texmfdistdir}/doc/generic/components-of-TeX/figtotal.tex
%doc %{_texmfdistdir}/doc/generic/components-of-TeX/names.sty
%doc %{_texmfdistdir}/doc/generic/components-of-TeX/texrep.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090109-3
+ Revision: ffe8ed5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19715 |14mr|texlive-comprehensive-11.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25501
# category Package
# catalog-ctan /info/symbols/comprehensive
# catalog-date 2009-11-18 09:39:01 +0100
# catalog-license lppl
# catalog-version 11.0
Name:		texlive-comprehensive
Version:	11.0
Release:	4
Summary:	Symbols accessible from LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/symbols/comprehensive
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comprehensive.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comprehensive.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
Around 5000 symbols are listed as a set of tables. The tables
of symbols are ordered in a logical way (the document begins
with a 'frequently requested symbols' list), the aim being to
make the document a convenient way of looking up symbols.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/comprehensive/README
%doc %{_texmfdistdir}/doc/latex/comprehensive/SYMLIST
%doc %{_texmfdistdir}/doc/latex/comprehensive/source/Makefile
%doc %{_texmfdistdir}/doc/latex/comprehensive/source/lightbulb.eps
%doc %{_texmfdistdir}/doc/latex/comprehensive/source/lightbulb.map
%doc %{_texmfdistdir}/doc/latex/comprehensive/source/lightbulb.mf
%doc %{_texmfdistdir}/doc/latex/comprehensive/source/lightbulb10.mf
%doc %{_texmfdistdir}/doc/latex/comprehensive/source/lightbulb10.pfb
%doc %{_texmfdistdir}/doc/latex/comprehensive/source/makefakeMnSymbol
%doc %{_texmfdistdir}/doc/latex/comprehensive/source/response.eps
%doc %{_texmfdistdir}/doc/latex/comprehensive/source/symbols.ist
%doc %{_texmfdistdir}/doc/latex/comprehensive/source/symbols.tex
%doc %{_texmfdistdir}/doc/latex/comprehensive/source/teubner-subset.sty
%doc %{_texmfdistdir}/doc/latex/comprehensive/source/versicle.eps
%doc %{_texmfdistdir}/doc/latex/comprehensive/symbols-a4.pdf
%doc %{_texmfdistdir}/doc/latex/comprehensive/symbols-letter.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 11.0-4
+ Revision: 121e2e1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19716 |14mr|texlive-computational-complexity-v2.25-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27047
# category Package
# catalog-ctan /macros/latex/contrib/computational-complexity
# catalog-date 2012-06-22 16:58:16 +0200
# catalog-license lppl
# catalog-version v2.25
Name:		texlive-computational-complexity
Version:	v2.25
Release:	2
Summary:	Class for the journal Computational Complexity
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/computational-complexity
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/computational-complexity.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/computational-complexity.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/computational-complexity.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The LaTeX2e class cc was written for the journal Computational
Complexity, and it can also be used for a lot of other
articles. You may like it since it contains a lot of features
as more intelligent references, a set of theorem definitions,
an algorithm environment, ... The class requires natbib.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/computational-complexity/journals.bib
%{_texmfdistdir}/bibtex/bst/computational-complexity/cc.bst
%{_texmfdistdir}/bibtex/bst/computational-complexity/cc2.bst
%{_texmfdistdir}/tex/latex/computational-complexity/cc-cls.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc.cls
%{_texmfdistdir}/tex/latex/computational-complexity/cc2cite.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4amsart.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4apjrnl.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4elsart.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4jT.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4llncs.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4siamltex.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4svjour.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccalgo.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccaux.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cccite.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccdbs.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cclayout.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccproof.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccqed.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccref.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccreltx.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccthm.sty
%{_texmfdistdir}/tex/latex/computational-complexity/relabel.sty
%{_texmfdistdir}/tex/latex/computational-complexity/thcc.sty
%doc %{_texmfdistdir}/doc/latex/computational-complexity/cc-cls-inline.tex
%doc %{_texmfdistdir}/doc/latex/computational-complexity/cc-portability-frame.tex
%doc %{_texmfdistdir}/doc/latex/computational-complexity/cc.pdf
%doc %{_texmfdistdir}/doc/latex/computational-complexity/cc2.dbj
%doc %{_texmfdistdir}/doc/latex/computational-complexity/ccquickref.tex
%doc %{_texmfdistdir}/doc/latex/computational-complexity/cctemplate.tex
#- source
%doc %{_texmfdistdir}/source/latex/computational-complexity/cc.dtx
%doc %{_texmfdistdir}/source/latex/computational-complexity/cc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v2.25-2
+ Revision: 2705ba8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19717 |14mr|texlive-concepts-0.0.5.r1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29020
# category Package
# catalog-ctan /macros/latex/contrib/concepts
# catalog-date 2012-12-31 10:20:52 +0100
# catalog-license lppl
# catalog-version 0.0.5-r1
Name:		texlive-concepts
Version:	0.0.5.r1
Release:	6
Summary:	Keeping track of formal 'concepts' for a particular field
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/concepts
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concepts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concepts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package helps to keep track of formal 'concepts' for a
specific field or document. This is particularly useful for
scientific papers (for example, in physics, mathematics or
computer science), which may introduce several concepts (with
their own symbols). The package's commands allow the user to
define a concept (typically, near its first use), and will
ensure consistent use throughout the document. The package
depends on several other packages; while these are fairly
common packages, the user should check the package's README
file for the complete list.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/concepts/concepts.sty
%doc %{_texmfdistdir}/doc/latex/concepts/README
%doc %{_texmfdistdir}/doc/latex/concepts/concepts.pdf
%doc %{_texmfdistdir}/doc/latex/concepts/concepts.tex
%doc %{_texmfdistdir}/doc/latex/concepts/dry.sty
%doc %{_texmfdistdir}/doc/latex/concepts/packagedoc.cls
%doc %{_texmfdistdir}/doc/latex/concepts/with.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.5.r1-6
+ Revision: 814d41c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19718 |14mr|texlive-concmath-19990318-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17219
# category Package
# catalog-ctan /macros/latex/contrib/concmath
# catalog-date 2010-02-24 21:28:09 +0100
# catalog-license lppl
# catalog-version 1999/03/18
Name:		texlive-concmath
Version:	19990318
Release:	3
Summary:	Concrete Math fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/concmath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package and font definition files to access the
Concrete mathematics fonts, which were derived from Computer
Modern math fonts using parameters from Concrete Roman text
fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/concmath/concmath.sty
%{_texmfdistdir}/tex/latex/concmath/omlccm.fd
%{_texmfdistdir}/tex/latex/concmath/omlccr.fd
%{_texmfdistdir}/tex/latex/concmath/omsccr.fd
%{_texmfdistdir}/tex/latex/concmath/omsccsy.fd
%{_texmfdistdir}/tex/latex/concmath/omxccex.fd
%{_texmfdistdir}/tex/latex/concmath/ot1ccr.fd
%{_texmfdistdir}/tex/latex/concmath/ucca.fd
%{_texmfdistdir}/tex/latex/concmath/uccb.fd
%doc %{_texmfdistdir}/doc/fonts/concmath/CATALOGUE
%doc %{_texmfdistdir}/doc/fonts/concmath/README
%doc %{_texmfdistdir}/doc/fonts/concmath/concmath.pdf
#- source
%doc %{_texmfdistdir}/source/latex/concmath/Makefile
%doc %{_texmfdistdir}/source/latex/concmath/concmath.dtx
%doc %{_texmfdistdir}/source/latex/concmath/concmath.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 19990318-3
+ Revision: 5c2c49e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19719 |14mr|texlive-concmath-fonts-20060827-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17218
# category Package
# catalog-ctan /fonts/concmath
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-concmath-fonts
Version:	20060827
Release:	3
Summary:	Concrete mathematics fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/concmath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath-fonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath-fonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts are derived from the computer modern mathematics
fonts and from Knuth's Concrete Roman fonts. LaTeX support is
offered by the concmath package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam5.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam6.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccam9.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm5.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm6.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccbm9.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccex10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccex7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccex8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccex9.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi5.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi6.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccmi9.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy10.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy5.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy6.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy7.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy8.mf
%{_texmfdistdir}/fonts/source/public/concmath-fonts/xccsy9.mf
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam5.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam6.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccam9.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm5.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm6.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccbm9.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccex10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccex7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccex8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccex9.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy6.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/concmath-fonts/xccsy9.tfm
%doc %{_texmfdistdir}/doc/fonts/concmath-fonts/CATALOGUE
%doc %{_texmfdistdir}/doc/fonts/concmath-fonts/Makefile
%doc %{_texmfdistdir}/doc/fonts/concmath-fonts/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20060827-3
+ Revision: f140ebb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19720 |14mr|texlive-concprog-20070101-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18791
# category Package
# catalog-ctan /macros/latex/contrib/concprog
# catalog-date 2007-01-01 11:39:06 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-concprog
Version:	20070101
Release:	3
Summary:	Concert programmes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/concprog
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concprog.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concprog.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class which provides the necessary macros to prepare a
(classical) concert programme; a sample is provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/concprog/ConcProg.cls
%doc %{_texmfdistdir}/doc/latex/concprog/program.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070101-3
+ Revision: 7167250
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19721 |14mr|texlive-concrete-20061208-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/concrete
# catalog-date 2006-12-08 15:31:01 +0100
# catalog-license knuth
# catalog-version undef
Name:		texlive-concrete
Version:	20061208
Release:	3
Summary:	Concrete Roman fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/concrete
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concrete.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concrete.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Concrete Roman fonts, designed by Donald E. Knuth, originally
for use with Euler mathematics fonts. Alternative mathematics
fonts, based on the concrete 'parameter set' are available as
the concmath fonts bundle. LaTeX support is offered by the
beton, concmath and ccfonts packages. T1- and TS1-encoded
versions of the fonts are available in the ecc bundle, and
Adobe Type 1 versions of the ecc fonts are part of the cm-super
bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/concrete/cccsc10.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccmi10.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccmic9.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr10.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr5.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr6.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr7.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr8.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr9.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccsl10.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccsl9.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccslc9.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccti10.mf
%{_texmfdistdir}/fonts/source/public/concrete/odigs.mf
%{_texmfdistdir}/fonts/tfm/public/concrete/cccsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccmic9.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr10.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr5.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr6.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr7.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr8.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr9.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccslc9.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccti10.tfm
%doc %{_texmfdistdir}/doc/fonts/concrete/CATALOGUE
%doc %{_texmfdistdir}/doc/fonts/concrete/Makefile
%doc %{_texmfdistdir}/doc/fonts/concrete/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061208-3
+ Revision: 697f699
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19722 |14mr|texlive-confproc-0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23358
# category Package
# catalog-ctan /macros/latex/contrib/conferences/confproc
# catalog-date 2011-08-02 13:14:53 +0200
# catalog-license lppl
# catalog-version 0.8
Name:		texlive-confproc
Version:	0.8
Release:	3
Summary:	A set of tools for generating conference proceedings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/conferences/confproc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/confproc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/confproc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/confproc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The confproc collection comprises a class, a BibTeX style, and
some scripts for generating conference proceedings. It derives
from LaTeX scripts written for the DAFx-06 conference
proceedings, largely based on the pdfpages package for
including the proceedings papers and the hyperref package for
creating a proper table of contents, bookmarks and general
bibliography back-references. Confproc also uses many other
packages for fine tuning of the table of contents, bibliography
and index of authors. The added value of the class resides in
its time-saving aspects when designing conference proceedings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/confproc/newapave.bst
%{_texmfdistdir}/makeindex/confproc/confproc1.ist
%{_texmfdistdir}/makeindex/confproc/confproc2.ist
%{_texmfdistdir}/tex/latex/confproc/confproc.cfg
%{_texmfdistdir}/tex/latex/confproc/confproc.cls
%{_texmfdistdir}/tex/latex/confproc/newapave.sty
%doc %{_texmfdistdir}/doc/latex/confproc/README
%doc %{_texmfdistdir}/doc/latex/confproc/buildcls.sh
%doc %{_texmfdistdir}/doc/latex/confproc/buildcppdfpapers.sh
%doc %{_texmfdistdir}/doc/latex/confproc/buildpapers.sh
%doc %{_texmfdistdir}/doc/latex/confproc/buildproc.sh
%doc %{_texmfdistdir}/doc/latex/confproc/buildprocelpb.sh
%doc %{_texmfdistdir}/doc/latex/confproc/cleancls.sh
%doc %{_texmfdistdir}/doc/latex/confproc/confproc-short.tex
%doc %{_texmfdistdir}/doc/latex/confproc/confproc.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/confproc_diag.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/countnbpages.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/IEEEtran.bst
%doc %{_texmfdistdir}/doc/latex/confproc/example/buildcppdfpapers.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/buildpapers.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/buildproc.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/buildprocelpb.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/countnbpages.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/example1empty.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/example2custom.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/example3optim.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/example4optim.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/exbiblio.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/exclasslastel.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/exclasslastpb.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/exclasspre.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/expages.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/expapersswitch.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/exportIndividualPDFs.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/exprogram.csv
%doc %{_texmfdistdir}/doc/latex/confproc/example/generateswitch.pl
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/IEEEtran.bst
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/expages.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/p_001.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/p_003.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/p_005.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/p_007.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/p_009.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_001/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_001/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_001/p_001.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_001/p_001.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_003/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_003/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_003/p_003.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_003/p_003.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_005/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_005/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_005/p_005.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_005/p_005.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_007/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_007/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_007/p_007.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_007/p_007.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_tex/p_009/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_tex/p_009/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_tex/p_009/p_009.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_tex/p_009/p_009.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/papersinfo.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/paperssplitpreamble.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/pictures/ex_1stpage.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/example/removeLaTeXcmds.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_001/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_001/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_001/p_001.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_001/p_001.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_003/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_003/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_003/p_003.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_003/p_003.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_005/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_005/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_005/p_005.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_005/p_005.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_007/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_007/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_007/p_007.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_007/p_007.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_tex/p_009/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_tex/p_009/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_tex/p_009/p_009.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_tex/p_009/p_009.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example1empty.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example2custom.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example3optim.tex
%doc %{_texmfdistdir}/doc/latex/confproc/exbiblio.bib
%doc %{_texmfdistdir}/doc/latex/confproc/exclasslastel.tex
%doc %{_texmfdistdir}/doc/latex/confproc/exclasslastpb.tex
%doc %{_texmfdistdir}/doc/latex/confproc/exclasspre.tex
%doc %{_texmfdistdir}/doc/latex/confproc/expages.tex
%doc %{_texmfdistdir}/doc/latex/confproc/expapersswitch.tex
%doc %{_texmfdistdir}/doc/latex/confproc/exportIndividualPDFs.sh
%doc %{_texmfdistdir}/doc/latex/confproc/exprogram.csv
%doc %{_texmfdistdir}/doc/latex/confproc/generateswitch.pl
%doc %{_texmfdistdir}/doc/latex/confproc/papersinfo.sh
%doc %{_texmfdistdir}/doc/latex/confproc/paperssplitpreamble.sh
%doc %{_texmfdistdir}/doc/latex/confproc/prepareexample.sh
%doc %{_texmfdistdir}/doc/latex/confproc/removeLaTeXcmds.sh
#- source
%doc %{_texmfdistdir}/source/latex/confproc/confproc.drv
%doc %{_texmfdistdir}/source/latex/confproc/confproc.dtx
%doc %{_texmfdistdir}/source/latex/confproc/confproc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8-3
+ Revision: 9779614
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19723 |14mr|texlive-constants-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/constants
# catalog-date 2008-08-18 10:38:42 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-constants
Version:	1.0
Release:	3
Summary:	Automatic numbering of constants
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/constants
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/constants.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/constants.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/constants.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a way to number constants in a
mathematical proof automatically, with a system for
labelling/referencing. In addition, several families of
constants (with different symbols) may be defined.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/constants/constants.sty
%doc %{_texmfdistdir}/doc/latex/constants/README
%doc %{_texmfdistdir}/doc/latex/constants/constants.pdf
#- source
%doc %{_texmfdistdir}/source/latex/constants/constants.dtx
%doc %{_texmfdistdir}/source/latex/constants/constants.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: d37add0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19724 |14mr|texlive-conteq-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30746
# category Package
# catalog-ctan /macros/latex/contrib/conteq
# catalog-date 2013-05-26 18:29:07 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-conteq
Version:	0.1
Release:	6
Summary:	Typeset multiline continued equalities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/conteq
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/conteq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/conteq.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/conteq.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an environment conteq, which will lay out
systems of continued equalities (or inequalities). Several
variant layouts of the equalities are provided, and the user
may define their own. The package is written use LaTeX 3
macros.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/conteq/conteq.sty
%doc %{_texmfdistdir}/doc/latex/conteq/README
%doc %{_texmfdistdir}/doc/latex/conteq/README.txt
%doc %{_texmfdistdir}/doc/latex/conteq/conteq.hd
%doc %{_texmfdistdir}/doc/latex/conteq/conteq.pdf
#- source
%doc %{_texmfdistdir}/source/latex/conteq/conteq.dtx
%doc %{_texmfdistdir}/source/latex/conteq/conteq.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-6
+ Revision: 7de5bbe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19725 |14mr|texlive-context-20130426-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31080
# category Package
# catalog-ctan /macros/context/current
# catalog-date 2013-04-26 00:38:23 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-context
Version:	20130426
Release:	7
Summary:	The ConTeXt macro package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/current
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-metapost
Requires:	texlive-pdftex
Requires:	texlive-xetex
Requires:	texlive-luatex
Requires:	texlive-lm
Requires:	texlive-lm-math
Requires:	texlive-stmaryrd
Requires:	texlive-amsfonts
Requires:	texlive-mptopdf
Provides:	texlive-context.bin = %{EVRD}
%rename texlive-texmf-contex

%description
A full featured, parameter driven macro package, which fully
supports advanced interactive documents. See the ConTeXt garden
for a wealth of support information.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/*
%{_texmfdistdir}/bibtex/bst/context/cont-ab.bst
%{_texmfdistdir}/bibtex/bst/context/cont-au.bst
%{_texmfdistdir}/bibtex/bst/context/cont-no.bst
%{_texmfdistdir}/bibtex/bst/context/cont-ti.bst
%{_texmfdistdir}/context/data/scite/lexers/archive/scite-context-lexer-pre-3-3-1.lua
%{_texmfdistdir}/context/data/scite/lexers/data/scite-context-data-context.lua
%{_texmfdistdir}/context/data/scite/lexers/data/scite-context-data-interfaces.lua
%{_texmfdistdir}/context/data/scite/lexers/data/scite-context-data-metafun.lua
%{_texmfdistdir}/context/data/scite/lexers/data/scite-context-data-metapost.lua
%{_texmfdistdir}/context/data/scite/lexers/data/scite-context-data-tex.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-cld.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-lua-longstring.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-lua.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-mps.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-pdf-object.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-pdf-xref.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-pdf.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-tex.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-txt.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-web.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-xml-cdata.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-xml-comment.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-xml-script.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-xml.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer.lua
%{_texmfdistdir}/context/data/scite/lexers/themes/scite-context-theme-keep.lua
%{_texmfdistdir}/context/data/scite/lexers/themes/scite-context-theme.lua
%{_texmfdistdir}/context/data/scite/metapost.properties
%{_texmfdistdir}/context/data/scite/scite-context-data-context.properties
%{_texmfdistdir}/context/data/scite/scite-context-data-interfaces.properties
%{_texmfdistdir}/context/data/scite/scite-context-data-metafun.properties
%{_texmfdistdir}/context/data/scite/scite-context-data-metapost.properties
%{_texmfdistdir}/context/data/scite/scite-context-data-tex.properties
%{_texmfdistdir}/context/data/scite/scite-context-external.properties
%{_texmfdistdir}/context/data/scite/scite-context-internal.properties
%{_texmfdistdir}/context/data/scite/scite-context-readme.pdf
%{_texmfdistdir}/context/data/scite/scite-context-readme.tex
%{_texmfdistdir}/context/data/scite/scite-context-user.properties
%{_texmfdistdir}/context/data/scite/scite-context-visual.pdf
%{_texmfdistdir}/context/data/scite/scite-context-visual.png
%{_texmfdistdir}/context/data/scite/scite-context-visual.tex
%{_texmfdistdir}/context/data/scite/scite-context.properties
%{_texmfdistdir}/context/data/scite/scite-ctx-context.properties
%{_texmfdistdir}/context/data/scite/scite-ctx-example.properties
%{_texmfdistdir}/context/data/scite/scite-ctx.lua
%{_texmfdistdir}/context/data/scite/scite-ctx.properties
%{_texmfdistdir}/context/data/scite/scite-metapost.properties
%{_texmfdistdir}/context/data/scite/scite-pragma.properties
%{_texmfdistdir}/context/data/scite/scite-tex.properties
%{_texmfdistdir}/context/data/scite/tex.properties
%{_texmfdistdir}/context/data/texfont/type-buy.dat
%{_texmfdistdir}/context/data/texfont/type-fsf.dat
%{_texmfdistdir}/context/data/texfont/type-ghz.dat
%{_texmfdistdir}/context/data/texfont/type-tmf.dat
%{_texmfdistdir}/context/data/texworks/TUG/TeXworks.ini
%{_texmfdistdir}/context/data/texworks/completion/tw-context.txt
%{_texmfdistdir}/context/data/texworks/configuration/auto-indent-patterns.txt
%{_texmfdistdir}/context/data/texworks/configuration/delimiter-pairs.txt
%{_texmfdistdir}/context/data/texworks/configuration/smart-quotes-modes.txt
%{_texmfdistdir}/context/data/texworks/configuration/syntax-patterns.txt
%{_texmfdistdir}/context/data/texworks/configuration/tag-patterns.txt
%{_texmfdistdir}/context/data/texworks/configuration/texworks-config.txt
%{_texmfdistdir}/context/data/texworks/configuration/tools.ini
%{_texmfdistdir}/context/data/texworks/texworks-context.rme
%{_texmfdistdir}/context/data/texworks/texworks-setup.ini
%{_texmfdistdir}/fonts/afm/hoekwater/context/contnav.afm
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-CNS1-4.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-GB1-4.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Identity-0.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Japan1-5.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Japan1-6.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Japan2-0.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Korea1-2.cidmap
%{_texmfdistdir}/fonts/enc/dvips/context/cmin.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmit.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmitt.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmrm.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmsc.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmtt.enc
%{_texmfdistdir}/fonts/enc/dvips/context/ec-2004.enc
%{_texmfdistdir}/fonts/enc/dvips/context/q-8r.enc
%{_texmfdistdir}/fonts/enc/dvips/context/teff-trinite.enc
%{_texmfdistdir}/fonts/fea/context/greek-babel.fea
%{_texmfdistdir}/fonts/fea/context/test-features.fea
%{_texmfdistdir}/fonts/fea/context/texhistoric.fea
%{_texmfdistdir}/fonts/fea/context/verbose-digits.fea
%{_texmfdistdir}/fonts/map/dvips/context/contnav.map
%{_texmfdistdir}/fonts/map/luatex/context/demo-font.lum
%{_texmfdistdir}/fonts/map/pdftex/context/8r-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/ec-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/ec-os-public-lm.map
%{_texmfdistdir}/fonts/map/pdftex/context/mkiv-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/mkiv-px.map
%{_texmfdistdir}/fonts/map/pdftex/context/mkiv-tx.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-adobe-euro.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-ams-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-ams-cmr.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-ams-euler.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-context-symbol.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-dummy.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-empty.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-micropress-informal.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-public-csr.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-public-lm.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-public-plr.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-public-vnr.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-vogel-symbol.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-wasy.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-youngryu-px.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-youngryu-tx.map
%{_texmfdistdir}/fonts/map/pdftex/context/qx-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/qx-os-public-lm.map
%{_texmfdistdir}/fonts/map/pdftex/context/t5-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/t5-os-public-lm.map
%{_texmfdistdir}/fonts/map/pdftex/context/texnansi-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/texnansi-os-public-lm.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/context/tlig.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/context/tlig.tec
%{_texmfdistdir}/fonts/pfm/hoekwater/context/contnav.pfm
%{_texmfdistdir}/fonts/tfm/hoekwater/context/contnav.tfm
%{_texmfdistdir}/fonts/type1/hoekwater/context/contnav.pfb
%{_texmfdistdir}/metapost/context/base/metafun.mp
%{_texmfdistdir}/metapost/context/base/metafun.mpii
%{_texmfdistdir}/metapost/context/base/metafun.mpiv
%{_texmfdistdir}/metapost/context/base/mp-abck.mpiv
%{_texmfdistdir}/metapost/context/base/mp-apos.mpiv
%{_texmfdistdir}/metapost/context/base/mp-asnc.mpiv
%{_texmfdistdir}/metapost/context/base/mp-back.mp
%{_texmfdistdir}/metapost/context/base/mp-base.mpii
%{_texmfdistdir}/metapost/context/base/mp-base.mpiv
%{_texmfdistdir}/metapost/context/base/mp-butt.mpii
%{_texmfdistdir}/metapost/context/base/mp-butt.mpiv
%{_texmfdistdir}/metapost/context/base/mp-char.mpii
%{_texmfdistdir}/metapost/context/base/mp-char.mpiv
%{_texmfdistdir}/metapost/context/base/mp-chem.mpiv
%{_texmfdistdir}/metapost/context/base/mp-core.mpii
%{_texmfdistdir}/metapost/context/base/mp-core.mpiv
%{_texmfdistdir}/metapost/context/base/mp-crop.mpiv
%{_texmfdistdir}/metapost/context/base/mp-figs.mpii
%{_texmfdistdir}/metapost/context/base/mp-figs.mpiv
%{_texmfdistdir}/metapost/context/base/mp-fobg.mp
%{_texmfdistdir}/metapost/context/base/mp-form.mpii
%{_texmfdistdir}/metapost/context/base/mp-form.mpiv
%{_texmfdistdir}/metapost/context/base/mp-func.mpii
%{_texmfdistdir}/metapost/context/base/mp-func.mpiv
%{_texmfdistdir}/metapost/context/base/mp-grap.mpiv
%{_texmfdistdir}/metapost/context/base/mp-grid.mpii
%{_texmfdistdir}/metapost/context/base/mp-grid.mpiv
%{_texmfdistdir}/metapost/context/base/mp-grph.mpii
%{_texmfdistdir}/metapost/context/base/mp-grph.mpiv
%{_texmfdistdir}/metapost/context/base/mp-idea.mpiv
%{_texmfdistdir}/metapost/context/base/mp-mlib.mpiv
%{_texmfdistdir}/metapost/context/base/mp-page.mpii
%{_texmfdistdir}/metapost/context/base/mp-page.mpiv
%{_texmfdistdir}/metapost/context/base/mp-shap.mpii
%{_texmfdistdir}/metapost/context/base/mp-shap.mpiv
%{_texmfdistdir}/metapost/context/base/mp-spec.mpii
%{_texmfdistdir}/metapost/context/base/mp-step.mpii
%{_texmfdistdir}/metapost/context/base/mp-step.mpiv
%{_texmfdistdir}/metapost/context/base/mp-symb.mp
%{_texmfdistdir}/metapost/context/base/mp-text.mpii
%{_texmfdistdir}/metapost/context/base/mp-text.mpiv
%{_texmfdistdir}/metapost/context/base/mp-tool.mpii
%{_texmfdistdir}/metapost/context/base/mp-tool.mpiv
%{_texmfdistdir}/metapost/context/base/mp-txts.mpii
%{_texmfdistdir}/metapost/context/font/punkfont-bold.mp
%{_texmfdistdir}/metapost/context/font/punkfont-boldslanted.mp
%{_texmfdistdir}/metapost/context/font/punkfont-characters.mp
%{_texmfdistdir}/metapost/context/font/punkfont-definitions.mp
%{_texmfdistdir}/metapost/context/font/punkfont-slanted.mp
%{_texmfdistdir}/metapost/context/font/punkfont.mp
%{_texmfdistdir}/scripts/context/lua/mtx-babel.lua
%{_texmfdistdir}/scripts/context/lua/mtx-base.lua
%{_texmfdistdir}/scripts/context/lua/mtx-cache.lua
%{_texmfdistdir}/scripts/context/lua/mtx-chars.lua
%{_texmfdistdir}/scripts/context/lua/mtx-check.lua
%{_texmfdistdir}/scripts/context/lua/mtx-colors.lua
%{_texmfdistdir}/scripts/context/lua/mtx-context.lua
%{_texmfdistdir}/scripts/context/lua/mtx-context.xml
%{_texmfdistdir}/scripts/context/lua/mtx-convert.lua
%{_texmfdistdir}/scripts/context/lua/mtx-epub.lua
%{_texmfdistdir}/scripts/context/lua/mtx-fcd.lua
%{_texmfdistdir}/scripts/context/lua/mtx-flac.lua
%{_texmfdistdir}/scripts/context/lua/mtx-fonts.lua
%{_texmfdistdir}/scripts/context/lua/mtx-grep.lua
%{_texmfdistdir}/scripts/context/lua/mtx-interface.lua
%{_texmfdistdir}/scripts/context/lua/mtx-metapost.lua
%{_texmfdistdir}/scripts/context/lua/mtx-metatex.lua
%{_texmfdistdir}/scripts/context/lua/mtx-mk-help.lua
%{_texmfdistdir}/scripts/context/lua/mtx-modules.lua
%{_texmfdistdir}/scripts/context/lua/mtx-mtxworks.lua
%{_texmfdistdir}/scripts/context/lua/mtx-package.lua
%{_texmfdistdir}/scripts/context/lua/mtx-patterns.lua
%{_texmfdistdir}/scripts/context/lua/mtx-pdf.lua
%{_texmfdistdir}/scripts/context/lua/mtx-plain.lua
%{_texmfdistdir}/scripts/context/lua/mtx-profile.lua
%{_texmfdistdir}/scripts/context/lua/mtx-rsync.lua
%{_texmfdistdir}/scripts/context/lua/mtx-scite.lua
%{_texmfdistdir}/scripts/context/lua/mtx-server-ctx-fonttest.lua
%{_texmfdistdir}/scripts/context/lua/mtx-server-ctx-help.lua
%{_texmfdistdir}/scripts/context/lua/mtx-server-ctx-startup.lua
%{_texmfdistdir}/scripts/context/lua/mtx-server.lua
%{_texmfdistdir}/scripts/context/lua/mtx-texworks.lua
%{_texmfdistdir}/scripts/context/lua/mtx-timing.lua
%{_texmfdistdir}/scripts/context/lua/mtx-tools.lua
%{_texmfdistdir}/scripts/context/lua/mtx-unzip.lua
%{_texmfdistdir}/scripts/context/lua/mtx-update.lua
%{_texmfdistdir}/scripts/context/lua/mtx-watch.lua
%{_texmfdistdir}/scripts/context/lua/mtxlibs.lua
%{_texmfdistdir}/scripts/context/lua/mtxrun.lua
%{_texmfdistdir}/scripts/context/perl/makempy.pl
%{_texmfdistdir}/scripts/context/perl/path_tre.pm
%{_texmfdistdir}/scripts/context/perl/pdftrimwhite.pl
%{_texmfdistdir}/scripts/context/perl/texfind.pl
%{_texmfdistdir}/scripts/context/perl/texfont.pl
%{_texmfdistdir}/scripts/context/ruby/base/ctx.rb
%{_texmfdistdir}/scripts/context/ruby/base/exa.rb
%{_texmfdistdir}/scripts/context/ruby/base/file.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpse.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpse/drb.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpse/soap.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpse/trees.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpsedirect.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpsefast.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpseremote.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpserunner.rb
%{_texmfdistdir}/scripts/context/ruby/base/logger.rb
%{_texmfdistdir}/scripts/context/ruby/base/merge.rb
%{_texmfdistdir}/scripts/context/ruby/base/mp.rb
%{_texmfdistdir}/scripts/context/ruby/base/pdf.rb
%{_texmfdistdir}/scripts/context/ruby/base/state.rb
%{_texmfdistdir}/scripts/context/ruby/base/switch.rb
%{_texmfdistdir}/scripts/context/ruby/base/system.rb
%{_texmfdistdir}/scripts/context/ruby/base/tex.rb
%{_texmfdistdir}/scripts/context/ruby/base/texutil.rb
%{_texmfdistdir}/scripts/context/ruby/base/tool.rb
%{_texmfdistdir}/scripts/context/ruby/base/variables.rb
%{_texmfdistdir}/scripts/context/ruby/concheck.rb
%{_texmfdistdir}/scripts/context/ruby/ctxtools.rb
%{_texmfdistdir}/scripts/context/ruby/graphics/gs.rb
%{_texmfdistdir}/scripts/context/ruby/graphics/inkscape.rb
%{_texmfdistdir}/scripts/context/ruby/graphics/magick.rb
%{_texmfdistdir}/scripts/context/ruby/imgtopdf.rb
%{_texmfdistdir}/scripts/context/ruby/pdftools.rb
%{_texmfdistdir}/scripts/context/ruby/pstopdf.rb
%{_texmfdistdir}/scripts/context/ruby/rlxtools.rb
%{_texmfdistdir}/scripts/context/ruby/rscortool.rb
%{_texmfdistdir}/scripts/context/ruby/rsfiltool.rb
%{_texmfdistdir}/scripts/context/ruby/rslibtool.rb
%{_texmfdistdir}/scripts/context/ruby/runtools.rb
%{_texmfdistdir}/scripts/context/ruby/texexec.rb
%{_texmfdistdir}/scripts/context/ruby/texmfstart.rb
%{_texmfdistdir}/scripts/context/ruby/textools.rb
%{_texmfdistdir}/scripts/context/ruby/texutil.rb
%{_texmfdistdir}/scripts/context/ruby/tmftools.rb
%{_texmfdistdir}/scripts/context/ruby/xmltools.rb
%{_texmfdistdir}/scripts/context/stubs/mswin/context.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/ctxtools.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/luatools.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/metatex.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/mtxrun.dll
%{_texmfdistdir}/scripts/context/stubs/mswin/mtxrun.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/mtxrun.lua
%{_texmfdistdir}/scripts/context/stubs/mswin/mtxworks.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/pstopdf.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/setuptex.bat
%{_texmfdistdir}/scripts/context/stubs/mswin/texexec.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/texmfstart.exe
%{_texmfdistdir}/scripts/context/stubs/source/mtxrun_dll.c
%{_texmfdistdir}/scripts/context/stubs/source/mtxrun_exe.c
%{_texmfdistdir}/scripts/context/stubs/source/readme.txt
%{_texmfdistdir}/scripts/context/stubs/unix/context
%{_texmfdistdir}/scripts/context/stubs/unix/ctxtools
%{_texmfdistdir}/scripts/context/stubs/unix/luatools
%{_texmfdistdir}/scripts/context/stubs/unix/metatex
%{_texmfdistdir}/scripts/context/stubs/unix/mptopdf
%{_texmfdistdir}/scripts/context/stubs/unix/mtxrun
%{_texmfdistdir}/scripts/context/stubs/unix/mtxworks
%{_texmfdistdir}/scripts/context/stubs/unix/pstopdf
%{_texmfdistdir}/scripts/context/stubs/unix/texexec
%{_texmfdistdir}/scripts/context/stubs/unix/texmfstart
%{_texmfdistdir}/tex/context/base/anch-bar.mkii
%{_texmfdistdir}/tex/context/base/anch-bar.mkiv
%{_texmfdistdir}/tex/context/base/anch-bck.mkvi
%{_texmfdistdir}/tex/context/base/anch-pgr.lua
%{_texmfdistdir}/tex/context/base/anch-pgr.mkii
%{_texmfdistdir}/tex/context/base/anch-pgr.mkiv
%{_texmfdistdir}/tex/context/base/anch-pos.lua
%{_texmfdistdir}/tex/context/base/anch-pos.mkii
%{_texmfdistdir}/tex/context/base/anch-pos.mkiv
%{_texmfdistdir}/tex/context/base/anch-snc.mkii
%{_texmfdistdir}/tex/context/base/anch-snc.mkiv
%{_texmfdistdir}/tex/context/base/anch-tab.mkiv
%{_texmfdistdir}/tex/context/base/attr-col.lua
%{_texmfdistdir}/tex/context/base/attr-col.mkiv
%{_texmfdistdir}/tex/context/base/attr-eff.lua
%{_texmfdistdir}/tex/context/base/attr-eff.mkiv
%{_texmfdistdir}/tex/context/base/attr-ini.lua
%{_texmfdistdir}/tex/context/base/attr-ini.mkiv
%{_texmfdistdir}/tex/context/base/attr-lay.lua
%{_texmfdistdir}/tex/context/base/attr-lay.mkiv
%{_texmfdistdir}/tex/context/base/attr-mkr.lua
%{_texmfdistdir}/tex/context/base/attr-mkr.mkiv
%{_texmfdistdir}/tex/context/base/attr-neg.lua
%{_texmfdistdir}/tex/context/base/attr-neg.mkiv
%{_texmfdistdir}/tex/context/base/back-exp.lua
%{_texmfdistdir}/tex/context/base/back-exp.mkiv
%{_texmfdistdir}/tex/context/base/back-ini.lua
%{_texmfdistdir}/tex/context/base/back-ini.mkiv
%{_texmfdistdir}/tex/context/base/back-pdf.lua
%{_texmfdistdir}/tex/context/base/back-pdf.mkiv
%{_texmfdistdir}/tex/context/base/back-swf.mkiv
%{_texmfdistdir}/tex/context/base/back-u3d.mkiv
%{_texmfdistdir}/tex/context/base/bibl-bib.lua
%{_texmfdistdir}/tex/context/base/bibl-bib.mkiv
%{_texmfdistdir}/tex/context/base/bibl-tra.lua
%{_texmfdistdir}/tex/context/base/bibl-tra.mkii
%{_texmfdistdir}/tex/context/base/bibl-tra.mkiv
%{_texmfdistdir}/tex/context/base/bibl-tst.lua
%{_texmfdistdir}/tex/context/base/blob-ini.lua
%{_texmfdistdir}/tex/context/base/blob-ini.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-default.lua
%{_texmfdistdir}/tex/context/base/buff-imp-default.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-escaped.lua
%{_texmfdistdir}/tex/context/base/buff-imp-escaped.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-lua.lua
%{_texmfdistdir}/tex/context/base/buff-imp-lua.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-mp.lua
%{_texmfdistdir}/tex/context/base/buff-imp-mp.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-nested.lua
%{_texmfdistdir}/tex/context/base/buff-imp-nested.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-parsed-xml.lua
%{_texmfdistdir}/tex/context/base/buff-imp-parsed-xml.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-tex.lua
%{_texmfdistdir}/tex/context/base/buff-imp-tex.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-xml.lua
%{_texmfdistdir}/tex/context/base/buff-imp-xml.mkiv
%{_texmfdistdir}/tex/context/base/buff-ini.lua
%{_texmfdistdir}/tex/context/base/buff-ini.mkii
%{_texmfdistdir}/tex/context/base/buff-ini.mkiv
%{_texmfdistdir}/tex/context/base/buff-par.lua
%{_texmfdistdir}/tex/context/base/buff-par.mkvi
%{_texmfdistdir}/tex/context/base/buff-ver.lua
%{_texmfdistdir}/tex/context/base/buff-ver.mkii
%{_texmfdistdir}/tex/context/base/buff-ver.mkiv
%{_texmfdistdir}/tex/context/base/bxml-apa.mkiv
%{_texmfdistdir}/tex/context/base/catc-act.mkii
%{_texmfdistdir}/tex/context/base/catc-act.mkiv
%{_texmfdistdir}/tex/context/base/catc-ctx.mkii
%{_texmfdistdir}/tex/context/base/catc-ctx.mkiv
%{_texmfdistdir}/tex/context/base/catc-def.mkii
%{_texmfdistdir}/tex/context/base/catc-def.mkiv
%{_texmfdistdir}/tex/context/base/catc-ini.lua
%{_texmfdistdir}/tex/context/base/catc-ini.mkii
%{_texmfdistdir}/tex/context/base/catc-ini.mkiv
%{_texmfdistdir}/tex/context/base/catc-sym.mkii
%{_texmfdistdir}/tex/context/base/catc-sym.mkiv
%{_texmfdistdir}/tex/context/base/catc-xml.mkii
%{_texmfdistdir}/tex/context/base/catc-xml.mkiv
%{_texmfdistdir}/tex/context/base/char-act.mkiv
%{_texmfdistdir}/tex/context/base/char-cjk.lua
%{_texmfdistdir}/tex/context/base/char-def.lua
%{_texmfdistdir}/tex/context/base/char-enc.lua
%{_texmfdistdir}/tex/context/base/char-enc.mkiv
%{_texmfdistdir}/tex/context/base/char-ent.lua
%{_texmfdistdir}/tex/context/base/char-ini.lua
%{_texmfdistdir}/tex/context/base/char-ini.mkiv
%{_texmfdistdir}/tex/context/base/char-map.lua
%{_texmfdistdir}/tex/context/base/char-tex.lua
%{_texmfdistdir}/tex/context/base/char-utf.lua
%{_texmfdistdir}/tex/context/base/char-utf.mkiv
%{_texmfdistdir}/tex/context/base/chem-ini.lua
%{_texmfdistdir}/tex/context/base/chem-ini.mkiv
%{_texmfdistdir}/tex/context/base/chem-str.lua
%{_texmfdistdir}/tex/context/base/chem-str.mkiv
%{_texmfdistdir}/tex/context/base/cldf-bas.lua
%{_texmfdistdir}/tex/context/base/cldf-bas.mkiv
%{_texmfdistdir}/tex/context/base/cldf-com.lua
%{_texmfdistdir}/tex/context/base/cldf-com.mkiv
%{_texmfdistdir}/tex/context/base/cldf-ini.lua
%{_texmfdistdir}/tex/context/base/cldf-ini.mkiv
%{_texmfdistdir}/tex/context/base/cldf-int.lua
%{_texmfdistdir}/tex/context/base/cldf-int.mkiv
%{_texmfdistdir}/tex/context/base/cldf-prs.lua
%{_texmfdistdir}/tex/context/base/cldf-ver.lua
%{_texmfdistdir}/tex/context/base/cldf-ver.mkiv
%{_texmfdistdir}/tex/context/base/colo-ema.mkii
%{_texmfdistdir}/tex/context/base/colo-ext.mkii
%{_texmfdistdir}/tex/context/base/colo-ext.mkiv
%{_texmfdistdir}/tex/context/base/colo-grp.mkiv
%{_texmfdistdir}/tex/context/base/colo-hex.mkii
%{_texmfdistdir}/tex/context/base/colo-icc.lua
%{_texmfdistdir}/tex/context/base/colo-imp-dem.mkiv
%{_texmfdistdir}/tex/context/base/colo-imp-ema.mkiv
%{_texmfdistdir}/tex/context/base/colo-imp-rgb.mkiv
%{_texmfdistdir}/tex/context/base/colo-imp-x11.mkiv
%{_texmfdistdir}/tex/context/base/colo-imp-xwi.mkiv
%{_texmfdistdir}/tex/context/base/colo-ini.lua
%{_texmfdistdir}/tex/context/base/colo-ini.mkii
%{_texmfdistdir}/tex/context/base/colo-ini.mkiv
%{_texmfdistdir}/tex/context/base/colo-rgb.mkii
%{_texmfdistdir}/tex/context/base/colo-run.lua
%{_texmfdistdir}/tex/context/base/colo-run.mkii
%{_texmfdistdir}/tex/context/base/colo-run.mkiv
%{_texmfdistdir}/tex/context/base/colo-x11.mkii
%{_texmfdistdir}/tex/context/base/colo-xwi.mkii
%{_texmfdistdir}/tex/context/base/cont-cs.mkii
%{_texmfdistdir}/tex/context/base/cont-cs.mkiv
%{_texmfdistdir}/tex/context/base/cont-de.mkii
%{_texmfdistdir}/tex/context/base/cont-de.mkiv
%{_texmfdistdir}/tex/context/base/cont-en.mkii
%{_texmfdistdir}/tex/context/base/cont-en.mkiv
%{_texmfdistdir}/tex/context/base/cont-err.mkii
%{_texmfdistdir}/tex/context/base/cont-fil.mkii
%{_texmfdistdir}/tex/context/base/cont-fil.mkiv
%{_texmfdistdir}/tex/context/base/cont-fr.mkii
%{_texmfdistdir}/tex/context/base/cont-fr.mkiv
%{_texmfdistdir}/tex/context/base/cont-gb.mkii
%{_texmfdistdir}/tex/context/base/cont-gb.mkiv
%{_texmfdistdir}/tex/context/base/cont-it.mkii
%{_texmfdistdir}/tex/context/base/cont-it.mkiv
%{_texmfdistdir}/tex/context/base/cont-log.mkii
%{_texmfdistdir}/tex/context/base/cont-log.mkiv
%{_texmfdistdir}/tex/context/base/cont-new.mkii
%{_texmfdistdir}/tex/context/base/cont-new.mkiv
%{_texmfdistdir}/tex/context/base/cont-new.tmp
%{_texmfdistdir}/tex/context/base/cont-nl.mkii
%{_texmfdistdir}/tex/context/base/cont-nl.mkiv
%{_texmfdistdir}/tex/context/base/cont-nop.mkiv
%{_texmfdistdir}/tex/context/base/cont-pe.mkiv
%{_texmfdistdir}/tex/context/base/cont-ro.mkii
%{_texmfdistdir}/tex/context/base/cont-ro.mkiv
%{_texmfdistdir}/tex/context/base/cont-sys.ori
%{_texmfdistdir}/tex/context/base/cont-yes.mkiv
%{_texmfdistdir}/tex/context/base/context-base.lmx
%{_texmfdistdir}/tex/context/base/context-characters.lmx
%{_texmfdistdir}/tex/context/base/context-debug.lmx
%{_texmfdistdir}/tex/context/base/context-error.lmx
%{_texmfdistdir}/tex/context/base/context-fonttest.lmx
%{_texmfdistdir}/tex/context/base/context-help.lmx
%{_texmfdistdir}/tex/context/base/context-timing.lmx
%{_texmfdistdir}/tex/context/base/context-version.pdf
%{_texmfdistdir}/tex/context/base/context-version.png
%{_texmfdistdir}/tex/context/base/context.css
%{_texmfdistdir}/tex/context/base/context.lus
%{_texmfdistdir}/tex/context/base/context.mkii
%{_texmfdistdir}/tex/context/base/context.mkiv
%{_texmfdistdir}/tex/context/base/context.rme
%{_texmfdistdir}/tex/context/base/context.tmp
%{_texmfdistdir}/tex/context/base/core-con.lua
%{_texmfdistdir}/tex/context/base/core-con.mkii
%{_texmfdistdir}/tex/context/base/core-con.mkiv
%{_texmfdistdir}/tex/context/base/core-ctx.ctx
%{_texmfdistdir}/tex/context/base/core-ctx.lua
%{_texmfdistdir}/tex/context/base/core-ctx.mkii
%{_texmfdistdir}/tex/context/base/core-ctx.mkiv
%{_texmfdistdir}/tex/context/base/core-dat.lua
%{_texmfdistdir}/tex/context/base/core-dat.mkiv
%{_texmfdistdir}/tex/context/base/core-def.mkii
%{_texmfdistdir}/tex/context/base/core-def.mkiv
%{_texmfdistdir}/tex/context/base/core-env.lua
%{_texmfdistdir}/tex/context/base/core-env.mkii
%{_texmfdistdir}/tex/context/base/core-env.mkiv
%{_texmfdistdir}/tex/context/base/core-fil.mkii
%{_texmfdistdir}/tex/context/base/core-fnt.mkii
%{_texmfdistdir}/tex/context/base/core-gen.mkii
%{_texmfdistdir}/tex/context/base/core-ini.mkii
%{_texmfdistdir}/tex/context/base/core-ini.mkiv
%{_texmfdistdir}/tex/context/base/core-job.mkii
%{_texmfdistdir}/tex/context/base/core-mis.mkii
%{_texmfdistdir}/tex/context/base/core-par.mkii
%{_texmfdistdir}/tex/context/base/core-stg.mkii
%{_texmfdistdir}/tex/context/base/core-sys.lua
%{_texmfdistdir}/tex/context/base/core-sys.mkii
%{_texmfdistdir}/tex/context/base/core-sys.mkiv
%{_texmfdistdir}/tex/context/base/core-two.lua
%{_texmfdistdir}/tex/context/base/core-two.mkii
%{_texmfdistdir}/tex/context/base/core-two.mkiv
%{_texmfdistdir}/tex/context/base/core-uti.lua
%{_texmfdistdir}/tex/context/base/core-uti.mkii
%{_texmfdistdir}/tex/context/base/core-uti.mkiv
%{_texmfdistdir}/tex/context/base/core-var.mkii
%{_texmfdistdir}/tex/context/base/data-aux.lua
%{_texmfdistdir}/tex/context/base/data-bin.lua
%{_texmfdistdir}/tex/context/base/data-con.lua
%{_texmfdistdir}/tex/context/base/data-crl.lua
%{_texmfdistdir}/tex/context/base/data-ctx.lua
%{_texmfdistdir}/tex/context/base/data-env.lua
%{_texmfdistdir}/tex/context/base/data-exp.lua
%{_texmfdistdir}/tex/context/base/data-fil.lua
%{_texmfdistdir}/tex/context/base/data-gen.lua
%{_texmfdistdir}/tex/context/base/data-ini.lua
%{_texmfdistdir}/tex/context/base/data-inp.lua
%{_texmfdistdir}/tex/context/base/data-lst.lua
%{_texmfdistdir}/tex/context/base/data-lua.lua
%{_texmfdistdir}/tex/context/base/data-met.lua
%{_texmfdistdir}/tex/context/base/data-out.lua
%{_texmfdistdir}/tex/context/base/data-pre.lua
%{_texmfdistdir}/tex/context/base/data-res.lua
%{_texmfdistdir}/tex/context/base/data-sch.lua
%{_texmfdistdir}/tex/context/base/data-tex.lua
%{_texmfdistdir}/tex/context/base/data-tmf.lua
%{_texmfdistdir}/tex/context/base/data-tmp.lua
%{_texmfdistdir}/tex/context/base/data-tre.lua
%{_texmfdistdir}/tex/context/base/data-use.lua
%{_texmfdistdir}/tex/context/base/data-vir.lua
%{_texmfdistdir}/tex/context/base/data-zip.lua
%{_texmfdistdir}/tex/context/base/enco-032.mkii
%{_texmfdistdir}/tex/context/base/enco-037.mkii
%{_texmfdistdir}/tex/context/base/enco-acc.mkii
%{_texmfdistdir}/tex/context/base/enco-agr.mkii
%{_texmfdistdir}/tex/context/base/enco-ans.mkii
%{_texmfdistdir}/tex/context/base/enco-cas.mkii
%{_texmfdistdir}/tex/context/base/enco-chi.mkii
%{_texmfdistdir}/tex/context/base/enco-com.mkii
%{_texmfdistdir}/tex/context/base/enco-cyr.mkii
%{_texmfdistdir}/tex/context/base/enco-def.mkii
%{_texmfdistdir}/tex/context/base/enco-ec.mkii
%{_texmfdistdir}/tex/context/base/enco-ecm.mkii
%{_texmfdistdir}/tex/context/base/enco-el.mkii
%{_texmfdistdir}/tex/context/base/enco-fde.mkii
%{_texmfdistdir}/tex/context/base/enco-ffr.mkii
%{_texmfdistdir}/tex/context/base/enco-fpl.mkii
%{_texmfdistdir}/tex/context/base/enco-fro.mkii
%{_texmfdistdir}/tex/context/base/enco-fsl.mkii
%{_texmfdistdir}/tex/context/base/enco-grk.mkii
%{_texmfdistdir}/tex/context/base/enco-heb.mkii
%{_texmfdistdir}/tex/context/base/enco-ibm.mkii
%{_texmfdistdir}/tex/context/base/enco-il2.mkii
%{_texmfdistdir}/tex/context/base/enco-ini.mkii
%{_texmfdistdir}/tex/context/base/enco-ini.mkiv
%{_texmfdistdir}/tex/context/base/enco-l7x.mkii
%{_texmfdistdir}/tex/context/base/enco-lat.mkii
%{_texmfdistdir}/tex/context/base/enco-mis.mkii
%{_texmfdistdir}/tex/context/base/enco-pdf.mkii
%{_texmfdistdir}/tex/context/base/enco-pfr.mkii
%{_texmfdistdir}/tex/context/base/enco-pol.mkii
%{_texmfdistdir}/tex/context/base/enco-qx.mkii
%{_texmfdistdir}/tex/context/base/enco-raw.mkii
%{_texmfdistdir}/tex/context/base/enco-run.mkii
%{_texmfdistdir}/tex/context/base/enco-t5.mkii
%{_texmfdistdir}/tex/context/base/enco-tbo.mkii
%{_texmfdistdir}/tex/context/base/enco-uc.mkii
%{_texmfdistdir}/tex/context/base/enco-vis.mkii
%{_texmfdistdir}/tex/context/base/enco-vna.mkii
%{_texmfdistdir}/tex/context/base/enco-win.mkii
%{_texmfdistdir}/tex/context/base/enco-x5.mkii
%{_texmfdistdir}/tex/context/base/export-example.css
%{_texmfdistdir}/tex/context/base/export-example.rng
%{_texmfdistdir}/tex/context/base/export-example.tex
%{_texmfdistdir}/tex/context/base/file-ini.lua
%{_texmfdistdir}/tex/context/base/file-ini.mkvi
%{_texmfdistdir}/tex/context/base/file-job.lua
%{_texmfdistdir}/tex/context/base/file-job.mkvi
%{_texmfdistdir}/tex/context/base/file-lib.lua
%{_texmfdistdir}/tex/context/base/file-lib.mkvi
%{_texmfdistdir}/tex/context/base/file-mod.lua
%{_texmfdistdir}/tex/context/base/file-mod.mkvi
%{_texmfdistdir}/tex/context/base/file-res.lua
%{_texmfdistdir}/tex/context/base/file-res.mkvi
%{_texmfdistdir}/tex/context/base/file-syn.lua
%{_texmfdistdir}/tex/context/base/file-syn.mkvi
%{_texmfdistdir}/tex/context/base/filt-bas.mkii
%{_texmfdistdir}/tex/context/base/filt-ini.mkii
%{_texmfdistdir}/tex/context/base/font-afk.lua
%{_texmfdistdir}/tex/context/base/font-afm.lua
%{_texmfdistdir}/tex/context/base/font-age.lua
%{_texmfdistdir}/tex/context/base/font-agl.lua
%{_texmfdistdir}/tex/context/base/font-arb.mkii
%{_texmfdistdir}/tex/context/base/font-aux.lua
%{_texmfdistdir}/tex/context/base/font-aux.mkvi
%{_texmfdistdir}/tex/context/base/font-bfm.mkii
%{_texmfdistdir}/tex/context/base/font-chi.mkii
%{_texmfdistdir}/tex/context/base/font-chk.lua
%{_texmfdistdir}/tex/context/base/font-chk.mkiv
%{_texmfdistdir}/tex/context/base/font-cid.lua
%{_texmfdistdir}/tex/context/base/font-col.lua
%{_texmfdistdir}/tex/context/base/font-col.mkvi
%{_texmfdistdir}/tex/context/base/font-con.lua
%{_texmfdistdir}/tex/context/base/font-ctx.lua
%{_texmfdistdir}/tex/context/base/font-def.lua
%{_texmfdistdir}/tex/context/base/font-emp.mkvi
%{_texmfdistdir}/tex/context/base/font-enc.lua
%{_texmfdistdir}/tex/context/base/font-enh.lua
%{_texmfdistdir}/tex/context/base/font-ext.lua
%{_texmfdistdir}/tex/context/base/font-fbk.lua
%{_texmfdistdir}/tex/context/base/font-fea.mkvi
%{_texmfdistdir}/tex/context/base/font-fil.mkvi
%{_texmfdistdir}/tex/context/base/font-gds.lua
%{_texmfdistdir}/tex/context/base/font-gds.mkvi
%{_texmfdistdir}/tex/context/base/font-heb.mkii
%{_texmfdistdir}/tex/context/base/font-hsh.lua
%{_texmfdistdir}/tex/context/base/font-ini.lua
%{_texmfdistdir}/tex/context/base/font-ini.mkii
%{_texmfdistdir}/tex/context/base/font-ini.mkvi
%{_texmfdistdir}/tex/context/base/font-jap.mkii
%{_texmfdistdir}/tex/context/base/font-ldr.lua
%{_texmfdistdir}/tex/context/base/font-lib.mkvi
%{_texmfdistdir}/tex/context/base/font-log.lua
%{_texmfdistdir}/tex/context/base/font-lua.lua
%{_texmfdistdir}/tex/context/base/font-map.lua
%{_texmfdistdir}/tex/context/base/font-mat.mkvi
%{_texmfdistdir}/tex/context/base/font-mis.lua
%{_texmfdistdir}/tex/context/base/font-nod.lua
%{_texmfdistdir}/tex/context/base/font-odk.lua
%{_texmfdistdir}/tex/context/base/font-odv.lua
%{_texmfdistdir}/tex/context/base/font-ota.lua
%{_texmfdistdir}/tex/context/base/font-otb.lua
%{_texmfdistdir}/tex/context/base/font-otc.lua
%{_texmfdistdir}/tex/context/base/font-otd.lua
%{_texmfdistdir}/tex/context/base/font-otf.lua
%{_texmfdistdir}/tex/context/base/font-oth.lua
%{_texmfdistdir}/tex/context/base/font-oti.lua
%{_texmfdistdir}/tex/context/base/font-otn.lua
%{_texmfdistdir}/tex/context/base/font-otp.lua
%{_texmfdistdir}/tex/context/base/font-ott.lua
%{_texmfdistdir}/tex/context/base/font-otx.lua
%{_texmfdistdir}/tex/context/base/font-pat.lua
%{_texmfdistdir}/tex/context/base/font-pre.mkiv
%{_texmfdistdir}/tex/context/base/font-run.mkii
%{_texmfdistdir}/tex/context/base/font-run.mkiv
%{_texmfdistdir}/tex/context/base/font-set.mkvi
%{_texmfdistdir}/tex/context/base/font-sol.lua
%{_texmfdistdir}/tex/context/base/font-sol.mkvi
%{_texmfdistdir}/tex/context/base/font-sty.mkvi
%{_texmfdistdir}/tex/context/base/font-sym.mkvi
%{_texmfdistdir}/tex/context/base/font-syn.lua
%{_texmfdistdir}/tex/context/base/font-tfm.lua
%{_texmfdistdir}/tex/context/base/font-tra.mkiv
%{_texmfdistdir}/tex/context/base/font-trt.lua
%{_texmfdistdir}/tex/context/base/font-uni.mkii
%{_texmfdistdir}/tex/context/base/font-uni.mkiv
%{_texmfdistdir}/tex/context/base/font-unk.mkii
%{_texmfdistdir}/tex/context/base/font-unk.mkiv
%{_texmfdistdir}/tex/context/base/font-var.mkvi
%{_texmfdistdir}/tex/context/base/font-vf.lua
%{_texmfdistdir}/tex/context/base/font-xtx.mkii
%{_texmfdistdir}/tex/context/base/grph-epd.lua
%{_texmfdistdir}/tex/context/base/grph-epd.mkiv
%{_texmfdistdir}/tex/context/base/grph-fig.mkii
%{_texmfdistdir}/tex/context/base/grph-fig.mkiv
%{_texmfdistdir}/tex/context/base/grph-fil.lua
%{_texmfdistdir}/tex/context/base/grph-inc.lua
%{_texmfdistdir}/tex/context/base/grph-inc.mkii
%{_texmfdistdir}/tex/context/base/grph-inc.mkiv
%{_texmfdistdir}/tex/context/base/grph-raw.lua
%{_texmfdistdir}/tex/context/base/grph-raw.mkiv
%{_texmfdistdir}/tex/context/base/grph-swf.lua
%{_texmfdistdir}/tex/context/base/grph-trf.mkii
%{_texmfdistdir}/tex/context/base/grph-trf.mkiv
%{_texmfdistdir}/tex/context/base/grph-u3d.lua
%{_texmfdistdir}/tex/context/base/grph-wnd.lua
%{_texmfdistdir}/tex/context/base/hand-def.mkii
%{_texmfdistdir}/tex/context/base/hand-ini.mkii
%{_texmfdistdir}/tex/context/base/hand-ini.mkiv
%{_texmfdistdir}/tex/context/base/java-ans.mkii
%{_texmfdistdir}/tex/context/base/java-exa.mkii
%{_texmfdistdir}/tex/context/base/java-fil.mkii
%{_texmfdistdir}/tex/context/base/java-fld.mkii
%{_texmfdistdir}/tex/context/base/java-imp-exa.mkiv
%{_texmfdistdir}/tex/context/base/java-imp-fil.mkiv
%{_texmfdistdir}/tex/context/base/java-imp-fld.mkiv
%{_texmfdistdir}/tex/context/base/java-imp-rhh.mkiv
%{_texmfdistdir}/tex/context/base/java-imp-stp.mkiv
%{_texmfdistdir}/tex/context/base/java-ini.lua
%{_texmfdistdir}/tex/context/base/java-ini.mkii
%{_texmfdistdir}/tex/context/base/java-ini.mkiv
%{_texmfdistdir}/tex/context/base/java-stp.mkii
%{_texmfdistdir}/tex/context/base/l-boolean.lua
%{_texmfdistdir}/tex/context/base/l-dir.lua
%{_texmfdistdir}/tex/context/base/l-file.lua
%{_texmfdistdir}/tex/context/base/l-function.lua
%{_texmfdistdir}/tex/context/base/l-gzip.lua
%{_texmfdistdir}/tex/context/base/l-io.lua
%{_texmfdistdir}/tex/context/base/l-lpeg.lua
%{_texmfdistdir}/tex/context/base/l-lua.lua
%{_texmfdistdir}/tex/context/base/l-math.lua
%{_texmfdistdir}/tex/context/base/l-md5.lua
%{_texmfdistdir}/tex/context/base/l-number.lua
%{_texmfdistdir}/tex/context/base/l-os.lua
%{_texmfdistdir}/tex/context/base/l-package.lua
%{_texmfdistdir}/tex/context/base/l-pdfview.lua
%{_texmfdistdir}/tex/context/base/l-set.lua
%{_texmfdistdir}/tex/context/base/l-string.lua
%{_texmfdistdir}/tex/context/base/l-table.lua
%{_texmfdistdir}/tex/context/base/l-unicode.lua
%{_texmfdistdir}/tex/context/base/l-url.lua
%{_texmfdistdir}/tex/context/base/l-xml.lua
%{_texmfdistdir}/tex/context/base/lang-all.xml
%{_texmfdistdir}/tex/context/base/lang-alt.mkii
%{_texmfdistdir}/tex/context/base/lang-ana.mkii
%{_texmfdistdir}/tex/context/base/lang-art.mkii
%{_texmfdistdir}/tex/context/base/lang-bal.mkii
%{_texmfdistdir}/tex/context/base/lang-cel.mkii
%{_texmfdistdir}/tex/context/base/lang-chi.mkii
%{_texmfdistdir}/tex/context/base/lang-ctx.mkii
%{_texmfdistdir}/tex/context/base/lang-cyr.mkii
%{_texmfdistdir}/tex/context/base/lang-def.lua
%{_texmfdistdir}/tex/context/base/lang-def.mkiv
%{_texmfdistdir}/tex/context/base/lang-dis.mkii
%{_texmfdistdir}/tex/context/base/lang-frd.mkii
%{_texmfdistdir}/tex/context/base/lang-frd.mkiv
%{_texmfdistdir}/tex/context/base/lang-frq-de.lua
%{_texmfdistdir}/tex/context/base/lang-frq-en.lua
%{_texmfdistdir}/tex/context/base/lang-frq-nl.lua
%{_texmfdistdir}/tex/context/base/lang-frq.mkii
%{_texmfdistdir}/tex/context/base/lang-frq.mkiv
%{_texmfdistdir}/tex/context/base/lang-ger.mkii
%{_texmfdistdir}/tex/context/base/lang-grk.mkii
%{_texmfdistdir}/tex/context/base/lang-ind.mkii
%{_texmfdistdir}/tex/context/base/lang-ini.lua
%{_texmfdistdir}/tex/context/base/lang-ini.mkii
%{_texmfdistdir}/tex/context/base/lang-ini.mkiv
%{_texmfdistdir}/tex/context/base/lang-ita.mkii
%{_texmfdistdir}/tex/context/base/lang-jap.mkii
%{_texmfdistdir}/tex/context/base/lang-lab.lua
%{_texmfdistdir}/tex/context/base/lang-lab.mkii
%{_texmfdistdir}/tex/context/base/lang-lab.mkiv
%{_texmfdistdir}/tex/context/base/lang-mis.mkii
%{_texmfdistdir}/tex/context/base/lang-mis.mkiv
%{_texmfdistdir}/tex/context/base/lang-run.mkii
%{_texmfdistdir}/tex/context/base/lang-sla.mkii
%{_texmfdistdir}/tex/context/base/lang-spa.mkii
%{_texmfdistdir}/tex/context/base/lang-spa.mkiv
%{_texmfdistdir}/tex/context/base/lang-spe.mkii
%{_texmfdistdir}/tex/context/base/lang-txt.lua
%{_texmfdistdir}/tex/context/base/lang-ura.mkii
%{_texmfdistdir}/tex/context/base/lang-url.lua
%{_texmfdistdir}/tex/context/base/lang-url.mkii
%{_texmfdistdir}/tex/context/base/lang-url.mkiv
%{_texmfdistdir}/tex/context/base/lang-vn.mkii
%{_texmfdistdir}/tex/context/base/lang-wrd.lua
%{_texmfdistdir}/tex/context/base/lang-wrd.mkiv
%{_texmfdistdir}/tex/context/base/layo-ini.lua
%{_texmfdistdir}/tex/context/base/layo-ini.mkiv
%{_texmfdistdir}/tex/context/base/lpdf-ano.lua
%{_texmfdistdir}/tex/context/base/lpdf-col.lua
%{_texmfdistdir}/tex/context/base/lpdf-enc.lua
%{_texmfdistdir}/tex/context/base/lpdf-epa.lua
%{_texmfdistdir}/tex/context/base/lpdf-epd.lua
%{_texmfdistdir}/tex/context/base/lpdf-fld.lua
%{_texmfdistdir}/tex/context/base/lpdf-fmt.lua
%{_texmfdistdir}/tex/context/base/lpdf-grp.lua
%{_texmfdistdir}/tex/context/base/lpdf-ini.lua
%{_texmfdistdir}/tex/context/base/lpdf-mis.lua
%{_texmfdistdir}/tex/context/base/lpdf-mov.lua
%{_texmfdistdir}/tex/context/base/lpdf-nod.lua
%{_texmfdistdir}/tex/context/base/lpdf-pda.xml
%{_texmfdistdir}/tex/context/base/lpdf-pdx.xml
%{_texmfdistdir}/tex/context/base/lpdf-ren.lua
%{_texmfdistdir}/tex/context/base/lpdf-swf.lua
%{_texmfdistdir}/tex/context/base/lpdf-tag.lua
%{_texmfdistdir}/tex/context/base/lpdf-u3d.lua
%{_texmfdistdir}/tex/context/base/lpdf-wid.lua
%{_texmfdistdir}/tex/context/base/lpdf-xmp.lua
%{_texmfdistdir}/tex/context/base/luat-bas.mkiv
%{_texmfdistdir}/tex/context/base/luat-bwc.lua
%{_texmfdistdir}/tex/context/base/luat-cbk.lua
%{_texmfdistdir}/tex/context/base/luat-cnf.lua
%{_texmfdistdir}/tex/context/base/luat-cod.lua
%{_texmfdistdir}/tex/context/base/luat-cod.mkiv
%{_texmfdistdir}/tex/context/base/luat-env.lua
%{_texmfdistdir}/tex/context/base/luat-exe.lua
%{_texmfdistdir}/tex/context/base/luat-fio.lua
%{_texmfdistdir}/tex/context/base/luat-fmt.lua
%{_texmfdistdir}/tex/context/base/luat-ini.lua
%{_texmfdistdir}/tex/context/base/luat-ini.mkiv
%{_texmfdistdir}/tex/context/base/luat-iop.lua
%{_texmfdistdir}/tex/context/base/luat-lib.mkiv
%{_texmfdistdir}/tex/context/base/luat-lua.lua
%{_texmfdistdir}/tex/context/base/luat-mac.lua
%{_texmfdistdir}/tex/context/base/luat-run.lua
%{_texmfdistdir}/tex/context/base/luat-soc.lua
%{_texmfdistdir}/tex/context/base/luat-sta.lua
%{_texmfdistdir}/tex/context/base/luat-sto.lua
%{_texmfdistdir}/tex/context/base/lxml-aux.lua
%{_texmfdistdir}/tex/context/base/lxml-css.lua
%{_texmfdistdir}/tex/context/base/lxml-css.mkiv
%{_texmfdistdir}/tex/context/base/lxml-ctx.lua
%{_texmfdistdir}/tex/context/base/lxml-ctx.mkiv
%{_texmfdistdir}/tex/context/base/lxml-dir.lua
%{_texmfdistdir}/tex/context/base/lxml-ent.lua
%{_texmfdistdir}/tex/context/base/lxml-inf.lua
%{_texmfdistdir}/tex/context/base/lxml-ini.mkiv
%{_texmfdistdir}/tex/context/base/lxml-lpt.lua
%{_texmfdistdir}/tex/context/base/lxml-mis.lua
%{_texmfdistdir}/tex/context/base/lxml-sor.lua
%{_texmfdistdir}/tex/context/base/lxml-sor.mkiv
%{_texmfdistdir}/tex/context/base/lxml-tab.lua
%{_texmfdistdir}/tex/context/base/lxml-tex.lua
%{_texmfdistdir}/tex/context/base/lxml-xml.lua
%{_texmfdistdir}/tex/context/base/m-arabtex.mkii
%{_texmfdistdir}/tex/context/base/m-barcodes.mkiv
%{_texmfdistdir}/tex/context/base/m-chart.lua
%{_texmfdistdir}/tex/context/base/m-chart.mkii
%{_texmfdistdir}/tex/context/base/m-chart.mkvi
%{_texmfdistdir}/tex/context/base/m-chemic.mkii
%{_texmfdistdir}/tex/context/base/m-chemic.mkiv
%{_texmfdistdir}/tex/context/base/m-cweb.tex
%{_texmfdistdir}/tex/context/base/m-database.lua
%{_texmfdistdir}/tex/context/base/m-database.mkii
%{_texmfdistdir}/tex/context/base/m-database.mkiv
%{_texmfdistdir}/tex/context/base/m-datastrc.tex
%{_texmfdistdir}/tex/context/base/m-directives.mkiv
%{_texmfdistdir}/tex/context/base/m-dratex.mkii
%{_texmfdistdir}/tex/context/base/m-edtsnc.mkii
%{_texmfdistdir}/tex/context/base/m-educat.tex
%{_texmfdistdir}/tex/context/base/m-fields.mkiv
%{_texmfdistdir}/tex/context/base/m-format.tex
%{_texmfdistdir}/tex/context/base/m-graph.mkii
%{_texmfdistdir}/tex/context/base/m-graph.mkiv
%{_texmfdistdir}/tex/context/base/m-ipsum.mkiv
%{_texmfdistdir}/tex/context/base/m-json.mkiv
%{_texmfdistdir}/tex/context/base/m-layout.tex
%{_texmfdistdir}/tex/context/base/m-level.mkii
%{_texmfdistdir}/tex/context/base/m-logcategories.mkiv
%{_texmfdistdir}/tex/context/base/m-markdown.lua
%{_texmfdistdir}/tex/context/base/m-markdown.mkiv
%{_texmfdistdir}/tex/context/base/m-mathcrap.mkiv
%{_texmfdistdir}/tex/context/base/m-mkii.mkiv
%{_texmfdistdir}/tex/context/base/m-mkivhacks.mkiv
%{_texmfdistdir}/tex/context/base/m-morse.mkvi
%{_texmfdistdir}/tex/context/base/m-narrowtt.tex
%{_texmfdistdir}/tex/context/base/m-newmat.tex
%{_texmfdistdir}/tex/context/base/m-nodechart.mkvi
%{_texmfdistdir}/tex/context/base/m-ntb-to-xtb.mkiv
%{_texmfdistdir}/tex/context/base/m-obsolete.mkii
%{_texmfdistdir}/tex/context/base/m-obsolete.mkiv
%{_texmfdistdir}/tex/context/base/m-oldfun.mkiv
%{_texmfdistdir}/tex/context/base/m-oldnum.mkiv
%{_texmfdistdir}/tex/context/base/m-pdfsnc.mkii
%{_texmfdistdir}/tex/context/base/m-pictex.tex
%{_texmfdistdir}/tex/context/base/m-pstricks.lua
%{_texmfdistdir}/tex/context/base/m-pstricks.mkii
%{_texmfdistdir}/tex/context/base/m-pstricks.mkiv
%{_texmfdistdir}/tex/context/base/m-punk.mkiv
%{_texmfdistdir}/tex/context/base/m-r.tex
%{_texmfdistdir}/tex/context/base/m-spreadsheet.lua
%{_texmfdistdir}/tex/context/base/m-spreadsheet.mkiv
%{_texmfdistdir}/tex/context/base/m-sql.mkiv
%{_texmfdistdir}/tex/context/base/m-steps.lua
%{_texmfdistdir}/tex/context/base/m-steps.mkii
%{_texmfdistdir}/tex/context/base/m-steps.mkvi
%{_texmfdistdir}/tex/context/base/m-streams.tex
%{_texmfdistdir}/tex/context/base/m-subsub.tex
%{_texmfdistdir}/tex/context/base/m-tex4ht.mkii
%{_texmfdistdir}/tex/context/base/m-timing.mkiv
%{_texmfdistdir}/tex/context/base/m-trackers.mkiv
%{_texmfdistdir}/tex/context/base/m-translate.mkiv
%{_texmfdistdir}/tex/context/base/m-units.mkii
%{_texmfdistdir}/tex/context/base/m-units.mkiv
%{_texmfdistdir}/tex/context/base/m-visual.mkii
%{_texmfdistdir}/tex/context/base/m-visual.mkiv
%{_texmfdistdir}/tex/context/base/m-zint.mkiv
%{_texmfdistdir}/tex/context/base/math-act.lua
%{_texmfdistdir}/tex/context/base/math-ali.mkiv
%{_texmfdistdir}/tex/context/base/math-ams.mkii
%{_texmfdistdir}/tex/context/base/math-arr.mkii
%{_texmfdistdir}/tex/context/base/math-arr.mkiv
%{_texmfdistdir}/tex/context/base/math-cow.mkii
%{_texmfdistdir}/tex/context/base/math-def.mkiv
%{_texmfdistdir}/tex/context/base/math-del.mkiv
%{_texmfdistdir}/tex/context/base/math-dim.lua
%{_texmfdistdir}/tex/context/base/math-dis.mkiv
%{_texmfdistdir}/tex/context/base/math-eul.mkii
%{_texmfdistdir}/tex/context/base/math-ext.lua
%{_texmfdistdir}/tex/context/base/math-fbk.lua
%{_texmfdistdir}/tex/context/base/math-fen.mkiv
%{_texmfdistdir}/tex/context/base/math-for.mkiv
%{_texmfdistdir}/tex/context/base/math-fou.mkii
%{_texmfdistdir}/tex/context/base/math-frc.lua
%{_texmfdistdir}/tex/context/base/math-frc.mkii
%{_texmfdistdir}/tex/context/base/math-frc.mkiv
%{_texmfdistdir}/tex/context/base/math-ini.lua
%{_texmfdistdir}/tex/context/base/math-ini.mkii
%{_texmfdistdir}/tex/context/base/math-ini.mkiv
%{_texmfdistdir}/tex/context/base/math-inl.mkiv
%{_texmfdistdir}/tex/context/base/math-int.mkiv
%{_texmfdistdir}/tex/context/base/math-lbr.mkii
%{_texmfdistdir}/tex/context/base/math-map.lua
%{_texmfdistdir}/tex/context/base/math-mis.mkiv
%{_texmfdistdir}/tex/context/base/math-noa.lua
%{_texmfdistdir}/tex/context/base/math-pln.mkii
%{_texmfdistdir}/tex/context/base/math-pln.mkiv
%{_texmfdistdir}/tex/context/base/math-ren.lua
%{_texmfdistdir}/tex/context/base/math-run.mkii
%{_texmfdistdir}/tex/context/base/math-scr.mkiv
%{_texmfdistdir}/tex/context/base/math-stc.mkvi
%{_texmfdistdir}/tex/context/base/math-tag.lua
%{_texmfdistdir}/tex/context/base/math-tex.mkii
%{_texmfdistdir}/tex/context/base/math-tim.mkii
%{_texmfdistdir}/tex/context/base/math-ttv.lua
%{_texmfdistdir}/tex/context/base/math-uni.mkii
%{_texmfdistdir}/tex/context/base/math-vfu.lua
%{_texmfdistdir}/tex/context/base/meta-clp.mkii
%{_texmfdistdir}/tex/context/base/meta-dum.mkii
%{_texmfdistdir}/tex/context/base/meta-fig.mkii
%{_texmfdistdir}/tex/context/base/meta-fig.mkiv
%{_texmfdistdir}/tex/context/base/meta-fun.lua
%{_texmfdistdir}/tex/context/base/meta-fun.mkiv
%{_texmfdistdir}/tex/context/base/meta-grd.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-clp.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-dum.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-fen.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-mis.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-nav.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-pre.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-txt.mkiv
%{_texmfdistdir}/tex/context/base/meta-ini.lua
%{_texmfdistdir}/tex/context/base/meta-ini.mkii
%{_texmfdistdir}/tex/context/base/meta-ini.mkiv
%{_texmfdistdir}/tex/context/base/meta-mis.mkii
%{_texmfdistdir}/tex/context/base/meta-nav.mkii
%{_texmfdistdir}/tex/context/base/meta-pag.mkii
%{_texmfdistdir}/tex/context/base/meta-pag.mkiv
%{_texmfdistdir}/tex/context/base/meta-pdf.lua
%{_texmfdistdir}/tex/context/base/meta-pdf.mkii
%{_texmfdistdir}/tex/context/base/meta-pdf.mkiv
%{_texmfdistdir}/tex/context/base/meta-pdh.lua
%{_texmfdistdir}/tex/context/base/meta-pdh.mkiv
%{_texmfdistdir}/tex/context/base/meta-pre.mkii
%{_texmfdistdir}/tex/context/base/meta-tex.lua
%{_texmfdistdir}/tex/context/base/meta-tex.mkii
%{_texmfdistdir}/tex/context/base/meta-tex.mkiv
%{_texmfdistdir}/tex/context/base/meta-txt.mkii
%{_texmfdistdir}/tex/context/base/meta-xml.mkii
%{_texmfdistdir}/tex/context/base/meta-xml.mkiv
%{_texmfdistdir}/tex/context/base/metatex.lus
%{_texmfdistdir}/tex/context/base/metatex.tex
%{_texmfdistdir}/tex/context/base/mlib-ctx.lua
%{_texmfdistdir}/tex/context/base/mlib-ctx.mkiv
%{_texmfdistdir}/tex/context/base/mlib-pdf.lua
%{_texmfdistdir}/tex/context/base/mlib-pdf.mkiv
%{_texmfdistdir}/tex/context/base/mlib-pps.lua
%{_texmfdistdir}/tex/context/base/mlib-pps.mkiv
%{_texmfdistdir}/tex/context/base/mlib-run.lua
%{_texmfdistdir}/tex/context/base/mtx-context-arrange.tex
%{_texmfdistdir}/tex/context/base/mtx-context-combine.tex
%{_texmfdistdir}/tex/context/base/mtx-context-common.tex
%{_texmfdistdir}/tex/context/base/mtx-context-copy.tex
%{_texmfdistdir}/tex/context/base/mtx-context-ideas.tex
%{_texmfdistdir}/tex/context/base/mtx-context-listing.tex
%{_texmfdistdir}/tex/context/base/mtx-context-markdown.tex
%{_texmfdistdir}/tex/context/base/mtx-context-select.tex
%{_texmfdistdir}/tex/context/base/mtx-context-sql.tex
%{_texmfdistdir}/tex/context/base/mtx-context-timing.tex
%{_texmfdistdir}/tex/context/base/mult-aux.lua
%{_texmfdistdir}/tex/context/base/mult-aux.mkii
%{_texmfdistdir}/tex/context/base/mult-aux.mkiv
%{_texmfdistdir}/tex/context/base/mult-chk.lua
%{_texmfdistdir}/tex/context/base/mult-chk.mkii
%{_texmfdistdir}/tex/context/base/mult-chk.mkiv
%{_texmfdistdir}/tex/context/base/mult-com.mkii
%{_texmfdistdir}/tex/context/base/mult-con.mkii
%{_texmfdistdir}/tex/context/base/mult-de.mkii
%{_texmfdistdir}/tex/context/base/mult-def.lua
%{_texmfdistdir}/tex/context/base/mult-def.mkii
%{_texmfdistdir}/tex/context/base/mult-def.mkiv
%{_texmfdistdir}/tex/context/base/mult-dim.mkvi
%{_texmfdistdir}/tex/context/base/mult-en.mkii
%{_texmfdistdir}/tex/context/base/mult-fr.mkii
%{_texmfdistdir}/tex/context/base/mult-fst.mkii
%{_texmfdistdir}/tex/context/base/mult-fun.lua
%{_texmfdistdir}/tex/context/base/mult-ini.lua
%{_texmfdistdir}/tex/context/base/mult-ini.mkii
%{_texmfdistdir}/tex/context/base/mult-ini.mkiv
%{_texmfdistdir}/tex/context/base/mult-it.mkii
%{_texmfdistdir}/tex/context/base/mult-low.lua
%{_texmfdistdir}/tex/context/base/mult-mcs.mkii
%{_texmfdistdir}/tex/context/base/mult-mde.mkii
%{_texmfdistdir}/tex/context/base/mult-men.mkii
%{_texmfdistdir}/tex/context/base/mult-mes.lua
%{_texmfdistdir}/tex/context/base/mult-mfr.mkii
%{_texmfdistdir}/tex/context/base/mult-mit.mkii
%{_texmfdistdir}/tex/context/base/mult-mnl.mkii
%{_texmfdistdir}/tex/context/base/mult-mno.mkii
%{_texmfdistdir}/tex/context/base/mult-mpe.mkii
%{_texmfdistdir}/tex/context/base/mult-mps.lua
%{_texmfdistdir}/tex/context/base/mult-mro.mkii
%{_texmfdistdir}/tex/context/base/mult-nl.mkii
%{_texmfdistdir}/tex/context/base/mult-pe.mkii
%{_texmfdistdir}/tex/context/base/mult-prm.lua
%{_texmfdistdir}/tex/context/base/mult-prm.mkiv
%{_texmfdistdir}/tex/context/base/mult-ro.mkii
%{_texmfdistdir}/tex/context/base/mult-sys.mkii
%{_texmfdistdir}/tex/context/base/mult-sys.mkiv
%{_texmfdistdir}/tex/context/base/node-acc.lua
%{_texmfdistdir}/tex/context/base/node-aux.lua
%{_texmfdistdir}/tex/context/base/node-bck.lua
%{_texmfdistdir}/tex/context/base/node-bck.mkiv
%{_texmfdistdir}/tex/context/base/node-dir.lua
%{_texmfdistdir}/tex/context/base/node-ext.lua
%{_texmfdistdir}/tex/context/base/node-fin.lua
%{_texmfdistdir}/tex/context/base/node-fin.mkiv
%{_texmfdistdir}/tex/context/base/node-fnt.lua
%{_texmfdistdir}/tex/context/base/node-ini.lua
%{_texmfdistdir}/tex/context/base/node-ini.mkiv
%{_texmfdistdir}/tex/context/base/node-inj.lua
%{_texmfdistdir}/tex/context/base/node-mig.lua
%{_texmfdistdir}/tex/context/base/node-mig.mkiv
%{_texmfdistdir}/tex/context/base/node-pag.lua
%{_texmfdistdir}/tex/context/base/node-pag.mkiv
%{_texmfdistdir}/tex/context/base/node-pro.lua
%{_texmfdistdir}/tex/context/base/node-ref.lua
%{_texmfdistdir}/tex/context/base/node-res.lua
%{_texmfdistdir}/tex/context/base/node-rul.lua
%{_texmfdistdir}/tex/context/base/node-rul.mkiv
%{_texmfdistdir}/tex/context/base/node-ser.lua
%{_texmfdistdir}/tex/context/base/node-shp.lua
%{_texmfdistdir}/tex/context/base/node-snp.lua
%{_texmfdistdir}/tex/context/base/node-tex.lua
%{_texmfdistdir}/tex/context/base/node-tra.lua
%{_texmfdistdir}/tex/context/base/node-tsk.lua
%{_texmfdistdir}/tex/context/base/node-tst.lua
%{_texmfdistdir}/tex/context/base/node-typ.lua
%{_texmfdistdir}/tex/context/base/norm-alo.mkii
%{_texmfdistdir}/tex/context/base/norm-ctx.mkii
%{_texmfdistdir}/tex/context/base/norm-ctx.mkiv
%{_texmfdistdir}/tex/context/base/norm-etx.mkii
%{_texmfdistdir}/tex/context/base/norm-ltx.mkii
%{_texmfdistdir}/tex/context/base/norm-ptx.mkii
%{_texmfdistdir}/tex/context/base/norm-tex.mkii
%{_texmfdistdir}/tex/context/base/norm-xtx.mkii
%{_texmfdistdir}/tex/context/base/pack-bar.mkiv
%{_texmfdistdir}/tex/context/base/pack-bck.mkvi
%{_texmfdistdir}/tex/context/base/pack-box.mkii
%{_texmfdistdir}/tex/context/base/pack-box.mkiv
%{_texmfdistdir}/tex/context/base/pack-com.mkiv
%{_texmfdistdir}/tex/context/base/pack-cut.mkiv
%{_texmfdistdir}/tex/context/base/pack-fen.mkiv
%{_texmfdistdir}/tex/context/base/pack-lyr.mkii
%{_texmfdistdir}/tex/context/base/pack-lyr.mkiv
%{_texmfdistdir}/tex/context/base/pack-mis.mkvi
%{_texmfdistdir}/tex/context/base/pack-mrl.mkiv
%{_texmfdistdir}/tex/context/base/pack-obj.lua
%{_texmfdistdir}/tex/context/base/pack-obj.mkii
%{_texmfdistdir}/tex/context/base/pack-obj.mkiv
%{_texmfdistdir}/tex/context/base/pack-pos.mkiv
%{_texmfdistdir}/tex/context/base/pack-rul.lua
%{_texmfdistdir}/tex/context/base/pack-rul.mkii
%{_texmfdistdir}/tex/context/base/pack-rul.mkiv
%{_texmfdistdir}/tex/context/base/page-app.mkii
%{_texmfdistdir}/tex/context/base/page-app.mkiv
%{_texmfdistdir}/tex/context/base/page-bck.mkii
%{_texmfdistdir}/tex/context/base/page-bck.mkiv
%{_texmfdistdir}/tex/context/base/page-box.mkvi
%{_texmfdistdir}/tex/context/base/page-brk.mkiv
%{_texmfdistdir}/tex/context/base/page-col.mkiv
%{_texmfdistdir}/tex/context/base/page-com.mkiv
%{_texmfdistdir}/tex/context/base/page-fac.mkiv
%{_texmfdistdir}/tex/context/base/page-flt.lua
%{_texmfdistdir}/tex/context/base/page-flt.mkiv
%{_texmfdistdir}/tex/context/base/page-flw.mkii
%{_texmfdistdir}/tex/context/base/page-flw.mkiv
%{_texmfdistdir}/tex/context/base/page-grd.mkiv
%{_texmfdistdir}/tex/context/base/page-imp.mkii
%{_texmfdistdir}/tex/context/base/page-imp.mkiv
%{_texmfdistdir}/tex/context/base/page-inf.mkiv
%{_texmfdistdir}/tex/context/base/page-ini.mkii
%{_texmfdistdir}/tex/context/base/page-ini.mkiv
%{_texmfdistdir}/tex/context/base/page-inj.lua
%{_texmfdistdir}/tex/context/base/page-inj.mkvi
%{_texmfdistdir}/tex/context/base/page-ins.lua
%{_texmfdistdir}/tex/context/base/page-ins.mkii
%{_texmfdistdir}/tex/context/base/page-ins.mkiv
%{_texmfdistdir}/tex/context/base/page-lay.mkii
%{_texmfdistdir}/tex/context/base/page-lay.mkiv
%{_texmfdistdir}/tex/context/base/page-lin.lua
%{_texmfdistdir}/tex/context/base/page-lin.mkii
%{_texmfdistdir}/tex/context/base/page-lin.mkiv
%{_texmfdistdir}/tex/context/base/page-log.mkii
%{_texmfdistdir}/tex/context/base/page-mak.mkii
%{_texmfdistdir}/tex/context/base/page-mak.mkvi
%{_texmfdistdir}/tex/context/base/page-mar.mkii
%{_texmfdistdir}/tex/context/base/page-mbk.mkvi
%{_texmfdistdir}/tex/context/base/page-mis.mkii
%{_texmfdistdir}/tex/context/base/page-mix.lua
%{_texmfdistdir}/tex/context/base/page-mix.mkiv
%{_texmfdistdir}/tex/context/base/page-mrk.mkiv
%{_texmfdistdir}/tex/context/base/page-mul.mkii
%{_texmfdistdir}/tex/context/base/page-mul.mkiv
%{_texmfdistdir}/tex/context/base/page-not.mkii
%{_texmfdistdir}/tex/context/base/page-not.mkiv
%{_texmfdistdir}/tex/context/base/page-one.mkii
%{_texmfdistdir}/tex/context/base/page-one.mkiv
%{_texmfdistdir}/tex/context/base/page-otr.mkvi
%{_texmfdistdir}/tex/context/base/page-par.mkii
%{_texmfdistdir}/tex/context/base/page-par.mkiv
%{_texmfdistdir}/tex/context/base/page-plg.mkii
%{_texmfdistdir}/tex/context/base/page-plg.mkiv
%{_texmfdistdir}/tex/context/base/page-pst.lua
%{_texmfdistdir}/tex/context/base/page-pst.mkiv
%{_texmfdistdir}/tex/context/base/page-run.mkii
%{_texmfdistdir}/tex/context/base/page-run.mkiv
%{_texmfdistdir}/tex/context/base/page-sel.mkvi
%{_texmfdistdir}/tex/context/base/page-set.mkii
%{_texmfdistdir}/tex/context/base/page-set.mkiv
%{_texmfdistdir}/tex/context/base/page-sid.mkii
%{_texmfdistdir}/tex/context/base/page-sid.mkiv
%{_texmfdistdir}/tex/context/base/page-spr.mkii
%{_texmfdistdir}/tex/context/base/page-spr.mkiv
%{_texmfdistdir}/tex/context/base/page-str.lua
%{_texmfdistdir}/tex/context/base/page-str.mkii
%{_texmfdistdir}/tex/context/base/page-str.mkiv
%{_texmfdistdir}/tex/context/base/page-txt.mkii
%{_texmfdistdir}/tex/context/base/page-txt.mkvi
%{_texmfdistdir}/tex/context/base/page-var.mkiv
%{_texmfdistdir}/tex/context/base/pdfr-def.mkii
%{_texmfdistdir}/tex/context/base/pdfr-ec.mkii
%{_texmfdistdir}/tex/context/base/pdfr-il2.mkii
%{_texmfdistdir}/tex/context/base/phys-dim.lua
%{_texmfdistdir}/tex/context/base/phys-dim.mkiv
%{_texmfdistdir}/tex/context/base/ppchtex.mkii
%{_texmfdistdir}/tex/context/base/ppchtex.mkiv
%{_texmfdistdir}/tex/context/base/prop-ini.mkii
%{_texmfdistdir}/tex/context/base/prop-ini.mkiv
%{_texmfdistdir}/tex/context/base/prop-lay.mkii
%{_texmfdistdir}/tex/context/base/prop-mis.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-1.lua
%{_texmfdistdir}/tex/context/base/regi-8859-1.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-10.lua
%{_texmfdistdir}/tex/context/base/regi-8859-10.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-11.lua
%{_texmfdistdir}/tex/context/base/regi-8859-13.lua
%{_texmfdistdir}/tex/context/base/regi-8859-13.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-14.lua
%{_texmfdistdir}/tex/context/base/regi-8859-15.lua
%{_texmfdistdir}/tex/context/base/regi-8859-15.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-16.lua
%{_texmfdistdir}/tex/context/base/regi-8859-16.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-2.lua
%{_texmfdistdir}/tex/context/base/regi-8859-2.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-3.lua
%{_texmfdistdir}/tex/context/base/regi-8859-3.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-4.lua
%{_texmfdistdir}/tex/context/base/regi-8859-4.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-5.lua
%{_texmfdistdir}/tex/context/base/regi-8859-5.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-6.lua
%{_texmfdistdir}/tex/context/base/regi-8859-7.lua
%{_texmfdistdir}/tex/context/base/regi-8859-7.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-8.lua
%{_texmfdistdir}/tex/context/base/regi-8859-9.lua
%{_texmfdistdir}/tex/context/base/regi-8859-9.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1250.lua
%{_texmfdistdir}/tex/context/base/regi-cp1250.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1251.lua
%{_texmfdistdir}/tex/context/base/regi-cp1251.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1252.lua
%{_texmfdistdir}/tex/context/base/regi-cp1252.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1253.lua
%{_texmfdistdir}/tex/context/base/regi-cp1253.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1254.lua
%{_texmfdistdir}/tex/context/base/regi-cp1254.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1255.lua
%{_texmfdistdir}/tex/context/base/regi-cp1256.lua
%{_texmfdistdir}/tex/context/base/regi-cp1257.lua
%{_texmfdistdir}/tex/context/base/regi-cp1257.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1258.lua
%{_texmfdistdir}/tex/context/base/regi-cyp.mkii
%{_texmfdistdir}/tex/context/base/regi-cyr.mkii
%{_texmfdistdir}/tex/context/base/regi-def.mkii
%{_texmfdistdir}/tex/context/base/regi-demo.lua
%{_texmfdistdir}/tex/context/base/regi-ibm.mkii
%{_texmfdistdir}/tex/context/base/regi-ini.lua
%{_texmfdistdir}/tex/context/base/regi-ini.mkii
%{_texmfdistdir}/tex/context/base/regi-ini.mkiv
%{_texmfdistdir}/tex/context/base/regi-mac.mkii
%{_texmfdistdir}/tex/context/base/regi-syn.mkii
%{_texmfdistdir}/tex/context/base/regi-uni.mkii
%{_texmfdistdir}/tex/context/base/regi-utf.mkii
%{_texmfdistdir}/tex/context/base/regi-vis.mkii
%{_texmfdistdir}/tex/context/base/rlxcache.rlx
%{_texmfdistdir}/tex/context/base/rlxtools.rlx
%{_texmfdistdir}/tex/context/base/s-abr-01.tex
%{_texmfdistdir}/tex/context/base/s-abr-02.tex
%{_texmfdistdir}/tex/context/base/s-abr-03.tex
%{_texmfdistdir}/tex/context/base/s-abr-04.tex
%{_texmfdistdir}/tex/context/base/s-art-01.mkiv
%{_texmfdistdir}/tex/context/base/s-cdr-01.tex
%{_texmfdistdir}/tex/context/base/s-chi-00.mkii
%{_texmfdistdir}/tex/context/base/s-def-01.mkiv
%{_texmfdistdir}/tex/context/base/s-faq-00.tex
%{_texmfdistdir}/tex/context/base/s-faq-01.tex
%{_texmfdistdir}/tex/context/base/s-faq-02.tex
%{_texmfdistdir}/tex/context/base/s-faq-03.tex
%{_texmfdistdir}/tex/context/base/s-fnt-01.mkii
%{_texmfdistdir}/tex/context/base/s-fnt-02.mkii
%{_texmfdistdir}/tex/context/base/s-fnt-10.mkiv
%{_texmfdistdir}/tex/context/base/s-fnt-20.mkiv
%{_texmfdistdir}/tex/context/base/s-fnt-21.mkiv
%{_texmfdistdir}/tex/context/base/s-fnt-24.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-coverage.lua
%{_texmfdistdir}/tex/context/base/s-fonts-coverage.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-features.lua
%{_texmfdistdir}/tex/context/base/s-fonts-features.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-goodies.lua
%{_texmfdistdir}/tex/context/base/s-fonts-goodies.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-missing.lua
%{_texmfdistdir}/tex/context/base/s-fonts-missing.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-shapes.lua
%{_texmfdistdir}/tex/context/base/s-fonts-shapes.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-system.lua
%{_texmfdistdir}/tex/context/base/s-fonts-system.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-tables.lua
%{_texmfdistdir}/tex/context/base/s-fonts-tables.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-vectors.lua
%{_texmfdistdir}/tex/context/base/s-fonts-vectors.mkiv
%{_texmfdistdir}/tex/context/base/s-grk-00.mkii
%{_texmfdistdir}/tex/context/base/s-inf-01.mkvi
%{_texmfdistdir}/tex/context/base/s-inf-02.mkiv
%{_texmfdistdir}/tex/context/base/s-inf-03.mkiv
%{_texmfdistdir}/tex/context/base/s-inf-04.mkiv
%{_texmfdistdir}/tex/context/base/s-jap-00.mkii
%{_texmfdistdir}/tex/context/base/s-languages-counters.lua
%{_texmfdistdir}/tex/context/base/s-languages-counters.mkiv
%{_texmfdistdir}/tex/context/base/s-languages-frequencies.lua
%{_texmfdistdir}/tex/context/base/s-languages-frequencies.mkiv
%{_texmfdistdir}/tex/context/base/s-languages-hyphenation.lua
%{_texmfdistdir}/tex/context/base/s-languages-hyphenation.mkiv
%{_texmfdistdir}/tex/context/base/s-languages-sorting.lua
%{_texmfdistdir}/tex/context/base/s-languages-sorting.mkiv
%{_texmfdistdir}/tex/context/base/s-languages-system.lua
%{_texmfdistdir}/tex/context/base/s-languages-system.mkiv
%{_texmfdistdir}/tex/context/base/s-mag-01.tex
%{_texmfdistdir}/tex/context/base/s-map-10.mkii
%{_texmfdistdir}/tex/context/base/s-map-10.mkiv
%{_texmfdistdir}/tex/context/base/s-math-characters.lua
%{_texmfdistdir}/tex/context/base/s-math-characters.mkiv
%{_texmfdistdir}/tex/context/base/s-math-coverage.lua
%{_texmfdistdir}/tex/context/base/s-math-coverage.mkiv
%{_texmfdistdir}/tex/context/base/s-math-extensibles.mkiv
%{_texmfdistdir}/tex/context/base/s-math-parameters.lua
%{_texmfdistdir}/tex/context/base/s-math-parameters.mkiv
%{_texmfdistdir}/tex/context/base/s-math-repertoire.mkiv
%{_texmfdistdir}/tex/context/base/s-mod-00.mkii
%{_texmfdistdir}/tex/context/base/s-mod-00.mkiv
%{_texmfdistdir}/tex/context/base/s-mod-01.mkii
%{_texmfdistdir}/tex/context/base/s-mod-01.mkiv
%{_texmfdistdir}/tex/context/base/s-mod-02.mkii
%{_texmfdistdir}/tex/context/base/s-mod-02.mkiv
%{_texmfdistdir}/tex/context/base/s-mod.ctx
%{_texmfdistdir}/tex/context/base/s-pages-statistics.mkiv
%{_texmfdistdir}/tex/context/base/s-physics-units.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-00.tex
%{_texmfdistdir}/tex/context/base/s-pre-01.tex
%{_texmfdistdir}/tex/context/base/s-pre-02.tex
%{_texmfdistdir}/tex/context/base/s-pre-03.tex
%{_texmfdistdir}/tex/context/base/s-pre-04.tex
%{_texmfdistdir}/tex/context/base/s-pre-05.tex
%{_texmfdistdir}/tex/context/base/s-pre-06.tex
%{_texmfdistdir}/tex/context/base/s-pre-07.tex
%{_texmfdistdir}/tex/context/base/s-pre-08.tex
%{_texmfdistdir}/tex/context/base/s-pre-09.tex
%{_texmfdistdir}/tex/context/base/s-pre-10.tex
%{_texmfdistdir}/tex/context/base/s-pre-11.tex
%{_texmfdistdir}/tex/context/base/s-pre-12.tex
%{_texmfdistdir}/tex/context/base/s-pre-13.tex
%{_texmfdistdir}/tex/context/base/s-pre-14.tex
%{_texmfdistdir}/tex/context/base/s-pre-15.tex
%{_texmfdistdir}/tex/context/base/s-pre-16.tex
%{_texmfdistdir}/tex/context/base/s-pre-17.mkii
%{_texmfdistdir}/tex/context/base/s-pre-17.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-18.tex
%{_texmfdistdir}/tex/context/base/s-pre-19.tex
%{_texmfdistdir}/tex/context/base/s-pre-22.tex
%{_texmfdistdir}/tex/context/base/s-pre-23.tex
%{_texmfdistdir}/tex/context/base/s-pre-26.tex
%{_texmfdistdir}/tex/context/base/s-pre-27.tex
%{_texmfdistdir}/tex/context/base/s-pre-30.mkii
%{_texmfdistdir}/tex/context/base/s-pre-30.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-50.tex
%{_texmfdistdir}/tex/context/base/s-pre-60.mkii
%{_texmfdistdir}/tex/context/base/s-pre-60.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-61.tex
%{_texmfdistdir}/tex/context/base/s-pre-62.tex
%{_texmfdistdir}/tex/context/base/s-pre-63.tex
%{_texmfdistdir}/tex/context/base/s-pre-64.tex
%{_texmfdistdir}/tex/context/base/s-pre-66.tex
%{_texmfdistdir}/tex/context/base/s-pre-67.tex
%{_texmfdistdir}/tex/context/base/s-pre-68.tex
%{_texmfdistdir}/tex/context/base/s-pre-69.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-70.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-71.lua
%{_texmfdistdir}/tex/context/base/s-pre-71.mkii
%{_texmfdistdir}/tex/context/base/s-pre-71.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-93.tex
%{_texmfdistdir}/tex/context/base/s-pre-96.tex
%{_texmfdistdir}/tex/context/base/s-present-tiles.mkiv
%{_texmfdistdir}/tex/context/base/s-ptj-01.tex
%{_texmfdistdir}/tex/context/base/s-reg-01.mkiv
%{_texmfdistdir}/tex/context/base/s-set-31.mkiv
%{_texmfdistdir}/tex/context/base/s-sql-tables.lua
%{_texmfdistdir}/tex/context/base/s-sql-tables.mkiv
%{_texmfdistdir}/tex/context/base/s-syn-01.tex
%{_texmfdistdir}/tex/context/base/scrn-bar.mkvi
%{_texmfdistdir}/tex/context/base/scrn-but.lua
%{_texmfdistdir}/tex/context/base/scrn-but.mkvi
%{_texmfdistdir}/tex/context/base/scrn-fld.lua
%{_texmfdistdir}/tex/context/base/scrn-fld.mkii
%{_texmfdistdir}/tex/context/base/scrn-fld.mkvi
%{_texmfdistdir}/tex/context/base/scrn-hlp.lua
%{_texmfdistdir}/tex/context/base/scrn-hlp.mkii
%{_texmfdistdir}/tex/context/base/scrn-hlp.mkvi
%{_texmfdistdir}/tex/context/base/scrn-ini.lua
%{_texmfdistdir}/tex/context/base/scrn-ini.mkvi
%{_texmfdistdir}/tex/context/base/scrn-int.mkii
%{_texmfdistdir}/tex/context/base/scrn-nav.mkii
%{_texmfdistdir}/tex/context/base/scrn-pag.lua
%{_texmfdistdir}/tex/context/base/scrn-pag.mkvi
%{_texmfdistdir}/tex/context/base/scrn-ref.lua
%{_texmfdistdir}/tex/context/base/scrn-ref.mkvi
%{_texmfdistdir}/tex/context/base/scrn-wid.lua
%{_texmfdistdir}/tex/context/base/scrn-wid.mkvi
%{_texmfdistdir}/tex/context/base/scrp-cjk.lua
%{_texmfdistdir}/tex/context/base/scrp-eth.lua
%{_texmfdistdir}/tex/context/base/scrp-ini.lua
%{_texmfdistdir}/tex/context/base/scrp-ini.mkiv
%{_texmfdistdir}/tex/context/base/sort-def.mkii
%{_texmfdistdir}/tex/context/base/sort-ini.lua
%{_texmfdistdir}/tex/context/base/sort-ini.mkii
%{_texmfdistdir}/tex/context/base/sort-ini.mkiv
%{_texmfdistdir}/tex/context/base/sort-lan.lua
%{_texmfdistdir}/tex/context/base/sort-lan.mkii
%{_texmfdistdir}/tex/context/base/spac-adj.lua
%{_texmfdistdir}/tex/context/base/spac-adj.mkiv
%{_texmfdistdir}/tex/context/base/spac-ali.lua
%{_texmfdistdir}/tex/context/base/spac-ali.mkiv
%{_texmfdistdir}/tex/context/base/spac-cha.mkiv
%{_texmfdistdir}/tex/context/base/spac-chr.lua
%{_texmfdistdir}/tex/context/base/spac-chr.mkiv
%{_texmfdistdir}/tex/context/base/spac-def.mkiv
%{_texmfdistdir}/tex/context/base/spac-flr.mkiv
%{_texmfdistdir}/tex/context/base/spac-gen.mkii
%{_texmfdistdir}/tex/context/base/spac-grd.mkii
%{_texmfdistdir}/tex/context/base/spac-grd.mkiv
%{_texmfdistdir}/tex/context/base/spac-hor.lua
%{_texmfdistdir}/tex/context/base/spac-hor.mkiv
%{_texmfdistdir}/tex/context/base/spac-lin.mkiv
%{_texmfdistdir}/tex/context/base/spac-pag.mkiv
%{_texmfdistdir}/tex/context/base/spac-par.mkiv
%{_texmfdistdir}/tex/context/base/spac-ver.lua
%{_texmfdistdir}/tex/context/base/spac-ver.mkiv
%{_texmfdistdir}/tex/context/base/spec-def.mkii
%{_texmfdistdir}/tex/context/base/spec-dpm.mkii
%{_texmfdistdir}/tex/context/base/spec-dpx.mkii
%{_texmfdistdir}/tex/context/base/spec-dvi.mkii
%{_texmfdistdir}/tex/context/base/spec-fdf.mkii
%{_texmfdistdir}/tex/context/base/spec-ini.mkii
%{_texmfdistdir}/tex/context/base/spec-mis.mkii
%{_texmfdistdir}/tex/context/base/spec-pdf.mkii
%{_texmfdistdir}/tex/context/base/spec-ps.mkii
%{_texmfdistdir}/tex/context/base/spec-tpd.mkii
%{_texmfdistdir}/tex/context/base/spec-tr.mkii
%{_texmfdistdir}/tex/context/base/spec-tst.mkii
%{_texmfdistdir}/tex/context/base/spec-var.mkii
%{_texmfdistdir}/tex/context/base/spec-win.mkii
%{_texmfdistdir}/tex/context/base/spec-xet.mkii
%{_texmfdistdir}/tex/context/base/spec-xtx.mkii
%{_texmfdistdir}/tex/context/base/spec-yy.mkii
%{_texmfdistdir}/tex/context/base/status-files.pdf
%{_texmfdistdir}/tex/context/base/status-lua.pdf
%{_texmfdistdir}/tex/context/base/status-mkiv.lua
%{_texmfdistdir}/tex/context/base/status-mkiv.tex
%{_texmfdistdir}/tex/context/base/strc-bkm.lua
%{_texmfdistdir}/tex/context/base/strc-bkm.mkiv
%{_texmfdistdir}/tex/context/base/strc-blk.lua
%{_texmfdistdir}/tex/context/base/strc-blk.mkii
%{_texmfdistdir}/tex/context/base/strc-blk.mkiv
%{_texmfdistdir}/tex/context/base/strc-con.lua
%{_texmfdistdir}/tex/context/base/strc-con.mkvi
%{_texmfdistdir}/tex/context/base/strc-def.mkiv
%{_texmfdistdir}/tex/context/base/strc-des.mkii
%{_texmfdistdir}/tex/context/base/strc-des.mkvi
%{_texmfdistdir}/tex/context/base/strc-doc.lua
%{_texmfdistdir}/tex/context/base/strc-doc.mkiv
%{_texmfdistdir}/tex/context/base/strc-enu.mkvi
%{_texmfdistdir}/tex/context/base/strc-flt.lua
%{_texmfdistdir}/tex/context/base/strc-flt.mkii
%{_texmfdistdir}/tex/context/base/strc-flt.mkvi
%{_texmfdistdir}/tex/context/base/strc-ind.mkiv
%{_texmfdistdir}/tex/context/base/strc-ini.lua
%{_texmfdistdir}/tex/context/base/strc-ini.mkvi
%{_texmfdistdir}/tex/context/base/strc-itm.lua
%{_texmfdistdir}/tex/context/base/strc-itm.mkii
%{_texmfdistdir}/tex/context/base/strc-itm.mkvi
%{_texmfdistdir}/tex/context/base/strc-lab.mkiv
%{_texmfdistdir}/tex/context/base/strc-lev.lua
%{_texmfdistdir}/tex/context/base/strc-lev.mkvi
%{_texmfdistdir}/tex/context/base/strc-lnt.mkii
%{_texmfdistdir}/tex/context/base/strc-lnt.mkvi
%{_texmfdistdir}/tex/context/base/strc-lst.lua
%{_texmfdistdir}/tex/context/base/strc-lst.mkii
%{_texmfdistdir}/tex/context/base/strc-lst.mkvi
%{_texmfdistdir}/tex/context/base/strc-mar.lua
%{_texmfdistdir}/tex/context/base/strc-mar.mkii
%{_texmfdistdir}/tex/context/base/strc-mar.mkiv
%{_texmfdistdir}/tex/context/base/strc-mat.lua
%{_texmfdistdir}/tex/context/base/strc-mat.mkii
%{_texmfdistdir}/tex/context/base/strc-mat.mkiv
%{_texmfdistdir}/tex/context/base/strc-not.lua
%{_texmfdistdir}/tex/context/base/strc-not.mkii
%{_texmfdistdir}/tex/context/base/strc-not.mkvi
%{_texmfdistdir}/tex/context/base/strc-num.lua
%{_texmfdistdir}/tex/context/base/strc-num.mkii
%{_texmfdistdir}/tex/context/base/strc-num.mkiv
%{_texmfdistdir}/tex/context/base/strc-pag.lua
%{_texmfdistdir}/tex/context/base/strc-pag.mkii
%{_texmfdistdir}/tex/context/base/strc-pag.mkiv
%{_texmfdistdir}/tex/context/base/strc-ref.lua
%{_texmfdistdir}/tex/context/base/strc-ref.mkii
%{_texmfdistdir}/tex/context/base/strc-ref.mkvi
%{_texmfdistdir}/tex/context/base/strc-reg.lua
%{_texmfdistdir}/tex/context/base/strc-reg.mkii
%{_texmfdistdir}/tex/context/base/strc-reg.mkiv
%{_texmfdistdir}/tex/context/base/strc-ren.mkiv
%{_texmfdistdir}/tex/context/base/strc-rsc.lua
%{_texmfdistdir}/tex/context/base/strc-sbe.mkiv
%{_texmfdistdir}/tex/context/base/strc-sec.mkii
%{_texmfdistdir}/tex/context/base/strc-sec.mkiv
%{_texmfdistdir}/tex/context/base/strc-swd.mkii
%{_texmfdistdir}/tex/context/base/strc-syn.lua
%{_texmfdistdir}/tex/context/base/strc-syn.mkii
%{_texmfdistdir}/tex/context/base/strc-syn.mkiv
%{_texmfdistdir}/tex/context/base/strc-tag.lua
%{_texmfdistdir}/tex/context/base/strc-tag.mkiv
%{_texmfdistdir}/tex/context/base/strc-xml.mkiv
%{_texmfdistdir}/tex/context/base/supp-ali.mkii
%{_texmfdistdir}/tex/context/base/supp-box.lua
%{_texmfdistdir}/tex/context/base/supp-box.mkii
%{_texmfdistdir}/tex/context/base/supp-box.mkiv
%{_texmfdistdir}/tex/context/base/supp-dir.mkii
%{_texmfdistdir}/tex/context/base/supp-dir.mkiv
%{_texmfdistdir}/tex/context/base/supp-emp.mkii
%{_texmfdistdir}/tex/context/base/supp-eps.mkii
%{_texmfdistdir}/tex/context/base/supp-fil.mkii
%{_texmfdistdir}/tex/context/base/supp-fun.mkii
%{_texmfdistdir}/tex/context/base/supp-lat.mkii
%{_texmfdistdir}/tex/context/base/supp-mat.mkii
%{_texmfdistdir}/tex/context/base/supp-mat.mkiv
%{_texmfdistdir}/tex/context/base/supp-mis.tex
%{_texmfdistdir}/tex/context/base/supp-mpe.tex
%{_texmfdistdir}/tex/context/base/supp-mps.mkii
%{_texmfdistdir}/tex/context/base/supp-mrk.mkii
%{_texmfdistdir}/tex/context/base/supp-num.mkii
%{_texmfdistdir}/tex/context/base/supp-pat.mkii
%{_texmfdistdir}/tex/context/base/supp-pdf.tex
%{_texmfdistdir}/tex/context/base/supp-ran.lua
%{_texmfdistdir}/tex/context/base/supp-ran.mkii
%{_texmfdistdir}/tex/context/base/supp-ran.mkiv
%{_texmfdistdir}/tex/context/base/supp-spe.mkii
%{_texmfdistdir}/tex/context/base/supp-tpi.mkii
%{_texmfdistdir}/tex/context/base/supp-vis.mkii
%{_texmfdistdir}/tex/context/base/supp-vis.mkiv
%{_texmfdistdir}/tex/context/base/symb-cow.mkii
%{_texmfdistdir}/tex/context/base/symb-eur.mkii
%{_texmfdistdir}/tex/context/base/symb-glm.mkii
%{_texmfdistdir}/tex/context/base/symb-imp-cc.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-cow.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-eur.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-jmn.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-mis.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-mvs.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-nav.mkiv
%{_texmfdistdir}/tex/context/base/symb-ini.lua
%{_texmfdistdir}/tex/context/base/symb-ini.mkii
%{_texmfdistdir}/tex/context/base/symb-ini.mkiv
%{_texmfdistdir}/tex/context/base/symb-jmn.mkii
%{_texmfdistdir}/tex/context/base/symb-mis.mkii
%{_texmfdistdir}/tex/context/base/symb-mvs.mkii
%{_texmfdistdir}/tex/context/base/symb-nav.mkii
%{_texmfdistdir}/tex/context/base/symb-run.mkii
%{_texmfdistdir}/tex/context/base/symb-run.mkiv
%{_texmfdistdir}/tex/context/base/symb-uni.mkii
%{_texmfdistdir}/tex/context/base/symb-was.mkii
%{_texmfdistdir}/tex/context/base/syst-aux.lua
%{_texmfdistdir}/tex/context/base/syst-aux.mkiv
%{_texmfdistdir}/tex/context/base/syst-con.lua
%{_texmfdistdir}/tex/context/base/syst-con.mkii
%{_texmfdistdir}/tex/context/base/syst-con.mkiv
%{_texmfdistdir}/tex/context/base/syst-ext.mkii
%{_texmfdistdir}/tex/context/base/syst-fnt.mkii
%{_texmfdistdir}/tex/context/base/syst-fnt.mkiv
%{_texmfdistdir}/tex/context/base/syst-gen.mkii
%{_texmfdistdir}/tex/context/base/syst-ini.mkii
%{_texmfdistdir}/tex/context/base/syst-ini.mkiv
%{_texmfdistdir}/tex/context/base/syst-lua.lua
%{_texmfdistdir}/tex/context/base/syst-lua.mkiv
%{_texmfdistdir}/tex/context/base/syst-mes.mkiv
%{_texmfdistdir}/tex/context/base/syst-new.mkii
%{_texmfdistdir}/tex/context/base/syst-pln.mkii
%{_texmfdistdir}/tex/context/base/syst-pln.mkiv
%{_texmfdistdir}/tex/context/base/syst-rtp.mkii
%{_texmfdistdir}/tex/context/base/syst-rtp.mkiv
%{_texmfdistdir}/tex/context/base/syst-str.mkii
%{_texmfdistdir}/tex/context/base/tabl-com.mkii
%{_texmfdistdir}/tex/context/base/tabl-com.mkiv
%{_texmfdistdir}/tex/context/base/tabl-ltb.mkii
%{_texmfdistdir}/tex/context/base/tabl-ltb.mkiv
%{_texmfdistdir}/tex/context/base/tabl-mis.mkiv
%{_texmfdistdir}/tex/context/base/tabl-ntb.mkii
%{_texmfdistdir}/tex/context/base/tabl-ntb.mkiv
%{_texmfdistdir}/tex/context/base/tabl-nte.mkii
%{_texmfdistdir}/tex/context/base/tabl-nte.mkiv
%{_texmfdistdir}/tex/context/base/tabl-pln.mkii
%{_texmfdistdir}/tex/context/base/tabl-pln.mkiv
%{_texmfdistdir}/tex/context/base/tabl-tab.mkii
%{_texmfdistdir}/tex/context/base/tabl-tab.mkiv
%{_texmfdistdir}/tex/context/base/tabl-tbl.lua
%{_texmfdistdir}/tex/context/base/tabl-tbl.mkii
%{_texmfdistdir}/tex/context/base/tabl-tbl.mkiv
%{_texmfdistdir}/tex/context/base/tabl-tsp.mkii
%{_texmfdistdir}/tex/context/base/tabl-tsp.mkiv
%{_texmfdistdir}/tex/context/base/tabl-xnt.mkvi
%{_texmfdistdir}/tex/context/base/tabl-xtb.lua
%{_texmfdistdir}/tex/context/base/tabl-xtb.mkvi
%{_texmfdistdir}/tex/context/base/task-ini.lua
%{_texmfdistdir}/tex/context/base/task-ini.mkiv
%{_texmfdistdir}/tex/context/base/thrd-pic.mkii
%{_texmfdistdir}/tex/context/base/thrd-ran.mkii
%{_texmfdistdir}/tex/context/base/thrd-tab.mkii
%{_texmfdistdir}/tex/context/base/thrd-trg.mkii
%{_texmfdistdir}/tex/context/base/toks-ini.lua
%{_texmfdistdir}/tex/context/base/toks-ini.mkiv
%{_texmfdistdir}/tex/context/base/trac-ctx.lua
%{_texmfdistdir}/tex/context/base/trac-ctx.mkiv
%{_texmfdistdir}/tex/context/base/trac-deb.lua
%{_texmfdistdir}/tex/context/base/trac-deb.mkiv
%{_texmfdistdir}/tex/context/base/trac-exp.lua
%{_texmfdistdir}/tex/context/base/trac-fil.lua
%{_texmfdistdir}/tex/context/base/trac-inf.lua
%{_texmfdistdir}/tex/context/base/trac-jus.lua
%{_texmfdistdir}/tex/context/base/trac-jus.mkiv
%{_texmfdistdir}/tex/context/base/trac-lmx.lua
%{_texmfdistdir}/tex/context/base/trac-log.lua
%{_texmfdistdir}/tex/context/base/trac-pro.lua
%{_texmfdistdir}/tex/context/base/trac-set.lua
%{_texmfdistdir}/tex/context/base/trac-tex.lua
%{_texmfdistdir}/tex/context/base/trac-tex.mkiv
%{_texmfdistdir}/tex/context/base/trac-tim.lua
%{_texmfdistdir}/tex/context/base/trac-vis.lua
%{_texmfdistdir}/tex/context/base/trac-vis.mkii
%{_texmfdistdir}/tex/context/base/trac-vis.mkiv
%{_texmfdistdir}/tex/context/base/trac-xml.lua
%{_texmfdistdir}/tex/context/base/type-buy.mkii
%{_texmfdistdir}/tex/context/base/type-cbg.mkii
%{_texmfdistdir}/tex/context/base/type-cow.mkii
%{_texmfdistdir}/tex/context/base/type-def.mkii
%{_texmfdistdir}/tex/context/base/type-def.mkiv
%{_texmfdistdir}/tex/context/base/type-exp.mkii
%{_texmfdistdir}/tex/context/base/type-fbk.mkiv
%{_texmfdistdir}/tex/context/base/type-fsf.mkii
%{_texmfdistdir}/tex/context/base/type-ghz.mkii
%{_texmfdistdir}/tex/context/base/type-hgz.mkii
%{_texmfdistdir}/tex/context/base/type-imp-antykwa.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-antykwapoltawskiego.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-asana.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-averia.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-buy.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-cambria.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-charter.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-cleartype.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-computer-modern-unicode.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-cow.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-dejavu.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-euler.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-ghz.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-hgz.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-husayni.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-hvmath.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-inconsolata.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-informal.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-iwona.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-kurier.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-latinmodern.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-liberation.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-libertine.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-lmnames.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-lucida-opentype.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-lucida-typeone.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-mathdesign.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-mathtimes.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-mscore.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-opendyslexic.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-osx.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-postscript.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-punknova.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-texgyre.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-unfonts.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-xits.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-xitsbidi.mkiv
%{_texmfdistdir}/tex/context/base/type-ini.lua
%{_texmfdistdir}/tex/context/base/type-ini.mkii
%{_texmfdistdir}/tex/context/base/type-ini.mkvi
%{_texmfdistdir}/tex/context/base/type-lua.mkiv
%{_texmfdistdir}/tex/context/base/type-mac.mkii
%{_texmfdistdir}/tex/context/base/type-msw.mkii
%{_texmfdistdir}/tex/context/base/type-one.mkii
%{_texmfdistdir}/tex/context/base/type-one.mkiv
%{_texmfdistdir}/tex/context/base/type-otf.mkii
%{_texmfdistdir}/tex/context/base/type-otf.mkiv
%{_texmfdistdir}/tex/context/base/type-pre.mkii
%{_texmfdistdir}/tex/context/base/type-run.mkii
%{_texmfdistdir}/tex/context/base/type-run.mkiv
%{_texmfdistdir}/tex/context/base/type-set.mkii
%{_texmfdistdir}/tex/context/base/type-set.mkiv
%{_texmfdistdir}/tex/context/base/type-siz.mkii
%{_texmfdistdir}/tex/context/base/type-siz.mkiv
%{_texmfdistdir}/tex/context/base/type-tmf.mkii
%{_texmfdistdir}/tex/context/base/type-tmf.mkiv
%{_texmfdistdir}/tex/context/base/type-win.mkii
%{_texmfdistdir}/tex/context/base/type-xtx.mkii
%{_texmfdistdir}/tex/context/base/typo-bld.lua
%{_texmfdistdir}/tex/context/base/typo-bld.mkiv
%{_texmfdistdir}/tex/context/base/typo-brk.lua
%{_texmfdistdir}/tex/context/base/typo-brk.mkiv
%{_texmfdistdir}/tex/context/base/typo-cap.lua
%{_texmfdistdir}/tex/context/base/typo-cap.mkiv
%{_texmfdistdir}/tex/context/base/typo-cln.lua
%{_texmfdistdir}/tex/context/base/typo-cln.mkiv
%{_texmfdistdir}/tex/context/base/typo-del.mkiv
%{_texmfdistdir}/tex/context/base/typo-dig.lua
%{_texmfdistdir}/tex/context/base/typo-dig.mkiv
%{_texmfdistdir}/tex/context/base/typo-dir.lua
%{_texmfdistdir}/tex/context/base/typo-dir.mkiv
%{_texmfdistdir}/tex/context/base/typo-ini.lua
%{_texmfdistdir}/tex/context/base/typo-ini.mkii
%{_texmfdistdir}/tex/context/base/typo-ini.mkiv
%{_texmfdistdir}/tex/context/base/typo-itc.lua
%{_texmfdistdir}/tex/context/base/typo-itc.mkvi
%{_texmfdistdir}/tex/context/base/typo-itm.mkiv
%{_texmfdistdir}/tex/context/base/typo-krn.lua
%{_texmfdistdir}/tex/context/base/typo-krn.mkiv
%{_texmfdistdir}/tex/context/base/typo-lan.lua
%{_texmfdistdir}/tex/context/base/typo-lan.mkiv
%{_texmfdistdir}/tex/context/base/typo-mar.lua
%{_texmfdistdir}/tex/context/base/typo-mar.mkiv
%{_texmfdistdir}/tex/context/base/typo-pag.lua
%{_texmfdistdir}/tex/context/base/typo-pag.mkiv
%{_texmfdistdir}/tex/context/base/typo-par.lua
%{_texmfdistdir}/tex/context/base/typo-par.mkiv
%{_texmfdistdir}/tex/context/base/typo-prc.lua
%{_texmfdistdir}/tex/context/base/typo-prc.mkvi
%{_texmfdistdir}/tex/context/base/typo-rep.lua
%{_texmfdistdir}/tex/context/base/typo-rep.mkiv
%{_texmfdistdir}/tex/context/base/typo-scr.mkiv
%{_texmfdistdir}/tex/context/base/typo-spa.lua
%{_texmfdistdir}/tex/context/base/typo-spa.mkiv
%{_texmfdistdir}/tex/context/base/typo-txt.mkvi
%{_texmfdistdir}/tex/context/base/unic-000.mkii
%{_texmfdistdir}/tex/context/base/unic-001.mkii
%{_texmfdistdir}/tex/context/base/unic-002.mkii
%{_texmfdistdir}/tex/context/base/unic-003.mkii
%{_texmfdistdir}/tex/context/base/unic-004.mkii
%{_texmfdistdir}/tex/context/base/unic-005.mkii
%{_texmfdistdir}/tex/context/base/unic-030.mkii
%{_texmfdistdir}/tex/context/base/unic-031.mkii
%{_texmfdistdir}/tex/context/base/unic-032.mkii
%{_texmfdistdir}/tex/context/base/unic-033.mkii
%{_texmfdistdir}/tex/context/base/unic-034.mkii
%{_texmfdistdir}/tex/context/base/unic-035.mkii
%{_texmfdistdir}/tex/context/base/unic-037.mkii
%{_texmfdistdir}/tex/context/base/unic-039.mkii
%{_texmfdistdir}/tex/context/base/unic-251.mkii
%{_texmfdistdir}/tex/context/base/unic-cjk.mkii
%{_texmfdistdir}/tex/context/base/unic-exp.mkii
%{_texmfdistdir}/tex/context/base/unic-ini.lua
%{_texmfdistdir}/tex/context/base/unic-ini.mkii
%{_texmfdistdir}/tex/context/base/unic-ini.mkiv
%{_texmfdistdir}/tex/context/base/unic-run.mkii
%{_texmfdistdir}/tex/context/base/util-deb.lua
%{_texmfdistdir}/tex/context/base/util-dim.lua
%{_texmfdistdir}/tex/context/base/util-env.lua
%{_texmfdistdir}/tex/context/base/util-fmt.lua
%{_texmfdistdir}/tex/context/base/util-jsn.lua
%{_texmfdistdir}/tex/context/base/util-lib.lua
%{_texmfdistdir}/tex/context/base/util-lua.lua
%{_texmfdistdir}/tex/context/base/util-mrg.lua
%{_texmfdistdir}/tex/context/base/util-pck.lua
%{_texmfdistdir}/tex/context/base/util-prs.lua
%{_texmfdistdir}/tex/context/base/util-ran.lua
%{_texmfdistdir}/tex/context/base/util-seq.lua
%{_texmfdistdir}/tex/context/base/util-soc.lua
%{_texmfdistdir}/tex/context/base/util-sql-imp-client.lua
%{_texmfdistdir}/tex/context/base/util-sql-imp-library.lua
%{_texmfdistdir}/tex/context/base/util-sql-imp-swiglib.lua
%{_texmfdistdir}/tex/context/base/util-sql-loggers.lua
%{_texmfdistdir}/tex/context/base/util-sql-sessions.lua
%{_texmfdistdir}/tex/context/base/util-sql-tickets.lua
%{_texmfdistdir}/tex/context/base/util-sql-tracers.lua
%{_texmfdistdir}/tex/context/base/util-sql-users.lua
%{_texmfdistdir}/tex/context/base/util-sql.lua
%{_texmfdistdir}/tex/context/base/util-sta.lua
%{_texmfdistdir}/tex/context/base/util-sto.lua
%{_texmfdistdir}/tex/context/base/util-str.lua
%{_texmfdistdir}/tex/context/base/util-tab.lua
%{_texmfdistdir}/tex/context/base/util-tpl.lua
%{_texmfdistdir}/tex/context/base/verb-c.mkii
%{_texmfdistdir}/tex/context/base/verb-eif.mkii
%{_texmfdistdir}/tex/context/base/verb-ini.mkii
%{_texmfdistdir}/tex/context/base/verb-js.mkii
%{_texmfdistdir}/tex/context/base/verb-jv.mkii
%{_texmfdistdir}/tex/context/base/verb-mp.mkii
%{_texmfdistdir}/tex/context/base/verb-pas.mkii
%{_texmfdistdir}/tex/context/base/verb-pl.mkii
%{_texmfdistdir}/tex/context/base/verb-raw.mkii
%{_texmfdistdir}/tex/context/base/verb-sql.mkii
%{_texmfdistdir}/tex/context/base/verb-tex.mkii
%{_texmfdistdir}/tex/context/base/verb-xml.mkii
%{_texmfdistdir}/tex/context/base/x-asciimath.lua
%{_texmfdistdir}/tex/context/base/x-asciimath.mkiv
%{_texmfdistdir}/tex/context/base/x-calcmath.lua
%{_texmfdistdir}/tex/context/base/x-calcmath.mkii
%{_texmfdistdir}/tex/context/base/x-calcmath.mkiv
%{_texmfdistdir}/tex/context/base/x-cals.lua
%{_texmfdistdir}/tex/context/base/x-cals.mkiv
%{_texmfdistdir}/tex/context/base/x-chemml.lua
%{_texmfdistdir}/tex/context/base/x-chemml.mkii
%{_texmfdistdir}/tex/context/base/x-chemml.mkiv
%{_texmfdistdir}/tex/context/base/x-chemml.xsd
%{_texmfdistdir}/tex/context/base/x-contml.mkii
%{_texmfdistdir}/tex/context/base/x-contml.xsd
%{_texmfdistdir}/tex/context/base/x-corres.mkii
%{_texmfdistdir}/tex/context/base/x-corres.rng
%{_texmfdistdir}/tex/context/base/x-ct.lua
%{_texmfdistdir}/tex/context/base/x-ct.mkiv
%{_texmfdistdir}/tex/context/base/x-dir-01.tex
%{_texmfdistdir}/tex/context/base/x-dir-05.mkii
%{_texmfdistdir}/tex/context/base/x-dir-05.mkiv
%{_texmfdistdir}/tex/context/base/x-entities.mkiv
%{_texmfdistdir}/tex/context/base/x-fdf-00.mkii
%{_texmfdistdir}/tex/context/base/x-fe.mkii
%{_texmfdistdir}/tex/context/base/x-fig-00.dtd
%{_texmfdistdir}/tex/context/base/x-fig-00.mkii
%{_texmfdistdir}/tex/context/base/x-fig-00.xsd
%{_texmfdistdir}/tex/context/base/x-fig-01.mkii
%{_texmfdistdir}/tex/context/base/x-fig-02.mkii
%{_texmfdistdir}/tex/context/base/x-fig-03.mkii
%{_texmfdistdir}/tex/context/base/x-fo.mkii
%{_texmfdistdir}/tex/context/base/x-foxet.mkii
%{_texmfdistdir}/tex/context/base/x-foxet.mkiv
%{_texmfdistdir}/tex/context/base/x-ldx.ctx
%{_texmfdistdir}/tex/context/base/x-ldx.lua
%{_texmfdistdir}/tex/context/base/x-ldx.mkiv
%{_texmfdistdir}/tex/context/base/x-mathml.lua
%{_texmfdistdir}/tex/context/base/x-mathml.mkii
%{_texmfdistdir}/tex/context/base/x-mathml.mkiv
%{_texmfdistdir}/tex/context/base/x-mathml.xsd
%{_texmfdistdir}/tex/context/base/x-newcml.mkii
%{_texmfdistdir}/tex/context/base/x-newmme.mkii
%{_texmfdistdir}/tex/context/base/x-newmml.mkii
%{_texmfdistdir}/tex/context/base/x-newmml.mkiv
%{_texmfdistdir}/tex/context/base/x-newmmo.mkii
%{_texmfdistdir}/tex/context/base/x-newpml.mkii
%{_texmfdistdir}/tex/context/base/x-om2cml.xsl
%{_texmfdistdir}/tex/context/base/x-openmath.mkii
%{_texmfdistdir}/tex/context/base/x-openmath.xsl
%{_texmfdistdir}/tex/context/base/x-pfs-01.mkiv
%{_texmfdistdir}/tex/context/base/x-pfsense.ctx
%{_texmfdistdir}/tex/context/base/x-physml.mkii
%{_texmfdistdir}/tex/context/base/x-physml.mkiv
%{_texmfdistdir}/tex/context/base/x-physml.xsd
%{_texmfdistdir}/tex/context/base/x-res-00.mkii
%{_texmfdistdir}/tex/context/base/x-res-01.mkii
%{_texmfdistdir}/tex/context/base/x-res-01.mkiv
%{_texmfdistdir}/tex/context/base/x-res-02.mkii
%{_texmfdistdir}/tex/context/base/x-res-03.mkii
%{_texmfdistdir}/tex/context/base/x-res-04.mkii
%{_texmfdistdir}/tex/context/base/x-res-08.mkii
%{_texmfdistdir}/tex/context/base/x-res-09.mkii
%{_texmfdistdir}/tex/context/base/x-res-10.mkii
%{_texmfdistdir}/tex/context/base/x-res-11.mkii
%{_texmfdistdir}/tex/context/base/x-res-12.mkii
%{_texmfdistdir}/tex/context/base/x-res-20.mkii
%{_texmfdistdir}/tex/context/base/x-res-50.mkii
%{_texmfdistdir}/tex/context/base/x-res-50.mkiv
%{_texmfdistdir}/tex/context/base/x-sch-00.mkii
%{_texmfdistdir}/tex/context/base/x-sch-01.mkii
%{_texmfdistdir}/tex/context/base/x-set-01.mkii
%{_texmfdistdir}/tex/context/base/x-set-02.mkii
%{_texmfdistdir}/tex/context/base/x-set-11.mkii
%{_texmfdistdir}/tex/context/base/x-set-11.mkiv
%{_texmfdistdir}/tex/context/base/x-set-12.mkii
%{_texmfdistdir}/tex/context/base/x-set-12.mkiv
%{_texmfdistdir}/tex/context/base/x-sm2om.xsl
%{_texmfdistdir}/tex/context/base/x-steps.mkii
%{_texmfdistdir}/tex/context/base/x-steps.mkiv
%{_texmfdistdir}/tex/context/base/x-udhr.mkiv
%{_texmfdistdir}/tex/context/base/x-xfdf.mkiv
%{_texmfdistdir}/tex/context/base/x-xml-01.mkii
%{_texmfdistdir}/tex/context/base/x-xml-02.mkii
%{_texmfdistdir}/tex/context/base/x-xml-11.mkii
%{_texmfdistdir}/tex/context/base/x-xtag.mkiv
%{_texmfdistdir}/tex/context/base/xetx-chr.mkii
%{_texmfdistdir}/tex/context/base/xetx-cls.mkii
%{_texmfdistdir}/tex/context/base/xetx-ini.mkii
%{_texmfdistdir}/tex/context/base/xetx-utf.mkii
%{_texmfdistdir}/tex/context/base/xtag-cml.mkii
%{_texmfdistdir}/tex/context/base/xtag-ent.mkii
%{_texmfdistdir}/tex/context/base/xtag-exp.mkii
%{_texmfdistdir}/tex/context/base/xtag-ext.mkii
%{_texmfdistdir}/tex/context/base/xtag-hyp.mkii
%{_texmfdistdir}/tex/context/base/xtag-ini.mkii
%{_texmfdistdir}/tex/context/base/xtag-map.mkii
%{_texmfdistdir}/tex/context/base/xtag-mea.mkii
%{_texmfdistdir}/tex/context/base/xtag-meb.mkii
%{_texmfdistdir}/tex/context/base/xtag-mec.mkii
%{_texmfdistdir}/tex/context/base/xtag-meh.mkii
%{_texmfdistdir}/tex/context/base/xtag-men.mkii
%{_texmfdistdir}/tex/context/base/xtag-meo.mkii
%{_texmfdistdir}/tex/context/base/xtag-mer.mkii
%{_texmfdistdir}/tex/context/base/xtag-mmc.mkii
%{_texmfdistdir}/tex/context/base/xtag-mml.mkii
%{_texmfdistdir}/tex/context/base/xtag-mmp.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxa.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxb.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxc.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxh.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxn.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxo.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxr.mkii
%{_texmfdistdir}/tex/context/base/xtag-pml.mkii
%{_texmfdistdir}/tex/context/base/xtag-pmu.mkii
%{_texmfdistdir}/tex/context/base/xtag-pre.mkii
%{_texmfdistdir}/tex/context/base/xtag-prs.mkii
%{_texmfdistdir}/tex/context/base/xtag-raw.mkii
%{_texmfdistdir}/tex/context/base/xtag-rng.mkii
%{_texmfdistdir}/tex/context/base/xtag-run.mkii
%{_texmfdistdir}/tex/context/base/xtag-stk.mkii
%{_texmfdistdir}/tex/context/base/xtag-utf.mkii
%{_texmfdistdir}/tex/context/base/xtag-xsd.mkii
%{_texmfdistdir}/tex/context/base/xtag-xsl.mkii
%{_texmfdistdir}/tex/context/bib/bibl-ams.tex
%{_texmfdistdir}/tex/context/bib/bibl-apa-de.tex
%{_texmfdistdir}/tex/context/bib/bibl-apa-fr.tex
%{_texmfdistdir}/tex/context/bib/bibl-apa.tex
%{_texmfdistdir}/tex/context/bib/bibl-aps.tex
%{_texmfdistdir}/tex/context/bib/bibl-num-fr.tex
%{_texmfdistdir}/tex/context/bib/bibl-num.tex
%{_texmfdistdir}/tex/context/bib/bibl-ssa.tex
%{_texmfdistdir}/tex/context/bib/sample.bib
%{_texmfdistdir}/tex/context/colors/icc/context/colorprofiles.lua
%{_texmfdistdir}/tex/context/colors/icc/context/colorprofiles.xml
%{_texmfdistdir}/tex/context/extra/mag-0000.tex
%{_texmfdistdir}/tex/context/extra/setup-qr.tex
%{_texmfdistdir}/tex/context/extra/showunic.tex
%{_texmfdistdir}/tex/context/fonts/antykwa-math.lfg
%{_texmfdistdir}/tex/context/fonts/antykwapoltawskiego.lfg
%{_texmfdistdir}/tex/context/fonts/asana-math.lfg
%{_texmfdistdir}/tex/context/fonts/cambria-math.lfg
%{_texmfdistdir}/tex/context/fonts/cc-icons.lfg
%{_texmfdistdir}/tex/context/fonts/ccicons.lfg
%{_texmfdistdir}/tex/context/fonts/charter-math.lfg
%{_texmfdistdir}/tex/context/fonts/demo.lfg
%{_texmfdistdir}/tex/context/fonts/dingbats.lfg
%{_texmfdistdir}/tex/context/fonts/garamond-math.lfg
%{_texmfdistdir}/tex/context/fonts/husayni.lfg
%{_texmfdistdir}/tex/context/fonts/hvmath-math.lfg
%{_texmfdistdir}/tex/context/fonts/informal-math.lfg
%{_texmfdistdir}/tex/context/fonts/iwona-math.lfg
%{_texmfdistdir}/tex/context/fonts/lm-math.lfg
%{_texmfdistdir}/tex/context/fonts/lm.lfg
%{_texmfdistdir}/tex/context/fonts/lucida-opentype-math.lfg
%{_texmfdistdir}/tex/context/fonts/lucida-typeone-math.lfg
%{_texmfdistdir}/tex/context/fonts/mathtimes-math.lfg
%{_texmfdistdir}/tex/context/fonts/px-math.lfg
%{_texmfdistdir}/tex/context/fonts/symbol-math.lfg
%{_texmfdistdir}/tex/context/fonts/texgyre.lfg
%{_texmfdistdir}/tex/context/fonts/treatments.lfg
%{_texmfdistdir}/tex/context/fonts/tx-math.lfg
%{_texmfdistdir}/tex/context/fonts/utopia-math.lfg
%{_texmfdistdir}/tex/context/fonts/xits-math.lfg
%{_texmfdistdir}/tex/context/foxet/fe-bryson.xml
%{_texmfdistdir}/tex/context/foxet/fe-ward.xml
%{_texmfdistdir}/tex/context/foxet/fe-zapf.xml
%{_texmfdistdir}/tex/context/foxet/fo-0101.fo
%{_texmfdistdir}/tex/context/foxet/fo-0102.fo
%{_texmfdistdir}/tex/context/foxet/fo-0103.fo
%{_texmfdistdir}/tex/context/foxet/fo-0201.fo
%{_texmfdistdir}/tex/context/foxet/fo-0301.fo
%{_texmfdistdir}/tex/context/foxet/fo-0601.fo
%{_texmfdistdir}/tex/context/foxet/fo-0602.fo
%{_texmfdistdir}/tex/context/foxet/fo-0603.fo
%{_texmfdistdir}/tex/context/foxet/fo-0604.fo
%{_texmfdistdir}/tex/context/foxet/fo-0611.fo
%{_texmfdistdir}/tex/context/foxet/fo-0612.fo
%{_texmfdistdir}/tex/context/foxet/fo-0613.fo
%{_texmfdistdir}/tex/context/foxet/fo-0621.fo
%{_texmfdistdir}/tex/context/foxet/fo-0641.fo
%{_texmfdistdir}/tex/context/foxet/fo-0642.fo
%{_texmfdistdir}/tex/context/foxet/fo-0643.fo
%{_texmfdistdir}/tex/context/foxet/fo-0644.fo
%{_texmfdistdir}/tex/context/foxet/fo-0650.fo
%{_texmfdistdir}/tex/context/foxet/fo-0651.fo
%{_texmfdistdir}/tex/context/foxet/fo-0701.fo
%{_texmfdistdir}/tex/context/foxet/fo-0801.fo
%{_texmfdistdir}/tex/context/foxet/fo-0901.fo
%{_texmfdistdir}/tex/context/foxet/fo-0902.fo
%{_texmfdistdir}/tex/context/foxet/fo-1001.fo
%{_texmfdistdir}/tex/context/foxet/fo-1002.fo
%{_texmfdistdir}/tex/context/foxet/fo-1003.fo
%{_texmfdistdir}/tex/context/foxet/fo-1004.fo
%{_texmfdistdir}/tex/context/foxet/fo-1101.fo
%{_texmfdistdir}/tex/context/foxet/fo-1102.fo
%{_texmfdistdir}/tex/context/foxet/fo-1103.fo
%{_texmfdistdir}/tex/context/foxet/fo-1104.fo
%{_texmfdistdir}/tex/context/foxet/fo-1201.fo
%{_texmfdistdir}/tex/context/interface/cont-cs.xml
%{_texmfdistdir}/tex/context/interface/cont-de.xml
%{_texmfdistdir}/tex/context/interface/cont-en.xml
%{_texmfdistdir}/tex/context/interface/cont-fr.xml
%{_texmfdistdir}/tex/context/interface/cont-it.xml
%{_texmfdistdir}/tex/context/interface/cont-nl.xml
%{_texmfdistdir}/tex/context/interface/cont-pe.xml
%{_texmfdistdir}/tex/context/interface/cont-ro.xml
%{_texmfdistdir}/tex/context/interface/keys-cs.xml
%{_texmfdistdir}/tex/context/interface/keys-cz.xml
%{_texmfdistdir}/tex/context/interface/keys-de.xml
%{_texmfdistdir}/tex/context/interface/keys-en.xml
%{_texmfdistdir}/tex/context/interface/keys-fr.xml
%{_texmfdistdir}/tex/context/interface/keys-it.xml
%{_texmfdistdir}/tex/context/interface/keys-nl.xml
%{_texmfdistdir}/tex/context/interface/keys-pe.xml
%{_texmfdistdir}/tex/context/interface/keys-ro.xml
%{_texmfdistdir}/tex/context/patterns/lang-af.hyp
%{_texmfdistdir}/tex/context/patterns/lang-af.lua
%{_texmfdistdir}/tex/context/patterns/lang-af.pat
%{_texmfdistdir}/tex/context/patterns/lang-af.rme
%{_texmfdistdir}/tex/context/patterns/lang-agr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-agr.lua
%{_texmfdistdir}/tex/context/patterns/lang-agr.pat
%{_texmfdistdir}/tex/context/patterns/lang-agr.rme
%{_texmfdistdir}/tex/context/patterns/lang-bg.hyp
%{_texmfdistdir}/tex/context/patterns/lang-bg.lua
%{_texmfdistdir}/tex/context/patterns/lang-bg.pat
%{_texmfdistdir}/tex/context/patterns/lang-bg.rme
%{_texmfdistdir}/tex/context/patterns/lang-ca.hyp
%{_texmfdistdir}/tex/context/patterns/lang-ca.lua
%{_texmfdistdir}/tex/context/patterns/lang-ca.pat
%{_texmfdistdir}/tex/context/patterns/lang-ca.rme
%{_texmfdistdir}/tex/context/patterns/lang-cs.hyp
%{_texmfdistdir}/tex/context/patterns/lang-cs.lua
%{_texmfdistdir}/tex/context/patterns/lang-cs.pat
%{_texmfdistdir}/tex/context/patterns/lang-cs.rme
%{_texmfdistdir}/tex/context/patterns/lang-cy.hyp
%{_texmfdistdir}/tex/context/patterns/lang-cy.lua
%{_texmfdistdir}/tex/context/patterns/lang-cy.pat
%{_texmfdistdir}/tex/context/patterns/lang-cy.rme
%{_texmfdistdir}/tex/context/patterns/lang-da.hyp
%{_texmfdistdir}/tex/context/patterns/lang-da.lua
%{_texmfdistdir}/tex/context/patterns/lang-da.pat
%{_texmfdistdir}/tex/context/patterns/lang-da.rme
%{_texmfdistdir}/tex/context/patterns/lang-de.hyp
%{_texmfdistdir}/tex/context/patterns/lang-de.lua
%{_texmfdistdir}/tex/context/patterns/lang-de.pat
%{_texmfdistdir}/tex/context/patterns/lang-de.rme
%{_texmfdistdir}/tex/context/patterns/lang-deo.hyp
%{_texmfdistdir}/tex/context/patterns/lang-deo.lua
%{_texmfdistdir}/tex/context/patterns/lang-deo.pat
%{_texmfdistdir}/tex/context/patterns/lang-deo.rme
%{_texmfdistdir}/tex/context/patterns/lang-es.hyp
%{_texmfdistdir}/tex/context/patterns/lang-es.lua
%{_texmfdistdir}/tex/context/patterns/lang-es.pat
%{_texmfdistdir}/tex/context/patterns/lang-es.rme
%{_texmfdistdir}/tex/context/patterns/lang-et.hyp
%{_texmfdistdir}/tex/context/patterns/lang-et.lua
%{_texmfdistdir}/tex/context/patterns/lang-et.pat
%{_texmfdistdir}/tex/context/patterns/lang-et.rme
%{_texmfdistdir}/tex/context/patterns/lang-eu.hyp
%{_texmfdistdir}/tex/context/patterns/lang-eu.lua
%{_texmfdistdir}/tex/context/patterns/lang-eu.pat
%{_texmfdistdir}/tex/context/patterns/lang-eu.rme
%{_texmfdistdir}/tex/context/patterns/lang-fi.hyp
%{_texmfdistdir}/tex/context/patterns/lang-fi.lua
%{_texmfdistdir}/tex/context/patterns/lang-fi.pat
%{_texmfdistdir}/tex/context/patterns/lang-fi.rme
%{_texmfdistdir}/tex/context/patterns/lang-fr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-fr.lua
%{_texmfdistdir}/tex/context/patterns/lang-fr.pat
%{_texmfdistdir}/tex/context/patterns/lang-fr.rme
%{_texmfdistdir}/tex/context/patterns/lang-gb.hyp
%{_texmfdistdir}/tex/context/patterns/lang-gb.lua
%{_texmfdistdir}/tex/context/patterns/lang-gb.pat
%{_texmfdistdir}/tex/context/patterns/lang-gb.rme
%{_texmfdistdir}/tex/context/patterns/lang-hr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-hr.lua
%{_texmfdistdir}/tex/context/patterns/lang-hr.pat
%{_texmfdistdir}/tex/context/patterns/lang-hr.rme
%{_texmfdistdir}/tex/context/patterns/lang-hu.hyp
%{_texmfdistdir}/tex/context/patterns/lang-hu.lua
%{_texmfdistdir}/tex/context/patterns/lang-hu.pat
%{_texmfdistdir}/tex/context/patterns/lang-hu.rme
%{_texmfdistdir}/tex/context/patterns/lang-is.hyp
%{_texmfdistdir}/tex/context/patterns/lang-is.lua
%{_texmfdistdir}/tex/context/patterns/lang-is.pat
%{_texmfdistdir}/tex/context/patterns/lang-is.rme
%{_texmfdistdir}/tex/context/patterns/lang-it.hyp
%{_texmfdistdir}/tex/context/patterns/lang-it.lua
%{_texmfdistdir}/tex/context/patterns/lang-it.pat
%{_texmfdistdir}/tex/context/patterns/lang-it.rme
%{_texmfdistdir}/tex/context/patterns/lang-la.hyp
%{_texmfdistdir}/tex/context/patterns/lang-la.lua
%{_texmfdistdir}/tex/context/patterns/lang-la.pat
%{_texmfdistdir}/tex/context/patterns/lang-la.rme
%{_texmfdistdir}/tex/context/patterns/lang-lt.hyp
%{_texmfdistdir}/tex/context/patterns/lang-lt.lua
%{_texmfdistdir}/tex/context/patterns/lang-lt.pat
%{_texmfdistdir}/tex/context/patterns/lang-lt.rme
%{_texmfdistdir}/tex/context/patterns/lang-lv.hyp
%{_texmfdistdir}/tex/context/patterns/lang-lv.lua
%{_texmfdistdir}/tex/context/patterns/lang-lv.pat
%{_texmfdistdir}/tex/context/patterns/lang-lv.rme
%{_texmfdistdir}/tex/context/patterns/lang-mn.hyp
%{_texmfdistdir}/tex/context/patterns/lang-mn.lua
%{_texmfdistdir}/tex/context/patterns/lang-mn.pat
%{_texmfdistdir}/tex/context/patterns/lang-mn.rme
%{_texmfdistdir}/tex/context/patterns/lang-nb.hyp
%{_texmfdistdir}/tex/context/patterns/lang-nb.lua
%{_texmfdistdir}/tex/context/patterns/lang-nb.pat
%{_texmfdistdir}/tex/context/patterns/lang-nb.rme
%{_texmfdistdir}/tex/context/patterns/lang-nl.hyp
%{_texmfdistdir}/tex/context/patterns/lang-nl.lua
%{_texmfdistdir}/tex/context/patterns/lang-nl.pat
%{_texmfdistdir}/tex/context/patterns/lang-nl.rme
%{_texmfdistdir}/tex/context/patterns/lang-nn.hyp
%{_texmfdistdir}/tex/context/patterns/lang-nn.lua
%{_texmfdistdir}/tex/context/patterns/lang-nn.pat
%{_texmfdistdir}/tex/context/patterns/lang-nn.rme
%{_texmfdistdir}/tex/context/patterns/lang-pl.hyp
%{_texmfdistdir}/tex/context/patterns/lang-pl.lua
%{_texmfdistdir}/tex/context/patterns/lang-pl.pat
%{_texmfdistdir}/tex/context/patterns/lang-pl.rme
%{_texmfdistdir}/tex/context/patterns/lang-pt.hyp
%{_texmfdistdir}/tex/context/patterns/lang-pt.lua
%{_texmfdistdir}/tex/context/patterns/lang-pt.pat
%{_texmfdistdir}/tex/context/patterns/lang-pt.rme
%{_texmfdistdir}/tex/context/patterns/lang-ro.hyp
%{_texmfdistdir}/tex/context/patterns/lang-ro.lua
%{_texmfdistdir}/tex/context/patterns/lang-ro.pat
%{_texmfdistdir}/tex/context/patterns/lang-ro.rme
%{_texmfdistdir}/tex/context/patterns/lang-ru.hyp
%{_texmfdistdir}/tex/context/patterns/lang-ru.lua
%{_texmfdistdir}/tex/context/patterns/lang-ru.pat
%{_texmfdistdir}/tex/context/patterns/lang-ru.rme
%{_texmfdistdir}/tex/context/patterns/lang-sk.hyp
%{_texmfdistdir}/tex/context/patterns/lang-sk.lua
%{_texmfdistdir}/tex/context/patterns/lang-sk.pat
%{_texmfdistdir}/tex/context/patterns/lang-sk.rme
%{_texmfdistdir}/tex/context/patterns/lang-sl.hyp
%{_texmfdistdir}/tex/context/patterns/lang-sl.lua
%{_texmfdistdir}/tex/context/patterns/lang-sl.pat
%{_texmfdistdir}/tex/context/patterns/lang-sl.rme
%{_texmfdistdir}/tex/context/patterns/lang-sr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-sr.lua
%{_texmfdistdir}/tex/context/patterns/lang-sr.pat
%{_texmfdistdir}/tex/context/patterns/lang-sr.rme
%{_texmfdistdir}/tex/context/patterns/lang-sv.hyp
%{_texmfdistdir}/tex/context/patterns/lang-sv.lua
%{_texmfdistdir}/tex/context/patterns/lang-sv.pat
%{_texmfdistdir}/tex/context/patterns/lang-sv.rme
%{_texmfdistdir}/tex/context/patterns/lang-th.hyp
%{_texmfdistdir}/tex/context/patterns/lang-th.lua
%{_texmfdistdir}/tex/context/patterns/lang-th.pat
%{_texmfdistdir}/tex/context/patterns/lang-th.rme
%{_texmfdistdir}/tex/context/patterns/lang-tk.hyp
%{_texmfdistdir}/tex/context/patterns/lang-tk.lua
%{_texmfdistdir}/tex/context/patterns/lang-tk.pat
%{_texmfdistdir}/tex/context/patterns/lang-tk.rme
%{_texmfdistdir}/tex/context/patterns/lang-tr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-tr.lua
%{_texmfdistdir}/tex/context/patterns/lang-tr.pat
%{_texmfdistdir}/tex/context/patterns/lang-tr.rme
%{_texmfdistdir}/tex/context/patterns/lang-uk.hyp
%{_texmfdistdir}/tex/context/patterns/lang-uk.lua
%{_texmfdistdir}/tex/context/patterns/lang-uk.pat
%{_texmfdistdir}/tex/context/patterns/lang-uk.rme
%{_texmfdistdir}/tex/context/patterns/lang-us.hyp
%{_texmfdistdir}/tex/context/patterns/lang-us.lua
%{_texmfdistdir}/tex/context/patterns/lang-us.pat
%{_texmfdistdir}/tex/context/patterns/lang-us.rme
%{_texmfdistdir}/tex/context/patterns/lang-zh.hyp
%{_texmfdistdir}/tex/context/patterns/lang-zh.lua
%{_texmfdistdir}/tex/context/patterns/lang-zh.pat
%{_texmfdistdir}/tex/context/patterns/lang-zh.rme
%{_texmfdistdir}/tex/context/sample/aesop-de.tex
%{_texmfdistdir}/tex/context/sample/bryson.tex
%{_texmfdistdir}/tex/context/sample/cow.pdf
%{_texmfdistdir}/tex/context/sample/d-res-01.xml
%{_texmfdistdir}/tex/context/sample/davis.tex
%{_texmfdistdir}/tex/context/sample/dawkins.tex
%{_texmfdistdir}/tex/context/sample/demo-mps.tex
%{_texmfdistdir}/tex/context/sample/demo-tex.tex
%{_texmfdistdir}/tex/context/sample/demo-xml.tex
%{_texmfdistdir}/tex/context/sample/douglas.tex
%{_texmfdistdir}/tex/context/sample/hacker.jpg
%{_texmfdistdir}/tex/context/sample/hawking.tex
%{_texmfdistdir}/tex/context/sample/khatt-ar.tex
%{_texmfdistdir}/tex/context/sample/khatt-en.tex
%{_texmfdistdir}/tex/context/sample/knuth.tex
%{_texmfdistdir}/tex/context/sample/linden.tex
%{_texmfdistdir}/tex/context/sample/lorem.tex
%{_texmfdistdir}/tex/context/sample/materie.tex
%{_texmfdistdir}/tex/context/sample/mill.png
%{_texmfdistdir}/tex/context/sample/montgomery.tex
%{_texmfdistdir}/tex/context/sample/reich.tex
%{_texmfdistdir}/tex/context/sample/sample.tex
%{_texmfdistdir}/tex/context/sample/spider.eps
%{_texmfdistdir}/tex/context/sample/thuan.tex
%{_texmfdistdir}/tex/context/sample/tufte.tex
%{_texmfdistdir}/tex/context/sample/ward.tex
%{_texmfdistdir}/tex/context/sample/weisman.tex
%{_texmfdistdir}/tex/context/sample/zapf.tex
%{_texmfdistdir}/tex/context/test/context-test.tex
%{_texmfdistdir}/tex/context/test/pdf-a1a-2005.mkiv
%{_texmfdistdir}/tex/context/test/pdf-a1b-2005.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x-common.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x1a-2001.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x1a-2003.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x3-2002.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x3-2003.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x4.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x4p.mkiv
%{_texmfdistdir}/tex/context/user/cont-sys.rme
%{_texmfdistdir}/tex/generic/context/luatex/luatex-basics-gen.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-basics-nod.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-basics.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-cbk.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-def.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-demo-vf-1.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-enc.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-ext.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-lua.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-merged.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-syn.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-tfm.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-languages.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-languages.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-math.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-math.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-mplib.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-mplib.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-plain.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-preprocessor-test.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-preprocessor.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-preprocessor.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-swiglib-test.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-swiglib-test.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-swiglib.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-swiglib.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-test.tex
%{_texmfdistdir}/tex/generic/context/ppchtex/m-ch-de.tex
%{_texmfdistdir}/tex/generic/context/ppchtex/m-ch-en.tex
%{_texmfdistdir}/tex/generic/context/ppchtex/m-ch-nl.tex
%{_texmfdistdir}/tex/generic/context/ppchtex/ppchtex.noc
%{_texmfdistdir}/tex/latex/context/ppchtex/m-ch-de.sty
%{_texmfdistdir}/tex/latex/context/ppchtex/m-ch-en.sty
%{_texmfdistdir}/tex/latex/context/ppchtex/m-ch-nl.sty
%{_texmfdistdir}/tex/latex/context/ppchtex/m-pictex.sty
%_texmf_fmtutil_d/context
%doc %{_texmfdistdir}/doc/context/document/general/manuals/mreadme.pdf
%doc %{_texmfdistdir}/doc/context/document/general/manuals/tiptrick.pdf
%doc %{_texmfdistdir}/doc/context/manuals/allkind/mcommon.tex
%doc %{_texmfdistdir}/doc/context/manuals/allkind/mreadme.tex
%doc %{_texmfdistdir}/doc/context/scripts/mkii/ctxtools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/ctxtools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/ctxtools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/imgtopdf.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/imgtopdf.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/imgtopdf.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/mptopdf.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/mptopdf.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/pdftools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/pdftools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/pdftools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/pstopdf.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/pstopdf.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/pstopdf.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/rlxtools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/rlxtools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/rlxtools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texexec.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texexec.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texexec.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texmfstart.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texmfstart.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texmfstart.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/textools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/textools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/textools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texutil.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texutil.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texutil.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/tmftools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/tmftools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/tmftools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/xmltools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/xmltools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/xmltools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/context.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/context.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/context.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/luatools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/luatools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/luatools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-babel.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-babel.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-babel.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-base.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-base.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-base.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-cache.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-cache.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-cache.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-chars.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-chars.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-chars.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-check.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-check.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-check.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-colors.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-colors.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-colors.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-context.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-context.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-context.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-epub.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-epub.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-epub.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fcd.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fcd.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fcd.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-flac.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-flac.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-flac.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fonts.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fonts.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fonts.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-grep.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-grep.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-grep.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-interface.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-interface.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-interface.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metapost.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metapost.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metapost.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metatex.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metatex.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metatex.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-modules.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-modules.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-modules.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-package.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-package.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-package.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-patterns.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-patterns.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-patterns.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-pdf.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-pdf.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-pdf.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-plain.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-plain.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-plain.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-profile.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-profile.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-profile.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-rsync.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-rsync.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-rsync.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-scite.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-scite.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-scite.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-server.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-server.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-server.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-texworks.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-texworks.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-texworks.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-timing.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-timing.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-timing.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-tools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-tools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-tools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-unzip.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-unzip.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-unzip.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-update.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-update.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-update.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-watch.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-watch.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-watch.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtxrun.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtxrun.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtxrun.xml
%doc %{_mandir}/man1/context.1*
%doc %{_texmfdistdir}/doc/man/man1/context.man1.pdf
%doc %{_mandir}/man1/ctxtools.1*
%doc %{_texmfdistdir}/doc/man/man1/ctxtools.man1.pdf
%doc %{_mandir}/man1/luatools.1*
%doc %{_texmfdistdir}/doc/man/man1/luatools.man1.pdf
%doc %{_mandir}/man1/mtx-babel.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-babel.man1.pdf
%doc %{_mandir}/man1/mtx-base.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-base.man1.pdf
%doc %{_mandir}/man1/mtx-cache.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-cache.man1.pdf
%doc %{_mandir}/man1/mtx-chars.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-chars.man1.pdf
%doc %{_mandir}/man1/mtx-check.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-check.man1.pdf
%doc %{_mandir}/man1/mtx-colors.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-colors.man1.pdf
%doc %{_mandir}/man1/mtx-context.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-context.man1.pdf
%doc %{_mandir}/man1/mtx-epub.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-epub.man1.pdf
%doc %{_mandir}/man1/mtx-fcd.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-fcd.man1.pdf
%doc %{_mandir}/man1/mtx-flac.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-flac.man1.pdf
%doc %{_mandir}/man1/mtx-fonts.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-fonts.man1.pdf
%doc %{_mandir}/man1/mtx-grep.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-grep.man1.pdf
%doc %{_mandir}/man1/mtx-interface.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-interface.man1.pdf
%doc %{_mandir}/man1/mtx-metapost.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-metapost.man1.pdf
%doc %{_mandir}/man1/mtx-metatex.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-metatex.man1.pdf
%doc %{_mandir}/man1/mtx-modules.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-modules.man1.pdf
%doc %{_mandir}/man1/mtx-package.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-package.man1.pdf
%doc %{_mandir}/man1/mtx-patterns.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-patterns.man1.pdf
%doc %{_mandir}/man1/mtx-pdf.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-pdf.man1.pdf
%doc %{_mandir}/man1/mtx-plain.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-plain.man1.pdf
%doc %{_mandir}/man1/mtx-profile.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-profile.man1.pdf
%doc %{_mandir}/man1/mtx-rsync.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-rsync.man1.pdf
%doc %{_mandir}/man1/mtx-scite.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-scite.man1.pdf
%doc %{_mandir}/man1/mtx-server.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-server.man1.pdf
%doc %{_mandir}/man1/mtx-texworks.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-texworks.man1.pdf
%doc %{_mandir}/man1/mtx-timing.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-timing.man1.pdf
%doc %{_mandir}/man1/mtx-tools.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-tools.man1.pdf
%doc %{_mandir}/man1/mtx-unzip.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-unzip.man1.pdf
%doc %{_mandir}/man1/mtx-update.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-update.man1.pdf
%doc %{_mandir}/man1/mtx-watch.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-watch.man1.pdf
%doc %{_mandir}/man1/mtxrun.1*
%doc %{_texmfdistdir}/doc/man/man1/mtxrun.man1.pdf
%doc %{_mandir}/man1/pstopdf.1*
%doc %{_texmfdistdir}/doc/man/man1/pstopdf.man1.pdf
%doc %{_mandir}/man1/texexec.1*
%doc %{_texmfdistdir}/doc/man/man1/texexec.man1.pdf
%doc %{_mandir}/man1/texmfstart.1*
%doc %{_texmfdistdir}/doc/man/man1/texmfstart.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/context/stubs/unix/context context
    ln -sf %{_texmfdistdir}/scripts/context/stubs/unix/ctxtools ctxtools
    ln -sf %{_texmfdistdir}/scripts/context/stubs/unix/luatools luatools
    ln -sf %{_texmfdistdir}/scripts/context/stubs/unix/mtxrun mtxrun
    ln -sf %{_texmfdistdir}/scripts/context/stubs/unix/pstopdf pstopdf
    ln -sf %{_texmfdistdir}/scripts/context/stubs/unix/texexec texexec
    ln -sf %{_texmfdistdir}/scripts/context/stubs/unix/texmfstart texmfstart
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/context <<EOF
#
# from context:
cont-en pdftex cont-usr.tex -8bit *cont-en.mkii
cont-en xetex cont-usr.tex -8bit *cont-en.mkii
#! cont-de pdftex cont-usr.tex -8bit *cont-de.mkii
#! cont-fr pdftex cont-usr.tex -8bit *cont-fr.mkii
#! cont-it pdftex cont-usr.tex -8bit *cont-it.mkii
#! cont-nl pdftex cont-usr.tex -8bit *cont-nl.mkii
#! cont-ro pdftex cont-usr.tex -8bit *cont-ro.mkii
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130426-7
+ Revision: 804efa8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19726 |14mr|texlive-context-account-20090207-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-account
# catalog-date 2009-02-07 09:38:09 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-context-account
Version:	20090207
Release:	3
Summary:	A simple accounting package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-account
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-account.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-account.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
TeXLive context-account package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/interface/third/t-account.xml
%{_texmfdistdir}/tex/context/third/account/t-account.mkii
%{_texmfdistdir}/tex/context/third/account/t-account.mkiv
%{_texmfdistdir}/tex/context/third/account/t-account.tex
%{_texmfdistdir}/tex/context/third/account/t-floatnumber.mkii
%{_texmfdistdir}/tex/context/third/account/t-floatnumber.mkiv
%{_texmfdistdir}/tex/context/third/account/t-floatnumber.tex
%doc %{_texmfdistdir}/doc/context/third/account/README
%doc %{_texmfdistdir}/doc/context/third/account/account-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090207-3
+ Revision: 9c6d9ec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19727 |14mr|texlive-context-algorithmic-20091109-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-algorithmic
# catalog-date 2009-11-09 14:30:19 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-context-algorithmic
Version:	20091109
Release:	3
Summary:	Algorithm handling
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-algorithmic
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-algorithmic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
Support for typesetting algorithms.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/algorithmic/t-algorithmic.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091109-3
+ Revision: 620b02b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19728 |14mr|texlive-context-bnf-20080818-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-bnf
# catalog-date 2008-08-18 23:54:09 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-bnf
Version:	20080818
Release:	3
Summary:	A BNF module for Context
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-bnf
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-bnf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-bnf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The module provides a simple way to write good-looking BNF-
style grammars in ConTeXt. Grammars are written using the BNF
syntax right in your ConTeXt documents, so there is a clear
separation between content and layout. This allows the user to
decide exactly how the grammar is to be displayed, while also
allowing the gist of the grammar to be understood from simply
looking at the source ConTeXt document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/bnf/t-bnf.tex
%doc %{_texmfdistdir}/doc/context/third/bnf/NEWS
%doc %{_texmfdistdir}/doc/context/third/bnf/README
%doc %{_texmfdistdir}/doc/context/third/bnf/t-bnf.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080818-3
+ Revision: f7c0d0d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19729 |14mr|texlive-context-chromato-20060827-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-chromato
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-chromato
Version:	20060827
Release:	3
Summary:	ConTeXt macros for chromatograms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-chromato
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-chromato.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-chromato.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The module provides macros for drawing chromatograms.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/chromato/t-chromato.tex
%doc %{_texmfdistdir}/doc/context/third/chromato/chromato-demo.pdf
%doc %{_texmfdistdir}/doc/context/third/chromato/chromato-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20060827-3
+ Revision: b0fedc9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19730 |14mr|texlive-context-construction-plan-20080818-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-construction-plan
# catalog-date 2008-08-18 23:54:09 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-construction-plan
Version:	20080818
Release:	3
Summary:	Construction plans in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-construction-plan
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-construction-plan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-construction-plan.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
Generate a page with a figure at a well-defined scale.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/construction-plan/t-construction-plan.tex
%doc %{_texmfdistdir}/doc/context/third/construction-plan/construction-plan-demo.pdf
%doc %{_texmfdistdir}/doc/context/third/construction-plan/construction-plan-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080818-3
+ Revision: 57bbba6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19731 |14mr|texlive-context-cyrillicnumbers-20130412-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29905
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-cyrillicnumbers
# catalog-date 2013-04-12 11:27:24 +0200
# catalog-license bsd
# catalog-version undef
Name:		texlive-context-cyrillicnumbers
Version:	20130412
Release:	6
Summary:	Write numbers as cyrillic glyphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-cyrillicnumbers
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-cyrillicnumbers.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-cyrillicnumbers.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The package extends Context's system of number conversion, by
adding numeration using cyrillic letters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/interface/third/t-cyrillicnumbers.xml
%{_texmfdistdir}/tex/context/third/cyrillicnumbers/cyrillicnumbers.lua
%{_texmfdistdir}/tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkii
%{_texmfdistdir}/tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkvi
%doc %{_texmfdistdir}/doc/context/third/cyrillicnumbers/COPYING
%doc %{_texmfdistdir}/doc/context/third/cyrillicnumbers/README.rst
%doc %{_texmfdistdir}/doc/context/third/cyrillicnumbers/cyrillicnumbers.pdf
%doc %{_texmfdistdir}/doc/context/third/cyrillicnumbers/cyrillicnumbers.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130412-6
+ Revision: 2028739
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19732 |14mr|texlive-context-degrade-20080818-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-degrade
# catalog-date 2008-08-18 23:54:09 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-degrade
Version:	20080818
Release:	3
Summary:	Degrading JPEG images in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-degrade
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-degrade.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-degrade.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
TeXLive context-degrade package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/degrade/t-degrade.tex
%doc %{_texmfdistdir}/doc/context/third/degrade/degrade-demo.pdf
%doc %{_texmfdistdir}/doc/context/third/degrade/degrade-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080818-3
+ Revision: 61b89ee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19733 |14mr|texlive-context-filter-20120422-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26248
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-filter
# catalog-date 2012-04-22 10:53:46 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-context-filter
Version:	20120422
Release:	2
Summary:	Run external programs on the contents of a start-stop environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-filter
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-filter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-filter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The filter module provides a simple interface to run external
programs on the contents of a start-stop environment. Options
are available to run the external program only if the content
of the environment has changed, to specify how the program
output should be read back, and to choose the name of the
temporary files that are created. The module is compatible with
both MkII and MkIV.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/filter/t-filter.mkii
%{_texmfdistdir}/tex/context/third/filter/t-filter.mkiv
%{_texmfdistdir}/tex/context/third/filter/t-module-catcodes.tex
%doc %{_texmfdistdir}/doc/context/third/filter/filter.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120422-2
+ Revision: 5ae1e6d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19734 |14mr|texlive-context-fixme-20091109-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-fixme
# catalog-date 2009-11-09 14:23:31 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-context-fixme
Version:	20091109
Release:	3
Summary:	Make editorial marks on a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-fixme
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-fixme.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-fixme.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-fixme.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The module will create a variety of marks, and produce
summaries by mark type.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/fixme/t-fixme.tex
%doc %{_texmfdistdir}/doc/context/third/fixme/fixme.pdf
#- source
%doc %{_texmfdistdir}/source/context/third/fixme/doc/fixme.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091109-3
+ Revision: 7153501
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19735 |14mr|texlive-context-french-20111110-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24582
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-french
# catalog-date 2011-11-10 06:26:05 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-french
Version:	20111110
Release:	3
Summary:	Support for writing French in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-french
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-french.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-french.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context
Requires:	texlive-context

%description
Deals with spacing around French punctuation; the package is
distributed for ConTeXt Mark iv only.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/french/t-french.mkiv
%doc %{_texmfdistdir}/doc/context/third/french/french-demo.pdf
%doc %{_texmfdistdir}/doc/context/third/french/french-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111110-3
+ Revision: 3512bc3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19736 |14mr|texlive-context-fullpage-20110127-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-fullpage
# catalog-date 2011-01-27 09:54:35 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-fullpage
Version:	20110127
Release:	3
Summary:	Overfull pages with ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-fullpage
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-fullpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-fullpage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The (ConTeXt) module copies the functionality of the fullpage,
and adds a styling parameter, given in the \usemodule command.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/interface/third/t-fullpage.xml
%{_texmfdistdir}/tex/context/third/fullpage/t-fullpage.mkii
%{_texmfdistdir}/tex/context/third/fullpage/t-fullpage.mkiv
%doc %{_texmfdistdir}/doc/context/third/fullpage/README
%doc %{_texmfdistdir}/doc/context/third/fullpage/fullpage-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110127-3
+ Revision: 54fd5d5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19737 |14mr|texlive-context-games-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-context-games
Version:	20111103
Release:	3
Summary:	TeXLive context-games package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-games.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-games.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context
Requires:	texlive-skaknew

%description
TeXLive context-games package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/games/games-go.lua
%{_texmfdistdir}/tex/context/third/games/games-go.tex
%{_texmfdistdir}/tex/context/third/games/games-hex.lua
%{_texmfdistdir}/tex/context/third/games/games-hex.tex
%{_texmfdistdir}/tex/context/third/games/holz280.jpg
%{_texmfdistdir}/tex/context/third/games/t-games.tex
%doc %{_texmfdistdir}/doc/context/third/games/README
%doc %{_texmfdistdir}/doc/context/third/games/games-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: 74c8712
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19738 |14mr|texlive-context-gantt-20120320-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25712
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-gantt
# catalog-date 2012-03-20 08:48:23 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-context-gantt
Version:	20120320
Release:	2
Summary:	GANTT module for ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-gantt
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-gantt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-gantt.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context
Requires:	texlive-hatching

%description
Gantt is a module for drawing Gantt charts via metapost or
pgf/tikz.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/gantt/gantt-s-mp.tex
%{_texmfdistdir}/tex/context/third/gantt/gantt-s-tikz.tex
%{_texmfdistdir}/tex/context/third/gantt/t-gantt.tex
%doc %{_texmfdistdir}/doc/context/third/gantt/README
%doc %{_texmfdistdir}/doc/context/third/gantt/examples/gantt-1.tex
%doc %{_texmfdistdir}/doc/context/third/gantt/examples/gantt-2.tex
%doc %{_texmfdistdir}/doc/context/third/gantt/examples/gantt-3.tex
%doc %{_texmfdistdir}/doc/context/third/gantt/examples/gantt-4.tex
%doc %{_texmfdistdir}/doc/context/third/gantt/examples/gantt-5.tex
%doc %{_texmfdistdir}/doc/context/third/gantt/gantt.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120320-2
+ Revision: f6d53cc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19739 |14mr|texlive-context-gnuplot-20060827-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27068
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-gnuplot
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-gnuplot
Version:	20060827
Release:	6
Summary:	Inclusion of Gnuplot graphs in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-gnuplot
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-gnuplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-gnuplot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
Enables simple creation and inclusion of graphs with Gnuplot.
The package writes a script into temporary file, runs Gnuplot
and includes the resulting graphic directly into the document.
See the ConTeXt Garden package page for further details.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/context/third/gnuplot/mp-gnuplot.mp
%{_texmfdistdir}/tex/context/third/gnuplot/t-gnuplot.tex
%doc %{_texmfdistdir}/doc/context/third/gnuplot/example.plt
%doc %{_texmfdistdir}/doc/context/third/gnuplot/fullpage-example.pdf
%doc %{_texmfdistdir}/doc/context/third/gnuplot/fullpage-example.tex
%doc %{_texmfdistdir}/doc/context/third/gnuplot/gnuplot-context-doc.pdf
%doc %{_texmfdistdir}/doc/context/third/gnuplot/gnuplot-context-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20060827-6
+ Revision: c2f33dc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19740 |14mr|texlive-context-letter-20120213-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27229
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-letter
# catalog-date 2012-02-13 08:46:03 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-letter
Version:	20120213
Release:	3
Summary:	Context package for writing letters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-letter
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-letter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-letter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
A means of writing 'vanilla' letters and memos is provided,
with support covering Context Mkii and Mkiv. The design of
letters may be amended by a wide range of style specifications.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-00.lua
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-00.mkii
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-00.mkvi
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-01.mkii
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-01.mkvi
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-02.mkii
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-02.mkvi
%{_texmfdistdir}/tex/context/third/letter/base/t-letter.mkii
%{_texmfdistdir}/tex/context/third/letter/base/t-letter.mkiv
%{_texmfdistdir}/tex/context/third/letter/base/t-memo.mkii
%{_texmfdistdir}/tex/context/third/letter/base/t-memo.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-blockstyle.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-blockstyle.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-default.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-default.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dina.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dina.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dinb.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dinb.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dutch.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dutch.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-french.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-french.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-fullblock.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-fullblock.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-gbrief.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-gbrief.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-hanging.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-hanging.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-knuth.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-knuth.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-modified.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-modified.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-semiblock.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-semiblock.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-setups.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-setups.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-simplified.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-simplified.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-swiss.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-swiss.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-swissleft.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-swissleft.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-default.mkii
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-default.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-margin.mkii
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-margin.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-memo.mkii
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-memo.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-table.mkii
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-table.mkiv
%doc %{_texmfdistdir}/doc/context/third/letter/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120213-3
+ Revision: 4d9dd8f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19741 |14mr|texlive-context-lettrine-20090130-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-lettrine
# catalog-date 2009-01-30 23:54:25 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-context-lettrine
Version:	20090130
Release:	3
Summary:	A ConTeXt implementation of lettrines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-lettrine
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-lettrine.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-lettrine.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
This is a re-implementation of the LaTeX package lettrine.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/interface/third/lettrine.xml
%{_texmfdistdir}/tex/context/third/lettrine/t-lettrine.tex
%doc %{_texmfdistdir}/doc/context/third/lettrine/W.pdf
%doc %{_texmfdistdir}/doc/context/third/lettrine/lettrine-doc.pdf
%doc %{_texmfdistdir}/doc/context/third/lettrine/lettrine-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090130-3
+ Revision: 302889b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19742 |14mr|texlive-context-lilypond-20100312-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-lilypond
# catalog-date 2010-03-12 17:25:27 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-lilypond
Version:	20100312
Release:	3
Summary:	Lilypond code in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-lilypond
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-lilypond.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-lilypond.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
Includes lilypond music definitions direct in a ConTeXt
document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/lilypond/t-lilypond.tex
%doc %{_texmfdistdir}/doc/context/third/lilypond/demo.pdf
%doc %{_texmfdistdir}/doc/context/third/lilypond/t-lilypond.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100312-3
+ Revision: 5f1d267
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19743 |14mr|texlive-context-mathsets-20110513-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-mathsets
# catalog-date 2011-05-13 02:08:48 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-context-mathsets
Version:	20110513
Release:	3
Summary:	Set notation in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-mathsets
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-mathsets.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-mathsets.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
Typeset good-looking set notation (e.g., {x|x \in Y}), as well
as similar things such as Dirac bra-ket notation, conditional
probabilities, etc. The package is a partial port of Donald
Arseneau's LaTeX package braket.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/interface/third/t-mathsets.xml
%{_texmfdistdir}/tex/context/third/mathsets/t-mathsets.tex
%doc %{_texmfdistdir}/doc/context/third/mathsets/mathsets-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110513-3
+ Revision: 8bada29
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19744 |14mr|texlive-context-notes-zh-cn-20091109-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23171
# category Package
# catalog-ctan /info/context-notes-zh-cn
# catalog-date 2009-11-09 14:30:19 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-notes-zh-cn
Version:	20091109
Release:	3
Summary:	Notes on using ConTeXt MkIV
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/context-notes-zh-cn
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-notes-zh-cn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-notes-zh-cn.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-context

%description
An introductory tutorial on ConTeXt, in Chinese. The document
covers ConTeXt installation, fonts, layout design, cross-
reference, project structure, metafun and presentation design.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/README
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/ctxnotes.pdf
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/Makefile
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/basis.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/bibl-lyr.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/bibliography.bib
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/ctxnotes.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/doc-env.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/figures/bookmark.png
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/figures/cow.pdf
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/figures/gardeninglion.jpg
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/figures/header.png
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/fonts.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/layout.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/metafun.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/project.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/references.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/t-layout.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/t-zhfonts.lua
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/t-zhfonts.mkiv
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/t-zhspuncs.lua

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091109-3
+ Revision: bc5e2d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19745 |14mr|texlive-context-rst-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27236
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-rst
# catalog-date 2011-10-03 11:06:20 +0200
# catalog-license other-free
# catalog-version 0.4
Name:		texlive-context-rst
Version:	0.4
Release:	4
Summary:	Process reStructuredText with ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-rst
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-rst.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-rst.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The package provides a converter and module for typesetting
reStructuredText with ConTeXt. The module uses several lua
scripts in doing its work. Documentation is supplied in rst,
which seems to be readable as text, but...

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/context/lua/third/rst/mtx-t-rst.lua
%{_texmfdistdir}/tex/context/interface/third/t-rst.xml
%{_texmfdistdir}/tex/context/third/rst/rst_context.lua
%{_texmfdistdir}/tex/context/third/rst/rst_directives.lua
%{_texmfdistdir}/tex/context/third/rst/rst_helpers.lua
%{_texmfdistdir}/tex/context/third/rst/rst_parser.lua
%{_texmfdistdir}/tex/context/third/rst/rst_setups.lua
%{_texmfdistdir}/tex/context/third/rst/t-rst.mkiv
%doc %{_texmfdistdir}/doc/context/third/rst/COPYING
%doc %{_texmfdistdir}/doc/context/third/rst/README.rst
%doc %{_texmfdistdir}/doc/context/third/rst/documentation.rst
%doc %{_texmfdistdir}/doc/context/third/rst/hybridtest.tex
%doc %{_texmfdistdir}/doc/context/third/rst/inc-first.rst
%doc %{_texmfdistdir}/doc/context/third/rst/inc-second.rst
%doc %{_texmfdistdir}/doc/context/third/rst/inc-third.rst
%doc %{_texmfdistdir}/doc/context/third/rst/inc.tex
%doc %{_texmfdistdir}/doc/context/third/rst/manual.bib
%doc %{_texmfdistdir}/doc/context/third/rst/manual.pdf
%doc %{_texmfdistdir}/doc/context/third/rst/manual.tex
%doc %{_texmfdistdir}/doc/context/third/rst/moduletest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-4
+ Revision: 882733f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19746 |14mr|texlive-context-ruby-20100128-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-ruby
# catalog-date 2010-01-28 13:16:16 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-context-ruby
Version:	20100128
Release:	3
Summary:	Ruby annotations in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-ruby
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-ruby.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-ruby.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
Ruby markup (aka furigana in Japan) are inline annotations
above or below a word to indicate the reading of ideographic
characters. The module implements the specification for simple
ruby described by the W3C in ConTeXt. The position and layout
of the base text and the ruby text can becontrolled by
parameters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/ruby/t-ruby.tex
%doc %{_texmfdistdir}/doc/context/third/ruby/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100128-3
+ Revision: 38774da
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19747 |14mr|texlive-context-simplefonts-20120726-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27171
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-simplefonts
# catalog-date 2012-07-26 08:34:30 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-simplefonts
Version:	20120726
Release:	2
Summary:	Simplified font usage for ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-simplefonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-simplefonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-simplefonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The package defines a set of commands for loading and using
fonts in ConTeXt.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/simplefonts/t-simplefonts.lua
%{_texmfdistdir}/tex/context/third/simplefonts/t-simplefonts.mkii
%{_texmfdistdir}/tex/context/third/simplefonts/t-simplefonts.mkiv
%doc %{_texmfdistdir}/doc/context/third/simplefonts/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120726-2
+ Revision: dd52f90
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19748 |14mr|texlive-context-simpleslides-20131012-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28300
# category ConTeXt
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-context-simpleslides
Version:	20131012
Release:	6
Summary:	TeXLive context-simpleslides package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-simpleslides.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-simpleslides.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
TeXLive context-simpleslides package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/context/lua/third/simpleslides/mtx-simpleslides.lua
%{_texmfdistdir}/tex/context/interface/third/t-simpleslides.xml
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-c-default.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-f-default.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-BigNumber.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-BottomSquares.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Boxed.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-BoxedTitle.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Ellipse.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Embossed.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Framed.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-FramedTitle.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-FuzzyTopic.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-HorizontalStripes.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-NarrowStripes.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-PlainCounter.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-RainbowStripe.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Rounded.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Shaded.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-SideSquares.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-SideToc.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Split.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Sunrise.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Swoosh.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-ThickStripes.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-default.tex
%{_texmfdistdir}/tex/context/third/simpleslides/t-simpleslides.mkii
%{_texmfdistdir}/tex/context/third/simpleslides/t-simpleslides.mkiv
%{_texmfdistdir}/tex/context/third/simpleslides/t-slidesvisualcounter.tex
%doc %{_texmfdistdir}/doc/context/third/simpleslides/example.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/example.tex
%doc %{_texmfdistdir}/doc/context/third/simpleslides/simpleslides.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/simpleslides.tex
%doc %{_texmfdistdir}/doc/context/third/simpleslides/solutions/generic-talk-15min-45min.tex
%doc %{_texmfdistdir}/doc/context/third/simpleslides/solutions/speaker_introduction-2min.tex
%doc %{_texmfdistdir}/doc/context/third/simpleslides/solutions/style-template.tex
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/BigNumber-blue.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/BigNumber-red.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/BottomSquares.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Boxed.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Ellipse.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Embossed.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Framed-square.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Framed-stripe.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/FramedTitle.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/HorizontalStripes-blue.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/HorizontalStripes-green.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/HorizontalStripes-red.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/NarrowStripes-blue.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/NarrowStripes-green.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/NarrowStripes-red.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/RainbowStripe.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Rounded.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Shaded-blue.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Shaded-bluered.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Shaded-green.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/SideSquares.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/SideToc.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Split.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Sunrise.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Swoosh.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/ThickStripes.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131012-6
+ Revision: 835b346
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19749 |14mr|texlive-context-transliterator-20130409-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29801
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-transliterator
# catalog-date 2013-04-09 13:56:04 +0200
# catalog-license bsd
# catalog-version undef
Name:		texlive-context-transliterator
Version:	20130409
Release:	6
Summary:	Transliterate text from 'other' alphabets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-transliterator
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-transliterator.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-transliterator.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The package will read text in one alphabet, and provide a
transliterated version in another; this is useful for readers
who cannot read the original alphabet. The package can make
allowance for hyphenation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/interface/third/t-transliterator.xml
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.ctl
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.log
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.mkii
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.mkiv
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.mkiv.prep
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.pdf
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.run
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.tex
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.tuc
%{_texmfdistdir}/tex/context/third/transliterator/trans_tables_bg.lua
%{_texmfdistdir}/tex/context/third/transliterator/trans_tables_glag.lua
%{_texmfdistdir}/tex/context/third/transliterator/trans_tables_gr.lua
%{_texmfdistdir}/tex/context/third/transliterator/trans_tables_iso9.lua
%{_texmfdistdir}/tex/context/third/transliterator/trans_tables_scntfc.lua
%{_texmfdistdir}/tex/context/third/transliterator/trans_tables_sr.lua
%{_texmfdistdir}/tex/context/third/transliterator/trans_tables_trsc.lua
%{_texmfdistdir}/tex/context/third/transliterator/transliterator.ctl
%{_texmfdistdir}/tex/context/third/transliterator/transliterator.log
%{_texmfdistdir}/tex/context/third/transliterator/transliterator.lua
%{_texmfdistdir}/tex/context/third/transliterator/transliterator.run
%{_texmfdistdir}/tex/context/third/transliterator/transliterator.tuc
%doc %{_texmfdistdir}/doc/context/third/transliterator/COPYING
%doc %{_texmfdistdir}/doc/context/third/transliterator/transliterator.pdf
%doc %{_texmfdistdir}/doc/context/third/transliterator/transliterator.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130409-6
+ Revision: cc7186e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19750 |14mr|texlive-context-typearea-20080818-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-typearea
# catalog-date 2008-08-18 23:54:09 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-typearea
Version:	20080818
Release:	3
Summary:	Something like Koma-Script typearea
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-typearea
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-typearea.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-typearea.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The module provides a command that calculates the page layout
as the LaTeX package typearea does.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/typearea/t-typearea.tex
%doc %{_texmfdistdir}/doc/context/third/typearea/typearea-demo.pdf
%doc %{_texmfdistdir}/doc/context/third/typearea/typearea-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080818-3
+ Revision: dbff44f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19751 |14mr|texlive-context-typescripts-20120216-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25411
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-typescripts
# catalog-date 2012-02-16 15:23:58 +0100
# catalog-license gpl2
# catalog-version undef
Name:		texlive-context-typescripts
Version:	20120216
Release:	2
Summary:	Small modules to load various fonts for use in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-typescripts
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-typescripts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-typescripts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The package provides files offering interfaces to 33 publicly
available fonts (or collections of fonts from the same
foundry); each is available in a .mkii and a .mkiv version.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/typescripts/type-adobe.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-adobe.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-aller.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-aller.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-anivers.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-anivers.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-audimat.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-audimat.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-axel.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-axel.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-azuro.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-azuro.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-calluna.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-calluna.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-charissil.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-charissil.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-charter.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-charter.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-delicious.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-delicious.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-diavlo.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-diavlo.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-droid.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-droid.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-ernestine.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-fertigo.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-fertigo.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-fontin.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-fontin.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-goudysans.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-goudysans.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-junicode.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-junicode.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-justus.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-justus.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-kaffeesatz.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-kaffeesatz.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-kontrapunkt.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-kontrapunkt.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-liberation.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-liberation.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-luxi.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-luxi.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-miso.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-miso.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-museo.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-museo.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-office.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-pigiarniq.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-pigiarniq.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-sabon.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-sabon.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-tallys.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-tallys.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-tuffy.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-tuffy.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-ubuntu.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-ubuntu.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-uqammaq.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-uqammaq.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-vera.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-vera.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-verajja.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-verajja.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-vollkorn.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-vollkorn.mkiv
%doc %{_texmfdistdir}/doc/context/third/typescripts/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120216-2
+ Revision: ad31630
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19752 |14mr|texlive-context-vim-20120529-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27231
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-vim
# catalog-date 2012-05-29 08:52:39 +0200
# catalog-license bsd
# catalog-version undef
Name:		texlive-context-vim
Version:	20120529
Release:	2
Summary:	Generate Context syntax highlighting code from vim
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-vim
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-vim.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-vim.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context
Requires:	texlive-context-filter

%description
ConTeXt has excellent pretty printing capabilities for many
languages. The code for pretty printing is written in TeX, and
due to catcode juggling, such verbatim typesetting is perhaps
the trickiest part of TeX. This makes it difficult for a
"normal" user to define syntax highlighting rules for a new
language. This module takes the onus of defining syntax
highlighting rules away from the user and uses ViM editor to
generate the syntax highlighting. There is a helper
2context.vim script to do the syntax parsing in ViM.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/vim/2context.vim
%{_texmfdistdir}/tex/context/third/vim/t-syntax-groups.tex
%{_texmfdistdir}/tex/context/third/vim/t-syntax-highlight.mkii
%{_texmfdistdir}/tex/context/third/vim/t-syntax-highlight.mkiv
%{_texmfdistdir}/tex/context/third/vim/t-vim.tex
%doc %{_texmfdistdir}/doc/context/third/vim/vim.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120529-2
+ Revision: 8e023a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19753 |14mr|texlive-contour-2.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18950
# category Package
# catalog-ctan /macros/latex/contrib/contour
# catalog-date 2006-12-09 15:50:57 +0100
# catalog-license lppl
# catalog-version 2.14
Name:		texlive-contour
Version:	2.14
Release:	3
Summary:	Print a coloured contour around text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/contour
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/contour.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/contour.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/contour.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package generates a coloured contour around a given text
in order to enable printing text over a background without the
need of a coloured box around the text.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/contour/contour.cfg
%{_texmfdistdir}/tex/latex/contour/contour.sty
%{_texmfdistdir}/tex/latex/contour/dvips.cnt
%{_texmfdistdir}/tex/latex/contour/dvipsone.cnt
%{_texmfdistdir}/tex/latex/contour/pdftex.cnt
%{_texmfdistdir}/tex/latex/contour/vtex.cnt
%doc %{_texmfdistdir}/doc/latex/contour/ChangeLog
%doc %{_texmfdistdir}/doc/latex/contour/Makefile
%doc %{_texmfdistdir}/doc/latex/contour/README
%doc %{_texmfdistdir}/doc/latex/contour/contour.pdf
%doc %{_texmfdistdir}/doc/latex/contour/contourtest.tex
#- source
%doc %{_texmfdistdir}/source/latex/contour/contour.dtx
%doc %{_texmfdistdir}/source/latex/contour/contour.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.14-3
+ Revision: ba67cad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19754 |14mr|texlive-contracard-1.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31745
# category Package
# catalog-ctan /macros/latex/contrib/contracard
# catalog-date 2013-09-17 14:49:30 +0200
# catalog-license lppl1.3
# catalog-version 1.0.0
Name:		texlive-contracard
Version:	1.0.0
Release:	6
Summary:	Generate calling cards for dances
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/contracard
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/contracard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/contracard.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/contracard.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class may be used to create calling cards for traditional
country dances, such as contra and square dances.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/contracard/contracard.cls
%doc %{_texmfdistdir}/doc/latex/contracard/LICENSE
%doc %{_texmfdistdir}/doc/latex/contracard/Makefile
%doc %{_texmfdistdir}/doc/latex/contracard/README
%doc %{_texmfdistdir}/doc/latex/contracard/README.md
%doc %{_texmfdistdir}/doc/latex/contracard/contracard.lod
%doc %{_texmfdistdir}/doc/latex/contracard/contracard.pdf
%doc %{_texmfdistdir}/doc/latex/contracard/contracard.sty
#- source
%doc %{_texmfdistdir}/source/latex/contracard/contracard.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-6
+ Revision: 340c500
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19755 |14mr|texlive-convbkmk-0.08-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30408
# category Package
# catalog-ctan /support/convbkmk
# catalog-date 2013-05-11 15:57:43 +0200
# catalog-license noinfo
# catalog-version 0.08
Name:		texlive-convbkmk
Version:	0.08
Release:	9
Summary:	Correct platex/uplatex bookmarks in PDF created with hyperref
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/convbkmk
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/convbkmk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/convbkmk.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-convbkmk.bin = %{EVRD}
Conflicts:  texlive-uptex < 1:1.11

%description
The package provides a small Ruby script that corrects
bookmarks in PDF files created by platex/uplatex, using
hyperref.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/convbkmk
%{_texmfdistdir}/scripts/convbkmk/convbkmk.rb
%doc %{_texmfdistdir}/doc/support/convbkmk/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/convbkmk/convbkmk.rb convbkmk
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.08-9
+ Revision: 14e2701
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19756 |14mr|texlive-cooking-0.9b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cooking
# catalog-date 2006-12-09 15:50:57 +0100
# catalog-license gpl
# catalog-version 0.9b
Name:		texlive-cooking
Version:	0.9b
Release:	3
Summary:	Typeset recipes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cooking
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cooking.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cooking.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cooking.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package typesets recipes according to the style used in a
well-respected German cookery book.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cooking/cooking.sty
%doc %{_texmfdistdir}/doc/latex/cooking/COPYING
%doc %{_texmfdistdir}/doc/latex/cooking/README
%doc %{_texmfdistdir}/doc/latex/cooking/cooking.pdf
%doc %{_texmfdistdir}/doc/latex/cooking/kraut.tex
#- source
%doc %{_texmfdistdir}/source/latex/cooking/cooking.dtx
%doc %{_texmfdistdir}/source/latex/cooking/cooking.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9b-3
+ Revision: d5685ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19757 |14mr|texlive-cookingsymbols-20111110-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24526
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-cookingsymbols
Version:	20111110
Release:	3
Summary:	TeXLive cookingsymbols package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cookingsymbols.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cookingsymbols.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cookingsymbols.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
TeXLive cookingsymbols package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/cookingsymbols/cookingsymbols.mf
%{_texmfdistdir}/fonts/tfm/public/cookingsymbols/cookingsymbols.tfm
%{_texmfdistdir}/tex/latex/cookingsymbols/cookingsymbols.sty
%doc %{_texmfdistdir}/doc/latex/cookingsymbols/README
%doc %{_texmfdistdir}/doc/latex/cookingsymbols/cookingsymbols.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cookingsymbols/cookingsymbols.dtx
%doc %{_texmfdistdir}/source/latex/cookingsymbols/cookingsymbols.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111110-3
+ Revision: 18a1182
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19758 |14mr|texlive-cookybooky-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16216
# category Package
# catalog-ctan /macros/latex/contrib/cookybooky
# catalog-date 2009-11-28 09:57:52 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-cookybooky
Version:	1.0
Release:	4
Summary:	A package to easily typeset some professional looking cooking recipes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cookybooky
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cookybooky.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cookybooky.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cookybooky.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package typesets recipes in a quite eye-pleasing way (with
additional pictures).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cookybooky/cookybooky.sty
%{_texmfdistdir}/tex/latex/cookybooky/myRecipe.cfg
%doc %{_texmfdistdir}/doc/latex/cookybooky/README
%doc %{_texmfdistdir}/doc/latex/cookybooky/documentation/Manual.pdf
%doc %{_texmfdistdir}/doc/latex/cookybooky/examples/ex_1.pdf
%doc %{_texmfdistdir}/doc/latex/cookybooky/examples/ex_1.tex
%doc %{_texmfdistdir}/doc/latex/cookybooky/examples/graphics/bg.eps
%doc %{_texmfdistdir}/doc/latex/cookybooky/examples/graphics/bg_transparent.eps
%doc %{_texmfdistdir}/doc/latex/cookybooky/examples/graphics/bgraph.eps
%doc %{_texmfdistdir}/doc/latex/cookybooky/examples/graphics/sgraph.eps
#- source
%doc %{_texmfdistdir}/source/latex/cookybooky/cookybooky.dtx
%doc %{_texmfdistdir}/source/latex/cookybooky/cookybooky.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-4
+ Revision: a85b253
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19759 |14mr|texlive-cool-1.35-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cool
# catalog-date 2007-03-05 15:26:58 +0100
# catalog-license lgpl
# catalog-version 1.35
Name:		texlive-cool
Version:	1.35
Release:	3
Summary:	COntent-Oriented LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cool
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cool.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cool.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cool.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package gives LaTeX the power to retain mathematical
meaning of its expressions in addition to the typsetting
instructions; essentially separating style from the content of
the math. One advantage of keeping mathematical meaning is that
conversion of LaTeX documents to other executable formats (such
as Content MathML or Mathematica code) is greatly simplified.
The package requires the coolstr, coollist and forloop
packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cool/cool.sty
%doc %{_texmfdistdir}/doc/latex/cool/Content_LaTeX_Package_Demo.pdf
%doc %{_texmfdistdir}/doc/latex/cool/Content_LaTeX_Package_Demo.tex
%doc %{_texmfdistdir}/doc/latex/cool/README
%doc %{_texmfdistdir}/doc/latex/cool/cool.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cool/cool.dtx
%doc %{_texmfdistdir}/source/latex/cool/cool.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.35-3
+ Revision: 6cac2c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19760 |14mr|texlive-coollist-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/coollist
# catalog-date 2009-09-20 17:23:54 +0200
# catalog-license lgpl
# catalog-version 1.4
Name:		texlive-coollist
Version:	1.4
Release:	3
Summary:	Manipulate COntent Oriented LaTeX Lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/coollist
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coollist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coollist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coollist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Lists are defined as a sequence of tokens separated by a comma.
The coollist package allows the user to access certain elements
of the list while neglecting others--essentially turning lists
into a sort of array. Lists elements are accessed by specifying
the position of the object within the list (the index of the
item).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/coollist/coollist.sty
%doc %{_texmfdistdir}/doc/latex/coollist/README
%doc %{_texmfdistdir}/doc/latex/coollist/coollist.pdf
#- source
%doc %{_texmfdistdir}/source/latex/coollist/coollist.dtx
%doc %{_texmfdistdir}/source/latex/coollist/coollist.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 5e81b46
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19761 |14mr|texlive-coolstr-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/coolstr
# catalog-date 2009-09-09 20:34:25 +0200
# catalog-license lgpl
# catalog-version 2.2
Name:		texlive-coolstr
Version:	2.2
Release:	3
Summary:	String manipulation in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/coolstr
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coolstr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coolstr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coolstr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Coolstr is a subpackage of the cool bundle that deals with the
manipulation of strings. A string is defined as a sequence of
characters (not tokens). The package provides the ability to
access a specific character of a string, as well as determine
if the string contains numeric or integer data.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/coolstr/coolstr.sty
%doc %{_texmfdistdir}/doc/latex/coolstr/README
%doc %{_texmfdistdir}/doc/latex/coolstr/coolstr.pdf
#- source
%doc %{_texmfdistdir}/source/latex/coolstr/coolstr.dtx
%doc %{_texmfdistdir}/source/latex/coolstr/coolstr.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-3
+ Revision: 7dbdd5a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19762 |14mr|texlive-coolthms-1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29062
# category Package
# catalog-ctan /macros/latex/contrib/coolthms
# catalog-date 2013-02-04 23:34:24 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-coolthms
Version:	1.2
Release:	6
Summary:	Reference items in a theorem environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/coolthms
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coolthms.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coolthms.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coolthms.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to directly reference items of
lists nested in theorem-like environments (e.g., as 'Theorem 1
a'). The package extends the ntheorem and cleveref packages.
The package also provides other theorem markup commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/coolthms/coolthms.sty
%doc %{_texmfdistdir}/doc/latex/coolthms/README
%doc %{_texmfdistdir}/doc/latex/coolthms/coolthms.pdf
#- source
%doc %{_texmfdistdir}/source/latex/coolthms/coolthms.dtx
%doc %{_texmfdistdir}/source/latex/coolthms/coolthms.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-6
+ Revision: 0261da6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19763 |14mr|texlive-cooltooltips-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cooltooltips
# catalog-date 2007-03-05 15:26:58 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-cooltooltips
Version:	1.0
Release:	3
Summary:	Associate a pop-up window and tooltip with PDF hyperlinks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cooltooltips
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cooltooltips.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cooltooltips.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cooltooltips.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The cooltooltips package enables a document to contain
hyperlinks that pop up a brief tooltip when the mouse moves
over them and also open a small window containing additional
text. cooltooltips provides the mechanism used by the Visual
LaTeX FAQ to indicate the question that each hyperlink answers.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cooltooltips/cooltooltips.sty
%doc %{_texmfdistdir}/doc/latex/cooltooltips/README
%doc %{_texmfdistdir}/doc/latex/cooltooltips/cooltooltips.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cooltooltips/cooltooltips.dtx
%doc %{_texmfdistdir}/source/latex/cooltooltips/cooltooltips.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: cb4084a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19764 |14mr|texlive-coordsys-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/coordsys
# catalog-date 2007-02-20 10:49:06 +0100
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-coordsys
Version:	1.4
Release:	3
Summary:	Draw cartesian coordinate systems
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/coordsys
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coordsys.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coordsys.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coordsys.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for typesetting number lines
(coordinate axes), coordinate systems and grids in the picture
environment. The package may be integrated with other drawing
mechanisms: the documentation shows examples of drawing graphs
(coordinate tables created by Maple), using the eepic package's
drawing capabilities.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/coordsys/coordsys.sty
%{_texmfdistdir}/tex/latex/coordsys/logsys.sty
%doc %{_texmfdistdir}/doc/latex/coordsys/README
%doc %{_texmfdistdir}/doc/latex/coordsys/coordsys.pdf
%doc %{_texmfdistdir}/doc/latex/coordsys/putfile.maple
#- source
%doc %{_texmfdistdir}/source/latex/coordsys/coordsys.dtx
%doc %{_texmfdistdir}/source/latex/coordsys/coordsys.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 0ca2384
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19765 |14mr|texlive-copyrightbox-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24829
# category Package
# catalog-ctan /macros/latex/contrib/copyrightbox
# catalog-date 2011-12-11 19:15:48 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-copyrightbox
Version:	0.1
Release:	3
Summary:	Provide copyright notices for images in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/copyrightbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/copyrightbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/copyrightbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package command \copyrightbox[<placement>]{<image
command>}{<text>}, which places the text as a copyright notice
relating to the matter created by the image command.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/copyrightbox/copyrightbox.sty
%doc %{_texmfdistdir}/doc/latex/copyrightbox/README
%doc %{_texmfdistdir}/doc/latex/copyrightbox/coin.jpg
%doc %{_texmfdistdir}/doc/latex/copyrightbox/copyrightbox.pdf
%doc %{_texmfdistdir}/doc/latex/copyrightbox/copyrightbox.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: b5ca758
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19766 |14mr|texlive-coseoul-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23862
# category Package
# catalog-ctan /macros/latex/contrib/coseoul
# catalog-date 2011-09-06 16:13:05 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-coseoul
Version:	1.1
Release:	3
Summary:	Context sensitive outline elements
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/coseoul
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coseoul.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coseoul.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides "relative" commands that may be used in
place of \chapter, \section, etc. The documentation shows a
number of document-management scenarios in which such commands
are valuable.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/coseoul/coseoul.sty
%doc %{_texmfdistdir}/doc/latex/coseoul/README
%doc %{_texmfdistdir}/doc/latex/coseoul/coseoul.pdf
%doc %{_texmfdistdir}/doc/latex/coseoul/coseoul.tex
%doc %{_texmfdistdir}/doc/latex/coseoul/cosexamp.pdf
%doc %{_texmfdistdir}/doc/latex/coseoul/cosexamp.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 4226137
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19767 |14mr|texlive-countriesofeurope-0.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26042
# category Package
# catalog-ctan /fonts/countriesofeurope
# catalog-date 2012-04-19 16:32:32 +0200
# catalog-license lppl
# catalog-version 0.21
Name:		texlive-countriesofeurope
Version:	0.21
Release:	3
Summary:	A font with the images of the countries of Europe
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/countriesofeurope
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/countriesofeurope.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/countriesofeurope.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides a font "CountriesOfEurope" (in Adobe Type 1
format) and the necessary metrics, together with LaTeX macros
for its use. The font provides glyphs with a filled outline of
the shape of each country; each glyph is at the same
cartographic scale.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/countriesofeurope/config.CountriesOfEurope
%{_texmfdistdir}/fonts/afm/public/countriesofeurope/CountriesOfEurope.afm
%{_texmfdistdir}/fonts/enc/dvips/countriesofeurope/CountriesOfEurope.enc
%{_texmfdistdir}/fonts/map/dvips/countriesofeurope/CountriesOfEurope.map
%{_texmfdistdir}/fonts/tfm/public/countriesofeurope/CountriesOfEurope.tfm
%{_texmfdistdir}/fonts/type1/public/countriesofeurope/CountriesOfEurope.pfb
%{_texmfdistdir}/tex/latex/countriesofeurope/CountriesOfEurope.sty
%doc %{_texmfdistdir}/doc/fonts/countriesofeurope/CountriesOfEurope.pdf
%doc %{_texmfdistdir}/doc/fonts/countriesofeurope/CountriesOfEurope.tex
%doc %{_texmfdistdir}/doc/fonts/countriesofeurope/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.21-3
+ Revision: 462f839
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19768 |14mr|texlive-counttexruns-1.00a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27576
# category Package
# catalog-ctan /macros/latex/contrib/counttexruns
# catalog-date 2012-08-31 19:14:38 +0200
# catalog-license lppl1.3
# catalog-version 1.00a
Name:		texlive-counttexruns
Version:	1.00a
Release:	7
Summary:	Count compilations of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/counttexruns
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/counttexruns.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/counttexruns.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/counttexruns.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package counts how often a LaTeX document is compiled,
keeping the data in an external file. To print the count, can
use the macro \thecounttexruns.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/counttexruns/counttexruns.sty
%doc %{_texmfdistdir}/doc/latex/counttexruns/README
%doc %{_texmfdistdir}/doc/latex/counttexruns/counttexruns.pdf
#- source
%doc %{_texmfdistdir}/source/latex/counttexruns/counttexruns.dtx
%doc %{_texmfdistdir}/source/latex/counttexruns/counttexruns.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00a-7
+ Revision: f65e486
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19769 |14mr|texlive-courier-20110301-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21993
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-courier
Version:	20110301
Release:	3
Summary:	URW "Base 35" font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/courier.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/courier/config.ucr
%{_texmfdistdir}/fonts/afm/adobe/courier/pcrb8a.afm
%{_texmfdistdir}/fonts/afm/adobe/courier/pcrbo8a.afm
%{_texmfdistdir}/fonts/afm/adobe/courier/pcrr8a.afm
%{_texmfdistdir}/fonts/afm/adobe/courier/pcrro8a.afm
%{_texmfdistdir}/fonts/afm/ibm/courier/cour.afm
%{_texmfdistdir}/fonts/afm/ibm/courier/courb.afm
%{_texmfdistdir}/fonts/afm/ibm/courier/courbi.afm
%{_texmfdistdir}/fonts/afm/ibm/courier/couri.afm
%{_texmfdistdir}/fonts/afm/ibm/courier/cr-pc8.afm
%{_texmfdistdir}/fonts/afm/ibm/courier/crb-pc8.afm
%{_texmfdistdir}/fonts/afm/ibm/courier/crbi-pc8.afm
%{_texmfdistdir}/fonts/afm/ibm/courier/cri-pc8.afm
%{_texmfdistdir}/fonts/afm/urw/courier/ucrb8a.afm
%{_texmfdistdir}/fonts/afm/urw/courier/ucrbo8a.afm
%{_texmfdistdir}/fonts/afm/urw/courier/ucrr8a.afm
%{_texmfdistdir}/fonts/afm/urw/courier/ucrro8a.afm
%{_texmfdistdir}/fonts/map/dvips/courier/ucr.map
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrb.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrb7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrb8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrb8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrb8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrbc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrbc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrbc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrbo.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrbo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrbo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrbo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrbo8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrr.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrr7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrr8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrr8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrr8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrrc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrrc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrrc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrro.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrro7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrro8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrro8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/courier/pcrro8t.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/ccrb.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/ccrb8t.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/ccrbi.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/ccrbi8t.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/ccrr.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/ccrr8t.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/ccrri.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/ccrri8t.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crb10u.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crb2n.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crb6j.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crb7j.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crb8u.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crb9t.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/cri10u.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/cri2n.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/cri6j.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/cri7j.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/cri8u.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/cri9t.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crj10u.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crj2n.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crj6j.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crj7j.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crj8u.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crj9t.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crr10u.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crr2n.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crr6j.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crr7j.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crr8u.tfm
%{_texmfdistdir}/fonts/tfm/cg/courier/crr9t.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/courier/pcrb8u.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/courier/pcrbc8u.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/courier/pcrbo8u.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/courier/pcrr8u.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/courier/pcrrc8u.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/courier/pcrro8u.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/courier/rpcrb.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/courier/rpcrbo.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/courier/rpcrr.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/courier/rpcrro.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrb7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrb8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrb8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrb8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrbc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrbc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrbo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrbo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrbo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrbo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrr7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrr8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrr8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrr8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrrc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrrc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrro7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrro8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrro8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/courier/ucrro8t.tfm
%{_texmfdistdir}/fonts/type1/adobe/courier/pcrb8a.pfb
%{_texmfdistdir}/fonts/type1/adobe/courier/pcrbi8a.pfb
%{_texmfdistdir}/fonts/type1/adobe/courier/pcrbo8a.pfb
%{_texmfdistdir}/fonts/type1/adobe/courier/pcri8a.pfb
%{_texmfdistdir}/fonts/type1/adobe/courier/pcrr8a.pfb
%{_texmfdistdir}/fonts/type1/adobe/courier/pcrro8a.pfb
%{_texmfdistdir}/fonts/type1/urw/courier/ucrb8a.pfb
%{_texmfdistdir}/fonts/type1/urw/courier/ucrb8a.pfm
%{_texmfdistdir}/fonts/type1/urw/courier/ucrbo8a.pfb
%{_texmfdistdir}/fonts/type1/urw/courier/ucrbo8a.pfm
%{_texmfdistdir}/fonts/type1/urw/courier/ucrr8a.pfb
%{_texmfdistdir}/fonts/type1/urw/courier/ucrr8a.pfm
%{_texmfdistdir}/fonts/type1/urw/courier/ucrro8a.pfb
%{_texmfdistdir}/fonts/type1/urw/courier/ucrro8a.pfm
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrb.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrb7t.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrb8c.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrb8t.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrbc.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrbc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrbc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrbo.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrbo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrbo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrbo8t.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrr.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrr7t.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrr8c.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrr8t.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrrc.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrrc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrrc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrro.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrro7t.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrro8c.vf
%{_texmfdistdir}/fonts/vf/adobe/courier/pcrro8t.vf
%{_texmfdistdir}/fonts/vf/cg/courier/ccrb.vf
%{_texmfdistdir}/fonts/vf/cg/courier/ccrb8t.vf
%{_texmfdistdir}/fonts/vf/cg/courier/ccrbi.vf
%{_texmfdistdir}/fonts/vf/cg/courier/ccrbi8t.vf
%{_texmfdistdir}/fonts/vf/cg/courier/ccrr.vf
%{_texmfdistdir}/fonts/vf/cg/courier/ccrr8t.vf
%{_texmfdistdir}/fonts/vf/cg/courier/ccrri.vf
%{_texmfdistdir}/fonts/vf/cg/courier/ccrri8t.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/courier/pcrb8u.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/courier/pcrbc8u.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/courier/pcrbo8u.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/courier/pcrr8u.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/courier/pcrrc8u.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/courier/pcrro8u.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrb7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrb8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrb8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrbc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrbc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrbo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrbo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrbo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrr7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrr8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrr8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrrc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrrc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrro7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrro8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/courier/ucrro8t.vf
%{_texmfdistdir}/tex/latex/courier/8rucr.fd
%{_texmfdistdir}/tex/latex/courier/omlucr.fd
%{_texmfdistdir}/tex/latex/courier/omsucr.fd
%{_texmfdistdir}/tex/latex/courier/ot1ucr.fd
%{_texmfdistdir}/tex/latex/courier/t1ucr.fd
%{_texmfdistdir}/tex/latex/courier/ts1ucr.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110301-3
+ Revision: f5bd39a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19770 |14mr|texlive-courier-scaled-20111225-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24940
# category Package
# catalog-ctan /fonts/psfonts/courier-scaled
# catalog-date 2011-12-25 01:31:26 +0100
# catalog-license lppl1.2
# catalog-version undef
Name:		texlive-courier-scaled
Version:	20111225
Release:	2
Summary:	Provides a scaled Courier font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/psfonts/courier-scaled
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/courier-scaled.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/courier-scaled.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package sets the default typewriter font to Courier with a
possible scale factor (in the same way as the helvet package
for Helvetica works for sans serif).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/courier-scaled/8rpcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/couriers.sty
%{_texmfdistdir}/tex/latex/courier-scaled/il2pcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/ly1pcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/omlpcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/omspcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/ot1pcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/t1pcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/t5pcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/ts1pcrs.fd
%{_texmfdistdir}/tex/latex/courier-scaled/xl2pcrs.fd
%doc %{_texmfdistdir}/doc/fonts/courier-scaled/Couriers.pdf
%doc %{_texmfdistdir}/doc/fonts/courier-scaled/Couriers.tex
%doc %{_texmfdistdir}/doc/fonts/courier-scaled/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111225-2
+ Revision: 12de6fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19771 |14mr|texlive-courseoutline-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/courseoutline
# catalog-date 2008-09-18 22:52:44 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-courseoutline
Version:	1.0
Release:	3
Summary:	Prepare university course outlines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/courseoutline
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/courseoutline.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/courseoutline.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Courseoutline is a class designed to minimise markup in a
tedious task that needs to be repeated often.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/courseoutline/courseoutline.cls
%doc %{_texmfdistdir}/doc/latex/courseoutline/Outline.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 14ab81e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19772 |14mr|texlive-coursepaper-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/coursepaper
# catalog-date 2008-09-18 22:52:44 +0200
# catalog-license other-free
# catalog-version 2.0
Name:		texlive-coursepaper
Version:	2.0
Release:	3
Summary:	Prepare university course papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/coursepaper
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coursepaper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coursepaper.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Coursepaper is a class with which students can provide simple
course papers, in a uniform design to ease the task of marking.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/coursepaper/coursepaper.cls
%doc %{_texmfdistdir}/doc/latex/coursepaper/coursepaper.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 88d2e21
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19773 |14mr|texlive-coverpage-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/coverpage
# catalog-date 2007-03-05 15:26:58 +0100
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-coverpage
Version:	1.01
Release:	4
Summary:	Automatic cover page creation for scientific papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/coverpage
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coverpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coverpage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coverpage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package CoverPage was created to supplement scientific
papers with a cover page containing bibliographical
information, a copyright notice, and/or some logos of the
author's institution. The cover page is created (almost)
automatically; this is done by parsing BibTeX information
corresponding to the main document and reading a configuration
file in which the author can set information like the
affiliation he or she is associated with. The cover page
consists of header, body and footer; all three are macros which
can be redefined using \renewcommand, thus allowing easy
customization of the package. Additionally, it should be
stressed that the cover page layout is totally independent of
the main document and its page layout. This package requires
four other packages (keyval, url, textcomp, and verbatim), but
all of them are standard packages and should be part of every
LaTeX installation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/coverpage/CoverPage.cfg
%{_texmfdistdir}/tex/latex/coverpage/CoverPage.sty
%doc %{_texmfdistdir}/doc/latex/coverpage/CoverPage.pdf
%doc %{_texmfdistdir}/doc/latex/coverpage/ECCV06Sample.pdf
%doc %{_texmfdistdir}/doc/latex/coverpage/README
%doc %{_texmfdistdir}/doc/latex/coverpage/SimpleSample.BibTeX.txt
%doc %{_texmfdistdir}/doc/latex/coverpage/SimpleSample.pdf
%doc %{_texmfdistdir}/doc/latex/coverpage/SimpleSample.tex
#- source
%doc %{_texmfdistdir}/source/latex/coverpage/CoverPage.dtx
%doc %{_texmfdistdir}/source/latex/coverpage/CoverPage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-4
+ Revision: d1c4a81
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19774 |14mr|texlive-covington-20100405-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17750
# category Package
# catalog-ctan /macros/latex/contrib/covington
# catalog-date 2010-04-05 22:57:39 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-covington
Version:	20100405
Release:	3
Summary:	Linguistic support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/covington
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/covington.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/covington.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Numerous minor LaTeX enhancements for linguistics, including
multiple accents on the same letter, interline glosses (word-
by-word translations), Discourse Representation Structures, and
example numbering.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/covington/covington.sty
%doc %{_texmfdistdir}/doc/latex/covington/covington.pdf
%doc %{_texmfdistdir}/doc/latex/covington/covington.tex
%doc %{_texmfdistdir}/doc/latex/covington/covingtonGerm.pdf
%doc %{_texmfdistdir}/doc/latex/covington/covingtonGerm.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100405-3
+ Revision: fdc0610
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19775 |14mr|texlive-c-pascal-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18337
# category Package
# catalog-ctan /macros/generic/c_pascal
# catalog-date 2008-01-08 01:09:19 +0100
# catalog-license pd
# catalog-version 1.2
Name:		texlive-c-pascal
Version:	1.2
Release:	3
Summary:	Typeset Python, C and Pascal programs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/c_pascal
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/c-pascal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/c-pascal.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
A TeX macro package for easy typesetting programs in Python, C
and Pascal. Program source files may also be input.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/c-pascal/cap.tex
%{_texmfdistdir}/tex/generic/c-pascal/cap_c.tex
%{_texmfdistdir}/tex/generic/c-pascal/cap_comm.tex
%{_texmfdistdir}/tex/generic/c-pascal/cap_pas.tex
%{_texmfdistdir}/tex/generic/c-pascal/cap_pyt.tex
%doc %{_texmfdistdir}/doc/generic/c-pascal/README.eng
%doc %{_texmfdistdir}/doc/generic/c-pascal/README.pol
%doc %{_texmfdistdir}/doc/generic/c-pascal/demo1.tex
%doc %{_texmfdistdir}/doc/generic/c-pascal/demo2.tex
%doc %{_texmfdistdir}/doc/generic/c-pascal/prog/fib.py
%doc %{_texmfdistdir}/doc/generic/c-pascal/prog/guess.pas
%doc %{_texmfdistdir}/doc/generic/c-pascal/prog/sun.c

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: c31bade
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19776 |14mr|texlive-cprotect-1.0e-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21209
# category Package
# catalog-ctan /macros/latex/contrib/cprotect
# catalog-date 2011-01-27 23:21:47 +0100
# catalog-license lppl1.3
# catalog-version 1.0e
Name:		texlive-cprotect
Version:	1.0e
Release:	3
Summary:	Allow verbatim, etc., in macro arguments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cprotect
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cprotect.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cprotect.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cprotect.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines the macro \cprotect that makes a following
macro proof against verbatim in its argument; as, for example,
\cprotect\section{\verb"foo"} A similar macro \cprotEnv
(applied to the \begin of an environment) sanitises the
behavior of fragile environments. Moving arguments, and
corresponding "tables of ..." work happily.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cprotect/cprotect.sty
%doc %{_texmfdistdir}/doc/latex/cprotect/README
%doc %{_texmfdistdir}/doc/latex/cprotect/README.txt
%doc %{_texmfdistdir}/doc/latex/cprotect/cprotect.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cprotect/cprotect.dtx
%doc %{_texmfdistdir}/source/latex/cprotect/cprotect.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0e-3
+ Revision: 0840dd3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19777 |14mr|texlive-crbox-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24414
# category Package
# catalog-ctan /macros/latex/contrib/crbox
# catalog-date 2011-10-26 21:25:52 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-crbox
Version:	0.1
Release:	3
Summary:	Boxes with crossed corners
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/crbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package implements a \crbox command which produces boxes
with crossing lines at the corners.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/crbox/crbox.sty
%doc %{_texmfdistdir}/doc/latex/crbox/README
%doc %{_texmfdistdir}/doc/latex/crbox/crbox-doc.pdf
%doc %{_texmfdistdir}/doc/latex/crbox/crbox-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 4aacc1e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19778 |14mr|texlive-crop-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/crop
# catalog-date 2009-07-10 18:40:58 +0200
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-crop
Version:	1.5
Release:	3
Summary:	Support for cropmarks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/crop
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crop.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crop.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crop.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package providing corner marks for camera alignment as well
as for trimming paper stacks, and additional page information
on every page if required. Most macros are easily adaptable to
personal preferences. An option is provided for selectively
suppressing graphics or text, which may be useful for printing
just colour graphics on a colour laser printer and the rest on
a cheap mono laser printer. A page info line contains the time
and a new cropmarks index and is printed at the top of the
page. A configuration command is provided for the info line
font. Options for better collaboration with dvips, pdftex and
vtex are provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/crop/crop.sty
%doc %{_texmfdistdir}/doc/latex/crop/crop.pdf
%doc %{_texmfdistdir}/doc/latex/crop/crop.txt
#- source
%doc %{_texmfdistdir}/source/latex/crop/Makefile
%doc %{_texmfdistdir}/source/latex/crop/crop.dtx
%doc %{_texmfdistdir}/source/latex/crop/crop.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: 457dcc3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19779 |14mr|texlive-crossreference-20070101-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/crossreference
# catalog-date 2007-01-01 17:45:33 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-crossreference
Version:	20070101
Release:	3
Summary:	Crossreferences within documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/crossreference
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crossreference.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crossreference.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crossreference.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines cross-references (essentially 'grand' label
references), which may be listed in a table of cross-
references.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/crossreference/crossreference.sty
%doc %{_texmfdistdir}/doc/latex/crossreference/README
%doc %{_texmfdistdir}/doc/latex/crossreference/crossreference.pdf
%doc %{_texmfdistdir}/doc/latex/crossreference/xrefexample.tex
#- source
%doc %{_texmfdistdir}/source/latex/crossreference/crossreference.drv
%doc %{_texmfdistdir}/source/latex/crossreference/crossreference.dtx
%doc %{_texmfdistdir}/source/latex/crossreference/crossreference.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070101-3
+ Revision: b0c341e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19780 |14mr|texlive-crossword-1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gene/crossword
# catalog-date 2009-11-13 01:13:22 +0100
# catalog-license other-free
# catalog-version 1.8
Name:		texlive-crossword
Version:	1.8
Release:	3
Summary:	Typeset crossword puzzles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gene/crossword
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crossword.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crossword.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crossword.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An extended grid-based puzzle package, designed to take all
input (both grid and clues) from the same file. The package can
typeset grids with holes in them (for advertisements, or other
sorts of stuff), and can deal with several sorts of puzzle: -
The classical puzzle contains numbers for the words and clues
for the words to be filled in. - The numbered puzzle contains
numbers in each cell where identical numbers represent
identical letters. The goal is to find out which number
corresponds to which letter. - The fill-in type of puzzle
consists of a grid and a list of words. The goal is to place
all words in the grid. - Sudoku and Kakuro puzzles involve
filling in grids of numbers according to their own rules.
Format may be block-separated, or separated by thick lines.
Input to the package is somewhat redundant: specification of
the grid is separate from specification of the clues (if
they're necessary). The author considers this style both
'natural' and robust.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/crossword/cwpuzzle.sty
%doc %{_texmfdistdir}/doc/latex/crossword/README
%doc %{_texmfdistdir}/doc/latex/crossword/cwpuzzle.pdf
#- source
%doc %{_texmfdistdir}/source/latex/crossword/Makefile
%doc %{_texmfdistdir}/source/latex/crossword/cwpuzzle.dtx
%doc %{_texmfdistdir}/source/latex/crossword/cwpuzzle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8-3
+ Revision: bbabf6d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19781 |14mr|texlive-crosswrd-3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16896
# category Package
# catalog-ctan /macros/latex/contrib/crosswrd
# catalog-date 2010-02-01 17:14:28 +0100
# catalog-license lppl
# catalog-version 3.0
Name:		texlive-crosswrd
Version:	3.0
Release:	3
Summary:	Macros for typesetting crossword puzzles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/crosswrd
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crosswrd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crosswrd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crosswrd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a LaTeX method of typesetting crosswords,
and assists the composer ensure that the grid all goes together
properly. Brian Hamilton Kelly's original was written for LaTeX
2.09, and needed to be updated to run with current LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/crosswrd/crosswrd.sty
%doc %{_texmfdistdir}/doc/latex/crosswrd/README
%doc %{_texmfdistdir}/doc/latex/crosswrd/crosswrd.pdf
%doc %{_texmfdistdir}/doc/latex/crosswrd/grid0.tex
%doc %{_texmfdistdir}/doc/latex/crosswrd/grid1.tex
%doc %{_texmfdistdir}/doc/latex/crosswrd/grid2.tex
%doc %{_texmfdistdir}/doc/latex/crosswrd/test0.tex
%doc %{_texmfdistdir}/doc/latex/crosswrd/test1.tex
%doc %{_texmfdistdir}/doc/latex/crosswrd/test2.tex
#- source
%doc %{_texmfdistdir}/source/latex/crosswrd/crosswrd.dtx
%doc %{_texmfdistdir}/source/latex/crosswrd/crosswrd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-3
+ Revision: bfcb885
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19782 |14mr|texlive-cryst-20080815-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/cryst
# catalog-date 2008-08-15 14:30:40 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-cryst
Version:	20080815
Release:	3
Summary:	Font for graphical symbols used in crystallography
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cryst
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cryst.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cryst.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The font is provided as an Adobe Type 1 font, and as MetaFont
source. Instructions for use are available both in the README
file and (with a font diagram) in the documentation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/cryst/cryst.afm
%{_texmfdistdir}/fonts/source/public/cryst/cryst.mf
%{_texmfdistdir}/fonts/tfm/public/cryst/cryst.tfm
%{_texmfdistdir}/fonts/type1/public/cryst/cryst.pfb
%doc %{_texmfdistdir}/doc/latex/cryst/README
%doc %{_texmfdistdir}/doc/latex/cryst/cryst1.pdf
%doc %{_texmfdistdir}/doc/latex/cryst/cryst1.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080815-3
+ Revision: 06f3c6e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19783 |14mr|texlive-cs-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-cs
Version:	20111103
Release:	3
Summary:	TeXLive cs package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cs.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
TeXLive cs package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/cs/config.cs
%{_texmfdistdir}/fonts/enc/dvips/cs/csin.enc
%{_texmfdistdir}/fonts/enc/dvips/cs/csr.enc
%{_texmfdistdir}/fonts/enc/dvips/cs/csr1.enc
%{_texmfdistdir}/fonts/enc/dvips/cs/cstt.enc
%{_texmfdistdir}/fonts/map/dvips/cs/csfont-e.map
%{_texmfdistdir}/fonts/map/dvips/cs/csother.map
%{_texmfdistdir}/fonts/map/dvips/cs/cstext.map
%{_texmfdistdir}/fonts/source/public/cs/csaccent.mf
%{_texmfdistdir}/fonts/source/public/cs/csacutl.mf
%{_texmfdistdir}/fonts/source/public/cs/csacutu.mf
%{_texmfdistdir}/fonts/source/public/cs/csadded.mf
%{_texmfdistdir}/fonts/source/public/cs/csb10.mf
%{_texmfdistdir}/fonts/source/public/cs/csb12.mf
%{_texmfdistdir}/fonts/source/public/cs/csb17.mf
%{_texmfdistdir}/fonts/source/public/cs/csb5.mf
%{_texmfdistdir}/fonts/source/public/cs/csb6.mf
%{_texmfdistdir}/fonts/source/public/cs/csb7.mf
%{_texmfdistdir}/fonts/source/public/cs/csb8.mf
%{_texmfdistdir}/fonts/source/public/cs/csb9.mf
%{_texmfdistdir}/fonts/source/public/cs/csbx10.mf
%{_texmfdistdir}/fonts/source/public/cs/csbx12.mf
%{_texmfdistdir}/fonts/source/public/cs/csbx5.mf
%{_texmfdistdir}/fonts/source/public/cs/csbx6.mf
%{_texmfdistdir}/fonts/source/public/cs/csbx7.mf
%{_texmfdistdir}/fonts/source/public/cs/csbx8.mf
%{_texmfdistdir}/fonts/source/public/cs/csbx9.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxsl10.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxsl12.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxsl5.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxsl6.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxsl7.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxsl8.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxsl9.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxti10.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxti12.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxti17.mf
%{_texmfdistdir}/fonts/source/public/cs/cscode.mf
%{_texmfdistdir}/fonts/source/public/cs/cscsc10.mf
%{_texmfdistdir}/fonts/source/public/cs/cscsc12.mf
%{_texmfdistdir}/fonts/source/public/cs/cscsc17.mf
%{_texmfdistdir}/fonts/source/public/cs/cscsc8.mf
%{_texmfdistdir}/fonts/source/public/cs/cscsc9.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh10.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh12.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh17.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh5.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh6.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh7.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh8.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh9.mf
%{_texmfdistdir}/fonts/source/public/cs/csff10.mf
%{_texmfdistdir}/fonts/source/public/cs/csfi10.mf
%{_texmfdistdir}/fonts/source/public/cs/csfib10.mf
%{_texmfdistdir}/fonts/source/public/cs/csfib12.mf
%{_texmfdistdir}/fonts/source/public/cs/csfib8.mf
%{_texmfdistdir}/fonts/source/public/cs/csfib9.mf
%{_texmfdistdir}/fonts/source/public/cs/cshachel.mf
%{_texmfdistdir}/fonts/source/public/cs/cshacheu.mf
%{_texmfdistdir}/fonts/source/public/cs/cshyph.mf
%{_texmfdistdir}/fonts/source/public/cs/csiacutl.mf
%{_texmfdistdir}/fonts/source/public/cs/csihachl.mf
%{_texmfdistdir}/fonts/source/public/cs/csinch.mf
%{_texmfdistdir}/fonts/source/public/cs/csiothrl.mf
%{_texmfdistdir}/fonts/source/public/cs/csitt10.mf
%{_texmfdistdir}/fonts/source/public/cs/csitt12.mf
%{_texmfdistdir}/fonts/source/public/cs/csitt17.mf
%{_texmfdistdir}/fonts/source/public/cs/csitt8.mf
%{_texmfdistdir}/fonts/source/public/cs/csitt9.mf
%{_texmfdistdir}/fonts/source/public/cs/csotherl.mf
%{_texmfdistdir}/fonts/source/public/cs/csotheru.mf
%{_texmfdistdir}/fonts/source/public/cs/csr10.mf
%{_texmfdistdir}/fonts/source/public/cs/csr12.mf
%{_texmfdistdir}/fonts/source/public/cs/csr17.mf
%{_texmfdistdir}/fonts/source/public/cs/csr5.mf
%{_texmfdistdir}/fonts/source/public/cs/csr6.mf
%{_texmfdistdir}/fonts/source/public/cs/csr7.mf
%{_texmfdistdir}/fonts/source/public/cs/csr8.mf
%{_texmfdistdir}/fonts/source/public/cs/csr9.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl10.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl12.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl17.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl5.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl6.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl7.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl8.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl9.mf
%{_texmfdistdir}/fonts/source/public/cs/cssltt10.mf
%{_texmfdistdir}/fonts/source/public/cs/cssltt12.mf
%{_texmfdistdir}/fonts/source/public/cs/cssltt8.mf
%{_texmfdistdir}/fonts/source/public/cs/cssltt9.mf
%{_texmfdistdir}/fonts/source/public/cs/csss10.mf
%{_texmfdistdir}/fonts/source/public/cs/csss12.mf
%{_texmfdistdir}/fonts/source/public/cs/csss17.mf
%{_texmfdistdir}/fonts/source/public/cs/csss8.mf
%{_texmfdistdir}/fonts/source/public/cs/csss9.mf
%{_texmfdistdir}/fonts/source/public/cs/csssbx10.mf
%{_texmfdistdir}/fonts/source/public/cs/csssbx12.mf
%{_texmfdistdir}/fonts/source/public/cs/csssbx17.mf
%{_texmfdistdir}/fonts/source/public/cs/csssbx9.mf
%{_texmfdistdir}/fonts/source/public/cs/csssdc10.mf
%{_texmfdistdir}/fonts/source/public/cs/csssi10.mf
%{_texmfdistdir}/fonts/source/public/cs/csssi12.mf
%{_texmfdistdir}/fonts/source/public/cs/csssi17.mf
%{_texmfdistdir}/fonts/source/public/cs/csssi8.mf
%{_texmfdistdir}/fonts/source/public/cs/csssi9.mf
%{_texmfdistdir}/fonts/source/public/cs/csssq8.mf
%{_texmfdistdir}/fonts/source/public/cs/csssqi8.mf
%{_texmfdistdir}/fonts/source/public/cs/cstcsc10.mf
%{_texmfdistdir}/fonts/source/public/cs/cstcsc12.mf
%{_texmfdistdir}/fonts/source/public/cs/cstcsc17.mf
%{_texmfdistdir}/fonts/source/public/cs/cstex10.mf
%{_texmfdistdir}/fonts/source/public/cs/cstex8.mf
%{_texmfdistdir}/fonts/source/public/cs/cstex9.mf
%{_texmfdistdir}/fonts/source/public/cs/csti10.mf
%{_texmfdistdir}/fonts/source/public/cs/csti12.mf
%{_texmfdistdir}/fonts/source/public/cs/csti17.mf
%{_texmfdistdir}/fonts/source/public/cs/csti7.mf
%{_texmfdistdir}/fonts/source/public/cs/csti8.mf
%{_texmfdistdir}/fonts/source/public/cs/csti9.mf
%{_texmfdistdir}/fonts/source/public/cs/cstt10.mf
%{_texmfdistdir}/fonts/source/public/cs/cstt12.mf
%{_texmfdistdir}/fonts/source/public/cs/cstt8.mf
%{_texmfdistdir}/fonts/source/public/cs/cstt9.mf
%{_texmfdistdir}/fonts/source/public/cs/csu10.mf
%{_texmfdistdir}/fonts/source/public/cs/csu12.mf
%{_texmfdistdir}/fonts/source/public/cs/csu17.mf
%{_texmfdistdir}/fonts/source/public/cs/csu7.mf
%{_texmfdistdir}/fonts/source/public/cs/csu8.mf
%{_texmfdistdir}/fonts/source/public/cs/csu9.mf
%{_texmfdistdir}/fonts/source/public/cs/csvtt10.mf
%{_texmfdistdir}/fonts/source/public/cs/csvtt12.mf
%{_texmfdistdir}/fonts/source/public/cs/csvtt8.mf
%{_texmfdistdir}/fonts/source/public/cs/csvtt9.mf
%{_texmfdistdir}/fonts/source/public/cs/icscsc10.mf
%{_texmfdistdir}/fonts/source/public/cs/icstt8.mf
%{_texmfdistdir}/fonts/source/public/cs/ilcsss8.mf
%{_texmfdistdir}/fonts/source/public/cs/ilcsssb8.mf
%{_texmfdistdir}/fonts/source/public/cs/ilcsssi8.mf
%{_texmfdistdir}/fonts/source/public/cs/kmcsc.mf
%{_texmfdistdir}/fonts/source/public/cs/kmroman.mf
%{_texmfdistdir}/fonts/source/public/cs/kmtexset.mf
%{_texmfdistdir}/fonts/source/public/cs/kmtextit.mf
%{_texmfdistdir}/fonts/source/public/cs/kmtitle.mf
%{_texmfdistdir}/fonts/source/public/cs/lcsss8.mf
%{_texmfdistdir}/fonts/source/public/cs/lcsssb8.mf
%{_texmfdistdir}/fonts/source/public/cs/lcsssi8.mf
%{_texmfdistdir}/fonts/tfm/public/cs/csb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csb12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csb17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csb5.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csb6.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csb7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csb8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csb9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxsl5.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxsl6.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxsl7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxti17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cscsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cscsc12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cscsc17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cscsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cscsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh5.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh6.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csff10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csfi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csfib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csfib12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csfib9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csinch.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csitt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csitt17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csitt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csitt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl5.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl6.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssltt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssltt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssltt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssbx17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cstcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cstcsc12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cstcsc17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csti17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cstt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cstt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cstt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cstt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csu12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csu17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csu7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csu8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csu9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csvtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csvtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csvtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/icscsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/icstt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/ilcsss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/ilcsssb8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/ilcsssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/lcsss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/lcsssb8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/lcsssi8.tfm
%{_texmfdistdir}/fonts/type1/public/cs/README
%{_texmfdistdir}/fonts/type1/public/cs/csb10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbx10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbx12.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbx5.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbx6.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbx7.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbx8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbx9.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbxsl10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbxti10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cscsc10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csdunh10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csff10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csfi10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csfib8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csinch.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csitt10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr12.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr17.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr5.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr6.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr7.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr9.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cssl10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cssl12.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cssl8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cssl9.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cssltt10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csss10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csss12.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csss17.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csss8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csss9.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssbx10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssdc10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssi10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssi12.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssi17.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssi8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssi9.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssq8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssqi8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cstcsc10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csti10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csti12.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csti7.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csti8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csti9.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cstt10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cstt12.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cstt8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cstt9.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csu10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csvtt10.pfb
%_texmf_updmap_d/cs

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/cs <<EOF
MixedMap csother.map
MixedMap cstext.map
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: 4a4ae56
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19784 |14mr|texlive-csbulletin-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/csbulletin
# catalog-date 2008-08-17 11:40:59 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-csbulletin
Version:	1.0
Release:	3
Summary:	LaTeX class for articles submitted to the CSTUG Bulletin (Zpravodaj)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/csbulletin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csbulletin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csbulletin.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the class for articles for the CSTUG
Bulletin (Zpravodaj Ceskoslovenskeho sdruzeni uzivatelu TeXu).
You can see the structure of a document by looking to the
source file of the manual.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/csbulletin/csbulacronym.sty
%{_texmfdistdir}/tex/latex/csbulletin/csbulletin.cls
%doc %{_texmfdistdir}/doc/latex/csbulletin/LICENSE.txt
%doc %{_texmfdistdir}/doc/latex/csbulletin/README
%doc %{_texmfdistdir}/doc/latex/csbulletin/csbulletin.pdf
%doc %{_texmfdistdir}/doc/latex/csbulletin/csbulletin.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 081dab7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19785 |14mr|texlive-cslatex-20120425-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28596
# category Package
# catalog-ctan /macros/cstex/base/cslatex.tar.gz
# catalog-date 2012-04-25 13:09:32 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-cslatex
Version:	20120425
Release:	6
Summary:	LaTeX support for Czech/Slovak typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/cstex/base/cslatex.tar.gz
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cslatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cslatex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires(post):	texlive-csplain
Requires:	texlive-latex
Requires:	texlive-cslatex.bin

%description
TeXLive cslatex package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/cslatex/base/cslatex.ini
%{_texmfdistdir}/tex/cslatex/base/czech.sty
%{_texmfdistdir}/tex/cslatex/base/fonttext.cfg
%{_texmfdistdir}/tex/cslatex/base/hyphen.cfg
%{_texmfdistdir}/tex/cslatex/base/il2cmdh.fd
%{_texmfdistdir}/tex/cslatex/base/il2cmfib.fd
%{_texmfdistdir}/tex/cslatex/base/il2cmfr.fd
%{_texmfdistdir}/tex/cslatex/base/il2cmr.fd
%{_texmfdistdir}/tex/cslatex/base/il2cmss.fd
%{_texmfdistdir}/tex/cslatex/base/il2cmtt.fd
%{_texmfdistdir}/tex/cslatex/base/il2cmvtt.fd
%{_texmfdistdir}/tex/cslatex/base/il2enc.def
%{_texmfdistdir}/tex/cslatex/base/il2lcmss.fd
%{_texmfdistdir}/tex/cslatex/base/il2lcmtt.fd
%{_texmfdistdir}/tex/cslatex/base/slovak.sty
%{_texmfdistdir}/tex/cslatex/cspsfonts/cspsfont.il2
%{_texmfdistdir}/tex/cslatex/cspsfonts/cspsfont.tex
%{_texmfdistdir}/tex/cslatex/cspsfonts/cspsfont.xl2
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2pag.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2pbk.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2pcr.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2phv.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2phvn.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2pnc.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2ppl.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2ptm.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2pzc.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/nhelvet.sty
%{_texmfdistdir}/tex/cslatex/cspsfonts/ntimes.sty
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2pag.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2pbk.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2pcr.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2phv.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2phvn.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2pnc.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2ppl.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2ptm.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2pzc.fd
%_texmf_fmtutil_d/cslatex
#- source
%doc %{_texmfdistdir}/source/cslatex/base/cslatex.dtx
%doc %{_texmfdistdir}/source/cslatex/base/cslatex.ins

%doc %{_texmfdistdir}/source/cslatex/cspsfonts/cspsfont.doc
%doc %{_texmfdistdir}/source/cslatex/cspsfonts/cspsfont.drv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/cslatex <<EOF
#
# from cslatex:
cslatex pdftex - -etex cslatex.ini
pdfcslatex pdftex - -etex cslatex.ini
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120425-6
+ Revision: 6565777
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19786 |14mr|texlive-csplain-20090924-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22650
# category Package
# catalog-ctan /macros/cstex/base/csplain.tar.gz
# catalog-date 2009-09-24 20:53:04 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-csplain
Version:	20090924
Release:	5
Summary:	Plain TeX support for Czech/Slovak typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/cstex/base/csplain.tar.gz
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csplain.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires(post):	texlive-cs
Requires:	texlive-tex
Requires:	texlive-csplain.bin

%description
TeXLive csplain package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/csplain/base/cavantga.tex
%{_texmfdistdir}/tex/csplain/base/cbookman.tex
%{_texmfdistdir}/tex/csplain/base/chelvet.tex
%{_texmfdistdir}/tex/csplain/base/cncent.tex
%{_texmfdistdir}/tex/csplain/base/cpalatin.tex
%{_texmfdistdir}/tex/csplain/base/csenc-k.tex
%{_texmfdistdir}/tex/csplain/base/csenc-p.tex
%{_texmfdistdir}/tex/csplain/base/csenc-u.tex
%{_texmfdistdir}/tex/csplain/base/csenc-w.tex
%{_texmfdistdir}/tex/csplain/base/cseplain.ini
%{_texmfdistdir}/tex/csplain/base/csfonts.tex
%{_texmfdistdir}/tex/csplain/base/csplain-utf8.ini
%{_texmfdistdir}/tex/csplain/base/csplain.ini
%{_texmfdistdir}/tex/csplain/base/ctimes.tex
%{_texmfdistdir}/tex/csplain/base/czech.sty
%{_texmfdistdir}/tex/csplain/base/czhyphen.ex
%{_texmfdistdir}/tex/csplain/base/czhyphen.tex
%{_texmfdistdir}/tex/csplain/base/dcfonts.tex
%{_texmfdistdir}/tex/csplain/base/ecfonts.tex
%{_texmfdistdir}/tex/csplain/base/extcode.tex
%{_texmfdistdir}/tex/csplain/base/fonttabs.tex
%{_texmfdistdir}/tex/csplain/base/hyphen.ex
%{_texmfdistdir}/tex/csplain/base/hyphen.lan
%{_texmfdistdir}/tex/csplain/base/il2code.tex
%{_texmfdistdir}/tex/csplain/base/plaina4.tex
%{_texmfdistdir}/tex/csplain/base/skhyphen.ex
%{_texmfdistdir}/tex/csplain/base/skhyphen.tex
%{_texmfdistdir}/tex/csplain/base/slovak.sty
%{_texmfdistdir}/tex/csplain/base/t1code.tex
%{_texmfdistdir}/tex/csplain/base/ttimes.tex
%_texmf_fmtutil_d/csplain

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/csplain <<EOF
#
# from csplain:
csplain pdftex - -etex -translate-file=cp227.tcx csplain.ini
pdfcsplain pdftex - -etex -translate-file=cp227.tcx csplain.ini
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090924-5
+ Revision: 722fd69
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19787 |14mr|texlive-csquotes-5.1d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24393
# category Package
# catalog-ctan /macros/latex/contrib/csquotes
# catalog-date 2011-10-24 17:03:17 +0200
# catalog-license lppl
# catalog-version 5.1d
Name:		texlive-csquotes
Version:	5.1d
Release:	3
Summary:	Context sensitive quotation facilities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/csquotes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csquotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csquotes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides advanced facilities for inline and
display quotations. It is designed for a wide range of tasks
ranging from the most simple applications to the more complex
demands of formal quotations. The facilities include commands,
environments, and user-definable 'smart quotes' which
dynamically adjust to their context. Quotation marks are
switched automatically if quotations are nested and they can be
adjusted to the current language if the babel package is
available. There are additional facilities designed to cope
with the more specific demands of academic writing, especially
in the humanities and the social sciences. All quote styles as
well as the optional active quotes are freely configurable. The
package is dependent on e-TeX, and requires the author's
etoolbox package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/csquotes/csq-compat.def
%{_texmfdistdir}/tex/latex/csquotes/csquotes.cfg
%{_texmfdistdir}/tex/latex/csquotes/csquotes.def
%{_texmfdistdir}/tex/latex/csquotes/csquotes.sty
%doc %{_texmfdistdir}/doc/latex/csquotes/README
%doc %{_texmfdistdir}/doc/latex/csquotes/RELEASE
%doc %{_texmfdistdir}/doc/latex/csquotes/csquotes.pdf
%doc %{_texmfdistdir}/doc/latex/csquotes/csquotes.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.1d-3
+ Revision: 9ec99ca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19788 |14mr|texlive-csquotes-de-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23371
# category Package
# catalog-ctan /info/translations/csquotes/de
# catalog-date 2011-05-30 20:16:57 +0200
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-csquotes-de
Version:	1.01
Release:	3
Summary:	German translation of csquotes documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/csquotes/de
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csquotes-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csquotes-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a translation of the documentation of csquotes version
5.1.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/csquotes-de/LIESMICH
%doc %{_texmfdistdir}/doc/latex/csquotes-de/csquotes-DE.pdf
%doc %{_texmfdistdir}/doc/latex/csquotes-de/csquotes-DE.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: 9e89677
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19789 |14mr|texlive-cstex-20131121-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32249
# category Package
# catalog-ctan /macros/cstex
# catalog-date 2013-11-21 20:02:41 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-cstex
Version:	20131121
Release:	6
Summary:	Support for Czech/Slovak languages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/cstex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cstex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cstex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This package mirrors the macros part of the home site's
distribution of CSTeX. The licence (modified GPL) applies to
some of the additions that make it a Czech/Slovak language
distribution, rather than the distribution of a basic
Plain/LaTeX distribution.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/cstex/00-README-cslatex
%doc %{_texmfdistdir}/doc/cstex/INSTALL.cslatex
%doc %{_texmfdistdir}/doc/cstex/README-csplain
%doc %{_texmfdistdir}/doc/cstex/README-cspsfont
%doc %{_texmfdistdir}/doc/cstex/README-doc
%doc %{_texmfdistdir}/doc/cstex/README-opmac
%doc %{_texmfdistdir}/doc/cstex/README.cslatex
%doc %{_texmfdistdir}/doc/cstex/cspsfonts-gen/README
%doc %{_texmfdistdir}/doc/cstex/cspsfonts-gen/fontgen
%doc %{_texmfdistdir}/doc/cstex/cspsfonts-gen/kernoff.c
%doc %{_texmfdistdir}/doc/cstex/cspsfonts-gen/mkf
%doc %{_texmfdistdir}/doc/cstex/cspsfonts-gen/mkfc
%doc %{_texmfdistdir}/doc/cstex/cspsfonts-gen/xl2.enc
%doc %{_texmfdistdir}/doc/cstex/cspsfonts-gen/xt2.enc
%doc %{_texmfdistdir}/doc/cstex/cstexman.pdf
%doc %{_texmfdistdir}/doc/cstex/cstexman.tex
%doc %{_texmfdistdir}/doc/cstex/jemny.errata
%doc %{_texmfdistdir}/doc/cstex/jemny.pdf
%doc %{_texmfdistdir}/doc/cstex/jemny.tar.gz
%doc %{_texmfdistdir}/doc/cstex/lic-gpl.eng
%doc %{_texmfdistdir}/doc/cstex/opmac-d.pdf
%doc %{_texmfdistdir}/doc/cstex/opmac-d.tex
%doc %{_texmfdistdir}/doc/cstex/opmac-u.pdf
%doc %{_texmfdistdir}/doc/cstex/opmac-u.tex
%doc %{_texmfdistdir}/doc/cstex/pdfuni-article.pdf
%doc %{_texmfdistdir}/doc/cstex/pdfuni-article.tex
%doc %{_texmfdistdir}/doc/cstex/prvni.pdf
%doc %{_texmfdistdir}/doc/cstex/prvni.tex
%doc %{_texmfdistdir}/doc/cstex/test8z.pdf
%doc %{_texmfdistdir}/doc/cstex/test8z.tex
%doc %{_texmfdistdir}/doc/cstex/testgyre8z.pdf
%doc %{_texmfdistdir}/doc/cstex/testgyre8z.tex
%doc %{_texmfdistdir}/doc/cstex/testlat.tex
%doc %{_texmfdistdir}/doc/cstex/zmeny.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131121-6
+ Revision: 7c34df4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19790 |14mr|texlive-csvsimple-1.05-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25618
# category Package
# catalog-ctan /macros/latex/contrib/csvsimple
# catalog-date 2012-03-12 18:07:18 +0100
# catalog-license lppl1.3
# catalog-version 1.05
Name:		texlive-csvsimple
Version:	1.05
Release:	2
Summary:	Simple CSV file processing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/csvsimple
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csvsimple.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csvsimple.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a simple LaTeX interface for the
processing of files with comma separated values (CSV); it
relies on the key value syntax supported by pgfkeys to simplify
usage. Filtering and table generation is especially supported;
however, this lightweight tool offers no support for data
sorting or data base storage.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/csvsimple/csvsimple.sty
%doc %{_texmfdistdir}/doc/latex/csvsimple/CHANGES
%doc %{_texmfdistdir}/doc/latex/csvsimple/README
%doc %{_texmfdistdir}/doc/latex/csvsimple/csvsimple-example.pdf
%doc %{_texmfdistdir}/doc/latex/csvsimple/csvsimple-example.tex
%doc %{_texmfdistdir}/doc/latex/csvsimple/csvsimple.pdf
%doc %{_texmfdistdir}/doc/latex/csvsimple/csvsimple.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.05-2
+ Revision: bf72861
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19791 |14mr|texlive-csvtools-1.24-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /obsolete/macros/latex/contrib/csvtools
# catalog-date 2008-10-15 11:51:27 +0200
# catalog-license lppl
# catalog-version 1.24
Name:		texlive-csvtools
Version:	1.24
Release:	3
Summary:	Reading data from CSV files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/obsolete/macros/latex/contrib/csvtools
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csvtools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csvtools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csvtools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The csvtools package allows you to repeatedly perform a set of
LaTeX commands on data in each row of a comma separated
variable (CSV) file (though substitution of the 'comma' is
permitted). Such files may be used as source for mail merging,
generating tables etc. Examples are given in the documentation.
The distribution also provides packages: csvsort, that provides
analagous commands to those in the main package, having first
sorted the data (using the xfor and compare packages); and
csvpie, for creating a pie-chart from a CSV file. The bundle
has now been superseded by the datatool bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/csvtools/csvpie.sty
%{_texmfdistdir}/tex/latex/csvtools/csvsort.sty
%{_texmfdistdir}/tex/latex/csvtools/csvtools.sty
%doc %{_texmfdistdir}/doc/latex/csvtools/CHANGES
%doc %{_texmfdistdir}/doc/latex/csvtools/README
%doc %{_texmfdistdir}/doc/latex/csvtools/csvtools.pdf
%doc %{_texmfdistdir}/doc/latex/csvtools/csvtools.pl
%doc %{_texmfdistdir}/doc/latex/csvtools/manual.html
#- source
%doc %{_texmfdistdir}/source/latex/csvtools/csvtools.dtx
%doc %{_texmfdistdir}/source/latex/csvtools/csvtools.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.24-3
+ Revision: b75eeb8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19792 |14mr|texlive-ctable-1.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23834
# category Package
# catalog-ctan /macros/latex/contrib/ctable
# catalog-date 2011-09-05 13:58:41 +0200
# catalog-license lppl
# catalog-version 1.21
Name:		texlive-ctable
Version:	1.21
Release:	3
Summary:	Easily typeset centered tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ctable
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctable.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctable.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctable.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides commands to easily typeset centered, left- or right-
aligned table and (multiple-)figure floats, with footnotes.
Instead of an environment, a command with 4 arguments is used;
the first is optional and is used for key,value pairs
generating variations on the defaults and offering a route for
future extensions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ctable/ctable.sty
%doc %{_texmfdistdir}/doc/latex/ctable/01a
%doc %{_texmfdistdir}/doc/latex/ctable/01b
%doc %{_texmfdistdir}/doc/latex/ctable/02k
%doc %{_texmfdistdir}/doc/latex/ctable/02l
%doc %{_texmfdistdir}/doc/latex/ctable/02m
%doc %{_texmfdistdir}/doc/latex/ctable/03a
%doc %{_texmfdistdir}/doc/latex/ctable/03b
%doc %{_texmfdistdir}/doc/latex/ctable/04a
%doc %{_texmfdistdir}/doc/latex/ctable/04b
%doc %{_texmfdistdir}/doc/latex/ctable/05a
%doc %{_texmfdistdir}/doc/latex/ctable/05b
%doc %{_texmfdistdir}/doc/latex/ctable/06a
%doc %{_texmfdistdir}/doc/latex/ctable/06b
%doc %{_texmfdistdir}/doc/latex/ctable/07a
%doc %{_texmfdistdir}/doc/latex/ctable/07b
%doc %{_texmfdistdir}/doc/latex/ctable/08a
%doc %{_texmfdistdir}/doc/latex/ctable/08b
%doc %{_texmfdistdir}/doc/latex/ctable/09b
%doc %{_texmfdistdir}/doc/latex/ctable/10a
%doc %{_texmfdistdir}/doc/latex/ctable/10b
%doc %{_texmfdistdir}/doc/latex/ctable/12a
%doc %{_texmfdistdir}/doc/latex/ctable/12b
%doc %{_texmfdistdir}/doc/latex/ctable/13a
%doc %{_texmfdistdir}/doc/latex/ctable/13b
%doc %{_texmfdistdir}/doc/latex/ctable/13c
%doc %{_texmfdistdir}/doc/latex/ctable/14a
%doc %{_texmfdistdir}/doc/latex/ctable/README
%doc %{_texmfdistdir}/doc/latex/ctable/ctable.pdf
%doc %{_texmfdistdir}/doc/latex/ctable/doit
%doc %{_texmfdistdir}/doc/latex/ctable/inst
%doc %{_texmfdistdir}/doc/latex/ctable/lion.png
%doc %{_texmfdistdir}/doc/latex/ctable/penguin.jpg
#- source
%doc %{_texmfdistdir}/source/latex/ctable/ctable.dtx
%doc %{_texmfdistdir}/source/latex/ctable/ctable.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.21-3
+ Revision: a0af37d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19793 |14mr|texlive-ctanify-1.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30921
# category Package
# catalog-ctan /support/ctanify
# catalog-date 2013-06-19 07:13:38 +0200
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-ctanify
Version:	1.4
Release:	6
Summary:	Prepare a package for upload to CTAN
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/ctanify
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctanify.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctanify.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-ctanify.bin = %{EVRD}

%description
Given a list of filenames, ctanify creates a tarball (a .tar.gz
file) with the files laid out in CTAN's preferred structure.
The tarball additionally contains a ZIP (.zip) file with copies
of all files laid out in the standard TeX Directory Structure
(TDS), which may be used by those intending to install the
package, or by those who need to incorporate it in a
distribution. (The TDS ZIP file will be installed in the CTAN
install/ tree.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/ctanify
%{_texmfdistdir}/scripts/ctanify/ctanify
%doc %{_texmfdistdir}/doc/latex/ctanify/README
%doc %{_texmfdistdir}/doc/latex/ctanify/ctanify.pdf
%doc %{_mandir}/man1/ctanify.1*
%doc %{_texmfdistdir}/doc/man/man1/ctanify.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ctanify/ctanify ctanify
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-6
+ Revision: 62f15bc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19794 |14mr|texlive-ctanupload-1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/ctanupload
# catalog-date 2012-05-08 15:13:49 +0200
# catalog-license gpl3
# catalog-version 1.7
Name:		texlive-ctanupload
Version:	1.7
Release:	3
Summary:	Support for users uploading to CTAN
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/ctanupload
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctanupload.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctanupload.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-ctanupload.bin = %{EVRD}

%description
The package provides a Perl script that allows the uploads of a
contribution to CTAN from the command line. The aim us to
simplify the release process for LaTeX package authors.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/ctanupload
%{_texmfdistdir}/scripts/ctanupload/ctanupload.pl
%doc %{_texmfdistdir}/doc/support/ctanupload/Makefile.example
%doc %{_texmfdistdir}/doc/support/ctanupload/README
%doc %{_texmfdistdir}/doc/support/ctanupload/ctanupload.pdf
%doc %{_texmfdistdir}/doc/support/ctanupload/ctanupload.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ctanupload/ctanupload.pl ctanupload
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7-3
+ Revision: 3ccebdd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19795 |14mr|texlive-ctex-1.02c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22488
# category Package
# catalog-ctan /language/chinese/ctex
# catalog-date 2011-05-15 00:28:51 +0200
# catalog-license lppl
# catalog-version 1.02c
Name:		texlive-ctex
Version:	1.02c
Release:	3
Summary:	LaTeX classes and packages for Chinese typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/chinese/ctex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-ttfutils

%description
TeXLive ctex package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ctex/back/ctexartutf8.cls
%{_texmfdistdir}/tex/latex/ctex/back/ctexbookutf8.cls
%{_texmfdistdir}/tex/latex/ctex/back/ctexcaputf8.sty
%{_texmfdistdir}/tex/latex/ctex/back/ctexreputf8.cls
%{_texmfdistdir}/tex/latex/ctex/back/ctexutf8.sty
%{_texmfdistdir}/tex/latex/ctex/cfg/ctex.cfg
%{_texmfdistdir}/tex/latex/ctex/cfg/ctexcap-gbk.cfg
%{_texmfdistdir}/tex/latex/ctex/cfg/ctexcap-utf8.cfg
%{_texmfdistdir}/tex/latex/ctex/cfg/ctexcap.cfg
%{_texmfdistdir}/tex/latex/ctex/cfg/ctexopts.cfg.template
%{_texmfdistdir}/tex/latex/ctex/ctex.sty
%{_texmfdistdir}/tex/latex/ctex/ctexart.cls
%{_texmfdistdir}/tex/latex/ctex/ctexbook.cls
%{_texmfdistdir}/tex/latex/ctex/ctexcap.sty
%{_texmfdistdir}/tex/latex/ctex/ctexrep.cls
%{_texmfdistdir}/tex/latex/ctex/def/ctex-article.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-book.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-caption.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-class.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-common.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-gbk.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-loadclass.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-report.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-utf8.def
%{_texmfdistdir}/tex/latex/ctex/engine/ctex-cct-engine.def
%{_texmfdistdir}/tex/latex/ctex/engine/ctex-cjk-common.def
%{_texmfdistdir}/tex/latex/ctex/engine/ctex-cjk-engine.def
%{_texmfdistdir}/tex/latex/ctex/engine/ctex-xecjk-engine.def
%{_texmfdistdir}/tex/latex/ctex/fd/c19gbsn.fd
%{_texmfdistdir}/tex/latex/ctex/fd/c19gbsn.fdx
%{_texmfdistdir}/tex/latex/ctex/fd/c19gkai.fd
%{_texmfdistdir}/tex/latex/ctex/fd/c19gkai.fdx
%{_texmfdistdir}/tex/latex/ctex/fd/c19rm.fd
%{_texmfdistdir}/tex/latex/ctex/fd/c19sf.fd
%{_texmfdistdir}/tex/latex/ctex/fd/c19tt.fd
%{_texmfdistdir}/tex/latex/ctex/fd/c70rm.fd
%{_texmfdistdir}/tex/latex/ctex/fd/c70sf.fd
%{_texmfdistdir}/tex/latex/ctex/fd/c70tt.fd
%{_texmfdistdir}/tex/latex/ctex/fontset/ctex-cjk-adobefonts.def
%{_texmfdistdir}/tex/latex/ctex/fontset/ctex-cjk-winfonts.def
%{_texmfdistdir}/tex/latex/ctex/fontset/ctex-xecjk-adobefonts.def
%{_texmfdistdir}/tex/latex/ctex/fontset/ctex-xecjk-winfonts.def
%{_texmfdistdir}/tex/latex/ctex/opt/ctex-caption-opts.def
%{_texmfdistdir}/tex/latex/ctex/opt/ctex-class-opts.def
%{_texmfdistdir}/tex/latex/ctex/opt/ctex-common-opts.def
%doc %{_texmfdistdir}/doc/latex/ctex/README
%doc %{_texmfdistdir}/doc/latex/ctex/ctex.pdf
%doc %{_texmfdistdir}/doc/latex/ctex/ctex.tex
%doc %{_texmfdistdir}/doc/latex/ctex/test/test-cjk.tex
%doc %{_texmfdistdir}/doc/latex/ctex/test/test-cjkutf8.tex
%doc %{_texmfdistdir}/doc/latex/ctex/test/test-xetex.tex
%doc %{_texmfdistdir}/doc/latex/ctex/test/test-xetexgbk.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.02c-3
+ Revision: 4ed81a1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19796 |14mr|texlive-ctex-faq-20091109-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/ctex-faq
# catalog-date 2009-11-09 15:03:08 +0100
# catalog-license fdl
# catalog-version undef
Name:		texlive-ctex-faq
Version:	20091109
Release:	3
Summary:	LaTeX FAQ by the Chinese TeX Society (ctex.org)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/ctex-faq
License:	FDL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctex-faq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctex-faq.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
Most questions were collected on the bbs.ctex.org forum, and
were answered in detail by the author.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/ctex-faq/README
%doc %{_texmfdistdir}/doc/latex/ctex-faq/ctex-faq.pdf
%doc %{_texmfdistdir}/doc/latex/ctex-faq/src/ctex-faq.sty
%doc %{_texmfdistdir}/doc/latex/ctex-faq/src/ctex-faq.tex
%doc %{_texmfdistdir}/doc/latex/ctex-faq/src/make.bat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091109-3
+ Revision: 5d952aa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19797 |14mr|texlive-ctib-20070204-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/tibetan/ctib
# catalog-date 2007-02-04 13:34:13 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-ctib
Version:	20070204
Release:	3
Summary:	Tibetan for TeX and LATeX2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/tibetan/ctib
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package using a modified version of Sirlin's Tibetan font. An
advantage of this Tibetan implementation is that all consonant
clusters are formed by TeX and Metafont. No external
preprocessor is needed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/ctib/bzrsetup.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctib.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctibcode.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctiblett.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctibligs.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctibnum.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctibpunc.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctibsplt.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctibvow.mf
%{_texmfdistdir}/fonts/tfm/public/ctib/ctib.tfm
%{_texmfdistdir}/tex/latex/ctib/ctib.sty
%{_texmfdistdir}/tex/latex/ctib/ctib.tex
%{_texmfdistdir}/tex/latex/ctib/lctctib.fd
%{_texmfdistdir}/tex/latex/ctib/lctenc.def
%doc %{_texmfdistdir}/doc/latex/ctib/README
%doc %{_texmfdistdir}/doc/latex/ctib/ctib4tex.pdf
%doc %{_texmfdistdir}/doc/latex/ctib/ctib4tex.tex
#- source
%doc %{_texmfdistdir}/source/latex/ctib/COPYING
%doc %{_texmfdistdir}/source/latex/ctib/EMTEX
%doc %{_texmfdistdir}/source/latex/ctib/HISTORY
%doc %{_texmfdistdir}/source/latex/ctib/INSTALL
%doc %{_texmfdistdir}/source/latex/ctib/MIKTEX

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070204-3
+ Revision: d10bfc8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19798 |14mr|texlive-ctie-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /web/c_cpp/ctie
# catalog-date 2012-06-18 22:39:13 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-ctie
Version:	1.1
Release:	8
Summary:	C version of tie (merging Web change files)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/web/c_cpp/ctie
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctie.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctie.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-kpathsea
Requires:	texlive-ctie.bin

%description
This is a version of tie converted for use with cweb.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/ctie.1*
%doc %{_texmfdistdir}/doc/man/man1/ctie.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-8
+ Revision: 7108a63
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19799 |14mr|texlive-cuisine-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cuisine
# catalog-date 2006-12-09 15:50:57 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-cuisine
Version:	0.5
Release:	3
Summary:	Typeset recipes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cuisine
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cuisine.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cuisine.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cuisine.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typeset recipes with the ingredients lined up with their method
step (somewhat similarly to the layout used in cooking).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cuisine/cuisine.sty
%doc %{_texmfdistdir}/doc/latex/cuisine/README
%doc %{_texmfdistdir}/doc/latex/cuisine/cuisine.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cuisine/cuisine.dtx
%doc %{_texmfdistdir}/source/latex/cuisine/cuisine.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: 89b5519
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19800 |14mr|texlive-currfile-0.7b-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29012
# category Package
# catalog-ctan /macros/latex/contrib/currfile
# catalog-date 2013-02-02 11:38:19 +0100
# catalog-license lppl1.3
# catalog-version 0.7b
Name:		texlive-currfile
Version:	0.7b
Release:	6
Summary:	Provide file name and path of input files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/currfile
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/currfile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/currfile.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/currfile.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros holding file name information
(directory, base name, extension, full name and full path) for
files read by LaTeX \input and \include macros; it uses the
file hooks provided by the author's filehook. In particular, it
restores the parent file name after the trailing \clearpage of
an \included file; as a result, the macros may be usefully
employed in the page header and footer of the last printed page
of such a file. The depth of inclusion is made available,
together with the "parent" (including file) and "parents" (all
including files to the root of the tree). The package
supersedes FiNK.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/currfile/currfile-abspath.sty
%{_texmfdistdir}/tex/latex/currfile/currfile.sty
%doc %{_texmfdistdir}/doc/latex/currfile/README
%doc %{_texmfdistdir}/doc/latex/currfile/currfile.pdf
#- source
%doc %{_texmfdistdir}/source/latex/currfile/currfile.dtx
%doc %{_texmfdistdir}/source/latex/currfile/currfile.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7b-6
+ Revision: 8ee576e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19801 |14mr|texlive-currvita-20061209-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/currvita
# catalog-date 2006-12-09 16:04:04 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-currvita
Version:	20061209
Release:	3
Summary:	Typeset a curriculum vitae
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/currvita
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/currvita.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/currvita.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/currvita.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Currvita is a package rather than a class (like most other
curriculum vitae offerings). The author considers that a
curriculum vitae can quite reasonably form part of another
document (such as a letter, or a dissertation).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/currvita/currvita.sty
%doc %{_texmfdistdir}/doc/latex/currvita/README
%doc %{_texmfdistdir}/doc/latex/currvita/currvita.pdf
%doc %{_texmfdistdir}/doc/latex/currvita/cvtest.tex
#- source
%doc %{_texmfdistdir}/source/latex/currvita/currvita.dtx
%doc %{_texmfdistdir}/source/latex/currvita/currvita.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061209-3
+ Revision: 4057abb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19802 |14mr|texlive-cursolatex-20110929-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24139
# category Package
# catalog-ctan /info/portuguese/cursolatex
# catalog-date 2011-09-29 10:37:15 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-cursolatex
Version:	20110929
Release:	3
Summary:	A LaTeX tutorial
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/portuguese/cursolatex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cursolatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cursolatex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The tutorial is presented as a set of slides (in Portuguese).

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/cursolatex/MiKTeX-Basic.png
%doc %{_texmfdistdir}/doc/latex/cursolatex/MiKTeX-Complete.png
%doc %{_texmfdistdir}/doc/latex/cursolatex/Musica.pdf
%doc %{_texmfdistdir}/doc/latex/cursolatex/README
%doc %{_texmfdistdir}/doc/latex/cursolatex/TeXShopPNG.png
%doc %{_texmfdistdir}/doc/latex/cursolatex/TeXworksPDF.pdf
%doc %{_texmfdistdir}/doc/latex/cursolatex/WinEdt.pdf
%doc %{_texmfdistdir}/doc/latex/cursolatex/cursolatex.nav
%doc %{_texmfdistdir}/doc/latex/cursolatex/cursolatex.pdf
%doc %{_texmfdistdir}/doc/latex/cursolatex/cursolatex.snm
%doc %{_texmfdistdir}/doc/latex/cursolatex/cursolatex.tex
%doc %{_texmfdistdir}/doc/latex/cursolatex/cursolatex.vrb
%doc %{_texmfdistdir}/doc/latex/cursolatex/emacs.pdf
%doc %{_texmfdistdir}/doc/latex/cursolatex/integral.pdf
%doc %{_texmfdistdir}/doc/latex/cursolatex/tabuleiro.pdf
%doc %{_texmfdistdir}/doc/latex/cursolatex/texmaker.pdf
%doc %{_texmfdistdir}/doc/latex/cursolatex/texniccenter.pdf
%doc %{_texmfdistdir}/doc/latex/cursolatex/texstudio.pdf
%doc %{_texmfdistdir}/doc/latex/cursolatex/tipografia.pdf
%doc %{_texmfdistdir}/doc/latex/cursolatex/ubuntu.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110929-3
+ Revision: b4374f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19803 |14mr|texlive-curve-1.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20745
# category Package
# catalog-ctan /macros/latex/contrib/curve
# catalog-date 2010-12-14 18:30:55 +0100
# catalog-license lppl
# catalog-version 1.16
Name:		texlive-curve
Version:	1.16
Release:	3
Summary:	A class for making curriculum vitae
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/curve
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curve.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curve.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curve.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
CurVe is a class for writing a CV, with configuration for the
language in which you write. The class provides a set of
commands to create rubrics, entries in these rubrics etc. CurVe
then format the CV (possibly splitting it onto multiple pages,
repeating the titles etc), which is usually the most painful
part of CV writing. Another nice feature of CurVe is its
ability to manage different CV 'flavours' simultaneously. It is
often the case that you want to maintain slightly divergent
versions of your CV at the same time, in order to emphasize on
different aspects of your background. CurVe also comes with
support for use with AUC-TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/curve/curve.cls
%doc %{_texmfdistdir}/doc/latex/curve/NEWS
%doc %{_texmfdistdir}/doc/latex/curve/README
%doc %{_texmfdistdir}/doc/latex/curve/THANKS
%doc %{_texmfdistdir}/doc/latex/curve/curve.el
%doc %{_texmfdistdir}/doc/latex/curve/curve.pdf
%doc %{_texmfdistdir}/doc/latex/curve/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/curve/examples/bib.bib
%doc %{_texmfdistdir}/doc/latex/curve/examples/bib.tex
%doc %{_texmfdistdir}/doc/latex/curve/examples/raw.tex
%doc %{_texmfdistdir}/doc/latex/curve/examples/rubric.tex
%doc %{_texmfdistdir}/doc/latex/curve/header.inc
#- source
%doc %{_texmfdistdir}/source/latex/curve/curve.dtx
%doc %{_texmfdistdir}/source/latex/curve/curve.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.16-3
+ Revision: 5943b8f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19804 |14mr|texlive-curve2e-1.40-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25569
# category Package
# catalog-ctan /macros/latex/contrib/curve2e
# catalog-date 2012-03-05 13:28:31 +0100
# catalog-license lppl1.3
# catalog-version 1.4
Name:		texlive-curve2e
Version:	1.40
Release:	3
Summary:	Extensions for package pict2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/curve2e
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curve2e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curve2e.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curve2e.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the drawing capacities of the pict2e that
serves as a LaTeX 2e replacement for picture mode. In
particular, curve2e introduces new macros for lines and
vectors, new specifications for line terminations and joins,
arcs with any angular aperture, arcs with arrows at one or both
ends, generic curves specified with their nodes and the tangent
direction at these nodes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/curve2e/curve2e.sty
%doc %{_texmfdistdir}/doc/latex/curve2e/README
%doc %{_texmfdistdir}/doc/latex/curve2e/curve2e.pdf
%doc %{_texmfdistdir}/doc/latex/curve2e/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/curve2e/curve2e.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40-3
+ Revision: f454f26
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19805 |14mr|texlive-curves-1.53-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/curves
# catalog-date 2009-09-24 20:53:04 +0200
# catalog-license lppl
# catalog-version 1.53
Name:		texlive-curves
Version:	1.53
Release:	3
Summary:	Curves for LaTeX picture environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/curves
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curves.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curves.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curves.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The draws curves in the standard LaTeX picture environment
using parabolas between data points with continuous slope at
joins; for circles and arcs, it uses up to 16 parabolas. The
package also draws symbols or dash patterns along curves. The
package provides facilities equivalent to technical pens with
compasses and French curves. Curves consist of short secants
drawn by overlapping disks or line-drawing \special commands
selected by package options.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/curves/curves.sty
%{_texmfdistdir}/tex/latex/curves/curvesls.sty
%doc %{_texmfdistdir}/doc/latex/curves/README
%doc %{_texmfdistdir}/doc/latex/curves/curves.pdf
%doc %{_texmfdistdir}/doc/latex/curves/latex2pdf
#- source
%doc %{_texmfdistdir}/source/latex/curves/curves.dtx
%doc %{_texmfdistdir}/source/latex/curves/curves.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.53-3
+ Revision: 1014bbf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19806 |14mr|texlive-custom-bib-4.33-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24729
# category Package
# catalog-ctan /macros/latex/contrib/custom-bib
# catalog-date 2011-11-18 13:01:42 +0100
# catalog-license lppl
# catalog-version 4.33
Name:		texlive-custom-bib
Version:	4.33
Release:	3
Summary:	Customised BibTeX styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/custom-bib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/custom-bib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/custom-bib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/custom-bib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Package generating customized BibTeX bibliography styles from a
generic file using docstrip driven by parameters generated by a
menu application. Includes support for the Harvard style of
citations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/custom-bib/catalan.mbs
%{_texmfdistdir}/tex/latex/custom-bib/dansk.mbs
%{_texmfdistdir}/tex/latex/custom-bib/dutch.mbs
%{_texmfdistdir}/tex/latex/custom-bib/english.mbs
%{_texmfdistdir}/tex/latex/custom-bib/esperant.mbs
%{_texmfdistdir}/tex/latex/custom-bib/finnish.mbs
%{_texmfdistdir}/tex/latex/custom-bib/french.mbs
%{_texmfdistdir}/tex/latex/custom-bib/geojour.mbs
%{_texmfdistdir}/tex/latex/custom-bib/geophys.tex
%{_texmfdistdir}/tex/latex/custom-bib/german.mbs
%{_texmfdistdir}/tex/latex/custom-bib/italian.mbs
%{_texmfdistdir}/tex/latex/custom-bib/makebst.tex
%{_texmfdistdir}/tex/latex/custom-bib/merlin.mbs
%{_texmfdistdir}/tex/latex/custom-bib/norsk.mbs
%{_texmfdistdir}/tex/latex/custom-bib/photjour.mbs
%{_texmfdistdir}/tex/latex/custom-bib/physjour.mbs
%{_texmfdistdir}/tex/latex/custom-bib/polski.mbs
%{_texmfdistdir}/tex/latex/custom-bib/portuges.mbs
%{_texmfdistdir}/tex/latex/custom-bib/shorthnd.tex
%{_texmfdistdir}/tex/latex/custom-bib/slovene.mbs
%{_texmfdistdir}/tex/latex/custom-bib/spanish.mbs
%{_texmfdistdir}/tex/latex/custom-bib/suppjour.mbs
%{_texmfdistdir}/tex/latex/custom-bib/svenska.mbs
%doc %{_texmfdistdir}/doc/latex/custom-bib/README
%doc %{_texmfdistdir}/doc/latex/custom-bib/makebst.pdf
%doc %{_texmfdistdir}/doc/latex/custom-bib/merlin.pdf
%doc %{_texmfdistdir}/doc/latex/custom-bib/readme.mkb
#- source
%doc %{_texmfdistdir}/source/latex/custom-bib/makebst.drv
%doc %{_texmfdistdir}/source/latex/custom-bib/makebst.dtx
%doc %{_texmfdistdir}/source/latex/custom-bib/makebst.ins
%doc %{_texmfdistdir}/source/latex/custom-bib/shorthnd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.33-3
+ Revision: c4d294a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19807 |14mr|texlive-cutwin-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20000
# category Package
# catalog-ctan /macros/latex/contrib/cutwin
# catalog-date 2010-10-04 12:17:09 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-cutwin
Version:	0.1
Release:	3
Summary:	Cut a window in a paragraph, typeset material in it
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cutwin
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cutwin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cutwin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cutwin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides facilities to cut windows out of
paragraphs, and to typeset text or other material in the
window. The window may be rectangular, or may have other sorts
of shape.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cutwin/cutwin.sty
%doc %{_texmfdistdir}/doc/latex/cutwin/README
%doc %{_texmfdistdir}/doc/latex/cutwin/cutwin.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cutwin/cutwin.dtx
%doc %{_texmfdistdir}/source/latex/cutwin/cutwin.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: da3770b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19808 |14mr|texlive-cv-20080630-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cv
# catalog-date 2008-06-30 22:37:02 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-cv
Version:	20080630
Release:	3
Summary:	A package for creating a curriculum vitae
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cv
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cv.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is distributed with two example files; they (and
their formatted output) constitute the only real documentation.
Note that cv is just a package: you choose the overall
formatting by deciding which class to use, while the package
provides the detailed formatting.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cv/CV.sty
%doc %{_texmfdistdir}/doc/latex/cv/ApplicationLetter.pdf
%doc %{_texmfdistdir}/doc/latex/cv/ApplicationLetter.tex
%doc %{_texmfdistdir}/doc/latex/cv/CVCTAN.pdf
%doc %{_texmfdistdir}/doc/latex/cv/CVCTAN.tex
%doc %{_texmfdistdir}/doc/latex/cv/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080630-3
+ Revision: e79fbda
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19809 |14mr|texlive-cv4tw-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32719
# category Package
# catalog-ctan /macros/latex/contrib/cv4tw
# catalog-date 2014-01-20 00:33:14 +0100
# catalog-license other-free
# catalog-version 0.1
Name:		texlive-cv4tw
Version:	0.1
Release:	2
Summary:	LaTeX CV class, with extended details
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cv4tw
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cv4tw.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cv4tw.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class offers entries for assets and social networks;
customizable styles are provided. The class comes with no
documentation, but a worked example offers some guidance.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cv4tw/cv4tw-scheme.sty
%{_texmfdistdir}/tex/latex/cv4tw/cv4tw-theme-compact.sty
%{_texmfdistdir}/tex/latex/cv4tw/cv4tw-theme-core.sty
%{_texmfdistdir}/tex/latex/cv4tw/cv4tw-theme-sharp.sty
%{_texmfdistdir}/tex/latex/cv4tw/cv4tw-theme-simple.sty
%{_texmfdistdir}/tex/latex/cv4tw/cv4tw.cls
%doc %{_texmfdistdir}/doc/latex/cv4tw/sample-jules-verne.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: 2fcf6a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19810 |14mr|texlive-cweb-3.64ad-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category Package
# catalog-ctan /web/c_cpp/cweb
# catalog-date 2012-04-30 16:43:33 +0200
# catalog-license knuth
# catalog-version 3.64ad
Name:		texlive-cweb
Version:	3.64ad
Release:	9
Summary:	A Web system in C
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/web/c_cpp/cweb
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cweb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cweb.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-cweb.bin

%description
The Cweb system is a system for Structured Software
Documentation (also known as Literate Programming) in the
programming language C.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/cweb/cwebmac.tex
%{_texmfdistdir}/tex/plain/cweb/pdfXcwebmac.tex
%{_texmfdistdir}/tex/plain/cweb/pdfcwebmac.tex
%{_texmfdistdir}/tex/plain/cweb/pdfdcwebmac.tex
%{_texmfdistdir}/tex/plain/cweb/pdffcwebmac.tex
%{_texmfdistdir}/tex/plain/cweb/pdficwebmac.tex
%{_texmfdistdir}/tex/plain/cweb/pdfwebmac.tex
%doc %{_mandir}/man1/ctangle.1*
%doc %{_texmfdistdir}/doc/man/man1/ctangle.man1.pdf
%doc %{_mandir}/man1/cweave.1*
%doc %{_texmfdistdir}/doc/man/man1/cweave.man1.pdf
%doc %{_mandir}/man1/cweb.1*
%doc %{_texmfdistdir}/doc/man/man1/cweb.man1.pdf
%doc %{_texmfdistdir}/doc/plain/cweb/cwebman.dvi

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.64ad-9
+ Revision: 52bf997
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19811 |14mr|texlive-cweb-latex-20130119-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28878

# category Package
# catalog-ctan /macros/latex/contrib/cweb
# catalog-date 2013-01-19 01:25:39 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-cweb-latex
Version:	20130119
Release:	6
Summary:	A LaTeX version of CWEB
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cweb
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cweb-latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cweb-latex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle allows marking-up of CWEB code in LaTeX. The
distribution includes the "Counting Words" program distributed
with CWEB, edited to run with LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cweb-latex/cwbl-german.sty
%{_texmfdistdir}/tex/latex/cweb-latex/cweb.cls
%{_texmfdistdir}/tex/latex/cweb-latex/cwebarray.sty
%{_texmfdistdir}/tex/latex/cweb-latex/cwebbase.tex
%{_texmfdistdir}/tex/latex/cweb-latex/keyvald.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/CATALOG
%doc %{_texmfdistdir}/doc/latex/cweb-latex/History
%doc %{_texmfdistdir}/doc/latex/cweb-latex/INSTALL
%doc %{_texmfdistdir}/doc/latex/cweb-latex/License
%doc %{_texmfdistdir}/doc/latex/cweb-latex/MANIFEST
%doc %{_texmfdistdir}/doc/latex/cweb-latex/Makefile
%doc %{_texmfdistdir}/doc/latex/cweb-latex/README
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/Index
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/cwbl-deutsch.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/cwbl-french.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/cwbl-italian.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/cweb-hy/README.txt
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/cweb-hy/cwbasehy.tex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/cweb-hy/cweb-hy.cls
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/cweb-hy/nodoc.tex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/wagner/cwebzw.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/cweb-conf.pdf
%doc %{_texmfdistdir}/doc/latex/cweb-latex/cweb-user.pdf
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/compare/wcltx.aux
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/compare/wcltx.bbl
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/compare/wcltx.dvi
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/compare/wcltx.idx
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/compare/wcltx.log
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/compare/wcltx.scn
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/compare/wcltx.tex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/rcs.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/tex-it
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/wcltx.bib
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/wcltx.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/Imakefile
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/README
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/TODO
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cwbl-german.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweave-spec.tex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweb-conf.tex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweb-doc.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweb-fsa.fig
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweb-fsa.latex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweb-fsa.ltx
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweb-user.tex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweb.doc
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cwebarray.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cwebbase.doc
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cwebparts.doc
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cwebx.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/keyvald.dtx
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/keyvald.ins
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/style/cweb-doc.el
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/Imakefile
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/badend.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/badopts.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/change.ch
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/change.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/enddocbegin.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/flat.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/german.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/language-german.ch
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/language-german.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/minimal.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/modes.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/newif.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/nolists.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/parts-code.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/parts.tex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/refname.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/report.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/section.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/sup-changes.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/sup-format.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/sup-lists.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/titlepage.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/token.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/vbar.w

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130119-6
+ Revision: 5a6d550
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19812 |14mr|texlive-cyklop-0.915-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/cyklop
# catalog-date 2008-12-15 08:58:20 +0100
# catalog-license gfl
# catalog-version 0.915
Name:		texlive-cyklop
Version:	0.915
Release:	3
Summary:	The Cyclop typeface
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cyklop
License:	GFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyklop.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyklop.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Cyclop typeface was designed in the 1920s at the workshop
of Warsaw type foundry "Odlewnia Czcionek J. Idzkowski i S-ka".
This sans serif typeface has a highly modulated stroke so it
has high typographic contrast. The vertical stems are much
heavier then horizontal ones. Most characters have thin
rectangles as additional counters giving the unique shape of
the characters. The lead types of Cyclop typeface were produced
in slanted variant at sizes 8-48 pt. It was heavily used for
heads in newspapers and accidents prints. Typesetters used
Cyclop in the inter-war period, during the occupation in the
underground press. The typeface was used until the beginnings
of the offset print and computer typesetting era. Nowadays it
is hard to find the metal types of this typeface. The font was
generated using the Metatype1 package. Then the original set of
characters was completed by adding the full set of accented
letters and characters of the modern Latin alphabets (including
Vietnamese). The upright variant was generated and it was more
complicated task than it appeared at the beginning. 11 upright
letters of the Cyclop typeface were presented in the book by
Filip Trzaska, "Podstawy techniki wydawniczej" ("Foundation of
the publishing techonology"), Warsaw 1967. But even the author
of the book does not know what was the source of the presented
examples. The fonts are distributed in the Type1 and OpenType
formats along with the files necessary for use these fonts in
TeX and LaTeX including encoding definition files: T1 (ec), T5
(Vietnamese), OT4, QX, texnansi and nonstandard ones (IL2 for
Czech fonts).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/cyklop/cyklopi.afm
%{_texmfdistdir}/fonts/afm/public/cyklop/cyklopr.afm
%{_texmfdistdir}/fonts/enc/dvips/cyklop/cs-cyklop-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/cs-cyklop.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/ec-cyklop-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/ec-cyklop.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/l7x-cyklop-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/l7x-cyklop.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/ly1-cyklop-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/ly1-cyklop.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/qx-cyklop-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/qx-cyklop.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/t5-cyklop-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/t5-cyklop.enc
%{_texmfdistdir}/fonts/map/dvips/cyklop/cyklop-cs.map
%{_texmfdistdir}/fonts/map/dvips/cyklop/cyklop-ec.map
%{_texmfdistdir}/fonts/map/dvips/cyklop/cyklop-l7x.map
%{_texmfdistdir}/fonts/map/dvips/cyklop/cyklop-ly1.map
%{_texmfdistdir}/fonts/map/dvips/cyklop/cyklop-qx.map
%{_texmfdistdir}/fonts/map/dvips/cyklop/cyklop-t5.map
%{_texmfdistdir}/fonts/map/dvips/cyklop/cyklop.map
%{_texmfdistdir}/fonts/opentype/public/cyklop/cyklop-italic.otf
%{_texmfdistdir}/fonts/opentype/public/cyklop/cyklop-regular.otf
%{_texmfdistdir}/fonts/tfm/public/cyklop/cs-cyklopi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/cs-cyklopi.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/cs-cyklopr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/cs-cyklopr.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ec-cyklopi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ec-cyklopi.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ec-cyklopr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ec-cyklopr.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/l7x-cyklopi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/l7x-cyklopi.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/l7x-cyklopr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/l7x-cyklopr.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ly1-cyklopi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ly1-cyklopi.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ly1-cyklopr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ly1-cyklopr.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/qx-cyklopi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/qx-cyklopi.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/qx-cyklopr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/qx-cyklopr.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/t5-cyklopi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/t5-cyklopi.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/t5-cyklopr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/t5-cyklopr.tfm
%{_texmfdistdir}/fonts/type1/public/cyklop/cyklopi.pfb
%{_texmfdistdir}/fonts/type1/public/cyklop/cyklopr.pfb
%{_texmfdistdir}/tex/latex/cyklop/cyklop.sty
%{_texmfdistdir}/tex/latex/cyklop/il2cyklop.fd
%{_texmfdistdir}/tex/latex/cyklop/l7xcyklop.fd
%{_texmfdistdir}/tex/latex/cyklop/ly1cyklop.fd
%{_texmfdistdir}/tex/latex/cyklop/ot1cyklop.fd
%{_texmfdistdir}/tex/latex/cyklop/ot4cyklop.fd
%{_texmfdistdir}/tex/latex/cyklop/qxcyklop.fd
%{_texmfdistdir}/tex/latex/cyklop/t1cyklop.fd
%{_texmfdistdir}/tex/latex/cyklop/t5cyklop.fd
%doc %{_texmfdistdir}/doc/fonts/cyklop/00readme
%doc %{_texmfdistdir}/doc/fonts/cyklop/00readme-pl
%doc %{_texmfdistdir}/doc/fonts/cyklop/GUST-FONT-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/cyklop/MANIFEST.txt
%doc %{_texmfdistdir}/doc/fonts/cyklop/cyklop-info.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.915-3
+ Revision: d84ec94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19813 |14mr|texlive-cyrillic-20110616-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23396
# category Package
# catalog-ctan /macros/latex/required/cyrillic
# catalog-date 2011-06-16 20:40:55 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-cyrillic
Version:	20110616
Release:	4
Summary:	Support for Cyrillic fonts in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/required/cyrillic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic.source.tar.xz
# revision 23089
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Source3:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic-bin.tar.xz
Source4:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic-bin.x86_64-linux.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-cyrillic-bin = %{EVRD}

%description
This bundle of macros files provides macro support (including
font encoding macros) for the use of Cyrillic characters in
fonts encoded under the T2* and X2 encodings. These encodings
cover (between them) pretty much every language that is written
in a Cyrillic alphabet. This directory is part of the LaTeX
"required" distribution.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/rubibtex
%{_bindir}/rumakeindex
%{_texmfdistdir}/tex/latex/cyrillic/cp1251.def
%{_texmfdistdir}/tex/latex/cyrillic/cp855.def
%{_texmfdistdir}/tex/latex/cyrillic/cp866.def
%{_texmfdistdir}/tex/latex/cyrillic/cp866av.def
%{_texmfdistdir}/tex/latex/cyrillic/cp866mav.def
%{_texmfdistdir}/tex/latex/cyrillic/cp866nav.def
%{_texmfdistdir}/tex/latex/cyrillic/cp866tat.def
%{_texmfdistdir}/tex/latex/cyrillic/ctt.def
%{_texmfdistdir}/tex/latex/cyrillic/dbk.def
%{_texmfdistdir}/tex/latex/cyrillic/iso88595.def
%{_texmfdistdir}/tex/latex/cyrillic/isoir111.def
%{_texmfdistdir}/tex/latex/cyrillic/koi8-r.def
%{_texmfdistdir}/tex/latex/cyrillic/koi8-ru.def
%{_texmfdistdir}/tex/latex/cyrillic/koi8-u.def
%{_texmfdistdir}/tex/latex/cyrillic/lcy.sty
%{_texmfdistdir}/tex/latex/cyrillic/lcyccr.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmbr.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmdh.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmfib.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmfr.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmr.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmtl.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmvtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcydefs.tex
%{_texmfdistdir}/tex/latex/cyrillic/lcyenc.def
%{_texmfdistdir}/tex/latex/cyrillic/lcylcmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcylcmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/maccyr.def
%{_texmfdistdir}/tex/latex/cyrillic/macukr.def
%{_texmfdistdir}/tex/latex/cyrillic/mik.def
%{_texmfdistdir}/tex/latex/cyrillic/mls.def
%{_texmfdistdir}/tex/latex/cyrillic/mnk.def
%{_texmfdistdir}/tex/latex/cyrillic/mos.def
%{_texmfdistdir}/tex/latex/cyrillic/ncc.def
%{_texmfdistdir}/tex/latex/cyrillic/ot2ccr.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmbr.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmdh.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmfib.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmfr.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmr.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmtl.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmvtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2enc.def
%{_texmfdistdir}/tex/latex/cyrillic/ot2lcmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2lcmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2wlcyr.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2wlcyss.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2wncyr.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2wncyss.fd
%{_texmfdistdir}/tex/latex/cyrillic/pt154.def
%{_texmfdistdir}/tex/latex/cyrillic/pt254.def
%{_texmfdistdir}/tex/latex/cyrillic/t2accr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmbr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmdh.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmfib.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmfr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmtl.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmvtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2aenc.def
%{_texmfdistdir}/tex/latex/cyrillic/t2alcmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2alcmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bccr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmbr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmdh.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmfib.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmfr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmtl.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmvtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2benc.def
%{_texmfdistdir}/tex/latex/cyrillic/t2blcmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2blcmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2cccr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmbr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmdh.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmfib.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmfr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmtl.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmvtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2cenc.def
%{_texmfdistdir}/tex/latex/cyrillic/t2clcmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2clcmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2ccr.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmbr.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmdh.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmfib.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmfr.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmr.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmtl.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmvtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2enc.def
%{_texmfdistdir}/tex/latex/cyrillic/x2lcmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2lcmtt.fd
%doc %{_texmfdistdir}/doc/latex/cyrillic/00readme.txt
%doc %{_texmfdistdir}/doc/latex/cyrillic/changes.txt
%doc %{_texmfdistdir}/doc/latex/cyrillic/cyinpenc.pdf
%doc %{_texmfdistdir}/doc/latex/cyrillic/cyoutenc.pdf
%doc %{_texmfdistdir}/doc/latex/cyrillic/lcy.pdf
%doc %{_texmfdistdir}/doc/latex/cyrillic/lcycmlh.pdf
%doc %{_texmfdistdir}/doc/latex/cyrillic/manifest.txt
%doc %{_texmfdistdir}/doc/latex/cyrillic/ot2.pdf
%doc %{_texmfdistdir}/doc/latex/cyrillic/ot2cmams.pdf
%doc %{_texmfdistdir}/doc/latex/cyrillic/ot2cmlh.pdf
%doc %{_texmfdistdir}/doc/latex/cyrillic/t2lhfnt.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cyrillic/cyinpenc.dtx
%doc %{_texmfdistdir}/source/latex/cyrillic/cyoutenc.dtx
%doc %{_texmfdistdir}/source/latex/cyrillic/cyrlatex.ins
%doc %{_texmfdistdir}/source/latex/cyrillic/lcy.dtx
%doc %{_texmfdistdir}/source/latex/cyrillic/lcycmlh.fdd
%doc %{_texmfdistdir}/source/latex/cyrillic/ot2.dtx
%doc %{_texmfdistdir}/source/latex/cyrillic/ot2cmams.fdd
%doc %{_texmfdistdir}/source/latex/cyrillic/ot2cmlh.fdd
%doc %{_texmfdistdir}/source/latex/cyrillic/t2lhfnt.fdd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2 -a3 -a4

%build

%install
# shell scripts
mkdir -p %{buildroot}%{_bindir}
cp -fa bin/x86_64-linux/* %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110616-4
+ Revision: 2a2ad43
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19814 |14mr|texlive-cyrplain-20131012-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29349
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-cyrplain
Version:	20131012
Release:	6
Summary:	TeXLive cyrplain package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrplain.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive cyrplain package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/cyrplain/README
%{_texmfdistdir}/tex/plain/cyrplain/cyramstx.ini
%{_texmfdistdir}/tex/plain/cyrplain/cyrblue.ini
%{_texmfdistdir}/tex/plain/cyrplain/cyrcmfnt.tex
%{_texmfdistdir}/tex/plain/cyrplain/cyrecfnt.tex
%{_texmfdistdir}/tex/plain/cyrplain/cyrtex.cfg
%{_texmfdistdir}/tex/plain/cyrplain/cyrtex.ini
%{_texmfdistdir}/tex/plain/cyrplain/cyrtex.tex
%{_texmfdistdir}/tex/plain/cyrplain/cyrtxinf.ini
%{_texmfdistdir}/tex/plain/cyrplain/makefmts.bat
%{_texmfdistdir}/tex/plain/cyrplain/makefmts.sh
%{_texmfdistdir}/tex/plain/cyrplain/plainenc.tex
%{_texmfdistdir}/tex/plain/cyrplain/txxdefs.tex
%{_texmfdistdir}/tex/plain/cyrplain/txxextra.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131012-6
+ Revision: f0c2591
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19815 |14mr|texlive-dancers-20081124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan /fonts/dancers/dancers.mf
# catalog-date 2008-11-24 17:20:15 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-dancers
Version:	20081124
Release:	3
Summary:	Font for Conan Doyle's "The Dancing Men"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/dancers/dancers.mf
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dancers.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The (Sherlock Holmes) book contains a code which uses dancing
men as glyphs. The alphabet as given is not complete, lacking
f, j, k, q, u, w, x and z, so those letters in the font are not
due to Conan Doyle. The code required word endings to be marked
by the dancing man representing the last letter to be holding a
flag: these are coded as A-Z.
thaTiStOsaYsentenceSiNthEcodElooKlikEthiS. In some cases, the
man has no arms, making it impossible for him to hold a flag.
In these cases, he is wearing a flag on his hat in the
'character'. The font is distributed as MetaFont source.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/dancers/dancers.mf
%{_texmfdistdir}/fonts/tfm/public/dancers/dancers.tfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081124-3
+ Revision: 3fb913f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19816 |14mr|texlive-dashbox-1.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23425
# category Package
# catalog-ctan /macros/latex/contrib/dashbox
# catalog-date 2011-08-05 01:24:20 +0200
# catalog-license lppl
# catalog-version 1.14
Name:		texlive-dashbox
Version:	1.14
Release:	3
Summary:	Draw dashed boxes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dashbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can draw boxes that perform like \framebox or
\fbox, but use dashed lines. The package can also draw (an
illusion of) vertical stacks of boxes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dashbox/dashbox.sty
%doc %{_texmfdistdir}/doc/latex/dashbox/dashbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dashbox/dashbox.dtx
%doc %{_texmfdistdir}/source/latex/dashbox/dashbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.14-3
+ Revision: 9dc2ace
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19817 |14mr|texlive-dashrule-1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29579
# category Package
# catalog-ctan /macros/latex/contrib/dashrule
# catalog-date 2013-03-31 13:01:15 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-dashrule
Version:	1.3
Release:	6
Summary:	Draw dashed rules
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dashrule
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashrule.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashrule.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashrule.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The dashrule package makes it easy to draw a huge variety of
dashed rules (i.e., lines) in LaTeX. dashrule provides a
command, \hdashrule, which is a cross between LaTeX's \rule and
PostScript's setdash command. \hdashrule draws horizontally
dashed rules using the same syntax as \rule, but with an
additional, setdash-like parameter that specifies the pattern
of dash segments and the space between those segments. Because
dashrule's rules are constructed internally using \rule (as
opposed to, e.g., PostScript \specials) they are fully
compatible with every LaTeX back-end processor.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dashrule/dashrule.sty
%doc %{_texmfdistdir}/doc/latex/dashrule/README
%doc %{_texmfdistdir}/doc/latex/dashrule/dashrule.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dashrule/dashrule.dtx
%doc %{_texmfdistdir}/source/latex/dashrule/dashrule.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-6
+ Revision: 9713dd9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19818 |14mr|texlive-dashundergaps-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23373
# category Package
# catalog-ctan /macros/latex/contrib/dashundergaps
# catalog-date 2010-01-23 00:15:17 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-dashundergaps
Version:	1.2
Release:	3
Summary:	Underline with dotted or dashed lines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dashundergaps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashundergaps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashundergaps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands (\underline, \dotuline and
\dashuline) each of which underlines its argument with one of
the styles the package is capable of. A phantom mode is
provided, where the underline (of whatever form) can serve for
a 'fill-in block' for student evaluation sheets.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dashundergaps/dashundergaps.sty
%doc %{_texmfdistdir}/doc/latex/dashundergaps/README
%doc %{_texmfdistdir}/doc/latex/dashundergaps/doc/pdf/dashundergaps.pdf
%doc %{_texmfdistdir}/doc/latex/dashundergaps/doc/tex/Makefile
%doc %{_texmfdistdir}/doc/latex/dashundergaps/doc/tex/dashundergaps-bib.bib
%doc %{_texmfdistdir}/doc/latex/dashundergaps/doc/tex/dashundergaps.forlisting
%doc %{_texmfdistdir}/doc/latex/dashundergaps/doc/tex/dashundergaps.tex
%doc %{_texmfdistdir}/doc/latex/dashundergaps/doc/tex/perso.ist

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 290c30d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19819 |14mr|texlive-dataref-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32438
# category Package
# catalog-ctan /macros/latex/contrib/dataref
# catalog-date 2013-12-17 23:27:23 +0100
# catalog-license other-free
# catalog-version 0.1
Name:		texlive-dataref
Version:	0.1
Release:	2
Summary:	Manage references to experimental data
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dataref
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dataref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dataref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dataref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a mechanism that maintains a fixed
symbolic reference to numerical results; such results may vary
as the project proceeds (and hence the project report
develops).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dataref/dataref.sty
%doc %{_texmfdistdir}/doc/latex/dataref/README
%doc %{_texmfdistdir}/doc/latex/dataref/dataref.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dataref/dataref.dtx
%doc %{_texmfdistdir}/source/latex/dataref/dataref.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: 7f6e8fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19820 |14mr|texlive-datatool-2.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32860
# category Package
# catalog-ctan /macros/latex/contrib/datatool
# catalog-date 2014-02-03 19:57:05 +0100
# catalog-license lppl
# catalog-version 2.20
Name:		texlive-datatool
Version:	2.20
Release:	2
Summary:	Tools to load and manipulate data
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/datatool
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datatool.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datatool.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datatool.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The tools comprise six packages: datatool.sty: databases may be
created using LaTeX commands or by importing external files;
they may be sorted numerically or alphabetically; repetitive
operations (such as mail merging) may be performed on each row
of a database, subject to conditions to exclude particular
rows; commands are provided to examine database elements, and
to convert formats (for example, to convert a numeric element
to a format compatible with the fp package; datapie.sty: a
database may be represented as a pie chart; flexible options
allow colouring of the chart, and annotation hooks are
available; dataplot.sty: a database may be represented as a 2-
dimensional scatter or line plot; flexible options control of
the plot's overall appearance, and of legends and other extra
information; databar.sty: a database may be represented as a
bar chart; overall appearance, colouring and annotation are
controllable; datagidx.sty: provides a way of indexing or
creating glossaries/lists of acronyms that uses TeX to do the
sorting and collating instead of using an external indexing
application, such as xindy or makeindex; databib.sty: a
bibliography may be loaded into a datatool database, and
manipulated there before being printed (this permits a LaTeX-
based route to printing bibliographies in formats for which no
BibTeX style is available); and person.sty: provides support
for displaying a person's name and pronoun in a document, thus
avoiding cumbersome use of "he/she", etc. The drawing packages
make use of PGF/TikZ for their output. The bundle replaces and
supersedes the author's csvtools bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/datatool/databib.bst
%{_texmfdistdir}/tex/latex/datatool/databar.sty
%{_texmfdistdir}/tex/latex/datatool/databib.sty
%{_texmfdistdir}/tex/latex/datatool/datagidx.sty
%{_texmfdistdir}/tex/latex/datatool/datapie.sty
%{_texmfdistdir}/tex/latex/datatool/dataplot.sty
%{_texmfdistdir}/tex/latex/datatool/datatool-base.sty
%{_texmfdistdir}/tex/latex/datatool/datatool-fp.sty
%{_texmfdistdir}/tex/latex/datatool/datatool-pgfmath.sty
%{_texmfdistdir}/tex/latex/datatool/datatool.sty
%{_texmfdistdir}/tex/latex/datatool/person.sty
%doc %{_texmfdistdir}/doc/latex/datatool/CHANGES
%doc %{_texmfdistdir}/doc/latex/datatool/INSTALL
%doc %{_texmfdistdir}/doc/latex/datatool/README
%doc %{_texmfdistdir}/doc/latex/datatool/datatool-code.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/datatool-user.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/datatool-user.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/data-raw-psaved.dbtex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/data-raw-saved.dbtex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/data-raw.dbtex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/data.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/data2.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/exp25a.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/exp25b.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/exp30a.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/fruit.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/groupa.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/groupb.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/index.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/mydata.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/mynewdata.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/onecol.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/plotdata.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/polygon.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/profits.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/rawdata.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/rawdata2.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-barchart.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-barchart.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-datatooltk.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-datatooltk.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-dict.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-dict.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-gidx.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-gidx.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-glossary.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-glossary.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-index.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-index.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-mail-merge.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-mail-merge.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-piechart.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-piechart.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-sort.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-sort.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-student-records.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-student-scores.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-student-scores.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-two-per-row.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-two-per-row.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample3.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample4.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/scores2.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/semesterscores.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/students.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/studentscores.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/test-export-from-calc.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/test-missing-some-headers.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/test-rawtex.dbtex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/test-scores.csv
#- source
%doc %{_texmfdistdir}/source/latex/datatool/datatool.dtx
%doc %{_texmfdistdir}/source/latex/datatool/datatool.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.20-2
+ Revision: 51bfcb0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19821 |14mr|texlive-dateiliste-0.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27974
# category Package
# catalog-ctan /macros/latex/contrib/dateiliste
# catalog-date 2012-10-15 00:17:21 +0200
# catalog-license lppl
# catalog-version 0.6
Name:		texlive-dateiliste
Version:	0.6
Release:	6
Summary:	Extensions of the \listfiles concept
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dateiliste
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dateiliste.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dateiliste.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dateiliste.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a file list (similar to that offered by
\listfiles), neatly laid out as a table. The main document can
be included in the list, and a command is available for
providing RCS-maintained data for printing in the file list.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dateiliste/dateiliste.sty
%doc %{_texmfdistdir}/doc/latex/dateiliste/README
%doc %{_texmfdistdir}/doc/latex/dateiliste/README-de
%doc %{_texmfdistdir}/doc/latex/dateiliste/README-en
%doc %{_texmfdistdir}/doc/latex/dateiliste/README-eo
%doc %{_texmfdistdir}/doc/latex/dateiliste/dateiliste.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dateiliste/dateiliste.dtx
%doc %{_texmfdistdir}/source/latex/dateiliste/dateiliste.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-6
+ Revision: 0d9cbec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19822 |14mr|texlive-datenumber-0.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18951
# category Package
# catalog-ctan /macros/latex/contrib/datenumber
# catalog-date 2006-11-16 11:36:05 +0100
# catalog-license lppl
# catalog-version 0.02
Name:		texlive-datenumber
Version:	0.02
Release:	3
Summary:	Convert a date into a number and vice versa
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/datenumber
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datenumber.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datenumber.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datenumber.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides commands to convert a date into a number
and vice versa. Additionally there are commands for
incrementing and decrementing a date. Leap years and the
Gregorian calendar reform are considered.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/datenumber/datenumber.sty
%{_texmfdistdir}/tex/latex/datenumber/datenumberUSenglish.ldf
%{_texmfdistdir}/tex/latex/datenumber/datenumberdummy.ldf
%{_texmfdistdir}/tex/latex/datenumber/datenumberenglish.ldf
%{_texmfdistdir}/tex/latex/datenumber/datenumberfrench.ldf
%{_texmfdistdir}/tex/latex/datenumber/datenumbergerman.ldf
%{_texmfdistdir}/tex/latex/datenumber/datenumberspanish.ldf
%doc %{_texmfdistdir}/doc/latex/datenumber/README.txt
%doc %{_texmfdistdir}/doc/latex/datenumber/doc.pdf
%doc %{_texmfdistdir}/doc/latex/datenumber/doc.tex
%doc %{_texmfdistdir}/doc/latex/datenumber/docgerman.pdf
%doc %{_texmfdistdir}/doc/latex/datenumber/docgerman.tex
#- source
%doc %{_texmfdistdir}/source/latex/datenumber/datenumber.dtx
%doc %{_texmfdistdir}/source/latex/datenumber/datenumber.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.02-3
+ Revision: 2413f98
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19823 |14mr|texlive-datetime-2.59-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31622
# category Package
# catalog-ctan /macros/latex/contrib/datetime
# catalog-date 2013-09-10 21:28:15 +0200
# catalog-license lppl1.3
# catalog-version 2.59
Name:		texlive-datetime
Version:	2.59
Release:	6
Summary:	Change format of \today with commands for current time
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/datetime
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-fmtcount

%description
Provides various different formats for the text created by the
command \today, and also provides commands for displaying the
current time (or any given time), in 12-hour, 24-hour or text
format. The package overrides babel's date format, having its
own library of date formats in different languages. The package
requires the fmtcount package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/latex/datetime/datetime.perl
%{_texmfdistdir}/tex/latex/datetime/datetime-defaults.sty
%{_texmfdistdir}/tex/latex/datetime/datetime.sty
%{_texmfdistdir}/tex/latex/datetime/dt-UKenglish.def
%{_texmfdistdir}/tex/latex/datetime/dt-USenglish.def
%{_texmfdistdir}/tex/latex/datetime/dt-american.def
%{_texmfdistdir}/tex/latex/datetime/dt-australian.def
%{_texmfdistdir}/tex/latex/datetime/dt-austrian.def
%{_texmfdistdir}/tex/latex/datetime/dt-bahasa.def
%{_texmfdistdir}/tex/latex/datetime/dt-basque.def
%{_texmfdistdir}/tex/latex/datetime/dt-breton.def
%{_texmfdistdir}/tex/latex/datetime/dt-british.def
%{_texmfdistdir}/tex/latex/datetime/dt-bulgarian.def
%{_texmfdistdir}/tex/latex/datetime/dt-canadian.def
%{_texmfdistdir}/tex/latex/datetime/dt-catalan.def
%{_texmfdistdir}/tex/latex/datetime/dt-croatian.def
%{_texmfdistdir}/tex/latex/datetime/dt-czech.def
%{_texmfdistdir}/tex/latex/datetime/dt-danish.def
%{_texmfdistdir}/tex/latex/datetime/dt-dutch.def
%{_texmfdistdir}/tex/latex/datetime/dt-esperanto.def
%{_texmfdistdir}/tex/latex/datetime/dt-estonian.def
%{_texmfdistdir}/tex/latex/datetime/dt-finnish.def
%{_texmfdistdir}/tex/latex/datetime/dt-french.def
%{_texmfdistdir}/tex/latex/datetime/dt-galician.def
%{_texmfdistdir}/tex/latex/datetime/dt-german.def
%{_texmfdistdir}/tex/latex/datetime/dt-greek.def
%{_texmfdistdir}/tex/latex/datetime/dt-hebrew.def
%{_texmfdistdir}/tex/latex/datetime/dt-icelandic.def
%{_texmfdistdir}/tex/latex/datetime/dt-irish.def
%{_texmfdistdir}/tex/latex/datetime/dt-italian.def
%{_texmfdistdir}/tex/latex/datetime/dt-latin.def
%{_texmfdistdir}/tex/latex/datetime/dt-lsorbian.def
%{_texmfdistdir}/tex/latex/datetime/dt-magyar.def
%{_texmfdistdir}/tex/latex/datetime/dt-naustrian.def
%{_texmfdistdir}/tex/latex/datetime/dt-newzealand.def
%{_texmfdistdir}/tex/latex/datetime/dt-ngerman.def
%{_texmfdistdir}/tex/latex/datetime/dt-norsk.def
%{_texmfdistdir}/tex/latex/datetime/dt-polish.def
%{_texmfdistdir}/tex/latex/datetime/dt-portuges.def
%{_texmfdistdir}/tex/latex/datetime/dt-romanian.def
%{_texmfdistdir}/tex/latex/datetime/dt-russian.def
%{_texmfdistdir}/tex/latex/datetime/dt-samin.def
%{_texmfdistdir}/tex/latex/datetime/dt-scottish.def
%{_texmfdistdir}/tex/latex/datetime/dt-serbian.def
%{_texmfdistdir}/tex/latex/datetime/dt-slovak.def
%{_texmfdistdir}/tex/latex/datetime/dt-slovene.def
%{_texmfdistdir}/tex/latex/datetime/dt-spanish.def
%{_texmfdistdir}/tex/latex/datetime/dt-swedish.def
%{_texmfdistdir}/tex/latex/datetime/dt-turkish.def
%{_texmfdistdir}/tex/latex/datetime/dt-ukraineb.def
%{_texmfdistdir}/tex/latex/datetime/dt-usorbian.def
%{_texmfdistdir}/tex/latex/datetime/dt-welsh.def
%doc %{_texmfdistdir}/doc/latex/datetime/CHANGES
%doc %{_texmfdistdir}/doc/latex/datetime/README
%doc %{_texmfdistdir}/doc/latex/datetime/datetime-manual.css
%doc %{_texmfdistdir}/doc/latex/datetime/datetime-manual.html
%doc %{_texmfdistdir}/doc/latex/datetime/datetime-manual.tex
%doc %{_texmfdistdir}/doc/latex/datetime/datetime.pdf
%doc %{_texmfdistdir}/doc/latex/datetime/samples/dt-lang.pdf
%doc %{_texmfdistdir}/doc/latex/datetime/samples/dt-lang.tex
%doc %{_texmfdistdir}/doc/latex/datetime/samples/dt-sampl.pdf
%doc %{_texmfdistdir}/doc/latex/datetime/samples/dt-sampl.tex
#- source
%doc %{_texmfdistdir}/source/latex/datetime/datetime.dtx
%doc %{_texmfdistdir}/source/latex/datetime/datetime.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.59-6
+ Revision: 0f30ade
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19824 |14mr|texlive-dblfloatfix-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17191
# category Package
# catalog-ctan /macros/latex/contrib/dblfloatfix
# catalog-date 2010-03-09 12:54:42 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-dblfloatfix
Version:	1.0
Release:	3
Summary:	Fixes for twocolumn floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dblfloatfix
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dblfloatfix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dblfloatfix.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package solves two problems: floats in a twocolumn document
come out in the right order and allowed float positions are now
[tbp]. The packages actually merges facilities from fixltx2e
and stfloats.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dblfloatfix/dblfloatfix.sty
%doc %{_texmfdistdir}/doc/latex/dblfloatfix/dblfloatfix.pdf
%doc %{_texmfdistdir}/doc/latex/dblfloatfix/dblfloatfix.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 4748767
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19825 |14mr|texlive-dccpaper-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33142
# category Package
# catalog-ctan /macros/latex/contrib/dccpaper
# catalog-date 2014-03-09 14:23:10 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-dccpaper
Version:	1.1
Release:	3
Summary:	Typeset papers for the International Journal of Digital Curation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dccpaper
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dccpaper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dccpaper.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dccpaper.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The LaTeX class ijdc-v9 produces camera-ready papers and
articles suitable for inclusion in the International Journal of
Digital Curation, with applicability from volume 9 onwards. The
similar idcc class can be used for submissions to the
International Digital Curation Conference, beginning with the
2015 conference.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dccpaper/dccpaper-base.tex
%{_texmfdistdir}/tex/latex/dccpaper/dccpaper-by.eps
%{_texmfdistdir}/tex/latex/dccpaper/dccpaper-by.pdf
%{_texmfdistdir}/tex/latex/dccpaper/idcc.cls
%{_texmfdistdir}/tex/latex/dccpaper/ijdc-v9.cls
%doc %{_texmfdistdir}/doc/latex/dccpaper/README
%doc %{_texmfdistdir}/doc/latex/dccpaper/README.txt
%doc %{_texmfdistdir}/doc/latex/dccpaper/dccpaper-apacite.bib
%doc %{_texmfdistdir}/doc/latex/dccpaper/dccpaper-biblatex.bib
%doc %{_texmfdistdir}/doc/latex/dccpaper/dccpaper.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dccpaper/Makefile
%doc %{_texmfdistdir}/source/latex/dccpaper/dccpaper.dtx
%doc %{_texmfdistdir}/source/latex/dccpaper/dccpaper.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: dfe7cf4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19826 |14mr|texlive-dcpic-5.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30206
# category Package
# catalog-ctan /macros/generic/diagrams/dcpic
# catalog-date 2013-05-02 01:06:38 +0200
# catalog-license lppl1.3
# catalog-version 5.0.0
Name:		texlive-dcpic
Version:	5.0.0
Release:	6
Summary:	Commutative diagrams in a LaTeX and TeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/diagrams/dcpic
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dcpic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dcpic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
DCpic is a package for typesetting Commutative Diagrams within
a LaTeX and TeX documents. Its distinguishing features are: a
powerful graphical engine, the PiCTeX package; an easy
specification syntax in which a commutative diagram is
described in terms of its objects and its arrows (morphism),
positioned in a Cartesian coordinate system.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/dcpic/dcpic.sty
%{_texmfdistdir}/tex/generic/dcpic/europroc.cls
%doc %{_texmfdistdir}/doc/generic/dcpic/README
%doc %{_texmfdistdir}/doc/generic/dcpic/eurotex2001.pdf
%doc %{_texmfdistdir}/doc/generic/dcpic/eurotex2001.tex
%doc %{_texmfdistdir}/doc/generic/dcpic/examples.pdf
%doc %{_texmfdistdir}/doc/generic/dcpic/examples.tex
%doc %{_texmfdistdir}/doc/generic/dcpic/manDCPiC.pdf
%doc %{_texmfdistdir}/doc/generic/dcpic/manDCPiC.tex
%doc %{_texmfdistdir}/doc/generic/dcpic/manDCPiCpt.pdf
%doc %{_texmfdistdir}/doc/generic/dcpic/manDCPiCpt.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.0.0-6
+ Revision: db62942
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19827 |14mr|texlive-decimal-20110606-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23374
# category Package
# catalog-ctan /macros/latex/contrib/decimal
# catalog-date 2011-06-06 11:09:01 +0200
# catalog-license lppl1
# catalog-version undef
Name:		texlive-decimal
Version:	20110606
Release:	3
Summary:	LaTeX package for the English raised decimal point
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/decimal
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/decimal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/decimal.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/decimal.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This LaTeX package should be used by people who need the
traditional English raised decimal point, instead of the
American-style period.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/decimal/decimal.sty
%doc %{_texmfdistdir}/doc/latex/decimal/decimal.pdf
#- source
%doc %{_texmfdistdir}/source/latex/decimal/decimal.dtx
%doc %{_texmfdistdir}/source/latex/decimal/decimal.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110606-3
+ Revision: 00e1dee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19828 |14mr|texlive-decorule-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23487
# category Package
# catalog-ctan /macros/latex/contrib/decorule
# catalog-date 2011-08-06 17:02:51 +0200
# catalog-license lppl1.3
# catalog-version 0.6
Name:		texlive-decorule
Version:	0.6
Release:	3
Summary:	Decorative swelled rule using font character
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/decorule
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/decorule.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/decorule.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/decorule.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package implements a decorative swelled rule using only a
symbol from a font installed with all distributions of TeX, so
it works independently, without the need to install any
additional software or fonts. This is the packaged version of
the macro which was originally published in the "Typographers'
Inn" column in TUGboat 31:1 (2010).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/decorule/decorule.sty
%doc %{_texmfdistdir}/doc/latex/decorule/MANIFEST
%doc %{_texmfdistdir}/doc/latex/decorule/README
%doc %{_texmfdistdir}/doc/latex/decorule/decorule.pdf
#- source
%doc %{_texmfdistdir}/source/latex/decorule/decorule.dtx
%doc %{_texmfdistdir}/source/latex/decorule/decorule.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-3
+ Revision: 4dd57f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19829 |14mr|texlive-dehyph-exptl-0.30-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30791
# category Package
# catalog-ctan /language/hyphenation/dehyph-exptl
# catalog-date 2013-05-29 00:44:55 +0200
# catalog-license lppl
# catalog-version 0.3
Summary:	Experimental hyphenation patterns for the German language
Name:		texlive-dehyph-exptl
Version:	0.30
Release:	6
License:	LPPL
Group:		Publishing
Url:		http://www.ctan.org/tex-archive/language/hyphenation/dehyph-exptl
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dehyph-exptl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dehyph-exptl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
The package provides experimental hyphenation patterns for the
German language, covering both traditional and reformed
orthography. The patterns can be used with packages Babel and
hyphsubst.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/dehyph-exptl/dehyphn-x-2013-05-26.pat
%{_texmfdistdir}/tex/generic/dehyph-exptl/dehyphn-x-2013-05-26.tex
%{_texmfdistdir}/tex/generic/dehyph-exptl/dehypht-x-2013-05-26.pat
%{_texmfdistdir}/tex/generic/dehyph-exptl/dehypht-x-2013-05-26.tex
%{_texmfdistdir}/tex/generic/dehyph-exptl/dehyphts-x-2013-05-26.pat
%{_texmfdistdir}/tex/generic/dehyph-exptl/dehyphts-x-2013-05-26.tex
%{_texmf_language_dat_d}/dehyph-exptl
%{_texmf_language_def_d}/dehyph-exptl
%{_texmf_language_lua_d}/dehyph-exptl
%doc %{_texmfdistdir}/doc/generic/dehyph-exptl/CHANGES
%doc %{_texmfdistdir}/doc/generic/dehyph-exptl/INSTALL
%doc %{_texmfdistdir}/doc/generic/dehyph-exptl/LICENSE
%doc %{_texmfdistdir}/doc/generic/dehyph-exptl/README
%doc %{_texmfdistdir}/doc/generic/dehyph-exptl/dehyph-exptl.bib
%doc %{_texmfdistdir}/doc/generic/dehyph-exptl/dehyph-exptl.pdf
%doc %{_texmfdistdir}/doc/generic/dehyph-exptl/dehyph-exptl.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/dehyph-exptl <<EOF
\%% from dehyph-exptl:
german-x-2013-05-26 dehypht-x-2013-05-26.tex
=german-x-latest
ngerman-x-2013-05-26 dehyphn-x-2013-05-26.tex
=ngerman-x-latest
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/dehyph-exptl
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/dehyph-exptl <<EOF
\%% from dehyph-exptl:
\addlanguage{german-x-2013-05-26}{dehypht-x-2013-05-26.tex}{}{2}{2}
\addlanguage{german-x-latest}{dehypht-x-2013-05-26.tex}{}{2}{2}
\addlanguage{ngerman-x-2013-05-26}{dehyphn-x-2013-05-26.tex}{}{2}{2}
\addlanguage{ngerman-x-latest}{dehyphn-x-2013-05-26.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/dehyph-exptl
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/dehyph-exptl <<EOF
-- from dehyph-exptl:
	['german-x-2013-05-26'] = {
		loader = 'dehypht-x-2013-05-26.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = { 'german-x-latest' },
		patterns = 'hyph-de-1901.pat.txt',
		hyphenation = 'hyph-de-1901.hyp.txt',
	},
	['ngerman-x-2013-05-26'] = {
		loader = 'dehyphn-x-2013-05-26.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = { 'ngerman-x-latest' },
		patterns = 'hyph-de-1996.pat.txt',
		hyphenation = 'hyph-de-1996.hyp.txt',
	},
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.30-6
+ Revision: ad33d41
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19830 |14mr|texlive-dejavu-2.33-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24513
# category Package
# catalog-ctan /fonts/dejavu
# catalog-date 2011-08-25 23:27:03 +0200
# catalog-license lppl
# catalog-version 2.33
Name:		texlive-dejavu
Version:	2.33
Release:	4
Summary:	LaTeX support for the fonts DejaVu
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/dejavu
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dejavu.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dejavu.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains LaTeX support for the fonts DejaVu. They
are derived from the Vera fonts and contain more characters and
styles. The fonts are included in the original TrueType format
and converted Type 1 format. The (currently) supported
encodings are: OT1, T1, IL2, TS1, T2*, X2, QX, and LGR. The
package doesn't (currently) support math. More encodings and/or
features will come later.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSans-Bold.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSans-BoldOblique.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSans-ExtraLight.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSans-Oblique.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSans.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansCondensed-Bold.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansCondensed-BoldOblique.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansCondensed-Oblique.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansCondensed.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansMono-Bold.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansMono-BoldOblique.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansMono-Oblique.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSansMono.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerif-Bold.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerif-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerif-Italic.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerif.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerifCondensed-Bold.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerifCondensed-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerifCondensed-Italic.afm
%{_texmfdistdir}/fonts/afm/public/dejavu/DejaVuSerifCondensed.afm
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_lgr.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_qx.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_t1-truetype.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_t1-type1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavumono_x2.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_lgr.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_qx.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_t1-truetype.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_t1-type1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusans_x2.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_lgr.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_qx.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_t1-truetype.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_t1-type1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavusanslight_x2.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_lgr.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_qx.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_t1-truetype.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_t1-type1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/dejavu/dejavuserif_x2.enc
%{_texmfdistdir}/fonts/map/dvips/dejavu/dejavu-truetype.map
%{_texmfdistdir}/fonts/map/dvips/dejavu/dejavu-type1.map
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-BoldOblique-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-ExtraLight-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-Oblique-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSans-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-Oblique-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansCondensed-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-lgr--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-lgr--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-BoldOblique-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-lgr--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-Oblique-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-lgr--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSansMono-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-BoldItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-Italic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerif-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-Italic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-qx--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-qx.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/dejavu/DejaVuSerifCondensed-tlf-x2.tfm
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSans-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSans-BoldOblique.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSans-ExtraLight.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSans-Oblique.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSans.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansCondensed-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansCondensed-BoldOblique.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansCondensed-Oblique.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansCondensed.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansMono-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansMono-BoldOblique.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansMono-Oblique.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSansMono.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerif-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerif-BoldItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerif-Italic.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerif.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerifCondensed-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerifCondensed-BoldItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerifCondensed-Italic.ttf
%{_texmfdistdir}/fonts/truetype/public/dejavu/DejaVuSerifCondensed.ttf
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-Bold.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-BoldOblique.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-BoldOblique.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-ExtraLight.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-ExtraLight.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-Oblique.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans-Oblique.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSans.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed-Bold.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed-BoldOblique.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed-BoldOblique.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed-Oblique.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed-Oblique.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansCondensed.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono-Bold.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono-BoldOblique.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono-BoldOblique.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono-Oblique.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono-Oblique.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSansMono.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif-Bold.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif-BoldItalic.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif-Italic.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerif.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed-Bold.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed-BoldItalic.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed-Italic.pfm
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed.pfb
%{_texmfdistdir}/fonts/type1/public/dejavu/DejaVuSerifCondensed.pfm
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-Bold-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-BoldOblique-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-BoldOblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-BoldOblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-ExtraLight-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-ExtraLight-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-ExtraLight-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-ExtraLight-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-ExtraLight-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-ExtraLight-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-ExtraLight-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-Oblique-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-Oblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-Oblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSans-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-Bold-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-BoldOblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-Oblique-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-Oblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-Oblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansCondensed-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-lgr.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Bold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-lgr.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-BoldOblique-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-lgr.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-Oblique-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-lgr.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSansMono-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-Bold-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-BoldItalic-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-BoldItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-BoldItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-Italic-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-Italic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-Italic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerif-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-Bold-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-BoldItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-Italic-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-Italic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-Italic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-tlf-qx.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/public/dejavu/DejaVuSerifCondensed-tlf-ts1.vf
%{_texmfdistdir}/tex/latex/dejavu/DejaVuSans.sty
%{_texmfdistdir}/tex/latex/dejavu/DejaVuSansCondensed.sty
%{_texmfdistdir}/tex/latex/dejavu/DejaVuSansMono.sty
%{_texmfdistdir}/tex/latex/dejavu/DejaVuSerif.sty
%{_texmfdistdir}/tex/latex/dejavu/DejaVuSerifCondensed.sty
%{_texmfdistdir}/tex/latex/dejavu/IL2DejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/IL2DejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/IL2DejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/IL2DejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/IL2DejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/LGRDejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/LGRDejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/LGRDejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/LGRDejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/LGRDejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/OT1DejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/OT1DejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/OT1DejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/OT1DejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/OT1DejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/QXDejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/QXDejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/QXDejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/QXDejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/QXDejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T1DejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T1DejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T1DejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T1DejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T1DejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2ADejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2ADejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2ADejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2ADejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2ADejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2BDejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2BDejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2BDejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2BDejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2BDejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2CDejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2CDejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2CDejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2CDejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/T2CDejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/TS1DejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/TS1DejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/TS1DejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/TS1DejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/TS1DejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/X2DejaVuSans-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/X2DejaVuSansCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/X2DejaVuSansMono-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/X2DejaVuSerif-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/X2DejaVuSerifCondensed-TLF.fd
%{_texmfdistdir}/tex/latex/dejavu/dejavu.sty
%doc %{_texmfdistdir}/doc/fonts/dejavu/CHANGELOG
%doc %{_texmfdistdir}/doc/fonts/dejavu/README
%doc %{_texmfdistdir}/doc/fonts/dejavu/dejavu-sample.pdf
%doc %{_texmfdistdir}/doc/fonts/dejavu/dejavu-sample.tex
%doc %{_texmfdistdir}/doc/fonts/dejavu/dejavu.pdf
%doc %{_texmfdistdir}/doc/fonts/dejavu/dejavu.tex
%doc %{_texmfdistdir}/doc/fonts/dejavu/extrakerns.zip
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/AUTHORS
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/BUGS
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/LICENSE
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/NEWS
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/README
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/langcover.txt
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/status.txt
%doc %{_texmfdistdir}/doc/fonts/dejavu/font-doc/unicover.txt
%doc %{_texmfdistdir}/doc/fonts/dejavu/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.33-4
+ Revision: 4c7c72a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19831 |14mr|texlive-delim-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23974
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-delim
Version:	20111104
Release:	3
Summary:	TeXLive delim package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/delim.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/delim.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/delim.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive delim package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/delim/delim.sty
%doc %{_texmfdistdir}/doc/latex/delim/README
%doc %{_texmfdistdir}/doc/latex/delim/delim.pdf
#- source
%doc %{_texmfdistdir}/source/latex/delim/delim.dtx
%doc %{_texmfdistdir}/source/latex/delim/delim.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: 6c60d64
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19832 |14mr|texlive-delimtxt-20080818-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16549
# category Package
# catalog-ctan /macros/latex/exptl/delimtxt
# catalog-date 2008-08-18 10:38:42 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-delimtxt
Version:	20080818
Release:	3
Summary:	Read and parse text tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/exptl/delimtxt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/delimtxt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/delimtxt.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/delimtxt.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This experimental package can read and parse text tables
delimited by user-defined tokens (e.g., tab). It can be used
for serial letters and the like, making it easier to export the
data file from MS-Excel/MS-Word.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/delimtxt/delimtxt.sty
%doc %{_texmfdistdir}/doc/latex/delimtxt/delimtxt.pdf
%doc %{_texmfdistdir}/doc/latex/delimtxt/resulta.dat
%doc %{_texmfdistdir}/doc/latex/delimtxt/resultb.dat
%doc %{_texmfdistdir}/doc/latex/delimtxt/resultc.dat
%doc %{_texmfdistdir}/doc/latex/delimtxt/test1.tex
%doc %{_texmfdistdir}/doc/latex/delimtxt/test2.tex
%doc %{_texmfdistdir}/doc/latex/delimtxt/test3.tex
#- source
%doc %{_texmfdistdir}/source/latex/delimtxt/delimtxt.dtx
%doc %{_texmfdistdir}/source/latex/delimtxt/delimtxt.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080818-3
+ Revision: ee625b8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19833 |14mr|texlive-de-macro-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26355
# category Package
# catalog-ctan /support/de-macro
# catalog-date 2010-03-10 11:48:14 +0100
# catalog-license other-free
# catalog-version 1.3
Name:		texlive-de-macro
Version:	1.3
Release:	4
Summary:	Expand private macros in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/de-macro
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/de-macro.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/de-macro.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-de-macro.bin = %{EVRD}

%description
De-macro is a Python script that helps authors who like to use
private LaTeX macros (for example, as abbreviations). A
technical editor or a cooperating author may balk at such a
manuscript; you can avoid manuscript rejection misery by
running de-macro on it. De-macro will expand macros defined in
\(re)newcommand or \(re)newenvironment commands, within the
document, or in the document's "private" package file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/de-macro
%{_texmfdistdir}/scripts/de-macro/de-macro
%doc %{_texmfdistdir}/doc/support/de-macro/README
%doc %{_texmfdistdir}/doc/support/de-macro/user-guide.pdf
%doc %{_texmfdistdir}/doc/support/de-macro/user-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/de-macro/de-macro de-macro
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-4
+ Revision: 084a782
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19834 |14mr|texlive-detex-20120507-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /support/detex
# catalog-date 2012-05-07 22:13:48 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-detex
Version:	20120507
Release:	7
Summary:	Strip TeX from a source file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/detex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/detex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/detex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-detex.bin

%description
Detex is a program to remove TeX constructs from a text file.
It recognizes the \input command. The program assumes it is
dealing with LaTeX input if it sees the string \begin{document}
in the text. In this case, it also recognizes the \include and
\includeonly commands.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/detex.1*
%doc %{_texmfdistdir}/doc/man/man1/detex.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120507-7
+ Revision: 329aac4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19835 |14mr|texlive-detlev-cm-20140216-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32383
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-detlev-cm
Version:	20140216
Release:	2
Summary:	TeXLive detlev-cm package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/detlev-cm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/detlev-cm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive detlev-cm package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/detlev-cm/beamercolorthemeETII.sty
%{_texmfdistdir}/tex/latex/detlev-cm/beamerfontthemeDetlevCM.sty
%{_texmfdistdir}/tex/latex/detlev-cm/beamerouterthemeDetlevCM.sty
%{_texmfdistdir}/tex/latex/detlev-cm/beamerthemeDetlevCM.sty
%doc %{_texmfdistdir}/doc/latex/detlev-cm/LogoTop.png
%doc %{_texmfdistdir}/doc/latex/detlev-cm/SAS-CRJ900.png
%doc %{_texmfdistdir}/doc/latex/detlev-cm/Sample.pdf
%doc %{_texmfdistdir}/doc/latex/detlev-cm/Sample.tex
%doc %{_texmfdistdir}/doc/latex/detlev-cm/Wing.png
%doc %{_texmfdistdir}/doc/latex/detlev-cm/WingSunrise.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20140216-2
+ Revision: 7a19db4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19836 |14mr|texlive-devnag-2.15-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18835
# category TLCore
# catalog-ctan /language/devanagari/velthuis
# catalog-date 2008-06-22 18:57:24 +0200
# catalog-license gpl
# catalog-version 2.15
Name:		texlive-devnag
Version:	2.15
Release:	3
Summary:	Typeset Devanagari
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/devanagari/velthuis
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/devnag.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-devnag.bin

%description
Frans Velthuis' preprocessor for Devanagari text, and fonts and
macros to use when typesetting the processed text. The macros
provide features that support Sanskrit, Hindi, Marathi, Nepali,
and other languages typically printed in the Devanagari script.
The fonts are available both in Metafont and Type 1 format.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.15-3
+ Revision: 6975ba3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19837 |14mr|texlive-dfgproposal-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20350
# category Package
# catalog-ctan /macros/latex/contrib/dfgproposal
# catalog-date 2010-11-05 11:18:03 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-dfgproposal
Version:	1.0
Release:	3
Summary:	Support for writing proposals to the DFG
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dfgproposal
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dfgproposal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dfgproposal.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dfgproposal.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a class for writing proposals to the German
Research Council (DFG), together with examples of its use.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dfgproposal/dfgproposal.cls
%doc %{_texmfdistdir}/doc/latex/dfgproposal/CV_PubList_Kohlhase.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/DCMpersons.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/Makefile.template
%doc %{_texmfdistdir}/doc/latex/dfgproposal/README
%doc %{_texmfdistdir}/doc/latex/dfgproposal/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/dfgproposal/cvpubsmiko.pdf
%doc %{_texmfdistdir}/doc/latex/dfgproposal/dfgproposal.pdf
%doc %{_texmfdistdir}/doc/latex/dfgproposal/finalreport.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/funds.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/mittel.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/preconditions.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/progressreport.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/progresssummary.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/proposal.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/state.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/workplan.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/zusammenfassung.tex
#- source
%doc %{_texmfdistdir}/source/latex/dfgproposal/dfgproposal.dtx
%doc %{_texmfdistdir}/source/latex/dfgproposal/dfgproposal.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: af128c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19838 |14mr|texlive-dhua-0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24035
# category Package
# catalog-ctan /macros/latex/contrib/dhua
# catalog-date 2011-09-20 00:29:10 +0200
# catalog-license lppl1.3
# catalog-version 0.11
Name:		texlive-dhua
Version:	0.11
Release:	3
Summary:	German abbreviations using thin space
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dhua
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dhua.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dhua.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dhua.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for those abbreviations of German
phrases for which the use of thin space is recommended. Setup
commands \newdhua and \newtwopartdhua are provided, as well as
commands for single cases (such as \zB for 'z. B.', saving the
user from typing such as 'z.\,B.'). To typeset the
documentation, the niceverb package, version 0.44, or later, is
required. Das Paket `dhua' stellt Befehle fur sog.
mehrgliedrige Abkurzungen bereit, fur die schmale Leerzeichen
(Festabstande) empfohlen werden (Duden, Wikipedia). In die
englische Paketdokumentation sind deutsche Erlauterungen
eingestreut.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dhua/dhua.cfg
%{_texmfdistdir}/tex/latex/dhua/dhua.sty
%doc %{_texmfdistdir}/doc/latex/dhua/README
%doc %{_texmfdistdir}/doc/latex/dhua/README.pdf
%doc %{_texmfdistdir}/doc/latex/dhua/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/dhua/dhua.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dhua/README.tex
%doc %{_texmfdistdir}/source/latex/dhua/dhua.tex
%doc %{_texmfdistdir}/source/latex/dhua/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11-3
+ Revision: 57b8ee8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19839 |14mr|texlive-diagbox-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24646
# category Package
# catalog-ctan /macros/latex/contrib/diagbox
# catalog-date 2011-11-24 16:48:22 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-diagbox
Version:	1.0
Release:	3
Summary:	Table heads with diagonal lines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/diagbox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/diagbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/diagbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/diagbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package's principal command, \diagbox, takes two arguments
(texts for the slash-separated parts of the box), and an
optional argument with which the direction the slash will go,
and the box dimensions, etc., may vbe controlled. The package
also provides \slashbox and \backslashbox commands for
compatibility with the slashbox package, which it supersedes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/diagbox/diagbox.sty
%doc %{_texmfdistdir}/doc/latex/diagbox/diagbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/diagbox/diagbox.dtx
%doc %{_texmfdistdir}/source/latex/diagbox/diagbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 8c05ee2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19840 |14mr|texlive-diagmac2-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/diagmac2
# catalog-date 2009-05-17 01:32:22 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-diagmac2
Version:	2.1
Release:	3
Summary:	Diagram macros, using pict2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/diagmac2
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/diagmac2.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/diagmac2.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a development of the long-established diagmac package,
using pict2e so that the restrictions on line direction are
removed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/diagmac2/diagmac2.sty
%doc %{_texmfdistdir}/doc/latex/diagmac2/README
%doc %{_texmfdistdir}/doc/latex/diagmac2/doc/diagmac2.pdf
%doc %{_texmfdistdir}/doc/latex/diagmac2/doc/diagmac2.tex
%doc %{_texmfdistdir}/doc/latex/diagmac2/doc/diagmactest.pdf
%doc %{_texmfdistdir}/doc/latex/diagmac2/doc/diagmactest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 2172824
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19841 |14mr|texlive-diagnose-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19387
# category Package
# catalog-ctan /macros/latex/contrib/diagnose
# catalog-date 2006-12-17 18:48:45 +0100
# catalog-license gpl
# catalog-version 0.2
Name:		texlive-diagnose
Version:	0.2
Release:	3
Summary:	A diagnostic tool for a TeX installation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/diagnose
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/diagnose.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/diagnose.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides macros to assist evaluation of the capabilities of a
TeX installation (i.e., what extensions it supports). An
example document that examines the installation is available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/diagnose/diagnose.sty
%doc %{_texmfdistdir}/doc/latex/diagnose/INSTALL
%doc %{_texmfdistdir}/doc/latex/diagnose/README
%doc %{_texmfdistdir}/doc/latex/diagnose/diagnose.pdf
%doc %{_texmfdistdir}/doc/latex/diagnose/diagnose.tex
%doc %{_texmfdistdir}/doc/latex/diagnose/mls-diag.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 5259413
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19842 |14mr|texlive-dialogl-20130125-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28946
# category Package
# catalog-ctan /macros/latex/contrib/dialogl
# catalog-date 2013-01-25 11:22:08 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-dialogl
Version:	20130125
Release:	6
Summary:	Macros for constructing interactive LaTeX scripts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dialogl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dialogl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dialogl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dialogl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Gathers together a bunch of code and examples about how to
write macros to carry on a dialogue with the user.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dialogl/dialog.sty
%{_texmfdistdir}/tex/latex/dialogl/grabhedr.sty
%{_texmfdistdir}/tex/latex/dialogl/listout.tex
%{_texmfdistdir}/tex/latex/dialogl/menus.sty
%doc %{_texmfdistdir}/doc/latex/dialogl/Makefile
%doc %{_texmfdistdir}/doc/latex/dialogl/README
%doc %{_texmfdistdir}/doc/latex/dialogl/cnvunits.tex
%doc %{_texmfdistdir}/doc/latex/dialogl/codialog.pdf
%doc %{_texmfdistdir}/doc/latex/dialogl/default.los
%doc %{_texmfdistdir}/doc/latex/dialogl/dia-driv.pdf
%doc %{_texmfdistdir}/doc/latex/dialogl/dia-driv.tex
%doc %{_texmfdistdir}/doc/latex/dialogl/dialogl-doc.sty
%doc %{_texmfdistdir}/doc/latex/dialogl/diatest.tex
%doc %{_texmfdistdir}/doc/latex/dialogl/fontmenu.lg
%doc %{_texmfdistdir}/doc/latex/dialogl/fontmenu.tex
%doc %{_texmfdistdir}/doc/latex/dialogl/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/dialogl/dialogl.dtx
%doc %{_texmfdistdir}/source/latex/dialogl/dialogl.ins
%doc %{_texmfdistdir}/source/latex/dialogl/grabhedr.dtx
%doc %{_texmfdistdir}/source/latex/dialogl/listout.dtx
%doc %{_texmfdistdir}/source/latex/dialogl/menus.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130125-6
+ Revision: 21c965c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19843 |14mr|texlive-dice-20080607-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/dice
# catalog-date 2008-06-07 13:52:00 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-dice
Version:	20080607
Release:	3
Summary:	A font for die faces
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/dice
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dice.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dice.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A MetaFont font that can produce die faces in 2D or with
various 3D effects.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/dice/dice3d.mf
%{_texmfdistdir}/fonts/tfm/public/dice/dice3d.tfm
%doc %{_texmfdistdir}/doc/fonts/dice/dice3d.dvi
%doc %{_texmfdistdir}/doc/fonts/dice/dice3d.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080607-3
+ Revision: 1a6e9fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19844 |14mr|texlive-dichokey-20100223-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17192
# category Package
# catalog-ctan /macros/latex/contrib/dichokey
# catalog-date 2010-02-23 23:30:05 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-dichokey
Version:	20100223
Release:	3
Summary:	Construct dichotomous identification keys
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dichokey
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dichokey.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dichokey.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can be used to construct dichotomous identification
keys (used especially in biology for species identification),
taking care of numbering and indentation of successive key
steps automatically. An example file is provided, which
demonstrates usage.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dichokey/dichokey.sty
%doc %{_texmfdistdir}/doc/latex/dichokey/dichokey.pdf
%doc %{_texmfdistdir}/doc/latex/dichokey/dichokey.tex
%doc %{_texmfdistdir}/doc/latex/dichokey/rhodocyb.pdf
%doc %{_texmfdistdir}/doc/latex/dichokey/rhodocyb.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100223-3
+ Revision: e9f7b31
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19845 |14mr|texlive-dickimaw-20140209-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32925
# category Package
# catalog-ctan /info/dickimaw
# catalog-date 2014-02-09 18:16:38 +0100
# catalog-license fdl
# catalog-version undef
Name:		texlive-dickimaw
Version:	20140209
Release:	3
Summary:	Books and tutorials from the "Dickimaw LaTeX Series"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/dickimaw
License:	FDL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dickimaw.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dickimaw.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The package provides are some of the books and tutorials that
form part of the "Dickimaw LaTeX Series". Only the A4 PDF is
included here. Other formats, such as HTML or a screen
optimized PDF, are available from the package home page. Books
included are: "LaTeX for Complete Novices": an introductory
guide to LaTeX. "Using LaTeX to Write a PhD Thesis": a follow-
on from "LaTeX for Complete Novices" geared towards students
who want to use LaTeX to write their PhD thesis. "Creating a
LaTeX minimal example": describes how to create a minimal
example, which can be used as a debugging aid when you
encounter errors in your LaTeX documents.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/dickimaw/ERRATA
%doc %{_texmfdistdir}/doc/latex/dickimaw/README
%doc %{_texmfdistdir}/doc/latex/dickimaw/dickimaw-minexample.pdf
%doc %{_texmfdistdir}/doc/latex/dickimaw/dickimaw-novices.pdf
%doc %{_texmfdistdir}/doc/latex/dickimaw/dickimaw-thesis.pdf
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/fdl.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/minexample/dickimaw-minexample.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/minexample/minexample.sty
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/dickimaw-novices.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/glsentries.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/keywords.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/novices-a4paper.sty
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/novices-index.ist
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/novices.bib
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/novices.cls
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/acrobat.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/backtic.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/circle.pdf
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/cmdprom.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/cmdprom1.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/cmdprom2.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/cmdprom3.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/cmdprom4.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/cmdprom5.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/cmdprom6.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/cmdprom7.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/dinglist.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/dirviewer1.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/dirviewer2.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/dirviewer3.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/dirviewer4.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/draftimage.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/entersymbol.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/errormessage.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/exsamp.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/incgraph.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/incgraph2.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/letterbox.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/maths.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/miktex1.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/newdoc-1.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/newdoc-2.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/notepad1.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/notepad2.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/rectangle.pdf
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/reflbox.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/resizbox.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/rotbox.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/scalbox.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/shapes.pdf
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/tds.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/terminal-texdoc.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/terminal.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/terminal1.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/terminal10.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/terminal11.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/terminal2.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/terminal3.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/terminal4.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/terminal5.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/terminal6.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/terminal7.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/terminal8.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/terminal9.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks-latexmk.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks-preferences.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks-toolconfig1.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks-toolconfig2.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks-toolconfig3.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks-toolconfig4.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks1.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks2.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks3.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks4.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks5-annote.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks5.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks6.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks7.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks8.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/texworks9.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/pictures/yap1.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/argument.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/auxiliary.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/cls.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/command.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/declaration.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/dvi.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/environment.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/fragile.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/group.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/hyphenation.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/intersentencespacing.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/introduction.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/length.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/mandatory.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/optional.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/output.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/perl.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/preamble.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/robust.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/short.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/source.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/terminal.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/novices/term-defs/tex.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/dickimaw-thesis.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/dickimawthesis.cls
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/glsentries.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/imgsource/titlepage.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/listing-samples/helloworld.c
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/listing-samples/sqrt.c
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/arara-installer.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/bibertool.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/doibutton.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/generatekey.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref-dataprop-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref-dataprop.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref-pref-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref-pref.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref-textimport1-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref-textimport1.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref-textimport2-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref-textimport2.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref-textimport3-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref-textimport3.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref1-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref1.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref10-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref10.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref11.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref12-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref12.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref2.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref3-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref3.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref4-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref4.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref5-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref5.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref6-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref6.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref7-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref7.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref8-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref8.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref9-thumbnail.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/jabref9.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/pagestyle.tex
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/texworks-addbutton.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/texworks-arara.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/texworks-arara2.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/texworks-bibtex.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/texworks-latexmk.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/texworks-latexmkbibtex.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/texworks-makeglossaries.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/texworks-pdflatex.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/texworks-pref.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/texworks-texindy.png
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/pictures/titlepage.pdf
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/thesis-a4paper.sty
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/thesis-index.ist
%doc %{_texmfdistdir}/doc/latex/dickimaw/src/thesis/thesis.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20140209-3
+ Revision: 17a6b07
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19846 |14mr|texlive-dictsym-20070925-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20031
# category Package
# catalog-ctan /fonts/dictsym
# catalog-date 2007-09-25 10:20:14 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-dictsym
Version:	20070925
Release:	3
Summary:	DictSym font and macro package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/dictsym
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dictsym.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dictsym.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This directory contains the DictSym Type1 font designed by
Georg Verweyen and all files required to use it with LaTeX on
the Unix or PC platforms. The font provides a number of symbols
commonly used in dictionaries. The accompanying macro package
makes the symbols accessible as LaTeX commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/dictsym/dictsym.afm
%{_texmfdistdir}/fonts/map/dvips/dictsym/dictsym.map
%{_texmfdistdir}/fonts/tfm/public/dictsym/dictsym.tfm
%{_texmfdistdir}/fonts/type1/public/dictsym/dictsym.pfb
%{_texmfdistdir}/fonts/type1/public/dictsym/dictsym.pfm
%{_texmfdistdir}/tex/latex/dictsym/dictsym.sty
%doc %{_texmfdistdir}/doc/fonts/dictsym/README
%doc %{_texmfdistdir}/doc/fonts/dictsym/dictsym.pdf
%doc %{_texmfdistdir}/doc/fonts/dictsym/dictsym.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070925-3
+ Revision: 4bb4317
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19847 |14mr|texlive-digiconfigs-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/digiconfigs
# catalog-date 2007-03-05 22:02:45 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-digiconfigs
Version:	0.5
Release:	3
Summary:	Writing "configurations"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/digiconfigs
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/digiconfigs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/digiconfigs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
In Stochastic Geometry and Digital Image Analysis some problems
can be solved in terms of so-called "configurations". A
configuration is basically a square matrix of \circ and \bullet
symbols. This package provides a convenient and compact
mechanism for displaying these configurations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/digiconfigs/digiconfigs.sty
%doc %{_texmfdistdir}/doc/latex/digiconfigs/README
%doc %{_texmfdistdir}/doc/latex/digiconfigs/digiconfigs.pdf
%doc %{_texmfdistdir}/doc/latex/digiconfigs/digiconfigs.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: 9e2ae34
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19848 |14mr|texlive-din1505-20081125-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19441
# category Package
# catalog-ctan /biblio/bibtex/contrib/german/din1505
# catalog-date 2008-11-25 15:33:33 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-din1505
Version:	20081125
Release:	3
Summary:	Bibliography styles for German texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/german/din1505
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/din1505.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/din1505.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of bibliography styles that conformt to DIN 1505, and
match the original BibTeX standard set (plain, unsrt, alpha and
abbrv), together with a style natdin to work with natbib.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/din1505/abbrvdin.bst
%{_texmfdistdir}/bibtex/bst/din1505/alphadin.bst
%{_texmfdistdir}/bibtex/bst/din1505/natdin.bst
%{_texmfdistdir}/bibtex/bst/din1505/plaindin.bst
%{_texmfdistdir}/bibtex/bst/din1505/unsrtdin.bst
%doc %{_texmfdistdir}/doc/latex/din1505/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/din1505/leitbild.bib
%doc %{_texmfdistdir}/doc/latex/din1505/natbib.cfg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081125-3
+ Revision: ed6e7ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19849 |14mr|texlive-dinat-2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/german/dinat
# catalog-date 2008-11-11 09:02:39 +0100
# catalog-license pd
# catalog-version 2.5
Name:		texlive-dinat
Version:	2.5
Release:	3
Summary:	Bibliography style for German texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/german/dinat
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dinat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dinat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Bibliography style files intended for texts in german. They
draw up bibliographies in accordance with the german DIN 1505,
parts 2 and 3.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/dinat/dinat.bst
%doc %{_texmfdistdir}/doc/bibtex/dinat/dinat-index.html
%doc %{_texmfdistdir}/doc/bibtex/dinat/history.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5-3
+ Revision: d87209b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19850 |14mr|texlive-dinbrief-20090925-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/dinbrief
# catalog-date 2009-09-25 22:54:35 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-dinbrief
Version:	20090925
Release:	3
Summary:	German letter DIN style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dinbrief
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dinbrief.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dinbrief.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dinbrief.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Implements a document layout for writing letters according to
the rules of DIN (Deutsches Institut fur Normung, German
standardisation institute). A style file for LaTeX 2.09 (with
limited support of the features) is part of the package. Since
the letter layout is based on a German standard, the user guide
is written in German, but most macros have English names from
which the user can recognize what they are used for. In
addition there are example files showing how letters may be
created with the package. A graphical interface for use of the
dinbrief is provided in the dinbrief-GUI bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dinbrief/dinbrief.cfg
%{_texmfdistdir}/tex/latex/dinbrief/dinbrief.cls
%{_texmfdistdir}/tex/latex/dinbrief/dinbrief.sty
%doc %{_texmfdistdir}/doc/latex/dinbrief/brfbody.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/brfkopf.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/dbold.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/dinbrief.pdf
%doc %{_texmfdistdir}/doc/latex/dinbrief/dinbrief.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/dintab.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/example.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/liesmich
%doc %{_texmfdistdir}/doc/latex/dinbrief/readme
%doc %{_texmfdistdir}/doc/latex/dinbrief/test10.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/test11.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/test12.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/testnorm.tex
#- source
%doc %{_texmfdistdir}/source/latex/dinbrief/dinbrief.drv
%doc %{_texmfdistdir}/source/latex/dinbrief/dinbrief.dtx
%doc %{_texmfdistdir}/source/latex/dinbrief/dinbrief.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090925-3
+ Revision: c70969b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19851 |14mr|texlive-dingbat-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24093
# category Package
# catalog-ctan /fonts/dingbat
# catalog-date 2011-04-10 19:43:45 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-dingbat
Version:	1.0
Release:	3
Summary:	Two dingbat symbol fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/dingbat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dingbat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dingbat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dingbat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts (ark10 and dingbat) are specified in Metafont;
support macros are provided for use in plain TeX and in LaTeX.
An Adobe Type 1 version of the fonts is available in the
niceframe fonts bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/dingbat/ark10.mf
%{_texmfdistdir}/fonts/source/public/dingbat/dingbat.mf
%{_texmfdistdir}/fonts/tfm/public/dingbat/ark10.tfm
%{_texmfdistdir}/fonts/tfm/public/dingbat/dingbat.tfm
%{_texmfdistdir}/tex/latex/dingbat/dingbat.sty
%{_texmfdistdir}/tex/latex/dingbat/uark.fd
%{_texmfdistdir}/tex/latex/dingbat/udingbat.fd
%doc %{_texmfdistdir}/doc/fonts/dingbat/README
%doc %{_texmfdistdir}/doc/fonts/dingbat/dingbat.pdf
%doc %{_texmfdistdir}/doc/fonts/dingbat/dingbat.tex
#- source
%doc %{_texmfdistdir}/source/fonts/dingbat/dingbat.dtx
%doc %{_texmfdistdir}/source/fonts/dingbat/dingbat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: cf84969
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19852 |14mr|texlive-directory-1.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/directory
# catalog-date 2007-01-22 14:15:41 +0100
# catalog-license lppl
# catalog-version 1.20
Name:		texlive-directory
Version:	1.20
Release:	3
Summary:	An address book using BibTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/directory
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/directory.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/directory.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for LaTeX and BibTeX that facilitates the
construction, maintenance and exploitation of an address book-
like database.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/directory/business.bib
%{_texmfdistdir}/bibtex/bib/directory/family.bib
%{_texmfdistdir}/bibtex/bst/directory/address-html.bst
%{_texmfdistdir}/bibtex/bst/directory/address-ldif.bst
%{_texmfdistdir}/bibtex/bst/directory/address-vcard.bst
%{_texmfdistdir}/bibtex/bst/directory/address.bst
%{_texmfdistdir}/bibtex/bst/directory/birthday.bst
%{_texmfdistdir}/bibtex/bst/directory/email-html.bst
%{_texmfdistdir}/bibtex/bst/directory/email.bst
%{_texmfdistdir}/bibtex/bst/directory/letter.bst
%{_texmfdistdir}/bibtex/bst/directory/phone.bst
%{_texmfdistdir}/tex/latex/directory/directory.sty
%doc %{_texmfdistdir}/doc/latex/directory/README
%doc %{_texmfdistdir}/doc/latex/directory/directory.pdf
%doc %{_texmfdistdir}/doc/latex/directory/directory.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20-3
+ Revision: 7b3b918
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19853 |14mr|texlive-dirtree-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19882
# category Package
# catalog-ctan /macros/generic/dirtree
# catalog-date 2009-04-10 11:30:41 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-dirtree
Version:	0.2
Release:	3
Summary:	Display trees in the style of windows explorer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/dirtree
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtree.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtree.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is designed to emulate the way windows explorer
displays directory and file trees, with the root at top left,
and each level of subtree displaying one step in to the right.
The macros work equally well with Plain TeX and with LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/dirtree/dirtree.sty
%{_texmfdistdir}/tex/generic/dirtree/dirtree.tex
%doc %{_texmfdistdir}/doc/generic/dirtree/README
%doc %{_texmfdistdir}/doc/generic/dirtree/dirtree.pdf
#- source
%doc %{_texmfdistdir}/source/generic/dirtree/dirtree.dtx
%doc %{_texmfdistdir}/source/generic/dirtree/dirtree.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 2cc81f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19854 |14mr|texlive-dirtytalk-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20520
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-dirtytalk
Version:	20111103
Release:	3
Summary:	TeXLive dirtytalk package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtytalk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtytalk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtytalk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive dirtytalk package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dirtytalk/dirtytalk.sty
%doc %{_texmfdistdir}/doc/latex/dirtytalk/README
%doc %{_texmfdistdir}/doc/latex/dirtytalk/dirtytalk.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dirtytalk/dirtytalk.dtx
%doc %{_texmfdistdir}/source/latex/dirtytalk/dirtytalk.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: acc79eb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19855 |14mr|texlive-disser-1.1.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24903
# category Package
# catalog-ctan /macros/latex/contrib/disser
# catalog-date 2011-12-20 06:33:33 +0100
# catalog-license lppl
# catalog-version 1.1.9
Name:		texlive-disser
Version:	1.1.9
Release:	3
Summary:	Class and templates for typesetting dissertations in Russian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/disser
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/disser.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/disser.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/disser.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Disser comprises a document class and set of templates for
typesetting dissertations in Russian. One of its primary
advantages is a simplicity of format specification for
titlepage, headers and elements of automatically generated
lists (table of contents, list of figures, etc). Bibliography
styles, that conform to the requirements of the Russian
standard GOST R 7.0.5-2008, are provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/disser/gost705.bst
%{_texmfdistdir}/bibtex/bst/disser/gost705s.bst
%{_texmfdistdir}/bibtex/csf/disser/cp1251lc.csf
%{_texmfdistdir}/makeindex/disser/dtx.ist
%{_texmfdistdir}/tex/latex/disser/autoref.rtx
%{_texmfdistdir}/tex/latex/disser/bachelor.rtx
%{_texmfdistdir}/tex/latex/disser/candidate.rtx
%{_texmfdistdir}/tex/latex/disser/disser.cls
%{_texmfdistdir}/tex/latex/disser/doctor.rtx
%{_texmfdistdir}/tex/latex/disser/gost732.cls
%{_texmfdistdir}/tex/latex/disser/master.rtx
%{_texmfdistdir}/tex/latex/disser/specialist.rtx
%{_texmfdistdir}/tex/latex/disser/titledefs.rtx
%doc %{_texmfdistdir}/doc/latex/disser/ChangeLog
%doc %{_texmfdistdir}/doc/latex/disser/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/README
%doc %{_texmfdistdir}/doc/latex/disser/README.ru
%doc %{_texmfdistdir}/doc/latex/disser/cp1251.csf
%doc %{_texmfdistdir}/doc/latex/disser/include/latex.fig.mk
%doc %{_texmfdistdir}/doc/latex/disser/include/latex.fig.nmk.cmd
%doc %{_texmfdistdir}/doc/latex/disser/include/latex.mk
%doc %{_texmfdistdir}/doc/latex/disser/include/latex.nmk.cmd
%doc %{_texmfdistdir}/doc/latex/disser/manual.tex
%doc %{_texmfdistdir}/doc/latex/disser/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/1.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/app-a.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/concl.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/fig/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/fig/fig.eps
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/fig/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/intro.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/thesis.bib
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/thesis.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/1.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/app-a.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/autoref.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/common.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/concl.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/fig/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/fig/facsimile.eps
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/fig/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/fig/sec-facsimile.eps
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/intro.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/review.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/thesis.bib
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/thesis.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/1.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/app-a.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/autoref.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/common.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/concl.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/fig/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/fig/facsimile.eps
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/fig/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/fig/sec-facsimile.eps
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/intro.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/review.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/thesis.bib
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/thesis.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/1.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/app-a.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/concl.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/fig/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/fig/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/intro.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/thesis.bib
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/thesis.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/1.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/app-a.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/concl.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/fig/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/fig/fig.eps
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/fig/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/intro.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/thesis.bib
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/thesis.tex
#- source
%doc %{_texmfdistdir}/source/latex/disser/autoref.dtx
%doc %{_texmfdistdir}/source/latex/disser/bachelor.dtx
%doc %{_texmfdistdir}/source/latex/disser/candidate.dtx
%doc %{_texmfdistdir}/source/latex/disser/chapter.dtx
%doc %{_texmfdistdir}/source/latex/disser/counters.dtx
%doc %{_texmfdistdir}/source/latex/disser/custom.dtx
%doc %{_texmfdistdir}/source/latex/disser/disser.dtx
%doc %{_texmfdistdir}/source/latex/disser/disser.ins
%doc %{_texmfdistdir}/source/latex/disser/doctor.dtx
%doc %{_texmfdistdir}/source/latex/disser/env.dtx
%doc %{_texmfdistdir}/source/latex/disser/floats.dtx
%doc %{_texmfdistdir}/source/latex/disser/footnote.dtx
%doc %{_texmfdistdir}/source/latex/disser/gost705.dtx
%doc %{_texmfdistdir}/source/latex/disser/gost732.dtx
%doc %{_texmfdistdir}/source/latex/disser/lists.dtx
%doc %{_texmfdistdir}/source/latex/disser/master.dtx
%doc %{_texmfdistdir}/source/latex/disser/page.dtx
%doc %{_texmfdistdir}/source/latex/disser/part.dtx
%doc %{_texmfdistdir}/source/latex/disser/sections.dtx
%doc %{_texmfdistdir}/source/latex/disser/specialist.dtx
%doc %{_texmfdistdir}/source/latex/disser/titledefs.dtx
%doc %{_texmfdistdir}/source/latex/disser/titlepage.dtx
%doc %{_texmfdistdir}/source/latex/disser/toc.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.9-3
+ Revision: d98ad81
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19856 |14mr|texlive-dk-bib-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/dk-bib
# catalog-date 2009-09-25 22:54:35 +0200
# catalog-license other-free
# catalog-version 0.6
Name:		texlive-dk-bib
Version:	0.6
Release:	3
Summary:	Danish variants of standard BibTeX styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/dk-bib
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dk-bib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dk-bib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dk-bib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Dk-bib is a translation of the four standard BibTeX style files
(abbrv, alpha, plain and unsrt) and the apalike style file into
Danish. The files have been extended with URL, ISBN, ISSN,
annote and printing fields which can be enabled through a LaTeX
style file. Dk-bib also comes with a couple of Danish sorting
order files for BibTeX8.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/dk-bib/litteratur.bib
%{_texmfdistdir}/bibtex/bst/dk-bib/dk-abbrv.bst
%{_texmfdistdir}/bibtex/bst/dk-bib/dk-alpha.bst
%{_texmfdistdir}/bibtex/bst/dk-bib/dk-apali.bst
%{_texmfdistdir}/bibtex/bst/dk-bib/dk-plain.bst
%{_texmfdistdir}/bibtex/bst/dk-bib/dk-unsrt.bst
%{_texmfdistdir}/bibtex/csf/dk-bib/88591-dk.csf
%{_texmfdistdir}/bibtex/csf/dk-bib/cp850-dk.csf
%{_texmfdistdir}/bibtex/csf/dk-bib/mac-dk.csf
%{_texmfdistdir}/bibtex/csf/dk-bib/utf8-dk.csf
%{_texmfdistdir}/tex/latex/dk-bib/dk-apali.sty
%{_texmfdistdir}/tex/latex/dk-bib/dk-bib.sty
%doc %{_texmfdistdir}/doc/latex/dk-bib/COPYRIGHT
%doc %{_texmfdistdir}/doc/latex/dk-bib/README
%doc %{_texmfdistdir}/doc/latex/dk-bib/dk-bib.ltx
%doc %{_texmfdistdir}/doc/latex/dk-bib/dk-bib.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dk-bib/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-3
+ Revision: c4aceae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19857 |14mr|texlive-dlfltxb-20100304-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17337
# category Package
# catalog-ctan /macros/latex/contrib/dlfltxb
# catalog-date 2010-03-04 23:40:34 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-dlfltxb
Version:	20100304
Release:	3
Summary:	Macros related to "Introdktion til LaTeX"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dlfltxb
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dlfltxb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dlfltxb.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle contains various macros either used for creating the
author's book "Introduktion til LaTeX" (in Danish), or
presented in the book as code tips. The bundle comprises: -
dlfltxbcodetips: various macros helpful in typesetting
mathematics; - dlfltxbmarkup: provides a macros used throughout
the book, for registering macro names, packages etc. in the
text, in the margin and in the index, all by using categorised
keys (note, a configuration file may be used; a sample is
included in the distribution); - dlfltxbtocconfig: macros for
the two tables of contents that the book has; - dlfltxbmisc:
various macros for typesetting LaTeX arguments, and the macro
used in the bibliography that can wrap a URL up into a bibtex
entry. Interested parties may review the book itself on the web
at the author's institution (it is written in Danish).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/dlfltxb/dlfltxbbibtex.bst
%{_texmfdistdir}/tex/latex/dlfltxb/dlfltxbcodetips.sty
%{_texmfdistdir}/tex/latex/dlfltxb/dlfltxbmarkup.sty
%{_texmfdistdir}/tex/latex/dlfltxb/dlfltxbmarkupbookkeys.sty
%{_texmfdistdir}/tex/latex/dlfltxb/dlfltxbmisc.sty
%{_texmfdistdir}/tex/latex/dlfltxb/dlfltxbtocconfig.sty
%doc %{_texmfdistdir}/doc/latex/dlfltxb/README
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbbibtex.dbj
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbcodetips.pdf
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbcodetips.tex
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.pdf
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.tex
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbmarkup.pdf
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbmarkup.tex
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbmisc.pdf
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbmisc.tex
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbtocconfig.pdf
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbtocconfig.tex
%doc %{_texmfdistdir}/doc/latex/dlfltxb/package_doc.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100304-3
+ Revision: 944f0de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19858 |14mr|texlive-dnaseq-0.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17194
# category Package
# catalog-ctan /macros/latex/contrib/dnaseq
# catalog-date 2010-02-24 21:28:09 +0100
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-dnaseq
Version:	0.01
Release:	3
Summary:	Format DNA base sequences
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dnaseq
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dnaseq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dnaseq.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dnaseq.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a means of specifying sequences of bases. The bases may
be numbered (per line) and you may specify that subsequences be
coloured. For a more 'vanilla-flavoured' way of typesetting
base sequences, the user might consider the seqsplit package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dnaseq/dnaseq.sty
%doc %{_texmfdistdir}/doc/latex/dnaseq/DNAtest.tex
%doc %{_texmfdistdir}/doc/latex/dnaseq/README
%doc %{_texmfdistdir}/doc/latex/dnaseq/dnaseq.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dnaseq/dnaseq.dtx
%doc %{_texmfdistdir}/source/latex/dnaseq/dnaseq.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01-3
+ Revision: 971379b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19859 |14mr|texlive-dnp-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-dnp
Version:	20111103
Release:	3
Summary:	TeXLive dnp package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dnp.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive dnp package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/sfd/dnp/DNP.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: ac05814
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19860 |14mr|texlive-docmfp-1.2d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/docmfp
# catalog-date 2009-09-02 16:56:11 +0200
# catalog-license lppl
# catalog-version 1.2d
Name:		texlive-docmfp
Version:	1.2d
Release:	3
Summary:	Document non-LaTeX code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/docmfp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/docmfp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/docmfp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/docmfp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Extends the doc package to cater for documenting non-LaTeX
code, such as MetaFont or MetaPost, or other programming
languages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/docmfp/docmfp.sty
%doc %{_texmfdistdir}/doc/latex/docmfp/README
%doc %{_texmfdistdir}/doc/latex/docmfp/docmfp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/docmfp/docmfp.dtx
%doc %{_texmfdistdir}/source/latex/docmfp/docmfp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2d-3
+ Revision: 4529d61
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19861 |14mr|texlive-docmute-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25741
# category Package
# catalog-ctan /macros/latex/contrib/docmute
# catalog-date 2012-03-22 16:41:56 +0100
# catalog-license lppl1.3
# catalog-version 1.4
Name:		texlive-docmute
Version:	1.4
Release:	2
Summary:	Input files ignoring LaTeX preamble, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/docmute
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/docmute.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/docmute.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/docmute.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Input or include stand-alone LaTeX documents, ignoring
everything but the material between \begin{document} and
\end{document}.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/docmute/docmute.sty
%doc %{_texmfdistdir}/doc/latex/docmute/README
%doc %{_texmfdistdir}/doc/latex/docmute/docmute.pdf
#- source
%doc %{_texmfdistdir}/source/latex/docmute/docmute.dtx
%doc %{_texmfdistdir}/source/latex/docmute/docmute.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-2
+ Revision: 55394f8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19862 |14mr|texlive-doc-pictex-20080909-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24927
# category Package
# catalog-ctan /info/pictex/Doc-PiCTeX.txt
# catalog-date 2008-09-09 11:27:07 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-doc-pictex
Version:	20080909
Release:	4
Summary:	A summary list of PicTeX documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/pictex/Doc-PiCTeX.txt
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doc-pictex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doc-pictex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A summary of available resources providing (or merely
discussing) documentation of PicTeX.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/generic/doc-pictex/Doc-PiCTeX.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080909-4
+ Revision: ff5d59e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19863 |14mr|texlive-documentation-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25405
# category Package
# catalog-ctan /macros/latex/contrib/documentation
# catalog-date 2011-12-02 09:08:13 +0100
# catalog-license lppl1.2
# catalog-version 0.1
Name:		texlive-documentation
Version:	0.1
Release:	4
Summary:	Documentation support for C, Java and assembler code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/documentation
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/documentation.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/documentation.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/documentation.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a simple means of typesetting computer
programs such that the result is acceptable for inclusion in
reports, etc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/documentation/documentation.sty
%doc %{_texmfdistdir}/doc/latex/documentation/README
%doc %{_texmfdistdir}/doc/latex/documentation/documentation.pdf
#- source
%doc %{_texmfdistdir}/source/latex/documentation/documentation.dtx
%doc %{_texmfdistdir}/source/latex/documentation/documentation.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-4
+ Revision: 254db77
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19864 |14mr|texlive-doi-20080818-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/doi
# catalog-date 2008-08-18 13:49:16 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-doi
Version:	20080818
Release:	3
Summary:	Create correct hyperlinks for DOI numbers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/doi
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doi.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
You can hyperlink DOI numbers to dx.doi.org. However, some
publishers have elected to use nasty characters in their DOI
numbering scheme ('<', '>', '_' and ';' have all been spotted).
This will either upset (La)TeX, or your PDF reader. This
package contains a single user-level command \doi{}, which
takes a DOI number, and creates a correct hyperlink from it.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/doi/doi.sty
%doc %{_texmfdistdir}/doc/latex/doi/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080818-3
+ Revision: 91a9dea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19865 |14mr|texlive-doipubmed-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/doipubmed
# catalog-date 2009-09-27 10:36:15 +0200
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-doipubmed
Version:	1.01
Release:	3
Summary:	Special commands for use in bibliographies
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/doipubmed
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doipubmed.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doipubmed.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doipubmed.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the commands \doi, \pubmed and \citeurl.
These commands are primarily designed for use in
bibliographies. A LaTeX2HTML style file is also provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/doipubmed/doipubmed.sty
%doc %{_texmfdistdir}/doc/latex/doipubmed/CHANGES
%doc %{_texmfdistdir}/doc/latex/doipubmed/README
%doc %{_texmfdistdir}/doc/latex/doipubmed/doipubmed-manual.html
%doc %{_texmfdistdir}/doc/latex/doipubmed/doipubmed.pdf
%doc %{_texmfdistdir}/doc/latex/doipubmed/doipubmed.perl
#- source
%doc %{_texmfdistdir}/source/latex/doipubmed/doipubmed.dtx
%doc %{_texmfdistdir}/source/latex/doipubmed/doipubmed.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: a02b0c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19866 |14mr|texlive-dosepsbin-1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29752
# category Package
# catalog-ctan /support/dosepsbin
# catalog-date 2012-03-22 21:51:23 +0100
# catalog-license artistic
# catalog-version 1.2
Name:		texlive-dosepsbin
Version:	1.2
Release:	8
Summary:	Deal with DOS binary EPS files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/dosepsbin
License:	ARTISTIC
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dosepsbin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dosepsbin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dosepsbin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-dosepsbin.bin = %{EVRD}

%description
A Encapsulated PostScript (EPS) file may given in a special
binary format to support the inclusion of a thumbnail. This
file format, commonly known as DOS EPS format starts with a
binary header that contains the positions of the possible
sections: - Postscript (PS); - Windows Metafile Format (WMF);
and - Tag Image File Format (TIFF). The PS section must be
present and either the WMF file or the TIFF file should be
given. The package provides a Perl program that will extract
any of the sections of such a file, in particular providing a
'text'-form EPS file for use with (La)TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/dosepsbin
%{_texmfdistdir}/scripts/dosepsbin/dosepsbin.pl
%doc %{_mandir}/man1/dosepsbin.1*
%doc %{_texmfdistdir}/doc/man/man1/dosepsbin.man1.pdf
%doc %{_texmfdistdir}/doc/support/dosepsbin/Makefile.in
%doc %{_texmfdistdir}/doc/support/dosepsbin/README
%doc %{_texmfdistdir}/doc/support/dosepsbin/clean-case.pl
%doc %{_texmfdistdir}/doc/support/dosepsbin/dosepsbin.html
%doc %{_texmfdistdir}/doc/support/dosepsbin/dosepsbin.ltx
%doc %{_texmfdistdir}/doc/support/dosepsbin/dosepsbin.pdf
%doc %{_texmfdistdir}/doc/support/dosepsbin/dosepsbin.txt
%doc %{_texmfdistdir}/doc/support/dosepsbin/version.pl
#- source
%doc %{_texmfdistdir}/source/support/dosepsbin/configure
%doc %{_texmfdistdir}/source/support/dosepsbin/configure.ac
%doc %{_texmfdistdir}/source/support/dosepsbin/install-sh

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/dosepsbin/dosepsbin.pl dosepsbin
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-8
+ Revision: bc5eb39
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19867 |14mr|texlive-dot2texi-3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26237
# category Package
# catalog-ctan /macros/latex/contrib/dot2texi
# catalog-date 2009-02-28 02:19:00 +0100
# catalog-license gpl
# catalog-version 3.0
Name:		texlive-dot2texi
Version:	3.0
Release:	4
Summary:	Create graphs within LaTeX using the dot2tex tool
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dot2texi
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dot2texi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dot2texi.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The dot2texi package allows you to embed graphs in the DOT
graph description language in your LaTeX documents. The dot2tex
tool is used to invoke Graphviz for graph layout, and to
transform the output from Graphviz to LaTeX code. The generated
code relies on the TikZ and PGF package or the PSTricks
package. The process is automated if shell escape is enabled.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dot2texi/dot2texi.sty
%doc %{_texmfdistdir}/doc/latex/dot2texi/README
%doc %{_texmfdistdir}/doc/latex/dot2texi/dot2texi.pdf
%doc %{_texmfdistdir}/doc/latex/dot2texi/dot2texi.tex
%doc %{_texmfdistdir}/doc/latex/dot2texi/examples/d2tpstexamples.pdf
%doc %{_texmfdistdir}/doc/latex/dot2texi/examples/d2tpstexamples.tex
%doc %{_texmfdistdir}/doc/latex/dot2texi/examples/d2ttikzexamples.pdf
%doc %{_texmfdistdir}/doc/latex/dot2texi/examples/d2ttikzexamples.tex
%doc %{_texmfdistdir}/doc/latex/dot2texi/examples/docgraphs.pdf
%doc %{_texmfdistdir}/doc/latex/dot2texi/examples/docgraphs.tex
%doc %{_texmfdistdir}/doc/latex/dot2texi/examples/docgraphsorig.pdf
%doc %{_texmfdistdir}/doc/latex/dot2texi/gpl.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-4
+ Revision: df13f76
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19868 |14mr|texlive-dotarrow-0.01a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/dotarrow
# catalog-date 2008-08-18 13:49:16 +0200
# catalog-license lppl
# catalog-version 0.01a
Name:		texlive-dotarrow
Version:	0.01a
Release:	3
Summary:	Extendable dotted arrows
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dotarrow
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dotarrow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dotarrow.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dotarrow.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can draw dotted arrows that are extendable, in the
same was as \xrightarrow.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dotarrow/DotArrow.sty
%doc %{_texmfdistdir}/doc/latex/dotarrow/DotArrow.pdf
%doc %{_texmfdistdir}/doc/latex/dotarrow/DotArrow.tex
%doc %{_texmfdistdir}/doc/latex/dotarrow/README
#- source
%doc %{_texmfdistdir}/source/latex/dotarrow/DotArrow.dtx
%doc %{_texmfdistdir}/source/latex/dotarrow/DotArrow.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01a-3
+ Revision: 7fbd933
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19869 |14mr|texlive-dotseqn-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17195
# category Package
# catalog-ctan /macros/latex/contrib/dotseqn
# catalog-date 2010-02-24 21:28:09 +0100
# catalog-license other-free
# catalog-version 1.1
Name:		texlive-dotseqn
Version:	1.1
Release:	3
Summary:	Flush left equations with dotted leaders to the numbers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dotseqn
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dotseqn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dotseqn.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dotseqn.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a different format for typesetting
equations, one reportedly used in 'old style Britsh books':
equations aligned on the left, with dots on the right leading
to the equation number. In default of an equation number, the
package operates much like the fleqn class option (no leaders).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dotseqn/dotseqn.sty
%doc %{_texmfdistdir}/doc/latex/dotseqn/dotseqn.pdf
%doc %{_texmfdistdir}/doc/latex/dotseqn/readme
#- source
%doc %{_texmfdistdir}/source/latex/dotseqn/dotseqn.dtx
%doc %{_texmfdistdir}/source/latex/dotseqn/dotseqn.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: d950195
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19870 |14mr|texlive-dottex-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/dottex
# catalog-date 2007-08-21 11:49:34 +0200
# catalog-license gpl
# catalog-version 0.6
Name:		texlive-dottex
Version:	0.6
Release:	3
Summary:	Use dot code in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dottex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dottex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dottex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dottex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The dottex package allows you to encapsulate 'dot' and 'neato'
files in your document (dot and neato are both part of
graphviz; dot creates directed graphs, neato undirected
graphs). If you have shell-escape enabled, the package will
arrange for your files to be processed at LaTeX time;
otherwise, the conversion must be done manually as an
intermediate process before a second LaTeX run.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dottex/dottex.sty
%doc %{_texmfdistdir}/doc/latex/dottex/README
%doc %{_texmfdistdir}/doc/latex/dottex/dottex.pdf
%doc %{_texmfdistdir}/doc/latex/dottex/example.tex
%doc %{_texmfdistdir}/doc/latex/dottex/gpl.txt
#- source
%doc %{_texmfdistdir}/source/latex/dottex/dottex.dtx
%doc %{_texmfdistdir}/source/latex/dottex/dottex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-3
+ Revision: 67a51e4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19871 |14mr|texlive-doublestroke-1.111-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/doublestroke
# catalog-date 2009-11-19 15:03:53 +0100
# catalog-license other-free
# catalog-version 1.111
Name:		texlive-doublestroke
Version:	1.111
Release:	3
Summary:	Typeset mathematical double stroke symbols
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/doublestroke
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doublestroke.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doublestroke.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A font based on Computer Modern Roman useful for typesetting
the mathematical symbols for the natural numbers (N), whole
numbers (Z), rational numbers (Q), real numbers (R) and complex
numbers (C); coverage includes all Roman capital letters, '1',
'h' and 'k'. The font is available both as MetaFont source and
in Adobe Type 1 format, and LaTeX macros for its use are
provided. The fonts appear in the blackboard bold sampler.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/doublestroke/dstroke.map
%{_texmfdistdir}/fonts/source/public/doublestroke/dsrom.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsrom10.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsrom12.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsrom8.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsromo.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsromu.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsss10.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsss12.mf
%{_texmfdistdir}/fonts/source/public/doublestroke/dsss8.mf
%{_texmfdistdir}/fonts/tfm/public/doublestroke/dsrom10.tfm
%{_texmfdistdir}/fonts/tfm/public/doublestroke/dsrom12.tfm
%{_texmfdistdir}/fonts/tfm/public/doublestroke/dsrom8.tfm
%{_texmfdistdir}/fonts/tfm/public/doublestroke/dsss10.tfm
%{_texmfdistdir}/fonts/tfm/public/doublestroke/dsss12.tfm
%{_texmfdistdir}/fonts/tfm/public/doublestroke/dsss8.tfm
%{_texmfdistdir}/fonts/type1/public/doublestroke/dsrom10.pfb
%{_texmfdistdir}/fonts/type1/public/doublestroke/dsrom12.pfb
%{_texmfdistdir}/fonts/type1/public/doublestroke/dsrom8.pfb
%{_texmfdistdir}/fonts/type1/public/doublestroke/dsss10.pfb
%{_texmfdistdir}/fonts/type1/public/doublestroke/dsss12.pfb
%{_texmfdistdir}/fonts/type1/public/doublestroke/dsss8.pfb
%{_texmfdistdir}/tex/latex/doublestroke/Udsrom.fd
%{_texmfdistdir}/tex/latex/doublestroke/Udsss.fd
%{_texmfdistdir}/tex/latex/doublestroke/dsfont.sty
%doc %{_texmfdistdir}/doc/fonts/doublestroke/README
%doc %{_texmfdistdir}/doc/fonts/doublestroke/dsdoc.pdf
%doc %{_texmfdistdir}/doc/fonts/doublestroke/dsdoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.111-3
+ Revision: 075a58a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19872 |14mr|texlive-dowith-0.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27125
# category Package
# catalog-ctan /macros/generic/dowith
# catalog-date 2012-06-05 20:15:31 +0200
# catalog-license lppl1.3
# catalog-version 0.22
Name:		texlive-dowith
Version:	0.22
Release:	2
Summary:	Apply a command to a list of items
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/dowith
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dowith.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dowith.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dowith.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for applying a command to all
elements of a list without separators, such as
'\DoWithAllIn{<cmd>}{<list-macro>}', and also for extending and
reducing macros storing such lists. Applications in mind
belonged to LaTeX, but the package should work with other
formats as well. Loop and list macros in other packages are
discussed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/dowith/dowith.RLS
%{_texmfdistdir}/tex/generic/dowith/dowith.sty
%doc %{_texmfdistdir}/doc/generic/dowith/README
%doc %{_texmfdistdir}/doc/generic/dowith/dowith.pdf
#- source
%doc %{_texmfdistdir}/source/generic/dowith/SrcFILEs.txt
%doc %{_texmfdistdir}/source/generic/dowith/dowith.tex
%doc %{_texmfdistdir}/source/generic/dowith/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.22-2
+ Revision: 7159c00
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19873 |14mr|texlive-download-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30695
# category Package
# catalog-ctan /macros/latex/contrib/download
# catalog-date 2013-05-26 19:01:07 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-download
Version:	1.1
Release:	6
Summary:	Allow LaTeX to download files using an external process
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/download
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/download.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/download.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/download.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to download files (using cURL or
wget), from within a document. To run the external commands,
LaTeX (or whatever) needs to be run with the --shell-escape
flag; this creates a tension between your needs and the
security implications of the flag; users should exercise due
caution.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/download/download.sty
%doc %{_texmfdistdir}/doc/latex/download/README
%doc %{_texmfdistdir}/doc/latex/download/download.pdf
#- source
%doc %{_texmfdistdir}/source/latex/download/download.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 812d09e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19874 |14mr|texlive-dox-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20768
# category Package
# catalog-ctan /macros/latex/contrib/dox
# catalog-date 2010-12-16 20:18:25 +0100
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-dox
Version:	2.2
Release:	3
Summary:	Extend the doc package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The doc package provides LaTeX developers with means to
describe the usage and the definition of new macros and
environments. However, there is no simple way to extend this
functionality to other items (options or counters, for
instance). The DoX package is designed to circumvent this
limitation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dox/dox.sty
%doc %{_texmfdistdir}/doc/latex/dox/NEWS
%doc %{_texmfdistdir}/doc/latex/dox/README
%doc %{_texmfdistdir}/doc/latex/dox/dox.el
%doc %{_texmfdistdir}/doc/latex/dox/dox.pdf
%doc %{_texmfdistdir}/doc/latex/dox/header.inc
#- source
%doc %{_texmfdistdir}/source/latex/dox/dox.dtx
%doc %{_texmfdistdir}/source/latex/dox/dox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-3
+ Revision: ae8e890
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19875 |14mr|texlive-dozenal-4.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30592
# category Package
# catalog-ctan /fonts/dozenal
# catalog-date 2013-05-20 17:36:30 +0200
# catalog-license lppl
# catalog-version 4.0
Name:		texlive-dozenal
Version:	4.0
Release:	6
Summary:	Typeset documents using base twelve numbering (also called "dozenal")
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/dozenal
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dozenal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dozenal.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dozenal.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports typesetting documents whose counters are
represented in base twelve, also called "dozenal". It includes
a macro by David Kastrup for converting positive whole numbers
to dozenal from decimal (base ten) representation. The package
also includes a few other macros and redefines all the standard
counters to produce dozenal output. Fonts, in Roman, italic,
slanted, and boldface versions, provide ten and eleven (the
Pitman characters preferred by the Dozenal Society of Great
Britain). The fonts were designed to blend well with the
Computer Modern fonts, and are available both as Metafont
source and in Adobe Type 1 format.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/dozenal/fdzb8a.afm
%{_texmfdistdir}/fonts/afm/public/dozenal/fdzbi8a.afm
%{_texmfdistdir}/fonts/afm/public/dozenal/fdzbs8a.afm
%{_texmfdistdir}/fonts/afm/public/dozenal/fdzi8a.afm
%{_texmfdistdir}/fonts/afm/public/dozenal/fdzr8a.afm
%{_texmfdistdir}/fonts/afm/public/dozenal/fdzs8a.afm
%{_texmfdistdir}/fonts/map/dvips/dozenal/fdz.map
%{_texmfdistdir}/fonts/source/public/dozenal/dozchars10.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchars12.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchars17.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchars6.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchars7.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchars8.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchars9.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchb10.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbx10.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbx12.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbx5.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbx6.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbx7.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbx8.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbx9.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbxi10.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchbxsl10.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchit10.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchit12.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchit7.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchit8.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchit9.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchsl10.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchsl12.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchsl8.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozchsl9.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozenal.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozenalb.mf
%{_texmfdistdir}/fonts/source/public/dozenal/dozenali.mf
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchars10.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchars12.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchars17.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchars6.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchars7.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchars8.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchars9.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchb10.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchit10.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchit12.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchit7.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchit8.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchit9.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/dozchsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzbs8a.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzrc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzs7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzs8a.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzs8c.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzs8r.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzs8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzso7t.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzso8c.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzso8r.tfm
%{_texmfdistdir}/fonts/tfm/public/dozenal/fdzso8t.tfm
%{_texmfdistdir}/fonts/type1/public/dozenal/fdzb8a.pfb
%{_texmfdistdir}/fonts/type1/public/dozenal/fdzbi8a.pfb
%{_texmfdistdir}/fonts/type1/public/dozenal/fdzbs8a.pfb
%{_texmfdistdir}/fonts/type1/public/dozenal/fdzi8a.pfb
%{_texmfdistdir}/fonts/type1/public/dozenal/fdzr8a.pfb
%{_texmfdistdir}/fonts/type1/public/dozenal/fdzs8a.pfb
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzb7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzb8c.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzb8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbc7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbc8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbi7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbi8c.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbi8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbo7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbo8c.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzbo8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzr7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzr8c.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzr8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzrc7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzrc8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzro7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzro8c.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzro8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzs7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzs8c.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzs8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzsc7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzsc8t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzso7t.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzso8c.vf
%{_texmfdistdir}/fonts/vf/public/dozenal/fdzso8t.vf
%{_texmfdistdir}/tex/latex/dozenal/dozenal.sty
%doc %{_texmfdistdir}/doc/fonts/dozenal/README
%doc %{_texmfdistdir}/doc/fonts/dozenal/dozenal.pdf
%doc %{_texmfdistdir}/doc/fonts/dozenal/testdozchars.tex
%doc %{_texmfdistdir}/doc/fonts/dozenal/testfdzchars.tex
#- source
%doc %{_texmfdistdir}/source/fonts/dozenal/dozenal.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0-6
+ Revision: 96ca21c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19876 |14mr|texlive-dpfloat-20100224-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17196
# category Package
# catalog-ctan /macros/latex/contrib/dpfloat
# catalog-date 2010-02-24 00:01:31 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-dpfloat
Version:	20100224
Release:	3
Summary:	Support for double-page floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dpfloat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dpfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dpfloat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides fullpage and leftfullpage environments, that may be
used inside a figure, table, or other float environment. If the
first of a 2-page spread uses a "leftfullpage" environment, the
float will only be typeset on an even-numbered page, and the
two floats will appear side-by-side in a two-sided document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dpfloat/dpfloat.sty
%doc %{_texmfdistdir}/doc/latex/dpfloat/README
%doc %{_texmfdistdir}/doc/latex/dpfloat/dpfloat.pdf
%doc %{_texmfdistdir}/doc/latex/dpfloat/dpfloat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100224-3
+ Revision: 95e10dc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19877 |14mr|texlive-dprogress-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/dprogress
# catalog-date 2008-08-18 13:49:16 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-dprogress
Version:	0.1
Release:	3
Summary:	LaTeX-relevant log information for debugging
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dprogress
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dprogress.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dprogress.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dprogress.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package logs LaTeX's progress through the file, making the
LaTeX output more verbose. This helps to make LaTeX debugging
easier, as it is simpler to find where exactly LaTeX failed.
The package outputs the typesetting of section, subsection and
subsubsection headers and (if amsmath is loaded) details of the
align environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dprogress/dprogress.sty
%doc %{_texmfdistdir}/doc/latex/dprogress/README
%doc %{_texmfdistdir}/doc/latex/dprogress/dprogress.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dprogress/dprogress.dtx
%doc %{_texmfdistdir}/source/latex/dprogress/dprogress.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 46d342c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19878 |14mr|texlive-drac-1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/drac
# catalog-date 2008-08-17 11:40:59 +0200
# catalog-license lppl
# catalog-version 1
Name:		texlive-drac
Version:	1
Release:	3
Summary:	Declare active character substitution, robustly
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/drac
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drac.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drac.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros \DeclareRobustActChar and
ReDeclareRobActChar. One uses \DeclareRobustActChar in the same
way one would use \DeclareRobustCommand; the macro \protects
the active character when it appears in a moving argument.
ReDeclareRobActChar redefines an active character previously
defined with \DeclareRobustActChar, in the same way that
\renewcommand works for ordinary commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/drac/drac.sty
%doc %{_texmfdistdir}/doc/latex/drac/drac-fr.pdf
%doc %{_texmfdistdir}/doc/latex/drac/drac.pdf
#- source
%doc %{_texmfdistdir}/source/latex/drac/LISEZMOI
%doc %{_texmfdistdir}/source/latex/drac/Makefile
%doc %{_texmfdistdir}/source/latex/drac/README
%doc %{_texmfdistdir}/source/latex/drac/drac-en.dtx
%doc %{_texmfdistdir}/source/latex/drac/drac-fr.dtx
%doc %{_texmfdistdir}/source/latex/drac/drac.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-3
+ Revision: f3dd3c2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19879 |14mr|texlive-draftcopy-2.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/draftcopy
# catalog-date 2009-09-25 22:54:35 +0200
# catalog-license lppl
# catalog-version 2.16
Name:		texlive-draftcopy
Version:	2.16
Release:	3
Summary:	Identify draft copies
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/draftcopy
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/draftcopy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/draftcopy.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/draftcopy.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Places the word DRAFT (or other words) in light grey diagonally
across the background (or at the bottom) of each (or selected)
pages of the document. The package uses PostScript \special
commands, and may not therefore be used with PDFLaTeX. For that
usage, consider the wallpaper or draftwatermark packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/draftcopy/draftcopy.cfg
%{_texmfdistdir}/tex/latex/draftcopy/draftcopy.sty
%doc %{_texmfdistdir}/doc/latex/draftcopy/README
%doc %{_texmfdistdir}/doc/latex/draftcopy/THIS-IS-VERSION-2.16
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-1.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-10.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-11.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-12.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-13.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-14.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-15.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-16.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-2.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-3.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-4.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-5.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-6.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-7.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-8.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-9.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy.doc
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy.pdf
#- source
%doc %{_texmfdistdir}/source/latex/draftcopy/Makefile
%doc %{_texmfdistdir}/source/latex/draftcopy/draftcopy.dtx
%doc %{_texmfdistdir}/source/latex/draftcopy/draftcopy.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.16-3
+ Revision: 83bd805
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19880 |14mr|texlive-draftwatermark-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25045
# category Package
# catalog-ctan /macros/latex/contrib/draftwatermark
# catalog-date 2007-03-05 22:02:45 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-draftwatermark
Version:	1.0
Release:	4
Summary:	Put a grey textual watermark on document pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/draftwatermark
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/draftwatermark.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/draftwatermark.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/draftwatermark.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means to add a textual, light grey
watermark on every page or on the first page of a document.
Typical usage may consist in writing words such as DRAFT or
CONFIDENTIAL across document pages. The package performs a
similar function to that of draftcopy, but its implementation
is output device independent, and very made simple by relying
on everpage.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/draftwatermark/draftwatermark.sty
%doc %{_texmfdistdir}/doc/latex/draftwatermark/README
%doc %{_texmfdistdir}/doc/latex/draftwatermark/draftwatermark.pdf
%doc %{_texmfdistdir}/doc/latex/draftwatermark/test_draftwatermark.tex
#- source
%doc %{_texmfdistdir}/source/latex/draftwatermark/draftwatermark.dtx
%doc %{_texmfdistdir}/source/latex/draftwatermark/draftwatermark.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-4
+ Revision: 4467b90
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19881 |14mr|texlive-dramatist-1.2d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/dramatist
# catalog-date 2006-12-01 14:16:52 +0100
# catalog-license gpl
# catalog-version 1.2d
Name:		texlive-dramatist
Version:	1.2d
Release:	3
Summary:	Typeset dramas, both in verse and in prose
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dramatist
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dramatist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dramatist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dramatist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is intended for typesetting drama of any length.
It provides two environments for typesetting dialogues in prose
or in verse; new document divisions corresponding to acts and
scenes; macros that control the appearance of characters and
stage directions; and automatic generation of a `dramatis
personae' list.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dramatist/dramatist.sty
%doc %{_texmfdistdir}/doc/latex/dramatist/README
%doc %{_texmfdistdir}/doc/latex/dramatist/dramatist.pdf
%doc %{_texmfdistdir}/doc/latex/dramatist/marlowe-poemscol.tex
%doc %{_texmfdistdir}/doc/latex/dramatist/marlowe-verse.tex
%doc %{_texmfdistdir}/doc/latex/dramatist/schiller.tex
#- source
%doc %{_texmfdistdir}/source/latex/dramatist/dramatist.dtx
%doc %{_texmfdistdir}/source/latex/dramatist/dramatist.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2d-3
+ Revision: 722b548
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19882 |14mr|texlive-dratex-20080918-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/dratex
# catalog-date 2008-09-18 22:51:09 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-dratex
Version:	20080918
Release:	3
Summary:	General drawing macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/dratex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dratex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dratex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A low level (DraTex.sty) and a high-level (AlDraTex.sty)
drawing package written entirely in TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/dratex/AlDraTex.sty
%{_texmfdistdir}/tex/generic/dratex/DraTex.sty
%{_texmfdistdir}/tex/generic/dratex/TeXProject.sty
%{_texmfdistdir}/tex/generic/dratex/wotree.sty
%doc %{_texmfdistdir}/doc/generic/dratex/Examples.tex
%doc %{_texmfdistdir}/doc/generic/dratex/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080918-3
+ Revision: f825191
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19883 |14mr|texlive-drawstack-20100823-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19627
# category Package
# catalog-ctan /macros/latex/contrib/drawstack
# catalog-date 2010-08-23 11:19:04 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-drawstack
Version:	20100823
Release:	3
Summary:	Draw execution stacks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/drawstack
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drawstack.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drawstack.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This simple LaTeX package provides support for drawing
execution stack (typically to illustrate assembly language
notions). The code is written on top of TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/drawstack/drawstack.sty
%doc %{_texmfdistdir}/doc/latex/drawstack/README
%doc %{_texmfdistdir}/doc/latex/drawstack/stack-example.pdf
%doc %{_texmfdistdir}/doc/latex/drawstack/stack-example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100823-3
+ Revision: e242a6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19884 |14mr|texlive-droid-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23912
# category Package
# catalog-ctan /fonts/droid
# catalog-date 2011-09-12 10:00:04 +0200
# catalog-license lppl1.3
# catalog-version 2.1
Name:		texlive-droid
Version:	2.1
Release:	3
Summary:	LaTeX support for the Droid font families
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/droid
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/droid.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/droid.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/droid.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Droid typeface family was designed in the fall of 2006 by
Steve Matteson, as a commission from Google to create a set of
system fonts for its Android platform. The goal was to provide
optimal quality and comfort on a mobile handset when rendered
in application menus, web browsers and for other screen text.
The Droid family consists of Droid Serif, Droid Sans and Droid
Sans Mono fonts, licensed under the Apache License Version 2.0.
The bundle includes the fonts in both TrueType and Adobe Type 1
formats. The package does not support the Droid Pro family of
fonts, available for purchase from the Ascender foundry.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/droid/DroidSans-Bold.afm
%{_texmfdistdir}/fonts/afm/public/droid/DroidSans.afm
%{_texmfdistdir}/fonts/afm/public/droid/DroidSansMono.afm
%{_texmfdistdir}/fonts/afm/public/droid/DroidSerif-Bold.afm
%{_texmfdistdir}/fonts/afm/public/droid/DroidSerif-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/droid/DroidSerif-Italic.afm
%{_texmfdistdir}/fonts/afm/public/droid/DroidSerif-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/droid/droid-01.enc
%{_texmfdistdir}/fonts/enc/dvips/droid/droid-02.enc
%{_texmfdistdir}/fonts/enc/dvips/droid/droid-03.enc
%{_texmfdistdir}/fonts/enc/dvips/droid/droid-04.enc
%{_texmfdistdir}/fonts/map/dvips/droid/droid.map
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Bold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSans-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSansMono-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Bold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-Upright-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-BoldItalic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-Upright-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Italic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-01.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-02.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-03.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-04.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-Slanted-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/droid/DroidSerif-Regular-x2.tfm
%{_texmfdistdir}/fonts/truetype/public/droid/DroidSans-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/droid/DroidSans.ttf
%{_texmfdistdir}/fonts/truetype/public/droid/DroidSansMono.ttf
%{_texmfdistdir}/fonts/truetype/public/droid/DroidSerif-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/droid/DroidSerif-BoldItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/droid/DroidSerif-Italic.ttf
%{_texmfdistdir}/fonts/truetype/public/droid/DroidSerif-Regular.ttf
%{_texmfdistdir}/fonts/type1/public/droid/DroidSans-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/droid/DroidSans.pfb
%{_texmfdistdir}/fonts/type1/public/droid/DroidSansMono.pfb
%{_texmfdistdir}/fonts/type1/public/droid/DroidSerif-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/droid/DroidSerif-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/droid/DroidSerif-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/droid/DroidSerif-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Bold-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSans-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSansMono-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Bold-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-Upright-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-BoldItalic-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-Upright-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Italic-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-Slanted-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-lgr.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-ot1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-t1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-t2a.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-t2b.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-t2c.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-ts1.vf
%{_texmfdistdir}/fonts/vf/public/droid/DroidSerif-Regular-x2.vf
%{_texmfdistdir}/tex/latex/droid/droid.sty
%{_texmfdistdir}/tex/latex/droid/droidmono.sty
%{_texmfdistdir}/tex/latex/droid/droidsans.sty
%{_texmfdistdir}/tex/latex/droid/droidserif.sty
%{_texmfdistdir}/tex/latex/droid/lgrfdm.fd
%{_texmfdistdir}/tex/latex/droid/lgrfdr.fd
%{_texmfdistdir}/tex/latex/droid/lgrfds.fd
%{_texmfdistdir}/tex/latex/droid/ot1fdm.fd
%{_texmfdistdir}/tex/latex/droid/ot1fdr.fd
%{_texmfdistdir}/tex/latex/droid/ot1fds.fd
%{_texmfdistdir}/tex/latex/droid/t1fdm.fd
%{_texmfdistdir}/tex/latex/droid/t1fdr.fd
%{_texmfdistdir}/tex/latex/droid/t1fds.fd
%{_texmfdistdir}/tex/latex/droid/t2afdm.fd
%{_texmfdistdir}/tex/latex/droid/t2afdr.fd
%{_texmfdistdir}/tex/latex/droid/t2afds.fd
%{_texmfdistdir}/tex/latex/droid/t2bfdm.fd
%{_texmfdistdir}/tex/latex/droid/t2bfdr.fd
%{_texmfdistdir}/tex/latex/droid/t2bfds.fd
%{_texmfdistdir}/tex/latex/droid/t2cfdm.fd
%{_texmfdistdir}/tex/latex/droid/t2cfdr.fd
%{_texmfdistdir}/tex/latex/droid/t2cfds.fd
%{_texmfdistdir}/tex/latex/droid/ts1fdm.fd
%{_texmfdistdir}/tex/latex/droid/ts1fdr.fd
%{_texmfdistdir}/tex/latex/droid/ts1fds.fd
%{_texmfdistdir}/tex/latex/droid/x2fdm.fd
%{_texmfdistdir}/tex/latex/droid/x2fdr.fd
%{_texmfdistdir}/tex/latex/droid/x2fds.fd
%doc %{_texmfdistdir}/doc/fonts/droid/CHANGES
%doc %{_texmfdistdir}/doc/fonts/droid/README
%doc %{_texmfdistdir}/doc/fonts/droid/droid.pdf
%doc %{_texmfdistdir}/doc/fonts/droid/droid.tex
%doc %{_texmfdistdir}/doc/fonts/droid/droidsans-samples.pdf
%doc %{_texmfdistdir}/doc/fonts/droid/droidsans-samples.tex
%doc %{_texmfdistdir}/doc/fonts/droid/droidsansmono-samples.pdf
%doc %{_texmfdistdir}/doc/fonts/droid/droidsansmono-samples.tex
%doc %{_texmfdistdir}/doc/fonts/droid/droidserif-samples.pdf
%doc %{_texmfdistdir}/doc/fonts/droid/droidserif-samples.tex
%doc %{_texmfdistdir}/doc/fonts/droid/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/droid/Makefile
%doc %{_texmfdistdir}/source/fonts/droid/droid-01.etx
%doc %{_texmfdistdir}/source/fonts/droid/droid-02.etx
%doc %{_texmfdistdir}/source/fonts/droid/droid-03.etx
%doc %{_texmfdistdir}/source/fonts/droid/droid-04.etx
%doc %{_texmfdistdir}/source/fonts/droid/droid-drv.tex
%doc %{_texmfdistdir}/source/fonts/droid/droid-fixcyrillic.mtx
%doc %{_texmfdistdir}/source/fonts/droid/droid-fixgreek.mtx
%doc %{_texmfdistdir}/source/fonts/droid/droid-fixlatin.mtx
%doc %{_texmfdistdir}/source/fonts/droid/droid-fixtextcomp.mtx
%doc %{_texmfdistdir}/source/fonts/droid/droid-map.tex
%doc %{_texmfdistdir}/source/fonts/droid/droidsans-drv.tex
%doc %{_texmfdistdir}/source/fonts/droid/droidsansmono-drv.tex
%doc %{_texmfdistdir}/source/fonts/droid/droidserif-drv.tex
%doc %{_texmfdistdir}/source/fonts/droid/ttf2type1.pe

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 81a6a59
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19885 |14mr|texlive-droit-fr-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25419
# category Package
# catalog-ctan /macros/latex/contrib/droit-fr
# catalog-date 2012-02-17 14:36:29 +0100
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-droit-fr
Version:	0.1
Release:	2
Summary:	Document class and bibliographic style for French law
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/droit-fr
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/droit-fr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/droit-fr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides a toolkit intended for students writing a
thesis in French law. It features: - a LaTeX document class; -
a bibliographic style for Biblatex package; - a practical
example of french thesis document; and - documentation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/droit-fr/droit-fr.bbx
%{_texmfdistdir}/tex/latex/droit-fr/droit-fr.cbx
%{_texmfdistdir}/tex/latex/droit-fr/droit-fr.cls
%doc %{_texmfdistdir}/doc/latex/droit-fr/doc/.latexmkrc
%doc %{_texmfdistdir}/doc/latex/droit-fr/doc/README
%doc %{_texmfdistdir}/doc/latex/droit-fr/doc/droit-fr.pdf
%doc %{_texmfdistdir}/doc/latex/droit-fr/doc/droit-fr.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/.latexmkrc
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/annexes.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/bibliographie.bib
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/bibliographie.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/conclusion.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/glossaire.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/index.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/introduction.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/main.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/misc.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/partie1.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/partie2.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/titre.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: 734c68f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19886 |14mr|texlive-drs-1.1b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19232
# category Package
# catalog-ctan /macros/latex/contrib/drs
# catalog-date 2010-07-03 21:56:37 +0200
# catalog-license lppl1.3
# catalog-version 1.1b
Name:		texlive-drs
Version:	1.1b
Release:	3
Summary:	Typeset Discourse Representation Structures (DRS)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/drs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package draws Discourse Representation Structures (DRSs).
It can draw embedded DRSs, if-then conditions and
quantificational "duplex conditions" (with a properly scaled
connecting diamond). Formatting parameters allow the user to
control the appearance and placement of DRSs, and of DRS
variables and conditions. The package is based on DRS macros in
the covington package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/drs/drs.sty
%doc %{_texmfdistdir}/doc/latex/drs/README
%doc %{_texmfdistdir}/doc/latex/drs/drsdoc.pdf
%doc %{_texmfdistdir}/doc/latex/drs/drsdoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1b-3
+ Revision: 191165e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19887 |14mr|texlive-drv-0.97-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21499
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/drv
# catalog-date 2011-02-22 19:59:57 +0100
# catalog-license lppl
# catalog-version 0.97
Name:		texlive-drv
Version:	0.97
Release:	3
Summary:	Derivation trees with MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/drv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drv.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of MetaPost macros for typesetting derivation trees (such
as used in sequent calculus, type inference, programming
language semantics...). No MetaPost knowledge is needed to use
these macros.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/drv/drv.mp
%doc %{_texmfdistdir}/doc/metapost/drv/README
%doc %{_texmfdistdir}/doc/metapost/drv/doc/drv-guide.mp
%doc %{_texmfdistdir}/doc/metapost/drv/doc/drv-guide.tex
%doc %{_texmfdistdir}/doc/metapost/drv/doc/drv.mp
%doc %{_texmfdistdir}/doc/metapost/drv/doc/makefile
%doc %{_texmfdistdir}/doc/metapost/drv/doc/readme.sh
%doc %{_texmfdistdir}/doc/metapost/drv/drv-guide.pdf
%doc %{_texmfdistdir}/doc/metapost/drv/sample/coq-sample.mp
%doc %{_texmfdistdir}/doc/metapost/drv/sample/coq-sample.tex
%doc %{_texmfdistdir}/doc/metapost/drv/sample/drv.mp
%doc %{_texmfdistdir}/doc/metapost/drv/sample/makefile
%doc %{_texmfdistdir}/doc/metapost/drv/sample/readme.sh
%doc %{_texmfdistdir}/doc/metapost/drv/template/drv.mp
%doc %{_texmfdistdir}/doc/metapost/drv/template/makefile
%doc %{_texmfdistdir}/doc/metapost/drv/template/readme.sh
%doc %{_texmfdistdir}/doc/metapost/drv/template/template.mp
%doc %{_texmfdistdir}/doc/metapost/drv/template/template.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.97-3
+ Revision: e544d53
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19888 |14mr|texlive-dtk-1.29-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27226
# category Package
# catalog-ctan /usergrps/dante/dtk
# catalog-date 2012-06-18 14:12:50 +0200
# catalog-license lppl1.3
# catalog-version 1.29
Name:		texlive-dtk
Version:	1.29
Release:	2
Summary:	Document class for the journal of DANTE
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/usergrps/dante/dtk
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtk.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides a class and style file for typesetting "Die
TeXnische Komodie" -- the communications of the German TeX
Users Group DANTE e.V. The arrangement means that the class may
be used by article writers to typeset a single article as well
as to produce the complete journal.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/dtk/dtk.bst
%{_texmfdistdir}/makeindex/dtk/dtk-adr.ist
%{_texmfdistdir}/makeindex/dtk/dtk-idx.ist
%{_texmfdistdir}/tex/latex/dtk/dtk-pdf.sty
%{_texmfdistdir}/tex/latex/dtk/dtk-url.sty
%{_texmfdistdir}/tex/latex/dtk/dtk.clo
%{_texmfdistdir}/tex/latex/dtk/dtk.cls
%{_texmfdistdir}/tex/latex/dtk/dtk12.clo
%{_texmfdistdir}/tex/latex/dtk/dtklogos.sty
%doc %{_texmfdistdir}/doc/latex/dtk/Changes
%doc %{_texmfdistdir}/doc/latex/dtk/doc/beispiel-lua.pdf
%doc %{_texmfdistdir}/doc/latex/dtk/doc/beispiel-lua.tex
%doc %{_texmfdistdir}/doc/latex/dtk/doc/beispiel-xtx.pdf
%doc %{_texmfdistdir}/doc/latex/dtk/doc/beispiel-xtx.tex
%doc %{_texmfdistdir}/doc/latex/dtk/doc/beispiel.bib
%doc %{_texmfdistdir}/doc/latex/dtk/doc/beispiel.pdf
%doc %{_texmfdistdir}/doc/latex/dtk/doc/beispiel.tex
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk00.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk01.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk02.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk03.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk05.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk06.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk10.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk11.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk95.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk96.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk97.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk98.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk99.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/textlist.sty
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/Makefile
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/Makefile.in
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/adressen.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/editorial.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/grusswort.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/impressum.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/komoedie.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/ruecken.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/rueckenNeu.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/stammtische.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/termine.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.29-2
+ Revision: 1ae9402
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19889 |14mr|texlive-dtl-0.6.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /dviware/dtl
# catalog-date 2012-04-09 22:37:34 +0200
# catalog-license pd
# catalog-version 0.6.1
Name:		texlive-dtl
Version:	0.6.1
Release:	9
Summary:	Tools to dis-assemble and re-assemble DVI files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dtl
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtl.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-dtl.bin

%description
DTL (DVI Text Language) is a means of expressing the content of
a DVI file, which is readily readable by humans. The DTL bundle
contains an assembler dt2dv (which produces DVI files from DTL
files) and a disassembler dv2dt (which produces DTL files from
DVI files). The DTL bundle was developed so as to avoid some
infelicities of dvitype (among other pressing reasons).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_mandir}/man1/dt2dv.1*
%{_texmfdistdir}/doc/man/man1/dt2dv.man1.pdf
%{_mandir}/man1/dv2dt.1*
%{_texmfdistdir}/doc/man/man1/dv2dt.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.1-9
+ Revision: 28ed9c9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19890 |14mr|texlive-dtxgallery-1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/dtxgallery
# catalog-date 2008-08-18 13:49:16 +0200
# catalog-license lppl
# catalog-version 1
Name:		texlive-dtxgallery
Version:	1
Release:	3
Summary:	A small collection of minimal DTX examples
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/dtxgallery
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxgallery.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxgallery.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxgallery.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A collection of files that demonstrate simple things that are
possible with the flexible and under-appreciated docstrip file
format. Each file of the collection is provided as a .dtx file
and as the corresponding .pdf. The set is intended as a
companion to Scott Pakin's excellent and influential dtxtut
example of producing LaTeX packages in this way.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/dtxgallery/README
%doc %{_texmfdistdir}/doc/latex/dtxgallery/conditional-code.pdf
%doc %{_texmfdistdir}/doc/latex/dtxgallery/dtxgallery.pdf
%doc %{_texmfdistdir}/doc/latex/dtxgallery/rearrange.pdf
%doc %{_texmfdistdir}/doc/latex/dtxgallery/single-source.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dtxgallery/conditional-code.dtx
%doc %{_texmfdistdir}/source/latex/dtxgallery/dtxgallery.dtx
%doc %{_texmfdistdir}/source/latex/dtxgallery/rearrange.dtx
%doc %{_texmfdistdir}/source/latex/dtxgallery/single-source.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-3
+ Revision: 0f7b251
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19891 |14mr|texlive-dtxgen-1.03-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30077
# category Package
# catalog-ctan /support/dtxgen
# catalog-date 2013-04-22 18:47:59 +0200
# catalog-license gpl
# catalog-version 1.03
Name:		texlive-dtxgen
Version:	1.03
Release:	7
Summary:	Creates a template for a self-extracting .dtx file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/dtxgen
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxgen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxgen.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-dtxgen.bin = %{EVRD}

%description
The bash script dtxgen creates a template for a self-extracting
.dtx file. It is useful for those who plan to create a new
Documented LaTeX Source (.dtx) file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/dtxgen
%{_texmfdistdir}/scripts/dtxgen/dtxgen
%doc %{_texmfdistdir}/doc/support/dtxgen/README
%doc %{_texmfdistdir}/doc/support/dtxgen/dtxgen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/dtxgen/dtxgen dtxgen
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.03-7
+ Revision: 7884905
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19892 |14mr|texlive-dtxtut-20070201-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/dtxtut
# catalog-date 2007-02-01 21:12:02 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-dtxtut
Version:	20070201
Release:	3
Summary:	Tutorial on writing .dtx and .ins files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/dtxtut
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxtut.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxtut.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This tutorial is intended for advanced LaTeX2e users who want
to learn how to create .ins and .dtx files for distributing
their homebrewed classes and style files.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/dtxtut/README
%doc %{_texmfdistdir}/doc/latex/dtxtut/cskeleton.dtx
%doc %{_texmfdistdir}/doc/latex/dtxtut/cskeleton.ins
%doc %{_texmfdistdir}/doc/latex/dtxtut/dtxtut.pdf
%doc %{_texmfdistdir}/doc/latex/dtxtut/dtxtut.tex
%doc %{_texmfdistdir}/doc/latex/dtxtut/skeleton.dtx
%doc %{_texmfdistdir}/doc/latex/dtxtut/skeleton.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070201-3
+ Revision: 10eb7d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19893 |14mr|texlive-duerer-20101214-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20741
# category Package
# catalog-ctan /fonts/duerer
# catalog-date 2010-12-14 12:03:20 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-duerer
Version:	20101214
Release:	3
Summary:	Computer Duerer fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/duerer
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/duerer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/duerer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These fonts are designed for titling use, and consist of
capital roman letters only. Together with the normal set of
base shapes, the family also offers an informal shape. LaTeX
support is available in the duerer-latex bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/duerer/cdb10.mf
%{_texmfdistdir}/fonts/source/public/duerer/cdi10.mf
%{_texmfdistdir}/fonts/source/public/duerer/cdr10.mf
%{_texmfdistdir}/fonts/source/public/duerer/cdsl10.mf
%{_texmfdistdir}/fonts/source/public/duerer/cdss10.mf
%{_texmfdistdir}/fonts/source/public/duerer/cdtt10.mf
%{_texmfdistdir}/fonts/source/public/duerer/dromani.mf
%{_texmfdistdir}/fonts/source/public/duerer/dromanu.mf
%{_texmfdistdir}/fonts/source/public/duerer/dtitle.mf
%{_texmfdistdir}/fonts/tfm/public/duerer/cdb10.tfm
%{_texmfdistdir}/fonts/tfm/public/duerer/cdi10.tfm
%{_texmfdistdir}/fonts/tfm/public/duerer/cdr10.tfm
%{_texmfdistdir}/fonts/tfm/public/duerer/cdsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/duerer/cdss10.tfm
%{_texmfdistdir}/fonts/tfm/public/duerer/cdtt10.tfm
%doc %{_texmfdistdir}/doc/fonts/duerer/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101214-3
+ Revision: 0097c0a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19894 |14mr|texlive-duerer-latex-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/duerer-latex
# catalog-date 2008-08-18 13:49:16 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-duerer-latex
Version:	1.1
Release:	3
Summary:	LaTeX support for the Duerer fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/duerer-latex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/duerer-latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/duerer-latex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX support for Hoenig's Computer Duerer fonts, using their
standard fontname names.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/duerer-latex/duerer.sty
%{_texmfdistdir}/tex/latex/duerer-latex/ot1cdin.fd
%{_texmfdistdir}/tex/latex/duerer-latex/ot1cdr.fd
%{_texmfdistdir}/tex/latex/duerer-latex/ot1cdss.fd
%{_texmfdistdir}/tex/latex/duerer-latex/ot1cdtt.fd
%doc %{_texmfdistdir}/doc/latex/duerer-latex/README
%doc %{_texmfdistdir}/doc/latex/duerer-latex/duerer.pdf
%doc %{_texmfdistdir}/doc/latex/duerer-latex/duerer.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: fa2776c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19895 |14mr|texlive-duotenzor-1.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18728
# category Package
# catalog-ctan /graphics/duotenzor
# catalog-date 2010-06-06 13:50:32 +0200
# catalog-license lppl1.3
# catalog-version 1.00
Name:		texlive-duotenzor
Version:	1.00
Release:	3
Summary:	Drawing package for circuit and duotensor diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/duotenzor
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/duotenzor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/duotenzor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a drawing package for circuit and duotensor diagrams
within LaTeX documents. It consists of about eighty commands,
calling on TikZ for support.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/duotenzor/duotenzor.sty
%doc %{_texmfdistdir}/doc/latex/duotenzor/README
%doc %{_texmfdistdir}/doc/latex/duotenzor/duotenzormanual.pdf
%doc %{_texmfdistdir}/doc/latex/duotenzor/duotenzormanual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-3
+ Revision: 78dd14f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19896 |14mr|texlive-dutchcal-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23448
# category Package
# catalog-ctan /fonts/dutchcal
# catalog-date 2011-06-24 10:20:36 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-dutchcal
Version:	1.0
Release:	3
Summary:	A reworking of ESSTIX13, adding a bold version
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/dutchcal
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dutchcal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dutchcal.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package reworks the mathematical calligraphic font
ESSTIX13, adding a bold version. LaTeX support files are
included. The new fonts may also be accessed from the most
recent version of mathalfa. The fonts themselves are subject to
the SIL OPEN FONT LICENSE, version 1.1.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/dutchcal/DutchCalBold.afm
%{_texmfdistdir}/fonts/afm/public/dutchcal/DutchCalReg.afm
%{_texmfdistdir}/fonts/map/dvips/dutchcal/dutchcal.map
%{_texmfdistdir}/fonts/tfm/public/dutchcal/dutchcal-b.tfm
%{_texmfdistdir}/fonts/tfm/public/dutchcal/dutchcal-r.tfm
%{_texmfdistdir}/fonts/tfm/public/dutchcal/rdutchcalb.tfm
%{_texmfdistdir}/fonts/tfm/public/dutchcal/rdutchcalr.tfm
%{_texmfdistdir}/fonts/type1/public/dutchcal/DutchCalBold.pfb
%{_texmfdistdir}/fonts/type1/public/dutchcal/DutchCalReg.pfb
%{_texmfdistdir}/fonts/vf/public/dutchcal/dutchcal-b.vf
%{_texmfdistdir}/fonts/vf/public/dutchcal/dutchcal-r.vf
%{_texmfdistdir}/tex/latex/dutchcal/dutchcal.sty
%{_texmfdistdir}/tex/latex/dutchcal/udutchcal.fd
%doc %{_texmfdistdir}/doc/fonts/dutchcal/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 70d0e0e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19897 |14mr|texlive-dvdcoll-v1.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/dvdcoll
# catalog-date 2008-04-30 11:48:45 +0200
# catalog-license lppl
# catalog-version v1.1a
Name:		texlive-dvdcoll
Version:	v1.1a
Release:	3
Summary:	A class for typesetting DVD archives
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dvdcoll
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvdcoll.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvdcoll.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Having lost the overview of my DVD archives, I simply could not
remember if I already recorded the documentary running on TV
that day. I chose to recreate the index using LaTeX: the design
aim was a hyperlinked and fully searchable PDF-document,
listing my DVDs with all titles, lengths and so on. Further
requirements were support for seasons of tv series and a list
with all faulty or missing programs for rerecording. The
dvdcoll class supports all these requirements. dvdcoll.cls
follows the structure <number><title><length>. As a result, the
class is not limited to DVDs--you can of course typeset
archives of CD-ROMs, Audio-CDs and so on. Supported languages
at the moment: English, French, German, Italian, Polish,
Portuguese, Spanish. Some help is needed for other languages!.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/dvdcoll/dcbib.bst
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/UKenglish.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/USenglish.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/acadian.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/american.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/australian.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/austrian.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/brazil.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/brazilian.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/british.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/canadian.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/canadien.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/english.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/francais.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/french.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/frenchb.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/german.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/germanb.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/italian.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/naustrian.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/newzealand.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/ngerman.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/polish.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/portuges.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/portuguese.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/spanish.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcwrtbib.sty
%{_texmfdistdir}/tex/latex/dvdcoll/dvdcoll.cls
%{_texmfdistdir}/tex/latex/dvdcoll/pdfnotiz.sty
%doc %{_texmfdistdir}/doc/latex/dvdcoll/CHANGES
%doc %{_texmfdistdir}/doc/latex/dvdcoll/INSTALL
%doc %{_texmfdistdir}/doc/latex/dvdcoll/README
%doc %{_texmfdistdir}/doc/latex/dvdcoll/dcexample.pdf
%doc %{_texmfdistdir}/doc/latex/dvdcoll/dcexample.tex
%doc %{_texmfdistdir}/doc/latex/dvdcoll/dvdcoll.pdf
%doc %{_texmfdistdir}/doc/latex/dvdcoll/dvdcoll_de.pdf
%doc %{_texmfdistdir}/doc/latex/dvdcoll/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.1a-3
+ Revision: dda99f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19898 |14mr|texlive-dvgloss-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29103
# category Package
# catalog-ctan /macros/latex/contrib/dvgloss
# catalog-date 2013-02-13 12:56:56 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-dvgloss
Version:	0.1
Release:	6
Summary:	Facilities for setting interlinear glossed text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dvgloss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvgloss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvgloss.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvgloss.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides extensible macros for setting interlinear
glossed text -- useful, for instance, for typing linguistics
papers. The operative word here is "extensible": few features
are built in, but some flexible and powerful facilities are
included for adding your own.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dvgloss/dvgloss.sty
%doc %{_texmfdistdir}/doc/latex/dvgloss/README
%doc %{_texmfdistdir}/doc/latex/dvgloss/dvgloss.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dvgloss/dvgloss.dtx
%doc %{_texmfdistdir}/source/latex/dvgloss/dvgloss.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-6
+ Revision: 769173e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19899 |14mr|texlive-dvi2tty-3.5.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /dviware/dvi2tty
# catalog-date 2012-04-09 22:37:34 +0200
# catalog-license gpl
# catalog-version 3.5.1
Name:		texlive-dvi2tty
Version:	3.5.1
Release:	9
Summary:	Produce ASCII from DVI
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvi2tty
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvi2tty.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvi2tty.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-dvi2tty.bin

%description
A DVI driver to produce an ASCII representation of the
document. The original version was written in Pascal, and the
present author translated the program to C.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_mandir}/man1/dvi2tty.1*
%{_texmfdistdir}/doc/man/man1/dvi2tty.man1.pdf
%doc %{_mandir}/man1/disdvi.1*
%doc %{_texmfdistdir}/doc/man/man1/disdvi.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5.1-9
+ Revision: 354c9ed
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19900 |14mr|texlive-dviasm-20120410-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /dviware/dviasm
# catalog-date 2012-04-10 15:00:16 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-dviasm
Version:	20120410
Release:	2
Summary:	A utility for editing DVI files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dviasm
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dviasm.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-dviasm.bin = %{EVRD}

%description
A Python script to support changing or creating DVI files via
disassembling into text, editing, and then reassembling into
binary format. It supports advanced features such as adding a
preprint number or watermarks.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/dviasm
%{_texmfdistdir}/scripts/dviasm/dviasm.py

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/dviasm/dviasm.py dviasm
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120410-2
+ Revision: 0d92814
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19901 |14mr|texlive-dvicopy-1.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /dviware/dvicopy/dvicopy.web
# catalog-date 2012-04-10 15:00:16 +0200
# catalog-license gpl
# catalog-version 1.5
Name:		texlive-dvicopy
Version:	1.5
Release:	8
Summary:	Copy DVI files, flattening VFs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvicopy/dvicopy.web
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvicopy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvicopy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-dvicopy.bin

%description
DVICOPY is a utility program that allows one to take a DVI file
that references composite fonts (VF) and convert it into a DVI
file that does not contain such references. It also serves as a
basis for writing DVI drivers (much like DVItype).

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/dvicopy.1*
%doc %{_texmfdistdir}/doc/man/man1/dvicopy.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-8
+ Revision: a412528
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19902 |14mr|texlive-dvidvi-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /dviware/dvidvi
# catalog-date 2012-05-07 18:30:58 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-dvidvi
Version:	1.0
Release:	9
Summary:	Convert one DVI file into another
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvidvi
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvidvi.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-dvidvi.bin

%description
The output DVI file's contents are specified by page selection
commands; series of pages and page number ranges may be
specified, as well as inclusions and exclusions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_mandir}/man1/dvidvi.1*
%{_texmfdistdir}/doc/man/man1/dvidvi.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-9
+ Revision: 7adb6f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19903 |14mr|texlive-dviincl-1.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/dviincl
# catalog-date 2008-08-19 08:58:40 +0200
# catalog-license pd
# catalog-version 1.00
Name:		texlive-dviincl
Version:	1.00
Release:	3
Summary:	Include a DVI page into MetaPost output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/dviincl
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dviincl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dviincl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
One of the auxiliary programs belonging to every MetaPost
package is DVItoMP, converting a DVI into a MetaPost file.
Hence the idea of including a DVI page into the EPS files
generated by MetaPost. An MPX file produced by DVItoMP is then
processed by MetaPost with an axiliary file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/dviincl/fix_brks.mp
%{_texmfdistdir}/metapost/dviincl/fix_page.mp
%doc %{_texmfdistdir}/doc/metapost/dviincl/0czytaj.sla
%doc %{_texmfdistdir}/doc/metapost/dviincl/0dviincl.inf
%doc %{_texmfdistdir}/doc/metapost/dviincl/README
%doc %{_texmfdistdir}/doc/metapost/dviincl/README.pl
%doc %{_texmfdistdir}/doc/metapost/dviincl/storyx.tex
%doc %{_texmfdistdir}/doc/metapost/dviincl/test-bop.mp
%doc %{_texmfdistdir}/doc/metapost/dviincl/test-bop.tex
%doc %{_texmfdistdir}/doc/metapost/dviincl/testit.bat
%doc %{_texmfdistdir}/doc/metapost/dviincl/testit.sh

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-3
+ Revision: 4a8ccf3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19904 |14mr|texlive-dviljk-2.6p4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /dviware/dviljk
# catalog-date 2012-04-21 09:41:15 +0200
# catalog-license gpl
# catalog-version 2.6p4
Name:		texlive-dviljk
Version:	2.6p4
Release:	10
Summary:	DVI to Laserjet output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dviljk
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dviljk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dviljk.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-dviljk.bin
%rename tetex-dvilj
%rename texlive-dvilj

%description
A dvi driver for the LaserJet printers, using kpathsea
recursive file searching. Note: this program will not compile
simply with the sources in this distribution; it needs a full
(current) kpathsea distribution environment, such as is
available from the TeX-Live source tree.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/dvihp.1*
%doc %{_texmfdistdir}/doc/man/man1/dvihp.man1.pdf
%doc %{_mandir}/man1/dvilj.1*
%doc %{_texmfdistdir}/doc/man/man1/dvilj.man1.pdf
%doc %{_mandir}/man1/dvilj2p.1*
%doc %{_texmfdistdir}/doc/man/man1/dvilj2p.man1.pdf
%doc %{_mandir}/man1/dvilj4.1*
%doc %{_texmfdistdir}/doc/man/man1/dvilj4.man1.pdf
%doc %{_mandir}/man1/dvilj4l.1*
%doc %{_texmfdistdir}/doc/man/man1/dvilj4l.man1.pdf
%doc %{_mandir}/man1/dvilj6.1*
%doc %{_texmfdistdir}/doc/man/man1/dvilj6.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6p4-10
+ Revision: fc979cc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19905 |14mr|texlive-dvipdfm-0.13.2d-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26689
# category TLCore
# catalog-ctan /dviware/dvipdfm
# catalog-date 2012-04-21 10:57:19 +0200
# catalog-license lppl
# catalog-version 0.13.2d
Name:		texlive-dvipdfm
Version:	0.13.2d
Release:	10
Summary:	A DVI driver to produce PDF directly
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvipdfm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipdfm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipdfm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipdfm.x86_64-linux.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-dvipdfm.bin = %{EVRD}
%rename tetex-dvipdfm
%rename texlive-texmf-dvipdfm

%description
The driver offers a wide range of \special commands (including
a colour stack), and supports compression of data streams, etc.
Note that the extended version dvipdfmx will operate "as
dvipdfm" if necessary.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/dvipdft
%{_texmfdir}/dvipdfm/config/config
%{_texmfdir}/dvipdfm/config/config-win32
%{_texmfdir}/tex/latex/dvipdfm/dvipdfm.def
%doc %{_texmfdir}/doc/dvipdfm/Makefile
%doc %{_texmfdir}/doc/dvipdfm/dvipdfm.pdf
%doc %{_texmfdir}/doc/dvipdfm/dvipdfm.tex
%doc %{_texmfdir}/doc/dvipdfm/mwicks.bb
%doc %{_texmfdir}/doc/dvipdfm/mwicks.jpeg
%doc %{_texmfdir}/doc/dvipdfm/sample.tex
%doc %{_texmfdir}/doc/dvipdfm/something.bb
%doc %{_texmfdir}/doc/dvipdfm/something.eps
%doc %{_texmfdir}/doc/dvipdfm/something.fig
%doc %{_texmfdir}/doc/dvipdfm/something.pdf
%doc %{_texmfdir}/doc/dvipdfm/transistor.bb
%doc %{_texmfdir}/doc/dvipdfm/transistor.eps
%doc %{_texmfdir}/doc/dvipdfm/transistor.fig
%doc %{_texmfdir}/doc/dvipdfm/transistor.pdf
%doc %{_mandir}/man1/dvipdfm.1*
%doc %{_texmfdir}/doc/man/man1/dvipdfm.man1.pdf
%doc %{_mandir}/man1/dvipdft.1*
%doc %{_texmfdir}/doc/man/man1/dvipdft.man1.pdf
%doc %{_mandir}/man1/ebb.1*
%doc %{_texmfdir}/doc/man/man1/ebb.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
# shell script
mkdir -p %{buildroot}%{_bindir}
cp -far bin/x86_64-linux/dvipdft %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.13.2d-10
+ Revision: e98aa24
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19906 |14mr|texlive-dvipdfmx-20130922-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31830
# category TLCore
# catalog-ctan /dviware/dvipdfmx/dvipdfmx.tar.gz
# catalog-date 2013-09-22 09:06:20 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-dvipdfmx
Version:	20130922
Release:	6
Summary:	An extended version of dvipdfm
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvipdfmx/dvipdfmx.tar.gz
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipdfmx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipdfmx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-glyphlist
Requires:	texlive-dvipdfmx-def
Requires:	texlive-dvipdfmx.bin

%description
Dvipdfmx (formerly dvipdfm-cjk) is a development of dvipdfm
created to support multi-byte character encodings and large
character sets for East Asian languages. Dvipdfmx, if "called"
with the name dvipdfm, operates in a "dvipdfm compatibility"
mode, so that users of the both packages need only keep one
executable. A secondary design goal is to support as many "PDF"
features as does pdfTeX. There being no documentation as such,
users are advised to consult the documentation of dvipdfm (as
well, of course, as the package Readme.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvipdfmx/dvipdfmx.cfg
%{_texmfdistdir}/fonts/cmap/dvipdfmx/EUC-UCS2
%{_texmfdistdir}/fonts/cmap/dvipdfmx/README
%{_texmfdistdir}/fonts/cmap/dvipdfmx/UTF8-UCS2
%{_texmfdistdir}/fonts/map/dvipdfmx/cid-x.map
%{_texmfdistdir}/fonts/map/dvipdfmx/ckx.map
%{_texmfdistdir}/fonts/map/dvipdfmx/updmap/kanjix.map
%{_tlpkgdir}/tlpostcode/dvipdfmx.pl
%doc %{_texmfdistdir}/doc/dvipdfm/Makefile
%doc %{_texmfdistdir}/doc/dvipdfm/dvipdfm.pdf
%doc %{_texmfdistdir}/doc/dvipdfm/dvipdfm.tex
%doc %{_texmfdistdir}/doc/dvipdfm/mwicks.bb
%doc %{_texmfdistdir}/doc/dvipdfm/mwicks.jpeg
%doc %{_texmfdistdir}/doc/dvipdfm/sample.tex
%doc %{_texmfdistdir}/doc/dvipdfm/something.bb
%doc %{_texmfdistdir}/doc/dvipdfm/something.eps
%doc %{_texmfdistdir}/doc/dvipdfm/something.fig
%doc %{_texmfdistdir}/doc/dvipdfm/something.pdf
%doc %{_texmfdistdir}/doc/dvipdfm/transistor.bb
%doc %{_texmfdistdir}/doc/dvipdfm/transistor.eps
%doc %{_texmfdistdir}/doc/dvipdfm/transistor.fig
%doc %{_texmfdistdir}/doc/dvipdfm/transistor.pdf
%doc %{_texmfdistdir}/doc/dvipdfmx/dvipdfmx-special.pdf
%doc %{_texmfdistdir}/doc/dvipdfmx/dvipdfmx-special.tex
%doc %{_mandir}/man1/dvipdfm.1*
%doc %{_texmfdistdir}/doc/man/man1/dvipdfm.man1.pdf
%doc %{_mandir}/man1/dvipdft.1*
%doc %{_texmfdistdir}/doc/man/man1/dvipdft.man1.pdf
%doc %{_mandir}/man1/ebb.1*
%doc %{_texmfdistdir}/doc/man/man1/ebb.man1.pdf
%doc %{_mandir}/man1/extractbb.1*
%doc %{_texmfdistdir}/doc/man/man1/extractbb.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_tlpkgdir}
cp -fpar tlpkg/tlpostcode %{buildroot}%{_tlpkgdir}
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130922-6
+ Revision: 41fdbfe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19907 |14mr|texlive-dvipdfmx-def-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-dvipdfmx-def
Version:	20111103
Release:	3
Summary:	TeXLive dvipdfmx-def package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipdfmx-def.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive dvipdfmx-def package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dvipdfmx-def/dvipdfmx.def

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: efd88b8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19908 |14mr|texlive-dvipng-1.14-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29821
# category TLCore
# catalog-ctan /dviware/dvipng
# catalog-date 2012-04-21 10:57:19 +0200
# catalog-license lgpl
# catalog-version 1.14
Name:		texlive-dvipng
Version:	1.14
Release:	9
Summary:	A fast DVI to PNG/GIF converter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvipng
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipng.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipng.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-dvipng.bin

%description
This program makes PNG and/or GIF graphics from DVI files as
obtained from TeX and its relatives. Its benefits include: -
Speed. It offers very fast rendering of DVI as bitmap files,
which makes it suitable for generating large amounts of images
on-the-fly, as needed in preview-latex, WeBWorK and others; -
It does not read the postamble, so it can be started before TeX
finishes. There is a --follow switch that makes dvipng wait at
end-of-file for further output, unless it finds the POST marker
that indicates the end of the DVI; - Interactive query of
options. dvipng can read options interactively through stdin,
and all options are usable. It is even possible to change the
input file through this interface. - Support for PK, VF,
PostScript Type1, and TrueType fonts, colour specials, and
inclusion of PostScript, PNG, JPEG or GIF images.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/dvipng/dvipng.html
%doc %{_texmfdistdir}/doc/dvipng/dvipng.pdf
%doc %{_infodir}/dvipng.info*
%doc %{_mandir}/man1/dvigif.1*
%doc %{_texmfdistdir}/doc/man/man1/dvigif.man1.pdf
%doc %{_mandir}/man1/dvipng.1*
%doc %{_texmfdistdir}/doc/man/man1/dvipng.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdistdir}/doc/info/*.info %{buildroot}%{_infodir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.14-9
+ Revision: 2c382ef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19909 |14mr|texlive-dvipos-20131012-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-dvipos
Version:	20131012
Release:	6
Summary:	TeXLive dvipos package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipos.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-dvipos.bin

%description
TeXLive dvipos package.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/dvipos.1*
%doc %{_texmfdistdir}/doc/man/man1/dvipos.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131012-6
+ Revision: 0c6f5d3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19910 |14mr|texlive-dvips-20130325-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32132
# category Package
# catalog-ctan undef
# catalog-date 2013-03-25 12:41:24 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-dvips
Version:	20130325
Release:	7
Summary:	A DVI to PostScript driver
Group:		Publishing
URL:		http://tug.org/texlive
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvips.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvips.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-dvips.bin
%rename tetex-dvips
%rename texlive-texmf-dvips

%description
This package has been withdrawn from CTAN, and bundled into the
distributions' package sets. The current sources of dvips may
be found in the distribution of dvipsk which forms part of the
TeX-live sources.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	rm -fr %{_texmfvardir}/fonts/map/dvips
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/base/color.pro
%{_texmfdistdir}/dvips/base/crop.pro
%{_texmfdistdir}/dvips/base/ehandler.ps
%{_texmfdistdir}/dvips/base/finclude.pro
%{_texmfdistdir}/dvips/base/hps.pro
%{_texmfdistdir}/dvips/base/resolution400.ps
%{_texmfdistdir}/dvips/base/special.pro
%{_texmfdistdir}/dvips/base/tex.pro
%{_texmfdistdir}/dvips/base/texc.pro
%{_texmfdistdir}/dvips/base/texps.pro
%{_texmfdistdir}/dvips/config/alt-rule.pro
%{_texmfdistdir}/dvips/config/canonex.cfg
%{_texmfdistdir}/dvips/config/config.bakoma
%{_texmfdistdir}/dvips/config/config.canonex
%{_texmfdistdir}/dvips/config/config.cx
%{_texmfdistdir}/dvips/config/config.deskjet
%{_texmfdistdir}/dvips/config/config.dvired
%{_texmfdistdir}/dvips/config/config.epson
%{_texmfdistdir}/dvips/config/config.ibmvga
%{_texmfdistdir}/dvips/config/config.ljfour
%{_texmfdistdir}/dvips/config/config.luc
%{_texmfdistdir}/dvips/config/config.mbn
%{_texmfdistdir}/dvips/config/config.mga
%{_texmfdistdir}/dvips/config/config.mirrorprint
%{_texmfdistdir}/dvips/config/config.ot2
%{_texmfdistdir}/dvips/config/config.ps
%{_texmfdistdir}/dvips/config/config.qms
%{_texmfdistdir}/dvips/config/config.toshiba
%{_texmfdistdir}/dvips/config/config.unms
%{_texmfdistdir}/dvips/config/config.xyp
%{_texmfdistdir}/dvips/config/cx.cfg
%{_texmfdistdir}/dvips/config/deskjet.cfg
%{_texmfdistdir}/dvips/config/dfaxhigh.cfg
%{_texmfdistdir}/dvips/config/dvired.cfg
%{_texmfdistdir}/dvips/config/epson.cfg
%{_texmfdistdir}/dvips/config/ibmvga.cfg
%{_texmfdistdir}/dvips/config/ljfour.cfg
%{_texmfdistdir}/dvips/config/qms.cfg
%{_texmfdistdir}/dvips/config/toshiba.cfg
%{_texmfdistdir}/fonts/enc/dvips/base/6w.enc
%{_texmfdistdir}/fonts/enc/dvips/base/7t.enc
%{_texmfdistdir}/fonts/enc/dvips/base/8a.enc
%{_texmfdistdir}/fonts/enc/dvips/base/8r.enc
%{_texmfdistdir}/fonts/enc/dvips/base/ad.enc
%{_texmfdistdir}/fonts/enc/dvips/base/ansinew.enc
%{_texmfdistdir}/fonts/enc/dvips/base/asex.enc
%{_texmfdistdir}/fonts/enc/dvips/base/asexp.enc
%{_texmfdistdir}/fonts/enc/dvips/base/dc.enc
%{_texmfdistdir}/fonts/enc/dvips/base/dvips.enc
%{_texmfdistdir}/fonts/enc/dvips/base/ec.enc
%{_texmfdistdir}/fonts/enc/dvips/base/extex.enc
%{_texmfdistdir}/fonts/enc/dvips/base/funky.enc
%{_texmfdistdir}/fonts/enc/dvips/base/odvips.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-cs-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-ec-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-l7x-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-qx-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-rm-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-t2a-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-t2b-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-t2c-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-t5-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-texnansi-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-ts1-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/qx.enc
%{_texmfdistdir}/fonts/enc/dvips/base/stormex.enc
%{_texmfdistdir}/fonts/enc/dvips/base/tex256.enc
%{_texmfdistdir}/fonts/enc/dvips/base/texmext.enc
%{_texmfdistdir}/fonts/enc/dvips/base/texmital.enc
%{_texmfdistdir}/fonts/enc/dvips/base/texmsym.enc
%{_texmfdistdir}/fonts/enc/dvips/base/texnansx.enc
%{_texmfdistdir}/fonts/map/dvips/updmap/builtin35.map
%{_texmfdistdir}/fonts/map/dvips/updmap/download35.map
%{_texmfdistdir}/fonts/map/dvips/updmap/ps2pk.map
%{_texmfdistdir}/fonts/map/dvips/updmap/psfonts.map
%{_texmfdistdir}/fonts/map/dvips/updmap/psfonts_pk.map
%{_texmfdistdir}/fonts/map/dvips/updmap/psfonts_t1.map
%{_texmfdistdir}/tex/generic/dvips/blackdvi.sty
%{_texmfdistdir}/tex/generic/dvips/blackdvi.tex
%{_texmfdistdir}/tex/generic/dvips/colordvi.sty
%{_texmfdistdir}/tex/generic/dvips/colordvi.tex
%{_texmfdistdir}/tex/generic/dvips/rotate.sty
%{_texmfdistdir}/tex/generic/dvips/rotate.tex
%doc %{_texmfdistdir}/doc/dvips/dvips.html
%doc %{_texmfdistdir}/doc/dvips/dvips.pdf
%doc %{_infodir}/dvips.info*
%doc %{_mandir}/man1/afm2tfm.1*
%doc %{_texmfdistdir}/doc/man/man1/afm2tfm.man1.pdf
%doc %{_mandir}/man1/dvips.1*
%doc %{_texmfdistdir}/doc/man/man1/dvips.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdistdir}/doc/info/*.info %{buildroot}%{_infodir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130325-7
+ Revision: a53931f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19911 |14mr|texlive-dvipsconfig-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan /dviware/dvipsconfig
# catalog-date 2007-03-05 22:02:45 +0100
# catalog-license gpl
# catalog-version 1.6
Name:		texlive-dvipsconfig
Version:	1.6
Release:	3
Summary:	Collection of dvips PostScript headers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvipsconfig
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipsconfig.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a collection of dvips PostScript header and dvips
config files. They control certain features of the printer,
including: A4, A3, usletter, simplex, duplex / long edge,
duplex / short edge, screen frequencies of images, black/white
invers, select transparency / paper for tektronix 550/560,
manual feeder, envelope feeder, and tray 1, 2 and 3, and
printing a PostScript grid underneath the page material--very
useful for measuring and eliminating paper feed errors!.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/dvipsconfig/README
%{_texmfdistdir}/dvips/dvipsconfig/addpsctrl
%{_texmfdistdir}/dvips/dvipsconfig/config.a3
%{_texmfdistdir}/dvips/dvipsconfig/config.a4
%{_texmfdistdir}/dvips/dvipsconfig/config.a4grid
%{_texmfdistdir}/dvips/dvipsconfig/config.duplong
%{_texmfdistdir}/dvips/dvipsconfig/config.dupshort
%{_texmfdistdir}/dvips/dvipsconfig/config.envelope
%{_texmfdistdir}/dvips/dvipsconfig/config.inv
%{_texmfdistdir}/dvips/dvipsconfig/config.manualfeed
%{_texmfdistdir}/dvips/dvipsconfig/config.mmgrid
%{_texmfdistdir}/dvips/dvipsconfig/config.psgrid
%{_texmfdistdir}/dvips/dvipsconfig/config.screen100
%{_texmfdistdir}/dvips/dvipsconfig/config.screen100_0
%{_texmfdistdir}/dvips/dvipsconfig/config.screen110
%{_texmfdistdir}/dvips/dvipsconfig/config.screen120
%{_texmfdistdir}/dvips/dvipsconfig/config.screen130
%{_texmfdistdir}/dvips/dvipsconfig/config.screen140
%{_texmfdistdir}/dvips/dvipsconfig/config.screen150
%{_texmfdistdir}/dvips/dvipsconfig/config.screen35
%{_texmfdistdir}/dvips/dvipsconfig/config.screen50
%{_texmfdistdir}/dvips/dvipsconfig/config.screen70
%{_texmfdistdir}/dvips/dvipsconfig/config.screen80
%{_texmfdistdir}/dvips/dvipsconfig/config.screen85
%{_texmfdistdir}/dvips/dvipsconfig/config.screen90
%{_texmfdistdir}/dvips/dvipsconfig/config.simplex
%{_texmfdistdir}/dvips/dvipsconfig/config.tek550paper
%{_texmfdistdir}/dvips/dvipsconfig/config.tek550transparency
%{_texmfdistdir}/dvips/dvipsconfig/config.tray1
%{_texmfdistdir}/dvips/dvipsconfig/config.tray2
%{_texmfdistdir}/dvips/dvipsconfig/config.tray3
%{_texmfdistdir}/dvips/dvipsconfig/config.usledger
%{_texmfdistdir}/dvips/dvipsconfig/config.usletter

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: 8fc273b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19912 |14mr|texlive-dvisvgm-1.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /dviware/dvisvgm
# catalog-date 2013-03-04 12:33:38 +0100
# catalog-license gpl
# catalog-version 1.2
Name:		texlive-dvisvgm
Version:	1.2.0
Release:	6
Summary:	Convert DVI files to Scalable Vector Graphics format (SVG)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvisvgm
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvisvgm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvisvgm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-dvisvgm.bin

%description
Dvisvgm is a command line utility that converts TeX DVI files
to the XML-based Scalable Vector Graphics (SVG) format. It
provides full full font support including virtual fonts, font
maps, and sub-fonts. If necessary, dvisvgm vectorizes
Metafont's bitmap output in order to always create lossless
scalable output. The embedded SVG fonts can optionally be
replaced with graphics paths so that applications that don't
support SVG fonts are enabled to render the graphics properly.
Besides many other features, dvisvgm also supports color,
emTeX, tpic, PDF mapfile and PostScript specials. Users will
need a working TeX installation including the kpathsea library.
For more detailed information, see the project page.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/dvisvgm.1*
%doc %{_texmfdistdir}/doc/man/man1/dvisvgm.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-6
+ Revision: 12663fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19913 |14mr|texlive-dynblocks-0.2a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27838
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/dynblocks
# catalog-date 2012-09-27 16:18:28 +0200
# catalog-license lppl1.3
# catalog-version 0.2a
Name:		texlive-dynblocks
Version:	0.2a
Release:	6
Summary:	A simple way to create dynamic blocks for Beamer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/dynblocks
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dynblocks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dynblocks.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides full customisation of the aspect and
dimensions of blocks inside a presentation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dynblocks/dynblocks.sty
%doc %{_texmfdistdir}/doc/latex/dynblocks/README
%doc %{_texmfdistdir}/doc/latex/dynblocks/dynblocks.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/dynblocks.tex
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/alert_1.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/alert_2.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/align.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/basic_1.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/basic_2.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/cmbx_1.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/cmbx_2.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/cmby_1.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/cmby_2.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/custcol_1.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/custcol_2.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/custcol_3.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/custcol_4.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/estl.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/shdrndc_1.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/shdrndc_2.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/szeg_1.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/szeg_2.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2a-6
+ Revision: ff994b2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19914 |14mr|texlive-dyntree-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/dyntree
# catalog-date 2007-03-05 22:02:45 +0100
# catalog-license lgpl
# catalog-version 1.0
Name:		texlive-dyntree
Version:	1.0
Release:	3
Summary:	Construct Dynkin tree diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dyntree
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dyntree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dyntree.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dyntree.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is intended for users needing to typeset a Dynkin
Tree Diagram--a group theoretical construct consisting of
cartan coefficients in boxes connected by a series of lines.
Such a diagram is a tool for working out the states and their
weights in terms of the fundamental weights and the simple
roots. The package makes use of the author's coollist package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dyntree/dyntree.sty
%doc %{_texmfdistdir}/doc/latex/dyntree/README
%doc %{_texmfdistdir}/doc/latex/dyntree/dyntree.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dyntree/dyntree.dtx
%doc %{_texmfdistdir}/source/latex/dyntree/dyntree.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 982ab1d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19915 |14mr|texlive-ean13isbn-20080819-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ean13isbn
# catalog-date 2008-08-19 08:58:40 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-ean13isbn
Version:	20080819
Release:	3
Summary:	Print EAN13 for ISBN
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ean13isbn
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ean13isbn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ean13isbn.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to typeset ISBN codes with EAN-
13; it uses the (generic) package ean13.tex to typeset the
actual barcode.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ean13isbn/ean13isbn.sty
%doc %{_texmfdistdir}/doc/latex/ean13isbn/License.txt
%doc %{_texmfdistdir}/doc/latex/ean13isbn/README
%doc %{_texmfdistdir}/doc/latex/ean13isbn/ean13isbn.pdf
%doc %{_texmfdistdir}/doc/latex/ean13isbn/ean13isbn.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080819-3
+ Revision: 041efea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19916 |14mr|texlive-ean-20070101-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20851
# category Package
# catalog-ctan /macros/generic/ean
# catalog-date 2007-01-01 18:45:52 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-ean
Version:	20070101
Release:	3
Summary:	Macros for making EAN barcodes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/ean
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ean.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ean.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides EAN-8 and EAN-13 forms. The package needs the ocr-b
fonts; note that the fonts are not available under a free
licence, as the macros are.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/ean/ean13.tex
%{_texmfdistdir}/tex/generic/ean/ean8.tex
%doc %{_texmfdistdir}/doc/generic/ean/README
%doc %{_texmfdistdir}/doc/generic/ean/eantest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070101-3
+ Revision: 45ed64d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19917 |14mr|texlive-easy-0.99-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/easy
# catalog-date 2007-01-01 18:45:52 +0100
# catalog-license lppl
# catalog-version 0.99
Name:		texlive-easy
Version:	0.99
Release:	3
Summary:	A collection of easy-to-use macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/easy
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The collection comprises: - easybib, support for customising
bibliographies; - easybmat, support for composing block
matrices; - easyeqn, support for various aspects of equations;
- easymat, support for composing matrices; - easytable, support
for writing tables; - easyvector, a C-like syntax for writing
vectors.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/easy/easy.sty
%{_texmfdistdir}/tex/latex/easy/easybib.sty
%{_texmfdistdir}/tex/latex/easy/easybmat.sty
%{_texmfdistdir}/tex/latex/easy/easyeqn.sty
%{_texmfdistdir}/tex/latex/easy/easymat.sty
%{_texmfdistdir}/tex/latex/easy/easytable.sty
%{_texmfdistdir}/tex/latex/easy/easyvector.sty
%doc %{_texmfdistdir}/doc/latex/easy/README
%doc %{_texmfdistdir}/doc/latex/easy/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/easy/for-latex2html/easybib.perl
%doc %{_texmfdistdir}/doc/latex/easy/for-latex2html/easybmat.perl
%doc %{_texmfdistdir}/doc/latex/easy/for-latex2html/easyeqn.perl
%doc %{_texmfdistdir}/doc/latex/easy/for-latex2html/easymat.perl
%doc %{_texmfdistdir}/doc/latex/easy/for-latex2html/easytable.perl
%doc %{_texmfdistdir}/doc/latex/easy/for-latex2html/easyvector.perl
%doc %{_texmfdistdir}/doc/latex/easy/mydoc.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.99-3
+ Revision: 782ef68
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19918 |14mr|texlive-easyfig-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26424
# category Package
# catalog-ctan /macros/latex/contrib/easyfig
# catalog-date 2012-05-15 13:39:37 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-easyfig
Version:	1.2
Release:	2
Summary:	Simplifying the use of common figures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/easyfig
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easyfig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easyfig.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easyfig.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the command \Figure[<key=value>...]{<image
filename>} to simplify the business of including an image as
figure in the most common form (centred and with caption and
label). Caption and label are set using the caption and label
keys; the label fig:<image filename> is used if none is given.
If the here key is given, the figure is not 'floated', and the
user is responsible for placement. The package uses the
author's package adjustbox to centre an image and to simplify
further modifications.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/easyfig/easyfig.sty
%doc %{_texmfdistdir}/doc/latex/easyfig/README
%doc %{_texmfdistdir}/doc/latex/easyfig/easyfig.pdf
#- source
%doc %{_texmfdistdir}/source/latex/easyfig/easyfig.dtx
%doc %{_texmfdistdir}/source/latex/easyfig/easyfig.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-2
+ Revision: d3c87d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19919 |14mr|texlive-easylist-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22362
# category Package
# catalog-ctan /macros/latex/contrib/easylist
# catalog-date 2010-02-28 15:24:01 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-easylist
Version:	1.3
Release:	3
Summary:	Lists using a single active character
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/easylist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easylist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easylist.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows you to create lists of numbered items (as
in Wittgenstein's 'Tractatus') with a single active character
as the only command. A variety of parameters are available to
configure the appearance of the list; lists may be nested
(effectively to unlimited depth).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/easylist/easylist.sty
%doc %{_texmfdistdir}/doc/latex/easylist/README
%doc %{_texmfdistdir}/doc/latex/easylist/easylist-doc.pdf
%doc %{_texmfdistdir}/doc/latex/easylist/easylist-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: ba16977
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19920 |14mr|texlive-easy-todo-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21157
# category Package
# catalog-ctan /macros/latex/contrib/easy-todo
# catalog-date 2011-01-20 10:27:03 +0100
# catalog-license apache2
# catalog-version 1.0
Name:		texlive-easy-todo
Version:	1.0
Release:	3
Summary:	To-do notes in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/easy-todo
License:	APACHE2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easy-todo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easy-todo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides to-do notes throughout a document, and
will provide an index of things to do.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/easy-todo/easy-todo.sty
%doc %{_texmfdistdir}/doc/latex/easy-todo/LICENSE
%doc %{_texmfdistdir}/doc/latex/easy-todo/README
%doc %{_texmfdistdir}/doc/latex/easy-todo/easy-todo.pdf
%doc %{_texmfdistdir}/doc/latex/easy-todo/easy-todo.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: c335b43
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19921 |14mr|texlive-ebezier-4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ebezier
# catalog-date 2009-01-30 10:13:19 +0100
# catalog-license lppl
# catalog-version 4
Name:		texlive-ebezier
Version:	4
Release:	3
Summary:	Device independent picture environment enhancement
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ebezier
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebezier.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebezier.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebezier.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Ebezier is a device independent extension for the standard
picture environment. Linear, quadratic, and cubic bezier curves
are supplied in connection with higher level circle drawing
commands. Additionally some macros for the calculation of curve
lenghts are part of this package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ebezier/ebezier.sty
%doc %{_texmfdistdir}/doc/latex/ebezier/ebezier.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ebezier/ebezier.dtx
%doc %{_texmfdistdir}/source/latex/ebezier/ebezier.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4-3
+ Revision: 8297176
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19922 |14mr|texlive-ebong-20120507-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /language/ebong
# catalog-date 2012-05-07 23:49:19 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-ebong
Version:	20120507
Release:	2
Summary:	Utility for writing Bengali in Rapid Roman Format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/ebong
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebong.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebong.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-ebong.bin = %{EVRD}

%description
A tool (preprocessor) for writing your pRaa-ne-r ka-thaa in the
bengali langauage. It allows one to write the text in Rapid
Roman Bangla and convert it to the bangtex format by a python
program. All LaTeX markups are preserved in the target file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/ebong
%{_texmfdistdir}/scripts/ebong/ebong.py
%doc %{_texmfdistdir}/doc/latex/ebong/ANNOUNCE.txt
%doc %{_texmfdistdir}/doc/latex/ebong/README
%doc %{_texmfdistdir}/doc/latex/ebong/eb.b
%doc %{_texmfdistdir}/doc/latex/ebong/eb.pdf
%doc %{_texmfdistdir}/doc/latex/ebong/eb_tex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ebong/ebong.py ebong
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120507-2
+ Revision: 9bdded7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19923 |14mr|texlive-ebook-20131012-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29466
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-ebook
Version:	20131012
Release:	6
Summary:	TeXLive ebook package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebook.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive ebook package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ebook/ebook.sty
%doc %{_texmfdistdir}/doc/latex/ebook/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131012-6
+ Revision: 1a2aa19
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19924 |14mr|texlive-ebsthesis-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ebsthesis
# catalog-date 2007-01-07 11:02:17 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-ebsthesis
Version:	1.0
Release:	3
Summary:	Typesetting theses for economics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ebsthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebsthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebsthesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebsthesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The ebsthesis class and ebstools package facilitate the
production of camera-ready manuscripts in conformance with the
guidelines of Gabler Verlag and typographical rules established
by the European Business School.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ebsthesis/ebsthesis.cls
%doc %{_texmfdistdir}/doc/latex/ebsthesis/README
%doc %{_texmfdistdir}/doc/latex/ebsthesis/ebsthesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ebsthesis/ebsthesis.dtx
%doc %{_texmfdistdir}/source/latex/ebsthesis/ebsthesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: a8d97dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19925 |14mr|texlive-ec-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25033
# category Package
# catalog-ctan /fonts/ec
# catalog-date 2009-08-27 17:24:27 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-ec
Version:	1.0
Release:	4
Summary:	Computer modern fonts in T1 and TS1 encodings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ec
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ec.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The EC fonts are European Computer Modern Fonts, supporting the
complete LaTeX T1 encoding defined at the 1990 TUG conference
hold at Cork/Ireland. These fonts are intended to be stable
with no changes being made to the tfm files. The set also
contains a Text Companion Symbol font, called tc, featuring
many useful characters needed in text typesetting, for example
oldstyle digits, currency symbols (including the newly created
Euro symbol), the permille sign, copyright, trade mark and
servicemark as well as a copyleft sign, and many others. Recent
releases of LaTeX2e support the EC fonts. The EC fonts
supersede the preliminary version released as the DC fonts. The
fonts are available in (traced) Adobe Type 1 format, as part of
the cm-super bundle. The other Computer Modern-style T1-encoded
Type 1 set, Latin Modern, is not actually a direct development
of the EC set, and differs from the EC in a number of
particulars.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbi3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbl3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbm.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecbx3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eccc3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecci3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecdh3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecfb.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecff.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecfi.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecfs.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecit.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecit0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecit0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecit1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecit1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecit1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecit1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecit1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecit2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecit2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecit2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecit3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eclb8.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecli8.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eclo8.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/eclq8.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecltt8.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecoc3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecqi8.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrb3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecrm3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsc3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsi3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsl3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecso3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsq8.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecss3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecssdc10.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecst.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecst0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecst0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecst1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecst1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecst1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecst1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecst1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecst2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecst2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecst2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecst3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecsx3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectc.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectc0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectc0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectc1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectc1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectc1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectc1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectc1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectc2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectc2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectc2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectc3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecti3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectt.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectt0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectt0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectt1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectt1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectt1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectt1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectt1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectt2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectt2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectt2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ectt3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecui3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvi.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvi0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvi0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvi1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvi1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvi1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvi1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvi1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvi2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvi2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvi2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvi3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvt.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvt0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvt0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvt1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvt1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvt1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvt1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvt1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvt2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvt2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvt2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecvt3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ecxc3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exaccent.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exaccess.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exbase.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exbraces.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/excligtb.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/excsc.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/excspl.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exidigit.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exileast.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exilig.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exiligtb.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exillett.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exilwest.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exisixts.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exitalp.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exmligtb.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/expseudo.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/expunct.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exrdigit.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exrleast.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exrlig.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exrligtb.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exrllett.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exrlwest.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exroman.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exromp.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exrueast.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exrulett.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exruwest.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exsign.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/exsixtst.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/extextit.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ieclb8.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/iecli8.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ieclo8.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/ieclq8.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/iecltt8.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbi3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbl3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbm.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcbx3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcci3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcdh.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcfb.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcff.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcfi.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcfs.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcit.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcit0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcit0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcit1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcit1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcit1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcit1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcit1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcit2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcit2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcit2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcit3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrb3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcrm3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsi3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsl3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcso3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcss3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcst.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcst0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcst0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcst1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcst1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcst1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcst1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcst1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcst2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcst2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcst2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcst3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcsx3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcti3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tctt.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tctt0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tctt0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tctt1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tctt1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tctt1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tctt1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tctt1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tctt2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tctt2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tctt2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tctt3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui0500.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui0600.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui0700.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcui3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvi.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvi0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvi0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvi1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvi1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvi1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvi1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvi1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvi2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvi2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvi2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvi3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvt.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvt0800.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvt0900.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvt1000.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvt1095.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvt1200.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvt1440.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvt1728.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvt2074.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvt2488.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvt2986.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/tcvt3583.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/txaccent.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/txgen.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/txifract.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/txisuper.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/txitlod.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/txpseudo.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/txrfract.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/txromod.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/txrsuper.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/txsymb.mf
%{_texmfdistdir}/fonts/source/jknappen/ec/txsymbol.mf
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbi0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbi0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbi0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbi0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbi0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbi1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbi1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbi1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbi1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbi1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbi2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbi2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbi2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbi3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbl0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbl0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbl0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbl0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbl0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbl1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbl1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbl1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbl1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbl1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbl2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbl2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbl2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbl3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbx0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbx0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbx0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbx0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbx0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbx1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbx1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbx1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbx1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbx1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbx2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbx2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbx2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecbx3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eccc0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eccc0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eccc0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eccc0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eccc0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eccc1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eccc1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eccc1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eccc1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eccc1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eccc2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eccc2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eccc2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eccc3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecci0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecci0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecci0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecci0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecci0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecci1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecci1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecci1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecci1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecci1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecci2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecci2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecci2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecci3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecdh0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecdh0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecdh0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecdh0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecdh0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecdh1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecdh1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecdh1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecdh1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecdh1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecdh2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecdh2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecdh2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecdh3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecit0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecit0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecit1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecit1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecit1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecit1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecit1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecit2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecit2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecit2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecit3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eclb8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecli8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eclo8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/eclq8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecltt8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecoc0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecoc0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecoc0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecoc0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecoc0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecoc1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecoc1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecoc1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecoc1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecoc1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecoc2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecoc2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecoc2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecoc3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrb0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrb0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrb0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrb0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrb0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrb1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrb1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrb1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrb1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrb1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrb2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrb2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrb2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrb3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrm0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrm0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrm0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrm0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrm0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrm1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrm1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrm1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrm1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrm1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrm2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrm2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrm2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecrm3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsc0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsc0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsc0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsc0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsc0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsc1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsc1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsc1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsc1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsc1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsc2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsc2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsc2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsc3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsi0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsi0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsi0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsi0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsi0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsi1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsi1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsi1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsi1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsi1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsi2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsi2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsi2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsi3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsl0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsl0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsl0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsl0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsl0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsl1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsl1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsl1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsl1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsl1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsl2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsl2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsl2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsl3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecso0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecso0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecso0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecso0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecso0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecso1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecso1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecso1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecso1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecso1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecso2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecso2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecso2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecso3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecss0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecss0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecss0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecss0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecss0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecss1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecss1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecss1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecss1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecss1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecss2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecss2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecss2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecss3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecst0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecst0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecst1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecst1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecst1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecst1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecst1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecst2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecst2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecst2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecst3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsx0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsx0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsx0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsx0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsx0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsx1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsx1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsx1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsx1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsx1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsx2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsx2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsx2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecsx3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectc0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectc0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectc1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectc1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectc1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectc1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectc1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectc2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectc2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectc2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectc3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecti0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecti0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecti0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecti0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecti0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecti1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecti1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecti1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecti1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecti1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecti2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecti2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecti2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecti3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectt0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectt0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectt1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectt1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectt1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectt1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectt1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectt2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectt2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectt2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ectt3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecui0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecui0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecui0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecui0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecui0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecui1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecui1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecui1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecui1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecui1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecui2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecui2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecui2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecui3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvi0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvi0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvi1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvi1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvi1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvi1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvi1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvi2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvi2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvi2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvi3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvt0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvt0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvt1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvt1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvt1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvt1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvt1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvt2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvt2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvt2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecvt3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecxc0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecxc0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecxc0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecxc0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecxc0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecxc1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecxc1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecxc1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecxc1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecxc1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecxc2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecxc2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecxc2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ecxc3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ieclb8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/iecli8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ieclo8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/ieclq8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/iecltt8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbi0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbi0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbi0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbi0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbi0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbi1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbi1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbi1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbi1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbi1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbi2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbi2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbi2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbi3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbl0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbl0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbl0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbl0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbl0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbl1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbl1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbl1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbl1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbl1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbl2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbl2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbl2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbl3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbx0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbx0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbx0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbx0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbx0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbx1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbx1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbx1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbx1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbx1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbx2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbx2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbx2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcbx3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcci0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcci0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcci0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcci0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcci0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcci1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcci1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcci1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcci1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcci1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcci2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcci2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcci2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcci3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcit0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcit0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcit1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcit1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcit1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcit1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcit1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcit2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcit2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcit2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcit3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrb0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrb0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrb0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrb0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrb0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrb1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrb1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrb1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrb1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrb1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrb2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrb2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrb2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrb3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrm0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrm0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrm0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrm0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrm0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrm1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrm1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrm1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrm1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrm1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrm2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrm2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrm2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcrm3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsi0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsi0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsi0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsi0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsi0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsi1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsi1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsi1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsi1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsi1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsi2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsi2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsi2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsi3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsl0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsl0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsl0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsl0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsl0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsl1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsl1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsl1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsl1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsl1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsl2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsl2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsl2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsl3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcso0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcso0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcso0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcso0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcso0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcso1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcso1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcso1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcso1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcso1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcso2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcso2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcso2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcso3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcss0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcss0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcss0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcss0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcss0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcss1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcss1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcss1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcss1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcss1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcss2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcss2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcss2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcss3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcst0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcst0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcst1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcst1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcst1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcst1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcst1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcst2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcst2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcst2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcst3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsx0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsx0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsx0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsx0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsx0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsx1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsx1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsx1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsx1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsx1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsx2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsx2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsx2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcsx3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcti0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcti0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcti0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcti0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcti0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcti1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcti1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcti1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcti1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcti1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcti2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcti2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcti2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcti3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tctt0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tctt0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tctt1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tctt1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tctt1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tctt1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tctt1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tctt2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tctt2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tctt2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tctt3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcui0500.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcui0600.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcui0700.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcui0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcui0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcui1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcui1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcui1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcui1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcui1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcui2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcui2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcui2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcui3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvi0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvi0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvi1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvi1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvi1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvi1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvi1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvi2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvi2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvi2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvi3583.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvt0800.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvt0900.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvt1000.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvt1095.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvt1200.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvt1440.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvt1728.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvt2074.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvt2488.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvt2986.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/ec/tcvt3583.tfm
%doc %{_texmfdistdir}/doc/fonts/ec/00bugs.txt
%doc %{_texmfdistdir}/doc/fonts/ec/00error.txt
%doc %{_texmfdistdir}/doc/fonts/ec/00files.txt
%doc %{_texmfdistdir}/doc/fonts/ec/00inst.txt
%doc %{_texmfdistdir}/doc/fonts/ec/00readme.txt
%doc %{_texmfdistdir}/doc/fonts/ec/copyrite.txt
%doc %{_texmfdistdir}/doc/fonts/ec/dc-chg.txt
%doc %{_texmfdistdir}/doc/fonts/ec/dcdoc.tex
%doc %{_texmfdistdir}/doc/fonts/ec/ec-chg.txt
%doc %{_texmfdistdir}/doc/fonts/ec/ecstdedt.tex
%doc %{_texmfdistdir}/doc/fonts/ec/tc-chg.txt
%doc %{_texmfdistdir}/doc/fonts/ec/tcstdedt.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-4
+ Revision: b763501
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19926 |14mr|texlive-ecc-20061207-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/ecc
# catalog-date 2006-12-07 15:13:33 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-ecc
Version:	20061207
Release:	3
Summary:	Sources for the European Concrete fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ecc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The MetaFont sources and TFM files of the European Concrete
Fonts. This is the T1-encoded extension of Knuth's Concrete
fonts, including also the corresponding text companion fonts.
Adobe Type 1 versions of the fonts are available as part of the
cm-super font bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/ecc/conc10pt.mf
%{_texmfdistdir}/fonts/source/public/ecc/conc5pt.mf
%{_texmfdistdir}/fonts/source/public/ecc/conc6pt.mf
%{_texmfdistdir}/fonts/source/public/ecc/conc7pt.mf
%{_texmfdistdir}/fonts/source/public/ecc/conc8pt.mf
%{_texmfdistdir}/fonts/source/public/ecc/conc9pt.mf
%{_texmfdistdir}/fonts/source/public/ecc/coni10pt.mf
%{_texmfdistdir}/fonts/source/public/ecc/eocc10.mf
%{_texmfdistdir}/fonts/source/public/ecc/eorm10.mf
%{_texmfdistdir}/fonts/source/public/ecc/eorm5.mf
%{_texmfdistdir}/fonts/source/public/ecc/eorm6.mf
%{_texmfdistdir}/fonts/source/public/ecc/eorm7.mf
%{_texmfdistdir}/fonts/source/public/ecc/eorm8.mf
%{_texmfdistdir}/fonts/source/public/ecc/eorm9.mf
%{_texmfdistdir}/fonts/source/public/ecc/eosl10.mf
%{_texmfdistdir}/fonts/source/public/ecc/eosl5.mf
%{_texmfdistdir}/fonts/source/public/ecc/eosl6.mf
%{_texmfdistdir}/fonts/source/public/ecc/eosl7.mf
%{_texmfdistdir}/fonts/source/public/ecc/eosl8.mf
%{_texmfdistdir}/fonts/source/public/ecc/eosl9.mf
%{_texmfdistdir}/fonts/source/public/ecc/eoti10.mf
%{_texmfdistdir}/fonts/source/public/ecc/tcssdc10.mf
%{_texmfdistdir}/fonts/source/public/ecc/torm10.mf
%{_texmfdistdir}/fonts/source/public/ecc/torm5.mf
%{_texmfdistdir}/fonts/source/public/ecc/torm6.mf
%{_texmfdistdir}/fonts/source/public/ecc/torm7.mf
%{_texmfdistdir}/fonts/source/public/ecc/torm8.mf
%{_texmfdistdir}/fonts/source/public/ecc/torm9.mf
%{_texmfdistdir}/fonts/source/public/ecc/tosl10.mf
%{_texmfdistdir}/fonts/source/public/ecc/tosl5.mf
%{_texmfdistdir}/fonts/source/public/ecc/tosl6.mf
%{_texmfdistdir}/fonts/source/public/ecc/tosl7.mf
%{_texmfdistdir}/fonts/source/public/ecc/tosl8.mf
%{_texmfdistdir}/fonts/source/public/ecc/tosl9.mf
%{_texmfdistdir}/fonts/source/public/ecc/toti10.mf
%{_texmfdistdir}/fonts/tfm/public/ecc/eocc10.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eorm10.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eorm5.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eorm6.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eorm7.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eorm8.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eorm9.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eosl10.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eosl5.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eosl6.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eosl7.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eosl8.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eosl9.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/eoti10.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/tcssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/torm10.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/torm5.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/torm6.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/torm7.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/torm8.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/torm9.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/tosl10.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/tosl5.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/tosl6.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/tosl7.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/tosl8.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/tosl9.tfm
%{_texmfdistdir}/fonts/tfm/public/ecc/toti10.tfm
%doc %{_texmfdistdir}/doc/fonts/ecc/copyrite
%doc %{_texmfdistdir}/doc/fonts/ecc/liesmich
%doc %{_texmfdistdir}/doc/fonts/ecc/readme

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061207-3
+ Revision: 3a7a23b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19927 |14mr|texlive-ecclesiastic-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27252
# category Package
# catalog-ctan /macros/latex/contrib/ecclesiastic
# catalog-date 2012-07-30 11:22:32 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-ecclesiastic
Version:	0.2
Release:	2
Summary:	Typesetting Ecclesiastic Latin
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ecclesiastic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecclesiastic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecclesiastic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecclesiastic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package modifies the way the latin option to babel operates
when typesetting Latin. The style is somewhat 'frenchified' in
respect of punctuation spacings and footnote style; shortcuts
are available in order to set accents on all vowels, including
y and the diphthongs ae and oe.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ecclesiastic/ecclesiastic.sty
%doc %{_texmfdistdir}/doc/latex/ecclesiastic/README
%doc %{_texmfdistdir}/doc/latex/ecclesiastic/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/ecclesiastic/ecclesiastic.pdf
%doc %{_texmfdistdir}/doc/latex/ecclesiastic/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/ecclesiastic/ecclesiastic.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-2
+ Revision: 1785fba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19928 |14mr|texlive-ecltree-1.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eclbip
# catalog-date 2008-06-01 23:17:13 +0200
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-ecltree
Version:	1.1a
Release:	3
Summary:	Trees using epic and eepic macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eclbip
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecltree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecltree.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package recursively draws trees: each subtree is defined in
a 'bundle' environment, with a set of leaves described by
\chunk macros. A chunk may have a bundle environment inside it.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ecltree/ecltree.sty
%doc %{_texmfdistdir}/doc/latex/ecltree/ecltreesample.pdf
%doc %{_texmfdistdir}/doc/latex/ecltree/ecltreesample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1a-3
+ Revision: 487cdaa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19929 |14mr|texlive-eco-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/eco
# catalog-date 2007-09-25 20:45:33 +0200
# catalog-license gpl
# catalog-version 1.3
Name:		texlive-eco
Version:	1.3
Release:	3
Summary:	Oldstyle numerals using EC fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/eco
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eco.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eco.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eco.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of font metric files and virtual fonts for using the EC
fonts with oldstyle numerals. These files can only be used
together with the standard ec fonts. The style file eco.sty is
sufficient to use the eco fonts but if you intend to use other
font families as well, e.g., PostScript fonts, try altfont.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobl3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecobx3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecodh3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoit3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorb3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecorm3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosl3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoso3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoss3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecost3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecosx3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoti3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecott3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui0500.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecoui3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt0600.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt0700.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt0800.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt0900.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt1000.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt1095.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt1200.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt1440.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt1728.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt2074.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt2488.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt2986.tfm
%{_texmfdistdir}/fonts/tfm/public/eco/ecovt3583.tfm
%{_texmfdistdir}/fonts/vf/public/eco/ecobi0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobi3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobl3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecobx3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecodh3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoit3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorb3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecorm3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosi3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosl3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoso3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoss3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecost3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecosx3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoti3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecott3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui0500.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecoui3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovi3583.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt0600.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt0700.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt0800.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt0900.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt1000.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt1095.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt1200.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt1440.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt1728.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt2074.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt2488.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt2986.vf
%{_texmfdistdir}/fonts/vf/public/eco/ecovt3583.vf
%{_texmfdistdir}/tex/latex/eco/T1cmodh.fd
%{_texmfdistdir}/tex/latex/eco/T1cmor.fd
%{_texmfdistdir}/tex/latex/eco/T1cmoss.fd
%{_texmfdistdir}/tex/latex/eco/T1cmott.fd
%{_texmfdistdir}/tex/latex/eco/T1cmovt.fd
%{_texmfdistdir}/tex/latex/eco/eco.sty
%doc %{_texmfdistdir}/doc/fonts/eco/CHANGES
%doc %{_texmfdistdir}/doc/fonts/eco/COPYING
%doc %{_texmfdistdir}/doc/fonts/eco/INSTALL
%doc %{_texmfdistdir}/doc/fonts/eco/README
%doc %{_texmfdistdir}/doc/fonts/eco/VERSION
#- source
%doc %{_texmfdistdir}/source/fonts/eco/TS1.etx
%doc %{_texmfdistdir}/source/fonts/eco/create.sh
%doc %{_texmfdistdir}/source/fonts/eco/dostretch.mtx
%doc %{_texmfdistdir}/source/fonts/eco/ecodh.tex
%doc %{_texmfdistdir}/source/fonts/eco/ecor.tex
%doc %{_texmfdistdir}/source/fonts/eco/ecori.tex
%doc %{_texmfdistdir}/source/fonts/eco/ecoss.tex
%doc %{_texmfdistdir}/source/fonts/eco/ecott.tex
%doc %{_texmfdistdir}/source/fonts/eco/ecovt.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 0a7f2c7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19930 |14mr|texlive-economic-20091125-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16184
# category Package
# catalog-ctan /biblio/bibtex/contrib/economic
# catalog-date 2009-11-25 18:21:28 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-economic
Version:	20091125
Release:	3
Summary:	BibTeX support for submitting to Economics journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/economic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/economic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/economic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle offers macros and BibTeX styles for the American
Economic Review (AER), the American Journal of Agricultural
Economics (AJAE), the Canadian Journal of Economics (CJE), the
European Review of Agricultural Economics (ERAE), the
International Economic Review (IER) and Economica. The macro
sets are based on (and require) the harvard package, and all
provide variations of author-date styles of presentation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/economic/aer.bst
%{_texmfdistdir}/bibtex/bst/economic/aertt.bst
%{_texmfdistdir}/bibtex/bst/economic/agecon.bst
%{_texmfdistdir}/bibtex/bst/economic/ajae.bst
%{_texmfdistdir}/bibtex/bst/economic/apecon.bst
%{_texmfdistdir}/bibtex/bst/economic/cje.bst
%{_texmfdistdir}/bibtex/bst/economic/ecca.bst
%{_texmfdistdir}/bibtex/bst/economic/econometrica-fr.bst
%{_texmfdistdir}/bibtex/bst/economic/econometrica.bst
%{_texmfdistdir}/bibtex/bst/economic/ecta.bst
%{_texmfdistdir}/bibtex/bst/economic/erae.bst
%{_texmfdistdir}/bibtex/bst/economic/ier.bst
%{_texmfdistdir}/bibtex/bst/economic/itaxpf.bst
%{_texmfdistdir}/bibtex/bst/economic/jae.bst
%{_texmfdistdir}/bibtex/bst/economic/jpe.bst
%{_texmfdistdir}/bibtex/bst/economic/jss2.bst
%{_texmfdistdir}/bibtex/bst/economic/oega.bst
%{_texmfdistdir}/bibtex/bst/economic/regstud.bst
%{_texmfdistdir}/bibtex/bst/economic/tandfx.bst
%{_texmfdistdir}/bibtex/bst/economic/worlddev.bst
%{_texmfdistdir}/tex/latex/economic/aer.sty
%{_texmfdistdir}/tex/latex/economic/aertt.sty
%{_texmfdistdir}/tex/latex/economic/agecon.cls
%{_texmfdistdir}/tex/latex/economic/ajae.cls
%{_texmfdistdir}/tex/latex/economic/apecon.cls
%{_texmfdistdir}/tex/latex/economic/cje.sty
%{_texmfdistdir}/tex/latex/economic/ecca.cls
%{_texmfdistdir}/tex/latex/economic/erae.cls
%{_texmfdistdir}/tex/latex/economic/itaxpf.cls
%{_texmfdistdir}/tex/latex/economic/jrurstud.cls
%{_texmfdistdir}/tex/latex/economic/njf.cls
%{_texmfdistdir}/tex/latex/economic/oegatb.cls
%{_texmfdistdir}/tex/latex/economic/pocoec.cls
%{_texmfdistdir}/tex/latex/economic/regstud.cls
%{_texmfdistdir}/tex/latex/economic/worlddev.cls
%doc %{_texmfdistdir}/doc/bibtex/economic/CHANGELOG
%doc %{_texmfdistdir}/doc/bibtex/economic/NEWS
%doc %{_texmfdistdir}/doc/bibtex/economic/README
%doc %{_texmfdistdir}/doc/bibtex/economic/aer-cje-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/aer-cje-ex.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/aer-natbib-ex.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/ajae-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/ajae-ex.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/ajae-ex.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/apecon-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/apecon-ex.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/apecon-ex.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/ecca-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/ecca-ex.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/ecca-ex.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/erae-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/erae-ex.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/erae-ex.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/ier-bib-test.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/ier-bib-test.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/ier-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/itaxpf-ex-title.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/itaxpf-ex-title.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/itaxpf-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/itaxpf-ex.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/itaxpf-ex.tex
%doc %{_texmfdistdir}/doc/bibtex/economic/oegatb-ex.bib
%doc %{_texmfdistdir}/doc/bibtex/economic/oegatb-ex.pdf
%doc %{_texmfdistdir}/doc/bibtex/economic/oegatb-ex.png
%doc %{_texmfdistdir}/doc/bibtex/economic/oegatb-ex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091125-3
+ Revision: 662cd43
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19931 |14mr|texlive-ecv-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24928
# category Package
# catalog-ctan /macros/latex/contrib/ecv
# catalog-date 2011-12-23 14:02:37 +0100
# catalog-license other-free
# catalog-version 0.3
Name:		texlive-ecv
Version:	0.3
Release:	3
Summary:	A fancy Curriculum Vitae class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ecv
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides an environment for creating a fancily laid
out tabular curriculum vitae inspired by the european
curriculum vitae. The distribution comes with a German and an
English template.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ecv/ecv.cls
%{_texmfdistdir}/tex/latex/ecv/ecvEnglish.ldf
%{_texmfdistdir}/tex/latex/ecv/ecvGerman.ldf
%{_texmfdistdir}/tex/latex/ecv/ecvNLS.sty
%doc %{_texmfdistdir}/doc/latex/ecv/COPYING
%doc %{_texmfdistdir}/doc/latex/ecv/README
%doc %{_texmfdistdir}/doc/latex/ecv/docstrip.cfg
%doc %{_texmfdistdir}/doc/latex/ecv/ecv.pdf
%doc %{_texmfdistdir}/doc/latex/ecv/template/CV-template_de.pdf
%doc %{_texmfdistdir}/doc/latex/ecv/template/CV-template_de.tex
%doc %{_texmfdistdir}/doc/latex/ecv/template/CV-template_en.pdf
%doc %{_texmfdistdir}/doc/latex/ecv/template/CV-template_en.tex
%doc %{_texmfdistdir}/doc/latex/ecv/template/Makefile
%doc %{_texmfdistdir}/doc/latex/ecv/template/portrait.eps
#- source
%doc %{_texmfdistdir}/source/latex/ecv/ecv.dtx
%doc %{_texmfdistdir}/source/latex/ecv/ecv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: cb4d769
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19932 |14mr|texlive-ed-1.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25231
# category Package
# catalog-ctan /macros/latex/contrib/ed
# catalog-date 2012-01-29 16:01:54 +0100
# catalog-license lppl1
# catalog-version 1.8
Name:		texlive-ed
Version:	1.8
Release:	2
Summary:	Editorial Notes for LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ed
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ed.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ed.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ed.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package defines a couple of editorial notes that simplify
collaboration on a LaTeX text. These allow authors to annotate
status information in the source. In draft mode, the
annotations are shown for communication, and in publication
mode these are suppressed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ed/ed.sty
%doc %{_texmfdistdir}/doc/latex/ed/Makefile
%doc %{_texmfdistdir}/doc/latex/ed/README
%doc %{_texmfdistdir}/doc/latex/ed/ed.pdf
%doc %{_texmfdistdir}/doc/latex/ed/ed.sty.ltxml
#- source
%doc %{_texmfdistdir}/source/latex/ed/ed.dtx
%doc %{_texmfdistdir}/source/latex/ed/ed.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8-2
+ Revision: 74829cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19933 |14mr|texlive-edfnotes-0.6b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21540
# category Package
# catalog-ctan /macros/latex/contrib/edfnotes
# catalog-date 2011-02-22 21:47:43 +0100
# catalog-license lppl1.3
# catalog-version 0.6b
Name:		texlive-edfnotes
Version:	0.6b
Release:	3
Summary:	Critical annotations to footnotes with ednotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/edfnotes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edfnotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edfnotes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edfnotes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package modifies the annotation commands and label-test
mechanism of the ednotes package so that critical notes appear
on the pages and in the order that one would expect.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/edfnotes/edfnotes.sty
%doc %{_texmfdistdir}/doc/latex/edfnotes/PdUsample.pdf
%doc %{_texmfdistdir}/doc/latex/edfnotes/README
%doc %{_texmfdistdir}/doc/latex/edfnotes/README.pdf
%doc %{_texmfdistdir}/doc/latex/edfnotes/README.txt
%doc %{_texmfdistdir}/doc/latex/edfnotes/SRCFILEs.txt
%doc %{_texmfdistdir}/doc/latex/edfnotes/edfnotes.pdf
#- source
%doc %{_texmfdistdir}/source/latex/edfnotes/README.tex
%doc %{_texmfdistdir}/source/latex/edfnotes/edfnotes.tex
%doc %{_texmfdistdir}/source/latex/edfnotes/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6b-3
+ Revision: f816ea1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19934 |14mr|texlive-edmac-20070102-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/edmac
# catalog-date 2007-01-02 10:01:06 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-edmac
Version:	20070102
Release:	3
Summary:	Typeset scholarly edition
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/edmac
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edmac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edmac.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edmac.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A macro package for typesetting scholarly critical editions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/edmac/edmac.tex
%{_texmfdistdir}/tex/generic/edmac/edmacfss.sty
%{_texmfdistdir}/tex/generic/edmac/edstanza.tex
%{_texmfdistdir}/tex/generic/edmac/tabmac.tex
%doc %{_texmfdistdir}/doc/latex/edmac/COPYRIGHT
%doc %{_texmfdistdir}/doc/latex/edmac/braonain.tex
%doc %{_texmfdistdir}/doc/latex/edmac/copying
%doc %{_texmfdistdir}/doc/latex/edmac/ed-nfss.txt
%doc %{_texmfdistdir}/doc/latex/edmac/edmac.doc
%doc %{_texmfdistdir}/doc/latex/edmac/edstanza.doc
%doc %{_texmfdistdir}/doc/latex/edmac/edszadoc.tex
%doc %{_texmfdistdir}/doc/latex/edmac/features.tex
%doc %{_texmfdistdir}/doc/latex/edmac/readme
#- source
%doc %{_texmfdistdir}/source/latex/edmac/edmac.drv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070102-3
+ Revision: 7dda1f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19935 |14mr|texlive-edmargin-1.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/edmargin
# catalog-date 2008-08-19 08:58:40 +0200
# catalog-license lppl
# catalog-version 1.02
Name:		texlive-edmargin
Version:	1.02
Release:	3
Summary:	Multiple series of endnotes for critical editions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/edmargin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edmargin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edmargin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edmargin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Edmargin provides a very simple scheme for endnote sections for
critical editions. Endnotes can either be marked in the text,
or with marginal references to the page in the note sections
where the note is to be found. Notes can be set in individual
paragraphs, or in block paragraph mode (where there are many
short notes). Note sections will have running headers of the
form "Textual notes to pp. xx--yy". New note sections can be
created on the fly. There are predefined endnote sections for
textual notes, emendations, and explanatory notes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/edmargin/edmargin.sty
%doc %{_texmfdistdir}/doc/latex/edmargin/README
%doc %{_texmfdistdir}/doc/latex/edmargin/edmargin.pdf
#- source
%doc %{_texmfdistdir}/source/latex/edmargin/edmargin.dtx
%doc %{_texmfdistdir}/source/latex/edmargin/edmargin.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.02-3
+ Revision: 1460302
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19936 |14mr|texlive-ednotes-1.3a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/ednotes
# catalog-date 2008-01-07 00:37:03 +0100
# catalog-license lppl
# catalog-version 1.3a
Name:		texlive-ednotes
Version:	1.3a
Release:	3
Summary:	Typeset scholarly editions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ednotes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ednotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ednotes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A macro package for typesetting scholarly critical editions.
Provides macros for critical edition typesetting with LaTeX,
including support for line numbers and layers of footnotes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ednotes/edcntwd0.sty
%{_texmfdistdir}/tex/latex/ednotes/ednotes.sty
%{_texmfdistdir}/tex/latex/ednotes/lblchng1.sty
%{_texmfdistdir}/tex/latex/ednotes/mfparptc.sty
%{_texmfdistdir}/tex/latex/ednotes/mfparxsp.sty
%doc %{_texmfdistdir}/doc/latex/ednotes/CHANGES.txt
%doc %{_texmfdistdir}/doc/latex/ednotes/CHANGING.txt
%doc %{_texmfdistdir}/doc/latex/ednotes/README
%doc %{_texmfdistdir}/doc/latex/ednotes/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/ednotes/README4U.txt
%doc %{_texmfdistdir}/doc/latex/ednotes/READMORE.txt
%doc %{_texmfdistdir}/doc/latex/ednotes/ednotes.pdf
%doc %{_texmfdistdir}/doc/latex/ednotes/ednotes.tex
%doc %{_texmfdistdir}/doc/latex/ednotes/ednotugb.pdf
%doc %{_texmfdistdir}/doc/latex/ednotes/emathtst.tex
%doc %{_texmfdistdir}/doc/latex/ednotes/varnrule.tex
%doc %{_texmfdistdir}/doc/latex/ednotes/visible.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3a-3
+ Revision: 6ff6a7f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19937 |14mr|texlive-eemeir-1.1b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eemeir
# catalog-date 2007-02-20 10:49:06 +0100
# catalog-license lppl
# catalog-version 1.1b
Name:		texlive-eemeir
Version:	1.1b
Release:	3
Summary:	Adjust the gender of words in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eemeir
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eemeir.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eemeir.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eemeir.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines macros for third-person singular pronouns (\E, \Em,
\Eir, \Eirs), which expand differently according to a
masculine/feminine switch. (If the switch is 'masculine', they
would expand to 'he', 'him', 'his' and 'his'; if 'feminine',
they would expand to 'she', 'her', 'her' and 'hers". Apart from
the pronouns, one can define 'word pairs', such as
mother/father, daughter/son, and so on. Gender may be defined
once per document, as an environment, or may be flipped on the
fly.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eemeir/eemeir.sty
%doc %{_texmfdistdir}/doc/latex/eemeir/README
%doc %{_texmfdistdir}/doc/latex/eemeir/eemeir.pdf
#- source
%doc %{_texmfdistdir}/source/latex/eemeir/eemeir.dtx
%doc %{_texmfdistdir}/source/latex/eemeir/eemeir.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1b-3
+ Revision: 9aa9af5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19938 |14mr|texlive-eepic-1.1e-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eepic
# catalog-date 2009-09-25 23:06:49 +0200
# catalog-license pd
# catalog-version 1.1e
Name:		texlive-eepic
Version:	1.1e
Release:	3
Summary:	Extensions to epic and the LaTeX drawing tools
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eepic
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eepic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eepic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Extensions to epic and the LaTeX picture drawing environment,
include the drawing of lines at any slope, the drawing of
circles in any radii, and the drawing of dotted and dashed
lines much faster with much less TeX memory, and providing
several new commands for drawing ellipses, arcs, splines, and
filled circles and ellipses. The package uses tpic \special
commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eepic/eepic.sty
%{_texmfdistdir}/tex/latex/eepic/eepicemu.sty
%{_texmfdistdir}/tex/latex/eepic/epic.sty
%doc %{_texmfdistdir}/doc/latex/eepic/eepic.pdf
%doc %{_texmfdistdir}/doc/latex/eepic/eepic.tex
%doc %{_texmfdistdir}/doc/latex/eepic/epic-eg3.fig
%doc %{_texmfdistdir}/doc/latex/eepic/epic-eg3.tex
%doc %{_texmfdistdir}/doc/latex/eepic/epic-eg4.fig
%doc %{_texmfdistdir}/doc/latex/eepic/epic-eg4.tex
%doc %{_texmfdistdir}/doc/latex/eepic/fig2eepic/epic-eg3.fig
%doc %{_texmfdistdir}/doc/latex/eepic/fig2eepic/epic-eg4.fig
%doc %{_texmfdistdir}/doc/latex/eepic/fig2eepic/fig2epic.1
%doc %{_texmfdistdir}/doc/latex/eepic/fig2eepic/makefile
%doc %{_texmfdistdir}/doc/latex/eepic/fig2eepic/readme
%doc %{_texmfdistdir}/doc/latex/eepic/grafig.shar
%doc %{_texmfdistdir}/doc/latex/eepic/readme

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1e-3
+ Revision: d5692a2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19939 |14mr|texlive-egameps-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/egameps
# catalog-date 2009-11-06 13:29:36 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-egameps
Version:	1.1
Release:	3
Summary:	LaTeX package for typesetting extensive games
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/egameps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/egameps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/egameps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The style is intended to have enough features to draw any
extensive game with relative ease. The facilities of PSTricks
are used for graphics. (An older version of the package, which
uses the LaTeX picture environment rather than PSTricks and
consequently has many fewer features is available on the
package home page.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/egameps/egameps.sty
%doc %{_texmfdistdir}/doc/latex/egameps/README
%doc %{_texmfdistdir}/doc/latex/egameps/egameps.pdf
%doc %{_texmfdistdir}/doc/latex/egameps/egameps.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: fea4812
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19940 |14mr|texlive-egplot-1.02a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20617
# category Package
# catalog-ctan /macros/latex/contrib/egplot
# catalog-date 2010-11-30 14:05:46 +0100
# catalog-license gpl
# catalog-version 1.02a
Name:		texlive-egplot
Version:	1.02a
Release:	3
Summary:	Encapsulate Gnuplot sources in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/egplot
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/egplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/egplot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/egplot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package to encapsulate gnuplot commands in a LaTeX source
file, so that a document's figures are maintained in parallel
with the document source itself.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/egplot/egplot.sty
%doc %{_texmfdistdir}/doc/latex/egplot/egplot.README
%doc %{_texmfdistdir}/doc/latex/egplot/egplot.pdf
%doc %{_texmfdistdir}/doc/latex/egplot/manual.ps.gz
#- source
%doc %{_texmfdistdir}/source/latex/egplot/egplot.drv
%doc %{_texmfdistdir}/source/latex/egplot/egplot.dtx
%doc %{_texmfdistdir}/source/latex/egplot/egplot.ins
%doc %{_texmfdistdir}/source/latex/egplot/egpman.drv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.02a-3
+ Revision: 7a3c7dc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19941 |14mr|texlive-eiad-20081205-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/eiad
# catalog-date 2008-12-05 21:50:47 +0100
# catalog-license noinfo
# catalog-version undef
Name:		texlive-eiad
Version:	20081205
Release:	3
Summary:	Traditional style Irish fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/eiad
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
In both lower and upper case 32 letters are defined (18 'plain'
ones, 5 long vowels and 9 aspirated consonants). The ligature
'agus' is also made available. The remaining characters
(digits, punctuation and accents) are inherited from the
Computer Modern family of fonts. The font definitions use code
from the sauter fonts, so those fonts have to be installed
before using eiad. OT1*.fd files are provided for use with
LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/eiad/eiadb10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadbx10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadbxi10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadbxsl10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadccsc10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadci10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadcr10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadcsc10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadcsl10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadcslc9.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiaddunh10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadff10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadfi10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadfib8.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadi10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiaditt10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadr10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadr12.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadr17.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadsl10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadsltt10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadss10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadssbx10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadssdc10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadssi10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadssq8.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadssqi8.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadtcsc10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadtt10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiadvtt10.mf
%{_texmfdistdir}/fonts/source/public/eiad/eira.mf
%{_texmfdistdir}/fonts/source/public/eiad/eirl.mf
%{_texmfdistdir}/fonts/source/public/eiad/eiru.mf
%{_texmfdistdir}/fonts/source/public/eiad/gaec7cb.mf
%{_texmfdistdir}/fonts/source/public/eiad/gaelach.mf
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadb10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadccsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadci10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadcr10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadcsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadcslc9.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiaddunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadff10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadfi10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadi10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiaditt10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadr10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadr12.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadr17.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadss10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/eiad/eiadvtt10.tfm
%{_texmfdistdir}/tex/latex/eiad/OT1eiad.fd
%{_texmfdistdir}/tex/latex/eiad/OT1eiadcc.fd
%{_texmfdistdir}/tex/latex/eiad/OT1eiadss.fd
%{_texmfdistdir}/tex/latex/eiad/OT1eiadtt.fd
%doc %{_texmfdistdir}/doc/fonts/eiad/Leigh_me.txt
%doc %{_texmfdistdir}/doc/fonts/eiad/amhrawn.pdf
%doc %{_texmfdistdir}/doc/fonts/eiad/amhrawn.tex
%doc %{_texmfdistdir}/doc/fonts/eiad/evening.pdf
%doc %{_texmfdistdir}/doc/fonts/eiad/evening.tex
%doc %{_texmfdistdir}/doc/fonts/eiad/micheal.ps
%doc %{_texmfdistdir}/doc/fonts/eiad/micheal.tex
%doc %{_texmfdistdir}/doc/fonts/eiad/recreat.pdf
%doc %{_texmfdistdir}/doc/fonts/eiad/recreat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081205-3
+ Revision: 0f8e1b9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19942 |14mr|texlive-eiad-ltx-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eiad
# catalog-date 2007-02-06 22:00:42 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-eiad-ltx
Version:	1.0
Release:	3
Summary:	LaTeX support for the eiad font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eiad
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad-ltx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad-ltx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad-ltx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides macros for use of the eiad fonts in OT1 encoding. Also
offers a couple of MetaFont files described in the font
package, but not provided there.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/eiad-ltx/Fbf10.mf
%{_texmfdistdir}/fonts/source/public/eiad-ltx/Fr10.mf
%{_texmfdistdir}/tex/latex/eiad-ltx/eiad.sty
%doc %{_texmfdistdir}/doc/latex/eiad-ltx/README
#- source
%doc %{_texmfdistdir}/source/latex/eiad-ltx/eiad.dtx
%doc %{_texmfdistdir}/source/latex/eiad-ltx/eiad.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: a4fb92a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19943 |14mr|texlive-eijkhout-20090121-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/eijkhout
# catalog-date 2009-01-21 09:11:46 +0100
# catalog-license collection
# catalog-version undef
Name:		texlive-eijkhout
Version:	20090121
Release:	3
Summary:	Victor Eijkhout's packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/eijkhout
License:	COLLECTION
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eijkhout.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Three unrelated packages: - DB_process, to parse and process
database output; - CD_labeler, to typeset user text to fit on a
CD label; and - repeat, a nestable, generic loop macro.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/eijkhout/CD_labeler.tex
%{_texmfdistdir}/tex/generic/eijkhout/CD_labeler_test.tex
%{_texmfdistdir}/tex/generic/eijkhout/DB_process.tex
%{_texmfdistdir}/tex/generic/eijkhout/repeat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090121-3
+ Revision: d06c008
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19944 |14mr|texlive-einfuehrung-20120408-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25980
# category Package
# catalog-ctan /info/examples/Einfuehrung
# catalog-date 2012-04-08 22:46:50 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-einfuehrung
Version:	20120408
Release:	3
Summary:	Examples from the book Einfuhrung in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/Einfuehrung
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/einfuehrung.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/einfuehrung.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The bundle consists of examples and data files for the DANTE-
Edition book "Einfuhrung in LaTeX".

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-01-1.ltxverb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-01-2.xltxverb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-01-3.luaverb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-03-1.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-03-2.ctx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-03-3.ctxcrop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-05-3.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-05-4.lualtx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-05-5.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-05-6.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-05-7.lualtx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-06-4.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-06-5.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-06-6.lualtx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-07-10.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-07-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-07-12.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-07-13.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-07-14.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-07-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-07-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-07-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-07-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-08-3.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-08-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-08-5.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-08-6.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/03-08-7.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-02-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-02-2.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-02-3.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-02-4.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-02-5.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-02-6.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-02-7.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-02-9.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-03-5.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-04-1.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/04-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-01-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-01-2.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-01-3.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-01-4.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-02-1.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-02-10.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-02-11.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-02-12.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-02-13.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-02-2.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-02-3.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-02-5.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-02-6.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-02-7.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-02-8.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-03-1.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-03-12.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-03-2.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-03-4.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-04-11.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-04-12.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-04-13.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-04-14.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-07-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-07-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-07-2.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-07-3.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-07-4.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-07-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-07-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-07-8.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-07-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-08-2.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-09-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-09-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-09-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-09-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-09-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-09-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-09-7.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-09-8.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-09-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-10-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-10-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-10-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-10-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-10-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-10-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-10-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-10-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-10-9.lualtx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-11-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-11-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-11-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-11-12.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-11-13.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-11-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-11-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-11-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-11-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-11-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-11-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-11-8.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-11-9.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-12-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-12-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-12-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-13-1.ltx1
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-13-2.ltx1
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-13-3.ltx1ps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-13-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-13-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-14-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-14-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-14-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-15-1.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-15-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-15-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-15-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/05-16-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-02-1.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-100.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-101.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-102.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-103.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-104.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-105.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-106.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-107.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-108.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-109.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-110.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-111.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-112.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-113.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-114.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-115.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-116.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-117.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-118.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-119.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-120.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-121.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-122.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-123.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-124.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-125.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-126.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-127.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-128.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-129.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-130.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-131.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-132.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-133.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-134.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-135.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-136.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-137.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-15.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-16.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-17.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-18.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-19.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-20.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-21.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-22.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-23.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-24.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-25.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-26.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-27.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-28.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-29.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-30.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-31.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-32.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-33.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-34.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-35.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-36.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-37.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-38.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-39.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-40.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-41.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-42.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-43.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-44.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-45.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-46.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-47.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-48.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-49.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-50.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-51.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-52.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-53.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-54.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-55.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-56.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-57.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-58.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-59.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-60.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-61.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-62.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-63.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-64.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-65.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-66.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-67.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-68.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-69.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-70.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-71.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-72.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-73.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-74.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-75.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-76.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-77.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-78.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-79.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-80.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-81.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-82.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-83.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-84.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-85.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-86.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-87.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-88.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-89.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-90.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-91.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-92.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-93.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-94.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-95.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-96.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-97.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-98.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/06-03-99.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-02-5.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/07-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-02-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-02-2.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-02-3.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-04-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-04-2.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-05-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-05-2.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-05-3.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-05-4.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-05-5.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-05-6.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-05-7.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-06-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-06-10.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-06-11.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-06-12.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-06-13.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-06-2.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-06-3.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-06-4.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-06-5.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-06-6.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-06-7.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-06-8.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-06-9.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-10.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-11.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-12.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-13.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-14.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-15.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-16.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-17.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-18.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-19.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-2.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-20.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-21.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-22.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-23.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-24.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-25.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-26.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-27.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-28.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-29.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-3.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-30.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-31.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-32.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-4.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-5.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-6.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-7.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-8.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-07-9.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-08-10.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-08-11.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-08-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-08-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-08-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-08-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-08-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-08-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-09-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-09-2.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-09-3.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/08-09-4.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-03-8.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-03-9.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-12.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-13.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-14.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-15.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-16.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-17.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-18.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-19.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-20.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-21.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-22.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-23.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-24.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-25.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-26.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-27.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-28.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-29.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-30.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-31.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-32.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-33.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-34.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-35.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-36.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-37.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-38.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-39.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-40.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-41.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-42.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-43.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-44.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-45.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-46.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-47.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-48.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-49.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-06-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-12.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-13.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-14.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-15.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-16.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-17.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-18.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-19.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-20.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-21.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-22.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-23.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-24.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-25.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-26.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-27.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-28.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-29.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-30.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-31.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-32.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-33.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-34.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-35.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-36.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-37.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-38.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-39.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-40.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-41.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-42.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-43.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-44.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-45.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-46.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-47.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-48.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-49.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-50.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-51.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-52.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-53.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-54.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-55.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-56.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-57.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-58.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-59.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-60.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-61.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-62.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-63.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-64.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-65.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-07-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-12.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-13.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-14.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-15.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-16.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-17.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-18.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-19.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-20.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-21.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-22.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-23.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-24.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-25.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-26.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-27.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-28.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-29.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-30.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-31.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-32.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-33.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-34.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-35.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-36.ltx4
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-37.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-38.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-39.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-40.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-41.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-42.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-43.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-44.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-45.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-46.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/09-08-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-01-2.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-01-3.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-05-1.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-05-2.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-05-3.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-05-4.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-06-1.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-10.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-11.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-12.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-13.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-14.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-15.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-16.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-17.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-18.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-19.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-2.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-20.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-21.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-22.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-23.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-24.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-25.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-26.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-27.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-28.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-29.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-3.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-30.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-31.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-32.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-7.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-07-9.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-08-10.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-08-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-08-2.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-08-3.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-08-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-08-5.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-08-6.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-08-7.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-08-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/10-08-9.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-12.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-13.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-14.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-15.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-16.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-17.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-18.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-19.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-20.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-21.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-22.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-23.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-05-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-06-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-06-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-06-12.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-06-13.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-06-14.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-06-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-06-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-06-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-06-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/11-07-1.lualtx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-01-1.xinl
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-01-10.xinl
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-01-11.xinl
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-01-12.xinl
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-01-13.xinl
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-01-2.xinl
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-01-3.xinl
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-01-4.xinl
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-01-5.xinl
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-01-6.xinl
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-01-7.xinl
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-01-8.xinl
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-01-9.xinl
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-1.sh
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-10.lualtx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-11.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-12.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-13.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-14.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-15.lualtx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-16.lualtx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-17.lualtx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-18.lualtx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-2.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-3.sh
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-4.sh
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-5.lualtx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-6.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-7.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-8.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/12-04-9.lualtx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-01-1.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-01-2.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-01-3.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-01-4.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-1.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-10.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-11.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-12.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-13.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-14.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-15.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-16.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-17.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-18.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-19.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-2.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-20.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-3.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-4.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-5.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-6.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-7.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-8.ltxbps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-02-9.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-03-1.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-03-10.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-03-11.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-03-2.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-03-3.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-03-4.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-03-5.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-03-6.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-03-7.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-03-8.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-03-9.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-04-1.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-04-2.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-05-1.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-05-2.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-05-3.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-05-4.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-06-1.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-06-2.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-07-1.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/13-07-2.ltxb
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-01-8.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-10.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-15.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-16.ltx2crop
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/14-05-1.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-1.mp3
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-10.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-11.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-12.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-13.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-14.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-15.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-16.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-17.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-18.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-19.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-2.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-20.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-21.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-22.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-23.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-24.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-25.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-26.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-27.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-28.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-29.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-30.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-31.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-32.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-33.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-34.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-35.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-36.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-37.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-38.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-39.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-4.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-40.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-41.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-42.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-43.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-44.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-45.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-46.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-47.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-48.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-49.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-5.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-50.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-51.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-52.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-53.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-54.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-55.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-56.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-57.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-58.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-59.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-6.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-60.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-61.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-62.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-63.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-64.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-65.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-66.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-67.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-68.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-69.mp2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-7.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-8.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-02-9.mp
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-1.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-10.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-11.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-12.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-13.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-14.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-15.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-16.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-17.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-18.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-19.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-2.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-20.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-21.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-22.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-23.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-24.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-25.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-26.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-27.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-28.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-29.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-3.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-30.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-31.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-32.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-33.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-34.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-35.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-36.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-37.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-38.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-39.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-4.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-40.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-41.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-42.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-43.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-44.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-45.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-46.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-47.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-48.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-49.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-5.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-50.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-51.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-6.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-7.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-8.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-03-9.ltxps
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-11.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-12.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-13.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-14.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-15.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-16.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-17.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-18.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-19.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-20.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-21.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-22.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-23.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-24.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-25.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-26.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-27.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-28.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-29.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-30.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-31.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-32.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-33.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-34.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-35.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-36.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-37.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-38.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-39.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-40.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-41.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-42.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-43.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-44.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-45.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-46.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-47.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-48.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-49.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-50.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-51.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-52.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-53.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-54.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-55.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-56.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-57.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-58.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-59.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-60.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-61.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-62.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-63.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-64.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-65.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-66.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-67.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-68.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-69.ltx4
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-70.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-71.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-72.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-73.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-74.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-75.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-76.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-77.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-78.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-79.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-80.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/15-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/A-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/A-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/A-04-1.ltx2
%doc %{_texmfdistdir}/doc/latex/einfuehrung/A-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/A-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/A-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/A-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/A-12-1.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/A-12-2.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/A-12-3.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/A-12-4.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/A-12-5.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/A-12-6.ltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/B.pdf
%doc %{_texmfdistdir}/doc/latex/einfuehrung/CTdefault.tex
%doc %{_texmfdistdir}/doc/latex/einfuehrung/DEexa.sty
%doc %{_texmfdistdir}/doc/latex/einfuehrung/DEoptions.sty
%doc %{_texmfdistdir}/doc/latex/einfuehrung/Letter.ist
%doc %{_texmfdistdir}/doc/latex/einfuehrung/LetterC.ist
%doc %{_texmfdistdir}/doc/latex/einfuehrung/LoadFonts.tex
%doc %{_texmfdistdir}/doc/latex/einfuehrung/README
%doc %{_texmfdistdir}/doc/latex/einfuehrung/UTF8.bib
%doc %{_texmfdistdir}/doc/latex/einfuehrung/VerbatimOut.xltx
%doc %{_texmfdistdir}/doc/latex/einfuehrung/beispiel.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/biblatex-examples.bib
%doc %{_texmfdistdir}/doc/latex/einfuehrung/bspcalweekly.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/bspdvdcoll.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/bspfont.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/bsppstricks.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/data0.csv
%doc %{_texmfdistdir}/doc/latex/einfuehrung/data1T.csv
%doc %{_texmfdistdir}/doc/latex/einfuehrung/de-examples-dw.bib
%doc %{_texmfdistdir}/doc/latex/einfuehrung/demo.ist
%doc %{_texmfdistdir}/doc/latex/einfuehrung/demo11.bib
%doc %{_texmfdistdir}/doc/latex/einfuehrung/demo4.bib
%doc %{_texmfdistdir}/doc/latex/einfuehrung/demo5.bib
%doc %{_texmfdistdir}/doc/latex/einfuehrung/demo6.bib
%doc %{_texmfdistdir}/doc/latex/einfuehrung/demo7.bib
%doc %{_texmfdistdir}/doc/latex/einfuehrung/doc_data.txt
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exa-fontconfig.tex
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exaarticle.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exaarticle2.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exaartplain.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exabeamer.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exabook.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exabook2.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exadante.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exafoils.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exafubeamer.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exafupd.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/examargin.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/examemoir.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/examinimal-mathsymbols.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/examinimal.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/examples-dw.bib
%doc %{_texmfdistdir}/doc/latex/einfuehrung/examples.bib
%doc %{_texmfdistdir}/doc/latex/einfuehrung/examplesA.bib
%doc %{_texmfdistdir}/doc/latex/einfuehrung/examplesB.bib
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exapd.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exaprosper.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exareport.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exaseminar.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exaslidenotes.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exasymbol.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/exaxetex.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/fontDemo-E.tex
%doc %{_texmfdistdir}/doc/latex/einfuehrung/fontDemo.tex
%doc %{_texmfdistdir}/doc/latex/einfuehrung/foo.lua
%doc %{_texmfdistdir}/doc/latex/einfuehrung/mpxerr.tex
%doc %{_texmfdistdir}/doc/latex/einfuehrung/myModuleB.xdy
%doc %{_texmfdistdir}/doc/latex/einfuehrung/myModuleC.xdy
%doc %{_texmfdistdir}/doc/latex/einfuehrung/myModuleE.xdy
%doc %{_texmfdistdir}/doc/latex/einfuehrung/myModuleF.xdy
%doc %{_texmfdistdir}/doc/latex/einfuehrung/myModuleG.xdy
%doc %{_texmfdistdir}/doc/latex/einfuehrung/myModuleH.xdy
%doc %{_texmfdistdir}/doc/latex/einfuehrung/myModuleI.xdy
%doc %{_texmfdistdir}/doc/latex/einfuehrung/plainDemo.bst
%doc %{_texmfdistdir}/doc/latex/einfuehrung/preamble.tex
%doc %{_texmfdistdir}/doc/latex/einfuehrung/screxa.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/screxabook.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/screxareport.cls
%doc %{_texmfdistdir}/doc/latex/einfuehrung/tab.tex
%doc %{_texmfdistdir}/doc/latex/einfuehrung/tabelle1.tex
%doc %{_texmfdistdir}/doc/latex/einfuehrung/textdemo.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120408-3
+ Revision: bf93adb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19945 |14mr|texlive-ejpecp-0.5772-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25092
# category Package
# catalog-ctan /macros/latex/contrib/ejpecp
# catalog-date 2012-01-10 16:50:30 +0100
# catalog-license lppl1.2
# catalog-version 0.5772
Name:		texlive-ejpecp
Version:	0.5772
Release:	4
Summary:	Class for EJP and ECP
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ejpecp
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ejpecp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ejpecp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ejpecp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is designed for typesetting articles for the
mathematical research periodicals Electronic Journal of
Probability (EJP) and Electronic Communications in Probability
(ECP).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ejpecp/ejpecp.cls
%doc %{_texmfdistdir}/doc/latex/ejpecp/LPPL
%doc %{_texmfdistdir}/doc/latex/ejpecp/README
%doc %{_texmfdistdir}/doc/latex/ejpecp/ejpecp.pdf
%doc %{_texmfdistdir}/doc/latex/ejpecp/mgetmref.py
%doc %{_texmfdistdir}/doc/latex/ejpecp/sample.pdf
%doc %{_texmfdistdir}/doc/latex/ejpecp/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/ejpecp/ejpecp.dtx
%doc %{_texmfdistdir}/source/latex/ejpecp/ejpecp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5772-4
+ Revision: ef25662
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19946 |14mr|texlive-elbioimp-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21758
# category Package
# catalog-ctan /macros/latex/contrib/elbioimp
# catalog-date 2011-03-18 18:22:40 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-elbioimp
Version:	1.2
Release:	3
Summary:	A LaTeX document class for the Journal of Electrical Bioimpedance
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/elbioimp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elbioimp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elbioimp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elbioimp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A new document class for writing articles to the Journal of
Electrical Bioimpedance.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/elbioimp/elbioimp.cls
%doc %{_texmfdistdir}/doc/latex/elbioimp/Makefile
%doc %{_texmfdistdir}/doc/latex/elbioimp/README
%doc %{_texmfdistdir}/doc/latex/elbioimp/elbioimp-basis.tex
%doc %{_texmfdistdir}/doc/latex/elbioimp/elbioimp.pdf
%doc %{_texmfdistdir}/doc/latex/elbioimp/test-bib.bib
%doc %{_texmfdistdir}/doc/latex/elbioimp/test-ill.png
%doc %{_texmfdistdir}/doc/latex/elbioimp/test1.tex
#- source
%doc %{_texmfdistdir}/source/latex/elbioimp/elbioimp.dtx
%doc %{_texmfdistdir}/source/latex/elbioimp/elbioimp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 47cf55a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19947 |14mr|texlive-electrum-1.005b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19705
# category Package
# catalog-ctan /fonts/electrumadf
# catalog-date 2010-07-28 12:27:25 +0200
# catalog-license other-free
# catalog-version 1.005-b
Name:		texlive-electrum
Version:	1.005b
Release:	3
Summary:	Electrum ADF fonts collection
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/electrumadf
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/electrum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/electrum.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/electrum.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Electrum ADF is a slab-serif font featuring optical and italic
small-caps; additional ligatures and an alternate Q; lining,
hanging, inferior and superior digits; and four weights. The
fonts are provided in Adobe Type 1 format and the support
material enables use with LaTeX. Licence is mixed: LPPL for
LaTeX support; GPL with font exception for the fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yesb8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yesbo8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yesl8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yeslo8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yesr8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yesro8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yess8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/electrum/yesso8a.afm
%{_texmfdistdir}/fonts/enc/dvips/electrum/supp-yes.enc
%{_texmfdistdir}/fonts/map/dvips/electrum/yes.map
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb08c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb08t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb0o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb0o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb18c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb18t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb1o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb1o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesb8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbcj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbcjo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbcjow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbcjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbco8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbcow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbcw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbj8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbjo8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbjo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbjow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbo8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbo8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbo8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesbw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl08c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl08t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl0o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl0o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl18c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl18t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl1o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl1o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesl8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslcj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslcjo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslcjow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslcjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslco8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslcow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslcw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslj8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesljo8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesljo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesljow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesljw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslo8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslo8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslo8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yeslw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr08c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr08t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr0o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr0o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr18c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr18t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr1o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr1o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesr8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrcj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrcjo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrcjow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrcjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrco8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrcow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrcw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrj8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrjo8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrjo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrjow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesro8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesro8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesro8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesro8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesrw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess08c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess08t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess0o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess0o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess18c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess18t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess1o8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess1o8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yess8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesscj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesscjo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesscjow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesscjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessco8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesscow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesscw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessj8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessjo8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessjo8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessjow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesso8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesso8r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesso8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yesso8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessow8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/electrum/yessw8t.tfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesb8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesb8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesbo8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesbo8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesl8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesl8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yeslo8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yeslo8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesr8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesr8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesro8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesro8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yess8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yess8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesso8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/electrum/yesso8a.pfm
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb08c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb08t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb0o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb0o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb18c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb18t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb1o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb1o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesb8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbcj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbcjo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbcjow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbcjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbco8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbcow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbcw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbj8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbjo8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbjo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbjow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbo8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesbw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl08c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl08t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl0o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl0o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl18c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl18t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl1o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl1o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesl8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslcj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslcjo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslcjow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslcjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslco8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslcow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslcw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslj8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesljo8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesljo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesljow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesljw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslo8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yeslw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr08c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr08t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr0o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr0o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr18c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr18t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr1o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr1o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesr8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrcj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrcjo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrcjow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrcjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrco8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrcow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrcw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrj8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrjo8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrjo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrjow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesro8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesro8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesrw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess08c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess08t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess0o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess0o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess18c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess18t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess1o8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess1o8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yess8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesscj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesscjo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesscjow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesscjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessco8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesscow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesscw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessj8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessjo8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessjo8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessjow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesso8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yesso8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessow8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/electrum/yessw8t.vf
%{_texmfdistdir}/tex/latex/electrum/electrum.sty
%{_texmfdistdir}/tex/latex/electrum/t1yes.fd
%{_texmfdistdir}/tex/latex/electrum/t1yes0.fd
%{_texmfdistdir}/tex/latex/electrum/t1yes1.fd
%{_texmfdistdir}/tex/latex/electrum/t1yesj.fd
%{_texmfdistdir}/tex/latex/electrum/t1yesjw.fd
%{_texmfdistdir}/tex/latex/electrum/t1yesw.fd
%{_texmfdistdir}/tex/latex/electrum/ts1yes.fd
%{_texmfdistdir}/tex/latex/electrum/ts1yes0.fd
%{_texmfdistdir}/tex/latex/electrum/ts1yes1.fd
%{_texmfdistdir}/tex/latex/electrum/ts1yesj.fd
%{_texmfdistdir}/tex/latex/electrum/ts1yesjw.fd
%{_texmfdistdir}/tex/latex/electrum/ts1yesw.fd
%doc %{_texmfdistdir}/doc/fonts/electrum/COPYING
%doc %{_texmfdistdir}/doc/fonts/electrum/NOTICE.txt
%doc %{_texmfdistdir}/doc/fonts/electrum/README
%doc %{_texmfdistdir}/doc/fonts/electrum/electrumadf.pdf
%doc %{_texmfdistdir}/doc/fonts/electrum/electrumadf.tex
%doc %{_texmfdistdir}/doc/fonts/electrum/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/electrum/build-ttsc.mtx
%doc %{_texmfdistdir}/source/fonts/electrum/dotsc2.etx
%doc %{_texmfdistdir}/source/fonts/electrum/dotscbuild.mtx
%doc %{_texmfdistdir}/source/fonts/electrum/dotscmisc.mtx
%doc %{_texmfdistdir}/source/fonts/electrum/newlatin-dotsc.mtx
%doc %{_texmfdistdir}/source/fonts/electrum/reglyph-yes.tex
%doc %{_texmfdistdir}/source/fonts/electrum/supp-yes.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1-dotinferior.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1-dotsuperior.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1-yes.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1-yesw-sc.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1-yesw.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1j-yes.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1j-yesw-sc.etx
%doc %{_texmfdistdir}/source/fonts/electrum/t1j-yesw.etx
%doc %{_texmfdistdir}/source/fonts/electrum/ts1-dotinferior.etx
%doc %{_texmfdistdir}/source/fonts/electrum/ts1-dotoldstyle-yes.etx
%doc %{_texmfdistdir}/source/fonts/electrum/ts1-dotsuperior.etx
%doc %{_texmfdistdir}/source/fonts/electrum/ts1-yes.etx
%doc %{_texmfdistdir}/source/fonts/electrum/yes-drv.tex
%doc %{_texmfdistdir}/source/fonts/electrum/yes-map.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.005b-3
+ Revision: 00915a7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19948 |14mr|texlive-eledform-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27922
# category Package
# catalog-ctan /macros/latex/contrib/eledform
# catalog-date 2012-10-08 11:45:11 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-eledform
Version:	1.0
Release:	7
Summary:	Define textual variants
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eledform
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eledform.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eledform.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eledform.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to formalize textual variants in
critical editions typeset using eledmac.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eledform/eledform.sty
%doc %{_texmfdistdir}/doc/latex/eledform/README.md
%doc %{_texmfdistdir}/doc/latex/eledform/eledform.pdf
%doc %{_texmfdistdir}/doc/latex/eledform/example.pdf
%doc %{_texmfdistdir}/doc/latex/eledform/example.tex
%doc %{_texmfdistdir}/doc/latex/eledform/include/stemma.tex
%doc %{_texmfdistdir}/doc/latex/eledform/makefile
#- source
%doc %{_texmfdistdir}/source/latex/eledform/eledform.dtx
%doc %{_texmfdistdir}/source/latex/eledform/eledform.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-7
+ Revision: 59c297e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19949 |14mr|texlive-eledmac-1.10.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33080
# category Package
# catalog-ctan /macros/latex/contrib/eledmac
# catalog-date 2014-03-02 00:04:31 +0100
# catalog-license lppl
# catalog-version 1.10.1
Name:		texlive-eledmac
Version:	1.10.1
Release:	2
Summary:	Typeset scholarly editions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eledmac
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eledmac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eledmac.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eledmac.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for typesetting scholarly critical editions,
replacing the established ledmac package. Ledmac itself was a
LaTeX port of the plain TeX EDMAC macros. The package supports
indexing by page and by line numbers, and simple tabular- and
array-style environments. The package is distributed with the
related eledpar package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eledmac/eledmac.sty
%{_texmfdistdir}/tex/latex/eledmac/eledpar.sty
%doc %{_texmfdistdir}/doc/latex/eledmac/Makefile
%doc %{_texmfdistdir}/doc/latex/eledmac/README
%doc %{_texmfdistdir}/doc/latex/eledmac/eledmac.pdf
%doc %{_texmfdistdir}/doc/latex/eledmac/eledpar.pdf
#- source
%doc %{_texmfdistdir}/source/latex/eledmac/eledmac.dtx
%doc %{_texmfdistdir}/source/latex/eledmac/eledmac.ins
%doc %{_texmfdistdir}/source/latex/eledmac/eledpar.dtx
%doc %{_texmfdistdir}/source/latex/eledmac/eledpar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10.1-2
+ Revision: eb14d3b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19950 |14mr|texlive-ellipsis-20070102-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ellipsis
# catalog-date 2007-01-02 01:17:18 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-ellipsis
Version:	20070102
Release:	3
Summary:	Fix uneven spacing around ellipses in LaTeX text mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ellipsis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ellipsis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ellipsis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ellipsis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a simple package that fixes a problem in the way LaTeX
handles ellipses: it always puts a tiny bit more space after
\dots in text mode than before it, which results in the
ellipsis being off-center when used between two words.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ellipsis/ellipsis.sty
%doc %{_texmfdistdir}/doc/latex/ellipsis/README
%doc %{_texmfdistdir}/doc/latex/ellipsis/ellipsis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ellipsis/ellipsis.dtx
%doc %{_texmfdistdir}/source/latex/ellipsis/ellipsis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070102-3
+ Revision: 092482c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19951 |14mr|texlive-elmath-v1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/elmath
# catalog-date 2007-05-25 16:15:27 +0200
# catalog-license lppl
# catalog-version v1.2
Name:		texlive-elmath
Version:	v1.2
Release:	3
Summary:	Mathematics in Greek texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/elmath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elmath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elmath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package has been designed to facilitate the use of Greek
letters in mathematical mode. The package allows one to
directly type in Greek letters (in ISO 8859-7 encoding) in math
mode.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/elmath/elmath.sty
%doc %{_texmfdistdir}/doc/latex/elmath/elmath.pdf
#- source
%doc %{_texmfdistdir}/source/latex/elmath/elmath.dtx
%doc %{_texmfdistdir}/source/latex/elmath/elmath.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.2-3
+ Revision: 14156e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19952 |14mr|texlive-elpres-v0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/elpres
# catalog-date 2007-05-25 16:15:27 +0200
# catalog-license lppl
# catalog-version v0.3
Name:		texlive-elpres
Version:	v0.3
Release:	3
Summary:	A simple class for electronic presentations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/elpres
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elpres.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elpres.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Elpres is a simple class for electronic presentations to be
shown on screen or a beamer. Elpres is derived from article.cls
and may be used with LaTeX or pdfLaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/elpres/elpres.cls
%doc %{_texmfdistdir}/doc/latex/elpres/elpres-example.tex
%doc %{_texmfdistdir}/doc/latex/elpres/elpres-manual.pdf
%doc %{_texmfdistdir}/doc/latex/elpres/elpres-manual.tex
%doc %{_texmfdistdir}/doc/latex/elpres/gradient1.png
%doc %{_texmfdistdir}/doc/latex/elpres/gradient2.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.3-3
+ Revision: f886197
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19953 |14mr|texlive-elsarticle-1.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/elsarticle
# catalog-date 2009-09-18 14:01:48 +0200
# catalog-license lppl1.2
# catalog-version 1.20
Name:		texlive-elsarticle
Version:	1.20
Release:	3
Summary:	Class for articles for submission to Elsevier journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/elsarticle
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elsarticle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elsarticle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elsarticle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is for typeset journal articles, is accepted for
submitted articles, both in Elsevier's electronic submission
system and elsewhere. It replaces the 10-year-old class elsart.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/elsarticle/elsarticle-harv.bst
%{_texmfdistdir}/bibtex/bst/elsarticle/elsarticle-num-names.bst
%{_texmfdistdir}/bibtex/bst/elsarticle/elsarticle-num.bst
%{_texmfdistdir}/tex/latex/elsarticle/elsarticle.cls
%doc %{_texmfdistdir}/doc/latex/elsarticle/README
%doc %{_texmfdistdir}/doc/latex/elsarticle/els-1p.pdf
%doc %{_texmfdistdir}/doc/latex/elsarticle/els-3pd.pdf
%doc %{_texmfdistdir}/doc/latex/elsarticle/els1.pdf
%doc %{_texmfdistdir}/doc/latex/elsarticle/els2.pdf
%doc %{_texmfdistdir}/doc/latex/elsarticle/elsarticle-template-harv.tex
%doc %{_texmfdistdir}/doc/latex/elsarticle/elsarticle-template-num.tex
%doc %{_texmfdistdir}/doc/latex/elsarticle/elsdoc.pdf
%doc %{_texmfdistdir}/doc/latex/elsarticle/elsdoc.tex
%doc %{_texmfdistdir}/doc/latex/elsarticle/jfigs.pdf
%doc %{_texmfdistdir}/doc/latex/elsarticle/makefile
%doc %{_texmfdistdir}/doc/latex/elsarticle/manifest.txt
%doc %{_texmfdistdir}/doc/latex/elsarticle/pdfwidgets.sty
%doc %{_texmfdistdir}/doc/latex/elsarticle/rvdtx.sty
#- source
%doc %{_texmfdistdir}/source/latex/elsarticle/elsarticle.dtx
%doc %{_texmfdistdir}/source/latex/elsarticle/elsarticle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20-3
+ Revision: 91fc2d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19954 |14mr|texlive-elteikthesis-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22513
# category Package
# catalog-ctan /macros/latex/contrib/elteikthesis
# catalog-date 2011-05-17 17:52:56 +0200
# catalog-license lppl1.2
# catalog-version 1.2
Name:		texlive-elteikthesis
Version:	1.2
Release:	3
Summary:	Thesis class for ELTE University Informatics wing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/elteikthesis
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elteikthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elteikthesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elteikthesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is not an official University class, and has not been
approved by the University.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/elteikthesis/elteikthesis.cls
%doc %{_texmfdistdir}/doc/latex/elteikthesis/README
%doc %{_texmfdistdir}/doc/latex/elteikthesis/elteikthesis.pdf
%doc %{_texmfdistdir}/doc/latex/elteikthesis/example.pdf
%doc %{_texmfdistdir}/doc/latex/elteikthesis/example.tex
%doc %{_texmfdistdir}/doc/latex/elteikthesis/pics/eltecimerszines.eps
%doc %{_texmfdistdir}/doc/latex/elteikthesis/pics/eltecimerszines.jpg
#- source
%doc %{_texmfdistdir}/source/latex/elteikthesis/elteikthesis.dtx
%doc %{_texmfdistdir}/source/latex/elteikthesis/elteikthesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 25db5e5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19955 |14mr|texlive-eltex-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eltex
# catalog-date 2009-11-09 17:57:09 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-eltex
Version:	2.0
Release:	3
Summary:	Simple circuit diagrams in LaTeX picture mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eltex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eltex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eltex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The macros enable the user to draw simple circuit diagrams in
the picture environment, with no need of special resources. The
macros are appropriate for drawing for school materials. The
circuit symbols accord to the various parts of the standard IEC
617.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eltex/eltex1.tex
%{_texmfdistdir}/tex/latex/eltex/eltex2.tex
%{_texmfdistdir}/tex/latex/eltex/eltex3.tex
%{_texmfdistdir}/tex/latex/eltex/eltex4.tex
%{_texmfdistdir}/tex/latex/eltex/eltex5.tex
%{_texmfdistdir}/tex/latex/eltex/eltex6.tex
%{_texmfdistdir}/tex/latex/eltex/eltex7.tex
%doc %{_texmfdistdir}/doc/latex/eltex/README
%doc %{_texmfdistdir}/doc/latex/eltex/man_en.pdf
%doc %{_texmfdistdir}/doc/latex/eltex/man_en.tex
%doc %{_texmfdistdir}/doc/latex/eltex/pri_cz.pdf
%doc %{_texmfdistdir}/doc/latex/eltex/pri_cz.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: c2394ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19956 |14mr|texlive-elvish-20080419-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/elvish
# catalog-date 2008-04-19 23:11:03 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-elvish
Version:	20080419
Release:	3
Summary:	Fonts for typesetting Tolkien Elvish scripts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/elvish
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elvish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elvish.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides fonts for Cirth (cirth.mf, etc.) and for
Tengwar (teng10.mf). The Tengwar fonts are supported by macros
in teng.tex, or by the (better documented) tengtex package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/elvish/cirth.mf
%{_texmfdistdir}/fonts/source/public/elvish/teng10.mf
%{_texmfdistdir}/fonts/source/public/elvish/tengdev.mf
%{_texmfdistdir}/fonts/source/public/elvish/tengmacs.mf
%{_texmfdistdir}/fonts/source/public/elvish/tengmain.mf
%{_texmfdistdir}/fonts/source/public/elvish/tengsecs.mf
%{_texmfdistdir}/fonts/source/public/elvish/tengteht.mf
%{_texmfdistdir}/fonts/tfm/public/elvish/cirth.tfm
%{_texmfdistdir}/fonts/tfm/public/elvish/teng10.tfm
%doc %{_texmfdistdir}/doc/fonts/elvish/README
%doc %{_texmfdistdir}/doc/fonts/elvish/teng.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080419-3
+ Revision: 99bf08d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19957 |14mr|texlive-emarks-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24504
# category Package
# catalog-ctan /macros/latex/contrib/emarks
# catalog-date 2011-11-03 08:30:49 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-emarks
Version:	1.0
Release:	3
Summary:	Named mark registers with e-TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/emarks
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emarks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emarks.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emarks.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
E-TeX provides 32 768 mark registers; using this facility is
far more comfortable than LaTeX tricks with \markright,
\markboth, \leftmark and \rightmark. The package provides two
commands for marking: \marksthe and \marksthecs, which have *
forms which disable expansion; new mark registers are allocated
as needed. Syntax is closely modelled on the \marks primitive.
Four commands are provided for retrieving the marks registers'
content: \thefirstmarks, \thebotmarks, thetopmarks and
\getthemarks; and the command \ifmarksequal is available for
comparing the content of marks registers. The package requires
an e-TeX-enabled engine, and the etex package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/emarks/emarks.sty
%doc %{_texmfdistdir}/doc/latex/emarks/Fingerprint.jpg
%doc %{_texmfdistdir}/doc/latex/emarks/README
%doc %{_texmfdistdir}/doc/latex/emarks/emarks-fingerprint.png
%doc %{_texmfdistdir}/doc/latex/emarks/emarks.pdf
#- source
%doc %{_texmfdistdir}/source/latex/emarks/emarks.drv
%doc %{_texmfdistdir}/source/latex/emarks/emarks.dtx
%doc %{_texmfdistdir}/source/latex/emarks/emarks.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: ac45955
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19958 |14mr|texlive-embedall-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31903
# category Package
# catalog-ctan /macros/latex/contrib/embedall
# catalog-date 2013-10-14 16:22:06 +0200
# catalog-license lppl1.2
# catalog-version 1.0
Name:		texlive-embedall
Version:	1.0
Release:	6
Summary:	Embed source files into the generated PDF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/embedall
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/embedall.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/embedall.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/embedall.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of storing a project, without
losing anything. It uses the embedfile package to attach to the
generated PDF all files used in creating your project. In
particular, it can embed images, external TeX files, external
codes and.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/embedall/embedall.sty
%doc %{_texmfdistdir}/doc/latex/embedall/embedall.pdf
#- source
%doc %{_texmfdistdir}/source/latex/embedall/embedall.dtx
%doc %{_texmfdistdir}/source/latex/embedall/embedall.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: b6a5d31
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19959 |14mr|texlive-embrac-0.1b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27178
# category Package
# catalog-ctan /macros/latex/contrib/embrac
# catalog-date 2012-07-24 16:08:54 +0200
# catalog-license lppl1.3
# catalog-version 0.1b
Name:		texlive-embrac
Version:	0.1b
Release:	2
Summary:	Upright brackets in emphasised text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/embrac
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/embrac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/embrac.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package redefines the commands \emph and \textit so that
parentheses and square brackets are typeset in an upright font
in their arguments. The package requires expl3 from the
l3kernel bundle, and xparse and l3keys2e from the l3packages
bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/embrac/embrac.sty
%doc %{_texmfdistdir}/doc/latex/embrac/README
%doc %{_texmfdistdir}/doc/latex/embrac/embrac_en.pdf
%doc %{_texmfdistdir}/doc/latex/embrac/embrac_en.tex
%doc %{_texmfdistdir}/doc/latex/embrac/embrac_kerning_test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1b-2
+ Revision: 94a8225
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19960 |14mr|texlive-emp-20110807-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23483
# category Package
# catalog-ctan /macros/latex/contrib/emp
# catalog-date 2011-08-07 01:10:30 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-emp
Version:	20110807
Release:	3
Summary:	"Encapsulate" MetaPost figures in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/emp
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Emp is a package for encapsulating MetaPost figures in LaTeX:
the package provides environments where you can place MetaPost
commands, and means of using that code as fragments for
building up figures to include in your document. So, with emp,
the procedure is to run your document with LaTeX, run MetaPost,
and then complete running your document in the normal way. Emp
is therefore useful for keeping illustrations in synchrony with
the text. It also frees you from inventing descriptive names
for PostScript files that fit into the confines of file system
conventions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/emp/emp.sty
%doc %{_texmfdistdir}/doc/latex/emp/COPYING
%doc %{_texmfdistdir}/doc/latex/emp/Makefile
%doc %{_texmfdistdir}/doc/latex/emp/README
%doc %{_texmfdistdir}/doc/latex/emp/emp.pdf
%doc %{_texmfdistdir}/doc/latex/emp/empman.pdf
#- source
%doc %{_texmfdistdir}/source/latex/emp/emp.drv
%doc %{_texmfdistdir}/source/latex/emp/emp.dtx
%doc %{_texmfdistdir}/source/latex/emp/emp.ins
%doc %{_texmfdistdir}/source/latex/emp/empman.drv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110807-3
+ Revision: c12832c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19961 |14mr|texlive-emptypage-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18064
# category Package
# catalog-ctan /macros/latex/contrib/emptypage
# catalog-date 2010-04-30 19:49:05 +0200
# catalog-license lppl1.2
# catalog-version 1.2
Name:		texlive-emptypage
Version:	1.2
Release:	3
Summary:	Make empty pages really empty
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/emptypage
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emptypage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emptypage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emptypage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package prevents page numbers and headings from appearing
on empty pages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/emptypage/emptypage.sty
%doc %{_texmfdistdir}/doc/latex/emptypage/README
%doc %{_texmfdistdir}/doc/latex/emptypage/emptypage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/emptypage/emptypage.dtx
%doc %{_texmfdistdir}/source/latex/emptypage/emptypage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: e3665ae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19962 |14mr|texlive-emulateapj-20121205-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28469
# category Package
# catalog-ctan /macros/latex/contrib/emulateapj
# catalog-date 2012-12-05 13:33:41 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-emulateapj
Version:	20121205
Release:	6
Summary:	Produce output similar to that of APJ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/emulateapj
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emulateapj.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emulateapj.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX class (based on current RevTeX) to produce preprints
with the page layout similar to that of the Astrophysical
Journal.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/emulateapj/emulateapj.cls
%doc %{_texmfdistdir}/doc/latex/emulateapj/README
%doc %{_texmfdistdir}/doc/latex/emulateapj/sample.pdf
%doc %{_texmfdistdir}/doc/latex/emulateapj/sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20121205-6
+ Revision: 61168ed
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19963 |14mr|texlive-enctex-20100122-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16881
# category Package
# catalog-ctan /systems/enctex
# catalog-date 2010-01-22 21:32:36 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-enctex
Version:	20100122
Release:	3
Summary:	A TeX extension that translates input on its way into TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/enctex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enctex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enctex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
EncTeX is (another) tex extension, written at the change-file
level. It provides means of translating input on the way into
TeX. It allows, for example, translation of multibyte
sequences, such as utf-8 encoding.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/enctex/1250-csf.tex
%{_texmfdistdir}/tex/generic/enctex/1250-il2.tex
%{_texmfdistdir}/tex/generic/enctex/1250-latex.tex
%{_texmfdistdir}/tex/generic/enctex/1250-t1.tex
%{_texmfdistdir}/tex/generic/enctex/852-csf.tex
%{_texmfdistdir}/tex/generic/enctex/852-il2.tex
%{_texmfdistdir}/tex/generic/enctex/852-latex.tex
%{_texmfdistdir}/tex/generic/enctex/852-t1.tex
%{_texmfdistdir}/tex/generic/enctex/csfmacro.tex
%{_texmfdistdir}/tex/generic/enctex/enc-u.tex
%{_texmfdistdir}/tex/generic/enctex/encmacro.tex
%{_texmfdistdir}/tex/generic/enctex/il2-1250.tex
%{_texmfdistdir}/tex/generic/enctex/il2-852.tex
%{_texmfdistdir}/tex/generic/enctex/il2-csf.tex
%{_texmfdistdir}/tex/generic/enctex/il2-kam.tex
%{_texmfdistdir}/tex/generic/enctex/il2-t1.tex
%{_texmfdistdir}/tex/generic/enctex/kam-csf.tex
%{_texmfdistdir}/tex/generic/enctex/kam-il2.tex
%{_texmfdistdir}/tex/generic/enctex/kam-latex.tex
%{_texmfdistdir}/tex/generic/enctex/kam-t1.tex
%{_texmfdistdir}/tex/generic/enctex/noprefnt.tex
%{_texmfdistdir}/tex/generic/enctex/plain-1250-cs.tex
%{_texmfdistdir}/tex/generic/enctex/plain-852-cs.tex
%{_texmfdistdir}/tex/generic/enctex/plain-il2-cs.tex
%{_texmfdistdir}/tex/generic/enctex/plain-kam-cs.tex
%{_texmfdistdir}/tex/generic/enctex/plain-utf8-cs.tex
%{_texmfdistdir}/tex/generic/enctex/plain-utf8-ec.tex
%{_texmfdistdir}/tex/generic/enctex/polyset.tex
%{_texmfdistdir}/tex/generic/enctex/t1macro.tex
%{_texmfdistdir}/tex/generic/enctex/utf8-csf.tex
%{_texmfdistdir}/tex/generic/enctex/utf8-t1.tex
%{_texmfdistdir}/tex/generic/enctex/utf8cseq.tex
%{_texmfdistdir}/tex/generic/enctex/utf8math.tex
%{_texmfdistdir}/tex/generic/enctex/utf8raw.tex
%{_texmfdistdir}/tex/generic/enctex/utf8unkn.tex
%{_texmfdistdir}/tex/generic/enctex/utf8warn.tex
%doc %{_texmfdistdir}/doc/generic/enctex/COPYING
%doc %{_texmfdistdir}/doc/generic/enctex/COPYING.UCD
%doc %{_texmfdistdir}/doc/generic/enctex/INSTALL
%doc %{_texmfdistdir}/doc/generic/enctex/INSTALL.eng
%doc %{_texmfdistdir}/doc/generic/enctex/README
%doc %{_texmfdistdir}/doc/generic/enctex/changes.txt
%doc %{_texmfdistdir}/doc/generic/enctex/encdoc-e.pdf
%doc %{_texmfdistdir}/doc/generic/enctex/encdoc-e.tex
%doc %{_texmfdistdir}/doc/generic/enctex/encdoc.pdf
%doc %{_texmfdistdir}/doc/generic/enctex/encdoc.tex
%doc %{_texmfdistdir}/doc/generic/enctex/math-example.tex
%doc %{_texmfdistdir}/doc/generic/enctex/unimap.diff
%doc %{_texmfdistdir}/doc/generic/enctex/unimap.py
%doc %{_texmfdistdir}/doc/generic/enctex/vlna.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100122-3
+ Revision: 2d165ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19964 |14mr|texlive-encxvlna-20080819-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/encxvlna
# catalog-date 2008-08-19 08:58:40 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-encxvlna
Version:	20080819
Release:	3
Summary:	Insert nonbreakable spaces, using encTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/encxvlna
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/encxvlna.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/encxvlna.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides tools for inserting nonbreakable spaces
after nonsyllabic prepositions and single letter conjunctions
as required by Czech and Slovak typographical rules. It is
implemented using encTeX and provides files both for plain TeX
and LaTeX. The LaTeX solution tries to avoid conflicts with
other packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/encxvlna/encxvlna.sty
%{_texmfdistdir}/tex/plain/encxvlna/encxvlna.tex
%doc %{_texmfdistdir}/doc/generic/encxvlna/License.txt
%doc %{_texmfdistdir}/doc/generic/encxvlna/README
%doc %{_texmfdistdir}/doc/generic/encxvlna/encxvlna.pdf
%doc %{_texmfdistdir}/doc/generic/encxvlna/encxvlna.tex
%doc %{_texmfdistdir}/doc/generic/encxvlna/vlna-inc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080819-3
+ Revision: b065263
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19965 |14mr|texlive-endfloat-2.5c-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24962
# category Package
# catalog-ctan /macros/latex/contrib/endfloat
# catalog-date 2011-12-24 01:13:38 +0100
# catalog-license gpl
# catalog-version 2.5c
Name:		texlive-endfloat
Version:	2.5c
Release:	2
Summary:	Move floats to the end, leaving markers where they belong
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/endfloat
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endfloat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endfloat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Place all floats on pages by themselves at the end of the
document, optionally leaving markers like "[Figure 3 about
here]" in the text near to where the figure (or table) would
normally have occurred. Float types figure and table are
recognised by the package, unmodified. Since several packages
define other types of float, it is possible to register these
float types with endfloat.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/endfloat/efxmpl.cfg
%{_texmfdistdir}/tex/latex/endfloat/endfloat.sty
%doc %{_texmfdistdir}/doc/latex/endfloat/COPYING
%doc %{_texmfdistdir}/doc/latex/endfloat/README
%doc %{_texmfdistdir}/doc/latex/endfloat/endfloat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/endfloat/endfloat.dtx
%doc %{_texmfdistdir}/source/latex/endfloat/endfloat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5c-2
+ Revision: c605523
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19966 |14mr|texlive-endheads-v1.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24992
# category Package
# catalog-ctan /macros/latex/contrib/endheads
# catalog-date 2011-12-31 23:12:05 +0100
# catalog-license lppl
# catalog-version v1.5
Name:		texlive-endheads
Epoch:		1
Version:	v1.5
Release:	2
Summary:	Running headers of the form "Notes to pp.xx-yy"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/endheads
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endheads.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endheads.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endheads.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Endheads provides running headers of the form "Notes to pp. xx-
yy" for endnotes sections. It also enables one to reset the
endnotes counter, and put a line marking the chapter change in
the endnotes, at the beginning of every chapter. Endheads
requires the fancyhdr, needspace, ifthen, and endnotes
packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/endheads/endheads.sty
%doc %{_texmfdistdir}/doc/latex/endheads/README
%doc %{_texmfdistdir}/doc/latex/endheads/endheads.pdf
#- source
%doc %{_texmfdistdir}/source/latex/endheads/endheads.dtx
%doc %{_texmfdistdir}/source/latex/endheads/endheads.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:v1.5-2
+ Revision: e6b01a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19967 |14mr|texlive-endiagram-0.1b-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30025
# category Package
# catalog-ctan /macros/latex/contrib/endiagram
# catalog-date 2013-04-05 11:53:55 +0200
# catalog-license lppl1.3
# catalog-version 0.1b
Name:		texlive-endiagram
Version:	0.1b
Release:	6
Summary:	Easy creation of potential energy curve diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/endiagram
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endiagram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endiagram.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the facility of drawing potential energy
curve diagrams with just a few simple commands. The package
cannot (yet) be considered stable.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/endiagram/endiagram.sty
%doc %{_texmfdistdir}/doc/latex/endiagram/README
%doc %{_texmfdistdir}/doc/latex/endiagram/endiagram_en.pdf
%doc %{_texmfdistdir}/doc/latex/endiagram/endiagram_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1b-6
+ Revision: 77ccdfd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19968 |14mr|texlive-endnotes-20100309-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17197
# category Package
# catalog-ctan /macros/latex/contrib/endnotes
# catalog-date 2010-03-09 12:54:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-endnotes
Version:	20100309
Release:	3
Summary:	Place footnotes at the end
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/endnotes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endnotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endnotes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Accumulates footnotes and places them at the end of the
document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/endnotes/endnotes.sty
%doc %{_texmfdistdir}/doc/latex/endnotes/endnotes.pdf
%doc %{_texmfdistdir}/doc/latex/endnotes/endnotes.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100309-3
+ Revision: b78dd3f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19969 |14mr|texlive-engpron-2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16558
# category Package
# catalog-ctan /macros/latex/contrib/engpron
# catalog-date 2008-08-16 17:33:04 +0200
# catalog-license lppl
# catalog-version 2
Name:		texlive-engpron
Version:	2
Release:	3
Summary:	Helps to type the pronunciation of English words
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/engpron
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engpron.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engpron.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engpron.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides macros beginning with the '' character,
made active, which enable us to write the British or American
English pronunciation as one can find it in the 'English
Pronouncing Dictionary' by Daniel Jones. There is an option to
typeset the pronunciation in the style of Harrap's dictionary.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/engpron/engpron-tools.sty
%{_texmfdistdir}/tex/latex/engpron/engpron.sty
%doc %{_texmfdistdir}/doc/latex/engpron/LISEZMOI
%doc %{_texmfdistdir}/doc/latex/engpron/README
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-en.ltx
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-en.pdf
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-ex-fr.pdf
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-ex-fr.tex
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-fr.ltx
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-fr.pdf
%doc %{_texmfdistdir}/doc/latex/engpron/engpron.pdf
#- source
%doc %{_texmfdistdir}/source/latex/engpron/Makefile
%doc %{_texmfdistdir}/source/latex/engpron/engpron.dtx
%doc %{_texmfdistdir}/source/latex/engpron/engpron.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2-3
+ Revision: 63456ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19970 |14mr|texlive-engrec-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/engrec
# catalog-date 2008-05-07 22:48:57 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-engrec
Version:	1.1
Release:	3
Summary:	Enumerate with lower- or uppercase Greek letters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/engrec
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engrec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engrec.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engrec.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides two macros \engrec and \EnGrec to convert
number arguments to lower case or upper case greek letters.
They have the syntax of \alph, i.e. \engrec{a_counter},
\EnGrec{a_counter}. Options are provided to work with the
upgreek and fourier packages. Requires amstext.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/engrec/engrec.sty
%doc %{_texmfdistdir}/doc/latex/engrec/LISEZMOI
%doc %{_texmfdistdir}/doc/latex/engrec/README
%doc %{_texmfdistdir}/doc/latex/engrec/engrec.pdf
#- source
%doc %{_texmfdistdir}/source/latex/engrec/Makefile
%doc %{_texmfdistdir}/source/latex/engrec/engrec.dtx
%doc %{_texmfdistdir}/source/latex/engrec/engrec.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: cc7e16b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19971 |14mr|texlive-engtlc-3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25432
# category Package
# catalog-ctan /macros/latex/contrib/engtlc
# catalog-date 2012-02-19 15:32:47 +0100
# catalog-license lppl
# catalog-version 3.1
Name:		texlive-engtlc
Version:	3.1
Release:	2
Summary:	Support for users in Telecommunications Engineering
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/engtlc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engtlc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engtlc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a wide range of abbreviations for terms
used in Telecommunications Engineering.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/engtlc/engtlc.sty
%doc %{_texmfdistdir}/doc/latex/engtlc/README
%doc %{_texmfdistdir}/doc/latex/engtlc/engtlc.pdf
%doc %{_texmfdistdir}/doc/latex/engtlc/engtlc.tex
%doc %{_texmfdistdir}/doc/latex/engtlc/itengtlc.pdf
%doc %{_texmfdistdir}/doc/latex/engtlc/itengtlc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1-2
+ Revision: 58343de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19972 |14mr|texlive-enigma-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29802
# category Package
# catalog-ctan /macros/luatex/generic/enigma
# catalog-date 2013-04-09 15:55:17 +0200
# catalog-license bsd
# catalog-version 0.1
Name:		texlive-enigma
Version:	0.1
Release:	6
Summary:	Encrypt documents with a three rotor Enigma
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/enigma
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enigma.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enigma.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides historical encryption (Enigma cipher) for
LuaTeX-based formats.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/context/lua/third/enigma/mtx-t-enigma.lua/mtx-t-enigma.lua
%{_texmfdistdir}/tex/context/third/enigma/t-enigma.mkv/t-enigma.mkvi
%{_texmfdistdir}/tex/generic/enigma/enigma.lua
%{_texmfdistdir}/tex/latex/enigma/enigma.sty
%{_texmfdistdir}/tex/plain/enigma/enigma.tex
%doc %{_texmfdistdir}/doc/context/third/enigma/enigma/COPYING
%doc %{_texmfdistdir}/doc/context/third/enigma/enigma/README
%doc %{_texmfdistdir}/doc/context/third/enigma/enigma/enigma-doc.pdf
%doc %{_texmfdistdir}/doc/context/third/enigma/enigma/enigma_manual.tex
%doc %{_texmfdistdir}/doc/context/third/enigma/enigma/examples/enigma-example-context.tex
%doc %{_texmfdistdir}/doc/context/third/enigma/enigma/examples/enigma-example-latex.tex
%doc %{_texmfdistdir}/doc/context/third/enigma/enigma/examples/enigma-example-plain.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-6
+ Revision: ad66960
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19973 |14mr|texlive-enotez-0.3a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27179
# category Package
# catalog-ctan /macros/latex/contrib/enotez
# catalog-date 2012-07-24 16:08:54 +0200
# catalog-license lppl1.3
# catalog-version 0.3a
Name:		texlive-enotez
Version:	0.3a
Release:	2
Summary:	Support for end-notes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/enotez
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enotez.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enotez.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows nested endnotes, supports hyperref and
provides means for easy customization of the list of notes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/enotez/enotez.sty
%doc %{_texmfdistdir}/doc/latex/enotez/README
%doc %{_texmfdistdir}/doc/latex/enotez/enotez_en.pdf
%doc %{_texmfdistdir}/doc/latex/enotez/enotez_en.tex
%doc %{_texmfdistdir}/doc/latex/enotez/enotez_split_example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3a-2
+ Revision: 4699923
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19974 |14mr|texlive-enumitem-3.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24146
# category Package
# catalog-ctan /macros/latex/contrib/enumitem
# catalog-date 2011-09-28 17:37:11 +0200
# catalog-license lppl
# catalog-version 3.5.2
Name:		texlive-enumitem
Version:	3.5.2
Release:	3
Summary:	Control layout of itemize, enumerate, description
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides user control over the layout of the three
basic list environments: enumerate, itemize and description. It
supersedes both enumerate and mdwlist (providing well-
structured replacements for all their funtionality), and in
addition provides functions to compute the layout of labels,
and to 'clone' the standard environments, to create new
environments with counters of their own.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/enumitem/enumitem.sty
%doc %{_texmfdistdir}/doc/latex/enumitem/README
%doc %{_texmfdistdir}/doc/latex/enumitem/enumitem.pdf
%doc %{_texmfdistdir}/doc/latex/enumitem/enumitem.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5.2-3
+ Revision: 9f65274
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19975 |14mr|texlive-enumitem-zref-1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21472
# category Package
# catalog-ctan /macros/latex/contrib/enumitem-zref
# catalog-date 2011-02-19 16:41:47 +0100
# catalog-license lppl1.3
# catalog-version 1.8
Name:		texlive-enumitem-zref
Version:	1.8
Release:	3
Summary:	Extended references to items for enumitem package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem-zref
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem-zref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem-zref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem-zref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is a companion for the enumitem package; it makes
it possible to reference any item in lists formatted by
enumitem lists, viz., enumerated, itemize and description
lists, and any list defined (or customised) with \newlist or
\setlist. References may be typeset differently with
options/properties and even arbitrary text. With hyperref,
anchors are added for each item to enable hyperlinks within the
document or even to external documents. Three schemes are
provided to make reference names (including the standard \label
command).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/enumitem-zref/enumitem-zref.sty
%doc %{_texmfdistdir}/doc/latex/enumitem-zref/README
%doc %{_texmfdistdir}/doc/latex/enumitem-zref/enumitem-zexample.tex
%doc %{_texmfdistdir}/doc/latex/enumitem-zref/enumitem-zref.pdf
#- source
%doc %{_texmfdistdir}/source/latex/enumitem-zref/enumitem-zref.drv
%doc %{_texmfdistdir}/source/latex/enumitem-zref/enumitem-zref.dtx
%doc %{_texmfdistdir}/source/latex/enumitem-zref/enumitem-zref.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8-3
+ Revision: 62bf348
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19976 |14mr|texlive-envbig-20081111-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/envbig
# catalog-date 2008-11-11 20:51:43 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-envbig
Version:	20081111
Release:	3
Summary:	Printing addresses on envelopes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/envbig
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/envbig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/envbig.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A simple package, that prints both 'from' and 'to' addresses.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/envbig/envbig.sty
%doc %{_texmfdistdir}/doc/latex/envbig/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081111-3
+ Revision: 710eba9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19977 |14mr|texlive-environ-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29600
# category Package
# catalog-ctan /macros/latex/contrib/environ
# catalog-date 2013-04-01 18:04:30 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-environ
Version:	0.3
Release:	6
Summary:	A new interface for environments in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/environ
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/environ.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/environ.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/environ.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the \collect@body command (as in amsmath),
as well as a \long version \Collect@Body, for collecting the
body text of an environment. These commands are used to define
a new author interface to creating new environments. For
example: \NewEnviron{test} wraps the entire environment body in
square brackets, doing the right thing in ignoring leading and
trailing spaces.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/environ/environ.sty
%doc %{_texmfdistdir}/doc/latex/environ/README
%doc %{_texmfdistdir}/doc/latex/environ/environ.pdf
#- source
%doc %{_texmfdistdir}/source/latex/environ/environ.dtx
%doc %{_texmfdistdir}/source/latex/environ/environ.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-6
+ Revision: ace28a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19978 |14mr|texlive-envlab-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/envlab
# catalog-date 2009-01-23 15:11:09 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-envlab
Version:	1.2
Release:	3
Summary:	Addresses on envelopes or mailing labels
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/envlab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/envlab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/envlab.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/envlab.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for producing mailing envelopes and labels,
including barcodes and address formatting according to the US
Postal Service rules. Redefines the standard \makelabels
command of the LaTeX letter documentclass.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/envlab/envlab.cfg
%{_texmfdistdir}/tex/latex/envlab/envlab.sty
%doc %{_texmfdistdir}/doc/latex/envlab/elguide.pdf
%doc %{_texmfdistdir}/doc/latex/envlab/elguide.tex
%doc %{_texmfdistdir}/doc/latex/envlab/envlab.pdf
%doc %{_texmfdistdir}/doc/latex/envlab/readme.v12
#- source
%doc %{_texmfdistdir}/source/latex/envlab/elold.ins
%doc %{_texmfdistdir}/source/latex/envlab/envlab.drv
%doc %{_texmfdistdir}/source/latex/envlab/envlab.dtx
%doc %{_texmfdistdir}/source/latex/envlab/envlab.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: bfe8458
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19979 |14mr|texlive-epigrafica-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17210
# category Package
# catalog-ctan /fonts/greek/epigrafica
# catalog-date 2010-02-24 20:55:02 +0100
# catalog-license gpl
# catalog-version 1.01
Name:		texlive-epigrafica
Version:	1.01
Release:	3
Summary:	A Greek and Latin font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/epigrafica
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epigrafica.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epigrafica.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Epigrafica is forked from the development of the MgOpen font
Cosmetica, which is a similar design to Optima and includes
Greek. Development has been supported by the Laboratory of
Digital Typography and Mathematical Software, of the Department
of Mathematics of the University of the Aegean, Greece.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/epigrafica/Epigrafica-Entona.afm
%{_texmfdistdir}/fonts/afm/public/epigrafica/Epigrafica-EntonaReonta.afm
%{_texmfdistdir}/fonts/afm/public/epigrafica/Epigrafica-Ortha.afm
%{_texmfdistdir}/fonts/afm/public/epigrafica/Epigrafica-Pezokefalaia.afm
%{_texmfdistdir}/fonts/afm/public/epigrafica/Epigrafica-Reonta.afm
%{_texmfdistdir}/fonts/enc/dvips/epigrafica/epigraficahellenic.enc
%{_texmfdistdir}/fonts/map/dvips/epigrafica/epigrafica.map
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficab8a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficab8r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficabi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficabi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficabo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficabo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficac8a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficac8r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahb7a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahb7r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahbi7a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahbi7r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahbo7a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahbo7r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahc7a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahc7r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahi7a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahi7r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficahn7r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficaho7a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficaho7r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficai8a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficai8r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigrafican8a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigrafican8r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficao8a.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/epigraficao8r.tfm
%{_texmfdistdir}/fonts/tfm/public/epigrafica/gepigraficahn7a.tfm
%{_texmfdistdir}/fonts/type1/public/epigrafica/Epigrafica-Entona.pfb
%{_texmfdistdir}/fonts/type1/public/epigrafica/Epigrafica-EntonaReonta.pfb
%{_texmfdistdir}/fonts/type1/public/epigrafica/Epigrafica-Ortha.pfb
%{_texmfdistdir}/fonts/type1/public/epigrafica/Epigrafica-Pezokefalaia.pfb
%{_texmfdistdir}/fonts/type1/public/epigrafica/Epigrafica-Reonta.pfb
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficab8r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficabi8r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficabo8r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficac8r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficahb7r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficahbi7r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficahbo7r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficahc7r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficahi7r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficahn7r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficaho7r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficai8r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigrafican8r.vf
%{_texmfdistdir}/fonts/vf/public/epigrafica/epigraficao8r.vf
%{_texmfdistdir}/tex/latex/epigrafica/epigrafica.sty
%{_texmfdistdir}/tex/latex/epigrafica/lgrepigrafica.fd
%{_texmfdistdir}/tex/latex/epigrafica/ot1epigrafica.fd
%doc %{_texmfdistdir}/doc/fonts/epigrafica/README
%doc %{_texmfdistdir}/doc/fonts/epigrafica/doc.zip
%doc %{_texmfdistdir}/doc/fonts/epigrafica/epigrafica.pdf
%doc %{_texmfdistdir}/doc/fonts/epigrafica/epigrafica.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: adc9366
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19980 |14mr|texlive-epigram-20101120-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20513
# category Package
# catalog-ctan /macros/generic/misc/epigram.tex
# catalog-date 2010-11-20 18:15:00 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-epigram
Version:	20101120
Release:	3
Summary:	Display short quotations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/misc/epigram.tex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epigram.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package determines (on the basis of the width of the text
of the epigram, laid out on a single line) whether to produce a
line or a displayed paragraph.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/epigram/epigram.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101120-3
+ Revision: d0c2b59
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19981 |14mr|texlive-epigraph-1.5c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/epigraph
# catalog-date 2009-09-02 18:09:14 +0200
# catalog-license lppl1.3
# catalog-version 1.5c
Name:		texlive-epigraph
Version:	1.5c
Release:	3
Summary:	A package for typesetting epigraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/epigraph
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epigraph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epigraph.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epigraph.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Epigraphs are the pithy quotations often found at the start (or
end) of a chapter. Both single epigraphs and lists of epigraphs
are catered for. Various aspects are easily configurable.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/epigraph/epigraph.sty
%doc %{_texmfdistdir}/doc/latex/epigraph/README
%doc %{_texmfdistdir}/doc/latex/epigraph/epigraph.pdf
#- source
%doc %{_texmfdistdir}/source/latex/epigraph/epigraph.dtx
%doc %{_texmfdistdir}/source/latex/epigraph/epigraph.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5c-3
+ Revision: 20b5ff3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19982 |14mr|texlive-epiolmec-20070206-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/epiolmec
# catalog-date 2007-02-06 22:00:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-epiolmec
Version:	20070206
Release:	3
Summary:	Typesetting the Epi-Olmec Language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/epiolmec
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epiolmec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epiolmec.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epiolmec.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains all the necessary files to typeset Epi-
Olmec ``documents'', a script used in Southern Middle America
until about 500 AD.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/epiolmec/epiolmec.map
%{_texmfdistdir}/fonts/tfm/public/epiolmec/EpiOlmec.tfm
%{_texmfdistdir}/fonts/type1/public/epiolmec/Epi-Olmec.pfb
%{_texmfdistdir}/tex/latex/epiolmec/epiolmec.sty
%doc %{_texmfdistdir}/doc/latex/epiolmec/GlyphAccessCommands.pdf
#- source
%doc %{_texmfdistdir}/source/latex/epiolmec/epiolmec.dtx
%doc %{_texmfdistdir}/source/latex/epiolmec/epiolmec.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070206-3
+ Revision: a4aa121
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19983 |14mr|texlive-eplain-3.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31819
# category Package
# catalog-ctan /macros/eplain
# catalog-date 2013-10-01 08:28:26 +0200
# catalog-license gpl2
# catalog-version 3.6
Name:		texlive-eplain
Version:	3.6
Release:	6
Summary:	Extended plain tex macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/eplain
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eplain.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eplain.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eplain.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-pdftex
Requires:	texlive-eplain.bin

%description
A powerfully extended version of the plain format, adding
support for bibliographies, tables of contents, enumerated
lists, verbatim input of files, numbered equations, tables,
two-column output, footnotes, hyperlinks in PDF output and
commutative diagrams. Eplain can also load some of the more
useful LaTeX packages, notably graphics, graphicx, color,
autopict (a package instance of the LaTeX picture code),
psfrag, and url.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/eplain/arrow.tex
%{_texmfdistdir}/tex/eplain/btxmac.tex
%{_texmfdistdir}/tex/eplain/eplain.aux
%{_texmfdistdir}/tex/eplain/eplain.ini
%{_texmfdistdir}/tex/eplain/eplain.tex
%_texmf_fmtutil_d/eplain
%doc %{_texmfdistdir}/doc/eplain/AUTHORS
%doc %{_texmfdistdir}/doc/eplain/COPYING
%doc %{_texmfdistdir}/doc/eplain/ChangeLog
%doc %{_texmfdistdir}/doc/eplain/INSTALL
%doc %{_texmfdistdir}/doc/eplain/NEWS
%doc %{_texmfdistdir}/doc/eplain/README
%doc %{_texmfdistdir}/doc/eplain/demo/Makefile
%doc %{_texmfdistdir}/doc/eplain/demo/lscommnt.tex
%doc %{_texmfdistdir}/doc/eplain/demo/xhyper.tex
%doc %{_texmfdistdir}/doc/eplain/eplain.html
%doc %{_texmfdistdir}/doc/eplain/eplain.pdf
%doc %{_texmfdistdir}/doc/eplain/lscommnt.jpg
%doc %{_texmfdistdir}/doc/eplain/util/idxuniq
%doc %{_texmfdistdir}/doc/eplain/util/trimsee
%doc %{_texmfdistdir}/doc/eplain/xhyper.jpg
%doc %{_infodir}/eplain.info*
%doc %{_mandir}/man1/eplain.1*
%doc %{_texmfdistdir}/doc/man/man1/eplain.man1.pdf
#- source
%doc %{_texmfdistdir}/source/eplain/eplain-source-3.6.zip
%doc %{_texmfdistdir}/source/eplain/xeplain.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdistdir}/doc/info/*.info %{buildroot}%{_infodir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/eplain <<EOF
#
# from eplain:
eplain pdftex language.dat -translate-file=cp227.tcx *eplain.ini
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6-6
+ Revision: 91785c0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19984 |14mr|texlive-epsdice-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/epsdice
# catalog-date 2007-02-15 14:08:03 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-epsdice
Version:	2.1
Release:	3
Summary:	A scalable dice "font"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/epsdice
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epsdice.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epsdice.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epsdice.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The epsdice package defines a single command \epsdice that
takes a numeric argument (in the range 1-6), and selects a face
image from a file that contains each of the 6 possible die
faces. The graphic file is provided in both Encapsulated
PostScript and PDF formats.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/epsdice/dice.eps
%{_texmfdistdir}/tex/latex/epsdice/dice.pdf
%{_texmfdistdir}/tex/latex/epsdice/epsdice.cfg
%{_texmfdistdir}/tex/latex/epsdice/epsdice.sty
%doc %{_texmfdistdir}/doc/latex/epsdice/README
%doc %{_texmfdistdir}/doc/latex/epsdice/dice.eps
%doc %{_texmfdistdir}/doc/latex/epsdice/dice.pdf
%doc %{_texmfdistdir}/doc/latex/epsdice/epsdice.pdf
#- source
%doc %{_texmfdistdir}/source/latex/epsdice/epsdice.dtx
%doc %{_texmfdistdir}/source/latex/epsdice/epsdice.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 221f956
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19985 |14mr|texlive-epsf-2.7.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21461
# category Package
# catalog-ctan /macros/generic/epsf
# catalog-date 2011-02-18 10:32:12 +0100
# catalog-license pd
# catalog-version 2.7.4
Name:		texlive-epsf
Version:	2.7.4
Release:	3
Summary:	Simple macros for EPS inclusion
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/epsf
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epsf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epsf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The original graphics inclusion macros for use with dvips;
still widely used by Plain TeX users (in particular). For LaTeX
users, the package is nowadays deprecated in favour of the more
sophisticated standard LaTeX graphics bundle of packages (which
are also available to Plain TeX users, either via its Plain TeX
version, or through the support offered by etex).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/epsf/epsf.sty
%{_texmfdistdir}/tex/generic/epsf/epsf.tex
%doc %{_texmfdistdir}/doc/generic/epsf/LICENSE
%doc %{_texmfdistdir}/doc/generic/epsf/Makefile
%doc %{_texmfdistdir}/doc/generic/epsf/README
%doc %{_texmfdistdir}/doc/generic/epsf/bboxgrid.ps
%doc %{_texmfdistdir}/doc/generic/epsf/epsf-doc.pdf
%doc %{_texmfdistdir}/doc/generic/epsf/epsf-doc.tex
%doc %{_texmfdistdir}/doc/generic/epsf/fndbadps
%doc %{_texmfdistdir}/doc/generic/epsf/okay/teps.eps
%doc %{_texmfdistdir}/doc/generic/epsf/okay/tepsf.eps
%doc %{_texmfdistdir}/doc/generic/epsf/okay/tepsf1.dvi
%doc %{_texmfdistdir}/doc/generic/epsf/okay/tepsf2.dvi
%doc %{_texmfdistdir}/doc/generic/epsf/okay/tepsf3.dvi
%doc %{_texmfdistdir}/doc/generic/epsf/teps.eps
%doc %{_texmfdistdir}/doc/generic/epsf/tepsf.eps
%doc %{_texmfdistdir}/doc/generic/epsf/tepsf1.tex
%doc %{_texmfdistdir}/doc/generic/epsf/tepsf2.ltx
%doc %{_texmfdistdir}/doc/generic/epsf/tepsf3.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7.4-3
+ Revision: d87bfe7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19986 |14mr|texlive-epsincl-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/epsincl
# catalog-date 2008-08-19 20:15:24 +0200
# catalog-license pd
# catalog-version 0.2
Name:		texlive-epsincl
Version:	0.2
Release:	3
Summary:	Include EPS in MetaPost figures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/epsincl
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epsincl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epsincl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package facilitates including EPS files in MetaPost
figures; it makes use of (G)AWK.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/epsincl/epsincl.mp
%doc %{_texmfdistdir}/doc/metapost/epsincl/0info.txt
%doc %{_texmfdistdir}/doc/metapost/epsincl/README
%doc %{_texmfdistdir}/doc/metapost/epsincl/epsincl.awk
%doc %{_texmfdistdir}/doc/metapost/epsincl/epsincl.bat
%doc %{_texmfdistdir}/doc/metapost/epsincl/testinc0.eps
%doc %{_texmfdistdir}/doc/metapost/epsincl/testincl.bat
%doc %{_texmfdistdir}/doc/metapost/epsincl/testincl.mp
%doc %{_texmfdistdir}/doc/metapost/epsincl/testincl.sh

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 8065862
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19987 |14mr|texlive-epslatex-fr-20070208-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /info/epslatex/french
# catalog-date 2007-02-08 01:16:19 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-epslatex-fr
Version:	20070208
Release:	3
Summary:	French version of "graphics in LaTeX"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/epslatex/french
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epslatex-fr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epslatex-fr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is the French translation of epslatex, and describes how
to use imported graphics in LaTeX(2e) documents.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/Ball.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/CHAP2.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/Construction.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/Franc-chap.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/README
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/Warning.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/alltex.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/auteurs.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/bases.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/block.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/box1.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/box2.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/boxes.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/btxdoc.bib
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/cm.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/cm.ps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/danger.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/divers.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/ebnf.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/export.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/fepslatex.pdf
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/fepslatex.tex
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/fill.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/fmparhack.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/foot.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/fr.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/franc.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/frnew.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/g_toc_entry.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/graphic.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/hands.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/header.tex
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/indentondemand.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/makecmds.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/makerobust.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/mass.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/mypatches.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/myvarioref.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/nrfoot.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/origin.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/overlay.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/pale.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/pend.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/pretzel.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/pretzel.ps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/rdanger.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/rosette.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/rosette.ps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/sgte.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/smaller.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/square.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/topcapt.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/topfig.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/warn.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/wdesc.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/whitecdp.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/wide.eps
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/widecenter.sty
%doc %{_texmfdistdir}/doc/latex/epslatex-fr/xb.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070208-3
+ Revision: 1f03604
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19988 |14mr|texlive-epspdf-0.5.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21628
# category Package
# catalog-ctan /support/epspdf
# catalog-date 2011-02-27 19:07:13 +0100
# catalog-license gpl
# catalog-version 0.5.3
Name:		texlive-epspdf
Version:	0.5.3
Release:	3
Summary:	Converter for PostScript, EPS and PDF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/epspdf
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epspdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epspdf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-epspdf.bin = %{EVRD}

%description
Epspdf[tk] is a Ruby script which converts between PostScript,
EPS and PDF. It has both a command-line and a GUI interface.
Using pdftops (from the xpdf command-line utilities) for round-
tripping opens up several new possibilities compared to older
similarly-named utilities.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/epspdf
%{_bindir}/epspdftk
%{_texmfdistdir}/scripts/epspdf/epspdf.help
%{_texmfdistdir}/scripts/epspdf/epspdf.icns
%{_texmfdistdir}/scripts/epspdf/epspdf.ico
%{_texmfdistdir}/scripts/epspdf/epspdf.rb
%{_texmfdistdir}/scripts/epspdf/epspdfrc.rb
%{_texmfdistdir}/scripts/epspdf/epspdftk.tcl
%{_texmfdistdir}/scripts/epspdf/makegray.pro
%doc %{_texmfdistdir}/doc/support/epspdf/COPYING
%doc %{_texmfdistdir}/doc/support/epspdf/Changelog
%doc %{_texmfdistdir}/doc/support/epspdf/README
%doc %{_texmfdistdir}/doc/support/epspdf/default.css
%doc %{_texmfdistdir}/doc/support/epspdf/epspdf.install
%doc %{_texmfdistdir}/doc/support/epspdf/epspdf.pdf
%doc %{_texmfdistdir}/doc/support/epspdf/epspdf.texi
%doc %{_texmfdistdir}/doc/support/epspdf/images/cnv_osx.png
%doc %{_texmfdistdir}/doc/support/epspdf/images/config_lnx.png
%doc %{_texmfdistdir}/doc/support/epspdf/images/epspdf.png
%doc %{_texmfdistdir}/doc/support/epspdf/images/logo.pdf
%doc %{_texmfdistdir}/doc/support/epspdf/images/main_w32.png
%doc %{_texmfdistdir}/doc/support/epspdf/images/ps_settings.png
%doc %{_texmfdistdir}/doc/support/epspdf/index.html
%doc %{_texmfdistdir}/doc/support/epspdf/pstexi.tex
%doc %{_infodir}/epspdf.info*

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/epspdf/epspdf.rb epspdf
    ln -sf %{_texmfdistdir}/scripts/epspdf/epspdftk.tcl epspdftk
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdir}/doc/info/*.info %{buildroot}%{_infodir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.3-3
+ Revision: 843d96c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19989 |14mr|texlive-epspdfconversion-0.61-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18703
# category Package
# catalog-ctan /macros/latex/contrib/epspdfconversion
# catalog-date 2010-06-02 10:36:47 +0200
# catalog-license lppl
# catalog-version 0.61
Name:		texlive-epspdfconversion
Version:	0.61
Release:	3
Summary:	On-the-fly conversion of EPS to PDF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/epspdfconversion
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epspdfconversion.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epspdfconversion.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package calls the epstopdf package to convert EPS graphics
to PDF, on the fly. It servs as a vehicle for passing
conversion options (such as grayscale, prepress or pdfversion)
to the epspdf converter.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/epspdfconversion/epspdfconversion.sty
%doc %{_texmfdistdir}/doc/latex/epspdfconversion/README
%doc %{_texmfdistdir}/doc/latex/epspdfconversion/epspdfconversion.pdf
%doc %{_texmfdistdir}/doc/latex/epspdfconversion/example/epspdfconversion_docu.tex
%doc %{_texmfdistdir}/doc/latex/epspdfconversion/example/image.eps
%doc %{_texmfdistdir}/doc/latex/epspdfconversion/example/image2.eps
%doc %{_texmfdistdir}/doc/latex/epspdfconversion/example/optionstable.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.61-3
+ Revision: b35596c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19990 |14mr|texlive-epstopdf-2.20-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31789
# category Package
# catalog-ctan /support/epstopdf
# catalog-date 2013-09-28 07:56:59 +0200
# catalog-license other-free
# catalog-version 2.20
Name:		texlive-epstopdf
Epoch:		1
Version:	2.20
Release:	6
Summary:	Convert EPS to 'encapsulated' PDF using GhostScript
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/epstopdf
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epstopdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epstopdf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-epstopdf.bin = %{EVRD}

%description
Epstopdf is a Perl script that converts an EPS file to an
'encapsulated' PDF file (a single page file whose media box is
the same as the original EPS's bounding box). The resulting
file suitable for inclusion by PDFTeX as an image. The script
is adapted to run both on Windows and on Unix-alike systems.
The script makes use of Ghostscript for the actual conversion
to PDF. It assumes Ghostscript version 6.51 or later, and (by
default) suppresses its automatic rotation of pages where most
of the text is not horizontal. LaTeX users may make use of the
epstopdf package, which will run the epstopdf script "on the
fly", thus giving the illusion that PDFLaTeX is accepting EPS
graphic files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/epstopdf
%{_bindir}/repstopdf
%{_texmfdistdir}/scripts/epstopdf/epstopdf.pl
%doc %{_mandir}/man1/epstopdf.1*
%doc %{_texmfdistdir}/doc/man/man1/epstopdf.man1.pdf
%doc %{_mandir}/man1/repstopdf.1*
%doc %{_texmfdistdir}/doc/man/man1/repstopdf.man1.pdf
%doc %{_texmfdistdir}/doc/support/epstopdf/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/epstopdf/epstopdf.pl epstopdf
    ln -sf epstopdf repstopdf
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.20-6
+ Revision: f4e76a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19991 |14mr|texlive-eqell-20110529-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22931
# category Package
# catalog-ctan /macros/latex/contrib/eqell
# catalog-date 2011-05-29 19:51:14 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-eqell
Version:	20110529
Release:	3
Summary:	Sympathetically spaced ellipsis after punctuation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eqell
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqell.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqell.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands that give a well-spaced ellipsis
after !, ?, !? or ?!.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eqell/eqell.sty
%doc %{_texmfdistdir}/doc/latex/eqell/README
%doc %{_texmfdistdir}/doc/latex/eqell/eqell.pdf
%doc %{_texmfdistdir}/doc/latex/eqell/eqell.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110529-3
+ Revision: 6bebdc5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19992 |14mr|texlive-eqlist-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eqlist
# catalog-date 2008-02-29 19:54:55 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-eqlist
Version:	2.1
Release:	3
Summary:	Description lists with equal indentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eqlist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqlist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqlist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqlist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a list environment which sets a
description-like list but with the difference that the
indentation corresponds to the longest item of the list.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eqlist/eqlist.sty
%doc %{_texmfdistdir}/doc/latex/eqlist/README
%doc %{_texmfdistdir}/doc/latex/eqlist/eqlist.pdf
%doc %{_texmfdistdir}/doc/latex/eqlist/eqlist.tex
#- source
%doc %{_texmfdistdir}/source/latex/eqlist/eqlist.dtx
%doc %{_texmfdistdir}/source/latex/eqlist/eqlist.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: ea3e75a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19993 |14mr|texlive-eqname-20101204-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20678
# category Package
# catalog-ctan /macros/latex/contrib/gene/eqname/eqname.sty
# catalog-date 2010-12-04 00:54:21 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-eqname
Version:	20101204
Release:	3
Summary:	Name tags for equations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gene/eqname/eqname.sty
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqname.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The \eqname command provides a name tag for the current
equation, in place of an equation number. The name tag will be
picked up by a subsequent \label command.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eqname/eqname.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101204-3
+ Revision: 1817592
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19994 |14mr|texlive-eqnarray-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20641
# category Package
# catalog-ctan /macros/latex/contrib/eqnarray
# catalog-date 2010-12-02 11:00:56 +0100
# catalog-license gpl3
# catalog-version 1.3
Name:		texlive-eqnarray
Version:	1.3
Release:	3
Summary:	More generalised equation arrays with numbering
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eqnarray
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqnarray.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqnarray.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqnarray.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines an equationarray environment, that allows more than
three columns, but otherwise behaves like LaTeX's eqnarray
environment. This environment is similar, in some ways, to the
align environment of amsmath. The package requires the array
package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eqnarray/eqnarray.sty
%doc %{_texmfdistdir}/doc/latex/eqnarray/README
%doc %{_texmfdistdir}/doc/latex/eqnarray/eqnarray.pdf
#- source
%doc %{_texmfdistdir}/source/latex/eqnarray/eqnarray.drv
%doc %{_texmfdistdir}/source/latex/eqnarray/eqnarray.dtx
%doc %{_texmfdistdir}/source/latex/eqnarray/eqnarray.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 27e7e92
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19995 |14mr|texlive-eqparbox-4.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29419
# category Package
# catalog-ctan /macros/latex/contrib/eqparbox
# catalog-date 2013-03-17 00:02:27 +0100
# catalog-license lppl1.3
# catalog-version 4.0
Name:		texlive-eqparbox
Version:	4.0
Release:	6
Summary:	Create equal-widthed parboxes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eqparbox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqparbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqparbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqparbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX users sometimes need to ensure that two or more blocks of
text occupy the same amount of horizontal space on the page. To
that end, the eqparbox package defines a new command,
\eqparbox, which works just like \parbox, except that instead
of specifying a width, one specifies a tag. All eqparboxes with
the same tag--regardless of where they are in the document--
will stretch to fit the widest eqparbox with that tag. This
simple, equal-width mechanism can be used for a variety of
alignment purposes, as is evidenced by the examples in
eqparbox's documentation. Various derivatives of \eqparbox are
also provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eqparbox/eqparbox.sty
%doc %{_texmfdistdir}/doc/latex/eqparbox/README
%doc %{_texmfdistdir}/doc/latex/eqparbox/eqparbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/eqparbox/eqparbox.dtx
%doc %{_texmfdistdir}/source/latex/eqparbox/eqparbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0-6
+ Revision: 035c6c1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19996 |14mr|texlive-erdc-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/erdc
# catalog-date 2009-11-09 22:14:03 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-erdc
Version:	1.1
Release:	3
Summary:	Style for Reports by US Army Corps of Engineers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/erdc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/erdc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/erdc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/erdc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class for typesetting Technical Information Reports of the
Engineer Research and Development Center, US Army Corps of
Engineers. The class was commissioned and paid for by US Army
Corps of Engineers, Engineer Research and Development Center,
3909 Halls Ferry Road, Vicksburg, MS 39180-6199.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/erdc/erdc.cls
%doc %{_texmfdistdir}/doc/latex/erdc/README
%doc %{_texmfdistdir}/doc/latex/erdc/erdc.bib
%doc %{_texmfdistdir}/doc/latex/erdc/erdc.pdf
%doc %{_texmfdistdir}/doc/latex/erdc/nola.eps
%doc %{_texmfdistdir}/doc/latex/erdc/nola.pdf
%doc %{_texmfdistdir}/doc/latex/erdc/red_corps_castle2.eps
%doc %{_texmfdistdir}/doc/latex/erdc/red_corps_castle2.pdf
%doc %{_texmfdistdir}/doc/latex/erdc/sample.pdf
%doc %{_texmfdistdir}/doc/latex/erdc/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/erdc/Makefile
%doc %{_texmfdistdir}/source/latex/erdc/erdc.dtx
%doc %{_texmfdistdir}/source/latex/erdc/erdc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 1476c67
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19997 |14mr|texlive-errata-v0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/errata
# catalog-date 2008-08-19 20:15:24 +0200
# catalog-license lppl
# catalog-version v0.3
Name:		texlive-errata
Version:	v0.3
Release:	3
Summary:	Error markup for LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/errata
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/errata.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/errata.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/errata.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a simple infrastructure for recording
errata in LaTeX documents. This allows the user to maintain an
updated version of the document (with all errors corrected) and
to automatically generate an errata document highlighting the
difference to the published version.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/errata/errata.sty
%doc %{_texmfdistdir}/doc/latex/errata/README
%doc %{_texmfdistdir}/doc/latex/errata/errata-errata.tex
%doc %{_texmfdistdir}/doc/latex/errata/errata.pdf
#- source
%doc %{_texmfdistdir}/source/latex/errata/errata.dtx
%doc %{_texmfdistdir}/source/latex/errata/errata.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.3-3
+ Revision: ccd2745
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19998 |14mr|texlive-esami-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32608
# category Package
# catalog-ctan /macros/latex/contrib/esami
# catalog-date 2014-01-07 23:48:24 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-esami
Version:	1.1
Release:	2
Summary:	Typeset exams with scrambled questions and answers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/esami
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esami.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esami.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to typeset exams with multiple
choice, open questions and many other types of exercise. Both
questions and answers may be randomly distributed within the
exam, and the solutions are typeset automatically. Exercises
may contain a wide number of random parameters and it is
possible to do arithmetical operations on them. The package is
localised in Italian, English, French, German, Greek and
Spanish.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/esami/es-UKenglish.lng
%{_texmfdistdir}/tex/latex/esami/es-USenglish.lng
%{_texmfdistdir}/tex/latex/esami/es-french.lng
%{_texmfdistdir}/tex/latex/esami/es-german.lng
%{_texmfdistdir}/tex/latex/esami/es-greek.lng
%{_texmfdistdir}/tex/latex/esami/es-italian.lng
%{_texmfdistdir}/tex/latex/esami/es-spanish.lng
%{_texmfdistdir}/tex/latex/esami/esami.sty
%doc %{_texmfdistdir}/doc/latex/esami/README
%doc %{_texmfdistdir}/doc/latex/esami/doc/esami-doc-en.pdf
%doc %{_texmfdistdir}/doc/latex/esami/doc/esami-doc-en.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/esami-doc-it.dtx
%doc %{_texmfdistdir}/doc/latex/esami/doc/esami-doc-it.pdf
%doc %{_texmfdistdir}/doc/latex/esami/doc/esami-doc-it.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/esami.bib
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/esami-xyz.cfg
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/master-sol.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/master.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/problem1.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/problem2-tabella.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/problem3-matching.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/problem4-fillin.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test1.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test11.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test12.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test13.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test14.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test2.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test3.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test4.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test5-fillin.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/testA-sol.pdf
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/testA.pdf
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/testA.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/totale-versioni.tex
%doc %{_texmfdistdir}/doc/latex/esami/esami-xyz.cfg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: 2536a94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 19999 |14mr|texlive-esdiff-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21385
# category Package
# catalog-ctan /macros/latex/contrib/esdiff
# catalog-date 2011-02-13 18:31:54 +0100
# catalog-license lppl1
# catalog-version 1.2
Name:		texlive-esdiff
Version:	1.2
Release:	3
Summary:	Simplify typesetting of derivatives
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/esdiff
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esdiff.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esdiff.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esdiff.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes writing derivatives very easy. It offers
macros for derivatives, partial derivatives and multiple
derivatives, and allows specification of the point at which the
value is calculated. Some typographic alternatives may be
selected by package options.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/esdiff/esdiff.sty
%doc %{_texmfdistdir}/doc/latex/esdiff/README
%doc %{_texmfdistdir}/doc/latex/esdiff/esdiff.pdf
#- source
%doc %{_texmfdistdir}/source/latex/esdiff/esdiff.dtx
%doc %{_texmfdistdir}/source/latex/esdiff/esdiff.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: dc4fc44
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20000 |14mr|texlive-ESIEEcv-20090430-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ESIEEcv
# catalog-date 2009-04-30 00:32:08 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-ESIEEcv
Version:	20090430
Release:	3
Summary:	Curriculum vitae for French use
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ESIEEcv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ESIEEcv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ESIEEcv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ESIEEcv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to set up a curriculum vitae as a
French employer will expect.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ESIEEcv/ESIEEcv.sty
%doc %{_texmfdistdir}/doc/latex/ESIEEcv/ESIEEcv.pdf
%doc %{_texmfdistdir}/doc/latex/ESIEEcv/cvtest.pdf
%doc %{_texmfdistdir}/doc/latex/ESIEEcv/cvtest.tex
#- source
%doc %{_texmfdistdir}/source/latex/ESIEEcv/ESIEEcv.dtx
%doc %{_texmfdistdir}/source/latex/ESIEEcv/ESIEEcv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090430-3
+ Revision: f3af143
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20001 |14mr|texlive-esint-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/esint
# catalog-date 2006-10-27 00:09:51 +0200
# catalog-license pd
# catalog-version 1.1
Name:		texlive-esint
Version:	1.1
Release:	3
Summary:	Extended set of integrals for Computer Modern
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/esint
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esint.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esint.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The esint package permits access to alternate integral symbols
when you're using the Computer Modern fonts. In the original
set, several integral symbols are missing, such as \oiint. Many
of these symbols are available in other font sets (pxfonts,
txfonts, etc.), but there is no good solution if you want to
use Computer Modern. The package provides Metafont source and
LaTeX macro support.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/esint/bigint.mf
%{_texmfdistdir}/fonts/source/public/esint/esint10.mf
%{_texmfdistdir}/fonts/source/public/esint/mathint.mf
%{_texmfdistdir}/fonts/tfm/public/esint/esint10.tfm
%{_texmfdistdir}/tex/latex/esint/esint.sty
%{_texmfdistdir}/tex/latex/esint/uesint.fd
%doc %{_texmfdistdir}/doc/latex/esint/README
%doc %{_texmfdistdir}/doc/latex/esint/esint.pdf
#- source
%doc %{_texmfdistdir}/source/latex/esint/esint.dtx
%doc %{_texmfdistdir}/source/latex/esint/esint.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 6a1e1c8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20002 |14mr|texlive-esint-type1-20080116-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/ps-type1/esint
# catalog-date 2008-01-16 21:31:11 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-esint-type1
Version:	20080116
Release:	3
Summary:	Font esint10 in Type 1 format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ps-type1/esint
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esint-type1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esint-type1.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-esint

%description
This is Eddie Saudrais's font esint10 in Adobe Type 1 format.
The Adobe Type 1 implementation was generated from the original
MetaFont using mftrace. This distribution does not contain the
TFM files that are necessary to use the fonts with TeX; the TFM
files can be generated from the Metafont sources obtained by
following the instructions in the normal way.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/esint-type1/config.esint
%{_texmfdistdir}/fonts/map/dvips/esint-type1/esint.map
%{_texmfdistdir}/fonts/type1/public/esint-type1/esint10.pfb
%{_texmfdistdir}/tex/plain/esint-type1/esint.tex
%doc %{_texmfdistdir}/doc/fonts/esint-type1/README
%doc %{_texmfdistdir}/doc/fonts/esint-type1/README.plainTeX
%doc %{_texmfdistdir}/doc/fonts/esint-type1/table.pdf
%doc %{_texmfdistdir}/doc/fonts/esint-type1/table.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080116-3
+ Revision: 8c62ea7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20003 |14mr|texlive-esk-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18115
# category Package
# catalog-ctan /macros/latex/contrib/esk
# catalog-date 2010-05-11 12:36:30 +0200
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-esk
Version:	1.0
Release:	3
Summary:	Package to encapsulate Sketch files in LaTeX sources
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/esk
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The ESK package allows to encapsulate Sketch files in LaTeX
sources. This is very useful for keeping illustrations in sync
with the text. It also frees the user from inventing
descriptive names for new files that fit into the confines of
file system conventions. Sketch is a 3D scene description
language by Eugene K. Ressler and can generate TikZ and
PSTricks code. ESK behaves in a similar fashion to EMP (which
encapsulates Metapost files), and was in fact developed from
it.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/esk/esk.sty
%doc %{_texmfdistdir}/doc/latex/esk/COPYING
%doc %{_texmfdistdir}/doc/latex/esk/README
%doc %{_texmfdistdir}/doc/latex/esk/esk.pdf
%doc %{_texmfdistdir}/doc/latex/esk/eskman.pdf
#- source
%doc %{_texmfdistdir}/source/latex/esk/Makefile
%doc %{_texmfdistdir}/source/latex/esk/esk.drv
%doc %{_texmfdistdir}/source/latex/esk/esk.dtx
%doc %{_texmfdistdir}/source/latex/esk/esk.ins
%doc %{_texmfdistdir}/source/latex/esk/eskman.drv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: fae92f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20004 |14mr|texlive-eskd-20070214-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eskd
# catalog-date 2007-02-14 08:57:40 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-eskd
Version:	20070214
Release:	3
Summary:	Modern Russian typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eskd
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eskd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eskd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eskd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class offers modern Russian text formatting, in accordance
with accepted design standards. Fonts not (apparently)
available on CTAN are required for use of the class.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eskd/eskd.cls
%doc %{_texmfdistdir}/doc/latex/eskd/README
%doc %{_texmfdistdir}/doc/latex/eskd/eskd.pdf
%doc %{_texmfdistdir}/doc/latex/eskd/example.eps
%doc %{_texmfdistdir}/doc/latex/eskd/example.tex
#- source
%doc %{_texmfdistdir}/source/latex/eskd/eskd.dtx
%doc %{_texmfdistdir}/source/latex/eskd/eskd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070214-3
+ Revision: fe46f38
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20005 |14mr|texlive-eskdx-0.98-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22465
# category Package
# catalog-ctan /macros/latex/contrib/eskdx
# catalog-date 2011-05-13 21:22:08 +0200
# catalog-license lppl1.3
# catalog-version 0.98
Name:		texlive-eskdx
Version:	0.98
Release:	3
Summary:	Modern Russian typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eskdx
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eskdx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eskdx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Eskdx is a collection of LaTeX classes and packages to typeset
textual and graphical documents in accordance with Russian (and
probably post USSR) standards for designers.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eskdx/eskdafterpkg.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdappsheet.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdbiblist.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdcap.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdchngsheet.sty
%{_texmfdistdir}/tex/latex/eskdx/eskddstu.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdexplan.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdfont.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdfootnote.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdfreesize.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdgraph.cls
%{_texmfdistdir}/tex/latex/eskdx/eskdhash.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdindent.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdinfo.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdlang.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdlist.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdpara.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdplain.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdrussian.def
%{_texmfdistdir}/tex/latex/eskdx/eskdsect.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdspec.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdspecii.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdstamp.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdtab.cls
%{_texmfdistdir}/tex/latex/eskdx/eskdtext.cls
%{_texmfdistdir}/tex/latex/eskdx/eskdtitle.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdtitlebase.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdtotal.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdukrainian.def
%doc %{_texmfdistdir}/doc/latex/eskdx/ChangeLog
%doc %{_texmfdistdir}/doc/latex/eskdx/Makefile
%doc %{_texmfdistdir}/doc/latex/eskdx/Makefile.unpacked
%doc %{_texmfdistdir}/doc/latex/eskdx/NEWS
%doc %{_texmfdistdir}/doc/latex/eskdx/NEWS.in
%doc %{_texmfdistdir}/doc/latex/eskdx/README
%doc %{_texmfdistdir}/doc/latex/eskdx/README.in
%doc %{_texmfdistdir}/doc/latex/eskdx/include.m4
%doc %{_texmfdistdir}/doc/latex/eskdx/include.mak
%doc %{_texmfdistdir}/doc/latex/eskdx/manifest.txt
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/Makefile
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/eskdx.pdf
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/eskdx.tex.in
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/example.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/img-form1.svg
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/img-form2.svg
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/img-form2a.svg
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/img-title.svg
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/latex2html-init
%doc %{_texmfdistdir}/doc/latex/eskdx/source/Makefile
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdafterpkg.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdappsheet.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdbiblist.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdcap.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdchngsheet.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskddstu.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdexplan.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdfont.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdfootnote.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdfreesize.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdgraph.cls.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdhash.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdindent.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdinfo.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdlang.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdlist.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdpara.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdplain.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdrussian.def.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdsect.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdspec.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdspecii.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdstamp.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdtab.cls.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdtext.cls.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdtitle.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdtitlebase.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdtotal.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdukrainian.def.in
%doc %{_texmfdistdir}/doc/latex/eskdx/test/Makefile
%doc %{_texmfdistdir}/doc/latex/eskdx/test/appsheet.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a2.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a3-mp.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a3-p.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a3.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a4.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/footnote.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/freesizesheets.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/general.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/general2.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/numbering.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/pagestyle.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/spec.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/specii.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/twoside.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.98-3
+ Revision: e21fa14
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20006 |14mr|texlive-eso-pic-2.0d-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31875
# category Package
# catalog-ctan /macros/latex/contrib/eso-pic
# catalog-date 2013-10-10 16:26:27 +0200
# catalog-license lppl1.2
# catalog-version 2.0d
Name:		texlive-eso-pic
Version:	2.0d
Release:	6
Summary:	Add picture commands (or backgrounds) to every page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eso-pic
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eso-pic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eso-pic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eso-pic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package adds one or more user commands to LaTeX's shipout
routine, which may be used to place the output at fixed
positions. The grid option may be used to find the correct
places.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eso-pic/eso-pic.sty
%{_texmfdistdir}/tex/latex/eso-pic/showframe.sty
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-article-test.tex
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-ex1.tex
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-ex2.tex
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-ex3.tex
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-ex4.tex
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-ex5.tex
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-memoir-test.tex
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-pic.pdf
#- source
%doc %{_texmfdistdir}/source/latex/eso-pic/eso-pic.dtx
%doc %{_texmfdistdir}/source/latex/eso-pic/eso-pic.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0d-6
+ Revision: 6c1e840
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20007 |14mr|texlive-esstix-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22426
# category Package
# catalog-ctan /fonts/esstix
# catalog-date 2011-05-10 11:05:00 +0200
# catalog-license ofl
# catalog-version 1.0
Name:		texlive-esstix
Version:	1.0
Release:	3
Summary:	PostScript versions of the ESSTIX, with macro support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/esstix
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esstix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esstix.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These fonts represent translation to PostScript Type 1 of the
ESSTIX fonts. ESSTIX seem to have been a precursor to the STIX
project, and were donated by Elsevier to that project. The
accompanying virtual fonts with customized metrics and LaTeX
support files allow their use as calligraphic, fraktur and
double-struck (blackboard bold) in maths mode.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX10.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX10.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX11.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX11.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX12.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX12.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX13.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX13.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX14.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX14.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX15.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX15.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX16.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX16.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX17.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX17.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX1_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX1_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX2_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX2_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX3_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX3_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX4_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX4_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX5_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX5_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX6_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX6_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX7_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX7_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX8_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX8_.afm
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX9_.PFM
%{_texmfdistdir}/fonts/afm/esstix/ESSTIX9_.afm
%{_texmfdistdir}/fonts/map/dvips/esstix/ESSTIX.map
%{_texmfdistdir}/fonts/tfm/public/esstix/esstixbb.tfm
%{_texmfdistdir}/fonts/tfm/public/esstix/esstixcal.tfm
%{_texmfdistdir}/fonts/tfm/public/esstix/esstixfrak.tfm
%{_texmfdistdir}/fonts/tfm/public/esstix/rESSTIX13.tfm
%{_texmfdistdir}/fonts/tfm/public/esstix/rESSTIX14.tfm
%{_texmfdistdir}/fonts/tfm/public/esstix/rESSTIX15.tfm
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX10.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX11.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX12.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX13.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX14.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX15.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX16.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX17.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX1_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX2_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX3_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX4_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX5_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX6_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX7_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX8_.pfb
%{_texmfdistdir}/fonts/type1/public/esstix/ESSTIX9_.pfb
%{_texmfdistdir}/fonts/vf/public/esstix/esstixbb.vf
%{_texmfdistdir}/fonts/vf/public/esstix/esstixcal.vf
%{_texmfdistdir}/fonts/vf/public/esstix/esstixfrak.vf
%{_texmfdistdir}/tex/latex/esstix/esstixbb.sty
%{_texmfdistdir}/tex/latex/esstix/esstixcal.sty
%{_texmfdistdir}/tex/latex/esstix/esstixfrak.sty
%{_texmfdistdir}/tex/latex/esstix/uesstixbb.fd
%{_texmfdistdir}/tex/latex/esstix/uesstixcal.fd
%{_texmfdistdir}/tex/latex/esstix/uesstixfrak.fd
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX10.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX11.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX12.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX13.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX14.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX15.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX16.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX17.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX1_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX2_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX3_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX4_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX5_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX6_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX7_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX8_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/ESSTIX9_.tfm
%doc %{_texmfdistdir}/doc/fonts/esstix/Esstix.pdf
%doc %{_texmfdistdir}/doc/fonts/esstix/Esstix.tex
%doc %{_texmfdistdir}/doc/fonts/esstix/README
%doc %{_texmfdistdir}/doc/fonts/esstix/esstixOther.map

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: efa722f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20008 |14mr|texlive-estcpmm-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17335
# category Package
# catalog-ctan /macros/latex/contrib/estcpmm
# catalog-date 2010-03-04 23:40:34 +0100
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-estcpmm
Version:	0.4
Release:	3
Summary:	Style for Munitions Management Project Reports
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/estcpmm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/estcpmm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/estcpmm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/estcpmm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a class which supports typesetting Cost and
Performance Reports and Final Reports for Munitions Management
Reports, US Environmental Security Technology Certification
Program. The class was commissioned and paid for by US Army
Corps of Engineers, Engineer Research and Development Center,
3909 Halls Ferry Road, Vicksburg, MS 39180-6199.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/estcpmm/estcpmm.cls
%doc %{_texmfdistdir}/doc/latex/estcpmm/README
%doc %{_texmfdistdir}/doc/latex/estcpmm/estcp.pdf
%doc %{_texmfdistdir}/doc/latex/estcpmm/estcpmm.bib
%doc %{_texmfdistdir}/doc/latex/estcpmm/estcpmm.pdf
%doc %{_texmfdistdir}/doc/latex/estcpmm/red_corps_castle2.pdf
%doc %{_texmfdistdir}/doc/latex/estcpmm/sample.pdf
%doc %{_texmfdistdir}/doc/latex/estcpmm/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/estcpmm/Makefile
%doc %{_texmfdistdir}/source/latex/estcpmm/estcpmm.dtx
%doc %{_texmfdistdir}/source/latex/estcpmm/estcpmm.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-3
+ Revision: 926bbc1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20009 |14mr|texlive-es-tex-faq-1.97-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /help/es-tex-faq
# catalog-date 2006-10-29 10:21:33 +0100
# catalog-license lppl
# catalog-version 1.97
Name:		texlive-es-tex-faq
Version:	1.97
Release:	3
Summary:	CervanTeX (Spanish TeX Group) FAQ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/help/es-tex-faq
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/es-tex-faq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/es-tex-faq.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
SGML source, converted LaTeX version, and readable copies of
the FAQ from the Spanish TeX users group.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/generic/es-tex-faq/FAQ-CervanTeX.html
%doc %{_texmfdistdir}/doc/generic/es-tex-faq/FAQ-CervanTeX.latin1
%doc %{_texmfdistdir}/doc/generic/es-tex-faq/FAQ-CervanTeX.pdf
%doc %{_texmfdistdir}/doc/generic/es-tex-faq/FAQ-CervanTeX.sgml
%doc %{_texmfdistdir}/doc/generic/es-tex-faq/FAQ-CervanTeX.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.97-3
+ Revision: 4a9fd5f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20010 |14mr|texlive-esvect-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/esvect
# catalog-date 2006-10-27 00:09:51 +0200
# catalog-license gpl
# catalog-version 1.2
Name:		texlive-esvect
Version:	1.2
Release:	3
Summary:	Vector arrows
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/esvect
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esvect.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esvect.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esvect.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Write vectors using an arrow which is different to the Computer
Modern one. You have the choice between several kinds of
arrows. The package consists of the relevant metafont code and
a package to use it.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/esvect/esvect.map
%{_texmfdistdir}/fonts/source/public/esvect/mathvec.mf
%{_texmfdistdir}/fonts/source/public/esvect/vecsym.mf
%{_texmfdistdir}/fonts/source/public/esvect/vect10.mf
%{_texmfdistdir}/fonts/source/public/esvect/vect5.mf
%{_texmfdistdir}/fonts/source/public/esvect/vect6.mf
%{_texmfdistdir}/fonts/source/public/esvect/vect7.mf
%{_texmfdistdir}/fonts/source/public/esvect/vect8.mf
%{_texmfdistdir}/fonts/source/public/esvect/vect9.mf
%{_texmfdistdir}/fonts/source/public/esvect/vsymbol.mf
%{_texmfdistdir}/fonts/tfm/public/esvect/vect10.tfm
%{_texmfdistdir}/fonts/tfm/public/esvect/vect5.tfm
%{_texmfdistdir}/fonts/tfm/public/esvect/vect6.tfm
%{_texmfdistdir}/fonts/tfm/public/esvect/vect7.tfm
%{_texmfdistdir}/fonts/tfm/public/esvect/vect8.tfm
%{_texmfdistdir}/fonts/tfm/public/esvect/vect9.tfm
%{_texmfdistdir}/fonts/type1/public/esvect/vect10.pfb
%{_texmfdistdir}/fonts/type1/public/esvect/vect5.pfb
%{_texmfdistdir}/fonts/type1/public/esvect/vect6.pfb
%{_texmfdistdir}/fonts/type1/public/esvect/vect7.pfb
%{_texmfdistdir}/fonts/type1/public/esvect/vect8.pfb
%{_texmfdistdir}/fonts/type1/public/esvect/vect9.pfb
%{_texmfdistdir}/tex/latex/esvect/esvect.sty
%{_texmfdistdir}/tex/latex/esvect/uesvect.fd
%doc %{_texmfdistdir}/doc/latex/esvect/README
%doc %{_texmfdistdir}/doc/latex/esvect/esvect.pdf
#- source
%doc %{_texmfdistdir}/source/latex/esvect/esvect.dtx
%doc %{_texmfdistdir}/source/latex/esvect/esvect.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 58a6f86
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20011 |14mr|texlive-etaremune-v1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/etaremune
# catalog-date 2009-05-14 13:22:18 +0200
# catalog-license lppl
# catalog-version v1.2
Name:		texlive-etaremune
Version:	v1.2
Release:	3
Summary:	Reverse-counting enumerate environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/etaremune
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etaremune.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etaremune.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etaremune.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package implements the etaremune environment which is
similar to the enumerate environment, except that labels are
decreasing instead of increasing. The package provides a
noticeably more efficient alternative to the revnum package,
which uses painfully many counters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/etaremune/etaremune.sty
%doc %{_texmfdistdir}/doc/latex/etaremune/README
%doc %{_texmfdistdir}/doc/latex/etaremune/etaremune.pdf
#- source
%doc %{_texmfdistdir}/source/latex/etaremune/etaremune.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.2-3
+ Revision: 9071011
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20012 |14mr|texlive-etex-2.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31600
# category Package
# catalog-ctan /systems/e-tex
# catalog-date 2012-03-09 15:12:11 +0100
# catalog-license knuth
# catalog-version 2.1
Name:		texlive-etex
Version:	2.1
Release:	8
Summary:	An extended version of TeX, from the NTS project
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/e-tex
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An extended version of TeX (which is capable of running as if
it were TeX unmodified). E-TeX has been specified by the LaTeX
team as the engine for the development of LaTeX 2e, in the
immediate future; as a result, LaTeX programmers may (in all
current TeX distributions) assume e-TeX functionality.
Development versions of e-TeX are to be found in the TeX live
source repository.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/etex/xbmc10.mf
%{_texmfdistdir}/fonts/tfm/public/etex/xbmc10.tfm
%{_texmfdistdir}/tex/plain/etex/etex.src
%{_texmfdistdir}/tex/plain/etex/etexdefs.lib
%doc %{_texmfdistdir}/doc/etex/base/NTS-FAQ
%doc %{_texmfdistdir}/doc/etex/base/etex_gen.tex
%doc %{_texmfdistdir}/doc/etex/base/etex_man.pdf
%doc %{_texmfdistdir}/doc/etex/base/etex_man.sty
%doc %{_texmfdistdir}/doc/etex/base/etex_man.tex
%doc %{_texmfdistdir}/doc/etex/base/etex_ref.html
%doc %{_texmfdistdir}/doc/etex/base/etex_src.html
%doc %{_texmfdistdir}/doc/etex/base/legal.html
%doc %{_texmfdistdir}/doc/etex/base/nts-group.html
%doc %{_texmfdistdir}/doc/etex/base/webmerge.tex
%doc %{_mandir}/man1/etex.1*
%doc %{_texmfdistdir}/doc/man/man1/etex.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-8
+ Revision: b1db534
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20013 |14mr|texlive-etex-pkg-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/etex-pkg/etex.sty
# catalog-date 2009-07-22 12:43:06 +0200
# catalog-license other-free
# catalog-version 2.0
Name:		texlive-etex-pkg
Version:	2.0
Release:	3
Summary:	E-TeX support package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/etex-pkg/etex.sty
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etex-pkg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etex-pkg.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a straightforward interface to many of the
extensions offered by e-TeX; in particular, it modifies LaTeX's
register allocation macros to make use of the extended register
range. The etoolbox and etextools packages provide macros that
make more sophisticated use of e-TeX's facilities.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/etex-pkg/etex.sty
%doc %{_texmfdistdir}/doc/latex/etex-pkg/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 5a377d0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20014 |14mr|texlive-etextools-3.1415926-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20694
# category Package
# catalog-ctan /macros/latex/contrib/etextools
# catalog-date 2010-12-08 18:13:15 +0100
# catalog-license lppl
# catalog-version 3.1415926
Name:		texlive-etextools
Version:	3.1415926
Release:	3
Summary:	e-TeX tools for LaTeX users and package writers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/etextools
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etextools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etextools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etextools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides many (purely expandable) tools for LaTeX:
- Extensive list management (csv lists, lists of single
tokens/characters, etoolbox lists): * purely expandable loops
(csvloop, forcsvloop, etc.) * conversion (csvtolist, etc.)) *
addition/deletion (csvadd, listdel, etc.) - Expansion and group
control: \expandnext, \ExpandAfterCmds, \AfterGroup... - Tests
on tokens, characters and control sequences (\iffirstchar,
\ifiscs, \ifdefcount, \@ifchar...) - Tests on strings
(\ifstrnum, \ifuppercase, \DeclareStringFilter...) - Purely
expandable macros with options (\FE@testopt, \FE@ifstar) or
modifiers (\FE@modifiers) - Some purely expandable numerics
(\interval, \locinterplin). The package is dependent on the
etex and the etoolbox packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/etextools/etextools.sty
%doc %{_texmfdistdir}/doc/latex/etextools/README
%doc %{_texmfdistdir}/doc/latex/etextools/etextools-examples.pdf
%doc %{_texmfdistdir}/doc/latex/etextools/etextools-examples.tex
%doc %{_texmfdistdir}/doc/latex/etextools/etextools.pdf
#- source
%doc %{_texmfdistdir}/source/latex/etextools/etextools.drv
%doc %{_texmfdistdir}/source/latex/etextools/etextools.dtx
%doc %{_texmfdistdir}/source/latex/etextools/etextools.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1415926-3
+ Revision: 5d308db
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20015 |14mr|texlive-ethiop-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/ethiopia/ethiop
# catalog-date 2007-02-14 08:57:40 +0100
# catalog-license gpl
# catalog-version 0.7
Name:		texlive-ethiop
Version:	0.7
Release:	3
Summary:	LaTeX macros and fonts for typesetting Amharic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/ethiopia/ethiop
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Ethiopian language support for the babel package, including a
collection of fonts and TeX macros for typesetting the
characters of the languages of Ethiopia, with MetaFont fonts
based on EthTeX's.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/ofm/public/ethiop/etho10.ofm
%{_texmfdistdir}/fonts/ofm/public/ethiop/ethob10.ofm
%{_texmfdistdir}/fonts/ofm/public/ethiop/ethos10.ofm
%{_texmfdistdir}/fonts/ofm/public/ethiop/ethosb10.ofm
%{_texmfdistdir}/fonts/ovf/public/ethiop/etho10.ovf
%{_texmfdistdir}/fonts/ovf/public/ethiop/ethob10.ovf
%{_texmfdistdir}/fonts/ovf/public/ethiop/ethos10.ovf
%{_texmfdistdir}/fonts/ovf/public/ethiop/ethosb10.ovf
%{_texmfdistdir}/fonts/ovp/public/ethiop/etho10.ovp
%{_texmfdistdir}/fonts/ovp/public/ethiop/ethob10.ovp
%{_texmfdistdir}/fonts/ovp/public/ethiop/ethos10.ovp
%{_texmfdistdir}/fonts/ovp/public/ethiop/ethosb10.ovp
%{_texmfdistdir}/fonts/source/public/ethiop/eth__a.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth__g.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_acce.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_b.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_c_c.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_cc.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_cc_c.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_ccc2.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_d.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_dd.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_f.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_fu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_g.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_g_a.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_gg.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_ggu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_gu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_h.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_h_a.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_h_c.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_hh.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_hu_c.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_j.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_k.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_k_a.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_kk.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_kku.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_ku.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_l.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_m.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_mrf.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_mu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_n.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_nn.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_num.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_p.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_pp.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_pu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_punc.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_q.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_q_a.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_qq.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_qqu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_qu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_r.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_s.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_s_a.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_s_c.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_ss.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_t.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_tt.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_v.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_w.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_wu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_y.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_z.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_z_c.mf
%{_texmfdistdir}/fonts/source/public/ethiop/etha10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/etha6.mf
%{_texmfdistdir}/fonts/source/public/ethiop/etha7.mf
%{_texmfdistdir}/fonts/source/public/ethiop/etha8.mf
%{_texmfdistdir}/fonts/source/public/ethiop/etha_cod.mf
%{_texmfdistdir}/fonts/source/public/ethiop/etha_drv.mf
%{_texmfdistdir}/fonts/source/public/ethiop/etha_lig.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab11.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab12.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab14.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab18.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab24.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab36.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab9.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethas10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb11.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb12.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb14.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb18.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb24.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb36.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb9.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethatt10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethb10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethb6.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethb7.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethb8.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethb_cod.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethb_drv.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethb_lig.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb11.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb12.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb14.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb18.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb24.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb36.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb9.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbs10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb11.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb12.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb14.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb18.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb24.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb36.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb9.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbtt10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethiomac.mf
%{_texmfdistdir}/fonts/tfm/public/ethiop/etha10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/etha6.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/etha7.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/etha8.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab11.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab12.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab14.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab18.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab24.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab36.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab9.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethas10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb11.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb12.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb14.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb18.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb24.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb36.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb9.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethatt10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethb6.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethb7.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethb8.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb11.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb12.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb14.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb18.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb24.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb36.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb9.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbs10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb11.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb12.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb14.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb18.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb24.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb36.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb9.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbtt10.tfm
%{_texmfdistdir}/omega/ocp/ethiop/ethospc.ocp
%{_texmfdistdir}/omega/otp/ethiop/ethospc.otp
%{_texmfdistdir}/tex/latex/ethiop/etharab.sty
%{_texmfdistdir}/tex/latex/ethiop/ethiop.ldf
%{_texmfdistdir}/tex/latex/ethiop/ethiop.sty
%{_texmfdistdir}/tex/latex/ethiop/uetha.fd
%{_texmfdistdir}/tex/latex/ethiop/uethb.fd
%{_texmfdistdir}/tex/latex/ethiop/uetho.fd
%doc %{_texmfdistdir}/doc/latex/ethiop/MANIFEST
%doc %{_texmfdistdir}/doc/latex/ethiop/README
%doc %{_texmfdistdir}/doc/latex/ethiop/codeetha.tex
%doc %{_texmfdistdir}/doc/latex/ethiop/codeethb.tex
%doc %{_texmfdistdir}/doc/latex/ethiop/ethiodoc.pdf
%doc %{_texmfdistdir}/doc/latex/ethiop/ethiodoc.tex
#- source
%doc %{_texmfdistdir}/source/latex/ethiop/ethiop.dtx
%doc %{_texmfdistdir}/source/latex/ethiop/ethiop.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts omega tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-3
+ Revision: 932d019
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20016 |14mr|texlive-ethiop-t1-20070214-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/ps-type1/ethiop
# catalog-date 2007-02-14 08:57:40 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-ethiop-t1
Version:	20070214
Release:	3
Summary:	Type 1 versions of Amharic fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ps-type1/ethiop
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop-t1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop-t1.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These fonts are drop-in Adobe type 1 replacements for the fonts
of the ethiop package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/ethiop-t1/ethiop.map
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/etha10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/etha6.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/etha7.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/etha8.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab11.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab12.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab14.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab18.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab24.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab36.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab9.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethas10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb11.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb12.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb14.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb18.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb24.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb36.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb9.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethatt10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethb10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethb6.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethb7.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethb8.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb11.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb12.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb14.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb18.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb24.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb36.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb9.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbs10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb11.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb12.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb14.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb18.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb24.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb36.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb9.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbtt10.pfb
%doc %{_texmfdistdir}/doc/latex/ethiop-t1/COPYING
%doc %{_texmfdistdir}/doc/latex/ethiop-t1/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070214-3
+ Revision: d946f20
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20017 |14mr|texlive-etoc-1.07k-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33118
# category Package
# catalog-ctan /macros/latex/contrib/etoc
# catalog-date 2014-03-07 10:32:30 +0100
# catalog-license lppl1.2
# catalog-version 1.07k
Name:		texlive-etoc
Version:	1.07k
Release:	2
Summary:	Completely customisable TOCs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/etoc
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package gives the user complete control of how the entries
of the table of contents should be constituted from the name,
number, and page number of each sectioning unit. The layout is
controlled by the definition of 'line styles' for each
sectioning level used in the document. The package provides its
own custom line styles (which may be used as examples), and
continues to support the standard formatting inherited from the
LaTeX document classes, but the package can also allow the user
to delegate the details to packages dealing with list making
environments (such as enumitem). The package's default global
style typesets tables of contents in a multi-column format,
with either a standard heading, or a ruled title (optionally
with a frame around the table). The \tableofcontents command
may be used arbitrarily many times in the same document, while
\localtableofcontents provides a 'local' table of contents.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/etoc/etoc.sty
%doc %{_texmfdistdir}/doc/latex/etoc/README
%doc %{_texmfdistdir}/doc/latex/etoc/etoc.pdf
%doc %{_texmfdistdir}/doc/latex/etoc/etoc.tex
#- source
%doc %{_texmfdistdir}/source/latex/etoc/etoc.dtx
%doc %{_texmfdistdir}/source/latex/etoc/etoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.07k-2
+ Revision: 9b0ccbb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20018 |14mr|texlive-etoolbox-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20922
# category Package
# catalog-ctan /macros/latex/contrib/etoolbox
# catalog-date 2011-01-03 19:54:22 +0100
# catalog-license lppl1.3
# catalog-version 2.1
Name:		texlive-etoolbox
Version:	2.1
Release:	3
Summary:	Tool-box for LaTeX programmers using e-TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/etoolbox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etoolbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etoolbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The etoolbox package is a toolbox of programming facilities
geared primarily towards LaTeX class and package authors. It
provides LaTeX frontends to some of the new primitives provided
by e-TeX as well as some generic tools which are not strictly
related to e-TeX but match the profile of this package. Note
that the initial versions of this package were released under
the name elatex. The package provides functions that seem to
offer alternative ways of implementing some LaTeX kernel
commands; nevertheless, the package will not modify any part of
the LaTeX kernel.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/etoolbox/etoolbox.def
%{_texmfdistdir}/tex/latex/etoolbox/etoolbox.sty
%doc %{_texmfdistdir}/doc/latex/etoolbox/README
%doc %{_texmfdistdir}/doc/latex/etoolbox/etoolbox.pdf
%doc %{_texmfdistdir}/doc/latex/etoolbox/etoolbox.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 3f26eef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20019 |14mr|texlive-etoolbox-de-1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21906
# category Package
# catalog-ctan /info/translations/etoolbox/de
# catalog-date 2011-03-30 20:15:49 +0200
# catalog-license lppl
# catalog-version 1
Name:		texlive-etoolbox-de
Version:	1
Release:	3
Summary:	German translation of documentation of etoolbox
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/etoolbox/de
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etoolbox-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etoolbox-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The version translated is 2.1 or 2011-01-03.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/etoolbox-de/etoolbox-DE.pdf
%doc %{_texmfdistdir}/doc/latex/etoolbox-de/etoolbox-DE.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-3
+ Revision: 8fafe29
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20020 |14mr|texlive-euenc-0.1h-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19795
# category Package
# catalog-ctan /macros/latex/contrib/euenc
# catalog-date 2010-09-19 01:22:04 +0200
# catalog-license lppl1.3
# catalog-version 0.1h
Name:		texlive-euenc
Version:	0.1h
Release:	3
Summary:	Unicode font encoding definitions for XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/euenc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euenc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euenc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euenc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Font encoding definitions for unicode fonts loaded by LaTeX in
XeTeX or LuaTeX. The package provides two encodings: -- EU1,
designed for use with XeTeX, which the fontspec uses for
unicode fonts which require no macro-level processing for
accents, and -- EU2, which provides the same facilities for use
with LuaTeX. Neither encoding places any restriction on the
glyphs provided by a font; use of EU2 causes the package
euxunicode to be loaded (the package is part of this
distribution). The package includes font definition files for
use with the Latin Modern OpenType fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/euenc/eu1enc.def
%{_texmfdistdir}/tex/latex/euenc/eu1lmdh.fd
%{_texmfdistdir}/tex/latex/euenc/eu1lmr.fd
%{_texmfdistdir}/tex/latex/euenc/eu1lmss.fd
%{_texmfdistdir}/tex/latex/euenc/eu1lmssq.fd
%{_texmfdistdir}/tex/latex/euenc/eu1lmtt.fd
%{_texmfdistdir}/tex/latex/euenc/eu1lmvtt.fd
%{_texmfdistdir}/tex/latex/euenc/eu2enc.def
%{_texmfdistdir}/tex/latex/euenc/eu2lmdh.fd
%{_texmfdistdir}/tex/latex/euenc/eu2lmr.fd
%{_texmfdistdir}/tex/latex/euenc/eu2lmss.fd
%{_texmfdistdir}/tex/latex/euenc/eu2lmssq.fd
%{_texmfdistdir}/tex/latex/euenc/eu2lmtt.fd
%{_texmfdistdir}/tex/latex/euenc/eu2lmvtt.fd
%doc %{_texmfdistdir}/doc/latex/euenc/README
%doc %{_texmfdistdir}/doc/latex/euenc/euenc.pdf
%doc %{_texmfdistdir}/doc/latex/euenc/test-euxlm.ltx
#- source
%doc %{_texmfdistdir}/source/latex/euenc/Makefile
%doc %{_texmfdistdir}/source/latex/euenc/euenc.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1h-3
+ Revision: 28db363
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20021 |14mr|texlive-eukdate-1.04-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eukdate
# catalog-date 2009-03-17 21:46:26 +0100
# catalog-license lppl
# catalog-version 1.04
Name:		texlive-eukdate
Version:	1.04
Release:	3
Summary:	UK format dates, with weekday
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eukdate
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eukdate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eukdate.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eukdate.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is used to change the format of \today's date,
including the weekday, e.g., "Saturday, 26 June 2008", the 'UK
format', which is preferred in many parts of the world, as
distinct from that which is used in \maketitle of the article
class, "June 26, 2008", the 'US format'.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eukdate/eukdate.sty
%doc %{_texmfdistdir}/doc/latex/eukdate/README
%doc %{_texmfdistdir}/doc/latex/eukdate/eukdate.pdf
#- source
%doc %{_texmfdistdir}/source/latex/eukdate/eukdate.dtx
%doc %{_texmfdistdir}/source/latex/eukdate/eukdate.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.04-3
+ Revision: 23dde86
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20022 |14mr|texlive-euler-2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17261
# category Package
# catalog-ctan /macros/latex/contrib/euler
# catalog-date 2010-02-28 19:16:53 +0100
# catalog-license lppl
# catalog-version 2.5
Name:		texlive-euler
Version:	2.5
Release:	3
Summary:	Use AMS Euler fonts for math
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/euler
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euler.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euler.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euler.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a setup for using the AMS Euler family of fonts for
mathematics in LaTeX documents. "The underlying philosophy of
Zapf's Euler design was to capture the flavour of mathematics
as it might be written by a mathematician with excellent
handwriting." [concrete-tug] The euler package is based on
Knuth's macros for the book 'Concrete Mathematics'. The text
fonts for the Concrete book are supported by the beton package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/euler/euler.sty
%doc %{_texmfdistdir}/doc/latex/euler/euler.pdf
%doc %{_texmfdistdir}/doc/latex/euler/legal.txt
#- source
%doc %{_texmfdistdir}/source/latex/euler/euler.dtx
%doc %{_texmfdistdir}/source/latex/euler/euler.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5-3
+ Revision: 2c56bf1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20023 |14mr|texlive-eulervm-4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/eulervm
# catalog-date 2006-12-09 23:51:48 +0100
# catalog-license lppl
# catalog-version 4.0
Name:		texlive-eulervm
Version:	4.0
Release:	3
Summary:	Euler virtual math fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/eulervm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eulervm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eulervm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eulervm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The well-known Euler fonts are suitable for typsetting
mathematics in conjunction with a variety of text fonts which
do not provide mathematical character sets of their own. Euler-
VM is a set of virtual mathematics fonts based on Euler and CM.
This approach has several advantages over immediately using the
real Euler fonts: Most noticeably, less TeX resources are
consumed, the quality of various math symbols is improved and a
usable \hslash symbol can be provided. The virtual fonts are
accompanied by a LaTeX package which makes them easy to use,
particularly in conjunction with Type1 PostScript text fonts.
They are compatible with amsmath. A package option allows the
fonts to be loaded at 95% of their nominal size, thus blending
better with certain text fonts, e.g., Minion.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeuex10.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeurb10.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeurb5.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeurb7.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeurm10.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeurm5.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeurm7.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeusb10.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeusb5.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeusb7.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeusm10.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeusm5.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeusm7.tfm
%{_texmfdistdir}/fonts/vf/public/eulervm/zeuex10.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeurb10.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeurb5.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeurb7.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeurm10.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeurm5.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeurm7.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeusb10.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeusb5.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeusb7.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeusm10.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeusm5.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeusm7.vf
%{_texmfdistdir}/tex/latex/eulervm/eulervm.sty
%{_texmfdistdir}/tex/latex/eulervm/uzeuex.fd
%{_texmfdistdir}/tex/latex/eulervm/uzeur.fd
%{_texmfdistdir}/tex/latex/eulervm/uzeus.fd
%doc %{_texmfdistdir}/doc/latex/eulervm/README.eulervm
%doc %{_texmfdistdir}/doc/latex/eulervm/eulervm.pdf
%doc %{_texmfdistdir}/doc/latex/eulervm/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/eulervm/eulervm.dtx
%doc %{_texmfdistdir}/source/latex/eulervm/eulervm.ins
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/Makefile
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/amsrel10.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/amsrel5.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/amsrel7.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/axis10.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/axis5.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/axis7.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/eubar10.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/eubar5.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/eubar7.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/euml.etx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/eums.etx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/eumx.etx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/fontevm.tex
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/unsetams.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/unseteus.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/unsetex.mtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0-3
+ Revision: 89b552d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20024 |14mr|texlive-euproposal-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/euproposal
# catalog-date 2008-08-19 20:15:24 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-euproposal
Version:	0.3
Release:	3
Summary:	A class for preparing FP7 proposals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/euproposal
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euproposal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euproposal.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euproposal.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The euproposal class supports many of the specific elements of
a Framework 7 Proposal. It is optimized towards collaborative
projects. The package comes with an extensive example (a fake
EU proposal; see the file propB.tex) that shows all elements in
action.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/euproposal/euproposal.cls
%doc %{_texmfdistdir}/doc/latex/euproposal/README
%doc %{_texmfdistdir}/doc/latex/euproposal/euproposal.pdf
%doc %{_texmfdistdir}/doc/latex/euproposal/propB.delivs
%doc %{_texmfdistdir}/doc/latex/euproposal/propB.pdf
%doc %{_texmfdistdir}/doc/latex/euproposal/propB.tex
#- source
%doc %{_texmfdistdir}/source/latex/euproposal/euproposal.dtx
%doc %{_texmfdistdir}/source/latex/euproposal/euproposal.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: fc8c2d0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20025 |14mr|texlive-euro-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22191
# category Package
# catalog-ctan /macros/latex/contrib/euro
# catalog-date 2006-09-12 14:13:09 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-euro
Version:	1.1
Release:	3
Summary:	Provide Euro values for national currency amounts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/euro
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euro.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euro.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euro.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Converts arbitrary national currency amounts using the Euro as
base unit, and typesets monetary amounts in almost any desired
way. Write, e.g., \ATS{17.6} to get something like '17,60 oS
(1,28 Euro)' automatically. Conversion rates for the initial
Euro-zone countries are already built-in. Further rates can be
added easily. The package uses the fp package to do its sums.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/euro/euro.sty
%doc %{_texmfdistdir}/doc/latex/euro/Makefile
%doc %{_texmfdistdir}/doc/latex/euro/euro.pdf
%doc %{_texmfdistdir}/doc/latex/euro/euro.txt
#- source
%doc %{_texmfdistdir}/source/latex/euro/euro.dtx
%doc %{_texmfdistdir}/source/latex/euro/euro.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 26b9c63
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20026 |14mr|texlive-euro-ce-3.0b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25714
# category Package
# catalog-ctan /fonts/euro-ce
# catalog-date 2012-03-20 10:39:30 +0100
# catalog-license bsd
# catalog-version 3.0b
Name:		texlive-euro-ce
Epoch:		1
Version:	3.0b
Release:	2
Summary:	Euro and CE sign font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/euro-ce
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euro-ce.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euro-ce.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Metafont source for the symbols in several variants, designed
to fit with Computer Modern-set text.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/euro-ce/ceit.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/cemac.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/cerm.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/cesl.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/eurobf.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/eurobfit.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/eurobfsl.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/euroit.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/euromac.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/euroof.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/eurorm.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/eurosl.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/eurosp.mf
%{_texmfdistdir}/fonts/tfm/public/euro-ce/ceit.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/cerm.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/cesl.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/eurobf.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/eurobfit.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/eurobfsl.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/euroit.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/euroof.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/eurorm.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/eurosl.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/eurosp.tfm
%doc %{_texmfdistdir}/doc/fonts/euro-ce/euro-ce.doc
%doc %{_texmfdistdir}/doc/fonts/euro-ce/euro-ce.dvi
%doc %{_texmfdistdir}/doc/fonts/euro-ce/euro-ce.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.0b-2
+ Revision: 263dc41
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20027 |14mr|texlive-europecv-20061209-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/europecv
# catalog-date 2006-12-09 23:51:48 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-europecv
Version:	20061209
Release:	3
Summary:	Unofficial class for European curricula vitae
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/europecv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/europecv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/europecv.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The europecv class is an unofficial LaTeX implementation of the
standard model for curricula vitae (the "Europass CV") as
recommended by the European Commission. Although primarily
intended for users in the European Union, the class is flexible
enough to be used for any kind of curriculum vitae. The class
has localisations for all the official languages of the EU
(plus Catalan), as well as options permitting input in UTF-8
and koi8-r.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagBW.eps
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagBW.pdf
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagBlueCMYK.eps
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagBlueCMYK.pdf
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagCMYK.eps
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagCMYK.pdf
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagWB.eps
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagWB.pdf
%{_texmfdistdir}/tex/latex/europecv/ecvbg.def
%{_texmfdistdir}/tex/latex/europecv/ecvca.def
%{_texmfdistdir}/tex/latex/europecv/ecvcs.def
%{_texmfdistdir}/tex/latex/europecv/ecvda.def
%{_texmfdistdir}/tex/latex/europecv/ecvde.def
%{_texmfdistdir}/tex/latex/europecv/ecven.def
%{_texmfdistdir}/tex/latex/europecv/ecves.def
%{_texmfdistdir}/tex/latex/europecv/ecvet.def
%{_texmfdistdir}/tex/latex/europecv/ecvfi.def
%{_texmfdistdir}/tex/latex/europecv/ecvfr.def
%{_texmfdistdir}/tex/latex/europecv/ecvgl.def
%{_texmfdistdir}/tex/latex/europecv/ecvgr.def
%{_texmfdistdir}/tex/latex/europecv/ecvhu.def
%{_texmfdistdir}/tex/latex/europecv/ecvis.def
%{_texmfdistdir}/tex/latex/europecv/ecvit.def
%{_texmfdistdir}/tex/latex/europecv/ecvlt.def
%{_texmfdistdir}/tex/latex/europecv/ecvlv.def
%{_texmfdistdir}/tex/latex/europecv/ecvmt.def
%{_texmfdistdir}/tex/latex/europecv/ecvnl.def
%{_texmfdistdir}/tex/latex/europecv/ecvno.def
%{_texmfdistdir}/tex/latex/europecv/ecvpl.def
%{_texmfdistdir}/tex/latex/europecv/ecvpt.def
%{_texmfdistdir}/tex/latex/europecv/ecvro.def
%{_texmfdistdir}/tex/latex/europecv/ecvsk.def
%{_texmfdistdir}/tex/latex/europecv/ecvsl.def
%{_texmfdistdir}/tex/latex/europecv/ecvsr.def
%{_texmfdistdir}/tex/latex/europecv/ecvsv.def
%{_texmfdistdir}/tex/latex/europecv/europasslogo.eps
%{_texmfdistdir}/tex/latex/europecv/europasslogo.pdf
%{_texmfdistdir}/tex/latex/europecv/europecv.cls
%doc %{_texmfdistdir}/doc/latex/europecv/europecv.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/europecv.tex
%doc %{_texmfdistdir}/doc/latex/europecv/examples/at.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/examples/bulgarian-koi8-r.tex
%doc %{_texmfdistdir}/doc/latex/europecv/examples/bulgarian-utf8.tex
%doc %{_texmfdistdir}/doc/latex/europecv/examples/greek-utf8.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/examples/greek-utf8.tex
%doc %{_texmfdistdir}/doc/latex/europecv/examples/maltese-maltese.tex
%doc %{_texmfdistdir}/doc/latex/europecv/examples/maltese-utf8.tex
%doc %{_texmfdistdir}/doc/latex/europecv/examples/minimal.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/examples/minimal.tex
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_de.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_de.tex
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_en.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_en.tex
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_it.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_it.tex
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_pl.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_pl.tex
%doc %{_texmfdistdir}/doc/latex/europecv/templates/publications.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061209-3
+ Revision: 7faf7a2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20028 |14mr|texlive-eurosym-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17265
# category Package
# catalog-ctan /fonts/eurosym
# catalog-date 2009-03-31 14:27:12 +0200
# catalog-license other-free
# catalog-version 1.4-subrfix
Name:		texlive-eurosym
Version:	1.4
Release:	3
Summary:	MetaFont and macros for Euro sign
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/eurosym
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eurosym.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eurosym.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The new European currency symbol for the Euro implemented in
MetaFont, using the official European Commission dimensions,
and providing several shapes (normal, slanted, bold, outline).
The package also includes a LaTeX package which defines the
macro, pre-compiled tfm files, and documentation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/eurosym/eurosym.map
%{_texmfdistdir}/fonts/source/public/eurosym/fey.mf
%{_texmfdistdir}/fonts/source/public/eurosym/feybl10.mf
%{_texmfdistdir}/fonts/source/public/eurosym/feybo10.mf
%{_texmfdistdir}/fonts/source/public/eurosym/feybr10.mf
%{_texmfdistdir}/fonts/source/public/eurosym/feyml10.mf
%{_texmfdistdir}/fonts/source/public/eurosym/feymo10.mf
%{_texmfdistdir}/fonts/source/public/eurosym/feymr10.mf
%{_texmfdistdir}/fonts/tfm/public/eurosym/feybl10.tfm
%{_texmfdistdir}/fonts/tfm/public/eurosym/feybo10.tfm
%{_texmfdistdir}/fonts/tfm/public/eurosym/feybr10.tfm
%{_texmfdistdir}/fonts/tfm/public/eurosym/feyml10.tfm
%{_texmfdistdir}/fonts/tfm/public/eurosym/feymo10.tfm
%{_texmfdistdir}/fonts/tfm/public/eurosym/feymr10.tfm
%{_texmfdistdir}/fonts/type1/public/eurosym/feybl10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/feybo10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/feybr10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/feyml10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/feymo10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/feymr10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/geybl10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/geybo10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/geybr10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/geyml10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/geymo10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/geymr10.pfb
%{_texmfdistdir}/tex/latex/eurosym/eurosym.sty
%doc %{_texmfdistdir}/doc/fonts/eurosym/COPYING
%doc %{_texmfdistdir}/doc/fonts/eurosym/Changes
%doc %{_texmfdistdir}/doc/fonts/eurosym/Makefile
%doc %{_texmfdistdir}/doc/fonts/eurosym/README
%doc %{_texmfdistdir}/doc/fonts/eurosym/README.type1
%doc %{_texmfdistdir}/doc/fonts/eurosym/c/Makefile
%doc %{_texmfdistdir}/doc/fonts/eurosym/eurosym.cpp
%doc %{_texmfdistdir}/doc/fonts/eurosym/makemfs
%doc %{_texmfdistdir}/doc/fonts/eurosym/rundvips
%doc %{_texmfdistdir}/doc/fonts/eurosym/runlatex
%doc %{_texmfdistdir}/doc/fonts/eurosym/src/Makefile
%doc %{_texmfdistdir}/doc/fonts/eurosym/testeuro.pdf
%doc %{_texmfdistdir}/doc/fonts/eurosym/testeuro.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: b50a56f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20029 |14mr|texlive-euxm-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20202
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-euxm
Version:	20111103
Release:	3
Summary:	TeXLive euxm package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euxm.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive euxm package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/euxm/eubase.mf
%{_texmfdistdir}/fonts/source/public/euxm/eusmch.mf
%{_texmfdistdir}/fonts/source/public/euxm/euxm10.mf
%{_texmfdistdir}/fonts/source/public/euxm/euxm5.mf
%{_texmfdistdir}/fonts/source/public/euxm/euxm7.mf
%{_texmfdistdir}/fonts/source/public/euxm/euxmch.mf
%{_texmfdistdir}/fonts/tfm/public/euxm/euxm10.tfm
%{_texmfdistdir}/fonts/tfm/public/euxm/euxm5.tfm
%{_texmfdistdir}/fonts/tfm/public/euxm/euxm7.tfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: 4347ca1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20030 |14mr|texlive-everyhook-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21298
# category Package
# catalog-ctan /macros/latex/contrib/everyhook
# catalog-date 2011-02-04 11:55:08 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-everyhook
Version:	1.1
Release:	3
Summary:	Hooks for standard TeX token lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/everyhook
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/everyhook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/everyhook.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/everyhook.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package takes control of the six TeX token registers
\everypar, \everymath, \everydisplay, \everyhbox, \everyvbox
and \everycr. Real hooks for each of the registers may be
installed using a stack like interface. For backwards
compatibility, each of the \everyX token lists can be set
without interfering with the hooks.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/everyhook/everyhook.sty
%doc %{_texmfdistdir}/doc/latex/everyhook/README
%doc %{_texmfdistdir}/doc/latex/everyhook/everyhook.pdf
#- source
%doc %{_texmfdistdir}/source/latex/everyhook/everyhook.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 6a17762
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20031 |14mr|texlive-everypage-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/everypage
# catalog-date 2008-02-19 19:31:19 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-everypage
Version:	1.1
Release:	3
Summary:	Provide hooks to be run on every page of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/everypage
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/everypage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/everypage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/everypage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides hooks to perform actions on every page, or
on the current page. Specifically, actions are performed after
the page is composed, but before it is shipped, so they can be
used to prepare the output page in tasks like putting
watermarks in the background, or in setting the next page
layout, etc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/everypage/everypage.sty
%doc %{_texmfdistdir}/doc/latex/everypage/README
%doc %{_texmfdistdir}/doc/latex/everypage/everypage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/everypage/everypage.dtx
%doc %{_texmfdistdir}/source/latex/everypage/everypage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: ae1c83d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20032 |14mr|texlive-exam-2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22585
# category Package
# catalog-ctan /macros/latex/contrib/exam
# catalog-date 2011-05-23 10:42:55 +0200
# catalog-license lppl1.3
# catalog-version 2.4
Name:		texlive-exam
Version:	2.4
Release:	3
Summary:	Package for typesetting exam scripts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/exam
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exam.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exam.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a class exam, which eases production of exams, even by
a LaTeX novice. Simple commands are provided to: - create
questions, parts of questions, subparts of parts, and
subsubparts of subparts, all with optional point values; -
create a grading table, indexed either by question number
(listing each question and the total possible points for that
question) or by page number (listing each page with points and
the total possible points for that page); - create headers and
footers that are each specified in three parts: one part to be
left justified, one part to be centered, and one part to be
right justified, in the manner of fancyhdr Headers and/or
footers can be different on the first page of the exam, can be
different on the last page of the exam, and can vary depending
on whether the page number is odd or even, or on whether the
current page continues a question from a previous page, or on
whether the last question on the current page continues onto
the following page. Multiple line headers and/or footers are
allowed, and it's easy to increase the part of the page devoted
to headers and/or footers to allow for this. Note that the
bundle exams also provides a file exam.cls; the two bundles
therefore clash, and should not be installed on the same
system.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/exam/exam.cls
%doc %{_texmfdistdir}/doc/latex/exam/README
%doc %{_texmfdistdir}/doc/latex/exam/exam-2.4.md5
%doc %{_texmfdistdir}/doc/latex/exam/examdoc.pdf
%doc %{_texmfdistdir}/doc/latex/exam/examdoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-3
+ Revision: 1cfe980
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20033 |14mr|texlive-examdesign-20061209-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/examdesign
# catalog-date 2006-12-09 23:51:48 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-examdesign
Version:	20061209
Release:	3
Summary:	LaTeX class for typesetting exams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/examdesign
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/examdesign.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/examdesign.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/examdesign.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle provides a class examdesign. The class provides
several features useful for designing tests or question sets: -
it allows for explicit markup of questions and answers; - the
class will, at the user's request, automatically generate
answer keys; - multiple versions of the same test can be
generated automatically, with the ordering of questions within
each section randomly permuted so as to minimize cheating; -
the generated answer keys can be constructed either with or
without the questions included; - environments are provided to
assist in constructing the most common types of test question:
matching, true/false, multiple-choice, fill-in-the-blank, and
short answer/essay questions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/examdesign/examdesign.cls
%doc %{_texmfdistdir}/doc/latex/examdesign/Bugs
%doc %{_texmfdistdir}/doc/latex/examdesign/Changes
%doc %{_texmfdistdir}/doc/latex/examdesign/INSTALL
%doc %{_texmfdistdir}/doc/latex/examdesign/README
%doc %{_texmfdistdir}/doc/latex/examdesign/examdesign.pdf
%doc %{_texmfdistdir}/doc/latex/examdesign/examplea.pdf
%doc %{_texmfdistdir}/doc/latex/examdesign/examplea.tex
%doc %{_texmfdistdir}/doc/latex/examdesign/exampleb.pdf
%doc %{_texmfdistdir}/doc/latex/examdesign/exampleb.tex
%doc %{_texmfdistdir}/doc/latex/examdesign/examplec.pdf
%doc %{_texmfdistdir}/doc/latex/examdesign/examplec.tex
%doc %{_texmfdistdir}/doc/latex/examdesign/foobar.tex
#- source
%doc %{_texmfdistdir}/source/latex/examdesign/examdesign.dtx
%doc %{_texmfdistdir}/source/latex/examdesign/examdesign.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061209-3
+ Revision: 2cd6e0f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20034 |14mr|texlive-examplep-0.04-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16916
# category Package
# catalog-ctan /macros/latex/contrib/examplep
# catalog-date 2010-02-04 09:03:57 +0100
# catalog-license gpl
# catalog-version 0.04
Name:		texlive-examplep
Version:	0.04
Release:	3
Summary:	Verbatim phrases and listings in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/examplep
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/examplep.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/examplep.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Examplep provides sophisticated features for typesetting
verbatim source code listings, including the display of the
source code and its compiled LaTeX or METAPOST output side-by-
side, with automatic width detection and enabled page breaks
(in the source), without the need for specifying the source
twice. Special care is taken that section, page and footnote
numbers do not interfere with the main document. For
typesetting short verbatim phrases, a replacement for the \verb
command is also provided in the package, which can be used
inside tables and moving arguments such as footnotes and
section titles. The listings package is used for syntax
highlighting. The accompanying codep package and the wrfiles.pl
Perl script provide a convenient interface to the examplep
package for authors of manuals. With codep it is possible to
generate the source code, the LaTeX or METAPOST output and the
compilable example file from a single source embedded into the
appropriate place of the .tex document file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/examplep/codep.sty
%{_texmfdistdir}/tex/latex/examplep/examplep.sty
%{_texmfdistdir}/tex/latex/examplep/verbfwr.sty
%doc %{_texmfdistdir}/doc/latex/examplep/README
%doc %{_texmfdistdir}/doc/latex/examplep/eurotex_2005_examplep.pdf
%doc %{_texmfdistdir}/doc/latex/examplep/eurotex_2005_examplep.tex
%doc %{_texmfdistdir}/doc/latex/examplep/houses.eps
%doc %{_texmfdistdir}/doc/latex/examplep/houses.pdf
%doc %{_texmfdistdir}/doc/latex/examplep/pexaminipage.eps
%doc %{_texmfdistdir}/doc/latex/examplep/pexaminipage.pdf
%doc %{_texmfdistdir}/doc/latex/examplep/shorthyp_t1xtts.eps
%doc %{_texmfdistdir}/doc/latex/examplep/shorthyp_t1xtts.pdf
%doc %{_texmfdistdir}/doc/latex/examplep/wrfiles.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.04-3
+ Revision: b05edf7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20035 |14mr|texlive-exceltex-0.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /macros/latex/contrib/exceltex
# catalog-date 2012-05-07 22:43:29 +0200
# catalog-license gpl
# catalog-version 0.5.1
Name:		texlive-exceltex
Version:	0.5.1
Release:	3
Summary:	Get data from Excel files into LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/exceltex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exceltex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exceltex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-exceltex.bin = %{EVRD}

%description
Exceltex is a LaTeX package combined with a helper program
written in Perl. It provides an easy to use yet powerfull and
flexible way to get data from Spreadsheets into LaTeX. In
contrast to other solutions, exceltex does not seek to make the
creation of tables in LaTeX easier, but to get data from
Spreadsheets into LaTeX as easily as possible. The Excel (TM)
file format only acts as an interface between the spreadsheet
application and exceltex beacause it is easily accessible (via
the Spreadsheet::ParseExcel Perl module) and because most
spreadsheet applications are able to read and write Excel
files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/exceltex
%{_texmfdistdir}/scripts/exceltex/exceltex
%{_texmfdistdir}/tex/latex/exceltex/exceltex.sty
%doc %{_texmfdistdir}/doc/latex/exceltex/CHANGES
%doc %{_texmfdistdir}/doc/latex/exceltex/INSTALL
%doc %{_texmfdistdir}/doc/latex/exceltex/README
%doc %{_texmfdistdir}/doc/latex/exceltex/README.TEXLIVE

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/exceltex/exceltex exceltex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.1-3
+ Revision: 8858a03
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20036 |14mr|texlive-excludeonly-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17262
# category Package
# catalog-ctan /macros/latex/contrib/excludeonly
# catalog-date 2010-03-01 08:47:36 +0100
# catalog-license pd
# catalog-version 1.0
Name:		texlive-excludeonly
Version:	1.0
Release:	3
Summary:	Prevent files being \include-ed
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/excludeonly
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/excludeonly.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/excludeonly.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines an \excludeonly command, which is (in
effect) the opposite of \includeonly. If both \includeonly and
\excludeonly exist in a document, only files "allowed" by both
will be included. The package redefines the internal \@include
command, so it conflicts with packages that do the same.
Examples are the classes paper.cls and thesis.cls.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/excludeonly/excludeonly.sty
%doc %{_texmfdistdir}/doc/latex/excludeonly/excludeonly.pdf
%doc %{_texmfdistdir}/doc/latex/excludeonly/excludeonly.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: ccc667e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20037 |14mr|texlive-exercise-1.58-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26260
# category Package
# catalog-ctan /macros/latex/contrib/exercise
# catalog-date 2012-05-08 15:13:49 +0200
# catalog-license gpl
# catalog-version 1.58
Name:		texlive-exercise
Version:	1.58
Release:	2
Summary:	Typeset exercises, problems, etc. and their answers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/exercise
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exercise.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exercise.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exercise.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package helps to typeset exercises or list of exercises
within any document. Exercises, questions and sub-questions are
automatically numbered. It is possible to put answers in the
same document, and display them immediatly, later in the
document or not to print answers at all. The layout of
exercises is fully customisable. It is possible to typeset long
problems, short exercises, questionnaires, etc. Usage of the
babel package is detected, but not fully supported yet (only
English and French are implemented).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/exercise/exercise.sty
%doc %{_texmfdistdir}/doc/latex/exercise/README
%doc %{_texmfdistdir}/doc/latex/exercise/exercise.pdf
#- source
%doc %{_texmfdistdir}/source/latex/exercise/exercise.dtx
%doc %{_texmfdistdir}/source/latex/exercise/exercise.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.58-2
+ Revision: 0682b76
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20038 |14mr|texlive-expdlist-2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/expdlist
# catalog-date 2008-06-23 23:47:50 +0200
# catalog-license lppl
# catalog-version 2.4
Name:		texlive-expdlist
Version:	2.4
Release:	3
Summary:	Expanded description environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/expdlist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expdlist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expdlist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expdlist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides additional features for the LaTeX
description environment, including adjustable left margin. The
package also allows the user to 'break' a list (for example, to
interpose a comment) without affecting the structure of the
list (so that, for example, numbered lists remain in sequence).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/expdlist/expdlist.sty
%doc %{_texmfdistdir}/doc/latex/expdlist/expdlisg.pdf
%doc %{_texmfdistdir}/doc/latex/expdlist/expdlist.pdf
%doc %{_texmfdistdir}/doc/latex/expdlist/readme.txt
#- source
%doc %{_texmfdistdir}/source/latex/expdlist/expdlisg.drv
%doc %{_texmfdistdir}/source/latex/expdlist/expdlist.drv
%doc %{_texmfdistdir}/source/latex/expdlist/expdlist.dtx
%doc %{_texmfdistdir}/source/latex/expdlist/expdlist.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-3
+ Revision: 0b9beb4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20039 |14mr|texlive-expex-5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32962
# category Package
# catalog-ctan /macros/plain/contrib/expex
# catalog-date 2014-02-13 19:55:47 +0100
# catalog-license lppl
# catalog-version 5.0
Name:		texlive-expex
Version:	5.0
Release:	2
Summary:	Format linguistic examples and glosses, with reference capabilities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/expex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for typesetting linguistic examples
and glosses, with a refined mechanism for referencing examples
and parts of examples. The package can be used with LaTex using
the .sty wrapper or with PlainTex.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/expex/epltxchapno.sty
%{_texmfdistdir}/tex/generic/expex/epltxfn.sty
%{_texmfdistdir}/tex/generic/expex/eptexfn.tex
%{_texmfdistdir}/tex/generic/expex/expex-demo.tex
%{_texmfdistdir}/tex/generic/expex/expex.sty
%{_texmfdistdir}/tex/generic/expex/expex.tex
%doc %{_texmfdistdir}/doc/generic/expex/README
%doc %{_texmfdistdir}/doc/generic/expex/doc-source.zip
%doc %{_texmfdistdir}/doc/generic/expex/expex-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.0-2
+ Revision: a587b7b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20040 |14mr|texlive-export-1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/export
# catalog-date 2007-01-03 21:31:08 +0100
# catalog-license lppl
# catalog-version 1.8
Name:		texlive-export
Version:	1.8
Release:	3
Summary:	Import and export values of LaTeX registers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/export
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/export.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/export.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/export.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows the user to export/import the values of
LaTeX registers (counters, rigid and rubber lengths only). It
is definitely not for faint-hearted users. The package may be
used, for example, to communicate between documents for the
purposes of dvipaste.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/export/dvipaste.sty
%{_texmfdistdir}/tex/latex/export/export.sty
%doc %{_texmfdistdir}/doc/latex/export/00readme
#- source
%doc %{_texmfdistdir}/source/latex/export/export.dtx
%doc %{_texmfdistdir}/source/latex/export/export.ins
%doc %{_texmfdistdir}/source/latex/export/export.l

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8-3
+ Revision: 470433f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20041 |14mr|texlive-expressg-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/expressg
# catalog-date 2007-01-05 12:56:21 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-expressg
Version:	1.5
Release:	3
Summary:	Diagrams consisting of boxes, lines, and annotations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/expressg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expressg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expressg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expressg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A MetaPost package providing facilities to assist in drawing
diagrams that consist of boxes, lines, and annotations.
Particular support is provided for creating EXPRESS-G diagrams,
for example IDEF1X, OMT, Shlaer-Mellor, and NIAM diagrams. The
package may also be used to create UML and most other Box-Line-
Annotation charts, but not Gantt charts directly.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/expressg/aam.mp
%{_texmfdistdir}/metapost/expressg/expeg.mp
%{_texmfdistdir}/metapost/expressg/expressg.mp
%doc %{_texmfdistdir}/doc/metapost/expressg/README
%doc %{_texmfdistdir}/doc/metapost/expressg/aamfigs.pdf
%doc %{_texmfdistdir}/doc/metapost/expressg/aamfigs.tex
%doc %{_texmfdistdir}/doc/metapost/expressg/expeg.pdf
%doc %{_texmfdistdir}/doc/metapost/expressg/expeg.tex
%doc %{_texmfdistdir}/doc/metapost/expressg/expressg.pdf
%doc %{_texmfdistdir}/doc/metapost/expressg/n2mps.sh
%doc %{_texmfdistdir}/doc/metapost/expressg/n2mpsprl.prl
#- source
%doc %{_texmfdistdir}/source/metapost/expressg/expressg.dtx
%doc %{_texmfdistdir}/source/metapost/expressg/expressg.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: 1ec364f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20042 |14mr|texlive-exp-testopt-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/exp-testopt
# catalog-date 2009-03-08 17:38:29 +0100
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-exp-testopt
Version:	0.3
Release:	3
Summary:	Expandable \@testopt (and related) macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/exp-testopt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exp-testopt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exp-testopt.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exp-testopt.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an expandable variant of the LaTeX kernel
command \@testopt, named \@expandable@testopt, and a more
general \@expandable@ifopt, both intended for package writers.
Also we have a variant of \newcommand which uses these macros
to check for optional arguments.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/exp-testopt/exp-testopt.sty
%doc %{_texmfdistdir}/doc/latex/exp-testopt/README
%doc %{_texmfdistdir}/doc/latex/exp-testopt/exp-testopt.pdf
%doc %{_texmfdistdir}/doc/latex/exp-testopt/exp-testopt.test
#- source
%doc %{_texmfdistdir}/source/latex/exp-testopt/exp-testopt.dtx
%doc %{_texmfdistdir}/source/latex/exp-testopt/exp-testopt.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: 6b90c98
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20043 |14mr|texlive-exsheets-0.12b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32517
# category Package
# catalog-ctan /macros/latex/contrib/exsheets
# catalog-date 2013-12-27 13:12:36 +0100
# catalog-license lppl1.3
# catalog-version 0.12b
Name:		texlive-exsheets
Version:	0.12b
Release:	2
Summary:	Create exercise sheets and exams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/exsheets
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exsheets.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exsheets.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to create exercises or questions
and their corresponding solutions. The questions may be divided
into classes and/or topics and may be printed selectively.
Meta-data to questions can be added and recovered. The
solutions may be printed where they are, or collected and
printed at a later point in the document all together, section-
wise or selectively by ID. The package provides the means to
selectively include questions from an external file, and to
control the style of headings of both questions and solutions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/exsheets/cntformats.sty
%{_texmfdistdir}/tex/latex/exsheets/exsheets-listings.sty
%{_texmfdistdir}/tex/latex/exsheets/exsheets.sty
%{_texmfdistdir}/tex/latex/exsheets/exsheets_configurations.cfg
%{_texmfdistdir}/tex/latex/exsheets/exsheets_headings.cfg
%{_texmfdistdir}/tex/latex/exsheets/exsheets_headings.def
%{_texmfdistdir}/tex/latex/exsheets/tasks.cfg
%{_texmfdistdir}/tex/latex/exsheets/tasks.sty
%doc %{_texmfdistdir}/doc/latex/exsheets/README
%doc %{_texmfdistdir}/doc/latex/exsheets/cntformats_en.pdf
%doc %{_texmfdistdir}/doc/latex/exsheets/cntformats_en.tex
%doc %{_texmfdistdir}/doc/latex/exsheets/exsheets_en.pdf
%doc %{_texmfdistdir}/doc/latex/exsheets/exsheets_en.tex
%doc %{_texmfdistdir}/doc/latex/exsheets/grading-table.pdf
%doc %{_texmfdistdir}/doc/latex/exsheets/grading-table.tex
%doc %{_texmfdistdir}/doc/latex/exsheets/tasks_en.pdf
%doc %{_texmfdistdir}/doc/latex/exsheets/tasks_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12b-2
+ Revision: b346cea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20044 |14mr|texlive-exsol-0.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30451
# category Package
# catalog-ctan /macros/latex/contrib/exsol
# catalog-date 2013-05-13 10:56:37 +0200
# catalog-license lppl1.3
# catalog-version 0.6
Name:		texlive-exsol
Version:	0.6
Release:	6
Summary:	Exercises and solutions from same source, into a book
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/exsol
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exsol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exsol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exsol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The packageThe exsol package provides macros to allow for
embedding exercises and solutions in the LaTeX source of an
instructional text (e.g., a book or a course text) while
generating the following separate documents: - your original
text that only contains the exercises, and - a solution book
that contains only the solutions to the exercises (optionally,
the exercises themselves are also copied to the solution book).
The exercise data are generated when running LaTeX on your
document; the first run also writes the solutions to a
secondary file that may be included in a simple document
harness, may be processed by LaTeX, to generate a nice solution
book. The code of the package was derived (in large part) from
fancyvrb.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/exsol/exsol.sty
%doc %{_texmfdistdir}/doc/latex/exsol/LICENSE
%doc %{_texmfdistdir}/doc/latex/exsol/exsol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/exsol/exsol.dtx
%doc %{_texmfdistdir}/source/latex/exsol/exsol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-6
+ Revision: 2a7bd17
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20045 |14mr|texlive-extarrows-1.0b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/extarrows
# catalog-date 2008-05-15 16:08:02 +0200
# catalog-license lgpl
# catalog-version 1.0b
Name:		texlive-extarrows
Version:	1.0b
Release:	3
Summary:	Extra Arrows beyond those provided in AMSmath
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/extarrows
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extarrows.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extarrows.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Arrows are provided to supplement \xleftarrow and \xrightarrow
of the AMSMath package: \xlongequal, \xLongleftarrow,
\xLongrightarrow, \xLongleftrightarrow, \xLeftrightarrow.
\xlongleftrightarrow, \xleftrightarrow, \xlongleftarrow and
\xlongrightarrow.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/extarrows/extarrows.sty
%doc %{_texmfdistdir}/doc/latex/extarrows/README
%doc %{_texmfdistdir}/doc/latex/extarrows/extarrows-test.pdf
%doc %{_texmfdistdir}/doc/latex/extarrows/extarrows-test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0b-3
+ Revision: 0556184
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20046 |14mr|texlive-exteps-0.41-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19859
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/exteps
# catalog-date 2007-03-06 10:34:25 +0100
# catalog-license gpl
# catalog-version 0.41
Name:		texlive-exteps
Version:	0.41
Release:	3
Summary:	Include EPS figures in MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/exteps
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exteps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exteps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Exteps is a module for including external EPS figures into
MetaPost figures. It is written entirely in MetaPost, and does
not therefore require any post processing of the MetaPost
output.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/exteps/exteps.mp
%doc %{_texmfdistdir}/doc/metapost/exteps/LICENSE
%doc %{_texmfdistdir}/doc/metapost/exteps/README
%doc %{_texmfdistdir}/doc/metapost/exteps/delfin
%doc %{_texmfdistdir}/doc/metapost/exteps/exteps.pdf
%doc %{_texmfdistdir}/doc/metapost/exteps/exteps.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.41-3
+ Revision: 9d76caa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20047 |14mr|texlive-extpfeil-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16243
# category Package
# catalog-ctan /macros/latex/contrib/extpfeil
# catalog-date 2009-10-31 20:51:21 +0100
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-extpfeil
Version:	0.4
Release:	3
Summary:	Extensible arrows in mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/extpfeil
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extpfeil.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extpfeil.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extpfeil.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The exptfeil package provides some more extensible arrows
(usable in the same way as \xleftarrow from amsmath), and a
command to simply create new ones.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/extpfeil/extpfeil.sty
%doc %{_texmfdistdir}/doc/latex/extpfeil/README
%doc %{_texmfdistdir}/doc/latex/extpfeil/extpfeil.pdf
#- source
%doc %{_texmfdistdir}/source/latex/extpfeil/extpfeil.dtx
%doc %{_texmfdistdir}/source/latex/extpfeil/extpfeil.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-3
+ Revision: f25b8b5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20048 |14mr|texlive-extract-1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/extract
# catalog-date 2006-11-09 15:16:55 +0100
# catalog-license lppl
# catalog-version 1.8
Name:		texlive-extract
Version:	1.8
Release:	3
Summary:	Extract parts of a document and write to another document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/extract
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extract.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extract.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extract.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to extract specific content from
a source document and write that to a target document. One
could, for instance, use this to extract all exercises from
lecture notes and generate an exercises book on the fly. The
package also provides an environment which writes its body
entirely to the target file. Another environment will write to
the target file, but will also execute the body. This allows to
share code (for instance, a preamble) between the source
document and the target file. Finally, the package provides an
interface to conditionally extract content. With a single
package option, one can specify exactly which commands (counted
from the start of the document) should be extracted and which
not. This might be useful for extracting specific slides from a
presentation and use them in a new file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/extract/extract.sty
%doc %{_texmfdistdir}/doc/latex/extract/README
%doc %{_texmfdistdir}/doc/latex/extract/extract.pdf
#- source
%doc %{_texmfdistdir}/source/latex/extract/extract.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8-3
+ Revision: b053daa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20049 |14mr|texlive-extsizes-1.4a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17263
# category Package
# catalog-ctan /macros/latex/contrib/extsizes
# catalog-date 2010-02-28 19:16:53 +0100
# catalog-license lppl
# catalog-version 1.4a
Name:		texlive-extsizes
Version:	1.4a
Release:	3
Summary:	Extend the standard classes' size options
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/extsizes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extsizes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extsizes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides classes extarticle and extreport, extletter, extbook,
extproc which allow for documents with a base font of size 8-
20pt.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/extsizes/autopagewidth.sty
%{_texmfdistdir}/tex/latex/extsizes/extarticle.cls
%{_texmfdistdir}/tex/latex/extsizes/extbook.cls
%{_texmfdistdir}/tex/latex/extsizes/extletter.cls
%{_texmfdistdir}/tex/latex/extsizes/extproc.cls
%{_texmfdistdir}/tex/latex/extsizes/extreport.cls
%{_texmfdistdir}/tex/latex/extsizes/extsizes.sty
%{_texmfdistdir}/tex/latex/extsizes/size14.clo
%{_texmfdistdir}/tex/latex/extsizes/size17.clo
%{_texmfdistdir}/tex/latex/extsizes/size20.clo
%{_texmfdistdir}/tex/latex/extsizes/size8.clo
%{_texmfdistdir}/tex/latex/extsizes/size9.clo
%doc %{_texmfdistdir}/doc/latex/extsizes/README
%doc %{_texmfdistdir}/doc/latex/extsizes/extsizes.pdf
%doc %{_texmfdistdir}/doc/latex/extsizes/extsizes.tex
%doc %{_texmfdistdir}/doc/latex/extsizes/readme.extsizes

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4a-3
+ Revision: 573cd3f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20050 |14mr|texlive-facsimile-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21328
# category Package
# catalog-ctan /macros/latex/contrib/facsimile
# catalog-date 2007-01-03 21:31:08 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-facsimile
Version:	1.0
Release:	3
Summary:	Document class for preparing faxes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/facsimile
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/facsimile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/facsimile.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/facsimile.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The facsimile class provides a simple interface for creating a
document for sending as a fax, with LaTeX. The class covers two
areas: - First, a title page is created with a detailed fax
header; - second, every page gets headers and footers so that
the recipient can be sure that every page has been received and
all pages are complete, and in the correct order. The class
evolved from the fax package, and provides much better language
support.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/facsimile/fac-de.cfg
%{_texmfdistdir}/tex/latex/facsimile/fac-en.cfg
%{_texmfdistdir}/tex/latex/facsimile/facsimile.cls
%doc %{_texmfdistdir}/doc/latex/facsimile/README
%doc %{_texmfdistdir}/doc/latex/facsimile/example.tex
%doc %{_texmfdistdir}/doc/latex/facsimile/facsimile.pdf
#- source
%doc %{_texmfdistdir}/source/latex/facsimile/facsimile.dtx
%doc %{_texmfdistdir}/source/latex/facsimile/facsimile.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 4ded503
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20051 |14mr|texlive-factura-20131012-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30167
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-factura
Version:	20131012
Release:	6
Summary:	TeXLive factura package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/factura.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/factura.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive factura package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/factura/factura.cls
%{_texmfdistdir}/tex/latex/factura/factura.def
%doc %{_texmfdistdir}/doc/latex/factura/README
%doc %{_texmfdistdir}/doc/latex/factura/factura-modelo-ya.tex
%doc %{_texmfdistdir}/doc/latex/factura/factura-modelo.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131012-6
+ Revision: 7b0677d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20052 |14mr|texlive-facture-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24092
# category Package
# catalog-ctan /macros/xetex/latex/facture
# catalog-date 2011-09-24 18:52:18 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-facture
Version:	1.0
Release:	3
Summary:	Generate an invoice
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/facture
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/facture.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/facture.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/facture.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Une classe simple permettant de produite une facture, avec ou
sans TVA, avec gestion d'une adresse differente pour la
livraison et pour la facturation. A simple class that allows
production of an invoice, with or without VAT; different
addresses for delivery and for billing are permitted.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/facture/facture.cls
%doc %{_texmfdistdir}/doc/xelatex/facture/README
%doc %{_texmfdistdir}/doc/xelatex/facture/exemple.pdf
%doc %{_texmfdistdir}/doc/xelatex/facture/exemple.tex
%doc %{_texmfdistdir}/doc/xelatex/facture/exemplesansTVA.pdf
%doc %{_texmfdistdir}/doc/xelatex/facture/exemplesansTVA.tex
%doc %{_texmfdistdir}/doc/xelatex/facture/facture.pdf
%doc %{_texmfdistdir}/doc/xelatex/facture/makefile
#- source
%doc %{_texmfdistdir}/source/xelatex/facture/facture.dtx
%doc %{_texmfdistdir}/source/xelatex/facture/facture.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 4351853
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20053 |14mr|texlive-faktor-0.1b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/faktor
# catalog-date 2007-02-27 14:19:10 +0100
# catalog-license lppl
# catalog-version 0.1b
Name:		texlive-faktor
Version:	0.1b
Release:	3
Summary:	Typeset quotient structures with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/faktor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/faktor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/faktor.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/faktor.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to typeset factor structures, as
are used in many areas of algebraic notation. The structure is
similar to the 'A/B' that is provided by the nicefrac package
(part of the units distribution), and by the xfrac package; the
most obvious difference is that the numerator and denominator's
sizes do not change in the \faktor command.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/faktor/faktor.sty
%doc %{_texmfdistdir}/doc/latex/faktor/README
%doc %{_texmfdistdir}/doc/latex/faktor/faktor.pdf
#- source
%doc %{_texmfdistdir}/source/latex/faktor/faktor.dtx
%doc %{_texmfdistdir}/source/latex/faktor/faktor.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1b-3
+ Revision: 9c3fc80
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20054 |14mr|texlive-famt-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26289
# category Package
# catalog-ctan /macros/latex/contrib/famt
# catalog-date 2012-05-10 15:32:21 +0200
# catalog-license noinfo
# catalog-version 1.0
Name:		texlive-famt
Version:	1.0
Release:	2
Summary:	Project Reports and Notices in FAMT institute
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/famt
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/famt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/famt.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The bundle provides class files for project reports and
notices, conforming to the institute's specifications.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/famt/CollegeNotice/CollegeNotice.cls
%doc %{_texmfdistdir}/doc/latex/famt/CollegeNotice/README.txt
%doc %{_texmfdistdir}/doc/latex/famt/CollegeNotice/Sample.pdf
%doc %{_texmfdistdir}/doc/latex/famt/CollegeNotice/Sample.tex
%doc %{_texmfdistdir}/doc/latex/famt/ProjectReport/Ganttchart.jpg
%doc %{_texmfdistdir}/doc/latex/famt/ProjectReport/ProjectReport.cls
%doc %{_texmfdistdir}/doc/latex/famt/ProjectReport/README.txt
%doc %{_texmfdistdir}/doc/latex/famt/ProjectReport/Report.pdf
%doc %{_texmfdistdir}/doc/latex/famt/ProjectReport/Report.tex
%doc %{_texmfdistdir}/doc/latex/famt/ProjectReport/WBS.jpg
%doc %{_texmfdistdir}/doc/latex/famt/ProjectReport/logo.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-2
+ Revision: d89268c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20055 |14mr|texlive-fancybox-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18304
# category Package
# catalog-ctan /macros/latex/contrib/fancybox
# catalog-date 2010-05-15 22:45:27 +0200
# catalog-license lppl1.2
# catalog-version 1.4
Name:		texlive-fancybox
Version:	1.4
Release:	3
Summary:	Variants of \fbox and other games with boxes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancybox
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancybox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancybox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides variants of \fbox: \shadowbox, \doublebox, \ovalbox,
\Ovalbox, with helpful tools for using box macros and flexible
verbatim macros. You can box mathematics, floats, center,
flushleft, and flushright, lists, and pages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancybox/fancybox.sty
%doc %{_texmfdistdir}/doc/latex/fancybox/Changes
%doc %{_texmfdistdir}/doc/latex/fancybox/Makefile
%doc %{_texmfdistdir}/doc/latex/fancybox/README
%doc %{_texmfdistdir}/doc/latex/fancybox/fancybox-doc.pdf
%doc %{_texmfdistdir}/doc/latex/fancybox/fancybox-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 9784053
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20056 |14mr|texlive-fancyhdr-3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fancyhdr
# catalog-date 2009-01-10 12:36:34 +0100
# catalog-license lppl
# catalog-version 3.1
Name:		texlive-fancyhdr
Version:	3.1
Release:	3
Summary:	Extensive control of page headers and footers in LaTeX2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancyhdr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyhdr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyhdr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides extensive facilities, both for
constructing headers and footers, and for controlling their use
(for example, at times when LaTeX would automatically change
the heading style in use).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancyhdr/extramarks.sty
%{_texmfdistdir}/tex/latex/fancyhdr/fancyhdr.sty
%{_texmfdistdir}/tex/latex/fancyhdr/fancyheadings.sty
%doc %{_texmfdistdir}/doc/latex/fancyhdr/README
%doc %{_texmfdistdir}/doc/latex/fancyhdr/fancyhdr.pdf
%doc %{_texmfdistdir}/doc/latex/fancyhdr/fancyhdr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1-3
+ Revision: 5ea37c2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20057 |14mr|texlive-fancyhdr-it-20110401-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21912
# category Package
# catalog-ctan /info/translations/fancyhdr/it
# catalog-date 2011-04-01 11:10:52 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-fancyhdr-it
Version:	20110401
Release:	3
Summary:	Italian translation of fancyhdr documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/fancyhdr/it
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyhdr-it.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyhdr-it.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The translation is of documentation provided with the fancyhdr
package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/fancyhdr-it/Makefile
%doc %{_texmfdistdir}/doc/latex/fancyhdr-it/README
%doc %{_texmfdistdir}/doc/latex/fancyhdr-it/itfancyhdr.pdf
%doc %{_texmfdistdir}/doc/latex/fancyhdr-it/itfancyhdr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110401-3
+ Revision: a992773
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20058 |14mr|texlive-fancynum-0.92-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fancynum
# catalog-date 2008-04-19 23:11:03 +0200
# catalog-license other-free
# catalog-version 0.92
Name:		texlive-fancynum
Version:	0.92
Release:	3
Summary:	Typeset numbers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancynum
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancynum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancynum.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancynum.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for typesetting numbers, in particular floating
point numbers, such as you find in program output.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancynum/fancynum.sty
%doc %{_texmfdistdir}/doc/latex/fancynum/CHANGES
%doc %{_texmfdistdir}/doc/latex/fancynum/README
%doc %{_texmfdistdir}/doc/latex/fancynum/aue.txt
%doc %{_texmfdistdir}/doc/latex/fancynum/ctt.txt
%doc %{_texmfdistdir}/doc/latex/fancynum/dbltable.tex
%doc %{_texmfdistdir}/doc/latex/fancynum/examples.tex
%doc %{_texmfdistdir}/doc/latex/fancynum/fancynum.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fancynum/Makefile
%doc %{_texmfdistdir}/source/latex/fancynum/fancynum.dtx
%doc %{_texmfdistdir}/source/latex/fancynum/fancynum.ins
%doc %{_texmfdistdir}/source/latex/fancynum/tables.c

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.92-3
+ Revision: 621d78f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20059 |14mr|texlive-fancypar-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18018
# category Package
# catalog-ctan /macros/latex/contrib/fancypar
# catalog-date 2010-04-29 12:40:52 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-fancypar
Version:	1.1
Release:	3
Summary:	Decoration of individual paragraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancypar
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancypar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancypar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancypar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Decorates individual paragraphs of a document, offering five
pre-defined styles. The command offers an optional 'key-value'
argument with the user may define parameters of the selected
style. Predefined styles offer a spiral-notebook, a zebra-like,
a dashed, a marked design, and an underlined style. Users may
also define their own styles. Decorated paragraphs may not
include displayed mathematics.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancypar/fancypar.sty
%doc %{_texmfdistdir}/doc/latex/fancypar/README
%doc %{_texmfdistdir}/doc/latex/fancypar/fancypar.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fancypar/fancypar.dtx
%doc %{_texmfdistdir}/source/latex/fancypar/fancypar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 0bb640a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20060 |14mr|texlive-fancyref-0.9c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fancyref
# catalog-date 2006-12-05 17:23:05 +0100
# catalog-license gpl
# catalog-version 0.9c
Name:		texlive-fancyref
Version:	0.9c
Release:	3
Summary:	A LaTeX package for fancy cross-referencing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancyref
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides fancy cross-referencing support, based on the
package's reference commands (\fref and \Fref) that recognise
what sort of object is being referenced. So, for example, the
label for a \section would be expected to be of the form
'sec:foo': the package would recognise the 'sec:' part.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancyref/fancyref.sty
%doc %{_texmfdistdir}/doc/latex/fancyref/COPYING
%doc %{_texmfdistdir}/doc/latex/fancyref/README
%doc %{_texmfdistdir}/doc/latex/fancyref/fancyref.pdf
%doc %{_texmfdistdir}/doc/latex/fancyref/freftest.tex
#- source
%doc %{_texmfdistdir}/source/latex/fancyref/fancyref.dtx
%doc %{_texmfdistdir}/source/latex/fancyref/fancyref.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9c-3
+ Revision: c8a88a4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20061 |14mr|texlive-fancytabs-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23839
# category Package
# catalog-ctan /macros/latex/contrib/fancytabs
# catalog-date 2011-09-04 11:56:55 +0200
# catalog-license lppl1.3
# catalog-version 1.6
Name:		texlive-fancytabs
Version:	1.6
Release:	3
Summary:	Fancy page border tabs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancytabs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytabs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytabs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytabs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can typeset tabs on the side of a page. It requires
TikZ from the pgf bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancytabs/fancytabs.sty
%doc %{_texmfdistdir}/doc/latex/fancytabs/README
%doc %{_texmfdistdir}/doc/latex/fancytabs/fancytabs.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fancytabs/fancytabs.dtx
%doc %{_texmfdistdir}/source/latex/fancytabs/fancytabs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: d25d26c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20062 |14mr|texlive-fancytooltips-1.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27129
# category Package
# catalog-ctan /macros/latex/contrib/fancytooltips
# catalog-date 2012-06-03 20:06:11 +0200
# catalog-license lppl1.2
# catalog-version 1.8
Name:		texlive-fancytooltips
Version:	1.8
Release:	2
Summary:	Include a wide range of material in PDF tooltips
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancytooltips
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytooltips.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytooltips.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytooltips.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package was inspired by the cooltooltips package. In
contrast to cooltooltips, fancytooltips allows inclusion of
tooltips which contain arbitrary TeX material or a series of
TeX materials (animated graphics) from an external PDF file. To
see the tooltips, you have to open the files in Adobe Reader.
The links and JavaScripts are inserted using eforms package
from the AcroTeX bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancytooltips/fancytipmark.eps
%{_texmfdistdir}/tex/latex/fancytooltips/fancytipmark.pdf
%{_texmfdistdir}/tex/latex/fancytooltips/fancytipmark.svg
%{_texmfdistdir}/tex/latex/fancytooltips/fancytooltips.sty
%doc %{_texmfdistdir}/doc/latex/fancytooltips/cite.png
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo.sin.table
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo.tex
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo2.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo2.tex
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancytooltips-example.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancytooltips-example.tex
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/pics/tecna2.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/pics/tooltipy.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/pics/tooltipy.tex
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/pics/tooltipy.tips
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/readme
%doc %{_texmfdistdir}/doc/latex/fancytooltips/fancy-preview
%doc %{_texmfdistdir}/doc/latex/fancytooltips/fancytipmark1.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/fancytipmark2.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/fancytipmark3.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/fancytipmark4.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/fancytooltips.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/readme
%doc %{_texmfdistdir}/doc/latex/fancytooltips/tip.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/tip.tex
#- source
%doc %{_texmfdistdir}/source/latex/fancytooltips/fancytooltips.dtx
%doc %{_texmfdistdir}/source/latex/fancytooltips/fancytooltips.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8-2
+ Revision: ea5bffd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20063 |14mr|texlive-fancyvrb-2.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18492
# category Package
# catalog-ctan /macros/latex/contrib/fancyvrb
# catalog-date 2010-05-25 20:13:54 +0200
# catalog-license lppl
# catalog-version 2.8
Name:		texlive-fancyvrb
Version:	2.8
Release:	3
Summary:	Sophisticated verbatim text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancyvrb
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyvrb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyvrb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyvrb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Flexible handling of verbatim text including: verbatim commands
in footnotes; a variety of verbatim environments with many
parameters; ability to define new customized verbatim
environments; save and restore verbatim text and environments;
write and read files in verbatim mode; build "example"
environments (showing both result and verbatim source).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancyvrb/fancyvrb.sty
%{_texmfdistdir}/tex/latex/fancyvrb/fvrb-ex.sty
%{_texmfdistdir}/tex/latex/fancyvrb/hbaw.sty
%{_texmfdistdir}/tex/latex/fancyvrb/hcolor.sty
%doc %{_texmfdistdir}/doc/latex/fancyvrb/Changes
%doc %{_texmfdistdir}/doc/latex/fancyvrb/Makefile
%doc %{_texmfdistdir}/doc/latex/fancyvrb/README
%doc %{_texmfdistdir}/doc/latex/fancyvrb/README.contrib
%doc %{_texmfdistdir}/doc/latex/fancyvrb/fancyvrb.pdf
%doc %{_texmfdistdir}/doc/latex/fancyvrb/fvrb-ex.pdf
%doc %{_texmfdistdir}/doc/latex/fancyvrb/t-fvrbex.tex
#- source
%doc %{_texmfdistdir}/source/latex/fancyvrb/fancyvrb.dtx
%doc %{_texmfdistdir}/source/latex/fancyvrb/fancyvrb.ins
%doc %{_texmfdistdir}/source/latex/fancyvrb/fvrb-ex.dtx
%doc %{_texmfdistdir}/source/latex/fancyvrb/fvrb-ex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8-3
+ Revision: 3964c2e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20064 |14mr|texlive-fandol-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31345
# category Package
# catalog-ctan /fonts/fandol
# catalog-date 2013-08-04 11:01:13 +0200
# catalog-license gpl
# catalog-version 0.2
Name:		texlive-fandol
Version:	0.2
Release:	6
Summary:	Four basic fonts for Chinese typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/fandol
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fandol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fandol.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Fandol fonts designed for Chinese typesetting. The current
version contains four styles: Song, Hei, Kai, Fang. All fonts
are in OpenType format.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/fandol/FandolFang-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/fandol/FandolHei-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/fandol/FandolHei-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/fandol/FandolKai-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/fandol/FandolSong-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/fandol/FandolSong-Regular.otf
%doc %{_texmfdistdir}/doc/fonts/fandol/COPYING
%doc %{_texmfdistdir}/doc/fonts/fandol/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-6
+ Revision: 42d0259
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20065 |14mr|texlive-FAQ-en-3.25-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25791
# category Package
# catalog-ctan /help/uk-tex-faq
# catalog-date 2012-03-30 16:18:37 +0200
# catalog-license pd
# catalog-version 3.25
Name:		texlive-FAQ-en
Version:	3.25
Release:	2
Summary:	A compilation of Frequently Asked Questions with answers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/help/uk-tex-faq
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/FAQ-en.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/FAQ-en.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The FAQ that has in the past been published in the UK TeX Users
Group journal Baskerville (though updated more frequently on
CTAN). It is also available (and searchable) on the web.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/generic/FAQ-en/CHANGES-3.16b
%doc %{_texmfdistdir}/doc/generic/FAQ-en/CHANGES-3.16c
%doc %{_texmfdistdir}/doc/generic/FAQ-en/CHANGES-3.17
%doc %{_texmfdistdir}/doc/generic/FAQ-en/CHANGES-3.18
%doc %{_texmfdistdir}/doc/generic/FAQ-en/CHANGES-3.19
%doc %{_texmfdistdir}/doc/generic/FAQ-en/CHANGES-3.19a
%doc %{_texmfdistdir}/doc/generic/FAQ-en/CHANGES-3.19c
%doc %{_texmfdistdir}/doc/generic/FAQ-en/CHANGES-3.19d
%doc %{_texmfdistdir}/doc/generic/FAQ-en/CHANGES-3.20
%doc %{_texmfdistdir}/doc/generic/FAQ-en/CHANGES-3.21
%doc %{_texmfdistdir}/doc/generic/FAQ-en/CHANGES-3.22
%doc %{_texmfdistdir}/doc/generic/FAQ-en/CHANGES-3.23
%doc %{_texmfdistdir}/doc/generic/FAQ-en/CHANGES-3.24
%doc %{_texmfdistdir}/doc/generic/FAQ-en/CHANGES-3.25
%doc %{_texmfdistdir}/doc/generic/FAQ-en/ChangeLog
%doc %{_texmfdistdir}/doc/generic/FAQ-en/FAQ-html.tar.gz
%doc %{_texmfdistdir}/doc/generic/FAQ-en/Makefile
%doc %{_texmfdistdir}/doc/generic/FAQ-en/README
%doc %{_texmfdistdir}/doc/generic/FAQ-en/archive.cfg
%doc %{_texmfdistdir}/doc/generic/FAQ-en/dirctan.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-adj-types.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-backgrnd.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-biblio.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-bits+pieces.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-docs.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-dvi.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-fmt-conv.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-fonts.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-getit.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-graphics.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-how-do-i.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-hyp+pdf.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-images.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-install.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-intro.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-jot-err.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-lab-ref.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-litprog.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-mac-prog.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-projects.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-support.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-symbols.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-t-g-wr.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-texsys.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-the-end.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq-wdidt.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq.cls
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faq.sty
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faqfont.cfg
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faqfont.cfg.cmfonts
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faqfont.cfg.lmfonts
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faqfont.cfg.mbvj
%doc %{_texmfdistdir}/doc/generic/FAQ-en/faqfont.cfg.ugm
%doc %{_texmfdistdir}/doc/generic/FAQ-en/filectan.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/gather-faqbody.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/letterfaq.pdf
%doc %{_texmfdistdir}/doc/generic/FAQ-en/letterfaq.tex
%doc %{_texmfdistdir}/doc/generic/FAQ-en/locations.mk
%doc %{_texmfdistdir}/doc/generic/FAQ-en/markup-syntax
%doc %{_texmfdistdir}/doc/generic/FAQ-en/newfaq.pdf
%doc %{_texmfdistdir}/doc/generic/FAQ-en/newfaq.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.25-2
+ Revision: ba48957
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20066 |14mr|texlive-fast-diagram-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29264
# category Package
# catalog-ctan /graphics/pgf/contrib/fast-diagram
# catalog-date 2013-02-27 20:12:49 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-fast-diagram
Version:	1.1
Release:	6
Summary:	Easy generation of FAST diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/fast-diagram
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fast-diagram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fast-diagram.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides simple means of producing FAST diagrams,
using TikZ/pgf tools. FAST diagrams are useful for functional
analysis techniques in design methods.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fast-diagram/fast-diagram.sty
%doc %{_texmfdistdir}/doc/latex/fast-diagram/README
%doc %{_texmfdistdir}/doc/latex/fast-diagram/help.pdf
%doc %{_texmfdistdir}/doc/latex/fast-diagram/help.tex
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/commandes.tex
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/exemple.tex
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/antenne.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/batterie.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/biellettes.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/bouton.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/moteur.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/pedalier.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/pignons.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/recepteur.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/roue.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/servomoteur.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/installation.tex
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/intro.tex
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/miseEnForme.tex
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/reglages.tex
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/tikz.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: bcba2bf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20067 |14mr|texlive-fbithesis-1.2m-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21340
# category Package
# catalog-ctan /macros/latex/contrib/fbithesis
# catalog-date 2011-02-07 09:47:54 +0100
# catalog-license other-free
# catalog-version 1.2m
Name:		texlive-fbithesis
Version:	1.2m
Release:	3
Summary:	Computer Science thesis class for University of Dortmund
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fbithesis
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fbithesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fbithesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fbithesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
At the department of computer science at the University of
Dortmund there are cardboard cover pages for research or
internal reports like master/phd-theses. The main function of
this LaTeX2e document-class is a replacement for the \maketitle
command to typeset a title page that is adjusted to these cover
pages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fbithesis/fbithesis.cfg
%{_texmfdistdir}/tex/latex/fbithesis/fbithesis.cls
%doc %{_texmfdistdir}/doc/latex/fbithesis/README
%doc %{_texmfdistdir}/doc/latex/fbithesis/distribution.key
%doc %{_texmfdistdir}/doc/latex/fbithesis/example.pdf
%doc %{_texmfdistdir}/doc/latex/fbithesis/example.tex
%doc %{_texmfdistdir}/doc/latex/fbithesis/exampleaux.tex
%doc %{_texmfdistdir}/doc/latex/fbithesis/fbithesis.dtx.asc
%doc %{_texmfdistdir}/doc/latex/fbithesis/fbithesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fbithesis/fbithesis.drv
%doc %{_texmfdistdir}/source/latex/fbithesis/fbithesis.dtx
%doc %{_texmfdistdir}/source/latex/fbithesis/fbithesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2m-3
+ Revision: 242d9a4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20068 |14mr|texlive-fbs-20080819-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/misc/fbs.bst
# catalog-date 2008-08-19 20:38:14 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-fbs
Version:	20080819
Release:	3
Summary:	BibTeX style for Frontiers in Bioscience
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/misc/fbs.bst
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fbs.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A BibTeX style file made with custom-bib to fit Frontiers in
Bioscience requirements: - all authors, no et al, full author
names, initials abbreviated; - only abbreviated journal name
italicised, no abbreviation dots; - only year, no month, at end
of reference; and - DOI excluded, ISSN excluded.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/fbs/fbs.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080819-3
+ Revision: b0bf190
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20069 |14mr|texlive-fc-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/jknappen/fc
# catalog-date 2009-08-26 22:28:30 +0200
# catalog-license gpl2
# catalog-version 1.4
Name:		texlive-fc
Version:	1.4
Release:	3
Summary:	Fonts for African languages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/jknappen/fc
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts are provided as MetaFont source, in the familiar
arrangement of lots of (autogenerated) preamble files and a
modest set of glyph specifications. (A similar arrangement
appears in the ec and lh font bundles.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcbx.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcbxi.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcbxsl.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcbxu.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fccsc.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fci.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcitt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcr.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcsibx.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcsitt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcsl.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcss.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcssbx.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcssi.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcsstt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fctt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcu.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/c-fcsstt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcaccent.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccoding.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccscspu.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcilig.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitalic.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitligt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitlpct.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcmacros.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcpunct.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcrlig.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcroligt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcroman.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcrompct.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcscligt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsfligt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcttligt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/itala.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italbcd.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/itale.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italfgh.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italij.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italklm.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italn.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italo.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italpqr.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italst.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italuvw.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italxyz.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowera.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowerbcd.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowere.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowerfgh.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowerij.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowerklm.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowern.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowero.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowerpqr.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowerst.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/loweruvw.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowerxyz.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/uppera.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperbcd.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/uppere.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperfgh.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperij.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperklm.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/uppern.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/uppero.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperpqr.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperst.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperuvw.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperxyz.mf
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu9.tfm
%{_texmfdistdir}/tex/latex/fc/fclfont.sty
%{_texmfdistdir}/tex/latex/fc/fclfont.sty_old
%{_texmfdistdir}/tex/latex/fc/fcuse.sty
%{_texmfdistdir}/tex/latex/fc/t4cmr.fd
%{_texmfdistdir}/tex/latex/fc/t4cmss.fd
%{_texmfdistdir}/tex/latex/fc/t4cmtt.fd
%{_texmfdistdir}/tex/latex/fc/t4enc.def
%{_texmfdistdir}/tex/latex/fc/t4fcr.fd
%{_texmfdistdir}/tex/latex/fc/t4phonet.sty
%doc %{_texmfdistdir}/doc/fonts/fc/fc.bug
%doc %{_texmfdistdir}/doc/fonts/fc/fc.rme
%doc %{_texmfdistdir}/doc/fonts/fc/fctugbot.tex
%doc %{_texmfdistdir}/doc/fonts/fc/fontdef.fc_old
%doc %{_texmfdistdir}/doc/fonts/fc/licence.gnu

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 466bbd6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20070 |14mr|texlive-fcltxdoc-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24500
# category Package
# catalog-ctan /macros/latex/contrib/fcltxdoc
# catalog-date 2011-11-03 08:30:49 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-fcltxdoc
Version:	1.0
Release:	3
Summary:	Macros for use in the author's documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fcltxdoc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fcltxdoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fcltxdoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fcltxdoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is not advertised for public use, but is necessary
for the support of others of the author's packages (which are
compiled under the ltxdoc class).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fcltxdoc/fcltxdoc.sty
%doc %{_texmfdistdir}/doc/latex/fcltxdoc/fcltxdoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fcltxdoc/fcltxdoc.drv
%doc %{_texmfdistdir}/source/latex/fcltxdoc/fcltxdoc.dtx
%doc %{_texmfdistdir}/source/latex/fcltxdoc/fcltxdoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 00a944f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20071 |14mr|texlive-fdsymbol-0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26722
# category Package
# catalog-ctan /fonts/fdsymbol
# catalog-date 2012-05-29 12:56:38 +0200
# catalog-license ofl
# catalog-version 0.8
Name:		texlive-fdsymbol
Version:	0.8
Release:	2
Summary:	A maths symbol font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/fdsymbol
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fdsymbol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fdsymbol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fdsymbol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
FdSymbol is a maths symbol font, designed as a companion to the
Fedra family by Typotheque, but it might also fit other
contemporary typefaces.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-a.enc
%{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-b.enc
%{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-c.enc
%{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-d.enc
%{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-e.enc
%{_texmfdistdir}/fonts/enc/dvips/fdsymbol/fdsymbol-f.enc
%{_texmfdistdir}/fonts/map/dvips/fdsymbol/fdsymbol.map
%{_texmfdistdir}/fonts/opentype/public/fdsymbol/FdSymbol-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/fdsymbol/FdSymbol-Book.otf
%{_texmfdistdir}/fonts/opentype/public/fdsymbol/FdSymbol-Medium.otf
%{_texmfdistdir}/fonts/opentype/public/fdsymbol/FdSymbol-Regular.otf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA-Bold.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA-Book.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA-Medium.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA-Regular.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolA.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB-Bold.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB-Book.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB-Medium.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB-Regular.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolB.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC-Bold.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC-Book.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC-Medium.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC-Regular.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolC.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD-Bold.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD-Book.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD-Medium.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD-Regular.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolD.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE-Bold.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE-Book.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE-Medium.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE-Regular.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolE.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF-Bold.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF-Book.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF-Medium.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF-Regular.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/FdSymbolF.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fdaccents.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fdarrows.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fdbase.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fddelims.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fdgeometric.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fdoperators.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fdrelations.mf
%{_texmfdistdir}/fonts/source/public/fdsymbol/fdturnstile.mf
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolA-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolA-Book.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolA-Medium.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolA-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolB-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolB-Book.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolB-Medium.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolB-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolC-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolC-Book.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolC-Medium.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolC-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolD-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolD-Book.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolD-Medium.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolD-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolE-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolE-Book.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolE-Medium.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolE-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolF-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolF-Book.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolF-Medium.tfm
%{_texmfdistdir}/fonts/tfm/public/fdsymbol/FdSymbolF-Regular.tfm
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolA-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolA-Book.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolA-Medium.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolA-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolB-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolB-Book.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolB-Medium.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolB-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolC-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolC-Book.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolC-Medium.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolC-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolD-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolD-Book.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolD-Medium.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolD-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolE-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolE-Book.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolE-Medium.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolE-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolF-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolF-Book.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolF-Medium.pfb
%{_texmfdistdir}/fonts/type1/public/fdsymbol/FdSymbolF-Regular.pfb
%{_texmfdistdir}/tex/latex/fdsymbol/fdsymbol.sty
%doc %{_texmfdistdir}/doc/fonts/fdsymbol/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/fdsymbol/OFL.txt
%doc %{_texmfdistdir}/doc/latex/fdsymbol/fdsymbol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fdsymbol/fdsymbol.dtx
%doc %{_texmfdistdir}/source/latex/fdsymbol/fdsymbol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8-2
+ Revision: 0f9d82f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20072 |14mr|texlive-featpost-0.8.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26049
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/featpost
# catalog-date 2012-04-16 18:59:36 +0200
# catalog-license gpl
# catalog-version 0.8.6
Name:		texlive-featpost
Version:	0.8.6
Release:	2
Summary:	MetaPost macros for 3D
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/featpost
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/featpost.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/featpost.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These macros allow the production of three-dimensional schemes
containing: angles, circles, cylinders, cones and spheres,
among other things.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/featpost/featpost.mp
%{_texmfdistdir}/metapost/featpost/featpost3Dplus2D.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/COMPILE.sh
%doc %{_texmfdistdir}/doc/metapost/featpost/README
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/Exemplifier.ps.bz2
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/featpostbeamer.pdf
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/featpostbeamer.tex
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/featpostdocsource.tex
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/featpostmanual.pdf
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/featpostmanual.tex
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/lastfiguretest.pdf
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/lastfiguretest.tex
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropaganda.pdf
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropaganda.tex
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/3.eps
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/3.jpeg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/3.pgm
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/CompanionsCollection.jpg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/Diagram1.dia
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/Diagram1.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/KnuthCollection.jpg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/dia.png
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/fekslatexmp.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/intersection2D.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/metapostpropaganda.png
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal-1.mps
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal-1.pdf
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal.jpeg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal.jpg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal.png
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpaf.jpeg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafphoto.jpg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/recursives.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/sriyantrafinal-1.svg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/sriyantrafinal.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/todo.jpg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/workflow-from-mpman-charts.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/xfig.png
%doc %{_texmfdistdir}/doc/metapost/featpost/example/38.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/CAT.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/DebianSwirlsmallEdited.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/EBcrossed.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/LED.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/acmaglev.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/acoplanv.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ahoraesglobal.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/aledlogo.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/allfigs.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/allgreatideas.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/anglinerigorouscircle.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/antimattermeteor.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/avalzero.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/badshreeyantra.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/balllauncher.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/bananadimmer.log
%doc %{_texmfdistdir}/doc/metapost/featpost/example/bananadimmer.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/brownellips.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/bstr.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/bughunt.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/buildcyclebug.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/canschemes.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cap29res.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/caratk3edit.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cartaxes.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/casadopessoal.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cellevolve.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cinemwork.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/closingbox.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cmykropes.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cone.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/conegetready.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/conicurv.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/convergingspirals.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/crossingline.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cruztuga.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cubicfacecentered.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cubicfigures.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cubicstructurefcc.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cubicstructures.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cylimple.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/daliasensor.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/decorstatement.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/defaultcmr.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/deperspective.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/derivondatriang.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/diameters.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/directfonts.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/doitnow.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/downloadicon.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/durgayantra.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/eemcsblabla.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/electricpotential.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/electrospiral.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ellipticextrusionpress.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ellipticprism.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ellipticproperties.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/elliptictable.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ellipticthing.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/embroncordada.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/emptylines.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/equilatrianglelines.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/esteveslogo.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/experimental.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/experimental2Dsetup.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/f1aula03.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/f1aula05.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fakehole.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fallinthewind.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/featpostlogo.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ffcbob.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fieldlines.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fieldlinesnorma.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fieldlinesnormapaper.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fieldlinesnormapaperwork.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fis1prex.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fis3prex.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fis3prex7.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fis3prey.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/frustum.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/galvanometro-inducao.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/gausslawframe.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/geombasic.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/geomcasq.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/geometricaverage.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/geomfiguei.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/geomfreder.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/geommine.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/globe.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/gnupost.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/gnupost3Dlogo.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/goldenellipse.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/graphene.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/graphexample.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/graphs.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/halfcirclesfear.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/hap.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/heatfromroom.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/hermitespliknot.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/hexacylon.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/hexagonaltrimesh.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/hiddenlinegraph.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/hiddensurface.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/hiddensurfaces.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/iamsorrykarl.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/inductionbob.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/integerbars.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/integratorfigures.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/jd44.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/joinedemptylines.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/kindofcube.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/kindofcuber.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/kopptrammel.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/labelconstruct.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/labelinspace.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/lamarquejaune.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/lasermachine.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/latexboxes.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/lawofcosines.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/lcurvature.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ledlogo.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/loglogpaper.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/logofontest.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/magneticflux.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/mainmemtest.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/manjusha.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/matricskoc.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/mce-lng.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/metalcharge.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/micromu.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/milimetricpaper.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/mpfields.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/mptoolcone.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/muslimpattern.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/mypatent.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/mypatentpieces.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/mysquaresectionbar.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/naoestacionar.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nembends.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nembiaxi.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nemdirector.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nemquira.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nemquirapitch.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nemsaddl.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nemuniax.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/newcommunism.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/newexperimental.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nosimples.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nosuspension.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nsmetica.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nulldefectanglexample.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nurbstobeziern.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/onebigword.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/optest.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/optica.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/par3Dplotexamples.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/parafuso.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/parafusoprojxy.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/pathernon.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/pathofstraightline.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/perspec.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/photorefer.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/photoreverse.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/pifpaf.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/pixelgrid.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/plaintangency.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/planintersection.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/planpht.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/polyhedr.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/positivecharge.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/potenciadecicloeliptico.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/probtodooterr.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/profaux.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/project.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/qap.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/quartertorus.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/redplanet.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/reeditedgoodquestionmark.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/resistcircuit.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/revolipsoid.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/revolvers.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rigorcubo.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rigorouscircle.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rigorouscone.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rigorousdiscSD.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rigorousdiscoptions.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rigorousfearpath.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rmnbob.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/roadincline.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rodarolaremplaninc.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ropepatterns.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rotatnlc.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rothexagrid.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rungekuttasecond.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/sal.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/sap.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/saturn.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/sfearschem.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/sharpraytrace.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/signalvertexSD.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/simplecar.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/simplecarparam.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/simplexperiment.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/sincityredesigned.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/slingshot.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/smC.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/some2Dvecs.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/spatialhalfsfear.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/spherample.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/splineperspective.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/spltwiben.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/squareanglines.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/stageforthree.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/statement.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/statethreelines.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/steamcamera.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/strength1defect.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/symbol.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tangency2D.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tangencypoint.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tdarrow.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/telemira.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tete.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tetrapodes.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/theHURD.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/thearchicon.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/thethreekindsofperspec.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/thunderproblem.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tiposdetrans.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tiposdetransb.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tiposdetranst.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/torus.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/trajectoryline.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/trianglecenterofmass.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/triangulartrimesh.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/trig.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/trigonometry.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/troncoconedef.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tropicalglobe.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/troysfear.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tshirtfig.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tuftescatter.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/twistflat.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/twistnlc.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/twistroundbiax.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/twocyclestogether.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/twoholes.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/twoplustwo.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/twoupcones.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ubhtransients.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ultraeye.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ultraimprovertex.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/unperfection.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/unperfectionremoved.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/vanallenbelt.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/verygoodcone.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/wwfpmp.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/xcmplaca2buraquads.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/xraycamera.mp

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.6-2
+ Revision: b6c9944
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20073 |14mr|texlive-fenixpar-0.92-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24730
# category Package
# catalog-ctan /macros/generic/fenixpar
# catalog-date 2011-11-18 23:08:42 +0100
# catalog-license lppl
# catalog-version 0.92
Name:		texlive-fenixpar
Version:	0.92
Release:	3
Summary:	One-shot changes to token registers such as \everypar
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/fenixpar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fenixpar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fenixpar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides two packages, fenxitok and fenixpar. The
fenixtok package provides user macros to add material to a
token register; the material will be (automatically) removed
from the token register when the register is executed. Material
may be added either to the left or to the right, and care is
taken not to override any redefinition that may be included in
the token register itself. The fenixpar package uses the macros
of fenixtok to provide a user interface to manipulation of the
\everypar token register. The packages require the e-TeX
extensions; with them, they work either with Plain TeX or with
LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/fenixpar/fenixpar.sty
%{_texmfdistdir}/tex/generic/fenixpar/fenixtok.sty
%doc %{_texmfdistdir}/doc/generic/fenixpar/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.92-3
+ Revision: 441bafe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20074 |14mr|texlive-feupphdteses-4.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30962
# category Package
# catalog-ctan /macros/latex/contrib/feupphdteses
# catalog-date 2013-06-19 18:27:53 +0200
# catalog-license lppl
# catalog-version 4.0
Name:		texlive-feupphdteses
Version:	4.0
Release:	6
Summary:	Typeset Engineering PhD theses at the University of Porto
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/feupphdteses
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feupphdteses.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feupphdteses.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A complete template for thesis/works of Faculdade de Engenharia
da Universidade do Porto (FEUP) Faculty of Engineering
University of Porto.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/feupphdteses/feupphdteses.sty
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Abbs.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Abstract.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Acknow.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Appendix.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Chapter2.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Chapter3.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Conclusions.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Dedicatory.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Figures/uporto-feup.pdf
%doc %{_texmfdistdir}/doc/latex/feupphdteses/IEEEtranN.bst
%doc %{_texmfdistdir}/doc/latex/feupphdteses/IEEEtranSN.bst
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Intro.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Publications.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Quote.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/README
%doc %{_texmfdistdir}/doc/latex/feupphdteses/References.bib
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Resumo.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Template_EN.pdf
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Template_EN.tcp
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Template_EN.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Template_EN.tps
%doc %{_texmfdistdir}/doc/latex/feupphdteses/mymacros.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0-6
+ Revision: 67020fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20075 |14mr|texlive-feyn-0.3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/feyn
# catalog-date 2009-10-08 14:27:31 +0200
# catalog-license gpl
# catalog-version 0.3.3
Name:		texlive-feyn
Version:	0.3.3
Release:	3
Summary:	A font for in-text Feynman diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/feyn
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feyn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feyn.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feyn.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Feyn may be used to produce relatively simple Feynman diagrams
within equations in a LaTeX document. While the feynmf package
is good at drawing large diagrams for figures, the present
package and its fonts allow diagrams within equations or text,
at a matching size. The fonts are distributed as MetaFont
source, and macros for their use are also provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/feyn/feyn.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyn10.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyn11.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyn12.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyn18.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyn24.mf
%{_texmfdistdir}/fonts/source/public/feyn/feynmac.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyntext10.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyntext11.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyntext12.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyntext18.mf
%{_texmfdistdir}/fonts/source/public/feyn/feyntext24.mf
%{_texmfdistdir}/fonts/tfm/public/feyn/feyn10.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyn11.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyn12.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyn18.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyn24.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyntext10.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyntext11.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyntext12.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyntext18.tfm
%{_texmfdistdir}/fonts/tfm/public/feyn/feyntext24.tfm
%{_texmfdistdir}/tex/latex/feyn/feyn.sty
%doc %{_texmfdistdir}/doc/fonts/feyn/LICENCE
%doc %{_texmfdistdir}/doc/fonts/feyn/README
%doc %{_texmfdistdir}/doc/fonts/feyn/VERSION
%doc %{_texmfdistdir}/doc/fonts/feyn/exercise-font.pdf
%doc %{_texmfdistdir}/doc/fonts/feyn/exercise-font.tex
%doc %{_texmfdistdir}/doc/fonts/feyn/feyn.pdf
%doc %{_texmfdistdir}/doc/fonts/feyn/overheads.pdf
%doc %{_texmfdistdir}/doc/fonts/feyn/overheads.tex
#- source
%doc %{_texmfdistdir}/source/fonts/feyn/feyn.drv
%doc %{_texmfdistdir}/source/fonts/feyn/feyn.dtx
%doc %{_texmfdistdir}/source/fonts/feyn/feyn.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.3-3
+ Revision: 035284b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20076 |14mr|texlive-feynmf-1.08-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17259
# category Package
# catalog-ctan /macros/latex/contrib/feynmf
# catalog-date 2010-03-01 15:04:13 +0100
# catalog-license gpl
# catalog-version 1.08
Name:		texlive-feynmf
Version:	1.08
Release:	3
Summary:	Macros and fonts for creating Feynman (and other) diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/feynmf
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The feynmf package provides an interface to MetaFont (inspired
by the facilities of mfpic) to use simple structure
specifications to produce relatively complex diagrams. (The
feynmp package, also part of this bundle, uses MetaPost in the
same way.) While the package was designed for Feynman diagrams,
it could in principle be used for diagrams in graph and similar
theories, where the structure is semi-algorithmically
determined.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metafont/feynmf/feynmf.mf
%{_texmfdistdir}/metapost/feynmf/feynmp.mp
%{_texmfdistdir}/metapost/feynmf/manpics.mp
%{_texmfdistdir}/tex/latex/feynmf/feynmf.sty
%{_texmfdistdir}/tex/latex/feynmf/feynmp.sty
%doc %{_texmfdistdir}/doc/latex/feynmf/Announce
%doc %{_texmfdistdir}/doc/latex/feynmf/COPYING
%doc %{_texmfdistdir}/doc/latex/feynmf/Feynman.Diagrams
%doc %{_texmfdistdir}/doc/latex/feynmf/README
%doc %{_texmfdistdir}/doc/latex/feynmf/Tutorial
%doc %{_texmfdistdir}/doc/latex/feynmf/fmfman.pdf
%doc %{_texmfdistdir}/doc/latex/feynmf/manpics.1
%doc %{_texmfdistdir}/doc/latex/feynmf/manpics.2
%doc %{_texmfdistdir}/doc/latex/feynmf/manpics.3
%doc %{_texmfdistdir}/doc/latex/feynmf/template.tex
#- source
%doc %{_texmfdistdir}/source/latex/feynmf/Makefile
%doc %{_texmfdistdir}/source/latex/feynmf/feynmf.drv
%doc %{_texmfdistdir}/source/latex/feynmf/feynmf.dtx
%doc %{_texmfdistdir}/source/latex/feynmf/feynmf.ins
%doc %{_texmfdistdir}/source/latex/feynmf/feynmf.pl
%doc %{_texmfdistdir}/source/latex/feynmf/feynmf209.ins
%doc %{_texmfdistdir}/source/latex/feynmf/feynmp.drv
%doc %{_texmfdistdir}/source/latex/feynmf/fmfman.drv
%doc %{_texmfdistdir}/source/latex/feynmf/fmfmanps.drv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metafont metapost tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.08-3
+ Revision: 6411083
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20077 |14mr|texlive-feynmp-auto-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30223
# category Package
# catalog-ctan /macros/latex/contrib/feynmp-auto
# catalog-date 2013-05-03 17:23:09 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-feynmp-auto
Version:	1.1
Release:	6
Summary:	Automatic processing of feynmp graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/feynmp-auto
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmp-auto.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmp-auto.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmp-auto.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package takes care of running Metapost on the output files
produced by the feynmp package, so that the compiled pictures
will be available in the next run of LaTeX. The package honours
options that apply to feynmp.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/feynmp-auto/feynmp-auto.sty
%doc %{_texmfdistdir}/doc/latex/feynmp-auto/README
%doc %{_texmfdistdir}/doc/latex/feynmp-auto/feynmp-auto.pdf
#- source
%doc %{_texmfdistdir}/source/latex/feynmp-auto/feynmp-auto.dtx
%doc %{_texmfdistdir}/source/latex/feynmp-auto/feynmp-auto.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 501400e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20078 |14mr|texlive-fge-1.24-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24732
# category Package
# catalog-ctan /fonts/fge
# catalog-date 2011-11-18 06:50:27 +0100
# catalog-license lppl
# catalog-version 1.24
Name:		texlive-fge
Version:	1.24
Release:	3
Summary:	A font for Frege's Grundgesetze der Arithmetik
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/fge
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fge.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fge.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fge.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts are provided as Metafont source and Adobe Type 1
(pfb) files. A small LaTeX package (fge) is included.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/fge/fge.map
%{_texmfdistdir}/fonts/source/public/fge/fgebase.mf
%{_texmfdistdir}/fonts/source/public/fge/fgeit.mf
%{_texmfdistdir}/fonts/source/public/fge/fgeit10.mf
%{_texmfdistdir}/fonts/source/public/fge/fgerm.mf
%{_texmfdistdir}/fonts/source/public/fge/fgerm10.mf
%{_texmfdistdir}/fonts/tfm/public/fge/fgeit10.tfm
%{_texmfdistdir}/fonts/tfm/public/fge/fgerm10.tfm
%{_texmfdistdir}/fonts/type1/public/fge/fgeit10.pfb
%{_texmfdistdir}/fonts/type1/public/fge/fgerm10.pfb
%{_texmfdistdir}/tex/latex/fge/Ufgeit.fd
%{_texmfdistdir}/tex/latex/fge/Ufgerm.fd
%{_texmfdistdir}/tex/latex/fge/fge.cfg
%{_texmfdistdir}/tex/latex/fge/fge.sty
%doc %{_texmfdistdir}/doc/fonts/fge/README
%doc %{_texmfdistdir}/doc/fonts/fge/fge-doc.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/fge/fge.dtx
%doc %{_texmfdistdir}/source/fonts/fge/fge.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.24-3
+ Revision: db89410
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20079 |14mr|texlive-fifinddo-info-1.1b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24387
# category Package
# catalog-ctan /info/fifinddo-info
# catalog-date 2011-10-24 16:26:34 +0200
# catalog-license lppl1.3
# catalog-version 1.1b
Name:		texlive-fifinddo-info
Version:	1.1b
Release:	3
Summary:	German HTML beamer presentation on nicetext and morehype
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/fifinddo-info
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fifinddo-info.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fifinddo-info.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fifinddo-info.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The bundle: - exhibits the process of making an "HTML beamer
presentation" with the blogdot package from the morehype
bundle, and - offers a sketch (in German) of package
documentation and HTML generation based on the fifinddo
package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/LIESMICH.txt
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/README
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/dante-mv45-lueck.pdf
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/dantev45.htm
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/mdoccorr.pdf
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-1180-clean.html
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-1180-com.html
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-768-com.html
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-768-exact-frame.html
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-768-exact-show.html
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-768-filltype-show.html
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-992-com.html
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-992-exact-frame.html
%doc %{_texmfdistdir}/doc/latex/fifinddo-info/variants/dantev45-992-exact.html
#- source
%doc %{_texmfdistdir}/source/latex/fifinddo-info/SrcFILEs.txt
%doc %{_texmfdistdir}/source/latex/fifinddo-info/makeelse/expose.tex
%doc %{_texmfdistdir}/source/latex/fifinddo-info/makeelse/mdoccorr.tex
%doc %{_texmfdistdir}/source/latex/fifinddo-info/makeelse/srcfiles.tex
%doc %{_texmfdistdir}/source/latex/fifinddo-info/makeelse/updsfl.sh
%doc %{_texmfdistdir}/source/latex/fifinddo-info/makeone/dantev45.fdf
%doc %{_texmfdistdir}/source/latex/fifinddo-info/makeone/dantev45.tex
%doc %{_texmfdistdir}/source/latex/fifinddo-info/makeone/makedot.tex
%doc %{_texmfdistdir}/source/latex/fifinddo-info/makevars/bashvars.sh
%doc %{_texmfdistdir}/source/latex/fifinddo-info/makevars/dantev45.cfg
%doc %{_texmfdistdir}/source/latex/fifinddo-info/makevars/longdan.sh
%doc %{_texmfdistdir}/source/latex/fifinddo-info/makevars/makedots.tex
%doc %{_texmfdistdir}/source/latex/fifinddo-info/makevars/texvars.sh

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1b-3
+ Revision: c61a367
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20080 |14mr|texlive-fig4latex-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /graphics/fig4latex
# catalog-date 2009-11-09 22:14:03 +0100
# catalog-license gpl3
# catalog-version 0.2
Name:		texlive-fig4latex
Version:	0.2
Release:	4
Summary:	Management of figures for large LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/fig4latex
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fig4latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fig4latex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-fig4latex.bin = %{EVRD}

%description
Fig4LaTeX simplifies management of the figures in a large LaTeX
document. Fig4LaTeX is appropriate for projects that include
figures with graphics created by XFig -- in particular,
graphics which use the combined PS/LaTeX (or PDF/LaTeX) export
method. An example document (with its output) is provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/fig4latex
%{_texmfdistdir}/scripts/fig4latex/fig4latex
%doc %{_texmfdistdir}/doc/support/fig4latex/CHANGES
%doc %{_texmfdistdir}/doc/support/fig4latex/COPYING
%doc %{_texmfdistdir}/doc/support/fig4latex/README
%doc %{_texmfdistdir}/doc/support/fig4latex/example.pdf
%doc %{_texmfdistdir}/doc/support/fig4latex/example.tex
%doc %{_texmfdistdir}/doc/support/fig4latex/figs/div_alg_flowchart.fig
%doc %{_texmfdistdir}/doc/support/fig4latex/figs/if-then_flowchart.fig

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/fig4latex/fig4latex fig4latex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-4
+ Revision: 1251d3d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20081 |14mr|texlive-figbas-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21037
# category Package
# catalog-ctan /fonts/figbas
# catalog-date 2009-05-20 15:30:38 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-figbas
Version:	1.0
Release:	3
Summary:	Mini-fonts for figured-bass notation in music
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/figbas
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/figbas.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package consists of three mini-fonts (and associated
metrics) of conventional ligatures for the figured-bass
notations 2+, 4+, 5+, 6+ and 9+ in music manuscripts. The fonts
are usable with Computer Modern Roman and Sans, and
Palatino/Palladio, respectively.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/figbas/cmrj.afm
%{_texmfdistdir}/fonts/afm/public/figbas/cmssj.afm
%{_texmfdistdir}/fonts/afm/public/figbas/plrj.afm
%{_texmfdistdir}/fonts/map/dvips/figbas/figbas.map
%{_texmfdistdir}/fonts/tfm/public/figbas/cmrj.tfm
%{_texmfdistdir}/fonts/tfm/public/figbas/cmssj.tfm
%{_texmfdistdir}/fonts/tfm/public/figbas/plrj.tfm
%{_texmfdistdir}/fonts/type1/public/figbas/cmrj.pfb
%{_texmfdistdir}/fonts/type1/public/figbas/cmssj.pfb
%{_texmfdistdir}/fonts/type1/public/figbas/plrj.pfb

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 3fc8cc3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20082 |14mr|texlive-figbib-20061019-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19388
# category Package
# catalog-ctan /macros/latex/contrib/figbib
# catalog-date 2006-10-19 22:42:58 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-figbib
Version:	20061019
Release:	3
Summary:	Organize figure databases with BibTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/figbib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/figbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/figbib.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
FigBib lets you organize your figures in BibTeX databases. Some
FigBib features are: - Store and manage figures in a BibTeX
database; - Include figures in your LaTeX document with one
short command; - Generate a List of Figures containing
more/other information than the figure captions; - Control with
one switch where to output the figures, either as usual float
objects or in a separate part at the end of your document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/figbib/figbib.bst
%{_texmfdistdir}/bibtex/bst/figbib/figbib1.bst
%{_texmfdistdir}/tex/latex/figbib/figbib.sty
%doc %{_texmfdistdir}/doc/latex/figbib/README
%doc %{_texmfdistdir}/doc/latex/figbib/figbib_doc.pdf
%doc %{_texmfdistdir}/doc/latex/figbib/figbib_doc.tex
%doc %{_texmfdistdir}/doc/latex/figbib/figbib_sample.bib
%doc %{_texmfdistdir}/doc/latex/figbib/figbib_sample.pdf
%doc %{_texmfdistdir}/doc/latex/figbib/figbib_sample.tex
%doc %{_texmfdistdir}/doc/latex/figbib/smiley.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061019-3
+ Revision: fb3b050
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20083 |14mr|texlive-figflow-20110218-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21462
# category Package
# catalog-ctan /macros/plain/contrib/figflow
# catalog-date 2011-02-18 10:42:52 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-figflow
Version:	20110218
Release:	3
Summary:	Flow text around a figure
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/figflow
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/figflow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/figflow.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a Plain TeX macro \figflow that allows one to insert a
figure into an area inset into a paragraph. Command arguments
are width and height of the figure, and the figure (and its
caption) itself. Usage details are to be found in the TeX file
itself. The package does not work with LaTeX; packages such as
wrapfig, floatflt and picins support the needs of LaTeX users
in this area.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/figflow/figflow.tex
%doc %{_texmfdistdir}/doc/plain/figflow/README.figflow

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110218-3
+ Revision: 6bfe0aa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20084 |14mr|texlive-figsize-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18784
# category Package
# catalog-ctan /macros/latex/contrib/figsize
# catalog-date 2006-12-13 12:28:27 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-figsize
Version:	0.1
Release:	3
Summary:	Auto-size graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/figsize
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/figsize.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/figsize.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The FigSize package enables automatic sizing of graphics,
especially when including graphics with the graphicx package.
The user only has to specify the number of graphics that should
fit to a page or fraction there of and the package will
dynamically calculate the correct graphics sizes relative to
the page size. Thus, graphics can be auto-sized to fill a whole
page or fraction and manual changes of graphic sizes are never
needed when changing document layouts. Finally, the package's
dynamic lengths can be used to allow other document element
sizes to be dynamic.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/figsize/figsize.sty
%doc %{_texmfdistdir}/doc/latex/figsize/README
%doc %{_texmfdistdir}/doc/latex/figsize/epsfig.eps
%doc %{_texmfdistdir}/doc/latex/figsize/figsize.pdf
%doc %{_texmfdistdir}/doc/latex/figsize/figsize.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 0e56067
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20085 |14mr|texlive-filecontents-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24250
# category Package
# catalog-ctan /macros/latex/contrib/filecontents
# catalog-date 2011-10-09 16:42:04 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-filecontents
Version:	1.3
Release:	3
Summary:	Extended filecontents and filecontents* environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/filecontents
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filecontents.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filecontents.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filecontents.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX2e's filecontents and filecontents* environments enable a
LaTeX source file to generate external files as it runs through
LaTeX. However, there are two limitations of these
environments: they refuse to overwrite existing files, and they
can only be used in the preamble of a document. The
filecontents package removes these limitations, letting you
overwrite existing files and letting you use
filecontents/filecontents* anywhere.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/filecontents/filecontents.sty
%doc %{_texmfdistdir}/doc/latex/filecontents/README
%doc %{_texmfdistdir}/doc/latex/filecontents/filecontents.pdf
#- source
%doc %{_texmfdistdir}/source/latex/filecontents/filecontents.dtx
%doc %{_texmfdistdir}/source/latex/filecontents/filecontents.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 0c6a23a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20086 |14mr|texlive-filedate-0.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29529
# category Package
# catalog-ctan /macros/latex/contrib/filedate
# catalog-date 2012-11-14 11:01:29 +0100
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-filedate
Version:	0.4
Release:	7
Summary:	Access and compare info and modification dates
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/filedate
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filedate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filedate.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filedate.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides basic access to the date of a LaTeX source
file according to its \Provides... entry (the "info date") as
well as to its modification date according to \pdffilemoddate
if the latter is available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/filedate/filedate.RLS
%{_texmfdistdir}/tex/latex/filedate/filedate.sty
%doc %{_texmfdistdir}/doc/latex/filedate/Announce.txt
%doc %{_texmfdistdir}/doc/latex/filedate/README
%doc %{_texmfdistdir}/doc/latex/filedate/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/filedate/filedate.pdf
#- source
%doc %{_texmfdistdir}/source/latex/filedate/fdatechk.tex
%doc %{_texmfdistdir}/source/latex/filedate/filedate.tex
%doc %{_texmfdistdir}/source/latex/filedate/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-7
+ Revision: f6647d9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20087 |14mr|texlive-filehook-0.5d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24280
# category Package
# catalog-ctan /macros/latex/contrib/filehook
# catalog-date 2011-10-13 10:45:00 +0200
# catalog-license lppl1.3
# catalog-version 0.5d
Name:		texlive-filehook
Version:	0.5d
Release:	3
Summary:	Hooks for input files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/filehook
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filehook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filehook.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filehook.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides several file hooks (AtBegin, AtEnd, ...)
for files read by \input, \include and \InputIfFileExists.
General hooks for all such files (e.g. all \include'd ones) and
file specific hooks only used for named files are provided; two
hooks are provided for the end of \included files -- one
before, and one after the final \clearpage.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/filehook/filehook-fink.sty
%{_texmfdistdir}/tex/latex/filehook/filehook-listings.sty
%{_texmfdistdir}/tex/latex/filehook/filehook-memoir.sty
%{_texmfdistdir}/tex/latex/filehook/filehook-scrlfile.sty
%{_texmfdistdir}/tex/latex/filehook/filehook.sty
%{_texmfdistdir}/tex/latex/filehook/pgf-filehook.sty
%doc %{_texmfdistdir}/doc/latex/filehook/README
%doc %{_texmfdistdir}/doc/latex/filehook/filehook.pdf
#- source
%doc %{_texmfdistdir}/source/latex/filehook/filehook.dtx
%doc %{_texmfdistdir}/source/latex/filehook/filehook.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5d-3
+ Revision: a7a92c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20088 |14mr|texlive-fileinfo-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26696
# category Package
# catalog-ctan /macros/latex/contrib/fileinfo
# catalog-date 2012-05-28 13:29:39 +0200
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-fileinfo
Version:	0.4
Release:	2
Summary:	Enhanced display of LaTeX File Information
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fileinfo
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fileinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fileinfo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fileinfo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides two packages, readprov and myfilist. The
readprov package provides a means of reading file information
without loading the body of the file. The myfilist package uses
readprov and controls what \listfiles will report.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fileinfo/fileinfo.RLS
%{_texmfdistdir}/tex/latex/fileinfo/myfilist.sty
%{_texmfdistdir}/tex/latex/fileinfo/readprov.sty
%doc %{_texmfdistdir}/doc/latex/fileinfo/CONTENTs.txt
%doc %{_texmfdistdir}/doc/latex/fileinfo/README
%doc %{_texmfdistdir}/doc/latex/fileinfo/README.pdf
%doc %{_texmfdistdir}/doc/latex/fileinfo/RELEASE.txt
%doc %{_texmfdistdir}/doc/latex/fileinfo/myfilist.pdf
%doc %{_texmfdistdir}/doc/latex/fileinfo/readprov.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fileinfo/README.tex
%doc %{_texmfdistdir}/source/latex/fileinfo/gather.tex
%doc %{_texmfdistdir}/source/latex/fileinfo/myfilist.tex
%doc %{_texmfdistdir}/source/latex/fileinfo/readprov.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-2
+ Revision: 867c332
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20089 |14mr|texlive-filemod-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24042
# category Package
# catalog-ctan /macros/latex/contrib/filemod
# catalog-date 2011-09-21 00:38:26 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-filemod
Version:	1.2
Release:	3
Summary:	Provide file modification times, and compare them
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/filemod
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filemod.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filemod.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros to read and compare the
modification dates of files. The files may be .tex files,
images or other files (as long as they can be found by LaTeX).
It uses the \pdffilemoddate primitive of pdfLaTeX to find the
file modification date as PDF date string, parses the string
and returns the value to the user. The package will also work
for DVI output with recent versions of the LaTeX compiler which
uses pdfLaTeX in DVI mode. The functionality is provided by
purely expandable macros or by faster but non-expandable ones.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/filemod/filemod-expmin.tex
%{_texmfdistdir}/tex/generic/filemod/filemod.tex
%{_texmfdistdir}/tex/latex/filemod/filemod-expmin.sty
%{_texmfdistdir}/tex/latex/filemod/filemod.sty
%doc %{_texmfdistdir}/doc/latex/filemod/README
%doc %{_texmfdistdir}/doc/latex/filemod/filemod.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: d7499fe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20090 |14mr|texlive-finbib-20081207-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/misc/finplain.bst
# catalog-date 2008-12-07 00:01:13 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-finbib
Version:	20081207
Release:	3
Summary:	A Finnish version of plain.bst
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/misc/finplain.bst
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/finbib.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive finbib package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/finbib/finplain.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081207-3
+ Revision: c15b5a6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20091 |14mr|texlive-findhyph-3.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30915
# category Package
# catalog-ctan /support/findhyph
# catalog-date 2013-06-21 02:36:55 +0200
# catalog-license gpl
# catalog-version 3.3
Name:		texlive-findhyph
Version:	3.3
Release:	6
Summary:	Find hyphenated words in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/findhyph
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/findhyph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/findhyph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-findhyph.bin = %{EVRD}

%description
Findhyph is a Perl script that will analyse the log file from
running your document with \tracingparagraphs=1 set. The output
contains enough context to enable you to find the hyphenated
word that's being referenced.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/findhyph
%{_texmfdistdir}/scripts/findhyph/findhyph
%doc %{_mandir}/man1/findhyph.1*
%doc %{_texmfdistdir}/doc/man/man1/findhyph.man1.pdf
%doc %{_texmfdistdir}/doc/support/findhyph/Makefile.doc
%doc %{_texmfdistdir}/doc/support/findhyph/README
%doc %{_texmfdistdir}/doc/support/findhyph/findhyph.bat
%doc %{_texmfdistdir}/doc/support/findhyph/findhyph.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/findhyph/findhyph findhyph
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3-6
+ Revision: b4f5fa6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20092 |14mr|texlive-fink-2.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24329
# category Package
# catalog-ctan /macros/latex/contrib/fink
# catalog-date 2011-10-19 14:04:28 +0200
# catalog-license lppl
# catalog-version 2.2.1
Name:		texlive-fink
Version:	2.2.1
Release:	3
Summary:	The LaTeX2e File Name Keeper
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fink
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fink.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fink.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fink.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
This package "looks over your shoulder" and keeps track of
files \input'ed (the LaTeX way) or \include'ed in your
document. You then have permanent access to the name of the
file currently being processed through the macro \finkfile.
FiNK also comes with support for AUC-TeX. As of version 2.2.1,
FiNK has been deprecated and is not maintained anymore. People
interested in FiNK's functionality are invited to use a package
named currfile instead.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fink/fink.sty
%doc %{_texmfdistdir}/doc/latex/fink/NEWS
%doc %{_texmfdistdir}/doc/latex/fink/README
%doc %{_texmfdistdir}/doc/latex/fink/THANKS
%doc %{_texmfdistdir}/doc/latex/fink/fink.el
%doc %{_texmfdistdir}/doc/latex/fink/fink.pdf
%doc %{_texmfdistdir}/doc/latex/fink/header.inc
#- source
%doc %{_texmfdistdir}/source/latex/fink/fink.dtx
%doc %{_texmfdistdir}/source/latex/fink/fink.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.1-3
+ Revision: f3687e5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20093 |14mr|texlive-finstrut-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21719
# category Package
# catalog-ctan /macros/latex/contrib/finstrut
# catalog-date 2011-03-14 20:53:55 +0100
# catalog-license lppl1.3
# catalog-version 0.5
Name:		texlive-finstrut
Version:	0.5
Release:	3
Summary:	Adjust behaviour of the ends of footnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/finstrut
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/finstrut.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/finstrut.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/finstrut.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The LaTeX internal command \@finalstrut is used automatically
used at the end of footnote texts to insert a strut to avoid
mis-spacing of multiple footnotes. Unfortunately the command
can cause a blank line at the end of a footnote. The package
provides a solution to this problem.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/finstrut/finstrut.sty
%doc %{_texmfdistdir}/doc/latex/finstrut/README
%doc %{_texmfdistdir}/doc/latex/finstrut/SRCFILEs.txt
%doc %{_texmfdistdir}/doc/latex/finstrut/finstrut.pdf
%doc %{_texmfdistdir}/doc/latex/finstrut/fstrutst.pdf
#- source
%doc %{_texmfdistdir}/source/latex/finstrut/finstrut.tex
%doc %{_texmfdistdir}/source/latex/finstrut/fstrutst.tex
%doc %{_texmfdistdir}/source/latex/finstrut/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: 6fc60b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20094 |14mr|texlive-first-latex-doc-20091109-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/first-latex-doc
# catalog-date 2009-11-09 22:22:13 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-first-latex-doc
Version:	20091109
Release:	3
Summary:	A document for absolute LaTeX beginners
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/first-latex-doc
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/first-latex-doc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/first-latex-doc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The document leads a reader, who knows nothing about LaTeX,
through the production of a two page document. The user who has
completed that first document, and wants to carry on, will find
recommendations for tutorials.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/first-latex-doc/README
%doc %{_texmfdistdir}/doc/latex/first-latex-doc/first-latex-doc.pdf
%doc %{_texmfdistdir}/doc/latex/first-latex-doc/first-latex-doc.tex
%doc %{_texmfdistdir}/doc/latex/first-latex-doc/latex-first.png
%doc %{_texmfdistdir}/doc/latex/first-latex-doc/latex-first.tex
%doc %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-a.png
%doc %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-a.tex
%doc %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-b.png
%doc %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-b.tex
%doc %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-c.png
%doc %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-c.tex
%doc %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-d.tex
%doc %{_texmfdistdir}/doc/latex/first-latex-doc/latex-second-e.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091109-3
+ Revision: 5a2561b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20095 |14mr|texlive-fix2col-20100223-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17133
# category Package
# catalog-ctan /macros/latex/contrib/fix2col
# catalog-date 2010-02-23 16:16:11 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-fix2col
Version:	20100223
Release:	3
Summary:	Fix miscellaneous two column mode features
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fix2col
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fix2col.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fix2col.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fix2col.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Fix mark handling so that \firstmark is taken from the first
column if that column has any marks at all; keep two column
floats like figure* in sequence with single column floats like
figure.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fix2col/fix2col.sty
%doc %{_texmfdistdir}/doc/latex/fix2col/README
%doc %{_texmfdistdir}/doc/latex/fix2col/fix2col.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fix2col/fix2col.dtx
%doc %{_texmfdistdir}/source/latex/fix2col/fix2col.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100223-3
+ Revision: 86d55ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20096 |14mr|texlive-fixfoot-0.3a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17131
# category Package
# catalog-ctan /macros/latex/contrib/fixfoot
# catalog-date 2010-02-20 00:32:21 +0100
# catalog-license lppl
# catalog-version 0.3a
Name:		texlive-fixfoot
Version:	0.3a
Release:	3
Summary:	Multiple use of the same footnote text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fixfoot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixfoot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixfoot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a \DeclareFixedFootnote command to provide a single
command for a frequently-used footnote. The package ensures
that only one instance of the footnote text appears on each
page (LaTeX needs to be run several times to achieve this).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fixfoot/fixfoot.sty
%doc %{_texmfdistdir}/doc/latex/fixfoot/README
%doc %{_texmfdistdir}/doc/latex/fixfoot/fixfoot.pdf
%doc %{_texmfdistdir}/doc/latex/fixfoot/fixfoot.tex
%doc %{_texmfdistdir}/doc/latex/fixfoot/testfix.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3a-3
+ Revision: 42b3161
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20097 |14mr|texlive-fixlatvian-1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21631
# category Package
# catalog-ctan /macros/xetex/latex/fixlatvian
# catalog-date 2011-03-06 19:31:04 +0100
# catalog-license lppl1.3
# catalog-version 1a
Name:		texlive-fixlatvian
Version:	1a
Release:	3
Summary:	Improve Latvian language support in XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/fixlatvian
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixlatvian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixlatvian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixlatvian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers improvement of the Latvian language support
in polyglossia, in particular in the area of the standard
classes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/fixlatvian/lv.ist
%{_texmfdistdir}/tex/xelatex/fixlatvian/fixlatvian.sty
%doc %{_texmfdistdir}/doc/xelatex/fixlatvian/Makefile
%doc %{_texmfdistdir}/doc/xelatex/fixlatvian/README
%doc %{_texmfdistdir}/doc/xelatex/fixlatvian/fixlatvian.pdf
#- source
%doc %{_texmfdistdir}/source/xelatex/fixlatvian/fixlatvian.dtx
%doc %{_texmfdistdir}/source/xelatex/fixlatvian/fixlatvian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1a-3
+ Revision: 6784707
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20098 |14mr|texlive-fixltxhyph-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25832
# category Package
# catalog-ctan /macros/latex/contrib/fixltxhyph
# catalog-date 2012-04-02 21:14:13 +0200
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-fixltxhyph
Version:	0.4
Release:	2
Summary:	Allow hyphenation of partially-emphasised substrings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fixltxhyph
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixltxhyph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixltxhyph.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixltxhyph.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package fixes the problem of TeX failing to hyphenate
letter strings that seem (to TeX) to be words, but which are
followed by an apostrophe and then an emphasis command. The
cause of the problem is not the apostrophe, but the font change
in the middle of the string. The problem arises in Catalan,
French and Italian (it could arise in Romansh, were there LaTeX
support for it).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fixltxhyph/fixltxhyph.sty
%doc %{_texmfdistdir}/doc/latex/fixltxhyph/README
%doc %{_texmfdistdir}/doc/latex/fixltxhyph/fixltxhyph.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fixltxhyph/fixltxhyph.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-2
+ Revision: 7a41b16
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20099 |14mr|texlive-fixme-4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29362
# category Package
# catalog-ctan /macros/latex/contrib/fixme
# catalog-date 2013-01-28 16:52:26 +0100
# catalog-license lppl
# catalog-version 4.2
Name:		texlive-fixme
Version:	4.2
Release:	6
Summary:	Insert "fixme" notes into draft documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fixme
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixme.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixme.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixme.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a way to insert fixme notes in documents
being developed (in draft mode). Such notes can appear in the
margin of the document, as index entries, in the log file and
as warnings on stdout. It is also possible to summarize them in
a list. If your document is in a final version, any remaining
fixme notes will produce an error. FiXme also comes with
support for AUC-TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fixme/fixme.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/env/fxenvlayoutcolor.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/env/fxenvlayoutcolorsig.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutmarginnote.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfcmargin.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfcnote.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfcsigmargin.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfcsignote.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfmargin.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfnote.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfsigmargin.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfsignote.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/target/fxtargetlayoutchangebar.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/target/fxtargetlayoutcolor.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/target/fxtargetlayoutcolorcb.sty
%{_texmfdistdir}/tex/latex/fixme/themes/fxthemecolor.sty
%{_texmfdistdir}/tex/latex/fixme/themes/fxthemecolorsig.sty
%{_texmfdistdir}/tex/latex/fixme/themes/fxthemesignature.sty
%doc %{_texmfdistdir}/doc/latex/fixme/NEWS
%doc %{_texmfdistdir}/doc/latex/fixme/README
%doc %{_texmfdistdir}/doc/latex/fixme/THANKS
%doc %{_texmfdistdir}/doc/latex/fixme/fixme.el
%doc %{_texmfdistdir}/doc/latex/fixme/fixme.pdf
%doc %{_texmfdistdir}/doc/latex/fixme/header.inc
#- source
%doc %{_texmfdistdir}/source/latex/fixme/fixme.dtx
%doc %{_texmfdistdir}/source/latex/fixme/fixme.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2-6
+ Revision: 16a5218
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20100 |14mr|texlive-fixmetodonotes-0.2.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30168
# category Package
# catalog-ctan /macros/latex/contrib/fixmetodonotes
# catalog-date 2013-04-28 19:46:12 +0200
# catalog-license pd
# catalog-version 0.2.2
Name:		texlive-fixmetodonotes
Version:	0.2.2
Release:	6
Summary:	Add notes on document development
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fixmetodonotes
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixmetodonotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixmetodonotes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixmetodonotes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides tools to highlight FIXME and TODO
annotations. The command \listofnotes prints a list of
outstanding notes, with links to the pages on which they
appear.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fixmetodonotes/fixmetodonotes.sty
%doc %{_texmfdistdir}/doc/latex/fixmetodonotes/LICENSE
%doc %{_texmfdistdir}/doc/latex/fixmetodonotes/README
#- source
%doc %{_texmfdistdir}/source/latex/fixmetodonotes/fixmetodonotes.dtx
%doc %{_texmfdistdir}/source/latex/fixmetodonotes/fixmetodonotes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.2-6
+ Revision: 97f3b82
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20101 |14mr|texlive-fixpdfmag-20090917-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/misc/fixpdfmag.tex
# catalog-date 2009-09-17 21:16:39 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-fixpdfmag
Version:	20090917
Release:	3
Summary:	Fix magnification in PDFTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/misc/fixpdfmag.tex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixpdfmag.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A recent change to PDFTeX has caused magnification to apply to
page dimensions. This small package changes the values set in
the page dimension variables from pt to truept, thus evading
the effects of \mag.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/fixpdfmag/fixpdfmag.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090917-3
+ Revision: 1572c37
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20102 |14mr|texlive-fjodor-20101026-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20220
# category Package
# catalog-ctan /macros/latex/contrib/fjodor
# catalog-date 2010-10-26 21:52:03 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-fjodor
Version:	20101026
Release:	3
Summary:	A selection of layout styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fjodor
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fjodor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fjodor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides several page layouts, selectable by
package options.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fjodor/fjodor.sty
%doc %{_texmfdistdir}/doc/latex/fjodor/README
%doc %{_texmfdistdir}/doc/latex/fjodor/dostojevski.pdf
%doc %{_texmfdistdir}/doc/latex/fjodor/dostojevski.tex
%doc %{_texmfdistdir}/doc/latex/fjodor/fjodor.pdf
%doc %{_texmfdistdir}/doc/latex/fjodor/fjodor.tex
%doc %{_texmfdistdir}/doc/latex/fjodor/srbook-mem.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101026-3
+ Revision: 90f578e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20103 |14mr|texlive-flabels-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17272
# category Package
# catalog-ctan /macros/latex/contrib/flabels
# catalog-date 2010-02-28 22:13:22 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-flabels
Version:	1.0
Release:	3
Summary:	Labels for files and folders
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flabels
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flabels.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flabels.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flabels.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros for typesetting pretty labels (optionally colored) for
the back of files or binders (currently only the special A4
"Leitz-Ordner" ring binder is supported).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flabels/flabels.sty
%doc %{_texmfdistdir}/doc/latex/flabels/README
%doc %{_texmfdistdir}/doc/latex/flabels/flabels.pdf
%doc %{_texmfdistdir}/doc/latex/flabels/makedoc
%doc %{_texmfdistdir}/doc/latex/flabels/makedoc-patched
%doc %{_texmfdistdir}/doc/latex/flabels/makedoc.bat
#- source
%doc %{_texmfdistdir}/source/latex/flabels/flabels.dtx
%doc %{_texmfdistdir}/source/latex/flabels/flabels.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 2c17918
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20104 |14mr|texlive-flacards-0.1.1b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/flacards
# catalog-date 2010-01-16 19:56:06 +0100
# catalog-license gpl
# catalog-version 0.1.1b
Name:		texlive-flacards
Version:	0.1.1b
Release:	3
Summary:	Generate flashcards for printing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flacards
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flacards.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flacards.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The flacards class provides an easy interface to produce
flashcards. It will print several cards per page, on both sides
of the paper.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flacards/flacards.cls
%doc %{_texmfdistdir}/doc/latex/flacards/COPYING
%doc %{_texmfdistdir}/doc/latex/flacards/README
%doc %{_texmfdistdir}/doc/latex/flacards/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/flacards/changelog.txt
%doc %{_texmfdistdir}/doc/latex/flacards/flacards_ex.pdf
%doc %{_texmfdistdir}/doc/latex/flacards/flacards_ex.tex
%doc %{_texmfdistdir}/doc/latex/flacards/flacards_ex1.tex
%doc %{_texmfdistdir}/doc/latex/flacards/flacards_ex2.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.1b-3
+ Revision: bb41072
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20105 |14mr|texlive-flagderiv-0.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/flagderiv
# catalog-date 2007-02-22 16:49:05 +0100
# catalog-license gpl
# catalog-version 0.10
Name:		texlive-flagderiv
Version:	0.10
Release:	3
Summary:	Flag style derivation package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flagderiv
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flagderiv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flagderiv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flagderiv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The flagderiv package is used to create mathematical
derivations using the flag/flagpole notation. The package
features an intuitive command syntax, opening and closing
multiple flagpoles, different comment styles, customizable
symbols and label namespaces.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flagderiv/flagderiv.sty
%doc %{_texmfdistdir}/doc/latex/flagderiv/README
%doc %{_texmfdistdir}/doc/latex/flagderiv/flagderiv.pdf
#- source
%doc %{_texmfdistdir}/source/latex/flagderiv/flagderiv.dtx
%doc %{_texmfdistdir}/source/latex/flagderiv/flagderiv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10-3
+ Revision: 4f2b517
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20106 |14mr|texlive-flashcards-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19667
# category Package
# catalog-ctan /macros/latex/contrib/flashcards
# catalog-date 2010-08-06 13:03:06 +0200
# catalog-license gpl
# catalog-version 1.0.1
Name:		texlive-flashcards
Version:	1.0.1
Release:	3
Summary:	A class for typesetting flashcards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flashcards
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flashcards.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flashcards.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flashcards.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The FlashCards class provides for the typesetting of flash
cards. By flash card, we mean a two sided card which has a
prompt or a question on one side and the response or the answer
on the flip (back) side. Flash cards come in many sizes
depending on the nature of the information they contain.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flashcards/avery5371.cfg
%{_texmfdistdir}/tex/latex/flashcards/avery5388.cfg
%{_texmfdistdir}/tex/latex/flashcards/flashcards.cls
%doc %{_texmfdistdir}/doc/latex/flashcards/COPYING
%doc %{_texmfdistdir}/doc/latex/flashcards/README
%doc %{_texmfdistdir}/doc/latex/flashcards/flashcards.pdf
%doc %{_texmfdistdir}/doc/latex/flashcards/samplecards.tex
#- source
%doc %{_texmfdistdir}/source/latex/flashcards/flashcards.dtx
%doc %{_texmfdistdir}/source/latex/flashcards/flashcards.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-3
+ Revision: cc1de59
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20107 |14mr|texlive-flashmovie-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25768
# category Package
# catalog-ctan /macros/latex/contrib/flashmovie
# catalog-date 2012-03-21 09:27:37 +0100
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-flashmovie
Version:	0.4
Release:	4
Summary:	Directly embed flash movies into PDF files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flashmovie
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flashmovie.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flashmovie.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows direct embedding of flash movies into PDF
files. It is designed for use with pdflatex. The package takes
advantage of the embedded Adobe Flash player in Adobe Reader 9;
the reader is invoked with the 'rich media annotation' feature,
described in "Adobe Supplement to the ISO 32000 BaseVersion:
1.7 ExtensionLevel: 3". This method of embedding movies is
attractive since it removes all platform dependencies; however,
the user is required to use Acrobat 9.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flashmovie/flashmovie.sty
%{_texmfdistdir}/tex/latex/flashmovie/player_flv_maxi.swf
%doc %{_texmfdistdir}/doc/latex/flashmovie/README
%doc %{_texmfdistdir}/doc/latex/flashmovie/flv-player-license/MPL-1.1
%doc %{_texmfdistdir}/doc/latex/flashmovie/flv-player-license/license.txt
%doc %{_texmfdistdir}/doc/latex/flashmovie/test-beamer-0.pdf
%doc %{_texmfdistdir}/doc/latex/flashmovie/test-beamer-0.tex
%doc %{_texmfdistdir}/doc/latex/flashmovie/test-beamer-1.tex
%doc %{_texmfdistdir}/doc/latex/flashmovie/test-flv.pdf
%doc %{_texmfdistdir}/doc/latex/flashmovie/test-flv.tex
%doc %{_texmfdistdir}/doc/latex/flashmovie/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-4
+ Revision: 2db4022
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20108 |14mr|texlive-flipbook-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25584
# category Package
# catalog-ctan /macros/latex/contrib/flipbook
# catalog-date 2012-03-07 15:39:23 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-flipbook
Version:	0.2
Release:	2
Summary:	Typeset flipbook animations, in the corners of documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flipbook
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flipbook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flipbook.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides techniques for adding flip book animations
in the corner of your LaTeX documents (using images or ASCII
art). Animations are defined as a set of numbered files (e.g.,
"im1.pdf", "im2.pdf", "im3.pdf", ...). The package relies on
fancyhdr to control the corners.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flipbook/flipbook.sty
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im01.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im01.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im01.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im02.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im02.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im02.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im03.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im03.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im03.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im04.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im04.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im04.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im05.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im05.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im05.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im06.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im06.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im06.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/an2.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/an2.xcf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im0.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im0.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im00.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im01.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im01.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im02.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im02.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im03.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im03.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im04.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im04.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im05.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im05.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im06.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im06.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im07.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im07.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im08.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im08.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im09.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im09.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im1.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im1.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im10.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im10.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im10.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im10.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im11.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im11.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im11.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im11.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im12.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im12.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im12.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im12.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im13.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im13.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im13.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im14.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im14.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im14.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im15.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im15.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im15.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im16.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im16.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im16.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im2.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im2.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im3.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im3.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im4.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im4.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im5.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im5.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im6.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im6.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im7.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im7.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im8.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im8.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im9.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im9.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/an3.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/an3.pnm
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/an3.xcf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im1.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im10.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im11.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im12.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im13.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im14.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im15.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im16.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im17.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im18.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im19.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im2.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im20.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im21.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im22.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im23.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im24.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im25.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im26.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im27.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im28.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im29.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im3.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im30.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im31.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im32.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im33.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im34.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im35.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im36.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im37.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im38.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im39.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im4.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im40.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im41.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im42.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im43.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im44.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im45.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im46.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im5.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im6.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im7.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im8.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im9.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/anASCII/an0.tex
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/anASCII/an1.tex
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/anASCII/an2.tex
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/anASCII/an3.tex
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/anASCII/an4.tex
%doc %{_texmfdistdir}/doc/latex/flipbook/Makefile
%doc %{_texmfdistdir}/doc/latex/flipbook/README
%doc %{_texmfdistdir}/doc/latex/flipbook/flipbook-doc.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/flipbook-doc.tex
%doc %{_texmfdistdir}/doc/latex/flipbook/flipbook-ex.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/flipbook-ex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-2
+ Revision: 50d155d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20109 |14mr|texlive-flippdf-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/flippdf
# catalog-date 2007-02-27 14:19:10 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-flippdf
Version:	1.0
Release:	3
Summary:	Horizontal flipping of pages with pdfLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flippdf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flippdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flippdf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flippdf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the production of a document with pages
"mirrored". This is sometimes required by publishers who want
camera-ready documents to be printed on transparent film (to be
viewed from the "wrong" side). The package requires everypage,
and only works with pdfLaTeX in PDF mode.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flippdf/flippdf.sty
%doc %{_texmfdistdir}/doc/latex/flippdf/README
%doc %{_texmfdistdir}/doc/latex/flippdf/flippdf.pdf
#- source
%doc %{_texmfdistdir}/source/latex/flippdf/flippdf.dtx
%doc %{_texmfdistdir}/source/latex/flippdf/flippdf.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 059108b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20110 |14mr|texlive-float-1.3d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/float
# catalog-date 2009-09-26 09:33:53 +0200
# catalog-license lppl
# catalog-version 1.3d
Name:		texlive-float
Version:	1.3d
Release:	3
Summary:	Improved interface for floating objects
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/float
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/float.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/float.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/float.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Improves the interface for defining floating objects such as
figures and tables. Introduces the boxed float, the ruled float
and the plaintop float. You can define your own floats and
improve the behaviour of the old ones. The package also
provides the H float modifier option of the obsolete here
package. You can select this as automatic default with
\floatplacement{figure}{H}.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/float/float.sty
%doc %{_texmfdistdir}/doc/latex/float/README
%doc %{_texmfdistdir}/doc/latex/float/float.pdf
#- source
%doc %{_texmfdistdir}/source/latex/float/float.dtx
%doc %{_texmfdistdir}/source/latex/float/float.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3d-3
+ Revision: 625c30c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20111 |14mr|texlive-floatflt-1.31-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25540
# category Package
# catalog-ctan /macros/latex/contrib/floatflt
# catalog-date 2012-02-29 15:33:26 +0100
# catalog-license lppl1.3
# catalog-version 1.31
Name:		texlive-floatflt
Version:	1.31
Release:	5
Summary:	Wrap text around floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/floatflt
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/floatflt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/floatflt.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/floatflt.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can float text around figures and tables which do
not span the full width of a page; it improves upon floatfig,
and allows tables/figures to be set left/right or alternating
on even/odd pages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/floatflt/floatflt.sty
%doc %{_texmfdistdir}/doc/latex/floatflt/README
%doc %{_texmfdistdir}/doc/latex/floatflt/floatexm.tex
%doc %{_texmfdistdir}/doc/latex/floatflt/floatfge.tex
%doc %{_texmfdistdir}/doc/latex/floatflt/floatfig.txt
%doc %{_texmfdistdir}/doc/latex/floatflt/floatflt.pdf
#- source
%doc %{_texmfdistdir}/source/latex/floatflt/floatflt.dtx
%doc %{_texmfdistdir}/source/latex/floatflt/floatflt.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.31-5
+ Revision: bf6b414
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20112 |14mr|texlive-floatrow-0.3b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/floatrow
# catalog-date 2009-09-27 10:36:15 +0200
# catalog-license lppl
# catalog-version 0.3b
Name:		texlive-floatrow
Version:	0.3b
Release:	3
Summary:	Modifying the layout of floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/floatrow
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/floatrow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/floatrow.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/floatrow.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The floatrow package provides many ways to customize layouts of
floating environments and has code to cooperate with the
caption 3.x package. The package offers mechanisms to put
floats side by side, and to put the caption beside its float.
The floatrow settings could be expanded to the floats created
by packages rotating, wrapfig, subfig (in the case of rows of
subfloats), and longtable.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/floatrow/floatpagestyle.sty
%{_texmfdistdir}/tex/latex/floatrow/floatrow.sty
%{_texmfdistdir}/tex/latex/floatrow/fr-fancy.sty
%{_texmfdistdir}/tex/latex/floatrow/fr-longtable.sty
%{_texmfdistdir}/tex/latex/floatrow/fr-subfig.sty
%{_texmfdistdir}/tex/latex/floatrow/listpen.sty
%doc %{_texmfdistdir}/doc/latex/floatrow/README
%doc %{_texmfdistdir}/doc/latex/floatrow/floatrow-rus.pdf
%doc %{_texmfdistdir}/doc/latex/floatrow/floatrow-rus.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/floatrow.pdf
%doc %{_texmfdistdir}/doc/latex/floatrow/fr-sample.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample01.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample02.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample03.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample04.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample05.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample06.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample07.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample10.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample11.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample12.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/pictures.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/sample-longtable-rus.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/sample-longtable.tex
#- source
%doc %{_texmfdistdir}/source/latex/floatrow/floatrow.dtx
%doc %{_texmfdistdir}/source/latex/floatrow/floatrow.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3b-3
+ Revision: daf3ab4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20113 |14mr|texlive-flowchart-3.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29153
# category Package
# catalog-ctan /graphics/pgf/contrib/flowchart
# catalog-date 2013-02-18 18:17:35 +0100
# catalog-license lppl1.3
# catalog-version 3.2
Name:		texlive-flowchart
Version:	3.2
Release:	6
Summary:	Shapes for drawing flowcharts, using TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/flowchart
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flowchart.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flowchart.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flowchart.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a set of 'traditional' flowchart element
shapes; the documentation shows how to build a flowchart from
these elements, using pgf/TikZ. The package also requires the
makeshape package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flowchart/flowchart.sty
%doc %{_texmfdistdir}/doc/latex/flowchart/README
%doc %{_texmfdistdir}/doc/latex/flowchart/flowchart.pdf
#- source
%doc %{_texmfdistdir}/source/latex/flowchart/flowchart.dtx
%doc %{_texmfdistdir}/source/latex/flowchart/flowchart.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2-6
+ Revision: 7216aae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20114 |14mr|texlive-flowfram-1.14-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28238
# category Package
# catalog-ctan /macros/latex/contrib/flowfram
# catalog-date 2012-11-11 10:25:17 +0100
# catalog-license lppl
# catalog-version 1.14
Name:		texlive-flowfram
Version:	1.14
Release:	6
Summary:	Create text frames for posters, brochures or magazines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flowfram
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flowfram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flowfram.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flowfram.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The flowfram package enables you to create frames in a document
such that the contents of the document environment flow from
one frame to the next in the order in which they were defined.
This is useful for creating posters or magazines, indeed any
form of document that does not conform to the standard one or
two column layout.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/flowfram/flowfram.perl
%{_texmfdistdir}/tex/latex/flowfram/flowfram.sty
%doc %{_texmfdistdir}/doc/latex/flowfram/CHANGES
%doc %{_texmfdistdir}/doc/latex/flowfram/README
%doc %{_texmfdistdir}/doc/latex/flowfram/ffuserguide.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/ffuserguide.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/ffuserguideidx.ist
%doc %{_texmfdistdir}/doc/latex/flowfram/flowfram.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/egg.eps
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/egg.png
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-article.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-article.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-blanks.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-brochure.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-brochure.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-news.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-news.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-news2.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-news2.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-pages.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-pages.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-poster.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-poster.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-rot.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-rot.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample1.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample1.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample2.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample2.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample3.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample3.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sampleRL.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sampleRL.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sheep.eps
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sheep.png
#- source
%doc %{_texmfdistdir}/source/latex/flowfram/flowfram.dtx
%doc %{_texmfdistdir}/source/latex/flowfram/flowfram.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.14-6
+ Revision: ae4d7aa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20115 |14mr|texlive-fltpoint-1.1b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fltpoint
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version 1.1b
Name:		texlive-fltpoint
Version:	1.1b
Release:	3
Summary:	Simple floating point arithmetic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fltpoint
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fltpoint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fltpoint.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fltpoint.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides simple floating point operations
(addition, subtraction, multiplication, division and rounding).
Used, for example, by rccol.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/fltpoint/deccomma.sty
%{_texmfdistdir}/tex/generic/fltpoint/fltpoint.sty
%{_texmfdistdir}/tex/generic/fltpoint/fltpoint.tex
%doc %{_texmfdistdir}/doc/generic/fltpoint/README
%doc %{_texmfdistdir}/doc/generic/fltpoint/fltpoint.pdf
#- source
%doc %{_texmfdistdir}/source/generic/fltpoint/fltpoint.dtx
%doc %{_texmfdistdir}/source/generic/fltpoint/fltpoint.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1b-3
+ Revision: d126baf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20116 |14mr|texlive-fmp-20070104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fmp
# catalog-date 2007-01-04 00:44:01 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-fmp
Version:	20070104
Release:	3
Summary:	Include Functional MetaPost in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fmp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fmp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fmp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fmp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive fmp package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fmp/fmp.sty
%doc %{_texmfdistdir}/doc/latex/fmp/README
%doc %{_texmfdistdir}/doc/latex/fmp/fmp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fmp/fmp-doc.hs
%doc %{_texmfdistdir}/source/latex/fmp/fmp.dtx
%doc %{_texmfdistdir}/source/latex/fmp/fmp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070104-3
+ Revision: 590d0e1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20117 |14mr|texlive-fmtcount-1.31-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24750
# category Package
# catalog-ctan /macros/latex/contrib/fmtcount
# catalog-date 2011-11-07 10:42:11 +0100
# catalog-license lppl1.3
# catalog-version 1.31
Name:		texlive-fmtcount
Version:	1.31
Release:	4
Summary:	Display the value of a LaTeX counter in a variety of formats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fmtcount
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fmtcount.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fmtcount.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fmtcount.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package fmtcount.sty provides commands that display the
value of a LaTeX counter in a variety of formats (ordinal,
text, hexadecimal, decimal, octal, binary etc). The package
offers some multilingual support; configurations for use in
English (both British and American usage), French, German,
Portuguese and Spanish documents are provided. This package was
originally provided as part of the author's datetime package,
but is now distributed separately.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fmtcount/fc-UKenglish.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-USenglish.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-british.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-english.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-french.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-german.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-italian.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-portuges.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-spanish.def
%{_texmfdistdir}/tex/latex/fmtcount/fmtcount.sty
%doc %{_texmfdistdir}/doc/latex/fmtcount/CHANGES
%doc %{_texmfdistdir}/doc/latex/fmtcount/README
%doc %{_texmfdistdir}/doc/latex/fmtcount/fc-lang.tex
%doc %{_texmfdistdir}/doc/latex/fmtcount/fc-samp.tex
%doc %{_texmfdistdir}/doc/latex/fmtcount/fmtcount-manual.html
%doc %{_texmfdistdir}/doc/latex/fmtcount/fmtcount.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fmtcount/fmtcount.dtx
%doc %{_texmfdistdir}/source/latex/fmtcount/fmtcount.ins
%doc %{_texmfdistdir}/source/latex/fmtcount/fmtcount.perl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.31-4
+ Revision: a6412c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20118 |14mr|texlive-fn2end-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fn2end
# catalog-date 2009-01-03 10:55:55 +0100
# catalog-license pd
# catalog-version 1.1
Name:		texlive-fn2end
Version:	1.1
Release:	3
Summary:	Convert footnotes to endnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fn2end
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fn2end.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fn2end.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines macros \makeendnotes, which converts \footnote to
produce endnotes; and \theendnotes which prints them out.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fn2end/fn2end.sty
%doc %{_texmfdistdir}/doc/latex/fn2end/fn2end.pdf
%doc %{_texmfdistdir}/doc/latex/fn2end/fn2end.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: e8cc14a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20119 |14mr|texlive-fnbreak-1.30-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25003
# category Package
# catalog-ctan /macros/latex/contrib/fnbreak
# catalog-date 2012-01-02 14:24:13 +0100
# catalog-license lppl
# catalog-version 1.30
Name:		texlive-fnbreak
Version:	1.30
Release:	2
Summary:	Warn for split footnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fnbreak
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnbreak.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnbreak.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnbreak.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package detects footnotes that are split over several
pages, and writes a warning to the log file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fnbreak/fnbreak.sty
%doc %{_texmfdistdir}/doc/latex/fnbreak/ChangeLog
%doc %{_texmfdistdir}/doc/latex/fnbreak/Makefile
%doc %{_texmfdistdir}/doc/latex/fnbreak/README
%doc %{_texmfdistdir}/doc/latex/fnbreak/fnbreak-v.tex
%doc %{_texmfdistdir}/doc/latex/fnbreak/fnbreak.pdf
%doc %{_texmfdistdir}/doc/latex/fnbreak/fnbreak.xml
%doc %{_texmfdistdir}/doc/latex/fnbreak/fnbreaktest.tex
#- source
%doc %{_texmfdistdir}/source/latex/fnbreak/fnbreak.dtx
%doc %{_texmfdistdir}/source/latex/fnbreak/fnbreak.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.30-2
+ Revision: 6a864b1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20120 |14mr|texlive-fncychap-v1.34-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20710
# category Package
# catalog-ctan /macros/latex/contrib/fncychap
# catalog-date 2010-12-10 10:22:28 +0100
# catalog-license lppl1.3
# catalog-version v1.34
Name:		texlive-fncychap
Version:	v1.34
Release:	3
Summary:	Seven predefined chapter heading styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fncychap
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fncychap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fncychap.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Each style can be modified using a set of simple commands.
Optionally one can modify the formatting routines in order to
create additional chapter headings. This package was previously
known as FancyChapter.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fncychap/fncychap.sty
%doc %{_texmfdistdir}/doc/latex/fncychap/Bjarne.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Bjarnes.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Bjornstrup.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/BjornstrupS.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Conny.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Connys.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Glenn.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Glenns.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Lenny.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Lennys.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/README
%doc %{_texmfdistdir}/doc/latex/fncychap/Rejne.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Rejnes.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Sonny.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Sonnys.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/fncychap.pdf
%doc %{_texmfdistdir}/doc/latex/fncychap/fncychap.tex
%doc %{_texmfdistdir}/doc/latex/fncychap/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.34-3
+ Revision: f91a23d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20121 |14mr|texlive-fncylab-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17382
# category Package
# catalog-ctan /macros/latex/contrib/fncylab
# catalog-date 2010-03-09 12:54:42 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-fncylab
Version:	1.0
Release:	3
Summary:	Alter the format of \label references
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fncylab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fncylab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fncylab.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX provides a mechanism for altering the appearance of
references to labels, but it's somewhat flawed, and requires
that the user manipulate internal commands. The package fixes
the flaw in LaTeX, and provides a \labelformat command for
changing the format of references to labels. The package also
provides a \Ref command to make reference to such redefined
labels at the start of a sentence.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fncylab/fncylab.sty
%doc %{_texmfdistdir}/doc/latex/fncylab/fncylab-example.tex
%doc %{_texmfdistdir}/doc/latex/fncylab/fncylab.pdf
%doc %{_texmfdistdir}/doc/latex/fncylab/fncylab.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 67f947f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20122 |14mr|texlive-fnpara-20120311-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25607
# category Package
# catalog-ctan /macros/latex/contrib/fnpara
# catalog-date 2012-03-11 01:08:16 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-fnpara
Version:	20120311
Release:	2
Summary:	Footnotes in paragraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fnpara
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnpara.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnpara.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typeset footnotes in run-on paragraphs, instead of one above
another; this is a re-seating, for the LaTeX environment, of an
example in the TeXbook. The same basic code, improved for use
in e-TeX-based LaTeX, appears in the comprehensive footnote
package footmisc, and superior versions are also available in
the manyfoot and bigfoot packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fnpara/fnpara.sty
%doc %{_texmfdistdir}/doc/latex/fnpara/fnpara-doc.pdf
%doc %{_texmfdistdir}/doc/latex/fnpara/fnpara-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120311-2
+ Revision: 3d190bb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20123 |14mr|texlive-fnpct-0.2e-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27180
# category Package
# catalog-ctan /macros/latex/contrib/fnpct
# catalog-date 2012-07-24 16:08:54 +0200
# catalog-license lppl1.3
# catalog-version 0.2e
Name:		texlive-fnpct
Version:	0.2e
Release:	2
Summary:	Manage footnote marks' interaction with punctuation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fnpct
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnpct.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnpct.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package moves footnote marks after following punctuation
(comma or full stop), and adjusts kerning as appropriate. As a
side effect, a change to the handling of multiple footnotes is
provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fnpct/fnpct.sty
%doc %{_texmfdistdir}/doc/latex/fnpct/README
%doc %{_texmfdistdir}/doc/latex/fnpct/bigfoot_ex.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/fixfoot_ex.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/fnpct_en.pdf
%doc %{_texmfdistdir}/doc/latex/fnpct/fnpct_en.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/nested_ex.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/nested_ex_a.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/nested_ex_b.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/nested_ex_c.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/normal_ex.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/pagenote_ex.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/sepfootnotes_ex.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/tufte_ex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2e-2
+ Revision: 17b521f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20124 |14mr|texlive-fntproof-20101201-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20638
# category Package
# catalog-ctan /macros/generic/fntproof
# catalog-date 2010-12-01 01:24:27 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-fntproof
Version:	20101201
Release:	3
Summary:	A programmable font test pattern generator
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/fntproof
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fntproof.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fntproof.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package implements all the font testing commands of Knuth's
testfont.tex, but arranges that information necessary for each
command is supplied as arguments to that command, rather than
prompted for. This makes it possible to type all the tests in
one command line, and easy to input the package in a file and
to use the commands there. A few additional commands supporting
this last purpose are also made available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/fntproof/fntproof.tex
%doc %{_texmfdistdir}/doc/generic/fntproof/README
%doc %{_texmfdistdir}/doc/generic/fntproof/fntproof-doc.pdf
%doc %{_texmfdistdir}/doc/generic/fntproof/fntproof-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101201-3
+ Revision: f1b3807
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20125 |14mr|texlive-fnumprint-1.1a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29173
# category Package
# catalog-ctan /macros/latex/contrib/fnumprint
# catalog-date 2013-02-19 09:29:17 +0100
# catalog-license lppl1.3
# catalog-version 1.1a
Name:		texlive-fnumprint
Version:	1.1a
Release:	7
Summary:	Print a number in 'appropriate' format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fnumprint
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnumprint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnumprint.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnumprint.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines two macros which decide to typeset a number
either as an Arabic number or as a word (or words) for the
number. If the number is between zero and twelve (including
zero and twelve) then words will be used; if the number is
outside that range, it will be typeset using the package
numprint Words for English representation of numbers are
generated within the package, while those for German are
generated using the package zahl2string.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fnumprint/fnumprint.sty
%doc %{_texmfdistdir}/doc/latex/fnumprint/README
%doc %{_texmfdistdir}/doc/latex/fnumprint/fnumprint.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fnumprint/fnumprint.dtx
%doc %{_texmfdistdir}/source/latex/fnumprint/fnumprint.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1a-7
+ Revision: fc99fed
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20126 |14mr|texlive-foekfont-20070227-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/foekfont
# catalog-date 2007-02-27 14:19:10 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-foekfont
Version:	20070227
Release:	3
Summary:	The title font of the Mads Fok magazine
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/foekfont
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foekfont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foekfont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides an Adobe Type 1 font, and LaTeX support for
its use. The magazine web site shows the font in use in a few
places.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/foekfont/foekfont.map
%{_texmfdistdir}/fonts/tfm/public/foekfont/foekfont.tfm
%{_texmfdistdir}/fonts/type1/public/foekfont/FoekFont.pfb
%{_texmfdistdir}/tex/latex/foekfont/foekfont.sty
%{_texmfdistdir}/tex/latex/foekfont/ot1foekfont.fd
%{_texmfdistdir}/tex/latex/foekfont/t1foekfont.fd
%doc %{_texmfdistdir}/doc/latex/foekfont/FoekFont.sfd
%doc %{_texmfdistdir}/doc/latex/foekfont/README
%doc %{_texmfdistdir}/doc/latex/foekfont/foekfont.pdf
%doc %{_texmfdistdir}/doc/latex/foekfont/foekfont.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070227-3
+ Revision: e86c8ad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20127 |14mr|texlive-foilhtml-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21855
# category Package
# catalog-ctan /macros/latex/contrib/foilhtml
# catalog-date 2007-01-05 16:07:21 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-foilhtml
Version:	1.2
Release:	3
Summary:	Interface between foiltex and LaTeX2HTML
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/foilhtml
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foilhtml.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foilhtml.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foilhtml.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides integration between FoilTeX and LaTeX2HTML, adding
sectioning commands and elements of logical formatting to
FoilTeX and providing support for FoilTeX commands in
LaTeX2HTML.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/foilhtml/foilhtml.cfg
%{_texmfdistdir}/tex/latex/foilhtml/foilhtml.sty
%doc %{_texmfdistdir}/doc/latex/foilhtml/foilhtml-96.perl
%doc %{_texmfdistdir}/doc/latex/foilhtml/foils-97.perl
%doc %{_texmfdistdir}/doc/latex/foilhtml/foils.perl
%doc %{_texmfdistdir}/doc/latex/foilhtml/readme.v12
#- source
%doc %{_texmfdistdir}/source/latex/foilhtml/foilhtml.drv
%doc %{_texmfdistdir}/source/latex/foilhtml/foilhtml.dtx
%doc %{_texmfdistdir}/source/latex/foilhtml/foilhtml.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 78dd9f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20128 |14mr|texlive-fonetika-20080819-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21326
# category Package
# catalog-ctan /fonts/fonetika
# catalog-date 2008-08-19 20:38:14 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-fonetika
Version:	20080819
Release:	3
Summary:	Support for the danish "Dania" phonetic system
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/fonetika
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonetika.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonetika.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Fonetika Dania is a font bundle with a serif font and a sans
serif font for the danish phonetic system Dania. Both fonts
exist in regular and bold weights. LaTeX support is provided.
The fonts are based on URW Palladio and Iwona Condensed, and
were created using FontForge.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/fonetika/FonetikaDaniaIwonaeBold.afm
%{_texmfdistdir}/fonts/afm/public/fonetika/FonetikaDaniaIwonaeRegular.afm
%{_texmfdistdir}/fonts/afm/public/fonetika/FonetikaDaniaPallaeBold.afm
%{_texmfdistdir}/fonts/afm/public/fonetika/FonetikaDaniaPallaeRegular.afm
%{_texmfdistdir}/fonts/map/dvips/fonetika/fonetika.map
%{_texmfdistdir}/fonts/tfm/public/fonetika/fonetika.tfm
%{_texmfdistdir}/fonts/tfm/public/fonetika/fonetikabold.tfm
%{_texmfdistdir}/fonts/tfm/public/fonetika/fonetikasans.tfm
%{_texmfdistdir}/fonts/tfm/public/fonetika/fonetikasansbold.tfm
%{_texmfdistdir}/fonts/truetype/public/fonetika/FonetikaDaniaIwonaeBold.ttf
%{_texmfdistdir}/fonts/truetype/public/fonetika/FonetikaDaniaIwonaeRegular.ttf
%{_texmfdistdir}/fonts/truetype/public/fonetika/FonetikaDaniaPallaeBold.ttf
%{_texmfdistdir}/fonts/truetype/public/fonetika/FonetikaDaniaPallaeRegular.ttf
%{_texmfdistdir}/fonts/type1/public/fonetika/FonetikaDaniaIwonaeBold.pfb
%{_texmfdistdir}/fonts/type1/public/fonetika/FonetikaDaniaIwonaeRegular.pfb
%{_texmfdistdir}/fonts/type1/public/fonetika/FonetikaDaniaPallaeBold.pfb
%{_texmfdistdir}/fonts/type1/public/fonetika/FonetikaDaniaPallaeRegular.pfb
%{_texmfdistdir}/tex/latex/fonetika/fonetika.sty
%{_texmfdistdir}/tex/latex/fonetika/t1fonetika.fd
%doc %{_texmfdistdir}/doc/fonts/fonetika/README
%doc %{_texmfdistdir}/doc/fonts/fonetika/fonetika.pdf
%doc %{_texmfdistdir}/doc/fonts/fonetika/fonetika.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080819-3
+ Revision: 9efd1bc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20129 |14mr|texlive-fontaxes-1.0c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24880
# category Package
# catalog-ctan /macros/latex/contrib/fontaxes
# catalog-date 2011-12-19 11:01:35 +0100
# catalog-license lppl1.3
# catalog-version 1.0c
Name:		texlive-fontaxes
Version:	1.0c
Release:	3
Summary:	Additional font axes for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fontaxes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontaxes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontaxes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontaxes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package adds several new font axes on top of LaTeX's New
Font Selection Scheme. In particular, it splits the shape axis
into a primary and a secondary shape axis, and it adds three
new axes to deal with the different figure versions offered by
many professional fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fontaxes/fontaxes.sty
%doc %{_texmfdistdir}/doc/latex/fontaxes/README
%doc %{_texmfdistdir}/doc/latex/fontaxes/fontaxes.pdf
%doc %{_texmfdistdir}/doc/latex/fontaxes/test-fontaxes.tex
#- source
%doc %{_texmfdistdir}/source/latex/fontaxes/fontaxes.dtx
%doc %{_texmfdistdir}/source/latex/fontaxes/fontaxes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0c-3
+ Revision: a4bf485
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20130 |14mr|texlive-fontbook-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23608
# category Package
# catalog-ctan /macros/xetex/latex/fontbook
# catalog-date 2011-08-17 19:15:50 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-fontbook
Version:	0.2
Release:	3
Summary:	Generate a font book
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/fontbook
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontbook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontbook.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontbook.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of producing a 'book' of font
samples (for evaluation, etc.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/fontbook/fontbook.sty
%doc %{_texmfdistdir}/doc/xelatex/fontbook/README
%doc %{_texmfdistdir}/doc/xelatex/fontbook/fontbook-freefonts.pdf
%doc %{_texmfdistdir}/doc/xelatex/fontbook/fontbook-freefonts.tex
%doc %{_texmfdistdir}/doc/xelatex/fontbook/fontbook.pdf
#- source
%doc %{_texmfdistdir}/source/xelatex/fontbook/fontbook.dtx
%doc %{_texmfdistdir}/source/xelatex/fontbook/fontbook.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 77ba6c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20131 |14mr|texlive-fontch-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17859
# category Package
# catalog-ctan /macros/plain/contrib/fontch
# catalog-date 2010-04-13 09:02:45 +0200
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-fontch
Version:	2.2
Release:	3
Summary:	Changing fonts, sizes and encodings in Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/fontch
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontch.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fontch macros allow the user to change font size and family
anywhere in a plain TeX document. Sizes of 8, 10, 12, 14, 20
and 24 points are available. A sans serif family (\sf) is
defined in addition to the families already defined in plain
TeX. Optional support for Latin Modern T1 and TS1 fonts is
given. There are macros for non-latin1 letters and for most TS1
symbols. Math mode always uses CM fonts. A command for
producing doubled-spaced documents is also provided. The
present version of the package is designed to deal with the
latest release of the Latin Modern fonts version 1.106.
Unfortunately, it can no longer support earlier versions of the
fonts, so an obsolete version of the package is retained for
users who don't yet have access to the latest version of the
fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/fontch/DSmac.tex
%{_texmfdistdir}/tex/plain/fontch/TS1mac.tex
%{_texmfdistdir}/tex/plain/fontch/bsymbols.tex
%{_texmfdistdir}/tex/plain/fontch/fontch.tex
%{_texmfdistdir}/tex/plain/fontch/fontch_doc.tex
%doc %{_texmfdistdir}/doc/plain/fontch/README
%doc %{_texmfdistdir}/doc/plain/fontch/fontch.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-3
+ Revision: 4b7b1a5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20132 |14mr|texlive-font-change-2010.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19709
# category Package
# catalog-ctan /macros/plain/contrib/font-change
# catalog-date 2010-07-19 16:45:16 +0200
# catalog-license other-free
# catalog-version 2010.1
Name:		texlive-font-change
Version:	2010.1
Release:	3
Summary:	Macros to Change Text and Math fonts in plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/font-change
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/font-change.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/font-change.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros to Change Text and Math fonts in TeX: 19 Beautiful
Variants These macros are written for plain TeX and can be used
with other packages like AmSTeX, eplain, etc. They allow you to
change the fonts (text and math) in your TeX document with only
one statement. Also different font sizes are available. All the
fonts called by these macro files are free and are included in
the present MiKTeX and TeX Live distributions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/font-change/font-change.tex
%{_texmfdistdir}/tex/plain/font-change/font_antp_euler.tex
%{_texmfdistdir}/tex/plain/font-change/font_antt-condensed-light.tex
%{_texmfdistdir}/tex/plain/font-change/font_antt-condensed-medium.tex
%{_texmfdistdir}/tex/plain/font-change/font_antt-condensed.tex
%{_texmfdistdir}/tex/plain/font-change/font_antt-light.tex
%{_texmfdistdir}/tex/plain/font-change/font_antt-medium.tex
%{_texmfdistdir}/tex/plain/font-change/font_antt.tex
%{_texmfdistdir}/tex/plain/font-change/font_arev.tex
%{_texmfdistdir}/tex/plain/font-change/font_artemisia_euler.tex
%{_texmfdistdir}/tex/plain/font-change/font_bera_concrete.tex
%{_texmfdistdir}/tex/plain/font-change/font_bera_euler.tex
%{_texmfdistdir}/tex/plain/font-change/font_bera_fnc.tex
%{_texmfdistdir}/tex/plain/font-change/font_bookman.tex
%{_texmfdistdir}/tex/plain/font-change/font_century.tex
%{_texmfdistdir}/tex/plain/font-change/font_charter.tex
%{_texmfdistdir}/tex/plain/font-change/font_cm.tex
%{_texmfdistdir}/tex/plain/font-change/font_cmbright.tex
%{_texmfdistdir}/tex/plain/font-change/font_concrete.tex
%{_texmfdistdir}/tex/plain/font-change/font_epigrafica_euler.tex
%{_texmfdistdir}/tex/plain/font-change/font_epigrafica_palatino.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona-bold.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona-condensed-bold.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona-condensed-light.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona-condensed-medium.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona-condensed.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona-light.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona-medium.tex
%{_texmfdistdir}/tex/plain/font-change/font_iwona.tex
%{_texmfdistdir}/tex/plain/font-change/font_kp-light.tex
%{_texmfdistdir}/tex/plain/font-change/font_kp.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier-bold.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier-condensed-bold.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier-condensed-light.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier-condensed-medium.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier-condensed.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier-light.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier-medium.tex
%{_texmfdistdir}/tex/plain/font-change/font_kurier.tex
%{_texmfdistdir}/tex/plain/font-change/font_libertine_kp.tex
%{_texmfdistdir}/tex/plain/font-change/font_libertine_palatino.tex
%{_texmfdistdir}/tex/plain/font-change/font_libertine_times.tex
%{_texmfdistdir}/tex/plain/font-change/font_pagella.tex
%{_texmfdistdir}/tex/plain/font-change/font_palatino.tex
%{_texmfdistdir}/tex/plain/font-change/font_times.tex
%{_texmfdistdir}/tex/plain/font-change/font_utopia.tex
%doc %{_texmfdistdir}/doc/plain/font-change/README
%doc %{_texmfdistdir}/doc/plain/font-change/default-amssymbols.tex
%doc %{_texmfdistdir}/doc/plain/font-change/font-change.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2010.1-3
+ Revision: 5132450
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20133 |14mr|texlive-fontinst-1.933-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category Package
# catalog-ctan /fonts/utilities/fontinst
# catalog-date 2012-07-06 12:12:34 +0200
# catalog-license lppl
# catalog-version 1.933
Name:		texlive-fontinst
Version:	1.933
Release:	11
Summary:	Help with installing fonts for TeX and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/utilities/fontinst
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontinst.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontinst.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontinst.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-fontinst.bin = %{EVRD}

%description
TeX macros for converting Adobe Font Metric files to TeX metric
and virtual font format. Fontinst helps mainly with the number
crunching and shovelling parts of font installation. This means
in practice that it creates a number of files which give the
TeX metrics (and related information) for a font family that
(La)TeX needs to do any typesetting in these fonts. Fontinst
furthermore makes it easy to create fonts containing glyphs
from more than one base font, taking advantage of (e.g.)
"expert" font sets. Fontinst cannot examine files to see if
they contain any useful information, nor automatically search
for files or work with binary file formats; those tasks must
normally be done manually or with the help of some other tool,
such as the pltotf and vptovf programs.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/fontinst
%{_texmfdistdir}/scripts/texlive/fontinst.sh
%{_texmfdistdir}/tex/fontinst/base/bbox.sty
%{_texmfdistdir}/tex/fontinst/base/cfntinst.sty
%{_texmfdistdir}/tex/fontinst/base/finstmsc.sty
%{_texmfdistdir}/tex/fontinst/base/fontinst.ini
%{_texmfdistdir}/tex/fontinst/base/fontinst.sty
%{_texmfdistdir}/tex/fontinst/base/multislot.sty
%{_texmfdistdir}/tex/fontinst/base/xfntinst.sty
%{_texmfdistdir}/tex/fontinst/latinetx/8r.etx
%{_texmfdistdir}/tex/fontinst/latinetx/8y.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1c.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1cj.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1ctt.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1i.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1ij.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1itt.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1j.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1tt.etx
%{_texmfdistdir}/tex/fontinst/latinetx/t1.etx
%{_texmfdistdir}/tex/fontinst/latinetx/t1c.etx
%{_texmfdistdir}/tex/fontinst/latinetx/t1cj.etx
%{_texmfdistdir}/tex/fontinst/latinetx/t1i.etx
%{_texmfdistdir}/tex/fontinst/latinetx/t1ij.etx
%{_texmfdistdir}/tex/fontinst/latinetx/t1j.etx
%{_texmfdistdir}/tex/fontinst/latinetx/txtfdmns.etx
%{_texmfdistdir}/tex/fontinst/latinmtx/8r.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/8y.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/latin.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/latinsc.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/llbuild.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/lsbuild.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/lsfake.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/lsmisc.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/ltcmds.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/ltpunct.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/lubuild.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/newlatin.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/resetsc.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/unsetalf.mtx
%{_texmfdistdir}/tex/fontinst/mathetx/euex.etx
%{_texmfdistdir}/tex/fontinst/mathetx/eufrak.etx
%{_texmfdistdir}/tex/fontinst/mathetx/eurm.etx
%{_texmfdistdir}/tex/fontinst/mathetx/euscr.etx
%{_texmfdistdir}/tex/fontinst/mathetx/msam.etx
%{_texmfdistdir}/tex/fontinst/mathetx/msbm.etx
%{_texmfdistdir}/tex/fontinst/mathetx/oml.etx
%{_texmfdistdir}/tex/fontinst/mathetx/oms.etx
%{_texmfdistdir}/tex/fontinst/mathetx/omx.etx
%{_texmfdistdir}/tex/fontinst/mathetx/rsfs.etx
%{_texmfdistdir}/tex/fontinst/mathmtx/mathex.mtx
%{_texmfdistdir}/tex/fontinst/mathmtx/mathit.mtx
%{_texmfdistdir}/tex/fontinst/mathmtx/mathsy.mtx
%{_texmfdistdir}/tex/fontinst/misc/csc2x.tex
%{_texmfdistdir}/tex/fontinst/misc/csckrn2x.tex
%{_texmfdistdir}/tex/fontinst/misc/glyphbox.mtx
%{_texmfdistdir}/tex/fontinst/misc/glyphoff.mtx
%{_texmfdistdir}/tex/fontinst/misc/glyphon.mtx
%{_texmfdistdir}/tex/fontinst/misc/kernoff.mtx
%{_texmfdistdir}/tex/fontinst/misc/kernon.mtx
%{_texmfdistdir}/tex/fontinst/misc/osf2x.tex
%{_texmfdistdir}/tex/fontinst/smbletx/digit2.etx
%{_texmfdistdir}/tex/fontinst/smbletx/ts1.etx
%{_texmfdistdir}/tex/fontinst/smbletx/ts1i.etx
%{_texmfdistdir}/tex/fontinst/smbletx/ts1ij.etx
%{_texmfdistdir}/tex/fontinst/smbletx/ts1j.etx
%{_texmfdistdir}/tex/fontinst/smblmtx/resetosf.mtx
%{_texmfdistdir}/tex/fontinst/smblmtx/textcomp.mtx
%{_texmfdistdir}/tex/fontinst/smblmtx/unsetnum.mtx
%{_texmfdistdir}/tex/latex/fontinst/fontdoc.sty
%doc %{_texmfdistdir}/doc/fonts/fontinst/README
%doc %{_texmfdistdir}/doc/fonts/fontinst/encspecs/encspecs.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/encspecs/omxdraft.etx
%doc %{_texmfdistdir}/doc/fonts/fontinst/encspecs/ot1draft.etx
%doc %{_texmfdistdir}/doc/fonts/fontinst/encspecs/t1draft.etx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/basic/basicex.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/basic/basicex2.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/eurofont/Makefile
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/eurofont/eurofont.map
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/eurofont/eurofont.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/Makefile
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/fontptcm.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/mathtest.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/resetsy.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/unsetmu.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/zrhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/zrmhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/zrmkern.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/zrvhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/zryhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/Makefile
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/fontptcmx.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/mathptmx.sty
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/mathtestx.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/resetsy.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/unsetmu.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/zrhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/zrmhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/zrmkernx.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/zrvhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/zryhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/zrykernx.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/manual/fontinst.pdf
%doc %{_texmfdistdir}/doc/fonts/fontinst/manual/fontinst.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/manual/intro98.pdf
%doc %{_texmfdistdir}/doc/fonts/fontinst/manual/intro98.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/manual/roadmap.eps
%doc %{_texmfdistdir}/doc/fonts/fontinst/talks/et99-font-tables.pdf
%doc %{_texmfdistdir}/doc/fonts/fontinst/talks/et99-font-tutorial.pdf
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/cc-pl.enc
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/comparemetrics.sty
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/comparepls.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/fadrr.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/multislot-test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/multislot.etx
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/omsdraft.etx
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/testsc.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1901test.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1901test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1902test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1905test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1906test.etx
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1906test.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1906test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1913test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1914test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1914testmap.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1914testshow.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1915test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1915testmap.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1916test.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1916test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1916test2.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1923test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1927test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1928test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1928test2.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1930test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1931test0.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1931test1.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1931test2.tex
%doc %{_mandir}/man1/fontinst.1*
%doc %{_texmfdistdir}/doc/man/man1/fontinst.man1.pdf
#- source
%doc %{_texmfdistdir}/source/fontinst/base/CHANGES
%doc %{_texmfdistdir}/source/fontinst/base/fibasics.dtx
%doc %{_texmfdistdir}/source/fontinst/base/ficommon.dtx
%doc %{_texmfdistdir}/source/fontinst/base/ficonv.dtx
%doc %{_texmfdistdir}/source/fontinst/base/filtfam.dtx
%doc %{_texmfdistdir}/source/fontinst/base/fimain.dtx
%doc %{_texmfdistdir}/source/fontinst/base/fimapgen.dtx
%doc %{_texmfdistdir}/source/fontinst/base/fisource.dvi
%doc %{_texmfdistdir}/source/fontinst/base/fisource.ist
%doc %{_texmfdistdir}/source/fontinst/base/fisource.sty
%doc %{_texmfdistdir}/source/fontinst/base/fisource.tex
%doc %{_texmfdistdir}/source/fontinst/base/fitrig.dtx
%doc %{_texmfdistdir}/source/fontinst/base/fontinst.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texlive/fontinst.sh fontinst
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.933-11
+ Revision: 87c3da3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20134 |14mr|texlive-fontname-20101025-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24661
# category Package
# catalog-ctan /info/fontname
# catalog-date 2010-10-25 08:39:19 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-fontname
Version:	20101025
Release:	4
Summary:	Scheme for naming fonts in TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/fontname
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontname.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontname.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The scheme for assigning names is described (in the
documentation part of the package), and map files giving the
relation between foundry name and 'TeX-name' are also provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/fontname/adobe.map
%{_texmfdistdir}/fonts/map/fontname/apple.map
%{_texmfdistdir}/fonts/map/fontname/bitstrea.map
%{_texmfdistdir}/fonts/map/fontname/dtc.map
%{_texmfdistdir}/fonts/map/fontname/itc.map
%{_texmfdistdir}/fonts/map/fontname/linot-cd.map
%{_texmfdistdir}/fonts/map/fontname/linotype-cd.map
%{_texmfdistdir}/fonts/map/fontname/linotype.map
%{_texmfdistdir}/fonts/map/fontname/monotype.map
%{_texmfdistdir}/fonts/map/fontname/skey1250.map
%{_texmfdistdir}/fonts/map/fontname/skey1555.map
%{_texmfdistdir}/fonts/map/fontname/softkey-1250.map
%{_texmfdistdir}/fonts/map/fontname/softkey-1555.map
%{_texmfdistdir}/fonts/map/fontname/softkey.map
%{_texmfdistdir}/fonts/map/fontname/special.map
%{_texmfdistdir}/fonts/map/fontname/supplier.map
%{_texmfdistdir}/fonts/map/fontname/texfonts.map
%{_texmfdistdir}/fonts/map/fontname/typeface.map
%{_texmfdistdir}/fonts/map/fontname/urw.map
%{_texmfdistdir}/fonts/map/fontname/variant.map
%{_texmfdistdir}/fonts/map/fontname/weight.map
%{_texmfdistdir}/fonts/map/fontname/width.map
%{_texmfdistdir}/fonts/map/fontname/yandy.map
%doc %{_texmfdistdir}/doc/fonts/fontname/8a.html
%doc %{_texmfdistdir}/doc/fonts/fontname/8r.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Adobe-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Apple-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Bitstream-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/fontname/DTC-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Encodings.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Filenames-for-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Font-legalities.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Font-name-lists.html
%doc %{_texmfdistdir}/doc/fonts/fontname/History.html
%doc %{_texmfdistdir}/doc/fonts/fontname/ITC-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Introduction.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Linotype-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Long-names.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Long-naming-scheme.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Makefile
%doc %{_texmfdistdir}/doc/fonts/fontname/Monotype-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Name-mapping-file.html
%doc %{_texmfdistdir}/doc/fonts/fontname/References.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Standard-PostScript-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Suppliers.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Typefaces.html
%doc %{_texmfdistdir}/doc/fonts/fontname/URW-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Variants.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Weights.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Widths.html
%doc %{_texmfdistdir}/doc/fonts/fontname/bitstrea.aka
%doc %{_texmfdistdir}/doc/fonts/fontname/cork.html
%doc %{_texmfdistdir}/doc/fonts/fontname/dvips.html
%doc %{_texmfdistdir}/doc/fonts/fontname/fontname.aux
%doc %{_texmfdistdir}/doc/fonts/fontname/fontname.cp
%doc %{_texmfdistdir}/doc/fonts/fontname/fontname.html
%doc %{_texmfdistdir}/doc/fonts/fontname/fontname.pdf
%doc %{_texmfdistdir}/doc/fonts/fontname/fontname.texi
%doc %{_texmfdistdir}/doc/fonts/fontname/fontname.toc
%doc %{_texmfdistdir}/doc/fonts/fontname/index.html
%doc %{_texmfdistdir}/doc/fonts/fontname/texmext.html
%doc %{_texmfdistdir}/doc/fonts/fontname/texmital.html
%doc %{_texmfdistdir}/doc/fonts/fontname/texmsym.html
%doc %{_texmfdistdir}/doc/fonts/fontname/texnansi.html
%doc %{_texmfdistdir}/doc/fonts/fontname/texnansx.html
%doc %{_texmfdistdir}/doc/fonts/fontname/xl2.html
%doc %{_texmfdistdir}/doc/fonts/fontname/xt2.html
%doc %{_infodir}/fontname.info*

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdir}/doc/info/*.info %{buildroot}%{_infodir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101025-4
+ Revision: 7471c2f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20135 |14mr|texlive-fontools-20131031-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32050
# category Package
# catalog-ctan /fonts/utilities/fontools
# catalog-date 2013-10-31 18:58:21 +0100
# catalog-license gpl2
# catalog-version undef
Name:		texlive-fontools
Version:	20131031
Release:	6
Summary:	Tools to simplify using fonts (especially TT/OTF ones)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/utilities/fontools
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontools.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-fontools.bin = %{EVRD}

%description
This package provides a few tools to ease using fonts
(especially Truetype/Opentype ones) with Latex and fontinst:
AFM2AFM - reencode .afm files; designed to replace fontinst's
\reencodefont for big .afm files; AUTOINST - simplify the use
of the LCDF TypeTools by creating a command file for otftotfm,
plus .fd and .sty files; and OT2KPX - extract all kerning pairs
from an OpenType font.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/*
%{_texmfdistdir}/fonts/enc/dvips/fontools/fontools_ly1.enc
%{_texmfdistdir}/fonts/enc/dvips/fontools/fontools_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/fontools/fontools_t1.enc
%{_texmfdistdir}/fonts/enc/dvips/fontools/fontools_ts1.enc
%{_texmfdistdir}/scripts/fontools/afm2afm
%{_texmfdistdir}/scripts/fontools/autoinst
%{_texmfdistdir}/scripts/fontools/ot2kpx
%doc %{_mandir}/man1/afm2afm.1*
%doc %{_texmfdistdir}/doc/man/man1/afm2afm.man1.pdf
%doc %{_mandir}/man1/autoinst.1*
%doc %{_texmfdistdir}/doc/man/man1/autoinst.man1.pdf
%doc %{_mandir}/man1/ot2kpx.1*
%doc %{_texmfdistdir}/doc/man/man1/ot2kpx.man1.pdf
%doc %{_texmfdistdir}/doc/support/fontools/GPLv2.txt
%doc %{_texmfdistdir}/doc/support/fontools/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/fontools/afm2afm afm2afm
    ln -sf %{_texmfdistdir}/scripts/fontools/autoinst autoinst
    ln -sf %{_texmfdistdir}/scripts/fontools/ot2kpx ot2kpx
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131031-6
+ Revision: ba6427c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20136 |14mr|texlive-fontspec-v2.2b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26230
# category Package
# catalog-ctan /macros/latex/contrib/fontspec
# catalog-date 2012-05-06 11:43:12 +0200
# catalog-license lppl1.3
# catalog-version v2.2b
Name:		texlive-fontspec
Version:	v2.2b
Release:	2
Summary:	Advanced font selection in XeLaTeX and LuaLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fontspec
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontspec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontspec.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontspec.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-kastrup
Requires:	texlive-lm

%description
Fontspec is a package for XeLaTeX and LuaLaTeX. It provides an
automatic and unified interface to feature-rich AAT and
OpenType fonts through the NFSS in LaTeX running on XeTeX or
LuaTeX engines. The package requires the l3kernel and xparse
bundles from the LaTeX 3 development team.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fontspec/fontspec-luatex.sty
%{_texmfdistdir}/tex/latex/fontspec/fontspec-patches.sty
%{_texmfdistdir}/tex/latex/fontspec/fontspec-xetex.sty
%{_texmfdistdir}/tex/latex/fontspec/fontspec.cfg
%{_texmfdistdir}/tex/latex/fontspec/fontspec.lua
%{_texmfdistdir}/tex/latex/fontspec/fontspec.sty
%doc %{_texmfdistdir}/doc/latex/fontspec/README
%doc %{_texmfdistdir}/doc/latex/fontspec/fontspec-example.tex
%doc %{_texmfdistdir}/doc/latex/fontspec/fontspec-testsuite.pdf
%doc %{_texmfdistdir}/doc/latex/fontspec/fontspec.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fontspec/Makefile
%doc %{_texmfdistdir}/source/latex/fontspec/fontspec.dtx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-alias-feature-option.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-alias-feature.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-autofake.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-autoscaling.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-charactervariant.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-colour-basic.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-colour-clash.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-colour-opacity.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-feat-numbers.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-font-selection-bold.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-hyphenchar.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-inner-emph.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-loading-basic.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-loading-external-underdefined.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-loading-nested-scfeat.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-loading-scale.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-loading-sizefeatures.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-optical-sizes.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-ot-cvxx-2.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-ot-cvxx.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-ot-ss06.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-programmers-interface.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-verb-fancyvrb.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-verb-listings.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-verb-moreverb.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-verb-plain.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-verb-verbatim.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-wordspace.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/X-new-font-feature.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/testsuite-listing.tex
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/testsuite.cls

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v2.2b-2
+ Revision: 60d70ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20137 |14mr|texlive-fonts-tlwg-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25417
# category Package
# catalog-ctan /fonts/thai/fonts-tlwg
# catalog-date 2012-02-16 15:35:28 +0100
# catalog-license gpl
# catalog-version 0.5.0
Name:		texlive-fonts-tlwg
Version:	0.5.0
Release:	2
Summary:	Thai fonts for LaTeX from TLWG
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/thai/fonts-tlwg
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonts-tlwg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonts-tlwg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonts-tlwg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of free Thai fonts, supplied as FontForge sources,
and with LaTeX .fd files. This package depends on the thailatex
package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/garuda.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/garuda_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/garuda_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/garuda_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/kinnari.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/kinnari_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/kinnari_bi.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/kinnari_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/kinnari_i.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/kinnari_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/loma.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/loma_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/loma_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/loma_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/norasi.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/norasi_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/norasi_bi.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/norasi_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/norasi_i.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/norasi_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/purisa.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/purisa_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/purisa_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/purisa_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/sawasdee.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/sawasdee_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/sawasdee_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/sawasdee_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttype.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttype_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttype_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttype_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttypist.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttypist_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttypist_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttypist_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/umpush.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/umpush_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/umpush_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/umpush_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/waree.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/waree_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/waree_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/waree_o.afm
%{_texmfdistdir}/fonts/enc/dvips/fonts-tlwg/lthtlwg.enc
%{_texmfdistdir}/fonts/map/dvips/fonts-tlwg/nectec.map
%{_texmfdistdir}/fonts/map/dvips/fonts-tlwg/nf.map
%{_texmfdistdir}/fonts/map/dvips/fonts-tlwg/tlwg.map
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/garuda.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/garuda_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/garuda_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/garuda_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/kinnari.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/kinnari_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/kinnari_bi.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/kinnari_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/kinnari_i.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/kinnari_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/loma.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/loma_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/loma_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/loma_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/norasi.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/norasi_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/norasi_bi.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/norasi_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/norasi_i.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/norasi_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/purisa.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/purisa_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/purisa_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/purisa_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rgaruda.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rgaruda_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rgaruda_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rgaruda_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rkinnari.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rkinnari_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rkinnari_bi.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rkinnari_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rkinnari_i.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rkinnari_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rloma.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rloma_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rloma_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rloma_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rnorasi.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rnorasi_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rnorasi_bi.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rnorasi_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rnorasi_i.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rnorasi_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rpurisa.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rpurisa_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rpurisa_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rpurisa_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rsawasdee.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rsawasdee_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rsawasdee_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rsawasdee_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttype.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttype_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttype_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttype_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttypist.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttypist_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttypist_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttypist_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rumpush.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rumpush_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rumpush_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rumpush_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rwaree.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rwaree_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rwaree_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rwaree_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/sawasdee.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/sawasdee_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/sawasdee_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/sawasdee_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttype.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttype_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttype_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttype_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttypist.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttypist_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttypist_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttypist_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/umpush.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/umpush_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/umpush_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/umpush_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/waree.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/waree_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/waree_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/waree_o.tfm
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/garuda.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/garuda_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/garuda_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/garuda_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/kinnari.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/kinnari_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/kinnari_bi.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/kinnari_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/kinnari_i.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/kinnari_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/loma.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/loma_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/loma_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/loma_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/norasi.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/norasi_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/norasi_bi.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/norasi_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/norasi_i.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/norasi_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/purisa.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/purisa_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/purisa_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/purisa_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/sawasdee.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/sawasdee_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/sawasdee_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/sawasdee_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttype.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttype_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttype_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttype_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttypist.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttypist_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttypist_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttypist_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/umpush.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/umpush_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/umpush_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/umpush_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/waree.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/waree_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/waree_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/waree_o.pfb
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/garuda.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/garuda_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/garuda_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/garuda_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/kinnari.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/kinnari_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/kinnari_bi.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/kinnari_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/kinnari_i.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/kinnari_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/loma.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/loma_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/loma_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/loma_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/norasi.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/norasi_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/norasi_bi.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/norasi_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/norasi_i.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/norasi_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/purisa.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/purisa_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/purisa_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/purisa_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/sawasdee.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/sawasdee_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/sawasdee_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/sawasdee_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttype.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttype_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttype_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttype_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttypist.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttypist_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttypist_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttypist_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/umpush.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/umpush_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/umpush_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/umpush_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/waree.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/waree_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/waree_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/waree_o.vf
%{_texmfdistdir}/tex/latex/fonts-tlwg/fonts-tlwg.sty
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthgaruda.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthkinnari.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthloma.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthnorasi.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthpurisa.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthsawasdee.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthttype.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthttypist.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthumpush.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthwaree.fd
%doc %{_texmfdistdir}/doc/fonts/fonts-tlwg/examples/teststd.tex
#- source
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/AUTHORS
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/COPYING
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/ChangeLog
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/ChangeLog.thai-ttf
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/GPL
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/INSTALL
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/NEWS
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/README
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/TODO
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/aclocal.m4
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/configure
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/configure.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/fontconfig/64-ttf-thai-tlwg.conf
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/fontconfig/89-ttf-thai-tlwg-synthetic.conf
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/fontconfig/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/fontconfig/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/install-sh
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/examples/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/examples/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/examples/teststd.tex
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/fonts-tlwg.sty
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthgaruda.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthkinnari.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthloma.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthnorasi.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthpurisa.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthsawasdee.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthtlwg.enc
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthttype.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthttypist.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthumpush.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthwaree.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/texfont.mk.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/thai-dummy.afm
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/thailigs.enc
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/missing
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nectec/Loma-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nectec/Loma-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nectec/Loma-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nectec/Loma.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nectec/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nectec/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Garuda-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Garuda-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Garuda-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Garuda.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Kinnari-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Kinnari-BoldItalic.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Kinnari-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Kinnari-Italic.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Kinnari-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Kinnari.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Norasi-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Norasi-BoldItalic.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Norasi-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Norasi-Italic.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Norasi-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Norasi.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/README.1ST
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/engkernpairs.txt
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-otf.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-pfa.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-pfb.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-test-otf.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-test-pfa.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-test-pfb.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-test-ttf.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-ttf.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen.mk.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/thaikernpairs.txt
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tests/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tests/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tests/gen-pdfsample.sh
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tests/test-otf.sh
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tests/test-pfa.sh
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tests/test-pfb.sh
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tests/test-ttf.sh
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/AUTHORS
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/CREDITS
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Purisa-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Purisa-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Purisa-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Purisa.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/README
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Sawasdee-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Sawasdee-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Sawasdee-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Sawasdee.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgMono-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgMono-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgMono-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgMono.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypist-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypist-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypist-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypist.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypo-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypo-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypo-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypo.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Umpush-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Umpush-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Umpush-Light.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Umpush-LightOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Umpush-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Umpush.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Waree-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Waree-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Waree-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Waree.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.0-2
+ Revision: 3ed3f59
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20138 |14mr|texlive-fonttable-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21399
# category Package
# catalog-ctan /macros/latex/contrib/fonttable
# catalog-date 2009-10-20 21:39:17 +0200
# catalog-license lppl1.3
# catalog-version 1.6
Name:		texlive-fonttable
Version:	1.6
Release:	3
Summary:	Print font tables from a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fonttable
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonttable.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonttable.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonttable.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a package version of nfssfont.tex (part of the LaTeX
distribution); it enables you to print a table of the
characters of a font and/or some text (for demonstration or
testing purposes), from within a document. (Packages such as
testfont and nfssfont.tex provide these facilities, but they
run as interactive programs: the user is expected to type
details of what is needed.) Note that the package mftinc also
has a \fonttable function; the documentation explains how avoid
a clash with that package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fonttable/fonttable.sty
%doc %{_texmfdistdir}/doc/latex/fonttable/README
%doc %{_texmfdistdir}/doc/latex/fonttable/fonttable.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fonttable/fonttable.dtx
%doc %{_texmfdistdir}/source/latex/fonttable/fonttable.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: 4fbd18d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20139 |14mr|texlive-fontware-20131012-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-fontware
Version:	20131012
Release:	6
Summary:	TeXLive fontware package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontware.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontware.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-fontware.bin

%description
TeXLive fontware package.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/pltotf.1*
%doc %{_texmfdistdir}/doc/man/man1/pltotf.man1.pdf
%doc %{_mandir}/man1/tftopl.1*
%doc %{_texmfdistdir}/doc/man/man1/tftopl.man1.pdf
%doc %{_mandir}/man1/vftovp.1*
%doc %{_texmfdistdir}/doc/man/man1/vftovp.man1.pdf
%doc %{_mandir}/man1/vptovf.1*
%doc %{_texmfdistdir}/doc/man/man1/vptovf.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131012-6
+ Revision: 8f378cd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20140 |14mr|texlive-fontwrap-20080819-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/xetex/latex/fontwrap
# catalog-date 2008-08-19 20:38:14 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-fontwrap
Version:	20080819
Release:	3
Summary:	Bind fonts to specific unicode blocks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/fontwrap
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontwrap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontwrap.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package (which runs under XeLaTeX) lets you bind fonts to
specific unicode blocks, for automatic font tagging of
multilingual text. The package uses Perl (via perltex) to
construct its tables.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/fontwrap/fontwrap.sty
%doc %{_texmfdistdir}/doc/xelatex/fontwrap/README
%doc %{_texmfdistdir}/doc/xelatex/fontwrap/fontwrap.pdf
%doc %{_texmfdistdir}/doc/xelatex/fontwrap/fontwrap.tex
%doc %{_texmfdistdir}/doc/xelatex/fontwrap/fontwrap_example.pdf
%doc %{_texmfdistdir}/doc/xelatex/fontwrap/fontwrap_example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080819-3
+ Revision: 0f0721e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20141 |14mr|texlive-footbib-2.0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17115
# category Package
# catalog-ctan /macros/latex/contrib/footbib
# catalog-date 2010-02-20 20:57:03 +0100
# catalog-license lppl
# catalog-version 2.0.7
Name:		texlive-footbib
Version:	2.0.7
Release:	3
Summary:	Bibliographic references as footnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/footbib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footbib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footbib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes bibliographic references appear as footnotes.
It defines a command \footcite which is similar to the LaTeX
\cite command but the references cited in this way appear at
the bottom of the pages. This 'foot bibliography' does not
conflict with the standard one and both may exist
simultaneously in a document. The command \cite may still be
used to produce the standard bibliography. The foot
bibliography uses its own style and bibliographic database
which may be specified independently of the standard one. Any
standard bibliography style may be used.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/footbib/footbib.sty
%doc %{_texmfdistdir}/doc/latex/footbib/README
%doc %{_texmfdistdir}/doc/latex/footbib/footbib.pdf
#- source
%doc %{_texmfdistdir}/source/latex/footbib/footbib.dtx
%doc %{_texmfdistdir}/source/latex/footbib/footbib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.7-3
+ Revision: 431bdde
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20142 |14mr|texlive-footmisc-5.5b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23330
# category Package
# catalog-ctan /macros/latex/contrib/footmisc
# catalog-date 2011-06-09 17:50:36 +0200
# catalog-license lppl1.3
# catalog-version 5.5b
Name:		texlive-footmisc
Version:	5.5b
Release:	3
Summary:	A range of footnote options
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/footmisc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footmisc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footmisc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footmisc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of ways to change the typesetting of footnotes.
The package provides means of changing the layout of the
footnotes themselves (including setting them in 'paragraphs' --
the para option), a way to number footnotes per page (the
perpage option), to make footnotes disappear when an argument
moves (stable option) and to deal with multiple references to
footnotes from the same place (multiple option). The package
also has a range of techniques for labelling footnotes with
symbols rather than numbers. Some of the functions of the
package are overlap with the functionality of other packages.
The para option is also provided by the manyfoot and bigfoot
packages, though those are both also portmanteau packages.
(Don't be seduced by fnpara, whose implementation is improved
by the present package.) The perpage option is also offered by
footnpag and by the rather more general-purpose perpage.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/footmisc/footmisc.sty
%doc %{_texmfdistdir}/doc/latex/footmisc/README
%doc %{_texmfdistdir}/doc/latex/footmisc/footmisc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/footmisc/footmisc.dtx
%doc %{_texmfdistdir}/source/latex/footmisc/footmisc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.5b-3
+ Revision: 33e053e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20143 |14mr|texlive-footnotebackref-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27034
# category Package
# catalog-ctan /macros/latex/contrib/footnotebackref
# catalog-date 2012-07-05 10:27:55 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-footnotebackref
Version:	1.0
Release:	2
Summary:	Back-references from footnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/footnotebackref
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnotebackref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnotebackref.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means of creating hyperlinks, from a
footnote at the bottom of the page, back to the occurence of
the footnote in the main text.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/footnotebackref/footnotebackref.sty
%doc %{_texmfdistdir}/doc/latex/footnotebackref/README
%doc %{_texmfdistdir}/doc/latex/footnotebackref/footnotebackref.pdf
%doc %{_texmfdistdir}/doc/latex/footnotebackref/footnotebackref.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-2
+ Revision: 310090c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20144 |14mr|texlive-footnoterange-1.0a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25430
# category Package
# catalog-ctan /macros/latex/contrib/footnoterange
# catalog-date 2012-02-19 15:01:00 +0100
# catalog-license lppl1.3
# catalog-version 1.0a
Name:		texlive-footnoterange
Version:	1.0a
Release:	2
Summary:	References to ranges of footnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/footnoterange
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnoterange.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnoterange.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnoterange.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides environments footnoterange and
footnoterange*. Multiple footnotes inside these environments
are not referenced as (e.g.) "1 2 3 4" but as "1-4", i.e., the
range (from first to last referred footnote at that place) is
given. If hyperref package and use of its hyperfootnotes-option
the references are hyperlinked. (References to footnotes in the
footnoterange* environment are never hyperlinked.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/footnoterange/footnoterange.sty
%doc %{_texmfdistdir}/doc/latex/footnoterange/README
%doc %{_texmfdistdir}/doc/latex/footnoterange/footnoterange-example.pdf
%doc %{_texmfdistdir}/doc/latex/footnoterange/footnoterange-example.tex
%doc %{_texmfdistdir}/doc/latex/footnoterange/footnoterange.pdf
#- source
%doc %{_texmfdistdir}/source/latex/footnoterange/footnoterange.drv
%doc %{_texmfdistdir}/source/latex/footnoterange/footnoterange.dtx
%doc %{_texmfdistdir}/source/latex/footnoterange/footnoterange.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-2
+ Revision: dc78962
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20145 |14mr|texlive-footnpag-20090926-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/footnpag
# catalog-date 2009-09-26 11:43:36 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-footnpag
Version:	20090926
Release:	3
Summary:	Per-page numbering of footnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/footnpag
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnpag.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnpag.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnpag.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Allows footnotes on individual pages to be numbered from 1,
rather than being numbered sequentially through the document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/footnpag/footnpag.sty
%doc %{_texmfdistdir}/doc/latex/footnpag/CATALOG
%doc %{_texmfdistdir}/doc/latex/footnpag/History
%doc %{_texmfdistdir}/doc/latex/footnpag/INSTALL
%doc %{_texmfdistdir}/doc/latex/footnpag/Imakefile
%doc %{_texmfdistdir}/doc/latex/footnpag/License
%doc %{_texmfdistdir}/doc/latex/footnpag/MANIFEST
%doc %{_texmfdistdir}/doc/latex/footnpag/README
%doc %{_texmfdistdir}/doc/latex/footnpag/TODO
%doc %{_texmfdistdir}/doc/latex/footnpag/footnpag-doc.sty
%doc %{_texmfdistdir}/doc/latex/footnpag/footnpag-user.pdf
%doc %{_texmfdistdir}/doc/latex/footnpag/footnpag-user.tex
%doc %{_texmfdistdir}/doc/latex/footnpag/footnpag.doc
%doc %{_texmfdistdir}/doc/latex/footnpag/test/Imakefile
%doc %{_texmfdistdir}/doc/latex/footnpag/test/eqnarray-fnmark.tex
%doc %{_texmfdistdir}/doc/latex/footnpag/test/late.tex
%doc %{_texmfdistdir}/doc/latex/footnpag/test/many.tex
%doc %{_texmfdistdir}/doc/latex/footnpag/test/minipage.tex
%doc %{_texmfdistdir}/doc/latex/footnpag/test/report.tex
%doc %{_texmfdistdir}/doc/latex/footnpag/test/title-2col.tex
#- source
%doc %{_texmfdistdir}/source/latex/footnpag/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090926-3
+ Revision: 8801062
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20146 |14mr|texlive-forarray-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/forarray
# catalog-date 2008-08-19 20:38:14 +0200
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-forarray
Version:	1.01
Release:	3
Summary:	Using array structures in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/forarray
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forarray.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forarray.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forarray.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides functionality for processing lists and
array structures in LaTeX. Arrays can contain characters as
well as TeX and LaTeX commands, nesting of arrays is possible,
and arrays are processed within the same brace level as their
surrounding environment. Array levels can be delimited by
characters or control sequences defined by the user. Practical
uses of this package include data management, construction of
lists and tables, and calculations based on the contents of
lists and arrays.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/forarray/forarray.sty
%doc %{_texmfdistdir}/doc/latex/forarray/README.txt
%doc %{_texmfdistdir}/doc/latex/forarray/forarray
%doc %{_texmfdistdir}/doc/latex/forarray/forarray-test.pdf
%doc %{_texmfdistdir}/doc/latex/forarray/forarray-test.tex
%doc %{_texmfdistdir}/doc/latex/forarray/forarray.dtm
%doc %{_texmfdistdir}/doc/latex/forarray/forarray.dts
%doc %{_texmfdistdir}/doc/latex/forarray/forarray.pdf
#- source
%doc %{_texmfdistdir}/source/latex/forarray/forarray.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: 3ee3edb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20147 |14mr|texlive-foreign-2.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27819
# category Package
# catalog-ctan /macros/latex/contrib/foreign
# catalog-date 2012-09-26 16:23:18 +0200
# catalog-license lppl1.3
# catalog-version 2.7
Name:		texlive-foreign
Version:	2.7
Release:	6
Summary:	Systematic treatment of 'foreign' words in documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/foreign
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foreign.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foreign.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foreign.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports authors' use of consistent typesetting of
foreign words in documents.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/foreign/foreign.sty
%doc %{_texmfdistdir}/doc/latex/foreign/README
%doc %{_texmfdistdir}/doc/latex/foreign/foreign.pdf
#- source
%doc %{_texmfdistdir}/source/latex/foreign/foreign.dtx
%doc %{_texmfdistdir}/source/latex/foreign/foreign.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7-6
+ Revision: 50bac54
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20148 |14mr|texlive-forest-1.04-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31930
# category Package
# catalog-ctan /graphics/pgf/contrib/forest
# catalog-date 2013-10-17 10:50:39 +0200
# catalog-license lppl1.3
# catalog-version 1.04
Name:		texlive-forest
Version:	1.04
Release:	6
Summary:	Drawing (linguistic) trees
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/forest
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forest.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forest.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forest.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is provides a PGF/TikZ-based mechanism for drawing
linguistic (and other kinds of) trees. Its main features are: -
a packing algorithm which can produce very compact trees; - a
user-friendly interface consisting of the familiar bracket
encoding of trees plus the key-value interface to option-
setting; - many tree-formatting options, with control over
option values of individual nodes and mechanisms for their
manipulation; - the possibility to decorate the tree using the
full power of PGF/TikZ; and - an externalization mechanism
sensitive to code-changes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/forest/forest.sty
%doc %{_texmfdistdir}/doc/latex/forest/README
%doc %{_texmfdistdir}/doc/latex/forest/forest.pdf
#- source
%doc %{_texmfdistdir}/source/latex/forest/forest.dtx
%doc %{_texmfdistdir}/source/latex/forest/forest.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.04-6
+ Revision: 71b9698
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20149 |14mr|texlive-forloop-3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/forloop
# catalog-date 2007-02-27 14:19:10 +0100
# catalog-license lgpl
# catalog-version 3.0
Name:		texlive-forloop
Version:	3.0
Release:	3
Summary:	Iteration in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/forloop
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forloop.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forloop.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forloop.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a command \forloop for doing iteration in
LaTeX macro programming.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/forloop/forloop.sty
%doc %{_texmfdistdir}/doc/latex/forloop/README
%doc %{_texmfdistdir}/doc/latex/forloop/forloop.pdf
#- source
%doc %{_texmfdistdir}/source/latex/forloop/forloop.dtx
%doc %{_texmfdistdir}/source/latex/forloop/forloop.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-3
+ Revision: 1cced9a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20150 |14mr|texlive-formlett-2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21480
# category Package
# catalog-ctan /macros/generic/formlett
# catalog-date 2010-12-21 20:58:16 +0100
# catalog-license noinfo
# catalog-version 2.3
Name:		texlive-formlett
Version:	2.3
Release:	3
Summary:	Letters to multiple recipients
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/formlett
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/formlett.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/formlett.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for multiple letters from the same basic source; the
package offers parametrisation of the letters actually sent.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/formlett/formlett.sty
%doc %{_texmfdistdir}/doc/generic/formlett/prog_manual.pdf
%doc %{_texmfdistdir}/doc/generic/formlett/prog_manual.tex
%doc %{_texmfdistdir}/doc/generic/formlett/user_manual.pdf
%doc %{_texmfdistdir}/doc/generic/formlett/user_manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3-3
+ Revision: ce856e3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20151 |14mr|texlive-formular-1.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/formular
# catalog-date 2007-01-05 21:30:32 +0100
# catalog-license lppl
# catalog-version 1.0a
Name:		texlive-formular
Version:	1.0a
Release:	3
Summary:	Create forms containing field for manual entry
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/formular
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/formular.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/formular.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/formular.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
When typesetting forms there often arises the need for defining
fields which consist of one or more lines where the customer
can write something down manually. This package offers some
commands for defining such fields in a distinctive way.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/formular/formular.sty
%doc %{_texmfdistdir}/doc/latex/formular/README
%doc %{_texmfdistdir}/doc/latex/formular/formular.pdf
#- source
%doc %{_texmfdistdir}/source/latex/formular/formular.dtx
%doc %{_texmfdistdir}/source/latex/formular/formular.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-3
+ Revision: 0da04a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20152 |14mr|texlive-fouridx-1.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fouridx
# catalog-date 2008-08-19 20:38:14 +0200
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-fouridx
Version:	1.00
Release:	3
Summary:	Left sub- and superscripts in maths mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fouridx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fouridx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fouridx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fouridx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables left subscripts and superscripts in maths
mode. The sub- and superscripts are raised for optimum fitting
to the symbol indexed, in such a way that left and right sub-
and superscripts are set on the same level, as appropriate. The
package provides an alternative to the use of the \sideset
command in the amsmath package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fouridx/fouridx.sty
%doc %{_texmfdistdir}/doc/latex/fouridx/README
%doc %{_texmfdistdir}/doc/latex/fouridx/fouridx.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fouridx/fouridx.dtx
%doc %{_texmfdistdir}/source/latex/fouridx/fouridx.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-3
+ Revision: 90b45b6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20153 |14mr|texlive-fourier-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/fourier-GUT
# catalog-date 2008-12-13 14:57:21 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-fourier
Version:	1.3
Release:	3
Summary:	Using Utopia fonts in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/fourier-GUT
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fourier.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fourier.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fourier.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
Fourier-GUTenberg is a LaTeX typesetting system which uses
Adobe Utopia as its standard base font. Fourier-GUTenberg
provides all complementary typefaces needed to allow Utopia
based TeX typesetting, including an extensive mathematics set
and several other symbols. The system is absolutely stand-
alone: apart from Utopia and Fourier, no other typefaces are
required. The fourier fonts will also work with Adobe Utopia
Expert fonts, which are only available for purchase. Utopia is
a registered trademark of Adobe Systems Incorporated.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-alt-black.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-alt-bold.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-alt-boldita.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-alt-ita.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-alt-semi.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-alt-semiita.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-alt.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-bb.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-mcl.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-mex.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-ml.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-mlb.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-mlit.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-mlitb.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-ms.afm
%{_texmfdistdir}/fonts/afm/public/fourier/fourier-orns.afm
%{_texmfdistdir}/fonts/map/dvips/fourier/fourier-utopia-expert.map
%{_texmfdistdir}/fonts/map/dvips/fourier/fourier.map
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-black.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-bold-sl.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-boldita.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-ita.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-semi-sl.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-semi.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-semiita.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt-sl.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-alt.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-bb.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-mcl.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-mex.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-ml.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-mlb.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-mlit.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-mlitb.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-ms.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/fourier-orns.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futb8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futb9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futb9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futb9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbi8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbi9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbi9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbi9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbo8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbo9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbo9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futbo9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futboorn.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futborn.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futc8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futc9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futc9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futc9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futcorn.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futmi.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futmib.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futmii.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futmiib.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futr8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futr8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futr9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futr9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futr9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futrc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futrc9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futrc9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futrd8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futrd8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futri8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futri8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futri9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futri9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futri9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futro8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futro8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futro9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futro9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futro9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futroorn.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futrorn.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futs8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futs8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futs9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futs9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futs9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsc9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsc9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsi8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsi9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsi9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsi9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futso8r.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futso8x.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futso9c.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futso9d.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futso9e.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsoorn.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsorn.tfm
%{_texmfdistdir}/fonts/tfm/public/fourier/futsy.tfm
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-alt-black.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-alt-bold.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-alt-boldita.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-alt-ita.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-alt-semi.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-alt-semiita.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-alt.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-bb.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-mcl.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-mex.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-ml.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-mlb.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-mlit.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-mlitb.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-ms.pfb
%{_texmfdistdir}/fonts/type1/public/fourier/fourier-orns.pfb
%{_texmfdistdir}/fonts/vf/public/fourier/futb8c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futb8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futb9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futb9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futb9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbc8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbi8c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbi8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbi9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbi9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbi9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbo8c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbo8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbo9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbo9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futbo9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futboorn.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futborn.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futc9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futc9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futc9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futcorn.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futmi.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futmib.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futmii.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futmiib.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futr8c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futr8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futr9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futr9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futr9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futrc8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futrc9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futrc9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futrd8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futri8c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futri8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futri9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futri9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futri9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futro8c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futro8t.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futro9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futro9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futro9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futroorn.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futrorn.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futs9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futs9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futs9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsc9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsc9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsi9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsi9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsi9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futso9c.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futso9d.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futso9e.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsoorn.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsorn.vf
%{_texmfdistdir}/fonts/vf/public/fourier/futsy.vf
%{_texmfdistdir}/tex/latex/fourier/fmlfutm.fd
%{_texmfdistdir}/tex/latex/fourier/fmlfutmi.fd
%{_texmfdistdir}/tex/latex/fourier/fmsfutm.fd
%{_texmfdistdir}/tex/latex/fourier/fmxfutm.fd
%{_texmfdistdir}/tex/latex/fourier/fourier-orns.sty
%{_texmfdistdir}/tex/latex/fourier/fourier.sty
%{_texmfdistdir}/tex/latex/fourier/t1futj.fd
%{_texmfdistdir}/tex/latex/fourier/t1futs.fd
%{_texmfdistdir}/tex/latex/fourier/t1futx.fd
%{_texmfdistdir}/tex/latex/fourier/ts1futj.fd
%{_texmfdistdir}/tex/latex/fourier/ts1futs.fd
%{_texmfdistdir}/tex/latex/fourier/ts1futx.fd
%{_texmfdistdir}/tex/latex/fourier/ufuts.fd
%_texmf_updmap_d/fourier
%doc %{_texmfdistdir}/doc/fonts/fourier/README
%doc %{_texmfdistdir}/doc/fonts/fourier/fourier-doc-en.pdf
%doc %{_texmfdistdir}/doc/fonts/fourier/fourier-doc-en.tex
%doc %{_texmfdistdir}/doc/fonts/fourier/fourier-orns.pdf
%doc %{_texmfdistdir}/doc/fonts/fourier/fourier-orns.tex
#- source
%doc %{_texmfdistdir}/source/fonts/fourier/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/fourier <<EOF
Map fourier-utopia-expert.map
Map fourier.map
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 699ec9d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20154 |14mr|texlive-fouriernc-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/fouriernc
# catalog-date 2008-08-19 20:38:14 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-fouriernc
Version:	1.0
Release:	3
Summary:	Use New Century Schoolbook text with Fourier maths fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/fouriernc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fouriernc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fouriernc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a LaTeX mathematics font setup for use
with New Century Schoolbook text. In order to use it you need
to have the Fourier-GUTenberg fonts installed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/fouriernc/fourier-mcl.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/fourier-ml.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/fourier-mlb.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/fourier-mlit.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/fourier-mlitb.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/fourier-ms.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/pncb8a.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/pncbi8a.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/pncr8a.afm
%{_texmfdistdir}/fonts/afm/public/fouriernc/pncri8a.afm
%{_texmfdistdir}/fonts/tfm/public/fouriernc/fncmi.tfm
%{_texmfdistdir}/fonts/tfm/public/fouriernc/fncmib.tfm
%{_texmfdistdir}/fonts/tfm/public/fouriernc/fncmii.tfm
%{_texmfdistdir}/fonts/tfm/public/fouriernc/fncmiib.tfm
%{_texmfdistdir}/fonts/tfm/public/fouriernc/fncsy.tfm
%{_texmfdistdir}/fonts/vf/public/fouriernc/fncmi.vf
%{_texmfdistdir}/fonts/vf/public/fouriernc/fncmib.vf
%{_texmfdistdir}/fonts/vf/public/fouriernc/fncmii.vf
%{_texmfdistdir}/fonts/vf/public/fouriernc/fncmiib.vf
%{_texmfdistdir}/fonts/vf/public/fouriernc/fncsy.vf
%{_texmfdistdir}/tex/latex/fouriernc/fmlfncm.fd
%{_texmfdistdir}/tex/latex/fouriernc/fmlfncmi.fd
%{_texmfdistdir}/tex/latex/fouriernc/fmsfncm.fd
%{_texmfdistdir}/tex/latex/fouriernc/fouriernc.sty
%{_texmfdistdir}/tex/latex/fouriernc/t1fnc.fd
%{_texmfdistdir}/tex/latex/fouriernc/ts1fnc.fd
%doc %{_texmfdistdir}/doc/fonts/fouriernc/README
%doc %{_texmfdistdir}/doc/fonts/fouriernc/build-fouriernc.tex
%doc %{_texmfdistdir}/doc/fonts/fouriernc/mathit.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/mathsy.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/omlgutop.etx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/omsgutop.etx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/setxheight.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/specialkernings.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/specialkerningsital.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/test_fouriernc.pdf
%doc %{_texmfdistdir}/doc/fonts/fouriernc/unset0.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/unset0A.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/unsetAlph.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/unsetUCgreek.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/unsetfontparams.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/unsetmu.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/unsetpar.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/zrmhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fouriernc/zrykernx.mtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: b0f9949
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20155 |14mr|texlive-fp-20090926-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fp
# catalog-date 2009-09-26 11:43:36 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-fp
Version:	20090926
Release:	3
Summary:	Fixed point arithmetic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An extensive collection of arithmetic operations for fixed
point real numbers of high precision.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fp/defpattern.sty
%{_texmfdistdir}/tex/latex/fp/fp-addons.sty
%{_texmfdistdir}/tex/latex/fp/fp-basic.sty
%{_texmfdistdir}/tex/latex/fp/fp-eqn.sty
%{_texmfdistdir}/tex/latex/fp/fp-eval.sty
%{_texmfdistdir}/tex/latex/fp/fp-exp.sty
%{_texmfdistdir}/tex/latex/fp/fp-pas.sty
%{_texmfdistdir}/tex/latex/fp/fp-random.sty
%{_texmfdistdir}/tex/latex/fp/fp-snap.sty
%{_texmfdistdir}/tex/latex/fp/fp-trigo.sty
%{_texmfdistdir}/tex/latex/fp/fp-upn.sty
%{_texmfdistdir}/tex/latex/fp/fp.sty
%{_texmfdistdir}/tex/latex/fp/lfp.sty
%{_texmfdistdir}/tex/plain/fp/fp.tex
%doc %{_texmfdistdir}/doc/latex/fp/README
%doc %{_texmfdistdir}/doc/latex/fp/fp.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090926-3
+ Revision: a0fda34
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20156 |14mr|texlive-fpl-1.002-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/fpl
# catalog-date 2007-09-28 22:20:10 +0200
# catalog-license gpl
# catalog-version 1.002
Name:		texlive-fpl
Version:	1.002
Release:	3
Summary:	SC and OsF fonts for URW Palladio L
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/fpl
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fpl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fpl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fpl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L
which are compatible with respect to metrics with the Palatino
SC/OsF fonts from Adobe. Note that it is not my aim to exactly
reproduce the outlines of the original Adobe fonts. The SC and
OsF in the FPL Fonts were designed with the glyphs from URW
Palladio L as starting point. For some glyphs (e.g. 'o') I got
the best result by scaling and boldening. For others (e.g. 'h')
shifting selected portions of the character gave more
satisfying results. All this was done using the free font
editor FontForge. The kerning data in these fonts comes from
Walter Schmidt's improved Palatino metrics. LaTeX use is
enabled by the mathpazo package, which is part of the psnfss
distribution.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/fpl/fplbij8a.afm
%{_texmfdistdir}/fonts/afm/public/fpl/fplbj8a.afm
%{_texmfdistdir}/fonts/afm/public/fpl/fplrc8a.afm
%{_texmfdistdir}/fonts/afm/public/fpl/fplrij8a.afm
%{_texmfdistdir}/fonts/afm/public/fpl/pplb9d-kern.afm
%{_texmfdistdir}/fonts/afm/public/fpl/pplbi9d-kern.afm
%{_texmfdistdir}/fonts/afm/public/fpl/pplrc9d-kern.afm
%{_texmfdistdir}/fonts/afm/public/fpl/pplri9d-kern.afm
%{_texmfdistdir}/fonts/type1/public/fpl/fplbij8a.pfb
%{_texmfdistdir}/fonts/type1/public/fpl/fplbij8a.pfm
%{_texmfdistdir}/fonts/type1/public/fpl/fplbj8a.pfb
%{_texmfdistdir}/fonts/type1/public/fpl/fplbj8a.pfm
%{_texmfdistdir}/fonts/type1/public/fpl/fplrc8a.pfb
%{_texmfdistdir}/fonts/type1/public/fpl/fplrc8a.pfm
%{_texmfdistdir}/fonts/type1/public/fpl/fplrij8a.pfb
%{_texmfdistdir}/fonts/type1/public/fpl/fplrij8a.pfm
%doc %{_texmfdistdir}/doc/fonts/fpl/COPYING
%doc %{_texmfdistdir}/doc/fonts/fpl/README
#- source
%doc %{_texmfdistdir}/source/fonts/fpl/AddException
%doc %{_texmfdistdir}/source/fonts/fpl/AddGPL
%doc %{_texmfdistdir}/source/fonts/fpl/Makefile
%doc %{_texmfdistdir}/source/fonts/fpl/Palladio-BoldItalicOsF.sfd
%doc %{_texmfdistdir}/source/fonts/fpl/Palladio-BoldOsF.sfd
%doc %{_texmfdistdir}/source/fonts/fpl/Palladio-ItalicOsF.sfd
%doc %{_texmfdistdir}/source/fonts/fpl/Palladio-SC.sfd
%doc %{_texmfdistdir}/source/fonts/fpl/README
%doc %{_texmfdistdir}/source/fonts/fpl/TeXPalladioL-BoldItalicOsF.pe
%doc %{_texmfdistdir}/source/fonts/fpl/TeXPalladioL-BoldOsF.pe
%doc %{_texmfdistdir}/source/fonts/fpl/TeXPalladioL-ItalicOsF.pe
%doc %{_texmfdistdir}/source/fonts/fpl/TeXPalladioL-SC.pe
%doc %{_texmfdistdir}/source/fonts/fpl/URW-OtherSubrs.ps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.002-3
+ Revision: ce691d7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20157 |14mr|texlive-fragmaster-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/fragmaster
# catalog-date 2011-02-18 08:51:11 +0100
# catalog-license gpl
# catalog-version 1.6
Name:		texlive-fragmaster
Version:	1.6
Release:	4
Summary:	Using psfrag with PDFLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/fragmaster
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fragmaster.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fragmaster.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-fragmaster.bin = %{EVRD}

%description
Fragmaster enables you to use psfrag with PDFLaTeX. It takes
EPS files and psfrag substitution definition files, and
produces PDF and EPS files with the substitutions included.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/fragmaster
%{_texmfdistdir}/scripts/fragmaster/fragmaster.pl
%doc %{_texmfdistdir}/doc/support/fragmaster/AUTHORS
%doc %{_texmfdistdir}/doc/support/fragmaster/COPYING
%doc %{_texmfdistdir}/doc/support/fragmaster/CREDITS
%doc %{_texmfdistdir}/doc/support/fragmaster/Changes
%doc %{_texmfdistdir}/doc/support/fragmaster/README
%doc %{_texmfdistdir}/doc/support/fragmaster/README.de
%doc %{_texmfdistdir}/doc/support/fragmaster/example/document.pdf
%doc %{_texmfdistdir}/doc/support/fragmaster/example/document.ps
%doc %{_texmfdistdir}/doc/support/fragmaster/example/document.tex
%doc %{_texmfdistdir}/doc/support/fragmaster/example/parabel.eps
%doc %{_texmfdistdir}/doc/support/fragmaster/example/parabel.pdf
%doc %{_texmfdistdir}/doc/support/fragmaster/example/parabel_fm
%doc %{_texmfdistdir}/doc/support/fragmaster/example/parabel_fm.eps
%doc %{_texmfdistdir}/doc/support/fragmaster/example/parabel_fm.gp
%doc %{_texmfdistdir}/doc/support/fragmaster/example/parabel_fm.pdf
%doc %{_texmfdistdir}/doc/support/fragmaster/fragmaster.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/fragmaster/fragmaster.pl fragmaster
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-4
+ Revision: 060a48c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20158 |14mr|texlive-fragments-20090116-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fragments
# catalog-date 2009-01-16 17:12:15 +0100
# catalog-license collection
# catalog-version undef
Name:		texlive-fragments
Version:	20090116
Release:	3
Summary:	Fragments of LaTeX code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fragments
License:	COLLECTION
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fragments.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fragments.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of fragments of LaTeX code, suitable for inclusion
in packages, or (possibly) in users' documents. Included are: -
checklab, for modifying the label checking code at
\end{document}; - overrightarrow, defining a doubled over-arrow
macro; - removefr, for removing 'reset' relations between
counters; and - subscript, defining a \textsubscript command.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fragments/checklab.tex
%{_texmfdistdir}/tex/latex/fragments/overrightarrow.sty
%{_texmfdistdir}/tex/latex/fragments/removefr.tex
%{_texmfdistdir}/tex/latex/fragments/subscript.sty
%doc %{_texmfdistdir}/doc/latex/fragments/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090116-3
+ Revision: b9ee849
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20159 |14mr|texlive-frame-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18312
# category Package
# catalog-ctan /macros/generic/frame
# catalog-date 2010-06-06 13:50:32 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-frame
Version:	1.0
Release:	3
Summary:	Framed boxes for Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/frame
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frame.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frame.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A jiffy file (taken from fancybox) for placing a frame around a
box of text. The macros also provide for typesetting an empty
box of given dimensions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/frame/frame.sty
%{_texmfdistdir}/tex/generic/frame/frame.tex
%doc %{_texmfdistdir}/doc/generic/frame/Changes
%doc %{_texmfdistdir}/doc/generic/frame/Makefile
%doc %{_texmfdistdir}/doc/generic/frame/README
%doc %{_texmfdistdir}/doc/generic/frame/frame-doc.pdf
%doc %{_texmfdistdir}/doc/generic/frame/frame-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 055bcf7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20160 |14mr|texlive-framed-0.96-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26789
# category Package
# catalog-ctan /macros/latex/contrib/framed
# catalog-date 2012-06-01 12:48:04 +0200
# catalog-license other-free
# catalog-version 0.96
Name:		texlive-framed
Version:	0.96
Release:	2
Summary:	Framed or shaded regions that can break across pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/framed
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/framed.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/framed.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package creates three environments: - framed, which puts an
ordinary frame box around the region, - shaded, which shades
the region, and - leftbar, which places a line at the left
side. The environments allow a break at their start (the
\FrameCommand enables creation of a title that is "attached" to
the environment); breaks are also allowed in the course of the
framed/shaded matter. There is also a command \MakeFramed to
make your own framed-style environments.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/framed/framed.sty
%doc %{_texmfdistdir}/doc/latex/framed/framed.pdf
%doc %{_texmfdistdir}/doc/latex/framed/framed.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.96-2
+ Revision: 1b4ba2e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20161 |14mr|texlive-francais-bst-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30446
# category Package
# catalog-ctan /biblio/bibtex/contrib/francais-bst
# catalog-date 2013-05-12 22:32:31 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-francais-bst
Epoch:		1
Version:	1.1
Release:	6
Summary:	Bibliographies conforming to French typographic standards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/francais-bst
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/francais-bst.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/francais-bst.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides bibliographies (in French) conforming to
the rules in "Guide de la communication ecrite" (Malo, M.,
Quebec Amerique, 1996. ISBN 978-2-8903-7875-9) The BibTeX
styles were generated using custom-bib and they are compatible
with natbib.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/francais-bst/francais.bst
%{_texmfdistdir}/bibtex/bst/francais-bst/francaissc.bst
%doc %{_texmfdistdir}/doc/bibtex/francais-bst/README
%doc %{_texmfdistdir}/doc/bibtex/francais-bst/francaisbst.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.1-6
+ Revision: add2647
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20162 |14mr|texlive-frankenstein-20080819-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/frankenstein
# catalog-date 2008-08-19 20:38:14 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-frankenstein
Version:	20080819
Release:	3
Summary:	A collection of LaTeX packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/frankenstein
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frankenstein.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frankenstein.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frankenstein.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Frankenstein is a bundle of LaTeX packages serving various
purposes and a BibTeX bibliography style. Descriptions are
given under the individual packages: abbrevs, achicago package,
achicago bibstyle, attrib, blkcntrl, compsci, dialogue, lips,
moredefs, newclude, slemph, titles.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/frankenstein/frankenstein.bib
%{_texmfdistdir}/bibtex/bst/frankenstein/achicago.bst
%{_texmfdistdir}/tex/latex/frankenstein/abbrevs.cfg
%{_texmfdistdir}/tex/latex/frankenstein/abbrevs.stq
%{_texmfdistdir}/tex/latex/frankenstein/abbrevs.sty
%{_texmfdistdir}/tex/latex/frankenstein/achicago.stq
%{_texmfdistdir}/tex/latex/frankenstein/achicago.sty
%{_texmfdistdir}/tex/latex/frankenstein/allocate.sto
%{_texmfdistdir}/tex/latex/frankenstein/attrib.stq
%{_texmfdistdir}/tex/latex/frankenstein/attrib.sty
%{_texmfdistdir}/tex/latex/frankenstein/blkcntrl.stq
%{_texmfdistdir}/tex/latex/frankenstein/blkcntrl.sty
%{_texmfdistdir}/tex/latex/frankenstein/compsci.cfg
%{_texmfdistdir}/tex/latex/frankenstein/compsci.stq
%{_texmfdistdir}/tex/latex/frankenstein/compsci.sty
%{_texmfdistdir}/tex/latex/frankenstein/dialogue.stq
%{_texmfdistdir}/tex/latex/frankenstein/dialogue.sty
%{_texmfdistdir}/tex/latex/frankenstein/lips.stq
%{_texmfdistdir}/tex/latex/frankenstein/lips.sty
%{_texmfdistdir}/tex/latex/frankenstein/moredefs.stq
%{_texmfdistdir}/tex/latex/frankenstein/moredefs.sty
%{_texmfdistdir}/tex/latex/frankenstein/newclude.stq
%{_texmfdistdir}/tex/latex/frankenstein/newclude.sty
%{_texmfdistdir}/tex/latex/frankenstein/simple.sto
%{_texmfdistdir}/tex/latex/frankenstein/slemph.cfg
%{_texmfdistdir}/tex/latex/frankenstein/slemph.stq
%{_texmfdistdir}/tex/latex/frankenstein/slemph.sty
%{_texmfdistdir}/tex/latex/frankenstein/tag.sto
%{_texmfdistdir}/tex/latex/frankenstein/titles.cfg
%{_texmfdistdir}/tex/latex/frankenstein/titles.stq
%{_texmfdistdir}/tex/latex/frankenstein/titles.sty
%doc %{_texmfdistdir}/doc/latex/frankenstein/ChangeLog
%doc %{_texmfdistdir}/doc/latex/frankenstein/Frankenfile
%doc %{_texmfdistdir}/doc/latex/frankenstein/INSTALL
%doc %{_texmfdistdir}/doc/latex/frankenstein/README
%doc %{_texmfdistdir}/doc/latex/frankenstein/abbrevs.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/abbrevs.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/achicago-bst.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/achicago-bst.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/achicago-bst.ver
%doc %{_texmfdistdir}/doc/latex/frankenstein/achicago.bsq
%doc %{_texmfdistdir}/doc/latex/frankenstein/achicago.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/achicago.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/attrib.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/attrib.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/blkcntrl.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/blkcntrl.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/compsci.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/compsci.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/dialogue.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/dialogue.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/lips.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/lips.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/moredefs.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/moredefs.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/newclude.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/newclude.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/slemph.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/slemph.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/titles.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/titles.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/README-unsupported
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/bits.cfg
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/bits.ins
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/bits.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/bits.sty
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/bits.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/drama.ins
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/drama.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/drama.sty
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/drama.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/includex-test.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/includex.ins
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/includex.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/includex.sty
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/includex.tex
#- source
%doc %{_texmfdistdir}/source/latex/frankenstein/Makefile
%doc %{_texmfdistdir}/source/latex/frankenstein/abbrevs.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/achicago-bst.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/achicago.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/attrib.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/blkcntrl.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/compsci.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/dialogue.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/lips.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/moredefs.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/newclude.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/slemph.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/titles.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080819-3
+ Revision: aa37c25
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20163 |14mr|texlive-frcursive-20111109-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24559
# category Package
# catalog-ctan /fonts/frcursive
# catalog-date 2011-11-09 16:18:27 +0100
# catalog-license lppl1.2
# catalog-version undef
Name:		texlive-frcursive
Version:	20111109
Release:	3
Summary:	French cursive hand fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/frcursive
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frcursive.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frcursive.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A hand-writing font in the style of the French academic
running-hand. The font was written in Metafont and and has been
converted to Adobe Type 1 format. LaTeX support (NFFS fd files,
and a package) and font maps are provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/frcursive/frcursive.map
%{_texmfdistdir}/fonts/source/public/frcursive/frcbx10.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcbx14.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcbx6.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcc10.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcc14.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcc6.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcf10.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcf14.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcf6.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcr10.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcr14.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcr6.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcsl10.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcsl14.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcsl6.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcslbx10.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcslbx14.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcslbx6.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcslc10.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcslc14.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcslc6.mf
%{_texmfdistdir}/fonts/source/public/frcursive/frcursive.mf
%{_texmfdistdir}/fonts/tfm/public/frcursive/frca10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcbx14.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcc10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcc14.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcc6.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcf10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcf14.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcf6.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcr10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcr14.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcr6.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcsl14.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcsl6.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcslbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcslbx14.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcslbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcslc10.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcslc14.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcslc6.tfm
%{_texmfdistdir}/fonts/tfm/public/frcursive/frcw10.tfm
%{_texmfdistdir}/fonts/type1/public/frcursive/frca10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcbx10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcbx14.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcbx6.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcc10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcc14.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcc6.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcf10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcf14.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcf6.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcr10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcr14.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcr6.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcsl10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcsl14.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcsl6.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcslbx10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcslbx14.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcslbx6.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcslc10.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcslc14.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcslc6.pfb
%{_texmfdistdir}/fonts/type1/public/frcursive/frcw10.pfb
%{_texmfdistdir}/tex/latex/frcursive/frcursive.sty
%{_texmfdistdir}/tex/latex/frcursive/ot1frc.fd
%{_texmfdistdir}/tex/latex/frcursive/t1frc.fd
%doc %{_texmfdistdir}/doc/fonts/frcursive/COPYING
%doc %{_texmfdistdir}/doc/fonts/frcursive/README
%doc %{_texmfdistdir}/doc/fonts/frcursive/frcursive.pdf
#- source

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111109-3
+ Revision: 8154ba7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20164 |14mr|texlive-frege-1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27417
# category Package
# catalog-ctan /macros/latex/contrib/frege
# catalog-date 2012-08-15 12:04:21 +0200
# catalog-license gpl
# catalog-version 1.3
Name:		texlive-frege
Version:	1.3
Release:	6
Summary:	Typeset fregean Begriffsschrift
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/frege
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frege.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frege.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a number of new commands for typesetting
fregean Begriffsschrift in LaTeX. It is loosely based on the
package begriff, and offers a number of improvements including
better relative lengths of the content stroke with respect to
other strokes, content strokes that point at the middle of
lines rather than the bottom, a greater width for the assertion
stroke as compared to the content stroke, a more intuitive
structure for the conditional, greater care taken to allow for
the linewidth in the spacing of formulas.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/frege/frege.sty
%doc %{_texmfdistdir}/doc/latex/frege/GNU.txt
%doc %{_texmfdistdir}/doc/latex/frege/INSTALL
%doc %{_texmfdistdir}/doc/latex/frege/README
%doc %{_texmfdistdir}/doc/latex/frege/frege.pdf
%doc %{_texmfdistdir}/doc/latex/frege/frege.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-6
+ Revision: e8a16ce
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20165 |14mr|texlive-frenchle-5.9995-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25164
# category Package
# catalog-ctan /language/french/frenchle
# catalog-date 2012-01-20 12:38:21 +0100
# catalog-license lppl
# catalog-version 5.9995
Name:		texlive-frenchle
Version:	5.9995
Release:	2
Summary:	French macros, usable stand-alone or with Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/french/frenchle
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frenchle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frenchle.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a redistribution and repackaging of the late Bernard
Gaulle's "light" package to typeset French documents according
to the rules of the "Imprimerie Nationale". The package offers
a package, two Babel language definition files (french.ldf and
frenchle.ldf), and a package to enable the non-standard
definition files to be loaded into an unmodified Babel. The
user may simply use frenchle.sty if typesetting a French-only
document, but should use Babel with the frenchle option for a
multilingual document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/frenchle/babelfr.sty
%{_texmfdistdir}/tex/latex/frenchle/french.ldf
%{_texmfdistdir}/tex/latex/frenchle/frenchle.cfg
%{_texmfdistdir}/tex/latex/frenchle/frenchle.ldf
%{_texmfdistdir}/tex/latex/frenchle/frenchle.sty
%doc %{_texmfdistdir}/doc/latex/frenchle/ALIRE.le
%doc %{_texmfdistdir}/doc/latex/frenchle/README
%doc %{_texmfdistdir}/doc/latex/frenchle/frenchle.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.9995-2
+ Revision: 4632a17
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20166 |14mr|texlive-friulan-20120413-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25957
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/friulan
# catalog-date 2012-04-13 12:36:19 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-friulan
Version:	20120413
Release:	3
Summary:	Babel/Polyglossia support for Friulan(Furlan)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/friulan
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/friulan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/friulan.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/friulan.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a language description file that enables
support of Friulan either with babel or with polyglossia.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/friulan/friulan.ldf
%{_texmfdistdir}/tex/latex/friulan/furlan.ldf
%doc %{_texmfdistdir}/doc/latex/friulan/friulan.pdf
#- source
%doc %{_texmfdistdir}/source/latex/friulan/friulan.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120413-3
+ Revision: 8c19b06
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20167 |14mr|texlive-frletter-20080819-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/frletter
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-frletter
Version:	20080819
Release:	3
Summary:	Typeset letters in the French style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/frletter
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frletter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frletter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A small class for typesetting letters in France. No assumption
is made about the language in use. The class represents a small
modification of the beletter class, which is itself a
modification of the standard LaTeX letter class.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/frletter/frletter.cls
%doc %{_texmfdistdir}/doc/latex/frletter/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080819-3
+ Revision: 2c7aecb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20168 |14mr|texlive-frontespizio-1.4a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24054
# category Package
# catalog-ctan /macros/latex/contrib/frontespizio
# catalog-date 2011-09-21 15:45:55 +0200
# catalog-license lppl
# catalog-version 1.4a
Name:		texlive-frontespizio
Version:	1.4a
Release:	3
Summary:	Create a frontispiece for Italian theses
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/frontespizio
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frontespizio.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frontespizio.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frontespizio.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typesetting a frontispiece independently of the layout of the
main document is difficult. This package provides a solution by
producing an auxiliary TeX file to be typeset on its own and
the result is automatically included at the next run. The
markup necessary for the frontispiece is written in the main
document in a frontespizio environment. Documentation is mainly
in Italian, as the style is probably apt only to theses in
Italy.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/frontespizio/frontespizio.sty
%doc %{_texmfdistdir}/doc/latex/frontespizio/README
%doc %{_texmfdistdir}/doc/latex/frontespizio/examplea.pdf
%doc %{_texmfdistdir}/doc/latex/frontespizio/examplea.tex
%doc %{_texmfdistdir}/doc/latex/frontespizio/exampleasuf.pdf
%doc %{_texmfdistdir}/doc/latex/frontespizio/exampleasuf.tex
%doc %{_texmfdistdir}/doc/latex/frontespizio/exampleb.pdf
%doc %{_texmfdistdir}/doc/latex/frontespizio/exampleb.tex
%doc %{_texmfdistdir}/doc/latex/frontespizio/examplec.pdf
%doc %{_texmfdistdir}/doc/latex/frontespizio/examplec.tex
%doc %{_texmfdistdir}/doc/latex/frontespizio/exampled.pdf
%doc %{_texmfdistdir}/doc/latex/frontespizio/exampled.tex
%doc %{_texmfdistdir}/doc/latex/frontespizio/examplee.pdf
%doc %{_texmfdistdir}/doc/latex/frontespizio/examplee.tex
%doc %{_texmfdistdir}/doc/latex/frontespizio/fakelogo.mp
%doc %{_texmfdistdir}/doc/latex/frontespizio/fakelogo.pdf
%doc %{_texmfdistdir}/doc/latex/frontespizio/frontespizio.pdf
#- source
%doc %{_texmfdistdir}/source/latex/frontespizio/frontespizio.dtx
%doc %{_texmfdistdir}/source/latex/frontespizio/frontespizio.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4a-3
+ Revision: 73702fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20169 |14mr|texlive-ftcap-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17275
# category Package
# catalog-ctan /macros/latex/contrib/ftcap
# catalog-date 2010-03-09 13:05:51 +0100
# catalog-license gpl
# catalog-version 1.4
Name:		texlive-ftcap
Version:	1.4
Release:	3
Summary:	Allows \caption at the beginning of a table-environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ftcap
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ftcap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ftcap.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
For several reasons a \caption may be desirable at the top of a
table environment. This package changes the table environment
such that \abovecaptionskip and \belowcaptionskip are swapped.
The package should also work with a non-standard table
environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ftcap/ftcap.sty
%doc %{_texmfdistdir}/doc/latex/ftcap/ftcap.pdf
%doc %{_texmfdistdir}/doc/latex/ftcap/ftcap.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 81cbfee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20170 |14mr|texlive-ftnxtra-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17317
# category Package
# catalog-ctan /macros/latex/contrib/ftnxtra
# catalog-date 2010-03-03 22:26:40 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-ftnxtra
Version:	0.1
Release:	3
Summary:	Extends the applicability of the \footnote command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ftnxtra
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ftnxtra.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ftnxtra.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ftnxtra.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package treats footnotes in \caption, the tabular
environment, and \chapter and other \section-like commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ftnxtra/ftnxtra.sty
%doc %{_texmfdistdir}/doc/latex/ftnxtra/README
%doc %{_texmfdistdir}/doc/latex/ftnxtra/ftnxtra.pdf
%doc %{_texmfdistdir}/doc/latex/ftnxtra/ftnxtra.tex
#- source
%doc %{_texmfdistdir}/source/latex/ftnxtra/ftnxtra.dtx
%doc %{_texmfdistdir}/source/latex/ftnxtra/ftnxtra.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 187c20f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20171 |14mr|texlive-fullblck-1.03-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25434
# category Package
# catalog-ctan /macros/latex/contrib/fullblck
# catalog-date 2008-09-12 11:36:07 +0200
# catalog-license lppl
# catalog-version 1.03
Name:		texlive-fullblck
Version:	1.03
Release:	4
Summary:	Left-blocking for letter class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fullblck
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fullblck.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fullblck.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fullblck.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Used with the letter documentclass to set the letter in a
fullblock style (everything at the left margin).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fullblck/fullblck.sty
%doc %{_texmfdistdir}/doc/latex/fullblck/README
%doc %{_texmfdistdir}/doc/latex/fullblck/fullblck.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fullblck/fullblck.dtx
%doc %{_texmfdistdir}/source/latex/fullblck/fullblck.dtx.asc
%doc %{_texmfdistdir}/source/latex/fullblck/fullblck.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.03-4
+ Revision: 9d14545
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20172 |14mr|texlive-fullwidth-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24684
# category Package
# catalog-ctan /macros/latex/contrib/fullwidth
# catalog-date 2011-11-28 12:38:18 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-fullwidth
Version:	0.1
Release:	3
Summary:	Adjust margins of text block
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fullwidth
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fullwidth.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fullwidth.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the environment fullwidth, which sets the
left and right margins in a simple way. There is no constraint
about page breaks; if you are using the twoside mode, you can
set the inner and outer margins to avoid the effects of the
different margins.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fullwidth/fullwidth.sty
%doc %{_texmfdistdir}/doc/latex/fullwidth/README
%doc %{_texmfdistdir}/doc/latex/fullwidth/fullwidth-test.pdf
%doc %{_texmfdistdir}/doc/latex/fullwidth/fullwidth-test.tex
%doc %{_texmfdistdir}/doc/latex/fullwidth/fullwidth.pdf
%doc %{_texmfdistdir}/doc/latex/fullwidth/fullwidth.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 03b27a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20173 |14mr|texlive-functan-20070107-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/functan
# catalog-date 2007-01-07 11:47:19 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-functan
Version:	20070107
Release:	3
Summary:	Macros for functional analysis and PDE theory
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/functan
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/functan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/functan.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/functan.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a convenient and coherent way to deal
with name of functional spaces (mainly Sobolev spaces) in
functional analysis and PDE theory. It also provides a set of
macros for dealing with norms, scalar products and convergence
with some object oriented flavor (it gives the possibility to
override the standard behavior of norms, ...).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/functan/functan.sty
%doc %{_texmfdistdir}/doc/latex/functan/README
%doc %{_texmfdistdir}/doc/latex/functan/functan.pdf
#- source
%doc %{_texmfdistdir}/source/latex/functan/functan.drv
%doc %{_texmfdistdir}/source/latex/functan/functan.dtx
%doc %{_texmfdistdir}/source/latex/functan/functan.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070107-3
+ Revision: 1d274d7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20174 |14mr|texlive-fundus-20080912-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18146
# category Package
# catalog-ctan /macros/latex/contrib/gene/fundus
# catalog-date 2008-09-12 11:49:08 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-fundus
Version:	20080912
Release:	3
Summary:	Providing LaTeX access to various font families
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gene/fundus
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Fonts supported are Peter Vanroose's calligra and handwriting
fonts, the Washington University cyrillic fonts, the la and lla
children's handwriting fonts, the Computer Modern outline
fonts, various 'Star Trek' fonts, Sutterlin and schwell
handwriting fonts, the twcal calligraphic fonts, and the va
handwriting fonts. Note that the Washington University fonts
are now officially supported by LaTeX, as the OT2 encoding.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fundus/calligra.sty
%{_texmfdistdir}/tex/latex/fundus/cyr.sty
%{_texmfdistdir}/tex/latex/fundus/la.sty
%{_texmfdistdir}/tex/latex/fundus/ot1ocm.fd
%{_texmfdistdir}/tex/latex/fundus/ot1ocmss.fd
%{_texmfdistdir}/tex/latex/fundus/ot1ocmtt.fd
%{_texmfdistdir}/tex/latex/fundus/pvscript.sty
%{_texmfdistdir}/tex/latex/fundus/startrek.sty
%{_texmfdistdir}/tex/latex/fundus/suetterl.sty
%{_texmfdistdir}/tex/latex/fundus/twcal.sty
%{_texmfdistdir}/tex/latex/fundus/va.sty
%doc %{_texmfdistdir}/doc/latex/fundus/doc/calligra.pdf
%doc %{_texmfdistdir}/doc/latex/fundus/doc/la.pdf
%doc %{_texmfdistdir}/doc/latex/fundus/doc/outline.pdf
%doc %{_texmfdistdir}/doc/latex/fundus/doc/twcal.pdf
%doc %{_texmfdistdir}/doc/latex/fundus/startrek.map
%doc %{_texmfdistdir}/doc/latex/fundus/stclass.zip
%doc %{_texmfdistdir}/doc/latex/fundus/stmov.zip
%doc %{_texmfdistdir}/doc/latex/fundus/tngcril.zip
%doc %{_texmfdistdir}/doc/latex/fundus/tngmon.zip
%doc %{_texmfdistdir}/doc/latex/fundus/tngtit.zip
#- source
%doc %{_texmfdistdir}/source/latex/fundus/calligra.dtx
%doc %{_texmfdistdir}/source/latex/fundus/calligra.ins
%doc %{_texmfdistdir}/source/latex/fundus/la.dtx
%doc %{_texmfdistdir}/source/latex/fundus/la.ins
%doc %{_texmfdistdir}/source/latex/fundus/outline.dtx
%doc %{_texmfdistdir}/source/latex/fundus/outline.ins
%doc %{_texmfdistdir}/source/latex/fundus/pvscript.dtx
%doc %{_texmfdistdir}/source/latex/fundus/pvscript.ins
%doc %{_texmfdistdir}/source/latex/fundus/startrek.dtx
%doc %{_texmfdistdir}/source/latex/fundus/startrek.ins
%doc %{_texmfdistdir}/source/latex/fundus/suetterl.dtx
%doc %{_texmfdistdir}/source/latex/fundus/suetterl.ins
%doc %{_texmfdistdir}/source/latex/fundus/twcal.dtx
%doc %{_texmfdistdir}/source/latex/fundus/twcal.ins
%doc %{_texmfdistdir}/source/latex/fundus/va.dtx
%doc %{_texmfdistdir}/source/latex/fundus/va.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080912-3
+ Revision: ee607d3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20175 |14mr|texlive-fundus-calligra-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26018
# category Package
# catalog-ctan /macros/latex/contrib/fundus/calligra
# catalog-date 2012-04-15 00:54:55 +0200
# catalog-license other-free
# catalog-version 1.2
Name:		texlive-fundus-calligra
Version:	1.2
Release:	3
Summary:	Support for the calligra font in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fundus/calligra
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-calligra.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-calligra.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-calligra.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers support for the calligra handwriting font,
in LaTeX documents. The package is part of the fundus bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fundus-calligra/calligra.sty
%doc %{_texmfdistdir}/doc/latex/fundus-calligra/calligra.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fundus-calligra/calligra.dtx
%doc %{_texmfdistdir}/source/latex/fundus-calligra/calligra.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 768efff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20176 |14mr|texlive-fundus-cyr-20120415-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26019
# category Package
# catalog-ctan /macros/latex/contrib/fundus/cyr/cyr.sty
# catalog-date 2012-04-15 11:57:05 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-fundus-cyr
Version:	20120415
Release:	3
Summary:	Support for Washington University Cyrillic fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fundus/cyr/cyr.sty
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-cyr.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports the use of the Washington Cyrillic fonts
with LaTeX (Note that standard LateX has support, too, as
encoding OT2). The package is distributed as part of the fundus
bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fundus-cyr/cyr.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120415-3
+ Revision: 8360570
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20177 |14mr|texlive-fundus-sueterlin-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26030
# category Package
# catalog-ctan /macros/latex/contrib/fundus/suetterl
# catalog-date 2012-04-18 12:42:25 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-fundus-sueterlin
Version:	1.2
Release:	3
Summary:	Sutterlin
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fundus/suetterl
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-sueterlin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-sueterlin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-sueterlin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports use, in LaTeX, of the MetaFont emulation
of the Sueterlin handwriting fonts The package is distributed
as part of the fundus bundle..

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fundus-sueterlin/suetterl.sty
%doc %{_texmfdistdir}/doc/latex/fundus-sueterlin/suetterl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fundus-sueterlin/suetterl.dtx
%doc %{_texmfdistdir}/source/latex/fundus-sueterlin/suetterl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 98ed68c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20178 |14mr|texlive-fwlw-20110228-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21548
# category Package
# catalog-ctan /macros/latex/contrib/fwlw
# catalog-date 2011-02-28 15:08:29 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-fwlw
Version:	20110228
Release:	3
Summary:	Get first and last words of a page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fwlw
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fwlw.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fwlw.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extracts the first and last words of a page,
together with the first word of the next page, just before the
page is formed into the object to print. The package defines a
couple of page styles that use the words that have been
extracted.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fwlw/fwlw.sty
%doc %{_texmfdistdir}/doc/latex/fwlw/README
%doc %{_texmfdistdir}/doc/latex/fwlw/fwlw.pdf
%doc %{_texmfdistdir}/doc/latex/fwlw/fwlw.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110228-3
+ Revision: 280fdfd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20179 |14mr|texlive-gaceta-1.06-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gaceta
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license lppl
# catalog-version 1.06
Name:		texlive-gaceta
Version:	1.06
Release:	3
Summary:	A class to typeset La Gaceta de la RSME
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gaceta
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gaceta.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gaceta.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class will typeset papers for <<La Gaceta de la Real
Sociedad Matematica Espanola>>.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gaceta/gaceta.cls
%doc %{_texmfdistdir}/doc/latex/gaceta/README
%doc %{_texmfdistdir}/doc/latex/gaceta/plantilla-articulo-de-seccion.pdf
%doc %{_texmfdistdir}/doc/latex/gaceta/plantilla-articulo-de-seccion.tex
%doc %{_texmfdistdir}/doc/latex/gaceta/plantilla-articulo-suelto.pdf
%doc %{_texmfdistdir}/doc/latex/gaceta/plantilla-articulo-suelto.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.06-3
+ Revision: 03793d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20180 |14mr|texlive-galois-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/galois
# catalog-date 2006-12-02 11:49:32 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-galois
Version:	1.5
Release:	3
Summary:	Typeset Galois connections
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/galois
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/galois.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/galois.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/galois.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package deals with connections in two-dimensional style,
optionally in colour.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/galois/galois.sty
%doc %{_texmfdistdir}/doc/latex/galois/README
%doc %{_texmfdistdir}/doc/latex/galois/galois.pdf
#- source
%doc %{_texmfdistdir}/source/latex/galois/Makefile
%doc %{_texmfdistdir}/source/latex/galois/galois.dtx
%doc %{_texmfdistdir}/source/latex/galois/galois.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: d3e8b0f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20181 |14mr|texlive-gamebook-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24714
# category Package
# catalog-ctan /macros/latex/contrib/gamebook
# catalog-date 2011-11-29 16:55:00 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-gamebook
Version:	1.0
Release:	3
Summary:	Typeset gamebooks and other interactive novels
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gamebook
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gamebook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gamebook.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gamebook.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides the means in order to lay-out gamebooks
with LaTeX. A simple gamebook example is included with the
package, and acts as a tutorial.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gamebook/gamebook.sty
%doc %{_texmfdistdir}/doc/latex/gamebook/README
%doc %{_texmfdistdir}/doc/latex/gamebook/gamebook-example.pdf
%doc %{_texmfdistdir}/doc/latex/gamebook/gamebook-example.tex
%doc %{_texmfdistdir}/doc/latex/gamebook/gamebook.pdf
%doc %{_texmfdistdir}/doc/latex/gamebook/lppl.txt
#- source
%doc %{_texmfdistdir}/source/latex/gamebook/gamebook.dtx
%doc %{_texmfdistdir}/source/latex/gamebook/gamebook.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: d983f6b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20182 |14mr|texlive-garrigues-20091110-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/garrigues
# catalog-date 2009-11-10 09:15:37 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-garrigues
Version:	20091110
Release:	3
Summary:	MetaPost macros for the reproduction of Garrigues' Easter nomogram
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/garrigues
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/garrigues.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/garrigues.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Metapost macros for the reproduction of Garrigues' Easter
nomogram. These macros are described in Denis Roegel: An
introduction to nomography: Garrigues' nomogram for the
computation of Easter, TUGboat (volume 30, number 1, 2009,
pages 88-104).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/garrigues/garrigues.mp
%doc %{_texmfdistdir}/doc/metapost/garrigues/README
%doc %{_texmfdistdir}/doc/metapost/garrigues/article.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091110-3
+ Revision: 02a1337
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20183 |14mr|texlive-garuda-c90-20131012-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30642
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-garuda-c90
Version:	20131012
Release:	6
Summary:	TeX support (from CJK) for the garuda font
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/garuda-c90.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/garuda-c90.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-fonts-tlwg

%description
TeXLive garuda-c90 package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/garuda-c90/config.garuda-c90
%{_texmfdistdir}/fonts/map/dvips/garuda-c90/garuda-c90.map
%{_texmfdistdir}/fonts/tfm/public/garuda-c90/fgdb8z.tfm
%{_texmfdistdir}/fonts/tfm/public/garuda-c90/fgdbo8z.tfm
%{_texmfdistdir}/fonts/tfm/public/garuda-c90/fgdo8z.tfm
%{_texmfdistdir}/fonts/tfm/public/garuda-c90/fgdr8z.tfm
#- source
%doc %{_texmfdistdir}/source/fonts/garuda-c90/garuda-c90.fontinst

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131012-6
+ Revision: e4dcc0b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20184 |14mr|texlive-gastex-2.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/gastex
# catalog-date 2007-03-07 00:33:49 +0100
# catalog-license lppl
# catalog-version 2.8
Name:		texlive-gastex
Version:	2.8
Release:	3
Summary:	Graphs and Automata Simplified in TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/gastex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gastex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gastex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
GasTeX is a set of LaTeX macros which enable the user to draw
graphs, automata, nets, diagrams, etc., very easily, in the
LaTeX picture environment. The package offers no documentation
(per se), but offers a couple of example files in the
distribution, and more on its home page. GasTeX generates its
own PostScript code, and therefore doesn't work directly under
PDFLaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/gastex/gastex.pro
%{_texmfdistdir}/tex/latex/gastex/gastex.sty
%doc %{_texmfdistdir}/doc/latex/gastex/README
%doc %{_texmfdistdir}/doc/latex/gastex/ex-beamer-gastex.tex
%doc %{_texmfdistdir}/doc/latex/gastex/ex-gastex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8-3
+ Revision: 89d59df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20185 |14mr|texlive-gatech-thesis-1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19886
# category Package
# catalog-ctan /macros/latex/contrib/gatech-thesis
# catalog-date 2010-07-26 16:46:28 +0200
# catalog-license gpl
# catalog-version 1.8
Name:		texlive-gatech-thesis
Version:	1.8
Release:	3
Summary:	Georgia Institute of Technology thesis class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gatech-thesis
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gatech-thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gatech-thesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The output generated by using this class has been approved by
the Georgia Tech Office of Graduate Studies. It satisfies their
undocumented moving-target requirements in additional to the
actual documented requirements of the June 2002 Georgia Tech
Thesis Style Manual, as amended up to 2010.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/gatech-thesis/gatech-thesis-losa.bst
%{_texmfdistdir}/bibtex/bst/gatech-thesis/gatech-thesis.bst
%{_texmfdistdir}/makeindex/gatech-thesis/gatech-thesis-index.ist
%{_texmfdistdir}/tex/latex/gatech-thesis/gatech-thesis-gloss.sty
%{_texmfdistdir}/tex/latex/gatech-thesis/gatech-thesis-index.sty
%{_texmfdistdir}/tex/latex/gatech-thesis/gatech-thesis-losa.sty
%{_texmfdistdir}/tex/latex/gatech-thesis/gatech-thesis-patch.sty
%{_texmfdistdir}/tex/latex/gatech-thesis/gatech-thesis.cls
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/CHANGES
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/COMPLIANCE
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/COPYING
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/ChangeLog
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/INSTALL
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/MANIFEST
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/NEWS
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/NOTES
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/README
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/TODO
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/example-thesis.bib
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/example-thesis.pdf
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/example-thesis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8-3
+ Revision: a989e5b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20186 |14mr|texlive-gates-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26675
# category Package
# catalog-ctan /macros/generic/gates
# catalog-date 2012-05-27 01:03:23 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-gates
Version:	0.2
Release:	2
Summary:	Support for writing modular and customisable code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/gates
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gates.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gates.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means of writing code in a modular
fashion: big macros or functions are divided into small chunks
(called gates) with names, which can be externally controlled
(e.g. they can be disabled, subjected to conditionals,
loops...) and/or augmented with new chunks. Thus complex code
may easily be customised without having to rewrite it, or even
understand its implementation: the behavior of existing gates
can be modified, and new ones can be added, without endangering
the whole design. This allows code to be hacked in ways the
original authors might have never envisioned. The gates package
is implemented independently for both TeX and Lua. The TeX
implementation, running in any current environment, requires
the texapi package, whereas the Lua version can be run with any
Lua interpreter, not just LuaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/gates/gates.lua
%{_texmfdistdir}/tex/generic/gates/gates.sty
%{_texmfdistdir}/tex/generic/gates/t-gates.tex
%doc %{_texmfdistdir}/doc/generic/gates/README
%doc %{_texmfdistdir}/doc/generic/gates/gates-doc.pdf
%doc %{_texmfdistdir}/doc/generic/gates/gates-doc.tex
%doc %{_texmfdistdir}/doc/generic/gates/gates-doc.txt
%doc %{_texmfdistdir}/doc/generic/gates/gates.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-2
+ Revision: dcb7803
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20187 |14mr|texlive-gauss-20111026-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24411
# category Package
# catalog-ctan /macros/latex/contrib/gauss
# catalog-date 2011-10-26 17:26:33 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-gauss
Version:	20111026
Release:	3
Summary:	A package for Gaussian operations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gauss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gauss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gauss.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The gauss package provides configurable tools for producing row
and column operations on matrices (a.k.a. Gaussian operations).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gauss/gauss.sty
%doc %{_texmfdistdir}/doc/latex/gauss/README
%doc %{_texmfdistdir}/doc/latex/gauss/gauss-doc.pdf
%doc %{_texmfdistdir}/doc/latex/gauss/gauss-ex.pdf
%doc %{_texmfdistdir}/doc/latex/gauss/gauss-ex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111026-3
+ Revision: 878915e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20188 |14mr|texlive-gb4e-20100703-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19216
# category Package
# catalog-ctan /macros/latex/contrib/gb4e
# catalog-date 2010-07-03 20:09:25 +0200
# catalog-license lppl1.2
# catalog-version undef
Name:		texlive-gb4e
Version:	20100703
Release:	3
Summary:	Linguistic tools
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gb4e
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gb4e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gb4e.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides an environment for linguistic examples, tools for
glosses, and various other goodies. The code was developed from
the midnight and covington packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gb4e/cgloss4e.sty
%{_texmfdistdir}/tex/latex/gb4e/gb4e.sty
%doc %{_texmfdistdir}/doc/latex/gb4e/README
%doc %{_texmfdistdir}/doc/latex/gb4e/gb4e-doc.pdf
%doc %{_texmfdistdir}/doc/latex/gb4e/gb4e-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100703-3
+ Revision: 97ab524
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20189 |14mr|texlive-g-brief-4.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21140
# category Package
# catalog-ctan /macros/latex/contrib/g-brief
# catalog-date 2009-01-23 15:11:09 +0100
# catalog-license lppl
# catalog-version 4.0.2
Name:		texlive-g-brief
Version:	4.0.2
Release:	3
Summary:	Letter document class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/g-brief
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/g-brief.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/g-brief.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/g-brief.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Designed for formatting formless letters in German; can also be
used for English (by those who can read the documentation).
There are LaTeX 2.09 documentstyle and LaTeX 2e class files for
both an 'old' and a 'new' version of g-brief.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/g-brief/g-brief.cls
%{_texmfdistdir}/tex/latex/g-brief/g-brief.sty
%{_texmfdistdir}/tex/latex/g-brief/g-brief2.cls
%{_texmfdistdir}/tex/latex/g-brief/g-brief2.sty
%doc %{_texmfdistdir}/doc/latex/g-brief/beispiel.pdf
%doc %{_texmfdistdir}/doc/latex/g-brief/beispiel.tex
%doc %{_texmfdistdir}/doc/latex/g-brief/beispiel2.pdf
%doc %{_texmfdistdir}/doc/latex/g-brief/beispiel2.tex
%doc %{_texmfdistdir}/doc/latex/g-brief/g-brief.pdf
#- source
%doc %{_texmfdistdir}/source/latex/g-brief/g-brief.drv
%doc %{_texmfdistdir}/source/latex/g-brief/g-brief.dtx
%doc %{_texmfdistdir}/source/latex/g-brief/g-brief.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0.2-3
+ Revision: 965cc35
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20190 |14mr|texlive-gcard-20080819-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gcard
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-gcard
Version:	20080819
Release:	3
Summary:	Arrange text on a sheet to fold into a greeting card
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gcard
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gcard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gcard.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a simple means of producing greeting
cards. It arranges four panels onto a single sheet so that when
the sheet is folded twice the four panels are arranged as front
cover, inside left and right pages, and back cover. It uses the
textpos package for placement on the sheet and the graphicx
package for the necessary rotation. The four panels are set in
minipages for formatting by the user.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gcard/gcard.sty
%doc %{_texmfdistdir}/doc/latex/gcard/README
%doc %{_texmfdistdir}/doc/latex/gcard/gcard.pdf
%doc %{_texmfdistdir}/doc/latex/gcard/gcardex.tex
%doc %{_texmfdistdir}/doc/latex/gcard/gcardminexample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080819-3
+ Revision: 1fe1384
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20191 |14mr|texlive-gchords-1.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/gchords
# catalog-date 2009-02-12 12:29:53 +0100
# catalog-license gpl
# catalog-version 1.20
Name:		texlive-gchords
Version:	1.20
Release:	3
Summary:	Typeset guitar chords
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/gchords
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gchords.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gchords.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for typesetting of guitar chord diagrams,
including options for chord names, finger numbers and
typesetting above lyrics. The bundle also includes a TCL script
(chordbox.tcl) that provides a graphical application which
creates LaTeX files that use gchords.sty.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gchords/gchords.sty
%doc %{_texmfdistdir}/doc/latex/gchords/README
%doc %{_texmfdistdir}/doc/latex/gchords/chordbox.tcl
%doc %{_texmfdistdir}/doc/latex/gchords/gchords_doc.pdf
%doc %{_texmfdistdir}/doc/latex/gchords/gchords_doc.tex
%doc %{_texmfdistdir}/doc/latex/gchords/get2knowu.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20-3
+ Revision: 4146e94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20192 |14mr|texlive-gcite-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/exptl/gcite
# catalog-date 2009-07-04 21:47:31 +0200
# catalog-license lppl1.3
# catalog-version 1.0.1
Name:		texlive-gcite
Version:	1.0.1
Release:	3
Summary:	Citations in a reader-friendly style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/exptl/gcite
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gcite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gcite.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gcite.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows citations in the German style, which is
considered by many to be particularly reader-friendly. The
citation provides a small amount of bibliographic information
in a footnote on the page where each citation is made. It
combines a desire to eliminate unnecessary page-turning with
the look-up efficiency afforded by numeric citations. The
package makes use of the (still experimental) BibLaTeX package,
and is itself also considered experimental; comment is invited.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gcite/gcite.sty
%doc %{_texmfdistdir}/doc/latex/gcite/CHANGES
%doc %{_texmfdistdir}/doc/latex/gcite/README
%doc %{_texmfdistdir}/doc/latex/gcite/gcite.bib
%doc %{_texmfdistdir}/doc/latex/gcite/gcite.pdf
#- source
%doc %{_texmfdistdir}/source/latex/gcite/gcite.dtx
%doc %{_texmfdistdir}/source/latex/gcite/gcite.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-3
+ Revision: 4d1f60d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20193 |14mr|texlive-genealogy-20110410-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25112
# category Package
# catalog-ctan /fonts/genealogy
# catalog-date 2011-04-10 21:40:35 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-genealogy
Version:	20110410
Release:	2
Summary:	A compilation genealogy font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/genealogy
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/genealogy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/genealogy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A simple compilation of the genealogical symbols found in the
wasy and gen fonts, essentially adding the male and female
symbols to Knuth's 'gen' font, and so avoiding loading two
fonts when you need only genealogical symbols. The font is
distributed as Metafont source.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/genealogy/drgen.mf
%{_texmfdistdir}/fonts/source/public/genealogy/drgen10.mf
%{_texmfdistdir}/fonts/tfm/public/genealogy/drgen10.tfm
%doc %{_texmfdistdir}/doc/fonts/genealogy/README
%doc %{_texmfdistdir}/doc/fonts/genealogy/licence.txt
%doc %{_texmfdistdir}/doc/fonts/genealogy/testgen.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110410-2
+ Revision: ea7e1cc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20194 |14mr|texlive-gene-logic-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gene/logic
# catalog-date 2008-10-04 10:00:56 +0200
# catalog-license other-free
# catalog-version 1.4
Name:		texlive-gene-logic
Version:	1.4
Release:	3
Summary:	Typeset logic formulae, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gene/logic
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gene-logic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gene-logic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a facility to typeset certain logic
formulae. It provides an environment like eqnarray, an extended
newtheorem environment, and several macros.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gene-logic/gn-logic14.sty
%doc %{_texmfdistdir}/doc/latex/gene-logic/gn-logic14.pdf
%doc %{_texmfdistdir}/doc/latex/gene-logic/gn-logic14.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 0809aa4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20195 |14mr|texlive-genmisc-20120807-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27208
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-genmisc
Version:	20120807
Release:	2
Summary:	TeXLive genmisc package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/genmisc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive genmisc package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/genmisc/anti.tex
%{_texmfdistdir}/tex/generic/genmisc/apldef.tex
%{_texmfdistdir}/tex/generic/genmisc/arabic.tex
%{_texmfdistdir}/tex/generic/genmisc/backgrnd.tex
%{_texmfdistdir}/tex/generic/genmisc/balancedquotes.sty
%{_texmfdistdir}/tex/generic/genmisc/chessmin.tex
%{_texmfdistdir}/tex/generic/genmisc/compare.tex
%{_texmfdistdir}/tex/generic/genmisc/cropmark.sty
%{_texmfdistdir}/tex/generic/genmisc/cropmark.tex
%{_texmfdistdir}/tex/generic/genmisc/croptest.tex
%{_texmfdistdir}/tex/generic/genmisc/dayofweek.tex
%{_texmfdistdir}/tex/generic/genmisc/daytime.sty
%{_texmfdistdir}/tex/generic/genmisc/default.sty
%{_texmfdistdir}/tex/generic/genmisc/dow.tex
%{_texmfdistdir}/tex/generic/genmisc/emtrees.tex
%{_texmfdistdir}/tex/generic/genmisc/endnote.tex
%{_texmfdistdir}/tex/generic/genmisc/fakebold.tex
%{_texmfdistdir}/tex/generic/genmisc/hep.tex
%{_texmfdistdir}/tex/generic/genmisc/inscrutable.tex
%{_texmfdistdir}/tex/generic/genmisc/laps.tex
%{_texmfdistdir}/tex/generic/genmisc/letterspacing.tex
%{_texmfdistdir}/tex/generic/genmisc/longdiv.tex
%{_texmfdistdir}/tex/generic/genmisc/mandel.tex
%{_texmfdistdir}/tex/generic/genmisc/mathlig.tex
%{_texmfdistdir}/tex/generic/genmisc/nth.sty
%{_texmfdistdir}/tex/generic/genmisc/outerhbox.sty
%{_texmfdistdir}/tex/generic/genmisc/pagereference.tex
%{_texmfdistdir}/tex/generic/genmisc/quotation.tex
%{_texmfdistdir}/tex/generic/genmisc/ragged.sty
%{_texmfdistdir}/tex/generic/genmisc/random.tex
%{_texmfdistdir}/tex/generic/genmisc/ruler.tex
%{_texmfdistdir}/tex/generic/genmisc/selectpage.tex
%{_texmfdistdir}/tex/generic/genmisc/shadebox.tex
%{_texmfdistdir}/tex/generic/genmisc/swrule.sty
%{_texmfdistdir}/tex/generic/genmisc/underlin.tex
%{_texmfdistdir}/tex/generic/genmisc/undertilde.tex
%{_texmfdistdir}/tex/generic/genmisc/verbatim.tex
%{_texmfdistdir}/tex/generic/genmisc/weekday.sty
%{_texmfdistdir}/tex/generic/genmisc/wiggly.tex
%{_texmfdistdir}/tex/generic/genmisc/zip.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120807-2
+ Revision: 8c79548
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20196 |14mr|texlive-genmpage-0.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/genmpage
# catalog-date 2007-03-07 00:33:49 +0100
# catalog-license lppl
# catalog-version 0.3.1
Name:		texlive-genmpage
Version:	0.3.1
Release:	3
Summary:	Generalization of LaTeX's minipages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/genmpage
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/genmpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/genmpage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/genmpage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The GenMPage package generalizes LaTeX's minipages. Keyval
options and styles can be used to determine their appearance in
an easy and consistent way. Includes options for paragraph
indentation and vertical alignment with respect to the visual
top and bottom margins.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/genmpage/genmpage.sty
%doc %{_texmfdistdir}/doc/latex/genmpage/README
%doc %{_texmfdistdir}/doc/latex/genmpage/genmpage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/genmpage/genmpage.dtx
%doc %{_texmfdistdir}/source/latex/genmpage/genmpage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.1-3
+ Revision: 073246c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20197 |14mr|texlive-gentium-20101009-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20033
# category Package
# catalog-ctan /fonts/gentium
# catalog-date 2010-10-09 15:59:49 +0200
# catalog-license ofl
# catalog-version undef
Name:		texlive-gentium
Version:	20101009
Release:	3
Summary:	Gentium font and support files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/gentium
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package includes TrueType fonts from SIL, files needed to
use them in pdfTeX in multiple encodings (agr, t2a, ec/T1,
texnansi, l7x, qx, t5) and support files for ConTeXt. Other
encodings, and LaTeX support remain to be added.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gentium/GenBasB.afm
%{_texmfdistdir}/fonts/afm/public/gentium/GenBasBI.afm
%{_texmfdistdir}/fonts/afm/public/gentium/GenI102.afm
%{_texmfdistdir}/fonts/afm/public/gentium/GenR102.afm
%{_texmfdistdir}/fonts/enc/dvips/gentium/gentium-agr.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium/gentium-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium/gentium-l7x.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium/gentium-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium/gentium-t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium/gentium-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium/gentium-texnansi.enc
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium-agr.map
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium-ec.map
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium-l7x.map
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium-qx.map
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium-t2a.map
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium-t5.map
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium-texnansi.map
%{_texmfdistdir}/fonts/map/pdftex/gentium/gentium.map
%{_texmfdistdir}/fonts/tfm/public/gentium/agr-gentium-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/agr-gentium-roman.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/ec-gentium-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/ec-gentium-roman.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/ec-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/ec-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/l7x-gentium-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/l7x-gentium-roman.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/l7x-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/l7x-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/qx-gentium-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/qx-gentium-roman.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/qx-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/qx-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/t2a-gentium-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/t2a-gentium-roman.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/t5-gentium-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/t5-gentium-roman.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/t5-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/t5-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/texnansi-gentium-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/texnansi-gentium-roman.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/texnansi-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium/texnansi-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/truetype/public/gentium/GenAI102.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenAR102.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBasB.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBasBI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBasI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBasR.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBkBasB.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBkBasBI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBkBasI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenBkBasR.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenI102.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium/GenR102.ttf
%{_texmfdistdir}/tex/context/third/gentium/type-gentium.tex
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_1.02/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_1.02/GENTIUM-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_1.02/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_1.02/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_1.02/QUOTES.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_1.02/README.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_Basic_1.1/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_Basic_1.1/GENTIUM-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_Basic_1.1/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/Gentium_Basic_1.1/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gentium/README
#- source
%doc %{_texmfdistdir}/source/fonts/gentium/generate-tfm-files.sh
%doc %{_texmfdistdir}/source/fonts/gentium/gentium-ec-source.enc
%doc %{_texmfdistdir}/source/fonts/gentium/gentium-t5-source.enc

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101009-3
+ Revision: 8ad8716
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20198 |14mr|texlive-gentium-tug-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31194
# category Package
# catalog-ctan /fonts/gentium-tug
# catalog-date 2013-07-10 10:52:50 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-gentium-tug
Version:	1.0
Release:	6
Summary:	Gentium fonts (in two formats) and support files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/gentium-tug
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium-tug.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium-tug.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium-tug.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Gentium is a typeface family designed to enable the diverse
ethnic groups around the world who use the Latin, Cyrillic and
Greek scripts to produce readable, high-quality publications.
It supports a wide range of Latin- and Cyrillic-based
alphabets. The package consists of: - The original (unaltered)
GentiumPlus, GentiumBook, and other Gentium-family fonts in
TrueType format, as developed by SIL and released under the OFL
(see OFL.txt and OFL-FAQ.txt); - Converted fonts in PostScript
Type 1 format, released under the same terms. These incorporate
the name "Gentium" by permission of SIL given to the TeX Users
Group; - ConTeXt, LaTeX and other supporting files; - TeX-
related documentation, and the SIL documentation and other
files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gentium-tug/GenBasB.afm
%{_texmfdistdir}/fonts/afm/public/gentium-tug/GenBasBI.afm
%{_texmfdistdir}/fonts/afm/public/gentium-tug/GentiumPlus-I.afm
%{_texmfdistdir}/fonts/afm/public/gentium-tug/GentiumPlus-R.afm
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-agr.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-ec-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-ec-ttf-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-ec-ttf.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-l7x-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-l7x.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-lgr.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-ot1-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-qx-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t2a-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t2b-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t2c-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t5-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t5-ttf.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-texnansi-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-texnansi.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-x2-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-x2.enc
%{_texmfdistdir}/fonts/map/dvips/gentium-tug/gentium-type1.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-agr.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-ec.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-l7x.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-lgr.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-ot1.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-qx.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-t2a.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-t2b.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-t2c.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-t5.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-texnansi.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-truetype.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-ts1.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-x2.map
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/agr-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/agr-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ec-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ec-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ec-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ec-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ec-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ec-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/l7x-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/l7x-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/l7x-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/l7x-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/l7x-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/l7x-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/lgr-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/lgr-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ot1-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ot1-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ot1-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ot1-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ot1-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ot1-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/qx-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/qx-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/qx-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/qx-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/qx-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/qx-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2a-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2a-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2a-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2a-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2b-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2b-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2b-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2b-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2c-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2c-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2c-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2c-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t5-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t5-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t5-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t5-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t5-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t5-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/texnansi-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/texnansi-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/texnansi-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/texnansi-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/texnansi-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/texnansi-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ts1-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ts1-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ts1-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ts1-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/x2-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/x2-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/x2-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/x2-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBasB.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBasBI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBasI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBasR.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBkBasB.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBkBasBI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBkBasI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBkBasR.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/Gentium-I.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/Gentium-R.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GentiumAlt-I.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GentiumAlt-R.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GentiumPlus-I.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GentiumPlus-R.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GentiumPlusCompact-I.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GentiumPlusCompact-R.ttf
%{_texmfdistdir}/fonts/type1/public/gentium-tug/GenBasB.pfb
%{_texmfdistdir}/fonts/type1/public/gentium-tug/GenBasBI.pfb
%{_texmfdistdir}/fonts/type1/public/gentium-tug/GentiumPlus-I.pfb
%{_texmfdistdir}/fonts/type1/public/gentium-tug/GentiumPlus-R.pfb
%{_texmfdistdir}/tex/context/third/gentium-tug/type-gentium.mkii
%{_texmfdistdir}/tex/context/third/gentium-tug/type-gentium.mkiv
%{_texmfdistdir}/tex/latex/gentium-tug/gentium.sty
%{_texmfdistdir}/tex/latex/gentium-tug/l7xgentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/lgrgentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/ly1gentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/ot1gentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/qxgentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/t1gentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/t2agentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/t2bgentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/t2cgentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/t5gentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/ts1gentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/x2gentium.fd
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/Gentium/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/Gentium/GENTIUM-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/Gentium/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/Gentium/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/Gentium/QUOTES.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/Gentium/README.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumBasic/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumBasic/GENTIUM-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumBasic/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumBasic/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/GENTIUM-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/README.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/documentation/DOCUMENTATION.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/documentation/GentiumPlus-features.odt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/documentation/GentiumPlus-features.pdf
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlusCompact/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlusCompact/README.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlusCompact/feat_set_tuned.xml
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/Makefile
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/README
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/gentium.pdf
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/gentium.tex
#- source
%doc %{_texmfdistdir}/source/fonts/gentium-tug/generate-support-files.rb
%doc %{_texmfdistdir}/source/fonts/gentium-tug/gentium.rb
%doc %{_texmfdistdir}/source/fonts/gentium-tug/lig/README
%doc %{_texmfdistdir}/source/fonts/gentium-tug/lig/gentium-agr.lig
%doc %{_texmfdistdir}/source/fonts/gentium-tug/lig/gentium-lgr.lig
%doc %{_texmfdistdir}/source/fonts/gentium-tug/lig/gentium-t2a.lig
%doc %{_texmfdistdir}/source/fonts/gentium-tug/lig/gentium-t2b.lig
%doc %{_texmfdistdir}/source/fonts/gentium-tug/lig/gentium-t2c.lig
%doc %{_texmfdistdir}/source/fonts/gentium-tug/lig/gentium-x2.lig
%doc %{_texmfdistdir}/source/fonts/gentium-tug/make-zip-4CTAN.sh
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/GentiumPlus-I-Czech.kern
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/GentiumPlus-R-Czech.kern
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/Makefile
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/afmcreator.py
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/ff-gentium.pe
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/generate-extra-kerns.sh
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/greekcorrection.py
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/kerncorrection.py

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 6d96b4f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20199 |14mr|texlive-gentle-20090104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/gentle
# catalog-date 2009-01-04 11:16:40 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-gentle
Version:	20090104
Release:	3
Summary:	A Gentle Introduction to TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/gentle
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gentle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gentle.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The "Gentle Introduction" is the longest-established
comprehensive free tutorial on the use of plain TeX.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/plain/gentle/gentle.pdf
%doc %{_texmfdistdir}/doc/plain/gentle/gentle.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090104-3
+ Revision: 13f7c7c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20200 |14mr|texlive-geometry-5.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19716
# category Package
# catalog-ctan /macros/latex/contrib/geometry
# catalog-date 2010-09-13 00:36:13 +0200
# catalog-license lppl
# catalog-version 5.6
Name:		texlive-geometry
Version:	5.6
Release:	3
Summary:	Flexible and complete interface to document dimensions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/geometry
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/geometry.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/geometry.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/geometry.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an easy and flexible user interface to
customize page layout, implementing auto-centering and auto-
balancing mechanisms so that the users have only to give the
least description for the page layout. For example, if you want
to set each margin 2cm without header space, what you need is
just \usepackage[margin=2cm,nohead]{geometry}. The package
knows about all the standard paper sizes, so that the user need
not know what the nominal 'real' dimensions of the paper are,
just its standard name (such as a4, letter, etc.). An important
feature is the package's ability to communicate the paper size
it's set up to the output (whether via DVI \specials or via
direct interaction with PDF(La)TeX).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/geometry/geometry.sty
%doc %{_texmfdistdir}/doc/latex/geometry/README
%doc %{_texmfdistdir}/doc/latex/geometry/changes.txt
%doc %{_texmfdistdir}/doc/latex/geometry/geometry-samples.tex
%doc %{_texmfdistdir}/doc/latex/geometry/geometry.cfg
%doc %{_texmfdistdir}/doc/latex/geometry/geometry.pdf
#- source
%doc %{_texmfdistdir}/source/latex/geometry/geometry.drv
%doc %{_texmfdistdir}/source/latex/geometry/geometry.dtx
%doc %{_texmfdistdir}/source/latex/geometry/geometry.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.6-3
+ Revision: 7401c06
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20201 |14mr|texlive-geometry-de-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21882
# category Package
# catalog-ctan /macros/latex/contrib/geometry-de
# catalog-date 2011-03-29 21:39:15 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-geometry-de
Version:	1.1
Release:	3
Summary:	German translation of the geometry package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/geometry-de
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/geometry-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/geometry-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
German translation of the geometry package, by Hans-Martin
Haase of the University of Jena.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/geometry-de/README
%doc %{_texmfdistdir}/doc/latex/geometry-de/README-DE
%doc %{_texmfdistdir}/doc/latex/geometry-de/geometry-de.dtx
%doc %{_texmfdistdir}/doc/latex/geometry-de/geometry-de.pdf
%doc %{_texmfdistdir}/doc/latex/geometry-de/geometry.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: f8f3c04
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20202 |14mr|texlive-german-2.5e-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17039
# category Package
# catalog-ctan /language/german
# catalog-date 2009-09-26 12:32:55 +0200
# catalog-license lppl
# catalog-version 2.5e
Name:		texlive-german
Version:	2.5e
Release:	3
Summary:	Support for German typography
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/german
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/german.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/german.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/german.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Supports the new German orthography (neue deutsche
Rechtschreibung).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/german/german.sty
%{_texmfdistdir}/tex/generic/german/ngerman.sty
%doc %{_texmfdistdir}/doc/generic/german/00readme.1st
%doc %{_texmfdistdir}/doc/generic/german/betatest/00readme.1st
%doc %{_texmfdistdir}/doc/generic/german/gerdoc.pdf
%doc %{_texmfdistdir}/doc/generic/german/gerdoc.tex
%doc %{_texmfdistdir}/doc/generic/german/german.MISSING
%doc %{_texmfdistdir}/doc/generic/german/hyphxmpl.cfg
#- source
%doc %{_texmfdistdir}/source/generic/german/german.dtx
%doc %{_texmfdistdir}/source/generic/german/german.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5e-3
+ Revision: 33eef2c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20203 |14mr|texlive-germbib-20090104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/germbib
# catalog-date 2009-01-04 15:06:03 +0100
# catalog-license noinfo
# catalog-version undef
Name:		texlive-germbib
Version:	20090104
Release:	3
Summary:	German variants of standard BibTeX styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/germbib
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/germbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/germbib.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A development of the (old) german.sty, this bundle provides
German packages, BibTeX styles and documentary examples, for
writing documents with bibliographies. The author has since
developed the babelbib bundle, which (he asserts) supersedes
germbib.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/germbib/gerabbrv.bst
%{_texmfdistdir}/bibtex/bst/germbib/geralpha.bst
%{_texmfdistdir}/bibtex/bst/germbib/gerapali.bst
%{_texmfdistdir}/bibtex/bst/germbib/gerplain.bst
%{_texmfdistdir}/bibtex/bst/germbib/gerunsrt.bst
%{_texmfdistdir}/tex/latex/germbib/bibgerm.sty
%{_texmfdistdir}/tex/latex/germbib/mynormal.sty
%doc %{_texmfdistdir}/doc/bibtex/germbib/README.bibgerm
%doc %{_texmfdistdir}/doc/bibtex/germbib/apalike.doc
%doc %{_texmfdistdir}/doc/bibtex/germbib/apalike.germbib_sty
%doc %{_texmfdistdir}/doc/bibtex/germbib/apalike.tex
%doc %{_texmfdistdir}/doc/bibtex/germbib/btxdoc.tex
%doc %{_texmfdistdir}/doc/bibtex/germbib/btxhak.tex
%doc %{_texmfdistdir}/doc/bibtex/germbib/gerbibtx.bib
%doc %{_texmfdistdir}/doc/bibtex/germbib/gerbibtx.tex
%doc %{_texmfdistdir}/doc/bibtex/germbib/gerxampl.bib
%doc %{_texmfdistdir}/doc/bibtex/germbib/schaum.bib
%doc %{_texmfdistdir}/doc/bibtex/germbib/testbibgerm.tex
%doc %{_texmfdistdir}/doc/bibtex/germbib/testgerb.tex
%doc %{_texmfdistdir}/doc/bibtex/germbib/xampl.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090104-3
+ Revision: ec767ae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20204 |14mr|texlive-germkorr-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/germkorr
# catalog-date 2009-11-10 09:15:37 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-germkorr
Version:	1.0
Release:	3
Summary:	Change kerning for german quotation marks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/germkorr
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/germkorr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/germkorr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package germcorr has to be loaded after the package german.
It brings some letters like T nearer to german single and
double quotes even when that letter wears a standard accent
like "`\.T"'.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/germkorr/germkorr.sty
%doc %{_texmfdistdir}/doc/latex/germkorr/COPYING
%doc %{_texmfdistdir}/doc/latex/germkorr/README
%doc %{_texmfdistdir}/doc/latex/germkorr/germkorr.pdf
%doc %{_texmfdistdir}/doc/latex/germkorr/germkorr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 15abd7b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20205 |14mr|texlive-geschichtsfrkl-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25886
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/geschichtsfrkl
# catalog-date 2012-04-08 13:49:02 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-geschichtsfrkl
Version:	1.1
Release:	2
Summary:	BibLaTeX style for historians
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/geschichtsfrkl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/geschichtsfrkl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/geschichtsfrkl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/geschichtsfrkl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a BibLaTeX style, (mostly) meeting the
requirements of the History Faculty of the University of
Freiburg (Germany).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/geschichtsfrkl/geschichtsfrkl.bbx
%{_texmfdistdir}/tex/latex/geschichtsfrkl/geschichtsfrkl.cbx
%doc %{_texmfdistdir}/doc/latex/geschichtsfrkl/README
%doc %{_texmfdistdir}/doc/latex/geschichtsfrkl/geschichtsfrkl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/geschichtsfrkl/geschichtsfrkl.dtx
%doc %{_texmfdistdir}/source/latex/geschichtsfrkl/geschichtsfrkl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: 71ca306
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20206 |14mr|texlive-getfiledate-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16189
# category Package
# catalog-ctan /macros/latex/contrib/getfiledate
# catalog-date 2009-11-26 14:59:55 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-getfiledate
Version:	1.2
Release:	3
Summary:	Find the date of last modification of a file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/getfiledate
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/getfiledate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/getfiledate.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package fetches from the system the date of last
modification or opening of an existing file, using the function
\pdffilemoddate (present in recent versions of PDFTeX); the
user may specify how the date is to be presented.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/getfiledate/getfiledate.sty
%doc %{_texmfdistdir}/doc/latex/getfiledate/README
%doc %{_texmfdistdir}/doc/latex/getfiledate/getfiledate-guide.pdf
%doc %{_texmfdistdir}/doc/latex/getfiledate/getfiledate-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: b4c18a1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20207 |14mr|texlive-getoptk-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23567
# category Package
# catalog-ctan /macros/plain/contrib/getoptk
# catalog-date 2011-08-07 22:43:01 +0200
# catalog-license nosource
# catalog-version 1.0
Name:		texlive-getoptk
Version:	1.0
Release:	3
Summary:	Define macros with sophisticated options
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/getoptk
License:	NOSOURCE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/getoptk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/getoptk.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of defining macros whose options
are taken from a dictionary, which includes options which
themselves have arguments. The package was designed for use
with Plain TeX; its syntax derives from that of the \hbox,
\hrule, etc., TeX primitives.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/getoptk/getoptk.tex
%{_texmfdistdir}/tex/plain/getoptk/guide.tex
%doc %{_texmfdistdir}/doc/plain/getoptk/COPYING
%doc %{_texmfdistdir}/doc/plain/getoptk/COPYING-FR
%doc %{_texmfdistdir}/doc/plain/getoptk/README
%doc %{_texmfdistdir}/doc/plain/getoptk/guide.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: e2f1b7e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20208 |14mr|texlive-gfsartemisia-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19469
# category Package
# catalog-ctan /fonts/greek/gfs/gfsartemisia
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-gfsartemisia
Version:	1.0
Release:	3
Summary:	A modern Greek font design
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfsartemisia
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsartemisia.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsartemisia.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
GFS Artemisia is a relatively modern font, designed as a
'general purpose' font in the same sense as Times is nowadays
treated. The present version has been provided by the Greek
Font Society. The font supports the Greek and Latin alphabets.
LaTeX support is provided, using the OT1, T1 and LGR encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfsartemisia/GFSArtemisia-Bold.afm
%{_texmfdistdir}/fonts/afm/public/gfsartemisia/GFSArtemisia-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/gfsartemisia/GFSArtemisia-Italic.afm
%{_texmfdistdir}/fonts/afm/public/gfsartemisia/GFSArtemisia-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisia.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiadenomnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiaec.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiaecsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiael.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiaelsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiamath.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisianumnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiasc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsartemisia/artemisiatabnums.enc
%{_texmfdistdir}/fonts/map/dvips/gfsartemisia/gfsartemisia.map
%{_texmfdistdir}/fonts/opentype/public/gfsartemisia/GFSArtemisia.otf
%{_texmfdistdir}/fonts/opentype/public/gfsartemisia/GFSArtemisiaBold.otf
%{_texmfdistdir}/fonts/opentype/public/gfsartemisia/GFSArtemisiaBoldIt.otf
%{_texmfdistdir}/fonts/opentype/public/gfsartemisia/GFSArtemisiaIt.otf
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiab8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiab8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiab9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiab9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabi9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabi9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabo9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiabo9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiadenomnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiadenomnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiai8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiai8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiai9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiai9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiamath8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiamath8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisianumnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisianumnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiao8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiao8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiao9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiao9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiarg8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiarg8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiarg9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiarg9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasc9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasc9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasco9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiasco9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiatabnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/artemisiatabnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiab6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiab6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiabi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiabi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiabo6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiabo6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiai6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiai6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiao6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiao6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiarg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiarg6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiasc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiasc6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiasco6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsartemisia/gartemisiasco6r.tfm
%{_texmfdistdir}/fonts/type1/public/gfsartemisia/GFSArtemisia-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/gfsartemisia/GFSArtemisia-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsartemisia/GFSArtemisia-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsartemisia/GFSArtemisia-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiab8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiab9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiabi8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiabi9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiabo8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiabo9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiadenomnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiai8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiai9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiamath8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisianumnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiao8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiao9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiarg8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiarg9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiasc8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiasc9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiasco8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiasco9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/artemisiatabnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiab6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiabi6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiabo6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiai6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiao6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiarg6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiasc6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsartemisia/gartemisiasco6a.vf
%{_texmfdistdir}/tex/latex/gfsartemisia/gfsartemisia-euler.sty
%{_texmfdistdir}/tex/latex/gfsartemisia/gfsartemisia.sty
%{_texmfdistdir}/tex/latex/gfsartemisia/lgrartemisia.fd
%{_texmfdistdir}/tex/latex/gfsartemisia/lgrartemisiaeuler.fd
%{_texmfdistdir}/tex/latex/gfsartemisia/ot1artemisia.fd
%{_texmfdistdir}/tex/latex/gfsartemisia/ot1artemisiaeuler.fd
%{_texmfdistdir}/tex/latex/gfsartemisia/t1artemisia.fd
%{_texmfdistdir}/tex/latex/gfsartemisia/t1artemisiaeuler.fd
%{_texmfdistdir}/tex/latex/gfsartemisia/uartemisiaeulernums.fd
%{_texmfdistdir}/tex/latex/gfsartemisia/uartemisianums.fd
%doc %{_texmfdistdir}/doc/fonts/gfsartemisia/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfsartemisia/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfsartemisia/README
%doc %{_texmfdistdir}/doc/fonts/gfsartemisia/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/gfsartemisia/gfsartemisia.pdf
%doc %{_texmfdistdir}/doc/fonts/gfsartemisia/gfsartemisia.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 26c1b50
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20209 |14mr|texlive-gfsbaskerville-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /fonts/greek/gfs/gfsbaskerville
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-gfsbaskerville
Version:	1.0
Release:	3
Summary:	A Greek font, from one such by Baskerville
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfsbaskerville
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsbaskerville.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsbaskerville.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The font is a digital implementation of Baskerville's classic
Greek font, provided by the Greek Font Society. The font covers
Greek only, and LaTeX support provides for the use of LGR
encoding.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfsbaskerville/GFSBaskerville-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/gfsbaskerville/gpgfsbaskerville.enc
%{_texmfdistdir}/fonts/map/dvips/gfsbaskerville/gfsbaskerville.map
%{_texmfdistdir}/fonts/opentype/public/gfsbaskerville/GFSBaskerville.otf
%{_texmfdistdir}/fonts/tfm/public/gfsbaskerville/ggfsbaskervillerg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbaskerville/ggfsbaskervillerg6r.tfm
%{_texmfdistdir}/fonts/type1/public/gfsbaskerville/GFSBaskerville-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/gfsbaskerville/ggfsbaskervillerg6a.vf
%{_texmfdistdir}/tex/latex/gfsbaskerville/gfsbaskerville.sty
%{_texmfdistdir}/tex/latex/gfsbaskerville/lgrgfsbaskerville.fd
%doc %{_texmfdistdir}/doc/fonts/gfsbaskerville/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfsbaskerville/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfsbaskerville/README
%doc %{_texmfdistdir}/doc/fonts/gfsbaskerville/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/gfsbaskerville/gfsbaskerville.pdf
%doc %{_texmfdistdir}/doc/fonts/gfsbaskerville/gfsbaskerville.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 4af6126
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20210 |14mr|texlive-gfsbodoni-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /fonts/greek/gfs/gfsbodoni
# catalog-date 2010-01-18 14:29:22 +0100
# catalog-license ofl
# catalog-version 1.01
Name:		texlive-gfsbodoni
Version:	1.01
Release:	3
Summary:	A Greek and Latin font based on Bodoni
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfsbodoni
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsbodoni.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsbodoni.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Bodoni's Greek fonts in the 18th century broke, for the first
time, with the Byzantine cursive tradition of Greek fonts. GFS
Bodoni resurrects his work for general use. The font family
supports both Greek and Latin letters. LaTeX support of the
fonts is provided, offering OT1, T1 and LGR encodings. The
fonts themselves are provided in Adobe Type 1 and OpenType
formats.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfsbodoni/GFSBodoni-Bold.afm
%{_texmfdistdir}/fonts/afm/public/gfsbodoni/GFSBodoni-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/gfsbodoni/GFSBodoni-Italic.afm
%{_texmfdistdir}/fonts/afm/public/gfsbodoni/GFSBodoni-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodoni.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodonidenomnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodoniec.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodoniecsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodoniel.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodonielsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodoninumnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodonisc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsbodoni/bodonitabnums.enc
%{_texmfdistdir}/fonts/map/dvips/gfsbodoni/gfsbodoni.map
%{_texmfdistdir}/fonts/opentype/public/gfsbodoni/GFSBodoni.otf
%{_texmfdistdir}/fonts/opentype/public/gfsbodoni/GFSBodoniBold.otf
%{_texmfdistdir}/fonts/opentype/public/gfsbodoni/GFSBodoniBoldIt.otf
%{_texmfdistdir}/fonts/opentype/public/gfsbodoni/GFSBodoniIt.otf
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonib8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonib8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonib9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonib9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibi9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibi9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibo9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonibo9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonidenomnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonidenomnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonii8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonii8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonii9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonii9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodoninumnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodoninumnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonio8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonio8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonio9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonio9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonirg8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonirg8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonirg9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonirg9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisc9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisc9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisco9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonisco9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonitabnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/bodonitabnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonib6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonib6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonibi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonibi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonibo6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonibo6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonii6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonii6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonio6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonio6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonio9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonio9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonirg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonirg6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonisc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonisc6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonisco6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbodoni/gbodonisco6r.tfm
%{_texmfdistdir}/fonts/type1/public/gfsbodoni/GFSBodoni-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/gfsbodoni/GFSBodoni-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsbodoni/GFSBodoni-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsbodoni/GFSBodoni-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonib8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonib9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonibi8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonibi9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonibo8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonibo9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonidenomnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonii8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonii9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodoninumnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonio8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonio9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonirg8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonirg9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonisc8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonisc9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonisco8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonisco9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/bodonitabnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonib6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonibi6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonibo6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonii6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonio6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonio9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonirg6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonisc6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsbodoni/gbodonisco6a.vf
%{_texmfdistdir}/tex/latex/gfsbodoni/gfsbodoni.sty
%{_texmfdistdir}/tex/latex/gfsbodoni/lgrbodoni.fd
%{_texmfdistdir}/tex/latex/gfsbodoni/ot1bodoni.fd
%{_texmfdistdir}/tex/latex/gfsbodoni/t1bodoni.fd
%{_texmfdistdir}/tex/latex/gfsbodoni/ubodoninums.fd
%doc %{_texmfdistdir}/doc/fonts/gfsbodoni/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfsbodoni/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfsbodoni/README
%doc %{_texmfdistdir}/doc/fonts/gfsbodoni/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/gfsbodoni/gfsbodoni.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: 83a7d94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20211 |14mr|texlive-gfscomplutum-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19469
# category Package
# catalog-ctan /fonts/greek/gfs/gfscomplutum
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license ofl
# catalog-version 1.0
Name:		texlive-gfscomplutum
Version:	1.0
Release:	3
Summary:	A Greek font with a long history
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfscomplutum
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfscomplutum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfscomplutum.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
GFS Complutum derives, via a long development, from a
minuscule-only font cut in the 16th century. An unsatisfactory
set of majuscules were added in the early 20th century, but its
author died before he could complete the revival of the font.
The Greek Font Society has released this version, which has a
new set of majuscules.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfscomplutum/GFSComplutum-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/gfscomplutum/gpcomplutum.enc
%{_texmfdistdir}/fonts/map/dvips/gfscomplutum/gfscomplutum.map
%{_texmfdistdir}/fonts/opentype/public/gfscomplutum/GFSPolyglot.otf
%{_texmfdistdir}/fonts/tfm/public/gfscomplutum/gcomplutum8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfscomplutum/gcomplutum8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfscomplutum/gcomplutumo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfscomplutum/gcomplutumo8r.tfm
%{_texmfdistdir}/fonts/type1/public/gfscomplutum/GFSComplutum-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/gfscomplutum/gcomplutum8a.vf
%{_texmfdistdir}/fonts/vf/public/gfscomplutum/gcomplutumo8a.vf
%{_texmfdistdir}/tex/latex/gfscomplutum/gfscomplutum.sty
%{_texmfdistdir}/tex/latex/gfscomplutum/lgrcomplutum.fd
%doc %{_texmfdistdir}/doc/fonts/gfscomplutum/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfscomplutum/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfscomplutum/README
%doc %{_texmfdistdir}/doc/fonts/gfscomplutum/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/gfscomplutum/gfscomplutum.pdf
%doc %{_texmfdistdir}/doc/fonts/gfscomplutum/gfscomplutum.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 72946ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20212 |14mr|texlive-gfsdidot-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19469
# category Package
# catalog-ctan /fonts/greek/gfs/gfsdidot
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-gfsdidot
Version:	1.0
Release:	3
Summary:	A Greek font based on Didot's work
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfsdidot
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsdidot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsdidot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The design of Didot's 1805 Greek typeface was influenced by the
neoclassical ideals of the late 18th century. The font was
brought to Greece at the time of the 1821 Greek Revolution, by
Didot's son, and was very widely used. The present version is
provided by the Greek Font Society. The font supports the Greek
alphabet, and is accompanied by a matching Latin alphabet based
on Zapf's Palatino. LaTeX support is provided, using the OT1,
T1 and LGR encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfsdidot/GFSDidot-Bold.afm
%{_texmfdistdir}/fonts/afm/public/gfsdidot/GFSDidot-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/gfsdidot/GFSDidot-Italic.afm
%{_texmfdistdir}/fonts/afm/public/gfsdidot/GFSDidot.afm
%{_texmfdistdir}/fonts/afm/public/gfsdidot/GFSOlga.afm
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/didot.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/didotdenomnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/didotec.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/didotnumnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/didottabnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/didotuecsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/didotusc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/gfsudidotmath.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/gpdidot.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/gpdidoti.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/gpdidotusc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsdidot/gpolga.enc
%{_texmfdistdir}/fonts/map/dvips/gfsdidot/gfsdidot.map
%{_texmfdistdir}/fonts/opentype/public/gfsdidot/GFSDidot.otf
%{_texmfdistdir}/fonts/opentype/public/gfsdidot/GFSDidotBold.otf
%{_texmfdistdir}/fonts/opentype/public/gfsdidot/GFSDidotBoldItalic.otf
%{_texmfdistdir}/fonts/opentype/public/gfsdidot/GFSDidotItalic.otf
%{_texmfdistdir}/fonts/opentype/public/gfsdidot/GFSOlga.otf
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotb9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotb9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbi9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbi9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbo9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotbo9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotdenomnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotdenomnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoti8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoti8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoti9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoti9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotnumnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotnumnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoto8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoto8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoto9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didoto9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotrg8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotrg8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotrg9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotrg9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsc9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsc9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsco9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotsco9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didottabnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didottabnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotui8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotui8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotui9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/didotui9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotb6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotbi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotbi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidoti6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidoti6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotrg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotrg6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotsc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotsc6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotsco6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gdidotsco6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gfsudidotmath8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/gfsudidotmath8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/golgai6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/golgai6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/golgaui6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsdidot/golgaui6r.tfm
%{_texmfdistdir}/fonts/type1/public/gfsdidot/GFSDidot-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/gfsdidot/GFSDidot-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsdidot/GFSDidot-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsdidot/GFSDidot.pfb
%{_texmfdistdir}/fonts/type1/public/gfsdidot/GFSOlga.pfb
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotb8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotb9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotbi8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotbi9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotbo8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotbo9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotdenomnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didoti8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didoti9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotnumnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didoto8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didoto9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotrg8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotrg9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotsc8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotsc9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotsco8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotsco9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didottabnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotui8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/didotui9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/gdidotb6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/gdidotbi6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/gdidoti6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/gdidotrg6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/gdidotsc6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/gdidotsco6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/gfsudidotmath8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/golgai6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsdidot/golgaui6a.vf
%{_texmfdistdir}/tex/latex/gfsdidot/gfsdidot.sty
%{_texmfdistdir}/tex/latex/gfsdidot/lgrudidot.fd
%{_texmfdistdir}/tex/latex/gfsdidot/omludidot.fd
%{_texmfdistdir}/tex/latex/gfsdidot/ot1udidot.fd
%{_texmfdistdir}/tex/latex/gfsdidot/t1udidot.fd
%{_texmfdistdir}/tex/latex/gfsdidot/uudidotnums.fd
%doc %{_texmfdistdir}/doc/fonts/gfsdidot/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfsdidot/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfsdidot/README
%doc %{_texmfdistdir}/doc/fonts/gfsdidot/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/gfsdidot/gfsdidot.pdf
%doc %{_texmfdistdir}/doc/fonts/gfsdidot/gfsdidot.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 4ef0d7d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20213 |14mr|texlive-gfsneohellenic-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /fonts/greek/gfs/gfsneohellenic
# catalog-date 2009-01-15 17:25:25 +0100
# catalog-license other-free
# catalog-version 1.0 rev
Name:		texlive-gfsneohellenic
Version:	1.0
Release:	3
Summary:	A Greek font in the Neo-Hellenic style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfsneohellenic
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsneohellenic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsneohellenic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The NeoHellenic style evolved in academic circles in the 19th
and 20th century; the present font follows a cut commissioned
from Monotype in 1927. The present version was provided by the
Greek Font Society. The font supports both Greek and Latin
characters, and has been adjusted to work well with the
cmbright fonts for mathematics support. LaTeX support of the
fonts is provided, offering OT1, T1 and LGR encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfsneohellenic/GFSNeohellenic-Bold.afm
%{_texmfdistdir}/fonts/afm/public/gfsneohellenic/GFSNeohellenic-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/gfsneohellenic/GFSNeohellenic-Italic.afm
%{_texmfdistdir}/fonts/afm/public/gfsneohellenic/GFSNeohellenic-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenic.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicdenomnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicec.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicecsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicel.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicelsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicmath.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicnumnums.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenicsc.enc
%{_texmfdistdir}/fonts/enc/dvips/gfsneohellenic/neohellenictabnums.enc
%{_texmfdistdir}/fonts/map/dvips/gfsneohellenic/gfsneohellenic.map
%{_texmfdistdir}/fonts/opentype/public/gfsneohellenic/GFSNeohellenic.otf
%{_texmfdistdir}/fonts/opentype/public/gfsneohellenic/GFSNeohellenicBold.otf
%{_texmfdistdir}/fonts/opentype/public/gfsneohellenic/GFSNeohellenicBoldIt.otf
%{_texmfdistdir}/fonts/opentype/public/gfsneohellenic/GFSNeohellenicIt.otf
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gfsneohellenicmath8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gfsneohellenicmath8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicb6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicbi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicbi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicbo6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicbo6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenici6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenici6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenico6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenico6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicrg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicrg6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicsc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicsc6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicsco6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/gneohellenicsco6r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicb9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicb9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbi9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbi9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbo9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicbo9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicdenomnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicdenomnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenici8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenici8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenici9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenici9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicnumnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicnumnums8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenico8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenico8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenico9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenico9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicrg8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicrg8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicrg9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicrg9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsc9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsc9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsco9a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenicsco9r.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenictabnums8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsneohellenic/neohellenictabnums8r.tfm
%{_texmfdistdir}/fonts/type1/public/gfsneohellenic/GFSNeohellenic-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/gfsneohellenic/GFSNeohellenic-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsneohellenic/GFSNeohellenic-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/gfsneohellenic/GFSNeohellenic-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gfsneohellenicmath8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenicb6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenicbi6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenicbo6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenici6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenico6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenicrg6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenicsc6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/gneohellenicsco6a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicb8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicb9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicbi8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicbi9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicbo8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicbo9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicdenomnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenici8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenici9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicnumnums8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenico8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenico9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicrg8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicrg9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicsc8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicsc9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicsco8a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenicsco9a.vf
%{_texmfdistdir}/fonts/vf/public/gfsneohellenic/neohellenictabnums8a.vf
%{_texmfdistdir}/tex/latex/gfsneohellenic/gfsneohellenic.sty
%{_texmfdistdir}/tex/latex/gfsneohellenic/lgrneohellenic.fd
%{_texmfdistdir}/tex/latex/gfsneohellenic/omlneohellenic.fd
%{_texmfdistdir}/tex/latex/gfsneohellenic/ot1neohellenic.fd
%{_texmfdistdir}/tex/latex/gfsneohellenic/t1neohellenic.fd
%{_texmfdistdir}/tex/latex/gfsneohellenic/uneohellenicnums.fd
%doc %{_texmfdistdir}/doc/fonts/gfsneohellenic/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfsneohellenic/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfsneohellenic/README
%doc %{_texmfdistdir}/doc/fonts/gfsneohellenic/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/gfsneohellenic/gfsneohellenic.pdf
%doc %{_texmfdistdir}/doc/fonts/gfsneohellenic/gfsneohellenic.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: f3b9c15
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20214 |14mr|texlive-gfsporson-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/greek/gfs/gfsporson
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license other-free
# catalog-version 1.01
Name:		texlive-gfsporson
Version:	1.01
Release:	3
Summary:	A Greek font, originally from Porson
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfsporson
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsporson.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsporson.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Porson is an elegant Greek font, originally cut at the turn of
the 19th Century in England. The present version has been
provided by the Greek Font Society. The font supports the Greek
alphabet only. LaTeX support is provided, using the LGR
encoding.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfsporson/GFSPorson-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/gfsporson/porsonel.enc
%{_texmfdistdir}/fonts/map/dvips/gfsporson/gfsporson.map
%{_texmfdistdir}/fonts/opentype/public/gfsporson/GFSPorson.otf
%{_texmfdistdir}/fonts/tfm/public/gfsporson/gporsonrg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsporson/gporsonrg6r.tfm
%{_texmfdistdir}/fonts/type1/public/gfsporson/GFSPorson-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/gfsporson/gporsonrg6a.vf
%{_texmfdistdir}/tex/latex/gfsporson/gfsporson.sty
%{_texmfdistdir}/tex/latex/gfsporson/lgrporson.fd
%doc %{_texmfdistdir}/doc/fonts/gfsporson/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfsporson/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfsporson/README
%doc %{_texmfdistdir}/doc/fonts/gfsporson/gfsporson.pdf
%doc %{_texmfdistdir}/doc/fonts/gfsporson/gfsporson.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: 4d73a3c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20215 |14mr|texlive-gfssolomos-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/greek/gfs/gfssolomos
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license ofl
# catalog-version 1.0
Name:		texlive-gfssolomos
Version:	1.0
Release:	3
Summary:	A Greek-alphabet font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfssolomos
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfssolomos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfssolomos.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Solomos is a font which traces its descent from a
calligraphically-inspired font of the mid-19th century. LaTeX
support, for use with the LGR encoding only, is provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfssolomos/GFSSolomos-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/gfssolomos/gpsolomos.enc
%{_texmfdistdir}/fonts/map/dvips/gfssolomos/gfssolomos.map
%{_texmfdistdir}/fonts/opentype/public/gfssolomos/GFSSolomos.otf
%{_texmfdistdir}/fonts/tfm/public/gfssolomos/gsolomos8a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfssolomos/gsolomos8r.tfm
%{_texmfdistdir}/fonts/type1/public/gfssolomos/GFSSolomos-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/gfssolomos/gsolomos8a.vf
%{_texmfdistdir}/tex/latex/gfssolomos/gfssolomos.sty
%{_texmfdistdir}/tex/latex/gfssolomos/lgrsolomos.fd
%doc %{_texmfdistdir}/doc/fonts/gfssolomos/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfssolomos/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfssolomos/README
%doc %{_texmfdistdir}/doc/fonts/gfssolomos/gfssolomos.pdf
%doc %{_texmfdistdir}/doc/fonts/gfssolomos/gfssolomos.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 6e708f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20216 |14mr|texlive-ghab-0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29803
# category Package
# catalog-ctan /macros/latex/contrib/ghab
# catalog-date 2013-04-05 13:20:40 +0200
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-ghab
Version:	0.5
Release:	6
Summary:	Typeset ghab boxes in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ghab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ghab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ghab.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a command \darghab that will typeset its
argument in a box with a decorated frame. The width of the box
may be set using an optional argument.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/ghab/ghab.mf
%{_texmfdistdir}/tex/latex/ghab/ghab.sty
%doc %{_texmfdistdir}/doc/latex/ghab/README
%doc %{_texmfdistdir}/doc/latex/ghab/ghab-doc.pdf
%doc %{_texmfdistdir}/doc/latex/ghab/ghab-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-6
+ Revision: 7a1a3ae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20217 |14mr|texlive-gillcm-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19878
# category Package
# catalog-ctan undef
# catalog-date 2010-08-11 13:58:09 +0200
# catalog-license other-free
# catalog-version 1.1
Name:		texlive-gillcm
Version:	1.1
Release:	3
Summary:	Alternative unslanted italic Computer Modern fonts
Group:		Publishing
URL:		http://tug.org/texlive
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gillcm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gillcm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a demonstration of the use of virtual fonts for unusual
effects: the package implements an old idea of Eric Gill. The
package was written for the author's talk at TUG 2010.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/gillcm/cmg.map
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbiu7t.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbiu8c.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbiu8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgbiu8t.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgm8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmiu7t.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmiu8c.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmiu8r.tfm
%{_texmfdistdir}/fonts/tfm/public/gillcm/cmgmiu8t.tfm
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgbi7t.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgbi8c.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgbi8t.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgbiu7t.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgbiu8c.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgbiu8t.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgmi7t.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgmi8c.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgmi8t.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgmiu7t.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgmiu8c.vf
%{_texmfdistdir}/fonts/vf/public/gillcm/cmgmiu8t.vf
%{_texmfdistdir}/tex/latex/gillcm/gillcm.sty
%{_texmfdistdir}/tex/latex/gillcm/ot1cmg.fd
%{_texmfdistdir}/tex/latex/gillcm/t1cmg.fd
%{_texmfdistdir}/tex/latex/gillcm/ts1cmg.fd
%doc %{_texmfdistdir}/doc/latex/gillcm/README
%doc %{_texmfdistdir}/doc/latex/gillcm/gillcm.bib
%doc %{_texmfdistdir}/doc/latex/gillcm/gillcm.dtx
%doc %{_texmfdistdir}/doc/latex/gillcm/gillcm.ins
%doc %{_texmfdistdir}/doc/latex/gillcm/gillcm.pdf
%doc %{_texmfdistdir}/doc/latex/gillcm/sample.pdf
%doc %{_texmfdistdir}/doc/latex/gillcm/sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: c42c708
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20218 |14mr|texlive-gincltex-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23835
# category Package
# catalog-ctan /macros/latex/contrib/gincltex
# catalog-date 2011-09-05 20:39:25 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-gincltex
Version:	0.3
Release:	3
Summary:	Include TeX files as graphics (.tex support for \includegraphics)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gincltex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gincltex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gincltex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gincltex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package builds on the standard LaTeX packages graphics
and/or graphicx and allows external LaTeX source files to be
included, in the same way as graphic files, by
\includegraphics. In effect, then package adds support for the
.tex extension. Some of the lower level operations like
clipping and trimming are implemented using the adjustbox
package which includes native pdflatex support and uses the pdf
pacakge for other output formats.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gincltex/gincltex.sty
%doc %{_texmfdistdir}/doc/latex/gincltex/README
%doc %{_texmfdistdir}/doc/latex/gincltex/gincltex.pdf
#- source
%doc %{_texmfdistdir}/source/latex/gincltex/gincltex.dtx
%doc %{_texmfdistdir}/source/latex/gincltex/gincltex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: 514801c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20219 |14mr|texlive-ginpenc-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24980
# category Package
# catalog-ctan /macros/latex/contrib/ginpenc
# catalog-date 2007-07-08 11:00:26 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-ginpenc
Version:	1.0
Release:	4
Summary:	Modification of inputenc for German
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ginpenc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ginpenc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ginpenc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ginpenc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
If the inputenc is used and German umlauts are input directly,
they are converted to the LICR representation \"a (etc.). This
breaks the sort algorithm of makeindex, for instance. Ginpenc
converts umlauts and the sharp-s to the short forms defined by
babel, e.g., "a instead, if the text is typeset in German.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ginpenc/ansinew.gie
%{_texmfdistdir}/tex/latex/ginpenc/applemac.gie
%{_texmfdistdir}/tex/latex/ginpenc/ascii.gie
%{_texmfdistdir}/tex/latex/ginpenc/cp1250.gie
%{_texmfdistdir}/tex/latex/ginpenc/cp1252.gie
%{_texmfdistdir}/tex/latex/ginpenc/cp437.gie
%{_texmfdistdir}/tex/latex/ginpenc/cp437de.gie
%{_texmfdistdir}/tex/latex/ginpenc/cp850.gie
%{_texmfdistdir}/tex/latex/ginpenc/cp852.gie
%{_texmfdistdir}/tex/latex/ginpenc/cp865.gie
%{_texmfdistdir}/tex/latex/ginpenc/decmulti.gie
%{_texmfdistdir}/tex/latex/ginpenc/ginpenc.sty
%{_texmfdistdir}/tex/latex/ginpenc/latin1.gie
%{_texmfdistdir}/tex/latex/ginpenc/latin2.gie
%{_texmfdistdir}/tex/latex/ginpenc/latin3.gie
%{_texmfdistdir}/tex/latex/ginpenc/latin5.gie
%{_texmfdistdir}/tex/latex/ginpenc/latin9.gie
%{_texmfdistdir}/tex/latex/ginpenc/next.gie
%doc %{_texmfdistdir}/doc/latex/ginpenc/ChangeLog
%doc %{_texmfdistdir}/doc/latex/ginpenc/Makefile
%doc %{_texmfdistdir}/doc/latex/ginpenc/README
%doc %{_texmfdistdir}/doc/latex/ginpenc/ginpenc.pdf
%doc %{_texmfdistdir}/doc/latex/ginpenc/news-message.txt
%doc %{_texmfdistdir}/doc/latex/ginpenc/testginpenc.tex
#- source
%doc %{_texmfdistdir}/source/latex/ginpenc/ginpenc.dtx
%doc %{_texmfdistdir}/source/latex/ginpenc/ginpenc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-4
+ Revision: 58ea639
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20220 |14mr|texlive-gitinfo-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23779
# category Package
# catalog-ctan /macros/latex/contrib/gitinfo
# catalog-date 2011-09-01 15:37:23 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-gitinfo
Version:	1.0
Release:	3
Summary:	Access metadata from the git distributed version control system
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gitinfo
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gitinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gitinfo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes it possible to incorporate git version
control metadata into documents. For memoir users, the package
provides the means to tailor page headers and footers to use
the metadata.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gitinfo/gitinfo.sty
%{_texmfdistdir}/tex/latex/gitinfo/gitsetinfo.sty
%doc %{_texmfdistdir}/doc/latex/gitinfo/README
%doc %{_texmfdistdir}/doc/latex/gitinfo/gitHeadInfo.gin
%doc %{_texmfdistdir}/doc/latex/gitinfo/gitinfo.pdf
%doc %{_texmfdistdir}/doc/latex/gitinfo/gitinfo.tex
%doc %{_texmfdistdir}/doc/latex/gitinfo/post-xxx-sample.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: d3407f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20221 |14mr|texlive-gloss-1.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gloss
# catalog-date 2006-12-11 14:57:52 +0100
# catalog-license lppl
# catalog-version 1.5.2
Name:		texlive-gloss
Version:	1.5.2
Release:	3
Summary:	Create glossaries using BibTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gloss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gloss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gloss.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A glossary package using BibTeX with \cite replaced by \gloss.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/gloss/glsbase.bib
%{_texmfdistdir}/bibtex/bib/gloss/sample.bib
%{_texmfdistdir}/bibtex/bst/gloss/glsplain.bst
%{_texmfdistdir}/bibtex/bst/gloss/glsshort.bst
%{_texmfdistdir}/tex/latex/gloss/gloss.sty
%doc %{_texmfdistdir}/doc/latex/gloss/README
%doc %{_texmfdistdir}/doc/latex/gloss/gloss.pdf
%doc %{_texmfdistdir}/doc/latex/gloss/gloss.tex
%doc %{_texmfdistdir}/doc/latex/gloss/sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.2-3
+ Revision: e4905a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20222 |14mr|texlive-glossaries-4.03-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32735
# category Package
# catalog-ctan /macros/latex/contrib/glossaries
# catalog-date 2014-01-20 19:35:32 +0100
# catalog-license lppl
# catalog-version 4.03
Name:		texlive-glossaries
Epoch:		1
Version:	4.03
Release:	2
Summary:	Create glossaries and lists of acronyms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/glossaries
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-glossaries.bin = %{EVRD}

%description
The glossaries package supports acronyms and multiple
glossaries, and has provision for operation in several
languages (using the facilities of either babel or
polyglossia). New entries are defined to have a name and
description (and optionally an associated symbol). Support for
multiple languages is offered, and plural forms of terms may be
specified. An additional package, glossaries-accsupp, can make
use of the accsupp package mechanisms for accessibility support
for PDF files containing glossaries. The user may define new
glossary styles, and preambles and postambles can be specified.
There is provision for loading a database of terms, but only
terms used in the text will be added to the relevant glossary.
The package uses an indexing program to provide the actual
glossary; either makeindex or xindy may serve this purpose, and
a Perl script is provided to serve as interface. The package
distribution also provides the mfirstuc package, for changing
the first letter of a word to upper case. The package
supersedes the author's glossary package (which is now
obsolete), and a conversion tool is provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/makeglossaries
%{_texmfdistdir}/scripts/glossaries/glossaries.perl
%{_texmfdistdir}/scripts/glossaries/makeglossaries
%{_texmfdistdir}/scripts/glossaries/makeglossaries.bat
%{_texmfdistdir}/scripts/glossaries/mfirstuc.perl
%{_texmfdistdir}/tex/latex/glossaries/base/glossaries-babel.sty
%{_texmfdistdir}/tex/latex/glossaries/base/glossaries-compatible-207.sty
%{_texmfdistdir}/tex/latex/glossaries/base/glossaries-compatible-307.sty
%{_texmfdistdir}/tex/latex/glossaries/base/glossaries-polyglossia.sty
%{_texmfdistdir}/tex/latex/glossaries/base/glossaries.sty
%{_texmfdistdir}/tex/latex/glossaries/base/mfirstuc.sty
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Danish.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Dutch.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-English.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-French.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-German.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Irish.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Italian.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Magyar.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Spanish.dict
%{_texmfdistdir}/tex/latex/glossaries/expl/glossaries-accsupp.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-hypernav.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-inline.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-list.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-long.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-longragged.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-mcols.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-super.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-superragged.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-tree.sty
%doc %{_texmfdistdir}/doc/latex/glossaries/CHANGES
%doc %{_texmfdistdir}/doc/latex/glossaries/INSTALL
%doc %{_texmfdistdir}/doc/latex/glossaries/README
%doc %{_texmfdistdir}/doc/latex/glossaries/glossaries-code.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/glossaries-user.html
%doc %{_texmfdistdir}/doc/latex/glossaries/glossaries-user.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/glossaries-user.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/glossariesbegin.html
%doc %{_texmfdistdir}/doc/latex/glossaries/glossariesbegin.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/glossariesbegin.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/glossary2glossaries.html
%doc %{_texmfdistdir}/doc/latex/glossaries/glossary2glossaries.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/glossary2glossaries.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/mfirstuc-manual.html
%doc %{_texmfdistdir}/doc/latex/glossaries/mfirstuc-manual.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/mfirstuc-manual.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/README-samples
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/database1.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/database2.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/minimalgls.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/minimalgls.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-FnDesc.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-FnDesc.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-crossref.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-crossref.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-custom-acronym.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-custom-acronym.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-dual.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-dual.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-entryfmt.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-entryfmt.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-index.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-index.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-inline.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-inline.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-langdict.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-langdict.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-mfirstuc.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-mfirstuc.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-newkeys.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-newkeys.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-nomathhyper.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-nomathhyper.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-numberlist.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-numberlist.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-prefix.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-prefix.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-si.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-si.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample4col.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample4col.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleAcr.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleAcr.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleAcrDesc.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleAcrDesc.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleCustomAcr.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleCustomAcr.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleDB.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleDB.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleDesc.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleDesc.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleEq.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleEq.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleEqPg.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleEqPg.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleFnAcrDesc.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleFnAcrDesc.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleNtn.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleNtn.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplePeople.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplePeople.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleSec.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleSec.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleSort.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleSort.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleaccsupp.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleaccsupp.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleacronyms.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleacronyms.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampletree.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampletree.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleutf8.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleutf8.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplexdy-mc.xdy
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplexdy-mc207.xdy
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplexdy.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplexdy.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplexdy2.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplexdy2.tex
#- source
%doc %{_texmfdistdir}/source/latex/glossaries/glossaries.dtx
%doc %{_texmfdistdir}/source/latex/glossaries/glossaries.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/glossaries/makeglossaries makeglossaries
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:4.03-2
+ Revision: fc71a50
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20223 |14mr|texlive-glyphlist-20131012-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28576
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-glyphlist
Version:	20131012
Release:	6
Summary:	TeXLive glyphlist package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/glyphlist.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive glyphlist package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/glyphlist/glyphlist.txt
%{_texmfdistdir}/fonts/map/glyphlist/pdfglyphlist.txt
%{_texmfdistdir}/fonts/map/glyphlist/texglyphlist.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131012-6
+ Revision: 99f7b4c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20224 |14mr|texlive-gmdoc-0.993-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21292
# category Package
# catalog-ctan /macros/latex/contrib/gmdoc
# catalog-date 2011-02-02 20:24:54 +0100
# catalog-license lppl
# catalog-version 0.993
Name:		texlive-gmdoc
Version:	0.993
Release:	3
Summary:	Documentation of LaTeX packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmdoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package and an example class for documenting (La)TeX
packages, document classes, .dtx etc., providing hyperlinks.
The package is believed to be compatible with doc and permits
minimal markup of code (the macrocode environment is no longer
necessary). The package provides automatic detection of
definitions (detecting such things as \def, \newcommand,
\DeclareOption etc.). The package needs hyperref and the
author's three ''basic' packages: gmutils, gmverb and gmiflink.
As a bonus (and as an example of doc compatibility) driver
files are provided that may be used to typeset the LaTeX Base.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/gmdoc/gmglo.ist
%{_texmfdistdir}/tex/latex/gmdoc/gmdoc.sty
%{_texmfdistdir}/tex/latex/gmdoc/gmdocc.cls
%{_texmfdistdir}/tex/latex/gmdoc/gmoldcomm.sty
%doc %{_texmfdistdir}/doc/latex/gmdoc/README
%doc %{_texmfdistdir}/doc/latex/gmdoc/basedrivers/doc_gmdoc.tex
%doc %{_texmfdistdir}/doc/latex/gmdoc/basedrivers/docstrip_gmdoc.tex
%doc %{_texmfdistdir}/doc/latex/gmdoc/basedrivers/source2e_gmdoc.tex
%doc %{_texmfdistdir}/doc/latex/gmdoc/gmdoc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.993-3
+ Revision: c76faf0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20225 |14mr|texlive-gmdoc-enhance-v0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gmdoc-enhance
# catalog-date 2009-03-01 13:29:14 +0100
# catalog-license lppl
# catalog-version v0.2
Name:		texlive-gmdoc-enhance
Version:	v0.2
Release:	3
Summary:	Some enhancements to the gmdoc package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmdoc-enhance
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc-enhance.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc-enhance.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc-enhance.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides some enhancements for the gmdoc package:
nicer formatting for multiple line inline comments, an ability
to "comment out" some code, and a macro to input other files in
"normal" LaTeX mode.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gmdoc-enhance/gmdoc-enhance.sty
%doc %{_texmfdistdir}/doc/latex/gmdoc-enhance/README
%doc %{_texmfdistdir}/doc/latex/gmdoc-enhance/gmdoc-enhance.pdf
#- source
%doc %{_texmfdistdir}/source/latex/gmdoc-enhance/gmdoc-enhance.dtx
%doc %{_texmfdistdir}/source/latex/gmdoc-enhance/gmdoc-enhance.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.2-3
+ Revision: fefdab0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20226 |14mr|texlive-gmeometric-0.73-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gmeometric
# catalog-date 2008-11-23 19:39:24 +0100
# catalog-license lppl
# catalog-version 0.73
Name:		texlive-gmeometric
Version:	0.73
Release:	3
Summary:	Change page size wherever it's safe
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmeometric
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmeometric.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmeometric.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Changing the size of the typeset area is well-known to be a
dangerous operation in TeX documents. This package identifies
the circumstances where the \geometry command of the geometry
package may safely be used, (other, of course, than in the
preamble of a document) and provides a mechanism for using it.
The package makes use of the author's gmutils package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gmeometric/gmeometric.sty
%doc %{_texmfdistdir}/doc/latex/gmeometric/README
%doc %{_texmfdistdir}/doc/latex/gmeometric/gmeometric.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.73-3
+ Revision: a708e2f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20227 |14mr|texlive-gmiflink-v0.97-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gmiflink
# catalog-date 2008-08-13 17:41:00 +0200
# catalog-license lppl
# catalog-version v0.97
Name:		texlive-gmiflink
Version:	v0.97
Release:	3
Summary:	Simplify usage of \hypertarget and \hyperlink
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmiflink
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmiflink.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmiflink.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Three hyperref-based macros that simplify usage of \hypertarget
and \hyperlink: one argument instead of the same one twice.
Also \gmiflink and \gmifref which typeset plain text instead of
generating an error or printing '??' if there is no respective
hypertarget or label.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gmiflink/gmiflink.sty
%doc %{_texmfdistdir}/doc/latex/gmiflink/README
%doc %{_texmfdistdir}/doc/latex/gmiflink/gmiflink.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.97-3
+ Revision: 77cfc55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20228 |14mr|texlive-gmp-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21691
# category Package
# catalog-ctan /macros/latex/contrib/gmp
# catalog-date 2011-03-11 00:02:27 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-gmp
Version:	1.0
Release:	3
Summary:	Allow integration between MetaPost pictures and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmp
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows integration between MetaPost pictures and
LaTeX. The main feature is that passing parameters to the
MetaPost pictures is possible and the picture code can be put
inside arguments to commands, including \newcommand.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gmp/gmp.sty
%doc %{_texmfdistdir}/doc/latex/gmp/README
%doc %{_texmfdistdir}/doc/latex/gmp/gmp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/gmp/gmp.dtx
%doc %{_texmfdistdir}/source/latex/gmp/gmp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: f539913
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20229 |14mr|texlive-gmutils-v0.996-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24287
# category Package
# catalog-ctan /macros/latex/contrib/gmutils
# catalog-date 2011-10-14 16:42:22 +0200
# catalog-license lppl
# catalog-version v0.996
Name:		texlive-gmutils
Version:	v0.996
Release:	3
Summary:	Support macros for other packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmutils
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmutils.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmutils.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Miscellaneous macros used by others of the author's packages.
Contents of the package: \newgif and other globals; \@ifnextcat
and \@ifXeTeX; \(Re)storeMacro(s) to override redefinitions;
\afterfi and friends; commands from relsize, etc.; "almost an
environment" or redefinition of \begin (\begin* doesn't check
if the argument environment is defined).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gmutils/gmRCS.sty
%{_texmfdistdir}/tex/latex/gmutils/gmampulex.sty
%{_texmfdistdir}/tex/latex/gmutils/gmbase.sty
%{_texmfdistdir}/tex/latex/gmutils/gmcommand.sty
%{_texmfdistdir}/tex/latex/gmutils/gmenvir.sty
%{_texmfdistdir}/tex/latex/gmutils/gmlogos.sty
%{_texmfdistdir}/tex/latex/gmutils/gmmeta.sty
%{_texmfdistdir}/tex/latex/gmutils/gmmw.sty
%{_texmfdistdir}/tex/latex/gmutils/gmnotonlypream.sty
%{_texmfdistdir}/tex/latex/gmutils/gmparts.sty
%{_texmfdistdir}/tex/latex/gmutils/gmrelsize.sty
%{_texmfdistdir}/tex/latex/gmutils/gmtypos.sty
%{_texmfdistdir}/tex/latex/gmutils/gmurl.sty
%{_texmfdistdir}/tex/latex/gmutils/gmutils.sty
%doc %{_texmfdistdir}/doc/latex/gmutils/README
%doc %{_texmfdistdir}/doc/latex/gmutils/gmutils.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.996-3
+ Revision: c1cb5fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20230 |14mr|texlive-gmverb-v0.98-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24288
# category Package
# catalog-ctan /macros/latex/contrib/gmverb
# catalog-date 2011-10-14 16:42:22 +0200
# catalog-license lppl
# catalog-version v0.98
Name:		texlive-gmverb
Version:	v0.98
Release:	3
Summary:	A variant of LaTeX \verb, verbatim and shortvrb
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmverb
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmverb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmverb.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A redefinition of \verb and verbatim so that long lines are
breakable before \ and after { with % as 'hyphen'. Allows you
to define your own verbatim-like environments (subject to a
size limit) and allows you to declare any single character as a
shorthand as in the \MakeShortVerb command of the shortvrb
package of the LaTeX distribution. The package depends on the
gmutils package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gmverb/gmverb.sty
%doc %{_texmfdistdir}/doc/latex/gmverb/README
%doc %{_texmfdistdir}/doc/latex/gmverb/gmverb.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.98-3
+ Revision: 5c19c76
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20231 |14mr|texlive-gmverse-v0.73-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gmverse
# catalog-date 2008-09-06 11:23:59 +0200
# catalog-license lppl
# catalog-version v0.73
Name:		texlive-gmverse
Version:	v0.73
Release:	3
Summary:	a package for typesetting (short) poems
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmverse
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmverse.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmverse.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A redefinition of the verse environment to make the \\ command
optional for line ends and to give it a possibility of optical
centering and `right-hanging' alignment of lines broken because
of length.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gmverse/gmverse.sty
%doc %{_texmfdistdir}/doc/latex/gmverse/README
%doc %{_texmfdistdir}/doc/latex/gmverse/gmverse.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.73-3
+ Revision: 9011f89
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20232 |14mr|texlive-gnu-freefont-20120705-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29349
# category Package
# catalog-ctan /fonts/gnu-freefont
# catalog-date 2012-07-05 15:28:28 +0200
# catalog-license gpl3
# catalog-version undef
Name:		texlive-gnu-freefont
Version:	20120705
Release:	6
Summary:	A Unicode font, with rather wide coverage
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/gnu-freefont
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gnu-freefont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gnu-freefont.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gnu-freefont.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	fontforge

%define __noautoreq /usr/bin/fontforge

%description
The package provides a set of outline (i.e. OpenType) fonts
covering as much as possible of the Unicode character set. The
set consists of three typefaces: one monospaced and two
proportional (one with uniform and one with modulated stroke).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeMono.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeMonoBold.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeMonoBoldOblique.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeMonoOblique.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSans.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSansBold.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSansBoldOblique.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSansOblique.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSerif.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSerifBold.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSerifBoldItalic.otf
%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/FreeSerifItalic.otf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeMono.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeMonoBold.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeMonoBoldOblique.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeMonoOblique.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSans.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSansBold.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSansBoldOblique.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSansOblique.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSerif.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSerifBold.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSerifBoldItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/gnu-freefont/FreeSerifItalic.ttf
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/AUTHORS
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/BUILDING
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/COPYING
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/CREDITS
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/INSTALL
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/Makefile
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/README
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/TROUBLESHOOTING
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/USAGE
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/notes/README-downloads.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/notes/building.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/notes/features.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/notes/maintenance.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/notes/troubleshooting.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/notes/usage.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/notes/webfont_guidelines.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/generate/MacTT
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/generate/OpenType
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/generate/TrueType
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/generate/WOFF
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/generate/buildutils.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/generate/buildutils.pyc
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/report/OS2UnicodeRange
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/report/OpenType/UnicodeRanges.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/report/OpenType/__init__.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/report/kernclasses.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/report/ligatureLookups.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/report/private_use.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/report/range_report.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/script-menu/nameBySlot.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/script-menu/unnameBySlot.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/CheckConformance.pl
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/MES-1.lst
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/MES-1.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/MES-2.lst
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/MES-2.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/MES-3B.lst
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/MES-3B.txt
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/WGL4.lst
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/MES-Conformance/mes-list-expand.pl
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/checkGlyphNumbers.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/findBackLayers.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/isMonoMono.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/ranges/Arabic/arabic_test.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/ranges/Arabic/generate_arabic_shaping.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/ranges/Arabic/unicode_joining.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/test/validate.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/utility/KerningNumerals.pl
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/utility/fontforge-interp.sh
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/utility/freefont-ttf.spec
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/utility/hex_range.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/utility/metafont/bulk_eps_import.py
%doc %{_texmfdistdir}/doc/fonts/gnu-freefont/tools/utility/special-purpose/makeBraille.py
#- source
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeMono.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeMonoBold.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeMonoBoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeMonoOblique.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSans.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSansBold.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSansBoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSansOblique.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSerif.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSerifBold.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSerifBoldItalic.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/FreeSerifItalic.sfd
%doc %{_texmfdistdir}/source/fonts/gnu-freefont/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120705-6
+ Revision: ee309c9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20233 |14mr|texlive-gnuplottex-0.8.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32277
# category Package
# catalog-ctan /macros/latex/contrib/gnuplottex
# catalog-date 2013-11-29 10:11:23 +0100
# catalog-license gpl2
# catalog-version 0.8
Name:		texlive-gnuplottex
Version:	0.8.0
Release:	6
Summary:	Embed Gnuplot commands in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gnuplottex
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gnuplottex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gnuplottex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gnuplottex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extracts Gnuplot code from the document and writes
it to .gnuplot files. If shell escape is enabled, the graph
files are automatically processed and converted to PostScript
or PDF files, which will then be included. If shell escape is
disabled, the user has to run the files through gnuplot, and
re-run the LaTeX job.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gnuplottex/gnuplottex.sty
%doc %{_texmfdistdir}/doc/latex/gnuplottex/README
%doc %{_texmfdistdir}/doc/latex/gnuplottex/SomeValuesForGnuplot.txt
%doc %{_texmfdistdir}/doc/latex/gnuplottex/example-pdf.tex
%doc %{_texmfdistdir}/doc/latex/gnuplottex/example.gnuplot
%doc %{_texmfdistdir}/doc/latex/gnuplottex/gnuplottex.pdf
%doc %{_texmfdistdir}/doc/latex/gnuplottex/gpl.txt
#- source
%doc %{_texmfdistdir}/source/latex/gnuplottex/gnuplottex.dtx
%doc %{_texmfdistdir}/source/latex/gnuplottex/gnuplottex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.0-6
+ Revision: c4afcee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20234 |14mr|texlive-go-20100219-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/go
# catalog-date 2010-02-19 00:25:14 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-go
Version:	20100219
Release:	3
Summary:	Fonts and macros for typesetting go games
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/go
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/go.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/go.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The macros provide for nothing more complicated than the
standard 19x19 board; the fonts are written in MetaFont.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/go/go.mf
%{_texmfdistdir}/fonts/source/public/go/go10.mf
%{_texmfdistdir}/fonts/source/public/go/go15.mf
%{_texmfdistdir}/fonts/source/public/go/go1bla10.mf
%{_texmfdistdir}/fonts/source/public/go/go1bla15.mf
%{_texmfdistdir}/fonts/source/public/go/go1bla20.mf
%{_texmfdistdir}/fonts/source/public/go/go1black.mf
%{_texmfdistdir}/fonts/source/public/go/go1whi10.mf
%{_texmfdistdir}/fonts/source/public/go/go1whi15.mf
%{_texmfdistdir}/fonts/source/public/go/go1whi20.mf
%{_texmfdistdir}/fonts/source/public/go/go1white.mf
%{_texmfdistdir}/fonts/source/public/go/go20.mf
%{_texmfdistdir}/fonts/source/public/go/go2bla10.mf
%{_texmfdistdir}/fonts/source/public/go/go2bla15.mf
%{_texmfdistdir}/fonts/source/public/go/go2bla20.mf
%{_texmfdistdir}/fonts/source/public/go/go2black.mf
%{_texmfdistdir}/fonts/source/public/go/go2whi10.mf
%{_texmfdistdir}/fonts/source/public/go/go2whi15.mf
%{_texmfdistdir}/fonts/source/public/go/go2whi20.mf
%{_texmfdistdir}/fonts/source/public/go/go2white.mf
%{_texmfdistdir}/fonts/source/public/go/gosign50.mf
%{_texmfdistdir}/fonts/tfm/public/go/go10.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go15.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go1bla10.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go1bla15.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go1bla20.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go1whi10.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go1whi15.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go1whi20.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go20.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go2bla10.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go2bla15.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go2bla20.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go2whi10.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go2whi15.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go2whi20.tfm
%{_texmfdistdir}/fonts/tfm/public/go/gosign50.tfm
%{_texmfdistdir}/tex/latex/go/go.sty
#- source
%doc %{_texmfdistdir}/source/latex/go/gomaps.ltx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100219-3
+ Revision: 36a3bed
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20235 |14mr|texlive-gost-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25450
# category Package
# catalog-ctan /biblio/bibtex/contrib/gost
# catalog-date 2012-02-20 16:14:33 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-gost
Epoch:		1
Version:	1.2
Release:	2
Summary:	BibTeX styles to format according to GOST
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/gost
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gost.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gost.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gost.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
BibTeX styles to format bibliographies in English, Russian or
Ukrainian according to GOST 7.0.5-2008 or GOST 7.1-2003. Both
8-bit and Unicode (UTF-8) versions of each BibTeX style, in
each case offering a choice of sorted and unsorted. Further, a
set of three styles (which do not conform to current standards)
are retained for backwards compatibility.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/gost/gost2003.bst
%{_texmfdistdir}/bibtex/bst/gost/gost2003s.bst
%{_texmfdistdir}/bibtex/bst/gost/gost2008.bst
%{_texmfdistdir}/bibtex/bst/gost/gost2008l.bst
%{_texmfdistdir}/bibtex/bst/gost/gost2008ls.bst
%{_texmfdistdir}/bibtex/bst/gost/gost2008n.bst
%{_texmfdistdir}/bibtex/bst/gost/gost2008ns.bst
%{_texmfdistdir}/bibtex/bst/gost/gost2008s.bst
%{_texmfdistdir}/bibtex/bst/gost/gost780.bst
%{_texmfdistdir}/bibtex/bst/gost/gost780s.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2003.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2003s.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2008.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2008l.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2008ls.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2008n.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2008ns.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2008s.bst
%{_texmfdistdir}/bibtex/csf/gost/cp1251.csf
%{_texmfdistdir}/bibtex/csf/gost/koi8u.csf
%{_texmfdistdir}/bibtex/csf/gost/ruscii.csf
%{_texmfdistdir}/bibtex/csf/gost/utf8cyrillic.csf
%doc %{_texmfdistdir}/doc/bibtex/gost/README
%doc %{_texmfdistdir}/doc/bibtex/gost/gost.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost2003.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost2008-customized.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost2008-natbib-s.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost2008-natbib.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost2008-sorted.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost2008.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost2008l.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost780.pdf
#- source
%doc %{_texmfdistdir}/source/bibtex/gost/gost.dtx
%doc %{_texmfdistdir}/source/bibtex/gost/gost.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.2-2
+ Revision: 35ed4e1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20236 |14mr|texlive-gothic-20090116-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/gothic
# catalog-date 2009-01-16 17:12:15 +0100
# catalog-license collection
# catalog-version undef
Name:		texlive-gothic
Version:	20090116
Release:	3
Summary:	A collection of old German-style fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/gothic
License:	COLLECTION
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gothic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gothic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of fonts that reproduce those used in "old German"
printing. The set comprises Gothic, Schwabacher and Fraktur
fonts, a pair of handwriting fonts, Suetterlin and Schwell, and
a font containing decorative initials. In addition, there are
two re-encoding packages for Haralambous's fonts, providing T1,
using virtual fonts, and OT1 and T1, using Metafont.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/gothic/config.yfrak
%{_texmfdistdir}/fonts/afm/public/gothic/yfrak.afm
%{_texmfdistdir}/fonts/afm/public/gothic/ygoth.afm
%{_texmfdistdir}/fonts/afm/public/gothic/yswab.afm
%{_texmfdistdir}/fonts/map/dvips/gothic/yfrak.map
%{_texmfdistdir}/fonts/source/public/gothic/cmfrabase.mf
%{_texmfdistdir}/fonts/source/public/gothic/cmfrak.mf
%{_texmfdistdir}/fonts/source/public/gothic/cmfraklow.mf
%{_texmfdistdir}/fonts/source/public/gothic/cmfrakmis.mf
%{_texmfdistdir}/fonts/source/public/gothic/cmfraknum.mf
%{_texmfdistdir}/fonts/source/public/gothic/cmfrakoth.mf
%{_texmfdistdir}/fonts/source/public/gothic/cmfrakupp.mf
%{_texmfdistdir}/fonts/source/public/gothic/schwell.mf
%{_texmfdistdir}/fonts/source/public/gothic/su-lig.mf
%{_texmfdistdir}/fonts/source/public/gothic/su-low.mf
%{_texmfdistdir}/fonts/source/public/gothic/su-spec.mf
%{_texmfdistdir}/fonts/source/public/gothic/su-upp.mf
%{_texmfdistdir}/fonts/source/public/gothic/suet14.mf
%{_texmfdistdir}/fonts/source/public/gothic/xxfrak.mf
%{_texmfdistdir}/fonts/source/public/gothic/yfrabase.mf
%{_texmfdistdir}/fonts/source/public/gothic/yfrak.mf
%{_texmfdistdir}/fonts/source/public/gothic/yfraklow.mf
%{_texmfdistdir}/fonts/source/public/gothic/yfrakmis.mf
%{_texmfdistdir}/fonts/source/public/gothic/yfraknum.mf
%{_texmfdistdir}/fonts/source/public/gothic/yfrakoth.mf
%{_texmfdistdir}/fonts/source/public/gothic/yfrakupp.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygotbase.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygoth.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygothgen.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygothlig.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygothlow.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygothmis.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygothnum.mf
%{_texmfdistdir}/fonts/source/public/gothic/ygothupp.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinit.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitA.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitB.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitC.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitD.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitE.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitF.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitG.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitH.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitJ.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitK.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitL.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitM.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitN.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitO.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitP.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitQ.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitR.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitS.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitT.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitU.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitV.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitW.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitX.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitY.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitZ.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitas.mf
%{_texmfdistdir}/fonts/source/public/gothic/yinitdd.mf
%{_texmfdistdir}/fonts/source/public/gothic/yintbase.mf
%{_texmfdistdir}/fonts/source/public/gothic/ysmfrak.mf
%{_texmfdistdir}/fonts/source/public/gothic/yswab.mf
%{_texmfdistdir}/fonts/source/public/gothic/yswabase.mf
%{_texmfdistdir}/fonts/source/public/gothic/yswablow.mf
%{_texmfdistdir}/fonts/source/public/gothic/yswabmis.mf
%{_texmfdistdir}/fonts/source/public/gothic/yswabnum.mf
%{_texmfdistdir}/fonts/source/public/gothic/yswabupp.mf
%{_texmfdistdir}/fonts/tfm/public/gothic/cmfrak.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/schwell.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/suet14.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/tfrak.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/tfrakls.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/tgoth.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/tswab.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/yfrak.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/ygoth.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/yinit.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/yinitas.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/yinitdd.tfm
%{_texmfdistdir}/fonts/tfm/public/gothic/yswab.tfm
%{_texmfdistdir}/fonts/type1/public/gothic/yfrak.pfb
%{_texmfdistdir}/fonts/type1/public/gothic/ygoth.pfb
%{_texmfdistdir}/fonts/type1/public/gothic/yswab.pfb
%{_texmfdistdir}/fonts/vf/public/gothic/tfrak.vf
%{_texmfdistdir}/fonts/vf/public/gothic/tfrakls.vf
%{_texmfdistdir}/fonts/vf/public/gothic/tgoth.vf
%{_texmfdistdir}/fonts/vf/public/gothic/tswab.vf
%doc %{_texmfdistdir}/doc/fonts/gothic/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090116-3
+ Revision: b920455
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20237 |14mr|texlive-gradientframe-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21387
# category Package
# catalog-ctan /macros/latex/contrib/gradientframe
# catalog-date 2011-02-13 15:43:06 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-gradientframe
Version:	0.2
Release:	3
Summary:	Simple gradient frames around objects
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gradientframe
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gradientframe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gradientframe.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gradientframe.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of drawing graded frames around
objects. The gradients of the frames are drawn using the color
package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gradientframe/gradientframe.sty
%doc %{_texmfdistdir}/doc/latex/gradientframe/README
%doc %{_texmfdistdir}/doc/latex/gradientframe/gradientframe.pdf
#- source
%doc %{_texmfdistdir}/source/latex/gradientframe/gradientframe.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 125dacc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20238 |14mr|texlive-grafcet-1.3.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22509
# category Package
# catalog-ctan /graphics/pgf/contrib/grafcet
# catalog-date 2011-05-17 01:53:44 +0200
# catalog-license lppl1
# catalog-version 1.3.5
Name:		texlive-grafcet
Version:	1.3.5
Release:	3
Summary:	Draw Grafcet/SFC with TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/grafcet
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grafcet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grafcet.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a library (GRAFCET) that can draw
Grafcet/SFC diagrams, in accordance with EN 60848, using
Pgf/TikZ. L'objectif de la librairie GRAFCET est de permettre
le trace de grafcet selon la norme EN~60848 a partir de
Pgf/TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/grafcet/grafcet.sty
%doc %{_texmfdistdir}/doc/latex/grafcet/README
%doc %{_texmfdistdir}/doc/latex/grafcet/grafcet.pdf
%doc %{_texmfdistdir}/doc/latex/grafcet/grafcet.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.5-3
+ Revision: d52fb34
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20239 |14mr|texlive-graphics-1.0o-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25405
# category Package
# catalog-ctan /macros/latex/required/graphics
# catalog-date 2011-05-30 14:43:49 +0200
# catalog-license lppl
# catalog-version 1.0o
Name:		texlive-graphics
Version:	1.0o
Release:	4
Summary:	Standard LaTeX graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/required/graphics
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package was designed to accommodate all needs for inclusion
of graphics in LaTeX documents, replacing many earlier packages
used in LaTeX 2.09. The package aims to give a consistent
interface to including the file types that are understood in
your output, by use of 'printer drivers' (now known, simply, as
'drivers'). The distribtion of the package contains several
drivers, but others (for example, pdfTeX) are distributed
separately. The package also offers several means of
manipulating graphics in the course of inserting them into a
document (for example, rotation and scaling). For extended
documentation see epslatex. The package is part of the graphics
bundle, which is one of the collections in the LaTeX 'required'
set of packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/graphics/color.sty
%{_texmfdistdir}/tex/latex/graphics/dvipdf.def
%{_texmfdistdir}/tex/latex/graphics/dvips.def
%{_texmfdistdir}/tex/latex/graphics/dvipsnam.def
%{_texmfdistdir}/tex/latex/graphics/dvipsone.def
%{_texmfdistdir}/tex/latex/graphics/dviwin.def
%{_texmfdistdir}/tex/latex/graphics/emtex.def
%{_texmfdistdir}/tex/latex/graphics/epsfig.sty
%{_texmfdistdir}/tex/latex/graphics/graphics.sty
%{_texmfdistdir}/tex/latex/graphics/graphicx.sty
%{_texmfdistdir}/tex/latex/graphics/keyval.sty
%{_texmfdistdir}/tex/latex/graphics/lscape.sty
%{_texmfdistdir}/tex/latex/graphics/pctex32.def
%{_texmfdistdir}/tex/latex/graphics/pctexhp.def
%{_texmfdistdir}/tex/latex/graphics/pctexps.def
%{_texmfdistdir}/tex/latex/graphics/pctexwin.def
%{_texmfdistdir}/tex/latex/graphics/tcidvi.def
%{_texmfdistdir}/tex/latex/graphics/trig.sty
%{_texmfdistdir}/tex/latex/graphics/truetex.def
%doc %{_texmfdistdir}/doc/latex/graphics/00readme.txt
%doc %{_texmfdistdir}/doc/latex/graphics/changes.txt
%doc %{_texmfdistdir}/doc/latex/graphics/color.pdf
%doc %{_texmfdistdir}/doc/latex/graphics/drivers.pdf
%doc %{_texmfdistdir}/doc/latex/graphics/epsfig.pdf
%doc %{_texmfdistdir}/doc/latex/graphics/graphics.pdf
%doc %{_texmfdistdir}/doc/latex/graphics/graphicx.pdf
%doc %{_texmfdistdir}/doc/latex/graphics/grfguide.pdf
%doc %{_texmfdistdir}/doc/latex/graphics/keyval.pdf
%doc %{_texmfdistdir}/doc/latex/graphics/lscape.pdf
%doc %{_texmfdistdir}/doc/latex/graphics/trig.pdf
#- source
%doc %{_texmfdistdir}/source/latex/graphics/color.dtx
%doc %{_texmfdistdir}/source/latex/graphics/drivers.dtx
%doc %{_texmfdistdir}/source/latex/graphics/epsfig.dtx
%doc %{_texmfdistdir}/source/latex/graphics/graphics-drivers.ins
%doc %{_texmfdistdir}/source/latex/graphics/graphics.dtx
%doc %{_texmfdistdir}/source/latex/graphics/graphics.ins
%doc %{_texmfdistdir}/source/latex/graphics/graphicx.dtx
%doc %{_texmfdistdir}/source/latex/graphics/grfguide.tex
%doc %{_texmfdistdir}/source/latex/graphics/keyval.dtx
%doc %{_texmfdistdir}/source/latex/graphics/lscape.dtx
%doc %{_texmfdistdir}/source/latex/graphics/trig.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0o-4
+ Revision: 9796c44
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20240 |14mr|texlive-graphics-pln-20100103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16917
# category Package
# catalog-ctan /macros/plain/graphics
# catalog-date 2010-01-03 16:55:09 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-graphics-pln
Version:	20100103
Release:	3
Summary:	LaTeX-style graphics for Plain TeX users
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/graphics
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics-pln.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics-pln.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics-pln.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Plain TeX graphics package is mostly a thin shell around
the LaTeX graphicx and color packages, with support of the
LaTeX-isms in those packages provided by miniltx (which is the
largest part of the bundle). The bundle also contains a file
"picture.tex", which is a wrapper around the autopict.sty, and
provides the LaTeX picture mode to Plain TeX users.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/graphics-pln/autopict.sty
%{_texmfdistdir}/tex/plain/graphics-pln/color.tex
%{_texmfdistdir}/tex/plain/graphics-pln/graphicx.tex
%{_texmfdistdir}/tex/plain/graphics-pln/miniltx.tex
%{_texmfdistdir}/tex/plain/graphics-pln/picture.tex
%{_texmfdistdir}/tex/plain/graphics-pln/psfrag.tex
%doc %{_texmfdistdir}/doc/plain/graphics-pln/00readme.txt
%doc %{_texmfdistdir}/doc/plain/graphics-pln/exmplcol.tex
%doc %{_texmfdistdir}/doc/plain/graphics-pln/exmplgrf.tex
%doc %{_texmfdistdir}/doc/plain/graphics-pln/exmplpfg.tex
%doc %{_texmfdistdir}/doc/plain/graphics-pln/exmplpic.tex
#- source
%doc %{_texmfdistdir}/source/plain/graphics-pln/autopict.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100103-3
+ Revision: 52ba56b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20241 |14mr|texlive-graphicxbox-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32630
# category Package
# catalog-ctan /macros/latex/contrib/graphicxbox
# catalog-date 2014-01-10 18:49:42 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-graphicxbox
Version:	1.0
Release:	2
Summary:	Insert a graphical image as a background
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/graphicxbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicxbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicxbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicxbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines two new commands \graphicxbox and
\fgraphicxbox, which are companions to \colorbox and \fcolorbox
of the Standard LaTeX color package. The \graphicxbox command
inserts a graphical image as a background rather than a
background color, while \fgraphicxbox does the same thing, but
also draws a colored frame around the box.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/graphicxbox/graphicxbox.sty
%doc %{_texmfdistdir}/doc/latex/graphicxbox/README
%doc %{_texmfdistdir}/doc/latex/graphicxbox/doc/graphicxbox.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/IndianBlanket.eps
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/IndianBlanket.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/Wood-Brown.eps
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/Wood-Brown.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/bg_cle_tile.eps
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/grandcanyon.eps
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/grandcanyon.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/news_bgr.eps
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/news_bgr.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/grfxbox_tst.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/grfxbox_tst.tex
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/grfxbox_tst_indians.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/grfxbox_tst_indians.tex
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/grfxbox_tst_sp.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/grfxbox_tst_sp.tex
#- source
%doc %{_texmfdistdir}/source/latex/graphicxbox/graphicxbox.dtx
%doc %{_texmfdistdir}/source/latex/graphicxbox/graphicxbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-2
+ Revision: efec22b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20242 |14mr|texlive-graphicx-psmin-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/graphicx-psmin
# catalog-date 2007-05-25 16:15:27 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-graphicx-psmin
Version:	1.1
Release:	3
Summary:	Reduce size of PostScript files by not repeating images
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/graphicx-psmin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicx-psmin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicx-psmin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicx-psmin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is an extension of the standard graphics bundle
and provides a way to include repeated PostScript graphics (ps,
eps) only once in a PostScript document. This provides a way to
get smaller PostScript documents when having, for instance, a
logo on every page. This package only works when post-processed
with dvips, which should at least have version 5.95b. The
difference for a resulting distilled PDF file is minimal (as
Ghostscript and Adobe Distiller only include a single copy of
each graphics file, anyway).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/graphicx-psmin/graphicx-psmin.sty
%doc %{_texmfdistdir}/doc/latex/graphicx-psmin/README
%doc %{_texmfdistdir}/doc/latex/graphicx-psmin/graphicx-psmin.pdf
#- source
%doc %{_texmfdistdir}/source/latex/graphicx-psmin/graphicx-psmin.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: f1a3880
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20243 |14mr|texlive-graphviz-0.94-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31517
# category Package
# catalog-ctan /macros/latex/contrib/graphviz
# catalog-date 2013-08-26 01:14:13 +0200
# catalog-license lppl1.3
# catalog-version 0.94
Name:		texlive-graphviz
Version:	0.94
Release:	7
Summary:	Write graphviz (dot+neato) inline in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/graphviz
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphviz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphviz.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphviz.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows inline use of graphviz code, in a LaTeX
document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/graphviz/graphviz.sty
%doc %{_texmfdistdir}/doc/latex/graphviz/LICENSE
%doc %{_texmfdistdir}/doc/latex/graphviz/Makefile
%doc %{_texmfdistdir}/doc/latex/graphviz/README
%doc %{_texmfdistdir}/doc/latex/graphviz/README.md
%doc %{_texmfdistdir}/doc/latex/graphviz/graphviz.pdf
%doc %{_texmfdistdir}/doc/latex/graphviz/test/Makefile
%doc %{_texmfdistdir}/doc/latex/graphviz/test/body.tex
%doc %{_texmfdistdir}/doc/latex/graphviz/test/pdf-singlefile-tmpdir.tex
%doc %{_texmfdistdir}/doc/latex/graphviz/test/pdf-singlefile.tex
%doc %{_texmfdistdir}/doc/latex/graphviz/test/pdf-tmpdir.tex
%doc %{_texmfdistdir}/doc/latex/graphviz/test/pdf.tex
%doc %{_texmfdistdir}/doc/latex/graphviz/test/ps.tex
#- source
%doc %{_texmfdistdir}/source/latex/graphviz/graphviz.dtx
%doc %{_texmfdistdir}/source/latex/graphviz/graphviz.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.94-7
+ Revision: 2dd4b15
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20244 |14mr|texlive-greekdates-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/greekdates
# catalog-date 2008-08-21 09:38:31 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-greekdates
Version:	1.0
Release:	3
Summary:	Provides ancient Greek day and month names, dates, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/greekdates
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greekdates.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greekdates.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greekdates.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides easy access to ancient Greek names of days
and months of various regions of Greece. In case the historical
information about a region is not complete, we use the Athenian
name of the month. Moreover commands and options are provided,
in order to completely switch to the "ancient way", commands
such as \today.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/greekdates/greekdates.sty
%doc %{_texmfdistdir}/doc/latex/greekdates/README
%doc %{_texmfdistdir}/doc/latex/greekdates/greekdates.pdf
#- source
%doc %{_texmfdistdir}/source/latex/greekdates/greekdates.dtx
%doc %{_texmfdistdir}/source/latex/greekdates/greekdates.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 44b5032
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20245 |14mr|texlive-greek-fontenc-0.11.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32301
# category Package
# catalog-ctan /language/greek/greek-fontenc
# catalog-date 2013-12-02 17:59:53 +0100
# catalog-license lppl1.3
# catalog-version 0.11.1
Name:		texlive-greek-fontenc
Version:	0.11.1
Release:	2
Summary:	LICR macros and encoding definition files for Greek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/greek/greek-fontenc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greek-fontenc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greek-fontenc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides Greek LICR macro definitions and encoding
definition files for Greek text font encodings for use with
fontenc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/greek-fontenc/alphabeta-euenc.def
%{_texmfdistdir}/tex/latex/greek-fontenc/alphabeta.sty
%{_texmfdistdir}/tex/latex/greek-fontenc/greek-euenc.def
%{_texmfdistdir}/tex/latex/greek-fontenc/greek-fontenc.def
%{_texmfdistdir}/tex/latex/greek-fontenc/lgrenc.def
%{_texmfdistdir}/tex/latex/greek-fontenc/textalpha.sty
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/README
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/README.html
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/alphabeta-euenc.def.html
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/alphabeta-euenc.def.txt
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/alphabeta-test.pdf
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/alphabeta-test.tex
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/alphabeta.sty.html
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/diacritics.pdf
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/diacritics.tex
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/euenc-test.pdf
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/euenc-test.tex
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/greek-euenc.def.html
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/greek-fontenc.def.html
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/greekhyperref.pdf
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/greekhyperref.tex
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/lgr2licr.lua
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/lgr2licr.lua.html
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/lgrenc-test.pdf
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/lgrenc-test.tex
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/lgrenc.def.html
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/textalpha-test.pdf
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/textalpha-test.tex
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/textalpha.sty.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11.1-2
+ Revision: c4e13df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20246 |14mr|texlive-greek-inputenc-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/greek/greek-inputenc
# catalog-date 2008-08-21 09:38:31 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-greek-inputenc
Version:	1.2
Release:	3
Summary:	Greek encoding support for inputenc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/greek/greek-inputenc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greek-inputenc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greek-inputenc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides Macintosh Greek encoding and ISO 8859-7
definition files for use with inputenc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/greek-inputenc/iso-8859-7.def
%{_texmfdistdir}/tex/latex/greek-inputenc/macgreek.def
%doc %{_texmfdistdir}/doc/latex/greek-inputenc/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: c8214f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20247 |14mr|texlive-greektex-20120713-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28327
# category Package
# catalog-ctan /fonts/greek/greektex
# catalog-date 2012-07-13 12:20:40 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-greektex
Version:	20120713
Release:	6
Summary:	Fonts for typesetting Greek/English documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/greektex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greektex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greektex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts are based on Silvio Levy's classical Greek fonts;
macros and Greek hyphenation patterns for the fonts' encoding
are also provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/greektex/greektex.sty
%doc %{_texmfdistdir}/doc/fonts/greektex/README
%doc %{_texmfdistdir}/doc/fonts/greektex/gehyphw.gr
%doc %{_texmfdistdir}/doc/fonts/greektex/greektexdoc.pdf
%doc %{_texmfdistdir}/doc/fonts/greektex/greektexdoc.tex
%doc %{_texmfdistdir}/doc/fonts/greektex/ywcl.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120713-6
+ Revision: 2d4512b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20248 |14mr|texlive-greenpoint-20061209-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/greenpoint
# catalog-date 2006-12-09 16:48:33 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-greenpoint
Version:	20061209
Release:	3
Summary:	The Green Point logo
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greenpoint
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greenpoint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greenpoint.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A MetaFont-implementation of the logo commonly known as 'Der
Grune Punkt' ('The Green Point'). In Austria, it can be found
on nearly every bottle. It should not be confused with the
'Recycle'-logo, implemented by Ian Green.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/greenpoint/greenpoint.mf
%{_texmfdistdir}/fonts/tfm/public/greenpoint/greenpoint.tfm
%doc %{_texmfdistdir}/doc/fonts/greenpoint/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/greenpoint/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061209-3
+ Revision: 1967d92
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20249 |14mr|texlive-grfpaste-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17354
# category Package
# catalog-ctan /macros/latex/contrib/grfpaste
# catalog-date 2010-03-06 14:40:43 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-grfpaste
Version:	0.2
Release:	3
Summary:	Include fragments of a dvi file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/grfpaste
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grfpaste.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grfpaste.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a mechanism to include fragments of dvi files with the
graphicx package, so that you can use \includegraphics to
include dvi files. The package requires the dvipaste program.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/grfpaste/grfpaste.sty
%doc %{_texmfdistdir}/doc/latex/grfpaste/doc/grfpaste.pdf
%doc %{_texmfdistdir}/doc/latex/grfpaste/doc/grfpaste.tex
%doc %{_texmfdistdir}/doc/latex/grfpaste/dvipaste.txt
%doc %{_texmfdistdir}/doc/latex/grfpaste/grfp1.tex
%doc %{_texmfdistdir}/doc/latex/grfpaste/grfp2.tex
%doc %{_texmfdistdir}/doc/latex/grfpaste/grfp3.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 0caf52a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20250 |14mr|texlive-grid-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/grid
# catalog-date 2009-11-09 22:36:07 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-grid
Version:	1.0
Release:	3
Summary:	Grid typesetting in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/grid
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grid.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grid.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grid.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables grid typesetting in double column
documents. Grid typesetting (vertical aligning of lines of text
in adjacent columns) is a difficult task in LaTeX, and the
present package is no more than an attempt to help users to
achieve it in a limited way. An example document, grid.tex, is
provided with simple instructions to typeset it using the
package. The package needs a lot of, this is only a
beginning...

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/grid/grid.sty
%doc %{_texmfdistdir}/doc/latex/grid/README
%doc %{_texmfdistdir}/doc/latex/grid/grid.pdf
%doc %{_texmfdistdir}/doc/latex/grid/grid.tex
%doc %{_texmfdistdir}/doc/latex/grid/manifest.txt
%doc %{_texmfdistdir}/doc/latex/grid/rvdtx.sty
#- source
%doc %{_texmfdistdir}/source/latex/grid/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 66fe1b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20251 |14mr|texlive-gridset-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gridset
# catalog-date 2009-11-09 22:36:07 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-gridset
Version:	0.1
Release:	3
Summary:	Grid, a.k.a. in-register, setting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gridset
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gridset.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gridset.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gridset.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Grid setting -- also known as strict in-register setting -- is
something, that should be done for a lot of documents but is
not easy using LaTeX. The package helps to get the information
needed for grid setting. It does not implement auto grid
setting, but there is a command \vskipnextgrid, that moves to
the next grid position. This may be enough under some
circumstances, but in other circumstances it may fail. Thus
gridset is only one more step for grid setting, not a complete
solution.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gridset/gridset.sty
%doc %{_texmfdistdir}/doc/latex/gridset/gridset.pdf
#- source
%doc %{_texmfdistdir}/source/latex/gridset/README
%doc %{_texmfdistdir}/source/latex/gridset/gridset.dtx
%doc %{_texmfdistdir}/source/latex/gridset/gridset.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: c6ea350
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20252 |14mr|texlive-grid-system-0.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32981
# category Package
# catalog-ctan /macros/latex/contrib/grid-system
# catalog-date 2014-02-16 20:01:44 +0100
# catalog-license apache2
# catalog-version 0.3.0
Name:		texlive-grid-system
Version:	0.3.0
Release:	2
Summary:	Page organisation, modelled on CSS facilities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/grid-system
License:	APACHE2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grid-system.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grid-system.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means for LaTeX to implement a grid
system as known from CSS grid systems. The facility is useful
for creating box layouts as used in brochures.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/grid-system/grid-system.sty
%doc %{_texmfdistdir}/doc/latex/grid-system/LICENSE
%doc %{_texmfdistdir}/doc/latex/grid-system/README
%doc %{_texmfdistdir}/doc/latex/grid-system/grid-system.pdf
%doc %{_texmfdistdir}/doc/latex/grid-system/grid-system.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.0-2
+ Revision: 90cb539
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20253 |14mr|texlive-grotesq-20071103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/urw/grotesq
# catalog-date 2007-11-03 13:04:21 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-grotesq
Version:	20071103
Release:	3
Summary:	URW Grotesq font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/grotesq
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grotesq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grotesq.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The directory contains a copy of the Type 1 font "URW Grotesq
2031 Bold' released under the GPL by URW, with supporting files
for use with (La)TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/grotesq/config.ugq
%{_texmfdistdir}/fonts/afm/urw/grotesq/ugqb8a.afm
%{_texmfdistdir}/fonts/map/dvips/grotesq/ugq.map
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqb.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqb7t.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqb8a.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqb8c.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqb8r.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqb8t.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqbc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqbc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqbo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqbo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqbo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw/grotesq/ugqbo8t.tfm
%{_texmfdistdir}/fonts/type1/urw/grotesq/ugqb8a.pfb
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqb.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqb7t.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqb8c.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqb8t.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqbc7t.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqbc8t.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqbo7t.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqbo8c.vf
%{_texmfdistdir}/fonts/vf/urw/grotesq/ugqbo8t.vf
%{_texmfdistdir}/tex/latex/grotesq/ot1ugq.fd
%{_texmfdistdir}/tex/latex/grotesq/t1ugq.fd
%{_texmfdistdir}/tex/latex/grotesq/ts1ugq.fd
%doc %{_texmfdistdir}/doc/fonts/grotesq/grotesq.txt
%doc %{_texmfdistdir}/doc/fonts/grotesq/readme.grotesq

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20071103-3
+ Revision: dda11d5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20254 |14mr|texlive-grverb-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17368
# category Package
# catalog-ctan /language/greek/grverb
# catalog-date 2010-03-06 16:54:30 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-grverb
Version:	1.0
Release:	3
Summary:	Typesetting Greek verbatim
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/greek/grverb
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grverb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grverb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grverb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides verbatim typsetting, in the context of the
Greek option in babel. The package uses the public domain
Greek-CourierPlain font, and the font itself (in Type 1
format), metrics and a font map entry for its use are provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/grverb/grkcurp.afm
%{_texmfdistdir}/fonts/map/dvips/grverb/grverb.map
%{_texmfdistdir}/fonts/tfm/public/grverb/grcour7t.tfm
%{_texmfdistdir}/fonts/tfm/public/grverb/grcour8a.tfm
%{_texmfdistdir}/fonts/type1/public/grverb/grkcurp.pfb
%{_texmfdistdir}/fonts/vf/public/grverb/grcour7t.vf
%{_texmfdistdir}/tex/latex/grverb/grverb.sty
%doc %{_texmfdistdir}/doc/latex/grverb/README
%doc %{_texmfdistdir}/doc/latex/grverb/grv.ps
%doc %{_texmfdistdir}/doc/latex/grverb/grv.tex
%doc %{_texmfdistdir}/doc/latex/grverb/grverb.pdf
#- source
%doc %{_texmfdistdir}/source/latex/grverb/grcour7t.vpl
%doc %{_texmfdistdir}/source/latex/grverb/grverb.dtx
%doc %{_texmfdistdir}/source/latex/grverb/grverb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 84ca3bd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20255 |14mr|texlive-GS1-9-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27540
# category Package
# catalog-ctan /macros/latex/contrib/gs1
# catalog-date 2012-08-22 13:03:09 +0200
# catalog-license lppl1.3
# catalog-version 9
Name:		texlive-GS1
Version:	9
Release:	7
Summary:	Typeset EAN barcodes using TeX rules, only
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gs1
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/GS1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/GS1.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/GS1.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The (LaTeX 3) package typesets EAN-8 and EAN-13 barcodes, using
the facilities of the rule-D package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/GS1/GS1.sty
%{_texmfdistdir}/tex/latex/GS1/rule-D.sty
%doc %{_texmfdistdir}/doc/latex/GS1/GS1.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/README
%doc %{_texmfdistdir}/doc/latex/GS1/examples/EANBarcode.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/examples/EANBarcode.tex
%doc %{_texmfdistdir}/doc/latex/GS1/examples/EANControlDigit.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/examples/EANControlDigit.tex
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GSSetup.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GSSetup.tex
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GS_cut_EAN_control_digit.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GS_cut_EAN_control_digit.tex
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GS_set_EAN_control_digit.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GS_set_EAN_control_digit.tex
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GS_set_code_digit_seq.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GS_set_code_digit_seq.tex
%doc %{_texmfdistdir}/doc/latex/GS1/examples/int_set_to_EAN_control_digit.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/examples/int_set_to_EAN_control_digit.tex
%doc %{_texmfdistdir}/doc/latex/GS1/rule-D.pdf
#- source
%doc %{_texmfdistdir}/source/latex/GS1/GS1.dtx
%doc %{_texmfdistdir}/source/latex/GS1/GS1.ins
%doc %{_texmfdistdir}/source/latex/GS1/README
%doc %{_texmfdistdir}/source/latex/GS1/rule-D.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 9-7
+ Revision: 9b66cea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20256 |14mr|texlive-gsftopk-1.19.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /fonts/utilities/gsftopk
# catalog-date 2012-07-13 12:47:32 +0200
# catalog-license gpl
# catalog-version 1.19.2
Name:		texlive-gsftopk
Version:	1.19.2
Release:	9
Summary:	Convert "ghostscript fonts" to PK files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/utilities/gsftopk
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gsftopk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gsftopk.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-gsftopk.bin

%description
Designed for use with xdvi and dvips this utility converts
Adobe Type 1 fonts to PK bitmap format. It should not
ordinarily be much used nowadays, since both its target
applications are now capable of dealing with Type 1 fonts,
direct.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/gsftopk/render.ps
%doc %{_mandir}/man1/gsftopk.1*
%doc %{_texmfdistdir}/doc/man/man1/gsftopk.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.19.2-9
+ Revision: 7f1abbd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20257 |14mr|texlive-gtl-20131014-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31306
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-gtl
Version:	20131014
Release:	6
Summary:	TeXLive gtl package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gtl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gtl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gtl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive gtl package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gtl/gtl.sty
%doc %{_texmfdistdir}/doc/latex/gtl/README
%doc %{_texmfdistdir}/doc/latex/gtl/gtl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/gtl/gtl.dtx
%doc %{_texmfdistdir}/source/latex/gtl/gtl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131014-6
+ Revision: bdad7f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20258 |14mr|texlive-gtrcrd-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32484
# category Package
# catalog-ctan /macros/latex/contrib/gtrcrd
# catalog-date 2013-12-25 08:30:41 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-gtrcrd
Version:	1.1
Release:	2
Summary:	Add chords to lyrics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gtrcrd
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gtrcrd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gtrcrd.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to specify guitar chords to be
played with each part of the lyrics of a song. The syntax of
the macros reduces the chance of failing to provide a chord
where one is needed, and the structure of the macros ensures
that the chord specification appears immediately above the
start of the lyric.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gtrcrd/gtrcrd.sty
%doc %{_texmfdistdir}/doc/latex/gtrcrd/README
%doc %{_texmfdistdir}/doc/latex/gtrcrd/gtrcrd-doc.pdf
%doc %{_texmfdistdir}/doc/latex/gtrcrd/gtrcrd-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: 50eb7ba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20259 |14mr|texlive-gu-20080821-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gu
# catalog-date 2008-08-21 09:38:31 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-gu
Version:	20080821
Release:	3
Summary:	Typeset crystallographic group-subgroup-schemes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gu
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gu.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gu.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package simplifies typesetting of simple crystallographic
group-subgroup-schemes in the Barnighausen formalism. It
defines a new environment stammbaum, wherein all elements of
the scheme are defined. Afterwards all necessary dimensions are
calculated and the scheme is drawn. Currently two steps of
symmetry reduction are supported.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gu/gu.sty
%doc %{_texmfdistdir}/doc/latex/gu/README
%doc %{_texmfdistdir}/doc/latex/gu/gudemo.tex
%doc %{_texmfdistdir}/doc/latex/gu/gudoc.pdf
%doc %{_texmfdistdir}/doc/latex/gu/gudoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080821-3
+ Revision: 7176862
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20260 |14mr|texlive-guide-to-latex-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-guide-to-latex
Version:	20111103
Release:	3
Summary:	TeXLive guide-to-latex package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guide-to-latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guide-to-latex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive guide-to-latex package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/README.txt
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/demo.eps
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/demo.pdf
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/demodoc.pdf
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/demodoc.ps
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/demodoc.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap10/exer10-1.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap10/exer10-10.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap10/exer10-2.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap10/exer10-3.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap10/exer10-4.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap10/exer10-5.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap10/exer10-6.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap10/exer10-7.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap10/exer10-8.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap10/exer10-9.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap11/exer1.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap11/exer11-1.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap11/exer11-2.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap11/exer11-3.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap11/exer11-4.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap11/exer11-5.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap11/exer2.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap11/exer3.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap15/exer15-1.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap15/exer15-2.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap15/exer15-3.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap15/exer15-4.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap15/exer15-5.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap15/exer15-6.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap15/exer15-7.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap2/exer2-1.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap2/exer2-2.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap2/exer2-3a.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap2/exer2-3b.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap2/exer2-3c.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-10.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-11.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-12.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-12.toc
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-1a.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-1b.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-2.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-3.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-4a.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-4b.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-5a.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-5b.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-6.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-7a.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-7b.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-8a.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-8b.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap3/exer3-9.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap4/exer4-1.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap4/exer4-10.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap4/exer4-2.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap4/exer4-3.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap4/exer4-4.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap4/exer4-5.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap4/exer4-6.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap4/exer4-7.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap4/exer4-8.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap4/exer4-9.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap5/exer5-1.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap5/exer5-2.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap5/exer5-3.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap5/exer5-4.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap6/exer6-1.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap6/exer6-2.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap6/exer6-3.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap6/exer6-4.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap6/exer6-5.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-1.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-10.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-11.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-12.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-13.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-14.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-15.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-16.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-17.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-18.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-19.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-2.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-20.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-21a.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-21b.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-3.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-4.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-5.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-6.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-7.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-8.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap7/exer7-9.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap8/exer8-1.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap8/exer8-2.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/exercises/chap8/exer8-3.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/mpletter.cls
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/palette.pdf
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/palette.ps
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/palette.tex
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/seminar.con
%doc %{_texmfdistdir}/doc/latex/guide-to-latex/sempdftx.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: b89b515
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20261 |14mr|texlive-guitar-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17355
# category Package
# catalog-ctan /macros/latex/contrib/guitar
# catalog-date 2010-03-06 16:54:30 +0100
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-guitar
Version:	1.6
Release:	3
Summary:	Guitar chords and song texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/guitar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
(La)TeX macros for typesetting guitar chords over song texts.
The toolbox package is required. Note that this package only
places arbitrary TeX code over the lyrics. To typeset the
chords graphically (and not only by name), the author
recommends use of an additional package such as gchords by K.
Peeters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/guitar/guitar.sty
%doc %{_texmfdistdir}/doc/latex/guitar/guitar.pdf
%doc %{_texmfdistdir}/doc/latex/guitar/guitar.tex
%doc %{_texmfdistdir}/doc/latex/guitar/guitar.txt
#- source
%doc %{_texmfdistdir}/source/latex/guitar/guitar.dtx
%doc %{_texmfdistdir}/source/latex/guitar/guitar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: 3ff4706
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20262 |14mr|texlive-guitarchordschemes-0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31524
# category Package
# catalog-ctan /macros/latex/contrib/guitarchordschemes
# catalog-date 2013-08-25 22:09:38 +0200
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-guitarchordschemes
Version:	0.4
Release:	6
Summary:	Guitar Chord and Scale Tablatures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/guitarchordschemes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitarchordschemes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitarchordschemes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides two commands (\chordscheme and \scales).
With those commands it is possible to draw schematic diagrams
of guitar chord tablatures and scale tablatures. Both commands
know a range of options that allow wide customization of the
output. The package's drawing is done with the help of TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/guitarchordschemes/guitarchordschemes.sty
%doc %{_texmfdistdir}/doc/latex/guitarchordschemes/README
%doc %{_texmfdistdir}/doc/latex/guitarchordschemes/guitarchordschemes_en.pdf
%doc %{_texmfdistdir}/doc/latex/guitarchordschemes/guitarchordschemes_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-6
+ Revision: 8606bdf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20263 |14mr|texlive-guitlogo-0.9.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27458
# category Package
# catalog-ctan /macros/latex/contrib/GuIT/GuITlogo
# catalog-date 2012-08-19 10:36:46 +0200
# catalog-license lppl
# catalog-version 0.9.2
Name:		texlive-guitlogo
Version:	0.9.2
Release:	7
Summary:	Macros for typesetting the GuIT logo
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/GuIT/GuITlogo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitlogo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitlogo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitlogo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Guit provides some commands useful to correctly write the logo
of GUIT -- "Gruppo Utilizzatori Italiani di TeX" (Italian TeX
User Group), using the default document color or any other
color the user may ever choose, in conformity with logo's
scheme as seen on the Group web site
(http://www.guit.sssup.it). Likewise, commands are provided
that simplify the writing of GuIT acronym's complete expansion,
of the addresses of Group's internet site and public forum and
'GuITmeeting' logo. Optionally, using hyperref, the outputs of
the above cited commands can become hyperlinks to Group's site.
Documentation is available in Italian, only.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/guitlogo/guit.cfg
%{_texmfdistdir}/tex/latex/guitlogo/guit.sty
%doc %{_texmfdistdir}/doc/latex/guitlogo/README
%doc %{_texmfdistdir}/doc/latex/guitlogo/guit.pdf
%doc %{_texmfdistdir}/doc/latex/guitlogo/guittest.pdf
%doc %{_texmfdistdir}/doc/latex/guitlogo/guittest.tex
#- source
%doc %{_texmfdistdir}/source/latex/guitlogo/guit.dtx
%doc %{_texmfdistdir}/source/latex/guitlogo/guit.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.2-7
+ Revision: ebe4b51
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20264 |14mr|texlive-gustlib-20070121-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date 2007-01-21 11:04:51 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-gustlib
Version:	20070121
Release:	3
Summary:	Polish oriented macros
Group:		Publishing
URL:		http://tug.org/texlive
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gustlib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gustlib.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Various small utility packages for typesetting in plain TeX,
with a Polish perspective. Neither the package, nor any of its
contents, appears on CTAN.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/gustlib/plbib.bib
%{_texmfdistdir}/bibtex/bst/gustlib/plabbrv.bst
%{_texmfdistdir}/bibtex/bst/gustlib/plalpha.bst
%{_texmfdistdir}/bibtex/bst/gustlib/plplain.bst
%{_texmfdistdir}/bibtex/bst/gustlib/plunsrt.bst
%{_texmfdistdir}/tex/plain/gustlib/biblotex/biblotex.tex
%{_texmfdistdir}/tex/plain/gustlib/infr-ex.tex
%{_texmfdistdir}/tex/plain/gustlib/infram.tex
%{_texmfdistdir}/tex/plain/gustlib/licz/licz-tst.mex
%{_texmfdistdir}/tex/plain/gustlib/licz/licz.mex
%{_texmfdistdir}/tex/plain/gustlib/map/map.tex
%{_texmfdistdir}/tex/plain/gustlib/map/split.tex
%{_texmfdistdir}/tex/plain/gustlib/map/tsp-tst.mex
%{_texmfdistdir}/tex/plain/gustlib/map/tsp.tex
%{_texmfdistdir}/tex/plain/gustlib/map/tun-test.mex
%{_texmfdistdir}/tex/plain/gustlib/map/tun.tex
%{_texmfdistdir}/tex/plain/gustlib/mcol-ex.tex
%{_texmfdistdir}/tex/plain/gustlib/meashor.tex
%{_texmfdistdir}/tex/plain/gustlib/mimulcol.tex
%{_texmfdistdir}/tex/plain/gustlib/plbtx993/plbtxbst.doc
%{_texmfdistdir}/tex/plain/gustlib/plbtx993/test.mex
%{_texmfdistdir}/tex/plain/gustlib/plmac218/plidxmac.tex
%{_texmfdistdir}/tex/plain/gustlib/plmac218/plind.bat
%{_texmfdistdir}/tex/plain/gustlib/plmac218/przyklad.tex
%{_texmfdistdir}/tex/plain/gustlib/rbox-ex.tex
%{_texmfdistdir}/tex/plain/gustlib/roundbox.tex
%{_texmfdistdir}/tex/plain/gustlib/tp-crf.tex
%{_texmfdistdir}/tex/plain/gustlib/verbatim-dek.tex
%doc %{_texmfdistdir}/doc/plain/gustlib/README
%doc %{_texmfdistdir}/doc/plain/gustlib/readme.biblotex
%doc %{_texmfdistdir}/doc/plain/gustlib/readme.plbtx993
%doc %{_texmfdistdir}/doc/plain/gustlib/readme.plmac218

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070121-3
+ Revision: 948f396
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20265 |14mr|texlive-gustprog-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-gustprog
Version:	20111103
Release:	3
Summary:	TeXLive gustprog package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gustprog.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gustprog.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive gustprog package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/support/gustprog/README
%doc %{_texmfdistdir}/doc/support/gustprog/l2h-examples.zip
%doc %{_texmfdistdir}/doc/support/gustprog/normtext.awk
%doc %{_texmfdistdir}/doc/support/gustprog/plmindex.zip
%doc %{_texmfdistdir}/doc/support/gustprog/porzadki.pl
%doc %{_texmfdistdir}/doc/support/gustprog/slim.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: 9195434
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20266 |14mr|texlive-hands-20081005-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan /fonts/hands
# catalog-date 2008-10-05 01:10:25 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-hands
Version:	20081005
Release:	3
Summary:	Pointing hand font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/hands
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hands.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides right- and left-pointing hands in both black-on-white
and white-on-black realisation. The font is distributed as
MetaFont source.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/hands/hands.mf
%{_texmfdistdir}/fonts/source/public/hands/handsdef.mf
%{_texmfdistdir}/fonts/source/public/hands/mirror.mf
%{_texmfdistdir}/fonts/source/public/hands/reverse.mf
%{_texmfdistdir}/fonts/source/public/hands/rvmirror.mf
%{_texmfdistdir}/fonts/tfm/public/hands/hands.tfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081005-3
+ Revision: 8d4d07a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20267 |14mr|texlive-hanging-1.2b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hanging
# catalog-date 2009-11-02 14:28:41 +0100
# catalog-license lppl1.3
# catalog-version 1.2b
Name:		texlive-hanging
Version:	1.2b
Release:	3
Summary:	Hanging paragraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hanging
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hanging.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hanging.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hanging.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The hanging package facilitates the typesetting of hanging
paragraphs. The package also enables typesetting with hanging
punctuation, by making punctuation characters active. This
facility is best suppressed (it can interfere with other
packages) -- there are package options for suppressing each
individual punctuation character. 'Real' attempts at hanging
punction should nowadays use the microtype package, which takes
advantage of the support offered in recent versions of pdfTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hanging/hanging.sty
%doc %{_texmfdistdir}/doc/latex/hanging/README
%doc %{_texmfdistdir}/doc/latex/hanging/hanging.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hanging/hanging.dtx
%doc %{_texmfdistdir}/source/latex/hanging/hanging.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2b-3
+ Revision: 22eede5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20268 |14mr|texlive-hanoi-20120101-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25019
# category Package
# catalog-ctan /macros/plain/contrib/hanoi/hanoi.tex
# catalog-date 2012-01-03 17:40:13 +0100
# catalog-license pd
# catalog-version 20120101
Name:		texlive-hanoi
Version:	20120101
Release:	2
Summary:	Tower of Hanoi in TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/hanoi/hanoi.tex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hanoi.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Plain TeX program (typed in the shape of the towers of
Hanoi) serves both as a game and as a TeX programming exercise.
As a game it will solve the towers with (up to) 15 discs (with
15 discs, 32767 moves are needed).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/hanoi/hanoi.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120101-2
+ Revision: 48d9f50
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20269 |14mr|texlive-happy4th-20120102-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25020
# category Package
# catalog-ctan /macros/plain/contrib/happy4th
# catalog-date 2012-01-03 17:38:40 +0100
# catalog-license pd
# catalog-version 20120102
Name:		texlive-happy4th
Version:	20120102
Release:	2
Summary:	A firework display in obfuscated TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/happy4th
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/happy4th.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/happy4th.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The output PDF file gives an amusing display, as the reader
pages through it.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/plain/happy4th/happy4th.pdf
%doc %{_texmfdistdir}/doc/plain/happy4th/happy4th.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120102-2
+ Revision: f6e7103
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20270 |14mr|texlive-HA-prosper-4.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ha-prosper
# catalog-date 2006-12-03 19:48:14 +0100
# catalog-license lppl
# catalog-version 4.21
Name:		texlive-HA-prosper
Version:	4.21
Release:	3
Summary:	Patches and improvements for prosper
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ha-prosper
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/HA-prosper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/HA-prosper.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/HA-prosper.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
HA-prosper is a patch for prosper that adds new functionality
to prosper based presentations. Among the new features you will
find automatic generation of a table of contents on each slide,
support for notes and portrait slides. The available styles
demonstrate how to expand the functionality of prosper even
further.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/HA-prosper/HA-prosper.cfg
%{_texmfdistdir}/tex/latex/HA-prosper/HA-prosper.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Aggie/AMLogo.eps
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Aggie/HAPAggie.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Aggie/files.txt
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Capsules/HAPcapsules.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Ciment/HAPciment.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Fyma/HAPFyma.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/HA/HAPHA.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/HA/flower.ps
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Lakar/HAPLakar.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Simple/HAPsimple.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/TCS/HAPTCS.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/TCS/HAPTCSTealBlue.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/TCS/HAPTCSgrad.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/TCS/TCSgradlogo.ps
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/TCS/TCSlogo.ps
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Tycja/HAPTycja.sty
%doc %{_texmfdistdir}/doc/latex/HA-prosper/HA-prosper.pdf
%doc %{_texmfdistdir}/doc/latex/HA-prosper/HAPBigtest.tex
%doc %{_texmfdistdir}/doc/latex/HA-prosper/HAPDualslide.tex
%doc %{_texmfdistdir}/doc/latex/HA-prosper/HAPIntroduction.tex
%doc %{_texmfdistdir}/doc/latex/HA-prosper/README
#- source
%doc %{_texmfdistdir}/source/latex/HA-prosper/HA-prosper.def
%doc %{_texmfdistdir}/source/latex/HA-prosper/HA-prosper.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.21-3
+ Revision: fea4b04
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20271 |14mr|texlive-har2nat-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17356
# category Package
# catalog-ctan /macros/latex/contrib/har2nat
# catalog-date 2010-03-06 16:54:30 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-har2nat
Version:	1.0
Release:	3
Summary:	Replace the harvard package with natbib
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/har2nat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/har2nat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/har2nat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This small package allows a LaTeX document containing the
citation commands provided by the Harvard package to be
compiled using the natbib package. Migration from harvard to
natbib thus can be achieved simply by replacing
\usepackage{harvard} with \usepackage{natbib}
\usepackage{har2nat} It is important that har2nat be loaded
after natbib, since it modifies natbib commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/har2nat/har2nat.sty
%doc %{_texmfdistdir}/doc/latex/har2nat/README
%doc %{_texmfdistdir}/doc/latex/har2nat/har2nat.pdf
%doc %{_texmfdistdir}/doc/latex/har2nat/har2nat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: e9b08eb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20272 |14mr|texlive-hardwrap-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21396
# category Package
# catalog-ctan /macros/latex/contrib/hardwrap
# catalog-date 2011-02-12 10:24:58 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-hardwrap
Version:	0.2
Release:	3
Summary:	Hard wrap text to a certain character length
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hardwrap
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hardwrap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hardwrap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hardwrap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package facilitates wrapping text to a specific character
width, breaking lines by words rather than, as done by TeX, by
characters. The primary use for these facilities is to aid the
generation of messages sent to the log file or console output
to display messages to the user. Package authors may also find
this useful when writing out arbitary text to an external file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hardwrap/hardwrap.sty
%doc %{_texmfdistdir}/doc/latex/hardwrap/README
%doc %{_texmfdistdir}/doc/latex/hardwrap/hardwrap.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hardwrap/hardwrap.dtx
%doc %{_texmfdistdir}/source/latex/hardwrap/hardwrap.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: ff3e2ce
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20273 |14mr|texlive-harmony-20090625-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/harmony
# catalog-date 2009-06-25 00:34:53 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-harmony
Version:	20090625
Release:	3
Summary:	Typeset harmony symbols, etc., for musicology
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/harmony
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harmony.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harmony.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package harmony.sty uses the packages ifthen and amssymb
from the amsfonts bundle, together with the LaTeX font
lcirclew10 and the font musix13 from musixtex.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/harmony/harmony.sty
%doc %{_texmfdistdir}/doc/latex/harmony/README
%doc %{_texmfdistdir}/doc/latex/harmony/harmony.pdf
%doc %{_texmfdistdir}/doc/latex/harmony/harmony.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090625-3
+ Revision: 366b7d9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20274 |14mr|texlive-harnon-cv-20120809-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26543
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-harnon-cv
Version:	20120809
Release:	2
Summary:	TeXLive harnon-cv package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harnon-cv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harnon-cv.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive harnon-cv package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/harnon-cv/harnon-cv.cls
%doc %{_texmfdistdir}/doc/latex/harnon-cv/README
%doc %{_texmfdistdir}/doc/latex/harnon-cv/sample.pdf
%doc %{_texmfdistdir}/doc/latex/harnon-cv/sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120809-2
+ Revision: 77835cc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20275 |14mr|texlive-harpoon-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21327
# category Package
# catalog-ctan /macros/latex/contrib/harpoon
# catalog-date 2008-09-24 00:41:06 +0200
# catalog-license pd
# catalog-version 1.0
Name:		texlive-harpoon
Version:	1.0
Release:	3
Summary:	Extra harpoons, using the graphics package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/harpoon
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harpoon.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harpoon.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides over- and under-harpoon symbol commands; the harpoons
may point in either direction, with the hook pointing up or
down. The covered object is provided as an argument to the
commands, so that they have the look of accent commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/harpoon/harpoon.sty
%doc %{_texmfdistdir}/doc/latex/harpoon/harpoon.pdf
%doc %{_texmfdistdir}/doc/latex/harpoon/harpoon.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 5548b8b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20276 |14mr|texlive-harvard-2.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/harvard
# catalog-date 2009-01-31 11:13:28 +0100
# catalog-license lppl
# catalog-version 2.0.5
Name:		texlive-harvard
Version:	2.0.5
Release:	3
Summary:	Harvard citation package for use with LaTeX 2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/harvard
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harvard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harvard.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harvard.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a re-implementation, for LaTeX 2e, of the original
Harvard package. The bundle contains the LaTeX package, several
BibTeX styles, and a 'Perl package' for use with LaTeX2HTML.
Harvard is an author-year citation style (all but the first
author are suppressed in second and subsequent citations of the
same entry); the package defines several variant styles: -
apsr.bst for the American Political Science Review; - agsm.bst
for Australian Government publications; - dcu.bst from the
Design Computing Unit of the University of Sydney; -
kluwer.bstwhich aims at the format preferred in Kluwer
publications; - nederlands.bst which deals with sorting Dutch
names with prefixes (such as van) according to Dutch rules;
together with several styles whose authors offer no description
of their behaviour.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/harvard/harvard.bib
%{_texmfdistdir}/bibtex/bst/harvard/agsm.bst
%{_texmfdistdir}/bibtex/bst/harvard/apsr.bst
%{_texmfdistdir}/bibtex/bst/harvard/dcu.bst
%{_texmfdistdir}/bibtex/bst/harvard/jmr.bst
%{_texmfdistdir}/bibtex/bst/harvard/jphysicsB.bst
%{_texmfdistdir}/bibtex/bst/harvard/kluwer.bst
%{_texmfdistdir}/bibtex/bst/harvard/nederlands.bst
%{_texmfdistdir}/tex/latex/harvard/harvard.sty
%doc %{_texmfdistdir}/doc/latex/harvard/INSTALL
%doc %{_texmfdistdir}/doc/latex/harvard/README
%doc %{_texmfdistdir}/doc/latex/harvard/harvard.pdf
%doc %{_texmfdistdir}/doc/latex/harvard/harvard.perl
%doc %{_texmfdistdir}/doc/latex/harvard/harvard.tex
%doc %{_texmfdistdir}/doc/latex/harvard/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/harvard/Makefile
%doc %{_texmfdistdir}/source/latex/harvard/doc_Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.5-3
+ Revision: 9254639
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20277 |14mr|texlive-harveyballs-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32003
# category Package
# catalog-ctan /graphics/pgf/contrib/harveyballs
# catalog-date 2013-10-26 15:10:57 +0200
# catalog-license gpl3
# catalog-version 1.1
Name:		texlive-harveyballs
Version:	1.1
Release:	6
Summary:	Create Harvey Balls using TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/harveyballs
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harveyballs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harveyballs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides 5 commands (giving symbols from "none" to
"full").

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/harveyballs/harveyballs.sty
%doc %{_texmfdistdir}/doc/latex/harveyballs/README
%doc %{_texmfdistdir}/doc/latex/harveyballs/harveyballs-Manual.pdf
%doc %{_texmfdistdir}/doc/latex/harveyballs/harveyballs-Manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 2f26b45
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20278 |14mr|texlive-harvmac-20081220-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/harvmac
# catalog-date 2008-12-20 16:08:04 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-harvmac
Version:	20081220
Release:	3
Summary:	Macros for scientific articles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/harvmac
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harvmac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harvmac.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Known as 'Harvard macros', since written at that University.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/harvmac/harvmac.tex
%doc %{_texmfdistdir}/doc/plain/harvmac/README
%doc %{_texmfdistdir}/doc/plain/harvmac/harvsamp.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081220-3
+ Revision: 73758d1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20279 |14mr|texlive-hatching-0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23818
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/hatching
# catalog-date 2006-12-17 23:49:42 +0100
# catalog-license pd
# catalog-version 0.11
Name:		texlive-hatching
Version:	0.11
Release:	3
Summary:	MetaPost macros for hatching interior of closed paths
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/hatching
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hatching.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hatching.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The file hatching.mp contains a set of MetaPost macros for
hatching interior of closed paths. Examples of usage are
included.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/hatching/hatching.mp
%doc %{_texmfdistdir}/doc/metapost/hatching/README
%doc %{_texmfdistdir}/doc/metapost/hatching/htchuse.mp
%doc %{_texmfdistdir}/doc/metapost/hatching/htchuse_.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11-3
+ Revision: 013a6ac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20280 |14mr|texlive-hausarbeit-jura-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25356
# category Package
# catalog-ctan /macros/latex/contrib/hausarbeit-jura
# catalog-date 2012-02-10 13:14:08 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-hausarbeit-jura
Version:	1.0
Release:	2
Summary:	Class for writing "juristiche Hausarbeiten" at German Universities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hausarbeit-jura
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hausarbeit-jura.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hausarbeit-jura.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hausarbeit-jura.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class was developed to write legal essays ("juristische
Hausarbeit") at German Universities. It is based on jurabook
and jurabib and makes it easy for LaTeX beginners to get a
correct and nicely formatted paper.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hausarbeit-jura/hausarbeit-jura.cls
%doc %{_texmfdistdir}/doc/latex/hausarbeit-jura/README
%doc %{_texmfdistdir}/doc/latex/hausarbeit-jura/README.
%doc %{_texmfdistdir}/doc/latex/hausarbeit-jura/hausarbeit-demo.bib
%doc %{_texmfdistdir}/doc/latex/hausarbeit-jura/hausarbeit-demo.tex
#- source
%doc %{_texmfdistdir}/source/latex/hausarbeit-jura/hausarbeit-jura.dtx
%doc %{_texmfdistdir}/source/latex/hausarbeit-jura/hausarbeit-jura.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-2
+ Revision: 821d38b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20281 |14mr|texlive-hc-20080420-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hc
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-hc
Version:	20080420
Release:	3
Summary:	Replacement for the LaTeX classes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hc
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of replacements for the default LaTeX classes, based upon
the Koma-Script bundle and the seminar class. Includes hcart,
hcreport, hcletter, and hcslides.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/hc/hc-de.bst
%{_texmfdistdir}/bibtex/bst/hc/hc-en.bst
%{_texmfdistdir}/tex/latex/hc/german.hld
%{_texmfdistdir}/tex/latex/hc/hcart.cls
%{_texmfdistdir}/tex/latex/hc/hcletter.cls
%{_texmfdistdir}/tex/latex/hc/hcreport.cls
%{_texmfdistdir}/tex/latex/hc/hcslides.cls
%doc %{_texmfdistdir}/doc/latex/hc/COPYING
%doc %{_texmfdistdir}/doc/latex/hc/FILES
%doc %{_texmfdistdir}/doc/latex/hc/README
%doc %{_texmfdistdir}/doc/latex/hc/hc.ps
#- source
%doc %{_texmfdistdir}/source/latex/hc/hc.dtx
%doc %{_texmfdistdir}/source/latex/hc/hc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080420-3
+ Revision: 1b07b0d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20282 |14mr|texlive-helvetic-20110301-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21993
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-helvetic
Version:	20110301
Release:	3
Summary:	URW "Base 35" font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/helvetic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/helvetic/config.uhv
%{_texmfdistdir}/fonts/afm/adobe/helvetic/phvb8a.afm
%{_texmfdistdir}/fonts/afm/adobe/helvetic/phvb8an.afm
%{_texmfdistdir}/fonts/afm/adobe/helvetic/phvbo8a.afm
%{_texmfdistdir}/fonts/afm/adobe/helvetic/phvbo8an.afm
%{_texmfdistdir}/fonts/afm/adobe/helvetic/phvr8a.afm
%{_texmfdistdir}/fonts/afm/adobe/helvetic/phvr8an.afm
%{_texmfdistdir}/fonts/afm/adobe/helvetic/phvro8a.afm
%{_texmfdistdir}/fonts/afm/adobe/helvetic/phvro8an.afm
%{_texmfdistdir}/fonts/afm/urw/helvetic/uhvb8a.afm
%{_texmfdistdir}/fonts/afm/urw/helvetic/uhvb8ac.afm
%{_texmfdistdir}/fonts/afm/urw/helvetic/uhvbo8a.afm
%{_texmfdistdir}/fonts/afm/urw/helvetic/uhvbo8ac.afm
%{_texmfdistdir}/fonts/afm/urw/helvetic/uhvr8a.afm
%{_texmfdistdir}/fonts/afm/urw/helvetic/uhvr8ac.afm
%{_texmfdistdir}/fonts/afm/urw/helvetic/uhvro8a.afm
%{_texmfdistdir}/fonts/afm/urw/helvetic/uhvro8ac.afm
%{_texmfdistdir}/fonts/map/dvips/helvetic/uhv.map
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvb.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvb7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvb7tn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvb8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvb8cn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvb8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvb8rn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvb8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvb8tn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbc7tn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbc8tn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbo.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbo7tn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbo8cn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbo8rn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbo8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbo8tn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbon.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvbrn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvr.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvr7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvr7tn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvr8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvr8cn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvr8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvr8rn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvr8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvr8tn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvrc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvrc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvrc7tn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvrc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvrc8tn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvro.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvro7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvro7tn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvro8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvro8cn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvro8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvro8rn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvro8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvro8tn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvron.tfm
%{_texmfdistdir}/fonts/tfm/adobe/helvetic/phvrrn.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/phvb8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/phvbc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/phvbn8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/phvbnc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/phvbo8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/phvbon8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/phvr8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/phvrc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/phvrn8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/phvrnc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/phvro8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/phvron8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/rphvb.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/rphvbo.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/rphvbon.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/rphvbrn.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/rphvr.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/rphvro.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/rphvron.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/helvetic/rphvrrn.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arb10u.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arb2n.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arb7j.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arb8u.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arb9t.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/ari10u.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/ari2n.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/ari7j.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/ari8u.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/ari9t.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arj10u.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arj2n.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arj7j.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arj8u.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arj9t.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arr10u.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arr2n.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arr7j.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arr8u.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/arr9t.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/mhvb.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/mhvb8t.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/mhvbi.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/mhvbi8t.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/mhvr.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/mhvr8t.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/mhvri.tfm
%{_texmfdistdir}/fonts/tfm/monotype/helvetic/mhvri8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvb7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvb7tn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvb8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvb8cn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvb8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvb8rn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvb8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvb8tn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbc7tn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbc8tn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbi8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbo7tn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbo8cn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbo8rn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvbo8tn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvr7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvr7tn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvr8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvr8cn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvr8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvr8rn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvr8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvr8tn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvrc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvrc7tn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvrc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvrc8tn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvri7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvri7tn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvri8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvri8cn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvri8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvri8rn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvri8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvri8tn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvro7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvro7tn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvro8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvro8cn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvro8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvro8rn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvro8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/helvetic/uhvro8tn.tfm
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvb8a.pfb
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvb8a.pfm
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvb8ac.pfb
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvb8ac.pfm
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvbo8a.pfb
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvbo8a.pfm
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvbo8ac.pfb
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvbo8ac.pfm
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvboc8a.pfb
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvbrc8a.pfb
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvr8a-105.pfb
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvr8a.pfb
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvr8a.pfm
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvr8ac.pfb
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvr8ac.pfm
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvro8a-105.pfb
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvro8a.pfb
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvro8a.pfm
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvro8ac.pfb
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvro8ac.pfm
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvroc8a.pfb
%{_texmfdistdir}/fonts/type1/urw/helvetic/uhvrrc8a.pfb
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvb.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvb7t.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvb7tn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvb8c.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvb8cn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvb8t.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvb8tn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvbc.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvbc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvbc7tn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvbc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvbc8tn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvbo.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvbo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvbo7tn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvbo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvbo8cn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvbo8t.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvbo8tn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvbon.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvbrn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvr.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvr7t.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvr7tn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvr8c.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvr8cn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvr8t.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvr8tn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvrc.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvrc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvrc7tn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvrc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvrc8tn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvro.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvro7t.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvro7tn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvro8c.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvro8cn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvro8t.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvro8tn.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvron.vf
%{_texmfdistdir}/fonts/vf/adobe/helvetic/phvrrn.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/helvetic/phvb8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/helvetic/phvbc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/helvetic/phvbn8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/helvetic/phvbnc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/helvetic/phvbo8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/helvetic/phvbon8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/helvetic/phvr8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/helvetic/phvrc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/helvetic/phvrn8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/helvetic/phvrnc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/helvetic/phvro8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/helvetic/phvron8z.vf
%{_texmfdistdir}/fonts/vf/monotype/helvetic/mhvb.vf
%{_texmfdistdir}/fonts/vf/monotype/helvetic/mhvb8t.vf
%{_texmfdistdir}/fonts/vf/monotype/helvetic/mhvbi.vf
%{_texmfdistdir}/fonts/vf/monotype/helvetic/mhvbi8t.vf
%{_texmfdistdir}/fonts/vf/monotype/helvetic/mhvr.vf
%{_texmfdistdir}/fonts/vf/monotype/helvetic/mhvr8t.vf
%{_texmfdistdir}/fonts/vf/monotype/helvetic/mhvri.vf
%{_texmfdistdir}/fonts/vf/monotype/helvetic/mhvri8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvb7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvb7tn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvb8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvb8cn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvb8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvb8tn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvbc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvbc7tn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvbc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvbc8tn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvbi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvbi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvbi8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvbo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvbo7tn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvbo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvbo8cn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvbo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvbo8tn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvr7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvr7tn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvr8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvr8cn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvr8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvr8tn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvrc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvrc7tn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvrc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvrc8tn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvri7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvri7tn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvri8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvri8cn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvri8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvri8tn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvro7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvro7tn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvro8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvro8cn.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvro8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/helvetic/uhvro8tn.vf
%{_texmfdistdir}/tex/latex/helvetic/8ruhv.fd
%{_texmfdistdir}/tex/latex/helvetic/omluhv.fd
%{_texmfdistdir}/tex/latex/helvetic/omsuhv.fd
%{_texmfdistdir}/tex/latex/helvetic/ot1uhv.fd
%{_texmfdistdir}/tex/latex/helvetic/t1uhv.fd
%{_texmfdistdir}/tex/latex/helvetic/ts1uhv.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110301-3
+ Revision: 6088732
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20283 |14mr|texlive-hep-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hep
# catalog-date 2008-08-21 09:38:31 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-hep
Version:	1.0
Release:	3
Summary:	A "convenience wrapper" for High Energy Physics packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hep
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hep.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hep.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Loads the author's hepunits and hepnicenames packages, and a
selection of others that are useful in High Energy Physics
papers, etc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hep/hep.sty
%doc %{_texmfdistdir}/doc/latex/hep/ChangeLog
%doc %{_texmfdistdir}/doc/latex/hep/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: cccba7c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20284 |14mr|texlive-hepnames-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hepnames
# catalog-date 2008-08-21 09:38:31 +0200
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-hepnames
Version:	1.4
Release:	3
Summary:	Pre-defined high energy particle names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hepnames
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepnames.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepnames.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Hepnames provides a pair of LaTeX packages, heppennames and
hepnicenames, providing a large set of pre-defined high energy
physics particle names built with the hepparticles package. The
packages are based on pennames.sty by Michel Goosens and Eric
van Herwijnen. Heppennames re-implements the particle names in
pennames.sty, with some additions and alterations and greater
flexibility and robustness due to the hepparticles structures,
which were written for this purpose. Hepnicenames provides the
main non-resonant particle names from heppennames with more
"friendly" names.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hepnames/hepnames.sty
%{_texmfdistdir}/tex/latex/hepnames/hepnicenames.sty
%{_texmfdistdir}/tex/latex/hepnames/heppennames.sty
%doc %{_texmfdistdir}/doc/latex/hepnames/ChangeLog
%doc %{_texmfdistdir}/doc/latex/hepnames/README
%doc %{_texmfdistdir}/doc/latex/hepnames/hepnames.pdf
%doc %{_texmfdistdir}/doc/latex/hepnames/hepnames.tex
%doc %{_texmfdistdir}/doc/latex/hepnames/hepnicenames-macros.tex
%doc %{_texmfdistdir}/doc/latex/hepnames/hepnicenames.pdf
%doc %{_texmfdistdir}/doc/latex/hepnames/hepnicenames.tex
%doc %{_texmfdistdir}/doc/latex/hepnames/heppennames-macros.tex
%doc %{_texmfdistdir}/doc/latex/hepnames/heppennames.pdf
%doc %{_texmfdistdir}/doc/latex/hepnames/heppennames.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 4e89821
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20285 |14mr|texlive-hepparticles-20070223-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hepparticles
# catalog-date 2007-02-23 00:16:39 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-hepparticles
Version:	20070223
Release:	3
Summary:	Macros for typesetting high energy physics particle names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hepparticles
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepparticles.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepparticles.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
HEPparticles is a set of macros for typesetting high energy
particle names, to meet the following criteria: 1. The main
particle name is a Roman or Greek symbol, to be typeset in
upright font in normal contexts. 2. Additionally a superscript
and/or subscript may follow the main symbol. 3. Particle
resonances may also have a resonance specifier which is typeset
in parentheses following the main symbol. In general the
parentheses may also be followed by sub- and superscripts. 4.
The particle names are expected to be used both in and out of
mathematical contexts. 5. If the surrounding text is bold or
italic then the particle name should adapt to that context as
best as possible (this may not be possible for Greek symbols).
A consequence of point 5 is that the well-known problems with
boldness of particle names in section titles, headers and
tables of contents automatically disappear if these macros are
used.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hepparticles/hepparticles.sty
%doc %{_texmfdistdir}/doc/latex/hepparticles/README
%doc %{_texmfdistdir}/doc/latex/hepparticles/hepparticles.pdf
%doc %{_texmfdistdir}/doc/latex/hepparticles/hepparticles.tex
%doc %{_texmfdistdir}/doc/latex/hepparticles/testhepparticles.pdf
%doc %{_texmfdistdir}/doc/latex/hepparticles/testhepparticles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070223-3
+ Revision: 453664a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20286 |14mr|texlive-hepthesis-1.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18725
# category Package
# catalog-ctan /macros/latex/contrib/hepthesis
# catalog-date 2010-06-03 14:28:33 +0200
# catalog-license lppl
# catalog-version 1.4.3
Name:		texlive-hepthesis
Version:	1.4.3
Release:	3
Summary:	A class for academic reports, especially PhD theses
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hepthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepthesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepthesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Hepthesis is a LaTeX class for typesetting large academic
reports, in particular PhD theses. It was originally developed
for typesetting the author's high-energy physics PhD thesis and
includes some features specifically tailored to such an
application. In particular, hepthesis offers: - Attractive
semantic environments for various rubric sections; - Extensive
options for draft production, screen viewing and binding-ready
output; - Helpful extensions of existing environments,
including equation and tabular; and - Support for quotations at
the start of the thesis and each chapter. The class is based on
scrbook, from the KOMA-Script bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hepthesis/hepthesis.cls
%doc %{_texmfdistdir}/doc/latex/hepthesis/ChangeLog
%doc %{_texmfdistdir}/doc/latex/hepthesis/Makefile
%doc %{_texmfdistdir}/doc/latex/hepthesis/README
%doc %{_texmfdistdir}/doc/latex/hepthesis/TODO
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/Makefile
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/appendices.tex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/backmatter.tex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/chap1.tex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/chap2.tex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/chap3.tex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/ckmfitter-alpha-combined.pdf
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/example.pdf
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/example.tex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/extrastyles.zip
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/frontmatter.tex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/getNewBibtex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/h-physrev.bst
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/lhcb-detector-cross-section.pdf
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/mythesis.bib
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/mythesis.cls
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/mythesis.sty
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/mythesismath.sty
%doc %{_texmfdistdir}/doc/latex/hepthesis/hepthesis.pdf
%doc %{_texmfdistdir}/doc/latex/hepthesis/hepthesis.tex
#- source
%doc %{_texmfdistdir}/source/latex/hepthesis/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.3-3
+ Revision: f18180f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20287 |14mr|texlive-hepunits-1.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hepunits
# catalog-date 2009-09-19 12:08:16 +0200
# catalog-license lppl
# catalog-version 1.1.1
Name:		texlive-hepunits
Version:	1.1.1
Release:	3
Summary:	A set of units useful in high energy physics applications
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hepunits
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepunits.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepunits.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Hepunits is a LaTeX package built on the SIunits package which
adds a collection of useful HEP units to the existing SIunits
set. These include the energy units \MeV, \GeV, \TeV and the
derived momentum and mass units \MeVoverc, \MeVovercsq and so
on.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hepunits/hepunits.sty
%doc %{_texmfdistdir}/doc/latex/hepunits/ChangeLog
%doc %{_texmfdistdir}/doc/latex/hepunits/README
%doc %{_texmfdistdir}/doc/latex/hepunits/hepunits.pdf
%doc %{_texmfdistdir}/doc/latex/hepunits/hepunits.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-3
+ Revision: 5cc0ef2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20288 |14mr|texlive-here-20091128-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16135
# category Package
# catalog-ctan /macros/latex/contrib/here
# catalog-date 2009-11-28 09:57:52 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-here
Version:	20091128
Release:	3
Summary:	Emulation of obsolete package for "here" floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/here
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/here.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/here.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides the H option for floats in LaTeX to signify that the
environemt is not really a float (and should therefore be
placed "here" and not float at all). The package emulates an
older package of the same name, which has long been been
suppressed by its author. The job is done by nothing more than
loading the float package, which has long provided the option
in an acceptable framework.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/here/here.sty
%doc %{_texmfdistdir}/doc/latex/here/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091128-3
+ Revision: f7cf562
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20289 |14mr|texlive-he-she-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29290
# category Package
# catalog-ctan /macros/latex/contrib/he-she
# catalog-date 2013-03-04 16:31:08 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-he-she
Version:	1.1
Release:	7
Summary:	Alternating pronouns to aid to gender-neutral writing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/he-she
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/he-she.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/he-she.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package implements a version of semi-automatic pronoun
switching for writing gender-neutral (and possibly annoying)
prose. It has upper- and lowercase versions of switching
pronouns for all case forms, plus anaphoric versions that
reflect the current gender choice.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/he-she/he-she.sty
%doc %{_texmfdistdir}/doc/latex/he-she/README
%doc %{_texmfdistdir}/doc/latex/he-she/he-she.pdf
%doc %{_texmfdistdir}/doc/latex/he-she/he-she.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-7
+ Revision: dd7860e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20290 |14mr|texlive-hexgame-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hexgame
# catalog-date 2008-08-22 10:38:02 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-hexgame
Version:	1.0
Release:	3
Summary:	Provide an environment to draw a hexgame-board
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hexgame
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hexgame.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hexgame.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Hex is a mathematical game invented by the Danish mathematician
Piet Hein and independently by the mathematician John Nash.
This package defines an environment that enables the user to
draw such a game in a trivial way.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hexgame/hexgame.sty
%doc %{_texmfdistdir}/doc/latex/hexgame/README
%doc %{_texmfdistdir}/doc/latex/hexgame/hexgame.pdf
%doc %{_texmfdistdir}/doc/latex/hexgame/hexgame.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: fe082bc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20291 |14mr|texlive-hfbright-20061217-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25054
# category Package
# catalog-ctan /fonts/ps-type1/hfbright
# catalog-date 2006-12-17 23:49:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-hfbright
Version:	20061217
Release:	4
Summary:	The hfbright fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ps-type1/hfbright
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hfbright.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hfbright.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hfbright.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These are Adobe Type 1 versions of the OT1-encoded and maths
parts of the Computer Modern Bright fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbr10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbr17.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbr8.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbr9.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbras10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbras8.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbras9.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrbs10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrbs8.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrbs9.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrbx10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrmb10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrmi10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrmi8.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrmi9.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrsl10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrsl17.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrsl8.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrsl9.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrsy10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrsy8.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfbrsy9.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hfsltl10.afm
%{_texmfdistdir}/fonts/afm/public/hfbright/hftl10.afm
%{_texmfdistdir}/fonts/enc/dvips/hfbright/hfmital.enc
%{_texmfdistdir}/fonts/enc/dvips/hfbright/hfmsa.enc
%{_texmfdistdir}/fonts/enc/dvips/hfbright/hfmsb.enc
%{_texmfdistdir}/fonts/enc/dvips/hfbright/hfmsym.enc
%{_texmfdistdir}/fonts/enc/dvips/hfbright/hfot1.enc
%{_texmfdistdir}/fonts/map/dvips/hfbright/hfbright.map
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbr10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbr17.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbr8.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbr9.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbras10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbras8.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbras9.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrbs10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrbs8.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrbs9.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrbx10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrmb10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrmi10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrmi8.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrmi9.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrsl10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrsl17.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrsl8.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrsl9.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrsy10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrsy8.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfbrsy9.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hfsltl10.pfb
%{_texmfdistdir}/fonts/type1/public/hfbright/hftl10.pfb
%doc %{_texmfdistdir}/doc/fonts/hfbright/README
%doc %{_texmfdistdir}/doc/fonts/hfbright/config.hfbright
%doc %{_texmfdistdir}/doc/fonts/hfbright/generate.sh
%doc %{_texmfdistdir}/doc/fonts/hfbright/install.sh
%doc %{_texmfdistdir}/doc/fonts/hfbright/simplify-rename.pe
#- source
%doc %{_texmfdistdir}/source/fonts/hfbright/generate.sh
%doc %{_texmfdistdir}/source/fonts/hfbright/install.sh
%doc %{_texmfdistdir}/source/fonts/hfbright/simplify-rename.pe

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061217-4
+ Revision: dac0056
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20292 |14mr|texlive-hfoldsty-1.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25011
# category Package
# catalog-ctan /fonts/hfoldsty
# catalog-date 2012-01-02 14:24:13 +0100
# catalog-license gpl
# catalog-version 1.15
Name:		texlive-hfoldsty
Version:	1.15
Release:	2
Summary:	Old style numerals with EC fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/hfoldsty
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hfoldsty.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hfoldsty.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hfoldsty.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The hfoldsty package provides virtual fonts for using oldstyle
(0123456789) figures with the European Computer Modern fonts.
It does a similar job as the eco package by Sebastian Kirsch
but includes a couple of improvements, i.e., better kerning
with guillemets, and support for character protruding using the
pdfcprot package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobl3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfobx3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfocc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfodh3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoit3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfooc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hforb3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hform3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosl3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoso3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoss3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfost3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfosx3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfotc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoti3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfott3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoui3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfovt3583.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/hfoldsty/hfoxc3583.tfm
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobi3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobl3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfobx3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfocc3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfodh3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoit3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfooc3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hforb3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hform3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosc3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosi3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosl3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoso3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoss3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfost3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfosx3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfotc3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoti3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfott3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoui3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovi3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfovt3583.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc0500.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc0600.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc0700.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc0800.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc0900.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc1000.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc1095.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc1200.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc1440.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc1728.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc2074.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc2488.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc2986.vf
%{_texmfdistdir}/fonts/vf/public/hfoldsty/hfoxc3583.vf
%{_texmfdistdir}/tex/latex/hfoldsty/hfoldsty.sty
%{_texmfdistdir}/tex/latex/hfoldsty/hforbxitT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hforbxitTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hforbxnT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hforbxnTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hforbxslT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hforbxslTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hformitT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hformitTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hformnT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hformnTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hformslT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hformslTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossbxitT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossbxitTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossbxnT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossbxnTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossbxslT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossbxslTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossmitT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossmitTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossmnT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossmnTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossmslT1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/hfossmslTS1.cpa
%{_texmfdistdir}/tex/latex/hfoldsty/omlhfor.fd
%{_texmfdistdir}/tex/latex/hfoldsty/omshfor.fd
%{_texmfdistdir}/tex/latex/hfoldsty/t1hfodh.fd
%{_texmfdistdir}/tex/latex/hfoldsty/t1hfor.fd
%{_texmfdistdir}/tex/latex/hfoldsty/t1hfoss.fd
%{_texmfdistdir}/tex/latex/hfoldsty/t1hfott.fd
%{_texmfdistdir}/tex/latex/hfoldsty/t1hfovt.fd
%{_texmfdistdir}/tex/latex/hfoldsty/ts1hfor.fd
%{_texmfdistdir}/tex/latex/hfoldsty/ts1hfoss.fd
%{_texmfdistdir}/tex/latex/hfoldsty/ts1hfott.fd
%{_texmfdistdir}/tex/latex/hfoldsty/ts1hfovtt.fd
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/Makefile
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/README
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/TODO
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/gpl.txt
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/hfoldsty.pdf
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/hfoldsty.xml
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/test-eco-hfo.tex
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/test-eco.tex
%doc %{_texmfdistdir}/doc/fonts/hfoldsty/test-hfo.tex
#- source
%doc %{_texmfdistdir}/source/fonts/hfoldsty/Makefile
%doc %{_texmfdistdir}/source/fonts/hfoldsty/hfoldsty.dtx
%doc %{_texmfdistdir}/source/fonts/hfoldsty/hfoldsty.ins
%doc %{_texmfdistdir}/source/fonts/hfoldsty/src/Makefile
%doc %{_texmfdistdir}/source/fonts/hfoldsty/src/TS1.etx
%doc %{_texmfdistdir}/source/fonts/hfoldsty/src/dostretch.mtx
%doc %{_texmfdistdir}/source/fonts/hfoldsty/src/generate.sh
%doc %{_texmfdistdir}/source/fonts/hfoldsty/src/t19.etx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.15-2
+ Revision: 0340117
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20293 |14mr|texlive-hf-tikz-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29278
# category Package
# catalog-ctan /graphics/pgf/contrib/hf-tikz
# catalog-date 2013-03-03 12:29:02 +0100
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-hf-tikz
Version:	0.3
Release:	6
Summary:	A simple way to highlight formulas and formula parts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/hf-tikz
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hf-tikz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hf-tikz.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hf-tikz.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a way to highlight formulas and formula
parts in both documents and presentations, us TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hf-tikz/hf-tikz.sty
%doc %{_texmfdistdir}/doc/latex/hf-tikz/README
%doc %{_texmfdistdir}/doc/latex/hf-tikz/README.txt
%doc %{_texmfdistdir}/doc/latex/hf-tikz/hf-tikz.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hf-tikz/hf-tikz.dtx
%doc %{_texmfdistdir}/source/latex/hf-tikz/hf-tikz.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-6
+ Revision: 521d800
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20294 |14mr|texlive-hhtensor-0.61-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24981
# category Package
# catalog-ctan /macros/latex/contrib/hhtensor
# catalog-date 2011-12-29 22:44:25 +0100
# catalog-license lppl
# catalog-version 0.61
Name:		texlive-hhtensor
Version:	0.61
Release:	2
Summary:	Print vectors, matrices, and tensors
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hhtensor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hhtensor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hhtensor.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hhtensor.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides commands for vectors, matrices, and
tensors with different styles -- arrows (as the LaTeX default),
underlined, and bold).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hhtensor/hhtensor.sty
%doc %{_texmfdistdir}/doc/latex/hhtensor/ChangeLog
%doc %{_texmfdistdir}/doc/latex/hhtensor/Makefile
%doc %{_texmfdistdir}/doc/latex/hhtensor/README
%doc %{_texmfdistdir}/doc/latex/hhtensor/getversion.tex
%doc %{_texmfdistdir}/doc/latex/hhtensor/hhtensor.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hhtensor/hhtensor.dtx
%doc %{_texmfdistdir}/source/latex/hhtensor/hhtensor.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.61-2
+ Revision: b536dc2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20295 |14mr|texlive-histogr-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/histogr
# catalog-date 2006-11-09 15:16:55 +0100
# catalog-license lppl1.3
# catalog-version 1.01
Name:		texlive-histogr
Version:	1.01
Release:	3
Summary:	Draw histograms with the LaTeX picture environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/histogr
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/histogr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/histogr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/histogr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a macro collection to draw histogram bars inside a
LaTeX picture-environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/histogr/histogr.sty
%doc %{_texmfdistdir}/doc/latex/histogr/histogr.pdf
#- source
%doc %{_texmfdistdir}/source/latex/histogr/histogr.dtx
%doc %{_texmfdistdir}/source/latex/histogr/histogr.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: 1ba8cae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20296 |14mr|texlive-historische-zeitschrift-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27124
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/historische-zeitschrift
# catalog-date 2012-07-15 23:35:06 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-historische-zeitschrift
Version:	1.0
Release:	2
Summary:	Biblatex style for the journal 'Historische Zeitschrift'
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/historische-zeitschrift
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/historische-zeitschrift.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/historische-zeitschrift.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides citations according with the house style
of the 'Historische Zeitschrift', a German historical journal.
The scheme is a fullcite for the first citation and 'Author,
Shorttitle (as note N, P)' for later citations (P being the
page number). For further details, see the description of the
house style at the journal's site. The package depends on
biblatex (version 0.8 or higher) as well as etoolbox (version
1.5 or higher).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/historische-zeitschrift/bbx/historische-zeitschrift.bbx
%{_texmfdistdir}/tex/latex/historische-zeitschrift/cbx/historische-zeitschrift.cbx
%{_texmfdistdir}/tex/latex/historische-zeitschrift/lbx/historische-zeitschrift.lbx
%doc %{_texmfdistdir}/doc/latex/historische-zeitschrift/CHANGES
%doc %{_texmfdistdir}/doc/latex/historische-zeitschrift/LIESMICH
%doc %{_texmfdistdir}/doc/latex/historische-zeitschrift/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-2
+ Revision: 5c41ae6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20297 |14mr|texlive-hitec-0.0beta-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hitec
# catalog-date 2008-11-07 01:12:48 +0100
# catalog-license lppl
# catalog-version 0.0(beta)
Name:		texlive-hitec
Version:	0.0beta
Release:	3
Summary:	Class for documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hitec
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hitec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hitec.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An article-based class designed for use for documentation in
high-technology companies.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hitec/hitec.cls
%doc %{_texmfdistdir}/doc/latex/hitec/README
%doc %{_texmfdistdir}/doc/latex/hitec/hitec_doc.pdf
%doc %{_texmfdistdir}/doc/latex/hitec/hitec_doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0beta-3
+ Revision: e522821
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20298 |14mr|texlive-hletter-4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30002
# category Package
# catalog-ctan /macros/latex/contrib/hletter
# catalog-date 2013-04-17 11:54:35 +0200
# catalog-license lppl1.2
# catalog-version 4.2
Name:		texlive-hletter
Version:	4.2
Release:	6
Summary:	Flexible letter typesetting with flexible page headings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hletter
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hletter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hletter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package permits the user to specify easily, with the aid of
self defined key-words, letters (with a logo and private) and
headings. The heading may include a footer and the letter
provides commands to include a scanned signature and two
signees. The package works with the merge package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hletter/hdefine.clo
%{_texmfdistdir}/tex/latex/hletter/hhead.sty
%{_texmfdistdir}/tex/latex/hletter/hlete.clo
%{_texmfdistdir}/tex/latex/hletter/hletf.clo
%{_texmfdistdir}/tex/latex/hletter/hletg.clo
%{_texmfdistdir}/tex/latex/hletter/hletter.cls
%{_texmfdistdir}/tex/latex/hletter/hsetup.sty
%{_texmfdistdir}/tex/latex/hletter/mergeh.sty
%doc %{_texmfdistdir}/doc/latex/hletter/Bruennhilde.eps
%doc %{_texmfdistdir}/doc/latex/hletter/Bruennhilde.jpg
%doc %{_texmfdistdir}/doc/latex/hletter/Gccs.eps
%doc %{_texmfdistdir}/doc/latex/hletter/Gccs.jpg
%doc %{_texmfdistdir}/doc/latex/hletter/Hletter.pdf
%doc %{_texmfdistdir}/doc/latex/hletter/README
%doc %{_texmfdistdir}/doc/latex/hletter/Testheader.tex
%doc %{_texmfdistdir}/doc/latex/hletter/Testletter1.tex
%doc %{_texmfdistdir}/doc/latex/hletter/Testletter2.tex
%doc %{_texmfdistdir}/doc/latex/hletter/Testletter3.tex
%doc %{_texmfdistdir}/doc/latex/hletter/Testmerge.dat
%doc %{_texmfdistdir}/doc/latex/hletter/Testmerge.tex
%doc %{_texmfdistdir}/doc/latex/hletter/signat.eps
%doc %{_texmfdistdir}/doc/latex/hletter/signat.jpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2-6
+ Revision: 569bfd6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20299 |14mr|texlive-hobby-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32795
# category Package
# catalog-ctan /graphics/pgf/contrib/hobby
# catalog-date 2014-01-20 18:33:13 +0100
# catalog-license lppl1.3
# catalog-version 1.4
Name:		texlive-hobby
Version:	1.4
Release:	2
Summary:	An implementation of Hobby's algorithm for PGF/TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/hobby
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hobby.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hobby.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hobby.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package defines a path generation function for PGF/TikZ
which implements Hobby's algorithm for a path built out of
Bezier curves which passes through a given set of points. The
path thus generated may by used as a TikZ 'to path'. The
implementation is in LaTeX3.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hobby/hobby.code.tex
%{_texmfdistdir}/tex/latex/hobby/pgflibraryhobby.code.tex
%{_texmfdistdir}/tex/latex/hobby/pml3array.sty
%{_texmfdistdir}/tex/latex/hobby/tikzlibraryhobby.code.tex
%doc %{_texmfdistdir}/doc/latex/hobby/README
%doc %{_texmfdistdir}/doc/latex/hobby/hobby.pdf
%doc %{_texmfdistdir}/doc/latex/hobby/hobby_doc.pdf
%doc %{_texmfdistdir}/doc/latex/hobby/hobby_doc.tex
#- source
%doc %{_texmfdistdir}/source/latex/hobby/hobby.dtx
%doc %{_texmfdistdir}/source/latex/hobby/hobby.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-2
+ Revision: 6b80576
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20300 |14mr|texlive-hobete-20120626-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27036
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/hobete
# catalog-date 2012-06-26 15:55:21 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-hobete
Version:	20120626
Release:	2
Summary:	Unofficial beamer theme for the University of Hohenheim
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/hobete
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hobete.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hobete.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a beamer theme which features the Ci
colors of the University of Hohenheim. Please note that this is
not an official Theme, and that there will be no support for
it, from the University. Furthermore there is NO relationship
between the University and this theme.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hobete/beamercolorthemehohenheim.sty
%{_texmfdistdir}/tex/latex/hobete/beamerouterthemehohenheim.sty
%{_texmfdistdir}/tex/latex/hobete/beamerouterthemehohenheimposter.sty
%{_texmfdistdir}/tex/latex/hobete/beamerthemehohenheim.sty
%{_texmfdistdir}/tex/latex/hobete/hobete.sty
%doc %{_texmfdistdir}/doc/latex/hobete/README
%doc %{_texmfdistdir}/doc/latex/hobete/hobete_doc.pdf
%doc %{_texmfdistdir}/doc/latex/hobete/hobete_doc.tex
%doc %{_texmfdistdir}/doc/latex/hobete/poster-test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120626-2
+ Revision: f2feb2f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20301 |14mr|texlive-horoscop-0.92-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30530
# category Package
# catalog-ctan /macros/latex/contrib/horoscop
# catalog-date 2013-05-17 13:43:39 +0200
# catalog-license pd
# catalog-version 0.92
Name:		texlive-horoscop
Version:	0.92
Release:	6
Summary:	Generate astrological charts in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/horoscop
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/horoscop.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/horoscop.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/horoscop.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The horoscop package provides a unified interface for
astrological font packages; typesetting with pict2e of standard
wheel charts and some variations, in PostScript- and PDF-
generating TeX engines; and access to external calculation
software (Astrolog and Swiss Ephemeris) for computing object
positions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/horoscop/horoscop.sty
%doc %{_texmfdistdir}/doc/latex/horoscop/README
%doc %{_texmfdistdir}/doc/latex/horoscop/horoscop.pdf
#- source
%doc %{_texmfdistdir}/source/latex/horoscop/horoscop.dtx
%doc %{_texmfdistdir}/source/latex/horoscop/horoscop.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.92-6
+ Revision: 25f1234
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20302 |14mr|texlive-hpsdiss-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hpsdiss
# catalog-date 2007-01-07 11:47:19 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-hpsdiss
Version:	1.0
Release:	3
Summary:	A dissertation class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hpsdiss
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hpsdiss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hpsdiss.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hpsdiss.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class was developed to typeset a dissertation at ETH
Zurich. The requirements were to use A5 paper and 10pt type. A
sample of the output is shown in the PDF documentation link.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hpsdiss/hpsdiss.cls
%doc %{_texmfdistdir}/doc/latex/hpsdiss/hpsdiss.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hpsdiss/hpsdiss.dtx
%doc %{_texmfdistdir}/source/latex/hpsdiss/hpsdiss.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 8d16760
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20303 |14mr|texlive-hrefhide-1.0f-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22255
# category Package
# catalog-ctan /macros/latex/contrib/hrefhide
# catalog-date 2011-04-29 14:22:52 +0200
# catalog-license lppl1.3
# catalog-version 1.0f
Name:		texlive-hrefhide
Version:	1.0f
Release:	3
Summary:	Suppress hyper links when printing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hrefhide
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hrefhide.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hrefhide.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hrefhide.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides the command \hrefdisplayonly (which
provides a substitute for \href). While the (hyperlinked) text
appears like an ordinary \href in the compiled PDF file, the
same text will be "hidden" when printing the text. (Hiding is
actually achieved by making the text the same colour as the
background, thus preserving the layout of the rest of the
text.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hrefhide/hrefhide.sty
%doc %{_texmfdistdir}/doc/latex/hrefhide/README
%doc %{_texmfdistdir}/doc/latex/hrefhide/hrefhide-example.pdf
%doc %{_texmfdistdir}/doc/latex/hrefhide/hrefhide-example.tex
%doc %{_texmfdistdir}/doc/latex/hrefhide/hrefhide.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hrefhide/hrefhide.drv
%doc %{_texmfdistdir}/source/latex/hrefhide/hrefhide.dtx
%doc %{_texmfdistdir}/source/latex/hrefhide/hrefhide.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0f-3
+ Revision: 2dbf709
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20304 |14mr|texlive-hrlatex-0.23-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18020
# category Package
# catalog-ctan /language/croatian/hrlatex
# catalog-date 2010-04-25 22:49:50 +0200
# catalog-license lppl
# catalog-version 0.23
Name:		texlive-hrlatex
Version:	0.23
Release:	3
Summary:	LaTeX support for Croatian documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/croatian/hrlatex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hrlatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hrlatex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hrlatex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package simplifies creation of new documents for the
(average) Croatian user. As an example, a class file hrdipl.cls
(designed for the graduation thesis at the University of
Zagreb) and sample thesis documents are included.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hrlatex/fsbispit.cls
%{_texmfdistdir}/tex/latex/hrlatex/fsbmath.sty
%{_texmfdistdir}/tex/latex/hrlatex/hrlatex.sty
%doc %{_texmfdistdir}/doc/latex/hrlatex/README
%doc %{_texmfdistdir}/doc/latex/hrlatex/hrlatex.pdf
%doc %{_texmfdistdir}/doc/latex/hrlatex/sample.fsbispit.tex
%doc %{_texmfdistdir}/doc/latex/hrlatex/sample.minimal.cp1250.tex
%doc %{_texmfdistdir}/doc/latex/hrlatex/sample.minimal.latin2.tex
%doc %{_texmfdistdir}/doc/latex/hrlatex/sample.minimal.utf8.tex
%doc %{_texmfdistdir}/doc/latex/hrlatex/sample.prezentacija.tex
#- source
%doc %{_texmfdistdir}/source/latex/hrlatex/hrlatex.dtx
%doc %{_texmfdistdir}/source/latex/hrlatex/hrlatex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.23-3
+ Revision: 333c86e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20305 |14mr|texlive-hvfloat-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25570
# category Package
# catalog-ctan /macros/latex/contrib/hvfloat
# catalog-date 2012-03-05 13:21:26 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-hvfloat
Version:	1.1
Release:	5
Summary:	Rotating caption and object of floats independently
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hvfloat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hvfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hvfloat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package defines a macro to place objects (tables and
figures) and their captions in different positions with
different rotating angles within a float. All objects and
captions can be framed. The main command is \hvFloat{float
type}{floating object}{caption}{label}; a simple example is
\hvFloat{figure}{\includegraphics{rose}}{Caption}{fig:0}.
Options are provided to place captions to the right or left,
and rotated. Setting nonFloat=true results in placing the float
here.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hvfloat/hvfloat.sty
%doc %{_texmfdistdir}/doc/latex/hvfloat/README
%doc %{_texmfdistdir}/doc/latex/hvfloat/bateaux.jpg
%doc %{_texmfdistdir}/doc/latex/hvfloat/hvfloat.pdf
%doc %{_texmfdistdir}/doc/latex/hvfloat/hvfloat.tex
%doc %{_texmfdistdir}/doc/latex/hvfloat/rose.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-5
+ Revision: 64d40fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20306 |14mr|texlive-hvindex-0.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16136
# category Package
# catalog-ctan /macros/latex/contrib/hvindex
# catalog-date 2009-11-23 13:00:14 +0100
# catalog-license lppl
# catalog-version 0.02
Name:		texlive-hvindex
Version:	0.02
Release:	3
Summary:	Support for indexing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hvindex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hvindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hvindex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package simplifies the indexing of words using the \index
command of makeidx. With the package, to index a word in a
text, you only have to type it once; the package makes sure it
is both typeset and indexed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hvindex/hvindex.sty
%doc %{_texmfdistdir}/doc/latex/hvindex/Changes
%doc %{_texmfdistdir}/doc/latex/hvindex/README
%doc %{_texmfdistdir}/doc/latex/hvindex/hvindex.pdf
%doc %{_texmfdistdir}/doc/latex/hvindex/hvindex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.02-3
+ Revision: e740201
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20307 |14mr|texlive-hypdvips-3.00-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28667
# category Package
# catalog-ctan /macros/latex/contrib/hypdvips
# catalog-date 2012-12-30 16:12:46 +0100
# catalog-license lppl1.3
# catalog-version 3.00
Name:		texlive-hypdvips
Version:	3.00
Release:	6
Summary:	Hyperref extensions for use with dvips
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hypdvips
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hypdvips.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hypdvips.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The hypdvips package fixes some problems when using hyperref
with dvips. It also adds support for breaking links, file
attachments, embedded documents and different types of GoTo-
links. The cooperation of hyperref with cleveref is improved,
which in addition allows an enhanced back-referencing system.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hypdvips/hypdvips.sty
%doc %{_texmfdistdir}/doc/latex/hypdvips/README
%doc %{_texmfdistdir}/doc/latex/hypdvips/hypdvips.pdf
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/example1.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/example2.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/example3.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/example4.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/example5.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/example6.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/example7.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/graph.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/icon_draft.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/ids.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/logfile.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/openmsg_six.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/openmsg_sixinbrowser.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/paperclip.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/pushpin.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/tag.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.00-6
+ Revision: 878a8c7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20308 |14mr|texlive-hyper-4.2d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17357
# category Package
# catalog-ctan /macros/latex/contrib/hyper
# catalog-date 2010-03-06 16:54:30 +0100
# catalog-license lppl
# catalog-version 4.2d
Name:		texlive-hyper
Version:	4.2d
Release:	3
Summary:	Hypertext cross referencing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hyper
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyper.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyper.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Redefines LaTeX cross-referencing commands to insert \special
commands for HyperTeX dvi viewers, such as recent versions of
xdvi. The package is now largely superseded by hyperref.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hyper/amsart.hyp
%{_texmfdistdir}/tex/latex/hyper/amsbook.hyp
%{_texmfdistdir}/tex/latex/hyper/amsdtx.hyp
%{_texmfdistdir}/tex/latex/hyper/amsldoc.hyp
%{_texmfdistdir}/tex/latex/hyper/amsmath.hyp
%{_texmfdistdir}/tex/latex/hyper/amsproc.hyp
%{_texmfdistdir}/tex/latex/hyper/amstex.hyp
%{_texmfdistdir}/tex/latex/hyper/amsthm.hyp
%{_texmfdistdir}/tex/latex/hyper/article.hyp
%{_texmfdistdir}/tex/latex/hyper/book.hyp
%{_texmfdistdir}/tex/latex/hyper/cweb.hyp
%{_texmfdistdir}/tex/latex/hyper/doc.hyp
%{_texmfdistdir}/tex/latex/hyper/fancyheadings.hyp
%{_texmfdistdir}/tex/latex/hyper/ftnright.hyp
%{_texmfdistdir}/tex/latex/hyper/hxt-bc.sty
%{_texmfdistdir}/tex/latex/hyper/hyper.sty
%{_texmfdistdir}/tex/latex/hyper/leqno.hyp
%{_texmfdistdir}/tex/latex/hyper/letter.hyp
%{_texmfdistdir}/tex/latex/hyper/longtable.hyp
%{_texmfdistdir}/tex/latex/hyper/ltnews.hyp
%{_texmfdistdir}/tex/latex/hyper/ltxdoc.hyp
%{_texmfdistdir}/tex/latex/hyper/ltxguide.hyp
%{_texmfdistdir}/tex/latex/hyper/natbib.hyp
%{_texmfdistdir}/tex/latex/hyper/proc.hyp
%{_texmfdistdir}/tex/latex/hyper/report.hyp
%{_texmfdistdir}/tex/latex/hyper/slides.hyp
%{_texmfdistdir}/tex/latex/hyper/subeqnarray.hyp
%{_texmfdistdir}/tex/latex/hyper/theorem.hyp
%{_texmfdistdir}/tex/latex/hyper/upref.hyp
%{_texmfdistdir}/tex/latex/hyper/xr.hyp
%doc %{_texmfdistdir}/doc/latex/hyper/README
%doc %{_texmfdistdir}/doc/latex/hyper/TODO
%doc %{_texmfdistdir}/doc/latex/hyper/contrib/README
%doc %{_texmfdistdir}/doc/latex/hyper/contrib/harvard-to.hyp
%doc %{_texmfdistdir}/doc/latex/hyper/defpattern.sty
%doc %{_texmfdistdir}/doc/latex/hyper/hyper.pdf
%doc %{_texmfdistdir}/doc/latex/hyper/scontrib/README
%doc %{_texmfdistdir}/doc/latex/hyper/scontrib/harvard.hyp
#- source
%doc %{_texmfdistdir}/source/latex/hyper/Makefile-MSDos
%doc %{_texmfdistdir}/source/latex/hyper/Makefile-Unix
%doc %{_texmfdistdir}/source/latex/hyper/backcite.dtx
%doc %{_texmfdistdir}/source/latex/hyper/dvi2pdf.pl
%doc %{_texmfdistdir}/source/latex/hyper/hyper.dtx
%doc %{_texmfdistdir}/source/latex/hyper/hyper.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2d-3
+ Revision: 5722030
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20309 |14mr|texlive-hypernat-1.0b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17358
# category Package
# catalog-ctan /macros/latex/contrib/hypernat
# catalog-date 2010-03-08 12:29:56 +0100
# catalog-license gpl
# catalog-version 1.0b
Name:		texlive-hypernat
Version:	1.0b
Release:	3
Summary:	Allow hyperref and natbib to work together
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hypernat
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hypernat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hypernat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Allows hyperref package and the natbib package with options
'numbers' and 'sort&compress' to work together. This means that
multiple sequential citations (e.g [3,2,1]) will be compressed
to [1-3], where the '1' and the '3' are (color-)linked to the
bibliography.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hypernat/hypernat.sty
%doc %{_texmfdistdir}/doc/latex/hypernat/hypernat.pdf
%doc %{_texmfdistdir}/doc/latex/hypernat/hypernat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0b-3
+ Revision: 2c48f69
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20310 |14mr|texlive-hyperref-6.82m-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26094
# category Package
# catalog-ctan /macros/latex/contrib/hyperref
# catalog-date 2011-12-05 11:03:21 +0100
# catalog-license lppl
# catalog-version 6.82m
Name:		texlive-hyperref
Version:	6.82m
Release:	3
Summary:	Extensive support for hypertext in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The hyperref package is used to handle cross-referencing
commands in LaTeX to produce hypertext links in the document.
The package provides backends for the \special set defined for
HyperTeX DVI processors; for embedded pdfmark commands for
processing by Acrobat Distiller (dvips and Y&Y's dvipsone); for
Y&Y's dviwindo; for PDF control within pdfTeX and dvipdfm; for
TeX4ht; and for VTeX's pdf and HTML backends. The package is
distributed with the backref and nameref packages, which make
use of the facilities of hyperref. The package depends on the
author's kvoptions, ltxcmdsand refcount packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hyperref/backref.sty
%{_texmfdistdir}/tex/latex/hyperref/hdvipdfm.def
%{_texmfdistdir}/tex/latex/hyperref/hdvips.def
%{_texmfdistdir}/tex/latex/hyperref/hdvipson.def
%{_texmfdistdir}/tex/latex/hyperref/hdviwind.def
%{_texmfdistdir}/tex/latex/hyperref/hpdftex.def
%{_texmfdistdir}/tex/latex/hyperref/htex4ht.cfg
%{_texmfdistdir}/tex/latex/hyperref/htex4ht.def
%{_texmfdistdir}/tex/latex/hyperref/htexture.def
%{_texmfdistdir}/tex/latex/hyperref/hvtex.def
%{_texmfdistdir}/tex/latex/hyperref/hvtexhtm.def
%{_texmfdistdir}/tex/latex/hyperref/hvtexmrk.def
%{_texmfdistdir}/tex/latex/hyperref/hxetex.def
%{_texmfdistdir}/tex/latex/hyperref/hylatex.ltx
%{_texmfdistdir}/tex/latex/hyperref/hyperref.sty
%{_texmfdistdir}/tex/latex/hyperref/hypertex.def
%{_texmfdistdir}/tex/latex/hyperref/minitoc-hyper.sty
%{_texmfdistdir}/tex/latex/hyperref/nameref.sty
%{_texmfdistdir}/tex/latex/hyperref/nohyperref.sty
%{_texmfdistdir}/tex/latex/hyperref/ntheorem-hyper.sty
%{_texmfdistdir}/tex/latex/hyperref/pd1enc.def
%{_texmfdistdir}/tex/latex/hyperref/pdfmark.def
%{_texmfdistdir}/tex/latex/hyperref/puarenc.def
%{_texmfdistdir}/tex/latex/hyperref/puenc.def
%{_texmfdistdir}/tex/latex/hyperref/puvnenc.def
%{_texmfdistdir}/tex/latex/hyperref/xr-hyper.sty
%doc %{_texmfdistdir}/doc/latex/hyperref/ChangeLog
%doc %{_texmfdistdir}/doc/latex/hyperref/ChangeLog.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/README
%doc %{_texmfdistdir}/doc/latex/hyperref/README.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/backref.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/cmmi10-22.gif
%doc %{_texmfdistdir}/doc/latex/hyperref/cmsy10-21.gif
%doc %{_texmfdistdir}/doc/latex/hyperref/hyperref.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/manual.css
%doc %{_texmfdistdir}/doc/latex/hyperref/manual.html
%doc %{_texmfdistdir}/doc/latex/hyperref/manual.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/manual2.html
%doc %{_texmfdistdir}/doc/latex/hyperref/manual3.html
%doc %{_texmfdistdir}/doc/latex/hyperref/nameref.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/options.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/paper.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/slides.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hyperref/backref.dtx
%doc %{_texmfdistdir}/source/latex/hyperref/bmhydoc.sty
%doc %{_texmfdistdir}/source/latex/hyperref/doc/fdl.tex
%doc %{_texmfdistdir}/source/latex/hyperref/doc/manual.tex
%doc %{_texmfdistdir}/source/latex/hyperref/doc/options.tex
%doc %{_texmfdistdir}/source/latex/hyperref/hyperref.dtx
%doc %{_texmfdistdir}/source/latex/hyperref/hyperref.ins
%doc %{_texmfdistdir}/source/latex/hyperref/nameref.dtx
%doc %{_texmfdistdir}/source/latex/hyperref/test/Makefile
%doc %{_texmfdistdir}/source/latex/hyperref/test/bit.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/hog.eps
%doc %{_texmfdistdir}/source/latex/hyperref/test/hog.pdf
%doc %{_texmfdistdir}/source/latex/hyperref/test/phys1.jpg
%doc %{_texmfdistdir}/source/latex/hyperref/test/phys2.jpg
%doc %{_texmfdistdir}/source/latex/hyperref/test/picture.eps
%doc %{_texmfdistdir}/source/latex/hyperref/test/picture.pdf
%doc %{_texmfdistdir}/source/latex/hyperref/test/picture.png
%doc %{_texmfdistdir}/source/latex/hyperref/test/test-bm-pu-licr.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test0.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test1.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test2.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test3.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test4.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test6.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test7.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test8.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testams.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testbib.bbl
%doc %{_texmfdistdir}/source/latex/hyperref/test/testbib.bib
%doc %{_texmfdistdir}/source/latex/hyperref/test/testbib.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testbmgl.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testbmu.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testbookmark.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testfor2.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testform.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testinfo.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testnb.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testoz.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testslide.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testurl.bbl
%doc %{_texmfdistdir}/source/latex/hyperref/test/testurl.bib
%doc %{_texmfdistdir}/source/latex/hyperref/test/testurl.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.82m-3
+ Revision: 941dbc5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20311 |14mr|texlive-hyperref-docsrc-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyperref-docsrc
Version:	20111103
Release:	3
Summary:	TeXLive hyperref-docsrc package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperref-docsrc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperref-docsrc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive hyperref-docsrc package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/hyperref-docsrc/README
%doc %{_texmfdistdir}/doc/latex/hyperref-docsrc/paperslides99.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: 7e53327
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20312 |14mr|texlive-hyperxmp-2.40-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32560
# category Package
# catalog-ctan /macros/latex/contrib/hyperxmp
# catalog-date 2014-01-03 12:23:53 +0100
# catalog-license lppl1.3
# catalog-version 2.4
Name:		texlive-hyperxmp
Version:	2.40
Release:	2
Summary:	Embed XMP metadata within a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hyperxmp
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperxmp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperxmp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperxmp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
XMP (eXtensible Metadata Platform) is a mechanism proposed by
Adobe for embedding document metadata within the document
itself. The metadata is designed to be easy to extract, even by
programs that are oblivious to the document's file format. Most
of Adobe's applications store XMP metadata when saving files.
Now, with the hyperxmp package, it is trivial for LaTeX
document authors to store XMP metadata in their documents as
well. Version 2.2 of the package added support for the IPTC
Photo Metadata schema. It allows \xmpcomma and \xmpquote to be
used in any hyperxmp option, not only those that require
special treatment of commas. And it introduces an \xmplinesep
macro that controls how multiline fields are represented in the
XMP packet. The package integrates seamlessly with hyperref and
requires virtually no modifications to documents that already
exploit hyperref's mechanisms for specifying PDF metadata. The
current version of hyperxmp can embed the following metadata as
XMP: title, authors, primary author's title or position,
metadata writer, subject/summary, keywords, copyright, license
URL, document base URL, document identifier and instance
identifier, language, source file name, PDF generating tool,
PDF version, and contact telephone number/postal address/email
address/URL. Hyperxmp currently embeds XMP only within PDF
documents; it is compatible with pdflatex, xelatex,
latex+dvipdfm, and latex+dvips+ps2pdf.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hyperxmp/hyperxmp.sty
%doc %{_texmfdistdir}/doc/latex/hyperxmp/README
%doc %{_texmfdistdir}/doc/latex/hyperxmp/hyperxmp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hyperxmp/einstein-xmp.tex
%doc %{_texmfdistdir}/source/latex/hyperxmp/einstein1.png
%doc %{_texmfdistdir}/source/latex/hyperxmp/einstein2.png
%doc %{_texmfdistdir}/source/latex/hyperxmp/gglo-hyxmp.ist
%doc %{_texmfdistdir}/source/latex/hyperxmp/gind-hyxmp.ist
%doc %{_texmfdistdir}/source/latex/hyperxmp/hyperxmp.dtx
%doc %{_texmfdistdir}/source/latex/hyperxmp/hyperxmp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.40-2
+ Revision: 7371bbd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20313 |14mr|texlive-hyphen-afrikaans-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-afrikaans
Version:	20120611
Release:	2
Summary:	Afrikaans hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-afrikaans.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Afrikaans in T1/EC and UTF-8
encodings. OpenOffice includes older patterns created by a
different author, but the patterns packaged with TeX are
considered superior in quality.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-afrikaans
%_texmf_language_def_d/hyphen-afrikaans
%_texmf_language_lua_d/hyphen-afrikaans

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-afrikaans <<EOF
\%% from hyphen-afrikaans:
afrikaans loadhyph-af.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-afrikaans
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-afrikaans <<EOF
\%% from hyphen-afrikaans:
\addlanguage{afrikaans}{loadhyph-af.tex}{}{1}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-afrikaans
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-afrikaans <<EOF
-- from hyphen-afrikaans:
	['afrikaans'] = {
		loader = 'loadhyph-af.tex',
		lefthyphenmin = 1,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-af.pat.txt',
		hyphenation = 'hyph-af.hyp.txt',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: b162d65
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20314 |14mr|texlive-hyphen-ancientgreek-20131012-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-ancientgreek
Version:	20131012
Release:	6
Summary:	Ancient Greek hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-ancientgreek.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Ancient Greek in LGR and UTF-8
encodings, including support for (obsolete) Ibycus font
encoding. Patterns in UTF-8 use two code positions for each of
the vowels with acute accent (a.k.a tonos, oxia), e.g., U+03AE,
U+1F75 for eta.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/hyphen/grahyph5.tex
%{_texmfdistdir}/tex/generic/hyphen/ibyhyph.tex
%_texmf_language_dat_d/hyphen-ancientgreek
%_texmf_language_def_d/hyphen-ancientgreek
%_texmf_language_lua_d/hyphen-ancientgreek

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-ancientgreek <<EOF
\%% from hyphen-ancientgreek:
ancientgreek loadhyph-grc.tex
ibycus ibyhyph.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-ancientgreek
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-ancientgreek <<EOF
\%% from hyphen-ancientgreek:
\addlanguage{ancientgreek}{loadhyph-grc.tex}{}{1}{1}
\addlanguage{ibycus}{ibyhyph.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-ancientgreek
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-ancientgreek <<EOF
-- from hyphen-ancientgreek:
	['ancientgreek'] = {
		loader = 'loadhyph-grc.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-grc.pat.txt',
		hyphenation = '',
	},
	['ibycus'] = {
		loader = 'ibyhyph.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		special = 'disabled:8-bit only',
	},
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131012-6
+ Revision: b29cbfc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20315 |14mr|texlive-hyphen-arabic-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-arabic
Version:	20120124
Release:	2
Summary:	(No) Arabic hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-arabic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Prevent hyphenation in Arabic.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-arabic
%_texmf_language_def_d/hyphen-arabic
%_texmf_language_lua_d/hyphen-arabic

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-arabic <<EOF
\%% from hyphen-arabic:
arabic zerohyph.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-arabic
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-arabic <<EOF
\%% from hyphen-arabic:
\addlanguage{arabic}{zerohyph.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-arabic
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-arabic <<EOF
-- from hyphen-arabic:
	['arabic'] = {
		loader = 'zerohyph.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: 87eeb5c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20316 |14mr|texlive-hyphen-armenian-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-armenian
Version:	20120124
Release:	2
Summary:	Armenian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-armenian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Armenian for Unicode engines.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-armenian
%_texmf_language_def_d/hyphen-armenian
%_texmf_language_lua_d/hyphen-armenian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-armenian <<EOF
\%% from hyphen-armenian:
armenian loadhyph-hy.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-armenian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-armenian <<EOF
\%% from hyphen-armenian:
\addlanguage{armenian}{loadhyph-hy.tex}{}{1}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-armenian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-armenian <<EOF
-- from hyphen-armenian:
	['armenian'] = {
		loader = 'loadhyph-hy.tex',
		lefthyphenmin = 1,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-hy.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: 8d2d837
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20317 |14mr|texlive-hyphenat-2.3c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hyphenat
# catalog-date 2009-09-02 18:09:14 +0200
# catalog-license lppl1.3
# catalog-version 2.3c
Name:		texlive-hyphenat
Version:	2.3c
Release:	3
Summary:	Disable/enable hypenation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hyphenat
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package can disable all hyphenation or enable hyphenation
of non-alphabetics or monospaced fonts. The package can also
enable hyphenation within 'words' that contain non-alphabetic
characters (e.g., that include underscores), and hyphenation of
text typeset in monospaced (e.g., cmtt) fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hyphenat/hyphenat.sty
%doc %{_texmfdistdir}/doc/latex/hyphenat/README
%doc %{_texmfdistdir}/doc/latex/hyphenat/hyphenat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hyphenat/hyphenat.dtx
%doc %{_texmfdistdir}/source/latex/hyphenat/hyphenat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3c-3
+ Revision: 48d2037
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20318 |14mr|texlive-hyphen-base-20131023-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31131
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-base
Version:	20131023
Release:	6
Summary:	TeXLive hyphen-base package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-base.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive hyphen-base package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%config(noreplace) %{_texmfdistdir}/tex/generic/config/language.dat
%config(noreplace) %{_texmfdistdir}/tex/generic/config/language.dat.lua
%config(noreplace) %{_texmfdistdir}/tex/generic/config/language.def
%{_texmfdistdir}/tex/generic/config/language.us
%{_texmfdistdir}/tex/generic/config/language.us.def
%{_texmfdistdir}/tex/generic/config/language.us.lua
%{_texmfdistdir}/tex/generic/hyphen/dumyhyph.tex
%{_texmfdistdir}/tex/generic/hyphen/hyphen.tex
%{_texmfdistdir}/tex/generic/hyphen/hypht1.tex
%{_texmfdistdir}/tex/generic/hyphen/zerohyph.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131023-6
+ Revision: 8535bcc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20319 |14mr|texlive-hyphen-basque-20090924-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan /language/basque
# catalog-date 2009-09-24 15:05:48 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-hyphen-basque
Version:	20090924
Release:	4
Summary:	Basque hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/basque
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-basque.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Basque in T1/EC and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-basque
%_texmf_language_def_d/hyphen-basque
%_texmf_language_lua_d/hyphen-basque

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-basque <<EOF
\%% from hyphen-basque:
basque loadhyph-eu.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-basque
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-basque <<EOF
\%% from hyphen-basque:
\addlanguage{basque}{loadhyph-eu.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-basque
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-basque <<EOF
-- from hyphen-basque:
	['basque'] = {
		loader = 'loadhyph-eu.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-eu.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090924-4
+ Revision: a4f8ff5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20320 |14mr|texlive-hyphen-bulgarian-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-bulgarian
Version:	20120611
Release:	2
Summary:	Bulgarian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-bulgarian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Bulgarian in T2A and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-bulgarian
%_texmf_language_def_d/hyphen-bulgarian
%_texmf_language_lua_d/hyphen-bulgarian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-bulgarian <<EOF
\%% from hyphen-bulgarian:
bulgarian loadhyph-bg.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-bulgarian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-bulgarian <<EOF
\%% from hyphen-bulgarian:
\addlanguage{bulgarian}{loadhyph-bg.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-bulgarian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-bulgarian <<EOF
-- from hyphen-bulgarian:
	['bulgarian'] = {
		loader = 'loadhyph-bg.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-bg.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: 146e345
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20321 |14mr|texlive-hyphen-catalan-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-catalan
Version:	20120611
Release:	2
Summary:	Catalan hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-catalan.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Catalan in T1/EC and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-catalan
%_texmf_language_def_d/hyphen-catalan
%_texmf_language_lua_d/hyphen-catalan

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-catalan <<EOF
\%% from hyphen-catalan:
catalan loadhyph-ca.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-catalan
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-catalan <<EOF
\%% from hyphen-catalan:
\addlanguage{catalan}{loadhyph-ca.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-catalan
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-catalan <<EOF
-- from hyphen-catalan:
	['catalan'] = {
		loader = 'loadhyph-ca.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-ca.pat.txt',
		hyphenation = 'hyph-ca.hyp.txt',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: e3a7659
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20322 |14mr|texlive-hyphen-chinese-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-chinese
Version:	20120611
Release:	2
Summary:	Chinese pinyin hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-chinese.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for unaccented transliterated Mandarin
Chinese (pinyin) in T1/EC and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-chinese
%_texmf_language_def_d/hyphen-chinese
%_texmf_language_lua_d/hyphen-chinese

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-chinese <<EOF
\%% from hyphen-chinese:
pinyin loadhyph-zh-latn-pinyin.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-chinese
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-chinese <<EOF
\%% from hyphen-chinese:
\addlanguage{pinyin}{loadhyph-zh-latn-pinyin.tex}{}{1}{1}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-chinese
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-chinese <<EOF
-- from hyphen-chinese:
	['pinyin'] = {
		loader = 'loadhyph-zh-latn-pinyin.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-zh-latn-pinyin.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: 5f9b769
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20323 |14mr|texlive-hyphen-coptic-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-coptic
Version:	20120124
Release:	2
Summary:	Coptic hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-coptic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Coptic in UTF-8 encoding as well as in
ASCII-based encoding for 8-bit engines. The latter can only be
used with special Coptic fonts (like CBcoptic). The patterns
are considered experimental.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-coptic
%_texmf_language_def_d/hyphen-coptic
%_texmf_language_lua_d/hyphen-coptic

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-coptic <<EOF
\%% from hyphen-coptic:
coptic loadhyph-cop.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-coptic
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-coptic <<EOF
\%% from hyphen-coptic:
\addlanguage{coptic}{loadhyph-cop.tex}{}{1}{1}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-coptic
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-coptic <<EOF
-- from hyphen-coptic:
	['coptic'] = {
		loader = 'loadhyph-cop.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-cop.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: f9ce818
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20324 |14mr|texlive-hyphen-croatian-20110608-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan /language/hyphenation/hrhyph.tex
# catalog-date 2011-06-08 00:02:48 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-hyphen-croatian
Version:	20110608
Release:	4
Summary:	Croatian hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/hrhyph.tex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-croatian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Croatian in T1/EC and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-croatian
%_texmf_language_def_d/hyphen-croatian
%_texmf_language_lua_d/hyphen-croatian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-croatian <<EOF
\%% from hyphen-croatian:
croatian loadhyph-hr.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-croatian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-croatian <<EOF
\%% from hyphen-croatian:
\addlanguage{croatian}{loadhyph-hr.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-croatian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-croatian <<EOF
-- from hyphen-croatian:
	['croatian'] = {
		loader = 'loadhyph-hr.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-hr.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110608-4
+ Revision: 0b4735d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20325 |14mr|texlive-hyphen-czech-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-czech
Version:	20120611
Release:	2
Summary:	Czech hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-czech.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Czech in T1/EC and UTF-8 encodings.
Original patterns 'czhyphen' are still distributed in the
'csplain' package and loaded with ISO Latin 2 encoding (IL2).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-czech
%_texmf_language_def_d/hyphen-czech
%_texmf_language_lua_d/hyphen-czech

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-czech <<EOF
\%% from hyphen-czech:
czech loadhyph-cs.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-czech
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-czech <<EOF
\%% from hyphen-czech:
\addlanguage{czech}{loadhyph-cs.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-czech
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-czech <<EOF
-- from hyphen-czech:
	['czech'] = {
		loader = 'loadhyph-cs.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-cs.pat.txt',
		hyphenation = 'hyph-cs.hyp.txt',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: 50b9209
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20326 |14mr|texlive-hyphen-danish-20090925-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan /language/hyphenation/dkhyphen
# catalog-date 2009-09-25 22:54:35 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-hyphen-danish
Version:	20090925
Release:	4
Summary:	Danish hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/dkhyphen
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-danish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Danish in T1/EC and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-danish
%_texmf_language_def_d/hyphen-danish
%_texmf_language_lua_d/hyphen-danish

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-danish <<EOF
\%% from hyphen-danish:
danish loadhyph-da.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-danish
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-danish <<EOF
\%% from hyphen-danish:
\addlanguage{danish}{loadhyph-da.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-danish
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-danish <<EOF
-- from hyphen-danish:
	['danish'] = {
		loader = 'loadhyph-da.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-da.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090925-4
+ Revision: 9760d99
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20327 |14mr|texlive-hyphen-dutch-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-dutch
Version:	20120611
Release:	2
Summary:	Dutch hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-dutch.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Dutch in T1/EC and UTF-8 encodings.
These patterns don't handle cases like 'menuutje' > 'menu-tje',
and don't hyphenate words that have different hyphenations
according to their meaning.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-dutch
%_texmf_language_def_d/hyphen-dutch
%_texmf_language_lua_d/hyphen-dutch

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-dutch <<EOF
\%% from hyphen-dutch:
dutch loadhyph-nl.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-dutch
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-dutch <<EOF
\%% from hyphen-dutch:
\addlanguage{dutch}{loadhyph-nl.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-dutch
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-dutch <<EOF
-- from hyphen-dutch:
	['dutch'] = {
		loader = 'loadhyph-nl.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-nl.pat.txt',
		hyphenation = 'hyph-nl.hyp.txt',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: fd014f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20328 |14mr|texlive-hyphen-english-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-english
Version:	20120611
Release:	2
Summary:	English hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-english.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Additional hyphenation patterns for American and British
English in ASCII encoding.  The American English patterns
(usenglishmax) greatly extend the standard patterns from Knuth
to find many additional hyphenation points.  British English
hyphenation is completely different from US English, so has its
own set of patterns.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-english
%_texmf_language_def_d/hyphen-english
%_texmf_language_lua_d/hyphen-english

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-english <<EOF
\%% from hyphen-english:
ukenglish loadhyph-en-gb.tex
=british
=UKenglish
usenglishmax loadhyph-en-us.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-english
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-english <<EOF
\%% from hyphen-english:
\addlanguage{ukenglish}{loadhyph-en-gb.tex}{}{2}{3}
\addlanguage{british}{loadhyph-en-gb.tex}{}{2}{3}
\addlanguage{UKenglish}{loadhyph-en-gb.tex}{}{2}{3}
\addlanguage{usenglishmax}{loadhyph-en-us.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-english
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-english <<EOF
-- from hyphen-english:
	['ukenglish'] = {
		loader = 'loadhyph-en-gb.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = { 'british', 'UKenglish' },
		patterns = 'hyph-en-gb.pat.txt',
		hyphenation = 'hyph-en-gb.hyp.txt',
	},
	['usenglishmax'] = {
		loader = 'loadhyph-en-us.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-en-us.pat.txt',
		hyphenation = 'hyph-en-us.hyp.txt',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: fc0cd7b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20329 |14mr|texlive-hyphen-esperanto-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-esperanto
Version:	20120124
Release:	2
Summary:	Esperanto hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-esperanto.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Esperanto ISO Latin 3 and UTF-8
encodings. Note that TeX distributions don't ship any suitable
fonts in Latin 3 encoding, so unless you create your own font
support or want to use MlTeX, using native Unicode engines is
highly recommended.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-esperanto
%_texmf_language_def_d/hyphen-esperanto
%_texmf_language_lua_d/hyphen-esperanto

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-esperanto <<EOF
\%% from hyphen-esperanto:
esperanto loadhyph-eo.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-esperanto
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-esperanto <<EOF
\%% from hyphen-esperanto:
\addlanguage{esperanto}{loadhyph-eo.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-esperanto
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-esperanto <<EOF
-- from hyphen-esperanto:
	['esperanto'] = {
		loader = 'loadhyph-eo.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-eo.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: 6b98d60
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20330 |14mr|texlive-hyphen-estonian-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-estonian
Version:	20120124
Release:	2
Summary:	Estonian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-estonian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Estonian in T1/EC and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-estonian
%_texmf_language_def_d/hyphen-estonian
%_texmf_language_lua_d/hyphen-estonian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-estonian <<EOF
\%% from hyphen-estonian:
estonian loadhyph-et.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-estonian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-estonian <<EOF
\%% from hyphen-estonian:
\addlanguage{estonian}{loadhyph-et.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-estonian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-estonian <<EOF
-- from hyphen-estonian:
	['estonian'] = {
		loader = 'loadhyph-et.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-et.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: f884aa0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20331 |14mr|texlive-hyphen-ethiopic-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-ethiopic
Version:	20120124
Release:	2
Summary:	Hyphenation patterns for Ethiopic scripts
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-ethiopic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for languages written using the Ethiopic
script for Unicode engines. They are not supposed to be
linguistically relevant in all cases and should, for proper
typography, be replaced by files tailored to individual
languages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-ethiopic
%_texmf_language_def_d/hyphen-ethiopic
%_texmf_language_lua_d/hyphen-ethiopic

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-ethiopic <<EOF
\%% from hyphen-ethiopic:
ethiopic loadhyph-mul-ethi.tex
=amharic
=geez
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-ethiopic
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-ethiopic <<EOF
\%% from hyphen-ethiopic:
\addlanguage{ethiopic}{loadhyph-mul-ethi.tex}{}{1}{1}
\addlanguage{amharic}{loadhyph-mul-ethi.tex}{}{1}{1}
\addlanguage{geez}{loadhyph-mul-ethi.tex}{}{1}{1}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-ethiopic
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-ethiopic <<EOF
-- from hyphen-ethiopic:
	['ethiopic'] = {
		loader = 'loadhyph-mul-ethi.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = { 'amharic', 'geez' },
		patterns = 'hyph-mul-ethi.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: 9ec74ed
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20332 |14mr|texlive-hyphenex-20120203-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26276
# category Package
# catalog-ctan /info/digests/tugboat/hyphenex
# catalog-date 2012-02-03 11:53:44 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-hyphenex
Version:	20120203
Release:	2
Summary:	Generate a hyphenation exceptions file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/digests/tugboat/hyphenex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Exceptions for American English hyphenation patterns are
occasionally published in the TeX User Group magazine TUGboat.
This bundle provides alternative Perl and Bourne shell scripts
to convert the source of such an article into an exceptions
file, together with a recent copy of the article and its
translation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/hyphenex/ushyphex.tex
#- source
%doc %{_texmfdistdir}/source/generic/hyphenex/GNUmakefile
%doc %{_texmfdistdir}/source/generic/hyphenex/README
%doc %{_texmfdistdir}/source/generic/hyphenex/hyphenex.pl
%doc %{_texmfdistdir}/source/generic/hyphenex/hyphenex.sh
%doc %{_texmfdistdir}/source/generic/hyphenex/tb0hyf.pdf
%doc %{_texmfdistdir}/source/generic/hyphenex/tb0hyf.tex
%doc %{_texmfdistdir}/source/generic/hyphenex/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120203-2
+ Revision: 013326f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20333 |14mr|texlive-hyphen-farsi-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-farsi
Version:	20120124
Release:	2
Summary:	(No) Persian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-farsi.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Prevent hyphenation in Persian.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-farsi
%_texmf_language_def_d/hyphen-farsi
%_texmf_language_lua_d/hyphen-farsi

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-farsi <<EOF
\%% from hyphen-farsi:
farsi zerohyph.tex
=persian
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-farsi
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-farsi <<EOF
\%% from hyphen-farsi:
\addlanguage{farsi}{zerohyph.tex}{}{2}{3}
\addlanguage{persian}{zerohyph.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-farsi
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-farsi <<EOF
-- from hyphen-farsi:
	['farsi'] = {
		loader = 'zerohyph.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = { 'persian' },
		patterns = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: 1a9fe5f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20334 |14mr|texlive-hyphen-finnish-20090927-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan /language/hyphenation/fihyph
# catalog-date 2009-09-27 10:36:15 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-hyphen-finnish
Version:	20090927
Release:	5
Summary:	Finnish hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/fihyph
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-finnish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Finnish in T1/EC and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-finnish
%_texmf_language_def_d/hyphen-finnish
%_texmf_language_lua_d/hyphen-finnish

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-finnish <<EOF
\%% from hyphen-finnish:
finnish loadhyph-fi.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-finnish
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-finnish <<EOF
\%% from hyphen-finnish:
\addlanguage{finnish}{loadhyph-fi.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-finnish
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-finnish <<EOF
-- from hyphen-finnish:
	['finnish'] = {
		loader = 'loadhyph-fi.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-fi.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090927-5
+ Revision: 72e4587
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20335 |14mr|texlive-hyphen-french-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-french
Version:	20120611
Release:	2
Summary:	French hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-french.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for French in T1/EC and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-french
%_texmf_language_def_d/hyphen-french
%_texmf_language_lua_d/hyphen-french

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-french <<EOF
\%% from hyphen-french:
french loadhyph-fr.tex
=patois
=francais
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-french
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-french <<EOF
\%% from hyphen-french:
\addlanguage{french}{loadhyph-fr.tex}{}{2}{3}
\addlanguage{patois}{loadhyph-fr.tex}{}{2}{3}
\addlanguage{francais}{loadhyph-fr.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-french
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-french <<EOF
-- from hyphen-french:
	['french'] = {
		loader = 'loadhyph-fr.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = { 'patois', 'francais' },
		patterns = 'hyph-fr.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: 5fcecc0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20336 |14mr|texlive-hyphen-friulan-20120809-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26595
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-friulan
Version:	20120809
Release:	2
Summary:	Friulan hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-friulan.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Friulan in ASCII encoding. They are
supposed to comply with the common spelling of the Friulan
(Furlan) language as fixed by the Regional Law N.15/96 dated
November 6, 1996 and its following amendments.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-friulan
%_texmf_language_def_d/hyphen-friulan
%_texmf_language_lua_d/hyphen-friulan

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-friulan <<EOF
\%% from hyphen-friulan:
friulan loadhyph-fur.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-friulan
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-friulan <<EOF
\%% from hyphen-friulan:
\addlanguage{friulan}{loadhyph-fur.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-friulan
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-friulan <<EOF
-- from hyphen-friulan:
	['friulan'] = {
		loader = 'loadhyph-fur.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-fur.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120809-2
+ Revision: b75ab7e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20337 |14mr|texlive-hyphen-galician-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-galician
Version:	20120611
Release:	2
Summary:	Galician hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-galician.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Galician in T1/EC and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-galician
%_texmf_language_def_d/hyphen-galician
%_texmf_language_lua_d/hyphen-galician

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-galician <<EOF
\%% from hyphen-galician:
galician loadhyph-gl.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-galician
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-galician <<EOF
\%% from hyphen-galician:
\addlanguage{galician}{loadhyph-gl.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-galician
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-galician <<EOF
-- from hyphen-galician:
	['galician'] = {
		loader = 'loadhyph-gl.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-gl.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: b9a67dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20338 |14mr|texlive-hyphen-georgian-20131012-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30326
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-georgian
Version:	20131012
Release:	6
Summary:	Georgian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-georgian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Georgian in T8M, T8K and UTF-8
encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-georgian
%_texmf_language_def_d/hyphen-georgian
%_texmf_language_lua_d/hyphen-georgian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-georgian <<EOF
\%% from hyphen-georgian:
georgian loadhyph-ka.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-georgian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-georgian <<EOF
\%% from hyphen-georgian:
\addlanguage{georgian}{loadhyph-ka.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-georgian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-georgian <<EOF
-- from hyphen-georgian:
	['georgian'] = {
		loader = 'loadhyph-ka.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-ka.pat.txt',
		hyphenation = '',
	},
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131012-6
+ Revision: fbc7868
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20339 |14mr|texlive-hyphen-german-20131012-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-german
Version:	20131012
Release:	6
Summary:	German hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-german.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for German in T1/EC and UTF-8 encodings,
for traditional and reformed spelling, including Swiss German.
The package includes the latest patterns from dehyph-exptl
(known to TeX under names 'german', 'ngerman' and
'swissgerman'), however 8-bit engines still load old versions
of patterns for 'german' and 'ngerman' for backward-
compatibility reasons. Swiss German patterns are suitable for
Swiss Standard German (Hochdeutsch) not the Alemannic dialects
spoken in Switzerland (Schwyzerduetsch). There are no known
patterns for written Schwyzerduetsch.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/hyphen/dehyphn.tex
%{_texmfdistdir}/tex/generic/hyphen/dehypht.tex
%{_texmfdistdir}/tex/generic/hyphen/dehyphtex.tex
%{_texmfdistdir}/tex/generic/hyphen/ghyphen.README
%_texmf_language_dat_d/hyphen-german
%_texmf_language_def_d/hyphen-german
%_texmf_language_lua_d/hyphen-german

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-german <<EOF
\%% from hyphen-german:
german loadhyph-de-1901.tex
ngerman loadhyph-de-1996.tex
swissgerman loadhyph-de-ch-1901.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-german
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-german <<EOF
\%% from hyphen-german:
\addlanguage{german}{loadhyph-de-1901.tex}{}{2}{2}
\addlanguage{ngerman}{loadhyph-de-1996.tex}{}{2}{2}
\addlanguage{swissgerman}{loadhyph-de-ch-1901.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-german
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-german <<EOF
-- from hyphen-german:
	['german'] = {
		loader = 'loadhyph-de-1901.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-de-1901.pat.txt',
		hyphenation = '',
	},
	['ngerman'] = {
		loader = 'loadhyph-de-1996.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-de-1996.pat.txt',
		hyphenation = '',
	},
	['swissgerman'] = {
		loader = 'loadhyph-de-ch-1901.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-de-ch-1901.pat.txt',
		hyphenation = '',
	},
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131012-6
+ Revision: c0f0441
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20340 |14mr|texlive-hyphen-greek-5-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category TLCore
# catalog-ctan /language/hyphenation/elhyphen
# catalog-date 2012-05-25 14:41:32 +0200
# catalog-license other-free
# catalog-version 5
Name:		texlive-hyphen-greek
Version:	5
Release:	12
Summary:	Modern Greek hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/elhyphen
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-greek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-greek.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Modern Greek in monotonic and
polytonic spelling in LGR and UTF-8 encodings.  Patterns in
UTF-8 use two code positions for each of the vowels with acute
accent (a.k.a tonos, oxia), e.g., U+03AC, U+1F71 for alpha.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/hyphen/grmhyph5.tex
%{_texmfdistdir}/tex/generic/hyphen/grphyph5.tex
%_texmf_language_dat_d/hyphen-greek
%_texmf_language_def_d/hyphen-greek
%_texmf_language_lua_d/hyphen-greek
%doc %{_texmfdistdir}/doc/generic/elhyphen/README
%doc %{_texmfdistdir}/doc/generic/elhyphen/anc-test.ltx
%doc %{_texmfdistdir}/doc/generic/elhyphen/anc-test.pdf
%doc %{_texmfdistdir}/doc/generic/elhyphen/ancient.pdf
%doc %{_texmfdistdir}/doc/generic/elhyphen/compound.ltx
%doc %{_texmfdistdir}/doc/generic/elhyphen/compound.pdf
%doc %{_texmfdistdir}/doc/generic/elhyphen/copyrite.txt
%doc %{_texmfdistdir}/doc/generic/elhyphen/modern.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-greek <<EOF
\%% from hyphen-greek:
monogreek loadhyph-el-monoton.tex
greek loadhyph-el-polyton.tex
=polygreek
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-greek
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-greek <<EOF
\%% from hyphen-greek:
\addlanguage{monogreek}{loadhyph-el-monoton.tex}{}{1}{1}
\addlanguage{greek}{loadhyph-el-polyton.tex}{}{1}{1}
\addlanguage{polygreek}{loadhyph-el-polyton.tex}{}{1}{1}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-greek
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-greek <<EOF
-- from hyphen-greek:
	['monogreek'] = {
		loader = 'loadhyph-el-monoton.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-el-monoton.pat.txt',
		hyphenation = '',
	},
	['greek'] = {
		loader = 'loadhyph-el-polyton.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = { 'polygreek' },
		patterns = 'hyph-el-polyton.pat.txt',
		hyphenation = '',
	},
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5-12
+ Revision: a212be9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20341 |14mr|texlive-hyphen-hungarian-20120619-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category TLCore
# catalog-ctan /language/hungarian/hyphenation
# catalog-date 2012-06-19 22:38:05 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-hyphen-hungarian
Version:	20120619
Release:	6
Summary:	Hungarian hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hungarian/hyphenation
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-hungarian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-hungarian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Hungarian in T1/EC and UTF-8
encodings. From https://github.com/nagybence/huhyphn/.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-hungarian
%_texmf_language_def_d/hyphen-hungarian
%_texmf_language_lua_d/hyphen-hungarian
%doc %{_texmfdistdir}/doc/generic/huhyphen/huhyphn.pdf
%doc %{_texmfdistdir}/doc/generic/huhyphen/hyph_hu.dic
%doc %{_texmfdistdir}/doc/generic/huhyphen/searchforerrors.rb
%doc %{_texmfdistdir}/doc/generic/huhyphen/testhyphenation.rb

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-hungarian <<EOF
\%% from hyphen-hungarian:
hungarian loadhyph-hu.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-hungarian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-hungarian <<EOF
\%% from hyphen-hungarian:
\addlanguage{hungarian}{loadhyph-hu.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-hungarian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-hungarian <<EOF
-- from hyphen-hungarian:
	['hungarian'] = {
		loader = 'loadhyph-hu.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-hu.pat.txt',
		hyphenation = '',
	},
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120619-6
+ Revision: 6a9338d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20342 |14mr|texlive-hyphen-icelandic-20070417-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan /language/hyphenation/icehyph.tex
# catalog-date 2007-04-17 11:56:04 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-hyphen-icelandic
Version:	20070417
Release:	4
Summary:	Icelandic hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/icehyph.tex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-icelandic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Icelandic in T1/EC and UTF-8
encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-icelandic
%_texmf_language_def_d/hyphen-icelandic
%_texmf_language_lua_d/hyphen-icelandic

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-icelandic <<EOF
\%% from hyphen-icelandic:
icelandic loadhyph-is.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-icelandic
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-icelandic <<EOF
\%% from hyphen-icelandic:
\addlanguage{icelandic}{loadhyph-is.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-icelandic
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-icelandic <<EOF
-- from hyphen-icelandic:
	['icelandic'] = {
		loader = 'loadhyph-is.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-is.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070417-4
+ Revision: 25dc2ef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20343 |14mr|texlive-hyphen-indic-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-indic
Version:	20120611
Release:	2
Summary:	Indic hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-indic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Assamese, Bengali, Gujarati, Hindi,
Kannada, Malayalam, Marathi, Oriya, Panjabi, Tamil and Telugu
for Unicode engines.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-indic
%_texmf_language_def_d/hyphen-indic
%_texmf_language_lua_d/hyphen-indic

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-indic <<EOF
\%% from hyphen-indic:
assamese loadhyph-as.tex
bengali loadhyph-bn.tex
gujarati loadhyph-gu.tex
hindi loadhyph-hi.tex
kannada loadhyph-kn.tex
malayalam loadhyph-ml.tex
marathi loadhyph-mr.tex
oriya loadhyph-or.tex
panjabi loadhyph-pa.tex
tamil loadhyph-ta.tex
telugu loadhyph-te.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-indic
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-indic <<EOF
\%% from hyphen-indic:
\addlanguage{assamese}{loadhyph-as.tex}{}{1}{1}
\addlanguage{bengali}{loadhyph-bn.tex}{}{1}{1}
\addlanguage{gujarati}{loadhyph-gu.tex}{}{1}{1}
\addlanguage{hindi}{loadhyph-hi.tex}{}{1}{1}
\addlanguage{kannada}{loadhyph-kn.tex}{}{1}{1}
\addlanguage{malayalam}{loadhyph-ml.tex}{}{1}{1}
\addlanguage{marathi}{loadhyph-mr.tex}{}{1}{1}
\addlanguage{oriya}{loadhyph-or.tex}{}{1}{1}
\addlanguage{panjabi}{loadhyph-pa.tex}{}{1}{1}
\addlanguage{tamil}{loadhyph-ta.tex}{}{1}{1}
\addlanguage{telugu}{loadhyph-te.tex}{}{1}{1}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-indic
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-indic <<EOF
-- from hyphen-indic:
	['assamese'] = {
		loader = 'loadhyph-as.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-as.pat.txt',
		hyphenation = '',
	},
	['bengali'] = {
		loader = 'loadhyph-bn.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-bn.pat.txt',
		hyphenation = '',
	},
	['gujarati'] = {
		loader = 'loadhyph-gu.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-gu.pat.txt',
		hyphenation = '',
	},
	['hindi'] = {
		loader = 'loadhyph-hi.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-hi.pat.txt',
		hyphenation = '',
	},
	['kannada'] = {
		loader = 'loadhyph-kn.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-kn.pat.txt',
		hyphenation = '',
	},
	['malayalam'] = {
		loader = 'loadhyph-ml.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-ml.pat.txt',
		hyphenation = '',
	},
	['marathi'] = {
		loader = 'loadhyph-mr.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-mr.pat.txt',
		hyphenation = '',
	},
	['oriya'] = {
		loader = 'loadhyph-or.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-or.pat.txt',
		hyphenation = '',
	},
	['panjabi'] = {
		loader = 'loadhyph-pa.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-pa.pat.txt',
		hyphenation = '',
	},
	['tamil'] = {
		loader = 'loadhyph-ta.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-ta.pat.txt',
		hyphenation = '',
	},
	['telugu'] = {
		loader = 'loadhyph-te.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-te.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: 941e46e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20344 |14mr|texlive-hyphen-indonesian-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-indonesian
Version:	20120611
Release:	2
Summary:	Indonesian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-indonesian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Indonesian (Bahasa Indonesia) in ASCII
encoding.  They are probably also usable for Malay (Bahasa
Melayu).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-indonesian
%_texmf_language_def_d/hyphen-indonesian
%_texmf_language_lua_d/hyphen-indonesian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-indonesian <<EOF
\%% from hyphen-indonesian:
indonesian loadhyph-id.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-indonesian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-indonesian <<EOF
\%% from hyphen-indonesian:
\addlanguage{indonesian}{loadhyph-id.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-indonesian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-indonesian <<EOF
-- from hyphen-indonesian:
	['indonesian'] = {
		loader = 'loadhyph-id.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-id.pat.txt',
		hyphenation = 'hyph-id.hyp.txt',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: fdfee42
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20345 |14mr|texlive-hyphen-interlingua-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-interlingua
Version:	20120611
Release:	2
Summary:	Interlingua hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-interlingua.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Interlingua in ASCII encoding.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-interlingua
%_texmf_language_def_d/hyphen-interlingua
%_texmf_language_lua_d/hyphen-interlingua

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-interlingua <<EOF
\%% from hyphen-interlingua:
interlingua loadhyph-ia.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-interlingua
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-interlingua <<EOF
\%% from hyphen-interlingua:
\addlanguage{interlingua}{loadhyph-ia.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-interlingua
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-interlingua <<EOF
-- from hyphen-interlingua:
	['interlingua'] = {
		loader = 'loadhyph-ia.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-ia.pat.txt',
		hyphenation = 'hyph-ia.hyp.txt',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: 41fb4f8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20346 |14mr|texlive-hyphen-irish-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-irish
Version:	20120611
Release:	2
Summary:	Irish hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-irish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Irish (Gaeilge) in T1/EC and UTF-8
encodings. Visit http://borel.slu.edu/fleiscin/index.html for
more information.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-irish
%_texmf_language_def_d/hyphen-irish
%_texmf_language_lua_d/hyphen-irish

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-irish <<EOF
\%% from hyphen-irish:
irish loadhyph-ga.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-irish
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-irish <<EOF
\%% from hyphen-irish:
\addlanguage{irish}{loadhyph-ga.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-irish
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-irish <<EOF
-- from hyphen-irish:
	['irish'] = {
		loader = 'loadhyph-ga.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-ga.pat.txt',
		hyphenation = 'hyph-ga.hyp.txt',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: 2b98950
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20347 |14mr|texlive-hyphen-italian-4.8g-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan /language/hyphenation/ithyph.tex
# catalog-date 2009-09-29 00:01:21 +0200
# catalog-license lgpl
# catalog-version 4.8g
Name:		texlive-hyphen-italian
Version:	4.8g
Release:	5
Summary:	Italian hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/ithyph.tex
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-italian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Italian in ASCII encoding. Compliant
with the Recommendation UNI 6461 on hyphenation issued by the
Italian Standards Institution (Ente Nazionale di Unificazione
UNI).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-italian
%_texmf_language_def_d/hyphen-italian
%_texmf_language_lua_d/hyphen-italian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-italian <<EOF
\%% from hyphen-italian:
italian loadhyph-it.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-italian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-italian <<EOF
\%% from hyphen-italian:
\addlanguage{italian}{loadhyph-it.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-italian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-italian <<EOF
-- from hyphen-italian:
	['italian'] = {
		loader = 'loadhyph-it.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-it.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.8g-5
+ Revision: b815af0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20348 |14mr|texlive-hyphen-kurmanji-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-kurmanji
Version:	20120611
Release:	2
Summary:	Kurmanji hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-kurmanji.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Kurmanji (Northern Kurdish) as spoken
in Turkey and by the Kurdish diaspora in Europe, in T1/EC and
UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-kurmanji
%_texmf_language_def_d/hyphen-kurmanji
%_texmf_language_lua_d/hyphen-kurmanji

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-kurmanji <<EOF
\%% from hyphen-kurmanji:
kurmanji loadhyph-kmr.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-kurmanji
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-kurmanji <<EOF
\%% from hyphen-kurmanji:
\addlanguage{kurmanji}{loadhyph-kmr.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-kurmanji
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-kurmanji <<EOF
-- from hyphen-kurmanji:
	['kurmanji'] = {
		loader = 'loadhyph-kmr.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-kmr.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: 414bedb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20349 |14mr|texlive-hyphen-lao-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-lao
Version:	20120124
Release:	2
Summary:	Lao hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-lao.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Lao language for Unicode engines.
Current version is experimental and gives bad results.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-lao
%_texmf_language_def_d/hyphen-lao
%_texmf_language_lua_d/hyphen-lao

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-lao <<EOF
\%% from hyphen-lao:
lao loadhyph-lo.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-lao
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-lao <<EOF
\%% from hyphen-lao:
\addlanguage{lao}{loadhyph-lo.tex}{}{1}{1}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-lao
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-lao <<EOF
-- from hyphen-lao:
	['lao'] = {
		loader = 'loadhyph-lo.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-lo.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: 53855c9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20350 |14mr|texlive-hyphen-latin-3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan /language/hyphenation/lahyph.tex
# catalog-date 2009-09-29 00:01:21 +0200
# catalog-license lppl
# catalog-version 3.1
Name:		texlive-hyphen-latin
Version:	3.1
Release:	5
Summary:	Latin hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/lahyph.tex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-latin.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Latin in T1/EC and UTF-8 encodings,
mainly in modern spelling (u when u is needed and v when v is
needed), medieval spelling with the ligatures \ae and \oe and
the (uncial) lowercase 'v' written as a 'u' is also supported.
Apparently there is no conflict between the patterns of modern
Latin and those of medieval Latin.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-latin
%_texmf_language_def_d/hyphen-latin
%_texmf_language_lua_d/hyphen-latin

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-latin <<EOF
\%% from hyphen-latin:
latin loadhyph-la.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-latin
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-latin <<EOF
\%% from hyphen-latin:
\addlanguage{latin}{loadhyph-la.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-latin
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-latin <<EOF
-- from hyphen-latin:
	['latin'] = {
		loader = 'loadhyph-la.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-la.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1-5
+ Revision: 5039d67
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20351 |14mr|texlive-hyphen-latvian-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-latvian
Version:	20120611
Release:	2
Summary:	Latvian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-latvian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Latvian in L7X and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-latvian
%_texmf_language_def_d/hyphen-latvian
%_texmf_language_lua_d/hyphen-latvian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-latvian <<EOF
\%% from hyphen-latvian:
latvian loadhyph-lv.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-latvian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-latvian <<EOF
\%% from hyphen-latvian:
\addlanguage{latvian}{loadhyph-lv.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-latvian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-latvian <<EOF
-- from hyphen-latvian:
	['latvian'] = {
		loader = 'loadhyph-lv.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-lv.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: 9505157
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20352 |14mr|texlive-hyphen-lithuanian-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-lithuanian
Version:	20120124
Release:	2
Summary:	Lithuanian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-lithuanian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Lithuanian in L7X and UTF-8 encodings.
\lefthyphenmin and \righthyphenmin have to be at least 2.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-lithuanian
%_texmf_language_def_d/hyphen-lithuanian
%_texmf_language_lua_d/hyphen-lithuanian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-lithuanian <<EOF
\%% from hyphen-lithuanian:
lithuanian loadhyph-lt.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-lithuanian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-lithuanian <<EOF
\%% from hyphen-lithuanian:
\addlanguage{lithuanian}{loadhyph-lt.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-lithuanian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-lithuanian <<EOF
-- from hyphen-lithuanian:
	['lithuanian'] = {
		loader = 'loadhyph-lt.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-lt.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: 8e07fb5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20353 |14mr|texlive-hyphen-mongolian-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-mongolian
Version:	20120611
Release:	2
Summary:	Mongolian hyphenation patterns in Cyrillic script
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-mongolian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Mongolian in T2A, LMC and UTF-8
encodings. LMC encoding is used in MonTeX. The package includes
two sets of patterns that will hopefully be merged in future.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-mongolian
%_texmf_language_def_d/hyphen-mongolian
%_texmf_language_lua_d/hyphen-mongolian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-mongolian <<EOF
\%% from hyphen-mongolian:
mongolian loadhyph-mn-cyrl.tex
mongolianlmc loadhyph-mn-cyrl-x-lmc.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-mongolian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-mongolian <<EOF
\%% from hyphen-mongolian:
\addlanguage{mongolian}{loadhyph-mn-cyrl.tex}{}{2}{2}
\addlanguage{mongolianlmc}{loadhyph-mn-cyrl-x-lmc.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-mongolian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-mongolian <<EOF
-- from hyphen-mongolian:
	['mongolian'] = {
		loader = 'loadhyph-mn-cyrl.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-mn-cyrl.pat.txt',
		hyphenation = '',
	},
	['mongolianlmc'] = {
		loader = 'loadhyph-mn-cyrl-x-lmc.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		special = 'disabled:only for 8bit montex with lmc encoding',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: b01e9e9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20354 |14mr|texlive-hyphen-norwegian-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-norwegian
Version:	20120124
Release:	2
Summary:	Norwegian Bokmal and Nynorsk hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-norwegian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Norwegian Bokmal and Nynorsk in T1/EC
and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-norwegian
%_texmf_language_def_d/hyphen-norwegian
%_texmf_language_lua_d/hyphen-norwegian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-norwegian <<EOF
\%% from hyphen-norwegian:
bokmal loadhyph-nb.tex
=norwegian
=norsk
nynorsk loadhyph-nn.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-norwegian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-norwegian <<EOF
\%% from hyphen-norwegian:
\addlanguage{bokmal}{loadhyph-nb.tex}{}{2}{2}
\addlanguage{norwegian}{loadhyph-nb.tex}{}{2}{2}
\addlanguage{norsk}{loadhyph-nb.tex}{}{2}{2}
\addlanguage{nynorsk}{loadhyph-nn.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-norwegian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-norwegian <<EOF
-- from hyphen-norwegian:
	['bokmal'] = {
		loader = 'loadhyph-nb.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = { 'norwegian', 'norsk' },
		patterns = 'hyph-nb.pat.txt',
		hyphenation = 'hyph-nb.hyp.txt',
	},
	['nynorsk'] = {
		loader = 'loadhyph-nn.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-nn.pat.txt',
		hyphenation = 'hyph-nn.hyp.txt',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: 7dab95d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20355 |14mr|texlive-hyphen-piedmontese-20131011-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29193
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-piedmontese
Version:	20131011
Release:	6
Summary:	Piedmontese hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-piedmontese.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Piedmontese in ASCII encoding.
Compliant with 'Gramatica dla lengua piemonteisa' by Camillo
Brero.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-piedmontese
%_texmf_language_def_d/hyphen-piedmontese
%_texmf_language_lua_d/hyphen-piedmontese

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-piedmontese <<EOF
\%% from hyphen-piedmontese:
piedmontese loadhyph-pms.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-piedmontese
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-piedmontese <<EOF
\%% from hyphen-piedmontese:
\addlanguage{piedmontese}{loadhyph-pms.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-piedmontese
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-piedmontese <<EOF
-- from hyphen-piedmontese:
	['piedmontese'] = {
		loader = 'loadhyph-pms.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-pms.pat.txt',
		hyphenation = '',
	},
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131011-6
+ Revision: 43cb362
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20356 |14mr|texlive-hyphen-polish-3.0a-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan /language/polish/plhyph.tex
# catalog-date 2009-10-07 21:35:42 +0200
# catalog-license knuth
# catalog-version 3.0a
Name:		texlive-hyphen-polish
Version:	3.0a
Release:	5
Summary:	Polish hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/polish/plhyph.tex
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-polish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Polish in QX and UTF-8 encodings.
These patterns are also used by Polish TeX formats MeX and
LaMeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-polish
%_texmf_language_def_d/hyphen-polish
%_texmf_language_lua_d/hyphen-polish

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-polish <<EOF
\%% from hyphen-polish:
polish loadhyph-pl.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-polish
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-polish <<EOF
\%% from hyphen-polish:
\addlanguage{polish}{loadhyph-pl.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-polish
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-polish <<EOF
-- from hyphen-polish:
	['polish'] = {
		loader = 'loadhyph-pl.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-pl.pat.txt',
		hyphenation = 'hyph-pl.hyp.txt',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0a-5
+ Revision: 083f10a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20357 |14mr|texlive-hyphen-portuguese-20131011-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31125
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-portuguese
Version:	20131011
Release:	6
Summary:	Portuguese hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-portuguese.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Portuguese in T1/EC and UTF-8
encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-portuguese
%_texmf_language_def_d/hyphen-portuguese
%_texmf_language_lua_d/hyphen-portuguese

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-portuguese <<EOF
\%% from hyphen-portuguese:
portuguese loadhyph-pt.tex
=portuges
=brazil
=brazilian
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-portuguese
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-portuguese <<EOF
\%% from hyphen-portuguese:
\addlanguage{portuguese}{loadhyph-pt.tex}{}{2}{3}
\addlanguage{portuges}{loadhyph-pt.tex}{}{2}{3}
\addlanguage{brazil}{loadhyph-pt.tex}{}{2}{3}
\addlanguage{brazilian}{loadhyph-pt.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-portuguese
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-portuguese <<EOF
-- from hyphen-portuguese:
	['portuguese'] = {
		loader = 'loadhyph-pt.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = { 'portuges', 'brazil', 'brazilian' },
		patterns = 'hyph-pt.pat.txt',
		hyphenation = 'hyph-pt.hyp.txt',
	},
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131011-6
+ Revision: e3bb8b3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20358 |14mr|texlive-hyphen-romanian-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-romanian
Version:	20120611
Release:	2
Summary:	Romanian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-romanian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Romanian in T1/EC and UTF-8 encodings.
The UTF-8 patterns use U+0219 for the character 's with comma
accent' and U+021B for 't with comma accent', but we may
consider using U+015F and U+0163 as well in the future.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-romanian
%_texmf_language_def_d/hyphen-romanian
%_texmf_language_lua_d/hyphen-romanian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-romanian <<EOF
\%% from hyphen-romanian:
romanian loadhyph-ro.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-romanian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-romanian <<EOF
\%% from hyphen-romanian:
\addlanguage{romanian}{loadhyph-ro.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-romanian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-romanian <<EOF
-- from hyphen-romanian:
	['romanian'] = {
		loader = 'loadhyph-ro.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-ro.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: 7e29ef8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20359 |14mr|texlive-hyphen-romansh-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-romansh
Version:	20120611
Release:	2
Summary:	Romansh hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-romansh.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Romansh in ASCII encoding. They are
supposed to comply with the rules indicated by the Lia
Rumantscha (Romansh language society).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-romansh
%_texmf_language_def_d/hyphen-romansh
%_texmf_language_lua_d/hyphen-romansh

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-romansh <<EOF
\%% from hyphen-romansh:
romansh loadhyph-rm.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-romansh
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-romansh <<EOF
\%% from hyphen-romansh:
\addlanguage{romansh}{loadhyph-rm.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-romansh
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-romansh <<EOF
-- from hyphen-romansh:
	['romansh'] = {
		loader = 'loadhyph-rm.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-rm.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: 20b3fe0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20360 |14mr|texlive-hyphen-russian-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-russian
Version:	20120124
Release:	2
Summary:	Russian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-russian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8
Requires:	texlive-ruhyphen

%description
Hyphenation patterns for Russian in T2A and UTF-8 encodings.
For 8-bit engines, the 'ruhyphen' package provides a number of
different pattern sets, as well as different (8-bit) encodings,
that can be chosen at format-generation time.  The UTF-8
version only provides the default pattern set.  A mechanism
similar to the one used for 8-bit patterns may be implemented
in the future.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-russian
%_texmf_language_def_d/hyphen-russian
%_texmf_language_lua_d/hyphen-russian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-russian <<EOF
\%% from hyphen-russian:
russian loadhyph-ru.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-russian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-russian <<EOF
\%% from hyphen-russian:
\addlanguage{russian}{loadhyph-ru.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-russian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-russian <<EOF
-- from hyphen-russian:
	['russian'] = {
		loader = 'loadhyph-ru.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-ru.pat.txt',
		hyphenation = 'hyph-ru.hyp.txt',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: 355ee0f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20361 |14mr|texlive-hyphen-sanskrit-20131011-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28522
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-sanskrit
Version:	20131011
Release:	6
Summary:	Sanskrit hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-sanskrit.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Sanskrit and Prakrit in
transliteration, and in Devanagari, Bengali, Kannada, Malayalam
and Telugu scripts for Unicode engines.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-sanskrit
%_texmf_language_def_d/hyphen-sanskrit
%_texmf_language_lua_d/hyphen-sanskrit

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-sanskrit <<EOF
\%% from hyphen-sanskrit:
sanskrit loadhyph-sa.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-sanskrit
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-sanskrit <<EOF
\%% from hyphen-sanskrit:
\addlanguage{sanskrit}{loadhyph-sa.tex}{}{1}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-sanskrit
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-sanskrit <<EOF
-- from hyphen-sanskrit:
	['sanskrit'] = {
		loader = 'loadhyph-sa.tex',
		lefthyphenmin = 1,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-sa.pat.txt',
		hyphenation = '',
	},
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131011-6
+ Revision: 3696d78
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20362 |14mr|texlive-hyphen-serbian-1.0a-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan /language/hyphenation/srhyphc.tex
# catalog-date 2007-02-28 00:02:05 +0100
# catalog-license gpl
# catalog-version 1.0a
Name:		texlive-hyphen-serbian
Version:	1.0a
Release:	5
Summary:	Serbian hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/srhyphc.tex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-serbian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Serbian in T1/EC, T2A and UTF-8
encodings. For 8-bit engines the patterns are available
separately as 'serbian' in T1/EC encoding for Latin script and
'serbianc' in T2A encoding for Cyrillic script. Unicode engines
should only use 'serbian' which has patterns in both scripts
combined.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-serbian
%_texmf_language_def_d/hyphen-serbian
%_texmf_language_lua_d/hyphen-serbian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-serbian <<EOF
\%% from hyphen-serbian:
serbian loadhyph-sr-latn.tex
serbianc loadhyph-sr-cyrl.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-serbian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-serbian <<EOF
\%% from hyphen-serbian:
\addlanguage{serbian}{loadhyph-sr-latn.tex}{}{2}{2}
\addlanguage{serbianc}{loadhyph-sr-cyrl.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-serbian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-serbian <<EOF
-- from hyphen-serbian:
	['serbian'] = {
		loader = 'loadhyph-sr-latn.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-sh-latn.pat.txt,hyph-sh-cyrl.pat.txt',
		hyphenation = 'hyph-sh-latn.hyp.txt,hyph-sh-cyrl.hyp.txt',
	},
	['serbianc'] = {
		loader = 'loadhyph-sr-cyrl.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-sh-latn.pat.txt,hyph-sh-cyrl.pat.txt',
		hyphenation = 'hyph-sh-latn.hyp.txt,hyph-sh-cyrl.hyp.txt',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-5
+ Revision: ffa9f02
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20363 |14mr|texlive-hyphen-slovak-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-slovak
Version:	20120611
Release:	2
Summary:	Slovak hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-slovak.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Slovak in T1/EC and UTF-8 encodings.
Original patterns 'skhyphen' are still distributed in the
'csplain' package and loaded with ISO Latin 2 encoding (IL2).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-slovak
%_texmf_language_def_d/hyphen-slovak
%_texmf_language_lua_d/hyphen-slovak

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-slovak <<EOF
\%% from hyphen-slovak:
slovak loadhyph-sk.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-slovak
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-slovak <<EOF
\%% from hyphen-slovak:
\addlanguage{slovak}{loadhyph-sk.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-slovak
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-slovak <<EOF
-- from hyphen-slovak:
	['slovak'] = {
		loader = 'loadhyph-sk.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-sk.pat.txt',
		hyphenation = 'hyph-sk.hyp.txt',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: 6875dd1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20364 |14mr|texlive-hyphen-slovenian-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-slovenian
Version:	20120611
Release:	2
Summary:	Slovenian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-slovenian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Slovenian in T1/EC and UTF-8
encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-slovenian
%_texmf_language_def_d/hyphen-slovenian
%_texmf_language_lua_d/hyphen-slovenian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-slovenian <<EOF
\%% from hyphen-slovenian:
slovenian loadhyph-sl.tex
=slovene
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-slovenian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-slovenian <<EOF
\%% from hyphen-slovenian:
\addlanguage{slovenian}{loadhyph-sl.tex}{}{2}{2}
\addlanguage{slovene}{loadhyph-sl.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-slovenian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-slovenian <<EOF
-- from hyphen-slovenian:
	['slovenian'] = {
		loader = 'loadhyph-sl.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = { 'slovene' },
		patterns = 'hyph-sl.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: c6be903
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20365 |14mr|texlive-hyphen-spanish-4.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan /language/spanish/hyphen/base
# catalog-date 2009-08-01 23:35:18 +0200
# catalog-license lppl
# catalog-version 4.5
Name:		texlive-hyphen-spanish
Version:	4.5
Release:	5
Summary:	Spanish hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/spanish/hyphen/base
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-spanish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Spanish in T1/EC and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-spanish
%_texmf_language_def_d/hyphen-spanish
%_texmf_language_lua_d/hyphen-spanish

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-spanish <<EOF
\%% from hyphen-spanish:
spanish loadhyph-es.tex
=espanol
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-spanish
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-spanish <<EOF
\%% from hyphen-spanish:
\addlanguage{spanish}{loadhyph-es.tex}{}{2}{2}
\addlanguage{espanol}{loadhyph-es.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-spanish
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-spanish <<EOF
-- from hyphen-spanish:
	['spanish'] = {
		loader = 'loadhyph-es.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = { 'espanol' },
		patterns = 'hyph-es.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.5-5
+ Revision: 4750206
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20366 |14mr|texlive-hyphen-swedish-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-swedish
Version:	20120124
Release:	2
Summary:	Swedish hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-swedish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Swedish in T1/EC and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-swedish
%_texmf_language_def_d/hyphen-swedish
%_texmf_language_lua_d/hyphen-swedish

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-swedish <<EOF
\%% from hyphen-swedish:
swedish loadhyph-sv.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-swedish
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-swedish <<EOF
\%% from hyphen-swedish:
\addlanguage{swedish}{loadhyph-sv.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-swedish
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-swedish <<EOF
-- from hyphen-swedish:
	['swedish'] = {
		loader = 'loadhyph-sv.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-sv.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: 61c51af
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20367 |14mr|texlive-hyphen-thai-20131011-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30605
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-thai
Version:	20131011
Release:	6
Summary:	Thai hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-thai.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Thai in LTH and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-thai
%_texmf_language_def_d/hyphen-thai
%_texmf_language_lua_d/hyphen-thai

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-thai <<EOF
\%% from hyphen-thai:
thai loadhyph-th.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-thai
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-thai <<EOF
\%% from hyphen-thai:
\addlanguage{thai}{loadhyph-th.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-thai
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-thai <<EOF
-- from hyphen-thai:
	['thai'] = {
		loader = 'loadhyph-th.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-th.pat.txt',
		hyphenation = '',
	},
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131011-6
+ Revision: 3cfe9f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20368 |14mr|texlive-hyphen-turkish-20110223-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan /language/hyphenation/tkhyph.tex
# catalog-date 2011-02-23 08:51:21 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-hyphen-turkish
Version:	20110223
Release:	4
Summary:	Turkish hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/tkhyph.tex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-turkish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Turkish in T1/EC and UTF-8 encodings.
The patterns for Turkish were first produced for the Ottoman
Texts Project in 1987 and were suitable for both Modern Turkish
and Ottoman Turkish in Latin script, however the required
character set didn't fit into EC encoding, so support for
Ottoman Turkish had to be dropped to keep compatibility with 8-
bit engines.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-turkish
%_texmf_language_def_d/hyphen-turkish
%_texmf_language_lua_d/hyphen-turkish

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-turkish <<EOF
\%% from hyphen-turkish:
turkish loadhyph-tr.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-turkish
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-turkish <<EOF
\%% from hyphen-turkish:
\addlanguage{turkish}{loadhyph-tr.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-turkish
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-turkish <<EOF
-- from hyphen-turkish:
	['turkish'] = {
		loader = 'loadhyph-tr.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-tr.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110223-4
+ Revision: ab12800
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20369 |14mr|texlive-hyphen-turkmen-20120611-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-turkmen
Version:	20120611
Release:	2
Summary:	Turkmen hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-turkmen.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Turkmen in T1/EC and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-turkmen
%_texmf_language_def_d/hyphen-turkmen
%_texmf_language_lua_d/hyphen-turkmen

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-turkmen <<EOF
\%% from hyphen-turkmen:
turkmen loadhyph-tk.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-turkmen
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-turkmen <<EOF
\%% from hyphen-turkmen:
\addlanguage{turkmen}{loadhyph-tk.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-turkmen
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-turkmen <<EOF
-- from hyphen-turkmen:
	['turkmen'] = {
		loader = 'loadhyph-tk.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-tk.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120611-2
+ Revision: cb143c8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20370 |14mr|texlive-hyphen-ukrainian-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-ukrainian
Version:	20120124
Release:	2
Summary:	Ukrainian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-ukrainian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8
Requires:	texlive-ukrhyph

%description
Hyphenation patterns for Ukrainian in T2A and UTF-8 encodings.
For 8-bit engines, the 'ukrhyph' package provides a number of
different pattern sets, as well as different (8-bit) encodings,
that can be chosen at format-generation time.  The UTF-8
version only provides the default pattern set.  A mechanism
similar to the one used for 8-bit patterns may be implemented
in the future.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-ukrainian
%_texmf_language_def_d/hyphen-ukrainian
%_texmf_language_lua_d/hyphen-ukrainian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-ukrainian <<EOF
\%% from hyphen-ukrainian:
ukrainian loadhyph-uk.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-ukrainian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-ukrainian <<EOF
\%% from hyphen-ukrainian:
\addlanguage{ukrainian}{loadhyph-uk.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-ukrainian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-ukrainian <<EOF
-- from hyphen-ukrainian:
	['ukrainian'] = {
		loader = 'loadhyph-uk.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-uk.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: af7c228
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20371 |14mr|texlive-hyphen-uppersorbian-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-uppersorbian
Version:	20120124
Release:	2
Summary:	Upper Sorbian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-uppersorbian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Upper Sorbian in T1/EC and UTF-8
encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-uppersorbian
%_texmf_language_def_d/hyphen-uppersorbian
%_texmf_language_lua_d/hyphen-uppersorbian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-uppersorbian <<EOF
\%% from hyphen-uppersorbian:
uppersorbian loadhyph-hsb.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-uppersorbian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-uppersorbian <<EOF
\%% from hyphen-uppersorbian:
\addlanguage{uppersorbian}{loadhyph-hsb.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-uppersorbian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-uppersorbian <<EOF
-- from hyphen-uppersorbian:
	['uppersorbian'] = {
		loader = 'loadhyph-hsb.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-hsb.pat.txt',
		hyphenation = 'hyph-hsb.hyp.txt',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: cc06441
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20372 |14mr|texlive-hyphen-welsh-20120124-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-welsh
Version:	20120124
Release:	2
Summary:	Welsh hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-welsh.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Welsh in T1/EC and UTF-8 encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-welsh
%_texmf_language_def_d/hyphen-welsh
%_texmf_language_lua_d/hyphen-welsh

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-welsh <<EOF
\%% from hyphen-welsh:
welsh loadhyph-cy.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-welsh
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-welsh <<EOF
\%% from hyphen-welsh:
\addlanguage{welsh}{loadhyph-cy.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-welsh
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-welsh <<EOF
-- from hyphen-welsh:
	['welsh'] = {
		loader = 'loadhyph-cy.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-cy.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120124-2
+ Revision: 06fdbcb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20373 |14mr|texlive-hyph-utf8-20130508-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30757
# category Package
# catalog-ctan /language/hyph-utf8
# catalog-date 2013-05-08 01:16:25 +0200
# catalog-license other-free
# catalog-version undef
Summary:	Hyphenation patterns expressed in UTF-8
Name:		texlive-hyph-utf8
Version:	20130508
Release:	6
License:	OTHER-FREE
Group:		Publishing
Url:		http://www.ctan.org/tex-archive/language/hyph-utf8
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyph-utf8.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyph-utf8.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyph-utf8.source.tar.xz
Source10:	%{name}.rpmlintrc
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Modern native UTF-8 engines such as XeTeX and LuaTeX need
hyphenation patterns in UTF-8 format, whereas older systems
require hyphenation patterns in the 8-bit encoding of the font
in use (such encodings are codified in the LaTeX scheme with
names like OT1, T2A, TS1, OML, LY1, etc). The present package
offers a collection of conversions of existing patterns to UTF-
8 format, together with converters for use with 8-bit fonts in
older systems. Since hyphenation patterns for Knuthian-style
TeX systems are only read at iniTeX time, it is hoped that the
UTF-8 patterns, with their converters, will completely supplant
the older patterns.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-il2.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-il3.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-l7x.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-lmc.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-lth.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-qx.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-t2a.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-t8m.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-as.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-bg.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-bn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-cop.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-cs.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-cy.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-da.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1996.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-de-ch-1901.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-el-monoton.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-el-polyton.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-en-gb.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-en-us.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-eo.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-es.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-et.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-eu.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-fi.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-fur.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-gl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-grc.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-gu.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-hi.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-hr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-hsb.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-hu.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-hy.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ia.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-id.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-is.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-it.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ka.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-kmr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-kn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-la.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-lv.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ml.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl-x-lmc.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-mr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-mul-ethi.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-nb.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-nl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-nn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-or.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-pa.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-pl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-pms.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-pt.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-rm.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ro.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-sk.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-sl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-cyrl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-latn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-sv.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ta.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-te.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-th.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-tk.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-tr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-af.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-bg.t2a.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-ca.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-cs.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-cy.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-da.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1901.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1996.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-de-ch-1901.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-eo.il3.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-es.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-et.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-eu.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-fi.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-fr.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-fur.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-ga.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-gl.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-hr.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-hsb.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-hu.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-is.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-ka.t8m.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-kmr.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-la.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-lt.l7x.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-lv.l7x.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-mn-cyrl-x-lmc.lmc.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-mn-cyrl.t2a.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-nb.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-nl.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-nn.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-pl.qx.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-pt.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-ro.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-ru.t2a.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-cyrl.t2a.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-latn.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-sk.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-sl.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-sv.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-th.lth.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-tk.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-tr.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-uk.t2a.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-zh-latn-pinyin.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-af.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-fr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-fur.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-it.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-pms.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-rm.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-uk.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-zh-latn-pinyin.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex-8bit/copthyph.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-af.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-as.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-bg.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-bn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ca.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-cop.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-cs.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-cy.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-da.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-de-1901.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-de-1996.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-de-ch-1901.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-el-monoton.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-el-polyton.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-en-gb.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-en-us.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-eo.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-es.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-et.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-eu.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-fi.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-fr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-fur.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ga.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-gl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-grc.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-gu.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-hi.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-hr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-hsb.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-hu.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-hy.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ia.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-id.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-is.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-it.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ka.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-kmr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-kn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-la.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-lt.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-lv.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ml.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-mn-cyrl-x-lmc.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-mn-cyrl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-mr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-mul-ethi.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-nb.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-nl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-nn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-no.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-or.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-pa.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-pl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-pms.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-pt.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-rm.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ro.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ru.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-sa.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-sh-cyrl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-sh-latn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-sl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-sr-cyrl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-sv.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ta.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-te.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-th.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-tk.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-tr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-uk.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-zh-latn-pinyin.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-af.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-af.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-af.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-af.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-as.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-as.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-as.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-as.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bg.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bg.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bg.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bg.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bn.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bn.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bn.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bn.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ca.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ca.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ca.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ca.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cop.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cop.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cop.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cop.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cs.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cs.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cs.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cs.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cy.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cy.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cy.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cy.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-da.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-da.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-da.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-da.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eo.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eo.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eo.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eo.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-es.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-es.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-es.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-es.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-et.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-et.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-et.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-et.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eu.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eu.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eu.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eu.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fi.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fi.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fi.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fi.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fr.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fr.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fr.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fr.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fur.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fur.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fur.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fur.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ga.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ga.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ga.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ga.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gl.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gl.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gl.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gl.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-grc.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-grc.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-grc.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-grc.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gu.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gu.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gu.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gu.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hi.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hi.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hi.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hi.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hr.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hr.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hr.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hr.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hu.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hu.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hu.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hu.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hy.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hy.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hy.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hy.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ia.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ia.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ia.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ia.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-id.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-id.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-id.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-id.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-is.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-is.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-is.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-is.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-it.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-it.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-it.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-it.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ka.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ka.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ka.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ka.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kn.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kn.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kn.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kn.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-la.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-la.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-la.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-la.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lt.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lt.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lt.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lt.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lv.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lv.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lv.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lv.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ml.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ml.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ml.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ml.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mr.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mr.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mr.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mr.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nb.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nb.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nb.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nb.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nl.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nl.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nl.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nl.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nn.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nn.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nn.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nn.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-or.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-or.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-or.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-or.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pa.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pa.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pa.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pa.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pl.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pl.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pl.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pl.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pms.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pms.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pms.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pms.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pt.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pt.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pt.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pt.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-rm.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-rm.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-rm.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-rm.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ro.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ro.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ro.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ro.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ru.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ru.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ru.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ru.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sa.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sa.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sa.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sa.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sk.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sk.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sk.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sk.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sl.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sl.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sl.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sl.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sv.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sv.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sv.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sv.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ta.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ta.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ta.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ta.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-te.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-te.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-te.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-te.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-th.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-th.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-th.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-th.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tk.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tk.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tk.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tk.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tr.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tr.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tr.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tr.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-uk.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-uk.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-uk.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-uk.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.pat.txt
%{_texmfdistdir}/tex/luatex/hyph-utf8/etex.src
%{_texmfdistdir}/tex/luatex/hyph-utf8/luatex-hyphen.lua
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/CHANGES
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/README
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/bg/azbukaExtended.pdf
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/bg/azbukaExtended.tex
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/es/README
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/es/division.pdf
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/hu/huhyphn.pdf
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/hyphenation-distribution.pdf
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/hyphenation-distribution.tex
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/hyphenation.pdf
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/hyphenation.tex
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/img/miktex-languages.png
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/img/texlive-collection.png
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/sa/hyphenmin.txt
%doc %{_texmfdistdir}/doc/luatex/hyph-utf8/README
%doc %{_texmfdistdir}/doc/luatex/hyph-utf8/luatex-hyphen.pdf
#- source
%doc %{_texmfdistdir}/source/generic/hyph-utf8/README
%doc %{_texmfdistdir}/source/generic/hyph-utf8/contributed/make-exhyph.pl
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/ec.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/il2.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/il3.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/l7x.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/lmc.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/lth.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/qx.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/t2a.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/t8m.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/texnansi.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/generate-converters.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/generate-pattern-loaders.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/generate-plain-patterns.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/generate-ptex-patterns.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/generate-tl-files.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/generate-webpage.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/hyph-utf8.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages-txt.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/es/README
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/es/eshyph-make.lua
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/es/eshyph.src
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/eu/generate_patterns_eu.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/README
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/glhybiox.tex
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/glhyextr.tex
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/glhymed.tex
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/glhyquim.tex
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/glhytec.tex
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/glhyxeog.tex
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/glpatter-utf8.tex
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/hy/generate_patterns_hy.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/mul-ethi/generate_patterns_mul-ethi.lua
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/tk/generate_patterns_tk.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/tr/README
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/tr/generate_patterns_tr.rb
%doc %{_texmfdistdir}/source/luatex/hyph-utf8/Makefile
%doc %{_texmfdistdir}/source/luatex/hyph-utf8/luatex-hyphen.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130508-6
+ Revision: d10736f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20374 |14mr|texlive-hyplain-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/hyplain
# catalog-date 2007-03-07 20:05:57 +0100
# catalog-license pd
# catalog-version 1.0
Name:		texlive-hyplain
Version:	1.0
Release:	3
Summary:	Basic support for multiple languages in Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/hyplain
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyplain.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyplain.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a means to set up hyphenation suitable for
several languages and/or dialects, and to select them or switch
between them while typesetting.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/hyplain/hylang.tex
%{_texmfdistdir}/tex/plain/hyplain/hypdfplain.ini
%{_texmfdistdir}/tex/plain/hyplain/hyplain.tex
%{_texmfdistdir}/tex/plain/hyplain/hyrules.tex
%doc %{_texmfdistdir}/doc/plain/hyplain/README
%doc %{_texmfdistdir}/doc/plain/hyplain/hydoc.pdf
%doc %{_texmfdistdir}/doc/plain/hyplain/hydoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 5cfcfba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20375 |14mr|texlive-ibycus-babel-3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/greek/ibycus-babel
# catalog-date 2009-05-06 13:52:38 +0200
# catalog-license lppl
# catalog-version 3.0
Name:		texlive-ibycus-babel
Version:	3.0
Release:	3
Summary:	Use the Ibycus 4 Greek font with Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/greek/ibycus-babel
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ibycus-babel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ibycus-babel.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ibycus-babel.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows you to use the Ibycus 4 font for ancient
Greek with Babel. It uses a Perl script to generate hyphenation
patterns for Ibycus from those for the ordinary Babel encoding,
cbgreek. It sets up "ibycus" as a pseudo-language you can
specify in the normal Babel manner. For proper hyphenation of
Greek quoted in mid-paragraph, you should use it with elatex.
See the README for details.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ibycus-babel/ibycus.ldf
%{_texmfdistdir}/tex/latex/ibycus-babel/lgienc.def
%{_texmfdistdir}/tex/latex/ibycus-babel/lgifib.fd
%doc %{_texmfdistdir}/doc/latex/ibycus-babel/README
%doc %{_texmfdistdir}/doc/latex/ibycus-babel/ibycus-babel-test.tex
%doc %{_texmfdistdir}/doc/latex/ibycus-babel/ibycus-babel.pdf
%doc %{_texmfdistdir}/doc/latex/ibycus-babel/ibyhyph.pl
#- source
%doc %{_texmfdistdir}/source/latex/ibycus-babel/ibycus-babel.dtx
%doc %{_texmfdistdir}/source/latex/ibycus-babel/ibycus-babel.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-3
+ Revision: 46a5a82
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20376 |14mr|texlive-ibygrk-4.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/greek/ibygrk
# catalog-date 2007-07-29 11:26:52 +0200
# catalog-license gpl
# catalog-version 4.5
Name:		texlive-ibygrk
Version:	4.5
Release:	3
Summary:	Fonts and macros to typeset ancient Greek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/ibygrk
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ibygrk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ibygrk.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Ibycus is a Greek typeface, based on Silvio Levy's realisation
of a classic Didot cut of Greek type from around 1800. The
fonts are available both as MetaFont source and in Adobe Type 1
format. This distribution of ibycus is accompanied by a set of
macro packages to use it with Plain TeX or LaTeX, but for use
with Babel, see the ibycus-babel package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/ibygrk/fibb84.afm
%{_texmfdistdir}/fonts/afm/public/ibygrk/fibr84.afm
%{_texmfdistdir}/fonts/enc/dvips/ibygrk/IbycusHTG.enc
%{_texmfdistdir}/fonts/map/dvips/ibygrk/iby.map
%{_texmfdistdir}/fonts/source/public/ibygrk/abary4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/cigma4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/digamma4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ebary4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibb84.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibb848.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibb849.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibo84.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibo848.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibo849.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibr84.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibr848.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibr849.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/hbary4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ibary4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ibyacc4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ibycus4.map
%{_texmfdistdir}/fonts/source/public/ibygrk/ibycus4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ibylig4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ibylwr4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ibypnct4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ibyupr4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/koppa4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/obary4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/sampi4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ubary4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/version4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/wbary4.mf
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibb84.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibb848.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibb849.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibo84.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibo848.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibo849.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibr84.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibr848.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibr849.tfm
%{_texmfdistdir}/fonts/type1/public/ibygrk/fibb84.pfb
%{_texmfdistdir}/fonts/type1/public/ibygrk/fibr84.pfb
%{_texmfdistdir}/tex/generic/ibygrk/Uibycus.fd
%{_texmfdistdir}/tex/generic/ibygrk/Uibycus4.fd
%{_texmfdistdir}/tex/generic/ibygrk/iby4extr.tex
%{_texmfdistdir}/tex/generic/ibygrk/ibycus4.map
%{_texmfdistdir}/tex/generic/ibygrk/ibycus4.sty
%{_texmfdistdir}/tex/generic/ibygrk/ibycus4.tex
%{_texmfdistdir}/tex/generic/ibygrk/ibycusps.tex
%{_texmfdistdir}/tex/generic/ibygrk/psibycus.sty
%{_texmfdistdir}/tex/generic/ibygrk/pssetiby.tex
%{_texmfdistdir}/tex/generic/ibygrk/setiby4.tex
%{_texmfdistdir}/tex/generic/ibygrk/tlgsqq.tex
%{_texmfdistdir}/tex/generic/ibygrk/version4.tex
%doc %{_texmfdistdir}/doc/fonts/ibygrk/COPYING
%doc %{_texmfdistdir}/doc/fonts/ibygrk/NEWS
%doc %{_texmfdistdir}/doc/fonts/ibygrk/README
%doc %{_texmfdistdir}/doc/fonts/ibygrk/README.ibycus4
%doc %{_texmfdistdir}/doc/fonts/ibygrk/iby4text.tex
%doc %{_texmfdistdir}/doc/fonts/ibygrk/ibycus3.RME
%doc %{_texmfdistdir}/doc/fonts/ibygrk/ibycus4.ltx
%doc %{_texmfdistdir}/doc/fonts/ibygrk/psibycus.ltx
%doc %{_texmfdistdir}/doc/fonts/ibygrk/psibycus.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.5-3
+ Revision: 84a3012
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20377 |14mr|texlive-icsv-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/conferences/icsv
# catalog-date 2008-05-21 23:07:53 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-icsv
Version:	0.2
Release:	3
Summary:	Class for typesetting articles for the ICSV conference
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/conferences/icsv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/icsv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/icsv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/icsv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is an ad-hoc class for typesetting articles for the ICSV
conference, based on the earler active-conf by the same author.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/icsv/icsv.cls
%doc %{_texmfdistdir}/doc/latex/icsv/README
%doc %{_texmfdistdir}/doc/latex/icsv/icsv-example.tex
%doc %{_texmfdistdir}/doc/latex/icsv/icsv.pdf
#- source
%doc %{_texmfdistdir}/source/latex/icsv/icsv.dtx
%doc %{_texmfdistdir}/source/latex/icsv/icsv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: b76aec0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20378 |14mr|texlive-idxcmds-0.2a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31557
# category Package
# catalog-ctan /macros/latex/contrib/idxcmds
# catalog-date 2013-08-31 22:39:59 +0200
# catalog-license lppl1.3
# catalog-version 0.2a
Name:		texlive-idxcmds
Version:	0.2a
Release:	6
Summary:	Semantic commands for adding formatted index entries
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/idxcmds
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/idxcmds.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/idxcmds.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for adding formatted index
entries; it arises from the author's work on large documents.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/idxcmds/idxcmds.sty
%doc %{_texmfdistdir}/doc/latex/idxcmds/README
%doc %{_texmfdistdir}/doc/latex/idxcmds/idxcmds_en.pdf
%doc %{_texmfdistdir}/doc/latex/idxcmds/idxcmds_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2a-6
+ Revision: 1c047ef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20379 |14mr|texlive-idxlayout-0.4d-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25821
# category Package
# catalog-ctan /macros/latex/contrib/idxlayout
# catalog-date 2012-04-01 20:39:12 +0200
# catalog-license lppl
# catalog-version 0.4d
Name:		texlive-idxlayout
Version:	0.4d
Release:	2
Summary:	Configurable index layout, responsive to KOMA-Script and memoir
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/idxlayout
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/idxlayout.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/idxlayout.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/idxlayout.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The idxlayout package offers a key-value interface to configure
index layout parameters, e.g. allowing for three-column indexes
or for "parent" items and their affiliated subitems being
typeset as a single paragraph. The package is responsive to the
index-related options and commands of the KOMA-Script and
memoir classes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/idxlayout/idxlayout.sty
%doc %{_texmfdistdir}/doc/latex/idxlayout/README
%doc %{_texmfdistdir}/doc/latex/idxlayout/idxlayout.pdf
#- source
%doc %{_texmfdistdir}/source/latex/idxlayout/idxlayout.dtx
%doc %{_texmfdistdir}/source/latex/idxlayout/idxlayout.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4d-2
+ Revision: 71fb63b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20380 |14mr|texlive-IEEEconf-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/IEEEconf
# catalog-date 2009-04-06 20:17:45 +0200
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-IEEEconf
Version:	1.4
Release:	3
Summary:	Macros for IEEE conference proceedings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEconf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/IEEEconf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/IEEEconf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/IEEEconf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The IEEEconf class implements the formatting dictated by the
IEEE Computer Society Press for conference proceedings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/IEEEconf/IEEEconf.cls
%doc %{_texmfdistdir}/doc/latex/IEEEconf/IEEEconf.pdf
%doc %{_texmfdistdir}/doc/latex/IEEEconf/README
#- source
%doc %{_texmfdistdir}/source/latex/IEEEconf/IEEEconf.dtx
%doc %{_texmfdistdir}/source/latex/IEEEconf/IEEEconf.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 2e1956e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20381 |14mr|texlive-ieeepes-4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17359
# category Package
# catalog-ctan /macros/latex/contrib/ieeepes
# catalog-date 2010-03-06 17:23:09 +0100
# catalog-license lppl
# catalog-version 4.0
Name:		texlive-ieeepes
Version:	4.0
Release:	3
Summary:	IEEE Power Engineering Society Transactions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ieeepes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ieeepes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ieeepes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Supports typesetting of transactions, as well as discussions
and closures, for the IEEE Power Engineering Society
Transactions journals.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/ieeepes/ieeepes.bst
%{_texmfdistdir}/tex/latex/ieeepes/ieeepes.sty
%doc %{_texmfdistdir}/doc/latex/ieeepes/README
%doc %{_texmfdistdir}/doc/latex/ieeepes/ieeepes_check.bib
%doc %{_texmfdistdir}/doc/latex/ieeepes/ieeepes_check.tex
%doc %{_texmfdistdir}/doc/latex/ieeepes/ieeepes_doc.pdf
%doc %{_texmfdistdir}/doc/latex/ieeepes/ieeepes_doc.tex
%doc %{_texmfdistdir}/doc/latex/ieeepes/ieeepes_skel.tex
%doc %{_texmfdistdir}/doc/latex/ieeepes/vk.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0-3
+ Revision: f3b90b2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20382 |14mr|texlive-IEEEtran-1.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28697
# category Package
# catalog-ctan /macros/latex/contrib/IEEEtran
# catalog-date 2013-01-02 11:09:21 +0100
# catalog-license lppl
# catalog-version 1.8
Name:		texlive-IEEEtran
Version:	1.8
Release:	6
Summary:	Document class for IEEE Transactions journals and conferences
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/IEEEtran.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/IEEEtran.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class and its BibTeX style enable authors to produce
officially-correct output for the Institute of Electrical and
Electronics Engineers (IEEE) transactions, journals and
conferences.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/IEEEtran/IEEEabrv.bib
%{_texmfdistdir}/bibtex/bib/IEEEtran/IEEEexample.bib
%{_texmfdistdir}/bibtex/bib/IEEEtran/IEEEfull.bib
%{_texmfdistdir}/bibtex/bst/IEEEtran/IEEEtran.bst
%{_texmfdistdir}/bibtex/bst/IEEEtran/IEEEtranN.bst
%{_texmfdistdir}/bibtex/bst/IEEEtran/IEEEtranS.bst
%{_texmfdistdir}/bibtex/bst/IEEEtran/IEEEtranSA.bst
%{_texmfdistdir}/bibtex/bst/IEEEtran/IEEEtranSN.bst
%{_texmfdistdir}/tex/latex/IEEEtran/IEEEtran.cls
%{_texmfdistdir}/tex/latex/IEEEtran/IEEEtrantools.sty
%doc %{_texmfdistdir}/doc/latex/IEEEtran/IEEEtran_HOWTO.pdf
%doc %{_texmfdistdir}/doc/latex/IEEEtran/IEEEtran_bst_HOWTO.pdf
%doc %{_texmfdistdir}/doc/latex/IEEEtran/IEEEtrantools_doc.txt
%doc %{_texmfdistdir}/doc/latex/IEEEtran/README
%doc %{_texmfdistdir}/doc/latex/IEEEtran/README.bibtex
%doc %{_texmfdistdir}/doc/latex/IEEEtran/README.extras
%doc %{_texmfdistdir}/doc/latex/IEEEtran/README.testflow
%doc %{_texmfdistdir}/doc/latex/IEEEtran/README.tools
%doc %{_texmfdistdir}/doc/latex/IEEEtran/bare_adv.tex
%doc %{_texmfdistdir}/doc/latex/IEEEtran/bare_conf.tex
%doc %{_texmfdistdir}/doc/latex/IEEEtran/bare_jrnl.tex
%doc %{_texmfdistdir}/doc/latex/IEEEtran/bare_jrnl_compsoc.tex
%doc %{_texmfdistdir}/doc/latex/IEEEtran/bare_jrnl_transmag.tex
%doc %{_texmfdistdir}/doc/latex/IEEEtran/changelog.txt
%doc %{_texmfdistdir}/doc/latex/IEEEtran/font_install_how.txt
%doc %{_texmfdistdir}/doc/latex/IEEEtran/testflow.tex
%doc %{_texmfdistdir}/doc/latex/IEEEtran/testflow_ctl_A4.pdf
%doc %{_texmfdistdir}/doc/latex/IEEEtran/testflow_ctl_LTR.pdf
%doc %{_texmfdistdir}/doc/latex/IEEEtran/testflow_doc.pdf
%doc %{_texmfdistdir}/doc/latex/IEEEtran/tux.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8-6
+ Revision: 9be6b0a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20383 |14mr|texlive-ifetex-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24853
# category Package
# catalog-ctan /macros/latex/contrib/ifetex
# catalog-date 2011-12-15 16:49:50 +0100
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-ifetex
Version:	1.2
Release:	3
Summary:	Provides \ifetex switch
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ifetex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifetex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifetex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifetex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the switch \ifetex which indicates whether
e-TeX is available or not. The package can be loaded as LaTeX
package using \usepackage{ifetex} or in plain TeX using \input
ifetex. In either case it aborts silently if the \ifetex macro
is already defined. The package's test is whether \eTeXversion
is defined as a primitive; if it is, the package assumes e-TeX
features are available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ifetex/ifetex.sty
%{_texmfdistdir}/tex/plain/ifetex/ifetex.tex
%doc %{_texmfdistdir}/doc/latex/ifetex/README
%doc %{_texmfdistdir}/doc/latex/ifetex/ifetex.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ifetex/ifetex.dtx
%doc %{_texmfdistdir}/source/latex/ifetex/ifetex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: e0902db
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20384 |14mr|texlive-ifluatex-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26725
# category Package
# catalog-ctan /macros/latex/contrib/oberdiek/ifluatex.dtx
# catalog-date 2012-05-29 15:13:53 +0200
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-ifluatex
Version:	1.3
Release:	5
Summary:	Provides the \ifluatex switch
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/ifluatex.dtx
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifluatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifluatex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifluatex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package looks for LuaTeX regardless of its mode and
provides the switch \ifluatex; it works with Plain TeX or
LaTeX. The package is part of the oberdiek bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/oberdiek/ifluatex.sty
%doc %{_texmfdistdir}/doc/latex/oberdiek/ifluatex.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ifluatex-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ifluatex-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ifluatex-test3.tex
#- source
%doc %{_texmfdistdir}/source/latex/oberdiek/ifluatex.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-5
+ Revision: da78731
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20385 |14mr|texlive-ifmslide-0.47-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20727
# category Package
# catalog-ctan /macros/latex/contrib/ifmslide
# catalog-date 2010-12-14 00:15:57 +0100
# catalog-license lppl1.2
# catalog-version 0.47
Name:		texlive-ifmslide
Version:	0.47
Release:	3
Summary:	Presentation slides for screen and printouts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ifmslide
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmslide.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmslide.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmslide.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is used to produce printed slides with latex and
online presentations with pdflatex. It is provided by the
'Institute of Mechanics' (ifm) Univ. of Technology Darmstadt,
Germany. It is based on ideas of pdfslide, but completely
rewritten for compatibility with texpower and seminar. The
manual describes all functions and provides a sample.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ifmslide/aqua_ravines.eps
%{_texmfdistdir}/tex/latex/ifmslide/aqua_ravines.jpg
%{_texmfdistdir}/tex/latex/ifmslide/button1c.eps
%{_texmfdistdir}/tex/latex/ifmslide/button1c.pdf
%{_texmfdistdir}/tex/latex/ifmslide/button1e.eps
%{_texmfdistdir}/tex/latex/ifmslide/button1e.pdf
%{_texmfdistdir}/tex/latex/ifmslide/buttonec.eps
%{_texmfdistdir}/tex/latex/ifmslide/buttonec.pdf
%{_texmfdistdir}/tex/latex/ifmslide/buttonee.eps
%{_texmfdistdir}/tex/latex/ifmslide/buttonee.pdf
%{_texmfdistdir}/tex/latex/ifmslide/buttongc.eps
%{_texmfdistdir}/tex/latex/ifmslide/buttongc.pdf
%{_texmfdistdir}/tex/latex/ifmslide/buttonge.eps
%{_texmfdistdir}/tex/latex/ifmslide/buttonge.pdf
%{_texmfdistdir}/tex/latex/ifmslide/ifmlogoc.eps
%{_texmfdistdir}/tex/latex/ifmslide/ifmlogoc.pdf
%{_texmfdistdir}/tex/latex/ifmslide/ifmlogog.eps
%{_texmfdistdir}/tex/latex/ifmslide/ifmlogog.pdf
%{_texmfdistdir}/tex/latex/ifmslide/ifmslide.cfg
%{_texmfdistdir}/tex/latex/ifmslide/ifmslide.sty
%{_texmfdistdir}/tex/latex/ifmslide/liquid_helium.eps
%{_texmfdistdir}/tex/latex/ifmslide/liquid_helium.jpg
%doc %{_texmfdistdir}/doc/latex/ifmslide/README
%doc %{_texmfdistdir}/doc/latex/ifmslide/genbutton
%doc %{_texmfdistdir}/doc/latex/ifmslide/ifmman.pdf
%doc %{_texmfdistdir}/doc/latex/ifmslide/ifmman.tex
#- source
%doc %{_texmfdistdir}/source/latex/ifmslide/genbutton

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.47-3
+ Revision: 10bf43f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20386 |14mr|texlive-ifmtarg-1.2a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19363
# category Package
# catalog-ctan /macros/latex/contrib/ifmtarg
# catalog-date 2010-07-10 16:47:23 +0200
# catalog-license lppl
# catalog-version 1.2a
Name:		texlive-ifmtarg
Version:	1.2a
Release:	3
Summary:	If-then-else command for processing potentially empty arguments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ifmtarg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmtarg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmtarg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmtarg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive ifmtarg package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ifmtarg/ifmtarg.sty
%doc %{_texmfdistdir}/doc/latex/ifmtarg/README
%doc %{_texmfdistdir}/doc/latex/ifmtarg/ifmtarg.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ifmtarg/ifmtarg.ins
%doc %{_texmfdistdir}/source/latex/ifmtarg/ifmtarg.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2a-3
+ Revision: 9a6338d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20387 |14mr|texlive-ifnextok-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23379
# category Package
# catalog-ctan /macros/latex/contrib/ifnextok
# catalog-date 2011-06-27 20:36:28 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-ifnextok
Version:	0.3
Release:	3
Summary:	Utility macro: peek ahead without ignoring spaces
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ifnextok
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifnextok.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifnextok.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifnextok.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package deals with the behaviour of the LaTeX internal
command \@ifnextchar, which skips blank spaces. This has the
potential to surprise users, since it can produce really
unwanted effects. A common example occurs with brackets
starting a line following \\: the command looks for an optional
argument, whereas the user wants the brackets to be printed.
The package offers commands and options for modifying this
behaviour, maybe limited to certain parts of the document
source.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ifnextok/ifnextok.sty
%doc %{_texmfdistdir}/doc/latex/ifnextok/README
%doc %{_texmfdistdir}/doc/latex/ifnextok/RELEASEs.txt
%doc %{_texmfdistdir}/doc/latex/ifnextok/SRCFILEs.txt
%doc %{_texmfdistdir}/doc/latex/ifnextok/ifnextok.pdf
%doc %{_texmfdistdir}/doc/latex/ifnextok/testIfNT.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ifnextok/ifnextok.tex
%doc %{_texmfdistdir}/source/latex/ifnextok/makedoc.cfg
%doc %{_texmfdistdir}/source/latex/ifnextok/srcfiles.tex
%doc %{_texmfdistdir}/source/latex/ifnextok/testIfNT.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: 059a909
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20388 |14mr|texlive-ifoddpage-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23979
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-ifoddpage
Version:	20111103
Release:	3
Summary:	TeXLive ifoddpage package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifoddpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifoddpage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifoddpage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive ifoddpage package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ifoddpage/ifoddpage.sty
%doc %{_texmfdistdir}/doc/latex/ifoddpage/README
%doc %{_texmfdistdir}/doc/latex/ifoddpage/ifoddpage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ifoddpage/ifoddpage.dtx
%doc %{_texmfdistdir}/source/latex/ifoddpage/ifoddpage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: a07136a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20389 |14mr|texlive-ifplatform-0.3a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21156
# category Package
# catalog-ctan /macros/latex/contrib/ifplatform
# catalog-date 2009-09-10 17:35:10 +0200
# catalog-license lppl
# catalog-version 0.3a
Name:		texlive-ifplatform
Version:	0.3a
Release:	3
Summary:	Conditionals to test which platform is being used
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ifplatform
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifplatform.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifplatform.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifplatform.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package uses the (La)TeX extension -shell-escape to
establish whether the document is being processed on a Windows
or on a Unix-like system (Mac OS X, Linux, etc.), or on Cygwin
(Unix environment over a windows system). Booleans provided
are: - \ifwindows, - \iflinux, - \ifmacosx and - \ifcygwin. The
package also preserves the output of uname on a Unix-like
system, which may be used to distinguish between various
classes of Unix systems.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ifplatform/ifplatform.sty
%doc %{_texmfdistdir}/doc/latex/ifplatform/README
%doc %{_texmfdistdir}/doc/latex/ifplatform/ifplatform.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ifplatform/ifplatform.dtx
%doc %{_texmfdistdir}/source/latex/ifplatform/ifplatform.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3a-3
+ Revision: 55f2f47
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20390 |14mr|texlive-ifsym-20110410-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24868
# category Package
# catalog-ctan /fonts/ifsym
# catalog-date 2011-04-10 22:02:30 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-ifsym
Version:	20110410
Release:	3
Summary:	A collection of symbols
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ifsym
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifsym.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifsym.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of symbol fonts, written in Metafont, offering
(respectively) clock-face symbols, geometrical symbols, weather
symbols, mountaineering symbols, electronic circuit symbols and
a set of miscellaneous symbols. A LaTeX package is provided,
that allows the user to load only those symbols needed in a
document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/ifsym/ifclk.gen
%{_texmfdistdir}/fonts/source/public/ifsym/ifclk10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifclkb10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeo.gen
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeo10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeob10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeobn10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeobw10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeon10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifgeow10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifsym.gen
%{_texmfdistdir}/fonts/source/public/ifsym/ifsym10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifsymb10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifsymbi10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifsymi10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifwea.gen
%{_texmfdistdir}/fonts/source/public/ifsym/ifwea10.mf
%{_texmfdistdir}/fonts/source/public/ifsym/ifweab10.mf
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifclk10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifclkb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeo10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeob10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeobn10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeobw10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeon10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifgeow10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifsym10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifsymb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifsymbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifsymi10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifwea10.tfm
%{_texmfdistdir}/fonts/tfm/public/ifsym/ifweab10.tfm
%{_texmfdistdir}/tex/latex/ifsym/ifsym.sty
%{_texmfdistdir}/tex/latex/ifsym/uifblk.fd
%{_texmfdistdir}/tex/latex/ifsym/uifclk.fd
%{_texmfdistdir}/tex/latex/ifsym/uifgeo.fd
%{_texmfdistdir}/tex/latex/ifsym/uifsym.fd
%{_texmfdistdir}/tex/latex/ifsym/uifwea.fd
%doc %{_texmfdistdir}/doc/fonts/ifsym/ifsym.ps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110410-3
+ Revision: e60d166
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20391 |14mr|texlive-iftex-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18833
# category Package
# catalog-ctan /macros/latex/contrib/iftex
# catalog-date 2010-06-08 10:18:35 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-iftex
Version:	0.2
Release:	3
Summary:	Am I running under pdfTeX, XeTeX or LuaTeX?
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/iftex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iftex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iftex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package, which works both for Plain TeX and for LaTeX,
defines the \ifPDFTeX, \ifXeTeX, and \ifLuaTeX conditionals for
testing which engine is being used for typesetting. The package
also provides the \RequirePDFTeX, \RequireXeTeX, and
\RequireLuaTeX commands which throw an error if pdfTeX, XeTeX
or LuaTeX (respectively) is not the engine in use.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/iftex/iftex.sty
%doc %{_texmfdistdir}/doc/generic/iftex/README
%doc %{_texmfdistdir}/doc/generic/iftex/iftex.pdf
%doc %{_texmfdistdir}/doc/generic/iftex/iftex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 1a469ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20392 |14mr|texlive-ifthenx-0.1a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25819
# category Package
# catalog-ctan /macros/latex/contrib/ifthenx
# catalog-date 2012-04-01 23:59:58 +0200
# catalog-license lppl
# catalog-version 0.1a
Name:		texlive-ifthenx
Version:	0.1a
Release:	2
Summary:	Extra tests for \ifthenelse
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ifthenx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifthenx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifthenx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the ifthen package, providing extra
predicates for the package's \ifthenelse command. The package
is complementary to xifthen, in that they provide different
facilities; the two may be loaded in the same document, as long
as xifthen is loaded first.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ifthenx/ifthenx.sty
%doc %{_texmfdistdir}/doc/latex/ifthenx/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1a-2
+ Revision: e97f814
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20393 |14mr|texlive-ifxetex-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19685
# category Package
# catalog-ctan /macros/generic/ifxetex
# catalog-date 2009-01-27 08:30:55 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-ifxetex
Version:	0.5
Release:	3
Summary:	Am I running under XeTeX?
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/ifxetex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifxetex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifxetex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifxetex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A simple package which provides an \ifxetex conditional, so
that other code can determine that it is running under XeTeX.
The package requires the e-TeX extensions to the TeX primitive
set.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/ifxetex/ifxetex.sty
%doc %{_texmfdistdir}/doc/generic/ifxetex/README
%doc %{_texmfdistdir}/doc/generic/ifxetex/ifxetex.pdf
#- source
%doc %{_texmfdistdir}/source/generic/ifxetex/ifxetex.ins
%doc %{_texmfdistdir}/source/generic/ifxetex/ifxetex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: fae6a7f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20394 |14mr|texlive-iitem-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29613
# category Package
# catalog-ctan /macros/latex/contrib/iitem
# catalog-date 2013-04-02 15:23:02 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-iitem
Version:	1.0
Release:	6
Summary:	Multiple level of lists in one list-like environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/iitem
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iitem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iitem.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iitem.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines multiple level lists within one list-like
environment. instead of writing \begin{enumerate} \item 1
\begin{enumerate} \item 2 \begin{enumerate} \item 3
\begin{enumerate} \item 4 \end{enumerate} \end{enumerate} \item
2.1 \end{enumerate} \item 1.1 \begin{enumerate} \item 2
\end{enumerate} \end{enumerate} this package allows you to
write \begin{enumerate} \item 1 \iitem 2 \iiitem 3 \ivtem 4
\iitem 2.1 \item 1.1 \iitem 2 \end{enumerate}.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/iitem/iitem.sty
%doc %{_texmfdistdir}/doc/latex/iitem/README
%doc %{_texmfdistdir}/doc/latex/iitem/iitem.pdf
#- source
%doc %{_texmfdistdir}/source/latex/iitem/iitem.dtx
%doc %{_texmfdistdir}/source/latex/iitem/iitem.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 7445e76
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20395 |14mr|texlive-ijmart-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20276
# category Package
# catalog-ctan /macros/latex/contrib/ijmart
# catalog-date 2010-10-30 13:33:19 +0200
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-ijmart
Version:	1.6
Release:	3
Summary:	LaTeX Class for the Israel Journal of Mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ijmart
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ijmart.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ijmart.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ijmart.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Israel Journal of Mathematics is published by The Hebrew
University Magnes Press. This class provides LaTeX support for
its authors and editors. It strives to achieve the distinct
"look and feel" of the journal, while having the interface
similar to that of the amsart document class. This will help
authors already familiar with amsart to easily submit
manuscripts for The Israel Journal of Mathematics or to put the
preprints in arXiv with minimal changes in the LaTeX source.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/ijmart/ijmart.bst
%{_texmfdistdir}/tex/latex/ijmart/ijmart.cls
%doc %{_texmfdistdir}/doc/latex/ijmart/Makefile
%doc %{_texmfdistdir}/doc/latex/ijmart/README
%doc %{_texmfdistdir}/doc/latex/ijmart/ijmart.bib
%doc %{_texmfdistdir}/doc/latex/ijmart/ijmart.pdf
%doc %{_texmfdistdir}/doc/latex/ijmart/ijmsample.bib
%doc %{_texmfdistdir}/doc/latex/ijmart/ijmsample.pdf
%doc %{_texmfdistdir}/doc/latex/ijmart/ijmsample.tex
#- source
%doc %{_texmfdistdir}/source/latex/ijmart/ijmart.dtx
%doc %{_texmfdistdir}/source/latex/ijmart/ijmart.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: 17d05bf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20396 |14mr|texlive-ijqc-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/ijqc
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-ijqc
Version:	1.2
Release:	3
Summary:	BibTeX style file for the Intl. J. Quantum Chem
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/ijqc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ijqc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ijqc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
ijqc.bst is a BibTeX style file to support publication in
Wiley's International Journal of Quantum Chemistry. It is not
in any way officially endorsed by the publisher or editors, and
is provided without any warranty one could ever think of.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/ijqc/ijqc.bst
%doc %{_texmfdistdir}/doc/bibtex/ijqc/README
%doc %{_texmfdistdir}/doc/bibtex/ijqc/makefile
%doc %{_texmfdistdir}/doc/bibtex/ijqc/mybib.bib
%doc %{_texmfdistdir}/doc/bibtex/ijqc/xampl.pdf
%doc %{_texmfdistdir}/doc/bibtex/ijqc/xampl.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: ef4a7cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20397 |14mr|texlive-imac-20100306-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17347
# category Package
# catalog-ctan /macros/latex/contrib/imac
# catalog-date 2010-03-06 17:30:22 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-imac
Version:	20100306
Release:	3
Summary:	International Modal Analysis Conference format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/imac
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imac.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of files for producing correctly formatted documents for
the International Modal Analysis Conference. The bundle
provides a LaTeX package and a BibTeX style file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/imac/imac.bst
%{_texmfdistdir}/tex/latex/imac/imac.sty
%doc %{_texmfdistdir}/doc/latex/imac/imac.bib
%doc %{_texmfdistdir}/doc/latex/imac/imac.pdf
%doc %{_texmfdistdir}/doc/latex/imac/imac.tex
%doc %{_texmfdistdir}/doc/latex/imac/readme.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100306-3
+ Revision: 91ddf3d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20398 |14mr|texlive-image-gallery-v1.0j-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/image-gallery
# catalog-date 2008-08-19 23:32:24 +0200
# catalog-license lppl
# catalog-version v1.0j
Name:		texlive-image-gallery
Version:	v1.0j
Release:	3
Summary:	Create an overview of pictures from a digital camera or from other sources
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/image-gallery
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/image-gallery.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/image-gallery.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class may be used to create an overview of pictures from a
digital camera or from other sources. It is possible to adjust
the size of the pictures and all the margins. The example file
shows the usage.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/image-gallery/image-gallery.cls
%doc %{_texmfdistdir}/doc/latex/image-gallery/README
%doc %{_texmfdistdir}/doc/latex/image-gallery/gallery-example.pdf
%doc %{_texmfdistdir}/doc/latex/image-gallery/gallery-example.tex
%doc %{_texmfdistdir}/doc/latex/image-gallery/mypics.txt
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic001.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic002.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic003.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic004.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic005.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic006.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic007.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic008.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic009.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic010.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic011.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic012.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic013.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic014.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic015.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic016.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic017.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic018.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic019.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic020.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic021.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic022.jpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.0j-3
+ Revision: 04f1584
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20399 |14mr|texlive-imakeidx-1.0a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26275
# category Package
# catalog-ctan /macros/latex/contrib/imakeidx
# catalog-date 2012-05-09 14:48:06 +0200
# catalog-license lppl1.3
# catalog-version 1.0a
Name:		texlive-imakeidx
Version:	1.0a
Release:	2
Summary:	A package for producing multiple indexes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/imakeidx
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imakeidx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imakeidx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imakeidx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to produce and typeset one or more
indexes simultaneously with a document. The package is known to
work in LaTeX documents processed with pdflatex, xelatatex and
lualatex. If makeindex is used for processing the index
entries, no particular setting up is needed when TeX Live 2010
is used. Using xindy or other programs it is necessary to
enable shell escape; shell escape is also needed if splitindex
is used.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/imakeidx/imakeidx.sty
%doc %{_texmfdistdir}/doc/latex/imakeidx/README
%doc %{_texmfdistdir}/doc/latex/imakeidx/imakeidx.pdf
#- source
%doc %{_texmfdistdir}/source/latex/imakeidx/imakeidx.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-2
+ Revision: 7c4b8f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20400 |14mr|texlive-impatient-20090603-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21214
# category Package
# catalog-ctan /info/impatient
# catalog-date 2009-06-03 15:47:29 +0200
# catalog-license fdl
# catalog-version undef
Name:		texlive-impatient
Version:	20090603
Release:	3
Summary:	Free edition of the book "TeX for the Impatient"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/impatient
License:	FDL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/impatient.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/impatient.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This directory mirrors the canonical source of the project
which is maintaining the book "TeX for the Impatient", which is
now out of print. The book is also available in French
translation.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/plain/impatient/Makefile
%doc %{_texmfdistdir}/doc/plain/impatient/README
%doc %{_texmfdistdir}/doc/plain/impatient/backm.tex
%doc %{_texmfdistdir}/doc/plain/impatient/book.pdf
%doc %{_texmfdistdir}/doc/plain/impatient/book.tex
%doc %{_texmfdistdir}/doc/plain/impatient/capsule.tex
%doc %{_texmfdistdir}/doc/plain/impatient/concepts.tex
%doc %{_texmfdistdir}/doc/plain/impatient/config.tex
%doc %{_texmfdistdir}/doc/plain/impatient/copyrght.tex
%doc %{_texmfdistdir}/doc/plain/impatient/eplain.tex
%doc %{_texmfdistdir}/doc/plain/impatient/errata.future
%doc %{_texmfdistdir}/doc/plain/impatient/errors.tex
%doc %{_texmfdistdir}/doc/plain/impatient/examples.tex
%doc %{_texmfdistdir}/doc/plain/impatient/fdl.tex
%doc %{_texmfdistdir}/doc/plain/impatient/fonts.tex
%doc %{_texmfdistdir}/doc/plain/impatient/frontm.tex
%doc %{_texmfdistdir}/doc/plain/impatient/genops.tex
%doc %{_texmfdistdir}/doc/plain/impatient/index.tex
%doc %{_texmfdistdir}/doc/plain/impatient/index1.icn
%doc %{_texmfdistdir}/doc/plain/impatient/index2.icn
%doc %{_texmfdistdir}/doc/plain/impatient/macros.tex
%doc %{_texmfdistdir}/doc/plain/impatient/math.tex
%doc %{_texmfdistdir}/doc/plain/impatient/modes.tex
%doc %{_texmfdistdir}/doc/plain/impatient/pages.tex
%doc %{_texmfdistdir}/doc/plain/impatient/paras.tex
%doc %{_texmfdistdir}/doc/plain/impatient/preface.tex
%doc %{_texmfdistdir}/doc/plain/impatient/read1st.tex
%doc %{_texmfdistdir}/doc/plain/impatient/tips.tex
%doc %{_texmfdistdir}/doc/plain/impatient/usebook.tex
%doc %{_texmfdistdir}/doc/plain/impatient/usermacs.tex
%doc %{_texmfdistdir}/doc/plain/impatient/usingtex.tex
%doc %{_texmfdistdir}/doc/plain/impatient/xmptext.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090603-3
+ Revision: 5af982a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20401 |14mr|texlive-impatient-fr-20090603-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/impatient
# catalog-date 2009-06-03 15:47:29 +0200
# catalog-license fdl
# catalog-version undef
Name:		texlive-impatient-fr
Version:	20090603
Release:	3
Summary:	Free edition of the book "TeX for the Impatient"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/impatient
License:	FDL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/impatient-fr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/impatient-fr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This directory mirrors the canonical source of the project
which is maintaining the book "TeX for the Impatient", which is
now out of print. The book is also available in French
translation.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/plain/impatient-fr/README
%doc %{_texmfdistdir}/doc/plain/impatient-fr/config.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/eplain.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fbackm.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fbook.pdf
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fbook.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fcapsule.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fconcept.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fcopyrgh.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fdl.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/ferrors.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fexamples.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/ffrontm.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fgenops.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fmacros.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fmath.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fmodes.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fonts.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fpages.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fparas.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fpreface.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fread1st.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/ftips.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fusebook.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fusermacs.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fusingtex.tex
%doc %{_texmfdistdir}/doc/plain/impatient-fr/fxmptext.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090603-3
+ Revision: 1027ac1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20402 |14mr|texlive-impnattypo-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24057
# category Package
# catalog-ctan /macros/latex/contrib/impnattypo
# catalog-date 2011-09-21 17:45:17 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-impnattypo
Version:	1.0
Release:	3
Summary:	Support typography of l'Imprimerie Nationale FranASSaise
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/impnattypo
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/impnattypo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/impnattypo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/impnattypo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides useful macros implementing recommendations
by the French Imprimerie Nationale.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/impnattypo/impnattypo.sty
%doc %{_texmfdistdir}/doc/latex/impnattypo/README
%doc %{_texmfdistdir}/doc/latex/impnattypo/impnattypo-fr.pdf
%doc %{_texmfdistdir}/doc/latex/impnattypo/impnattypo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/impnattypo/impnattypo.dtx
%doc %{_texmfdistdir}/source/latex/impnattypo/impnattypo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: e168bd8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20403 |14mr|texlive-import-5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17361
# category Package
# catalog-ctan /macros/latex/contrib/import
# catalog-date 2010-03-09 13:05:51 +0100
# catalog-license pd
# catalog-version 5.1
Name:		texlive-import
Version:	5.1
Release:	3
Summary:	Establish input relative to a directory
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/import
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/import.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/import.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The commands \import{full_path}{file} and
\subimport{path_extension}{file} set up input through standard
LaTeX mechanisms (\input, \include and \includegraphics) to
load files relative to the \import-ed directory. There are also
\includefrom, \subincludefrom, and * variants of the commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/import/import.sty
%doc %{_texmfdistdir}/doc/latex/import/import.pdf
%doc %{_texmfdistdir}/doc/latex/import/import.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.1-3
+ Revision: d0f7449
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20404 |14mr|texlive-imsproc-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26198
# category Package
# catalog-ctan /macros/xetex/latex/imsproc
# catalog-date 2012-05-02 17:05:01 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-imsproc
Version:	0.1
Release:	3
Summary:	Typeset IMS conference proceedings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/imsproc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imsproc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imsproc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class typesets papers for IMS (Iranian Mathematical
Society) conference proceedings. The class uses the XePersian
package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/imsproc/imsproc.cls
%doc %{_texmfdistdir}/doc/xelatex/imsproc/README
%doc %{_texmfdistdir}/doc/xelatex/imsproc/logo.JPG
%doc %{_texmfdistdir}/doc/xelatex/imsproc/sample-imsproc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: ebfca67
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20405 |14mr|texlive-imtekda-1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17667
# category Package
# catalog-ctan /macros/latex/contrib/imtekda
# catalog-date 2010-04-03 16:55:02 +0200
# catalog-license lppl
# catalog-version 1.7
Name:		texlive-imtekda
Version:	1.7
Release:	3
Summary:	IMTEK thesis class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/imtekda
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imtekda.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imtekda.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imtekda.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class permits typesetting of diploma, bachelor's and
master's theses for the Institute of Microsystem Technology
(IMTEK) at the University of Freiburg (Germany). The class is
based on the KOMA-Script class scrbook. Included in the
documentation is a large collection of useful tips for
typesetting theses and a list of recommended packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/imtekda/IMTEKda.cls
%doc %{_texmfdistdir}/doc/latex/imtekda/IMTEKda.pdf
%doc %{_texmfdistdir}/doc/latex/imtekda/README
%doc %{_texmfdistdir}/doc/latex/imtekda/diplarb.bib
%doc %{_texmfdistdir}/doc/latex/imtekda/diplarb.tex
%doc %{_texmfdistdir}/doc/latex/imtekda/figures/bild.eps
%doc %{_texmfdistdir}/doc/latex/imtekda/figures/bild.pdf
#- source
%doc %{_texmfdistdir}/source/latex/imtekda/IMTEKda.dtx
%doc %{_texmfdistdir}/source/latex/imtekda/IMTEKda.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7-3
+ Revision: 4a335ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20406 |14mr|texlive-incgraph-1.02-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27038
# category Package
# catalog-ctan /macros/latex/contrib/incgraph
# catalog-date 2012-07-06 12:27:41 +0200
# catalog-license lppl1.3
# catalog-version 1.02
Name:		texlive-incgraph
Version:	1.02
Release:	2
Summary:	Sophisticated graphics inclusion in a PDF document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/incgraph
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/incgraph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/incgraph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides tools for including graphics at the full
size of the output medium, or for creating "pages" whose size
is that of the graphic they contain. A principal use case is
documents that require inclusion of (potentially many) scans or
photographs. Bookmarking is especially supported. The tool box
has basic macros and a 'convenience' user interface that wraps
\includegraphics.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/incgraph/incgraph.sty
%doc %{_texmfdistdir}/doc/latex/incgraph/CHANGES
%doc %{_texmfdistdir}/doc/latex/incgraph/README
%doc %{_texmfdistdir}/doc/latex/incgraph/exaimage-0001.png
%doc %{_texmfdistdir}/doc/latex/incgraph/exaimage-0037.png
%doc %{_texmfdistdir}/doc/latex/incgraph/exaimage-0123.png
%doc %{_texmfdistdir}/doc/latex/incgraph/example.jpg
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph-example-a.pdf
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph-example-a.tex
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph-example-b.pdf
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph-example-b.tex
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph-example-c.pdf
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph-example-c.tex
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph.pdf
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.02-2
+ Revision: d3980b3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20407 |14mr|texlive-inconsolata-20100907-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19721
# category Package
# catalog-ctan /fonts/inconsolata
# catalog-date 2010-09-07 15:05:43 +0200
# catalog-license ofl
# catalog-version undef
Name:		texlive-inconsolata
Version:	20100907
Release:	3
Summary:	A monospaced font, with support files for use with TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/inconsolata
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inconsolata.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inconsolata.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inconsolata.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Inconsolata is a monospaced font designed by Raph Levien. This
package contains the font (in both Adobe Type 1 and OpenType
formats), metric files for use with TeX, and LaTeX font
definition and other relevant files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/fi4-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/fi4-ei1.enc
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/fi4-ot1tt.enc
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/fi4-qxtt.enc
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/fi4-texnansi.enc
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/fi4-ts1.enc
%{_texmfdistdir}/fonts/map/dvips/inconsolata/fi4.map
%{_texmfdistdir}/fonts/opentype/public/inconsolata/Inconsolata.otf
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ec-inconsolata.tfm
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ei1-inconsolata.tfm
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-inconsolata.tfm
%{_texmfdistdir}/fonts/tfm/public/inconsolata/rm-inconsolata.tfm
%{_texmfdistdir}/fonts/tfm/public/inconsolata/texnansi-inconsolata.tfm
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ts1-inconsolata.tfm
%{_texmfdistdir}/fonts/type1/public/inconsolata/Inconsolata.pfb
%{_texmfdistdir}/tex/latex/inconsolata/ei1fi4.fd
%{_texmfdistdir}/tex/latex/inconsolata/inconsolata.sty
%{_texmfdistdir}/tex/latex/inconsolata/ly1fi4.fd
%{_texmfdistdir}/tex/latex/inconsolata/ot1fi4.fd
%{_texmfdistdir}/tex/latex/inconsolata/qxfi4.fd
%{_texmfdistdir}/tex/latex/inconsolata/t1fi4.fd
%{_texmfdistdir}/tex/latex/inconsolata/ts1fi4.fd
%doc %{_texmfdistdir}/doc/fonts/inconsolata/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/inconsolata/GNUmakefile
%doc %{_texmfdistdir}/doc/fonts/inconsolata/NEWS
%doc %{_texmfdistdir}/doc/fonts/inconsolata/README
%doc %{_texmfdistdir}/doc/fonts/inconsolata/fonttable.pdf
%doc %{_texmfdistdir}/doc/fonts/inconsolata/inconsolata.pdf
%doc %{_texmfdistdir}/doc/fonts/inconsolata/inconsolata.tex
%doc %{_texmfdistdir}/doc/fonts/inconsolata/test-spacing.tex
%doc %{_texmfdistdir}/doc/fonts/inconsolata/test-textless.tex
%doc %{_texmfdistdir}/doc/fonts/inconsolata/test.pdf
%doc %{_texmfdistdir}/doc/fonts/inconsolata/test.tex
%doc %{_texmfdistdir}/doc/fonts/inconsolata/testmin.tex
#- source
%doc %{_texmfdistdir}/source/fonts/inconsolata/Inconsolata.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100907-3
+ Revision: 153bea3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20408 |14mr|texlive-index-4.1beta-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24099
# category Package
# catalog-ctan /macros/latex/contrib/index
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version 4.1beta
Name:		texlive-index
Version:	4.1beta
Release:	3
Summary:	Extended index for LaTeX including multiple indexes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/index
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/index.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/index.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/index.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a reimplementation of LaTeX's indexing macros to
provide better support for indexing. For example, it supports
multiple indexes in a single document and provides a more
robust \index command. It supplies short hand notations for the
\index command (^{word}) and a * variation of \index
(abbreviated _{word}) that prints the word being indexed, as
well as creating an index entry for it.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/index/xagsm.bst
%{_texmfdistdir}/bibtex/bst/index/xplain.bst
%{_texmfdistdir}/makeindex/index/bibref.ist
%{_texmfdistdir}/tex/latex/index/autind.sty
%{_texmfdistdir}/tex/latex/index/bibref.sty
%{_texmfdistdir}/tex/latex/index/index.sty
%doc %{_texmfdistdir}/doc/latex/index/README
%doc %{_texmfdistdir}/doc/latex/index/TODO
%doc %{_texmfdistdir}/doc/latex/index/agsmtst.tex
%doc %{_texmfdistdir}/doc/latex/index/autind.tex
%doc %{_texmfdistdir}/doc/latex/index/index.pdf
%doc %{_texmfdistdir}/doc/latex/index/plaintst.tex
%doc %{_texmfdistdir}/doc/latex/index/sample.tex
%doc %{_texmfdistdir}/doc/latex/index/test.bib
#- source
%doc %{_texmfdistdir}/source/latex/index/index.dtx
%doc %{_texmfdistdir}/source/latex/index/index.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.1beta-3
+ Revision: 21a5eec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20409 |14mr|texlive-initials-20080819-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/initials
# catalog-date 2008-08-19 23:32:24 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-initials
Version:	20080819
Release:	3
Summary:	Adobe Type 1 decorative initial fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/initials
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/initials.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/initials.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
For each font, at least an .pfb and .tfm file is provided, with
a .fd file for use with LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/initials/config.Acorn
%{_texmfdistdir}/dvips/initials/config.AnnSton
%{_texmfdistdir}/dvips/initials/config.ArtNouv
%{_texmfdistdir}/dvips/initials/config.ArtNouvc
%{_texmfdistdir}/dvips/initials/config.Carrickc
%{_texmfdistdir}/dvips/initials/config.Eichenla
%{_texmfdistdir}/dvips/initials/config.Eileen
%{_texmfdistdir}/dvips/initials/config.EileenBl
%{_texmfdistdir}/dvips/initials/config.Elzevier
%{_texmfdistdir}/dvips/initials/config.GotIn
%{_texmfdistdir}/dvips/initials/config.GoudyIn
%{_texmfdistdir}/dvips/initials/config.Kinigcap
%{_texmfdistdir}/dvips/initials/config.Konanur
%{_texmfdistdir}/dvips/initials/config.Kramer
%{_texmfdistdir}/dvips/initials/config.MorrisIn
%{_texmfdistdir}/dvips/initials/config.Nouveaud
%{_texmfdistdir}/dvips/initials/config.Romantik
%{_texmfdistdir}/dvips/initials/config.Rothdn
%{_texmfdistdir}/dvips/initials/config.RoyalIn
%{_texmfdistdir}/dvips/initials/config.Sanremo
%{_texmfdistdir}/dvips/initials/config.Starburst
%{_texmfdistdir}/dvips/initials/config.Typocaps
%{_texmfdistdir}/dvips/initials/config.Zallman
%{_texmfdistdir}/fonts/afm/public/initials/Acorn.afm
%{_texmfdistdir}/fonts/afm/public/initials/AnnSton.afm
%{_texmfdistdir}/fonts/afm/public/initials/ArtNouv.afm
%{_texmfdistdir}/fonts/afm/public/initials/ArtNouvc.afm
%{_texmfdistdir}/fonts/afm/public/initials/Carrickc.afm
%{_texmfdistdir}/fonts/afm/public/initials/Eichenla.afm
%{_texmfdistdir}/fonts/afm/public/initials/Eileen.afm
%{_texmfdistdir}/fonts/afm/public/initials/EileenBl.afm
%{_texmfdistdir}/fonts/afm/public/initials/Elzevier.afm
%{_texmfdistdir}/fonts/afm/public/initials/GotIn.afm
%{_texmfdistdir}/fonts/afm/public/initials/GoudyIn.afm
%{_texmfdistdir}/fonts/afm/public/initials/Kinigcap.afm
%{_texmfdistdir}/fonts/afm/public/initials/Konanur.afm
%{_texmfdistdir}/fonts/afm/public/initials/Kramer.afm
%{_texmfdistdir}/fonts/afm/public/initials/MorrisIn.afm
%{_texmfdistdir}/fonts/afm/public/initials/Nouveaud.afm
%{_texmfdistdir}/fonts/afm/public/initials/Romantik.afm
%{_texmfdistdir}/fonts/afm/public/initials/Rothdn.afm
%{_texmfdistdir}/fonts/afm/public/initials/RoyalIn.afm
%{_texmfdistdir}/fonts/afm/public/initials/Sanremo.afm
%{_texmfdistdir}/fonts/afm/public/initials/Starburst.afm
%{_texmfdistdir}/fonts/afm/public/initials/Typocaps.afm
%{_texmfdistdir}/fonts/afm/public/initials/Zallman.afm
%{_texmfdistdir}/fonts/map/dvips/initials/Acorn.map
%{_texmfdistdir}/fonts/map/dvips/initials/AnnSton.map
%{_texmfdistdir}/fonts/map/dvips/initials/ArtNouv.map
%{_texmfdistdir}/fonts/map/dvips/initials/ArtNouvc.map
%{_texmfdistdir}/fonts/map/dvips/initials/Carrickc.map
%{_texmfdistdir}/fonts/map/dvips/initials/Eichenla.map
%{_texmfdistdir}/fonts/map/dvips/initials/Eileen.map
%{_texmfdistdir}/fonts/map/dvips/initials/EileenBl.map
%{_texmfdistdir}/fonts/map/dvips/initials/Elzevier.map
%{_texmfdistdir}/fonts/map/dvips/initials/GotIn.map
%{_texmfdistdir}/fonts/map/dvips/initials/GoudyIn.map
%{_texmfdistdir}/fonts/map/dvips/initials/Kinigcap.map
%{_texmfdistdir}/fonts/map/dvips/initials/Konanur.map
%{_texmfdistdir}/fonts/map/dvips/initials/Kramer.map
%{_texmfdistdir}/fonts/map/dvips/initials/MorrisIn.map
%{_texmfdistdir}/fonts/map/dvips/initials/Nouveaud.map
%{_texmfdistdir}/fonts/map/dvips/initials/Romantik.map
%{_texmfdistdir}/fonts/map/dvips/initials/Rothdn.map
%{_texmfdistdir}/fonts/map/dvips/initials/RoyalIn.map
%{_texmfdistdir}/fonts/map/dvips/initials/Sanremo.map
%{_texmfdistdir}/fonts/map/dvips/initials/Starburst.map
%{_texmfdistdir}/fonts/map/dvips/initials/Typocaps.map
%{_texmfdistdir}/fonts/map/dvips/initials/Zallman.map
%{_texmfdistdir}/fonts/tfm/public/initials/Acorn.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/AnnSton.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/ArtNouv.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/ArtNouvc.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Carrickc.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Eichenla.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Eileen.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/EileenBl.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Elzevier.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/GotIn.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/GoudyIn.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Kinigcap.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Konanur.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Kramer.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/MorrisIn.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Nouveaud.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Romantik.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Rothdn.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/RoyalIn.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Sanremo.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Starburst.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Typocaps.tfm
%{_texmfdistdir}/fonts/tfm/public/initials/Zallman.tfm
%{_texmfdistdir}/fonts/type1/public/initials/Acorn.pfb
%{_texmfdistdir}/fonts/type1/public/initials/AnnSton.pfb
%{_texmfdistdir}/fonts/type1/public/initials/ArtNouv.pfb
%{_texmfdistdir}/fonts/type1/public/initials/ArtNouvc.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Carrickc.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Eichenla.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Eileen.pfb
%{_texmfdistdir}/fonts/type1/public/initials/EileenBl.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Elzevier.pfb
%{_texmfdistdir}/fonts/type1/public/initials/GotIn.pfb
%{_texmfdistdir}/fonts/type1/public/initials/GoudyIn.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Kinigcap.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Konanur.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Kramer.pfb
%{_texmfdistdir}/fonts/type1/public/initials/MorrisIn.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Nouveaud.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Romantik.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Rothdn.pfb
%{_texmfdistdir}/fonts/type1/public/initials/RoyalIn.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Sanremo.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Starburst.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Typocaps.pfb
%{_texmfdistdir}/fonts/type1/public/initials/Zallman.pfb
%{_texmfdistdir}/tex/latex/initials/Acorn.fd
%{_texmfdistdir}/tex/latex/initials/AnnSton.fd
%{_texmfdistdir}/tex/latex/initials/ArtNouv.fd
%{_texmfdistdir}/tex/latex/initials/ArtNouvc.fd
%{_texmfdistdir}/tex/latex/initials/Carrickc.fd
%{_texmfdistdir}/tex/latex/initials/Eichenla.fd
%{_texmfdistdir}/tex/latex/initials/Eileen.fd
%{_texmfdistdir}/tex/latex/initials/EileenBl.fd
%{_texmfdistdir}/tex/latex/initials/Elzevier.fd
%{_texmfdistdir}/tex/latex/initials/GotIn.fd
%{_texmfdistdir}/tex/latex/initials/GoudyIn.fd
%{_texmfdistdir}/tex/latex/initials/Kinigcap.fd
%{_texmfdistdir}/tex/latex/initials/Konanur.fd
%{_texmfdistdir}/tex/latex/initials/Kramer.fd
%{_texmfdistdir}/tex/latex/initials/MorrisIn.fd
%{_texmfdistdir}/tex/latex/initials/Nouveaud.fd
%{_texmfdistdir}/tex/latex/initials/Romantik.fd
%{_texmfdistdir}/tex/latex/initials/Rothdn.fd
%{_texmfdistdir}/tex/latex/initials/RoyalIn.fd
%{_texmfdistdir}/tex/latex/initials/Sanremo.fd
%{_texmfdistdir}/tex/latex/initials/Starburst.fd
%{_texmfdistdir}/tex/latex/initials/Typocaps.fd
%{_texmfdistdir}/tex/latex/initials/Zallman.fd
%_texmf_updmap_d/initials
%doc %{_texmfdistdir}/doc/fonts/initials/Acorn.tex
%doc %{_texmfdistdir}/doc/fonts/initials/AnnSton.tex
%doc %{_texmfdistdir}/doc/fonts/initials/ArtNouv.tex
%doc %{_texmfdistdir}/doc/fonts/initials/ArtNouvc.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Carrickc.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Eichenla.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Eileen.tex
%doc %{_texmfdistdir}/doc/fonts/initials/EileenBl.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Elzevier.tex
%doc %{_texmfdistdir}/doc/fonts/initials/GotIn.tex
%doc %{_texmfdistdir}/doc/fonts/initials/GoudyIn.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Kinigcap.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Konanur.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Kramer.tex
%doc %{_texmfdistdir}/doc/fonts/initials/MorrisIn.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Nouveaud.tex
%doc %{_texmfdistdir}/doc/fonts/initials/README
%doc %{_texmfdistdir}/doc/fonts/initials/Romantik.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Rothdn.tex
%doc %{_texmfdistdir}/doc/fonts/initials/RoyalIn.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Sanremo.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Starburst.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Typocaps.tex
%doc %{_texmfdistdir}/doc/fonts/initials/Zallman.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/initials <<EOF
Map Acorn.map
Map AnnSton.map
Map ArtNouv.map
Map ArtNouvc.map
Map Carrickc.map
Map Eichenla.map
Map Eileen.map
Map EileenBl.map
Map Elzevier.map
Map GotIn.map
Map GoudyIn.map
Map Kinigcap.map
Map Konanur.map
Map Kramer.map
Map MorrisIn.map
Map Nouveaud.map
Map Romantik.map
Map Rothdn.map
Map RoyalIn.map
Map Sanremo.map
Map Starburst.map
Map Typocaps.map
Map Zallman.map
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080819-3
+ Revision: a7774b6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20410 |14mr|texlive-inlinebib-20061212-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22018
# category Package
# catalog-ctan /biblio/bibtex/contrib/inlinebib
# catalog-date 2006-12-12 00:29:31 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-inlinebib
Version:	20061212
Release:	3
Summary:	Citations in footnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/inlinebib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinebib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinebib.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A BibTeX style and a LaTeX package that allow for a full
bibliography at the end of the document as well as citation
details in footnotes. The footnote details include "op. cit."
and "ibid." contractions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/inlinebib/inlinebib.bst
%{_texmfdistdir}/tex/latex/inlinebib/inlinebib.sty
%{_texmfdistdir}/tex/latex/inlinebib/pageranges.sty
%doc %{_texmfdistdir}/doc/bibtex/inlinebib/MANIFEST
%doc %{_texmfdistdir}/doc/bibtex/inlinebib/inlinebib.htm
%doc %{_texmfdistdir}/doc/bibtex/inlinebib/inlinebib.txt
%doc %{_texmfdistdir}/doc/bibtex/inlinebib/inlinebib1.gif
%doc %{_texmfdistdir}/doc/bibtex/inlinebib/inlinebib2.gif

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061212-3
+ Revision: 45b2ad4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20411 |14mr|texlive-inlinedef-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/inlinedef
# catalog-date 2008-08-19 23:32:24 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-inlinedef
Version:	1.0
Release:	3
Summary:	Inline expansions within definitions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/inlinedef
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinedef.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinedef.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinedef.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a macro \Inline. that precedes a \def or
\gdef. Within the definition text of an inlined definition,
keywords such as \Expand may be used to selectively inline
certain expansions at definition-time. This eases the process
of redefining macros in terms of the original definition, as
well as definitions in which the token that must be expanded is
deep within, where \expandafter would be difficult and \edef is
not suitable. Another application is as an easier version of
\aftergroup, by defining a macro in terms of expanded local
variables, then ending the group with
\expandafter\endgroup\macro.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/inlinedef/inlinedef.sty
%doc %{_texmfdistdir}/doc/latex/inlinedef/README
%doc %{_texmfdistdir}/doc/latex/inlinedef/inlinedef.pdf
%doc %{_texmfdistdir}/doc/latex/inlinedef/inlinetest.tex
#- source
%doc %{_texmfdistdir}/source/latex/inlinedef/inlinedef.dtx
%doc %{_texmfdistdir}/source/latex/inlinedef/inlinedef.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: c597012
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20412 |14mr|texlive-inputtrc-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28019
# category Package
# catalog-ctan /macros/latex/contrib/inputtrc
# catalog-date 2012-10-16 10:36:45 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-inputtrc
Version:	0.3
Release:	6
Summary:	Trace which file loads which
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/inputtrc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inputtrc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inputtrc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inputtrc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package produces screen/log messages of the form '<current>
INPUTTING <next>' reporting LaTeX input commands (<current> and
<next> being file names). The message is indented to reflect
the level of input nesting. Tracing may be turned on and off,
and the unit of indentation may be adjusted. The implementation
somewhat resembles those of packages FiNK and inputfile.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/inputtrc/inputtrc.RLS
%{_texmfdistdir}/tex/latex/inputtrc/inputtrc.sty
%doc %{_texmfdistdir}/doc/latex/inputtrc/README
%doc %{_texmfdistdir}/doc/latex/inputtrc/README.pdf
%doc %{_texmfdistdir}/doc/latex/inputtrc/RELEASE.txt
%doc %{_texmfdistdir}/doc/latex/inputtrc/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/inputtrc/inputtrc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/inputtrc/README.tex
%doc %{_texmfdistdir}/source/latex/inputtrc/inputtrc.tex
%doc %{_texmfdistdir}/source/latex/inputtrc/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-6
+ Revision: 1b76b46
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20413 |14mr|texlive-insbox-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17694
# category Package
# catalog-ctan /macros/generic/insbox
# catalog-date 2007-01-07 15:47:33 +0100
# catalog-license pd
# catalog-version 2.2
Name:		texlive-insbox
Version:	2.2
Release:	3
Summary:	A TeX macro for inserting pictures/boxes into paragraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/insbox
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/insbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/insbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive insbox package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/insbox/insbox.tex
%doc %{_texmfdistdir}/doc/generic/insbox/demo.tex
%doc %{_texmfdistdir}/doc/generic/insbox/pic1.eps
%doc %{_texmfdistdir}/doc/generic/insbox/pic2.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-3
+ Revision: 05c1d36
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20414 |14mr|texlive-installfont-v1.6b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25205
# category Package
# catalog-ctan /support/installfont
# catalog-date 2012-01-26 12:26:54 +0100
# catalog-license lppl
# catalog-version v1.6b
Name:		texlive-installfont
Version:	v1.6b
Release:	3
Summary:	A bash script for installing a LaTeX font family
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/installfont
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/installfont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/installfont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-installfont.bin = %{EVRD}

%description
With this script you can install a LaTeX font family
(PostScript Type 1, TrueType and OpenType formats are
supported). Font series from light to ultra bold, and (faked)
small caps and (faked) slanted shapes are supported, but not
expert fonts. The script will rename the fonts automatically
(optional) or will otherwise expect the *.afm files and the
font files (in PostScript Type1 format) named in the Karl Berry
scheme (e.g. 5bbr8a.pfb). After running the script, you should
have a working font installation in your local TeX tree.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/installfont-tl
%{_texmfdistdir}/scripts/installfont/installfont-tl
%doc %{_texmfdistdir}/doc/support/installfont/LICENSE
%doc %{_texmfdistdir}/doc/support/installfont/README
%doc %{_texmfdistdir}/doc/support/installfont/installfont
%doc %{_texmfdistdir}/doc/support/installfont/installfont.pdf
%doc %{_texmfdistdir}/doc/support/installfont/installfont.tex
%doc %{_texmfdistdir}/doc/support/installfont/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}	 
pushd %{buildroot}%{_bindir}	 
    ln -sf %{_texmfdistdir}/scripts/installfont/installfont-tl installfont-tl	 
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.6b-3
+ Revision: 0af33c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20415 |14mr|texlive-interactiveworkbook-20061006-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/interactiveworkbook
# catalog-date 2006-10-06 13:44:13 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-interactiveworkbook
Version:	20061006
Release:	3
Summary:	latex-based interactive PDF on the web
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/interactiveworkbook
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interactiveworkbook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interactiveworkbook.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package interactiveworkbook gives the user the ability to
write LaTeX documents which, ultimately, create interactive
question-and-answer Portable Document Format (PDF) tutorials
meant to be used by Internet students and that, in particular,
freely use mathematical notation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/interactiveworkbook/interactiveworkbook-web.sty
%{_texmfdistdir}/tex/latex/interactiveworkbook/interactiveworkbook.sty
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/documentation/interactiveworkbookmanual.pdf
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/documentation/interactiveworkbookmanual.tex
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/WS_FTP.LOG
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/buttonappearance.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/checkclear.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/checksubmit.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques1.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques10.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques11.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques12.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques13.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques14.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques15.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques16.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques17.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques18.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques19.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques2.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques20.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques3.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques4.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques5.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques6.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques7.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques8.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques9.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/fieldclear.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/fieldsubmit.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/ndex.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/next.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonecheckfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonecheckfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonecheckone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonecheckthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonechecktwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldtwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopupfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopupfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopupone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopupthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopuptwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradiofive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradiofour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradioone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradiothree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradiotwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreecheckfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreecheckfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreecheckone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreecheckthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreechecktwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldtwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopupfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopupfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopupone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopupthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopuptwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradiofive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradiofour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradioone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradiothree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradiotwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwocheckfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwocheckfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwocheckone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwocheckthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwochecktwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldtwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopupfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopupfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopupone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopupthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopuptwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadiofive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadiofour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadioone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadiothree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadiotwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/popupclear.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/popupsubmit.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/prev.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/radioclear.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/radiosubmit.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/return.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/rightcheckcorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/rightfieldcorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/rightpopupcorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/rightradiocorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/wrongcheckcorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/wrongfieldcorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/wrongpopupcorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/wrongradiocorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/check.pdf
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/check.tex
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/field.pdf
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/field.tex
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/ndex.pdf
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/ndex.tex
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/popup.pdf
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/popup.tex
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/radio.pdf
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/radio.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061006-3
+ Revision: b7b2aa0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20416 |14mr|texlive-interfaces-3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21474
# category Package
# catalog-ctan /macros/latex/contrib/interfaces
# catalog-date 2011-02-19 16:41:47 +0100
# catalog-license lppl1.3
# catalog-version 3.1
Name:		texlive-interfaces
Version:	3.1
Release:	3
Summary:	Set parameters for other packages, conveniently
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/interfaces
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interfaces.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interfaces.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interfaces.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a small number of convenient macros that
access features in other frequently-used packages, or provide
interfaces to other useful facilities such as the pdfTeX
\pdfelapsedtime primitive. Most of these macros use pgfkeys to
provide a key-value syntax. The package also uses the package
scrlfile from the Koma-Script bundle (for controlled loading of
other files) and etoolbox. The package is bundled with sub-
packages containing actual interfaces: by default, the package
loads all available sub-packages, but techniques are provided
for the user to select no more than the interfaces needed for a
job.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/interfaces/interfaces-LaTeX.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-appendix.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-base.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-bookmark.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-embedfile.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-enumitem.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-environ.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-etoolbox.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-fancyhdr.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-hypbmsec.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-hyperref.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-makecell.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-marks.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-pgfkeys.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-scrlfile.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-tikz.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-titlesec.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-tocloft.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-truncate.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-umrand.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces.sty
%doc %{_texmfdistdir}/doc/latex/interfaces/README
%doc %{_texmfdistdir}/doc/latex/interfaces/interfaces.pdf
#- source
%doc %{_texmfdistdir}/source/latex/interfaces/interfaces.drv
%doc %{_texmfdistdir}/source/latex/interfaces/interfaces.dtx
%doc %{_texmfdistdir}/source/latex/interfaces/interfaces.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1-3
+ Revision: df4c5dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20417 |14mr|texlive-interpreter-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27232
# category Package
# catalog-ctan /macros/luatex/generic/interpreter
# catalog-date 2012-06-10 11:15:14 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-interpreter
Version:	1.2
Release:	2
Summary:	Translate input files on the fly
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/interpreter
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interpreter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interpreter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package preprocesses input files to a Lua(La)TeX run, on
the fly. The user defines Lua regular expressions to search for
patterns and modify input lines (or entire paragraphs)
accordingly, before TeX reads the material. In this way,
documents may be prepared in a non-TeX language (e.g., some
lightweight markup language) and turned into 'proper' TeX for
processing. The source of the documentation is typed in such a
lightweight language and is thus easily readable in a text
editor (the PDF file is also available, of course); the
transformation to TeX syntax via Interpreter's functions is
explained in the documentation itself. Interpreter is
implemented using the author's gates (lua version), and works
for plain TeX and LaTeX, but not ConTeXt.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/interpreter/interpreter.lua
%{_texmfdistdir}/tex/luatex/interpreter/interpreter.sty
%{_texmfdistdir}/tex/luatex/interpreter/interpreter.tex
%doc %{_texmfdistdir}/doc/luatex/interpreter/README
%doc %{_texmfdistdir}/doc/luatex/interpreter/i-doc.lua
%doc %{_texmfdistdir}/doc/luatex/interpreter/interpreter-doc.pdf
%doc %{_texmfdistdir}/doc/luatex/interpreter/interpreter-doc.tex
%doc %{_texmfdistdir}/doc/luatex/interpreter/interpreter-doc.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-2
+ Revision: fe4d2fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20418 |14mr|texlive-interval-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30747
# category Package
# catalog-ctan /macros/latex/contrib/interval
# catalog-date 2013-05-24 14:49:46 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-interval
Version:	0.1
Release:	6
Summary:	Format mathematical intervals, ensuring proper spacing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/interval
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interval.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interval.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
When typing an open interval as $]a,b[$, a closing bracket is
being used in place of an opening fence and vice versa. This
leads to the wrong spacing in, say, $]-a,b[$ or $A\in]a,b[=B$.
The package attempts to solve this using: \interval{a}{b} ->
[a,b] \interval[open]{a}{b} -> ]a,b[ \interval[open left]{a}{b}
-> ]a,b] The package also supports fence scaling and ensures
that the enclosing fences will end up having the proper closing
and opening types. TeX maths does not do this job properly.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/interval/interval.sty
%doc %{_texmfdistdir}/doc/latex/interval/interval.pdf
%doc %{_texmfdistdir}/doc/latex/interval/interval.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-6
+ Revision: 621c6a0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20419 |14mr|texlive-intro-scientific-5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/intro-scientific
# catalog-date 2009-02-22 10:18:48 +0100
# catalog-license lppl
# catalog-version 5th edition
Name:		texlive-intro-scientific
Version:	5
Release:	3
Summary:	Introducing scientific/mathematical documents using LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/intro-scientific
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/intro-scientific.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/intro-scientific.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
"Writing Scientific Documents Using LaTeX" is an article
introducing the use of LaTeX in typesetting scientific
documents. It covers the basics of creating a new LaTeX
document, special typesetting considerations, mathematical
typesetting and graphics. It also touches on bibliographic data
and BibTeX.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/intro-scientific/Makefile
%doc %{_texmfdistdir}/doc/latex/intro-scientific/README
%doc %{_texmfdistdir}/doc/latex/intro-scientific/earth-moon.pdf
%doc %{_texmfdistdir}/doc/latex/intro-scientific/scidoc.pdf
%doc %{_texmfdistdir}/doc/latex/intro-scientific/scidoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5-3
+ Revision: a2fc830
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20420 |14mr|texlive-inversepath-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/inversepath
# catalog-date 2008-08-19 23:32:24 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-inversepath
Version:	0.2
Release:	3
Summary:	Calculate inverse file paths
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/inversepath
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inversepath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inversepath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inversepath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package calculates inverse relative paths. Such things may
be useful, for example, when writing an auxiliary file to a
different directory.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/inversepath/inversepath.sty
%doc %{_texmfdistdir}/doc/latex/inversepath/README
%doc %{_texmfdistdir}/doc/latex/inversepath/inversepath.pdf
#- source
%doc %{_texmfdistdir}/source/latex/inversepath/inversepath.dtx
%doc %{_texmfdistdir}/source/latex/inversepath/inversepath.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: fe368c3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20421 |14mr|texlive-invoice-20111004-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24194
# category Package
# catalog-ctan /macros/latex/contrib/invoice
# catalog-date 2011-10-04 18:45:10 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-invoice
Version:	20111004
Release:	3
Summary:	Generate invoices
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/invoice
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/invoice.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/invoice.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package may be used for generating invoices. The package
can deal with invisible expense items and deductions; output
may be presented in any of 10 different languages. The package
depends on the fp and calc packages for its calculations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/invoice/invoice.def
%{_texmfdistdir}/tex/latex/invoice/invoice.sty
%doc %{_texmfdistdir}/doc/latex/invoice/00README.tex
%doc %{_texmfdistdir}/doc/latex/invoice/copying
%doc %{_texmfdistdir}/doc/latex/invoice/history
%doc %{_texmfdistdir}/doc/latex/invoice/install
%doc %{_texmfdistdir}/doc/latex/invoice/invoice.pdf
%doc %{_texmfdistdir}/doc/latex/invoice/invoice.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111004-3
+ Revision: a86b9e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20422 |14mr|texlive-ionumbers-0.3.1alpha-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23380
# category Package
# catalog-ctan /macros/latex/contrib/ionumbers
# catalog-date 2011-06-15 09:16:20 +0200
# catalog-license gpl
# catalog-version 0.3.1-alpha
Name:		texlive-ionumbers
Version:	0.3.1alpha
Release:	3
Summary:	Restyle numbers in maths mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ionumbers
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ionumbers.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ionumbers.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ionumbers.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
'ionumbers' stands for 'input/output numbers'. The package
restyles numbers in maths mode. If a number in the input file
is written, e.g., as $3,231.44$ as commonly used in English
texts, the package is able to restyle it to be output as
$3\,231{,}44$ as commonly used in German texts (and vice
versa). This may be useful, for example, if you have a large
table and want to include it in texts with different output
conventions without the need to change the table. The package
can also automatically group digits left of the decimal
separator (thousands) and right of the decimal separator
(thousandths) in triplets without the need of specifing commas
(English) or points (German) as separators. E.g., the input
$1234.567890$ can be output as $1\,234.\,567\,890$. Finally, an
e starts the exponent of the number. For example, $21e6$ may be
output as $26\times10\,^{6}$.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ionumbers/ionumbers.sty
%doc %{_texmfdistdir}/doc/latex/ionumbers/COPYING
%doc %{_texmfdistdir}/doc/latex/ionumbers/Makefile
%doc %{_texmfdistdir}/doc/latex/ionumbers/README
%doc %{_texmfdistdir}/doc/latex/ionumbers/ionumbers.pdf
%doc %{_texmfdistdir}/doc/latex/ionumbers/ionumbers_test.pdf
%doc %{_texmfdistdir}/doc/latex/ionumbers/ionumbers_test.tex
#- source
%doc %{_texmfdistdir}/source/latex/ionumbers/ionumbers.dtx
%doc %{_texmfdistdir}/source/latex/ionumbers/ionumbers.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.1alpha-3
+ Revision: d1d4633
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20423 |14mr|texlive-iopart-num-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/iopart-num
# catalog-date 2009-01-27 15:17:42 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-iopart-num
Version:	2.1
Release:	3
Summary:	Numeric citation style for IOP journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/iopart-num
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iopart-num.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iopart-num.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A BibTeX style providing numeric citation in Harvard-like
format. Intended for use with Institute of Physics (IOP)
journals, including Journal of Physics.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/iopart-num/iopart-num.bst
%doc %{_texmfdistdir}/doc/bibtex/iopart-num/README
%doc %{_texmfdistdir}/doc/bibtex/iopart-num/iopart-num.bib
%doc %{_texmfdistdir}/doc/bibtex/iopart-num/iopart-num.pdf
%doc %{_texmfdistdir}/doc/bibtex/iopart-num/iopart-num.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 4f827b4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20424 |14mr|texlive-ipaex-20111103-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25360
# category Package
# catalog-ctan /fonts/ipaex
# catalog-date 2011-11-03 09:19:42 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-ipaex
Version:	20111103
Release:	5
Summary:	IPA and IPAex fonts from Information-technology Promotion Agency, Japan
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ipaex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ipaex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ipaex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts provide fixed-width glyphs for Kana and Kanji
characters, proportional width glyphs for Western characters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/truetype/public/ipaex/ipaexg.ttf
%{_texmfdistdir}/fonts/truetype/public/ipaex/ipaexm.ttf
%{_texmfdistdir}/fonts/truetype/public/ipaex/ipag.ttf
%{_texmfdistdir}/fonts/truetype/public/ipaex/ipam.ttf
%doc %{_texmfdistdir}/doc/fonts/ipaex/Copyright
%doc %{_texmfdistdir}/doc/fonts/ipaex/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-5
+ Revision: af3b14f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20425 |14mr|texlive-iso10303-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/isostds/iso10303
# catalog-date 2007-01-09 14:09:22 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-iso10303
Version:	1.5
Release:	3
Summary:	Typesetting the STEP standards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isostds/iso10303
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iso10303.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iso10303.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iso10303.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Class and package files building on iso for typesetting the ISO
10303 (STEP) standards. Standard documents prepared using these
packages have been published by ISO.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/iso10303/aicv1.sty
%{_texmfdistdir}/tex/latex/iso10303/apendint.tex
%{_texmfdistdir}/tex/latex/iso10303/apmpspec.tex
%{_texmfdistdir}/tex/latex/iso10303/apmptbl.tex
%{_texmfdistdir}/tex/latex/iso10303/apmptempl.tex
%{_texmfdistdir}/tex/latex/iso10303/apsstempl.tex
%{_texmfdistdir}/tex/latex/iso10303/apv12.sty
%{_texmfdistdir}/tex/latex/iso10303/atsv11.sty
%{_texmfdistdir}/tex/latex/iso10303/bpfap1.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap10.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap11.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap12.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap13.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap14.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap15.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap16.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap2.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap3.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap4.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap5.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap6.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap7.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap8.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap9.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats1.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats10.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats11.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats12.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats14.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats2.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats3.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats4.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats5.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats6.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats7.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats8.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats9.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfir1.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfir2.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfir3.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfs1.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfs2.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfs3.tex
%{_texmfdistdir}/tex/latex/iso10303/irv12.sty
%{_texmfdistdir}/tex/latex/iso10303/stepman.tex
%{_texmfdistdir}/tex/latex/iso10303/stepv13.4ht
%{_texmfdistdir}/tex/latex/iso10303/stepv13.sty
%{_texmfdistdir}/tex/latex/iso10303/stppdlst.tex
%doc %{_texmfdistdir}/doc/latex/iso10303/README
%doc %{_texmfdistdir}/doc/latex/iso10303/step4ht.pdf
%doc %{_texmfdistdir}/doc/latex/iso10303/stepe.pdf
%doc %{_texmfdistdir}/doc/latex/iso10303/stepman.pdf
#- source
%doc %{_texmfdistdir}/source/latex/iso10303/step4ht.dtx
%doc %{_texmfdistdir}/source/latex/iso10303/step4ht.ins
%doc %{_texmfdistdir}/source/latex/iso10303/stepe.dtx
%doc %{_texmfdistdir}/source/latex/iso10303/stepe.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: ff392ee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20426 |14mr|texlive-iso-2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/isostds/iso
# catalog-date 2007-01-09 14:09:22 +0100
# catalog-license lppl
# catalog-version 2.4
Name:		texlive-iso
Version:	2.4
Release:	3
Summary:	Generic ISO standards typesetting macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isostds/iso
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iso.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iso.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iso.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
Generic class and package files for typesetting ISO
International Standard documents. Several standard documents
have been printed by ISO from camera-ready copy prepared using
LaTeX and these files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/iso/iso.ist
%{_texmfdistdir}/tex/latex/iso/askincv1.sty
%{_texmfdistdir}/tex/latex/iso/iso10.clo
%{_texmfdistdir}/tex/latex/iso/iso11.clo
%{_texmfdistdir}/tex/latex/iso/iso9.clo
%{_texmfdistdir}/tex/latex/iso/isov2.4ht
%{_texmfdistdir}/tex/latex/iso/isov2.cls
%doc %{_texmfdistdir}/doc/latex/iso/README
%doc %{_texmfdistdir}/doc/latex/iso/iso4ht.pdf
%doc %{_texmfdistdir}/doc/latex/iso/isoe.pdf
%doc %{_texmfdistdir}/doc/latex/iso/isofwdbp.tex
%doc %{_texmfdistdir}/doc/latex/iso/isoman.pdf
%doc %{_texmfdistdir}/doc/latex/iso/isoman.tex
%doc %{_texmfdistdir}/doc/latex/iso/trfwd1.tex
%doc %{_texmfdistdir}/doc/latex/iso/tspasfwdbp.tex
#- source
%doc %{_texmfdistdir}/source/latex/iso/iso4ht.dtx
%doc %{_texmfdistdir}/source/latex/iso/iso4ht.ins
%doc %{_texmfdistdir}/source/latex/iso/isoe.dtx
%doc %{_texmfdistdir}/source/latex/iso/isoe.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-3
+ Revision: 594fa67
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20427 |14mr|texlive-isodate-2.28-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16613
# category Package
# catalog-ctan /macros/latex/contrib/isodate
# catalog-date 2006-12-08 14:34:19 +0100
# catalog-license lppl
# catalog-version 2.28
Name:		texlive-isodate
Version:	2.28
Release:	3
Summary:	Tune the output format of dates according to language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isodate
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isodate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isodate.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isodate.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides ten output formats of the commands
\today, \printdate, \printdateTeX, and \daterange (partly
language dependent). Formats available are: ISO (yyyy-mm-dd),
numeric (e.g. dd.\,mm.~yyyy), short (e.g. dd.\,mm.\,yy), TeX
(yyyy/mm/dd), original (e.g. dd. mmm yyyy), short original
(e.g. dd. mmm yy), as well as numerical formats with Roman
numerals for the month. The commands \printdate and
\printdateTeX print any date. The command \daterange prints a
date range and leaves out unnecessary year or month entries.
This package supports German (old and new rules), Austrian, US
English, British English, French, Danish, Swedish, and
Norwegian.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/isodate/danish.idf
%{_texmfdistdir}/tex/latex/isodate/english.idf
%{_texmfdistdir}/tex/latex/isodate/french.idf
%{_texmfdistdir}/tex/latex/isodate/german.idf
%{_texmfdistdir}/tex/latex/isodate/isodate.sty
%{_texmfdistdir}/tex/latex/isodate/isodateo.sty
%{_texmfdistdir}/tex/latex/isodate/italian.idf
%{_texmfdistdir}/tex/latex/isodate/norsk.idf
%{_texmfdistdir}/tex/latex/isodate/swedish.idf
%doc %{_texmfdistdir}/doc/latex/isodate/ChangeLog
%doc %{_texmfdistdir}/doc/latex/isodate/README
%doc %{_texmfdistdir}/doc/latex/isodate/getversion.tex
%doc %{_texmfdistdir}/doc/latex/isodate/isodate.pdf
%doc %{_texmfdistdir}/doc/latex/isodate/isodate.xml
%doc %{_texmfdistdir}/doc/latex/isodate/isodateo.pdf
%doc %{_texmfdistdir}/doc/latex/isodate/testdate.pdf
%doc %{_texmfdistdir}/doc/latex/isodate/testdate.tex
%doc %{_texmfdistdir}/doc/latex/isodate/testisodate_without_babel.tex
#- source
%doc %{_texmfdistdir}/source/latex/isodate/Makefile
%doc %{_texmfdistdir}/source/latex/isodate/isodate.dtx
%doc %{_texmfdistdir}/source/latex/isodate/isodate.ins
%doc %{_texmfdistdir}/source/latex/isodate/isodateo.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.28-3
+ Revision: 1c5a20f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20428 |14mr|texlive-isodoc-1.03-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32844
# category Package
# catalog-ctan /macros/latex/contrib/isodoc
# catalog-date 2014-01-31 17:04:16 +0100
# catalog-license lppl1.3
# catalog-version 1.03
Name:		texlive-isodoc
Version:	1.03
Release:	2
Summary:	A LaTeX class for the preparation of letters and invoices
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isodoc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isodoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isodoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isodoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The isodoc class can be used for the preparation of letters and
invoices (and, in the future, similar documents). Documents are
set up with options, thus making the class easily adaptable to
user's wishes and extensible for other document types. The
class is based on the NTG brief class by Victor Eijkhout, which
implements the NEN1026 standard.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/isodoc/isodoc-ca-ES.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-de-DE.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-en-GB.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-en-US.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-es-ES.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-fr-FR.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-it-IT.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-nb-NO.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-nl-BE.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-nl-NL.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-sr-RS.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc.cls
%doc %{_texmfdistdir}/doc/latex/isodoc/README
%doc %{_texmfdistdir}/doc/latex/isodoc/accept/accept.sty
%doc %{_texmfdistdir}/doc/latex/isodoc/accept/accept.tex
%doc %{_texmfdistdir}/doc/latex/isodoc/accept/acceptform.jpg
%doc %{_texmfdistdir}/doc/latex/isodoc/accept/ntgcolor.png
%doc %{_texmfdistdir}/doc/latex/isodoc/inst
%doc %{_texmfdistdir}/doc/latex/isodoc/invoice/invoice.sty
%doc %{_texmfdistdir}/doc/latex/isodoc/invoice/invoice.tex
%doc %{_texmfdistdir}/doc/latex/isodoc/isodoc.pdf
%doc %{_texmfdistdir}/doc/latex/isodoc/letter/letter.sty
%doc %{_texmfdistdir}/doc/latex/isodoc/letter/letter.tex
%doc %{_texmfdistdir}/doc/latex/isodoc/letter/sign.png
%doc %{_texmfdistdir}/doc/latex/isodoc/letter/signmarked.png
%doc %{_texmfdistdir}/doc/latex/isodoc/logoletter/ChopinScript.ttf
%doc %{_texmfdistdir}/doc/latex/isodoc/logoletter/logoletter.sty
%doc %{_texmfdistdir}/doc/latex/isodoc/logoletter/logoletter.tex
%doc %{_texmfdistdir}/doc/latex/isodoc/logoletter/shiva-shakti.png
%doc %{_texmfdistdir}/doc/latex/isodoc/logoletter/signblue.png
%doc %{_texmfdistdir}/doc/latex/isodoc/logoletter/typo.txt
%doc %{_texmfdistdir}/doc/latex/isodoc/ntgletter/ntgcolor.png
%doc %{_texmfdistdir}/doc/latex/isodoc/ntgletter/ntgletter.sty
%doc %{_texmfdistdir}/doc/latex/isodoc/ntgletter/ntgletter.tex
%doc %{_texmfdistdir}/doc/latex/isodoc/ntgletter/signlong.png
%doc %{_texmfdistdir}/doc/latex/isodoc/ntgletter/signshort.png
%doc %{_texmfdistdir}/doc/latex/isodoc/template.ldf
#- source
%doc %{_texmfdistdir}/source/latex/isodoc/isodoc.dtx
%doc %{_texmfdistdir}/source/latex/isodoc/isodoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.03-2
+ Revision: 802dfc7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20429 |14mr|texlive-isomath-0.6.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27654
# category Package
# catalog-ctan /macros/latex/contrib/isomath
# catalog-date 2012-09-12 18:41:18 +0200
# catalog-license lppl
# catalog-version 0.6.1
Name:		texlive-isomath
Version:	0.6.1
Release:	6
Summary:	Mathematics style for science and technology
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isomath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isomath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isomath.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides tools for a mathematical style that
conforms to the International Standard ISO 80000-2 and is
common in science and technology. It changes the default shape
of capital Greek letters to italic, sets up bold italic and
sans-serif bold italic math alphabets with Latin and Greek
characters, and defines macros for markup of vector, matrix and
tensor symbols.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/isomath/isomath.sty
%doc %{_texmfdistdir}/doc/latex/isomath/README.html
%doc %{_texmfdistdir}/doc/latex/isomath/README.txt
%doc %{_texmfdistdir}/doc/latex/isomath/isomath-test.pdf
%doc %{_texmfdistdir}/doc/latex/isomath/isomath-test.tex
%doc %{_texmfdistdir}/doc/latex/isomath/isomath.html
%doc %{_texmfdistdir}/doc/latex/isomath/isomath.pdf
%doc %{_texmfdistdir}/doc/latex/isomath/isomath.sty.html
%doc %{_texmfdistdir}/doc/latex/isomath/isomath.sty.txt
%doc %{_texmfdistdir}/doc/latex/isomath/isomath.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.1-6
+ Revision: 6f5ff3c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20430 |14mr|texlive-isonums-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17362
# category Package
# catalog-ctan /macros/latex/contrib/isonums
# catalog-date 2010-03-09 13:05:51 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-isonums
Version:	1.0
Release:	3
Summary:	Display numbers in maths mode according to ISO 31-0
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isonums
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isonums.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isonums.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes a quick hack to ziffer to display numbers in
maths mode according to ISO 31-0, regardless of input format
(European $1.235,7$ or Anglo-American $1,235.7$). The options
[euro, anglo] control the global input format. Default input
format is anglo. Documentation is included as comments to the
text source.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/isonums/isonums.sty
%doc %{_texmfdistdir}/doc/latex/isonums/isonums.pdf
%doc %{_texmfdistdir}/doc/latex/isonums/isonums.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 6c35eb5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20431 |14mr|texlive-isorot-20070108-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/isorot
# catalog-date 2007-01-08 13:31:52 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-isorot
Version:	20070108
Release:	3
Summary:	Rotation of document elements
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isorot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isorot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isorot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isorot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The isorot package is for rotation of document elements. It is
a combination of the lscape package and an extension of the
rotating package. The package is designed for use with the iso
class but may be used with any normal class.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/isorot/isorot.sty
%doc %{_texmfdistdir}/doc/latex/isorot/README
%doc %{_texmfdistdir}/doc/latex/isorot/rotman.pdf
%doc %{_texmfdistdir}/doc/latex/isorot/rotman.tex
#- source
%doc %{_texmfdistdir}/source/latex/isorot/isorot.dtx
%doc %{_texmfdistdir}/source/latex/isorot/isorot.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070108-3
+ Revision: 8083bf9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20432 |14mr|texlive-isotope-v0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23711
# category Package
# catalog-ctan /macros/latex/contrib/isotope
# catalog-date 2011-08-26 17:57:53 +0200
# catalog-license lppl
# catalog-version v0.3
Name:		texlive-isotope
Version:	v0.3
Release:	3
Summary:	A package for typesetting isotopes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isotope
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isotope.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isotope.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isotope.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a command \isotope for setting the atomic
weight and atomic number indications of isotopes. (The naive
way of doing the job with (La)TeX mathematics commands produces
an unsatisfactory result.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/isotope/isotope.sty
%doc %{_texmfdistdir}/doc/latex/isotope/README
#- source
%doc %{_texmfdistdir}/source/latex/isotope/isotope.dtx
%doc %{_texmfdistdir}/source/latex/isotope/isotope.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.3-3
+ Revision: 385cbf7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20433 |14mr|texlive-issuulinks-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25742
# category Package
# catalog-ctan /macros/latex/contrib/issuulinks
# catalog-date 2012-03-23 12:07:20 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-issuulinks
Version:	1.1
Release:	2
Summary:	Produce external links instead of internal ones
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/issuulinks
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/issuulinks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/issuulinks.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/issuulinks.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The PDF visualizer http://issuu.com/ISSUU is a popular service
allowing to show PDF documents "a page a time". Due to the way
it is implemented, internal links in these documents are not
allowed. Instead, they must be converted to external ones in
the form http://issuu.com/action/page?page=PAGENUMBER. The
package patches hyperref to produce external links in the
required form instead of internal links created by \ref, \cite
and other commands. Since the package redefines the internals
of hyperref, it must be loaded it AFTER hyperref.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/issuulinks/issuulinks.sty
%doc %{_texmfdistdir}/doc/latex/issuulinks/Makefile
%doc %{_texmfdistdir}/doc/latex/issuulinks/README
%doc %{_texmfdistdir}/doc/latex/issuulinks/issuulinks.pdf
%doc %{_texmfdistdir}/doc/latex/issuulinks/sample.pdf
%doc %{_texmfdistdir}/doc/latex/issuulinks/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/issuulinks/issuulinks.dtx
%doc %{_texmfdistdir}/source/latex/issuulinks/issuulinks.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: 93edaae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20434 |14mr|texlive-itnumpar-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/itnumpar
# catalog-date 2008-08-19 23:32:24 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-itnumpar
Version:	1.0
Release:	3
Summary:	Spell numbers in words (Italian)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/itnumpar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/itnumpar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/itnumpar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/itnumpar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Sometimes we need to say "Capitolo primo" or "Capitolo uno"
instead of "Capitolo 1", that is, spelling the number in words
instead of the usual digit form. This package provides support
for spelling out numbers in Italian words, both in cardinal and
in ordinal form.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/itnumpar/itnumpar.sty
%doc %{_texmfdistdir}/doc/latex/itnumpar/README
%doc %{_texmfdistdir}/doc/latex/itnumpar/itnumpar.pdf
#- source
%doc %{_texmfdistdir}/source/latex/itnumpar/itnumpar.dtx
%doc %{_texmfdistdir}/source/latex/itnumpar/itnumpar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: a0d0cf0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20435 |14mr|texlive-itrans-5.32-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25462
# category Package
# catalog-ctan /language/indian/itrans
# catalog-date 2011-05-10 20:29:15 +0200
# catalog-license other-free
# catalog-version 5.32
Name:		texlive-itrans
Version:	5.32
Release:	2
Summary:	Transliteration of Indian Languages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/indian/itrans
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/itrans.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/itrans.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Itrans is a pre-processor: it converts English-encoded text
into various Indian Language scripts for printing or for
display. The input text to itrans is in a transliterated form:
each letter in an Indian Script is assigned an English
equivalent, and the English letters are used to represent what
will eventually print out in the Indian Language Script.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/itrans/devnac.afm
%{_texmfdistdir}/fonts/afm/public/itrans/ncpi____.afm
%{_texmfdistdir}/fonts/afm/public/itrans/ncpr____.afm
%{_texmfdistdir}/fonts/source/public/itrans/kan12.mf
%{_texmfdistdir}/fonts/source/public/itrans/kan12b.mf
%{_texmfdistdir}/fonts/source/public/itrans/kan12nx.mf
%{_texmfdistdir}/fonts/source/public/itrans/kan12ny.mf
%{_texmfdistdir}/fonts/source/public/itrans/kan12s.mf
%{_texmfdistdir}/fonts/source/public/itrans/kan18.mf
%{_texmfdistdir}/fonts/source/public/itrans/kanbase.mf
%{_texmfdistdir}/fonts/source/public/itrans/kancodes.mf
%{_texmfdistdir}/fonts/source/public/itrans/kanlets.mf
%{_texmfdistdir}/fonts/source/public/itrans/kanmain.mf
%{_texmfdistdir}/fonts/source/public/itrans/kanparam.mf
%{_texmfdistdir}/fonts/source/public/itrans/kanspc.mf
%{_texmfdistdir}/fonts/source/public/itrans/kanvarna.mf
%{_texmfdistdir}/fonts/source/public/itrans/tamilORG.mf
%{_texmfdistdir}/fonts/source/public/itrans/tel12.mf
%{_texmfdistdir}/fonts/source/public/itrans/tel12b.mf
%{_texmfdistdir}/fonts/source/public/itrans/tel12nx.mf
%{_texmfdistdir}/fonts/source/public/itrans/tel12ny.mf
%{_texmfdistdir}/fonts/source/public/itrans/tel12s.mf
%{_texmfdistdir}/fonts/source/public/itrans/tel18.mf
%{_texmfdistdir}/fonts/source/public/itrans/telbase.mf
%{_texmfdistdir}/fonts/source/public/itrans/telchrs1.mf
%{_texmfdistdir}/fonts/source/public/itrans/telchrs2.mf
%{_texmfdistdir}/fonts/source/public/itrans/telchrs3.mf
%{_texmfdistdir}/fonts/source/public/itrans/telcodes.mf
%{_texmfdistdir}/fonts/source/public/itrans/telmode.mf
%{_texmfdistdir}/fonts/source/public/itrans/telparam.mf
%{_texmfdistdir}/fonts/source/public/itrans/telspc.mf
%{_texmfdistdir}/fonts/source/public/itrans/telugu.mf
%{_texmfdistdir}/fonts/source/public/itrans/wntml12.mf
%{_texmfdistdir}/fonts/source/public/itrans/wntml17.mf
%{_texmfdistdir}/fonts/tfm/public/itrans/kan12.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/kan12b.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/kan12nx.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/kan12s.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/kan18.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/ncpicsxp.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/ncprcsxp.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/tel12.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/tel12b.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/tel12nx.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/tel12ny.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/tel12s.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/tel18.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/telspc.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/wntml12.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/wntml17.tfm
%{_texmfdistdir}/fonts/truetype/public/itrans/ncpi____.ttf
%{_texmfdistdir}/fonts/truetype/public/itrans/ncpr____.ttf
%{_texmfdistdir}/fonts/type1/public/itrans/ncpi____.pfb
%{_texmfdistdir}/fonts/type1/public/itrans/ncpr____.pfb
%{_texmfdistdir}/tex/latex/itrans/htmlstub.sty
%{_texmfdistdir}/tex/latex/itrans/idevn.tex
%{_texmfdistdir}/tex/latex/itrans/itrans.sty
%{_texmfdistdir}/tex/latex/itrans/itrnstlg.tex
%doc %{_texmfdistdir}/doc/fonts/itrans/COPYRIGHT
%doc %{_texmfdistdir}/doc/fonts/itrans/README
%doc %{_texmfdistdir}/doc/fonts/itrans/beng.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/dvnc.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/dvng.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/ex_latex.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/ex_ltn1.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/ex_ps.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/ex_utf8.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/flag.ips
%doc %{_texmfdistdir}/doc/fonts/itrans/gujdoc.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/icsx.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/idoc.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/kantex.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/nehru.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/pundoc.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/romancsx.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/tamil.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/tblall.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/tech.tex
%doc %{_texmfdistdir}/doc/fonts/itrans/tlgutx.itx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.32-2
+ Revision: fcd7700
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20436 |14mr|texlive-iwhdp-0.25-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24790
# category Package
# catalog-ctan /macros/latex/contrib/iwhdp
# catalog-date 2011-12-07 15:00:15 +0100
# catalog-license lppl1.3
# catalog-version 0.25
Name:		texlive-iwhdp
Version:	0.25
Release:	3
Summary:	Halle Institute for Economic Research (IWH) Discussion Papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/iwhdp
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iwhdp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iwhdp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The document class is for creating Discussion Papers of the
Halle Institute for Economic Research (IWH) in Halle, Germany.
The class offers options for both English and German texts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/iwhdp/iwhdp.cls
%doc %{_texmfdistdir}/doc/latex/iwhdp/README
%doc %{_texmfdistdir}/doc/latex/iwhdp/iwhdp_Manual.bib
%doc %{_texmfdistdir}/doc/latex/iwhdp/iwhdp_Manual.pdf
%doc %{_texmfdistdir}/doc/latex/iwhdp/iwhdp_Manual.tex
%doc %{_texmfdistdir}/doc/latex/iwhdp/iwhdp_paper.bib
%doc %{_texmfdistdir}/doc/latex/iwhdp/iwhdp_paper.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.25-3
+ Revision: 9f84b46
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20437 |14mr|texlive-iwona-0.995b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19611
# category Package
# catalog-ctan /fonts/iwona
# catalog-date 2010-08-03 20:49:06 +0200
# catalog-license gfsl
# catalog-version 0.995b
Name:		texlive-iwona
Version:	0.995b
Release:	3
Summary:	A two-element sans-serif font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/iwona
License:	GFSL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iwona.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iwona.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Iwona is a two-element sans-serif typeface. It was created as
an alternative version of the Kurier typeface, which was
designed in 1975 for a diploma in typeface design at the Warsaw
Academy of Fine Arts under the supervision of Roman
Tomaszewski. This distribution contains a significantly
extended set of characters covering the following modern
alphabets: latin (including Vietnamese), Cyrillic and Greek as
well as a number of additional symbols (including mathematical
symbols). The fonts are prepared in Type 1 and OpenType
formats. For use with TeX the following encoding files have
been prepared: T1 (ec), T2 (abc), and OT2--Cyrillic, T5
(Vietnamese), OT4, QX, texansi and nonstandard (IL2 for the
Czech fonts), as well as supporting macros and files defining
fonts for LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonab.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonabi.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacb.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacbi.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonach.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonachi.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacl.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacli.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacm.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacmi.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacr.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacri.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonah.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonahi.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonal.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonali.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonam.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonami.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonar.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonari.afm
%{_texmfdistdir}/fonts/enc/dvips/iwona/cs-iwona-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/cs-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/ec-iwona-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/ec-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/ex-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/greek-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/l7x-iwona-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/l7x-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/mi-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/qx-iwona-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/qx-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/rm-iwona-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/rm-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/sy-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/t2a-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/t2b-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/t2c-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/t5-iwona-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/t5-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/texnansi-iwona-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/texnansi-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/ts1-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/wncy-iwona.enc
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-cs.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-ec.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-ex.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-greek.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-l7x.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-mi.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-qx.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-rm.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-sy.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-t2a.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-t2b.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-t2c.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-t5.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-ts1.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-wncy.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona.map
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/Iwona-Bold.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/Iwona-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/Iwona-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/Iwona-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCond-Bold.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCond-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCond-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCond-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondHeavy-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondHeavy-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondLight-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondLight-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondMedium-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondMedium-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaHeavy-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaHeavy-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaLight-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaLight-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaMedium-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaMedium-Regular.otf
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonab-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonabi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonach-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonachi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonah-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonahi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonal-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonali-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonam-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonami-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonar-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonari-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonab-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonabi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonach-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonachi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonah-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonahi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonal-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonali-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonam-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonami-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonar-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonari-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonab-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonabi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonach-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonachi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonah-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonahi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonal-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonali-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonam-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonami-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonar-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonari-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonab-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonabi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonach-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonachi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonah-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonahi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonal-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonali-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonam-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonami-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonar-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonari-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonab-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonabi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonach-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonachi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonah-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonahi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonal-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonali-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonam-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonami-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonar-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonari-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonabz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonacbz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonachz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonaclz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonacmz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonacrz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonahz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonalz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonamz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonarz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonab-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonabi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonach-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonachi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonah-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonahi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonal-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonali-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonam-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonami-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonar-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonari-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonab-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonabi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonach-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonachi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonah-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonahi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonal-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonali-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonam-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonami-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonar-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonari-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonari.tfm
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonab.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonabi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacb.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacbi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonach.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonachi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacl.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacli.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacm.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacmi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacr.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacri.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonah.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonahi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonal.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonali.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonam.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonami.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonar.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonari.pfb
%{_texmfdistdir}/tex/latex/iwona/il2iwona.fd
%{_texmfdistdir}/tex/latex/iwona/il2iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/il2iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/il2iwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/iwona.sty
%{_texmfdistdir}/tex/latex/iwona/l7xiwona.fd
%{_texmfdistdir}/tex/latex/iwona/l7xiwonac.fd
%{_texmfdistdir}/tex/latex/iwona/l7xiwonal.fd
%{_texmfdistdir}/tex/latex/iwona/l7xiwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/ly1iwona.fd
%{_texmfdistdir}/tex/latex/iwona/ly1iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/ly1iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/ly1iwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/omliwona.fd
%{_texmfdistdir}/tex/latex/iwona/omliwonac.fd
%{_texmfdistdir}/tex/latex/iwona/omliwonal.fd
%{_texmfdistdir}/tex/latex/iwona/omliwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/omsiwona.fd
%{_texmfdistdir}/tex/latex/iwona/omsiwonac.fd
%{_texmfdistdir}/tex/latex/iwona/omsiwonal.fd
%{_texmfdistdir}/tex/latex/iwona/omsiwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/omxiwona.fd
%{_texmfdistdir}/tex/latex/iwona/omxiwonac.fd
%{_texmfdistdir}/tex/latex/iwona/omxiwonal.fd
%{_texmfdistdir}/tex/latex/iwona/omxiwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwona.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwonacm.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwonalcm.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwonalm.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwonam.fd
%{_texmfdistdir}/tex/latex/iwona/ot2iwona.fd
%{_texmfdistdir}/tex/latex/iwona/ot2iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/ot2iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/ot2iwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/ot4iwona.fd
%{_texmfdistdir}/tex/latex/iwona/ot4iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/ot4iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/ot4iwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/qxiwona.fd
%{_texmfdistdir}/tex/latex/iwona/qxiwonac.fd
%{_texmfdistdir}/tex/latex/iwona/qxiwonal.fd
%{_texmfdistdir}/tex/latex/iwona/qxiwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/t1iwona.fd
%{_texmfdistdir}/tex/latex/iwona/t1iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/t1iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/t1iwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/t2aiwona.fd
%{_texmfdistdir}/tex/latex/iwona/t2aiwonac.fd
%{_texmfdistdir}/tex/latex/iwona/t2aiwonal.fd
%{_texmfdistdir}/tex/latex/iwona/t2aiwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/t2biwona.fd
%{_texmfdistdir}/tex/latex/iwona/t2biwonac.fd
%{_texmfdistdir}/tex/latex/iwona/t2biwonal.fd
%{_texmfdistdir}/tex/latex/iwona/t2biwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/t2ciwona.fd
%{_texmfdistdir}/tex/latex/iwona/t2ciwonac.fd
%{_texmfdistdir}/tex/latex/iwona/t2ciwonal.fd
%{_texmfdistdir}/tex/latex/iwona/t2ciwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/t5iwona.fd
%{_texmfdistdir}/tex/latex/iwona/t5iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/t5iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/t5iwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/ts1iwona.fd
%{_texmfdistdir}/tex/latex/iwona/ts1iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/ts1iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/ts1iwonalc.fd
%{_texmfdistdir}/tex/plain/iwona/iwona-math.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/00readme.eng
%doc %{_texmfdistdir}/doc/fonts/iwona/00readme.pol
%doc %{_texmfdistdir}/doc/fonts/iwona/GUST-FONT-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-info-src.zip
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-info.pdf
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-latex-cyr.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-latex-math.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-latex-pl.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-latex-t2a.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-latex-t5.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-mathtest.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-table.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.995b-3
+ Revision: 5cf5dd1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20438 |14mr|texlive-jablantile-20091210-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16364
# category Package
# catalog-ctan /fonts/jablantile
# catalog-date 2009-12-10 11:03:10 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-jablantile
Version:	20091210
Release:	3
Summary:	Metafont version of tiles in the style of Slavik Jablan
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/jablantile
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jablantile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jablantile.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a small Metafont font to implement the modular tiles
described by Slavik Jablan. For an outline of the theoretical
structure of the tiles, see (for example) Jablan's JMM 2006
Exhibit.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/jablantile/jablantile.mf
%doc %{_texmfdistdir}/doc/fonts/jablantile/README
%doc %{_texmfdistdir}/doc/fonts/jablantile/dearjablan.tex
%doc %{_texmfdistdir}/doc/fonts/jablantile/jablantile.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091210-3
+ Revision: d3732f1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20439 |14mr|texlive-jadetex-3.13-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23409
# category Package
# catalog-ctan /macros/jadetex/jadetex-3.13.tar.gz
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version 3.13
Name:		texlive-jadetex
Version:	3.13
Release:	5
Summary:	Macros supporting Jade DSSSL output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/jadetex/jadetex-3.13.tar.gz
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jadetex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jadetex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jadetex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-latex
Requires:	texlive-pdftex
Requires:	texlive-tex
Requires:	texlive-jadetex.bin
%rename jadetex

%description
Macro package on top of LaTeX to typeset TeX output of the Jade
DSSSL implementation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/jadetex/base/dsssl.def
%{_texmfdistdir}/tex/jadetex/base/jadetex.ini
%{_texmfdistdir}/tex/jadetex/base/jadetex.ltx
%{_texmfdistdir}/tex/jadetex/base/pdfjadetex.ini
%{_texmfdistdir}/tex/jadetex/base/uentities.sty
%{_texmfdistdir}/tex/jadetex/base/ut1omlgc.fd
%_texmf_fmtutil_d/jadetex
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/ChangeLog
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/ChangeLog-old
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/Makefile
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/demo.sgm
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/docbook.dsl
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/index.html
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/index.xml
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/index.xsl
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/jadetex.1
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/jadetex.cfg
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/logo.png
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/pdfjadetex.1
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/releasenotes.dsl
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/releasenotes.xml
#- source
%doc %{_texmfdistdir}/source/jadetex/base/Makefile
%doc %{_texmfdistdir}/source/jadetex/base/jadetex.dtx
%doc %{_texmfdistdir}/source/jadetex/base/jadetex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/jadetex <<EOF
#
# from jadetex:
jadetex pdftex language.dat *jadetex.ini
pdfjadetex pdftex language.dat *pdfjadetex.ini
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.13-5
+ Revision: 36342e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20440 |14mr|texlive-jamtimes-1.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20408
# category Package
# catalog-ctan /fonts/jamtimes
# catalog-date 2009-11-07 09:52:42 +0000
# catalog-license other-free
# catalog-version 1.12
Name:		texlive-jamtimes
Version:	1.12
Release:	3
Summary:	Expanded Times Roman fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/jamtimes
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jamtimes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jamtimes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers LaTeX support for the expanded Times Roman
font, which has been used for many years in the Journal
d'Analyse Mathematique. Mathematics support is based on the
Belleek fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/jamtimes/jtm.map
%{_texmfdistdir}/fonts/tfm/public/jamtimes/blsy.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmb7tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmb8cv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmb8rv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmb8tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbc7tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbc8tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi7me.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi7tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi8cv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi8rv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbi8tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbo7tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbo8cv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbo8rv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmbo8tv.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7tc.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7ye.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr7yoe.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8cc.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8ce.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8cw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8rc.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8re.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8rw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8tc.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmr8tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmrc7te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmrc7tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmrc8te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmrc8tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri7me.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri7te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri7tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri7ze.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8ce.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8cw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8re.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8rw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmri8tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro7te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro7tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8ce.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8cw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8re.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8rw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8te.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/jtmro8tw.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/ptmb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/ptmbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/ptmr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/ptmri8a.tfm
%{_texmfdistdir}/fonts/tfm/public/jamtimes/rblmi.tfm
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmb7tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmb8cv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmb8tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbc7tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbc8tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbi7me.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbi7tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbi8cv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbi8tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbo7tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbo8cv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmbo8tv.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr7tc.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr7te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr7tw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr7ye.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8cc.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8ce.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8cw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8tc.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmr8tw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmrc7te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmrc7tw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmrc8te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmrc8tw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri7me.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri7te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri7tw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri8ce.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri8cw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri8te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmri8tw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro7te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro7tw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro8ce.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro8cw.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro8te.vf
%{_texmfdistdir}/fonts/vf/public/jamtimes/jtmro8tw.vf
%{_texmfdistdir}/tex/latex/jamtimes/jamtimes.sty
%{_texmfdistdir}/tex/latex/jamtimes/omljtm.fd
%{_texmfdistdir}/tex/latex/jamtimes/omsjtm.fd
%{_texmfdistdir}/tex/latex/jamtimes/ot1jtm.fd
%{_texmfdistdir}/tex/latex/jamtimes/t1jtm.fd
%{_texmfdistdir}/tex/latex/jamtimes/ts1jtm.fd
%doc %{_texmfdistdir}/doc/latex/jamtimes/README
%doc %{_texmfdistdir}/doc/latex/jamtimes/jamtimes.bib
%doc %{_texmfdistdir}/doc/latex/jamtimes/jamtimes.dtx
%doc %{_texmfdistdir}/doc/latex/jamtimes/jamtimes.ins
%doc %{_texmfdistdir}/doc/latex/jamtimes/jamtimes.pdf
%doc %{_texmfdistdir}/doc/latex/jamtimes/mathsample.pdf
%doc %{_texmfdistdir}/doc/latex/jamtimes/mathsample.tex
%doc %{_texmfdistdir}/doc/latex/jamtimes/mathsample_ps.pdf
%doc %{_texmfdistdir}/doc/latex/jamtimes/textsample.pdf
%doc %{_texmfdistdir}/doc/latex/jamtimes/textsample.tex
%doc %{_texmfdistdir}/doc/latex/jamtimes/textsample_ps.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.12-3
+ Revision: 40ca5f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20441 |14mr|texlive-japanese-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24533
# category Package
# catalog-ctan /language/japanese/japanese
# catalog-date 2011-10-29 13:37:49 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-japanese
Version:	1.3
Release:	4
Summary:	A substitute for a babel package for Japanese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/japanese
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package behaves in a similar way as if you provided the
(non-existent) Japanese option to babel so that you can handle
Japanese language text in LaTeX documents. The package requires
a Japanese-enabled TeX system, such as pTeX or jTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/platex/japanese/japanese.ldf
%doc %{_texmfdistdir}/doc/platex/japanese/README
%doc %{_texmfdistdir}/doc/platex/japanese/sample.pdf
%doc %{_texmfdistdir}/doc/platex/japanese/sample.tex
#- source
%doc %{_texmfdistdir}/source/platex/japanese/japanese.dtx
%doc %{_texmfdistdir}/source/platex/japanese/japanese.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-4
+ Revision: 5bfda75
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20442 |14mr|texlive-japanese-otf-uptex-0.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26985
# category Package
# catalog-ctan /language/japanese/japanese-otf-uptex
# catalog-date 2012-07-10 11:04:52 +0200
# catalog-license other-free
# catalog-version 0.11
Name:		texlive-japanese-otf-uptex
Epoch:		1
Version:	0.11
Release:	2
Summary:	Support for Japanese OTF files in upLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/japanese-otf-uptex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf-uptex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf-uptex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf-uptex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-japanese-otf

%description
The bundle offers support of the fonts in the japanese-otf
package, for use with the UpTeX distribution (version 0.20 or
later).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvipdfmx/japanese-otf-uptex/otf-up-noEmbed.map
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgru-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgru-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbo-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbo-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbu-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbu-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgru-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgru-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbo-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbo-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbu-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbu-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgru-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgru-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmll-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmll-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmln-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmln-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlo-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlo-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmls-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmls-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlu-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlu-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmru-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmru-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmru-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmru-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgru-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgru-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmru-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmru-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrz-v.ovp
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgotheb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgotheb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgotheb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgotheb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgotheb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgotheb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubygothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubygothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubygothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubygothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubymgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubymgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgru-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgru-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbo-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbo-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbu-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbu-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgru-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgru-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbo-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbo-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbu-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbu-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgru-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgru-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmll-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmll-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmln-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmln-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlo-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlo-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmls-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmls-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlu-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlu-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmru-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmru-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmru-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmru-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgru-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgru-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmru-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmru-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrz-v.tfm
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgotheb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgotheb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgotheb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgotheb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubygothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubygothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubygothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubygothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubymgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubymgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgru-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgru-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbo-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbo-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbu-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbu-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgru-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgru-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbo-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbo-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbu-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbu-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgru-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgru-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmll-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmll-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmln-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmln-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlo-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlo-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmls-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmls-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlu-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlu-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmru-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmru-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmru-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmru-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgru-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgru-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmru-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmru-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrz-v.vf
%{_texmfdistdir}/tex/platex/japanese-otf-uptex/mlutf.sty
%{_texmfdistdir}/tex/platex/japanese-otf-uptex/otf.sty
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/00otf-uptex.txt
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/COPYRIGHT
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/README
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/Makefile
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_cns_utf.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_gb_utf.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_text.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_utf.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_kr_utf.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/uotf-sp-utf8.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/uotftest-utf8.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/uotftest.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/upbrsgtest.tex
#- source
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/basepl/ubase-h.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/basepl/ubase-v.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/basepl/ubrsg-h.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/basepl/ubrsg-v.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/patch/otfbeta_uptex-0.10.patch
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/MakeSPList.pm
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/mktfm_sp.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/mkutf32list.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/mkutfvf_sp.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/sp_list_c.txt
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/sp_list_j.txt
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/sp_list_k.txt
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/sp_list_t.txt
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/umakeotf
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/umakeotf_brsg
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/umkjvf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.11-2
+ Revision: 6bb045c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20443 |14mr|texlive-japanese-otf-v1.7b5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25939
# category Package
# catalog-ctan /language/japanese/japanese-otf
# catalog-date 2012-04-11 09:22:31 +0200
# catalog-license other-free
# catalog-version v1.7b5
Name:		texlive-japanese-otf
Epoch:		1
Version:	v1.7b5
Release:	2
Summary:	Advanced font selection for platex and its friends
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/japanese-otf
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
The package contains pLaTeX support files and virtual fonts for
supporting a wide variety of fonts in LaTeX using the pTeX
engine.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvipdfmx/japanese-otf/otf-cktx.map
%{_texmfdistdir}/fonts/map/dvipdfmx/japanese-otf/otf-noEmbed.map
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hirakaku-w3-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hirakaku-w3-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hirakaku-w6-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hirakaku-w6-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramaru-w4-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramaru-w4-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramin-w3-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramin-w3-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramin-w6-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramin-w6-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjgb-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjgb-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjgr-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjgr-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmb-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmb-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmgr-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmgr-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjml-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjml-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmr-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmr-v.ofm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpmgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpmgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminln-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminln-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgotheb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgotheb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlmgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlmgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminln-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminln-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expmgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expmgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminln-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminln-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgotheb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgotheb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hirakaku-w3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hirakaku-w3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hirakaku-w6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hirakaku-w6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramaru-w4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramaru-w4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramin-w3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramin-w3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramin-w6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramin-w6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hmgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hmgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminln-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminln-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgotheb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgotheb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlmgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlmgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminln-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminln-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ccgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ccgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ccmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ccmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjgb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjgb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjml-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjml-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ckgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ckgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ckmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ckmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ctgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ctgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ctmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ctmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ucgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ucgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ucmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ucmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmgrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmgrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujml-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujml-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmln-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmln-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ukgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ukgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ukmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ukmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-utgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-utgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-utmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-utmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phirakakuw3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phirakakuw3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phirakakuw6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phirakakuw6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiramaruw4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiramaruw4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiraminw3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiraminw3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiraminw6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiraminw6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubygothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubygothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubygothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubygothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubymgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubymgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgba-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgba-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbe-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbe-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbna-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbna-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbne-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbne-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrna-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrna-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrne-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrne-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmba-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmba-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbe-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbe-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbna-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbna-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbne-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbne-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrna-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrna-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrne-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrne-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmla-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmla-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmld-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmld-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmle-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmle-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlna-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlna-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlne-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlne-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrna-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrna-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrne-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrne-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrf-v.tfm
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpmgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpmgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminln-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminln-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgotheb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgotheb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlmgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlmgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminln-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminln-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expmgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expmgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminln-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminln-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgotheb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgotheb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlmgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlmgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminln-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminln-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phirakakuw3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phirakakuw3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phirakakuw6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phirakakuw6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiramaruw4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiramaruw4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiraminw3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiraminw3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiraminw6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiraminw6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubygothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubygothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubygothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubygothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubymgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubymgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgba-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgba-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbe-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbe-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbna-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbna-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbne-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbne-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrna-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrna-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrne-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrne-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmba-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmba-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbe-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbe-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbna-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbna-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbne-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbne-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrna-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrna-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrne-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrne-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmla-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmla-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmld-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmld-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmle-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmle-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlna-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlna-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlne-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlne-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrna-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrna-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrne-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrne-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrf-v.vf
%{_texmfdistdir}/tex/platex/japanese-otf/ajmacros.sty
%{_texmfdistdir}/tex/platex/japanese-otf/mlcid.sty
%{_texmfdistdir}/tex/platex/japanese-otf/otf-hangul.dfu
%{_texmfdistdir}/tex/platex/japanese-otf/redeffont.sty
%_texmf_updmap_d/japanese-otf
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/COPYRIGHT
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/readme.en.txt
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/readme.txt
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/test/brsgtest.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/test/jis2004.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/test/koreanexample.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/test/otftest.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/test/pkanatest.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/test/pkanatest2.tex
#- source
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/base-h.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/base-v.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/base0-h.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/base2-h.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/base2-v.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/base3-v.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/brsg-h.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/brsg-v.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/makeotf
%doc %{_texmfdistdir}/source/fonts/japanese-otf/mkjvf
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/glyphdata
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkaltutfvf.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkcidofm.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkcidvf.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkjp04tfmvf.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkmlcidvf.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkpkana.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkpropofm.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mktfm.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkutfvf.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkvpkana.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/japanese-otf <<EOF
KanjiMap otf-@kanjiEmbed@.map
KanjiMap otf-cktx.map
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:v1.7b5-2
+ Revision: 38701a1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20444 |14mr|texlive-jeopardy-1.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17757
# category Package
# catalog-ctan /macros/latex/contrib/jeopardy
# catalog-date 2010-04-14 18:01:33 +0200
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-jeopardy
Version:	1.1a
Release:	3
Summary:	Build a jeopardy game in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jeopardy
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jeopardy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jeopardy.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jeopardy.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The jeopardy package allows to build a jeopardy game with
pdfLaTeX. It is based on the jj_game class and exerquiz
package, written by D. P. Story. The author of the game can use
multichoice questions or fill-in questions. The answer for
fill-in questions is either a mathematical formula or text
string (see the documentation of exerquiz and \RespBoxMath and
\RespBoxTxt commands to learn more about the capabilities).
JavaScripts are written to record the score. If the score is
greater than a given value, a hidden string is shown. The user
should use the style with some screen presentation package,
such as web. The package is distributed with some example
games, including both 1- and 2-player games.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/jeopardy/jeopardy.cfg
%{_texmfdistdir}/tex/latex/jeopardy/jeopardy.sty
%doc %{_texmfdistdir}/doc/latex/jeopardy/README
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/aleq.jpg
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game1-two.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game1-two.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game1.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game1.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game1a.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game1a.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game2.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game2.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game2a.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game2a.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game3-CZ.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game3-CZ.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game3-oneplayer-CZ.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game3-oneplayer-CZ.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game4.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game4.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/joke.jpg
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/picture.jpg
%doc %{_texmfdistdir}/doc/latex/jeopardy/jeopardy.pdf
#- source
%doc %{_texmfdistdir}/source/latex/jeopardy/jeopardy.dtx
%doc %{_texmfdistdir}/source/latex/jeopardy/jeopardy.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1a-3
+ Revision: 36dce8e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20445 |14mr|texlive-jfontmaps-20120210-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25887
# category Package
# catalog-ctan /language/japanese/jfontmaps
# catalog-date 2012-02-10 14:42:49 +0100
# catalog-license gpl3
# catalog-version undef
Name:		texlive-jfontmaps
Version:	20120210
Release:	6
Summary:	Font maps for Japanese fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/jfontmaps
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jfontmaps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jfontmaps.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jfontmaps.x86_64-linux.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-jfontmaps.bin = %{EVRD}

%description
The package offers font maps, and supporting material, that
make various Japanese fonts available to users of (u)ptex and
related programs or formats.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/updmap-setup-kanji
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-hiragino.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-ipa.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-ipaex.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-kozuka.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-morisawa.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-up-hiragino.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-up-ipa.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-up-ipaex.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-up-kozuka.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-up-morisawa.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-hiragino-04.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-hiragino.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-ipa.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-ipaex.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-kozuka-04.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-kozuka.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-morisawa-04.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-morisawa.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-hiragino-04.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-hiragino.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-ipa.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-ipaex.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-kozuka-04.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-kozuka.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-morisawa-04.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-morisawa.map
%{_texmfdistdir}/scripts/jfontmaps/updmap-setup-kanji.pl
%doc %{_texmfdistdir}/doc/fonts/jfontmaps/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/jfontmaps/README
%doc %{_texmfdistdir}/doc/fonts/jfontmaps/updmap-otf.sh

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/jfontmaps/updmap-setup-kanji.pl updmap-setup-kanji
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120210-6
+ Revision: f358a17
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20446 |14mr|texlive-jknapltx-20061215-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/jknappen
# catalog-date 2006-12-15 11:08:32 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-jknapltx
Version:	20061215
Release:	3
Summary:	Miscellaneous packages by Joerg Knappen
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jknappen
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jknapltx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jknapltx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Miscellaneous macros by Jorg Knappen, including: - represent
counters in greek; - Maxwell's non-commutative division; -
latin1jk, latin2jk and latin3jk, which are their inputenc
definition files that allow verbatim input in the respective
ISO Latin codes; - blackboard bold fonts in maths; - use of
RSFS fonts in maths; - extra alignments for \parboxes; - swap
Roman and Sans fonts; - transliterate semitic languages; -
patches to make (La)TeX formulae embeddable in SGML; - use
maths "minus" in text as appropriate; - simple Young tableaux.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/jknapltx/greekctr.sty
%{_texmfdistdir}/tex/latex/jknapltx/holtpolt.sty
%{_texmfdistdir}/tex/latex/jknapltx/latin1jk.def
%{_texmfdistdir}/tex/latex/jknapltx/latin2jk.def
%{_texmfdistdir}/tex/latex/jknapltx/latin3jk.def
%{_texmfdistdir}/tex/latex/jknapltx/mathbbol.sty
%{_texmfdistdir}/tex/latex/jknapltx/mathrsfs.sty
%{_texmfdistdir}/tex/latex/jknapltx/parboxx.sty
%{_texmfdistdir}/tex/latex/jknapltx/sans.sty
%{_texmfdistdir}/tex/latex/jknapltx/semtrans.sty
%{_texmfdistdir}/tex/latex/jknapltx/sgmlcmpt.sty
%{_texmfdistdir}/tex/latex/jknapltx/smartmn.sty
%{_texmfdistdir}/tex/latex/jknapltx/tccompat.sty
%{_texmfdistdir}/tex/latex/jknapltx/ursfs.fd
%{_texmfdistdir}/tex/latex/jknapltx/ustmary.fd
%{_texmfdistdir}/tex/latex/jknapltx/young.sty
%doc %{_texmfdistdir}/doc/latex/jknapltx/00readme.txt
%doc %{_texmfdistdir}/doc/latex/jknapltx/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/jknapltx/mathbbol.rme
%doc %{_texmfdistdir}/doc/latex/jknapltx/mathrsfs.rme

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061215-3
+ Revision: fcf9627
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20447 |14mr|texlive-jlabels-20110605-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24858
# category Package
# catalog-ctan /macros/latex/contrib/jlabels
# catalog-date 2011-12-16 16:22:52 +0100
# catalog-license nosource
# catalog-version 2011-06-05
Name:		texlive-jlabels
Version:	20110605
Release:	4
Summary:	Make letter-sized pages of labels
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jlabels
License:	NOSOURCE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jlabels.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jlabels.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides controls for the numbers of rows and
columns.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/jlabels/jlabels.sty
%doc %{_texmfdistdir}/doc/latex/jlabels/README
%doc %{_texmfdistdir}/doc/latex/jlabels/jlabels.pdf
%doc %{_texmfdistdir}/doc/latex/jlabels/jlabels.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110605-4
+ Revision: 356553d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20448 |14mr|texlive-jmlr-1.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26759
# category Package
# catalog-ctan /macros/latex/contrib/jmlr
# catalog-date 2012-05-30 16:45:26 +0200
# catalog-license lppl
# catalog-version 1.17
Name:		texlive-jmlr
Version:	1.17
Release:	2
Summary:	Class files for the Journal of Machine Learning Research
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jmlr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jmlr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jmlr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jmlr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The jmlr bundle provides a class for authors (jmlr) and a class
for production editors (jmlrbook), as well as a script
makejmlrbook The jmlrbook class may can be used to combine
articles written using the jmlr class into a book. The class
uses the combine class and the hyperref package to produce
either a colour hyperlinked book for on-line viewing or a
greyscale nonhyperlinked book for printing. The makejmlrbook
Perl script can be used to create the colour hyperlinked and
greyscale nonhyperlinked PDFs of a document using the jmlrbook
class. It can also create a set of HTML files that list the
included papers with links to their abstracts and the
individual articles as PDFs.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/jmlr/makejmlrbook
%{_texmfdistdir}/scripts/jmlr/makejmlrbook.bat
%{_texmfdistdir}/tex/latex/jmlr/jmlr.cls
%{_texmfdistdir}/tex/latex/jmlr/jmlrbook.cls
%doc %{_texmfdistdir}/doc/latex/jmlr/CHANGES
%doc %{_texmfdistdir}/doc/latex/jmlr/INSTALL
%doc %{_texmfdistdir}/doc/latex/jmlr/README
%doc %{_texmfdistdir}/doc/latex/jmlr/jmlr.pdf
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/bookLogo-gray.png
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/bookLogo.png
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/jmlrbook-sample.pdf
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/jmlrbook-sample.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper1/paper1.bib
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper1/paper1.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper2/paper2.bib
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper2/paper2.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper3/paper3.bib
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper3/paper3.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper4/paper4.bib
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper4/paper4.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/proceedings-sample.pdf
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/proceedings-sample.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/circle-gray.png
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/circle.jpg
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/nodes-gray.png
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/nodes.png
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/square-gray.png
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/square.png
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/teximage.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlr-sample.bib
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlr-sample.pdf
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlr-sample.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlrwcp-sample.pdf
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlrwcp-sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/jmlr/jmlr.dtx
%doc %{_texmfdistdir}/source/latex/jmlr/jmlr.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.17-2
+ Revision: 339c891
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20449 |14mr|texlive-jmn-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22719
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-jmn
Version:	20111103
Release:	3
Summary:	TeXLive jmn package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jmn.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive jmn package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/jmn/hans/hans-sh.afm
%{_texmfdistdir}/fonts/afm/jmn/hans/hans.afm
%{_texmfdistdir}/fonts/enc/dvips/jmn/hans.enc
%{_texmfdistdir}/fonts/map/dvips/jmn/hans.map
%{_texmfdistdir}/fonts/tfm/jmn/hans/hans-sh.tfm
%{_texmfdistdir}/fonts/tfm/jmn/hans/hans.tfm
%{_texmfdistdir}/fonts/type1/jmn/hans/hans-sh.pfb
%{_texmfdistdir}/fonts/type1/jmn/hans/hans-sh.pfm
%{_texmfdistdir}/fonts/type1/jmn/hans/hans.pfb
%{_texmfdistdir}/fonts/type1/jmn/hans/hans.pfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: 1760b12
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20450 |14mr|texlive-jneurosci-1.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17346
# category Package
# catalog-ctan /biblio/bibtex/contrib/jneurosci
# catalog-date 2010-03-06 20:55:14 +0100
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-jneurosci
Version:	1.00
Release:	3
Summary:	BibTeX style for the Journal of Neuroscience
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/jneurosci
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jneurosci.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jneurosci.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a slightly modified version of the namedplus style,
which fully conforms with the Journal of Neuroscience citation
style. It should be characterised as an author-date citation
style; a BibTeX style and a LaTeX package are provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/jneurosci/jneurosci.bst
%{_texmfdistdir}/tex/latex/jneurosci/jneurosci.sty
%doc %{_texmfdistdir}/doc/latex/jneurosci/README
%doc %{_texmfdistdir}/doc/latex/jneurosci/jneurosci.pdf
%doc %{_texmfdistdir}/doc/latex/jneurosci/jneurosci.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-3
+ Revision: 9332e18
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20451 |14mr|texlive-jpsj-1.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/jpsj
# catalog-date 2007-03-14 08:57:39 +0100
# catalog-license lppl
# catalog-version 1.2.2
Name:		texlive-jpsj
Version:	1.2.2
Release:	3
Summary:	Document Class for Journal of the Physical Society of Japan
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jpsj
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jpsj.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jpsj.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive jpsj package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/jpsj/jpsj2.cls
%doc %{_texmfdistdir}/doc/latex/jpsj/dummy.eps
%doc %{_texmfdistdir}/doc/latex/jpsj/injpsj2.pdf
%doc %{_texmfdistdir}/doc/latex/jpsj/injpsj2.tex
%doc %{_texmfdistdir}/doc/latex/jpsj/template.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.2-3
+ Revision: f765d7a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20452 |14mr|texlive-jsclasses-20071208-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18430
# category Package
# catalog-ctan /macros/latex/contrib/jsclasses
# catalog-date 2007-12-08 14:15:18 +0100
# catalog-license bsd
# catalog-version undef
Name:		texlive-jsclasses
Version:	20071208
Release:	3
Summary:	Classes tailored for use with Japanese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jsclasses
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jsclasses.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jsclasses.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Classes jsarticle and jsbook are provided, together with
packages okumacro, okuverb and morisawa. These classes are
designed to work under ASCII Corporation's Japanese TeX system
ptex.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/platex/jsclasses/jsarticle.cls
%{_texmfdistdir}/tex/platex/jsclasses/jsbook.cls
%{_texmfdistdir}/tex/platex/jsclasses/jspf.cls
%{_texmfdistdir}/tex/platex/jsclasses/jsverb.sty
%{_texmfdistdir}/tex/platex/jsclasses/kiyou.cls
%{_texmfdistdir}/tex/platex/jsclasses/minijs.sty
%{_texmfdistdir}/tex/platex/jsclasses/morisawa.sty
%{_texmfdistdir}/tex/platex/jsclasses/okumacro.sty
%{_texmfdistdir}/tex/platex/jsclasses/okuverb.sty
#- source
%doc %{_texmfdistdir}/source/platex/jsclasses/jsclasses.dtx
%doc %{_texmfdistdir}/source/platex/jsclasses/jsclasses.ins
%doc %{_texmfdistdir}/source/platex/jsclasses/jsverb.dtx
%doc %{_texmfdistdir}/source/platex/jsclasses/jsverb.ins
%doc %{_texmfdistdir}/source/platex/jsclasses/morisawa.dtx
%doc %{_texmfdistdir}/source/platex/jsclasses/morisawa.ins
%doc %{_texmfdistdir}/source/platex/jsclasses/okumacro.dtx
%doc %{_texmfdistdir}/source/platex/jsclasses/okumacro.ins
%doc %{_texmfdistdir}/source/platex/jsclasses/okuverb.dtx
%doc %{_texmfdistdir}/source/platex/jsclasses/okuverb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20071208-3
+ Revision: f8c0c1a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20453 |14mr|texlive-js-misc-20091128-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16211
# category Package
# catalog-ctan /macros/plain/contrib/js-misc
# catalog-date 2009-11-28 12:18:01 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-js-misc
Version:	20091128
Release:	3
Summary:	Miscellaneous macros from Joachim Schrod
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/js-misc
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/js-misc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/js-misc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A bunch of packages, including: - idverb.tex, for 'short
verbatim'; - xfig.tex, for including xfig/transfig output in a
TeX document; and - cassette.tex for setting cassette labels.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/js-misc/cassette.tex
%{_texmfdistdir}/tex/plain/js-misc/idverb.tex
%{_texmfdistdir}/tex/plain/js-misc/js-misc.tex
%{_texmfdistdir}/tex/plain/js-misc/schild.tex
%{_texmfdistdir}/tex/plain/js-misc/sperr.tex
%{_texmfdistdir}/tex/plain/js-misc/xfig.tex
%doc %{_texmfdistdir}/doc/plain/js-misc/History
%doc %{_texmfdistdir}/doc/plain/js-misc/INSTALL
%doc %{_texmfdistdir}/doc/plain/js-misc/Imakefile
%doc %{_texmfdistdir}/doc/plain/js-misc/License
%doc %{_texmfdistdir}/doc/plain/js-misc/Makefile
%doc %{_texmfdistdir}/doc/plain/js-misc/README
%doc %{_texmfdistdir}/doc/plain/js-misc/TODO
%doc %{_texmfdistdir}/doc/plain/js-misc/deutsch.doc
%doc %{_texmfdistdir}/doc/plain/js-misc/deutsch.tex
%doc %{_texmfdistdir}/doc/plain/js-misc/idverb.doc
%doc %{_texmfdistdir}/doc/plain/js-misc/names.sty
%doc %{_texmfdistdir}/doc/plain/js-misc/xfig/text-2.1-doc.tex
%doc %{_texmfdistdir}/doc/plain/js-misc/xfig/text-2.1.fig
%doc %{_texmfdistdir}/doc/plain/js-misc/xfig/text-2.1.latex
%doc %{_texmfdistdir}/doc/plain/js-misc/xfig/text-3.1-doc.tex
%doc %{_texmfdistdir}/doc/plain/js-misc/xfig/text-3.1.latex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091128-3
+ Revision: a6ce339
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20454 |14mr|texlive-junicode-0.7.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25896
# category Package
# catalog-ctan /fonts/junicode
# catalog-date 2012-04-09 14:52:28 +0200
# catalog-license gpl
# catalog-version 0.7.6
Name:		texlive-junicode
Version:	0.7.6
Release:	2
Summary:	A TrueType font for mediaevalists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/junicode
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/junicode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/junicode.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Junicode is a TrueType font with many OpenType features for
antiquarians (especially medievalists) based on typefaces used
by the Oxford Press in the late 17th and early 18th centuries.
It works well with Xe(La)TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/truetype/public/junicode/Junicode-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/junicode/Junicode-BoldItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/junicode/Junicode-Italic.ttf
%{_texmfdistdir}/fonts/truetype/public/junicode/Junicode.ttf
%{_texmfdistdir}/tex/latex/junicode/mt-Junicode.cfg
%doc %{_texmfdistdir}/doc/fonts/junicode/Junicode.pdf
%doc %{_texmfdistdir}/doc/fonts/junicode/Junicode.tex
%doc %{_texmfdistdir}/doc/fonts/junicode/README
%doc %{_texmfdistdir}/doc/fonts/junicode/aelfric_job.pdf
%doc %{_texmfdistdir}/doc/fonts/junicode/aelfric_job.tex
%doc %{_texmfdistdir}/doc/fonts/junicode/homer_sample.pdf
%doc %{_texmfdistdir}/doc/fonts/junicode/homer_sample.tex
%doc %{_texmfdistdir}/doc/fonts/junicode/replacements

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.6-2
+ Revision: ef01a9f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20455 |14mr|texlive-jura-20070108-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/jura
# catalog-date 2007-01-08 14:12:54 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-jura
Version:	20070108
Release:	3
Summary:	A document class for German legal texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jura
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jura.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jura.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jura.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Implements the standard layout for German term papers in law
(one-and-half linespacing, 7 cm margins, etc.). Includes
alphanum that permits alphanumeric section numbering (e.g., A.
Introduction; III. International Law).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/jura/alphanum.sty
%{_texmfdistdir}/tex/latex/jura/jura.cls
%doc %{_texmfdistdir}/doc/latex/jura/README
%doc %{_texmfdistdir}/doc/latex/jura/jura.pdf
%doc %{_texmfdistdir}/doc/latex/jura/jura2html
%doc %{_texmfdistdir}/doc/latex/jura/juratest.ltx
#- source
%doc %{_texmfdistdir}/source/latex/jura/jura.dtx
%doc %{_texmfdistdir}/source/latex/jura/jura.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070108-3
+ Revision: 7397bff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20456 |14mr|texlive-juraabbrev-20070108-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/juraabbrev
# catalog-date 2007-01-08 14:12:54 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-juraabbrev
Version:	20070108
Release:	3
Summary:	Abbreviations for typesetting (German) juridical documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/juraabbrev
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/juraabbrev.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/juraabbrev.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/juraabbrev.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package should be helpful for people working on (German)
law. It helps you to handle abbreviations and creates a list of
those (pre-defined) abbreviations that have actually been used
in the document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/juraabbrev/laws.ist
%{_texmfdistdir}/tex/latex/juraabbrev/juraabbrev.4ht
%{_texmfdistdir}/tex/latex/juraabbrev/juraabbrev.sty
%doc %{_texmfdistdir}/doc/latex/juraabbrev/README
%doc %{_texmfdistdir}/doc/latex/juraabbrev/abbrevtest.tex
%doc %{_texmfdistdir}/doc/latex/juraabbrev/juraabbrev.pdf
#- source
%doc %{_texmfdistdir}/source/latex/juraabbrev/juraabbrev.dtx
%doc %{_texmfdistdir}/source/latex/juraabbrev/juraabbrev.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070108-3
+ Revision: 1700878
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20457 |14mr|texlive-jurabib-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/jurabib
# catalog-date 2007-01-08 14:12:54 +0100
# catalog-license gpl
# catalog-version 0.6
Name:		texlive-jurabib
Version:	0.6
Release:	3
Summary:	Extended BibTeX citation support for the humanities and legal texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jurabib
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jurabib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jurabib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jurabib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package enables automated citation with BibTeX for legal
studies and the humanities. In addition, the package provides
commands for specifying editors in a commentary in a convenient
way. Simplified formatting of the citation as well as the
bibliography entry is also provided. It is possible to display
the (short) title of a work only if an authors is cited with
multiple works. Giving a full citation in the text, conforming
to the bibliography entry, is supported. Several options are
provided which might be of special interest for those outside
legal studies--for instance, displaying multiple full
citations. In addition, the format of last names and first
names of authors may be changed easily. Cross references to
other footnotes are possible. Language dependent handling of
bibliography entries is possible by the special language field.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/jurabib/book.bib
%{_texmfdistdir}/bibtex/bib/jurabib/comment.bib
%{_texmfdistdir}/bibtex/bib/jurabib/jbtest.bib
%{_texmfdistdir}/bibtex/bib/jurabib/jbtesthu.bib
%{_texmfdistdir}/bibtex/bst/jurabib/jox.bst
%{_texmfdistdir}/bibtex/bst/jurabib/jurabib.bst
%{_texmfdistdir}/bibtex/bst/jurabib/jureco.bst
%{_texmfdistdir}/bibtex/bst/jurabib/jurunsrt.bst
%{_texmfdistdir}/tex/latex/jurabib/dajbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/dejbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/dujbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/enjbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/fijbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/frjbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/itjbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/jblong.cfg
%{_texmfdistdir}/tex/latex/jurabib/jurabib.cfg
%{_texmfdistdir}/tex/latex/jurabib/jurabib.sty
%{_texmfdistdir}/tex/latex/jurabib/nojbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/ptjbbib.ldf
%{_texmfdistdir}/tex/latex/jurabib/spjbbib.ldf
%doc %{_texmfdistdir}/doc/latex/jurabib/changes.txt
%doc %{_texmfdistdir}/doc/latex/jurabib/docs/english/jbendoc.pdf
%doc %{_texmfdistdir}/doc/latex/jurabib/docs/english/jbendoc.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/docs/german/jbgerdoc.pdf
%doc %{_texmfdistdir}/doc/latex/jurabib/docs/german/jbgerdoc.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtest.pdf
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtest.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtest.url
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtestbt.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtestbu.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtestcb.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtestcb1.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtestcb2.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtesthu.tex
%doc %{_texmfdistdir}/doc/latex/jurabib/jbtestmb.tex
#- source
%doc %{_texmfdistdir}/source/latex/jurabib/jurabib.dtx
%doc %{_texmfdistdir}/source/latex/jurabib/jurabib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-3
+ Revision: 7978c9a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20458 |14mr|texlive-juramisc-0.91-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/juramisc
# catalog-date 2007-11-23 19:34:36 +0100
# catalog-license lppl
# catalog-version 0.91
Name:		texlive-juramisc
Version:	0.91
Release:	3
Summary:	Typesetting German juridical documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/juramisc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/juramisc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/juramisc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of classes for typesetting court sentences, legal
opinions, and dissertations for German lawyers. The package is
still under development.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/juramisc/jbgoe.clo
%{_texmfdistdir}/tex/latex/juramisc/jbstgallen.clo
%{_texmfdistdir}/tex/latex/juramisc/jbtrier.clo
%{_texmfdistdir}/tex/latex/juramisc/jurabase.sty
%{_texmfdistdir}/tex/latex/juramisc/jurabook.cls
%{_texmfdistdir}/tex/latex/juramisc/juraovw.cls
%{_texmfdistdir}/tex/latex/juramisc/juraurtl.cls
%doc %{_texmfdistdir}/doc/latex/juramisc/README
%doc %{_texmfdistdir}/doc/latex/juramisc/doc/jbook/jbook.dtx
%doc %{_texmfdistdir}/doc/latex/juramisc/doc/jbook/jbook.ins
%doc %{_texmfdistdir}/doc/latex/juramisc/doc/jmgerdoc.pdf
%doc %{_texmfdistdir}/doc/latex/juramisc/doc/jmgerdoc.tex
%doc %{_texmfdistdir}/doc/latex/juramisc/doc/jmgerdoc_scr.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.91-3
+ Revision: 48a43a2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20459 |14mr|texlive-jurarsp-0.52-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/jurarsp
# catalog-date 2007-01-08 14:12:54 +0100
# catalog-license gpl
# catalog-version 0.52
Name:		texlive-jurarsp
Version:	0.52
Release:	3
Summary:	Citations of judgements and official documents in (German) juridical documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jurarsp
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jurarsp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jurarsp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jurarsp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package should be helpful for people working on (German)
law. It (ab)uses BibTeX for citations of judgements and
official documents. For this purpose, a special BibTeX-style is
provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/jurarsp/jurarsp.bst
%{_texmfdistdir}/tex/latex/jurarsp/jurarsp.cfg
%{_texmfdistdir}/tex/latex/jurarsp/jurarsp.sty
%doc %{_texmfdistdir}/doc/latex/jurarsp/README
%doc %{_texmfdistdir}/doc/latex/jurarsp/jurarsp.pdf
%doc %{_texmfdistdir}/doc/latex/jurarsp/rsptest.bib
%doc %{_texmfdistdir}/doc/latex/jurarsp/rsptest.tex
#- source
%doc %{_texmfdistdir}/source/latex/jurarsp/jurarsp.dtx
%doc %{_texmfdistdir}/source/latex/jurarsp/jurarsp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.52-3
+ Revision: 281ad83
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20460 |14mr|texlive-jvlisting-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24638
# category Package
# catalog-ctan /macros/latex/contrib/jvlisting
# catalog-date 2011-11-18 01:15:46 +0100
# catalog-license lppl
# catalog-version 0.7
Name:		texlive-jvlisting
Version:	0.7
Release:	3
Summary:	A replacement for LaTeX's verbatim package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jvlisting
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jvlisting.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jvlisting.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jvlisting.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a LaTeX environment listing, an
alternative to the built-in verbatim environment. The listing
environment is tailored for including listings of computer
program source code into documents. The main advantages over
the original verbatim environment are: - environments
automatically fixes leading whitespace so that the environment
and program listing can be indented with the rest of the
document source, and; - listing environments may easily be
customised and extended.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/jvlisting/jvlisting.sty
%doc %{_texmfdistdir}/doc/latex/jvlisting/README
%doc %{_texmfdistdir}/doc/latex/jvlisting/examples.tex
%doc %{_texmfdistdir}/doc/latex/jvlisting/jvlisting.pdf
%doc %{_texmfdistdir}/doc/latex/jvlisting/test.tex
#- source
%doc %{_texmfdistdir}/source/latex/jvlisting/jvlisting.dtx
%doc %{_texmfdistdir}/source/latex/jvlisting/jvlisting.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-3
+ Revision: 062cee1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20461 |14mr|texlive-kantlipsum-0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24935
# category Package
# catalog-ctan /macros/latex/contrib/kantlipsum
# catalog-date 2011-12-24 01:22:03 +0100
# catalog-license lppl1.3
# catalog-version 0.5
Name:		texlive-kantlipsum
Version:	0.5
Release:	2
Summary:	Generate sentences in Kant's style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/kantlipsum
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kantlipsum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kantlipsum.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kantlipsum.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package spits out sentences in Kantian style; the text is
provided by the Kant generator for Python by Mark Pilgrim,
described in the book "Dive into Python". The package is
modelled on lipsum, and may be used for similar purposes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/kantlipsum/kantlipsum.sty
%doc %{_texmfdistdir}/doc/latex/kantlipsum/README
%doc %{_texmfdistdir}/doc/latex/kantlipsum/kantlipsum.pdf
#- source
%doc %{_texmfdistdir}/source/latex/kantlipsum/kantlipsum.dtx
%doc %{_texmfdistdir}/source/latex/kantlipsum/kantlipsum.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-2
+ Revision: 9a47aaf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20462 |14mr|texlive-karnaugh-20070108-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21338
# category Package
# catalog-ctan /macros/latex/contrib/karnaugh
# catalog-date 2007-01-08 14:40:40 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-karnaugh
Version:	20070108
Release:	3
Summary:	Typeset Karnaugh-Veitch-maps
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/karnaugh
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/karnaugh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/karnaugh.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros intended for typesetting Karnaugh-Maps and Veitch-Charts
in a simple and user-friendly way. Karnaugh-Maps and Veitch-
Charts are used to display and simplify logic functions
"manually". These macros can typeset Karnaugh-Maps and Veitch-
Charts with up to ten variables (=1024 entries).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/karnaugh/kvmacros.tex
%doc %{_texmfdistdir}/doc/latex/karnaugh/kvdoc.pdf
%doc %{_texmfdistdir}/doc/latex/karnaugh/kvdoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070108-3
+ Revision: 6770394
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20463 |14mr|texlive-kastrup-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-kastrup
Version:	20111103
Release:	3
Summary:	TeXLive kastrup package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kastrup.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kastrup.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kastrup.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive kastrup package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/kastrup/binhex.tex
%doc %{_texmfdistdir}/doc/generic/kastrup/binhex.pdf
#- source
%doc %{_texmfdistdir}/source/generic/kastrup/binhex.drv
%doc %{_texmfdistdir}/source/generic/kastrup/binhex.dtx
%doc %{_texmfdistdir}/source/generic/kastrup/binhex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: f9e6876
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20464 |14mr|texlive-kdgdocs-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24498
# category Package
# catalog-ctan /macros/latex/contrib/kdgdocs
# catalog-date 2011-11-03 00:18:47 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-kdgdocs
Version:	1.0
Release:	3
Summary:	Document classes for Karel de Grote University College
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/kdgdocs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kdgdocs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kdgdocs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kdgdocs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides two classes for usage by KdG professors and
master students: - kdgcoursetext: for writing course texts, and
- kdgmasterthesis: for writing master's theses. The bundle
replaces the original kdgcoursetext package (now removed from
the archive).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/kdgdocs/kdgcoursetext.cls
%{_texmfdistdir}/tex/latex/kdgdocs/kdgmasterthesis.cls
%doc %{_texmfdistdir}/doc/latex/kdgdocs/LICENSE
%doc %{_texmfdistdir}/doc/latex/kdgdocs/README
%doc %{_texmfdistdir}/doc/latex/kdgdocs/kdg_color.eps
%doc %{_texmfdistdir}/doc/latex/kdgdocs/kdg_color.pdf
%doc %{_texmfdistdir}/doc/latex/kdgdocs/kdgcoursetext-example.pdf
%doc %{_texmfdistdir}/doc/latex/kdgdocs/kdgcoursetext-example.tex
%doc %{_texmfdistdir}/doc/latex/kdgdocs/kdgdocs.pdf
%doc %{_texmfdistdir}/doc/latex/kdgdocs/kdgmasterthesis-example.pdf
%doc %{_texmfdistdir}/doc/latex/kdgdocs/kdgmasterthesis-example.tex
%doc %{_texmfdistdir}/doc/latex/kdgdocs/manifest.txt
%doc %{_texmfdistdir}/doc/latex/kdgdocs/pi-orchid.jpg
#- source
%doc %{_texmfdistdir}/source/latex/kdgdocs/kdgdocs.dtx
%doc %{_texmfdistdir}/source/latex/kdgdocs/kdgdocs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 8f0d65f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20465 |14mr|texlive-kerkis-20090115-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/greek/kerkis
# catalog-date 2009-01-15 17:16:29 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-kerkis
Version:	20090115
Release:	3
Summary:	Kerkis (Greek) font family
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/kerkis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kerkis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kerkis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Sans-serif Greek fonts to match the URW Bookman set (which are
distributed with Kerkis). The Kerkis font set has some support
for mathematics as well as other glyphs missing from the base
URW Bookman fonts (the URW fonts are duplicated in the
distribution). Macros are provided to use the fonts in OT1, T1
(only NG/ng glyphs missing) and LGR encodings, as well as in
mathematics; small caps and old-style number glyphs are also
available. The philosophy, and the design process, of the
Kerkis fonts is discussed in a paper in TUGboat 23(3/4), 2002.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-Bold.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-BoldSmallCaps.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-Calligraphic.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-Italic.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-SemiBold-Italic.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-SemiBold.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-SmallCaps.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans-Bold.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans-Italic.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans-SmallCaps.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/ktsy.afm
%{_texmfdistdir}/fonts/enc/dvips/kerkis/gkerkis.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/gkerkisc.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/gpkerkis.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/gpkerkisc.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kerkis.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kerkisc.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kerkisec.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kerkisecsc.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kmath.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kmex.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kmsym.enc
%{_texmfdistdir}/fonts/map/dvips/kerkis/kerkis.map
%{_texmfdistdir}/fonts/tfm/public/kerkis/ek8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ek8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbsco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbsco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbui8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbui8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekcal8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekcal8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eki8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eki8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eko8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eko8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbui8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbui8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksf8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksf8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekui8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekui8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gk7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gk7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkb7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbi7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbo7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbsco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbsco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbui7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbui7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkcal7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkcal7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gki7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gki7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gko7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gko7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksb7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbi7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbo7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbui7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbui7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksc7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksco7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksco7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksf7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksf7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfb7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfbi7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfi7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfsc7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkui7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkui7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/k8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/k8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbsco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbsco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbui8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbui8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kcal8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kcal8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ki8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ki8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kmath8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kmath8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ko8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ko8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbui8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbui8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksf8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksf8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ktsy8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ktsy8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kui8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kui8r.tfm
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-BoldSmallCaps.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-Calligraphic.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-SemiBold-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-SemiBold.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-SmallCaps.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans-SmallCaps.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/ktsy.pfb
%{_texmfdistdir}/fonts/vf/public/kerkis/ek8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekb8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbi8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbo8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbsc8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbsco8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbui8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekcal8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eki8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eko8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksb8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksbi8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksbo8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksbui8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksc8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksco8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksf8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksfb8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksfbi8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksfi8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksfsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekui8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gk7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkb7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbi7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbo7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbsc8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbsco8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbui7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkcal7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gki7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gko7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksb7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksbi7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksbo7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksbui7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksc7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksco7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksf7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksfb7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksfbi7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksfi7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksfsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkui7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/k8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kb8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kbi8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kbo8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kbsc8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kbsco8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kbui8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kcal8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ki8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kmath8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ko8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksb8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksbi8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksbo8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksbui8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksc8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksco8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksf8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksfb8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksfbi8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksfi8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksfsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ktsy8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kui8a.vf
%{_texmfdistdir}/tex/latex/kerkis/kerkis.sty
%{_texmfdistdir}/tex/latex/kerkis/kmath.sty
%{_texmfdistdir}/tex/latex/kerkis/lgrkfn.fd
%{_texmfdistdir}/tex/latex/kerkis/lgrmak.fd
%{_texmfdistdir}/tex/latex/kerkis/lgrmaksf.fd
%{_texmfdistdir}/tex/latex/kerkis/omlmak.fd
%{_texmfdistdir}/tex/latex/kerkis/omsmak.fd
%{_texmfdistdir}/tex/latex/kerkis/ot1kfn.fd
%{_texmfdistdir}/tex/latex/kerkis/ot1mak.fd
%{_texmfdistdir}/tex/latex/kerkis/ot1maksf.fd
%{_texmfdistdir}/tex/latex/kerkis/t1mak.fd
%{_texmfdistdir}/tex/latex/kerkis/t1maksf.fd
%doc %{_texmfdistdir}/doc/latex/kerkis/License.txt
%doc %{_texmfdistdir}/doc/latex/kerkis/README.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090115-3
+ Revision: ad54e5e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20466 |14mr|texlive-kerntest-1.32-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/kerntest
# catalog-date 2007-03-08 21:58:53 +0100
# catalog-license lppl
# catalog-version 1.32
Name:		texlive-kerntest
Version:	1.32
Release:	3
Summary:	Print tables and generate control files to adjust kernings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/kerntest
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kerntest.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kerntest.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kerntest.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This class makes it easy to generate tables that show many
different kerning pairs of an arbitrary font, usable by LaTeX.
It shows the kerning values that are used in the the font by
default. In addition, this class enables the user to alter the
kernings and to observe the results. Kerning pairs can be
defined for groups of similar glyphs at the same time. An mtx
file is generated automatically. The mtx file may then be
loaded by fontinst to introduce the user-made kernings into the
virtual font for later use in LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/kerntest/kerntest.cls
%{_texmfdistdir}/tex/latex/kerntest/ly1mtx.clo
%{_texmfdistdir}/tex/latex/kerntest/ot1mtx.clo
%{_texmfdistdir}/tex/latex/kerntest/t1cmr-1200.fd
%{_texmfdistdir}/tex/latex/kerntest/t1mtx.clo
%{_texmfdistdir}/tex/latex/kerntest/t2amtx.clo
%{_texmfdistdir}/tex/latex/kerntest/t2bmtx.clo
%{_texmfdistdir}/tex/latex/kerntest/ts1mtx.clo
%doc %{_texmfdistdir}/doc/latex/kerntest/ChangeLog
%doc %{_texmfdistdir}/doc/latex/kerntest/README
%doc %{_texmfdistdir}/doc/latex/kerntest/ToDo
%doc %{_texmfdistdir}/doc/latex/kerntest/kerntest.pdf
%doc %{_texmfdistdir}/doc/latex/kerntest/krntst-v.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/ot1-XXX-m-n.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/schoolb.map
%doc %{_texmfdistdir}/doc/latex/kerntest/schoolb1.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/schoolb2.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/t1-9nc-m-n-1.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/t1-9nc-m-n-2.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/t1-XXX-m-n.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/t1-cmr-m-n-1200.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/t1-ptm-bx-n-example.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/t1-ptm-m-n-shortexample.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/t1-ptm-m-n.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/testschoolb.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/ts1-XXX-m-n.tex
#- source
%doc %{_texmfdistdir}/source/latex/kerntest/Makefile
%doc %{_texmfdistdir}/source/latex/kerntest/kerntest.dtx
%doc %{_texmfdistdir}/source/latex/kerntest/kerntest.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.32-3
+ Revision: 0e35967
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20467 |14mr|texlive-keycommand-3.1415-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18042
# category Package
# catalog-ctan /macros/latex/contrib/keycommand
# catalog-date 2010-04-27 09:59:23 +0200
# catalog-license lppl
# catalog-version 3.1415
Name:		texlive-keycommand
Version:	3.1415
Release:	3
Summary:	Simple creation of commands with key-value arguments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/keycommand
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keycommand.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keycommand.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keycommand.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package (which requires e-TeX) provides a natural way to
define commands with optional keys. The package provides
\newkeycommand, \renewkeycommand, \providekeycommand,
\newkeyenvironment and \renewkeyenvironment, together with
\keycmd for a more advanced interface. The package is based on
kvsetkeys by Heiko Oberdiek.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/keycommand/keycommand.sty
%doc %{_texmfdistdir}/doc/latex/keycommand/README
%doc %{_texmfdistdir}/doc/latex/keycommand/keycommand-example.pdf
%doc %{_texmfdistdir}/doc/latex/keycommand/keycommand-example.tex
%doc %{_texmfdistdir}/doc/latex/keycommand/keycommand.pdf
#- source
%doc %{_texmfdistdir}/source/latex/keycommand/keycommand.drv
%doc %{_texmfdistdir}/source/latex/keycommand/keycommand.dtx
%doc %{_texmfdistdir}/source/latex/keycommand/keycommand.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1415-3
+ Revision: 13fc1f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20468 |14mr|texlive-keyreader-0.4b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25563
# category Package
# catalog-ctan /macros/latex/contrib/keyreader
# catalog-date 2012-01-19 11:04:21 +0100
# catalog-license lppl1.3
# catalog-version 0.4b
Name:		texlive-keyreader
Version:	0.4b
Release:	4
Summary:	A robust interface to xkeyval
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/keyreader
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keyreader.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keyreader.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a robust interface to controlling keys in
xkeyval, removing some of that package's restrictions. The
package also addresses some of the issues now covered by the
author's ltxkeys package, which was assumed to be a replacement
for keyreader. Since keyreader has remained a favourite with
users, it has been reinstated.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/keyreader/keyreader-guide.cfg
%{_texmfdistdir}/tex/latex/keyreader/keyreader.sty
%doc %{_texmfdistdir}/doc/latex/keyreader/README
%doc %{_texmfdistdir}/doc/latex/keyreader/keyreader-guide.pdf
%doc %{_texmfdistdir}/doc/latex/keyreader/keyreader-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4b-4
+ Revision: 23e67b6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20469 |14mr|texlive-keystroke-v1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17992
# category Package
# catalog-ctan /macros/latex/contrib/keystroke
# catalog-date 2010-04-23 13:36:14 +0200
# catalog-license gpl
# catalog-version v1.6
Name:		texlive-keystroke
Version:	v1.6
Release:	3
Summary:	Graphical representation of keys on keyboard
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/keystroke
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keystroke.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keystroke.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package which provides macros for the graphical
representation of the keys on a computer keyboard.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/keystroke/keystroke.sty
%{_texmfdistdir}/tex/latex/keystroke/keystroke_left.eps
%{_texmfdistdir}/tex/latex/keystroke/keystroke_left.pdf
%{_texmfdistdir}/tex/latex/keystroke/keystroke_middle.eps
%{_texmfdistdir}/tex/latex/keystroke/keystroke_middle.pdf
%{_texmfdistdir}/tex/latex/keystroke/keystroke_right.eps
%{_texmfdistdir}/tex/latex/keystroke/keystroke_right.pdf
%doc %{_texmfdistdir}/doc/latex/keystroke/README
%doc %{_texmfdistdir}/doc/latex/keystroke/key-test.pdf
%doc %{_texmfdistdir}/doc/latex/keystroke/key-test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.6-3
+ Revision: 76dfb95
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20470 |14mr|texlive-keyval2e-0.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23698
# category Package
# catalog-ctan /macros/latex/contrib/keyval2e
# catalog-date 2011-08-26 11:26:23 +0200
# catalog-license lppl1.3
# catalog-version 0.0.2
Name:		texlive-keyval2e
Version:	0.0.2
Release:	3
Summary:	A lightweight and robust key-value parser
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/keyval2e
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keyval2e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keyval2e.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides lightweight and robust facilities for
creating and managing keys. Its machinery isn't as extensive as
that of, e.g., the ltxkeys package, but it is equally robust;
ease of use and speed of processing are the design aims of the
package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/keyval2e/keyval2e.sty
%doc %{_texmfdistdir}/doc/latex/keyval2e/README
%doc %{_texmfdistdir}/doc/latex/keyval2e/keyval2e-examples.pdf
%doc %{_texmfdistdir}/doc/latex/keyval2e/keyval2e-examples.tex
%doc %{_texmfdistdir}/doc/latex/keyval2e/keyval2e-guide.pdf
%doc %{_texmfdistdir}/doc/latex/keyval2e/keyval2e-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.2-3
+ Revision: ebeee50
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20471 |14mr|texlive-kix-20110304-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21606
# category Package
# catalog-ctan /macros/latex/contrib/kix
# catalog-date 2011-03-04 11:12:16 +0100
# catalog-license lppl1
# catalog-version undef
Name:		texlive-kix
Version:	20110304
Release:	3
Summary:	Typeset KIX codes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/kix
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kix.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Implements KIX codes as used by the Dutch PTT for bulk mail
addressing. (Royal Mail 4 State Code.) KIX is a registered
trade mark of PTT Post Holdings B. V.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/kix/kix.sty
%doc %{_texmfdistdir}/doc/latex/kix/kix.pdf
%doc %{_texmfdistdir}/doc/latex/kix/kix.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110304-3
+ Revision: 927357a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20472 |14mr|texlive-kixfont-20071005-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18488
# category Package
# catalog-ctan /fonts/kixfont
# catalog-date 2007-10-05 20:57:01 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-kixfont
Version:	20071005
Release:	3
Summary:	A font for KIX codes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/kixfont
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kixfont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kixfont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The KIX code is a barcode-like format used by the Dutch PTT to
encode country codes, zip codes and street numbers in a
machine-readable format. If printed below the address line on
bulk mailings, a discount can be obtained. The font is
distributed in MetaFont format, and covers the numbers and
upper-case letters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/kixfont/kix.mf
%{_texmfdistdir}/fonts/tfm/public/kixfont/kix.tfm
%doc %{_texmfdistdir}/doc/fonts/kixfont/kix.mf.asc
%doc %{_texmfdistdir}/doc/fonts/kixfont/kixtable.pdf
%doc %{_texmfdistdir}/doc/fonts/kixfont/kixtable.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20071005-3
+ Revision: 0b25aa1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20473 |14mr|texlive-kluwer-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-kluwer
Version:	20111103
Release:	3
Summary:	TeXLive kluwer package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kluwer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kluwer.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kluwer.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive kluwer package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/kluwer/klunamed.bst
%{_texmfdistdir}/bibtex/bst/kluwer/klunum.bst
%{_texmfdistdir}/tex/latex/kluwer/klu10.clo
%{_texmfdistdir}/tex/latex/kluwer/klu105.clo
%{_texmfdistdir}/tex/latex/kluwer/klu11.clo
%{_texmfdistdir}/tex/latex/kluwer/klu12.clo
%{_texmfdistdir}/tex/latex/kluwer/klu9.clo
%{_texmfdistdir}/tex/latex/kluwer/klucite.sty
%{_texmfdistdir}/tex/latex/kluwer/kluedit.sty
%{_texmfdistdir}/tex/latex/kluwer/klufloa.sty
%{_texmfdistdir}/tex/latex/kluwer/klulist.sty
%{_texmfdistdir}/tex/latex/kluwer/klumac.sty
%{_texmfdistdir}/tex/latex/kluwer/klumath.sty
%{_texmfdistdir}/tex/latex/kluwer/klumono.sty
%{_texmfdistdir}/tex/latex/kluwer/klunote.sty
%{_texmfdistdir}/tex/latex/kluwer/kluopen.sty
%{_texmfdistdir}/tex/latex/kluwer/klups.sty
%{_texmfdistdir}/tex/latex/kluwer/kluref.sty
%{_texmfdistdir}/tex/latex/kluwer/klusec.sty
%{_texmfdistdir}/tex/latex/kluwer/klut10.clo
%{_texmfdistdir}/tex/latex/kluwer/klut11.clo
%{_texmfdistdir}/tex/latex/kluwer/klut12.clo
%{_texmfdistdir}/tex/latex/kluwer/klut9.clo
%{_texmfdistdir}/tex/latex/kluwer/klutab.sty
%{_texmfdistdir}/tex/latex/kluwer/kluwer.cls
%doc %{_texmfdistdir}/doc/latex/kluwer/00readme
%doc %{_texmfdistdir}/doc/latex/kluwer/mouse.eps
%doc %{_texmfdistdir}/doc/latex/kluwer/sampkluw.dvi
%doc %{_texmfdistdir}/doc/latex/kluwer/sampkluw.ent
%doc %{_texmfdistdir}/doc/latex/kluwer/sampkluw.tex
%doc %{_texmfdistdir}/doc/latex/kluwer/sampopen.dvi
%doc %{_texmfdistdir}/doc/latex/kluwer/sampopen.tex
%doc %{_texmfdistdir}/doc/latex/kluwer/usrman.dvi
%doc %{_texmfdistdir}/doc/latex/kluwer/usrman.ent
%doc %{_texmfdistdir}/doc/latex/kluwer/usrman.tex
#- source
%doc %{_texmfdistdir}/source/latex/kluwer/kluwer.dtx
%doc %{_texmfdistdir}/source/latex/kluwer/kluwer.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: ee34a38
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20474 |14mr|texlive-knitting-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19595
# category Package
# catalog-ctan /fonts/knitting
# catalog-date 2010-08-29 22:20:17 +0200
# catalog-license lppl1.3
# catalog-version 2.0
Name:		texlive-knitting
Version:	2.0
Release:	3
Summary:	Produce knitting charts, in Plain TeX or LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/knitting
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/knitting.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/knitting.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides symbol fonts and commands to write charted
instructions for cable and lace knitting patterns, using either
plain TeX or LaTeX. The fonts are available both as MetaFont
source and in Adobe Type 1 format.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/knitting/knitg_sc_in.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitg_sc_out.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitgg.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitgn.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitgp.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitn_sc_in.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitn_sc_out.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitnl.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitnn.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitnp.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitnr.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitw_sc_in.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitw_sc_out.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitwg.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitwn.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitwp.afm
%{_texmfdistdir}/fonts/map/dvips/knitting/knitfont.map
%{_texmfdistdir}/fonts/source/public/knitting/knit_dimens.mf
%{_texmfdistdir}/fonts/source/public/knitting/knit_grid_cables.mf
%{_texmfdistdir}/fonts/source/public/knitting/knit_nogrid_cables.mf
%{_texmfdistdir}/fonts/source/public/knitting/knit_symbols.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitg_sc_in.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitg_sc_out.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitgg.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitgn.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitgp.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitn_sc_in.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitn_sc_out.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitnl.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitnn.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitnp.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitnr.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitw_sc_in.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitw_sc_out.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitwg.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitwn.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitwp.mf
%{_texmfdistdir}/fonts/tfm/public/knitting/knitg_sc_in.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitg_sc_out.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitgg.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitgn.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitgp.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitn_sc_in.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitn_sc_out.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitnl.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitnn.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitnp.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitnr.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitw_sc_in.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitw_sc_out.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitwg.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitwn.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitwp.tfm
%{_texmfdistdir}/fonts/type1/public/knitting/knitg_sc_in.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitg_sc_out.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitgg.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitgn.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitgp.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitn_sc_in.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitn_sc_out.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitnl.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitnn.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitnp.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitnr.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitw_sc_in.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitw_sc_out.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitwg.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitwn.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitwp.pfb
%{_texmfdistdir}/tex/latex/knitting/knitting.sty
%{_texmfdistdir}/tex/latex/knitting/uknit.fd
%{_texmfdistdir}/tex/plain/knitting/knitting.tex
%doc %{_texmfdistdir}/doc/fonts/knitting/README
%doc %{_texmfdistdir}/doc/fonts/knitting/knitexamples.tex
%doc %{_texmfdistdir}/doc/fonts/knitting/knitkey.tex
%doc %{_texmfdistdir}/doc/fonts/knitting/knitting-doc.pdf
%doc %{_texmfdistdir}/doc/fonts/knitting/knitting-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 5125450
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20475 |14mr|texlive-knittingpattern-20100309-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17205
# category Package
# catalog-ctan /macros/latex/contrib/knittingpattern
# catalog-date 2010-03-09 13:13:30 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-knittingpattern
Version:	20100309
Release:	3
Summary:	Create knitting patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/knittingpattern
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/knittingpattern.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/knittingpattern.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides a simple, effective method for knitters to
produce high-quality, attractive patterns using LaTeX. It does
this by providing commands to handle as much of the layout of
the document as possible, leaving the author free to
concentrate on the pattern.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/knittingpattern/knittingpattern.cls
%doc %{_texmfdistdir}/doc/latex/knittingpattern/README
%doc %{_texmfdistdir}/doc/latex/knittingpattern/introduction.pdf
%doc %{_texmfdistdir}/doc/latex/knittingpattern/introduction.tex
%doc %{_texmfdistdir}/doc/latex/knittingpattern/lion.png
%doc %{_texmfdistdir}/doc/latex/knittingpattern/template.pdf
%doc %{_texmfdistdir}/doc/latex/knittingpattern/template.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100309-3
+ Revision: 18b7fdb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20476 |14mr|texlive-knuth-20080711-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23389
# category Package
# catalog-ctan /systems/knuth/dist/errata
# catalog-date 2008-07-11 09:05:11 +0200
# catalog-license knuth
# catalog-version undef
Name:		texlive-knuth
Version:	20080711
Release:	3
Summary:	Knuth's published errata
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/knuth/dist/errata
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/knuth.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/knuth.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/knuth.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
These files are details of problems reported in the 'Computers
and Typesetting' series of books, for the Computer Modern
fonts, and for TeX, MetaFont and related programs.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/generic/knuth/errata/cm85.bug
%doc %{_texmfdistdir}/doc/generic/knuth/errata/errata.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/errata/errorlog.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/errata/mf84.bug
%doc %{_texmfdistdir}/doc/generic/knuth/errata/tex82.bug
%doc %{_texmfdistdir}/doc/generic/knuth/etc/vftovp.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/etc/vptovf.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/mf/mf.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/mf/trapman.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/mfware/gftodvi.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/mfware/gftopk.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/mfware/gftype.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/mfware/mft.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/tex/glue.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/tex/tex.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/tex/tripman.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/texware/dvitype.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/texware/pltotf.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/texware/pooltype.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/texware/tftopl.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/web/tangle.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/web/weave.pdf
%doc %{_texmfdistdir}/doc/generic/knuth/web/webman.pdf
#- source
%doc %{_texmfdistdir}/source/generic/knuth/errata/errata.eight
%doc %{_texmfdistdir}/source/generic/knuth/errata/errata.eleven
%doc %{_texmfdistdir}/source/generic/knuth/errata/errata.five
%doc %{_texmfdistdir}/source/generic/knuth/errata/errata.four
%doc %{_texmfdistdir}/source/generic/knuth/errata/errata.nine
%doc %{_texmfdistdir}/source/generic/knuth/errata/errata.one
%doc %{_texmfdistdir}/source/generic/knuth/errata/errata.seven
%doc %{_texmfdistdir}/source/generic/knuth/errata/errata.six
%doc %{_texmfdistdir}/source/generic/knuth/errata/errata.ten
%doc %{_texmfdistdir}/source/generic/knuth/errata/errata.tex
%doc %{_texmfdistdir}/source/generic/knuth/errata/errata.three
%doc %{_texmfdistdir}/source/generic/knuth/errata/errata.two
%doc %{_texmfdistdir}/source/generic/knuth/errata/errorlog.tex
%doc %{_texmfdistdir}/source/generic/knuth/errata/logmac.tex
%doc %{_texmfdistdir}/source/generic/knuth/tex/glue.web
%doc %{_texmfdistdir}/source/generic/knuth/web/webman.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080711-3
+ Revision: 7bf6157
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20477 |14mr|texlive-knuthotherfonts-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-knuthotherfonts
Version:	20111103
Release:	3
Summary:	TeXLive knuthotherfonts package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/knuthotherfonts.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive knuthotherfonts package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/committee/font1.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/committee/font1base.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/aphalf.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/ddhalf.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/ddralf.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/halftone.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/imhalf.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/halftone/imralf.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/mfbook/logobase.mf
%{_texmfdistdir}/fonts/source/public/knuthotherfonts/mfbook/metafon.mf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: 1027640
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20478 |14mr|texlive-koma-moderncvclassic-v0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25025
# category Package
# catalog-ctan /macros/latex/contrib/koma-moderncvclassic
# catalog-date 2012-01-05 01:27:26 +0100
# catalog-license lppl1.3
# catalog-version v0.5
Name:		texlive-koma-moderncvclassic
Version:	v0.5
Release:	3
Summary:	An imitation of the moderncv class with the classic style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/koma-moderncvclassic
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-moderncvclassic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-moderncvclassic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides an imitation of the moderncv class with
the classic style (by Xavier Danaux), to be used in conjunction
with the koma-classes. Thus it is possible to configure
pagelayout, headings etc. the way it is done in koma-classes.
Moreover, it is possible to use biblatex, while the original
moderncv-class is incompatible with biblatex.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/koma-moderncvclassic/koma-moderncvclassic.sty
%doc %{_texmfdistdir}/doc/latex/koma-moderncvclassic/README
%doc %{_texmfdistdir}/doc/latex/koma-moderncvclassic/changelog
%doc %{_texmfdistdir}/doc/latex/koma-moderncvclassic/cvbasic.pdf
%doc %{_texmfdistdir}/doc/latex/koma-moderncvclassic/cvbasic.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.5-3
+ Revision: a64ddf8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20479 |14mr|texlive-koma-script-3.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32489
# category TLCore
# catalog-ctan /macros/latex/contrib/koma-script
# catalog-date 2013-12-26 07:56:41 +0100
# catalog-license lppl
# catalog-version 3.12
Name:		texlive-koma-script
Version:	3.12
Release:	2
Summary:	A bundle of versatile classes and packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/koma-script
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-script.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The KOMA-Script bundle provides drop-in replacements for the
article/report/book classes with emphasis on typography and
versatility. There is also a letter class, different from all
other letter classes. The bundle also offers: - a package for
calculating type areas in the way laid down by the typographer
Jan Tschichold, - a package for easily changing and defining
page styles, - a package scrdate for getting not only the
current date but also the name of the day, and - a package
scrtime for getting the current time. All these packages may be
used not only with KOMA-Script classes but also with the
standard classes. Since every package has its own version
number, the version number quoted only refers to the version of
scrbook, scrreprt, scrartcl, scrlttr2 and typearea. These are
the main parts of the bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/doc/latex/koma-script/INSTALL.txt
%{_texmfdistdir}/doc/latex/koma-script/INSTALLD.txt
%{_texmfdistdir}/doc/latex/koma-script/README
%{_texmfdistdir}/doc/latex/koma-script/koma-script.html
%{_texmfdistdir}/doc/latex/koma-script/komabug.tex
%{_texmfdistdir}/doc/latex/koma-script/komascr.html
%{_texmfdistdir}/doc/latex/koma-script/komascript.html
%{_texmfdistdir}/doc/latex/koma-script/lppl-de.txt
%{_texmfdistdir}/doc/latex/koma-script/lppl.txt
%{_texmfdistdir}/doc/latex/koma-script/manifest.txt
%{_texmfdistdir}/doc/latex/koma-script/scraddr.html
%{_texmfdistdir}/doc/latex/koma-script/scrartcl.html
%{_texmfdistdir}/doc/latex/koma-script/scrbase.html
%{_texmfdistdir}/doc/latex/koma-script/scrbook.html
%{_texmfdistdir}/doc/latex/koma-script/scrdate.html
%{_texmfdistdir}/doc/latex/koma-script/scrextend.html
%{_texmfdistdir}/doc/latex/koma-script/scrguide.html
%{_texmfdistdir}/doc/latex/koma-script/scrguide.pdf
%{_texmfdistdir}/doc/latex/koma-script/scrguien.html
%{_texmfdistdir}/doc/latex/koma-script/scrguien.pdf
%{_texmfdistdir}/doc/latex/koma-script/scrhack.html
%{_texmfdistdir}/doc/latex/koma-script/scrhack.pdf
%{_texmfdistdir}/doc/latex/koma-script/scrjura.pdf
%{_texmfdistdir}/doc/latex/koma-script/scrlayer-notecolumn.html
%{_texmfdistdir}/doc/latex/koma-script/scrlayer-scrpage.html
%{_texmfdistdir}/doc/latex/koma-script/scrlayer.html
%{_texmfdistdir}/doc/latex/koma-script/scrlfile.html
%{_texmfdistdir}/doc/latex/koma-script/scrlttr2.html
%{_texmfdistdir}/doc/latex/koma-script/scrpage2.html
%{_texmfdistdir}/doc/latex/koma-script/scrreprt.html
%{_texmfdistdir}/doc/latex/koma-script/scrtime.html
%{_texmfdistdir}/doc/latex/koma-script/scrwfile.html
%{_texmfdistdir}/doc/latex/koma-script/tocbasic.html
%{_texmfdistdir}/doc/latex/koma-script/tocstyle.pdf
%{_texmfdistdir}/doc/latex/koma-script/typearea.html
%{_texmfdistdir}/source/latex/koma-script/ChangeLog
%{_texmfdistdir}/source/latex/koma-script/ChangeLog.2
%{_texmfdistdir}/source/latex/koma-script/Makefile
%{_texmfdistdir}/source/latex/koma-script/Makefile.baseinit
%{_texmfdistdir}/source/latex/koma-script/Makefile.baserules
%{_texmfdistdir}/source/latex/koma-script/doc/Makefile
%{_texmfdistdir}/source/latex/koma-script/doc/Makefile.guide
%{_texmfdistdir}/source/latex/koma-script/doc/Makefile.latexinit
%{_texmfdistdir}/source/latex/koma-script/doc/bin/genhtmlidx.pl
%{_texmfdistdir}/source/latex/koma-script/doc/bin/genindex.pl
%{_texmfdistdir}/source/latex/koma-script/doc/english/Makefile
%{_texmfdistdir}/source/latex/koma-script/doc/english/adrconvnote.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/authorpart.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-0.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-1.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-10.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-11.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-12.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-13.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-14.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-15.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-2.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-20.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-21.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-3.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-4.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-5.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-6.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-7.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-8.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-9.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/expertpart.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/guide-english.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/guide.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/htmlsetup
%{_texmfdistdir}/source/latex/koma-script/doc/english/introduction.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/japanlco.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/linkalias.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/preface.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scraddr.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrbase.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrbookreportarticle-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrbookreportarticle.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrdatetime.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrextend.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrhack.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlayer-notecolumn.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlayer-scrpage-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlayer-scrpage.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlayer.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlfile.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlttr2-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlttr2.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlttr2examples.dtx
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrpage2.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrwfile.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/tocbasic.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/typearea-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/typearea.tex
%{_texmfdistdir}/source/latex/koma-script/doc/guide.bib
%{_texmfdistdir}/source/latex/koma-script/doc/guide.tex
%{_texmfdistdir}/source/latex/koma-script/doc/linkalias.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/Makefile
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/adrconvnote.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/authorpart.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-0.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-1.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-10.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-11.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-12.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-13.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-14.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-15.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-2.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-20.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-21.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-3.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-4.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-5.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-6.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-7.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-8.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-9.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/expertpart.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/guide-ngerman.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/guide.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/htmlsetup
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/introduction.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/linkalias.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/preface.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scraddr.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrbase.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrbookreportarticle-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrbookreportarticle.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrdatetime.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrextend.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrhack.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer-notecolumn-example.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer-notecolumn.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer-scrpage-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer-scrpage.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlfile.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlttr2-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlttr2.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlttr2examples.dtx
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrpage2.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrwfile.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/tocbasic.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/typearea-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/typearea.tex
%{_texmfdistdir}/source/latex/koma-script/doc/plength.dtx
%{_texmfdistdir}/source/latex/koma-script/doc/scrguide.cls
%{_texmfdistdir}/source/latex/koma-script/doc/scrguide.gst
%{_texmfdistdir}/source/latex/koma-script/doc/scrguide.ist
%{_texmfdistdir}/source/latex/koma-script/japanlco.dtx
%{_texmfdistdir}/source/latex/koma-script/scraddr.dtx
%{_texmfdistdir}/source/latex/koma-script/scrbeta.dtx
%{_texmfdistdir}/source/latex/koma-script/scrdoc.dtx
%{_texmfdistdir}/source/latex/koma-script/scrdocstrip.tex
%{_texmfdistdir}/source/latex/koma-script/scrextend.dtx
%{_texmfdistdir}/source/latex/koma-script/scrhack.dtx
%{_texmfdistdir}/source/latex/koma-script/scrjura.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-basics.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-bibliography.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-circularletters.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-compatibility.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-floats.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-fonts.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-footnotes.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-index.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-language.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-letterclassoptions.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-listsandtabulars.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-listsof.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-miscellaneous.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-notepaper.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-pagestyles.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-paragraphs.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-pseudolengths.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-sections.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-title.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-typearea.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-variables.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-version.dtx
%{_texmfdistdir}/source/latex/koma-script/scrlayer-notecolumn.dtx
%{_texmfdistdir}/source/latex/koma-script/scrlayer-scrpage.dtx
%{_texmfdistdir}/source/latex/koma-script/scrlayer.dtx
%{_texmfdistdir}/source/latex/koma-script/scrlfile.dtx
%{_texmfdistdir}/source/latex/koma-script/scrlogo.dtx
%{_texmfdistdir}/source/latex/koma-script/scrmain.ins
%{_texmfdistdir}/source/latex/koma-script/scrpage.dtx
%{_texmfdistdir}/source/latex/koma-script/scrsource.tex
%{_texmfdistdir}/source/latex/koma-script/scrstrip.inc
%{_texmfdistdir}/source/latex/koma-script/scrstrop.inc
%{_texmfdistdir}/source/latex/koma-script/scrtime.dtx
%{_texmfdistdir}/source/latex/koma-script/scrwfile.dtx
%{_texmfdistdir}/source/latex/koma-script/tocbasic.dtx
%{_texmfdistdir}/source/latex/koma-script/tocstyle.dtx
%{_texmfdistdir}/tex/latex/koma-script/DIN.lco
%{_texmfdistdir}/tex/latex/koma-script/DINmtext.lco
%{_texmfdistdir}/tex/latex/koma-script/KOMAold.lco
%{_texmfdistdir}/tex/latex/koma-script/KakuLL.lco
%{_texmfdistdir}/tex/latex/koma-script/NF.lco
%{_texmfdistdir}/tex/latex/koma-script/NipponEH.lco
%{_texmfdistdir}/tex/latex/koma-script/NipponEL.lco
%{_texmfdistdir}/tex/latex/koma-script/NipponLH.lco
%{_texmfdistdir}/tex/latex/koma-script/NipponLL.lco
%{_texmfdistdir}/tex/latex/koma-script/NipponRL.lco
%{_texmfdistdir}/tex/latex/koma-script/SN.lco
%{_texmfdistdir}/tex/latex/koma-script/SNleft.lco
%{_texmfdistdir}/tex/latex/koma-script/UScommercial9.lco
%{_texmfdistdir}/tex/latex/koma-script/UScommercial9DW.lco
%{_texmfdistdir}/tex/latex/koma-script/float.hak
%{_texmfdistdir}/tex/latex/koma-script/floatrow.hak
%{_texmfdistdir}/tex/latex/koma-script/hyperref.hak
%{_texmfdistdir}/tex/latex/koma-script/listings.hak
%{_texmfdistdir}/tex/latex/koma-script/scraddr.sty
%{_texmfdistdir}/tex/latex/koma-script/scrartcl.cls
%{_texmfdistdir}/tex/latex/koma-script/scrbase.sty
%{_texmfdistdir}/tex/latex/koma-script/scrbook.cls
%{_texmfdistdir}/tex/latex/koma-script/scrdate.sty
%{_texmfdistdir}/tex/latex/koma-script/scrdoc.cls
%{_texmfdistdir}/tex/latex/koma-script/scrextend.sty
%{_texmfdistdir}/tex/latex/koma-script/scrfontsizes.sty
%{_texmfdistdir}/tex/latex/koma-script/scrhack.sty
%{_texmfdistdir}/tex/latex/koma-script/scrjura.sty
%{_texmfdistdir}/tex/latex/koma-script/scrkbase.sty
%{_texmfdistdir}/tex/latex/koma-script/scrlayer-notecolumn.sty
%{_texmfdistdir}/tex/latex/koma-script/scrlayer-scrpage.sty
%{_texmfdistdir}/tex/latex/koma-script/scrlayer.sty
%{_texmfdistdir}/tex/latex/koma-script/scrlfile.sty
%{_texmfdistdir}/tex/latex/koma-script/scrlttr2.cls
%{_texmfdistdir}/tex/latex/koma-script/scrpage2.sty
%{_texmfdistdir}/tex/latex/koma-script/scrreprt.cls
%{_texmfdistdir}/tex/latex/koma-script/scrsize10pt.clo
%{_texmfdistdir}/tex/latex/koma-script/scrsize11pt.clo
%{_texmfdistdir}/tex/latex/koma-script/scrsize12pt.clo
%{_texmfdistdir}/tex/latex/koma-script/scrtime.sty
%{_texmfdistdir}/tex/latex/koma-script/scrwfile.sty
%{_texmfdistdir}/tex/latex/koma-script/tocbasic.sty
%{_texmfdistdir}/tex/latex/koma-script/tocstyle.sty
%{_texmfdistdir}/tex/latex/koma-script/typearea.sty
%{_texmfdistdir}/tex/latex/koma-script/visualize.lco

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12-2
+ Revision: bf5ee4d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20480 |14mr|texlive-koma-script-examples-20130411-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29940
# category Package
# catalog-ctan /info/examples/KOMA-Script-4
# catalog-date 2013-04-11 22:56:41 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-koma-script-examples
Version:	20130411
Release:	6
Summary:	Examples from the KOMA-Script book
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/KOMA-Script-4
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-script-examples.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-script-examples.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This package contains some examples from the 4th edition of the
book <<KOMA-Script--Eine Sammlung von Klassen und Paketen fur
LaTeX2e>> by Markus Kohm and Jens-Uwe Morawski. There are no
further descriptions of these examples.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-B/result/chapterthumbexample.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-B/source/chapterthumb.sty
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-B/source/chapterthumbexample.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-C/result/floattrick.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-C/source/floattrick.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/letter-nipponA.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/result/letter-nipponB.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/letter-nipponA.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-D/source/letter-nipponB.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/result/briefDIN.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/result/briefSN.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/result/briefbak3.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/result/briefdup.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/result/brieflft.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/result/brieflfu.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/result/briefnow.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/result/briefrag2.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/result/briefwbk.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/result/briefwbk2.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/result/briefwbt2.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/CaptainHook-1.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/SNslhead.lco
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/asymTypB.lco
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/briefDIN.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/briefSN.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/briefbak3.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/briefdup.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/brieflft.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/brieflfu.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/briefnow.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/briefrag2.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/brieftemplate.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/briefwbk.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/briefwbk2.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/briefwbt2.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/dateup.lco
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-E/source/nowindow.lco
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-F/result/letter-label.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-F/source/labelbasic.lco
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-F/source/letter-label.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Anhang-F/source/settleford600label.lco
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-14/result/remarkexample.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-14/source/remarkbox.sty
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-14/source/remarkexample.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-0.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-1.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-10.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-11.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-12.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-13.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-14.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-15.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-16.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-17.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-18.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-19.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-2.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-20.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-21.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-22.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-23.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-3.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-4.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-5.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-6.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-7.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-8.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/result/letter-9.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/ich.lco
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-0.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-1.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-10.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-11.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-12.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-13.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-14.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-15.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-16.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-17.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-18.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-19.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-2.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-20.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-21.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-22.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-23.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-3.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-4.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-5.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-6.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-7.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-8.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/letter-9.tex
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/Kapitel-4/source/musterlogo.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/LEGAL.txt
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/LEGAL_DE.txt
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/LIESMICH.txt
%doc %{_texmfdistdir}/doc/latex/koma-script-examples/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130411-6
+ Revision: c36c51a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20481 |14mr|texlive-koma-script-sfs-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26137
# category Package
# catalog-ctan /macros/latex/contrib/koma-script-SFS
# catalog-date 2008-11-15 10:53:47 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-koma-script-sfs
Version:	1.0
Release:	3
Summary:	Koma-script letter class option for Finnish
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/koma-script-SFS
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-script-sfs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-script-sfs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A koma-script parameter set for letters on A4 paper, complying
with Finnish standards SFS 2486, 2487 and 2488; suitable for
window envelopes with window on the left size in the sizes C5,
C65, E5 and E65 (although, because the address window is
smaller, for sizes E5 and E65 the address may not fit within
the window, but ordinary 3-line address should fit).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/koma-script-sfs/SFS.lco
%doc %{_texmfdistdir}/doc/latex/koma-script-sfs/README
%doc %{_texmfdistdir}/doc/latex/koma-script-sfs/SFSesim.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-sfs/SFSesim.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 98acfe1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20482 |14mr|texlive-kopka-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-kopka
Version:	20111103
Release:	3
Summary:	TeXLive kopka package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kopka.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kopka.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive kopka package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/a4.sty
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/readme_2
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/ueb2-1.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/ueb2-1a.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/ueb2-1b.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/ueb2-1c.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/ueb2-1d.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/ueb2-2.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/ueb2-2a.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/ueb2-2b.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/ueb2-2c.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/ueb2-2d.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/ueb2-3.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/ueb2-3a.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel2/ueb2-3b.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/a4.sty
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/readme_3
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-10.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-11.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-12.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-14.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-14a.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-14b.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-1a.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-1b.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-2.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-3a.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-3b.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-4.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-5a.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-5b.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-6a.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-6b.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-6c.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-7a.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-7b.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-7c.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-8.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3-9.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel3/ueb3.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/a4.sty
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/readme_4
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-1.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-10.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-11.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-12.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-13.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-14.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-15.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-16.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-17.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-18.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-19.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-2.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-20.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-21.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-22.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-3.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-4.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-5.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-6.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-7.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-8.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-9a.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel4/ueb4-9b.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/a4.sty
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/math.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/readme_5
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-1.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-10.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-11.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-12.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-13.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-14.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-15.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-16.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-17.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-18.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-19.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-2.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-20.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-21.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-3.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-4.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-5.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-6.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-7.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-8.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel5/ueb5-9.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel6/a4.sty
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel6/bild.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel6/readme_6
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel6/ueb6-1.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel6/ueb6-10.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel6/ueb6-2.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel6/ueb6-3.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel6/ueb6-4.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel6/ueb6-5.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel6/ueb6-6.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel6/ueb6-7.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel6/ueb6-8.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel6/ueb6-9.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel7/ueb7-1.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel7/ueb7-10.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel7/ueb7-11.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel7/ueb7-12.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel7/ueb7-2.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel7/ueb7-3.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel7/ueb7-4.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel7/ueb7-5.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel7/ueb7-6.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel7/ueb7-7.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel7/ueb7-8a.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel7/ueb7-8b.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel7/ueb7-9.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel8/ueb8-1.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel8/ueb8-2.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel8/ueb8-3.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel8/ueba.aux
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel8/ueba.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel8/uebb.aux
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel8/uebb.tex
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel8/uebc.aux
%doc %{_texmfdistdir}/doc/latex/kopka/uebungen/kapitel8/uebc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: 7d8f16d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20483 |14mr|texlive-kotex-oblivoir-2.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32105
# category Package
# catalog-ctan /language/korean/kotex-oblivoir
# catalog-date 2013-11-03 10:05:42 +0100
# catalog-license lppl
# catalog-version 2.0.0
Name:		texlive-kotex-oblivoir
Version:	2.0.0
Release:	6
Summary:	A LaTeX document class for typesetting Korean documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/korean/kotex-oblivoir
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-oblivoir.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-oblivoir.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-memoir
Requires:	texlive-kotex-utf

%description
The class is based on memoir, and is adapted to typesetting
Korean documents. The bundle (of class and associated packages)
belongs to the ko.TeX bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/10_5.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/fapapersize.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/hfontsel.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/hfontspec.nanum
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memhangul-common.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memhangul-patch.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memhangul-ucs.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memucs-enumerate.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memucs-gremph.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memucs-interword.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memucs-setspace.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/nanumfontsel.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/ob-koreanappendix.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/ob-nokoreanappendix.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/ob-toclof.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/luatexko-xobfont.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/memhangul-x.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/memucs-interword-x.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xetexko-var.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xetexko-xobfont.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xob-amssymb.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xob-dotemph.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xob-hyper.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xob-paralist.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/oblivoir-base.cls
%{_texmfdistdir}/tex/latex/kotex-oblivoir/oblivoir-xlua.cls
%{_texmfdistdir}/tex/latex/kotex-oblivoir/oblivoir.cls
%{_texmfdistdir}/tex/latex/kotex-oblivoir/xoblivoir.cls
%doc %{_texmfdistdir}/doc/latex/kotex-oblivoir/README
%doc %{_texmfdistdir}/doc/latex/kotex-oblivoir/oblivoir-simpledoc.pdf
%doc %{_texmfdistdir}/doc/latex/kotex-oblivoir/oblivoir-simpledoc.tex
%doc %{_texmfdistdir}/doc/latex/kotex-oblivoir/oblivoir-test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.0-6
+ Revision: 7a96959
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20484 |14mr|texlive-kotex-plain-20131103-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32104
# category Package
# catalog-ctan /language/korean/kotex-plain
# catalog-date 2013-11-03 10:05:42 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-kotex-plain
Version:	20131103
Release:	6
Summary:	Macros for typesetting Korean under Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/korean/kotex-plain
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-plain.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-plain.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for typesetting Hangul, the native
alphabet of the Korean language, using plain *TeX. Input Korean
text should be encoded in UTF-8. The package is belongs to the
ko.TeX bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/kotex-plain/hangulcweb.tex
%{_texmfdistdir}/tex/plain/kotex-plain/kotexplain.tex
%{_texmfdistdir}/tex/plain/kotex-plain/kotexutf-core.tex
%{_texmfdistdir}/tex/plain/kotex-plain/kotexutf.tex
%doc %{_texmfdistdir}/doc/plain/kotex-plain/ChangeLog
%doc %{_texmfdistdir}/doc/plain/kotex-plain/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131103-6
+ Revision: 8577078
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20485 |14mr|texlive-kotex-utf-2.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32103
# category Package
# catalog-ctan /language/korean/kotex-utf
# catalog-date 2013-11-08 09:28:00 +0100
# catalog-license lppl1.3
# catalog-version 2.0.1
Name:		texlive-kotex-utf
Version:	2.0.1
Release:	6
Summary:	Typeset Hangul, coded in UTF-8
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/korean/kotex-utf
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-utf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-utf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-cjk-ko

%description
The package typesets Hangul, which is the native alphabet of
the Korean language; input Korean text should be encoded in
UTF-8. The bundle (of class and associated packages) belongs to
the ko.TeX bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-cmap.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-enumerate.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-enumitem.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-gremph.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-interword.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-paralist.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-sectsty.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-setspace.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-trivcj.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-ucshyper.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucsfn.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/kotex-logo.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/kotex-varioref.sty
%{_texmfdistdir}/tex/latex/kotex-utf/dhucs-nanumfont.sty
%{_texmfdistdir}/tex/latex/kotex-utf/dhucs.sty
%{_texmfdistdir}/tex/latex/kotex-utf/hfontspec.default
%{_texmfdistdir}/tex/latex/kotex-utf/kosections-utf.sty
%{_texmfdistdir}/tex/latex/kotex-utf/kotex.cfg
%{_texmfdistdir}/tex/latex/kotex-utf/kotexutf.sty
%{_texmfdistdir}/tex/latex/kotex-utf/lucenc.dfu
%{_texmfdistdir}/tex/latex/kotex-utf/lucuhcmj.fd
%{_texmfdistdir}/tex/latex/kotex-utf/tex4ht/dhucs.4ht
%{_texmfdistdir}/tex/latex/kotex-utf/tex4ht/dhucs.cfg
%{_texmfdistdir}/tex/latex/kotex-utf/tex4ht/kosections-utf.4ht
%doc %{_texmfdistdir}/doc/latex/kotex-utf/ChangeLog
%doc %{_texmfdistdir}/doc/latex/kotex-utf/README
%doc %{_texmfdistdir}/doc/latex/kotex-utf/fig/allowbreak-dhucs.pdf
%doc %{_texmfdistdir}/doc/latex/kotex-utf/fig/fntexp.pdf
%doc %{_texmfdistdir}/doc/latex/kotex-utf/fig/fntnormal.pdf
%doc %{_texmfdistdir}/doc/latex/kotex-utf/fig/histkotex.jpg
%doc %{_texmfdistdir}/doc/latex/kotex-utf/fig/linebreaktest.pdf
%doc %{_texmfdistdir}/doc/latex/kotex-utf/fig/testdhucsallowbreak.pdf
%doc %{_texmfdistdir}/doc/latex/kotex-utf/kotexdoc.pdf
%doc %{_texmfdistdir}/doc/latex/kotex-utf/kotexdoc.tex
%doc %{_texmfdistdir}/doc/latex/kotex-utf/sample-finemath-setup.tex
%doc %{_texmfdistdir}/doc/latex/kotex-utf/yettext.tex
%doc %{_texmfdistdir}/doc/latex/kotex-utf/yettext.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.1-6
+ Revision: 8aa9088
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20486 |14mr|texlive-kotex-utils-2.0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32101
# category Package
# catalog-ctan /language/korean/kotex-utils
# catalog-date 2013-11-08 09:28:00 +0100
# catalog-license lppl
# catalog-version 2.0.1
Name:		texlive-kotex-utils
Version:	2.0.1
Release:	7
Summary:	Utility scripts and support files for typesetting Korean
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/korean/kotex-utils
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-utils.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-utils.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-kotex-utf
Provides:	texlive-kotex-utils.bin = %{EVRD}

%description
The bundle provides scripts and support files for index
generation in Korean language typesetting. The files belong to
the ko.TeX bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/jamo-normalize
%{_bindir}/komkindex
%{_bindir}/ttf2kotexfont
%{_texmfdistdir}/makeindex/kotex-utils/kotex.ist
%{_texmfdistdir}/makeindex/kotex-utils/memucs-manual.ist
%{_texmfdistdir}/scripts/kotex-utils/jamo-normalize.pl
%{_texmfdistdir}/scripts/kotex-utils/komkindex.pl
%{_texmfdistdir}/scripts/kotex-utils/ttf2kotexfont.pl
%doc %{_texmfdistdir}/doc/latex/kotex-utils/ChangeLog
%doc %{_texmfdistdir}/doc/latex/kotex-utils/README
%doc %{_texmfdistdir}/doc/latex/kotex-utils/utf8-lang.xdy
%doc %{_texmfdistdir}/doc/latex/kotex-utils/utf8.xdy

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf ../share/texmf-dist/scripts/kotex-utils/jamo-normalize.pl jamo-normalize
    ln -sf ../share/texmf-dist/scripts/kotex-utils/komkindex.pl komkindex
    ln -sf ../share/texmf-dist/scripts/kotex-utils/ttf2kotexfont.pl ttf2kotexfont
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.1-7
+ Revision: 234b5e2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20487 |14mr|texlive-kpathsea-20120314-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32266
# category TLCore
# catalog-ctan undef
# catalog-date 2012-03-14 12:38:42 +0100
# catalog-license lgpl
# catalog-version undef
Name:		texlive-kpathsea
Version:	20120314
Release:	14
Summary:	Path searching library for TeX-related files
Group:		Publishing
URL:		http://tug.org/texlive
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kpathsea.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kpathsea.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea.bin
Requires(postun):texlive-kpathsea.bin
%rename kpathsea

%description
Kpathsea is a library and utility programs which provide path
searching facilities for TeX file types, including the self-
locating feature required for movable installations, layered on
top of a general search mechanism. It is not distributed
separately, but rather is released and maintained as part of
the TeX live sources.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/web2c/amiga-pl.tcx
%{_texmfdistdir}/web2c/cp1250cs.tcx
%{_texmfdistdir}/web2c/cp1250pl.tcx
%{_texmfdistdir}/web2c/cp1250t1.tcx
%{_texmfdistdir}/web2c/cp227.tcx
%{_texmfdistdir}/web2c/cp852-cs.tcx
%{_texmfdistdir}/web2c/cp852-pl.tcx
%{_texmfdistdir}/web2c/cp8bit.tcx
%{_texmfdistdir}/web2c/empty.tcx
%config(noreplace) %{_texmfdistdir}/web2c/fmtutil.cnf
%{_texmfdistdir}/web2c/il1-t1.tcx
%{_texmfdistdir}/web2c/il2-cs.tcx
%{_texmfdistdir}/web2c/il2-pl.tcx
%{_texmfdistdir}/web2c/il2-t1.tcx
%{_texmfdistdir}/web2c/kam-cs.tcx
%{_texmfdistdir}/web2c/kam-t1.tcx
%{_texmfdistdir}/web2c/macce-pl.tcx
%{_texmfdistdir}/web2c/macce-t1.tcx
%{_texmfdistdir}/web2c/maz-pl.tcx
%{_texmfdistdir}/web2c/mktex.cnf
%{_texmfdistdir}/web2c/mktex.opt
%{_texmfdistdir}/web2c/mktexdir
%{_texmfdistdir}/web2c/mktexdir.opt
%{_texmfdistdir}/web2c/mktexnam
%{_texmfdistdir}/web2c/mktexnam.opt
%{_texmfdistdir}/web2c/mktexupd
%{_texmfdistdir}/web2c/natural.tcx
%{_texmfdistdir}/web2c/tcvn-t5.tcx
%{_texmfdistdir}/web2c/texmf.cnf
%{_texmfdistdir}/web2c/viscii-t5.tcx
%doc %{_texmfdistdir}/doc/info/dir
%doc %{_infodir}/kpathsea.info*
%doc %{_infodir}/tds.info*
%doc %{_infodir}/web2c.info*
%doc %{_texmfdistdir}/doc/kpathsea/kpathsea.html
%doc %{_texmfdistdir}/doc/kpathsea/kpathsea.pdf
%doc %{_mandir}/man1/kpseaccess.1*
%doc %{_texmfdistdir}/doc/man/man1/kpseaccess.man1.pdf
%doc %{_mandir}/man1/kpsereadlink.1*
%doc %{_texmfdistdir}/doc/man/man1/kpsereadlink.man1.pdf
%doc %{_mandir}/man1/kpsestat.1*
%doc %{_texmfdistdir}/doc/man/man1/kpsestat.man1.pdf
%doc %{_mandir}/man1/kpsewhich.1*
%doc %{_texmfdistdir}/doc/man/man1/kpsewhich.man1.pdf
%doc %{_mandir}/man1/mkocp.1*
%doc %{_texmfdistdir}/doc/man/man1/mkocp.man1.pdf
%doc %{_mandir}/man1/mkofm.1*
%doc %{_texmfdistdir}/doc/man/man1/mkofm.man1.pdf
%doc %{_mandir}/man1/mktexfmt.1*
%doc %{_texmfdistdir}/doc/man/man1/mktexfmt.man1.pdf
%doc %{_mandir}/man1/mktexlsr.1*
%doc %{_texmfdistdir}/doc/man/man1/mktexlsr.man1.pdf
%doc %{_mandir}/man1/mktexmf.1*
%doc %{_texmfdistdir}/doc/man/man1/mktexmf.man1.pdf
%doc %{_mandir}/man1/mktexpk.1*
%doc %{_texmfdistdir}/doc/man/man1/mktexpk.man1.pdf
%doc %{_mandir}/man1/mktextfm.1*
%doc %{_texmfdistdir}/doc/man/man1/mktextfm.man1.pdf
%doc %{_mandir}/man1/texhash.1*
%doc %{_texmfdistdir}/doc/man/man1/texhash.man1.pdf
%doc %{_texmfdistdir}/doc/web2c/web2c.html
%doc %{_texmfdistdir}/doc/web2c/web2c.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

perl -pi -e 's%^(TEXMFMAIN\s+= ).*%$1%{_texmfdistdir}%;'			  \
	 -e 's%^(TEXMFDIST\s+= ).*%$1%{_texmfdistdir}%;'		  \
	 -e 's%^(TEXMFLOCAL\s+= ).*%$1%{_texmflocaldir}%;'		  \
	 -e 's%^(TEXMFSYSVAR\s+= ).*%$1%{_texmfvardir}%;'		  \
	 -e 's%^(TEXMFSYSCONFIG\s+= ).*%$1%{_texmfconfdir}%;'		  \
	 -e 's%^(TEXMFHOME\s+= ).*%$1\$HOME/texmf%;'			  \
	 -e 's%^(TEXMFVAR\s+= ).*%$1\$HOME/.texlive2013/texmf-var%;'	  \
	 -e 's%^(TEXMFCONFIG\s+= ).*%$1\$HOME/.texlive2013/texmf-config%;'\
	 -e 's%^(OSFONTDIR\s+= ).*%$1%{_datadir}/fonts%;'		  \
	texmf-dist/web2c/texmf.cnf

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdistdir}/doc/info/*.info %{buildroot}%{_infodir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120314-14
+ Revision: b5c9f3f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20488 |14mr|texlive-kpfonts-3.31-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21964
# category Package
# catalog-ctan /fonts/kpfonts
# catalog-date 2010-12-31 19:35:04 +0100
# catalog-license gpl
# catalog-version 3.31
Name:		texlive-kpfonts
Version:	3.31
Release:	3
Summary:	A complete set of fonts for text and mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/kpfonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kpfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kpfonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The family contains text fonts in roman, sans-serif and
monospaced shapes, with true small caps and old-style numbers;
the package offers full support of the textcomp package. The
mathematics fonts include all the AMS fonts, in both normal and
bold weights. Each of the font types is available in two main
versions: default and 'light'. Each version is available in
four variants: default; oldstyle numbers; oldstyle numbers with
old ligatures such as ct and st, and long-tailed capital Q; and
veryoldstyle with long s. Other variants include small caps as
default or 'large small caps', and for mathematics both upright
and slanted shapes for Greek letters, as well as default and
narrow versions of multiple integrals. The fonts were
originally derived from URW Palladio (with URW's agreement)
though the fonts are very clearly different in appearance from
their parent.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbit8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbitc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbite.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbne.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbsc8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpbsce.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpkbsc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpkmsc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbit8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbitc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbite.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbne.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbsc8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplbsce.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplkbsc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplkmsc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmit8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmitc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmite.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmne.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmsc8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkplmsce.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmit8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmitc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmite.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmne.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmsc8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpmsce.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssbn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssbnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssbne.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssbsc8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssbsce.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpsskbsc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpsskmsc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssmn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssmnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssmne.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssmsc8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpssmsce.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpttbn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpttbnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpttbne.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpttmn8a.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpttmnc.afm
%{_texmfdistdir}/fonts/afm/public/kpfonts/jkpttmne.afm
%{_texmfdistdir}/fonts/enc/dvips/kpfonts/kpfonts-expert-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kpfonts/kpfonts-expert-tt.enc
%{_texmfdistdir}/fonts/enc/dvips/kpfonts/kpfonts-expert.enc
%{_texmfdistdir}/fonts/enc/dvips/kpfonts/kpfonts-large-sc.enc
%{_texmfdistdir}/fonts/enc/pdftex/kpfonts/kpfonts-expert-sc.enc
%{_texmfdistdir}/fonts/enc/pdftex/kpfonts/kpfonts-expert-tt.enc
%{_texmfdistdir}/fonts/enc/pdftex/kpfonts/kpfonts-expert.enc
%{_texmfdistdir}/fonts/enc/pdftex/kpfonts/kpfonts-large-sc.enc
%{_texmfdistdir}/fonts/map/dvips/kpfonts/kpfonts.map
%{_texmfdistdir}/fonts/source/public/kpfonts/kpfonts-fontinst.zip
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbex.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbexa.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbit8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbit8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbitc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbite.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbmiaw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsy.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsya.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsyd.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsydw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbsyw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxit8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxitc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxite.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpbxsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpex.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpexa.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfosnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpfssosnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbxsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbxscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkmsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkmscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpkosnmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbex.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbexa.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbit8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbit8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbitc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbite.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbmiaw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsy.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsyd.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsydw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbsyw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxit8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxitc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxite.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplbxsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplex.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplexa.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplfosnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbxsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbxscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkmsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkmscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplkosnmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmia.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmiaw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmit8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmit8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmitc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmite.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplmsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplosnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplsy.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplsybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplsyd.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplsydw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplsyw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkplvosmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmia.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmiaw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmit8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmit8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmitc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmite.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpmsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmit7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkposnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbex.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbsybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssbxsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssex.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssfosnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbxsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbxscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskmsc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskmscsl.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsskosnmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsslbsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsslbsybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsslsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsslsybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmia.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsc7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsce.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmscsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmscsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmscsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssmsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmscsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmscsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssosnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsssyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsssybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbxsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbxsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpssvosmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsy.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsya.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsybw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsyd.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsydw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpsyw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttbsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmn7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmn8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmn8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmnc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmne.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmsl7c.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmsl8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmslc.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttmsle.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttosnmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpttvosmsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbxit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbxit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbxn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbxn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbxsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosbxsl8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmi.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmif.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmifw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmit7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmit8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmiw.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmn7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmn8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmsl7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kpfonts/jkpvosmsl8t.tfm
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbex.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbexa.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbit8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbitc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbite.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbmi.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbmia.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbne.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbsc8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbsce.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbsy.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbsya.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbsyb.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbsyc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpbsyd.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpex.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpexa.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpkbsc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpkmsc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbex.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbexa.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbit8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbitc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbite.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbmi.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbmia.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbne.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbsc8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbsce.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbsy.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbsyb.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbsyc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplbsyd.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplex.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplexa.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplkbsc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplkmsc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmi.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmia.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmit8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmitc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmite.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmne.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmsc8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplmsce.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplsy.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplsyb.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplsyc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkplsyd.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmi.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmia.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmit8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmitc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmite.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmne.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmsc8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpmsce.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssbn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssbnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssbne.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssbsc8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssbsce.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpsskbsc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpsskmsc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssmn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssmnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssmne.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssmsc8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpssmsce.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpsy.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpsya.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpsyb.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpsyc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpsyd.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpttbn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpttbnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpttbne.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpttmn8a.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpttmnc.pfb
%{_texmfdistdir}/fonts/type1/public/kpfonts/jkpttmne.pfb
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbmiaw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsydw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbsyw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfosnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpfssosnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpkosnmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbmiaw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsydw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbsyw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplfosnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplkosnmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmiaw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplosnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplsybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplsydw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplsyw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkplvosmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmiaw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmit7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkposnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbex.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbmia.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsyb.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbsybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssex.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssfosnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsskosnmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsslbsyb.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsslbsybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsslsyb.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsslsybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmia.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmsc7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmscsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmscsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmscsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssosnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsssyb.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsssybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbxsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbxsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpssvosmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsybw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsydw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpsyw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttbn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttbsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttmn7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttmsl7c.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttosnmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpttvosmsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbxit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbxit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbxn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbxn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbxsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosbxsl8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmi.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmif.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmifw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmit7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmit8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmiw.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmn7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmn8t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmsl7t.vf
%{_texmfdistdir}/fonts/vf/public/kpfonts/jkpvosmsl8t.vf
%{_texmfdistdir}/tex/latex/kpfonts/kpfonts.sty
%{_texmfdistdir}/tex/latex/kpfonts/omljkp.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkpl.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkplvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkplvosw.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkplw.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkpss.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkpssvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkpvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkpvosw.fd
%{_texmfdistdir}/tex/latex/kpfonts/omljkpw.fd
%{_texmfdistdir}/tex/latex/kpfonts/omsjkp.fd
%{_texmfdistdir}/tex/latex/kpfonts/omsjkpl.fd
%{_texmfdistdir}/tex/latex/kpfonts/omsjkplw.fd
%{_texmfdistdir}/tex/latex/kpfonts/omsjkpw.fd
%{_texmfdistdir}/tex/latex/kpfonts/omxjkp.fd
%{_texmfdistdir}/tex/latex/kpfonts/omxjkpl.fd
%{_texmfdistdir}/tex/latex/kpfonts/omxjkpss.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkp.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpl.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkplvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkposn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpss.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpssf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpssfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpssk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpsskf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpsskfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpsskos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpsskosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpsskvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpssos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpssosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpssvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkptt.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpttos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpttosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpttvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpx.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ot1jkpxvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkp.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpk.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpl.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplk.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkplvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkposn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpss.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpssf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpssfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpssk.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpsskf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpsskfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpsskos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpsskosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpsskvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpssos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpssosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpssvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkptt.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpttos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpttosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpttvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpx.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxk.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxos.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/t1jkpxvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkp.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpl.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkplvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkposn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpss.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpssf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpssfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpssk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpsskf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpsskfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpsskos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpsskosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpsskvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpssos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpssosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpssvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkptt.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpttos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpttosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpttvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpx.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxk.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxkf.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxkfosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxkos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxkosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxkvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxosn.fd
%{_texmfdistdir}/tex/latex/kpfonts/ts1jkpxvos.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpexa.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplexa.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplmia.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplmiaw.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplsyb.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplsybw.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplsyc.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplsyd.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkplsydw.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpmia.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpmiaw.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsslsyb.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsslsybw.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpssmia.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsssyb.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsssybw.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsya.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsyb.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsybw.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsyc.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsyd.fd
%{_texmfdistdir}/tex/latex/kpfonts/ujkpsydw.fd
%doc %{_texmfdistdir}/doc/fonts/kpfonts/Kpfonts-Doc-French.pdf
%doc %{_texmfdistdir}/doc/fonts/kpfonts/Kpfonts-Doc-French.tex
%doc %{_texmfdistdir}/doc/fonts/kpfonts/christophe.cls
%doc %{_texmfdistdir}/doc/fonts/kpfonts/kpfonts-abstract.pdf
%doc %{_texmfdistdir}/doc/fonts/kpfonts/kpfonts-abstract.tex
%doc %{_texmfdistdir}/doc/fonts/kpfonts/kpfonts-math-symbols-tables.pdf
%doc %{_texmfdistdir}/doc/fonts/kpfonts/kpfonts-math-symbols-tables.tex
%doc %{_texmfdistdir}/doc/fonts/kpfonts/kpfonts.pdf
%doc %{_texmfdistdir}/doc/fonts/kpfonts/kpfonts.tex
%doc %{_texmfdistdir}/doc/fonts/kpfonts/readme.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.31-3
+ Revision: c68bc8a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20489 |14mr|texlive-ksfh_nat-20111217-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24825
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-ksfh_nat
Version:	20111217
Release:	3
Summary:	TeXLive ksfh_nat package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ksfh_nat.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive ksfh_nat package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/ksfh_nat/ksfh_nat.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111217-3
+ Revision: b4c3d87
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20490 |14mr|texlive-ktv-texdata-05.34-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27369
# category Package
# catalog-ctan /macros/latex/contrib/ktv-texdata
# catalog-date 2012-04-26 12:50:58 +0200
# catalog-license gpl
# catalog-version 05.34
Name:		texlive-ktv-texdata
Version:	05.34
Release:	7
Summary:	Extract subsets of documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ktv-texdata
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ktv-texdata.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ktv-texdata.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ktv-texdata.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines an exercice environment which numbers every
exercise, and a command \get to extract a collection whose
argument is a comma-separated set of exercise index numbers.
While the package was designed for teachers constructing tables
of exercises, it plainly has more general application.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ktv-texdata/ktv-buildnum.sty
%{_texmfdistdir}/tex/latex/ktv-texdata/ktv-texdata.sty
%doc %{_texmfdistdir}/doc/latex/ktv-texdata/README
%doc %{_texmfdistdir}/doc/latex/ktv-texdata/README.txt.doc
%doc %{_texmfdistdir}/doc/latex/ktv-texdata/ktv-data.tex
%doc %{_texmfdistdir}/doc/latex/ktv-texdata/ktv-test.KTVhint
%doc %{_texmfdistdir}/doc/latex/ktv-texdata/ktv-test.tex
%doc %{_texmfdistdir}/doc/latex/ktv-texdata/ktv-texdata.ktvnum
%doc %{_texmfdistdir}/doc/latex/ktv-texdata/ktv-texdata.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ktv-texdata/ktv-texdata.dtx
%doc %{_texmfdistdir}/source/latex/ktv-texdata/ktv-texdata.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 05.34-7
+ Revision: 934cb53
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20491 |14mr|texlive-kurier-0.995b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19612
# category Package
# catalog-ctan /fonts/kurier
# catalog-date 2010-08-03 20:49:06 +0200
# catalog-license gfsl
# catalog-version 0.995b
Name:		texlive-kurier
Version:	0.995b
Release:	3
Summary:	A two-element sans-serif typeface
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/kurier
License:	GFSL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kurier.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kurier.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Kurier is a two-element sans-serif typeface. It was designed
for a diploma in typeface design at the Warsaw Academy of Fine
Arts under the supervision of Roman Tomaszewski. This
distribution contains a significantly extended set of
characters covering the following modern alphabets: latin
(including Vietnamese), Cyrillic and Greek as well as a number
of additional symbols (including mathematical symbols). The
fonts are prepared in Type 1 and OpenType formats. For use with
TeX the following encoding files have been prepared: T1 (ec),
T2 (abc), and OT2--Cyrillic, T5 (Vietnamese), OT4, QX, texansi
and--nonstandard (IL2 for the Czech fonts), as well as
supporting macros and files defining fonts for LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierb.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierbi.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercb.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercbi.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierch.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierchi.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercl.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercli.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercm.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercmi.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercr.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercri.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierh.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierhi.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierl.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierli.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierm.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriermi.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierr.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierri.afm
%{_texmfdistdir}/fonts/enc/dvips/kurier/cs-kurier-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/cs-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/ec-kurier-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/ec-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/ex-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/greek-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/l7x-kurier-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/l7x-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/mi-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/qx-kurier-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/qx-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/rm-kurier-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/rm-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/sy-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/t2a-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/t2b-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/t2c-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/t5-kurier-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/t5-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/texnansi-kurier-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/texnansi-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/ts1-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/wncy-kurier.enc
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-cs.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-ec.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-ex.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-greek.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-l7x.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-mi.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-qx.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-rm.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-sy.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-t2a.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-t2b.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-t2c.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-t5.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-ts1.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-wncy.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier.map
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/Kurier-Bold.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/Kurier-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/Kurier-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/Kurier-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCond-Bold.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCond-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCond-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCond-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCondHeavy-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCondHeavy-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCondLight-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCondLight-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCondMedium-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCondMedium-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierHeavy-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierHeavy-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierLight-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierLight-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierMedium-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierMedium-Regular.otf
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierch-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierchi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierh-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierhi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriermi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierch-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierchi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierh-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierhi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriermi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierch-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierchi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierh-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierhi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriermi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierch-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierchi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierh-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierhi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriermi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierch-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierchi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierh-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierhi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriermi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kurierbz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kuriercbz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kurierchz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kurierclz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kuriercmz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kuriercrz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kurierhz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kurierlz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kuriermz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kurierrz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierch-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierchi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierh-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierhi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriermi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierch-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierchi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierh-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierhi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriermi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierri.tfm
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierb.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierbi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercb.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercbi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierch.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierchi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercl.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercli.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercm.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercmi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercr.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercri.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierh.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierhi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierl.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierli.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierm.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriermi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierr.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierri.pfb
%{_texmfdistdir}/tex/latex/kurier/il2kurier.fd
%{_texmfdistdir}/tex/latex/kurier/il2kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/il2kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/il2kurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/kurier.sty
%{_texmfdistdir}/tex/latex/kurier/l7xkurier.fd
%{_texmfdistdir}/tex/latex/kurier/l7xkurierc.fd
%{_texmfdistdir}/tex/latex/kurier/l7xkurierl.fd
%{_texmfdistdir}/tex/latex/kurier/l7xkurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/ly1kurier.fd
%{_texmfdistdir}/tex/latex/kurier/ly1kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/ly1kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/ly1kurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/omlkurier.fd
%{_texmfdistdir}/tex/latex/kurier/omlkurierc.fd
%{_texmfdistdir}/tex/latex/kurier/omlkurierl.fd
%{_texmfdistdir}/tex/latex/kurier/omlkurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/omskurier.fd
%{_texmfdistdir}/tex/latex/kurier/omskurierc.fd
%{_texmfdistdir}/tex/latex/kurier/omskurierl.fd
%{_texmfdistdir}/tex/latex/kurier/omskurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/omxkurier.fd
%{_texmfdistdir}/tex/latex/kurier/omxkurierc.fd
%{_texmfdistdir}/tex/latex/kurier/omxkurierl.fd
%{_texmfdistdir}/tex/latex/kurier/omxkurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kurier.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kuriercm.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kurierlcm.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kurierlm.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kurierm.fd
%{_texmfdistdir}/tex/latex/kurier/ot2kurier.fd
%{_texmfdistdir}/tex/latex/kurier/ot2kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/ot2kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/ot2kurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/ot4kurier.fd
%{_texmfdistdir}/tex/latex/kurier/ot4kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/ot4kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/ot4kurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/qxkurier.fd
%{_texmfdistdir}/tex/latex/kurier/qxkurierc.fd
%{_texmfdistdir}/tex/latex/kurier/qxkurierl.fd
%{_texmfdistdir}/tex/latex/kurier/qxkurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/t1kurier.fd
%{_texmfdistdir}/tex/latex/kurier/t1kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/t1kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/t1kurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/t2akurier.fd
%{_texmfdistdir}/tex/latex/kurier/t2akurierc.fd
%{_texmfdistdir}/tex/latex/kurier/t2akurierl.fd
%{_texmfdistdir}/tex/latex/kurier/t2akurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/t2bkurier.fd
%{_texmfdistdir}/tex/latex/kurier/t2bkurierc.fd
%{_texmfdistdir}/tex/latex/kurier/t2bkurierl.fd
%{_texmfdistdir}/tex/latex/kurier/t2bkurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/t2ckurier.fd
%{_texmfdistdir}/tex/latex/kurier/t2ckurierc.fd
%{_texmfdistdir}/tex/latex/kurier/t2ckurierl.fd
%{_texmfdistdir}/tex/latex/kurier/t2ckurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/t5kurier.fd
%{_texmfdistdir}/tex/latex/kurier/t5kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/t5kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/t5kurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/ts1kurier.fd
%{_texmfdistdir}/tex/latex/kurier/ts1kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/ts1kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/ts1kurierlc.fd
%{_texmfdistdir}/tex/plain/kurier/kurier-math.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/00readme.eng
%doc %{_texmfdistdir}/doc/fonts/kurier/00readme.pol
%doc %{_texmfdistdir}/doc/fonts/kurier/GUST-FONT-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-info-src.zip
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-info.pdf
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-latex-cyr.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-latex-math.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-latex-pl.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-latex-t2a.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-latex-t5.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-mathtest.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-table.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.995b-3
+ Revision: 47d843d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20492 |14mr|texlive-l2picfaq-1.50-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19601
# category Package
# catalog-ctan /info/l2picfaq/german
# catalog-date 2010-08-29 15:51:21 +0200
# catalog-license fdl
# catalog-version 1.50
Name:		texlive-l2picfaq
Version:	1.50
Release:	3
Summary:	LaTeX pictures "how-to" (German)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/l2picfaq/german
License:	FDL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l2picfaq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l2picfaq.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The document (in German) is a collection of "how-to" notes
about LaTeX and pictures. The aim of the document is to provide
a solution, in the form of some sample code, for every problem.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/l2picfaq/README
%doc %{_texmfdistdir}/doc/latex/l2picfaq/ctanlion.pdf
%doc %{_texmfdistdir}/doc/latex/l2picfaq/gfdl.tex
%doc %{_texmfdistdir}/doc/latex/l2picfaq/l2picfaq.pdf
%doc %{_texmfdistdir}/doc/latex/l2picfaq/l2picfaq.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.50-3
+ Revision: cb41928
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20493 |14mr|texlive-l2tabu-2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24038
# category Package
# catalog-ctan /info/l2tabu/german
# catalog-date 2011-09-21 00:38:26 +0200
# catalog-license gpl
# catalog-version 2.3
Name:		texlive-l2tabu
Version:	2.3
Release:	3
Summary:	Obsolete packages and commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/l2tabu/german
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The "sins" of LaTeX users, and how to correct them. The
document provides a list of obsolete packages and commands
(this original is in German; it has been translated into
English, French, Italian and Spanish).

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/l2tabu/CHANGES
%doc %{_texmfdistdir}/doc/latex/l2tabu/README
%doc %{_texmfdistdir}/doc/latex/l2tabu/l2tabu.pdf
%doc %{_texmfdistdir}/doc/latex/l2tabu/l2tabu.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3-3
+ Revision: 8684d6c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20494 |14mr|texlive-l2tabu-english-1.8.5.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/l2tabu/english
# catalog-date 2008-03-16 17:19:11 +0100
# catalog-license gpl
# catalog-version 1.8.5.7
Name:		texlive-l2tabu-english
Version:	1.8.5.7
Release:	3
Summary:	English translation of "Obsolete packages and commands"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/l2tabu/english
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu-english.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu-english.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
English translation of the l2tabu practical guide to LaTeX2e by
Mark Trettin. A list of obsolete packages and commands.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/l2tabu-english/l2tabuen.pdf
%doc %{_texmfdistdir}/doc/latex/l2tabu-english/l2tabuen.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.5.7-3
+ Revision: 3d7c3e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20495 |14mr|texlive-l2tabu-french-20061215-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/l2tabu/french
# catalog-date 2006-12-15 14:14:43 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-l2tabu-french
Version:	20061215
Release:	3
Summary:	French translation of l2tabu
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/l2tabu/french
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu-french.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu-french.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
French translation of l2tabu.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/l2tabu-french/README
%doc %{_texmfdistdir}/doc/latex/l2tabu-french/l2tabufr-heavy.pdf
%doc %{_texmfdistdir}/doc/latex/l2tabu-french/l2tabufr-light.pdf
%doc %{_texmfdistdir}/doc/latex/l2tabu-french/l2tabufr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061215-3
+ Revision: 3a7464c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20496 |14mr|texlive-l2tabu-it-1.8.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/l2tabu/italian
# catalog-date 2006-12-15 14:14:43 +0100
# catalog-license gpl
# catalog-version 1.8.4
Name:		texlive-l2tabu-it
Version:	1.8.4
Release:	3
Summary:	Italian Translation of Obsolete packages and commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/l2tabu/italian
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu-it.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu-it.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
Italian translation of the l2tabu practical guide to LaTeX2e (a
list of obsolete packages and commands).

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/l2tabu-it/l2tabuit.pdf
%doc %{_texmfdistdir}/doc/latex/l2tabu-it/l2tabuit.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.4-3
+ Revision: c4db3e9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20497 |14mr|texlive-l2tabu-italian-1.8.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25218
# category Package
# catalog-ctan /info/l2tabu/italian
# catalog-date 2011-09-21 00:42:21 +0200
# catalog-license gpl
# catalog-version 1.8.4
Name:		texlive-l2tabu-italian
Version:	1.8.4
Release:	2
Summary:	Italian Translation of Obsolete packages and commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/l2tabu/italian
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu-italian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu-italian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
Italian translation of the l2tabu practical guide to LaTeX2e (a
list of obsolete packages and commands).

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/l2tabu-italian/l2tabuit.pdf
%doc %{_texmfdistdir}/doc/latex/l2tabu-italian/l2tabuit.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.4-2
+ Revision: ae2ba83
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20498 |14mr|texlive-l2tabu-spanish-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/l2tabu/spanish
# catalog-date 2008-08-22 10:50:40 +0200
# catalog-license pd
# catalog-version 1.1
Name:		texlive-l2tabu-spanish
Version:	1.1
Release:	3
Summary:	Spanish translation of "Obsolete packages and commands"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/l2tabu/spanish
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu-spanish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu-spanish.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A Spanish translation of the l2tabu practical guide to LaTeX2e
by Mark Trettin. A list of obsolete packages, commands and
usages.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/l2tabu-spanish/README
%doc %{_texmfdistdir}/doc/latex/l2tabu-spanish/l2tabues.pdf
%doc %{_texmfdistdir}/doc/latex/l2tabu-spanish/l2tabues.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: a658e72
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20499 |14mr|texlive-l3experimental-SVN3990-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27107
# category Package
# catalog-ctan /macros/latex/contrib/l3experimental
# catalog-date 2012-07-16 14:27:23 +0200
# catalog-license lppl1.3
# catalog-version SVN 3990
Name:		texlive-l3experimental
Version:	SVN3990
Release:	2
Summary:	Experimental LaTeX3 concepts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/l3experimental
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3experimental.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3experimental.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3experimental.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The l3experimental packages are a collection of experimental
implementations for aspects of the LaTeX3 kernel, dealing with
higher-level ideas such as the Designer Interface. Some of them
work as stand alone packages, providing new functionality, and
can be used on top of LaTeX2e with no changes to the existing
kernel. The present release includes: - xgalley, which controls
boxes receiving text for typesetting. - l3dt: kernel support
for data tables; - l3galley: kernel support for xgalley; -
l3regex: kernel support for regular expression search and
replace operations; - l3sort: kernel support for sorting
sequences, token lists or comma-lists, according to user-
specified comparison criteria; - l3str: kernel support for
string manipulation; - l3tl-build: kernel support for token
list building; - l3tl_analysis: kernel support for token list
analysis; and - xcoffins, which allows the alignment of boxes
using a series of 'handle' positions, supplementing the simple
TeX reference point. All the files of the bundle are also
available in the Subversion (SVN) repository of the LaTeX3
Project. The bundle on CTAN is based on a snapshot of the SVN
repository on 2012-07-16.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/l3experimental/l3dt/l3dt.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3sort/l3sort.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3flag.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3regex-trace.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3regex.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3str.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3tl-analysis.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3tl-build.sty
%{_texmfdistdir}/tex/latex/l3experimental/xcoffins/xcoffins.sty
%{_texmfdistdir}/tex/latex/l3experimental/xgalley/l3galley.sty
%{_texmfdistdir}/tex/latex/l3experimental/xgalley/xgalley.sty
%doc %{_texmfdistdir}/doc/latex/l3experimental/README
%doc %{_texmfdistdir}/doc/latex/l3experimental/l3dt/l3dt.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/l3sort/l3sort.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/l3str/l3flag.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/l3str/l3regex.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/l3str/l3str.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/l3str/l3tl-analysis.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/l3str/l3tl-build.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/xcoffins/xcoffins.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/xgalley/l3galley.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/xgalley/xgalley.pdf
#- source
%doc %{_texmfdistdir}/source/latex/l3experimental/l3dt/l3dt.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/l3dt/l3dt.ins
%doc %{_texmfdistdir}/source/latex/l3experimental/l3sort/l3sort.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/l3sort/l3sort.ins
%doc %{_texmfdistdir}/source/latex/l3experimental/l3str/l3flag.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/l3str/l3regex.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/l3str/l3str.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/l3str/l3str.ins
%doc %{_texmfdistdir}/source/latex/l3experimental/l3str/l3tl-analysis.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/l3str/l3tl-build.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/xcoffins/xcoffins.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/xcoffins/xcoffins.ins
%doc %{_texmfdistdir}/source/latex/l3experimental/xgalley/l3galley.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/xgalley/xgalley.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/xgalley/xgalley.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> SVN3990-2
+ Revision: 7ecb7f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20500 |14mr|texlive-l3kernel-SVN3990-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27108
# category Package
# catalog-ctan /macros/latex/contrib/l3kernel
# catalog-date 2012-07-16 14:26:04 +0200
# catalog-license lppl1.3
# catalog-version SVN 3990
Name:		texlive-l3kernel
Epoch:		1
Version:	SVN3990
Release:	2
Summary:	LaTeX3 programming conventions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/l3kernel
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3kernel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3kernel.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3kernel.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The l3kernel bundle provides an implementation of the LaTeX3
programmers' interface, as a set of packages that run under
LaTeX 2e. The interface provides the foundation on which the
LaTeX3 kernel and other future code are built: it is an API for
TeX programmers. The packages are set up so that the LaTeX3
conventions can be used with regular LaTeX 2e packages. All the
files of the bundle are also available in the Subversion (SVN)
repository of the LaTeX3 Project. The bundle on CTAN is based
on a snapshot of the SVN repository on 2012-07-16.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/l3kernel/l3doc.ist
%{_texmfdistdir}/tex/latex/l3kernel/expl3.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3basics.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3bootstrap.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3box.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3candidates.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3clist.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3coffins.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3color.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3doc.cls
%{_texmfdistdir}/tex/latex/l3kernel/l3docstrip.tex
%{_texmfdistdir}/tex/latex/l3kernel/l3expan.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3file.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3fp.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3int.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3keys.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3luatex.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3msg.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3names.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3prg.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3prop.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3quark.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3seq.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3skip.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3tl.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3token.sty
%doc %{_texmfdistdir}/doc/latex/l3kernel/README
%doc %{_texmfdistdir}/doc/latex/l3kernel/expl3.pdf
%doc %{_texmfdistdir}/doc/latex/l3kernel/interface3.pdf
%doc %{_texmfdistdir}/doc/latex/l3kernel/interface3.tex
%doc %{_texmfdistdir}/doc/latex/l3kernel/l3docstrip.pdf
%doc %{_texmfdistdir}/doc/latex/l3kernel/l3styleguide.pdf
%doc %{_texmfdistdir}/doc/latex/l3kernel/l3styleguide.tex
%doc %{_texmfdistdir}/doc/latex/l3kernel/l3syntax-changes.pdf
%doc %{_texmfdistdir}/doc/latex/l3kernel/l3syntax-changes.tex
%doc %{_texmfdistdir}/doc/latex/l3kernel/source3.pdf
%doc %{_texmfdistdir}/doc/latex/l3kernel/source3.tex
%doc %{_texmfdistdir}/doc/latex/l3kernel/source3body.tex
#- source
%doc %{_texmfdistdir}/source/latex/l3kernel/expl3.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3alloc.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3basics.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3bootstrap.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3box.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3candidates.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3clist.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3coffins.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3color.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3doc.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3docstrip.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3drivers.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3expan.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3file.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3final.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-assign.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-aux.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-basics.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-convert.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-expo.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-extended.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-logic.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-old.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-parse.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-round.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-traps.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-trig.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3int.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3keys.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3luatex.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3msg.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3names.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3prg.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3prop.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3quark.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3seq.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3skip.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3tl.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3token.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:SVN3990-2
+ Revision: ca66554
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20501 |14mr|texlive-l3packages-SVN3990-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27109
# category Package
# catalog-ctan /macros/latex/contrib/l3packages
# catalog-date 2012-07-16 14:26:04 +0200
# catalog-license lppl1.3
# catalog-version SVN 3990
Name:		texlive-l3packages
Epoch:		1
Version:	SVN3990
Release:	2
Summary:	High-level LaTeX3 concepts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/l3packages
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3packages.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3packages.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3packages.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle holds prototype implementations of concepts for a
LaTeX designer interface, to be used with the experimental
LaTeX kernel as programming tools and kernel support. Packages
provided in this release are: - l3keys2e, which makes the
facilities of the kernel module l3keys available for use by
LaTeX 2e packages; - xfrac, which provides flexible split-level
fractions; - xparse, which provides a high-level interface for
declaring document commands; and - xtemplate, which provides a
means of defining generic functions using a key-value syntax.
All the files of the bundle are also available in the
Subversion (SVN) repository of the LaTeX3 Project. The bundle
on CTAN is based on a snapshot of the SVN repository on 2012-
07-16.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/l3packages/l3keys2e/l3keys2e.sty
%{_texmfdistdir}/tex/latex/l3packages/xfrac/xfrac.sty
%{_texmfdistdir}/tex/latex/l3packages/xparse/xparse.sty
%{_texmfdistdir}/tex/latex/l3packages/xtemplate/xtemplate.sty
%doc %{_texmfdistdir}/doc/latex/l3packages/README
%doc %{_texmfdistdir}/doc/latex/l3packages/l3keys2e/l3keys2e.pdf
%doc %{_texmfdistdir}/doc/latex/l3packages/xfrac/xfrac.pdf
%doc %{_texmfdistdir}/doc/latex/l3packages/xparse/xparse.pdf
%doc %{_texmfdistdir}/doc/latex/l3packages/xtemplate/xtemplate.pdf
#- source
%doc %{_texmfdistdir}/source/latex/l3packages/l3keys2e/l3keys2e.dtx
%doc %{_texmfdistdir}/source/latex/l3packages/l3keys2e/l3keys2e.ins
%doc %{_texmfdistdir}/source/latex/l3packages/xfrac/xfrac.dtx
%doc %{_texmfdistdir}/source/latex/l3packages/xfrac/xfrac.ins
%doc %{_texmfdistdir}/source/latex/l3packages/xparse/xparse.dtx
%doc %{_texmfdistdir}/source/latex/l3packages/xparse/xparse.ins
%doc %{_texmfdistdir}/source/latex/l3packages/xtemplate/xtemplate.dtx
%doc %{_texmfdistdir}/source/latex/l3packages/xtemplate/xtemplate.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:SVN3990-2
+ Revision: 71c012b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20502 |14mr|texlive-labbook-20080330-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/labbook
# catalog-date 2008-03-30 20:37:26 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-labbook
Version:	20080330
Release:	3
Summary:	Typeset laboratory journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/labbook
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labbook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labbook.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labbook.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This class is designed to typeset laboratory journals that
contain chronologically ordered records about experiments. From
the sectioning commands, an experiment index is generated. The
class is based on the KOMA-Script class scrbook.cls. There can
be several index entries for one experiment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/labbook/labbook.cls
%doc %{_texmfdistdir}/doc/latex/labbook/README
%doc %{_texmfdistdir}/doc/latex/labbook/boilerplates.tex
%doc %{_texmfdistdir}/doc/latex/labbook/examplde.tex
%doc %{_texmfdistdir}/doc/latex/labbook/examplen.tex
%doc %{_texmfdistdir}/doc/latex/labbook/labboode.pdf
%doc %{_texmfdistdir}/doc/latex/labbook/labboode.tex
%doc %{_texmfdistdir}/doc/latex/labbook/labbook.el
%doc %{_texmfdistdir}/doc/latex/labbook/labbook.pdf
#- source
%doc %{_texmfdistdir}/source/latex/labbook/labbook.dtx
%doc %{_texmfdistdir}/source/latex/labbook/labbook.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080330-3
+ Revision: 96aa4df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20503 |14mr|texlive-labelcas-1.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/labelcas
# catalog-date 2007-03-08 21:58:53 +0100
# catalog-license lppl
# catalog-version 1.12
Name:		texlive-labelcas
Version:	1.12
Release:	3
Summary:	Check the existence of labels, and fork accordingly
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/labelcas
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labelcas.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labelcas.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labelcas.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines two commands: - \eachlabelcase, which
distinguishes whether a set of labels is defined, and for each
label either queues action accordingly, or appends the action
to a macro; and - \lotlabelcase, which takes a comma-separated
list of label names, and distinguishes the resulting action on
whether all were defined, whether none were defined, whether
not all were defined, or whether the lest is empty (again, the
action resulting from \lotlabelcase may be written to a macro).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/labelcas/labelcas.sty
%doc %{_texmfdistdir}/doc/latex/labelcas/README
%doc %{_texmfdistdir}/doc/latex/labelcas/labelcas.pdf
#- source
%doc %{_texmfdistdir}/source/latex/labelcas/labelcas.dtx
%doc %{_texmfdistdir}/source/latex/labelcas/labelcas.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.12-3
+ Revision: 53e363d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20504 |14mr|texlive-labels-.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/labels
# catalog-date 2009-09-29 00:01:21 +0200
# catalog-license lppl1.2
# catalog-version .13
Name:		texlive-labels
Version:	.13
Release:	3
Summary:	Print sheets of sticky labels
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/labels
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labels.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labels.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labels.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package to print a regular grid of ragged-right labels
on a page, suitable for sheets of labels which can be fed
through a printer. Macros are provided to allow easy input of
names and addresses in a form free of TeX markup. Equally
useful is a feature for making multiple copies of a single
label, e.g., return address stickers to go with the labels.
Rows, columns, borders can all be specified to match the label
sheet being used.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/labels/labels.sty
%{_texmfdistdir}/tex/latex/labels/olabels.sty
%doc %{_texmfdistdir}/doc/latex/labels/README
%doc %{_texmfdistdir}/doc/latex/labels/labels.pdf
%doc %{_texmfdistdir}/doc/latex/labels/test/avery5162.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/badge.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/beebe.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/door.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/door209.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/names.dat
%doc %{_texmfdistdir}/doc/latex/labels/test/news.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test1.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test10.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test11.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test12.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test2.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test3.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test4.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test5.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test6.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test7.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test8.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test9.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew1.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew10.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew11.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew12.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew13.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew2.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew3.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew4.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew5.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew6.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew7.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew8.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew9.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/zwekform.tex
#- source
%doc %{_texmfdistdir}/source/latex/labels/labels.dtx
%doc %{_texmfdistdir}/source/latex/labels/labels.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> .13-3
+ Revision: 6048e24
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20505 |14mr|texlive-lacheck-1.26-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /support/lacheck
# catalog-date 2012-06-24 00:35:21 +0200
# catalog-license gpl
# catalog-version 1.26
Name:		texlive-lacheck
Version:	1.26
Release:	9
Summary:	LaTeX checker
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/lacheck
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lacheck.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-lacheck.bin

%description
Lacheck is a tool for finding common mistakes in LaTeX
documents. The distribution includes sources, and executables
for OS/2 and Win32 environments.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_mandir}/man1/lacheck.1*
%{_texmfdistdir}/doc/man/man1/lacheck.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.26-9
+ Revision: 0089917
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20506 |14mr|texlive-lambda-20131011-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28669
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-lambda
Version:	20131011
Release:	6
Summary:	TeXLive lambda package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lambda.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive lambda package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lambda/base/UT1cmr.fd
%{_texmfdistdir}/tex/lambda/base/UT1omlgc.fd
%{_texmfdistdir}/tex/lambda/base/elhyph16.tex
%{_texmfdistdir}/tex/lambda/base/french.bgd
%{_texmfdistdir}/tex/lambda/base/french.lay
%{_texmfdistdir}/tex/lambda/base/grcodes.tex
%{_texmfdistdir}/tex/lambda/base/greek.bgd
%{_texmfdistdir}/tex/lambda/base/greek.lay
%{_texmfdistdir}/tex/lambda/base/grmhyph.tex
%{_texmfdistdir}/tex/lambda/base/inuit.hpn
%{_texmfdistdir}/tex/lambda/base/lambda.tex
%{_texmfdistdir}/tex/lambda/base/lchcmr.fd
%{_texmfdistdir}/tex/lambda/base/lchenc.def
%{_texmfdistdir}/tex/lambda/base/ocherokee.sty
%{_texmfdistdir}/tex/lambda/base/odev.sty
%{_texmfdistdir}/tex/lambda/base/ojapan.sty
%{_texmfdistdir}/tex/lambda/base/omarab.cfg
%{_texmfdistdir}/tex/lambda/base/omega.sty
%{_texmfdistdir}/tex/lambda/base/omlgc.cfg
%{_texmfdistdir}/tex/lambda/base/ot1omarb.fd
%{_texmfdistdir}/tex/lambda/base/ot1omlgc.fd
%{_texmfdistdir}/tex/lambda/base/ot1uctt.fd
%{_texmfdistdir}/tex/lambda/base/usenglish.bgd
%{_texmfdistdir}/tex/lambda/base/usenglish.lay
%{_texmfdistdir}/tex/lambda/base/ut1enc.def
%{_texmfdistdir}/tex/lambda/config/lambda.ini
%{_texmfdistdir}/tex/lambda/config/language.dat

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131011-6
+ Revision: 89d0f3d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20507 |14mr|texlive-lambda-lists-20130809-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31402
# category Package
# catalog-ctan /macros/generic/lambda-lists
# catalog-date 2013-08-09 20:26:41 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-lambda-lists
Version:	20130809
Release:	6
Summary:	Lists in TeX's mouth
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/lambda-lists
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lambda-lists.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lambda-lists.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These list-processing macros avoid the reassignments employed
in the macros shown in Appendix D of the TeXbook: all the
manipulations take place in what Knuth is pleased to call
"TeX's mouth".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/lambda-lists/lambda.sty
%doc %{_texmfdistdir}/doc/plain/lambda-lists/README
%doc %{_texmfdistdir}/doc/plain/lambda-lists/lambda-lists.pdf
%doc %{_texmfdistdir}/doc/plain/lambda-lists/lambda-lists.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130809-6
+ Revision: ed0e396
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20508 |14mr|texlive-langcode-20131019-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27764
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-langcode
Version:	20131019
Release:	6
Summary:	TeXLive langcode package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/langcode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/langcode.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/langcode.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive langcode package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/langcode/langcode.sty
%doc %{_texmfdistdir}/doc/generic/langcode/README
%doc %{_texmfdistdir}/doc/generic/langcode/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/generic/langcode/langcode.pdf
#- source
%doc %{_texmfdistdir}/source/generic/langcode/langcode.tex
%doc %{_texmfdistdir}/source/generic/langcode/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131019-6
+ Revision: c83c3e3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20509 |14mr|texlive-lapdf-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23806
# category Package
# catalog-ctan /macros/latex/contrib/lapdf
# catalog-date 2011-09-04 01:09:50 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-lapdf
Version:	1.1
Release:	3
Summary:	PDF drawing directly in TeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lapdf
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lapdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lapdf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to use PDF drawing primitives to
produce high quality, colored graphics. It - uses Bezier curves
(integral and rational) from degree one to seven, - allows TeX
typesetting in the graphic, - offers most of the standard math
functions, - allows plotting normal, parametric and polar
functions. The package has linear, logx, logy, logxy and polar
grids with many specs; - it can rotate, clip and do many nice
things easily - it has two looping commands for programming and
many instructive example files. The package requires pdfTeX but
otherwise only depends on the calc package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lapdf/lapdf.sty
%doc %{_texmfdistdir}/doc/latex/lapdf/README
%doc %{_texmfdistdir}/doc/latex/lapdf/arcs.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/arcs.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/bezier.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/bezier.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/bezinfo.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/bezinfo.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/buttrfly.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/buttrfly.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/cfamily.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/cfamily.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/chrysant.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/chrysant.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/circle.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/circle.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/colors.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/colors.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/conic.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/conic.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/curve.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/curve.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/curveto.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/curveto.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/cycloid.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/cycloid.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/drawing.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/drawing.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/ellipse.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/ellipse.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/fplot.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/fplot.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/geometry.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/geometry.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/grids.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/grids.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/hippo.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/hippo.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/lapdf.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/lapdf.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/licence.txt
%doc %{_texmfdistdir}/doc/latex/lapdf/line.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/line.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/polygon.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/polygon.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/polynom.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/polynom.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/pplot.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/pplot.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/preamble.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/pythagor.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/pythagor.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/qcircle.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/qcircle.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/quartic.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/quartic.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/rational.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/rational.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/rcircle.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/rcircle.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/rcurve.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/rcurve.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/recttria.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/recttria.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/roundtri.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/roundtri.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/rparams.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/rparams.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/superell.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/superell.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/tplot.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/tplot.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/trochoid.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/trochoid.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/turtle.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/turtle.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/vector.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/vector.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 723d0ad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20510 |14mr|texlive-lastpage-1.2l-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28985
# category Package
# catalog-ctan /macros/latex/contrib/lastpage
# catalog-date 2013-01-29 10:13:54 +0100
# catalog-license gpl2
# catalog-version 1.2l
Name:		texlive-lastpage
Version:	1.2l
Release:	6
Summary:	Reference last page for Page N of M type footers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lastpage
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lastpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lastpage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lastpage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Reference the number of pages in your LaTeX document through
the introduction of a new label which can be referenced like
\pageref{LastPage} to give a reference to the last page of a
document. It is particularly useful in the page footer that
says: Page N of M.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lastpage/lastpage.sty
%{_texmfdistdir}/tex/latex/lastpage/lastpage209.sty
%doc %{_texmfdistdir}/doc/latex/lastpage/README
%doc %{_texmfdistdir}/doc/latex/lastpage/lastpage-example.pdf
%doc %{_texmfdistdir}/doc/latex/lastpage/lastpage-example.tex
%doc %{_texmfdistdir}/doc/latex/lastpage/lastpage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lastpage/lastpage.drv
%doc %{_texmfdistdir}/source/latex/lastpage/lastpage.dtx
%doc %{_texmfdistdir}/source/latex/lastpage/lastpage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2l-6
+ Revision: 9fb1381
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20511 |14mr|texlive-latex-20130306-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32901
# category Package
# catalog-ctan undef
# catalog-date 2013-03-06 18:48:43 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-latex
Version:	20130306
Release:	2
Summary:	A TeX macro package that defines LaTeX
Group:		Publishing
URL:		http://tug.org/texlive
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex.source.tar.xz
# revision 29764
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Source3:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-bin.tar.xz
Source4:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-bin.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-luatex
Requires:	texlive-pdftex
Requires:	texlive-latexconfig
Requires:	texlive-latex-fonts
Requires:	texlive-latex.bin
%rename texlive-latex-bin

%description
LaTeX is a widely-used macro package for TeX, providing many
basic document formating commands extended by a wide range of
packages. It is a development of Leslie Lamport's original
LaTeX 2.09, and superseded the older system in June 1994. The
basic distribution is catalogued separately, at latex-base;
apart from a large set of contributed packages and third-party
documentation (elsewhere on the archive), the distribution
includes: - a bunch of required packages, which LaTeX authors
are "entitled to assume" will be present on any system running
LaTeX; and - a minimal set of documentation detailing
differences from the 'old' version of LaTeX in the areas of
user commands, font selection and control, class and package
writing, font encodings, configuration options and modification
of LaTeX. For downloading details, see the linked catalogue
entries above.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_fmtutil_d/latex
%{_texmfdistdir}/makeindex/latex/gglo.ist
%{_texmfdistdir}/makeindex/latex/gind.ist
%{_texmfdistdir}/tex/latex/base/alltt.sty
%{_texmfdistdir}/tex/latex/base/ansinew.def
%{_texmfdistdir}/tex/latex/base/applemac.def
%{_texmfdistdir}/tex/latex/base/article.cls
%{_texmfdistdir}/tex/latex/base/article.sty
%{_texmfdistdir}/tex/latex/base/ascii.def
%{_texmfdistdir}/tex/latex/base/bezier.sty
%{_texmfdistdir}/tex/latex/base/bk10.clo
%{_texmfdistdir}/tex/latex/base/bk11.clo
%{_texmfdistdir}/tex/latex/base/bk12.clo
%{_texmfdistdir}/tex/latex/base/book.cls
%{_texmfdistdir}/tex/latex/base/book.sty
%{_texmfdistdir}/tex/latex/base/cp1250.def
%{_texmfdistdir}/tex/latex/base/cp1252.def
%{_texmfdistdir}/tex/latex/base/cp1257.def
%{_texmfdistdir}/tex/latex/base/cp437.def
%{_texmfdistdir}/tex/latex/base/cp437de.def
%{_texmfdistdir}/tex/latex/base/cp850.def
%{_texmfdistdir}/tex/latex/base/cp852.def
%{_texmfdistdir}/tex/latex/base/cp858.def
%{_texmfdistdir}/tex/latex/base/cp865.def
%{_texmfdistdir}/tex/latex/base/decmulti.def
%{_texmfdistdir}/tex/latex/base/doc.sty
%{_texmfdistdir}/tex/latex/base/docstrip.tex
%{_texmfdistdir}/tex/latex/base/exscale.sty
%{_texmfdistdir}/tex/latex/base/fix-cm.sty
%{_texmfdistdir}/tex/latex/base/fixltx2e.sty
%{_texmfdistdir}/tex/latex/base/flafter.sty
%{_texmfdistdir}/tex/latex/base/fleqn.clo
%{_texmfdistdir}/tex/latex/base/fleqn.sty
%{_texmfdistdir}/tex/latex/base/fontenc.sty
%{_texmfdistdir}/tex/latex/base/fontmath.cfg
%{_texmfdistdir}/tex/latex/base/fontmath.ltx
%{_texmfdistdir}/tex/latex/base/fonttext.cfg
%{_texmfdistdir}/tex/latex/base/fonttext.ltx
%{_texmfdistdir}/tex/latex/base/graphpap.sty
%{_texmfdistdir}/tex/latex/base/hyphen.ltx
%{_texmfdistdir}/tex/latex/base/idx.tex
%{_texmfdistdir}/tex/latex/base/ifthen.sty
%{_texmfdistdir}/tex/latex/base/inputenc.sty
%{_texmfdistdir}/tex/latex/base/lablst.tex
%{_texmfdistdir}/tex/latex/base/latex.ltx
%{_texmfdistdir}/tex/latex/base/latex209.def
%{_texmfdistdir}/tex/latex/base/latexbug.tex
%{_texmfdistdir}/tex/latex/base/latexsym.sty
%{_texmfdistdir}/tex/latex/base/latin1.def
%{_texmfdistdir}/tex/latex/base/latin10.def
%{_texmfdistdir}/tex/latex/base/latin2.def
%{_texmfdistdir}/tex/latex/base/latin3.def
%{_texmfdistdir}/tex/latex/base/latin4.def
%{_texmfdistdir}/tex/latex/base/latin5.def
%{_texmfdistdir}/tex/latex/base/latin9.def
%{_texmfdistdir}/tex/latex/base/lcyenc.dfu
%{_texmfdistdir}/tex/latex/base/leqno.clo
%{_texmfdistdir}/tex/latex/base/leqno.sty
%{_texmfdistdir}/tex/latex/base/letter.cls
%{_texmfdistdir}/tex/latex/base/letter.sty
%{_texmfdistdir}/tex/latex/base/lppl.tex
%{_texmfdistdir}/tex/latex/base/ltnews.cls
%{_texmfdistdir}/tex/latex/base/ltpatch.ltx
%{_texmfdistdir}/tex/latex/base/ltxcheck.tex
%{_texmfdistdir}/tex/latex/base/ltxdoc.cls
%{_texmfdistdir}/tex/latex/base/ltxguide.cls
%{_texmfdistdir}/tex/latex/base/ly1enc.dfu
%{_texmfdistdir}/tex/latex/base/macce.def
%{_texmfdistdir}/tex/latex/base/makeidx.sty
%{_texmfdistdir}/tex/latex/base/minimal.cls
%{_texmfdistdir}/tex/latex/base/newlfont.sty
%{_texmfdistdir}/tex/latex/base/next.def
%{_texmfdistdir}/tex/latex/base/nfssfont.tex
%{_texmfdistdir}/tex/latex/base/oldlfont.sty
%{_texmfdistdir}/tex/latex/base/omlcmm.fd
%{_texmfdistdir}/tex/latex/base/omlcmr.fd
%{_texmfdistdir}/tex/latex/base/omlenc.def
%{_texmfdistdir}/tex/latex/base/omllcmm.fd
%{_texmfdistdir}/tex/latex/base/omscmr.fd
%{_texmfdistdir}/tex/latex/base/omscmsy.fd
%{_texmfdistdir}/tex/latex/base/omsenc.def
%{_texmfdistdir}/tex/latex/base/omsenc.dfu
%{_texmfdistdir}/tex/latex/base/omslcmsy.fd
%{_texmfdistdir}/tex/latex/base/omxcmex.fd
%{_texmfdistdir}/tex/latex/base/omxlcmex.fd
%{_texmfdistdir}/tex/latex/base/openbib.sty
%{_texmfdistdir}/tex/latex/base/ot1cmdh.fd
%{_texmfdistdir}/tex/latex/base/ot1cmfib.fd
%{_texmfdistdir}/tex/latex/base/ot1cmfr.fd
%{_texmfdistdir}/tex/latex/base/ot1cmr.fd
%{_texmfdistdir}/tex/latex/base/ot1cmss.fd
%{_texmfdistdir}/tex/latex/base/ot1cmtt.fd
%{_texmfdistdir}/tex/latex/base/ot1cmvtt.fd
%{_texmfdistdir}/tex/latex/base/ot1enc.def
%{_texmfdistdir}/tex/latex/base/ot1enc.dfu
%{_texmfdistdir}/tex/latex/base/ot1lcmss.fd
%{_texmfdistdir}/tex/latex/base/ot1lcmtt.fd
%{_texmfdistdir}/tex/latex/base/ot2enc.dfu
%{_texmfdistdir}/tex/latex/base/ot4enc.def
%{_texmfdistdir}/tex/latex/base/preload.cfg
%{_texmfdistdir}/tex/latex/base/preload.ltx
%{_texmfdistdir}/tex/latex/base/proc.cls
%{_texmfdistdir}/tex/latex/base/proc.sty
%{_texmfdistdir}/tex/latex/base/report.cls
%{_texmfdistdir}/tex/latex/base/report.sty
%{_texmfdistdir}/tex/latex/base/sample2e.tex
%{_texmfdistdir}/tex/latex/base/sfonts.def
%{_texmfdistdir}/tex/latex/base/shortvrb.sty
%{_texmfdistdir}/tex/latex/base/showidx.sty
%{_texmfdistdir}/tex/latex/base/size10.clo
%{_texmfdistdir}/tex/latex/base/size11.clo
%{_texmfdistdir}/tex/latex/base/size12.clo
%{_texmfdistdir}/tex/latex/base/slides.cls
%{_texmfdistdir}/tex/latex/base/slides.def
%{_texmfdistdir}/tex/latex/base/slides.sty
%{_texmfdistdir}/tex/latex/base/small2e.tex
%{_texmfdistdir}/tex/latex/base/syntonly.sty
%{_texmfdistdir}/tex/latex/base/t1cmdh.fd
%{_texmfdistdir}/tex/latex/base/t1cmfib.fd
%{_texmfdistdir}/tex/latex/base/t1cmfr.fd
%{_texmfdistdir}/tex/latex/base/t1cmr.fd
%{_texmfdistdir}/tex/latex/base/t1cmss.fd
%{_texmfdistdir}/tex/latex/base/t1cmtt.fd
%{_texmfdistdir}/tex/latex/base/t1cmvtt.fd
%{_texmfdistdir}/tex/latex/base/t1enc.def
%{_texmfdistdir}/tex/latex/base/t1enc.dfu
%{_texmfdistdir}/tex/latex/base/t1enc.sty
%{_texmfdistdir}/tex/latex/base/t1lcmss.fd
%{_texmfdistdir}/tex/latex/base/t1lcmtt.fd
%{_texmfdistdir}/tex/latex/base/t2aenc.dfu
%{_texmfdistdir}/tex/latex/base/t2benc.dfu
%{_texmfdistdir}/tex/latex/base/t2cenc.dfu
%{_texmfdistdir}/tex/latex/base/testpage.tex
%{_texmfdistdir}/tex/latex/base/texsys.cfg
%{_texmfdistdir}/tex/latex/base/textcomp.sty
%{_texmfdistdir}/tex/latex/base/tracefnt.sty
%{_texmfdistdir}/tex/latex/base/ts1cmr.fd
%{_texmfdistdir}/tex/latex/base/ts1cmss.fd
%{_texmfdistdir}/tex/latex/base/ts1cmtt.fd
%{_texmfdistdir}/tex/latex/base/ts1cmvtt.fd
%{_texmfdistdir}/tex/latex/base/ts1enc.def
%{_texmfdistdir}/tex/latex/base/ts1enc.dfu
%{_texmfdistdir}/tex/latex/base/ucmr.fd
%{_texmfdistdir}/tex/latex/base/ucmss.fd
%{_texmfdistdir}/tex/latex/base/ucmtt.fd
%{_texmfdistdir}/tex/latex/base/ulasy.fd
%{_texmfdistdir}/tex/latex/base/ullasy.fd
%{_texmfdistdir}/tex/latex/base/utf8-test.tex
%{_texmfdistdir}/tex/latex/base/utf8.def
%{_texmfdistdir}/tex/latex/base/utf8enc.dfu
%{_texmfdistdir}/tex/latex/base/utf8test.tex
%{_texmfdistdir}/tex/latex/base/x2enc.dfu
%doc %{_texmfdistdir}/doc/latex/base/00readme.txt
%doc %{_texmfdistdir}/doc/latex/base/alltt.pdf
%doc %{_texmfdistdir}/doc/latex/base/autoload.txt
%doc %{_texmfdistdir}/doc/latex/base/bugs.txt
%doc %{_texmfdistdir}/doc/latex/base/cfgguide.pdf
%doc %{_texmfdistdir}/doc/latex/base/changes.txt
%doc %{_texmfdistdir}/doc/latex/base/classes.pdf
%doc %{_texmfdistdir}/doc/latex/base/clsguide.pdf
%doc %{_texmfdistdir}/doc/latex/base/cmfonts.pdf
%doc %{_texmfdistdir}/doc/latex/base/cyrguide.pdf
%doc %{_texmfdistdir}/doc/latex/base/doc.pdf
%doc %{_texmfdistdir}/doc/latex/base/docstrip.pdf
%doc %{_texmfdistdir}/doc/latex/base/encguide.pdf
%doc %{_texmfdistdir}/doc/latex/base/exscale.pdf
%doc %{_texmfdistdir}/doc/latex/base/fixltx2e.pdf
%doc %{_texmfdistdir}/doc/latex/base/fntguide.pdf
%doc %{_texmfdistdir}/doc/latex/base/graphpap.pdf
%doc %{_texmfdistdir}/doc/latex/base/ifthen.pdf
%doc %{_texmfdistdir}/doc/latex/base/inputenc.pdf
%doc %{_texmfdistdir}/doc/latex/base/latex209.pdf
%doc %{_texmfdistdir}/doc/latex/base/latexsym.pdf
%doc %{_texmfdistdir}/doc/latex/base/lb2.pdf
%doc %{_texmfdistdir}/doc/latex/base/legal.txt
%doc %{_texmfdistdir}/doc/latex/base/letter.pdf
%doc %{_texmfdistdir}/doc/latex/base/lgc2.pdf
%doc %{_texmfdistdir}/doc/latex/base/lppl-1-0.txt
%doc %{_texmfdistdir}/doc/latex/base/lppl-1-1.txt
%doc %{_texmfdistdir}/doc/latex/base/lppl-1-2.txt
%doc %{_texmfdistdir}/doc/latex/base/lppl.pdf
%doc %{_texmfdistdir}/doc/latex/base/lppl.txt
%doc %{_texmfdistdir}/doc/latex/base/ltnews.pdf
%doc %{_texmfdistdir}/doc/latex/base/ltx3info.pdf
%doc %{_texmfdistdir}/doc/latex/base/ltxcheck.pdf
%doc %{_texmfdistdir}/doc/latex/base/ltxdoc.pdf
%doc %{_texmfdistdir}/doc/latex/base/makeindx.pdf
%doc %{_texmfdistdir}/doc/latex/base/manifest.txt
%doc %{_texmfdistdir}/doc/latex/base/manual.pdf
%doc %{_texmfdistdir}/doc/latex/base/modguide.pdf
%doc %{_texmfdistdir}/doc/latex/base/newlfont.pdf
%doc %{_texmfdistdir}/doc/latex/base/oldlfont.pdf
%doc %{_texmfdistdir}/doc/latex/base/patches.txt
%doc %{_texmfdistdir}/doc/latex/base/proc.pdf
%doc %{_texmfdistdir}/doc/latex/base/slides.pdf
%doc %{_texmfdistdir}/doc/latex/base/slifonts.pdf
%doc %{_texmfdistdir}/doc/latex/base/source2e.pdf
%doc %{_texmfdistdir}/doc/latex/base/syntonly.pdf
%doc %{_texmfdistdir}/doc/latex/base/tex2.txt
%doc %{_texmfdistdir}/doc/latex/base/texpert.txt
%doc %{_texmfdistdir}/doc/latex/base/tlc2.pdf
%doc %{_texmfdistdir}/doc/latex/base/usrguide.pdf
%doc %{_texmfdistdir}/doc/latex/base/utf8ienc.pdf
%doc %{_texmfdistdir}/doc/latex/base/webcomp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/base/alltt.dtx
%doc %{_texmfdistdir}/source/latex/base/alltt.ins
%doc %{_texmfdistdir}/source/latex/base/autoload.ins
%doc %{_texmfdistdir}/source/latex/base/cfgguide.tex
%doc %{_texmfdistdir}/source/latex/base/classes.dtx
%doc %{_texmfdistdir}/source/latex/base/classes.ins
%doc %{_texmfdistdir}/source/latex/base/clsguide.tex
%doc %{_texmfdistdir}/source/latex/base/cmextra.ins
%doc %{_texmfdistdir}/source/latex/base/cmfonts.fdd
%doc %{_texmfdistdir}/source/latex/base/cmfonts.ins
%doc %{_texmfdistdir}/source/latex/base/cyrguide.tex
%doc %{_texmfdistdir}/source/latex/base/doc.dtx
%doc %{_texmfdistdir}/source/latex/base/docstrip.dtx
%doc %{_texmfdistdir}/source/latex/base/docstrip.ins
%doc %{_texmfdistdir}/source/latex/base/ec.ins
%doc %{_texmfdistdir}/source/latex/base/encguide.tex
%doc %{_texmfdistdir}/source/latex/base/exscale.dtx
%doc %{_texmfdistdir}/source/latex/base/exscale.ins
%doc %{_texmfdistdir}/source/latex/base/fixltx2e.dtx
%doc %{_texmfdistdir}/source/latex/base/fixltx2e.ins
%doc %{_texmfdistdir}/source/latex/base/fntguide.tex
%doc %{_texmfdistdir}/source/latex/base/fontdef.dtx
%doc %{_texmfdistdir}/source/latex/base/format.ins
%doc %{_texmfdistdir}/source/latex/base/graphpap.dtx
%doc %{_texmfdistdir}/source/latex/base/graphpap.ins
%doc %{_texmfdistdir}/source/latex/base/ifthen.dtx
%doc %{_texmfdistdir}/source/latex/base/ifthen.ins
%doc %{_texmfdistdir}/source/latex/base/inputenc.dtx
%doc %{_texmfdistdir}/source/latex/base/inputenc.ins
%doc %{_texmfdistdir}/source/latex/base/latex209.dtx
%doc %{_texmfdistdir}/source/latex/base/latex209.ins
%doc %{_texmfdistdir}/source/latex/base/latexbug.el
%doc %{_texmfdistdir}/source/latex/base/latexsym.dtx
%doc %{_texmfdistdir}/source/latex/base/latexsym.ins
%doc %{_texmfdistdir}/source/latex/base/lb2.err
%doc %{_texmfdistdir}/source/latex/base/letter.dtx
%doc %{_texmfdistdir}/source/latex/base/letter.ins
%doc %{_texmfdistdir}/source/latex/base/lgc2.err
%doc %{_texmfdistdir}/source/latex/base/ltalloc.dtx
%doc %{_texmfdistdir}/source/latex/base/ltbibl.dtx
%doc %{_texmfdistdir}/source/latex/base/ltboxes.dtx
%doc %{_texmfdistdir}/source/latex/base/ltclass.dtx
%doc %{_texmfdistdir}/source/latex/base/ltcntrl.dtx
%doc %{_texmfdistdir}/source/latex/base/ltcounts.dtx
%doc %{_texmfdistdir}/source/latex/base/ltdefns.dtx
%doc %{_texmfdistdir}/source/latex/base/ltdirchk.dtx
%doc %{_texmfdistdir}/source/latex/base/lterror.dtx
%doc %{_texmfdistdir}/source/latex/base/ltfiles.dtx
%doc %{_texmfdistdir}/source/latex/base/ltfinal.dtx
%doc %{_texmfdistdir}/source/latex/base/ltfloat.dtx
%doc %{_texmfdistdir}/source/latex/base/ltfntcmd.dtx
%doc %{_texmfdistdir}/source/latex/base/ltfssbas.dtx
%doc %{_texmfdistdir}/source/latex/base/ltfsscmp.dtx
%doc %{_texmfdistdir}/source/latex/base/ltfssdcl.dtx
%doc %{_texmfdistdir}/source/latex/base/ltfssini.dtx
%doc %{_texmfdistdir}/source/latex/base/ltfsstrc.dtx
%doc %{_texmfdistdir}/source/latex/base/lthyphen.dtx
%doc %{_texmfdistdir}/source/latex/base/ltidxglo.dtx
%doc %{_texmfdistdir}/source/latex/base/ltlength.dtx
%doc %{_texmfdistdir}/source/latex/base/ltlists.dtx
%doc %{_texmfdistdir}/source/latex/base/ltlogos.dtx
%doc %{_texmfdistdir}/source/latex/base/ltmath.dtx
%doc %{_texmfdistdir}/source/latex/base/ltmiscen.dtx
%doc %{_texmfdistdir}/source/latex/base/ltnews01.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews02.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews03.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews04.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews05.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews06.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews07.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews08.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews09.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews10.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews11.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews12.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews13.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews14.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews15.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews16.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews17.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews18.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews19.tex
%doc %{_texmfdistdir}/source/latex/base/ltnews20.tex
%doc %{_texmfdistdir}/source/latex/base/ltoutenc.dtx
%doc %{_texmfdistdir}/source/latex/base/ltoutenc.ins
%doc %{_texmfdistdir}/source/latex/base/ltoutput.dtx
%doc %{_texmfdistdir}/source/latex/base/ltpage.dtx
%doc %{_texmfdistdir}/source/latex/base/ltpageno.dtx
%doc %{_texmfdistdir}/source/latex/base/ltpar.dtx
%doc %{_texmfdistdir}/source/latex/base/ltpictur.dtx
%doc %{_texmfdistdir}/source/latex/base/ltplain.dtx
%doc %{_texmfdistdir}/source/latex/base/ltsect.dtx
%doc %{_texmfdistdir}/source/latex/base/ltspace.dtx
%doc %{_texmfdistdir}/source/latex/base/lttab.dtx
%doc %{_texmfdistdir}/source/latex/base/ltthm.dtx
%doc %{_texmfdistdir}/source/latex/base/ltvers.dtx
%doc %{_texmfdistdir}/source/latex/base/ltx3info.tex
%doc %{_texmfdistdir}/source/latex/base/ltxdoc.dtx
%doc %{_texmfdistdir}/source/latex/base/ltxref.dtx
%doc %{_texmfdistdir}/source/latex/base/makeindx.dtx
%doc %{_texmfdistdir}/source/latex/base/makeindx.ins
%doc %{_texmfdistdir}/source/latex/base/manual.err
%doc %{_texmfdistdir}/source/latex/base/modguide.tex
%doc %{_texmfdistdir}/source/latex/base/newdc.ins
%doc %{_texmfdistdir}/source/latex/base/newlfont.dtx
%doc %{_texmfdistdir}/source/latex/base/nfssfont.dtx
%doc %{_texmfdistdir}/source/latex/base/nfssfont.ins
%doc %{_texmfdistdir}/source/latex/base/olddc.ins
%doc %{_texmfdistdir}/source/latex/base/oldlfont.dtx
%doc %{_texmfdistdir}/source/latex/base/preload.dtx
%doc %{_texmfdistdir}/source/latex/base/proc.dtx
%doc %{_texmfdistdir}/source/latex/base/proc.ins
%doc %{_texmfdistdir}/source/latex/base/slides.dtx
%doc %{_texmfdistdir}/source/latex/base/slides.ins
%doc %{_texmfdistdir}/source/latex/base/slifonts.fdd
%doc %{_texmfdistdir}/source/latex/base/source2e.tex
%doc %{_texmfdistdir}/source/latex/base/syntonly.dtx
%doc %{_texmfdistdir}/source/latex/base/syntonly.ins
%doc %{_texmfdistdir}/source/latex/base/tlc2.err
%doc %{_texmfdistdir}/source/latex/base/unpack.ins
%doc %{_texmfdistdir}/source/latex/base/usrguide.tex
%doc %{_texmfdistdir}/source/latex/base/utf8ienc.dtx
%doc %{_texmfdistdir}/source/latex/base/webcomp.err
%doc %{_mandir}/man1/latex.1*
%doc %{_texmfdistdir}/doc/man/man1/latex.man1.pdf
%doc %{_mandir}/man1/pdflatex.1*
%doc %{_texmfdistdir}/doc/man/man1/pdflatex.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2 -a3 -a4

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/latex <<EOF
#
# from latex-bin:
latex pdftex language.dat -translate-file=cp227.tcx *latex.ini
pdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini
dvilualatex luatex language.dat,language.dat.lua dvilualatex.ini
lualatex luatex language.dat,language.dat.lua lualatex.ini
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130306-2
+ Revision: b6b15ee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20512 |14mr|texlive-latex2e-help-texinfo-20120510-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26333
# category Package
# catalog-ctan /info/latex2e-help-texinfo
# catalog-date 2012-05-10 22:36:52 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-latex2e-help-texinfo
Version:	20120510
Release:	2
Summary:	Unoffical reference manual covering LaTeX2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/latex2e-help-texinfo
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2e-help-texinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2e-help-texinfo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The manual is provided as Texinfo source (which was originally
derived from the VMS help file in the DECUS TeX distribution of
1990, with many subsequent changes). This is a collaborative
development, and details of getting involved are to be found on
the package home page. All the other formats in the
distribution are derived from the Texinfo source, as usual.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo/ChangeLog
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo/Makefile
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo/NEWS
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo/README
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo/latex2e.dbk
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo/latex2e.html
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo/latex2e.pdf
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo/latex2e.texi
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo/latex2e.txt
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo/latex2e.xml
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo/ltx-help.el
%doc %{_infodir}/latex2e.info*

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdir}/doc/info/*.info %{buildroot}%{_infodir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120510-2
+ Revision: 6d78769
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20513 |14mr|texlive-latex2e-help-texinfo-spanish-20131011-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-latex2e-help-texinfo-spanish
Version:	20131011
Release:	6
Summary:	TeXLive latex2e-help-texinfo-spanish package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive latex2e-help-texinfo-spanish package.

#-----------------------------------------------------------------------
%files
%doc %{_infodir}/latex2e-es.info*
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.dbk
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.html
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.pdf
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.texi
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.txt
%doc %{_texmfdistdir}/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.xml
#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdistdir}/doc/info/*.info %{buildroot}%{_infodir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131011-6
+ Revision: dd30a68
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20514 |14mr|texlive-latex2man-1.24-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/latex2man
# catalog-date 2010-12-23 07:51:16 +0100
# catalog-license lppl
# catalog-version 1.24
Name:		texlive-latex2man
Version:	1.24
Release:	4
Summary:	Translate LaTeX-based manual pages into Unix man format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/latex2man
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2man.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2man.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-latex2man.bin = %{EVRD}

%description
A tool to translate UNIX manual pages written with LaTeX into a
man-page format understood by the Unix man(1) command.
Alternatively HTML or TexInfo code can be produced. Output of
parts of the text may be supressed using the conditional text
feature.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/latex2man
%{_texmfdistdir}/scripts/latex2man/latex2man
%{_texmfdistdir}/tex/latex/latex2man/latex2man.cfg
%{_texmfdistdir}/tex/latex/latex2man/latex2man.sty
%doc %{_texmfdistdir}/doc/support/latex2man/CHANGES
%doc %{_texmfdistdir}/doc/support/latex2man/INSTALL
%doc %{_texmfdistdir}/doc/support/latex2man/Makefile
%doc %{_texmfdistdir}/doc/support/latex2man/README
%doc %{_texmfdistdir}/doc/support/latex2man/THIS-IS-VERSION-1.24
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man-CHANGES.html
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.1
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.css
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.html
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.pdf
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.tex
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.texi
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.trans
%doc %{_texmfdistdir}/doc/support/latex2man/latex2man.txt
%doc %{_infodir}/latex2man.info*

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    # generate relative link manually because it appears to trigger some
    # weird bug that causes the link to be removed
    %define dont_relink                        1
    ln -sf ../share/texmf-dist/scripts/latex2man/latex2man latex2man
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdir}/doc/info/*.info %{buildroot}%{_infodir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.24-4
+ Revision: 3492659
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20515 |14mr|texlive-latex4wp-1.0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22314
# category Package
# catalog-ctan /info/latex4wp
# catalog-date 2010-09-15 17:37:36 +0200
# catalog-license fdl
# catalog-version 1.0.7
Name:		texlive-latex4wp
Version:	1.0.7
Release:	3
Summary:	A LaTeX guide specifically designed for word processor users
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/latex4wp
License:	FDL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex4wp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex4wp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
"LaTeX for Word Processor Users" is a guide that helps
converting knowledge and techniques of word processing into the
LaTeX typesetting environment. It aims at helping WP users use
LaTeX instead.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latex4wp/HOW-TO-TYPESET
%doc %{_texmfdistdir}/doc/latex/latex4wp/README
%doc %{_texmfdistdir}/doc/latex/latex4wp/dat2tex
%doc %{_texmfdistdir}/doc/latex/latex4wp/exa.sty
%doc %{_texmfdistdir}/doc/latex/latex4wp/gnuplot.gp
%doc %{_texmfdistdir}/doc/latex/latex4wp/gnuplot.pdf
%doc %{_texmfdistdir}/doc/latex/latex4wp/latex4wp.pdf
%doc %{_texmfdistdir}/doc/latex/latex4wp/latex4wp.tex
%doc %{_texmfdistdir}/doc/latex/latex4wp/midifile.mid
%doc %{_texmfdistdir}/doc/latex/latex4wp/small.eepic
%doc %{_texmfdistdir}/doc/latex/latex4wp/small.eps
%doc %{_texmfdistdir}/doc/latex/latex4wp/small.fig
%doc %{_texmfdistdir}/doc/latex/latex4wp/small.pdf
%doc %{_texmfdistdir}/doc/latex/latex4wp/small.pdf_t
%doc %{_texmfdistdir}/doc/latex/latex4wp/tbx.eps
%doc %{_texmfdistdir}/doc/latex/latex4wp/tbx.pdf
%doc %{_texmfdistdir}/doc/latex/latex4wp/tbx.tex
%doc %{_texmfdistdir}/doc/latex/latex4wp/xfig.eps
%doc %{_texmfdistdir}/doc/latex/latex4wp/xfig.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.7-3
+ Revision: 53559aa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20516 |14mr|texlive-latex4wp-it-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22335
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-latex4wp-it
Version:	20111103
Release:	3
Summary:	TeXLive latex4wp-it package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex4wp-it.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex4wp-it.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive latex4wp-it package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/COME-COMPORRE
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/README
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/dat2tex
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/exa.sty
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/gnuplot.gp
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/gnuplot.pdf
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/latex4wp-it.pdf
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/latex4wp-it.tex
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/midifile.mid
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/small.eepic
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/small.eps
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/small.fig
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/small.pdf
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/small.pdf_t
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/tbx.epsi
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/tbx.pdf
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/tbx.tex
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/xfig.eps
%doc %{_texmfdistdir}/doc/latex/latex4wp-it/xfig.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: ba2b2d0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20517 |14mr|texlive-latex-bib-ex-20120402-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25831
# category Package
# catalog-ctan /info/examples/LaTeX-Bib
# catalog-date 2012-04-02 13:07:24 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-latex-bib-ex
Version:	20120402
Release:	2
Summary:	Examples for the book Bibliografien mit LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/LaTeX-Bib
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-bib-ex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-bib-ex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The bundle provides a collection of files containing every
example in the book "Bibliografien mit LaTeX" (ISBN 978-
3865414151), by the package author.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/01-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/01-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/01-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/01-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/01-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/01-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/01-03-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/01-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/01-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-01-1.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-01-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-02-1.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-02-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-02-3.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-03-1.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-03-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-03-3.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-06-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-15.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-16.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-17.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-18.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-19.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-20.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-21.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-22.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-23.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/02-07-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-1.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-10.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-15.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-16.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-17.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-18.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-19.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-20.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-21.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-22.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-23.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-24.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-25.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-26.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-4.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-6.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-05-1.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-05-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-05-3.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-05-4.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-08-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-08-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-09-1.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-09-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-09-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-09-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-15.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-10-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-15.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-16.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-17.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-18.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-19.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-20.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-21.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-22.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-23.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-24.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/03-11-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/04-05-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/04-05-2.ltx2crop
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/04-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/05-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/06-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/06-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/06-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/06-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/06-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/06-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/06-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/06-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/08-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/08-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/08-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/08-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/08-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/08-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/08-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/08-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/08-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/README
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/UTF8.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/articles.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/bibA.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/bibB.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/bibtool.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/bibtool2.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/books.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/case.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/case2.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/crossref.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/crossref2.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/de-examples-dw.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/demo.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/demo.lbx
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/demo10.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/demo11.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/demo2.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/demo3.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/demo4.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/demo4.bl2
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/demo5.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/demo6.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/demo7.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/demo8.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/demo9.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/easy.bst
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/examples-dw.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/examples.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/examplesA.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/examplesB.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/klassiker.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/natbib.cfg
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/philosophy-examples.bib
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/plainDemo.bst
%doc %{_texmfdistdir}/doc/latex/latex-bib-ex/vanBib.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120402-2
+ Revision: 99356d6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20518 |14mr|texlive-latex-brochure-20130122-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28916
# category Package
# catalog-ctan /info/latex-brochure
# catalog-date 2013-01-22 18:02:11 +0100
# catalog-license lppl
# catalog-version 2013-01-22
Name:		texlive-latex-brochure
Version:	20130122
Release:	7
Summary:	A publicity flyer for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/latex-brochure
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-brochure.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-brochure.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The document is designed as a publicity flyer for LaTeX, but
also serves as an interesting showcase of what LaTeX can do.
The flyer is designed for printing, double-sided, on A3 paper,
which would then be folded once.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latex-brochure/README
%doc %{_texmfdistdir}/doc/latex/latex-brochure/README.pdf
%doc %{_texmfdistdir}/doc/latex/latex-brochure/brochure-a3folderFB.pdf
%doc %{_texmfdistdir}/doc/latex/latex-brochure/brochure-a3folderIN.pdf
%doc %{_texmfdistdir}/doc/latex/latex-brochure/brochure-a4.pdf
%doc %{_texmfdistdir}/doc/latex/latex-brochure/brochure-ledgerfolderFB.pdf
%doc %{_texmfdistdir}/doc/latex/latex-brochure/brochure-ledgerfolderIN.pdf
%doc %{_texmfdistdir}/doc/latex/latex-brochure/brochure-letter.pdf
%doc %{_texmfdistdir}/doc/latex/latex-brochure/brochure.bib
%doc %{_texmfdistdir}/doc/latex/latex-brochure/brochure.pdf
%doc %{_texmfdistdir}/doc/latex/latex-brochure/brochure.sty
%doc %{_texmfdistdir}/doc/latex/latex-brochure/brochure.tex
%doc %{_texmfdistdir}/doc/latex/latex-brochure/build
%doc %{_texmfdistdir}/doc/latex/latex-brochure/diagram-crop.eps
%doc %{_texmfdistdir}/doc/latex/latex-brochure/diagram-crop.pdf
%doc %{_texmfdistdir}/doc/latex/latex-brochure/fullscreen.eps
%doc %{_texmfdistdir}/doc/latex/latex-brochure/fullscreen.png
%doc %{_texmfdistdir}/doc/latex/latex-brochure/index.html
%doc %{_texmfdistdir}/doc/latex/latex-brochure/sample-crop.eps
%doc %{_texmfdistdir}/doc/latex/latex-brochure/sample-crop.pdf
%doc %{_texmfdistdir}/doc/latex/latex-brochure/typo-degraded.eps
%doc %{_texmfdistdir}/doc/latex/latex-brochure/typo-degraded.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130122-7
+ Revision: 33858fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20519 |14mr|texlive-latexcheat-1.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/latexcheat/latexcheat
# catalog-date 2009-04-07 08:49:48 +0200
# catalog-license lppl
# catalog-version 1.13
Name:		texlive-latexcheat
Version:	1.13
Release:	3
Summary:	A LaTeX cheat sheet
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/latexcheat/latexcheat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexcheat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexcheat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A LaTeX reference sheet for writing scientific papers. Unlike
many other such sheets, this sheet does not focus on
typesetting mathematics (though it does list some symbols).

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latexcheat/README
%doc %{_texmfdistdir}/doc/latex/latexcheat/latexsheet.pdf
%doc %{_texmfdistdir}/doc/latex/latexcheat/latexsheet.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.13-3
+ Revision: ca0d526
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20520 |14mr|texlive-latexcheat-esmx-20100110-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16664
# category Package
# catalog-ctan /info/latexcheat/latexcheat-esmx
# catalog-date 2010-01-10 00:40:15 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-latexcheat-esmx
Version:	20100110
Release:	3
Summary:	A LaTeX cheat sheet, in Spanish
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/latexcheat/latexcheat-esmx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexcheat-esmx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexcheat-esmx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a translation to Spanish (Castellano) of Winston
Chang's LaTeX cheat sheet (a reference sheet for writing
scientific papers).

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latexcheat-esmx/README
%doc %{_texmfdistdir}/doc/latex/latexcheat-esmx/latexsheet-esmx.pdf
%doc %{_texmfdistdir}/doc/latex/latexcheat-esmx/latexsheet-esmx.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100110-3
+ Revision: 0d986cb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20521 |14mr|texlive-latexcheat-ptbr-1.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/latexcheat/latexcheat-ptbr
# catalog-date 2009-04-10 11:30:41 +0200
# catalog-license lppl
# catalog-version 1.13
Name:		texlive-latexcheat-ptbr
Version:	1.13
Release:	3
Summary:	A LaTeX cheat sheet, in Brazilian Portuguese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/latexcheat/latexcheat-ptbr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexcheat-ptbr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexcheat-ptbr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a translation to Brazilian Portuguese of Winston
Chang's LaTeX cheat sheet.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latexcheat-ptbr/README-ptbr
%doc %{_texmfdistdir}/doc/latex/latexcheat-ptbr/latexsheet-ptbr.pdf
%doc %{_texmfdistdir}/doc/latex/latexcheat-ptbr/latexsheet-ptbr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.13-3
+ Revision: 6757b52
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20522 |14mr|texlive-latexconfig-20131011-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28991
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-latexconfig
Version:	20131011
Release:	6
Summary:	TeXLive latexconfig package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexconfig.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive latexconfig package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/latexconfig/color.cfg
%{_texmfdistdir}/tex/latex/latexconfig/dvilualatex.ini
%{_texmfdistdir}/tex/latex/latexconfig/epstopdf-sys.cfg
%{_texmfdistdir}/tex/latex/latexconfig/graphics.cfg
%{_texmfdistdir}/tex/latex/latexconfig/hyperref.cfg
%{_texmfdistdir}/tex/latex/latexconfig/latex.ini
%{_texmfdistdir}/tex/latex/latexconfig/lualatex-patch-kernel.tex
%{_texmfdistdir}/tex/latex/latexconfig/lualatex-reset-codes.tex
%{_texmfdistdir}/tex/latex/latexconfig/lualatex.ini
%{_texmfdistdir}/tex/latex/latexconfig/lualatexiniconfig.tex
%{_texmfdistdir}/tex/latex/latexconfig/lualatexquotejobname.lua
%{_texmfdistdir}/tex/latex/latexconfig/lualatexquotejobname.tex
%{_texmfdistdir}/tex/latex/latexconfig/mllatex.ini
%{_texmfdistdir}/tex/latex/latexconfig/pdflatex.ini
%{_texmfdistdir}/tex/latex/latexconfig/xelatex.ini

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131011-6
+ Revision: fbf3a96
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20523 |14mr|texlive-latex-course-20080822-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25505
# category Package
# catalog-ctan /info/latex-course
# catalog-date 2008-08-22 16:39:18 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-latex-course
Version:	20080822
Release:	4
Summary:	A LaTeX course as a projected presentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/latex-course
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-course.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-course.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A brief Beamer-based slide presentation on LaTeX, based on
Rupprecht's LaTeX 2.09 course, which the author has translated
to English and taken to LaTeX2e/Beamer. Additional material was
taken from the Short Introduction to LaTeX.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latex-course/Graphics/Ross-Siegel.png
%doc %{_texmfdistdir}/doc/latex/latex-course/Graphics/Thumbs.db
%doc %{_texmfdistdir}/doc/latex/latex-course/Graphics/campus3.png
%doc %{_texmfdistdir}/doc/latex/latex-course/LaTeX-Course.pdf
%doc %{_texmfdistdir}/doc/latex/latex-course/LaTeX-Course.tex
%doc %{_texmfdistdir}/doc/latex/latex-course/LaTeX-course.prj
%doc %{_texmfdistdir}/doc/latex/latex-course/README
%doc %{_texmfdistdir}/doc/latex/latex-course/beamercolorthemeross.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080822-4
+ Revision: 7f17a27
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20524 |14mr|texlive-latexdiff-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30961
# category Package
# catalog-ctan /support/latexdiff
# catalog-date 2013-06-17 18:07:35 +0200
# catalog-license gpl
# catalog-version 1.0.3
Name:		texlive-latexdiff
Version:	1.0.3
Release:	6
Summary:	Determine and mark up significant differences between latex files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/latexdiff
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexdiff.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexdiff.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-latexdiff.bin = %{EVRD}
%rename latexdiff

%description
Latexdiff is a Perl script for visual mark up and revision of
significant differences between two latex files. Various
options are available for visual markup using standard latex
packages such as color. Changes not directly affecting visible
text, for example in formatting commands, are still marked in
the latex source. A rudimentary revision facilility is provided
by another Perl script, latexrevise, which accepts or rejects
all changes. Manual editing of the difference file can be used
to override this default behaviour and accept or reject
selected changes only.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/latexdiff-vc
%{_bindir}/latexdiff
%{_bindir}/latexrevise
%{_texmfdistdir}/scripts/latexdiff/latexdiff-vc.pl
%{_texmfdistdir}/scripts/latexdiff/latexdiff.pl
%{_texmfdistdir}/scripts/latexdiff/latexrevise.pl
%doc %{_mandir}/man1/latexdiff-vc.1*
%doc %{_texmfdistdir}/doc/man/man1/latexdiff-vc.man1.pdf
%doc %{_mandir}/man1/latexdiff.1*
%doc %{_texmfdistdir}/doc/man/man1/latexdiff.man1.pdf
%doc %{_mandir}/man1/latexrevise.1*
%doc %{_texmfdistdir}/doc/man/man1/latexrevise.man1.pdf
%doc %{_texmfdistdir}/doc/support/latexdiff/COPYING
%doc %{_texmfdistdir}/doc/support/latexdiff/README
%doc %{_texmfdistdir}/doc/support/latexdiff/doc/example-diff.tex
%doc %{_texmfdistdir}/doc/support/latexdiff/doc/latexdiff-man.pdf
%doc %{_texmfdistdir}/doc/support/latexdiff/doc/latexdiff-man.tex
%doc %{_texmfdistdir}/doc/support/latexdiff/example/example-draft.tex
%doc %{_texmfdistdir}/doc/support/latexdiff/example/example-rev.tex
%doc %{_texmfdistdir}/doc/support/latexdiff/latexdiff
%doc %{_texmfdistdir}/doc/support/latexdiff/latexdiff-fast

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/latexdiff/latexdiff-vc.pl latexdiff-vc
    ln -sf %{_texmfdistdir}/scripts/latexdiff/latexdiff.pl latexdiff
    ln -sf %{_texmfdistdir}/scripts/latexdiff/latexrevise.pl latexrevise
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: 0002418
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20525 |14mr|texlive-latex-doc-ptr-20090324-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/latex-doc-ptr
# catalog-date 2009-06-03 15:14:30 +0200
# catalog-license pd
# catalog-version 2009-03-24
Name:		texlive-latex-doc-ptr
Version:	20090324
Release:	3
Summary:	A direction-finder for LaTeX documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/latex-doc-ptr
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-doc-ptr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-doc-ptr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A two-page set of recommendations for users who need on-line
documentation of LaTeX. The document supports the need for
documentation of LaTeX itself, in distributions. For example,
it could be used in the command texdoc latex, in the TeX live
distribution.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latex-doc-ptr/Makefile
%doc %{_texmfdistdir}/doc/latex/latex-doc-ptr/README
%doc %{_texmfdistdir}/doc/latex/latex-doc-ptr/latex-doc-ptr.pdf
%doc %{_texmfdistdir}/doc/latex/latex-doc-ptr/latex-doc-ptr.sty
%doc %{_texmfdistdir}/doc/latex/latex-doc-ptr/latex-doc-ptr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090324-3
+ Revision: e9bf79d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20526 |14mr|texlive-latexfileinfo-pkgs-0.22-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26760
# category Package
# catalog-ctan /info/latexfileinfo-pkgs
# catalog-date 2012-05-30 14:24:48 +0200
# catalog-license lppl1.3
# catalog-version 0.22
Name:		texlive-latexfileinfo-pkgs
Version:	0.22
Release:	3
Summary:	A comparison of packages showing LaTeX file information
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/latexfileinfo-pkgs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileinfo-pkgs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileinfo-pkgs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileinfo-pkgs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an HTML file that lists and compares CTAN
packages that display LaTeX source file information from
\ProvidesClass, \ProvidesFile, and \ProvidesPackage commands in
the LaTeX file. Five packages of the author's, and several
other packages are discussed; revision control systems are
mentioned briefly.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/latexfileinfo-pkgs/latexfileinfo_pkgs.RLS
%doc %{_texmfdistdir}/doc/latex/latexfileinfo-pkgs/README
%doc %{_texmfdistdir}/doc/latex/latexfileinfo-pkgs/latexfileinfo_pkgs.htm
#- source
%doc %{_texmfdistdir}/source/latex/latexfileinfo-pkgs/SrcFILEs.txt
%doc %{_texmfdistdir}/source/latex/latexfileinfo-pkgs/latexfileinfo_pkgs.tex
%doc %{_texmfdistdir}/source/latex/latexfileinfo-pkgs/mkht_ltxfinfo_pkgs.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.22-3
+ Revision: 836c583
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20527 |14mr|texlive-latexfileversion-v0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25012
# category Package
# catalog-ctan /support/latexfileversion
# catalog-date 2012-01-02 14:24:13 +0100
# catalog-license lppl
# catalog-version v0.3
Name:		texlive-latexfileversion
Version:	v0.3
Release:	3
Summary:	Prints the version and date of a LaTeX class or style file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/latexfileversion
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileversion.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileversion.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-latexfileversion.bin = %{EVRD}

%description
This simple shell script prints the version and date of a LaTeX
class or style file. Syntax: latexfileversion <file> This
programme handles style files (extension .sty), class files
(extension .cls), and other tex input files. The file extension
must be given.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/latexfileversion
%{_texmfdistdir}/scripts/latexfileversion/latexfileversion
%doc %{_texmfdistdir}/doc/support/latexfileversion/ChangeLog
%doc %{_texmfdistdir}/doc/support/latexfileversion/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/latexfileversion/latexfileversion latexfileversion
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.3-3
+ Revision: cd10dab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20528 |14mr|texlive-latex-fonts-20090625-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15207
# category Package
# catalog-ctan /fonts/latex
# catalog-date 2009-06-25 15:19:00 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-latex-fonts
Version:	20090625
Release:	3
Summary:	A collection of fonts used in LaTeX distributions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/latex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-fonts.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a collection of fonts for use with standard latex
packages and classes. It includes 'invisible' fonts (for use
with the slides class), line and circle fonts (for use in the
picture environment) and 'latex symbol' fonts. For full support
of a latex installation, some Computer Modern font variants
cmbsy(6-9), cmcsc(8,9), cmex(7-9) and cmmib(5-9) from the
amsfonts distribution, are also necessary. The fonts are
available as MetaFont source, and metric (tfm) files are also
provided. Most of the fonts are also available in Adobe Type 1
format, in the amsfonts distribution.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/latex-fonts/circle.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/icmcsc10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/icmex10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/icmmi8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/icmsy8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/icmtt8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/ilasy8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/ilcmss8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/ilcmssb8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/ilcmssi8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasy.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasy10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasy5.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasy6.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasy7.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasy8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasy9.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lasyb10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lcircle.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lcircle10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lcirclew10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lcmss8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lcmssb8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/lcmssi8.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/legal.txt
%{_texmfdistdir}/fonts/source/public/latex-fonts/line.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/line10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/linew10.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/sroman.mf
%{_texmfdistdir}/fonts/source/public/latex-fonts/sromanu.mf
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/icmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/icmex10.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/icmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/icmsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/icmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/ilasy8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/ilcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/ilcmssb8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/ilcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lasy10.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lasy5.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lasy6.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lasy7.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lasy8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lasy9.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lasyb10.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lcircle10.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lcirclew10.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lcmssb8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/lcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/line10.tfm
%{_texmfdistdir}/fonts/tfm/public/latex-fonts/linew10.tfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090625-3
+ Revision: 82c719e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20529 |14mr|texlive-latex-git-log-0.9-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30983
# category Package
# catalog-ctan /support/latex-git-log
# catalog-date 2013-06-19 18:12:49 +0200
# catalog-license gpl3
# catalog-version 0.9
Name:		texlive-latex-git-log
Version:	0.9
Release:	7
Summary:	Typeset git log information
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/latex-git-log
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-git-log.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-git-log.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-latex-git-log.bin = %{EVRD}

%description
The program is run within a git repository, and outputs the
entire version history, as a LaTeX table. That output will
typically be redirected to a file; the author recommends
typesetting in landscape orientation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/latex-git-log
%{_texmfdistdir}/scripts/latex-git-log/latex-git-log
%doc %{_mandir}/man1/latex-git-log.1*
%doc %{_texmfdistdir}/doc/man/man1/latex-git-log.man1.pdf
%doc %{_texmfdistdir}/doc/support/latex-git-log/README
%doc %{_texmfdistdir}/doc/support/latex-git-log/example-output.tex
%doc %{_texmfdistdir}/doc/support/latex-git-log/example.pdf
%doc %{_texmfdistdir}/doc/support/latex-git-log/example.tex
%doc %{_texmfdistdir}/doc/support/latex-git-log/po/de.po

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf ../share/texmf-dist/scripts/latex-git-log/latex-git-log latex-git-log
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-7
+ Revision: 84bfb8c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20530 |14mr|texlive-latex-graphics-companion-20060309-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/examples/lgc
# catalog-date 2006-03-09 14:57:21 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-latex-graphics-companion
Version:	20060309
Release:	3
Summary:	Examples from The LaTeX Graphics Companion
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/lgc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-graphics-companion.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-graphics-companion.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The source of the examples printed in the book, together with
necessary supporting files.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-10.pic
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-11.pic
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/1-4-9.pic
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/10-1-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/10-1-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/10-1-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/10-1-4.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/10-1-5.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/10-5-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/11-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/11-6-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-1.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-2.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-3.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-4.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/12-0-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-10.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-11.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-12.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-13.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-14.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-15.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-16.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-17.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-18.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-19.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-2.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-20.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-3.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-4.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-5.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-6.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-7.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-8.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-2-9.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-13.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-15.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-16.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-17.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-2.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-3.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-4.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-5.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-6.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-7.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-8.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/2-3-9.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-1.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-2.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-3.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-4.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-5.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-6.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-7.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-8.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-1-9.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-2-1.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-2-2.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-2-3.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-1.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-10.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-11.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-12.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-13.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-14.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-15.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-16.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-17.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-18.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-19.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-2.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-3.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-4.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-5.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-6.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-7.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-8.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-3-9.mp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-4-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-4-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-4-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/3-4-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-2.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-3.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-4.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-6.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-8.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-10-9.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-2-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-2-2.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-2-3.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-2-4.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-2-5.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-3-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-3-2.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-10.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-11.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-12.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-2.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-3.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-4.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-5.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-6.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-7.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-8.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-4-9.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-10.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-11.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-12.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-15.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-16.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-2.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-4.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-5.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-6.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-7.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-8.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-5-9.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-10.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-11.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-12.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-13.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-14.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-15.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-16.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-17.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-18.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-19.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-2.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-20.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-21.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-22.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-23.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-24.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-25.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-26.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-27.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-28.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-29.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-3.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-30.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-31.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-32.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-33.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-34.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-35.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-36.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-37.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-38.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-39.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-4.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-40.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-41.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-42.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-43.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-44.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-45.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-46.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-5.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-6.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-7.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-8.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-6-9.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-7-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-7-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-7-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-7-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-8-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-8-2.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-8-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-8-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-8-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-9-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-9-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/4-9-2.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-2-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-3-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-4-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-4-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-15.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-16.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-17.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-18.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-19.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-20.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-21.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-22.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-23.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-24.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-25.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-26.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-27.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-28.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-29.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-30.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-31.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-32.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-33.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-34.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-35.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/5-5-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-15.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-16.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-17.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-18.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-19.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-20.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-21.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-22.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-23.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-24.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-2-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-3-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-4-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-5-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-6-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-6-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-6-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-6-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-6-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-6-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-6-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-1.m4
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-2.m4
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-3.m4
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/6-7-4.m4
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-1.mx1
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-1.mx2
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-1.ptx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-2-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-1.abc
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-3.abc
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-4.abc
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-5.abc
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-6.abc
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-7.abc
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-8.abc
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-3-9.abc
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-1.mpp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-10.mx1
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-10.mx2
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-10.ptx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-2.mpp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-3.mpp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-4.mpp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-5.mpp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-6.mpp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-7.mpp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-8.mpp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/7-4-9.mpp
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-1-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-1-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-1-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-1-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-2-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-2-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-2-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-3-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-3-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-5-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-2.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-3.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-4.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-5.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-6.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-7.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-6-8.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-7-1.acr
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-7-1.dwn
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-7-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-7-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-7-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/8-7-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-2.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-3.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-4.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-5.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-6.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-7.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-2-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-10.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-11.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-12.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-13.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-14.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-15.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-16.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-17.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-18.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-19.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-2.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-20.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-3.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-4.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-5.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-6.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-7.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-8.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/9-3-9.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/A-1-1.inl
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/Makefile
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/README
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/ages.dat
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/bar.ini
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/chap.dat
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/clef.ini
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/config.ps.gz
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/decade.dat
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/feature.ini
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/graves.dat
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/inputs/graphics.cfg
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/inputs/header.tex
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/inputs/mfpic.sty
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/inputs/ppex.cls
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/key.ini
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/langs.dat
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/langs2.dat
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/langs3.dat
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/macro.ini
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/mpp.tex
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/note.ini
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/notecc.ini
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/pot.dat
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/script.ini
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/scriptcc.ini
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/stones.dat
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/students.dat
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/veracx.mx1
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/veracx.tex
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/yearm.dat
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/years.dat
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/years.men
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/years.wom
%doc %{_texmfdistdir}/doc/latex/latex-graphics-companion/yearw.dat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20060309-3
+ Revision: fc02d52
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20531 |14mr|texlive-latexindent-1.1R-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32228
# category Package
# catalog-ctan /support/latexindent
# catalog-date 2013-11-18 13:22:51 +0100
# catalog-license gpl3
# catalog-version 1.1R
Name:		texlive-latexindent
Version:	1.1R
Release:	7
Summary:	Indent a LaTeX document, highlighting the programming structure
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/latexindent
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexindent.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexindent.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-latexindent.bin = %{EVRD}

%description
The Perl script (also available as a windows executable)
processes a LaTeX file, indenting parts so as to highlight the
structure for the reader.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/latexindent
%{_texmfdistdir}/scripts/latexindent/defaultSettings.yaml
%{_texmfdistdir}/scripts/latexindent/latexindent.pl
%doc %{_texmfdistdir}/doc/support/latexindent/README
%doc %{_texmfdistdir}/doc/support/latexindent/documentation/manual.pdf
%doc %{_texmfdistdir}/doc/support/latexindent/documentation/manual.tex
%doc %{_texmfdistdir}/doc/support/latexindent/indent.yaml
%doc %{_texmfdistdir}/doc/support/latexindent/success/bigTest.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/braceTest.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/braceTestsmall.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/environments.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/filecontents.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/matrix.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/nestedalignment.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/nestedalignment1.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/outputfile.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/preamble.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/pstricks1.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/pstricks2.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/pstricks3.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/sampleAFTER.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/sampleBEFORE.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/stylefile.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/table1.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/table2.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/table3.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/testHeadings.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/testHeadings1.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/theorem.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/tikz1.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/tikz2.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/tikz3.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/tikz4.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/tikz5.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/torusPGF.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/torusPSTricks.tex
%doc %{_texmfdistdir}/doc/support/latexindent/success/trailingComments.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/latexindent/latexindent.pl latexindent
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1R-7
+ Revision: 3818ced
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20532 |14mr|texlive-latexmk-4.39-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32200
# category Package
# catalog-ctan /support/latexmk
# catalog-date 2013-11-21 18:12:51 +0100
# catalog-license gpl
# catalog-version 4.39
Name:		texlive-latexmk
Version:	4.39
Release:	6
Summary:	Fully automated LaTeX document generation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/latexmk
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexmk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexmk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexmk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-latexmk.bin = %{EVRD}

%description
Latexmk completely automates the process of generating a LaTeX
document. Given the source files for a document, latexmk issues
the appropriate sequence of commands to generate a .dvi, .ps,
.pdf or hardcopy version of the document. An important feature
is the "preview continuous mode", where the script watches all
of the source files (primary file and included TeX and graphics
files), and reruns LaTeX, etc., whenever a source file has
changed. Thus a previewer can have an updated display whenever
the source files change.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/latexmk
%{_texmfdistdir}/scripts/latexmk/latexmk.pl
%doc %{_mandir}/man1/latexmk.1*
%doc %{_texmfdistdir}/doc/man/man1/latexmk.man1.pdf
%doc %{_texmfdistdir}/doc/support/latexmk/CHANGES
%doc %{_texmfdistdir}/doc/support/latexmk/COPYING
%doc %{_texmfdistdir}/doc/support/latexmk/INSTALL
%doc %{_texmfdistdir}/doc/support/latexmk/README
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/README
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/Sweave_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/TeX4ht-latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/asymptote_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/clean_pattern_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/exceltex_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/glossary_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/lualatex_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/mpost_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/pdflatexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/pythontex-latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/sagetex_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/sweave_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/tex4ht-latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/example_rcfiles/xelatex_latexmkrc
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/README1
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/dvipdfm_call
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/dvipdfm_call.bat
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/dvipdfmx_call
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/dvipdfmx_call.bat
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/htlatexonly
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/kickxdvi
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/l1
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/l2
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/myhtlatex2
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk_README.txt
%doc %{_texmfdistdir}/doc/support/latexmk/extra-scripts/startacroread
%doc %{_texmfdistdir}/doc/support/latexmk/latexmk.pdf
%doc %{_texmfdistdir}/doc/support/latexmk/latexmk.txt
#- source
%doc %{_texmfdistdir}/source/support/latexmk/latexmk.bat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/latexmk/latexmk.pl latexmk
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.39-6
+ Revision: 4d5eb40
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20533 |14mr|texlive-latexmp-1.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/latexmp
# catalog-date 2007-02-23 00:16:39 +0100
# catalog-license pd
# catalog-version 1.2.1
Name:		texlive-latexmp
Version:	1.2.1
Release:	3
Summary:	Interface for LaTeX-based typesetting in MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/latexmp
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexmp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexmp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The MetaPost package latexMP implements a user-friendly
interface to access LaTeX-based typesetting capabilities in
MetaPost. The text to be typeset is given as string. This
allows even dynamic text elements, for example counters, to be
used in labels. Compared to other implementations it is much
more flexible, since it can be used as direct replacement for
btex..etex, and much faster, compared for example to the
solution provided by tex.mp.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/latexmp/latexmp.mp
%doc %{_texmfdistdir}/doc/metapost/latexmp/README
%doc %{_texmfdistdir}/doc/metapost/latexmp/latexmp.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.1-3
+ Revision: 0b60391
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20534 |14mr|texlive-latex-notes-zh-cn-1.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/latex-notes-zh-cn
# catalog-date 2009-11-09 22:53:30 +0100
# catalog-license lppl1.3
# catalog-version 1.20
Name:		texlive-latex-notes-zh-cn
Version:	1.20
Release:	3
Summary:	Chinese Introduction to TeX and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/latex-notes-zh-cn
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-notes-zh-cn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-notes-zh-cn.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The document is an introduction to TeX/LaTeX, in Chinese. It
covers basic text typesetting, mathematics, graphics, tables,
Chinese language & fonts, and some miscellaneous features
(hyperlinks, long documents, bibliographies, indexes and page
layout).

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/README
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/history.txt
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/latex-notes-zh-cn.pdf
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/license.txt
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/basics.tex
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/dscf4684.jpg
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/arrow.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/color.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/colors.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/curve.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/dashed.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/dot.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/fill.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/label.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/line.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/loop.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/path.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/predefined.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_arc.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_arrow.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_axis.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_bezier.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_circle.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_color.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_curve.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_dot.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_fill.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_frame.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_grid.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_label.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_line.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_linestyle.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_origin.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_parabola.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_polygon.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_rput.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/pst_uput.eps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/subfig.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/subfig_left.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/subfig_right.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/transform.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/examples/uline.mps
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/fonts.tex
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/graphics.tex
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/i18n.tex
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/introduction.tex
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/lnotes.tex
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/math.tex
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/misc.tex
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/postcript.tex
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/preface.tex
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/reading.bib
%doc %{_texmfdistdir}/doc/generic/latex-notes-zh-cn/src/tables.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20-3
+ Revision: f6856b9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20535 |14mr|texlive-latexpand-20120712-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27025
# category Package
# catalog-ctan /support/latexpand
# catalog-date 2012-07-12 10:46:16 +0200
# catalog-license bsd
# catalog-version undef
Name:		texlive-latexpand
Version:	20120712
Release:	2
Summary:	Expand \input and \include in a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/latexpand
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexpand.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexpand.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-latexpand.bin = %{EVRD}

%description
Latexpand is a Perl script that simply replaces \input and
\include commands with the content of the file input/included.
The script does not deal with \includeonly commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/latexpand
%{_texmfdistdir}/scripts/latexpand/latexpand
%doc %{_texmfdistdir}/doc/support/latexpand/Makefile
%doc %{_texmfdistdir}/doc/support/latexpand/README
%doc %{_texmfdistdir}/doc/support/latexpand/tests/README
%doc %{_texmfdistdir}/doc/support/latexpand/tests/foo.tex
%doc %{_texmfdistdir}/doc/support/latexpand/tests/includer.tex
%doc %{_texmfdistdir}/doc/support/latexpand/tests/just-comment.tex
%doc %{_texmfdistdir}/doc/support/latexpand/tests/my-package.sty
%doc %{_texmfdistdir}/doc/support/latexpand/tests/no-eol.tex
%doc %{_texmfdistdir}/doc/support/latexpand/tests/package-user.tex
%doc %{_texmfdistdir}/doc/support/latexpand/version.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/latexpand/latexpand latexpand
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120712-2
+ Revision: ae33f48
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20536 |14mr|texlive-latex-referenz-20100212-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16980
# category Package
# catalog-ctan /info/examples/LaTeX-Referenz2
# catalog-date 2010-02-12 13:59:30 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-latex-referenz
Version:	20100212
Release:	3
Summary:	Examples from the book "LaTeX Referenz"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/LaTeX-Referenz2
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-referenz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-referenz.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This bundle contains all the examples, as source, eps and pdf,
of the author's book "LaTeX Referenz" (2nd ed.), published by
DANTE/Lehmanns. The examples can be run as usual with the
example class ttctexa.cls, which is in the distribution.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latex-referenz/01-03-1.xltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/01-04-1.lux
%doc %{_texmfdistdir}/doc/latex/latex-referenz/01-04-2.lux
%doc %{_texmfdistdir}/doc/latex/latex-referenz/02-03-1.ltxps
%doc %{_texmfdistdir}/doc/latex/latex-referenz/02-03-2.ltx2crop
%doc %{_texmfdistdir}/doc/latex/latex-referenz/02-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/02-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/03-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/03-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/03-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/03-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/03-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/03-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/04-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/05-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-15.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-16.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-17.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-18.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-19.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-20.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-21.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/06-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-07-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-07-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-07-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-07-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-07-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-07-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-07-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-07-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-08-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-08-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-08-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-08-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-08-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-08-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-08-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-08-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-08-8.ltxps
%doc %{_texmfdistdir}/doc/latex/latex-referenz/08-08-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-02-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-15.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-16.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/09-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-referenz/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100212-3
+ Revision: cdfc991
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20537 |14mr|texlive-latex-tabellen-20100212-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16979
# category Package
# catalog-ctan /info/examples/Tabellen2
# catalog-date 2010-02-12 13:59:30 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-latex-tabellen
Version:	20100212
Release:	3
Summary:	LaTeX Tabellen
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/Tabellen2
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-tabellen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-tabellen.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The examples from the book <<Tabellen mit LaTeX>>, 2nd ed.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-1.ltxps
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-02-1.ltxps
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/01-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-10.ltxps
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-8.ltxps
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-01-9.ltxps
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-05-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-05-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-05-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-07-4.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-08-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-08-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-08-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-08-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-08-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-09-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-09-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-09-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-10-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-11-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-11-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-11-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-11-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-11-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-11-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-11-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-11-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-11-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-11-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-11-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-11-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-11-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-12-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-12-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-13-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-13-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-13-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-13-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-15.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-14-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-15-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-15-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-15-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-16-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-16-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-16-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-17-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-18-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-18-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-18-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-18-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-18-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-19-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-19-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-20-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-20-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-21-1.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-21-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-22-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-22-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-22-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-22-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-23-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-24-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-24-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-24-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-24-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-25-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-25-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-26-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-26-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-26-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-26-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-26-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-26-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-26-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-26-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-26-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-26-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-27-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-28-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-28-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-28-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-28-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-29-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/02-29-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-03-3.ltxb
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/03-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-10.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-11.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-12.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-13.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-14.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-15.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-3.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-4.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-5.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-8.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-01-9.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-02-1.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-02-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-03-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-03-3.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-04-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-04-3.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-04-4.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-04-5.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-05-1.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-05-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-05-3.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-05-4.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-05-5.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-05-6.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-05-7.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-05-8.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-06-1.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-06-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-06-3.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-06-4.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-06-5.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-06-6.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-06-7.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-06-8.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/04-06-9.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-04-1.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-04-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-06-1.ltxE
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-06-2.ltxE
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/05-06-3.ltxE
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-10.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-11.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-12.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-13.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-14.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-15.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-16.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-17.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-18.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-19.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-2.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-20.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-21.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-22.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-23.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-24.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-25.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-26.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-27.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-28.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-29.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-3.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-30.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-31.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-32.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-33.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-34.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-35.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-36.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-37.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-38.ltxps
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-39.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-4.ltxps
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-40.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-41.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-42.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-43.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-44.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-45.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-46.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-5.ltxps
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-6.ltxps
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-7.ltxps
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-8.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/06-00-9.ltx
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/07-03-1.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/07-03-2.ltx2
%doc %{_texmfdistdir}/doc/latex/latex-tabellen/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100212-3
+ Revision: 807bd48
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20538 |14mr|texlive-latex-tds-20120514-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26390
# category Package
# catalog-ctan /macros/latex/contrib/latex-tds
# catalog-date 2012-05-14 12:19:39 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-latex-tds
Version:	20120514
Release:	2
Summary:	A structured copy of the LaTeX distribution
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/latex-tds
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-tds.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-tds.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This bundle provides a set of zip file modules containing TDS-
compliant trees for items of the LaTeX distribution (both the
base system and required packages), together with 'user-
friendly' documentation (PDF files with navigation support
using bookmarks and links). A further module (knuth) performs
the same service for Knuth's software distribution.

#-----------------------------------------------------------------------
%files
#- source
%doc %{_texmfdistdir}/source/latex/latex-tds/README
%doc %{_texmfdistdir}/source/latex/latex-tds/build.pl
%doc %{_texmfdistdir}/source/latex/latex-tds/lib/adjust_checksum.pl
%doc %{_texmfdistdir}/source/latex/latex-tds/lib/ziptimetree.pl
%doc %{_texmfdistdir}/source/latex/latex-tds/license/lppl.txt
%doc %{_texmfdistdir}/source/latex/latex-tds/license/ziptimetree/lgpl.txt
%doc %{_texmfdistdir}/source/latex/latex-tds/patch/amsclass.dtx.diff
%doc %{_texmfdistdir}/source/latex/latex-tds/patch/amsldoc.tex.diff
%doc %{_texmfdistdir}/source/latex/latex-tds/patch/changes.tex.diff
%doc %{_texmfdistdir}/source/latex/latex-tds/patch/encguide.tex.diff
%doc %{_texmfdistdir}/source/latex/latex-tds/patch/hebrew.fdd.diff
%doc %{_texmfdistdir}/source/latex/latex-tds/patch/lb2.err.diff
%doc %{_texmfdistdir}/source/latex/latex-tds/patch/logmac.tex.diff
%doc %{_texmfdistdir}/source/latex/latex-tds/patch/source2e.tex.diff
%doc %{_texmfdistdir}/source/latex/latex-tds/patch/tlc2.err.diff
%doc %{_texmfdistdir}/source/latex/latex-tds/patch/trapman.tex.diff
%doc %{_texmfdistdir}/source/latex/latex-tds/patch/tripman.tex.diff
%doc %{_texmfdistdir}/source/latex/latex-tds/patch/utf8ienc.dtx.diff
%doc %{_texmfdistdir}/source/latex/latex-tds/patch/webman.tex.diff
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/ams.drv
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/babel.tex
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/doc_lppl.tex
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/docstrip.cfg
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/errata.all
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/errata.cfg
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/errata.drv
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/errorlog.drv
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/etex_man.drv
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/greek-usage.tex
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/hyperref.cfg
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/knuth.drv
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/ltnews.cfg
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/ltnews.tex
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/ltugboat.cfg
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/ltxcheck.drv
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/ltxdoc.cfg
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/ltxguide.cfg
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/lualatex-tds.ini
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/lualatex-tds2.ini
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/manual.cfg
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/pdflatex-tds.ini
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/psnfss2e.drv
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/tdsguide.cfg
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/tools-overview.cls
%doc %{_texmfdistdir}/source/latex/latex-tds/tex/tools.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120514-2
+ Revision: 10f2ff4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20539 |14mr|texlive-latex-veryshortguide-20120112-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25084
# category Package
# catalog-ctan /info/latex-veryshortguide
# catalog-date 2012-01-12 15:07:54 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-latex-veryshortguide
Version:	20120112
Release:	2
Summary:	The Very Short Guide to LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/latex-veryshortguide
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-veryshortguide.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-veryshortguide.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a 4-page reminder of what LaTeX does. It is designed
for printing on A4 paper, double-sided, and folding once to A5.
(Such an 'imposed' version of the document is provided in the
distribution, as PDF.).

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latex-veryshortguide/README
%doc %{_texmfdistdir}/doc/latex/latex-veryshortguide/README.pdf
%doc %{_texmfdistdir}/doc/latex/latex-veryshortguide/menno-a.eps
%doc %{_texmfdistdir}/doc/latex/latex-veryshortguide/menno-a.jpg
%doc %{_texmfdistdir}/doc/latex/latex-veryshortguide/veryshortguide-imposed.pdf
%doc %{_texmfdistdir}/doc/latex/latex-veryshortguide/veryshortguide.pdf
%doc %{_texmfdistdir}/doc/latex/latex-veryshortguide/veryshortguide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120112-2
+ Revision: aa7a7f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20540 |14mr|texlive-latex-web-companion-20120710-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29349
# category Package
# catalog-ctan /info/examples/lwc
# catalog-date 2012-07-10 08:38:43 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-latex-web-companion
Version:	20120710
Release:	7
Summary:	Examples from The LaTeX Web Companion
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/lwc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-web-companion.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-web-companion.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%define __noautoprov 'perl\\(.*'

%description
The source of the examples printed in the book, together with
necessary supporting files.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apa/README.apa
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apa/latexexa-raw.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apa/latexexa.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apa/latexexa.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apa/latexexa.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apa/phys332-1.eps
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apa/phys332-2.eps
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apa/teched.html
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apa/teched.java
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/InvitationSAX.class
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/InvitationSAX.java
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/MySAXApp.class
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/MySAXApp.java
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/README.apb
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/bibliotest1.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/bibliotest2.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/biblioxml1.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/biblioxml2.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/colorcir.eps
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/inv2.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/invitation.sty
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/invitation2.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/invitation2.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/latexmath.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/latexmml.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/makelatex.sh
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/minilatex.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/minilatex.xsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/minilatexexa.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/minilatexexa.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/mybiblio.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apb/utf82latin1.sh
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apc/ISOcyr1.pen
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apc/README.apc
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apc/invitation.sty
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apc/invitationfr.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apc/invitationfr.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apc/invitationfr.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apc/invitationfrraw.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apc/invlat1fr.xsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apc/utf8.html
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apc/utf8.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apc/utf8.xsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/apc/utf8raw.html
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch2/latexexa.aux
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch2/latexexa.brf
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch2/latexexa.log
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch2/latexexa.out
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch2/latexexa.pdf
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch2/latexexa.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch2/phys332-1.pdf
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch2/phys332-2.pdf
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/Makefile.ex2
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/Makefile.ex3
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/README.ch3
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/colorcir.eps
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex20.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex21.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex22.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex2bib.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex30.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex31.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex32.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/ex3bib.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/l2hexa.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/myinit.pl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/sampleAMS.css
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/sampleAMS.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/sampleMath.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/sampleMathImages.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/sampleMathThumb.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch3/tac2dim.eps
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.aux
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.css
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.dvi
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.html
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.idv
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.lg
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.log
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.otc
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.tex
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.toc
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/latexexa.xref
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/phys332-1.eps
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/phys332-2.eps
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/tex4ht.env
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/tex4ht.tmp
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch4/tmp.ps
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch6/README.ch6
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch6/catalog
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch6/emptyexample.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch6/invitation.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch6/invitation.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch6/wrong.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch6/xml.dcl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/README.ch7
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/SGMLS.pm
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/SGMLS/Output.pm
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/SGMLS/Refs.pm
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/SGMLS/SGMLS.pm
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/any.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/any.xsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/catalog
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/catalog.dsssl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/catalog.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/debug.txt
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/dsssl.cat
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/dsssl.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/empty.dsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/empty.xsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/emptyexample.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/fot.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/inv1html.pl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/inv2css.html.save
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/inv2html.pl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/inv2lat.pl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/inv3.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invcss.html.save
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invfo1.fop
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invfo1.out
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invfo1.pdf
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invfo1.xsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invhtml.dsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invhtml2.xsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invit.css
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation.dsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation.fot
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation.sty
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation.tex.save
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation2.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitation2.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invitationfr.sty
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invlat1.xsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invtab1.dsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/invtab2.dsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/makesum.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/makesum.xsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/sectionexa.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/sectionexa.xsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/sgmlspl.pl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/skel.pl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/style-sheet.dtd
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/templatest.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/templatest.xsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/templatestnok.xsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/templatestok.xsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/test-SGMLS.pl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/writefile.xsl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/writefiles.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/wrong.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/xml.dcl
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/xsl.xml
%doc %{_texmfdistdir}/doc/latex/latex-web-companion/ch7/xslexa1.xsl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120710-7
+ Revision: 7a7c9f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20541 |14mr|texlive-lato-2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24986
# category Package
# catalog-ctan /fonts/lato
# catalog-date 2011-12-31 13:07:31 +0100
# catalog-license lppl1.3
# catalog-version 2.2
Name:		texlive-lato
Version:	2.2
Release:	2
Summary:	Lato font fanily and LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/lato
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lato.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lato.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lato.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Lato is a sanserif typeface family designed in the Summer 2010
by Warsaw-based designer Lukasz Dziedzic for the tyPoland
foundry. This font, which includes five weights (hairline,
light, regular, bold and black), is available from the Google
Font Directory as TrueType files under the Open Font License
version 1.1. The package provides support for this font in
LaTeX. It includes the original TrueType fonts, as well as Type
1 versions, converted for this package using FontForge for full
support with Dvips.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Bla-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Bla.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-BlaIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-BlaIta.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Bol-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Bol.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-BolIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-BolIta.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Hai-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Hai.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-HaiIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-HaiIta.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Lig-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Lig.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-LigIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-LigIta.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Reg-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-Reg.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-RegIta-LCDFJ.afm
%{_texmfdistdir}/fonts/afm/public/lato/Lato-RegIta.afm
%{_texmfdistdir}/fonts/enc/dvips/lato/lato-01.enc
%{_texmfdistdir}/fonts/enc/dvips/lato/lato-02.enc
%{_texmfdistdir}/fonts/enc/dvips/lato/lato-dotlessj.enc
%{_texmfdistdir}/fonts/map/dvips/lato/lato.map
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bla-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BlaIta-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Bol-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-BolIta-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Hai-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-HaiIta-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Lig-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-LigIta-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-Reg-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-01.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-02.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-dotlessj.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/lato/Lato-RegIta-ts1.tfm
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Bla.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-BlaIta.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Bol.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-BolIta.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Hai.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-HaiIta.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Lig.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-LigIta.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-Reg.ttf
%{_texmfdistdir}/fonts/truetype/public/lato/Lato-RegIta.ttf
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Bla-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Bla.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-BlaIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-BlaIta.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Bol-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Bol.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-BolIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-BolIta.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Hai-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Hai.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-HaiIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-HaiIta.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Lig-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Lig.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-LigIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-LigIta.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Reg-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-Reg.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-RegIta-LCDFJ.pfb
%{_texmfdistdir}/fonts/type1/public/lato/Lato-RegIta.pfb
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bla-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BlaIta-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Bol-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-BolIta-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Hai-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-HaiIta-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Lig-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-LigIta-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-Reg-ts1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-ot1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-t1.vf
%{_texmfdistdir}/fonts/vf/public/lato/Lato-RegIta-ts1.vf
%{_texmfdistdir}/tex/latex/lato/lato.sty
%{_texmfdistdir}/tex/latex/lato/ot1fla.fd
%{_texmfdistdir}/tex/latex/lato/t1fla.fd
%{_texmfdistdir}/tex/latex/lato/ts1fla.fd
%doc %{_texmfdistdir}/doc/fonts/lato/CHANGES
%doc %{_texmfdistdir}/doc/fonts/lato/README
%doc %{_texmfdistdir}/doc/fonts/lato/lato-samples.pdf
%doc %{_texmfdistdir}/doc/fonts/lato/lato-samples.tex
%doc %{_texmfdistdir}/doc/fonts/lato/lato.pdf
%doc %{_texmfdistdir}/doc/fonts/lato/lato.tex
%doc %{_texmfdistdir}/doc/fonts/lato/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/lato/Makefile
%doc %{_texmfdistdir}/source/fonts/lato/lato-01.etx
%doc %{_texmfdistdir}/source/fonts/lato/lato-02.etx
%doc %{_texmfdistdir}/source/fonts/lato/lato-dotlessj.etx
%doc %{_texmfdistdir}/source/fonts/lato/lato-drv.tex
%doc %{_texmfdistdir}/source/fonts/lato/lato-fixlatin.mtx
%doc %{_texmfdistdir}/source/fonts/lato/lato-fixtextcomp.mtx
%doc %{_texmfdistdir}/source/fonts/lato/lato-map.tex
%doc %{_texmfdistdir}/source/fonts/lato/ttf2type1.pe

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-2
+ Revision: 155d725
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20542 |14mr|texlive-layaureo-20061230-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19087
# category Package
# catalog-ctan /macros/latex/contrib/layaureo
# catalog-date 2006-12-30 10:59:01 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-layaureo
Version:	20061230
Release:	3
Summary:	A package to improve the A4 page layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/layaureo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/layaureo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/layaureo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/layaureo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package produces a wide page layout for documents that use
A4 paper size. Moreover, LayAureo provides both a simple hook
for leaving an empty space which is required if pages are
bundled by a press binding use option binding=length), and an
option called big which it forces typearea to become maximum.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/layaureo/layaureo.sty
%doc %{_texmfdistdir}/doc/latex/layaureo/README
%doc %{_texmfdistdir}/doc/latex/layaureo/layaureo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/layaureo/layaureo.dtx
%doc %{_texmfdistdir}/source/latex/layaureo/layaureo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061230-3
+ Revision: f1b6deb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20543 |14mr|texlive-layouts-2.6d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/layouts
# catalog-date 2009-09-02 18:09:14 +0200
# catalog-license lppl1.3
# catalog-version 2.6d
Name:		texlive-layouts
Version:	2.6d
Release:	3
Summary:	Display various elements of a document's layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/layouts
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/layouts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/layouts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/layouts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Display information about a document, including: text
positioning on a page; disposition of floats; layout of
paragraphs, lists, footnotes, table of contents, and sectional
headings; font boxes. Facilities are provided for a document
designer to experiment with the layout parameters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/layouts/layouts.sty
%doc %{_texmfdistdir}/doc/latex/layouts/README
%doc %{_texmfdistdir}/doc/latex/layouts/layman.pdf
%doc %{_texmfdistdir}/doc/latex/layouts/layouts.pdf
#- source
%doc %{_texmfdistdir}/source/latex/layouts/layman.tex
%doc %{_texmfdistdir}/source/latex/layouts/layouts.dtx
%doc %{_texmfdistdir}/source/latex/layouts/layouts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6d-3
+ Revision: 54f4ffb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20544 |14mr|texlive-lazylist-1.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17691
# category Package
# catalog-ctan /macros/latex/contrib/lazylist
# catalog-date 2006-12-30 10:59:01 +0100
# catalog-license lppl
# catalog-version 1.0a
Name:		texlive-lazylist
Version:	1.0a
Release:	3
Summary:	Lists in TeX's "mouth"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lazylist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lazylist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lazylist.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a pile of lambda-calculus and list-
handling macros of an incredibly obtuse nature. The TUGboat
paper serves as a manual for the macros. This TeX code was
formally verified.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lazylist/lazylist.sty
%doc %{_texmfdistdir}/doc/latex/lazylist/lazylist.pdf
%doc %{_texmfdistdir}/doc/latex/lazylist/lazylist.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-3
+ Revision: 45510b5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20545 |14mr|texlive-lcd-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16549
# category Package
# catalog-ctan /macros/latex/contrib/lcd
# catalog-date 2006-11-14 20:05:17 +0100
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-lcd
Version:	0.3
Release:	3
Summary:	Alphanumerical LCD-style displays
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lcd
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package that will display text as on an LCD display.
Assumes 8-bit input in its internal verbatim-style environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lcd/lcd.sty
%doc %{_texmfdistdir}/doc/latex/lcd/00readme
%doc %{_texmfdistdir}/doc/latex/lcd/example.pdf
%doc %{_texmfdistdir}/doc/latex/lcd/example.tex
#- source
%doc %{_texmfdistdir}/source/latex/lcd/lcd.dtx
%doc %{_texmfdistdir}/source/latex/lcd/lcd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: 6891bcf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20546 |14mr|texlive-lcdftypetools-2.97-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /fonts/utilities/lcdf-typetools
# catalog-date 2012-10-26 00:32:45 +0200
# catalog-license gpl
# catalog-version 2.97
Name:		texlive-lcdftypetools
Version:	2.97
Release:	6
Summary:	A bundle of outline font manipulation tools
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/utilities/lcdf-typetools
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcdftypetools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcdftypetools.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-glyphlist
Requires:	texlive-lcdftypetools.bin

%description
This bundle of tools comprises: - Cfftot1, which translates a
Compact Font Format (CFF) font, or a PostScript-flavored
OpenType font, into PostScript Type 1 format. It correctly
handles subroutines and hints; - Mmafm and mmpfb, which create
instances of multiple-master fonts (mmafm and mmpfb were
previously distributed in their own package, mminstance); -
Otfinfo, which reports information about OpenType fonts, such
as the features they support and the contents of their 'size'
optical size features; - Otftotfm, which creates TeX font
metrics and encodings that correspond to a PostScript-flavored
OpenType font. It will interpret glyph positionings,
substitutions, and ligatures as far as it is able. You can say
which OpenType features should be activated; - T1dotlessj,
creates a Type 1 font whose only character is a dotless j
matching the input font's design; - T1lint, which checks a Type
1 font for correctness; - T1reencode, which replaces a font's
internal encoding with one you specify; and - T1testpage, which
creates a PostScript proof for a Type 1 font. It is preliminary
software.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/cfftot1.1*
%doc %{_texmfdistdir}/doc/man/man1/cfftot1.man1.pdf
%doc %{_mandir}/man1/mmafm.1*
%doc %{_texmfdistdir}/doc/man/man1/mmafm.man1.pdf
%doc %{_mandir}/man1/mmpfb.1*
%doc %{_texmfdistdir}/doc/man/man1/mmpfb.man1.pdf
%doc %{_mandir}/man1/otfinfo.1*
%doc %{_texmfdistdir}/doc/man/man1/otfinfo.man1.pdf
%doc %{_mandir}/man1/otftotfm.1*
%doc %{_texmfdistdir}/doc/man/man1/otftotfm.man1.pdf
%doc %{_mandir}/man1/t1dotlessj.1*
%doc %{_texmfdistdir}/doc/man/man1/t1dotlessj.man1.pdf
%doc %{_mandir}/man1/t1lint.1*
%doc %{_texmfdistdir}/doc/man/man1/t1lint.man1.pdf
%doc %{_mandir}/man1/t1rawafm.1*
%doc %{_texmfdistdir}/doc/man/man1/t1rawafm.man1.pdf
%doc %{_mandir}/man1/t1reencode.1*
%doc %{_texmfdistdir}/doc/man/man1/t1reencode.man1.pdf
%doc %{_mandir}/man1/t1testpage.1*
%doc %{_texmfdistdir}/doc/man/man1/t1testpage.man1.pdf
%doc %{_mandir}/man1/ttftotype42.1*
%doc %{_texmfdistdir}/doc/man/man1/ttftotype42.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.97-6
+ Revision: 2cc5bfb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20547 |14mr|texlive-lcg-1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31474
# category Package
# catalog-ctan /macros/latex/contrib/lcg
# catalog-date 2013-08-19 14:43:09 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-lcg
Version:	1.3
Release:	6
Summary:	Generate random integers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lcg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The lcg package generates random numbers (integers) via a
linear congruential generator (Schrage's method). The random
numbers are written to a counter. The keyval package is used
for the user to provide values for the range and a seed, and
for the name of the counter to be used.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lcg/lcg.sty
%doc %{_texmfdistdir}/doc/latex/lcg/lcg.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lcg/lcg.dtx
%doc %{_texmfdistdir}/source/latex/lcg/lcg.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-6
+ Revision: 020f817
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20548 |14mr|texlive-lcyw-v1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/lcyw
# catalog-date 2009-12-16 19:51:33 +0100
# catalog-license lppl1.3
# catalog-version v1.1
Name:		texlive-lcyw
Version:	v1.1
Release:	3
Summary:	Make Classic Cyrillic CM fonts accessible in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lcyw
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcyw.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcyw.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcyw.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes the classic CM Cyrillic fonts accessible for
use with LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lcyw/cmap-cyr-vf.sty
%{_texmfdistdir}/tex/latex/lcyw/koi7a.cmap
%{_texmfdistdir}/tex/latex/lcyw/lcywcmr.fd
%{_texmfdistdir}/tex/latex/lcyw/lcywcmss.fd
%{_texmfdistdir}/tex/latex/lcyw/lcywcmssq.fd
%{_texmfdistdir}/tex/latex/lcyw/lcywcmtt.fd
%{_texmfdistdir}/tex/latex/lcyw/lcywenc.def
%doc %{_texmfdistdir}/doc/latex/lcyw/README
%doc %{_texmfdistdir}/doc/latex/lcyw/README.koi8-r
%doc %{_texmfdistdir}/doc/latex/lcyw/example-lcyw.tex
%doc %{_texmfdistdir}/doc/latex/lcyw/lcyw.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lcyw/lcyw.dtx
%doc %{_texmfdistdir}/source/latex/lcyw/lcyw.ins
%doc %{_texmfdistdir}/source/latex/lcyw/lcywfd.fdd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.1-3
+ Revision: 5927d98
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20549 |14mr|texlive-leading-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/leading
# catalog-date 2008-12-15 18:32:16 +0100
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-leading
Version:	0.3
Release:	3
Summary:	Define leading with a length
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/leading
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leading.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leading.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leading.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a command \leading, whose argument is a
<length> that specifies the nominal distance between
consecutive baselines of typeset text. The command replaces the
rather more difficult LaTeX command \linespread{<ratio>}, where
the leading is specified by reference to the font size.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/leading/leading.sty
%doc %{_texmfdistdir}/doc/latex/leading/README
%doc %{_texmfdistdir}/doc/latex/leading/leading.pdf
#- source
%doc %{_texmfdistdir}/source/latex/leading/leading.dtx
%doc %{_texmfdistdir}/source/latex/leading/leading.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: 69c6a2e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20550 |14mr|texlive-leaflet-1.0d-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27126
# category Package
# catalog-ctan /macros/latex/contrib/leaflet
# catalog-date 2012-07-05 15:17:31 +0200
# catalog-license lppl
# catalog-version 1.0d
Name:		texlive-leaflet
Version:	1.0d
Release:	2
Summary:	Create small handouts (flyers)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/leaflet
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leaflet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leaflet.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leaflet.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A document class to create small hand-outs (flyers) that fit on
a single sheet of paper which is then folded twice. Pages are
rearranged by LaTeX so that they print correctly on a single
sheet -- no external script is necessary. (Works with
PostScript and PDF.) This is a complete reimplementation with
permission of the original author Jurgen Schlegelmilch.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/leaflet/leaflet.cls
%doc %{_texmfdistdir}/doc/latex/leaflet/README
%doc %{_texmfdistdir}/doc/latex/leaflet/leaflet-manual.pdf
%doc %{_texmfdistdir}/doc/latex/leaflet/leaflet-manual.tex
%doc %{_texmfdistdir}/doc/latex/leaflet/leaflet.pdf
#- source
%doc %{_texmfdistdir}/source/latex/leaflet/leaflet.dtx
%doc %{_texmfdistdir}/source/latex/leaflet/leaflet.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0d-2
+ Revision: 215425d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20551 |14mr|texlive-lecturer-20110911-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23916
# category Package
# catalog-ctan /macros/generic/lecturer
# catalog-date 2011-09-11 12:44:24 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-lecturer
Version:	20110911
Release:	3
Summary:	On-screen presentations for (almost) all formats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/lecturer
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lecturer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lecturer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package creates slides for on-screen presentations based on
PDF features without manipulating TeX's typesetting process.
The presentation flow relies on PDF's abilities to display
content step by step. Features include: - Free positioning of
anything anywhere in painted areas on the slide, as well as in
the main textblock; - Numerous attributes to control the layout
and the presentation flow, from TeX's primitive dimensions to
the visibility of steps; - Feature inheritance from global to
local settings, with intermediate types; - Basic drawing
facilities to produce symbols, e.g., for list items or buttons;
- Colors, transparency, shades, and pictures; - Navigation with
links, pop-up menus, and customizable bookmarks; - Easy switch
between presentation and handout; and - PDF transitions.
Besides the traditional documentation, the distribution
includes visual documentation and six demo presentations
ranging from geometric abstraction to classic style to silly
video game. Lecturer is designed to work with all formats, but
presently fails with ConTeXt MkIV (because of clashes in
management of PDF objects, probably), works only with pdfTeX
and LuaTeX for the time being, and requires texapi and yax,
both v.1.02.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/lecturer/lecturer.sty
%{_texmfdistdir}/tex/generic/lecturer/lecturer.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-areas.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-graphics.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-job.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-navigation.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-slides.tex
%{_texmfdistdir}/tex/generic/lecturer/ltr-steps.tex
%{_texmfdistdir}/tex/generic/lecturer/t-lecturer.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-BeamerCambridgeUS.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-BeamerCambridgeUS.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-KitschScienceFiction.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-KitschScienceFiction.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-Mondrian.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-Mondrian.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-SimplePresentation.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-SimplePresentation.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-SquaresOfAs.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-SquaresOfAs.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-ThePoodleLectures.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-ThePoodleLectures.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-VisualDoc.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/LecturerDemo-VisualDoc.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/README
%doc %{_texmfdistdir}/doc/generic/lecturer/lecturer-doc.pdf
%doc %{_texmfdistdir}/doc/generic/lecturer/lecturer-doc.tex
%doc %{_texmfdistdir}/doc/generic/lecturer/universe.jpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110911-3
+ Revision: fd9dea7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20552 |14mr|texlive-ledmac-0.19.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30987
# category Package
# catalog-ctan /macros/latex/contrib/ledmac
# catalog-date 2013-06-15 00:57:55 +0200
# catalog-license lppl
# catalog-version 0.19.1
Name:		texlive-ledmac
Version:	0.19.1
Release:	6
Summary:	Typeset scholarly editions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ledmac
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ledmac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ledmac.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ledmac.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A macro package for typesetting scholarly critical editions.
The ledmac package is a LaTeX port of the plain TeX EDMAC
macros. It supports indexing by page and line number and simple
tabular- and array-style environments. The package is
distributed with the related ledpar and ledarab packages. The
package is now superseded by eledmac.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ledmac/afoot.sty
%{_texmfdistdir}/tex/latex/ledmac/ledarab.sty
%{_texmfdistdir}/tex/latex/ledmac/ledmac.sty
%{_texmfdistdir}/tex/latex/ledmac/ledpar.sty
%doc %{_texmfdistdir}/doc/latex/ledmac/Makefile
%doc %{_texmfdistdir}/doc/latex/ledmac/README
%doc %{_texmfdistdir}/doc/latex/ledmac/djd17nov.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/djd17novL.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/djd17novR.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/djdpoems.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/djdpoems1.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/djdpoems2.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/djdpoems3.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/djdpoems4.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/egarab.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/egarab.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/egarabpar.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/egarabpar.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledarab.pdf
%doc %{_texmfdistdir}/doc/latex/ledmac/ledarden.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/ledarden.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledbraonain.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/ledbraonain.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledeasy.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/ledeasy.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledekker.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/ledekker.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledfeat.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/ledfeat.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledioc.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/ledioc.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledmac.pdf
%doc %{_texmfdistdir}/doc/latex/ledmac/ledmixed.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/ledmixed.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledpar.pdf
%doc %{_texmfdistdir}/doc/latex/ledmac/villon.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/villon.tex
#- source
%doc %{_texmfdistdir}/source/latex/ledmac/ledarab.dtx
%doc %{_texmfdistdir}/source/latex/ledmac/ledarab.ins
%doc %{_texmfdistdir}/source/latex/ledmac/ledmac.dtx
%doc %{_texmfdistdir}/source/latex/ledmac/ledmac.ins
%doc %{_texmfdistdir}/source/latex/ledmac/ledpar.dtx
%doc %{_texmfdistdir}/source/latex/ledmac/ledpar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.19.1-6
+ Revision: 673ce89
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20553 |14mr|texlive-leftidx-20070108-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/leftidx
# catalog-date 2007-01-08 22:21:56 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-leftidx
Version:	20070108
Release:	3
Summary:	Left and right subscripts and superscripts in math mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/leftidx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leftidx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leftidx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leftidx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Left and right subscripts and superscripts are automatically
raised for better fitting to the symbol they belong to.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/leftidx/leftidx.sty
%doc %{_texmfdistdir}/doc/latex/leftidx/README
%doc %{_texmfdistdir}/doc/latex/leftidx/leftidx.pdf
#- source
%doc %{_texmfdistdir}/source/latex/leftidx/Makefile
%doc %{_texmfdistdir}/source/latex/leftidx/leftidx.dtx
%doc %{_texmfdistdir}/source/latex/leftidx/leftidx.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070108-3
+ Revision: ae6c27b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20554 |14mr|texlive-leipzig-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31045
# category Package
# catalog-ctan /macros/latex/contrib/leipzig
# catalog-date 2013-06-19 00:57:02 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-leipzig
Version:	1.1
Release:	6
Summary:	Typeset and index linguistic gloss abbreviations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/leipzig
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leipzig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leipzig.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leipzig.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The leipzig package provides a set of macros for standard
glossing abbreviations, with options to create new ones. They
are mnemonic (e.g. \Acc{} for accusative, abbreviated acc).
These abbre can be used alone or on top of the glossaries
package for easy indexing and glossary printing.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/leipzig/leipzig.sty
%doc %{_texmfdistdir}/doc/latex/leipzig/README
%doc %{_texmfdistdir}/doc/latex/leipzig/README.txt
%doc %{_texmfdistdir}/doc/latex/leipzig/leipzig.pdf
%doc %{_texmfdistdir}/doc/latex/leipzig/leipzig.tex
#- source
%doc %{_texmfdistdir}/source/latex/leipzig/leipzig.dtx
%doc %{_texmfdistdir}/source/latex/leipzig/leipzig.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 71e5cd9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20555 |14mr|texlive-lengthconvert-1.0a-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30867
# category Package
# catalog-ctan /macros/latex/contrib/lengthconvert
# catalog-date 2013-06-22 23:41:37 +0200
# catalog-license lppl1.3
# catalog-version 1.0a
Name:		texlive-lengthconvert
Version:	1.0a
Release:	8
Summary:	Express lengths in arbitrary units
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lengthconvert
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lengthconvert.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lengthconvert.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lengthconvert.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a command to convert a length to any of a
large selection of units. The package relies on the LaTeX 3
programming environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lengthconvert/lengthconvert.sty
%doc %{_texmfdistdir}/doc/latex/lengthconvert/lengthconvert.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lengthconvert/lengthconvert.dtx
%doc %{_texmfdistdir}/source/latex/lengthconvert/lengthconvert.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-8
+ Revision: 0303328
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20556 |14mr|texlive-lettre-2.346-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21400
# category Package
# catalog-ctan /macros/latex/contrib/lettre
# catalog-date 2007-01-08 22:21:56 +0100
# catalog-license lppl
# catalog-version 2.346
Name:		texlive-lettre
Version:	2.346
Release:	3
Summary:	Letters and faxes in French
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lettre
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lettre.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lettre.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Developed from the ancestor of the standard letter class, at
the Observatoire de Geneve.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lettre/default.ins
%{_texmfdistdir}/tex/latex/lettre/lettre.cls
%{_texmfdistdir}/tex/latex/lettre/lettre.cls_2.346
%{_texmfdistdir}/tex/latex/lettre/obs.ins
%doc %{_texmfdistdir}/doc/latex/lettre/2.346-release-notes
%doc %{_texmfdistdir}/doc/latex/lettre/ALIRE
%doc %{_texmfdistdir}/doc/latex/lettre/LAST_VERSION_IS_2.346
%doc %{_texmfdistdir}/doc/latex/lettre/LICENSE
%doc %{_texmfdistdir}/doc/latex/lettre/README
%doc %{_texmfdistdir}/doc/latex/lettre/institut.tpl
%doc %{_texmfdistdir}/doc/latex/lettre/letdoc.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex1.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex1.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex1.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex2.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex2.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex2.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex3.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex3.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex3.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex4.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex4.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex4.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex5.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex5.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex5.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex6.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex6.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex6.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex7.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex7.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex71.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex72.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex8.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex8.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex81.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex82.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex83.ps
%doc %{_texmfdistdir}/doc/latex/lettre/lettre.tpl
%doc %{_texmfdistdir}/doc/latex/lettre/lppl.txt
%doc %{_texmfdistdir}/doc/latex/lettre/telefax.tpl
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxd.odt
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxd.ps
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxd.tex
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxe.odt
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxe.ps
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxe.tex
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxf.odt
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxf.tex
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxf1.ps
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxf2.ps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.346-3
+ Revision: 232db25
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20557 |14mr|texlive-lettrine-1.63-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27185
# category Package
# catalog-ctan /macros/latex/contrib/lettrine
# catalog-date 2012-07-20 19:39:58 +0200
# catalog-license lppl
# catalog-version 1.63
Name:		texlive-lettrine
Version:	1.63
Release:	2
Summary:	Typeset dropped capitals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lettrine
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lettrine.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lettrine.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lettrine.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The lettrine package supports various dropped capitals styles,
typically those described in the French typographic books. In
particular, it has facilities for the paragraph text's left
edge to follow the outline of capitals that have a regular
shape (such as "A" and "V").

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lettrine/lettrine.cfg
%{_texmfdistdir}/tex/latex/lettrine/lettrine.sty
%{_texmfdistdir}/tex/latex/lettrine/optfile.cfl
%{_texmfdistdir}/tex/latex/lettrine/pacl.cfl
%{_texmfdistdir}/tex/latex/lettrine/padl.cfl
%{_texmfdistdir}/tex/latex/lettrine/pzc2.cfl
%{_texmfdistdir}/tex/latex/lettrine/pzc3.cfl
%doc %{_texmfdistdir}/doc/latex/lettrine/README
%doc %{_texmfdistdir}/doc/latex/lettrine/W.eps
%doc %{_texmfdistdir}/doc/latex/lettrine/W.pdf
%doc %{_texmfdistdir}/doc/latex/lettrine/demo-de.pdf
%doc %{_texmfdistdir}/doc/latex/lettrine/demo-de.tex
%doc %{_texmfdistdir}/doc/latex/lettrine/demo.pdf
%doc %{_texmfdistdir}/doc/latex/lettrine/demo.tex
%doc %{_texmfdistdir}/doc/latex/lettrine/lettrine.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lettrine/lettrine.dtx
%doc %{_texmfdistdir}/source/latex/lettrine/lettrine.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.63-2
+ Revision: 2c6c0d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20558 |14mr|texlive-levy-20110316-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21750
# category Package
# catalog-ctan /fonts/greek/levy
# catalog-date 2011-03-16 12:04:55 +0100
# catalog-license gpl2
# catalog-version undef
Name:		texlive-levy
Version:	20110316
Release:	3
Summary:	Fonts for typesetting classical greek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/levy
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/levy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/levy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These fonts are derivatives of Kunth's CM fonts. Macros for use
with Plain TeX are included in the package; for use with LaTeX,
see lgreek (with English documentation) or levy (with German
documentation).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/levy/a.mf
%{_texmfdistdir}/fonts/source/public/levy/b.mf
%{_texmfdistdir}/fonts/source/public/levy/d.mf
%{_texmfdistdir}/fonts/source/public/levy/digits.mf
%{_texmfdistdir}/fonts/source/public/levy/e.mf
%{_texmfdistdir}/fonts/source/public/levy/f.mf
%{_texmfdistdir}/fonts/source/public/levy/g.mf
%{_texmfdistdir}/fonts/source/public/levy/gen_acc.mf
%{_texmfdistdir}/fonts/source/public/levy/gen_sigma.mf
%{_texmfdistdir}/fonts/source/public/levy/graccent.mf
%{_texmfdistdir}/fonts/source/public/levy/grbase.mf
%{_texmfdistdir}/fonts/source/public/levy/grbld10.mf
%{_texmfdistdir}/fonts/source/public/levy/grbld8.mf
%{_texmfdistdir}/fonts/source/public/levy/grbld9.mf
%{_texmfdistdir}/fonts/source/public/levy/greek.mf
%{_texmfdistdir}/fonts/source/public/levy/grpunct.mf
%{_texmfdistdir}/fonts/source/public/levy/grreg10.mf
%{_texmfdistdir}/fonts/source/public/levy/grreg8.mf
%{_texmfdistdir}/fonts/source/public/levy/grreg9.mf
%{_texmfdistdir}/fonts/source/public/levy/grtt10.mf
%{_texmfdistdir}/fonts/source/public/levy/h.mf
%{_texmfdistdir}/fonts/source/public/levy/i.mf
%{_texmfdistdir}/fonts/source/public/levy/j.mf
%{_texmfdistdir}/fonts/source/public/levy/k.mf
%{_texmfdistdir}/fonts/source/public/levy/l.mf
%{_texmfdistdir}/fonts/source/public/levy/lig.mf
%{_texmfdistdir}/fonts/source/public/levy/lower.mf
%{_texmfdistdir}/fonts/source/public/levy/m.mf
%{_texmfdistdir}/fonts/source/public/levy/n.mf
%{_texmfdistdir}/fonts/source/public/levy/o.mf
%{_texmfdistdir}/fonts/source/public/levy/p.mf
%{_texmfdistdir}/fonts/source/public/levy/q.mf
%{_texmfdistdir}/fonts/source/public/levy/r.mf
%{_texmfdistdir}/fonts/source/public/levy/s.mf
%{_texmfdistdir}/fonts/source/public/levy/t.mf
%{_texmfdistdir}/fonts/source/public/levy/u.mf
%{_texmfdistdir}/fonts/source/public/levy/upper.mf
%{_texmfdistdir}/fonts/source/public/levy/w.mf
%{_texmfdistdir}/fonts/source/public/levy/x.mf
%{_texmfdistdir}/fonts/source/public/levy/y.mf
%{_texmfdistdir}/fonts/source/public/levy/z.mf
%{_texmfdistdir}/fonts/tfm/public/levy/grbld10.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grbld8.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grbld9.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grreg10.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grreg8.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grreg9.tfm
%{_texmfdistdir}/tex/generic/levy/greekmacros.tex
%{_texmfdistdir}/tex/generic/levy/slgreek.sty
%doc %{_texmfdistdir}/doc/fonts/levy/README
%doc %{_texmfdistdir}/doc/fonts/levy/digits.mf-old
%doc %{_texmfdistdir}/doc/fonts/levy/g.mf-old
%doc %{_texmfdistdir}/doc/fonts/levy/greekhist.tex
%doc %{_texmfdistdir}/doc/fonts/levy/greekuse.tex
%doc %{_texmfdistdir}/doc/fonts/levy/grinstall.tex
%doc %{_texmfdistdir}/doc/fonts/levy/grtestfont.tex
%doc %{_texmfdistdir}/doc/fonts/levy/makeall
%doc %{_texmfdistdir}/doc/fonts/levy/makefont
%doc %{_texmfdistdir}/doc/fonts/levy/testfont

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110316-3
+ Revision: 2ad9f55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20559 |14mr|texlive-lewis-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/lewis
# catalog-date 2007-03-08 21:58:53 +0100
# catalog-license pd
# catalog-version 0.1
Name:		texlive-lewis
Version:	0.1
Release:	3
Summary:	Draw Lewis structures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lewis
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lewis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lewis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides rudimentary support for drawing Lewis
Structures. Support is limited to elements that support the
octet rule.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lewis/lewis.sty
%doc %{_texmfdistdir}/doc/latex/lewis/README
%doc %{_texmfdistdir}/doc/latex/lewis/lewis.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 4e1d7b9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20560 |14mr|texlive-lexikon-1.0c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17364
# category Package
# catalog-ctan /macros/latex/contrib/lexikon
# catalog-date 2010-03-06 21:34:04 +0100
# catalog-license lppl
# catalog-version 1.0c
Name:		texlive-lexikon
Version:	1.0c
Release:	3
Summary:	Macros for a two language dictionary
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lexikon
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lexikon.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lexikon.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive lexikon package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lexikon/lexikon.sty
%doc %{_texmfdistdir}/doc/latex/lexikon/lexikon-doc.pdf
%doc %{_texmfdistdir}/doc/latex/lexikon/lexikon-doc.tex
%doc %{_texmfdistdir}/doc/latex/lexikon/lexikon.tex
%doc %{_texmfdistdir}/doc/latex/lexikon/lexikon.upl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0c-3
+ Revision: 6249f5e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20561 |14mr|texlive-lexref-1.0.1alpha-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32751
# category Package
# catalog-ctan /macros/latex/contrib/lexref
# catalog-date 2014-01-21 18:42:00 +0100
# catalog-license lppl1.3
# catalog-version 1.0.1 alpha
Name:		texlive-lexref
Version:	1.0.1alpha
Release:	2
Summary:	Convenient and uniform references to legal provisions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lexref
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lexref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lexref.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is aimed at continental lawyers (especially those
in Switzerland and Germany), allowing the user to make
references to legal provisions conveniently and uniformly. The
package also allows the user to add cited Acts to a
nomenclature list (automatically), and to build specific
indexes for each cited Act. The package is still under
development, and should be treated as an 'alpha'-release.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lexref/lexref.sty
%doc %{_texmfdistdir}/doc/latex/lexref/README
%doc %{_texmfdistdir}/doc/latex/lexref/lexref.pdf
%doc %{_texmfdistdir}/doc/latex/lexref/lexref.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1alpha-2
+ Revision: deed1f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20562 |14mr|texlive-lfb-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/greek/lfb
# catalog-date 2006-10-18 08:58:01 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-lfb
Version:	1.0
Release:	3
Summary:	A Greek font with normal and bold variants
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/lfb
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lfb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lfb.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a Greek font written in MetaFont, with inspiration from
the Bodoni typefaces in old books. It is stylistically a little
more exotic than the standard textbook Greek fonts,
particularly in glyphs like the lowercase rho and kappa. It
aims for a rather calligraphic feel, but seems to blend well
with Computer Modern. There is a ligature scheme which
automatically inserts the breathings required for ancient
texts, making the input text more readable than in some
schemes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/lfb/accents.mf
%{_texmfdistdir}/fonts/source/public/lfb/alpha.mf
%{_texmfdistdir}/fonts/source/public/lfb/beta.mf
%{_texmfdistdir}/fonts/source/public/lfb/capitals.mf
%{_texmfdistdir}/fonts/source/public/lfb/charmap.mf
%{_texmfdistdir}/fonts/source/public/lfb/delta.mf
%{_texmfdistdir}/fonts/source/public/lfb/epsilon.mf
%{_texmfdistdir}/fonts/source/public/lfb/eta.mf
%{_texmfdistdir}/fonts/source/public/lfb/gamma.mf
%{_texmfdistdir}/fonts/source/public/lfb/iota.mf
%{_texmfdistdir}/fonts/source/public/lfb/kappa.mf
%{_texmfdistdir}/fonts/source/public/lfb/khi.mf
%{_texmfdistdir}/fonts/source/public/lfb/lambda.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb10.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb11.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb12.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb5.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb6.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb7.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb8.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfb9.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb10.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb11.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb12.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb5.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb6.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb7.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb8.mf
%{_texmfdistdir}/fonts/source/public/lfb/lfbb9.mf
%{_texmfdistdir}/fonts/source/public/lfb/ligature.mf
%{_texmfdistdir}/fonts/source/public/lfb/mu.mf
%{_texmfdistdir}/fonts/source/public/lfb/nu.mf
%{_texmfdistdir}/fonts/source/public/lfb/omega.mf
%{_texmfdistdir}/fonts/source/public/lfb/omikron.mf
%{_texmfdistdir}/fonts/source/public/lfb/others.mf
%{_texmfdistdir}/fonts/source/public/lfb/phi.mf
%{_texmfdistdir}/fonts/source/public/lfb/pi.mf
%{_texmfdistdir}/fonts/source/public/lfb/psi.mf
%{_texmfdistdir}/fonts/source/public/lfb/rho.mf
%{_texmfdistdir}/fonts/source/public/lfb/serifs.mf
%{_texmfdistdir}/fonts/source/public/lfb/sigma.mf
%{_texmfdistdir}/fonts/source/public/lfb/sigmafin.mf
%{_texmfdistdir}/fonts/source/public/lfb/tau.mf
%{_texmfdistdir}/fonts/source/public/lfb/theta.mf
%{_texmfdistdir}/fonts/source/public/lfb/upsilon.mf
%{_texmfdistdir}/fonts/source/public/lfb/xi.mf
%{_texmfdistdir}/fonts/source/public/lfb/zeta.mf
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb11.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb12.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb5.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb6.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb7.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb8.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfb9.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb11.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb12.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb5.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb6.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb7.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb8.tfm
%{_texmfdistdir}/fonts/tfm/public/lfb/lfbb9.tfm
%doc %{_texmfdistdir}/doc/fonts/lfb/README
%doc %{_texmfdistdir}/doc/fonts/lfb/example.pdf
%doc %{_texmfdistdir}/doc/fonts/lfb/example.tex
%doc %{_texmfdistdir}/doc/fonts/lfb/lfb.make
%doc %{_texmfdistdir}/doc/fonts/lfb/lfbacc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: e5c5bf4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20563 |14mr|texlive-lgreek-20110314-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21818
# category Package
# catalog-ctan /macros/latex/contrib/lgreek
# catalog-date 2011-03-14 20:27:38 +0100
# catalog-license gpl2
# catalog-version undef
Name:		texlive-lgreek
Version:	20110314
Release:	3
Summary:	LaTeX macros for using Silvio Levy's Greek fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lgreek
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lgreek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lgreek.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A conversion of Silvio Levy's Plain TeX macros for use with
LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lgreek/LGcmr.fd
%{_texmfdistdir}/tex/latex/lgreek/LGcmtt.fd
%{_texmfdistdir}/tex/latex/lgreek/LGenc.def
%{_texmfdistdir}/tex/latex/lgreek/lgreek.sty
%doc %{_texmfdistdir}/doc/latex/lgreek/README
%doc %{_texmfdistdir}/doc/latex/lgreek/lgreekuse.pdf
%doc %{_texmfdistdir}/doc/latex/lgreek/lgreekuse.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110314-3
+ Revision: 0efae8c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20564 |14mr|texlive-lgrx-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27003
# category Package
# catalog-ctan /macros/latex/contrib/lgrx
# catalog-date 2012-07-05 15:34:29 +0200
# catalog-license lppl1.3
# catalog-version 0.6
Name:		texlive-lgrx
Epoch:		1
Version:	0.6
Release:	3
Summary:	Greek text with the LGR font encoding
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lgrx
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lgrx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lgrx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The LGRx bundle provides packages and definitions for
typesetting Greek text with fonts in the LGR encoding, the de-
facto standard set by babel. It includes a comprehensive font
definition file, support for Unicode input and macros for Greek
letters in non-Greek text.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lgrx/alphabeta.sty
%{_texmfdistdir}/tex/latex/lgrx/lgrenc.dfu
%{_texmfdistdir}/tex/latex/lgrx/lgrxenc.def
%{_texmfdistdir}/tex/latex/lgrx/textalpha.sty
%doc %{_texmfdistdir}/doc/latex/lgrx/README
%doc %{_texmfdistdir}/doc/latex/lgrx/README.html
%doc %{_texmfdistdir}/doc/latex/lgrx/alphabeta-test.pdf
%doc %{_texmfdistdir}/doc/latex/lgrx/alphabeta-test.tex
%doc %{_texmfdistdir}/doc/latex/lgrx/alphabeta.sty.html
%doc %{_texmfdistdir}/doc/latex/lgrx/greek-unicode.pdf
%doc %{_texmfdistdir}/doc/latex/lgrx/greek-unicode.tex
%doc %{_texmfdistdir}/doc/latex/lgrx/greekhyperref.pdf
%doc %{_texmfdistdir}/doc/latex/lgrx/greekhyperref.tex
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrenc.dfu.html
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrx.pdf
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrx.tex
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrxenc-test.pdf
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrxenc-test.tex
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrxenc.def.html
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrxenc.pdf
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrxenc.tex
%doc %{_texmfdistdir}/doc/latex/lgrx/textalpha-test.pdf
%doc %{_texmfdistdir}/doc/latex/lgrx/textalpha-test.tex
%doc %{_texmfdistdir}/doc/latex/lgrx/textalpha.sty.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.6-3
+ Revision: f39dd98
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20565 |14mr|texlive-lh-3.5g-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/cyrillic/lh
# catalog-date 2009-09-21 21:37:51 +0200
# catalog-license lppl
# catalog-version 3.5g
Name:		texlive-lh
Version:	3.5g
Release:	3
Summary:	Cyrillic fonts that support LaTeX standard encodings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cyrillic/lh
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lh.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lh.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-ec

%description
The LH fonts address the problem of the wide variety of
alphabets that are written with Cyrillic-style characters. The
fonts are the original basis of the set of T2* and X2 encodings
that are now used when LaTeX users need to write in Cyrillic
languages. Macro support in standard LaTeX encodings is offered
through the cyrillic and t2 bundles, and the package itself
offers support for other (more traditional) encodings. The
fonts, in the standard T2* and X2 encodings are available in
Adobe Type 1 format, in the CM-Super family of fonts. The
package also offers its own LaTeX support for OT2 encoded
fonts, CM bright shaped fonts and Concrete shaped fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/lh/base/fikparm.mf
%{_texmfdistdir}/fonts/source/lh/base/lcyrbeg.mf
%{_texmfdistdir}/fonts/source/lh/base/lcyrdefs.mf
%{_texmfdistdir}/fonts/source/lh/base/ldbroman.mf
%{_texmfdistdir}/fonts/source/lh/base/ldcsc.mf
%{_texmfdistdir}/fonts/source/lh/base/ldroman.mf
%{_texmfdistdir}/fonts/source/lh/base/ldtexset.mf
%{_texmfdistdir}/fonts/source/lh/base/ldtextit.mf
%{_texmfdistdir}/fonts/source/lh/base/ldtitle.mf
%{_texmfdistdir}/fonts/source/lh/base/lebroman.mf
%{_texmfdistdir}/fonts/source/lh/base/lecsc.mf
%{_texmfdistdir}/fonts/source/lh/base/leroman.mf
%{_texmfdistdir}/fonts/source/lh/base/letextit.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcspl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyracc.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyri.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyrl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyrsp.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyrsym.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyru.mf
%{_texmfdistdir}/fonts/source/lh/base/lgengsym.mf
%{_texmfdistdir}/fonts/source/lh/base/lgidigit.mf
%{_texmfdistdir}/fonts/source/lh/base/lgilig.mf
%{_texmfdistdir}/fonts/source/lh/base/lgitalp.mf
%{_texmfdistdir}/fonts/source/lh/base/lgocyrac.mf
%{_texmfdistdir}/fonts/source/lh/base/lgpunct.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrdigit.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrlig.mf
%{_texmfdistdir}/fonts/source/lh/base/lgromp.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrusi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrusl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrusu.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2comi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2coml.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2comu.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2loi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2lol.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2lou.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2slvi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2slvl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2slvu.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2upi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2upl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2upu.mf
%{_texmfdistdir}/fonts/source/lh/base/lkligtbl.mf
%{_texmfdistdir}/fonts/source/lh/base/llbligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/llcligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/lliligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/llmligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/llrligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/llvligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/lwnligs.mf
%{_texmfdistdir}/fonts/source/lh/base/lxpseudo.mf
%{_texmfdistdir}/fonts/source/lh/base/lycyracc.mf
%{_texmfdistdir}/fonts/source/lh/base/lypseudo.mf
%{_texmfdistdir}/fonts/source/lh/base/nodraw.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irslb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irsli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irslo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irslq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irsltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbegin.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rscodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rslb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rslo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rslq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rssq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsssdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/00readme.txt
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccb10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concb10pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx10pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx12pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx5pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx6pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx7pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx8pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx9pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concc9pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/ilhcsc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/ilhtt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/illhss8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/illhssb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/illhssi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrsl17.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrsl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrsl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcb10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhccsc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr5.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr6.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr7.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcsl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhsltl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/llhss8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/llhssb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/llhssi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/ilwnss8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/ilwnssb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/ilwnssi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/iwncsc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/iwntt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/lwnss8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/lwnssb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/lwnssi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrsl17.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrsl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrsl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncb10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnccsc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr5.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr6.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr7.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncsl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnsltl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wntl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilalb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilali8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilalo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilalq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilaltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lacodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lalb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lali8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lalo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lalq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lasq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lassdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilblb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilbli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilblo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilblq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilbltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbcodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lblb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lblo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lblq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lboslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lboti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbsq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbssdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilclb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilcli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilclo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilclq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilcltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lccodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lclb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lclo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lclq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcsq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcssdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildlb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildlo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildlq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldcodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldlb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldlo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldlq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldsq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldssdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxlb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxlo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxlq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxcodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxlb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxlo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxlq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxsq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxssdc10.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgbersta.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgberstb.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgberstc.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcacci.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcaccl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcaccu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcmodi.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcmodl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcmodu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcvaci.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcvacl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcvacu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgt2slxi.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgt2slxl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgt2slxu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgunici.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgunicl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgunicu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lhberest.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgcrusl.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgcyrcl.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgcyrcu.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgnoncl.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgnoncu.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgrucl.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgrucu.mf
%{_texmfdistdir}/tex/latex/lh/lh-lcy.sty
%{_texmfdistdir}/tex/latex/lh/lh-lcyccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-lcyxccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-ot2.sty
%{_texmfdistdir}/tex/latex/lh/lh-ot2ccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-ot2xccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2accr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2axccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2bccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2bxccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2cccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2cxccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-x2ccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-x2xccr.sty
%{_texmfdistdir}/tex/latex/lh/nfssfox.tex
%{_texmfdistdir}/tex/plain/lh/testfox.tex
%{_texmfdistdir}/tex/plain/lh/testkern.tex
%doc %{_texmfdistdir}/doc/fonts/lh/README
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/beresta.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/berestax.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/lacodes.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/lbcodes.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/lccodes.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/ldcodes.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/rxcodes.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/txcodes.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/yycodes.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/allenc.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/allenc0.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/allenc1.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/allenc2.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/allenc3.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/allenc4.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog-beresta.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog-short.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog.lh
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog1.lh
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog1.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog2.lh
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog2.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog3.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog4.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog5.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog6.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog7.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/lh-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/lh-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/lh-texx.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/lh-texy.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2a-fmap-short.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2a-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2a-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2b-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2b-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2c-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2c-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2d-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2d-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/testLHtxt.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/uc-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/wn-comp.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/wn-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/wn-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/x2-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/x2-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/xsl-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/xsl-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/install
%doc %{_texmfdistdir}/doc/fonts/lh/lhfonts/T1inT2.en
%doc %{_texmfdistdir}/doc/fonts/lh/lhfonts/fonttest.en
%doc %{_texmfdistdir}/doc/fonts/lh/lhfonts/lhfont35.en
%doc %{_texmfdistdir}/doc/fonts/lh/lhfonts/lhfont35.ru
%doc %{_texmfdistdir}/doc/fonts/lh/lhfonts/lhfonts.hst
%doc %{_texmfdistdir}/doc/fonts/lh/manifest.txt
%doc %{_texmfdistdir}/doc/fonts/lh/readme35c.1st
%doc %{_texmfdistdir}/doc/fonts/lh/readme35g.1st
%doc %{_texmfdistdir}/doc/fonts/lh/samples/lh-lcy.tex
%doc %{_texmfdistdir}/doc/fonts/lh/samples/lh-lcytext.tex
%doc %{_texmfdistdir}/doc/fonts/lh/samples/lh-ot2.tex
%doc %{_texmfdistdir}/doc/fonts/lh/samples/lh-ot2text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/samples/lh-t2a.tex
%doc %{_texmfdistdir}/doc/fonts/lh/samples/lh-t2atext.tex
#- source
%doc %{_texmfdistdir}/source/fonts/lh/dvidrv.mfj
%doc %{_texmfdistdir}/source/fonts/lh/dvidrvlh.mfj
%doc %{_texmfdistdir}/source/fonts/lh/tex/00readme.txt
%doc %{_texmfdistdir}/source/fonts/lh/tex/01cm-lh.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/03cm-wn.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/04cm-vf.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/11ex-rs.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/11ex-rx.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/12ex-la.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/13ex-lb.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/14ex-lc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/15ex-ld.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/20cm-ct.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/21cm-ic.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/22cm-wc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/23cm-mc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/24cm-kc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/25cm-uc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/30cm-lx.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/31cm-ix.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/32cm-wx.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/33cm-mx.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/34cm-kx.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/46cm-ly.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/46cm-lz.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/47ex-tx.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/91berest.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/92check.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/92cm-xx.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/99-CMstd.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/99-T2enc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/99allenc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/99tstenc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/cfhead.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/cfstdedt.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/cod-edt.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/enc-t2.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntaddcm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntaddec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntallcm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntallec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntbasec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntbercm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntberec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntbricm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntbriec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntconcm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntconec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntinvcm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntinvec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntmincm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntminec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fnttstcm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fnttstec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/likerdat.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/likergrp.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/likermac.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/rliker.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/setter.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-XSlav/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-lcy/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-ot2/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-t2a/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-t2b/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-t2c/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-t2d/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-x2/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh_temp/00readme
%doc %{_texmfdistdir}/source/latex/lh/00readme.txt
%doc %{_texmfdistdir}/source/latex/lh/lcyfonts.fdd
%doc %{_texmfdistdir}/source/latex/lh/lcyfonts.ins
%doc %{_texmfdistdir}/source/latex/lh/nfssfox.dtx
%doc %{_texmfdistdir}/source/latex/lh/nfssfox.ins
%doc %{_texmfdistdir}/source/latex/lh/ot2fonts.fdd
%doc %{_texmfdistdir}/source/latex/lh/ot2fonts.ins
%doc %{_texmfdistdir}/source/latex/lh/t2ccfonts.fdd
%doc %{_texmfdistdir}/source/latex/lh/t2ccfonts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5g-3
+ Revision: d2929fd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20566 |14mr|texlive-lhcyr-20120522-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31795
# category Package
# catalog-ctan /macros/latex/contrib/lhcyr
# catalog-date 2012-05-22 11:10:15 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-lhcyr
Version:	20120522
Release:	6
Summary:	A non-standard Cyrillic input scheme
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lhcyr
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lhcyr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lhcyr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of three LaTeX 2e styles intended for typesetting
Russian and bilingual English-Russian documents, using the lh
fonts and without the benefit of babel's language-switching
mechanisms. The packages (lhcyralt and lhcyrwin for use under
emTeX, and lhcyrkoi for use under teTeX) provide mappings
between the input encoding and the font encoding (which is
described as OT1). The way this is done does not match the way
inputenc would do the job, for output via fontenc to one of the
T2 series of font encodings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lhcyr/karabas.tex
%{_texmfdistdir}/tex/latex/lhcyr/kniga.tex
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/README
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/lhcyralt-hyphen.cfg
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/lhcyralt-rhyphen.tex
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/lhcyralt.sty
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhdh.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhfib.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhfr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhss.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhtt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhvtt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/README
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/kcmf.tgz
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi-hyphen.cfg
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi-rhyphen.tex
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi.sty
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/maketfms.sh
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcdh.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcfib.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcfr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcss.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kctt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcvtt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/special.kc
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/README
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/lhcyrwin-hyphen.cfg
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/lhcyrwin-rhyphen.tex
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/lhcyrwin.sty
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcdh.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcfib.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcfr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcss.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wctt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcvtt.fd
%{_texmfdistdir}/tex/latex/lhcyr/otchet.tex
%{_texmfdistdir}/tex/latex/lhcyr/pismo.tex
%{_texmfdistdir}/tex/latex/lhcyr/rusfonts.tex
%{_texmfdistdir}/tex/latex/lhcyr/statya.tex
#- source
%doc %{_texmfdistdir}/source/latex/lhcyr/README
%doc %{_texmfdistdir}/source/latex/lhcyr/dvidrv.mfj
%doc %{_texmfdistdir}/source/latex/lhcyr/lhjob.mfj
%doc %{_texmfdistdir}/source/latex/lhcyr/wcjob.mfj

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120522-6
+ Revision: f005176
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20567 |14mr|texlive-lhelp-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23638
# category Package
# catalog-ctan /macros/latex/contrib/lhelp
# catalog-date 2007-01-08 22:21:56 +0100
# catalog-license gpl
# catalog-version 2.0
Name:		texlive-lhelp
Version:	2.0
Release:	3
Summary:	Miscellaneous helper packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lhelp
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lhelp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lhelp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lhelp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package defines macros which are useful for many
documents. It is a large collection of simple 'little helpers'
which do not really warrant a separate package on their own.
Included are, among other things, definitions of common units
with preceeding thinspaces, framed boxes where both width and
height can be specified, starting new odd or even pages, draft
markers, notes, conditional includes, including EPS files, and
versions of enumerate and itemize which allow the horizontal
and vertical spacing to be changed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lhelp/lhelp.sty
%doc %{_texmfdistdir}/doc/latex/lhelp/Makefile
%doc %{_texmfdistdir}/doc/latex/lhelp/lhelp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lhelp/lhelp.drv
%doc %{_texmfdistdir}/source/latex/lhelp/lhelp.dtx
%doc %{_texmfdistdir}/source/latex/lhelp/lhelp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 88c5bcb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20568 |14mr|texlive-libertine-5.1.3x6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24921
# category Package
# catalog-ctan /fonts/libertine
# catalog-date 2011-12-13 08:25:06 +0100
# catalog-license gpl
# catalog-version 5.1.3x6
Name:		texlive-libertine
Version:	5.1.3x6
Release:	4
Summary:	Use the font Libertine with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/libertine
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libertine.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libertine.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Linux-Libertine project offers a font family with a wide
range of shapes, and support of several alphabets (including
Latin, Cyrillic, Greek and Hebrew).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_K.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_R.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_RB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_RI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aBL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aRL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aU.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aUB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aUI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aUL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aULB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aW.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aWB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aWI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aWL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aWLB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_DR.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_I.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_R.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RBI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RZ.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RZI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_aBL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_aDRL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_aRL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_aZL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinMono_M.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinMono_aML.otf
%{_texmfdistdir}/tex/latex/libertine/fxbuni.inc
%{_texmfdistdir}/tex/latex/libertine/fxiuni.inc
%{_texmfdistdir}/tex/latex/libertine/fxkuni.inc
%{_texmfdistdir}/tex/latex/libertine/fxluni.inc
%{_texmfdistdir}/tex/latex/libertine/libertineotf.sty
%doc %{_texmfdistdir}/doc/fonts/libertine/Bugs.txt
%doc %{_texmfdistdir}/doc/fonts/libertine/ChangeLog.txt
%doc %{_texmfdistdir}/doc/fonts/libertine/GPL.txt
%doc %{_texmfdistdir}/doc/fonts/libertine/INSTALL.txt
%doc %{_texmfdistdir}/doc/fonts/libertine/LICENCE.txt
%doc %{_texmfdistdir}/doc/fonts/libertine/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/libertine/README.libertine
%doc %{_texmfdistdir}/doc/fonts/libertine/libertine.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine/libertine.sty
%doc %{_texmfdistdir}/doc/fonts/libertine/libertine.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.1.3x6-4
+ Revision: 94d9459
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20569 |14mr|texlive-libertine-legacy-20111231-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24978
# category Package
# catalog-ctan /fonts/libertine-legacy
# catalog-date 2011-12-31 01:27:20 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-libertine-legacy
Version:	20111231
Release:	2
Summary:	Linux Libertine fonts for TeX and pfdTeX users
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/libertine-legacy
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libertine-legacy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libertine-legacy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for (traditional-)TeX-based users
of the libertine bundle, who were left isolated when that
bundle switched to OTF-only form on 2012-12-11 (thus only, now,
supporting XeTeX and LuaTeX users). To prevent confusion with
libertine 'original', there are no OTF fonts in the present
package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/libertine-legacy/config.libertine
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbb.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbbo.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbk.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbo.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbob.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxboi.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbr.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbri.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbro.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbs.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbsb.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxbsi.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlb.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlbi.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlbo.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxldr.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxldro.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxli.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlr.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlri.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlro.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlz.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlzi.afm
%{_texmfdistdir}/fonts/afm/public/libertine-legacy/fxlzo.afm
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/t1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-00.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-01.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-02.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-03.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-04.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-05.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-1d.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-1e.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-1f.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-20.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-21.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-22.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-23.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-24.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-25.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-26.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-27.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-2c.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-2e.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-8x.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-a7.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-e0.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-e1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-e3.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-e4.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-f6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-fb.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-ff.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-t1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xb-ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-00.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-01.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-03.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-04.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-05.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-1e.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-21.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-24.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-e0.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-e1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-e3.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-e4.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xi-ff.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-00.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-01.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-02.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-03.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-05.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-21.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-23.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-24.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-25.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-26.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-27.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-e0.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-e1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-e3.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xk-ff.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-00.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-01.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-02.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-03.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-04.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-05.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-1d.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-1e.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-1f.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-20.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-21.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-22.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-23.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-24.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-25.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-26.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-27.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-2c.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-2e.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-8x.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-a6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-a7.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-circle.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-e0.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-e1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-e3.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-e4.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-f6.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-fb.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-ff.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-infsup.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-lgr.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-t1.enc
%{_texmfdistdir}/fonts/enc/dvips/libertine-legacy/xl-ts1.enc
%{_texmfdistdir}/fonts/map/dvips/libertine-legacy/libertine.map
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbc-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbbo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbk.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbob.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbobc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbobc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbobc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbobc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbobc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboi.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboic-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboic-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboic-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxboic-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbrc-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbri.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbro.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbs.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsbc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsbc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsbc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsbc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsbc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsi.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsic-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsic-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsic-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxbsic-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbc-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbi.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbic-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlbo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldrc-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxldro.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxli.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlrc-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlri.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlric-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlro.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlz.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzc-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzi.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzic-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-8r.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-lgros.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1caps.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1fittedzero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1jo.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1ost.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-t1zero.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-ts1fitted.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-ts1o.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-ts1os.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xi-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xk-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-00.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-01.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-02.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-03.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-04.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-05.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-1d.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-1e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-1f.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-20.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-21.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-22.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-23.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-24.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-25.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-26.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-27.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-2c.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-2e.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-8x.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-a6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-a7.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-circle.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-e0.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-e1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-e3.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-e4.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-f6.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-fb.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-ff.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-infsup.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo-xl-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/libertine-legacy/fxlzo.tfm
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbb.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbbo.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbk.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbo.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbob.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxboi.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbr.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbri.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbro.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbs.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbsb.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxbsi.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlb.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlbi.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlbo.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxldr.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxldro.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxli.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlr.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlri.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlro.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlz.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlzi.pfb
%{_texmfdistdir}/fonts/type1/public/libertine-legacy/fxlzo.pfb
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbb-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbc-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbbo-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbo-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbob-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbobc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbobc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbobc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbobc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbobc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboi-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboic-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboic-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboic-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboic-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxboic-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbr-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbrc-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbri-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbro-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbs-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsb-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsbc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsbc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsbc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsbc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsbc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsi-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsic-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsic-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsic-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsic-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxbsic-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlb-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbc-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbi-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbic-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlbo-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldr-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldrc-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxldro-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlr-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlrc-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlri-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlric-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlro-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlz-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzc-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzi-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzic-ts1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-lgr.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-lgros.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1caps.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1fittedzero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1jo.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1os.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1ost.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-t1zero.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-ts1.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-ts1fitted.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-ts1o.vf
%{_texmfdistdir}/fonts/vf/public/libertine-legacy/fxlzo-ts1os.vf
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxb.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxbf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxbfo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxbj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxbjo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxbo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxi.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxk.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxl.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxlc.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxlf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxlfo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxlfz.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxlj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxljo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxljt.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxlo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu1fxlz.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxb.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxbf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxbfo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxbj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxbjo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxbo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxi.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxk.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxl.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxlc.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxlf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxlfo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxlfz.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxlj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxljo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxljt.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxlo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/eu2fxlz.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/fxb.inc
%{_texmfdistdir}/tex/latex/libertine-legacy/fxi.inc
%{_texmfdistdir}/tex/latex/libertine-legacy/fxk.inc
%{_texmfdistdir}/tex/latex/libertine-legacy/fxl.inc
%{_texmfdistdir}/tex/latex/libertine-legacy/lgrfxl.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/lgrfxlj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/libertine-uni-3.def
%{_texmfdistdir}/tex/latex/libertine-legacy/libertine-uni-31.def
%{_texmfdistdir}/tex/latex/libertine-legacy/libertine-uni-32.def
%{_texmfdistdir}/tex/latex/libertine-legacy/libertine.sty
%{_texmfdistdir}/tex/latex/libertine-legacy/libertinecomp.sty
%{_texmfdistdir}/tex/latex/libertine-legacy/libertinekey.sty
%{_texmfdistdir}/tex/latex/libertine-legacy/libertinelist.sty
%{_texmfdistdir}/tex/latex/libertine-legacy/libertinelogo.sty
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxb.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxbf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxbfo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxbj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxbjo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxbo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxl.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxlc.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxlf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxlfz.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxlj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxljo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxljt.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxlo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/t1fxlz.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxb.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxbf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxbj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxbo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxl.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxlf.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxlj.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ts1fxlo.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb00.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb01.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb02.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb03.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb04.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb05.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb1d.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb1e.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb1f.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb20.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb21.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb22.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb23.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb24.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb25.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb26.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb27.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb2c.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxb2e.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxba7.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxbe0.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxbe1.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxbe3.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxbe4.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxbf6.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxbfb.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxbff.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi00.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi01.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi03.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi04.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi05.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi1e.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi21.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxi24.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxie0.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxie1.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxie3.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxie4.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxiff.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk00.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk01.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk02.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk03.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk05.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk21.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk23.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk24.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk25.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk26.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxk27.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxke0.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxke1.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxke3.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxkff.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl00.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl01.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl02.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl03.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl04.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl05.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl1d.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl1e.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl1f.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl20.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl21.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl22.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl23.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl24.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl25.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl26.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl27.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl2c.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxl2e.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxla6.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxla7.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxle0.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxle1.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxle3.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxle4.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxlf6.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxlfb.fd
%{_texmfdistdir}/tex/latex/libertine-legacy/ufxlff.fd
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/Bugs.txt
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ChangeLog.txt
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/GPL.txt
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/INSTALL.txt
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/LICENCE.txt
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/README
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/grimm.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/grimme.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/grimmf.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/index.ist
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/lgrfxl.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/lgrfxlj.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertine.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinedoku.cls
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertineglyph.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_b_ic.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_b_n.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_b_sc.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_b_sl.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_m_ic.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_m_it.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_m_n.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_m_sc.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxb_m_sl.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_b_ic.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_b_it.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_b_n.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_b_sc.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_b_sl.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_d_n.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_d_sc.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_d_sl.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_m_ic.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_m_it.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_m_n.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_m_sc.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_m_sl.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_z_ic.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_z_it.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_z_n.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_z_sc.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinekerning_fxl_z_sl.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinetable_lgr.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinetable_t1.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinetable_ts1.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinetext.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinetexte.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/libertinetextf.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/loadFD.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/loadFDlgr.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/loadFDt1.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/loadFDts1.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/loadFDufxb.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/loadFDufxk.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/loadFDufxl.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/lualibertine.tex
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertine.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertineglyph.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertinetable_lgr.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertinetable_t1.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertinetable_ts1.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertinetext.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertinetexte.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/pdfs/libertinetextf.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxb.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxbf.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxbfo.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxbj.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxbjo.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxbo.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxl.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxlc.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxlf.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxlfz.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxlj.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxljo.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxljt.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxlo.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/t1fxlz.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/testkerning.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxb.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxbf.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxbj.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxbo.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxl.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxlf.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxlj.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ts1fxlo.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb00.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb01.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb02.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb03.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb04.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb05.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb1d.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb1e.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb1f.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb20.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb21.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb22.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb23.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb24.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb25.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb26.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb27.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb2c.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxb2e.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxba7.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxbe0.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxbe1.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxbe3.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxbe4.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxbf6.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxbfb.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxbff.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi00.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi01.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi03.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi04.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi05.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi1e.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi21.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxi24.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxie0.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxie1.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxie3.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxie4.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxiff.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk00.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk01.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk02.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk03.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk05.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk21.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk23.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk24.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk25.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk26.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxk27.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxke0.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxke1.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxke3.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxkff.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl00.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl01.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl02.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl03.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl04.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl05.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl1d.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl1e.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl1f.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl20.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl21.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl22.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl23.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl24.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl25.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl26.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl27.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl2c.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxl2e.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxla6.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxla7.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxle0.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxle1.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxle3.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxle4.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxlf6.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxlfb.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/ufxlff.inc
%doc %{_texmfdistdir}/doc/fonts/libertine-legacy/xlibertineunicode.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111231-2
+ Revision: 895c18f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20570 |14mr|texlive-libertineotf-5.13.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25890
# category Package
# catalog-ctan /fonts/libertineotf
# catalog-date 2012-04-08 14:50:51 +0200
# catalog-license gpl2
# catalog-version 5.13-8
Name:		texlive-libertineotf
Version:	5.13.8
Release:	2
Summary:	Linux Libertine fonts for use with lua(La)TeX and xe(La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/libertineotf
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libertineotf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libertineotf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libertineotf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Linux-Libertine project offers a font family with a wide
range of shapes, and support of several alphabets (including
Latin, Cyrillic, Greek and Hebrew). This bundle provides the
fonts in OpenType format (see libertine-legacy for an earlier
release in Adobe Type 1 format).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_K.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_R.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_RB.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_RI.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aBL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aRL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aU.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aUB.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aUI.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aUL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aULB.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aW.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aWB.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aWI.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aWL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinBiolinum_aWLB.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_DR.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_I.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_R.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_RB.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_RBI.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_RI.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_RZ.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_RZI.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_aBL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_aDRL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_aRL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinLibertine_aZL.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinMono_M.otf
%{_texmfdistdir}/fonts/opentype/public/libertineotf/LinMono_aML.otf
%{_texmfdistdir}/tex/latex/libertineotf/fxbuni.inc
%{_texmfdistdir}/tex/latex/libertineotf/fxiuni.inc
%{_texmfdistdir}/tex/latex/libertineotf/fxkuni.inc
%{_texmfdistdir}/tex/latex/libertineotf/fxluni.inc
%{_texmfdistdir}/tex/latex/libertineotf/libertineotf.sty
%doc %{_texmfdistdir}/doc/fonts/libertineotf/GPL.txt
%doc %{_texmfdistdir}/doc/fonts/libertineotf/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/libertineotf/README
%doc %{_texmfdistdir}/doc/fonts/libertineotf/libertine.pdf
%doc %{_texmfdistdir}/doc/fonts/libertineotf/lppl.txt
#- source
%doc %{_texmfdistdir}/source/fonts/libertineotf/LinBiolinumO-gpos.csv
%doc %{_texmfdistdir}/source/fonts/libertineotf/LinBiolinumO-gsub.csv
%doc %{_texmfdistdir}/source/fonts/libertineotf/LinLibertineO-gpos.csv
%doc %{_texmfdistdir}/source/fonts/libertineotf/LinLibertineO-gsub.csv
%doc %{_texmfdistdir}/source/fonts/libertineotf/lib_bsp_01.tex
%doc %{_texmfdistdir}/source/fonts/libertineotf/lib_bsp_02.tex
%doc %{_texmfdistdir}/source/fonts/libertineotf/lib_bsp_03.tex
%doc %{_texmfdistdir}/source/fonts/libertineotf/lib_bsp_04.tex
%doc %{_texmfdistdir}/source/fonts/libertineotf/lib_bsp_05.tex
%doc %{_texmfdistdir}/source/fonts/libertineotf/lib_bsp_06.tex
%doc %{_texmfdistdir}/source/fonts/libertineotf/libertine.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.13.8-2
+ Revision: bd75dcb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20571 |14mr|texlive-libgreek-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21725
# category Package
# catalog-ctan /macros/latex/contrib/libgreek
# catalog-date 2011-03-14 12:22:04 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-libgreek
Version:	1.0
Release:	3
Summary:	Use Libertine or Biolinum Greek glyphs in mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/libgreek
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libgreek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libgreek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libgreek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is for LaTeX users who wish to use the Libertine or
Biolinum font for the Greek letters in math mode. It is not
necessary to load the libertine package itself, but of course
the Linux-Libertine/Biolinum fonts and LaTeX support files must
have been installed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/libgreek/libgreek.sty
%doc %{_texmfdistdir}/doc/latex/libgreek/README
%doc %{_texmfdistdir}/doc/latex/libgreek/libgreek.pdf
#- source
%doc %{_texmfdistdir}/source/latex/libgreek/libgreek.dtx
%doc %{_texmfdistdir}/source/latex/libgreek/libgreek.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 1b1b69a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20572 |14mr|texlive-librarian-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19880
# category Package
# catalog-ctan /macros/generic/librarian
# catalog-date 2010-06-25 08:56:08 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-librarian
Version:	1.0
Release:	3
Summary:	Tools to create bibliographies in TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/librarian
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/librarian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/librarian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extracts information in bib files, makes it
available in the current document, and sorts lists of entries
according to that information and the user's specifications.
Citation and bibliography styles can then be written directly
in TeX, without any use of BibTeX. Creating references thus
depends entirely on the user's skill in TeX. The package works
with all formats that use plain TeX's basic syntactic sugar;
the distribution includes a third-party file for ConTeXt and a
style file for LaTeX. As an example of use, an Author (Year)
style is given in a separate file and explained in the
documentation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/librarian/librarian.sty
%{_texmfdistdir}/tex/generic/librarian/librarian.tex
%{_texmfdistdir}/tex/generic/librarian/t-librarian.tex
%doc %{_texmfdistdir}/doc/generic/librarian/README
%doc %{_texmfdistdir}/doc/generic/librarian/authoryear.tex
%doc %{_texmfdistdir}/doc/generic/librarian/librarian-doc.pdf
%doc %{_texmfdistdir}/doc/generic/librarian/librarian-doc.tex
%doc %{_texmfdistdir}/doc/generic/librarian/librarian.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 43c0dee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20573 |14mr|texlive-libris-1.007-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19409
# category Package
# catalog-ctan /fonts/libris
# catalog-date 2010-07-10 19:16:06 +0200
# catalog-license gpl
# catalog-version 1.007
Name:		texlive-libris
Version:	1.007
Release:	3
Summary:	Libris ADF fonts, with LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/libris
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libris.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libris.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libris.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LibrisADF is a sans-serif family designed to mimic Lydian. The
bundle includes: - fonts, in Adobe Type 1, TrueType and
OpenType formats, and - LaTeX support macros, for use with the
Type 1 versions of the fonts. The LaTeX macros depend on the
nfssext-cfr bundle. GPL licensing applies the the fonts
themselves; the support macros are distributed under LPPL
licensing.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arkandis/libris/ylyb8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/libris/ylybi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/libris/ylyr8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/libris/ylyri8a.afm
%{_texmfdistdir}/fonts/enc/dvips/libris/libris-supp.enc
%{_texmfdistdir}/fonts/enc/dvips/libris/t1-cfr-yly.enc
%{_texmfdistdir}/fonts/enc/dvips/libris/ts1-euro-yly.enc
%{_texmfdistdir}/fonts/map/dvips/libris/yly.map
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb-t1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb-ts1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyb8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi-t1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi-ts1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybiw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylybw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr-t1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr-ts1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyr8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri-t1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri-ts1.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri8s.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyriw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/libris/ylyrw8t.tfm
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyb8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyb8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylybi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylybi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyr8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyr8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/libris/ylyri8a.pfm
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyb8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyb8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylybi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylybi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylybiw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylybw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyr8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyr8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyriw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/libris/ylyrw8t.vf
%{_texmfdistdir}/tex/latex/libris/libris.sty
%{_texmfdistdir}/tex/latex/libris/t1yly.fd
%{_texmfdistdir}/tex/latex/libris/t1ylyw.fd
%{_texmfdistdir}/tex/latex/libris/ts1yly.fd
%{_texmfdistdir}/tex/latex/libris/ts1ylyw.fd
%doc %{_texmfdistdir}/doc/fonts/libris/COPYING
%doc %{_texmfdistdir}/doc/fonts/libris/NOTICE.txt
%doc %{_texmfdistdir}/doc/fonts/libris/README
%doc %{_texmfdistdir}/doc/fonts/libris/librisadf.pdf
%doc %{_texmfdistdir}/doc/fonts/libris/librisadf.tex
%doc %{_texmfdistdir}/doc/fonts/libris/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/libris/libris-supp.etx
%doc %{_texmfdistdir}/source/fonts/libris/reglyph-yly.tex
%doc %{_texmfdistdir}/source/fonts/libris/resetalt.mtx
%doc %{_texmfdistdir}/source/fonts/libris/t1-cfr.etx
%doc %{_texmfdistdir}/source/fonts/libris/t1-libris.etx
%doc %{_texmfdistdir}/source/fonts/libris/t1-librisswash.etx
%doc %{_texmfdistdir}/source/fonts/libris/ts1-euro.etx
%doc %{_texmfdistdir}/source/fonts/libris/yly-drv.tex
%doc %{_texmfdistdir}/source/fonts/libris/yly-map.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.007-3
+ Revision: cdbb945
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20574 |14mr|texlive-lilyglyphs-9.2.2-1.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31814
# category Package
# catalog-ctan /macros/luatex/latex/lilyglyphs
# catalog-date 2013-10-02 17:17:58 +0200
# catalog-license lppl1.3
# catalog-version 9.2.2
Name:		texlive-lilyglyphs
Version:	9.2.2
Release:	1.6
Summary:	Access lilypond fragments and glyphs, in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/lilyglyphs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lilyglyphs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lilyglyphs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lilyglyphs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
# FIXME temporary
Provides:	texlive-lilyglyphs.bin
#Requires:	texlive-lilyglyphs.bin

%description
The package provides the means to include arbitrary elements of
Lilypond notation, including symbols from Lilypond's Emmentaler
font, in a LaTeX document. The package uses OpenType fonts, and
as a result must be compiled with LuaLaTeX or XeLaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/lilyglyphs/FONTLOG
%{_texmfdistdir}/fonts/opentype/public/lilyglyphs/LICENSE.OFL
%{_texmfdistdir}/fonts/opentype/public/lilyglyphs/emmentaler-11.otf
%{_texmfdistdir}/fonts/opentype/public/lilyglyphs/emmentaler-13.otf
%{_texmfdistdir}/fonts/opentype/public/lilyglyphs/emmentaler-14.otf
%{_texmfdistdir}/fonts/opentype/public/lilyglyphs/emmentaler-16.otf
%{_texmfdistdir}/fonts/opentype/public/lilyglyphs/emmentaler-18.otf
%{_texmfdistdir}/fonts/opentype/public/lilyglyphs/emmentaler-20.otf
%{_texmfdistdir}/fonts/opentype/public/lilyglyphs/emmentaler-23.otf
%{_texmfdistdir}/fonts/opentype/public/lilyglyphs/emmentaler-26.otf
%{_texmfdistdir}/fonts/opentype/public/lilyglyphs/emmentaler-brace.otf
%{_texmfdistdir}/scripts/lilyglyphs/lily-glyph-commands.py
%{_texmfdistdir}/scripts/lilyglyphs/lily-image-commands.py
%{_texmfdistdir}/scripts/lilyglyphs/lily-rebuild-pdfs.py
%{_texmfdistdir}/scripts/lilyglyphs/lilyglyphs_common.py
%{_texmfdistdir}/tex/lualatex/lilyglyphs/README-tex
%{_texmfdistdir}/tex/lualatex/lilyglyphs/commands/README-commands
%{_texmfdistdir}/tex/lualatex/lilyglyphs/commands/accidentals.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/commands/accordion.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/commands/beamednotes.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/commands/clefs.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/commands/dynamics.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/commands/fancyexamples.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/commands/noteheads.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/commands/numbers.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/commands/rests.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/commands/scripts.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/commands/singlenotes.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/commands/timesignatures.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/core/README-core
%{_texmfdistdir}/tex/lualatex/lilyglyphs/core/dotted.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/core/genericAccess.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/core/keyval.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/core/opticals.inp
%{_texmfdistdir}/tex/lualatex/lilyglyphs/lilyglyphs.sty
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-crescHairpin.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-crotchet.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-crotchetDotted.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-crotchetDottedDouble.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-crotchetDottedDoubleDown.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-crotchetDottedDown.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-crotchetDown.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-decrescHairpin.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-fancyExample.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-halfNote.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-halfNoteDotted.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-halfNoteDottedDouble.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-halfNoteDottedDoubleDown.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-halfNoteDottedDown.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-halfNoteDown.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-quaver.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-quaverDotted.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-quaverDottedDouble.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-quaverDottedDoubleDdown.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-quaverDottedDoubleDown.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-quaverDottedDown.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-quaverDown.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-semiquaver.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-semiquaverDotted.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-semiquaverDottedDouble.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-semiquaverDottedDoubleDown.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-semiquaverDottedDown.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-semiquaverDown.pdf
%{_texmfdistdir}/tex/lualatex/lilyglyphs/pdfs/lily-twoBeamedQuavers.pdf
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/CHANGES.md
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/INSTALL
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/README
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/README-scripts
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/VERSION
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/lilyglyphs-example-400.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/lilyglyphs-example-600.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/lilyglyphs-example-de.pdf
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/lilyglyphs-example-de.tex
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/lilyglyphs-example.pdf
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/lilyglyphs-example.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/lilyglyphs-example.tex
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/lilyglyphs.pdf
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/lilyglyphs.tex
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/lilyglyphs_logo/lilyglyphs_logo.pdf
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/lilyglyphs_logo/lilyglyphs_logo.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/lilyglyphs_logo/lilyglyphs_logo.tex
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/lilyglyphs_private.zip
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-088c978c.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-1981c3c7.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-20e8632d.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-2abb8a04.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-2be182be.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-3b47d3fe.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-3f4afecc.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-40869867.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-5b13ce04.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-5c91a201.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-707477b7.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-76dbcd67.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-7fd84ff8.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-8155deab.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-8b332c94.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-8d82df0c.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-8d8bb8a3.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-907bc72d.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-a2bf82dd.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-ae3fd948.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-b3dc0958.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-b69af986.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-d9988a2c.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-dffaecd2.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lily-f4d0afc9.png
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lilyglyphsManualFonts.sty
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lilyglyphsStyle.sty
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/resources/lilypond-manuals.css
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/documentation/the-feta-font-2-16-2.html
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/license/COPYING.LPPL
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/license/MANIFEST
%doc %{_texmfdistdir}/doc/lualatex/lilyglyphs/license/license-preamble.inp
#- source
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/fonts/README-emmentaler
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/fonts/emmentaler-2-16-2.zip
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/definitions/_template.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/definitions/beamednotes.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/definitions/dynamicsigns.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/definitions/fancyexamples.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/definitions/score.ily
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/definitions/singlenotes.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-crescHairpin.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-crotchet.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-crotchetDotted.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-crotchetDottedDouble.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-crotchetDottedDoubleDown.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-crotchetDottedDown.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-crotchetDown.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-decrescHairpin.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-fancyExample.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-halfNote.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDotted.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDottedDouble.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDottedDoubleDown.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDottedDown.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-halfNoteDown.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-quaver.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-quaverDotted.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-quaverDottedDouble.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-quaverDottedDoubleDdown.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-quaverDottedDoubleDown.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-quaverDottedDown.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-quaverDown.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-semiquaver.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDotted.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDottedDouble.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDottedDoubleDown.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDottedDown.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-semiquaverDown.ly
%doc %{_texmfdistdir}/source/luatex/lilyglyphs/glyphimages/generated_src/lily-twoBeamedQuavers.ly

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 9.2.2-1.6
+ Revision: adc332e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20575 |14mr|texlive-limap-20070108-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gene/limap
# catalog-date 2007-01-08 23:14:30 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-limap
Version:	20070108
Release:	3
Summary:	Typeset maps and blocks according to the Information Mapping method
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gene/limap
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/limap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/limap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Information Mapping method provides a methodology for
structuring and presenting information. It claims to be useful
for readers who are more concerned about finding the right
information than reading the document as a whole. Thus short,
highly structured, and context free pieces of information are
used. A LaTeX style and a LaTeX class are provided. The style
contains definitions to typeset maps and blocks according to
the Information Mapping method. The class provides all
definitions to typeset a whole document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/limap/limap.cls
%{_texmfdistdir}/tex/latex/limap/limap.sty
#- source
%doc %{_texmfdistdir}/source/latex/limap/Makefile
%doc %{_texmfdistdir}/source/latex/limap/limap.dtx
%doc %{_texmfdistdir}/source/latex/limap/limap.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070108-3
+ Revision: cc87788
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20576 |14mr|texlive-linearA-20061201-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/archaic/linearA
# catalog-date 2006-12-01 16:33:32 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-linearA
Version:	20061201
Release:	3
Summary:	Linear A script fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/archaic/linearA
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linearA.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linearA.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linearA.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The linearA package provides a simple interface to two fonts
which include all known symbols, simple and complex, of the
Linear A script. This way one can easily replicate Linear A
"texts" using modern typographic technology. Note that the
Linear A script has not been deciphered yet and probably never
will be deciphered.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/linearA/LinearA.afm
%{_texmfdistdir}/fonts/afm/public/linearA/LinearACmplxSigns.afm
%{_texmfdistdir}/fonts/map/dvips/linearA/linearA.map
%{_texmfdistdir}/fonts/tfm/public/linearA/LinearA.tfm
%{_texmfdistdir}/fonts/tfm/public/linearA/LinearACmplxSigns.tfm
%{_texmfdistdir}/fonts/type1/public/linearA/LinearA.pfb
%{_texmfdistdir}/fonts/type1/public/linearA/LinearACmplxSigns.pfb
%{_texmfdistdir}/tex/latex/linearA/linearA.sty
%doc %{_texmfdistdir}/doc/fonts/linearA/README
%doc %{_texmfdistdir}/doc/fonts/linearA/linearA_glyphs.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/linearA/linearA.dtx
%doc %{_texmfdistdir}/source/fonts/linearA/linearA.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061201-3
+ Revision: 08dbb89
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20577 |14mr|texlive-linegoal-2.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21523
# category Package
# catalog-ctan /macros/latex/contrib/linegoal
# catalog-date 2011-02-25 20:25:45 +0100
# catalog-license lppl1.3
# catalog-version 2.9
Name:		texlive-linegoal
Version:	2.9
Release:	3
Summary:	A "dimen" that returns the space left on the line
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/linegoal
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linegoal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linegoal.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linegoal.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The linegoal package provides a macro \linegoal to be used with
\setlength: \setlength<some dimen>\linegoal will set <some
dimen> to the horizontal length of the remainder of the line.
This is achieved using the \pdfsavepos primitive of pdftex,
through the zref-savepos package. Example: Some text:
\begin{tabularx}\linegoal{|l|X|} \hline one & two \\ three &
four \\\hline \end{tabularx} will position the table after the
initial text, and make the table fill the rest of the line.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/linegoal/linegoal.sty
%doc %{_texmfdistdir}/doc/latex/linegoal/README
%doc %{_texmfdistdir}/doc/latex/linegoal/linegoal.pdf
#- source
%doc %{_texmfdistdir}/source/latex/linegoal/linegoal.drv
%doc %{_texmfdistdir}/source/latex/linegoal/linegoal.dtx
%doc %{_texmfdistdir}/source/latex/linegoal/linegoal.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.9-3
+ Revision: 1024870
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20578 |14mr|texlive-lineno-4.41-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21442
# category Package
# catalog-ctan /macros/latex/contrib/lineno
# catalog-date 2011-02-16 17:09:51 +0100
# catalog-license lppl
# catalog-version 4.41
Name:		texlive-lineno
Version:	4.41
Release:	3
Summary:	Line numbers on paragraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lineno
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lineno.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lineno.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lineno.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Adds line numbers to selected paragraphs with reference
possible through the LaTeX \ref and \pageref cross reference
mechanism. Line numbering may be extended to footnote lines,
using the fnlineno package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lineno/ednmath0.sty
%{_texmfdistdir}/tex/latex/lineno/edtable.sty
%{_texmfdistdir}/tex/latex/lineno/fnlineno.sty
%{_texmfdistdir}/tex/latex/lineno/lineno.sty
%{_texmfdistdir}/tex/latex/lineno/vplref.sty
%doc %{_texmfdistdir}/doc/latex/lineno/CHANGEs.txt
%doc %{_texmfdistdir}/doc/latex/lineno/COPYING.txt
%doc %{_texmfdistdir}/doc/latex/lineno/README
%doc %{_texmfdistdir}/doc/latex/lineno/README.txt
%doc %{_texmfdistdir}/doc/latex/lineno/SRCFILEs.txt
%doc %{_texmfdistdir}/doc/latex/lineno/fnlineno.pdf
%doc %{_texmfdistdir}/doc/latex/lineno/lineno.pdf
%doc %{_texmfdistdir}/doc/latex/lineno/lnosuppl.pdf
%doc %{_texmfdistdir}/doc/latex/lineno/ulineno.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lineno/fnlineno.tex
%doc %{_texmfdistdir}/source/latex/lineno/lineno.tex
%doc %{_texmfdistdir}/source/latex/lineno/lnosuppl.tex
%doc %{_texmfdistdir}/source/latex/lineno/ulineno.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.41-3
+ Revision: f59e93a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20579 |14mr|texlive-linguex-4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/linguex
# catalog-date 2010-06-01 09:12:12 +0200
# catalog-license lppl
# catalog-version 4.3
Name:		texlive-linguex
Version:	4.3
Release:	3
Summary:	Format linguists' examples
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/linguex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linguex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linguex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle comprises two packages: - The linguex package
facilitates the formatting of linguist examples, automatically
taking care of example numbering, indentations, indexed
brackets, and the '*' in grammaticality judgments. - The ps-
trees package provides linguistic trees, building on the macros
of tree-dvips, but overcoming some of the older package's
shortcomings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/linguex/linguex.sty
%{_texmfdistdir}/tex/latex/linguex/linguho.sty
%{_texmfdistdir}/tex/latex/linguex/ps-trees.sty
%doc %{_texmfdistdir}/doc/latex/linguex/README
%doc %{_texmfdistdir}/doc/latex/linguex/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/linguex/linguex-doc.pdf
%doc %{_texmfdistdir}/doc/latex/linguex/linguex-doc.tex
%doc %{_texmfdistdir}/doc/latex/linguex/ps-trees-doc.pdf
%doc %{_texmfdistdir}/doc/latex/linguex/ps-trees-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.3-3
+ Revision: 6a019d9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20580 |14mr|texlive-lipsum-v1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22098
# category Package
# catalog-ctan /macros/latex/contrib/lipsum
# catalog-date 2011-04-15 00:51:19 +0200
# catalog-license lppl
# catalog-version v1.2
Name:		texlive-lipsum
Version:	v1.2
Release:	3
Summary:	Easy access to the Lorem Ipsum dummy text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lipsum
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lipsum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lipsum.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lipsum.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package gives you easy access to the Lorem Ipsum dummy
text; an option is available to separate the paragraphs of the
dummy text into TeX-paragraphs. All the paragraphs are taken
with permission from http://lipsum.com/.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lipsum/lipsum.sty
%doc %{_texmfdistdir}/doc/latex/lipsum/README
%doc %{_texmfdistdir}/doc/latex/lipsum/lipsum.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lipsum/lipsum.dtx
%doc %{_texmfdistdir}/source/latex/lipsum/lipsum.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.2-3
+ Revision: 915acd7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20581 |14mr|texlive-lisp-on-tex-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32561
# category Package
# catalog-ctan /macros/latex/contrib/lisp-on-tex
# catalog-date 2014-01-03 19:54:22 +0100
# catalog-license bsd
# catalog-version 1.2
Name:		texlive-lisp-on-tex
Version:	1.2
Release:	2
Summary:	Execute LISP code in a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lisp-on-tex
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lisp-on-tex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lisp-on-tex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a LISP interpreter written using TeX
macros; it is provided as a LaTeX package. The interpreter
static scoping, dynamic typing, and eager evaluation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-arith.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-latexutil.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-mod-fpnum.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-on-tex.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-prim.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-read.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-string.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-util.sty
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/LICENSE
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/README
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/fact.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/fact.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/fpnummodule-mandelbrot.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/fpnummodule-mandelbrot.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/repl.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/rocket.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/rocket.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/showfont.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/expl3/asts.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/expl3/mandel.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/expl3/mandel.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/expl3/tarai.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/expl3/tarai.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/latex/ast.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/latex/mandel.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/latex/mandel.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/latex/tarai.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/latex/tarai.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/lot/asts.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/lot/asts.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/lot/mandel.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/lot/mandel.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/lot/tarai.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/lot/tarai.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/luatex/asts.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/luatex/asts.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/luatex/mandel.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/luatex/mandel.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/luatex/tarai.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/luatex/tarai.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/ast.lgpl
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/ast.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/ast.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/asts.lgpl
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/asts.pipe
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/mandel.lgpl
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/mandel.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/mandel.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/tarai.lgpl
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/tarai.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/tarai.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/slide.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/slide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-2
+ Revision: f6a1618
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20582 |14mr|texlive-listbib-2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26126
# category Package
# catalog-ctan /macros/latex/contrib/listbib
# catalog-date 2012-04-21 20:14:11 +0200
# catalog-license gpl
# catalog-version 2.2
Name:		texlive-listbib
Version:	2.2
Release:	4
Summary:	Lists contents of BibTeX files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/listbib
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listbib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listbib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-listbib.bin = %{EVRD}

%description
Generates listings of bibliographic data bases in BibTeX format
-- for example for archival purposes. Included is a listbib.bst
which is better suited for this purpose than the standard
styles.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/listbib
%{_texmfdistdir}/bibtex/bst/listbib/listbib.bst
%{_texmfdistdir}/scripts/listbib/listbib
%{_texmfdistdir}/tex/latex/listbib/listbib.cfg
%{_texmfdistdir}/tex/latex/listbib/listbib.sty
%{_texmfdistdir}/tex/latex/listbib/listbib.tex
%doc %{_texmfdistdir}/doc/latex/listbib/listbib-doc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/listbib/listbib-doc.drv
%doc %{_texmfdistdir}/source/latex/listbib/listbib.drv
%doc %{_texmfdistdir}/source/latex/listbib/listbib.dtx
%doc %{_texmfdistdir}/source/latex/listbib/listbib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/listbib/listbib listbib
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-4
+ Revision: 907055c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20583 |14mr|texlive-listing-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17373
# category Package
# catalog-ctan /macros/latex/contrib/listing
# catalog-date 2010-03-09 13:13:30 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-listing
Version:	1.2
Release:	3
Summary:	Produce formatted program listings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/listing
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listing.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listing.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The listing environment is provided and is similar to figure
and table, although it is not a floating environment. Includes
support for \caption, \label, \ref, and introduces
\listoflistings, \listingname, \listlistingname. It produces a
.lol file. It does not change \@makecaption (unless the option
bigcaptions is used), so packages that change the layout of
\caption still work.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/listing/listing.sty
%doc %{_texmfdistdir}/doc/latex/listing/listing.pdf
%doc %{_texmfdistdir}/doc/latex/listing/listing.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: c30ea6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20584 |14mr|texlive-listings-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/listings
# catalog-date 2007-03-12 20:45:12 +0100
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-listings
Version:	1.4
Release:	3
Summary:	Typeset source code listings using LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/listings
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listings.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listings.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listings.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typeset programs (programming code) within LaTeX. The source
code is read directly by TeX. Keywords, comments and strings
can be typeset using different styles (default is bold for
keywords, italic for comments and no special style for
strings). Includes support for hyperref. To use, simply
\usepackage{listings}, identify the language with
\lstset{language=Python}, then employ the \begin{lstlisting}
... \end{lstlisting} environment or the
\lstinputlisting{filename.py} command. Short (in-line) listings
are also available, using either \lstinline|...| or | ... |
(after defining the | token with the \lstMakeShortInline
command).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/listings/listings.cfg
%{_texmfdistdir}/tex/latex/listings/listings.sty
%{_texmfdistdir}/tex/latex/listings/lstdoc.sty
%{_texmfdistdir}/tex/latex/listings/lstlang1.sty
%{_texmfdistdir}/tex/latex/listings/lstlang2.sty
%{_texmfdistdir}/tex/latex/listings/lstlang3.sty
%{_texmfdistdir}/tex/latex/listings/lstmisc.sty
%doc %{_texmfdistdir}/doc/latex/listings/README
%doc %{_texmfdistdir}/doc/latex/listings/listings.pdf
#- source
%doc %{_texmfdistdir}/source/latex/listings/Makefile
%doc %{_texmfdistdir}/source/latex/listings/listings.dtx
%doc %{_texmfdistdir}/source/latex/listings/listings.ins
%doc %{_texmfdistdir}/source/latex/listings/lstdrvrs.dtx
%doc %{_texmfdistdir}/source/latex/listings/lstdrvrs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 725868e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20585 |14mr|texlive-listings-ext-67-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19195
# category Package
# catalog-ctan /macros/latex/contrib/listings-ext
# catalog-date 2010-06-29 22:02:31 +0200
# catalog-license lppl1.2
# catalog-version 67
Name:		texlive-listings-ext
Version:	67
Release:	3
Summary:	Automated input of source
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/listings-ext
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listings-ext.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listings-ext.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listings-ext.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-listings-ext.bin = %{EVRD}

%description
The package provides a means of marking a source, so that
samples of it may be included in a document (by means of the
listings package) in a stable fashion, regardless of any change
to the source. The markup in the source text defines tags for
blocks of source. These tags are processed by a shell script to
make a steering file that is used by the package when LaTeX is
being run.y.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/listings-ext.sh
%{_texmfdistdir}/scripts/listings-ext/listings-ext.sh
%{_texmfdistdir}/tex/latex/listings-ext/listings-ext.sty
%doc %{_texmfdistdir}/doc/latex/listings-ext/README
%doc %{_texmfdistdir}/doc/latex/listings-ext/THIS_IS_VERSION_v67
%doc %{_texmfdistdir}/doc/latex/listings-ext/getversion.tex
%doc %{_texmfdistdir}/doc/latex/listings-ext/hyperref.cfg
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext.bib
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext.el
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext.makemake
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext.mk
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext.pdf
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_a.java
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_b.java
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_c.java
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_d.java
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext_exmpl_e.java
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext_test_a.tex
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings-ext_test_d.tex
%doc %{_texmfdistdir}/doc/latex/listings-ext/listings.cfg
#- source
%doc %{_texmfdistdir}/source/latex/listings-ext/listings-ext.dtx
%doc %{_texmfdistdir}/source/latex/listings-ext/listings-ext.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/listings-ext/listings-ext.sh listings-ext.sh
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 67-3
+ Revision: b402209
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20586 |14mr|texlive-listliketab-20061208-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/listliketab
# catalog-date 2006-12-08 20:57:43 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-listliketab
Version:	20061208
Release:	3
Summary:	Typeset lists as tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/listliketab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listliketab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listliketab.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listliketab.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The listliketab package helps the user make list-like tabulars,
i.e., a tabular that is indistinguishable from an itemize or
enumerate environment. The advantage of using a tabular is that
the user can add additional columns to each entry in the list.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/listliketab/listliketab.sty
%doc %{_texmfdistdir}/doc/latex/listliketab/README
%doc %{_texmfdistdir}/doc/latex/listliketab/listliketab.pdf
#- source
%doc %{_texmfdistdir}/source/latex/listliketab/listliketab.dtx
%doc %{_texmfdistdir}/source/latex/listliketab/listliketab.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061208-3
+ Revision: 7acb522
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20587 |14mr|texlive-listofsymbols-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16134
# category Package
# catalog-ctan /macros/latex/contrib/listofsymbols
# catalog-date 2009-11-29 13:21:16 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-listofsymbols
Version:	0.2
Release:	3
Summary:	Create and manipulate lists of symbols
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/listofsymbols
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listofsymbols.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listofsymbols.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listofsymbols.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Listofsymbols provides commands to automatically create a list
of symbols (also called notation or nomenclature), and to
handle symbols logically, i.e. define a macro that is expanded
to the desired output and use the macro in the text rather than
`hardcoding' the output into the text. This helps to ensure
consistency throughout the text, especially if there is a
chance that symbols will be changed at some stage. The package
is more or less a combination of what the packages nomencl and
formula do. The concept of creating the list of symbols,
though, is different from the way nomencl.sty does it.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/listofsymbols/listofsymbols.sty
%doc %{_texmfdistdir}/doc/latex/listofsymbols/README
%doc %{_texmfdistdir}/doc/latex/listofsymbols/listofsymbols.pdf
#- source
%doc %{_texmfdistdir}/source/latex/listofsymbols/listofsymbols.dtx
%doc %{_texmfdistdir}/source/latex/listofsymbols/listofsymbols.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 349748b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20588 |14mr|texlive-lithuanian-20081106-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22722
# category Package
# catalog-ctan /language/lithuanian
# catalog-date 2008-11-06 00:30:15 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-lithuanian
Version:	20081106
Release:	3
Summary:	Lithuanian language support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/lithuanian
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lithuanian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lithuanian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This language support package provides: - Lithuanian language
hyphenation patterns; - Lithuanian support for Babel; -
Lithuanian mapping and metrics for using the URW base-35 Type 1
fonts; - examples for making Lithuanian fonts with fontinst;
and - extra tools for intputenc and fontenc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/lithuanian/latin7x.enc
%{_texmfdistdir}/fonts/map/dvips/lithuanian/l7x-urwvn.map
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uagd.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uagdo.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uagk.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uagko.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ubkd.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ubkdi.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ubkl.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ubkli.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ucrb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ucrbo.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ucrr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ucrro.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvbc.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvbo.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvboc.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvrc.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvro.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvroc.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uncb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uncbi.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uncr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uncri.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uplb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uplr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uplri.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-utmb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-utmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-utmr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-utmri.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uzcmi.tfm
%{_texmfdistdir}/tex/latex/lithuanian/cp772.def
%{_texmfdistdir}/tex/latex/lithuanian/cp774.def
%{_texmfdistdir}/tex/latex/lithuanian/cp775.def
%{_texmfdistdir}/tex/latex/lithuanian/cpKBL.def
%{_texmfdistdir}/tex/latex/lithuanian/cpRIM.def
%{_texmfdistdir}/tex/latex/lithuanian/l7xenc.def
%{_texmfdistdir}/tex/latex/lithuanian/l7xenc.dfu
%{_texmfdistdir}/tex/latex/lithuanian/l7xenc.sty
%{_texmfdistdir}/tex/latex/lithuanian/l7xuag.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xubk.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xucr.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xuhv.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xunc.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xupl.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xutm.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xuzc.fd
%{_texmfdistdir}/tex/latex/lithuanian/latin7.def
%{_texmfdistdir}/tex/latex/lithuanian/lithuanian.ldf
%{_texmfdistdir}/tex/latex/lithuanian/lithuanian.sty
%doc %{_texmfdistdir}/doc/latex/lithuanian/COPYING
%doc %{_texmfdistdir}/doc/latex/lithuanian/ChangeLog
%doc %{_texmfdistdir}/doc/latex/lithuanian/Copyright
%doc %{_texmfdistdir}/doc/latex/lithuanian/README.lithuanian
%doc %{_texmfdistdir}/doc/latex/lithuanian/latin7lt.tex
%doc %{_texmfdistdir}/doc/latex/lithuanian/latin7x.etx
%doc %{_texmfdistdir}/doc/latex/lithuanian/latin7x.mtx
%doc %{_texmfdistdir}/doc/latex/lithuanian/latin7x.pdf
%doc %{_texmfdistdir}/doc/latex/lithuanian/makeLT.html
%doc %{_texmfdistdir}/doc/latex/lithuanian/makelt.tex
%doc %{_texmfdistdir}/doc/latex/lithuanian/makeltmap.tex
%doc %{_texmfdistdir}/doc/latex/lithuanian/testlt-urw.tex
%doc %{_texmfdistdir}/doc/latex/lithuanian/testlt.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081106-3
+ Revision: f06d035
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20589 |14mr|texlive-liturg-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/liturg
# catalog-date 2008-09-08 11:32:46 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-liturg
Version:	1.0
Release:	3
Summary:	Support for typesetting Catholic liturgical texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/liturg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/liturg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/liturg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/liturg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The packages offers simple macros for typesetting Catholic
liturgical texts, particularly Missal and Breviary texts. The
package assumes availability of Latin typesetting packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/liturg/liturg.sty
%doc %{_texmfdistdir}/doc/latex/liturg/README
%doc %{_texmfdistdir}/doc/latex/liturg/liturg.pdf
%doc %{_texmfdistdir}/doc/latex/liturg/test.tex
#- source
%doc %{_texmfdistdir}/source/latex/liturg/liturg.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: a8892ba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20590 |14mr|texlive-lkproof-3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20021
# category Package
# catalog-ctan /macros/latex/contrib/lkproof
# catalog-date 2010-10-07 09:27:06 +0200
# catalog-license gpl
# catalog-version 3.1
Name:		texlive-lkproof
Version:	3.1
Release:	3
Summary:	LK Proof figure macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lkproof
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lkproof.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lkproof.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a pair of commands \infer and \deduce, that
are used in constructing LK proof diagrams.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lkproof/proof.sty
%doc %{_texmfdistdir}/doc/latex/lkproof/lkproof-doc.pdf
%doc %{_texmfdistdir}/doc/latex/lkproof/lkproof-doc.tex
%doc %{_texmfdistdir}/doc/latex/lkproof/proofeg.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1-3
+ Revision: b9ceba8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20591 |14mr|texlive-lm-2.004-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23165
# category Package
# catalog-ctan /fonts/lm
# catalog-date 2009-10-09 10:08:38 +0200
# catalog-license gfsl
# catalog-version 2.004
Name:		texlive-lm
Version:	2.004
Release:	3
Summary:	Latin modern fonts in outline formats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/lm
License:	GFSL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Latin Modern family of fonts consists of 72 text fonts and
20 mathematics fonts, and is based on the Computer Modern fonts
released into public domain by AMS (copyright (c) 1997 AMS).
The lm font set contains a lot of additional characters, mainly
accented ones, but not exclusively. There is one set of fonts,
available both in Adobe Type 1 format (*.pfb) and in OpenType
format (*.otf). There are five sets of TeX Font Metric files,
corresponding to: Cork encoding (cork-*.tfm); QX encoding (qx-
*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); T5
(Vietnamese) encoding (t5-*.tfm); and Text Companion for EC
fonts aka TS1 (ts1-*.tfm).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/lm/lmb10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy5.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy7.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmbx10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx6.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbxi10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbxo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmcsc10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmcsco10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmdunh10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmduno10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmex10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmex10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi12.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi5.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi6.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi6.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi7.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi8.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi9.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmib10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmib10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmib5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmib5.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmib7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmib7.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmr10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr17.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr6.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro17.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss17.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssbo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssbx10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssdc10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssdo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso17.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssq8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssqbo8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssqbx8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssqo8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy5.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy6.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy6.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy7.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy8.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy9.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmtcsc10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtcso10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtk10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtko10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtl10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtlc10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtlco10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtlo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtt10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtt12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtt8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtt9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtti10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtto10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmu10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtk10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtko10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtl10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtlo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtt10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtto10.afm
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-cs.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-cssc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-cstt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-l7x.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-mathex.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-mathit.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-mathsy.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-qxsc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-qxtt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmin.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmit.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmitt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmrm.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmsc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmtt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-csin.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-csrm.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cssc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cstt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plin.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plit.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plitt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plrm.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plsc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-pltt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-t5psn.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rm.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rmsc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rmtt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-texnansi.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-ts1.enc
%{_texmfdistdir}/fonts/map/dvipdfm/lm/lm-ec.map
%{_texmfdistdir}/fonts/map/dvipdfm/lm/lm-math.map
%{_texmfdistdir}/fonts/map/dvipdfm/lm/lm-rm.map
%{_texmfdistdir}/fonts/map/dvipdfm/lm/lm-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-cs.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-ec.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-l7x.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-math.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-qx.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-cmother.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-cmtext-interpolated.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-cmtext.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-cstext.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-pltext.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-vntext.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rm.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-t5.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-ts1.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm.map
%{_texmfdistdir}/fonts/opentype/public/lm/lmmath-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono10-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono12-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono8-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono9-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonocaps10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonocaps10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonolt10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonolt10-boldoblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonolt10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonolt10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoltcond10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoltcond10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoprop10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoprop10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoproplt10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoproplt10-boldoblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoproplt10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoproplt10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoslant10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman10-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman10-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman12-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman12-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman12-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman17-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman5-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman5-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman6-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman6-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman7-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman7-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman7-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman8-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman8-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman8-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman9-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman9-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman9-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromancaps10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromancaps10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromandemi10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromandemi10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromandunh10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromandunh10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant12-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant17-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant8-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant9-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanunsl10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans10-boldoblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans12-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans12-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans17-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans17-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans8-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans8-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans9-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans9-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansdemicond10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansdemicond10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansquot8-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansquot8-boldoblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansquot8-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansquot8-regular.otf
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmbsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmbsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmbsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmex10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmib5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmib7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtto10.tfm
%{_texmfdistdir}/fonts/type1/public/lm/lmb10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmb10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx6.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx6.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbxi10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbxi10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbxo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbxo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmcsc10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmcsc10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmcsco10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmcsco10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmdunh10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmdunh10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmduno10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmduno10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmex10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmex10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi6.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi6.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmib10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmib10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmib5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmib5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmib7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmib7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr17.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr17.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr6.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr6.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro17.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro17.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss17.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss17.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssbo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssbo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssbx10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssbx10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssdc10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssdc10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssdo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssdo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso17.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso17.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssq8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssq8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssqbo8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssqbo8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssqbx8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssqbx8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssqo8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssqo8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy6.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy6.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtcsc10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtcsc10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtcso10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtcso10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtk10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtk10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtko10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtko10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtl10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtl10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtlc10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtlc10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtlco10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtlco10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtlo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtlo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtt10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtt10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtt12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtt12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtt8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtt8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtt9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtt9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtti10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtti10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtto10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtto10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmu10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmu10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtk10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtk10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtko10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtko10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtl10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtl10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtlo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtlo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtt10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtt10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtto10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtto10.pfm
%{_texmfdistdir}/tex/latex/lm/il2lmdh.fd
%{_texmfdistdir}/tex/latex/lm/il2lmr.fd
%{_texmfdistdir}/tex/latex/lm/il2lmss.fd
%{_texmfdistdir}/tex/latex/lm/il2lmssq.fd
%{_texmfdistdir}/tex/latex/lm/il2lmtt.fd
%{_texmfdistdir}/tex/latex/lm/il2lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmdh.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmr.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmss.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmssq.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmtt.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmvtt.fd
%{_texmfdistdir}/tex/latex/lm/lmodern.sty
%{_texmfdistdir}/tex/latex/lm/ly1lmdh.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmr.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmss.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmssq.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmtt.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/omllmm.fd
%{_texmfdistdir}/tex/latex/lm/omllmr.fd
%{_texmfdistdir}/tex/latex/lm/omslmr.fd
%{_texmfdistdir}/tex/latex/lm/omslmsy.fd
%{_texmfdistdir}/tex/latex/lm/omxlmex.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmdh.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmr.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmss.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmssq.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmtt.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmdh.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmr.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmss.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmssq.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmtt.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/qxlmdh.fd
%{_texmfdistdir}/tex/latex/lm/qxlmr.fd
%{_texmfdistdir}/tex/latex/lm/qxlmss.fd
%{_texmfdistdir}/tex/latex/lm/qxlmssq.fd
%{_texmfdistdir}/tex/latex/lm/qxlmtt.fd
%{_texmfdistdir}/tex/latex/lm/qxlmvtt.fd
%{_texmfdistdir}/tex/latex/lm/t1lmdh.fd
%{_texmfdistdir}/tex/latex/lm/t1lmr.fd
%{_texmfdistdir}/tex/latex/lm/t1lmss.fd
%{_texmfdistdir}/tex/latex/lm/t1lmssq.fd
%{_texmfdistdir}/tex/latex/lm/t1lmtt.fd
%{_texmfdistdir}/tex/latex/lm/t1lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/t5lmdh.fd
%{_texmfdistdir}/tex/latex/lm/t5lmr.fd
%{_texmfdistdir}/tex/latex/lm/t5lmss.fd
%{_texmfdistdir}/tex/latex/lm/t5lmssq.fd
%{_texmfdistdir}/tex/latex/lm/t5lmtt.fd
%{_texmfdistdir}/tex/latex/lm/t5lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmdh.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmr.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmss.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmssq.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmtt.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmvtt.fd
%doc %{_texmfdistdir}/doc/fonts/lm/GUST-FONT-LICENSE.TXT
%doc %{_texmfdistdir}/doc/fonts/lm/MANIFEST-Latin-Modern.TXT
%doc %{_texmfdistdir}/doc/fonts/lm/README-Latin-Modern.TXT
%doc %{_texmfdistdir}/doc/fonts/lm/lm-hist.txt
%doc %{_texmfdistdir}/doc/fonts/lm/lm-info.pdf
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmot1.pdf
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmot1.tex
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmot4.pdf
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmot4.tex
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmqx.pdf
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmqx.tex
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmt1.pdf
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmt1.tex
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmts1.pdf
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmts1.tex
#- source
%doc %{_texmfdistdir}/source/latex/lm/lm2004mt1.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.004-3
+ Revision: 08eb0fd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20592 |14mr|texlive-lmake-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25552
# category Package
# catalog-ctan /macros/latex/contrib/lmake
# catalog-date 2012-03-02 00:29:05 +0100
# catalog-license lppl1.2
# catalog-version 1.0
Name:		texlive-lmake
Version:	1.0
Release:	3
Summary:	Process lists to do repetitive actions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lmake
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lmake.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lmake.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lmake.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to simplify processing of
sequential list-like structures, such as making a series of
'similar' commands from a list of names.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lmake/lmake.sty
%doc %{_texmfdistdir}/doc/latex/lmake/README
%doc %{_texmfdistdir}/doc/latex/lmake/lmake.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lmake/lmake.dtx
%doc %{_texmfdistdir}/source/latex/lmake/lmake.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: de3079a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20593 |14mr|texlive-lmextra-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-lmextra
Version:	20111103
Release:	3
Summary:	TeXLive lmextra package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lmextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive lmextra package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/truetype/hoekwater/lmextra/lmtypewriter10-regular.ttf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: 16ad747
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20594 |14mr|texlive-lm-math-1.958-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29044
# category Package
# catalog-ctan /fonts/lm-math
# catalog-date 2013-02-06 18:13:15 +0100
# catalog-license lppl
# catalog-version 1.958
Name:		texlive-lm-math
Version:	1.958
Release:	6
Summary:	OpenType maths fonts for Latin Modern
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/lm-math
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lm-math.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lm-math.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Latin Modern Math is a maths companion for the Latin Modern
family of fonts, in OpenType format. For use with LuaLaTeX or
XeLaTeX, support is available from the unicode-math package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/lm-math/latinmodern-math.otf
%doc %{_texmfdistdir}/doc/fonts/lm-math/GUST-FONT-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/lm-math/INSTALL.txt
%doc %{_texmfdistdir}/doc/fonts/lm-math/MANIFEST-Latin-Modern-Math.txt
%doc %{_texmfdistdir}/doc/fonts/lm-math/README-Latin-Modern-Math.txt
%doc %{_texmfdistdir}/doc/fonts/lm-math/math-test-context.tex
%doc %{_texmfdistdir}/doc/fonts/lm-math/math-test.tex
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-context-latinmodern_math.pdf
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-context-latinmodern_math.tex
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-lualatex-latinmodern_math.pdf
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-lualatex-latinmodern_math.tex
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-word-latinmodern_math.docx
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-word-latinmodern_math.pdf
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-xelatex-latinmodern_math.pdf
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-xelatex-latinmodern_math.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.958-6
+ Revision: 135aa78
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20595 |14mr|texlive-locality-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20422
# category Package
# catalog-ctan /macros/latex/contrib/locality
# catalog-date 2010-11-12 15:28:10 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-locality
Version:	0.2
Release:	3
Summary:	Various macros for keeping things local
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/locality
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/locality.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/locality.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/locality.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A toolbox of macros designed to allow the LaTeX programmer to
work around some of the restrictions of the TeX grouping
mechanisms. The present release offers a preliminary view of
the package; not all of its facilities are working optimally.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/locality/locality.sty
%doc %{_texmfdistdir}/doc/latex/locality/README
%doc %{_texmfdistdir}/doc/latex/locality/changes.txt
%doc %{_texmfdistdir}/doc/latex/locality/locality.pdf
#- source
%doc %{_texmfdistdir}/source/latex/locality/locality.dtx
%doc %{_texmfdistdir}/source/latex/locality/locality.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 16f5bbb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20596 |14mr|texlive-localloc-20091006-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21934
# category Package
# catalog-ctan /macros/latex/contrib/localloc
# catalog-date 2009-10-06 14:55:10 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-localloc
Version:	20091006
Release:	3
Summary:	Macros for localizing TeX register allocations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/localloc
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/localloc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/localloc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/localloc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package approaches the problem of the shortage of
registers, by providing a mechanism for local allocation. The
package works with Plain TeX, LaTeX and LaTeX 2.09.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/localloc/localloc.sty
%doc %{_texmfdistdir}/doc/latex/localloc/localloc.README
%doc %{_texmfdistdir}/doc/latex/localloc/localloc.pdf
%doc %{_texmfdistdir}/doc/latex/localloc/localtst.tex
#- source
%doc %{_texmfdistdir}/source/latex/localloc/localloc.drv
%doc %{_texmfdistdir}/source/latex/localloc/localloc.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091006-3
+ Revision: 3a8f4d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20597 |14mr|texlive-logbox-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24499
# category Package
# catalog-ctan /macros/latex/contrib/logbox
# catalog-date 2011-11-03 08:30:49 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-logbox
Version:	1.0
Release:	3
Summary:	e-TeX showbox facilities for exploration purposes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/logbox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The command \logbox does \showbox without stopping the
compilation. The package's main command is \viewbox*: the box
is typeset (copied) with its dimensions, and its contents are
logged in the .log file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/logbox/logbox.sty
%doc %{_texmfdistdir}/doc/latex/logbox/README
%doc %{_texmfdistdir}/doc/latex/logbox/logbox.pdf
%doc %{_texmfdistdir}/doc/latex/logbox/logbox.png
#- source
%doc %{_texmfdistdir}/source/latex/logbox/logbox.drv
%doc %{_texmfdistdir}/source/latex/logbox/logbox.dtx
%doc %{_texmfdistdir}/source/latex/logbox/logbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 5ae3fe4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20598 |14mr|texlive-logical-markup-utils-20091109-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/logical-markup-utils
# catalog-date 2009-11-09 23:05:00 +0100
# catalog-license gpl3
# catalog-version undef
Name:		texlive-logical-markup-utils
Version:	20091109
Release:	3
Summary:	Packages for language-dependent inline quotes and dashes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/logical-markup-utils
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logical-markup-utils.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logical-markup-utils.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle contains two packages: - quoted, for inserting
quotation marks; and - onedash, for inserting dashes. Each
package takes a language name as an option; accepted language
options are american, british, german and polish.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/logical-markup-utils/onedash.sty
%{_texmfdistdir}/tex/latex/logical-markup-utils/quoted.sty
%doc %{_texmfdistdir}/doc/latex/logical-markup-utils/COPYING
%doc %{_texmfdistdir}/doc/latex/logical-markup-utils/README
%doc %{_texmfdistdir}/doc/latex/logical-markup-utils/TODO

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091109-3
+ Revision: 1c247dc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20599 |14mr|texlive-logicpuzzle-2.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31024
# category Package
# catalog-ctan /graphics/pgf/contrib/logicpuzzle
# catalog-date 2013-06-07 00:26:22 +0200
# catalog-license lppl1.3
# catalog-version 2.4
Name:		texlive-logicpuzzle
Version:	2.4
Release:	6
Summary:	Typeset (grid-based) logic puzzles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/logicpuzzle
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logicpuzzle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logicpuzzle.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to typeset various logic puzzles.
At the moment the following puzzles are supported: - 2D-Sudoku
(aka Magiequadrat, Diagon, ...), - Battleship (aka Bimaru,
Marinespiel, Batalla Naval, ...), - Bokkusu (aka Kakurasu,
Feldersummenratsel, ...), - Bridges (akak Bruckenbau, Hashi,
...), - Chaos Sudoku, - Four Winds (aka Eminent Domain,
Lichtstrahl, ...), - Hakyuu (aka Seismic, Ripple Effect, ...),
- Hitori, - Kakuro, - Kendoku (aka Mathdoku, Calcudoku, Basic,
MiniPlu, Ken Ken, Square Wisdom, Sukendo, Caldoku, ..., -
Killer Sudoku (aka Samunapure, Sum Number Place, Sumdoku,
Gebietssummen, ...), - Laser Beam (aka Laserstrahl, ...), -
Magic Labyrinth (aka Magic Spiral, Magisches Labyrinth, ...), -
Magnets (aka Magnetplatte, Magnetfeld, ...), - Masyu (aka
Mashi, {White|Black} Pearls, ...), - Minesweeper (aka
Minensuche, ...), - Number Link, - Resuko, - Schatzsuche, -
Skyline (aka Skycrapers, Wolkenkratzer, Hochhauser, ...),
including Skyline Sudoku and Skyline Sudoku (N*N) variants, -
Slitherlink (aka Fences, Number Line, Dotty Dilemma, Sli-Lin,
Takegaki, Great Wall of China, Loop the Loop, Rundweg,
Gartenzaun, ...), - Star Battle (aka Sternenschlacht, ...), -
Stars and Arrows (aka Sternenhimmel, ...), - Sudoku, - Sun and
Moon (aka Sternenhaufen, Munraito, ...), - Tents and Trees (aka
Zeltlager, Zeltplatz, Camping, ...), and - Tunnel.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/logicpuzzle/createlpsudoku
%{_texmfdistdir}/scripts/logicpuzzle/lpsmag
%{_texmfdistdir}/scripts/logicpuzzle/simple.smc
%{_texmfdistdir}/tex/latex/logicpuzzle/battleship.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/bokkusu.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/chaossudoku.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/ddsudoku.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/hakyuu.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/hitori.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/kendoku.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/killersudoku.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/laserbeam.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/logicpuzzle.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/lpenv.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/lpsudoku.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/skyline.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/slitherlink.sty
%doc %{_texmfdistdir}/doc/latex/logicpuzzle/CHANGES
%doc %{_texmfdistdir}/doc/latex/logicpuzzle/INSTALL
%doc %{_texmfdistdir}/doc/latex/logicpuzzle/README
%doc %{_texmfdistdir}/doc/latex/logicpuzzle/logicpuzzle.pdf
%doc %{_texmfdistdir}/doc/latex/logicpuzzle/logicpuzzle.tex
%doc %{_texmfdistdir}/doc/latex/logicpuzzle/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-6
+ Revision: eb34ce9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20600 |14mr|texlive-logpap-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/logpap
# catalog-date 2006-12-08 22:20:56 +0100
# catalog-license lppl
# catalog-version 0.6
Name:		texlive-logpap
Version:	0.6
Release:	3
Summary:	Generate logarithmic graph paper with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/logpap
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logpap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logpap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logpap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The logpap package provides four macros for drawing
logarithmic-logarithmic, logarithmic-linear, linear-logarithmic
and (because it was easy to implement) linear-linear graph
paper with LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/logpap/logpap.sty
%doc %{_texmfdistdir}/doc/latex/logpap/README
%doc %{_texmfdistdir}/doc/latex/logpap/example.pdf
%doc %{_texmfdistdir}/doc/latex/logpap/example.tex
#- source
%doc %{_texmfdistdir}/source/latex/logpap/logpap.dtx
%doc %{_texmfdistdir}/source/latex/logpap/logpap.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-3
+ Revision: 79611e1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20601 |14mr|texlive-logreq-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19640
# category Package
# catalog-ctan /macros/latex/contrib/logreq
# catalog-date 2010-08-11 13:58:09 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-logreq
Version:	1.0
Release:	3
Summary:	Support for automation of the LaTeX workflow
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/logreq
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logreq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logreq.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package helps to automate a typical LaTeX workflow that
involves running LaTeX several times, running tools such as
BibTeX or makeindex, and so on. It will log requests like
"please rerun LaTeX" or "please run BibTeX on file X" to an
external XML file which lists all open tasks in a machine-
readable format. Compiler scripts and integrated LaTeX editing
environments may parse this file to determine the next steps in
the workflow in a way that is more efficient than parsing the
main log file. In sum, the package will do two things: 1)
enable package authors to use LaTeX commands to issue requests,
2) collect all requests from all packages and write them to an
external XML file at the end of the document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/logreq/logreq.def
%{_texmfdistdir}/tex/latex/logreq/logreq.sty
%doc %{_texmfdistdir}/doc/latex/logreq/README
%doc %{_texmfdistdir}/doc/latex/logreq/examples/01-basic.run.xml
%doc %{_texmfdistdir}/doc/latex/logreq/examples/01-basic.tex
%doc %{_texmfdistdir}/doc/latex/logreq/examples/02-index.run.xml
%doc %{_texmfdistdir}/doc/latex/logreq/examples/02-index.tex
%doc %{_texmfdistdir}/doc/latex/logreq/examples/03-biblatex+bibtex8.run.xml
%doc %{_texmfdistdir}/doc/latex/logreq/examples/03-biblatex+bibtex8.tex
%doc %{_texmfdistdir}/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.run.xml
%doc %{_texmfdistdir}/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.tex
%doc %{_texmfdistdir}/doc/latex/logreq/examples/05-biblatex+biber.run.xml
%doc %{_texmfdistdir}/doc/latex/logreq/examples/05-biblatex+biber.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 2fa7e2d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20602 |14mr|texlive-longnamefilelist-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27889
# category Package
# catalog-ctan /macros/latex/contrib/longnamefilelist
# catalog-date 2012-10-01 08:11:57 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-longnamefilelist
Version:	0.2
Release:	6
Summary:	Tidy \listfiles with long file names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/longnamefilelist
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/longnamefilelist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/longnamefilelist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/longnamefilelist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package equips LaTeX's \listfiles command with an optional
argument for the number of characters in the longest base
filename. This way you get a neatly aligned file list even when
it contains files whose base names have more than 8 characters.
The package can be combined with the myfilist package as
explained in the documentation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/longnamefilelist/longnamefilelist.sty
%doc %{_texmfdistdir}/doc/latex/longnamefilelist/README
%doc %{_texmfdistdir}/doc/latex/longnamefilelist/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/longnamefilelist/longnamefilelist.pdf
#- source
%doc %{_texmfdistdir}/source/latex/longnamefilelist/longnamefilelist.tex
%doc %{_texmfdistdir}/source/latex/longnamefilelist/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-6
+ Revision: e2d2af7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20603 |14mr|texlive-loops-1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30704
# category Package
# catalog-ctan /macros/latex/contrib/loops
# catalog-date 2013-05-16 16:49:13 +0200
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-loops
Version:	1.3
Release:	7
Summary:	General looping macros for use with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/loops
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/loops.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/loops.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides efficient looping macros for processing
both csv (separated-values) and nsv/tsv (non-separated values)
lists. CSV lists which have associated parsers may be processed
with the tools of the package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/loops/loops.sty
%doc %{_texmfdistdir}/doc/latex/loops/README
%doc %{_texmfdistdir}/doc/latex/loops/loops-pokayoke1.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-7
+ Revision: 6e57167
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20604 |14mr|texlive-lpic-0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20843
# category Package
# catalog-ctan /macros/latex/contrib/lpic
# catalog-date 2010-12-23 21:19:38 +0100
# catalog-license lppl1.3
# catalog-version 0.8
Name:		texlive-lpic
Version:	0.8
Release:	3
Summary:	Put LaTeX material over included graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lpic
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lpic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lpic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a convenient interface to put any LaTeX
material on top of included graphics. The LaTeX material may
also be rotated and typeset on top of a white box overshadowing
the graphics. The coordinates of the LaTeX boxes are given
relative to the original, unscaled graphics; when the graphics
is rescaled, the LaTeX annotations stay at their right places
(unless you do something extreme). In a draft mode, the package
enables you to draw a coordinate grid over the picture for easy
adjustment of positions of the annotations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lpic/lpic.sty
%doc %{_texmfdistdir}/doc/latex/lpic/README
%doc %{_texmfdistdir}/doc/latex/lpic/instructions-differential.eps
%doc %{_texmfdistdir}/doc/latex/lpic/instructions-differential.pdf
%doc %{_texmfdistdir}/doc/latex/lpic/instructions.pdf
%doc %{_texmfdistdir}/doc/latex/lpic/instructions.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8-3
+ Revision: af446c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20605 |14mr|texlive-lplfitch-0.9-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31077
# category Package
# catalog-ctan /macros/latex/contrib/lplfitch
# catalog-date 2013-07-02 16:20:31 +0200
# catalog-license lppl1.3
# catalog-version 0.9
Name:		texlive-lplfitch
Version:	0.9
Release:	6
Summary:	Fitch-style natural deduction proofs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lplfitch
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lplfitch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lplfitch.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lplfitch.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for typesetting natural deduction
proofs in "Fitch" style, with subproofs indented and offset by
scope lines. The proofs from use of the package are in the
format used in the textbook Language, Proof, and Logic by Dave
Barker-Plummer, Jon Barwise, and John Etchemendy.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lplfitch/lplfitch.sty
%doc %{_texmfdistdir}/doc/latex/lplfitch/README
%doc %{_texmfdistdir}/doc/latex/lplfitch/lplfitch.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lplfitch/lplfitch.dtx
%doc %{_texmfdistdir}/source/latex/lplfitch/lplfitch.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-6
+ Revision: e48ff1d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20606 |14mr|texlive-lps-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21322
# category Package
# catalog-ctan /macros/latex/contrib/lps
# catalog-date 2011-02-03 16:11:01 +0100
# catalog-license lppl
# catalog-version 0.7
Name:		texlive-lps
Version:	0.7
Release:	3
Summary:	Class for "Logic and Philosophy of Science"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lps.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lps.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The 'Logic and Philosophy of Science' journal is an online
publication of the University of Trieste (Italy). The class
builds on the standard article class to offer a format that
LaTeX authors may use when submitting to the journal.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lps/lps.cls
%doc %{_texmfdistdir}/doc/latex/lps/README
%doc %{_texmfdistdir}/doc/latex/lps/lps.pdf
%doc %{_texmfdistdir}/doc/latex/lps/lpstemplate.tex
#- source
%doc %{_texmfdistdir}/source/latex/lps/lps.dtx
%doc %{_texmfdistdir}/source/latex/lps/lps.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-3
+ Revision: c07f4dc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20607 |14mr|texlive-lsc-20070309-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/lsc
# catalog-date 2007-03-09 12:50:50 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-lsc
Version:	20070309
Release:	3
Summary:	Typesetting Live Sequence Charts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lsc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lsc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lsc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is similar to the msc package in that it provides
macros for typesetting a variant of sequence diagrams, in this
case the Live Sequence Charts of Damm and Harel. The package
supports the full LSC language of the original LSC paper, the
Klose-extensions for formal verification and some of the Harel-
extensions for the Play-In/Play-Out approach (cf. the manual).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/lsc/lsc.bib
%{_texmfdistdir}/tex/latex/lsc/lsc.sty
%doc %{_texmfdistdir}/doc/latex/lsc/README
%doc %{_texmfdistdir}/doc/latex/lsc/lsc.pdf
%doc %{_texmfdistdir}/doc/latex/lsc/lsc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070309-3
+ Revision: e75c528
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20608 |14mr|texlive-lshort-bulgarian-20071221-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/bulgarian
# catalog-date 2007-12-21 19:41:24 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-lshort-bulgarian
Version:	20071221
Release:	3
Summary:	Bulgarian translation of the "Short Introduction to LaTeX2e"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/bulgarian
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-bulgarian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-bulgarian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The source files, PostScript and PDF files of the Bulgarian
translation of the "Short Introduction to LaTeX 2e".

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-bulgarian/README
%doc %{_texmfdistdir}/doc/latex/lshort-bulgarian/lshort-bg.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-bulgarian/src/lshort-bg.src.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20071221-3
+ Revision: ef27701
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20609 |14mr|texlive-lshort-chinese-4.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/chinese
# catalog-date 2008-07-16 16:26:02 +0200
# catalog-license gpl
# catalog-version 4.20
Name:		texlive-lshort-chinese
Version:	4.20
Release:	3
Summary:	Introduction to LaTeX, in Chinese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/chinese
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-chinese.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-chinese.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A translation to Chinese of the not so short introduction to
LaTeX2e, presented by the Chinese TeX Society CTeX. The
processed output is created by use of XeTeX.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/README
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/lshort-zh-cn.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/biblio.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/contrib.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/custom.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/fancyhea.sty
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/graphic.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/lshort-a5.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/lshort-base.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/lshort.sty
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/lshort.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/lssym.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/math.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/myclass.sty
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/mylayout.sty
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/overview.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/spec.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/test.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/things.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/title.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/typeset.tex
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/usefulmacros.sty
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/zhfont.sty
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/zhmath.sty
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/zhspacing.sty
%doc %{_texmfdistdir}/doc/latex/lshort-chinese/src/zhulem.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.20-3
+ Revision: 032db89
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20610 |14mr|texlive-lshort-czech-4.27-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23021
# category Package
# catalog-ctan /info/lshort/czech
# catalog-date 2011-06-15 18:28:44 +0200
# catalog-license gpl
# catalog-version 4.27
Name:		texlive-lshort-czech
Version:	4.27
Release:	3
Summary:	Czech translation of the "Short Introduction to LaTeX2e"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/czech
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-czech.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-czech.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is the Czech translation of "A Short Introduction to
LaTeX2e".

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-czech/CHANGES
%doc %{_texmfdistdir}/doc/latex/lshort-czech/MANIFEST
%doc %{_texmfdistdir}/doc/latex/lshort-czech/Makefile
%doc %{_texmfdistdir}/doc/latex/lshort-czech/README
%doc %{_texmfdistdir}/doc/latex/lshort-czech/lshort-cs.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/appendix.tex
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/biblio.tex
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/contrib.tex
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/custom.tex
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/fancyhea.sty
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/graphic.tex
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/lshort-base.tex
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/lshort-cs-a5.tex
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/lshort-cs.ind
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/lshort-cs.tex
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/lshort.ist
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/lshort.sty
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/lssym.tex
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/math.tex
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/mylayout.sty
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/overview.tex
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/spec.tex
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/things.tex
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/title.tex
%doc %{_texmfdistdir}/doc/latex/lshort-czech/src/typeset.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.27-3
+ Revision: 473dfb1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20611 |14mr|texlive-lshort-dutch-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/dutch
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license gpl
# catalog-version 1.3
Name:		texlive-lshort-dutch
Version:	1.3
Release:	3
Summary:	Introduction to LaTeX in Dutch
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/dutch
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-dutch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-dutch.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is the Dutch (Nederlands) translation of the Short
Introduction to LaTeX2e.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-dutch/LEESMIJ
%doc %{_texmfdistdir}/doc/latex/lshort-dutch/README
%doc %{_texmfdistdir}/doc/latex/lshort-dutch/WIJZIGINGEN
%doc %{_texmfdistdir}/doc/latex/lshort-dutch/lshort-nl-1.3.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-dutch/lshort-nl-1.3.src.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 7ddf6d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20612 |14mr|texlive-lshort-english-5.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22002
# category Package
# catalog-ctan /info/lshort/english
# catalog-date 2011-04-06 15:14:49 +0200
# catalog-license gpl2
# catalog-version 5.01
Name:		texlive-lshort-english
Version:	5.01
Release:	3
Summary:	A (Not So) Short Introduction to LaTeX2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/english
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-english.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-english.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The document derives from a German introduction ('lkurz'),
which was translated and updated; it continues to be updated.
This translation has, in its turn, been translated into
Finnish, French, German, Italian, Japanese, Korean, Mongolian,
Persian (Farsi), Polish, Portuguese, Brazilian Portuguese,
Russian, Slovak, Slovenian, Spanish and Ukranian. Not all
translations are of the current English version, of course.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-english/CHANGES
%doc %{_texmfdistdir}/doc/latex/lshort-english/README
%doc %{_texmfdistdir}/doc/latex/lshort-english/lshort-5.01.src.tar.gz
%doc %{_texmfdistdir}/doc/latex/lshort-english/lshort.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.01-3
+ Revision: 93575b2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20613 |14mr|texlive-lshort-finnish-20081213-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/finnish
# catalog-date 2008-12-13 17:42:32 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-lshort-finnish
Version:	20081213
Release:	3
Summary:	Finnish introduction to LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/finnish
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-finnish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-finnish.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is the Finnish translation of Short Introduction to
LaTeX2e, with added coverage of Finnish typesetting rules.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/README
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/lyhyt2e.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/asiat.tex
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/erikois.tex
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/esipuhe.tex
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/grafiikka.tex
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/kiitokset.tex
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/kirjallisuus.tex
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/ladonta.tex
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/llyhyt2e.sty
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/lyhyt2e.ind
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/lyhyt2e.tex
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/matikka.tex
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/mylayout.sty
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/otsikko.tex
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/symbolit.tex
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/typeset.tex
%doc %{_texmfdistdir}/doc/latex/lshort-finnish/src/viritys.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081213-3
+ Revision: c28adc5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20614 |14mr|texlive-lshort-french-5.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23332
# category Package
# catalog-ctan /info/lshort/french
# catalog-date 2011-06-16 20:49:53 +0200
# catalog-license gpl
# catalog-version 5.01fr-0
Name:		texlive-lshort-french
Version:	5.01
Release:	3
Summary:	Short introduction to LaTeX, French translation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/french
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-french.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-french.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
French version of A Short Introduction to LaTeX2e.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-french/README
%doc %{_texmfdistdir}/doc/latex/lshort-french/historique
%doc %{_texmfdistdir}/doc/latex/lshort-french/lshort-fr-5.01fr-0.tgz
%doc %{_texmfdistdir}/doc/latex/lshort-french/lshort-fr.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.01-3
+ Revision: 590c9e0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20615 |14mr|texlive-lshort-german-20080420-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/german
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-lshort-german
Version:	20080420
Release:	3
Summary:	German version of A Short Introduction to LaTeX2e: LaTeX2e-Kurzbeschreibung
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/german
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-german.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-german.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive lshort-german package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-german/CHANGES
%doc %{_texmfdistdir}/doc/latex/lshort-german/LaTeX2e-Kurzbeschreibung
%doc %{_texmfdistdir}/doc/latex/lshort-german/README.l2kurz
%doc %{_texmfdistdir}/doc/latex/lshort-german/a.ps
%doc %{_texmfdistdir}/doc/latex/lshort-german/l2gfdl.tex
%doc %{_texmfdistdir}/doc/latex/lshort-german/l2k1.tex
%doc %{_texmfdistdir}/doc/latex/lshort-german/l2k2.tex
%doc %{_texmfdistdir}/doc/latex/lshort-german/l2k3.tex
%doc %{_texmfdistdir}/doc/latex/lshort-german/l2k4.tex
%doc %{_texmfdistdir}/doc/latex/lshort-german/l2k5.tex
%doc %{_texmfdistdir}/doc/latex/lshort-german/l2k6.tex
%doc %{_texmfdistdir}/doc/latex/lshort-german/l2ka.tex
%doc %{_texmfdistdir}/doc/latex/lshort-german/l2ksym.tex
%doc %{_texmfdistdir}/doc/latex/lshort-german/l2kurz.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-german/l2kurz.tex
%doc %{_texmfdistdir}/doc/latex/lshort-german/l2kurz2.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080420-3
+ Revision: 9e820c3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20616 |14mr|texlive-lshort-italian-20070101-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/italian
# catalog-date 2007-01-01 00:42:16 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-lshort-italian
Version:	20070101
Release:	3
Summary:	Introduction to LaTeX in Italian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/italian
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-italian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-italian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is the Italian translation of the Short Introduction to
LaTeX2e.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-italian/CHANGES
%doc %{_texmfdistdir}/doc/latex/lshort-italian/MANIFEST
%doc %{_texmfdistdir}/doc/latex/lshort-italian/Makefile
%doc %{_texmfdistdir}/doc/latex/lshort-italian/README
%doc %{_texmfdistdir}/doc/latex/lshort-italian/TRANSLATIONS
%doc %{_texmfdistdir}/doc/latex/lshort-italian/fixdate.pl
%doc %{_texmfdistdir}/doc/latex/lshort-italian/itlshort.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-italian/src.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070101-3
+ Revision: 2027595
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20617 |14mr|texlive-lshort-japanese-20061228-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/japanese
# catalog-date 2006-12-28 00:06:45 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-lshort-japanese
Version:	20061228
Release:	3
Summary:	Japanese version of A Short Introduction to LaTeX2e 
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/japanese
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-japanese.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-japanese.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive lshort-japanese package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-japanese/00README
%doc %{_texmfdistdir}/doc/latex/lshort-japanese/CHANGES.jp
%doc %{_texmfdistdir}/doc/latex/lshort-japanese/READ.ME
%doc %{_texmfdistdir}/doc/latex/lshort-japanese/jlshort-1.00.src.tar.gz
%doc %{_texmfdistdir}/doc/latex/lshort-japanese/jlshort.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061228-3
+ Revision: 1410c68
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20618 |14mr|texlive-lshort-korean-4.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/korean
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license fdl
# catalog-version 4.17
Name:		texlive-lshort-korean
Version:	4.17
Release:	3
Summary:	Korean introduction to LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/korean
License:	FDL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-korean.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-korean.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A translation of Oetiker's original (not so) short
introduction.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-korean/README.ko
%doc %{_texmfdistdir}/doc/latex/lshort-korean/lshort-kr-src.tar.gz
%doc %{_texmfdistdir}/doc/latex/lshort-korean/lshort-kr.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.17-3
+ Revision: c4c1143
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20619 |14mr|texlive-lshort-mongol-4.26-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/mongolian/lshort-mongol
# catalog-date 2009-11-09 23:05:00 +0100
# catalog-license lppl
# catalog-version 4.26
Name:		texlive-lshort-mongol
Version:	4.26
Release:	3
Summary:	Short introduction to LaTeX, in Mongolian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/mongolian/lshort-mongol
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-mongol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-mongol.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A translation of Oetiker's Not so short introduction.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/00README
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/CHANGES
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/MANIFEST
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/Makefile
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/README
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/TODO
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/TRANSLATIONS
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/fixdate.pl
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/lshort-mn.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/appendix.tex
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/biblio.tex
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/contrib.tex
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/custom.tex
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/fancyhea.sty
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/graphic.tex
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/lshort-a5.tex
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/lshort-base.tex
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/lshort-mn.tex
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/lshort.sty
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/lssym.tex
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/math.tex
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/mylayout.sty
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/overview.tex
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/spec.tex
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/things.tex
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/title.tex
%doc %{_texmfdistdir}/doc/latex/lshort-mongol/src/typeset.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.26-3
+ Revision: 0dcc5d3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20620 |14mr|texlive-lshort-persian-4.26-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/persian
# catalog-date 2009-11-09 23:05:00 +0100
# catalog-license pd
# catalog-version 4.26:2009-08-04
Name:		texlive-lshort-persian
Version:	4.26
Release:	3
Summary:	Persian (Farsi) introduction to LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/persian
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-persian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-persian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A Persian (Farsi) translation of Oetiker's (not so) short
introduction.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-persian/README
%doc %{_texmfdistdir}/doc/latex/lshort-persian/appendix.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/biblio.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/contrib.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/custom.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/graphic.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/lshort-a5.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/lshort-base.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/lshort.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-persian/lshort.sty
%doc %{_texmfdistdir}/doc/latex/lshort-persian/lshort.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/lssym.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/math.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/mylayout.sty
%doc %{_texmfdistdir}/doc/latex/lshort-persian/overview.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/preface.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/spec.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/things.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/title.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/transpreface.tex
%doc %{_texmfdistdir}/doc/latex/lshort-persian/typeset.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.26-3
+ Revision: a304e9c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20621 |14mr|texlive-lshort-polish-20061228-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/polish
# catalog-date 2006-12-28 00:06:45 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-lshort-polish
Version:	20061228
Release:	3
Summary:	Introduction to LaTeX in Polish
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/polish
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-polish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-polish.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is the Polish translation of A Short Introduction to
LaTeX2e.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-polish/README
%doc %{_texmfdistdir}/doc/latex/lshort-polish/lshort2e.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-polish/src.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061228-3
+ Revision: 1c8b537
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20622 |14mr|texlive-lshort-portuguese-5.01.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22569
# category Package
# catalog-ctan /info/lshort/portuguese
# catalog-date 2011-05-22 11:03:26 +0200
# catalog-license pd
# catalog-version 5.01.0
Name:		texlive-lshort-portuguese
Version:	5.01.0
Release:	3
Summary:	Introduction to LaTeX in Portuguese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/portuguese
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-portuguese.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-portuguese.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is the Portuguese translation of A Short Introduction to
LaTeX2e.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-portuguese/pt-lshort-5.01.0.src.tar.gz
%doc %{_texmfdistdir}/doc/latex/lshort-portuguese/pt-lshort.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.01.0-3
+ Revision: 76f37f4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20623 |14mr|texlive-lshort-russian-20061228-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18906
# category Package
# catalog-ctan /info/lshort/russian
# catalog-date 2006-12-28 00:06:45 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-lshort-russian
Version:	20061228
Release:	3
Summary:	Russian introduction to LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/russian
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-russian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-russian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
Russian version of A Short Introduction to LaTeX2e.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-russian/lshortru.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-russian/lshortru.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061228-3
+ Revision: 32f977c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20624 |14mr|texlive-lshort-slovak-20061230-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/slovak
# catalog-date 2006-12-30 01:42:23 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-lshort-slovak
Version:	20061230
Release:	3
Summary:	Slovak introduction to LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/slovak
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-slovak.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-slovak.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A Slovak translation of Oetiker's (not so) short introduction.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-slovak/slshorte.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-slovak/src.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061230-3
+ Revision: e34ed00
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20625 |14mr|texlive-lshort-slovenian-4.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/slovenian
# catalog-date 2008-08-22 10:50:40 +0200
# catalog-license gpl
# catalog-version 4.20
Name:		texlive-lshort-slovenian
Version:	4.20
Release:	3
Summary:	Slovenian translation of lshort
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/slovenian
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-slovenian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-slovenian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A Slovenian translation of the Not So Short Introduction to
LaTeX 2e.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/README
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/lshort-slovenian.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/biblio.tex
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/contrib.tex
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/custom.tex
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/fancyhea.sty
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/graphic.tex
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/lshort-a5.tex
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/lshort-base.tex
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/lshort-slovenian.sty
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/lshort-slovenian.tex
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/lssym.tex
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/math.tex
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/mylayout.sty
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/overview.tex
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/spec.tex
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/things.tex
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/title.tex
%doc %{_texmfdistdir}/doc/latex/lshort-slovenian/src/typeset.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.20-3
+ Revision: 85a2fbf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20626 |14mr|texlive-lshort-spanish-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17269
# category Package
# catalog-ctan /info/lshort/spanish
# catalog-date 2010-03-01 01:49:06 +0100
# catalog-license other-free
# catalog-version 0.4
Name:		texlive-lshort-spanish
Version:	0.4
Release:	3
Summary:	Short introduction to LaTeX, Spanish translation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/spanish
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-spanish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-spanish.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A Spanish translation of the Short Introduction to LaTeX2e,
version 20.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/CAMBIOS
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/LEAME.latin1
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/LEAME.utf8
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/MANIFEST
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/Makefile
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/fixdate.pl
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/biblio.tex
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/contrib.tex
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/custom.tex
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/fancyhea.sty
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/graphic.tex
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/lshort-a4.tex
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/lshort-a5.tex
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/lshort-base.ltx
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/lshort-letter.tex
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/lshort.sty
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/lssym.tex
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/math.tex
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/mylayout.sty
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/overview.tex
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/spec.tex
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/things.tex
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/title.tex
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/fuente/src/typeset.tex
%doc %{_texmfdistdir}/doc/latex/lshort-spanish/lshort-a4.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-3
+ Revision: d394aeb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20627 |14mr|texlive-lshort-thai-1.32-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/thai
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license pd
# catalog-version 1.32
Name:		texlive-lshort-thai
Version:	1.32
Release:	3
Summary:	Introduction to LaTeX in Thai
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/thai
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-thai.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-thai.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is the Thai translation of the Short Introduction to
LaTeX2e.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-thai/lsh132.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-thai/lsh132.zip
%doc %{_texmfdistdir}/doc/latex/lshort-thai/readme

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.32-3
+ Revision: ea6df69
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20628 |14mr|texlive-lshort-turkish-4.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/turkish
# catalog-date 2007-03-09 12:50:50 +0100
# catalog-license pd
# catalog-version 4.20
Name:		texlive-lshort-turkish
Version:	4.20
Release:	3
Summary:	Turkish introduction to LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/turkish
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-turkish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-turkish.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A Turkish translation of Oetiker's (not so) short introduction.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-turkish/README
%doc %{_texmfdistdir}/doc/latex/lshort-turkish/lshort-tr.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-turkish/trlshort-src.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.20-3
+ Revision: 998bbc0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20629 |14mr|texlive-lshort-ukr-4.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/ukrainian
# catalog-date 2008-08-22 10:50:40 +0200
# catalog-license other-free
# catalog-version 4.00
Name:		texlive-lshort-ukr
Version:	4.00
Release:	3
Summary:	Ukrainian version of the LaTeX introduction
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/ukrainian
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-ukr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-ukr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
Ukrainian version of A Short Introduction to LaTeX2e.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-ukr/lshort-ukr-4.12.src.tar.gz
%doc %{_texmfdistdir}/doc/latex/lshort-ukr/lshort-ukr.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.00-3
+ Revision: 388fe3d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20630 |14mr|texlive-lshort-vietnamese-4.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/lshort/vietnamese
# catalog-date 2007-03-09 12:50:50 +0100
# catalog-license lppl
# catalog-version 4.00
Name:		texlive-lshort-vietnamese
Version:	4.00
Release:	3
Summary:	vietnamese version of the LaTeX introduction
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/lshort/vietnamese
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-vietnamese.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-vietnamese.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
Vietnamese version of A Short Introduction to LaTeX2e.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/README
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/lshort-vi.pdf
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/LocalVariables
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/Makefile
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/README.txt
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/abbr.tex
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/biblio.tex
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/contrib.tex
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/custom.tex
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/fancyhea.sty
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/graphic.tex
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/lshort-print-vi.tex
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/lshort-vi.sty
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/lshort-vi.tex
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/lssym.tex
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/math.tex
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/mylayout.sty
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/overview.tex
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/spec.tex
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/things.tex
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/tiengviet.tex
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/title.tex
%doc %{_texmfdistdir}/doc/latex/lshort-vietnamese/src/typeset.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.00-3
+ Revision: ae9f58c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20631 |14mr|texlive-lstaddons-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26196
# category Package
# catalog-ctan /macros/latex/contrib/lstaddons
# catalog-date 2012-05-03 17:01:13 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-lstaddons
Version:	0.1
Release:	3
Summary:	Add-on packagvess for listings: autogobble and line background
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lstaddons
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lstaddons.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lstaddons.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lstaddons.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle contains a small collection of add-on packages for
the listings package. Current packages are: [?] lstlinebgrd:
colour the background of some or all lines of a listing; and
[?] lstautogobble: set the standard "gobble" option to the
indent of the first line of the code.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lstaddons/lstautogobble.sty
%{_texmfdistdir}/tex/latex/lstaddons/lstlinebgrd.sty
%doc %{_texmfdistdir}/doc/latex/lstaddons/README
%doc %{_texmfdistdir}/doc/latex/lstaddons/lstautogobble.pdf
%doc %{_texmfdistdir}/doc/latex/lstaddons/lstlinebgrd.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lstaddons/lstaddons.ins
%doc %{_texmfdistdir}/source/latex/lstaddons/lstautogobble.dtx
%doc %{_texmfdistdir}/source/latex/lstaddons/lstlinebgrd.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: a94617b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20632 |14mr|texlive-lt3graph-0.0.9.r1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32356
# category Package
# catalog-ctan /macros/latex/contrib/lt3graph
# catalog-date 2013-12-08 00:11:37 +0100
# catalog-license lppl1.3
# catalog-version 0.0.9-r1
Name:		texlive-lt3graph
Version:	0.0.9.r1
Release:	2
Summary:	Provide a graph datastructure for experimental LaTeX3
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lt3graph
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lt3graph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lt3graph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a 'graph' data structure, for use in
documents that are using the experimental LaTeX 3 syntax.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lt3graph/lt3graph-dry.sty
%{_texmfdistdir}/tex/latex/lt3graph/lt3graph-packagedoc.cls
%{_texmfdistdir}/tex/latex/lt3graph/lt3graph.sty
%doc %{_texmfdistdir}/doc/latex/lt3graph/README
%doc %{_texmfdistdir}/doc/latex/lt3graph/lt3graph.pdf
%doc %{_texmfdistdir}/doc/latex/lt3graph/lt3graph.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.9.r1-2
+ Revision: 7929dc6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20633 |14mr|texlive-ltablex-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29903
# category Package
# catalog-ctan /macros/latex/contrib/ltablex
# catalog-date 2013-04-12 10:31:24 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-ltablex
Version:	1.0
Release:	6
Summary:	Table package extensions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ltablex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltablex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltablex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Modifies the tabularx environment to combine the features of
the tabularx package (auto-sized columns in a fixed width
table) with those of the longtable package (multi-page tables).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltablex/ltablex.sty
%doc %{_texmfdistdir}/doc/latex/ltablex/README
%doc %{_texmfdistdir}/doc/latex/ltablex/ltablex.pdf
%doc %{_texmfdistdir}/doc/latex/ltablex/ltablex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: df0b9c0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20634 |14mr|texlive-ltabptch-1.74d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17533
# category Package
# catalog-ctan /macros/latex/contrib/ltabptch
# catalog-date 2010-03-07 16:35:25 +0100
# catalog-license lppl
# catalog-version 1.74d
Name:		texlive-ltabptch
Version:	1.74d
Release:	3
Summary:	Bug fix for longtable
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ltabptch
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltabptch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltabptch.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A patch for LaTeX bugs tools/3180 and tools/3480. The patch
applies to version 4.11 of longtable.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltabptch/ltabptch.sty
%doc %{_texmfdistdir}/doc/latex/ltabptch/README
%doc %{_texmfdistdir}/doc/latex/ltabptch/ltabptch.pdf
%doc %{_texmfdistdir}/doc/latex/ltabptch/ltabptch.tex
%doc %{_texmfdistdir}/doc/latex/ltabptch/ltabtest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.74d-3
+ Revision: 53f2839
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20635 |14mr|texlive-ltxdockit-1.2c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21869
# category Package
# catalog-ctan /macros/latex/contrib/ltxdockit
# catalog-date 2010-12-10 17:32:44 +0100
# catalog-license lppl
# catalog-version 1.2c
Name:		texlive-ltxdockit
Version:	1.2c
Release:	3
Summary:	Documentation support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ltxdockit
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxdockit.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxdockit.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle, consisting of a simple wrapper class and some
packages, forms a small LaTeX/BibTeX documentation kit; the
author uses it for some of his own packages. The package is not
supported: users should not attempt its use unless they are
capable of dealing with problems unaided. (The actual purpose
of releasing the package is to make it possible for third
parties to compile the documentation of other packages, should
that be necessary.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltxdockit/btxdockit.sty
%{_texmfdistdir}/tex/latex/ltxdockit/ltxdockit.cfg
%{_texmfdistdir}/tex/latex/ltxdockit/ltxdockit.cls
%{_texmfdistdir}/tex/latex/ltxdockit/ltxdockit.def
%{_texmfdistdir}/tex/latex/ltxdockit/ltxdockit.sty
%doc %{_texmfdistdir}/doc/latex/ltxdockit/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2c-3
+ Revision: ada3ef5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20636 |14mr|texlive-ltxfileinfo-2.00-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29349
# category Package
# catalog-ctan /support/ltxfileinfo
# catalog-date 2013-02-05 06:50:41 +0100
# catalog-license gpl
# catalog-version 2.00
Name:		texlive-ltxfileinfo
Version:	2.00
Release:	8
Summary:	Print version info for latex class or style file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/ltxfileinfo
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxfileinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxfileinfo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-ltxfileinfo.bin = %{EVRD}

%description
The bash script ltxfileinfo prints information about a LaTeX
class, style and other files to standard output. The script is
based on Uwe Luck's readprov, so it prints information only for
files that contain a \ProvidesFile, \ProvidesClass or
\ProvidesPackage statement. The script tries to correct errors
in these \Provides... statements and it has options, useful for
developers, to make errors in those statements visible.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/ltxfileinfo
%{_texmfdistdir}/scripts/ltxfileinfo/ltxfileinfo
%doc %{_texmfdistdir}/doc/support/ltxfileinfo/README
%doc %{_texmfdistdir}/doc/support/ltxfileinfo/ltxfileinfo.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ltxfileinfo/ltxfileinfo ltxfileinfo
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.00-8
+ Revision: 189a991
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20637 |14mr|texlive-ltximg-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32346
# category Package
# catalog-ctan /support/ltximg
# catalog-date 2013-12-05 10:21:29 +0100
# catalog-license gpl2
# catalog-version 1.0
Name:		texlive-ltximg
Version:	1.0
Release:	3
Summary:	Split LaTeX files to sanitise a conversion process
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/ltximg
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltximg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltximg.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-ltximg.bin = %{EVRD}

%description
The package provides a Perl script that extracts all TikZ and
PStricks environments for separate processing to produce images
(in eps, pdf, png or jpg format) for use by a converter or the
preview bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/ltximg
%{_texmfdistdir}/scripts/ltximg/ltximg.pl
%doc %{_texmfdistdir}/doc/support/ltximg/README
%doc %{_texmfdistdir}/doc/support/ltximg/ltximg-doc.pdf
%doc %{_texmfdistdir}/doc/support/ltximg/ltximg-doc.tex
%doc %{_texmfdistdir}/doc/support/ltximg/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ltximg/ltximg.pl ltximg
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 59f7759
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20638 |14mr|texlive-ltxindex-0.1c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ltxindex
# catalog-date 2009-10-01 20:18:08 +0200
# catalog-license gpl
# catalog-version 0.1c
Name:		texlive-ltxindex
Version:	0.1c
Release:	3
Summary:	A LaTeX package to typeset indices with GNU's Texindex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ltxindex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxindex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxindex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package that allows the user to make indexes with GNU's
Texindex program, instead of makeindex. It provides the
indexing commands available in Texinfo by default, but only
defines the concept index (cp) by default -- the user must
define other standard indexes, and there is no provision for
custom indexes. The package is not currently maintained.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltxindex/ltxindex.sty
%doc %{_texmfdistdir}/doc/latex/ltxindex/README
%doc %{_texmfdistdir}/doc/latex/ltxindex/copying.txt
%doc %{_texmfdistdir}/doc/latex/ltxindex/ltxindex.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ltxindex/ltxindex.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1c-3
+ Revision: 5bbd922
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20639 |14mr|texlive-ltxkeys-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24898
# category Package
# catalog-ctan /macros/latex/contrib/ltxkeys
# catalog-date 2011-12-19 23:56:31 +0100
# catalog-license lppl
# catalog-version 0.0.3
Name:		texlive-ltxkeys
Version:	0.3.0
Release:	3
Summary:	A robust key parser for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ltxkeys
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxkeys.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxkeys.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides facilities for creating and managing keys
in the sense of the keyval and xkeyval packages, but it is
intended to be more robust and faster. Its robustness comes
from its ability to preserve braces in key values throughout
parsing. The need to preserve braces in key values arises often
in parsing keys (for example, in the xwatermark package). The
package is faster than xkeyval package because (among other
things) it avoids character-wise parsing of key values (called
"selective sanitization" by the xkeyval package). The package
also provides functions for defining and managing keys.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltxkeys/ltxkeys.sty
%{_texmfdistdir}/tex/latex/ltxkeys/pathkeys.sty
%doc %{_texmfdistdir}/doc/latex/ltxkeys/README
%doc %{_texmfdistdir}/doc/latex/ltxkeys/ltxkeys-guide.cfg
%doc %{_texmfdistdir}/doc/latex/ltxkeys/ltxkeys-guide.pdf
%doc %{_texmfdistdir}/doc/latex/ltxkeys/ltxkeys-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.0-3
+ Revision: 8dd4cf5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20640 |14mr|texlive-ltxmisc-20090116-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21927
# category Package
# catalog-ctan /macros/latex/contrib/misc
# catalog-date 2009-01-16 15:12:56 +0100
# catalog-license collection
# catalog-version undef
Name:		texlive-ltxmisc
Version:	20090116
Release:	3
Summary:	Miscellaneous LaTeX packages, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/misc
License:	COLLECTION
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxmisc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive ltxmisc package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltxmisc/abstbook.cls
%{_texmfdistdir}/tex/latex/ltxmisc/beletter.cls
%{_texmfdistdir}/tex/latex/ltxmisc/bibcheck.sty
%{_texmfdistdir}/tex/latex/ltxmisc/concrete.sty
%{_texmfdistdir}/tex/latex/ltxmisc/flashcard.cls
%{_texmfdistdir}/tex/latex/ltxmisc/iagproc.cls
%{_texmfdistdir}/tex/latex/ltxmisc/linsys.sty
%{_texmfdistdir}/tex/latex/ltxmisc/mitpress.sty
%{_texmfdistdir}/tex/latex/ltxmisc/thrmappendix.sty
%{_texmfdistdir}/tex/latex/ltxmisc/topcapt.sty
%{_texmfdistdir}/tex/latex/ltxmisc/vrbexin.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090116-3
+ Revision: b5ecec6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20641 |14mr|texlive-ltxnew-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21586
# category Package
# catalog-ctan /macros/latex/contrib/ltxnew
# catalog-date 2011-03-02 16:08:00 +0100
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-ltxnew
Version:	1.3
Release:	3
Summary:	A simple means of creating commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ltxnew
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxnew.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxnew.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxnew.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package ltxnew provides \new, \renew and \provide prefixes
for checking definitions. It is designed to work with e-TeX
distributions of LaTeX and relies on the LaTeX internal macro
\@ifdefinable. Local allocation of counters, dimensions, skips,
muskips, boxes, tokens and marks are provided by the etex
package. \new and \renew as well as \provide may be used for
all kind of control sequences. Please refer to the section
"Using \new" of the PDF documentation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltxnew/ltxnew.sty
%doc %{_texmfdistdir}/doc/latex/ltxnew/README
%doc %{_texmfdistdir}/doc/latex/ltxnew/ltxnew.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ltxnew/ltxnew.dtx
%doc %{_texmfdistdir}/source/latex/ltxnew/ltxnew.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: e14a293
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20642 |14mr|texlive-ltxtools-0.0.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24897
# category Package
# catalog-ctan /macros/latex/contrib/ltxtools
# catalog-date 2011-12-19 23:56:31 +0100
# catalog-license lppl1.3
# catalog-version 0.0.1a
Name:		texlive-ltxtools
Version:	0.0.1a
Release:	3
Summary:	A collection of LaTeX API macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ltxtools
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxtools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxtools.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a bundle of macros that the author uses in the coding
of others of his macro files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-base.sty
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-doc.sty
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-environ.sty
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-incluput.sty
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-index.sty
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-review.sty
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-trace.sty
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools.sty
%doc %{_texmfdistdir}/doc/latex/ltxtools/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.1a-3
+ Revision: f4f33a5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20643 |14mr|texlive-lua2dox-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27205
# category Package
# catalog-ctan /web/lua2dox
# catalog-date 2012-07-21 10:40:57 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-lua2dox
Version:	0.1
Release:	2
Summary:	Auto-documentation of lua code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/web/lua2dox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lua2dox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lua2dox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-lua2dox.bin = %{EVRD}

%description
The package extends the well-known C-like language autodoc
tool, doxygen, to read and document lua code. In use, you edit
and test your code and periodically run the autodoc tool to
update the documentation, which may be viewed via an html
browser. Autodoc tools can read the code well enough to find
function/... declarations and document them. If the code also
contains appropriatly formatted "magic comments", the tool can
use them to supplement the documentation. The package is a
first prototype of a planned TeX2DoX tool (in development),
which will process joint (La)TeX/lua documents.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/lua2dox_filter
%{_bindir}/lua2dox_lua
%{_texmfdistdir}/scripts/lua2dox/lua.def
%{_texmfdistdir}/scripts/lua2dox/lua2dox.lua
%{_texmfdistdir}/scripts/lua2dox/lua2dox_lua
%doc %{_texmfdistdir}/doc/support/lua2dox/Doxyfile
%doc %{_texmfdistdir}/doc/support/lua2dox/INSTALL
%doc %{_texmfdistdir}/doc/support/lua2dox/README
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/doxygen.css
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/doxygen.png
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/files.html
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/globals.html
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/globals_func.html
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/index.html
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/lua2dox_8lua-source.html
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/lua2dox_8lua.html
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/tab_b.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/tab_l.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/tab_r.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/tabs.css
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/Doxyfile
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/animals.lua
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/class.lua
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/animals_8lua-source.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/animals_8lua.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/annotated.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classAnimal-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classAnimal.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classAnimal.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classBird-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classBird.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classBird.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classCat-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classCat.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classCat.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classDog-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classDog.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classDog.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classMammal-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classMammal.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classMammal.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classPigeon-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classPigeon.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classPigeon.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classRedKite-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classRedKite.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classRedKite.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/class_8lua-source.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/class_8lua.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/doxygen.css
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/doxygen.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/files.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/functions.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/functions_func.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/globals.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/globals_func.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/hierarchy.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/index.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/main_8lua-source.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/main_8lua.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/tab_b.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/tab_l.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/tab_r.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/tabs.css
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/main.lua
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/Doxyfile
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/animals.php
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/animals_8php-source.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/animals_8php.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/annotated.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classAnimal-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classAnimal.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classAnimal.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classBird-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classBird.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classBird.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classCat-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classCat.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classCat.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classDog-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classDog.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classDog.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classMammal-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classMammal.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classMammal.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classPigeon-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classPigeon.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classPigeon.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classRedKite-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classRedKite.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classRedKite.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/doxygen.css
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/doxygen.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/files.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/functions.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/functions_func.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/globals.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/globals_func.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/globals_vars.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/hierarchy.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/index.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/main_8php-source.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/main_8php.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/tab_b.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/tab_l.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/tab_r.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/tabs.css
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/main.php
%doc %{_texmfdistdir}/doc/support/lua2dox/install.sh
%doc %{_texmfdistdir}/doc/support/lua2dox/lua2dox-refm.pdf
%doc %{_texmfdistdir}/doc/support/lua2dox/lua2dox-refm.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/lua2dox/lua2dox_lua lua2dox_lua
    ln -sf lua2dox_lua lua2dox_filter
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: cc689fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20644 |14mr|texlive-lua-alt-getopt-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17228
# category Package
# catalog-ctan /support/lua/lua-alt-getopt
# catalog-date 2010-03-13 15:46:59 +0100
# catalog-license other-free
# catalog-version 0.7.0
Name:		texlive-lua-alt-getopt
Version:	0.7.0
Release:	3
Summary:	Process application arguments the same way as getopt_long
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/lua/lua-alt-getopt
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-alt-getopt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-alt-getopt.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
lua_altgetopt is a MIT-licensed module for Lua, for processing
application arguments in the same way as BSD/GNU getopt_long(3)
functions do. This module is made available for lua script
writers to have consistent command line parsing routines.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/lua-alt-getopt/alt_getopt.lua
%doc %{_texmfdistdir}/doc/support/lua-alt-getopt/ChangeLog
%doc %{_texmfdistdir}/doc/support/lua-alt-getopt/Makefile
%doc %{_texmfdistdir}/doc/support/lua-alt-getopt/NEWS
%doc %{_texmfdistdir}/doc/support/lua-alt-getopt/README
%doc %{_texmfdistdir}/doc/support/lua-alt-getopt/alt_getopt
%doc %{_texmfdistdir}/doc/support/lua-alt-getopt/tests/test.out
%doc %{_texmfdistdir}/doc/support/lua-alt-getopt/tests/test.sh

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.0-3
+ Revision: 6c4dc16
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20645 |14mr|texlive-luabibentry-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23435
# category Package
# catalog-ctan /macros/luatex/latex/luabibentry
# catalog-date 2011-06-30 18:17:02 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-luabibentry
Version:	0.1
Release:	3
Summary:	Repeat BibTeX entries in a LuaLaTeX document body
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/luabibentry
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luabibentry.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luabibentry.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luabibentry.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
The package reimplements bibentry, for use in LuaLaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/luabibentry/luabibentry.lua
%{_texmfdistdir}/tex/lualatex/luabibentry/luabibentry.sty
%doc %{_texmfdistdir}/doc/lualatex/luabibentry/News
%doc %{_texmfdistdir}/doc/lualatex/luabibentry/README
%doc %{_texmfdistdir}/doc/lualatex/luabibentry/luabibentry.pdf
#- source
%doc %{_texmfdistdir}/source/lualatex/luabibentry/Makefile
%doc %{_texmfdistdir}/source/lualatex/luabibentry/luabibentry.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 4935338
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20646 |14mr|texlive-luabidi-20131014-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30790
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-luabidi
Version:	20131014
Release:	6
Summary:	TeXLive luabidi package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luabidi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luabidi.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive luabidi package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/luabidi/arabmaths.tex
%{_texmfdistdir}/tex/lualatex/luabidi/autofootnoterule.tex
%{_texmfdistdir}/tex/lualatex/luabidi/luabidi.sty
%{_texmfdistdir}/tex/lualatex/luabidi/textwidthfootnoterule.tex
%doc %{_texmfdistdir}/doc/lualatex/luabidi/README
%doc %{_texmfdistdir}/doc/lualatex/luabidi/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131014-6
+ Revision: dd45192
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20647 |14mr|texlive-lua-check-hyphen-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27227
# category Package
# catalog-ctan /macros/luatex/latex/lua-check-hyphen
# catalog-date 2012-07-03 11:28:15 +0200
# catalog-license other-free
# catalog-version 0.1
Name:		texlive-lua-check-hyphen
Version:	0.1
Release:	2
Summary:	Mark hyphenations in a document, for checking
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/lua-check-hyphen
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-check-hyphen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-check-hyphen.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package looks at all hyphenation breaks in the document,
comparing them against a white-list prepared by the author. If
a hyphenation break is found, for which there is no entry in
the white-list, the package flags the line where the break
starts. The author may then either add the hyphenation to the
white-list, or adjust the document to avoid the break.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/lua-check-hyphen/lua-check-hyphen.lua
%{_texmfdistdir}/tex/lualatex/lua-check-hyphen/lua-check-hyphen.sty
%doc %{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/README.md
%doc %{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/luacheckhyphenmanual.pdf
%doc %{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/luacheckhyphenmanual.tex
%doc %{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/sample.pdf
%doc %{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: 3a1ea9a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20648 |14mr|texlive-luacode-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25193
# category Package
# catalog-ctan /macros/luatex/latex/luacode
# catalog-date 2011-12-29 11:37:48 +0100
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-luacode
Version:	1.2
Release:	3
Summary:	Helper for executing lua code from within TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/luacode
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luacode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luacode.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luacode.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Executing Lua code from within TeX with directlua can sometimes
be tricky: there is no easy way to use the percent character,
counting backslashes may be hard, and Lua comments don't work
the way you expect. The package provides the \luaexec command
and the luacode(*) environments to help with these problems.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/luacode/luacode.sty
%doc %{_texmfdistdir}/doc/lualatex/luacode/News
%doc %{_texmfdistdir}/doc/lualatex/luacode/README
%doc %{_texmfdistdir}/doc/lualatex/luacode/luacode.pdf
#- source
%doc %{_texmfdistdir}/source/lualatex/luacode/Makefile
%doc %{_texmfdistdir}/source/lualatex/luacode/luacode.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 5240387
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20649 |14mr|texlive-luaindex-0.1b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25882
# category Package
# catalog-ctan /macros/luatex/latex/luaindex
# catalog-date 2011-08-19 10:28:18 +0200
# catalog-license lppl1.3
# catalog-version 0.1b
Name:		texlive-luaindex
Version:	0.1b
Release:	4
Summary:	Create index using lualatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/luaindex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaindex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaindex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Luaindex provides (yet another) index processor, written in
Lua.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/luaindex/luaindex.lua
%{_texmfdistdir}/tex/lualatex/luaindex/luaindex.sty
%doc %{_texmfdistdir}/doc/lualatex/luaindex/README
%doc %{_texmfdistdir}/doc/lualatex/luaindex/luaindex-example.ldx
%doc %{_texmfdistdir}/doc/lualatex/luaindex/luaindex-example.ltx
%doc %{_texmfdistdir}/doc/lualatex/luaindex/luaindex-example.pdf
%doc %{_texmfdistdir}/doc/lualatex/luaindex/luaindex.ltx
%doc %{_texmfdistdir}/doc/lualatex/luaindex/luaindex.pdf
#- source
%doc %{_texmfdistdir}/source/lualatex/luaindex/luaindex.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1b-4
+ Revision: 1822ee2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20650 |14mr|texlive-luainputenc-0.973-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20491
# category Package
# catalog-ctan /macros/luatex/latex/luainputenc
# catalog-date 2010-11-19 16:55:42 +0100
# catalog-license pd
# catalog-version 0.973
Name:		texlive-luainputenc
Version:	0.973
Release:	3
Summary:	Replacing inputenc for use in LuaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/luainputenc
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luainputenc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luainputenc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luainputenc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LuaTeX operates by default in UTF-8 input; thus LaTeX documents
that need 8-bit character-sets need special treatment. (In
fact, LaTeX documents using UTF-8 with "traditional" -- 256-
glyph -- fonts also need support from this package.) The
package, therefore, replaces the LaTeX standard inputenc for
use under LuaTeX. With a current LuaTeX,the package has the
same behaviour with LuaTeX as inputenc has under pdfTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/luainputenc/luainputenc.lua
%{_texmfdistdir}/tex/lualatex/luainputenc/luainputenc.sty
%{_texmfdistdir}/tex/lualatex/luainputenc/lutf8.def
%{_texmfdistdir}/tex/lualatex/luainputenc/lutf8x.def
%doc %{_texmfdistdir}/doc/lualatex/luainputenc/NEWS
%doc %{_texmfdistdir}/doc/lualatex/luainputenc/README
%doc %{_texmfdistdir}/doc/lualatex/luainputenc/inputenc.sty.diff
%doc %{_texmfdistdir}/doc/lualatex/luainputenc/luainputenc.pdf
%doc %{_texmfdistdir}/doc/lualatex/luainputenc/test.tex
#- source
%doc %{_texmfdistdir}/source/lualatex/luainputenc/Makefile
%doc %{_texmfdistdir}/source/lualatex/luainputenc/luainputenc.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.973-3
+ Revision: 40d101c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20651 |14mr|texlive-luaintro-0.01-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30909
# category Package
# catalog-ctan /info/examples/luaintro
# catalog-date 2013-02-13 13:36:17 +0100
# catalog-license lppl1.3
# catalog-version 0.01
Name:		texlive-luaintro
Version:	0.01
Release:	7
Summary:	Examples from the book "Einfuhrung in LuaTeX und LuaLaTeX"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/luaintro
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaintro.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaintro.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The bundle provides source of all the examples published in the
German book "Einfuhrung in LuaTeX und LuaLaTeX", published by
Lehmans Media and DANTE, Berlin.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-01-1.lua
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-10.ltx2
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-11.ltx2
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-12.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-13.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-14.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-15.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-16.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-17.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-18.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-19.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-20.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-21.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-22.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-3.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-4.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-5.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-6.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-7.sh
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-8.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-02-9.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-03-1.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-03-2.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-03-3.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-03-4.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-03-5.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-03-6.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-04-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-04-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-04-3.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-04-4.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/01-04-5.ctx1crop
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-01-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-01-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-01-3.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-01-4.sh
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-01-5.sh
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-10.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-11.lualtx2
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-12.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-13.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-14.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-15.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-16.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-3.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-4.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-5.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-6.sh
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-7.lualtx2
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-8.lualtx2
%doc %{_texmfdistdir}/doc/luatex/luaintro/02-02-9.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-01-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-03-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-04-1.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-06-1.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-06-2.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-06-3.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-07-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-07-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-08-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-08-2.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-08-3.sh
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-10-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-10-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-10-3.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-11-1.sh
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-11-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-11-3.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-11-4.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-11-5.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-11-6.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/03-11-7.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-01-1.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-01-2.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-01-3.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-10.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-11.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-12.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-13.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-14.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-15.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-16.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-17.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-3.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-4.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-5.lualtx2
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-6.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-7.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-8.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/04-04-9.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/05-01-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/05-01-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/05-02-1.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-02-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-03-1.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-04-1.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-05-1.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-05-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-06-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-07-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-07-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-07-3.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-07-4.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-07-5.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-09-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-10-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-1.sh
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-10.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-11.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-12.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-13.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-14.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-15.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-16.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-17.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-18.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-2.sh
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-3.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-4.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-5.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-6.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-7.sh
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-8.sh
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-11-9.sh
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-12-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-12-10.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-12-11.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-12-12.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-12-13.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-12-14.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-12-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-12-3.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-12-4.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-12-5.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-12-6.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-12-7.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-12-8.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-12-9.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/06-13-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/07-02-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/07-02-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/07-02-3.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/08-01-1.lua
%doc %{_texmfdistdir}/doc/luatex/luaintro/08-01-10.lua
%doc %{_texmfdistdir}/doc/luatex/luaintro/08-01-11.lua
%doc %{_texmfdistdir}/doc/luatex/luaintro/08-01-2.lua
%doc %{_texmfdistdir}/doc/luatex/luaintro/08-01-3.lua
%doc %{_texmfdistdir}/doc/luatex/luaintro/08-01-4.lua
%doc %{_texmfdistdir}/doc/luatex/luaintro/08-01-5.lua
%doc %{_texmfdistdir}/doc/luatex/luaintro/08-01-6.lua
%doc %{_texmfdistdir}/doc/luatex/luaintro/08-01-7.lua
%doc %{_texmfdistdir}/doc/luatex/luaintro/08-01-8.lua
%doc %{_texmfdistdir}/doc/luatex/luaintro/08-01-9.lua
%doc %{_texmfdistdir}/doc/luatex/luaintro/08-02-1.lua
%doc %{_texmfdistdir}/doc/luatex/luaintro/09-01-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/09-01-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/09-01-3.lualtx3
%doc %{_texmfdistdir}/doc/luatex/luaintro/09-01-4.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/09-01-5.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/09-01-6.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/09-03-1.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/09-03-2.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/09-03-3.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/09-03-4.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/09-03-5.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/09-03-6.lualtx
%doc %{_texmfdistdir}/doc/luatex/luaintro/CTdefault.tex
%doc %{_texmfdistdir}/doc/luatex/luaintro/DEexa.sty
%doc %{_texmfdistdir}/doc/luatex/luaintro/DEoptions.sty
%doc %{_texmfdistdir}/doc/luatex/luaintro/Letter.ist
%doc %{_texmfdistdir}/doc/luatex/luaintro/LetterC.ist
%doc %{_texmfdistdir}/doc/luatex/luaintro/LoadFonts.tex
%doc %{_texmfdistdir}/doc/luatex/luaintro/README
%doc %{_texmfdistdir}/doc/luatex/luaintro/beispiel.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/bspcalweekly.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/bspdvdcoll.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/bspfont.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/bsppstricks.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exa-fontconfig.tex
%doc %{_texmfdistdir}/doc/luatex/luaintro/exaarticle.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exaarticle2.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exaartplain.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exabeamer.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exabook.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exabook2.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exadante.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exafoils.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exafubeamer.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exafupd.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/examargin.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/examemoir.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/examinimal-mathsymbols.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/examinimal.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exapd.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exaprosper.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exareport.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exaseminar.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exaslidenotes.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exasymbol.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/exaxetex.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/screxa.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/screxabook.cls
%doc %{_texmfdistdir}/doc/luatex/luaintro/screxareport.cls

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01-7
+ Revision: 9c0cdca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20652 |14mr|texlive-lualatex-doc-20101111-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20419
# category Package
# catalog-ctan /info/luatex/lualatex-doc
# catalog-date 2010-11-11 23:00:42 +0100
# catalog-license fdl
# catalog-version undef
Name:		texlive-lualatex-doc
Version:	20101111
Release:	3
Summary:	A guide to use of LaTeX with LuaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/luatex/lualatex-doc
License:	FDL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-doc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-doc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-doc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The document is a map/guide to the world of LuaLaTeX. Coverage
supports both new users and package developers. Apart from the
introductory material, the document gathers information from
several sources, and offers links to others.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/lualatex/lualatex-doc/News
%doc %{_texmfdistdir}/doc/lualatex/lualatex-doc/README
%doc %{_texmfdistdir}/doc/lualatex/lualatex-doc/lualatex-doc.pdf
#- source
%doc %{_texmfdistdir}/source/lualatex/lualatex-doc/Makefile
%doc %{_texmfdistdir}/source/lualatex/lualatex-doc/lltxdoc.cls
%doc %{_texmfdistdir}/source/lualatex/lualatex-doc/lualatex-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101111-3
+ Revision: 93ac6c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20653 |14mr|texlive-lualatex-doc-de-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30474
# category Package
# catalog-ctan /info/luatex/lualatex-doc-de
# catalog-date 2013-05-14 17:57:54 +0200
# catalog-license fdl
# catalog-version 1.0
Name:		texlive-lualatex-doc-de
Version:	1.0
Release:	6
Summary:	Guide to LuaLaTeX (German translation)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/luatex/lualatex-doc-de
License:	FDL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-doc-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-doc-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The document is a German translation of the map/guide to the
world of LuaLaTeX. Coverage supports both new users and package
developers. Apart from the introductory material, the document
gathers information from several sources, and offers links to
others.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/lualatex-doc-de/lualatex-doc-DE.pdf
%doc %{_texmfdistdir}/doc/latex/lualatex-doc-de/lualatex-doc-DE.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: fe52db7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20654 |14mr|texlive-lualatex-math-0.3b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24009
# category Package
# catalog-ctan /macros/luatex/latex/lualatex-math
# catalog-date 2011-09-18 21:09:14 +0200
# catalog-license lppl1.3
# catalog-version 0.3b
Name:		texlive-lualatex-math
Version:	0.3b
Release:	3
Summary:	Fixes for mathematics-related LuaLaTeX issues
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/lualatex-math
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-math.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-math.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-math.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package patches a few commands of the LaTeX2e kernel and
the amsmath and mathtools packages to be more compatible with
the LuaTeX engine. It is only meaningful for LuaLaTeX documents
containing mathematical formulas, and does not exhibit any new
functionality. The fixes are mostly moved from the unicode-math
package to this package since they are not directly related to
Unicode mathematics typesetting.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/lualatex-math/lualatex-math.lua
%{_texmfdistdir}/tex/lualatex/lualatex-math/lualatex-math.sty
%doc %{_texmfdistdir}/doc/lualatex/lualatex-math/lualatex-math.pdf
#- source
%doc %{_texmfdistdir}/source/lualatex/lualatex-math/lualatex-math.dtx
%doc %{_texmfdistdir}/source/lualatex/lualatex-math/lualatex-math.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3b-3
+ Revision: d0ddc22
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20655 |14mr|texlive-lualibs-0.95-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21149
# category Package
# catalog-ctan /macros/luatex/generic/lualibs
# catalog-date 2010-09-08 12:09:58 +0200
# catalog-license pd
# catalog-version 0.95
Name:		texlive-lualibs
Version:	0.95
Release:	3
Summary:	Additional Lua functions for LuaTeX macro programmers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/lualibs
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualibs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualibs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualibs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Lualibs is a collection of Lua modules useful for general
programming. The bundle is based on lua modules shipped with
ConTeXt, and are made available in this bundle for use
independent of ConTeXt.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-aux.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-boolean.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-dimen.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-dir.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-file.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-io.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-lpeg.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-math.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-md5.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-number.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-os.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-set.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-string.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-table.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-unicode.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-url.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-utils.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs.lua
%doc %{_texmfdistdir}/doc/luatex/lualibs/NEWS
%doc %{_texmfdistdir}/doc/luatex/lualibs/README
%doc %{_texmfdistdir}/doc/luatex/lualibs/lualibs.pdf
#- source
%doc %{_texmfdistdir}/source/luatex/lualibs/Makefile
%doc %{_texmfdistdir}/source/luatex/lualibs/lualibs.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.95-3
+ Revision: 51746fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20656 |14mr|texlive-luamplib-2.40-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32862
# category Package
# catalog-ctan /macros/luatex/generic/luamplib
# catalog-date 2014-02-03 08:01:45 +0100
# catalog-license gpl2
# catalog-version 2.4
Name:		texlive-luamplib
Version:	2.40
Release:	2
Summary:	Use LuaTeX's built-in MetaPost interpreter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/luamplib
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luamplib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luamplib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luamplib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to directly incorporate MetaPost
diagrams into a document, using LuaTeX's built-in MetaPost
library. The facility is only available in PDF mode.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/luamplib/luamplib.lua
%{_texmfdistdir}/tex/luatex/luamplib/luamplib.sty
%doc %{_texmfdistdir}/doc/luatex/luamplib/NEWS
%doc %{_texmfdistdir}/doc/luatex/luamplib/README
%doc %{_texmfdistdir}/doc/luatex/luamplib/luamplib.pdf
%doc %{_texmfdistdir}/doc/luatex/luamplib/test-luamplib-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luamplib/test-luamplib-plain.tex
#- source
%doc %{_texmfdistdir}/source/luatex/luamplib/Makefile
%doc %{_texmfdistdir}/source/luatex/luamplib/luamplib.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.40-2
+ Revision: 40433b4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20657 |14mr|texlive-luaotfload-1.26-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25753
# category Package
# catalog-ctan /macros/luatex/generic/luaotfload
# catalog-date 2012-03-27 17:08:10 +0200
# catalog-license gpl2
# catalog-version 1.26
Name:		texlive-luaotfload
Version:	1.26
Release:	2
Summary:	OpenType layout system for Plain TeX and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/luaotfload
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaotfload.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaotfload.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaotfload.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-luaotfload.bin = %{EVRD}

%description
The package adopts the TrueType/OpenType Font loader code
provided in ConTeXt, and adapts it to use in Plain TeX and
LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/mkluatexfontdb
%{_texmfdistdir}/scripts/luaotfload/mkluatexfontdb.lua
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload.lua
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload.sty
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-blacklist.cnf
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-data-con.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-cid.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-clr.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-def.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-dum.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-ini.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-map.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-nms.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-ota.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-otb.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-otc.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-otd.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-otf.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-oti.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-otn.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-ott.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-tfm.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-xtx.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-luat-dum.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-luat-ovr.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-node-dum.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-node-inj.lua
%doc %{_texmfdistdir}/doc/luatex/luaotfload/NEWS
%doc %{_texmfdistdir}/doc/luatex/luaotfload/README
%doc %{_texmfdistdir}/doc/luatex/luaotfload/luaotfload.pdf
#- source
%doc %{_texmfdistdir}/source/luatex/luaotfload/Makefile
%doc %{_texmfdistdir}/source/luatex/luaotfload/luaotfload.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/luaotfload/mkluatexfontdb.lua mkluatexfontdb
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.26-2
+ Revision: ccc40a4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20658 |14mr|texlive-luapersian-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23576
# category Package
# catalog-ctan /macros/luatex/latex/luapersian
# catalog-date 2011-07-18 09:05:38 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-luapersian
Version:	0.1
Release:	3
Summary:	Persian for LaTeX in LuaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/luapersian
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luapersian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luapersian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Persian for LaTeX in LuaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/luapersian/algorithm-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/algorithmic-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/amsart-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/amsbook-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/amsmath-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/amstext-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/array-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/article-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/artikel1-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/artikel2-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/artikel3-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/arydshln-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/backref-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/boek-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/boek3-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/book-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/bookest-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/breqn-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/color-localise-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/commands-ltx-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/commands-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/enumerate-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/environments-ltx-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/environments-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/extarticle-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/extbook-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/extletter-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/extreport-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/fancyhdr-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/fleqn-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/flowfram-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/hvfloat-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/hyperref-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/leqno-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/letter-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/listings-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/loadingorder-luapersian.sty
%{_texmfdistdir}/tex/lualatex/luapersian/localise-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/luapersian-footnote.sty
%{_texmfdistdir}/tex/lualatex/luapersian/luapersian-mathsdigitspec.sty
%{_texmfdistdir}/tex/lualatex/luapersian/luapersian-multiplechoice.sty
%{_texmfdistdir}/tex/lualatex/luapersian/luapersian-persiancal.sty
%{_texmfdistdir}/tex/lualatex/luapersian/luapersian.sty
%{_texmfdistdir}/tex/lualatex/luapersian/luapersianftnxtra.sty
%{_texmfdistdir}/tex/lualatex/luapersian/memoir-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/messages-localise-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/minitoc-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/misc-localise-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/natbib-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/packages-localise-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/pgf-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/ragged2e-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/rapport1-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/rapport3-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/refrep-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/report-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/scrartcl-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/scrbook-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/scrreprt-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/sidecap-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/stabular-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/tabls-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/tabulary-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/tikz-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/tocbibind-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/tocloft-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/wrapfig-luapersian.def
%doc %{_texmfdistdir}/doc/lualatex/luapersian/README
%doc %{_texmfdistdir}/doc/lualatex/luapersian/luapersian.ltx
%doc %{_texmfdistdir}/doc/lualatex/luapersian/luapersian.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 729896e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20659 |14mr|texlive-luasseq-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20467
# category Package
# catalog-ctan /macros/luatex/latex/luasseq
# catalog-date 2010-11-14 10:49:57 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-luasseq
Version:	2.1
Release:	3
Summary:	Drawing spectral sequences in LuaLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/luasseq
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luasseq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luasseq.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luasseq.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is an update of the author's sseq package, for use
with LuaLaTeX. This version uses less memory, and operates
faster than the original; it also offers several enhancements.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/luasseq/luasseq.lua
%{_texmfdistdir}/tex/lualatex/luasseq/luasseq.sty
%doc %{_texmfdistdir}/doc/lualatex/luasseq/luasseq.pdf
#- source
%doc %{_texmfdistdir}/source/lualatex/luasseq/luasseq.dtx
%doc %{_texmfdistdir}/source/lualatex/luasseq/luasseq.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 0692ec8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20660 |14mr|texlive-luatex-0.70.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30581
# category TLCore
# catalog-ctan /systems/luatex/base
# catalog-date 2011-11-09 15:33:34 +0100
# catalog-license gpl2
# catalog-version 0.70.1
Name:		texlive-luatex
Version:	0.70.1
Release:	13
Summary:	The LuaTeX engine
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/luatex/base
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-luatex.bin

%description
LuaTeX is an extended version of pdfTeX using Lua as an
embedded scripting language. The LuaTeX project's main
objective is to provide an open and configurable variant of TeX
while at the same time offering downward compatibility. LuaTeX
uses Unicode (as UTF-8) as its default input encoding, and is
able to use modern (OpenType) fonts (for both text and
mathematics). It should be noted that LuaTeX is still under
development; its specification has been declared stable, but
absolute stability may not in practice be assumed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	rm -fr %{_texmfvardir}/web2c/luatex
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/config/luatex-unicode-letters.tex
%{_texmfdistdir}/tex/generic/config/luatexiniconfig.tex
%{_texmfdistdir}/web2c/texmfcnf.lua
%_texmf_fmtutil_d/luatex
%doc %{_texmfdistdir}/doc/luatex/base/fdata.lua
%doc %{_texmfdistdir}/doc/luatex/base/fdata_epdf.lua
%doc %{_texmfdistdir}/doc/luatex/base/fdata_img.lua
%doc %{_texmfdistdir}/doc/luatex/base/functionref.pdf
%doc %{_texmfdistdir}/doc/luatex/base/functionref.tex
%doc %{_texmfdistdir}/doc/luatex/base/luatex.man
%doc %{_texmfdistdir}/doc/luatex/base/luatexref-env.tex
%doc %{_texmfdistdir}/doc/luatex/base/luatexref-t.pdf
%doc %{_texmfdistdir}/doc/luatex/base/luatexref-t.tex
%doc %{_mandir}/man1/luatex.1*
%doc %{_texmfdistdir}/doc/man/man1/luatex.man1.pdf
%doc %{_mandir}/man1/texlua.1*
%doc %{_texmfdistdir}/doc/man/man1/texlua.man1.pdf
%doc %{_mandir}/man1/texluac.1*
%doc %{_texmfdistdir}/doc/man/man1/texluac.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

perl -pi -e 's%^(\s*TEXMFMAIN\s+=\s+").*%$1%{_texmfdistdir}",%;'				\
	 -e 's%\bTEXMFCONTEXT\b%TEXMFDIST%g;'						\
	 -e 's%^(\s*TEXMFDIST\s+=\s+).*%$1"%{_texmfdistdir}",%;'			\
	 -e 's%^(\s*TEXMFLOCAL\s+=\s+).*%$1"%{_texmflocaldir}",%;'			\
	 -e 's%^(\s*TEXMFSYSVAR\s+=\s+).*%$1"%{_texmfvardir}",%;'			\
	 -e 's%^(\s*TEXMFSYSCONFIG\s+=\s+).*%$1"%{_texmfconfdir}",%;'			\
	 -e 's%^(\s*TEXMFHOME\s+=\s+").*%$1\$HOME/texmf",%;'				\
	 -e 's%^(\s*TEXMFVAR\s+=\s+").*%$1\$HOME/.texlive2013/texmf-var",%;'		\
	 -e 's%^(\s*TEXMFCONFIG\s+=\s+").*%$1\$HOME/.texlive2013/texmf-config",%;'	\
	 -e 's%^(\s*FONTCONFIG_PATH\s+=\s+").*%$1%{_sysconfdir}/fonts",%;'		\
	 -e 's|^local texmflocal.*$||;'							\
	 -e 's|^texmflocal.*$||;'							\
	texmf-dist/web2c/texmfcnf.lua

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/luatex <<EOF
#
# from luatex:
luatex luatex language.def,language.dat.lua luatex.ini
dviluatex luatex language.def,language.dat.lua dviluatex.ini
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.70.1-13
+ Revision: 6b34dd0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20661 |14mr|texlive-luatexbase-0.31-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22560
# category Package
# catalog-ctan /macros/luatex/generic/luatexbase
# catalog-date 2011-05-21 16:06:38 +0200
# catalog-license pd
# catalog-version 0.31
Name:		texlive-luatexbase
Version:	0.31
Release:	3
Summary:	Basic resource management for LuaTeX code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/luatexbase
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexbase.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexbase.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexbase.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides basic facilities for LuaTeX macro
programmers, mostly resource allocation and convenience
packages. Provided are: - luatexbase-attr: attribute
allocation; - luatexbase-cctb: catcode table allocation; -
luatexbase-compat: compatibility helpers; - luatexbase-loader:
Lua module loading; - luatexbase-modutils: Lua module
declaration; - luatexbase-mcb: callbacks extension; and -
luatexbase-regs: allocation of registers and the like. In
addition, the (unadorned) luatexbase package loads all the
above in one fell swoop.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/luatexbase/attr.lua
%{_texmfdistdir}/tex/luatex/luatexbase/cctb.lua
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-attr.sty
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-cctb.sty
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-compat.sty
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-loader.sty
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-mcb.sty
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-modutils.sty
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-regs.sty
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase.loader.lua
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase.sty
%{_texmfdistdir}/tex/luatex/luatexbase/mcb.lua
%{_texmfdistdir}/tex/luatex/luatexbase/modutils.lua
%doc %{_texmfdistdir}/doc/luatex/luatexbase/Changes
%doc %{_texmfdistdir}/doc/luatex/luatexbase/README
%doc %{_texmfdistdir}/doc/luatex/luatexbase/TODO
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-attr.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-cctb.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-compat.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-loader.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-mcb.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-modutils.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-regs.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-attr-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-attr-plain.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-base-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-base-plain.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-cctb-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-cctb-plain.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-compat-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-compat-plain.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-loader-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-loader-plain.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-loader.lua
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-loader.sub.lua
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-mcb-aux.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-mcb-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-mcb-plain.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-mcb.lua
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-modutils-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-modutils-plain.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-modutils.lua
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-regs-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-regs-plain.tex
#- source
%doc %{_texmfdistdir}/source/luatex/luatexbase/Makefile
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase-attr.dtx
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase-cctb.dtx
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase-compat.dtx
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase-loader.dtx
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase-mcb.dtx
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase-modutils.dtx
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase-regs.dtx
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.31-3
+ Revision: 3395159
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20662 |14mr|texlive-luatexja-20120623-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27037
# category Package
# catalog-ctan /macros/luatex/generic/luatexja
# catalog-date 2012-06-23 09:21:42 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-luatexja
Version:	20120623
Release:	3
Summary:	Typesest Japanese with lua(la)tex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/luatexja
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexja.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexja.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexja.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports typesetting Japanese documents with
LuaTeX. Both the Plain and LaTeX2e formats may be used with the
package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-ajmacros.sty
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-fontspec.sty
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-otf.sty
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-preset.sty
%{_texmfdistdir}/tex/luatex/luatexja/jfm-banjiao.lua
%{_texmfdistdir}/tex/luatex/luatexja/jfm-jis.lua
%{_texmfdistdir}/tex/luatex/luatexja/jfm-kaiming.lua
%{_texmfdistdir}/tex/luatex/luatexja/jfm-min.lua
%{_texmfdistdir}/tex/luatex/luatexja/jfm-mono.lua
%{_texmfdistdir}/tex/luatex/luatexja/jfm-prop.lua
%{_texmfdistdir}/tex/luatex/luatexja/jfm-quanjiao.lua
%{_texmfdistdir}/tex/luatex/luatexja/jfm-ujis.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-base.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-base.sty
%{_texmfdistdir}/tex/luatex/luatexja/ltj-cctbreg.sty
%{_texmfdistdir}/tex/luatex/luatexja/ltj-charrange.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-cid-adobe-cns1.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-cid-adobe-gb1.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-cid-adobe-japan1.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-cid-adobe-korea1.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-compat-ptex.sty
%{_texmfdistdir}/tex/luatex/luatexja/ltj-compat.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-debug.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-infomute.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-inputbuf.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-jfmglue.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-jfont.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-jisx0208.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-latex.sty
%{_texmfdistdir}/tex/luatex/luatexja/ltj-math.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-otf.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-plain.sty
%{_texmfdistdir}/tex/luatex/luatexja/ltj-pretreat.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-rmlgbm.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-setwidth.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-stack.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-tangle.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjarticle.cls
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjbk10.clo
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjbk11.clo
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjbk12.clo
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjbook.cls
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjltxdoc.cls
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjreport.cls
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjsize10.clo
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjsize11.clo
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjsize12.clo
%{_texmfdistdir}/tex/luatex/luatexja/ltjsclasses/ltjsarticle.cls
%{_texmfdistdir}/tex/luatex/luatexja/ltjsclasses/ltjsbook.cls
%{_texmfdistdir}/tex/luatex/luatexja/ltjsclasses/ltjskiyou.cls
%{_texmfdistdir}/tex/luatex/luatexja/ltjsclasses/ltjspf.cls
%{_texmfdistdir}/tex/luatex/luatexja/luatexja-compat.sty
%{_texmfdistdir}/tex/luatex/luatexja/luatexja-core.sty
%{_texmfdistdir}/tex/luatex/luatexja/luatexja-kinsoku.tex
%{_texmfdistdir}/tex/luatex/luatexja/luatexja.lua
%{_texmfdistdir}/tex/luatex/luatexja/luatexja.sty
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjcore.sty
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjdefs.sty
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjfont.sty
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjp-listings-jpt.tex
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjp-listings.sty
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjp-unicode-math.sty
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjp-xunicode.sty
%{_texmfdistdir}/tex/luatex/luatexja/patches/ltj-unicode-ccfix.tex
%doc %{_texmfdistdir}/doc/luatex/luatexja/COPYING
%doc %{_texmfdistdir}/doc/luatex/luatexja/README
%doc %{_texmfdistdir}/doc/luatex/luatexja/jfm-test.lua
%doc %{_texmfdistdir}/doc/luatex/luatexja/ltjclasses.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexja/ltjltxdoc.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexja/ltjsclasses.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexja/luatexja-en.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexja/luatexja-ja.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexja/luatexja-zh.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexja/luatexja.dtx
%doc %{_texmfdistdir}/doc/luatex/luatexja/luatexja.ins
#- source
%doc %{_texmfdistdir}/source/luatex/luatexja/ltjclasses.dtx
%doc %{_texmfdistdir}/source/luatex/luatexja/ltjclasses.ins
%doc %{_texmfdistdir}/source/luatex/luatexja/ltjlist.lua
%doc %{_texmfdistdir}/source/luatex/luatexja/ltjltxdoc.dtx
%doc %{_texmfdistdir}/source/luatex/luatexja/ltjltxdoc.ins
%doc %{_texmfdistdir}/source/luatex/luatexja/ltjsclasses.dtx
%doc %{_texmfdistdir}/source/luatex/luatexja/ltjsclasses.ins
%doc %{_texmfdistdir}/source/luatex/luatexja/luatexja-kinsoku_make.tex
%doc %{_texmfdistdir}/source/luatex/luatexja/mk-rmlgbm-data.tex
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/blocks2defcharrange.rb
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/chars2defcharrange.rb
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/jfm-readable.rb
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/jisx0208table.tex
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/kyoikukanji.txt
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/kyoikukanjiChars.tex
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/otf-AdobeMingStd-Light.txt
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/otf-AdobeMyungjoStd-Medium.txt
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/otf-AdobeSongStd-Light.txt
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/otf-KozMinPr6N-Regular.txt
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/unicodeBlocks.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120623-3
+ Revision: 376c1e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20663 |14mr|texlive-luatexko-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32740
# category Package
# catalog-ctan /macros/luatex/generic/luatexko
# catalog-date 2014-01-20 15:14:34 +0100
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-luatexko
Version:	1.4
Release:	2
Summary:	Typeset Korean with Lua(La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/luatexko
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexko.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexko.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a Lua(La)TeX macro package that supports typesetting
Korean documents. LuaTeX version 0.76+ and luaotfload package
version 2.2+ are required. This package also requires both cjk-
ko and xetexko packages for its full functionality.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/luatexko/luatexko-core.sty
%{_texmfdistdir}/tex/luatex/luatexko/luatexko-normalize.lua
%{_texmfdistdir}/tex/luatex/luatexko/luatexko-uhc2utf8.lua
%{_texmfdistdir}/tex/luatex/luatexko/luatexko.lua
%{_texmfdistdir}/tex/luatex/luatexko/luatexko.sty
%doc %{_texmfdistdir}/doc/luatex/luatexko/ChangeLog
%doc %{_texmfdistdir}/doc/luatex/luatexko/README
%doc %{_texmfdistdir}/doc/luatex/luatexko/luatexko-doc.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexko/luatexko-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-2
+ Revision: 95a828c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20664 |14mr|texlive-luatextra-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20747
# category Package
# catalog-ctan /macros/luatex/latex/luatextra
# catalog-date 2010-12-14 15:25:48 +0100
# catalog-license pd
# catalog-version 1.0.1
Name:		texlive-luatextra
Version:	1.0.1
Release:	3
Summary:	Additional macros for Plain TeX and LaTeX in LuaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/luatextra
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatextra.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatextra.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatextra.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a coherent extended programming
environment for use with luaTeX. It loads packages fontspec,
luatexbase and lualibs, and provides additional user-level
features and goodies. The package is under development, and its
specification may be expected to change.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/luatextra/luatextra.sty
%doc %{_texmfdistdir}/doc/lualatex/luatextra/News
%doc %{_texmfdistdir}/doc/lualatex/luatextra/README
%doc %{_texmfdistdir}/doc/lualatex/luatextra/luatextra.pdf
%doc %{_texmfdistdir}/doc/lualatex/luatextra/test.tex
#- source
%doc %{_texmfdistdir}/source/lualatex/luatextra/Makefile
%doc %{_texmfdistdir}/source/lualatex/luatextra/luatextra.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-3
+ Revision: 243de31
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20665 |14mr|texlive-lua-visual-debug-0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25881
# category Package
# catalog-ctan /macros/luatex/generic/lua-visual-debug
# catalog-date 2012-04-08 13:49:02 +0200
# catalog-license other-free
# catalog-version 0.4
Name:		texlive-lua-visual-debug
Version:	0.4
Release:	2
Summary:	Visual debugging with LuaLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/lua-visual-debug
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-visual-debug.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-visual-debug.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses lua code to provide visible indications of
boxes, glues, kerns and penalties in the PDF output. The
package is known to work in LaTeX and Plain TeX documents.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/lua-visual-debug/lua-visual-debug.lua
%{_texmfdistdir}/tex/luatex/lua-visual-debug/lua-visual-debug.sty
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/README
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/README.doc
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/lvdebug-doc.pdf
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/lvdebug-doc.tex
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/lvdebugdetail1-num.png
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/sample-plain.pdf
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/sample-plain.tex
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/sample.pdf
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/sample.tex
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/strut.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-2
+ Revision: 7f6fce2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20666 |14mr|texlive-luaxml-0.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27394
# category Package
# catalog-ctan /macros/luatex/generic/luaxml
# catalog-date 2012-08-13 11:53:38 +0200
# catalog-license other-free
# catalog-version 0.0.1
Name:		texlive-luaxml
Version:	0.0.1
Release:	2
Summary:	Lua library for reading and serialising XML files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/luaxml
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaxml.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaxml.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a redistribution of a pure lua xml library, LuaXML. The
library was originally distributed as part of the odsfile
package, but is made available separately in the hope that it
can be useful for other projects.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/luaxml/luaxml-mod-handler.lua
%{_texmfdistdir}/tex/luatex/luaxml/luaxml-mod-xml.lua
%{_texmfdistdir}/tex/luatex/luaxml/luaxml-selectors.lua
%{_texmfdistdir}/tex/luatex/luaxml/luaxml-stack.lua
%doc %{_texmfdistdir}/doc/luatex/luaxml/README
%doc %{_texmfdistdir}/doc/luatex/luaxml/luaxml.pdf
%doc %{_texmfdistdir}/doc/luatex/luaxml/luaxml.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.1-2
+ Revision: 2b41d7a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20667 |14mr|texlive-lxfonts-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/lxfonts
# catalog-date 2008-08-22 10:50:40 +0200
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-lxfonts
Version:	0.4
Release:	3
Summary:	Set of slide fonts based on CM
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/lxfonts
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lxfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lxfonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle contains the traditional slides fonts revised to be
completely usable both as text fonts and mathematics fonts;
they are fully integrate with the new operators, letters,
symbols and extensible delimiter fonts, as well as with the AMS
fonts, all redone with the same stylistic parameters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/lxfonts/lxfonts.map
%{_texmfdistdir}/fonts/source/public/lxfonts/lamsya.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lamsyb.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lasymbols.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lbigacc.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lbigdel.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lbigop.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lbsymbols.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmbsy8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmex8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmmi8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmmib8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lcmsy8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/leclb8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lecli8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/leclo8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/leclq8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lexroman.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lexslides.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/llasy.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/llasy8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/llasyb8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/llcmss8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/llcmssb8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/llcmssi8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/llcmsso8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lmathex.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lmathit.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lmathsy.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lmsam8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lmsbm8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lroman.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/ltclb8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/ltcli8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/ltclo8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/ltclq8.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/ltxsymb.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lxbbase.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lxbbold.mf
%{_texmfdistdir}/fonts/source/public/lxfonts/lxbcaps.mf
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmbsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmex8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmmib8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lcmsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/leclb8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lecli8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/leclo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/leclq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llasy8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llasyb8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llcmssb8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/llcmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lmsam8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/lmsbm8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/ltclb8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/ltcli8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/ltclo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lxfonts/ltclq8.tfm
%{_texmfdistdir}/fonts/type1/public/lxfonts/lcmbsy8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/lcmex8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/lcmmi8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/lcmmib8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/lcmsy8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/leclb8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/lecli8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/leclo8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/leclq8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/llasy8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/llasyb8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/llcmss8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/llcmssb8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/llcmssi8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/llcmsso8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/lmsam8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/lmsbm8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/ltclb8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/ltcli8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/ltclo8.pfb
%{_texmfdistdir}/fonts/type1/public/lxfonts/ltclq8.pfb
%{_texmfdistdir}/tex/latex/lxfonts/lxfonts.sty
%doc %{_texmfdistdir}/doc/fonts/lxfonts/LXfonts-demo.pdf
%doc %{_texmfdistdir}/doc/fonts/lxfonts/LXfonts-demo.tex
%doc %{_texmfdistdir}/doc/fonts/lxfonts/LXfonts.readme
%doc %{_texmfdistdir}/doc/fonts/lxfonts/manifest

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-3
+ Revision: 0fcb750
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20668 |14mr|texlive-ly1-20100615-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21086
# category Package
# catalog-ctan /fonts/psfonts/ly1
# catalog-date 2010-06-15 10:37:47 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-ly1
Version:	20100615
Release:	3
Summary:	Support for LY1 LaTeX encoding
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/psfonts/ly1
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ly1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ly1.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Y&Y 'texnansi' (TeX and ANSI, for Microsoft interpretations
of ANSI standards) encoding lives on, even after the decease of
the company; it is known in the LaTeX scheme of things as LY1
encoding. This bundle includes metrics and LaTeX macros to use
the basic three (Times, Helvetica and Courier) Adobe Type 1
fonts in LaTeX using LY1 encoding.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/ly1/texnansi.enc
%{_texmfdistdir}/fonts/map/dvips/ly1/pag8y.map
%{_texmfdistdir}/fonts/map/dvips/ly1/pbk8y.map
%{_texmfdistdir}/fonts/map/dvips/ly1/pcr8y.map
%{_texmfdistdir}/fonts/map/dvips/ly1/phv8y.map
%{_texmfdistdir}/fonts/map/dvips/ly1/pnc8y.map
%{_texmfdistdir}/fonts/map/dvips/ly1/ppl8y.map
%{_texmfdistdir}/fonts/map/dvips/ly1/ptm8y.map
%{_texmfdistdir}/fonts/map/dvips/ly1/pzc8y.map
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pagd8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pagdo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pagk8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pagko8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkd8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkdi8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkdo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkl8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkli8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbklo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pcrb8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pcrbo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pcrr8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pcrro8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvb8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvb8yn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvbo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvbo8yn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvr8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvr8yn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvro8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvro8yn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncb8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncbi8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncbo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncr8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncri8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncro8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplb8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplbi8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplbo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplbu8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplr8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplr8yn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplri8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplro8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplrr8ye.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplru8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmb8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmbc8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmbi8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmbo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmr8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmr8yn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmrc8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmri8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmro8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmrr8ye.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pzcmi8y.tfm
%{_texmfdistdir}/fonts/vf/adobe/ly1/ptmbc8y.vf
%{_texmfdistdir}/fonts/vf/adobe/ly1/ptmrc8y.vf
%{_texmfdistdir}/tex/latex/ly1/ly1enc.def
%{_texmfdistdir}/tex/latex/ly1/ly1pag.fd
%{_texmfdistdir}/tex/latex/ly1/ly1pbk.fd
%{_texmfdistdir}/tex/latex/ly1/ly1pcr.fd
%{_texmfdistdir}/tex/latex/ly1/ly1phv.fd
%{_texmfdistdir}/tex/latex/ly1/ly1pnc.fd
%{_texmfdistdir}/tex/latex/ly1/ly1ppl.fd
%{_texmfdistdir}/tex/latex/ly1/ly1ptm.fd
%{_texmfdistdir}/tex/latex/ly1/ly1pzc.fd
%{_texmfdistdir}/tex/latex/ly1/texnansi.sty
%{_texmfdistdir}/tex/plain/ly1/texnansi.tex
%doc %{_texmfdistdir}/doc/fonts/ly1/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100615-3
+ Revision: a9fa6be
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20669 |14mr|texlive-macqassign-1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/macqassign
# catalog-date 2009-03-01 13:29:14 +0100
# catalog-license lppl
# catalog-version 1
Name:		texlive-macqassign
Version:	1
Release:	3
Summary:	Typeset assignments for Macquarie University
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/macqassign
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/macqassign.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/macqassign.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive macqassign package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/macqassign/macqassign.cls
%doc %{_texmfdistdir}/doc/latex/macqassign/README
%doc %{_texmfdistdir}/doc/latex/macqassign/logo.ps
%doc %{_texmfdistdir}/doc/latex/macqassign/sample-assign.pdf
%doc %{_texmfdistdir}/doc/latex/macqassign/sample-assign.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-3
+ Revision: 791fb07
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20670 |14mr|texlive-macros2e-v0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23236
# category Package
# catalog-ctan /info/macros2e
# catalog-date 2011-07-25 14:37:19 +0200
# catalog-license lppl
# catalog-version v0.4
Name:		texlive-macros2e
Version:	v0.4
Release:	3
Summary:	A list of internal LaTeX2e macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/macros2e
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/macros2e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/macros2e.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This document lists the internal macros defined by the LaTeX2e
base files which can be also useful to package authors. The
macros are hyper-linked to their description in source2e. For
this to work both PDFs must be inside the same directory. This
document is not yet complete in content and format and may miss
some macros.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/macros2e/macros2e.pdf
%doc %{_texmfdistdir}/doc/latex/macros2e/macros2e.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.4-3
+ Revision: 062161c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20671 |14mr|texlive-macroswap-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31498
# category Package
# catalog-ctan /macros/latex/contrib/macroswap
# catalog-date 2013-08-21 23:10:13 +0200
# catalog-license lppl1.2
# catalog-version 1.1
Name:		texlive-macroswap
Version:	1.1
Release:	6
Summary:	Swap the definitions of two LaTeX macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/macroswap
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/macroswap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/macroswap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/macroswap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides simple utility methods to swap the meaning
(token expansion) of two macros by name.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/macroswap/macroswap.sty
%doc %{_texmfdistdir}/doc/latex/macroswap/Makefile
%doc %{_texmfdistdir}/doc/latex/macroswap/README
%doc %{_texmfdistdir}/doc/latex/macroswap/macroswap.pdf
#- source
%doc %{_texmfdistdir}/source/latex/macroswap/macroswap.dtx
%doc %{_texmfdistdir}/source/latex/macroswap/macroswap.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 23e5c8f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20672 |14mr|texlive-mafr-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mafr
# catalog-date 2007-03-09 22:25:45 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-mafr
Version:	1.0
Release:	3
Summary:	Mathematics in accord with French usage
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mafr
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mafr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mafr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides settings and macros for typesetting
mathematics with LaTeX in compliance with French usage. It
comes with two document classes, 'fiche' and 'cours', useful to
create short high school documents such as tests or lessons.
The documentation is in French.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mafr/cours.cls
%{_texmfdistdir}/tex/latex/mafr/fiche.cls
%{_texmfdistdir}/tex/latex/mafr/mafr.sty
%doc %{_texmfdistdir}/doc/latex/mafr/ALIRE
%doc %{_texmfdistdir}/doc/latex/mafr/COPYING
%doc %{_texmfdistdir}/doc/latex/mafr/README
%doc %{_texmfdistdir}/doc/latex/mafr/docmafr.pdf
%doc %{_texmfdistdir}/doc/latex/mafr/docmafr.tex
%doc %{_texmfdistdir}/doc/latex/mafr/triangle.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 71825dc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20673 |14mr|texlive-magaz-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24694
# category Package
# catalog-ctan /macros/latex/contrib/magaz
# catalog-date 2011-11-29 11:02:24 +0100
# catalog-license other-free
# catalog-version 0.4
Name:		texlive-magaz
Version:	0.4
Release:	3
Summary:	Magazine layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/magaz
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/magaz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/magaz.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The current version does special formatting for the first line
of text in a paragraph. The package is part of a larger body of
tools which remain in preparation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/magaz/magaz.sty
%doc %{_texmfdistdir}/doc/latex/magaz/magaz.pdf
%doc %{_texmfdistdir}/doc/latex/magaz/magaz.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-3
+ Revision: b946183
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20674 |14mr|texlive-magyar-20120326-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25806
# category Package
# catalog-ctan /language/hungarian/babel/magyar.ldf
# catalog-date 2012-03-26 14:33:04 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-magyar
Version:	20120326
Release:	2
Summary:	Hungarian language definition for Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hungarian/babel/magyar.ldf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/magyar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/magyar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is an interim release of a new version of the Magyar
language definition for babel.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/magyar/magyar.ldf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120326-2
+ Revision: efe4a70
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20675 |14mr|texlive-mailing-20061228-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mailing
# catalog-date 2006-12-28 00:57:12 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-mailing
Version:	20061228
Release:	3
Summary:	Macros for mail merging
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mailing
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mailing.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mailing.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mailing.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is for use when sending a large number of letters,
all with the same body text. The package's \addressfile command
is used to specify who the letter's to be sent to; the body of
the \mailingtext command specifies the text of the letters,
possibly using macros defined in the \addressfile.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mailing/mailing.sty
%doc %{_texmfdistdir}/doc/latex/mailing/mailing.pdf
%doc %{_texmfdistdir}/doc/latex/mailing/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/mailing/mailing.dtx
%doc %{_texmfdistdir}/source/latex/mailing/mailing.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061228-3
+ Revision: 693d32e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20676 |14mr|texlive-mailmerge-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mailmerge
# catalog-date 2009-11-09 23:10:10 +0100
# catalog-license lppl1.2
# catalog-version 1.0
Name:		texlive-mailmerge
Version:	1.0
Release:	3
Summary:	Repeating text field substitution
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mailmerge
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mailmerge.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mailmerge.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mailmerge.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package mailmerge provides an interface to produce text
from a template, where fields are replaced by actual data, as
in a database. The package may be used to produce several
letters from a template, certificates or other such documents.
It allows access to the entry number, number of entries and so
on.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mailmerge/mailmerge.sty
%doc %{_texmfdistdir}/doc/latex/mailmerge/README
%doc %{_texmfdistdir}/doc/latex/mailmerge/mailmerge.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mailmerge/mailmerge.dtx
%doc %{_texmfdistdir}/source/latex/mailmerge/mailmerge.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: a98ff18
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20677 |14mr|texlive-makebarcode-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/makebarcode
# catalog-date 2008-08-22 15:19:59 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-makebarcode
Version:	1.0
Release:	3
Summary:	Print various kinds 2/5 and Code 39 bar codes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/makebarcode
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makebarcode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makebarcode.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains macros for printing various 2/5 bar codes
and Code 39 bar codes. The macros do not use fonts but create
the bar codes directly using vertical rules. It is therefore
possible to vary width to height ratio, ratio of thin and thick
bars. The package is therefore convenient for printing ITF bar
codes as well as bar codes for identification labels for HP
storage media.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makebarcode/makebarcode.sty
%doc %{_texmfdistdir}/doc/latex/makebarcode/License.txt
%doc %{_texmfdistdir}/doc/latex/makebarcode/README
%doc %{_texmfdistdir}/doc/latex/makebarcode/makebarcode.pdf
%doc %{_texmfdistdir}/doc/latex/makebarcode/makebarcode.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: f57a1c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20678 |14mr|texlive-makebox-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/makebox
# catalog-date 2006-12-02 14:51:32 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-makebox
Version:	0.1
Release:	3
Summary:	Defines a \makebox* command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/makebox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makebox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makebox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makebox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Define a \makebox* command that does the same as a \makebox
command, except that the width is given by a sample text
instead of an explicit length measure.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makebox/makebox.sty
%doc %{_texmfdistdir}/doc/latex/makebox/ChangeLog
%doc %{_texmfdistdir}/doc/latex/makebox/README
%doc %{_texmfdistdir}/doc/latex/makebox/getversion.tex
%doc %{_texmfdistdir}/doc/latex/makebox/makebox.pdf
%doc %{_texmfdistdir}/doc/latex/makebox/makebox.xml
%doc %{_texmfdistdir}/doc/latex/makebox/testmakebox.tex
#- source
%doc %{_texmfdistdir}/source/latex/makebox/Makefile
%doc %{_texmfdistdir}/source/latex/makebox/makebox.dtx
%doc %{_texmfdistdir}/source/latex/makebox/makebox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: bd57e7a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20679 |14mr|texlive-makecell-0.1e-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/makecell
# catalog-date 2009-09-07 01:31:27 +0200
# catalog-license lppl
# catalog-version 0.1e
Name:		texlive-makecell
Version:	0.1e
Release:	3
Summary:	Tabular column heads and multilined cells
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/makecell
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecell.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecell.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecell.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package supports common layouts for tabular column heads
in whole documents, based on one-column tabular environment. In
addition, it can create multi-lined tabular cells. The Package
also offers: -- a macro which changes the vertical space around
all the cells in a tabular environment (similar to the function
of the tabls package, but using the facilities of the array); -
- macros for multirow cells, which use the facilities of the
multirow package; -- macros to number rows in tables, or to
skip cells; -- diagonally divided cells; and -- horizontal
lines in tabular environments with defined thickness.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makecell/makecell.sty
%doc %{_texmfdistdir}/doc/latex/makecell/README
%doc %{_texmfdistdir}/doc/latex/makecell/makecell-rus.pdf
%doc %{_texmfdistdir}/doc/latex/makecell/makecell-rus.tex
%doc %{_texmfdistdir}/doc/latex/makecell/makecell.pdf
#- source
%doc %{_texmfdistdir}/source/latex/makecell/makecell.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1e-3
+ Revision: 88712ac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20680 |14mr|texlive-makecirc-20061119-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/makecirc
# catalog-date 2006-11-19 21:19:11 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-makecirc
Version:	20061119
Release:	3
Summary:	A MetaPost library for drawing electrical circuit diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/makecirc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecirc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecirc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MakeCirc is a MetaPost library that contains diverse symbols
for use in circuit diagrams. MakeCirc offers a high quality
tool, with a simple syntax. MakeCirc is completely integrated
with LaTeX documents and with other MetaPost drawing/graphic.
Its output is a PostScript file. MakeCirc only requires (La)TeX
and MetaPost to work.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/makecirc/ejemplos.mp
%{_texmfdistdir}/metapost/makecirc/latex.mp
%{_texmfdistdir}/metapost/makecirc/makecirc.mp
%doc %{_texmfdistdir}/doc/metapost/makecirc/MakeCirc-en.pdf
%doc %{_texmfdistdir}/doc/metapost/makecirc/MakeCirc.pdf
%doc %{_texmfdistdir}/doc/metapost/makecirc/README
%doc %{_texmfdistdir}/doc/metapost/makecirc/ejemplos.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061119-3
+ Revision: 5f3f657
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20681 |14mr|texlive-makecmds-20090903-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/makecmds
# catalog-date 2009-09-03 08:40:46 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-makecmds
Version:	20090903
Release:	3
Summary:	The new \makecommand command always (re)defines a command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/makecmds
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecmds.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecmds.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecmds.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a \makecommand command, which is like
\(re)newcommand except it always (re)defines a command. There
is also \makeenvironment and \provideenvironment for
environments.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makecmds/makecmds.sty
%doc %{_texmfdistdir}/doc/latex/makecmds/README
%doc %{_texmfdistdir}/doc/latex/makecmds/makecmds.pdf
#- source
%doc %{_texmfdistdir}/source/latex/makecmds/makecmds.dtx
%doc %{_texmfdistdir}/source/latex/makecmds/makecmds.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090903-3
+ Revision: 1b51995
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20682 |14mr|texlive-makedtx-0.94b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /support/makedtx
# catalog-date 2007-10-18 16:19:02 +0200
# catalog-license lppl
# catalog-version 0.94b
Name:		texlive-makedtx
Version:	0.94b
Release:	3
Summary:	Perl script to help generate dtx and ins files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/makedtx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makedtx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makedtx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makedtx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The makedtx bundle is provided to help LaTeX2e developers to
write the code and documentation in separate files, and then
combine them into a single .dtx file for distribution. It
automatically generates the character table, and also writes
the associated installation (.ins) script.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makedtx/creatdtx.sty
%doc %{_texmfdistdir}/doc/latex/makedtx/CHANGES
%doc %{_texmfdistdir}/doc/latex/makedtx/README
%doc %{_texmfdistdir}/doc/latex/makedtx/creatdtx.perl
%doc %{_texmfdistdir}/doc/latex/makedtx/makedtx-manual.html
%doc %{_texmfdistdir}/doc/latex/makedtx/makedtx.pdf
%doc %{_texmfdistdir}/doc/latex/makedtx/makedtx.pl
#- source
%doc %{_texmfdistdir}/source/latex/makedtx/makedtx.dtx
%doc %{_texmfdistdir}/source/latex/makedtx/makedtx.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.94b-3
+ Revision: 984bf67
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20683 |14mr|texlive-makeglos-20070223-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/makeglos
# catalog-date 2007-02-23 00:16:39 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-makeglos
Version:	20070223
Release:	3
Summary:	Include a glossary into a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/makeglos
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeglos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeglos.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to include a glossary into a
document. The glossary is prepared by an external program, such
as xindy or makeindex, in the same way that an index is made.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makeglos/makeglos.sty
%doc %{_texmfdistdir}/doc/latex/makeglos/README
%doc %{_texmfdistdir}/doc/latex/makeglos/makeglos.pdf
%doc %{_texmfdistdir}/doc/latex/makeglos/makeglos.tex
%doc %{_texmfdistdir}/doc/latex/makeglos/makeglos.xdy

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070223-3
+ Revision: 3e282f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20684 |14mr|texlive-makeindex-2.12-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category Package
# catalog-ctan /indexing/makeindex
# catalog-date 2011-09-24 09:40:13 +0200
# catalog-license other-free
# catalog-version 2.12
Name:		texlive-makeindex
Version:	2.12
Release:	9
Summary:	Process index output to produce typesettable code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/indexing/makeindex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeindex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-makeindex.bin

%description
A general purpose hierarchical index generator; it accepts one
or more input files (often produced by a text formatter such as
TeX or troff), sorts the entries, and produces an output file
which can be formatted. The formats of the input and output
files are specified in a style file; by default, input is
assumed to be an .idx file, as generated by LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/base/din.ist
%{_texmfdistdir}/makeindex/base/icase.ist
%{_texmfdistdir}/makeindex/base/latex.ist
%{_texmfdistdir}/makeindex/base/math.ist
%{_texmfdistdir}/makeindex/base/mkind.ist
%{_texmfdistdir}/makeindex/base/puncts.ist
%{_texmfdistdir}/makeindex/base/tex.ist
%doc %{_mandir}/man1/makeindex.1*
%doc %{_texmfdistdir}/doc/man/man1/makeindex.man1.pdf
%doc %{_mandir}/man1/mkindex.1*
%doc %{_texmfdistdir}/doc/man/man1/mkindex.man1.pdf
%doc %{_texmfdistdir}/doc/support/makeindex/doc-src.zip
%doc %{_texmfdistdir}/doc/support/makeindex/ind-src.zip
%doc %{_texmfdistdir}/doc/support/makeindex/ind.pdf
%doc %{_texmfdistdir}/doc/support/makeindex/makeindex.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.12-9
+ Revision: 8d44323
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20685 |14mr|texlive-makeplot-1.0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/makeplot
# catalog-date 2008-01-20 02:03:54 +0100
# catalog-license lppl
# catalog-version 1.0.6
Name:		texlive-makeplot
Version:	1.0.6
Release:	3
Summary:	Easy plots from Matlab in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/makeplot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeplot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeplot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Existing approaches to create EPS files from Matlab (laprint,
mma2ltx, print -eps, etc.) aren't satisfactory; makeplot aims
to resolve this problem. Makeplot is a LaTeX package that uses
the pstricks pst-plot functions to plot data that it takes from
Matlab output files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makeplot/makeplot.sty
%doc %{_texmfdistdir}/doc/latex/makeplot/README
%doc %{_texmfdistdir}/doc/latex/makeplot/data1.mat
%doc %{_texmfdistdir}/doc/latex/makeplot/data2.mat
%doc %{_texmfdistdir}/doc/latex/makeplot/makeplot.pdf
%doc %{_texmfdistdir}/doc/latex/makeplot/mptest.tex
#- source
%doc %{_texmfdistdir}/source/latex/makeplot/makeplot.dtx
%doc %{_texmfdistdir}/source/latex/makeplot/makeplot.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.6-3
+ Revision: 02c5163
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20686 |14mr|texlive-makeshape-2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28973
# category Package
# catalog-ctan /graphics/pgf/contrib/makeshape
# catalog-date 2013-01-28 11:48:01 +0100
# catalog-license lppl1.3
# catalog-version 2.1
Name:		texlive-makeshape
Version:	2.1
Release:	6
Summary:	Declare new PGF shapes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/makeshape
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeshape.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeshape.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeshape.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package simplifies production of custom shapes with correct
anchor borders, in PGF/TikZ; the only requirement is a PGF path
describing the anchor border. The package also provides macros
that help with the management of shape parameters, and the
definition of anchor points.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makeshape/makeshape.sty
%doc %{_texmfdistdir}/doc/latex/makeshape/README
%doc %{_texmfdistdir}/doc/latex/makeshape/makeshape.pdf
%doc %{_texmfdistdir}/doc/latex/makeshape/ontesting.pdf
%doc %{_texmfdistdir}/doc/latex/makeshape/sampleshape.tex
%doc %{_texmfdistdir}/doc/latex/makeshape/testsample.pdf
%doc %{_texmfdistdir}/doc/latex/makeshape/testsample.tex
#- source
%doc %{_texmfdistdir}/source/latex/makeshape/makeshape.dtx
%doc %{_texmfdistdir}/source/latex/makeshape/makeshape.ins
%doc %{_texmfdistdir}/source/latex/makeshape/ontesting.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-6
+ Revision: 17ea18b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20687 |14mr|texlive-malayalam-0.9.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23164
# category Package
# catalog-ctan /language/malayalam
# catalog-date 2007-11-17 22:03:55 +0100
# catalog-license lppl
# catalog-version 0.9.6
Name:		texlive-malayalam
Version:	0.9.6
Release:	3
Summary:	LaTeX for Malayalam
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/malayalam
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/malayalam.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/malayalam.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/malayalam.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Fonts (in Adobe Type 1 format), metrics and macros for
typesetting Malayalam with LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/malayalam/effects/effect.mf
%{_texmfdistdir}/fonts/source/public/malayalam/effects/esoteric.mf
%{_texmfdistdir}/fonts/source/public/malayalam/effects/hstripes.mf
%{_texmfdistdir}/fonts/source/public/malayalam/effects/malayalam-reverse.mf
%{_texmfdistdir}/fonts/source/public/malayalam/effects/outline.mf
%{_texmfdistdir}/fonts/source/public/malayalam/effects/shadow.mf
%{_texmfdistdir}/fonts/source/public/malayalam/fnt_code.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mm.bat
%{_texmfdistdir}/fonts/source/public/malayalam/mm.fts
%{_texmfdistdir}/fonts/source/public/malayalam/mm.job
%{_texmfdistdir}/fonts/source/public/malayalam/mmcillu.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmcoding.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmconj.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmcons.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmcvconj.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmdefs.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmfnt.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmfont.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmlnums.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmnums.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmpunct.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmrconj.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmscons.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmsec.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmstyles.txt
%{_texmfdistdir}/fonts/source/public/malayalam/mmtest.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmvowels.mf
%{_texmfdistdir}/fonts/source/public/malayalam/orn10.mf
%{_texmfdistdir}/fonts/source/public/malayalam/rejected.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm10.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm10s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm12s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm17.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm17s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm6.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm6s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm8.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm8s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmb10.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmb10s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmb12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmb12s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmb17.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmb17s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmbig.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmbigo.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmc10.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmc10s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmc12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmc12s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmc17.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmc17s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcb10.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcb10s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcb12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcb12s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcb17.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcb17s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcsl10.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcsl10s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcsl12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcsl12s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmexpa12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmexpb12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmexpc12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmsl10.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmsl10s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmsl12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmsl12s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/var_ja.mf
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm10.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm10s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm12s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm17.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm17s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm6.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm6s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm8.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm8s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmb10s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmb12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmb12s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmb17.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmb17s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmbig.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmbigo.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmc10.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmc10s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmc12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmc12s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmc17.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmc17s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcb10.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcb10s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcb12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcb12s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcb17.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcb17s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcsl10s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcsl12s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmexpa12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmexpb12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmexpc12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmsl10s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmsl12s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/orn10.tfm
%doc %{_texmfdistdir}/doc/fonts/malayalam/FILES
%doc %{_texmfdistdir}/doc/fonts/malayalam/INSTALL
%doc %{_texmfdistdir}/doc/fonts/malayalam/README
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/elephant.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/elephant.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/lion.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/lion.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmarticl.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmarticl.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmchart.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmconj.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmconj.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmexp.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmexp.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmfont.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmfuture.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmguide.dvi
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmguide.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmguide.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmmacs.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmphmacs.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmqfont.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmqmacs.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmsample.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmsample.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmscript.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmtable.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmtable.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmtrans.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmtrans.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmtrmacs.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmxfont.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/ornament.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/prodigal.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/prodigal.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/test.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/test.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/twolines.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/charity
%doc %{_texmfdistdir}/doc/fonts/malayalam/todo
#- source
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/dn2dng.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/dng.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/dng.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/dngmacs.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/dngtrans.dng
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/dngtrans.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/dntrmacs.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/misspaal.dng
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/ack2mm.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/avltree.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/avltree.h
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/makefile
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/ml.bat
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/ml.g
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mlr.bat
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mlr.g
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mltr.g
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mltrth.g
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.exe
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.h
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.prj
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.scr
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.trs
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.ttp
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm2ack.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mmr.scr
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mmr.trs
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mmrfull.trs
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/detex.g
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/detex.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/patc.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/patc.exe
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/patc.prj
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/patc.ttp
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/patc.txt
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/pstree.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/pstree.h
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/pstree.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/pstree.h
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/readfile.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/readfile.h
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/scr.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/scr.h
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/trs.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/trs.h
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/unicode/UNICODE.TXT
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/adami.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/tamil.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/tamil.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/test.tam
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/test.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/test.tml
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/tmlmacs.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/tmltrans.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/tmltrans.tml
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/tmltrans.txt
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/wntml.pat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.6-3
+ Revision: 00435f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20688 |14mr|texlive-mandi-2.2.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30981
# category Package
# catalog-ctan /macros/latex/contrib/mandi
# catalog-date 2013-06-16 00:51:21 +0200
# catalog-license lppl1.3
# catalog-version 2.2.0
Name:		texlive-mandi
Version:	2.2.0
Release:	6
Summary:	Macros for introductory physics and astronomy
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mandi
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mandi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mandi.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mandi.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains commands for students and teachers of
introductory physics. Commands for physical quantities
intelligently handle SI units so the user need not do so. There
are other features that should make LaTeX easy for introductory
physics students.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mandi/mandi.sty
%doc %{_texmfdistdir}/doc/latex/mandi/README
%doc %{_texmfdistdir}/doc/latex/mandi/mandi.pdf
%doc %{_texmfdistdir}/doc/latex/mandi/vdemo.py
#- source
%doc %{_texmfdistdir}/source/latex/mandi/mandi.dtx
%doc %{_texmfdistdir}/source/latex/mandi/mandi.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.0-6
+ Revision: 2967f62
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20689 |14mr|texlive-manfnt-20070102-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/manfnt
# catalog-date 2007-01-02 14:43:33 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-manfnt
Version:	20070102
Release:	3
Summary:	LaTeX support for the TeX book symbols
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/manfnt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/manfnt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/manfnt.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for easy access to the symbols of the Knuth's
'manual' font, such as the Dangerous Bend and Manual-errata
Arrow.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/hoekwater/manfnt/manfnt.afm
%{_texmfdistdir}/fonts/map/dvips/manfnt/manfnt.map
%{_texmfdistdir}/fonts/type1/hoekwater/manfnt/manfnt.pfb
%{_texmfdistdir}/tex/latex/manfnt/manfnt.sty
#- source
%doc %{_texmfdistdir}/source/latex/manfnt/manfnt.dtx
%doc %{_texmfdistdir}/source/latex/manfnt/manfnt.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070102-3
+ Revision: 66286d7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20690 |14mr|texlive-manuscript-20100314-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17486
# category Package
# catalog-ctan /macros/latex/contrib/manuscript
# catalog-date 2010-03-14 23:46:18 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-manuscript
Version:	20100314
Release:	3
Summary:	Emulate look of a document typed on a typewriter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/manuscript
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/manuscript.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/manuscript.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/manuscript.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is designed for those who have to submit
dissertations, etc., to institutions that still maintain the
typewriter is the summit of non-professional printing.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/manuscript/manuscript.sty
%doc %{_texmfdistdir}/doc/latex/manuscript/README
%doc %{_texmfdistdir}/doc/latex/manuscript/manuscript.pdf
#- source
%doc %{_texmfdistdir}/source/latex/manuscript/Makefile
%doc %{_texmfdistdir}/source/latex/manuscript/manuscript.drv
%doc %{_texmfdistdir}/source/latex/manuscript/manuscript.dtx
%doc %{_texmfdistdir}/source/latex/manuscript/manuscript.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100314-3
+ Revision: b6d18de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20691 |14mr|texlive-margbib-1.0c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/margbib
# catalog-date 2008-09-23 13:30:27 +0200
# catalog-license gpl
# catalog-version 1.0c
Name:		texlive-margbib
Version:	1.0c
Release:	3
Summary:	Display bibitem tags in the margins
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/margbib
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/margbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/margbib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/margbib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package redefines the 'thebibliography' environment to
place the citation key into the margin.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/margbib/margbib.sty
%doc %{_texmfdistdir}/doc/latex/margbib/margbib.pdf
#- source
%doc %{_texmfdistdir}/source/latex/margbib/margbib.dtx
%doc %{_texmfdistdir}/source/latex/margbib/margbib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0c-3
+ Revision: a5008dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20692 |14mr|texlive-marginfix-0.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24320
# category Package
# catalog-ctan /macros/latex/contrib/marginfix
# catalog-date 2010-09-10 23:39:51 +0200
# catalog-license lppl
# catalog-version 0.9.1
Name:		texlive-marginfix
Version:	0.9.1
Release:	3
Summary:	Patch \marginpar to avoid overfull margins
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/marginfix
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marginfix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marginfix.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marginfix.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Authors using LaTeX to typeset books with significant margin
material often run into the problem of long notes running off
the bottom of the page. A typical workaround is to insert
\vshift commands by hand, but this is a tedious process that is
invalidated when pagination changes. Another workaround is
memoir's \sidebar function, but this can be unsatisfying for
short textual notes, and standard marginpars cannot be mixed
with sidebars. This package implements a solution to make
marginpars "just work" by keeping a list of floating inserts
and arranging them intelligently in the output routine.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/marginfix/marginfix.sty
%doc %{_texmfdistdir}/doc/latex/marginfix/README
%doc %{_texmfdistdir}/doc/latex/marginfix/marginfix.pdf
#- source
%doc %{_texmfdistdir}/source/latex/marginfix/marginfix.dtx
%doc %{_texmfdistdir}/source/latex/marginfix/marginfix.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.1-3
+ Revision: 9fd2a92
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20693 |14mr|texlive-marginnote-v1.1i-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25880
# category Package
# catalog-ctan /macros/latex/contrib/marginnote
# catalog-date 2012-04-08 16:44:52 +0200
# catalog-license lppl
# catalog-version v1.1i
Name:		texlive-marginnote
Version:	v1.1i
Release:	2
Summary:	Notes in the margin, even where \marginpar fails
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/marginnote
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marginnote.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marginnote.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marginnote.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides the command \marginnote that may be used
instead of \marginpar at almost every place where \marginpar
cannot be used, e.g., inside floats, footnotes, or in frames
made with the framed package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/marginnote/marginnote.sty
%doc %{_texmfdistdir}/doc/latex/marginnote/marginnote.pdf
#- source
%doc %{_texmfdistdir}/source/latex/marginnote/README
%doc %{_texmfdistdir}/source/latex/marginnote/marginnote.dtx
%doc %{_texmfdistdir}/source/latex/marginnote/marginnote.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.1i-2
+ Revision: 837c0df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20694 |14mr|texlive-marvosym-2.2a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25926
# category Package
# catalog-ctan /fonts/marvosym
# catalog-date 2012-04-08 13:55:52 +0200
# catalog-license ofl
# catalog-version 2.2a
Name:		texlive-marvosym
Version:	2.2a
Release:	3
Summary:	Martin Vogel's Symbols (marvosym) font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/marvosym
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marvosym.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marvosym.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marvosym.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Martin Vogel's Symbol font (marvosym) contains the Euro
currency symbol as defined by the European commission, along
with symbols for structural engineering; symbols for steel
cross-sections; astronomy signs (sun, moon, planets); the 12
signs of the zodiac; scissor symbols; CE sign and others. The
package contains both the original TrueType font and the
derived Type 1 font, together with support files for TeX
(LaTeX).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/marvosym/marvosym.afm
%{_texmfdistdir}/fonts/map/dvips/marvosym/marvosym.map
%{_texmfdistdir}/fonts/tfm/public/marvosym/umvs.tfm
%{_texmfdistdir}/fonts/truetype/public/marvosym/marvosym.ttf
%{_texmfdistdir}/fonts/type1/public/marvosym/marvosym.pfb
%{_texmfdistdir}/tex/latex/marvosym/marvosym.sty
%{_texmfdistdir}/tex/latex/marvosym/umvs.fd
%doc %{_texmfdistdir}/doc/fonts/marvosym/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/marvosym/Makefile
%doc %{_texmfdistdir}/doc/fonts/marvosym/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/marvosym/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/marvosym/README
%doc %{_texmfdistdir}/doc/fonts/marvosym/marvodoc.pdf
%doc %{_texmfdistdir}/doc/fonts/marvosym/marvodoc.tex
%doc %{_texmfdistdir}/doc/fonts/marvosym/marvosym-doc.pdf
%doc %{_texmfdistdir}/doc/fonts/marvosym/marvosym-doc.tex
#- source
%doc %{_texmfdistdir}/source/fonts/marvosym/generate_marvosym_derivs.sh
%doc %{_texmfdistdir}/source/fonts/marvosym/patch_marvosym_afm.sed
%doc %{_texmfdistdir}/source/fonts/marvosym/patch_marvosym_pfb.sed

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2a-3
+ Revision: f2f903f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20695 |14mr|texlive-matc3-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29845
# category Package
# catalog-ctan /macros/latex/contrib/matc3
# catalog-date 2013-04-09 15:55:17 +0200
# catalog-license lppl1.3
# catalog-version 1.0.1
Name:		texlive-matc3
Version:	1.0.1
Release:	6
Summary:	Commands for MatematicaC3 textbooks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/matc3
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for the Matematica C3 project to
produce free mathematical text books for use in Italian high
schools.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/matc3/matc3.sty
%doc %{_texmfdistdir}/doc/latex/matc3/Makefile
%doc %{_texmfdistdir}/doc/latex/matc3/README
%doc %{_texmfdistdir}/doc/latex/matc3/matc3.pdf
#- source
%doc %{_texmfdistdir}/source/latex/matc3/matc3.dtx
%doc %{_texmfdistdir}/source/latex/matc3/matc3.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-6
+ Revision: 985a595
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20696 |14mr|texlive-matc3mem-1.0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29894
# category Package
# catalog-ctan /macros/latex/contrib/matc3mem
# catalog-date 2013-04-14 10:19:50 +0200
# catalog-license lppl1.3
# catalog-version 1.0.2
Name:		texlive-matc3mem
Version:	1.0.2
Release:	6
Summary:	Class for MatematicaC3 textbooks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/matc3mem
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3mem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3mem.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3mem.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is a development of memoir, with additions
(specifically, mathematical extensions) that provide support
for writing the books for the Matematica C3 project to produce
free mathematical textbooks for use in Italian high schools.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/matc3mem/matc3mem.cls
%doc %{_texmfdistdir}/doc/latex/matc3mem/Makefile
%doc %{_texmfdistdir}/doc/latex/matc3mem/README
%doc %{_texmfdistdir}/doc/latex/matc3mem/matc3mem.pdf
#- source
%doc %{_texmfdistdir}/source/latex/matc3mem/matc3mem.dtx
%doc %{_texmfdistdir}/source/latex/matc3mem/matc3mem.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-6
+ Revision: 9493324
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20697 |14mr|texlive-match_parens-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/match_parens
# catalog-date 2012-04-05 17:28:29 +0200
# catalog-license gpl
# catalog-version 1.4
Name:		texlive-match_parens
Version:	1.4
Release:	3
Summary:	Easily detect mismatched parens
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/match_parens
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/match_parens.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/match_parens.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-match_parens.bin = %{EVRD}

%description
Mismatches of parentheses, braces, (angle) brackets, especially
in TeX sources which may be rich in those, may be difficult to
trace. This little script helps you by writing your text to
standard output, after adding a left margin to your text, which
will normally be almost empty, but will clearly show any
mismatches.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/match_parens
%{_texmfdistdir}/scripts/match_parens/match_parens
%doc %{_texmfdistdir}/doc/support/match_parens/Object.html
%doc %{_texmfdistdir}/doc/support/match_parens/README
%doc %{_texmfdistdir}/doc/support/match_parens/add.png
%doc %{_texmfdistdir}/doc/support/match_parens/brick.png
%doc %{_texmfdistdir}/doc/support/match_parens/brick_link.png
%doc %{_texmfdistdir}/doc/support/match_parens/bug.png
%doc %{_texmfdistdir}/doc/support/match_parens/bullet_black.png
%doc %{_texmfdistdir}/doc/support/match_parens/bullet_toggle_minus.png
%doc %{_texmfdistdir}/doc/support/match_parens/bullet_toggle_plus.png
%doc %{_texmfdistdir}/doc/support/match_parens/created.rid
%doc %{_texmfdistdir}/doc/support/match_parens/darkfish.js
%doc %{_texmfdistdir}/doc/support/match_parens/date.png
%doc %{_texmfdistdir}/doc/support/match_parens/delete.png
%doc %{_texmfdistdir}/doc/support/match_parens/find.png
%doc %{_texmfdistdir}/doc/support/match_parens/index.html
%doc %{_texmfdistdir}/doc/support/match_parens/jquery.js
%doc %{_texmfdistdir}/doc/support/match_parens/loadingAnimation.gif
%doc %{_texmfdistdir}/doc/support/match_parens/macFFBgHack.png
%doc %{_texmfdistdir}/doc/support/match_parens/navigation.js
%doc %{_texmfdistdir}/doc/support/match_parens/package.png
%doc %{_texmfdistdir}/doc/support/match_parens/page_green.png
%doc %{_texmfdistdir}/doc/support/match_parens/page_white_text.png
%doc %{_texmfdistdir}/doc/support/match_parens/page_white_width.png
%doc %{_texmfdistdir}/doc/support/match_parens/plugin.png
%doc %{_texmfdistdir}/doc/support/match_parens/rdoc.css
%doc %{_texmfdistdir}/doc/support/match_parens/ruby.png
%doc %{_texmfdistdir}/doc/support/match_parens/search.js
%doc %{_texmfdistdir}/doc/support/match_parens/search_index.js
%doc %{_texmfdistdir}/doc/support/match_parens/searcher.js
%doc %{_texmfdistdir}/doc/support/match_parens/table_of_contents.html
%doc %{_texmfdistdir}/doc/support/match_parens/tag_blue.png
%doc %{_texmfdistdir}/doc/support/match_parens/tag_green.png
%doc %{_texmfdistdir}/doc/support/match_parens/transparent.png
%doc %{_texmfdistdir}/doc/support/match_parens/wrench.png
%doc %{_texmfdistdir}/doc/support/match_parens/wrench_orange.png
%doc %{_texmfdistdir}/doc/support/match_parens/zoom.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/match_parens/match_parens match_parens
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 21a8056
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20698 |14mr|texlive-mathabx-20080915-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/mathabx
# catalog-date 2008-09-15 13:48:16 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-mathabx
Version:	20080915
Release:	3
Summary:	Three series of mathematical symbols
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/mathabx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathabx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathabx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Mathabx is a set of 3 mathematical symbols font series: matha,
mathb and mathx. They are defined by MetaFont code and should
be of reasonable quality (bitmap output). Things change from
time to time, so there is no claim of stability (encoding,
metrics, design). The package includes Plain TeX and LaTeX
support macros.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/mathabx/matha10.mf
%{_texmfdistdir}/fonts/source/public/mathabx/matha12.mf
%{_texmfdistdir}/fonts/source/public/mathabx/matha5.mf
%{_texmfdistdir}/fonts/source/public/mathabx/matha6.mf
%{_texmfdistdir}/fonts/source/public/mathabx/matha7.mf
%{_texmfdistdir}/fonts/source/public/mathabx/matha8.mf
%{_texmfdistdir}/fonts/source/public/mathabx/matha9.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathacnt.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathadrv.mf
%{_texmfdistdir}/fonts/source/public/mathabx/matharrw.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathastr.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathastrotest10.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathastrotestdrv.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathasym.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathb10.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathb12.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathb5.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathb6.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathb7.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathb8.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathb9.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathbase.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathbdel.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathbdrv.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathbigs.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathbsym.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathc10.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathcall.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathcallgreek.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathcdrv.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathfine.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathgrey.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathhbrw.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathineq.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathltlk.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathmbcb.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathprmt.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathsmsy.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathsubs.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathsymb.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathu10.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathudrv.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathusym.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathux10.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathuxdrv.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathx10.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathx12.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathx5.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathx6.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathx7.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathx8.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathx9.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathxdrv.mf
%{_texmfdistdir}/fonts/source/public/mathabx/maydigit.mf
%{_texmfdistdir}/fonts/tfm/public/mathabx/matha10.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/matha12.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/matha5.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/matha6.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/matha7.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/matha8.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/matha9.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathastrotest10.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathb10.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathb12.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathb5.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathb6.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathb7.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathb8.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathb9.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathc10.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathu10.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathux10.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathx10.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathx12.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathx5.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathx6.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathx7.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathx8.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathx9.tfm
%{_texmfdistdir}/tex/generic/mathabx/mathabx.dcl
%{_texmfdistdir}/tex/generic/mathabx/mathabx.sty
%{_texmfdistdir}/tex/generic/mathabx/mathabx.tex
%doc %{_texmfdistdir}/doc/fonts/mathabx/README
%doc %{_texmfdistdir}/doc/fonts/mathabx/mathtest.pdf
%doc %{_texmfdistdir}/doc/fonts/mathabx/mathtest.tex
%doc %{_texmfdistdir}/doc/fonts/mathabx/testmac.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080915-3
+ Revision: 684ea5e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20699 |14mr|texlive-mathabx-type1-20110119-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21129
# category Package
# catalog-ctan /fonts/ps-type1/mathabx
# catalog-date 2011-01-19 07:58:01 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-mathabx-type1
Version:	20110119
Release:	3
Summary:	Outline version of the mathabx fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ps-type1/mathabx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathabx-type1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathabx-type1.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-mathabx

%description
This is an Adobe Type 1 outline version of the mathabx fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/mathabx-type1/mathabx.map
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/matha10.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/matha12.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/matha5.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/matha6.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/matha7.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/matha8.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/matha9.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathastrotest10.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathb10.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathb12.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathb5.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathb6.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathb7.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathb8.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathb9.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathc10.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathu10.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathux10.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathx10.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathx12.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathx5.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathx6.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathx7.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathx8.pfb
%{_texmfdistdir}/fonts/type1/public/mathabx-type1/mathx9.pfb
%doc %{_texmfdistdir}/doc/fonts/mathabx-type1/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110119-3
+ Revision: 073e64e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20700 |14mr|texlive-mathalfa-1.06-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26209
# category Package
# catalog-ctan /macros/latex/contrib/mathalfa
# catalog-date 2012-04-28 17:53:25 +0200
# catalog-license lppl1.3
# catalog-version 1.06
Name:		texlive-mathalfa
Version:	1.06
Release:	2
Summary:	General package for loading maths alphabets in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mathalfa
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathalfa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathalfa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides means of loading maths alphabets (such as
are normally addressed via macros \mathcal, \mathbb, \mathfrak
and \mathscr), offering various features normally missing in
existing packages for this job.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mathalfa/mathalfa.sty
%doc %{_texmfdistdir}/doc/latex/mathalfa/README
%doc %{_texmfdistdir}/doc/latex/mathalfa/mathalfa.pdf
%doc %{_texmfdistdir}/doc/latex/mathalfa/mathalfa.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.06-2
+ Revision: e4e37e3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20701 |14mr|texlive-mathastext-1.30c-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32415
# category Package
# catalog-ctan /macros/latex/contrib/mathastext
# catalog-date 2013-12-14 19:05:26 +0100
# catalog-license lppl1.3
# catalog-version 1.3c
Name:		texlive-mathastext
Version:	1.30c
Release:	2
Summary:	Use the text font in maths mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mathastext
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathastext.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathastext.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathastext.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses a text font (usually the document's text font)
for the letters of the Latin alphabet needed when typesetting
mathematics. (Optionally, other characters in the font may also
be used). This facility makes possible (for a document with
simple mathematics) a far wider choice of text font, with
little worry that no specially designed accompanying maths
fonts are available. The package also offers a simple mechanism
for using many different choices of (text hence, now, maths)
font in the same document. Of course, using one font for two
purposes helps produce smaller PDF files. The package, running
under LuaTeX, requires the TeX live 2013 distribution (or
later).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mathastext/mathastext.sty
%doc %{_texmfdistdir}/doc/latex/mathastext/README
%doc %{_texmfdistdir}/doc/latex/mathastext/mathastext.pdf
%doc %{_texmfdistdir}/doc/latex/mathastext/mathastext.tex
%doc %{_texmfdistdir}/doc/latex/mathastext/mathastexttestalphabets.pdf
%doc %{_texmfdistdir}/doc/latex/mathastext/mathastexttestalphabets.tex
%doc %{_texmfdistdir}/doc/latex/mathastext/mathastexttestmathversions.tex
%doc %{_texmfdistdir}/doc/latex/mathastext/mathastexttestunicodelinux.tex
%doc %{_texmfdistdir}/doc/latex/mathastext/mathastexttestunicodemacos.tex
#- source
%doc %{_texmfdistdir}/source/latex/mathastext/mathastext.dtx
%doc %{_texmfdistdir}/source/latex/mathastext/mathastext.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.30c-2
+ Revision: a974585
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20702 |14mr|texlive-mathcomp-0.1f-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mathcomp
# catalog-date 2007-01-09 18:22:13 +0100
# catalog-license lppl
# catalog-version 0.1f
Name:		texlive-mathcomp
Version:	0.1f
Release:	3
Summary:	Text symbols in maths mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mathcomp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathcomp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathcomp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathcomp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package which provides access to some interesting characters
of the Text Companion fonts (TS1 encoding) in maths mode.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mathcomp/mathcomp.sty
%doc %{_texmfdistdir}/doc/latex/mathcomp/mathcomp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mathcomp/mathcomp.dtx
%doc %{_texmfdistdir}/source/latex/mathcomp/mathcomp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1f-3
+ Revision: a9cb9df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20703 |14mr|texlive-mathdesign-2.31-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31639
# category Package
# catalog-ctan /fonts/mathdesign
# catalog-date 2013-08-30 00:42:45 +0200
# catalog-license gpl
# catalog-version 2.31
Name:		texlive-mathdesign
Version:	2.31
Release:	6
Summary:	Mathematical fonts to fit with particular text fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/mathdesign
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdesign.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdesign.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
The Math Design project offers free mathematical fonts that
match with existing text fonts. To date, three free font
families are available: Adobe Utopia, URW Garamond and
Bitstream Charter. Three commercial fonts are also supported:
Adobe Garamond Pro, Adobe UtopiaStd and ITC Charter. Mathdesign
covers the whole LaTeX glyph set, including AMS symbols and
some extra. Both roman and bold versions of these symbols can
be used. Moreover you can choose between three greek fonts (two
of them created by the Greek Font Society).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/mathdesign/config.mdbch
%{_texmfdistdir}/dvips/mathdesign/config.mdici
%{_texmfdistdir}/dvips/mathdesign/config.mdpgd
%{_texmfdistdir}/dvips/mathdesign/config.mdpus
%{_texmfdistdir}/dvips/mathdesign/config.mdput
%{_texmfdistdir}/dvips/mathdesign/config.mdugm
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_2dncez.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_2rwgaw.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_42s2zl.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_45o73x.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_4b5i6w.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_57soyv.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_csqf63.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_e65dz6.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_g2masa.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_g47ck7.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_ipzj2o.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_kld4uc.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_mdpn2k.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_n2elaj.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_oxfbe4.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_py5znv.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_qnfjtt.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_qzg4u4.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_r2nxhw.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_rl4tn2.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_rxz3ga.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_telfo7.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_uwwzqd.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/a_yezm6g.enc
%{_texmfdistdir}/fonts/enc/dvips/mathdesign/md8x.enc
%{_texmfdistdir}/fonts/map/dvips/mathdesign/mdbch.map
%{_texmfdistdir}/fonts/map/dvips/mathdesign/mdgreek.map
%{_texmfdistdir}/fonts/map/dvips/mathdesign/mdici.map
%{_texmfdistdir}/fonts/map/dvips/mathdesign/mdpgd.map
%{_texmfdistdir}/fonts/map/dvips/mathdesign/mdpus.map
%{_texmfdistdir}/fonts/map/dvips/mathdesign/mdput.map
%{_texmfdistdir}/fonts/map/dvips/mathdesign/mdugm.map
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchbc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchbc8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchrc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchrc8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/bchri8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chb7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chb8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbc8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbi8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chbo8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chboc8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chr8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chrc8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chree.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chri8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chro8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/md-chroc8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchb7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchbofc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchrfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchrifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdbch/mdbchrofc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grbb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grbbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grbr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grbri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grdb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grdbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grdr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/md-grdri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbCb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbCbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbCr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbCri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrbri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdCb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdCbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdCri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdrC7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdgreek/mdgrdri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cib7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cib7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cib7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cib7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cib8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cib8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cibee.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cibi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cibi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cibi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cibi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cibma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cibmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cir7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cir7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cir7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cir7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cir8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cir8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-ciree.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-ciri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-ciri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-ciri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-ciri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cirma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/md-cirmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicib7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicib7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicib7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicib7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicib8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicib8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibic8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicibmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicic8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicicc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicicc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicicfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicici8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicici8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicicic8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicicic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicicifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicir7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicir7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicir7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicir7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicir8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicir8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicirc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicirc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicirfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdiciri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdiciri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdiciri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdiciri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdiciric8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdiciric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicirifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicirma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdicirmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcib7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcib7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcib8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcibc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcibi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcibi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcibi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcibic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcic7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcic7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcicc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcici7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcici7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcici8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcicic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcir7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcir7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcir8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwcirc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwciri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwciri7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwciri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdwciric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcib7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcib7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcib8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcibc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcibi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcibi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcibi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcibic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcic7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcic7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcicc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcici7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcici7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcici8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcicic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcir7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcir7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcir8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxcirc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxciri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxciri7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxciri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdici/mdxciric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdree.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gds7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gds7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gds7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gds7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gds8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gds8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdsi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdsi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdsi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdsi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdsma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/md-gdsmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbic8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdbifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdrc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdrfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdric8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdrifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgds7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgds7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgds7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgds7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgds8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgds8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsic8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdpgdsmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdbi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdbic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdri7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgds7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgds7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgds8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdsi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdsi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdsi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdwgdsic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdbi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdbic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdri7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgds7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgds7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgds8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdsi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdsi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdsi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpgd/mdxgdsic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7t5.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7t6.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7t7.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7t8.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7t9.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usree.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri7t5.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri7t6.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri7t7.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri7t8.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri7t9.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-usrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-uss7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-uss7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-uss7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-uss7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-uss8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-uss8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-ussi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-ussi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-ussi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-ussi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-ussma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/md-ussmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbic8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusbifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusrc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusrfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusric8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusrifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpusrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpuss7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpuss7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpuss7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpuss7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpuss8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpuss8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussc8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussic8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdpussmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusbi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusbic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusri7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwusric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwuss7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwuss7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwuss8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwussc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwussi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwussi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwussi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdwussic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusbi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusbic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusri7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxusric8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxuss7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxuss7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxuss8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxussc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxussi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxussi7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxussi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdpus/mdxussic8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utb7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utb8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbee.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbi8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utbo8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utr8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utree.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utri8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/md-utro8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputb7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputbofc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputrc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputrfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputrifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/mdputrofc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/putb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/putb8x.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/putbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/putr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/putr8x.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdput/putri8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmm7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmm7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmm7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmm7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmm8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmm8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmm8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmi8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmmo8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmr8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmree.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmri8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/md-gmro8y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmm7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmm7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmm7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmm7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmm8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmm8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmi7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmi8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmo8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmmofc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmr7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmr8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmr8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmrfc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmri7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmri8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmri8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmrifc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmrma.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmrmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmro7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmro8c.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmro8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/mdugmrofc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/ugmm8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/ugmmi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/ugmr8a.tfm
%{_texmfdistdir}/fonts/tfm/public/mathdesign/mdugm/ugmri8a.tfm
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chb7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chb7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chb7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chb7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chb8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chb8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chbi7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chbi7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chbi8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chbi8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chbma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chbmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chr7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chr7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chr7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chr7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chr8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chr8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chree.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chri7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chri7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chri8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chri8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chrma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdbch/md-chrmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/UtopiaStd-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cib7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cib7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cib7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cib7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cib8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cib8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cibee.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cibi7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cibi7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cibi8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cibi8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cibma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cibmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cir7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cir7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cir7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cir7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cir8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cir8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-ciree.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-ciri7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-ciri7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-ciri8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-ciri8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cirma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdici/md-cirmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdr7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdr7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdr7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdr7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdr8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdr8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdree.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdri7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdri7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdri8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdri8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdrma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdrmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gds7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gds7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gds7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gds7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gds8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gds8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdsi7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdsi7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdsi8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdsi8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdsma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-gdsmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpgd/md-utrma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7t5.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7t6.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7t7.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7t8.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7t9.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usr8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usree.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri7t5.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri7t6.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri7t7.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri7t8.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri7t9.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usri8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usrma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-usrmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-uss7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-uss7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-uss7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-uss7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-uss8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-uss8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-ussi7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-ussi7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-ussi8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-ussi8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-ussma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdpus/md-ussmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utb7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utb7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utb7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utb7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utb8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utb8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utbee.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utbi7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utbi7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utbi8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utbi8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utbma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utbmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utr7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utr7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utr7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utr7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utr8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utr8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utree.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utri7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utri7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utri8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utri8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utrma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdput/md-utrmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmm7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmm7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmm7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmm7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmm8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmm8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmmi7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmmi7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmmi8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmmi8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmmma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmmmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmr7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmr7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmr7v.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmr7y.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmr8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmr8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmree.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmri7m.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmri7t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmri8c.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmri8t.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmrma.pfb
%{_texmfdistdir}/fonts/type1/public/mathdesign/mdugm/md-gmrmb.pfb
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchb7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchb7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchb7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchb7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchb8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchb8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbi7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbo7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbo8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbo8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchbofc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchr7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchr7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchr7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchr8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchr8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchrc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchrfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchri7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchri8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchrifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchrma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchrmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchro7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchro8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchro8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdbch/mdbchrofc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbCb7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbCbi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbCr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbCri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbb7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbbi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrbri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdCb7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdCbi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdCri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdb7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdbi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdrC7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdgreek/mdgrdri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicib7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicib7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicib7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicib7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicib8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicib8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibi7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibic8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibiu7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicibui7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicic8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicicc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicicc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicicfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicici8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicici8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicicic8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicicic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicicifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicir7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicir7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicir7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicir7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicir8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicir8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicirc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicirc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicirfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdiciri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdiciri7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdiciri8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdiciri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdiciric8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdiciric8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicirifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdiciriu7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicirma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicirmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdicirui7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcib7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcib8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcibc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcibi7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcibi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcibic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcic7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcicc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcici7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcici8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcicic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcir7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcir8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxcirc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxciri7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxciri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdici/mdxciric8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdb8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdb8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbic8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdbifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdr7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdr7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdr7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdr8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdr8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdrc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdrc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdrfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdri7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdri8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdric8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdric8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdrifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdrma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdrmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgds7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgds7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgds7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgds7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgds8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgds8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsi7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsic8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdpgdsmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdb7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdb8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdbc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdbi7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdbi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdbic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdr7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdr8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdrc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdri7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdric8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgds7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgds8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdsc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdsi7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdsi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpgd/mdxgdsic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusb8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusb8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbic8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusbifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusr7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusr7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusr7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusr8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusr8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusrc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusrc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusrfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusri7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusri8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusric8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusric8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusrifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusrma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpusrmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpuss7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpuss7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpuss7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpuss7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpuss8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpuss8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussc8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussi7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussic8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdpussmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusb7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusb8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusbc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusbi7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusbi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusbic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusr7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusr8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusrc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusri7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxusric8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxuss7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxuss8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxussc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxussi7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxussi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdpus/mdxussic8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputb7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputb7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputb7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputb7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputb8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputb8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbi7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbo7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbo8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbo8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputbofc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputr7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputr7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputr7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputr8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputr8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputrc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputrfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputri7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputri8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputrifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputrma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputrmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputro7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputro8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputro8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdput/mdputrofc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmm7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmm7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmm7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmm7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmm8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmm8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmi7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmi7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmi8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmi8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmo7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmo8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmo8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmmofc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmr7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmr7v.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmr7y.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmr8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmr8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmrfc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmri7m.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmri7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmri8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmri8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmrifc8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmrma.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmrmb.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmro7t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmro8c.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmro8t.vf
%{_texmfdistdir}/fonts/vf/public/mathdesign/mdugm/mdugmrofc8t.vf
%{_texmfdistdir}/tex/latex/mathdesign/mathdesign.sty
%{_texmfdistdir}/tex/latex/mathdesign/mdacmr.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/mdamdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/mdbch.cfg
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/mdbch.sty
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/mdbmdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/omlmdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/omsmdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/omxmdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/ot1mdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/t1mdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbch/ts1mdbch.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdbcmr.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdfont.def
%{_texmfdistdir}/tex/latex/mathdesign/mdici/mdamdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdici/mdbmdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdici/mdici.cfg
%{_texmfdistdir}/tex/latex/mathdesign/mdici/mdici.sty
%{_texmfdistdir}/tex/latex/mathdesign/mdici/omlmdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdici/omsmdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdici/omxmdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdici/ot1mdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdici/t1mdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdici/ts1mdici.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/mdamdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/mdbmdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/mdpgd.cfg
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/mdpgd.sty
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/omlmdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/omsmdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/omxmdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/ot1mdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/t1mdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpgd/ts1mdpgd.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/mdamdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/mdbmdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/mdpus.cfg
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/mdpus.sty
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/omlmdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/omsmdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/omxmdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/ot1mdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/t1mdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdpus/ts1mdpus.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/mdamdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/mdbmdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/mdput.cfg
%{_texmfdistdir}/tex/latex/mathdesign/mdput/mdput.sty
%{_texmfdistdir}/tex/latex/mathdesign/mdput/omlmdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/omsmdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/omxmdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/ot1mdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/t1mdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdput/ts1mdput.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdsffont.def
%{_texmfdistdir}/tex/latex/mathdesign/mdttfont.def
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/mdamdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/mdbmdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/mdugm.cfg
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/mdugm.sty
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/omlmdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/omsmdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/omxmdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/ot1mdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/t1mdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/mdugm/ts1mdugm.fd
%{_texmfdistdir}/tex/latex/mathdesign/omlmdgrb.fd
%{_texmfdistdir}/tex/latex/mathdesign/omlmdgrbc.fd
%{_texmfdistdir}/tex/latex/mathdesign/omlmdgrd.fd
%{_texmfdistdir}/tex/latex/mathdesign/omlmdgrdc.fd
%_texmf_updmap_d/mathdesign
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-Adobe-Adobe-Garamond-Pro-example.tex
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-Adobe-Utopia-Std-example.tex
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-Adobe-Utopia-example.pdf
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-Adobe-Utopia-example.tex
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-Bitstream-Bitstream-Charter-example.pdf
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-Bitstream-Bitstream-Charter-example.tex
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-itc-Charter-ITC-Std-example.tex
%doc %{_texmfdistdir}/doc/fonts/mathdesign/MD-urw-GaramondNo8-example.tex
%doc %{_texmfdistdir}/doc/fonts/mathdesign/README
%doc %{_texmfdistdir}/doc/fonts/mathdesign/mathdesign-doc.pdf
%doc %{_texmfdistdir}/doc/fonts/mathdesign/mathdesign-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/mathdesign <<EOF
Map mdbch.map
Map mdgreek.map
Map mdici.map
Map mdpgd.map
Map mdpus.map
Map mdput.map
Map mdugm.map
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.31-6
+ Revision: 8e5910f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20704 |14mr|texlive-mathdots-0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/mathdots
# catalog-date 2007-06-01 10:48:38 +0200
# catalog-license lppl
# catalog-version 0.8
Name:		texlive-mathdots
Version:	0.8
Release:	3
Summary:	Commands to produce dots in math that respect font size
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/mathdots
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdots.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdots.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdots.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Redefines \ddots and \vdots, and defines \iddots. The dots
produced by \iddots slant in the opposite direction to \ddots.
All the commands are designed to change size appropriately in
scripts, as well as in response to LaTeX size changing
commands. The commands may also be used in plain TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/mathdots/mathdots.sty
%{_texmfdistdir}/tex/generic/mathdots/mathdots.tex
%doc %{_texmfdistdir}/doc/generic/mathdots/README
%doc %{_texmfdistdir}/doc/generic/mathdots/mathdots.pdf
%doc %{_texmfdistdir}/doc/generic/mathdots/mdtest.tex
#- source
%doc %{_texmfdistdir}/source/generic/mathdots/mathdots.dtx
%doc %{_texmfdistdir}/source/generic/mathdots/mathdots.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8-3
+ Revision: 0e1e2cb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20705 |14mr|texlive-math-e-20101011-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20062
# category Package
# catalog-ctan /info/examples/Math-E
# catalog-date 2010-10-11 21:01:03 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-math-e
Version:	20101011
Release:	3
Summary:	Examples from the book Typesetting Mathematics with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/Math-E
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/math-e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/math-e.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The bundle contains all the examples from the (English) book
"Typesetting Mathematics with LaTeX" (UIT Press, Cambridge,
2010). The examples are stand alone documents and may be
separately processed with LaTeX or PDFLaTeX.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/math-e/01-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/01-00-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/01-00-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/02-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/02-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/02-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/02-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/02-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/02-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/02-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/02-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/02-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/02-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/02-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/02-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/03-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-12.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-13.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-14.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-15.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-16.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-17.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-18.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-19.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-20.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-21.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-22.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-05-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-08-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-08-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-08-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-08-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-08-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-08-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-08-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-08-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-09-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-09-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-09-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-09-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-09-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-10-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-10-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-11-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-11-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-11-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-11-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-11-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-11-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-12-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-13-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-13-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-16-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-17-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-18-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-18-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-18-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-18-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-18-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-18-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-18-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-18-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-18-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-18-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-18-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-20-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-20-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-20-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-20-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-20-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-20-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/04-20-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/05-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/05-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/05-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/05-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/05-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/05-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/05-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/05-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/05-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/05-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/05-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-15.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-16.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-17.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-18.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-19.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-20.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-21.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-22.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-09-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-09-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-10-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-11-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-11-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-11-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-11-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-11-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-11-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-11-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-11-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-11-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-12.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-13.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-14.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-15.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-12-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-13-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-13-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-13-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-14-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-14-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-14-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-15-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-15-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-15-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-16-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-16-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-17-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-18-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-19-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-19-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-19-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-19-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-20-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-20-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-20-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/06-20-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-05-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-05-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-05-12.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-05-13.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-05-14.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-05-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-06-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-09-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-09-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-10-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-10-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-10-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-10-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-11-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-12-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-12-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-12-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-13-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-14-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-14-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-14-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-14-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-14-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-14-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-14-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-14-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-14-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-14-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-15-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-15-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-16-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/07-16-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/08-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-09-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-09-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-10-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-10-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-11-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-11-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-11-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-12-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-12-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-12-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-12-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-12-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-12-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-12-7.ltxps
%doc %{_texmfdistdir}/doc/latex/math-e/09-13-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-13-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-14-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-15-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-15-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-15-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-16-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-16-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-16-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-16-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-16-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-16-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-16-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-16-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-17-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-17-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-17-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-17-12.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-17-13.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-17-14.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-17-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-17-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-17-4.ltx4
%doc %{_texmfdistdir}/doc/latex/math-e/09-17-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-17-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-17-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-17-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-17-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-18-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-18-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-18-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-19-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-19-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-20-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-20-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-20-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-20-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/09-20-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-01-4.ltxps
%doc %{_texmfdistdir}/doc/latex/math-e/10-01-5.ltxps
%doc %{_texmfdistdir}/doc/latex/math-e/10-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-07-1.ltx2
%doc %{_texmfdistdir}/doc/latex/math-e/10-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-07-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-07-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-08-1.ltxps
%doc %{_texmfdistdir}/doc/latex/math-e/10-09-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-09-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-09-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-09-12.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-09-13.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-09-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-09-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-09-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-09-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-09-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-09-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-09-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-09-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-10-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-10-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-10-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-10-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-10-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-10-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/10-10-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-22.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-23.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-24.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-25.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-26.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/11-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/math-e/README
%doc %{_texmfdistdir}/doc/latex/math-e/exaarticle.cls
%doc %{_texmfdistdir}/doc/latex/math-e/exaarticle2.cls
%doc %{_texmfdistdir}/doc/latex/math-e/exaartplain.cls
%doc %{_texmfdistdir}/doc/latex/math-e/exareport.cls
%doc %{_texmfdistdir}/doc/latex/math-e/exasymbol.cls

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101011-3
+ Revision: 430aef4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20706 |14mr|texlive-mathexam-1.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mathexam
# catalog-date 2008-08-22 15:19:59 +0200
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-mathexam
Version:	1.00
Release:	3
Summary:	Package for typesetting exams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mathexam
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathexam.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathexam.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathexam.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can help you typeset exams (mostly in mathematics
and related disciplines where students are required to show
their calculations followed by one or more short answers). It
provides commands for inclusion of space for calculations, as
well as commands for automatic creation of "answer spaces". In
addition, the package will automatically create page headers
and footers, and will let you include instructions and space
for students to put their name.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mathexam/mathexam.sty
%doc %{_texmfdistdir}/doc/latex/mathexam/README
%doc %{_texmfdistdir}/doc/latex/mathexam/mathexam.pdf
%doc %{_texmfdistdir}/doc/latex/mathexam/sample.pdf
%doc %{_texmfdistdir}/doc/latex/mathexam/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/mathexam/mathexam.dtx
%doc %{_texmfdistdir}/source/latex/mathexam/mathexam.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-3
+ Revision: 366678e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20707 |14mr|texlive-mathmode-2.47-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20742
# category Package
# catalog-ctan /info/math/voss/mathmode
# catalog-date 2010-12-14 15:27:20 +0100
# catalog-license lppl
# catalog-version 2.47
Name:		texlive-mathmode
Version:	2.47
Release:	3
Summary:	A comprehensive review of mathematics in (La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/math/voss/mathmode
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathmode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathmode.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The review includes: Standard LaTeX mathematics mode; AMSmath;
TeX and mathematics; Other packages; Tuning math typesetting;
Mathematics fonts; Special symbols; Examples; and Lists,
bibliography and index.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/mathmode/Changes
%doc %{_texmfdistdir}/doc/latex/mathmode/Mathmode.bib
%doc %{_texmfdistdir}/doc/latex/mathmode/Mathmode.ist
%doc %{_texmfdistdir}/doc/latex/mathmode/Mathmode.ltx
%doc %{_texmfdistdir}/doc/latex/mathmode/Mathmode.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/Mathmode.tex
%doc %{_texmfdistdir}/doc/latex/mathmode/README
%doc %{_texmfdistdir}/doc/latex/mathmode/images/EuScript.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/EuScript.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/amsalign.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/amsalign.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/cm-crop.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/cm-crop.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/cmbright-crop.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/cmbright-crop.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/colArray.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/colArray.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/exscale.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/exscale.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/family.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/family.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/family0.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/family0.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/family1.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/family1.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/lm-crop.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/lm-crop.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/minionpro-crop.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/minionpro-crop.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/node.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/node.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/pamath-crop.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/pamath-crop.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/pazo-crop.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/pazo-crop.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/styles.eps
%doc %{_texmfdistdir}/doc/latex/mathmode/images/styles.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/test-crop.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/test.pdf
%doc %{_texmfdistdir}/doc/latex/mathmode/images/test.tex
%doc %{_texmfdistdir}/doc/latex/mathmode/runLaTeX
%doc %{_texmfdistdir}/doc/latex/mathmode/runPDFLaTeX
%doc %{_texmfdistdir}/doc/latex/mathmode/runVTeX

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.47-3
+ Revision: 291ec1f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20708 |14mr|texlive-mathpazo-1.003-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/mathpazo
# catalog-date 2009-10-06 20:42:53 +0200
# catalog-license gpl
# catalog-version 1.003
Name:		texlive-mathpazo
Version:	1.003
Release:	3
Summary:	Fonts to typeset mathematics to match Palatino
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/mathpazo
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathpazo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathpazo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathpazo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Pazo Math fonts are a family of PostScript fonts suitable
for typesetting mathematics in combination with the Palatino
family of text fonts. The Pazo Math family is made up of five
fonts provided in Adobe Type 1 format (PazoMath, PazoMath-
Italic, PazoMath-Bold, PazoMath-BoldItalic, and
PazoMathBlackboardBold). These contain, in designs that match
Palatino, glyphs that are usually not available in Palatino and
for which Computer Modern looks odd when combined with
Palatino. These glyphs include the uppercase Greek alphabet in
upright and slanted shapes in regular and bold weights, the
lowercase Greek alphabet in slanted shape in regular and bold
weights, several mathematical glyphs (partialdiff, summation,
product, coproduct, emptyset, infinity, and proportional) in
regular and bold weights, other glyphs (Euro and dotlessj) in
upright and slanted shapes in regular and bold weights, and the
uppercase letters commonly used to represent various number
sets (C, I, N, Q, R, and Z) in blackboard bold. The set also
includes a set of 'true' small-caps fonts, also suitable for
use with Palatino (or one of its clones). LaTeX macro support
(using package mathpazo.sty) is provided in psnfss (a required
part of any LaTeX distribution).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/mathpazo/fplmb.afm
%{_texmfdistdir}/fonts/afm/public/mathpazo/fplmbb.afm
%{_texmfdistdir}/fonts/afm/public/mathpazo/fplmbi.afm
%{_texmfdistdir}/fonts/afm/public/mathpazo/fplmr.afm
%{_texmfdistdir}/fonts/afm/public/mathpazo/fplmri.afm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/fplmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/fplmbb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/fplmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/fplmr.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/fplmri.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/zplmb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/zplmb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/zplmb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/zplmr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/zplmr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/zplmr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/zplmr7y.tfm
%{_texmfdistdir}/fonts/type1/public/mathpazo/fplmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathpazo/fplmbb.pfb
%{_texmfdistdir}/fonts/type1/public/mathpazo/fplmbi.pfb
%{_texmfdistdir}/fonts/type1/public/mathpazo/fplmr.pfb
%{_texmfdistdir}/fonts/type1/public/mathpazo/fplmri.pfb
%{_texmfdistdir}/fonts/vf/public/mathpazo/zplmb7m.vf
%{_texmfdistdir}/fonts/vf/public/mathpazo/zplmb7t.vf
%{_texmfdistdir}/fonts/vf/public/mathpazo/zplmb7y.vf
%{_texmfdistdir}/fonts/vf/public/mathpazo/zplmr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathpazo/zplmr7t.vf
%{_texmfdistdir}/fonts/vf/public/mathpazo/zplmr7v.vf
%{_texmfdistdir}/fonts/vf/public/mathpazo/zplmr7y.vf
%doc %{_texmfdistdir}/doc/latex/mathpazo/README.txt
%doc %{_texmfdistdir}/doc/latex/mathpazo/gpl.txt
%doc %{_texmfdistdir}/doc/latex/mathpazo/mapfplm.tex
%doc %{_texmfdistdir}/doc/latex/mathpazo/mapppl.tex
%doc %{_texmfdistdir}/doc/latex/mathpazo/mapzplm.tex
%doc %{_texmfdistdir}/doc/latex/mathpazo/pazofnst.tex
%doc %{_texmfdistdir}/doc/latex/mathpazo/pazotest.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mathpazo/Makefile
%doc %{_texmfdistdir}/source/latex/mathpazo/cmbsy10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/cmbx10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/cmex10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/cmmi10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/cmmib10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/cmr10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/cmsy10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmb.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmb.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmb.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmbb.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmbb.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmbb.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmbi.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmbi.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmbi.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmr.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmr.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmr.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmri.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmri.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmri.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/haxzplmb.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/haxzplmr.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/inf/fplmb.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/inf/fplmbb.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/inf/fplmbi.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/inf/fplmr.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/inf/fplmri.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/nokernum.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/omsnames.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/Makefile
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/cmbsy10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/cmbx10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/cmex10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/cmmi10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/cmmib10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/cmr10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/cmsy10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/haxzplmb.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/haxzplmr.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/nokernum.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/omsnames.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/pazofnst.tex
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/unsetcm4pl.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/unsetint.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/unsetosf.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/unsetpl4cm.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/unsetpunct.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/zplmbgop.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/zplmsum.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pplr8a.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/unsetcm4pl.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/unsetint.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/unsetosf.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/unsetpl4cm.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/unsetpunct.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/zplmbgop.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/zplmsum.mtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.003-3
+ Revision: 58188f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20709 |14mr|texlive-mathspec-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/xetex/latex/mathspec
# catalog-date 2009-09-30 20:39:21 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-mathspec
Version:	0.2
Release:	3
Summary:	Specify arbitrary fonts for mathematics in XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/mathspec
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathspec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathspec.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The mathspec package provides an interface to typeset
mathematics in XeLaTeX with arbitrary text fonts using fontspec
as a backend. The package is under development and later
versions might to be incompatible with this version, as this
version is incompatible with earlier versions. The package
requires at least version 0.9995 of XeTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/mathspec/mathspec.sty
%doc %{_texmfdistdir}/doc/xelatex/mathspec/README
%doc %{_texmfdistdir}/doc/xelatex/mathspec/mathspec.pdf
%doc %{_texmfdistdir}/doc/xelatex/mathspec/mathspec.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 10de89a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20710 |14mr|texlive-mathspic-1.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /graphics/mathspic
# catalog-date 2011-06-24 10:29:05 +0200
# catalog-license lppl
# catalog-version 1.13
Name:		texlive-mathspic
Version:	1.13
Release:	4
Summary:	A Perl filter program for use with PiCTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/mathspic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathspic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathspic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-mathspic.bin = %{EVRD}

%description
MathsPIC(Perl) is a development of the earlier MathsPIC(DOS)
program, now implemented as a Perl script, being much more
portable than the earlier program. MathsPIC parses a plain text
input file and generates a plain text output-file containing
commands for drawing a diagram. Version 1.0 produces output
containing PiCTeX and (La)TeX commands, which may then be
processed by plain TeX or LaTeX in the usual way. MathsPIC also
outputs a comprehensive log-file. MathsPIC facilitates creating
figures using PiCTeX by providing an environment for
manipulating named points and also allows the use of variables
and maths (advance, multiply, and divide)--in short--it takes
the pain out of PiCTeX. Both the original DOS version and the
new Perl version are available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/mathspic
%{_texmfdistdir}/scripts/mathspic/mathspic.pl
%{_texmfdistdir}/tex/latex/mathspic/mathspic.sty
%doc %{_texmfdistdir}/doc/latex/mathspic/HELP.txt
%doc %{_texmfdistdir}/doc/latex/mathspic/MATHSPIC.BAT
%doc %{_texmfdistdir}/doc/latex/mathspic/README.txt
%doc %{_texmfdistdir}/doc/latex/mathspic/grabtexdata.tex
%doc %{_texmfdistdir}/doc/latex/mathspic/mathsPICfigures.zip
%doc %{_texmfdistdir}/doc/latex/mathspic/mathsPICmanual.pdf
%doc %{_texmfdistdir}/doc/latex/mathspic/mathsPICmanual.zip
%doc %{_texmfdistdir}/doc/latex/mathspic/mathspic.1
%doc %{_texmfdistdir}/doc/latex/mathspic/mathspic.lib
%doc %{_texmfdistdir}/doc/latex/mathspic/mathspic.sh
%doc %{_texmfdistdir}/doc/latex/mathspic/sourcecode113.html
%doc %{_texmfdistdir}/doc/latex/mathspic/sourcecode113.nw
%doc %{_texmfdistdir}/doc/latex/mathspic/sourcecode113.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/mathspic/mathspic.pl mathspic
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.13-4
+ Revision: 6e33e61
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20711 |14mr|texlive-mattens-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17582
# category Package
# catalog-ctan /macros/latex/contrib/mattens
# catalog-date 2009-11-09 23:10:10 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-mattens
Version:	1.3
Release:	3
Summary:	Matrices/tensor typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mattens
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mattens.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mattens.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mattens.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The mattens package contains the definitions to typeset
matrices, vectors and tensors as used in the engineering
community for the representation of common vectors and tensors
such as forces, velocities, moments of inertia, etc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mattens/mattens.sty
%doc %{_texmfdistdir}/doc/latex/mattens/README
%doc %{_texmfdistdir}/doc/latex/mattens/mattens.pdf
%doc %{_texmfdistdir}/doc/latex/mattens/mattens_sample.pdf
%doc %{_texmfdistdir}/doc/latex/mattens/mattens_sample_src.zip
#- source
%doc %{_texmfdistdir}/source/latex/mattens/mattens.dtx
%doc %{_texmfdistdir}/source/latex/mattens/mattens.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 1d3af38
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20712 |14mr|texlive-maybemath-20070309-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/maybemath
# catalog-date 2007-03-09 22:25:45 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-maybemath
Version:	20070309
Release:	3
Summary:	Make math bold or italic according to context
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/maybemath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/maybemath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/maybemath.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The \maybebm and \maybeit macros can be used in math
expressions to make the arguments typeset as bold or italic
respectively if the surrounding context is appropriate. They
are useful for writing user macros for use in general contexts.
\maybebm is especially appropriate when section titles contain
math expressions, since the title will appear bold but the
header and table of contents usually replicate the title in
normal width. It uses the bm package to make things bold
\maybeit performs a similar role to \mathrm{} but the math
expression will be italicised if the surrounding text is.
\maybeitsubscript is provided to shift subscripts to the left
if the expression is italicised.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/maybemath/maybemath.sty
%doc %{_texmfdistdir}/doc/latex/maybemath/README
%doc %{_texmfdistdir}/doc/latex/maybemath/maybemath.pdf
%doc %{_texmfdistdir}/doc/latex/maybemath/maybemath.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070309-3
+ Revision: f1069f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20713 |14mr|texlive-mbenotes-2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24321
# category Package
# catalog-ctan /macros/latex/contrib/mbenotes
# catalog-date 2011-10-17 17:40:54 +0200
# catalog-license lppl1.2
# catalog-version 2
Name:		texlive-mbenotes
Version:	2
Release:	3
Summary:	Notes in tables or images
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mbenotes
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mbenotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mbenotes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a command \tabnote, which stores notes for
later processing by the command \thetabnotes, and a
corresponding \imgnote for images. The package is derived from
mechanisms in the package endnotes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mbenotes/mbenotes.sty
%doc %{_texmfdistdir}/doc/latex/mbenotes/README
%doc %{_texmfdistdir}/doc/latex/mbenotes/mbe.pdf
%doc %{_texmfdistdir}/doc/latex/mbenotes/mbenotes.pdf
%doc %{_texmfdistdir}/doc/latex/mbenotes/mbenotes.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2-3
+ Revision: 198082b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20714 |14mr|texlive-mcaption-3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mcaption
# catalog-date 2009-03-14 02:18:31 +0100
# catalog-license lppl
# catalog-version 3.0
Name:		texlive-mcaption
Version:	3.0
Release:	3
Summary:	Put captions in the margin
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mcaption
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mcaption.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mcaption.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mcaption.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The mcaption package provides an mcaption environment which
puts figure or table captions in the margin. The package works
with the standard classes and with the KOMA-Script document
classes scrartcl, scrreprt and scrbook. The package requires
the changepage package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mcaption/mcaption.sty
%doc %{_texmfdistdir}/doc/latex/mcaption/CHANGES
%doc %{_texmfdistdir}/doc/latex/mcaption/README
%doc %{_texmfdistdir}/doc/latex/mcaption/example.tex
%doc %{_texmfdistdir}/doc/latex/mcaption/mcaption.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mcaption/mcaption.dtx
%doc %{_texmfdistdir}/source/latex/mcaption/mcaption.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-3
+ Revision: 36ee962
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20715 |14mr|texlive-mceinleger-20070109-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mceinleger
# catalog-date 2007-01-09 22:36:10 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-mceinleger
Version:	20070109
Release:	3
Summary:	Creating covers for music cassettes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mceinleger
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mceinleger.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mceinleger.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for creating MC-covers on your own. It allows the
creation of simple covers as well as covers with an additional
page for more information about the cassette (table of contents
e.g.). The rotating package is required.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mceinleger/mceinleger.sty
%doc %{_texmfdistdir}/doc/latex/mceinleger/mceinleger.pdf
%doc %{_texmfdistdir}/doc/latex/mceinleger/mceinleger.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070109-3
+ Revision: 85c69ef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20716 |14mr|texlive-mcite-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18173
# category Package
# catalog-ctan /macros/latex/contrib/mcite
# catalog-date 2007-01-09 22:36:10 +0100
# catalog-license gpl
# catalog-version 1.6
Name:		texlive-mcite
Version:	1.6
Release:	3
Summary:	Multiple items in a single citation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mcite
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mcite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mcite.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mcite.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The mcite package allows the user to collapse multiple
citations into one, as is customary in physics journals. The
package requires a customised BibTeX style for its work; the
documentation explains how to do that customisation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mcite/mcite.sty
%doc %{_texmfdistdir}/doc/latex/mcite/COPYING
%doc %{_texmfdistdir}/doc/latex/mcite/README
%doc %{_texmfdistdir}/doc/latex/mcite/mcite.bib
%doc %{_texmfdistdir}/doc/latex/mcite/mcite.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mcite/Makefile
%doc %{_texmfdistdir}/source/latex/mcite/mcite.drv
%doc %{_texmfdistdir}/source/latex/mcite/mcite.dtx
%doc %{_texmfdistdir}/source/latex/mcite/mcite.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: 195e97e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20717 |14mr|texlive-mciteplus-1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31648
# category Package
# catalog-ctan /macros/latex/contrib/mciteplus
# catalog-date 2013-09-13 13:09:10 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-mciteplus
Version:	1.2
Release:	6
Summary:	Enhanced multiple citations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mciteplus
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mciteplus.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mciteplus.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The mciteplus LaTeX package is an enhanced reimplementation of
Thorsten Ohl's mcite package which provides support for the
grouping of multiple citations together as is often done in
physics journals. An extensive set of features provide for
other applications such as reference sublisting.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/mciteplus/IEEEtranM.bst
%{_texmfdistdir}/bibtex/bst/mciteplus/IEEEtranMN.bst
%{_texmfdistdir}/bibtex/bst/mciteplus/apsrevM.bst
%{_texmfdistdir}/bibtex/bst/mciteplus/apsrmpM.bst
%{_texmfdistdir}/tex/latex/mciteplus/mciteplus.sty
%doc %{_texmfdistdir}/doc/latex/mciteplus/README
%doc %{_texmfdistdir}/doc/latex/mciteplus/changelog.txt
%doc %{_texmfdistdir}/doc/latex/mciteplus/mciteplus_code.txt
%doc %{_texmfdistdir}/doc/latex/mciteplus/mciteplus_doc.pdf
%doc %{_texmfdistdir}/doc/latex/mciteplus/mciteplus_doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-6
+ Revision: 80980ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20718 |14mr|texlive-mdframed-1.6b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27127
# category Package
# catalog-ctan /macros/latex/contrib/mdframed
# catalog-date 2012-06-03 22:54:07 +0200
# catalog-license lppl
# catalog-version 1.6b
Name:		texlive-mdframed
Version:	1.6b
Release:	2
Summary:	Framed environments that can split at page boundaries
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mdframed
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdframed.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdframed.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdframed.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package develops the facilities of framed in providing
breakable framed and coloured boxes. The user may instruct the
package to perform its operations using default LaTeX commands,
PStricks or TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mdframed/ltxmdf.cls
%{_texmfdistdir}/tex/latex/mdframed/md-frame-0.mdf
%{_texmfdistdir}/tex/latex/mdframed/md-frame-1.mdf
%{_texmfdistdir}/tex/latex/mdframed/md-frame-2.mdf
%{_texmfdistdir}/tex/latex/mdframed/md-frame-3.mdf
%{_texmfdistdir}/tex/latex/mdframed/mdframed.sty
%doc %{_texmfdistdir}/doc/latex/mdframed/README.txt
%doc %{_texmfdistdir}/doc/latex/mdframed/donald-duck.jpg
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-default.pdf
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-default.tex
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-pstricks.pdf
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-pstricks.tex
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-texsx.pdf
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-texsx.tex
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-tikz.pdf
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-tikz.tex
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mdframed/Makefile
%doc %{_texmfdistdir}/source/latex/mdframed/mdframed.dtx
%doc %{_texmfdistdir}/source/latex/mdframed/mdframed.ins
%doc %{_texmfdistdir}/source/latex/mdframed/mdframedmake.bat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6b-2
+ Revision: 2ab8d69
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20719 |14mr|texlive-mdputu-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20298
# category Package
# catalog-ctan /fonts/mdputu
# catalog-date 2010-11-03 15:55:25 +0100
# catalog-license other-free
# catalog-version 1.2
Name:		texlive-mdputu
Version:	1.2
Release:	3
Summary:	Upright digits in Adobe Utopia Italic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/mdputu
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdputu.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdputu.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Annals of Mathematics uses italics for theorems. However,
slanted digits and parentheses look disturbing when surrounded
by (upright) mathematics. This package provides virtual fonts
with italics and upright digits and punctuation, as an
extension to Mathdesign Utopia.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/mdputu/mdputubi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mdputu/mdputubi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/mdputu/mdputuri7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mdputu/mdputuri8t.tfm
%{_texmfdistdir}/fonts/vf/public/mdputu/mdputubi7t.vf
%{_texmfdistdir}/fonts/vf/public/mdputu/mdputubi8t.vf
%{_texmfdistdir}/fonts/vf/public/mdputu/mdputuri7t.vf
%{_texmfdistdir}/fonts/vf/public/mdputu/mdputuri8t.vf
%{_texmfdistdir}/tex/latex/mdputu/mdputu.sty
%{_texmfdistdir}/tex/latex/mdputu/ot1mdputu.fd
%{_texmfdistdir}/tex/latex/mdputu/t1mdputu.fd
%doc %{_texmfdistdir}/doc/latex/mdputu/README
%doc %{_texmfdistdir}/doc/latex/mdputu/mdputu.dtx
%doc %{_texmfdistdir}/doc/latex/mdputu/mdputu.ins
%doc %{_texmfdistdir}/doc/latex/mdputu/mdputu.pdf
%doc %{_texmfdistdir}/doc/latex/mdputu/sample.pdf
%doc %{_texmfdistdir}/doc/latex/mdputu/sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: dc281ac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20720 |14mr|texlive-mdsymbol-0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28399
# category Package
# catalog-ctan /fonts/mdsymbol
# catalog-date 2012-11-29 15:59:01 +0100
# catalog-license ofl
# catalog-version 0.5
Name:		texlive-mdsymbol
Version:	0.5
Release:	6
Summary:	Symbol fonts to match Adobe Myriad Pro
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/mdsymbol
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdsymbol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdsymbol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdsymbol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a font of mathematical symbols, MyriadPro
The font is designed as a companion to Adobe Myriad Pro, but it
might also fit well with other contemporary typefaces.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/mdsymbol/mdsymbol-a.enc
%{_texmfdistdir}/fonts/enc/dvips/mdsymbol/mdsymbol-b.enc
%{_texmfdistdir}/fonts/enc/dvips/mdsymbol/mdsymbol-c.enc
%{_texmfdistdir}/fonts/enc/dvips/mdsymbol/mdsymbol-d.enc
%{_texmfdistdir}/fonts/enc/dvips/mdsymbol/mdsymbol-e.enc
%{_texmfdistdir}/fonts/enc/dvips/mdsymbol/mdsymbol-f.enc
%{_texmfdistdir}/fonts/map/dvips/mdsymbol/mdsymbol.map
%{_texmfdistdir}/fonts/opentype/public/mdsymbol/MdSymbol-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/mdsymbol/MdSymbol-Light.otf
%{_texmfdistdir}/fonts/opentype/public/mdsymbol/MdSymbol-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/mdsymbol/MdSymbol-Semibold.otf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolA-Bold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolA-Light.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolA-Regular.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolA-Semibold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolA.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolB-Bold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolB-Light.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolB-Regular.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolB-Semibold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolB.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolC-Bold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolC-Light.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolC-Regular.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolC-Semibold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolC.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolD-Bold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolD-Light.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolD-Regular.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolD-Semibold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolD.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolE-Bold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolE-Light.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolE-Regular.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolE-Semibold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolE.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolF-Bold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolF-Light.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolF-Regular.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolF-Semibold.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/MdSymbolF.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mdaccents.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mdarrows.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mdbase.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mddelims.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mdgeometric.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mdoperators.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mdrelations.mf
%{_texmfdistdir}/fonts/source/public/mdsymbol/mdturnstile.mf
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolA-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolA-Light.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolA-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolA-Semibold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolB-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolB-Light.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolB-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolB-Semibold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolC-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolC-Light.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolC-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolC-Semibold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolD-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolD-Light.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolD-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolD-Semibold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolE-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolE-Light.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolE-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolE-Semibold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolF-Bold.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolF-Light.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolF-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/mdsymbol/MdSymbolF-Semibold.tfm
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolA-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolA-Light.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolA-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolA-Semibold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolB-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolB-Light.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolB-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolB-Semibold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolC-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolC-Light.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolC-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolC-Semibold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolD-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolD-Light.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolD-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolD-Semibold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolE-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolE-Light.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolE-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolE-Semibold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolF-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolF-Light.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolF-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/mdsymbol/MdSymbolF-Semibold.pfb
%{_texmfdistdir}/tex/latex/mdsymbol/mdsymbol.sty
%doc %{_texmfdistdir}/doc/fonts/mdsymbol/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/mdsymbol/OFL.txt
%doc %{_texmfdistdir}/doc/latex/mdsymbol/mdsymbol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mdsymbol/mdsymbol.dtx
%doc %{_texmfdistdir}/source/latex/mdsymbol/mdsymbol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-6
+ Revision: d67c61d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20721 |14mr|texlive-mdwtools-1.05.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mdwtools
# catalog-date 2008-06-23 17:43:34 +0200
# catalog-license gpl
# catalog-version 1.05.4
Name:		texlive-mdwtools
Version:	1.05.4
Release:	3
Summary:	Miscellaneous tools by Mark Wooding
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mdwtools
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdwtools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdwtools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdwtools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This collection of tools includes: - support for short commands
starting with @, - macros to sanitise the OT1 encoding of the
cmtt fonts; - a 'do after' command; - improved footnote
support; - mathenv for various alignment in maths; - list
handling; - mdwmath which adds some minor changes to LaTeX
maths; - a rewrite of LaTeX's tabular and array environments; -
verbatim handling; and - syntax diagrams.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mdwtools/at.sty
%{_texmfdistdir}/tex/latex/mdwtools/cmtt.sty
%{_texmfdistdir}/tex/latex/mdwtools/doafter.sty
%{_texmfdistdir}/tex/latex/mdwtools/footnote.sty
%{_texmfdistdir}/tex/latex/mdwtools/mTTcmtt.fd
%{_texmfdistdir}/tex/latex/mdwtools/mTTenc.def
%{_texmfdistdir}/tex/latex/mdwtools/mathenv.sty
%{_texmfdistdir}/tex/latex/mdwtools/mdwlist.sty
%{_texmfdistdir}/tex/latex/mdwtools/mdwmath.sty
%{_texmfdistdir}/tex/latex/mdwtools/mdwtab.sty
%{_texmfdistdir}/tex/latex/mdwtools/sverb.sty
%{_texmfdistdir}/tex/latex/mdwtools/syntax.sty
%doc %{_texmfdistdir}/doc/latex/mdwtools/COPYING
%doc %{_texmfdistdir}/doc/latex/mdwtools/README
%doc %{_texmfdistdir}/doc/latex/mdwtools/at.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/cmtt.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/doafter.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/doafter.tex
%doc %{_texmfdistdir}/doc/latex/mdwtools/footnote.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/gpl.tex
%doc %{_texmfdistdir}/doc/latex/mdwtools/mathenv.tex
%doc %{_texmfdistdir}/doc/latex/mdwtools/mdwlist.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/mdwmath.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/mdwtab.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/mdwtools.tex
%doc %{_texmfdistdir}/doc/latex/mdwtools/sverb.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/syntax.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mdwtools/at.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/cmtt.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/doafter.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/footnote.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/mdwlist.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/mdwmath.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/mdwtab.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/mdwtools.ins
%doc %{_texmfdistdir}/source/latex/mdwtools/sverb.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/syntax.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.05.4-3
+ Revision: a9c8190
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20722 |14mr|texlive-media9-0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26204
# category Package
# catalog-ctan /macros/latex/contrib/media9
# catalog-date 2012-05-02 17:35:03 +0200
# catalog-license lppl1.3
# catalog-version 0.7
Name:		texlive-media9
Version:	0.7
Release:	2
Summary:	Multimedia inclusion package with Adobe Reader-9/X compatibility
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/media9
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/media9.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/media9.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an interface to embed interactive Flash
(SWF) and 3D objects (Adobe U3D & PRC), as well as video and
sound files or streams in the popular MP4, FLV and MP3 formats
into PDF documents with Acrobat-9/X compatibility. Playback of
multimedia files uses the built-in Flash Player of Adobe Reader
and does, therefore, not depend on external plug-ins. Flash
Player supports the efficient H.264 codec for video
compression. The package is based on the RichMedia Annotation,
an Adobe addition to the PDF specification. It replaces the now
obsolete movie15 package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/media9/javascript/3Dmenu.js
%{_texmfdistdir}/tex/latex/media9/javascript/3Dspintool.js
%{_texmfdistdir}/tex/latex/media9/javascript/animation.js
%{_texmfdistdir}/tex/latex/media9/javascript/asylabels.js
%{_texmfdistdir}/tex/latex/media9/media9.sty
%{_texmfdistdir}/tex/latex/media9/players/APlayer.swf
%{_texmfdistdir}/tex/latex/media9/players/StrobeMediaPlayback.swf
%{_texmfdistdir}/tex/latex/media9/players/VPlayer.swf
%doc %{_texmfdistdir}/doc/latex/media9/ChangeLog
%doc %{_texmfdistdir}/doc/latex/media9/README
%doc %{_texmfdistdir}/doc/latex/media9/files/3dsystem.fig
%doc %{_texmfdistdir}/doc/latex/media9/files/3dsystem.pdf
%doc %{_texmfdistdir}/doc/latex/media9/files/3dsystem.tex
%doc %{_texmfdistdir}/doc/latex/media9/files/cube.asy
%doc %{_texmfdistdir}/doc/latex/media9/files/cube.mp4
%doc %{_texmfdistdir}/doc/latex/media9/files/dice.u3d
%doc %{_texmfdistdir}/doc/latex/media9/files/dice.vws
%doc %{_texmfdistdir}/doc/latex/media9/files/dice.wrl
%doc %{_texmfdistdir}/doc/latex/media9/files/epix.asy
%doc %{_texmfdistdir}/doc/latex/media9/files/epix.prc
%doc %{_texmfdistdir}/doc/latex/media9/files/mailto.png
%doc %{_texmfdistdir}/doc/latex/media9/files/players/APlayer.mxml
%doc %{_texmfdistdir}/doc/latex/media9/files/players/BSD-License
%doc %{_texmfdistdir}/doc/latex/media9/files/players/SMPfixes.patch
%doc %{_texmfdistdir}/doc/latex/media9/files/players/StrobeMediaPlayback-license
%doc %{_texmfdistdir}/doc/latex/media9/files/players/VPlayer.mxml
%doc %{_texmfdistdir}/doc/latex/media9/files/random.mp4
%doc %{_texmfdistdir}/doc/latex/media9/media9.pdf
%doc %{_texmfdistdir}/doc/latex/media9/media9.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-2
+ Revision: cb4267a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20723 |14mr|texlive-meetingmins-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24503
# category Package
# catalog-ctan /macros/latex/contrib/meetingmins
# catalog-date 2011-11-02 12:24:01 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-meetingmins
Version:	1.0
Release:	3
Summary:	Format written minutes of meetings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/meetingmins
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/meetingmins.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/meetingmins.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/meetingmins.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class allows formatting of meeting minutes using \section
commands (which provide hierarchical structure). An agenda can
also be produced for distribution prior to the meeting, with
user-selected portions suppressed from printing.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/meetingmins/meetingmins.cls
%doc %{_texmfdistdir}/doc/latex/meetingmins/README
%doc %{_texmfdistdir}/doc/latex/meetingmins/meetingmins.pdf
%doc %{_texmfdistdir}/doc/latex/meetingmins/samples/agenda.pdf
%doc %{_texmfdistdir}/doc/latex/meetingmins/samples/agenda.tex
%doc %{_texmfdistdir}/doc/latex/meetingmins/samples/chair.pdf
%doc %{_texmfdistdir}/doc/latex/meetingmins/samples/chair.tex
%doc %{_texmfdistdir}/doc/latex/meetingmins/samples/department.min
%doc %{_texmfdistdir}/doc/latex/meetingmins/samples/minutes.pdf
%doc %{_texmfdistdir}/doc/latex/meetingmins/samples/minutes.tex
#- source
%doc %{_texmfdistdir}/source/latex/meetingmins/meetingmins.dtx
%doc %{_texmfdistdir}/source/latex/meetingmins/meetingmins.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 68c9483
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20724 |14mr|texlive-memdesign-20101028-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20237
# category Package
# catalog-ctan /info/memdesign
# catalog-date 2010-10-28 17:24:15 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-memdesign
Version:	20101028
Release:	3
Summary:	Notes on book design
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/memdesign
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memdesign.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memdesign.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
"A Few Notes on Book Design" provides an introduction to the
business of book design. It is an extended version of what used
to be the first part of the memoir users' manual. Please note
that the supplied copy of the document uses commercial fonts;
the README file contains instructions on how to compile the
document without these fonts.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/fonts/memdesign/README
%doc %{_texmfdistdir}/doc/fonts/memdesign/memdesign.pdf
%doc %{_texmfdistdir}/doc/fonts/memdesign/memdesign.tex
%doc %{_texmfdistdir}/doc/fonts/memdesign/memetc.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101028-3
+ Revision: 1216190
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20725 |14mr|texlive-memexsupp-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/memexsupp
# catalog-date 2008-08-22 15:19:59 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-memexsupp
Version:	0.1
Release:	3
Summary:	Experimental memoir support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/memexsupp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memexsupp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memexsupp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package of code proposed as supporting material for memoir.
The package is intended as a test bed for such code, which may
in the fullness of time be adopted into the main memoir
release.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/memexsupp/memexsupp.sty
%doc %{_texmfdistdir}/doc/latex/memexsupp/README
%doc %{_texmfdistdir}/doc/latex/memexsupp/memexsupp.pdf
%doc %{_texmfdistdir}/doc/latex/memexsupp/memexsupp.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 6058a09
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20726 |14mr|texlive-memoir-3.7b-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31044
# category Package
# catalog-ctan /macros/latex/contrib/memoir
# catalog-date 2013-05-30 13:22:20 +0200
# catalog-license lppl
# catalog-version 3.7b
Name:		texlive-memoir
Version:	3.7b
Release:	6
Summary:	Typeset fiction, non-fiction and mathematical books
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/memoir
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memoir.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memoir.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memoir.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The memoir class is for typesetting poetry, fiction, non-
fiction, and mathematical works. Permissible document 'base'
font sizes range from 9 to 60pt. There is a range of page-
styles and well over a dozen chapter-styles to choose from, as
well as methods for specifying your own layouts and designs.
The class also provides the functionality of over thirty of the
more popular packages, thus simplifying document sources. The
class automatically loads an associated patch file mempatch;
the patch file may be updated from time to time, between
releases of the class itself. (The patch file stays around even
when there are no extant patches.) Users who wish to use the
hyperref package, in a document written with the memoir class,
should also use the memhfixc package (part of this bundle).
Note, however, that current versions of hyperref actually load
the package automatically if they detect that they are running
under memoir.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/memoir/basic.gst
%{_texmfdistdir}/tex/latex/memoir/mem10.clo
%{_texmfdistdir}/tex/latex/memoir/mem11.clo
%{_texmfdistdir}/tex/latex/memoir/mem12.clo
%{_texmfdistdir}/tex/latex/memoir/mem14.clo
%{_texmfdistdir}/tex/latex/memoir/mem17.clo
%{_texmfdistdir}/tex/latex/memoir/mem20.clo
%{_texmfdistdir}/tex/latex/memoir/mem25.clo
%{_texmfdistdir}/tex/latex/memoir/mem30.clo
%{_texmfdistdir}/tex/latex/memoir/mem36.clo
%{_texmfdistdir}/tex/latex/memoir/mem48.clo
%{_texmfdistdir}/tex/latex/memoir/mem60.clo
%{_texmfdistdir}/tex/latex/memoir/mem9.clo
%{_texmfdistdir}/tex/latex/memoir/memhfixc.sty
%{_texmfdistdir}/tex/latex/memoir/memoir.cls
%{_texmfdistdir}/tex/latex/memoir/mempatch.sty
%doc %{_texmfdistdir}/doc/latex/memoir/Makeidxglo
%doc %{_texmfdistdir}/doc/latex/memoir/README
%doc %{_texmfdistdir}/doc/latex/memoir/anvil2.mps
%doc %{_texmfdistdir}/doc/latex/memoir/memfonts.sty
%doc %{_texmfdistdir}/doc/latex/memoir/memlays.sty
%doc %{_texmfdistdir}/doc/latex/memoir/memman.gst
%doc %{_texmfdistdir}/doc/latex/memoir/memman.ist
%doc %{_texmfdistdir}/doc/latex/memoir/memman.pdf
%doc %{_texmfdistdir}/doc/latex/memoir/memman.tex
%doc %{_texmfdistdir}/doc/latex/memoir/memnoidxnum.tex
%doc %{_texmfdistdir}/doc/latex/memoir/memsty.sty
%doc %{_texmfdistdir}/doc/latex/memoir/titlepages.sty
%doc %{_texmfdistdir}/doc/latex/memoir/trims-example.tex
#- source
%doc %{_texmfdistdir}/source/latex/memoir/memoir.dtx
%doc %{_texmfdistdir}/source/latex/memoir/memoir.ins
%doc %{_texmfdistdir}/source/latex/memoir/mempatch.dtx
%doc %{_texmfdistdir}/source/latex/memoir/mempatch.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.7b-6
+ Revision: 5378b2b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20727 |14mr|texlive-MemoirChapStyles-1.7e-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25918
# category Package
# catalog-ctan /info/latex-samples/MemoirChapStyles
# catalog-date 2012-04-11 16:14:01 +0200
# catalog-license lppl
# catalog-version 1.7e
Name:		texlive-MemoirChapStyles
Version:	1.7e
Release:	2
Summary:	Chapter styles in memoir class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/latex-samples/MemoirChapStyles
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/MemoirChapStyles.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/MemoirChapStyles.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A showcase of chapter styles available to users of memoir: the
six provided in the class itself, plus many from elsewhere (by
the present author and others). The package's resources apply
only to memoir, but the package draws from a number of sources
relating to standard classes, including the fncychap package,
and Vincent Zoonekynd's tutorial on headings.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/MemoirChapStyles/MemoirChapStyles.pdf
%doc %{_texmfdistdir}/doc/latex/MemoirChapStyles/MemoirChapStyles.tex
%doc %{_texmfdistdir}/doc/latex/MemoirChapStyles/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7e-2
+ Revision: ac82ff2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20728 |14mr|texlive-memory-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30452
# category Package
# catalog-ctan /macros/latex/contrib/memory
# catalog-date 2013-05-13 20:07:16 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-memory
Version:	1.2
Release:	7
Summary:	Containers for data in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/memory
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memory.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memory.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memory.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to declare single object or array
containers.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/memory/memory.sty
%doc %{_texmfdistdir}/doc/latex/memory/README
%doc %{_texmfdistdir}/doc/latex/memory/memory.pdf
#- source
%doc %{_texmfdistdir}/source/latex/memory/memory.dtx
%doc %{_texmfdistdir}/source/latex/memory/memory.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-7
+ Revision: 9c77bb8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20729 |14mr|texlive-mentis-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mentis
# catalog-date 2007-01-09 22:36:10 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-mentis
Version:	1.5
Release:	3
Summary:	A basis for books to be published by Mentis publishers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mentis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mentis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mentis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mentis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This LaTeX class loads scrbook and provides changes necessary
for publishing at Mentis publishers in Paderborn, Germany. It
is not an official Mentis class, merely one developed by an
author in close co-operation with Mentis.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mentis/mentis.cls
%doc %{_texmfdistdir}/doc/latex/mentis/README
%doc %{_texmfdistdir}/doc/latex/mentis/mentis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mentis/mentis.dtx
%doc %{_texmfdistdir}/source/latex/mentis/mentis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: e643309
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20730 |14mr|texlive-menu-0.994-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/menu
# catalog-date 2009-03-06 22:55:22 +0100
# catalog-license other-free
# catalog-version 0.994
Name:		texlive-menu
Version:	0.994
Release:	3
Summary:	Typesetting menus
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/menu
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/menu.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/menu.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/menu.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines command \menu which assists typesetting of
a path through a program's menu.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/menu/menu.sty
%doc %{_texmfdistdir}/doc/latex/menu/README
%doc %{_texmfdistdir}/doc/latex/menu/menu.pdf
#- source
%doc %{_texmfdistdir}/source/latex/menu/menu.dtx
%doc %{_texmfdistdir}/source/latex/menu/menu.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.994-3
+ Revision: 3029fcc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20731 |14mr|texlive-menukeys-1.2a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31716
# category Package
# catalog-ctan /macros/latex/contrib/menukeys
# catalog-date 2013-09-21 14:43:01 +0200
# catalog-license lppl1.2
# catalog-version 1.2a
Name:		texlive-menukeys
Version:	1.2a
Release:	7
Summary:	Format menu sequences, paths and keystrokes from lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/menukeys
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/menukeys.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/menukeys.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/menukeys.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows easy input and formatting of menu sequences,
using menus set with commands such as \menu{Extras > Settings >
General}, paths using a command like
\path{macros/latex/contrib/menukeys} and short cuts such as
\keys{\ctrl + C}. The output is highly configurable by
providing different styles and colour themes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/menukeys/menukeys.sty
%doc %{_texmfdistdir}/doc/latex/menukeys/README
%doc %{_texmfdistdir}/doc/latex/menukeys/menukeys.pdf
#- source
%doc %{_texmfdistdir}/source/latex/menukeys/menukeys.dtx
%doc %{_texmfdistdir}/source/latex/menukeys/menukeys.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2a-7
+ Revision: d407a43
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20732 |14mr|texlive-metafont-2.718281-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category Package
# catalog-ctan /systems/knuth/dist/mf
# catalog-date 2012-08-30 22:47:45 +0200
# catalog-license knuth
# catalog-version 2.718281
Name:		texlive-metafont
Version:	2.718281
Release:	12
Summary:	A system for specifying fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/knuth/dist/mf
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metafont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metafont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-metafont.bin
%rename tetex-mfwin
%rename texlive-mfwin

%description
The program takes a semi-algorithmic specification of a font,
and produces a bitmap font (whose properties are defined by a
set of parameters of the target device), and a set metrics for
use by TeX. The bitmap output may be converted into a format
directly usable by a device driver, etc., by the tools provided
in the parallel mfware distribution. (Third parties have
developed tools to convert the bitmap output to outline fonts.)
The distribution includes the source of Knuth's Metafont book;
this source is there to read, as an example of writing TeX --
it should not be processed without Knuth's direct permission.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	rm -fr %{_texmfvardir}/web2c/metafont
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metafont/base/expr.mf
%{_texmfdistdir}/metafont/base/io.mf
%{_texmfdistdir}/metafont/base/mf.mf
%{_texmfdistdir}/metafont/base/null.mf
%{_texmfdistdir}/metafont/base/plain.mf
%{_texmfdistdir}/metafont/config/cmmf.ini
%{_texmfdistdir}/metafont/config/mf.ini
%{_texmfdistdir}/metafont/misc/3test.mf
%{_texmfdistdir}/metafont/misc/6test.mf
%{_texmfdistdir}/metafont/misc/mode2dpi.mf
%{_texmfdistdir}/metafont/misc/mode2dpixy.mf
%{_texmfdistdir}/metafont/misc/modename.mf
%{_texmfdistdir}/metafont/misc/modes.mf
%{_texmfdistdir}/metafont/misc/ps2mfbas.mf
%{_texmfdistdir}/metafont/misc/rtest.mf
%{_texmfdistdir}/metafont/misc/test.mf
%{_texmfdistdir}/metafont/misc/waits.mf
%{_texmfdistdir}/metafont/misc/ztest.mf
%_texmf_fmtutil_d/metafont
%doc %{_mandir}/man1/mf-nowin.1*
%doc %{_texmfdistdir}/doc/man/man1/mf-nowin.man1.pdf
%doc %{_mandir}/man1/mf.1*
%doc %{_texmfdistdir}/doc/man/man1/mf.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/metafont <<EOF
#
# from metafont:
mf mf-nowin - -translate-file=cp227.tcx mf.ini
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.718281-12
+ Revision: 0c0db77
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20733 |14mr|texlive-metafont-beginners-20091009-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/metafont/beginners
# catalog-date 2009-10-09 14:08:41 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-metafont-beginners
Version:	20091009
Release:	3
Summary:	An introductory tutorial for MetaFont
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/metafont/beginners
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metafont-beginners.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metafont-beginners.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
An old introduction to the use of MetaFont, that has stood the
test of time. It focuses on using the program, rather than
designing fonts, but does offer advice about understanding
errors in other people's fonts.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/fonts/metafont-beginners/metafont-for-beginners.pdf
%doc %{_texmfdistdir}/doc/fonts/metafont-beginners/metafont-for-beginners.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091009-3
+ Revision: ef6788f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20734 |14mr|texlive-metago-0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/metago
# catalog-date 2008-09-08 11:32:46 +0200
# catalog-license lppl
# catalog-version 0.9
Name:		texlive-metago
Version:	0.9
Release:	3
Summary:	MetaPost output of Go positions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/metago
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metago.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metago.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows you to draw Go game positions with MetaPost.
Two methods of usage are provided, either using the package
programmatically, or using the package via a script (which may
produce several images).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/metago/metago.mp
%doc %{_texmfdistdir}/doc/metapost/metago/README
%doc %{_texmfdistdir}/doc/metapost/metago/example-program.mp
%doc %{_texmfdistdir}/doc/metapost/metago/example-program.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-1.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-2.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-3.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-4.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-5.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-6.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-7.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-8.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script.mp
%doc %{_texmfdistdir}/doc/metapost/metago/script.go

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-3
+ Revision: 21b8f2b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20735 |14mr|texlive-metalogo-0.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18611
# category Package
# catalog-ctan /macros/latex/contrib/metalogo
# catalog-date 2010-05-29 17:49:59 +0200
# catalog-license lppl
# catalog-version 0.12
Name:		texlive-metalogo
Version:	0.12
Release:	3
Summary:	Extended TeX logo macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/metalogo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metalogo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metalogo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metalogo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package exposes spacing parameters for various TeX logos
to the end user, to optimise the logos for different fonts.
Written especially for XeLaTeX users.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/metalogo/metalogo.sty
%doc %{_texmfdistdir}/doc/latex/metalogo/README
%doc %{_texmfdistdir}/doc/latex/metalogo/TeXoutline.pdf
%doc %{_texmfdistdir}/doc/latex/metalogo/eLaToutline.pdf
%doc %{_texmfdistdir}/doc/latex/metalogo/metalogo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/metalogo/metalogo.dtx
%doc %{_texmfdistdir}/source/latex/metalogo/metalogo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12-3
+ Revision: 4085310
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20736 |14mr|texlive-metaobj-0.93-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/metaobj
# catalog-date 2007-08-24 22:48:09 +0200
# catalog-license lppl
# catalog-version 0.93
Name:		texlive-metaobj
Version:	0.93
Release:	3
Summary:	MetaPost package providing high-level objects
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/metaobj
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metaobj.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metaobj.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
METAOBJ is a large metapost package providing high-level
objects. It implements many of PSTricks' features for node
connections, but also trees, matrices, and many other things.
It more or less contains boxes.mp and rboxes.mp. There is a
large (albeit not complete) documentation distributed with the
package. It is easily extensible with new objects.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/metaobj/connections.mp
%{_texmfdistdir}/metapost/metaobj/metaobj.mp
%{_texmfdistdir}/metapost/metaobj/mobjstandard.mp
%{_texmfdistdir}/metapost/metaobj/proofex.mp
%{_texmfdistdir}/metapost/metaobj/pstricksex1.mp
%{_texmfdistdir}/metapost/metaobj/pstricksex2.mp
%{_texmfdistdir}/metapost/metaobj/pstricksex3.mp
%{_texmfdistdir}/metapost/metaobj/pstricksex4.mp
%doc %{_texmfdistdir}/doc/metapost/metaobj/README
%doc %{_texmfdistdir}/doc/metapost/metaobj/license.txt
%doc %{_texmfdistdir}/doc/metapost/metaobj/momanual.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.93-3
+ Revision: 161414e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20737 |14mr|texlive-metaplot-0.91-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metaplot
# catalog-date 2006-11-09 21:17:58 +0100
# catalog-license lppl
# catalog-version 0.91
Name:		texlive-metaplot
Version:	0.91
Release:	3
Summary:	Plot-manipulation macros for use in Metapost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metaplot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metaplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metaplot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MetaPlot is a set of Metapost macros for manipulating pre-
generated plots (and similar objects), and formatting them for
inclusion in a Metapost figure. The intent is that the plots
can be generated by some outside program, in an abstract manner
that does not require making decisions about on-page sizing and
layout, and then they can be imported into MetaPlot and
arranged using the full capabilities of Metapost. Metaplot also
includes a very flexible set of macros for generating plot
axes, which may be useful in other contexts as well. Presently,
MetaPlot is in something of a pre-release beta state; it is
quite functional, but the syntax of the commands are still
potentially in flux. Bug reports and other suggestions would be
most welcome!.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/metaplot/axes.mp
%{_texmfdistdir}/metapost/metaplot/metaplot.mp
%doc %{_texmfdistdir}/doc/latex/metaplot/README
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/cap1.cc
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/cap1.mp
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/capillary.cc
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/cpoint.cc
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/cpoint.h
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/figure_1.mp
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/figures_2-7.mp
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/figures_8-9.mp
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/gpl.txt
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/mc2.mp
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/metacontour.cc
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/metacontour.h
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/metacontour_main.cc
%doc %{_texmfdistdir}/doc/latex/metaplot/metaplot_preprint.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.91-3
+ Revision: 4886f82
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20738 |14mr|texlive-metapost-1.803-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31860
# category Package
# catalog-ctan /graphics/metapost/base
# catalog-date 2013-06-20 18:08:19 +0200
# catalog-license lgpl
# catalog-version 1.803
Name:		texlive-metapost
Version:	1.803
Release:	6
Summary:	A development of Metafont for creating graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/base
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metapost.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metapost.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-metapost.bin

%description
MetaPost uses a language based on that of Metafont to produce
precise technical illustrations. Its output is scalable
PostScript or SVG, rather than the bitmaps Metafont creates.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/metapost/freeeuro.afm
%{_texmfdistdir}/fonts/afm/metapost/psyrgo.afm
%{_texmfdistdir}/fonts/afm/metapost/zpzdr-reversed.afm
%{_texmfdistdir}/fonts/enc/dvips/metapost/groff.enc
%{_texmfdistdir}/fonts/map/dvips/metapost/troff-updmap.map
%{_texmfdistdir}/fonts/map/dvips/metapost/troff.map
%{_texmfdistdir}/fonts/tfm/metapost/freeeuro.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pagd8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pagdo8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pagk8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pagko8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pbkd8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pbkdi8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pbkl8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pbkli8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pcrb8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pcrbo8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pcrr8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pcrro8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvb8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvb8gn.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvbo8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvbo8gn.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvr8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvr8gn.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvro8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvro8gn.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pncb8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pncbi8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pncr8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pncri8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pplb8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pplbi8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pplr8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pplri8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/psyrgo.tfm
%{_texmfdistdir}/fonts/tfm/metapost/ptmb8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/ptmbi8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/ptmr8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/ptmri8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pzcmi8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/zpzdr-reversed.tfm
%{_texmfdistdir}/fonts/type1/metapost/freeeuro.pfa
%{_texmfdistdir}/metapost/base/TEX.mp
%{_texmfdistdir}/metapost/base/boxes.mp
%{_texmfdistdir}/metapost/base/format.mp
%{_texmfdistdir}/metapost/base/graph.mp
%{_texmfdistdir}/metapost/base/marith.mp
%{_texmfdistdir}/metapost/base/mfplain.mp
%{_texmfdistdir}/metapost/base/mpost.mp
%{_texmfdistdir}/metapost/base/plain.mp
%{_texmfdistdir}/metapost/base/rboxes.mp
%{_texmfdistdir}/metapost/base/sarith.mp
%{_texmfdistdir}/metapost/base/string.mp
%{_texmfdistdir}/metapost/base/texnum.mp
%{_texmfdistdir}/metapost/base/troffnum.mp
%{_texmfdistdir}/metapost/config/mfplain.ini
%{_texmfdistdir}/metapost/misc/null.mp
%{_texmfdistdir}/metapost/support/charlib/12
%{_texmfdistdir}/metapost/support/charlib/14
%{_texmfdistdir}/metapost/support/charlib/34
%{_texmfdistdir}/metapost/support/charlib/Ao
%{_texmfdistdir}/metapost/support/charlib/Fi
%{_texmfdistdir}/metapost/support/charlib/Fl
%{_texmfdistdir}/metapost/support/charlib/L1
%{_texmfdistdir}/metapost/support/charlib/LH
%{_texmfdistdir}/metapost/support/charlib/Lb
%{_texmfdistdir}/metapost/support/charlib/Sl
%{_texmfdistdir}/metapost/support/charlib/ao.x
%{_texmfdistdir}/metapost/support/charlib/bx
%{_texmfdistdir}/metapost/support/charlib/ci
%{_texmfdistdir}/metapost/support/charlib/ff
%{_texmfdistdir}/metapost/support/charlib/lh.x
%{_texmfdistdir}/metapost/support/charlib/ob
%{_texmfdistdir}/metapost/support/charlib/rh
%{_texmfdistdir}/metapost/support/charlib/sq
%{_texmfdistdir}/metapost/support/charlib/twiddle
%{_texmfdistdir}/metapost/support/trchars.adj
%{_texmfdistdir}/metapost/support/trfonts.map
%{_texmfdistdir}/tex/generic/metapost/mproof.tex
%{_texmfdistdir}/tex/generic/metapost/mpsproof.tex
%doc %{_mandir}/man1/dvitomp.1*
%doc %{_texmfdistdir}/doc/man/man1/dvitomp.man1.pdf
%doc %{_mandir}/man1/mpost.1*
%doc %{_texmfdistdir}/doc/man/man1/mpost.man1.pdf
%doc %{_texmfdistdir}/doc/metapost/base/grdemo-doc.pdf
%doc %{_texmfdistdir}/doc/metapost/base/grdemo.pdf
%doc %{_texmfdistdir}/doc/metapost/base/index.html
%doc %{_texmfdistdir}/doc/metapost/base/mpboxes.pdf
%doc %{_texmfdistdir}/doc/metapost/base/mpgraph.pdf
%doc %{_texmfdistdir}/doc/metapost/base/mpintro.pdf
%doc %{_texmfdistdir}/doc/metapost/base/mplibapi.pdf
%doc %{_texmfdistdir}/doc/metapost/base/mpman.pdf
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/Makefile
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/README
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/TODO
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/agepop91.d
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/agepopm.d
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/charts.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/cm2lm.map
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/countries.d
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/ctabbing.sty
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/demo.ms
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/energy.d
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/figs.1
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/figs.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/grdemo-doc.ms
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/grdemo-doc.ps
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/grdemo.eps
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/grdemo.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/grdemo.ms
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/lead.d
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/matmul.d
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpboxes.bib
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpboxes.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpboxes.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpgraph.bib
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpgraph.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpgraph.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mplibapi.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman-app-legacy.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman-app-optab.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman-app-refman.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman-charts.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman.bib
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman.ist
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/timepop.d
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/Makefile
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/abstract.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/annulus.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/arrows.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/biblio.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/circles.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/commands.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/compilation.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/conclusion.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/data.d
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/data.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/data.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/draw.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/draw.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/fill.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/fill.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/graph.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/inclusion.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/intro.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/label.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/label.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/mpintro.bib
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/mpintro.ltx
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/paperclip.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/parabola.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/previewer.eps
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/previewer.pdf
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/previewer.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.803-6
+ Revision: 752ebab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20739 |14mr|texlive-metapost-examples-20080420-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/metapost/examples
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-metapost-examples
Version:	20080420
Release:	3
Summary:	Example drawings using MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/metapost/examples
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metapost-examples.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metapost-examples.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
These are a few (hundred) example pictures drawn with MetaPost,
ranging from very simple (lines and circles) to rather
intricate (uncommon geometric transformations, fractals,
bitmap, etc).

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/metapost/metapost-examples/Makefile
%doc %{_texmfdistdir}/doc/metapost/metapost-examples/README
%doc %{_texmfdistdir}/doc/metapost/metapost-examples/data1
%doc %{_texmfdistdir}/doc/metapost/metapost-examples/data2
%doc %{_texmfdistdir}/doc/metapost/metapost-examples/data3
%doc %{_texmfdistdir}/doc/metapost/metapost-examples/examples.mp
%doc %{_texmfdistdir}/doc/metapost/metapost-examples/mp2html.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080420-3
+ Revision: 6345fb6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20740 |14mr|texlive-metatex-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/metatex
# catalog-date 2007-01-09 22:36:10 +0100
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-metatex
Version:	1.1
Release:	3
Summary:	Incorporate MetaFont pictures in TeX source
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/metatex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metatex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
METATeX is a set of plain TeX and MetaFont macros that you can
use to define both the text and the figures in a single source
file. Because METATeX sets up two way communication, from TeX
to MetaFont and back from MetaFont to TeX, drawing dimensions
can be controlled by TeX and labels can be located by MetaFont.
Only standard features of TeX and MetaFont are used, but two
runs of TeX and one of MetaFont are needed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/metatex/metatex.tex
%doc %{_texmfdistdir}/doc/plain/metatex/README
%doc %{_texmfdistdir}/doc/plain/metatex/gpl.txt
%doc %{_texmfdistdir}/doc/plain/metatex/mtmp2pdf.tex
%doc %{_texmfdistdir}/doc/plain/metatex/mtpaper.pdf
%doc %{_texmfdistdir}/doc/plain/metatex/mtpaper/delay.mf
%doc %{_texmfdistdir}/doc/plain/metatex/mtpaper/diagram.tex
%doc %{_texmfdistdir}/doc/plain/metatex/mtpaper/frame.tex
%doc %{_texmfdistdir}/doc/plain/metatex/mtpaper/mtpaper.tex
%doc %{_texmfdistdir}/doc/plain/metatex/mtpaper/shadow.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: e928b9e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20741 |14mr|texlive-metauml-0.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19692
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/metauml
# catalog-date 2010-07-30 13:14:18 +0200
# catalog-license gpl
# catalog-version 0.2.5
Name:		texlive-metauml
Version:	0.2.5
Release:	3
Summary:	MetaPost library for typesetting UML diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/metauml
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metauml.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metauml.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MetaUML is a MetaPost library for typesetting UML diagrams,
which provides a usable, human-friendly textual notation for
UML, offering now support for class, package, activity, state,
and use case diagrams.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/metauml/metauml.mp
%{_texmfdistdir}/metapost/metauml/metauml_activity.mp
%{_texmfdistdir}/metapost/metauml/metauml_base.mp
%{_texmfdistdir}/metapost/metauml/metauml_behavioral_common.mp
%{_texmfdistdir}/metapost/metauml/metauml_class.mp
%{_texmfdistdir}/metapost/metauml/metauml_class_assoc.mp
%{_texmfdistdir}/metapost/metauml/metauml_class_clipart.mp
%{_texmfdistdir}/metapost/metauml/metauml_class_relations.mp
%{_texmfdistdir}/metapost/metauml/metauml_component.mp
%{_texmfdistdir}/metapost/metauml/metauml_component_relations.mp
%{_texmfdistdir}/metapost/metauml/metauml_defaults.mp
%{_texmfdistdir}/metapost/metauml/metauml_instance.mp
%{_texmfdistdir}/metapost/metauml/metauml_links.mp
%{_texmfdistdir}/metapost/metauml/metauml_note.mp
%{_texmfdistdir}/metapost/metauml/metauml_package.mp
%{_texmfdistdir}/metapost/metauml/metauml_package_relations.mp
%{_texmfdistdir}/metapost/metauml/metauml_paths.mp
%{_texmfdistdir}/metapost/metauml/metauml_skin_simple.mp
%{_texmfdistdir}/metapost/metauml/metauml_state.mp
%{_texmfdistdir}/metapost/metauml/metauml_stereotype.mp
%{_texmfdistdir}/metapost/metauml/metauml_templates.mp
%{_texmfdistdir}/metapost/metauml/metauml_usecase.mp
%{_texmfdistdir}/metapost/metauml/metauml_usecase_clipart.mp
%{_texmfdistdir}/metapost/metauml/util_commons.mp
%{_texmfdistdir}/metapost/metauml/util_group.mp
%{_texmfdistdir}/metapost/metauml/util_infrastructure.mp
%{_texmfdistdir}/metapost/metauml/util_log.mp
%{_texmfdistdir}/metapost/metauml/util_margins.mp
%{_texmfdistdir}/metapost/metauml/util_object.mp
%{_texmfdistdir}/metapost/metauml/util_picture.mp
%{_texmfdistdir}/metapost/metauml/util_picture_stack.mp
%{_texmfdistdir}/metapost/metauml/util_positioning.mp
%{_texmfdistdir}/metapost/metauml/util_shade.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/README
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/activity.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/activity_diagrams.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/appetizer.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/boxes_vs_util.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/class.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/class_association.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/class_customization.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/class_customization2.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/class_diagrams.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/class_templates.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/cliparts.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/component.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/group.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/how-links-work.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/instance.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/mptextmp.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/mptrace.tmp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/note.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/object_stack.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/package.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/paths.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/paths_man.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/picture_info.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/picture_stack.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/positioning.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/properties.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/state.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/statemachine_diagrams.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_activity.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_class.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_class_qual_assoc.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_class_templates.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_component.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_font.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_group.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_instance.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_lars_issues.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_lowlevel.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_note.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_package.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_paths.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_picture.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_picture_stack.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_picture_tex_rendering.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_positioning.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_skins.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_skins_global_defaults.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_state.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_usecase.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/usecase.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/usecase_diagrams.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/gnu-fdl.tex
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/macro.tex
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/metauml_manual.tex
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/my-bib.bib
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/test.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/test_suite.tex
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual_0.2.5.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.5-3
+ Revision: 8716a99
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20742 |14mr|texlive-method-20100314-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17485
# category Package
# catalog-ctan /macros/latex/contrib/method
# catalog-date 2010-03-14 23:46:18 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-method
Version:	20100314
Release:	3
Summary:	Typeset method and variable declarations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/method
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/method.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/method.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/method.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This LaTeX package supports the typesetting of programming
language method and variable declarations. It includes an
option to typeset in French.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/method/method.sty
%doc %{_texmfdistdir}/doc/latex/method/README
%doc %{_texmfdistdir}/doc/latex/method/method.pdf
%doc %{_texmfdistdir}/doc/latex/method/methtest.tex
#- source
%doc %{_texmfdistdir}/source/latex/method/Makefile
%doc %{_texmfdistdir}/source/latex/method/method.dtx
%doc %{_texmfdistdir}/source/latex/method/method.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100314-3
+ Revision: efd09d7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20743 |14mr|texlive-metre-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18489
# category Package
# catalog-ctan /macros/latex/contrib/metre
# catalog-date 2007-03-09 22:25:45 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-metre
Version:	1.0
Release:	3
Summary:	Support for the work of classicists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/metre
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metre.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metre.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metre.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides classicists with some of the tools that
are needed for typesetting scholarly publications dealing with
Greek and Latin texts, with special emphasis on Greek verse. As
the package's name suggests, its core is a comprehensive set of
commands for generating metrical schemes and for placing
prosodical marks on text set in the Latin or the Greek
alphabet. The rest of the package provides a miscellany of
commands for symbols (most of them not directly related to
metre) that are often used in critical editions of classical
texts. The package does not require any special font: all
symbols are taken from the Computer Modern fonts (which are
included in all TeX distributions) and the package's commands
are based on TeX primitives.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/metre/metre.sty
%doc %{_texmfdistdir}/doc/latex/metre/README
%doc %{_texmfdistdir}/doc/latex/metre/demo.pdf
%doc %{_texmfdistdir}/doc/latex/metre/demo.tex
%doc %{_texmfdistdir}/doc/latex/metre/greek1.tex
%doc %{_texmfdistdir}/doc/latex/metre/greek2.tex
%doc %{_texmfdistdir}/doc/latex/metre/greek3.tex
%doc %{_texmfdistdir}/doc/latex/metre/igreek1.tex
%doc %{_texmfdistdir}/doc/latex/metre/igreek2.tex
%doc %{_texmfdistdir}/doc/latex/metre/igreek3.tex
%doc %{_texmfdistdir}/doc/latex/metre/metre.pdf
#- source
%doc %{_texmfdistdir}/source/latex/metre/metre.dtx
%doc %{_texmfdistdir}/source/latex/metre/metre.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 45a00e4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20744 |14mr|texlive-metrix-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31425
# category Package
# catalog-ctan /macros/latex/contrib/metrix
# catalog-date 2013-08-13 17:10:37 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-metrix
Version:	1.0
Release:	6
Summary:	Typeset metric marks for Latin text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/metrix
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metrix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metrix.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metrix.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package may be used to type the prosodics/metrics of
(latin) verse; it provides macros to typeset the symbols
standing alone, and in combination with symbols, giving
automatic alignment. The package requires tikz (including the
calc library, and the xparse package (thus also requiring the
experimental LaTeX 3 environment).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/metrix/metrix.sty
%doc %{_texmfdistdir}/doc/latex/metrix/README
%doc %{_texmfdistdir}/doc/latex/metrix/metrix.pdf
#- source
%doc %{_texmfdistdir}/source/latex/metrix/metrix.dtx
%doc %{_texmfdistdir}/source/latex/metrix/metrix.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 1f20bb1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20745 |14mr|texlive-mex-1.05-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22650
# category Package
# catalog-ctan /language/polish/mex105.zip
# catalog-date 2011-04-11 12:20:39 +0200
# catalog-license pd
# catalog-version 1.05
Name:		texlive-mex
Version:	1.05
Release:	4
Summary:	Polish formats for TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/polish/mex105.zip
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-pl
Requires:	texlive-hyphen-polish
Requires:	texlive-pdftex
Requires:	texlive-tex
Requires:	texlive-mex.bin

%description
MeX is an adaptation of Plain TeX (MeX) and LaTeX209 (LaMeX)
formats to the Polish language and to Polish printing customs.
It contains a complete set of Metafont sources of Polish fonts,
hyphenation rules for the Polish language and sources of
formats.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/mex/base/lamex.tex
%{_texmfdistdir}/tex/mex/base/mex.tex
%{_texmfdistdir}/tex/mex/base/mex1.tex
%{_texmfdistdir}/tex/mex/base/mex2.tex
%{_texmfdistdir}/tex/mex/base/mexconf.tex
%{_texmfdistdir}/tex/mex/config/mex.ini
%{_texmfdistdir}/tex/mex/config/pdfmex.ini
%_texmf_fmtutil_d/mex
%doc %{_texmfdistdir}/doc/mex/base/00readme
%doc %{_texmfdistdir}/doc/mex/base/mex.html
%doc %{_texmfdistdir}/doc/mex/base/mexinfo.eng
%doc %{_texmfdistdir}/doc/mex/base/mexinfo.pol
%doc %{_texmfdistdir}/doc/mex/base/qq.eps
%doc %{_texmfdistdir}/doc/mex/base/tstmex.tex
#- source
%doc %{_texmfdistdir}/source/mex/base/eminst.zip
%doc %{_texmfdistdir}/source/mex/base/istyles.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/mex <<EOF
#
# from mex:
mex pdftex mexconf.tex -translate-file=cp227.tcx *mex.ini
pdfmex pdftex mexconf.tex -translate-file=cp227.tcx *pdfmex.ini
utf8mex pdftex mexconf.tex -enc *utf8mex.ini
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.05-4
+ Revision: a84168c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20746 |14mr|texlive-mf2pt1-20111028-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		texmfdistdir		%{_datadir}/texmf-dist

Name:		texlive-mf2pt1
Version:	20111028
Release:	2
Summary:	Produce PostScript Type 1 fonts from Metafont source
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/mf2pt1
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mf2pt1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mf2pt1.doc.tar.xz
BuildArch:	noarch

%post
%{_bindir}/mktexlsr %{_datadir}/texmf-dist

%postun
if [ $1 -eq 0 ]; then
    %{_bindir}/mktexlsr %{_datadir}/texmf-dist
fi

%description
mf2pt1 facilitates producing PostScript Type 1 fonts from a Metafont
source file.  mf2pt1's advantage over tools such as TeXtrace and
mftrace is that it does not rely on bitmap tracing and therefore can
produce higher-quality Type 1 fonts than trace-based tools.  The catch
is that mf2pt1 imposes a number of restrictions on the Metafont input
so it is not, as the name may imply, an automatic converter of
arbitrary Metafont fonts to Type 1 format.

%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

mkdir -p %{buildroot}%{_infodir}
install -m644 texmf/doc/info/mf2pt1.info %{buildroot}%{_infodir}

mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{texmfdistdir}/scripts/mf2pt1/mf2pt1.pl mf2pt1
popd

%files
%{_bindir}/mf2pt1
%{texmfdistdir}/scripts/mf2pt1
%{texmfdistdir}/metapost/mf2pt1
%doc %{_infodir}/mf2pt1.info*
%doc %{texmfdistdir}/doc/support/mf2pt1



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111028-2
+ Revision: d2b66b2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20747 |14mr|texlive-mflogo-20100314-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17487
# category Package
# catalog-ctan /macros/latex/contrib/mflogo
# catalog-date 2010-03-14 23:46:18 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-mflogo
Version:	20100314
Release:	3
Summary:	LaTeX support for MetaFont logo fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mflogo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mflogo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mflogo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mflogo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX package and font definition file to access the Knuthian
mflogo fonts described in 'The MetaFontbook' and to typeset
MetaFont logos in LaTeX documents.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/hoekwater/mflogo/logo10.afm
%{_texmfdistdir}/fonts/afm/hoekwater/mflogo/logo8.afm
%{_texmfdistdir}/fonts/afm/hoekwater/mflogo/logo9.afm
%{_texmfdistdir}/fonts/afm/hoekwater/mflogo/logobf10.afm
%{_texmfdistdir}/fonts/afm/hoekwater/mflogo/logod10.afm
%{_texmfdistdir}/fonts/afm/hoekwater/mflogo/logosl10.afm
%{_texmfdistdir}/fonts/afm/hoekwater/mflogo/logosl8.afm
%{_texmfdistdir}/fonts/afm/hoekwater/mflogo/logosl9.afm
%{_texmfdistdir}/fonts/map/dvips/mflogo/mflogo.map
%{_texmfdistdir}/fonts/source/public/mflogo/flogo.mf
%{_texmfdistdir}/fonts/source/public/mflogo/logo.mf
%{_texmfdistdir}/fonts/source/public/mflogo/logo10.mf
%{_texmfdistdir}/fonts/source/public/mflogo/logo8.mf
%{_texmfdistdir}/fonts/source/public/mflogo/logo9.mf
%{_texmfdistdir}/fonts/source/public/mflogo/logobf10.mf
%{_texmfdistdir}/fonts/source/public/mflogo/logod10.mf
%{_texmfdistdir}/fonts/source/public/mflogo/logosl10.mf
%{_texmfdistdir}/fonts/source/public/mflogo/logosl8.mf
%{_texmfdistdir}/fonts/source/public/mflogo/logosl9.mf
%{_texmfdistdir}/fonts/source/public/mflogo/nlogo.mf
%{_texmfdistdir}/fonts/source/public/mflogo/sklogo.mf
%{_texmfdistdir}/fonts/tfm/public/mflogo/logo10.tfm
%{_texmfdistdir}/fonts/tfm/public/mflogo/logo8.tfm
%{_texmfdistdir}/fonts/tfm/public/mflogo/logo9.tfm
%{_texmfdistdir}/fonts/tfm/public/mflogo/logobf10.tfm
%{_texmfdistdir}/fonts/tfm/public/mflogo/logod10.tfm
%{_texmfdistdir}/fonts/tfm/public/mflogo/logosl10.tfm
%{_texmfdistdir}/fonts/tfm/public/mflogo/logosl8.tfm
%{_texmfdistdir}/fonts/tfm/public/mflogo/logosl9.tfm
%{_texmfdistdir}/fonts/type1/hoekwater/mflogo/logo10.pfb
%{_texmfdistdir}/fonts/type1/hoekwater/mflogo/logo8.pfb
%{_texmfdistdir}/fonts/type1/hoekwater/mflogo/logo9.pfb
%{_texmfdistdir}/fonts/type1/hoekwater/mflogo/logobf10.pfb
%{_texmfdistdir}/fonts/type1/hoekwater/mflogo/logod10.pfb
%{_texmfdistdir}/fonts/type1/hoekwater/mflogo/logosl10.pfb
%{_texmfdistdir}/fonts/type1/hoekwater/mflogo/logosl8.pfb
%{_texmfdistdir}/fonts/type1/hoekwater/mflogo/logosl9.pfb
%{_texmfdistdir}/tex/latex/mflogo/mflogo.sty
%{_texmfdistdir}/tex/latex/mflogo/ulogo.fd
%doc %{_texmfdistdir}/doc/latex/mflogo/mflogo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mflogo/CATALOGUE
%doc %{_texmfdistdir}/source/latex/mflogo/Makefile
%doc %{_texmfdistdir}/source/latex/mflogo/README
%doc %{_texmfdistdir}/source/latex/mflogo/mflogo.dtx
%doc %{_texmfdistdir}/source/latex/mflogo/mflogo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100314-3
+ Revision: 1361fb0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20748 |14mr|texlive-mfnfss-20100712-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19410
# category Package
# catalog-ctan /macros/latex/contrib/mfnfss
# catalog-date 2010-07-12 11:01:48 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-mfnfss
Version:	20100712
Release:	3
Summary:	Packages to typeset oldgerman and pandora fonts in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mfnfss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfnfss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfnfss.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfnfss.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle contains two packages: - oldgerm, a package to
typeset with old german fonts designed by Yannis Haralambous. -
pandora, a package to typeset with Pandora fonts designed by
Neena Billawala. Note that support for the Pandora fonts is
also available via the pandora-latex package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mfnfss/oldgerm.sty
%{_texmfdistdir}/tex/latex/mfnfss/ot1panr.fd
%{_texmfdistdir}/tex/latex/mfnfss/ot1pss.fd
%{_texmfdistdir}/tex/latex/mfnfss/pandora.sty
%{_texmfdistdir}/tex/latex/mfnfss/uyfrak.fd
%{_texmfdistdir}/tex/latex/mfnfss/uygoth.fd
%{_texmfdistdir}/tex/latex/mfnfss/uyinit.fd
%{_texmfdistdir}/tex/latex/mfnfss/uyswab.fd
%doc %{_texmfdistdir}/doc/latex/mfnfss/changes.txt
%doc %{_texmfdistdir}/doc/latex/mfnfss/manifest.txt
%doc %{_texmfdistdir}/doc/latex/mfnfss/oldgerm.pdf
%doc %{_texmfdistdir}/doc/latex/mfnfss/readme.txt
#- source
%doc %{_texmfdistdir}/source/latex/mfnfss/oldgerm.dtx
%doc %{_texmfdistdir}/source/latex/mfnfss/oldgerm.ins
%doc %{_texmfdistdir}/source/latex/mfnfss/pandora.dtx
%doc %{_texmfdistdir}/source/latex/mfnfss/pandora.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100712-3
+ Revision: d61dbd1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20749 |14mr|texlive-mfpic-1.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28444
# category Package
# catalog-ctan /graphics/mfpic
# catalog-date 2012-12-04 16:44:12 +0100
# catalog-license lppl1.3
# catalog-version 1.10
Name:		texlive-mfpic
Version:	1.10
Release:	6
Summary:	Draw Metafont/post pictures from (La)TeX commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/mfpic
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Mfpic is a scheme for producing pictures from (La)TeX commands.
Commands \mfpic and \endmfpic (in LaTeX, the mfpic environment)
enclose a group in which drawing commands may be placed. The
commands generate a Meta-language file, which may be processed
by Metapost (or even Metafont). The resulting image file will
be read back in to the document to place the picture at the
point where the original (La)TeX commands appeared. Note that
the ability to use Metapost here means that the package works
equally well in LaTeX and PDFLaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metafont/mfpic/grafbase.mf
%{_texmfdistdir}/metapost/mfpic/dvipsnam.mp
%{_texmfdistdir}/metapost/mfpic/grafbase.mp
%{_texmfdistdir}/tex/generic/mfpic/mfpic.sty
%{_texmfdistdir}/tex/generic/mfpic/mfpic.tex
%{_texmfdistdir}/tex/generic/mfpic/mfpicdef.tex
%doc %{_texmfdistdir}/doc/generic/mfpic/README
%doc %{_texmfdistdir}/doc/generic/mfpic/changes.txt
%doc %{_texmfdistdir}/doc/generic/mfpic/coil.mps
%doc %{_texmfdistdir}/doc/generic/mfpic/examples/data.dat
%doc %{_texmfdistdir}/doc/generic/mfpic/examples/forfun.tex
%doc %{_texmfdistdir}/doc/generic/mfpic/examples/lapictures.tex
%doc %{_texmfdistdir}/doc/generic/mfpic/examples/pictures.tex
%doc %{_texmfdistdir}/doc/generic/mfpic/install.txt
%doc %{_texmfdistdir}/doc/generic/mfpic/lcheadings.ist
%doc %{_texmfdistdir}/doc/generic/mfpic/mfpcard.pdf
%doc %{_texmfdistdir}/doc/generic/mfpic/mfpcard.tex
%doc %{_texmfdistdir}/doc/generic/mfpic/mfpdoc.sty
%doc %{_texmfdistdir}/doc/generic/mfpic/mfpguide.pdf
%doc %{_texmfdistdir}/doc/generic/mfpic/mfpguide.tex
%doc %{_texmfdistdir}/doc/generic/mfpic/mfpic-doc.pdf
%doc %{_texmfdistdir}/doc/generic/mfpic/mfpic-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/mfpic/grafbase.dtx
%doc %{_texmfdistdir}/source/generic/mfpic/mfpic.dtx
%doc %{_texmfdistdir}/source/generic/mfpic/mfpic.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metafont metapost tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10-6
+ Revision: d1e6204
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20750 |14mr|texlive-mfpic4ode-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17745
# category Package
# catalog-ctan /macros/latex/contrib/mfpic4ode
# catalog-date 2010-04-07 19:03:48 +0200
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-mfpic4ode
Version:	0.4
Release:	3
Summary:	Macros to draw direction fields and solutions of ODEs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mfpic4ode
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic4ode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic4ode.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic4ode.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is a small set of macros for drawing direction
fields, phase portraits and trajectories of differential
equations and two dimensional autonomous systems. The Euler,
Runge-Kutta and 4th order Runge-Kutta algorithms are available
to solve the ODEs. The picture is translated into mfpic macros
and MetaPost is used to create the final drawing. The package
is was designed for use with LaTeX, but it can be used in plain
TeX as well. Online demonstration of the mfpic4ode macros is
available on the Mfpic Previewer as Example 6.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mfpic4ode/mfpic4ode.sty
%{_texmfdistdir}/tex/latex/mfpic4ode/mfpic4ode.tex
%doc %{_texmfdistdir}/doc/latex/mfpic4ode/README
%doc %{_texmfdistdir}/doc/latex/mfpic4ode/demo/demo-plain.pdf
%doc %{_texmfdistdir}/doc/latex/mfpic4ode/demo/demo-plain.tex
%doc %{_texmfdistdir}/doc/latex/mfpic4ode/demo/demo.pdf
%doc %{_texmfdistdir}/doc/latex/mfpic4ode/demo/demo.tex
%doc %{_texmfdistdir}/doc/latex/mfpic4ode/mfpic4ode.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mfpic4ode/mfpic4ode.dtx
%doc %{_texmfdistdir}/source/latex/mfpic4ode/mfpic4ode.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-3
+ Revision: 45dd25b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20751 |14mr|texlive-mftinc-1.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mftinc
# catalog-date 2007-01-11 00:21:49 +0100
# catalog-license lppl
# catalog-version 1.0a
Name:		texlive-mftinc
Version:	1.0a
Release:	3
Summary:	Pretty-print Metafont source
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mftinc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mftinc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mftinc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mftinc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The mft program pretty-prints Metafont source code into a TeX
file. The mftinc package facilitates incorporating such files
into a LaTeX2e document. In addition, mftinc provides routines
for improved comment formatting and for typesetting font
tables.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mftinc/mftinc.sty
%doc %{_texmfdistdir}/doc/latex/mftinc/README
%doc %{_texmfdistdir}/doc/latex/mftinc/mftinc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mftinc/mftinc.dtx
%doc %{_texmfdistdir}/source/latex/mftinc/mftinc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-3
+ Revision: 907fab5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20752 |14mr|texlive-mftoeps-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-mftoeps
Version:	20111103
Release:	3
Summary:	TeXLive mftoeps package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mftoeps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mftoeps.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive mftoeps package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metafont/mftoeps/mftoeps.mf
#- source
%doc %{_texmfdistdir}/source/metafont/mftoeps/0mftoeps.doc
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/0m2esamp.doc
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/clipcir.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/clipsqu.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/holeclip.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/holeclip.tex
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/holefill.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/polygons.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/rectan.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/rectan_.bat
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample1a.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample1b.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample2a.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample2b.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample2c.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample2d.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample2e.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample3.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample4.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample5.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/stereo.mf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metafont source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: 7691fd8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20753 |14mr|texlive-mfware-20120624-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /systems/knuth/dist/mfware
# catalog-date 2012-06-24 11:08:44 +0200
# catalog-license knuth
# catalog-version undef
Name:		texlive-mfware
Version:	20120624
Release:	6
Summary:	Supporting tools for use with Metafont
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/knuth/dist/mfware
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfware.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfware.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-mfware.bin

%description
A collection of programs (as web source) for processing the
output of Metafont.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/mft/base/README
%{_texmfdistdir}/mft/base/cmbase.mft
%{_texmfdistdir}/mft/base/e.mft
%{_texmfdistdir}/mft/base/mplain.mft
%{_texmfdistdir}/mft/base/pl.mft
%{_texmfdistdir}/mft/base/plain.mft
%doc %{_mandir}/man1/gftodvi.1*
%doc %{_texmfdistdir}/doc/man/man1/gftodvi.man1.pdf
%doc %{_mandir}/man1/gftopk.1*
%doc %{_texmfdistdir}/doc/man/man1/gftopk.man1.pdf
%doc %{_mandir}/man1/gftype.1*
%doc %{_texmfdistdir}/doc/man/man1/gftype.man1.pdf
%doc %{_mandir}/man1/mft.1*
%doc %{_texmfdistdir}/doc/man/man1/mft.man1.pdf
%doc %{_mandir}/man1/pktogf.1*
%doc %{_texmfdistdir}/doc/man/man1/pktogf.man1.pdf
%doc %{_mandir}/man1/pktype.1*
%doc %{_texmfdistdir}/doc/man/man1/pktype.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120624-6
+ Revision: 13534c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20754 |14mr|texlive-mh-20130317-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29420
# category Package
# catalog-ctan /macros/latex/contrib/mh
# catalog-date 2013-03-17 00:29:52 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-mh
Version:	20130317
Release:	6
Summary:	The MH bundle
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mh
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mh.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mh.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The mh bundle is a series of packages designed to enhance the
appearance of documents containing a lot of math. The main
backbone is amsmath, so those unfamiliar with this required
part of the LaTeX system will probably not find the packages
very useful. Component parts of the bundle are: breqn, empheq,
flexisym, mathstyle and mathtools, mhsetup, The empheq package
is a visual markup extension of amsmath. Empheq allows
sophisticated boxing and other marking of multi-line maths
displays, and fixes problems with the way that the ntheorem
package places end-of-theorem markers. The mathtools package
provides many useful tools for mathematical typesetting. It
fixes various deficiencies of amsmath and standard LaTeX. The
mhsetup package defines various programming tools needed by
both empheq and mathtools. The breqn package makes more easy
the business of preparing displayed equations in LaTeX,
including permitting automatic line-breaking within displayed
equations. (Breqn uses the mathstyle package to keep track of
the current maths typesetting style, something that raw TeX
hides from the programmer.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mh/breqn.sty
%{_texmfdistdir}/tex/latex/mh/cmbase.sym
%{_texmfdistdir}/tex/latex/mh/empheq.sty
%{_texmfdistdir}/tex/latex/mh/flexisym.sty
%{_texmfdistdir}/tex/latex/mh/mathpazo.sym
%{_texmfdistdir}/tex/latex/mh/mathptmx.sym
%{_texmfdistdir}/tex/latex/mh/mathstyle.sty
%{_texmfdistdir}/tex/latex/mh/mathtools.sty
%{_texmfdistdir}/tex/latex/mh/mhsetup.sty
%{_texmfdistdir}/tex/latex/mh/msabm.sym
%doc %{_texmfdistdir}/doc/latex/mh/README
%doc %{_texmfdistdir}/doc/latex/mh/breqn-technotes.pdf
%doc %{_texmfdistdir}/doc/latex/mh/breqn.pdf
%doc %{_texmfdistdir}/doc/latex/mh/empheq.pdf
%doc %{_texmfdistdir}/doc/latex/mh/flexisym.pdf
%doc %{_texmfdistdir}/doc/latex/mh/mathstyle.pdf
%doc %{_texmfdistdir}/doc/latex/mh/mathtools.pdf
%doc %{_texmfdistdir}/doc/latex/mh/mhsetup.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mh/breqn-technotes.tex
%doc %{_texmfdistdir}/source/latex/mh/breqn.dtx
%doc %{_texmfdistdir}/source/latex/mh/empheq.dtx
%doc %{_texmfdistdir}/source/latex/mh/flexisym.dtx
%doc %{_texmfdistdir}/source/latex/mh/mathstyle.dtx
%doc %{_texmfdistdir}/source/latex/mh/mathtools.dtx
%doc %{_texmfdistdir}/source/latex/mh/mhsetup.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130317-6
+ Revision: 488fd04
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20755 |14mr|texlive-mhchem-20140202-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32850
# category Package
# catalog-ctan /macros/latex/contrib/mhchem
# catalog-date 2014-02-02 01:18:28 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-mhchem
Version:	20140202
Release:	2
Summary:	Typeset chemical formulae/equations and Risk and Safety phrases
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mhchem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mhchem.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides three packages: The mhchem package provides
commands for typesetting chemical molecular formulae and
equations. The hpstatement package provides commands for the
official hazard statements and precautionary statements (H and
P statements) that are used to label chemicals. The rsphrase
package provides commands for the official Risk and Safety (R
and S) Phrases that are used to label chemicals.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mhchem/hpstatement.sty
%{_texmfdistdir}/tex/latex/mhchem/mhchem.sty
%{_texmfdistdir}/tex/latex/mhchem/rsphrase.sty
%doc %{_texmfdistdir}/doc/latex/mhchem/README
%doc %{_texmfdistdir}/doc/latex/mhchem/lppl-1-3c.txt
%doc %{_texmfdistdir}/doc/latex/mhchem/manifest.txt
%doc %{_texmfdistdir}/doc/latex/mhchem/mhchem.pdf
%doc %{_texmfdistdir}/doc/latex/mhchem/mhchem.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20140202-2
+ Revision: 603383e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20756 |14mr|texlive-mhequ-1.61-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mhequ
# catalog-date 2008-05-01 20:41:51 +0200
# catalog-license other-free
# catalog-version 1.61
Name:		texlive-mhequ
Version:	1.61
Release:	3
Summary:	Multicolumn equations, tags, labels, sub-numbering
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mhequ
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mhequ.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mhequ.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MHequ simplifies creating multi-column equation environments,
and tagging the equations therein. It supports sub-numbers of
blocks of equations (like (1.2a), (1.2b), etc) and references
to each equation individually (1.2a) or to the whole block
(1.2). The labels can be shown in draft mode. Comments in the
package itself describe usage.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mhequ/mhequ.sty
%doc %{_texmfdistdir}/doc/latex/mhequ/example.pdf
%doc %{_texmfdistdir}/doc/latex/mhequ/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.61-3
+ Revision: b2a2954
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20757 |14mr|texlive-microtype-2.5a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30755
# category Package
# catalog-ctan /macros/latex/contrib/microtype
# catalog-date 2013-05-26 21:18:14 +0200
# catalog-license lppl
# catalog-version 2.5a
Name:		texlive-microtype
Version:	2.5a
Release:	6
Summary:	Subliminal refinements towards typographical perfection
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/microtype
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/microtype.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/microtype.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/microtype.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a LaTeX interface to the micro-typographic
extensions that were introduced by pdfTeX and have since also
propagated to XeTeX and LuaTeX: most prominently, character
protrusion and font expansion, furthermore the adjustment of
interword spacing and additional kerning, as well as
hyphenatable letterspacing (tracking) and the possibility to
disable all or selected ligatures. These features may be
applied to customisable sets of fonts, and all micro-
typographic aspects of the fonts can be configured in a
straight-forward and flexible way. Settings for various fonts
are provided. Note that character protrusion requires pdfTeX,
LuaTeX, or XeTeX. Font expansion works with pdfTeX or LuaTeX.
The package will by default enable protrusion and expansion if
they can safely be assumed to work. Disabling ligatures
requires pdfTeX or LuaTeX, while the adjustment of interword
spacing and of kerning only works with pdfTeX. Letterspacing is
available with pdfTeX or LuaTeX. The alternative package
`letterspace', which also works with plain TeX, provides the
user commands for letterspacing only, omitting support for all
other extensions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/microtype/letterspace.sty
%{_texmfdistdir}/tex/latex/microtype/microtype-luatex.def
%{_texmfdistdir}/tex/latex/microtype/microtype-pdftex.def
%{_texmfdistdir}/tex/latex/microtype/microtype-xetex.def
%{_texmfdistdir}/tex/latex/microtype/microtype.cfg
%{_texmfdistdir}/tex/latex/microtype/microtype.lua
%{_texmfdistdir}/tex/latex/microtype/microtype.sty
%{_texmfdistdir}/tex/latex/microtype/mt-CharisSIL.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-LatinModernRoman.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-PalatinoLinotype.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-bch.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-blg.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-cmr.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-euf.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-eur.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-euroitc.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-eus.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-msa.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-msb.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-mvs.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-pad.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-pmn.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-ppl.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-ptm.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-ugm.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-zpeu.cfg
%doc %{_texmfdistdir}/doc/latex/microtype/README
%doc %{_texmfdistdir}/doc/latex/microtype/microtype.pdf
%doc %{_texmfdistdir}/doc/latex/microtype/test-microtype.tex
#- source
%doc %{_texmfdistdir}/source/latex/microtype/microtype-utf.dtx
%doc %{_texmfdistdir}/source/latex/microtype/microtype.dtx
%doc %{_texmfdistdir}/source/latex/microtype/microtype.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5a-6
+ Revision: 3d511c9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20758 |14mr|texlive-microtype-de-2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24549
# category Package
# catalog-ctan /info/translations/microtype/de
# catalog-date 2011-04-03 23:29:51 +0200
# catalog-license lppl1.3
# catalog-version 2.4
Name:		texlive-microtype-de
Version:	2.4
Release:	4
Summary:	Translation into German of the documentation of microtype
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/microtype/de
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/microtype-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/microtype-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive microtype-de package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/microtype-de/microtype-DE.dtx
%doc %{_texmfdistdir}/doc/latex/microtype-de/microtype-DE.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-4
+ Revision: 81dade5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20759 |14mr|texlive-midnight-20081109-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/midnight
# catalog-date 2008-11-09 11:56:27 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-midnight
Version:	20081109
Release:	3
Summary:	A set of useful macro tools
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/midnight
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/midnight.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/midnight.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Included are: - quire: making booklets, etc.; - gloss:
vertically align words in consecutive sentences; - loop: a
looping construct; - dolines: 'meta'-macros to separate
arguments by newlines; - labels: address labels and bulk mail
letters; - styledef: selectively input part of a file; and -
border: borders around boxes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/midnight/border.tex
%{_texmfdistdir}/tex/generic/midnight/dolines.tex
%{_texmfdistdir}/tex/generic/midnight/gloss.tex
%{_texmfdistdir}/tex/generic/midnight/labels.tex
%{_texmfdistdir}/tex/generic/midnight/loop.tex
%{_texmfdistdir}/tex/generic/midnight/quire.tex
%{_texmfdistdir}/tex/generic/midnight/styledef.tex
%doc %{_texmfdistdir}/doc/generic/midnight/README
%doc %{_texmfdistdir}/doc/generic/midnight/border.doc
%doc %{_texmfdistdir}/doc/generic/midnight/dolines.doc
%doc %{_texmfdistdir}/doc/generic/midnight/gloss.doc
%doc %{_texmfdistdir}/doc/generic/midnight/labels.doc
%doc %{_texmfdistdir}/doc/generic/midnight/loop.doc
%doc %{_texmfdistdir}/doc/generic/midnight/midnight.pdf
%doc %{_texmfdistdir}/doc/generic/midnight/quire.doc
%doc %{_texmfdistdir}/doc/generic/midnight/styledef.doc

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081109-3
+ Revision: bb47f42
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20760 |14mr|texlive-midpage-1.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17484
# category Package
# catalog-ctan /macros/latex/contrib/midpage
# catalog-date 2010-03-17 12:20:59 +0100
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-midpage
Version:	1.1a
Release:	3
Summary:	Environment for vertical centring
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/midpage
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/midpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/midpage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The environment will centre text, if immediately preceded and
followed by \clearpage.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/midpage/midpage.sty
%doc %{_texmfdistdir}/doc/latex/midpage/midpage.pdf
%doc %{_texmfdistdir}/doc/latex/midpage/midpage.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1a-3
+ Revision: 9aad808
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20761 |14mr|texlive-mil3-20110310-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21677
# category Package
# catalog-ctan /info/examples/mil3
# catalog-date 2011-03-10 20:26:29 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-mil3
Version:	20110310
Release:	3
Summary:	Samples from Math into LaTeX, third edition
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/mil3
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mil3.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mil3.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
Examples, samples and templates from the third edition of
Gratzer's book.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/mil3/README
%doc %{_texmfdistdir}/doc/latex/mil3/ams-alph.bst
%doc %{_texmfdistdir}/doc/latex/mil3/ams-pln.bst
%doc %{_texmfdistdir}/doc/latex/mil3/amsart.tpl
%doc %{_texmfdistdir}/doc/latex/mil3/article.tpl
%doc %{_texmfdistdir}/doc/latex/mil3/article2.tpl
%doc %{_texmfdistdir}/doc/latex/mil3/contents
%doc %{_texmfdistdir}/doc/latex/mil3/fonttbl.tex
%doc %{_texmfdistdir}/doc/latex/mil3/gallery.tex
%doc %{_texmfdistdir}/doc/latex/mil3/german.tex
%doc %{_texmfdistdir}/doc/latex/mil3/ggamsart.tpl
%doc %{_texmfdistdir}/doc/latex/mil3/ggart.tpl
%doc %{_texmfdistdir}/doc/latex/mil3/ggart2.tpl
%doc %{_texmfdistdir}/doc/latex/mil3/gratzer
%doc %{_texmfdistdir}/doc/latex/mil3/inbibl.tpl
%doc %{_texmfdistdir}/doc/latex/mil3/intrart.tex
%doc %{_texmfdistdir}/doc/latex/mil3/intrarti.tex
%doc %{_texmfdistdir}/doc/latex/mil3/lattice.sty
%doc %{_texmfdistdir}/doc/latex/mil3/letter.tex
%doc %{_texmfdistdir}/doc/latex/mil3/master.tex
%doc %{_texmfdistdir}/doc/latex/mil3/math.tex
%doc %{_texmfdistdir}/doc/latex/mil3/mathb.tex
%doc %{_texmfdistdir}/doc/latex/mil3/multline.tpl
%doc %{_texmfdistdir}/doc/latex/mil3/note1.tex
%doc %{_texmfdistdir}/doc/latex/mil3/note1b.tex
%doc %{_texmfdistdir}/doc/latex/mil3/note2.tex
%doc %{_texmfdistdir}/doc/latex/mil3/noteslug.tex
%doc %{_texmfdistdir}/doc/latex/mil3/sampart.tex
%doc %{_texmfdistdir}/doc/latex/mil3/sampartb.bib
%doc %{_texmfdistdir}/doc/latex/mil3/sampartb.tex
%doc %{_texmfdistdir}/doc/latex/mil3/sampartu.tex
%doc %{_texmfdistdir}/doc/latex/mil3/sample.html
%doc %{_texmfdistdir}/doc/latex/mil3/svsing2e.sty
%doc %{_texmfdistdir}/doc/latex/mil3/svsing6.cls
%doc %{_texmfdistdir}/doc/latex/mil3/template.bib
%doc %{_texmfdistdir}/doc/latex/mil3/textenv.tpl
%doc %{_texmfdistdir}/doc/latex/mil3/topmat.tpl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110310-3
+ Revision: 9553d87
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20762 |14mr|texlive-miller-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18789
# category Package
# catalog-ctan /macros/latex/contrib/miller
# catalog-date 2007-01-12 00:17:35 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-miller
Version:	1.2
Release:	3
Summary:	Typeset miller indices
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/miller
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/miller.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/miller.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/miller.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typeset miller indices, e.g., <1-20>, that are used in material
science with an easy syntax. Minus signs are printed as bar
above the corresponding number.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/miller/miller.sty
%doc %{_texmfdistdir}/doc/latex/miller/ChangeLog
%doc %{_texmfdistdir}/doc/latex/miller/Makefile
%doc %{_texmfdistdir}/doc/latex/miller/README
%doc %{_texmfdistdir}/doc/latex/miller/miller-v.tex
%doc %{_texmfdistdir}/doc/latex/miller/miller.pdf
%doc %{_texmfdistdir}/doc/latex/miller/millertest.tex
#- source
%doc %{_texmfdistdir}/source/latex/miller/miller.dtx
%doc %{_texmfdistdir}/source/latex/miller/miller.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 29b1dfc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20763 |14mr|texlive-minibox-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/minibox
# catalog-date 2009-05-06 13:59:23 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-minibox
Version:	0.1
Release:	3
Summary:	A simple type of box for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/minibox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minibox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minibox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minibox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This small package provides a convenient input syntax for boxes
that don't break their text over lines automatically, but do
allow manual line breaks. The boxes shrink to the natural width
of the longest line they contain.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/minibox/minibox.sty
%doc %{_texmfdistdir}/doc/latex/minibox/README
%doc %{_texmfdistdir}/doc/latex/minibox/minibox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/minibox/minibox.ins
%doc %{_texmfdistdir}/source/latex/minibox/minibox.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 5e62b2c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20764 |14mr|texlive-minifp-0.96-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32559
# category Package
# catalog-ctan /macros/generic/minifp
# catalog-date 2014-01-04 14:18:29 +0100
# catalog-license lppl1.3
# catalog-version 0.96
Name:		texlive-minifp
Version:	0.96
Release:	2
Summary:	Fixed-point real computations to 8 decimals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/minifp
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minifp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minifp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minifp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides basic arithmetic operations to 8 decimal
places for plain TeX or LaTeX. Results are exact when they fit
within the digit limits. Along with the basic package is an
optional extension that adds computation of sin, cos, log,
sqrt, exp, powers and angles. These are also exact when
theoretically possible and are otherwise accurate to at least 7
decimal places. In addition, the package provides a stack-based
programing environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/minifp/mfpextra.tex
%{_texmfdistdir}/tex/generic/minifp/minifp.sty
%doc %{_texmfdistdir}/doc/generic/minifp/README
%doc %{_texmfdistdir}/doc/generic/minifp/minifp.pdf
%doc %{_texmfdistdir}/doc/generic/minifp/test1.tex
%doc %{_texmfdistdir}/doc/generic/minifp/test2.tex
#- source
%doc %{_texmfdistdir}/source/generic/minifp/minifp.dtx
%doc %{_texmfdistdir}/source/generic/minifp/minifp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.96-2
+ Revision: 3cbb707
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20765 |14mr|texlive-minipage-marginpar-v0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/minipage-marginpar
# catalog-date 2008-04-09 16:44:20 +0200
# catalog-license lppl
# catalog-version v0.2
Name:		texlive-minipage-marginpar
Version:	v0.2
Release:	3
Summary:	Minipages with marginal notes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/minipage-marginpar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minipage-marginpar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minipage-marginpar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minipage-marginpar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows \marginpar-commands inside of minipages and
other boxes. (It takes another approach than marginnote by
Markus Kohm: it saves all \marginpar-commands and typesets them
outside (i.e., after) the box.) The package defines an
environment minipagewithmarginpars (to be used like minipage)--
and the internal commands may be used by other packages to
define similar environments or commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/minipage-marginpar/minipage-marginpar.sty
%{_texmfdistdir}/tex/latex/minipage-marginpar/mpgmpar.sty
%doc %{_texmfdistdir}/doc/latex/minipage-marginpar/README
%doc %{_texmfdistdir}/doc/latex/minipage-marginpar/minipage-marginpar.pdf
#- source
%doc %{_texmfdistdir}/source/latex/minipage-marginpar/minipage-marginpar.dtx
%doc %{_texmfdistdir}/source/latex/minipage-marginpar/minipage-marginpar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.2-3
+ Revision: bc545f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20766 |14mr|texlive-miniplot-20100314-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17483
# category Package
# catalog-ctan /macros/latex/contrib/miniplot
# catalog-date 2010-03-14 23:57:23 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-miniplot
Version:	20100314
Release:	3
Summary:	A package for easy figure arrangement
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/miniplot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/miniplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/miniplot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MiniPlot is a package to help the LaTeX user typeset EPS
figures using an easy-to-use interface. Figures can be arranged
as one-figure-only or as a collection of figures in columns and
rows which can itself contain sub-figures in columns and rows.
Wrapped figures are also supported. This package provides
commands to display a framebox instead of the figure as the
graphics package does already but additionally it writes useful
information such as the label and scaling factor into these
boxes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/miniplot/miniplot.sty
%doc %{_texmfdistdir}/doc/latex/miniplot/disclaimer.txt
%doc %{_texmfdistdir}/doc/latex/miniplot/documentation.zip
%doc %{_texmfdistdir}/doc/latex/miniplot/miniplot.pdf
%doc %{_texmfdistdir}/doc/latex/miniplot/miniplot.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100314-3
+ Revision: fbfabe7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20767 |14mr|texlive-minitoc-60-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16836
# category Package
# catalog-ctan /macros/latex/contrib/minitoc
# catalog-date 2009-05-26 00:38:29 +0200
# catalog-license lppl
# catalog-version 60
Name:		texlive-minitoc
Version:	60
Release:	3
Summary:	Produce a table of contents for each chapter, part or section
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/minitoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minitoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minitoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minitoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The minitoc package allows you to add mini-tables-of-contents
(minitocs) at the beginning of every chapter, part or section.
There is also provision for mini-lists of figures and of
tables. At the part level, they are parttocs, partlofs and
partlots. If the type of document does not use chapters, the
basic provision is section level secttocs, sectlofs and
sectlots. The package has provision for language-specific
configuration of its own "fixed names", using .mld files
(analagous to babel .ldf files that do that job for LaTeX"s own
fixed names).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/minitoc/en-mtc.bst
%{_texmfdistdir}/bibtex/bst/minitoc/fr-mtc.bst
%{_texmfdistdir}/makeindex/minitoc/minitoc-fr.ist
%{_texmfdistdir}/makeindex/minitoc/minitoc.ist
%{_texmfdistdir}/tex/latex/minitoc/UKenglish.mld
%{_texmfdistdir}/tex/latex/minitoc/USenglish.mld
%{_texmfdistdir}/tex/latex/minitoc/acadian.mld
%{_texmfdistdir}/tex/latex/minitoc/acadien.mld
%{_texmfdistdir}/tex/latex/minitoc/afrikaan.mld
%{_texmfdistdir}/tex/latex/minitoc/afrikaans.mld
%{_texmfdistdir}/tex/latex/minitoc/albanian.mld
%{_texmfdistdir}/tex/latex/minitoc/american.mld
%{_texmfdistdir}/tex/latex/minitoc/arab.mld
%{_texmfdistdir}/tex/latex/minitoc/arab2.mld
%{_texmfdistdir}/tex/latex/minitoc/arabi.mld
%{_texmfdistdir}/tex/latex/minitoc/arabic.mld
%{_texmfdistdir}/tex/latex/minitoc/armenian.mld
%{_texmfdistdir}/tex/latex/minitoc/australian.mld
%{_texmfdistdir}/tex/latex/minitoc/austrian.mld
%{_texmfdistdir}/tex/latex/minitoc/bahasa.mld
%{_texmfdistdir}/tex/latex/minitoc/bahasai.mld
%{_texmfdistdir}/tex/latex/minitoc/bahasam.mld
%{_texmfdistdir}/tex/latex/minitoc/bangla.mld
%{_texmfdistdir}/tex/latex/minitoc/basque.mld
%{_texmfdistdir}/tex/latex/minitoc/bengali.mld
%{_texmfdistdir}/tex/latex/minitoc/bicig.mld
%{_texmfdistdir}/tex/latex/minitoc/bicig2.mld
%{_texmfdistdir}/tex/latex/minitoc/bicig3.mld
%{_texmfdistdir}/tex/latex/minitoc/bithe.mld
%{_texmfdistdir}/tex/latex/minitoc/boldsc.sty
%{_texmfdistdir}/tex/latex/minitoc/brazil.mld
%{_texmfdistdir}/tex/latex/minitoc/brazilian.mld
%{_texmfdistdir}/tex/latex/minitoc/breton.mld
%{_texmfdistdir}/tex/latex/minitoc/british.mld
%{_texmfdistdir}/tex/latex/minitoc/bulgarian.mld
%{_texmfdistdir}/tex/latex/minitoc/bulgarianb.mld
%{_texmfdistdir}/tex/latex/minitoc/buryat.mld
%{_texmfdistdir}/tex/latex/minitoc/buryat2.mld
%{_texmfdistdir}/tex/latex/minitoc/canadian.mld
%{_texmfdistdir}/tex/latex/minitoc/canadien.mld
%{_texmfdistdir}/tex/latex/minitoc/castillan.mld
%{_texmfdistdir}/tex/latex/minitoc/castillian.mld
%{_texmfdistdir}/tex/latex/minitoc/catalan.mld
%{_texmfdistdir}/tex/latex/minitoc/chinese1.mld
%{_texmfdistdir}/tex/latex/minitoc/chinese1.mlo
%{_texmfdistdir}/tex/latex/minitoc/chinese2.mld
%{_texmfdistdir}/tex/latex/minitoc/chinese2.mlo
%{_texmfdistdir}/tex/latex/minitoc/croatian.mld
%{_texmfdistdir}/tex/latex/minitoc/czech.mld
%{_texmfdistdir}/tex/latex/minitoc/danish.mld
%{_texmfdistdir}/tex/latex/minitoc/dblaccnt.sty
%{_texmfdistdir}/tex/latex/minitoc/devanagari.mld
%{_texmfdistdir}/tex/latex/minitoc/dutch.mld
%{_texmfdistdir}/tex/latex/minitoc/english.mld
%{_texmfdistdir}/tex/latex/minitoc/english1.mld
%{_texmfdistdir}/tex/latex/minitoc/english2.mld
%{_texmfdistdir}/tex/latex/minitoc/esperant.mld
%{_texmfdistdir}/tex/latex/minitoc/esperanto.mld
%{_texmfdistdir}/tex/latex/minitoc/estonian.mld
%{_texmfdistdir}/tex/latex/minitoc/ethiopia.mld
%{_texmfdistdir}/tex/latex/minitoc/ethiopian.mld
%{_texmfdistdir}/tex/latex/minitoc/ethiopian2.mld
%{_texmfdistdir}/tex/latex/minitoc/farsi1.mld
%{_texmfdistdir}/tex/latex/minitoc/farsi1.mlo
%{_texmfdistdir}/tex/latex/minitoc/farsi2.mld
%{_texmfdistdir}/tex/latex/minitoc/farsi2.mlo
%{_texmfdistdir}/tex/latex/minitoc/farsi3.mld
%{_texmfdistdir}/tex/latex/minitoc/finnish.mld
%{_texmfdistdir}/tex/latex/minitoc/finnish2.mld
%{_texmfdistdir}/tex/latex/minitoc/franc.sty
%{_texmfdistdir}/tex/latex/minitoc/francais.mld
%{_texmfdistdir}/tex/latex/minitoc/frbib.sty
%{_texmfdistdir}/tex/latex/minitoc/french.mld
%{_texmfdistdir}/tex/latex/minitoc/french1.mld
%{_texmfdistdir}/tex/latex/minitoc/french2.mld
%{_texmfdistdir}/tex/latex/minitoc/frenchb.mld
%{_texmfdistdir}/tex/latex/minitoc/frenchle.mld
%{_texmfdistdir}/tex/latex/minitoc/frenchpro.mld
%{_texmfdistdir}/tex/latex/minitoc/frnew.sty
%{_texmfdistdir}/tex/latex/minitoc/galician.mld
%{_texmfdistdir}/tex/latex/minitoc/german.mld
%{_texmfdistdir}/tex/latex/minitoc/germanb.mld
%{_texmfdistdir}/tex/latex/minitoc/germanb2.mld
%{_texmfdistdir}/tex/latex/minitoc/greek-mono.mld
%{_texmfdistdir}/tex/latex/minitoc/greek-polydemo.mld
%{_texmfdistdir}/tex/latex/minitoc/greek-polykatha.mld
%{_texmfdistdir}/tex/latex/minitoc/greek.mld
%{_texmfdistdir}/tex/latex/minitoc/guarani.mld
%{_texmfdistdir}/tex/latex/minitoc/hangul-u8.mld
%{_texmfdistdir}/tex/latex/minitoc/hangul-u8.mlo
%{_texmfdistdir}/tex/latex/minitoc/hangul1.mld
%{_texmfdistdir}/tex/latex/minitoc/hangul1.mlo
%{_texmfdistdir}/tex/latex/minitoc/hangul2.mld
%{_texmfdistdir}/tex/latex/minitoc/hangul2.mlo
%{_texmfdistdir}/tex/latex/minitoc/hangul3.mld
%{_texmfdistdir}/tex/latex/minitoc/hangul3.mlo
%{_texmfdistdir}/tex/latex/minitoc/hangul4.mld
%{_texmfdistdir}/tex/latex/minitoc/hangul4.mlo
%{_texmfdistdir}/tex/latex/minitoc/hanja-u8.mld
%{_texmfdistdir}/tex/latex/minitoc/hanja-u8.mlo
%{_texmfdistdir}/tex/latex/minitoc/hanja1.mld
%{_texmfdistdir}/tex/latex/minitoc/hanja1.mlo
%{_texmfdistdir}/tex/latex/minitoc/hanja2.mld
%{_texmfdistdir}/tex/latex/minitoc/hanja2.mlo
%{_texmfdistdir}/tex/latex/minitoc/hebrew.mld
%{_texmfdistdir}/tex/latex/minitoc/hebrew2.mld
%{_texmfdistdir}/tex/latex/minitoc/hindi-modern.mld
%{_texmfdistdir}/tex/latex/minitoc/hindi.mld
%{_texmfdistdir}/tex/latex/minitoc/hungarian.mld
%{_texmfdistdir}/tex/latex/minitoc/icelandic.mld
%{_texmfdistdir}/tex/latex/minitoc/indon.mld
%{_texmfdistdir}/tex/latex/minitoc/indonesian.mld
%{_texmfdistdir}/tex/latex/minitoc/interlingua.mld
%{_texmfdistdir}/tex/latex/minitoc/irish.mld
%{_texmfdistdir}/tex/latex/minitoc/italian.mld
%{_texmfdistdir}/tex/latex/minitoc/italian2.mld
%{_texmfdistdir}/tex/latex/minitoc/japanese.mld
%{_texmfdistdir}/tex/latex/minitoc/japanese.mlo
%{_texmfdistdir}/tex/latex/minitoc/japanese2.mld
%{_texmfdistdir}/tex/latex/minitoc/japanese2.mlo
%{_texmfdistdir}/tex/latex/minitoc/japanese3.mld
%{_texmfdistdir}/tex/latex/minitoc/japanese3.mlo
%{_texmfdistdir}/tex/latex/minitoc/japanese4.mld
%{_texmfdistdir}/tex/latex/minitoc/japanese4.mlo
%{_texmfdistdir}/tex/latex/minitoc/japanese5.mld
%{_texmfdistdir}/tex/latex/minitoc/japanese5.mlo
%{_texmfdistdir}/tex/latex/minitoc/japanese6.mld
%{_texmfdistdir}/tex/latex/minitoc/japanese6.mlo
%{_texmfdistdir}/tex/latex/minitoc/kannada.mld
%{_texmfdistdir}/tex/latex/minitoc/khalkha.mld
%{_texmfdistdir}/tex/latex/minitoc/latin.mld
%{_texmfdistdir}/tex/latex/minitoc/latin2.mld
%{_texmfdistdir}/tex/latex/minitoc/latinc.mld
%{_texmfdistdir}/tex/latex/minitoc/latinc2.mld
%{_texmfdistdir}/tex/latex/minitoc/latvian.mld
%{_texmfdistdir}/tex/latex/minitoc/latvian2.mld
%{_texmfdistdir}/tex/latex/minitoc/letton.mld
%{_texmfdistdir}/tex/latex/minitoc/letton2.mld
%{_texmfdistdir}/tex/latex/minitoc/lithuanian.mld
%{_texmfdistdir}/tex/latex/minitoc/lithuanian2.mld
%{_texmfdistdir}/tex/latex/minitoc/lowersorbian.mld
%{_texmfdistdir}/tex/latex/minitoc/lsorbian.mld
%{_texmfdistdir}/tex/latex/minitoc/magyar.mld
%{_texmfdistdir}/tex/latex/minitoc/magyar2.mld
%{_texmfdistdir}/tex/latex/minitoc/magyar3.mld
%{_texmfdistdir}/tex/latex/minitoc/malay.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-b.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-keli.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-keli2.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-mr.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-omega.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-omega.mlo
%{_texmfdistdir}/tex/latex/minitoc/malayalam-rachana.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-rachana2.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-rachana3.mld
%{_texmfdistdir}/tex/latex/minitoc/manju.mld
%{_texmfdistdir}/tex/latex/minitoc/mexican.mld
%{_texmfdistdir}/tex/latex/minitoc/meyalu.mld
%{_texmfdistdir}/tex/latex/minitoc/minitoc.sty
%{_texmfdistdir}/tex/latex/minitoc/mongol.mld
%{_texmfdistdir}/tex/latex/minitoc/mongolb.mld
%{_texmfdistdir}/tex/latex/minitoc/mongolian.mld
%{_texmfdistdir}/tex/latex/minitoc/mtcmess.sty
%{_texmfdistdir}/tex/latex/minitoc/mtcoff.sty
%{_texmfdistdir}/tex/latex/minitoc/mtcpatchmem.sty
%{_texmfdistdir}/tex/latex/minitoc/mypatches.sty
%{_texmfdistdir}/tex/latex/minitoc/naustrian.mld
%{_texmfdistdir}/tex/latex/minitoc/newzealand.mld
%{_texmfdistdir}/tex/latex/minitoc/ngerman.mld
%{_texmfdistdir}/tex/latex/minitoc/ngermanb.mld
%{_texmfdistdir}/tex/latex/minitoc/ngermanb2.mld
%{_texmfdistdir}/tex/latex/minitoc/norsk.mld
%{_texmfdistdir}/tex/latex/minitoc/norsk2.mld
%{_texmfdistdir}/tex/latex/minitoc/nynorsk.mld
%{_texmfdistdir}/tex/latex/minitoc/nynorsk2.mld
%{_texmfdistdir}/tex/latex/minitoc/occitan.mld
%{_texmfdistdir}/tex/latex/minitoc/occitan2.mld
%{_texmfdistdir}/tex/latex/minitoc/polish.mld
%{_texmfdistdir}/tex/latex/minitoc/polish2.mld
%{_texmfdistdir}/tex/latex/minitoc/polski.mld
%{_texmfdistdir}/tex/latex/minitoc/portuges.mld
%{_texmfdistdir}/tex/latex/minitoc/portuguese.mld
%{_texmfdistdir}/tex/latex/minitoc/romanian.mld
%{_texmfdistdir}/tex/latex/minitoc/romanian2.mld
%{_texmfdistdir}/tex/latex/minitoc/romanian3.mld
%{_texmfdistdir}/tex/latex/minitoc/russian-cca.mld
%{_texmfdistdir}/tex/latex/minitoc/russian-cca.mlo
%{_texmfdistdir}/tex/latex/minitoc/russian-cca1.mld
%{_texmfdistdir}/tex/latex/minitoc/russian-cca1.mlo
%{_texmfdistdir}/tex/latex/minitoc/russian-lh.mld
%{_texmfdistdir}/tex/latex/minitoc/russian-lh.mlo
%{_texmfdistdir}/tex/latex/minitoc/russian-lhcyralt.mld
%{_texmfdistdir}/tex/latex/minitoc/russian-lhcyralt.mlo
%{_texmfdistdir}/tex/latex/minitoc/russian-lhcyrkoi.mld
%{_texmfdistdir}/tex/latex/minitoc/russian-lhcyrkoi.mlo
%{_texmfdistdir}/tex/latex/minitoc/russian-lhcyrwin.mld
%{_texmfdistdir}/tex/latex/minitoc/russian-lhcyrwin.mlo
%{_texmfdistdir}/tex/latex/minitoc/russian.mld
%{_texmfdistdir}/tex/latex/minitoc/russian2m.mld
%{_texmfdistdir}/tex/latex/minitoc/russian2o.mld
%{_texmfdistdir}/tex/latex/minitoc/russianb.mld
%{_texmfdistdir}/tex/latex/minitoc/russianc.mld
%{_texmfdistdir}/tex/latex/minitoc/samin.mld
%{_texmfdistdir}/tex/latex/minitoc/scottish.mld
%{_texmfdistdir}/tex/latex/minitoc/serbian.mld
%{_texmfdistdir}/tex/latex/minitoc/serbianc.mld
%{_texmfdistdir}/tex/latex/minitoc/slovak.mld
%{_texmfdistdir}/tex/latex/minitoc/slovene.mld
%{_texmfdistdir}/tex/latex/minitoc/spanish.mld
%{_texmfdistdir}/tex/latex/minitoc/spanish2.mld
%{_texmfdistdir}/tex/latex/minitoc/spanish3.mld
%{_texmfdistdir}/tex/latex/minitoc/spanish4.mld
%{_texmfdistdir}/tex/latex/minitoc/swahili.mld
%{_texmfdistdir}/tex/latex/minitoc/swedish.mld
%{_texmfdistdir}/tex/latex/minitoc/swedish2.mld
%{_texmfdistdir}/tex/latex/minitoc/thai.mld
%{_texmfdistdir}/tex/latex/minitoc/thai.mlo
%{_texmfdistdir}/tex/latex/minitoc/turkish.mld
%{_texmfdistdir}/tex/latex/minitoc/uighur.mld
%{_texmfdistdir}/tex/latex/minitoc/uighur2.mld
%{_texmfdistdir}/tex/latex/minitoc/uighur3.mld
%{_texmfdistdir}/tex/latex/minitoc/ukraineb.mld
%{_texmfdistdir}/tex/latex/minitoc/ukrainian.mld
%{_texmfdistdir}/tex/latex/minitoc/uppersorbian.mld
%{_texmfdistdir}/tex/latex/minitoc/usorbian.mld
%{_texmfdistdir}/tex/latex/minitoc/vietnam.mld
%{_texmfdistdir}/tex/latex/minitoc/vietnamese.mld
%{_texmfdistdir}/tex/latex/minitoc/welsh.mld
%{_texmfdistdir}/tex/latex/minitoc/xalx.mld
%{_texmfdistdir}/tex/latex/minitoc/xalx2.mld
%{_texmfdistdir}/tex/latex/minitoc/xalx3.mld
%doc %{_texmfdistdir}/doc/latex/minitoc/CATALOG
%doc %{_texmfdistdir}/doc/latex/minitoc/INSTALL
%doc %{_texmfdistdir}/doc/latex/minitoc/README
%doc %{_texmfdistdir}/doc/latex/minitoc/TODO
%doc %{_texmfdistdir}/doc/latex/minitoc/aaland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/acadian-m.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/acadie-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/acadien-m.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/afghan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/africa-lf.png
%doc %{_texmfdistdir}/doc/latex/minitoc/africa-lo.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/afrsud-l.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/afrsud-p.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/alb2.png
%doc %{_texmfdistdir}/doc/latex/minitoc/alba-eth.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/albania-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/albania.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/algeria-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/allemand.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/alsace-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/andorra-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/anglo1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/angola-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/arab-l.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/arabw.png
%doc %{_texmfdistdir}/doc/latex/minitoc/argentina-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/armenia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/armeniad.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/armenian-l.png
%doc %{_texmfdistdir}/doc/latex/minitoc/armeniar.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/aruba-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/australia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/austria-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/azerbaijan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bahamas-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bahrain-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/baltes.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/bangla.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bangla1.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bangla2.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bangladesh-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/barbados-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/basque-de.png
%doc %{_texmfdistdir}/doc/latex/minitoc/basque-df.png
%doc %{_texmfdistdir}/doc/latex/minitoc/basque1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/basque2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/be-dg-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/belarus-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/belgique.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/belgium-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/belize-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bengali-m.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/benin-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bolivia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bolzano-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bosnia-hz-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bosnia.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/bozen-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/brazil-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/brazil.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/brazilp.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/bretagne.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/brussels-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bulgaria-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bulgariar.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/bulgarski.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bulgmap.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bur-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/burkina-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/burundi-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/buryatia-l.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/buryatia.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/california-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cambodia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cameroon-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/canada-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/canada-l.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/canada-pe.png
%doc %{_texmfdistdir}/doc/latex/minitoc/canada-pf.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/canada.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/canada1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/cap-verde-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/castille-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/catalan-d.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/catalan-p.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/catalonia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/caucasus.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/central-africa-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/chad-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/chile-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/china-ae.png
%doc %{_texmfdistdir}/doc/latex/minitoc/china-af.png
%doc %{_texmfdistdir}/doc/latex/minitoc/china-ch.png
%doc %{_texmfdistdir}/doc/latex/minitoc/china-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/china-l.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/china-w.png
%doc %{_texmfdistdir}/doc/latex/minitoc/chine1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/chine2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/cis-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cmk
%doc %{_texmfdistdir}/doc/latex/minitoc/colombia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/comoros-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/congo-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/corsica-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/costa-rica-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/cplp-0.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cplpmap.png
%doc %{_texmfdistdir}/doc/latex/minitoc/croatia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/croatia-un.png
%doc %{_texmfdistdir}/doc/latex/minitoc/croatie2.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cuba-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cyprus-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cyr-alf.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cz1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/cz3.png
%doc %{_texmfdistdir}/doc/latex/minitoc/czech-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/czechd.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/dane-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/danemark.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/danishd.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/danishg.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/devanagari.png
%doc %{_texmfdistdir}/doc/latex/minitoc/djibouti-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/dominica-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/dominican-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/dutchw.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/east-timor-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ecosse1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/ecosse2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/ecosse3.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/ecuador-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/egypt-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/el-salvador-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/emk
%doc %{_texmfdistdir}/doc/latex/minitoc/england-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/equa-guinea-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/eritrea-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/espa-l.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/espa-o.png
%doc %{_texmfdistdir}/doc/latex/minitoc/esperanto-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/estonia-a.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/estonia-b.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/estonia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/eth2.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ethiolang.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ethiopia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ethiopia-p.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/ethiopia.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/euro-lan.png
%doc %{_texmfdistdir}/doc/latex/minitoc/euro-lan1.png
%doc %{_texmfdistdir}/doc/latex/minitoc/euro-lan2.png
%doc %{_texmfdistdir}/doc/latex/minitoc/eusk-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/euskara.png
%doc %{_texmfdistdir}/doc/latex/minitoc/faroe-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/farsi-logo.png
%doc %{_texmfdistdir}/doc/latex/minitoc/farsi.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/feroe.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/fiji-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/finland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/finlande1.png
%doc %{_texmfdistdir}/doc/latex/minitoc/finlande2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/finnishd.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/finnishl.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/flanders-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/fmk
%doc %{_texmfdistdir}/doc/latex/minitoc/france-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/france-lr.png
%doc %{_texmfdistdir}/doc/latex/minitoc/franco.png
%doc %{_texmfdistdir}/doc/latex/minitoc/francophonie-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/fswahili.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/gabon-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/gael-ft.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/gaid.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/galicia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/galicia-m.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/galicia-mp.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/galician-l.png
%doc %{_texmfdistdir}/doc/latex/minitoc/galles1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/galles2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/georgia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/germ-w.png
%doc %{_texmfdistdir}/doc/latex/minitoc/german-c.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/german-d.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/german-m.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/germany-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/ghana-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/gibraltar-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/grece1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/grece2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/greece-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/greeka.png
%doc %{_texmfdistdir}/doc/latex/minitoc/greekm.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/greenland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/guatemala-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/guinea-bissau-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/guinea-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/gwenn-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/haiti-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/hangul.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hanja.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hanzi.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hin.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hindi-b.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hindi-p.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hispano.png
%doc %{_texmfdistdir}/doc/latex/minitoc/honduras-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hrv.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hun1.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hun2.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/hungary-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/iceland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/imk
%doc %{_texmfdistdir}/doc/latex/minitoc/imongolia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/inde1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/inde2.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/india-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/indonesia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/indonesia1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/indonesia2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/iran-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/iranian.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/iraq-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ireland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/irish.png
%doc %{_texmfdistdir}/doc/latex/minitoc/irlande.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/islam-pbc.png
%doc %{_texmfdistdir}/doc/latex/minitoc/islam-sw.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/islande.png
%doc %{_texmfdistdir}/doc/latex/minitoc/islandep.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/isr1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/isr2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/israel-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/italian.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/italo1.png
%doc %{_texmfdistdir}/doc/latex/minitoc/italy-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/italysm.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ivory-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ivrit.png
%doc %{_texmfdistdir}/doc/latex/minitoc/jamaica-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/japan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/japon1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/japon2.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/jordan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/jutland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/kannada-n.png
%doc %{_texmfdistdir}/doc/latex/minitoc/karnad1.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/karnataka-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/karnataka.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/kazakhstan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/kenya-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/kerala-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/kerala.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/khalkha.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/kiribati-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/korea-n-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/korea-s-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/korean1.png
%doc %{_texmfdistdir}/doc/latex/minitoc/korean2.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/kos-alb.png
%doc %{_texmfdistdir}/doc/latex/minitoc/kos-ml.png
%doc %{_texmfdistdir}/doc/latex/minitoc/kosovo-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/kuwait-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/kyrgyzstan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/lamed3.png
%doc %{_texmfdistdir}/doc/latex/minitoc/lang-g.png
%doc %{_texmfdistdir}/doc/latex/minitoc/laos-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/latvia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/latvian-d.png
%doc %{_texmfdistdir}/doc/latex/minitoc/latvian-r1.png
%doc %{_texmfdistdir}/doc/latex/minitoc/lebanon-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/lettonie.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/leur.png
%doc %{_texmfdistdir}/doc/latex/minitoc/liberia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/libya-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/liech-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/lithuania-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/lituanie.png
%doc %{_texmfdistdir}/doc/latex/minitoc/lorraine-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/louisiana-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ls-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/luso1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/luso2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/lux-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/macau-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/macedonia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/madagascar-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/maine-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/malawi-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/malayalam.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/malayalam.png
%doc %{_texmfdistdir}/doc/latex/minitoc/malaysia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/malaysia1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/malaysia2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mali-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/malta1-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/manchu.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/manchuria.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/manjuc.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/manjui.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mauritania-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mauritius-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mex1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mex2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mex3.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mexico-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/mexip.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/meyalu.png
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc-fr.bib
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc-fr.lan
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc-fr.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc.bib
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc.bug
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc.l
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc.lan
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc.pre
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc.sum
%doc %{_texmfdistdir}/doc/latex/minitoc/moldova-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/monaco-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mondep.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mongasie.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mongolcy.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mongolia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mongolian.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mongols.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mongoltr.png
%doc %{_texmfdistdir}/doc/latex/minitoc/montenegro-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/morocco-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mozambique-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-2c.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-2c.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-2nd.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-2nd.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-3co.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-3co.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-add.bib
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-add.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-add.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ads.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ads.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-amm.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-amm.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-apx.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-apx.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-art.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-art.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-bk.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-bk.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-bo.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-bo.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ch0.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ch0.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-cri.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-cri.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-fko.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-fko.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-fo1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-fo1.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-fo2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-fo2.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-gap.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-gap.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hi1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hi1.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hi2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hi2.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hia.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hia.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hir.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hir.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hop.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hop.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-liv.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-liv.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-mem.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-mem.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-mm1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-mm1.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-mu.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-mu.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-nom.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-nom.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ocf.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ocf.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ofs.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ofs.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-sbf.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-sbf.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-scr.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-scr.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-syn.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-syn.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tbi.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tbi.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tlc.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tlc.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tlo.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tlo.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tsf.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tsf.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-vti.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-vti.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/namibia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/nbrunswick-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ncyprus-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/neder.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/netherlands-antilles-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/netherlands-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/new-york-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/newzealand-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/nicaragua-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/nice-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/niger-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/nigeria-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/nihongo.png
%doc %{_texmfdistdir}/doc/latex/minitoc/norvege-c.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/norvege-t.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/norway-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/norway-p.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/occ-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/occdial1.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/occdial2.png
%doc %{_texmfdistdir}/doc/latex/minitoc/occitanie.png
%doc %{_texmfdistdir}/doc/latex/minitoc/occtaur.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/oman-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/opole-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/pakistan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/palestine-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/panama-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/paraguay-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/paraguay.png
%doc %{_texmfdistdir}/doc/latex/minitoc/paraguayp.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/peru-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/philippines-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/pmk
%doc %{_texmfdistdir}/doc/latex/minitoc/poland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/polish-d.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/polmin.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/pologne.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/polski-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/portu-a.png
%doc %{_texmfdistdir}/doc/latex/minitoc/portu-b.png
%doc %{_texmfdistdir}/doc/latex/minitoc/portu-p.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/portu-r.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/portugal-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/portugal.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/puerto-rico-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/qatar-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/quebec-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/rdcongo-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/rmk
%doc %{_texmfdistdir}/doc/latex/minitoc/romania-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/romanian.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/rus-cyr.png
%doc %{_texmfdistdir}/doc/latex/minitoc/rus-re.png
%doc %{_texmfdistdir}/doc/latex/minitoc/rus-su.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/russia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/russian-e.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/russian-n.png
%doc %{_texmfdistdir}/doc/latex/minitoc/russian-w.png
%doc %{_texmfdistdir}/doc/latex/minitoc/russian.png
%doc %{_texmfdistdir}/doc/latex/minitoc/rwanda-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/saint-lucia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/same-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/same.png
%doc %{_texmfdistdir}/doc/latex/minitoc/sami-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/samoa-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/san-marino-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/sao-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/saudi-arabia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/scotland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/senegal-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/serb-a.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/serbia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/serbia-f2.png
%doc %{_texmfdistdir}/doc/latex/minitoc/serbia1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/seychelles-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/singapore-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/slovak-ok.png
%doc %{_texmfdistdir}/doc/latex/minitoc/slovakia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/slovakia.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/slovenia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/slovenian.png
%doc %{_texmfdistdir}/doc/latex/minitoc/slovenie.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/solomon-islands-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/somalia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/sorabe-1.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/sorabe-2.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/sorben.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/sorbian.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/south-africa-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/spain-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/spain.png
%doc %{_texmfdistdir}/doc/latex/minitoc/spilhennig.png
%doc %{_texmfdistdir}/doc/latex/minitoc/start.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/stop.png
%doc %{_texmfdistdir}/doc/latex/minitoc/sudan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/suede-a.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/suede-fin.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/suisse-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/suriname-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/svenska.png
%doc %{_texmfdistdir}/doc/latex/minitoc/swahili-m.png
%doc %{_texmfdistdir}/doc/latex/minitoc/swahili.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/sweden-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/sweden.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/syria-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/taiwan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/tajikistan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/tanzania-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/thai.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/thai.png
%doc %{_texmfdistdir}/doc/latex/minitoc/thailand-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/tmk
%doc %{_texmfdistdir}/doc/latex/minitoc/togo-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/tonga-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/tunisia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/turkey-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/turkish.png
%doc %{_texmfdistdir}/doc/latex/minitoc/turkmenistan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/turquie.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/tuvalu-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/uae-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/uganda-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/uighur-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/uighur.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/uk-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ukra.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ukraine-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ukraine.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/ukrainep.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/uruguay-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/us-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/usa-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/uzbekistan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/vanuatu-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/vatican-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/venezuela-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/vermont-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/viet-w.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/viet2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/viet3.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/viet4.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/vietnam-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/vojvodina-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/wales-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/wallonia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/wallonie.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/wiki.png
%doc %{_texmfdistdir}/doc/latex/minitoc/wikif.png
%doc %{_texmfdistdir}/doc/latex/minitoc/wrs-a.png
%doc %{_texmfdistdir}/doc/latex/minitoc/wrs-c.png
%doc %{_texmfdistdir}/doc/latex/minitoc/xinjiang.png
%doc %{_texmfdistdir}/doc/latex/minitoc/xinjiangc.png
%doc %{_texmfdistdir}/doc/latex/minitoc/xmk
%doc %{_texmfdistdir}/doc/latex/minitoc/xyugo.png
%doc %{_texmfdistdir}/doc/latex/minitoc/yemen-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/zambia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/zanzibar-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/zimbabwe-f.png
#- source
%doc %{_texmfdistdir}/source/latex/minitoc/minitoc-fr.dtx
%doc %{_texmfdistdir}/source/latex/minitoc/minitoc.dtx
%doc %{_texmfdistdir}/source/latex/minitoc/minitoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 60-3
+ Revision: 465ae70
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20768 |14mr|texlive-minorrevision-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32165
# category Package
# catalog-ctan /macros/latex/contrib/minorrevision
# catalog-date 2013-11-16 09:55:49 +0100
# catalog-license lppl1.2
# catalog-version 1.1
Name:		texlive-minorrevision
Version:	1.1
Release:	6
Summary:	Quote and refer to a manuscript for minor revisions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/minorrevision
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minorrevision.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minorrevision.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports those who publish articles in peer-
reviewed journals. In the final stages of the review process,
the authors typically have to provide an additional document
(such as a letter to the editors), in which they provide a list
of modifications that they made to the manuscript. The package
automatically provides line numbers and quotations from the
manuscript, for this letter. The package loads the package
lineno, so (in effect) shares lineno's incompatibilities.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/minorrevision/minorrevision.sty
%doc %{_texmfdistdir}/doc/latex/minorrevision/README
%doc %{_texmfdistdir}/doc/latex/minorrevision/minorrevision.pdf
%doc %{_texmfdistdir}/doc/latex/minorrevision/minorrevision.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 619c94e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20769 |14mr|texlive-minted-1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24002
# category Package
# catalog-ctan /macros/latex/contrib/minted
# catalog-date 2011-09-18 00:13:37 +0200
# catalog-license lppl1.3
# catalog-version 1.7
Name:		texlive-minted
Version:	1.7
Release:	3
Summary:	Highlighted source code for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/minted
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minted.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minted.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minted.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package that facilitates expressive syntax highlighting in
LaTeX using the powerful Pygments library. The package also
provides options to customize the highlighted source code
output using fancyvrb.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/minted/minted.sty
%doc %{_texmfdistdir}/doc/latex/minted/Makefile
%doc %{_texmfdistdir}/doc/latex/minted/README
%doc %{_texmfdistdir}/doc/latex/minted/minted.pdf
#- source
%doc %{_texmfdistdir}/source/latex/minted/minted.dtx
%doc %{_texmfdistdir}/source/latex/minted/minted.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7-3
+ Revision: 676b5b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20770 |14mr|texlive-minutes-1.8d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16350
# category Package
# catalog-ctan /macros/latex/contrib/minutes
# catalog-date 2009-12-05 12:31:44 +0100
# catalog-license other-free
# catalog-version 1.8d
Name:		texlive-minutes
Version:	1.8d
Release:	3
Summary:	Typeset the minutes of meetings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/minutes
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minutes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minutes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minutes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Supports the creation of a collection of minutes. Features
include: - Support of tasks (who, schedule, what, time of
finishing; - possibility of creating a list of open tasks; -
inclusion of open tasks from other minutes; - Support for
attachments; - Support of schedule dates (in planning: support
for the calendar package); - Different versions ('secret
parts'); and - Macros for votes and decisions (list of
decisions). Support for minutes in a variety of languages is
available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/minutes/minutes.sty
%doc %{_texmfdistdir}/doc/latex/minutes/MinStyGd.tex
%doc %{_texmfdistdir}/doc/latex/minutes/Overview.tex
%doc %{_texmfdistdir}/doc/latex/minutes/Protokol.tex
%doc %{_texmfdistdir}/doc/latex/minutes/README
%doc %{_texmfdistdir}/doc/latex/minutes/Sample.tex
%doc %{_texmfdistdir}/doc/latex/minutes/SampleDE.tex
%doc %{_texmfdistdir}/doc/latex/minutes/SampleEN.tex
%doc %{_texmfdistdir}/doc/latex/minutes/SampleNL.tex
%doc %{_texmfdistdir}/doc/latex/minutes/minutes.pdf
#- source
%doc %{_texmfdistdir}/source/latex/minutes/minutes.dtx
%doc %{_texmfdistdir}/source/latex/minutes/minutes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8d-3
+ Revision: 9c14b98
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20771 |14mr|texlive-misc-20140214-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32910
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-misc
Version:	20140214
Release:	2
Summary:	TeXLive misc package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/misc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive misc package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/misc/blackcx.mf
%{_texmfdistdir}/fonts/source/public/misc/graycx.mf
%{_texmfdistdir}/fonts/source/public/misc/grayf.mf
%{_texmfdistdir}/fonts/source/public/misc/manfnt.mf
%{_texmfdistdir}/fonts/source/public/misc/slant.mf
%{_texmfdistdir}/fonts/source/public/misc/slantcx4.mf
%{_texmfdistdir}/fonts/source/public/misc/slantcx6.mf
%{_texmfdistdir}/fonts/source/public/misc/slantlj6.mf
%{_texmfdistdir}/omega/ocp/misc/ebcdic.ocp
%{_texmfdistdir}/omega/ocp/misc/id.ocp
%{_texmfdistdir}/omega/otp/misc/ebcdic.otp
%{_texmfdistdir}/omega/otp/misc/id.otp
%{_texmfdistdir}/tex/generic/misc/bibnames.sty
%{_texmfdistdir}/tex/generic/misc/null.tex
%{_texmfdistdir}/tex/generic/misc/texnames.sty
%{_texmfdistdir}/tex/plain/misc/idxmac.tex
%{_texmfdistdir}/tex/plain/misc/pdfcolor.tex
%{_texmfdistdir}/tex/plain/misc/tugboat.def
%{_texmfdistdir}/tex/plain/misc/xepsf.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts omega tex %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20140214-2
+ Revision: 81dec30
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20772 |14mr|texlive-misc209-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18001
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-misc209
Version:	20111103
Release:	3
Summary:	TeXLive misc209 package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/misc209.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive misc209 package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/misc209/bibmods.sty
%{_texmfdistdir}/tex/latex/misc209/example.sty
%{_texmfdistdir}/tex/latex/misc209/hangcaption.sty
%{_texmfdistdir}/tex/latex/misc209/multind.sty
%{_texmfdistdir}/tex/latex/misc209/portland.sty
%{_texmfdistdir}/tex/latex/misc209/psboxit.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: aa8bcc7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20773 |14mr|texlive-mkgrkindex-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /language/greek/mkgrkindex
# catalog-date 2010-10-24 16:36:36 +0200
# catalog-license other-free
# catalog-version 2.0
Name:		texlive-mkgrkindex
Version:	2.0
Release:	4
Summary:	Makeindex working with Greek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/greek/mkgrkindex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mkgrkindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mkgrkindex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-mkgrkindex.bin = %{EVRD}

%description
Makeindex is resolutely stuck with Latin-based alphabets, so
will not deal with Greek indexes, unaided. This package
provides a Perl script that will transmute the index of a Greek
document in such a way that makeindex will sort the entries
according to the rules of the Greek alphabet.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/mkgrkindex
%{_texmfdistdir}/makeindex/mkgrkindex/lowercase-headers.ist
%{_texmfdistdir}/makeindex/mkgrkindex/uppercase-headers.ist
%{_texmfdistdir}/scripts/mkgrkindex/mkgrkindex
%doc %{_texmfdistdir}/doc/support/mkgrkindex/mkgrkindex.nw
%doc %{_texmfdistdir}/doc/support/mkgrkindex/mkgrkindex.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/mkgrkindex/mkgrkindex mkgrkindex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-4
+ Revision: 12df2b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20774 |14mr|texlive-mkjobtexmf-0.8-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category Package
# catalog-ctan /support/mkjobtexmf
# catalog-date 2011-11-16 11:07:17 +0100
# catalog-license artistic
# catalog-version 0.8
Name:		texlive-mkjobtexmf
Version:	0.8
Release:	9
Summary:	Generate a texmf tree for a particular job
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/mkjobtexmf
License:	ARTISTIC
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mkjobtexmf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mkjobtexmf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mkjobtexmf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-mkjobtexmf.bin = %{EVRD}

%description
The package provides a Perl script, which runs a program and
tries to find the names of file used. Two methods are
available, option -recorder of (Web2C) TeX and the program
strace. Then it generates a directory with a texmf tree. It
checks the found files and tries sort them in this texmf tree.
The script may be used for archiving purposes or to speed up
later TeX runs.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/mkjobtexmf
%{_texmfdistdir}/scripts/mkjobtexmf/mkjobtexmf.pl
%doc %{_texmfdistdir}/doc/generic/mkjobtexmf/README
%doc %{_texmfdistdir}/doc/generic/mkjobtexmf/clean-case.pl
%doc %{_texmfdistdir}/doc/generic/mkjobtexmf/mkjobtexmf.html
%doc %{_texmfdistdir}/doc/generic/mkjobtexmf/mkjobtexmf.ltx
%doc %{_texmfdistdir}/doc/generic/mkjobtexmf/mkjobtexmf.pdf
%doc %{_texmfdistdir}/doc/generic/mkjobtexmf/mkjobtexmf.txt
%doc %{_texmfdistdir}/doc/generic/mkjobtexmf/version.pl
%doc %{_mandir}/man1/mkjobtexmf.1*
%doc %{_texmfdistdir}/doc/man/man1/mkjobtexmf.man1.pdf
#- source
%doc %{_texmfdistdir}/source/generic/mkjobtexmf/Makefile.in
%doc %{_texmfdistdir}/source/generic/mkjobtexmf/configure
%doc %{_texmfdistdir}/source/generic/mkjobtexmf/configure.ac
%doc %{_texmfdistdir}/source/generic/mkjobtexmf/install-sh

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8-9
+ Revision: 3f1cc0d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20775 |14mr|texlive-mkpattern-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/hyphenation/utils/mkpattern
# catalog-date 2008-08-22 16:39:18 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-mkpattern
Version:	1.2
Release:	3
Summary:	A utility for making hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/utils/mkpattern
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mkpattern.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mkpattern.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Mkpattern is a general purpose program for the generation of
hyphenation patterns, with definition of letter sets and
template-like constructions. It also provides an easy way to
handle different input and output encodings, and featgures
generation of clean UTF-8 patterns. The package was used for
the creation of the Galician patterns.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/mkpattern/mkpatter.tex
%doc %{_texmfdistdir}/doc/plain/mkpattern/README
%doc %{_texmfdistdir}/doc/plain/mkpattern/mkpatdoc.tex
%doc %{_texmfdistdir}/doc/plain/mkpattern/mkpatter.pdf
%doc %{_texmfdistdir}/doc/plain/mkpattern/mkpattern-exmpl.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: aba0b5a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20776 |14mr|texlive-mla-paper-20101230-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20885
# category Package
# catalog-ctan /macros/latex/contrib/mla-paper
# catalog-date 2010-12-30 15:21:17 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-mla-paper
Version:	20101230
Release:	3
Summary:	Proper MLA formatting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mla-paper
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mla-paper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mla-paper.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package formats articles using the MLA style. The aim is
that students and other academics in the humanities should be
able to typeset their materials, properly, with minimal effort
on their part.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mla-paper/mla.sty
%doc %{_texmfdistdir}/doc/latex/mla-paper/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101230-3
+ Revision: 1c44b94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20777 |14mr|texlive-mlist-0.6a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mlist
# catalog-date 2009-07-04 13:21:27 +0200
# catalog-license lppl
# catalog-version 0.6a
Name:		texlive-mlist
Version:	0.6a
Release:	3
Summary:	Logical markup for lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mlist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mlist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mlist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mlist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines commands that create macros for typesetting
vectors, matrices and functions, in a logical way. For example,
logical indexing can then be used to refer to elements or
arguments without hard-coding the symbols in the document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mlist/mlist.cfg
%{_texmfdistdir}/tex/latex/mlist/mlist.sty
%doc %{_texmfdistdir}/doc/latex/mlist/README
%doc %{_texmfdistdir}/doc/latex/mlist/mlist.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mlist/mlist.dtx
%doc %{_texmfdistdir}/source/latex/mlist/mlist.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6a-3
+ Revision: 6794b65
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20778 |14mr|texlive-mltex-2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22650
# category Package
# catalog-ctan /systems/generic/mltex
# catalog-date 2008-01-25 17:33:09 +0100
# catalog-license knuth
# catalog-version 2.2
Name:		texlive-mltex
Version:	2.2
Release:	4
Summary:	The MLTeX system
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/generic/mltex
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mltex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mltex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-latex
Requires:	texlive-mltex.bin

%description
MLTeX is a modification of TeX version >=3.0 that allows the
hyphenation of words with accented letters using ordinary
Computer Modern (CM) fonts. The system is distributed as a TeX
change file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mltex/lo1enc.def
%{_texmfdistdir}/tex/latex/mltex/mlltxchg.def
%{_texmfdistdir}/tex/latex/mltex/mltex.sty
%{_texmfdistdir}/tex/mltex/config/mltex.ini
%_texmf_fmtutil_d/mltex
%doc %{_texmfdistdir}/doc/latex/mltex/README
%doc %{_texmfdistdir}/doc/latex/mltex/mltex.txt
%doc %{_texmfdistdir}/doc/latex/mltex/testmlft.dvi
%doc %{_texmfdistdir}/doc/latex/mltex/testmlft.tex
%doc %{_texmfdistdir}/doc/latex/mltex/testmlsw.dvi
%doc %{_texmfdistdir}/doc/latex/mltex/testmlsw.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/mltex <<EOF
#
# from mltex:
mllatex pdftex language.dat -translate-file=cp227.tcx -mltex mllatex.ini
mltex pdftex - -translate-file=cp227.tcx -mltex mltex.ini
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-4
+ Revision: e25520f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20779 |14mr|texlive-mmap-1.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mmap
# catalog-date 2009-09-27 11:55:52 +0200
# catalog-license lppl
# catalog-version 1.03
Name:		texlive-mmap
Version:	1.03
Release:	3
Summary:	Include CMap resources in PDF files from PDFTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mmap
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mmap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mmap.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is an extension of cmap with improved flexibility
and coverage, including the ability to re-encode Knuth's basic
mathematics fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mmap/lmr-m.cmap
%{_texmfdistdir}/tex/latex/mmap/lmr.cmap
%{_texmfdistdir}/tex/latex/mmap/ly1.cmap
%{_texmfdistdir}/tex/latex/mmap/mmap.sty
%{_texmfdistdir}/tex/latex/mmap/oml-m.cmap
%{_texmfdistdir}/tex/latex/mmap/oml.cmap
%{_texmfdistdir}/tex/latex/mmap/omlbit-m.cmap
%{_texmfdistdir}/tex/latex/mmap/omlbit.cmap
%{_texmfdistdir}/tex/latex/mmap/omlmit-m.cmap
%{_texmfdistdir}/tex/latex/mmap/omlmit.cmap
%{_texmfdistdir}/tex/latex/mmap/oms-m.cmap
%{_texmfdistdir}/tex/latex/mmap/oms.cmap
%{_texmfdistdir}/tex/latex/mmap/omsb-m.cmap
%{_texmfdistdir}/tex/latex/mmap/omx-m.cmap
%{_texmfdistdir}/tex/latex/mmap/omx.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rbxit-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rbxit.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rbxn-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rbxn.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rmit-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rmit.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rmn-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rmn.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1ssbxn-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1ssbxn.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1ssmn-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1ssmn.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1ttmn-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1ttmn.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1xxx-m.cmap
%{_texmfdistdir}/tex/latex/mmap/t1-m.cmap
%{_texmfdistdir}/tex/latex/mmap/t1.cmap
%{_texmfdistdir}/tex/latex/mmap/ueuf-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ueufb-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ulasy-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ulasy.cmap
%{_texmfdistdir}/tex/latex/mmap/umsa-m.cmap
%{_texmfdistdir}/tex/latex/mmap/umsa.cmap
%{_texmfdistdir}/tex/latex/mmap/umsb-m.cmap
%{_texmfdistdir}/tex/latex/mmap/umsb.cmap
%{_texmfdistdir}/tex/latex/mmap/upsy-m.cmap
%{_texmfdistdir}/tex/latex/mmap/upsy.cmap
%{_texmfdistdir}/tex/latex/mmap/upzd-m.cmap
%{_texmfdistdir}/tex/latex/mmap/upzd.cmap
%doc %{_texmfdistdir}/doc/latex/mmap/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.03-3
+ Revision: 95f635e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20780 |14mr|texlive-mnotes-0.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30072
# category Package
# catalog-ctan /macros/latex/contrib/mnotes
# catalog-date 2013-04-23 08:47:58 +0200
# catalog-license lppl1.3
# catalog-version 0.6
Name:		texlive-mnotes
Version:	0.6
Release:	6
Summary:	Margin annotation for collaborative writing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mnotes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mnotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mnotes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mnotes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a flexible mechanism for annotating, and
commenting upon, collaboratively-written documents.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mnotes/mnotes.sty
%doc %{_texmfdistdir}/doc/latex/mnotes/Makefile
%doc %{_texmfdistdir}/doc/latex/mnotes/README
%doc %{_texmfdistdir}/doc/latex/mnotes/mnotes.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mnotes/mnotes.dtx
%doc %{_texmfdistdir}/source/latex/mnotes/mnotes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-6
+ Revision: 2e6433c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20781 |14mr|texlive-mnsymbol-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/mnsymbol
# catalog-date 2008-08-22 15:19:59 +0200
# catalog-license pd
# catalog-version 1.4
Name:		texlive-mnsymbol
Version:	1.4
Release:	3
Summary:	Mathematical symbol font for Adobe MinionPro
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/mnsymbol
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mnsymbol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mnsymbol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mnsymbol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MnSymbol is a symbol font family, designed to be used in
conjunction with Adobe Minion Pro (via the MinionPro package).
Almost all of LaTeX and AMS mathematical symbols are provided;
remaining coverage is available from the MinionPro font with
the MinionPro package. The fonts are available in both MetaFont
and Adobe Type 1 formats, and a comprehensive support package
is provided. While the fonts were designed to fit with Minon
Pro, the design should fit well with other renaissance or
baroque faces: indeed, it will probably work with most fonts
that are neither too wide nor too thin, for example Palatino or
Times; it is known to look good with Sabon. There is no package
designed to configure its use with any font other than Minion
Pro, but (for example) simply loading mnsymbol after mathpazo
will probably do what is needed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/mnsymbol/MnSymbolA.enc
%{_texmfdistdir}/fonts/enc/dvips/mnsymbol/MnSymbolB.enc
%{_texmfdistdir}/fonts/enc/dvips/mnsymbol/MnSymbolC.enc
%{_texmfdistdir}/fonts/enc/dvips/mnsymbol/MnSymbolD.enc
%{_texmfdistdir}/fonts/enc/dvips/mnsymbol/MnSymbolE.enc
%{_texmfdistdir}/fonts/enc/dvips/mnsymbol/MnSymbolF.enc
%{_texmfdistdir}/fonts/enc/dvips/mnsymbol/MnSymbolS.enc
%{_texmfdistdir}/fonts/map/dvips/mnsymbol/MnSymbol.map
%{_texmfdistdir}/fonts/map/vtex/mnsymbol/MnSymbol.ali
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol-Bold10.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol-Bold12.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol-Bold5.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol-Bold6.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol-Bold7.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol-Bold8.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol-Bold9.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol10.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol12.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol5.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol6.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol7.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol8.otf
%{_texmfdistdir}/fonts/opentype/public/mnsymbol/MnSymbol9.otf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbol-Parameter.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA-Bold9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolA9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB-Bold9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolB9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC-Bold9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolC9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD-Bold9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolD9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE-Bold9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolE9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF-Bold9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolF9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS-Bold9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS10.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS12.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS5.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS6.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS7.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS8.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/MnSymbolS9.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Accent.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Arrows.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Base.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Delim.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Geometric.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Init.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Operators.mf
%{_texmfdistdir}/fonts/source/public/mnsymbol/Sym-Order.mf
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA-Bold10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA-Bold12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA-Bold5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA-Bold6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA-Bold7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA-Bold8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA-Bold9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolA9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB-Bold10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB-Bold12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB-Bold5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB-Bold6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB-Bold7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB-Bold8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB-Bold9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolB9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC-Bold10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC-Bold12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC-Bold5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC-Bold6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC-Bold7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC-Bold8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC-Bold9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolC9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD-Bold10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD-Bold12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD-Bold5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD-Bold6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD-Bold7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD-Bold8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD-Bold9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolD9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE-Bold10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE-Bold12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE-Bold5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE-Bold6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE-Bold7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE-Bold8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE-Bold9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolE9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF-Bold10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF-Bold12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF-Bold5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF-Bold6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF-Bold7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF-Bold8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF-Bold9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolF9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS-Bold10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS-Bold12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS-Bold5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS-Bold6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS-Bold7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS-Bold8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS-Bold9.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS10.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS12.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS5.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS6.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS7.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS8.tfm
%{_texmfdistdir}/fonts/tfm/public/mnsymbol/MnSymbolS9.tfm
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol-Bold10.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol-Bold12.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol-Bold5.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol-Bold6.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol-Bold7.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol-Bold8.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol-Bold9.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol10.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol12.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol5.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol6.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol7.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol8.pfb
%{_texmfdistdir}/fonts/type1/public/mnsymbol/MnSymbol9.pfb
%{_texmfdistdir}/tex/latex/mnsymbol/MnSymbol.sty
%doc %{_texmfdistdir}/doc/latex/mnsymbol/MnSymbol.pdf
%doc %{_texmfdistdir}/doc/latex/mnsymbol/README
#- source
%doc %{_texmfdistdir}/source/latex/mnsymbol/MnSymbol.drv
%doc %{_texmfdistdir}/source/latex/mnsymbol/MnSymbol.dtx
%doc %{_texmfdistdir}/source/latex/mnsymbol/MnSymbol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: cdc06b5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20782 |14mr|texlive-moderncv-1.5.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30189
# category Package
# catalog-ctan /macros/latex/contrib/moderncv
# catalog-date 2013-04-30 08:59:42 +0200
# catalog-license lppl1.3
# catalog-version 1.5.1
Name:		texlive-moderncv
Version:	1.5.1
Release:	6
Summary:	A modern curriculum vitae class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/moderncv
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moderncv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moderncv.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides facilities for typesetting modern
curriculums vitae, both in a classic and in a casual style. It
is fairly customizable, allowing you to define your own style
by changing the colours, the fonts, etc. A number of templates
are provided in the distribution examples subdirectory.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/moderncv/moderncv.cls
%{_texmfdistdir}/tex/latex/moderncv/moderncvcollection.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcolorblack.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcolorblue.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcolorgreen.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcolorgrey.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcolororange.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcolorpurple.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcolorred.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcompatibility.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvdebugtools.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncviconsawesome.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncviconsletters.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncviconsmarvosym.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvstylebanking.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvstylecasual.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvstyleclassic.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvstyleempty.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvstyleoldstyle.sty
%{_texmfdistdir}/tex/latex/moderncv/tweaklist.sty
%doc %{_texmfdistdir}/doc/latex/moderncv/CHANGELOG
%doc %{_texmfdistdir}/doc/latex/moderncv/KNOWN_BUGS
%doc %{_texmfdistdir}/doc/latex/moderncv/README
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/picture.eps
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/picture.jpg
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/publications.bib
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template-es.pdf
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template-es.tex
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template-zh.pdf
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template-zh.tex
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template.tex
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template_banking_red.pdf
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template_casual_orange.pdf
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template_classic_green.pdf
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template_multibib.pdf
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template_oldstyle_grey.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.1-6
+ Revision: baf7d2f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20783 |14mr|texlive-moderntimeline-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26164
# category Package
# catalog-ctan /macros/latex/contrib/moderntimeline
# catalog-date 2012-01-17 10:30:09 +0100
# catalog-license lppl1.3
# catalog-version 0.6
Name:		texlive-moderntimeline
Version:	0.6
Release:	3
Summary:	Timelines for use with moderncv
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/moderntimeline
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moderntimeline.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moderntimeline.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moderntimeline.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to configure and to draw time
line diagrams; such diagrams are designed to fit into
Curriculum Vitae documents written using the moderncv class.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/moderntimeline/moderntimeline.sty
%doc %{_texmfdistdir}/doc/latex/moderntimeline/README
%doc %{_texmfdistdir}/doc/latex/moderntimeline/moderntimeline.pdf
#- source
%doc %{_texmfdistdir}/source/latex/moderntimeline/moderntimeline.dtx
%doc %{_texmfdistdir}/source/latex/moderntimeline/moderntimeline.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-3
+ Revision: e47d44a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20784 |14mr|texlive-modiagram-0.2b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27173
# category Package
# catalog-ctan /macros/latex/contrib/modiagram
# catalog-date 2012-07-26 15:37:06 +0200
# catalog-license lppl1.3
# catalog-version 0.2b
Name:		texlive-modiagram
Version:	0.2b
Release:	2
Summary:	Drawing molecular orbital diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/modiagram
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modiagram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modiagram.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an environment MOdiagram and some
commands, to create molecular orbital diagrams using TikZ. For
example, the MO diagram of dihydrogen would be written as:
\begin{MOdiagram} \atom{left}{ 1s = {0;up} } \atom{right}{ 1s =
{0;up} } \molecule{ 1sMO = {1;pair, } } \end{MOdiagram} The
package also needs the l3kernel and l3packages bundles from the
LaTeX 3 experimental distribution.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/modiagram/modiagram.sty
%doc %{_texmfdistdir}/doc/latex/modiagram/README
%doc %{_texmfdistdir}/doc/latex/modiagram/modiagram_en.pdf
%doc %{_texmfdistdir}/doc/latex/modiagram/modiagram_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2b-2
+ Revision: 159d5d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20785 |14mr|texlive-modref-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/modref
# catalog-date 2009-02-09 16:57:43 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-modref
Version:	1.0
Release:	3
Summary:	Customisation of cross-references in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/modref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains macros which allow authors to easily
customise how cross-references appear in their document, both
in general (across all cross-references) and for particular
types of references (identified by a prefix in the reference
label), in a very generic manner.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/modref/modref.sty
%doc %{_texmfdistdir}/doc/latex/modref/README
%doc %{_texmfdistdir}/doc/latex/modref/modref.pdf
#- source
%doc %{_texmfdistdir}/source/latex/modref/modref.drv
%doc %{_texmfdistdir}/source/latex/modref/modref.dtx
%doc %{_texmfdistdir}/source/latex/modref/modref.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 53627b5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20786 |14mr|texlive-modroman-1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17778
# category Package
# catalog-ctan /macros/latex/contrib/modroman
# catalog-date 2010-04-09 17:49:50 +0200
# catalog-license lppl
# catalog-version 1
Name:		texlive-modroman
Version:	1
Release:	3
Summary:	Write numbers in lower case roman numerals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/modroman
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modroman.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modroman.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modroman.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides only two macros viz. \modromannumeral
which writes the number given as argument in lower case roman
numeral with a 'j' instead of a 'i' as the final letter of
numbers greater than 1 and \modroman{MyCounter} which writes
the value of a counter in the same way. You use the first in
the same way as the TeX primitive \romannumeral and the second
as LaTeX command \roman. The default option is 'vpourv' with
which 5 is 'translated' as 'v' and option 'upourv' whith which
the same 5 is given as 'u'.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/modroman/modroman.sty
%doc %{_texmfdistdir}/doc/latex/modroman/MODRdoctools.sty
%doc %{_texmfdistdir}/doc/latex/modroman/modroman-en.pdf
%doc %{_texmfdistdir}/doc/latex/modroman/modroman-en.tex
%doc %{_texmfdistdir}/doc/latex/modroman/modroman-fr.pdf
%doc %{_texmfdistdir}/doc/latex/modroman/modroman-fr.tex
%doc %{_texmfdistdir}/doc/latex/modroman/modroman.dtx
%doc %{_texmfdistdir}/doc/latex/modroman/modroman.pdf
#- source
%doc %{_texmfdistdir}/source/latex/modroman/LISEZMOI
%doc %{_texmfdistdir}/source/latex/modroman/Makefile
%doc %{_texmfdistdir}/source/latex/modroman/README
%doc %{_texmfdistdir}/source/latex/modroman/modroman.dtx
%doc %{_texmfdistdir}/source/latex/modroman/modroman.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-3
+ Revision: 72cfe67
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20787 |14mr|texlive-mongolian-babel-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/mongolian/babel
# catalog-date 2010-06-08 01:06:42 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-mongolian-babel
Version:	1.2
Release:	3
Summary:	A language definition file for Mongolian in Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/mongolian/babel
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mongolian-babel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mongolian-babel.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mongolian-babel.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides support for Mongolian in a Cyrillic
alphabet. (The work derives from the earlier Russian work for
babel.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mongolian-babel/mn.def
%{_texmfdistdir}/tex/latex/mongolian-babel/mongolian.ldf
%{_texmfdistdir}/tex/latex/mongolian-babel/mongolian.sty
%doc %{_texmfdistdir}/doc/latex/mongolian-babel/README
%doc %{_texmfdistdir}/doc/latex/mongolian-babel/mongolian.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mongolian-babel/mongolian.dtx
%doc %{_texmfdistdir}/source/latex/mongolian-babel/mongolian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 7f98737
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20788 |14mr|texlive-monofill-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28140
# category Package
# catalog-ctan /macros/latex/contrib/monofill
# catalog-date 2012-10-31 16:32:17 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-monofill
Version:	0.2
Release:	6
Summary:	Alignment of plain text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/monofill
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/monofill.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/monofill.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/monofill.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides horizontal alignment, as in the LaTeX
command \listfiles (or the author's longnamefilelist package).
Uses may include in-text tables, or even code listings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/monofill/monofill.RLS
%{_texmfdistdir}/tex/latex/monofill/monofill.sty
%doc %{_texmfdistdir}/doc/latex/monofill/Announce.txt
%doc %{_texmfdistdir}/doc/latex/monofill/README
%doc %{_texmfdistdir}/doc/latex/monofill/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/monofill/monofill.pdf
#- source
%doc %{_texmfdistdir}/source/latex/monofill/monofill.tex
%doc %{_texmfdistdir}/source/latex/monofill/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-6
+ Revision: 51200ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20789 |14mr|texlive-montex-IVu.04.092-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17853
# category Package
# catalog-ctan /language/mongolian/montex
# catalog-date 2010-04-09 16:33:31 +0200
# catalog-license gpl
# catalog-version IVu.04.092
Name:		texlive-montex
Version:	IVu.04.092
Release:	3
Summary:	Mongolian LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/mongolian/montex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/montex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/montex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-cbfonts

%description
MonTeX provides Mongolian and Manju support for the TeX/LaTeX
community. Mongolian is a language spoken in North East Asia,
namely Mongolia and the Inner Mongol Autonomous Region of
China. Today, it is written in an extended Cyrillic alphabet in
Mongolia whereas the Uighur writing continues to be in use in
Inner Mongolia, though it is also, legally speaking, the
official writing system of Mongolia. Manju is another language
of North East Asia, belonging to the Tungusic branch of the
Altaic languages. Though it is hardly spoken nowadays, it
survives in written form as Manju was the native language of
the rulers of the Qing dynasty (1644-1911) in China. Large
quantities of documents of the Imperial Archives survive, as
well as some of the finest dictionaries ever compiled in Asia,
like the Pentaglot, a dictionary comprising Manju, Tibetan,
Mongolian, Uighur and Chinese. MonTeX provides all necessary
characters for writing standard Mongolian in Cyrillic and
Classical (aka Traditional or Uighur) writing, and Manju as
well as transliterated Tibetan texts, for which purpose a
number of additional characters was created. In MonTeX, both
Mongolian and Manju are entered in romanized form. The
retransliteration (from Latin input to Mongolian and Manju
output) is completely realized in TeX/Metafont so that no
external preprocessor is required. Please note that most of the
enhanced functions of MonTeX require a working e-LaTeX
environment. This is especially true when compiling documents
with Mongolian or Manju as the main document language. It is
recommended to choose pdfelatex as the resulting PDF files are
truly portable. Vertical text generated by MonTeX is not
supported in DVI.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/montex/mongolian.map
%{_texmfdistdir}/fonts/source/public/montex/bcghsb.mf
%{_texmfdistdir}/fonts/source/public/montex/bcghsm.mf
%{_texmfdistdir}/fonts/source/public/montex/bcghwb.mf
%{_texmfdistdir}/fonts/source/public/montex/bcghwm.mf
%{_texmfdistdir}/fonts/source/public/montex/bcgvsb.mf
%{_texmfdistdir}/fonts/source/public/montex/bcgvsm.mf
%{_texmfdistdir}/fonts/source/public/montex/bcgvwb.mf
%{_texmfdistdir}/fonts/source/public/montex/bcgvwm.mf
%{_texmfdistdir}/fonts/source/public/montex/bicighb.mf
%{_texmfdistdir}/fonts/source/public/montex/bicighm.mf
%{_texmfdistdir}/fonts/source/public/montex/bicigvb.mf
%{_texmfdistdir}/fonts/source/public/montex/bicigvm.mf
%{_texmfdistdir}/fonts/source/public/montex/bthhsb.mf
%{_texmfdistdir}/fonts/source/public/montex/bthhsm.mf
%{_texmfdistdir}/fonts/source/public/montex/bthhwb.mf
%{_texmfdistdir}/fonts/source/public/montex/bthhwm.mf
%{_texmfdistdir}/fonts/source/public/montex/bthvsb.mf
%{_texmfdistdir}/fonts/source/public/montex/bthvsm.mf
%{_texmfdistdir}/fonts/source/public/montex/bthvwb.mf
%{_texmfdistdir}/fonts/source/public/montex/bthvwm.mf
%{_texmfdistdir}/fonts/source/public/montex/bxghsb.mf
%{_texmfdistdir}/fonts/source/public/montex/bxghsm.mf
%{_texmfdistdir}/fonts/source/public/montex/bxghwb.mf
%{_texmfdistdir}/fonts/source/public/montex/bxghwm.mf
%{_texmfdistdir}/fonts/source/public/montex/bxgvsb.mf
%{_texmfdistdir}/fonts/source/public/montex/bxgvsm.mf
%{_texmfdistdir}/fonts/source/public/montex/bxgvwb.mf
%{_texmfdistdir}/fonts/source/public/montex/bxgvwm.mf
%{_texmfdistdir}/fonts/source/public/montex/cyrmorec.mf
%{_texmfdistdir}/fonts/source/public/montex/cyrmorei.mf
%{_texmfdistdir}/fonts/source/public/montex/cyrmorel.mf
%{_texmfdistdir}/fonts/source/public/montex/cyrmoreu.mf
%{_texmfdistdir}/fonts/source/public/montex/kmb10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbx10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbx12.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbx5.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbx6.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbx7.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbx8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbx9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbxsl10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbxti10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmcsc10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmcsc8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmcsc9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmdunh10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmff10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmfi10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmfib8.mf
%{_texmfdistdir}/fonts/source/public/montex/kminch.mf
%{_texmfdistdir}/fonts/source/public/montex/kmitt10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr12.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr17.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr5.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr6.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr7.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmsl10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmsl12.mf
%{_texmfdistdir}/fonts/source/public/montex/kmsl8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmsl9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmsltt10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmss10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmss12.mf
%{_texmfdistdir}/fonts/source/public/montex/kmss17.mf
%{_texmfdistdir}/fonts/source/public/montex/kmss8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmss9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssbx10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssdc10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssi10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssi12.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssi17.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssi8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssi9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssq8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssqi8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmtcsc10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmti10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmti12.mf
%{_texmfdistdir}/fonts/source/public/montex/kmti7.mf
%{_texmfdistdir}/fonts/source/public/montex/kmti8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmti9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmtt10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmtt12.mf
%{_texmfdistdir}/fonts/source/public/montex/kmtt8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmtt9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmu10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmvtt10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmvtti10.mf
%{_texmfdistdir}/fonts/source/public/montex/lmligs.mf
%{_texmfdistdir}/fonts/source/public/montex/macodes.mf
%{_texmfdistdir}/fonts/source/public/montex/maglyphs.mf
%{_texmfdistdir}/fonts/source/public/montex/mantrlig.mf
%{_texmfdistdir}/fonts/source/public/montex/mbatoms.mf
%{_texmfdistdir}/fonts/source/public/montex/mbcodes.mf
%{_texmfdistdir}/fonts/source/public/montex/mbglyphs.mf
%{_texmfdistdir}/fonts/source/public/montex/mbligtbl.mf
%{_texmfdistdir}/fonts/source/public/montex/mbnums.mf
%{_texmfdistdir}/fonts/source/public/montex/mbparmb.mf
%{_texmfdistdir}/fonts/source/public/montex/mbparmm.mf
%{_texmfdistdir}/fonts/source/public/montex/mbparms.mf
%{_texmfdistdir}/fonts/source/public/montex/mbpunc.mf
%{_texmfdistdir}/fonts/source/public/montex/mcccscco.mf
%{_texmfdistdir}/fonts/source/public/montex/mccoding.mf
%{_texmfdistdir}/fonts/source/public/montex/mctextit.mf
%{_texmfdistdir}/fonts/source/public/montex/mcyccsc.mf
%{_texmfdistdir}/fonts/source/public/montex/mcyitall.mf
%{_texmfdistdir}/fonts/source/public/montex/mcyrill.mf
%{_texmfdistdir}/fonts/source/public/montex/mcyrl.mf
%{_texmfdistdir}/fonts/source/public/montex/mcyrligs.mf
%{_texmfdistdir}/fonts/source/public/montex/mcyrsymb.mf
%{_texmfdistdir}/fonts/source/public/montex/mcyru.mf
%{_texmfdistdir}/fonts/source/public/montex/mcytitle.mf
%{_texmfdistdir}/fonts/source/public/montex/mlscodes.mf
%{_texmfdistdir}/fonts/source/public/montex/mocodes.mf
%{_texmfdistdir}/fonts/source/public/montex/moglyphs.mf
%{_texmfdistdir}/fonts/source/public/montex/montrlig.mf
%{_texmfdistdir}/fonts/source/public/montex/mxcodes.mf
%{_texmfdistdir}/fonts/source/public/montex/mxglyphs.mf
%{_texmfdistdir}/fonts/source/public/montex/mxntrlig.mf
%{_texmfdistdir}/fonts/tfm/public/montex/bcghsb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bcghsm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bcghwb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bcghwm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bcgvsb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bcgvsm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bcgvwb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bcgvwm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bicighb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bicighm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bicigvb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bicigvm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthhsb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthhsm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthhwb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthhwm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthvsb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthvsm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthvwb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthvwm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxghsb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxghsm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxghwb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxghwm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxgvsb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxgvsm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxgvwb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxgvwm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmff10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmfi10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kminch.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmvtti10.tfm
%{_texmfdistdir}/fonts/type1/public/montex/bcghsb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bcghsm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bcghwb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bcghwm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bcgvsb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bcgvsm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bcgvwb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bcgvwm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bicighb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bicighm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bicigvb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bicigvm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthhsb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthhsm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthhwb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthhwm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthvsb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthvsm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthvwb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthvwm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxghsb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxghsm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxghwb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxghwm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxgvsb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxgvsm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxgvwb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxgvwm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/kmbx10.pfb
%{_texmfdistdir}/fonts/type1/public/montex/kmr10.pfb
%{_texmfdistdir}/fonts/type1/public/montex/kmss10.pfb
%{_texmfdistdir}/tex/latex/montex/bicig.def
%{_texmfdistdir}/tex/latex/montex/bithe.def
%{_texmfdistdir}/tex/latex/montex/buryat.def
%{_texmfdistdir}/tex/latex/montex/cpctt.def
%{_texmfdistdir}/tex/latex/montex/cpdbk.def
%{_texmfdistdir}/tex/latex/montex/cpibmrus.def
%{_texmfdistdir}/tex/latex/montex/cpkoi.def
%{_texmfdistdir}/tex/latex/montex/cpmls.def
%{_texmfdistdir}/tex/latex/montex/cpmnk.def
%{_texmfdistdir}/tex/latex/montex/cpmos.def
%{_texmfdistdir}/tex/latex/montex/cpncc.def
%{_texmfdistdir}/tex/latex/montex/english.def
%{_texmfdistdir}/tex/latex/montex/kazakh.def
%{_texmfdistdir}/tex/latex/montex/lmabthhs.fd
%{_texmfdistdir}/tex/latex/montex/lmabthhw.fd
%{_texmfdistdir}/tex/latex/montex/lmabthvs.fd
%{_texmfdistdir}/tex/latex/montex/lmabthvw.fd
%{_texmfdistdir}/tex/latex/montex/lmaenc.def
%{_texmfdistdir}/tex/latex/montex/lmccmdh.fd
%{_texmfdistdir}/tex/latex/montex/lmccmfib.fd
%{_texmfdistdir}/tex/latex/montex/lmccmfr.fd
%{_texmfdistdir}/tex/latex/montex/lmccmiss.fd
%{_texmfdistdir}/tex/latex/montex/lmccmr.fd
%{_texmfdistdir}/tex/latex/montex/lmccmss.fd
%{_texmfdistdir}/tex/latex/montex/lmccmssq.fd
%{_texmfdistdir}/tex/latex/montex/lmccmtt.fd
%{_texmfdistdir}/tex/latex/montex/lmccmvtt.fd
%{_texmfdistdir}/tex/latex/montex/lmcenc.def
%{_texmfdistdir}/tex/latex/montex/lmclcmss.fd
%{_texmfdistdir}/tex/latex/montex/lmobcghs.fd
%{_texmfdistdir}/tex/latex/montex/lmobcghw.fd
%{_texmfdistdir}/tex/latex/montex/lmobcgvs.fd
%{_texmfdistdir}/tex/latex/montex/lmobcgvw.fd
%{_texmfdistdir}/tex/latex/montex/lmoenc.def
%{_texmfdistdir}/tex/latex/montex/lmsbcgh.fd
%{_texmfdistdir}/tex/latex/montex/lmsbcgv.fd
%{_texmfdistdir}/tex/latex/montex/lmsenc.def
%{_texmfdistdir}/tex/latex/montex/lmubxghs.fd
%{_texmfdistdir}/tex/latex/montex/lmubxghw.fd
%{_texmfdistdir}/tex/latex/montex/lmubxgvs.fd
%{_texmfdistdir}/tex/latex/montex/lmubxgvw.fd
%{_texmfdistdir}/tex/latex/montex/lmuenc.def
%{_texmfdistdir}/tex/latex/montex/mls.sty
%{_texmfdistdir}/tex/latex/montex/mlsgalig.tex
%{_texmfdistdir}/tex/latex/montex/mlstrans.tex
%{_texmfdistdir}/tex/latex/montex/mnhyphex.tex
%{_texmfdistdir}/tex/latex/montex/rlbicig.sty
%{_texmfdistdir}/tex/latex/montex/russian.def
%{_texmfdistdir}/tex/latex/montex/xalx.def
%doc %{_texmfdistdir}/doc/latex/montex/00README
%doc %{_texmfdistdir}/doc/latex/montex/00readme.mfinput.km
%doc %{_texmfdistdir}/doc/latex/montex/ANNOUNCE
%doc %{_texmfdistdir}/doc/latex/montex/EMTEX
%doc %{_texmfdistdir}/doc/latex/montex/HISTORY
%doc %{_texmfdistdir}/doc/latex/montex/INSTALL
%doc %{_texmfdistdir}/doc/latex/montex/MIKTEX
%doc %{_texmfdistdir}/doc/latex/montex/TODO
%doc %{_texmfdistdir}/doc/latex/montex/UPDATE
%doc %{_texmfdistdir}/doc/latex/montex/cyrename.pl
%doc %{_texmfdistdir}/doc/latex/montex/fontlist.tex
%doc %{_texmfdistdir}/doc/latex/montex/mfinput/bithe/testfont.input
%doc %{_texmfdistdir}/doc/latex/montex/mfinput/bithe/testfont.sh
%doc %{_texmfdistdir}/doc/latex/montex/mkmlsmf.pl
%doc %{_texmfdistdir}/doc/latex/montex/mls-diag.tex
%doc %{_texmfdistdir}/doc/latex/montex/mlsquick.pdf
%doc %{_texmfdistdir}/doc/latex/montex/mlsquick.tex
%doc %{_texmfdistdir}/doc/latex/montex/mnhyphen.tex
%doc %{_texmfdistdir}/doc/latex/montex/montex.pdf
%doc %{_texmfdistdir}/doc/latex/montex/montex.tex
%doc %{_texmfdistdir}/doc/latex/montex/montex.xml
%doc %{_texmfdistdir}/doc/latex/montex/mtdocmac.tex
%doc %{_texmfdistdir}/doc/latex/montex/testfont.input
%doc %{_texmfdistdir}/doc/latex/montex/testfont.sh
%doc %{_texmfdistdir}/doc/latex/montex/zanabazr.pdf
%doc %{_texmfdistdir}/doc/latex/montex/zanabazr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> IVu.04.092-3
+ Revision: 35cfcd8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20790 |14mr|texlive-moreenum-1.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24479
# category Package
# catalog-ctan /macros/latex/contrib/moreenum
# catalog-date 2011-11-03 12:59:01 +0100
# catalog-license lppl1.3
# catalog-version 1.03
Name:		texlive-moreenum
Version:	1.03
Release:	3
Summary:	More enumeration options
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/moreenum
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moreenum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moreenum.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the following new enumerate styles: -
\greek for lowercase Greek letters; - \Greek for uppercase
Greek letters; - \enumHex for uppercase hexadecimal
enumeration; - \enumhex for lowercase hexadecimal enumeration;
- \enumbinary for binary enumeration; - \enumoctal for octal
enumeration; - \levelnth for "1st", "2nd", "3rd" etc., with the
"nth"s on the baseline; - raisenth for "1st", "2nd", "3rd"
etc., with the "nth"s raised; - \nthwords for "first",
"second", "third" etc.; - \Nthwords for "First", "Second",
"Third" etc.; - \NTHWORDS for "FIRST", "SECOND", "THIRD" etc.;
- \nwords for "one", "two", "three" etc.; - \Nwords for "One",
"Two", "Three" etc.; and - \NWORDS for "ONE", "TWO", "THREE"
etc. Each of these works with enumitem's "starred variant"
feature. So \begin{enumerate}[label=\enumhex*] will output a
hex enumerated list. Enumitem provides a start=0 option for
starting your enumerations at 0. The package requires amsmath,
alphalph, enumitem (of course), binhex and nth, all of which
are widely available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/moreenum/moreenum.sty
%doc %{_texmfdistdir}/doc/latex/moreenum/README
%doc %{_texmfdistdir}/doc/latex/moreenum/moreenum-doc.pdf
%doc %{_texmfdistdir}/doc/latex/moreenum/moreenum-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.03-3
+ Revision: dd66e1d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20791 |14mr|texlive-morefloats-1.0f-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25232
# category Package
# catalog-ctan /macros/latex/contrib/morefloats
# catalog-date 2012-01-29 16:01:54 +0100
# catalog-license lppl1.3
# catalog-version 1.0f
Name:		texlive-morefloats
Version:	1.0f
Release:	2
Summary:	Increase the number of simultaneous LaTeX floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/morefloats
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morefloats.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morefloats.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morefloats.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX can, by default, only cope with 18 outstanding floats;
any more, and you get the error "too many unprocessed floats".
This package releases the limit; TeX itself imposes limits
(which are independent of the help offered by e-TeX). However,
if your floats can't be placed anywhere, extending the number
of floats merely delays the arrival of the inevitable error
message.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/morefloats/morefloats.sty
%doc %{_texmfdistdir}/doc/latex/morefloats/README
%doc %{_texmfdistdir}/doc/latex/morefloats/morefloats-example.pdf
%doc %{_texmfdistdir}/doc/latex/morefloats/morefloats-example.tex
%doc %{_texmfdistdir}/doc/latex/morefloats/morefloats.pdf
#- source
%doc %{_texmfdistdir}/source/latex/morefloats/morefloats.drv
%doc %{_texmfdistdir}/source/latex/morefloats/morefloats.dtx
%doc %{_texmfdistdir}/source/latex/morefloats/morefloats.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0f-2
+ Revision: f5562d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20792 |14mr|texlive-morehype-20130123-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28921
# category Package
# catalog-ctan /macros/latex/contrib/morehype
# catalog-date 2013-01-23 12:31:43 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-morehype
Version:	20130123
Release:	6
Summary:	Hypertext tools for use with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/morehype
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morehype.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morehype.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morehype.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides three packages: - texlinks: shorthand
macros for TeX-related external hyperlinks with hyperref, the
blog package in the present bundle, etc; - hypertoc: adjust the
presentation of coloured frames in hyperref tables of contents
(article class only); - blog: fast generation of simple HTML by
expanding LaTeX macros, using the fifinddo package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/morehype/atari_ht.fdf
%{_texmfdistdir}/tex/latex/morehype/blog.sty
%{_texmfdistdir}/tex/latex/morehype/blogdot.cfg
%{_texmfdistdir}/tex/latex/morehype/blogdot.sty
%{_texmfdistdir}/tex/latex/morehype/blogexec.sty
%{_texmfdistdir}/tex/latex/morehype/blogligs.sty
%{_texmfdistdir}/tex/latex/morehype/hypertoc.sty
%{_texmfdistdir}/tex/latex/morehype/lnavicol.sty
%{_texmfdistdir}/tex/latex/morehype/markblog.sty
%{_texmfdistdir}/tex/latex/morehype/morehype.RLS
%{_texmfdistdir}/tex/latex/morehype/texblog.fdf
%{_texmfdistdir}/tex/latex/morehype/texlinks.sty
%doc %{_texmfdistdir}/doc/latex/morehype/README
%doc %{_texmfdistdir}/doc/latex/morehype/README.pdf
%doc %{_texmfdistdir}/doc/latex/morehype/RELEASEs.txt
%doc %{_texmfdistdir}/doc/latex/morehype/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/morehype/blog.pdf
%doc %{_texmfdistdir}/doc/latex/morehype/blogdemo/hellowor/hellowor.htm
%doc %{_texmfdistdir}/doc/latex/morehype/blogdemo/hellowor/hellowor.tex
%doc %{_texmfdistdir}/doc/latex/morehype/blogdemo/hellowor/mkhellow.tex
%doc %{_texmfdistdir}/doc/latex/morehype/blogdemo/writings/makehtml.tex
%doc %{_texmfdistdir}/doc/latex/morehype/blogdemo/writings/schreibt.tex
%doc %{_texmfdistdir}/doc/latex/morehype/blogdemo/writings/writings.fdf
%doc %{_texmfdistdir}/doc/latex/morehype/blogexec.pdf
%doc %{_texmfdistdir}/doc/latex/morehype/hypertoc.pdf
%doc %{_texmfdistdir}/doc/latex/morehype/markblog.htm
%doc %{_texmfdistdir}/doc/latex/morehype/ref_alts.tex
%doc %{_texmfdistdir}/doc/latex/morehype/texlinks.pdf
%doc %{_texmfdistdir}/doc/latex/morehype/wiki_mwe.pdf
%doc %{_texmfdistdir}/doc/latex/morehype/wiki_mwe.tex
#- source
%doc %{_texmfdistdir}/source/latex/morehype/README.tex
%doc %{_texmfdistdir}/source/latex/morehype/blog.tex
%doc %{_texmfdistdir}/source/latex/morehype/blogdot.css
%doc %{_texmfdistdir}/source/latex/morehype/blogexec.tex
%doc %{_texmfdistdir}/source/latex/morehype/fdatechk.tex
%doc %{_texmfdistdir}/source/latex/morehype/hypertoc.tex
%doc %{_texmfdistdir}/source/latex/morehype/markblog.tex
%doc %{_texmfdistdir}/source/latex/morehype/srcfiles.tex
%doc %{_texmfdistdir}/source/latex/morehype/texlinks.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130123-6
+ Revision: c34cc26
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20793 |14mr|texlive-moresize-1.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17513
# category Package
# catalog-ctan /macros/latex/contrib/moresize
# catalog-date 2010-03-20 19:23:31 +0100
# catalog-license lppl
# catalog-version 1.9
Name:		texlive-moresize
Version:	1.9
Release:	3
Summary:	Allows font sizes up to 35.83pt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/moresize
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moresize.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moresize.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moresize.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for using font sizes up to 35.88pt, for example with
the EC fonts. New commands \HUGE and \ssmall for selecting font
sizes are provided together with some options working around
current LaTeX2e shortcomings in using big font sizes. The
package also provides options for improving the typesetting of
paragraphs (or headlines) with embedded math expressions at
font sizes above 17.28pt.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/moresize/moresize.sty
%doc %{_texmfdistdir}/doc/latex/moresize/moresize.pdf
%doc %{_texmfdistdir}/doc/latex/moresize/moresize.upl
%doc %{_texmfdistdir}/doc/latex/moresize/msizetst.tex
#- source
%doc %{_texmfdistdir}/source/latex/moresize/moresize.dtx
%doc %{_texmfdistdir}/source/latex/moresize/moresize.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9-3
+ Revision: 85064df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20794 |14mr|texlive-moreverb-2.3a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22126
# category Package
# catalog-ctan /macros/latex/contrib/moreverb
# catalog-date 2011-04-18 22:03:09 +0200
# catalog-license lppl
# catalog-version 2.3a
Name:		texlive-moreverb
Version:	2.3a
Release:	3
Summary:	Extended verbatim
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/moreverb
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moreverb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moreverb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moreverb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of verbatim facilities that provide line-numbered
verbatim, verbatim that obey's TAB characters, verbatim input
and verbatim output to file. The package makes use of the LaTeX
required verbatim package. The package formed from a series of
small pieces, and is somewhat unstructured. The user who looks
for thought-through verbatim facilities is advised to consider
using the fancyvrb package in place of moreverb.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/moreverb/moreverb.sty
%doc %{_texmfdistdir}/doc/latex/moreverb/README
%doc %{_texmfdistdir}/doc/latex/moreverb/moreverb.pdf
#- source
%doc %{_texmfdistdir}/source/latex/moreverb/moreverb.dtx
%doc %{_texmfdistdir}/source/latex/moreverb/moreverb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3a-3
+ Revision: 782b23a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20795 |14mr|texlive-morewrites-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27138
# category Package
# catalog-ctan /macros/latex/contrib/morewrites
# catalog-date 2012-07-16 14:57:58 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-morewrites
Version:	0.2
Release:	2
Summary:	Always room for a new write stream
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/morewrites
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morewrites.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morewrites.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morewrites.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package aims to solve the error "No room for a new \write",
which occurs when the user, or when the user's packages have
'allocated too many streams using \newwrite (TeX has a fixed
number - 16 - such streams built-in to its code). The package
hooks into TeX primitive commands associated with writing to
files; it should be loaded near the beginning of the sequence
of loading packages for a document. The package uses the
l3kernel bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/morewrites/morewrites.sty
%{_texmfdistdir}/tex/latex/morewrites/primargs.sty
%doc %{_texmfdistdir}/doc/latex/morewrites/README
%doc %{_texmfdistdir}/doc/latex/morewrites/morewrites.pdf
%doc %{_texmfdistdir}/doc/latex/morewrites/primargs.pdf
#- source
%doc %{_texmfdistdir}/source/latex/morewrites/morewrites.dtx
%doc %{_texmfdistdir}/source/latex/morewrites/morewrites.ins
%doc %{_texmfdistdir}/source/latex/morewrites/primargs.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-2
+ Revision: 2efc22b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20796 |14mr|texlive-movie15-20120517-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26473
# category Package
# catalog-ctan /macros/latex/contrib/movie15
# catalog-date 2012-05-17 13:04:31 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-movie15
Version:	20120517
Release:	2
Summary:	Multimedia inclusion package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/movie15
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/movie15.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/movie15.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides an interface to embed movies, sounds and 3D objects
into PDF documents for use with LaTeX as well as pdfLaTeX.
Defines \includemovie with PDF-1.5 compatibility. Option
'autoplay' causes the media clip to be started right after the
page has loaded. This is useful for side by side movie clips to
be played back synchronously.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/movie15/movie15.sty
%doc %{_texmfdistdir}/doc/latex/movie15/README
%doc %{_texmfdistdir}/doc/latex/movie15/files/3dsystem.fig
%doc %{_texmfdistdir}/doc/latex/movie15/files/3dsystem.pdf
%doc %{_texmfdistdir}/doc/latex/movie15/files/3dsystem.tex
%doc %{_texmfdistdir}/doc/latex/movie15/files/dice.u3d
%doc %{_texmfdistdir}/doc/latex/movie15/files/dice.vws
%doc %{_texmfdistdir}/doc/latex/movie15/files/dice.wrl
%doc %{_texmfdistdir}/doc/latex/movie15/files/mailto.png
%doc %{_texmfdistdir}/doc/latex/movie15/files/random.mpg
%doc %{_texmfdistdir}/doc/latex/movie15/javascript/animation.js
%doc %{_texmfdistdir}/doc/latex/movie15/javascript/lights.js
%doc %{_texmfdistdir}/doc/latex/movie15/javascript/turntable.js
%doc %{_texmfdistdir}/doc/latex/movie15/movie15.pdf
%doc %{_texmfdistdir}/doc/latex/movie15/movie15.tex
%doc %{_texmfdistdir}/doc/latex/movie15/overlay-example.pdf
%doc %{_texmfdistdir}/doc/latex/movie15/overlay-example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120517-2
+ Revision: f5c7375
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20797 |14mr|texlive-mp3d-1.34-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21771
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/mp3d
# catalog-date 2011-03-19 23:48:16 +0100
# catalog-license noinfo
# catalog-version 1.34
Name:		texlive-mp3d
Version:	1.34
Release:	3
Summary:	3D animations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/mp3d
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mp3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mp3d.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Create animations of 3-dimensional objects (such as polyhedra)
in MetaPost.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/mp3d/3d.mp
%{_texmfdistdir}/metapost/mp3d/3danim.mp
%{_texmfdistdir}/metapost/mp3d/3dgeom.mp
%{_texmfdistdir}/metapost/mp3d/3dpoly.mp
%{_texmfdistdir}/metapost/mp3d/3dutil.mp
%{_texmfdistdir}/metapost/mp3d/animpoly.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/README
%doc %{_texmfdistdir}/doc/metapost/mp3d/README.doc
%doc %{_texmfdistdir}/doc/metapost/mp3d/create_animation.sh
%doc %{_texmfdistdir}/doc/metapost/mp3d/cube10.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/cube4-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/cube5.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/cube6.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/cube7.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/cube8.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/cube9.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gut2001.pdf
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp1-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp1.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp2-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp2.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp3-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp3.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp4-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp4.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp5-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp5.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp6-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp6.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp7-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp7.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp8-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp8.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp9.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/monge-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/monge.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/paper1997corrected.pdf
%doc %{_texmfdistdir}/doc/metapost/mp3d/tb57roeg.pdf
%doc %{_texmfdistdir}/doc/metapost/mp3d/tb57roegel.ltx
%doc %{_texmfdistdir}/doc/metapost/mp3d/tugboat-geometry-space.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.34-3
+ Revision: 99decd7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20798 |14mr|texlive-mparhack-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mparhack
# catalog-date 2006-10-22 16:45:29 +0200
# catalog-license gpl
# catalog-version 1.4
Name:		texlive-mparhack
Version:	1.4
Release:	3
Summary:	A workaround for a LaTeX bug in marginpars
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mparhack
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mparhack.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mparhack.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mparhack.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Implements a workaround for the LaTeX bug that marginpars will
sometimes come out at the wrong margin.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mparhack/mparhack.sty
%doc %{_texmfdistdir}/doc/latex/mparhack/README
%doc %{_texmfdistdir}/doc/latex/mparhack/mparhack.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mparhack/mparhack.dtx
%doc %{_texmfdistdir}/source/latex/mparhack/mparhack.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 7faeb96
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20799 |14mr|texlive-mpattern-20061215-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/mpattern
# catalog-date 2006-12-15 22:34:26 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-mpattern
Version:	20061215
Release:	3
Summary:	Patterns in MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/mpattern
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpattern.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpattern.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for defining and using patterns in MetaPost, using
the Pattern Color Space available in PostScript Level 2.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/mpattern/mpattern.mp
%doc %{_texmfdistdir}/doc/metapost/mpattern/README
%doc %{_texmfdistdir}/doc/metapost/mpattern/README.PL
%doc %{_texmfdistdir}/doc/metapost/mpattern/mpattern_test.pdf
%doc %{_texmfdistdir}/doc/metapost/mpattern/mpattern_test.tex
%doc %{_texmfdistdir}/doc/metapost/mpattern/test.mp

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061215-3
+ Revision: bc95851
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20800 |14mr|texlive-mpcolornames-0.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23252
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/mpcolornames
# catalog-date 2011-07-18 09:05:38 +0200
# catalog-license lppl
# catalog-version 0.20
Name:		texlive-mpcolornames
Version:	0.20
Release:	3
Summary:	XXXX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/mpcolornames
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpcolornames.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpcolornames.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpcolornames.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The MetaPost format plain.mp provides only five built-in colour
names (variables), all of which are defined in the RGB model:
red, green and blue for the primary colours and black and
white. The package makes more than 500 colour names from
different colour sets in different colour models available to
MetaPost. Colour sets include X11, SVG, DVIPS and xcolor
specifications.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/mpcolornames/mpcolornames-spec-dvipsnam-def.mp
%{_texmfdistdir}/metapost/mpcolornames/mpcolornames-spec-plain-mp.mp
%{_texmfdistdir}/metapost/mpcolornames/mpcolornames-spec-svgnam-def.mp
%{_texmfdistdir}/metapost/mpcolornames/mpcolornames-spec-x11nam-def.mp
%{_texmfdistdir}/metapost/mpcolornames/mpcolornames-spec-xcolor-sty.mp
%{_texmfdistdir}/metapost/mpcolornames/mpcolornames.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/CHANGES
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/LICENSE
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/README
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/expl-array-index.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/fig-clash-svg-dvips.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/mpcolornames.pdf
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/mpcolornames.tex
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/proof-mpcolornames.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/proof-spec-dvipsnam-def.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/proof-spec-plain-mp.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/proof-spec-svgnam-def.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/proof-spec-x11nam-def.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/proof-spec-xcolor-sty.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/tab-clash-svg-dvips.tex
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/tab-spec-dvipsnam-def.tex
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/tab-spec-plain-mp.tex
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/tab-spec-svgnam-def.tex
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/tab-spec-x11nam-def.tex
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/tab-spec-xcolor-sty.tex
#- source
%doc %{_texmfdistdir}/source/metapost/mpcolornames/Makefile
%doc %{_texmfdistdir}/source/metapost/mpcolornames/spec-dvipsnam-def.awk
%doc %{_texmfdistdir}/source/metapost/mpcolornames/spec-plain-mp.awk
%doc %{_texmfdistdir}/source/metapost/mpcolornames/spec-svgnam-def.awk
%doc %{_texmfdistdir}/source/metapost/mpcolornames/spec-x11nam-def.awk
%doc %{_texmfdistdir}/source/metapost/mpcolornames/spec-xcolor-sty.awk
%doc %{_texmfdistdir}/source/metapost/mpcolornames/tab-clash-svg-dvips.awk

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.20-3
+ Revision: 955da47
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20801 |14mr|texlive-mpgraphics-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27230
# category Package
# catalog-ctan /macros/latex/contrib/mpgraphics
# catalog-date 2012-07-25 12:42:57 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-mpgraphics
Version:	0.3
Release:	2
Summary:	Process and display MetaPost figures inline
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mpgraphics
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpgraphics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpgraphics.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpgraphics.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows LaTeX users to typeset MetaPost code inline
and display figures in their documents with only and only one
run of LaTeX, PDFLaTeX or XelaTeX (no separate runs of mpost).
Mpgraphics achieves this by using the shell escape (\write 18)
feature of current TeX distributions, so that the whole process
is automatic and the end user is saved the tiresome processing.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mpgraphics/mpgraphics.sty
%doc %{_texmfdistdir}/doc/latex/mpgraphics/README
%doc %{_texmfdistdir}/doc/latex/mpgraphics/mpgraphics-example.ltx
%doc %{_texmfdistdir}/doc/latex/mpgraphics/mpgraphics.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mpgraphics/mpgraphics.dtx
%doc %{_texmfdistdir}/source/latex/mpgraphics/mpgraphics.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-2
+ Revision: 09ae292
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20802 |14mr|texlive-mpman-ru-1.004-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/metapost/doc/russian/mpman-ru
# catalog-date 2008-08-22 17:15:44 +0200
# catalog-license other-free
# catalog-version 1.004
Name:		texlive-mpman-ru
Version:	1.004
Release:	3
Summary:	A Russian translation of the MetaPost manual
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/metapost/doc/russian/mpman-ru
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpman-ru.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpman-ru.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A translation of the user manual, as distributed with MetaPost
itself.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/metapost/mpman-ru/Makefile
%doc %{_texmfdistdir}/doc/metapost/mpman-ru/README
%doc %{_texmfdistdir}/doc/metapost/mpman-ru/README.ru.koi8-r
%doc %{_texmfdistdir}/doc/metapost/mpman-ru/bm-to-utf16be.awk
%doc %{_texmfdistdir}/doc/metapost/mpman-ru/ctabbing.sty
%doc %{_texmfdistdir}/doc/metapost/mpman-ru/extract-bm.awk
%doc %{_texmfdistdir}/doc/metapost/mpman-ru/idx1.awk
%doc %{_texmfdistdir}/doc/metapost/mpman-ru/idx2.awk
%doc %{_texmfdistdir}/doc/metapost/mpman-ru/idx3.awk
%doc %{_texmfdistdir}/doc/metapost/mpman-ru/manfig-ru.mp
%doc %{_texmfdistdir}/doc/metapost/mpman-ru/mpman-optab-ru.tex
%doc %{_texmfdistdir}/doc/metapost/mpman-ru/mpman-ru.pdf
%doc %{_texmfdistdir}/doc/metapost/mpman-ru/mpman-ru.tex
%doc %{_texmfdistdir}/doc/metapost/mpman-ru/mpman.ist

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.004-3
+ Revision: 220a2fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20803 |14mr|texlive-mptopdf-20140214-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32580
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-mptopdf
Version:	20140214
Release:	3
Summary:	mpost to PDF, native MetaPost graphics inclusion
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mptopdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mptopdf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Provides:	texlive-mptopdf.bin = %{EVRD}
Conflicts:  texlive-context < 20130426

%description
The mptopdf script does standalone conversion from mpost to
PDF, using the supp-* and syst-* files.  They also allow native
MetaPost graphics inclusion in LaTeX (via pdftex.def) and
ConTeXt.  They can be used independently of the rest of
ConTeXt, yet are maintained as part of it.  So in TeX Live we
pull them out to this separate package for the benefit of LaTeX
users who do not install the rest of ConTeXt.  This can be
found on CTAN in macros/pdftex/graphics.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/mptopdf
%{_texmfdistdir}/scripts/context/perl/mptopdf.pl
%{_texmfdistdir}/scripts/context/stubs/mswin/mptopdf.exe
%{_texmfdistdir}/tex/context/base/supp-mis.mkii
%{_texmfdistdir}/tex/context/base/supp-mpe.mkii
%{_texmfdistdir}/tex/context/base/supp-pdf.mkii
%{_texmfdistdir}/tex/context/base/syst-tex.mkii
%{_texmfdistdir}/tex/generic/context/mptopdf/mptopdf.tex
%_texmf_fmtutil_d/mptopdf
%doc %{_texmfdistdir}/doc/context/scripts/mkii/mptopdf.man
%doc %{_mandir}/man1/mptopdf.1*
%doc %{_texmfdistdir}/doc/man/man1/mptopdf.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/context/perl/mptopdf.pl mptopdf
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/mptopdf <<EOF
#
# from mptopdf:
mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20140214-3
+ Revision: def03c2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20804 |14mr|texlive-ms-20120524-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29849
# category Package
# catalog-ctan /macros/latex/contrib/ms
# catalog-date 2012-05-24 17:58:39 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-ms
Version:	20120524
Release:	6
Summary:	Various LaTeX packages by Martin Schroder
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ms
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ms.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ms.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ms.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A bundle of LaTeX packages by Martin Schroder; the collection
comprises: - count1to, make use of fixed TeX counters; -
everysel, set commands to execute every time a font is
selected; - everyshi, set commands to execute whenever a page
is shipped out; - multitoc, typeset the table of contents in
multiple columns; - prelim2e, mark typeset pages as
preliminary; and - ragged2e, typeset ragged text and allow
hyphenation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ms/count1to.sty
%{_texmfdistdir}/tex/latex/ms/everysel.sty
%{_texmfdistdir}/tex/latex/ms/everyshi.sty
%{_texmfdistdir}/tex/latex/ms/multitoc.sty
%{_texmfdistdir}/tex/latex/ms/prelim2e.sty
%{_texmfdistdir}/tex/latex/ms/ragged2e.sty
%doc %{_texmfdistdir}/doc/latex/ms/count1to.pdf
%doc %{_texmfdistdir}/doc/latex/ms/everysel.pdf
%doc %{_texmfdistdir}/doc/latex/ms/everyshi.asc
%doc %{_texmfdistdir}/doc/latex/ms/everyshi.bug
%doc %{_texmfdistdir}/doc/latex/ms/everyshi.pdf
%doc %{_texmfdistdir}/doc/latex/ms/multitoc.asc
%doc %{_texmfdistdir}/doc/latex/ms/multitoc.bug
%doc %{_texmfdistdir}/doc/latex/ms/multitoc.pdf
%doc %{_texmfdistdir}/doc/latex/ms/prelim2e.pdf
%doc %{_texmfdistdir}/doc/latex/ms/ragged2e.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ms/count1to.drv
%doc %{_texmfdistdir}/source/latex/ms/count1to.dtx
%doc %{_texmfdistdir}/source/latex/ms/count1to.ins
%doc %{_texmfdistdir}/source/latex/ms/everysel.drv
%doc %{_texmfdistdir}/source/latex/ms/everysel.dtx
%doc %{_texmfdistdir}/source/latex/ms/everysel.ins
%doc %{_texmfdistdir}/source/latex/ms/everyshi.drv
%doc %{_texmfdistdir}/source/latex/ms/everyshi.dtx
%doc %{_texmfdistdir}/source/latex/ms/everyshi.ins
%doc %{_texmfdistdir}/source/latex/ms/multitoc.drv
%doc %{_texmfdistdir}/source/latex/ms/multitoc.dtx
%doc %{_texmfdistdir}/source/latex/ms/multitoc.ins
%doc %{_texmfdistdir}/source/latex/ms/prelim2e.drv
%doc %{_texmfdistdir}/source/latex/ms/prelim2e.dtx
%doc %{_texmfdistdir}/source/latex/ms/prelim2e.ins
%doc %{_texmfdistdir}/source/latex/ms/ragged2e.drv
%doc %{_texmfdistdir}/source/latex/ms/ragged2e.dtx
%doc %{_texmfdistdir}/source/latex/ms/ragged2e.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120524-6
+ Revision: 40305e4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20805 |14mr|texlive-msc-1.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/msc
# catalog-date 2008-06-02 14:52:39 +0200
# catalog-license lppl
# catalog-version 1.16
Name:		texlive-msc
Version:	1.16
Release:	3
Summary:	Draw MSC diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/msc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/msc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/msc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package should be useful to all people that prepare their
texts with LaTeX and want to draw Message Sequence Charts in
their texts. The package is not an MSC editor; it simply takes
a textual description of an MSC and draws the corresponding
MSC. The current version of the MSC macro package supports the
full MSC2000 language.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/msc/biblio.bib
%{_texmfdistdir}/tex/latex/msc/msc.sty
%doc %{_texmfdistdir}/doc/latex/msc/COPYRIGHT.txt
%doc %{_texmfdistdir}/doc/latex/msc/README
%doc %{_texmfdistdir}/doc/latex/msc/maintenance.pdf
%doc %{_texmfdistdir}/doc/latex/msc/maintenance.tex
%doc %{_texmfdistdir}/doc/latex/msc/manual.pdf
%doc %{_texmfdistdir}/doc/latex/msc/manual.tex
%doc %{_texmfdistdir}/doc/latex/msc/refman.pdf
%doc %{_texmfdistdir}/doc/latex/msc/refman.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.16-3
+ Revision: b9b50e1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20806 |14mr|texlive-msg-0.40-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/msg
# catalog-date 2006-11-16 17:55:10 +0100
# catalog-license lppl
# catalog-version 0.40
Name:		texlive-msg
Version:	0.40
Release:	3
Summary:	A package for LaTeX localisation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/msg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/msg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/msg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/msg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is designed to localise any document class or
package. This should be very useful for end-users who could
obtain messages in their own preferred language. It is really
easy to use by writers of other classes and packages.
Volunteers are urged to test the package, report, and even to
localise the message file to their own language. Documentation
is provided in English.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/msg/french_msg-msg.tex
%{_texmfdistdir}/tex/latex/msg/german_msg-msg.tex
%{_texmfdistdir}/tex/latex/msg/msg-msg.tex
%{_texmfdistdir}/tex/latex/msg/msg.sty
%{_texmfdistdir}/tex/latex/msg/norsk_msg-msg.tex
%doc %{_texmfdistdir}/doc/latex/msg/CHANGES
%doc %{_texmfdistdir}/doc/latex/msg/README
%doc %{_texmfdistdir}/doc/latex/msg/README_msg_doc.txt
%doc %{_texmfdistdir}/doc/latex/msg/msg.pdf
%doc %{_texmfdistdir}/doc/latex/msg/msgguide.pdf
%doc %{_texmfdistdir}/doc/latex/msg/msgguide.tex
%doc %{_texmfdistdir}/doc/latex/msg/msgtest.tex
#- source
%doc %{_texmfdistdir}/source/latex/msg/Makefile
%doc %{_texmfdistdir}/source/latex/msg/msg.dtx
%doc %{_texmfdistdir}/source/latex/msg/msg.ins
%doc %{_texmfdistdir}/source/latex/msg/msgfiles.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.40-3
+ Revision: f3847fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20807 |14mr|texlive-mslapa-20100320-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17514
# category Package
# catalog-ctan /macros/latex/contrib/mslapa
# catalog-date 2010-03-20 19:23:31 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-mslapa
Version:	20100320
Release:	3
Summary:	Michael Landy's APA citation style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mslapa
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mslapa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mslapa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX and BibTeX style files for a respectably close
approximation to APA (American Psychological Association)
citation and reference style.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/mslapa/mslapa.bst
%{_texmfdistdir}/tex/latex/mslapa/mslapa.sty
%doc %{_texmfdistdir}/doc/latex/mslapa/README
%doc %{_texmfdistdir}/doc/latex/mslapa/bibfile.bib
%doc %{_texmfdistdir}/doc/latex/mslapa/examp.tex
%doc %{_texmfdistdir}/doc/latex/mslapa/mslapa.pdf
%doc %{_texmfdistdir}/doc/latex/mslapa/mslapa.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100320-3
+ Revision: 10c1338
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20808 |14mr|texlive-msu-thesis-2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27141
# category Package
# catalog-ctan /macros/latex/contrib/msu-thesis
# catalog-date 2012-07-06 10:47:39 +0200
# catalog-license lppl1.3
# catalog-version 2.2
Name:		texlive-msu-thesis
Version:	2.2
Release:	2
Summary:	Class for Michigan State University Master's and PhD theses
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/msu-thesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/msu-thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/msu-thesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a class file for producing dissertations and theses
according to the Michigan State University Graduate School
Guidelines for Electronic Submission of Master's Theses and
Dissertations (2010). The class is based on the memoir document
class, and thefore inherits all of the functionality of that
class.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/msu-thesis/gb4e-compat.tex
%{_texmfdistdir}/tex/latex/msu-thesis/msu-thesis.cls
%doc %{_texmfdistdir}/doc/latex/msu-thesis/README
%doc %{_texmfdistdir}/doc/latex/msu-thesis/msu-thesis.pdf
%doc %{_texmfdistdir}/doc/latex/msu-thesis/msu-thesis.tex
%doc %{_texmfdistdir}/doc/latex/msu-thesis/samples/MSU-thesis-template.pdf
%doc %{_texmfdistdir}/doc/latex/msu-thesis/samples/MSU-thesis-template.tex
%doc %{_texmfdistdir}/doc/latex/msu-thesis/samples/MSU-thesis-testfile.bib
%doc %{_texmfdistdir}/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf
%doc %{_texmfdistdir}/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex
%doc %{_texmfdistdir}/doc/latex/msu-thesis/samples/unified.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-2
+ Revision: 61bfa13
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20809 |14mr|texlive-mtgreek-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17967
# category Package
# catalog-ctan /macros/latex/contrib/mtgreek
# catalog-date 2010-04-21 23:25:04 +0200
# catalog-license lppl
# catalog-version 1.1+
Name:		texlive-mtgreek
Version:	1.1
Release:	3
Summary:	Use italic and upright greek letters with mathtime
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mtgreek
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mtgreek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mtgreek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mtgreek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is an add-on to the MathTime a style to provide
TeX support for the use of the MathTime(tm) fonts (formerly
distributed by YandY, Inc.). The MathTime package has uppercase
Greek letters hardwired to be upright and only upright; this
package provides a switch to choose between the two kinds of
Greek uppercase letters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mtgreek/mtgreek.sty
%doc %{_texmfdistdir}/doc/latex/mtgreek/mtgreek.pdf
%doc %{_texmfdistdir}/doc/latex/mtgreek/mtgreek.tex
%doc %{_texmfdistdir}/doc/latex/mtgreek/mtgtest.tex
#- source
%doc %{_texmfdistdir}/source/latex/mtgreek/mtgreek.dtx
%doc %{_texmfdistdir}/source/latex/mtgreek/mtgreek.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 808524c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20810 |14mr|texlive-m-tx-0.60d-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category Package
# catalog-ctan /support/m-tx
# catalog-date 2013-01-20 14:45:16 +0100
# catalog-license gpl
# catalog-version 0.60d 2013-01-19
Name:		texlive-m-tx
Version:	0.60d
Release:	7
Summary:	A preprocessor for pmx
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/m-tx
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/m-tx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/m-tx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-m-tx.bin

%description
M-Tx is a preprocessor to pmx, which is itself a preprocessor
to musixtex, a music typesetting system. The prime motivation
to the development of M-Tx was to provide lyrics for music to
be typeset. In fact, pmx now provides a lyrics interface, but
M-Tx continues in use by those who prefer its language.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/m-tx
%{_texmfdistdir}/scripts/m-tx/m-tx.lua
%{_texmfdistdir}/tex/generic/m-tx/mtx.tex
%doc %{_texmfdistdir}/doc/generic/m-tx/README
%doc %{_texmfdistdir}/doc/generic/m-tx/m-tx.html
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx-install.pdf
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx-install.tex
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060.pdf
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/Makefile
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/README
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/borup.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/chord.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/dertod.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/docversion
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/dona.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/dwoman.mta
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/dwoman.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/halleluja.ltx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/kanons.ltx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/kroonhom.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/loofnou.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/lyrics.tex
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/macro.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/make-dvi
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/make-pdf
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/make-target
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma.mta
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma1.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma2.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma3.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma4.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma5.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma6.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/meter.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/mozart.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/mozart0.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/mtxdoc.sty
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/mtxdoc.tex
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/mtxindex.tex
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/mtxlatex.sty
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/netfirst.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/netsoos.mta
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/netsoos1.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/netsoos2.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/notes.tex
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/pdfcat
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/psalm42.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/sanctus.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/title.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/title1.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/viva.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/volta.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/prepmx.html
%doc %{_mandir}/man1/m-tx.1*
%doc %{_texmfdistdir}/doc/man/man1/m-tx.man1.pdf
%doc %{_mandir}/man1/prepmx.1*
%doc %{_texmfdistdir}/doc/man/man1/prepmx.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/m-tx/m-tx.lua m-tx
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.60d-7
+ Revision: e0ed31b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20811 |14mr|texlive-multenum-20110320-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21775
# category Package
# catalog-ctan /macros/latex/contrib/multenum
# catalog-date 2011-03-20 19:39:20 +0100
# catalog-license lppl1
# catalog-version undef
Name:		texlive-multenum
Version:	20110320
Release:	3
Summary:	Multi-column enumerated lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multenum
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multenum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multenum.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines an environment multienumerate, that produces an
enumerated array in which columns are vertically aligned on the
counter. The motivation was lists of answers for a text book,
where there are many rather small items; the multienumerate
environment goes some way to making such lists look neater.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/multenum/multienum.sty
%doc %{_texmfdistdir}/doc/latex/multenum/README
%doc %{_texmfdistdir}/doc/latex/multenum/multienum.article
%doc %{_texmfdistdir}/doc/latex/multenum/multienum.pdf
%doc %{_texmfdistdir}/doc/latex/multenum/multienum.sample

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110320-3
+ Revision: d3a09cc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20812 |14mr|texlive-multi-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-multi
Version:	20111103
Release:	3
Summary:	TeXLive multi package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multi.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive multi package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/multi/2up.pro
%{_texmfdistdir}/dvips/multi/4up.pro
%{_texmfdistdir}/dvips/multi/multi.pro

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: e8be507
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20813 |14mr|texlive-multibbl-v1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/multibbl
# catalog-date 2007-05-25 16:15:27 +0200
# catalog-license lppl
# catalog-version v1.1
Name:		texlive-multibbl
Version:	v1.1
Release:	3
Summary:	Multiple bibliographies
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multibbl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibbl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibbl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibbl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package multibbl redefines the standard bibliographic
commands so that one can generate multiple reference sections.
Each section has it own auxiliary file (for use with BibTeX)
and title.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/multibbl/multibbl.sty
%doc %{_texmfdistdir}/doc/latex/multibbl/multibbl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/multibbl/multibbl.dtx
%doc %{_texmfdistdir}/source/latex/multibbl/multibbl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.1-3
+ Revision: 2cdecde
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20814 |14mr|texlive-multibib-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/multibib
# catalog-date 2008-12-10 20:42:30 +0100
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-multibib
Version:	1.4
Release:	3
Summary:	Multiple bibliographies within one document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multibib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Multibib the creation of references to multiple bibliographies
within one document. It thus provides complementary
functionality to packages like bibunits and chapterbib, which
allow the creation of one bibliography for multiple, but
different parts of the document. Multibib is compatible with
inlinebib, natbib, and koma-script.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/multibib/mbplain.bst
%{_texmfdistdir}/bibtex/bst/multibib/mbunsrtdin.bst
%{_texmfdistdir}/makeindex/multibib/mbgglo.ist
%{_texmfdistdir}/makeindex/multibib/mbgind.ist
%{_texmfdistdir}/tex/latex/multibib/multibib.sty
%doc %{_texmfdistdir}/doc/latex/multibib/README
%doc %{_texmfdistdir}/doc/latex/multibib/bibtexall
%doc %{_texmfdistdir}/doc/latex/multibib/multibib.pdf
#- source
%doc %{_texmfdistdir}/source/latex/multibib/multibib.dtx
%doc %{_texmfdistdir}/source/latex/multibib/multibib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 45fdf46
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20815 |14mr|texlive-multibibliography-1.03-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30939
# category Package
# catalog-ctan /macros/latex/contrib/multibibliography
# catalog-date 2013-06-25 10:24:07 +0200
# catalog-license lppl1.3
# catalog-version 1.03
Name:		texlive-multibibliography
Version:	1.03
Release:	7
Summary:	Multiple versions of a bibliography, with different sort orders
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multibibliography
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibibliography.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibibliography.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibibliography.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-multibibliography.bin = %{EVRD}

%description
Conventional standards for bibliography styles impose a forced
choice between index and name/year citations, and corresponding
references. The package avoids this choice, by providing
alphabetic, sequenced, and even chronological orderings of
references. Inline citations, that integrate these
heterogeneous styles, are also supported (and work with other
bibliography packages).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/multibibliography
%{_texmfdistdir}/bibtex/bst/multibibliography/chronological.bst
%{_texmfdistdir}/scripts/multibibliography/multibibliography.pl
%{_texmfdistdir}/tex/latex/multibibliography/multibibliography.sty
%doc %{_texmfdistdir}/doc/latex/multibibliography/Makefile
%doc %{_texmfdistdir}/doc/latex/multibibliography/README
%doc %{_texmfdistdir}/doc/latex/multibibliography/figure.pdf
%doc %{_texmfdistdir}/doc/latex/multibibliography/multibibliography.bib
%doc %{_texmfdistdir}/doc/latex/multibibliography/multibibliography.pdf
%doc %{_texmfdistdir}/doc/latex/multibibliography/tug-paper.pdf
%doc %{_texmfdistdir}/doc/latex/multibibliography/tug-paper.tex
%doc %{_texmfdistdir}/doc/latex/multibibliography/type.bib
#- source
%doc %{_texmfdistdir}/source/latex/multibibliography/multibibliography.dtx
%doc %{_texmfdistdir}/source/latex/multibibliography/multibibliography.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/multibibliography/multibibliography.pl multibibliography
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.03-7
+ Revision: a1638f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20816 |14mr|texlive-multicap-20061215-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/multicap
# catalog-date 2006-12-15 15:26:27 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-multicap
Version:	20061215
Release:	3
Summary:	Format captions inside multicols
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multicap
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multicap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multicap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multicap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a package for formatting captions of column figures and
column tabular material, which cannot be standard floats in a
multicols environment. The package also provides a convenient
way to customise your captions, whether they be in multicols or
not.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/multicap/multicap.sty
%doc %{_texmfdistdir}/doc/latex/multicap/multicap.pdf
#- source
%doc %{_texmfdistdir}/source/latex/multicap/multicap.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061215-3
+ Revision: 0f8177a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20817 |14mr|texlive-multido-1.42-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18302
# category Package
# catalog-ctan /macros/generic/multido
# catalog-date 2010-05-15 11:36:20 +0200
# catalog-license lppl
# catalog-version 1.42
Name:		texlive-multido
Version:	1.42
Release:	3
Summary:	A loop facility for Generic TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/multido
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multido.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multido.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multido.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the \multido command, which was originally
designed for use with with PSTricks. Fixed-point arithmetic is
used when working on the loop variable, so that the package is
equally applicable in graphics applications like PSTricks as it
is with the more common integer loops.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/multido/multido.tex
%{_texmfdistdir}/tex/latex/multido/multido.sty
%doc %{_texmfdistdir}/doc/generic/multido/Changes
%doc %{_texmfdistdir}/doc/generic/multido/multido-doc.pdf
%doc %{_texmfdistdir}/doc/generic/multido/multido-doc.tex
%doc %{_texmfdistdir}/doc/generic/multido/multido.pdf
#- source
%doc %{_texmfdistdir}/source/generic/multido/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.42-3
+ Revision: d0ff0d3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20818 |14mr|texlive-multienv-20120809-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26544
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-multienv
Version:	20120809
Release:	2
Summary:	TeXLive multienv package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multienv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multienv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multienv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive multienv package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/multienv/multienv.sty
%doc %{_texmfdistdir}/doc/latex/multienv/README
%doc %{_texmfdistdir}/doc/latex/multienv/multienv.pdf
#- source
%doc %{_texmfdistdir}/source/latex/multienv/multienv.dtx
%doc %{_texmfdistdir}/source/latex/multienv/multienv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120809-2
+ Revision: e04ae6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20819 |14mr|texlive-multiexpand-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28768
# category Package
# catalog-ctan /macros/latex/contrib/multiexpand
# catalog-date 2013-01-08 16:25:57 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-multiexpand
Version:	1.1
Release:	6
Summary:	Variations on the primitive command \expandafter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multiexpand
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multiexpand.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multiexpand.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multiexpand.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides two user commands; one that performs
multiple expansions, and one that does multiple \expandafter
operations, in a single macro call. The package requires eTeX's
\numexpr command. The author suggests that the same effect
could be provided by use of the command variant mechanisms of
LaTeX 3 (see, for example, the interface documentation of the
experimental LaTeX 3 kernel).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/multiexpand/multiexpand.sty
%doc %{_texmfdistdir}/doc/latex/multiexpand/README
%doc %{_texmfdistdir}/doc/latex/multiexpand/multiexpand.pdf
#- source
%doc %{_texmfdistdir}/source/latex/multiexpand/multiexpand.dtx
%doc %{_texmfdistdir}/source/latex/multiexpand/multiexpand.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 32ff096
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20820 |14mr|texlive-multiobjective-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/multiobjective
# catalog-date 2008-09-09 11:27:07 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-multiobjective
Version:	1.0
Release:	3
Summary:	Symbols for multibojective optimisation etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multiobjective
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multiobjective.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multiobjective.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multiobjective.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a series of operators commonly used in
papers related to multiobjective optimisation, multiobjective
evolutionary algorithms, multicriteria decision making and
similar fields.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/multiobjective/multiobjective.sty
%doc %{_texmfdistdir}/doc/latex/multiobjective/README
%doc %{_texmfdistdir}/doc/latex/multiobjective/multiobjective.pdf
#- source
%doc %{_texmfdistdir}/source/latex/multiobjective/multiobjective.dtx
%doc %{_texmfdistdir}/source/latex/multiobjective/multiobjective.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: d6ca6fe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20821 |14mr|texlive-multirow-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17256
# category Package
# catalog-ctan /macros/latex/contrib/multirow
# catalog-date 2010-02-27 22:08:17 +0100
# catalog-license lppl1
# catalog-version 1.6
Name:		texlive-multirow
Version:	1.6
Release:	3
Summary:	Create tabular cells spanning multiple rows
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multirow
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multirow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multirow.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package has a lot of flexibility, including an option for
specifying an entry at the "natural" width of its text. The
package is distributed with the bigdelim and bigstrut packages,
which can be used to advantage with \multirow cells.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/multirow/bigdelim.sty
%{_texmfdistdir}/tex/latex/multirow/bigstrut.sty
%{_texmfdistdir}/tex/latex/multirow/multirow.sty
%doc %{_texmfdistdir}/doc/latex/multirow/README
%doc %{_texmfdistdir}/doc/latex/multirow/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/multirow/multirow.pdf
%doc %{_texmfdistdir}/doc/latex/multirow/multirow.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: b302058
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20822 |14mr|texlive-munich-20070310-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/munich
# catalog-date 2007-03-10 12:18:05 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-munich
Version:	20070310
Release:	3
Summary:	An alternative authordate bibliography style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/munich
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/munich.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/munich.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Munich BibTeX style is produced with custom-bib, as a
German (and, more generally, Continental European) alternative
to such author-date styles as harvard and oxford.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/munich/munich.bst
%doc %{_texmfdistdir}/doc/latex/munich/README
%doc %{_texmfdistdir}/doc/latex/munich/documenation_munich_Bibtex_style.pdf
%doc %{_texmfdistdir}/doc/latex/munich/documenation_munich_Bibtex_style.tex
%doc %{_texmfdistdir}/doc/latex/munich/example_DB.bib
%doc %{_texmfdistdir}/doc/latex/munich/example_munich_Bibtex_style.pdf
%doc %{_texmfdistdir}/doc/latex/munich/example_munich_Bibtex_style.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070310-3
+ Revision: 357f32c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20823 |14mr|texlive-musixguit-1.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21649
# category Package
# catalog-ctan /macros/latex/contrib/musixguit
# catalog-date 2011-03-07 21:34:56 +0100
# catalog-license lppl1.3
# catalog-version 1.2.2
Name:		texlive-musixguit
Version:	1.2.2
Release:	3
Summary:	Easy notation for guitar music, in MusixTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/musixguit
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musixguit.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musixguit.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for typesetting notes for guitar,
especially for simplifying guitar notation with MusixTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/musixguit/musixguit.sty
%doc %{_texmfdistdir}/doc/latex/musixguit/README
%doc %{_texmfdistdir}/doc/latex/musixguit/musixguit_de.pdf
%doc %{_texmfdistdir}/doc/latex/musixguit/musixguit_de.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.2-3
+ Revision: b4f502f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20824 |14mr|texlive-musixtex-1.15-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29752
# category Package
# catalog-ctan /macros/musixtex
# catalog-date 2013-01-26 20:44:01 +0100
# catalog-license gpl
# catalog-version 1.15 (2013-01-21)
Name:		texlive-musixtex
Version:	1.15
Release:	9
Summary:	Sophisticated music typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/musixtex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-musixtex.bin = %{EVRD}

%description
MusiXTeX provides a set of macros, based on the earlier
MusicTeX, for typesetting music with TeX. To produce optimal
spacing, MusixTeX is a three-pass system: etex, musixflx, and
etex again. (Musixflx is a lua script that is provided in the
bundle.) The three-pass process, optionally followed by
processing for printed output, is automated by the musixtex
wrapper script. The package uses its own specialised fonts,
which must be available on the system for musixtex to run. This
version of MusixTeX builds upon work by Andreas Egler, whose
own version is no longer being developed. The MusiXTeX macros
are universally acknowledged to be challenging to use directly:
the pmx preprocessor compiles a simpler input language to
MusixTeX macros..

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/musixflx
%{_bindir}/musixtex
%{_texmfdistdir}/dvips/musixtex/psslurs.pro
%{_texmfdistdir}/scripts/musixtex/musixflx.lua
%{_texmfdistdir}/scripts/musixtex/musixtex.lua
%{_texmfdistdir}/tex/generic/musixtex/musixadd.tex
%{_texmfdistdir}/tex/generic/musixtex/musixbar.tex
%{_texmfdistdir}/tex/generic/musixtex/musixbbm.tex
%{_texmfdistdir}/tex/generic/musixtex/musixblx.tex
%{_texmfdistdir}/tex/generic/musixtex/musixbm.tex
%{_texmfdistdir}/tex/generic/musixtex/musixcho.tex
%{_texmfdistdir}/tex/generic/musixtex/musixcpt.tex
%{_texmfdistdir}/tex/generic/musixtex/musixcrd.tex
%{_texmfdistdir}/tex/generic/musixtex/musixdat.tex
%{_texmfdistdir}/tex/generic/musixtex/musixdbr.tex
%{_texmfdistdir}/tex/generic/musixtex/musixdia.tex
%{_texmfdistdir}/tex/generic/musixtex/musixeng.tex
%{_texmfdistdir}/tex/generic/musixtex/musixesf.tex
%{_texmfdistdir}/tex/generic/musixtex/musixevo.tex
%{_texmfdistdir}/tex/generic/musixtex/musixext.tex
%{_texmfdistdir}/tex/generic/musixtex/musixfll.sty
%{_texmfdistdir}/tex/generic/musixtex/musixfll.tex
%{_texmfdistdir}/tex/generic/musixtex/musixgre.tex
%{_texmfdistdir}/tex/generic/musixtex/musixgui.tex
%{_texmfdistdir}/tex/generic/musixtex/musixhor.tex
%{_texmfdistdir}/tex/generic/musixtex/musixhou.tex
%{_texmfdistdir}/tex/generic/musixtex/musixinv.tex
%{_texmfdistdir}/tex/generic/musixtex/musixlit.tex
%{_texmfdistdir}/tex/generic/musixtex/musixlyr.tex
%{_texmfdistdir}/tex/generic/musixtex/musixmad.tex
%{_texmfdistdir}/tex/generic/musixtex/musixper.tex
%{_texmfdistdir}/tex/generic/musixtex/musixpoi.tex
%{_texmfdistdir}/tex/generic/musixtex/musixps.tex
%{_texmfdistdir}/tex/generic/musixtex/musixref.tex
%{_texmfdistdir}/tex/generic/musixtex/musixslu.tex
%{_texmfdistdir}/tex/generic/musixtex/musixsqr.tex
%{_texmfdistdir}/tex/generic/musixtex/musixste.tex
%{_texmfdistdir}/tex/generic/musixtex/musixstf.tex
%{_texmfdistdir}/tex/generic/musixtex/musixstr.tex
%{_texmfdistdir}/tex/generic/musixtex/musixsty.tex
%{_texmfdistdir}/tex/generic/musixtex/musixtex.tex
%{_texmfdistdir}/tex/generic/musixtex/musixtmr.tex
%{_texmfdistdir}/tex/generic/musixtex/musixtri.tex
%{_texmfdistdir}/tex/latex/musixtex/musixcpt.sty
%{_texmfdistdir}/tex/latex/musixtex/musixcrd.sty
%{_texmfdistdir}/tex/latex/musixtex/musixltx.tex
%{_texmfdistdir}/tex/latex/musixtex/musixtex.sty
%doc %{_texmfdistdir}/doc/generic/musixtex/ChangeLog-115.txt
%doc %{_texmfdistdir}/doc/generic/musixtex/ChangeLog-T114.txt
%doc %{_texmfdistdir}/doc/generic/musixtex/ChangeLog-musixdoc-115.txt
%doc %{_texmfdistdir}/doc/generic/musixtex/README
%doc %{_texmfdistdir}/doc/generic/musixtex/addons/README.underbracket
%doc %{_texmfdistdir}/doc/generic/musixtex/addons/curly.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/addons/tuplet.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/addons/underbracket.sty
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/8bitchar.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/adagio.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/albinoni.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/angescam.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/angescao.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/angescax.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/avemaria.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/avemarid.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/avemaril.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/avemario.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/avemarix.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/avemaroo.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/aveverch.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/aveverdd.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/aveveruc.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/aveverud.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/aveverum.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/changecontext.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/chanson.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/coulhack.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/dissonan.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/fantaisc.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/fantaisd.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/fantaisi.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/fantcmol.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/fantfuga.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/fugcmoll.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/fugue.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/gloriab.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/glorias.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/gloriax.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/gymnoman.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/ilestne.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/ilestnex.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/ilfaitda.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/ilfaitdx.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/kv315.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/kv315f.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/kv315h.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/kv315o.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/kv315org.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/marcello.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/marcon1.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/marcon2.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/marcon3.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/marconf.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/marconh.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/marcono.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/musixdbrexample.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/onuitbri.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/onuitbrr.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/onuitbrx.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/ossiaexa.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/ostinato.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/pacifiqb.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/pacifiqn.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/pacifiqt.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/parnasum.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/partitur.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/prelfug.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/prelude.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/pslurvgap.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/quod.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/racine.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/recit.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/recueil.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/rests.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/reves.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/romances.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/scale.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/souvenir.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/souvenix.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/tierce.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/traeumer.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/widor.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/widor_16.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/widor_20.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/musixcrd/README.musixcrd
%doc %{_texmfdistdir}/doc/generic/musixtex/musixcrd/doc.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/musixdoc.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/musixdoc.sty
%doc %{_texmfdistdir}/doc/generic/musixtex/musixdoc.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/musixlyr/README.musixlyr
%doc %{_texmfdistdir}/doc/generic/musixtex/musixlyr/examples/nonmoriar.dvi
%doc %{_texmfdistdir}/doc/generic/musixtex/musixlyr/examples/nonmoriar.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/musixlyr/examples/nonmoriar.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/musixlyr/mxlyrdoc.dvi
%doc %{_texmfdistdir}/doc/generic/musixtex/musixlyr/mxlyrdoc.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/musixlyr/mxlyrdoc.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/musixtex-install.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/musixtex-install.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/notationMistakes/coulhack.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/notationMistakes/sottieng.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/notationMistakes/sottieng.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/notationMistakes/sottiger.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/notationMistakes/sottiger.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/notationMistakes/sottigra.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/notationMistakes/sottigra.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/psslurs/README.psslurs
%doc %{_texmfdistdir}/doc/generic/musixtex/psslurs/slurs.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/psslurs/slurs.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/reference/musixre1.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/reference/musixre1.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/scripts/musixflx.html
%doc %{_texmfdistdir}/doc/generic/musixtex/scripts/musixtex.html
%doc %{_mandir}/man1/musixflx.1*
%doc %{_texmfdistdir}/doc/man/man1/musixflx.man1.pdf
%doc %{_mandir}/man1/musixtex.1*
%doc %{_texmfdistdir}/doc/man/man1/musixtex.man1.pdf
#- source
%doc %{_texmfdistdir}/source/generic/musixtex/musixcrd/doc.tex
%doc %{_texmfdistdir}/source/generic/musixtex/musixcrd/makefile
%doc %{_texmfdistdir}/source/generic/musixtex/musixcrd/musixcrd.dtx
%doc %{_texmfdistdir}/source/generic/musixtex/musixcrd/readme
%doc %{_texmfdistdir}/source/generic/musixtex/musixcrd/strip.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/musixtex/musixflx.lua musixflx
    ln -sf %{_texmfdistdir}/scripts/musixtex/musixtex.lua musixtex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.15-9
+ Revision: dd03f1c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20825 |14mr|texlive-musixtex-fonts-20111027-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24517
# category Package
# catalog-ctan /fonts/musixtex-fonts
# catalog-date 2011-10-27 10:28:55 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-musixtex-fonts
Version:	20111027
Release:	3
Summary:	Fonts used by MusixTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/musixtex-fonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex-fonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex-fonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These are fonts for use with MusixTeX; they are provided both
as original Metafont source, and as converted Adobe Type 1. The
bundle renders the older (Type 1 fonts only) bundle musixtex-
t1fonts obsolete.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/musixtex-fonts/musix.map
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musexgen.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musix11.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musix13.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musix16.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musix20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musix24.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musix25.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musix29.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musixgen.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musixsps.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musixspx.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/mxsk.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xdrawsl.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xdrawzl.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreg11.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreg13.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreg16.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreg20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreg24.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreg25.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreg29.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreggen.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld11.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld11d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld13.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld13d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld16.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld16d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld20d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld24.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld24d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld29.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld29d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsldd20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsldu20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslgen.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslgend.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslgenu.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd11.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd11d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd13.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd13d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd16.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd16d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd20d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd24.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd24d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd29.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd29d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu11.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu11d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu13.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu13d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu16.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu16d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu20d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu24.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu24d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu29.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu29d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhz-o.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhz.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhz20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhz20d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu11.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu11d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu13.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu13d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu16.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu16d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu20d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu24.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu24d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu29.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu29d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslud20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslup20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslz.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslz20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslz20d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xtie20.mf
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musix11.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musix13.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musix16.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musix20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musix24.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musix25.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musix29.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musixsps.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musixspx.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/mxsk.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xgreg11.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xgreg13.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xgreg16.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xgreg20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xgreg24.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xgreg29.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld11.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld11d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld13.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld13d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld16.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld16d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld20d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld24.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld24d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld29.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld29d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsldd20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsldu20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd11.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd11d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd13.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd13d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd16.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd16d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd20d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd24.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd24d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd29.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd29d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu11.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu11d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu13.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu13d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu16.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu16d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu20d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu20m.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu24.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu24d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu29.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu29d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhz20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhz20d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu11.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu11d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu13.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu13d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu16.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu16d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu20d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu24.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu24d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu29.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu29d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslud20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslup20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslz20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslz20d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xtie20.tfm
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musix11.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musix13.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musix16.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musix20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musix24.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musix29.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musixsps.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musixspx.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/mxsk.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xgreg11.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xgreg13.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xgreg16.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xgreg20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xgreg24.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xgreg29.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld11.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld11d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld13.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld13d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld16.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld16d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld20d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld24.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld24d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld29.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld29d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsldd20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsldu20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd11.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd11d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd13.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd13d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd16.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd16d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd20d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd24.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd24d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd29.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd29d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu11.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu11d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu13.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu13d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu16.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu16d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu20d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu24.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu24d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu29.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu29d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhz20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhz20d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu11.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu11d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu13.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu13d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu16.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu16d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu20d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu24.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu24d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu29.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu29d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslud20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslup20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslz20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslz20d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xtie20.pfb
%doc %{_texmfdistdir}/doc/fonts/musixtex-fonts/CHANGES.psfonts
%doc %{_texmfdistdir}/doc/fonts/musixtex-fonts/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/musixtex-fonts/README
%doc %{_texmfdistdir}/doc/fonts/musixtex-fonts/README.psfonts
%doc %{_texmfdistdir}/doc/fonts/musixtex-fonts/gpl.txt
%doc %{_texmfdistdir}/doc/fonts/musixtex-fonts/musixtex-fonts-install.pdf
%doc %{_texmfdistdir}/doc/fonts/musixtex-fonts/musixtex-fonts-install.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111027-3
+ Revision: 78b8f27
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20826 |14mr|texlive-musuos-1.1c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24857
# category Package
# catalog-ctan /macros/latex/contrib/musuos
# catalog-date 2011-12-07 16:44:29 +0100
# catalog-license lppl
# catalog-version 1.1c
Name:		texlive-musuos
Version:	1.1c
Release:	4
Summary:	Typeset papers for the department of music, Osnabruck
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/musuos
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musuos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musuos.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musuos.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a LaTeX class for typesetting term papers
at the institute of music and musicology of the University of
Osnabruck, Germany, according to the specifications of Prof.
Stefan Hahnheide. A biblatex style is provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/musuos/musuos.cls
%doc %{_texmfdistdir}/doc/latex/musuos/README
%doc %{_texmfdistdir}/doc/latex/musuos/musuos-doc.ist
%doc %{_texmfdistdir}/doc/latex/musuos/musuos.pdf
#- source
%doc %{_texmfdistdir}/source/latex/musuos/musuos.dtx
%doc %{_texmfdistdir}/source/latex/musuos/musuos.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1c-4
+ Revision: 664285c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20827 |14mr|texlive-muthesis-20110826-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23861
# category Package
# catalog-ctan /macros/latex/contrib/muthesis
# catalog-date 2011-08-26 08:26:07 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-muthesis
Version:	20110826
Release:	3
Summary:	Classes for University of Manchester Dept of Computer Science
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/muthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/muthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/muthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides thesis and project report document classes
from the University of Manchester's Department of Computer
Science.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/muthesis/muthesis.cls
%{_texmfdistdir}/tex/latex/muthesis/third-rep.cls
%doc %{_texmfdistdir}/doc/latex/muthesis/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110826-3
+ Revision: 16be25b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20828 |14mr|texlive-mversion-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29370
# category Package
# catalog-ctan /macros/latex/contrib/mversion
# catalog-date 2013-03-13 13:37:29 +0100
# catalog-license lppl1.2
# catalog-version 1.0.1
Name:		texlive-mversion
Version:	1.0.1
Release:	6
Summary:	Keeping track of document versions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mversion
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mversion.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mversion.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mversion.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to keep track of different
versions of a latex document. The command \version prints the
version and build numbers; each time you compile your document,
the build number is increased by one. By placing \version in
the header or footer, each page can be marked with the unique
build number describing the progress of your document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mversion/mVersion.sty
%doc %{_texmfdistdir}/doc/latex/mversion/README
%doc %{_texmfdistdir}/doc/latex/mversion/mVersion.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mversion/mVersion.dtx
%doc %{_texmfdistdir}/source/latex/mversion/mVersion.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-6
+ Revision: ecffd91
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20829 |14mr|texlive-mwcls-0.74-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mwcls
# catalog-date 2009-09-28 14:47:14 +0200
# catalog-license lppl
# catalog-version 0.74
Name:		texlive-mwcls
Version:	0.74
Release:	3
Summary:	Polish-oriented document classes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mwcls
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mwcls.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mwcls.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mwcls.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
mwcls is a set of document classes for LaTeX 2e designed with
Polish typographical tradition in mind. Classes include:
'mwart' (which is a replacement for 'article'), 'mwrep'
('report'), and 'mwbk' ('book'). Most features present in
standard classes work with mwcls. Some extensions/exceptions
include: sectioning commands allow for second optional argument
(it's possible to state different texts for running head and
for TOC), new environments 'itemize*' and 'enumerate*' for
lists with long items, page styles have variants for normal,
opening, closing, and blank pages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mwcls/mw10.clo
%{_texmfdistdir}/tex/latex/mwcls/mw11.clo
%{_texmfdistdir}/tex/latex/mwcls/mw12.clo
%{_texmfdistdir}/tex/latex/mwcls/mwart.cls
%{_texmfdistdir}/tex/latex/mwcls/mwbk.cls
%{_texmfdistdir}/tex/latex/mwcls/mwbk10.clo
%{_texmfdistdir}/tex/latex/mwcls/mwbk11.clo
%{_texmfdistdir}/tex/latex/mwcls/mwbk12.clo
%{_texmfdistdir}/tex/latex/mwcls/mwrep.cls
%doc %{_texmfdistdir}/doc/latex/mwcls/CZYTAJ
%doc %{_texmfdistdir}/doc/latex/mwcls/ChangeLog
%doc %{_texmfdistdir}/doc/latex/mwcls/README
%doc %{_texmfdistdir}/doc/latex/mwcls/mwclsdoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mwcls/mwcls.dtx
%doc %{_texmfdistdir}/source/latex/mwcls/mwcls.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.74-3
+ Revision: 01240e0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20830 |14mr|texlive-mwe-0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26422
# category Package
# catalog-ctan /macros/latex/contrib/mwe
# catalog-date 2012-05-15 15:44:48 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-mwe
Version:	0.3
Release:	2
Summary:	Packages and image files for MWEs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mwe
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mwe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mwe.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mwe.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides several files useful when creating a
minimal working example (MWE). The package itself loads a small
set of packages often used when creating MWEs. In addition, a
range of images are provided, which will be installed in the
TEXMF tree, so that they may be used in any (La)TeX document.
This allows different users to share MWEs which include image
commands, without the need to share image files or to use
replacement code.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100bp.eps
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100bp.jpg
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100bp.pdf
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100bp.png
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100bp.tex
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100pt.eps
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100pt.jpg
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100pt.pdf
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100pt.png
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100pt.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-10x16.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-10x16.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-10x16.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-10x16.png
%{_texmfdistdir}/tex/latex/mwe/example-image-10x16.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-16x10.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-16x10.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-16x10.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-16x10.png
%{_texmfdistdir}/tex/latex/mwe/example-image-16x10.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-16x9.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-16x9.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-16x9.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-16x9.png
%{_texmfdistdir}/tex/latex/mwe/example-image-16x9.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-1x1.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-1x1.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-1x1.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-1x1.png
%{_texmfdistdir}/tex/latex/mwe/example-image-1x1.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-4x3.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-4x3.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-4x3.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-4x3.png
%{_texmfdistdir}/tex/latex/mwe/example-image-4x3.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-9x16.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-9x16.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-9x16.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-9x16.png
%{_texmfdistdir}/tex/latex/mwe/example-image-9x16.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-a.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-a.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-a.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-a.png
%{_texmfdistdir}/tex/latex/mwe/example-image-a.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-a3-landscape.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-a3-landscape.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-a3.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-a3.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-a4-landscape.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-a4-landscape.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-a4.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-a4.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-a5-landscape.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-a5-landscape.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-a5.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-a5.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-b.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-b.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-b.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-b.png
%{_texmfdistdir}/tex/latex/mwe/example-image-b.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-c.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-c.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-c.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-c.png
%{_texmfdistdir}/tex/latex/mwe/example-image-c.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-golden-upright.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-golden-upright.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-golden.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-golden.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-letter-landscape.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-letter-landscape.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-letter.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-letter.tex
%{_texmfdistdir}/tex/latex/mwe/example-image.eps
%{_texmfdistdir}/tex/latex/mwe/example-image.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image.png
%{_texmfdistdir}/tex/latex/mwe/example-image.tex
%{_texmfdistdir}/tex/latex/mwe/mwe.sty
%doc %{_texmfdistdir}/doc/latex/mwe/INSTALL
%doc %{_texmfdistdir}/doc/latex/mwe/README
%doc %{_texmfdistdir}/doc/latex/mwe/mwe.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mwe/mwe.dtx
%doc %{_texmfdistdir}/source/latex/mwe/mwe.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-2
+ Revision: 91b508a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20831 |14mr|texlive-mweights-20130721-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31268
# category Package
# catalog-ctan /macros/latex/contrib/mweights
# catalog-date 2013-07-21 22:07:48 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-mweights
Version:	20130721
Release:	6
Summary:	Support for multiple-weight font packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mweights
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mweights.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mweights.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Many font families available for use with LaTeX are available
at multiple weights. Many Type 1-oriented support packages for
such fonts re-define the standard \mddefault or \bfdefault
macros. This can create difficulties if the weight desired for
one font family isn't available for another font family, or if
it differs from the weight desired for another font family. The
package provides a solution to these difficulties.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mweights/mweights.sty
%doc %{_texmfdistdir}/doc/latex/mweights/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130721-6
+ Revision: 90f720e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20832 |14mr|texlive-mxedruli-3.3c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/georgian/mxedruli
# catalog-date 2009-01-23 11:09:06 +0100
# catalog-license noinfo
# catalog-version 3.3c
Name:		texlive-mxedruli
Version:	3.3c
Release:	3
Summary:	A pair of Georgian fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/georgian/mxedruli
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mxedruli.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mxedruli.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Two Georgian fonts, written in MetaFont, which cover the
Mxedruli and the Xucuri alphabets.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/mxedruli/mxed.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxed10.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedacc.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedbase.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedbf10.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedc10.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedcaps.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedd.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedfont.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedi10.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedp.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/xuc.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/xuc10.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/xucbase.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/xucd.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/xucfont.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/xucl.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/xucp.mf
%{_texmfdistdir}/fonts/tfm/public/mxedruli/mxed10.tfm
%{_texmfdistdir}/fonts/tfm/public/mxedruli/mxedbf10.tfm
%{_texmfdistdir}/fonts/tfm/public/mxedruli/mxedc10.tfm
%{_texmfdistdir}/fonts/tfm/public/mxedruli/mxedi10.tfm
%{_texmfdistdir}/fonts/tfm/public/mxedruli/xuc10.tfm
%{_texmfdistdir}/tex/latex/mxedruli/mxedruli.sty
%{_texmfdistdir}/tex/latex/mxedruli/umxed.fd
%{_texmfdistdir}/tex/latex/mxedruli/uxuc.fd
%{_texmfdistdir}/tex/latex/mxedruli/xucuri.sty
%doc %{_texmfdistdir}/doc/fonts/mxedruli/README
%doc %{_texmfdistdir}/doc/fonts/mxedruli/alphabets.tex
%doc %{_texmfdistdir}/doc/fonts/mxedruli/mxeddoc.pdf
%doc %{_texmfdistdir}/doc/fonts/mxedruli/mxeddoc.tex
%doc %{_texmfdistdir}/doc/fonts/mxedruli/ossetic.tex
%doc %{_texmfdistdir}/doc/fonts/mxedruli/vepxis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3c-3
+ Revision: dfdf5c7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20833 |14mr|texlive-mychemistry-1.99-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27251
# category Package
# catalog-ctan /macros/latex/contrib/mychemistry
# catalog-date 2012-07-30 11:22:32 +0200
# catalog-license lppl1.3
# catalog-version 1.99
Name:		texlive-mychemistry
Version:	1.99
Release:	2
Summary:	Create reaction schemes with LaTeX and ChemFig
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mychemistry
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mychemistry.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mychemistry.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for typesetting complex chemical
reaction schemes with LaTeX and ChemFig. The package requires
the packages ChemFig, mhchem, chemcompounds and (sometimes)
chemexec.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mychemistry/mychemistry.sty
%doc %{_texmfdistdir}/doc/latex/mychemistry/README
%doc %{_texmfdistdir}/doc/latex/mychemistry/examples.pdf
%doc %{_texmfdistdir}/doc/latex/mychemistry/examples.tex
%doc %{_texmfdistdir}/doc/latex/mychemistry/mychemistry_en.pdf
%doc %{_texmfdistdir}/doc/latex/mychemistry/mychemistry_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.99-2
+ Revision: 46e925c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20834 |14mr|texlive-mycv-1.5.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26807
# category Package
# catalog-ctan /macros/latex/contrib/mycv
# catalog-date 2012-05-21 10:58:59 +0200
# catalog-license lppl1.3
# catalog-version 1.5.6
Name:		texlive-mycv
Version:	1.5.6
Release:	2
Summary:	A list-driven CV class, allowing TikZ decorations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mycv
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mycv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mycv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mycv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides a set of functionality for writing
"curriculum vitae" with different layouts. The idea is that a
user can write some custom configuration directives, by means
of which is possible both to produce different c.v. layouts and
quickly switch among them. In order to process such directives,
the class uses a set of lists, provided by the package
etextools. Basic support for using TikZ decorations is also
provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/mycv/mycv_split_contents.pl
%{_texmfdistdir}/tex/latex/mycv/mycv.cls
%{_texmfdistdir}/tex/latex/mycv/mycv_base.def
%{_texmfdistdir}/tex/latex/mycv/mycv_dec.sty
%{_texmfdistdir}/tex/latex/mycv/mycv_misc.def
%{_texmfdistdir}/tex/latex/mycv/mycv_style.sty
%{_texmfdistdir}/tex/latex/mycv/mycv_version.def
%doc %{_texmfdistdir}/doc/latex/mycv/CHANGELOG
%doc %{_texmfdistdir}/doc/latex/mycv/Doc/Images/logo-1.png
%doc %{_texmfdistdir}/doc/latex/mycv/Doc/mycv.tex
%doc %{_texmfdistdir}/doc/latex/mycv/Examples/Notes.txt
%doc %{_texmfdistdir}/doc/latex/mycv/Examples/mycv-example-dpl.pdf
%doc %{_texmfdistdir}/doc/latex/mycv/Examples/mycv-example-dpl2.pdf
%doc %{_texmfdistdir}/doc/latex/mycv/Examples/mycv-example-spl.pdf
%doc %{_texmfdistdir}/doc/latex/mycv/Examples/mycv-example-spl2.pdf
%doc %{_texmfdistdir}/doc/latex/mycv/Examples/mycv-examples.dtx
%doc %{_texmfdistdir}/doc/latex/mycv/README
%doc %{_texmfdistdir}/doc/latex/mycv/checksum.pl
%doc %{_texmfdistdir}/doc/latex/mycv/mycv.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mycv/mycv.dtx
%doc %{_texmfdistdir}/source/latex/mycv/mycv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.6-2
+ Revision: a303361
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20835 |14mr|texlive-mylatexformat-3.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21392
# category Package
# catalog-ctan /macros/latex/contrib/mylatexformat
# catalog-date 2011-02-13 01:21:30 +0100
# catalog-license lppl1.3
# catalog-version 3.4
Name:		texlive-mylatexformat
Version:	3.4
Release:	3
Summary:	Build a format based on the preamble of a LaTeX file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mylatexformat
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mylatexformat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mylatexformat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mylatexformat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The use of formats helps to speed up compilations: packages
which have been dumped in the format are loaded at very high
speed. This is useful when a document loads many packages
(including large packages such as pgf-TikZ). The package was
developed from the work in mylatex, and eliminates many of the
limitations and problems of that package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mylatexformat/mylatexformat.ltx
%doc %{_texmfdistdir}/doc/latex/mylatexformat/README
%doc %{_texmfdistdir}/doc/latex/mylatexformat/mylatexformat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mylatexformat/mylatexformat.drv
%doc %{_texmfdistdir}/source/latex/mylatexformat/mylatexformat.dtx
%doc %{_texmfdistdir}/source/latex/mylatexformat/mylatexformat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.4-3
+ Revision: 63a4a61
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20836 |14mr|texlive-nag-0.700-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24741
# category Package
# catalog-ctan /macros/latex/contrib/nag
# catalog-date 2011-12-03 11:39:13 +0100
# catalog-license lppl
# catalog-version 0.7
Name:		texlive-nag
Version:	0.700
Release:	3
Summary:	Detecting and warning about obsolete LaTeX commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nag
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nag.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nag.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nag.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Old habits die hard. All the same, there are commands, classes
and packages which are outdated and superseded. The nag package
provides routines to warn the user about the use of such
obsolete things. As an example, we provide an extension that
detects many of the "sins" described in l2tabu.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nag/nag-abort.cfg
%{_texmfdistdir}/tex/latex/nag/nag-experimental.cfg
%{_texmfdistdir}/tex/latex/nag/nag-l2tabu.cfg
%{_texmfdistdir}/tex/latex/nag/nag-orthodox.cfg
%{_texmfdistdir}/tex/latex/nag/nag.sty
%doc %{_texmfdistdir}/doc/latex/nag/README
%doc %{_texmfdistdir}/doc/latex/nag/nag.pdf
%doc %{_texmfdistdir}/doc/latex/nag/nagdemo.tex
#- source
%doc %{_texmfdistdir}/source/latex/nag/nag.dtx
%doc %{_texmfdistdir}/source/latex/nag/nag.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.700-3
+ Revision: 92e2ecf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20837 |14mr|texlive-nameauth-1.80-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31746
# category Package
# catalog-ctan /macros/latex/contrib/nameauth
# catalog-date 2013-09-24 16:31:22 +0200
# catalog-license lppl1.3
# catalog-version 1.8
Name:		texlive-nameauth
Version:	1.80
Release:	6
Summary:	Name authority mechanism for consistency in body text and index
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nameauth
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nameauth.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nameauth.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nameauth.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Publications, that reference many names, require editors and
proofreaders to track those names in the text and index. The
package offers name authority macros that allow authors and
compilers to normalize occurrences of names, variant name
forms, and pen names in the text and index. This may help
minimize writing and production time and cost.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nameauth/nameauth.sty
%doc %{_texmfdistdir}/doc/latex/nameauth/Makefile
%doc %{_texmfdistdir}/doc/latex/nameauth/README
%doc %{_texmfdistdir}/doc/latex/nameauth/nameauth.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nameauth/nameauth.dtx
%doc %{_texmfdistdir}/source/latex/nameauth/nameauth.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.80-6
+ Revision: 35155c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20838 |14mr|texlive-namespc-20061222-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/namespc
# catalog-date 2006-12-22 14:37:19 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-namespc
Version:	20061222
Release:	3
Summary:	Rudimentary c++-like namespaces in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/namespc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/namespc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/namespc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/namespc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The namespc package adds rudimentary c++-like namespace
functionality to LaTeX. It may be used to declare local LaTeX
commands, which can be made accessible in a later contexts
without defining them globally.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/namespc/namespc.sty
%doc %{_texmfdistdir}/doc/latex/namespc/README
%doc %{_texmfdistdir}/doc/latex/namespc/namespc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/namespc/namespc.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061222-3
+ Revision: d6cb5c0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20839 |14mr|texlive-nanumtype1-3.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29558
# category Package
# catalog-ctan /fonts/nanumtype1
# catalog-date 2013-03-25 18:47:44 +0100
# catalog-license ofl
# catalog-version 3.0
Name:		texlive-nanumtype1
Version:	3.0
Release:	6
Summary:	Type1 subfonts of Nanum Korean fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/nanumtype1
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nanumtype1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nanumtype1.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Nanum is a unicode font designed especially for Korean-language
script. The font was designed by Sandoll Communication and
Fontrix; it includes the sans serif (gothic), serif (myeongjo),
pen script and brush script typefaces. The package provides
Type1 subfonts converted from Nanum Myeongjo (Regular and
ExtraBold) and Nanum Gothic (Regular and Bold) OTFs. C70, LUC,
T1, and TS1 font definition files are also provided. (The
package does not include OpenType/TrueType files, which are
available from Naver).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb00.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb01.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb02.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb03.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb04.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb11.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb20.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb21.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb22.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb23.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb24.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb25.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb26.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb27.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb2a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb30.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb31.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb32.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb33.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb4e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb4f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb50.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb51.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb52.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb53.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb54.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb55.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb56.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb57.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb58.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb59.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb5a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb5b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb5c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb5d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb5e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb5f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb60.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb61.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb62.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb63.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb64.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb65.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb66.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb67.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb68.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb69.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb6a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb6b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb6c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb6d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb6e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb6f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb70.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb71.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb72.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb73.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb74.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb75.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb76.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb77.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb78.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb79.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb7a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb7b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb7c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb7d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb7e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb7f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb80.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb81.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb82.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb83.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb84.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb85.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb86.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb87.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb88.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb89.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb8a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb8b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb8c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb8d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb8e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb8f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb90.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb91.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb92.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb93.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb94.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb95.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb96.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb97.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb98.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb99.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb9a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb9b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb9c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb9d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb9e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb9f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbac.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbad.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbae.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbaf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbba.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbbb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbbc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbbd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbbe.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbbf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbca.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbcb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbcc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbcd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbce.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbcf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbf9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbfa.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbff.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm00.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm01.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm02.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm03.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm04.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm11.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm20.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm21.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm22.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm23.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm24.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm25.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm26.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm27.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm2a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm30.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm31.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm32.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm33.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm4e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm4f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm50.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm51.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm52.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm53.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm54.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm55.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm56.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm57.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm58.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm59.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm5a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm5b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm5c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm5d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm5e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm5f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm60.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm61.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm62.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm63.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm64.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm65.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm66.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm67.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm68.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm69.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm6a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm6b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm6c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm6d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm6e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm6f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm70.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm71.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm72.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm73.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm74.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm75.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm76.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm77.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm78.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm79.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm7a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm7b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm7c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm7d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm7e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm7f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm80.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm81.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm82.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm83.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm84.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm85.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm86.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm87.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm88.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm89.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm8a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm8b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm8c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm8d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm8e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm8f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm90.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm91.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm92.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm93.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm94.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm95.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm96.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm97.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm98.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm99.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm9a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm9b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm9c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm9d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm9e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm9f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmac.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmad.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmae.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmaf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmba.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmbb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmbc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmbd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmbe.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmbf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmca.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmcb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmcc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmcd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmce.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmcf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmf9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmfa.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmff.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb00.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb01.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb02.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb03.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb04.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb20.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb21.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb22.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb23.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb24.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb25.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb26.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb27.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb2a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb30.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb31.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb32.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb33.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbac.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbad.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbae.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbaf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbba.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbbb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbbc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbbd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbbe.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbbf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbca.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbcb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbcc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbcd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbce.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbcf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbff.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm00.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm01.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm02.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm03.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm04.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm20.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm21.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm22.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm23.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm24.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm25.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm26.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm27.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm30.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm31.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm32.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm33.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmac.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmad.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmae.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmaf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmba.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmbb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmbc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmbd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmbe.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmbf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmca.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmcb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmcc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmcd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmce.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmcf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmff.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/t1nanumgtb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/t1nanumgtm.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/t1nanummjb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/t1nanummjm.afm
%{_texmfdistdir}/fonts/map/dvips/nanumtype1/nanumfonts.map
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb11.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb2a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb4e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb4f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb50.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb51.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb52.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb53.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb54.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb55.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb56.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb57.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb58.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb59.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb5a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb5b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb5c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb5d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb5e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb5f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb60.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb61.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb62.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb63.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb64.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb65.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb66.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb67.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb68.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb69.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb6b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb6c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb6d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb6e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb6f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb70.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb71.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb72.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb73.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb74.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb75.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb76.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb77.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb78.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb79.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb7a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb7b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb7c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb7d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb7e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb7f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb80.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb81.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb82.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb83.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb84.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb85.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb86.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb87.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb88.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb89.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb8b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb8d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb8e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb8f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb90.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb91.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb92.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb93.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb94.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb95.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb96.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb97.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb98.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb99.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb9a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb9b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb9c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb9d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb9e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb9f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbbb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbbc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbbd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbbe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbbf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbcb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbcc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbcd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbcf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbf9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbfa.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo11.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo2a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo4e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo4f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo50.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo51.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo52.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo53.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo54.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo55.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo56.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo57.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo58.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo59.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo5a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo5b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo5c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo5d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo5e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo5f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo60.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo61.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo62.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo63.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo64.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo65.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo66.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo67.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo68.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo69.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo6a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo6b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo6c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo6d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo6e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo6f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo70.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo71.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo72.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo73.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo74.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo75.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo76.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo77.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo78.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo79.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo7a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo7b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo7c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo7d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo7e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo7f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo80.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo81.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo82.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo83.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo84.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo85.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo86.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo87.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo88.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo89.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo8b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo8d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo8e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo8f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo90.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo91.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo92.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo93.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo94.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo95.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo96.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo97.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo98.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo99.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo9a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo9b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo9c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo9d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo9e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo9f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbobb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbobc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbobd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbobe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbobf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbocb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbocc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbocd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbocf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbof9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbofa.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm11.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm2a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm4e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm4f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm50.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm51.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm52.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm53.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm54.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm55.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm56.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm57.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm58.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm59.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm5a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm5b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm5c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm5d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm5e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm5f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm60.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm61.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm62.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm63.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm64.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm65.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm66.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm67.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm68.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm69.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm6a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm6b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm6c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm6d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm6e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm6f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm70.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm71.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm72.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm73.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm74.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm75.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm76.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm77.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm78.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm79.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm7a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm7b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm7c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm7d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm7e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm7f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm80.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm81.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm82.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm83.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm84.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm85.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm86.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm87.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm88.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm89.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm8a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm8b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm8c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm8d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm8e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm8f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm90.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm91.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm92.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm93.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm94.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm95.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm96.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm97.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm98.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm99.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm9a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm9b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm9c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm9d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm9e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm9f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmbb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmbc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmbd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmbe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmbf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmcb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmcc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmcd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmcf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmf9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmfa.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo11.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo2a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo4e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo4f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo50.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo51.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo52.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo53.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo54.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo55.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo56.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo57.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo58.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo59.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo5a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo5b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo5c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo5d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo5e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo5f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo60.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo61.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo62.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo63.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo64.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo65.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo66.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo67.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo68.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo69.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo6a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo6b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo6c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo6d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo6e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo6f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo70.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo71.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo72.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo73.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo74.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo75.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo76.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo77.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo78.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo79.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo7a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo7b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo7c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo7d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo7e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo7f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo80.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo81.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo82.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo83.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo84.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo85.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo86.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo87.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo88.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo89.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo8b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo8d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo8e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo8f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo90.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo91.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo92.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo93.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo94.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo95.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo96.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo97.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo98.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo99.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo9a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo9b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo9c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo9d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo9e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo9f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmobb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmobc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmobd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmobe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmobf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmocb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmocc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmocd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmocf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmof9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmofa.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb2a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbbb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbbc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbbd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbbe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbbf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbcb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbcc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbcd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbcf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo2a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbobb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbobc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbobd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbobe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbobf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbocb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbocc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbocd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbocf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmbb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmbc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmbd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmbe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmbf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmcb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmcc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmcd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmcf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmobb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmobc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmobd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmobe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmobf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmocb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmocc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmocd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmocf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanumgtb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanumgtbo.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanumgtm.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanumgtmo.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanummjb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanummjbo.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanummjm.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanummjmo.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanumgtb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanumgtbo.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanumgtm.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanumgtmo.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanummjb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanummjbo.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanummjm.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanummjmo.tfm
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb00.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb01.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb02.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb03.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb04.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb11.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb20.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb21.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb22.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb23.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb24.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb25.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb26.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb27.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb2a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb30.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb31.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb32.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb33.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb4e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb4f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb50.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb51.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb52.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb53.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb54.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb55.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb56.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb57.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb58.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb59.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb5a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb5b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb5c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb5d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb5e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb5f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb60.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb61.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb62.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb63.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb64.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb65.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb66.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb67.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb68.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb69.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb6a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb6b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb6c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb6d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb6e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb6f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb70.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb71.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb72.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb73.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb74.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb75.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb76.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb77.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb78.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb79.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb7a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb7b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb7c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb7d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb7e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb7f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb80.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb81.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb82.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb83.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb84.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb85.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb86.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb87.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb88.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb89.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb8a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb8b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb8c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb8d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb8e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb8f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb90.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb91.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb92.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb93.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb94.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb95.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb96.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb97.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb98.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb99.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb9a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb9b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb9c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb9d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb9e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb9f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbac.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbad.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbae.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbaf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbba.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbbb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbbc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbbd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbbe.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbbf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbca.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbcb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbcc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbcd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbce.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbcf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbf9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbfa.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbff.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm00.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm01.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm02.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm03.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm04.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm11.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm20.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm21.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm22.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm23.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm24.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm25.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm26.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm27.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm2a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm30.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm31.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm32.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm33.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm4e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm4f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm50.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm51.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm52.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm53.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm54.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm55.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm56.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm57.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm58.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm59.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm5a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm5b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm5c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm5d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm5e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm5f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm60.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm61.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm62.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm63.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm64.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm65.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm66.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm67.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm68.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm69.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm6a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm6b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm6c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm6d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm6e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm6f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm70.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm71.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm72.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm73.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm74.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm75.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm76.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm77.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm78.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm79.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm7a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm7b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm7c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm7d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm7e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm7f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm80.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm81.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm82.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm83.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm84.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm85.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm86.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm87.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm88.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm89.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm8a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm8b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm8c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm8d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm8e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm8f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm90.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm91.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm92.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm93.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm94.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm95.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm96.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm97.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm98.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm99.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm9a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm9b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm9c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm9d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm9e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm9f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmac.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmad.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmae.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmaf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmba.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmbb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmbc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmbd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmbe.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmbf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmca.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmcb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmcc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmcd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmce.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmcf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmf9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmfa.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmff.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb00.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb01.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb02.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb03.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb04.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb20.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb21.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb22.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb23.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb24.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb25.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb26.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb27.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb2a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb30.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb31.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb32.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb33.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbac.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbad.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbae.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbaf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbba.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbbb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbbc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbbd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbbe.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbbf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbca.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbcb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbcc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbcd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbce.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbcf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbff.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm00.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm01.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm02.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm03.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm04.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm20.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm21.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm22.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm23.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm24.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm25.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm26.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm27.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm30.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm31.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm32.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm33.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmac.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmad.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmae.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmaf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmba.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmbb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmbc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmbd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmbe.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmbf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmca.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmcb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmcc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmcd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmce.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmcf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmff.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/t1nanumgtb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/t1nanumgtm.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/t1nanummjb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/t1nanummjm.pfb
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanumgtb.vf
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanumgtbo.vf
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanumgtm.vf
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanumgtmo.vf
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanummjb.vf
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanummjbo.vf
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanummjm.vf
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanummjmo.vf
%{_texmfdistdir}/tex/latex/nanumtype1/c70nanumgt.fd
%{_texmfdistdir}/tex/latex/nanumtype1/c70nanummj.fd
%{_texmfdistdir}/tex/latex/nanumtype1/c70uhcmj.fd
%{_texmfdistdir}/tex/latex/nanumtype1/lucnanumgt.fd
%{_texmfdistdir}/tex/latex/nanumtype1/lucnanummj.fd
%{_texmfdistdir}/tex/latex/nanumtype1/t1nanumgt.fd
%{_texmfdistdir}/tex/latex/nanumtype1/t1nanummj.fd
%{_texmfdistdir}/tex/latex/nanumtype1/ts1nanumgt.fd
%{_texmfdistdir}/tex/latex/nanumtype1/ts1nanummj.fd
%doc %{_texmfdistdir}/doc/fonts/nanumtype1/COPYING
%doc %{_texmfdistdir}/doc/fonts/nanumtype1/README
%doc %{_texmfdistdir}/doc/fonts/nanumtype1/nanum-sampler.pdf
%doc %{_texmfdistdir}/doc/fonts/nanumtype1/nanum-sampler.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-6
+ Revision: d4f0e53
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20840 |14mr|texlive-natbib-8.31b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20668
# category Package
# catalog-ctan /macros/latex/contrib/natbib
# catalog-date 2010-12-06 21:27:27 +0100
# catalog-license lppl
# catalog-version 8.31b
Name:		texlive-natbib
Version:	8.31b
Release:	3
Summary:	Flexible bibliography support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/natbib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/natbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/natbib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/natbib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a style with author-year and numbered references, as
well as much detailed of support for other bibliography use.
Provides versions of the standard BibTeX styles that are
compatible with natbib - plainnat, unsrtnat, abbrnat. The
bibliography styles produced by custom-bib are designed from
the start to be compatible with natbib.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/natbib/abbrvnat.bst
%{_texmfdistdir}/bibtex/bst/natbib/plainnat.bst
%{_texmfdistdir}/bibtex/bst/natbib/unsrtnat.bst
%{_texmfdistdir}/tex/latex/natbib/bibentry.sty
%{_texmfdistdir}/tex/latex/natbib/natbib.sty
%doc %{_texmfdistdir}/doc/latex/natbib/README.1st
%doc %{_texmfdistdir}/doc/latex/natbib/README.v831b
%doc %{_texmfdistdir}/doc/latex/natbib/natbib.ltx
%doc %{_texmfdistdir}/doc/latex/natbib/natbib.pdf
%doc %{_texmfdistdir}/doc/latex/natbib/natnotes.pdf
%doc %{_texmfdistdir}/doc/latex/natbib/natnotes.tex
#- source
%doc %{_texmfdistdir}/source/latex/natbib/bibentry.drv
%doc %{_texmfdistdir}/source/latex/natbib/bibentry.dtx
%doc %{_texmfdistdir}/source/latex/natbib/bibentry.ins
%doc %{_texmfdistdir}/source/latex/natbib/natbib.dtx
%doc %{_texmfdistdir}/source/latex/natbib/natbib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 8.31b-3
+ Revision: f5a6303
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20841 |14mr|texlive-natded-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32693
# category Package
# catalog-ctan /macros/latex/contrib/natded
# catalog-date 2014-01-16 17:47:37 +0100
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-natded
Version:	0.1
Release:	2
Summary:	Typeset natural deduction proofs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/natded
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/natded.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/natded.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to typeset proofs in the style
used by Jaskowski, or that of Kalish and Montague.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/natded/natded.sty
%doc %{_texmfdistdir}/doc/latex/natded/README.md
%doc %{_texmfdistdir}/doc/latex/natded/extended_doc.pdf
%doc %{_texmfdistdir}/doc/latex/natded/extended_doc.tex
%doc %{_texmfdistdir}/doc/latex/natded/natded.pdf
%doc %{_texmfdistdir}/doc/latex/natded/natded.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: 32346e1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20842 |14mr|texlive-nath-20061222-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/nath
# catalog-date 2006-12-22 14:37:19 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-nath
Version:	20061222
Release:	3
Summary:	Natural mathematics notation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nath
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nath.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Nath is a LaTeX (both 2e and 2.09) style to separate
presentation and content in mathematical typography. The style
delivers a particular context-dependent presentation on the
basis of a rather coarse context-independent notation.
Highlighted features: depending on the context, the command
\frac produces either built-up or case or solidus fractions,
with parentheses added whenever required for preservation of
the mathematical meaning; delimiters adapt their size to the
material enclosed, rendering \left and \right almost obsolete.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nath/nath.sty
%doc %{_texmfdistdir}/doc/latex/nath/README
%doc %{_texmfdistdir}/doc/latex/nath/nathguide.pdf
%doc %{_texmfdistdir}/doc/latex/nath/nathguide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061222-3
+ Revision: 4c8821c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20843 |14mr|texlive-nature-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21819
# category Package
# catalog-ctan /macros/latex/contrib/nature
# catalog-date 2008-09-15 13:49:48 +0200
# catalog-license noinfo
# catalog-version 1.0
Name:		texlive-nature
Version:	1.0
Release:	3
Summary:	Prepare papers for the journal Nature
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nature
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nature.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nature.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Nature does not accept papers in LaTeX, but it does accept PDF.
This class and BibTeX style provide what seems to be necessary
to produce papers in a format acceptable to the publisher.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/nature/naturemag.bst
%{_texmfdistdir}/tex/latex/nature/nature.cls
%doc %{_texmfdistdir}/doc/latex/nature/README
%doc %{_texmfdistdir}/doc/latex/nature/nature-template.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 1f0026a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20844 |14mr|texlive-navigator-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21194
# category Package
# catalog-ctan /macros/generic/navigator
# catalog-date 2011-01-26 01:17:29 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-navigator
Version:	1.0
Release:	3
Summary:	PDF features across formats and engines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/navigator
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/navigator.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/navigator.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Navigator implements PDF features for all formats (with some
limitations in ConTeXt) with PDFTeX, LuaTeX and XeTeX (i.e.
xdvipdfmx). Features include: - Customizable outlines (i.e.
bookmarks); - Anchors; - Links and actions (e.g. JavaScript or
user-defined PDF actions); - File embedding (not in ConTeXt); -
Document information and PDF viewer's display (not in ConTeXt);
and - Commands to create and use raw PDF objects. Navigator
requires texapi and yax, both version at least 1.03.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/navigator/navigator.sty
%{_texmfdistdir}/tex/generic/navigator/navigator.tex
%{_texmfdistdir}/tex/generic/navigator/t-navigator.tex
%doc %{_texmfdistdir}/doc/generic/navigator/README
%doc %{_texmfdistdir}/doc/generic/navigator/navigator-doc.pdf
%doc %{_texmfdistdir}/doc/generic/navigator/navigator-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: e5dbbf0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20845 |14mr|texlive-ncclatex-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ncclatex
# catalog-date 2007-02-23 22:01:12 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-ncclatex
Version:	1.5
Release:	3
Summary:	An extended general-purpose class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ncclatex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ncclatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ncclatex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The ncc class provides a framework for a common class to
replace the standard article, book and report classes, and
providing a "preprint" class. The class's extensions are
provided in a number of small packages, some of which may also
be used with the standard classes. The ncclatex package also
loads many of the packages of, and requires the latest version
of the ncctools bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ncclatex/cp1251-light.def
%{_texmfdistdir}/tex/latex/ncclatex/ncc.cls
%{_texmfdistdir}/tex/latex/ncclatex/ncc10.clo
%{_texmfdistdir}/tex/latex/ncclatex/ncc11.clo
%{_texmfdistdir}/tex/latex/ncclatex/ncc12.clo
%{_texmfdistdir}/tex/latex/ncclatex/ncc14.clo
%{_texmfdistdir}/tex/latex/ncclatex/nccart.clo
%{_texmfdistdir}/tex/latex/ncclatex/nccbiblist.sty
%{_texmfdistdir}/tex/latex/ncclatex/nccbook.clo
%{_texmfdistdir}/tex/latex/ncclatex/nccdefaults.sty
%{_texmfdistdir}/tex/latex/ncclatex/nccfit.clo
%{_texmfdistdir}/tex/latex/ncclatex/ncchdr.sty
%{_texmfdistdir}/tex/latex/ncclatex/nccheadings.sty
%{_texmfdistdir}/tex/latex/ncclatex/nccindex.sty
%{_texmfdistdir}/tex/latex/ncclatex/ncclatex.sty
%{_texmfdistdir}/tex/latex/ncclatex/nccltrus.sty
%{_texmfdistdir}/tex/latex/ncclatex/nccold.sty
%{_texmfdistdir}/tex/latex/ncclatex/nccproc.cls
%{_texmfdistdir}/tex/latex/ncclatex/nccsections.sty
%{_texmfdistdir}/tex/latex/ncclatex/ncctheorems.sty
%{_texmfdistdir}/tex/latex/ncclatex/ncctitle.clo
%{_texmfdistdir}/tex/latex/ncclatex/ncctitle.sty
%{_texmfdistdir}/tex/latex/ncclatex/ncctitlepage.sty
%{_texmfdistdir}/tex/latex/ncclatex/sibjnm.cls
%doc %{_texmfdistdir}/doc/latex/ncclatex/README
%doc %{_texmfdistdir}/doc/latex/ncclatex/changes.txt
%doc %{_texmfdistdir}/doc/latex/ncclatex/manifest.txt
%doc %{_texmfdistdir}/doc/latex/ncclatex/ncclatex.pdf
%doc %{_texmfdistdir}/doc/latex/ncclatex/ncclatex.tex
%doc %{_texmfdistdir}/doc/latex/ncclatex/nccnews.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: 4527ded
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20846 |14mr|texlive-ncctools-3.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ncctools
# catalog-date 2008-02-08 09:08:04 +0100
# catalog-license lppl
# catalog-version 3.5
Name:		texlive-ncctools
Version:	3.5
Release:	3
Summary:	A collection of general packages for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ncctools
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ncctools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ncctools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ncctools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The NCCtools bundle contains many packages for general use
under LaTeX; many are also used by NCC LaTeX. The bundle
includes tools for: - executing commands after a package is
loaded; - watermarks; - counter manipulation (dynamic counters,
changing counter numbering with another counter); -
improvements to the description environment; - hyphenation of
compound words; - new levels of footnotes; - space-filling
patterns; - "poor man's" Black Board Bold symbols; - alignment
of the content of a box; - use comma as decimal separator; -
boxes with their own crop marks; - page cropmarks; -
improvements to fancy headers; - float "styles", mini floats,
side floats; - manually marked footnotes; - extension of
amsmath; - control of paragraph skip; - an envelope to the
graphicx package; - dashed and multiple rules; - alternative
techniques for declarations of sections, captions, and toc-
entries; - generalised text-stretching; - generation of new
theorem-like environments; - control of the text area; -
centred page layouts; and - an un-numbered top-level section.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ncctools/afterpackage.sty
%{_texmfdistdir}/tex/latex/ncctools/dcounter.sty
%{_texmfdistdir}/tex/latex/ncctools/desclist.sty
%{_texmfdistdir}/tex/latex/ncctools/extdash.sty
%{_texmfdistdir}/tex/latex/ncctools/manyfoot.sty
%{_texmfdistdir}/tex/latex/ncctools/mboxfill.sty
%{_texmfdistdir}/tex/latex/ncctools/nccbbb.sty
%{_texmfdistdir}/tex/latex/ncctools/nccboxes.sty
%{_texmfdistdir}/tex/latex/ncctools/ncccomma.sty
%{_texmfdistdir}/tex/latex/ncctools/ncccropbox.sty
%{_texmfdistdir}/tex/latex/ncctools/ncccropmark.sty
%{_texmfdistdir}/tex/latex/ncctools/nccfancyhdr.sty
%{_texmfdistdir}/tex/latex/ncctools/nccfloats.sty
%{_texmfdistdir}/tex/latex/ncctools/nccfoots.sty
%{_texmfdistdir}/tex/latex/ncctools/nccmath.sty
%{_texmfdistdir}/tex/latex/ncctools/nccparskip.sty
%{_texmfdistdir}/tex/latex/ncctools/nccpic.sty
%{_texmfdistdir}/tex/latex/ncctools/nccrules.sty
%{_texmfdistdir}/tex/latex/ncctools/nccsect.sty
%{_texmfdistdir}/tex/latex/ncctools/nccstretch.sty
%{_texmfdistdir}/tex/latex/ncctools/nccthm.sty
%{_texmfdistdir}/tex/latex/ncctools/textarea.sty
%{_texmfdistdir}/tex/latex/ncctools/tocenter.sty
%{_texmfdistdir}/tex/latex/ncctools/topsection.sty
%{_texmfdistdir}/tex/latex/ncctools/watermark.sty
%doc %{_texmfdistdir}/doc/latex/ncctools/README
%doc %{_texmfdistdir}/doc/latex/ncctools/README.source
%doc %{_texmfdistdir}/doc/latex/ncctools/afterpackage.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/changes.txt
%doc %{_texmfdistdir}/doc/latex/ncctools/dcounter.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/desclist.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/extdash.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/manifest.txt
%doc %{_texmfdistdir}/doc/latex/ncctools/manyfoot.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/mboxfill.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccbbb.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccboxes.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/ncccomma.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/ncccropbox.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/ncccropmark.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccfancyhdr.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccfloats.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccfoots.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccmath.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccparskip.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccpic.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccrules.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccsect.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccstretch.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccthm.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/ncctools.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/ncctools.tex
%doc %{_texmfdistdir}/doc/latex/ncctools/textarea.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/tocenter.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/topsection.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/watermark.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ncctools/afterpackage.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/dcounter.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/desclist.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/extdash.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/manyfoot.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/mboxfill.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccbbb.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccboxes.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/ncccomma.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/ncccropbox.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/ncccropmark.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccfancyhdr.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccfloats.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccfoots.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccmath.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccparskip.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccpic.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccrules.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccsect.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccstretch.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccthm.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/ncctools.ins
%doc %{_texmfdistdir}/source/latex/ncctools/textarea.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/tocenter.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/topsection.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/watermark.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5-3
+ Revision: 9811c92
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20847 |14mr|texlive-ncntrsbk-20110301-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21993
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-ncntrsbk
Version:	20110301
Release:	3
Summary:	URW "Base 35" font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ncntrsbk.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/ncntrsbk/config.unc
%{_texmfdistdir}/fonts/afm/adobe/ncntrsbk/pncb8a.afm
%{_texmfdistdir}/fonts/afm/adobe/ncntrsbk/pncbi8a.afm
%{_texmfdistdir}/fonts/afm/adobe/ncntrsbk/pncr8a.afm
%{_texmfdistdir}/fonts/afm/adobe/ncntrsbk/pncri8a.afm
%{_texmfdistdir}/fonts/afm/urw/ncntrsbk/uncb8a.afm
%{_texmfdistdir}/fonts/afm/urw/ncntrsbk/uncbi8a.afm
%{_texmfdistdir}/fonts/afm/urw/ncntrsbk/uncr8a.afm
%{_texmfdistdir}/fonts/afm/urw/ncntrsbk/uncri8a.afm
%{_texmfdistdir}/fonts/map/dvips/ncntrsbk/unc.map
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncb.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncb7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncb8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncb8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncb8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbi.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbi7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbi8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbi8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbi8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbo.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbo8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncr.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncr7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncr8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncr8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncr8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncrc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncrc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncrc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncri.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncri7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncri8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncri8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncri8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncro.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncro7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncro8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncro8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncro8t.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncb8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncbc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncbi8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncr8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncrc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncri8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncrv8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/rpncb.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/rpncbi.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/rpncr.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/rpncri.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncb7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncb8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncb8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncb8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbi8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncr7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncr8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncr8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncr8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncrc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncrc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncri7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncri8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncri8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncri8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncro7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncro8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncro8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncro8t.tfm
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncb8a.pfb
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncb8a.pfm
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncbi8a.pfb
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncbi8a.pfm
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncr8a.pfb
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncr8a.pfm
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncri8a.pfb
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncri8a.pfm
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncb.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncb7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncb8c.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncb8t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbc.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbi.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbi7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbi8c.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbi8t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbo.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbo8t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncr.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncr7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncr8c.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncr8t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncrc.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncrc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncrc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncri.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncri7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncri8c.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncri8t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncro.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncro7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncro8c.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncro8t.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/ncntrsbk/pncb8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/ncntrsbk/pncbc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/ncntrsbk/pncbi8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/ncntrsbk/pncr8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/ncntrsbk/pncrc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/ncntrsbk/pncri8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/ncntrsbk/pncrv8z.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncb7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncb8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncb8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbi8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncr7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncr8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncr8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncrc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncrc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncri7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncri8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncri8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncro7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncro8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncro8t.vf
%{_texmfdistdir}/tex/latex/ncntrsbk/8runc.fd
%{_texmfdistdir}/tex/latex/ncntrsbk/omlunc.fd
%{_texmfdistdir}/tex/latex/ncntrsbk/omsunc.fd
%{_texmfdistdir}/tex/latex/ncntrsbk/ot1unc.fd
%{_texmfdistdir}/tex/latex/ncntrsbk/t1unc.fd
%{_texmfdistdir}/tex/latex/ncntrsbk/ts1unc.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110301-3
+ Revision: 1817fc2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20848 |14mr|texlive-nddiss-3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/nddiss
# catalog-date 2008-08-22 17:15:44 +0200
# catalog-license lppl
# catalog-version 3.0
Name:		texlive-nddiss
Version:	3.0
Release:	3
Summary:	Notre Dame Dissertation format class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nddiss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nddiss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nddiss.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nddiss.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This class file conforms to the requirements of the Graduate
School of the University of Notre Dame; with it a user can
format a thesis or dissertation in LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/nddiss/nddiss2e.bst
%{_texmfdistdir}/tex/latex/nddiss/nddiss2e.cls
%doc %{_texmfdistdir}/doc/latex/nddiss/ReadMe.1st.txt
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/LICENSE
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/README.1st.txt
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/VERSION
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/appendix.tex
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/chapter1.tex
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/chapter2.tex
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/example.bib
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/example.pdf
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/example.tex
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/makefile
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/makefile.chapterbib
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/sample_nd.eps
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/sample_nd.pdf
%doc %{_texmfdistdir}/doc/latex/nddiss/ltxdoc.cfg
%doc %{_texmfdistdir}/doc/latex/nddiss/nddiss2e.pdf
%doc %{_texmfdistdir}/doc/latex/nddiss/process.sh
%doc %{_texmfdistdir}/doc/latex/nddiss/template.tex
#- source
%doc %{_texmfdistdir}/source/latex/nddiss/nddiss2e.dtx
%doc %{_texmfdistdir}/source/latex/nddiss/nddiss2e.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-3
+ Revision: 9a169a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20849 |14mr|texlive-needspace-1.3d-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29601
# category Package
# catalog-ctan /macros/latex/contrib/needspace
# catalog-date 2013-04-01 14:35:12 +0200
# catalog-license lppl
# catalog-version 1.3d
Name:		texlive-needspace
Version:	1.3d
Release:	6
Summary:	Insert pagebreak if not enough space
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/needspace
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/needspace.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/needspace.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/needspace.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides commands to disable pagebreaking within a given
vertical space. If there is not enough space between the
command and the bottom of the page, a new page will be started.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/needspace/needspace.sty
%doc %{_texmfdistdir}/doc/latex/needspace/README
%doc %{_texmfdistdir}/doc/latex/needspace/needspace.pdf
#- source
%doc %{_texmfdistdir}/source/latex/needspace/needspace.ins
%doc %{_texmfdistdir}/source/latex/needspace/needspace.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3d-6
+ Revision: db1b06c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20850 |14mr|texlive-nestquot-20120606-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27323
# category Package
# catalog-ctan /macros/latex/contrib/nestquot
# catalog-date 2012-06-06 18:43:10 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-nestquot
Version:	20120606
Release:	2
Summary:	Alternate quotes between double and single with nesting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nestquot
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nestquot.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides two new commands: \nlq and \nrq for nesting left and
right quotes that properly change between double and single
quotes according to their nesting level. For example, the input
\nlq Foo \nlq bar\nrq\ bletch\nrq will be typeset as if it had
been entered as "Foo 'bar' bletch".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nestquot/nestquot.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120606-2
+ Revision: c7c698b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20851 |14mr|texlive-neuralnetwork-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31500
# category Package
# catalog-ctan /graphics/pgf/contrib/neuralnetwork
# catalog-date 2013-08-22 18:53:49 +0200
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-neuralnetwork
Version:	1.0
Release:	6
Summary:	Graph-drawing for neural networks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/neuralnetwork
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/neuralnetwork.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/neuralnetwork.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides facilities for graph-drawing, with
facilities designed for neural network diagrams.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/neuralnetwork/neuralnetwork.sty
%doc %{_texmfdistdir}/doc/latex/neuralnetwork/examples/neural-networks-ebook.pdf
%doc %{_texmfdistdir}/doc/latex/neuralnetwork/examples/neuralnetwork.pdf
%doc %{_texmfdistdir}/doc/latex/neuralnetwork/examples/neuralnetwork.tex
%doc %{_texmfdistdir}/doc/latex/neuralnetwork/examples/xor.pdf
%doc %{_texmfdistdir}/doc/latex/neuralnetwork/examples/xor.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 36ed9d6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20852 |14mr|texlive-newcommand-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18704
# category Package
# catalog-ctan /support/newcommand
# catalog-date 2010-06-02 16:01:13 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-newcommand
Version:	2.0
Release:	3
Summary:	Generate new LaTeX command definitions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/newcommand
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newcommand.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newcommand.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
Generating any other than the simple \newcommand-style
commands, in LaTeX, is tedious (in the least). This script
allows the specification of commands in a 'natural' style; the
script then generates macros to define the command.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/newcommand/README
%doc %{_texmfdistdir}/doc/latex/newcommand/newcommand.pdf
%doc %{_texmfdistdir}/doc/latex/newcommand/newcommand.py
%doc %{_texmfdistdir}/doc/latex/newcommand/newcommand.tex
%doc %{_texmfdistdir}/doc/latex/newcommand/spark.py

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 40bc331
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20853 |14mr|texlive-newenviron-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29331
# category Package
# catalog-ctan /macros/latex/contrib/newenviron
# catalog-date 2013-03-10 16:42:24 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-newenviron
Version:	1.0
Release:	6
Summary:	Processing an environment's body
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/newenviron
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newenviron.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newenviron.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers tools for collecting and executing an
environment's body.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/newenviron/newenviron.sty
%doc %{_texmfdistdir}/doc/latex/newenviron/README
%doc %{_texmfdistdir}/doc/latex/newenviron/newenviron-examples.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 946cb9d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20854 |14mr|texlive-newfile-1.0c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/newfile
# catalog-date 2009-09-03 13:00:14 +0200
# catalog-license lppl
# catalog-version 1.0c
Name:		texlive-newfile
Version:	1.0c
Release:	3
Summary:	User level management of LaTeX input and output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/newfile
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newfile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newfile.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newfile.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Commands are defined to manage the limited pool of input and
output handles provided by TeX. The streams so provided are
mapped to various of the LaTeX input and output mechanisms.
Some facilities of the verbatim package are also mapped.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/newfile/newfile.sty
%doc %{_texmfdistdir}/doc/latex/newfile/README
%doc %{_texmfdistdir}/doc/latex/newfile/newfile.pdf
#- source
%doc %{_texmfdistdir}/source/latex/newfile/newfile.dtx
%doc %{_texmfdistdir}/source/latex/newfile/newfile.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0c-3
+ Revision: aadc2fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20855 |14mr|texlive-newlfm-9.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/newlfm
# catalog-date 2009-04-12 19:35:00 +0200
# catalog-license gpl
# catalog-version 9.4
Name:		texlive-newlfm
Version:	9.4
Release:	3
Summary:	Write letters, facsimiles, and memos
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/newlfm
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newlfm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newlfm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newlfm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Integrates the letter class with fancyhdr and geometry to
automatically make letterhead stationery. Useful for writing
letters, fax, and memos. You can set up an address book using
'wrapper' macros. You put all the information for a person into
a wrapper and then put the wrapper in a document. The class
handles letterheads automatically. You place the object for the
letterhead (picture, information, etc.) in a box and all sizing
is set automatically.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/newlfm/addrset.sty
%{_texmfdistdir}/tex/latex/newlfm/newlfm.cls
%{_texmfdistdir}/tex/latex/newlfm/setdim.sty
%doc %{_texmfdistdir}/doc/latex/newlfm/README
%doc %{_texmfdistdir}/doc/latex/newlfm/chk1.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/demoa.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/draft.eps
%doc %{_texmfdistdir}/doc/latex/newlfm/draft.pdf
%doc %{_texmfdistdir}/doc/latex/newlfm/extracd.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/hletrinf.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/letrinfo.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/lvb.eps
%doc %{_texmfdistdir}/doc/latex/newlfm/lvb.pdf
%doc %{_texmfdistdir}/doc/latex/newlfm/make_clean
%doc %{_texmfdistdir}/doc/latex/newlfm/make_unix
%doc %{_texmfdistdir}/doc/latex/newlfm/make_win.bat
%doc %{_texmfdistdir}/doc/latex/newlfm/makeclean_win.bat
%doc %{_texmfdistdir}/doc/latex/newlfm/manual.pdf
%doc %{_texmfdistdir}/doc/latex/newlfm/mintrx.bat
%doc %{_texmfdistdir}/doc/latex/newlfm/newlfm.pdf
%doc %{_texmfdistdir}/doc/latex/newlfm/newlfm.txt
%doc %{_texmfdistdir}/doc/latex/newlfm/palm.eps
%doc %{_texmfdistdir}/doc/latex/newlfm/palm.pdf
%doc %{_texmfdistdir}/doc/latex/newlfm/problems.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/prx.bat
%doc %{_texmfdistdir}/doc/latex/newlfm/setup.bat
%doc %{_texmfdistdir}/doc/latex/newlfm/sfaxpage.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/smemosec.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/sprsrls.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test1.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test10.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test11.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test12.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test1alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test2.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test2a.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test2alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test3.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test3alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test4.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test4alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test5.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test5alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test6.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test6alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test7.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test7alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test8.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test8alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test9.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/testms.pdf
%doc %{_texmfdistdir}/doc/latex/newlfm/wine.eps
%doc %{_texmfdistdir}/doc/latex/newlfm/wine.pdf
#- source
%doc %{_texmfdistdir}/source/latex/newlfm/newlfm.dtx
%doc %{_texmfdistdir}/source/latex/newlfm/newlfm.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 9.4-3
+ Revision: 9f6fa63
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20856 |14mr|texlive-newsletr-20061222-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/newsletr
# catalog-date 2006-12-22 19:14:47 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-newsletr
Version:	20061222
Release:	3
Summary:	Macros for making newsletters with Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/newsletr
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newsletr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newsletr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive newsletr package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/newsletr/newsletr.tex
%doc %{_texmfdistdir}/doc/plain/newsletr/italic.tex
%doc %{_texmfdistdir}/doc/plain/newsletr/lodriver.tex
%doc %{_texmfdistdir}/doc/plain/newsletr/losample.tex
%doc %{_texmfdistdir}/doc/plain/newsletr/newsletr.txt
%doc %{_texmfdistdir}/doc/plain/newsletr/newssamp.pdf
%doc %{_texmfdistdir}/doc/plain/newsletr/newssamp.tex
%doc %{_texmfdistdir}/doc/plain/newsletr/quote.tex
%doc %{_texmfdistdir}/doc/plain/newsletr/read.me
%doc %{_texmfdistdir}/doc/plain/newsletr/sample.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061222-3
+ Revision: e910df9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20857 |14mr|texlive-newspaper-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/newspaper
# catalog-date 2008-08-22 17:15:44 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-newspaper
Version:	1.0
Release:	3
Summary:	Typeset newsletters to resemble newspapers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/newspaper
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newspaper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newspaper.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newspaper.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The newspaper package redefines the page style and \maketitle
command to produce a typeset page similar to that off a
newspaper. It also provides several commands that (when used
with other packages) simplify the writing of articles in a
newspaper-style column format.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/newspaper/newspaper.sty
%doc %{_texmfdistdir}/doc/latex/newspaper/Figure1.pdf
%doc %{_texmfdistdir}/doc/latex/newspaper/Figure2.pdf
%doc %{_texmfdistdir}/doc/latex/newspaper/README
%doc %{_texmfdistdir}/doc/latex/newspaper/atom.jpg
%doc %{_texmfdistdir}/doc/latex/newspaper/newspaper.pdf
%doc %{_texmfdistdir}/doc/latex/newspaper/newspaperExample.tex
#- source
%doc %{_texmfdistdir}/source/latex/newspaper/newspaper.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: fd155d1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20858 |14mr|texlive-newtx-1.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27273
# category Package
# catalog-ctan /fonts/newtx
# catalog-date 2012-07-31 19:56:52 +0200
# catalog-license lppl
# catalog-version 1.02
Name:		texlive-newtx
Version:	1.02
Release:	3
Summary:	Alternative uses of the TX fonts, with improved metrics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/newtx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newtx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newtx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle splits txfonts.sty (from the TX fonts distribution)
into two independent packages, ntxtext.sty and ntxmath.sty,
each with fixes and enhancements. Ntxmath's metrics have been
re-evaluated to provide a less tight appearance, and to provide
a libertine option that substitutes Libertine italic and Greek
letter for the existing math italic and Greek glyphs, making a
mathematics package that matches Libertine text quite well.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/public/newtx/alt-mn-greek.enc
%{_texmfdistdir}/fonts/enc/public/newtx/libertinealt.enc
%{_texmfdistdir}/fonts/map/dvips/public/newtx/ntx.map
%{_texmfdistdir}/fonts/map/dvips/public/newtx/zmn.map
%{_texmfdistdir}/fonts/tfm/public/newtx/LibertineTheta-Regular.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlri-5alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlri-5letters.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlri-7alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlri-7letters.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlzi-5alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlzi-5letters.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlzi-7alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlzi-7letters.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlzi-jv.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlzi-jv5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/fxlzi-jv7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbex.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbexa.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbexb.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbexmods.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbexv.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmi15.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmi17.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmial1.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbmials.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbsy.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbsya.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxbsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxex.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxexa.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxexb.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxexmods.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxexv.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxmi.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxmi15.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxmi17.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxmia.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxsups.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxsy.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxsya.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/ntxsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlbmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlbmi15.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlbmi17.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlbmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlbmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlmi.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlmi15.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlmi17.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/nxlmia.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlr-alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlri-alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlri-vw.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlri-vw5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlri-vw7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlz-alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlzi-alt.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlzi-vw.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlzi-vw5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rfxlzi-vw7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rntxbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rntxbmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rntxbmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rntxmi.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rntxmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rntxmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rtxbmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rtxbmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rtxbmio.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rtxmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rtxmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/rtxmio.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/t1xbij.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/t1xbj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/t1xbslj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/t1xij.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/t1xrj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/t1xslj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txbij.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txbj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txbslj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txbsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txbsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txij.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txrj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txslj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/txsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/tyxbij.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/tyxbj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/tyxbslj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/tyxij.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/tyxrj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/tyxslj.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/zmn-vw-b.tfm
%{_texmfdistdir}/fonts/tfm/public/newtx/zmn-vw-r.tfm
%{_texmfdistdir}/fonts/type1/public/newtx/LibertineTheta-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlri-5letters.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlri-7letters.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlri-vw.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlri-vw5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlri-vw7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-5letters.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-7letters.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-jv.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-jv5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-jv7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-vw.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-vw5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/fxlzi-vw7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/ntxbexb.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/ntxbexmods.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/ntxexb.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/ntxexmods.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/ntxsups.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rntxbmi.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rntxbmi5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rntxbmi7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rntxmi.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rntxmi5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rntxmi7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rtxbmi5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rtxbmi7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rtxmi5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/rtxmi7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/txbsy5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/txbsy7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/txsy5.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/txsy7.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/zmn-vw-b.pfb
%{_texmfdistdir}/fonts/type1/public/newtx/zmn-vw-r.pfb
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbex.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbexa.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbexv.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbmi.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbmi1.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbmi15.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbmi17.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbmi5.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbmi7.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbmia.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbsy.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbsy5.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbsy7.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbsya.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbsyb.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxbsyc.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxex.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxexa.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxexv.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxmi.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxmi1.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxmi15.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxmi17.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxmi5.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxmi7.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxmia.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxsy.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxsy5.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxsy7.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxsya.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxsyb.vf
%{_texmfdistdir}/fonts/vf/public/newtx/ntxsyc.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlbmi.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlbmi1.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlbmi15.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlbmi17.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlbmi5.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlbmi7.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlbmia.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlmi.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlmi1.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlmi15.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlmi17.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlmi5.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlmi7.vf
%{_texmfdistdir}/fonts/vf/public/newtx/nxlmia.vf
%{_texmfdistdir}/fonts/vf/public/newtx/t1xbij.vf
%{_texmfdistdir}/fonts/vf/public/newtx/t1xbj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/t1xbslj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/t1xij.vf
%{_texmfdistdir}/fonts/vf/public/newtx/t1xrj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/t1xslj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/txbij.vf
%{_texmfdistdir}/fonts/vf/public/newtx/txbj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/txbslj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/txij.vf
%{_texmfdistdir}/fonts/vf/public/newtx/txrj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/txslj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/tyxbij.vf
%{_texmfdistdir}/fonts/vf/public/newtx/tyxbj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/tyxbslj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/tyxij.vf
%{_texmfdistdir}/fonts/vf/public/newtx/tyxrj.vf
%{_texmfdistdir}/fonts/vf/public/newtx/tyxslj.vf
%{_texmfdistdir}/tex/latex/newtx/ly1ntxr.fd
%{_texmfdistdir}/tex/latex/newtx/ly1ntxr1.fd
%{_texmfdistdir}/tex/latex/newtx/ly1ntxrj.fd
%{_texmfdistdir}/tex/latex/newtx/ly1ntxss.fd
%{_texmfdistdir}/tex/latex/newtx/ly1ntxtt.fd
%{_texmfdistdir}/tex/latex/newtx/newtxmath.sty
%{_texmfdistdir}/tex/latex/newtx/newtxtext.sty
%{_texmfdistdir}/tex/latex/newtx/omlntxmi.fd
%{_texmfdistdir}/tex/latex/newtx/omlnxlmi.fd
%{_texmfdistdir}/tex/latex/newtx/omlzmnmi.fd
%{_texmfdistdir}/tex/latex/newtx/omsntxsy.fd
%{_texmfdistdir}/tex/latex/newtx/omxntxex.fd
%{_texmfdistdir}/tex/latex/newtx/omxntxexv.fd
%{_texmfdistdir}/tex/latex/newtx/ot1ntxr.fd
%{_texmfdistdir}/tex/latex/newtx/ot1ntxr1.fd
%{_texmfdistdir}/tex/latex/newtx/ot1ntxrj.fd
%{_texmfdistdir}/tex/latex/newtx/ot1ntxss.fd
%{_texmfdistdir}/tex/latex/newtx/ot1ntxtt.fd
%{_texmfdistdir}/tex/latex/newtx/t1ntxr.fd
%{_texmfdistdir}/tex/latex/newtx/t1ntxr1.fd
%{_texmfdistdir}/tex/latex/newtx/t1ntxrj.fd
%{_texmfdistdir}/tex/latex/newtx/t1ntxss.fd
%{_texmfdistdir}/tex/latex/newtx/t1ntxtt.fd
%{_texmfdistdir}/tex/latex/newtx/ts1ntxr.fd
%{_texmfdistdir}/tex/latex/newtx/ts1ntxr1.fd
%{_texmfdistdir}/tex/latex/newtx/ts1ntxrj.fd
%{_texmfdistdir}/tex/latex/newtx/ts1ntxss.fd
%{_texmfdistdir}/tex/latex/newtx/ts1ntxtt.fd
%{_texmfdistdir}/tex/latex/newtx/untxexa.fd
%{_texmfdistdir}/tex/latex/newtx/untxmia.fd
%{_texmfdistdir}/tex/latex/newtx/untxsya.fd
%{_texmfdistdir}/tex/latex/newtx/untxsyb.fd
%{_texmfdistdir}/tex/latex/newtx/untxsyc.fd
%{_texmfdistdir}/tex/latex/newtx/untxtt.fd
%{_texmfdistdir}/tex/latex/newtx/uzmnmia.fd
%doc %{_texmfdistdir}/doc/fonts/newtx/README
%doc %{_texmfdistdir}/doc/fonts/newtx/implementation.pdf
%doc %{_texmfdistdir}/doc/fonts/newtx/implementation.tex
%doc %{_texmfdistdir}/doc/fonts/newtx/newtxdoc.pdf
%doc %{_texmfdistdir}/doc/fonts/newtx/newtxdoc.tex
%doc %{_texmfdistdir}/doc/fonts/newtx/sample-lib-crop.pdf
%doc %{_texmfdistdir}/doc/fonts/newtx/sample-libmtp-crop.pdf
%doc %{_texmfdistdir}/doc/fonts/newtx/sample-mtp-crop.pdf
%doc %{_texmfdistdir}/doc/fonts/newtx/sample-ntx-crop.pdf
%doc %{_texmfdistdir}/doc/fonts/newtx/sample-ptmx-crop.pdf
%doc %{_texmfdistdir}/doc/fonts/newtx/sample-tx-crop.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.02-3
+ Revision: f20c45f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20859 |14mr|texlive-newunicodechar-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28253
# category Package
# catalog-ctan /macros/latex/contrib/newunicodechar
# catalog-date 2012-11-13 18:34:11 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-newunicodechar
Version:	1.1
Release:	6
Summary:	Definitions of the meaning of Unicode characters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/newunicodechar
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newunicodechar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newunicodechar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newunicodechar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a friendly interface for defining the
meaning of Unicode characters. The document should be processed
by (pdf)LaTeX with the unicode option of inputenc or inputenx,
or by XeLaTeX/LuaLaTeX. The command provided is
\newunicodechar{<char>}{<code>} where <char> is a directly-
typed Unicode character, and <code> is its replacement.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/newunicodechar/newunicodechar.sty
%doc %{_texmfdistdir}/doc/latex/newunicodechar/README
%doc %{_texmfdistdir}/doc/latex/newunicodechar/newunicodechar.pdf
#- source
%doc %{_texmfdistdir}/source/latex/newunicodechar/newunicodechar.dtx
%doc %{_texmfdistdir}/source/latex/newunicodechar/newunicodechar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 98ef244
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20860 |14mr|texlive-newvbtm-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23996
# category Package
# catalog-ctan /macros/latex/contrib/newvbtm
# catalog-date 2011-09-17 10:58:19 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-newvbtm
Version:	1.1
Release:	3
Summary:	Define your own verbatim-like environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/newvbtm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newvbtm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newvbtm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newvbtm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines general purpose macro named \newverbatim to define your
own verbatim-like environment. It also has a supplementary
style file varvbtm.sty to provide set of macros for variants of
verbatim, such as tab emulation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/newvbtm/newvbtm.sty
%{_texmfdistdir}/tex/latex/newvbtm/varvbtm.sty
%doc %{_texmfdistdir}/doc/latex/newvbtm/README
%doc %{_texmfdistdir}/doc/latex/newvbtm/newvbtm-man.pdf
%doc %{_texmfdistdir}/doc/latex/newvbtm/newvbtm-man.tex
#- source
%doc %{_texmfdistdir}/source/latex/newvbtm/newvbtm.dtx
%doc %{_texmfdistdir}/source/latex/newvbtm/newvbtm.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 4d87017
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20861 |14mr|texlive-newverbs-1.3a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26258
# category Package
# catalog-ctan /macros/latex/contrib/newverbs
# catalog-date 2012-05-08 15:35:13 +0200
# catalog-license lppl1.3
# catalog-version 1.3a
Name:		texlive-newverbs
Version:	1.3a
Release:	2
Summary:	Define new versions of \verb, including short verb versions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/newverbs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newverbs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newverbs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newverbs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the definition of \verb variants which add
TeX code before and after the verbatim text (e.g., quotes or
surrounding \fbox{}). When used together with the shortvrb
package it allows the definition of short verbatim characters
which use this package's variant instead of the normal \verb.
In addition, it is possible to collect an argument verbatim to
either typeset or write it into a file. The \Verbdef command
defines verbatim text to a macro which can later be used to
write the verbatim text to a file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/newverbs/newverbs.sty
%doc %{_texmfdistdir}/doc/latex/newverbs/README
%doc %{_texmfdistdir}/doc/latex/newverbs/newverbs.pdf
#- source
%doc %{_texmfdistdir}/source/latex/newverbs/newverbs.dtx
%doc %{_texmfdistdir}/source/latex/newverbs/newverbs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3a-2
+ Revision: e17d81e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20862 |14mr|texlive-nextpage-1.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/misc/nextpage.sty
# catalog-date 2009-09-03 13:12:26 +0200
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-nextpage
Version:	1.1a
Release:	3
Summary:	Generalisations of the page advance commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/misc/nextpage.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nextpage.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides \clearpage and \newpage variants that guarantee to end
up on even/odd numbered pages; these 4 commands all have an
optional argument whose content will be placed on any "empty"
page generated.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nextpage/nextpage.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1a-3
+ Revision: e80a0dc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20863 |14mr|texlive-nfssext-cfr-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19322
# category Package
# catalog-ctan /macros/latex/contrib/nfssext-cfr
# catalog-date 2010-06-30 12:36:12 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-nfssext-cfr
Version:	1.2
Release:	3
Summary:	Extensions to the LaTeX NFSS
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nfssext-cfr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nfssext-cfr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nfssext-cfr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is a development of nfssext.sty, distributed with
the examples for the font installation guide. The package has
been developed for use in packages such as cfr-lm and
venturisadf,.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nfssext-cfr/nfssext-cfr.sty
%doc %{_texmfdistdir}/doc/latex/nfssext-cfr/README
%doc %{_texmfdistdir}/doc/latex/nfssext-cfr/nfssext-cfr.pdf
%doc %{_texmfdistdir}/doc/latex/nfssext-cfr/nfssext-cfr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 3b53206
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20864 |14mr|texlive-nicefilelist-0.7a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28527
# category Package
# catalog-ctan /macros/latex/contrib/nicefilelist
# catalog-date 2012-12-13 11:39:24 +0100
# catalog-license lppl1.3
# catalog-version 0.7a
Name:		texlive-nicefilelist
Epoch:		1
Version:	0.7a
Release:	6
Summary:	Provide \listfiles alignment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nicefilelist
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nicefilelist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nicefilelist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nicefilelist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends longnamefilelist, keeping separate columns
for date, version and "caption" (the caption now separately
listed). Alignment is not disturbed by short file name
extensions, such as ".fd". The package is not compatible with
longnamefilelist: users need to re-read the documentation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nicefilelist/nicefilelist.RLS
%{_texmfdistdir}/tex/latex/nicefilelist/nicefilelist.sty
%doc %{_texmfdistdir}/doc/latex/nicefilelist/README
%doc %{_texmfdistdir}/doc/latex/nicefilelist/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/nicefilelist/nicefilelist.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nicefilelist/empty.f
%doc %{_texmfdistdir}/source/latex/nicefilelist/nicefilelist.tex
%doc %{_texmfdistdir}/source/latex/nicefilelist/provonly.fd
%doc %{_texmfdistdir}/source/latex/nicefilelist/srcfiles.tex
%doc %{_texmfdistdir}/source/latex/nicefilelist/wrong.prv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.7a-6
+ Revision: 31f8de1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20865 |14mr|texlive-niceframe-1.1c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24120
# category Package
# catalog-ctan /macros/latex/contrib/niceframe
# catalog-date 2011-06-16 20:35:20 +0200
# catalog-license lppl
# catalog-version 1.1c
Name:		texlive-niceframe
Version:	1.1c
Release:	3
Summary:	Support for fancy frames
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/niceframe
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/niceframe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/niceframe.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/niceframe.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines means of drawing frames around boxes, using
dingbat fonts. Some (Metafont) font sources are included; the
fonts are available separately in Type 1 format.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/niceframe/karta.mf
%{_texmfdistdir}/fonts/source/public/niceframe/karta15.mf
%{_texmfdistdir}/fonts/source/public/niceframe/umrand.mf
%{_texmfdistdir}/fonts/source/public/niceframe/umranda.mf
%{_texmfdistdir}/fonts/source/public/niceframe/umrandb.mf
%{_texmfdistdir}/fonts/tfm/public/niceframe/karta15.tfm
%{_texmfdistdir}/fonts/tfm/public/niceframe/umranda.tfm
%{_texmfdistdir}/fonts/tfm/public/niceframe/umrandb.tfm
%{_texmfdistdir}/tex/latex/niceframe/niceframe.sty
%doc %{_texmfdistdir}/doc/latex/niceframe/dingbat.mf
%doc %{_texmfdistdir}/doc/latex/niceframe/example.tex
%doc %{_texmfdistdir}/doc/latex/niceframe/niceframe.pdf
#- source
%doc %{_texmfdistdir}/source/latex/niceframe/niceframe.drv
%doc %{_texmfdistdir}/source/latex/niceframe/niceframe.dtx
%doc %{_texmfdistdir}/source/latex/niceframe/niceframe.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1c-3
+ Revision: 55734d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20866 |14mr|texlive-nicetext-20120403-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25843
# category Package
# catalog-ctan /macros/latex/contrib/nicetext
# catalog-date 2012-04-03 20:19:38 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-nicetext
Version:	20120403
Release:	2
Summary:	Minimal markup for simple text (Wikipedia style) and documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nicetext
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nicetext.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nicetext.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nicetext.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle offers "minimal" markup syntax for various simple
kinds of text. The user will typically involve little more than
is printed, and will still get LaTeX quality. The bundle
provides four packages: - wiki addresses general texts, marked
up in the simple style used on Wikipedia; - niceverb is yet
another means of documenting LaTeX packages: it offers syntax-
aware typesetting of meta-variables (macro arguments) and for
referring to commands (and their syntax) in footnotes, section
titles etc.; - fifinddo aims to parse plain text or (La)TeX
files using TeX, and to write the results to an external file;
the package is used by another member of the bundle: - makedoc,
which provides the means to produce typeset documentation
direct from package files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nicetext/fifinddo.sty
%{_texmfdistdir}/tex/latex/nicetext/makedoc.cfg
%{_texmfdistdir}/tex/latex/nicetext/makedoc.sty
%{_texmfdistdir}/tex/latex/nicetext/mdoccorr.cfg
%{_texmfdistdir}/tex/latex/nicetext/niceverb.sty
%{_texmfdistdir}/tex/latex/nicetext/run/README-run.txt
%{_texmfdistdir}/tex/latex/nicetext/run/arseneau.tex
%{_texmfdistdir}/tex/latex/nicetext/run/atari.cfg
%{_texmfdistdir}/tex/latex/nicetext/run/atari.fdf
%{_texmfdistdir}/tex/latex/nicetext/run/atari.txt
%{_texmfdistdir}/tex/latex/nicetext/run/copyfile.cfg
%{_texmfdistdir}/tex/latex/nicetext/run/copyfile.tex
%{_texmfdistdir}/tex/latex/nicetext/run/fddial0g.sty
%{_texmfdistdir}/tex/latex/nicetext/run/fdtxttex.cfg
%{_texmfdistdir}/tex/latex/nicetext/run/fdtxttex.tex
%{_texmfdistdir}/tex/latex/nicetext/run/fdtxttex.tpl
%{_texmfdistdir}/tex/latex/nicetext/run/lines.txt
%{_texmfdistdir}/tex/latex/nicetext/run/makedoc.tpl
%{_texmfdistdir}/tex/latex/nicetext/run/sample.txt
%{_texmfdistdir}/tex/latex/nicetext/run/substr.tex
%{_texmfdistdir}/tex/latex/nicetext/run/u8atablg.fdf
%{_texmfdistdir}/tex/latex/nicetext/wiki.sty
%doc %{_texmfdistdir}/doc/latex/nicetext/ANNOUNCE.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/CHANGE.LOG
%doc %{_texmfdistdir}/doc/latex/nicetext/FILEs.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/README
%doc %{_texmfdistdir}/doc/latex/nicetext/README.pdf
%doc %{_texmfdistdir}/doc/latex/nicetext/RELEAS03.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/RELEAS04.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/RELEAS05.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/RELEASE042.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/RELEASE043.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/RELEASE044.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/demo/arseneau.pdf
%doc %{_texmfdistdir}/doc/latex/nicetext/demo/iso.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/demo/lns.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/demo/sample.tex
%doc %{_texmfdistdir}/doc/latex/nicetext/demo/substr.pdf
%doc %{_texmfdistdir}/doc/latex/nicetext/fifinddo.pdf
%doc %{_texmfdistdir}/doc/latex/nicetext/makedoc.pdf
%doc %{_texmfdistdir}/doc/latex/nicetext/mdoccheat.pdf
%doc %{_texmfdistdir}/doc/latex/nicetext/niceverb.pdf
%doc %{_texmfdistdir}/doc/latex/nicetext/readprov.log
%doc %{_texmfdistdir}/doc/latex/nicetext/wikicheat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nicetext/README.tex
%doc %{_texmfdistdir}/source/latex/nicetext/fifinddo.tex
%doc %{_texmfdistdir}/source/latex/nicetext/makedoc.tex
%doc %{_texmfdistdir}/source/latex/nicetext/mdoccheat.tex
%doc %{_texmfdistdir}/source/latex/nicetext/niceverb.tex
%doc %{_texmfdistdir}/source/latex/nicetext/srcfiles.tex
%doc %{_texmfdistdir}/source/latex/nicetext/wikicheat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120403-2
+ Revision: 5e1449d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20867 |14mr|texlive-nih-20070310-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/nih
# catalog-date 2007-03-10 12:31:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-nih
Version:	20070310
Release:	3
Summary:	A class for NIH grant applications
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nih
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nih.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nih.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The nih class offers support for grant applications to NIH, the
National Institutes of Health, a US government agency. The
example-* files provide a template for using nih.cls and
submitting the biographical sketches the NIH wants. They
(potentially) use denselists package, which just reduces list
spacing; the package is distributed with the class, but is not
part of the class proper. (The examples may be distributed
without even the restrictions of the LaTeX licence.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nih/denselists.sty
%{_texmfdistdir}/tex/latex/nih/nih.cls
%doc %{_texmfdistdir}/doc/latex/nih/README
%doc %{_texmfdistdir}/doc/latex/nih/example-biosketch.pdf
%doc %{_texmfdistdir}/doc/latex/nih/example-biosketch.tex
%doc %{_texmfdistdir}/doc/latex/nih/example-nih-cls.pdf
%doc %{_texmfdistdir}/doc/latex/nih/example-nih-cls.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070310-3
+ Revision: 02d57e9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20868 |14mr|texlive-nkarta-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16437
# category Package
# catalog-ctan /fonts/nkarta
# catalog-date 2009-12-20 19:35:44 +0100
# catalog-license pd
# catalog-version 0.2
Name:		texlive-nkarta
Version:	0.2
Release:	3
Summary:	A "new" version of the karta cartographic fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/nkarta
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nkarta.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nkarta.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nkarta.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A development of the karta font, offering more mathematical
stability in MetaFont. A version that will produce the glyphs
as Encapsulated PostScript, using MetaPost, is also provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/nkarta/nkarta.mf
%{_texmfdistdir}/fonts/source/public/nkarta/nkarta15.mf
%{_texmfdistdir}/fonts/source/public/nkarta/nkchars.mf
%{_texmfdistdir}/fonts/tfm/public/nkarta/nkarta15.tfm
%{_texmfdistdir}/metapost/nkarta/nkarta.mp
%{_texmfdistdir}/metapost/nkarta/nkchars.mp
%doc %{_texmfdistdir}/doc/fonts/nkarta/README
%doc %{_texmfdistdir}/doc/fonts/nkarta/figtable.pdf
%doc %{_texmfdistdir}/doc/fonts/nkarta/figtable.tex
%doc %{_texmfdistdir}/doc/fonts/nkarta/fonttable.pdf
%doc %{_texmfdistdir}/doc/fonts/nkarta/fonttable.tex
#- source
%doc %{_texmfdistdir}/source/latex/nkarta/nkarta.dtx
%doc %{_texmfdistdir}/source/latex/nkarta/nkarta.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts metapost doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: dd7cdcd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20869 |14mr|texlive-nlctdoc-1.02-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27116
# category Package
# catalog-ctan /macros/latex/contrib/nlctdoc
# catalog-date 2012-07-20 01:08:10 +0200
# catalog-license lppl
# catalog-version 1.02
Name:		texlive-nlctdoc
Epoch:		1
Version:	1.02
Release:	2
Summary:	Package documentation class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nlctdoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nlctdoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nlctdoc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides support for the documentation of the
author's packages, using koma-script. This class is provided
"as is" solely for the benefit of anyone who wants to compile
the documentation of those packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nlctdoc/nlctdoc.cls
%doc %{_texmfdistdir}/doc/latex/nlctdoc/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.02-2
+ Revision: 8d310a2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20870 |14mr|texlive-noconflict-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30140
# category Package
# catalog-ctan /macros/latex/contrib/noconflict
# catalog-date 2013-04-27 00:34:43 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-noconflict
Version:	1.0
Release:	6
Summary:	Resolve macro name conflict between packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/noconflict
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/noconflict.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/noconflict.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides several commands to prefix (and hence
obscure) a macro's (or a sequence of macros') name, and to
restore the original macro(s) at places in a document where
they are needed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/noconflict/noconflict.sty
%doc %{_texmfdistdir}/doc/latex/noconflict/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 9837918
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20871 |14mr|texlive-noindentafter-20131010-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31341
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-noindentafter
Version:	20131010
Release:	6
Summary:	TeXLive noindentafter package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/noindentafter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/noindentafter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive noindentafter package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/noindentafter/noindentafter.sty
%doc %{_texmfdistdir}/doc/latex/noindentafter/README
%doc %{_texmfdistdir}/doc/latex/noindentafter/dry.sty
%doc %{_texmfdistdir}/doc/latex/noindentafter/noindentafter.pdf
%doc %{_texmfdistdir}/doc/latex/noindentafter/noindentafter.tex
%doc %{_texmfdistdir}/doc/latex/noindentafter/packagedoc.cls
%doc %{_texmfdistdir}/doc/latex/noindentafter/with.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131010-6
+ Revision: 8ad017c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20872 |14mr|texlive-noitcrul-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/noitcrul
# catalog-date 2007-03-10 12:31:42 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-noitcrul
Version:	0.2
Release:	3
Summary:	Improved underlines in mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/noitcrul
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/noitcrul.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/noitcrul.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/noitcrul.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a (maths mode) \underline variant which
doesn't impose italics correction at the end.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/noitcrul/noitcrul.sty
%doc %{_texmfdistdir}/doc/latex/noitcrul/README
%doc %{_texmfdistdir}/doc/latex/noitcrul/noitcrul.pdf
#- source
%doc %{_texmfdistdir}/source/latex/noitcrul/noitcrul.dtx
%doc %{_texmfdistdir}/source/latex/noitcrul/noitcrul.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 5bbcd0e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20873 |14mr|texlive-nolbreaks-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26786
# category Package
# catalog-ctan /macros/latex/contrib/nolbreaks
# catalog-date 2012-06-01 11:46:45 +0200
# catalog-license pd
# catalog-version 1.2
Name:		texlive-nolbreaks
Version:	1.2
Release:	2
Summary:	No line breaks in text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nolbreaks
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nolbreaks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nolbreaks.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Use \nolbreaks{some text} to prevent line breaks in "some
text". This has the advantage over \mbox{} that glue (rubber
space) remains flexible. Most common cases are handled here
(\linebreak is disabled, for example) but spaces hidden in
macros or { } can still create break-points.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nolbreaks/nolbreaks.sty
%doc %{_texmfdistdir}/doc/latex/nolbreaks/nolbreaks.pdf
%doc %{_texmfdistdir}/doc/latex/nolbreaks/nolbreaks.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-2
+ Revision: 8ea0173
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20874 |14mr|texlive-nomencl-3.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/nomencl
# catalog-date 2007-01-12 00:17:35 +0100
# catalog-license lppl
# catalog-version 3.1a
Name:		texlive-nomencl
Version:	3.1a
Release:	3
Summary:	Produce lists of symbols as in nomenclature
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nomencl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nomencl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nomencl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nomencl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Produces lists of symbols using the capabilities of the
MakeIndex program.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/nomencl/nomencl.ist
%{_texmfdistdir}/tex/latex/nomencl/nomencl.sty
%{_texmfdistdir}/tex/latex/nomencl/sample01.cfg
%{_texmfdistdir}/tex/latex/nomencl/sample02.cfg
%{_texmfdistdir}/tex/latex/nomencl/sample04.cfg
%{_texmfdistdir}/tex/latex/nomencl/sample05.cfg
%doc %{_texmfdistdir}/doc/latex/nomencl/README
%doc %{_texmfdistdir}/doc/latex/nomencl/nomencl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nomencl/nomencl.drv
%doc %{_texmfdistdir}/source/latex/nomencl/nomencl.dtx
%doc %{_texmfdistdir}/source/latex/nomencl/nomencl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1a-3
+ Revision: d384e18
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20875 |14mr|texlive-nomentbl-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16549
# category Package
# catalog-ctan /macros/latex/contrib/nomentbl
# catalog-date 2007-01-12 00:17:35 +0100
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-nomentbl
Version:	0.4
Release:	3
Summary:	Nomenclature typeset in a longtable
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nomentbl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nomentbl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nomentbl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nomentbl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Nomentbl typeset nomenclatures in a longtable instead of the
makeindex style of nomencl. A nomenclature entry may have three
arguments: Symbol, description and physical unit.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/nomentbl/nomentbl.ist
%{_texmfdistdir}/tex/latex/nomentbl/nomentbl.sty
%doc %{_texmfdistdir}/doc/latex/nomentbl/README
%doc %{_texmfdistdir}/doc/latex/nomentbl/example.pdf
%doc %{_texmfdistdir}/doc/latex/nomentbl/example.tex
%doc %{_texmfdistdir}/doc/latex/nomentbl/nomentbl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nomentbl/nomentbl.dtx
%doc %{_texmfdistdir}/source/latex/nomentbl/nomentbl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-3
+ Revision: 722e399
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20876 |14mr|texlive-nonfloat-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17598
# category Package
# catalog-ctan /macros/latex/contrib/nonfloat
# catalog-date 2007-01-12 00:17:35 +0100
# catalog-license pd
# catalog-version 1.0
Name:		texlive-nonfloat
Version:	1.0
Release:	3
Summary:	Non-floating table and figure captions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nonfloat
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nonfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nonfloat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nonfloat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Adjusts the figure and table environments to ensure that
centered objects as one line captions are centered as well.
Also the vertical spaces for table captions above the table are
changed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nonfloat/nonfloat.sty
%doc %{_texmfdistdir}/doc/latex/nonfloat/nonfloat-en.pdf
%doc %{_texmfdistdir}/doc/latex/nonfloat/nonfloat-en.tex
%doc %{_texmfdistdir}/doc/latex/nonfloat/nonfloat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nonfloat/nonfloat.drv
%doc %{_texmfdistdir}/source/latex/nonfloat/nonfloat.dtx
%doc %{_texmfdistdir}/source/latex/nonfloat/nonfloat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: aacde4f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20877 |14mr|texlive-nonumonpart-1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22114
# category Package
# catalog-ctan /macros/latex/contrib/nonumonpart
# catalog-date 2011-04-15 12:43:28 +0200
# catalog-license lppl1.2
# catalog-version 1
Name:		texlive-nonumonpart
Version:	1
Release:	3
Summary:	Prevent page numbers on part pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nonumonpart
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nonumonpart.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nonumonpart.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nonumonpart.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package bundles the answer to the long-standing FAQ about
removing page numbers on \part pages. The package accepts no
options and defines no user commands; the user needs only to
load it, and the requirement is met.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nonumonpart/nonumonpart.sty
%doc %{_texmfdistdir}/doc/latex/nonumonpart/LISEZMOI
%doc %{_texmfdistdir}/doc/latex/nonumonpart/README
%doc %{_texmfdistdir}/doc/latex/nonumonpart/nonumonpart-en.pdf
%doc %{_texmfdistdir}/doc/latex/nonumonpart/nonumonpart-fr.pdf
%doc %{_texmfdistdir}/doc/latex/nonumonpart/nonumonpart.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nonumonpart/Makefile
%doc %{_texmfdistdir}/source/latex/nonumonpart/nonumonpart.dtx
%doc %{_texmfdistdir}/source/latex/nonumonpart/nonumonpart.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-3
+ Revision: 9c1c217
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20878 |14mr|texlive-nopageno-20100511-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18128
# category Package
# catalog-ctan /macros/latex/contrib/nopageno
# catalog-date 2010-05-11 12:36:30 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-nopageno
Version:	20100511
Release:	3
Summary:	No page numbers in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nopageno
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nopageno.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nopageno.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX's standard styles use two page styles, one on normal
pages and one on 'opening' pages with \maketitle or \chapter,
etc. Unfortunately there is only easy access to changing one of
these two so if you want something other than 'plain' on the
opening pages you must use \thispagestyle on each such page.
The fancyhdr package does provide a more flexible interface,
but if you just want an empty page style on all pages then this
package will do the job.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nopageno/nopageno.sty
%doc %{_texmfdistdir}/doc/latex/nopageno/nopageno.pdf
%doc %{_texmfdistdir}/doc/latex/nopageno/nopageno.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100511-3
+ Revision: a7fa457
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20879 |14mr|texlive-norasi-c90-20131010-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30642
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-norasi-c90
Version:	20131010
Release:	6
Summary:	TeX support (from CJK) for the norasi font
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/norasi-c90.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/norasi-c90.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-fonts-tlwg

%description
TeXLive norasi-c90 package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/norasi-c90/config.norasi-c90
%{_texmfdistdir}/fonts/map/dvips/norasi-c90/norasi-c90.map
%{_texmfdistdir}/fonts/tfm/public/norasi-c90/ftnb8z.tfm
%{_texmfdistdir}/fonts/tfm/public/norasi-c90/ftnbi8z.tfm
%{_texmfdistdir}/fonts/tfm/public/norasi-c90/ftni8z.tfm
%{_texmfdistdir}/fonts/tfm/public/norasi-c90/ftnr8z.tfm
#- source
%doc %{_texmfdistdir}/source/fonts/norasi-c90/norasi-c90.fontinst

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131010-6
+ Revision: d6cbb4c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20880 |14mr|texlive-nostarch-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/nostarch
# catalog-date 2008-08-22 17:15:44 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-nostarch
Version:	1.3
Release:	3
Summary:	LaTeX class for No Starch Press
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nostarch
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nostarch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nostarch.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nostarch.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the "official" LaTeX style for No Starch
Press. Provided are a a class, a package for interfacing to
hyperref and an index style file. The style serves both for
printed and for electronic books.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/nostarch/nostarch.bib
%{_texmfdistdir}/makeindex/nostarch/nostarch.ist
%{_texmfdistdir}/tex/latex/nostarch/nostarch.cls
%{_texmfdistdir}/tex/latex/nostarch/nshyper.sty
%doc %{_texmfdistdir}/doc/latex/nostarch/100euroie.png
%doc %{_texmfdistdir}/doc/latex/nostarch/100euroit.png
%doc %{_texmfdistdir}/doc/latex/nostarch/1eurogr.jpg
%doc %{_texmfdistdir}/doc/latex/nostarch/README
%doc %{_texmfdistdir}/doc/latex/nostarch/nostarch.pdf
%doc %{_texmfdistdir}/doc/latex/nostarch/nssample.pdf
%doc %{_texmfdistdir}/doc/latex/nostarch/nssample.tex
%doc %{_texmfdistdir}/doc/latex/nostarch/recycled.png
%doc %{_texmfdistdir}/doc/latex/nostarch/vitruvian.jpg
#- source
%doc %{_texmfdistdir}/source/latex/nostarch/Makefile
%doc %{_texmfdistdir}/source/latex/nostarch/nostarch.dtx
%doc %{_texmfdistdir}/source/latex/nostarch/nostarch.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: bf9464f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20881 |14mr|texlive-notes2bib-2.0i-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27196
# category Package
# catalog-ctan /macros/latex/contrib/notes2bib
# catalog-date 2012-07-17 10:47:29 +0200
# catalog-license lppl
# catalog-version 2.0i
Name:		texlive-notes2bib
Version:	2.0i
Release:	2
Summary:	Integrating notes into the bibliography
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/notes2bib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notes2bib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notes2bib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notes2bib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a new type of note, bibnote, which will
always be added to the bibliography. The package allows
footnotes and endnotes to be moved into the bibliography in the
same way. The package can be used with natbib and biblatex as
well as plain LaTeX citations. Both sorted and unsorted
bibliography styles are supported. The package uses the LaTeX 3
macros and the associated xpackages bundle. It also makes use
of the e-TeX extensions (any post-2005 LaTeX distribution will
provide these by default, but users of older systems may need
to use an elatex command or equivalent). The package relies on
LaTeX 3 support from the l3kernel and l3packages bundles.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/notes2bib/notes2bib.sty
%doc %{_texmfdistdir}/doc/latex/notes2bib/README
%doc %{_texmfdistdir}/doc/latex/notes2bib/notes2bib.pdf
#- source
%doc %{_texmfdistdir}/source/latex/notes2bib/notes2bib.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0i-2
+ Revision: 70a719b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20882 |14mr|texlive-notes-v1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26263
# category Package
# catalog-ctan /macros/latex/contrib/notes
# catalog-date 2006-09-14 22:20:05 +0200
# catalog-license lppl
# catalog-version v1.0.1
Name:		texlive-notes
Version:	v1.0.1
Release:	4
Summary:	Mark sections of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/notes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides environments to highlight significant
portions of text within a document, by putting the text in a
box and adding an icon in the margin. (The icons are provided
as 'fig' sources, processable by xfig.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/notes/hand.eps
%{_texmfdistdir}/tex/latex/notes/hand.pdf
%{_texmfdistdir}/tex/latex/notes/hand.png
%{_texmfdistdir}/tex/latex/notes/info.eps
%{_texmfdistdir}/tex/latex/notes/info.pdf
%{_texmfdistdir}/tex/latex/notes/info.png
%{_texmfdistdir}/tex/latex/notes/notes.sty
%{_texmfdistdir}/tex/latex/notes/warn.eps
%{_texmfdistdir}/tex/latex/notes/warn.pdf
%{_texmfdistdir}/tex/latex/notes/warn.png
%doc %{_texmfdistdir}/doc/latex/notes/book.layout
%doc %{_texmfdistdir}/doc/latex/notes/hand.fig
%doc %{_texmfdistdir}/doc/latex/notes/info.fig
%doc %{_texmfdistdir}/doc/latex/notes/makedoc
%doc %{_texmfdistdir}/doc/latex/notes/makedoc.bat
%doc %{_texmfdistdir}/doc/latex/notes/notes.inc
%doc %{_texmfdistdir}/doc/latex/notes/notes.pdf
%doc %{_texmfdistdir}/doc/latex/notes/testnotes.tex
%doc %{_texmfdistdir}/doc/latex/notes/warn.fig
#- source
%doc %{_texmfdistdir}/source/latex/notes/Makefile
%doc %{_texmfdistdir}/source/latex/notes/notes.drv
%doc %{_texmfdistdir}/source/latex/notes/notes.dtx
%doc %{_texmfdistdir}/source/latex/notes/notes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.0.1-4
+ Revision: 8a35b89
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20883 |14mr|texlive-notoccite-20100511-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18129
# category Package
# catalog-ctan /macros/latex/contrib/notoccite
# catalog-date 2010-05-11 12:36:30 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-notoccite
Version:	20100511
Release:	3
Summary:	Prevent trouble from citations in table of contents, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/notoccite
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notoccite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notoccite.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
If you have \cite commands in \section-like commands, or in
\caption, the citation will also appear in the table of
contents, or list of whatever. If you are also using an unsrt-
like bibliography style, these citations will come at the very
start of the bibliography, which is confusing. This package
suppresses the effect.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/notoccite/notoccite.sty
%doc %{_texmfdistdir}/doc/latex/notoccite/notoccite.pdf
%doc %{_texmfdistdir}/doc/latex/notoccite/notoccite.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100511-3
+ Revision: 90b2133
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20884 |14mr|texlive-nowidow-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24066
# category Package
# catalog-ctan /macros/latex/contrib/nowidow
# catalog-date 2011-09-21 22:10:12 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-nowidow
Version:	1.0
Release:	3
Summary:	Avoid widows
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nowidow
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nowidow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nowidow.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nowidow.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a useful macro to manage widow lines.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nowidow/nowidow.sty
%doc %{_texmfdistdir}/doc/latex/nowidow/README
%doc %{_texmfdistdir}/doc/latex/nowidow/nowidow.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nowidow/nowidow.dtx
%doc %{_texmfdistdir}/source/latex/nowidow/nowidow.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: cd2c6cb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20885 |14mr|texlive-nox-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30991
# category Package
# catalog-ctan /macros/latex/contrib/nox
# catalog-date 2013-06-19 16:57:50 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-nox
Version:	1.0
Release:	6
Summary:	Adaptable tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows data, text (including (La)TeX commands or
environments) to be formatted into a array which may be split.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nox/nox.sty
%doc %{_texmfdistdir}/doc/latex/nox/README
%doc %{_texmfdistdir}/doc/latex/nox/nox.pdf
%doc %{_texmfdistdir}/doc/latex/nox/nox.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: fec2b06
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20886 |14mr|texlive-nrc-20070112-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18087
# category Package
# catalog-ctan /macros/latex/contrib/nrc
# catalog-date 2007-01-12 08:59:52 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-nrc
Version:	20070112
Release:	3
Summary:	Class for the NRC technical journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nrc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nrc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nrc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nrc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros, and some documentation, for typesetting papers for
submission to journals published by the National Research
Council of Canada. The macros are provided as a pair of
classes, one for journals printed in two columns and the other
for journals (such as the Canadian Journal of Physics, post-
1997) which are printed in a single-column format.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nrc/nrc1.cls
%{_texmfdistdir}/tex/latex/nrc/nrc1.sty
%{_texmfdistdir}/tex/latex/nrc/nrc2.cls
%{_texmfdistdir}/tex/latex/nrc/nrc2.sty
%doc %{_texmfdistdir}/doc/latex/nrc/README
%doc %{_texmfdistdir}/doc/latex/nrc/authors.txt
%doc %{_texmfdistdir}/doc/latex/nrc/userguide.pdf
%doc %{_texmfdistdir}/doc/latex/nrc/userguide.ps.gz
%doc %{_texmfdistdir}/doc/latex/nrc/userguide.tex
#- source
%doc %{_texmfdistdir}/source/latex/nrc/nrc.dtx
%doc %{_texmfdistdir}/source/latex/nrc/nrc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070112-3
+ Revision: e7ddcd5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20887 |14mr|texlive-ntgclass-20061205-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ntgclass
# catalog-date 2006-12-05 17:23:05 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-ntgclass
Version:	20061205
Release:	3
Summary:	"European" versions of standard classes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ntgclass
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ntgclass.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ntgclass.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ntgclass.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Versions of the standard LaTeX article and report classes,
rewritten to reflect a more European design, by the Dutch TeX
Users Group NTG.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ntgclass/a4.sty
%{_texmfdistdir}/tex/latex/ntgclass/artikel1.cls
%{_texmfdistdir}/tex/latex/ntgclass/artikel2.cls
%{_texmfdistdir}/tex/latex/ntgclass/artikel3.cls
%{_texmfdistdir}/tex/latex/ntgclass/boek.cls
%{_texmfdistdir}/tex/latex/ntgclass/boek3.cls
%{_texmfdistdir}/tex/latex/ntgclass/brief.cls
%{_texmfdistdir}/tex/latex/ntgclass/ntg10.clo
%{_texmfdistdir}/tex/latex/ntgclass/ntg11.clo
%{_texmfdistdir}/tex/latex/ntgclass/ntg12.clo
%{_texmfdistdir}/tex/latex/ntgclass/rapport1.cls
%{_texmfdistdir}/tex/latex/ntgclass/rapport3.cls
%doc %{_texmfdistdir}/doc/latex/ntgclass/00readme.txt
%doc %{_texmfdistdir}/doc/latex/ntgclass/a4.pdf
%doc %{_texmfdistdir}/doc/latex/ntgclass/artdoc.pdf
%doc %{_texmfdistdir}/doc/latex/ntgclass/artdoc.tex
%doc %{_texmfdistdir}/doc/latex/ntgclass/brief.pdf
%doc %{_texmfdistdir}/doc/latex/ntgclass/brief.tex
%doc %{_texmfdistdir}/doc/latex/ntgclass/briefdoc.pdf
%doc %{_texmfdistdir}/doc/latex/ntgclass/briefdoc.tex
%doc %{_texmfdistdir}/doc/latex/ntgclass/catalog.txt
%doc %{_texmfdistdir}/doc/latex/ntgclass/changes.txt
%doc %{_texmfdistdir}/doc/latex/ntgclass/classdoc.pdf
%doc %{_texmfdistdir}/doc/latex/ntgclass/classdoc.tex
%doc %{_texmfdistdir}/doc/latex/ntgclass/manifest.txt
%doc %{_texmfdistdir}/doc/latex/ntgclass/ntgclass.pdf
%doc %{_texmfdistdir}/doc/latex/ntgclass/rapdoc.pdf
%doc %{_texmfdistdir}/doc/latex/ntgclass/rapdoc.tex
#- source
%doc %{_texmfdistdir}/source/latex/ntgclass/a4.dtx
%doc %{_texmfdistdir}/source/latex/ntgclass/a4.ins
%doc %{_texmfdistdir}/source/latex/ntgclass/brief.dtx
%doc %{_texmfdistdir}/source/latex/ntgclass/ntgclass.dtx
%doc %{_texmfdistdir}/source/latex/ntgclass/ntgclass.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061205-3
+ Revision: 4b9fa82
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20888 |14mr|texlive-ntheorem-1.31-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21607
# category Package
# catalog-ctan /macros/latex/contrib/ntheorem
# catalog-date 2011-02-18 13:25:28 +0100
# catalog-license lppl
# catalog-version 1.31
Name:		texlive-ntheorem
Version:	1.31
Release:	3
Summary:	Enhanced theorem environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ntheorem
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ntheorem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ntheorem.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ntheorem.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Enhancements for theorem-like environments: easier control of
layout; proper placement of endmarks even when the environment
ends with \end{enumerate} or \end{displaymath} (including
support for amsmath displayed-equation environments); and
support for making a list of theorems like \listoffigures.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ntheorem/ntheorem.std
%{_texmfdistdir}/tex/latex/ntheorem/ntheorem.sty
%doc %{_texmfdistdir}/doc/latex/ntheorem/README
%doc %{_texmfdistdir}/doc/latex/ntheorem/ntheorem.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ntheorem/ntheorem.drv
%doc %{_texmfdistdir}/source/latex/ntheorem/ntheorem.dtx
%doc %{_texmfdistdir}/source/latex/ntheorem/ntheorem.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.31-3
+ Revision: 064fa1c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20889 |14mr|texlive-ntheorem-vn-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-ntheorem-vn
Version:	20111103
Release:	3
Summary:	TeXLive ntheorem-vn package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ntheorem-vn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ntheorem-vn.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive ntheorem-vn package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/COPYING
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/FILELIST
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/README
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/ntheorem-doc-vn.pdf
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/src/Makefile
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/src/README.src
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/src/TODO
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/src/endmarks.tex
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/src/example.tex
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/src/help.tex
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/src/interference.tex
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/src/intro.tex
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/src/license.tex
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/src/ntheorem-doc-vn.tex
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/src/preamble.tex
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/src/thanks.tex
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/src/title-abstract.tex
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/src/user-interface.tex
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/test.pdf
%doc %{_texmfdistdir}/doc/latex/ntheorem-vn/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: edf5d52
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20890 |14mr|texlive-nuc-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22256
# category Package
# catalog-ctan /macros/latex/contrib/nuc
# catalog-date 2011-04-28 12:45:40 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-nuc
Version:	0.1
Release:	3
Summary:	Notation for nuclear isotopes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nuc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nuc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nuc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A simple package providing nuclear sub- and superscripts as
commonly used in radiochemistry, radiation science, and nuclear
physics and engineering applications. Isotopes which have Z
with more digits than A require special spacing to appear
properly; this spacing is supported in the package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nuc/nuc.sty
%doc %{_texmfdistdir}/doc/latex/nuc/README
%doc %{_texmfdistdir}/doc/latex/nuc/nuc.pdf
%doc %{_texmfdistdir}/doc/latex/nuc/nuc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 55a1414
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20891 |14mr|texlive-numberedblock-1.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33109
# category Package
# catalog-ctan /macros/latex/contrib/numberedblock
# catalog-date 2014-03-06 18:55:44 +0100
# catalog-license lppl1.3
# catalog-version 1.10
Name:		texlive-numberedblock
Epoch:		1
Version:	1.10
Release:	2
Summary:	Print a block of code, with unique index number
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/numberedblock
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numberedblock.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numberedblock.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package has been created for the convenience of the report
writer; it provides the means to number, and label, code-block
snippets in your document. In this way, you can (unambiguously)
refer to each snippet elsewhere in your document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/numberedblock/numberedblock.sty
%doc %{_texmfdistdir}/doc/latex/numberedblock/README
%doc %{_texmfdistdir}/doc/latex/numberedblock/testnumberedblock.pdf
%doc %{_texmfdistdir}/doc/latex/numberedblock/testnumberedblock.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.10-2
+ Revision: e33c768
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20892 |14mr|texlive-numericplots-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23241
# category Package
# catalog-ctan /graphics/pstricks/contrib/numericplots
# catalog-date 2011-07-14 20:05:24 +0200
# catalog-license gpl3
# catalog-version 1.0
Name:		texlive-numericplots
Version:	1.0
Release:	3
Summary:	Plot numeric data (including Matlab export) using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/numericplots
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numericplots.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numericplots.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Plotting numeric data is a task which has often to be done for
scientific papers. LaTeX itself provides no facilities for
drawing more than the simplest plots from supplied data. The
package will process user input, and uses PSTricks to plot the
results. The package provides Matlab functions to transform
Matlab results to plottable data.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/numericplots/NumericPlots.sty
%doc %{_texmfdistdir}/doc/latex/numericplots/BasicFunctionality.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/DataTestRealData.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/FurtherExamples.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/License.txt
%doc %{_texmfdistdir}/doc/latex/numericplots/MatlabSupport.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/MultiplePlots.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/NumericPlots.pdf
%doc %{_texmfdistdir}/doc/latex/numericplots/NumericPlotsDoc.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/numericplots/README.doc
%doc %{_texmfdistdir}/doc/latex/numericplots/Roll406_Ref2288.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/TechnicalDetails.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/TestPlots.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/history.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/keys_NumericDataPlot.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/options.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 80ef727
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20893 |14mr|texlive-numname-20100503-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18130
# category Package
# catalog-ctan /macros/latex/contrib/numname
# catalog-date 2010-05-03 00:02:21 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-numname
Version:	20100503
Release:	3
Summary:	Convert a number to its English expression
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/numname
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numname.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numname.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can generate cardinal (one, two, ...) and ordinal
(first, second, ...) numbers. The code derives from the memoir
class, and is extracted for the convenience of non-users of
that class.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/numname/numname.sty
%doc %{_texmfdistdir}/doc/latex/numname/README
%doc %{_texmfdistdir}/doc/latex/numname/numname.pdf
%doc %{_texmfdistdir}/doc/latex/numname/numname.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100503-3
+ Revision: 6f4f4d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20894 |14mr|texlive-numprint-1.39-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27498
# category Package
# catalog-ctan /macros/latex/contrib/numprint
# catalog-date 2012-08-22 15:46:20 +0200
# catalog-license lppl
# catalog-version 1.39
Name:		texlive-numprint
Version:	1.39
Release:	6
Summary:	Print numbers with separators and exponent if necessary
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/numprint
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numprint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numprint.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numprint.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package numprint prints numbers with a separator every
three digits and converts numbers given as 12345.6e789 to
12\,345,6\cdot 10^{789}. Numbers are printed in the current
mode (text or math) in order to use the correct font. Many
things, including the decimal sign, the thousand separator, as
well as the product sign can be changed by the user, e.g., to
reach 12,345.6\times 10^{789}. If an optional argument is given
it is printed upright as unit. Numbers can be rounded to a
given number of digits. The package supports an automatic,
language-dependent change of the number format. Tabular
alignment using the tabular(*), array, tabularx, and longtable
environments (similar to the dcolumn and rccol packages) is
supported using all features of numprint. Additional text can
be added before and after the formatted number.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/numprint/nbaseprt.sty
%{_texmfdistdir}/tex/latex/numprint/numprint.sty
%{_texmfdistdir}/tex/latex/numprint/numprint032.sty
%doc %{_texmfdistdir}/doc/latex/numprint/ChangeLog.nbaseprt
%doc %{_texmfdistdir}/doc/latex/numprint/ChangeLog.numprint
%doc %{_texmfdistdir}/doc/latex/numprint/Makefile
%doc %{_texmfdistdir}/doc/latex/numprint/README
%doc %{_texmfdistdir}/doc/latex/numprint/getversion.tex
%doc %{_texmfdistdir}/doc/latex/numprint/nbaseprt.pdf
%doc %{_texmfdistdir}/doc/latex/numprint/nbaseprttest.tex
%doc %{_texmfdistdir}/doc/latex/numprint/numprint.pdf
%doc %{_texmfdistdir}/doc/latex/numprint/numprinttest.tex
#- source
%doc %{_texmfdistdir}/source/latex/numprint/nbaseprt.dtx
%doc %{_texmfdistdir}/source/latex/numprint/numprint.dtx
%doc %{_texmfdistdir}/source/latex/numprint/numprint.ins
%doc %{_texmfdistdir}/source/latex/numprint/numprint032.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.39-6
+ Revision: 685f398
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20895 |14mr|texlive-oberdiek-20120504-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26725
# category Package
# catalog-ctan /macros/latex/contrib/oberdiek
# catalog-date 2012-05-04 16:11:29 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-oberdiek
Version:	20120504
Release:	2
Summary:	A bundle of packages submitted by Heiko Oberdiek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oberdiek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oberdiek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oberdiek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle comprises packages to provide: - accsupp: better
accessibility support for PDF files; - aliascnt: 'alias
counters'; - alphalph: multiple-alphabetic counting
(a...z,aa...zz,... -- up to the full extent of a TeX counter);
- askinclude: replaces \includeonly by an interactive user
interface; - atbegshi: a modern reimplementation of package
everyshi; - atenddvi: provides \AtEndDvi command; -
attachfile2: attach files to PDF files; - atveryend: hooks the
very end of a document; - auxhook: stick stuff at the start of
the .aux file; - bigintcalc: expandable arithmetic operations
with big integers that can exceed TeX's number limits; -
bitset: defines and implements the data type bit set, a vector
of bits; - bmpsize: get bitmap size and resolution data; -
bookmark: alternative bookmark (outline) organization for
package hyperref; - catchfile: collects the contents of a file
and puts it in a macro; - centernot: a horizontally-centred
\not symbol; - chemarr: extensible chemists' reaction arrows; -
classlist: record information about document class(es) used; -
colonequals: poor man's mathematical relation symbols; -
dvipscol: dvips colour stack management; - embedfile: embed
files in PDF documents; - engord: define counter-printing
operations producing English ordinals; - eolgrab: collect
arguments delimited by end of line; - epstopdf: conversion with
epstopdf on the fly; - etexcmds: adds a prefix to eTeX's
commands, to avoid conflicts with existing macros; - flags:
setting and clearing flags in bit fields and converting the bit
field into a decimal number; - gettitlestring: clean up the
string containing the title of a section, etc.; - grfext:
macros for adding and reordering the list of graphics file
extensions recognised by the graphics package; - grffile:
extend file name processing in the graphics bundle; - hosub:
build collections of packages; - holtxdoc: extra documentation
macros; - hologo: bookmark-enabled logos; - hopatch: safely
apply package patches; - hycolor: implements the color option
stuff that is used by packages hyperref and bookmark; -
hypbmsec: bookmarks in sectioning commands; - hypcap: anjusting
anchors of captions; - hypdestopt: optimising hyperref's pdftex
driver destinations; - hypdoc: hyper-references in the LaTeX
standard doc package; - hypgotoe: experimental package for
links to embedded files; - hyphsubst: substitute hyphenation
patterns; - ifdraft: switch for option draft; - iflang:
provides expandable checks for the current language; -
ifluatex: looks for LuaTeX regardless of its mode and provides
the switch \ifluatex; - ifpdf: provides the ifpdf switch; -
ifvtex: provides the \ifvtex switch; - infwarerr: provides a
complete set of macros for informations, warnings and error
messages with support for plain TeX; - inputenx: enhanced
handling of input encoding; - intcalc: provides expandable
arithmetic operations with integers; - kvdefinekeys: define
key-value keys in the same manner as keyval; - kvoptions: use
package options in key value format ; - kvsetkeys: a variant of
the \setkeys command; - letltxmacro: Let assignment for LaTeX
macros; - listingsutf8: (partially) extends the listings
package to UTF-8 encoding; - ltxcmds: exports some utility
macros from the LaTeX kernel into a separate namespace and also
provides them for other formats such as plain-TeX; - luacolor:
implements colour support based on LuaTeX's node attributes; -
luatex: utilises new and extended features and resources that
LuaTeX provides; - magicnum: allows to access magic numbers by
a hierarchical name system; - makerobust: make a command
robust; - pagegrid: prints a page grid in the background; -
pagesel: select pages of a document for output; - pdfcolfoot:
using pdftex's color stack for footnotes; - pdfcol: macros for
setting and maintaining new color stacks; - pdfcolmk: PDFTeX
COLour MarK -- fake a PDFTeX colour stack using marks (not
needed for PDFTeX 1.40.0 and later); - pdfcolparallel: fixes
colour problems in package parallel; - pdfcolparcolumns: fixes
colour problems in package parcolumns; - pdfcrypt: setting PDF
encryption; - pdfescape: pdfTeX's escape features using TeX or
e-TeX; - pdflscape: landscape pages in PDF; - pdfrender:
control PDF rendering modes; - pdftexcmds: provide PDFTeX
primitives missing in LuaTeX; - picture: dimens for picture
macros; - pmboxdraw: poor man's box drawing characters; -
protecteddef: define a command that protected against
expansion; - refcount: using the numeric values of references;
- rerunfilecheck: checksum based rerun checks on auxiliary
files; - resizegather: automatically resize overly large
equations; - rotchiffre: performs simple rotation cyphers; -
scrindex: redefines environment 'theindex' of package 'index',
if a class from KOMA-Script is loaded; - selinput: select the
input encoding by specifying pairs of input characters and
their glyph names; - setouterhbox: set \hbox in outer
horizontal mode; - settobox: getting box sizes; - soulutf8:
extends package soul and adds some support for UTF-8; -
stackrel: extensions of the \stackrel command; - stampinclude:
selects the files for \include by inspecting the timestamp of
the .aux file(s); - stringenc: provides \StringEncodingConvert
for converting a string between different encodings; -
tabularht: tabulars with height specification; - tabularkv: key
value interface for tabular parameters; - telprint: print
German telephone numbers; - thepdfnumber: canonical numbers for
use in PDF files and elsewhere; - transparent: using a color
stack for transparency with pdftex; - twoopt: commands with two
optional arguments; - uniquecounter: provides unlimited unique
counter; - zref: a proposed new reference system. Each of the
packages is represented by two files, a .dtx (documented
source) and a PDF file; the .ins file necessary for
installation is extracted by running the .dtx file with Plain
TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/oberdiek/oberdiek-bundle.bib
%{_texmfdistdir}/bibtex/bib/oberdiek/oberdiek-source.bib
%{_texmfdistdir}/scripts/oberdiek/luacolor-pre065.lua
%{_texmfdistdir}/scripts/oberdiek/luacolor.lua
%{_texmfdistdir}/scripts/oberdiek/magicnum.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.luacolor-pre065.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.luacolor.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.luatex.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.magicnum.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.pdftexcmds.lua
%{_texmfdistdir}/scripts/oberdiek/pdfatfi.pl
%{_texmfdistdir}/scripts/oberdiek/pdftexcmds.lua
%{_texmfdistdir}/tex/generic/oberdiek/alphalph.sty
%{_texmfdistdir}/tex/generic/oberdiek/atbegshi.sty
%{_texmfdistdir}/tex/generic/oberdiek/bigintcalc.sty
%{_texmfdistdir}/tex/generic/oberdiek/bitset.sty
%{_texmfdistdir}/tex/generic/oberdiek/catchfile.sty
%{_texmfdistdir}/tex/generic/oberdiek/embedfile.sty
%{_texmfdistdir}/tex/generic/oberdiek/engord.sty
%{_texmfdistdir}/tex/generic/oberdiek/eolgrab.sty
%{_texmfdistdir}/tex/generic/oberdiek/etexcmds.sty
%{_texmfdistdir}/tex/generic/oberdiek/fibnum.sty
%{_texmfdistdir}/tex/generic/oberdiek/gettitlestring.sty
%{_texmfdistdir}/tex/generic/oberdiek/hobsub-generic.sty
%{_texmfdistdir}/tex/generic/oberdiek/hobsub-hyperref.sty
%{_texmfdistdir}/tex/generic/oberdiek/hobsub.sty
%{_texmfdistdir}/tex/generic/oberdiek/hologo.sty
%{_texmfdistdir}/tex/generic/oberdiek/hyphsubst.sty
%{_texmfdistdir}/tex/generic/oberdiek/iflang.sty
%{_texmfdistdir}/tex/generic/oberdiek/ifpdf.sty
%{_texmfdistdir}/tex/generic/oberdiek/ifvtex.sty
%{_texmfdistdir}/tex/generic/oberdiek/infwarerr.sty
%{_texmfdistdir}/tex/generic/oberdiek/intcalc.sty
%{_texmfdistdir}/tex/generic/oberdiek/kvdefinekeys.sty
%{_texmfdistdir}/tex/generic/oberdiek/kvsetkeys.sty
%{_texmfdistdir}/tex/generic/oberdiek/ltxcmds.sty
%{_texmfdistdir}/tex/generic/oberdiek/luatex-loader.sty
%{_texmfdistdir}/tex/generic/oberdiek/luatex.sty
%{_texmfdistdir}/tex/generic/oberdiek/magicnum.sty
%{_texmfdistdir}/tex/generic/oberdiek/mleftright.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdfcol.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdfcrypt.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdfescape.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdfrender.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdftexcmds.sty
%{_texmfdistdir}/tex/generic/oberdiek/protecteddef.sty
%{_texmfdistdir}/tex/generic/oberdiek/rotchiffre.sty
%{_texmfdistdir}/tex/generic/oberdiek/se-ascii-print.def
%{_texmfdistdir}/tex/generic/oberdiek/se-ascii.def
%{_texmfdistdir}/tex/generic/oberdiek/se-clean7bit.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp1250.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp1251.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp1252.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp1257.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp437.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp850.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp852.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp855.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp858.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp865.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp866.def
%{_texmfdistdir}/tex/generic/oberdiek/se-dec-mcs.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-1.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-10.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-11.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-13.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-14.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-15.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-16.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-2.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-3.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-4.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-5.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-6.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-7.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-8.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-9.def
%{_texmfdistdir}/tex/generic/oberdiek/se-koi8-r.def
%{_texmfdistdir}/tex/generic/oberdiek/se-mac-centeuro.def
%{_texmfdistdir}/tex/generic/oberdiek/se-mac-cyrillic.def
%{_texmfdistdir}/tex/generic/oberdiek/se-mac-roman.def
%{_texmfdistdir}/tex/generic/oberdiek/se-nextstep.def
%{_texmfdistdir}/tex/generic/oberdiek/se-pdfdoc.def
%{_texmfdistdir}/tex/generic/oberdiek/se-utf16le.def
%{_texmfdistdir}/tex/generic/oberdiek/se-utf32be.def
%{_texmfdistdir}/tex/generic/oberdiek/se-utf32le.def
%{_texmfdistdir}/tex/generic/oberdiek/se-utf8.def
%{_texmfdistdir}/tex/generic/oberdiek/setouterhbox.sty
%{_texmfdistdir}/tex/generic/oberdiek/soulutf8.sty
%{_texmfdistdir}/tex/generic/oberdiek/stringenc.sty
%{_texmfdistdir}/tex/generic/oberdiek/telprint.sty
%{_texmfdistdir}/tex/generic/oberdiek/thepdfnumber.sty
%{_texmfdistdir}/tex/generic/oberdiek/uniquecounter.sty
%{_texmfdistdir}/tex/latex/oberdiek/accsupp-dvipdfm.def
%{_texmfdistdir}/tex/latex/oberdiek/accsupp-dvips.def
%{_texmfdistdir}/tex/latex/oberdiek/accsupp-pdftex.def
%{_texmfdistdir}/tex/latex/oberdiek/accsupp.sty
%{_texmfdistdir}/tex/latex/oberdiek/aliascnt.sty
%{_texmfdistdir}/tex/latex/oberdiek/askinclude.sty
%{_texmfdistdir}/tex/latex/oberdiek/atenddvi.sty
%{_texmfdistdir}/tex/latex/oberdiek/atfi-dvipdfmx.def
%{_texmfdistdir}/tex/latex/oberdiek/atfi-dvips.def
%{_texmfdistdir}/tex/latex/oberdiek/atfi-pdftex.def
%{_texmfdistdir}/tex/latex/oberdiek/attachfile2.sty
%{_texmfdistdir}/tex/latex/oberdiek/atveryend.sty
%{_texmfdistdir}/tex/latex/oberdiek/auxhook.sty
%{_texmfdistdir}/tex/latex/oberdiek/bkm-dvipdfm.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-dvips.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-dvipsone.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-pdftex.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-textures.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-vtex.def
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-base.sty
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-dvipdfm.def
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-dvipdfmx.def
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-dvips.def
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-test.tex
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize.sty
%{_texmfdistdir}/tex/latex/oberdiek/bookmark.sty
%{_texmfdistdir}/tex/latex/oberdiek/centernot.sty
%{_texmfdistdir}/tex/latex/oberdiek/chemarr.sty
%{_texmfdistdir}/tex/latex/oberdiek/classlist.sty
%{_texmfdistdir}/tex/latex/oberdiek/colonequals.sty
%{_texmfdistdir}/tex/latex/oberdiek/dtx-attach.sty
%{_texmfdistdir}/tex/latex/oberdiek/dvipscol.sty
%{_texmfdistdir}/tex/latex/oberdiek/enparen.sty
%{_texmfdistdir}/tex/latex/oberdiek/epstopdf-base.sty
%{_texmfdistdir}/tex/latex/oberdiek/epstopdf.sty
%{_texmfdistdir}/tex/latex/oberdiek/flags.sty
%{_texmfdistdir}/tex/latex/oberdiek/grfext.sty
%{_texmfdistdir}/tex/latex/oberdiek/grffile.sty
%{_texmfdistdir}/tex/latex/oberdiek/holtxdoc.sty
%{_texmfdistdir}/tex/latex/oberdiek/hopatch.sty
%{_texmfdistdir}/tex/latex/oberdiek/hycolor.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypbmsec.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypcap.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypdestopt.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypdoc.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypgotoe.sty
%{_texmfdistdir}/tex/latex/oberdiek/ifdraft.sty
%{_texmfdistdir}/tex/latex/oberdiek/inputenx.sty
%{_texmfdistdir}/tex/latex/oberdiek/ix-alias.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-math.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-name.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-slot.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-uc.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-utf8enc.dfu
%{_texmfdistdir}/tex/latex/oberdiek/kvoptions-patch.sty
%{_texmfdistdir}/tex/latex/oberdiek/kvoptions.sty
%{_texmfdistdir}/tex/latex/oberdiek/letltxmacro.sty
%{_texmfdistdir}/tex/latex/oberdiek/listingsutf8.sty
%{_texmfdistdir}/tex/latex/oberdiek/luacolor.sty
%{_texmfdistdir}/tex/latex/oberdiek/makerobust.sty
%{_texmfdistdir}/tex/latex/oberdiek/pagegrid.sty
%{_texmfdistdir}/tex/latex/oberdiek/pagesel.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdfcolfoot.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdfcolmk.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdfcolparallel.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdfcolparcolumns.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdflscape.sty
%{_texmfdistdir}/tex/latex/oberdiek/picture.sty
%{_texmfdistdir}/tex/latex/oberdiek/pmboxdraw.sty
%{_texmfdistdir}/tex/latex/oberdiek/pmboxdrawenc.dfu
%{_texmfdistdir}/tex/latex/oberdiek/refcount.sty
%{_texmfdistdir}/tex/latex/oberdiek/rerunfilecheck.sty
%{_texmfdistdir}/tex/latex/oberdiek/resizegather.sty
%{_texmfdistdir}/tex/latex/oberdiek/scrindex.sty
%{_texmfdistdir}/tex/latex/oberdiek/selinput.sty
%{_texmfdistdir}/tex/latex/oberdiek/settobox.sty
%{_texmfdistdir}/tex/latex/oberdiek/stackrel.sty
%{_texmfdistdir}/tex/latex/oberdiek/stampinclude.sty
%{_texmfdistdir}/tex/latex/oberdiek/tabularht.sty
%{_texmfdistdir}/tex/latex/oberdiek/tabularkv.sty
%{_texmfdistdir}/tex/latex/oberdiek/transparent.sty
%{_texmfdistdir}/tex/latex/oberdiek/twoopt.sty
%{_texmfdistdir}/tex/latex/oberdiek/x-ascii.def
%{_texmfdistdir}/tex/latex/oberdiek/x-atarist.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1250.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1251.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1252.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1255.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1257.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp437.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp850.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp852.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp855.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp858.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp865.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp866.def
%{_texmfdistdir}/tex/latex/oberdiek/x-dec-mcs.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-1.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-10.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-13.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-14.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-15.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-16.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-2.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-3.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-4.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-5.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-8.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-9.def
%{_texmfdistdir}/tex/latex/oberdiek/x-koi8-r.def
%{_texmfdistdir}/tex/latex/oberdiek/x-mac-centeuro.def
%{_texmfdistdir}/tex/latex/oberdiek/x-mac-cyrillic.def
%{_texmfdistdir}/tex/latex/oberdiek/x-mac-roman.def
%{_texmfdistdir}/tex/latex/oberdiek/x-nextstep.def
%{_texmfdistdir}/tex/latex/oberdiek/x-verbatim.def
%{_texmfdistdir}/tex/latex/oberdiek/xcolor-patch.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-abspage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-abspos.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-base.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-counter.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-dotfill.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-env.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-hyperref.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-lastpage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-marks.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-nextpage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-pageattr.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-pagelayout.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-perpage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-runs.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-savepos.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-thepage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-titleref.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-totpages.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-user.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-xr.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref.sty
%doc %{_texmfdistdir}/doc/latex/oberdiek/accsupp-example1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/accsupp-example2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/accsupp.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/aliascnt.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/alphalph.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/askinclude.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/atbegshi-example1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/atbegshi-example2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/atbegshi.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/atenddvi.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/attachfile2.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/atveryend.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/auxhook.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/bigintcalc.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/bitset.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/bmpsize.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/bookmark-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/bookmark.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/catchfile.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/centernot.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/chemarr-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/chemarr.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/classlist.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/colonequals.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/dvipscol.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/embedfile-example-collection.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/embedfile-example-plain.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/embedfile.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/engord.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/enparen.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/eolgrab.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/epstopdf.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/etexcmds.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/example-mycolorsetup.sty
%doc %{_texmfdistdir}/doc/latex/oberdiek/example/eolgrab-example-env.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/example/eolgrab-example-ltx.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/example/eolgrab-example-sec.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/example/hologo-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/fibnum.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/flags.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/gettitlestring.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/grfext.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/grffile.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hobsub.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hologo.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/holtxdoc.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hopatch.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hycolor.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hypbmsec.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hypcap.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hypdestopt.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hypdoc.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hypgotoe-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/hypgotoe.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hyphsubst.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/ifdraft.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/iflang.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/ifpdf.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/ifvtex.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/infwarerr.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/inputenx-licrcmds.txt
%doc %{_texmfdistdir}/doc/latex/oberdiek/inputenx-utf8enc.txt
%doc %{_texmfdistdir}/doc/latex/oberdiek/inputenx.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/intcalc.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/kvdefinekeys.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/kvoptions.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/kvsetkeys-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/kvsetkeys.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/letltxmacro-showcases.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/letltxmacro.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/listingsutf8.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/ltxcmds.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/luacolor.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/luatex.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/magicnum.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/magicnum.txt
%doc %{_texmfdistdir}/doc/latex/oberdiek/makerobust-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/makerobust.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/mleftright.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/oberdiek.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pagegrid.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pagesel.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfcol.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfcolfoot.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfcolmk.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfcolparallel.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfcolparcolumns.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfcrypt.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfescape.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdflscape.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfrender.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdftexcmds.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/picture-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/picture.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pmboxdraw.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/protecteddef.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/refcount.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/rerunfilecheck-example.cfg
%doc %{_texmfdistdir}/doc/latex/oberdiek/rerunfilecheck.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/resizegather.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/rotchiffre.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/scrindex-example1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/scrindex-example2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/scrindex.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/selinput.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/setouterhbox-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/setouterhbox.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/settobox-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/settobox.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/soulutf8.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/stackrel.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/stampinclude.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/stringenc.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/tabularht-example1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/tabularht-example2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/tabularht.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/tabularkv-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/tabularkv.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/telprint.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ExtractRotate.java
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/accsupp-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/alphalph-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/alphalph-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/alphalph-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-a.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-b.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-c.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test10.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test11.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test12.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test13.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test14.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test15.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test16.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test17.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test18.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test19.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test20.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test21.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test22.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test23.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test24.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test6.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test7.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test8.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test9.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/atbegshi-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/atbegshi-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/atbegshi-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/atveryend-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/bigintcalc-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/bigintcalc-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/bigintcalc-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/bitset-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/bitset-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/bitset-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/catchfile-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/catchfile-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/catchfile-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/embedfile-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/embedfile-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/embedfile-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/embedfile-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/engord-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/eolgrab-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/eolgrab-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/epstopdf-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/etexcmds-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/etexcmds-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/etexcmds-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/etexcmds-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/fibnum-test-calc.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/fibnum-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/gettitlestring-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/gettitlestring-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/grfext-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/grfext-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/grffile-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hobsub-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hologo-test-list.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hologo-test-spacefactor.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hologo-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hopatch-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hopatch-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test-xcol1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test-xcol2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test-xcol3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test-xcol4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hyphsubst-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hyphsubst-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ifpdf-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ifvtex-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/infwarerr-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/infwarerr-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/infwarerr-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/intcalc-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/intcalc-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/intcalc-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/intcalc-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvdefinekeys-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test4.sty
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvsetkeys-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvsetkeys-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvsetkeys-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvsetkeys-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/letltxmacro-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/letltxmacro-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-carcdr.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-gobble.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-ifboxempty.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-ifempty.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-nextchar.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-zapspace.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luacolor-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luacolor-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luacolor-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/magicnum-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/magicnum-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/magicnum-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/magicnum-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/mleftright-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pagegrid-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfcol-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfcol-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfcol-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfcol-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfcolfoot-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfcolparallel-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfcolparcolumns-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test6.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test6.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test6.txt
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdftexcmds-test-escape.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdftexcmds-test-shell.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdftexcmds-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdftexcmds-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pmboxdraw-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/protecteddef-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/protecteddef-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/rerunfilecheck-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/resizegather-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/rotchiffre-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/rotchiffre-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/setouterhbox-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/setouterhbox-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/stringenc-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/stringenc-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/telprint-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/thepdfnumber-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/thepdfnumber-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/thepdfnumber-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/uniquecounter-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/uniquecounter-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/uniquecounter-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/zref-test-base.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/zref-test-runs.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/zref-test-titleref-memoir.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/zref-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/thepdfnumber.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/transparent-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/transparent.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/twoopt.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/uniquecounter-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/uniquecounter.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/zref-example-lastpage.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/zref-example-nextpage.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/zref-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/zref.pdf
#- source
%doc %{_texmfdistdir}/source/latex/oberdiek/accsupp.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/aliascnt.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/alphalph.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/askinclude.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/atbegshi.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/atenddvi.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/attachfile2.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/atveryend.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/auxhook.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/bigintcalc.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/bitset.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/bmpsize.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/bookmark.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/accsupp.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/aliascnt.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/alphalph.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/askinclude.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/atbegshi.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/atenddvi.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/attachfile2.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/atveryend.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/auxhook.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/bigintcalc.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/bitset.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/bmpsize.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/bookmark.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/catchfile.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/centernot.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/chemarr.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/classlist.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/colonequals.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/dvipscol.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/embedfile.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/engord.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/eolgrab.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/epstopdf-pkg.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/etexcmds.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/flags.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/gettitlestring.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/grfext.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/grffile.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hobsub.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hologo.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/holtxdoc.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hopatch.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hycolor.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hypbmsec.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hypcap.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hypdestopt.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hypdoc.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hypgotoe.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hyphsubst.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/ifdraft.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/iflang.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/ifluatex.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/ifpdf.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/ifvtex.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/infwarerr.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/inputenx.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/intcalc.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/kvdefinekeys.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/kvoptions.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/kvsetkeys.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/letltxmacro.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/listingsutf8.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/ltxcmds.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/luacolor.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/luatex.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/magicnum.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/makerobust.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/mleftright.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pagegrid.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pagesel.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfcol.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfcolfoot.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfcolmk.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfcolparallel.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfcolparcolumns.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfcrypt.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfescape.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdflscape.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfrender.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdftexcmds.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/picture.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pmboxdraw.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/protecteddef.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/refcount.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/rerunfilecheck.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/resizegather.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/rotchiffre.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/scrindex.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/selinput.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/setouterhbox.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/settobox.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/soulutf8.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/stackrel.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/stampinclude.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/stringenc.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/tabularht.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/tabularkv.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/telprint.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/transparent.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/twoopt.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/uniquecounter.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/zref.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catchfile.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/centernot.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/chemarr.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/classlist.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/colonequals.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/dvipscol.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/embedfile.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/engord.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/enparen.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/eolgrab.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/epstopdf.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/etexcmds.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/fibnum.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/flags.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/gettitlestring.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/grfext.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/grffile.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hobsub.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hologo.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/holtxdoc.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hopatch.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hycolor.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hypbmsec.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hypcap.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hypdestopt.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hypdoc.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hypgotoe.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hyphsubst.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/ifdraft.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/iflang.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/ifpdf.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/ifvtex.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/infwarerr.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/inputenx.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/intcalc.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/kvdefinekeys.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/kvoptions.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/kvsetkeys.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/letltxmacro.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/listingsutf8.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/ltxcmds.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/luacolor.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/luatex.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/magicnum.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/makerobust.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/mleftright.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/oberdiek.ins
%doc %{_texmfdistdir}/source/latex/oberdiek/oberdiek.tex
%doc %{_texmfdistdir}/source/latex/oberdiek/pagegrid.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pagesel.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfcol.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfcolfoot.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfcolmk.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfcolparallel.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfcolparcolumns.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfcrypt.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfescape.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdflscape.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfrender.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdftexcmds.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/picture.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pmboxdraw.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/protecteddef.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/readme-ctan.txt
%doc %{_texmfdistdir}/source/latex/oberdiek/refcount.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/rerunfilecheck.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/resizegather.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/rotchiffre.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/scrindex.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/selinput.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/setouterhbox.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/settobox.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/soulutf8.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/stackrel.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/stampinclude.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/stringenc.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/tabularht.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/tabularkv.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/telprint.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/thepdfnumber.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/transparent.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/twoopt.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/uniquecounter.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/zref.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex scripts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120504-2
+ Revision: 16bd816
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20896 |14mr|texlive-objectz-20061230-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19389
# category Package
# catalog-ctan /macros/latex/contrib/objectz
# catalog-date 2006-12-30 22:14:40 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-objectz
Version:	20061230
Release:	3
Summary:	Macros for typesetting Object Z
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/objectz
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/objectz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/objectz.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/objectz.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package will typeset both Z and Object-Z specifications; it
develops the original zed package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/objectz/oz.sty
%doc %{_texmfdistdir}/doc/latex/objectz/catalog
%doc %{_texmfdistdir}/doc/latex/objectz/makefile
%doc %{_texmfdistdir}/doc/latex/objectz/manifest
%doc %{_texmfdistdir}/doc/latex/objectz/ozguide.pdf
%doc %{_texmfdistdir}/doc/latex/objectz/ozguide.tex
%doc %{_texmfdistdir}/doc/latex/objectz/oztest.tex
%doc %{_texmfdistdir}/doc/latex/objectz/readme
#- source
%doc %{_texmfdistdir}/source/latex/objectz/oz.dtx
%doc %{_texmfdistdir}/source/latex/objectz/oz.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061230-3
+ Revision: 9f44af8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20897 |14mr|texlive-ocg-p-0.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28803
# category Package
# catalog-ctan /macros/latex/contrib/ocg-p
# catalog-date 2013-01-11 11:30:29 +0100
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-ocg-p
Version:	0.4
Release:	7
Summary:	PDF OCG support in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ocg-p
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocg-p.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocg-p.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides OCG (Optional Content Groups) support
within a PDF document, replacing the ocg.sty distributed with
asymptote. Nested OCGs are supported. The package may be used
with PFDLatex and XeLaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ocg-p/ocg-p.sty
%doc %{_texmfdistdir}/doc/latex/ocg-p/README
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_1.pdf
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_1.tex
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_2.pdf
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_2.tex
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_3.pdf
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_3.tex
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_4.pdf
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_4.tex
%doc %{_texmfdistdir}/doc/latex/ocg-p/ocg-p.pdf
%doc %{_texmfdistdir}/doc/latex/ocg-p/ocg-p.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-7
+ Revision: 55e342a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20898 |14mr|texlive-ocgtools-0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20780
# category Package
# catalog-ctan /macros/latex/contrib/ocgtools
# catalog-date 2010-05-11 13:42:59 +0200
# catalog-license lppl1.2
# catalog-version 0.8
Name:		texlive-ocgtools
Version:	0.8
Release:	3
Summary:	Manipulate OCG layers in PDF presentations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ocgtools
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgtools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgtools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgtools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to insert OGC (Optional Group
Content, commonly known as layers) into PDF presentations. This
allows the user to insert any TeX material into separate layers
in a PDF document and also insert links which toggle these
layers on and off. Parts of the PDF document, such as formatted
text, tables, maths formulas or graphics may be switched to
visible or invisible state by clicking active links or buttons.
The documentation discusses the package's relation to various
apparently similar packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ocgtools/ocgtools.sty
%doc %{_texmfdistdir}/doc/latex/ocgtools/README
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/book.jpg
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/fancytipmark.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-article.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-article.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-beamer-Hannover.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-beamer-Hannover.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-beamer-Marburg.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-beamer-Marburg.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-beamer.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-beamer.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-fancytooltips.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-fancytooltips.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-minimal.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-minimal.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-pdfscreen-nopanel.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-pdfscreen-nopanel.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-pdfscreen-panelleft.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-pdfscreen-panelleft.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-pdfscreen.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-pdfscreen.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-web-leftpanel.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-web-leftpanel.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-web-rightpanel.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-web-rightpanel.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-web.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-web.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-preview.bat
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-preview.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-preview.sh
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-preview.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-scrartcl.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-scrartcl.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-test.bat
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-test.sh
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-test.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/tall.jpg
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/tall.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/wide.jpg
%doc %{_texmfdistdir}/doc/latex/ocgtools/ocgtools.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ocgtools/ocgtools.dtx
%doc %{_texmfdistdir}/source/latex/ocgtools/ocgtools.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8-3
+ Revision: 449e2de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20899 |14mr|texlive-ocgx-0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28492
# category Package
# catalog-ctan /macros/latex/contrib/ocgx
# catalog-date 2012-12-10 10:44:43 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-ocgx
Version:	0.5
Release:	6
Summary:	Use OCGs within a PDF document without JavaScript
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ocgx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the ocg package, which allows you to create
OCGs (Optional Content Groups) in PDF documents. (The ocg
package is distributed as part of Asymptote.) Every OCG
includes TeX material into a layer of the PDF file. Each of
these layers can be displayed or not. Links can enable or
disable the display of OCGs. The ocgx package does not use
Javascript embedded in the PDF document to enable (to show) or
disable (to hide) OCGs.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ocgx/ocgx.sty
%{_texmfdistdir}/tex/latex/ocgx/tikzlibraryocgx.code.tex
%doc %{_texmfdistdir}/doc/latex/ocgx/README
%doc %{_texmfdistdir}/doc/latex/ocgx/demo-ocgx.pdf
%doc %{_texmfdistdir}/doc/latex/ocgx/ocgx-manual-en.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ocgx/demo-ocgx.tex
%doc %{_texmfdistdir}/source/latex/ocgx/ocgx-example-1.tex
%doc %{_texmfdistdir}/source/latex/ocgx/ocgx-manual-en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-6
+ Revision: 27b7595
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20900 |14mr|texlive-ocherokee-20070312-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25689
# category Package
# catalog-ctan /language/cherokee/ocherokee
# catalog-date 2007-03-12 00:37:02 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-ocherokee
Version:	20070312
Release:	4
Summary:	LaTeX Support for the Cherokee language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/cherokee/ocherokee
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocherokee.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocherokee.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros and Type 1 fonts for Typesetting the Cherokee language
with the Omega version of LaTeX (known as Lambda).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/ocherokee/Cherokee-Bold.afm
%{_texmfdistdir}/fonts/afm/public/ocherokee/Cherokee.afm
%{_texmfdistdir}/fonts/map/dvips/ocherokee/cherokee.map
%{_texmfdistdir}/fonts/ofm/public/ocherokee/OCherokee.ofm
%{_texmfdistdir}/fonts/ofm/public/ocherokee/OCherokeeb.ofm
%{_texmfdistdir}/fonts/ofm/public/ocherokee/OCherokeebo.ofm
%{_texmfdistdir}/fonts/ofm/public/ocherokee/OCherokeeo.ofm
%{_texmfdistdir}/fonts/ovf/public/ocherokee/OCherokee.ovf
%{_texmfdistdir}/fonts/ovf/public/ocherokee/OCherokeeb.ovf
%{_texmfdistdir}/fonts/ovf/public/ocherokee/OCherokeebo.ovf
%{_texmfdistdir}/fonts/ovf/public/ocherokee/OCherokeeo.ovf
%{_texmfdistdir}/fonts/ovp/public/ocherokee/OCherokee.ovp
%{_texmfdistdir}/fonts/ovp/public/ocherokee/OCherokeeb.ovp
%{_texmfdistdir}/fonts/ovp/public/ocherokee/OCherokeebo.ovp
%{_texmfdistdir}/fonts/ovp/public/ocherokee/OCherokeeo.ovp
%{_texmfdistdir}/fonts/tfm/public/ocherokee/Cherokee.tfm
%{_texmfdistdir}/fonts/tfm/public/ocherokee/Cherokeeb.tfm
%{_texmfdistdir}/fonts/tfm/public/ocherokee/Cherokeebo.tfm
%{_texmfdistdir}/fonts/tfm/public/ocherokee/Cherokeeo.tfm
%{_texmfdistdir}/fonts/type1/public/ocherokee/Cherokee-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/ocherokee/Cherokee.pfb
%{_texmfdistdir}/omega/ocp/ocherokee/cher2uni.ocp
%{_texmfdistdir}/omega/otp/ocherokee/cher2uni.otp
%{_texmfdistdir}/tex/lambda/ocherokee/lchcmr.fd
%{_texmfdistdir}/tex/lambda/ocherokee/lchenc.def
%{_texmfdistdir}/tex/lambda/ocherokee/ocherokee.sty
%doc %{_texmfdistdir}/doc/omega/ocherokee/READ.ME
%doc %{_texmfdistdir}/doc/omega/ocherokee/cherokee.pdf
%doc %{_texmfdistdir}/doc/omega/ocherokee/chief.tex
%doc %{_texmfdistdir}/doc/omega/ocherokee/proverb.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts omega tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070312-4
+ Revision: e77638e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20901 |14mr|texlive-ocr-b-20101224-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20852
# category Package
# catalog-ctan /fonts/ocr-b
# catalog-date 2010-12-24 15:25:32 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-ocr-b
Version:	20101224
Release:	3
Summary:	Fonts for OCR-B
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ocr-b
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MetaFont programs for OCR-B at several sizes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10e.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10f.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10g.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10l.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10s.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb10x.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb5.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb6.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb7.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb8.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrb9.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrbdef.mf
%{_texmfdistdir}/fonts/source/public/ocr-b/ocrbmac.mf
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb5.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb6.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb7.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb8.tfm
%{_texmfdistdir}/fonts/tfm/public/ocr-b/ocrb9.tfm
%doc %{_texmfdistdir}/doc/fonts/ocr-b/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101224-3
+ Revision: beefefd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20902 |14mr|texlive-ocr-b-outline-20110107-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20969
# category Package
# catalog-ctan /fonts/ocr-b-outline
# catalog-date 2011-01-07 10:11:51 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-ocr-b-outline
Version:	20110107
Release:	3
Summary:	OCR-B fonts in Type 1 and OpenType
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ocr-b-outline
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b-outline.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b-outline.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b-outline.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains OCR-B fonts in Type1 and OpenType formats.
They were generated from the MetaFont sources of the OCR-B
fonts. The metric files are not included here, so that original
ocr-b package should also be installed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/ocr-b-outline/ocrb.map
%{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb10.otf
%{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb5.otf
%{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb6.otf
%{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb7.otf
%{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb8.otf
%{_texmfdistdir}/fonts/opentype/public/ocr-b-outline/ocrb9.otf
%{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb10.pfb
%{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb5.pfb
%{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb6.pfb
%{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb7.pfb
%{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb8.pfb
%{_texmfdistdir}/fonts/type1/public/ocr-b-outline/ocrb9.pfb
%doc %{_texmfdistdir}/doc/fonts/ocr-b-outline/README
%doc %{_texmfdistdir}/doc/fonts/ocr-b-outline/xe-test.tex
#- source
%doc %{_texmfdistdir}/source/fonts/ocr-b-outline/ocrb10.sfd
%doc %{_texmfdistdir}/source/fonts/ocr-b-outline/ocrb5.sfd
%doc %{_texmfdistdir}/source/fonts/ocr-b-outline/ocrb6.sfd
%doc %{_texmfdistdir}/source/fonts/ocr-b-outline/ocrb7.sfd
%doc %{_texmfdistdir}/source/fonts/ocr-b-outline/ocrb8.sfd
%doc %{_texmfdistdir}/source/fonts/ocr-b-outline/ocrb9.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110107-3
+ Revision: e05594e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20903 |14mr|texlive-ocr-latex-20070311-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ocr-latex
# catalog-date 2007-03-11 14:06:37 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-ocr-latex
Version:	20070311
Release:	3
Summary:	LaTeX support for ocr fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ocr-latex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-latex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports use of both ocr-a and ocr-b fonts in LaTeX
documents.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ocr-latex/ocr.sty
%{_texmfdistdir}/tex/latex/ocr-latex/ot1oca.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocra.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrb.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrbn.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrbns.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrbo.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrbs.fd
%doc %{_texmfdistdir}/doc/latex/ocr-latex/README
%doc %{_texmfdistdir}/doc/latex/ocr-latex/ocr.pdf
%doc %{_texmfdistdir}/doc/latex/ocr-latex/ocr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070311-3
+ Revision: f87f173
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20904 |14mr|texlive-octavo-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/octavo
# catalog-date 2007-03-07 18:02:23 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-octavo
Version:	1.2
Release:	3
Summary:	Typeset books following classical design and layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/octavo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/octavo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/octavo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/octavo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The octavo class is a modification of the standard LaTeX book
class. Its purpose is to typeset books following classical
design and layout principles, with the express intention of
encouraging the making of beautiful books by anyone with access
to a good printer and with an inclination towards venerable
crafts, e.g., bookbinding. The octavo class differs from the
book class by implementing many of the proposals and insights
of respected experts, especially Jan Tschichold and Hugh
Williamson. The documentation discusses methods to organise and
print out any text into signatures, which can then be gathered,
folded and sewn into a book.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/octavo/oct10.clo
%{_texmfdistdir}/tex/latex/octavo/oct11.clo
%{_texmfdistdir}/tex/latex/octavo/oct12.clo
%{_texmfdistdir}/tex/latex/octavo/octavo.cls
%doc %{_texmfdistdir}/doc/latex/octavo/README
%doc %{_texmfdistdir}/doc/latex/octavo/changes
%doc %{_texmfdistdir}/doc/latex/octavo/tub-octavo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/octavo/octavo.dtx
%doc %{_texmfdistdir}/source/latex/octavo/octavo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 49d95f1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20905 |14mr|texlive-odsfile-0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32742
# category Package
# catalog-ctan /macros/luatex/latex/odsfile
# catalog-date 2012-08-14 16:24:07 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-odsfile
Version:	0.2
Release:	9
Summary:	Read OpenDocument Spreadsheet documents as LaTeX tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/odsfile
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/odsfile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/odsfile.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The distribution includes a package and a lua library that can
together read OpenDocument spreadsheet documents as LaTeX
tables. Cells in the tables may be processed by LaTeX macros,
so that (for example) the package may be used for drawing some
plots. The package uses lua's zip library.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/odsfile/odsfile.lua
%{_texmfdistdir}/tex/lualatex/odsfile/odsfile.sty
%doc %{_texmfdistdir}/doc/lualatex/odsfile/README
%doc %{_texmfdistdir}/doc/lualatex/odsfile/odsfile.pdf
%doc %{_texmfdistdir}/doc/lualatex/odsfile/odsfile.tex
%doc %{_texmfdistdir}/doc/lualatex/odsfile/pokus.ods

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-9
+ Revision: b086400
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20906 |14mr|texlive-ofs-20100212-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16991
# category Package
# catalog-ctan /macros/generic/ofs
# catalog-date 2010-02-12 21:26:56 +0100
# catalog-license knuth
# catalog-version undef
Name:		texlive-ofs
Version:	20100212
Release:	3
Summary:	Macros for managing large font collections
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/ofs
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ofs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ofs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
OFS (Olsak's Font System) is a set of Plain TeX and LaTeX
macros for managing large font collections; it has been used by
Czech/Slovak users for many years. Main features include: -
Mapping from long names of fonts to the metric file name. The
user can specify only exact long names in documents. - Support
for many font encodings. - Printing of catalogues of fonts and
test samples of font families; the interactive macro \showfonts
shows all font families you have installed via OFS. - The user
interface is the same for Plain TeX and for LaTeX, but the
implementation differs: the LaTeX variant of OFS uses NFSS, but
the Plain variant implements its own font management (which may
even be better than NFSS) - Support for math fonts including TX
fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/ofs/a117.tex
%{_texmfdistdir}/tex/generic/ofs/a35.sty
%{_texmfdistdir}/tex/generic/ofs/a35.tex
%{_texmfdistdir}/tex/generic/ofs/allfonts.sty
%{_texmfdistdir}/tex/generic/ofs/allfonts.tex
%{_texmfdistdir}/tex/generic/ofs/amsfn.tex
%{_texmfdistdir}/tex/generic/ofs/mtfn.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6a.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6c.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6k.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6s.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6t.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6x.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-6y.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-8c.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-8t.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-8x.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-8z.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-ams.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-cm.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-mt.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-ps.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-px.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-slt.tex
%{_texmfdistdir}/tex/generic/ofs/ofs-tx.tex
%{_texmfdistdir}/tex/generic/ofs/ofs.sty
%{_texmfdistdir}/tex/generic/ofs/ofs.tex
%{_texmfdistdir}/tex/generic/ofs/ofsdef.tex
%{_texmfdistdir}/tex/generic/ofs/pantyk.tex
%{_texmfdistdir}/tex/generic/ofs/txfn.tex
%doc %{_texmfdistdir}/doc/generic/ofs/changes.txt
%doc %{_texmfdistdir}/doc/generic/ofs/eurotex2003-ofs.pdf
%doc %{_texmfdistdir}/doc/generic/ofs/eurotex2003-ofs.tex
%doc %{_texmfdistdir}/doc/generic/ofs/ofs-slt.pdf
%doc %{_texmfdistdir}/doc/generic/ofs/ofsdoc-e.pdf
%doc %{_texmfdistdir}/doc/generic/ofs/ofsdoc-e.tex
%doc %{_texmfdistdir}/doc/generic/ofs/ofsdoc.pdf
%doc %{_texmfdistdir}/doc/generic/ofs/ofsdoc.tex
%doc %{_texmfdistdir}/doc/generic/ofs/ofsmtdef.tex
%doc %{_texmfdistdir}/doc/generic/ofs/ofstest.tex
%doc %{_texmfdistdir}/doc/generic/ofs/readme.ofs

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100212-3
+ Revision: f9489f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20907 |14mr|texlive-ogham-20111219-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24876
# category Package
# catalog-ctan /fonts/ogham
# catalog-date 2011-12-19 12:56:45 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-ogham
Version:	20111219
Release:	3
Summary:	Fonts for typesetting Ogham script
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ogham
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ogham.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ogham.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The font provides the Ogham alphabet, which is found on a
number of Irish and Pictish carvings dating from the 4th
century AD. The font is distributed as Metafont source, which
has been patched (with the author's permission) for stability
at different output device resolutions. (Thanks are due to
Peter Flynn and Dan Luecking.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/ogham/ogham.mf
%{_texmfdistdir}/fonts/tfm/public/ogham/ogham.tfm
%doc %{_texmfdistdir}/doc/fonts/ogham/testfont.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111219-3
+ Revision: 4acb59e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20908 |14mr|texlive-oinuit-20120616-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28668
# category Package
# catalog-ctan /language/inuktitut/oinuit
# catalog-date 2012-06-16 10:52:26 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-oinuit
Version:	20120616
Release:	6
Summary:	LaTeX Support for the Inuktitut Language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/inuktitut/oinuit
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oinuit.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oinuit.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oinuit.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a set of Lambda (Omega LaTeX) typesetting
tools for the Inuktitut language. Five different input methods
are supported and with the necessary fonts are also provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/oinuit/oinuit.map
%{_texmfdistdir}/fonts/ofm/public/oinuit/OInuit.ofm
%{_texmfdistdir}/fonts/ofm/public/oinuit/OInuitb.ofm
%{_texmfdistdir}/fonts/ofm/public/oinuit/OInuitbo.ofm
%{_texmfdistdir}/fonts/ofm/public/oinuit/OInuito.ofm
%{_texmfdistdir}/fonts/ovf/public/oinuit/OInuit.ovf
%{_texmfdistdir}/fonts/ovf/public/oinuit/OInuitb.ovf
%{_texmfdistdir}/fonts/ovf/public/oinuit/OInuitbo.ovf
%{_texmfdistdir}/fonts/ovf/public/oinuit/OInuito.ovf
%{_texmfdistdir}/fonts/tfm/public/oinuit/Inuit.tfm
%{_texmfdistdir}/fonts/tfm/public/oinuit/Inuitb.tfm
%{_texmfdistdir}/fonts/tfm/public/oinuit/Inuitbo.tfm
%{_texmfdistdir}/fonts/tfm/public/oinuit/Inuito.tfm
%{_texmfdistdir}/fonts/type1/public/oinuit/Inuit.pfb
%{_texmfdistdir}/fonts/type1/public/oinuit/Inuitb.pfb
%{_texmfdistdir}/fonts/type1/public/oinuit/Inuitbo.pfb
%{_texmfdistdir}/fonts/type1/public/oinuit/Inuito.pfb
%{_texmfdistdir}/fonts/type1/public/oinuit/cmssbxo10.pfb
%{_texmfdistdir}/omega/ocp/oinuit/Ninuit2uni.ocp
%{_texmfdistdir}/omega/ocp/oinuit/Qinuit2uni.ocp
%{_texmfdistdir}/omega/ocp/oinuit/inuitscii.ocp
%{_texmfdistdir}/omega/otp/oinuit/Ninuit2uni.otp
%{_texmfdistdir}/omega/otp/oinuit/Qinuit2uni.otp
%{_texmfdistdir}/omega/otp/oinuit/inuitscii.otp
%{_texmfdistdir}/tex/lambda/oinuit/litcmr.fd
%{_texmfdistdir}/tex/lambda/oinuit/litenc.def
%{_texmfdistdir}/tex/lambda/oinuit/oinuit.sty
%doc %{_texmfdistdir}/doc/fonts/oinuit/README.1ST
%doc %{_texmfdistdir}/doc/fonts/oinuit/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/oinuit/Table.eps
%doc %{_texmfdistdir}/doc/fonts/oinuit/book.tex
%doc %{_texmfdistdir}/doc/fonts/oinuit/inuit.tex
%doc %{_texmfdistdir}/doc/fonts/oinuit/taqtu.tex
#- source
%doc %{_texmfdistdir}/source/lambda/oinuit/oinuit.dtx
%doc %{_texmfdistdir}/source/lambda/oinuit/oinuit.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts omega tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120616-6
+ Revision: 1aa4ed0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20909 |14mr|texlive-oldlatin-1.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17932
# category Package
# catalog-ctan /fonts/gothic/oldlatin
# catalog-date 2010-04-29 07:59:03 +0200
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-oldlatin
Version:	1.00
Release:	3
Summary:	Compute Modern like font with long s
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/gothic/oldlatin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldlatin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldlatin.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Metafont sources modified from Computer Modern in order to
generate "long s" which was used in old text.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/oldlatin/olb10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx5.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx6.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx7.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbx9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olbxsl10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oldunh10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olff10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olfib8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr10s.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr17.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr5.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr6.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr7.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olr9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsl10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsl12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsl8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsl9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olsltt10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss17.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olss9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssbx10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssdc10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi17.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssi9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssq8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olssqi8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oltt10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oltt12.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oltt8.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oltt9.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/olvtt10.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oroman.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oromanl.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oromlig.mf
%{_texmfdistdir}/fonts/source/public/oldlatin/oromligs.mf
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olb10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oldunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olff10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr17.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr5.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr6.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr7.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olr9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss17.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olss9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oltt12.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oltt8.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/oltt9.tfm
%{_texmfdistdir}/fonts/tfm/public/oldlatin/olvtt10.tfm
%doc %{_texmfdistdir}/doc/fonts/oldlatin/README
%doc %{_texmfdistdir}/doc/fonts/oldlatin/oldlatin.pdf
%doc %{_texmfdistdir}/doc/fonts/oldlatin/oldlatin.tex
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_alphabet.tex
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_all.pdf
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_all.tex
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_bf.pdf
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_bf.tex
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_rm.pdf
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_rm.tex
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_sl.pdf
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_sl.tex
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_ss.pdf
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_ss.tex
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_tt.pdf
%doc %{_texmfdistdir}/doc/fonts/oldlatin/test_ol_tt.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-3
+ Revision: 5ec6a1a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20910 |14mr|texlive-oldstandard-2.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19512
# category Package
# catalog-ctan /fonts/oldstandard
# catalog-date 2010-07-10 11:28:49 +0200
# catalog-license ofl
# catalog-version 2.0.2
Name:		texlive-oldstandard
Version:	2.0.2
Release:	3
Summary:	Old Standard: A Unicode Font for Classical and Medieval Studies
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/oldstandard
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstandard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstandard.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstandard.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Old Standard is supposed to reproduce the actual printing style
of the early 20th century, reviving a specific type of Modern
(classicist) style of serif typefaces, very commonly used in
various editions of the late 19th and early 20th century, but
almost completely abandoned later. It supports typesetting of
Old and Middle English, Old Icelandic, Cyrillic (with
historical characters, extensions for Old Slavonic and
localised forms), Gothic transliterations, critical editions of
Classical Greek and Latin, and many more. Old Standard works
with TeX engines that directly support OpenType features, such
as XeTeX and LuaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/oldstandard/OldStandard-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/oldstandard/OldStandard-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/oldstandard/OldStandard-Regular.otf
%doc %{_texmfdistdir}/doc/fonts/oldstandard/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/oldstandard/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/oldstandard/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/oldstandard/README
%doc %{_texmfdistdir}/doc/fonts/oldstandard/didot-de.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/didot-fr.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/gendocs.sh
%doc %{_texmfdistdir}/doc/fonts/oldstandard/genfonts.sh
%doc %{_texmfdistdir}/doc/fonts/oldstandard/greek-contextual.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/oldstand-manual.pdf
%doc %{_texmfdistdir}/doc/fonts/oldstandard/oldstand-manual.tex
%doc %{_texmfdistdir}/doc/fonts/oldstandard/opentype.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/ost-generate.py
%doc %{_texmfdistdir}/doc/fonts/oldstandard/serbian.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/spadmin-add.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/spadmin.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/stand-su.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/teubner.png
%doc %{_texmfdistdir}/doc/fonts/oldstandard/truetype.png
#- source
%doc %{_texmfdistdir}/source/fonts/oldstandard/OldStandard-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/oldstandard/OldStandard-Italic.sfd
%doc %{_texmfdistdir}/source/fonts/oldstandard/OldStandard-Regular.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.2-3
+ Revision: 1e9f6dc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20911 |14mr|texlive-oldstyle-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/oldstyle
# catalog-date 2009-03-08 21:39:02 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-oldstyle
Version:	0.2
Release:	3
Summary:	Old style numbers in OT1 encoding
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/oldstyle
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstyle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstyle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstyle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Font information needed to load the cmmi and cmmib fonts for
use to produce oldstyle numbers.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/oldstyle/Ucmm.fd
%{_texmfdistdir}/tex/latex/oldstyle/oldstyle.sty
%doc %{_texmfdistdir}/doc/latex/oldstyle/oldstyle.pdf
#- source
%doc %{_texmfdistdir}/source/latex/oldstyle/oldstyle.dtx
%doc %{_texmfdistdir}/source/latex/oldstyle/oldstyle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: ec225d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20912 |14mr|texlive-omega-20091109-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /systems/omega
# catalog-date 2009-11-09 23:44:56 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-omega
Version:	20091109
Release:	3
Summary:	A wide-character-set extension of TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/omega
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/omega.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/omega.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A development of TeX, which deals in multi-octet Unicode
characters, to enable native treatment of a wide range of
languages without changing character-set. Work on Omega seems,
more or less, to have ceased: its immediate successor was to be
the aleph project (though that too has stalled). Projects
developing Omega (and Aleph) ideas include Omega-2 and LuaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/omega/config.omega
%{_texmfdistdir}/dvips/omega/omega.cfg
%{_texmfdistdir}/fonts/afm/public/omega/omsea1.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea1b.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea2.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea2b.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea3.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea3b.afm
%{_texmfdistdir}/fonts/afm/public/omega/omseco.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecob.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecobi.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecoi.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecx.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecy.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsegr.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsegrb.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsegrbi.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsegri.afm
%{_texmfdistdir}/fonts/afm/public/omega/omseha.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsehe.afm
%{_texmfdistdir}/fonts/afm/public/omega/omseip.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsela.afm
%{_texmfdistdir}/fonts/afm/public/omega/omselab.afm
%{_texmfdistdir}/fonts/afm/public/omega/omselabi.afm
%{_texmfdistdir}/fonts/afm/public/omega/omselai.afm
%{_texmfdistdir}/fonts/afm/public/omega/omseti.afm
%{_texmfdistdir}/fonts/map/dvips/omega/omega.map
%{_texmfdistdir}/fonts/ofm/public/omega/omarab.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omarabb.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omlgc.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omlgcb.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omlgcbi.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omlgci.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/ucitt10.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/ucsltt10.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/uctt10.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/uctt12.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/uctt8.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/uctt9.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/ucvtt10.ofm
%{_texmfdistdir}/fonts/ovf/public/omega/omarab.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omarabb.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omlgc.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omlgcb.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omlgcbi.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omlgci.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/ucitt10.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/ucsltt10.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/uctt10.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/uctt12.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/uctt8.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/uctt9.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/ucvtt10.ovf
%{_texmfdistdir}/fonts/ovp/public/omega/omarab.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omarabb.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omlgc.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omlgcb.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omlgcbi.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omlgci.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/ucitt10.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/ucsltt10.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/uctt10.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/uctt12.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/uctt8.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/uctt9.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/ucvtt10.ovp
%{_texmfdistdir}/fonts/tfm/public/omega/omding.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea1.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea1b.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea2.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea2b.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea3.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea3b.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omseco.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecob.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecobi.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecoi.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecx.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecy.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsegr.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsegrb.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsegrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsegri.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omseha.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omseip.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsela.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omselab.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omselabi.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omselai.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omseti.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omssti.tfm
%{_texmfdistdir}/fonts/type1/public/omega/omding.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsea1.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsea1b.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsea2.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsea2b.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsea3.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsea3b.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omseco.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsecob.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsecobi.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsecoi.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsecx.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsecy.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsecyb.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsecyi.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsegr.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsegrb.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsegrbi.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsegri.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omseha.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsehe.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omseip.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsela.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omselab.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omselabi.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omselai.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omseti.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omssti.pfb
%{_texmfdistdir}/omega/ocp/char2uni/in646.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88591.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88592.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88593.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88594.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88595.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88596.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88597.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88598.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88599.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859a.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859d.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859e.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859f.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859g.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inatari.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inav.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inbig5.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1250.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1251.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1252.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1253.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1254.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1255.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1256.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1257.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1258.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp866.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp874.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inebcdic.ocp
%{_texmfdistdir}/omega/ocp/char2uni/ingb.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inkoi8.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inmac.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inmsdos.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inmsdos2.ocp
%{_texmfdistdir}/omega/ocp/char2uni/innext.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inov.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inps2.ocp
%{_texmfdistdir}/omega/ocp/char2uni/insf1.ocp
%{_texmfdistdir}/omega/ocp/char2uni/insf2.ocp
%{_texmfdistdir}/omega/ocp/char2uni/intis620.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inucode.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inutf8.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inviet1.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inviet2.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inviscii.ocp
%{_texmfdistdir}/omega/ocp/omega/7arb2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7ber2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7cyr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7hma2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7in88593.ocp
%{_texmfdistdir}/omega/ocp/omega/7lbe2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7pap2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7pas2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7snd2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7syr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7tbe2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7urd2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/8mac-arb2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/8mac-cyr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/apostr2psili.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2acad.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2amal.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2arab.ex.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2arab.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2asv.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2bout.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2mona.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2nar.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2nva.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2oar-novow.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2oar.ocp
%{_texmfdistdir}/omega/ocp/omega/cunioara.ocp
%{_texmfdistdir}/omega/ocp/omega/dblquote-point.ocp
%{_texmfdistdir}/omega/ocp/omega/destroy.ocp
%{_texmfdistdir}/omega/ocp/omega/french2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/greek.ocp
%{_texmfdistdir}/omega/ocp/omega/grpo2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/grpotilde2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/inverted-iota-upsilon.ocp
%{_texmfdistdir}/omega/ocp/omega/isogr2uni-verbatim.ocp
%{_texmfdistdir}/omega/ocp/omega/isogr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/lat2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/lowercase.ocp
%{_texmfdistdir}/omega/ocp/omega/lunatesigma.ocp
%{_texmfdistdir}/omega/ocp/omega/macgr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/medbeta.ocp
%{_texmfdistdir}/omega/ocp/omega/mixedgreek2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/tarauni.ocp
%{_texmfdistdir}/omega/ocp/omega/test1.ocp
%{_texmfdistdir}/omega/ocp/omega/test3.ocp
%{_texmfdistdir}/omega/ocp/omega/tiqwah.ocp
%{_texmfdistdir}/omega/ocp/omega/tiqwah2.ocp
%{_texmfdistdir}/omega/ocp/omega/tsinduni.ocp
%{_texmfdistdir}/omega/ocp/omega/turduuni.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2cuni.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2greek-verbatim.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2greek.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2lat-noffi.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2lat.ocp
%{_texmfdistdir}/omega/ocp/omega/unicuni.ocp
%{_texmfdistdir}/omega/ocp/omega/uppercase-no-accents.ocp
%{_texmfdistdir}/omega/ocp/omega/uppercase.ocp
%{_texmfdistdir}/omega/ocp/uni2char/out88591.ocp
%{_texmfdistdir}/omega/ocp/uni2char/oututf8.ocp
%{_texmfdistdir}/omega/otp/char2uni/in646.otp
%{_texmfdistdir}/omega/otp/char2uni/in88591.otp
%{_texmfdistdir}/omega/otp/char2uni/in88592.otp
%{_texmfdistdir}/omega/otp/char2uni/in88593.otp
%{_texmfdistdir}/omega/otp/char2uni/in88594.otp
%{_texmfdistdir}/omega/otp/char2uni/in88595.otp
%{_texmfdistdir}/omega/otp/char2uni/in88596.otp
%{_texmfdistdir}/omega/otp/char2uni/in88597.otp
%{_texmfdistdir}/omega/otp/char2uni/in88598.otp
%{_texmfdistdir}/omega/otp/char2uni/in88599.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859a.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859d.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859e.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859f.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859g.otp
%{_texmfdistdir}/omega/otp/char2uni/inatari.otp
%{_texmfdistdir}/omega/otp/char2uni/inav.otp
%{_texmfdistdir}/omega/otp/char2uni/inbig5.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1250.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1251.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1252.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1253.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1254.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1255.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1256.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1257.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1258.otp
%{_texmfdistdir}/omega/otp/char2uni/incp866.otp
%{_texmfdistdir}/omega/otp/char2uni/incp874.otp
%{_texmfdistdir}/omega/otp/char2uni/inebcdic.otp
%{_texmfdistdir}/omega/otp/char2uni/ingb.otp
%{_texmfdistdir}/omega/otp/char2uni/inkoi8.otp
%{_texmfdistdir}/omega/otp/char2uni/inmac.otp
%{_texmfdistdir}/omega/otp/char2uni/inmsdos.otp
%{_texmfdistdir}/omega/otp/char2uni/inmsdos2.otp
%{_texmfdistdir}/omega/otp/char2uni/innext.otp
%{_texmfdistdir}/omega/otp/char2uni/inov.otp
%{_texmfdistdir}/omega/otp/char2uni/inps2.otp
%{_texmfdistdir}/omega/otp/char2uni/insf1.otp
%{_texmfdistdir}/omega/otp/char2uni/insf2.otp
%{_texmfdistdir}/omega/otp/char2uni/intis620.otp
%{_texmfdistdir}/omega/otp/char2uni/inucode.otp
%{_texmfdistdir}/omega/otp/char2uni/inutf8.otp
%{_texmfdistdir}/omega/otp/char2uni/inviet1.otp
%{_texmfdistdir}/omega/otp/char2uni/inviet2.otp
%{_texmfdistdir}/omega/otp/char2uni/inviscii.otp
%{_texmfdistdir}/omega/otp/omega/7arb2uni.otp
%{_texmfdistdir}/omega/otp/omega/7ber2uni.otp
%{_texmfdistdir}/omega/otp/omega/7cyr2uni.otp
%{_texmfdistdir}/omega/otp/omega/7hma2uni.otp
%{_texmfdistdir}/omega/otp/omega/7in88593.otp
%{_texmfdistdir}/omega/otp/omega/7lbe2uni.otp
%{_texmfdistdir}/omega/otp/omega/7pap2uni.otp
%{_texmfdistdir}/omega/otp/omega/7pas2uni.otp
%{_texmfdistdir}/omega/otp/omega/7snd2uni.otp
%{_texmfdistdir}/omega/otp/omega/7syr2uni.otp
%{_texmfdistdir}/omega/otp/omega/7tbe2uni.otp
%{_texmfdistdir}/omega/otp/omega/7urd2uni.otp
%{_texmfdistdir}/omega/otp/omega/8mac-arb2uni.otp
%{_texmfdistdir}/omega/otp/omega/8mac-cyr2uni.otp
%{_texmfdistdir}/omega/otp/omega/apostr2psili.otp
%{_texmfdistdir}/omega/otp/omega/cuni2acad.otp
%{_texmfdistdir}/omega/otp/omega/cuni2amal.otp
%{_texmfdistdir}/omega/otp/omega/cuni2arab.ex.otp
%{_texmfdistdir}/omega/otp/omega/cuni2asv.otp
%{_texmfdistdir}/omega/otp/omega/cuni2bout.otp
%{_texmfdistdir}/omega/otp/omega/cuni2mona.otp
%{_texmfdistdir}/omega/otp/omega/cuni2nar.otp
%{_texmfdistdir}/omega/otp/omega/cuni2nva.otp
%{_texmfdistdir}/omega/otp/omega/cuni2oar-novow.otp
%{_texmfdistdir}/omega/otp/omega/cuni2oar.otp
%{_texmfdistdir}/omega/otp/omega/dblquote-point.otp
%{_texmfdistdir}/omega/otp/omega/destroy.otp
%{_texmfdistdir}/omega/otp/omega/french2uni.otp
%{_texmfdistdir}/omega/otp/omega/grpo2uni.otp
%{_texmfdistdir}/omega/otp/omega/grpotilde2uni.otp
%{_texmfdistdir}/omega/otp/omega/inverted-iota-upsilon.otp
%{_texmfdistdir}/omega/otp/omega/isogr2uni-verbatim.otp
%{_texmfdistdir}/omega/otp/omega/isogr2uni.otp
%{_texmfdistdir}/omega/otp/omega/lat2uni.otp
%{_texmfdistdir}/omega/otp/omega/lowercase.otp
%{_texmfdistdir}/omega/otp/omega/lunatesigma.otp
%{_texmfdistdir}/omega/otp/omega/macgr2uni.otp
%{_texmfdistdir}/omega/otp/omega/medbeta.otp
%{_texmfdistdir}/omega/otp/omega/mixedgreek2uni.otp
%{_texmfdistdir}/omega/otp/omega/uni2cuni.otp
%{_texmfdistdir}/omega/otp/omega/uni2greek-verbatim.otp
%{_texmfdistdir}/omega/otp/omega/uni2greek.otp
%{_texmfdistdir}/omega/otp/omega/uni2lat-noffi.otp
%{_texmfdistdir}/omega/otp/omega/uni2lat.otp
%{_texmfdistdir}/omega/otp/omega/uppercase-no-accents.otp
%{_texmfdistdir}/omega/otp/omega/uppercase.otp
%{_texmfdistdir}/omega/otp/uni2char/out88591.otp
%{_texmfdistdir}/omega/otp/uni2char/oututf8.otp
%{_texmfdistdir}/tex/generic/encodings/cmbsy.onm
%{_texmfdistdir}/tex/generic/encodings/cmbx.onm
%{_texmfdistdir}/tex/generic/encodings/cmcsc.onm
%{_texmfdistdir}/tex/generic/encodings/cmex.onm
%{_texmfdistdir}/tex/generic/encodings/cmmi.onm
%{_texmfdistdir}/tex/generic/encodings/cmmib.onm
%{_texmfdistdir}/tex/generic/encodings/cmr.onm
%{_texmfdistdir}/tex/generic/encodings/cmr1.onm
%{_texmfdistdir}/tex/generic/encodings/cmsl.onm
%{_texmfdistdir}/tex/generic/encodings/cmsy.onm
%{_texmfdistdir}/tex/generic/encodings/cmti.onm
%{_texmfdistdir}/tex/generic/encodings/cmtt.onm
%{_texmfdistdir}/tex/generic/encodings/ecrm.onm
%{_texmfdistdir}/tex/generic/encodings/euex.onm
%{_texmfdistdir}/tex/generic/encodings/eufb.onm
%{_texmfdistdir}/tex/generic/encodings/eufm.onm
%{_texmfdistdir}/tex/generic/encodings/eurb.onm
%{_texmfdistdir}/tex/generic/encodings/eurm.onm
%{_texmfdistdir}/tex/generic/encodings/eusb.onm
%{_texmfdistdir}/tex/generic/encodings/eusm.onm
%{_texmfdistdir}/tex/generic/encodings/msam.onm
%{_texmfdistdir}/tex/generic/encodings/msbm.onm
%{_texmfdistdir}/tex/generic/omegahyph/bghyph.tex
%{_texmfdistdir}/tex/generic/omegahyph/lthyph.tex
%{_texmfdistdir}/tex/generic/omegahyph/srhyph.tex
%{_texmfdistdir}/tex/plain/omega/grlccode.tex
%{_texmfdistdir}/tex/plain/omega/omega.tex
%doc %{_texmfdistdir}/doc/omega/base/doc-1.8.tex
%doc %{_texmfdistdir}/doc/omega/base/torture.ps
%doc %{_texmfdistdir}/doc/omega/base/torture.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts omega tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091109-3
+ Revision: 81466dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20913 |14mr|texlive-omegaware-20131010-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-omegaware
Version:	20131010
Release:	6
Summary:	TeXLive omegaware package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/omegaware.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/omegaware.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-omegaware.bin

%description
TeXLive omegaware package.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/odvicopy.1*
%doc %{_texmfdistdir}/doc/man/man1/odvicopy.man1.pdf
%doc %{_texmfdistdir}/doc/man/man1/odvips.man1.pdf
%doc %{_mandir}/man1/odvitype.1*
%doc %{_texmfdistdir}/doc/man/man1/odvitype.man1.pdf
%doc %{_mandir}/man1/ofm2opl.1*
%doc %{_texmfdistdir}/doc/man/man1/ofm2opl.man1.pdf
%doc %{_mandir}/man1/opl2ofm.1*
%doc %{_texmfdistdir}/doc/man/man1/opl2ofm.man1.pdf
%doc %{_mandir}/man1/otangle.1*
%doc %{_texmfdistdir}/doc/man/man1/otangle.man1.pdf
%doc %{_mandir}/man1/otp2ocp.1*
%doc %{_texmfdistdir}/doc/man/man1/otp2ocp.man1.pdf
%doc %{_mandir}/man1/outocp.1*
%doc %{_texmfdistdir}/doc/man/man1/outocp.man1.pdf
%doc %{_mandir}/man1/ovf2ovp.1*
%doc %{_texmfdistdir}/doc/man/man1/ovf2ovp.man1.pdf
%doc %{_mandir}/man1/ovp2ovf.1*
%doc %{_texmfdistdir}/doc/man/man1/ovp2ovf.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131010-6
+ Revision: bc4d8df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20914 |14mr|texlive-onlyamsmath-0.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25006
# category Package
# catalog-ctan /macros/latex/contrib/onlyamsmath
# catalog-date 2012-01-02 14:24:13 +0100
# catalog-license lppl
# catalog-version 0.10
Name:		texlive-onlyamsmath
Version:	0.10
Release:	2
Summary:	Inhibit use of non-amsmath mathematics markup when using amsmath
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/onlyamsmath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/onlyamsmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/onlyamsmath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/onlyamsmath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package inhibits the usage of plain TeX and (on demand) of
standard LaTeX mathematics environments. This is useful for
class writers who want to encourage their users to use the
environments provided by the amsmath package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/onlyamsmath/onlyamsmath.sty
%doc %{_texmfdistdir}/doc/latex/onlyamsmath/ChangeLog
%doc %{_texmfdistdir}/doc/latex/onlyamsmath/Makefile
%doc %{_texmfdistdir}/doc/latex/onlyamsmath/README
%doc %{_texmfdistdir}/doc/latex/onlyamsmath/onlyamsmath-v.tex
%doc %{_texmfdistdir}/doc/latex/onlyamsmath/onlyamsmath.pdf
%doc %{_texmfdistdir}/doc/latex/onlyamsmath/onlyamsmathtest.tex
#- source
%doc %{_texmfdistdir}/source/latex/onlyamsmath/onlyamsmath.dtx
%doc %{_texmfdistdir}/source/latex/onlyamsmath/onlyamsmath.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10-2
+ Revision: e69a810
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20915 |14mr|texlive-onrannual-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17474
# category Package
# catalog-ctan /macros/latex/contrib/onrannual
# catalog-date 2010-03-20 01:12:30 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-onrannual
Version:	1.1
Release:	3
Summary:	Class for Office of Naval Research Ocean Battlespace Sensing annual report
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/onrannual
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/onrannual.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/onrannual.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is an unofficial document class for writing ONR annual
reports using LaTeX; as ONR has had numerous problems with
LaTeX-generated PDF submissions in the past. A skeleton
document (and its PDF output) are included.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/onrannual/onrannual.cls
%doc %{_texmfdistdir}/doc/latex/onrannual/README
%doc %{_texmfdistdir}/doc/latex/onrannual/sample.bib
%doc %{_texmfdistdir}/doc/latex/onrannual/samplefigure.eps
%doc %{_texmfdistdir}/doc/latex/onrannual/samplefigure.pdf
%doc %{_texmfdistdir}/doc/latex/onrannual/skeleton.pdf
%doc %{_texmfdistdir}/doc/latex/onrannual/skeleton.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 0a3254e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20916 |14mr|texlive-opcit-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/opcit
# catalog-date 2006-09-21 21:56:41 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-opcit
Version:	1.1
Release:	3
Summary:	Footnote-style bibliographical references
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/opcit
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opcit.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opcit.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opcit.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package addresses the problem of expressing citations in a
style that is natural for humanities studies, yet does not
interfere with the flow of text (as author-year styles do). The
package differs from footbib in that it uses real footnotes,
potentially in the same series as any of the document's other
footnotes. Opcit also, as its name implies, avoids repetition
of full citations, achieving this, to a large extent,
automatically.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/opcit/opcit.bst
%{_texmfdistdir}/tex/latex/opcit/opcit.sty
%doc %{_texmfdistdir}/doc/latex/opcit/README
%doc %{_texmfdistdir}/doc/latex/opcit/opcit.pdf
#- source
%doc %{_texmfdistdir}/source/latex/opcit/opcit.dtx
%doc %{_texmfdistdir}/source/latex/opcit/opcit.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: c7b31d3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20917 |14mr|texlive-opensans-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24706
# category Package
# catalog-ctan /fonts/opensans
# catalog-date 2011-11-30 18:37:09 +0100
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-opensans
Version:	1.2
Release:	3
Summary:	The Open Sans font family, and LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/opensans
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opensans.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opensans.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opensans.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Open Sans is a humanist sans serif typeface designed by Steve
Matteson; the font is available from the Google Font Directory
as TrueType files licensed under the Apache License version
2.0. The package provides support for this font family in
LaTeX. It includes the original TrueType fonts, as well as Type
1 versions, converted for this package using FontForge for full
support with dvips.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Bold.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-CondLight.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-CondLightItalic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-ExtraBold.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-ExtraBoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Italic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Light.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-LightItalic.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Regular.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-Semibold.afm
%{_texmfdistdir}/fonts/afm/public/opensans/OpenSans-SemiboldItalic.afm
%{_texmfdistdir}/fonts/enc/dvips/opensans/opensans-01.enc
%{_texmfdistdir}/fonts/enc/dvips/opensans/opensans-02.enc
%{_texmfdistdir}/fonts/enc/dvips/opensans/opensans-03.enc
%{_texmfdistdir}/fonts/enc/dvips/opensans/opensans-04.enc
%{_texmfdistdir}/fonts/map/dvips/opensans/opensans.map
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Bold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-BoldItalic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLight-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-CondLightItalic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-ExtraBoldItalic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Italic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Light-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-LightItalic-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Regular-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-Semibold-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-01.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-02.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-03.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-04.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-SmallCaps-x2.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-lgr.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-ot1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-t1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-t2a.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-t2b.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-t2c.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-ts1.tfm
%{_texmfdistdir}/fonts/tfm/public/opensans/OpenSans-SemiboldItalic-x2.tfm
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Bold.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-BoldItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-CondLight.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-CondLightItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-ExtraBold.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-ExtraBoldItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Italic.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Light.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-LightItalic.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Regular.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-Semibold.ttf
%{_texmfdistdir}/fonts/truetype/public/opensans/OpenSans-SemiboldItalic.ttf
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-CondLight.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-CondLightItalic.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-ExtraBold.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-ExtraBoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Light.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-LightItalic.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-Semibold.pfb
%{_texmfdistdir}/fonts/type1/public/opensans/OpenSans-SemiboldItalic.pfb
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Bold-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-BoldItalic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLight-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-CondLightItalic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBold-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-ExtraBoldItalic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Italic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Light-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-LightItalic-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Regular-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-Semibold-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-OSFigures-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-SmallCaps-x2.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-lgr.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-ot1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-t1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-t2a.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-t2b.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-t2c.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-ts1.vf
%{_texmfdistdir}/fonts/vf/public/opensans/OpenSans-SemiboldItalic-x2.vf
%{_texmfdistdir}/tex/latex/opensans/lgrfos.fd
%{_texmfdistdir}/tex/latex/opensans/lgrfosj.fd
%{_texmfdistdir}/tex/latex/opensans/opensans.sty
%{_texmfdistdir}/tex/latex/opensans/ot1fos.fd
%{_texmfdistdir}/tex/latex/opensans/ot1fosj.fd
%{_texmfdistdir}/tex/latex/opensans/t1fos.fd
%{_texmfdistdir}/tex/latex/opensans/t1fosj.fd
%{_texmfdistdir}/tex/latex/opensans/t2afos.fd
%{_texmfdistdir}/tex/latex/opensans/t2afosj.fd
%{_texmfdistdir}/tex/latex/opensans/t2bfos.fd
%{_texmfdistdir}/tex/latex/opensans/t2bfosj.fd
%{_texmfdistdir}/tex/latex/opensans/t2cfos.fd
%{_texmfdistdir}/tex/latex/opensans/t2cfosj.fd
%{_texmfdistdir}/tex/latex/opensans/ts1fos.fd
%{_texmfdistdir}/tex/latex/opensans/ts1fosj.fd
%{_texmfdistdir}/tex/latex/opensans/x2fos.fd
%{_texmfdistdir}/tex/latex/opensans/x2fosj.fd
%doc %{_texmfdistdir}/doc/fonts/opensans/CHANGES
%doc %{_texmfdistdir}/doc/fonts/opensans/README
%doc %{_texmfdistdir}/doc/fonts/opensans/manifest.txt
%doc %{_texmfdistdir}/doc/fonts/opensans/opensans-samples.pdf
%doc %{_texmfdistdir}/doc/fonts/opensans/opensans-samples.tex
%doc %{_texmfdistdir}/doc/fonts/opensans/opensans.pdf
%doc %{_texmfdistdir}/doc/fonts/opensans/opensans.tex
#- source
%doc %{_texmfdistdir}/source/fonts/opensans/Makefile
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-01.etx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-02.etx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-03.etx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-04.etx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-drv.tex
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-fixcyrillic.mtx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-fixgreek.mtx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-fixlatin.mtx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-fixtextcomp.mtx
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-map.tex
%doc %{_texmfdistdir}/source/fonts/opensans/opensans-osfigures.etx
%doc %{_texmfdistdir}/source/fonts/opensans/ttf2type1.pe

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 9a45316
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20918 |14mr|texlive-opteng-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27331
# category Package
# catalog-ctan /macros/latex/contrib/opteng
# catalog-date 2012-06-16 14:32:26 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-opteng
Version:	1.0
Release:	2
Summary:	SPIE Optical Engineering and OE Letters manuscript template
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/opteng
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opteng.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opteng.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
With this template, and associated style and LaTeX packages, it
is possible to estimate the page length of manuscripts for
submission to the SPIE journals 'Optical Engineering' and
'Optical Engineering Letters'. With a strict three-page limit,
this is particularly important for the latter. The template
gives simple instructions on how to prepare the manuscript.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/opteng/opteng.sty
%doc %{_texmfdistdir}/doc/latex/opteng/OptEngInstruct.pdf
%doc %{_texmfdistdir}/doc/latex/opteng/OptEngInstruct.tex
%doc %{_texmfdistdir}/doc/latex/opteng/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-2
+ Revision: 552ae70
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20919 |14mr|texlive-optional-2.2b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18131
# category Package
# catalog-ctan /macros/latex/contrib/optional
# catalog-date 2010-05-11 12:50:01 +0200
# catalog-license lppl
# catalog-version 2.2b
Name:		texlive-optional
Version:	2.2b
Release:	3
Summary:	Facilitate optional printing of parts of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/optional
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/optional.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/optional.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Optional provides simple, flexible, optional compilation of
LaTeX documents. Option switches may be given via package
options, by the \UseOption command, or interactively via the
\AskOption command (help text may be provided, by defining the
\ExplainOptions command). The package is not robust, in the way
that comment package is, against ill-behaved text. In
particular, verbatim text may not be directly included in
optional sections (whether they're included or not).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/optional/optional.sty
%doc %{_texmfdistdir}/doc/latex/optional/optional.pdf
%doc %{_texmfdistdir}/doc/latex/optional/optional.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2b-3
+ Revision: 7c0cd25
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20920 |14mr|texlive-ordinalpt-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ordinalpt
# catalog-date 2007-02-25 09:43:45 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-ordinalpt
Version:	2.1
Release:	3
Summary:	Counters as ordinal numbers in Portuguese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ordinalpt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ordinalpt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ordinalpt.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ordinalpt.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a counter style (like \arabic, \alph and
others) which produces as output strings like "primeiro"
("first" in Portuguese), "segundo" (second), and so on up to
1999th. Separate counter commands are provided for different
letter case variants, and for masculine and feminine gender
inflections.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ordinalpt/ordinalpt.sty
%doc %{_texmfdistdir}/doc/latex/ordinalpt/README
%doc %{_texmfdistdir}/doc/latex/ordinalpt/ordinalpt.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ordinalpt/ordinalpt.dtx
%doc %{_texmfdistdir}/source/latex/ordinalpt/ordinalpt.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 60f2f7c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20921 |14mr|texlive-orkhun-20090422-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/orkhun
# catalog-date 2009-04-22 11:33:20 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-orkhun
Version:	20090422
Release:	3
Summary:	A font for orkhun script
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/orkhun
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/orkhun.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/orkhun.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The font covers an old Turkic script. It is provided as
MetaFont source.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/orkhun/orhant.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant11.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant14.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant16.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant20.mf
%{_texmfdistdir}/fonts/source/public/orkhun/orhant25.mf
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant11.tfm
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant14.tfm
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant16.tfm
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant20.tfm
%{_texmfdistdir}/fonts/tfm/public/orkhun/orhant25.tfm
%doc %{_texmfdistdir}/doc/fonts/orkhun/README_Orkhun.txt
%doc %{_texmfdistdir}/doc/fonts/orkhun/rakhimov.pdf
%doc %{_texmfdistdir}/doc/fonts/orkhun/rakhimov.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090422-3
+ Revision: edfbcbe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20922 |14mr|texlive-oscola-1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31971
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/oscola
# catalog-date 2013-10-22 18:09:49 +0200
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-oscola
Version:	1.3
Release:	6
Summary:	BibLaTeX style for the Oxford Standard for the Citation of Legal Authorities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/oscola
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oscola.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oscola.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a set of style files for use with Biblatex
(v 2+) and Biber (v 1+) to produce citations and bibliographies
in accordance with the widely-used Oxford Standard for the
Citation of Legal Authorities. It also includes facilities for
constructing tables of cases and legislation from citations (in
conjunction with appropriate indexing packages).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/oscola/oscola.ist
%{_texmfdistdir}/tex/latex/oscola/english-oscola.lbx
%{_texmfdistdir}/tex/latex/oscola/oscola.bbx
%{_texmfdistdir}/tex/latex/oscola/oscola.cbx
%doc %{_texmfdistdir}/doc/latex/oscola/README
%doc %{_texmfdistdir}/doc/latex/oscola/oscola-examples.bib
%doc %{_texmfdistdir}/doc/latex/oscola/oscola.pdf
%doc %{_texmfdistdir}/doc/latex/oscola/oscola.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-6
+ Revision: 3de6543
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20923 |14mr|texlive-othello-20070112-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/othello
# catalog-date 2007-01-12 15:52:44 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-othello
Version:	20070112
Release:	3
Summary:	Create othello boards in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/othello
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/othello.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/othello.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package (based on Kolodziejska's go), and fonts (as MetaFont
source) are provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/othello/ot.mf
%{_texmfdistdir}/fonts/source/public/othello/ot10.mf
%{_texmfdistdir}/fonts/source/public/othello/ot15.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1bla10.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1bla15.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1bla20.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1black.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1neu.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1neu10.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1neu15.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1neu20.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1whi10.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1whi15.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1whi20.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1white.mf
%{_texmfdistdir}/fonts/tfm/public/othello/ot10.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot15.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1bla10.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1bla15.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1bla20.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1neu10.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1neu15.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1neu20.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1whi10.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1whi15.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1whi20.tfm
%{_texmfdistdir}/tex/latex/othello/othello.sty
%doc %{_texmfdistdir}/doc/latex/othello/boards.tex
%doc %{_texmfdistdir}/doc/latex/othello/ot.bat
%doc %{_texmfdistdir}/doc/latex/othello/ot1.bat.bat
%doc %{_texmfdistdir}/doc/latex/othello/othello.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070112-3
+ Revision: 3c7a466
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20924 |14mr|texlive-othelloboard-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23714
# category Package
# catalog-ctan /macros/latex/contrib/othelloboard
# catalog-date 2011-08-19 08:35:26 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-othelloboard
Version:	1.2
Release:	3
Summary:	Typeset Othello (Reversi) diagrams of any size, with annotations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/othelloboard
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/othelloboard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/othelloboard.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to generate high-quality Othello
(also known as Reversi) board diagrams of any size. The
diagrams support annotations, including full game transcripts.
Automated board or transcript creation, from plain text formats
standard to WZebra (and other programs) is also supported.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/othelloboard/othelloboard.sty
%doc %{_texmfdistdir}/doc/latex/othelloboard/README
%doc %{_texmfdistdir}/doc/latex/othelloboard/example-rose-chps1-2.pdf
%doc %{_texmfdistdir}/doc/latex/othelloboard/example-rose-chps1-2.tex
%doc %{_texmfdistdir}/doc/latex/othelloboard/othelloboard.pdf
%doc %{_texmfdistdir}/doc/latex/othelloboard/othelloboard.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 423cb7c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20925 |14mr|texlive-otibet-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-otibet
Version:	20111103
Release:	3
Summary:	TeXLive otibet package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/otibet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/otibet.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/otibet.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive otibet package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/ofm/public/otibet/otibetan.ofm
%{_texmfdistdir}/fonts/ovf/public/otibet/otibetan.ovf
%{_texmfdistdir}/fonts/ovp/public/otibet/otibetan.ovp
%{_texmfdistdir}/fonts/source/public/otibet/bzrsetup.mf
%{_texmfdistdir}/fonts/source/public/otibet/tibetan.mf
%{_texmfdistdir}/fonts/tfm/public/otibet/tibetan.tfm
%{_texmfdistdir}/omega/ocp/otibet/tibadjusttsheg.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibinunicode.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibinwylie.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibout.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibspecial.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibuniuni.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibvowel.ocp
%{_texmfdistdir}/omega/otp/otibet/tibadjusttsheg.otp
%{_texmfdistdir}/omega/otp/otibet/tibetan-mule2uni-old.otp
%{_texmfdistdir}/omega/otp/otibet/tibetan-mule2uni.otp
%{_texmfdistdir}/omega/otp/otibet/tibinunicode.otp
%{_texmfdistdir}/omega/otp/otibet/tibinwylie.otp
%{_texmfdistdir}/omega/otp/otibet/tibout.otp
%{_texmfdistdir}/omega/otp/otibet/tibshow.otp
%{_texmfdistdir}/omega/otp/otibet/tibspecial.otp
%{_texmfdistdir}/omega/otp/otibet/tibuniuni.otp
%{_texmfdistdir}/omega/otp/otibet/tibvowel.otp
%{_texmfdistdir}/tex/latex/otibet/ot1tib.fd
%{_texmfdistdir}/tex/latex/otibet/otibet.sty
%{_texmfdistdir}/tex/latex/otibet/otibet.tex
%{_texmfdistdir}/tex/latex/otibet/t1tib.fd
%doc %{_texmfdistdir}/doc/latex/otibet/README
%doc %{_texmfdistdir}/doc/latex/otibet/allbasic-mule.tex
%doc %{_texmfdistdir}/doc/latex/otibet/allbasic.dvi
%doc %{_texmfdistdir}/doc/latex/otibet/allbasic.tex
%doc %{_texmfdistdir}/doc/latex/otibet/otibet-mule.tex
%doc %{_texmfdistdir}/doc/latex/otibet/testtib.tex
%doc %{_texmfdistdir}/doc/latex/otibet/tiblatex.dvi
%doc %{_texmfdistdir}/doc/latex/otibet/tiblatex.tex
%doc %{_texmfdistdir}/doc/latex/otibet/unidoc.dvi
%doc %{_texmfdistdir}/doc/latex/otibet/unidoc.tex
%doc %{_texmfdistdir}/doc/latex/otibet/yugpacan.dvi
%doc %{_texmfdistdir}/doc/latex/otibet/yugpacan.tex
#- source
%doc %{_texmfdistdir}/source/latex/otibet/Makefile
%doc %{_texmfdistdir}/source/latex/otibet/allbasic.odvi
%doc %{_texmfdistdir}/source/latex/otibet/convnum.scm
%doc %{_texmfdistdir}/source/latex/otibet/generate-otp.el
%doc %{_texmfdistdir}/source/latex/otibet/oct2otp.c
%doc %{_texmfdistdir}/source/latex/otibet/pl2ovp.scm
%doc %{_texmfdistdir}/source/latex/otibet/tibetan.pl
%doc %{_texmfdistdir}/source/latex/otibet/tiblatex.odvi
%doc %{_texmfdistdir}/source/latex/otibet/tibovp.scm
%doc %{_texmfdistdir}/source/latex/otibet/unidoc.odvi
%doc %{_texmfdistdir}/source/latex/otibet/yugpacan.odvi

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts omega tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: 5d62bc7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20926 |14mr|texlive-ot-tableau-20100414-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17829
# category Package
# catalog-ctan /macros/latex/contrib/ot-tableau
# catalog-date 2010-04-14 18:13:33 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-ot-tableau
Version:	20100414
Release:	3
Summary:	Optimality Theory tableaux in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ot-tableau
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ot-tableau.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ot-tableau.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes it easy to create beautiful optimality-
theoretic tableaux. The LaTeX source is visually very similar
to a formatted tableau, which makes working with the source
code painless (well, less painful). A variety of stylistic
variants are available to suit personal taste.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ot-tableau/ot-tableau.sty
%doc %{_texmfdistdir}/doc/latex/ot-tableau/README
%doc %{_texmfdistdir}/doc/latex/ot-tableau/ot-tableau.pdf
%doc %{_texmfdistdir}/doc/latex/ot-tableau/ot-tableau.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100414-3
+ Revision: 15aecf7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20927 |14mr|texlive-oubraces-20110325-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21833
# category Package
# catalog-ctan /macros/latex/contrib/oubraces
# catalog-date 2011-03-25 11:24:40 +0100
# catalog-license noinfo
# catalog-version undef
Name:		texlive-oubraces
Version:	20110325
Release:	3
Summary:	Braces over and under a formula
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/oubraces
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oubraces.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oubraces.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a means to interleave \overbrace and \underbrace in
the same formula.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/oubraces/oubraces.sty
%doc %{_texmfdistdir}/doc/latex/oubraces/oubraces.pdf
%doc %{_texmfdistdir}/doc/latex/oubraces/oubraces.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110325-3
+ Revision: 0b825ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20928 |14mr|texlive-outline-20100519-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18360
# category Package
# catalog-ctan /macros/latex/contrib/outline
# catalog-date 2010-05-19 18:21:51 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-outline
Version:	20100519
Release:	3
Summary:	List environment for making outlines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/outline
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/outline.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/outline.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines an outline environment, which provides
facilities similar to enumerate, but up to 6 levels deep.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/outline/outline.sty
%doc %{_texmfdistdir}/doc/latex/outline/README
%doc %{_texmfdistdir}/doc/latex/outline/outline-sample.tex
%doc %{_texmfdistdir}/doc/latex/outline/outline.pdf
%doc %{_texmfdistdir}/doc/latex/outline/outline.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100519-3
+ Revision: e805716
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20929 |14mr|texlive-outliner-20070112-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21095
# category Package
# catalog-ctan /macros/latex/contrib/outliner
# catalog-date 2007-01-12 15:52:44 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-outliner
Version:	20070112
Release:	3
Summary:	Change section levels easily
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/outliner
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/outliner.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/outliner.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Allows you to write "\Level 2 {Some heading}" instead of the
usual \section stuff; the definitions of the levels can then
easily be changed. There is a mechanism for shifting all
levels. This makes it easy to bundle existing articles into a
compilation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/outliner/outliner.sty
%doc %{_texmfdistdir}/doc/latex/outliner/outline_test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070112-3
+ Revision: b9767e0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20930 |14mr|texlive-outlines-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25192
# category Package
# catalog-ctan /macros/latex/contrib/outlines
# catalog-date 2012-01-24 12:03:36 +0100
# catalog-license noinfo
# catalog-version 1.1
Name:		texlive-outlines
Version:	1.1
Release:	2
Summary:	Produce "outline" lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/outlines
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/outlines.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/outlines.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines an outline environment, which allows outline-style
indented lists with freely mixed levels up to four levels deep.
It replaces the nested begin/end pairs by different item tags
\1 to \4 for each nesting level. This is very convenient in
cases where nested lists are used a lot, such as for to-do
lists or presentation slides.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/outlines/outlines.sty
%doc %{_texmfdistdir}/doc/latex/outlines/README
%doc %{_texmfdistdir}/doc/latex/outlines/outlines.pdf
%doc %{_texmfdistdir}/doc/latex/outlines/outlines.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: dfdfe55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20931 |14mr|texlive-overpic-0.53-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19712
# category Package
# catalog-ctan /macros/latex/contrib/overpic
# catalog-date 2010-09-13 11:39:12 +0200
# catalog-license lppl
# catalog-version 0.53
Name:		texlive-overpic
Version:	0.53
Release:	3
Summary:	Combine LaTeX commands over included graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/overpic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/overpic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/overpic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The overpic environment is a cross between the LaTeX picture
environment and the \includegraphics command of graphicx. The
resulting picture environment has the same dimensions as the
included eps graphic. LaTeX commands can be placed on the
graphic at defined positions. A grid for orientation is
available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/overpic/overpic.sty
%doc %{_texmfdistdir}/doc/latex/overpic/README
%doc %{_texmfdistdir}/doc/latex/overpic/README.de
%doc %{_texmfdistdir}/doc/latex/overpic/opic-abs.pdf
%doc %{_texmfdistdir}/doc/latex/overpic/opic-abs.tex
%doc %{_texmfdistdir}/doc/latex/overpic/opic-rel.pdf
%doc %{_texmfdistdir}/doc/latex/overpic/opic-rel.tex
%doc %{_texmfdistdir}/doc/latex/overpic/overpic-readme-de.pdf
%doc %{_texmfdistdir}/doc/latex/overpic/overpic-readme-de.tex
%doc %{_texmfdistdir}/doc/latex/overpic/overpic-readme.pdf
%doc %{_texmfdistdir}/doc/latex/overpic/overpic-readme.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.53-3
+ Revision: 0c594f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20932 |14mr|texlive-pacioli-20110616-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24947
# category Package
# catalog-ctan /fonts/pacioli
# catalog-date 2011-06-16 21:20:53 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-pacioli
Version:	20110616
Release:	2
Summary:	Fonts designed by Fra Luca de Pacioli in 1497
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/pacioli
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pacioli.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pacioli.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pacioli.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pacioli was a c.15 mathematician, and his font was designed
according to 'the divine proportion'. The font is uppercase
letters together with punctuation and some analphabetics; no
lowercase or digits. The Metafont source is distributed in a
.dtx file, together with LaTeX support.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/pacioli/cpclig.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcpunct.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcr10.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcromanp.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcromanu.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpcsl10.mf
%{_texmfdistdir}/fonts/source/public/pacioli/cpctitle.mf
%{_texmfdistdir}/fonts/tfm/public/pacioli/cpcr10.tfm
%{_texmfdistdir}/fonts/tfm/public/pacioli/cpcsl10.tfm
%{_texmfdistdir}/tex/latex/pacioli/ot1cpc.fd
%{_texmfdistdir}/tex/latex/pacioli/pacioli.sty
%{_texmfdistdir}/tex/latex/pacioli/t1cpc.fd
%doc %{_texmfdistdir}/doc/fonts/pacioli/README
%doc %{_texmfdistdir}/doc/fonts/pacioli/tryfont.ps
%doc %{_texmfdistdir}/doc/fonts/pacioli/tryfont.tex
#- source
%doc %{_texmfdistdir}/source/fonts/pacioli/pacioli.dtx
%doc %{_texmfdistdir}/source/fonts/pacioli/pacioli.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110616-2
+ Revision: 7bd38e1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20933 |14mr|texlive-pagecolor-1.0e-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25500
# category Package
# catalog-ctan /macros/latex/contrib/pagecolor
# catalog-date 2012-02-24 13:31:20 +0100
# catalog-license lppl
# catalog-version 1.0e
Name:		texlive-pagecolor
Version:	1.0e
Release:	3
Summary:	Interrogate page colour
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pagecolor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecolor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecolor.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecolor.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides the command \thepagecolor, which gives
the current page (background) colour, i. e. the argument used
with the most recent call of \pagecolor{...}. The command
\thepagecolornone gives the same colour as \thepagecolor,
except when the page background colour is "none" (e.g., as a
result of using the \nopagecolor command). In that case
\thepagecolor is "white" and \thepagecolornone is "none".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pagecolor/pagecolor.sty
%doc %{_texmfdistdir}/doc/latex/pagecolor/README
%doc %{_texmfdistdir}/doc/latex/pagecolor/pagecolor-example.pdf
%doc %{_texmfdistdir}/doc/latex/pagecolor/pagecolor-example.tex
%doc %{_texmfdistdir}/doc/latex/pagecolor/pagecolor.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pagecolor/pagecolor.drv
%doc %{_texmfdistdir}/source/latex/pagecolor/pagecolor.dtx
%doc %{_texmfdistdir}/source/latex/pagecolor/pagecolor.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0e-3
+ Revision: 30cf16a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20934 |14mr|texlive-pagecont-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pagecont
# catalog-date 2009-11-10 09:17:41 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-pagecont
Version:	1.0
Release:	3
Summary:	Page numbering that continues between documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pagecont
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecont.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecont.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the facility that several documents can be
typeset independently with page numbers in sequence, as if they
were a single document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pagecont/pagecont.sty
%doc %{_texmfdistdir}/doc/latex/pagecont/README
%doc %{_texmfdistdir}/doc/latex/pagecont/pagecont.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pagecont/pagecont.dtx
%doc %{_texmfdistdir}/source/latex/pagecont/pagecont.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 59a1b95
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20935 |14mr|texlive-pagenote-1.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pagenote
# catalog-date 2009-09-03 13:00:14 +0200
# catalog-license lppl1.3
# catalog-version 1.1a
Name:		texlive-pagenote
Version:	1.1a
Release:	3
Summary:	Notes at end of document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pagenote
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagenote.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagenote.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagenote.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pagenote package provides tagged notes on a separate page
(also known as 'end notes'). Unless the memoir class is used,
the package requires the ifmtarg package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pagenote/pagenote.sty
%doc %{_texmfdistdir}/doc/latex/pagenote/README
%doc %{_texmfdistdir}/doc/latex/pagenote/pagenote.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pagenote/pagenote.dtx
%doc %{_texmfdistdir}/source/latex/pagenote/pagenote.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1a-3
+ Revision: 0631b4b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20936 |14mr|texlive-pagerange-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16915
# category Package
# catalog-ctan /macros/latex/contrib/pagerange
# catalog-date 2010-02-04 09:04:58 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-pagerange
Version:	0.5
Release:	3
Summary:	Flexible and configurable page range typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pagerange
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagerange.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagerange.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a command \pagerange that typesets ranges
of page numbers, expanding them (e.g., adding first or large
page numbers) and standardising them.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pagerange/pagerange-guide.cfg
%{_texmfdistdir}/tex/latex/pagerange/pagerange.sty
%doc %{_texmfdistdir}/doc/latex/pagerange/README
%doc %{_texmfdistdir}/doc/latex/pagerange/pagerange-guide.pdf
%doc %{_texmfdistdir}/doc/latex/pagerange/pagerange-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: 87aeaa9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20937 |14mr|texlive-pageslts-1.2a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23534
# category Package
# catalog-ctan /macros/latex/contrib/pageslts
# catalog-date 2011-08-13 08:34:58 +0200
# catalog-license lppl1.3
# catalog-version 1.2a
Name:		texlive-pageslts
Version:	1.2a
Release:	3
Summary:	Variants of last page labels
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pageslts
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pageslts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pageslts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pageslts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package was designed as an extension of the lastpage
package -- as well as that package's LastPage label (created
\AtEndDocument) it adds a VeryLastPage (created
\AfterLastShipout). When more than one page numbering scheme is
in operation (as in a book class document with frontmatter),
the labels above do not give the total number of pages, so the
package also provides labels pagesLTS.<numbering scheme>, where
the numbering scheme is arabic, roman, etc. The package relies
on the undolabl package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pageslts/pageslts.sty
%doc %{_texmfdistdir}/doc/latex/pageslts/README
%doc %{_texmfdistdir}/doc/latex/pageslts/pageslts-example.pdf
%doc %{_texmfdistdir}/doc/latex/pageslts/pageslts-example.tex
%doc %{_texmfdistdir}/doc/latex/pageslts/pageslts.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pageslts/ltxdoc.cfg
%doc %{_texmfdistdir}/source/latex/pageslts/pageslts.drv
%doc %{_texmfdistdir}/source/latex/pageslts/pageslts.dtx
%doc %{_texmfdistdir}/source/latex/pageslts/pageslts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2a-3
+ Revision: b32dff2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20938 |14mr|texlive-palatino-20110301-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21993
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-palatino
Version:	20110301
Release:	3
Summary:	URW "Base 35" font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/palatino.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/palatino/config.upl
%{_texmfdistdir}/fonts/afm/adobe/palatino/pplb8a.afm
%{_texmfdistdir}/fonts/afm/adobe/palatino/pplbi8a.afm
%{_texmfdistdir}/fonts/afm/adobe/palatino/pplr8a.afm
%{_texmfdistdir}/fonts/afm/adobe/palatino/pplri8a.afm
%{_texmfdistdir}/fonts/afm/urw/palatino/uplb8a.afm
%{_texmfdistdir}/fonts/afm/urw/palatino/uplbi8a.afm
%{_texmfdistdir}/fonts/afm/urw/palatino/uplr8a.afm
%{_texmfdistdir}/fonts/afm/urw/palatino/uplri8a.afm
%{_texmfdistdir}/fonts/map/dvips/palatino/upl.map
%{_texmfdistdir}/fonts/tfm/adobe/palatino/eurbo10.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/eurmo10.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbij8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbj8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbu.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbu8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr8rn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrij8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrr8re.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrre.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrrn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplru.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplru8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppleb7m.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppleb7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppleb7y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppler7m.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppler7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppler7v.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppler7y.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/pplb8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/pplbc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/pplbi8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/pplr8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/pplrc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/pplri8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplb.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplbi.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplbu.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplr.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplri.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplro.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplrre.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplrrn.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplru.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplb7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplb8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplb8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplb8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbi8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplr7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplr8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplr8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplr8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplrc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplrc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplri7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplri8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplri8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplri8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplro7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplro8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplro8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplro8t.tfm
%{_texmfdistdir}/fonts/type1/urw/palatino/uplb8a.pfb
%{_texmfdistdir}/fonts/type1/urw/palatino/uplb8a.pfm
%{_texmfdistdir}/fonts/type1/urw/palatino/uplbi8a.pfb
%{_texmfdistdir}/fonts/type1/urw/palatino/uplbi8a.pfm
%{_texmfdistdir}/fonts/type1/urw/palatino/uplr8a.pfb
%{_texmfdistdir}/fonts/type1/urw/palatino/uplr8a.pfm
%{_texmfdistdir}/fonts/type1/urw/palatino/uplri8a.pfb
%{_texmfdistdir}/fonts/type1/urw/palatino/uplri8a.pfm
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbc.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbo.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbo8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbu.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplro.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplro7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplro8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplro8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrre.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrrn.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplru.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppleb7m.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppleb7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppleb7y.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppler7m.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppler7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppler7v.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppler7y.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/palatino/pplb8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/palatino/pplbc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/palatino/pplbi8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/palatino/pplr8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/palatino/pplrc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/palatino/pplri8z.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplb7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplb8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplb8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbi8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplr7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplr8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplr8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplrc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplrc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplri7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplri8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplri8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplro7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplro8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplro8t.vf
%{_texmfdistdir}/tex/latex/palatino/8rupl.fd
%{_texmfdistdir}/tex/latex/palatino/omlupl.fd
%{_texmfdistdir}/tex/latex/palatino/omsupl.fd
%{_texmfdistdir}/tex/latex/palatino/ot1upl.fd
%{_texmfdistdir}/tex/latex/palatino/t1upl.fd
%{_texmfdistdir}/tex/latex/palatino/ts1upl.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110301-3
+ Revision: 0d051ce
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20939 |14mr|texlive-paper-1.0l-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25802
# category Package
# catalog-ctan /macros/latex/contrib/paper
# catalog-date 2012-01-13 09:08:17 +0100
# catalog-license gpl
# catalog-version 1.0l
Name:		texlive-paper
Version:	1.0l
Release:	5
Summary:	Versions of article class, tuned for scholarly publications
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/paper
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paper.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paper.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A pair of classes derived from article, tuned for producing
papers for journals. The classes introduce new layout options
and font commands for sections/parts, and define a new keywords
environment, subtitle and institution commands for the title
section and new commands for revisions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/paper/journal.cls
%{_texmfdistdir}/tex/latex/paper/journal.sty
%{_texmfdistdir}/tex/latex/paper/paper.cls
%{_texmfdistdir}/tex/latex/paper/paper.sty
%doc %{_texmfdistdir}/doc/latex/paper/README
%doc %{_texmfdistdir}/doc/latex/paper/install
%doc %{_texmfdistdir}/doc/latex/paper/journal1.tex
%doc %{_texmfdistdir}/doc/latex/paper/journal2.tex
%doc %{_texmfdistdir}/doc/latex/paper/local.tex
%doc %{_texmfdistdir}/doc/latex/paper/paper.pdf
%doc %{_texmfdistdir}/doc/latex/paper/testj.tex
%doc %{_texmfdistdir}/doc/latex/paper/testp.tex
#- source
%doc %{_texmfdistdir}/source/latex/paper/paper.drv
%doc %{_texmfdistdir}/source/latex/paper/paper.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0l-5
+ Revision: 4a83c93
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20940 |14mr|texlive-papercdcase-20070311-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/papercdcase
# catalog-date 2007-03-11 14:35:09 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-papercdcase
Version:	20070311
Release:	3
Summary:	Origami-style folding paper CD case
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/papercdcase
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papercdcase.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papercdcase.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papercdcase.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package implements a LaTeX style file to produce origami-
style folding paper CD cases.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/papercdcase/papercdcase.sty
%doc %{_texmfdistdir}/doc/latex/papercdcase/example.tex
%doc %{_texmfdistdir}/doc/latex/papercdcase/interactive.tex
%doc %{_texmfdistdir}/doc/latex/papercdcase/papercdcase.pdf
#- source
%doc %{_texmfdistdir}/source/latex/papercdcase/papercdcase.dtx
%doc %{_texmfdistdir}/source/latex/papercdcase/papercdcase.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070311-3
+ Revision: 6260c06
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20941 |14mr|texlive-papermas-1.0h-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23667
# category Package
# catalog-ctan /macros/latex/contrib/papermas
# catalog-date 2011-08-23 07:18:10 +0200
# catalog-license lppl1.3
# catalog-version 1.0h
Name:		texlive-papermas
Version:	1.0h
Release:	3
Summary:	Compute the mass of a printed version of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/papermas
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papermas.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papermas.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papermas.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package computes the number of sheets of paper used by, and
the mass of a document. This is useful (for example) when
calculating postal charges.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/papermas/papermas.sty
%doc %{_texmfdistdir}/doc/latex/papermas/README
%doc %{_texmfdistdir}/doc/latex/papermas/papermas-example.pdf
%doc %{_texmfdistdir}/doc/latex/papermas/papermas-example.tex
%doc %{_texmfdistdir}/doc/latex/papermas/papermas.pdf
#- source
%doc %{_texmfdistdir}/source/latex/papermas/papermas.drv
%doc %{_texmfdistdir}/source/latex/papermas/papermas.dtx
%doc %{_texmfdistdir}/source/latex/papermas/papermas.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0h-3
+ Revision: 39a0d2b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20942 |14mr|texlive-papertex-1.2b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19230
# category Package
# catalog-ctan /macros/latex/contrib/papertex
# catalog-date 2010-06-30 22:56:10 +0200
# catalog-license lppl
# catalog-version 1.2b
Name:		texlive-papertex
Version:	1.2b
Release:	3
Summary:	Class for newspapers, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/papertex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papertex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papertex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papertex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This class allows LaTeX users to create a paperTeX newspaper.
The final document has a front page and as many inner pages as
desired. News items appear one after another and the user can
choose the number of columns, style and so on. The class allows
users to create newsletters too.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/papertex/papertex.cls
%doc %{_texmfdistdir}/doc/latex/papertex/CHANGES
%doc %{_texmfdistdir}/doc/latex/papertex/README
%doc %{_texmfdistdir}/doc/latex/papertex/example/example.pdf
%doc %{_texmfdistdir}/doc/latex/papertex/example/example.tex
%doc %{_texmfdistdir}/doc/latex/papertex/example/img/ireland.jpg
%doc %{_texmfdistdir}/doc/latex/papertex/example/img/weather/clouds.jpg
%doc %{_texmfdistdir}/doc/latex/papertex/example/img/weather/rain.jpg
%doc %{_texmfdistdir}/doc/latex/papertex/example/img/weather/sun.jpg
%doc %{_texmfdistdir}/doc/latex/papertex/papertex.pdf
#- source
%doc %{_texmfdistdir}/source/latex/papertex/papertex.dtx
%doc %{_texmfdistdir}/source/latex/papertex/papertex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2b-3
+ Revision: fed6b5a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20943 |14mr|texlive-paracol-1.31-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32099
# category Package
# catalog-ctan /macros/latex/contrib/paracol
# catalog-date 2013-11-08 18:09:20 +0100
# catalog-license lppl
# catalog-version 1.31
Name:		texlive-paracol
Version:	1.31
Release:	6
Summary:	Multiple columns with texts "in parallel"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/paracol
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paracol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paracol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paracol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides yet another multi-column typesetting
mechanism by which you produce multi-column (e.g., bilingual)
document switching and sychronizing each corresponding part in
"parallel".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/paracol/paracol.sty
%doc %{_texmfdistdir}/doc/latex/paracol/README
%doc %{_texmfdistdir}/doc/latex/paracol/paracol-man.pdf
%doc %{_texmfdistdir}/doc/latex/paracol/paracol-man.tex
#- source
%doc %{_texmfdistdir}/source/latex/paracol/bgpaint.dtx
%doc %{_texmfdistdir}/source/latex/paracol/impl.dtx
%doc %{_texmfdistdir}/source/latex/paracol/ltfloat.dtx
%doc %{_texmfdistdir}/source/latex/paracol/man.dtx
%doc %{_texmfdistdir}/source/latex/paracol/paracol.dtx
%doc %{_texmfdistdir}/source/latex/paracol/paracol.ins
%doc %{_texmfdistdir}/source/latex/paracol/probs.dtx
%doc %{_texmfdistdir}/source/latex/paracol/pwfnote.dtx
%doc %{_texmfdistdir}/source/latex/paracol/ref.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.31-6
+ Revision: 3cf6788
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20944 |14mr|texlive-paralist-2.3b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/paralist
# catalog-date 2009-10-07 21:35:42 +0200
# catalog-license lppl
# catalog-version 2.3b
Name:		texlive-paralist
Version:	2.3b
Release:	3
Summary:	Enumerate and itemize within paragraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/paralist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paralist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paralist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paralist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides enumerate and itemize environments that can be used
within paragraphs to format the items either as running text or
as separate paragraphs with a preceding number or symbol. Also
provides compacted versions of enumerate and itemize.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/paralist/paralist.sty
%doc %{_texmfdistdir}/doc/latex/paralist/README
%doc %{_texmfdistdir}/doc/latex/paralist/paralist.pdf
#- source
%doc %{_texmfdistdir}/source/latex/paralist/paralist.drv
%doc %{_texmfdistdir}/source/latex/paralist/paralist.dtx
%doc %{_texmfdistdir}/source/latex/paralist/paralist.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3b-3
+ Revision: 2bd1324
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20945 |14mr|texlive-parallel-20070112-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/parallel
# catalog-date 2007-01-12 20:52:49 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-parallel
Version:	20070112
Release:	3
Summary:	Typeset parallel texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/parallel
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parallel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parallel.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parallel.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a parallel environment which allows two potentially
different texts to be typeset in two columns, while maintaining
alignment. The two columns may be on the same page, or on
facing pages. This arrangement of text is commonly used when
typesetting translations, but it can have value when comparing
any two texts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/parallel/parallel.sty
%doc %{_texmfdistdir}/doc/latex/parallel/example1.tex
%doc %{_texmfdistdir}/doc/latex/parallel/example2.tex
%doc %{_texmfdistdir}/doc/latex/parallel/parallel.pdf
%doc %{_texmfdistdir}/doc/latex/parallel/readme
#- source
%doc %{_texmfdistdir}/source/latex/parallel/parallel.drv
%doc %{_texmfdistdir}/source/latex/parallel/parallel.dtx
%doc %{_texmfdistdir}/source/latex/parallel/parallel.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070112-3
+ Revision: ad1c4ca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20946 |14mr|texlive-paratype-20120604-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26866
# category Package
# catalog-ctan /fonts/paratype
# catalog-date 2012-06-04 14:38:41 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-paratype
Version:	20120604
Release:	2
Summary:	LaTeX support for free fonts by ParaType
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/paratype
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paratype.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paratype.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers LaTeX support for the fonts PT Sans, PT
Serif and PT Mono developed by ParaType for the project "Public
Types of Russian Federation", and released under an open user
license. The fonts themselves are provided in both the TrueType
and Type 1 formats, both created by ParaType). The fonts
provide encodings OT1, T1, IL2, TS1, T2* and X2. The package
provides a convenient replacement of the two packages ptsans
and ptserif.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTC55F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTC55F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTC75F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTC75F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTN57F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTN57F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTN77F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTN77F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS55F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS55F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS56F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS56F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS75F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS75F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS76F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptsans/PTS76F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF55F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF55F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF56F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF56F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF75F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF75F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF76F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTF76F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTZ55F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTZ55F.inf
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTZ56F.afm
%{_texmfdistdir}/fonts/afm/paratype/ptserif/PTZ56F.inf
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_t1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptmono_x2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_t1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptsans_x2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_il2.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_t1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/paratype/ptserif_x2.enc
%{_texmfdistdir}/fonts/map/dvips/paratype/paratype-mixed.map
%{_texmfdistdir}/fonts/map/dvips/paratype/paratype-truetype.map
%{_texmfdistdir}/fonts/map/dvips/paratype/paratype-type1.map
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-il2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-il2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ot1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptmono/PTMono-Regular-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-BoldItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Caption-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-CaptionBold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Italic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Narrow-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-NarrowBold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptsans/PTSans-Regular-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Bold-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Caption-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Italic-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Regular-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-Slanted-tlf-x2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-il2.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ot1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-x2--base.tfm
%{_texmfdistdir}/fonts/tfm/paratype/ptserif/PTSerif-UprightItalic-tlf-x2.tfm
%{_texmfdistdir}/fonts/truetype/paratype/ptmono/PTM55F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptmono/PTM75F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTC55F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTC75F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTN57F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTN77F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTS55F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTS56F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTS75F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptsans/PTS76F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTF55F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTF56F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTF75F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTF76F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTZ55F.ttf
%{_texmfdistdir}/fonts/truetype/paratype/ptserif/PTZ56F.ttf
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTC55F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTC55F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTC75F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTC75F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTN57F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTN57F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTN77F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTN77F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS55F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS55F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS56F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS56F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS75F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS75F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS76F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptsans/PTS76F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF55F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF55F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF56F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF56F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF75F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF75F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF76F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTF76F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTZ55F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTZ55F.pfm
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTZ56F.pfb
%{_texmfdistdir}/fonts/type1/paratype/ptserif/PTZ56F.pfm
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-il2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Bold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-il2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-ot1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptmono/PTMono-Regular-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Bold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-BoldItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Caption-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-CaptionBold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Italic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Narrow-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-NarrowBold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptsans/PTSans-Regular-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Bold-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldSlanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-BoldUprightItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Caption-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionSlanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-CaptionUprightItalic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Italic-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Regular-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-Slanted-tlf-x2.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2a.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2b.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-t2c.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-ts1.vf
%{_texmfdistdir}/fonts/vf/paratype/ptserif/PTSerif-UprightItalic-tlf-x2.vf
%{_texmfdistdir}/tex/latex/paratype/IL2PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/IL2PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/OT1PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/PTMono.sty
%{_texmfdistdir}/tex/latex/paratype/PTSans.sty
%{_texmfdistdir}/tex/latex/paratype/PTSansCaption.sty
%{_texmfdistdir}/tex/latex/paratype/PTSansNarrow.sty
%{_texmfdistdir}/tex/latex/paratype/PTSerif.sty
%{_texmfdistdir}/tex/latex/paratype/PTSerifCaption.sty
%{_texmfdistdir}/tex/latex/paratype/T1PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T1PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2APTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2BPTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/T2CPTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/TS1PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTMono-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSans-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSansCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSansNarrow-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSerif-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/X2PTSerifCaption-TLF.fd
%{_texmfdistdir}/tex/latex/paratype/paratype.sty
%doc %{_texmfdistdir}/doc/fonts/paratype/CHANGELOG
%doc %{_texmfdistdir}/doc/fonts/paratype/OT_TT_Install_E.txt
%doc %{_texmfdistdir}/doc/fonts/paratype/OT_TT_Install_R.txt
%doc %{_texmfdistdir}/doc/fonts/paratype/PT_Free_Font_License_eng_1.3.txt
%doc %{_texmfdistdir}/doc/fonts/paratype/PT_Free_Font_License_rus_1.3.txt
%doc %{_texmfdistdir}/doc/fonts/paratype/README
%doc %{_texmfdistdir}/doc/fonts/paratype/manifest.txt
%doc %{_texmfdistdir}/doc/fonts/paratype/paratype-sample.pdf
%doc %{_texmfdistdir}/doc/fonts/paratype/paratype-sample.tex
%doc %{_texmfdistdir}/doc/fonts/paratype/paratype.pdf
%doc %{_texmfdistdir}/doc/fonts/paratype/paratype.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120604-2
+ Revision: 2db7bf9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20947 |14mr|texlive-paresse-4.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29803
# category Package
# catalog-ctan /macros/latex/contrib/paresse
# catalog-date 2013-02-16 13:58:07 +0100
# catalog-license lppl
# catalog-version 4.1
Name:		texlive-paresse
Version:	4.1
Release:	6
Summary:	Define simple macros for greek letters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/paresse
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paresse.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paresse.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paresse.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines macros using SS to type greek letters. so
that the user may (for example) type SSa to get the effect of
$\alpha$.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/paresse/paresse.sty
%{_texmfdistdir}/tex/latex/paresse/paresseold.sto
%{_texmfdistdir}/tex/latex/paresse/paresseutf8.sto
%doc %{_texmfdistdir}/doc/latex/paresse/paresse-en.pdf
%doc %{_texmfdistdir}/doc/latex/paresse/paresse-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/paresse/paresse-ex-fr.pdf
%doc %{_texmfdistdir}/doc/latex/paresse/paresse-fr.pdf
%doc %{_texmfdistdir}/doc/latex/paresse/paresse.pdf
#- source
%doc %{_texmfdistdir}/source/latex/paresse/LISEZMOI
%doc %{_texmfdistdir}/source/latex/paresse/Makefile
%doc %{_texmfdistdir}/source/latex/paresse/README
%doc %{_texmfdistdir}/source/latex/paresse/paresse-TEST.zip
%doc %{_texmfdistdir}/source/latex/paresse/paresse-doc.dtx
%doc %{_texmfdistdir}/source/latex/paresse/paresse.dtx
%doc %{_texmfdistdir}/source/latex/paresse/paresse.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.1-6
+ Revision: c1db8e8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20948 |14mr|texlive-parnotes-1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25032
# category Package
# catalog-ctan /macros/latex/contrib/parnotes
# catalog-date 2012-01-05 00:06:09 +0100
# catalog-license lppl1.3
# catalog-version 1
Name:		texlive-parnotes
Version:	1
Release:	2
Summary:	Notes after every paragraph (or elsewhere)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/parnotes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parnotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parnotes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the \parnote command. The notes are set as
(normal) running paragraphs; placement is at the end of each
paragraph, or manually, using the \parnotes command.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/parnotes/parnotes.sty
%doc %{_texmfdistdir}/doc/latex/parnotes/README
%doc %{_texmfdistdir}/doc/latex/parnotes/README.TEXLIVE

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-2
+ Revision: 6278978
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20949 |14mr|texlive-parrun-20090920-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/parrun
# catalog-date 2009-09-20 00:02:29 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-parrun
Version:	20090920
Release:	3
Summary:	Typesets (two) streams of text running parallel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/parrun
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parrun.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parrun.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parrun.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
For typesetting translated text and the original source,
parallel on the same page, one above the other.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/parrun/parrun.sty
%doc %{_texmfdistdir}/doc/latex/parrun/parrun.pdf
%doc %{_texmfdistdir}/doc/latex/parrun/readme
#- source
%doc %{_texmfdistdir}/source/latex/parrun/parrun.dtx
%doc %{_texmfdistdir}/source/latex/parrun/parrun.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090920-3
+ Revision: 0499cb6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20950 |14mr|texlive-parselines-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21475
# category Package
# catalog-ctan /macros/latex/contrib/parselines
# catalog-date 2011-02-19 16:41:47 +0100
# catalog-license lppl1.3
# catalog-version 1.4
Name:		texlive-parselines
Version:	1.4
Release:	3
Summary:	Apply a macro to each line of an environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/parselines
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parselines.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parselines.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parselines.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines an environment "parse lines" which
processes each line of an environment with a macro. An example
of shading the lines of an environment is given.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/parselines/parselines.sty
%doc %{_texmfdistdir}/doc/latex/parselines/README
%doc %{_texmfdistdir}/doc/latex/parselines/parselines.pdf
#- source
%doc %{_texmfdistdir}/source/latex/parselines/parselines.drv
%doc %{_texmfdistdir}/source/latex/parselines/parselines.dtx
%doc %{_texmfdistdir}/source/latex/parselines/parselines.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 660154c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20951 |14mr|texlive-parskip-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19963
# category Package
# catalog-ctan /macros/latex/contrib/parskip
# catalog-date 2010-09-30 14:11:14 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-parskip
Version:	2.0
Release:	3
Summary:	Layout with zero \parindent, non-zero \parskip
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/parskip
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parskip.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parskip.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Simply changing \parskip and \parindent leaves a layout that is
untidy; this package (though it is no substitute for a
properly-designed class) helps alleviate this untidiness.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/parskip/parskip.sty
%doc %{_texmfdistdir}/doc/latex/parskip/parskip-doc.pdf
%doc %{_texmfdistdir}/doc/latex/parskip/parskip-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 627f0fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20952 |14mr|texlive-pas-cours-1.06-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32444
# category Package
# catalog-ctan /macros/latex/contrib/pas-cours
# catalog-date 2013-12-05 10:50:59 +0100
# catalog-license lppl
# catalog-version 1.06
Name:		texlive-pas-cours
Version:	1.06
Release:	2
Summary:	Macros useful in preparing teaching material
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pas-cours
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-cours.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-cours.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Several groups of macros cover different branches of
mathematics.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pas-cours/pas-cours.sty
%doc %{_texmfdistdir}/doc/latex/pas-cours/README
%doc %{_texmfdistdir}/doc/latex/pas-cours/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/pas-cours/attention.png
%doc %{_texmfdistdir}/doc/latex/pas-cours/coeur.png
%doc %{_texmfdistdir}/doc/latex/pas-cours/macro-patrons.tex
%doc %{_texmfdistdir}/doc/latex/pas-cours/macro-solides.tex
%doc %{_texmfdistdir}/doc/latex/pas-cours/macro-styles.tex
%doc %{_texmfdistdir}/doc/latex/pas-cours/prerequis.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.06-2
+ Revision: bfa3157
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20953 |14mr|texlive-pas-crosswords-1.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32313
# category Package
# catalog-ctan /macros/latex/contrib/pas-crosswords
# catalog-date 2013-12-03 15:28:55 +0100
# catalog-license lppl
# catalog-version 1.03
Name:		texlive-pas-crosswords
Version:	1.03
Release:	3
Summary:	Creating crossword grids, using TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pas-crosswords
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-crosswords.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-crosswords.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package produces crossword grids, using a wide variety of
colours and decorations of the grids and the text in them. The
package uses TikZ for its graphical output.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pas-crosswords/pas-crosswords.sty
%doc %{_texmfdistdir}/doc/latex/pas-crosswords/README
%doc %{_texmfdistdir}/doc/latex/pas-crosswords/pas-crosswords.pdf
%doc %{_texmfdistdir}/doc/latex/pas-crosswords/pas-crosswords.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.03-3
+ Revision: cdfa5d6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20954 |14mr|texlive-pas-cv-2.01-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32263
# category Package
# catalog-ctan /macros/latex/contrib/pas-cv
# catalog-date 2013-11-27 22:13:58 +0100
# catalog-license lppl
# catalog-version 2.01
Name:		texlive-pas-cv
Version:	2.01
Release:	6
Summary:	Flexible typesetting of Curricula Vitae
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pas-cv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-cv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-cv.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the framework for typesetting a Curriculum
Vitae (composed in French), together with a number of "themes"
that may be used with the package. (The use of the themes may
be seen in the package's examples/ collection.) The author
hints that conversion for use with other languages (than
French) should be possible.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pas-cv/macro-andromede.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-architecte.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-centaure.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-dynamique.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-gaia.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-jupiter.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-mars.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-neptune.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-orion.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-pegase.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-pluton.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-saturne.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-univers.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-uranus.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-venus.tex
%{_texmfdistdir}/tex/latex/pas-cv/pas-cv.sty
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-andromede.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-andromede.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-architecte.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-architecte.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-centaure.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-centaure.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-dynamique.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-dynamique.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-gaia.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-gaia.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-jupiter.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-jupiter.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-mars.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-mars.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-neptune.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-neptune.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-orion.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-orion.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-pegase.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-pegase.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-pluton.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-pluton.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-saturne.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-saturne.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-univers.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-univers.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-uranus.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-uranus.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-venus.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-venus.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/pas-cv.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/pas-cv.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/photo.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.01-6
+ Revision: 6feb934
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20955 |14mr|texlive-passivetex-20080420-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/xmltex/contrib/passivetex
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-passivetex
Version:	20080420
Release:	3
Summary:	Support package for XML/SGML typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xmltex/contrib/passivetex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/passivetex.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Packages providing XML parsing, UTF-8 parsing, Unicode
entities, and common formatting object definitions for jadetex.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xmltex/passivetex/dummyels.sty
%{_texmfdistdir}/tex/xmltex/passivetex/fotex.sty
%{_texmfdistdir}/tex/xmltex/passivetex/fotex.xmt
%{_texmfdistdir}/tex/xmltex/passivetex/mlnames.sty
%{_texmfdistdir}/tex/xmltex/passivetex/tei.xmt
%{_texmfdistdir}/tex/xmltex/passivetex/teiprintslides.xmt
%{_texmfdistdir}/tex/xmltex/passivetex/teislides.xmt
%{_texmfdistdir}/tex/xmltex/passivetex/teixml.sty
%{_texmfdistdir}/tex/xmltex/passivetex/teixmlslides.sty
%{_texmfdistdir}/tex/xmltex/passivetex/ucharacters.sty
%{_texmfdistdir}/tex/xmltex/passivetex/unicode.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080420-3
+ Revision: 3f46c7a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20956 |14mr|texlive-pas-tableur-1.04-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32375
# category Package
# catalog-ctan /macros/latex/contrib/pas-tableur
# catalog-date 2013-12-10 12:39:08 +0100
# catalog-license lppl
# catalog-version 1.04
Name:		texlive-pas-tableur
Version:	1.04
Release:	3
Summary:	Create a spreadsheet layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pas-tableur
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-tableur.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-tableur.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for creating a grid of
rectangles, and commands for populating locations in the grid.
PGF/TikZ is used for placement and population of the cells.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pas-tableur/pas-tableur.sty
%doc %{_texmfdistdir}/doc/latex/pas-tableur/README
%doc %{_texmfdistdir}/doc/latex/pas-tableur/README.TEXLIVE

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.04-3
+ Revision: 1f1c617
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20957 |14mr|texlive-patch-20120113-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25271
# category Package
# catalog-ctan /macros/generic/misc/patch.doc
# catalog-date 2012-01-13 11:54:55 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-patch
Version:	20120113
Release:	2
Summary:	Patch loaded packages, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/misc/patch.doc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/patch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/patch.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The package defines macros that allow patching of existing
commands, specifying those parts of the existing macro to be
replaced, along with the replacements. Thus it provides more
sophisticated manipulation than a package like patchcmd, which
only permits modification by adding commands at the beginning
or end of an existing definition. The package is distributed in
a relative of LaTeX doc format: it will run unmodified, though
it benefits from docstrip treatment.

#-----------------------------------------------------------------------
%files
#- source
%doc %{_texmfdistdir}/source/generic/patch/patch.doc

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120113-2
+ Revision: 076a8e4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20958 |14mr|texlive-patchcmd-1.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/patchcmd
# catalog-date 2007-01-12 20:52:49 +0100
# catalog-license pd
# catalog-version 1.03
Name:		texlive-patchcmd
Version:	1.03
Release:	3
Summary:	Change the definition of an existing command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/patchcmd
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/patchcmd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/patchcmd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/patchcmd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The patchcmd package provides a command \patchcommand that can
be used to add material at the beginning and/or the end of the
replacement text of an existing macro. It works for macros with
any number of normal arguments, including those that were
defined with \DeclareRobustCommand.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/patchcmd/patchcmd.sty
%doc %{_texmfdistdir}/doc/latex/patchcmd/patchcmd.pdf
#- source
%doc %{_texmfdistdir}/source/latex/patchcmd/patchcmd.dtx
%doc %{_texmfdistdir}/source/latex/patchcmd/patchcmd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.03-3
+ Revision: 0e0b67d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20959 |14mr|texlive-patgen-2.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /obsolete/systems/knuth/unsupported/texware/patgen.web
# catalog-date 2012-06-09 20:15:34 +0200
# catalog-license knuth
# catalog-version 2.3
Name:		texlive-patgen
Epoch:		1
Version:	2.3
Release:	7
Summary:	Generate hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/obsolete/systems/knuth/unsupported/texware/patgen.web
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/patgen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/patgen.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-kpathsea
Requires:	texlive-patgen.bin

%description
This is the last version of the program distributed by Knuth;
it advertises itself as a pattern generator for "the algorithm
used in TeX", but, of course, the patterns used in modern
distributions are Unicode-based.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/patgen.1*
%doc %{_texmfdistdir}/doc/man/man1/patgen.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.3-7
+ Revision: fe74c8b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20960 |14mr|texlive-patgen2-tutorial-20091224-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16490
# category Package
# catalog-ctan /info/patgen2
# catalog-date 2009-12-24 15:14:53 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-patgen2-tutorial
Version:	20091224
Release:	3
Summary:	A tutorial on the use of Patgen 2
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/patgen2
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/patgen2-tutorial.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/patgen2-tutorial.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This document describes the use of Patgen 2 to create
hyphenation patterns for wide ranges of languages.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/support/patgen2-tutorial/patgen2.pdf
%doc %{_texmfdistdir}/doc/support/patgen2-tutorial/patgen2.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091224-3
+ Revision: ba1efb6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20961 |14mr|texlive-path-3.05-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22045
# category Package
# catalog-ctan /macros/generic/path
# catalog-date 2011-04-07 22:08:26 +0200
# catalog-license other-free
# catalog-version 3.05
Name:		texlive-path
Version:	3.05
Release:	4
Summary:	Typeset paths, making them breakable
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/path
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/path.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/path.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a macro \path|...|, similar to the LaTeX \verb|...|,
that sets the text in typewriter font and allows hyphen-less
breaks at punctuation characters. The set of characters to be
regarded as punctuation may be changed from the package's
default.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/path/path.sty
%doc %{_texmfdistdir}/doc/generic/path/path-doc.pdf
%doc %{_texmfdistdir}/doc/generic/path/path-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.05-4
+ Revision: 3793b37
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20962 |14mr|texlive-pauldoc-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16005
# category Package
# catalog-ctan /macros/latex/contrib/pauldoc
# catalog-date 2009-11-10 13:46:41 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-pauldoc
Version:	0.5
Release:	3
Summary:	German LaTeX package documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pauldoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pauldoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pauldoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pauldoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pauldoc package provides helpers for German language
package documentation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pauldoc/pauldoc.sty
%doc %{_texmfdistdir}/doc/latex/pauldoc/README
%doc %{_texmfdistdir}/doc/latex/pauldoc/pauldoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pauldoc/pauldoc.dtx
%doc %{_texmfdistdir}/source/latex/pauldoc/pauldoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: fc71aee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20963 |14mr|texlive-pawpict-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21629
# category Package
# catalog-ctan /macros/latex/contrib/pawpict
# catalog-date 2007-01-12 20:52:49 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-pawpict
Version:	1.0
Release:	3
Summary:	Using graphics from PAW
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pawpict
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pawpict.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pawpict.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pawpict.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Support for the easy inclusion of graphics made by PAW (Physics
Analysis Workstation). You need to have PAW installed on your
system to benefit from this package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pawpict/pawpict.sty
%doc %{_texmfdistdir}/doc/latex/pawpict/README
#- source
%doc %{_texmfdistdir}/source/latex/pawpict/pawpict.dtx
%doc %{_texmfdistdir}/source/latex/pawpict/pawpict.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: ea1760b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20964 |14mr|texlive-pax-v0.1k-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26112
# category Package
# catalog-ctan /macros/latex/contrib/pax/pax-tds.zip
# catalog-date 2012-04-18 16:26:37 +0200
# catalog-license other-free
# catalog-version v0.1k
Name:		texlive-pax
Version:	v0.1k
Release:	4
Summary:	Extract and reinsert PDF annotations with pdfTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pax/pax-tds.zip
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pax.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pax.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pax.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pax.bin = %{EVRD}

%description
If PDF files are included using pdfTeX, PDF annotations are
stripped. The pax project offers a solution without altering
pdfTeX. A Java program (pax.jar) parses the PDF file that will
later be included. The program then writes the data of the
annotations into a file that can be read by TeX. The LaTeX
package pax extends the graphics package to support the scheme:
if a PDF file is included, the package looks for the file with
the annotation data, reads them and puts the annotations in the
right place. Project status: experimental.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/pdfannotextractor
%{_javadir}/pax.jar
%{_texmfdistdir}/scripts/pax/pax.jar
%{_texmfdistdir}/scripts/pax/pdfannotextractor.pl
%{_texmfdistdir}/tex/latex/pax/pax.sty
%doc %{_texmfdistdir}/doc/latex/pax/README
#- source
%doc %{_texmfdistdir}/source/latex/pax/build.xml
%doc %{_texmfdistdir}/source/latex/pax/license/LaTeX/lppl.txt
%doc %{_texmfdistdir}/source/latex/pax/license/PDFAnnotExtractor/gpl.txt
%doc %{_texmfdistdir}/source/latex/pax/src/Constants.java
%doc %{_texmfdistdir}/source/latex/pax/src/Entry.java
%doc %{_texmfdistdir}/source/latex/pax/src/EntryWriteException.java
%doc %{_texmfdistdir}/source/latex/pax/src/MANIFEST.MF
%doc %{_texmfdistdir}/source/latex/pax/src/PDFAnnotExtractor.java
%doc %{_texmfdistdir}/source/latex/pax/src/StringVisitor.java

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pax/pdfannotextractor.pl pdfannotextractor
popd
mkdir -p %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
    ln -sf %{_texmfdistdir}/scripts/pax/pax.jar pax.jar
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.1k-4
+ Revision: c3a732b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20965 |14mr|texlive-pb-diagram-5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pb-diagram
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version 5.0
Name:		texlive-pb-diagram
Version:	5.0
Release:	3
Summary:	A commutative diagram package using LAMSTeX or Xy-pic fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pb-diagram
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pb-diagram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pb-diagram.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pb-diagram package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pb-diagram/lamsarrow.sty
%{_texmfdistdir}/tex/latex/pb-diagram/pb-diagram.sty
%{_texmfdistdir}/tex/latex/pb-diagram/pb-lams.sty
%{_texmfdistdir}/tex/latex/pb-diagram/pb-xy.sty
%doc %{_texmfdistdir}/doc/latex/pb-diagram/COPYING
%doc %{_texmfdistdir}/doc/latex/pb-diagram/README
%doc %{_texmfdistdir}/doc/latex/pb-diagram/pb-examples.tex
%doc %{_texmfdistdir}/doc/latex/pb-diagram/pb-manual.pdf
%doc %{_texmfdistdir}/doc/latex/pb-diagram/pb-manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.0-3
+ Revision: acb9cd2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20966 |14mr|texlive-pbox-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24807
# category Package
# catalog-ctan /macros/latex/contrib/pbox
# catalog-date 2011-12-08 01:39:40 +0100
# catalog-license gpl2
# catalog-version 1.2
Name:		texlive-pbox
Version:	1.2
Release:	3
Summary:	A variable-width \parbox command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pbox
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a command \pbox{<max width>}{<text>} which adjusts its
width to that of the enclosed text, up to the maximum width
given. The package also defines some associated length
commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pbox/pbox.sty
%doc %{_texmfdistdir}/doc/latex/pbox/AUTHORS
%doc %{_texmfdistdir}/doc/latex/pbox/COPYING
%doc %{_texmfdistdir}/doc/latex/pbox/ChangeLog
%doc %{_texmfdistdir}/doc/latex/pbox/INSTALL
%doc %{_texmfdistdir}/doc/latex/pbox/Makefile
%doc %{_texmfdistdir}/doc/latex/pbox/README
%doc %{_texmfdistdir}/doc/latex/pbox/pbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pbox/pbox.drv
%doc %{_texmfdistdir}/source/latex/pbox/pbox.dtx
%doc %{_texmfdistdir}/source/latex/pbox/pbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 776877c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20967 |14mr|texlive-pbsheet-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24830
# category Package
# catalog-ctan /macros/latex/contrib/pbsheet
# catalog-date 2007-01-12 23:55:10 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-pbsheet
Version:	0.1
Release:	4
Summary:	Problem sheet class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pbsheet
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pbsheet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pbsheet.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pbsheet.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
This class is designed to simplify the typesetting of problem
sheets with Mathematics and Computer Science content. It is
currently customised towards teaching in French (and the
examples are in French).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pbsheet/pbsheet.cls
%doc %{_texmfdistdir}/doc/latex/pbsheet/LPPL
%doc %{_texmfdistdir}/doc/latex/pbsheet/README
%doc %{_texmfdistdir}/doc/latex/pbsheet/pbsheet.pdf
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/GNUmakefile
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/img/simbin.eps
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/img/simbin.pdf
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/pbsheet.cls
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/pgm/probadis.m
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/pgm/rdiscr.m
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/pgm/rint.m
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/pgm/simbin.m
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.bib
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.dvi
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.pdf
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.ps
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.tex
#- source
%doc %{_texmfdistdir}/source/latex/pbsheet/pbsheet.dtx
%doc %{_texmfdistdir}/source/latex/pbsheet/pbsheet.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-4
+ Revision: f6af65a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20968 |14mr|texlive-pdf14-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17583
# category Package
# catalog-ctan /macros/latex/contrib/pdf14
# catalog-date 2010-03-31 12:36:09 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-pdf14
Version:	0.1
Release:	3
Summary:	Restore PDF 1.4 to a TeX live 2010 format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdf14
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf14.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf14.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf14.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Starting with TeX Live 2010, the various formats that directly
generate PDF will default to generating PDF 1.5. This is
generally a good thing, but it can lead to compatibility issues
with some older PDF viewers. This package changes the version
of PDF generated with formats (based on pdfTeX or LuaTeX in PDF
mode), back to 1.4 for documents that need to achieve maximal
compatibility with old viewers.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdf14/pdf14.sty
%doc %{_texmfdistdir}/doc/latex/pdf14/README
%doc %{_texmfdistdir}/doc/latex/pdf14/pdf14.pdf
%doc %{_texmfdistdir}/doc/latex/pdf14/test-pdf14.tex
#- source
%doc %{_texmfdistdir}/source/latex/pdf14/Makefile
%doc %{_texmfdistdir}/source/latex/pdf14/pdf14.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: d6888c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20969 |14mr|texlive-pdfcomment-v2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25643
# category Package
# catalog-ctan /macros/latex/contrib/pdfcomment
# catalog-date 2012-03-14 10:19:48 +0100
# catalog-license lppl1.3
# catalog-version v2.3
Name:		texlive-pdfcomment
Version:	v2.3
Release:	2
Summary:	A user-friendly interface to pdf annotations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfcomment
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcomment.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcomment.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
For a long time pdfLaTeX has offered the command \pdfannot for
inserting arbitrary PDF annotations. However, the command is
presented in a form where additional knowledge of the
definition of the PDF format is indispensable. This package is
an answer to the - occasional - questions in newsgroups, about
how one could use the comment function of Adobe Reader. At
least for the writer of LaTeX code, the package offers a
convenient and user-friendly means of using \pdfannot to
provide comments in PDF files. Since version v1.1,
pdfcomment.sty also supports LaTeX - dvips - ps2pdf, LaTeX -
dvipdfmx, and XeLaTeX. Unfortunately, support of PDF
annotations by PDF viewers is sparse to nonexistent. The
reference viewer for the development of this package is Adobe
Reader.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfcomment/pdfcomment.sty
%doc %{_texmfdistdir}/doc/latex/pdfcomment/CHANGES
%doc %{_texmfdistdir}/doc/latex/pdfcomment/INSTALL
%doc %{_texmfdistdir}/doc/latex/pdfcomment/README
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example.pdf
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example.tex
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_latex_dvipdfmx.pdf
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_latex_dvipdfmx.tex
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_latex_dvips_ps2pdf.pdf
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_latex_dvips_ps2pdf.tex
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_math_markup.pdf
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_math_markup.tex
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_xelatex.pdf
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_xelatex.tex
%doc %{_texmfdistdir}/doc/latex/pdfcomment/manifest.txt
%doc %{_texmfdistdir}/doc/latex/pdfcomment/pdfcomment.pdf
%doc %{_texmfdistdir}/doc/latex/pdfcomment/pdfcomment.tex
%doc %{_texmfdistdir}/doc/latex/pdfcomment/pdfcomment_de.pdf
%doc %{_texmfdistdir}/doc/latex/pdfcomment/pdfcomment_de.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v2.3-2
+ Revision: 7763782
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20970 |14mr|texlive-pdfcprot-1.7a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18735
# category Package
# catalog-ctan /macros/latex/contrib/pdfcprot
# catalog-date 2006-12-18 23:50:36 +0100
# catalog-license lppl
# catalog-version 1.7a
Name:		texlive-pdfcprot
Version:	1.7a
Release:	3
Summary:	Activating and setting of character protruding using pdflatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfcprot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcprot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcprot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcprot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides an easy interface to adjust the character
protrusion for different fonts and choosing the right
adjustment automatically depending on the font.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfcprot/pdfcprot.sty
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnOT1.cpa
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnOT2.cpa
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnT1.cpa
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnT2A.cpa
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnTS1.cpa
%doc %{_texmfdistdir}/doc/latex/pdfcprot/00CONTEN
%doc %{_texmfdistdir}/doc/latex/pdfcprot/00README
%doc %{_texmfdistdir}/doc/latex/pdfcprot/INSTALL.txt
%doc %{_texmfdistdir}/doc/latex/pdfcprot/LEGAL.txt
%doc %{_texmfdistdir}/doc/latex/pdfcprot/Makefile.unx
%doc %{_texmfdistdir}/doc/latex/pdfcprot/README.txt
%doc %{_texmfdistdir}/doc/latex/pdfcprot/TODO
%doc %{_texmfdistdir}/doc/latex/pdfcprot/pdfcprot.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pdfcprot/pdfcprot.dtx
%doc %{_texmfdistdir}/source/latex/pdfcprot/pdfcprot.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7a-3
+ Revision: 78668b9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20971 |14mr|texlive-pdfcrop-1.34-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/pdfcrop/pdfcrop.pl
# catalog-date 2012-04-18 16:26:37 +0200
# catalog-license lppl
# catalog-version 1.34
Name:		texlive-pdfcrop
Version:	1.34
Release:	3
Summary:	Crop PDF graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/pdfcrop/pdfcrop.pl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcrop.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcrop.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pdfcrop.bin = %{EVRD}

%description
A Perl script that can either trim pages of any whitespace
border, or trim them of a fixed border.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/pdfcrop
%{_bindir}/rpdfcrop
%{_texmfdistdir}/scripts/pdfcrop/pdfcrop.pl
%doc %{_texmfdistdir}/doc/support/pdfcrop/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pdfcrop/pdfcrop.pl pdfcrop
    ln -sf pdfcrop rpdfcrop
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.34-3
+ Revision: 3fc9dbc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20972 |14mr|texlive-pdf-forms-tutorial-de-0.9.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/pdf-forms-tutorial
# catalog-date 2008-02-07 19:18:28 +0100
# catalog-license fdl
# catalog-version 0.9.5
Name:		texlive-pdf-forms-tutorial-de
Version:	0.9.5
Release:	3
Summary:	Tutorial on creating PDF forms using pdfLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/pdf-forms-tutorial
License:	FDL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf-forms-tutorial-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf-forms-tutorial-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This package contains a tutorial and examples showing how to
create PDF forms using pdfLaTeX with the hyperref and insdljs
packages.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/README
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0001.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0002.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0003.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0004.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0005.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0006.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0007.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0008.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0009.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0010.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0011.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0012.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0013.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0101.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0201.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0202.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/examples/ex0301.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/fdl.txt
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/Makefile
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/bib.bib
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0001.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0002.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0003.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0004.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0005.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0006.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0007.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0008.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0009.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0010.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0011.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0012.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0013.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0014.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0015.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0016.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0017.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0018.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0019.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0020.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0021.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0022.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/fde0023.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms-src/forms.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-de/forms.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.5-3
+ Revision: 11a5ce3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20973 |14mr|texlive-pdf-forms-tutorial-en-0.9.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/pdf-forms-tutorial
# catalog-date 2008-02-07 19:18:28 +0100
# catalog-license fdl
# catalog-version 0.9.5
Name:		texlive-pdf-forms-tutorial-en
Version:	0.9.5
Release:	3
Summary:	Tutorial on creating PDF forms using pdfLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/pdf-forms-tutorial
License:	FDL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf-forms-tutorial-en.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf-forms-tutorial-en.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This package contains a tutorial and examples showing how to
create PDF forms using pdfLaTeX with the hyperref and insdljs
packages.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/README
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0001.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0002.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0003.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0004.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0005.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0006.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0007.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0008.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0009.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0010.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0011.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0012.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0013.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0101.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0201.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0202.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/ex0301.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/examples/xxx
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/fdl.txt
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/Makefile
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/bib.bib
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0001.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0002.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0003.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0004.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0005.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0006.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0007.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0008.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0009.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0010.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0011.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0012.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0013.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0014.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0015.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0016.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0017.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0018.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0019.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0020.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0021.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0022.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fde0023.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/fdl.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms-src/forms.tex
%doc %{_texmfdistdir}/doc/latex/pdf-forms-tutorial-en/forms.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.5-3
+ Revision: 0b36437
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20974 |14mr|texlive-pdfjam-2.02-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29752
# category Package
# catalog-ctan /support/pdfjam
# catalog-date 2012-06-17 01:47:14 +0200
# catalog-license gpl2
# catalog-version 2.02
Name:		texlive-pdfjam
Version:	2.02
Release:	9
Summary:	Shell scripts interfacing to pdfpages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/pdfjam
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfjam.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfjam.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pdfjam.bin = %{EVRD}
%rename pdfjam

%description
This is a collection of shell scripts which provide an
interface to the pdfpages LaTeX package. They do such jobs as
selecting pages, concatenating files, doing n-up formatting,
and so on.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/pdf180
%{_bindir}/pdf270
%{_bindir}/pdf90
%{_bindir}/pdfbook
%{_bindir}/pdfflip
%{_bindir}/pdfjam
%{_bindir}/pdfjam-pocketmod
%{_bindir}/pdfjam-slides3up
%{_bindir}/pdfjam-slides6up
%{_bindir}/pdfjoin
%{_bindir}/pdfnup
%{_bindir}/pdfpun
%{_texmfdistdir}/scripts/pdfjam/pdf180
%{_texmfdistdir}/scripts/pdfjam/pdf270
%{_texmfdistdir}/scripts/pdfjam/pdf90
%{_texmfdistdir}/scripts/pdfjam/pdfbook
%{_texmfdistdir}/scripts/pdfjam/pdfflip
%{_texmfdistdir}/scripts/pdfjam/pdfjam
%{_texmfdistdir}/scripts/pdfjam/pdfjam-pocketmod
%{_texmfdistdir}/scripts/pdfjam/pdfjam-slides3up
%{_texmfdistdir}/scripts/pdfjam/pdfjam-slides6up
%{_texmfdistdir}/scripts/pdfjam/pdfjoin
%{_texmfdistdir}/scripts/pdfjam/pdfnup
%{_texmfdistdir}/scripts/pdfjam/pdfpun
%doc %{_mandir}/man1/pdf180.1*
%doc %{_texmfdistdir}/doc/man/man1/pdf180.man1.pdf
%doc %{_mandir}/man1/pdf270.1*
%doc %{_texmfdistdir}/doc/man/man1/pdf270.man1.pdf
%doc %{_mandir}/man1/pdf90.1*
%doc %{_texmfdistdir}/doc/man/man1/pdf90.man1.pdf
%doc %{_mandir}/man1/pdfbook.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfbook.man1.pdf
%doc %{_mandir}/man1/pdfflip.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfflip.man1.pdf
%doc %{_mandir}/man1/pdfjam-pocketmod.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfjam-pocketmod.man1.pdf
%doc %{_mandir}/man1/pdfjam-slides3up.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfjam-slides3up.man1.pdf
%doc %{_mandir}/man1/pdfjam-slides6up.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfjam-slides6up.man1.pdf
%doc %{_mandir}/man1/pdfjam.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfjam.man1.pdf
%doc %{_mandir}/man1/pdfjoin.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfjoin.man1.pdf
%doc %{_mandir}/man1/pdfnup.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfnup.man1.pdf
%doc %{_mandir}/man1/pdfpun.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfpun.man1.pdf
%doc %{_texmfdistdir}/doc/support/pdfjam/COPYING
%doc %{_texmfdistdir}/doc/support/pdfjam/PDFjam-README.html
%doc %{_texmfdistdir}/doc/support/pdfjam/VERSION
%doc %{_texmfdistdir}/doc/support/pdfjam/pdfdroplets.png
%doc %{_texmfdistdir}/doc/support/pdfjam/pdfjam.conf
%doc %{_texmfdistdir}/doc/support/pdfjam/tests.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdf180 pdf180
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdf270 pdf270
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdf90 pdf90
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfbook pdfbook
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfflip pdfflip
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfjam pdfjam
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfjam-pocketmod pdfjam-pocketmod
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfjam-slides3up pdfjam-slides3up
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfjam-slides6up pdfjam-slides6up
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfjoin pdfjoin
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfnup pdfnup
    ln -sf %{_texmfdistdir}/scripts/pdfjam/pdfpun pdfpun
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.02-9
+ Revision: 7046556
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20975 |14mr|texlive-pdfmarginpar-0.92-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23492
# category Package
# catalog-ctan /macros/latex/contrib/pdfmarginpar
# catalog-date 2011-08-10 11:12:20 +0200
# catalog-license gpl
# catalog-version 0.92
Name:		texlive-pdfmarginpar
Version:	0.92
Release:	3
Summary:	Generate marginpar-equivalent PDF annotations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfmarginpar
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfmarginpar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfmarginpar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the \pdfmarginpar command which is similar
in spirit to \marginpar. However, it creates PDF annotations
which may be viewed with Adobe Reader in place of marginal
texts. Small icons indicate the in-text position where the
message originates, popups provide the messages themselves.
Thus bugfixes and other such communications are clearly visible
together when viewing the document, while the document itself
is not obscured.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfmarginpar/pdfmarginpar.sty
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/README
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginpar.pdf
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginpar.tex
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginparexample.pdf
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginparexample.png
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginparexample.tex
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/pgfmanual-en-macros.tex
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/pgfplots-macros.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.92-3
+ Revision: 0ede6e3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20976 |14mr|texlive-pdfpages-0.4v-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31518
# category Package
# catalog-ctan /macros/latex/contrib/pdfpages
# catalog-date 2013-08-25 17:45:16 +0200
# catalog-license lppl
# catalog-version 0.4v
Name:		texlive-pdfpages
Version:	0.4v
Release:	6
Summary:	Include PDF documents in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpages.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpages.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpages.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-eso-pic

%description
This package simplifies the inclusion of external multi-page
PDF documents in LaTeX documents. Pages may be freely selected
and similar to psnup it is possible to put several logical
pages onto each sheet of paper. Furthermore a lot of hypertext
features like hyperlinks and article threads are provided. The
package supports pdfTeX (pdflatex) and VTeX. With VTeX it is
even possible to use this package to insert PostScript files,
in addition to PDF files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfpages/pdfpages.sty
%{_texmfdistdir}/tex/latex/pdfpages/ppdvipdfm.def
%{_texmfdistdir}/tex/latex/pdfpages/ppdvips.def
%{_texmfdistdir}/tex/latex/pdfpages/ppnull.def
%{_texmfdistdir}/tex/latex/pdfpages/pppdftex.def
%{_texmfdistdir}/tex/latex/pdfpages/ppvtex.def
%{_texmfdistdir}/tex/latex/pdfpages/ppxetex.def
%doc %{_texmfdistdir}/doc/latex/pdfpages/dummy-l.pdf
%doc %{_texmfdistdir}/doc/latex/pdfpages/dummy.pdf
%doc %{_texmfdistdir}/doc/latex/pdfpages/pdf-ex.tex
%doc %{_texmfdistdir}/doc/latex/pdfpages/pdf-hyp.tex
%doc %{_texmfdistdir}/doc/latex/pdfpages/pdf-toc.tex
%doc %{_texmfdistdir}/doc/latex/pdfpages/pdfpages.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pdfpages/README
%doc %{_texmfdistdir}/source/latex/pdfpages/pdfpages.dtx
%doc %{_texmfdistdir}/source/latex/pdfpages/pdfpages.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4v-6
+ Revision: b81dacf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20977 |14mr|texlive-pdfscreen-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16987
# category Package
# catalog-ctan /macros/latex/contrib/pdfscreen
# catalog-date 2006-12-05 17:23:05 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-pdfscreen
Version:	1.5
Release:	3
Summary:	Support screen-based document design
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfscreen
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfscreen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfscreen.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An extension of the hyperref package to provide a screen-based
document design. This package helps to generate pdf documents
that are readable on screen and will fit the screen's aspect
ratio. Also it can be used with various options to produce
regular print versions of the same document without any extra
effort.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfscreen/but.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/button.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/left.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay0.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay1.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay10.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay2.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay3.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay4.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay5.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay6.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay7.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay8.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay9.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/pdfscreen.sty
%{_texmfdistdir}/tex/latex/pdfscreen/right.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/logo.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/manual-print.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/manual-screen.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/manual.tex
%doc %{_texmfdistdir}/doc/latex/pdfscreen/nopanel.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/pdfscreen.cfg.specimen
%doc %{_texmfdistdir}/doc/latex/pdfscreen/portrait.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/print.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/slide.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/slide.tex
%doc %{_texmfdistdir}/doc/latex/pdfscreen/square.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/tex.png
%doc %{_texmfdistdir}/doc/latex/pdfscreen/widepanel.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: d2f528c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20978 |14mr|texlive-pdfslide-20061205-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pdfslide
# catalog-date 2006-12-05 23:27:16 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-pdfslide
Version:	20061205
Release:	3
Summary:	Presentation slides using pdftex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfslide
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfslide.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfslide.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a package for use with pdftex, to make nice
presentation slides. Its aims are: to devise a method for
easier technical presentation; to help the mix of mathematical
formulae with text and graphics which the present day wysiwyg
tools fail to accomplish; to exploit the platform independence
of TeX so that presentation documents become portable; and to
offer the freedom and possibilities of using various
backgrounds and other embellishments that a user can imagine to
have in as presentation. The package can make use of the
facilities of the PPower4 post-processor.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfslide/bg.jpg
%{_texmfdistdir}/tex/latex/pdfslide/d12.jpg
%{_texmfdistdir}/tex/latex/pdfslide/metablue.pdf
%{_texmfdistdir}/tex/latex/pdfslide/metagray.pdf
%{_texmfdistdir}/tex/latex/pdfslide/metagreen.pdf
%{_texmfdistdir}/tex/latex/pdfslide/metalgray.pdf
%{_texmfdistdir}/tex/latex/pdfslide/pdfslide.cfg
%{_texmfdistdir}/tex/latex/pdfslide/pdfslide.sty
%{_texmfdistdir}/tex/latex/pdfslide/slide.clo
%doc %{_texmfdistdir}/doc/latex/pdfslide/demo.pdf
%doc %{_texmfdistdir}/doc/latex/pdfslide/manual.tex
%doc %{_texmfdistdir}/doc/latex/pdfslide/meta.mp
%doc %{_texmfdistdir}/doc/latex/pdfslide/mpgraph.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061205-3
+ Revision: 8ff3425
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20979 |14mr|texlive-pdfsync-20101108-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20373
# category Package
# catalog-ctan /macros/latex/contrib/pdfsync
# catalog-date 2010-11-08 21:04:31 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-pdfsync
Version:	20101108
Release:	3
Summary:	Provide links between source and PDF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfsync
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfsync.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfsync.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package runs with pdfTeX or XeTeX, and creates an auxiliary
file with geometrical information to permit references back and
forth between source and PDF, assuming a conforming editor and
PDF viewer.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfsync/pdfsync.sty
%doc %{_texmfdistdir}/doc/latex/pdfsync/README
%doc %{_texmfdistdir}/doc/latex/pdfsync/pdfsync-doc.pdf
%doc %{_texmfdistdir}/doc/latex/pdfsync/pdfsync-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101108-3
+ Revision: 2b8dfba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20980 |14mr|texlive-pdftex-1.40.11-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32132
# category TLCore
# catalog-ctan /systems/pdftex
# catalog-date 2011-11-09 15:33:34 +0100
# catalog-license gpl
# catalog-version 1.40.11
Name:		texlive-pdftex
Version:	1.40.11
Release:	21
Summary:	A TeX extension for direct creation of PDF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/pdftex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-pdftex.bin

%description
An extension of TeX which can be configured to directly
generate PDF documents instead of DVI. All current free TeX
distributionsm including TeX live, MacTeX and MiKTeX include
pdfTeX (Plain TeX) and pdfLaTeX (LaTeX). ConTeXt was designed
around use of pdfTeX (though it is now migrating towards
LuaTeX).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	rm -fr %{_texmfvardir}/fonts/map/pdftex
	rm -fr %{_texmfvardir}/web2c/pdftex
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/pdftex/updmap/pdftex.map
%{_texmfdistdir}/fonts/map/pdftex/updmap/pdftex_dl14.map
%{_texmfdistdir}/fonts/map/pdftex/updmap/pdftex_ndl14.map
%{_texmfdistdir}/scripts/simpdftex/simpdftex
%{_texmfdistdir}/tex/generic/config/pdftex-dvi.tex
%{_texmfdistdir}/tex/generic/config/pdftexconfig.tex
%{_texmfdistdir}/tex/generic/pdftex/glyphtounicode.tex
%_texmf_fmtutil_d/pdftex
%doc %{_mandir}/man1/pdfetex.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfetex.man1.pdf
%doc %{_mandir}/man1/pdftex.1*
%doc %{_texmfdistdir}/doc/man/man1/pdftex.man1.pdf
%doc %{_texmfdistdir}/doc/pdftex/Announcement-1.40.2
%doc %{_texmfdistdir}/doc/pdftex/NEWS
%doc %{_texmfdistdir}/doc/pdftex/README
%doc %{_texmfdistdir}/doc/pdftex/manual/ChangeLog
%doc %{_texmfdistdir}/doc/pdftex/manual/Makefile
%doc %{_texmfdistdir}/doc/pdftex/manual/README
%doc %{_texmfdistdir}/doc/pdftex/manual/makefiles.cmd
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-a.pdf
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-i.tex
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-l.pdf
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-s.pdf
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-syntax.txt
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-t.tex
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-t.txt
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-w.tex
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/cmr10.103
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/obj.dat
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/pdfcolor.tex
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/pic.eps
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/pic.jpg
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/pic.mps
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/pic.pdf
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/pic.png
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/pic16.png
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/rgb.icc
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/samplepdf.0
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/samplepdf.1
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/samplepdf.tex
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/supp-mis.tex
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/supp-pdf.tex
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/tmp.pdf
%doc %{_texmfdistdir}/doc/pdftex/manual/syntaxform.awk
%doc %{_texmfdistdir}/doc/pdftex/pdftex-pdfkeys/Makefile
%doc %{_texmfdistdir}/doc/pdftex/pdftex-pdfkeys/fdl.tex
%doc %{_texmfdistdir}/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.bbl
%doc %{_texmfdistdir}/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.pdf
%doc %{_texmfdistdir}/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.tex
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/abbr.tex
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/efcode.tex
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/il2.etx
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/il2.mtx
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/il2protcode.tex
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/mktextfm
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/mktextfm.ext
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/mktfm8z
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/protcode.tex
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/ufntinst.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/pdftex <<EOF
#
# from pdftex:
pdftex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini
etex pdftex language.def -translate-file=cp227.tcx *etex.ini
pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.40.11-21
+ Revision: e594921
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20981 |14mr|texlive-pdftex-def-0.06d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22653
# category Package
# catalog-ctan /macros/latex/contrib/pdftex-def/pdftex.def
# catalog-date 2011-05-28 11:53:45 +0200
# catalog-license lppl1.3
# catalog-version 0.06d
Name:		texlive-pdftex-def
Version:	0.06d
Release:	3
Summary:	Colour and Graphics support for PDFTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdftex-def/pdftex.def
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftex-def.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The file pdftex.def provides device-specific definitions for
colour and graphics support when running pdf(La)TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdftex-def/pdftex.def

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.06d-3
+ Revision: 27d7592
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20982 |14mr|texlive-pdftools-0.83-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31660
# category TLCore
# catalog-ctan /support/xpdfopen
# catalog-date 2012-09-07 16:54:33 +0200
# catalog-license pd
# catalog-version 0.83
Name:		texlive-pdftools
Version:	0.83
Release:	8
Summary:	PDF-related utilities, including PostScript-to-PDF conversion
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/xpdfopen
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftools.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-pdftools.bin

%description
The command-line programs pdfopen and pdfclose allow you to
control the X Window System version of Adobe's Acrobat Reader
from the command line or from within a (shell) script. The
programs work with Acrobat Reader 5, 7, 8 and 9 for Linux, xpdf
and evince. This version derives from one written by Fabrice
Popineau for Microsoft operating systems.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/e2pall
%{_bindir}/pdfatfi
%{_bindir}/ps4pdf
%{_texmfdistdir}/scripts/texlive/e2pall.pl
%doc %{_mandir}/man1/e2pall.1*
%doc %{_texmfdistdir}/doc/man/man1/e2pall.man1.pdf
%doc %{_mandir}/man1/pdfclose.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfclose.man1.pdf
%doc %{_mandir}/man1/pdfopen.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfopen.man1.pdf
%doc %{_mandir}/man1/pdftosrc.1*
%doc %{_texmfdistdir}/doc/man/man1/pdftosrc.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texlive/e2pall.pl e2pall
    ln -sf %{_texmfdistdir}/scripts/oberdiek/pdfatfi.pl pdfatfi
    ln -sf %{_texmfdistdir}/scripts/pst-pdf/ps4pdf ps4pdf
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.83-8
+ Revision: 6aee142
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20983 |14mr|texlive-pdf-trans-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/pdf-trans
# catalog-date 2007-05-25 16:15:27 +0200
# catalog-license pd
# catalog-version 2.2
Name:		texlive-pdf-trans
Version:	2.2
Release:	3
Summary:	A set of macros for various transformations of TeX boxes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/pdf-trans
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf-trans.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf-trans.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
pdf-trans is a set of macros for various transformations of TeX
boxes (based on plain and pdfeTeX primitives). It was initially
inspired by trans.tex, remade to work with pdfTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pdf-trans/pdf-trans.tex
%doc %{_texmfdistdir}/doc/generic/pdf-trans/example.pdf
%doc %{_texmfdistdir}/doc/generic/pdf-trans/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-3
+ Revision: 8003e29
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20984 |14mr|texlive-pdftricks-1.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pdftricks
# catalog-date 2008-11-24 12:47:54 +0100
# catalog-license gpl
# catalog-version 1.16
Name:		texlive-pdftricks
Version:	1.16
Release:	3
Summary:	Support for pstricks in pdfTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdftricks
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftricks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftricks.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The PSTricks macros cannot be used (directly) with pdfTeX,
since pstricks uses PostScript arithmetic, which isn't part of
PDF. This package circumvents this limitation so that the
extensive facilities offered by the powerful PSTricks package
can be made use of in a pdfTeX document. This is done using the
shell escape function available in current TeX implementations.
The package may also be used in support of other 'PostScript-
output-only' packages, such as PSfrag. For alternatives, users
may care to review the discussion in the PSTricks online
documentation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdftricks/pdftricks.sty
%doc %{_texmfdistdir}/doc/latex/pdftricks/makefile
%doc %{_texmfdistdir}/doc/latex/pdftricks/manual.pdf
%doc %{_texmfdistdir}/doc/latex/pdftricks/pst2pdf
%doc %{_texmfdistdir}/doc/latex/pdftricks/test.pdf
%doc %{_texmfdistdir}/doc/latex/pdftricks/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.16-3
+ Revision: e19bb66
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20985 |14mr|texlive-pdfwin-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-pdfwin
Version:	20111103
Release:	3
Summary:	TeXLive pdfwin package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfwin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfwin.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pdfwin package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfwin/pdfwin.cfg
%{_texmfdistdir}/tex/latex/pdfwin/pdfwin.sty
%doc %{_texmfdistdir}/doc/latex/pdfwin/BucResampling.pdf
%doc %{_texmfdistdir}/doc/latex/pdfwin/BucSystem1.pdf
%doc %{_texmfdistdir}/doc/latex/pdfwin/BucSystem2.pdf
%doc %{_texmfdistdir}/doc/latex/pdfwin/BucSystem3.pdf
%doc %{_texmfdistdir}/doc/latex/pdfwin/BucSystem4.pdf
%doc %{_texmfdistdir}/doc/latex/pdfwin/BucSystem5.pdf
%doc %{_texmfdistdir}/doc/latex/pdfwin/BucSystem6.pdf
%doc %{_texmfdistdir}/doc/latex/pdfwin/Bucuresti2003.tex
%doc %{_texmfdistdir}/doc/latex/pdfwin/JWGU-Logo.png
%doc %{_texmfdistdir}/doc/latex/pdfwin/Thumbs.db
%doc %{_texmfdistdir}/doc/latex/pdfwin/marble.png
%doc %{_texmfdistdir}/doc/latex/pdfwin/normprot.tex
%doc %{_texmfdistdir}/doc/latex/pdfwin/shortvec.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: d40af03
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20986 |14mr|texlive-pdfx-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pdfx
# catalog-date 2009-05-04 11:07:03 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-pdfx
Version:	1.3
Release:	3
Summary:	PDF/X-1a and PDF/A-1b support for pdfTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package helps LaTeX users to create PDF/X-1a and PFD/A-1b
compliant pdf documents with pdfTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfx/glyphtounicode-cmr.tex
%{_texmfdistdir}/tex/latex/pdfx/pdfa-1b.xmp
%{_texmfdistdir}/tex/latex/pdfx/pdfx-1a.xmp
%{_texmfdistdir}/tex/latex/pdfx/pdfx.sty
%doc %{_texmfdistdir}/doc/latex/pdfx/README
%doc %{_texmfdistdir}/doc/latex/pdfx/manifest.txt
%doc %{_texmfdistdir}/doc/latex/pdfx/pdfx.pdf
%doc %{_texmfdistdir}/doc/latex/pdfx/small2e.pdf
%doc %{_texmfdistdir}/doc/latex/pdfx/small2e.tex
%doc %{_texmfdistdir}/doc/latex/pdfx/small2e.xmpdata
#- source
%doc %{_texmfdistdir}/source/latex/pdfx/Makefile
%doc %{_texmfdistdir}/source/latex/pdfx/pdfx.dtx
%doc %{_texmfdistdir}/source/latex/pdfx/pdfx.ins
%doc %{_texmfdistdir}/source/latex/pdfx/rvdtx.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: aefbc3f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20987 |14mr|texlive-pecha-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/tibetan/pecha
# catalog-date 2006-10-13 13:00:52 +0200
# catalog-license gpl
# catalog-version 0.1
Name:		texlive-pecha
Version:	0.1
Release:	3
Summary:	Print Tibetan text in the classic pecha layout style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/tibetan/pecha
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pecha.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pecha.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pecha class provides an environment for writing Tibetan on
LaTeX2e in the traditional Tibetan Pecha layout used for
spiritual or philosophical texts, using the cTib4TeX package by
Oliver Corff. It provides features like headers in different
languages, page numbering in Tibetan and more.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pecha/ctibmantra.sty
%{_texmfdistdir}/tex/latex/pecha/pecha.cls
%doc %{_texmfdistdir}/doc/latex/pecha/CHANGES
%doc %{_texmfdistdir}/doc/latex/pecha/COPYING
%doc %{_texmfdistdir}/doc/latex/pecha/README
%doc %{_texmfdistdir}/doc/latex/pecha/example.pdf
%doc %{_texmfdistdir}/doc/latex/pecha/example.tex
%doc %{_texmfdistdir}/doc/latex/pecha/pecha_docu.pdf
%doc %{_texmfdistdir}/doc/latex/pecha/pecha_docu.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 981e24f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20988 |14mr|texlive-pedigree-perl-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /graphics/pstricks/contrib/pedigree/pedigree-perl
# catalog-date 2012-04-14 20:51:11 +0200
# catalog-license gpl2
# catalog-version 1.0
Name:		texlive-pedigree-perl
Version:	1.0
Release:	3
Summary:	Generate TeX pedigree files from CSV files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pedigree/pedigree-perl
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pedigree-perl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pedigree-perl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pedigree-perl.bin = %{EVRD}

%description
This program generates TeX commands to typeset pedigrees --
either TeX fragments or full LaTeX files, to be processed by
the authors' pst-pdgr package. The program has support for
multilanguage pedigrees (at the present moment the English and
Russian languages are supported).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/pedigree
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/AbortionNode.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/Area.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/ChildlessNode.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/Language.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/MarriageNode.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/Node.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/Parser.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/PersonNode.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/TwinsNode.pm
%{_texmfdistdir}/scripts/pedigree-perl/pedigree.pl
%doc %{_texmfdistdir}/doc/support/pedigree-perl/LICENSE
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Makefile
%doc %{_texmfdistdir}/doc/support/pedigree-perl/NEWS
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/AbortionNode.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/Area.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/ChildlessNode.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/Language.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/Makefile
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/MarriageNode.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/Node.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/Parser.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/PersonNode.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/TwinsNode.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/README
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/Makefile
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/abortions.tex
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/english.tex
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/english1.tex
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/pedigree.bib
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/pedigree.pdf
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/pedigree.ps
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/pedigree.tex
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/russian.tex
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/abortions.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/badsort.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/childlessness.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/consanguinic.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/english.cfg
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/english.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/english1.cfg
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/english_short.cfg
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/pedigree.cfg
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/russian.cfg
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/russian.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/sort1.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/sort2.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/sort3.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/twins.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/pedigree.1

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pedigree-perl/pedigree.pl pedigree
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 0690655
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20989 |14mr|texlive-perception-20070224-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/perception
# catalog-date 2007-02-24 15:09:57 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-perception
Version:	20070224
Release:	3
Summary:	BibTeX style for the journal Perception
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/perception
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/perception.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/perception.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A product of custom-bib, provided simply to save others' time.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/perception/perception.bst
%doc %{_texmfdistdir}/doc/latex/perception/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070224-3
+ Revision: 821afd4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20990 |14mr|texlive-perfectcut-1.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32861
# category Package
# catalog-ctan /macros/latex/contrib/perfectcut
# catalog-date 2014-02-03 14:43:47 +0100
# catalog-license lppl1.3
# catalog-version 1.9
Name:		texlive-perfectcut
Version:	1.9
Release:	3
Summary:	Brackets whose size adjusts to the nesting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/perfectcut
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/perfectcut.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/perfectcut.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines the command \perfectcut#1#2 which displays
a bracket <#1||#2>. Its effect is to determine the size of the
bracket depending on the number of nested \perfectcut
(regardless of the contents). The command is intended for use:
In proof theory, for term notations of sequent calculus, In
computer science, for the modeling of abstract machines. The
package also offers a reimplementation of \big, \bigg, etc.,
into arbitrary-size variants.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/perfectcut/perfectcut.sty
%doc %{_texmfdistdir}/doc/latex/perfectcut/README
%doc %{_texmfdistdir}/doc/latex/perfectcut/perfectcut.pdf
%doc %{_texmfdistdir}/doc/latex/perfectcut/perfectcut.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9-3
+ Revision: 6f2ef9e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20991 |14mr|texlive-perltex-2.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29752
# category Package
# catalog-ctan /macros/latex/contrib/perltex
# catalog-date 2012-06-12 18:08:23 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-perltex
Version:	2.1
Release:	9
Summary:	Define LaTeX macros in terms of Perl code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/perltex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/perltex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/perltex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/perltex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-perltex.bin = %{EVRD}

%description
PerlTeX is a combination Perl script (perltex.pl) and LaTeX2e
package (perltex.sty) that, together, give the user the ability
to define LaTeX macros in terms of Perl code. Once defined, a
Perl macro becomes indistinguishable from any other LaTeX
macro. PerlTeX thereby combines LaTeX's typesetting power with
Perl's programmability. PerlTeX will make use of persistent
named pipes, and thereby run more efficiently, on operating
systems that offer them (mostly Unix-like systems). Also
provided is a switch to generate a PerlTeX-free, document-
specific, noperltex.sty that is useful when distributing a
document to places where PerlTeX is not available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/perltex
%{_texmfdistdir}/scripts/perltex/perltex.pl
%{_texmfdistdir}/tex/latex/perltex/perltex.sty
%doc %{_texmfdistdir}/doc/latex/perltex/README
%doc %{_texmfdistdir}/doc/latex/perltex/example.tex
%doc %{_texmfdistdir}/doc/latex/perltex/perltex.pdf
%doc %{_mandir}/man1/perltex.1*
%doc %{_texmfdistdir}/doc/man/man1/perltex.man1.pdf
#- source
%doc %{_texmfdistdir}/source/latex/perltex/perltex.dtx
%doc %{_texmfdistdir}/source/latex/perltex/perltex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/perltex/perltex.pl perltex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-9
+ Revision: 32d4ee2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20992 |14mr|texlive-permute-20070112-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/permute
# catalog-date 2007-01-12 23:55:10 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-permute
Version:	20070112
Release:	3
Summary:	Support for symmetric groups
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/permute
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/permute.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/permute.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/permute.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for symmetric groups, allowing you to input, output,
and calculate with them.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/permute/permute.sty
%doc %{_texmfdistdir}/doc/latex/permute/permute.pdf
#- source
%doc %{_texmfdistdir}/source/latex/permute/permute.dtx
%doc %{_texmfdistdir}/source/latex/permute/permute.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070112-3
+ Revision: eaa5ef3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20993 |14mr|texlive-persian-bib-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23267
# category Package
# catalog-ctan /biblio/bibtex/contrib/persian-bib
# catalog-date 2011-07-10 22:10:07 +0200
# catalog-license lppl
# catalog-version 0.6
Name:		texlive-persian-bib
Version:	0.6
Release:	3
Summary:	Persian translations of classic BibTeX styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/persian-bib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/persian-bib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/persian-bib.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Currently 7 files: acm-fa.bst, asa-fa.bst, chicago-fa.bst,
ieeetr-fa.bst, plain-fa.bst, plainnat-fa.bst and unsrt-fa.bst
are modified for Persian documents prepared with XePersian
(which the present package depends on). The Persian .bst files
can simultaneously handle both Latin and Persian references. A
file cp1256fa.csf is provided for correct sorting of Persian
references and three fields LANGUAGE, TRANSLATOR and AUTHORFA
are defined.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/persian-bib/acm-fa.bst
%{_texmfdistdir}/bibtex/bst/persian-bib/asa-fa.bst
%{_texmfdistdir}/bibtex/bst/persian-bib/chicago-fa.bst
%{_texmfdistdir}/bibtex/bst/persian-bib/ieeetr-fa.bst
%{_texmfdistdir}/bibtex/bst/persian-bib/plain-fa.bst
%{_texmfdistdir}/bibtex/bst/persian-bib/plainnat-fa.bst
%{_texmfdistdir}/bibtex/bst/persian-bib/unsrt-fa.bst
%{_texmfdistdir}/bibtex/csf/persian-bib/cp1256fa.csf
%doc %{_texmfdistdir}/doc/xelatex/persian-bib/MyReferences.bib
%doc %{_texmfdistdir}/doc/xelatex/persian-bib/Persian-bib-userguide.pdf
%doc %{_texmfdistdir}/doc/xelatex/persian-bib/Persian-bib-userguide.tex
%doc %{_texmfdistdir}/doc/xelatex/persian-bib/README
%doc %{_texmfdistdir}/doc/xelatex/persian-bib/bibtex-example.pdf
%doc %{_texmfdistdir}/doc/xelatex/persian-bib/bibtex-example.tex
%doc %{_texmfdistdir}/doc/xelatex/persian-bib/gen_pdf.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-3
+ Revision: 57a087c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20994 |14mr|texlive-persian-modern-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23959
# category Package
# catalog-ctan /fonts/persian-modern
# catalog-date 2011-09-14 17:59:09 +0200
# catalog-license ofl
# catalog-version 0.3
Name:		texlive-persian-modern
Version:	0.3
Release:	3
Summary:	The "Persian Modern" family of fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/persian-modern
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/persian-modern.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/persian-modern.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/persian-modern.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Persian Modern family consists of 12 fonts (based on the
"FarsiTeX Scientific fonts" released into the public domain by
the FarsiTeX project). The single set of fonts is available in
TrueType format (.ttf). Support may be available via the
ParsiLaTeX forum.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-bold.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-bolditalic.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-boldoblique.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-italic.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-italicoutline.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-italicshadow.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-oblique.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-obliqueoutline.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-obliqueshadow.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-outline.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-regular.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-shadow.ttf
%doc %{_texmfdistdir}/doc/fonts/persian-modern/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/persian-modern/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/persian-modern/README
#- source
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-bold.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-bolditalic.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-boldoblique.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-italic.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-italicoutline.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-italicshadow.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-oblique.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-obliqueoutline.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-obliqueshadow.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-outline.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-regular.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-shadow.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: e215597
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20995 |14mr|texlive-petiteannonce-1.0001-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25915
# category Package
# catalog-ctan /macros/latex/contrib/petiteannonce
# catalog-date 2012-04-11 15:11:02 +0200
# catalog-license lppl
# catalog-version 1.0001
Name:		texlive-petiteannonce
Version:	1.0001
Release:	2
Summary:	A class for small advertisements
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/petiteannonce
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/petiteannonce.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/petiteannonce.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class enables you to create the sort of adverts that you
pin on a noticeboard, with tear-off strips at the bottom where
you can place contact details.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/petiteannonce/petiteannonce.cls
%doc %{_texmfdistdir}/doc/latex/petiteannonce/baignoire.JPG
%doc %{_texmfdistdir}/doc/latex/petiteannonce/petiteannonce.doc.pdf
%doc %{_texmfdistdir}/doc/latex/petiteannonce/petiteannonce.doc.tex
%doc %{_texmfdistdir}/doc/latex/petiteannonce/petiteannonceexample.pdf
%doc %{_texmfdistdir}/doc/latex/petiteannonce/petiteannonceexample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0001-2
+ Revision: 51d1f58
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20996 |14mr|texlive-petri-nets-20070112-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24088
# category Package
# catalog-ctan /macros/generic/petri-nets
# catalog-date 2007-01-12 23:55:10 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-petri-nets
Version:	20070112
Release:	3
Summary:	A set TeX/LaTeX packages for drawing Petri nets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/petri-nets
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/petri-nets.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/petri-nets.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Petri-nets is a set of TeX/LaTeX packages about Petri nets and
related models. Three packages are available: - the first
allows the user to draw Petri-nets in PostScript documents; -
the second defines macros related to PBC, M-nets and B(PN)
models; and - the last gathers together the previous two.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/petri-nets/pndraw.sty
%{_texmfdistdir}/tex/generic/petri-nets/pndraw.tex
%{_texmfdistdir}/tex/generic/petri-nets/pnets.sty
%{_texmfdistdir}/tex/generic/petri-nets/pnets.tex
%{_texmfdistdir}/tex/generic/petri-nets/pntext.sty
%{_texmfdistdir}/tex/generic/petri-nets/pntext.tex
%{_texmfdistdir}/tex/generic/petri-nets/pnversion.tex
%doc %{_texmfdistdir}/doc/generic/petri-nets/COPYING
%doc %{_texmfdistdir}/doc/generic/petri-nets/ChangeLog
%doc %{_texmfdistdir}/doc/generic/petri-nets/README
%doc %{_texmfdistdir}/doc/generic/petri-nets/pn2pdf
%doc %{_texmfdistdir}/doc/generic/petri-nets/pndoc.pdf
%doc %{_texmfdistdir}/doc/generic/petri-nets/pndoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070112-3
+ Revision: 0070854
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20997 |14mr|texlive-pfarrei-r36-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31934
# category Package
# catalog-ctan /macros/latex/contrib/pfarrei
# catalog-date 2013-10-17 11:02:38 +0200
# catalog-license lppl1.3
# catalog-version r36
Name:		texlive-pfarrei
Version:	r36
Release:	6
Summary:	LaTeX support of pastors' and priests' work
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pfarrei
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pfarrei.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pfarrei.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pfarrei.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pfarrei.bin = %{EVRD}

%description
In "Die TeXnische Komodie" (issue 1/2013) Christian Justen
described his use of LaTeX in his work as priest (similar
requirements may be encountered in the work of pastors and
other ministers of religion). One point was to arrange A5 pages
onto A4 landscape paper, either side-by-side or as a booklet.
Justen made two bash scripts for this job; the package provides
one texlua script for both requirements. (Note that file
a5toa4.tlu should have execute permissions in any
installation.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/a5toa4
%{_bindir}/pfarrei
%{_texmfdistdir}/scripts/pfarrei/a5toa4.tlu
%{_texmfdistdir}/scripts/pfarrei/pfarrei.tlu
%{_texmfdistdir}/tex/latex/pfarrei/a5toa4.tex
%{_texmfdistdir}/tex/latex/pfarrei/pfarrei.sty
%doc %{_texmfdistdir}/doc/latex/pfarrei/pfarrei.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pfarrei/README
%doc %{_texmfdistdir}/source/latex/pfarrei/pfarrei.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pfarrei/a5toa4.tlu a5toa4
    ln -sf %{_texmfdistdir}/scripts/pfarrei/pfarrei.tlu pfarrei
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> r36-6
+ Revision: bb27932
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20998 |14mr|texlive-pgf-2.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22614
# category Package
# catalog-ctan /graphics/pgf/base
# catalog-date 2010-10-27 12:56:09 +0200
# catalog-license lppl1.3
# catalog-version 2.10
Name:		texlive-pgf
Version:	2.10
Release:	3
Summary:	Create PostScript and PDF graphics in TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/base
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-xkeyval

%description
PGF is a macro package for creating graphics. It is platform-
and format-independent and works together with the most
important TeX backend drivers, including pdftex and dvips. It
comes with a user-friendly syntax layer called TikZ. Its usage
is similar to pstricks and the standard picture environment.
PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt.
Unlike pstricks, it can produce either PostScript or PDF
output.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgf.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfbim.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfbla.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfbma.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfbpl.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfbpt.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfbsh.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfbsn.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfcor.tex
%{_texmfdistdir}/tex/context/third/pgf/frontendlayer/t-tikz.tex
%{_texmfdistdir}/tex/context/third/pgf/math/t-pgfmat.tex
%{_texmfdistdir}/tex/context/third/pgf/systemlayer/t-pgfsys.tex
%{_texmfdistdir}/tex/context/third/pgf/utilities/t-pgfcal.tex
%{_texmfdistdir}/tex/context/third/pgf/utilities/t-pgffor.tex
%{_texmfdistdir}/tex/context/third/pgf/utilities/t-pgfkey.tex
%{_texmfdistdir}/tex/context/third/pgf/utilities/t-pgfmod.tex
%{_texmfdistdir}/tex/context/third/pgf/utilities/t-pgfrcs.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcore.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/svg/svgpgf.cfg
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/svg/svgpgf.xmt
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/svg/svgtest.cfg
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/svg/svgtest.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/svg/svgtest.xml
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.IEC.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.CDH.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.IEC.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.US.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.3d.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.barcharts.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.formats.functions.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.polar.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.sparklines.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.basic.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzexternalshared.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary3d.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryautomata.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalendar.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarychains.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.footprints.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.fractals.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.markings.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathmorphing.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathreplacing.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.shapes.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.text.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryer.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadings.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfit.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfixedpointarithmetic.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfolding.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfpu.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryintersections.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarylindenmayersystems.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatrix.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindmap.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypetri.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplothandlers.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypositioning.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryscopes.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadings.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadows.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.IEC.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.US.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysnakes.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryspy.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysvg.path.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarythrough.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytrees.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryturtle.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.barcharts.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.formats.functions.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.polar.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.footprints.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.fractals.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.markings.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathmorphing.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathreplacing.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.shapes.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.text.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryarrows.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryfadings.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryfpu.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryintersections.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibrarylindenmayersystems.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryprofiler.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryshadings.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibrarysnakes.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibrarysvg.path.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.IEC.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.IEC.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.US.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/pgflibraryshapes.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmath.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathcalc.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfloat.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.base.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.random.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.round.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathparser.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathutil.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmoduledatavisualization.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmoduledecorations.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmodulematrix.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmoduleoo.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmoduleparser.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmoduleplot.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmodulesnakes.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmodulesorting.code.tex
%{_texmfdistdir}/tex/generic/pgf/rendering/pgfrenderpoints.code.tex
%{_texmfdistdir}/tex/generic/pgf/rendering/pgfrendertransform.code.tex
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgf.cfg
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-common-pdf-via-dvi.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-common-postscript.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-common-svg.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-dvi.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-dvipdfm.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-dvips.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-textures.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-vtex.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-xetex.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys.code.tex
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfcalendar.code.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfexternal.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfexternalwithdepth.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgffor.code.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfkeys.code.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfrcs.code.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfutil-common.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfutil-context.def
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfutil-latex.def
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfutil-plain.def
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgf.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfbaseimage.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfbaselayers.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfbasematrix.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfbasepatterns.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfbaseplot.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfbaseshapes.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfbasesnakes.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfcore.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgfarrows.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgfautomata.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgfheaps.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibraryarrows.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibraryautomata.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibraryplothandlers.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibraryplotmarks.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibraryshapes.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibrarysnakes.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibrarytikzbackgrounds.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgfnodes.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgfshade.sty
%{_texmfdistdir}/tex/latex/pgf/doc/pgfmanual.code.tex
%{_texmfdistdir}/tex/latex/pgf/doc/pgfmanual.pdflinks.code.tex
%{_texmfdistdir}/tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex
%{_texmfdistdir}/tex/latex/pgf/doc/pgfmanual.sty
%{_texmfdistdir}/tex/latex/pgf/frontendlayer/libraries/tikzlibraryexternal.code.tex
%{_texmfdistdir}/tex/latex/pgf/frontendlayer/pgfpict2e.sty
%{_texmfdistdir}/tex/latex/pgf/frontendlayer/tikz.sty
%{_texmfdistdir}/tex/latex/pgf/math/pgfmath.sty
%{_texmfdistdir}/tex/latex/pgf/systemlayer/pgfsys.sty
%{_texmfdistdir}/tex/latex/pgf/utilities/pgfcalendar.sty
%{_texmfdistdir}/tex/latex/pgf/utilities/pgffor.sty
%{_texmfdistdir}/tex/latex/pgf/utilities/pgfkeys.sty
%{_texmfdistdir}/tex/latex/pgf/utilities/pgfpages.sty
%{_texmfdistdir}/tex/latex/pgf/utilities/pgfrcs.sty
%{_texmfdistdir}/tex/latex/pgf/utilities/tikzexternal.sty
%{_texmfdistdir}/tex/latex/pgf/utilities/xxcolor.sty
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgf.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfbaseimage.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfbaselayers.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfbasematrix.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfbasepatterns.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfbaseplot.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfbaseshapes.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfbasesnakes.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfcore.tex
%{_texmfdistdir}/tex/plain/pgf/frontendlayer/tikz.tex
%{_texmfdistdir}/tex/plain/pgf/math/pgfmath.tex
%{_texmfdistdir}/tex/plain/pgf/systemlayer/pgfsys.tex
%{_texmfdistdir}/tex/plain/pgf/utilities/pgfcalendar.tex
%{_texmfdistdir}/tex/plain/pgf/utilities/pgffor.tex
%{_texmfdistdir}/tex/plain/pgf/utilities/pgfkeys.tex
%{_texmfdistdir}/tex/plain/pgf/utilities/pgfrcs.tex
%doc %{_texmfdistdir}/doc/generic/pgf/AUTHORS
%doc %{_texmfdistdir}/doc/generic/pgf/ChangeLog
%doc %{_texmfdistdir}/doc/generic/pgf/FILES
%doc %{_texmfdistdir}/doc/generic/pgf/INSTALL
%doc %{_texmfdistdir}/doc/generic/pgf/README
%doc %{_texmfdistdir}/doc/generic/pgf/TODO
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo-mask.bb
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo-mask.jpg
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo.25.bb
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo.25.eps
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo.25.jpg
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo.bb
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo.eps
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo.jpg
%doc %{_texmfdistdir}/doc/generic/pgf/images/pgfmanual-mindmap-1.pdf
%doc %{_texmfdistdir}/doc/generic/pgf/images/pgfmanual-mindmap-2.pdf
%doc %{_texmfdistdir}/doc/generic/pgf/licenses/LICENSE
%doc %{_texmfdistdir}/doc/generic/pgf/licenses/gnu-free-documentation-license-1.2.txt
%doc %{_texmfdistdir}/doc/generic/pgf/licenses/gnu-public-license-2.txt
%doc %{_texmfdistdir}/doc/generic/pgf/licenses/latex-project-public-license-1.3c.txt
%doc %{_texmfdistdir}/doc/generic/pgf/licenses/manifest-code.txt
%doc %{_texmfdistdir}/doc/generic/pgf/licenses/manifest-documentation.txt
%doc %{_texmfdistdir}/doc/generic/pgf/macros/pgfmanual-en-macros.tex
%doc %{_texmfdistdir}/doc/generic/pgf/pgfmanual.pdf
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-actions.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-arrows.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-decorations.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-design.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-external.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-internalregisters.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-layers.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-nodes.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-patterns.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-plots.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-points.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-scopes.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-transformations.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-transparency.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-backend.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-examples.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-formats.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-introduction.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-main.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-stylesheets.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-visualizers.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-guidelines.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-installation.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-introduction.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-3d.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-arrows.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-backgrounds.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-calc.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-chains.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-circuits.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-decorations.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-edges.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-er.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-external.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-fadings.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-fixedpoint.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-folding.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-fpu.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-lsystems.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-patterns.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-petri.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-plot-handlers.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-profiler.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-shadows.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-shapes.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-spy.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-turtle.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-license.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-main.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-math-commands.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-math-design.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-math-numberprinting.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-module-parser.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-oo.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pages.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgfcalendar.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgffor.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgfkeys.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgfkeysfiltered.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-commands.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-actions.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-coordinates.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-decorations.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-design.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-paths.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-scopes.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-transformations.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-transparency.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-trees.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tutorial-Euclid.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tutorial-chains.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tutorial-map.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tutorial-nodes.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tutorial.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-xxcolor.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-asymptotic-example.gnuplot
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-asymptotic-example.table
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-exp.gnuplot
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-exp.table
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-parametric-example.gnuplot
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-parametric-example.table
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-sin.gnuplot
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-sin.table
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-x.gnuplot
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-x.table
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgfmanual-sine.gnuplot
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgfmanual-sine.table
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgfplotgnuplot-example.gnuplot
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgfplotgnuplot-example.table
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/texmf.cnf
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvipdfm/en/Makefile
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvipdfm/en/pgfmanual.tex
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvipdfm/pgfmanual-dvipdfm.cfg
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvipdfmx/en/Makefile
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvipdfmx/en/pgfmanual.tex
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvipdfmx/pgfmanual-dvipdfmx.cfg
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvips/en/Makefile
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvips/en/pgfmanual.tex
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvips/pgfmanual-dvips.cfg
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-pdftex/en/Makefile
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-pdftex/en/pgfmanual.figlist
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-pdftex/en/pgfmanual.tex
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-pdftex/pgfmanual-pdftex.cfg
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-tex4ht/en/Makefile
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-tex4ht/en/pgfmanual.tex
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-tex4ht/pgfmanual-tex4ht.cfg
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-vtex/en/Makefile
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-vtex/en/pgfmanual.tex
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-vtex/pgfmanual-vtex.cfg
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-xetex/en/Makefile
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-xetex/en/pgfmanual.tex
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-xetex/pgfmanual-xetex.cfg
%doc %{_texmfdistdir}/doc/latex/pgf/README
#- source
%doc %{_texmfdistdir}/source/latex/pgf/incoming/GrzegorzMurzynowski/pgfdatabasearrows.pdf
%doc %{_texmfdistdir}/source/latex/pgf/incoming/GrzegorzMurzynowski/pgfdatabasearrows.sty
%doc %{_texmfdistdir}/source/latex/pgf/incoming/GrzegorzMurzynowski/pgfdatabasearrows.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/basics.pdf
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/basics.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/fir.pdf
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/fir.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/interconnection.pdf
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/interconnection.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/macros.sty
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/pgflibrarytikzsignalflowarrows.code.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/pgflibrarytikzsignalflowblocks.code.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/pgflibrarytikzsignalflowdiagram.code.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/pgflibrarytikzsignalflowoperators.code.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/placement.pdf
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/placement.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/signalflowdiagram.sty
%doc %{_texmfdistdir}/source/latex/pgf/testsuite/external/Makefile
%doc %{_texmfdistdir}/source/latex/pgf/testsuite/external/tikzexternaltest.code.tex
%doc %{_texmfdistdir}/source/latex/pgf/testsuite/external/tikzexternaltest.sharedpreamble.tex
%doc %{_texmfdistdir}/source/latex/pgf/testsuite/external/tikzexternaltest.tex
%doc %{_texmfdistdir}/source/latex/pgf/testsuite/external/tikzexternaltestmakefile.tex
%doc %{_texmfdistdir}/source/latex/pgf/testsuite/mathtest/pgfmathtestsuite.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.10-3
+ Revision: 34ca4d6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 20999 |14mr|texlive-pgf-blur-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26134
# category Package
# catalog-ctan /graphics/pgf/contrib/pgf-blur
# catalog-date 2012-04-24 16:17:04 +0200
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-pgf-blur
Version:	1.01
Release:	3
Summary:	PGF/TikZ package for "blurred" shadows
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/pgf-blur
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-blur.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-blur.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-blur.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package adds blurred/faded/fuzzy shadows to TikZ/PGF
pictures. It is configured as a TikZ/PGF library module. The
method is similar to that of the author's pst-blur package for
PSTricks.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pgf-blur/tikzlibraryshadows.blur.code.tex
%doc %{_texmfdistdir}/doc/latex/pgf-blur/README
%doc %{_texmfdistdir}/doc/latex/pgf-blur/pgf-blur.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pgf-blur/pgf-blur.dtx
%doc %{_texmfdistdir}/source/latex/pgf-blur/pgf-blur.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: e85722d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21000 |14mr|texlive-pgfgantt-4.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31037
# category Package
# catalog-ctan /graphics/pgf/contrib/pgfgantt
# catalog-date 2013-06-04 20:25:12 +0200
# catalog-license lppl1.3
# catalog-version 4.0
Name:		texlive-pgfgantt
Version:	4.0
Release:	6
Summary:	Draw Gantt charts with TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/pgfgantt
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfgantt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfgantt.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfgantt.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an environment for drawing Gantt charts
that contain various elements (titles, bars, milestones, groups
and links). Several keys customize the appearance of the chart
elements.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pgfgantt/pgfgantt.sty
%doc %{_texmfdistdir}/doc/latex/pgfgantt/README
%doc %{_texmfdistdir}/doc/latex/pgfgantt/pgfgantt.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pgfgantt/pgfgantt.dtx
%doc %{_texmfdistdir}/source/latex/pgfgantt/pgfgantt.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0-6
+ Revision: 43c32a3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21001 |14mr|texlive-pgfkeyx-0.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26093
# category Package
# catalog-ctan /macros/latex/contrib/pgfkeyx
# catalog-date 2012-04-21 23:54:26 +0200
# catalog-license lppl1.3
# catalog-version 0.0.1
Name:		texlive-pgfkeyx
Version:	0.0.1
Release:	3
Summary:	Extended and more robust version of pgfkeys
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pgfkeyx
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfkeyx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfkeyx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends and improves the robustness of the pgfkeys
package. In particular, it can deal with active comma, equality
sign, and slash in key parsing. The difficulty with active
characters has long been a problem with the pgfkeys package.
The package also introduces handlers beyond those that pgfkeys
can offer.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pgfkeyx/pgfkeyx.sty
%doc %{_texmfdistdir}/doc/latex/pgfkeyx/README
%doc %{_texmfdistdir}/doc/latex/pgfkeyx/pgfkeyx-test1.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.1-3
+ Revision: baa67d5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21002 |14mr|texlive-pgfmolbio-0.21-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31334
# category Package
# catalog-ctan /macros/luatex/latex/pgfmolbio
# catalog-date 2013-07-31 09:13:05 +0200
# catalog-license lppl1.3
# catalog-version 0.21
Name:		texlive-pgfmolbio
Version:	0.21
Release:	6
Summary:	Draw graphs typically found in molecular biology texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/pgfmolbio
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfmolbio.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfmolbio.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfmolbio.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package draws graphs typically found in molecular biology
texts. Currently, the package contains modules for drawing DNA
sequencing chromatograms and protein domain diagrams.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/pgfmolbio/pgfmolbio.chromatogram.lua
%{_texmfdistdir}/tex/lualatex/pgfmolbio/pgfmolbio.chromatogram.tex
%{_texmfdistdir}/tex/lualatex/pgfmolbio/pgfmolbio.convert.tex
%{_texmfdistdir}/tex/lualatex/pgfmolbio/pgfmolbio.domains.lua
%{_texmfdistdir}/tex/lualatex/pgfmolbio/pgfmolbio.domains.tex
%{_texmfdistdir}/tex/lualatex/pgfmolbio/pgfmolbio.sty
%doc %{_texmfdistdir}/doc/lualatex/pgfmolbio/README
%doc %{_texmfdistdir}/doc/lualatex/pgfmolbio/SampleScf.scf
%doc %{_texmfdistdir}/doc/lualatex/pgfmolbio/SampleUniprot.txt
%doc %{_texmfdistdir}/doc/lualatex/pgfmolbio/pgfmolbio.lua
%doc %{_texmfdistdir}/doc/lualatex/pgfmolbio/pgfmolbio.pdf
#- source
%doc %{_texmfdistdir}/source/lualatex/pgfmolbio/pgfmolbio.dtx
%doc %{_texmfdistdir}/source/lualatex/pgfmolbio/pgfmolbio.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}
rm %{buildroot}%{_texmfdistdir}/doc/lualatex/pgfmolbio/SampleGff.gff

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.21-6
+ Revision: 0c9fd72
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21003 |14mr|texlive-pgfopts-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23320
# category Package
# catalog-ctan /macros/latex/contrib/pgfopts
# catalog-date 2011-06-03 00:21:14 +0200
# catalog-license lppl1.3
# catalog-version 2.1
Name:		texlive-pgfopts
Version:	2.1
Release:	3
Summary:	LaTeX package options with pgfkeys
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pgfopts
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfopts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfopts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfopts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pgfkeys package (part of the pgf distribution) is a well-
designed way of defining and using large numbers of keys for
key-value syntaxes. However, pgfkeys itself does not offer
means of handling LaTeX class and package options. This package
adds such option handling to pgfkeys, in the same way that
kvoptions adds the same facility to the LaTeX standard keyval
package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pgfopts/pgfopts.sty
%doc %{_texmfdistdir}/doc/latex/pgfopts/README
%doc %{_texmfdistdir}/doc/latex/pgfopts/pgfopts.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pgfopts/pgfopts.dtx
%doc %{_texmfdistdir}/source/latex/pgfopts/pgfopts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: faba669
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21004 |14mr|texlive-pgfplots-1.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24977
# category Package
# catalog-ctan /graphics/pgf/contrib/pgfplots
# catalog-date 2011-12-29 22:44:25 +0100
# catalog-license gpl
# catalog-version 1.5.1
Name:		texlive-pgfplots
Version:	1.5.1
Release:	2
Summary:	Create normal/logarithmic plots in two and three dimensions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/pgfplots
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfplots.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfplots.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfplots.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
PGFPlots draws high-quality function plots in normal or
logarithmic scaling with a user-friendly interface directly in
TeX. The user supplies axis labels, legend entries and the plot
coordinates for one or more plots and PGFPlots applies axis
scaling, computes any logarithms and axis ticks and draws the
plots, supporting line plots, scatter plots, piecewise constant
plots, bar plots, area plots, mesh-- and surface plots and some
more. Pgfplots is based on PGF/TikZ (pgf); it runs equally for
LaTeX/TeX/ConTeXt.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/pgfplots/matlab2pgfplots.m
%{_texmfdistdir}/scripts/pgfplots/matlab2pgfplots.sh
%{_texmfdistdir}/scripts/pgfplots/pgf2pdf.sh
%{_texmfdistdir}/scripts/pgfplots/pgfplots.py
%{_texmfdistdir}/tex/context/third/pgfplots/t-pgfplots.tex
%{_texmfdistdir}/tex/context/third/pgfplots/t-pgfplotstable.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/pgflibrarypgfplots.surfshading.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/pgfplotslibrary.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.colormaps.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.dateplot.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.external.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.groupplots.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.patchplots.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.polar.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.smithchart.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.ternary.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.units.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/liststructure/pgfplotsarray.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/liststructure/pgfplotsdeque.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/liststructure/pgfplotsliststructure.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/liststructure/pgfplotsliststructureext.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/liststructure/pgfplotsmatrix.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/numtable/pgfplotstable.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/numtable/pgfplotstable.coltype.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/numtable/pgfplotstableshared.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_loader.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_misc.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfcoreexternal.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfcoreimage.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfkeys.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfkeysfiltered.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgflibraryfpu.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgflibraryplothandlers.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfmanual.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfmanual.pdflinks.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfmanual.prettyprinter.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfmathfloat.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_tikzexternal.sty
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_tikzexternalshared.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_tikzlibraryexternal.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfplotscompatib/tikzlibrarydateplot.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplots.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplots.multiaxis.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplots.paths.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplots.revision.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplotscoordprocessing.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplotscore.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplotsmeshplothandler.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplotsplothandlers.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplotsstackedplots.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplotsticks.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/sys/pgflibrarypgfplots.surfshading.pgfsys-dvips.def
%{_texmfdistdir}/tex/generic/pgfplots/sys/pgflibrarypgfplots.surfshading.pgfsys-pdftex.def
%{_texmfdistdir}/tex/generic/pgfplots/sys/pgfplotssysgeneric.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/util/pgfplotsbinary.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/util/pgfplotscolormap.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/util/pgfplotsutil.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/util/pgfplotsutil.verb.code.tex
%{_texmfdistdir}/tex/latex/pgfplots/bugtracker.sty
%{_texmfdistdir}/tex/latex/pgfplots/libs/tikzlibrarypgfplots.clickable.code.tex
%{_texmfdistdir}/tex/latex/pgfplots/libs/tikzlibrarypgfplotsclickable.code.tex
%{_texmfdistdir}/tex/latex/pgfplots/pgfplots.sty
%{_texmfdistdir}/tex/latex/pgfplots/pgfplotstable.sty
%{_texmfdistdir}/tex/latex/pgfplots/pgfregressiontest.sty
%{_texmfdistdir}/tex/plain/pgfplots/pgfplots.tex
%{_texmfdistdir}/tex/plain/pgfplots/pgfplotstable.tex
%doc %{_texmfdistdir}/doc/context/third/pgfplots/pgfplotsexample.pdf
%doc %{_texmfdistdir}/doc/context/third/pgfplots/pgfplotsexample.tex
%doc %{_texmfdistdir}/doc/generic/pgfplots/README
%doc %{_texmfdistdir}/doc/latex/pgfplots/ChangeLog
%doc %{_texmfdistdir}/doc/latex/pgfplots/Makefile
%doc %{_texmfdistdir}/doc/latex/pgfplots/TeX-programming-notes.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/TeX-programming-notes.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_0.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_0.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_1.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_1.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_10.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_10.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_11.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_11.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_12.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_12.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_13.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_13.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_2.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_2.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_3.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_3.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_4.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_4.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_5.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_5.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_6.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_6.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_7.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_7.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_8.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_8.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_9.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_9.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/cartesian_phase_diagram.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/external1.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/external1.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/external2.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-fig1.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-fig2.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-fig3.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-fig4.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-log-snap0.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-log-snap1.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-log-snap2.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-logcode-snap0.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-logcode-snap1.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-scatter0.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-scatter1.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-scatter2.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/gallery/Makefile
%doc %{_texmfdistdir}/doc/latex/pgfplots/gallery/extractexamples.pl
%doc %{_texmfdistdir}/doc/latex/pgfplots/gallery/gallery.css
%doc %{_texmfdistdir}/doc/latex/pgfplots/gibbs_phase_diagram.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_DoG.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_DoG.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_exp
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_exp.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_exp.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_exp.vrs
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_filesuffix.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_filesuffix.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_gnuplot_ppp.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_gnuplot_ppp.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_parable.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_parable.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_pow2.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_pow2.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_sin.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_sin.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_tangens.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_tangens.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gpl-3.0.txt
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfmanual-en-macros.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots-macros.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.basic.reference.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.bib
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.figlist
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.importexport.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.install.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.intro.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.clickable.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.colormaps.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.dateplot.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.external.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.groupplot.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.patchplots.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.polar.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.smithchart.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.ternary.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.units.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.makefile
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.mst
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.preamble.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.2dplots.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.3dconfiguration.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.3dplots.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.alignment.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.axis-addplot.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.axisdescription.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.closingplots.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.coordfiltering.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.errorbars.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.gridoptions-axiscoordinates.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.linefitting.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.markers-meta.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.miscellaneous.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.numberformatting.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.preliminaryoptions.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.scaling.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.specifyrange.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.styleoptions.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.symbolic-transformations.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.symbolic.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.tickoptions.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.tikzinteroperability.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.transformations.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.resources.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.testplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.testtable
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.testtable2.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.timeseries.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots_contourtmp0.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots_contourtmp0.script
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots_contourtmp0.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots_contourtmp1.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots_contourtmp1.script
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots_contourtmp1.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots_ocg_copy.sty
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotsexample.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotsexample.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.example1.csv
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.example1.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.example2.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.example3.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.example4.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.example5.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.mst
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstodo.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstodo.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfshell_cos.sh
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfshell_replot.sh
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/FokkerDrI_layer_0.facetIdx.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/FokkerDrI_layer_0.patches.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/FokkerDrI_layer_0.vertices.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/accounts.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/first3d.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/group-1.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/newexperiment1.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/newexperiment2.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/newexperiment3.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/oldexperiment1.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/oldexperiment2.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/oldexperiment3.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/ou.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/patchexample_conn.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/patchexample_verts.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplots.randn.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplots_scatterdata1.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplots_scatterdata1_latent.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplots_scatterdata2.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplots_scatterdata2_latent.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplots_scatterdata3.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplots_scatterdata4.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplotscontourmatlabexample.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplotscontourmatlabexample.m
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplotsexample4.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplotsexample4_grid.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplotsternary.example1.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics1.m
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3.m
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3.seed
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3d.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3d.png.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3dsurf.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3dsurfmatlab.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3withaxis.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics_gimpmeasure.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/risingdrop3d.m
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/risingdrop3d.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/risingdrop3d_coord.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/risingdrop3d_vel.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/risingdrop3dwithaxis.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/scattercl.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/smithchart_data.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/ternary_data.txt
%doc %{_texmfdistdir}/doc/latex/pgfplots/texmf.cnf
%doc %{_texmfdistdir}/doc/latex/pgfplots/todo.archive.txt
%doc %{_texmfdistdir}/doc/plain/pgfplots/pgfplotsexample.pdf
%doc %{_texmfdistdir}/doc/plain/pgfplots/pgfplotsexample.tex
#- source
%doc %{_texmfdistdir}/source/context/third/pgfplots/pgfplotstests.tar.bz2
%doc %{_texmfdistdir}/source/latex/pgfplots/pgfplotstests.tar.bz2

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.1-2
+ Revision: 502d6ad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21005 |14mr|texlive-pgf-soroban-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pgf/contrib/pgf-soroban
# catalog-date 2008-08-23 00:06:02 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-pgf-soroban
Version:	1.0
Release:	3
Summary:	Create images of the soroban using TikZ/PGF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/pgf-soroban
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-soroban.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-soroban.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes it possible to create pictures of the soroban
(Japanese abacus) using PGF/TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pgf-soroban/pgf-soroban.sty
%doc %{_texmfdistdir}/doc/latex/pgf-soroban/Changes
%doc %{_texmfdistdir}/doc/latex/pgf-soroban/README
%doc %{_texmfdistdir}/doc/latex/pgf-soroban/pgf-soroban-doc.bib
%doc %{_texmfdistdir}/doc/latex/pgf-soroban/pgf-soroban-doc.pdf
%doc %{_texmfdistdir}/doc/latex/pgf-soroban/pgf-soroban-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 6e8464d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21006 |14mr|texlive-pgf-umlsd-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21301
# category Package
# catalog-ctan /graphics/pgf/contrib/pgf-umlsd
# catalog-date 2011-02-03 13:02:40 +0100
# catalog-license gpl
# catalog-version 0.5
Name:		texlive-pgf-umlsd
Version:	0.5
Release:	3
Summary:	Draw UML Sequence Diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/pgf-umlsd
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-umlsd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-umlsd.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX macros to draw UML diagrams using pgf.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pgf-umlsd/pgf-umlsd.sty
%doc %{_texmfdistdir}/doc/latex/pgf-umlsd/README
%doc %{_texmfdistdir}/doc/latex/pgf-umlsd/pgf-umlsd-demo.pdf
%doc %{_texmfdistdir}/doc/latex/pgf-umlsd/pgf-umlsd-demo.tex
%doc %{_texmfdistdir}/doc/latex/pgf-umlsd/pgf-umlsd-demo2.pdf
%doc %{_texmfdistdir}/doc/latex/pgf-umlsd/pgf-umlsd-demo2.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: a1496be
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21007 |14mr|texlive-phaistos-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/archaic/phaistos
# catalog-date 2008-07-09 12:34:16 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-phaistos
Version:	1.0
Release:	3
Summary:	Disk of Phaistos font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/archaic/phaistos
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/phaistos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/phaistos.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/phaistos.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A font that contains all the symbols of the famous Disc of
Phaistos, together with a LaTeX package. The disc was 'printed'
by stamping the wet clay with some sort of punches, probably
around 1700 BCE. The font is available in Adobe Type 1 and
OpenType formats (the latter using the Unicode positions for
the symbols). There are those who believe that this Cretan
script was used to 'write' Greek (it is known, for example,
that the rather later Cretan Linear B script was used to write
Greek), but arguments for other languages have been presented.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/phaistos/phaistos.afm
%{_texmfdistdir}/fonts/map/dvips/phaistos/phaistos.map
%{_texmfdistdir}/fonts/opentype/public/phaistos/Phaistos.otf
%{_texmfdistdir}/fonts/tfm/public/phaistos/phaistos.tfm
%{_texmfdistdir}/fonts/type1/public/phaistos/phaistos.pfb
%{_texmfdistdir}/tex/latex/phaistos/phaistos.sty
%doc %{_texmfdistdir}/doc/fonts/phaistos/getglyphs
%doc %{_texmfdistdir}/doc/fonts/phaistos/glyphTable.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/phaistos/phaistos.dtx
%doc %{_texmfdistdir}/source/fonts/phaistos/phaistos.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 3967ad7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21008 |14mr|texlive-philex-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17879
# category Package
# catalog-ctan /macros/latex/contrib/philex
# catalog-date 2010-04-29 12:33:30 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-philex
Version:	1.0
Release:	3
Summary:	Cross references for named and numbered environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/philex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Philex provides means for creating and cross-referencing named
or numbered environments. Possible uses would be equations,
example sentences (as in linguistics or philosophy) or named
principles. Cross references may refer either to the number, or
to a short name of the target environment, or to the contents
of the environment. Philex builds on the facilities of the
linguex package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/philex/philex.sty
%doc %{_texmfdistdir}/doc/latex/philex/philexmanualb.pdf
%doc %{_texmfdistdir}/doc/latex/philex/philexmanualb.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 3c13b0d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21009 |14mr|texlive-philokalia-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/philokalia
# catalog-date 2007-09-24 10:59:32 +0200
# catalog-license ofl
# catalog-version 1.1
Name:		texlive-philokalia
Version:	1.1
Release:	3
Summary:	A font to typeset the Philokalia Books
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/philokalia
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philokalia.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philokalia.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philokalia.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The philokalia package has been designed to ease the use of the
Philokalia-Regular OpenType font with XeLaTeX. The font started
as a project to digitize the typeface used to typeset the
Philokalia books.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/philokalia/Philokalia-Regular.otf
%{_texmfdistdir}/tex/xelatex/philokalia/eu1plk.fd
%{_texmfdistdir}/tex/xelatex/philokalia/philokalia.sty
%doc %{_texmfdistdir}/doc/xelatex/philokalia/philokalia.pdf
#- source
%doc %{_texmfdistdir}/source/xelatex/philokalia/philokalia.dtx
%doc %{_texmfdistdir}/source/xelatex/philokalia/philokalia.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 31074c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21010 |14mr|texlive-philosophersimprint-1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26831
# category Package
# catalog-ctan /macros/latex/contrib/philosophersimprint
# catalog-date 2012-06-03 22:54:07 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-philosophersimprint
Version:	1.2
Release:	2
Summary:	Typesetting articles for "Philosophers' Imprint"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/philosophersimprint
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philosophersimprint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philosophersimprint.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philosophersimprint.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
In its mission statement we read "Philosophers' Imprint is a
refereed series of original papers in philosophy, edited by
philosophy faculty at the University of Michigan, with the
advice of an international Board of Editors, and published on
the World Wide Web by the University of Michigan Digital
Library. The mission of the Imprint is to promote a future in
which funds currently spent on journal subscriptions are
redirected to the dissemination of scholarship for free, via
the Internet". The class helps authors to typeset their own
articles in "Web-ready" format. No assumption is made about the
fonts available to the author: the class itself is restricted
to freely available and freely distributed fonts, only.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/philosophersimprint/philosophersimprint.cls
%doc %{_texmfdistdir}/doc/latex/philosophersimprint/Makefile
%doc %{_texmfdistdir}/doc/latex/philosophersimprint/README
%doc %{_texmfdistdir}/doc/latex/philosophersimprint/philosophersimprint.bib
%doc %{_texmfdistdir}/doc/latex/philosophersimprint/philosophersimprint.pdf
%doc %{_texmfdistdir}/doc/latex/philosophersimprint/sample.pdf
%doc %{_texmfdistdir}/doc/latex/philosophersimprint/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/philosophersimprint/philosophersimprint.dtx
%doc %{_texmfdistdir}/source/latex/philosophersimprint/philosophersimprint.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-2
+ Revision: d5ed5c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21011 |14mr|texlive-phonetic-20110328-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21871
# category Package
# catalog-ctan /fonts/phonetic
# catalog-date 2011-03-28 22:21:58 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-phonetic
Version:	20110328
Release:	3
Summary:	MetaFont Phonetic fonts, based on Computer Modern
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/phonetic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/phonetic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/phonetic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts are based on Computer Modern, and specified in
MetaFont. Macros for the fonts' use are provided, both for
LaTeX 2.09 and for current LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/phonetic/cmph10.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmph5.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmph6.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmph7.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmph8.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmph9.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmphb10.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmphi10.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmphi7.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmphi8.mf
%{_texmfdistdir}/fonts/source/public/phonetic/cmphi9.mf
%{_texmfdistdir}/fonts/source/public/phonetic/local.mf
%{_texmfdistdir}/fonts/source/public/phonetic/phochar.mf
%{_texmfdistdir}/fonts/source/public/phonetic/phoital.mf
%{_texmfdistdir}/fonts/source/public/phonetic/phoitchar.mf
%{_texmfdistdir}/fonts/source/public/phonetic/phosym.mf
%{_texmfdistdir}/fonts/source/public/phonetic/symchar.mf
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmph10.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmph5.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmph6.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmph7.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmph8.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmph9.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmphb10.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmphi10.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmphi7.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmphi8.tfm
%{_texmfdistdir}/fonts/tfm/public/phonetic/cmphi9.tfm
%{_texmfdistdir}/tex/latex/phonetic/Uphon.fd
%{_texmfdistdir}/tex/latex/phonetic/phonetic.sty
%doc %{_texmfdistdir}/doc/fonts/phonetic/Doc/209/phonetic-table.tex
%doc %{_texmfdistdir}/doc/fonts/phonetic/Doc/209/phonetic.sty
%doc %{_texmfdistdir}/doc/fonts/phonetic/Doc/README
%doc %{_texmfdistdir}/doc/fonts/phonetic/README
%doc %{_texmfdistdir}/doc/fonts/phonetic/makefile
%doc %{_texmfdistdir}/doc/fonts/phonetic/phonetic-table.pdf
%doc %{_texmfdistdir}/doc/fonts/phonetic/phonetic-table.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110328-3
+ Revision: aee0b51
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21012 |14mr|texlive-phonrule-0.01-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31966
# category Package
# catalog-ctan /macros/latex/contrib/phonrule
# catalog-date 2013-10-21 18:32:18 +0200
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-phonrule
Version:	0.01
Release:	6
Summary:	Typeset linear phonological rules
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/phonrule
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/phonrule.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/phonrule.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for typesetting phonological rules
like those in 'Sound Pattern of English' (Chomsky and Halle
1968).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/phonrule/phonrule.sty
%doc %{_texmfdistdir}/doc/latex/phonrule/README
%doc %{_texmfdistdir}/doc/latex/phonrule/phonrule-doc.pdf
%doc %{_texmfdistdir}/doc/latex/phonrule/phonrule-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01-6
+ Revision: ea85e86
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21013 |14mr|texlive-photo-20061202-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18739
# category Package
# catalog-ctan /macros/latex/contrib/photo
# catalog-date 2006-12-02 15:26:11 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-photo
Version:	20061202
Release:	3
Summary:	A float environment for photographs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/photo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/photo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/photo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/photo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package introduces a new float type called photo which
works similar to the float types table and figure. Various
options exist for placing photos, captions, and a
"photographer" line. In twocolumn documents, a possibility
exists to generate double-column floats automatically if the
photo does not fit into one column. Photos do not have to be
placed as floats, they can also be placed as boxes, with
captions and photographer line still being available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/photo/photo.sty
%doc %{_texmfdistdir}/doc/latex/photo/Makefile
%doc %{_texmfdistdir}/doc/latex/photo/photo.pdf
%doc %{_texmfdistdir}/doc/latex/photo/photo_test.tex
#- source
%doc %{_texmfdistdir}/source/latex/photo/photo.drv
%doc %{_texmfdistdir}/source/latex/photo/photo.dtx
%doc %{_texmfdistdir}/source/latex/photo/photo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061202-3
+ Revision: aff6e97
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21014 |14mr|texlive-physics-1.30-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28590
# category Package
# catalog-ctan /macros/latex/contrib/physics
# catalog-date 2012-12-20 17:31:55 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-physics
Version:	1.30
Release:	6
Summary:	Macros supporting the Mathematics of Physics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/physics
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/physics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/physics.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines simple and flexible macros for typesetting
equations in the languages of vector calculus and linear
algebra, using Dirac notation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/physics/physics.sty
%doc %{_texmfdistdir}/doc/latex/physics/README
%doc %{_texmfdistdir}/doc/latex/physics/physics.pdf
%doc %{_texmfdistdir}/doc/latex/physics/physics.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.30-6
+ Revision: 386e8fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21015 |14mr|texlive-physymb-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22406
# category Package
# catalog-ctan /macros/latex/contrib/physymb
# catalog-date 2011-05-10 11:06:42 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-physymb
Version:	0.2
Release:	3
Summary:	Assorted macros for Physicists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/physymb
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/physymb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/physymb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/physymb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains a large collection of small macros that
may be useful to physicists and occasionally some
mathematicians. It streamlines writing Dirac notation,
derivatives, vector variables, unit vectors, scientific
notation, elementary particles, and many other things.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/physymb/physymb.sty
%doc %{_texmfdistdir}/doc/latex/physymb/README
%doc %{_texmfdistdir}/doc/latex/physymb/physymb.pdf
#- source
%doc %{_texmfdistdir}/source/latex/physymb/physymb.dtx
%doc %{_texmfdistdir}/source/latex/physymb/physymb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: b6733e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21016 |14mr|texlive-piano-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21574
# category Package
# catalog-ctan /macros/latex/contrib/piano
# catalog-date 2011-03-01 13:06:36 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-piano
Version:	1.0
Release:	3
Summary:	Typeset a basic 2-octave piano diagram
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/piano
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/piano.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/piano.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package adds the \keyboard[1][2]..[7] command to your
project. When used, it draws a small 2 octaves piano keyboard
on your document, with up to 7 keys highlighted. Keys go : Co,
Cso, Do, Dso, Eo, Fo, Fso, Go, Gso, Ao, Aso, Bo, Ct, Cst, Dt,
Dst, Et, Ft, Fst, Gt, Gst, At, Ast and Bt. (A working example
is included in the README file.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/piano/piano.sty
%doc %{_texmfdistdir}/doc/latex/piano/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 2ee8fad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21017 |14mr|texlive-picinpar-1.2a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20374
# category Package
# catalog-ctan /macros/latex209/contrib/picinpar
# catalog-date 2010-11-05 12:43:21 +0100
# catalog-license gpl
# catalog-version 1.2a
Name:		texlive-picinpar
Version:	1.2a
Release:	3
Summary:	Insert pictures into paragraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex209/contrib/picinpar
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/picinpar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/picinpar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A legacy package for creating 'windows' in paragraphs, for
inserting graphics, etc. (including "dropped capitals"). Users
should note that Piet van Oostrum (in a published review of
packages of this sort) does not recommend this package; Picins
is recommended instead.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/picinpar/picinpar.sty
%doc %{_texmfdistdir}/doc/latex/picinpar/picinpar-de.pdf
%doc %{_texmfdistdir}/doc/latex/picinpar/picinpar-de.tex
%doc %{_texmfdistdir}/doc/latex/picinpar/picinpar-en.pdf
%doc %{_texmfdistdir}/doc/latex/picinpar/picinpar-en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2a-3
+ Revision: 7b84c68
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21018 |14mr|texlive-pict2e-0.2z-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32658
# category Package
# catalog-ctan /macros/latex/contrib/pict2e
# catalog-date 2014-01-13 11:26:35 +0100
# catalog-license lppl
# catalog-version 0.2z
Name:		texlive-pict2e
Version:	0.2z
Release:	2
Summary:	New implementation of picture commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pict2e
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pict2e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pict2e.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pict2e.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package was described in the 2nd edition of 'LaTeX: A
Document Preparation System', but the LaTeX project team
declined to produce the package. For a long time, LaTeX has
included a 'pict2e package' that merely produced an apologetic
error message. The new package extends the existing LaTeX
picture environment, using the familiar technique (cf. the
graphics and color packages) of driver files (at present,
drivers for PostScript output from LaTeX, and for use with
PDFLaTeX are available). The package documentation has a fair
number of examples of use, showing where things are improved by
comparison with the LaTeX picture environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pict2e/p2e-dvipdfm.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-dvipdfmx.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-dvips.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-pctex32.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-pctexps.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-pdftex.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-textures.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-vtex.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-xetex.def
%{_texmfdistdir}/tex/latex/pict2e/pict2e.cfg
%{_texmfdistdir}/tex/latex/pict2e/pict2e.sty
%doc %{_texmfdistdir}/doc/latex/pict2e/README
%doc %{_texmfdistdir}/doc/latex/pict2e/manifest.txt
%doc %{_texmfdistdir}/doc/latex/pict2e/p2e-drivers.pdf
%doc %{_texmfdistdir}/doc/latex/pict2e/pict2e.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pict2e/p2e-drivers.dtx
%doc %{_texmfdistdir}/source/latex/pict2e/pict2e.dtx
%doc %{_texmfdistdir}/source/latex/pict2e/pict2e.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2z-2
+ Revision: f52490b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21019 |14mr|texlive-pictex-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21943
# category Package
# catalog-ctan /graphics/pictex
# catalog-date 2011-04-03 16:40:50 +0200
# catalog-license lppl1
# catalog-version 1.1
Name:		texlive-pictex
Version:	1.1
Release:	3
Summary:	Picture drawing macros for TeX and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pictex
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pictex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pictex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
PicTeX is an early, and very comprehensive drawing package,
that mostly draws by placing myriads of small dots to make up
pictures. It has a tendency to run out of space, most
especially of allowable dimensions registers; packages m-pictex
and pictexwd deal with the register problem, in different ways.
Note that full documentation may be bought via the PC-TeX site,
though a command summary is available as free software.
Alternatively, a front-end package such as mathsPiC, which
covers all of PicTeX and has a complete and free manual, could
be used.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pictex/errorbars.tex
%{_texmfdistdir}/tex/generic/pictex/latexpicobjs.tex
%{_texmfdistdir}/tex/generic/pictex/piccorr.sty
%{_texmfdistdir}/tex/generic/pictex/picmore.tex
%{_texmfdistdir}/tex/generic/pictex/pictex.sty
%{_texmfdistdir}/tex/generic/pictex/pictex.tex
%{_texmfdistdir}/tex/generic/pictex/pictexwd.sty
%{_texmfdistdir}/tex/generic/pictex/pictexwd.tex
%{_texmfdistdir}/tex/generic/pictex/pointers.tex
%{_texmfdistdir}/tex/generic/pictex/postpictex.tex
%{_texmfdistdir}/tex/generic/pictex/prepictex.tex
%{_texmfdistdir}/tex/generic/pictex/texpictex.tex
%{_texmfdistdir}/tex/generic/pictex/tree.sty
%doc %{_texmfdistdir}/doc/generic/pictex/00index
%doc %{_texmfdistdir}/doc/generic/pictex/README
%doc %{_texmfdistdir}/doc/generic/pictex/pictexzusatz.txt
%doc %{_texmfdistdir}/doc/generic/pictex/readme.errorbars

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 3c288d1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21020 |14mr|texlive-pictex2-20070113-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pictex2/pictex2.sty
# catalog-date 2007-01-13 09:26:05 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-pictex2
Version:	20070113
Release:	3
Summary:	Adds relative coordinates and improves the \plot command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pictex2/pictex2.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pictex2.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Adds two user commands to standard PiCTeX. One command uses
relative coordinates, thus eliminating the need to calculate
the coordinate of every point manually as in standard PiCTeX.
The other command modifies \plot to use a rule instead of dots
if the line segment is horizontal or vertical.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pictex2/pictex2.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070113-3
+ Revision: f944d5b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21021 |14mr|texlive-pictexsum-20060827-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24965
# category Package
# catalog-ctan /info/pictex/summary
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-pictexsum
Version:	20060827
Release:	2
Summary:	A summary of PicTeX commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/pictex/summary
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pictexsum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pictexsum.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The document summarises the commands of PicTeX. While it is no
substitute for the PicTeX manual itself (available from
Personal TeX inc.), the document is a useful aide-memoire for
those who have read the manual.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/pictexsum/Makefile
%doc %{_texmfdistdir}/doc/latex/pictexsum/README
%doc %{_texmfdistdir}/doc/latex/pictexsum/a4mod.sty
%doc %{_texmfdistdir}/doc/latex/pictexsum/pictexsum.pdf
%doc %{_texmfdistdir}/doc/latex/pictexsum/pictexsum.tex
%doc %{_texmfdistdir}/doc/latex/pictexsum/useful.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20060827-2
+ Revision: 73ea50a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21022 |14mr|texlive-piechartmp-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/piechartmp
# catalog-date 2007-01-13 20:56:44 +0100
# catalog-license lppl
# catalog-version 0.3.0
Name:		texlive-piechartmp
Version:	0.3.0
Release:	3
Summary:	Draw pie-charts using MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/piechartmp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/piechartmp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/piechartmp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The piechartmp package is an easy way to draw pie-charts with
MetaPost. The package implements an interface that enables
users with little MetaPost experience to draw charts. A
highlight of the package is the possibility of suppressing some
segments of the chart, thus creating the possibility of several
charts from the same data.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/piechartmp/piechartmp.mp
%doc %{_texmfdistdir}/doc/metapost/piechartmp/INSTALL
%doc %{_texmfdistdir}/doc/metapost/piechartmp/LEGAL
%doc %{_texmfdistdir}/doc/metapost/piechartmp/README
%doc %{_texmfdistdir}/doc/metapost/piechartmp/README.TEXLIVE
%doc %{_texmfdistdir}/doc/metapost/piechartmp/examples/wec-mfun.mp
%doc %{_texmfdistdir}/doc/metapost/piechartmp/examples/wec-mfun.pdf
%doc %{_texmfdistdir}/doc/metapost/piechartmp/examples/wec.mp
%doc %{_texmfdistdir}/doc/metapost/piechartmp/examples/wec.pdf
%doc %{_texmfdistdir}/doc/metapost/piechartmp/examples/worldmap.jpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.0-3
+ Revision: dbde881
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21023 |14mr|texlive-piff-20101208-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21894
# category Package
# catalog-ctan /macros/latex/contrib/piff
# catalog-date 2010-12-08 08:17:08 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-piff
Version:	20101208
Release:	3
Summary:	Macro tools by Mike Piff
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/piff
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/piff.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/piff.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The set consists (now) of: - a small package for dealing with
duplicate-numbered output pages; - newproof, for defining
mathematical proof structures; - onepagem for omitting the page
number in one-page documents and - time, which prints a 12-hour
format time.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/piff/duplicat.sty
%{_texmfdistdir}/tex/latex/piff/newproof.sty
%{_texmfdistdir}/tex/latex/piff/onepagem.sty
%{_texmfdistdir}/tex/latex/piff/time.sty
%doc %{_texmfdistdir}/doc/latex/piff/README
%doc %{_texmfdistdir}/doc/latex/piff/duplicat-doc.pdf
%doc %{_texmfdistdir}/doc/latex/piff/duplicat-doc.tex
%doc %{_texmfdistdir}/doc/latex/piff/newproof-doc.pdf
%doc %{_texmfdistdir}/doc/latex/piff/newproof-doc.tex
%doc %{_texmfdistdir}/doc/latex/piff/onepagem-doc.pdf
%doc %{_texmfdistdir}/doc/latex/piff/onepagem-doc.tex
%doc %{_texmfdistdir}/doc/latex/piff/time-doc.pdf
%doc %{_texmfdistdir}/doc/latex/piff/time-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101208-3
+ Revision: bf8269f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21024 |14mr|texlive-pigpen-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/pigpen
# catalog-date 2008-12-10 19:58:48 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-pigpen
Version:	0.2
Release:	3
Summary:	A font for the pigpen (or masonic) cipher
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/pigpen
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pigpen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pigpen.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Pigpen cipher package provides the font and the necessary
wrappers (style file, etc.) in order to write Pigpen ciphers, a
simple substitution cipher. The package provides a font
(available both as MetaFont source, and as an Adobe Type 1
file), and macros for its use.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/pigpen/pigpen.map
%{_texmfdistdir}/fonts/source/public/pigpen/pigpen.mf
%{_texmfdistdir}/fonts/tfm/public/pigpen/pigpen.tfm
%{_texmfdistdir}/fonts/type1/public/pigpen/pigpen.pfa
%{_texmfdistdir}/tex/latex/pigpen/pigpen.sty
%{_texmfdistdir}/tex/latex/pigpen/pigpen.tex
%doc %{_texmfdistdir}/doc/latex/pigpen/README
%doc %{_texmfdistdir}/doc/latex/pigpen/pigpendoc.pdf
%doc %{_texmfdistdir}/doc/latex/pigpen/pigpendoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 5aa85bd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21025 |14mr|texlive-pinlabel-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24769
# category Package
# catalog-ctan /macros/latex/contrib/pinlabel
# catalog-date 2011-12-05 18:34:00 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-pinlabel
Version:	1.2
Release:	3
Summary:	A TeX labelling package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pinlabel
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pinlabel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pinlabel.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pinlabel is a labelling package for attaching perfectly
formatted TeX labels to figures and diagrams in both eps and
pdf formats. It is suitable both for labelling a new diagram
and for relabelling an existing diagram. The package uses
coordinates derived from GhostView (or gv) and labels are
placed with automatic and consistent spacing relative to the
object labelled.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pinlabel/pinlabel.sty
%doc %{_texmfdistdir}/doc/latex/pinlabel/pinlabdoc.pdf
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/fig3.pdf
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/fig6.pdf
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/gtpart.cls
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/pinlabdoc.tex
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/put.fig
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/put.pdf
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/put2.fig
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/put2.pdf
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: d3f99c8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21026 |14mr|texlive-pitex-20111118-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24731
# category Package
# catalog-ctan /macros/plain/contrib/pitex
# catalog-date 2011-11-18 01:28:58 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-pitex
Version:	20111118
Release:	3
Summary:	Documentation macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/pitex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pitex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pitex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides macros that the author uses when writing
documentation (for example, that of the texapi and yax
packages). The tools could be used by anyone, but there is no
documentation, and the macros are subject to change without
notice.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/pitex/base.ptxlua
%{_texmfdistdir}/tex/plain/pitex/blocks.ptx
%{_texmfdistdir}/tex/plain/pitex/files.ptx
%{_texmfdistdir}/tex/plain/pitex/fonts.ptx
%{_texmfdistdir}/tex/plain/pitex/fonts.ptxlua
%{_texmfdistdir}/tex/plain/pitex/inserts.ptx
%{_texmfdistdir}/tex/plain/pitex/lua.ptx
%{_texmfdistdir}/tex/plain/pitex/output.ptx
%{_texmfdistdir}/tex/plain/pitex/pitex.tex
%{_texmfdistdir}/tex/plain/pitex/references.ptx
%{_texmfdistdir}/tex/plain/pitex/sections.ptx
%{_texmfdistdir}/tex/plain/pitex/verbatim.ptx
%doc %{_texmfdistdir}/doc/plain/pitex/README
%doc %{_texmfdistdir}/doc/plain/pitex/foundry-settings.lua
%doc %{_texmfdistdir}/doc/plain/pitex/i-pitex.lua
%doc %{_texmfdistdir}/doc/plain/pitex/pitex-doc.pdf
%doc %{_texmfdistdir}/doc/plain/pitex/pitex-doc.tex
%doc %{_texmfdistdir}/doc/plain/pitex/pitex-doc.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111118-3
+ Revision: ec38148
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21027 |14mr|texlive-pittetd-1.618-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pittetd
# catalog-date 2008-09-11 18:37:35 +0200
# catalog-license lppl
# catalog-version 1.618
Name:		texlive-pittetd
Version:	1.618
Release:	3
Summary:	Electronic Theses and Dissertations at Pitt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pittetd
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pittetd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pittetd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pittetd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A document class for theses and dissertations. Provides patch
files that enable pittetd to use files prepared for use with
the pittdiss or pitthesis classes. The manual provides a
detailed guide for users who wish to use the class to prepare
their thesis or dissertation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pittetd/pitetd10.clo
%{_texmfdistdir}/tex/latex/pittetd/pitetd11.clo
%{_texmfdistdir}/tex/latex/pittetd/pitetd12.clo
%{_texmfdistdir}/tex/latex/pittetd/pittetd.cls
%doc %{_texmfdistdir}/doc/latex/pittetd/achicago.pit
%doc %{_texmfdistdir}/doc/latex/pittetd/pittdiss.pit
%doc %{_texmfdistdir}/doc/latex/pittetd/pittetd.pdf
%doc %{_texmfdistdir}/doc/latex/pittetd/pitthesis.pit
#- source
%doc %{_texmfdistdir}/source/latex/pittetd/pittetd.dtx
%doc %{_texmfdistdir}/source/latex/pittetd/pittetd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.618-3
+ Revision: c18e700
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21028 |14mr|texlive-pkfix-1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26032
# category Package
# catalog-ctan /support/pkfix/pkfix.pl
# catalog-date 2012-04-18 16:26:37 +0200
# catalog-license lppl1.3
# catalog-version 1.7
Name:		texlive-pkfix
Version:	1.7
Release:	2
Summary:	Replace pk fonts in PostScript with Type 1 fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/pkfix/pkfix.pl
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkfix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkfix.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pkfix.bin = %{EVRD}

%description
The perl script pkfix looks for DVIPSBitmapFont comments in
PostScript files, generated by 'not too old' dvips, and
replaces them by type 1 versions of the fonts, if possible.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/pkfix
%{_texmfdistdir}/scripts/pkfix/pkfix.pl
%doc %{_texmfdistdir}/doc/support/pkfix/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pkfix/pkfix.pl pkfix
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7-2
+ Revision: e878455
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21029 |14mr|texlive-pkfix-helper-1.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category Package
# catalog-ctan /support/pkfix-helper
# catalog-date 2012-06-08 16:04:26 +0200
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-pkfix-helper
Version:	1.4
Release:	8
Summary:	Make PostScript files accessible to pkfix
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/pkfix-helper
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkfix-helper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkfix-helper.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pkfix-helper.bin = %{EVRD}

%description
Pkfix is a useful utility for replacing resolution-dependent
bitmapped fonts in a dvips-produced PostScript file with the
corresponding resolution-independent vector fonts.
Unfortunately, pkfix needs to parse certain PostScript comments
that appear only in files produced by dvips versions later than
5.58 (ca. 1996); it fails to work on PostScript files produced
by older versions of dvips. Pkfix-helper is a program that
attempts to insert newer-dvips comments into an older-dvips
PostScript file, thereby making the file suitable for
processing by pkfix. pkfix-helper can sometimes process
documents fully autonomously but does require the user to
verify and, if needed, correct its decisions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/pkfix-helper
%{_texmfdistdir}/scripts/pkfix-helper/pkfix-helper
%doc %{_mandir}/man1/pkfix-helper.1*
%doc %{_texmfdistdir}/doc/man/man1/pkfix-helper.man1.pdf
%doc %{_texmfdistdir}/doc/support/pkfix-helper/README
%doc %{_texmfdistdir}/doc/support/pkfix-helper/encoding-samples.pdf
%doc %{_texmfdistdir}/doc/support/pkfix-helper/encoding-samples.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pkfix-helper/pkfix-helper pkfix-helper
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-8
+ Revision: 83d4332
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21030 |14mr|texlive-pkgloader-0.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32864
# category Package
# catalog-ctan /macros/latex/contrib/pkgloader
# catalog-date 2014-02-03 01:30:56 +0100
# catalog-license lppl1.3
# catalog-version 0.1.0
Name:		texlive-pkgloader
Version:	0.1.0
Release:	2
Summary:	Managing the options and loading order of other packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pkgloader
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkgloader.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkgloader.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package seeks to address the frustration caused by package
conflicts. It is in an early stage of its development, and
should probably not be used as a matter of course; however the
author welcomes feedback via the home page link given in this
catalogue entry. Nevertheless, the author urges users to try
the package and to report issues (or whatever) via the
package's repository.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-dry.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-early.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-error.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-false.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-late.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-recommended.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-test-rules.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-true.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader.sty
%doc %{_texmfdistdir}/doc/latex/pkgloader/README
%doc %{_texmfdistdir}/doc/latex/pkgloader/pkgloader-packagedoc.cls
%doc %{_texmfdistdir}/doc/latex/pkgloader/pkgloader.pdf
%doc %{_texmfdistdir}/doc/latex/pkgloader/pkgloader.tex
%doc %{_texmfdistdir}/doc/latex/pkgloader/test1.sty
%doc %{_texmfdistdir}/doc/latex/pkgloader/test2.sty
%doc %{_texmfdistdir}/doc/latex/pkgloader/test3.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.0-2
+ Revision: 888c8a0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21031 |14mr|texlive-pkuthss-1.4.rc4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32518
# category Package
# catalog-ctan /macros/latex/contrib/pkuthss
# catalog-date 2013-12-26 22:49:27 +0100
# catalog-license other-free
# catalog-version 1.4-rc4
Name:		texlive-pkuthss
Version:	1.4.rc4
Release:	2
Summary:	LaTeX template for dissertations in Peking University
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pkuthss
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkuthss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkuthss.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a simple, clear and flexible LaTeX
template for dissertations in Peking University.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pkuthss/pkuthss-extra.sty
%{_texmfdistdir}/tex/latex/pkuthss/pkuthss-gbk.def
%{_texmfdistdir}/tex/latex/pkuthss/pkuthss-utf8.def
%{_texmfdistdir}/tex/latex/pkuthss/pkuthss.cls
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/ChangeLog-upto-1.3.txt
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/ChangeLog.txt
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/Make.bat
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/Makefile
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/abstract.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/acknowledge.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/chap1.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/chap2.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/chap3.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/conclusion.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/copyright.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/encl1.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/encl2.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/introduction.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/originauth.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/img/Make.bat
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/img/Makefile
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/img/pkulogo.eps
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/img/pkuword.eps
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/pkuthss.bib
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/pkuthss.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/pkuthss.pdf
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/ChangeLog-upto-1.3.txt
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/ChangeLog.txt
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/Make.bat
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/Makefile
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/abstract.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/acknowledge.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/chap1.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/chap2.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/chap3.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/conclusion.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/copyright.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/encl1.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/encl2.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/introduction.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/originauth.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/img/Make.bat
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/img/Makefile
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/img/pkulogo.eps
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/img/pkuword.eps
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/pkuthss.bib
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/pkuthss.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.rc4-2
+ Revision: dcd6c13
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21032 |14mr|texlive-pl-1.15-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/polish/plpsfont
# catalog-date 2009-10-07 21:35:42 +0200
# catalog-license pd
# catalog-version 1.15
Name:		texlive-pl
Version:	1.15
Release:	3
Summary:	Polish extension of CM fonts in Type 1 format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/polish/plpsfont
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
This package is the Polish extension of the Computer Modern
fonts (known as PL fonts),in Adobe Type 1 (PostScript) format.
The fonts use the same .tfm files as for the version generated
by MetaFont. This release of fonts was adapted to the (mostly
guessed) demands of the Windows environment, while keeping the
fonts usable with TeX; however, encoding files are now added,
as Windows and TeX use different encoding schemes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pl/config.pl
%{_texmfdistdir}/fonts/afm/public/pl/plb10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbsy10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbx10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbx12.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbx5.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbx6.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbx7.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbx8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbx9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbxsl10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbxti10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plcsc10.afm
%{_texmfdistdir}/fonts/afm/public/pl/pldunh10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plex10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plex9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plff10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plfi10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plfib8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plinch.afm
%{_texmfdistdir}/fonts/afm/public/pl/plitt10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmi10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmi12.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmi5.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmi6.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmi7.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmi8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmi9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmib10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr12.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr17.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr5.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr6.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr7.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsl10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsl12.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsl8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsl9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsltt10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plss10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plss12.afm
%{_texmfdistdir}/fonts/afm/public/pl/plss17.afm
%{_texmfdistdir}/fonts/afm/public/pl/plss8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plss9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssbi10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssbx10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssdc10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssi10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssi12.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssi17.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssi8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssi9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssq8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssqi8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsy10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsy5.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsy6.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsy7.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsy8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsy9.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltcsc10.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltex10.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltex8.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltex9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plti10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plti12.afm
%{_texmfdistdir}/fonts/afm/public/pl/plti7.afm
%{_texmfdistdir}/fonts/afm/public/pl/plti8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plti9.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltt10.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltt12.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltt8.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltt9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plu10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plvtt10.afm
%{_texmfdistdir}/fonts/enc/dvips/pl/plin.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plit.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plitt.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plme.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plmi.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plms.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plrm.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plsc.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plte.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/pltt.enc
%{_texmfdistdir}/fonts/map/dvips/pl/plother.map
%{_texmfdistdir}/fonts/map/dvips/pl/pltext.map
%{_texmfdistdir}/fonts/source/public/pl/cmssbi10.mf
%{_texmfdistdir}/fonts/source/public/pl/dlr10.mf
%{_texmfdistdir}/fonts/source/public/pl/fik_mik.mf
%{_texmfdistdir}/fonts/source/public/pl/pl.mft
%{_texmfdistdir}/fonts/source/public/pl/pl_cud.mf
%{_texmfdistdir}/fonts/source/public/pl/pl_dl.mf
%{_texmfdistdir}/fonts/source/public/pl/pl_dod.mf
%{_texmfdistdir}/fonts/source/public/pl/pl_ml.mf
%{_texmfdistdir}/fonts/source/public/pl/pl_mlk.mf
%{_texmfdistdir}/fonts/source/public/pl/pl_sym.mf
%{_texmfdistdir}/fonts/source/public/pl/plb10.mf
%{_texmfdistdir}/fonts/source/public/pl/plbsy10.mf
%{_texmfdistdir}/fonts/source/public/pl/plbsy5.mf
%{_texmfdistdir}/fonts/source/public/pl/plbsy7.mf
%{_texmfdistdir}/fonts/source/public/pl/plbx10.mf
%{_texmfdistdir}/fonts/source/public/pl/plbx12.mf
%{_texmfdistdir}/fonts/source/public/pl/plbx5.mf
%{_texmfdistdir}/fonts/source/public/pl/plbx6.mf
%{_texmfdistdir}/fonts/source/public/pl/plbx7.mf
%{_texmfdistdir}/fonts/source/public/pl/plbx8.mf
%{_texmfdistdir}/fonts/source/public/pl/plbx9.mf
%{_texmfdistdir}/fonts/source/public/pl/plbxsl10.mf
%{_texmfdistdir}/fonts/source/public/pl/plbxti10.mf
%{_texmfdistdir}/fonts/source/public/pl/plcsc10.mf
%{_texmfdistdir}/fonts/source/public/pl/pldunh10.mf
%{_texmfdistdir}/fonts/source/public/pl/plex10.mf
%{_texmfdistdir}/fonts/source/public/pl/plff10.mf
%{_texmfdistdir}/fonts/source/public/pl/plfi10.mf
%{_texmfdistdir}/fonts/source/public/pl/plfib8.mf
%{_texmfdistdir}/fonts/source/public/pl/plinch.mf
%{_texmfdistdir}/fonts/source/public/pl/plitt10.mf
%{_texmfdistdir}/fonts/source/public/pl/plmi10.mf
%{_texmfdistdir}/fonts/source/public/pl/plmi12.mf
%{_texmfdistdir}/fonts/source/public/pl/plmi5.mf
%{_texmfdistdir}/fonts/source/public/pl/plmi6.mf
%{_texmfdistdir}/fonts/source/public/pl/plmi7.mf
%{_texmfdistdir}/fonts/source/public/pl/plmi8.mf
%{_texmfdistdir}/fonts/source/public/pl/plmi9.mf
%{_texmfdistdir}/fonts/source/public/pl/plmib10.mf
%{_texmfdistdir}/fonts/source/public/pl/plmib5.mf
%{_texmfdistdir}/fonts/source/public/pl/plmib7.mf
%{_texmfdistdir}/fonts/source/public/pl/plr10.mf
%{_texmfdistdir}/fonts/source/public/pl/plr12.mf
%{_texmfdistdir}/fonts/source/public/pl/plr17.mf
%{_texmfdistdir}/fonts/source/public/pl/plr5.mf
%{_texmfdistdir}/fonts/source/public/pl/plr6.mf
%{_texmfdistdir}/fonts/source/public/pl/plr7.mf
%{_texmfdistdir}/fonts/source/public/pl/plr8.mf
%{_texmfdistdir}/fonts/source/public/pl/plr9.mf
%{_texmfdistdir}/fonts/source/public/pl/plsl10.mf
%{_texmfdistdir}/fonts/source/public/pl/plsl12.mf
%{_texmfdistdir}/fonts/source/public/pl/plsl8.mf
%{_texmfdistdir}/fonts/source/public/pl/plsl9.mf
%{_texmfdistdir}/fonts/source/public/pl/plsltt10.mf
%{_texmfdistdir}/fonts/source/public/pl/plss10.mf
%{_texmfdistdir}/fonts/source/public/pl/plss12.mf
%{_texmfdistdir}/fonts/source/public/pl/plss17.mf
%{_texmfdistdir}/fonts/source/public/pl/plss8.mf
%{_texmfdistdir}/fonts/source/public/pl/plss9.mf
%{_texmfdistdir}/fonts/source/public/pl/plssbi10.mf
%{_texmfdistdir}/fonts/source/public/pl/plssbx10.mf
%{_texmfdistdir}/fonts/source/public/pl/plssdc10.mf
%{_texmfdistdir}/fonts/source/public/pl/plssi10.mf
%{_texmfdistdir}/fonts/source/public/pl/plssi12.mf
%{_texmfdistdir}/fonts/source/public/pl/plssi17.mf
%{_texmfdistdir}/fonts/source/public/pl/plssi8.mf
%{_texmfdistdir}/fonts/source/public/pl/plssi9.mf
%{_texmfdistdir}/fonts/source/public/pl/plssq8.mf
%{_texmfdistdir}/fonts/source/public/pl/plssqi8.mf
%{_texmfdistdir}/fonts/source/public/pl/plsy10.mf
%{_texmfdistdir}/fonts/source/public/pl/plsy5.mf
%{_texmfdistdir}/fonts/source/public/pl/plsy6.mf
%{_texmfdistdir}/fonts/source/public/pl/plsy7.mf
%{_texmfdistdir}/fonts/source/public/pl/plsy8.mf
%{_texmfdistdir}/fonts/source/public/pl/plsy9.mf
%{_texmfdistdir}/fonts/source/public/pl/pltcsc10.mf
%{_texmfdistdir}/fonts/source/public/pl/pltex10.mf
%{_texmfdistdir}/fonts/source/public/pl/pltex8.mf
%{_texmfdistdir}/fonts/source/public/pl/pltex9.mf
%{_texmfdistdir}/fonts/source/public/pl/plti10.mf
%{_texmfdistdir}/fonts/source/public/pl/plti12.mf
%{_texmfdistdir}/fonts/source/public/pl/plti7.mf
%{_texmfdistdir}/fonts/source/public/pl/plti8.mf
%{_texmfdistdir}/fonts/source/public/pl/plti9.mf
%{_texmfdistdir}/fonts/source/public/pl/pltt10.mf
%{_texmfdistdir}/fonts/source/public/pl/pltt12.mf
%{_texmfdistdir}/fonts/source/public/pl/pltt8.mf
%{_texmfdistdir}/fonts/source/public/pl/pltt9.mf
%{_texmfdistdir}/fonts/source/public/pl/plu10.mf
%{_texmfdistdir}/fonts/source/public/pl/plvtt10.mf
%{_texmfdistdir}/fonts/source/public/pl/polan.mf
%{_texmfdistdir}/fonts/source/public/pl/polkap.mf
%{_texmfdistdir}/fonts/source/public/pl/polkur.mf
%{_texmfdistdir}/fonts/source/public/pl/polmat.mf
%{_texmfdistdir}/fonts/source/public/pl/poltyt.mf
%{_texmfdistdir}/fonts/tfm/public/pl/plb10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pldunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plex10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plex9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plff10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plfi10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plinch.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmib5.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmib7.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr17.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr5.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr6.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr7.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plss10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plss12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plss17.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plss8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plss9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsy6.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsy9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltex10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltex8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltex9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plti10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plti12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plti7.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plti8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plti9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltt12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltt8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltt9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plu10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plvtt10.tfm
%{_texmfdistdir}/fonts/type1/public/pl/plb10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plb10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbsy10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbsy10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbx10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbx10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbx12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbx12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbx5.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbx5.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbx6.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbx6.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbx7.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbx7.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbx8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbx8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbx9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbx9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbxsl10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbxsl10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbxti10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbxti10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plcsc10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plcsc10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pldunh10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pldunh10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plex10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plex10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plex9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plex9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plff10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plff10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plfi10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plfi10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plfib8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plfib8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plinch.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plinch.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plitt10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plitt10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmi10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmi10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmi12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmi12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmi5.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmi5.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmi6.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmi6.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmi7.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmi7.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmi8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmi8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmi9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmi9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmib10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmib10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr17.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr17.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr5.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr5.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr6.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr6.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr7.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr7.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsl10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsl10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsl12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsl12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsl8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsl8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsl9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsl9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsltt10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsltt10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plss10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plss10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plss12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plss12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plss17.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plss17.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plss8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plss8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plss9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plss9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssbi10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssbi10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssbx10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssbx10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssdc10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssdc10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssi10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssi10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssi12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssi12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssi17.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssi17.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssi8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssi8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssi9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssi9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssq8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssq8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssqi8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssqi8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsy10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsy10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsy5.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsy5.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsy6.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsy6.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsy7.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsy7.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsy8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsy8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsy9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsy9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltcsc10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltcsc10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltex10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltex10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltex8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltex8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltex9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltex9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plti10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plti10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plti12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plti12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plti7.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plti7.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plti8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plti8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plti9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plti9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltt10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltt10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltt12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltt12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltt8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltt8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltt9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltt9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plu10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plu10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plvtt10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plvtt10.pfm
%_texmf_updmap_d/pl
%doc %{_texmfdistdir}/doc/fonts/pl/README-T1.ENG
%doc %{_texmfdistdir}/doc/fonts/pl/README-T1.POL
%doc %{_texmfdistdir}/doc/fonts/pl/README.ENG
%doc %{_texmfdistdir}/doc/fonts/pl/README.POL
%doc %{_texmfdistdir}/doc/fonts/pl/plsample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/pl <<EOF
MixedMap plother.map
MixedMap pltext.map
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.15-3
+ Revision: e917401
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21033 |14mr|texlive-placeins-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19848
# category Package
# catalog-ctan /macros/latex/contrib/placeins
# catalog-date 2010-09-22 15:00:44 +0200
# catalog-license pd
# catalog-version 2.2
Name:		texlive-placeins
Version:	2.2
Release:	3
Summary:	Control float placement
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/placeins
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/placeins.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/placeins.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a \FloatBarrier command, beyond which floats may not
pass; useful, for example, to ensure all floats for a section
appear before the next \section command.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/placeins/placeins.sty
%doc %{_texmfdistdir}/doc/latex/placeins/placeins-doc.pdf
%doc %{_texmfdistdir}/doc/latex/placeins/placeins-doc.tex
%doc %{_texmfdistdir}/doc/latex/placeins/placeins.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-3
+ Revision: a32c261
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21034 |14mr|texlive-placeins-plain-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/misc/placeins.tex
# catalog-date 2009-11-10 09:15:37 +0100
# catalog-license pd
# catalog-version 2.0
Name:		texlive-placeins-plain
Version:	2.0
Release:	3
Summary:	Insertions that keep their place
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/misc/placeins.tex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/placeins-plain.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This TeX file provides various mechanisms (for plain TeX and
close relatives) to let insertions (footnotes, topins, pageins,
etc.) float within their appropriate section, but to prevent
them from intruding into the following section, even when
sections do not normally begin a new page. (If your sections
normally begin a new page, just use \supereject to flush out
insertions.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/placeins-plain/placeins.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 82f6d86
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21035 |14mr|texlive-plain-20120808-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26647
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-plain
Version:	20120808
Release:	2
Summary:	TeXLive plain package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plain.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive plain package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/plain/plaintex.ist
%{_texmfdistdir}/tex/plain/base/fontchart.tex
%{_texmfdistdir}/tex/plain/base/gkpmac.tex
%{_texmfdistdir}/tex/plain/base/letter.tex
%{_texmfdistdir}/tex/plain/base/list.tex
%{_texmfdistdir}/tex/plain/base/llist.tex
%{_texmfdistdir}/tex/plain/base/manmac.tex
%{_texmfdistdir}/tex/plain/base/mftmac.tex
%{_texmfdistdir}/tex/plain/base/mptmac.tex
%{_texmfdistdir}/tex/plain/base/picmac.tex
%{_texmfdistdir}/tex/plain/base/plain.tex
%{_texmfdistdir}/tex/plain/base/story.tex
%{_texmfdistdir}/tex/plain/base/testfont.tex
%{_texmfdistdir}/tex/plain/base/webmac.tex
%{_texmfdistdir}/tex/plain/base/wlist.tex
%{_texmfdistdir}/tex/plain/config/aleph.ini
%{_texmfdistdir}/tex/plain/config/bplain.ini
%{_texmfdistdir}/tex/plain/config/dviluatex.ini
%{_texmfdistdir}/tex/plain/config/etex.ini
%{_texmfdistdir}/tex/plain/config/luatex.ini
%{_texmfdistdir}/tex/plain/config/omega.ini
%{_texmfdistdir}/tex/plain/config/pdfbplain.ini
%{_texmfdistdir}/tex/plain/config/pdfetex.ini
%{_texmfdistdir}/tex/plain/config/pdftexmagfix.tex
%{_texmfdistdir}/tex/plain/config/tex.ini
%{_texmfdistdir}/tex/plain/config/xetex.ini

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120808-2
+ Revision: 291bc55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21036 |14mr|texlive-plain-doc-20091109-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/plain-doc/csname.txt
# catalog-date 2009-11-09 15:03:08 +0100
# catalog-license noinfo
# catalog-version undef
Name:		texlive-plain-doc
Version:	20091109
Release:	3
Summary:	A list of plain.tex cs names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/plain-doc/csname.txt
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plain-doc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plain-doc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The document constitutes a list of every control sequence name
(csname) described in the TeXbook, together with an indication
of whether the csname is a primitive TeX command, or is defined
in plain.tex.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/plain/plain-doc/csname.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091109-3
+ Revision: 02e7b65
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21037 |14mr|texlive-plainpkg-20131018-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27765
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-plainpkg
Version:	20131018
Release:	6
Summary:	TeXLive plainpkg package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plainpkg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plainpkg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plainpkg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive plainpkg package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/plainpkg/plainpkg.tex
%doc %{_texmfdistdir}/doc/generic/plainpkg/README
%doc %{_texmfdistdir}/doc/generic/plainpkg/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/generic/plainpkg/plainpkg-doc.pdf
#- source
%doc %{_texmfdistdir}/source/generic/plainpkg/plainpkg-doc.tex
%doc %{_texmfdistdir}/source/generic/plainpkg/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131018-6
+ Revision: 4246492
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21038 |14mr|texlive-plantslabels-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17831
# category Package
# catalog-ctan /macros/latex/contrib/plantslabels
# catalog-date 2010-04-14 18:13:33 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-plantslabels
Version:	1.0
Release:	3
Summary:	Write labels for plants
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/plantslabels
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plantslabels.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plantslabels.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a command \plant, which has three mandatory
and seven optional argument. The package uses the labels.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/plantslabels/plantslabels.sty
%doc %{_texmfdistdir}/doc/latex/plantslabels/README
%doc %{_texmfdistdir}/doc/latex/plantslabels/doc/pdf/plantslabels.pdf
%doc %{_texmfdistdir}/doc/latex/plantslabels/doc/tex/Makefile
%doc %{_texmfdistdir}/doc/latex/plantslabels/doc/tex/perso.ist
%doc %{_texmfdistdir}/doc/latex/plantslabels/doc/tex/plantslabels.forlisting
%doc %{_texmfdistdir}/doc/latex/plantslabels/doc/tex/plantslabels.tex
%doc %{_texmfdistdir}/doc/latex/plantslabels/example/pdf/example.pdf
%doc %{_texmfdistdir}/doc/latex/plantslabels/example/tex/cactus.eps
%doc %{_texmfdistdir}/doc/latex/plantslabels/example/tex/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: e1099f8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21039 |14mr|texlive-plari-20070226-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/plari
# catalog-date 2007-02-26 21:26:45 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-plari
Version:	20070226
Release:	3
Summary:	Typesetting stageplay scripts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/plari
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plari.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plari.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plari.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Plari (the name comes from the Finnish usage for the working
copy of a play) is a report-alike class, without section
headings, and with paragraphs vertically separated rather than
indented.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/plari/plari.cls
%doc %{_texmfdistdir}/doc/latex/plari/COPYING
%doc %{_texmfdistdir}/doc/latex/plari/README
%doc %{_texmfdistdir}/doc/latex/plari/plari.pdf
#- source
%doc %{_texmfdistdir}/source/latex/plari/Makefile
%doc %{_texmfdistdir}/source/latex/plari/plari.dtx
%doc %{_texmfdistdir}/source/latex/plari/plari.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070226-3
+ Revision: 7098b77
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21040 |14mr|texlive-plates-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/plates
# catalog-date 2007-01-08 00:37:16 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-plates
Version:	0.1
Release:	3
Summary:	Arrange for "plates" sections of documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/plates
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plates.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plates.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The plates package provides a simple facility for inserting
colour figures in a document when they should be gathered and
printed together as in a book's section of colour plates. The
package provides a plate environment that takes the place of
the figure environment for such colour images.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/plates/endplate.sty
%{_texmfdistdir}/tex/latex/plates/plates.sty
%doc %{_texmfdistdir}/doc/latex/plates/README
%doc %{_texmfdistdir}/doc/latex/plates/plates.pdf
%doc %{_texmfdistdir}/doc/latex/plates/plates.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 5970856
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21041 |14mr|texlive-play-20070113-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/play
# catalog-date 2007-01-13 20:56:44 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-play
Version:	20070113
Release:	3
Summary:	Typeset drama using LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/play
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/play.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/play.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/play.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class and style file that supports the typesetting of plays,
including options for line numbering.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/play/play.cls
%{_texmfdistdir}/tex/latex/play/play.sty
%doc %{_texmfdistdir}/doc/latex/play/README
#- source
%doc %{_texmfdistdir}/source/latex/play/play.dtx
%doc %{_texmfdistdir}/source/latex/play/play.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070113-3
+ Revision: ebcce40
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21042 |14mr|texlive-plipsum-4.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30353
# category Package
# catalog-ctan /macros/plain/contrib/plipsum
# catalog-date 2013-05-09 11:57:32 +0200
# catalog-license lppl
# catalog-version 4.3
Name:		texlive-plipsum
Version:	4.3
Release:	6
Summary:	'Lorem ipsum' for Plain TeX developers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/plipsum
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plipsum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plipsum.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a paragraph generator designed for use in
Plain TeX documents. The paragraphs generated contain many 'f-
groups' (ff, fl etc.) so the text can act as a test of the
ligatures of the font in use.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/plipsum/plipsum.tex
%doc %{_texmfdistdir}/doc/plain/plipsum/README
%doc %{_texmfdistdir}/doc/plain/plipsum/compile.sh
%doc %{_texmfdistdir}/doc/plain/plipsum/plipsum-doc.pdf
%doc %{_texmfdistdir}/doc/plain/plipsum/plipsum.nw
%doc %{_texmfdistdir}/doc/plain/plipsum/pliptest.tex
%doc %{_texmfdistdir}/doc/plain/plipsum/stripc

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.3-6
+ Revision: 915958c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21043 |14mr|texlive-plnfss-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/plnfss
# catalog-date 2008-05-21 10:21:02 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-plnfss
Version:	1.1
Release:	3
Summary:	Font selection for Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/plnfss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plnfss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plnfss.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Plnfss is a set of macros to provide easy font access (somewhat
similar to NFSS but with some limitations) with Plain TeX.
Plnfss can automatically make use of PSNFSS fd files, i.e.,
when an Adobe Type 1 is used the relevant fd file will be
loaded automatically. For cmr-like fonts (ec, vnr, csr or plr
fonts), a special format called pfd (plain fd) is required and
must be loaded manually. See ot1cmr.pfd for further
information.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/plnfss/MIKmathf.tex
%{_texmfdistdir}/tex/plain/plnfss/ams.pfd
%{_texmfdistdir}/tex/plain/plnfss/il2cm.pfd
%{_texmfdistdir}/tex/plain/plnfss/il2cmr.pfd
%{_texmfdistdir}/tex/plain/plnfss/ly1lm.pfd
%{_texmfdistdir}/tex/plain/plnfss/ot1cm.pfd
%{_texmfdistdir}/tex/plain/plnfss/ot1cmr.pfd
%{_texmfdistdir}/tex/plain/plnfss/ot4cm.pfd
%{_texmfdistdir}/tex/plain/plnfss/plnfss.tex
%{_texmfdistdir}/tex/plain/plnfss/qxlm.pfd
%{_texmfdistdir}/tex/plain/plnfss/t1lm.pfd
%{_texmfdistdir}/tex/plain/plnfss/t5cm.pfd
%{_texmfdistdir}/tex/plain/plnfss/t5cmr.pfd
%{_texmfdistdir}/tex/plain/plnfss/t5lm.pfd
%{_texmfdistdir}/tex/plain/plnfss/ts1lm.pfd
%doc %{_texmfdistdir}/doc/plain/plnfss/LPPL.txt
%doc %{_texmfdistdir}/doc/plain/plnfss/plnfss.txt
%doc %{_texmfdistdir}/doc/plain/plnfss/test-plnfss.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: c37fa88
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21044 |14mr|texlive-plstmary-0.5c-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31088
# category Package
# catalog-ctan /macros/plain/contrib/plstmary
# catalog-date 2013-07-03 23:04:38 +0200
# catalog-license pd
# catalog-version 0.5c
Name:		texlive-plstmary
Version:	0.5c
Release:	6
Summary:	St. Mary's Road font support for plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/plstmary
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plstmary.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plstmary.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to produce all the symbols of the
St Mary's Road fonts, in a Plain TeX environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/plstmary/stmary.tex
%doc %{_texmfdistdir}/doc/plain/plstmary/README
%doc %{_texmfdistdir}/doc/plain/plstmary/plstmary-doc.pdf
%doc %{_texmfdistdir}/doc/plain/plstmary/plstmary-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5c-6
+ Revision: 6df53b6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21045 |14mr|texlive-plweb-3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gene/pl
# catalog-date 2008-09-11 18:52:21 +0200
# catalog-license other-free
# catalog-version 3.0
Name:		texlive-plweb
Version:	3.0
Release:	3
Summary:	Literate Programming for Prolog with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gene/pl
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plweb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plweb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plweb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Instead of having to transform the common source into program
or documentation, the central idea was to develop a method to
have one common source which can be interpreted by a Prolog
system as well as by LaTeX, whether that Prolog system be C-
Prolog, Quintus-Prolog, or ECLiPSe.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/plweb/pcode.sty
%{_texmfdistdir}/tex/latex/plweb/pl.cfg
%{_texmfdistdir}/tex/latex/plweb/pl.sty
%doc %{_texmfdistdir}/doc/latex/plweb/README
%doc %{_texmfdistdir}/doc/latex/plweb/pl.pdf
%doc %{_texmfdistdir}/doc/latex/plweb/pl.tex
%doc %{_texmfdistdir}/doc/latex/plweb/sample.pl
#- source
%doc %{_texmfdistdir}/source/latex/plweb/Makefile
%doc %{_texmfdistdir}/source/latex/plweb/pl.dtx
%doc %{_texmfdistdir}/source/latex/plweb/pl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-3
+ Revision: ac44486
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21046 |14mr|texlive-pmgraph-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pmgraph
# catalog-date 2008-11-04 08:05:43 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-pmgraph
Version:	1.0
Release:	3
Summary:	"Poor man's" graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pmgraph
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pmgraph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pmgraph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of extensions to LaTeX picture environment, including a
wider range of vectors, and a lot more box frame styles.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pmgraph/pmgraph.sty
%doc %{_texmfdistdir}/doc/latex/pmgraph/COPYING
%doc %{_texmfdistdir}/doc/latex/pmgraph/README
%doc %{_texmfdistdir}/doc/latex/pmgraph/pmgraph.pdf
%doc %{_texmfdistdir}/doc/latex/pmgraph/pmgraph.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 385d153
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21047 |14mr|texlive-pmx-2.7.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29978
# category Package
# catalog-ctan /support/pmx
# catalog-date 2013-04-16 18:37:23 +0200
# catalog-license gpl2
# catalog-version 2.7.0
Name:		texlive-pmx
Version:	2.7.0
Release:	6
Summary:	Preprocessor for MusiXTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/pmx
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pmx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pmx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-pmx.bin

%description
PMX is a preprocessor for MusiXTeX. It builds the TeX input
file from a file in a much simpler language, making most of the
layout decisions by itself. An auxiliary program makes single-
player parts from a multi-player score. For proof-listening,
PMX can make a MIDI file of your score. The present version
requires at least version 1.15 of MusiXTeX, running on an e-
tex-enhanced TeX system.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/pmx/pmx2pdf.lua
%{_texmfdistdir}/tex/generic/pmx/pmx.tex
%doc %{_texmfdistdir}/doc/generic/pmx/README
%doc %{_texmfdistdir}/doc/generic/pmx/examples/barsant.pmx
%doc %{_texmfdistdir}/doc/generic/pmx/examples/dyntest.pmx
%doc %{_texmfdistdir}/doc/generic/pmx/examples/most.pmx
%doc %{_texmfdistdir}/doc/generic/pmx/examples/mwalmnd.pmx
%doc %{_texmfdistdir}/doc/generic/pmx/file600.eps
%doc %{_texmfdistdir}/doc/generic/pmx/gpl.txt
%doc %{_texmfdistdir}/doc/generic/pmx/install_run_pmx270.pdf
%doc %{_texmfdistdir}/doc/generic/pmx/install_run_pmx270.tex
%doc %{_texmfdistdir}/doc/generic/pmx/pmx-install.pdf
%doc %{_texmfdistdir}/doc/generic/pmx/pmx-install.tex
%doc %{_texmfdistdir}/doc/generic/pmx/pmx25-27.html
%doc %{_texmfdistdir}/doc/generic/pmx/pmx270.pdf
%doc %{_texmfdistdir}/doc/generic/pmx/pmx270.tex
%doc %{_texmfdistdir}/doc/generic/pmx/ref270.pdf
%doc %{_texmfdistdir}/doc/generic/pmx/ref270.tex
%doc %{_mandir}/man1/pmx2pdf.1*
%doc %{_texmfdistdir}/doc/man/man1/pmx2pdf.man1.pdf
%doc %{_mandir}/man1/pmxab.1*
%doc %{_texmfdistdir}/doc/man/man1/pmxab.man1.pdf
%doc %{_mandir}/man1/scor2prt.1*
%doc %{_texmfdistdir}/doc/man/man1/scor2prt.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7.0-6
+ Revision: 282df60
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21048 |14mr|texlive-pmxchords-2.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32443
# category Package
# catalog-ctan /support/pmxchords
# catalog-date 2013-12-17 16:10:38 +0100
# catalog-license gpl2
# catalog-version 2.0.1
Name:		texlive-pmxchords
Version:	2.0.1
Release:	3
Summary:	Produce chord information to go with pmx output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/pmxchords
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pmxchords.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pmxchords.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pmxchords.bin = %{EVRD}

%description
The bundle supplements pmx, providing the means of typesetting
chords above the notes of a score. The bundle contains: macros
for typing the chords; a Lua script to transpose chord macros
to the required key signature; and support scripts for common
requirements.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/pmxchords
%{_texmfdistdir}/scripts/pmxchords/ChordsTr.lua
%{_texmfdistdir}/scripts/pmxchords/pmxchords.lua
%{_texmfdistdir}/tex/generic/pmxchords/chords.tex
%{_texmfdistdir}/tex/generic/pmxchords/chordsCZ.tex
%doc %{_mandir}/man1/pmxchords.1*
%doc %{_texmfdistdir}/doc/man/man1/pmxchords.man1.pdf
%doc %{_texmfdistdir}/doc/pmxchords/README
%doc %{_texmfdistdir}/doc/pmxchords/chordsRef.pdf
%doc %{_texmfdistdir}/doc/pmxchords/chordsRef.tex
%doc %{_texmfdistdir}/doc/pmxchords/chordsRefCZ.pdf
%doc %{_texmfdistdir}/doc/pmxchords/chordsRefCZ.tex
%doc %{_texmfdistdir}/doc/pmxchords/examples/jazz/misty/misty.pdf
%doc %{_texmfdistdir}/doc/pmxchords/examples/jazz/misty/misty.pmx
%doc %{_texmfdistdir}/doc/pmxchords/examples/jazz/schema/schema.pdf
%doc %{_texmfdistdir}/doc/pmxchords/examples/jazz/schema/schema.pmx
%doc %{_texmfdistdir}/doc/pmxchords/examples/jazz/schema/schema_full.pdf
%doc %{_texmfdistdir}/doc/pmxchords/examples/jazz/schema/schema_full.pmx
%doc %{_texmfdistdir}/doc/pmxchords/examples/noel/aj_co_to_hlasaju/aj_co_to_hlasaju.pdf
%doc %{_texmfdistdir}/doc/pmxchords/examples/noel/aj_co_to_hlasaju/aj_co_to_hlasaju.pmx
%doc %{_texmfdistdir}/doc/pmxchords/examples/noel/pasli_ovce_valasi/README
%doc %{_texmfdistdir}/doc/pmxchords/examples/noel/pasli_ovce_valasi/pasli_ovce_valasi.pdf
%doc %{_texmfdistdir}/doc/pmxchords/examples/noel/pasli_ovce_valasi/pasli_ovce_valasi.pmx
%doc %{_texmfdistdir}/doc/pmxchords/gpl-2.0.txt
%doc %{_texmfdistdir}/doc/pmxchords/pmxchords-install.pdf
%doc %{_texmfdistdir}/doc/pmxchords/pmxchords-install.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pmxchords/pmxchords.lua pmxchords
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.1-3
+ Revision: 035f769
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21049 |14mr|texlive-pnas2009-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16287
# category Package
# catalog-ctan /biblio/bibtex/contrib/misc/pnas2009.bst
# catalog-date 2009-12-06 09:16:45 +0100
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-pnas2009
Version:	1.0
Release:	3
Summary:	Bibtex style for PNAS
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/misc/pnas2009.bst
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pnas2009.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This style produces bibliographies in the format of
"Proceedings of the National Academy of Sciences, USA". The
style was derived from the standard unsrt.bst and adapted to
the new (2009) formatting rules.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/pnas2009/pnas2009.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 7cce5fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21050 |14mr|texlive-poemscol-2.64-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31338
# category Package
# catalog-ctan /macros/latex/contrib/poemscol
# catalog-date 2013-08-03 08:19:55 +0200
# catalog-license lppl1.2
# catalog-version 2.64
Name:		texlive-poemscol
Version:	2.64
Release:	6
Summary:	Typesetting Critical Editions of Poetry
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/poemscol
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poemscol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poemscol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poemscol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers LaTeX macros for typesetting critical
editions of poetry. Its features include automatic
linenumbering, generation of separate endnotes sections for
emendations, textual collations, and explanatory notes, special
marking for cases in which page breaks occur during stanza
breaks, running headers of the form 'Notes to pp. xx-yy' for
the notes sections, index of titles and first lines, and
automatic generation of a table of contents.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/poemscol/poemscol.sty
%doc %{_texmfdistdir}/doc/latex/poemscol/README
%doc %{_texmfdistdir}/doc/latex/poemscol/poemscol.pdf
%doc %{_texmfdistdir}/doc/latex/poemscol/poemscolcheatsheet.pdf
#- source
%doc %{_texmfdistdir}/source/latex/poemscol/poemscol.dtx
%doc %{_texmfdistdir}/source/latex/poemscol/poemscol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.64-6
+ Revision: dae9f61
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21051 |14mr|texlive-poetrytex-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27174
# category Package
# catalog-ctan /macros/latex/contrib/poetrytex
# catalog-date 2012-07-26 10:22:38 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-poetrytex
Version:	1.1
Release:	2
Summary:	Typeset anthologies of poetry
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/poetrytex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poetrytex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poetrytex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poetrytex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is designed to aid in the management and formatting
of anthologies of poetry and other writings; it does not
concern itself with actually typesettinig the verse itself.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/poetrytex/poetrytex.sty
%doc %{_texmfdistdir}/doc/latex/poetrytex/README
%doc %{_texmfdistdir}/doc/latex/poetrytex/poetrytex.pdf
#- source
%doc %{_texmfdistdir}/source/latex/poetrytex/Makefile
%doc %{_texmfdistdir}/source/latex/poetrytex/poetrytex.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: 518eb1b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21052 |14mr|texlive-polski-1.3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19881
# category Package
# catalog-ctan /macros/latex/contrib/polski
# catalog-date 2010-09-24 16:10:39 +0200
# catalog-license lppl1.2
# catalog-version 1.3.3
Name:		texlive-polski
Version:	1.3.3
Release:	3
Summary:	Typeset Polish documents with LaTeX and Polish fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/polski
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polski.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polski.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polski.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-pl
Requires:	texlive-hyphen-polish

%description
Tools to typeset documents in Polish using LaTeX2e with Polish
fonts (the so-called PL fonts), EC fonts or CM fonts. (This
package was previously known as platex, but has been renamed to
resolve a name clash.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/polski/amigapl.def
%{_texmfdistdir}/tex/latex/polski/mazovia.def
%{_texmfdistdir}/tex/latex/polski/omlplcm.fd
%{_texmfdistdir}/tex/latex/polski/omlplm.fd
%{_texmfdistdir}/tex/latex/polski/omsplsy.fd
%{_texmfdistdir}/tex/latex/polski/omxplex.fd
%{_texmfdistdir}/tex/latex/polski/ot1patch.sty
%{_texmfdistdir}/tex/latex/polski/ot4ccr.fd
%{_texmfdistdir}/tex/latex/polski/ot4cmdh.fd
%{_texmfdistdir}/tex/latex/polski/ot4cmfib.fd
%{_texmfdistdir}/tex/latex/polski/ot4cmfr.fd
%{_texmfdistdir}/tex/latex/polski/ot4cmr.fd
%{_texmfdistdir}/tex/latex/polski/ot4cmss.fd
%{_texmfdistdir}/tex/latex/polski/ot4cmtt.fd
%{_texmfdistdir}/tex/latex/polski/plprefix.sty
%{_texmfdistdir}/tex/latex/polski/polski.sty
%{_texmfdistdir}/tex/latex/polski/qxenc.def
%doc %{_texmfdistdir}/doc/latex/polski/conowego.txt
%doc %{_texmfdistdir}/doc/latex/polski/czytaj.txt
%doc %{_texmfdistdir}/doc/latex/polski/polski.pdf
%doc %{_texmfdistdir}/doc/latex/polski/readme.txt
%doc %{_texmfdistdir}/doc/latex/polski/sample-polski.tex
%doc %{_texmfdistdir}/doc/latex/polski/sample-rysunek.mp
%doc %{_texmfdistdir}/doc/latex/polski/sample-rysunek1.mps
#- source
%doc %{_texmfdistdir}/source/latex/polski/ot1patch.dtx
%doc %{_texmfdistdir}/source/latex/polski/ot1patch.ins
%doc %{_texmfdistdir}/source/latex/polski/plfonts.fdd
%doc %{_texmfdistdir}/source/latex/polski/plprefix.dtx
%doc %{_texmfdistdir}/source/latex/polski/plprefix.ins
%doc %{_texmfdistdir}/source/latex/polski/polski.dtx
%doc %{_texmfdistdir}/source/latex/polski/polski.ins
%doc %{_texmfdistdir}/source/latex/polski/strony.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.3-3
+ Revision: d4c5af6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21053 |14mr|texlive-poltawski-1.101-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20075
# category Package
# catalog-ctan /fonts/poltawski
# catalog-date 2010-10-12 09:30:05 +0200
# catalog-license gfsl
# catalog-version 1.101
Name:		texlive-poltawski
Version:	1.101
Release:	3
Summary:	Antykwa Poltawskiego Family of Fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/poltawski
License:	GFSL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poltawski.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poltawski.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains the Antykwa Poltawskiego family of fonts
in the PostScript Type 1 and OpenType formats. The original
font was designed in the twenties of the XX century by the
Polish typographer Adam Poltawski(1881-1952). Following the
route set out by the Latin Modern and TeX Gyre projects
(http://www.gust.org.pl/projects/e-foundry), the Antykwa
Poltawskiego digitisation project aims at providing a rich
collection of diacritical characters in the attempt to cover as
many Latin-based scripts as possible. To our knowledge, the
repertoire of characters covers all European languages as well
as some other Latin-based alphabets such as Vietnamese and
Navajo; at the request of users, recent extensions (following
the enhancement of the Latin Modern collection) provide glyphs
sufficient for typesetting of romanized transliterations of
Arabic and Sanskrit scripts. The Antykwa Poltawskiego family
consists of 4 weights (light, normal, medium, bold), each
having upright and italic forms and one of 5 design sizes: 6,
8, 10, 12 and 17pt (in the OTF lingo: extended, semiextended,
normal, semicondensed, and condensed, respectively).
Altogether, the collection comprises 40 font files, containing
the same repertoire of 1126 characters. The preliminary version
of Antykwa Poltawskiego (antp package) released in 2000 is
rendered obsolete by this package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpb10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpb12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpb17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpb6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpb8.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi8.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpl10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpl12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpl17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpl6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpl8.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpli10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpli12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpli17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpli6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpli8.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpm10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpm12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpm17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpm6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpm8.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi8.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpr10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpr12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpr17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpr6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpr8.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpri10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpri12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpri17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpri6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpri8.afm
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-cs-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-cs.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-ec-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-l7x-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-l7x.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-qx-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-rm-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-rm.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-t5-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-texnansi-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-texnansi.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-ts1.enc
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-cs.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-ec.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-l7x.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-qx.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-rm.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-t5.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-ts1.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap.map
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpolt-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpolt-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpolt-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpolt-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltcond-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltcond-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltcond-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltcond-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltexpd-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltexpd-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltexpd-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltexpd-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltlt-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltlt-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltlt-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltlt-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltcond-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltcond-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltcond-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltcond-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltexpd-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltexpd-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltexpd-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltexpd-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemicond-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemicond-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemicond-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemicond-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemiexpd-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemiexpd-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemiexpd-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemiexpd-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemicond-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemicond-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemicond-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemicond-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemiexpd-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemiexpd-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemiexpd-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemiexpd-regular.otf
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri8.tfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb8.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi8.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl8.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli8.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm8.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi8.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr8.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri8.pfm
%{_texmfdistdir}/tex/latex/poltawski/antpolt.sty
%{_texmfdistdir}/tex/latex/poltawski/il2antp.fd
%{_texmfdistdir}/tex/latex/poltawski/il2antpl.fd
%{_texmfdistdir}/tex/latex/poltawski/l7xantp.fd
%{_texmfdistdir}/tex/latex/poltawski/l7xantpl.fd
%{_texmfdistdir}/tex/latex/poltawski/ly1antp.fd
%{_texmfdistdir}/tex/latex/poltawski/ly1antpl.fd
%{_texmfdistdir}/tex/latex/poltawski/ot1antp.fd
%{_texmfdistdir}/tex/latex/poltawski/ot1antpl.fd
%{_texmfdistdir}/tex/latex/poltawski/ot4antp.fd
%{_texmfdistdir}/tex/latex/poltawski/ot4antpl.fd
%{_texmfdistdir}/tex/latex/poltawski/qxantp.fd
%{_texmfdistdir}/tex/latex/poltawski/qxantpl.fd
%{_texmfdistdir}/tex/latex/poltawski/t1antp.fd
%{_texmfdistdir}/tex/latex/poltawski/t1antpl.fd
%{_texmfdistdir}/tex/latex/poltawski/t5antp.fd
%{_texmfdistdir}/tex/latex/poltawski/t5antpl.fd
%{_texmfdistdir}/tex/latex/poltawski/ts1antp.fd
%{_texmfdistdir}/tex/latex/poltawski/ts1antpl.fd
%doc %{_texmfdistdir}/doc/fonts/poltawski/GUST-FONT-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/poltawski/MANIFEST-Antykwa-Poltawskiego.txt
%doc %{_texmfdistdir}/doc/fonts/poltawski/README-Antykwa-Poltawskiego.txt
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpb10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpb12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpb17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpb6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpb8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpbi10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpbi12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpbi17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpbi6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpbi8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpl10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpl12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpl17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpl6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpl8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpli10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpli12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpli17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpli6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpli8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpm10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpm12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpm17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpm6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpm8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpmi10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpmi12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpmi17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpmi6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpmi8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpr10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpr12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpr17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpr6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpr8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpri10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpri12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpri17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpri6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpri8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/ap-hist.txt
%doc %{_texmfdistdir}/doc/fonts/poltawski/ap-info.pdf
%doc %{_texmfdistdir}/doc/fonts/poltawski/ap-logo.pdf
%doc %{_texmfdistdir}/doc/fonts/poltawski/goadb100.nam
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapot1.pdf
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapot1.tex
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapot4.pdf
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapot4.tex
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapqx.pdf
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapqx.tex
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapt1.pdf
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapt1.tex
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapts1.pdf
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapts1.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.101-3
+ Revision: 4469fde
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21054 |14mr|texlive-polyglossia-v1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26163
# category Package
# catalog-ctan /macros/xetex/latex/polyglossia
# catalog-date 2012-04-30 01:10:22 +0200
# catalog-license lppl1.3
# catalog-version v1.2.1
Name:		texlive-polyglossia
Version:	v1.2.1
Release:	2
Summary:	Modern multilingual typesetting with XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/polyglossia
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglossia.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglossia.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglossia.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a complete Babel replacement for users of
XeLaTeX; it relies on the fontspec package, version 2.0 at
least. The current release offers support of 68 languages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/bengalidigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/bengalidigits.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/devanagaridigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/devanagaridigits.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/farsidigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/farsidigits.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/thaidigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/thaidigits.tec
%{_texmfdistdir}/tex/xelatex/polyglossia/arabicnumbers.sty
%{_texmfdistdir}/tex/xelatex/polyglossia/babel-hebrewalph.def
%{_texmfdistdir}/tex/xelatex/polyglossia/babelsh.def
%{_texmfdistdir}/tex/xelatex/polyglossia/cal-util.def
%{_texmfdistdir}/tex/xelatex/polyglossia/devanagaridigits.sty
%{_texmfdistdir}/tex/xelatex/polyglossia/farsical.sty
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-albanian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-amharic.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-arabic.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-armenian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-asturian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-bahasai.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-bahasam.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-basque.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-bengali.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-brazil.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-breton.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-bulgarian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-catalan.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-coptic.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-croatian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-czech.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-danish.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-divehi.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-dutch.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-english.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-esperanto.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-estonian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-farsi.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-finnish.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-french.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-friulan.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-galician.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-german.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-greek.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-hebrew.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-hindi.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-icelandic.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-interlingua.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-irish.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-italian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-kannada.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-lao.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-latin.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-latvian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-lithuanian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-lsorbian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-magyar.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-malayalam.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-marathi.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-norsk.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-nynorsk.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-occitan.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-polish.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-portuges.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-romanian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-romansh.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-russian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-samin.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-sanskrit.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-scottish.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-serbian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-slovak.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-slovenian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-spanish.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-swedish.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-syriac.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-tamil.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-telugu.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-thai.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-turkish.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-turkmen.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-ukrainian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-urdu.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-usorbian.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-vietnamese.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/gloss-welsh.ldf
%{_texmfdistdir}/tex/xelatex/polyglossia/hebrewcal.sty
%{_texmfdistdir}/tex/xelatex/polyglossia/hijrical.sty
%{_texmfdistdir}/tex/xelatex/polyglossia/polyglossia.sty
%{_texmfdistdir}/tex/xelatex/polyglossia/xgreek-fixes.def
%doc %{_texmfdistdir}/doc/xelatex/polyglossia/README
%doc %{_texmfdistdir}/doc/xelatex/polyglossia/example-arabic.pdf
%doc %{_texmfdistdir}/doc/xelatex/polyglossia/example-arabic.tex
%doc %{_texmfdistdir}/doc/xelatex/polyglossia/example-thai.pdf
%doc %{_texmfdistdir}/doc/xelatex/polyglossia/example-thai.tex
%doc %{_texmfdistdir}/doc/xelatex/polyglossia/examples.pdf
%doc %{_texmfdistdir}/doc/xelatex/polyglossia/examples.tex
%doc %{_texmfdistdir}/doc/xelatex/polyglossia/polyglossia.pdf
%doc %{_texmfdistdir}/doc/xelatex/polyglossia/polyglossia.tex
#- source
%doc %{_texmfdistdir}/source/xelatex/polyglossia/polyglossia.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.2.1-2
+ Revision: 5b82227
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21055 |14mr|texlive-polyglot-20111103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-polyglot
Version:	20111103
Release:	3
Summary:	TeXLive polyglot package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive polyglot package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/polyglot/polyglot.cfg
%{_texmfdistdir}/tex/latex/polyglot/polyglot.def
%{_texmfdistdir}/tex/latex/polyglot/polyglot.sty
%doc %{_texmfdistdir}/doc/latex/polyglot/sample.dvi
%doc %{_texmfdistdir}/doc/latex/polyglot/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/polyglot/langs/english.ld
%doc %{_texmfdistdir}/source/latex/polyglot/langs/french.ld
%doc %{_texmfdistdir}/source/latex/polyglot/langs/french.ot1
%doc %{_texmfdistdir}/source/latex/polyglot/langs/german.ld
%doc %{_texmfdistdir}/source/latex/polyglot/langs/german.ot1
%doc %{_texmfdistdir}/source/latex/polyglot/langs/r_hebrew.ld
%doc %{_texmfdistdir}/source/latex/polyglot/langs/spanish.ld
%doc %{_texmfdistdir}/source/latex/polyglot/langs/spanish.ot1
%doc %{_texmfdistdir}/source/latex/polyglot/polyglot.dtx
%doc %{_texmfdistdir}/source/latex/polyglot/polyglot.ins
%doc %{_texmfdistdir}/source/latex/polyglot/polyglot.ltx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111103-3
+ Revision: 649783c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21056 |14mr|texlive-polynom-0.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/polynom
# catalog-date 2007-01-13 23:45:25 +0100
# catalog-license lppl
# catalog-version 0.17
Name:		texlive-polynom
Version:	0.17
Release:	3
Summary:	Macros for manipulating polynomials
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/polynom
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polynom.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polynom.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polynom.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The polynom package implements macros for manipulating
polynomials, for example it can typeset long polynomial
divisions. The main test case and application is the polynomial
ring in one variable with rational coefficients.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/polynom/polynom.sty
%doc %{_texmfdistdir}/doc/latex/polynom/README
%doc %{_texmfdistdir}/doc/latex/polynom/polydemo.pdf
%doc %{_texmfdistdir}/doc/latex/polynom/polydemo.tex
%doc %{_texmfdistdir}/doc/latex/polynom/polynom.pdf
#- source
%doc %{_texmfdistdir}/source/latex/polynom/polynom.dtx
%doc %{_texmfdistdir}/source/latex/polynom/polynom.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.17-3
+ Revision: e30913e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21057 |14mr|texlive-polynomial-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/polynomial
# catalog-date 2008-08-23 00:06:02 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-polynomial
Version:	1.0
Release:	3
Summary:	Typeset (univariate) polynomials
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/polynomial
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polynomial.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polynomial.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polynomial.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers an easy way to write (univariate)
polynomials and rational functions. It defines two commands,
one for polynomials \polynomial{coeffs} and one for rational
functions \polynomialfrac{Numerator}{Denominator}. Both
commands take lists of coefficients as arguments, and offer
limited optional behaviour.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/polynomial/polynomial.sty
%doc %{_texmfdistdir}/doc/latex/polynomial/README
%doc %{_texmfdistdir}/doc/latex/polynomial/polynomial.pdf
#- source
%doc %{_texmfdistdir}/source/latex/polynomial/polynomial.dtx
%doc %{_texmfdistdir}/source/latex/polynomial/polynomial.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 4f25aac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21058 |14mr|texlive-polytable-0.8.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20331
# category Package
# catalog-ctan /macros/latex/contrib/polytable
# catalog-date 2010-11-05 12:43:21 +0100
# catalog-license lppl
# catalog-version 0.8.2
Name:		texlive-polytable
Version:	0.8.2
Release:	3
Summary:	Tabular-like environments with named columns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/polytable
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polytable.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polytable.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polytable.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package implements a variant of tabular-like environments
where columns can be given a name and entries can flexibly be
placed between arbitrary columns. Complex alignment-based
layouts, for example for program code, are possible.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/polytable/polytable.sty
%doc %{_texmfdistdir}/doc/latex/polytable/README
%doc %{_texmfdistdir}/doc/latex/polytable/polytable.pdf
#- source
%doc %{_texmfdistdir}/source/latex/polytable/polytable.dtx
%doc %{_texmfdistdir}/source/latex/polytable/polytable.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.2-3
+ Revision: 2c62243
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21059 |14mr|texlive-postcards-20090123-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21641
# category Package
# catalog-ctan /macros/latex/contrib/postcards
# catalog-date 2009-01-23 15:11:09 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-postcards
Version:	20090123
Release:	3
Summary:	Facilitates mass-mailing of postcards (junkmail)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/postcards
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/postcards.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/postcards.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A modification of the standard LaTeX letter class which prints
multiple, pre-stamped, 5.5" by 3.5" postcards (a US standard
size) via the envlab and mailing packages. An address database
is employed to address the front side of each postcard and a
message is printed on the back side of all. An illustrative
example is provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/postcards/postcards.cls
%doc %{_texmfdistdir}/doc/latex/postcards/README
%doc %{_texmfdistdir}/doc/latex/postcards/datasmp.txt
%doc %{_texmfdistdir}/doc/latex/postcards/pcardsmp.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090123-3
+ Revision: 8162d6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21060 |14mr|texlive-poster-mac-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18305
# category Package
# catalog-ctan /macros/generic/poster
# catalog-date 2010-05-15 22:56:34 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-poster-mac
Version:	1.1
Release:	3
Summary:	Make posters and banners with TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/poster
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poster-mac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poster-mac.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers macros for making posters and banners with
TeX. It is compatible with most TeX macro formats, including
Plain TeX, LaTeX, AmSTeX, and AmS-LaTeX. The package creates a
poster as huge box, which is then distributed over as many
printer pages as necessary. The only special requirement is
that your printer not be bothered by text that lies off the
page. This is true of most printers, including laser printers
and PostScript printers.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/poster-mac/poster.sty
%{_texmfdistdir}/tex/generic/poster-mac/poster.tex
%doc %{_texmfdistdir}/doc/generic/poster-mac/Changes
%doc %{_texmfdistdir}/doc/generic/poster-mac/Makefile
%doc %{_texmfdistdir}/doc/generic/poster-mac/README
%doc %{_texmfdistdir}/doc/generic/poster-mac/poster-doc.pdf
%doc %{_texmfdistdir}/doc/generic/poster-mac/poster-doc.tex
%doc %{_texmfdistdir}/doc/generic/poster-mac/poster1.pdf
%doc %{_texmfdistdir}/doc/generic/poster-mac/poster2.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 8f94013
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21061 |14mr|texlive-powerdot-1.50-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32549
# category Package
# catalog-ctan /macros/latex/contrib/powerdot
# catalog-date 2014-01-02 07:32:11 +0100
# catalog-license lppl1.3
# catalog-version 1.5
Name:		texlive-powerdot
Version:	1.50
Release:	2
Summary:	A presentation class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/powerdot
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Powerdot is a presentation class for LaTeX that allows for the
quick and easy development of professional presentations. It
comes with many tools that enhance presentations and aid the
presenter. Examples are automatic overlays, personal notes and
a handout mode. To view a presentation, DVI, PS or PDF output
can be used. A powerful template system is available to easily
develop new styles. A LyX layout file is provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/powerdot/powerdot-aggie.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-bframe.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-ciment.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-default.ps
%{_texmfdistdir}/tex/latex/powerdot/powerdot-default.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-elcolors.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-fyma.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-horatio.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-husky.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-ikeda.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-jefka.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-klope.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-paintings.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-pazik.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-sailor.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-simple.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-tycja.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-upen.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot.cls
%doc %{_texmfdistdir}/doc/latex/powerdot/README
%doc %{_texmfdistdir}/doc/latex/powerdot/manifest.txt
%doc %{_texmfdistdir}/doc/latex/powerdot/pdpream.ble
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot-example.lyx
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot-example.tex
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot-example1.tex
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot-example2.tex
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot-example3.tex
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot-styleexample.tex
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot-styletest.tex
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot.bib
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot.layout
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot.pdf
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdotDE.pdf
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdotDE.tex
#- source
%doc %{_texmfdistdir}/source/latex/powerdot/powerdot.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.50-2
+ Revision: 00e0ed6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21062 |14mr|texlive-powerdot-FUBerlin-0.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/powerdot-FUBerlin
# catalog-date 2009-07-30 21:57:53 +0200
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-powerdot-FUBerlin
Version:	0.01
Release:	3
Summary:	Powerdot, using the style of FU Berlin
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/powerdot-FUBerlin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot-FUBerlin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot-FUBerlin.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides a powerdot-derived class and a package for
use with powerdot to provide the corporate design of the Free
University in Berlin. Users may use the class itself
(FUpowerdot) or use the package in the usual way with
\style=BerlinFU as a class option. Examples of using both the
class and the package are provided; the PDF is visually
identical, so the catalogue only lists one; the sources of the
examples do of course differ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/powerdot-FUBerlin/FUpowerdot.cls
%{_texmfdistdir}/tex/latex/powerdot-FUBerlin/powerdot-BerlinFU.sty
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/FULogo.eps
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/FULogo_RGB.eps
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/FUbib.eps
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/FUseal.eps
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/README
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/exampleClass.pdf
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/exampleClass.tex
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/exampleStyle.pdf
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/exampleStyle.tex
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/silberlaube2.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01-3
+ Revision: bdd0947
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21063 |14mr|texlive-ppr-prv-0.13c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ppr-prv
# catalog-date 2007-01-13 23:45:25 +0100
# catalog-license lppl
# catalog-version 0.13c
Name:		texlive-ppr-prv
Version:	0.13c
Release:	3
Summary:	Prosper preview
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ppr-prv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ppr-prv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ppr-prv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ppr-prv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This class is used with LaTeX presentations using the prosper
class. ppr-prv stands for 'Prosper Preview'. The aim of this
class is to produce a printable version of the slides written
with Prosper, with two slides per page.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ppr-prv/HAP-ppr-prv.def
%{_texmfdistdir}/tex/latex/ppr-prv/ppr-prv.cls
%doc %{_texmfdistdir}/doc/latex/ppr-prv/README
%doc %{_texmfdistdir}/doc/latex/ppr-prv/ppr-prv.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ppr-prv/ppr-prv.dtx
%doc %{_texmfdistdir}/source/latex/ppr-prv/ppr-prv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.13c-3
+ Revision: d381eec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21064 |14mr|texlive-pracjourn-0.4n-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pracjourn
# catalog-date 2008-11-30 13:31:17 +0100
# catalog-license gpl
# catalog-version 0.4n
Name:		texlive-pracjourn
Version:	0.4n
Release:	3
Summary:	Typeset articles for PracTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pracjourn
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pracjourn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pracjourn.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pracjourn.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pracjourn class is used for typesetting articles in the
PracTeX Journal. It is based on the article class with
modifications to allow for more flexible front-matter and
revision control, among other small changes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pracjourn/pracjourn.cls
%doc %{_texmfdistdir}/doc/latex/pracjourn/README
%doc %{_texmfdistdir}/doc/latex/pracjourn/pjsample.ltx
%doc %{_texmfdistdir}/doc/latex/pracjourn/pjsample.pdf
%doc %{_texmfdistdir}/doc/latex/pracjourn/pracjourn.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pracjourn/pracjourn.dtx
%doc %{_texmfdistdir}/source/latex/pracjourn/pracjourn.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4n-3
+ Revision: 0ad0e56
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21065 |14mr|texlive-preprint-20070106-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16085
# category Package
# catalog-ctan /macros/latex/contrib/preprint
# catalog-date 2007-01-06 21:10:04 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-preprint
Version:	20070106
Release:	3
Summary:	A bundle of packages provided "as is"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/preprint
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/preprint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/preprint.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/preprint.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle comprises: - authblk, which permits footnote style
author/affiliation input in the \author command, - balance, to
balance the end of \twocolumn pages, - figcaps, to send figure
captions, etc., to end document, - fullpage, to set narrow page
margins and set a fixed page style, and - sublabel, which
permits counters to be subnumbered.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/preprint/authblk.sty
%{_texmfdistdir}/tex/latex/preprint/balance.sty
%{_texmfdistdir}/tex/latex/preprint/figcaps.sty
%{_texmfdistdir}/tex/latex/preprint/fullpage.sty
%{_texmfdistdir}/tex/latex/preprint/sublabel.sty
%doc %{_texmfdistdir}/doc/latex/preprint/00readme.txt
%doc %{_texmfdistdir}/doc/latex/preprint/00readme.unix
%doc %{_texmfdistdir}/doc/latex/preprint/authblk.pdf
%doc %{_texmfdistdir}/doc/latex/preprint/balance.pdf
%doc %{_texmfdistdir}/doc/latex/preprint/figcaps.pdf
%doc %{_texmfdistdir}/doc/latex/preprint/fullpage.pdf
%doc %{_texmfdistdir}/doc/latex/preprint/sublabel.pdf
#- source
%doc %{_texmfdistdir}/source/latex/preprint/authblk.drv
%doc %{_texmfdistdir}/source/latex/preprint/authblk.dtx
%doc %{_texmfdistdir}/source/latex/preprint/authblk.ins
%doc %{_texmfdistdir}/source/latex/preprint/balance.drv
%doc %{_texmfdistdir}/source/latex/preprint/balance.dtx
%doc %{_texmfdistdir}/source/latex/preprint/balance.ins
%doc %{_texmfdistdir}/source/latex/preprint/figcaps.drv
%doc %{_texmfdistdir}/source/latex/preprint/figcaps.dtx
%doc %{_texmfdistdir}/source/latex/preprint/figcaps.ins
%doc %{_texmfdistdir}/source/latex/preprint/fullpage.drv
%doc %{_texmfdistdir}/source/latex/preprint/fullpage.dtx
%doc %{_texmfdistdir}/source/latex/preprint/fullpage.ins
%doc %{_texmfdistdir}/source/latex/preprint/sublabel.drv
%doc %{_texmfdistdir}/source/latex/preprint/sublabel.dtx
%doc %{_texmfdistdir}/source/latex/preprint/sublabel.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070106-3
+ Revision: 24eeb94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21066 |14mr|texlive-prerex-6.5.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31899
# category Package
# catalog-ctan /graphics/prerex
# catalog-date 2013-10-14 15:20:32 +0200
# catalog-license gpl
# catalog-version 6.5.3
Name:		texlive-prerex
Version:	6.5.3
Release:	6
Summary:	Interactive editor and macro support for prerequisite charts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/prerex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prerex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prerex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package consists of prerex.sty, a LaTeX package for
producing charts of course nodes linked by arrows representing
pre- and co-requisites, and prerex, an interactive program for
creating and editing chart descriptions. The implementation of
prerex.sty is built on PGF, so that it may be used equally
happily with latex or pdflatex; prerex itself is written in C.
The package includes source code for a previewer application, a
lightweight Qt-4 and poppler-based prerex-enabled PDF viewer.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/prerex/prerex.sty
%doc %{_texmfdistdir}/doc/latex/prerex/README
%doc %{_texmfdistdir}/doc/latex/prerex/boldbox.png
%doc %{_texmfdistdir}/doc/latex/prerex/chart.html
%doc %{_texmfdistdir}/doc/latex/prerex/chart.pdf
%doc %{_texmfdistdir}/doc/latex/prerex/chart.png
%doc %{_texmfdistdir}/doc/latex/prerex/chart.tex
%doc %{_texmfdistdir}/doc/latex/prerex/dashed.png
%doc %{_texmfdistdir}/doc/latex/prerex/doc/intro.pdf
%doc %{_texmfdistdir}/doc/latex/prerex/doc/intro.tex
%doc %{_texmfdistdir}/doc/latex/prerex/doc/introFonts.png
%doc %{_texmfdistdir}/doc/latex/prerex/doc/introchart1.tex
%doc %{_texmfdistdir}/doc/latex/prerex/doc/introchart2.tex
%doc %{_texmfdistdir}/doc/latex/prerex/doc/prerex.pdf
%doc %{_texmfdistdir}/doc/latex/prerex/doc/prerex.sty.7
%doc %{_texmfdistdir}/doc/latex/prerex/doc/prerex.tex
%doc %{_texmfdistdir}/doc/latex/prerex/dotted.png
%doc %{_texmfdistdir}/doc/latex/prerex/lightbox.png
%doc %{_texmfdistdir}/doc/latex/prerex/prerex-6.5.2.tar.gz
%doc %{_texmfdistdir}/doc/latex/prerex/solid.png
%doc %{_texmfdistdir}/doc/latex/prerex/vprerex-6.4.2.tar.gz

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.5.3-6
+ Revision: a0dc785
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21067 |14mr|texlive-present-2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25953
# category Package
# catalog-ctan /macros/plain/contrib/present
# catalog-date 2012-04-12 21:32:25 +0200
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-present
Version:	2.2
Release:	2
Summary:	Presentations with Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/present
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/present.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/present.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a collection of simple macros for preparing
presentations in Plain TeX. Slide colour and text colour may be
set, links between parts of the presentation, to other files,
and to web addresses may be inserted. Images may be included
easily, and code is available to provide transition effects
between slides or frames. The structure of the macros is not
overly complex, so that users should find it easy to adapt the
macros to their specific needs.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/present/present.tex
%doc %{_texmfdistdir}/doc/plain/present/HowToTalkTeX.pdf
%doc %{_texmfdistdir}/doc/plain/present/HowToTalkTeX.tex
%doc %{_texmfdistdir}/doc/plain/present/Pfeil1.pdf
%doc %{_texmfdistdir}/doc/plain/present/Pfeil2.pdf
%doc %{_texmfdistdir}/doc/plain/present/Pfeil3.pdf
%doc %{_texmfdistdir}/doc/plain/present/Pfeil4.pdf
%doc %{_texmfdistdir}/doc/plain/present/README
%doc %{_texmfdistdir}/doc/plain/present/Sagnac.pdf
%doc %{_texmfdistdir}/doc/plain/present/Stern.png
%doc %{_texmfdistdir}/doc/plain/present/background.png
%doc %{_texmfdistdir}/doc/plain/present/present-transitions.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-2
+ Revision: 475a3b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21068 |14mr|texlive-presentations-20100212-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17172
# category Package
# catalog-ctan /info/examples/Presentations_de
# catalog-date 2010-02-12 13:59:30 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-presentations
Version:	20100212
Release:	3
Summary:	Examples from the book Presentationen mit LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/Presentations_de
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/presentations.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/presentations.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This bundle contains all the examples, as source, eps and pdf,
of the author's book "Presentationen mit LaTeX", from the
Dante-Edition series.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/presentations/01-01-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/presentations/01-01-2.ltx2ps
%doc %{_texmfdistdir}/doc/latex/presentations/01-01-3.ltx2
%doc %{_texmfdistdir}/doc/latex/presentations/01-01-4.ltx2
%doc %{_texmfdistdir}/doc/latex/presentations/01-01-5.ltx2ps
%doc %{_texmfdistdir}/doc/latex/presentations/01-01-6.ltx2
%doc %{_texmfdistdir}/doc/latex/presentations/01-02-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/01-03-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/01-03-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/01-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/01-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/01-03-4.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/01-03-5.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/01-04-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/01-04-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/01-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/01-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/01-04-5.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/01-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/01-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/01-05-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/02-01-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-01-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-01-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-02-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-03-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-03-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-03-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-03-4.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-04-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-04-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-04-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-04-4.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-04-5.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-04-6.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-04-7.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-05-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-06-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-06-2.ltxps
%doc %{_texmfdistdir}/doc/latex/presentations/02-07-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-08-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-09-1.ltxps
%doc %{_texmfdistdir}/doc/latex/presentations/02-10-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-10-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-10-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-10-4.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-10-5.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-10-6.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-11-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-12-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-12-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-13-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-13-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-13-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-10.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-11.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-12.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-13.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-14.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-15.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-16.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-17.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-18.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-4.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-5.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-6.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-7.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-8.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/02-14-9.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/03-01-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/03-02-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/03-03-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/03-03-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/03-03-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/04-01-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-01-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-01-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-01-4.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-03-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-03-2.ltx2
%doc %{_texmfdistdir}/doc/latex/presentations/04-04-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-05-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-06-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-06-10.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-06-11.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-06-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-06-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-06-4.ltxbps
%doc %{_texmfdistdir}/doc/latex/presentations/04-06-5.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-06-6.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-06-7.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-06-8.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-06-9.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-07-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-08-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-09-1.ltxbps
%doc %{_texmfdistdir}/doc/latex/presentations/04-11-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-11-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-11-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-12-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-12-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-13-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-13-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-14-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-15-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-15-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-16-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-16-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-16-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-17-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-18-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-18-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-19-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-19-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-20-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-20-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-20-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-20-4.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-20-5.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-21-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-21-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-21-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-21-4.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-22-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-22-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-22-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-23-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-23-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-24-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-24-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-10.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-11.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-12.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-13.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-14.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-15.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-16.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-17.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-18.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-19.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-20.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-21.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-22.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-23.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-24.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-25.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-26.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-27.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-28.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-29.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-30.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-31.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-32.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-33.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-34.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-35.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-36.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-37.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-4.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-5.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-6.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-7.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-8.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-25-9.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-10.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-11.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-12.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-13.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-14.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-15.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-16.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-17.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-18.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-19.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-20.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-21.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-22.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-23.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-24.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-25.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-26.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-27.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-28.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-29.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-30.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-31.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-32.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-33.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-34.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-35.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-36.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-37.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-4.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-5.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-6.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-7.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-8.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/04-26-9.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/05-00-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/05-01-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/05-02-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/05-03-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/05-03-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/06-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/06-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/06-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/06-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/06-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/06-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/06-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/06-02-1.ltxps
%doc %{_texmfdistdir}/doc/latex/presentations/06-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/06-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/06-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/06-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/06-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/07-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/07-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/presentations/07-03-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations/07-03-4.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations/07-05-1.ltxbps
%doc %{_texmfdistdir}/doc/latex/presentations/07-05-2.ltxbps
%doc %{_texmfdistdir}/doc/latex/presentations/README
%doc %{_texmfdistdir}/doc/latex/presentations/Textdemo.tex
%doc %{_texmfdistdir}/doc/latex/presentations/beamer-demo.tex
%doc %{_texmfdistdir}/doc/latex/presentations/beamer-demo2.tex
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/FULogo.png
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/FULuft.jpg
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/FUbib.jpg
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/FUlogo.pdf
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/TU.jpg
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/TeX.pdf
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/beamer0.pdf
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/beamer1.pdf
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/beamer2.pdf
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/beamernavbar.png
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/beamernavsymbols.pdf
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/beamernavsymbols.tex
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/fu-berlin-air.pdf
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/fu-berlin.pdf
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/geo.jpg
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/ligaturen.png
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/multimedia.jpg
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/multimedia.png
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/multimedia.tex
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/silberlaube.jpg
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/silberlaube2.jpg
%doc %{_texmfdistdir}/doc/latex/presentations/images/beamer/zedat.pdf
%doc %{_texmfdistdir}/doc/latex/presentations/images/pd/FULogo.eps
%doc %{_texmfdistdir}/doc/latex/presentations/images/pd/FULogo2.eps
%doc %{_texmfdistdir}/doc/latex/presentations/images/pd/FULogoRGB.eps
%doc %{_texmfdistdir}/doc/latex/presentations/images/pd/FULogo_RGB.eps
%doc %{_texmfdistdir}/doc/latex/presentations/images/pd/FUbib.eps
%doc %{_texmfdistdir}/doc/latex/presentations/images/pd/fuBIB10.eps
%doc %{_texmfdistdir}/doc/latex/presentations/images/pd/fuBIB10.pdf
%doc %{_texmfdistdir}/doc/latex/presentations/images/pd/logofbbw.eps
%doc %{_texmfdistdir}/doc/latex/presentations/images/pd/silberlaube.eps
%doc %{_texmfdistdir}/doc/latex/presentations/images/pd/silberlaube2.eps
%doc %{_texmfdistdir}/doc/latex/presentations/images/pd/wieesgeht.eps
%doc %{_texmfdistdir}/doc/latex/presentations/images/pd/zedat2.eps
%doc %{_texmfdistdir}/doc/latex/presentations/images/pdfscreen/Tore3d.pdf
%doc %{_texmfdistdir}/doc/latex/presentations/images/pdfscreen/mp.pdf
%doc %{_texmfdistdir}/doc/latex/presentations/images/pdfscreen/mpgraph.mps
%doc %{_texmfdistdir}/doc/latex/presentations/images/pdfscreen/pst.pdf
%doc %{_texmfdistdir}/doc/latex/presentations/images/pdfscreen/tex.png
%doc %{_texmfdistdir}/doc/latex/presentations/pd-demo-default.tex
%doc %{_texmfdistdir}/doc/latex/presentations/pd-demo.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100212-3
+ Revision: d50fbee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21069 |14mr|texlive-presentations-en-20120819-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27471
# category Package
# catalog-ctan /info/examples/Presentations_en
# catalog-date 2012-08-19 23:51:29 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-presentations-en
Version:	20120819
Release:	2
Summary:	Examples from the book Presentations with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/Presentations_en
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/presentations-en.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/presentations-en.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This bundle contains all the examples, as source, eps and pdf,
of the author's book "Presentations with LaTeX", from the
Dante-Edition series, Published by Lehmanns Media.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/presentations-en/01-01-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/presentations-en/01-01-2.ltx2ps
%doc %{_texmfdistdir}/doc/latex/presentations-en/01-01-3.ltx2
%doc %{_texmfdistdir}/doc/latex/presentations-en/01-01-4.ltx2
%doc %{_texmfdistdir}/doc/latex/presentations-en/01-01-5.ltx2ps
%doc %{_texmfdistdir}/doc/latex/presentations-en/01-01-6.ltx2
%doc %{_texmfdistdir}/doc/latex/presentations-en/01-02-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/01-03-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/01-03-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/01-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/01-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/01-03-5.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-01-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-01-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-01-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-02-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-03-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-03-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-03-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-03-4.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-04-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-04-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-04-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-04-4.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-04-5.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-04-6.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-04-7.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-04-8.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-05-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-06-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-06-2.ltxps
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-07-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-09-1.ltxps
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-10-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-10-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-10-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-10-4.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-10-5.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-10-6.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-11-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-12-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-12-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-13-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-13-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-13-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-10.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-11.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-12.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-13.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-14.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-15.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-16.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-17.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-18.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-19.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-4.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-5.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-6.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-7.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-8.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/02-14-9.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/03-01-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/03-02-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/03-03-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/03-03-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/03-04-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-01-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-01-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-01-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-01-4.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-03-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-03-2.ltx2
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-04-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-05-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-06-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-06-10.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-06-11.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-06-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-06-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-06-4.ltxbps
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-06-5.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-06-6.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-06-7.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-06-8.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-06-9.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-07-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-08-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-09-1.ltxbps
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-11-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-11-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-11-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-12-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-12-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-13-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-13-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-14-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-15-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-15-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-16-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-16-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-16-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-17-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-18-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-18-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-19-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-19-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-20-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-20-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-20-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-20-4.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-20-5.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-22-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-22-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-22-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-22-4.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-23-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-23-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-23-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-24-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-24-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-25-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-25-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-26-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-26-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-26-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-26-4.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-10.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-11.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-12.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-13.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-14.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-15.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-16.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-17.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-18.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-19.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-20.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-21.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-22.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-23.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-24.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-25.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-26.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-27.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-28.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-29.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-3.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-30.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-31.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-32.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-33.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-34.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-35.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-36.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-37.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-38.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-39.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-4.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-40.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-41.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-42.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-43.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-44.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-45.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-46.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-47.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-48.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-49.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-5.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-50.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-51.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-52.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-53.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-54.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-55.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-56.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-57.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-58.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-59.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-6.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-60.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-61.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-62.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-63.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-64.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-65.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-7.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-8.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/04-27-9.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/05-00-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/05-01-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/05-02-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/05-03-1.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/05-03-2.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/06-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/06-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/06-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/06-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/06-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/06-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/06-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/06-02-1.ltxps
%doc %{_texmfdistdir}/doc/latex/presentations-en/06-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/06-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/06-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/06-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/06-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/07-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/07-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/presentations-en/07-03-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/presentations-en/07-03-4.ltxb
%doc %{_texmfdistdir}/doc/latex/presentations-en/07-05-1.ltxbps
%doc %{_texmfdistdir}/doc/latex/presentations-en/07-05-2.ltxbps
%doc %{_texmfdistdir}/doc/latex/presentations-en/DEexa.sty
%doc %{_texmfdistdir}/doc/latex/presentations-en/DEoptions.sty
%doc %{_texmfdistdir}/doc/latex/presentations-en/PPRtime.sty
%doc %{_texmfdistdir}/doc/latex/presentations-en/README
%doc %{_texmfdistdir}/doc/latex/presentations-en/Textdemo.tex
%doc %{_texmfdistdir}/doc/latex/presentations-en/beamer-demo-en.tex
%doc %{_texmfdistdir}/doc/latex/presentations-en/beamer-demo.tex
%doc %{_texmfdistdir}/doc/latex/presentations-en/beamer-demo2.tex
%doc %{_texmfdistdir}/doc/latex/presentations-en/beispiel.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/bspcalweekly.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/bspdvdcoll.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/bspfont.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/bsppstricks.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/buch-E.bib
%doc %{_texmfdistdir}/doc/latex/presentations-en/buch.bib
%doc %{_texmfdistdir}/doc/latex/presentations-en/exa-fontconfig.tex
%doc %{_texmfdistdir}/doc/latex/presentations-en/exaarticle.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exaarticle2.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exaartplain.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exabeamer.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exabook.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exabook2.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exadante.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exafoils.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exafubeamer.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exafupd.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/examargin.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/examemoir.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/examinimal-mathsymbols.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/examinimal.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exapd.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exaprosper.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exareport.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exaseminar.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exaslidenotes.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exasymbol.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/exaxetex.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/fontDemo-E.tex
%doc %{_texmfdistdir}/doc/latex/presentations-en/fontDemo.tex
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/TU.jpg
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/TeX.pdf
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/beamer0.pdf
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/beamer1.pdf
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/beamer2.pdf
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/beamernavbar.png
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/beamernavsymbols.pdf
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/beamernavsymbols.tex
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/grating.png
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/ligaturen.png
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/multimedia.jpg
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/multimedia.tex
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/transition1.png
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/beamer/zedat.pdf
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pd/clemson.gif
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pd/clemson.png
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pd/logo-clemson.png
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pd/logofbbw.eps
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pd/moviePD.png
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pd/pawmkorange.png
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pd/pawmkpurple.png
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pd/pawtraceorange.png
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pd/pawtracep.png
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pd/wieesgeht.eps
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pd/zedat2.eps
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pdfscreen/Tore3d.pdf
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pdfscreen/mp.pdf
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pdfscreen/mpgraph.mps
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pdfscreen/pst.pdf
%doc %{_texmfdistdir}/doc/latex/presentations-en/images/pdfscreen/tex.png
%doc %{_texmfdistdir}/doc/latex/presentations-en/obox.sty
%doc %{_texmfdistdir}/doc/latex/presentations-en/pd-demo-default.tex
%doc %{_texmfdistdir}/doc/latex/presentations-en/pd-demo.tex
%doc %{_texmfdistdir}/doc/latex/presentations-en/powerdot-clemson.sty
%doc %{_texmfdistdir}/doc/latex/presentations-en/prosper.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/runAll
%doc %{_texmfdistdir}/doc/latex/presentations-en/screxa.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/screxabook.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/screxareport.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/slidenotes.cfg
%doc %{_texmfdistdir}/doc/latex/presentations-en/slidenotes.cls
%doc %{_texmfdistdir}/doc/latex/presentations-en/textdemo.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120819-2
+ Revision: 09c481f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21070 |14mr|texlive-prettyref-3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/prettyref
# catalog-date 2008-11-06 09:26:54 +0100
# catalog-license pd
# catalog-version 3.0
Name:		texlive-prettyref
Version:	3.0
Release:	3
Summary:	Make label references "self-identify"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prettyref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prettyref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prettyref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Prettyref provides a command \newrefformat, which specifies the
way in which a reference is typeset, according to a label
"identification". The identification is set in the \label
command, by using prefixed label names; so instead of
\label{mysection}, one uses \label{sec:mysection}, and
prettyref interprets the "sec:" part. The package is compatible
with hyperref and with other packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/prettyref/prettyref.sty
%doc %{_texmfdistdir}/doc/latex/prettyref/README
%doc %{_texmfdistdir}/doc/latex/prettyref/prettyref.pdf
#- source
%doc %{_texmfdistdir}/source/latex/prettyref/prettyref.dtx
%doc %{_texmfdistdir}/source/latex/prettyref/prettyref.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-3
+ Revision: fbcb03f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21071 |14mr|texlive-preview-11.86-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17118
# category Package
# catalog-ctan /macros/latex/contrib/preview
# catalog-date 2010-02-22 08:57:39 +0100
# catalog-license gpl
# catalog-version 11.86
Name:		texlive-preview
Version:	11.86
Release:	3
Summary:	Extract bits of a LaTeX source for output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/preview
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/preview.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/preview.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/preview.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is a free-standing part of the preview-latex
bundle. The package provides the support preview-latex needs,
when it chooses the matter it will preview. The output may
reasonably be expected to have other uses, as in html
translators, etc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/preview/prauctex.cfg
%{_texmfdistdir}/tex/latex/preview/prauctex.def
%{_texmfdistdir}/tex/latex/preview/prcounters.def
%{_texmfdistdir}/tex/latex/preview/preview.sty
%{_texmfdistdir}/tex/latex/preview/prfootnotes.def
%{_texmfdistdir}/tex/latex/preview/prlyx.def
%{_texmfdistdir}/tex/latex/preview/prshowbox.def
%{_texmfdistdir}/tex/latex/preview/prshowlabels.def
%{_texmfdistdir}/tex/latex/preview/prtightpage.def
%{_texmfdistdir}/tex/latex/preview/prtracingall.def
%doc %{_texmfdistdir}/doc/latex/preview/README
%doc %{_texmfdistdir}/doc/latex/preview/preview.pdf
#- source
%doc %{_texmfdistdir}/source/latex/preview/preview.drv
%doc %{_texmfdistdir}/source/latex/preview/preview.dtx
%doc %{_texmfdistdir}/source/latex/preview/preview.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 11.86-3
+ Revision: 223075a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21072 |14mr|texlive-printlen-1.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19847
# category Package
# catalog-ctan /macros/latex/contrib/printlen
# catalog-date 2010-09-22 14:58:28 +0200
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-printlen
Version:	1.1a
Release:	3
Summary:	Print lengths using specified units
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/printlen
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/printlen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/printlen.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
\printlength{length} prints the value of a LaTeX length in the
units specified by \uselengthunit{unit} ('unit' may be any TeX
length unit except for scaled point, viz., any of: pt, pc, in,
mm, cm, bp, dd or cc). When the unit is pt, the printed length
value will include any stretch or shrink; otherwise these are
not printed. The 'unit' argument may also be PT, in which case
length values will be printed in point units but without any
stretch or shrink values.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/printlen/printlen.sty
%doc %{_texmfdistdir}/doc/latex/printlen/printlen-doc.pdf
%doc %{_texmfdistdir}/doc/latex/printlen/printlen-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1a-3
+ Revision: 8b6ac5b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21073 |14mr|texlive-proba-20090602-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/proba
# catalog-date 2009-06-02 14:48:32 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-proba
Version:	20090602
Release:	3
Summary:	Shortcuts commands to symbols used in probability texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/proba
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/proba.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/proba.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/proba.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package includes some of the most often used commands in
probability texts, e.g. probability, expectation, variance,
etc. It also includes some short commands for set (blackboard)
or filtrations (calligraphic). It requires LaTeX2e and the
amsfonts package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/proba/proba.sty
%doc %{_texmfdistdir}/doc/latex/proba/README
%doc %{_texmfdistdir}/doc/latex/proba/proba.pdf
#- source
%doc %{_texmfdistdir}/source/latex/proba/proba.dtx
%doc %{_texmfdistdir}/source/latex/proba/proba.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090602-3
+ Revision: a7f6812
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21074 |14mr|texlive-probsoln-3.02-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25106
# category Package
# catalog-ctan /macros/latex/contrib/probsoln
# catalog-date 2012-01-14 16:28:43 +0100
# catalog-license lppl
# catalog-version 3.02
Name:		texlive-probsoln
Version:	3.02
Release:	2
Summary:	Generate problem sheets and their solution sheets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/probsoln
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/probsoln.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/probsoln.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/probsoln.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is designed for lecturers who have to generate new
problem sheets for their students on a regular basis (e.g.
yearly) by randomly selecting a specified number of problems
defined in another file. The package allows you easily to
generate a new problem sheet that is different from the
previous year, thus alleviating the temptation of students to
seek out the previous year's students and checking out their
answers. The solutions to the problems can be defined along
with the problem, making it easy to generate the solution sheet
from the same source code; problems may be reused within a
document, so that solutions may appear in a different section
of the same document as the problems they cover.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/probsoln/probsoln.sty
%doc %{_texmfdistdir}/doc/latex/probsoln/CHANGES
%doc %{_texmfdistdir}/doc/latex/probsoln/INSTALL
%doc %{_texmfdistdir}/doc/latex/probsoln/README
%doc %{_texmfdistdir}/doc/latex/probsoln/probsoln-manual.css
%doc %{_texmfdistdir}/doc/latex/probsoln/probsoln-manual.html
%doc %{_texmfdistdir}/doc/latex/probsoln/probsoln-manual.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/probsoln.pdf
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample.pdf
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample2.pdf
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample2.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample3.pdf
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample3.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample4.pdf
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample4.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample5.pdf
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample5.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample6.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample7.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample8.tex
#- source
%doc %{_texmfdistdir}/source/latex/probsoln/probsoln.dtx
%doc %{_texmfdistdir}/source/latex/probsoln/probsoln.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.02-2
+ Revision: a5f1173
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21075 |14mr|texlive-procIAGssymp-20070106-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/procIAGssymp
# catalog-date 2007-01-06 21:10:04 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-procIAGssymp
Version:	20070106
Release:	3
Summary:	Macros for IAG symposium papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/procIAGssymp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/procIAGssymp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/procIAGssymp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides (re-)definitions of some LaTeX commands
that can be useful for the preparation of a paper with the
style of the proceeding of symposia sponsored by the
'International Association of Geodesy (IAG)' published by
Springer-Verlag.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/procIAGssymp/procIAGssymp.sty
%doc %{_texmfdistdir}/doc/latex/procIAGssymp/TestPaper.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070106-3
+ Revision: e9e3285
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21076 |14mr|texlive-prodint-20110330-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21893
# category Package
# catalog-ctan /fonts/prodint
# catalog-date 2011-03-30 12:07:52 +0200
# catalog-license ofl
# catalog-version undef
Name:		texlive-prodint
Version:	20110330
Release:	3
Summary:	A font that provides the product integral symbol
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/prodint
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prodint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prodint.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Product integrals are to products, as integrals are to sums.
They have been around for more than a hundred years, they have
not become part of the standard toolbox, possibly because no-
one invented the right mathematical symbol for them. The
authors remedied that situation by proposing the symbol and
providing this font.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/prodint/prodint.afm
%{_texmfdistdir}/fonts/map/dvips/prodint/prodint.map
%{_texmfdistdir}/fonts/tfm/public/prodint/prodint.tfm
%{_texmfdistdir}/fonts/type1/public/prodint/prodint.pfb
%{_texmfdistdir}/tex/latex/prodint/prodint.sty
%doc %{_texmfdistdir}/doc/fonts/prodint/README
%doc %{_texmfdistdir}/doc/fonts/prodint/config.prodint
%doc %{_texmfdistdir}/doc/fonts/prodint/prodint.bma
%doc %{_texmfdistdir}/doc/fonts/prodint/prodint.mt1
%doc %{_texmfdistdir}/doc/fonts/prodint/prodint.pdf
%doc %{_texmfdistdir}/doc/fonts/prodint/prodint.pfa
%doc %{_texmfdistdir}/doc/fonts/prodint/prodint.sit.hqx
%doc %{_texmfdistdir}/doc/fonts/prodint/prodint.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110330-3
+ Revision: 049ee60
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21077 |14mr|texlive-productbox-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20886
# category Package
# catalog-ctan /macros/latex/contrib/gene/productbox
# catalog-date 2010-12-30 01:06:48 +0100
# catalog-license other-free
# catalog-version 1.1
Name:		texlive-productbox
Version:	1.1
Release:	3
Summary:	Typeset a three-dimensional product box
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gene/productbox
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/productbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/productbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/productbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables typesetting of a three-dimensional product
box. This product box can be rendered as it is standing on a
surface and some light is shed onto it. Alternatively it can be
typeset as a wireframe to be cut out and glued together. This
will lead to a physical product box. The package requires the
package pgf and TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/productbox/productbox.sty
%doc %{_texmfdistdir}/doc/latex/productbox/Makefile
%doc %{_texmfdistdir}/doc/latex/productbox/README
%doc %{_texmfdistdir}/doc/latex/productbox/productbox.bib
%doc %{_texmfdistdir}/doc/latex/productbox/productbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/productbox/productbox.dtx
%doc %{_texmfdistdir}/source/latex/productbox/productbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 4f7cc6c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21078 |14mr|texlive-program-3.3.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20022
# category Package
# catalog-ctan /macros/latex/contrib/program
# catalog-date 2010-10-07 12:36:42 +0200
# catalog-license gpl3
# catalog-version 3.3.12
Name:		texlive-program
Version:	3.3.12
Release:	3
Summary:	Typesetting programs and algorithms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/program
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/program.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/program.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The main offering is a program environment; a programbox
environment is available for fragments that must not break with
the pages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/program/program.sty
%doc %{_texmfdistdir}/doc/latex/program/README
%doc %{_texmfdistdir}/doc/latex/program/gpl-3.0.txt
%doc %{_texmfdistdir}/doc/latex/program/plink.tex
%doc %{_texmfdistdir}/doc/latex/program/program-demo.tex
%doc %{_texmfdistdir}/doc/latex/program/program-doc.pdf
%doc %{_texmfdistdir}/doc/latex/program/program-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3.12-3
+ Revision: c24074b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21079 |14mr|texlive-progress-1.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19519
# category Package
# catalog-ctan /macros/latex/contrib/progress
# catalog-date 2007-01-06 21:10:04 +0100
# catalog-license lppl
# catalog-version 1.10
Name:		texlive-progress
Version:	1.10
Release:	3
Summary:	Creates an overview of a document's state
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/progress
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/progress.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/progress.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Progress is a package which. when compiling TeX and LaTeX
documents, generates a HTML file showing an overview of a
document's state (of how finished it is). The report is sent to
file \ProgressReportName, which is by default the \jobname with
the date appended (but is user-modifiable).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/progress/progress.sty
%doc %{_texmfdistdir}/doc/latex/progress/README
%doc %{_texmfdistdir}/doc/latex/progress/progress.pdf
%doc %{_texmfdistdir}/doc/latex/progress/progress.tex
%doc %{_texmfdistdir}/doc/latex/progress/progress20030701.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10-3
+ Revision: bc9ad45
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21080 |14mr|texlive-progressbar-v1.0b2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25431
# category Package
# catalog-ctan /macros/latex/contrib/progressbar
# catalog-date 2012-02-19 15:32:47 +0100
# catalog-license lppl
# catalog-version v1.0b~2
Name:		texlive-progressbar
Version:	v1.0b2
Release:	2
Summary:	Visualize shares of total amounts in the form of a (progress-)bar
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/progressbar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/progressbar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/progressbar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows you to easily visualize shares of total
amounts in the form of a bar. So basically you can convert any
number between 0 and 1 to a progressbar using the command
\progressbar{<number>}. Also a lot of customizations are
possible, allowing you to create an unique progressbar on your
own.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/progressbar/progressbar.sty
%doc %{_texmfdistdir}/doc/latex/progressbar/README
%doc %{_texmfdistdir}/doc/latex/progressbar/progressbar.pdf
%doc %{_texmfdistdir}/doc/latex/progressbar/progressbar.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.0b2-2
+ Revision: d3a050d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21081 |14mr|texlive-properties-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/properties
# catalog-date 2009-11-10 09:17:41 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-properties
Version:	0.2
Release:	3
Summary:	Load properties from a file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/properties
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/properties.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/properties.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package loads properties (key, value) from a properties
file, e.g. \jobname.properties.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/properties/properties.sty
%doc %{_texmfdistdir}/doc/latex/properties/readme.de
%doc %{_texmfdistdir}/doc/latex/properties/testprop.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: f71ec03
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21082 |14mr|texlive-proposal-20130219-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29174
# category Package
# catalog-ctan /macros/latex/contrib/proposal
# catalog-date 2013-02-19 13:34:37 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-proposal
Version:	20130219
Release:	6
Summary:	A class for preparing proposals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/proposal
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/proposal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/proposal.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/proposal.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The process of preparing a collaborative proposal, to a major
funding body, involves integration of contributions of a many
people at many sites. It is therefore an ideal application for
a text-based document preparation system such as LaTeX, in
concert with a distributed version control system such as SVN.
The proposal class itself provides a basis for such an
enterprise. The dfgproposal and dfgproposal classes provide two
specialisations of the base class for (respectively) German and
European research proposals. The packages depend on the
author's stex bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/proposal/base/pdata.sty
%{_texmfdistdir}/tex/latex/proposal/base/proposal.cls
%{_texmfdistdir}/tex/latex/proposal/base/reporting.cls
%{_texmfdistdir}/tex/latex/proposal/dfg/dfgpdata.sty
%{_texmfdistdir}/tex/latex/proposal/dfg/dfgproposal.cls
%{_texmfdistdir}/tex/latex/proposal/dfg/dfgreporting.cls
%{_texmfdistdir}/tex/latex/proposal/eu/eupdata.sty
%{_texmfdistdir}/tex/latex/proposal/eu/euproposal.cls
%{_texmfdistdir}/tex/latex/proposal/eu/eureporting.cls
%doc %{_texmfdistdir}/doc/latex/proposal/README
%doc %{_texmfdistdir}/doc/latex/proposal/base/README
%doc %{_texmfdistdir}/doc/latex/proposal/base/proposal.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/dfg/README
%doc %{_texmfdistdir}/doc/latex/proposal/dfg/dfgproposal.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/eu/README
%doc %{_texmfdistdir}/doc/latex/proposal/eu/euproposal.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/proposal/examples/README
%doc %{_texmfdistdir}/doc/latex/proposal/examples/dfgdocs/1_02.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/dfgdocs/1_02e.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/dfgdocs/2_01.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/dfgdocs/2_010.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/dfgdocs/2_012e.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/dfgdocs/54_01_de.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/dfgdocs/54_01_en.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/Makefile
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/README
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/breakthrough.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/impact.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/implementation.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/methodology.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/novelty.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB-blx.bib
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB.deliverables
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB.delivs
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB.pdata
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB1-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB2-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB3-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB4-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/quality.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/workplan.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/lib/WApersons.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/lib/dummy.bib
%doc %{_texmfdistdir}/doc/latex/proposal/examples/lib/jacobs-logo.png
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/Makefile
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/funds.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/preconditions.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/proposal-blx.bib
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/proposal.pdata
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/proposal.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/proposal.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/state.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/workplan.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/zusammenfassung.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/Makefile
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/README
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/finalreport-blx.bib
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/finalreport.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/finalreport.pdata
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/finalreport.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/finalreport.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/letter_submission.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/letter_submission.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/progressreport.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/progresssummary.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/Makefile
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/README
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/jacobs-logo.png
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/letter_submission.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/letter_submission.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/preconditions.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/proposal-blx.bib
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/proposal.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/proposal.pdata
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/proposal.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/proposal.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/proposal1-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/workplan.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/Makefile
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/README
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/deliverables.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/impact.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/implementation.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/issues.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/methodology.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/milestones.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/objectives.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/progress.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB-blx.bib
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB.deliverables
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB.delivs
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB.pdata
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB1-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB2-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB3-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB4-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/quality.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/risks.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/site-bar.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/site-baz.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/site-efo.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/site-jacu.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/site-templatex.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/workplan.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/wp-class.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/wp-dissem.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/wp-management.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/wp-temple.tex
#- source
%doc %{_texmfdistdir}/source/latex/proposal/base/proposal.dtx
%doc %{_texmfdistdir}/source/latex/proposal/base/proposal.ins
%doc %{_texmfdistdir}/source/latex/proposal/dfg/dfgproposal.dtx
%doc %{_texmfdistdir}/source/latex/proposal/dfg/dfgproposal.ins
%doc %{_texmfdistdir}/source/latex/proposal/eu/euproposal.dtx
%doc %{_texmfdistdir}/source/latex/proposal/eu/euproposal.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130219-6
+ Revision: ec94faf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21083 |14mr|texlive-prosper-1.0h-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/prosper
# catalog-date 2010-05-17 14:53:01 +0200
# catalog-license lppl1.2
# catalog-version 1.0h
Name:		texlive-prosper
Version:	1.0h
Release:	3
Summary:	LaTeX class for high quality slides
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/prosper
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prosper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prosper.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prosper.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Prosper is a LaTeX class for writing transparencies. It is
written as an extension of the seminar class by Timothy Van
Zandt. Prosper offers a friendly environment for creating
slides for both presentations with an overhead projector and a
video projector. Slides prepared for a presentation with a
computer and a video projector may integrate animation effects,
incremental display, and so on. Various visual styles are
supported (including some that mimic PowerPoint) and others are
being contributed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/prosper/PPRalcatel.sty
%{_texmfdistdir}/tex/latex/prosper/PPRalienglow.sty
%{_texmfdistdir}/tex/latex/prosper/PPRautumn.sty
%{_texmfdistdir}/tex/latex/prosper/PPRazure.sty
%{_texmfdistdir}/tex/latex/prosper/PPRblends.sty
%{_texmfdistdir}/tex/latex/prosper/PPRcapsules.sty
%{_texmfdistdir}/tex/latex/prosper/PPRcontemporain.sty
%{_texmfdistdir}/tex/latex/prosper/PPRcorners.sty
%{_texmfdistdir}/tex/latex/prosper/PPRdarkblue.sty
%{_texmfdistdir}/tex/latex/prosper/PPRdefault.sty
%{_texmfdistdir}/tex/latex/prosper/PPRframes.sty
%{_texmfdistdir}/tex/latex/prosper/PPRfyma.sty
%{_texmfdistdir}/tex/latex/prosper/PPRgyom.sty
%{_texmfdistdir}/tex/latex/prosper/PPRlignesbleues.sty
%{_texmfdistdir}/tex/latex/prosper/PPRmancini.sty
%{_texmfdistdir}/tex/latex/prosper/PPRnuancegris.sty
%{_texmfdistdir}/tex/latex/prosper/PPRprettybox.sty
%{_texmfdistdir}/tex/latex/prosper/PPRrico.sty
%{_texmfdistdir}/tex/latex/prosper/PPRserpaggi.sty
%{_texmfdistdir}/tex/latex/prosper/PPRthomasd.sty
%{_texmfdistdir}/tex/latex/prosper/PPRtroispoints.sty
%{_texmfdistdir}/tex/latex/prosper/PPRwhitecross.sty
%{_texmfdistdir}/tex/latex/prosper/PPRwinter.sty
%{_texmfdistdir}/tex/latex/prosper/PPRwj.sty
%{_texmfdistdir}/tex/latex/prosper/angleHG.ps
%{_texmfdistdir}/tex/latex/prosper/arrow-glow.ps
%{_texmfdistdir}/tex/latex/prosper/barre-rico.ps
%{_texmfdistdir}/tex/latex/prosper/blue-inverted-arrow.ps
%{_texmfdistdir}/tex/latex/prosper/boule-base.eps
%{_texmfdistdir}/tex/latex/prosper/boulebleue-fondblanc.eps
%{_texmfdistdir}/tex/latex/prosper/boulerouge-fondblanc.eps
%{_texmfdistdir}/tex/latex/prosper/bouleverte-fondblanc.eps
%{_texmfdistdir}/tex/latex/prosper/bullet-glow.ps
%{_texmfdistdir}/tex/latex/prosper/compilation.eps
%{_texmfdistdir}/tex/latex/prosper/degrade-base.eps
%{_texmfdistdir}/tex/latex/prosper/degrade-blanc-bleu.eps
%{_texmfdistdir}/tex/latex/prosper/green-bullet-on-blue-wc.ps
%{_texmfdistdir}/tex/latex/prosper/green-bullet-on-blue.ps
%{_texmfdistdir}/tex/latex/prosper/green-bullet-on-white.ps
%{_texmfdistdir}/tex/latex/prosper/green-inverted-arrow.ps
%{_texmfdistdir}/tex/latex/prosper/gyom.ps
%{_texmfdistdir}/tex/latex/prosper/prosper-structure.eps
%{_texmfdistdir}/tex/latex/prosper/prosper.cls
%{_texmfdistdir}/tex/latex/prosper/red-bullet-on-blue-wc.ps
%{_texmfdistdir}/tex/latex/prosper/red-bullet-on-blue.ps
%{_texmfdistdir}/tex/latex/prosper/red-bullet-on-white.ps
%{_texmfdistdir}/tex/latex/prosper/red-inverted-arrow.ps
%{_texmfdistdir}/tex/latex/prosper/rico.ps
%{_texmfdistdir}/tex/latex/prosper/rico_bullet1.ps
%{_texmfdistdir}/tex/latex/prosper/rico_bullet2.ps
%{_texmfdistdir}/tex/latex/prosper/rico_bullet3.ps
%{_texmfdistdir}/tex/latex/prosper/rotation.ps
%{_texmfdistdir}/tex/latex/prosper/rule-glow.ps
%{_texmfdistdir}/tex/latex/prosper/yellow-bullet-on-blue-wc.ps
%{_texmfdistdir}/tex/latex/prosper/yellow-bullet-on-blue.ps
%{_texmfdistdir}/tex/latex/prosper/yellow-bullet-on-white.ps
%doc %{_texmfdistdir}/doc/latex/prosper/Example.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleAlienglow.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleAutumn.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleAzure.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleContemporain.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleDarkblue.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleFrames.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleLignesbleues.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleNuanceGris.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleTroisPoints.tex
%doc %{_texmfdistdir}/doc/latex/prosper/FAQ
%doc %{_texmfdistdir}/doc/latex/prosper/NEWS
%doc %{_texmfdistdir}/doc/latex/prosper/README
%doc %{_texmfdistdir}/doc/latex/prosper/green-bullet-on-blue-wc.gif
%doc %{_texmfdistdir}/doc/latex/prosper/green-bullet-on-blue.gif
%doc %{_texmfdistdir}/doc/latex/prosper/green-bullet-on-white.gif
%doc %{_texmfdistdir}/doc/latex/prosper/gyom.tex
%doc %{_texmfdistdir}/doc/latex/prosper/manifest.txt
%doc %{_texmfdistdir}/doc/latex/prosper/prosper-doc.pdf
%doc %{_texmfdistdir}/doc/latex/prosper/prosper-doc.tex
%doc %{_texmfdistdir}/doc/latex/prosper/prosper-template.jpg
%doc %{_texmfdistdir}/doc/latex/prosper/prosper-tour.pdf
%doc %{_texmfdistdir}/doc/latex/prosper/prosper-tour.tex
%doc %{_texmfdistdir}/doc/latex/prosper/red-bullet-on-blue-wc.gif
%doc %{_texmfdistdir}/doc/latex/prosper/red-bullet-on-blue.gif
%doc %{_texmfdistdir}/doc/latex/prosper/red-bullet-on-white.gif
%doc %{_texmfdistdir}/doc/latex/prosper/rico.tex
%doc %{_texmfdistdir}/doc/latex/prosper/rotation.tex
%doc %{_texmfdistdir}/doc/latex/prosper/yellow-bullet-on-blue-wc.gif
%doc %{_texmfdistdir}/doc/latex/prosper/yellow-bullet-on-blue.gif
%doc %{_texmfdistdir}/doc/latex/prosper/yellow-bullet-on-white.gif
#- source
%doc %{_texmfdistdir}/source/latex/prosper/AUTHORS
%doc %{_texmfdistdir}/source/latex/prosper/ChangeLog
%doc %{_texmfdistdir}/source/latex/prosper/INSTALL
%doc %{_texmfdistdir}/source/latex/prosper/TODO
%doc %{_texmfdistdir}/source/latex/prosper/compilation.fig
%doc %{_texmfdistdir}/source/latex/prosper/prosper-structure.fig
%doc %{_texmfdistdir}/source/latex/prosper/prosper.png
%doc %{_texmfdistdir}/source/latex/prosper/prosper.ui
%doc %{_texmfdistdir}/source/latex/prosper/seminar-bg2-lepennec.fix

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0h-3
+ Revision: 255bd38
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21084 |14mr|texlive-protex-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /web/protex
# catalog-date 2008-09-16 21:39:08 +0200
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-protex
Version:	1.5
Release:	3
Summary:	Literate programming package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/web/protex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/protex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/protex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
ProTeX is a simple but powerful literate programming tool,
which is designed to generate useful hypertext output (either
PDF, or HTML using TeX4ht).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/protex/AlProTex.sty
%{_texmfdistdir}/tex/latex/protex/ProTex.sty
%doc %{_texmfdistdir}/doc/latex/protex/LitProg
%doc %{_texmfdistdir}/doc/latex/protex/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: f848437
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21085 |14mr|texlive-protocol-1.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25562
# category Package
# catalog-ctan /macros/latex/contrib/protocol
# catalog-date 2012-03-03 18:35:38 +0100
# catalog-license lppl1.3
# catalog-version 1.13
Name:		texlive-protocol
Version:	1.13
Release:	3
Summary:	A class for minutes of meetings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/protocol
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/protocol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/protocol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/protocol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The present version of the class supports German meeting
minutes including vote results and action items. The author has
ambitions to internationalise the code, and would welcome
support in the work.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/protocol/protocol.cls
%doc %{_texmfdistdir}/doc/latex/protocol/README
%doc %{_texmfdistdir}/doc/latex/protocol/protest.tex
%doc %{_texmfdistdir}/doc/latex/protocol/protocol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/protocol/protocol.dtx
%doc %{_texmfdistdir}/source/latex/protocol/protocol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.13-3
+ Revision: e327927
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21086 |14mr|texlive-przechlewski-book-20110814-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23552
# category Package
# catalog-ctan /info/examples/przechlewski-book-examples
# catalog-date 2011-08-14 21:16:59 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-przechlewski-book
Version:	20110814
Release:	3
Summary:	Examples from Przechlewski's LaTeX book
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/przechlewski-book-examples
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/przechlewski-book.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/przechlewski-book.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides machine-readable copies of the examples
from the book "Praca magisterska i dyplomowa z programem
LaTeX".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/przechlewski-book/papalike.bst
%{_texmfdistdir}/tex/latex/przechlewski-book/upmgr.cls
%{_texmfdistdir}/tex/latex/przechlewski-book/wkmgr.cls
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/LICENSE
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/Makefile
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/README
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/README.pl
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/TAM-pl.pdf
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/b313.bib
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p21.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p22.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p23.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p24.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p31.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p310.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p311.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p312.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p313.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p313_utf8.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p32.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p33.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p34.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p35.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p36.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p37.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p38.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p39.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p41.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p42.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p43.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p44.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p45.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p46.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/rys1_5.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr.bib
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr.html
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr1.pdf
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr1.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr2.pdf
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr2.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110814-3
+ Revision: c3cb2f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21087 |14mr|texlive-ps2pkm-1.6beta1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /fonts/utilities/ps2pk
# catalog-date 2012-07-20 20:39:39 +0200
# catalog-license other-free
# catalog-version 1.6 beta 1
Name:		texlive-ps2pkm
Version:	1.6beta1
Release:	9
Summary:	Generate a PK font from an Adobe Type 1 font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/utilities/ps2pk
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ps2pkm.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-ps2pkm.bin

%description
Generates a PK file from an Adobe Type 1 font. PK fonts are (or
used to be) valuable in enabling previewers to view documents
generated that use Type 1 fonts. The program makes use of code
donated to the X consortium by IBM.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_mandir}/man1/mag.1*
%{_texmfdistdir}/doc/man/man1/mag.man1.pdf
%{_mandir}/man1/pfb2pfa.1*
%{_texmfdistdir}/doc/man/man1/pfb2pfa.man1.pdf
%{_mandir}/man1/pk2bm.1*
%{_texmfdistdir}/doc/man/man1/pk2bm.man1.pdf
%{_mandir}/man1/ps2pk.1*
%{_texmfdistdir}/doc/man/man1/ps2pk.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6beta1-9
+ Revision: 64f9ecf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21088 |14mr|texlive-psafm-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-psafm
Version:	20111104
Release:	3
Summary:	TeXLive psafm package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psafm.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive psafm package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/itc/psafm/stonesan/is8b8a.afm
%{_texmfdistdir}/fonts/afm/itc/psafm/stonesan/is8bi8a.afm
%{_texmfdistdir}/fonts/afm/itc/psafm/stonesan/is8r8a.afm
%{_texmfdistdir}/fonts/afm/itc/psafm/stonesan/is8ri8a.afm
%{_texmfdistdir}/fonts/afm/itc/psafm/stonesan/is8s8a.afm
%{_texmfdistdir}/fonts/afm/itc/psafm/stonesan/is8si8a.afm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: 4c58062
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21089 |14mr|texlive-psbao-0.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/psbao
# catalog-date 2008-11-15 12:33:11 +0100
# catalog-license lppl
# catalog-version 0.17
Name:		texlive-psbao
Version:	0.17
Release:	3
Summary:	Draw Bao diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/psbao
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psbao.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psbao.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package draws Bao diagrams in LaTeX. The package is a
development of psgo, and uses PSTricks to draw the diagrams.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/psbao/psbao.sty
%doc %{_texmfdistdir}/doc/latex/psbao/Changes
%doc %{_texmfdistdir}/doc/latex/psbao/README
%doc %{_texmfdistdir}/doc/latex/psbao/psbaomanual.pdf
%doc %{_texmfdistdir}/doc/latex/psbao/psbaomanual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.17-3
+ Revision: 3fe02c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21090 |14mr|texlive-pseudocode-20090302-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pseudocode
# catalog-date 2009-03-02 13:24:03 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-pseudocode
Version:	20090302
Release:	3
Summary:	LaTeX environment for specifying algorithms in a natural way
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pseudocode
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pseudocode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pseudocode.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides the environment "pseudocode" for
describing algorithms in a natural manner.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pseudocode/pseudocode.sty
%doc %{_texmfdistdir}/doc/latex/pseudocode/README
%doc %{_texmfdistdir}/doc/latex/pseudocode/pseudocode.pdf
%doc %{_texmfdistdir}/doc/latex/pseudocode/pseudocode.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090302-3
+ Revision: dd5d42d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21091 |14mr|texlive-psfrag-3.04-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/psfrag
# catalog-date 2009-10-07 22:25:55 +0200
# catalog-license other-free
# catalog-version 3.04
Name:		texlive-psfrag
Version:	3.04
Release:	3
Summary:	Replace strings in encapsulated PostScript figures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/psfrag
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psfrag.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psfrag.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psfrag.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
Allows LaTeX constructions (equations, picture environments,
etc.) to be precisely superimposed over Encapsulated PostScript
figures, using your own favorite drawing tool to create an EPS
figure and placing simple text 'tags' where each replacement is
to be placed, with PSfrag automatically removing these tags
from the figure and replacing them with a user specified LaTeX
construction, properly aligned, scaled, and/or rotated.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/psfrag/psfrag.pro
%{_texmfdistdir}/tex/latex/psfrag/psfrag.sty
%doc %{_texmfdistdir}/doc/latex/psfrag/00readme.txt
%doc %{_texmfdistdir}/doc/latex/psfrag/announce.txt
%doc %{_texmfdistdir}/doc/latex/psfrag/example.eps
%doc %{_texmfdistdir}/doc/latex/psfrag/pfgguide.pdf
%doc %{_texmfdistdir}/doc/latex/psfrag/pfgguide.tex
%doc %{_texmfdistdir}/doc/latex/psfrag/testfig.eps
#- source
%doc %{_texmfdistdir}/source/latex/psfrag/psfrag.dtx
%doc %{_texmfdistdir}/source/latex/psfrag/psfrag.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.04-3
+ Revision: 671df99
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21092 |14mr|texlive-psfrag-italian-20080823-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/italian/psfrag
# catalog-date 2008-08-23 00:25:16 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-psfrag-italian
Version:	20080823
Release:	3
Summary:	PSfrag documentation in Italian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/italian/psfrag
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psfrag-italian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psfrag-italian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a translation of the the documentation that comes with
the psfrag documentation.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/psfrag-italian/itpfgguide.pdf
%doc %{_texmfdistdir}/doc/latex/psfrag-italian/itpfgguide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080823-3
+ Revision: 6f52eb2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21093 |14mr|texlive-psfragx-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26243
# category Package
# catalog-ctan /macros/latex/contrib/psfragx
# catalog-date 2012-05-07 20:30:54 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-psfragx
Version:	1.1
Release:	2
Summary:	A psfrag eXtension
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/psfragx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psfragx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psfragx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psfragx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
PSfragX offers a mechanism to embed \psfrag commands, as
provided by the psfrag package, into the EPS file itself. Each
time a graphic is included, the EPS file is scanned. If some
tagged lines are found, they are used to define the psfrag
replacements that should be performed automatically. In
addition, a similar mechanism holds for overpic objects. These
are picture objects superimposed on the included graphic. A
similar mechanism is implemented in psfrag itself (but
deprecated in the documentation), but psfragx offers much more
flexibility. For example, if babel is used, it is possible to
define different replacements corresponding to different
languages. The replacements to take into account will be
selected on the basis of the current language of the document.
A Matlab script (LaPrint) is provided, to export an EPS file
with psfragx annotations ready embedded.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/psfragx/psfragx.cfg
%{_texmfdistdir}/tex/latex/psfragx/psfragx.sty
%doc %{_texmfdistdir}/doc/latex/psfragx/README
%doc %{_texmfdistdir}/doc/latex/psfragx/README.laprint-3.16
%doc %{_texmfdistdir}/doc/latex/psfragx/laprint.m
%doc %{_texmfdistdir}/doc/latex/psfragx/laprintdoc.ps
%doc %{_texmfdistdir}/doc/latex/psfragx/laprpfx.mat
%doc %{_texmfdistdir}/doc/latex/psfragx/pfxprint.m
%doc %{_texmfdistdir}/doc/latex/psfragx/psfragx.m
%doc %{_texmfdistdir}/doc/latex/psfragx/psfragx.pdf
%doc %{_texmfdistdir}/doc/latex/psfragx/psfragx_example.pdf
%doc %{_texmfdistdir}/doc/latex/psfragx/psfragx_example.tex
%doc %{_texmfdistdir}/doc/latex/psfragx/readmePFX.txt
#- source
%doc %{_texmfdistdir}/source/latex/psfragx/psfragx.drv
%doc %{_texmfdistdir}/source/latex/psfragx/psfragx.dtx
%doc %{_texmfdistdir}/source/latex/psfragx/psfragx.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: 7f9588a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21094 |14mr|texlive-psgo-0.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/psgo
# catalog-date 2008-09-06 19:20:59 +0200
# catalog-license lppl
# catalog-version 0.17
Name:		texlive-psgo
Version:	0.17
Release:	3
Summary:	Typeset go diagrams with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/psgo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psgo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psgo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive psgo package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/psgo/psgo.sty
%doc %{_texmfdistdir}/doc/latex/psgo/Changes
%doc %{_texmfdistdir}/doc/latex/psgo/README
%doc %{_texmfdistdir}/doc/latex/psgo/psgomanual.pdf
%doc %{_texmfdistdir}/doc/latex/psgo/psgomanual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.17-3
+ Revision: 930ce6d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21095 |14mr|texlive-psizzl-0.35-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/psizzl
# catalog-date 2006-12-03 01:48:16 +0100
# catalog-license lppl
# catalog-version 0.35
Name:		texlive-psizzl
Version:	0.35
Release:	3
Summary:	A TeX format for physics papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/psizzl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psizzl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psizzl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psizzl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
PSIZZL is a TeX format for physics papers written at SLAC and
used at several other places. It dates from rather early in the
development of TeX82; as a result, some of the descriptions of
limitations look rather quaint to modern eyes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/psizzl/base/chapters.Psizzl
%{_texmfdistdir}/tex/psizzl/base/citation.Psizzl
%{_texmfdistdir}/tex/psizzl/base/fontdefs.Psizzl
%{_texmfdistdir}/tex/psizzl/base/index.Psizzl
%{_texmfdistdir}/tex/psizzl/base/institut.Psizzl
%{_texmfdistdir}/tex/psizzl/base/letter.Psizzl
%{_texmfdistdir}/tex/psizzl/base/lists.Psizzl
%{_texmfdistdir}/tex/psizzl/base/macros.Psizzl
%{_texmfdistdir}/tex/psizzl/base/memo.Psizzl
%{_texmfdistdir}/tex/psizzl/base/mypsizzl.tex
%{_texmfdistdir}/tex/psizzl/base/options.Psizzl
%{_texmfdistdir}/tex/psizzl/base/output.Psizzl
%{_texmfdistdir}/tex/psizzl/base/picture.Psizzl
%{_texmfdistdir}/tex/psizzl/base/psizzl.tex
%{_texmfdistdir}/tex/psizzl/base/publicat.Psizzl
%{_texmfdistdir}/tex/psizzl/base/symbols.Psizzl
%{_texmfdistdir}/tex/psizzl/base/thesis.Psizzl
%{_texmfdistdir}/tex/psizzl/config/psizzl.ini
%doc %{_texmfdistdir}/doc/otherformats/psizzl/base/psizzl.commands
%doc %{_texmfdistdir}/doc/otherformats/psizzl/base/psizzl.doc
#- source
%doc %{_texmfdistdir}/source/psizzl/base/aaaread.me

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.35-3
+ Revision: e7b2d11
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21096 |14mr|texlive-pslatex-20091007-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16416
# category Package
# catalog-ctan /macros/latex/contrib/pslatex
# catalog-date 2009-10-07 22:25:55 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-pslatex
Version:	20091007
Release:	3
Summary:	Use PostScript fonts by default
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pslatex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pslatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pslatex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A small package that makes LaTeX default to 'standard'
PostScript fonts. It is basically a merger of the times and the
(obsolete) mathptm packages from the psnfss suite. You must
have installed standard LaTeX and the psnfss PostScript fonts
to use this package. The main novel feature is that the pslatex
package tries to compensate for the visual differences between
the Adobe fonts by scaling Helvetica by 90%, and 'condensing'
Courier (i.e. scaling horizontally) by 85%. The package is
supplied with a (unix) shell file for a 'pslatex' command that
allows standard LaTeX documents to be processed, without
needing to edit the file. Note that current psnfss uses a
different technique for scaling Helvetica, and treats Courier
as a lost cause (there are better free fixed-width available
now, than there were when pslatex was designed). As a result,
pslatex is widely considered obsolete.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/pslatex/pcrr8rn.map
%{_texmfdistdir}/fonts/tfm/public/pslatex/pcrr7tn.tfm
%{_texmfdistdir}/fonts/tfm/public/pslatex/pcrr8rn.tfm
%{_texmfdistdir}/fonts/tfm/public/pslatex/pcrr8tn.tfm
%{_texmfdistdir}/fonts/vf/public/pslatex/pcrr7tn.vf
%{_texmfdistdir}/fonts/vf/public/pslatex/pcrr8tn.vf
%{_texmfdistdir}/tex/latex/pslatex/pslatex.sty
#- source
%doc %{_texmfdistdir}/source/latex/pslatex/fontinst/pslatex.tex
%doc %{_texmfdistdir}/source/latex/pslatex/shell/pslatex
%doc %{_texmfdistdir}/source/latex/pslatex/shell/pslatex.bat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091007-3
+ Revision: 2efd2e5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21097 |14mr|texlive-psnfss-9.2a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23394
# category Package
# catalog-ctan /macros/latex/required/psnfss
# catalog-date 2011-05-30 10:00:44 +0200
# catalog-license lppl
# catalog-version 9.2a
Name:		texlive-psnfss
Version:	9.2a
Release:	3
Summary:	Font support for common PostScript fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/required/psnfss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psnfss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psnfss.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psnfss.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-graphics

Requires(post):	texlive-tetex

%description
Font definition files, macros and font metrics for freely-
available Adobe Type 1 fonts. The font set consists of the
'LaserWriter 35' set (originally 'freely available' because
embedded in PostScript printers), and a variety of other free
fonts, together with some additions. Note that while many of
the fonts are available in PostScript (and other) printers,
most publishers require fonts embedded in documents, which
requires that you have the fonts in your TeX system.
Fortunately, there are free versions of the fonts from URW
(available in the URW base5 bundle). The base set of text fonts
covered by PSNFSS are: AvantGarde, Bookman, Courier, Helvetica,
New Century Schoolbook, Palatino, Symbol, Times Roman and Zapf
Dingbats. In addition, the fonts Bitstream Charter and Adobe
Utopia are covered (those fonts were contributed to the Public
Domain by their commercial foundries). Separate packages are
provided to load each font for use as main text font. The
packages helvet (which allows Helvetica to be loaded with its
size scaled to something more nearly appropriate for its use as
a Sans-Serif font to match Times) and pifont (which provides
the means to select single glyphs from symbol fonts) are
tailored to special requirements of their fonts. Mathematics
are covered by the mathptmx package, which constructs passable
mathematics from a combination of Times Roman, Symbol and some
glyphs from Computer Modern, and by Pazo Math (optionally
extended with the fpl small-caps and old-style figures fonts)
which uses Palatino as base font, with the mathpazo fonts. The
bundle as a whole is part of the LaTeX 'required' set of
packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/psnfss/charter.map
%{_texmfdistdir}/fonts/map/dvips/psnfss/fpls.map
%{_texmfdistdir}/fonts/map/dvips/psnfss/pazo.map
%{_texmfdistdir}/fonts/map/dvips/psnfss/psnfss.map
%{_texmfdistdir}/fonts/map/dvips/psnfss/utopia.map
%{_texmfdistdir}/tex/latex/psnfss/8rbch.fd
%{_texmfdistdir}/tex/latex/psnfss/8rpag.fd
%{_texmfdistdir}/tex/latex/psnfss/8rpbk.fd
%{_texmfdistdir}/tex/latex/psnfss/8rpcr.fd
%{_texmfdistdir}/tex/latex/psnfss/8rphv.fd
%{_texmfdistdir}/tex/latex/psnfss/8rpnc.fd
%{_texmfdistdir}/tex/latex/psnfss/8rppl.fd
%{_texmfdistdir}/tex/latex/psnfss/8rptm.fd
%{_texmfdistdir}/tex/latex/psnfss/8rput.fd
%{_texmfdistdir}/tex/latex/psnfss/8rpzc.fd
%{_texmfdistdir}/tex/latex/psnfss/avant.sty
%{_texmfdistdir}/tex/latex/psnfss/bookman.sty
%{_texmfdistdir}/tex/latex/psnfss/chancery.sty
%{_texmfdistdir}/tex/latex/psnfss/charter.sty
%{_texmfdistdir}/tex/latex/psnfss/courier.sty
%{_texmfdistdir}/tex/latex/psnfss/helvet.sty
%{_texmfdistdir}/tex/latex/psnfss/mathpazo.sty
%{_texmfdistdir}/tex/latex/psnfss/mathpple.sty
%{_texmfdistdir}/tex/latex/psnfss/mathptm.sty
%{_texmfdistdir}/tex/latex/psnfss/mathptmx.sty
%{_texmfdistdir}/tex/latex/psnfss/newcent.sty
%{_texmfdistdir}/tex/latex/psnfss/omlbch.fd
%{_texmfdistdir}/tex/latex/psnfss/omlpag.fd
%{_texmfdistdir}/tex/latex/psnfss/omlpbk.fd
%{_texmfdistdir}/tex/latex/psnfss/omlpcr.fd
%{_texmfdistdir}/tex/latex/psnfss/omlphv.fd
%{_texmfdistdir}/tex/latex/psnfss/omlpnc.fd
%{_texmfdistdir}/tex/latex/psnfss/omlppl.fd
%{_texmfdistdir}/tex/latex/psnfss/omlptm.fd
%{_texmfdistdir}/tex/latex/psnfss/omlptmcm.fd
%{_texmfdistdir}/tex/latex/psnfss/omlput.fd
%{_texmfdistdir}/tex/latex/psnfss/omlpzc.fd
%{_texmfdistdir}/tex/latex/psnfss/omlzplm.fd
%{_texmfdistdir}/tex/latex/psnfss/omlzpple.fd
%{_texmfdistdir}/tex/latex/psnfss/omlztmcm.fd
%{_texmfdistdir}/tex/latex/psnfss/omsbch.fd
%{_texmfdistdir}/tex/latex/psnfss/omspag.fd
%{_texmfdistdir}/tex/latex/psnfss/omspbk.fd
%{_texmfdistdir}/tex/latex/psnfss/omspcr.fd
%{_texmfdistdir}/tex/latex/psnfss/omsphv.fd
%{_texmfdistdir}/tex/latex/psnfss/omspnc.fd
%{_texmfdistdir}/tex/latex/psnfss/omsppl.fd
%{_texmfdistdir}/tex/latex/psnfss/omsptm.fd
%{_texmfdistdir}/tex/latex/psnfss/omsput.fd
%{_texmfdistdir}/tex/latex/psnfss/omspzc.fd
%{_texmfdistdir}/tex/latex/psnfss/omspzccm.fd
%{_texmfdistdir}/tex/latex/psnfss/omszplm.fd
%{_texmfdistdir}/tex/latex/psnfss/omszpple.fd
%{_texmfdistdir}/tex/latex/psnfss/omsztmcm.fd
%{_texmfdistdir}/tex/latex/psnfss/omxpsycm.fd
%{_texmfdistdir}/tex/latex/psnfss/omxzplm.fd
%{_texmfdistdir}/tex/latex/psnfss/omxzpple.fd
%{_texmfdistdir}/tex/latex/psnfss/omxztmcm.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1bch.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1pag.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1pbk.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1pcr.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1phv.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1pnc.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1ppl.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1pplj.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1pplx.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1ptm.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1ptmcm.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1put.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1pzc.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1zplm.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1zpple.fd
%{_texmfdistdir}/tex/latex/psnfss/ot1ztmcm.fd
%{_texmfdistdir}/tex/latex/psnfss/palatino.sty
%{_texmfdistdir}/tex/latex/psnfss/pifont.sty
%{_texmfdistdir}/tex/latex/psnfss/t1bch.fd
%{_texmfdistdir}/tex/latex/psnfss/t1pag.fd
%{_texmfdistdir}/tex/latex/psnfss/t1pbk.fd
%{_texmfdistdir}/tex/latex/psnfss/t1pcr.fd
%{_texmfdistdir}/tex/latex/psnfss/t1phv.fd
%{_texmfdistdir}/tex/latex/psnfss/t1pnc.fd
%{_texmfdistdir}/tex/latex/psnfss/t1ppl.fd
%{_texmfdistdir}/tex/latex/psnfss/t1pplj.fd
%{_texmfdistdir}/tex/latex/psnfss/t1pplx.fd
%{_texmfdistdir}/tex/latex/psnfss/t1ptm.fd
%{_texmfdistdir}/tex/latex/psnfss/t1put.fd
%{_texmfdistdir}/tex/latex/psnfss/t1pzc.fd
%{_texmfdistdir}/tex/latex/psnfss/times.sty
%{_texmfdistdir}/tex/latex/psnfss/ts1bch.fd
%{_texmfdistdir}/tex/latex/psnfss/ts1pag.fd
%{_texmfdistdir}/tex/latex/psnfss/ts1pbk.fd
%{_texmfdistdir}/tex/latex/psnfss/ts1pcr.fd
%{_texmfdistdir}/tex/latex/psnfss/ts1phv.fd
%{_texmfdistdir}/tex/latex/psnfss/ts1pnc.fd
%{_texmfdistdir}/tex/latex/psnfss/ts1ppl.fd
%{_texmfdistdir}/tex/latex/psnfss/ts1pplj.fd
%{_texmfdistdir}/tex/latex/psnfss/ts1pplx.fd
%{_texmfdistdir}/tex/latex/psnfss/ts1ptm.fd
%{_texmfdistdir}/tex/latex/psnfss/ts1put.fd
%{_texmfdistdir}/tex/latex/psnfss/ts1pzc.fd
%{_texmfdistdir}/tex/latex/psnfss/ufplm.fd
%{_texmfdistdir}/tex/latex/psnfss/ufplmbb.fd
%{_texmfdistdir}/tex/latex/psnfss/upsy.fd
%{_texmfdistdir}/tex/latex/psnfss/upzd.fd
%{_texmfdistdir}/tex/latex/psnfss/utopia.sty
%_texmf_updmap_d/psnfss
%doc %{_texmfdistdir}/doc/latex/psnfss/00readme.txt
%doc %{_texmfdistdir}/doc/latex/psnfss/changes.txt
%doc %{_texmfdistdir}/doc/latex/psnfss/manifest.txt
%doc %{_texmfdistdir}/doc/latex/psnfss/psfonts.pdf
%doc %{_texmfdistdir}/doc/latex/psnfss/psnfss2e.pdf
%doc %{_texmfdistdir}/doc/latex/psnfss/test/mathtest.tex
%doc %{_texmfdistdir}/doc/latex/psnfss/test/pitest.tex
%doc %{_texmfdistdir}/doc/latex/psnfss/test/test0.tex
%doc %{_texmfdistdir}/doc/latex/psnfss/test/test1.tex
%doc %{_texmfdistdir}/doc/latex/psnfss/test/test2.tex
%doc %{_texmfdistdir}/doc/latex/psnfss/test/test3.tex
#- source
%doc %{_texmfdistdir}/source/latex/psnfss/psfonts.dtx
%doc %{_texmfdistdir}/source/latex/psnfss/psfonts.ins
%doc %{_texmfdistdir}/source/latex/psnfss/psnfss2e.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/psnfss <<EOF
Map charter.map
Map fpls.map
Map pazo.map
Map utopia.map
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 9.2a-3
+ Revision: a02b208
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21098 |14mr|texlive-pspicture-20070311-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pspicture
# catalog-date 2007-03-11 16:56:01 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-pspicture
Version:	20070311
Release:	3
Summary:	PostScript picture support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pspicture
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pspicture.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pspicture.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pspicture.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A replacement for LaTeX's picture macros, that uses PostScript
\special commands. The package is now largely superseded by
pict2e.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pspicture/pspicture.ps
%{_texmfdistdir}/tex/latex/pspicture/pspicture.sty
%doc %{_texmfdistdir}/doc/latex/pspicture/README
%doc %{_texmfdistdir}/doc/latex/pspicture/pspicture.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pspicture/pspicture.dtx
%doc %{_texmfdistdir}/source/latex/pspicture/pspicture.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070311-3
+ Revision: edd32b4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21099 |14mr|texlive-pst-2dplot-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-2dplot
# catalog-date 2006-12-31 09:43:01 +0000
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-pst-2dplot
Version:	1.5
Release:	3
Summary:	A PSTricks package for drawing 2D curves
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-2dplot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-2dplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-2dplot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-2dplot is a pstricks package that offers an easy-to-use and
intuitive tool for plotting 2-d curves. It defines an
environment with commands similar to MATLAB for plotting.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-2dplot/pst-2dplot.sty
%doc %{_texmfdistdir}/doc/generic/pst-2dplot/README
%doc %{_texmfdistdir}/doc/generic/pst-2dplot/data1.dat
%doc %{_texmfdistdir}/doc/generic/pst-2dplot/data2.dat
%doc %{_texmfdistdir}/doc/generic/pst-2dplot/data3.dat
%doc %{_texmfdistdir}/doc/generic/pst-2dplot/pst-2dplot-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-2dplot/pst-2dplot-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: 84a8840
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21100 |14mr|texlive-pst2pdf-0.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24845
# category Package
# catalog-ctan /graphics/pstricks/scripts/pst2pdf
# catalog-date 2011-12-14 17:37:45 +0100
# catalog-license gpl
# catalog-version 0.12
Name:		texlive-pst2pdf
Version:	0.12
Release:	4
Summary:	A script to compile pstricks documents via pdftex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/scripts/pst2pdf
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst2pdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst2pdf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst2pdf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pst2pdf.bin = %{EVRD}

%description
The script extracts the preamble of the document and runs all
\begin{postscript}...\end{postscript}
\begin{pspicture}...\end{pspicture} and
\pspicture...\endpspicture separately through LaTeX with the
same preamble as the original document; thus it creates EPS,
PNG and PDF files of these snippets. In a final PDFLaTeX run
the script replaces the environments with \includegraphics to
include the processed snippets. Detail documentation is
acquired from the document itself via Perldoc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/pst2pdf
%{_texmfdistdir}/scripts/pst2pdf/pst2pdf
%doc %{_texmfdistdir}/doc/latex/pst2pdf/Changes
%doc %{_texmfdistdir}/doc/latex/pst2pdf/Makefile
%doc %{_texmfdistdir}/doc/latex/pst2pdf/README
%doc %{_texmfdistdir}/doc/latex/pst2pdf/pst2pdf-doc.bib
%doc %{_texmfdistdir}/doc/latex/pst2pdf/pst2pdf-doc.pdf
%doc %{_texmfdistdir}/doc/latex/pst2pdf/pst2pdf-doc.tex
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test.pdf
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test.tex
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test1-pdf.pdf
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test1.tex
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test2-pdf.pdf
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test2.pdf
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test2.tex
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test3-pdf.pdf
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test3.tex
%doc %{_texmfdistdir}/doc/latex/pst2pdf/tux.jpg
#- source
%doc %{_texmfdistdir}/source/latex/pst2pdf/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pst2pdf/pst2pdf pst2pdf
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12-4
+ Revision: 3ad0cb6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21101 |14mr|texlive-pst-3d-1.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17257
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-3d
# catalog-date 2010-02-15 10:59:10 +0100
# catalog-license lppl
# catalog-version 1.10
Name:		texlive-pst-3d
Version:	1.10
Release:	4
Summary:	A PSTricks package for tilting and other pseudo-3D tricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-3d
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3d.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3d.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pst-3d package provides basic macros for shadows, tilting
and three dimensional representations of text or graphical
objects.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-3d/pst-3d.pro
%{_texmfdistdir}/tex/generic/pst-3d/pst-3d.tex
%{_texmfdistdir}/tex/latex/pst-3d/pst-3d.sty
%doc %{_texmfdistdir}/doc/generic/pst-3d/Changes
%doc %{_texmfdistdir}/doc/generic/pst-3d/README
%doc %{_texmfdistdir}/doc/generic/pst-3d/pst-3d-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-3d/pst-3d-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-3d/pst-3d-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-3d/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10-4
+ Revision: 9b28380
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21102 |14mr|texlive-pst-3dplot-1.97-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27233
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-3dplot
# catalog-date 2012-06-07 14:36:18 +0200
# catalog-license lppl
# catalog-version 1.97
Name:		texlive-pst-3dplot
Version:	1.97
Release:	2
Summary:	Draw 3D objects in parallel projection, using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-3dplot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3dplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3dplot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3dplot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package using PSTricks to draw a large variety of graphs and
plots, including 3D maths functions. Data can be read from
external data files, making this package a generic tool for
graphing within TeX/LaTeX, without the need for external tools.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-3dplot/pst-3dplot.pro
%{_texmfdistdir}/tex/generic/pst-3dplot/pst-3dplot.tex
%{_texmfdistdir}/tex/latex/pst-3dplot/pst-3dplot.sty
%doc %{_texmfdistdir}/doc/generic/pst-3dplot/Changes
%doc %{_texmfdistdir}/doc/generic/pst-3dplot/README
%doc %{_texmfdistdir}/doc/generic/pst-3dplot/more_docs/tb72voss3d.pdf
%doc %{_texmfdistdir}/doc/generic/pst-3dplot/pst-3dplot-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-3dplot/pst-3dplot-doc.dat
%doc %{_texmfdistdir}/doc/generic/pst-3dplot/pst-3dplot-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-3dplot/pst-3dplot-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-3dplot/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.97-2
+ Revision: 9f33f4e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21103 |14mr|texlive-pst-abspos-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-abspos
# catalog-date 2009-11-10 09:17:41 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-pst-abspos
Version:	0.2
Release:	3
Summary:	Put objects at an absolute position
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-abspos
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-abspos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-abspos.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-abspos.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The (PSTricks-related) package provides a command
\pstPutAbs(x,y) to put an object at an arbitrary absolute (or
even a relative) position on the page.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-abspos/pst-abspos.tex
%{_texmfdistdir}/tex/latex/pst-abspos/pst-abspos.sty
%doc %{_texmfdistdir}/doc/generic/pst-abspos/Changes
%doc %{_texmfdistdir}/doc/generic/pst-abspos/README
%doc %{_texmfdistdir}/doc/generic/pst-abspos/pst-abspos-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-abspos/pst-abspos-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-abspos/pst-abspos-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-abspos/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 76658f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21104 |14mr|texlive-pst-am-1.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19591
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-am
# catalog-date 2010-09-04 14:00:25 +0200
# catalog-license lppl
# catalog-version 1.02
Name:		texlive-pst-am
Version:	1.02
Release:	3
Summary:	Simulation of modulation and demodulation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-am
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-am.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-am.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-am.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the simulation of the modulated and
demodulated amplitude of radio waves. The user may plot curves
of modulated signals, wave carrier, signal modulation, signal
recovery and signal demodulation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-am/pst-am.sty
%doc %{_texmfdistdir}/doc/generic/pst-am/Changes
%doc %{_texmfdistdir}/doc/generic/pst-am/README
%doc %{_texmfdistdir}/doc/generic/pst-am/index.phtml
%doc %{_texmfdistdir}/doc/generic/pst-am/pst-am-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-am/pst-am-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-am/pst-am-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-am/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.02-3
+ Revision: 01abe45
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21105 |14mr|texlive-pst-asr-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22138
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-asr
# catalog-date 2011-04-20 18:25:54 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-pst-asr
Version:	1.3
Release:	3
Summary:	Typeset autosegmental representations for linguists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-asr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-asr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-asr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to typeset autosegmental
representations. It uses the PStricks, and xkeyval packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-asr/pst-asr.tex
%{_texmfdistdir}/tex/latex/pst-asr/pst-asr.sty
%doc %{_texmfdistdir}/doc/generic/pst-asr/README
%doc %{_texmfdistdir}/doc/generic/pst-asr/pst-asr-doc-source.zip
%doc %{_texmfdistdir}/doc/generic/pst-asr/pst-asr-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-asr/pst-asr-examples.pdf
%doc %{_texmfdistdir}/doc/generic/pst-asr/pst-asr-examples.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 06566c7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21106 |14mr|texlive-pst-bar-0.92-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18734
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-bar
# catalog-date 2009-03-12 20:12:20 +0100
# catalog-license lppl
# catalog-version 0.92
Name:		texlive-pst-bar
Version:	0.92
Release:	3
Summary:	Produces bar charts using pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-bar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
pst-bar uses pstricks to draw bar charts from data stored in a
comma-delimited file. Several types of bar charts may be drawn,
and the drawing parameters are highly customizable. No external
packages are required except those that are part of the
standard pstricks distribution.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-bar/pst-bar.pro
%{_texmfdistdir}/tex/generic/pst-bar/pst-bar.tex
%{_texmfdistdir}/tex/latex/pst-bar/pst-bar.sty
%doc %{_texmfdistdir}/doc/generic/pst-bar/README
%doc %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-docDE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-docDE.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-bar/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.92-3
+ Revision: 558dd29
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21107 |14mr|texlive-pst-barcode-0.09-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27004
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-barcode
# catalog-date 2012-06-28 12:34:54 +0200
# catalog-license lppl
# catalog-version 0.09
Name:		texlive-pst-barcode
Version:	0.09
Release:	2
Summary:	Print barcodes using PostScript
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-barcode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-barcode.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-barcode.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pst-barcode package allows printing of barcodes, in a huge
variety of formats (see documentation for details). As a
pstricks package, the package requires pstricks. The package
uses PostScript for calculating the bars. For PDF output use a
multi-pass mechansism such as pst-pdf.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-barcode/pst-barcode.pro
%{_texmfdistdir}/tex/generic/pst-barcode/pst-barcode.tex
%{_texmfdistdir}/tex/latex/pst-barcode/pst-barcode.sty
%doc %{_texmfdistdir}/doc/generic/pst-barcode/Changes
%doc %{_texmfdistdir}/doc/generic/pst-barcode/README
%doc %{_texmfdistdir}/doc/generic/pst-barcode/pst-barcode-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-barcode/pst-barcode-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-barcode/pst-barcode-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-barcode/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.09-2
+ Revision: 163bf98
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21108 |14mr|texlive-pst-bezier-0.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-bezier
# catalog-date 2009-02-01 17:37:35 +0100
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-pst-bezier
Version:	0.01
Release:	3
Summary:	Draw Bezier curves
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-bezier
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bezier.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bezier.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bezier.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a macro \psbcurve for drawing a Bezier
curve. Provision is made for full control of over all the
control points of the curve.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-bezier/pst-bezier.pro
%{_texmfdistdir}/tex/generic/pst-bezier/pst-bezier.tex
%{_texmfdistdir}/tex/latex/pst-bezier/pst-bezier.sty
%doc %{_texmfdistdir}/doc/generic/pst-bezier/Changes
%doc %{_texmfdistdir}/doc/generic/pst-bezier/README
%doc %{_texmfdistdir}/doc/generic/pst-bezier/pst-bezier-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-bezier/pst-bezier-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-bezier/pst-bezier-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-bezier/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01-3
+ Revision: 9ea1443
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21109 |14mr|texlive-pst-blur-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-blur
# catalog-date 2006-12-19 19:38:44 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-pst-blur
Version:	2.0
Release:	3
Summary:	PSTricks package for "blurred" shadows
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-blur
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-blur.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-blur.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-blur.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-blur is a package built for use with PSTricks. It provides
macros that apply blurring to the normal shadow function of
PSTricks.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-blur/pst-blur.pro
%{_texmfdistdir}/tex/generic/pst-blur/pst-blur.tex
%{_texmfdistdir}/tex/latex/pst-blur/pst-blur.sty
%doc %{_texmfdistdir}/doc/generic/pst-blur/Changes
%doc %{_texmfdistdir}/doc/generic/pst-blur/README
%doc %{_texmfdistdir}/doc/generic/pst-blur/pst-blur.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-blur/Makefile
%doc %{_texmfdistdir}/source/generic/pst-blur/pst-blur.dtx
%doc %{_texmfdistdir}/source/generic/pst-blur/pst-blur.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: ec9402a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21110 |14mr|texlive-pst-bspline-1.61-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25582
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-bspline
# catalog-date 2012-03-07 20:35:45 +0100
# catalog-license lppl1.3
# catalog-version 1.61
Name:		texlive-pst-bspline
Version:	1.61
Release:	2
Summary:	Draw cubic Bspline curves and interpolations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-bspline
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bspline.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bspline.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package draws uniform, cubic B-spline curves, open and
closed, based on a sequence of B-spline control points. There
is also code which permits drawing the open or closed cubic
Bspline curve interpolating a sequence of points. Graphical
output is created using PStricks.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-bspline/pst-bspline.pro
%{_texmfdistdir}/tex/generic/pst-bspline/pst-bspline.tex
%{_texmfdistdir}/tex/latex/pst-bspline/pst-bspline.sty
%doc %{_texmfdistdir}/doc/generic/pst-bspline/README
%doc %{_texmfdistdir}/doc/generic/pst-bspline/pst-bspline-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-bspline/pst-bspline-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.61-2
+ Revision: 140ab90
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21111 |14mr|texlive-pst-calendar-0.47-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-calendar
# catalog-date 2009-03-30 10:35:07 +0200
# catalog-license lppl
# catalog-version 0.47
Name:		texlive-pst-calendar
Version:	0.47
Release:	3
Summary:	Plot calendars in "fancy" ways
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-calendar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-calendar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-calendar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pst-calendar package uses pstricks and pst-3d to draw
tabular calendars, or calendars on dodecahedra with a month to
each face (the package also requires the multido and pst-xkey
packages). The package works for years 2000-2099, and has
options for calendars in French German and English, but the
documentation is not available in English.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-calendar/pst-calendar.sty
%doc %{_texmfdistdir}/doc/latex/pst-calendar/Changes
%doc %{_texmfdistdir}/doc/latex/pst-calendar/README
%doc %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docDE.ltx
%doc %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docDE.pdf
%doc %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docDE.tex
%doc %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docFR.pdf
%doc %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docFR.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.47-3
+ Revision: 13e0c32
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21112 |14mr|texlive-pst-circ-2.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22444
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-circ
# catalog-date 2011-05-12 00:58:47 +0200
# catalog-license lppl
# catalog-version 2.02
Name:		texlive-pst-circ
Version:	2.02
Release:	3
Summary:	PSTricks package for drawing electric circuits
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-circ
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-circ.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-circ.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-circ.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-circ is a package built using PSTricks and in particular
pst-node. It can easily draw current 2-terminal devices and
some 3- and 4-terminal devices used in electronic or electric
theory. The package's macros are designed with a view to
'logical' representation of circuits, as far as possible, so as
to relieve the user of purely graphical considerations when
expressing a circuit.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-circ/pst-circ.pro
%{_texmfdistdir}/tex/generic/pst-circ/pst-circ.tex
%{_texmfdistdir}/tex/latex/pst-circ/pst-circ.sty
%doc %{_texmfdistdir}/doc/generic/pst-circ/Changes
%doc %{_texmfdistdir}/doc/generic/pst-circ/README
%doc %{_texmfdistdir}/doc/generic/pst-circ/more_docs/dtk03-3.pdf
%doc %{_texmfdistdir}/doc/generic/pst-circ/pst-circ-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-circ/pst-circ-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-circ/pst-circ-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-circ/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.02-3
+ Revision: bedc318
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21113 |14mr|texlive-pst-coil-1.06-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24020
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-coil
# catalog-date 2011-09-19 17:03:12 +0200
# catalog-license lppl
# catalog-version 1.06
Name:		texlive-pst-coil
Version:	1.06
Release:	3
Summary:	A PSTricks package for coils, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-coil
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-coil.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-coil.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-coil.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-coil is a PSTricks based package for coils and zigzags and
for coil and zigzag node connections.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-coil/pst-coil.pro
%{_texmfdistdir}/tex/generic/pst-coil/pst-coil.tex
%{_texmfdistdir}/tex/latex/pst-coil/pst-coil.sty
%doc %{_texmfdistdir}/doc/generic/pst-coil/Changes
%doc %{_texmfdistdir}/doc/generic/pst-coil/README
%doc %{_texmfdistdir}/doc/generic/pst-coil/pst-coil-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-coil/pst-coil-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-coil/pst-coil-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-coil/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.06-3
+ Revision: 31909d6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21114 |14mr|texlive-pst-cox-0.98Beta-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-cox
# catalog-date 2008-08-23 00:25:16 +0200
# catalog-license lgpl
# catalog-version 0.98 Beta
Name:		texlive-pst-cox
Version:	0.98Beta
Release:	3
Summary:	Drawing regular complex polytopes with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-cox
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-cox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-cox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-cox is a PSTricks package for drawing 2-dimensional
projections of complex regular polytopes (after the work of
Coxeter). The package consists of a macro library for drawing
the projections. The complex polytopes appear in the study of
the root systems and play a crucial role in many domains
related to mathematics and physics. These polytopes have been
completely described by Coxeter in his book "Regular Complex
Polytopes". There exist only a finite numbers of exceptional
regular complex polytopes (for example the icosahedron) and
some infinite series (for example, one can construct a multi-
dimensional analogue of the hypercube in any finite dimension).
The library contains two packages. The first, pst-coxcoor, is
devoted to the exceptional complex regular polytopes whose
coordinates have been pre-computed. The second, pst-coxeterp,
is devoted to the infinite series.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-cox/pst-coxeter.pro
%{_texmfdistdir}/tex/generic/pst-cox/pst-coxcoor.tex
%{_texmfdistdir}/tex/generic/pst-cox/pst-coxeterp.tex
%{_texmfdistdir}/tex/latex/pst-cox/pst-coxcoor.sty
%{_texmfdistdir}/tex/latex/pst-cox/pst-coxeterp.sty
%doc %{_texmfdistdir}/doc/generic/pst-cox/README
%doc %{_texmfdistdir}/doc/generic/pst-cox/gpl.txt
%doc %{_texmfdistdir}/doc/generic/pst-cox/lgpl.txt
%doc %{_texmfdistdir}/doc/generic/pst-cox/pst-coxcoor/Gallery.tex
%doc %{_texmfdistdir}/doc/generic/pst-cox/pst-coxcoor/pst-coxcoor_doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-cox/pst-coxcoor/pst-coxcoor_doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-cox/pst-coxeterp/Gallery.tex
%doc %{_texmfdistdir}/doc/generic/pst-cox/pst-coxeterp/pst-coxeterp_doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-cox/pst-coxeterp/pst-coxeterp_doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.98Beta-3
+ Revision: a55a309
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21115 |14mr|texlive-pst-dbicons-0.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17556
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-dbicons
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license lppl
# catalog-version 0.16
Name:		texlive-pst-dbicons
Version:	0.16
Release:	3
Summary:	Support for drawing ER diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-dbicons
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-dbicons.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-dbicons.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-dbicons.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides some useful macros in the database area.
The package focusses on typesetting ER-Diagrams in a
declarative style, i.e., by positioning some nodes and defining
the position of all other nodes relative to them by using the
standard database terminology. The PSTricks package is required
for using pst-dbicons, but no deep knowledge of PSTricks
commands is required (although such knowledge is useful for
exploiting the full functionality of the package).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-dbicons/pst-dbicons.sty
%doc %{_texmfdistdir}/doc/generic/pst-dbicons/README
%doc %{_texmfdistdir}/doc/generic/pst-dbicons/mondial-ER.tex
%doc %{_texmfdistdir}/doc/generic/pst-dbicons/pst-dbicons.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-dbicons/pst-dbicons.drv
%doc %{_texmfdistdir}/source/generic/pst-dbicons/pst-dbicons.dtx
%doc %{_texmfdistdir}/source/generic/pst-dbicons/pst-dbicons.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.16-3
+ Revision: 0a8f4c8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21116 |14mr|texlive-pst-diffraction-2.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-diffraction
# catalog-date 2008-09-03 19:49:55 +0200
# catalog-license lppl
# catalog-version 2.03
Name:		texlive-pst-diffraction
Version:	2.03
Release:	3
Summary:	Print diffraction patterns from various apertures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-diffraction
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-diffraction.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-diffraction.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-diffraction.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to draw the diffraction patterns
for different geometric forms of apertures for monochromatic
light. The aperture stops can have rectangular, circular or
triangular openings. The view of the diffraction may be planar,
or three-dimensional. Options available are the dimensions of
the aperture under consideration and of the particular optical
setting, e.g. the radius in case of an circular opening.
Moreover one can choose the wavelength of the light (the
associated color will be calculated by the package).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-diffraction/pst-diffraction.tex
%{_texmfdistdir}/tex/latex/pst-diffraction/pst-diffraction.sty
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/Changes
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/README
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docDE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docDE.tex
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docE.tex
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docFR.pdf
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docFR.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-diffraction/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.03-3
+ Revision: 4dd4944
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21117 |14mr|texlive-pst-electricfield-0.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21864
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-electricfield
# catalog-date 2011-03-28 22:21:58 +0200
# catalog-license lppl
# catalog-version 0.14
Name:		texlive-pst-electricfield
Version:	0.14
Release:	3
Summary:	Draw electric field and equipotential lines with PStricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-electricfield
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-electricfield.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-electricfield.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-electricfield.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros to plot electric field and
equipotential lines using PStricks. There may be any number of
charges which can be placed in a cartesian coordinate system by
(x,y) values.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-electricfield/pst-electricfield.pro
%{_texmfdistdir}/tex/generic/pst-electricfield/pst-electricfield.tex
%{_texmfdistdir}/tex/latex/pst-electricfield/pst-electricfield.sty
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/Changes
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/README
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docDE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docDE.tex
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docEN.pdf
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docEN.tex
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docFR.pdf
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docFR.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-electricfield/Makefile
%doc %{_texmfdistdir}/source/generic/pst-electricfield/Makefile.latex
%doc %{_texmfdistdir}/source/generic/pst-electricfield/Makefile.pst2pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.14-3
+ Revision: 3f5d5cc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21118 |14mr|texlive-pst-eps-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-eps
# catalog-date 2007-02-28 00:07:21 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-pst-eps
Version:	1.0
Release:	3
Summary:	Create EPS files from PSTricks figures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-eps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eps.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eps.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-eps is a PSTricks-based package for exporting PSTricks
images 'on the fly' to encapsulated PostScript (EPS) image
files, which can then be read into a document in the usual way.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-eps/pst-eps.tex
%{_texmfdistdir}/tex/latex/pst-eps/pst-eps.sty
%doc %{_texmfdistdir}/doc/generic/pst-eps/Changes
%doc %{_texmfdistdir}/doc/generic/pst-eps/README
%doc %{_texmfdistdir}/doc/generic/pst-eps/pst-eps-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-eps/pst-eps-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-eps/pst-eps-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-eps/spirale.eps
#- source
%doc %{_texmfdistdir}/source/generic/pst-eps/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 7e7cda2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21119 |14mr|texlive-pst-eucl-1.42-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24926
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-eucl
# catalog-date 2011-12-23 12:25:21 +0100
# catalog-license lppl
# catalog-version 1.42
Name:		texlive-pst-eucl
Version:	1.42
Release:	3
Summary:	Euclidian geometry with pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-eucl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eucl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eucl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pst-eucl package allow the drawing of Euclidean geometric
figures using TeX pstricks macros for specifying mathematical
constraints. It is thus possible to build point using common
transformations or intersections. The use of coordinates is
limited to points which controlled the figure.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-eucl/pst-eucl.pro
%{_texmfdistdir}/tex/generic/pst-eucl/pst-eucl.tex
%{_texmfdistdir}/tex/latex/pst-eucl/pst-eucl.sty
%doc %{_texmfdistdir}/doc/generic/pst-eucl/Changes
%doc %{_texmfdistdir}/doc/generic/pst-eucl/README
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/abscur.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/abscur_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/angle.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/angle_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/arc.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/arc_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/astro.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/astro_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/bissec.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/bissec_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/ccirc.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/ccirc_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cercle.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cercle_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cinscex.pdf
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cinscex.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cinscex_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/curvetype.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/curvetype_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cyclo.pdf
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cyclo.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cycloO.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cyclo_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/delto.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/droite.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/droite_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/envcardi.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/envcardi_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/envellipse.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/envellipse_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/euler.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/euler_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/fracthom.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/fracthom_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/gal_biss.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/gal_biss_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/gauss.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/gauss_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/gencur.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/gencur_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/geohyper.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/geohyper_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/geonode.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/geonode_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/german_ra.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/german_ra_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/grav.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/grav_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/homothetie.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/homothetie_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/hyperbole.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/hyperbole_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/hypocyclo.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interCC.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interCC_bis_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interCC_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interDC.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interDC_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interDD.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interDD_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interFC.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interFC_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interFF.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interFF_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interFL.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interFL_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/mediator.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/mediator_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/milieu.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/milieu_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/oij.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/oij_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/orthocentre.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/orthocentre_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/orthoethyper.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/orthoethyper_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/parabole.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/parabole_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/projection.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/projection_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/ptfermat.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/ptfermat_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/remarq.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/remarq_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/rotation.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/rotation_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/segmentmark.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/segmentmark_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/symcentrale.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/symcentrale_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/symorthogonale.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/symorthogonale_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/tg1c.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/tg1c_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/tg2c.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/tg2c_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/translation.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/translation_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/triangle.ps
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/triangle.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/triangle_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/euclide-english.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/euclide.sty
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/euclide_english.ist
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/euclide_macros.ist
%doc %{_texmfdistdir}/doc/generic/pst-eucl/pst-eucl-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.42-3
+ Revision: 166e135
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21120 |14mr|texlive-pst-eucl-translation-bg-1.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19296
# category Package
# catalog-ctan /info/translations/pst-eucl/bulgarian
# catalog-date 2010-07-08 15:45:43 +0200
# catalog-license fdl
# catalog-version 1.3.2
Name:		texlive-pst-eucl-translation-bg
Version:	1.3.2
Release:	3
Summary:	Bulgarian translation of the pst-eucl documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/pst-eucl/bulgarian
License:	FDL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eucl-translation-bg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eucl-translation-bg.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The pst-eucl package documentation in Bulgarian language -
Euclidean Geometry with PSTricks.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/abscur.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/abscur_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/angle.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/angle_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/arc.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/arc_in.log
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/arc_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/astro.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/astro_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/bissec.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/bissec_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/ccirc.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/ccirc_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/cercle.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/cercle_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/cinscex.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/cinscex_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/curvetype.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/curvetype_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/cyclo.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/cyclo_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/delto.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/droite.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/droite_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/envcardi.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/envcardi_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/envellipse.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/envellipse_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/euler.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/euler_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/fracthom.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/fracthom_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/gal_biss.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/gal_biss_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/gauss.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/gauss_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/gencur.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/gencur_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/geohyper.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/geohyper_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/geonode.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/geonode_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/german_ra.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/german_ra_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/grav.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/grav_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/homothetie.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/homothetie_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/hyperbole.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/hyperbole_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/hypocyclo.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interCC.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interCC_bis_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interCC_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interDC.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interDC_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interDD.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interDD_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interFC.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interFC_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interFF.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interFF_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interFL.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/interFL_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/mediator.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/mediator_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/milieu.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/milieu_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/oij.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/oij_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/orthocentre.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/orthocentre_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/orthoethyper.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/orthoethyper_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/parabole.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/parabole_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/projection.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/projection_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/ptfermat.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/ptfermat_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/remarq.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/remarq_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/rotation.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/rotation_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/segmentmark.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/segmentmark_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/symcentrale.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/symcentrale_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/symorthogonale.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/symorthogonale_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/tg1c.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/tg1c_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/tg2c.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/tg2c_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/translation.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/translation_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/triangle.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/Exemples/triangle_in.tex
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/README
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/README-bulgarian.txt
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/euclide_bg.sty
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/euclide_macros.ist
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/pst-eucl-docBG.cb
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/pst-eucl-docBG.pdf
%doc %{_texmfdistdir}/doc/latex/pst-eucl-translation-bg/pst-eucl-docBG.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.2-3
+ Revision: 6256e23
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21121 |14mr|texlive-pst-exa-0.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22113
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-exa
# catalog-date 2011-04-14 19:55:22 +0200
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-pst-exa
Version:	0.01
Release:	3
Summary:	Typeset PSTricks examples, with code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-exa
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-exa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-exa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The (PSTricks-related) package provides an environment
PSTexample to put code and output side by side or one above the
other.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-exa/pst-exa.sty
%doc %{_texmfdistdir}/doc/latex/pst-exa/Changes
%doc %{_texmfdistdir}/doc/latex/pst-exa/README
%doc %{_texmfdistdir}/doc/latex/pst-exa/pst-exa-doc.pdf
%doc %{_texmfdistdir}/doc/latex/pst-exa/pst-exa-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01-3
+ Revision: 638be9b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21122 |14mr|texlive-pst-fill-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-fill
# catalog-date 2007-03-11 15:39:31 +0100
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-pst-fill
Version:	1.01
Release:	3
Summary:	Fill or tile areas with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-fill
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fill.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fill.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fill.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-fill is a PSTricks-based package for filling and tiling
areas or characters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-fill/pst-fill.tex
%{_texmfdistdir}/tex/latex/pst-fill/pst-fill.sty
%doc %{_texmfdistdir}/doc/generic/pst-fill/Changes
%doc %{_texmfdistdir}/doc/generic/pst-fill/README
%doc %{_texmfdistdir}/doc/generic/pst-fill/pst-fill.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-fill/Makefile
%doc %{_texmfdistdir}/source/generic/pst-fill/pst-fill.dtx
%doc %{_texmfdistdir}/source/generic/pst-fill/pst-fill.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: 88f6be9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21123 |14mr|texlive-pst-fr3d-1.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-fr3d
# catalog-date 2007-02-28 00:07:21 +0100
# catalog-license lppl
# catalog-version 1.10
Name:		texlive-pst-fr3d
Version:	1.10
Release:	3
Summary:	Draw 3-dimensional framed boxes using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-fr3d
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fr3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fr3d.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fr3d.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package using PSTricks to draw three dimensional framed boxes
using a macro \PstFrameBoxThreeD. The macro is especially
useful for drawing 3d-seeming buttons.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-fr3d/pst-fr3d.tex
%{_texmfdistdir}/tex/latex/pst-fr3d/pst-fr3d.sty
%doc %{_texmfdistdir}/doc/generic/pst-fr3d/Changes
%doc %{_texmfdistdir}/doc/generic/pst-fr3d/README
%doc %{_texmfdistdir}/doc/generic/pst-fr3d/pst-fr3d.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-fr3d/pst-fr3d.dtx
%doc %{_texmfdistdir}/source/generic/pst-fr3d/pst-fr3d.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10-3
+ Revision: 8411ebb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21124 |14mr|texlive-pst-fractal-0.06-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16958
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-fractal
# catalog-date 2010-02-10 21:21:32 +0100
# catalog-license lppl
# catalog-version 0.06
Name:		texlive-pst-fractal
Version:	0.06
Release:	3
Summary:	Draw fractal sets using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-fractal
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fractal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fractal.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package will draw the Julia and Mandelbrot sets, the
Sierpinski triangle, Koch flake, and Apollonius Circle as well
as fractal trees (which need not be balanced) with a variety of
different parameters (including varying numbers of iterations).
The package uses the pst-xkey package, part of the xkeyval
distribution.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-fractal/pst-fractal.pro
%{_texmfdistdir}/tex/generic/pst-fractal/pst-fractal.tex
%{_texmfdistdir}/tex/latex/pst-fractal/pst-fractal.sty
%doc %{_texmfdistdir}/doc/generic/pst-fractal/Changes
%doc %{_texmfdistdir}/doc/generic/pst-fractal/README
%doc %{_texmfdistdir}/doc/generic/pst-fractal/pst-fractal-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-fractal/pst-fractal-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-fractal/pst-fractal-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.06-3
+ Revision: d35fe63
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21125 |14mr|texlive-pst-fun-0.04-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17909
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-fun
# catalog-date 2010-04-18 16:26:27 +0200
# catalog-license lppl
# catalog-version 0.04
Name:		texlive-pst-fun
Version:	0.04
Release:	3
Summary:	Draw "funny" objects with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-fun
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fun.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fun.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fun.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a PSTricks related package for drawing funny objects,
like ant, bird, fish, kangaroo, ... Such objects may be useful
for testing other PSTricks macros and/or packages. (Or they can
be used for fun...).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-fun/pst-fun.pro
%{_texmfdistdir}/tex/generic/pst-fun/pst-fun.tex
%{_texmfdistdir}/tex/latex/pst-fun/pst-fun.sty
%doc %{_texmfdistdir}/doc/generic/pst-fun/Changes
%doc %{_texmfdistdir}/doc/generic/pst-fun/README
%doc %{_texmfdistdir}/doc/generic/pst-fun/pst-fun-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-fun/pst-fun-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-fun/pst-fun-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-fun/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.04-3
+ Revision: fc9c8c7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21126 |14mr|texlive-pst-func-0.76-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25961
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-func
# catalog-date 2012-04-10 17:31:04 +0200
# catalog-license lppl
# catalog-version 0.76
Name:		texlive-pst-func
Version:	0.76
Release:	3
Summary:	PSTricks package for plotting mathematical functions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-func
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-func.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-func.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-func.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
pst-func is a package built for use with PSTricks. It provides
macros for plotting various mathematical functions: -
polynomials and their derivatives f(x)=an*x^n+an-1*x^(n-
1)+...+a0 defined by the coefficients a0 a1 a2 ... and the
derivative order; - the Fourier sum f(x) = a0/2+a1cos(omega
x)+...+b1sin(omega x)+... defined by the coefficients a0 a1 a2
... b1 b2 b3 ...; - the Bessel function defined by its order; -
the Gauss function defined by sigma and mu; - Bezier curves
from order 1 (two control points) to order 9 (10 control
points); - the superellipse function (the Lame curve); -
Chebyshev polynomials of the first and second kind; - the
Thomae (or popcorn) function; - various integration-derived
functions; - normal, binomial, poisson, gamma, chi-squared,
student's t, F, beta, Cauchy and Weibull distribution functions
and the Lorenz curve; - the Vasicek function for describing the
evolution of interest rates; and - implicit functions. The
plots may be generated as volumes of rotation about the X-axis,
as well.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-func/pst-func.pro
%{_texmfdistdir}/tex/generic/pst-func/pst-func.tex
%{_texmfdistdir}/tex/latex/pst-func/pst-func.sty
%doc %{_texmfdistdir}/doc/generic/pst-func/Changes
%doc %{_texmfdistdir}/doc/generic/pst-func/README
%doc %{_texmfdistdir}/doc/generic/pst-func/pst-func-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-func/pst-func-doc.data
%doc %{_texmfdistdir}/doc/generic/pst-func/pst-func-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-func/pst-func-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-func/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.76-3
+ Revision: 063aecc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21127 |14mr|texlive-pst-gantt-0.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17206
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-gantt
# catalog-date 2010-02-24 21:46:55 +0100
# catalog-license lppl
# catalog-version 0.21
Name:		texlive-pst-gantt
Version:	0.21
Release:	3
Summary:	Draw GANTT charts with pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-gantt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gantt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gantt.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gantt.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package draws GANTT charts, which are a kind of bar chart
that displays a project schedule. The package requires the
pstricks apparatus, of course.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-gantt/pst-gantt.tex
%{_texmfdistdir}/tex/latex/pst-gantt/pst-gantt.sty
%doc %{_texmfdistdir}/doc/generic/pst-gantt/Changes
%doc %{_texmfdistdir}/doc/generic/pst-gantt/README
%doc %{_texmfdistdir}/doc/generic/pst-gantt/pst-gantt-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-gantt/pst-gantt-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-gantt/pst-gantt-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-gantt/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.21-3
+ Revision: afcf36b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21128 |14mr|texlive-pst-geo-2.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17751
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-geo
# catalog-date 2009-08-31 11:47:07 +0200
# catalog-license lppl
# catalog-version 2.03
Name:		texlive-pst-geo
Version:	2.03
Release:	3
Summary:	Geographical Projections
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-geo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-geo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-geo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
pst-geo is a set of PSTricks related packages for various
cartographic projections of the terrestrial sphere. The package
pst-map2d provides conventional projections such as Mercator,
Lambert, cylindrical, etc. The package pst-map3d treats
representation in three dimensions of the terrestrial sphere.
Packages pst-map2dII and pst-map3dII allow use of the CIA World
DataBank II. Various parameters of the packages allow for
choice of the level of the detail and the layouts possible
(cities, borders, rivers etc). Substantial data files are
provided, in an (internally) compressed format. Decompression
happens on-the-fly as a document using the data is displayed,
printed or converted to PDF format. A Perl script is provided
for the user to do the decompression, if the need should arise.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-geo/pst-map3d.pro
%{_texmfdistdir}/dvips/pst-geo/pst-map3dII.pro
%{_texmfdistdir}/tex/generic/pst-geo/data/README
%{_texmfdistdir}/tex/generic/pst-geo/data/aus.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/c-cap.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/c-sub.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/canada.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/capitales.tex
%{_texmfdistdir}/tex/generic/pst-geo/data/capitales3d.tex
%{_texmfdistdir}/tex/generic/pst-geo/data/capitals.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/cities.data
%{_texmfdistdir}/tex/generic/pst-geo/data/cities.tex
%{_texmfdistdir}/tex/generic/pst-geo/data/citycapitals.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/citysub.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/convert.py
%{_texmfdistdir}/tex/generic/pst-geo/data/corse.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/france.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/mex.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/pborder.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/pcoast.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/pisland.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/plake.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/rhone.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/ridge.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/river.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/seine.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/transfrm.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/trench.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/usa.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/villesFrance.tex
%{_texmfdistdir}/tex/generic/pst-geo/data/villesFrance3d.tex
%{_texmfdistdir}/tex/generic/pst-geo/data/villesItalia.tex
%{_texmfdistdir}/tex/generic/pst-geo/data/villesItalia3d.tex
%{_texmfdistdir}/tex/generic/pst-geo/data/wfraczon.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/wmaglin.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/README
%{_texmfdistdir}/tex/generic/pst-geo/dataII/africa-bdy.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/africa-cil.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/africa-riv.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/asia-bdy.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/asia-cil.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/asia-isl.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/asia-riv.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/c-cap.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/c-sub.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/citycapitals.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/citysub.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/europe-bdy.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/europe-cil.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/europe-riv.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/namer-bdy.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/namer-cil.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/namer-pby.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/namer-riv.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/samer-arc.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/samer-bdy.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/samer-cil.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/samer-riv.dat
%{_texmfdistdir}/tex/generic/pst-geo/pst-map2d.tex
%{_texmfdistdir}/tex/generic/pst-geo/pst-map2dII.tex
%{_texmfdistdir}/tex/generic/pst-geo/pst-map3d.tex
%{_texmfdistdir}/tex/generic/pst-geo/pst-map3dII.tex
%{_texmfdistdir}/tex/latex/pst-geo/pst-map2d.sty
%{_texmfdistdir}/tex/latex/pst-geo/pst-map2dII.sty
%{_texmfdistdir}/tex/latex/pst-geo/pst-map3d.sty
%{_texmfdistdir}/tex/latex/pst-geo/pst-map3dII.sty
%doc %{_texmfdistdir}/doc/generic/pst-geo/Changes
%doc %{_texmfdistdir}/doc/generic/pst-geo/PSTricks.bib
%doc %{_texmfdistdir}/doc/generic/pst-geo/README
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-geo-compress.pl
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-geo-decompress.pl
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map2d-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map2d-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map2dII-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map2dII-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map3d-doc-pdf.pdf
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map3d-doc-pdf.tex
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map3d-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map3d-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map3dII-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map3dII-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.03-3
+ Revision: 9cab764
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21129 |14mr|texlive-pst-ghsb-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-pst-ghsb
Version:	20111104
Release:	3
Summary:	TeXLive pst-ghsb package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ghsb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ghsb.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pst-ghsb package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-ghsb/pst-ghsb.pro
%{_texmfdistdir}/tex/generic/pst-ghsb/pst-ghsb.tex
%{_texmfdistdir}/tex/latex/pst-ghsb/pst-ghsb.sty
%doc %{_texmfdistdir}/doc/generic/pst-ghsb/README
%doc %{_texmfdistdir}/doc/generic/pst-ghsb/t-ghsb.pdf
%doc %{_texmfdistdir}/doc/generic/pst-ghsb/t-ghsb.tex
%doc %{_texmfdistdir}/doc/generic/pst-ghsb/t2-ghsb.pdf
%doc %{_texmfdistdir}/doc/generic/pst-ghsb/t2-ghsb.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: 5972833
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21130 |14mr|texlive-pst-gr3d-1.34-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-gr3d
# catalog-date 2006-12-19 19:38:44 +0100
# catalog-license lppl
# catalog-version 1.34
Name:		texlive-pst-gr3d
Version:	1.34
Release:	3
Summary:	Three dimensional grids with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-gr3d
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gr3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gr3d.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gr3d.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This PSTricks package provides a command \PstGridThreeD that
will draw a three dimensional grid, offering a number of
options for its appearance.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-gr3d/pst-gr3d.tex
%{_texmfdistdir}/tex/latex/pst-gr3d/pst-gr3d.sty
%doc %{_texmfdistdir}/doc/generic/pst-gr3d/Changes
%doc %{_texmfdistdir}/doc/generic/pst-gr3d/README
%doc %{_texmfdistdir}/doc/generic/pst-gr3d/pst-gr3d.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pst-gr3d/pst-gr3d.dtx
%doc %{_texmfdistdir}/source/latex/pst-gr3d/pst-gr3d.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.34-3
+ Revision: b1bc359
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21131 |14mr|texlive-pst-grad-1.06-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-grad
# catalog-date 2007-07-11 11:50:31 +0200
# catalog-license lppl
# catalog-version 1.06
Name:		texlive-pst-grad
Version:	1.06
Release:	3
Summary:	Filling with colour gradients, using PStricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-grad
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-grad.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-grad.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-grad is a PSTricks based package for filling with colour
gradients. Supported are colours in the RGB, CMYK or HSB
models. Other colour gradient mechanisms are to be found in
package pst-slpe.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-grad/pst-grad.pro
%{_texmfdistdir}/tex/generic/pst-grad/pst-grad.tex
%{_texmfdistdir}/tex/latex/pst-grad/pst-grad.sty
%doc %{_texmfdistdir}/doc/generic/pst-grad/Changes
%doc %{_texmfdistdir}/doc/generic/pst-grad/pst-grad-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-grad/pst-grad-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-grad/pst-grad-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.06-3
+ Revision: 38f86c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21132 |14mr|texlive-pst-graphicx-0.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21717
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-graphicx
# catalog-date 2011-03-14 10:28:00 +0100
# catalog-license lppl
# catalog-version 0.02
Name:		texlive-pst-graphicx
Version:	0.02
Release:	3
Summary:	A pstricks-compatible graphicx for use with Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-graphicx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-graphicx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-graphicx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a version of graphicx that avoids loading
the graphics bundle's (original) keyval package, which clashes
with pstricks' use of xkeyval.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-graphicx/pst-graphicx.tex
%doc %{_texmfdistdir}/doc/generic/pst-graphicx/Changes
%doc %{_texmfdistdir}/doc/generic/pst-graphicx/README
%doc %{_texmfdistdir}/doc/generic/pst-graphicx/demo.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.02-3
+ Revision: b7a6330
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21133 |14mr|texlive-pst-infixplot-0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-infixplot
# catalog-date 2006-12-19 19:38:44 +0100
# catalog-license lppl
# catalog-version 0.11
Name:		texlive-pst-infixplot
Version:	0.11
Release:	3
Summary:	Using pstricks plotting capacities with infix expressions rather than RPN
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-infixplot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-infixplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-infixplot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Plotting functions with pst-plot is very powerful but sometimes
difficult to learn since the syntax of \psplot and
\parametricplot requires some PostScript knowledge. The infix-
RPN and pst-infixplot styles simplify the usage of pst-plot for
the beginner, providing macro commands that convert natural
mathematical expressions to PostScript syntax.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-infixplot/infix-RPN.tex
%{_texmfdistdir}/tex/generic/pst-infixplot/pst-infixplot.tex
%{_texmfdistdir}/tex/latex/pst-infixplot/infix-RPN.sty
%{_texmfdistdir}/tex/latex/pst-infixplot/pst-infixplot.sty
%doc %{_texmfdistdir}/doc/generic/pst-infixplot/README
%doc %{_texmfdistdir}/doc/generic/pst-infixplot/pst-infixplot-doc.ps
%doc %{_texmfdistdir}/doc/generic/pst-infixplot/pst-infixplot-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-infixplot/pst-infixplot.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11-3
+ Revision: 5dbc670
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21134 |14mr|texlive-pst-jtree-2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20946
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-jtree
# catalog-date 2011-01-05 08:46:38 +0100
# catalog-license lppl1.3
# catalog-version 2.6
Name:		texlive-pst-jtree
Version:	2.6
Release:	3
Summary:	Typeset complex trees for linguists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-jtree
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-jtree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-jtree.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
jTree uses PStricks to enable linguists to typeset complex
trees. The package requires use of PStricks (of course) and
xkeyval packages. jTree is a development of, and replacement
for, the jftree package, which is no longer available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-jtree/pst-jtree.tex
%{_texmfdistdir}/tex/latex/pst-jtree/pst-jtree.sty
%doc %{_texmfdistdir}/doc/generic/pst-jtree/Doc-source.zip
%doc %{_texmfdistdir}/doc/generic/pst-jtree/README
%doc %{_texmfdistdir}/doc/generic/pst-jtree/pst-jtree-doc-add.pdf
%doc %{_texmfdistdir}/doc/generic/pst-jtree/pst-jtree-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-jtree/pst-jtree-examples.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6-3
+ Revision: 652d74b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21135 |14mr|texlive-pst-knot-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16033
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-knot
# catalog-date 2009-11-14 08:46:33 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-pst-knot
Version:	0.2
Release:	3
Summary:	PSTricks package for displaying knots
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-knot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-knot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-knot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can produce a fair range of knot shapes, with all
the standard graphics controls one expects.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-knot/pst-psm.pro
%{_texmfdistdir}/tex/generic/pst-knot/pst-knot.tex
%{_texmfdistdir}/tex/latex/pst-knot/pst-knot.sty
%doc %{_texmfdistdir}/doc/generic/pst-knot/Changes
%doc %{_texmfdistdir}/doc/generic/pst-knot/README
%doc %{_texmfdistdir}/doc/generic/pst-knot/pst-knot-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-knot/pst-knot-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 83a44a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21136 |14mr|texlive-pst-labo-2.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-labo
# catalog-date 2007-03-11 16:56:01 +0100
# catalog-license lppl
# catalog-version 2.03
Name:		texlive-pst-labo
Version:	2.03
Release:	3
Summary:	Draw objects for Chemistry laboratories
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-labo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-labo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-labo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-labo is a PSTricks related package for drawing basic and
complex chemical objects. The documentation of the package is
illuminated with plenty of illustrations together with their
source code, making it an easy read.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-labo/pst-labo.tex
%{_texmfdistdir}/tex/generic/pst-labo/pst-laboObj.tex
%{_texmfdistdir}/tex/latex/pst-labo/pst-labo.sty
%doc %{_texmfdistdir}/doc/generic/pst-labo/Changes
%doc %{_texmfdistdir}/doc/generic/pst-labo/README
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docDE.ltx
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docDE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docDE.tex
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docEN.ltx
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docEN.pdf
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docEN.tex
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docFR.ltx
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docFR.pdf
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docFR.tex
%doc %{_texmfdistdir}/doc/generic/pst-labo/pstlabo8-tab1-DE.tex
%doc %{_texmfdistdir}/doc/generic/pst-labo/pstlabo8-tab1-EN.tex
%doc %{_texmfdistdir}/doc/generic/pst-labo/pstlabo8-tab1-FR.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.03-3
+ Revision: 5b63c4c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21137 |14mr|texlive-pst-layout-.95-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25467
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-layout
# catalog-date 2011-05-27 12:35:46 +0200
# catalog-license lppl
# catalog-version .95
Name:		texlive-pst-layout
Version:	.95
Release:	4
Summary:	Page layout macros based on PStricks packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-layout
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-layout.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-layout.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of creating elaborate ("pseudo-
tabular") layouts of material, typically to be overlaid on an
included graphic. The package requires a recent version of the
package pst-node and some other pstricks-related material.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-layout/pst-layout.sty
%doc %{_texmfdistdir}/doc/latex/pst-layout/README
%doc %{_texmfdistdir}/doc/latex/pst-layout/pst-layout-doc.pdf
%doc %{_texmfdistdir}/doc/latex/pst-layout/pst-layout-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> .95-4
+ Revision: ad50235
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21138 |14mr|texlive-pst-lens-1.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-lens
# catalog-date 2007-06-15 10:24:12 +0200
# catalog-license lppl
# catalog-version 1.02
Name:		texlive-pst-lens
Version:	1.02
Release:	3
Summary:	Lenses with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-lens
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-lens.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-lens.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-lens.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This PSTricks package provides a really rather simple command
\PstLens that will draw a lens. Command parameters provide a
remarkable range of effects.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-lens/pst-lens.tex
%{_texmfdistdir}/tex/latex/pst-lens/pst-lens.sty
%doc %{_texmfdistdir}/doc/generic/pst-lens/Changes
%doc %{_texmfdistdir}/doc/generic/pst-lens/README
%doc %{_texmfdistdir}/doc/generic/pst-lens/pst-lens.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-lens/pst-lens.dtx
%doc %{_texmfdistdir}/source/generic/pst-lens/pst-lens.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.02-3
+ Revision: ca458bd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21139 |14mr|texlive-pst-light3d-0.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-light3d
# catalog-date 2007-03-11 16:56:01 +0100
# catalog-license lppl
# catalog-version 0.12
Name:		texlive-pst-light3d
Version:	0.12
Release:	3
Summary:	3D lighting effects for pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-light3d
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-light3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-light3d.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-light3d.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A PSTricks package for three dimensional lighting effects on
characters and PSTricks graphics, like lines, curves, plots,
...

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-light3d/pst-light3d.pro
%{_texmfdistdir}/tex/generic/pst-light3d/pst-light3d.tex
%{_texmfdistdir}/tex/latex/pst-light3d/pst-light3d.sty
%doc %{_texmfdistdir}/doc/generic/pst-light3d/Changes
%doc %{_texmfdistdir}/doc/generic/pst-light3d/README
%doc %{_texmfdistdir}/doc/generic/pst-light3d/pst-light3d-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-light3d/pst-light3d-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-light3d/pst-light3d-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-light3d/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12-3
+ Revision: a8184f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21140 |14mr|texlive-pst-magneticfield-1.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18922
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-magneticfield
# catalog-date 2010-06-12 14:14:46 +0200
# catalog-license lppl
# catalog-version 1.13
Name:		texlive-pst-magneticfield
Version:	1.13
Release:	3
Summary:	Plotting a magnetic field with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-magneticfield
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-magneticfield.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-magneticfield.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-magneticfield.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
pst-magneticfield is a PSTricks related package to draw the
magnetic field lines of Helmholtz coils in a two or three
dimensional view. There are several parameters to create a
different output. For more informations or some examples read
the documentation of the package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-magneticfield/pst-magneticfield.pro
%{_texmfdistdir}/tex/generic/pst-magneticfield/pst-magneticfield.tex
%{_texmfdistdir}/tex/latex/pst-magneticfield/pst-magneticfield.sty
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/Changes
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/README
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docDE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docDE.tex
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docEN.pdf
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docEN.tex
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docFR.pdf
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docFR.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-magneticfield/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.13-3
+ Revision: 41f17fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21141 |14mr|texlive-pst-math-0.61-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20176
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-math
# catalog-date 2010-10-02 23:46:37 +0200
# catalog-license lppl
# catalog-version 0.61
Name:		texlive-pst-math
Version:	0.61
Release:	3
Summary:	Enhancement of PostScript math operators to use with pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-math
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-math.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-math.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-math.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
PostScript lacks a lot of basic operators such as tan, acos,
asin, cosh, sinh, tanh, acosh, asinh, atanh, exp (with e base).
Also (oddly) cos and sin use arguments in degrees. Pst-math
provides all those operators in a header file pst-math.pro with
wrappers pst-math.sty and pst-math.tex. In addition, sinc,
gauss, gammaln and bessel are implemented (only partially for
the latter). pst-math is designed essentially to work with pst-
plot but can be used in whatever PS code (such as pstricks
SpecialCoor "!", which is useful for placing labels). The
package also provides a routine SIMPSON for numerical
integration and a solver of linear equation systems.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-math/pst-math.pro
%{_texmfdistdir}/tex/generic/pst-math/pst-math.tex
%{_texmfdistdir}/tex/latex/pst-math/pst-math.sty
%doc %{_texmfdistdir}/doc/generic/pst-math/Changes
%doc %{_texmfdistdir}/doc/generic/pst-math/README
%doc %{_texmfdistdir}/doc/generic/pst-math/pst-math-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-math/pst-math-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-math/pst-math-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-math/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.61-3
+ Revision: a1911bc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21142 |14mr|texlive-pst-mirror-1.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16370
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-mirror
# catalog-date 2009-12-14 16:47:24 +0100
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-pst-mirror
Version:	1.00
Release:	3
Summary:	Images on a spherical mirror
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-mirror
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-mirror.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-mirror.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-mirror.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands and supporting PostScript
material for drawing images as if reflected by a spherical
mirror.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-mirror/pst-mirror.pro
%{_texmfdistdir}/tex/generic/pst-mirror/pst-mirror.tex
%{_texmfdistdir}/tex/latex/pst-mirror/pst-mirror.sty
%doc %{_texmfdistdir}/doc/generic/pst-mirror/Changes
%doc %{_texmfdistdir}/doc/generic/pst-mirror/README
%doc %{_texmfdistdir}/doc/generic/pst-mirror/pst-mirror-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-mirror/pst-mirror-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-mirror/pst-mirror-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-mirror/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-3
+ Revision: 555a66e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21143 |14mr|texlive-pst-node-1.32-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32891
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-node
# catalog-date 2014-02-04 05:38:17 +0100
# catalog-license lppl
Name:		texlive-pst-node
Version:	1.32
Release:	2
Summary:	Nodes and node connections in pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-node
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-node.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-node.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to connect information, and to
place labels, without knowing (in advance) the actual positions
of the items to be connected, or where the connecting line
should go. The macros are useful for making graphs and trees,
mathematical diagrams, linguistic syntax diagrams, and so on.
The package contents were previously distributed as a part of
the pstricks base distribution; the package serves as an
extension to PSTricks.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-node/pst-node.pro
%{_texmfdistdir}/dvips/pst-node/pst-node97.pro
%{_texmfdistdir}/tex/generic/pst-node/pst-node.tex
%{_texmfdistdir}/tex/generic/pst-node/pst-node97.tex
%{_texmfdistdir}/tex/latex/pst-node/pst-node.sty
%doc %{_texmfdistdir}/doc/generic/pst-node/Changes
%doc %{_texmfdistdir}/doc/generic/pst-node/README
%doc %{_texmfdistdir}/doc/generic/pst-node/psmatrix-docDE.bib
%doc %{_texmfdistdir}/doc/generic/pst-node/psmatrix-docDE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-node/psmatrix-docDE.tex
%doc %{_texmfdistdir}/doc/generic/pst-node/pst-node-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-node/pst-node-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-node/pst-node-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.32-2
+ Revision: 03b3a39
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21144 |14mr|texlive-pst-ob3d-0.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-ob3d
# catalog-date 2008-08-23 00:25:16 +0200
# catalog-license lppl
# catalog-version 0.21
Name:		texlive-pst-ob3d
Version:	0.21
Release:	3
Summary:	Three dimensional objects using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-ob3d
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ob3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ob3d.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ob3d.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses PSTricks to provide basic three-dimensional
objects. As yet, only cubes (which can be deformed to
rectangular parallelipipeds) and dies (which are only a special
kind of cubes) are defined.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-ob3d/pst-ob3d.tex
%{_texmfdistdir}/tex/latex/pst-ob3d/pst-ob3d.sty
%doc %{_texmfdistdir}/doc/generic/pst-ob3d/Changes
%doc %{_texmfdistdir}/doc/generic/pst-ob3d/README
%doc %{_texmfdistdir}/doc/generic/pst-ob3d/pst-ob3d.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-ob3d/Makefile
%doc %{_texmfdistdir}/source/generic/pst-ob3d/pst-ob3d.dtx
%doc %{_texmfdistdir}/source/generic/pst-ob3d/pst-ob3d.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.21-3
+ Revision: 81c2c6a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21145 |14mr|texlive-pstool-1.5b-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32065
# category Package
# catalog-ctan /macros/latex/contrib/pstool
# catalog-date 2013-11-04 16:22:51 +0100
# catalog-license lppl
# catalog-version 1.5b
Name:		texlive-pstool
Version:	1.5b
Release:	6
Summary:	Support for psfrag within pdfLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pstool
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstool.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstool.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstool.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package works in the same sort of way as pst-pdf, but it
also processes the PostScript graphics with psfrag to add
labels within the graphic, before conversion. Thus the bundle
replaces two steps of an ordinary workflow. (Naturally, the
package requires that \write 18 is enabled.) Pstool ensures
that each version of each graphic is compiled once only (the
graphic is (re-)compiled only if it has changed since the
previous compilation of the document). This drastically speeds
up the running of the package in the typical case (though the
first run of any document is inevitably just as slow as with
any similar package).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pstool/pstool.sty
%doc %{_texmfdistdir}/doc/latex/pstool/README
%doc %{_texmfdistdir}/doc/latex/pstool/example-pstool.tex
%doc %{_texmfdistdir}/doc/latex/pstool/example.tex
%doc %{_texmfdistdir}/doc/latex/pstool/macros.tex
%doc %{_texmfdistdir}/doc/latex/pstool/pstool.pdf
%doc %{_texmfdistdir}/doc/latex/pstool/subdir/trial2-psfrag.eps
%doc %{_texmfdistdir}/doc/latex/pstool/subdir/trial2-psfrag.tex
%doc %{_texmfdistdir}/doc/latex/pstool/trial.eps
%doc %{_texmfdistdir}/doc/latex/pstool/trial.tex
%doc %{_texmfdistdir}/doc/latex/pstool/trial2.eps
%doc %{_texmfdistdir}/doc/latex/pstool/trial2.tex
#- source
%doc %{_texmfdistdir}/source/latex/pstool/pstool.ins
%doc %{_texmfdistdir}/source/latex/pstool/pstool.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5b-6
+ Revision: 6466ee4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21146 |14mr|texlive-pstools-1.68-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /support/ps2eps
# catalog-date 2012-07-20 20:39:39 +0200
# catalog-license gpl
# catalog-version 1.68
Name:		texlive-pstools
Version:	1.68
Release:	11
Summary:	Produce Encapsulated PostScript from PostScript
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/ps2eps
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstools.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-pstools.bin
%rename ps2eps

%description
Produce Encapsulated PostScript Files (EPS/EPSF) from a one-
page PostScript document, or any PostScript document. A correct
Bounding Box is calculated for the EPS files and some
PostScript command sequences that can produce errorneous
results on printers are filtered. The input is cropped to
include just the image contained in the PostScript file. The
EPS files can then be included into TeX documents. Other
programs like ps2epsi (a script distributed with ghostscript)
don't always calculate the correct bounding box (because the
values are put on the PostScript stack which may get corrupted
by bad PostScript code) or they round it off, resulting in
clipping the image. Therefore ps2eps uses a resolution of 144
dpi to get the correct bounding box. The bundle includes
binaries for Linux, Solaris, Digital Unix or Windows
2000/9x/NT; for other platforms, the user needs perl,
ghostscript and an ANSI-C compiler. Included in the
distribution is the bbox program, an application to produce
Bounding Box values for rawppm or rawpbm format files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/ps2eps
%{_bindir}/ps2frag
%{_bindir}/pslatex
%{_texmfdistdir}/scripts/ps2eps/ps2eps.pl
%{_texmfdistdir}/scripts/texlive/ps2frag.sh
%{_texmfdistdir}/scripts/texlive/pslatex.sh
%doc %{_mandir}/man1/bbox.1*
%doc %{_texmfdistdir}/doc/man/man1/bbox.man1.pdf
%doc %{_mandir}/man1/ps2eps.1*
%doc %{_texmfdistdir}/doc/man/man1/ps2eps.man1.pdf
%doc %{_mandir}/man1/ps2frag.1*
%doc %{_texmfdistdir}/doc/man/man1/ps2frag.man1.pdf
%doc %{_mandir}/man1/pslatex.1*
%doc %{_texmfdistdir}/doc/man/man1/pslatex.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ps2eps/ps2eps.pl ps2eps
    ln -sf %{_texmfdistdir}/scripts/texlive/ps2frag.sh ps2frag
    ln -sf %{_texmfdistdir}/scripts/texlive/pslatex.sh pslatex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.68-11
+ Revision: 79c03e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21147 |14mr|texlive-pst-optexp-4.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32656
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-optexp
# catalog-date 2014-01-13 10:27:14 +0100
# catalog-license lppl
# catalog-version 4.7
Name:		texlive-pst-optexp
Version:	4.7
Release:	2
Summary:	Drawing optical experimental setups
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-optexp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optexp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optexp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optexp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is a collection of optical components that
facilitate easy sketching of optical experimental setups. The
package uses PSTricks for its output. A wide range of free-ray
and fibre components is provided, the alignment, positioning
and labelling of which can be achieved in very simple and
flexible ways. The components may be connected with fibers or
beams, and realistic raytraced beam paths are also possible.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-optexp/pst-optexp.pro
%{_texmfdistdir}/tex/latex/pst-optexp/pst-optexp.sty
%doc %{_texmfdistdir}/doc/latex/pst-optexp/Changes
%doc %{_texmfdistdir}/doc/latex/pst-optexp/README
%doc %{_texmfdistdir}/doc/latex/pst-optexp/pst-optexp-DE.pdf
%doc %{_texmfdistdir}/doc/latex/pst-optexp/pst-optexp-quickref.pdf
%doc %{_texmfdistdir}/doc/latex/pst-optexp/pst-optexp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pst-optexp/Makefile
%doc %{_texmfdistdir}/source/latex/pst-optexp/pst-optexp.dtx
%doc %{_texmfdistdir}/source/latex/pst-optexp/pst-optexp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.7-2
+ Revision: 6537e75
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21148 |14mr|texlive-pst-optic-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19704
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-optic
# catalog-date 2010-07-29 16:44:20 +0200
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-pst-optic
Version:	1.01
Release:	3
Summary:	Drawing optics diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-optic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for drawing both reflective and refractive optics
diagrams. The package requires pstricks later than version
1.10.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-optic/pst-optic.tex
%{_texmfdistdir}/tex/latex/pst-optic/pst-optic.sty
%doc %{_texmfdistdir}/doc/generic/pst-optic/Changes
%doc %{_texmfdistdir}/doc/generic/pst-optic/README
%doc %{_texmfdistdir}/doc/generic/pst-optic/more_docs/dtk.pdf
%doc %{_texmfdistdir}/doc/generic/pst-optic/more_docs/pst-optic-examples.pdf
%doc %{_texmfdistdir}/doc/generic/pst-optic/more_docs/pst-optic-examples.tex
%doc %{_texmfdistdir}/doc/generic/pst-optic/pst-optic-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-optic/pst-optic-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-optic/pst-optic-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-optic/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: e2455fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21149 |14mr|texlive-pst-osci-2.82-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-osci
# catalog-date 2008-10-08 15:45:53 +0200
# catalog-license lppl
# catalog-version 2.82
Name:		texlive-pst-osci
Version:	2.82
Release:	3
Summary:	Oscgons with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-osci
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-osci.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-osci.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
pst-osci is a PSTricks package enables you to produce
oscilloscope "screen shots". Three channels can be used to
represent the most common signals (damped or not): namely
sinusoidal, rectangular, triangular, dog's tooth (left and
right oriented). The third channel allows you to add, to
subtract or to multiply the two other signals. Lissajous
diagrams (XY-mode) can also be obtained.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-osci/pst-osci.tex
%{_texmfdistdir}/tex/latex/pst-osci/pst-osci.sty
%doc %{_texmfdistdir}/doc/generic/pst-osci/Changes
%doc %{_texmfdistdir}/doc/generic/pst-osci/README
%doc %{_texmfdistdir}/doc/generic/pst-osci/oscilloscope.pdf
%doc %{_texmfdistdir}/doc/generic/pst-osci/oscilloscope.tex
%doc %{_texmfdistdir}/doc/generic/pst-osci/pst-osci-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-osci/pst-osci-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.82-3
+ Revision: 29e3e5e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21150 |14mr|texlive-pst-pad-0.3b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-pad
# catalog-date 2008-08-23 00:25:16 +0200
# catalog-license lppl
# catalog-version 0.3b
Name:		texlive-pst-pad
Version:	0.3b
Release:	3
Summary:	Draw simple attachment systems with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-pad
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pad.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pad.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pad.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package collects a set of graphical elements based on
PStricks that can be used to facilitate display of attachment
systems such as two differently shaped surfaces with or without
a fluid wedged in between. These macros ease the display of wet
adhesion models and common friction systems such as boundary
lubrication, elastohydrodynamic lubrication and hydrodynamic
lubrication.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-pad/pst-pad.tex
%{_texmfdistdir}/tex/latex/pst-pad/pst-pad.sty
%doc %{_texmfdistdir}/doc/generic/pst-pad/CHANGES
%doc %{_texmfdistdir}/doc/generic/pst-pad/README
%doc %{_texmfdistdir}/doc/generic/pst-pad/pst-pad-doc-header.tex
%doc %{_texmfdistdir}/doc/generic/pst-pad/pst-pad-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-pad/pst-pad-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-pad/pst-pad-docDE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-pad/pst-pad-docDE.tex
%doc %{_texmfdistdir}/doc/generic/pst-pad/showexpl.cfg
#- source
%doc %{_texmfdistdir}/source/generic/pst-pad/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3b-3
+ Revision: a70c6b3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21151 |14mr|texlive-pst-pdf-1.1v-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pst-pdf
# catalog-date 2008-10-09 22:29:15 +0200
# catalog-license lppl
# catalog-version 1.1v
Name:		texlive-pst-pdf
Version:	1.1v
Release:	3
Summary:	Make PDF versions of graphics by processing between runs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pst-pdf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package pst-pdf simplifies the use of graphics from
PSTricks and other PostScript code in PDF documents. As in
building a bibliography with BibTEX additional external
programmes are being invoked. In this case they are used to
create a PDF file (\PDFcontainer) that will contain all this
graphics material. In the final document this contents will be
inserted instead of the original PostScript code. The package
works with pstricks and requires a recent version of the
preview package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/pst-pdf/ps4pdf
%{_texmfdistdir}/scripts/pst-pdf/ps4pdf.bat
%{_texmfdistdir}/scripts/pst-pdf/ps4pdf.bat.noMiKTeX
%{_texmfdistdir}/scripts/pst-pdf/ps4pdf.bat.w95
%{_texmfdistdir}/tex/latex/pst-pdf/pst-pdf.sty
%doc %{_texmfdistdir}/doc/latex/pst-pdf/CHANGES
%doc %{_texmfdistdir}/doc/latex/pst-pdf/README
%doc %{_texmfdistdir}/doc/latex/pst-pdf/pst-pdf-DE.pdf
%doc %{_texmfdistdir}/doc/latex/pst-pdf/pst-pdf-example1.pdf
%doc %{_texmfdistdir}/doc/latex/pst-pdf/pst-pdf-example1.tex
%doc %{_texmfdistdir}/doc/latex/pst-pdf/pst-pdf-example2.pdf
%doc %{_texmfdistdir}/doc/latex/pst-pdf/pst-pdf-example2.tex
%doc %{_texmfdistdir}/doc/latex/pst-pdf/pst-pdf.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pst-pdf/CHANGES.tex
%doc %{_texmfdistdir}/source/latex/pst-pdf/elephant.ps
%doc %{_texmfdistdir}/source/latex/pst-pdf/insect1.eps
%doc %{_texmfdistdir}/source/latex/pst-pdf/insect15.eps
%doc %{_texmfdistdir}/source/latex/pst-pdf/knuth.png
%doc %{_texmfdistdir}/source/latex/pst-pdf/penguin.eps
%doc %{_texmfdistdir}/source/latex/pst-pdf/psf-demo.eps
%doc %{_texmfdistdir}/source/latex/pst-pdf/pst-pdf.dtx
%doc %{_texmfdistdir}/source/latex/pst-pdf/pst-pdf.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1v-3
+ Revision: c020628
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21152 |14mr|texlive-pst-pdgr-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pedigree/pst-pdgr
# catalog-date 2007-08-14 12:06:32 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-pst-pdgr
Version:	0.3
Release:	3
Summary:	Draw medical pedigrees using pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pedigree/pst-pdgr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdgr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdgr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdgr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a set of macros based on PSTricks to draw
medical pedigrees according to the recommendations for
standardized human pedigree nomenclature. The drawing commands
place the symbols on a pspicture canvas. An interface for
making trees is also provided. The package may be used both
with LaTeX and PlainTeX. A separate Perl program for generating
TeX files from spreadsheets is available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-pdgr/pst-pdgr.tex
%{_texmfdistdir}/tex/latex/pst-pdgr/pst-pdgr.cfg
%{_texmfdistdir}/tex/latex/pst-pdgr/pst-pdgr.sty
%doc %{_texmfdistdir}/doc/generic/pst-pdgr/NEWS
%doc %{_texmfdistdir}/doc/generic/pst-pdgr/README
%doc %{_texmfdistdir}/doc/generic/pst-pdgr/pst-pdgr.bib
%doc %{_texmfdistdir}/doc/generic/pst-pdgr/pst-pdgr.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-pdgr/Makefile
%doc %{_texmfdistdir}/source/generic/pst-pdgr/pst-pdgr.dtx
%doc %{_texmfdistdir}/source/generic/pst-pdgr/pst-pdgr.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: f53faaf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21153 |14mr|texlive-pst-platon-0.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16538
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-platon
# catalog-date 2010-01-01 00:46:51 +0100
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-pst-platon
Version:	0.01
Release:	3
Summary:	Platonic solids in PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-platon
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-platon.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-platon.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-platon.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package adds to PSTricks the ability to draw 3-dimensional
views of the five Platonic solids.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-platon/pst-platon.sty
%doc %{_texmfdistdir}/doc/generic/pst-platon/Changes
%doc %{_texmfdistdir}/doc/generic/pst-platon/README
%doc %{_texmfdistdir}/doc/generic/pst-platon/pst-platon-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-platon/pst-platon-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-platon/pst-platon-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-platon/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01-3
+ Revision: a8e0e05
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21154 |14mr|texlive-pst-plot-1.57-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32683
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-plot
# catalog-date 2013-12-05 17:17:03 +0100
# catalog-license lppl
# catalog-version 1.57
Name:		texlive-pst-plot
Version:	1.57
Release:	2
Summary:	Plot data using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-plot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-plot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-plot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides plotting of data (typically from external
files), using PSTricks. Plots may be configured using a wide
variety of parameters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-plot/pst-plot.tex
%{_texmfdistdir}/tex/generic/pst-plot/pst-plot97.tex
%{_texmfdistdir}/tex/latex/pst-plot/pst-plot.sty
%doc %{_texmfdistdir}/doc/generic/pst-plot/Changes
%doc %{_texmfdistdir}/doc/generic/pst-plot/Contents
%doc %{_texmfdistdir}/doc/generic/pst-plot/README
%doc %{_texmfdistdir}/doc/generic/pst-plot/dtk02-1.pdf
%doc %{_texmfdistdir}/doc/generic/pst-plot/dtk02-1.tex
%doc %{_texmfdistdir}/doc/generic/pst-plot/dtk02-2.bib
%doc %{_texmfdistdir}/doc/generic/pst-plot/dtk02-2.pdf
%doc %{_texmfdistdir}/doc/generic/pst-plot/dtk02-2.tex
%doc %{_texmfdistdir}/doc/generic/pst-plot/pst-plot-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-plot/pst-plot-doc.dat
%doc %{_texmfdistdir}/doc/generic/pst-plot/pst-plot-doc.eps
%doc %{_texmfdistdir}/doc/generic/pst-plot/pst-plot-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-plot/pst-plot-doc.png
%doc %{_texmfdistdir}/doc/generic/pst-plot/pst-plot-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-plot/tugboat01-4.bib
%doc %{_texmfdistdir}/doc/generic/pst-plot/tugboat01-4.pdf
%doc %{_texmfdistdir}/doc/generic/pst-plot/tugboat01-4.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.57-2
+ Revision: d7bf93d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21155 |14mr|texlive-pst-poly-1.61-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16460
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-poly
# catalog-date 2009-12-20 19:36:06 +0100
# catalog-license lppl
# catalog-version 1.61
Name:		texlive-pst-poly
Version:	1.61
Release:	3
Summary:	Polygons with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-poly
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-poly.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-poly.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-poly.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This PSTricks package provides a really rather simple command
\PstPolygon that will draw various regular and non-regular
polygons (according to command parameters); various shortcuts
to commonly-used polygons are provided, as well as a command
\pspolygonbox that frames text with a polygon. The package uses
the xkeyval package for argument decoding.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-poly/pst-poly.tex
%{_texmfdistdir}/tex/latex/pst-poly/pst-poly.sty
%doc %{_texmfdistdir}/doc/generic/pst-poly/Changes
%doc %{_texmfdistdir}/doc/generic/pst-poly/README
%doc %{_texmfdistdir}/doc/generic/pst-poly/pst-poly-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-poly/pst-poly-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-poly/pst-poly-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-poly/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.61-3
+ Revision: 1a47dc3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21156 |14mr|texlive-pst-pulley-0.01-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25142
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-pulley
# catalog-date 2012-01-18 12:22:27 +0100
# catalog-license lppl1.3
# catalog-version 0.01
Name:		texlive-pst-pulley
Version:	0.01
Release:	2
Summary:	Plot pulleys, using pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-pulley
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pulley.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pulley.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pulley.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to draw pulley systems with up to
6 pulleys. The pulley diagrams are labelled with the physical
properties of the system. The package uses pstricks, and
requires a several pstricks-related packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-pulley/pst-pulley.tex
%{_texmfdistdir}/tex/latex/pst-pulley/pst-pulley.sty
%doc %{_texmfdistdir}/doc/generic/pst-pulley/Changes
%doc %{_texmfdistdir}/doc/generic/pst-pulley/README
%doc %{_texmfdistdir}/doc/generic/pst-pulley/pst-pulley-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-pulley/pst-pulley-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-pulley/pst-pulley-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-pulley/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01-2
+ Revision: 9dd21de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21157 |14mr|texlive-pst-qtree-20090920-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-qtree
# catalog-date 2009-09-20 13:03:55 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-pst-qtree
Version:	20090920
Release:	3
Summary:	Simple syntax for trees
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-qtree
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-qtree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-qtree.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a qtree-like front end for PSTricks.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-qtree/pst-qtree.tex
%{_texmfdistdir}/tex/latex/pst-qtree/pst-qtree.sty
%doc %{_texmfdistdir}/doc/generic/pst-qtree/CHANGES
%doc %{_texmfdistdir}/doc/generic/pst-qtree/LICENSE
%doc %{_texmfdistdir}/doc/generic/pst-qtree/pst-qtree-manual.pdf
%doc %{_texmfdistdir}/doc/generic/pst-qtree/pst-qtree-manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090920-3
+ Revision: b42c3c1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21158 |14mr|texlive-pstricks-2.51-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32890
# category Package
# catalog-ctan /graphics/pstricks/base
# catalog-date 2014-02-04 00:22:03 +0100
# catalog-license lppl
# catalog-version 2.51
Name:		texlive-pstricks
Version:	2.51
Release:	2
Summary:	PostScript macros for TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/base
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
PStricks offers an extensive collection of macros for
generating PostScript that is usable with most TeX macro
formats, including Plain TeX, LaTeX, AMS-TeX, and AMS-LaTeX.
Included are macros for colour, graphics, pie charts, rotation,
trees and overlays. It has many special features, including a
wide variety of graphics (picture drawing) macros, with a
flexible interface and with colour support. There are macros
for colouring or shading the cells of tables. The package
pstricks-add contains bug-fixes and additions for pstricks
(among other things). PSTricks uses PostScript \special
commands, which are not supported by PDF(La)TeX. This
limitation may be overcome by using either the pst-pdf or the
pdftricks package, to generate a PDF inclusion from a PSTricks
diagram. Note that this is one of a pair of catalogue entries
for PSTricks; the other one (PSTricks) is acting as a "stub",
while editorial work on catalogue entries for PSTricks
contributed is completed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pstricks/pst-algparser.pro
%{_texmfdistdir}/dvips/pstricks/pst-dots.pro
%{_texmfdistdir}/dvips/pstricks/pst-dots97.pro
%{_texmfdistdir}/dvips/pstricks/pstricks.pro
%{_texmfdistdir}/dvips/pstricks/pstricks97.pro
%{_texmfdistdir}/tex/generic/pstricks/config/Changes
%{_texmfdistdir}/tex/generic/pstricks/config/README.cfg
%{_texmfdistdir}/tex/generic/pstricks/config/distiller.cfg
%{_texmfdistdir}/tex/generic/pstricks/config/dvips.cfg
%{_texmfdistdir}/tex/generic/pstricks/config/dvipsone.cfg
%{_texmfdistdir}/tex/generic/pstricks/config/gastex.cfg
%{_texmfdistdir}/tex/generic/pstricks/config/textures.cfg
%{_texmfdistdir}/tex/generic/pstricks/config/vtex.cfg
%{_texmfdistdir}/tex/generic/pstricks/config/xdvipdfmx.cfg
%{_texmfdistdir}/tex/generic/pstricks/pst-fp.tex
%{_texmfdistdir}/tex/generic/pstricks/pst-key.tex
%{_texmfdistdir}/tex/generic/pstricks/pstricks.con
%{_texmfdistdir}/tex/generic/pstricks/pstricks.tex
%{_texmfdistdir}/tex/generic/pstricks/pstricks97.tex
%{_texmfdistdir}/tex/latex/pstricks/pst-all.sty
%{_texmfdistdir}/tex/latex/pstricks/pst-doc.cls
%{_texmfdistdir}/tex/latex/pstricks/pst-key.sty
%{_texmfdistdir}/tex/latex/pstricks/pstcol.sty
%{_texmfdistdir}/tex/latex/pstricks/pstricks.sty
%doc %{_texmfdistdir}/doc/generic/pstricks/Changes
%doc %{_texmfdistdir}/doc/generic/pstricks/Changes.dvips
%doc %{_texmfdistdir}/doc/generic/pstricks/Changes.generic
%doc %{_texmfdistdir}/doc/generic/pstricks/Changes.latex
%doc %{_texmfdistdir}/doc/generic/pstricks/PSTricks.bib
%doc %{_texmfdistdir}/doc/generic/pstricks/README
%doc %{_texmfdistdir}/doc/generic/pstricks/ctandir.sty
%doc %{_texmfdistdir}/doc/generic/pstricks/images/flowers.eps
%doc %{_texmfdistdir}/doc/generic/pstricks/images/tiger.eps
%doc %{_texmfdistdir}/doc/generic/pstricks/images/tiger.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-doc.ist
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news.sty
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news05.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news05.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news06.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news06.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news08.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news08.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news09.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news09.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news10.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news10.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news11.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news11.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news12.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news12.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news13.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news13.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news14.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news14.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-user.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-user.tgz
%doc %{_texmfdistdir}/doc/generic/pstricks/pstricks-add-data9.data
%doc %{_texmfdistdir}/doc/generic/pstricks/pstricks-bug.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pstricks-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/test-pst.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/test-pst.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.51-2
+ Revision: 3e2caa9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21159 |14mr|texlive-pstricks-add-3.55-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24826
# category Package
# catalog-ctan /graphics/pstricks/contrib/pstricks-add
# catalog-date 2011-12-11 19:04:10 +0100
# catalog-license lppl
# catalog-version 3.55
Name:		texlive-pstricks-add
Version:	3.55
Release:	3
Summary:	A collection of add-ons and bugfixes for PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pstricks-add
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks-add.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks-add.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks-add.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Collects together examples that have been posted to the
pstricks mailing list, together with many additional features
for the basic pstricks, pst-plot and pst-node, including: -
bugfixes; - new options for the pspicture environment; -
arrows; - braces as node connection/linestyle; - extended axes
for plots (e.g., logarithm axes); - polar plots; - plotting
tangent lines of curves or functions; - solving and printing
differential equationd; - box plots; - matrix plots; and - pie
charts. The package makes use of PostScript routines provided
by pst-math.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pstricks-add/pstricks-add.pro
%{_texmfdistdir}/tex/generic/pstricks-add/pstricks-add.tex
%{_texmfdistdir}/tex/latex/pstricks-add/pstricks-add.sty
%doc %{_texmfdistdir}/doc/generic/pstricks-add/Changes
%doc %{_texmfdistdir}/doc/generic/pstricks-add/pstricks-add-doc.bib
%doc %{_texmfdistdir}/doc/generic/pstricks-add/pstricks-add-doc.dat
%doc %{_texmfdistdir}/doc/generic/pstricks-add/pstricks-add-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-add/pstricks-add-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pstricks-add/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.55-3
+ Revision: 7be9d3a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21160 |14mr|texlive-pstricks_calcnotes-20131010-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31821
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-pstricks_calcnotes
Version:	20131010
Release:	6
Summary:	TeXLive pstricks_calcnotes package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks_calcnotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks_calcnotes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive pstricks_calcnotes package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/Convert_PstricksCode_To_Pdf/Readme.txt
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/Convert_PstricksCode_To_Pdf/convert.tex
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/Convert_PstricksCode_To_Pdf/test.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig1-1.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig1-2.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig1-3.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig2-1.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig2-2.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig3.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig4.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig5.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig6.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig7.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig8.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/Fig9.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/NewVecFld_PDF.tex
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/vec1.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/vec2.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/vec3.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/vec4.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/vec5.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Pdf_Output/vec6.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Ps_Output/NewVecFld_PS.tex
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Ps_Output/vec1.eps
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Ps_Output/vec2.eps
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Ps_Output/vec3.eps
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Ps_Output/vec4.eps
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Ps_Output/vec5.eps
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/For_Ps_Output/vec6.eps
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/README
%doc %{_texmfdistdir}/doc/latex/pstricks_calcnotes/Two_Apps_Remarks.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131010-6
+ Revision: 69d8deb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21161 |14mr|texlive-pstricks-examples-20110224-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21511
# category Package
# catalog-ctan /info/examples/PSTricks_6_de
# catalog-date 2011-02-24 00:25:59 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-pstricks-examples
Version:	20110224
Release:	3
Summary:	PSTricks examples
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/PSTricks_6_de
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks-examples.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks-examples.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
These are the examples from the 6th edition of the book
'PSTricks -- Grafik fur TeX und LaTeX'.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/00-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/01-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-05-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-05-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-05-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-05-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-05-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/02-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-00-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/03-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/04-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/05-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/06-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/07-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/08-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/09-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/09-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/09-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/09-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/09-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/09-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/09-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/09-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/09-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/09-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/09-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/09-09-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/09-10-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/10-06-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/11-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/12-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/12-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/12-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/12-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/12-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/12-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/12-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/12-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/12-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/12-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/12-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/13-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/13-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/13-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/13-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/14-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-48.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-49.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-50.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-51.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-52.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-53.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-54.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-55.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-56.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-57.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-58.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-59.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-60.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-61.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-62.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-63.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-64.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-65.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-66.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-05-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-07-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-08-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-08-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-08-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/15-08-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-06-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-08-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-08-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-08-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-08-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-08-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-08-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-08-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-09-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-10-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-10-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-10-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/16-10-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-00-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-00-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/17-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/18-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/19-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/20-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/21-00-1.ltxEps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/21-01-1.ltxEps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/21-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/21-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/22-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-48.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-49.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-50.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-51.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-52.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-53.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-54.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-55.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-56.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-57.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-58.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-59.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-60.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-61.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-62.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-63.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-64.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-65.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-05-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-48.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-49.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-50.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-51.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-52.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-53.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-54.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-55.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-56.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-57.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-58.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-59.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-60.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-61.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-62.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-63.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-64.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-65.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-66.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-67.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-68.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-69.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-70.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-71.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-72.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-73.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-74.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-75.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-76.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-77.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-78.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-79.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-80.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-81.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-82.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-83.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-84.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-85.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-86.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-87.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-88.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-89.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-90.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-91.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-92.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-93.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-94.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-95.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-96.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-06-97.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-07-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-08-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-08-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-08-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-08-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/23-08-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-14.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-15.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-16.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-1.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-10.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-11.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-12.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-13.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-14.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-15.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-16.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-17.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-18.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-19.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-2.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-20.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-21.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-22.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-23.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-24.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-25.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-26.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-27.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-28.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-3.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-30.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-31.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-32.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-33.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-34.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-35.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-36.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-37.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-38.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-39.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-4.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-40.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-44.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-45.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-46.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-47.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-48.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-49.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-5.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-50.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-51.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-52.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-53.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-54.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-55.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-56.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-57.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-58.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-59.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-6.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-60.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-61.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-62.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-63.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-64.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-65.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-66.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-67.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-68.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-69.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-7.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-70.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-71.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-72.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-73.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-74.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-75.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-76.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-77.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-78.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-79.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-8.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-03-9.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/24-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-48.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-49.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-50.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-51.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-52.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-53.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-54.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-55.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-56.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-57.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-58.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-59.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-60.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-61.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-62.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-63.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-64.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-65.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-66.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-67.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-68.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-69.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-70.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-71.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-10.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-11.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-12.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-13.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-14.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-15.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-16.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-17.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-18.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-19.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-20.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-21.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-22.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-7.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-8.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-04-9.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-10.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-11.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-12.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-13.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-14.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-15.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-16.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-17.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-18.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-19.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-20.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-21.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-22.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-23.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-05-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-06-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-06-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-06-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-06-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/25-07-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-28.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-29.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/26-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-10.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-11.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-12.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-13.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-14.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-15.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-16.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-17.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-18.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-19.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-20.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-21.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-22.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-24.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-25.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-4.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-5.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-6.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-7.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-8.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-01-9.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/27-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/28-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/29-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/30-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/31-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-14.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-15.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-16.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/32-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-48.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-49.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-50.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-51.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-52.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-53.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-54.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-55.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-56.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-57.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-58.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-59.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-60.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-61.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-62.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-63.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-64.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-65.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-66.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-67.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-68.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-69.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-70.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-71.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-72.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-73.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-74.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-75.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-10.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-11.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-12.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-13.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-14.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-15.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-16.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-17.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-18.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-19.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-20.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-21.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-22.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-7.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-8.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-04-9.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-10.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-11.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-12.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-13.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-14.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-15.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-16.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-17.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-18.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-19.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-20.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-21.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-22.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-23.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-05-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-06-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-06-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-06-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-06-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/33-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/34-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/34-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/34-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/34-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/34-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/34-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/34-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/34-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-10.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-11.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-12.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-13.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-14.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-15.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-16.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-17.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-18.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-19.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-20.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-21.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-22.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-24.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-25.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-4.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-5.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-6.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-7.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-8.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-01-9.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-02-1.ltxb
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-02-2.ltxbps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-02-3.ltxbps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/35-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-100.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-101.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-102.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-103.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-104.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-105.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-106.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-107.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-108.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-109.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-110.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-111.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-112.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-113.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-114.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-115.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-116.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-117.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-118.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-119.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-120.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-121.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-122.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-123.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-124.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-125.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-126.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-48.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-49.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-50.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-51.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-52.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-53.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-54.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-55.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-56.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-57.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-58.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-59.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-60.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-61.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-62.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-63.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-64.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-65.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-66.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-67.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-68.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-69.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-70.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-71.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-72.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-73.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-74.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-75.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-76.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-77.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-78.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-79.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-80.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-81.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-82.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-83.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-84.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-85.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-86.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-87.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-88.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-89.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-90.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-91.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-92.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-93.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-94.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-95.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-96.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-97.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-98.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/36-00-99.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/B-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/B-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/C-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/C-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/C-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/C-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/D-01-1.xltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/D-03-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/D-03-2.ltx2crop
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/D-04-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/D-04-2.ltx2crop
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/D-05-1.ltx2crop
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/D-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/D-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/DEexa.sty
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/README
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/beispiel.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/bspcalweekly.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/bspdvdcoll.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/bspfont.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/bsppstricks.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exaarticle.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exaarticle2.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exaartplain.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exabeamer.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exabook.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exafoils.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exafubeamer.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exafupd.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/examargin.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/examinimal.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exapd.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exaprosper.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exareport.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exaseminar.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exaslidenotes.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exasymbol.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/exaxetex.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/screxa.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/screxabook.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/screxareport.cls
%doc %{_texmfdistdir}/doc/latex/pstricks-examples/textdemo.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110224-3
+ Revision: 63a3b16
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21162 |14mr|texlive-pstricks-examples-en-20111014-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24289
# category Package
# catalog-ctan /info/examples/PSTricks_en
# catalog-date 2011-10-14 08:44:25 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-pstricks-examples-en
Version:	20111014
Release:	3
Summary:	Examples from PSTricks book (English edition)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/PSTricks_en
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks-examples-en.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks-examples-en.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
These are the examples from the book 'PSTricks: Graphics and
PostScript for TeX and LaTeX'.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/00-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-4.ltx2
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-05-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/02-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-00-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-6.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/03-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/04-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/05-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/06-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/07-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/08-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/09-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/09-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/09-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/09-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/09-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/09-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/09-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/09-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/09-09-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/10-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/11-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/12-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/12-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/12-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/12-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/13-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/13-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/13-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/13-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-48.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-49.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-50.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-51.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-52.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-53.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-54.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-55.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-56.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-57.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-58.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-59.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-60.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-61.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-62.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-63.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-64.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-65.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-66.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-67.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-68.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-69.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-70.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-71.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-72.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-73.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-74.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-75.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-76.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-77.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-78.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-79.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-80.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-81.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-82.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-6.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/14-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-48.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-49.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-50.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-51.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-52.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-53.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-54.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-55.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-56.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-57.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-58.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-59.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-60.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-61.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-62.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-63.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-64.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-65.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-66.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-67.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-68.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-69.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-70.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-71.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-72.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-73.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-74.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-75.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-76.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-77.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-78.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-79.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-80.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-81.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-82.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-6.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-06-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-08-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-09-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/15-09-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-00-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-00-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-06-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-08-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-09-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-09-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-10-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-10-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/16-10-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-00-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-00-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/17-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/18-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/19-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/20-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/21-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-48.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-49.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-50.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-51.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-52.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-53.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-54.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-55.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-56.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-57.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-58.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-59.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-05-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-48.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-49.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-50.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-51.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-52.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-53.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-54.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-55.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-56.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-57.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-58.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-59.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-60.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-61.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-62.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-63.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-64.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-65.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-66.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-67.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-68.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-69.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-70.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-71.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-72.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-73.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-74.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-75.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-76.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-77.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-78.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-79.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-80.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-81.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-82.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-83.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-84.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-85.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-86.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-87.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-88.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-89.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-90.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-91.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-92.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-93.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-94.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-06-95.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/22-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-14.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-15.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-16.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-17.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-18.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-19.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-20.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-21.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-22.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-23.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-24.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-25.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-26.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-27.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-28.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-30.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-31.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-32.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-33.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-34.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-35.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-36.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-37.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-38.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-39.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-40.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-44.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-45.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-46.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-47.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-48.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-49.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-50.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-51.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-52.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-53.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-54.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-55.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-56.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-57.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-58.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-59.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-60.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-61.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-62.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-63.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-64.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-65.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-66.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-67.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-68.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-69.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-70.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-71.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-72.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-73.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-74.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-75.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-76.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-77.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-78.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-79.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-48.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-49.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-50.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-51.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-52.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-53.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-54.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-55.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-56.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-57.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-58.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-59.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-05-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-48.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-49.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-50.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-51.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-52.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-53.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-54.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-55.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-56.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-57.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-58.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-59.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-60.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-61.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-62.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-63.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-64.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-65.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-66.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-67.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-68.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-69.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-70.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-71.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-72.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-73.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-74.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-75.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-76.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-77.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-78.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-79.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-80.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-81.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-82.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-83.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-84.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-85.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-86.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-87.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-88.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-89.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-90.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-91.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-92.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-93.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-94.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-95.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-06-96.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-07-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/23-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-1.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-10.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-11.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-12.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-13.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-14.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-15.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-16.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-17.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-18.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-19.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-2.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-20.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-21.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-22.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-23.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-24.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-25.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-26.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-27.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-28.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-3.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-30.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-31.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-32.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-33.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-34.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-35.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-36.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-37.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-38.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-39.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-4.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-40.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-44.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-45.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-46.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-47.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-48.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-49.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-5.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-50.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-51.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-52.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-53.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-54.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-55.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-56.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-57.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-58.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-59.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-6.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-60.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-61.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-62.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-63.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-64.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-65.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-66.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-67.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-68.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-69.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-7.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-70.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-71.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-72.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-73.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-74.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-75.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-76.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-77.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-78.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-79.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-8.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-80.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-03-9.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/24-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-01-1.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-22.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-23.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-24.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-25.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-26.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-27.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-28.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-07-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-07-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/25-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-01-1.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-1.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-10.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-11.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-12.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-13.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-14.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-15.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-16.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-17.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-18.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-2.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-20.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-21.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-22.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-23.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-24.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-25.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-26.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-27.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-28.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-29.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-3.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-30.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-4.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-5.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-6.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-8.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-02-9.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/26-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-16.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/27-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-16.ltx2ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/28-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/29-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/30-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/31-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/32-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-48.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-49.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-50.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-51.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-52.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-53.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-54.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-55.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-56.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-57.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-58.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-59.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-60.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-61.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-62.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-63.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-64.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-65.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-10.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-11.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-12.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-13.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-14.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-15.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-16.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-17.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-18.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-19.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-20.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-21.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-22.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-7.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-8.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-04-9.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-10.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-11.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-12.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-13.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-14.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-15.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-16.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-17.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-18.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-19.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-20.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-21.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-22.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-23.inl
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/33-05-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/34-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/34-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/34-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/34-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/34-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/34-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/34-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/34-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-1.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-10.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-11.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-12.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-13.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-14.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-15.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-16.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-17.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-18.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-19.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-2.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-20.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-21.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-22.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-24.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-25.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-3.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-4.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-5.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-6.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-7.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-8.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-01-9.ltxpd
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-02-1.ltxbps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-02-2.ltxb
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/35-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-10.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-100.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-101.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-102.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-103.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-104.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-105.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-106.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-107.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-108.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-109.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-11.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-110.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-111.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-112.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-113.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-114.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-115.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-116.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-117.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-118.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-119.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-12.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-120.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-121.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-122.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-123.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-124.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-125.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-126.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-13.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-14.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-15.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-16.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-17.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-18.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-19.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-20.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-21.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-22.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-23.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-24.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-25.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-26.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-27.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-28.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-29.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-3.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-30.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-31.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-32.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-33.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-34.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-35.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-36.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-37.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-38.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-39.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-4.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-40.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-41.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-42.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-43.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-44.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-45.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-46.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-47.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-48.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-49.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-5.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-50.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-51.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-52.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-53.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-54.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-55.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-56.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-57.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-58.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-59.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-6.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-60.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-61.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-62.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-63.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-64.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-65.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-66.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-67.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-68.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-69.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-7.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-70.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-71.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-72.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-73.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-74.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-75.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-76.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-77.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-78.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-79.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-8.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-80.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-81.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-82.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-83.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-84.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-85.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-86.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-87.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-88.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-89.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-9.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-90.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-91.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-92.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-93.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-94.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-95.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-96.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-97.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-98.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/36-00-99.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/38-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/38-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/39-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/39-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/39-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/39-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/40-02-1.tex
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/40-02-2.tex
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/40-03-1.ltx2
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/B-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/B-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/C-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/C-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/C-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/C-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/D-02-1.tex
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/D-02-2.tex
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/D-03-1.tex
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/D-03-2.tex
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/D-04-1.ltx2
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/DEexa.sty
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/DEoptions.sty
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/DotErrorBar.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/MyCurveA.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/MyCurveB.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/PrepareEXA.sh
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/SensorAlterung.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/aebocg.djs
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/aebocg.fdf
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/animelayers.djs
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/animelayers.fdf
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/bubble.data
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/data.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/data1.csv
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/data1.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/data1.mat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/data10.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/data1T.csv
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/data2.mat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/data22.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/data2T.csv
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/data3.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/data3D.Roessler
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/data3T.csv
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/data4.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/data9.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/dataError.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/dataMul.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/demo1.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/demo2.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/demo3.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/feigenbaum.data
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/file.ps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/fileplot.data
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/fontDemo-E.tex
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/fontDemo.tex
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/images/biblatex-howitworks.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/images/bibtex-howitworks.pdf
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/images/fig-10-13.png
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/images/fig-11-1.png
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/images/zedat2.eps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/log0.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/log1.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/log2.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/matrix.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/rahmen.eps
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/select.data
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/temp.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/test10.dat
%doc %{_texmfdistdir}/doc/latex/pstricks-examples-en/textdemo.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111014-3
+ Revision: 0d108a3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21163 |14mr|texlive-pstricks-tutorial-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-pstricks-tutorial
Version:	20111104
Release:	3
Summary:	TeXLive pstricks-tutorial package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks-tutorial.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks-tutorial.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive pstricks-tutorial package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap1-figures.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap1-src.tar.gz
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap1.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap2-figures.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap2-src.tar.gz
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap2.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap3-figures.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap3-src.tar.gz
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap3.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap4-figures.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap4-src.tar.gz
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap4.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap5-figures.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap5-src.tar.gz
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap5.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap6-figures.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap6-src.tar.gz
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap6.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap7-figures.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap7-src.tar.gz
%doc %{_texmfdistdir}/doc/generic/pstricks-tutorial/chap7.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: b3c92e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21164 |14mr|texlive-pst-rubans-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23464
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-rubans
# catalog-date 2011-06-24 10:29:05 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-pst-rubans
Version:	1.2
Release:	3
Summary:	Draw three-dimensional ribbons
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-rubans
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-rubans.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-rubans.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-rubans.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses PStricks and pst-solides3d to draw three
dimensional ribbons on a cylinder, torus, sphere, cone or
paraboloid. The width of the ribbon, the number of turns, the
colour of the outer and the inner surface of the ribbon may be
set. In the case of circular and conical helices, one may also
choose the number of ribbons.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-rubans/pst-rubans.tex
%{_texmfdistdir}/tex/latex/pst-rubans/pst-rubans.sty
%doc %{_texmfdistdir}/doc/generic/pst-rubans/Changes
%doc %{_texmfdistdir}/doc/generic/pst-rubans/README
%doc %{_texmfdistdir}/doc/generic/pst-rubans/pst-rubans-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-rubans/pst-rubans-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-rubans/pst-rubans-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-rubans/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: b5fe55f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21165 |14mr|texlive-pst-sigsys-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21667
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-sigsys
# catalog-date 2011-03-09 20:38:22 +0100
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-pst-sigsys
Version:	1.4
Release:	3
Summary:	Support of signal processing-related disciplines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-sigsys
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-sigsys.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-sigsys.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a collection of useful macros for
disciplines related to signal processing. It defines macros for
plotting a sequence of numbers, drawing the pole-zero diagram
of a system, shading the region of convergence, creating an
adder or a multiplier node, placing a framed node at a given
coordinate, creating an up-sampler or a down-sampler node,
drawing the block diagram of a system, drawing adaptive
systems, sequentially connecting a list of nodes, and
connecting a list of nodes using any node-connecting macro.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-sigsys/pst-sigsys.tex
%{_texmfdistdir}/tex/latex/pst-sigsys/pst-sigsys.sty
%doc %{_texmfdistdir}/doc/generic/pst-sigsys/Changes
%doc %{_texmfdistdir}/doc/generic/pst-sigsys/README
%doc %{_texmfdistdir}/doc/generic/pst-sigsys/pst-sigsys-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-sigsys/pst-sigsys-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-sigsys/pst-sigsys-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: c9f3ec7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21166 |14mr|texlive-pst-slpe-1.31-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24391
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-slpe
# catalog-date 2011-10-25 20:39:05 +0200
# catalog-license lppl
# catalog-version 1.31
Name:		texlive-pst-slpe
Version:	1.31
Release:	3
Summary:	Sophisticated colour gradients
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-slpe
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-slpe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-slpe.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-slpe.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This PStricks package covers all the colour gradient
functionality of pst-grad (part of the base pstricks
distribution), and provides the following facilities: - it
permits the user to specify an arbitrary number of colours,
along with the points at which they are to be reached; - it
converts between RGB and HSV behind the scenes; - it provides
concentric and radial gradients; - it provides a command
\psBall that generates bullets with a three-dimensional
appearance; and - uses the xkeyval package for the extended key
handling.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-slpe/pst-slpe.pro
%{_texmfdistdir}/tex/generic/pst-slpe/pst-slpe.tex
%{_texmfdistdir}/tex/latex/pst-slpe/pst-slpe.sty
%doc %{_texmfdistdir}/doc/generic/pst-slpe/Changes
%doc %{_texmfdistdir}/doc/generic/pst-slpe/README
%doc %{_texmfdistdir}/doc/generic/pst-slpe/pst-slpe.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-slpe/Makefile
%doc %{_texmfdistdir}/source/generic/pst-slpe/pst-slpe.dtx
%doc %{_texmfdistdir}/source/generic/pst-slpe/pst-slpe.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.31-3
+ Revision: 6717c4a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21167 |14mr|texlive-pst-solarsystem-0.12-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24995
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-solarsystem
# catalog-date 2012-01-01 19:16:20 +0100
# catalog-license lppl
# catalog-version 0.12
Name:		texlive-pst-solarsystem
Version:	0.12
Release:	2
Summary:	Plot the solar system for a specific date
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-solarsystem
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-solarsystem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-solarsystem.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-solarsystem.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses pstricks to produce diagrams of the visible
planets, projected on the plane of the ecliptic. It is not
possible to represent all the planets in their real
proportions, so only Mercury, Venus, Earth and Mars have their
orbits in correct proportions and their relative sizes are
observed. Saturn and Jupiter are in the right direction, but
not in the correct size.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-solarsystem/pst-solarsystem.pro
%{_texmfdistdir}/tex/generic/pst-solarsystem/pst-solarsystem.tex
%{_texmfdistdir}/tex/latex/pst-solarsystem/pst-solarsystem.sty
%doc %{_texmfdistdir}/doc/generic/pst-solarsystem/Changes
%doc %{_texmfdistdir}/doc/generic/pst-solarsystem/README
%doc %{_texmfdistdir}/doc/generic/pst-solarsystem/pst-solarsystem-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-solarsystem/pst-solarsystem-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-solarsystem/pst-solarsystem-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-solarsystem/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12-2
+ Revision: c91db78
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21168 |14mr|texlive-pst-solides3d-4.23-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19959
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-solides3d
# catalog-date 2010-09-29 09:03:07 +0200
# catalog-license lppl1.3
# catalog-version 4.23
Name:		texlive-pst-solides3d
Version:	4.23
Release:	3
Summary:	Draw perspective views of 3D solids
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-solides3d
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-solides3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-solides3d.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is designed to draw solids in 3d perspective.
Features include: - create primitive solids; - create solids by
including a list of its vertices and faces; - faces of solids
and surfaces can be colored by choosing from a very large
palette of colors; - draw parametric surfaces in algebraic and
reverse polish notation; - create explicit and parameterized
algebraic functions drawn in 2 or 3 dimensions; - project text
onto a plane and onto the faces of a solid; - support for
including external database files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-solides3d/pst-solides3d.pro
%{_texmfdistdir}/tex/generic/pst-solides3d/pst-solides3d.tex
%{_texmfdistdir}/tex/latex/pst-solides3d/pst-solides3d.sty
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/Changes
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/README
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/Changes
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/Makefile
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/Pyramid-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/Pyramid-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/Pyramid-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/Pyramid-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/README
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/chapter-1-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/chapter-2-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubeHexagone-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubeHexagone-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubeHexagone-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubeHexagone-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubecolor-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubecolor-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubecolor-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubecolor-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/faces_nefer.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/faces_nefer_levres.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/faces_nefer_sourcils.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/faces_nefer_yeux.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/fusee62-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/fusee62-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/fusee62-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/fusee62-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/geodedual44-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/geodedual44-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/geodedual44-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/geodedual44-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/horoptere-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/horoptere-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/horoptere-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/horoptere-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/kepler.eps
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-acknowledgements-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-affinage-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-anneaux-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-annoterschema-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-axes3D-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-chanfrein-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-codejps-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-colorierfacettes-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-commandestrace-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-couleurs-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-courbeR3-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-cylindres-cones-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-datfile-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-definirfonction-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-definirplanquelconque-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-definitionmaillage-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-eclairageponctuel-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-enleverfacettes-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-extensions-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-face-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-fusion-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-fusionjps-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-geode-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-grille-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-keywords-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-ligne3D-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-lignedeniveau-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-modes-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-new-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-nommersolide-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-numeroterfacettes-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-opacity-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-parametres-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-plan-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-poems-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-point-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-pointagesommets-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-positionnerpointconnu-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-positionnersolide-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-prisme-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectionangledroit-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectioncercle-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectioncourbe-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectiondroite-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectionligne-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectionpoint-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectionpolygone-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectiontexte-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectionvecteur-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectionvisibility-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projpresentation-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-ruban-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-section-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-solidescreux-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-solidespredefinis-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-surfaces-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-surfacesparametrees-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-tracerpolygone-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-transform-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-transformpointconnu-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-tronque-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-tube-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-vecteur-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/paraboloid-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/paraboloid-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/paraboloid-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/paraboloid-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/pst-solides3d-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/pst-solides3d-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/rocket.obj
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/slicePyramid-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/slicePyramid-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/slicePyramid-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/slicePyramid-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/sommets_nefer.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/sommets_nefer0.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tex-files-all.zip
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1836-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1836-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1836-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1836-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860lemniscate-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860lemniscate-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860lemniscate-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860lemniscate-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860ovales-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860ovales-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860ovales-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860ovales-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860part-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860part-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860part-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860part-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/pst-solides3d-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.23-3
+ Revision: 8a8d5c7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21169 |14mr|texlive-pst-soroban-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-soroban
# catalog-date 2008-08-23 00:25:16 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-pst-soroban
Version:	1.0
Release:	3
Summary:	Draw a Soroban using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-soroban
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-soroban.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-soroban.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-soroban.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses PSTricks to draw a Japanese abacus, or
soroban. The soroban is still used in Japan today.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-soroban/pst-soroban.sty
%doc %{_texmfdistdir}/doc/generic/pst-soroban/Changes
%doc %{_texmfdistdir}/doc/generic/pst-soroban/README
%doc %{_texmfdistdir}/doc/generic/pst-soroban/pst-soroban-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-soroban/pst-soroban-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-soroban/pst-soroban-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-soroban/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: b427fce
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21170 |14mr|texlive-pst-spectra-0.91-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-spectra
# catalog-date 2008-08-23 00:25:16 +0200
# catalog-license lppl
# catalog-version 0.91
Name:		texlive-pst-spectra
Version:	0.91
Release:	3
Summary:	Draw continuum, emission and absorption spectra with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-spectra
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-spectra.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-spectra.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is a PSTricks extension, based on a NASA lines
database. It allows you to draw continuum, emission and
absorption spectra. A Total of 16 880 visible lines from 99
elements can be displayed. The package requires the xkeyval
package for decoding its arguments.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-spectra/pst-spectra.pro
%{_texmfdistdir}/tex/generic/pst-spectra/pst-spectra.tex
%{_texmfdistdir}/tex/latex/pst-spectra/pst-spectra.sty
%doc %{_texmfdistdir}/doc/generic/pst-spectra/README
%doc %{_texmfdistdir}/doc/generic/pst-spectra/pst-spectra.pdf
%doc %{_texmfdistdir}/doc/generic/pst-spectra/pst-spectraEN.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.91-3
+ Revision: 4efffc7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21171 |14mr|texlive-pst-stru-0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-stru
# catalog-date 2008-08-23 00:25:16 +0200
# catalog-license lppl
# catalog-version 0.11
Name:		texlive-pst-stru
Version:	0.11
Release:	3
Summary:	Civil engineering diagrams, using pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-stru
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-stru.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-stru.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-stru is a PSTricks-based package to draw structural schemes
in civil engineering analysis, for beams, portals, arches and
piles.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-stru/pst-stru.tex
%{_texmfdistdir}/tex/latex/pst-stru/pst-stru.sty
%doc %{_texmfdistdir}/doc/generic/pst-stru/Changes
%doc %{_texmfdistdir}/doc/generic/pst-stru/README
%doc %{_texmfdistdir}/doc/generic/pst-stru/pst-stru-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-stru/pst-stru-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11-3
+ Revision: f187c26
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21172 |14mr|texlive-pst-support-20090205-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/pst-support
# catalog-date 2009-02-07 21:39:27 +0100
# catalog-license lppl
# catalog-version 2009-02-05
Name:		texlive-pst-support
Version:	20090205
Release:	3
Summary:	Assorted support files for use with PStricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/pst-support
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-support.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-support.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
An appropriate set of job options, together with process
scripts for use with TeXnicCenter/.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/generic/pst-support/README
%doc %{_texmfdistdir}/doc/generic/pst-support/Standard_transparency.joboptions
%doc %{_texmfdistdir}/doc/generic/pst-support/latex-ps-pdf.tco
%doc %{_texmfdistdir}/doc/generic/pst-support/latex-pstpdf-pdf.tco
%doc %{_texmfdistdir}/doc/generic/pst-support/pdflatex-autopstpdf.tco

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090205-3
+ Revision: 9b80caf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21173 |14mr|texlive-pst-text-1.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-text
# catalog-date 2007-03-11 16:56:01 +0100
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-pst-text
Version:	1.00
Release:	3
Summary:	Text and character manipulation in PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-text
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-text.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-text.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-text.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-text is a PSTricks based package for plotting text along a
different path and manipulating characters. It includes the
functionality of the old package pst-char.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-text/pst-text.pro
%{_texmfdistdir}/tex/generic/pst-text/pst-char.tex
%{_texmfdistdir}/tex/generic/pst-text/pst-text.tex
%{_texmfdistdir}/tex/latex/pst-text/pst-char.sty
%{_texmfdistdir}/tex/latex/pst-text/pst-text.sty
%doc %{_texmfdistdir}/doc/generic/pst-text/Changes
%doc %{_texmfdistdir}/doc/generic/pst-text/README
%doc %{_texmfdistdir}/doc/generic/pst-text/pst-text-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-text/pst-text-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-text/pst-text-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-text/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-3
+ Revision: c4151d0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21174 |14mr|texlive-pst-thick-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16369
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-thick
# catalog-date 2009-12-14 16:47:24 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-pst-thick
Version:	1.0
Release:	3
Summary:	Drawing very thick lines and curves
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-thick
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-thick.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-thick.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-thick.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports drawing of very thick lines and curves in
PSTricks, with various fillings for the body of the lines.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-thick/pst-thick.tex
%{_texmfdistdir}/tex/latex/pst-thick/pst-thick.sty
%doc %{_texmfdistdir}/doc/generic/pst-thick/Changes
%doc %{_texmfdistdir}/doc/generic/pst-thick/README
%doc %{_texmfdistdir}/doc/generic/pst-thick/pst-thick-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-thick/pst-thick-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-thick/pst-thick-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-thick/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 9db55d3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21175 |14mr|texlive-pst-tools-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25024
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-tools
# catalog-date 2012-01-04 09:11:42 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-pst-tools
Version:	0.1
Release:	2
Summary:	PStricks support functions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-tools
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides helper functions for other PSTricks
related packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-tools/pst-tools.tex
%{_texmfdistdir}/tex/latex/pst-tools/pst-tools.sty
%doc %{_texmfdistdir}/doc/generic/pst-tools/Changes
%doc %{_texmfdistdir}/doc/generic/pst-tools/README
%doc %{_texmfdistdir}/doc/generic/pst-tools/pst-tools-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-tools/pst-tools-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-tools/pst-tools-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-tools/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: cd4ce51
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21176 |14mr|texlive-pst-tree-1.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24142
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-tree
# catalog-date 2011-09-29 17:52:33 +0200
# catalog-license lppl
# catalog-version 1.12
Name:		texlive-pst-tree
Version:	1.12
Release:	3
Summary:	Trees, using pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-tree
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tree.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tree.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
pst-tree is a pstricks package that defines a macro \pstree
which offers a structured way of joining nodes created using
pst-node in order to draw trees.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-tree/pst-tree.tex
%{_texmfdistdir}/tex/latex/pst-tree/pst-tree.sty
%doc %{_texmfdistdir}/doc/generic/pst-tree/Changes
%doc %{_texmfdistdir}/doc/generic/pst-tree/README
%doc %{_texmfdistdir}/doc/generic/pst-tree/pst-tree-doc-de.pdf
%doc %{_texmfdistdir}/doc/generic/pst-tree/pst-tree-doc-de.tex
%doc %{_texmfdistdir}/doc/generic/pst-tree/pst-tree-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-tree/pst-tree-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-tree/pst-tree-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-tree/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.12-3
+ Revision: e936a40
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21177 |14mr|texlive-pst-tvz-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23451
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-tvz
# catalog-date 2011-06-14 17:30:27 +0200
# catalog-license lppl1.3
# catalog-version 1.01
Name:		texlive-pst-tvz
Version:	1.01
Release:	3
Summary:	Draw trees with more than on root node, using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-tvz
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tvz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tvz.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tvz.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses PSTricks to draw trees with more than one root
node. It is similar to pst-tree, though it uses a different
placement algorithm.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-tvz/pst-tvz.tex
%{_texmfdistdir}/tex/latex/pst-tvz/pst-tvz.sty
%doc %{_texmfdistdir}/doc/generic/pst-tvz/Changes
%doc %{_texmfdistdir}/doc/generic/pst-tvz/README
%doc %{_texmfdistdir}/doc/generic/pst-tvz/pst-tvz-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-tvz/pst-tvz-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-tvz/pst-tvz-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-tvz/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: 4932512
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21178 |14mr|texlive-pst-uml-0.83-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-uml
# catalog-date 2007-01-04 21:17:26 +0100
# catalog-license lppl
# catalog-version 0.83
Name:		texlive-pst-uml
Version:	0.83
Release:	3
Summary:	UML diagrams with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-uml
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-uml.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-uml.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-uml.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-multido

%description
pst-uml is a PSTricks package that provides support for drawing
moderately complex UML (Universal Modelling Language) diagrams.
(The PDF documentation is written in French.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-uml/pst-uml.sty
%doc %{_texmfdistdir}/doc/generic/pst-uml/Changes
%doc %{_texmfdistdir}/doc/generic/pst-uml/README
%doc %{_texmfdistdir}/doc/generic/pst-uml/diagCase.tex
%doc %{_texmfdistdir}/doc/generic/pst-uml/diagClass.tex
%doc %{_texmfdistdir}/doc/generic/pst-uml/diagClass1.tex
%doc %{_texmfdistdir}/doc/generic/pst-uml/diagSeq.tex
%doc %{_texmfdistdir}/doc/generic/pst-uml/diagState.tex
%doc %{_texmfdistdir}/doc/generic/pst-uml/pst-uml-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-uml/pst-uml-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-uml/pst-uml-encapsuled-pdf-fig.pdf
%doc %{_texmfdistdir}/doc/generic/pst-uml/pst-uml-encapsuled-pdf-fig.tex
%doc %{_texmfdistdir}/doc/generic/pst-uml/pst-uml-exemples.pdf
%doc %{_texmfdistdir}/doc/generic/pst-uml/pst-uml-exemples.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-uml/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.83-3
+ Revision: 39cd31a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21179 |14mr|texlive-pst-vowel-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25228
# category Package
# catalog-ctan /macros/latex/contrib/pst-vowel
# catalog-date 2012-01-28 08:48:38 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-pst-vowel
Version:	1.0
Release:	4
Summary:	Enable arrows showing diphthongs on vowel charts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pst-vowel
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vowel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vowel.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends vowel.sty (distributed as part of the tipa
bundle) by allowing the user to draw arrows between vowels to
show relationships such as diphthong membership. The package
depends on use of pstricks.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-vowel/pst-vowel.sty
%doc %{_texmfdistdir}/doc/latex/pst-vowel/README
%doc %{_texmfdistdir}/doc/latex/pst-vowel/pst-vowel.pdf
%doc %{_texmfdistdir}/doc/latex/pst-vowel/pst-vowel.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-4
+ Revision: 702eb53
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21180 |14mr|texlive-pst-vue3d-1.24-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-vue3d
# catalog-date 2008-02-21 14:49:16 +0100
# catalog-license lppl
# catalog-version 1.24
Name:		texlive-pst-vue3d
Version:	1.24
Release:	3
Summary:	Draw perspective views of three dimensional objects
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-vue3d
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vue3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vue3d.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vue3d.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
With pst-vue3d three dimensional objects like cubes, spheres
and others can be viewed from different points. The
distribution includes a comprehensive set of examples of usage.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-vue3d/pst-vue3d.pro
%{_texmfdistdir}/tex/generic/pst-vue3d/pst-vue3d.tex
%{_texmfdistdir}/tex/latex/pst-vue3d/pst-vue3d.sty
%doc %{_texmfdistdir}/doc/generic/pst-vue3d/Changes
%doc %{_texmfdistdir}/doc/generic/pst-vue3d/README
%doc %{_texmfdistdir}/doc/generic/pst-vue3d/pst-vue3d-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-vue3d/pst-vue3d-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-vue3d/pst-vue3d-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-vue3d/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.24-3
+ Revision: 22c022a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21181 |14mr|texlive-psu-thesis-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/psu-thesis
# catalog-date 2008-09-20 13:36:26 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-psu-thesis
Version:	1.1
Release:	3
Summary:	Package for writing a thesis at Penn State University
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/psu-thesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psu-thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psu-thesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides proper page formatting according to the
Penn State thesis office guidelines (as of 2004) and
automatically formats the front and back matter, title page,
and more. A BibTeX style file is also included for the
bibliography.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/psu-thesis/psuthesis.bst
%{_texmfdistdir}/tex/latex/psu-thesis/psu-thesis.sty
%doc %{_texmfdistdir}/doc/latex/psu-thesis/README
%doc %{_texmfdistdir}/doc/latex/psu-thesis/manual.pdf
%doc %{_texmfdistdir}/doc/latex/psu-thesis/manual.tex
%doc %{_texmfdistdir}/doc/latex/psu-thesis/mssample.pdf
%doc %{_texmfdistdir}/doc/latex/psu-thesis/mssample.tex
%doc %{_texmfdistdir}/doc/latex/psu-thesis/phdsample.pdf
%doc %{_texmfdistdir}/doc/latex/psu-thesis/phdsample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 97310a3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21182 |14mr|texlive-psutils-p17-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23089
# category TLCore
# catalog-ctan /support/psutils
# catalog-date 2009-11-10 00:30:52 +0100
# catalog-license other-free
# catalog-version p17
Name:		texlive-psutils
Version:	p17
Release:	7
Summary:	PostScript utilities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/psutils
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psutils.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psutils.doc.tar.xz
BuildArch:	noarch
Provides:	texlive-psutils.bin = %{EVRD}
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A bundle of utilities for manipulating PostScript documents,
including page selection and rearrangement, resizing the page,
arrangement into signatures for booklet printing, and page
merging for n-up printing. Utilities include psbook, psselect,
pstops, psnup, psresize, epsffit.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/extractres
%{_bindir}/fixdlsrps
%{_bindir}/fixfmps
%{_bindir}/fixpsditps
%{_bindir}/fixpspps
%{_bindir}/fixscribeps
%{_bindir}/fixtpps
%{_bindir}/fixwfwps
%{_bindir}/fixwpps
%{_bindir}/fixwwps
%{_bindir}/includeres
%{_bindir}/psmerge
%{_texmfdir}/scripts/psutils/extractres.pl
%{_texmfdir}/scripts/psutils/fixdlsrps.pl
%{_texmfdir}/scripts/psutils/fixfmps.pl
%{_texmfdir}/scripts/psutils/fixpsditps.pl
%{_texmfdir}/scripts/psutils/fixpspps.pl
%{_texmfdir}/scripts/psutils/fixscribeps.pl
%{_texmfdir}/scripts/psutils/fixtpps.pl
%{_texmfdir}/scripts/psutils/fixwfwps.pl
%{_texmfdir}/scripts/psutils/fixwpps.pl
%{_texmfdir}/scripts/psutils/fixwwps.pl
%{_texmfdir}/scripts/psutils/includeres.pl
%{_texmfdir}/scripts/psutils/psmerge.pl
%doc %{_mandir}/man1/epsffit.1*
%doc %{_texmfdir}/doc/man/man1/epsffit.man1.pdf
%doc %{_mandir}/man1/extractres.1*
%doc %{_texmfdir}/doc/man/man1/extractres.man1.pdf
%doc %{_mandir}/man1/fixdlsrps.1*
%doc %{_texmfdir}/doc/man/man1/fixdlsrps.man1.pdf
%doc %{_mandir}/man1/fixfmps.1*
%doc %{_texmfdir}/doc/man/man1/fixfmps.man1.pdf
%doc %{_mandir}/man1/fixpsditps.1*
%doc %{_texmfdir}/doc/man/man1/fixpsditps.man1.pdf
%doc %{_mandir}/man1/fixpspps.1*
%doc %{_texmfdir}/doc/man/man1/fixpspps.man1.pdf
%doc %{_mandir}/man1/fixscribeps.1*
%doc %{_texmfdir}/doc/man/man1/fixscribeps.man1.pdf
%doc %{_mandir}/man1/fixtpps.1*
%doc %{_texmfdir}/doc/man/man1/fixtpps.man1.pdf
%doc %{_mandir}/man1/fixwfwps.1*
%doc %{_texmfdir}/doc/man/man1/fixwfwps.man1.pdf
%doc %{_mandir}/man1/fixwpps.1*
%doc %{_texmfdir}/doc/man/man1/fixwpps.man1.pdf
%doc %{_mandir}/man1/fixwwps.1*
%doc %{_texmfdir}/doc/man/man1/fixwwps.man1.pdf
%doc %{_mandir}/man1/includeres.1*
%doc %{_texmfdir}/doc/man/man1/includeres.man1.pdf
%doc %{_mandir}/man1/psbook.1*
%doc %{_texmfdir}/doc/man/man1/psbook.man1.pdf
%doc %{_mandir}/man1/psmerge.1*
%doc %{_texmfdir}/doc/man/man1/psmerge.man1.pdf
%doc %{_mandir}/man1/psnup.1*
%doc %{_texmfdir}/doc/man/man1/psnup.man1.pdf
%doc %{_mandir}/man1/psresize.1*
%doc %{_texmfdir}/doc/man/man1/psresize.man1.pdf
%doc %{_mandir}/man1/psselect.1*
%doc %{_texmfdir}/doc/man/man1/psselect.man1.pdf
%doc %{_mandir}/man1/pstops.1*
%doc %{_texmfdir}/doc/man/man1/pstops.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdir}/scripts/psutils/extractres.pl extractres
    ln -sf %{_texmfdir}/scripts/psutils/fixdlsrps.pl fixdlsrps
    ln -sf %{_texmfdir}/scripts/psutils/fixfmps.pl fixfmps
    ln -sf %{_texmfdir}/scripts/psutils/fixpsditps.pl fixpsditps
    ln -sf %{_texmfdir}/scripts/psutils/fixpspps.pl fixpspps
    ln -sf %{_texmfdir}/scripts/psutils/fixscribeps.pl fixscribeps
    ln -sf %{_texmfdir}/scripts/psutils/fixtpps.pl fixtpps
    ln -sf %{_texmfdir}/scripts/psutils/fixwfwps.pl fixwfwps
    ln -sf %{_texmfdir}/scripts/psutils/fixwpps.pl fixwpps
    ln -sf %{_texmfdir}/scripts/psutils/fixwwps.pl fixwwps
    ln -sf %{_texmfdir}/scripts/psutils/includeres.pl includeres
    ln -sf %{_texmfdir}/scripts/psutils/psmerge.pl psmerge
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> p17-7
+ Revision: 66c38ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21183 |14mr|texlive-ptex-20111109-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31898
# category Package
# catalog-ctan /language/japanese/ptex
# catalog-date 2011-11-09 15:33:34 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-ptex
Version:	20111109
Release:	15
Summary:	A TeX system for publishing in Japanese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/ptex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-tex
Requires:	texlive-latex
Requires:	texlive-hyph-utf8
Requires:	texlive-adobemapping
Requires:	texlive-ipaex
Requires:	texlive-japanese
Requires:	texlive-japanese-otf
Requires:	texlive-ptex.bin

%description
PTeX adds features related to vertical writing, and deals with
other problems in typesetting Japanese. A set of additions to a
TEXMF tree, for use with PTeX, may be found in package PTeX-
texmf. PTeX is distributed as WEB change files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvipdfmx/ptex/morisawa.map
%{_texmfdistdir}/fonts/source/ptex/ascgrp/ascgrp.mf
%{_texmfdistdir}/fonts/source/ptex/ascgrp/ascii.mf
%{_texmfdistdir}/fonts/source/ptex/ascgrp/ascii10.mf
%{_texmfdistdir}/fonts/source/ptex/ascgrp/ascii36.mf
%{_texmfdistdir}/fonts/source/ptex/jis/jis-v.pl
%{_texmfdistdir}/fonts/source/ptex/jis/jis.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth10.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth5.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth6.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth7.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth8.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth9.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin10.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin5.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin6.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin7.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin8.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin9.pl
%{_texmfdistdir}/fonts/source/ptex/standard/goth10.pl
%{_texmfdistdir}/fonts/source/ptex/standard/goth5.pl
%{_texmfdistdir}/fonts/source/ptex/standard/goth6.pl
%{_texmfdistdir}/fonts/source/ptex/standard/goth7.pl
%{_texmfdistdir}/fonts/source/ptex/standard/goth8.pl
%{_texmfdistdir}/fonts/source/ptex/standard/goth9.pl
%{_texmfdistdir}/fonts/source/ptex/standard/min10.pl
%{_texmfdistdir}/fonts/source/ptex/standard/min5.pl
%{_texmfdistdir}/fonts/source/ptex/standard/min6.pl
%{_texmfdistdir}/fonts/source/ptex/standard/min7.pl
%{_texmfdistdir}/fonts/source/ptex/standard/min8.pl
%{_texmfdistdir}/fonts/source/ptex/standard/min9.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth10.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth5.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth6.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth7.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth8.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth9.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tmin10.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tmin5.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tmin6.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tmin7.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tmin8.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tmin9.pl
%{_texmfdistdir}/fonts/tfm/ptex/ascgrp/ascgrp.tfm
%{_texmfdistdir}/fonts/tfm/ptex/ascgrp/ascii10.tfm
%{_texmfdistdir}/fonts/tfm/ptex/ascgrp/ascii36.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/futogo-b-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/futogo-b.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/futomin-b-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/futomin-b.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/gbm.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/gbmv.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/gtbbb-m-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/gtbbb-m.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/jun101-l-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/jun101-l.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/rml.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/rmlv.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/ryumin-l-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/ryumin-l.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jis-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jis.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisg-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisg.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisgn-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisgn.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisn-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisn.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoGoB101-Bold-H.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoGoB101-Bold-J.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoGoB101-Bold-V.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoMinA101-Bold-H.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoMinA101-Bold-J.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoMinA101-Bold-V.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/GothicBBB-Medium-H.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/GothicBBB-Medium-J.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/GothicBBB-Medium-V.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Jun101-Light-H.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Jun101-Light-J.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Jun101-Light-V.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Ryumin-Light-H.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Ryumin-Light-J.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Ryumin-Light-V.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth10.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth5.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth6.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth7.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth8.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth9.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin10.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin5.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin6.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin7.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin8.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin9.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth10.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth5.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth6.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth7.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth8.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth9.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/min10.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/min5.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/min6.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/min7.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/min8.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/min9.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth10.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth5.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth6.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth7.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth8.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth9.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin10.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin5.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin6.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin7.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin8.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin9.tfm
%{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascgrp.pfb
%{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascii10.pfb
%{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascii36.pfb
%{_texmfdistdir}/fonts/vf/ptex/jis/jis-v.vf
%{_texmfdistdir}/fonts/vf/ptex/jis/jis.vf
%{_texmfdistdir}/fonts/vf/ptex/jis/jisg-v.vf
%{_texmfdistdir}/fonts/vf/ptex/jis/jisg.vf
%{_texmfdistdir}/fonts/vf/ptex/jis/jisgn-v.vf
%{_texmfdistdir}/fonts/vf/ptex/jis/jisgn.vf
%{_texmfdistdir}/fonts/vf/ptex/jis/jisn-v.vf
%{_texmfdistdir}/fonts/vf/ptex/jis/jisn.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoGoB101-Bold-H.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoGoB101-Bold-J.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoGoB101-Bold-V.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoMinA101-Bold-H.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoMinA101-Bold-J.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoMinA101-Bold-V.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/GothicBBB-Medium-H.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/GothicBBB-Medium-J.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/GothicBBB-Medium-V.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Jun101-Light-H.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Jun101-Light-J.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Jun101-Light-V.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Ryumin-Light-H.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Ryumin-Light-J.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Ryumin-Light-V.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth10.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth5.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth6.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth7.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth8.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth9.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin10.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin5.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin6.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin7.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin8.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin9.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/goth10.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/goth5.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/goth6.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/goth7.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/goth8.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/goth9.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/min10.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/min5.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/min6.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/min7.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/min8.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/min9.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth10.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth5.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth6.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth7.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth8.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth9.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin10.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin5.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin6.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin7.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin8.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin9.vf
%{_texmfdistdir}/pbibtex/bib/jxampl.bib
%{_texmfdistdir}/pbibtex/bst/jabbrv.bst
%{_texmfdistdir}/pbibtex/bst/jalpha.bst
%{_texmfdistdir}/pbibtex/bst/jipsj.bst
%{_texmfdistdir}/pbibtex/bst/jname.bst
%{_texmfdistdir}/pbibtex/bst/jorsj.bst
%{_texmfdistdir}/pbibtex/bst/jplain.bst
%{_texmfdistdir}/pbibtex/bst/junsrt.bst
%{_texmfdistdir}/pbibtex/bst/tieice.bst
%{_texmfdistdir}/pbibtex/bst/tipsj.bst
%{_texmfdistdir}/tex/platex/base/ascmac.sty
%{_texmfdistdir}/tex/platex/base/jarticle.cls
%{_texmfdistdir}/tex/platex/base/jarticle.sty
%{_texmfdistdir}/tex/platex/base/jbk10.clo
%{_texmfdistdir}/tex/platex/base/jbk11.clo
%{_texmfdistdir}/tex/platex/base/jbk12.clo
%{_texmfdistdir}/tex/platex/base/jbook.cls
%{_texmfdistdir}/tex/platex/base/jbook.sty
%{_texmfdistdir}/tex/platex/base/jltxdoc.cls
%{_texmfdistdir}/tex/platex/base/jreport.cls
%{_texmfdistdir}/tex/platex/base/jreport.sty
%{_texmfdistdir}/tex/platex/base/jsize10.clo
%{_texmfdistdir}/tex/platex/base/jsize11.clo
%{_texmfdistdir}/tex/platex/base/jsize12.clo
%{_texmfdistdir}/tex/platex/base/jt1gt.fd
%{_texmfdistdir}/tex/platex/base/jt1mc.fd
%{_texmfdistdir}/tex/platex/base/jy1gt.fd
%{_texmfdistdir}/tex/platex/base/jy1mc.fd
%{_texmfdistdir}/tex/platex/base/kinsoku.tex
%{_texmfdistdir}/tex/platex/base/nidanfloat.sty
%{_texmfdistdir}/tex/platex/base/oldpfont.sty
%{_texmfdistdir}/tex/platex/base/pl209.def
%{_texmfdistdir}/tex/platex/base/platex.ltx
%{_texmfdistdir}/tex/platex/base/plcore.ltx
%{_texmfdistdir}/tex/platex/base/pldefs.ltx
%{_texmfdistdir}/tex/platex/base/plext.sty
%{_texmfdistdir}/tex/platex/base/plnews.cls
%{_texmfdistdir}/tex/platex/base/ptrace.sty
%{_texmfdistdir}/tex/platex/base/tarticle.cls
%{_texmfdistdir}/tex/platex/base/tarticle.sty
%{_texmfdistdir}/tex/platex/base/tascmac.sty
%{_texmfdistdir}/tex/platex/base/tbk10.clo
%{_texmfdistdir}/tex/platex/base/tbk11.clo
%{_texmfdistdir}/tex/platex/base/tbk12.clo
%{_texmfdistdir}/tex/platex/base/tbook.cls
%{_texmfdistdir}/tex/platex/base/tbook.sty
%{_texmfdistdir}/tex/platex/base/treport.cls
%{_texmfdistdir}/tex/platex/base/treport.sty
%{_texmfdistdir}/tex/platex/base/tsize10.clo
%{_texmfdistdir}/tex/platex/base/tsize11.clo
%{_texmfdistdir}/tex/platex/base/tsize12.clo
%{_texmfdistdir}/tex/platex/config/hyphen.cfg
%{_texmfdistdir}/tex/platex/config/platex.ini
%{_texmfdistdir}/tex/ptex/base/ascii-jplain.tex
%{_texmfdistdir}/tex/ptex/base/eptex.src
%{_texmfdistdir}/tex/ptex/base/eptexdefs.lib
%{_texmfdistdir}/tex/ptex/base/kinsoku.tex
%{_texmfdistdir}/tex/ptex/base/ptex.tex
%{_texmfdistdir}/tex/ptex/config/eptex.ini
%{_texmfdistdir}/tex/ptex/config/ptex.ini
%_texmf_fmtutil_d/ptex
%_texmf_updmap_d/ptex
%doc %{_mandir}/man1/mendex.1*
%doc %{_texmfdistdir}/doc/man/man1/mendex.man1.pdf
%doc %{_texmfdistdir}/doc/ptex/base/COPYRIGHT
%doc %{_texmfdistdir}/doc/ptex/base/COPYRIGHT.txt
%doc %{_texmfdistdir}/doc/ptex/base/Changes.txt
%doc %{_texmfdistdir}/doc/ptex/base/INSTALL.txt
%doc %{_texmfdistdir}/doc/ptex/base/README.txt
%doc %{_texmfdistdir}/doc/ptex/base/jfm.pdf
%doc %{_texmfdistdir}/doc/ptex/base/jfm.tex
%doc %{_texmfdistdir}/doc/ptex/base/jtex.pdf
%doc %{_texmfdistdir}/doc/ptex/base/jtex.tex
%doc %{_texmfdistdir}/doc/ptex/base/jtexdoc.pdf
%doc %{_texmfdistdir}/doc/ptex/base/jtexdoc.tex
%doc %{_texmfdistdir}/doc/ptex/base/ptexdoc.pdf
%doc %{_texmfdistdir}/doc/ptex/base/ptexdoc.tex
%doc %{_texmfdistdir}/doc/ptex/base/ptexskip.pdf
%doc %{_texmfdistdir}/doc/ptex/base/ptexskip.tex
%doc %{_texmfdistdir}/doc/ptex/jvf/COPYRIGHT
%doc %{_texmfdistdir}/doc/ptex/jvf/Changes.txt
%doc %{_texmfdistdir}/doc/ptex/jvf/README.txt
%doc %{_texmfdistdir}/doc/ptex/pbibtex/README
%doc %{_texmfdistdir}/doc/ptex/pbibtex/cpp.awk
%doc %{_texmfdistdir}/doc/ptex/pbibtex/generate.sh
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbibtex.bib
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbibtex.pdf
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbibtex.tex
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbtxbst.doc
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbtxdoc.bib
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbtxdoc.pdf
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbtxdoc.tex
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbtxhak.pdf
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbtxhak.tex
#- source
%doc %{_texmfdistdir}/source/platex/base/Changes.txt
%doc %{_texmfdistdir}/source/platex/base/README.txt
%doc %{_texmfdistdir}/source/platex/base/README2.txt
%doc %{_texmfdistdir}/source/platex/base/Xins.ins
%doc %{_texmfdistdir}/source/platex/base/jclasses.dtx
%doc %{_texmfdistdir}/source/platex/base/jltxdoc.dtx
%doc %{_texmfdistdir}/source/platex/base/kinsoku.dtx
%doc %{_texmfdistdir}/source/platex/base/nidanfloat.dtx
%doc %{_texmfdistdir}/source/platex/base/nidanfloat.ins
%doc %{_texmfdistdir}/source/platex/base/pl209.dtx
%doc %{_texmfdistdir}/source/platex/base/pl209.ins
%doc %{_texmfdistdir}/source/platex/base/platex.dtx
%doc %{_texmfdistdir}/source/platex/base/plcls.ins
%doc %{_texmfdistdir}/source/platex/base/plcore.dtx
%doc %{_texmfdistdir}/source/platex/base/plcore.ins
%doc %{_texmfdistdir}/source/platex/base/pldoc.tex
%doc %{_texmfdistdir}/source/platex/base/pldocs.ins
%doc %{_texmfdistdir}/source/platex/base/plext.dtx
%doc %{_texmfdistdir}/source/platex/base/plfmt.ins
%doc %{_texmfdistdir}/source/platex/base/plfonts.dtx
%doc %{_texmfdistdir}/source/platex/base/plnews01.tex
%doc %{_texmfdistdir}/source/platex/base/plnews02.tex
%doc %{_texmfdistdir}/source/platex/base/plnews03.tex
%doc %{_texmfdistdir}/source/platex/base/plnews04.tex
%doc %{_texmfdistdir}/source/platex/base/plnews05.tex
%doc %{_texmfdistdir}/source/platex/base/plnews06.tex
%doc %{_texmfdistdir}/source/platex/base/plnews07.tex
%doc %{_texmfdistdir}/source/platex/base/plnews08.tex
%doc %{_texmfdistdir}/source/platex/base/plpatch.ltx
%doc %{_texmfdistdir}/source/platex/base/plvers.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/ptex <<EOF
#
# from ptex:
ptex ptex - ptex.ini
eptex eptex language.def *eptex.ini
platex eptex language.dat *platex.ini
EOF
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/ptex <<EOF
KanjiMap morisawa.map
KanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111109-15
+ Revision: ebc78a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21184 |14mr|texlive-ptex2pdf-0.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30321
# category Package
# catalog-ctan /language/japanese/ptex2pdf
# catalog-date 2013-05-07 20:01:57 +0200
# catalog-license gpl2
# catalog-version 0.4
Name:		texlive-ptex2pdf
Version:	0.4
Release:	7
Summary:	Convert Japanese TeX documents to PDF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/ptex2pdf
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex2pdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex2pdf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-ptex2pdf.bin = %{EVRD}

%description
The Lua script provides system-independent support of Japanese
typesetting engines in TeXworks. As TeXworks typesetting setup
does not allow for multistep processing, this script runs one
of the ptex-based programs (ptex, uptex, eptex, platex,
uplatex) followed by dvipdfmx.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/ptex2pdf
%{_texmfdistdir}/scripts/ptex2pdf/ptex2pdf.lua
%doc %{_texmfdistdir}/doc/latex/ptex2pdf/COPYING
%doc %{_texmfdistdir}/doc/latex/ptex2pdf/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ptex2pdf/ptex2pdf.lua ptex2pdf
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-7
+ Revision: 85584c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21185 |14mr|texlive-ptext-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30171
# category Package
# catalog-ctan /macros/xetex/latex/ptext
# catalog-date 2013-04-29 15:26:25 +0200
# catalog-license lppl1.2
# catalog-version 1.1
Name:		texlive-ptext
Version:	1.1
Release:	6
Summary:	A 'lipsum' for Persian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/ptext
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptext.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptext.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides lipsum-like facilities for the Persian
language. The source of the filling text is the Persian epic
"the Shanameh" (100 paragraphs are used.) The package needs to
be run under XeLaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/ptext/ptext.sty
%doc %{_texmfdistdir}/doc/xelatex/ptext/README
%doc %{_texmfdistdir}/doc/xelatex/ptext/ptext.pdf
%doc %{_texmfdistdir}/doc/xelatex/ptext/ptext.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: c4caf54
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21186 |14mr|texlive-ptptex-0.91-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/ptptex
# catalog-date 2008-11-22 15:14:22 +0100
# catalog-license lppl
# catalog-version 0.91
Name:		texlive-ptptex
Version:	0.91
Release:	3
Summary:	Macros for 'Progress of Theoretical Physics'
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ptptex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptptex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptptex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The distribution contains the class (which offers an option
file for preprints), and a template. The class requires the
cite, overcite and wrapfig packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ptptex/ptp-prep.clo
%{_texmfdistdir}/tex/latex/ptptex/ptptex.cls
%{_texmfdistdir}/tex/latex/ptptex/wrapft.sty
%doc %{_texmfdistdir}/doc/latex/ptptex/README
%doc %{_texmfdistdir}/doc/latex/ptptex/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/ptptex/manptp.pdf
%doc %{_texmfdistdir}/doc/latex/ptptex/manptp.tex
%doc %{_texmfdistdir}/doc/latex/ptptex/template.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.91-3
+ Revision: 96e4a68
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21187 |14mr|texlive-punk-20081130-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan /fonts/punk
# catalog-date 2008-11-30 13:31:17 +0100
# catalog-license knuth
# catalog-version undef
Name:		texlive-punk
Version:	20081130
Release:	3
Summary:	Donald Knuth's punk font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/punk
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/punk.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A response to the assertion in a lecture that "typography tends
to lag behind other stylistic changes by about 10 years". Knuth
felt it was (in 1988) time to design a replacement for his
designs of the 1970s, and came up with this font! The fonts are
distributed as MetaFont source. The package offers LaTeX
support by Rohit Grover, from an original by Sebastian Rahtz,
which is slightly odd in claiming that the fonts are T1-
encoded. A (possibly) more rational support package is to be
found in punk-latex.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/punk/punk.mf
%{_texmfdistdir}/fonts/source/public/punk/punk10.mf
%{_texmfdistdir}/fonts/source/public/punk/punk12.mf
%{_texmfdistdir}/fonts/source/public/punk/punk20.mf
%{_texmfdistdir}/fonts/source/public/punk/punka.mf
%{_texmfdistdir}/fonts/source/public/punk/punkae.mf
%{_texmfdistdir}/fonts/source/public/punk/punkbx20.mf
%{_texmfdistdir}/fonts/source/public/punk/punkd.mf
%{_texmfdistdir}/fonts/source/public/punk/punkg.mf
%{_texmfdistdir}/fonts/source/public/punk/punkl.mf
%{_texmfdistdir}/fonts/source/public/punk/punkp.mf
%{_texmfdistdir}/fonts/source/public/punk/punksl.mf
%{_texmfdistdir}/fonts/source/public/punk/punksl20.mf
%{_texmfdistdir}/fonts/tfm/public/punk/punk10.tfm
%{_texmfdistdir}/fonts/tfm/public/punk/punk12.tfm
%{_texmfdistdir}/fonts/tfm/public/punk/punk20.tfm
%{_texmfdistdir}/fonts/tfm/public/punk/punkbx20.tfm
%{_texmfdistdir}/fonts/tfm/public/punk/punksl20.tfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081130-3
+ Revision: 5f8f912
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21188 |14mr|texlive-punknova-1.003-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24649
# category Package
# catalog-ctan /fonts/punknova
# catalog-date 2011-11-23 11:34:47 +0100
# catalog-license other-free
# catalog-version 1.003
Name:		texlive-punknova
Version:	1.003
Release:	3
Summary:	OpenType version of Knuth's Punk font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/punknova
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/punknova.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/punknova.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The font was generated from a MetaPost version of the sources
of the 'original' punk font. Knuth's original fonts generated
different shapes at random. This isn't actually possible in an
OpenType font; rather, the font contains several variants of
each glyph, and uses the OpenType randomize function to select
a variant for each invocation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-bold.otf
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-boldslanted.otf
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-regular.otf
%{_texmfdistdir}/fonts/opentype/public/punknova/punknova-slanted.otf
%doc %{_texmfdistdir}/doc/fonts/punknova/Makefile
%doc %{_texmfdistdir}/doc/fonts/punknova/NEWS
%doc %{_texmfdistdir}/doc/fonts/punknova/README
%doc %{_texmfdistdir}/doc/fonts/punknova/documentation/documentation-sources/sample.tex
%doc %{_texmfdistdir}/doc/fonts/punknova/documentation/sample.pdf
%doc %{_texmfdistdir}/doc/fonts/punknova/source/punkfont-bold.mp
%doc %{_texmfdistdir}/doc/fonts/punknova/source/punkfont-boldslanted.mp
%doc %{_texmfdistdir}/doc/fonts/punknova/source/punkfont-regular.mp
%doc %{_texmfdistdir}/doc/fonts/punknova/source/punkfont-slanted.mp
%doc %{_texmfdistdir}/doc/fonts/punknova/tools/build.py

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.003-3
+ Revision: 25b480d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21189 |14mr|texlive-purifyeps-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category Package
# catalog-ctan /support/purifyeps
# catalog-date 2012-05-07 16:41:43 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-purifyeps
Version:	1.1
Release:	6
Summary:	Make EPS work with both LaTeX/dvips and pdfLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/purifyeps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/purifyeps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/purifyeps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-purifyeps.bin = %{EVRD}

%description
While pdfLaTeX has a number of nice features, its primary
shortcoming relative to standard LaTeX+dvips is that it is
unable to read ordinary Encapsulated PostScript (EPS) files,
the most common graphics format in the LaTeX world. Purifyeps
converts EPS files into a 'purified' form that can be read by
both LaTeX+dvips and pdfLaTeX. The trick is that the standard
LaTeX2e graphics packages can parse MetaPost-produced EPS
directly. Hence, purifyeps need only convert an arbitrary EPS
file into the same stylized format that MetaPost outputs.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/purifyeps
%{_texmfdistdir}/scripts/purifyeps/purifyeps
%doc %{_mandir}/man1/purifyeps.1*
%doc %{_texmfdistdir}/doc/man/man1/purifyeps.man1.pdf
%doc %{_texmfdistdir}/doc/support/purifyeps/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/purifyeps/purifyeps purifyeps
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 6c549e1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21190 |14mr|texlive-pxbase-0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28516
# category Package
# catalog-ctan /language/japanese/pxbase
# catalog-date 2012-12-12 11:03:41 +0100
# catalog-license other-free
# catalog-version 0.5
Name:		texlive-pxbase
Version:	0.5
Release:	6
Summary:	Tools for use with (u)pLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/pxbase
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxbase.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxbase.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pxbase package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/platex/pxbase/ifuptex.sty
%{_texmfdistdir}/tex/platex/pxbase/pxbabel.sty
%{_texmfdistdir}/tex/platex/pxbase/pxbase.def
%{_texmfdistdir}/tex/platex/pxbase/pxbase.sty
%{_texmfdistdir}/tex/platex/pxbase/pxbasenc.def
%{_texmfdistdir}/tex/platex/pxbase/pxbsjc.def
%{_texmfdistdir}/tex/platex/pxbase/pxjsfenc.def
%{_texmfdistdir}/tex/platex/pxbase/upkcat.sty
%doc %{_texmfdistdir}/doc/platex/pxbase/LICENSE
%doc %{_texmfdistdir}/doc/platex/pxbase/README
%doc %{_texmfdistdir}/doc/platex/pxbase/README-pxbabel
%doc %{_texmfdistdir}/doc/platex/pxbase/README-pxcjkcat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-6
+ Revision: e8cd1b6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21191 |14mr|texlive-pxchfon-0.7a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30635
# category Package
# catalog-ctan /language/japanese/pxchfon
# catalog-date 2013-05-18 17:41:16 +0200
# catalog-license other-free
# catalog-version 0.7a
Name:		texlive-pxchfon
Version:	0.7a
Release:	6
Summary:	Japanese font setup for pLaTeX and upLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/pxchfon
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxchfon.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxchfon.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxchfon.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pxchfon package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/sfd/pxchfon/PXcjk0.sfd
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjar-b-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjar-l-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjar-r-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjas-b-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjas-r-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjas-x-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjar-b-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjar-l-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjar-r-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjas-b-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjas-r-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjas-x-l0j.tfm
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjar-b-l0j.vf
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjar-l-l0j.vf
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjar-r-l0j.vf
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjas-b-l0j.vf
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjas-r-l0j.vf
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjas-x-l0j.vf
%{_texmfdistdir}/tex/platex/pxchfon/pxchfon.sty
%{_texmfdistdir}/tex/platex/pxchfon/pxchfon0.def
%{_texmfdistdir}/tex/platex/pxchfon/pxjafont.sty
%doc %{_texmfdistdir}/doc/platex/pxchfon/LICENSE
%doc %{_texmfdistdir}/doc/platex/pxchfon/README-ja
%doc %{_texmfdistdir}/doc/platex/pxchfon/pxchfon.pdf
%doc %{_texmfdistdir}/doc/platex/pxchfon/pxchfon.tex
%doc %{_texmfdistdir}/doc/platex/pxchfon/sample-2000jis.pdf
%doc %{_texmfdistdir}/doc/platex/pxchfon/sample-2000jis.tex
%doc %{_texmfdistdir}/doc/platex/pxchfon/sample-2004jis.pdf
%doc %{_texmfdistdir}/doc/platex/pxchfon/sample-2004jis.tex
%doc %{_texmfdistdir}/doc/platex/pxchfon/sample-pxchfon.pdf
%doc %{_texmfdistdir}/doc/platex/pxchfon/sample-pxchfon.tex
#- source
%doc %{_texmfdistdir}/source/platex/pxchfon/cfjar-b-l0j.vpl
%doc %{_texmfdistdir}/source/platex/pxchfon/cfjar-l-l0j.vpl
%doc %{_texmfdistdir}/source/platex/pxchfon/cfjar-r-l0j.vpl
%doc %{_texmfdistdir}/source/platex/pxchfon/cfjas-b-l0j.vpl
%doc %{_texmfdistdir}/source/platex/pxchfon/cfjas-r-l0j.vpl
%doc %{_texmfdistdir}/source/platex/pxchfon/cfjas-x-l0j.vpl
%doc %{_texmfdistdir}/source/platex/pxchfon/gen-cfja.bat
%doc %{_texmfdistdir}/source/platex/pxchfon/r-cfjar-b-l0j.pl
%doc %{_texmfdistdir}/source/platex/pxchfon/r-cfjar-l-l0j.pl
%doc %{_texmfdistdir}/source/platex/pxchfon/r-cfjar-r-l0j.pl
%doc %{_texmfdistdir}/source/platex/pxchfon/r-cfjas-b-l0j.pl
%doc %{_texmfdistdir}/source/platex/pxchfon/r-cfjas-r-l0j.pl
%doc %{_texmfdistdir}/source/platex/pxchfon/r-cfjas-x-l0j.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7a-6
+ Revision: df46d75
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21192 |14mr|texlive-pxcjkcat-20131019-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27780
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-pxcjkcat
Version:	20131019
Release:	6
Summary:	TeXLive pxcjkcat package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxcjkcat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxcjkcat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pxcjkcat package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pxcjkcat/pxcjkcat.sty
%doc %{_texmfdistdir}/doc/latex/pxcjkcat/LICENSE
%doc %{_texmfdistdir}/doc/latex/pxcjkcat/README
%doc %{_texmfdistdir}/doc/latex/pxcjkcat/README-ja

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131019-6
+ Revision: 2eed475
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21193 |14mr|texlive-pxfonts-20090115-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/pxfonts
# catalog-date 2009-01-15 09:33:18 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-pxfonts
Version:	20090115
Release:	3
Summary:	Palatino-like fonts in support of mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/pxfonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxfonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pxfonts supplies virtual text roman fonts using Adobe Palatino
(or URWPalladioL) with some modified and additional text
symbols in the OT1, T1, and TS1 encodings; maths alphabets
using Palatino/Palladio; maths fonts providing all the symbols
of the Computer Modern and AMS fonts, including all the Greek
capital letters from CMR; and additional maths fonts of various
other symbols. The set is complemented by a sans-serif set of
text fonts, based on Helvetica/NimbusSanL, and a monospace set
derived from the parallel TX font set. All the fonts are in
Type 1 format (AFM and PFB files), and are supported by TeX
metrics (VF and TFM files) and macros for use with LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbex.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbexa.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbmia.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbsy.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbsya.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbsyb.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbsyc.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxex.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxexa.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxmia.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxsy.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxsya.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxsyb.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxsyc.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpcxb.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpcxbi.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpcxi.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpcxr.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxb.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxbi.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxbmi.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxbsc.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxi.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxmi.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxr.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxsc.afm
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxfonts.map
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxr.map
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxr1.map
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxr2.map
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxr3.map
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xbi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xr.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xsc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxr.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbex.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbexa.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsy.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsya.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxex.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxexa.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxmi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxmia.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxr.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsy.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsya.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxr.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxmi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplbo.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplr.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplri.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplro.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxr.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxsc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxsl.tfm
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbex.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbexa.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbmia.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsy.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsya.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsyb.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsyc.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxex.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxexa.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxmia.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsy.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsya.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsyb.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsyc.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxb.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxbi.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxi.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxr.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxb.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbi.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbmi.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbsc.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxi.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxmi.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxr.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxsc.pfb
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xb.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xbi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xbsc.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xbsl.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xr.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xsc.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xsl.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxb.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxbi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxbsl.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxr.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxsl.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxb.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbmi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbmi1.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbsc.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbsl.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxmi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxmi1.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxr.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxsc.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxsl.vf
%{_texmfdistdir}/tex/latex/pxfonts/omlpxmi.fd
%{_texmfdistdir}/tex/latex/pxfonts/omlpxr.fd
%{_texmfdistdir}/tex/latex/pxfonts/omspxr.fd
%{_texmfdistdir}/tex/latex/pxfonts/omspxsy.fd
%{_texmfdistdir}/tex/latex/pxfonts/omxpxex.fd
%{_texmfdistdir}/tex/latex/pxfonts/ot1pxr.fd
%{_texmfdistdir}/tex/latex/pxfonts/ot1pxss.fd
%{_texmfdistdir}/tex/latex/pxfonts/ot1pxtt.fd
%{_texmfdistdir}/tex/latex/pxfonts/pxfonts.sty
%{_texmfdistdir}/tex/latex/pxfonts/t1pxr.fd
%{_texmfdistdir}/tex/latex/pxfonts/t1pxss.fd
%{_texmfdistdir}/tex/latex/pxfonts/t1pxtt.fd
%{_texmfdistdir}/tex/latex/pxfonts/ts1pxr.fd
%{_texmfdistdir}/tex/latex/pxfonts/ts1pxss.fd
%{_texmfdistdir}/tex/latex/pxfonts/ts1pxtt.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxexa.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxmia.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxr.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxss.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxsya.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxsyb.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxsyc.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxtt.fd
%doc %{_texmfdistdir}/doc/fonts/pxfonts/00bug_fix.txt
%doc %{_texmfdistdir}/doc/fonts/pxfonts/COPYRIGHT
%doc %{_texmfdistdir}/doc/fonts/pxfonts/pxfontsdoc.pdf
%doc %{_texmfdistdir}/doc/fonts/pxfonts/pxfontsdoc.tex
%doc %{_texmfdistdir}/doc/fonts/pxfonts/pxfontsdocA4.pdf
%doc %{_texmfdistdir}/doc/fonts/pxfonts/pxfontsdocA4.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090115-3
+ Revision: e75cc5e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21194 |14mr|texlive-pxgreeks-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21838
# category Package
# catalog-ctan /macros/latex/contrib/pxgreeks
# catalog-date 2011-03-18 12:27:11 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-pxgreeks
Version:	1.0
Release:	3
Summary:	Shape selection for PX fonts Greek letters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pxgreeks
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxgreeks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxgreeks.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxgreeks.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows LaTeX users who use the PX fonts to select
the shapes (italic or upright) for the Greek lowercase and
uppercase letters. Once the shapes for lowercase and uppercase
have been selected via a package option, the \other prefix
(e.g., \otheralpha) allows using the alternate glyph (as in the
fourier package). The pxgreeks package does not constrain the
text font that may be used in the document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pxgreeks/pxgreeks.sty
%doc %{_texmfdistdir}/doc/latex/pxgreeks/README
%doc %{_texmfdistdir}/doc/latex/pxgreeks/pxgreeks.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pxgreeks/pxgreeks.dtx
%doc %{_texmfdistdir}/source/latex/pxgreeks/pxgreeks.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 77b54fd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21195 |14mr|texlive-pxjahyper-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28503
# category Package
# catalog-ctan /language/japanese/pxjahyper
# catalog-date 2012-12-11 14:08:29 +0100
# catalog-license noinfo
# catalog-version 0.3
Name:		texlive-pxjahyper
Version:	0.3
Release:	6
Summary:	Hyperref support for pLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/pxjahyper
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxjahyper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxjahyper.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pxjahyper package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/platex/pxjahyper/pxjahyper.sty
%doc %{_texmfdistdir}/doc/platex/pxjahyper/LICENSE
%doc %{_texmfdistdir}/doc/platex/pxjahyper/README
%doc %{_texmfdistdir}/doc/platex/pxjahyper/pxjahyper.pdf
%doc %{_texmfdistdir}/doc/platex/pxjahyper/pxjahyper.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-6
+ Revision: 7a6949c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21196 |14mr|texlive-pxpgfmark-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30212
# category Package
# catalog-ctan /graphics/pgf/contrib/pxpgfmark
# catalog-date 2013-05-02 11:19:37 +0200
# catalog-license other-free
# catalog-version 0.2
Name:		texlive-pxpgfmark
Version:	0.2
Release:	6
Summary:	e-pTeX driver for PGF inter-picture connections
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/pxpgfmark
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxpgfmark.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxpgfmark.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The distributed drivers do not support the PGF feature of
"inter-picture connections" under e-pTeX and dvipdfmx. The
package uses existing features of dvipdfmx to fix this problem.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pxpgfmark/pxpgfmark.sty
%doc %{_texmfdistdir}/doc/latex/pxpgfmark/LICENSE
%doc %{_texmfdistdir}/doc/latex/pxpgfmark/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-6
+ Revision: 4dee4f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21197 |14mr|texlive-pxrubrica-20131010-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28494
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-pxrubrica
Version:	20131010
Release:	6
Summary:	TeXLive pxrubrica package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxrubrica.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxrubrica.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxrubrica.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pxrubrica package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/platex/pxrubrica/pxrubrica.sty
%doc %{_texmfdistdir}/doc/platex/pxrubrica/LICENSE
%doc %{_texmfdistdir}/doc/platex/pxrubrica/README
%doc %{_texmfdistdir}/doc/platex/pxrubrica/pxrubrica-en.pdf
%doc %{_texmfdistdir}/doc/platex/pxrubrica/pxrubrica-en.tex
%doc %{_texmfdistdir}/doc/platex/pxrubrica/pxrubrica.pdf
%doc %{_texmfdistdir}/doc/platex/pxrubrica/sample/test-jlreq.pdf
%doc %{_texmfdistdir}/doc/platex/pxrubrica/sample/test-jlreq.tex
%doc %{_texmfdistdir}/doc/platex/pxrubrica/sample/test-sf.pdf
%doc %{_texmfdistdir}/doc/platex/pxrubrica/sample/test-sf.tex
%doc %{_texmfdistdir}/doc/platex/pxrubrica/sample/test-toc.pdf
%doc %{_texmfdistdir}/doc/platex/pxrubrica/sample/test-toc.tex
#- source
%doc %{_texmfdistdir}/source/platex/pxrubrica/pxrubrica.dtx
%doc %{_texmfdistdir}/source/platex/pxrubrica/pxrubrica.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131010-6
+ Revision: 2bb3517
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21198 |14mr|texlive-pxtxalfa-1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23682
# category Package
# catalog-ctan /fonts/pxtxalfa
# catalog-date 2011-08-23 14:32:14 +0200
# catalog-license lppl
# catalog-version 1
Name:		texlive-pxtxalfa
Version:	1
Release:	3
Summary:	Virtual maths alphabets based on pxfonts and txfonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/pxtxalfa
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxtxalfa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxtxalfa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides virtual math alphabets based on pxfonts
and txfonts, with LaTeX support files and adjusted metrics. The
mathalfa package offers support for this collection.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/pxtxalfa/pxtx.map
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/pxb-ds.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/pxr-ds.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/rtxmia.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txb-cal.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txb-frak.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txb-of.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txr-cal.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txr-ds.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txr-frak.tfm
%{_texmfdistdir}/fonts/tfm/public/pxtxalfa/txr-of.tfm
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/pxb-ds.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/pxr-ds.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txb-cal.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txb-frak.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txb-of.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txr-cal.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txr-ds.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txr-frak.vf
%{_texmfdistdir}/fonts/vf/public/pxtxalfa/txr-of.vf
%{_texmfdistdir}/tex/latex/pxtxalfa/px-ds.sty
%{_texmfdistdir}/tex/latex/pxtxalfa/pxtx-cal.sty
%{_texmfdistdir}/tex/latex/pxtxalfa/pxtx-frak.sty
%{_texmfdistdir}/tex/latex/pxtxalfa/tx-of.sty
%{_texmfdistdir}/tex/latex/pxtxalfa/upx-ds.fd
%{_texmfdistdir}/tex/latex/pxtxalfa/utx-cal.fd
%{_texmfdistdir}/tex/latex/pxtxalfa/utx-frak.fd
%{_texmfdistdir}/tex/latex/pxtxalfa/utx-of.fd
%doc %{_texmfdistdir}/doc/fonts/pxtxalfa/README
%doc %{_texmfdistdir}/doc/fonts/pxtxalfa/pxtxalfa.pdf
%doc %{_texmfdistdir}/doc/fonts/pxtxalfa/pxtxalfa.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-3
+ Revision: 6096d6c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21199 |14mr|texlive-python-0.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27064
# category Package
# catalog-ctan /macros/latex/contrib/python
# catalog-date 2012-07-03 11:28:15 +0200
# catalog-license gpl
# catalog-version 0.21
Name:		texlive-python
Version:	0.21
Release:	2
Summary:	Embed Python code in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/python
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/python.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/python.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables you to embed Python code in LaTeX, and
insert the script's output in the document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/python/python.sty
%doc %{_texmfdistdir}/doc/latex/python/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.21-2
+ Revision: d692d4e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21200 |14mr|texlive-pythontex-0.12-1.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31686
# category Package
# catalog-ctan /macros/latex/contrib/pythontex
# catalog-date 2013-09-17 11:10:59 +0200
# catalog-license lppl1.3
# catalog-version 0.12
Name:		texlive-pythontex
Version:	0.12
Release:	1.6
Summary:	Run Python from within a document, typesetting the results
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pythontex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pythontex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pythontex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pythontex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
# FIXME not really, only during update
Provides:	texlive-pythontex.bin
#Requires:	texlive-pythontex.bin

%description
The package allows you to enter Python code within a LaTeX
document, execute the code, and access its output in the
original document. Python code is only executed when it has
been modified, or when it meets user-specified criteria. Code
may be divided into user-defined sessions, which automatically
run in parallel. Errors and warnings are synchronized with the
LaTeX document, so that they refer to the document's line
numbers. External dependencies can be tracked, so that code is
re-executed when the data it depends on is modified. PythonTeX
also provides syntax highlighting for code in LaTeX documents
via the Pygments syntax highlighter. The package provides a
depythontex utility, that creates a copy of the document in
which all Python code has been replaced by its output. This is
useful for journal submissions, sharing documents, and
conversion to other formats.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/pythontex/depythontex.py
%{_texmfdistdir}/scripts/pythontex/depythontex2.py
%{_texmfdistdir}/scripts/pythontex/depythontex3.py
%{_texmfdistdir}/scripts/pythontex/pythontex.py
%{_texmfdistdir}/scripts/pythontex/pythontex2.py
%{_texmfdistdir}/scripts/pythontex/pythontex3.py
%{_texmfdistdir}/scripts/pythontex/pythontex_2to3.py
%{_texmfdistdir}/scripts/pythontex/pythontex_engines.py
%{_texmfdistdir}/scripts/pythontex/pythontex_install_texlive.py
%{_texmfdistdir}/scripts/pythontex/pythontex_utils.py
%{_texmfdistdir}/tex/latex/pythontex/pythontex.sty
%doc %{_texmfdistdir}/doc/latex/pythontex/README
%doc %{_texmfdistdir}/doc/latex/pythontex/pythontex.pdf
%doc %{_texmfdistdir}/doc/latex/pythontex/pythontex_gallery.pdf
%doc %{_texmfdistdir}/doc/latex/pythontex/pythontex_gallery.tex
%doc %{_texmfdistdir}/doc/latex/pythontex/pythontex_quickstart.pdf
%doc %{_texmfdistdir}/doc/latex/pythontex/pythontex_quickstart.tex
#- source
%doc %{_texmfdistdir}/source/latex/pythontex/pythontex.bat
%doc %{_texmfdistdir}/source/latex/pythontex/pythontex.dtx
%doc %{_texmfdistdir}/source/latex/pythontex/pythontex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12-1.6
+ Revision: 39b3a3b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21201 |14mr|texlive-qcm-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/qcm
# catalog-date 2009-03-26 15:47:40 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-qcm
Version:	2.1
Release:	3
Summary:	A LaTeX2e class for making multiple choice questionnaires
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/qcm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qcm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qcm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qcm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
QCM is a package for making multiple choices questionnaires
under LaTeX2e ("QCM" is the French acronym for this style of
test). A special environment allows you to define questions and
possible answers. You can specify which answers are correct and
which are not. QCM not only formats the questions for you, but
also generates a 'form' (a grid that your students will have to
fill in), and a 'mask' (the same grid, only with correct
answers properly checked in). You can then print the mask on a
slide and correct the questionnaires more easily by
superimposing the mask on top of students' forms. QCM can also
typeset exam corrections automatically, and comes with support
for AUC-TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/qcm/qcm.cls
%{_texmfdistdir}/tex/latex/qcm/qcm.sty
%doc %{_texmfdistdir}/doc/latex/qcm/NEWS
%doc %{_texmfdistdir}/doc/latex/qcm/README
%doc %{_texmfdistdir}/doc/latex/qcm/qcm.el
%doc %{_texmfdistdir}/doc/latex/qcm/qcm.pdf
#- source
%doc %{_texmfdistdir}/source/latex/qcm/qcm.dtx
%doc %{_texmfdistdir}/source/latex/qcm/qcm.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 8cfa38c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21202 |14mr|texlive-qobitree-20081130-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/qobitree
# catalog-date 2008-11-30 00:16:40 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-qobitree
Version:	20081130
Release:	3
Summary:	LaTeX macros for typesetting trees
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/qobitree
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qobitree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qobitree.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides commands \branch and \leaf for specifying the elements
of the tree; you build up your tree with those commands, and
then issue the \tree command to typeset the whole.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/qobitree/qobitree.tex
%doc %{_texmfdistdir}/doc/latex/qobitree/README
%doc %{_texmfdistdir}/doc/latex/qobitree/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081130-3
+ Revision: 7994423
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21203 |14mr|texlive-qpxqtx-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-qpxqtx
Version:	20111104
Release:	3
Summary:	TeXLive qpxqtx package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qpxqtx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qpxqtx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive qpxqtx package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qpxbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qpxbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qpxmi.tfm
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qpxmia.tfm
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qtxbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qtxbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qtxmi.tfm
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qtxmia.tfm
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qpxbmi.vf
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qpxbmia.vf
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qpxmi.vf
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qpxmia.vf
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qtxbmi.vf
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qtxbmia.vf
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qtxmi.vf
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qtxmia.vf
%{_texmfdistdir}/tex/generic/qpxqtx/amspbold.tex
%{_texmfdistdir}/tex/generic/qpxqtx/amsqpx.def
%{_texmfdistdir}/tex/generic/qpxqtx/amsqpx.tex
%{_texmfdistdir}/tex/generic/qpxqtx/amsqtx.def
%{_texmfdistdir}/tex/generic/qpxqtx/amsqtx.tex
%{_texmfdistdir}/tex/generic/qpxqtx/amstbold.tex
%{_texmfdistdir}/tex/generic/qpxqtx/qpxmath.sty
%{_texmfdistdir}/tex/generic/qpxqtx/qpxmath.tex
%{_texmfdistdir}/tex/generic/qpxqtx/qtxmath.sty
%{_texmfdistdir}/tex/generic/qpxqtx/qtxmath.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/00README
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/p01tst.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/p02tst.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/qpxsymb.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/qpxtest.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/qtxsymb.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/qtxtest.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/t01tst.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/t02tst.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: e517b66
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21204 |14mr|texlive-qstest-20080824-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/qstest
# catalog-date 2008-08-24 10:50:19 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-qstest
Version:	20080824
Release:	3
Summary:	Bundle for unit tests and pattern matching
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/qstest
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qstest.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qstest.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qstest.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is the public release of the qstest bundle (written for
DocScape Publisher) (C) 2006, 2007 QuinScape GmbH. The bundle
contains the packages 'makematch' for matching patterns to
targets (with a generalization in the form of pattern lists and
keyword lists), and 'qstest' for performing unit tests,
allowing the user to run a number of logged tests ensuring the
consistency of values, properties and call sequences during
execution of test code. Both packages make extensive use of in
their package documentation, providing illustrated examples
that are automatically verified to work as expected. Check the
README file for details.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/qstest/makematch.sty
%{_texmfdistdir}/tex/latex/qstest/qstest.sty
%doc %{_texmfdistdir}/doc/latex/qstest/README
%doc %{_texmfdistdir}/doc/latex/qstest/makematch-qs.tex
%doc %{_texmfdistdir}/doc/latex/qstest/makematch.pdf
%doc %{_texmfdistdir}/doc/latex/qstest/qstest-qs.tex
%doc %{_texmfdistdir}/doc/latex/qstest/qstest.pdf
#- source
%doc %{_texmfdistdir}/source/latex/qstest/Makefile
%doc %{_texmfdistdir}/source/latex/qstest/makematch.drv
%doc %{_texmfdistdir}/source/latex/qstest/makematch.dtx
%doc %{_texmfdistdir}/source/latex/qstest/qstest.drv
%doc %{_texmfdistdir}/source/latex/qstest/qstest.dtx
%doc %{_texmfdistdir}/source/latex/qstest/qstest.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080824-3
+ Revision: 376364f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21205 |14mr|texlive-qsymbols-20090625-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/qsymbols
# catalog-date 2009-06-25 00:34:53 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-qsymbols
Version:	20090625
Release:	3
Summary:	Maths symbol abbreviations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/qsymbols
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qsymbols.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qsymbols.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qsymbols.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides macros for defining systematic mnemonic abbreviations,
starting with ` for math symbols and \" for arrows, using
standard symbols as well as those from the amsfonts bundle and
the stmaryrd package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/qsymbols/qsymbols.sty
%doc %{_texmfdistdir}/doc/latex/qsymbols/CATALOG
%doc %{_texmfdistdir}/doc/latex/qsymbols/COPYING
%doc %{_texmfdistdir}/doc/latex/qsymbols/MANIFEST
%doc %{_texmfdistdir}/doc/latex/qsymbols/README
%doc %{_texmfdistdir}/doc/latex/qsymbols/qsymbols.pdf
%doc %{_texmfdistdir}/doc/latex/qsymbols/qsymbols.tex
#- source
%doc %{_texmfdistdir}/source/latex/qsymbols/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090625-3
+ Revision: ec62117
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21206 |14mr|texlive-qtree-3.1b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/qtree
# catalog-date 2009-01-24 16:10:54 +0100
# catalog-license lppl
# catalog-version 3.1b
Name:		texlive-qtree
Version:	3.1b
Release:	3
Summary:	Draw tree structures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/qtree
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qtree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qtree.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers support for drawing tree diagrams, and is
especially suitable for linguistics use. It allows trees to be
specified in a simple bracket notation, automatically
calculates branch sizes, and supports both DVI/PostScript and
PDF output by use of pict2e facilities. The package is a
development of the existing qobitree package, offering a new
front end.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/qtree/qtree.sty
%doc %{_texmfdistdir}/doc/latex/qtree/README
%doc %{_texmfdistdir}/doc/latex/qtree/qarrows.pdf
%doc %{_texmfdistdir}/doc/latex/qtree/qarrows.tex
%doc %{_texmfdistdir}/doc/latex/qtree/qtreenotes.pdf
%doc %{_texmfdistdir}/doc/latex/qtree/qtreenotes.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1b-3
+ Revision: 7367a58
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21207 |14mr|texlive-quotchap-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28046
# category Package
# catalog-ctan /macros/latex/contrib/quotchap
# catalog-date 2012-10-20 22:28:24 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-quotchap
Version:	1.1
Release:	6
Summary:	Decorative chapter headings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/quotchap
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quotchap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quotchap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quotchap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for creating decorative chapter headings with
quotations. Uses graphical and coloured output and by default
needs the "Adobe standard font set" (as supported by psnfss).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/quotchap/quotchap.sty
%doc %{_texmfdistdir}/doc/latex/quotchap/README
%doc %{_texmfdistdir}/doc/latex/quotchap/document.pdf
%doc %{_texmfdistdir}/doc/latex/quotchap/document.tex
%doc %{_texmfdistdir}/doc/latex/quotchap/quotchap.pdf
#- source
%doc %{_texmfdistdir}/source/latex/quotchap/quotchap.dtx
%doc %{_texmfdistdir}/source/latex/quotchap/quotchap.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 1b1a378
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21208 |14mr|texlive-quoting-v0.1b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25474
# category Package
# catalog-ctan /macros/latex/contrib/quoting
# catalog-date 2012-02-22 10:43:42 +0100
# catalog-license lppl1.3
# catalog-version v0.1b
Name:		texlive-quoting
Version:	v0.1b
Release:	2
Summary:	Consolidated environment for displayed text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/quoting
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quoting.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quoting.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quoting.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
As an alternative to the LaTeX standard environments quotation
and quote, the package provides a consolidated environment for
displayed text. First-line indentation may be activated by
adding a blank line before the quoting environment. A key-value
interface (using kvoptions) allows the user to configure font
properties and spacing and to control orphans within and after
the environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/quoting/quoting.sty
%doc %{_texmfdistdir}/doc/latex/quoting/README
%doc %{_texmfdistdir}/doc/latex/quoting/quoting.pdf
#- source
%doc %{_texmfdistdir}/source/latex/quoting/quoting.dtx
%doc %{_texmfdistdir}/source/latex/quoting/quoting.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.1b-2
+ Revision: 7ea636f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21209 |14mr|texlive-quotmark-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/quotmark
# catalog-date 2008-08-24 10:50:19 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-quotmark
Version:	1.0
Release:	3
Summary:	Consistent quote marks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/quotmark
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quotmark.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quotmark.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quotmark.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of ensuring consistent quote marks
throughout your document. The style can be changed either via
package option or command. The package detects if babel or
ngerman have been loaded, and will use the punctuation marks
appropriate for the current language.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/quotmark/quotmark-UKenglish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-USenglish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-afrikaans.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-brazil.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-bulgarian.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-catalan.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-croatian.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-czech.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-danish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-dutch.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-estonian.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-finnish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-frenchb.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-germanb.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-greek.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-hebrew.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-icelandic.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-irish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-italian.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-magyar.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-ngermanb.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-norsk.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-polish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-portuges.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-romanian.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-russianb.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-serbian.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-slovak.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-slovene.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-sorbian.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-spanish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-swedish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-swiss.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-turkish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-ukraineb.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-welsh.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark.sty
%doc %{_texmfdistdir}/doc/latex/quotmark/CHANGES
%doc %{_texmfdistdir}/doc/latex/quotmark/README
%doc %{_texmfdistdir}/doc/latex/quotmark/quotmark.pdf
%doc %{_texmfdistdir}/doc/latex/quotmark/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/quotmark/quotmark.dtx
%doc %{_texmfdistdir}/source/latex/quotmark/quotmark.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 11f7103
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21210 |14mr|texlive-randbild-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/randbild
# catalog-date 2007-05-16 07:57:15 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-randbild
Version:	0.2
Release:	3
Summary:	Marginal pictures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/randbild
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randbild.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randbild.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randbild.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides environments randbild, to draw small marginal plots
(using the package pstricks package pst-plot), and
randbildbasis (the same, only without the automatically drawn
coordinate system).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/randbild/randbild.sty
%doc %{_texmfdistdir}/doc/latex/randbild/README
%doc %{_texmfdistdir}/doc/latex/randbild/randbild.pdf
#- source
%doc %{_texmfdistdir}/source/latex/randbild/randbild.dtx
%doc %{_texmfdistdir}/source/latex/randbild/randbild.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 855f812
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21211 |14mr|texlive-randomwalk-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27139
# category Package
# catalog-ctan /macros/latex/contrib/randomwalk
# catalog-date 2012-06-01 18:19:13 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-randomwalk
Version:	0.2
Release:	4
Summary:	Random walks using TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/randomwalk
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randomwalk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randomwalk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randomwalk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The randomwalk package provides a user command, \RandomWalk, to
draw random walks with a given number of steps. Lengths and
angles of the steps can be customized in various ways. The
package uses PGF/TikZ for its graphical output.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/randomwalk/randomwalk.sty
%doc %{_texmfdistdir}/doc/latex/randomwalk/README
%doc %{_texmfdistdir}/doc/latex/randomwalk/randomwalk.pdf
#- source
%doc %{_texmfdistdir}/source/latex/randomwalk/randomwalk.dtx
%doc %{_texmfdistdir}/source/latex/randomwalk/randomwalk.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-4
+ Revision: a218493
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21212 |14mr|texlive-randtext-20070226-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/randtext/randtext.sty
# catalog-date 2007-02-26 00:17:56 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-randtext
Version:	20070226
Release:	3
Summary:	Randomise the order of characters in strings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/randtext/randtext.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randtext.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randtext.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a single macro \randomize{TEXT} that
typesets the characters of TEXT in random order, such that the
resulting output appears correct, but most automated attempts
to read the file will misunderstand it. This function allows
one to include an email address in a TeX document and publish
it online without fear of email address harvesters or spammers
easily picking up the address.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/randtext/randtext.sty
%doc %{_texmfdistdir}/doc/latex/randtext/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070226-3
+ Revision: 282cddf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21213 |14mr|texlive-ran_toks-20131014-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28361
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-ran_toks
Version:	20131014
Release:	6
Summary:	TeXLive ran_toks package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ran_toks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ran_toks.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ran_toks.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive ran_toks package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ran_toks/ran_toks.sty
%doc %{_texmfdistdir}/doc/latex/ran_toks/doc/rantoks_man.pdf
%doc %{_texmfdistdir}/doc/latex/ran_toks/doc/rantoks_man.tex
%doc %{_texmfdistdir}/doc/latex/ran_toks/examples/ran_toks.tex
#- source
%doc %{_texmfdistdir}/source/latex/ran_toks/ran_toks.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131014-6
+ Revision: a7ebee3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21214 |14mr|texlive-rccol-1.2c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/rccol
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version 1.2c
Name:		texlive-rccol
Version:	1.2c
Release:	3
Summary:	Decimal-centered optionally rounded numbers in tabular
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rccol
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rccol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rccol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rccol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The rccol package provides decimal-centered numbers:
corresponding digits and decimal separators aligned.
Furthermore, rounding to the desired precision is possible. The
package makes use of the fltpoint package (as well as the LaTeX
required array package).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rccol/rccol.sty
%doc %{_texmfdistdir}/doc/latex/rccol/README
%doc %{_texmfdistdir}/doc/latex/rccol/rccol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rccol/rccol.dtx
%doc %{_texmfdistdir}/source/latex/rccol/rccol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2c-3
+ Revision: 157e189
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21215 |14mr|texlive-rcs-20070606-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/rcs
# catalog-date 2007-06-06 17:06:28 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-rcs
Version:	20070606
Release:	3
Summary:	Use RCS (revision control system) tags in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rcs
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The rcs package utilizes the inclusion of RCS supplied data in
LaTeX documents. It's upward compatible to *all* rcs styles I
know of. In particular, you can easily - access values of every
RCS field in your document - put the checkin date on the
titlepage - put RCS fields in a footline You can typeset
revision logs. Not in verbatim -- real LaTeX text! But you need
a configurable RCS for that. Refer to the user manual for more
detailed information. You can also configure the rcs package
easily to do special things for any keyword. This bundle comes
with a user manual, an internal interface description, full
documentation of the implementation, style information for AUC-
TeX, and test cases.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rcs/rcs.sty
%doc %{_texmfdistdir}/doc/latex/rcs/CATALOG
%doc %{_texmfdistdir}/doc/latex/rcs/History
%doc %{_texmfdistdir}/doc/latex/rcs/INSTALL
%doc %{_texmfdistdir}/doc/latex/rcs/License
%doc %{_texmfdistdir}/doc/latex/rcs/MANIFEST
%doc %{_texmfdistdir}/doc/latex/rcs/README
%doc %{_texmfdistdir}/doc/latex/rcs/rcs-conf.pdf
%doc %{_texmfdistdir}/doc/latex/rcs/rcs-user.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rcs/Makefile
%doc %{_texmfdistdir}/source/latex/rcs/rcs.el
%doc %{_texmfdistdir}/source/latex/rcs/src/Diff
%doc %{_texmfdistdir}/source/latex/rcs/src/Imakefile
%doc %{_texmfdistdir}/source/latex/rcs/src/README
%doc %{_texmfdistdir}/source/latex/rcs/src/TODO
%doc %{_texmfdistdir}/source/latex/rcs/src/rcs-conf.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/rcs-doc.sty
%doc %{_texmfdistdir}/source/latex/rcs/src/rcs-user.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/rcs.doc
%doc %{_texmfdistdir}/source/latex/rcs/src/style/rcs.el
%doc %{_texmfdistdir}/source/latex/rcs/src/style/rcs.elc
%doc %{_texmfdistdir}/source/latex/rcs/src/test/Imakefile
%doc %{_texmfdistdir}/source/latex/rcs/src/test/Makefile
%doc %{_texmfdistdir}/source/latex/rcs/src/test/empty-log.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/test/german.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/test/log-error.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/test/log.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/test/rcsdef.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/test/rcsid-param.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/test/rcsid.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/test/under_score.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070606-3
+ Revision: a04e409
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21216 |14mr|texlive-rcsinfo-1.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/rcsinfo
# catalog-date 2007-01-06 10:07:33 +0100
# catalog-license lppl
# catalog-version 1.11
Name:		texlive-rcsinfo
Version:	1.11
Release:	3
Summary:	Support for the revision control system
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rcsinfo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcsinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcsinfo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcsinfo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package to extract RCS (Revision Control System) information
and use it in a LaTeX document. For users of LaTeX2HTML
rcsinfo.perl is included.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rcsinfo/rcsinfo.cfg
%{_texmfdistdir}/tex/latex/rcsinfo/rcsinfo.sty
%doc %{_texmfdistdir}/doc/latex/rcsinfo/README
%doc %{_texmfdistdir}/doc/latex/rcsinfo/README-1.9
%doc %{_texmfdistdir}/doc/latex/rcsinfo/rcsinfo.init
%doc %{_texmfdistdir}/doc/latex/rcsinfo/rcsinfo.pdf
%doc %{_texmfdistdir}/doc/latex/rcsinfo/rcsinfo.perl
%doc %{_texmfdistdir}/doc/latex/rcsinfo/rcsinfo2html.tex
#- source
%doc %{_texmfdistdir}/source/latex/rcsinfo/Makefile
%doc %{_texmfdistdir}/source/latex/rcsinfo/rcsinfo.dtx
%doc %{_texmfdistdir}/source/latex/rcsinfo/rcsinfo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.11-3
+ Revision: a7a993d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21217 |14mr|texlive-rcs-multi-0.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21939
# category Package
# catalog-ctan /macros/latex/contrib/rcs-multi
# catalog-date 2011-04-03 16:27:03 +0200
# catalog-license lppl
# catalog-version 0.1a
Name:		texlive-rcs-multi
Version:	0.1a
Release:	3
Summary:	Typeset RCS version control in multiple-file documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rcs-multi
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs-multi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs-multi.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs-multi.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to typeset version control
information provided by RCS keywords (e.g., $ID: ... $) in
LaTeX documents that contain multiple TeX files. The package is
based on the author's svn-multi package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rcs-multi/rcs-multi.sty
%doc %{_texmfdistdir}/doc/latex/rcs-multi/example.pdf
%doc %{_texmfdistdir}/doc/latex/rcs-multi/rcs-multi.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rcs-multi/Makefile
%doc %{_texmfdistdir}/source/latex/rcs-multi/example.tex
%doc %{_texmfdistdir}/source/latex/rcs-multi/rcs-multi.dtx
%doc %{_texmfdistdir}/source/latex/rcs-multi/rcs-multi.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1a-3
+ Revision: 77ecb3c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21218 |14mr|texlive-readarray-1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30489
# category Package
# catalog-ctan /macros/latex/contrib/readarray
# catalog-date 2013-05-15 00:25:13 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-readarray
Version:	1.2
Release:	6
Summary:	Read, store and recall array-formatted data
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/readarray
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/readarray.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/readarray.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to input formatted data into
elements of a 2-D or 3-D array and to recall that data at will
by individual cell number. The data can be but need not be
numerical in nature. It can be, for example, formatted text.
While the package can be used for any application where indexed
data is called for, the package proves particularly useful when
elements of multiple arrays must be recallable and dynamically
combined at time of compilation, rather than in advance.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/readarray/readarray.sty
%doc %{_texmfdistdir}/doc/latex/readarray/README
%doc %{_texmfdistdir}/doc/latex/readarray/readarray.pdf
%doc %{_texmfdistdir}/doc/latex/readarray/readarray.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-6
+ Revision: 27d565f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21219 |14mr|texlive-realboxes-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23581
# category Package
# catalog-ctan /macros/latex/contrib/realboxes
# catalog-date 2011-08-16 10:35:18 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-realboxes
Version:	0.2
Release:	4
Summary:	Variants of common box-commands that read their content as real box
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/realboxes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/realboxes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/realboxes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/realboxes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses the author's package collectbox to define
variants of common box related macros which read the content as
real box and not as macro argument. This enables the use of
verbatim or other special material as part of this content. The
provided macros have the same names as the original versions
but start with an upper-case letter instead. The "long-form"
macros, like \Makebox, can also be used as environments, but
not the "short-form" macros, like \Mbox. However, normally the
long form uses the short form anyway when no optional arguments
are used.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/realboxes/realboxes.sty
%doc %{_texmfdistdir}/doc/latex/realboxes/README
%doc %{_texmfdistdir}/doc/latex/realboxes/realboxes.pdf
#- source
%doc %{_texmfdistdir}/source/latex/realboxes/realboxes.dtx
%doc %{_texmfdistdir}/source/latex/realboxes/realboxes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-4
+ Revision: 0838f94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21220 |14mr|texlive-realscripts-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19976
# category Package
# catalog-ctan /macros/latex/contrib/realscripts
# catalog-date 2010-09-30 22:08:28 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-realscripts
Version:	0.3
Release:	3
Summary:	Access OpenType subscript and superscript glyphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/realscripts
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/realscripts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/realscripts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/realscripts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This small package replaces \textsuperscript and \textsubscript
commands by equivalent commands that use OpenType font features
to access appropriate glyphs if possible. The package also
patches LaTeX's default footnote command to use this new
\textsuperscript for footnote symbols. The package requires
fontspec running on either XeLaTeX or LuaLaTeX. The package
holds functions that were once parts of the xltxtra package,
which now loads realscripts by default.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/realscripts/realscripts.sty
%doc %{_texmfdistdir}/doc/latex/realscripts/README
%doc %{_texmfdistdir}/doc/latex/realscripts/realscripts.pdf
#- source
%doc %{_texmfdistdir}/source/latex/realscripts/realscripts.dtx
%doc %{_texmfdistdir}/source/latex/realscripts/realscripts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: b18499a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21221 |14mr|texlive-recipe-0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/recipe
# catalog-date 2008-09-11 15:08:12 +0200
# catalog-license pd
# catalog-version 0.9
Name:		texlive-recipe
Version:	0.9
Release:	3
Summary:	A LaTeX class to typeset recipes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/recipe
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/recipe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/recipe.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The layout design is relative straightforward (and traditional:
see 'sample output' under 'documentation'); the class needs
access to Bookman, and to BrushScript-Italic fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/recipe/recipe.cls
%doc %{_texmfdistdir}/doc/latex/recipe/README
%doc %{_texmfdistdir}/doc/latex/recipe/sample.pdf
%doc %{_texmfdistdir}/doc/latex/recipe/sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-3
+ Revision: e4895eb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21222 |14mr|texlive-recipecard-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/recipecard
# catalog-date 2008-08-24 10:50:19 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-recipecard
Version:	2.0
Release:	3
Summary:	Typeset recipes in note-card-sized boxes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/recipecard
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/recipecard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/recipecard.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/recipecard.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The recipecard class typesets recipes into note card sized
boxes that can then be cut out and pasted on to note cards. The
recipe then looks elegant and fits in the box of recipes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/recipecard/recipecard.cls
%doc %{_texmfdistdir}/doc/latex/recipecard/README
%doc %{_texmfdistdir}/doc/latex/recipecard/recipecard.pdf
%doc %{_texmfdistdir}/doc/latex/recipecard/test2.pdf
%doc %{_texmfdistdir}/doc/latex/recipecard/test2.tex
#- source
%doc %{_texmfdistdir}/source/latex/recipecard/recipecard.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 7b0b524
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21223 |14mr|texlive-rec-thy-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27225
# category Package
# catalog-ctan /macros/latex/contrib/rec-thy
# catalog-date 2012-06-21 10:44:34 +0200
# catalog-license pd
# catalog-version 1.3
Name:		texlive-rec-thy
Version:	1.3
Release:	2
Summary:	Commands to typeset recursion theory papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rec-thy
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rec-thy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rec-thy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides many macros to express standard notation
in recursion theory (otherwise known as computability theory).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rec-thy/rec-thy.sty
%doc %{_texmfdistdir}/doc/latex/rec-thy/README
%doc %{_texmfdistdir}/doc/latex/rec-thy/rec-thy.pdf
%doc %{_texmfdistdir}/doc/latex/rec-thy/rec-thy.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-2
+ Revision: e426f90
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21224 |14mr|texlive-rectopma-20101002-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19980
# category Package
# catalog-ctan /macros/latex/contrib/rectopma
# catalog-date 2010-10-02 17:24:09 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-rectopma
Version:	20101002
Release:	3
Summary:	Recycle top matter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rectopma
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rectopma.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rectopma.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Saves the arguments of \author and \title for reference (after
\maketitle) in a document. (\maketitle simply disposes of the
information, in the standard classes and some others.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rectopma/rectopma.sty
%doc %{_texmfdistdir}/doc/latex/rectopma/TestTitle.pdf
%doc %{_texmfdistdir}/doc/latex/rectopma/TestTitle.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101002-3
+ Revision: 68212e0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21225 |14mr|texlive-recycle-20091110-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/recycle
# catalog-date 2009-11-10 00:30:52 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-recycle
Version:	20091110
Release:	3
Summary:	A font providing the "recyclable" logo
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/recycle
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/recycle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/recycle.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This single-character font is provided as MetaFont source, and
in Adobe Type 1 format. It is accompanied by a trivial LaTeX
package to use the logo at various sizes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/recycle/recycle.map
%{_texmfdistdir}/fonts/source/public/recycle/recycle.mf
%{_texmfdistdir}/fonts/tfm/public/recycle/recycle.tfm
%{_texmfdistdir}/fonts/type1/public/recycle/recycle.pfb
%{_texmfdistdir}/tex/latex/recycle/recycle.sty
%doc %{_texmfdistdir}/doc/fonts/recycle/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091110-3
+ Revision: f67065e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21226 |14mr|texlive-refcheck-1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21094
# category Package
# catalog-ctan /macros/latex/contrib/refcheck
# catalog-date 2007-01-06 10:07:33 +0100
# catalog-license gpl
# catalog-version 1.7
Name:		texlive-refcheck
Version:	1.7
Release:	3
Summary:	Check references (in figures, table, equations, etc)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/refcheck
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refcheck.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refcheck.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Intended to check references in a document, looking for
numbered but unlabelled equations, for labels which are not
used in the text, for unused bibliography references. It can
also display label names in text near corresponding numbers of
equations and/or bibliography references.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/refcheck/refcheck.sty
%doc %{_texmfdistdir}/doc/latex/refcheck/README
%doc %{_texmfdistdir}/doc/latex/refcheck/refdemo.pdf
%doc %{_texmfdistdir}/doc/latex/refcheck/refdemo.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7-3
+ Revision: 67d8dde
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21227 |14mr|texlive-refenums-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32562
# category Package
# catalog-ctan /macros/latex/contrib/refenums
# catalog-date 2014-01-03 20:50:16 +0100
# catalog-license lppl1.3
# catalog-version 1.1.1
Name:		texlive-refenums
Version:	1.1.1
Release:	2
Summary:	Define reference labels items with names of their own
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/refenums
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refenums.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refenums.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to define enumerable items with a
number and a long name, which can be referenced referenced
later with the name or just the short form. For instance,
"Milestone M1: Specification created" can be defined and later
on be referenced with 'M1' or 'M1 ("Specification created")'.
The text in the references is derived from the definition and
also rendered as hyperlink to the definition.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/refenums/refenums.sty
%doc %{_texmfdistdir}/doc/latex/refenums/LICENSE
%doc %{_texmfdistdir}/doc/latex/refenums/README.md
%doc %{_texmfdistdir}/doc/latex/refenums/demo.pdf
%doc %{_texmfdistdir}/doc/latex/refenums/demo.tex
%doc %{_texmfdistdir}/doc/latex/refenums/test/demo-sec-param.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-2
+ Revision: bbfb199
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21228 |14mr|texlive-reflectgraphics-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32181
# category Package
# catalog-ctan /macros/latex/contrib/reflectgraphics
# catalog-date 2013-11-18 17:49:17 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-reflectgraphics
Version:	0.2
Release:	6
Summary:	Techniques for reflecting graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/reflectgraphics
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/reflectgraphics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/reflectgraphics.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/reflectgraphics.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a macro for reflecting images, in a number
of different ways, in pursuit of "more striking" graphics in a
document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/reflectgraphics/reflectgraphics.sty
%doc %{_texmfdistdir}/doc/latex/reflectgraphics/README
%doc %{_texmfdistdir}/doc/latex/reflectgraphics/reflectgraphics.pdf
#- source
%doc %{_texmfdistdir}/source/latex/reflectgraphics/reflectgraphics.dtx
%doc %{_texmfdistdir}/source/latex/reflectgraphics/reflectgraphics.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-6
+ Revision: 8f5710c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21229 |14mr|texlive-refman-2.0e-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/refman
# catalog-date 2006-11-19 21:19:11 +0100
# catalog-license lppl
# catalog-version 2.0e
Name:		texlive-refman
Version:	2.0e
Release:	3
Summary:	Format technical reference manuals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/refman
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refman.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refman.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refman.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Document classes (report- and article-style) for writing
technical reference manuals. It offers a wide left margin for
notes to the reader, like some of the manuals distributed by
Adobe.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/refman/pagepc.sty
%{_texmfdistdir}/tex/latex/refman/refart.cls
%{_texmfdistdir}/tex/latex/refman/refrep.cls
%doc %{_texmfdistdir}/doc/latex/refman/00Contents
%doc %{_texmfdistdir}/doc/latex/refman/lay_d2.tex
%doc %{_texmfdistdir}/doc/latex/refman/lay_e2.tex
%doc %{_texmfdistdir}/doc/latex/refman/layout_d.pdf
%doc %{_texmfdistdir}/doc/latex/refman/layout_d.tex
%doc %{_texmfdistdir}/doc/latex/refman/layout_e.pdf
%doc %{_texmfdistdir}/doc/latex/refman/layout_e.tex
%doc %{_texmfdistdir}/doc/latex/refman/refman.pdf
%doc %{_texmfdistdir}/doc/latex/refman/refman.upl
#- source
%doc %{_texmfdistdir}/source/latex/refman/refman.dtx
%doc %{_texmfdistdir}/source/latex/refman/refman.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0e-3
+ Revision: 33cf552
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21230 |14mr|texlive-refstyle-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20318
# category Package
# catalog-ctan /macros/latex/contrib/refstyle
# catalog-date 2010-11-03 15:55:25 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-refstyle
Version:	0.5
Release:	3
Summary:	Advanced formatting of cross references
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refstyle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refstyle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refstyle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The refstyle provides a consistent way of producing references
throughout a project. Enough flexibility is provided to make
local changes to a single reference. The user can configure
their own setup. refstyle has a direct interface to varioref,
and namerefs from the nameref package can easily be
incorporated (if needed). For large projects such as a series
of books or a multi volume thesis, written as freestanding
documents, a facility is provided to interface to the xr
package for external document references.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/refstyle/refstyle.cfg
%{_texmfdistdir}/tex/latex/refstyle/refstyle.sty
%doc %{_texmfdistdir}/doc/latex/refstyle/README
%doc %{_texmfdistdir}/doc/latex/refstyle/refconfig.pdf
%doc %{_texmfdistdir}/doc/latex/refstyle/refstyle.pdf
#- source
%doc %{_texmfdistdir}/source/latex/refstyle/refconfig.dtx
%doc %{_texmfdistdir}/source/latex/refstyle/refstyle.dtx
%doc %{_texmfdistdir}/source/latex/refstyle/refstyle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: fa5d61a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21231 |14mr|texlive-regcount-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19979
# category Package
# catalog-ctan /macros/latex/contrib/regcount
# catalog-date 2010-10-02 17:24:09 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-regcount
Version:	1.0
Release:	3
Summary:	Display the allocation status of the TeX registers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/regcount
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regcount.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regcount.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regcount.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Adds a macro \rgcount which displays the allocation status of
the TeX registers. The display is written into the .log file as
it is a bit verbose. An automatic call to \rgcount is done at
\begin{document} and \end{document}.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/regcount/regcount.sty
%doc %{_texmfdistdir}/doc/latex/regcount/readme
%doc %{_texmfdistdir}/doc/latex/regcount/regcount.pdf
#- source
%doc %{_texmfdistdir}/source/latex/regcount/regcount.dtx
%doc %{_texmfdistdir}/source/latex/regcount/regcount.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: ce87dc4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21232 |14mr|texlive-regexpatch-0.1b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27155
# category Package
# catalog-ctan /macros/latex/contrib/regexpatch
# catalog-date 2012-07-24 17:30:46 +0200
# catalog-license lppl1.3
# catalog-version 0.1b
Name:		texlive-regexpatch
Epoch:		1
Version:	0.1b
Release:	3
Summary:	High level patching of commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/regexpatch
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regexpatch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regexpatch.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regexpatch.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package generalises the macro patching commands provided by
P. Lehmann's etoolbox. The difference between this package and
its sibling xpatch is that this package sports a very powerful
\regexpatchcmd based on the l3regex module of the LaTeX3
experimental packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/regexpatch/regexpatch.sty
%doc %{_texmfdistdir}/doc/latex/regexpatch/README
%doc %{_texmfdistdir}/doc/latex/regexpatch/regexpatch.pdf
#- source
%doc %{_texmfdistdir}/source/latex/regexpatch/regexpatch.dtx
%doc %{_texmfdistdir}/source/latex/regexpatch/regexpatch.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.1b-3
+ Revision: 248a148
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21233 |14mr|texlive-register-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21127
# category Package
# catalog-ctan /macros/latex/contrib/register
# catalog-date 2011-01-19 22:37:08 +0100
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-register
Version:	1.6
Release:	3
Summary:	Typeset programmable elements in digital hardware (registers)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/register
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/register.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/register.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/register.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is designed for typesetting the programmable
elements in digital hardware, i.e., registers. Such registers
typically have many fields and can be quite wide; they are thus
a challenge to typeset in a consistent manner. Register is
similar in some aspects to the bytefield package. Anyone doing
hardware documentation using LaTeX should examine both
packages. Register requires a fairly recent version of the
float package. A Perl module and a Perl script are provided, to
translate the register specifications into programmable data
structures.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/register/register.sty
%doc %{_texmfdistdir}/doc/latex/register/Reg_macro.pm
%doc %{_texmfdistdir}/doc/latex/register/reg_list.pl
%doc %{_texmfdistdir}/doc/latex/register/register.pdf
#- source
%doc %{_texmfdistdir}/source/latex/register/register.dtx
%doc %{_texmfdistdir}/source/latex/register/register.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: bb66506
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21234 |14mr|texlive-regstats-1.0g-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25050
# category Package
# catalog-ctan /macros/latex/contrib/regstats
# catalog-date 2012-01-02 14:24:13 +0100
# catalog-license lppl1.3
# catalog-version 1.0g
Name:		texlive-regstats
Version:	1.0g
Release:	3
Summary:	Information about register use
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/regstats
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regstats.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regstats.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regstats.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package will report number of used registers (counter,
dimen, skip, muskip, box, token, input, output, math families,
languages, insertions), and will compare the number to the
maximum available number of such registers.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/regstats/regstats.sty
%doc %{_texmfdistdir}/doc/latex/regstats/README
%doc %{_texmfdistdir}/doc/latex/regstats/regstats-example.log
%doc %{_texmfdistdir}/doc/latex/regstats/regstats-example.pdf
%doc %{_texmfdistdir}/doc/latex/regstats/regstats-example.tex
%doc %{_texmfdistdir}/doc/latex/regstats/regstats.pdf
#- source
%doc %{_texmfdistdir}/source/latex/regstats/regstats.drv
%doc %{_texmfdistdir}/source/latex/regstats/regstats.dtx
%doc %{_texmfdistdir}/source/latex/regstats/regstats.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0g-3
+ Revision: 9f8dddb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21235 |14mr|texlive-relenc-20110406-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22050
# category Package
# catalog-ctan /macros/latex/contrib/relenc
# catalog-date 2011-04-06 08:31:30 +0200
# catalog-license lppl1
# catalog-version undef
Name:		texlive-relenc
Version:	20110406
Release:	3
Summary:	A "relaxed" font encoding
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/relenc
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/relenc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/relenc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/relenc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX package providing a relaxed font encoding to make
available to a font designer more slots for insertion of
ligatures and accented characters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/relenc/zcmr8d.tfm
%{_texmfdistdir}/fonts/tfm/public/relenc/zcmra.tfm
%{_texmfdistdir}/fonts/vf/public/relenc/zcmr8d.vf
%{_texmfdistdir}/fonts/vf/public/relenc/zcmra.vf
%{_texmfdistdir}/tex/latex/relenc/2sidedoc.sty
%{_texmfdistdir}/tex/latex/relenc/ecsubzcm.sty
%{_texmfdistdir}/tex/latex/relenc/relenc.sty
%{_texmfdistdir}/tex/latex/relenc/t1renc.def
%{_texmfdistdir}/tex/latex/relenc/t1rzcm.fd
%doc %{_texmfdistdir}/doc/latex/relenc/README
%doc %{_texmfdistdir}/doc/latex/relenc/reldemo.tex
%doc %{_texmfdistdir}/doc/latex/relenc/relenc.tex
%doc %{_texmfdistdir}/doc/latex/relenc/zcmr8d.vf2
%doc %{_texmfdistdir}/doc/latex/relenc/zcmr8d.vf3
%doc %{_texmfdistdir}/doc/latex/relenc/zcmra.vf2
%doc %{_texmfdistdir}/doc/latex/relenc/zcmra.vf3
#- source
%doc %{_texmfdistdir}/source/latex/relenc/relenc.dtx
%doc %{_texmfdistdir}/source/latex/relenc/relenc.ins
%doc %{_texmfdistdir}/source/latex/relenc/t1renc.dtx
%doc %{_texmfdistdir}/source/latex/relenc/t1rzcm.fdd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110406-3
+ Revision: 103925f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21236 |14mr|texlive-relsize-4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24074
# category Package
# catalog-ctan /macros/latex/contrib/relsize
# catalog-date 2011-09-23 08:29:05 +0200
# catalog-license pd
# catalog-version 4
Name:		texlive-relsize
Version:	4
Release:	3
Summary:	Set the font size relative to the current font size
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/relsize
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/relsize.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/relsize.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The basic command of the package is \relsize, whose argument is
a number of \magsteps to change size; from this are defined
commands \larger, \smaller, \textlarger, etc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/relsize/relsize.sty
%doc %{_texmfdistdir}/doc/latex/relsize/README
%doc %{_texmfdistdir}/doc/latex/relsize/relsize-doc.pdf
%doc %{_texmfdistdir}/doc/latex/relsize/relsize-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4-3
+ Revision: bef1c5c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21237 |14mr|texlive-reotex-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25037
# category Package
# catalog-ctan /graphics/pgf/contrib/reotex
# catalog-date 2012-01-06 12:55:46 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-reotex
Version:	1.0
Release:	2
Summary:	Draw Reo Channels and Circuits
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/reotex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/reotex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/reotex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines macros and other utilities to design Reo
Circuits. The package require PGF/TikZ support.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/reotex/reotex.sty
%doc %{_texmfdistdir}/doc/latex/reotex/README
%doc %{_texmfdistdir}/doc/latex/reotex/reotex.pdf
%doc %{_texmfdistdir}/doc/latex/reotex/reotex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-2
+ Revision: 2605d39
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21238 |14mr|texlive-repeatindex-0.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24305
# category Package
# catalog-ctan /macros/latex/contrib/repeatindex
# catalog-date 2011-06-16 21:20:53 +0200
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-repeatindex
Version:	0.01
Release:	3
Summary:	Repeat items in an index after a page or column break
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/repeatindex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/repeatindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/repeatindex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This Package repeats item of an index if a page or column break
occurs within a list of subitems. This helps to find out to
which main item a subitem belongs.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/repeatindex/repeatindex.ist
%{_texmfdistdir}/tex/latex/repeatindex/repeatindex.sty
%doc %{_texmfdistdir}/doc/latex/repeatindex/README
%doc %{_texmfdistdir}/doc/latex/repeatindex/testrepeatindex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01-3
+ Revision: d4e3acd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21239 |14mr|texlive-repere-20140214-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32455
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-repere
Version:	20140214
Release:	2
Summary:	TeXLive repere package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/repere.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/repere.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive repere package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/repere/repere.mp
%doc %{_texmfdistdir}/doc/metapost/repere/README
%doc %{_texmfdistdir}/doc/metapost/repere/repere-doc.pdf
%doc %{_texmfdistdir}/doc/metapost/repere/repere-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20140214-2
+ Revision: 0491d8c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21240 |14mr|texlive-resphilosophica-1.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32874
# category Package
# catalog-ctan /macros/latex/contrib/resphilosophica
# catalog-date 2014-02-05 19:42:21 +0100
# catalog-license lppl1.3
# catalog-version 1.19
Name:		texlive-resphilosophica
Version:	1.19
Release:	2
Summary:	Typeset articles for the journal Res Philosophica
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/resphilosophica
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resphilosophica.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resphilosophica.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resphilosophica.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Th bundle provides a class for typesetting articles for the
journal Res Philosophica. Development was commissioned by Saint
Louis University.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/resphilosophica/resphilosophica.bst
%{_texmfdistdir}/tex/latex/resphilosophica/resphilosophica.cls
%doc %{_texmfdistdir}/doc/latex/resphilosophica/Makefile
%doc %{_texmfdistdir}/doc/latex/resphilosophica/README
%doc %{_texmfdistdir}/doc/latex/resphilosophica/resphilosophica.bib
%doc %{_texmfdistdir}/doc/latex/resphilosophica/resphilosophica.pdf
%doc %{_texmfdistdir}/doc/latex/resphilosophica/rpsample.bib
%doc %{_texmfdistdir}/doc/latex/resphilosophica/rpsample.pdf
%doc %{_texmfdistdir}/doc/latex/resphilosophica/rpsample.tex
#- source
%doc %{_texmfdistdir}/source/latex/resphilosophica/resphilosophica.dtx
%doc %{_texmfdistdir}/source/latex/resphilosophica/resphilosophica.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.19-2
+ Revision: 2f6d1ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21241 |14mr|texlive-resumecls-0.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29417
# category Package
# catalog-ctan /macros/xetex/latex/resumecls
# catalog-date 2013-03-17 10:58:10 +0100
# catalog-license lppl1.3
# catalog-version 0.2.1
Name:		texlive-resumecls
Version:	0.2.1
Release:	6
Summary:	Typeset a resumee in both Chinese and English
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/resumecls
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resumecls.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resumecls.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resumecls.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides a simple resumee structure that works,
natively, with both Chinese and English text.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/resumecls/resumecls.cls
%doc %{_texmfdistdir}/doc/xelatex/resumecls/Makefile
%doc %{_texmfdistdir}/doc/xelatex/resumecls/README
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/Makefile
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/README.md
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/config-sample.mk
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/config.mk
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/resume-en.pdf
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/resume-en.tex
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/resume-zh.pdf
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/resume-zh.tex
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/resume.bib
%doc %{_texmfdistdir}/doc/xelatex/resumecls/resumecls.pdf
#- source
%doc %{_texmfdistdir}/source/xelatex/resumecls/resumecls.dtx
%doc %{_texmfdistdir}/source/xelatex/resumecls/resumecls.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.1-6
+ Revision: 8359d34
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21242 |14mr|texlive-resumemac-20081121-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/resumemac
# catalog-date 2008-11-21 01:34:08 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-resumemac
Version:	20081121
Release:	3
Summary:	Plain TeX macros for resumes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/resumemac
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resumemac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resumemac.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of macros is provided, together with an file that offers
an example of use.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/resumemac/resumemac.tex
%doc %{_texmfdistdir}/doc/plain/resumemac/README
%doc %{_texmfdistdir}/doc/plain/resumemac/sample_resume.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081121-3
+ Revision: 262805b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21243 |14mr|texlive-reverxii-20111230-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24976
# category Package
# catalog-ctan /macros/plain/contrib/reverxii
# catalog-date 2011-12-30 00:42:15 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-reverxii
Version:	20111230
Release:	2
Summary:	Playing Reversi in TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/reverxii
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/reverxii.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/reverxii.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
Following the lead of xii.tex, this little (938 characters)
program that plays Reversi. (The program incorporates some
primitive AI.).

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/plain/reverxii/README
%doc %{_texmfdistdir}/doc/plain/reverxii/reverxii.pdf
%doc %{_texmfdistdir}/doc/plain/reverxii/reverxii.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111230-2
+ Revision: caf9bf8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21244 |14mr|texlive-revtex-4.1r-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19652
# category Package
# catalog-ctan /macros/latex/contrib/revtex
# catalog-date 2010-08-12 13:35:15 +0200
# catalog-license lppl1.3
# catalog-version 4.1r
Name:		texlive-revtex
Version:	4.1r
Release:	3
Summary:	Styles for various Physics Journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/revtex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Includes styles for American Physical Society, American
Institute of Physics, and Optical Society of America. The
distribution consists of the RevTeX class itself, and several
support packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/revtex/aipauth4-1.bst
%{_texmfdistdir}/bibtex/bst/revtex/aipnum4-1.bst
%{_texmfdistdir}/bibtex/bst/revtex/apsrev4-1.bst
%{_texmfdistdir}/bibtex/bst/revtex/apsrmp4-1.bst
%{_texmfdistdir}/tex/latex/revtex/aip4-1.rtx
%{_texmfdistdir}/tex/latex/revtex/aps10pt4-1.rtx
%{_texmfdistdir}/tex/latex/revtex/aps11pt4-1.rtx
%{_texmfdistdir}/tex/latex/revtex/aps12pt4-1.rtx
%{_texmfdistdir}/tex/latex/revtex/aps4-1.rtx
%{_texmfdistdir}/tex/latex/revtex/apsrmp4-1.rtx
%{_texmfdistdir}/tex/latex/revtex/ltxdocext.sty
%{_texmfdistdir}/tex/latex/revtex/ltxfront.sty
%{_texmfdistdir}/tex/latex/revtex/ltxgrid.sty
%{_texmfdistdir}/tex/latex/revtex/ltxutil.sty
%{_texmfdistdir}/tex/latex/revtex/reftest4-1.tex
%{_texmfdistdir}/tex/latex/revtex/revsymb4-1.sty
%{_texmfdistdir}/tex/latex/revtex/revtex4-1.cls
%doc %{_texmfdistdir}/doc/latex/revtex/00readme.tex
%doc %{_texmfdistdir}/doc/latex/revtex/DOWNLOAD
%doc %{_texmfdistdir}/doc/latex/revtex/README
%doc %{_texmfdistdir}/doc/latex/revtex/aip/aipguide4-1.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/aip/aipguide4-1.tex
%doc %{_texmfdistdir}/doc/latex/revtex/aip/docs.sty
%doc %{_texmfdistdir}/doc/latex/revtex/aps/apsguide4-1.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/aps/apsguide4-1.tex
%doc %{_texmfdistdir}/doc/latex/revtex/auguide/auguide4-1.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/auguide/auguide4-1.tex
%doc %{_texmfdistdir}/doc/latex/revtex/auguide/docs.sty
%doc %{_texmfdistdir}/doc/latex/revtex/auguide/summary4-1.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/auguide/summary4-1.tex
%doc %{_texmfdistdir}/doc/latex/revtex/auguide/whatsnew4-1.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/auguide/whatsnew4-1.tex
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aip/aipsamp.bib
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aip/aipsamp.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aip/aipsamp.tex
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aip/aiptemplate.tex
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aip/fig_1.eps
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aip/fig_2.eps
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/apssamp.bib
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/apssamp.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/apssamp.tex
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/apstemplate.tex
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/fig_1.eps
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/fig_2.eps
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/vid_1a.eps
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/vid_1b.eps
%doc %{_texmfdistdir}/doc/latex/revtex/source/aip.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/source/ltxdocext.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/source/ltxfront.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/source/ltxgrid.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/source/ltxutil.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/source/revtex4-1.pdf
#- source
%doc %{_texmfdistdir}/source/latex/revtex/aip.dtx
%doc %{_texmfdistdir}/source/latex/revtex/ltxdocext.dtx
%doc %{_texmfdistdir}/source/latex/revtex/ltxfront.dtx
%doc %{_texmfdistdir}/source/latex/revtex/ltxgrid.dtx
%doc %{_texmfdistdir}/source/latex/revtex/ltxutil.dtx
%doc %{_texmfdistdir}/source/latex/revtex/revtex4-1.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.1r-3
+ Revision: b1d5ec9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21245 |14mr|texlive-revtex4-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16488
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-revtex4
Version:	20111104
Release:	3
Summary:	TeXLive revtex4 package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex4.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex4.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex4.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive revtex4 package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/revtex4/apssamp.bib
%{_texmfdistdir}/bibtex/bst/revtex4/apsrev.bst
%{_texmfdistdir}/bibtex/bst/revtex4/apsrmp.bst
%{_texmfdistdir}/tex/latex/revtex4/10pt.rtx
%{_texmfdistdir}/tex/latex/revtex4/11pt.rtx
%{_texmfdistdir}/tex/latex/revtex4/12pt.rtx
%{_texmfdistdir}/tex/latex/revtex4/aps.rtx
%{_texmfdistdir}/tex/latex/revtex4/docs.sty
%{_texmfdistdir}/tex/latex/revtex4/revsymb.sty
%{_texmfdistdir}/tex/latex/revtex4/revtex4.cls
%{_texmfdistdir}/tex/latex/revtex4/rmp.rtx
%doc %{_texmfdistdir}/doc/latex/revtex4/DOWNLOAD
%doc %{_texmfdistdir}/doc/latex/revtex4/README
%doc %{_texmfdistdir}/doc/latex/revtex4/apssamp.end
%doc %{_texmfdistdir}/doc/latex/revtex4/apssamp.tex
%doc %{_texmfdistdir}/doc/latex/revtex4/auguide.tex
%doc %{_texmfdistdir}/doc/latex/revtex4/differ.tex
%doc %{_texmfdistdir}/doc/latex/revtex4/fig_1.eps
%doc %{_texmfdistdir}/doc/latex/revtex4/fig_2.eps
%doc %{_texmfdistdir}/doc/latex/revtex4/ltxdocext.pdf
%doc %{_texmfdistdir}/doc/latex/revtex4/ltxgrid.pdf
%doc %{_texmfdistdir}/doc/latex/revtex4/ltxutil.pdf
%doc %{_texmfdistdir}/doc/latex/revtex4/revtex4.pdf
%doc %{_texmfdistdir}/doc/latex/revtex4/summary.tex
%doc %{_texmfdistdir}/doc/latex/revtex4/template.aps
#- source
%doc %{_texmfdistdir}/source/latex/revtex4/ltxdocext.dtx
%doc %{_texmfdistdir}/source/latex/revtex4/ltxgrid.dtx
%doc %{_texmfdistdir}/source/latex/revtex4/ltxutil.dtx
%doc %{_texmfdistdir}/source/latex/revtex4/revtex4.dtx
%doc %{_texmfdistdir}/source/latex/revtex4/revtex4.ins
%doc %{_texmfdistdir}/source/latex/revtex4/textcase.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: ba1c80d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21246 |14mr|texlive-ribbonproofs-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31137
# category Package
# catalog-ctan /macros/latex/contrib/ribbonproofs
# catalog-date 2013-07-08 10:43:32 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-ribbonproofs
Version:	1.0
Release:	6
Summary:	Drawing ribbon proofs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ribbonproofs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ribbonproofs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ribbonproofs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a way to draw "ribbon proofs" in LaTeX. A
ribbon proof is a diagrammatic representation of a mathematical
proof that a computer program meets its specification. These
diagrams are more human-readable, more scalable, and more
easily modified than the corresponding textual proofs.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ribbonproofs/ribbonproofs.sty
%doc %{_texmfdistdir}/doc/latex/ribbonproofs/README
%doc %{_texmfdistdir}/doc/latex/ribbonproofs/ribbonproofsmanual.pdf
%doc %{_texmfdistdir}/doc/latex/ribbonproofs/ribbonproofsmanual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 0ccd60f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21247 |14mr|texlive-rjlparshap-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-rjlparshap
Version:	20111104
Release:	3
Summary:	TeXLive rjlparshap package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rjlparshap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rjlparshap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rjlparshap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive rjlparshap package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rjlparshap/rjlpshap.sty
%doc %{_texmfdistdir}/doc/latex/rjlparshap/README
%doc %{_texmfdistdir}/doc/latex/rjlparshap/rjlpshap.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rjlparshap/rjlpshap.dtx
%doc %{_texmfdistdir}/source/latex/rjlparshap/rjlpshap.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: 391815c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21248 |14mr|texlive-rlepsf-20070113-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19082
# category Package
# catalog-ctan /macros/generic/rlepsf
# catalog-date 2007-01-13 23:45:25 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-rlepsf
Version:	20070113
Release:	3
Summary:	Rewrite labels in EPS graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/rlepsf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rlepsf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rlepsf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A macro package for use with epsf.tex which allows PostScript
labels in an Encapsulated PostScript file to be replaced by TeX
labels. The package provides commands \relabel (simply replace
a PostScript string), \adjustrelabel (replace a PostScript
string, with position adjustment), and \extralabel (add a label
at given coordinates). You can, if you so choose, use the
facilities of the labelfig package in place of using
\extralabel.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/rlepsf/rlepsf.tex
%doc %{_texmfdistdir}/doc/generic/rlepsf/read.me
%doc %{_texmfdistdir}/doc/generic/rlepsf/rlepsdoc.ps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070113-3
+ Revision: bb76b69
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21249 |14mr|texlive-rmpage-0.92-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20002
# category Package
# catalog-ctan /macros/latex/contrib/rmpage
# catalog-date 2010-10-04 11:12:53 +0200
# catalog-license gpl
# catalog-version 0.92
Name:		texlive-rmpage
Version:	0.92
Release:	3
Summary:	A package to help change page layout parameters in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rmpage
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rmpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rmpage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package lets you change page layout parameters in small
steps over a range of values using options. It can set
\textwidth appropriately for the main fount, and ensure that
the text fits inside the printable area of a printer. An
rmpage-formatted document can be typeset identically without
rmpage after a single cut and paste operation. Local
configuration can set defaults: for all documents; and by
class, by printer, and by paper size. The geometry package is
better if you want to set page layout parameters to particular
measurements.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rmpage/rmpage.sty
%{_texmfdistdir}/tex/latex/rmpage/rmpgen.cfg
%doc %{_texmfdistdir}/doc/latex/rmpage/readme
%doc %{_texmfdistdir}/doc/latex/rmpage/rmpage-doc.pdf
%doc %{_texmfdistdir}/doc/latex/rmpage/rmpage-doc.tex
%doc %{_texmfdistdir}/doc/latex/rmpage/rmpage.tex
%doc %{_texmfdistdir}/doc/latex/rmpage/rmplocal.gfc

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.92-3
+ Revision: e30271c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21250 |14mr|texlive-robustcommand-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/robustcommand
# catalog-date 2007-02-26 15:09:49 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-robustcommand
Version:	0.1
Release:	3
Summary:	Declare robust command, with \newcommand checks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/robustcommand
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/robustcommand.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/robustcommand.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/robustcommand.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package merely provides a variation of
\DeclareRobustCommand, which checks for the existence of a
command before declaring it robust.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/robustcommand/robustcommand.sty
%doc %{_texmfdistdir}/doc/latex/robustcommand/README
%doc %{_texmfdistdir}/doc/latex/robustcommand/robustcommand.pdf
#- source
%doc %{_texmfdistdir}/source/latex/robustcommand/robustcommand.dtx
%doc %{_texmfdistdir}/source/latex/robustcommand/robustcommand.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 9723c10
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21251 |14mr|texlive-robustindex-20070226-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/robustindex
# catalog-date 2007-02-26 15:09:49 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-robustindex
Version:	20070226
Release:	3
Summary:	Create index with pagerefs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/robustindex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/robustindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/robustindex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Third parties often change the page numbers without rerunning
makeindex. One would like to make the page numbers in the index
entries more robust. This bundle provides robustindex.sty and
robustglossary.sty, which use the \pageref mechanism to
maintain correct page numbers.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/robustindex/robustglossary.sty
%{_texmfdistdir}/tex/latex/robustindex/robustindex.sty
%doc %{_texmfdistdir}/doc/latex/robustindex/README
%doc %{_texmfdistdir}/doc/latex/robustindex/robustindex.html
%doc %{_texmfdistdir}/doc/latex/robustindex/robustsample.pdf
%doc %{_texmfdistdir}/doc/latex/robustindex/robustsample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070226-3
+ Revision: 554e2b2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21252 |14mr|texlive-roex-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-roex
Version:	20111104
Release:	3
Summary:	TeXLive roex package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/roex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/roex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive roex package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metafont/roex/roex.mf
#- source
%doc %{_texmfdistdir}/source/metafont/roex/0roex.doc
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/0roexsam.doc
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/es-01.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/es-02.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/es-03.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/ro-01.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/ro-02.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/ro-03.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/ro-04.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/ro-05.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/ro-06.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/ro-07.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/roes-01.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/roes-02.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/roes-03.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/roes-04.mf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metafont source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: 025c01f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21253 |14mr|texlive-romanbar-1.0f-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25005
# category Package
# catalog-ctan /macros/latex/contrib/romanbar
# catalog-date 2012-01-02 20:05:40 +0100
# catalog-license lppl1.3
# catalog-version 1.0f
Name:		texlive-romanbar
Version:	1.0f
Release:	2
Summary:	Write roman number with "bars"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/romanbar
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romanbar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romanbar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romanbar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
'Bars', in the present context, are lines above and below text
that abut with the text. Barred roman numerals are sometimes
found in publications. The package provides a function that
prints barred roman numerals (converting arabic numerals if
necessary). The package also provides a predicate \ifnumeric.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/romanbar/romanbar.sty
%doc %{_texmfdistdir}/doc/latex/romanbar/README
%doc %{_texmfdistdir}/doc/latex/romanbar/romanbar-example.pdf
%doc %{_texmfdistdir}/doc/latex/romanbar/romanbar-example.tex
%doc %{_texmfdistdir}/doc/latex/romanbar/romanbar.pdf
#- source
%doc %{_texmfdistdir}/source/latex/romanbar/romanbar.drv
%doc %{_texmfdistdir}/source/latex/romanbar/romanbar.dtx
%doc %{_texmfdistdir}/source/latex/romanbar/romanbar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0f-2
+ Revision: 64dd88d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21254 |14mr|texlive-romande-1.008v7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19537
# category Package
# catalog-ctan /fonts/romandeadf
# catalog-date 2010-07-14 23:31:19 +0200
# catalog-license lppl
# catalog-version 1.008-v7
Name:		texlive-romande
Version:	1.008v7
Release:	3
Summary:	Romande ADF fonts and LaTeX support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/romandeadf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romande.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romande.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romande.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Romande ADF is a serif font family with oldstyle figures,
designed as a substitute for Times, Tiffany or Caslon. The
family currently includes upright, italic and small-caps shapes
in each of regular and demi-bold weights and an italic script
in regular. The support package renames the fonts according to
the Karl Berry fontname scheme and defines four families. Two
of these primarily provide access to the "standard" or default
characters while the "alternate" families support alternate
characters, additional ligatures and the long s. The included
package files provide access to these features in LaTeX as
explained in the documentation. The LaTeX support requires the
nfssext-cfr and the xkeyval packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdd8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrddc8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrddi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdr8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdrc8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdri8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/romande/yrdriw8a.afm
%{_texmfdistdir}/fonts/enc/dvips/romande/romande-supp.enc
%{_texmfdistdir}/fonts/enc/dvips/romande/t1-romandeadf-alt.enc
%{_texmfdistdir}/fonts/enc/dvips/romande/t1-romandeadf.enc
%{_texmfdistdir}/fonts/enc/dvips/romande/ts1-euro-yrd.enc
%{_texmfdistdir}/fonts/map/dvips/romande/yrd.map
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrdd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrddi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrdr.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrdri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/s-yrdriw.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrddi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdr.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-alt-yrdriw.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrddc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrddi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdr.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdrc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/t1-romandeadf-yrdriw.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrdd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrddi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrdr.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrdri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/ts1-yrdriw.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdd8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdd8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdda8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrddai8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrddc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrddi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrddi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdr8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdr8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdra8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdrai8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdraiw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdrc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdriw8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/romande/yrdriw8t.tfm
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdd8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdd8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddc8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddc8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrddi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdr8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdr8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdrc8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdrc8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdri8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdriw8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/romande/yrdriw8a.pfm
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdd8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdd8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdda8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrddai8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrddc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrddi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrddi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdr8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdr8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdra8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdrai8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdraiw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdrc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdriw8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/romande/yrdriw8t.vf
%{_texmfdistdir}/tex/latex/romande/romande.sty
%{_texmfdistdir}/tex/latex/romande/t1yrd.fd
%{_texmfdistdir}/tex/latex/romande/t1yrda.fd
%{_texmfdistdir}/tex/latex/romande/t1yrdaw.fd
%{_texmfdistdir}/tex/latex/romande/t1yrdw.fd
%{_texmfdistdir}/tex/latex/romande/ts1yrd.fd
%{_texmfdistdir}/tex/latex/romande/ts1yrda.fd
%{_texmfdistdir}/tex/latex/romande/ts1yrdaw.fd
%{_texmfdistdir}/tex/latex/romande/ts1yrdw.fd
%doc %{_texmfdistdir}/doc/fonts/romande/COPYING
%doc %{_texmfdistdir}/doc/fonts/romande/NOTICE.txt
%doc %{_texmfdistdir}/doc/fonts/romande/README
%doc %{_texmfdistdir}/doc/fonts/romande/manifest.txt
%doc %{_texmfdistdir}/doc/fonts/romande/romandeadf.pdf
%doc %{_texmfdistdir}/doc/fonts/romande/romandeadf.tex
#- source
%doc %{_texmfdistdir}/source/fonts/romande/reglyph-yrd.tex
%doc %{_texmfdistdir}/source/fonts/romande/romande-supp.etx
%doc %{_texmfdistdir}/source/fonts/romande/t1-romandeadf-alt.etx
%doc %{_texmfdistdir}/source/fonts/romande/t1-romandeadf.etx
%doc %{_texmfdistdir}/source/fonts/romande/ts1-euro.etx
%doc %{_texmfdistdir}/source/fonts/romande/yrd-drv.tex
%doc %{_texmfdistdir}/source/fonts/romande/yrd-map.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.008v7-3
+ Revision: 9181645
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21255 |14mr|texlive-romanneg-20101013-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20087
# category Package
# catalog-ctan /macros/latex/contrib/romanneg
# catalog-date 2010-10-13 12:13:38 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-romanneg
Version:	20101013
Release:	3
Summary:	Roman page numbers negative
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/romanneg
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romanneg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romanneg.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Causes the page numbers in the DVI file (as defined by \count0)
to be negative when roman pagenumbering is in effect.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/romanneg/romanneg.sty
%doc %{_texmfdistdir}/doc/latex/romanneg/romanneg.ltx
%doc %{_texmfdistdir}/doc/latex/romanneg/romanneg.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101013-3
+ Revision: 3ebdd5c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21256 |14mr|texlive-romannum-1.0b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/romannum
# catalog-date 2009-09-03 13:00:14 +0200
# catalog-license lppl
# catalog-version 1.0b
Name:		texlive-romannum
Version:	1.0b
Release:	3
Summary:	Generate roman numerals instead of arabic digits
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/romannum
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romannum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romannum.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romannum.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The romannum package changes LaTeX generated numbers to be
printed with roman numerals instead of arabic digits. It
requires the stdclsdv package. Users of the bookhands fonts may
find this package useful.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/romannum/romannum.sty
%doc %{_texmfdistdir}/doc/latex/romannum/README
%doc %{_texmfdistdir}/doc/latex/romannum/romannum.pdf
#- source
%doc %{_texmfdistdir}/source/latex/romannum/romannum.dtx
%doc %{_texmfdistdir}/source/latex/romannum/romannum.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0b-3
+ Revision: 4a9ae6d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21257 |14mr|texlive-romansh-20120413-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25956
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/romansh
# catalog-date 2012-04-13 15:00:06 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-romansh
Version:	20120413
Release:	3
Summary:	Babel/Polyglossia support for the Romansh language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/romansh
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romansh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romansh.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romansh.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a language description file that enables
support of Romansh either with babel or with polyglossia.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/romansh/romansh.ldf
%doc %{_texmfdistdir}/doc/latex/romansh/romansh.pdf
#- source
%doc %{_texmfdistdir}/source/latex/romansh/romansh.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120413-3
+ Revision: cd4db07
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21258 |14mr|texlive-rotating-2.16b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16832
# category Package
# catalog-ctan /macros/latex/contrib/rotating
# catalog-date 2010-01-26 14:36:34 +0100
# catalog-license lppl
# catalog-version 2.16b
Name:		texlive-rotating
Version:	2.16b
Release:	3
Summary:	Rotation tools, including rotated full-page floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rotating
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotating.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotating.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotating.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package built on the standard LaTeX graphics package to
perform all the different sorts of rotation one might like,
including complete figures and tables with their captions. If
you want continuous text (i.e., more than one page) set in
landscape mode, use the lscape package instead. The rotating
packages only deals in rotated boxes (or floats, which are
themselves boxes), and boxes always stay on one page. If you
need to use the facilities of the float in the same document,
load rotating.sty via rotfloat, which smooths the path between
the rotating and float packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rotating/rotating.sty
%doc %{_texmfdistdir}/doc/latex/rotating/README
%doc %{_texmfdistdir}/doc/latex/rotating/cat.eps
%doc %{_texmfdistdir}/doc/latex/rotating/examples.tex
%doc %{_texmfdistdir}/doc/latex/rotating/rotating.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rotating/rotating.dtx
%doc %{_texmfdistdir}/source/latex/rotating/rotating.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.16b-3
+ Revision: 24772a7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21259 |14mr|texlive-rotfloat-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18292
# category Package
# catalog-ctan /macros/latex/contrib/rotfloat
# catalog-date 2009-10-07 22:25:55 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-rotfloat
Version:	1.2
Release:	3
Summary:	Rotate floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rotfloat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotfloat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotfloat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The float package provides commands to define new floats of
various styles (plain, boxed, ruled, and userdefined ones); the
rotating package provides new environments (sidewaysfigure and
sidewaystable) which are rotated by 90 or 270 degrees. But what
about new rotated floats, e.g. a rotated ruled one? This
package makes this possible; it builds a bridge between the two
packages and extends the commands from the float package to
define rotated versions of the new floats, too.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rotfloat/rotfloat.sty
%doc %{_texmfdistdir}/doc/latex/rotfloat/examples.tex
%doc %{_texmfdistdir}/doc/latex/rotfloat/rotfloat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rotfloat/rotfloat.dtx
%doc %{_texmfdistdir}/source/latex/rotfloat/rotfloat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 71340be
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21260 |14mr|texlive-rotpages-3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18740
# category Package
# catalog-ctan /macros/latex/contrib/rotpages
# catalog-date 2007-01-14 10:43:12 +0100
# catalog-license lppl
# catalog-version 3.0
Name:		texlive-rotpages
Version:	3.0
Release:	3
Summary:	Typeset sets of pages upside-down and backwards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rotpages
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotpages.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotpages.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The rotpages package allows you to format documents where small
sets of pages are rotated by 180 degrees and rearranged, so
that they can be read by turning the printed copy upside-down.
It was primarly meant for collecting exercises and solutions:
using the package, you can print the exercise text normally and
the solutions rotated.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rotpages/rotpages.sty
%doc %{_texmfdistdir}/doc/latex/rotpages/Documentation/rotpages-doc.pdf
%doc %{_texmfdistdir}/doc/latex/rotpages/Documentation/rotpages-doc.tex
%doc %{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-doublecolumn-ex.pdf
%doc %{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-doublecolumn-ex.tex
%doc %{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-fancy-ex.pdf
%doc %{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-fancy-ex.tex
%doc %{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-singlecolumn-ex.pdf
%doc %{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-singlecolumn-ex.tex
%doc %{_texmfdistdir}/doc/latex/rotpages/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-3
+ Revision: fd0b23f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21261 |14mr|texlive-roundbox-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29675
# category Package
# catalog-ctan /macros/latex/contrib/roundbox
# catalog-date 2013-04-04 11:28:51 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-roundbox
Version:	0.2
Release:	6
Summary:	Round boxes in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/roundbox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/roundbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/roundbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package implements a command \roundbox that can be used,
in LaTeX, for producing boxes, framed with rounded corners.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/roundbox/roundbox.sty
%doc %{_texmfdistdir}/doc/latex/roundbox/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-6
+ Revision: 4081d55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21262 |14mr|texlive-rrgtrees-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27322
# category Package
# catalog-ctan /macros/latex/contrib/rrgtrees
# catalog-date 2012-02-10 18:28:55 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-rrgtrees
Version:	1.1
Release:	2
Summary:	Linguistic tree diagrams for Role and Reference Grammar (RRG) with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rrgtrees
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rrgtrees.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rrgtrees.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rrgtrees.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of LaTeX macros that makes it easy to produce linguistic
tree diagrams suitable for Role and Reference Grammar (RRG).
This package allows the construction of trees with crossing
lines, as is required by this theory for many languages. There
is no known limit on number of tree nodes or levels. Requires
the pst-node and pst-tree LaTeX packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rrgtrees/rrgtrees.sty
%doc %{_texmfdistdir}/doc/latex/rrgtrees/Makefile
%doc %{_texmfdistdir}/doc/latex/rrgtrees/README
%doc %{_texmfdistdir}/doc/latex/rrgtrees/rrgtrees.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rrgtrees/rrgtrees.dtx
%doc %{_texmfdistdir}/source/latex/rrgtrees/rrgtrees.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: a5bd6a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21263 |14mr|texlive-rsc-3.1e-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20942
# category Package
# catalog-ctan /macros/latex/contrib/rsc
# catalog-date 2011-01-05 00:05:34 +0100
# catalog-license gpl
# catalog-version 3.1e
Name:		texlive-rsc
Version:	3.1e
Release:	3
Summary:	BibTeX style for use with RSC journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rsc
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rsc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rsc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rsc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The rsc package provides a BibTeX style in accordance with the
requirements of the Royal Society of Chemistry. It was
originally based on the file pccp.bst, but also implements a
number of styles from the achemso package. The package is now a
stub for the chemstyle package, which the author developed to
unify the writing of articles with a chemistry content.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/rsc/angew.bst
%{_texmfdistdir}/bibtex/bst/rsc/rsc.bst
%{_texmfdistdir}/tex/latex/rsc/rsc.sty
%doc %{_texmfdistdir}/doc/latex/rsc/README
%doc %{_texmfdistdir}/doc/latex/rsc/rsc-demo.tex
%doc %{_texmfdistdir}/doc/latex/rsc/rsc.bib
%doc %{_texmfdistdir}/doc/latex/rsc/rsc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rsc/rsc.dtx
%doc %{_texmfdistdir}/source/latex/rsc/rsc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1e-3
+ Revision: 792dfaa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21264 |14mr|texlive-rsfs-20081214-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/rsfs
# catalog-date 2008-12-14 19:11:27 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-rsfs
Version:	20081214
Release:	3
Summary:	Ralph Smith's Formal Script font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/rsfs
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rsfs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rsfs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts provide uppercase 'formal' script letters for use as
symbols in scientific and mathematical typesetting (in contrast
to the informal script fonts such as that used for the
'calligraphic' symbols in the TeX maths symbol font). The fonts
are provided as MetaFont source, and as derived Adobe Type 1
format. LaTeX support, for using these fonts in mathematics, is
available via one of the packages calrsfs and mathrsfs.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/rsfs/rsfs10.afm
%{_texmfdistdir}/fonts/afm/public/rsfs/rsfs5.afm
%{_texmfdistdir}/fonts/afm/public/rsfs/rsfs7.afm
%{_texmfdistdir}/fonts/map/dvips/rsfs/rsfs.map
%{_texmfdistdir}/fonts/source/public/rsfs/rsfs10.mf
%{_texmfdistdir}/fonts/source/public/rsfs/rsfs5.mf
%{_texmfdistdir}/fonts/source/public/rsfs/rsfs7.mf
%{_texmfdistdir}/fonts/source/public/rsfs/script.mf
%{_texmfdistdir}/fonts/source/public/rsfs/scriptu.mf
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs10.tfm
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs5.tfm
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs7.tfm
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs10.pfb
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs10.pfm
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs5.pfb
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs5.pfm
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs7.pfb
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs7.pfm
%{_texmfdistdir}/tex/plain/rsfs/scrload.tex
%doc %{_texmfdistdir}/doc/fonts/rsfs/README
%doc %{_texmfdistdir}/doc/fonts/rsfs/README.type1

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081214-3
+ Revision: 4ea091e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21265 |14mr|texlive-rsfso-1.01-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32051
# category Package
# catalog-ctan /fonts/rsfso
# catalog-date 2013-11-03 08:42:21 +0100
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-rsfso
Version:	1.01
Release:	6
Summary:	A mathematical calligraphic font based on rsfs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/rsfso
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rsfso.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rsfso.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides virtual fonts and LaTeX support files for
mathematical calligraphic fonts based on the rsfs Adobe Type 1
fonts (which must also be present for successful installation,
with the slant substantially reduced. The output is quite
similar to that from the Adobe Mathematical Pi script font.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/rsfso/rsfso.map
%{_texmfdistdir}/fonts/tfm/public/rsfso/rrsfso10.tfm
%{_texmfdistdir}/fonts/tfm/public/rsfso/rrsfso5.tfm
%{_texmfdistdir}/fonts/tfm/public/rsfso/rrsfso7.tfm
%{_texmfdistdir}/fonts/tfm/public/rsfso/rsfso10.tfm
%{_texmfdistdir}/fonts/tfm/public/rsfso/rsfso5.tfm
%{_texmfdistdir}/fonts/tfm/public/rsfso/rsfso7.tfm
%{_texmfdistdir}/fonts/vf/public/rsfso/rsfso10.vf
%{_texmfdistdir}/fonts/vf/public/rsfso/rsfso5.vf
%{_texmfdistdir}/fonts/vf/public/rsfso/rsfso7.vf
%{_texmfdistdir}/tex/latex/rsfso/rsfso.sty
%{_texmfdistdir}/tex/latex/rsfso/ursfso.fd
%doc %{_texmfdistdir}/doc/fonts/rsfso/README
%doc %{_texmfdistdir}/doc/fonts/rsfso/mh2scr0.png
%doc %{_texmfdistdir}/doc/fonts/rsfso/rsfso-doc.pdf
%doc %{_texmfdistdir}/doc/fonts/rsfso/rsfso-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-6
+ Revision: 36a8498
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21266 |14mr|texlive-rterface-20130423-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30084
# category Package
# catalog-ctan /macros/latex/contrib/rterface
# catalog-date 2013-04-23 19:30:36 +0200
# catalog-license lppl1.2
# catalog-version undef
Name:		texlive-rterface
Version:	20130423
Release:	6
Summary:	Access to R analysis from within a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rterface
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rterface.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rterface.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package mediates interaction between LaTeX and R; it allows
LaTeX to set R's parameters, and provides code to read R
output.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rterface/rterface.sty
%doc %{_texmfdistdir}/doc/latex/rterface/README
%doc %{_texmfdistdir}/doc/latex/rterface/rterface.pdf
%doc %{_texmfdistdir}/doc/latex/rterface/rterface.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130423-6
+ Revision: ee69642
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21267 |14mr|texlive-rtkinenc-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20003
# category Package
# catalog-ctan /macros/latex/contrib/rtkinenc
# catalog-date 2010-10-04 11:23:12 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-rtkinenc
Version:	1.0
Release:	3
Summary:	Input encoding with fallback procedures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rtkinenc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rtkinenc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rtkinenc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rtkinenc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The rtkinenc package is functionally similar to the standard
LaTeX package inputenc: both set up active characters so that
an input character outside the range of 7-bit visible ASCII is
coverted into one or more corresponding LaTeX commands. The
main difference lies in that rtkinenc allows the user to
specify a fallback procedure to use when the text command
corresponding to some input character isn't available. Names of
commands in rtkinenc have been selected so that it can read
inputenc encoding definition files, and the aim is that
rtkinenc should be backwards compatible with inputenc. rtkinenc
is not a new version of inputenc though, nor is it part of
standard LaTeX. For an example of how rtkinenc is used, the
user may look at the tclldoc class.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rtkinenc/rtkinenc.sty
%doc %{_texmfdistdir}/doc/latex/rtkinenc/README.txt
%doc %{_texmfdistdir}/doc/latex/rtkinenc/rtkinenc-doc.pdf
%doc %{_texmfdistdir}/doc/latex/rtkinenc/rtkinenc-doc.tex
#- source
%doc %{_texmfdistdir}/source/latex/rtkinenc/rtkinenc.dtx
%doc %{_texmfdistdir}/source/latex/rtkinenc/rtkinenc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 3d39fa4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21268 |14mr|texlive-rtklage-20060207-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/rtklage
# catalog-date 2006-02-07 18:31:12 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-rtklage
Version:	20060207
Release:	3
Summary:	A package for German lawyers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rtklage
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rtklage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rtklage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
RATeX is a newly developed bundle of packages and classes
provided for German lawyers. Now in the early beginning it only
contains rtklage, a class to make lawsuits.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rtklage/rtklage.cls
%doc %{_texmfdistdir}/doc/latex/rtklage/README
%doc %{_texmfdistdir}/doc/latex/rtklage/bspklage.tex
%doc %{_texmfdistdir}/doc/latex/rtklage/rtklage.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20060207-3
+ Revision: f1b7a83
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21269 |14mr|texlive-rubik-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32919
# category Package
# catalog-ctan /macros/latex/contrib/rubik
# catalog-date 2014-02-07 11:34:07 +0100
# catalog-license lppl1.3
# catalog-version 2.0
Name:		texlive-rubik
Version:	2.0
Release:	3
Summary:	Document Rubik cube configurations and rotation sequences
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rubik
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rubik.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rubik.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rubik.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-rubik.bin = %{EVRD}

%description
The bundle provides two packages: rubikcube provides commands
for typesetting Rubik cubes and their transformations; and
rubikrotation which can process a sequence of Rubik rotation
moves, with the help of a Perl package executed via \write18
(shell escape) commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/rubikrotation
%{_texmfdistdir}/scripts/rubik/rubikrotation.pl
%{_texmfdistdir}/tex/latex/rubik/rubikcube.sty
%{_texmfdistdir}/tex/latex/rubik/rubikrotation.sty
%doc %{_texmfdistdir}/doc/latex/rubik/README
%doc %{_texmfdistdir}/doc/latex/rubik/Rubik_doc_figA.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/Rubik_doc_figB.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/Rubik_doc_figC.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/Rubik_doc_figD.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/Rubik_doc_figE.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/Rubikrot_doc_figA.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/Rubikrot_doc_figB.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/example-cube.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/example-cube.tex
%doc %{_texmfdistdir}/doc/latex/rubik/example-rot1.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/example-rot1.sh
%doc %{_texmfdistdir}/doc/latex/rubik/example-rot1.tex
%doc %{_texmfdistdir}/doc/latex/rubik/example-rot2.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/example-rot2.sh
%doc %{_texmfdistdir}/doc/latex/rubik/example-rot2.tex
%doc %{_texmfdistdir}/doc/latex/rubik/rubikcube.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/rubikrotation.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rubik/example-rot1.bat
%doc %{_texmfdistdir}/source/latex/rubik/example-rot2.bat
%doc %{_texmfdistdir}/source/latex/rubik/rubikcube.dtx
%doc %{_texmfdistdir}/source/latex/rubik/rubikcube.ins
%doc %{_texmfdistdir}/source/latex/rubik/rubikrotation.dtx
%doc %{_texmfdistdir}/source/latex/rubik/rubikrotation.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/rubik/rubikrotation.pl rubikrotation
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: b7623c2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21270 |14mr|texlive-ruhyphen-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21081
# category Package
# catalog-ctan /language/hyphenation/ruhyphen
# catalog-date 2007-01-14 10:43:12 +0100
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-ruhyphen
Version:	1.6
Release:	3
Summary:	Russian hyphenation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/ruhyphen
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ruhyphen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ruhyphen.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of Russian hyphenation patterns supporting a
number of Cyrillic font encodings, including T2, UCY (Omega
Unicode Cyrillic), LCY, LWN (OT2), and koi8-r.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/ruhyphen/catkoi.tex
%{_texmfdistdir}/tex/generic/ruhyphen/cyryoal.tex
%{_texmfdistdir}/tex/generic/ruhyphen/cyryoas.tex
%{_texmfdistdir}/tex/generic/ruhyphen/cyryoct.tex
%{_texmfdistdir}/tex/generic/ruhyphen/cyryodv.tex
%{_texmfdistdir}/tex/generic/ruhyphen/cyryomg.tex
%{_texmfdistdir}/tex/generic/ruhyphen/cyryovl.tex
%{_texmfdistdir}/tex/generic/ruhyphen/cyryozn.tex
%{_texmfdistdir}/tex/generic/ruhyphen/enrhm2.tex
%{_texmfdistdir}/tex/generic/ruhyphen/hypht2.tex
%{_texmfdistdir}/tex/generic/ruhyphen/koi2koi.tex
%{_texmfdistdir}/tex/generic/ruhyphen/koi2lcy.tex
%{_texmfdistdir}/tex/generic/ruhyphen/koi2ot2.tex
%{_texmfdistdir}/tex/generic/ruhyphen/koi2t2a.tex
%{_texmfdistdir}/tex/generic/ruhyphen/koi2ucy.tex
%{_texmfdistdir}/tex/generic/ruhyphen/ruenhyph.tex
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphal.tex
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphas.tex
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphct.tex
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphdv.tex
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphen.tex
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphmg.tex
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphvl.tex
%{_texmfdistdir}/tex/generic/ruhyphen/ruhyphzn.tex
#- source
%doc %{_texmfdistdir}/source/generic/ruhyphen/BUGS
%doc %{_texmfdistdir}/source/generic/ruhyphen/Makefile
%doc %{_texmfdistdir}/source/generic/ruhyphen/README
%doc %{_texmfdistdir}/source/generic/ruhyphen/README.ruhyphal
%doc %{_texmfdistdir}/source/generic/ruhyphen/hyphen.rules
%doc %{_texmfdistdir}/source/generic/ruhyphen/mkcyryo
%doc %{_texmfdistdir}/source/generic/ruhyphen/reduce-patt
%doc %{_texmfdistdir}/source/generic/ruhyphen/sorthyph
%doc %{_texmfdistdir}/source/generic/ruhyphen/sortkoi8
%doc %{_texmfdistdir}/source/generic/ruhyphen/trans

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: a8d52d1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21271 |14mr|texlive-rulercompass-1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32392
# category Package
# catalog-ctan /graphics/pgf/contrib/rulercompass
# catalog-date 2013-12-11 23:41:59 +0100
# catalog-license lppl1.3
# catalog-version 1
Name:		texlive-rulercompass
Version:	1
Release:	2
Summary:	A TikZ library for straight-edge and compass diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/rulercompass
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rulercompass.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rulercompass.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rulercompass.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines some commands and styles to support drawing
straight-edge and compass diagrams with TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rulercompass/tikzlibraryrulercompass.code.tex
%doc %{_texmfdistdir}/doc/latex/rulercompass/README.txt
%doc %{_texmfdistdir}/doc/latex/rulercompass/rulercompass.pdf
%doc %{_texmfdistdir}/doc/latex/rulercompass/rulercompass_doc.pdf
%doc %{_texmfdistdir}/doc/latex/rulercompass/rulercompass_doc.tex
#- source
%doc %{_texmfdistdir}/source/latex/rulercompass/rulercompass.dtx
%doc %{_texmfdistdir}/source/latex/rulercompass/rulercompass.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-2
+ Revision: 5dae2d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21272 |14mr|texlive-r_und_s-1.3i-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/r_und_s
# catalog-date 2008-08-24 22:21:06 +0200
# catalog-license other-free
# catalog-version 1.3i
Name:		texlive-r_und_s
Version:	1.3i
Release:	3
Summary:	Chemical hazard codes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/r_und_s
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/r_und_s.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/r_und_s.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The r_und_s package decodes the german 'R- und S-Satze', which
are numerically coded security advice for chemical substances
into plain text. This is, e.g., used to compose security sheets
or lab protocols and especially useful for students of
chemistry. There are four packages, giving texts in German,
English, French and Dutch.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/r_und_s/eng_rs.sty
%{_texmfdistdir}/tex/latex/r_und_s/eng_rs.tex
%{_texmfdistdir}/tex/latex/r_und_s/fr_rs.sty
%{_texmfdistdir}/tex/latex/r_und_s/fr_rs.tex
%{_texmfdistdir}/tex/latex/r_und_s/nl_rs.sty
%{_texmfdistdir}/tex/latex/r_und_s/nl_rs.tex
%{_texmfdistdir}/tex/latex/r_und_s/r_und_s.sty
%{_texmfdistdir}/tex/latex/r_und_s/r_und_s.tex
%doc %{_texmfdistdir}/doc/latex/r_und_s/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3i-3
+ Revision: f599366
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21273 |14mr|texlive-russ-20120125-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25209
# category Package
# catalog-ctan /macros/latex/contrib/russ
# catalog-date 2012-01-25 23:56:43 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-russ
Version:	20120125
Release:	2
Summary:	LaTeX in Russian, without babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/russ
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/russ.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/russ.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package aims to facilitate Russian typesetting (based on
input using MicroSoft Code Page 1251). Russian hyphenation is
selected, and various mathematical commands are set up in
Russian style. Furthermore all Cyrillic letters' catcodes are
set to "letter", so that commands with Cyrillic letters in
their names may be defined.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/russ/russ.sty
%doc %{_texmfdistdir}/doc/latex/russ/README
%doc %{_texmfdistdir}/doc/latex/russ/readme.RU.txt
%doc %{_texmfdistdir}/doc/latex/russ/russ_doc.pdf
%doc %{_texmfdistdir}/doc/latex/russ/russ_doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120125-2
+ Revision: 9cade87
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21274 |14mr|texlive-rviewport-v1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23739
# category Package
# catalog-ctan /macros/latex/contrib/rviewport
# catalog-date 2011-08-28 17:37:31 +0200
# catalog-license lppl
# catalog-version v1.0
Name:		texlive-rviewport
Version:	v1.0
Release:	3
Summary:	Relative Viewport for Graphics Inclusion
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rviewport
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rviewport.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rviewport.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rviewport.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Package graphicx provides a useful keyword viewport which
allows to show just a part of an image. However, one needs to
put there the actual coordinates of the viewport window.
Sometimes it is useful to have relative coordinates as
fractions of natural size. For example, one may want to print a
large image on a spread, putting a half on a verso page, and
another half on the next recto page. For this one would need a
viewport occupying exactly one half of the file's bounding box,
whatever the actual width of the image may be. This package
adds a new keyword rviewport to the graphicx package
specifiying Relative Viewport for graphics inclusion: a window
defined by the given fractions of the natural width and height
of the image.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rviewport/rviewport.sty
%doc %{_texmfdistdir}/doc/latex/rviewport/Makefile
%doc %{_texmfdistdir}/doc/latex/rviewport/README
%doc %{_texmfdistdir}/doc/latex/rviewport/rviewport.pdf
%doc %{_texmfdistdir}/doc/latex/rviewport/vitruvian.jpg
#- source
%doc %{_texmfdistdir}/source/latex/rviewport/rviewport.dtx
%doc %{_texmfdistdir}/source/latex/rviewport/rviewport.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.0-3
+ Revision: 6020e5f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21275 |14mr|texlive-rvwrite-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19614
# category Package
# catalog-ctan /macros/latex/contrib/rvwrite
# catalog-date 2010-08-31 12:08:50 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-rvwrite
Version:	1.2
Release:	3
Summary:	Increase the number of available output streams in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rvwrite
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rvwrite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rvwrite.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package addresses, for LaTeX documents, the severe
limitation on the number of output streams that TeX provides.
The package uses a single TeX output stream, and writes
"marked-up" output to this stream. The user may then post-
process the marked-up output file, using LaTeX, and the
document's output appears as separate files, according to the
calls made to the package. The output to be post-processed uses
macros from the widely-available ProTeX package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rvwrite/rvwrite.sty
%doc %{_texmfdistdir}/doc/latex/rvwrite/Makefile
%doc %{_texmfdistdir}/doc/latex/rvwrite/README
%doc %{_texmfdistdir}/doc/latex/rvwrite/rvwrite-doc.pdf
%doc %{_texmfdistdir}/doc/latex/rvwrite/rvwrite-doc.tex
%doc %{_texmfdistdir}/doc/latex/rvwrite/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 7cc4d4e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21276 |14mr|texlive-ryethesis-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21316
# category Package
# catalog-ctan /macros/latex/contrib/ryethesis
# catalog-date 2011-02-05 10:59:30 +0100
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-ryethesis
Version:	1.3
Release:	3
Summary:	Class for Ryerson Unversity Graduate School requirements
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ryethesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ryethesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ryethesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ryethesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
The class offers support for formatting a thesis, dissertation
or project according to Ryerson University's School of Graduate
Studies thesis formatting regulations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ryethesis/ryethesis.cls
%doc %{_texmfdistdir}/doc/latex/ryethesis/Makefile
%doc %{_texmfdistdir}/doc/latex/ryethesis/README
%doc %{_texmfdistdir}/doc/latex/ryethesis/figure1.pdf
%doc %{_texmfdistdir}/doc/latex/ryethesis/ryesample.bib
%doc %{_texmfdistdir}/doc/latex/ryethesis/ryesample.pdf
%doc %{_texmfdistdir}/doc/latex/ryethesis/ryesample.tex
%doc %{_texmfdistdir}/doc/latex/ryethesis/ryethesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ryethesis/ryethesis.dtx
%doc %{_texmfdistdir}/source/latex/ryethesis/ryethesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: b9f8497
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21277 |14mr|texlive-sageep-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sageep
# catalog-date 2009-01-23 11:09:06 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-sageep
Version:	1.0
Release:	3
Summary:	Format papers for the annual meeting of EEGS
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sageep
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sageep.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sageep.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sageep.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides formatting for papers for the annual meeting
of the Environmental and Engineering Geophysical Society (EEGS)
("Application of Geophysics to Engineering and Environmental
Problems", known as SAGEEP).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/sageep/sageep.bst
%{_texmfdistdir}/tex/latex/sageep/sageep.cls
%doc %{_texmfdistdir}/doc/latex/sageep/README
%doc %{_texmfdistdir}/doc/latex/sageep/sageep.bib
%doc %{_texmfdistdir}/doc/latex/sageep/sageep.pdf
%doc %{_texmfdistdir}/doc/latex/sageep/sageep_graphic2009.jpg
%doc %{_texmfdistdir}/doc/latex/sageep/sample.pdf
%doc %{_texmfdistdir}/doc/latex/sageep/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/sageep/Makefile
%doc %{_texmfdistdir}/source/latex/sageep/sageep.dtx
%doc %{_texmfdistdir}/source/latex/sageep/sageep.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 785ae20
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21278 |14mr|texlive-sanskrit-20070114-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/sanskrit
# catalog-date 2007-01-14 10:43:12 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-sanskrit
Version:	20070114
Release:	3
Summary:	Sanskrit support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/sanskrit
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sanskrit.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sanskrit.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sanskrit.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A font and pre-processor suitable for the production of
documents written in Sanskrit. Type 1 versions of the fonts are
available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/sanskrit/skt.map
%{_texmfdistdir}/fonts/source/public/sanskrit/skt10.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/skt8.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/skt9.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/sktb10.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/sktbs10.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/sktchars.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/sktdefs.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/sktf10.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/sktfs10.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/sktligs.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/skts10.mf
%{_texmfdistdir}/fonts/tfm/public/sanskrit/skt10.tfm
%{_texmfdistdir}/fonts/tfm/public/sanskrit/skt8.tfm
%{_texmfdistdir}/fonts/tfm/public/sanskrit/skt9.tfm
%{_texmfdistdir}/fonts/tfm/public/sanskrit/sktb10.tfm
%{_texmfdistdir}/fonts/tfm/public/sanskrit/sktbs10.tfm
%{_texmfdistdir}/fonts/tfm/public/sanskrit/sktf10.tfm
%{_texmfdistdir}/fonts/tfm/public/sanskrit/sktfs10.tfm
%{_texmfdistdir}/fonts/tfm/public/sanskrit/skts10.tfm
%{_texmfdistdir}/fonts/type1/public/sanskrit/skt10.pfb
%{_texmfdistdir}/fonts/type1/public/sanskrit/skt8.pfb
%{_texmfdistdir}/fonts/type1/public/sanskrit/skt9.pfb
%{_texmfdistdir}/fonts/type1/public/sanskrit/sktb10.pfb
%{_texmfdistdir}/fonts/type1/public/sanskrit/sktbs10.pfb
%{_texmfdistdir}/fonts/type1/public/sanskrit/sktf10.pfb
%{_texmfdistdir}/fonts/type1/public/sanskrit/sktfs10.pfb
%{_texmfdistdir}/fonts/type1/public/sanskrit/skts10.pfb
%{_texmfdistdir}/tex/latex/sanskrit/ot1skt.fd
%{_texmfdistdir}/tex/latex/sanskrit/skt.sty
%doc %{_texmfdistdir}/doc/latex/sanskrit/readme.txt
%doc %{_texmfdistdir}/doc/latex/sanskrit/sktdoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sanskrit/skt.c
%doc %{_texmfdistdir}/source/latex/sanskrit/sktdoc.skt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070114-3
+ Revision: 1e23389
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21279 |14mr|texlive-sansmath-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17997
# category Package
# catalog-ctan /macros/latex/contrib/sansmath
# catalog-date 2010-04-29 07:59:03 +0200
# catalog-license pd
# catalog-version 1.1
Name:		texlive-sansmath
Version:	1.1
Release:	3
Summary:	Maths in a sans font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sansmath
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sansmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sansmath.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a new math version sans, and a command
\sansmath that behaves somewhat like \boldmath.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sansmath/sansmath.sty
%doc %{_texmfdistdir}/doc/latex/sansmath/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/sansmath/sansmath.pdf
%doc %{_texmfdistdir}/doc/latex/sansmath/sansmath.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: a3b5f0b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21280 |14mr|texlive-sansmathaccent-20120429-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26200
# category Package
# catalog-ctan /fonts/sansmathaccent
# catalog-date 2012-04-29 00:06:22 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-sansmathaccent
Version:	20120429
Release:	3
Summary:	Correct placement of accents in sans-serif maths
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/sansmathaccent
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sansmathaccent.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sansmathaccent.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Sans serif maths (produced by the beamer class or the sfmath
package) often has accents positioned incorrectly. The package
fixes the positioning of such accents when the default font
(cmssi) is used for sans serif maths.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/sansmathaccent/sansmathaccent.map
%{_texmfdistdir}/fonts/tfm/public/sansmathaccent/mathkerncmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/sansmathaccent/mathkerncmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/sansmathaccent/mathkerncmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/sansmathaccent/mathkerncmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/sansmathaccent/mathkerncmssi9.tfm
%{_texmfdistdir}/tex/latex/sansmathaccent/ot1mathkerncmss.fd
%{_texmfdistdir}/tex/latex/sansmathaccent/sansmathaccent.sty
%doc %{_texmfdistdir}/doc/fonts/sansmathaccent/README
%doc %{_texmfdistdir}/doc/fonts/sansmathaccent/sansmathaccent.pdf
%doc %{_texmfdistdir}/doc/fonts/sansmathaccent/sansmathaccent.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120429-3
+ Revision: dfd98dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21281 |14mr|texlive-sapthesis-3.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25593
# category Package
# catalog-ctan /macros/latex/contrib/sapthesis
# catalog-date 2012-03-09 11:37:27 +0100
# catalog-license lppl1.3
# catalog-version 3.1.1
Name:		texlive-sapthesis
Version:	3.1.1
Release:	2
Summary:	Typeset theses for Sapienza-University, Rome
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sapthesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sapthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sapthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class will typeset Ph.D., Master, and Bachelor theses that
adhere to the publishing guidelines of the Sapienza-University
of Rome.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/sapthesis/sapthesis.bst
%{_texmfdistdir}/tex/latex/sapthesis/sapienza-MLblack-pos.pdf
%{_texmfdistdir}/tex/latex/sapthesis/sapienza-MLred-pos.pdf
%{_texmfdistdir}/tex/latex/sapthesis/sapthesis.cls
%doc %{_texmfdistdir}/doc/latex/sapthesis/README
%doc %{_texmfdistdir}/doc/latex/sapthesis/sapthesis-doc.pdf
%doc %{_texmfdistdir}/doc/latex/sapthesis/sapthesis-doc.tex
%doc %{_texmfdistdir}/doc/latex/sapthesis/sapthesis-example.pdf
%doc %{_texmfdistdir}/doc/latex/sapthesis/sapthesis-example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1.1-2
+ Revision: 0543d3f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21282 |14mr|texlive-sasnrdisplay-0.91-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25751
# category Package
# catalog-ctan /macros/latex/contrib/sasnrdisplay
# catalog-date 2012-03-27 17:23:43 +0200
# catalog-license lppl1.3
# catalog-version 0.91
Name:		texlive-sasnrdisplay
Version:	0.91
Release:	2
Summary:	Typeset SAS or R code or output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sasnrdisplay
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sasnrdisplay.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sasnrdisplay.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The SASnRdisplay package serves as a front-end to the listings,
which permits statisticians and others to import source code,
and the results of their calculations or simulations into LaTeX
projects. The package is also capable of overloading the Sweave
and SASweave packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sasnrdisplay/SASnRdisplay.cfg
%{_texmfdistdir}/tex/latex/sasnrdisplay/SASnRdisplay.sty
%doc %{_texmfdistdir}/doc/latex/sasnrdisplay/README
%doc %{_texmfdistdir}/doc/latex/sasnrdisplay/SASnRdisplay.pdf
%doc %{_texmfdistdir}/doc/latex/sasnrdisplay/SASnRdisplay.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.91-2
+ Revision: e746296
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21283 |14mr|texlive-sa-tikz-0.7a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32815
# category Package
# catalog-ctan /graphics/pgf/contrib/sa-tikz
# catalog-date 2014-01-29 19:47:58 +0100
# catalog-license lppl1.3
# catalog-version 0.7a
Name:		texlive-sa-tikz
Version:	0.7a
Release:	2
Summary:	TikZ library to draw switching architectures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/sa-tikz
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sa-tikz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sa-tikz.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a library that offers an easy way to draw
switching architectures and to customize their aspect.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sa-tikz/sa-tikz.sty
%{_texmfdistdir}/tex/latex/sa-tikz/tikzlibraryswitching-architectures.code.tex
%doc %{_texmfdistdir}/doc/latex/sa-tikz/README
%doc %{_texmfdistdir}/doc/latex/sa-tikz/pgfmanual-en-macros.tex
%doc %{_texmfdistdir}/doc/latex/sa-tikz/sa-tikz-doc.pdf
%doc %{_texmfdistdir}/doc/latex/sa-tikz/sa-tikz-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7a-2
+ Revision: 4d08c2f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21284 |14mr|texlive-sauerj-20070115-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sauerj
# catalog-date 2007-01-15 20:25:47 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-sauerj
Version:	20070115
Release:	3
Summary:	A bundle of utilities by Jonathan Sauer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sauerj
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sauerj.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sauerj.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sauerj.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle consists of: a tool for collecting text for later
re-use, a tool for typesetting the "meta-information" within a
text, a tool for use in constructing macros with multiple
optional parameters, a package for multiple column parallel
texts, a tool for processing key-value structured lists, and
macros for typesetting a number as a German-language string.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sauerj/collect.sty
%{_texmfdistdir}/tex/latex/sauerj/metainfo.sty
%{_texmfdistdir}/tex/latex/sauerj/optparams.sty
%{_texmfdistdir}/tex/latex/sauerj/parcolumns.sty
%{_texmfdistdir}/tex/latex/sauerj/processkv.sty
%{_texmfdistdir}/tex/latex/sauerj/zahl2string.sty
%doc %{_texmfdistdir}/doc/latex/sauerj/README
%doc %{_texmfdistdir}/doc/latex/sauerj/collect.pdf
%doc %{_texmfdistdir}/doc/latex/sauerj/metainfo.pdf
%doc %{_texmfdistdir}/doc/latex/sauerj/optparams.pdf
%doc %{_texmfdistdir}/doc/latex/sauerj/parcolumns.pdf
%doc %{_texmfdistdir}/doc/latex/sauerj/processkv.pdf
%doc %{_texmfdistdir}/doc/latex/sauerj/zahl2string.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sauerj/collect.dtx
%doc %{_texmfdistdir}/source/latex/sauerj/collect.ins
%doc %{_texmfdistdir}/source/latex/sauerj/metainfo.dtx
%doc %{_texmfdistdir}/source/latex/sauerj/metainfo.ins
%doc %{_texmfdistdir}/source/latex/sauerj/optparams.dtx
%doc %{_texmfdistdir}/source/latex/sauerj/optparams.ins
%doc %{_texmfdistdir}/source/latex/sauerj/parcolumns.dtx
%doc %{_texmfdistdir}/source/latex/sauerj/parcolumns.ins
%doc %{_texmfdistdir}/source/latex/sauerj/processkv.dtx
%doc %{_texmfdistdir}/source/latex/sauerj/processkv.ins
%doc %{_texmfdistdir}/source/latex/sauerj/zahl2string.dtx
%doc %{_texmfdistdir}/source/latex/sauerj/zahl2string.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070115-3
+ Revision: 70e60a3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21285 |14mr|texlive-sauter-2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan /fonts/cm/sauter
# catalog-date 2008-12-30 21:17:11 +0100
# catalog-license gpl
# catalog-version 2.4
Name:		texlive-sauter
Version:	2.4
Release:	3
Summary:	Wide range of design sizes for CM fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cm/sauter
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sauter.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Extensions, originally to the CM fonts, providing a
parameterization scheme to build MetaFont fonts at true design
sizes, for a large range of sizes. The scheme has now been
extended to a range of other fonts, including the AMS fonts,
bbm, bbold, rsfs and wasy fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/sauter/b-cmb.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmbsy.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmbx.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmbxsl.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmbxti.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmcsc.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmdunh.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmex.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmff.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmfi.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmfib.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cminch.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmitt.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmmi.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmmib.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmr.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmsl.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmsltt.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmss.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmssbx.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmssdc.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmssi.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmssq.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmssqi.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmssxi.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmsy.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmtcsc.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmtex.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmti.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmtt.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmu.mf
%{_texmfdistdir}/fonts/source/public/sauter/b-cmvtt.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-bmath.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmbx.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmex.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmff.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmmi.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmr.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmss.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmssbx.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmssq.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmsy.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmti.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-cmtt.mf
%{_texmfdistdir}/fonts/source/public/sauter/c-sigma.mf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-3
+ Revision: cf415c8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21286 |14mr|texlive-sauterfonts-20070114-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sauterfonts
# catalog-date 2007-01-14 10:43:12 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-sauterfonts
Version:	20070114
Release:	3
Summary:	Use sauter fonts in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sauterfonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sauterfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sauterfonts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sauterfonts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package providing font definition files (plus a replacement
for the package exscale) to access many of the fonts in
Sauter's collection. These fonts are available in all point
sizes and look nicer for such "intermediate" document sizes as
11pt. Also included is the package sbbm, an alternative to
access the bbm fonts, a nice collection of blackboard bold
symbols.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sauterfonts/sbbm.sty
%{_texmfdistdir}/tex/latex/sauterfonts/sexscale.sty
%{_texmfdistdir}/tex/latex/sauterfonts/somlcmm.fd
%{_texmfdistdir}/tex/latex/sauterfonts/somlcmr.fd
%{_texmfdistdir}/tex/latex/sauterfonts/somscmr.fd
%{_texmfdistdir}/tex/latex/sauterfonts/somscmsy.fd
%{_texmfdistdir}/tex/latex/sauterfonts/somxcmex.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sot1cmdh.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sot1cmfib.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sot1cmfr.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sot1cmr.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sot1cmss.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sot1cmtt.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sot1cmvtt.fd
%{_texmfdistdir}/tex/latex/sauterfonts/subbm.fd
%{_texmfdistdir}/tex/latex/sauterfonts/subbmdh.fd
%{_texmfdistdir}/tex/latex/sauterfonts/subbmfib.fd
%{_texmfdistdir}/tex/latex/sauterfonts/subbmss.fd
%{_texmfdistdir}/tex/latex/sauterfonts/subbmtt.fd
%{_texmfdistdir}/tex/latex/sauterfonts/subbmvtt.fd
%{_texmfdistdir}/tex/latex/sauterfonts/subbold.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sucmr.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sucmss.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sucmtt.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sulasy.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sumsa.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sumsb.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sursfs.fd
%{_texmfdistdir}/tex/latex/sauterfonts/sustmry.fd
%{_texmfdistdir}/tex/latex/sauterfonts/suwasy.fd
%doc %{_texmfdistdir}/doc/latex/sauterfonts/README
#- source
%doc %{_texmfdistdir}/source/latex/sauterfonts/sauterfonts.fdd
%doc %{_texmfdistdir}/source/latex/sauterfonts/sauterfonts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070114-3
+ Revision: 96bdb5b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21287 |14mr|texlive-savefnmark-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/savefnmark
# catalog-date 2007-01-14 15:20:52 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-savefnmark
Version:	1.0
Release:	3
Summary:	Save name of the footnote mark for reuse
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/savefnmark
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/savefnmark.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/savefnmark.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/savefnmark.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Sometimes the same footnote applies to more than one location
in a table. With this package the mark of a footnote can be
saved into a name, and re-used subsequently without creating
another footnote at the bottom.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/savefnmark/savefnmark.sty
%doc %{_texmfdistdir}/doc/latex/savefnmark/savefnmark.pdf
#- source
%doc %{_texmfdistdir}/source/latex/savefnmark/savefnmark.drv
%doc %{_texmfdistdir}/source/latex/savefnmark/savefnmark.dtx
%doc %{_texmfdistdir}/source/latex/savefnmark/savefnmark.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 41cfcab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21288 |14mr|texlive-savesym-1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31565
# category Package
# catalog-ctan /macros/latex/contrib/savesym/savesym.sty
# catalog-date 2013-09-02 18:12:33 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-savesym
Version:	1.2
Release:	6
Summary:	Redefine symbols where names conflict
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/savesym/savesym.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/savesym.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
There are a number of symbols (e.g., \Square) that are defined
by several packages. In order to typeset all the variants in a
document, we have to give the glyph a unique name. To do that,
we define \savesymbol{XXX}, which renames a symbol from \XXX to
\origXXX, and \restoresymbols{yyy}{XXX}, which renames \origXXX
back to \XXX and defines a new command, \yyyXXX, which
corresponds to the most recently loaded version of \XXX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/savesym/savesym.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-6
+ Revision: 3850c1b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21289 |14mr|texlive-savetrees-2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29841
# category Package
# catalog-ctan /macros/latex/contrib/savetrees
# catalog-date 2013-04-10 07:27:56 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-savetrees
Version:	2.1
Release:	6
Summary:	Pack as much as possible onto each page of a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/savetrees
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/savetrees.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/savetrees.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/savetrees.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The goal of the savetrees package is to pack as much text as
possible onto each page of a LaTeX document. Admittedly, this
makes the document far less attractive. Nevertheless, savetrees
is a simple way to save paper when printing draft copies of a
document. It can also be useful when trying to meet a tight
page-length requirement for a conference or journal submission.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/savetrees/savetrees.bst
%{_texmfdistdir}/tex/latex/savetrees/savetrees.sty
%doc %{_texmfdistdir}/doc/latex/savetrees/README
%doc %{_texmfdistdir}/doc/latex/savetrees/savetrees.pdf
%doc %{_texmfdistdir}/doc/latex/savetrees/st-sample2e.pdf
#- source
%doc %{_texmfdistdir}/source/latex/savetrees/savetrees.dtx
%doc %{_texmfdistdir}/source/latex/savetrees/savetrees.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-6
+ Revision: b465191
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21290 |14mr|texlive-scale-1.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/scale
# catalog-date 2006-11-06 12:20:58 +0100
# catalog-license gpl
# catalog-version 1.1.2
Name:		texlive-scale
Version:	1.1.2
Release:	3
Summary:	Scale document by sqrt(2) or magstep(2)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/scale
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scale.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scale.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scale.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package to scale a document by sqrt(2) (or by \magstep{2}).
This is useful if you are preparing a document on, for example,
A5 paper and want to print on A4 paper to achieve a better
resolution.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/scale/scale.sty
%doc %{_texmfdistdir}/doc/latex/scale/COPYING
%doc %{_texmfdistdir}/doc/latex/scale/README
#- source
%doc %{_texmfdistdir}/source/latex/scale/scale.dtx
%doc %{_texmfdistdir}/source/latex/scale/scale.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.2-3
+ Revision: 8838ab6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21291 |14mr|texlive-scalebar-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/scalebar
# catalog-date 2006-11-06 13:28:58 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-scalebar
Version:	1.0
Release:	3
Summary:	Create scalebars for maps, diagrams or photos
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/scalebar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scalebar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scalebar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scalebar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a small package to create scalebars for maps, diagrams
or photos. It was designed for use with cave maps but can be
used for anything from showing a scalebar in kilometers for
topographic maps to a scalebar in micrometers for an electron
microscope image.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/scalebar/scalebar.sty
%doc %{_texmfdistdir}/doc/latex/scalebar/README
%doc %{_texmfdistdir}/doc/latex/scalebar/scalebar_examples.pdf
%doc %{_texmfdistdir}/doc/latex/scalebar/scalebar_examples.tex
#- source
%doc %{_texmfdistdir}/source/latex/scalebar/scalebar.dtx
%doc %{_texmfdistdir}/source/latex/scalebar/scalebar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 136a2c1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21292 |14mr|texlive-scalerel-1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33145
# category Package
# catalog-ctan /macros/latex/contrib/scalerel
# catalog-date 2014-03-10 14:38:12 +0100
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-scalerel
Version:	1.6
Release:	2
Summary:	Constrained scaling and stretching of objects
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/scalerel
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scalerel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scalerel.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides four commands for vertically scaling and
stretching objects. Its primary function is the ability to
scale/stretch and shift one object to conform to the size of a
specified second object. This feature can be useful in both
equations and schematic diagrams. Additionally, the scaling and
stretching commands offer constraints on maximum width and/or
minimum aspect ratio, which are often used to preserve
legibility or for the sake of general appearance.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/scalerel/scalerel.sty
%doc %{_texmfdistdir}/doc/latex/scalerel/README
%doc %{_texmfdistdir}/doc/latex/scalerel/scalerel.pdf
%doc %{_texmfdistdir}/doc/latex/scalerel/scalerel.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-2
+ Revision: 2e53644
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21293 |14mr|texlive-scanpages-1.01-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32673
# category Package
# catalog-ctan /macros/latex/contrib/scanpages
# catalog-date 2014-01-11 00:28:51 +0100
# catalog-license lppl1.3
# catalog-version 1.01
Name:		texlive-scanpages
Version:	1.01
Release:	2
Summary:	Support importing and embellishing scanned documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/scanpages
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scanpages.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scanpages.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides support for the process of creating
documents based on pre-TeX-era material that is available as
scanned pages, only.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/scanpages/scanpages.sty
%doc %{_texmfdistdir}/doc/latex/scanpages/README
%doc %{_texmfdistdir}/doc/latex/scanpages/replicate.plist
%doc %{_texmfdistdir}/doc/latex/scanpages/replicate.py
%doc %{_texmfdistdir}/doc/latex/scanpages/scanpages-doc.pdf
%doc %{_texmfdistdir}/doc/latex/scanpages/scanpages-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-2
+ Revision: 920e6d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21294 |14mr|texlive-schemabloc-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pgf/contrib/schemabloc
# catalog-date 2009-01-23 11:09:06 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-schemabloc
Version:	1.5
Release:	3
Summary:	Draw block diagrams, using Tikz
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/schemabloc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schemabloc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schemabloc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a set of macros for constructing block
diagrams, using TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/schemabloc/schemabloc.sty
%doc %{_texmfdistdir}/doc/latex/schemabloc/README
%doc %{_texmfdistdir}/doc/latex/schemabloc/schemabloc.pdf
%doc %{_texmfdistdir}/doc/latex/schemabloc/schemabloc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: 6187448
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21295 |14mr|texlive-schemata-0.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31743
# category Package
# catalog-ctan /macros/generic/schemata
# catalog-date 2013-09-24 17:34:21 +0200
# catalog-license lppl1.3
# catalog-version 0.7
Name:		texlive-schemata
Version:	0.7
Release:	6
Summary:	Print topical diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/schemata
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schemata.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schemata.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schemata.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package facilitates the creation of topical schemata,
outlines that use braces (or facsimiles thereof) to illustrate
the breakdown of concepts and categories in Scholastic thought
from late medieval and early modern periods.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/schemata/schemata.sty
%doc %{_texmfdistdir}/doc/generic/schemata/Makefile
%doc %{_texmfdistdir}/doc/generic/schemata/README
%doc %{_texmfdistdir}/doc/generic/schemata/schemata.pdf
#- source
%doc %{_texmfdistdir}/source/generic/schemata/schemata.dtx
%doc %{_texmfdistdir}/source/generic/schemata/schemata.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-6
+ Revision: ebc8d39
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21296 |14mr|texlive-scheme-20111101-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		texlive-scheme
Version:	20111101
Release:	6
Summary:	TeXLive schemes
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-basic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-context.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-full.tar.xz
Source3:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-gust.tar.xz
Source4:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-medium.tar.xz
Source5:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-minimal.tar.xz
Source6:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-tetex.tar.xz
Source7:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-xml.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
BuildArch:	noarch

%description
TeXLive schemes.

#-----------------------------------------------------------------------
# revision 17228
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	basic
Summary:	basic scheme (plain and LaTeX)
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-latex

%description	basic
This is the basic TeX Live scheme: it is a small set of files
sufficient to typeset plain TeX or LaTeX documents in
PostScript or PDF, using the Computer Modern fonts.  This
scheme corresponds to collection-basic and collection-latex.

%files		basic

#-----------------------------------------------------------------------
# revision 23157
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	context
Summary:	ConTeXt scheme
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-context
Requires:	texlive-collection-metapost
Requires:	texlive-tex-gyre
Requires:	texlive-antt
Requires:	texlive-iwona
Requires:	texlive-kurier
Requires:	texlive-poltawski
Requires:	texlive-txfonts
Requires:	texlive-pxfonts
Requires:	texlive-eulervm
Requires:	texlive-marvosym
Requires:	texlive-wasy
Requires:	texlive-ly1
Requires(post):	texlive-context.bin

%description	context
This is the TeX Live scheme for installing ConTeXt.

%post		context
    %{_sbindir}/texlive.post

%postun		context
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

%files		context

#-----------------------------------------------------------------------
# revision 21417
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	full
Summary:	full scheme (everything)
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-bibtexextra
Requires:	texlive-collection-binextra
Requires:	texlive-collection-context
Requires:	texlive-collection-documentation-arabic
Requires:	texlive-collection-documentation-base
Requires:	texlive-collection-documentation-bulgarian
Requires:	texlive-collection-documentation-chinese
Requires:	texlive-collection-documentation-czechslovak
Requires:	texlive-collection-documentation-dutch
Requires:	texlive-collection-documentation-english
Requires:	texlive-collection-documentation-finnish
Requires:	texlive-collection-documentation-french
Requires:	texlive-collection-documentation-german
Requires:	texlive-collection-documentation-italian
Requires:	texlive-collection-documentation-japanese
Requires:	texlive-collection-documentation-korean
Requires:	texlive-collection-documentation-mongolian
Requires:	texlive-collection-documentation-polish
Requires:	texlive-collection-documentation-portuguese
Requires:	texlive-collection-documentation-russian
Requires:	texlive-collection-documentation-serbian
Requires:	texlive-collection-documentation-slovenian
Requires:	texlive-collection-documentation-spanish
Requires:	texlive-collection-documentation-thai
Requires:	texlive-collection-documentation-turkish
Requires:	texlive-collection-documentation-ukrainian
Requires:	texlive-collection-documentation-vietnamese
Requires:	texlive-collection-fontsextra
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-formatsextra
Requires:	texlive-collection-games
Requires:	texlive-collection-genericextra
Requires:	texlive-collection-genericrecommended
Requires:	texlive-collection-htmlxml
Requires:	texlive-collection-humanities
Requires:	texlive-collection-langafrican
Requires:	texlive-collection-langarabic
Requires:	texlive-collection-langarmenian
Requires:	texlive-collection-langcjk
Requires:	texlive-collection-langcroatian
Requires:	texlive-collection-langcyrillic
Requires:	texlive-collection-langczechslovak
Requires:	texlive-collection-langdanish
Requires:	texlive-collection-langdutch
Requires:	texlive-collection-langfinnish
Requires:	texlive-collection-langfrench
Requires:	texlive-collection-langgerman
Requires:	texlive-collection-langgreek
Requires:	texlive-collection-langhebrew
Requires:	texlive-collection-langhungarian
Requires:	texlive-collection-langindic
Requires:	texlive-collection-langitalian
Requires:	texlive-collection-langlatin
Requires:	texlive-collection-langlatvian
Requires:	texlive-collection-langlithuanian
Requires:	texlive-collection-langmongolian
Requires:	texlive-collection-langnorwegian
Requires:	texlive-collection-langother
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-langportuguese
Requires:	texlive-collection-langspanish
Requires:	texlive-collection-langswedish
Requires:	texlive-collection-langtibetan
Requires:	texlive-collection-langturkmen
Requires:	texlive-collection-langenglish
Requires:	texlive-collection-langvietnamese
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexextra
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-luatex
Requires:	texlive-collection-mathextra
Requires:	texlive-collection-metapost
Requires:	texlive-collection-music
Requires:	texlive-collection-omega
Requires:	texlive-collection-pictures
Requires:	texlive-collection-plainextra
Requires:	texlive-collection-pstricks
Requires:	texlive-collection-publishers
Requires:	texlive-collection-science
Requires:	texlive-collection-texinfo
Requires:	texlive-collection-xetex

%description	full
This is the full TeX Live scheme: it installs everything
available.

%files		full

#-----------------------------------------------------------------------
# revision 21479
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	gust
Summary:        GUST TeX Live scheme
Requires(pre):	texlive-tlpkg
Requires:	texlive-FAQ-en
Requires:	texlive-Type1fonts
Requires:	texlive-amslatex-primer
Requires:	texlive-amstex
Requires:	texlive-antt
Requires:	texlive-bibtex8
Requires:	texlive-comment
Requires:	texlive-comprehensive
Requires:	texlive-concrete
Requires:	texlive-cyklop
Requires:	texlive-dvidvi
Requires:	texlive-dviljk
Requires:	texlive-gustprog
Requires:	texlive-impatient
Requires:	texlive-iwona
Requires:	texlive-metafont-beginners
Requires:	texlive-metapost-examples
Requires:	texlive-poltawski
Requires:	texlive-pstricks-tutorial
Requires:	texlive-seetexk
Requires:	texlive-seminar
Requires:	texlive-tds
Requires:	texlive-tex4ht
Requires:	texlive-texdoc
Requires:	texlive-collection-basic
Requires:	texlive-collection-context
Requires:	texlive-collection-documentation-polish
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-genericrecommended
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-metapost
Requires:	texlive-collection-xetex

%description	gust
This is the GUST TeX Live scheme: it is a set of files
sufficient to typeset Polish plain TeX, LaTeX and ConTeXt
documents in PostScript or PDF.

%files		gust

#-----------------------------------------------------------------------
# revision 18615
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	medium
Summary:	medium scheme (plain, latex, recommended packages, some languages)
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-binextra
Requires:	texlive-collection-context
Requires:	texlive-collection-documentation-english
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-langczechslovak
Requires:	texlive-collection-langdutch
Requires:	texlive-collection-langfrench
Requires:	texlive-collection-langgerman
Requires:	texlive-collection-langitalian
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-langportuguese
Requires:	texlive-collection-langspanish
Requires:	texlive-collection-langenglish
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-mathextra
Requires:	texlive-collection-metapost
Requires:	texlive-collection-texinfo
Requires:	texlive-collection-xetex
Requires:	texlive-collection-luatex
Requires:	texlive-collection-genericrecommended

%description	medium
This is the medium TeX Live collection: it contains plain TeX,
LaTeX, many recommended packages, and support for some widely-
used European languages.

%files		medium

#-----------------------------------------------------------------------
# revision 13822
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	minimal
Summary:	minimal scheme (plain only)
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic

%description	minimal
This is the minimal TeX Live scheme, with support for only
plain TeX. (No LaTeX macros.)  LuaTeX is included because Lua
scripts are used in TeX Live infrastructure.  This scheme
corresponds exactly to collection-basic.

%files		minimal

#-----------------------------------------------------------------------
# revision 21479
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	tetex
Summary:	teTeX scheme (more than medium, but nowhere near full)
Requires(pre):	texlive-tlpkg
Requires:	texlive-FAQ-en
Requires:	texlive-SIunits
Requires:	texlive-acronym
Requires:	texlive-amslatex-primer
Requires:	texlive-bbm
Requires:	texlive-bbm-macros
Requires:	texlive-bbold
Requires:	texlive-bibtex8
Requires:	texlive-ctie
Requires:	texlive-detex
Requires:	texlive-dtl
Requires:	texlive-dvi2tty
Requires:	texlive-dvicopy
Requires:	texlive-dvidvi
Requires:	texlive-dviljk
Requires:	texlive-patgen
Requires:	texlive-pdftools
Requires:	texlive-seetexk
Requires:	texlive-tie
Requires:	texlive-web
Requires:	texlive-cmbright
Requires:	texlive-cweb
Requires:	texlive-eplain
Requires:	texlive-eulervm
Requires:	texlive-gentle
Requires:	texlive-lshort-english
Requires:	texlive-mathmode
Requires:	texlive-mltex
Requires:	texlive-multirow
Requires:	texlive-nomencl
Requires:	texlive-pst-pdf
Requires:	texlive-pstricks-tutorial
Requires:	texlive-rsfs
Requires:	texlive-subfigure
Requires:	texlive-supertabular
Requires:	texlive-tamethebeast
Requires:	texlive-tds
Requires:	texlive-tex-refs
Requires:	texlive-collection-basic
Requires:	texlive-collection-context
Requires:	texlive-collection-documentation-base
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-genericrecommended
Requires:	texlive-collection-langcjk
Requires:	texlive-collection-langcroatian
Requires:	texlive-collection-langcyrillic
Requires:	texlive-collection-langczechslovak
Requires:	texlive-collection-langdanish
Requires:	texlive-collection-langdutch
Requires:	texlive-collection-langfinnish
Requires:	texlive-collection-langfrench
Requires:	texlive-collection-langgerman
Requires:	texlive-collection-langgreek
Requires:	texlive-collection-langhungarian
Requires:	texlive-collection-langitalian
Requires:	texlive-collection-langlatin
Requires:	texlive-collection-langmongolian
Requires:	texlive-collection-langnorwegian
Requires:	texlive-collection-langother
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-langportuguese
Requires:	texlive-collection-langspanish
Requires:	texlive-collection-langswedish
Requires:	texlive-collection-langenglish
Requires:	texlive-collection-langvietnamese
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-mathextra
Requires:	texlive-collection-metapost
Requires:	texlive-collection-omega
Requires:	texlive-collection-pictures
Requires:	texlive-collection-pstricks
Requires:	texlive-collection-texinfo
%rename tetex
%rename texlive-dviutils

%description	tetex
TeX Live scheme nearly equivalent to the teTeX distribution
that was maintained by Thomas Esser.

%posttrans
    %{_sbindir}/texlive.post -

%files		tetex

#-----------------------------------------------------------------------
# revision 13822
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	xml
Summary:	XML scheme
Requires(pre):	texlive-tlpkg
Requires:	texlive-context
Requires:	texlive-jadetex
Requires:	texlive-ltxmisc
Requires:	texlive-marvosym
Requires:	texlive-marvosym
Requires:	texlive-metapost
Requires:	texlive-passivetex
Requires:	texlive-rotating
Requires:	texlive-stmaryrd
Requires:	texlive-tex4ht
Requires:	texlive-tipa
Requires:	texlive-ucs
Requires:	texlive-wasy
Requires:	texlive-wasysym
Requires:	texlive-xmltex
Requires:	texlive-collection-basic
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-latex
Requires:	texlive-collection-omega

%description	xml
This contains the things you need to do XML-related work,
including PassiveTeX, JadeTeX, ConTeXt and Omega.

%files		xml

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111101-6
+ Revision: 096b47d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21297 |14mr|texlive-scheme-basic-20120810-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25923
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-scheme-basic
Version:	20120810
Release:	2
Summary:	basic scheme (plain and latex)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-basic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-latex

%description
This is the basic TeX Live scheme: it is a small set of files
sufficient to typeset plain TeX or LaTeX documents in
PostScript or PDF, using the Computer Modern fonts.  This
scheme corresponds to collection-basic and collection-latex.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120810-2
+ Revision: 8298944
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21298 |14mr|texlive-scheme-context-20131201-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32062
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-scheme-context
Version:	20131201
Release:	6
Summary:	ConTeXt scheme
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-context.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-context
Requires:	texlive-collection-context
Requires:	texlive-collection-metapost
Requires:	texlive-tex-gyre
Requires:	texlive-tex-gyre-math
Requires:	texlive-antt
Requires:	texlive-iwona
Requires:	texlive-kurier
Requires:	texlive-poltawski
Requires:	texlive-xits
Requires:	texlive-Asana-Math
Requires:	texlive-gentium-tug
Requires:	texlive-txfonts
Requires:	texlive-pxfonts
Requires:	texlive-eulervm
Requires:	texlive-marvosym
Requires:	texlive-wasy
Requires:	texlive-ccicons
Requires:	texlive-ly1

%description
This is the TeX Live scheme for installing ConTeXt.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131201-6
+ Revision: 7728159
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21299 |14mr|texlive-scheme-full-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30492
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-scheme-full
Version:	20131013
Release:	6
Summary:	full scheme (everything)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-full.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-bibtexextra
Requires:	texlive-collection-binextra
Requires:	texlive-collection-context
Requires:	texlive-collection-fontsextra
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-formatsextra
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-games
Requires:	texlive-collection-genericextra
Requires:	texlive-collection-genericrecommended
Requires:	texlive-collection-htmlxml
Requires:	texlive-collection-humanities
Requires:	texlive-collection-langafrican
Requires:	texlive-collection-langarabic
Requires:	texlive-collection-langcjk
Requires:	texlive-collection-langcyrillic
Requires:	texlive-collection-langczechslovak
Requires:	texlive-collection-langenglish
Requires:	texlive-collection-langeuropean
Requires:	texlive-collection-langfrench
Requires:	texlive-collection-langgerman
Requires:	texlive-collection-langgreek
Requires:	texlive-collection-langindic
Requires:	texlive-collection-langitalian
Requires:	texlive-collection-langother
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-langportuguese
Requires:	texlive-collection-langspanish
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexextra
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-luatex
Requires:	texlive-collection-mathextra
Requires:	texlive-collection-metapost
Requires:	texlive-collection-music
Requires:	texlive-collection-omega
Requires:	texlive-collection-pictures
Requires:	texlive-collection-plainextra
Requires:	texlive-collection-pstricks
Requires:	texlive-collection-publishers
Requires:	texlive-collection-science
Requires:	texlive-collection-xetex

%description
This is the full TeX Live scheme: it installs everything
available.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: efc3153
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21300 |14mr|texlive-scheme-gust-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30372
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-scheme-gust
Version:	20131013
Release:	6
Summary:	GUST TeX Live scheme
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-gust.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-FAQ-en
Requires:	texlive-Type1fonts
Requires:	texlive-amslatex-primer
Requires:	texlive-amstex
Requires:	texlive-antt
Requires:	texlive-bibtex8
Requires:	texlive-comment
Requires:	texlive-comprehensive
Requires:	texlive-concrete
Requires:	texlive-cyklop
Requires:	texlive-dvidvi
Requires:	texlive-dviljk
Requires:	texlive-gustprog
Requires:	texlive-impatient
Requires:	texlive-iwona
Requires:	texlive-metafont-beginners
Requires:	texlive-metapost-examples
Requires:	texlive-poltawski
Requires:	texlive-seetexk
Requires:	texlive-seminar
Requires:	texlive-tds
Requires:	texlive-tex4ht
Requires:	texlive-texdoc
Requires:	texlive-collection-basic
Requires:	texlive-collection-context
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-genericrecommended
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-metapost
Requires:	texlive-collection-xetex

%description
This is the GUST TeX Live scheme: it is a set of files
sufficient to typeset Polish plain TeX, LaTeX and ConTeXt
documents in PostScript or PDF.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 611815a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21301 |14mr|texlive-scheme-medium-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30457
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-scheme-medium
Version:	20131013
Release:	6
Summary:	medium scheme (small + more packages and languages)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-medium.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-binextra
Requires:	texlive-collection-context
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-genericrecommended
Requires:	texlive-collection-langczechslovak
Requires:	texlive-collection-langenglish
Requires:	texlive-collection-langeuropean
Requires:	texlive-collection-langfrench
Requires:	texlive-collection-langgerman
Requires:	texlive-collection-langitalian
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-langportuguese
Requires:	texlive-collection-langspanish
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-luatex
Requires:	texlive-collection-mathextra
Requires:	texlive-collection-metapost
Requires:	texlive-collection-plainextra
Requires:	texlive-collection-xetex

%description
This is the medium TeX Live collection: it contains plain TeX,
LaTeX, many recommended packages, and support for most European
languages.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: 5302f95
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21302 |14mr|texlive-scheme-minimal-20120307-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-scheme-minimal
Version:	20120307
Release:	2
Summary:	minimal scheme (plain only)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-minimal.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic

%description
This is the minimal TeX Live scheme, with support for only
plain TeX. (No LaTeX macros.)  LuaTeX is included because Lua
scripts are used in TeX Live infrastructure.  This scheme
corresponds exactly to collection-basic.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120307-2
+ Revision: 43b7263
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21303 |14mr|texlive-scheme-small-20131013-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30937
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-scheme-small
Version:	20131013
Release:	6
Summary:	small scheme (basic + xetex, metapost, a few languages)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-small.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-metapost
Requires:	texlive-collection-xetex
Requires:	texlive-lualibs
Requires:	texlive-luaotfload
Requires:	texlive-luatexbase
Requires:	texlive-revtex
Requires:	texlive-synctex
Requires:	texlive-times
Requires:	texlive-tipa
Requires:	texlive-zapfding
Requires:	texlive-babel-basque
Requires:	texlive-hyphen-basque
Requires:	texlive-babel-czech
Requires:	texlive-hyphen-czech
Requires:	texlive-babel-danish
Requires:	texlive-hyphen-danish
Requires:	texlive-babel-dutch
Requires:	texlive-hyphen-dutch
Requires:	texlive-babel-english
Requires:	texlive-hyphen-english
Requires:	texlive-babel-finnish
Requires:	texlive-hyphen-finnish
Requires:	texlive-babel-french
Requires:	texlive-hyphen-french
Requires:	texlive-babel-german
Requires:	texlive-hyphen-german
Requires:	texlive-babel-hungarian
Requires:	texlive-hyphen-hungarian
Requires:	texlive-babel-italian
Requires:	texlive-hyphen-italian
Requires:	texlive-babel-norsk
Requires:	texlive-hyphen-norwegian
Requires:	texlive-babel-polish
Requires:	texlive-hyphen-polish
Requires:	texlive-babel-portuges
Requires:	texlive-hyphen-portuguese
Requires:	texlive-babel-spanish
Requires:	texlive-hyphen-spanish
Requires:	texlive-babel-swedish
Requires:	texlive-hyphen-swedish

%description
This is a small TeX Live scheme, corresponding to MacTeX's
BasicTeX variant.  It adds XeTeX, MetaPost, various
hyphenations, and some recommended packages to scheme-basic.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131013-6
+ Revision: c337fd6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21304 |14mr|texlive-scheme-tetex-20140215-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32952
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-scheme-tetex
Version:	20140215
Release:	2
Summary:	teTeX scheme (more than medium, but nowhere near full)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-tetex.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-FAQ-en
Requires:	texlive-SIunits
Requires:	texlive-acronym
Requires:	texlive-amslatex-primer
Requires:	texlive-bbm
Requires:	texlive-bbm-macros
Requires:	texlive-bbold
Requires:	texlive-bibtex8
Requires:	texlive-ctie
Requires:	texlive-detex
Requires:	texlive-dtl
Requires:	texlive-dvi2tty
Requires:	texlive-dvicopy
Requires:	texlive-dvidvi
Requires:	texlive-dviljk
Requires:	texlive-patgen
Requires:	texlive-pdftools
Requires:	texlive-seetexk
Requires:	texlive-tie
Requires:	texlive-web
Requires:	texlive-cmbright
Requires:	texlive-cweb
Requires:	texlive-eplain
Requires:	texlive-eulervm
Requires:	texlive-gentle
Requires:	texlive-lshort-english
Requires:	texlive-mltex
Requires:	texlive-multirow
Requires:	texlive-nomencl
Requires:	texlive-pst-pdf
Requires:	texlive-rsfs
Requires:	texlive-subfigure
Requires:	texlive-supertabular
Requires:	texlive-tamethebeast
Requires:	texlive-tds
Requires:	texlive-tex-refs
Requires:	texlive-voss-mathmode
Requires:	texlive-collection-basic
Requires:	texlive-collection-context
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-genericrecommended
Requires:	texlive-collection-langcjk
Requires:	texlive-collection-langcyrillic
Requires:	texlive-collection-langczechslovak
Requires:	texlive-collection-langenglish
Requires:	texlive-collection-langeuropean
Requires:	texlive-collection-langfrench
Requires:	texlive-collection-langgerman
Requires:	texlive-collection-langgreek
Requires:	texlive-collection-langitalian
Requires:	texlive-collection-langother
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-langportuguese
Requires:	texlive-collection-langspanish
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-mathextra
Requires:	texlive-collection-metapost
Requires:	texlive-collection-omega
Requires:	texlive-collection-pictures
Requires:	texlive-collection-plainextra
Requires:	texlive-collection-pstricks
%rename tetex
%rename texlive-dviutils

%description
TeX Live scheme nearly equivalent to the teTeX distribution
that was maintained by Thomas Esser.

%posttrans
    %{_sbindir}/texlive.post -

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20140215-2
+ Revision: 13671dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21305 |14mr|texlive-scheme-xml-20120307-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13822
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-scheme-xml
Version:	20120307
Release:	2
Summary:	XML scheme
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-xml.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-context
Requires:	texlive-jadetex
Requires:	texlive-ltxmisc
Requires:	texlive-marvosym
Requires:	texlive-metapost
Requires:	texlive-passivetex
Requires:	texlive-rotating
Requires:	texlive-stmaryrd
Requires:	texlive-tex4ht
Requires:	texlive-tipa
Requires:	texlive-ucs
Requires:	texlive-wasy
Requires:	texlive-wasysym
Requires:	texlive-xmltex
Requires:	texlive-collection-basic
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-latex
Requires:	texlive-collection-omega

%description
This contains the things you need to do XML-related work,
including PassiveTeX, JadeTeX, ConTeXt and Omega.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120307-2
+ Revision: 319af6e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21306 |14mr|texlive-schwalbe-chess-1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26207
# category Package
# catalog-ctan /macros/latex/contrib/schwalbe-chess
# catalog-date 2012-05-01 11:47:32 +0200
# catalog-license lppl1.2
# catalog-version 1.3
Name:		texlive-schwalbe-chess
Version:	1.3
Release:	2
Summary:	Typeset the German chess magazine "Die Schwalbe"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/schwalbe-chess
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schwalbe-chess.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schwalbe-chess.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schwalbe-chess.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is based on chess-problem-diagrams, which in its
turn has a dependency on the bartel-chess-fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/schwalbe-chess/schwalbe.sty
%doc %{_texmfdistdir}/doc/latex/schwalbe-chess/README
%doc %{_texmfdistdir}/doc/latex/schwalbe-chess/schwalbe.pdf
#- source
%doc %{_texmfdistdir}/source/latex/schwalbe-chess/schwalbe.dtx
%doc %{_texmfdistdir}/source/latex/schwalbe-chess/schwalbe.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-2
+ Revision: 4559d77
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21307 |14mr|texlive-scientificpaper-20070114-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/scientificpaper/science.sty
# catalog-date 2007-01-14 15:20:52 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-scientificpaper
Version:	20070114
Release:	3
Summary:	Format a scientific paper for journal publication
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/scientificpaper/science.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scientificpaper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scientificpaper.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive scientificpaper package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/scientificpaper/science.sty
%doc %{_texmfdistdir}/doc/latex/scientificpaper/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070114-3
+ Revision: db5ed35
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21308 |14mr|texlive-sciposter-1.18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sciposter
# catalog-date 2007-02-26 21:24:31 +0100
# catalog-license lppl
# catalog-version 1.18
Name:		texlive-sciposter
Version:	1.18
Release:	3
Summary:	Make posters of ISO A3 size and larger
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sciposter
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sciposter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sciposter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This collection of files contains LaTeX packages for posters of
ISO A3 size and larger (ISO A0 is the default size). American
paper sizes and custom paper are supported. In particular,
sciposter.cls defines a document class which allows cutting and
pasting most of an article to a poster without any editing
(save reducing the size) -- see the manual. Sciposter does work
for LaTeX, not just pdfLaTeX. However, xdvi produces strange
results, though a recent version of dvips does create good ps-
files from the dvi files. Also note that logos must either be
put in the current working directory or in the directories of
your LaTeX distribution. For some reason graphicspath settings
are ignored.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sciposter/paperb0.cfg
%{_texmfdistdir}/tex/latex/sciposter/paperb1.cfg
%{_texmfdistdir}/tex/latex/sciposter/paperb2.cfg
%{_texmfdistdir}/tex/latex/sciposter/paperb3.cfg
%{_texmfdistdir}/tex/latex/sciposter/papercustom.cfg
%{_texmfdistdir}/tex/latex/sciposter/paperra0.cfg
%{_texmfdistdir}/tex/latex/sciposter/paperra1.cfg
%{_texmfdistdir}/tex/latex/sciposter/paperra2.cfg
%{_texmfdistdir}/tex/latex/sciposter/sciposter.cls
%doc %{_texmfdistdir}/doc/latex/sciposter/README
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1a.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1a.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1mx.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1mx.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1vx.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1vx.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks2.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks2.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks2mx.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks2mx.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3mx.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3mx.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3op.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3op.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3openvx.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3rec.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3rec.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3vx.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3vx.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocksopen3a.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocksopen3a.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocksopen3vx.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocksopen3vx.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocksopen3vy.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocksopen3vy.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/sciposter-example.tex
%doc %{_texmfdistdir}/doc/latex/sciposter/scipostermanual.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.18-3
+ Revision: e47552b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21309 |14mr|texlive-screenplay-1.600-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27223
# category Package
# catalog-ctan /macros/latex/contrib/screenplay
# catalog-date 2012-07-04 00:53:20 +0200
# catalog-license gpl
# catalog-version 1.6
Name:		texlive-screenplay
Version:	1.600
Release:	2
Summary:	A class file to typeset screenplays
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/screenplay
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/screenplay.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/screenplay.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/screenplay.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class implements the format recommended by the Academy of
Motion Picture Arts and Sciences.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/screenplay/hardmarg.sty
%{_texmfdistdir}/tex/latex/screenplay/screenplay.cls
%doc %{_texmfdistdir}/doc/latex/screenplay/COPYING
%doc %{_texmfdistdir}/doc/latex/screenplay/README
%doc %{_texmfdistdir}/doc/latex/screenplay/example.tex
%doc %{_texmfdistdir}/doc/latex/screenplay/screenplay.pdf
%doc %{_texmfdistdir}/doc/latex/screenplay/test.pdf
%doc %{_texmfdistdir}/doc/latex/screenplay/test.tex
#- source
%doc %{_texmfdistdir}/source/latex/screenplay/screenplay.dtx
%doc %{_texmfdistdir}/source/latex/screenplay/screenplay.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.600-2
+ Revision: 1da4cf0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21310 |14mr|texlive-scrjrnl-0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27810
# category Package
# catalog-ctan /macros/latex/contrib/scrjrnl
# catalog-date 2012-09-24 22:53:58 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-scrjrnl
Version:	0.1
Release:	7
Summary:	Typeset diaries or journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/scrjrnl
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scrjrnl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scrjrnl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scrjrnl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class, based on scrbook, designed for typesetting diaries,
journals or devotionals.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/scrjrnl/scrjrnl.cls
%doc %{_texmfdistdir}/doc/latex/scrjrnl/README
%doc %{_texmfdistdir}/doc/latex/scrjrnl/example.pdf
%doc %{_texmfdistdir}/doc/latex/scrjrnl/scrjrnl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/scrjrnl/scrjrnl.dtx
%doc %{_texmfdistdir}/source/latex/scrjrnl/scrjrnl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-7
+ Revision: f6e2b66
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21311 |14mr|texlive-sdrt-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sdrt
# catalog-date 2009-07-05 17:22:22 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-sdrt
Version:	1.0
Release:	3
Summary:	Macros for Segmented Discourse Representation Theory
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sdrt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sdrt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sdrt.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros to produce the 'Box notation' of
SDRT (and DRT), to draw trees representing discourse relations,
and finally to have an easy access to various mathematical
symbols used in that theory, mostly with automatic mathematics
mode, so they work the same in formulae and in text.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sdrt/sdrt.sty
%doc %{_texmfdistdir}/doc/latex/sdrt/README
%doc %{_texmfdistdir}/doc/latex/sdrt/sdrt-doc.pdf
%doc %{_texmfdistdir}/doc/latex/sdrt/sdrt-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: a34b77f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21312 |14mr|texlive-secdot-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20208
# category Package
# catalog-ctan /macros/latex/contrib/secdot
# catalog-date 2010-10-17 10:06:32 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-secdot
Version:	1.0
Release:	3
Summary:	Section numbers with trailing dots
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/secdot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/secdot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/secdot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Makes the numbers of \section commands come out with a trailing
dot. Includes a command whereby the same can be made to happen
with other sectioning commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/secdot/secdot.sty
%doc %{_texmfdistdir}/doc/latex/secdot/secdot.ltx
%doc %{_texmfdistdir}/doc/latex/secdot/secdot.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: b2f0137
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21313 |14mr|texlive-section-20101024-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20180
# category Package
# catalog-ctan /macros/latex/contrib/section
# catalog-date 2010-10-24 14:28:08 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-section
Version:	20101024
Release:	3
Summary:	Modifying section commands in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/section
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/section.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/section.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package implements a pretty extensive scheme to make more
manageable the business of configuring LaTeX output.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/section/section.sty
%doc %{_texmfdistdir}/doc/latex/section/section-doc.pdf
%doc %{_texmfdistdir}/doc/latex/section/section-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101024-3
+ Revision: 7321c61
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21314 |14mr|texlive-sectionbox-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sectionbox
# catalog-date 2007-02-26 21:24:31 +0100
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-sectionbox
Version:	1.01
Release:	3
Summary:	Create fancy boxed ((sub)sub)sections
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sectionbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sectionbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sectionbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Sectionbox is a LaTeX package for putting fancy colored boxes
around sections, subsections, and subsubsections, especially
for use in posters, etc. It was designed with the sciposter
class in mind, and certainly works with that class and with
derived classes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sectionbox/sectionbox.sty
%doc %{_texmfdistdir}/doc/latex/sectionbox/README
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/000074Bpatspec.png
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/000074Bzones.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/000175Bpatspec.png
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/000175Bzones.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/002000AApatspec.png
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/002000AAzones.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/lambda2.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/lenna10connect.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/lenna10pct.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/lenna10smooth.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/orig.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/sectionboxexample.bib
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/sectionboxexample.tex
%doc %{_texmfdistdir}/doc/latex/sectionbox/sectionboxmanual.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: 86c28cd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21315 |14mr|texlive-sectsty-2.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sectsty
# catalog-date 2007-01-14 15:20:52 +0100
# catalog-license lppl
# catalog-version 2.0.2
Name:		texlive-sectsty
Version:	2.0.2
Release:	3
Summary:	Control sectional headers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sectsty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sectsty.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sectsty.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sectsty.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX2e package to help change the style of any or all of
LaTeX's sectional headers in the article, book, or report
classes. Examples include the addition of rules above or below
a section title.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sectsty/sectsty.sty
%doc %{_texmfdistdir}/doc/latex/sectsty/sectsty.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sectsty/sectsty.dtx
%doc %{_texmfdistdir}/source/latex/sectsty/sectsty.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.2-3
+ Revision: 8f4114c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21316 |14mr|texlive-seetexk-20120410-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /dviware/dvibook
# catalog-date 2012-04-10 15:00:16 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-seetexk
Version:	20120410
Release:	7
Summary:	Utilities for manipulating DVI files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvibook
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seetexk.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-seetexk.bin

%description
The collection comprises: - dvibook, which will rearrange the
pages of a DVI file into 'signatures' as used when printing a
book; - dviconcat, for concatenating pages of DVI file(s); -
dviselect, which will select pages from one DVI file to create
a new DVI file; - dvitodvi, which will rearrange the pages of a
DVI file to create a new file; and - libtex, a library for
manipulating the files, from the old SeeTeX project. The
utilities are provided as C source with Imakefiles, and an MS-
DOS version of dvibook is also provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_mandir}/man1/dvibook.1*
%{_texmfdistdir}/doc/man/man1/dvibook.man1.pdf
%{_mandir}/man1/dviconcat.1*
%{_texmfdistdir}/doc/man/man1/dviconcat.man1.pdf
%{_mandir}/man1/dviselect.1*
%{_texmfdistdir}/doc/man/man1/dviselect.man1.pdf
%{_mandir}/man1/dvitodvi.1*
%{_texmfdistdir}/doc/man/man1/dvitodvi.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120410-7
+ Revision: ed6c8b2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21317 |14mr|texlive-selectp-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20185
# category Package
# catalog-ctan /macros/latex/contrib/selectp
# catalog-date 2010-10-24 16:23:58 +0200
# catalog-license pd
# catalog-version 1.0
Name:		texlive-selectp
Version:	1.0
Release:	3
Summary:	Select pages to be output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/selectp
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/selectp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/selectp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a command \outputonly, whose argument is a list of
pages to be output. With the command present (before
\begin{document}), only those pages are output. This package
was inspired by code published by Knuth in TUGboat 8(2) (July
1987).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/selectp/selectp.sty
%doc %{_texmfdistdir}/doc/latex/selectp/selectp-doc.pdf
%doc %{_texmfdistdir}/doc/latex/selectp/selectp-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: ea41948
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21318 |14mr|texlive-selnolig-0.254-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31544
# category Package
# catalog-ctan /macros/luatex/latex/selnolig
# catalog-date 2013-08-08 08:16:08 +0200
# catalog-license lppl1.3
# catalog-version 0.254
Name:		texlive-selnolig
Version:	0.254
Release:	6
Summary:	Selectively disable typographic ligatures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/selnolig
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/selnolig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/selnolig.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package suppresses typographic ligatures selectively, i.e.,
based on predefined search patterns. The search patterns focus
on ligatures deemed inappropriate because they span morpheme
boundaries. For example, the word shelfful, which is mentioned
in the TeXbook as a word for which the ff ligature might be
inappropriate, is automatically typeset as shelf\/ful rather
than as shel{ff}ul. For English and German language documents,
the package provides extensive rules for the selective
suppression of so-called "common" ligatures. These comprise the
ff, fi, fl, ffi, and ffl ligatures as well as the ft and fft
ligatures. Other f-ligatures, such as fb, fh, fj and fk, are
suppressed globally, while exceptions are made for names and
words of non-English/German origin, such as Kafka and fjord.
For English language documents, the package further provides
ligature suppression macros for a number of so-called
"discretionary" or "rare" ligatures such as ct, st, and sp. The
package requires use of a recent LuaLaTeX format (for example
TeXLive2012 or 2013, or MiKTeX2.9).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/selnolig/selnolig-english-hyphex.sty
%{_texmfdistdir}/tex/lualatex/selnolig/selnolig-english-patterns.sty
%{_texmfdistdir}/tex/lualatex/selnolig/selnolig-german-hyphex.sty
%{_texmfdistdir}/tex/lualatex/selnolig/selnolig-german-patterns.sty
%{_texmfdistdir}/tex/lualatex/selnolig/selnolig.lua
%{_texmfdistdir}/tex/lualatex/selnolig/selnolig.sty
%doc %{_texmfdistdir}/doc/lualatex/selnolig/README
%doc %{_texmfdistdir}/doc/lualatex/selnolig/gpp-ft.fea
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig-bugreport.tex
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig-english-test.pdf
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig-english-test.tex
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig-english-wordlist.tex
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig-german-test.pdf
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig-german-test.tex
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig-german-wordlist.tex
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig.pdf
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.254-6
+ Revision: 9218c41
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21319 |14mr|texlive-semantic-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/semantic
# catalog-date 2007-01-15 20:26:34 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-semantic
Version:	2.0
Release:	3
Summary:	Help for writing programming language semantics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/semantic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semantic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semantic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semantic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Eases the typesetting of notation of semantics and compilers.
Includes T-diagrams, various derivation symbols and inference
trees.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/semantic/infernce.sty
%{_texmfdistdir}/tex/latex/semantic/ligature.sty
%{_texmfdistdir}/tex/latex/semantic/reserved.sty
%{_texmfdistdir}/tex/latex/semantic/semantic.sty
%{_texmfdistdir}/tex/latex/semantic/shrthand.sty
%{_texmfdistdir}/tex/latex/semantic/tdiagram.sty
%doc %{_texmfdistdir}/doc/latex/semantic/semantic.pdf
#- source
%doc %{_texmfdistdir}/source/latex/semantic/semantic.dtx
%doc %{_texmfdistdir}/source/latex/semantic/semantic.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: caf7676
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21320 |14mr|texlive-semaphor-20080415-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/semaphor
# catalog-date 2008-04-15 09:54:26 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-semaphor
Version:	20080415
Release:	3
Summary:	Semaphore alphabet font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/semaphor
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semaphor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semaphor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These fonts represent semaphore in a highly schematic, but very
clear, fashion. The fonts are provided as MetaFont source, and
in both OpenType and Adobe Type 1 formats.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/semaphor/smfb10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfbsl10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfeb10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfebsl10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfer10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfesl10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfett10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfpb10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfpbsl10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfpr10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfpsl10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfptt10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfr10-1.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfr10-2.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfr10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smfsl10.afm
%{_texmfdistdir}/fonts/afm/public/semaphor/smftt10.afm
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfb10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfbsl10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfeb10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfebsl10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfer10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfesl10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfett10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfpb10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfpbsl10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfpr10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfpsl10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfptt10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfr10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smfsl10.enc
%{_texmfdistdir}/fonts/enc/dvips/semaphor/smftt10.enc
%{_texmfdistdir}/fonts/map/dvips/semaphor/semaf.map
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfb10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfbsl10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfeb10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfebsl10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfer10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfesl10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfett10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfpb10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfpbsl10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfpr10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfpsl10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfptt10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfr10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smfsl10.otf
%{_texmfdistdir}/fonts/opentype/public/semaphor/smftt10.otf
%{_texmfdistdir}/fonts/source/public/semaphor/Makefile
%{_texmfdistdir}/fonts/source/public/semaphor/README
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/semaf.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfbf10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfebf10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfer10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfesl10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfett10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfpbf10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfpr10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfpsl10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfptt10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfr10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smfsl10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/metafont/smftt10.mf
%{_texmfdistdir}/fonts/source/public/semaphor/pfb2otf.pe
%{_texmfdistdir}/fonts/source/public/semaphor/semaf.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfb10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfbsl10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfeb10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfebsl10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfer10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfesl10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfett10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfpb10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfpbsl10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfpr10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfpsl10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfptt10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfr10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smfsl10.mp
%{_texmfdistdir}/fonts/source/public/semaphor/smftt10.mp
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfb10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfbsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfeb10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfebsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfer10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfesl10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfett10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfpb10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfpbsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfpr10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfpsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfptt10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfr10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smfsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/semaphor/smftt10.tfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfb10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfb10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfbsl10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfbsl10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfeb10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfeb10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfebsl10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfebsl10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfer10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfer10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfesl10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfesl10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfett10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfett10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpb10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpb10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpbsl10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpbsl10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpr10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpr10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpsl10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfpsl10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfptt10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfptt10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfr10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfr10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smfsl10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smfsl10.pfm
%{_texmfdistdir}/fonts/type1/public/semaphor/smftt10.pfb
%{_texmfdistdir}/fonts/type1/public/semaphor/smftt10.pfm
%{_texmfdistdir}/tex/context/third/semaphor/t-type-semaf.tex
%{_texmfdistdir}/tex/latex/semaphor/il2semaf.fd
%{_texmfdistdir}/tex/latex/semaphor/semaf.fd
%{_texmfdistdir}/tex/plain/semaphor/semaf.tex
%doc %{_texmfdistdir}/doc/fonts/semaphor/README
%doc %{_texmfdistdir}/doc/fonts/semaphor/example.pdf
%doc %{_texmfdistdir}/doc/fonts/semaphor/example.tex
%doc %{_texmfdistdir}/doc/fonts/semaphor/test-context.pdf
%doc %{_texmfdistdir}/doc/fonts/semaphor/test-context.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080415-3
+ Revision: 67e337e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21321 |14mr|texlive-seminar-1.61-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32762
# category Package
# catalog-ctan /macros/latex/contrib/seminar
# catalog-date 2014-01-20 13:04:19 +0100
# catalog-license lppl1.2
# catalog-version 1.61
Name:		texlive-seminar
Version:	1.61
Release:	2
Summary:	Make overhead slides
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/seminar
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seminar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seminar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class that produces overhead slides (transparencies), with
many facilities. The class requires availability of the
fancybox package. Seminar is also the basis of other classes,
such as prosper. In fact, seminar is not nowadays reckoned a
good basis for a presentation -- users are advised to use more
recent classes such as powerdot or beamer, both of which are
tuned to 21st-century presentation styles. Note that the
seminar distribution relies on the xcomment package, which was
once part of the bundle, but now has a separate existence.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/seminar/npsfont.sty
%{_texmfdistdir}/tex/latex/seminar/sem-a4.sty
%{_texmfdistdir}/tex/latex/seminar/sem-dem.sty
%{_texmfdistdir}/tex/latex/seminar/sem-page.sty
%{_texmfdistdir}/tex/latex/seminar/semcolor.sty
%{_texmfdistdir}/tex/latex/seminar/semhelv.sty
%{_texmfdistdir}/tex/latex/seminar/seminar.bg2
%{_texmfdistdir}/tex/latex/seminar/seminar.bug
%{_texmfdistdir}/tex/latex/seminar/seminar.cls
%{_texmfdistdir}/tex/latex/seminar/seminar.sty
%{_texmfdistdir}/tex/latex/seminar/semlayer.sty
%{_texmfdistdir}/tex/latex/seminar/semlcmss.sty
%{_texmfdistdir}/tex/latex/seminar/semrot.sty
%{_texmfdistdir}/tex/latex/seminar/slidesec.sty
%{_texmfdistdir}/tex/latex/seminar/tvz-code.sty
%{_texmfdistdir}/tex/latex/seminar/tvz-hax.sty
%{_texmfdistdir}/tex/latex/seminar/tvz-user.sty
%doc %{_texmfdistdir}/doc/latex/seminar/Changes
%doc %{_texmfdistdir}/doc/latex/seminar/README
%doc %{_texmfdistdir}/doc/latex/seminar/run.sh
%doc %{_texmfdistdir}/doc/latex/seminar/sem-code.tex
%doc %{_texmfdistdir}/doc/latex/seminar/sem-make.tex
%doc %{_texmfdistdir}/doc/latex/seminar/seminar-doc.pdf
%doc %{_texmfdistdir}/doc/latex/seminar/seminar-doc.tex
%doc %{_texmfdistdir}/doc/latex/seminar/seminar.bg3
%doc %{_texmfdistdir}/doc/latex/seminar/seminar.con
%doc %{_texmfdistdir}/doc/latex/seminar/seminar.doc
%doc %{_texmfdistdir}/doc/latex/seminar/semlayer.doc
%doc %{_texmfdistdir}/doc/latex/seminar/semsamp1.pdf
%doc %{_texmfdistdir}/doc/latex/seminar/semsamp1.tex
%doc %{_texmfdistdir}/doc/latex/seminar/semsamp2.pdf
%doc %{_texmfdistdir}/doc/latex/seminar/semsamp2.tex
%doc %{_texmfdistdir}/doc/latex/seminar/semsamp3.pdf
%doc %{_texmfdistdir}/doc/latex/seminar/semsamp3.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.61-2
+ Revision: b6f426c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21322 |14mr|texlive-semioneside-v0.41-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/semioneside
# catalog-date 2007-02-26 21:24:31 +0100
# catalog-license lppl
# catalog-version v0.41
Name:		texlive-semioneside
Version:	v0.41
Release:	3
Summary:	Put only special contents on left-hand pages in two sided layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/semioneside
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semioneside.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semioneside.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semioneside.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package supports the preparation of semi one sided
documents. That is, two sided documents, where all text is
output on right-hand pages--as in a one-sided documents--and
only special contents are output on left-hand pages on user
request, e.g., floating objects.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/semioneside/semioneside.sty
%doc %{_texmfdistdir}/doc/latex/semioneside/README
%doc %{_texmfdistdir}/doc/latex/semioneside/example.tex
%doc %{_texmfdistdir}/doc/latex/semioneside/figure.mp
%doc %{_texmfdistdir}/doc/latex/semioneside/semioneside.pdf
#- source
%doc %{_texmfdistdir}/source/latex/semioneside/semioneside.dtx
%doc %{_texmfdistdir}/source/latex/semioneside/semioneside.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.41-3
+ Revision: c28d4c7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21323 |14mr|texlive-sepfootnotes-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28885
# category Package
# catalog-ctan /macros/latex/contrib/sepfootnotes
# catalog-date 2013-01-19 01:10:31 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-sepfootnotes
Version:	0.2
Release:	6
Summary:	Support footnotes and endnotes from separate files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sepfootnotes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sepfootnotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sepfootnotes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports footnotes and endnotes from separate
files. This is achieved with commands \sepfootnotecontent and
\sepfootnote; the former defines the content of a note, while
the latter typesets that note.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sepfootnotes/sepfootnotes.sty
%doc %{_texmfdistdir}/doc/latex/sepfootnotes/README
%doc %{_texmfdistdir}/doc/latex/sepfootnotes/sepfootnotes.pdf
%doc %{_texmfdistdir}/doc/latex/sepfootnotes/sepfootnotes.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-6
+ Revision: ec45546
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21324 |14mr|texlive-sepnum-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20186
# category Package
# catalog-ctan /macros/latex/contrib/sepnum
# catalog-date 2010-10-24 14:34:20 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-sepnum
Version:	2.0
Release:	3
Summary:	Print numbers in a "friendly" format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sepnum
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sepnum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sepnum.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a command to print a number with (potentially
different) separators every three digits in the parts either
side of the decimal point (the point itself is also
configurable). The macro is fully expandable and not fragile
(unless one of the separators is). There is also a command
\sepnumform, that may be used when defining \the<counter>
macros.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sepnum/sepnum.sty
%doc %{_texmfdistdir}/doc/latex/sepnum/sepnum-doc.pdf
%doc %{_texmfdistdir}/doc/latex/sepnum/sepnum-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: e17754a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21325 |14mr|texlive-seqsplit-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/seqsplit
# catalog-date 2007-07-23 22:41:48 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-seqsplit
Version:	0.1
Release:	3
Summary:	Split long sequences of characters in a neutral way
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/seqsplit
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seqsplit.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seqsplit.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seqsplit.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
When one needs to type long sequences of letters (such as in
base-sequences in genes) or of numbers (such as calculations of
transcendental numbers), there's no obvious break points to be
found. The package provides a command \seqsplit, which makes
its argument splittable anywhere, and then leaves the TeX
paragraph-maker to do the splitting. While the package may
obviously be used to typeset DNA sequences, the user may
consider the dnaseq as a rather more powerful alternative.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/seqsplit/seqsplit.sty
%doc %{_texmfdistdir}/doc/latex/seqsplit/README
%doc %{_texmfdistdir}/doc/latex/seqsplit/seqsplit.pdf
#- source
%doc %{_texmfdistdir}/source/latex/seqsplit/Makefile
%doc %{_texmfdistdir}/source/latex/seqsplit/seqsplit.dtx
%doc %{_texmfdistdir}/source/latex/seqsplit/seqsplit.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: f72a6b2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21326 |14mr|texlive-serbian-apostrophe-20110830-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23799
# category Package
# catalog-ctan /language/serbian/serbian-apostrophe
# catalog-date 2011-08-30 14:04:46 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-serbian-apostrophe
Version:	20110830
Release:	3
Summary:	Commands for Serbian words with apostrophes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/serbian/serbian-apostrophe
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-apostrophe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-apostrophe.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a collection of commands (whose names are
Serbian words) whose expansion is the Serbian word with
appropriate apostrophes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/serbian-apostrophe/serbian-apostrophe.sty
%doc %{_texmfdistdir}/doc/latex/serbian-apostrophe/README
%doc %{_texmfdistdir}/doc/latex/serbian-apostrophe/apostrophe-list.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-apostrophe/apostrophe-list.tex
%doc %{_texmfdistdir}/doc/latex/serbian-apostrophe/serbian-apostrophe.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-apostrophe/serbian-apostrophe.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110830-3
+ Revision: 7b7fdae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21327 |14mr|texlive-serbianc-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22929
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/serbianc
# catalog-date 2011-06-09 20:30:15 +0200
# catalog-license lppl1.3
# catalog-version 2.2
Name:		texlive-serbianc
Version:	2.2
Release:	3
Summary:	Babel module to support Serbian Cyrillic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/serbianc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbianc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbianc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbianc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for Serbian documents written in
Cyrillic, in babel.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/serbianc/serbianc.ldf
%{_texmfdistdir}/tex/generic/serbianc/serbianc.sty
%doc %{_texmfdistdir}/doc/generic/serbianc/COPYING
%doc %{_texmfdistdir}/doc/generic/serbianc/ChangeLog
%doc %{_texmfdistdir}/doc/generic/serbianc/Copyright
%doc %{_texmfdistdir}/doc/generic/serbianc/INSTALL
%doc %{_texmfdistdir}/doc/generic/serbianc/README
%doc %{_texmfdistdir}/doc/generic/serbianc/README.Files
%doc %{_texmfdistdir}/doc/generic/serbianc/sample.pdf
%doc %{_texmfdistdir}/doc/generic/serbianc/sample.tex
%doc %{_texmfdistdir}/doc/latex/serbianc/README
#- source
%doc %{_texmfdistdir}/source/generic/serbianc/serbianc.dtx
%doc %{_texmfdistdir}/source/generic/serbianc/serbianc.ins
%doc %{_texmfdistdir}/source/generic/serbianc/serbianc.patch

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-3
+ Revision: 03f8910
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21328 |14mr|texlive-serbian-date-lat-20110624-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23446
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/serbian-date-lat
# catalog-date 2011-06-24 10:29:05 +0200
# catalog-license gpl2
# catalog-version undef
Name:		texlive-serbian-date-lat
Version:	20110624
Release:	3
Summary:	Updated date typesetting for Serbian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/serbian-date-lat
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-date-lat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-date-lat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Babel defines dates for Serbian texts, in Latin script. The
style it uses does not match current practices. The present
package defines a \date command that solves the problem.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/serbian-date-lat/serbian-date-lat.sty
%doc %{_texmfdistdir}/doc/latex/serbian-date-lat/README
%doc %{_texmfdistdir}/doc/latex/serbian-date-lat/SerbianDateLat.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-date-lat/SerbianDateLat.tex
%doc %{_texmfdistdir}/doc/latex/serbian-date-lat/TestDateLat.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-date-lat/TestDateLat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110624-3
+ Revision: 12999ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21329 |14mr|texlive-serbian-def-cyr-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23734
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-serbian-def-cyr
Version:	20111104
Release:	3
Summary:	TeXLive serbian-def-cyr package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-def-cyr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-def-cyr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive serbian-def-cyr package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/serbian-def-cyr/serbian-def-cyr.sty
%doc %{_texmfdistdir}/doc/latex/serbian-def-cyr/README
%doc %{_texmfdistdir}/doc/latex/serbian-def-cyr/proba.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-def-cyr/proba.tex
%doc %{_texmfdistdir}/doc/latex/serbian-def-cyr/usage.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-def-cyr/usage.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: ab4b4dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21330 |14mr|texlive-serbian-lig-20110703-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23382
# category Package
# catalog-ctan /macros/latex/contrib/serbian-lig
# catalog-date 2011-07-03 09:55:42 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-serbian-lig
Version:	20110703
Release:	3
Summary:	Control ligatures in Serbian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/serbian-lig
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-lig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-lig.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package suppresses fi and fl (and other ligatures) in
Serbian text written using Roman script.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/serbian-lig/serbian-lig.sty
%doc %{_texmfdistdir}/doc/latex/serbian-lig/README
%doc %{_texmfdistdir}/doc/latex/serbian-lig/lig-list.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-lig/lig-list.tex
%doc %{_texmfdistdir}/doc/latex/serbian-lig/serbian-lig.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-lig/serbian-lig.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110703-3
+ Revision: 9edaaf8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21331 |14mr|texlive-setdeck-0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27997
# category Package
# catalog-ctan /graphics/pgf/contrib/setdeck
# catalog-date 2012-10-17 15:07:15 +0200
# catalog-license gpl3
# catalog-version 0.1
Name:		texlive-setdeck
Version:	0.1
Release:	7
Summary:	Typeset cards for Set
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/setdeck
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/setdeck.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/setdeck.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package will typeset cards for use in a game of Set.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/setdeck/setdeck.sty
%doc %{_texmfdistdir}/doc/latex/setdeck/README
%doc %{_texmfdistdir}/doc/latex/setdeck/setdeck.pdf
%doc %{_texmfdistdir}/doc/latex/setdeck/setdeck.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-7
+ Revision: 994a6ca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21332 |14mr|texlive-setspace-6.7a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24881
# category Package
# catalog-ctan /macros/latex/contrib/setspace
# catalog-date 2011-12-19 12:40:22 +0100
# catalog-license lppl1.3
# catalog-version 6.7a
Name:		texlive-setspace
Version:	6.7a
Release:	3
Summary:	Set space between lines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/setspace
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/setspace.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/setspace.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides support for setting the spacing between lines in a
document. Package options include singlespacing,
onehalfspacing, and doublespacing. Alternatively the spacing
can be changed as required with the \singlespacing,
\onehalfspacing, and \doublespacing commands. Other size
spacings also available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/setspace/setspace.sty
%doc %{_texmfdistdir}/doc/latex/setspace/README
%doc %{_texmfdistdir}/doc/latex/setspace/setspace-test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.7a-3
+ Revision: 3f1304b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21333 |14mr|texlive-seuthesis-2.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18045
# category Package
# catalog-ctan /macros/latex/contrib/seuthesis
# catalog-date 2010-04-20 20:52:24 +0200
# catalog-license gpl3
# catalog-version 2.0.0
Name:		texlive-seuthesis
Version:	2.0.0
Release:	3
Summary:	LaTeX template for theses at Southeastern University
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/seuthesis
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seuthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seuthesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seuthesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This template is for theses at Southeastern University,
Nanjing, China.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/seuthesis/seuthesis.bst
%{_texmfdistdir}/tex/latex/seuthesis/seuthesis-gbk.cfg
%{_texmfdistdir}/tex/latex/seuthesis/seuthesis-utf8.cfg
%{_texmfdistdir}/tex/latex/seuthesis/seuthesis.cls
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/A3cover.tex
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/A4cover.tex
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/a3cover.bat
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/a3cover.sh
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/a4cover.bat
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/a4cover.sh
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/bookspine_hor.tex
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/bookspine_ver.tex
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/back-cover.png
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/doctor.png
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/engineering.png
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/front-cover.jpg
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/master.png
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/seu-badge-logo.eps
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/seu-badge-logo.pdf
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/seu-color-logo.png
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/seu-text-logo.eps
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/seu-text-logo.png
%doc %{_texmfdistdir}/doc/latex/seuthesis/gind.ist
%doc %{_texmfdistdir}/doc/latex/seuthesis/sample-bachelor.pdf
%doc %{_texmfdistdir}/doc/latex/seuthesis/sample-doctor.pdf
%doc %{_texmfdistdir}/doc/latex/seuthesis/sample-engineering.pdf
%doc %{_texmfdistdir}/doc/latex/seuthesis/sample-master.pdf
%doc %{_texmfdistdir}/doc/latex/seuthesis/sample.tex
%doc %{_texmfdistdir}/doc/latex/seuthesis/seuthesis.bib
%doc %{_texmfdistdir}/doc/latex/seuthesis/seuthesis.pdf
%doc %{_texmfdistdir}/doc/latex/seuthesis/zharticle/scrsize9pt.clo
%doc %{_texmfdistdir}/doc/latex/seuthesis/zharticle/zharticle.bst
%doc %{_texmfdistdir}/doc/latex/seuthesis/zharticle/zharticle.cfg
%doc %{_texmfdistdir}/doc/latex/seuthesis/zharticle/zharticle.cls
#- source
%doc %{_texmfdistdir}/source/latex/seuthesis/Makefile
%doc %{_texmfdistdir}/source/latex/seuthesis/seuthesis.dtx
%doc %{_texmfdistdir}/source/latex/seuthesis/seuthesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.0-3
+ Revision: e1907eb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21334 |14mr|texlive-sf298-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sf298
# catalog-date 2007-01-14 22:06:18 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-sf298
Version:	1.2
Release:	3
Summary:	Standard form 298
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sf298
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sf298.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sf298.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sf298.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for generating a completed standard form 298
(Rev. 8-98) as prescribed by ANSI Std. Z39.18 for report
documentation as part of a document delivered, for instance, on
a U.S. government contract.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sf298/sf298.sty
%doc %{_texmfdistdir}/doc/latex/sf298/sample298.pdf
%doc %{_texmfdistdir}/doc/latex/sf298/sample298.tex
%doc %{_texmfdistdir}/doc/latex/sf298/sf298.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sf298/Makefile
%doc %{_texmfdistdir}/source/latex/sf298/sf298.dtx
%doc %{_texmfdistdir}/source/latex/sf298/sf298.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: a6f6f83
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21335 |14mr|texlive-sffms-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sffms
# catalog-date 2007-01-14 22:06:18 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-sffms
Version:	2.0
Release:	3
Summary:	Typesetting science fiction/fantasy manuscripts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sffms
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sffms.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sffms.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sffms.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is designed for typesetting science fiction and
fantasy manuscripts. Sffms now includes several options for
specific publishers as well as extensive documentation aimed at
new LaTeX users.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sffms/sffdumb.sty
%{_texmfdistdir}/tex/latex/sffms/sffms.cls
%{_texmfdistdir}/tex/latex/sffms/sffsmart.sty
%doc %{_texmfdistdir}/doc/latex/sffms/README
%doc %{_texmfdistdir}/doc/latex/sffms/blind.tex
%doc %{_texmfdistdir}/doc/latex/sffms/sffms_manual.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sffms/sffms.dtx
%doc %{_texmfdistdir}/source/latex/sffms/sffms.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 8ee423a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21336 |14mr|texlive-sfg-0.91-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20209
# category Package
# catalog-ctan /macros/latex/contrib/sfg
# catalog-date 2010-10-25 17:10:20 +0200
# catalog-license lppl
# catalog-version 0.91
Name:		texlive-sfg
Version:	0.91
Release:	3
Summary:	Draw signal flow graphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sfg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sfg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sfg.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines some commands to draw signal flow graphs as used by
electrical and electronics engineers and graph theorists.
Requires fp and pstricks packages (and a relatively fast
machine).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sfg/sfg.sty
%doc %{_texmfdistdir}/doc/latex/sfg/Changes
%doc %{_texmfdistdir}/doc/latex/sfg/README
%doc %{_texmfdistdir}/doc/latex/sfg/sfg-doc.pdf
%doc %{_texmfdistdir}/doc/latex/sfg/sfg-doc.tex
%doc %{_texmfdistdir}/doc/latex/sfg/sfg_test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.91-3
+ Revision: da1d6bf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21337 |14mr|texlive-sfmath-0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sfmath/sfmath.sty
# catalog-date 2008-08-23 15:48:35 +0200
# catalog-license lppl
# catalog-version 0.8
Name:		texlive-sfmath
Version:	0.8
Release:	3
Summary:	Sans-serif mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sfmath/sfmath.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sfmath.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
sfmath is a simple package for sans serif maths in documents.
After including the package, all maths of the current document
is displayed with sans serif fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sfmath/sfmath.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8-3
+ Revision: 829c763
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21338 |14mr|texlive-sgame-2.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sgame
# catalog-date 2008-12-03 15:15:08 +0100
# catalog-license lppl
# catalog-version 2.14
Name:		texlive-sgame
Version:	2.14
Release:	3
Summary:	LaTeX style for typesetting strategic games
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sgame
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sgame.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sgame.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Formats strategic games. For a 2x2 game, for example, the
input: \begin{game}{2}{2} &$L$ &$M$\\ $T$ &$2,2$ &$2,0$\\ $B$
&$3,0$ &$0,9$ \end{game} produces output with (a) boxes around
the payoffs, (b) payoff columns of equal width, and (c) payoffs
vertically centered within the boxes. Note that the game
environment will not work in the argument of another command.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sgame/sgame.sty
%{_texmfdistdir}/tex/latex/sgame/sgamevar.sty
%doc %{_texmfdistdir}/doc/latex/sgame/README
%doc %{_texmfdistdir}/doc/latex/sgame/sgame.pdf
%doc %{_texmfdistdir}/doc/latex/sgame/sgame.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.14-3
+ Revision: 5a1586c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21339 |14mr|texlive-shade-1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22212
# category Package
# catalog-ctan /macros/generic/shade
# catalog-date 2011-04-25 22:01:30 +0200
# catalog-license lppl1
# catalog-version 1
Name:		texlive-shade
Version:	1
Release:	3
Summary:	Shade pieces of text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/shade
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shade.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shade.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a shaded backdrop to a box of text. It
uses a Metafont font (provided) which generates to appropriate
shading dependent on the resolution used in the Metafont
printer parameters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/shade/shade.mf
%{_texmfdistdir}/tex/generic/shade/shade.tex
%doc %{_texmfdistdir}/doc/generic/shade/README
%doc %{_texmfdistdir}/doc/generic/shade/description.pdf
%doc %{_texmfdistdir}/doc/generic/shade/description.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-3
+ Revision: c1f8187
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21340 |14mr|texlive-shadethm-20101104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20319
# category Package
# catalog-ctan /macros/latex/contrib/shadethm
# catalog-date 2010-11-04 00:16:31 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-shadethm
Version:	20101104
Release:	3
Summary:	Theorem environments that are shaded
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/shadethm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shadethm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shadethm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Extends the \newtheorem command. If you say
\newshadetheorem{theorem}{Theorem} in the preamble then your
regular \begin{theorem} .. \end{theorem} will produce a theorem
statement in a shaded box. It supports all the options of
\newtheorem, including forms \newshadetheorem{..}[..]{..} and
\newshadetheorem{..}{..}[..].

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/shadethm/colored.sth
%{_texmfdistdir}/tex/latex/shadethm/shadein.sth
%{_texmfdistdir}/tex/latex/shadethm/shadethm.sty
%doc %{_texmfdistdir}/doc/latex/shadethm/1st_read.me
%doc %{_texmfdistdir}/doc/latex/shadethm/shadetest.pdf
%doc %{_texmfdistdir}/doc/latex/shadethm/shadetest.tex
%doc %{_texmfdistdir}/doc/latex/shadethm/shadethm-doc.pdf
%doc %{_texmfdistdir}/doc/latex/shadethm/shadethm-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101104-3
+ Revision: 3a3c483
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21341 |14mr|texlive-shadow-20101101-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20312
# category Package
# catalog-ctan /macros/latex/contrib/shadow
# catalog-date 2010-11-01 13:35:24 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-shadow
Version:	20101101
Release:	3
Summary:	Shadow boxes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/shadow
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shadow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shadow.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a command \shabox (analgous to \fbox), and supporting
mechanisms.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/shadow/shadow.sty
%doc %{_texmfdistdir}/doc/latex/shadow/shadow-doc.pdf
%doc %{_texmfdistdir}/doc/latex/shadow/shadow-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101101-3
+ Revision: a0429e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21342 |14mr|texlive-shadowtext-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26522
# category Package
# catalog-ctan /macros/latex/contrib/shadowtext
# catalog-date 2012-05-18 19:11:54 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-shadowtext
Version:	0.3
Release:	3
Summary:	shadowtext
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/shadowtext
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shadowtext.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shadowtext.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package introduces a command \shadowtext, which adds a drop
shadow to the text that is given as its argument. The colour
and positioning of the shadow are customisable.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/shadowtext/shadowtext.sty
%doc %{_texmfdistdir}/doc/latex/shadowtext/README
%doc %{_texmfdistdir}/doc/latex/shadowtext/shadowtext.pdf
%doc %{_texmfdistdir}/doc/latex/shadowtext/shadowtext.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: 588c1e5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21343 |14mr|texlive-shapepar-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/shapepar
# catalog-date 2009-10-10 00:35:28 +0200
# catalog-license other-free
# catalog-version 2.1
Name:		texlive-shapepar
Version:	2.1
Release:	3
Summary:	A macro to typeset paragraphs in specific shapes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/shapepar
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shapepar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shapepar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
\shapepar is a macro to typeset paragraphs in a specific shape.
The size is adjusted automatically so that the entire shape is
filled with text. There may not be displayed maths or
'\vadjust' material (no \vspace) in the argument of \shapepar.
The macros work for both LaTeX and plain TeX. For LaTeX,
specify \usepackage{shapepar}; for Plain, \input shapepar.sty.
\shapepar works in terms of user-defined shapes, though the
package does provide some predefined shapes: so you can form
any paragraph into the form of a heart by putting
\heartpar{sometext...} inside your document. The tedium of
creating these polygon definitions may be alleviated by using
the shapepatch extension to transfig which will convert xfig
output to \shapepar polygon form.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/shapepar/shapepar.sty
%doc %{_texmfdistdir}/doc/generic/shapepar/Canflagshape.def
%doc %{_texmfdistdir}/doc/generic/shapepar/README.shapepar
%doc %{_texmfdistdir}/doc/generic/shapepar/TeXshape.def
%doc %{_texmfdistdir}/doc/generic/shapepar/candleshape.def
%doc %{_texmfdistdir}/doc/generic/shapepar/dropshape.def
%doc %{_texmfdistdir}/doc/generic/shapepar/proshap.py
%doc %{_texmfdistdir}/doc/generic/shapepar/shapepar.ltx
%doc %{_texmfdistdir}/doc/generic/shapepar/shapepar.pdf
%doc %{_texmfdistdir}/doc/generic/shapepar/triangleshapes.def

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 8dde795
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21344 |14mr|texlive-shipunov-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24203
# category Package
# catalog-ctan /macros/latex/contrib/shipunov
# catalog-date 2010-10-26 16:14:45 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-shipunov
Version:	1.1
Release:	3
Summary:	A collection of LaTeX packages and classes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/shipunov
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shipunov.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shipunov.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle collects packages and classes, along with one
bibliography style and examples and scripts for converting TeX
files. Many of the files in the collection are designed to
support field biologists and/or Russian writers, while others
have wider application. The collection includes (among others):
- altverse, a simple verse typesetting package; - autolist,
which provides various list formatting facilities; - biokey,
which provides a mechanism for typesetting biological
identification lists; - biolist, which typesets species lists;
- boldline, which typesets heavier separating lines in tables;
- cassete, which lays out audio cassette inserts; - classif2,
which typesets classification lists; - drcaps, which provides
dropped capital macros; - etiketka, a class for typesetting
business-card-sized information (including business cards); -
flower, for typesetting lists of flower formulae; - isyntax; -
numerus; - punct; - sltables, which develops on the stables
package, for use in a LaTeX context; and - starfn.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/shipunov/rusnat.bst
%{_texmfdistdir}/scripts/shipunov/biokey2html.bat
%{_texmfdistdir}/scripts/shipunov/biokey2html.sh
%{_texmfdistdir}/scripts/shipunov/biokey2html1.pl
%{_texmfdistdir}/scripts/shipunov/biokey2html2.pl
%{_texmfdistdir}/scripts/shipunov/biokey2html3.pl
%{_texmfdistdir}/tex/latex/shipunov/altverse.sty
%{_texmfdistdir}/tex/latex/shipunov/autolist.sty
%{_texmfdistdir}/tex/latex/shipunov/biokey.sty
%{_texmfdistdir}/tex/latex/shipunov/biolist.sty
%{_texmfdistdir}/tex/latex/shipunov/boldline.sty
%{_texmfdistdir}/tex/latex/shipunov/cassete.cls
%{_texmfdistdir}/tex/latex/shipunov/classif2.sty
%{_texmfdistdir}/tex/latex/shipunov/drcaps.sty
%{_texmfdistdir}/tex/latex/shipunov/etiketka.cls
%{_texmfdistdir}/tex/latex/shipunov/flower.sty
%{_texmfdistdir}/tex/latex/shipunov/isyntax.sty
%{_texmfdistdir}/tex/latex/shipunov/numerus.sty
%{_texmfdistdir}/tex/latex/shipunov/punct.sty
%{_texmfdistdir}/tex/latex/shipunov/sltables.sty
%{_texmfdistdir}/tex/latex/shipunov/starfn.sty
%doc %{_texmfdistdir}/doc/latex/shipunov/NEWS
%doc %{_texmfdistdir}/doc/latex/shipunov/README
%doc %{_texmfdistdir}/doc/latex/shipunov/altverse-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/altverse-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/altverse-ex1-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/altverse-ex1-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/altverse-ex2-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/altverse-ex2-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/autolist-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/autolist-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/autolist-ex-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/autolist-ex-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/biokey-doc-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/biokey-doc-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/biokey2html-doc-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/biokey2html-doc-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/biokey2html-ex-en.html
%doc %{_texmfdistdir}/doc/latex/shipunov/biokey2html-ex-en1.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/biokey2html-ex-en2.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/biolist-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/biolist-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/boldline-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/boldline-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/cassete-ex-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/cassete-ex-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/classif2-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/classif2-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/drcaps-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/drcaps-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/etiketka-ex-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/etiketka-ex-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/etiketka-ex1-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/etiketka-ex1-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/etiketka-ex2-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/etiketka-ex2-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/field-form-ex1-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/field-form-ex1-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/field-form-ex2-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/field-form-ex2-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/flower-ex-en-x.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/flower-ex-en-x.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/flower-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/flower-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/isyntax-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/numerus-ex-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/numerus-ex-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/punct-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/punct-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/rusnat-doc-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/rusnat-doc-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/rusnat-ex-ru.bib
%doc %{_texmfdistdir}/doc/latex/shipunov/rusnat-ex1-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/rusnat-ex1-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/rusnat-ex2-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/rusnat-ex2-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/sltables-doc-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/sltables-doc-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/starfn-ex-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/starfn-ex-ru.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex scripts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 3902369
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21345 |14mr|texlive-shorttoc-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/shorttoc
# catalog-date 2006-11-06 12:20:58 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-shorttoc
Version:	1.3
Release:	3
Summary:	Table of contents with different depths
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/shorttoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shorttoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shorttoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shorttoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package to create another table of contents with a different
depth, useful in large documents where a detailed table of
contents should be accompanied by a shorter one, giving only a
general overview of the main topics in the document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/shorttoc/shorttoc.sty
%doc %{_texmfdistdir}/doc/latex/shorttoc/00readme
%doc %{_texmfdistdir}/doc/latex/shorttoc/shorttoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/shorttoc/shorttoc.dtx
%doc %{_texmfdistdir}/source/latex/shorttoc/shorttoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 4dce4a7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21346 |14mr|texlive-show2e-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/show2e
# catalog-date 2008-08-23 15:48:35 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-show2e
Version:	1.0
Release:	3
Summary:	Variants of \show for LaTeX2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/show2e
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/show2e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/show2e.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/show2e.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This small package aims at making debugging (especially in an
interactive way) easier, by providing \show variants suited to
LaTeX2e commands (whether with optional arguments or robust)
and environments. The variant commands also display the
internal macros used by such commands, if any. The \showcs
variant helps with macros with exotic names.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/show2e/show2e.sty
%doc %{_texmfdistdir}/doc/latex/show2e/README
%doc %{_texmfdistdir}/doc/latex/show2e/show2e-fr.pdf
%doc %{_texmfdistdir}/doc/latex/show2e/show2e.pdf
#- source
%doc %{_texmfdistdir}/source/latex/show2e/show2e.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: e54b75d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21347 |14mr|texlive-showcharinbox-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27052
# category Package
# catalog-ctan /macros/latex/contrib/showcharinbox
# catalog-date 2012-07-14 16:43:20 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-showcharinbox
Version:	0.1
Release:	2
Summary:	Show characters inside a box
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/showcharinbox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showcharinbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showcharinbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showcharinbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package typesets a character inside a box, showing where
reference point is, and displaying width, height, and depth
information of the character. The output is like that on page
63 of "The TeXBook" or page 101 of "The METAFONTbook". The
package itself is motivated by Knuth's macros in the file
manmac.tex. Users should note that using a small size for the
character inside the box does not make any sense: use a large
size.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/showcharinbox/showcharinbox.sty
%doc %{_texmfdistdir}/doc/latex/showcharinbox/README
%doc %{_texmfdistdir}/doc/latex/showcharinbox/showcharinbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/showcharinbox/showcharinbox.dtx
%doc %{_texmfdistdir}/source/latex/showcharinbox/showcharinbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: dd7d2ae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21348 |14mr|texlive-showdim-1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28918
# category Package
# catalog-ctan /macros/latex/contrib/showdim/showdim.sty
# catalog-date 2012-12-19 17:06:30 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-showdim
Version:	1.2
Release:	6
Summary:	Variants on printing dimensions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/showdim/showdim.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showdim.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showdim.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for LaTeX providing a number of commands for printing
the value of a TeX dimension. For example,
\tenthpt{\baselineskip} yields the current value of
\baselineskip rounded to the nearest tenth of a point.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/showdim/showdim.sty
%doc %{_texmfdistdir}/doc/latex/showdim/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-6
+ Revision: a33cef5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21349 |14mr|texlive-showexpl-v0.3i-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23669
# category Package
# catalog-ctan /macros/latex/contrib/showexpl
# catalog-date 2011-08-23 07:18:10 +0200
# catalog-license lppl
# catalog-version v0.3i
Name:		texlive-showexpl
Version:	v0.3i
Release:	3
Summary:	Typesetting LaTeX source code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/showexpl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showexpl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showexpl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showexpl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a way to typeset LaTeX source code and
the related result in the same document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/showexpl/showexpl.sty
%doc %{_texmfdistdir}/doc/latex/showexpl/README
%doc %{_texmfdistdir}/doc/latex/showexpl/result-picture.pdf
%doc %{_texmfdistdir}/doc/latex/showexpl/showexpl-test.pdf
%doc %{_texmfdistdir}/doc/latex/showexpl/showexpl-test.tex
%doc %{_texmfdistdir}/doc/latex/showexpl/showexpl.cfg
%doc %{_texmfdistdir}/doc/latex/showexpl/showexpl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/showexpl/showexpl.dtx
%doc %{_texmfdistdir}/source/latex/showexpl/showexpl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.3i-3
+ Revision: e1d088a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21350 |14mr|texlive-showhyphens-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23937
# category Package
# catalog-ctan /macros/luatex/latex/showhyphens
# catalog-date 2011-09-15 16:18:00 +0200
# catalog-license other-free
# catalog-version 0.1
Name:		texlive-showhyphens
Version:	0.1
Release:	3
Summary:	Show all possible hyphenations in LuaLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/showhyphens
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showhyphens.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showhyphens.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
With this package, LuaLaTeX will indicate all possible
hyphenations in the printed output.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/showhyphens/showhyphens.sty
%doc %{_texmfdistdir}/doc/lualatex/showhyphens/README
%doc %{_texmfdistdir}/doc/lualatex/showhyphens/showhyphens-doc.pdf
%doc %{_texmfdistdir}/doc/lualatex/showhyphens/showhyphens-doc.tex
%doc %{_texmfdistdir}/doc/lualatex/showhyphens/showhyphens-sample.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: a690e85
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21351 |14mr|texlive-showlabels-1.6.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/showlabels
# catalog-date 2009-05-28 00:22:07 +0200
# catalog-license gpl
# catalog-version 1.6.5
Name:		texlive-showlabels
Version:	1.6.5
Release:	3
Summary:	Show label commands in the margin
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/showlabels
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showlabels.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showlabels.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showlabels.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package helps you keep track of all the labels you define,
by putting the name of new labels into the margin whenever the
\label command is used. The package allows you to do the same
thing for other commands. The only one for which this is
obviously useful is the \cite command, but it's easy to do it
for others, such as the \ref or \begin commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/showlabels/showlabels.sty
%doc %{_texmfdistdir}/doc/latex/showlabels/LICENCE
%doc %{_texmfdistdir}/doc/latex/showlabels/README
%doc %{_texmfdistdir}/doc/latex/showlabels/VERSION
%doc %{_texmfdistdir}/doc/latex/showlabels/showlabels.html
%doc %{_texmfdistdir}/doc/latex/showlabels/showlabels.pdf
#- source
%doc %{_texmfdistdir}/source/latex/showlabels/showlabels.dtx
%doc %{_texmfdistdir}/source/latex/showlabels/showlabels.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.5-3
+ Revision: 4bf0f7f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21352 |14mr|texlive-showtags-1.05-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20336
# category Package
# catalog-ctan /macros/latex/contrib/showtags
# catalog-date 2010-11-05 08:48:20 +0100
# catalog-license pd
# catalog-version 1.05
Name:		texlive-showtags
Version:	1.05
Release:	3
Summary:	Print the tags of bibliography entries
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/showtags
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showtags.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showtags.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Prints the tag right-aligned on each line of the bibliography.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/showtags/showtags.sty
%doc %{_texmfdistdir}/doc/latex/showtags/showtags-doc.pdf
%doc %{_texmfdistdir}/doc/latex/showtags/showtags-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.05-3
+ Revision: 73d65d3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21353 |14mr|texlive-shuffle-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/shuffle
# catalog-date 2008-10-30 09:46:08 +0100
# catalog-license pd
# catalog-version 1.0
Name:		texlive-shuffle
Version:	1.0
Release:	3
Summary:	A symbol for the shuffle product
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/shuffle
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shuffle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shuffle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shuffle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides a LaTeX package and a font (as MetaFont
source) for the shuffle product which is used in some part of
mathematics and physics.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/shuffle/shuffle.mf
%{_texmfdistdir}/fonts/source/public/shuffle/shuffle10.mf
%{_texmfdistdir}/fonts/source/public/shuffle/shuffle7.mf
%{_texmfdistdir}/fonts/tfm/public/shuffle/shuffle10.tfm
%{_texmfdistdir}/fonts/tfm/public/shuffle/shuffle7.tfm
%{_texmfdistdir}/tex/latex/shuffle/Ushuffle.fd
%{_texmfdistdir}/tex/latex/shuffle/shuffle.sty
%doc %{_texmfdistdir}/doc/latex/shuffle/README
%doc %{_texmfdistdir}/doc/latex/shuffle/shuffle.pdf
#- source
%doc %{_texmfdistdir}/source/latex/shuffle/shuffle.dtx
%doc %{_texmfdistdir}/source/latex/shuffle/shuffle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: e06915e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21354 |14mr|texlive-sidecap-1.6f-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sidecap
# catalog-date 2007-01-14 23:54:50 +0100
# catalog-license lppl
# catalog-version 1.6f
Name:		texlive-sidecap
Version:	1.6f
Release:	3
Summary:	Typeset captions sideways
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sidecap
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sidecap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sidecap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sidecap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines environments called SCfigure and SCtable (analogous to
figure and table) to typeset captions sideways. Options include
outercaption, innercaption, leftcaption and rightcaption.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sidecap/sidecap.sty
%doc %{_texmfdistdir}/doc/latex/sidecap/README
%doc %{_texmfdistdir}/doc/latex/sidecap/sc-test-common.tex
%doc %{_texmfdistdir}/doc/latex/sidecap/sc-test1.tex
%doc %{_texmfdistdir}/doc/latex/sidecap/sc-test2.tex
%doc %{_texmfdistdir}/doc/latex/sidecap/sc-test3.tex
%doc %{_texmfdistdir}/doc/latex/sidecap/sc-test4.tex
%doc %{_texmfdistdir}/doc/latex/sidecap/sc-test5.tex
%doc %{_texmfdistdir}/doc/latex/sidecap/sc-test6.tex
%doc %{_texmfdistdir}/doc/latex/sidecap/sidecap.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sidecap/Makefile
%doc %{_texmfdistdir}/source/latex/sidecap/sidecap.dtx
%doc %{_texmfdistdir}/source/latex/sidecap/sidecap.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6f-3
+ Revision: 58eb877
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21355 |14mr|texlive-sidenotes-20120808-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26610
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-sidenotes
Version:	20120808
Release:	2
Summary:	TeXLive sidenotes package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sidenotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sidenotes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sidenotes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive sidenotes package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sidenotes/sidenotes.sty
%doc %{_texmfdistdir}/doc/latex/sidenotes/README
%doc %{_texmfdistdir}/doc/latex/sidenotes/sidenotes.pdf
%doc %{_texmfdistdir}/doc/latex/sidenotes/sn.bib
%doc %{_texmfdistdir}/doc/latex/sidenotes/sn_usage_biblatex.pdf
%doc %{_texmfdistdir}/doc/latex/sidenotes/sn_usage_biblatex.tex
%doc %{_texmfdistdir}/doc/latex/sidenotes/sn_usage_bibtex.pdf
%doc %{_texmfdistdir}/doc/latex/sidenotes/sn_usage_bibtex.tex
#- source
%doc %{_texmfdistdir}/source/latex/sidenotes/sidenotes.dtx
%doc %{_texmfdistdir}/source/latex/sidenotes/sidenotes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120808-2
+ Revision: b7bad9c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21356 |14mr|texlive-sides-20070226-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sides
# catalog-date 2007-02-26 21:24:31 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-sides
Version:	20070226
Release:	3
Summary:	A LaTeX class for typesetting stage plays
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sides
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sides.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sides.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a LaTeX class for typesetting stage plays, based on the
plari class written by Antti-Juhani Kaijanaho in 1998. It has
been updated and several formatting changes have been made to
it--most noticibly there are no longer orphans.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sides/sides.cls
%doc %{_texmfdistdir}/doc/latex/sides/README
%doc %{_texmfdistdir}/doc/latex/sides/sides-sample.pdf
%doc %{_texmfdistdir}/doc/latex/sides/sides-sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070226-3
+ Revision: 4fa7303
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21357 |14mr|texlive-silence-1.5b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27028
# category Package
# catalog-ctan /macros/latex/contrib/silence
# catalog-date 2012-07-04 10:43:54 +0200
# catalog-license lppl
# catalog-version 1.5b
Name:		texlive-silence
Version:	1.5b
Release:	2
Summary:	Selective filtering of error messages and warnings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/silence
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/silence.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/silence.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/silence.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to filter out unwanted warnings and
error messages issued by LaTeX, packages and classes, so they
won't pop out when there's nothing one can do about them.
Filtering goes from the very broad ("avoid all messages by such
and such") to the fine-grained ("avoid messages that begin
with..."). Messages may be saved to an external file for later
reference.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/silence/silence.sty
%doc %{_texmfdistdir}/doc/latex/silence/README
%doc %{_texmfdistdir}/doc/latex/silence/silence-doc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/silence/silence-doc.dtx
%doc %{_texmfdistdir}/source/latex/silence/silence.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5b-2
+ Revision: f628f9d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21358 |14mr|texlive-simplecd-1.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29260
# category Package
# catalog-ctan /macros/latex/contrib/simplecd
# catalog-date 2013-02-28 20:37:57 +0100
# catalog-license lppl1.2
# catalog-version 1.4
Name:		texlive-simplecd
Version:	1.4
Release:	6
Summary:	Simple CD, DVD covers for printing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/simplecd
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides printable cut-outs for various CD, DVD and
other disc holders. The name of the package comes from its
implementation and ease of use; it was designed just for text
content, but since the text is placed in a \parbox in a tabular
environment cell, a rather wide range of things may be placed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/simplecd/simplecd.sty
%doc %{_texmfdistdir}/doc/latex/simplecd/README
%doc %{_texmfdistdir}/doc/latex/simplecd/examples.pdf
%doc %{_texmfdistdir}/doc/latex/simplecd/examples.tex
%doc %{_texmfdistdir}/doc/latex/simplecd/simplecd.pdf
#- source
%doc %{_texmfdistdir}/source/latex/simplecd/simplecd.dtx
%doc %{_texmfdistdir}/source/latex/simplecd/simplecd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-6
+ Revision: 070f05c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21359 |14mr|texlive-simplecv-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/simplecv
# catalog-date 2008-08-23 15:48:35 +0200
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-simplecv
Version:	1.6
Release:	3
Summary:	A simple class for writing curricula vitae
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/simplecv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A derivative of the cv class available to lyx users (renamed to
avoid the existing cv package).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/simplecv/simplecv.cls
%doc %{_texmfdistdir}/doc/latex/simplecv/README
%doc %{_texmfdistdir}/doc/latex/simplecv/testcv.pdf
%doc %{_texmfdistdir}/doc/latex/simplecv/testcv.tex
#- source
%doc %{_texmfdistdir}/source/latex/simplecv/simplecv.dtx
%doc %{_texmfdistdir}/source/latex/simplecv/simplecv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: faaf744
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21360 |14mr|texlive-simplewick-1.2a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/simplewick
# catalog-date 2008-08-23 15:48:35 +0200
# catalog-license gpl
# catalog-version 1.2a
Name:		texlive-simplewick
Version:	1.2a
Release:	3
Summary:	Simple Wick contractions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/simplewick
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplewick.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplewick.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplewick.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a simple means of drawing Wick
contractions above and below expressions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/simplewick/simplewick.sty
%doc %{_texmfdistdir}/doc/latex/simplewick/README
%doc %{_texmfdistdir}/doc/latex/simplewick/simplewick.pdf
#- source
%doc %{_texmfdistdir}/source/latex/simplewick/simplewick.dtx
%doc %{_texmfdistdir}/source/latex/simplewick/simplewick.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2a-3
+ Revision: 6098f4b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21361 |14mr|texlive-simplified-latex-20101129-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20620
# category Package
# catalog-ctan /info/simplified-latex
# catalog-date 2010-11-29 22:48:23 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-simplified-latex
Version:	20101129
Release:	3
Summary:	A Simplified Introduction to LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/simplified-latex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplified-latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplified-latex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
An accessible introduction for the beginner.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/simplified-latex/README
%doc %{_texmfdistdir}/doc/latex/simplified-latex/simplified-intro.pdf
%doc %{_texmfdistdir}/doc/latex/simplified-latex/source.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101129-3
+ Revision: 544b552
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21362 |14mr|texlive-simurgh-0.01b-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31719
# category Package
# catalog-ctan /macros/luatex/latex/simurgh
# catalog-date 2013-09-21 10:47:25 +0200
# catalog-license gpl2
# catalog-version 0.01b
Name:		texlive-simurgh
Version:	0.01b
Release:	6
Summary:	Typeset Parsi in LuaLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/simurgh
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simurgh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simurgh.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an automatic and unified interface for
Parsi typesetting in LaTeX, using the LuaTeX engine. The
project to produce this system is dedicated to Ferdowsi The
Great.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-abjad.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-adadi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-algorithm.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-algorithmic.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amsart.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amsbook.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amsmath.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amstext.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amsthm.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-array.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-article.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-artikel1.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-artikel2.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-artikel3.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-arydshln.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-backref.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-bidi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-boek.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-boek3.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-book.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-bookest.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-caption3.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-char-def.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-char-ini.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-chkeng.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-clss.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-counters.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-cptns.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-doc.cls
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-empheq.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-extarticle.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-extbook.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-extletter.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-extreport.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-fleqn.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-fonts.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-footnotes.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-ftnxtra.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-glossaries.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-harfi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-jalalical.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-leqno.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-letter.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-lettrine.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-loader.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-ltx.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-mathdigitspec.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-memoir.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-minitoc.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-natbib.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-pkgs.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-poem.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-rapport1.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-rapport3.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-refrep.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-report.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-scrartcl.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-scrbook.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-scrlettr.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-scrreprt.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-shellescape.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-tags.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-tartibi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-tools.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi-core.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi-ini.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi-math.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh.sty
%doc %{_texmfdistdir}/doc/lualatex/simurgh/ChangeLog
%doc %{_texmfdistdir}/doc/lualatex/simurgh/README.doc
%doc %{_texmfdistdir}/doc/lualatex/simurgh/simurgh-doc.pdf
%doc %{_texmfdistdir}/doc/lualatex/simurgh/simurgh-doc.tex
%doc %{_texmfdistdir}/doc/lualatex/simurgh/simurgh-logo.pdf
%doc %{_texmfdistdir}/doc/lualatex/simurgh/simurgh-logo.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01b-6
+ Revision: 1e57d7c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21363 |14mr|texlive-SIstyle-2.3a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/SIstyle
# catalog-date 2008-07-16 16:54:56 +0200
# catalog-license lppl
# catalog-version 2.3a
Name:		texlive-SIstyle
Version:	2.3a
Release:	3
Summary:	Package to typeset SI units, numbers and angles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/SIstyle
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/SIstyle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/SIstyle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/SIstyle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package typesets SI units, numbers and angles according to
the ISO requirements. Care is taken with font setup and
requirements, and language customisation is available. Note
that this package is (in principle) superseded by siunitx;
sistyle has maintenance-only support, now.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/SIstyle/sistyle.sty
%doc %{_texmfdistdir}/doc/latex/SIstyle/README
%doc %{_texmfdistdir}/doc/latex/SIstyle/SIstyle-2.3a.pdf
%doc %{_texmfdistdir}/doc/latex/SIstyle/fig1.eps
%doc %{_texmfdistdir}/doc/latex/SIstyle/fig1.mps
%doc %{_texmfdistdir}/doc/latex/SIstyle/fig2.eps
%doc %{_texmfdistdir}/doc/latex/SIstyle/fig2.mps
%doc %{_texmfdistdir}/doc/latex/SIstyle/graphs_scr.zip
#- source
%doc %{_texmfdistdir}/source/latex/SIstyle/sistyle.dtx
%doc %{_texmfdistdir}/source/latex/SIstyle/sistyle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3a-3
+ Revision: 9d84347
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21364 |14mr|texlive-sitem-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22136
# category Package
# catalog-ctan /macros/latex/contrib/sitem
# catalog-date 2011-04-19 10:29:51 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-sitem
Version:	1.0
Release:	3
Summary:	Save the optional argument of \item
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sitem
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sitem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sitem.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sitem.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package modifies \item commands to save the optional
argument in a box.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sitem/sitem.sty
%doc %{_texmfdistdir}/doc/latex/sitem/sitem.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sitem/sitem.dtx
%doc %{_texmfdistdir}/source/latex/sitem/sitem.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: fd7bec8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21365 |14mr|texlive-SIunits-1.36-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/SIunits
# catalog-date 2008-06-16 17:21:40 +0200
# catalog-license lppl1.3
# catalog-version 1.36
Name:		texlive-SIunits
Version:	1.36
Release:	3
Summary:	International System of Units
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/SIunits
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/SIunits.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/SIunits.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/SIunits.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typeset physical units following the rules of the International
System of Units (SI). The package requires amstext, for proper
representation of some values. Note that the package is now
superseded by siunitx; siunits has maintenance-only support,
now.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/SIunits/SIunits.cfg
%{_texmfdistdir}/tex/latex/SIunits/SIunits.sty
%{_texmfdistdir}/tex/latex/SIunits/binary.sty
%doc %{_texmfdistdir}/doc/latex/SIunits/README
%doc %{_texmfdistdir}/doc/latex/SIunits/SIunits.pdf
#- source
%doc %{_texmfdistdir}/source/latex/SIunits/SIunits.drv
%doc %{_texmfdistdir}/source/latex/SIunits/SIunits.dtx
%doc %{_texmfdistdir}/source/latex/SIunits/SIunits.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.36-3
+ Revision: 732497a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21366 |14mr|texlive-siunitx-2.5g-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27181
# category Package
# catalog-ctan /macros/latex/contrib/siunitx
# catalog-date 2012-07-22 18:49:09 +0200
# catalog-license lppl1.3
# catalog-version 2.5g
Name:		texlive-siunitx
Version:	2.5g
Release:	2
Summary:	A comprehensive (SI) units package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/siunitx
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/siunitx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/siunitx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/siunitx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typesetting values with units requires care to ensure that the
combined mathematical meaning of the value plus unit
combination is clear. In particular, the SI units system lays
down a consistent set of units with rules on how they are to be
used. However, different countries and publishers have
differing conventions on the exact appearance of numbers (and
units). A number of LaTeX packages have been developed to
provide consistent application of the various rules: SIunits,
sistyle, unitsdef and units are the leading examples. The
numprint package provides a large number of number-related
functions, while dcolumn and rccol provide tools for
typesetting tabular numbers. The siunitx package takes the best
from the existing packages, and adds new features and a
consistent interface. A number of new ideas have been
incorporated, to fill gaps in the existing provision. The
package also provides backward-compatibility with SIunits,
sistyle, unitsdef and units. The aim is to have one package to
handle all of the possible unit-related needs of LaTeX users.
The package relies on LaTeX 3 support from the l3kernel and
l3packages bundles.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/siunitx/config/siunitx-abbreviations.cfg
%{_texmfdistdir}/tex/latex/siunitx/config/siunitx-binary.cfg
%{_texmfdistdir}/tex/latex/siunitx/config/siunitx-version-1.cfg
%{_texmfdistdir}/tex/latex/siunitx/siunitx.sty
%doc %{_texmfdistdir}/doc/latex/siunitx/README
%doc %{_texmfdistdir}/doc/latex/siunitx/siunitx.pdf
#- source
%doc %{_texmfdistdir}/source/latex/siunitx/siunitx.dtx
%doc %{_texmfdistdir}/source/latex/siunitx/siunitx.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5g-2
+ Revision: 5b4046e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21367 |14mr|texlive-skak-1.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32758
# category Package
# catalog-ctan /fonts/chess/skak
# catalog-date 2014-01-22 19:51:35 +0100
# catalog-license lppl
# catalog-version 1.5.2
Name:		texlive-skak
Version:	1.5.2
Release:	2
Summary:	Fonts and macros for typesetting chess games
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/chess/skak
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skak.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skak.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides macros and fonts in Metafont format which
can be used to typeset chess games using PGN, and to show
diagrams of the current board in a document. The package builds
on work by Piet Tutelaers -- the main novelty is the use of PGN
for input instead of the more cumbersome coordinate notation
(g1f3 becomes the more readable Nf3 in PGN). An Adobe Type 1
implementation of skak's fonts is available as package skaknew;
an alternative chess notational scheme is available in package
texmate, and a general mechanism for selecting chess fonts is
provided in chessfss.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/skak/skak10.mf
%{_texmfdistdir}/fonts/source/public/skak/skak15.mf
%{_texmfdistdir}/fonts/source/public/skak/skak20.mf
%{_texmfdistdir}/fonts/source/public/skak/skak30.mf
%{_texmfdistdir}/fonts/source/public/skak/skakbase.mf
%{_texmfdistdir}/fonts/source/public/skak/skakbrikker.mf
%{_texmfdistdir}/fonts/source/public/skak/skakf10.mf
%{_texmfdistdir}/fonts/source/public/skak/skakf10b.mf
%{_texmfdistdir}/fonts/source/public/skak/skakinf.mf
%{_texmfdistdir}/fonts/tfm/public/skak/skak10.tfm
%{_texmfdistdir}/fonts/tfm/public/skak/skak15.tfm
%{_texmfdistdir}/fonts/tfm/public/skak/skak20.tfm
%{_texmfdistdir}/fonts/tfm/public/skak/skak30.tfm
%{_texmfdistdir}/fonts/tfm/public/skak/skakf10.tfm
%{_texmfdistdir}/fonts/tfm/public/skak/skakf10b.tfm
%{_texmfdistdir}/tex/latex/skak/chess-workshop-symbols.sty
%{_texmfdistdir}/tex/latex/skak/skak.fd
%{_texmfdistdir}/tex/latex/skak/skak.sty
%{_texmfdistdir}/tex/latex/skak/uskak.fd
%doc %{_texmfdistdir}/doc/latex/skak/ChangeLog.md
%doc %{_texmfdistdir}/doc/latex/skak/LICENSE
%doc %{_texmfdistdir}/doc/latex/skak/README.md
%doc %{_texmfdistdir}/doc/latex/skak/THANKS
%doc %{_texmfdistdir}/doc/latex/skak/WC-2004-S-00007.tex
%doc %{_texmfdistdir}/doc/latex/skak/_region_.tex
%doc %{_texmfdistdir}/doc/latex/skak/andreas_wilm_1.tex
%doc %{_texmfdistdir}/doc/latex/skak/angletst.tex
%doc %{_texmfdistdir}/doc/latex/skak/debug_storegame.tex
%doc %{_texmfdistdir}/doc/latex/skak/demo-symbols.tex
%doc %{_texmfdistdir}/doc/latex/skak/fen_with_black.tex
%doc %{_texmfdistdir}/doc/latex/skak/font.tex
%doc %{_texmfdistdir}/doc/latex/skak/font2.tex
%doc %{_texmfdistdir}/doc/latex/skak/hightest.tex
%doc %{_texmfdistdir}/doc/latex/skak/informator.ps
%doc %{_texmfdistdir}/doc/latex/skak/informator.tex
%doc %{_texmfdistdir}/doc/latex/skak/ingo-bug1.tex
%doc %{_texmfdistdir}/doc/latex/skak/longmove_king_bug.tex
%doc %{_texmfdistdir}/doc/latex/skak/longmoves.tex
%doc %{_texmfdistdir}/doc/latex/skak/makefile
%doc %{_texmfdistdir}/doc/latex/skak/promotion_problem_Ulrike.tex
%doc %{_texmfdistdir}/doc/latex/skak/refman.ps
%doc %{_texmfdistdir}/doc/latex/skak/refman.tex
%doc %{_texmfdistdir}/doc/latex/skak/show.tex
%doc %{_texmfdistdir}/doc/latex/skak/skakdoc.ps
%doc %{_texmfdistdir}/doc/latex/skak/skakdoc.tex
%doc %{_texmfdistdir}/doc/latex/skak/special.map
%doc %{_texmfdistdir}/doc/latex/skak/syntax.tex
%doc %{_texmfdistdir}/doc/latex/skak/test1.tex
%doc %{_texmfdistdir}/doc/latex/skak/test2.tex
%doc %{_texmfdistdir}/doc/latex/skak/test_capture.tex
%doc %{_texmfdistdir}/doc/latex/skak/tuggame.ps
%doc %{_texmfdistdir}/doc/latex/skak/tuggame.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.2-2
+ Revision: 38f05f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21368 |14mr|texlive-skaknew-20090221-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20031
# category Package
# catalog-ctan /fonts/chess/skaknew
# catalog-date 2009-02-21 22:13:29 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-skaknew
Version:	20090221
Release:	3
Summary:	The skak chess fonts redone in Adobe Type 1
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/chess/skaknew
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skaknew.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skaknew.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package offers Adobe Type 1 versions of the fonts provided
as MetaFont source by the skak bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/skaknew/AlphaDia.afm
%{_texmfdistdir}/fonts/afm/public/skaknew/SkakNew-Diagram.afm
%{_texmfdistdir}/fonts/afm/public/skaknew/SkakNew-DiagramT.afm
%{_texmfdistdir}/fonts/afm/public/skaknew/SkakNew-Figurine.afm
%{_texmfdistdir}/fonts/afm/public/skaknew/SkakNew-FigurineBold.afm
%{_texmfdistdir}/fonts/map/dvips/skaknew/SkakNew.map
%{_texmfdistdir}/fonts/opentype/public/skaknew/AlphaDia.otf
%{_texmfdistdir}/fonts/opentype/public/skaknew/SkakNew-Diagram.otf
%{_texmfdistdir}/fonts/opentype/public/skaknew/SkakNew-DiagramT.otf
%{_texmfdistdir}/fonts/opentype/public/skaknew/SkakNew-Figurine.otf
%{_texmfdistdir}/fonts/opentype/public/skaknew/SkakNew-FigurineBold.otf
%{_texmfdistdir}/fonts/tfm/public/skaknew/AlphaDia.tfm
%{_texmfdistdir}/fonts/tfm/public/skaknew/SkakNew-Diagram.tfm
%{_texmfdistdir}/fonts/tfm/public/skaknew/SkakNew-DiagramT.tfm
%{_texmfdistdir}/fonts/tfm/public/skaknew/SkakNew-Figurine.tfm
%{_texmfdistdir}/fonts/tfm/public/skaknew/SkakNew-FigurineBold.tfm
%{_texmfdistdir}/fonts/type1/public/skaknew/AlphaDia.inf
%{_texmfdistdir}/fonts/type1/public/skaknew/AlphaDia.pfb
%{_texmfdistdir}/fonts/type1/public/skaknew/AlphaDia.pfm
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Diagram.inf
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Diagram.pfb
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Diagram.pfm
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-DiagramT.inf
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-DiagramT.pfb
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-DiagramT.pfm
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Figurine.inf
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Figurine.pfb
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Figurine.pfm
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-FigurineBold.inf
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-FigurineBold.pfb
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-FigurineBold.pfm
%doc %{_texmfdistdir}/doc/fonts/skaknew/README
%doc %{_texmfdistdir}/doc/fonts/skaknew/SkakNew.pdf
%doc %{_texmfdistdir}/doc/fonts/skaknew/SkakNew.tex
%doc %{_texmfdistdir}/doc/fonts/skaknew/fonttables.pdf
%doc %{_texmfdistdir}/doc/fonts/skaknew/install.vtex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090221-3
+ Revision: f86cdd1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21369 |14mr|texlive-skb-0.51-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22781
# category Package
# catalog-ctan /macros/latex/contrib/skb
# catalog-date 2011-05-13 02:11:01 +0200
# catalog-license lppl1.3
# catalog-version 0.51
Name:		texlive-skb
Version:	0.51
Release:	3
Summary:	Tools for a repository of long-living documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/skb
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros that help to build a document
repository for long living documents. It focuses on structure
and re-use of text, code, figures etc. The basic concept is
first to separate structure from content (i.e., text about a
topic from the structure it is presented by) and then
separating the content from the actual published document, thus
enabling easy re-use of text blocks in different publications
(i.e., text about a protocol in a short article about this
protocol as well as in a book about many protocols); all
without constantly copying or changing text. As a side effect,
using the document classes provided, it hides a lot of LaTeX
from someone who just wants to write articles and books.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/skb/skb.cfg
%{_texmfdistdir}/tex/latex/skb/skb.sty
%{_texmfdistdir}/tex/latex/skb/skbarticle.cls
%{_texmfdistdir}/tex/latex/skb/skbbeamer.cls
%{_texmfdistdir}/tex/latex/skb/skbbook.cls
%{_texmfdistdir}/tex/latex/skb/skblncsbeamer.cls
%{_texmfdistdir}/tex/latex/skb/skblncsppt.cls
%{_texmfdistdir}/tex/latex/skb/skbmoderncv.cls
%doc %{_texmfdistdir}/doc/latex/skb/HISTORY.TXT
%doc %{_texmfdistdir}/doc/latex/skb/LICENSE.TXT
%doc %{_texmfdistdir}/doc/latex/skb/MANIFEST.TXT
%doc %{_texmfdistdir}/doc/latex/skb/README
%doc %{_texmfdistdir}/doc/latex/skb/TODO.TXT
%doc %{_texmfdistdir}/doc/latex/skb/makefile
%doc %{_texmfdistdir}/doc/latex/skb/skb.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/acronyms.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibliography.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex-styles.bbx
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/article.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/book.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/collection.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/conference.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/inbook.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/incollection.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/inproceedings.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/manual.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/misc.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/online.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/proceedings.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/report.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/standard.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/techreport.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/unpublished.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/example-toc.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/example.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/figure-classic.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/listings.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/optional-text.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/paths.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/rebuild.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbconfig.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbem.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbfigure.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbheading.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbinput.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbslide.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbslidecite.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/used-options.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/baf.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/complete.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/exa-doc.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/publish-art.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/publish.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/repository.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/skb-distribution.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-0.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-1.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-10.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-11.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-12.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-13.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-14.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-2.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-3.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-4.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-5.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-6.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-7.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-8.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-9.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/abstract.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/applicability.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/exa-doc/documentation.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/example-article.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/config-cmd.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/config-opt-table.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/config-opt.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/config.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/distribution.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/folders.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/installation.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/rebuild.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/start.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/used-options.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/intent.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/acr-bib.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/figures.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/figures2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/headings-and-files.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/listing.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/lists.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/manual.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/optional-text.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/path-commands.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/pdfinfo.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/skbem.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/skbfigure-opt-table.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/skbinput-opt-table.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/slides.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/slides2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-cs.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-final.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-parts-baf.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-parts-pc.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-parts-pc2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-parts.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/story/long.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/story/long2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/story/short.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/title.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/about.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/applicability.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/example-art-tex1.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/example-art-tex2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/example-art-tex3.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/example-art-toc.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/intent.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-acrbib.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-figures-exa.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-figures-exna.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-figures-opt.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-figures.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-haf.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-listings.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-lists.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-optional-text.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-paths.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-pdfinfo.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-skbem.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-slides1.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-slides2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate-cs.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate-parts-baf.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate-parts-pc1.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate-parts-pc2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-config-cmd.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-config-opt.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-distribution.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-folders.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-installation.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-rebuild1.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-rebuild2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-used-options.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/story-long1.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/story-long2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/story-short.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/ug-slides-anim.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/ug-slides-load.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/ug-slides-noanim.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/ug-slides-notes.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/user-guide-load.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/user-guide.tex
#- source
%doc %{_texmfdistdir}/source/latex/skb/skb.dtx
%doc %{_texmfdistdir}/source/latex/skb/skb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.51-3
+ Revision: f4d3b20
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21370 |14mr|texlive-skdoc-1.4a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32278
# category Package
# catalog-ctan /macros/latex/contrib/skdoc
# catalog-date 2013-11-28 23:56:30 +0100
# catalog-license lppl1.3
# catalog-version 1.4a
Name:		texlive-skdoc
Version:	1.4a
Release:	6
Summary:	Documentation and extraction for packages and document classes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/skdoc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skdoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skdoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skdoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides the functionality and implementation of
packages and document classes. It is loosely based on the ydoc
and ltxdoc classes, but has a number of incompatible
differences. The class defines a MacroCode environment which
offers an alternative to the the usual docstrip method of
installing packages. It has the ability to generate both
documentation and code in a single run of a single file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/skdoc/skdoc.cls
%doc %{_texmfdistdir}/doc/latex/skdoc/README
%doc %{_texmfdistdir}/doc/latex/skdoc/skdoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/skdoc/skdoc.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4a-6
+ Revision: f5bbfd6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21371 |14mr|texlive-skeycommand-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24652
# category Package
# catalog-ctan /macros/latex/contrib/skeycommand
# catalog-date 2011-11-20 11:43:03 +0100
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-skeycommand
Version:	0.4
Release:	3
Summary:	Create commands using parameters and keyval in parallel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/skeycommand
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skeycommand.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skeycommand.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides tools for defining LaTeX commands and
environments using combinations of parameters and keys. All the
facilities of the ltxkeys and skeyval packages are available to
the user of skeycommand.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/skeycommand/skeycommand.sty
%doc %{_texmfdistdir}/doc/latex/skeycommand/README
%doc %{_texmfdistdir}/doc/latex/skeycommand/skeycommand-guide.cfg
%doc %{_texmfdistdir}/doc/latex/skeycommand/skeycommand-guide.pdf
%doc %{_texmfdistdir}/doc/latex/skeycommand/skeycommand-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-3
+ Revision: e92c74c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21372 |14mr|texlive-skeyval-0.72-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18494
# category Package
# catalog-ctan /macros/latex/contrib/skeyval
# catalog-date 2010-05-25 22:04:49 +0200
# catalog-license lppl1.3
# catalog-version 0.72
Name:		texlive-skeyval
Version:	0.72
Release:	3
Summary:	Extensions to xkeyval
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/skeyval
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skeyval.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skeyval.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides several extensions to the xkeyval,
including new key types, and key management methods.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/skeyval/skeyval.sty
%doc %{_texmfdistdir}/doc/latex/skeyval/README
%doc %{_texmfdistdir}/doc/latex/skeyval/skeyval-guide.pdf
%doc %{_texmfdistdir}/doc/latex/skeyval/skeyval-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.72-3
+ Revision: 2ca2f39
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21373 |14mr|texlive-skmath-0.3a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30941
# category Package
# catalog-ctan /macros/latex/contrib/skmath
# catalog-date 2013-06-24 23:09:25 +0200
# catalog-license lppl1.3
# catalog-version 0.3a
Name:		texlive-skmath
Version:	0.3a
Release:	6
Summary:	Extensions to the maths command repertoir
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/skmath
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skmath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skmath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a selection of new maths commands and
improved re-definitions of existing commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/skmath/skmath.sty
%doc %{_texmfdistdir}/doc/latex/skmath/README
%doc %{_texmfdistdir}/doc/latex/skmath/skmath.pdf
#- source
%doc %{_texmfdistdir}/source/latex/skmath/skmath.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3a-6
+ Revision: ffc96ab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21374 |14mr|texlive-skrapport-0.12d-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31718
# category Package
# catalog-ctan /macros/latex/contrib/skrapport
# catalog-date 2013-09-21 11:27:06 +0200
# catalog-license lppl1.3
# catalog-version 0.12d
Name:		texlive-skrapport
Version:	0.12d
Release:	6
Summary:	'Simple' class for reports, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/skrapport
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skrapport.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skrapport.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skrapport.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is intended for simple documents (e.g., reports
handed in as coursework and the like). The class is small and
straightforward; its design was inspired by that of the PracTeX
journal style.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-cruelwater.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-default.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-skdoc.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-unscathed.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-violet.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-size-common.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-size10pt.clo
%{_texmfdistdir}/tex/latex/skrapport/skrapport-size11pt.clo
%{_texmfdistdir}/tex/latex/skrapport/skrapport-size12pt.clo
%{_texmfdistdir}/tex/latex/skrapport/skrapport.cls
%doc %{_texmfdistdir}/doc/latex/skrapport/README
%doc %{_texmfdistdir}/doc/latex/skrapport/skrapport.pdf
#- source
%doc %{_texmfdistdir}/source/latex/skrapport/skrapport.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12d-6
+ Revision: 0143c21
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21375 |14mr|texlive-skull-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25608
# category Package
# catalog-ctan /fonts/skull
# catalog-date 2011-04-11 22:34:22 +0200
# catalog-license gpl
# catalog-version 0.1
Name:		texlive-skull
Version:	0.1
Release:	4
Summary:	A font to draw a skull
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/skull
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skull.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skull.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The font (defined in MetaFont) defines a single character, a
black solid skull. A package is supplied to make this character
available as a symbol in maths mode.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/skull/skull.mf
%{_texmfdistdir}/tex/latex/skull/skull.sty
#- source
%doc %{_texmfdistdir}/source/fonts/skull/skull.dtx
%doc %{_texmfdistdir}/source/fonts/skull/skull.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-4
+ Revision: b2e5538
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21376 |14mr|texlive-slantsc-2.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25007
# category Package
# catalog-ctan /macros/latex/contrib/slantsc
# catalog-date 2012-01-02 14:24:13 +0100
# catalog-license lppl
# catalog-version 2.11
Name:		texlive-slantsc
Version:	2.11
Release:	2
Summary:	Access different-shaped small-caps fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/slantsc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/slantsc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/slantsc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/slantsc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package enables the use of small capitals in different
font shapes, e.g., slanted or bold slanted for all fonts that
provide appropriate font shapes. (Note that a separate .fd file
is needed to define font shapes such as 'scsl' or 'scit'.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/slantsc/slantsc.sty
%doc %{_texmfdistdir}/doc/latex/slantsc/ChangeLog
%doc %{_texmfdistdir}/doc/latex/slantsc/Makefile
%doc %{_texmfdistdir}/doc/latex/slantsc/README
%doc %{_texmfdistdir}/doc/latex/slantsc/getversion.tex
%doc %{_texmfdistdir}/doc/latex/slantsc/slantsc.pdf
%doc %{_texmfdistdir}/doc/latex/slantsc/testslantsc.tex
#- source
%doc %{_texmfdistdir}/source/latex/slantsc/slantsc.dtx
%doc %{_texmfdistdir}/source/latex/slantsc/slantsc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.11-2
+ Revision: 62e8f65
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21377 |14mr|texlive-slideshow-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/slideshow
# catalog-date 2008-12-04 14:14:32 +0100
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-slideshow
Version:	1.0
Release:	3
Summary:	Generate slideshow with MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/slideshow
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/slideshow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/slideshow.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of creating presentations in
MetaPost, without intervention from other utilities (except a
distiller). Such an arrangement has its advantages (though
there are disadvantages too).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/slideshow/pathalong.mp
%{_texmfdistdir}/metapost/slideshow/slideshow.mp
%{_texmfdistdir}/metapost/slideshow/sshowex.mp
%{_texmfdistdir}/metapost/slideshow/sshowex2.mp
%{_texmfdistdir}/metapost/slideshow/sshowex3.mp
%{_texmfdistdir}/metapost/slideshow/sshowintro.mp
%doc %{_texmfdistdir}/doc/metapost/slideshow/slideshow.txt
%doc %{_texmfdistdir}/doc/metapost/slideshow/sshowex.pdf
%doc %{_texmfdistdir}/doc/metapost/slideshow/sshowex2.pdf
%doc %{_texmfdistdir}/doc/metapost/slideshow/sshowex3.pdf
%doc %{_texmfdistdir}/doc/metapost/slideshow/sshowintro.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 48c1d71
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21378 |14mr|texlive-smalltableof-20101105-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20333
# category Package
# catalog-ctan /macros/latex/contrib/smalltableof
# catalog-date 2010-11-05 12:10:03 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-smalltableof
Version:	20101105
Release:	3
Summary:	Create listoffigures etc. in a single chapter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/smalltableof
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/smalltableof.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/smalltableof.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows you to create a list of figures and list of
tables in a chapter named 'List' that contains separate
sections for each list of figures, tables, etc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/smalltableof/smalltableof.sty
%doc %{_texmfdistdir}/doc/latex/smalltableof/README
%doc %{_texmfdistdir}/doc/latex/smalltableof/smalltableof-doc-fr.pdf
%doc %{_texmfdistdir}/doc/latex/smalltableof/smalltableof-doc-fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101105-3
+ Revision: ad7b19a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21379 |14mr|texlive-smartdiagram-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30046
# category Package
# catalog-ctan /graphics/pgf/contrib/smartdiagram
# catalog-date 2013-04-02 02:01:45 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-smartdiagram
Version:	0.3
Release:	6
Summary:	Generate diagrams from lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/smartdiagram
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/smartdiagram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/smartdiagram.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/smartdiagram.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package will create 'smart' diagrams from lists of items,
for simple documents and for presentations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagram.sty
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagramlibraryadditions.code.tex
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagramlibrarycore.commands.code.tex
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagramlibrarycore.definitions.code.tex
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagramlibrarycore.styles.code.tex
%doc %{_texmfdistdir}/doc/latex/smartdiagram/README
%doc %{_texmfdistdir}/doc/latex/smartdiagram/smartdiagram.pdf
#- source
%doc %{_texmfdistdir}/source/latex/smartdiagram/smartdiagram.dtx
%doc %{_texmfdistdir}/source/latex/smartdiagram/smartdiagram.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-6
+ Revision: 1226603
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21380 |14mr|texlive-smartref-1.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20311
# category Package
# catalog-ctan /macros/latex/contrib/smartref
# catalog-date 2010-11-01 15:44:19 +0100
# catalog-license lppl
# catalog-version 1.9
Name:		texlive-smartref
Version:	1.9
Release:	3
Summary:	Extend LaTeX's \ref capability
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/smartref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/smartref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/smartref.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the LaTeX labelling system: whenever a
label is set, the values of counters (selected by the user) are
recorded, along with the label. The value of these counters can
be recalled with a command similar to \pageref. The package
also adds commands \s[name]ref (for each counter [name] that
the user has selected); these commands display something only
if the value of the [name] counter is changed from when the
label was set. Many commands are provided to serve as a macro
programming environment for using the extended labels.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/smartref/byname.sty
%{_texmfdistdir}/tex/latex/smartref/smartref.sty
%doc %{_texmfdistdir}/doc/latex/smartref/README
%doc %{_texmfdistdir}/doc/latex/smartref/smartref-doc.pdf
%doc %{_texmfdistdir}/doc/latex/smartref/smartref-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9-3
+ Revision: 7526c45
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21381 |14mr|texlive-snapshot-1.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/snapshot
# catalog-date 2006-12-14 00:03:18 +0100
# catalog-license lppl
# catalog-version 1.14
Name:		texlive-snapshot
Version:	1.14
Release:	3
Summary:	List the external dependencies of a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/snapshot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/snapshot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/snapshot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/snapshot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The snapshot package helps the owner of a LaTeX document obtain
a list of the external dependencies of the document, in a form
that can be embedded at the top of the document. It provides a
snapshot of the current processing context of the document,
insofar as it can be determined from inside LaTeX. If a
document contains such a dependency list, then it becomes
possible to arrange that the document be processed always with
the same versions of everything, in order to ensure the same
output. This could be useful for someone wanting to keep a
LaTeX document on hand and consistently reproduce an identical
DVI file from it, on the fly; or for someone wanting to shield
a document during the final stages of its production cycle from
unexpected side effects of routine upgrades to the TeX system.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/snapshot/snapshot.sty
%doc %{_texmfdistdir}/doc/latex/snapshot/snapshot.pdf
#- source
%doc %{_texmfdistdir}/source/latex/snapshot/snapshot.dtx
%doc %{_texmfdistdir}/source/latex/snapshot/snapshot.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.14-3
+ Revision: e542cff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21382 |14mr|texlive-snotez-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30355
# category Package
# catalog-ctan /macros/latex/contrib/snotez
# catalog-date 2013-05-09 13:28:31 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-snotez
Version:	0.3
Release:	6
Summary:	Typeset notes, in the margin
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/snotez
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/snotez.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/snotez.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a macro \sidenote, that places a note in
the margin of the document, with its baseline aligned with the
baseline in the body of the document. These sidenotes are
numbered (both in the text, and on the notes themselves). The
package loads the package etoolbox, pgfopts, marginnote and
perpage.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/snotez/snotez.sty
%doc %{_texmfdistdir}/doc/latex/snotez/README
%doc %{_texmfdistdir}/doc/latex/snotez/snotez_en.pdf
%doc %{_texmfdistdir}/doc/latex/snotez/snotez_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-6
+ Revision: 5f0f792
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21383 |14mr|texlive-songbook-4.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18136
# category Package
# catalog-ctan /macros/latex/contrib/songbook
# catalog-date 2010-05-06 13:38:32 +0200
# catalog-license lgpl2.1
# catalog-version 4.5
Name:		texlive-songbook
Version:	4.5
Release:	3
Summary:	Package for typesetting song lyrics and chord books
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/songbook
License:	LGPL2.1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/songbook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/songbook.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/songbook.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an all purpose songbook style. Three types
of output may be created from a single input file: "words and
chords" books for the musicians to play from, "words only"
songbooks for the congregation to sing from, and overhead
transparency masters for congregational use. The package will
also print a table of contents, an index sorted by title and
first line, and an index sorted by key, or by artist/composer.
The package attempts to handle songs in multiple keys, as well
as songs in multiple languages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/songbook/songbook.ist
%{_texmfdistdir}/tex/latex/songbook/conditionals.sty
%{_texmfdistdir}/tex/latex/songbook/songbook.sty
%doc %{_texmfdistdir}/doc/latex/songbook/LesserGPL.txt
%doc %{_texmfdistdir}/doc/latex/songbook/README
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/CarolBook/CarolBook.tex
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/CarolBook/CarolBookOH.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/CarolBook/CarolBookWB.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/README
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/crd2sb/NothingButTheBlood.crd
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/crd2sb/crd2sb
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/crd2sb/crd2sb.txt
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/modulate
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/texchord.sty
%doc %{_texmfdistdir}/doc/latex/songbook/install.txt
%doc %{_texmfdistdir}/doc/latex/songbook/mksbadx
%doc %{_texmfdistdir}/doc/latex/songbook/mksbkdx
%doc %{_texmfdistdir}/doc/latex/songbook/mksbtdx
%doc %{_texmfdistdir}/doc/latex/songbook/sample-sb.tex
%doc %{_texmfdistdir}/doc/latex/songbook/sampleAdx.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/sampleAdx.tex
%doc %{_texmfdistdir}/doc/latex/songbook/sampleCBK.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/sampleCSBK.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/sampleKdx.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/sampleKdx.tex
%doc %{_texmfdistdir}/doc/latex/songbook/sampleOH.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/sampleTdx.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/sampleTdx.tex
%doc %{_texmfdistdir}/doc/latex/songbook/sampleToc.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/sampleToc.tex
%doc %{_texmfdistdir}/doc/latex/songbook/sampleWBK.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/songbook.pdf
#- source
%doc %{_texmfdistdir}/source/latex/songbook/songbook.dtx
%doc %{_texmfdistdir}/source/latex/songbook/songbook.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.5-3
+ Revision: 3f0490e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21384 |14mr|texlive-songs-2.14-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30005
# category Package
# catalog-ctan /macros/latex/contrib/songs
# catalog-date 2012-04-22 21:38:25 +0200
# catalog-license gpl
# catalog-version 2.14
Name:		texlive-songs
Version:	2.14
Release:	6
Summary:	Produce song books for church or fellowship
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/songs
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/songs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/songs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/songs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of producing beautiful song books
for church or fellowship. It offers: - a very easy chord-entry
syntax; - multiple modes (words-only; words+chords; slides;
handouts); - measure bars; - guitar tablatures; - automatic
transposition; - scripture quotations; - multiple indexes
(sorted by title, author, important lyrics, or scripture
references); and - projector-style output generation, for
interactive use. A set of example documents is provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/songs/songs.sty
%doc %{_texmfdistdir}/doc/latex/songs/Makefile
%doc %{_texmfdistdir}/doc/latex/songs/README
%doc %{_texmfdistdir}/doc/latex/songs/history.txt
%doc %{_texmfdistdir}/doc/latex/songs/license.txt
%doc %{_texmfdistdir}/doc/latex/songs/sample/Makefile
%doc %{_texmfdistdir}/doc/latex/songs/sample/chordbook.tex
%doc %{_texmfdistdir}/doc/latex/songs/sample/lyricbook.tex
%doc %{_texmfdistdir}/doc/latex/songs/sample/slidebook.tex
%doc %{_texmfdistdir}/doc/latex/songs/sample/songs.sbd
%doc %{_texmfdistdir}/doc/latex/songs/sample/transparencies.tex
%doc %{_texmfdistdir}/doc/latex/songs/songidx/Makefile
%doc %{_texmfdistdir}/doc/latex/songs/songidx/authidx.c
%doc %{_texmfdistdir}/doc/latex/songs/songidx/bible.can
%doc %{_texmfdistdir}/doc/latex/songs/songidx/catholic.can
%doc %{_texmfdistdir}/doc/latex/songs/songidx/chars.h
%doc %{_texmfdistdir}/doc/latex/songs/songidx/fileio.c
%doc %{_texmfdistdir}/doc/latex/songs/songidx/fileio.h
%doc %{_texmfdistdir}/doc/latex/songs/songidx/greek.can
%doc %{_texmfdistdir}/doc/latex/songs/songidx/protestant.can
%doc %{_texmfdistdir}/doc/latex/songs/songidx/scripidx.c
%doc %{_texmfdistdir}/doc/latex/songs/songidx/songidx.c
%doc %{_texmfdistdir}/doc/latex/songs/songidx/songidx.h
%doc %{_texmfdistdir}/doc/latex/songs/songidx/songsort.c
%doc %{_texmfdistdir}/doc/latex/songs/songidx/tanakh.can
%doc %{_texmfdistdir}/doc/latex/songs/songidx/titleidx.c
%doc %{_texmfdistdir}/doc/latex/songs/songidx/vsconfig.h
%doc %{_texmfdistdir}/doc/latex/songs/songs.pdf
#- source
%doc %{_texmfdistdir}/source/latex/songs/songs.dtx
%doc %{_texmfdistdir}/source/latex/songs/songs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.14-6
+ Revision: 6174040
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21385 |14mr|texlive-sort-by-letters-20120604-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27128
# category Package
# catalog-ctan /biblio/bibtex/contrib/sort-by-letters
# catalog-date 2012-06-04 23:25:44 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-sort-by-letters
Version:	20120604
Release:	2
Summary:	Bibliography styles for alphabetic sorting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/sort-by-letters
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sort-by-letters.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sort-by-letters.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle contains several bibliography styles for separating
a document's references by the first letter of the first
author/editor in the bibliography entry. The styles are adapted
from standard ones or from natbib ones.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/sort-by-letters/abbrv-letters.bst
%{_texmfdistdir}/bibtex/bst/sort-by-letters/alpha-letters.bst
%{_texmfdistdir}/bibtex/bst/sort-by-letters/apalike-letters.bst
%{_texmfdistdir}/bibtex/bst/sort-by-letters/frplainnat-letters.bst
%{_texmfdistdir}/bibtex/bst/sort-by-letters/plain-letters.bst
%{_texmfdistdir}/bibtex/bst/sort-by-letters/plainnat-letters.bst
%{_texmfdistdir}/bibtex/bst/sort-by-letters/siam-letters.bst
%doc %{_texmfdistdir}/doc/bibtex/sort-by-letters/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120604-2
+ Revision: 6d4fa71
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21386 |14mr|texlive-soton-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16215
# category Package
# catalog-ctan /macros/latex/contrib/soton
# catalog-date 2009-11-28 09:57:52 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-soton
Version:	0.1
Release:	3
Summary:	University of Southampton-compliant slides
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/soton
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/soton.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/soton.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle contains two packages: soton-palette which defines
colour-ways, and soton-beamer, which uses the colours to
produce compliant presentations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/soton/soton-beamer.sty
%{_texmfdistdir}/tex/latex/soton/soton-palette.sty
%doc %{_texmfdistdir}/doc/latex/soton/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: acc81e9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21387 |14mr|texlive-soul-2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/soul
# catalog-date 2009-10-10 00:35:28 +0200
# catalog-license lppl
# catalog-version 2.4
Name:		texlive-soul
Version:	2.4
Release:	3
Summary:	Hyphenation for letterspacing, underlining, and more
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/soul
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/soul.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/soul.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/soul.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides hyphenatable spacing out (letterspacing), underlining,
striking out, etc., using the TeX hyphenation algorithm to find
the proper hyphens automatically. The package also provides a
mechanism that can be used to implement similar tasks, that
have to treat text syllable by syllable. This is shown in two
examples. The package itself does not support UTF-8 input in
ordinary (PDF)LaTeX; some UTF-8 support is offered by package
soulutf8.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/soul/soul.sty
%doc %{_texmfdistdir}/doc/latex/soul/soul.pdf
%doc %{_texmfdistdir}/doc/latex/soul/soul.txt
#- source
%doc %{_texmfdistdir}/source/latex/soul/Makefile
%doc %{_texmfdistdir}/source/latex/soul/soul.dtx
%doc %{_texmfdistdir}/source/latex/soul/soul.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-3
+ Revision: 3fe2a63
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21388 |14mr|texlive-spanglish-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20889
# category Package
# catalog-ctan /language/spanish/babel/contrib/spanglish
# catalog-date 2010-12-28 21:48:53 +0100
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-spanglish
Version:	0.1
Release:	3
Summary:	Simplified Spanish support for Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/spanish/babel/contrib/spanglish
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spanglish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spanglish.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides very simplified (or ultra sloppy) support
for Spanish in Babel, mostly as a fallback in case spanish.ldf
fails for some reason. The package provides basic support for
Spanish hyphenation, captions, date, frenchspacing,
indentfirst, symbolic footnotes, enumerations, small caps roman
numerals, and a handful of shorthands and Spanish mathematical
operators. No options or attributes for customization are
provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/spanglish/spanglish.ldf
%{_texmfdistdir}/tex/latex/spanglish/spanglish.sty
%doc %{_texmfdistdir}/doc/latex/spanglish/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: c7b5944
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21389 |14mr|texlive-spanish-5.0k-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24229
# category Package
# catalog-ctan /language/spanish/babel/base
# catalog-date 2011-10-06 19:10:39 +0200
# catalog-license lppl
# catalog-version 5.0k
Name:		texlive-spanish
Version:	5.0k
Release:	3
Summary:	Spanish in Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/spanish/babel/base
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spanish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spanish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spanish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This bundle provides an upgrade of the Spanish support provided
by the LaTeX standard package babel. Note that separate support
is provided for those who wish to typeset Spanish as written in
Mexico.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/spanish/README
%doc %{_texmfdistdir}/doc/latex/spanish/romanidx.sty
%doc %{_texmfdistdir}/doc/latex/spanish/spanish.ldf
%doc %{_texmfdistdir}/doc/latex/spanish/spanish.pdf
%doc %{_texmfdistdir}/doc/latex/spanish/spanish2.html
#- source
%doc %{_texmfdistdir}/source/latex/spanish/spanish.dtx
%doc %{_texmfdistdir}/source/latex/spanish/spanish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.0k-3
+ Revision: 075cc5d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21390 |14mr|texlive-spanish-mx-1.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/spanish/babel/contrib/mexican
# catalog-date 2009-01-10 16:42:45 +0100
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-spanish-mx
Version:	1.1a
Release:	3
Summary:	Typeset Spanish as in Mexico
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/spanish/babel/contrib/mexican
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spanish-mx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spanish-mx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides files to support typesetting of texts in
Spanish according to Mexican current practices, using babel.
The files merge earlier work on a mexican.ldf, or may be used
to define a configuration that will typeset all documents (that
request babel's spanish option) to use the Mexican language
facilities. (Note that this facility is only available with the
recent (version >=4.2b) releases of the Spanish option.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/spanish-mx/esmx.cfg
%{_texmfdistdir}/tex/latex/spanish-mx/spanishmx.ldf
%{_texmfdistdir}/tex/latex/spanish-mx/spanishmx.sty
%doc %{_texmfdistdir}/doc/latex/spanish-mx/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1a-3
+ Revision: 9754a3e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21391 |14mr|texlive-sparklines-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16131
# category Package
# catalog-ctan /graphics/sparklines
# catalog-date 2009-11-22 10:21:09 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-sparklines
Version:	1.5
Release:	3
Summary:	Drawing sparklines: intense, simple, wordlike graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/sparklines
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sparklines.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sparklines.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Sparklines are intense, simple, wordlike graphics (so named by
Edward Tufte). In lieu of a more detailed introduction,
Professor Tufte's site has an early release of a chapter on
sparklines. A PHP implementation may be found at SourceForge. A
sparkline can be added using the sparkline environment. Also,
you can add sparkling rectangles for the median and special
sparkling dots in red or blue. The package requires pdflatex;
sparklines cannot appear in a dvi file. The sparklines package
uses pgf, and does not work with pictex.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sparklines/sparklines.sty
%doc %{_texmfdistdir}/doc/latex/sparklines/README
%doc %{_texmfdistdir}/doc/latex/sparklines/sparklines.pdf
%doc %{_texmfdistdir}/doc/latex/sparklines/sparklines.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: c209a2d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21392 |14mr|texlive-spath3-1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29898
# category Package
# catalog-ctan /graphics/pgf/contrib/spath3
# catalog-date 2013-04-12 17:56:37 +0200
# catalog-license lppl1.3
# catalog-version 1
Name:		texlive-spath3
Version:	1
Release:	6
Summary:	Manipulate "soft paths" in PGF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/spath3
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spath3.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spath3.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spath3.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The spath3 library provides methods for manipulating the "soft
paths" of TikZ/PGF. Packaged with it are two TikZ libraries
that make use of the methods provided. These are libraries for
drawing calligraphic paths and for drawing knot diagrams.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/spath3/spath3.sty
%{_texmfdistdir}/tex/latex/spath3/tikzlibrarycalligraphy.code.tex
%{_texmfdistdir}/tex/latex/spath3/tikzlibraryknots.code.tex
%doc %{_texmfdistdir}/doc/latex/spath3/README.txt
%doc %{_texmfdistdir}/doc/latex/spath3/calligraphy_doc.pdf
%doc %{_texmfdistdir}/doc/latex/spath3/calligraphy_doc.tex
%doc %{_texmfdistdir}/doc/latex/spath3/knots_doc.pdf
%doc %{_texmfdistdir}/doc/latex/spath3/knots_doc.tex
#- source
%doc %{_texmfdistdir}/source/latex/spath3/spath3.dtx
%doc %{_texmfdistdir}/source/latex/spath3/spath3.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-6
+ Revision: 1ca2220
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21393 |14mr|texlive-spelling-0.41-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30715
# category Package
# catalog-ctan /macros/luatex/generic/spelling
# catalog-date 2013-05-27 20:07:27 +0200
# catalog-license lppl1.3
# catalog-version 0.41
Name:		texlive-spelling
Version:	0.41
Release:	6
Summary:	Support for spell-checking of LuaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/spelling
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spelling.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spelling.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package aids spell-checking of TeX documents compiled with
the LuaTeX engine. It can give visual feedback in PDF output
similar to WYSIWYG word processors. The package relies on an
external spell-checker application to check spelling of a text
file and to output a list of bad spellings. The package should
work with most spell-checkers, even dumb, TeX-unaware ones.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/spelling/spelling-main.lua
%{_texmfdistdir}/scripts/spelling/spelling-recurse.lua
%{_texmfdistdir}/scripts/spelling/spelling-stage-1.lua
%{_texmfdistdir}/scripts/spelling/spelling-stage-2.lua
%{_texmfdistdir}/scripts/spelling/spelling-stage-3.lua
%{_texmfdistdir}/scripts/spelling/spelling-stage-4.lua
%{_texmfdistdir}/tex/luatex/spelling/spelling.sty
%doc %{_texmfdistdir}/doc/luatex/spelling/CHANGES
%doc %{_texmfdistdir}/doc/luatex/spelling/LICENSE
%doc %{_texmfdistdir}/doc/luatex/spelling/README
%doc %{_texmfdistdir}/doc/luatex/spelling/spelling-doc-lst-lua.tex
%doc %{_texmfdistdir}/doc/luatex/spelling/spelling-doc.bad
%doc %{_texmfdistdir}/doc/luatex/spelling/spelling-doc.pdf
%doc %{_texmfdistdir}/doc/luatex/spelling/spelling-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.41-6
+ Revision: 238fcb1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21394 |14mr|texlive-sphack-20101223-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20842
# category Package
# catalog-ctan /macros/latex/contrib/sphack
# catalog-date 2010-12-23 15:10:24 +0100
# catalog-license other-nonfree
# catalog-version undef
Name:		texlive-sphack
Version:	20101223
Release:	3
Summary:	Patch LaTeX kernel spacing macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sphack
License:	OTHER-NONFREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sphack.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sphack.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Change the kernel internal \@bsphack/\@esphack so that it is
also invisible in vertical mode.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sphack/sphack.sty
%doc %{_texmfdistdir}/doc/latex/sphack/sphack-doc.pdf
%doc %{_texmfdistdir}/doc/latex/sphack/sphack-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101223-3
+ Revision: 808bcd3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21395 |14mr|texlive-spie-3.25-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/spie
# catalog-date 2007-04-25 15:28:03 +0200
# catalog-license lppl
# catalog-version 3.25
Name:		texlive-spie
Version:	3.25
Release:	3
Summary:	Support for formatting SPIE Proceedings manuscripts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/spie
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spie.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spie.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class and a BibTeX style are provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/spie/report.bib
%{_texmfdistdir}/bibtex/bst/spie/spiebib.bst
%{_texmfdistdir}/tex/latex/spie/spie.cls
%doc %{_texmfdistdir}/doc/latex/spie/README
%doc %{_texmfdistdir}/doc/latex/spie/article.pdf
%doc %{_texmfdistdir}/doc/latex/spie/article.tex
%doc %{_texmfdistdir}/doc/latex/spie/mcr3b.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.25-3
+ Revision: 038977e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21396 |14mr|texlive-splines-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/splines
# catalog-date 2007-03-12 11:51:09 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-splines
Version:	0.2
Release:	3
Summary:	MetaPost macros for drawing cubic spline interpolants
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/splines
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splines.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splines.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splines.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a small package of macros for creating cubic spline
interpolants in MetaPost or MetaFont. Given a list of points
the macros can produce a closed or a relaxed spline joining
them. Given a list of function values y_j at x_j, the result
would define the graph of a cubic spline interpolating function
y=f(x), which is either periodic or relaxed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/splines/splines.mp
%{_texmfdistdir}/metapost/splines/testsplines.mp
%doc %{_texmfdistdir}/doc/metapost/splines/README
%doc %{_texmfdistdir}/doc/metapost/splines/splines.pdf
#- source
%doc %{_texmfdistdir}/source/metapost/splines/splines.dtx
%doc %{_texmfdistdir}/source/metapost/splines/splines.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: afd1827
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21397 |14mr|texlive-splitbib-1.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/splitbib
# catalog-date 2007-01-15 00:27:07 +0100
# catalog-license lppl
# catalog-version 1.17
Name:		texlive-splitbib
Version:	1.17
Release:	3
Summary:	Split and reorder your bibliography
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/splitbib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splitbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splitbib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splitbib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package enables you to split a bibliography into several
categories and subcategories. It does not depend on BibTeX: any
bibliography may be split and reordered.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/splitbib/splitbib.sty
%doc %{_texmfdistdir}/doc/latex/splitbib/README
%doc %{_texmfdistdir}/doc/latex/splitbib/splitbib.pdf
#- source
%doc %{_texmfdistdir}/source/latex/splitbib/splitbib.dtx
%doc %{_texmfdistdir}/source/latex/splitbib/splitbib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.17-3
+ Revision: b3f27f8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21398 |14mr|texlive-splitindex-1.2a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29792
# category Package
# catalog-ctan /macros/latex/contrib/splitindex
# catalog-date 2013-04-09 11:35:57 +0200
# catalog-license lppl
# catalog-version 1.2a
Name:		texlive-splitindex
Version:	1.2a
Release:	7
Summary:	Unlimited number of indexes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/splitindex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splitindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splitindex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splitindex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-splitindex.bin = %{EVRD}

%description
SplitIndex consists of a LaTeX package, splitidx, and a small
program, splitindex. The package may be used to produce one
index or several indexes. Without splitindex (for example,
using the index package), the number of indexes is limited by
the number of TeX's output streams. But using the program you
may use even more than 16 indexes: splitidx outputs only a
single file \jobname.idx and the program splits that file into
several raw index files and calls your favorite index processor
for each of the files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/splitindex
%{_texmfdistdir}/scripts/splitindex/splitindex.pl
%{_texmfdistdir}/scripts/splitindex/splitindex.tlu
%{_texmfdistdir}/scripts/splitindex/splitindex_main.tlu
%{_texmfdistdir}/tex/generic/splitindex/splitindex.tex
%{_texmfdistdir}/tex/latex/splitindex/splitidx.sty
%doc %{_texmfdistdir}/doc/latex/splitindex/README
%doc %{_texmfdistdir}/doc/latex/splitindex/install.txt
%doc %{_texmfdistdir}/doc/latex/splitindex/manifest.txt
%doc %{_texmfdistdir}/doc/latex/splitindex/splitidx.pdf
%doc %{_mandir}/man1/splitindex.1*
%doc %{_texmfdistdir}/doc/man/man1/splitindex.man1.pdf
#- source
%doc %{_texmfdistdir}/source/latex/splitindex/README
%doc %{_texmfdistdir}/source/latex/splitindex/install.sh
%doc %{_texmfdistdir}/source/latex/splitindex/install.txt
%doc %{_texmfdistdir}/source/latex/splitindex/manifest.txt
%doc %{_texmfdistdir}/source/latex/splitindex/splitidx.dtx
%doc %{_texmfdistdir}/source/latex/splitindex/splitidx.ins
%doc %{_texmfdistdir}/source/latex/splitindex/splitindex.1
%doc %{_texmfdistdir}/source/latex/splitindex/splitindex.c
%doc %{_texmfdistdir}/source/latex/splitindex/splitindex.java
%doc %{_texmfdistdir}/source/latex/splitindex/splitindex.pl
%doc %{_texmfdistdir}/source/latex/splitindex/splitindex.tex
%doc %{_texmfdistdir}/source/latex/splitindex/splitindex.tlu
%doc %{_texmfdistdir}/source/latex/splitindex/splitindex_main.tlu

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/splitindex/splitindex.pl splitindex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2a-7
+ Revision: dfd0c2b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21399 |14mr|texlive-spot-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22408
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/spot
# catalog-date 2011-05-10 01:20:26 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-spot
Version:	1.1
Release:	3
Summary:	Spotlight highlighting for Beamer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/spot
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows dramatic highlighting of words and phrases
by painting shapes around them. It is chiefly intended for use
in Beamer presentations, but it can be used in other document
classes as well.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/spot/spot.sty
%doc %{_texmfdistdir}/doc/latex/spot/README
%doc %{_texmfdistdir}/doc/latex/spot/spot.pdf
#- source
%doc %{_texmfdistdir}/source/latex/spot/spot.dtx
%doc %{_texmfdistdir}/source/latex/spot/spot.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: fcb0a0b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21400 |14mr|texlive-spotcolor-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/spotcolor
# catalog-date 2007-03-12 11:51:09 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-spotcolor
Version:	1.2
Release:	3
Summary:	Spot colours for pdfLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/spotcolor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spotcolor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spotcolor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides procedures for using spot colors in LaTeX
documents and the generated pdf files. Predefined templates for
PANTONE and HKS color spaces are included but new ones can
easily be defined.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/spotcolor/spotcolor.sty
%{_texmfdistdir}/tex/latex/spotcolor/spotcolorhks.tex
%{_texmfdistdir}/tex/latex/spotcolor/spotcolorpantone.tex
%doc %{_texmfdistdir}/doc/latex/spotcolor/README
%doc %{_texmfdistdir}/doc/latex/spotcolor/readme.pdf
%doc %{_texmfdistdir}/doc/latex/spotcolor/readme.tcp
%doc %{_texmfdistdir}/doc/latex/spotcolor/readme.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: e916b0d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21401 |14mr|texlive-spreadtab-0.4b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26384
# category Package
# catalog-ctan /macros/latex/contrib/spreadtab
# catalog-date 2012-05-14 12:19:39 +0200
# catalog-license lppl1.3
# catalog-version 0.4b
Name:		texlive-spreadtab
Version:	0.4b
Release:	2
Summary:	Spreadsheet features for LaTeX tabular environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/spreadtab
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spreadtab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spreadtab.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to construct tables in a manner
similar to a spreadsheet. The cells of a table have row and
column indices and these can be used in formulas to generate
values in other cells.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/spreadtab/spreadtab.sty
%doc %{_texmfdistdir}/doc/latex/spreadtab/README
%doc %{_texmfdistdir}/doc/latex/spreadtab/spreadtab_doc_en.pdf
%doc %{_texmfdistdir}/doc/latex/spreadtab/spreadtab_doc_en.tex
%doc %{_texmfdistdir}/doc/latex/spreadtab/spreadtab_doc_fr.pdf
%doc %{_texmfdistdir}/doc/latex/spreadtab/spreadtab_doc_fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4b-2
+ Revision: eaefa3a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21402 |14mr|texlive-spverbatim-v1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/spverbatim
# catalog-date 2009-11-10 00:30:52 +0100
# catalog-license lppl
# catalog-version v1.0
Name:		texlive-spverbatim
Version:	v1.0
Release:	3
Summary:	Allow line breaks within \verb and verbatim output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/spverbatim
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spverbatim.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spverbatim.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spverbatim.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX's \verb macro treats its argument as an unbreakable unit
of text. This can lead to poor typesetting, especially when the
argument is long. The spverbatim package provides an \spverb
macro that is analogous to \verb and an spverbatim environment
that is analogous to verbatim with the difference being that
\spverb and spverbatim allow LaTeX to break lines at space
characters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/spverbatim/spverbatim.sty
%doc %{_texmfdistdir}/doc/latex/spverbatim/README
%doc %{_texmfdistdir}/doc/latex/spverbatim/spverbatim.pdf
#- source
%doc %{_texmfdistdir}/source/latex/spverbatim/spverbatim.dtx
%doc %{_texmfdistdir}/source/latex/spverbatim/spverbatim.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.0-3
+ Revision: 228f2fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21403 |14mr|texlive-srbook-mem-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23454
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-srbook-mem
Version:	20111104
Release:	3
Summary:	TeXLive srbook-mem package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/srbook-mem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/srbook-mem.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive srbook-mem package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/srbook-mem/srbook-mem.sty
%doc %{_texmfdistdir}/doc/latex/srbook-mem/README
%doc %{_texmfdistdir}/doc/latex/srbook-mem/SerbianBookMem.pdf
%doc %{_texmfdistdir}/doc/latex/srbook-mem/SerbianBookMem.tex
%doc %{_texmfdistdir}/doc/latex/srbook-mem/Test.pdf
%doc %{_texmfdistdir}/doc/latex/srbook-mem/Test.tex
%doc %{_texmfdistdir}/doc/latex/srbook-mem/TestLight.pdf
%doc %{_texmfdistdir}/doc/latex/srbook-mem/TestLight.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: cad1677
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21404 |14mr|texlive-srcltx-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/srcltx
# catalog-date 2006-12-07 15:13:33 +0100
# catalog-license pd
# catalog-version 1.6
Name:		texlive-srcltx
Version:	1.6
Release:	3
Summary:	Jump between DVI and TeX files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/srcltx
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/srcltx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/srcltx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/srcltx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a \special insertion into generated .dvi files
allowing one to jump from the .dvi file to the .tex source and
back again (given a .dvi viewer that supports this, such as Yap
or xdvi version 22.38 or later). This was originally written by
Aleksander Simonic, the author of the WinEdt shell.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/srcltx/srcltx.sty
%{_texmfdistdir}/tex/latex/srcltx/srctex.sty
%doc %{_texmfdistdir}/doc/latex/srcltx/README
%doc %{_texmfdistdir}/doc/latex/srcltx/srcltx.pdf
#- source
%doc %{_texmfdistdir}/source/latex/srcltx/srcltx.dtx
%doc %{_texmfdistdir}/source/latex/srcltx/srcltx.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: d44102e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21405 |14mr|texlive-sr-vorl-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32440
# category Package
# catalog-ctan /macros/latex/contrib/springer/sr-vorl
# catalog-date 2013-12-18 20:28:02 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-sr-vorl
Version:	1.0
Release:	2
Summary:	Class for Springer books
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/springer/sr-vorl
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sr-vorl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sr-vorl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sr-vorl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides a template for books to be published at
Springer Gabler, Vieweg or Springer Research. It may be used to
produce monographs in different formats and "several-authors-
books" fitting the conditions of Springer Gabler, Vieweg and
Springer Research.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sr-vorl/sr-vorl.cls
%doc %{_texmfdistdir}/doc/latex/sr-vorl/README
%doc %{_texmfdistdir}/doc/latex/sr-vorl/backmatter_sr-vorl.tex
%doc %{_texmfdistdir}/doc/latex/sr-vorl/frontmatter_sr-vorl.tex
%doc %{_texmfdistdir}/doc/latex/sr-vorl/hauptdatei_sr-vorl.tex
%doc %{_texmfdistdir}/doc/latex/sr-vorl/mainmatter_sr-vorl.tex
%doc %{_texmfdistdir}/doc/latex/sr-vorl/sr-vorl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sr-vorl/sr-vorl.dtx
%doc %{_texmfdistdir}/source/latex/sr-vorl/sr-vorl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-2
+ Revision: 59fa138
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21406 |14mr|texlive-sseq-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sseq
# catalog-date 2009-04-10 15:43:04 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-sseq
Version:	2.0
Release:	3
Summary:	Spectral sequence diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sseq
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sseq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sseq.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sseq.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to draw spectral sequence
diagrams, providing facilities for clipping and arranging
multiple symbols so that they do not overlap. The package is
built using pgf, and shares that systems large demands for TeX
system memory. Its geometric commands are based on a turtle
graphics model, and control structures such as loops and
conditionals are available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sseq/sseq.sty
%doc %{_texmfdistdir}/doc/latex/sseq/sseq.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sseq/sseq.dtx
%doc %{_texmfdistdir}/source/latex/sseq/sseq.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: a3a2d6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21407 |14mr|texlive-sslides-20131201-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32293
# category Package
# catalog-ctan /macros/latex/contrib/sslides
# catalog-date 2013-12-01 17:33:13 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-sslides
Version:	20131201
Release:	2
Summary:	Slides with headers and footers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sslides
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sslides.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sslides.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides a variant of the LaTeX standard slides
class, in which the user may add headers and footers to the
slide.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sslides/sslides.cls
%doc %{_texmfdistdir}/doc/latex/sslides/land-sample-slide.pdf
%doc %{_texmfdistdir}/doc/latex/sslides/land-sample-slide.tex
%doc %{_texmfdistdir}/doc/latex/sslides/port-sample-slide.pdf
%doc %{_texmfdistdir}/doc/latex/sslides/port-sample-slide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131201-2
+ Revision: 890ba9b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21408 |14mr|texlive-stack-1.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/stack
# catalog-date 2007-02-28 00:02:05 +0100
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-stack
Version:	1.00
Release:	3
Summary:	Tools to define and use stacks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stack
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stack.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stack.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a small set of commands to implement
stacks independently of TeX's own stack. As an example of how
the stacks might be used, the documentation offers a small
"relinput" package that implements the backbone of the import
package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stack/relinput.sty
%{_texmfdistdir}/tex/latex/stack/stack.sty
#- source
%doc %{_texmfdistdir}/source/latex/stack/stack.dtx
%doc %{_texmfdistdir}/source/latex/stack/stack.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-3
+ Revision: 346729a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21409 |14mr|texlive-stackengine-3.24-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32593
# category Package
# catalog-ctan /macros/latex/contrib/stackengine
# catalog-date 2014-01-06 14:33:54 +0100
# catalog-license lppl1.3
# catalog-version 3.24
Name:		texlive-stackengine
Version:	3.24
Release:	2
Summary:	Highly customised stacking of objects, insets, baseline changes, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stackengine
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stackengine.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stackengine.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a versatile way to stack objects
vertically in a variety of customizable ways. A number of
useful macros are provided, all of which make use of the
stackengine core.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stackengine/stackengine.sty
%doc %{_texmfdistdir}/doc/latex/stackengine/README
%doc %{_texmfdistdir}/doc/latex/stackengine/stackengine.pdf
%doc %{_texmfdistdir}/doc/latex/stackengine/stackengine.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.24-2
+ Revision: 103e15d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21410 |14mr|texlive-stage-20061106-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/stage
# catalog-date 2006-11-06 12:20:58 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-stage
Version:	20061106
Release:	3
Summary:	A LaTeX class for stage plays
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stage
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Stage.cls is a LaTeX class for creating plays of any length in
a standard manuscript format for production and submission.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stage/stage.cls
%doc %{_texmfdistdir}/doc/latex/stage/README
%doc %{_texmfdistdir}/doc/latex/stage/stage-documentation.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061106-3
+ Revision: 78ebc74
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21411 |14mr|texlive-standalone-1.1b-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27677
# category Package
# catalog-ctan /macros/latex/contrib/standalone
# catalog-date 2012-09-15 20:44:35 +0200
# catalog-license lppl1.3
# catalog-version 1.1b
Name:		texlive-standalone
Version:	1.1b
Release:	6
Summary:	Compile TeX pictures stand-alone or as part of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/standalone
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/standalone.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/standalone.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/standalone.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class and package is provided which allows TeX pictures or
other TeX code to be compiled standalone or as part of a main
document. Special support for pictures with beamer overlays is
also provided. The package is used in the main document and
skips extra preambles in sub-files. The class may be used to
simplify the preamble in sub-files. By default the preview
package is used to display the code without margins. The
behaviour in standalone mode may adjusted using a configuration
file standalone.cfg to redefine the standalone environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/standalone/standalone.cfg
%{_texmfdistdir}/tex/latex/standalone/standalone.cls
%{_texmfdistdir}/tex/latex/standalone/standalone.sty
%{_texmfdistdir}/tex/plain/standalone/standalone.tex
%doc %{_texmfdistdir}/doc/latex/standalone/README
%doc %{_texmfdistdir}/doc/latex/standalone/standalone.pdf
#- source
%doc %{_texmfdistdir}/source/latex/standalone/standalone.dtx
%doc %{_texmfdistdir}/source/latex/standalone/standalone.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1b-6
+ Revision: dd8d763
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21412 |14mr|texlive-starfont-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19982
# category Package
# catalog-ctan /fonts/ps-type1/starfont
# catalog-date 2010-09-30 00:35:45 +0200
# catalog-license pd
# catalog-version 1.2
Name:		texlive-starfont
Version:	1.2
Release:	3
Summary:	The StarFont Sans astrological font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ps-type1/starfont
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/starfont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/starfont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains StarFontSans and StarFontSerif, two
public-domain astrological fonts designed by Anthony I.P. Owen,
and the appropriate macros to use them with TeX and LaTeX. The
fonts are supplied in the original TrueType Format and as
PostScript font files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/starfont/starfont.afm
%{_texmfdistdir}/fonts/afm/public/starfont/strfnser.afm
%{_texmfdistdir}/fonts/map/dvips/starfont/starfont.map
%{_texmfdistdir}/fonts/tfm/public/starfont/fstr8x.tfm
%{_texmfdistdir}/fonts/tfm/public/starfont/fsts8x.tfm
%{_texmfdistdir}/fonts/type1/public/starfont/starfont.pfb
%{_texmfdistdir}/fonts/type1/public/starfont/strfnser.pfb
%{_texmfdistdir}/tex/latex/starfont/starfont.sty
%doc %{_texmfdistdir}/doc/fonts/starfont/COPYING
%doc %{_texmfdistdir}/doc/fonts/starfont/Makefile
%doc %{_texmfdistdir}/doc/fonts/starfont/README
%doc %{_texmfdistdir}/doc/fonts/starfont/STRFNSAN.TTF
%doc %{_texmfdistdir}/doc/fonts/starfont/STRFNSER.TTF
%doc %{_texmfdistdir}/doc/fonts/starfont/starfont.pdf
%doc %{_texmfdistdir}/doc/fonts/starfont/starfont.tex
%doc %{_texmfdistdir}/doc/fonts/starfont/table.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 3018641
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21413 |14mr|texlive-startex-1.04-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/startex
# catalog-date 2008-12-31 20:54:46 +0100
# catalog-license pd
# catalog-version 1.04
Name:		texlive-startex
Version:	1.04
Release:	3
Summary:	An XML-inspired format for student use
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/startex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/startex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/startex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/startex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A TeX format designed to help students write short reports and
essays. It provides the user with a suitable set of commands
for such a task. It is also more robust than plain TeX and
LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/startex/stxglo.ist
%{_texmfdistdir}/makeindex/startex/stxind.ist
%{_texmfdistdir}/tex/startex/base/a4-article.stx
%{_texmfdistdir}/tex/startex/base/article.stx
%{_texmfdistdir}/tex/startex/base/ifi-article.stx
%{_texmfdistdir}/tex/startex/base/ifi-artikkel.stx
%{_texmfdistdir}/tex/startex/base/startex.lan
%{_texmfdistdir}/tex/startex/base/startex.tex
%doc %{_texmfdistdir}/doc/otherformats/startex/base/guide.pdf
%doc %{_texmfdistdir}/doc/otherformats/startex/base/ideas.pdf
%doc %{_texmfdistdir}/doc/otherformats/startex/base/startex.pdf
#- source
%doc %{_texmfdistdir}/source/startex/base/INSTALL
%doc %{_texmfdistdir}/source/startex/base/README
%doc %{_texmfdistdir}/source/startex/base/startex.bib
%doc %{_texmfdistdir}/source/startex/base/startex.dtx
%doc %{_texmfdistdir}/source/startex/base/startex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.04-3
+ Revision: df51a08
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21414 |14mr|texlive-statex-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20306
# category Package
# catalog-ctan /macros/latex/contrib/statex
# catalog-date 2010-11-03 11:47:38 +0100
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-statex
Version:	1.6
Release:	3
Summary:	Statistics style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/statex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/statex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/statex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package defining many macros for items of significance in
statistical presentations. An updated, but incompatible,
version of the package is available: statex2.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/statex/statex.sty
%doc %{_texmfdistdir}/doc/latex/statex/statex-example.pdf
%doc %{_texmfdistdir}/doc/latex/statex/statex-example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: aa98ba4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21415 |14mr|texlive-statex2-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23961
# category Package
# catalog-ctan /macros/latex/contrib/statex2
# catalog-date 2011-09-14 18:03:50 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-statex2
Version:	2.1
Release:	3
Summary:	Statistics style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/statex2
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/statex2.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/statex2.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines many macros for items of significance in
statistical presentations. It represents a syntax-incompatible
upgrade of statex.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/statex2/statex2.sty
%doc %{_texmfdistdir}/doc/latex/statex2/statex2-example.pdf
%doc %{_texmfdistdir}/doc/latex/statex2/statex2-example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 712f020
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21416 |14mr|texlive-statistik-0.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20334
# category Package
# catalog-ctan /macros/latex/contrib/statistik
# catalog-date 2010-11-05 12:45:12 +0100
# catalog-license gpl
# catalog-version 0.03
Name:		texlive-statistik
Version:	0.03
Release:	3
Summary:	Store statistics of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/statistik
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/statistik.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/statistik.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/statistik.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package counts the numbers of pages per chapter, and stores
the results in a separate file; the format of the file is
selectable.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/statistik/statistik.sty
%doc %{_texmfdistdir}/doc/latex/statistik/sta_cvs.tex
%doc %{_texmfdistdir}/doc/latex/statistik/sta_mytable.tex
%doc %{_texmfdistdir}/doc/latex/statistik/sta_tab.tex
%doc %{_texmfdistdir}/doc/latex/statistik/sta_textable.tex
%doc %{_texmfdistdir}/doc/latex/statistik/sta_xml.tex
%doc %{_texmfdistdir}/doc/latex/statistik/statistik.pdf
#- source
%doc %{_texmfdistdir}/source/latex/statistik/statistik.dtx
%doc %{_texmfdistdir}/source/latex/statistik/statistik.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.03-3
+ Revision: 1b858d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21417 |14mr|texlive-staves-20080823-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/staves
# catalog-date 2008-08-23 15:48:35 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-staves
Version:	20080823
Release:	3
Summary:	Typeset Icelandic staves and runic letters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/staves
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/staves.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/staves.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/staves.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package contains all the necessary tools to typeset the
"magical" Icelandic staves plus the runic letters used in
Iceland. Included are a font in Adobe Type 1 format and LaTeX
support.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/staves/icelandic.map
%{_texmfdistdir}/fonts/tfm/public/staves/icelandic.tfm
%{_texmfdistdir}/fonts/type1/public/staves/icelandic.pfb
%{_texmfdistdir}/tex/latex/staves/staves.sty
%doc %{_texmfdistdir}/doc/fonts/staves/README
%doc %{_texmfdistdir}/doc/fonts/staves/staves.pdf
%doc %{_texmfdistdir}/doc/fonts/staves/symbols.pdf
#- source
%doc %{_texmfdistdir}/source/latex/staves/staves.dtx
%doc %{_texmfdistdir}/source/latex/staves/staves.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080823-3
+ Revision: 6147b36
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21418 |14mr|texlive-stdclsdv-1.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/stdclsdv
# catalog-date 2009-09-04 12:14:45 +0200
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-stdclsdv
Version:	1.1a
Release:	3
Summary:	Provide sectioning information for package writers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stdclsdv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stdclsdv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stdclsdv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stdclsdv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The stdclsdv package is designed for package writers who need
to know what sectioning divsions are provided by the document's
class. It also provides a version of \CheckCommand that sets a
flag rather than printing a warning.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stdclsdv/stdclsdv.sty
%doc %{_texmfdistdir}/doc/latex/stdclsdv/README
%doc %{_texmfdistdir}/doc/latex/stdclsdv/stdclsdv.pdf
#- source
%doc %{_texmfdistdir}/source/latex/stdclsdv/stdclsdv.dtx
%doc %{_texmfdistdir}/source/latex/stdclsdv/stdclsdv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1a-3
+ Revision: 236e987
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21419 |14mr|texlive-stdpage-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/stdpage
# catalog-date 2006-11-06 12:37:44 +0100
# catalog-license lppl1.2
# catalog-version 0.6
Name:		texlive-stdpage
Version:	0.6
Release:	3
Summary:	Standard pages with n lines of at most m characters each
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stdpage
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stdpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stdpage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stdpage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
For translations, proofreading, journal contributions etc.
standard pages are used. Those standard pages consist of a
fixed number of lines and characters per line. This package
produces pages with n lines of at most m characters each. For
instance the German "Normseite": 60 lines of 30 characters
each.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stdpage/stdpage.sty
%doc %{_texmfdistdir}/doc/latex/stdpage/README
%doc %{_texmfdistdir}/doc/latex/stdpage/stdpage-test.tex
%doc %{_texmfdistdir}/doc/latex/stdpage/stdpage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/stdpage/stdpage.dtx
%doc %{_texmfdistdir}/source/latex/stdpage/stdpage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-3
+ Revision: 8fc833e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21420 |14mr|texlive-steinmetz-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/steinmetz
# catalog-date 2009-11-10 00:30:52 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-steinmetz
Version:	1.0
Release:	3
Summary:	Print Steinmetz notation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/steinmetz
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/steinmetz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/steinmetz.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/steinmetz.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The steinmetz package provides a command for typesetting
complex numbers in the Steinmetz notation used in
electrotechnics as: <modulus><argument or phase inside an angle
symbol> The package makes use of pict2e.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/steinmetz/steinmetz.sty
%doc %{_texmfdistdir}/doc/latex/steinmetz/README
%doc %{_texmfdistdir}/doc/latex/steinmetz/steinmetz-test.tex
%doc %{_texmfdistdir}/doc/latex/steinmetz/steinmetz.pdf
#- source
%doc %{_texmfdistdir}/source/latex/steinmetz/steinmetz.dtx
%doc %{_texmfdistdir}/source/latex/steinmetz/steinmetz.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 31eda4d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21421 |14mr|texlive-stellenbosch-10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25486
# category Package
# catalog-ctan /macros/latex/contrib/stellenbosch
# catalog-date 2012-02-23 16:44:15 +0100
# catalog-license lppl
# catalog-version 10
Name:		texlive-stellenbosch
Version:	10
Release:	2
Summary:	Stellenbosch thesis bundle
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stellenbosch
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stellenbosch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stellenbosch.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stellenbosch.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The usthesis class/style files are provided to typeset reports,
theses and dissertations that conform to the requirements of
the Engineering Faculty of the University of Stellenbosch. The
class file usthesis.cls is based on the standard LaTeX book
class, while usthesis.sty is a style file to be loaded on top
of the very powerful memoir class. Both options give identical
output, but the benefit of the using memoir is that it has many
additional command and environments for formatting and
processing of a document. Usthesis is primarily concerned with
the formatting of the front matter such as the title page,
abstract, etc. and a decent page layout on A4 paper. It also
works together with the babel package to provide language
options to typeset documents in Afrikaans or in English.
Additional packages are provided for bibliographic matter, note
title pages, lists of symbols, as well as various graphic files
for logos.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/stellenbosch/usmeg-a.bst
%{_texmfdistdir}/bibtex/bst/stellenbosch/usmeg-n.bst
%{_texmfdistdir}/bibtex/bst/stellenbosch/ussagus.bst
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-BW-top.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-BW-top.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-BW.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-BW.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-top.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-top.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-BW.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-BW.jpg
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-WM.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-WM.jpg
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-stack.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-stack.jpg
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-top.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-top.jpg
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest.jpg
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-BW.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-BW.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-gold.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-gold.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-grey.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-grey.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-maroon.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-maroon.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-left.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-left.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-stack.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-stack.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-top.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-top.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-left.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-left.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-stack.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-stack.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-top.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-top.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/usbib.afr
%{_texmfdistdir}/tex/latex/stellenbosch/usbib.eng
%{_texmfdistdir}/tex/latex/stellenbosch/usbib.sty
%{_texmfdistdir}/tex/latex/stellenbosch/usnomencl.sty
%{_texmfdistdir}/tex/latex/stellenbosch/ussummary.sty
%{_texmfdistdir}/tex/latex/stellenbosch/usthesis.afr
%{_texmfdistdir}/tex/latex/stellenbosch/usthesis.cls
%{_texmfdistdir}/tex/latex/stellenbosch/usthesis.eng
%{_texmfdistdir}/tex/latex/stellenbosch/usthesis.sty
%{_texmfdistdir}/tex/latex/stellenbosch/ustitle.sty
%doc %{_texmfdistdir}/doc/latex/stellenbosch/CHANGELOG
%doc %{_texmfdistdir}/doc/latex/stellenbosch/README
%doc %{_texmfdistdir}/doc/latex/stellenbosch/USbib-1.0.pdf
%doc %{_texmfdistdir}/doc/latex/stellenbosch/USlogos-doc-4.0.pdf
%doc %{_texmfdistdir}/doc/latex/stellenbosch/USnomencl-1.1.pdf
%doc %{_texmfdistdir}/doc/latex/stellenbosch/USsummary-1.0a.pdf
%doc %{_texmfdistdir}/doc/latex/stellenbosch/USthesis-4.3.pdf
%doc %{_texmfdistdir}/doc/latex/stellenbosch/UStitle-1.0.pdf
%doc %{_texmfdistdir}/doc/latex/stellenbosch/templates/masters-sample.zip
%doc %{_texmfdistdir}/doc/latex/stellenbosch/templates/report-sample.zip
#- source
%doc %{_texmfdistdir}/source/latex/stellenbosch/USbib-1.0-scr.zip
%doc %{_texmfdistdir}/source/latex/stellenbosch/USlogos-4.0-src.zip
%doc %{_texmfdistdir}/source/latex/stellenbosch/USnomencl-1.1-src.zip
%doc %{_texmfdistdir}/source/latex/stellenbosch/USsummary-1.0a-src.zip
%doc %{_texmfdistdir}/source/latex/stellenbosch/USthesis-4.3-src.zip
%doc %{_texmfdistdir}/source/latex/stellenbosch/UStitle-1.0-src.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 10-2
+ Revision: d25666b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21422 |14mr|texlive-stex-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25792
# category Package
# catalog-ctan /macros/latex/contrib/stex
# catalog-date 2012-01-28 13:25:34 +0100
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-stex
Version:	1.4
Release:	2
Summary:	An Infrastructure for Semantic Preloading of LaTeX Documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The sTeX package collection is a version of TeX/LaTeX that
allows to markup TeX/LaTeX documents semantically without
leaving the document format, essentially turning it into a
document format for mathematical knowledge management (MKM).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stex/cmath/cmath.sty
%{_texmfdistdir}/tex/latex/stex/cmath/cmath.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/cmathml/cmathml.sty
%{_texmfdistdir}/tex/latex/stex/cmathml/cmathml.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/cmathml/cmathmlx.sty
%{_texmfdistdir}/tex/latex/stex/cmathml/cmathmlx.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/cnx/cnx.cls
%{_texmfdistdir}/tex/latex/stex/cnx/cnx.cls.ltxml
%{_texmfdistdir}/tex/latex/stex/ctansvn.sty
%{_texmfdistdir}/tex/latex/stex/dcm/dcm.sty
%{_texmfdistdir}/tex/latex/stex/dcm/dcm.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/hwexam/hwexam.cls
%{_texmfdistdir}/tex/latex/stex/hwexam/hwexam.cls.ltxml
%{_texmfdistdir}/tex/latex/stex/hwexam/hwexam.sty
%{_texmfdistdir}/tex/latex/stex/hwexam/hwexam.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/metakeys/metakeys.sty
%{_texmfdistdir}/tex/latex/stex/metakeys/metakeys.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/mikoslides/beamerthemeJacobs.sty
%{_texmfdistdir}/tex/latex/stex/mikoslides/cc-by-sa.png
%{_texmfdistdir}/tex/latex/stex/mikoslides/cc_somerights.png
%{_texmfdistdir}/tex/latex/stex/mikoslides/dangerous-bend.png
%{_texmfdistdir}/tex/latex/stex/mikoslides/jacobs-logo.png
%{_texmfdistdir}/tex/latex/stex/mikoslides/mikoaffiliation.sty
%{_texmfdistdir}/tex/latex/stex/mikoslides/mikoaffiliation.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/mikoslides/mikoslides.cls
%{_texmfdistdir}/tex/latex/stex/mikoslides/mikoslides.cls.ltxml
%{_texmfdistdir}/tex/latex/stex/mikoslides/shading-l2r.png
%{_texmfdistdir}/tex/latex/stex/modules/modules.sty
%{_texmfdistdir}/tex/latex/stex/modules/modules.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/omdoc/omdoc.cls
%{_texmfdistdir}/tex/latex/stex/omdoc/omdoc.cls.ltxml
%{_texmfdistdir}/tex/latex/stex/omdoc/omdoc.sty
%{_texmfdistdir}/tex/latex/stex/omdoc/omdoc.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/omtext/omtext.sty
%{_texmfdistdir}/tex/latex/stex/omtext/omtext.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/presentation/presentation.sty
%{_texmfdistdir}/tex/latex/stex/presentation/presentation.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/problem/problem.sty
%{_texmfdistdir}/tex/latex/stex/problem/problem.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/rdfmeta/rdfmeta.sty
%{_texmfdistdir}/tex/latex/stex/rdfmeta/rdfmeta.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/reqdoc/reqdoc.sty
%{_texmfdistdir}/tex/latex/stex/reqdoc/reqdoc.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/sproof/sproof.sty
%{_texmfdistdir}/tex/latex/stex/sproof/sproof.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/sref/sref.sty
%{_texmfdistdir}/tex/latex/stex/sref/sref.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/statements/statements.sty
%{_texmfdistdir}/tex/latex/stex/statements/statements.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/stex-logo.sty
%{_texmfdistdir}/tex/latex/stex/stex-logo.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/stex.sty
%{_texmfdistdir}/tex/latex/stex/stex.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/stex.tex
%{_texmfdistdir}/tex/latex/stex/workaddress/workaddress.sty
%{_texmfdistdir}/tex/latex/stex/workaddress/workaddress.sty.ltxml
%doc %{_texmfdistdir}/doc/latex/stex/README
%doc %{_texmfdistdir}/doc/latex/stex/cmath/README
%doc %{_texmfdistdir}/doc/latex/stex/cmath/cmath.pdf
%doc %{_texmfdistdir}/doc/latex/stex/cmathml/README
%doc %{_texmfdistdir}/doc/latex/stex/cmathml/cmathml.pdf
%doc %{_texmfdistdir}/doc/latex/stex/cnx/README
%doc %{_texmfdistdir}/doc/latex/stex/cnx/cnx.pdf
%doc %{_texmfdistdir}/doc/latex/stex/dcm/README
%doc %{_texmfdistdir}/doc/latex/stex/dcm/dcm.pdf
%doc %{_texmfdistdir}/doc/latex/stex/example/Makefile
%doc %{_texmfdistdir}/doc/latex/stex/example/README
%doc %{_texmfdistdir}/doc/latex/stex/example/background/Makefile
%doc %{_texmfdistdir}/doc/latex/stex/example/background/all.omdoc
%doc %{_texmfdistdir}/doc/latex/stex/example/background/all.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/background/functions.omdoc
%doc %{_texmfdistdir}/doc/latex/stex/example/background/functions.sms
%doc %{_texmfdistdir}/doc/latex/stex/example/background/functions.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/background/post.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/background/pre.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/background/reals.omdoc
%doc %{_texmfdistdir}/doc/latex/stex/example/background/reals.sms
%doc %{_texmfdistdir}/doc/latex/stex/example/background/reals.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/Makefile
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/continuous.omdoc
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/continuous.sms
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/continuous.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/differentiable.omdoc
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/differentiable.sms
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/differentiable.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/intro.omdoc
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/intro.sms
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/intro.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/paper.omdoc
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/paper.pdf
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/paper.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/test/Makefile
%doc %{_texmfdistdir}/doc/latex/stex/hwexam/README
%doc %{_texmfdistdir}/doc/latex/stex/hwexam/hwexam.pdf
%doc %{_texmfdistdir}/doc/latex/stex/metakeys/README
%doc %{_texmfdistdir}/doc/latex/stex/metakeys/metakeys.pdf
%doc %{_texmfdistdir}/doc/latex/stex/mikoslides/README
%doc %{_texmfdistdir}/doc/latex/stex/mikoslides/mikoslides.pdf
%doc %{_texmfdistdir}/doc/latex/stex/modules/README
%doc %{_texmfdistdir}/doc/latex/stex/modules/modules.pdf
%doc %{_texmfdistdir}/doc/latex/stex/omdoc/README
%doc %{_texmfdistdir}/doc/latex/stex/omdoc/omdoc.pdf
%doc %{_texmfdistdir}/doc/latex/stex/omtext/README
%doc %{_texmfdistdir}/doc/latex/stex/omtext/omtext.pdf
%doc %{_texmfdistdir}/doc/latex/stex/presentation/README
%doc %{_texmfdistdir}/doc/latex/stex/presentation/presentation.pdf
%doc %{_texmfdistdir}/doc/latex/stex/problem/README
%doc %{_texmfdistdir}/doc/latex/stex/problem/problem.pdf
%doc %{_texmfdistdir}/doc/latex/stex/rdfmeta/README
%doc %{_texmfdistdir}/doc/latex/stex/rdfmeta/certification.pdf
%doc %{_texmfdistdir}/doc/latex/stex/rdfmeta/certification.tex
%doc %{_texmfdistdir}/doc/latex/stex/rdfmeta/rdfmeta.pdf
%doc %{_texmfdistdir}/doc/latex/stex/reqdoc/README
%doc %{_texmfdistdir}/doc/latex/stex/reqdoc/reqdoc.pdf
%doc %{_texmfdistdir}/doc/latex/stex/reqdoc/requirements.pdf
%doc %{_texmfdistdir}/doc/latex/stex/reqdoc/requirements.tex
%doc %{_texmfdistdir}/doc/latex/stex/sproof/README
%doc %{_texmfdistdir}/doc/latex/stex/sproof/sproof.pdf
%doc %{_texmfdistdir}/doc/latex/stex/sref/README
%doc %{_texmfdistdir}/doc/latex/stex/sref/book.pdf
%doc %{_texmfdistdir}/doc/latex/stex/sref/book.tex
%doc %{_texmfdistdir}/doc/latex/stex/sref/idc.pdf
%doc %{_texmfdistdir}/doc/latex/stex/sref/idc.tex
%doc %{_texmfdistdir}/doc/latex/stex/sref/idcmain.tex
%doc %{_texmfdistdir}/doc/latex/stex/sref/scr.pdf
%doc %{_texmfdistdir}/doc/latex/stex/sref/scr.tex
%doc %{_texmfdistdir}/doc/latex/stex/sref/scrmain.tex
%doc %{_texmfdistdir}/doc/latex/stex/sref/sref.pdf
%doc %{_texmfdistdir}/doc/latex/stex/statements/README
%doc %{_texmfdistdir}/doc/latex/stex/statements/statements.pdf
%doc %{_texmfdistdir}/doc/latex/stex/stex.pdf
%doc %{_texmfdistdir}/doc/latex/stex/workaddress/README
%doc %{_texmfdistdir}/doc/latex/stex/workaddress/workaddress.pdf
#- source
%doc %{_texmfdistdir}/source/latex/stex/bin/Makefile
%doc %{_texmfdistdir}/source/latex/stex/bin/Modparse.pm
%doc %{_texmfdistdir}/source/latex/stex/bin/README
%doc %{_texmfdistdir}/source/latex/stex/bin/TexId.pm
%doc %{_texmfdistdir}/source/latex/stex/bin/allgen
%doc %{_texmfdistdir}/source/latex/stex/bin/bms
%doc %{_texmfdistdir}/source/latex/stex/bin/checksum
%doc %{_texmfdistdir}/source/latex/stex/bin/convert-paths
%doc %{_texmfdistdir}/source/latex/stex/bin/filedate
%doc %{_texmfdistdir}/source/latex/stex/bin/gen-symdef-table.pl
%doc %{_texmfdistdir}/source/latex/stex/bin/grep-rerun
%doc %{_texmfdistdir}/source/latex/stex/bin/idcheck
%doc %{_texmfdistdir}/source/latex/stex/bin/msplit
%doc %{_texmfdistdir}/source/latex/stex/bin/old/Makefile
%doc %{_texmfdistdir}/source/latex/stex/bin/old/defcon.l
%doc %{_texmfdistdir}/source/latex/stex/bin/old/idcheck.l
%doc %{_texmfdistdir}/source/latex/stex/bin/old/modstr.l
%doc %{_texmfdistdir}/source/latex/stex/bin/old/symdef
%doc %{_texmfdistdir}/source/latex/stex/bin/rf
%doc %{_texmfdistdir}/source/latex/stex/bin/rng2dot/ModelRNC.pm
%doc %{_texmfdistdir}/source/latex/stex/bin/rng2dot/rng2dot
%doc %{_texmfdistdir}/source/latex/stex/bin/sgraph
%doc %{_texmfdistdir}/source/latex/stex/bin/sms
%doc %{_texmfdistdir}/source/latex/stex/bin/stexml
%doc %{_texmfdistdir}/source/latex/stex/bin/stexmlmod
%doc %{_texmfdistdir}/source/latex/stex/bin/termin
%doc %{_texmfdistdir}/source/latex/stex/cmath/cmath.dtx
%doc %{_texmfdistdir}/source/latex/stex/cmath/cmath.ins
%doc %{_texmfdistdir}/source/latex/stex/cmathml/cmathml.dtx
%doc %{_texmfdistdir}/source/latex/stex/cmathml/cmathml.ins
%doc %{_texmfdistdir}/source/latex/stex/cnx/cnx.dtx
%doc %{_texmfdistdir}/source/latex/stex/cnx/cnx.ins
%doc %{_texmfdistdir}/source/latex/stex/dcm/dcm.dtx
%doc %{_texmfdistdir}/source/latex/stex/dcm/dcm.ins
%doc %{_texmfdistdir}/source/latex/stex/hwexam/hwexam.dtx
%doc %{_texmfdistdir}/source/latex/stex/hwexam/hwexam.ins
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.base.in
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.base.vars
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.in
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.latex.in
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.latex.vars
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.latexml.in
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.latexml.vars
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.subdirs
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.vars
%doc %{_texmfdistdir}/source/latex/stex/make/README
%doc %{_texmfdistdir}/source/latex/stex/metakeys/metakeys.dtx
%doc %{_texmfdistdir}/source/latex/stex/metakeys/metakeys.ins
%doc %{_texmfdistdir}/source/latex/stex/mikoslides/mikoslides.dtx
%doc %{_texmfdistdir}/source/latex/stex/mikoslides/mikoslides.ins
%doc %{_texmfdistdir}/source/latex/stex/modules/modules.dtx
%doc %{_texmfdistdir}/source/latex/stex/modules/modules.ins
%doc %{_texmfdistdir}/source/latex/stex/omdoc/omdoc.dtx
%doc %{_texmfdistdir}/source/latex/stex/omdoc/omdoc.ins
%doc %{_texmfdistdir}/source/latex/stex/omtext/omtext.dtx
%doc %{_texmfdistdir}/source/latex/stex/omtext/omtext.ins
%doc %{_texmfdistdir}/source/latex/stex/presentation/presentation.dtx
%doc %{_texmfdistdir}/source/latex/stex/presentation/presentation.ins
%doc %{_texmfdistdir}/source/latex/stex/problem/problem.dtx
%doc %{_texmfdistdir}/source/latex/stex/problem/problem.ins
%doc %{_texmfdistdir}/source/latex/stex/rdfmeta/rdfmeta.dtx
%doc %{_texmfdistdir}/source/latex/stex/rdfmeta/rdfmeta.ins
%doc %{_texmfdistdir}/source/latex/stex/reqdoc/reqdoc.dtx
%doc %{_texmfdistdir}/source/latex/stex/reqdoc/reqdoc.ins
%doc %{_texmfdistdir}/source/latex/stex/schema/Makefile
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-bib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-bib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-block.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-block.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-common.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-common.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-inline.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-inline.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-math.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-math.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-para.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-para.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-picture.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-picture.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-structure.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-structure.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-tabular.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-tabular.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-animation.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-animation.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-animevents-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-animevents-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-clip.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-clip.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-filter.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-filter.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-font.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-font.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-graphics-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-graphics-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-structure.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-structure.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-text.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-text.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-clip.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-clip.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-conditional.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-conditional.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-container-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-container-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-core-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-core-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-cursor.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-cursor.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-datatypes.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-datatypes.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-docevents-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-docevents-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-extensibility.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-extensibility.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-extresources-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-extresources-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-filter.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-filter.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-font.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-font.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-gradient.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-gradient.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-graphevents-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-graphevents-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-graphics-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-graphics-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-hyperlink.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-hyperlink.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-image.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-image.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-marker.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-marker.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-mask.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-mask.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-opacity-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-opacity-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-paint-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-paint-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-pattern.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-pattern.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-profile.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-profile.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-qname.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-script.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-script.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-shape.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-shape.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-structure.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-structure.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-style.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-style.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-text.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-text.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-view.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-view.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-viewport-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-viewport-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-xlink-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-xlink-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg11-basic.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg11-tiny.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg11.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg11.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/Makefile
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/metadata.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc+ltxml.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/MARCRelators.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/Makefile
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/README
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/arith1.omdoc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/creativecommons.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/dublincore.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-common.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-content.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-presentation.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-strict-content.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-strict.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mocksoap.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omcd2.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omcdgroup2.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omcdsig2.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdoc-common.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdoc.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocadt.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdoccc.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdoccth.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocdc.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocdg.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocdoc.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocext.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocmeta.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocmobj.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocmtxt.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocpf.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocphys.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocpres.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocquiz.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocrt.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocst.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/openmath2.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/pxhtml.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/schemas.xml
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/todo
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/todo.txt
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-applet.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-attribs.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-basic-table.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-bdo.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-datatypes.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-hypertext.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-image.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-inlstyle.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-list.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-object.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-param.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-table.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-text.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/owl.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/owl2+ltxml.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/owl2-xml.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/owl2xml.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/schemas.xml
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/statements.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-animation.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-animevents-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-clip.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-filter.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-font.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-graphics-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-structure.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-text.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-clip.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-conditional.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-container-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-core-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-cursor.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-datatypes.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-docevents-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-extensibility.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-extresources-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-filter.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-font.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-gradient.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-graphevents-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-graphics-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-hyperlink.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-image.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-marker.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-mask.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-opacity-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-paint-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-pattern.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-profile.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-qname.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-script.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-shape.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-structure.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-style.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-text.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-view.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-viewport-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-xlink-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg11-basic.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg11-tiny.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg11.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-bib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-block.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-common.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-inline.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-math.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-para.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-picture.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-structure.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-tabular.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/MARCRelators.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/Makefile
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/creativecommons.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/dublincore.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-cds-pragmatic.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-common.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-content.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-pragmatic.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-presentation.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-strict-content.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-strict.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/metadata.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdoc+ltxml.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdoc-common.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdoc-xhtml.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdoc.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocadt.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocattribs.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdoccc.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdoccth.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocdc.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocdg.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocdoc.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocext.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocmeta.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocmobj.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocmtxt.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocpf.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocpres.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocquiz.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocrt.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocst.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/openmath2.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/openmath3.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/owl.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/owl2+ltxml.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/owl2-xml.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/owl2xml.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/pxhtml.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/statements.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-animation.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-animevents-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-clip.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-filter.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-font.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-graphics-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-structure.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-text.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-clip.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-conditional.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-container-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-core-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-cursor.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-datatypes.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-docevents-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-extensibility.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-extresources-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-filter.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-font.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-gradient.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-graphevents-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-graphics-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-hyperlink.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-image.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-marker.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-mask.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-opacity-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-paint-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-pattern.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-profile.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-script.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-shape.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-structure.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-style.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-text.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-view.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-viewport-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-xlink-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg11.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-applet.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-attribs.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-base.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-basic-table.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-bdo.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-datatypes.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-hypertext.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-image.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-inlstyle.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-link.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-list.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-object.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-param.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-table.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-text.rng
%doc %{_texmfdistdir}/source/latex/stex/sproof/sproof.dtx
%doc %{_texmfdistdir}/source/latex/stex/sproof/sproof.ins
%doc %{_texmfdistdir}/source/latex/stex/sref/sref.dtx
%doc %{_texmfdistdir}/source/latex/stex/sref/sref.ins
%doc %{_texmfdistdir}/source/latex/stex/statements/statements.dtx
%doc %{_texmfdistdir}/source/latex/stex/statements/statements.ins
%doc %{_texmfdistdir}/source/latex/stex/workaddress/workaddress.dtx
%doc %{_texmfdistdir}/source/latex/stex/workaddress/workaddress.ins
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-bib-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-block-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-common.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-html.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-html5.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-inline-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-math-image.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-math-mathml-html5.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-math-mathml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-para-html5.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-para-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-picture-image.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-picture-svg-html5.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-picture-svg.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-structure-html5.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-structure-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-tabular-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-webpage-html5.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-webpage-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/amsart.css
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/closedbib.css
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/core.css
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/marginpar.css
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/navbar-left.css
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/navbar-right.css
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/theme-blue.css
%doc %{_texmfdistdir}/source/latex/stex/xsl/Makefile
%doc %{_texmfdistdir}/source/latex/stex/xsl/doc.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/graphics.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/listings.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/ltxml2cnx.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/math.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/notations.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/omdocpost.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/owl2post.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/symbols.xsl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-2
+ Revision: dae87c9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21423 |14mr|texlive-stix-20140101-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32585
# category Package
# catalog-ctan /fonts/stix
# catalog-date 2014-01-03 10:16:06 +0100
# catalog-license ofl
# catalog-version 2014-01-01
Name:		texlive-stix
Version:	20140101
Release:	2
Summary:	OpenType Unicode maths fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/stix
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stix.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stix.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The STIX fonts are a suite of unicode OpenType fonts containing
a complete set of mathematical glyphs. The CTAN package is a
copy of the fonts' official release, organised as specified by
the TeX Directory Structure, for inclusion in standard TeX
distributions. A Type 1 only distribution of the fonts is
available in the esstix bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-extra1.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-extra2.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-extra3.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-ot2.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-t1.enc
%{_texmfdistdir}/fonts/enc/dvips/stix/stix-ts1.enc
%{_texmfdistdir}/fonts/map/dvips/stix/stix.map
%{_texmfdistdir}/fonts/opentype/public/stix/STIX-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/stix/STIX-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/public/stix/STIX-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/stix/STIX-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/stix/STIXMath-Regular.otf
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneral-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneral-bolditalic.pl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneral-italic.pl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneral.pl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneralsc-bold.vpl
%{_texmfdistdir}/fonts/source/public/stix/ot1-stixgeneralsc.vpl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneral-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneral-bolditalic.pl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneral-italic.pl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneral.pl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneralsc-bold.vpl
%{_texmfdistdir}/fonts/source/public/stix/ot2-stixgeneralsc.vpl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra1-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra1.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra2-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra2.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra3-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-extra3.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathbb-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathbb.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathbbit-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathbbit.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathcal-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathcal.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathex-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathex.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathfrak-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathfrak.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathit-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathit.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathrm-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathrm.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathscr-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathscr.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathsf-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathsf.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathsfit-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathsfit.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathtt-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/stix-mathtt.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneral-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneral-bolditalic.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneral-italic.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneral.pl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneralsc-bold.vpl
%{_texmfdistdir}/fonts/source/public/stix/t1-stixgeneralsc.vpl
%{_texmfdistdir}/fonts/source/public/stix/ts1-stixgeneral-bold.pl
%{_texmfdistdir}/fonts/source/public/stix/ts1-stixgeneral-bolditalic.pl
%{_texmfdistdir}/fonts/source/public/stix/ts1-stixgeneral-italic.pl
%{_texmfdistdir}/fonts/source/public/stix/ts1-stixgeneral.pl
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneral-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneral-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneral-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneral.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneralsc-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot1-stixgeneralsc.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneral-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneral-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneral-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneral.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneralsc-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ot2-stixgeneralsc.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-extra1.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-extra2.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-extra3.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathbb-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathbb.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathbbit-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathbbit.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathcal-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathcal.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathex-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathex.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathfrak-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathfrak.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathit-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathit.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathrm-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathrm.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathscr-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathscr.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathsf-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathsf.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathsfit-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathsfit.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathtt-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/stix-mathtt.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneral-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneral-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneral-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneral.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneralsc-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/t1-stixgeneralsc.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ts1-stixgeneral-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ts1-stixgeneral-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ts1-stixgeneral-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/stix/ts1-stixgeneral.tfm
%{_texmfdistdir}/fonts/type1/public/stix/STIXGeneral-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/STIXGeneral-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/stix/STIXGeneral-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/stix/STIXGeneral-Regular.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathbb-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathbb.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathbbit-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathbbit.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathcal-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathcal.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathex-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathex.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathfrak-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathfrak.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathit-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathit.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathrm-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathrm.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathscr-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathscr.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathsf-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathsf.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathsfit-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathsfit.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathtt-bold.pfb
%{_texmfdistdir}/fonts/type1/public/stix/stix-mathtt.pfb
%{_texmfdistdir}/fonts/vf/public/stix/ot1-stixgeneralsc-bold.vf
%{_texmfdistdir}/fonts/vf/public/stix/ot1-stixgeneralsc.vf
%{_texmfdistdir}/fonts/vf/public/stix/ot2-stixgeneralsc-bold.vf
%{_texmfdistdir}/fonts/vf/public/stix/ot2-stixgeneralsc.vf
%{_texmfdistdir}/fonts/vf/public/stix/t1-stixgeneralsc-bold.vf
%{_texmfdistdir}/fonts/vf/public/stix/t1-stixgeneralsc.vf
%{_texmfdistdir}/tex/latex/stix/ls1stix.fd
%{_texmfdistdir}/tex/latex/stix/ls1stixbb.fd
%{_texmfdistdir}/tex/latex/stix/ls1stixfrak.fd
%{_texmfdistdir}/tex/latex/stix/ls1stixscr.fd
%{_texmfdistdir}/tex/latex/stix/ls1stixsf.fd
%{_texmfdistdir}/tex/latex/stix/ls2stix.fd
%{_texmfdistdir}/tex/latex/stix/ls2stixcal.fd
%{_texmfdistdir}/tex/latex/stix/ls2stixex.fd
%{_texmfdistdir}/tex/latex/stix/ls2stixtt.fd
%{_texmfdistdir}/tex/latex/stix/ot1stix.fd
%{_texmfdistdir}/tex/latex/stix/ot2stix.fd
%{_texmfdistdir}/tex/latex/stix/stix.sty
%{_texmfdistdir}/tex/latex/stix/t1stix.fd
%{_texmfdistdir}/tex/latex/stix/ts1stix.fd
%doc %{_texmfdistdir}/doc/fonts/stix/README
%doc %{_texmfdistdir}/doc/fonts/stix/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/stix/STIX_Font_License_2010.pdf
%doc %{_texmfdistdir}/doc/fonts/stix/stix.pdf
#- source
%doc %{_texmfdistdir}/source/latex/stix/stix.dtx
%doc %{_texmfdistdir}/source/latex/stix/stix.fdd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20140101-2
+ Revision: 9ee4991
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21424 |14mr|texlive-stmaryrd-20091010-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22027
# category Package
# catalog-ctan /fonts/stmaryrd
# catalog-date 2009-10-10 00:51:28 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-stmaryrd
Version:	20091010
Release:	3
Summary:	St Mary Road symbols for theoretical computer science
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/stmaryrd
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stmaryrd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stmaryrd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stmaryrd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts were originally distributed as MetaFont sources only,
but Adobe Type 1 versions are also now available. Macro support
is provided for use under LaTeX; the package supports the
"only" option (provided by the somedefs package) to restrict
what is loaded, for those who don't need the whole font.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary10.afm
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary5.afm
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary6.afm
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary7.afm
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary8.afm
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary9.afm
%{_texmfdistdir}/fonts/map/dvips/stmaryrd/stmaryrd.map
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary10.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary5.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary6.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary7.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary8.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary9.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmaryaj.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmaryba.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmarych.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmaryjg.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmaryrd.mf
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary10.tfm
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary5.tfm
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary6.tfm
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary7.tfm
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary8.tfm
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary9.tfm
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary10.pfb
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary10.pfm
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary5.pfb
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary5.pfm
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary6.pfb
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary6.pfm
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary7.pfb
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary7.pfm
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary8.pfb
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary8.pfm
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary9.pfb
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary9.pfm
%{_texmfdistdir}/tex/latex/stmaryrd/Ustmry.fd
%{_texmfdistdir}/tex/latex/stmaryrd/stmaryrd.sty
%doc %{_texmfdistdir}/doc/fonts/stmaryrd/INSTALL
%doc %{_texmfdistdir}/doc/fonts/stmaryrd/README
%doc %{_texmfdistdir}/doc/fonts/stmaryrd/README.hoekwater
%doc %{_texmfdistdir}/doc/fonts/stmaryrd/stmaryrd.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/stmaryrd/stmaryrd.dtx
%doc %{_texmfdistdir}/source/fonts/stmaryrd/stmaryrd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091010-3
+ Revision: 9e8e11b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21425 |14mr|texlive-storebox-1.3a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24895
# category Package
# catalog-ctan /macros/latex/contrib/storebox
# catalog-date 2011-12-21 11:26:33 +0100
# catalog-license lppl1.3
# catalog-version 1.3a
Name:		texlive-storebox
Version:	1.3a
Release:	3
Summary:	Storing information for reuse
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/storebox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/storebox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/storebox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/storebox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides "store boxes" whose user interface matches
that of normal LaTeX "save boxes", except that the content of a
store box appears at most once in the output PDF file, however
often it is used. The present version of the package supports
pdfLaTeX and LuaLaTeX; when DVI is output, store boxes behave
the same as save boxes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/storebox/storebox-pgf.sty
%{_texmfdistdir}/tex/latex/storebox/storebox.sty
%doc %{_texmfdistdir}/doc/latex/storebox/README
%doc %{_texmfdistdir}/doc/latex/storebox/storebox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/storebox/storebox.dtx
%doc %{_texmfdistdir}/source/latex/storebox/storebox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3a-3
+ Revision: f044d5c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21426 |14mr|texlive-storecmd-0.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24431
# category Package
# catalog-ctan /macros/latex/contrib/storecmd
# catalog-date 2011-10-27 10:28:55 +0200
# catalog-license lppl1.3
# catalog-version 0.0.2
Name:		texlive-storecmd
Version:	0.0.2
Release:	3
Summary:	Store the name of a defined command in a container
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/storecmd
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/storecmd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/storecmd.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for command definition that save
the name of the command being defined in a file or a macro
container. The list could be useful for spelling exceptions in
text editors that do not support TeX syntax.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/storecmd/storecmd.sty
%doc %{_texmfdistdir}/doc/latex/storecmd/README
%doc %{_texmfdistdir}/doc/latex/storecmd/storecmd-example.tex
%doc %{_texmfdistdir}/doc/latex/storecmd/storecmd-guide.pdf
%doc %{_texmfdistdir}/doc/latex/storecmd/storecmd-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.2-3
+ Revision: 8352214
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21427 |14mr|texlive-stringstrings-1.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17906
# category Package
# catalog-ctan /macros/latex/contrib/stringstrings
# catalog-date 2010-04-16 13:31:22 +0200
# catalog-license lgpl
# catalog-version 1.20
Name:		texlive-stringstrings
Version:	1.20
Release:	3
Summary:	String manipulation for cosmetic and programming application
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stringstrings
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stringstrings.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stringstrings.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stringstrings.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a large and sundry set of macros for the
manipulation of strings. The macros are developed not merely
for cosmetic application (such as changing the case of letters
and string substitution), but also for programming applications
such as character look-ahead, argument parsing, conditional
tests on various string conditions, etc. The macros were
designed all to be expandable (note that things such as
\uppercase and \lowercase are not expandable), so that the
macros may be strung together sequentially and nested (after a
fashion) to achieve rather complex manipulations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stringstrings/stringstrings.sty
%doc %{_texmfdistdir}/doc/latex/stringstrings/README
%doc %{_texmfdistdir}/doc/latex/stringstrings/stringstrings.pdf
#- source
%doc %{_texmfdistdir}/source/latex/stringstrings/stringstrings.dtx
%doc %{_texmfdistdir}/source/latex/stringstrings/stringstrings.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20-3
+ Revision: bc1691e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21428 |14mr|texlive-struktex-141-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25916
# category Package
# catalog-ctan /macros/latex/contrib/struktex
# catalog-date 2012-04-11 11:11:10 +0200
# catalog-license lppl1.2
# catalog-version 141
Name:		texlive-struktex
Version:	141
Release:	2
Summary:	Draw Nassi-Schneidermann charts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/struktex
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/struktex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/struktex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/struktex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Even in the age of OOP one must develop algorithms. Nassi-
Shneiderman diagrams are a well known tool to describe an
algorithm in a graphical way. The package offers some macros
for generating those diagrams in a LaTeX document. The package
provides the most important elements of a Nassi-Shneiderman
diagram, including processing blocks, loops, mapping
conventions for alternatives, etc. Diagrams are drawn using the
picture environment (using pict2e for preference).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/struktex/strukdoc.sty
%{_texmfdistdir}/tex/latex/struktex/struktex.sty
%{_texmfdistdir}/tex/latex/struktex/struktxf.sty
%{_texmfdistdir}/tex/latex/struktex/struktxp.sty
%doc %{_texmfdistdir}/doc/latex/struktex/LIESMICH
%doc %{_texmfdistdir}/doc/latex/struktex/README
%doc %{_texmfdistdir}/doc/latex/struktex/THIS_IS_VERSION_v141
%doc %{_texmfdistdir}/doc/latex/struktex/getversion.tex
%doc %{_texmfdistdir}/doc/latex/struktex/struktex-test-0.nss
%doc %{_texmfdistdir}/doc/latex/struktex/struktex-test-1.tex
%doc %{_texmfdistdir}/doc/latex/struktex/struktex-test-2.tex
%doc %{_texmfdistdir}/doc/latex/struktex/struktex-test-3.tex
%doc %{_texmfdistdir}/doc/latex/struktex/struktex-test-4.tex
%doc %{_texmfdistdir}/doc/latex/struktex/struktex.de.pdf
%doc %{_texmfdistdir}/doc/latex/struktex/struktex.el
%doc %{_texmfdistdir}/doc/latex/struktex/struktex.en.pdf
%doc %{_texmfdistdir}/doc/latex/struktex/struktex.makemake
%doc %{_texmfdistdir}/doc/latex/struktex/struktex.mk
#- source
%doc %{_texmfdistdir}/source/latex/struktex/struktex.dtx
%doc %{_texmfdistdir}/source/latex/struktex/struktex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 141-2
+ Revision: 82b85cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21429 |14mr|texlive-sttools-20120527-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26674
# category Package
# catalog-ctan /macros/latex/contrib/sttools
# catalog-date 2012-05-27 12:29:18 +0200
# catalog-license collection
# catalog-version undef
Name:		texlive-sttools
Version:	20120527
Release:	2
Summary:	Various macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sttools
License:	COLLECTION
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sttools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sttools.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of tools and macros, including: - a document
"Inside LaTeX2e kernel" (which discusses some of the functions
of the packages), - miscellaneous float control, - page styles
for floats, - multipage tabulars, - even columns at end of
twocolumn region, - switching between one- and two-column
anywhere, - getting more mileage from \marginpar, - simulating
the effect of "midfloats", - create a bounding box, - a package
to manipulate numerical lists and arrays.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sttools/boundbox.sty
%{_texmfdistdir}/tex/latex/sttools/cuted.sty
%{_texmfdistdir}/tex/latex/sttools/floatpag.sty
%{_texmfdistdir}/tex/latex/sttools/flushend.sty
%{_texmfdistdir}/tex/latex/sttools/marginal.sty
%{_texmfdistdir}/tex/latex/sttools/midfloat.sty
%{_texmfdistdir}/tex/latex/sttools/stabular.sty
%{_texmfdistdir}/tex/latex/sttools/stfloats.sty
%{_texmfdistdir}/tex/latex/sttools/texsort.sty
%doc %{_texmfdistdir}/doc/latex/sttools/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/sttools/doc/cuted.pdf
%doc %{_texmfdistdir}/doc/latex/sttools/doc/cuted.tex
%doc %{_texmfdistdir}/doc/latex/sttools/doc/floatpag.pdf
%doc %{_texmfdistdir}/doc/latex/sttools/doc/floatpag.tex
%doc %{_texmfdistdir}/doc/latex/sttools/doc/flushend.pdf
%doc %{_texmfdistdir}/doc/latex/sttools/doc/flushend.tex
%doc %{_texmfdistdir}/doc/latex/sttools/index.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120527-2
+ Revision: b7bb694
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21430 |14mr|texlive-stubs-0.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/stubs
# catalog-date 2008-08-23 22:26:13 +0200
# catalog-license gpl
# catalog-version 0.1.1
Name:		texlive-stubs
Version:	0.1.1
Release:	3
Summary:	Create tear-off stubs at the bottom of a page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stubs
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stubs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stubs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The \stubs command creates as many repetitions as possible of
its argument, at the bottom of the page; these stubs may be
used (for example) for contact information.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stubs/stubs.sty
%doc %{_texmfdistdir}/doc/latex/stubs/COPYING
%doc %{_texmfdistdir}/doc/latex/stubs/README
%doc %{_texmfdistdir}/doc/latex/stubs/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/stubs/changelog.txt
%doc %{_texmfdistdir}/doc/latex/stubs/stubs_ex.pdf
%doc %{_texmfdistdir}/doc/latex/stubs/stubs_ex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.1-3
+ Revision: aa0889e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21431 |14mr|texlive-sty2dtx-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/sty2dtx
# catalog-date 2011-02-22 16:43:40 +0100
# catalog-license gpl3
# catalog-version 2.1
Name:		texlive-sty2dtx
Version:	2.1
Release:	4
Summary:	Create a .dtx file from a .sty file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/sty2dtx
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sty2dtx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sty2dtx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-sty2dtx.bin = %{EVRD}

%description
The package provides a Perl script that converts a .sty file
(LaTeX package) to .dtx format (documented LaTeX source), by
surrounding macro definitions with macro and macrocode
environments. The macro name is automatically inserted as an
argument to the macro environemnt. Code lines outside macro
definitions are wrapped only in macrocode environments. Empty
lines are removed. The script should not be thought to be fool
proof and 100% accurate but rather as a good start to the
business of making a .dtx file from an undocumented style file.
Full .dtx files are generated. A template based on the skeleton
file from 'dtxtut' is used. User level macros are added
automatically to the 'Usage' section of the .dtx file. A
corresponding .ins file can be generated as well.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/sty2dtx
%{_texmfdistdir}/scripts/sty2dtx/sty2dtx.pl
%doc %{_texmfdistdir}/doc/support/sty2dtx/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/sty2dtx/sty2dtx.pl sty2dtx
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-4
+ Revision: 5b5491e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21432 |14mr|texlive-suanpan-20091110-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/suanpan
# catalog-date 2009-11-10 00:30:52 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-suanpan
Version:	20091110
Release:	3
Summary:	MetaPost macros for drawing Chinese and Japanese abaci
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/suanpan
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/suanpan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/suanpan.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These macros are described in Denis Roegel: MetaPost macros for
drawing Chinese and Japanese abaci, TUGboat (volume 30, number
1, 2009, pages 74-79).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/suanpan/abacus.mp
%{_texmfdistdir}/metapost/suanpan/suanpan.mp
%doc %{_texmfdistdir}/doc/metapost/suanpan/README
%doc %{_texmfdistdir}/doc/metapost/suanpan/article.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091110-3
+ Revision: b41e975
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21433 |14mr|texlive-subdepth-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/subdepth
# catalog-date 2008-08-23 22:26:13 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-subdepth
Version:	0.1
Release:	3
Summary:	Unify maths subscript height
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/subdepth
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subdepth.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subdepth.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subdepth.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is based on code (posted long ago to comp.text.tex
by Donald Arseneau) to equalise the height of subscripts in
maths. The default behaviour is to place subscripts slightly
lower when there is a superscript as well, but this can look
odd in some situations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subdepth/subdepth.sty
%doc %{_texmfdistdir}/doc/latex/subdepth/README
%doc %{_texmfdistdir}/doc/latex/subdepth/subdepth.pdf
#- source
%doc %{_texmfdistdir}/source/latex/subdepth/subdepth.dtx
%doc %{_texmfdistdir}/source/latex/subdepth/subdepth.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: e9b7192
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21434 |14mr|texlive-subeqn-2.0b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/subeqn
# catalog-date 2007-01-15 00:27:07 +0100
# catalog-license lppl
# catalog-version 2.0b
Name:		texlive-subeqn
Version:	2.0b
Release:	3
Summary:	Package for subequation numbering
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/subeqn
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqn.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqn.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Sometimes it is necessary to be able to refer to subexpressions
of an equation. In order to do that these subexpressions should
be numbered. In standard LaTeX there is no provision for this.
To solve this problem Stephen Gildea once wrote subeqn.sty for
LaTeX 2.09; Donald Arsenau rewrote the macros and Johannes
Braams made them available for LaTeX2e. Note that this package
is not compatible with the package subeqnarray (written by
Johannes Braams), but it can be used together with the LaTeX
class options leqno and fleqn.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subeqn/subeqn.sty
%doc %{_texmfdistdir}/doc/latex/subeqn/manifest.txt
%doc %{_texmfdistdir}/doc/latex/subeqn/subeqn.pdf
%doc %{_texmfdistdir}/doc/latex/subeqn/subeqn.tex
#- source
%doc %{_texmfdistdir}/source/latex/subeqn/subeqn.dtx
%doc %{_texmfdistdir}/source/latex/subeqn/subeqn.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0b-3
+ Revision: f92a23d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21435 |14mr|texlive-subeqnarray-2.1c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/subeqnarray
# catalog-date 2007-01-02 10:01:06 +0100
# catalog-license lppl
# catalog-version 2.1c
Name:		texlive-subeqnarray
Version:	2.1c
Release:	3
Summary:	Equation array with sub numbering
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/subeqnarray
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqnarray.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqnarray.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqnarray.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package defines the subeqnarray and subeqnarray*
environments, which behave like the equivalent eqnarray and
eqnarray* environments, except that the individual lines are
numbered like 1a, 1b, 1c, etc. To refer to these numbers an
extra label command \slabel is provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subeqnarray/subeqnarray.sty
%doc %{_texmfdistdir}/doc/latex/subeqnarray/manifest.txt
%doc %{_texmfdistdir}/doc/latex/subeqnarray/subeqnarray.pdf
%doc %{_texmfdistdir}/doc/latex/subeqnarray/subeqnarray.tex
#- source
%doc %{_texmfdistdir}/source/latex/subeqnarray/subeqnarray.dtx
%doc %{_texmfdistdir}/source/latex/subeqnarray/subeqnarray.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1c-3
+ Revision: ea7c3f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21436 |14mr|texlive-subfig-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/subfig
# catalog-date 2010-05-10 00:41:23 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-subfig
Version:	1.3
Release:	3
Summary:	Figures broken into subfigures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/subfig
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfig.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfig.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for the manipulation and reference
of small or 'sub' figures and tables within a single figure or
table environment. It is convenient to use this package when
your subfigures are to be separately captioned, referenced, or
are to be included in the List-of-Figures. A new \subfigure
command is introduced which can be used inside a figure
environment for each subfigure. An optional first argument is
used as the caption for that subfigure. This package supersedes
the subfigure package (which will continue to be supported, but
no longer maintained). The name has changed because the subfig
package is not completely backward compatible with the older
subfigure package due to an extensive rewrite to use the new
caption package to produce its subcaptions. The major advantage
to the new package is that the user interface is keyword/value
driven and easier to use. To ease the transition from the
subfigure package it includes a configuration file (subfig.cfg)
which nearly emulates the subfigure package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subfig/altsf.cfg
%{_texmfdistdir}/tex/latex/subfig/subfig.sty
%doc %{_texmfdistdir}/doc/latex/subfig/README
%doc %{_texmfdistdir}/doc/latex/subfig/ltxdoc.cfg
%doc %{_texmfdistdir}/doc/latex/subfig/subfig.pdf
%doc %{_texmfdistdir}/doc/latex/subfig/test1.tex
%doc %{_texmfdistdir}/doc/latex/subfig/test2.tex
%doc %{_texmfdistdir}/doc/latex/subfig/test3.tex
%doc %{_texmfdistdir}/doc/latex/subfig/test4.tex
%doc %{_texmfdistdir}/doc/latex/subfig/test5.tex
%doc %{_texmfdistdir}/doc/latex/subfig/test6.tex
%doc %{_texmfdistdir}/doc/latex/subfig/test7.tex
#- source
%doc %{_texmfdistdir}/source/latex/subfig/Makefile
%doc %{_texmfdistdir}/source/latex/subfig/subfig.dtx
%doc %{_texmfdistdir}/source/latex/subfig/subfig.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 19d3f7e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21437 |14mr|texlive-subfigmat-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20308
# category Package
# catalog-ctan /macros/latex/contrib/subfigmat
# catalog-date 2010-11-03 11:56:13 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-subfigmat
Version:	1.0
Release:	3
Summary:	Automates layout when using the subfigure package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/subfigmat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigmat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigmat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines an array/matrix-type environment that is used with the
subfigure package to automate the placement of subfigures (or
tables or text). The subfigures are placed left-to-right, top-
to-bottom.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subfigmat/subfigmat.sty
%doc %{_texmfdistdir}/doc/latex/subfigmat/subfigmat-doc.pdf
%doc %{_texmfdistdir}/doc/latex/subfigmat/subfigmat-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 52e7ed3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21438 |14mr|texlive-subfigure-2.1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /obsolete/macros/latex/contrib/subfigure
# catalog-date 2010-04-20 11:43:44 +0200
# catalog-license lppl
# catalog-version 2.1.5
Name:		texlive-subfigure
Version:	2.1.5
Release:	3
Summary:	Deprecated: Figures divided into subfigures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/obsolete/macros/latex/contrib/subfigure
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigure.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigure.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigure.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides support for the manipulation and reference of small or
'sub' figures and tables within a single figure or table
environment. It is convenient to use this package when your
subfigures are to be separately captioned, referenced, or are
to be included in the List-of-Figures. A new \subfigure command
is introduced which can be used inside a figure environment for
each subfigure. An optional first argument is used as the
caption for that subfigure. This package is now obsolescent:
new users should use subfig instead.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subfigure/subfigure.cfg
%{_texmfdistdir}/tex/latex/subfigure/subfigure.sty
%doc %{_texmfdistdir}/doc/latex/subfigure/README
%doc %{_texmfdistdir}/doc/latex/subfigure/ltxdoc.cfg
%doc %{_texmfdistdir}/doc/latex/subfigure/subfigure.pdf
%doc %{_texmfdistdir}/doc/latex/subfigure/test.tex
%doc %{_texmfdistdir}/doc/latex/subfigure/test2.tex
%doc %{_texmfdistdir}/doc/latex/subfigure/test3.tex
%doc %{_texmfdistdir}/doc/latex/subfigure/test4.tex
%doc %{_texmfdistdir}/doc/latex/subfigure/test5.tex
#- source
%doc %{_texmfdistdir}/source/latex/subfigure/Makefile
%doc %{_texmfdistdir}/source/latex/subfigure/subfigure.dtx
%doc %{_texmfdistdir}/source/latex/subfigure/subfigure.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.5-3
+ Revision: 9e541a5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21439 |14mr|texlive-subfiles-20120810-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26645
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-subfiles
Version:	20120810
Release:	2
Summary:	TeXLive subfiles package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfiles.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfiles.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfiles.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive subfiles package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subfiles/subfiles.cls
%{_texmfdistdir}/tex/latex/subfiles/subfiles.sty
%doc %{_texmfdistdir}/doc/latex/subfiles/README
%doc %{_texmfdistdir}/doc/latex/subfiles/subfiles.pdf
#- source
%doc %{_texmfdistdir}/source/latex/subfiles/subfiles.dtx
%doc %{_texmfdistdir}/source/latex/subfiles/subfiles.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120810-2
+ Revision: 6cbe346
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21440 |14mr|texlive-subfloat-2.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/subfloat
# catalog-date 2008-06-17 13:09:54 +0200
# catalog-license lppl
# catalog-version 2.14
Name:		texlive-subfloat
Version:	2.14
Release:	3
Summary:	Sub-numbering for figures and tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/subfloat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfloat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfloat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package enables sub-numbering of floats (figures and
tables) similar to the subequations-environment of the amsmath
package. The subfloat package is not to be confused with the
subfig package which generates sub-figures within one normal
figure, and manages their placement; subfloat only affects
captions and numbering.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subfloat/subfloat.sty
%doc %{_texmfdistdir}/doc/latex/subfloat/ChangeLog
%doc %{_texmfdistdir}/doc/latex/subfloat/README
%doc %{_texmfdistdir}/doc/latex/subfloat/install.sh
%doc %{_texmfdistdir}/doc/latex/subfloat/subfloat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/subfloat/Makefile
%doc %{_texmfdistdir}/source/latex/subfloat/subfloat.dtx
%doc %{_texmfdistdir}/source/latex/subfloat/subfloat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.14-3
+ Revision: 996c699
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21441 |14mr|texlive-substances-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27182
# category Package
# catalog-ctan /macros/latex/contrib/substances
# catalog-date 2012-07-22 22:37:06 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-substances
Version:	0.1
Release:	2
Summary:	A database of chemicals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/substances
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/substances.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/substances.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to create a database-like file
that contains data of various chemicals. These data may be
retrieved in the document; an index of the chemicals mentioned
in the document can be created..

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/substances/substances-default.def
%{_texmfdistdir}/tex/latex/substances/substances.sty
%doc %{_texmfdistdir}/doc/latex/substances/README
%doc %{_texmfdistdir}/doc/latex/substances/substances-examples.sub
%doc %{_texmfdistdir}/doc/latex/substances/substances_en.pdf
%doc %{_texmfdistdir}/doc/latex/substances/substances_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: 3a7cd74
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21442 |14mr|texlive-substitutefont-0.1.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32066
# category Package
# catalog-ctan /macros/latex/contrib/substitutefont
# catalog-date 2013-11-04 19:57:46 +0100
# catalog-license lppl1.3
# catalog-version 0.1.4
Name:		texlive-substitutefont
Version:	0.1.4
Release:	6
Summary:	Easy font substitution
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/substitutefont
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/substitutefont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/substitutefont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Many free fonts are extensions of a basic font family with new
glyphs or shapes. Such fonts may be given a new name due to
licence reasons or to the creator's preference. The package
facilitates the task of setting up a font family as substitute
for another one, using its \substitutefont command.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/substitutefont/substitutefont.sty
%doc %{_texmfdistdir}/doc/latex/substitutefont/README
%doc %{_texmfdistdir}/doc/latex/substitutefont/cyrillic-lm-lgc.pdf
%doc %{_texmfdistdir}/doc/latex/substitutefont/cyrillic-lm-lgc.tex
%doc %{_texmfdistdir}/doc/latex/substitutefont/cyrillic-paratype.pdf
%doc %{_texmfdistdir}/doc/latex/substitutefont/cyrillic-paratype.tex
%doc %{_texmfdistdir}/doc/latex/substitutefont/greek-palatino-didot.pdf
%doc %{_texmfdistdir}/doc/latex/substitutefont/greek-palatino-didot.tex
%doc %{_texmfdistdir}/doc/latex/substitutefont/greek-times-artemisia.pdf
%doc %{_texmfdistdir}/doc/latex/substitutefont/greek-times-artemisia.tex
%doc %{_texmfdistdir}/doc/latex/substitutefont/substitutefont-doc.html
%doc %{_texmfdistdir}/doc/latex/substitutefont/substitutefont-test.pdf
%doc %{_texmfdistdir}/doc/latex/substitutefont/substitutefont-test.tex
%doc %{_texmfdistdir}/doc/latex/substitutefont/substitutefont.sty.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.4-6
+ Revision: 74cbe17
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21443 |14mr|texlive-substr-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16117
# category Package
# catalog-ctan /macros/latex/contrib/substr
# catalog-date 2009-10-20 22:03:50 +0200
# catalog-license lppl1
# catalog-version 1.2
Name:		texlive-substr
Version:	1.2
Release:	3
Summary:	Deal with substrings in strings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/substr
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/substr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/substr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The substr package provides commands to deal with substrings of
strings. Macros are provided to: - determine if one string is a
substring of another, - return the parts of a string before or
after a substring and - count the number of occurrences of a
substring.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/substr/substr.sty
%doc %{_texmfdistdir}/doc/latex/substr/ChangeLog
%doc %{_texmfdistdir}/doc/latex/substr/README
%doc %{_texmfdistdir}/doc/latex/substr/testsubstr.pdf
%doc %{_texmfdistdir}/doc/latex/substr/testsubstr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 6b2de28
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21444 |14mr|texlive-subsupscripts-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16080
# category Package
# catalog-ctan /macros/latex/contrib/subsupscripts
# catalog-date 2009-11-20 12:24:11 +0100
# catalog-license noinfo
# catalog-version 1.0
Name:		texlive-subsupscripts
Version:	1.0
Release:	3
Summary:	A range of sub- and superscript commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/subsupscripts
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subsupscripts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subsupscripts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a comprehensive and flexible set of
commands for combinations of left and right sub- and
superscripts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subsupscripts/subsupscripts.sty
%doc %{_texmfdistdir}/doc/latex/subsupscripts/README
%doc %{_texmfdistdir}/doc/latex/subsupscripts/SubSupScripts.pdf
%doc %{_texmfdistdir}/doc/latex/subsupscripts/SubSupScripts.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 17f08ee
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21445 |14mr|texlive-sudoku-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sudoku
# catalog-date 2007-03-12 11:51:09 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-sudoku
Version:	1.0
Release:	3
Summary:	Create sudoku grids
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sudoku
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sudoku.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sudoku.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sudoku.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The sudoku package provides an environment for typesetting
sudoku grids. A sudoku puzzle is a 9x9 grid where some of the
squares in the grid contain numbers. The rules are simple:
every column can only contain the digits 1 to 9, every row can
only contain the digits 1 to 9 and every 3x3 box can only
contain the digits 1 to 9. More information, including help and
example puzzles, can be found at sudoku.org.uk. This site also
has blank sudoku grids (or worksheets), but you will not need
to print them from there if you have this package installed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sudoku/sudoku.sty
%doc %{_texmfdistdir}/doc/latex/sudoku/CHANGES
%doc %{_texmfdistdir}/doc/latex/sudoku/README
%doc %{_texmfdistdir}/doc/latex/sudoku/sudoku.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sudoku/sudoku.dtx
%doc %{_texmfdistdir}/source/latex/sudoku/sudoku.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 82d05cd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21446 |14mr|texlive-sudokubundle-1.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sudokubundle
# catalog-date 2007-03-12 11:51:09 +0100
# catalog-license lppl
# catalog-version 1.0a
Name:		texlive-sudokubundle
Version:	1.0a
Release:	3
Summary:	A set of sudoku-related packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sudokubundle
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sudokubundle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sudokubundle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sudokubundle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides three packages: - printsudoku, which
provides a command \sudoku whose argument is the name of a file
containing a puzzle specification; - solvesudoku, which
attempts to find a solution to the puzzle in the file named in
the argument; and - createsudoku, which uses the random package
to generate a puzzle according to a bunch of parameters that
the user sets via macros. The bundle comes with a set of ready-
prepared puzzle files.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sudokubundle/createsudoku.sty
%{_texmfdistdir}/tex/latex/sudokubundle/printsudoku.sty
%{_texmfdistdir}/tex/latex/sudokubundle/solvesudoku.sty
%doc %{_texmfdistdir}/doc/latex/sudokubundle/README
%doc %{_texmfdistdir}/doc/latex/sudokubundle/somesudoku.tex
%doc %{_texmfdistdir}/doc/latex/sudokubundle/sudokubundle.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sudokubundle/sudokubundle.dtx
%doc %{_texmfdistdir}/source/latex/sudokubundle/sudokubundle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-3
+ Revision: 3795c3d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21447 |14mr|texlive-suftesi-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26217
# category Package
# catalog-ctan /macros/latex/contrib/suftesi
# catalog-date 2012-04-23 11:23:52 +0200
# catalog-license lppl
# catalog-version 0.9
Name:		texlive-suftesi
Version:	0.9
Release:	2
Summary:	A document class for typesetting theses, books and articles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/suftesi
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/suftesi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/suftesi.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/suftesi.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is specifically designed for use with theses in the
humanities.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/suftesi/suftesi.cls
%doc %{_texmfdistdir}/doc/latex/suftesi/README
%doc %{_texmfdistdir}/doc/latex/suftesi/example/Capitoli/primo.tex
%doc %{_texmfdistdir}/doc/latex/suftesi/example/Capitoli/secondo.tex
%doc %{_texmfdistdir}/doc/latex/suftesi/example/Capitoli/terzo.tex
%doc %{_texmfdistdir}/doc/latex/suftesi/example/Immagini/don.png
%doc %{_texmfdistdir}/doc/latex/suftesi/example/Immagini/lamport.jpg
%doc %{_texmfdistdir}/doc/latex/suftesi/example/MaterialeInizialeFinale/Introduzione.tex
%doc %{_texmfdistdir}/doc/latex/suftesi/example/MaterialeInizialeFinale/Ringraziamenti.tex
%doc %{_texmfdistdir}/doc/latex/suftesi/example/bibliografia.bib
%doc %{_texmfdistdir}/doc/latex/suftesi/example/logo.png
%doc %{_texmfdistdir}/doc/latex/suftesi/example/tesi.tex
%doc %{_texmfdistdir}/doc/latex/suftesi/suftesi.pdf
#- source
%doc %{_texmfdistdir}/source/latex/suftesi/suftesi.dtx
%doc %{_texmfdistdir}/source/latex/suftesi/suftesi.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-2
+ Revision: b756c16
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21448 |14mr|texlive-sugconf-20080416-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/conferences/sugconf
# catalog-date 2008-04-16 11:52:05 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-sugconf
Version:	20080416
Release:	3
Summary:	SAS(R) user group conference proceedings document class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/conferences/sugconf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sugconf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sugconf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class may be used to typeset articles to be published in
the proceedings of SAS(R) User group conferences and workshops.
The layout produced by the class is based on that published by
SAS Institute (2006).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sugconf/sugconf.cls
%doc %{_texmfdistdir}/doc/latex/sugconf/README
%doc %{_texmfdistdir}/doc/latex/sugconf/SUGI-paper-example.txt
%doc %{_texmfdistdir}/doc/latex/sugconf/article-example.bat
%doc %{_texmfdistdir}/doc/latex/sugconf/article-example.pdf
%doc %{_texmfdistdir}/doc/latex/sugconf/article-example.tex
%doc %{_texmfdistdir}/doc/latex/sugconf/sugconf-example.bat
%doc %{_texmfdistdir}/doc/latex/sugconf/sugconf-example.pdf
%doc %{_texmfdistdir}/doc/latex/sugconf/sugconf-example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080416-3
+ Revision: e9863d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21449 |14mr|texlive-supertabular-4.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/supertabular
# catalog-date 2009-10-10 00:51:28 +0200
# catalog-license lppl
# catalog-version 4.1a
Name:		texlive-supertabular
Version:	4.1a
Release:	3
Summary:	A multi-page tables package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/supertabular
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/supertabular.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/supertabular.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/supertabular.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Generally longtable is a little easier to use and more
flexible, but supertabular has its place, since it will work in
a few situations where longtable won't.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/supertabular/supertabular.sty
%doc %{_texmfdistdir}/doc/latex/supertabular/CATALOG
%doc %{_texmfdistdir}/doc/latex/supertabular/ChangeLog
%doc %{_texmfdistdir}/doc/latex/supertabular/MANIFEST
%doc %{_texmfdistdir}/doc/latex/supertabular/README
%doc %{_texmfdistdir}/doc/latex/supertabular/supertabular.pdf
#- source
%doc %{_texmfdistdir}/source/latex/supertabular/supertabular.dtx
%doc %{_texmfdistdir}/source/latex/supertabular/supertabular.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.1a-3
+ Revision: ce8a3b3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21450 |14mr|texlive-susy-20080823-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/susy
# catalog-date 2008-08-23 22:26:13 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-susy
Version:	20080823
Release:	3
Summary:	Macros for SuperSymmetry-related work
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/susy
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/susy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/susy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides abbreviations of longer expressions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/susy/susy.sty
%doc %{_texmfdistdir}/doc/latex/susy/README
%doc %{_texmfdistdir}/doc/latex/susy/README.TEXLIVE

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080823-3
+ Revision: 7050e00
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21451 |14mr|texlive-svg-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33063
# category Package
# catalog-ctan /graphics/svg
# catalog-date 2014-02-26 23:03:13 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-svg
Version:	1.0
Release:	8
Summary:	Include and extract SVG pictures using Inkscape
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/svg
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a command similar to \includegraphics
command of the graphicx package, which enables the inclusion of
SVG images using Inkscape. \includesvg[<options>]{<svg
filename>} A variety of options is available, including width,
height, and path of the SVG. The image is converted to an
appropriate format, using the \write18 mechanism to execute a
shell command, and the package also offers the means of saving
a PDF, EPS, or PNG copy of the image, at the same time. The
documentation shows an example using an SVG created from the
high energy particle physics analysis package ROOT.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/svg/svg.sty
%doc %{_texmfdistdir}/doc/latex/svg/Fig.1a.pdf
%doc %{_texmfdistdir}/doc/latex/svg/Fig.1b.eps
%doc %{_texmfdistdir}/doc/latex/svg/Fig.2.pdf
%doc %{_texmfdistdir}/doc/latex/svg/Fig.2.png
%doc %{_texmfdistdir}/doc/latex/svg/README
%doc %{_texmfdistdir}/doc/latex/svg/example.pdf
%doc %{_texmfdistdir}/doc/latex/svg/example.pdf_tex
%doc %{_texmfdistdir}/doc/latex/svg/example.svg
%doc %{_texmfdistdir}/doc/latex/svg/preamble.tex
%doc %{_texmfdistdir}/doc/latex/svg/root.C
%doc %{_texmfdistdir}/doc/latex/svg/root.pdf
%doc %{_texmfdistdir}/doc/latex/svg/root.pdf_tex
%doc %{_texmfdistdir}/doc/latex/svg/root.svg
%doc %{_texmfdistdir}/doc/latex/svg/svg.pdf
#- source
%doc %{_texmfdistdir}/source/latex/svg/svg.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-8
+ Revision: ded3e7a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21452 |14mr|texlive-svgcolor-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/svgcolor
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-svgcolor
Version:	1.0
Release:	3
Summary:	Define SVG named colours
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/svgcolor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svgcolor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svgcolor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines the W3C Scalable Vector Graphics (SVG)
colour names for use with both the color and PSTricks packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/svgcolor/svgcolor.sty
%doc %{_texmfdistdir}/doc/latex/svgcolor/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: a13e5b8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21453 |14mr|texlive-svg-inkscape-20100908-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19788
# category Package
# catalog-ctan /info/svg-inkscape
# catalog-date 2010-09-08 12:29:06 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-svg-inkscape
Version:	20100908
Release:	3
Summary:	How to include an SVG image in LaTeX using Inkscape
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/svg-inkscape
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svg-inkscape.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svg-inkscape.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The document demonstrates the use of SVG imainges in LaTeX
documents. Using the "PDF+LaTeX output" option of Inkscape, it
is possible to include SVG in documents, in which LaTeX
typesets the text. This results in uniform text style
throughout the document, including text in images; moreover,
LaTeX commands may be used in the image's text, providing such
things as mathematics and references. The document also
describes how to automate the conversion from SVG to PDF+LaTeX
using Inkscape.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/svg-inkscape/InkscapePDFLaTeX.pdf
%doc %{_texmfdistdir}/doc/latex/svg-inkscape/InkscapePDFLaTeX.tex
%doc %{_texmfdistdir}/doc/latex/svg-inkscape/README
%doc %{_texmfdistdir}/doc/latex/svg-inkscape/image-normal.pdf
%doc %{_texmfdistdir}/doc/latex/svg-inkscape/image.pdf
%doc %{_texmfdistdir}/doc/latex/svg-inkscape/image.pdf_tex
%doc %{_texmfdistdir}/doc/latex/svg-inkscape/image.svg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100908-3
+ Revision: 6f858f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21454 |14mr|texlive-svn-43-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/svn
# catalog-date 2009-03-04 19:42:30 +0100
# catalog-license lppl1.3
# catalog-version 43
Name:		texlive-svn
Version:	43
Release:	3
Summary:	Typeset Subversion keywords
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/svn
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The svn package lets you typeset (in LaTeX) the value of
Subversion keywords. It is approximately an equivalent to the
rcs package, but for Subversion rather than CVS. Details of
Subversion (a replacement for CVS) is available from the
project's home site.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/svn/svn.sty
%doc %{_texmfdistdir}/doc/latex/svn/README
%doc %{_texmfdistdir}/doc/latex/svn/svn.pdf
#- source
%doc %{_texmfdistdir}/source/latex/svn/Makefile
%doc %{_texmfdistdir}/source/latex/svn/svn.dtx
%doc %{_texmfdistdir}/source/latex/svn/svn.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 43-3
+ Revision: c2b04bd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21455 |14mr|texlive-svninfo-0.7.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17554
# category Package
# catalog-ctan /macros/latex/contrib/svninfo
# catalog-date 2010-03-23 21:34:59 +0100
# catalog-license lppl1
# catalog-version 0.7.4
Name:		texlive-svninfo
Version:	0.7.4
Release:	3
Summary:	Typeset Subversion keywords
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/svninfo
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svninfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svninfo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svninfo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for incorporating the values of Subversion keywords
into typeset documents. Information about Subversion (a
replacement for CVS) is available from
http://subversion.tigris.org/.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/svninfo/svninfo.cfg
%{_texmfdistdir}/tex/latex/svninfo/svninfo.sty
%doc %{_texmfdistdir}/doc/latex/svninfo/README
%doc %{_texmfdistdir}/doc/latex/svninfo/svninfo.init
%doc %{_texmfdistdir}/doc/latex/svninfo/svninfo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/svninfo/Makefile
%doc %{_texmfdistdir}/source/latex/svninfo/svninfo.dtx
%doc %{_texmfdistdir}/source/latex/svninfo/svninfo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.4-3
+ Revision: 2aaad77
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21456 |14mr|texlive-svn-multi-2.4d-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /macros/latex/contrib/svn-multi
# catalog-date 2012-05-07 15:25:51 +0200
# catalog-license lppl
# catalog-version 2.4d
Name:		texlive-svn-multi
Version:	2.4d
Release:	5
Summary:	Subversion keywords in multi-file LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/svn-multi
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-multi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-multi.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-multi.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-svn-multi.bin = %{EVRD}

%description
This package lets you typeset keywords of the version control
system Subversion inside your LaTeX files anywhere you like.
Unlike the otherwise similar package svn the use of multiple
files for one LaTeX document is well supported. The package
uses the author's filehook and currfile packages. The package
interacts with an external Perl script, to retrieve information
necessary for the required output.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/svn-multi
%{_texmfdistdir}/scripts/svn-multi/svn-multi.pl
%{_texmfdistdir}/tex/latex/svn-multi/svn-multi.sty
%{_texmfdistdir}/tex/latex/svn-multi/svnkw.sty
%doc %{_texmfdistdir}/doc/latex/svn-multi/README
%doc %{_texmfdistdir}/doc/latex/svn-multi/example_chap1.tex
%doc %{_texmfdistdir}/doc/latex/svn-multi/example_main.tex
%doc %{_texmfdistdir}/doc/latex/svn-multi/group_example.tex
%doc %{_texmfdistdir}/doc/latex/svn-multi/svn-multi.pdf
%doc %{_texmfdistdir}/doc/support/svn-multi/svn-multi-pl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/svn-multi/svn-multi-pl.dtx
%doc %{_texmfdistdir}/source/latex/svn-multi/svn-multi.dtx
%doc %{_texmfdistdir}/source/latex/svn-multi/svn-multi.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/svn-multi/svn-multi.pl svn-multi
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4d-5
+ Revision: 37320a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21457 |14mr|texlive-svn-prov-3.1862-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18017
# category Package
# catalog-ctan /macros/latex/contrib/svn-prov
# catalog-date 2010-04-25 23:29:42 +0200
# catalog-license lppl
# catalog-version 3.1862
Name:		texlive-svn-prov
Version:	3.1862
Release:	3
Summary:	Subversion variants of \Provides... macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/svn-prov
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-prov.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-prov.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-prov.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package introduces Subversion variants of the standard
LaTeX macros \ProvidesPackage, \ProvidesClass and \ProvidesFile
where the file name and date is extracted from Subversion Id
keywords. The file name may also be given explicitly as an
optional argument.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/svn-prov/svn-prov.sty
%doc %{_texmfdistdir}/doc/latex/svn-prov/svn-prov.pdf
#- source
%doc %{_texmfdistdir}/source/latex/svn-prov/Makefile
%doc %{_texmfdistdir}/source/latex/svn-prov/svn-prov.dtx
%doc %{_texmfdistdir}/source/latex/svn-prov/svn-prov.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1862-3
+ Revision: 4f6484b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21458 |14mr|texlive-swebib-20070115-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/swebib
# catalog-date 2007-01-15 14:17:51 +0100
# catalog-license lppl1.2
# catalog-version undef
Name:		texlive-swebib
Version:	20070115
Release:	3
Summary:	Swedish bibliography styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/swebib
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/swebib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/swebib.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle contains Swedish versions of the standard
bibliography styles, and of the style plainnat. The styles
should be funtionally equivalent to the corresponding original
styles, apart from the Swedish translations. The styles do not
implement Swedish collation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/swebib/sweabbrv.bst
%{_texmfdistdir}/bibtex/bst/swebib/swealpha.bst
%{_texmfdistdir}/bibtex/bst/swebib/sweplain.bst
%{_texmfdistdir}/bibtex/bst/swebib/sweplnat.bst
%{_texmfdistdir}/bibtex/bst/swebib/sweunsrt.bst
%doc %{_texmfdistdir}/doc/latex/swebib/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070115-3
+ Revision: 6198e97
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21459 |14mr|texlive-swimgraf-20120220-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25446
# category Package
# catalog-ctan /macros/latex/contrib/swimgraf
# catalog-date 2012-02-20 12:29:23 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-swimgraf
Version:	20120220
Release:	2
Summary:	Graphical/textual representations of swimming performances
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/swimgraf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/swimgraf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/swimgraf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/swimgraf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides two macros that produce representations of
a swimmer's performances. The user records data in a text file
and specifies as arguments of the macros the date range of
interest. The macros extract the relevant information from the
file and process it: \swimgraph produces a graph of the times
in a single swimming event (specified as an argument), plotting
long course and short course times in separate lines. Records
and qualifying times, stored in text files, may optionally be
included on the graph. \swimtext produces a written record of
the times in all events. Files of current world and Canadian
records are included. The package requires the PSTricks and
keyval packages. For attractive output it also requires a
colour output device.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/swimgraf/swimgraf.cfg
%{_texmfdistdir}/tex/latex/swimgraf/swimgraf.sty
%doc %{_texmfdistdir}/doc/latex/swimgraf/100br1.pdf
%doc %{_texmfdistdir}/doc/latex/swimgraf/100br1.tex
%doc %{_texmfdistdir}/doc/latex/swimgraf/100br2.pdf
%doc %{_texmfdistdir}/doc/latex/swimgraf/100br2.tex
%doc %{_texmfdistdir}/doc/latex/swimgraf/README
%doc %{_texmfdistdir}/doc/latex/swimgraf/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada11.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada12.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada13.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada14.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada15.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada16.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada17.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario10.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario11.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario12.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario13.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario14.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario15.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario16.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario17.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario8.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario9.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fworld.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/mcanada.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/mworld.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/sample1.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/sample2.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/text1.pdf
%doc %{_texmfdistdir}/doc/latex/swimgraf/text1.tex
%doc %{_texmfdistdir}/doc/latex/swimgraf/text2.pdf
%doc %{_texmfdistdir}/doc/latex/swimgraf/text2.tex
#- source
%doc %{_texmfdistdir}/source/latex/swimgraf/100BR1.TEX
%doc %{_texmfdistdir}/source/latex/swimgraf/100BR2.TEX
%doc %{_texmfdistdir}/source/latex/swimgraf/SAMPLE1.DAT
%doc %{_texmfdistdir}/source/latex/swimgraf/SAMPLE2.DAT
%doc %{_texmfdistdir}/source/latex/swimgraf/TEXT1.TEX
%doc %{_texmfdistdir}/source/latex/swimgraf/TEXT2.TEX
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada11.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada12.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada13.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada14.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada15.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada16.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada17.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario10.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario11.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario12.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario13.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario14.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario15.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario16.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario17.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario8.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario9.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fworld.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/mcanada.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/mworld.dat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120220-2
+ Revision: 802bd06
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21460 |14mr|texlive-syllogism-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/syllogism
# catalog-date 2008-10-28 11:39:06 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-syllogism
Version:	1.2
Release:	3
Summary:	Typeset syllogisms in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/syllogism
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/syllogism.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/syllogism.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a simple, configurable, way for neatly
typesetting syllogisms and syllogistic-like arguments, composed
of two premises and a conclusion.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/syllogism/syllogism.sty
%doc %{_texmfdistdir}/doc/latex/syllogism/Examples.pdf
%doc %{_texmfdistdir}/doc/latex/syllogism/Examples.tex
%doc %{_texmfdistdir}/doc/latex/syllogism/README
%doc %{_texmfdistdir}/doc/latex/syllogism/syllogism.pdf
%doc %{_texmfdistdir}/doc/latex/syllogism/syllogism.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 7fe68f1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21461 |14mr|texlive-symbol-20110301-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21570
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-symbol
Version:	20110301
Release:	3
Summary:	URW "Base 35" font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/symbol.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/symbol/config.usy
%{_texmfdistdir}/fonts/afm/adobe/symbol/psyb.afm
%{_texmfdistdir}/fonts/afm/adobe/symbol/psyr.afm
%{_texmfdistdir}/fonts/afm/urw/symbol/usyr.afm
%{_texmfdistdir}/fonts/map/dvips/symbol/usy.map
%{_texmfdistdir}/fonts/tfm/adobe/symbol/psyr.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/symbol/rpsyr.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/symbol/rpsyro.tfm
%{_texmfdistdir}/fonts/tfm/monotype/symbol/msyr.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/symbol/usyr.tfm
%{_texmfdistdir}/fonts/type1/urw/symbol/usyr.pfb
%{_texmfdistdir}/fonts/type1/urw/symbol/usyr.pfm
%{_texmfdistdir}/tex/latex/symbol/uusy.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110301-3
+ Revision: 005bedd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21462 |14mr|texlive-synctex-20131010-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-synctex
Version:	20131010
Release:	6
Summary:	TeXLive synctex package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/synctex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/synctex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-synctex.bin

%description
TeXLive synctex package.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/synctex.1*
%doc %{_texmfdistdir}/doc/man/man1/synctex.man1.pdf
%doc %{_mandir}/man5/synctex.5*
%doc %{_texmfdistdir}/doc/man/man5/synctex.man5.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_mandir}/man5
mv %{buildroot}%{_texmfdistdir}/doc/man/man5/*.5 %{buildroot}%{_mandir}/man5

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131010-6
+ Revision: 45aa578
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21463 |14mr|texlive-synproof-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/synproof
# catalog-date 2009-07-05 17:22:22 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-synproof
Version:	1.0
Release:	3
Summary:	Easy drawing of syntactic proofs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/synproof
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/synproof.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/synproof.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a set of macros based on PSTricks that
will enable you to draw syntactic proofs easily (inspired by
the Gamut books). Very few commands are needed, however fine
tuning of the various parameters (dimensions) can still be
achieved through "key=value" pairs.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/synproof/synproof.sty
%doc %{_texmfdistdir}/doc/latex/synproof/README
%doc %{_texmfdistdir}/doc/latex/synproof/synproof-doc.pdf
%doc %{_texmfdistdir}/doc/latex/synproof/synproof-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 32894fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21464 |14mr|texlive-syntax-20091001-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/syntax
# catalog-date 2009-10-01 19:53:35 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-syntax
Version:	20091001
Release:	3
Summary:	Creation of syntax diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/syntax
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/syntax.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/syntax.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Create syntax diagrams using special environments and commands
to represent the diagram structure.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/syntax/syntax.tex
%doc %{_texmfdistdir}/doc/latex/syntax/README
%doc %{_texmfdistdir}/doc/latex/syntax/syntaxintro.pdf
%doc %{_texmfdistdir}/doc/latex/syntax/syntaxintro.tex
%doc %{_texmfdistdir}/doc/latex/syntax/syntaxtest.pdf
%doc %{_texmfdistdir}/doc/latex/syntax/syntaxtest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091001-3
+ Revision: 365afc1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21465 |14mr|texlive-syntrace-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/syntrace
# catalog-date 2007-03-13 15:26:21 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-syntrace
Version:	1.1
Release:	3
Summary:	Labels for tracing in a syntax tree
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/syntrace
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/syntrace.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/syntrace.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/syntrace.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package adds support for for traces in trees created using
either the synttree or the qtree package. The package provides
two commands (\traceLabel and \traceReference) to set and use a
trace.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/syntrace/syntrace.sty
%doc %{_texmfdistdir}/doc/latex/syntrace/README
%doc %{_texmfdistdir}/doc/latex/syntrace/syntrace.pdf
#- source
%doc %{_texmfdistdir}/source/latex/syntrace/syntrace.dtx
%doc %{_texmfdistdir}/source/latex/syntrace/syntrace.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: af9f31e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21466 |14mr|texlive-synttree-1.4.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16252
# category Package
# catalog-ctan /macros/latex/contrib/synttree
# catalog-date 2009-11-30 09:23:31 +0100
# catalog-license lppl
# catalog-version 1.4.2
Name:		texlive-synttree
Version:	1.4.2
Release:	3
Summary:	Typeset syntactic trees
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/synttree
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/synttree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/synttree.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/synttree.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package to typeset syntactic trees such as those used in
Chomsky's Generative grammar, based on a description of the
structure of the tree.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/synttree/synttree.sty
%doc %{_texmfdistdir}/doc/latex/synttree/README
%doc %{_texmfdistdir}/doc/latex/synttree/synttree.pdf
#- source
%doc %{_texmfdistdir}/source/latex/synttree/synttree.dtx
%doc %{_texmfdistdir}/source/latex/synttree/synttree.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.2-3
+ Revision: 55873dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21467 |14mr|texlive-systeme-0.2b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23336
# category Package
# catalog-ctan /macros/generic/systeme
# catalog-date 2011-06-24 11:48:53 +0200
# catalog-license lppl1.3
# catalog-version 0.2b
Name:		texlive-systeme
Version:	0.2b
Release:	3
Summary:	Format systems of equations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/systeme
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/systeme.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/systeme.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows you to enter systems of equations or
inequalities in an intuitive way, and produces typeset output
where the terms and signs are aligned vertically. The package
works with plain TeX or LaTeX, but e-TeX is required. Cette
petite extension permet de saisir des systemes d'equations ou
inequations de facon intuitive, et produit un affichage ou les
termes et les signes sont alignes verticalement.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/systeme/systeme.sty
%{_texmfdistdir}/tex/generic/systeme/systeme.tex
%doc %{_texmfdistdir}/doc/generic/systeme/README
%doc %{_texmfdistdir}/doc/generic/systeme/systeme_doc_fr.pdf
%doc %{_texmfdistdir}/doc/generic/systeme/systeme_doc_fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2b-3
+ Revision: d800dc6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21468 |14mr|texlive-t2-20120605-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29349
# category Package
# catalog-ctan /macros/latex/contrib/t2
# catalog-date 2012-06-05 14:57:36 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-t2
Version:	20120605
Release:	6
Summary:	Support for using T2 encoding
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/t2
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/t2.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/t2.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
The T2 bundle provides a variety of separate support functions,
for using Cyrillic characters in LaTeX: - the mathtext package,
for using Cyrillic letters 'transparently' in formulae - the
citehack package, for using Cyrillic (or indeed any non-ascii)
characters in citation keys; - support for Cyrillic in BibTeX;
- support for Cyrillic in Makeindex; and - various items of
font support.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/t2/t2a-mod1.enc
%{_texmfdistdir}/fonts/enc/t2/t2a-mod2.enc
%{_texmfdistdir}/fonts/enc/t2/t2a.enc
%{_texmfdistdir}/fonts/enc/t2/t2b.enc
%{_texmfdistdir}/fonts/enc/t2/t2c.enc
%{_texmfdistdir}/fonts/enc/t2/x2.enc
%{_texmfdistdir}/tex/generic/t2/cyrfinst/6r.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/README
%{_texmfdistdir}/tex/generic/t2/cyrfinst/cyrillic.mtx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcyc.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcyci.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcycij.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcycj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcyctt.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcyi.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcyij.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcyitt.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcyj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcytt.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/ot2c.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/ot2cj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/ot2i.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/ot2ij.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/ot2j.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2ac.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2acj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2ai.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2aij.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2aj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2bc.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2bcj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2bi.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2bij.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2bj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2cc.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2ccj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2ci.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2cij.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2cj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/x2c.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/x2cj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/x2i.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/x2ij.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/x2j.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/etc/alias-cmc.tex
%{_texmfdistdir}/tex/generic/t2/cyrfinst/etc/alias-wncy.tex
%{_texmfdistdir}/tex/generic/t2/cyrfinst/etc/cyralias.tex
%{_texmfdistdir}/tex/generic/t2/cyrfinst/etc/fnstcorr.tex
%{_texmfdistdir}/tex/generic/t2/cyrfinst/etc/showenc
%{_texmfdistdir}/tex/generic/t2/cyrfinst/lcy-hi.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/lcy.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/ot2.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/t2a.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/t2b.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/t2c.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/x2.etx
%{_texmfdistdir}/tex/latex/t2/citehack.sty
%{_texmfdistdir}/tex/latex/t2/mathtext.sty
%{_texmfdistdir}/tex/latex/t2/misccorr.sty
%_texmf_fmtutil_d/t2
%doc %{_texmfdistdir}/doc/generic/t2/Makefile
%doc %{_texmfdistdir}/doc/generic/t2/OT2uni.map
%doc %{_texmfdistdir}/doc/generic/t2/README
%doc %{_texmfdistdir}/doc/generic/t2/T2Auni.map
%doc %{_texmfdistdir}/doc/generic/t2/T2Buni.map
%doc %{_texmfdistdir}/doc/generic/t2/T2Cuni.map
%doc %{_texmfdistdir}/doc/generic/t2/X2uni.map
%doc %{_texmfdistdir}/doc/generic/t2/amscyr.txt
%doc %{_texmfdistdir}/doc/generic/t2/broken1.txt
%doc %{_texmfdistdir}/doc/generic/t2/broken2.txt
%doc %{_texmfdistdir}/doc/generic/t2/cyrcset7.txt
%doc %{_texmfdistdir}/doc/generic/t2/cyrcset8.txt
%doc %{_texmfdistdir}/doc/generic/t2/cyrcsets.ind
%doc %{_texmfdistdir}/doc/generic/t2/etc/amsppt.diff
%doc %{_texmfdistdir}/doc/generic/t2/etc/mathtext.dtx
%doc %{_texmfdistdir}/doc/generic/t2/etc/mathtext.ins
%doc %{_texmfdistdir}/doc/generic/t2/etc/rubibtex/README
%doc %{_texmfdistdir}/doc/generic/t2/etc/rubibtex/rubibtex
%doc %{_texmfdistdir}/doc/generic/t2/etc/rubibtex/rubibtex.bat
%doc %{_texmfdistdir}/doc/generic/t2/etc/rubibtex/rubibtex.old
%doc %{_texmfdistdir}/doc/generic/t2/etc/rubibtex/rubibtex.sed
%doc %{_texmfdistdir}/doc/generic/t2/etc/ruinpenc
%doc %{_texmfdistdir}/doc/generic/t2/etc/rumkidx/README
%doc %{_texmfdistdir}/doc/generic/t2/etc/rumkidx/rumakeindex
%doc %{_texmfdistdir}/doc/generic/t2/etc/rumkidx/rumkidx1.sed
%doc %{_texmfdistdir}/doc/generic/t2/etc/rumkidx/rumkidx2.sed
%doc %{_texmfdistdir}/doc/generic/t2/etc/rumkidx/rumkidx3.sed
%doc %{_texmfdistdir}/doc/generic/t2/etc/rumkidx/rumkidxd.bat
%doc %{_texmfdistdir}/doc/generic/t2/etc/rumkidx/rumkidxw.bat
%doc %{_texmfdistdir}/doc/generic/t2/etc/t2filter.c
%doc %{_texmfdistdir}/doc/generic/t2/etc/utf-8/test-utf8.tex
%doc %{_texmfdistdir}/doc/generic/t2/etc/utf-8/utf-8.def
%doc %{_texmfdistdir}/doc/generic/t2/etc/utf-8/utfcyr.def
%doc %{_texmfdistdir}/doc/generic/t2/etc/utf-8/utflat.def
%doc %{_texmfdistdir}/doc/generic/t2/examples/example1.tex
%doc %{_texmfdistdir}/doc/generic/t2/examples/example2.tex
%doc %{_texmfdistdir}/doc/generic/t2/examples/example3.tex
%doc %{_texmfdistdir}/doc/generic/t2/examples/example4.tex
%doc %{_texmfdistdir}/doc/generic/t2/examples/example5.tex
%doc %{_texmfdistdir}/doc/generic/t2/make-enc.pl
%doc %{_texmfdistdir}/doc/generic/t2/mkencs.sh
%doc %{_texmfdistdir}/doc/generic/t2/mtcyr.txt
%doc %{_texmfdistdir}/doc/generic/t2/t2cyr.txt
%doc %{_texmfdistdir}/doc/generic/t2/t2lat.txt
%doc %{_texmfdistdir}/doc/generic/t2/urwcyr.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/t2 <<EOF
#
# from t2:
#! cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini
#! cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini
#! cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120605-6
+ Revision: 2394f17
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21469 |14mr|texlive-Tabbing-20100214-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17022
# category Package
# catalog-ctan /macros/latex/contrib/Tabbing
# catalog-date 2010-02-14 11:55:47 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-Tabbing
Version:	20100214
Release:	3
Summary:	Tabbing with accented letters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/Tabbing
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/Tabbing.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/Tabbing.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/Tabbing.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
By default, some of the tabbing environment's commands clash
with default accent commands; LaTeX provides the odd commands
\a', etc., to deal with the clash. The package offers a variant
of the tabbing environment which does not create this
difficulty, so that users need not learn two sets of accent
commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/Tabbing/Tabbing.sty
%doc %{_texmfdistdir}/doc/latex/Tabbing/00readme
%doc %{_texmfdistdir}/doc/latex/Tabbing/Tabbing.pdf
#- source
%doc %{_texmfdistdir}/source/latex/Tabbing/Tabbing.dtx
%doc %{_texmfdistdir}/source/latex/Tabbing/Tabbing.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100214-3
+ Revision: ad7eb7e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21470 |14mr|texlive-tabfigures-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25202
# category Package
# catalog-ctan /macros/latex/contrib/tabfigures
# catalog-date 2012-01-25 23:45:22 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-tabfigures
Version:	1.1
Release:	2
Summary:	Maintain vertical alignment of figures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabfigures
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabfigures.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabfigures.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabfigures.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Knuth designed his original fonts with tabular figures (figures
whose width is uniform); this makes some layout problems rather
simple. In more recent times, fonts (such as Minion Pro), which
offer proportionally spaced figures, are increasingly being
used. The package provides mechanisms whereby such proportional
figures may still be aligned in tabular style (for example, in
the table of contents).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabfigures/tabfigures.sty
%doc %{_texmfdistdir}/doc/latex/tabfigures/README
%doc %{_texmfdistdir}/doc/latex/tabfigures/tabfigures.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tabfigures/tabfigures.dtx
%doc %{_texmfdistdir}/source/latex/tabfigures/tabfigures.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: 184a6b2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21471 |14mr|texlive-tableaux-20081110-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tableaux
# catalog-date 2008-11-10 21:50:32 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-tableaux
Version:	20081110
Release:	3
Summary:	Construct tables of signs and variations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tableaux
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tableaux.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tableaux.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses PStricks; the user may define the width of the
table, the number of lines and the height of each line.
Placement of labels within the boxes may be absolute, or as a
percentage of the width; various other controls are available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tableaux/minimum.sty
%{_texmfdistdir}/tex/latex/tableaux/tableau.sty
%doc %{_texmfdistdir}/doc/latex/tableaux/exemples.pdf
%doc %{_texmfdistdir}/doc/latex/tableaux/exemples.tex
%doc %{_texmfdistdir}/doc/latex/tableaux/tableau.pdf
%doc %{_texmfdistdir}/doc/latex/tableaux/tableau.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081110-3
+ Revision: 6b8ab21
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21472 |14mr|texlive-tablefootnote-1.0h-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27256
# category Package
# catalog-ctan /macros/latex/contrib/tablefootnote
# catalog-date 2012-07-30 11:22:32 +0200
# catalog-license lppl1.3
# catalog-version 1.0h
Name:		texlive-tablefootnote
Version:	1.0h
Release:	2
Summary:	Permit footnotes in tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tablefootnote
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablefootnote.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablefootnote.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablefootnote.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the command \tablefootnote to be used in a
table or sidewaystableenvironment, where \footnote will not
work (and when using \footnotemark and \footnotetext, and
adjusting the counter as necessary, is too much work.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tablefootnote/tablefootnote.sty
%doc %{_texmfdistdir}/doc/latex/tablefootnote/README
%doc %{_texmfdistdir}/doc/latex/tablefootnote/tablefootnote-example.pdf
%doc %{_texmfdistdir}/doc/latex/tablefootnote/tablefootnote-example.tex
%doc %{_texmfdistdir}/doc/latex/tablefootnote/tablefootnote.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tablefootnote/tablefootnote.drv
%doc %{_texmfdistdir}/source/latex/tablefootnote/tablefootnote.dtx
%doc %{_texmfdistdir}/source/latex/tablefootnote/tablefootnote.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0h-2
+ Revision: 511345d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21473 |14mr|texlive-tableof-1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29296
# category Package
# catalog-ctan /macros/latex/contrib/tableof
# catalog-date 2013-03-05 14:09:10 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-tableof
Version:	1.2
Release:	6
Summary:	Tagging tables of contents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tableof
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tableof.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tableof.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tableof.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the commands to flag chapters or sections
(or anything else destined to become a TOC line). The command
\nexttocwithtags{req1,req2,...}{excl1,excl2,...} specifies
which tags are to be required and which ones are to be excluded
by the next \tableofcontents (or equivalent) command. In a
document that uses a class where \tableofcontents may only be
used once, the command
\tableoftaggedcontents{req1,req2,...}{excl1,excl2,...} may be
used to provide several tables.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tableof/tableof.sty
%doc %{_texmfdistdir}/doc/latex/tableof/README
%doc %{_texmfdistdir}/doc/latex/tableof/tableof.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tableof/tableof.dtx
%doc %{_texmfdistdir}/source/latex/tableof/tableof.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-6
+ Revision: 0c09f3d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21474 |14mr|texlive-tablists-0.0e-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tablists
# catalog-date 2009-08-04 22:17:36 +0200
# catalog-license lppl
# catalog-version 0.0e
Name:		texlive-tablists
Version:	0.0e
Release:	3
Summary:	Tabulated lists of short items
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tablists
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablists.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablists.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablists.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package offers environments and commands for one-level and
two-level lists of short items (e.g., exercises in textbooks).
The environments support optional arguments of item numbering
similar to the enumerate or paralist packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tablists/tablists.sty
%doc %{_texmfdistdir}/doc/latex/tablists/README
%doc %{_texmfdistdir}/doc/latex/tablists/tablists-rus.pdf
%doc %{_texmfdistdir}/doc/latex/tablists/tablists-rus.tex
%doc %{_texmfdistdir}/doc/latex/tablists/tablists.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tablists/tablists.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0e-3
+ Revision: 7bb5d62
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21475 |14mr|texlive-tablor-4.07g-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31855
# category Package
# catalog-ctan /macros/latex/contrib/tablor
# catalog-date 2013-10-07 18:39:11 +0200
# catalog-license lppl
# catalog-version 4.07-g
Name:		texlive-tablor
Version:	4.07g
Release:	6
Summary:	Create tables of signs and of variations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tablor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to use the computer algebra system
XCAS to generate tables of signs and of variations (the actual
plotting of the tables uses the MetaPost macro package
tableauVariations). Tables with forbidden regions may be
developed using the package. A configuration file permits some
configuration of the language to be used in the diagrams. The
tablor package requires that shell escape be enabled.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tablor/tablor-xetex.sty
%{_texmfdistdir}/tex/latex/tablor/tablor.cfg
%{_texmfdistdir}/tex/latex/tablor/tablor.sty
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/TSav-105.mp
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/capture.eps
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.0
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.1
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.10
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.105
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.11
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.12
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.13
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.14
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.15
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.16
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.17
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.18
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.19
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.2
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.20
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.21
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.22
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.23
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.24
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.25
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.26
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.27
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.28
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.29
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.3
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.30
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.31
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.32
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.33
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.35
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.36
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.37
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.38
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.39
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.4
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.40
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.41
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.42
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.43
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.44
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.45
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.47
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.48
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.49
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.5
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.50
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.51
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.52
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.53
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.54
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.55
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.56
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.57
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.6
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.7
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.8
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.9
%doc %{_texmfdistdir}/doc/latex/tablor/Figures/tablor_Tab.mp
%doc %{_texmfdistdir}/doc/latex/tablor/README
%doc %{_texmfdistdir}/doc/latex/tablor/README-fr.txt
%doc %{_texmfdistdir}/doc/latex/tablor/auto/tablor-xetex.el
%doc %{_texmfdistdir}/doc/latex/tablor/auto/tablor.el
%doc %{_texmfdistdir}/doc/latex/tablor/tablor.html
%doc %{_texmfdistdir}/doc/latex/tablor/tablor.pdf
%doc %{_texmfdistdir}/doc/latex/tablor/tablor.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.07g-6
+ Revision: 6a53489
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21476 |14mr|texlive-tabls-3.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17255
# category Package
# catalog-ctan /macros/latex/contrib/tabls
# catalog-date 2010-03-09 13:13:30 +0100
# catalog-license other-free
# catalog-version 3.5
Name:		texlive-tabls
Version:	3.5
Release:	3
Summary:	Better vertical spacing in tables and arrays
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabls
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabls.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabls.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Modifies LaTeX's array and tabular environments to keep text
from touching other text or hlines above or below. Several new
parameters are defined and some standard macros are re-defined.
The package slows down compilation of tables, since each entry
is boxed twice.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabls/tabls.sty
%doc %{_texmfdistdir}/doc/latex/tabls/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/tabls/tabls.pdf
%doc %{_texmfdistdir}/doc/latex/tabls/tabls.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5-3
+ Revision: 0c03adb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21477 |14mr|texlive-tabriz-thesis-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29421
# category Package
# catalog-ctan /macros/latex/contrib/tabriz-thesis
# catalog-date 2013-03-17 16:41:59 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-tabriz-thesis
Version:	1.1
Release:	6
Summary:	A template for the University of Tabriz
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabriz-thesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabriz-thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabriz-thesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a document class for typesetting theses and
dissertations at the University of Tabriz.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabriz-thesis/tabriz-thesis.cls
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/README
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/appendix1.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/chapter1.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/chapter2.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/chapter3.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/dicen2fa.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/dicfa2en.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/en-title.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/fa-title.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/logo.jpg
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/references.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/tabriz-thesis.pdf
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/tabriz-thesis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: 01951ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21478 |14mr|texlive-tabstackengine-1.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33006
# category Package
# catalog-ctan /macros/latex/contrib/tabstackengine
# catalog-date 2014-02-19 18:36:09 +0100
# catalog-license lppl
# catalog-version 1.10
Name:		texlive-tabstackengine
Epoch:		1
Version:	1.10
Release:	2
Summary:	"Tabbing" front-end to stackengine
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabstackengine
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabstackengine.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabstackengine.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a front end to the stackengine package, to
allow tabbed stacking. In most cases, an existing stackengine
command may be prepended with the word "tabbed", "align" or
"tabular" to create a new tabbed version of a stacking macro.
In addition, hooks in the package's parser, that tabbed strings
of data may be parsed, extracted and reconstituted (not
requiring use of any stacking constructions).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabstackengine/tabstackengine.sty
%doc %{_texmfdistdir}/doc/latex/tabstackengine/README
%doc %{_texmfdistdir}/doc/latex/tabstackengine/tabstackengine.pdf
%doc %{_texmfdistdir}/doc/latex/tabstackengine/tabstackengine.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.10-2
+ Revision: 6c5775c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21479 |14mr|texlive-tabto-generic-20090913-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/misc/tabto.tex
# catalog-date 2009-09-13 19:05:07 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-tabto-generic
Version:	20090913
Release:	3
Summary:	"Tab" to a measured position in the line
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/misc/tabto.tex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabto-generic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
\tabto{<length>} moves the typesetting position to <length>
from the left margin of the paragraph. If the typesetting
position is already further along, \tabto starts a new line.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/tabto-generic/tabto.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090913-3
+ Revision: bedf77a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21480 |14mr|texlive-tabto-ltx-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18159
# category Package
# catalog-ctan /macros/latex/contrib/tabto
# catalog-date 2010-05-23 19:54:42 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-tabto-ltx
Version:	1.0
Release:	3
Summary:	"Tab" to a measured position in the line
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabto
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabto-ltx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabto-ltx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
\tabto{<length>} moves the typesetting position to <length>
from the left margin of the paragraph. If the typesetting
position is already further along, \tabto starts a new line;
the command \tabto* will move position backwards if necessary,
so that previous text may be overwritten. The command
\TabPositions may be used to define a set of tabbing positions,
after which the command \tab advances typesetting position to
the next defined 'tab stop'.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabto-ltx/tabto.sty
%doc %{_texmfdistdir}/doc/latex/tabto-ltx/tabto-doc.pdf
%doc %{_texmfdistdir}/doc/latex/tabto-ltx/tabto-doc.tex
%doc %{_texmfdistdir}/doc/latex/tabto-ltx/tabto.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 0a85d84
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21481 |14mr|texlive-tabu-2.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21534
# category Package
# catalog-ctan /macros/latex/contrib/tabu
# catalog-date 2011-02-27 12:23:54 +0100
# catalog-license lppl1.3
# catalog-version 2.8
Name:		texlive-tabu
Version:	2.8
Release:	3
Summary:	Flexible LaTeX tabulars
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabu
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabu.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabu.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabu.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an environment, tabu, which will make any
sort of tabular (that doesn't need to split across pages), and
an environment longtabu which provides the facilities of tabu
in a modified longtable environment. (Note that this latter
offers an enhancement of ltxtable.) The package requires the
array package, and needs e-TeX to run (since array.sty is
present in every conforming distribution of LaTeX, and since
every publicly available LaTeX format is built using e-TeX, the
requirements are provided by default on any reasonable system).
The package also requires xcolor for coloured rules in tables,
and colortbl for coloured cells. The longtabu environment
further requires that longtable be loaded. The package itself
does not load any of these packages for the user. The tabu
environment may be used in place of tabular, tabular* and
tabularx environments, as well as the array environment in
maths mode. It overloads tabularx's X-column specification,
allowing a width specification, alignment (l, r, c and j) and
column type indication (p, m and b). \begin{tabu} to <dimen>
specifies a target width, and \begin{tabu} spread <dimen>
enlarges the environment's "natural" width.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabu/tabu.sty
%doc %{_texmfdistdir}/doc/latex/tabu/README
%doc %{_texmfdistdir}/doc/latex/tabu/tabu.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tabu/tabu.drv
%doc %{_texmfdistdir}/source/latex/tabu/tabu.dtx
%doc %{_texmfdistdir}/source/latex/tabu/tabu.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8-3
+ Revision: 3effa8d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21482 |14mr|texlive-tabularborder-1.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17885
# category Package
# catalog-ctan /macros/latex/contrib/tabularborder
# catalog-date 2010-04-29 12:40:52 +0200
# catalog-license lppl1.2
# catalog-version 1.0a
Name:		texlive-tabularborder
Version:	1.0a
Release:	3
Summary:	Correct index entries for chemical compounds
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabularborder
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularborder.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularborder.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularborder.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The tabular environment is changed so that the outer
\tabcolseps are compensated and a \hline has the same length as
the text. No @{} is needed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabularborder/tabularborder.sty
%doc %{_texmfdistdir}/doc/latex/tabularborder/tabularborder.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tabularborder/tabularborder.dtx
%doc %{_texmfdistdir}/source/latex/tabularborder/tabularborder.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-3
+ Revision: 72242d6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21483 |14mr|texlive-tabularcalc-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tabularcalc
# catalog-date 2009-04-22 00:12:47 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-tabularcalc
Version:	0.2
Release:	3
Summary:	Calculate formulas in a tabular environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabularcalc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularcalc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularcalc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Given a list of numbers and one (or more) formulas, the package
offers an easy syntax to build a table of values, i.e., a
tabular in which the first row contains the list of numbers,
and the other rows contain the calculated values of the
formulas for each number of the list. The table may be built
either horizontally or vertically and is fully customizable.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabularcalc/tabularcalc.sty
%doc %{_texmfdistdir}/doc/latex/tabularcalc/README
%doc %{_texmfdistdir}/doc/latex/tabularcalc/tabularcalc_doc_en.pdf
%doc %{_texmfdistdir}/doc/latex/tabularcalc/tabularcalc_doc_en.tex
%doc %{_texmfdistdir}/doc/latex/tabularcalc/tabularcalc_doc_fr.pdf
%doc %{_texmfdistdir}/doc/latex/tabularcalc/tabularcalc_doc_fr.tex
%doc %{_texmfdistdir}/doc/latex/tabularcalc/tabularcalc_doc_vn.pdf
%doc %{_texmfdistdir}/doc/latex/tabularcalc/tabularcalc_doc_vn.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 11501bb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21484 |14mr|texlive-tabularew-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tabularew
# catalog-date 2009-11-10 00:58:07 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-tabularew
Version:	0.1
Release:	3
Summary:	A variation on the tabular environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabularew
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularew.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularew.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularew.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a modification of the tabular environment,
which deals with the problem of column heads that are
significantly wider than the body of the column.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabularew/tabularew.sty
%doc %{_texmfdistdir}/doc/latex/tabularew/README
%doc %{_texmfdistdir}/doc/latex/tabularew/tabularew.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tabularew/tabularew.dtx
%doc %{_texmfdistdir}/source/latex/tabularew/tabularew.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 25acbe5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21485 |14mr|texlive-tabulars-e-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21191
# category Package
# catalog-ctan /info/examples/tabulars-e
# catalog-date 2011-01-24 16:14:35 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-tabulars-e
Version:	1.0
Release:	3
Summary:	Examples from the book "Typesetting tables with LaTeX"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/tabulars-e
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabulars-e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabulars-e.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The bundle presents the examples of the book "Typesetting
tables with LaTeX" (ISBN 978-1-906860-25-7), as standalone
documents.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-1.ltxps
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-19.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-02-1.ltxps
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-02-10.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-02-8.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/01-02-9.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-14.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-15.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-16.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-17.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-18.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-10.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-11.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-12.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-13.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-14.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-15.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-7.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-8.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-03-9.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-04-10.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-04-11.ltx2crop
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-04-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-04-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-04-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-04-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-04-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-04-7.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-04-8.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-04-9.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-05-10.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-05-11.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-05-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-05-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-05-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-05-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-05-7.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-05-8.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-05-9.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-06-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-06-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-06-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-06-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-06-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-07-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-07-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-07-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-07-4.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-07-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-08-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-08-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-08-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-08-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-08-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-08-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-08-7.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-08-8.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-09-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-09-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-09-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-10-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-11-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-11-10.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-11-11.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-11-12.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-11-13.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-11-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-11-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-11-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-11-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-11-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-11-7.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-11-8.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-11-9.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-12-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-12-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-13-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-13-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-13-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-13-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-10.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-11.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-12.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-13.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-14.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-15.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-7.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-8.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-14-9.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-15-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-15-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-15-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-16-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-16-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-16-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-17-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-17-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-17-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-17-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-17-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-18-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-18-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-18-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-18-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-18-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-19-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-19-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-20-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-20-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-20-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-20-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-21-1.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-21-2.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-21-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-21-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-22-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-22-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-22-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-22-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-23-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-23-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-23-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-23-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-24-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-24-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-24-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-24-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-25-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-25-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-25-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-25-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-25-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-25-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-25-7.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-25-8.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-25-9.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-26-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-26-10.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-26-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-26-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-26-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-26-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-26-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-26-7.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-26-8.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-26-9.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-27-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-27-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-27-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-27-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-28-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-28-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-28-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-28-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/02-29-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-01-10.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-01-11.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-01-12.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-01-13.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-01-8.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-01-9.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-02-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-02-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-02-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-02-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-02-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-02-7.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-03-3.ltxb
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-03-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-03-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/03-03-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-10.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-11.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-12.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-13.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-14.ltx1
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-15.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-2.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-3.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-4.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-5.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-6.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-7.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-8.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-01-9.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-02-1.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-02-2.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-03-2.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-03-3.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-04-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-04-2.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-04-3.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-04-4.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-04-5.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-05-1.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-05-2.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-05-3.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-05-4.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-05-5.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-05-6.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-05-7.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-05-8.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-06-1.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-06-2.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-06-3.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-06-4.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-06-5.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-06-6.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-06-7.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-06-8.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/04-06-9.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-01-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-01-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-01-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-01-4.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-01-5.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-02-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-03-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-03-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-03-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-04-1.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-04-2.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-05-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-05-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-06-1.ltxE
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-06-2.ltxE
%doc %{_texmfdistdir}/doc/latex/tabulars-e/05-06-3.ltxE
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-1.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-10.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-11.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-12.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-13.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-14.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-15.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-16.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-17.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-18.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-19.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-2.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-20.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-21.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-22.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-23.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-24.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-25.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-26.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-27.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-28.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-29.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-3.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-30.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-31.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-32.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-33.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-34.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-35.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-36.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-37.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-38.ltxps
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-39.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-4.ltxps
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-40.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-41.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-42.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-43.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-44.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-45.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-46.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-5.ltxps
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-6.ltxps
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-7.ltxps
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-8.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/06-00-9.ltx
%doc %{_texmfdistdir}/doc/latex/tabulars-e/07-02-1.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/07-02-2.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/07-03-1.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/07-03-2.ltx2
%doc %{_texmfdistdir}/doc/latex/tabulars-e/README
%doc %{_texmfdistdir}/doc/latex/tabulars-e/din8.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: b2752c1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21486 |14mr|texlive-tabulary-0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tabulary
# catalog-date 2009-10-10 00:51:28 +0200
# catalog-license lppl
# catalog-version 0.9
Name:		texlive-tabulary
Version:	0.9
Release:	3
Summary:	Tabular with variable width columns balanced
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabulary
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabulary.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabulary.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabulary.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a tabular*-like tabulary environment,
taking a 'total width' argument as well as the column
specifications. It then defines column types L, C, R and J for
variable width columns (\raggedright', \centering, \raggedleft,
and normally justified). In contrast to tabularx's X columns,
the width of each column is weighted according to the natural
width of the widest cell in the column.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabulary/tabulary.sty
%doc %{_texmfdistdir}/doc/latex/tabulary/README
%doc %{_texmfdistdir}/doc/latex/tabulary/tabulary.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tabulary/tabulary.dtx
%doc %{_texmfdistdir}/source/latex/tabulary/tabulary.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-3
+ Revision: 1a0dd9f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21487 |14mr|texlive-tabvar-1.61-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25665
# category Package
# catalog-ctan /macros/latex/contrib/tabvar
# catalog-date 2012-03-16 09:54:35 +0100
# catalog-license lppl1.3
# catalog-version 1.61
Name:		texlive-tabvar
Version:	1.61
Release:	2
Summary:	Typesetting tables showing variations of functions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabvar
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabvar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabvar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabvar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This LaTeX package is meant to ease the typesetting of tables
showing variations of functions as they are used in France.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/tabvar/tabvar.afm
%{_texmfdistdir}/fonts/map/dvips/tabvar/tabvar.map
%{_texmfdistdir}/fonts/tfm/public/tabvar/tabvar.tfm
%{_texmfdistdir}/fonts/type1/public/tabvar/tabvar.pfb
%{_texmfdistdir}/metapost/tabvar/tabvar.mp
%{_texmfdistdir}/tex/latex/tabvar/tabvar.1
%{_texmfdistdir}/tex/latex/tabvar/tabvar.2
%{_texmfdistdir}/tex/latex/tabvar/tabvar.3
%{_texmfdistdir}/tex/latex/tabvar/tabvar.cfg
%{_texmfdistdir}/tex/latex/tabvar/tabvar.sty
%doc %{_texmfdistdir}/doc/latex/tabvar/README
%doc %{_texmfdistdir}/doc/latex/tabvar/demo.pdf
%doc %{_texmfdistdir}/doc/latex/tabvar/demo.tex
%doc %{_texmfdistdir}/doc/latex/tabvar/tabvar.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tabvar/tabvar.dtx
%doc %{_texmfdistdir}/source/latex/tabvar/tabvar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts metapost tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.61-2
+ Revision: 501553a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21488 |14mr|texlive-tagging-20110829-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23761
# category Package
# catalog-ctan /macros/latex/contrib/tagging
# catalog-date 2011-08-29 00:41:24 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-tagging
Version:	20110829
Release:	3
Summary:	Document configuration with tags
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tagging
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tagging.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tagging.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to generate multiple documents from
a single source, by marking pieces of the document with tags
and specifying which marked pieces to include or exclude.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tagging/tagging.sty
%doc %{_texmfdistdir}/doc/latex/tagging/README
%doc %{_texmfdistdir}/doc/latex/tagging/tagging.pdf
%doc %{_texmfdistdir}/doc/latex/tagging/tagging.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110829-3
+ Revision: 46df604
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21489 |14mr|texlive-talk-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/talk
# catalog-date 2007-08-14 14:14:54 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-talk
Version:	1.1
Release:	3
Summary:	A LaTeX class for presentations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/talk
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/talk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/talk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/talk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The talk document class allows you to create slides for screen
presentations or printing on transparencies. It also allows you
to print personal notes for your talk. You can create overlays
and display structure information (current section /
subsection, table of contents) on your slides. The main feature
that distinguishes talk from other presentation classes like
beamer or prosper is that it allows the user to define an
arbitrary number of slide styles and switch between these
styles from slide to slide. This way the slide layout can be
adapted to the slide content. For example, the title or
contents page of a talk can be given a slightly different
layout than the other slides. The talk class makes no
restrictions on the slide design whatsoever. The entire look
and feel of the presentation can be defined by the user. The
style definitions should be put in a separate sty file.
Currently the package comes with only one set of pre-defined
slide styles (greybars.sty). Contributions from people who are
artistically more gifted than the author are more than
welcome!.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/talk/sidebars.sty
%{_texmfdistdir}/tex/latex/talk/talk.cls
%doc %{_texmfdistdir}/doc/latex/talk/README
%doc %{_texmfdistdir}/doc/latex/talk/example.tex
%doc %{_texmfdistdir}/doc/latex/talk/talkdoc.pdf
%doc %{_texmfdistdir}/doc/latex/talk/talkdoc.tex
#- source
%doc %{_texmfdistdir}/source/latex/talk/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 9c8d6dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21490 |14mr|texlive-tamefloats-v0.42-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27345
# category Package
# catalog-ctan /macros/latex/contrib/tamefloats
# catalog-date 2012-06-21 14:54:52 +0200
# catalog-license lppl1.3
# catalog-version v0.42
Name:		texlive-tamefloats
Version:	v0.42
Release:	2
Summary:	Experimentally use \holdinginserts with LaTeX floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tamefloats
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tamefloats.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tamefloats.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX's figures, tables, and \marginpars are dangerous for
footnotes (and probably also \enlargethispage). Here is a
proposal (a 'patch' package) to help, by using \holdinginserts
in a simple way. It replaces the original problem with a new
one -- it is an experiment to find out whether the new problem
is less bad (or it is just a contribution to the discussion,
maybe just a summary of previous work). The files provide
further information.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tamefloats/tameflts.sty
%doc %{_texmfdistdir}/doc/latex/tamefloats/README.txt
%doc %{_texmfdistdir}/doc/latex/tamefloats/deml3541.tex
%doc %{_texmfdistdir}/doc/latex/tamefloats/fltfltdk.tex
%doc %{_texmfdistdir}/doc/latex/tamefloats/newbug.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.42-2
+ Revision: 91efeba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21491 |14mr|texlive-tamethebeast-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/bibtex/tamethebeast
# catalog-date 2009-10-11 21:12:19 +0200
# catalog-license lppl1.3
# catalog-version 1.4
Name:		texlive-tamethebeast
Version:	1.4
Release:	3
Summary:	A manual about bibliographies and especially BibTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/bibtex/tamethebeast
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tamethebeast.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tamethebeast.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
An (as-complete-as-possible) manual about bibliographies in
LaTeX, and thus mainly about BibTeX.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/bibtex/tamethebeast/CHANGES
%doc %{_texmfdistdir}/doc/bibtex/tamethebeast/Makefile
%doc %{_texmfdistdir}/doc/bibtex/tamethebeast/README
%doc %{_texmfdistdir}/doc/bibtex/tamethebeast/idxstyle.ist
%doc %{_texmfdistdir}/doc/bibtex/tamethebeast/local.bib
%doc %{_texmfdistdir}/doc/bibtex/tamethebeast/ttb_en.pdf
%doc %{_texmfdistdir}/doc/bibtex/tamethebeast/ttb_en.sec1.tex
%doc %{_texmfdistdir}/doc/bibtex/tamethebeast/ttb_en.sec2.tex
%doc %{_texmfdistdir}/doc/bibtex/tamethebeast/ttb_en.sec3.tex
%doc %{_texmfdistdir}/doc/bibtex/tamethebeast/ttb_en.sec4.tex
%doc %{_texmfdistdir}/doc/bibtex/tamethebeast/ttb_en.sec5.tex
%doc %{_texmfdistdir}/doc/bibtex/tamethebeast/ttb_en.tex
%doc %{_texmfdistdir}/doc/bibtex/tamethebeast/ttb_style.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-3
+ Revision: 8464121
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21492 |14mr|texlive-t-angles-20070312-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/t-angles
# catalog-date 2007-03-12 14:32:12 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-t-angles
Version:	20070312
Release:	3
Summary:	Draw tangles, trees, Hopf algebra operations and other pictures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/t-angles
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/t-angles.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/t-angles.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX2e package for drawing tangles, trees, Hopf algebra
operations and other pictures. It is based on emTeX or TPIC
\special's. Therefore, it can be used with the most popular
drivers, including emTeX drivers, dviwin, xdvi and dvips, and
(using some code from ConTeXt) it may also be used with
PDFLaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/t-angles/t-angles.sty
%doc %{_texmfdistdir}/doc/latex/t-angles/README
%doc %{_texmfdistdir}/doc/latex/t-angles/t-manual.pdf
%doc %{_texmfdistdir}/doc/latex/t-angles/t-manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070312-3
+ Revision: 2915c34
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21493 |14mr|texlive-tap-0.77-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/tables/tap077.zip
# catalog-date 2009-10-10 00:51:28 +0200
# catalog-license pd
# catalog-version 0.77
Name:		texlive-tap
Version:	0.77
Release:	3
Summary:	TeX macros for typesetting complex tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/tables/tap077.zip
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a simple notation for pretty complex tables
(to Michael J. Ferguson's credit). With PostScript, the package
allows shaded/coloured tables, diagonal rules, etc. The package
is supposed to work with both Plain and LaTeX. An AWK converter
from ASCII semigraphic tables to TAP notation is included.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/tap/tap.tex
%doc %{_texmfdistdir}/doc/generic/tap/0README.TAP
%doc %{_texmfdistdir}/doc/generic/tap/0tabdoc.inf
%doc %{_texmfdistdir}/doc/generic/tap/circ.eps
%doc %{_texmfdistdir}/doc/generic/tap/circmag.eps
%doc %{_texmfdistdir}/doc/generic/tap/tapanch.100
%doc %{_texmfdistdir}/doc/generic/tap/tapanch.mp
%doc %{_texmfdistdir}/doc/generic/tap/tapdoc.tex
%doc %{_texmfdistdir}/doc/generic/tap/tapxamp1.tex
%doc %{_texmfdistdir}/doc/generic/tap/tapxamp2.tex
#- source
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/0sampdos.inf
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/post1.tex
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/post2.tex
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/prea1.tex
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/prea2.tex
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/prea3.tex
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tapcv0.raw
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tapcv1.raw
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tapcv2.raw
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tapcv3.raw
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tapcv4.raw
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tapcv5.raw
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tapcv6.raw
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tcv.bat
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tcv_.bat
%doc %{_texmfdistdir}/source/generic/tap/tabcv/tapcv.awk

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.77-3
+ Revision: 9e58667
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21494 |14mr|texlive-tapir-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20484
# category Package
# catalog-ctan /fonts/tapir
# catalog-date 2007-03-12 14:32:12 +0100
# catalog-license gpl
# catalog-version 0.2
Name:		texlive-tapir
Version:	0.2
Release:	3
Summary:	A simple geometrical font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/tapir
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tapir.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tapir.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Tapir is a simple geometrical font mostly created of line and
circular segments with constant thickness. The font is
available as MetaFont source and in Adobe Type 1 format. The
character set contains all characters in the range 0-127 (as in
cmr10), accented characters used in the Czech, Slovak and
Polish languages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/tapir/tap-enc.mf
%{_texmfdistdir}/fonts/source/public/tapir/tap.mf
%{_texmfdistdir}/fonts/type1/public/tapir/tap.pfb
%doc %{_texmfdistdir}/doc/fonts/tapir/readme
%doc %{_texmfdistdir}/doc/fonts/tapir/readme.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: d699304
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21495 |14mr|texlive-taupin-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-taupin
Version:	20111104
Release:	3
Summary:	TeXLive taupin package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/taupin.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive taupin package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/taupin/smallcap.sty
%{_texmfdistdir}/tex/latex/taupin/t1cmsc.fd
%{_texmfdistdir}/tex/latex/taupin/varsects.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: 2456394
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21496 |14mr|texlive-tcdialog-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23089
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-tcdialog
Version:	20111104
Release:	3
Summary:	TeXLive tcdialog package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tcdialog.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tcdialog.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Provides:	texlive-tcdialog.bin = %{EVRD}
Requires:	cdialog

%description
TeXLive tcdialog package.

#-----------------------------------------------------------------------
%files
%{_bindir}/tcdialog
%doc %{_mandir}/man1/tcdialog.1*
%doc %{_texmfdir}/doc/man/man1/tcdialog.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf cdialog tcdialog
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: b31de70
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21497 |14mr|texlive-tcldoc-2.40-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22018
# category Package
# catalog-ctan /macros/latex/contrib/tclldoc
# catalog-date 2007-02-28 00:02:05 +0100
# catalog-license lppl
# catalog-version 2.40
Name:		texlive-tcldoc
Version:	2.40
Release:	3
Summary:	Doc/docstrip for tcl
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tclldoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tcldoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tcldoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tcldoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The tclldoc package and class simplify the application of the
doc/docstrip style of literate programming with Dr. John
Ousterhout's Tool Command Language (Tcl, pronounced "tickle",
a.k.a. The Cool Language). The tclldoc package is a bit like
the doc package is for LaTeX, whereas the tclldoc class more
parallels the ltxdoc class.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tcldoc/tcldoc.cls
%{_texmfdistdir}/tex/latex/tcldoc/tcldoc.sty
%{_texmfdistdir}/tex/latex/tcldoc/tclldoc.cls
%{_texmfdistdir}/tex/latex/tcldoc/tclldoc.sty
%doc %{_texmfdistdir}/doc/latex/tcldoc/README.txt
%doc %{_texmfdistdir}/doc/latex/tcldoc/examples/README.txt
%doc %{_texmfdistdir}/doc/latex/tcldoc/examples/parsetcl.dtx
%doc %{_texmfdistdir}/doc/latex/tcldoc/examples/parsetcl.ins
%doc %{_texmfdistdir}/doc/latex/tcldoc/examples/pdf.dtx
%doc %{_texmfdistdir}/doc/latex/tcldoc/examples/pdf.ins
%doc %{_texmfdistdir}/doc/latex/tcldoc/tclldoc.pdf
%doc %{_texmfdistdir}/doc/latex/tcldoc/tools/README.txt
%doc %{_texmfdistdir}/doc/latex/tcldoc/tools/eemenu.dtx
%doc %{_texmfdistdir}/doc/latex/tcldoc/tools/eemenu.ins
%doc %{_texmfdistdir}/doc/latex/tcldoc/tools/sourcedtx.dtx
%doc %{_texmfdistdir}/doc/latex/tcldoc/tools/sourcedtx.ins
#- source
%doc %{_texmfdistdir}/source/latex/tcldoc/tclldoc.dtx
%doc %{_texmfdistdir}/source/latex/tcldoc/tclldoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.40-3
+ Revision: 5cd3f37
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21498 |14mr|texlive-tcolorbox-1.30-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26072
# category Package
# catalog-ctan /macros/latex/contrib/tcolorbox
# catalog-date 2012-04-20 13:22:20 +0200
# catalog-license lppl1.3
# catalog-version 1.30
Name:		texlive-tcolorbox
Epoch:		1
Version:	1.30
Release:	2
Summary:	Coloured boxes, for LaTeX examples and theorems, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tcolorbox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tcolorbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tcolorbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an environment for coloured and framed
text boxes with a heading line. Optionally, such a box can be
split in an upper and a lower part; thus the package may be
used for the setting of LaTeX examples where one part of the
box displays the source code and the other part shows the
output. Another common use case is the setting of theorems. The
package supports saving and reuse of source code and text
parts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tcolorbox/tcbdocumentation.code.tex
%{_texmfdistdir}/tex/latex/tcolorbox/tcblistings.code.tex
%{_texmfdistdir}/tex/latex/tcolorbox/tcbskins.code.tex
%{_texmfdistdir}/tex/latex/tcolorbox/tcbtheorems.code.tex
%{_texmfdistdir}/tex/latex/tcolorbox/tcolorbox.sty
%doc %{_texmfdistdir}/doc/latex/tcolorbox/CHANGES
%doc %{_texmfdistdir}/doc/latex/tcolorbox/README
%doc %{_texmfdistdir}/doc/latex/tcolorbox/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/tcolorbox/tcolorbox-example.pdf
%doc %{_texmfdistdir}/doc/latex/tcolorbox/tcolorbox-example.tex
%doc %{_texmfdistdir}/doc/latex/tcolorbox/tcolorbox.pdf
%doc %{_texmfdistdir}/doc/latex/tcolorbox/tcolorbox.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.30-2
+ Revision: c7847dc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21499 |14mr|texlive-tdclock-v2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tdclock
# catalog-date 2009-06-23 13:06:36 +0200
# catalog-license gpl2
# catalog-version v2.2
Name:		texlive-tdclock
Version:	v2.2
Release:	3
Summary:	A ticking digital clock package for PDF output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tdclock
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tdclock.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tdclock.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A ticking digital clock package to be used in Pdf-LaTeX
documents, for example in presentations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tdclock/tdclock.sty
%doc %{_texmfdistdir}/doc/latex/tdclock/README
%doc %{_texmfdistdir}/doc/latex/tdclock/tdclock-beamer-example.pdf
%doc %{_texmfdistdir}/doc/latex/tdclock/tdclock-beamer-example.tex
%doc %{_texmfdistdir}/doc/latex/tdclock/tdclock-doc.pdf
%doc %{_texmfdistdir}/doc/latex/tdclock/tdclock-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v2.2-3
+ Revision: 69092f4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21500 |14mr|texlive-tds-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /tds
# catalog-date 2009-10-10 00:51:28 +0200
# catalog-license other-free
# catalog-version 1.1
Name:		texlive-tds
Version:	1.1
Release:	3
Summary:	The TeX Directory Structure standard
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/tds
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tds.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tds.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
Defines a structure for placement of TeX-related files on an
hierarchical file system, in a way that is well-defined, and is
readily implementable.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/generic/tds/ChangeLog
%doc %{_texmfdistdir}/doc/generic/tds/Makefile
%doc %{_texmfdistdir}/doc/generic/tds/README
%doc %{_texmfdistdir}/doc/generic/tds/index.html
%doc %{_texmfdistdir}/doc/generic/tds/tds.dvi
%doc %{_texmfdistdir}/doc/generic/tds/tds.html
%doc %{_texmfdistdir}/doc/generic/tds/tds.pdf
%doc %{_texmfdistdir}/doc/generic/tds/tds.sed
%doc %{_texmfdistdir}/doc/generic/tds/tds.tex
%doc %{_texmfdistdir}/doc/generic/tds/tds2texi.el
%doc %{_texmfdistdir}/doc/generic/tds/tdsguide.cls

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: e9f6c4c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21501 |14mr|texlive-tdsfrmath-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tdsfrmath
# catalog-date 2009-06-22 16:39:08 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-tdsfrmath
Version:	1.3
Release:	3
Summary:	Macros for French teachers of mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tdsfrmath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tdsfrmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tdsfrmath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tdsfrmath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of macros for French maths teachers in colleges
and lycees (and perhaps elsewhere). It is hoped that the
package will facilitate the everyday use of LaTeX by
mathematics teachers.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tdsfrmath/suite.sto
%{_texmfdistdir}/tex/latex/tdsfrmath/taupe.sto
%{_texmfdistdir}/tex/latex/tdsfrmath/tdsfrmath.sty
%doc %{_texmfdistdir}/doc/latex/tdsfrmath/LISEZMOI
%doc %{_texmfdistdir}/doc/latex/tdsfrmath/README
%doc %{_texmfdistdir}/doc/latex/tdsfrmath/tdsfrmath.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tdsfrmath/Makefile
%doc %{_texmfdistdir}/source/latex/tdsfrmath/tdsfrmath.dtx
%doc %{_texmfdistdir}/source/latex/tdsfrmath/tdsfrmath.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: a284b83
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21502 |14mr|texlive-technics-20070116-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16238
# category Package
# catalog-ctan /macros/latex/contrib/technics
# catalog-date 2007-01-16 00:15:12 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-technics
Version:	20070116
Release:	3
Summary:	A package to format technical documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/technics
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/technics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/technics.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive technics package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/technics/technics.sty
%doc %{_texmfdistdir}/doc/latex/technics/png2eps.sh
%doc %{_texmfdistdir}/doc/latex/technics/rf-logo.zip
%doc %{_texmfdistdir}/doc/latex/technics/technics.pdf
%doc %{_texmfdistdir}/doc/latex/technics/technics.tex
%doc %{_texmfdistdir}/doc/latex/technics/view-dvi.sh
%doc %{_texmfdistdir}/doc/latex/technics/vmlinux.eps
%doc %{_texmfdistdir}/doc/latex/technics/vmlinux.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070116-3
+ Revision: 25e628b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21503 |14mr|texlive-ted-1.06-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ted
# catalog-date 2008-08-24 10:50:19 +0200
# catalog-license lppl
# catalog-version 1.06
Name:		texlive-ted
Version:	1.06
Release:	3
Summary:	A (primitive) token list editor
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ted
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ted.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ted.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ted.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Just like sed is a stream editor, ted is a token list editor.
Actually, it is not as powerfull as sed, but its main feature
is that it really works with tokens, not only characters. The
ted package provides two user macros: \Substitute and
\ShowTokens. The first is maybe the most useful: it performs
substitutions in token lists (even inside braces). The second
displays each token of the list (one per line) with its catcode
(in the list, not just the current one), and can be useful for
debugging or for TeX learners. Ted is designed to work well
even if strange tokens (that is, unusual {charcode, catcode}
pairs or tokens with a confusing meaning) occur in the list.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ted/ted.sty
%doc %{_texmfdistdir}/doc/latex/ted/README
%doc %{_texmfdistdir}/doc/latex/ted/ted-fr.pdf
%doc %{_texmfdistdir}/doc/latex/ted/ted.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ted/ted.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.06-3
+ Revision: 9381542
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21504 |14mr|texlive-templates-fenn-20090828-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/templates/fenn
# catalog-date 2009-08-28 15:51:43 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-templates-fenn
Version:	20090828
Release:	3
Summary:	Templates for TeX usage
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/templates/fenn
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/templates-fenn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/templates-fenn.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A set of templates for using LaTeX packages that the author
uses, comprising: - scrlttr2.tex: a letter, written with
scrlttr2.cls from the KOMA-Script bundle; - dinbrief.tex: a
letter according to the German (DIN) standards, written with
dinbrief.cls; - kbrief.tex: a brief memo ('Kurzbrief') to
accompany enclosures, as used in German offices, again based on
dinbrief; - vermerk.tex: a general form for taking down notes
on events in the office; and - diabetes.tex: a diary for the
basis-bolus insulin therapy of diabetes mellitus, using
scrartcl.cls from the KOMA-Script bundle.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/templates-fenn/diabetes.tex
%doc %{_texmfdistdir}/doc/latex/templates-fenn/dinbrief.tex
%doc %{_texmfdistdir}/doc/latex/templates-fenn/kbrief.tex
%doc %{_texmfdistdir}/doc/latex/templates-fenn/scrlttr2.tex
%doc %{_texmfdistdir}/doc/latex/templates-fenn/scrlttr2en.tex
%doc %{_texmfdistdir}/doc/latex/templates-fenn/templates-fenn-de.txt
%doc %{_texmfdistdir}/doc/latex/templates-fenn/templates-fenn-en.txt
%doc %{_texmfdistdir}/doc/latex/templates-fenn/vermerk.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090828-3
+ Revision: 488f4be
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21505 |14mr|texlive-templates-sommer-20080824-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/templates/sommer
# catalog-date 2008-08-24 10:50:19 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-templates-sommer
Version:	20080824
Release:	3
Summary:	Templates for TeX usage
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/templates/sommer
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/templates-sommer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/templates-sommer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A set of templates for using LaTeX packages that the author
uses, comprising: - Hausarbeit.tex: for students of the
Lehrstuhl Volkskunde an der Friedrich-Schiller-Universitat
Jena; - Psycho-Dipl.tex: for diploma theses in psychology.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/templates-sommer/Hausarbeit.bib
%doc %{_texmfdistdir}/doc/latex/templates-sommer/Hausarbeit.tex
%doc %{_texmfdistdir}/doc/latex/templates-sommer/Logo.jpg
%doc %{_texmfdistdir}/doc/latex/templates-sommer/Psycho-Dipl.bib
%doc %{_texmfdistdir}/doc/latex/templates-sommer/Psycho-Dipl.tex
%doc %{_texmfdistdir}/doc/latex/templates-sommer/README.de

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080824-3
+ Revision: 4ee9a50
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21506 |14mr|texlive-tengwarscript-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tengwarscript
# catalog-date 2007-05-24 10:43:22 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-tengwarscript
Version:	1.3
Release:	3
Summary:	LaTeX support for using Tengwar fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tengwarscript
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tengwarscript.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tengwarscript.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tengwarscript.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides "mid-level" access to tengwar fonts,
providing good quality output. Each tengwar sign is represented
by a command, which will place the sign nicely in relation to
previous signs. A transcription package is available from the
package's home page: writing all those tengwar commands would
quickly become untenable. The package supports the use of a
wide variety of tengwar fonts that are available from the net;
metric and map files are provided for all the supported fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/tengwarscript/tengwaralt.enc
%{_texmfdistdir}/fonts/enc/dvips/tengwarscript/tengwarcap.enc
%{_texmfdistdir}/fonts/enc/dvips/tengwarscript/tengwarscript.enc
%{_texmfdistdir}/fonts/map/dvips/tengwarscript/tengwarscript.map
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/Elfica32.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/Parmaite.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/Parmaite_alt.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/Parmaite_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarFormal12.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarFormalA12.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarFormal_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarGothika050.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarNoldor.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarNoldorAlt.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarNoldorCapitals1.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarNoldorCapitals2.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarNoldor_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarQuenya.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarQuenyaAlt.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarQuenyaCapitals1.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarQuenyaCapitals2.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarQuenya_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarSindarin.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarSindarinAlt.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarSindarinCapitals1.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarSindarinCapitals2.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarSindarin_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/TengwarTelerin.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/UnicodeParmaite.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tngan.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tngan_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tngana.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tnganab.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tnganabi.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tnganai.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tnganb.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tnganb_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tnganbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tnganbi_full.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tngani.tfm
%{_texmfdistdir}/fonts/tfm/public/tengwarscript/tngani_full.tfm
%{_texmfdistdir}/fonts/vf/public/tengwarscript/Parmaite_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/TengwarFormal_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/TengwarNoldor_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/TengwarQuenya_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/TengwarSindarin_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/tngan_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/tnganb_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/tnganbi_full.vf
%{_texmfdistdir}/fonts/vf/public/tengwarscript/tngani_full.vf
%{_texmfdistdir}/tex/latex/tengwarscript/annatar.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/annatarbold.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/annatarbolditalic.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/annataritalic.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/elfica.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/formal.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/gothika.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/noldor.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/noldorcapI.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/noldorcapII.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/parmaite.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/quenya.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/quenyacapI.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/quenyacapII.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/sindarin.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/sindarincapI.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/sindarincapII.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/teleri.cfg
%{_texmfdistdir}/tex/latex/tengwarscript/tengwarscript.sty
%{_texmfdistdir}/tex/latex/tengwarscript/unicodeparmaite.cfg
%doc %{_texmfdistdir}/doc/latex/tengwarscript/COPYING
%doc %{_texmfdistdir}/doc/latex/tengwarscript/README
%doc %{_texmfdistdir}/doc/latex/tengwarscript/quetta.eps
%doc %{_texmfdistdir}/doc/latex/tengwarscript/quetta.pdf
%doc %{_texmfdistdir}/doc/latex/tengwarscript/tengfonts.pdf
%doc %{_texmfdistdir}/doc/latex/tengwarscript/tengfonts.tex
%doc %{_texmfdistdir}/doc/latex/tengwarscript/tengtest.pdf
%doc %{_texmfdistdir}/doc/latex/tengwarscript/tengtest.tex
%doc %{_texmfdistdir}/doc/latex/tengwarscript/tengwarscript.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tengwarscript/tengwarscript.dtx
%doc %{_texmfdistdir}/source/latex/tengwarscript/tengwarscript.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 2d362c5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21507 |14mr|texlive-tensor-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tensor
# catalog-date 2006-11-03 07:18:50 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-tensor
Version:	2.1
Release:	3
Summary:	Typeset tensors
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tensor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tensor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tensor.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tensor.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package which allows the user to set tensor-style super- and
subscripts with offsets between successive indices. It supports
the typesetting of tensors with mixed upper and lower indices
with spacing, also typset preposed indices. This is a complete
revision and extension of the original 'tensor' package by Mike
Piff.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tensor/tensor.sty
%doc %{_texmfdistdir}/doc/latex/tensor/README
%doc %{_texmfdistdir}/doc/latex/tensor/tensor.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tensor/tensor.dtx
%doc %{_texmfdistdir}/source/latex/tensor/tensor.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: e151533
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21508 |14mr|texlive-termcal-1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22514
# category Package
# catalog-ctan /macros/latex/contrib/termcal
# catalog-date 2011-05-17 01:53:44 +0200
# catalog-license lppl1
# catalog-version 1.8
Name:		texlive-termcal
Version:	1.8
Release:	3
Summary:	Print a class calendar
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/termcal
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/termcal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/termcal.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/termcal.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is intended to print a term calendar for use in
planning a class. It has a flexible mechanism for specifying
which days of the week are to be included and for inserting
text either regularly on the same day each week, or on selected
days, or for a series of consecutive days. It also has a
flexible mechanism for specifing class and nonclass days. Text
may be inserted into consecutive days so that it automatically
flows around nonclass days.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/termcal/termcal.sty
%doc %{_texmfdistdir}/doc/latex/termcal/Contents
%doc %{_texmfdistdir}/doc/latex/termcal/README
%doc %{_texmfdistdir}/doc/latex/termcal/termcal.pdf
#- source
%doc %{_texmfdistdir}/source/latex/termcal/termcal.dtx
%doc %{_texmfdistdir}/source/latex/termcal/termcal.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8-3
+ Revision: 5889e5e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21509 |14mr|texlive-termlist-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18923
# category Package
# catalog-ctan /macros/latex/contrib/termlist
# catalog-date 2010-06-12 14:14:46 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-termlist
Version:	1.1
Release:	3
Summary:	Label any kind of term with a continuous counter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/termlist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/termlist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/termlist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/termlist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The termlist package provides environments to indent and label
any kind of terms with a continuous number. Candidate terms may
appear inside an equation or eqnarray environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/termlist/termlist.sty
%doc %{_texmfdistdir}/doc/latex/termlist/README
%doc %{_texmfdistdir}/doc/latex/termlist/termlist.pdf
#- source
%doc %{_texmfdistdir}/source/latex/termlist/termlist.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 2eb19a1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21510 |14mr|texlive-tetex-3.0-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32132
# category TLCore
# catalog-ctan /obsolete/systems/unix/teTeX
# catalog-date 2012-09-11 08:43:58 +0200
# catalog-license other-free
# catalog-version 3.0
Name:		texlive-tetex
Version:	3.0
Release:	21
Summary:	scripts and files originally written for or included in teTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/obsolete/systems/unix/teTeX
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tetex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tetex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
# updmap requires texconfig/tcfmgr
Requires(post):	texlive-texconfig
# pdftex requires updmap
Requires(post):	texlive-pdftex.bin
Provides:	texlive-tetex.bin = %{EVRD}

%description
teTeX was a comprehensive distribution of TeX, LaTeX and
family, designed for ease of compilation, installation and
customisation. In 2006, Thomas Esser announced he would no
longer be able to support, or to produce new versions of,
teTeX. With the appearance of TeX live 2007 (whose Unix-system
TeX support originally derived from teTeX), no-one should be
using teTeX at all, in new applications. One of the "schemes"
available when installing TeX live provides a configuration
very close to that of the old teTeX, but using modern versions
of programs and packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/allcm
%{_bindir}/allec
%{_bindir}/allneeded
%{_bindir}/dvi2fax
%{_bindir}/dvired
%{_bindir}/fmtutil
%{_bindir}/fmtutil-sys
# installed by texlive-kpathsea.bin
#%%{_bindir}/kpsetool
%{_bindir}/kpsewhere
%{_bindir}/texconfig-dialog
%{_bindir}/texconfig-sys
%{_bindir}/texlinks
%{_bindir}/updmap
%{_bindir}/updmap-sys
%{_texmfdistdir}/dvips/tetex/config.builtin35
%{_texmfdistdir}/dvips/tetex/config.dfaxhigh
%{_texmfdistdir}/dvips/tetex/config.dfaxlo
%{_texmfdistdir}/dvips/tetex/config.download35
%{_texmfdistdir}/dvips/tetex/config.gsftopk
%{_texmfdistdir}/dvips/tetex/config.maxmem
%{_texmfdistdir}/dvips/tetex/config.outline
%{_texmfdistdir}/dvips/tetex/config.pdf
%{_texmfdistdir}/dvips/tetex/config.pk
%{_texmfdistdir}/dvips/tetex/config.www
%{_texmfdistdir}/fonts/enc/dvips/tetex/09fbbfac.enc
%{_texmfdistdir}/fonts/enc/dvips/tetex/0ef0afca.enc
%{_texmfdistdir}/fonts/enc/dvips/tetex/10037936.enc
%{_texmfdistdir}/fonts/enc/dvips/tetex/1b6d048e.enc
%{_texmfdistdir}/fonts/enc/dvips/tetex/71414f53.enc
%{_texmfdistdir}/fonts/enc/dvips/tetex/74afc74c.enc
%{_texmfdistdir}/fonts/enc/dvips/tetex/aae443f0.enc
%{_texmfdistdir}/fonts/enc/dvips/tetex/b6a4d7c7.enc
%{_texmfdistdir}/fonts/enc/dvips/tetex/bbad153f.enc
%{_texmfdistdir}/fonts/enc/dvips/tetex/d9b29452.enc
%{_texmfdistdir}/fonts/enc/dvips/tetex/f7b6d320.enc
%{_texmfdistdir}/fonts/enc/dvips/tetex/mtex.enc
%{_texmfdistdir}/fonts/map/dvips/tetex/Makefile
%{_texmfdistdir}/fonts/map/dvips/tetex/README
%{_texmfdistdir}/fonts/map/dvips/tetex/base14flags.ltx
%{_texmfdistdir}/fonts/map/dvips/tetex/base14flags.tex
%{_texmfdistdir}/fonts/map/dvips/tetex/dvipdfm35.map
%{_texmfdistdir}/fonts/map/dvips/tetex/dvips35.map
%{_texmfdistdir}/fonts/map/dvips/tetex/mathpple.map
%{_texmfdistdir}/fonts/map/dvips/tetex/pdftex35.map
%{_texmfdistdir}/fonts/map/dvips/tetex/ps2pk35.map
%{_texmfdistdir}/scripts/texlive/allcm.sh
%{_texmfdistdir}/scripts/texlive/allneeded.sh
%{_texmfdistdir}/scripts/texlive/dvi2fax.sh
%{_texmfdistdir}/scripts/texlive/dvired.sh
%{_texmfdistdir}/scripts/texlive/fmtutil-sys.sh
%{_texmfdistdir}/scripts/texlive/fmtutil.sh
%{_texmfdistdir}/scripts/texlive/kpsetool.sh
%{_texmfdistdir}/scripts/texlive/kpsewhere.sh
%{_texmfdistdir}/scripts/texlive/texconfig-dialog.sh
%{_texmfdistdir}/scripts/texlive/texconfig-sys.sh
%{_texmfdistdir}/scripts/texlive/texlinks.sh
%{_texmfdistdir}/scripts/texlive/updmap-sys.sh
%{_texmfdistdir}/scripts/texlive/updmap.pl
%config(noreplace) %{_texmfdistdir}/web2c/updmap.cfg
%doc %{_mandir}/man1/allcm.1*
%doc %{_texmfdistdir}/doc/man/man1/allcm.man1.pdf
%doc %{_mandir}/man1/allec.1*
%doc %{_texmfdistdir}/doc/man/man1/allec.man1.pdf
%doc %{_mandir}/man1/allneeded.1*
%doc %{_texmfdistdir}/doc/man/man1/allneeded.man1.pdf
%doc %{_mandir}/man1/dvi2fax.1*
%doc %{_texmfdistdir}/doc/man/man1/dvi2fax.man1.pdf
%doc %{_mandir}/man1/dvired.1*
%doc %{_texmfdistdir}/doc/man/man1/dvired.man1.pdf
%doc %{_mandir}/man1/fmtutil-sys.1*
%doc %{_texmfdistdir}/doc/man/man1/fmtutil-sys.man1.pdf
%doc %{_mandir}/man1/fmtutil.1*
%doc %{_texmfdistdir}/doc/man/man1/fmtutil.man1.pdf
%doc %{_mandir}/man1/kpsepath.1*
%doc %{_texmfdistdir}/doc/man/man1/kpsepath.man1.pdf
%doc %{_mandir}/man1/kpsetool.1*
%doc %{_texmfdistdir}/doc/man/man1/kpsetool.man1.pdf
%doc %{_mandir}/man1/kpsewhere.1*
%doc %{_texmfdistdir}/doc/man/man1/kpsewhere.man1.pdf
%doc %{_mandir}/man1/kpsexpand.1*
%doc %{_texmfdistdir}/doc/man/man1/kpsexpand.man1.pdf
%doc %{_mandir}/man1/texlinks.1*
%doc %{_texmfdistdir}/doc/man/man1/texlinks.man1.pdf
%doc %{_mandir}/man1/updmap-sys.1*
%doc %{_texmfdistdir}/doc/man/man1/updmap-sys.man1.pdf
%doc %{_mandir}/man1/updmap.1*
%doc %{_texmfdistdir}/doc/man/man1/updmap.man1.pdf
%doc %{_mandir}/man5/fmtutil.cnf.5*
%doc %{_texmfdistdir}/doc/man/man5/fmtutil.cnf.man5.pdf
%doc %{_mandir}/man5/updmap.cfg.5*
%doc %{_texmfdistdir}/doc/man/man5/updmap.cfg.man5.pdf
%doc %{_texmfdistdir}/doc/tetex/TETEXDOC.pdf
%doc %{_texmfdistdir}/doc/tetex/teTeX-FAQ

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

perl -pi -e 's|\$TEXMFROOT/tlpkg|%{_datadir}/tlpkg|;'		\
    texmf-dist/scripts/texlive/updmap.pl

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texlive/updmap.pl updmap
    ln -sf %{_texmfdistdir}/scripts/texlive/updmap-sys.sh updmap-sys
    ln -sf %{_texmfdistdir}/scripts/texlive/allcm.sh allcm
    ln -sf allcm allec
    ln -sf %{_texmfdistdir}/scripts/texlive/allneeded.sh allneeded
    ln -sf %{_texmfdistdir}/scripts/texlive/dvi2fax.sh dvi2fax
    ln -sf %{_texmfdistdir}/scripts/texlive/dvired.sh dvired
    ln -sf %{_texmfdistdir}/scripts/texlive/fmtutil.sh fmtutil
    ln -sf %{_texmfdistdir}/scripts/texlive/fmtutil-sys.sh fmtutil-sys
    ln -sf %{_texmfdistdir}/scripts/texlive/kpsetool.sh kpsetool
    ln -sf %{_texmfdistdir}/scripts/texlive/kpsewhere.sh kpsewhere
    ln -sf %{_texmfdistdir}/scripts/texlive/texconfig-dialog.sh texconfig-dialog
    ln -sf %{_texmfdistdir}/scripts/texlive/texconfig-sys.sh texconfig-sys
    ln -sf %{_texmfdistdir}/scripts/texlive/texlinks.sh texlinks
    ln -sf %{_texmfdistdir}/scripts/texlive/updmap.pl updmap
    ln -sf %{_texmfdistdir}/scripts/texlive/updmap-sys.sh updmap-sys
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_mandir}/man5
mv %{buildroot}%{_texmfdistdir}/doc/man/man5/*.5 %{buildroot}%{_mandir}/man5
rm -f %{buildroot}%{_bindir}/kpsetool

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-21
+ Revision: a297266
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21511 |14mr|texlive-teubner-3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23854
# category Package
# catalog-ctan /macros/latex/contrib/teubner
# catalog-date 2011-09-07 11:50:17 +0200
# catalog-license lppl
# catalog-version 3.3
Name:		texlive-teubner
Version:	3.3
Release:	3
Summary:	Philological typesetting of classical Greek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/teubner
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/teubner.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/teubner.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/teubner.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An extension to babel greek option for typesetting classical
Greek with a philological approach. The package works with the
author's greek fonts using the 'Lispiakos' font shape derived
from that of the fonts used in printers' shops in Lispia. The
package name honours the publisher B.G. Teubner
Verlaggesellschaft whose Greek text publications are of high
quality.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/teubner/LGRaccents-glyphs.def
%{_texmfdistdir}/tex/latex/teubner/teubner.sty
%{_texmfdistdir}/tex/latex/teubner/teubnertx.sty
%doc %{_texmfdistdir}/doc/latex/teubner/README
%doc %{_texmfdistdir}/doc/latex/teubner/teubner-doc.pdf
%doc %{_texmfdistdir}/doc/latex/teubner/teubner-doc.tex
%doc %{_texmfdistdir}/doc/latex/teubner/teubner.pdf
%doc %{_texmfdistdir}/doc/latex/teubner/teubner.txt
#- source
%doc %{_texmfdistdir}/source/latex/teubner/teubner.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3-3
+ Revision: 1199f3a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21512 |14mr|texlive-tex-3.1415926-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /systems/knuth/dist/tex
# catalog-date 2011-11-09 15:33:34 +0100
# catalog-license knuth
# catalog-version 3.1415926
Name:		texlive-tex
Version:	3.1415926
Release:	10
Summary:	A sophisticated typesetting engine
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/knuth/dist/tex
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-tetex
Requires:	texlive-kpathsea
Requires:	texlive-plain
Requires:	texlive-tex.bin

%description
TeX is a typesetting system that incorporates a macro
processor. A TeX source document specifies or incorporates a
number of macro definitions that instruct the TeX engine how to
typeset the document. The TeX engine also uses font metrics
generated by Metafont, or by any of several other mechanisms
that incorporate fonts from other sources into an environment
suitable for TeX. TeX has been, and continues, a basis and an
inspiration for several other programs, including e-TeX and
PDFTeX. The distribution includes the source of Knuth's TeX
book; this source is there to read, as an example of writing
TeX -- it should not be processed without Knuth's direct
permission.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%_texmf_fmtutil_d/tex
%doc %{_mandir}/man1/tex.1*
%doc %{_texmfdistdir}/doc/man/man1/tex.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/tex <<EOF
#
# from tex:
tex tex - tex.ini
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1415926-10
+ Revision: 60d044f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21513 |14mr|texlive-tex4ht-20120223-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31548
# category Package
# catalog-ctan /obsolete/support/TeX4ht
# catalog-date 2012-02-23 17:06:23 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-tex4ht
Version:	20120223
Release:	6
Summary:	Convert (La)TeX to HTML/XML
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/obsolete/support/TeX4ht
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex4ht.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex4ht.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-tex4ht.bin
%rename tex4ht

%description
A converter from TeX and LaTeX to SGML-based formats such as
(X)HTML, MathML, OpenDocument, and DocBook, providing a
configurable (La)TeX-based authoring system for hypertext.
Tex4ht does not parse (La)TeX source (so that it avoids the
difficulties encountered by many other converters, arising from
the irregularity of (La)TeX syntax). Instead, Tex4ht uses
(La)TeX itself (with an extra macro package) to produce a non-
standard DVI file that it can then process. This technique
allows TeX4ht to approach the robustness characteristic of
restricted-syntax systems such as hyperlatex and gellmu. Note
that CTAN no longer holds the definitive sources of the
package: see the 'Readme' file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/ht
%{_bindir}/htcontext
%{_bindir}/htlatex
%{_bindir}/htmex
%{_bindir}/httex
%{_bindir}/httexi
%{_bindir}/htxelatex
%{_bindir}/htxetex
%{_bindir}/mk4ht
%{_texmfdistdir}/scripts/tex4ht/ht.sh
%{_texmfdistdir}/scripts/tex4ht/htcontext.sh
%{_texmfdistdir}/scripts/tex4ht/htcopy.pl
%{_texmfdistdir}/scripts/tex4ht/htlatex.sh
%{_texmfdistdir}/scripts/tex4ht/htmex.sh
%{_texmfdistdir}/scripts/tex4ht/htmove.pl
%{_texmfdistdir}/scripts/tex4ht/httex.sh
%{_texmfdistdir}/scripts/tex4ht/httexi.sh
%{_texmfdistdir}/scripts/tex4ht/htxelatex.sh
%{_texmfdistdir}/scripts/tex4ht/htxetex.sh
%{_texmfdistdir}/scripts/tex4ht/mk4ht.pl
%{_texmfdistdir}/tex/generic/tex4ht/2up.4ht
%{_texmfdistdir}/tex/generic/tex4ht/8859-6.4ht
%{_texmfdistdir}/tex/generic/tex4ht/CJK.4ht
%{_texmfdistdir}/tex/generic/tex4ht/IEEEtran.4ht
%{_texmfdistdir}/tex/generic/tex4ht/JHEP.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ProTex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/SIunits.4ht
%{_texmfdistdir}/tex/generic/tex4ht/TextBook.4ht
%{_texmfdistdir}/tex/generic/tex4ht/aa.4ht
%{_texmfdistdir}/tex/generic/tex4ht/abidir.4ht
%{_texmfdistdir}/tex/generic/tex4ht/accents.4ht
%{_texmfdistdir}/tex/generic/tex4ht/acm_proc_article-sp.4ht
%{_texmfdistdir}/tex/generic/tex4ht/afterpage.4ht
%{_texmfdistdir}/tex/generic/tex4ht/alatex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/algorithm.4ht
%{_texmfdistdir}/tex/generic/tex4ht/algorithmic.4ht
%{_texmfdistdir}/tex/generic/tex4ht/algorithmicx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/alltt.4ht
%{_texmfdistdir}/tex/generic/tex4ht/alphanum.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsart.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsbook.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsbsy.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amscd.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsdtx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsfonts.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsldoc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsmath.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsopn.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsppt.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsproc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amssymb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amstex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amstex1.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amstext.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsthm.4ht
%{_texmfdistdir}/tex/generic/tex4ht/aoutput.4ht
%{_texmfdistdir}/tex/generic/tex4ht/apa-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/apa.4ht
%{_texmfdistdir}/tex/generic/tex4ht/apacite.4ht
%{_texmfdistdir}/tex/generic/tex4ht/aps.4ht
%{_texmfdistdir}/tex/generic/tex4ht/arabicore.4ht
%{_texmfdistdir}/tex/generic/tex4ht/array.4ht
%{_texmfdistdir}/tex/generic/tex4ht/article.4ht
%{_texmfdistdir}/tex/generic/tex4ht/austrian.4ht
%{_texmfdistdir}/tex/generic/tex4ht/babel.4ht
%{_texmfdistdir}/tex/generic/tex4ht/beamer.4ht
%{_texmfdistdir}/tex/generic/tex4ht/beamerbasefont.4ht
%{_texmfdistdir}/tex/generic/tex4ht/beamerbasetoc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/beton.4ht
%{_texmfdistdir}/tex/generic/tex4ht/biblatex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/bibtex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/bibtex2.4ht
%{_texmfdistdir}/tex/generic/tex4ht/bibtopic.4ht
%{_texmfdistdir}/tex/generic/tex4ht/bm.4ht
%{_texmfdistdir}/tex/generic/tex4ht/book.4ht
%{_texmfdistdir}/tex/generic/tex4ht/booktabs.4ht
%{_texmfdistdir}/tex/generic/tex4ht/boxedminipage.4ht
%{_texmfdistdir}/tex/generic/tex4ht/byname.4ht
%{_texmfdistdir}/tex/generic/tex4ht/caption.4ht
%{_texmfdistdir}/tex/generic/tex4ht/catalan.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cgloss4e.4ht
%{_texmfdistdir}/tex/generic/tex4ht/chapterbib.4ht
%{_texmfdistdir}/tex/generic/tex4ht/chicago.4ht
%{_texmfdistdir}/tex/generic/tex4ht/color.4ht
%{_texmfdistdir}/tex/generic/tex4ht/colortbl.4ht
%{_texmfdistdir}/tex/generic/tex4ht/combine.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cond4ht.4ht
%{_texmfdistdir}/tex/generic/tex4ht/context.4ht
%{_texmfdistdir}/tex/generic/tex4ht/covington.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp1250.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp1252.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp1256.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp437.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp437de.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp850.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp852.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp862.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp865.4ht
%{_texmfdistdir}/tex/generic/tex4ht/croatian.4ht
%{_texmfdistdir}/tex/generic/tex4ht/curve.4ht
%{_texmfdistdir}/tex/generic/tex4ht/czech.4ht
%{_texmfdistdir}/tex/generic/tex4ht/danish.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dcolumn.4ht
%{_texmfdistdir}/tex/generic/tex4ht/debug.4ht
%{_texmfdistdir}/tex/generic/tex4ht/diagram.4ht
%{_texmfdistdir}/tex/generic/tex4ht/diagrams.4ht
%{_texmfdistdir}/tex/generic/tex4ht/doc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/docbook-math.4ht
%{_texmfdistdir}/tex/generic/tex4ht/docbook-mml.4ht
%{_texmfdistdir}/tex/generic/tex4ht/docbook.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dratex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dsfont.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dutch.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dvipdf.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dvips.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dvipsnam.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dvipsone.4ht
%{_texmfdistdir}/tex/generic/tex4ht/elsart.4ht
%{_texmfdistdir}/tex/generic/tex4ht/emacspeak.4ht
%{_texmfdistdir}/tex/generic/tex4ht/emulateapj.4ht
%{_texmfdistdir}/tex/generic/tex4ht/endfloat.4ht
%{_texmfdistdir}/tex/generic/tex4ht/endnotes.4ht
%{_texmfdistdir}/tex/generic/tex4ht/english.4ht
%{_texmfdistdir}/tex/generic/tex4ht/enumerate.4ht
%{_texmfdistdir}/tex/generic/tex4ht/enumitem.4ht
%{_texmfdistdir}/tex/generic/tex4ht/epigraph.4ht
%{_texmfdistdir}/tex/generic/tex4ht/eplain.4ht
%{_texmfdistdir}/tex/generic/tex4ht/epsf.4ht
%{_texmfdistdir}/tex/generic/tex4ht/epsfig.4ht
%{_texmfdistdir}/tex/generic/tex4ht/errata.4ht
%{_texmfdistdir}/tex/generic/tex4ht/esperant.4ht
%{_texmfdistdir}/tex/generic/tex4ht/esperanto.4ht
%{_texmfdistdir}/tex/generic/tex4ht/estonian.4ht
%{_texmfdistdir}/tex/generic/tex4ht/eucal.4ht
%{_texmfdistdir}/tex/generic/tex4ht/euler.4ht
%{_texmfdistdir}/tex/generic/tex4ht/europecv.4ht
%{_texmfdistdir}/tex/generic/tex4ht/eurosym.4ht
%{_texmfdistdir}/tex/generic/tex4ht/everyshi.4ht
%{_texmfdistdir}/tex/generic/tex4ht/exam.4ht
%{_texmfdistdir}/tex/generic/tex4ht/exerquiz.4ht
%{_texmfdistdir}/tex/generic/tex4ht/exerqz.4ht
%{_texmfdistdir}/tex/generic/tex4ht/extarticle.4ht
%{_texmfdistdir}/tex/generic/tex4ht/extbook.4ht
%{_texmfdistdir}/tex/generic/tex4ht/extletter.4ht
%{_texmfdistdir}/tex/generic/tex4ht/extproc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/extreport.4ht
%{_texmfdistdir}/tex/generic/tex4ht/fancybox.4ht
%{_texmfdistdir}/tex/generic/tex4ht/fancyvrb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/fig4tex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/finnish.4ht
%{_texmfdistdir}/tex/generic/tex4ht/fleqn.4ht
%{_texmfdistdir}/tex/generic/tex4ht/float.4ht
%{_texmfdistdir}/tex/generic/tex4ht/floatflt.4ht
%{_texmfdistdir}/tex/generic/tex4ht/foils.4ht
%{_texmfdistdir}/tex/generic/tex4ht/fontmath.4ht
%{_texmfdistdir}/tex/generic/tex4ht/footmisc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/footnote-dw.4ht
%{_texmfdistdir}/tex/generic/tex4ht/francais.4ht
%{_texmfdistdir}/tex/generic/tex4ht/french.4ht
%{_texmfdistdir}/tex/generic/tex4ht/frenchb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/g-brief.4ht
%{_texmfdistdir}/tex/generic/tex4ht/galician.4ht
%{_texmfdistdir}/tex/generic/tex4ht/gauss.4ht
%{_texmfdistdir}/tex/generic/tex4ht/german.4ht
%{_texmfdistdir}/tex/generic/tex4ht/germanb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/gloss.4ht
%{_texmfdistdir}/tex/generic/tex4ht/glossaries.4ht
%{_texmfdistdir}/tex/generic/tex4ht/glossary.4ht
%{_texmfdistdir}/tex/generic/tex4ht/go.4ht
%{_texmfdistdir}/tex/generic/tex4ht/graphics.4ht
%{_texmfdistdir}/tex/generic/tex4ht/graphicx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/greek.4ht
%{_texmfdistdir}/tex/generic/tex4ht/harvard.4ht
%{_texmfdistdir}/tex/generic/tex4ht/hebrew.4ht
%{_texmfdistdir}/tex/generic/tex4ht/hebtex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/hewrite.4ht
%{_texmfdistdir}/tex/generic/tex4ht/holtxdoc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html-jsmath.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html-mltx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html-mml.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html-speech-math.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html-speech.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html0.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html32-math.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html32.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html4-math.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html4-svg.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html4-uni.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html4.4ht
%{_texmfdistdir}/tex/generic/tex4ht/htmlw.4ht
%{_texmfdistdir}/tex/generic/tex4ht/hypcap.4ht
%{_texmfdistdir}/tex/generic/tex4ht/hyperref.4ht
%{_texmfdistdir}/tex/generic/tex4ht/idxmake.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ifthen.4ht
%{_texmfdistdir}/tex/generic/tex4ht/index.4ht
%{_texmfdistdir}/tex/generic/tex4ht/info4ht.4ht
%{_texmfdistdir}/tex/generic/tex4ht/infoht4.4ht
%{_texmfdistdir}/tex/generic/tex4ht/infojh.4ht
%{_texmfdistdir}/tex/generic/tex4ht/infomml.4ht
%{_texmfdistdir}/tex/generic/tex4ht/infoof.4ht
%{_texmfdistdir}/tex/generic/tex4ht/infosvg.4ht
%{_texmfdistdir}/tex/generic/tex4ht/inputenc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/italian.4ht
%{_texmfdistdir}/tex/generic/tex4ht/javahelp-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/javahelp.4ht
%{_texmfdistdir}/tex/generic/tex4ht/jeep.4ht
%{_texmfdistdir}/tex/generic/tex4ht/jsmath.4ht
%{_texmfdistdir}/tex/generic/tex4ht/jsml-math.4ht
%{_texmfdistdir}/tex/generic/tex4ht/jsml.4ht
%{_texmfdistdir}/tex/generic/tex4ht/jurabib.4ht
%{_texmfdistdir}/tex/generic/tex4ht/koi8-r.4ht
%{_texmfdistdir}/tex/generic/tex4ht/latex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/latex209.4ht
%{_texmfdistdir}/tex/generic/tex4ht/latex2man.4ht
%{_texmfdistdir}/tex/generic/tex4ht/latin1.4ht
%{_texmfdistdir}/tex/generic/tex4ht/latin2.4ht
%{_texmfdistdir}/tex/generic/tex4ht/lb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/letter.4ht
%{_texmfdistdir}/tex/generic/tex4ht/lettrine.4ht
%{_texmfdistdir}/tex/generic/tex4ht/lfeenc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/lineno.4ht
%{_texmfdistdir}/tex/generic/tex4ht/linguex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/listings.4ht
%{_texmfdistdir}/tex/generic/tex4ht/llncs-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/llncs.4ht
%{_texmfdistdir}/tex/generic/tex4ht/lncse-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/lncse.4ht
%{_texmfdistdir}/tex/generic/tex4ht/longdiv.4ht
%{_texmfdistdir}/tex/generic/tex4ht/longtable.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ltugboat-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ltugboat.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ltugproc-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ltugproc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ltxguide.4ht
%{_texmfdistdir}/tex/generic/tex4ht/m-tex4ht.tex
%{_texmfdistdir}/tex/generic/tex4ht/makeidx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/manju.4ht
%{_texmfdistdir}/tex/generic/tex4ht/manmac.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mathltx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mathml.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mathplayer.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mathtools.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mdwlist.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mdwtab.4ht
%{_texmfdistdir}/tex/generic/tex4ht/memoir.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mempatch.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mfpic.4ht
%{_texmfdistdir}/tex/generic/tex4ht/microtype.4ht
%{_texmfdistdir}/tex/generic/tex4ht/minitoc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mkht-scripts.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mkht.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mktex4ht.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mla.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mls.4ht
%{_texmfdistdir}/tex/generic/tex4ht/moreverb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mozilla.4ht
%{_texmfdistdir}/tex/generic/tex4ht/multicol.4ht
%{_texmfdistdir}/tex/generic/tex4ht/multind.4ht
%{_texmfdistdir}/tex/generic/tex4ht/multirow.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mwart.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mwbk.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mwrep.4ht
%{_texmfdistdir}/tex/generic/tex4ht/nameref.4ht
%{_texmfdistdir}/tex/generic/tex4ht/natbib.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ngerman.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ngermanb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/nicefrac.4ht
%{_texmfdistdir}/tex/generic/tex4ht/nomencl.4ht
%{_texmfdistdir}/tex/generic/tex4ht/norsk.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ntheorem.4ht
%{_texmfdistdir}/tex/generic/tex4ht/onmouseover.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ooffice-mml.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ooffice.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ooimpress.4ht
%{_texmfdistdir}/tex/generic/tex4ht/osudeG.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ot4enc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/overcite.4ht
%{_texmfdistdir}/tex/generic/tex4ht/overpic.4ht
%{_texmfdistdir}/tex/generic/tex4ht/paralist.4ht
%{_texmfdistdir}/tex/generic/tex4ht/path.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pb-diagram.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pctable.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pctex32.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pd1enc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pgf.4ht
%{_texmfdistdir}/tex/generic/tex4ht/picins.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pictex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pifont.4ht
%{_texmfdistdir}/tex/generic/tex4ht/plain.4ht
%{_texmfdistdir}/tex/generic/tex4ht/polish.4ht
%{_texmfdistdir}/tex/generic/tex4ht/polski.4ht
%{_texmfdistdir}/tex/generic/tex4ht/portuges.4ht
%{_texmfdistdir}/tex/generic/tex4ht/powerdot-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/powerdot.4ht
%{_texmfdistdir}/tex/generic/tex4ht/prosper-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/prosper.4ht
%{_texmfdistdir}/tex/generic/tex4ht/psfig.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pst-all.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pst-jtree.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pstricks.4ht
%{_texmfdistdir}/tex/generic/tex4ht/reading.4ht
%{_texmfdistdir}/tex/generic/tex4ht/report.4ht
%{_texmfdistdir}/tex/generic/tex4ht/res-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/res.4ht
%{_texmfdistdir}/tex/generic/tex4ht/resume.4ht
%{_texmfdistdir}/tex/generic/tex4ht/revsymb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/revtex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/revtex4.4ht
%{_texmfdistdir}/tex/generic/tex4ht/rlbabel.4ht
%{_texmfdistdir}/tex/generic/tex4ht/romanian.4ht
%{_texmfdistdir}/tex/generic/tex4ht/rotating.4ht
%{_texmfdistdir}/tex/generic/tex4ht/russianb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/scottish.4ht
%{_texmfdistdir}/tex/generic/tex4ht/scrartcl.4ht
%{_texmfdistdir}/tex/generic/tex4ht/scrbook.4ht
%{_texmfdistdir}/tex/generic/tex4ht/scrreprt.4ht
%{_texmfdistdir}/tex/generic/tex4ht/seminar-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/seminar.4ht
%{_texmfdistdir}/tex/generic/tex4ht/seslideb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/showfonts.4ht
%{_texmfdistdir}/tex/generic/tex4ht/sig-alternate.4ht
%{_texmfdistdir}/tex/generic/tex4ht/sistyle.4ht
%{_texmfdistdir}/tex/generic/tex4ht/slides.4ht
%{_texmfdistdir}/tex/generic/tex4ht/slidesec.4ht
%{_texmfdistdir}/tex/generic/tex4ht/slovak.4ht
%{_texmfdistdir}/tex/generic/tex4ht/slovene.4ht
%{_texmfdistdir}/tex/generic/tex4ht/soul.4ht
%{_texmfdistdir}/tex/generic/tex4ht/spanish.4ht
%{_texmfdistdir}/tex/generic/tex4ht/splitidx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/srcltx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/subeqnarray.4ht
%{_texmfdistdir}/tex/generic/tex4ht/subfigure.4ht
%{_texmfdistdir}/tex/generic/tex4ht/supertabular.4ht
%{_texmfdistdir}/tex/generic/tex4ht/sverb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/svg.4ht
%{_texmfdistdir}/tex/generic/tex4ht/svgnam.4ht
%{_texmfdistdir}/tex/generic/tex4ht/swedish.4ht
%{_texmfdistdir}/tex/generic/tex4ht/syntax.4ht
%{_texmfdistdir}/tex/generic/tex4ht/t2benc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tabularx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tabulary-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tabulary.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tcilatex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tei-math.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tei-mml.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tei-mmltei.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tei.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tex4ht.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tex4ht.sty
%{_texmfdistdir}/tex/generic/tex4ht/texinfo.4ht
%{_texmfdistdir}/tex/generic/tex4ht/texpower.4ht
%{_texmfdistdir}/tex/generic/tex4ht/textures.4ht
%{_texmfdistdir}/tex/generic/tex4ht/th4.4ht
%{_texmfdistdir}/tex/generic/tex4ht/theorem.4ht
%{_texmfdistdir}/tex/generic/tex4ht/titlesec.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tugboat.4ht
%{_texmfdistdir}/tex/generic/tex4ht/turkish.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ucs.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ukraineb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ulem.4ht
%{_texmfdistdir}/tex/generic/tex4ht/unicode.4ht
%{_texmfdistdir}/tex/generic/tex4ht/url.4ht
%{_texmfdistdir}/tex/generic/tex4ht/usepackage.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ushort.4ht
%{_texmfdistdir}/tex/generic/tex4ht/usorbian.4ht
%{_texmfdistdir}/tex/generic/tex4ht/utf8.4ht
%{_texmfdistdir}/tex/generic/tex4ht/utf8x.4ht
%{_texmfdistdir}/tex/generic/tex4ht/vanilla.4ht
%{_texmfdistdir}/tex/generic/tex4ht/varioref.4ht
%{_texmfdistdir}/tex/generic/tex4ht/verbatim.4ht
%{_texmfdistdir}/tex/generic/tex4ht/verbatimfiles.4ht
%{_texmfdistdir}/tex/generic/tex4ht/verse.4ht
%{_texmfdistdir}/tex/generic/tex4ht/vowel.4ht
%{_texmfdistdir}/tex/generic/tex4ht/web.4ht
%{_texmfdistdir}/tex/generic/tex4ht/welsh.4ht
%{_texmfdistdir}/tex/generic/tex4ht/wrapfig.4ht
%{_texmfdistdir}/tex/generic/tex4ht/writer.4ht
%{_texmfdistdir}/tex/generic/tex4ht/xcolor.4ht
%{_texmfdistdir}/tex/generic/tex4ht/xr-hyper.4ht
%{_texmfdistdir}/tex/generic/tex4ht/xr.4ht
%{_texmfdistdir}/tex/generic/tex4ht/xy.4ht
%{_texmfdistdir}/tex4ht/base/unix/tex4ht.env
%{_texmfdistdir}/tex4ht/base/win32/tex4ht.env
%{_texmfdistdir}/tex4ht/bin/tex4ht.jar
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagd7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagd8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagd8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagd8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagk.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagk7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagk8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagk8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagk8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagkc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagkc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagkc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagko.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagko7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagko8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagko8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagko8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/rpagd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/rpagdo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/rpagk.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/rpagko.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkd7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkd8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkd8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkd8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkl7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkl8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkl8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkl8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkli.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkli7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkli8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkli8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkli8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/rpbkd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/rpbkdi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/rpbkl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/rpbkli.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrb8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrb8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrb8u.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbo8u.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrr8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrr8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrr8u.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrrc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrrc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrro8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrro8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/rpcrb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/rpcrbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/rpcrr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/rpcrro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8cn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8rn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc7tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc8tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo7tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8cn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8rn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbon.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8cn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8rn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc7tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc8tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro7tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8cn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8rn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvron.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvrrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/pplb8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/pplbi8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/pplr8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/pplri8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvbon.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvbrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvron.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvrrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmbm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmby.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmrv.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmry.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathptmx/zptmcm7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathptmx/zptmcm7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathptmx/zptmcm7v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathptmx/zptmcm7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncrc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncrc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncrc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/rpncb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/rpncbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/rpncr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/rpncri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb9d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb9e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb9o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb9t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbc8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbu.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbu8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr8rn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr9c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr9d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr9e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr9o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr9t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrc8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrc9d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrc9e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrc9o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri9c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri9d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri9e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri9o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplro8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplro8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplro8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrr8re.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrre.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplru.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplru8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplbu.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplrre.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplrrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplru.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplb7d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplb8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbcj7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbcj8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbi7d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbi8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbij7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbij8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbij8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbj7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbj8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbj8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbjo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbjo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbjo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplr8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrc7d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrcj7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrcj8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrcj8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrcjo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplri7d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplri8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrij.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrij7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrij8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrj.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrj7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrjo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/pslatex/pcrr8rn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/pslatex/pcrr8tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/symbol/psyro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/symbol/rpsyr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/symbol/rpsyro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmb8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmb8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbi8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmr8rn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmr8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmr8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmrc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmri8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmri8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmri8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmri8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmro8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmro8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmro8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmrr8re.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmrrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/rptmb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/rptmbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/rptmbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/rptmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/rptmri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/rptmro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/rptmrre.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putb8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putr8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putrc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putrc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putri7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putri8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putri8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putro8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putro8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/zapfchan/rpzcmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/zapfding/rpzdr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ae/ae.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ae/aetcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ams/euler/eurb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ams/euler/eurm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/antpb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/antpbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/antpri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/anttb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/anttri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttcbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttcbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttcmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttcmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttcrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttcricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttcbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttcbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttcmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttcmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttcrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttcricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/el-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ex-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/exp-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/greek-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttcbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttcbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttcmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttcmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttcrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttcricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/rm-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/sy-anttrz.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/t2a-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/t2b-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/t2c-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/t5-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttcbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttcbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttcmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttcmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttcrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttcricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ts1-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/wncy-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aealbattar.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aealmateen.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aealmohanadb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aealmothnna.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aealyermook.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aearab.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aecortoba.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aedimnah.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aefurat.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aegranada.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aegraph.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aehani.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aekayrawan.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aekhalid.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aemashq.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aemetal.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aenada.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aenagham.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aenice.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aeostorah.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aeouhod.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aepetra.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aerehan.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aesalem.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aeshado.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aesharjah.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aesindibad.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aetarablus.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aetholoth.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/homa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/nazlib.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/titr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/favb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/favbi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/favri8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/zavmb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/zavmbi7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/zavmr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/zavmr7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/zavmri7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchbc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchbi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchrc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchri7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchro8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchb8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchbc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchbi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchbi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchbo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchbo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchrc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchri8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchri8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchro8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cc-pl/pccsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cc-pl/pcmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cc-pl/pcr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cc-pl/pcsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cc-pl/pcti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/chartervn/bchri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/chess/chess10f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmbsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmcss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmcti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmcyr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmdunh.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmfi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmitt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmsltt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmssq.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmtex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmu.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmvtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/sauter/wnbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/sauter/wnbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/sauter/wnr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/sauter/wnsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/wncyi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/concrete/ccmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/concrete/ccr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/concrete/ccsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/concrete/ccti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cs/csti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cs/cstt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/currency/feybl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/currency/feybo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/currency/feybr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/currency/feyml.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/currency/feymo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/cs-cyklopr-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/ec-cyklopr-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/l7x-cyklopi-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/l7x-cyklopi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/l7x-cyklopr-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/l7x-cyklopr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/ly1-cyklopi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/ly1-cyklopr-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/ly1-cyklopr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/qx-cyklopi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/qx-cyklopr-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/t5-cyklopr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcitt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcsltt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcssbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcssi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmctt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcu.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmdunh.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmsltt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmssbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmssdc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmssi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmvtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmvtti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/wbxipa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/wslipa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ec/dc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ec/dccc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ec/ec.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ec/eccc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ec/ecxc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/eulervm/zeuex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/eulervm/zeur.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/eulervm/zeus.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeub.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeubi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeubis.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeubit.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeubs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeubt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeuri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeuris.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeurit.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeurs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeurt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/greek/ibygrk/fibo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/hebrew/cjheblsm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/hebrew/deads.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/hebrew/hcaption.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/hebrew/oldjaf.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/hebrew/rcjheblsm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/hebrew/rcjhebltx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/hebrew/telav.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonabcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonabicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonachcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonachicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonaclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonaclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonahcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonahicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonalcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonalicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonamcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonamicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonarcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonaricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonabcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonabicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonachcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonachicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonaclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonaclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonahcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonahicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonalcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonalicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonamcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonamicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonarcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonaricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/mi-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonabcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonabicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonachcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonachicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonaclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonaclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonahcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonahicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonalcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonalicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonamcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonamicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonarcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonaricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonabcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonabicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonachcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonachicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonaclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonaclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonahcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonahicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonalcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonalicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonamcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonamicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonarcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonaricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonabcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonabicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonachcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonachicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonaclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonaclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonahcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonahicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonalcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonalicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonamcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonamicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonarcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonaricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcbl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcci.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcit.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcrb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcsi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcso.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcst.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcsx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tctt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcui.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcvi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcvt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwona/cs-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierchcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierchicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierhcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierhicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriermcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriermicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierchcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierchicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierhcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierhicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriermcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriermicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ex-iwona/ex-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/exp-iwona/exp-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/greek-iwona/greek-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/mi-iwona/mi-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwona/qx-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierchcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierchicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierhcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierhicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriermcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriermicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/rm-iwona/rm-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/sy-iwona/sy-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t2a-iwona/t2a-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t2b-iwona/t2b-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t2c-iwona/t2c-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwona/t5-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierchcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierchicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierhcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierhicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriermcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriermicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierchcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierchicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierhcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierhicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriermcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriermicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/wncy-iwona/wncy-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/latex/lcmss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/labx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lass.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lati.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/latt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lbbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lbcc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lbrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lbss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lbti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lbtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lcbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lccc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lcrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lcss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lcti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lctt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/ldbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/ldcc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/ldrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/ldss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/ldti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/ldtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-00.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-1e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-1f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-2c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-a7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-circle.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-e0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-e1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-f6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-fb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-ff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-infsup.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbc-t1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbc-t1o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbc-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-00.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-1e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-1f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-2c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-a7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-circle.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-fb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-ff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-infsup.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbic-t1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbic-t1o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbic-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlr-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlr-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlr-xl-infsup.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlrc-t1o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlrc-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-00.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-1e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-1f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-2c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-a7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-e0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-f6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-fb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-ff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-infsup.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlric-t1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlric-t1o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlric-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/cs-lmcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-qx/lm-qx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-qx/qx-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-cmin/cminch.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm/cmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-cmsc/cmcscsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csin/csinch.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csbxsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/cssl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssdc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssq.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssqi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csu.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/csitt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/cssltt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/cstcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/csvtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-plrm/plss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-t5psn/vntcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lmbsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lmex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lmmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lmsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/pre2005/cork-lmtcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/pre2005/qx-.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/pre2005/qx-lmtcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/pre2005/qx-lmvt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/pre2005/texnansi-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/pre2005/texnansi-lmtcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/t5-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/t5-lmtcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/ts1-.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/marvosym/fmvri8x.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchb7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchb7v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchb7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchbi7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchbi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchr7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchr7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchri7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchri7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/eurbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/eurmo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/zppleb7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/zppleb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/zppleb7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/zppler7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/zppler7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/zppler7v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/zppler7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathtime/blex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathtime/blmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathtime/blsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathtime/mtex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathtime/mtmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathtime/mtsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathtime/mtsyn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/fplmbb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/zplmb7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/zplmb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/zplmb7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/zplmr7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/zplmr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/zplmr7v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/zplmr7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plbxsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/pldunh.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plfi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plitt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plsltt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/pltt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plu.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plvtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/p1x.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/p1xbsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/p1xsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pcx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbexa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbmi1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbmia.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbsya.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbsyb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxmi1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxmia.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxsya.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxsyb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpcxb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpcxi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpcxsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpxbmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpxbsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpxi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpxmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpxpplb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpxr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpxsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qbkb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qbkbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qbkri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qcrb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qcrbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qcrri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvcb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvcbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvcr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvcri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qplb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qplbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qplr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qplri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qtmb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qtmbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qtmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qtmri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/sw/arial.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/sw/cour.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/sw/times.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/times.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/times/ptmr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/tipa/tipx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/tipa/xipa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/pxbsyc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxbsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxbss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxbsso.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxsssl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxbmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxbsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxbsssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxphvb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxphvbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxphvr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxphvro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxptmb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxptmbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxptmbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxptmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxptmri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxptmro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxsssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/t1x.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/t1xbsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/t1xbsssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/t1xbttsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/t1xsssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/t1xttsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tcxi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tcxr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tcxsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tcxss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tcxsssl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tcxtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tcxttsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txbex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txbmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txbsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txbtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txbttsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txexa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txmia.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txsssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txsssl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txsya.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txsyb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txttsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tyx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tyxbsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tyxbsssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tyxbttsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tyxsssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tyxttsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/arevvn/fav.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/bchb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/bchbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/bchbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/bchbo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/bchr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/bchrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/bchro8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/txtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/classicovn/uop.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/cmbrightvn/vncm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/comicsansvn/comic.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/concretevn/vncc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/garamondvn/ugm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/grotesqvn/ugq.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jthb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jthbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jthr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jthrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/lprb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/lprbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/lprbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/lprr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/lprrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/lprri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1b8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1bc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1bi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1r8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1rc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1ri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-ant.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttcbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttcbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttcmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttcmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttcrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttcricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/fplrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uagd8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uagdc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uagdo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uagk8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uagkc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uagko8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubkd8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubkdc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubkdi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubkdo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubkl8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubklc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubkli8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubklo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ucrb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ucrbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ucrbo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ucrr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ucrrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ucrro8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uhvb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uhvbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uhvbo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uhvr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uhvrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uhvro8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncbo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncro8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplbo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplro8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmbo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmro8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uzcmi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/utopiavn/put.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/vnr/vn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/aliase/mathtime/mtsy-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/ascii/manfnt/manfnt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/cp1256/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/css/emacspeak/cm/cmbx.4es
%{_texmfdistdir}/tex4ht/ht-fonts/css/emacspeak/cm/cmmi.4es
%{_texmfdistdir}/tex4ht/ht-fonts/css/emacspeak/cm/cmti.4es
%{_texmfdistdir}/tex4ht/ht-fonts/css/emacspeak/cm/cmtt.4es
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1201.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1202.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1203.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1204.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1205.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1206.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1207.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1208.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1209.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1210.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1211.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1212.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1213.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1214.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1215.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1216.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1217.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1218.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1219.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1220.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1221.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1222.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1223.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1224.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1225.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1226.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1227.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1228.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1229.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1230.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1231.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1232.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1233.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1234.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1235.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1236.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1237.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1238.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1239.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1240.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1241.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1242.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1243.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1244.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1245.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1246.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1247.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1248.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1249.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1250.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1251.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1252.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1253.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1254.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1255.htf
%{_texmfdistdir}/tex4ht/ht-fonts/gb2312/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/gbk/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/html-speech/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/charset/uni/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/chess/chess.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/chess/chessf.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/chess/fselch.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/cm/cminch.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/devanagari/dvng.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/euro/zpeur.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/go/go.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/go/go1bla.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/go/go1whi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/go/go2bla.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/go/go2whi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/html/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/ipa/wsuipa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mathtime/blex-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mathtime/blmi-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mathtime/blsy-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mathtime/mtex-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mathtime/mtmi-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mathtime/mtsy-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mathtime/mtsyn-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mongolian/bicigh.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mongolian/bthh.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mongolian/bthv.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/ps2mf/times-ps.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/sw/curr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/sw/times-sw.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/tibetan/ctib.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/xypic/xyatip.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/xypic/xybsql.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/xypic/xybtip.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/xypic/xydash.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/xypic/xyebut.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/xypic/xymisc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/2/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/2/html/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cm/sauter/wnr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cm/sauter/wnti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/cmcyr/cmcbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/cmcyr/cmcbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/cmcyr/cmccsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/kminch.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/kmitt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/kmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/kmtcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/wncsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/html/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/lh/lh-t2a/larm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/6/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/6/html/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/7/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/8/hebrew/hclassic.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/8/hebrew/jerus.htf
%{_texmfdistdir}/tex4ht/ht-fonts/jsml/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/koi/8r/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/koi/8r/lh/lh-t2a/larm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/mozilla/charset/mnemonic/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/mozilla/charset/native/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/mozilla/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/ooffice/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/share/adobe/helvetic/phvr8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/cyrillic/xcmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/cyrillic/xcmti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/hebrew/hclassic.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/mathtime/blex-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/mathtime/blmi-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/mathtime/blsy-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/mathtime/mtex-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/mathtime/mtmi-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/mathtime/mtsy-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/mathtime/mtsyn-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/courier/pcrr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/courier/pcrrc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/courier/pcrro8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/courier/pcrro8u.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/courier/pplrc8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/helvetic/ptmb8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/helvetic/ptmrc8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/mathptm/zpsycmrv.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/mathptm/zptmcmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/mathptm/zptmcmrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/mathptm/zpzccmry.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/palatino/pplb9c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/palatino/pplrc9t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/palatino/pplri9t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/symbol/psyr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/times/ptmr8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/times/ptmrc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/times/ptmrc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/times/ptmri7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/times/ptmro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/times/ptmrre.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/times/rptmrrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/zapfding/pzdr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ae/aecsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/cyrillic/wncyr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/euler/euex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/euler/eufb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/euler/eufm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/euler/eusb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/euler/eusm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/symbols/msam.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/symbols/msbm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/antt/antpr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/antt/anttr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/antt/ec-anttbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/antt/mi-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/antt/qx-anttbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/antt/sy-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/antt/sy-anttlz.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/arabi/aehor.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/arabi/nazli.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/arev/favr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/bbold/bbold.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/bitstrea/charter/bchr8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cbgreek/grmc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cbgreek/grmn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/chess/chess.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/chess/chessf.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1201.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1202.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1203.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1204.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1205.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1206.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1207.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1208.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1209.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1210.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1211.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1212.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1213.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1214.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1215.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1216.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1217.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1218.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1219.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1220.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1221.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1222.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1223.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1224.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1225.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1226.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1227.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1228.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1229.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1230.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1231.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1232.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1233.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1234.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1235.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1236.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1237.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1238.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1239.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1240.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1241.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1242.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1243.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1244.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1245.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1246.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1247.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1248.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1249.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1250.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1251.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1252.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1253.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1254.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1255.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song95.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song96.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song97.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song98.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song99.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa2.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa3.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa4.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa5.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa8.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa9.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songaa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songab.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songac.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songad.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songae.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songaf.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb2.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb3.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb4.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb5.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb8.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb9.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songba.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbe.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbf.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc2.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc3.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc4.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc5.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc8.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc9.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songca.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songcb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songcc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songcd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songce.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songcf.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd2.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd3.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd4.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd5.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songdc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songdd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songde.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songdf.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe2.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe3.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe4.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe5.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe8.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe9.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songea.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songeb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songec.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songed.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songee.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songef.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf2.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf3.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf4.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf5.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf8.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf9.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfe.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cm/cmex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cm/cmmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cm/cmsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cm/cmtcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cm/cmti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/concrete/cccsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cs/cscsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cs/csr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/currency/feymr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/cs-cyklop.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/cs-cyklopi-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/ec-cyklopi-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/ly1-cyklopi-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/qx-cyklopi-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/qx-cyklopr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/t5-cyklopi-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/t5-cyklopi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyrillic/cmcyr/cmcbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyrillic/cmcyr/cmcbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyrillic/cmcyr/cmccsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/dstroke/dsrom.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/dstroke/esint.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/greek/ibygrk/fibr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/cjhebltx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/crml.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/fr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/hclassic.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/jerus.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/redis.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/shold.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/shscr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/shstk.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/html/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/cs-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/cs-iwonacap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/ec-iwonacap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/ex-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/exp-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/greek-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/qx-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/qx-iwonacap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/rm-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/sy-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/t2a-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/t2b-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/t2c-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/t5-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/t5-iwonacap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/texnansi-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/texnansi-iwonacap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/wncy-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/jknappen/tc/tcrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/latex/lasy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/latex/lcircle.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/latex/line.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lh/lh-t2a/lacc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lh/lh-t2a/larm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-8x.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-e0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-f6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-00.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-1e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-1f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-2c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-8x.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-a7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-circle.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-e0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-e1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-f6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-fb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-ff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlrc-t1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlri-xl-26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlri-xl-e1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/cs-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/el-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/el-lmcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/l7x-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/l7x-lmcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-ec.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-qxtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cmin.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cmit.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cmitt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cmsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cmtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-csin.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-csrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cstt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-plin.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-plit.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-plitt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-plrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-plsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-pltt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-t5psn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-t5.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-texnansi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/pre2005/cork-.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/pre2005/cork-lmcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/pre2005/qx-lmcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/pre2005/qx-lmtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/pre2005/texnansi-lmcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/rm-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/t5-lmcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/marvosym/fmvr8x.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/math/rsfs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mathdesign/mdbchr7v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mathtime/blex-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mathtime/blmi-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mathtime/blsy-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mathtime/mtex-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mathtime/mtmi-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mathtime/mtsyn-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mflogo/logo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/misc/cmman.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/misc/ifsym.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/misc/wasy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pl/plbsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pl/plinch.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pl/pltcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pl/pltex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/public/bbding.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/pxbsyc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/pxexa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/pxr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/pxsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/pxsyc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/rpcxr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/rpxb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/rpxpplr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/rpxsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/stmaryrd/stmary.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/tibetan/ctib.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/tipa/tipa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/tipa/xipx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/rtcxr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/rtcxss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/rtx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/rtxsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/t1x.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/t1xsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/tcxb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/txb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/txbexa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/txbmia.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/txbsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/txbsyc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/txsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/tyxsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/utf8/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/viqr/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/viscii/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/win/1251/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/win/1251/cm/sauter/wnti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/win/1251/cyrillic/cmcyr/cmcbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/win/1251/cyrillic/cmcyr/cmcbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/win/1251/cyrillic/cmcyr/cmccsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/win/1251/cyrillic/wncsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/win/1251/lh/lh-t2a/larm.htf
%{_texmfdistdir}/tex4ht/xtpipes/docbook.4xt
%{_texmfdistdir}/tex4ht/xtpipes/htspk.4xt
%{_texmfdistdir}/tex4ht/xtpipes/javahelp.4xt
%{_texmfdistdir}/tex4ht/xtpipes/jsml.4xt
%{_texmfdistdir}/tex4ht/xtpipes/oo-math.4xt
%{_texmfdistdir}/tex4ht/xtpipes/oo-text.4xt
%{_texmfdistdir}/tex4ht/xtpipes/xhtml.4xt
%{_texmfdistdir}/tex4ht/xtpipes/xhtmml.4xt
%{_texmfdistdir}/tex4ht/xtpipes/xtpipes-default.4xt
%{_texmfdistdir}/tex4ht/xtpipes/xtpipes-map.dtd
%{_texmfdistdir}/tex4ht/xtpipes/xtpipes.dtd
%{_javadir}/tex4ht.jar
%doc %{_texmfdistdir}/doc/generic/tex4ht/bugfixes.css
%doc %{_texmfdistdir}/doc/generic/tex4ht/bugfixes.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/cmmi10-b.gif
%doc %{_texmfdistdir}/doc/generic/tex4ht/cmsy10-28.gif
%doc %{_texmfdistdir}/doc/generic/tex4ht/index.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/jhsample.tex
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn-htf.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn-index.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn-mswin.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn-port.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn-unix.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn.css
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn0x.gif
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn10.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn11.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn12.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn13.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn14.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn15.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn16.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn17.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn19.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn1x.gif
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn2.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn20.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn21.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn23.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn24.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn25.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn27.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn28.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn29.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn2x.gif
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn3.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn31.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn32.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn33.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn34.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn35.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn36.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn37.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn38.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn39.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn3x.gif
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn4.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn40.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn41.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn42.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn43.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn44.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn45.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn46.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn47.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn48.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn49.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn4x.gif
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn5.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn50.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn51.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn52.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn53.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn54.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn55.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn56.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn57.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn58.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn59.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn6.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn60.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn7.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn8.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn9.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/tex4ht/ht.sh ht
    ln -sf %{_texmfdistdir}/scripts/tex4ht/htcontext.sh htcontext
    ln -sf %{_texmfdistdir}/scripts/tex4ht/htlatex.sh htlatex
    ln -sf %{_texmfdistdir}/scripts/tex4ht/htmex.sh htmex
    ln -sf %{_texmfdistdir}/scripts/tex4ht/httex.sh httex
    ln -sf %{_texmfdistdir}/scripts/tex4ht/httexi.sh httexi
    ln -sf %{_texmfdistdir}/scripts/tex4ht/htxelatex.sh htxelatex
    ln -sf %{_texmfdistdir}/scripts/tex4ht/htxetex.sh htxetex
    ln -sf %{_texmfdistdir}/scripts/tex4ht/mk4ht.pl mk4ht
popd
mkdir -p %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
    ln -sf %{_texmfdistdir}/tex4ht/bin/tex4ht.jar tex4ht.jar
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120223-6
+ Revision: 0cc0d5c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21514 |14mr|texlive-texapi-1.04-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24237
# category Package
# catalog-ctan /macros/generic/texapi
# catalog-date 2011-10-03 08:52:14 +0200
# catalog-license lppl
# catalog-version 1.04
Name:		texlive-texapi
Version:	1.04
Release:	3
Summary:	Macros to write format-independent packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/texapi
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texapi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texapi.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Texapi provides utility macros to write format-independent (and
-aware) packages. It is similar in spirit to the etoolbox,
except that it isn't tied to LaTeX. Tools include: engine and
format detection, expansion control, command definition and
manipulation, various testing macros, string operations, and
highly customizable while and for loops. The package requires
e-TeX (and, should you want to compile its documentation, the
pitex package is also needed).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/texapi/texapi.tex
%doc %{_texmfdistdir}/doc/generic/texapi/README
%doc %{_texmfdistdir}/doc/generic/texapi/texapi-doc.pdf
%doc %{_texmfdistdir}/doc/generic/texapi/texapi-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.04-3
+ Revision: ba2be2f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21515 |14mr|texlive-texbytopic-20080824-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/texbytopic
# catalog-date 2008-08-24 10:50:19 +0200
# catalog-license fdl
# catalog-version undef
Name:		texlive-texbytopic
Version:	20080824
Release:	3
Summary:	Freed version of the book TeX by Topic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/texbytopic
License:	FDL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texbytopic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texbytopic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
An invaluable book, originally published by Addison-Wesley (who
have released their copyright). The book describes itself as "a
TeXnician's reference", and covers the way TeX (the engine)
works in as much detail as most ordinary TeX programmers will
ever need to know.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/plain/texbytopic/README
%doc %{_texmfdistdir}/doc/plain/texbytopic/TeXbyTopic.pdf
%doc %{_texmfdistdir}/doc/plain/texbytopic/TeXbyTopic.tex
%doc %{_texmfdistdir}/doc/plain/texbytopic/figflow.tex
%doc %{_texmfdistdir}/doc/plain/texbytopic/glossary.tex
%doc %{_texmfdistdir}/doc/plain/texbytopic/tables.tex
%doc %{_texmfdistdir}/doc/plain/texbytopic/tex.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080824-3
+ Revision: d5c6b37
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21516 |14mr|texlive-texconfig-20131022-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-texconfig
Version:	20131022
Release:	7
Summary:	TeXLive texconfig package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texconfig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texconfig.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texconfig.bin = %{EVRD}

%description
TeXLive texconfig package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/texconfig
%{_texmfdistdir}/scripts/texlive/texconfig.sh
%{_texmfdistdir}/texconfig/README
%{_texmfdistdir}/texconfig/g/generic
%{_texmfdistdir}/texconfig/tcfmgr
%{_texmfdistdir}/texconfig/tcfmgr.map
%{_texmfdistdir}/texconfig/v/vt100
%{_texmfdistdir}/texconfig/x/xterm
%doc %{_mandir}/man1/texconfig-sys.1*
%doc %{_texmfdistdir}/doc/man/man1/texconfig-sys.man1.pdf
%doc %{_mandir}/man1/texconfig.1*
%doc %{_texmfdistdir}/doc/man/man1/texconfig.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texlive/texconfig.sh texconfig
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131022-7
+ Revision: 2a66817
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21517 |14mr|texlive-texcount-2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/texcount
# catalog-date 2011-07-29 16:36:04 +0200
# catalog-license lppl
# catalog-version 2.3
Name:		texlive-texcount
Version:	2.3
Release:	4
Summary:	Count words in a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/texcount
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texcount.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texcount.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texcount.bin = %{EVRD}

%description
TeXcount is a Perl script that counts words in the text of
LaTeX files. It has rules for handling most of the common
macros, and can provide colour-coded output showing which parts
of the text have been counted. The package script is available
as a Web service via its home page.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/texcount
%{_texmfdistdir}/scripts/texcount/texcount.pl
%doc %{_texmfdistdir}/doc/support/texcount/QuickReference.pdf
%doc %{_texmfdistdir}/doc/support/texcount/QuickReference.tex
%doc %{_texmfdistdir}/doc/support/texcount/README
%doc %{_texmfdistdir}/doc/support/texcount/TeXcount.pdf
%doc %{_texmfdistdir}/doc/support/texcount/TeXcount.tex
%doc %{_texmfdistdir}/doc/support/texcount/macros.tex
%doc %{_texmfdistdir}/doc/support/texcount/sub_addrules.tex
%doc %{_texmfdistdir}/doc/support/texcount/sub_options.tex
%doc %{_texmfdistdir}/doc/support/texcount/sub_tc_other.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texcount/texcount.pl texcount
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3-4
+ Revision: 9c3720a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21518 |14mr|texlive-texdef-1.7b-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26420
# category Package
# catalog-ctan /support/texdef
# catalog-date 2012-05-15 15:44:48 +0200
# catalog-license gpl3
# catalog-version 1.7b
Name:		texlive-texdef
Version:	1.7b
Release:	2
Summary:	Display the definitions of TeX commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/texdef
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdef.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdef.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdef.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texdef.bin = %{EVRD}

%description
The (Perl) script displays the definition of (La)TeX command
sequences/macros. Various options allow the selection of the
used class and package files and other things which can have
influence on the definition (before/after the preamble, inside
an environment, ...). The script creates a temporary TeX file
which is then compiled using (La)TeX to find the '\meaning' of
the command sequence. The result is formatted and presented to
the user. Length or number command sequences (dimensions,
\char..., count registers, ...) are recognized and the
contained value is also shown (using \the). Special definitions
like protected macros are also recognized and the underlying
macros are shown as well. The script will show plain TeX
definitions by default. LaTeX and ConTeXt are supported,
including flavours (pdf(la)tex, lua(la)tex, xe(la)tex, ...).
The flavour can be selected using an command line option or
over the script name: latexdef will use LaTeX as default, etc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/texdef
%{_texmfdistdir}/scripts/texdef/texdef.pl
%doc %{_texmfdistdir}/doc/support/texdef/INSTALL
%doc %{_texmfdistdir}/doc/support/texdef/README
%doc %{_texmfdistdir}/doc/support/texdef/texdef.pdf
#- source
%doc %{_texmfdistdir}/source/support/texdef/texdef.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texdef/texdef.pl texdef
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7b-2
+ Revision: 4341394
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21519 |14mr|texlive-texdiff-0.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29752
# category Package
# catalog-ctan /support/texdiff
# catalog-date 2012-06-27 20:43:57 +0200
# catalog-license artistic
# catalog-version 0.4
Name:		texlive-texdiff
Version:	0.4
Release:	9
Summary:	Compare documents and produce tagged merge
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/texdiff
License:	ARTISTIC
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdiff.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdiff.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texdiff.bin = %{EVRD}

%description
Two files are compared and a new TeX file is output. When the
output file is processed with (La)TeX it marks new changes with
blue and old text with red with a strike-through line.
Furthermore, passages with changes are marked at the margin
with grey bars by the LaTeX changebar package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/texdiff
%{_texmfdistdir}/scripts/texdiff/texdiff
%doc %{_mandir}/man1/texdiff.1*
%doc %{_texmfdistdir}/doc/man/man1/texdiff.man1.pdf
%doc %{_texmfdistdir}/doc/support/texdiff/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texdiff/texdiff texdiff
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-9
+ Revision: 589f5ac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21520 |14mr|texlive-texdirflatten-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category Package
# catalog-ctan /support/texdirflatten
# catalog-date 2012-01-12 19:29:56 +0100
# catalog-license artistic
# catalog-version 1.1
Name:		texlive-texdirflatten
Epoch:		1
Version:	1.1
Release:	6
Summary:	Collect files related to a LaTeX job in a single directory
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/texdirflatten
License:	ARTISTIC
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdirflatten.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdirflatten.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texdirflatten.bin = %{EVRD}

%description
The Perl script parses a LaTeX file recursively, scanning all
child files, and collects details of any included and other
data files. These component files, are then all put into a
single directory (thus "flattening" the document's directory
tree).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/texdirflatten
%{_texmfdistdir}/scripts/texdirflatten/texdirflatten
%doc %{_mandir}/man1/texdirflatten.1*
%doc %{_texmfdistdir}/doc/man/man1/texdirflatten.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texdirflatten/texdirflatten texdirflatten
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.1-6
+ Revision: e725691
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21521 |14mr|texlive-texdoc-20120627-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan undef
# catalog-date 2012-06-27 22:19:02 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-texdoc
Version:	20120627
Release:	9
Summary:	Documentation access for TeX distributions
Group:		Publishing
URL:		http://tug.org/texlive
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdoc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texdoc.bin = %{EVRD}

%description
TeXdoc is an application for easy access to the package
documentation of a TeX distributions (i.e., .dvi, .pdf or .ps
files on the $TEXDOCS tree). It is distributed with TeX-Live
and a derivative is distributed with miktex.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/texdoc
%{_bindir}/texdoctk
%{_texmfdistdir}/scripts/texdoc/Data.meta.lua
%{_texmfdistdir}/scripts/texdoc/Data.tlpdb.lua
%{_texmfdistdir}/scripts/texdoc/alias.tlu
%{_texmfdistdir}/scripts/texdoc/config.tlu
%{_texmfdistdir}/scripts/texdoc/constants.tlu
%{_texmfdistdir}/scripts/texdoc/functions.tlu
%{_texmfdistdir}/scripts/texdoc/main.tlu
%{_texmfdistdir}/scripts/texdoc/score.tlu
%{_texmfdistdir}/scripts/texdoc/search.tlu
%{_texmfdistdir}/scripts/texdoc/texdoc.tlu
%{_texmfdistdir}/scripts/texdoc/texdoclib.tlu
%{_texmfdistdir}/scripts/texdoc/view.tlu
%{_texmfdistdir}/scripts/texdoctk/texdoctk.pl
%{_texmfdistdir}/texdoc/texdoc.cnf
%{_texmfdistdir}/texdoctk/texdocrc-win32.defaults
%{_texmfdistdir}/texdoctk/texdocrc.defaults
%{_texmfdistdir}/texdoctk/texdoctk.dat
%doc %{_mandir}/man1/texdoc.1*
%doc %{_texmfdistdir}/doc/man/man1/texdoc.man1.pdf
%doc %{_mandir}/man1/texdoctk.1*
%doc %{_texmfdistdir}/doc/man/man1/texdoctk.man1.pdf
%doc %{_texmfdistdir}/doc/texdoc/News
%doc %{_texmfdistdir}/doc/texdoc/texdoc.pdf
%doc %{_texmfdistdir}/doc/texdoc/texdoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

perl -pi -e 's%^# (viewer_pdf = )xpdf.*%$1xdg-open%;'	\
	texmf-dist/texdoc/texdoc.cnf

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texdoc/texdoc.tlu texdoc
    ln -sf %{_texmfdistdir}/scripts/texdoctk/texdoctk.pl texdoctk
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120627-9
+ Revision: 2fba812
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21522 |14mr|texlive-texdraw-20091010-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23717
# category Package
# catalog-ctan /graphics/texdraw
# catalog-date 2009-10-10 00:51:28 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-texdraw
Version:	20091010
Release:	3
Summary:	Graphical macros, using embedded PostScript
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/texdraw
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdraw.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdraw.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXdraw is a set of macro definitions for TeX, which allow the
user to produce PostScript drawings from within TeX and LaTeX.
TeXdraw has been designed to be extensible. Drawing 'segments'
are relocatable, self-contained units. Using a combination of
the TeX's grouping mechanism and the gsave/grestore mechanism
in PostScript, drawing segments allow for local changes to the
scaling and line parameters. Using TeX's macro definition
capability, new drawing commands can be constructed from
drawing segments.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/texdraw/blockdiagram.tex
%{_texmfdistdir}/tex/generic/texdraw/texdraw.sty
%{_texmfdistdir}/tex/generic/texdraw/texdraw.tex
%{_texmfdistdir}/tex/generic/texdraw/txdps.tex
%{_texmfdistdir}/tex/generic/texdraw/txdtools.tex
%doc %{_texmfdistdir}/doc/support/texdraw/getopt.c
%doc %{_texmfdistdir}/doc/support/texdraw/getopt.h
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw.cps
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw.fns
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw.pdf
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw.texi
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_1.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_10.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_11.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_2.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_3.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_4.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_5.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_6.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_7.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_8.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_9.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_foot.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_toc.html
%doc %{_texmfdistdir}/doc/support/texdraw/texi2dvi
%doc %{_texmfdistdir}/doc/support/texdraw/texindex.c
%doc %{_texmfdistdir}/doc/support/texdraw/txdexamp.latex
%doc %{_texmfdistdir}/doc/support/texdraw/txdexamp.tex
%doc %{_infodir}/texdraw.info*

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdir}/doc/info/*.info %{buildroot}%{_infodir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091010-3
+ Revision: d6a5ce0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21523 |14mr|texlive-tex-ewd-20081115-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/tex-ewd
# catalog-date 2008-11-15 12:33:11 +0100
# catalog-license bsd
# catalog-version undef
Name:		texlive-tex-ewd
Version:	20081115
Release:	3
Summary:	Macros to typeset calculational proofs and programs in Dijkstra's style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/tex-ewd
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-ewd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-ewd.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Edsger W. Dijkstra and others suggest a unique style to present
mathematical proofs and to construct programs. This package
provides macros that support calculational proofs and
Dijkstra's "guarded command language".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/tex-ewd/dotnot.tex
%doc %{_texmfdistdir}/doc/generic/tex-ewd/README
%doc %{_texmfdistdir}/doc/generic/tex-ewd/bsdlic.txt
%doc %{_texmfdistdir}/doc/generic/tex-ewd/p0.tex
%doc %{_texmfdistdir}/doc/generic/tex-ewd/t1.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081115-3
+ Revision: b73a6e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21524 |14mr|texlive-tex-font-errors-cheatsheet-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18314
# category Package
# catalog-ctan /info/tex-font-errors-cheatsheet
# catalog-date 2010-05-16 21:06:03 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-tex-font-errors-cheatsheet
Version:	0.1
Release:	3
Summary:	Cheat sheet outlining the most common TeX font errors
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/tex-font-errors-cheatsheet
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-font-errors-cheatsheet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-font-errors-cheatsheet.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a compact three-pages document highlighting the TeX
flow of integrating fonts, and explains how some of the most
common font-related error messages occur. Also, hints are given
on how to address those.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/tex-font-errors-cheatsheet/README
%doc %{_texmfdistdir}/doc/latex/tex-font-errors-cheatsheet/tex-font-cheatsheet.pdf
%doc %{_texmfdistdir}/doc/latex/tex-font-errors-cheatsheet/tex-font-cheatsheet.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: cf4d5ac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21525 |14mr|texlive-tex-gyre-2.004-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/tex-gyre
# catalog-date 2009-11-12 13:33:47 +0100
# catalog-license gfsl
# catalog-version 2.004
Name:		texlive-tex-gyre
Version:	2.004
Release:	3
Summary:	TeX Fonts extending freely available URW fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/tex-gyre
License:	GFSL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-gyre.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-gyre.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
The TeX-GYRE bundle consists of six font families: TeX Gyre
Adventor is based on the URW Gothic L family of fonts (which is
derived from ITC Avant Garde Gothic, designed by Herb Lubalin
and Tom Carnase). TeX Gyre Bonum is based on the URW Bookman L
family (from Bookman Old Style, designed by Alexander
Phemister). TeX Gyre Chorus is based on URW Chancery L Medium
Italic (from ITC Zapf Chancery, designed by Hermann Zapf in
1979). TeX-Gyre Cursor is based on URW Nimbus Mono L (based on
Courier, designed by Howard G. Kettler in 1955, for IBM). TeX
Gyre Heros is based on URW Nimbus Sans L (from Helvetica,
prepared by Max Miedinger, with Eduard Hoffmann in 1957). TeX
Gyre Pagella is based on URW Palladio L (from Palation,
designed by Hermann Zapf in the 1940s). TeX Gyre Schola is
based on the URW Century Schoolbook L family (which was
designed by Morris Fuller Benton for the American Type
Founders). TeX Gyre Termes is based on the URW Nimbus Roman No9
L family of fonts (whose original, Times, was designed by
Stanley Morison together with Starling Burgess and Victor
Lardent and first offered by Monotype). The constituent
standard faces of each family have been greatly extended, and
contain nearly 1200 glyphs each (though Chorus omits Greek
support, has no small-caps family and has approximately 900
glyphs). Each family is available in Adobe Type 1 and Open Type
formats, and LaTeX support (for use with a variety of
encodings) is provided. Vietnamese and Cyrillic characters were
added by Han The Thanh and Valek Filippov, respectively.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qagb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qagbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qagr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qagri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qbkb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qbkbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qbkr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qbkri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcrb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcrbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcrr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcrri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcsb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcsbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcsr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcsri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvcb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvcbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvcr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvcri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qplb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qplbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qplr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qplri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qtmb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qtmbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qtmr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qtmri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qzcmi.afm
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-cs-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-cs.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-csm-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-csm.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-cszc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-ec-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-l7x-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-l7x.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-l7xzc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-qx-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-qxm-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-qxm.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-qxzc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-rm-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-rm.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-rmm-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-rmm.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-rmzc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-t5-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-texnansi-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-texnansi.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-texnansizc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-ts1.enc
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc.map
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreadventor-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreadventor-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreadventor-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreadventor-regular.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrebonum-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrebonum-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrebonum-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrebonum-regular.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrechorus-mediumitalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrecursor-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrecursor-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrecursor-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrecursor-regular.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheros-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheros-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheros-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheros-regular.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheroscn-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheroscn-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheroscn-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheroscn-regular.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrepagella-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrepagella-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrepagella-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrepagella-regular.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreschola-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreschola-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreschola-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreschola-regular.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyretermes-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyretermes-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyretermes-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyretermes-regular.otf
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qzcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qzcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qzcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qzcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qzcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qzcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qzcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qzcmi.tfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qzcmi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qzcmi.pfm
%{_texmfdistdir}/tex/latex/tex-gyre/il2qag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qbookman.sty
%{_texmfdistdir}/tex/latex/tex-gyre/qcourier.sty
%{_texmfdistdir}/tex/latex/tex-gyre/qpalatin.sty
%{_texmfdistdir}/tex/latex/tex-gyre/qswiss.sty
%{_texmfdistdir}/tex/latex/tex-gyre/qtimes.sty
%{_texmfdistdir}/tex/latex/tex-gyre/qxqag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qzapfcha.sty
%{_texmfdistdir}/tex/latex/tex-gyre/t1qag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/tgadventor.sty
%{_texmfdistdir}/tex/latex/tex-gyre/tgbonum.sty
%{_texmfdistdir}/tex/latex/tex-gyre/tgchorus.sty
%{_texmfdistdir}/tex/latex/tex-gyre/tgcursor.sty
%{_texmfdistdir}/tex/latex/tex-gyre/tgheros.sty
%{_texmfdistdir}/tex/latex/tex-gyre/tgpagella.sty
%{_texmfdistdir}/tex/latex/tex-gyre/tgschola.sty
%{_texmfdistdir}/tex/latex/tex-gyre/tgtermes.sty
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qzc.fd
%_texmf_updmap_d/tex-gyre
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/GUST-FONT-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Adventor.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Bonum.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Chorus.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Cursor.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Heros.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Pagella.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Schola.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Termes.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Adventor.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Bonum.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Chorus.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Cursor.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Heros.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Pagella.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Schola.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Termes.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/goadb999.nam
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qag-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qag-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qag-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qag-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qagb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qagbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qagr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qagri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbk-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbk-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbk-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbk-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbkb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbkbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbkr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbkri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcr-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcr-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcr-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcr-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcrb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcrbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcrr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcrri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcs-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcs-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcs-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcs-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcsb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcsbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcsr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcsri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhv-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhv-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhv-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhv-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvcb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvcbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvcr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvcri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qpl-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qpl-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qpl-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qpl-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qplb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qplbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qplr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qplri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtm-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtm-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtm-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtm-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtmb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtmbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtmr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtmri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qzc-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qzc-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qzc-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qzc-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qzcmi.fea

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/tex-gyre <<EOF
Map qag.map
Map qbk.map
Map qcr.map
Map qcs.map
Map qhv.map
Map qpl.map
Map qtm.map
Map qzc.map
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.004-3
+ Revision: 2991369
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21526 |14mr|texlive-tex-gyre-math-1.008-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26838
# category Package
# catalog-ctan /fonts/tex-gyre-math
# catalog-date 2012-06-05 00:19:44 +0200
# catalog-license lppl
# catalog-version 1.008
Name:		texlive-tex-gyre-math
Version:	1.008
Release:	2
Summary:	Maths fonts to match tex-gyre text fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/tex-gyre-math
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-gyre-math.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-gyre-math.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeX-Gyre-Math is to be a collection of maths fonts to match the
text fonts of the TeX-Gyre collection. The collection will be
made available in OpenType format, only; fonts will conform to
the developing standards for OpenType maths fonts. At present,
only TeX-Gyre-Math-Pagella is available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/tex-gyre-math/texgyrepagella-math.otf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/GUST-FONT-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/MANIFEST-TeX-Gyre-Pagella-Math.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/README-TeX-Gyre-Pagella-Math.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/math-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/presentation-tg_pagella_math.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/test-lualatex-tg_pagella_math.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/test-lualatex-tg_pagella_math.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/test-word-tg_pagella_math.docx
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/test-word-tg_pagella_math.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/test-xelatex-tg_pagella_math.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/test-xelatex-tg_pagella_math.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.008-2
+ Revision: 34ffbc3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21527 |14mr|texlive-texilikechaps-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16752
# category Package
# catalog-ctan /macros/latex/contrib/misc/texilikechaps.sty
# catalog-date 2010-01-19 19:25:42 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-texilikechaps
Version:	1.0
Release:	3
Summary:	Format chapters with a texi-like format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/misc/texilikechaps.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texilikechaps.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to reduce the size of the rather
large chapter headings in standard classes into a texi-like
smaller format. Details of the format may be controlled with
internal commands.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/texilikechaps/texilikechaps.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 2b2b3dd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21528 |14mr|texlive-texilikecover-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/misc/texilikecover.sty
# catalog-date 2008-08-24 10:50:19 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-texilikecover
Version:	0.1
Release:	3
Summary:	A cover-page package, like TeXinfo
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/misc/texilikecover.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texilikecover.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package creates document cover pages, like those that
TeXinfo produces.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/texilikecover/texilikecover.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 537d1ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21529 |14mr|texlive-texinfo-5.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32911
# category Package
# catalog-ctan /macros/texinfo/texinfo
# catalog-date 2013-03-17 00:29:52 +0100
# catalog-license gpl
# catalog-version 5.1
Name:		texlive-texinfo
Epoch:		1
Version:	5.1
Release:	7
Summary:	Texinfo documentation system
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/texinfo/texinfo
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texinfo.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Texinfo is the preferred format for documentation in the GNU
project; the format may be used to produce online or printed
output from a single source. The Texinfo macros may be used to
produce printable output using TeX; other programs in the
distribution offer online interactive use (with hypertext
linkages in some cases). Note that a developers' snapshot of
the latest release of the Texinfo macros may be found in the
Texinfo 'latest' package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/texinfo/texinfo.ini
%{_texmfdistdir}/tex/texinfo/texinfo.tex
%{_texmfdistdir}/tex/texinfo/txi-cs.tex
%{_texmfdistdir}/tex/texinfo/txi-de.tex
%{_texmfdistdir}/tex/texinfo/txi-en.tex
%{_texmfdistdir}/tex/texinfo/txi-es.tex
%{_texmfdistdir}/tex/texinfo/txi-fr.tex
%{_texmfdistdir}/tex/texinfo/txi-it.tex
%{_texmfdistdir}/tex/texinfo/txi-nb.tex
%{_texmfdistdir}/tex/texinfo/txi-nl.tex
%{_texmfdistdir}/tex/texinfo/txi-nn.tex
%{_texmfdistdir}/tex/texinfo/txi-pl.tex
%{_texmfdistdir}/tex/texinfo/txi-pt.tex
%{_texmfdistdir}/tex/texinfo/txi-ru.tex
%{_texmfdistdir}/tex/texinfo/txi-sr.tex
%{_texmfdistdir}/tex/texinfo/txi-tr.tex
%{_texmfdistdir}/tex/texinfo/txi-uk.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:5.1-7
+ Revision: 620745b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21530 |14mr|texlive-tex-label-20091214-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16372
# category Package
# catalog-ctan /macros/latex/contrib/tex-label
# catalog-date 2009-12-14 16:47:24 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-tex-label
Version:	20091214
Release:	3
Summary:	Place a classification on each page of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tex-label
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-label.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-label.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-label.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Enables the user to place a 'classification' label on each
page, at the bottom to the right of the page number.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tex-label/tex-label.sty
%doc %{_texmfdistdir}/doc/latex/tex-label/README
%doc %{_texmfdistdir}/doc/latex/tex-label/tex-label-demo.pdf
%doc %{_texmfdistdir}/doc/latex/tex-label/tex-label-demo.tex
%doc %{_texmfdistdir}/doc/latex/tex-label/tex-label-doc.pdf
%doc %{_texmfdistdir}/doc/latex/tex-label/tex-label-doc.tex
#- source
%doc %{_texmfdistdir}/source/latex/tex-label/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091214-3
+ Revision: beb653b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21531 |14mr|texlive-texlive-common-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30524
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-texlive-common
Version:	20131009
Release:	6
Summary:	TeX Live documentation (common elements)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-common.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-common.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive texlive-common package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/texlive/index.html
%doc %{_texmfdistdir}/doc/texlive/texlive-common/examples/ex5.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-common/examples/ex6.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-common/examples/ex6a.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-common/examples/ex6b.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-common/examples/ex6c.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-common/install-lnx-main.png
%doc %{_texmfdistdir}/doc/texlive/texlive-common/psview.png
%doc %{_texmfdistdir}/doc/texlive/texlive-common/stdcoll.png
%doc %{_texmfdistdir}/doc/texlive/texlive-common/tlmgr-general-options.png
%doc %{_texmfdistdir}/doc/texlive/texlive-common/tlmgr-gui.png
%doc %{_texmfdistdir}/doc/texlive/texlive-common/tlmgr-paper-options.png
%doc %{_texmfdistdir}/doc/texlive/texlive-common/tray-menu.png
%doc %{_texmfdistdir}/doc/texlive/texlive-common/wizard-w32.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: 48310db
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21532 |14mr|texlive-texlive-cz-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30808
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-texlive-cz
Version:	20131009
Release:	6
Summary:	TeX Live manual (Czech/Slovak)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-cz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-cz.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive texlive-cz package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/texlive/texlive-cz/Makefile
%doc %{_texmfdistdir}/doc/texlive/texlive-cz/csquote.sty
%doc %{_texmfdistdir}/doc/texlive/texlive-cz/ec-lmr10-19.png
%doc %{_texmfdistdir}/doc/texlive/texlive-cz/live4ht.cfg
%doc %{_texmfdistdir}/doc/texlive/texlive-cz/tex-live.css
%doc %{_texmfdistdir}/doc/texlive/texlive-cz/texlive-cz.css
%doc %{_texmfdistdir}/doc/texlive/texlive-cz/texlive-cz.html
%doc %{_texmfdistdir}/doc/texlive/texlive-cz/texlive-cz.pdf
%doc %{_texmfdistdir}/doc/texlive/texlive-cz/texlive-cz.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: 3bd0086
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21533 |14mr|texlive-texlive-de-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31848
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-texlive-de
Version:	20131009
Release:	6
Summary:	TeX Live manual (German)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive texlive-de package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/texlive/texlive-de/Makefile
%doc %{_texmfdistdir}/doc/texlive/texlive-de/install-lnx-main.png
%doc %{_texmfdistdir}/doc/texlive/texlive-de/lmsy10-40.png
%doc %{_texmfdistdir}/doc/texlive/texlive-de/psview.png
%doc %{_texmfdistdir}/doc/texlive/texlive-de/stdcoll.png
%doc %{_texmfdistdir}/doc/texlive/texlive-de/texlive-de-html.css
%doc %{_texmfdistdir}/doc/texlive/texlive-de/texlive-de-html.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-de/texlive-de.css
%doc %{_texmfdistdir}/doc/texlive/texlive-de/texlive-de.html
%doc %{_texmfdistdir}/doc/texlive/texlive-de/texlive-de.pdf
%doc %{_texmfdistdir}/doc/texlive/texlive-de/texlive-de.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-de/tlmgr-general-options.png
%doc %{_texmfdistdir}/doc/texlive/texlive-de/tlmgr-gui.png
%doc %{_texmfdistdir}/doc/texlive/texlive-de/tlmgr-paper-options.png
%doc %{_texmfdistdir}/doc/texlive/texlive-de/tray-menu.png
%doc %{_texmfdistdir}/doc/texlive/texlive-de/wizard-w32.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: d6093e2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21534 |14mr|texlive-texlive-docindex-20131130-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32265
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-texlive-docindex
Version:	20131130
Release:	6
Summary:	top-level TeX Live doc.html, etc
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-docindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-docindex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These files are regenerated as needed, which is often, so we
make them a separate package.  See the tl-update-auto script
for the process.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%doc %{_tlpkgdir}/texmf
%doc %{_tlpkgdir}/texmf-dist
%{_texmfdistdir}/scripts/texlive/var/texcatalogue.keywords
%doc %{_tlpkgdir}/doc.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_tlpkgdir}
cp -fpa doc.html %{buildroot}%{_tlpkgdir}
pushd %{buildroot}%{_tlpkgdir}
    # create symlinks so that links in doc.html (should) work
    ln -sf %{_texmfdir} texmf
    ln -sf %{_texmfdistdir} texmf-dist
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131130-6
+ Revision: 7bae2a0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21535 |14mr|texlive-texlive-en-20131130-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32016
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-texlive-en
Version:	20131130
Release:	6
Summary:	TeX Live manual (English)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-en.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-en.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive texlive-en package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/texlive/texlive-en/Makefile
%doc %{_texmfdistdir}/doc/texlive/texlive-en/README
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/bv-live.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/bvoutln.sty
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/changemail
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/l.pl
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/live-2003.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/live-2004.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/live-2005.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/live-2007.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/live-2008.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/live-2009.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/live-2010.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/live-2011.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/live-2012.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/live-tl7.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/live4ht.cfg-2004
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/mod.pl
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/nocites.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/picture.tex
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/split.pl
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/status.pl
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/tex-live.bib
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/tex-live.bst
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/tex-live.sty-2003
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/tex-live.sty-2004
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/tex-live.sty-2005
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/tex-live.sty-2007
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/tex-live.sty-2008
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/tex-live.sty-2009
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/tex-live.sty-2010
%doc %{_texmfdistdir}/doc/texlive/texlive-en/archive/texlive.pl
%doc %{_texmfdistdir}/doc/texlive/texlive-en/live4ht.cfg
%doc %{_texmfdistdir}/doc/texlive/texlive-en/tex-live.css
%doc %{_texmfdistdir}/doc/texlive/texlive-en/tex-live.sty
%doc %{_texmfdistdir}/doc/texlive/texlive-en/texlive-en.css
%doc %{_texmfdistdir}/doc/texlive/texlive-en/texlive-en.html
%doc %{_texmfdistdir}/doc/texlive/texlive-en/texlive-en.pdf
%doc %{_texmfdistdir}/doc/texlive/texlive-en/texlive-en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131130-6
+ Revision: c0c4163
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21536 |14mr|texlive-texlive-fr-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30777
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-texlive-fr
Version:	20131009
Release:	6
Summary:	TeX Live manual (French)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-fr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-fr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive texlive-fr package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/texlive/texlive-fr/Makefile
%doc %{_texmfdistdir}/doc/texlive/texlive-fr/live4ht.cfg
%doc %{_texmfdistdir}/doc/texlive/texlive-fr/notes
%doc %{_texmfdistdir}/doc/texlive/texlive-fr/tex-live.css
%doc %{_texmfdistdir}/doc/texlive/texlive-fr/texlive-fr.css
%doc %{_texmfdistdir}/doc/texlive/texlive-fr/texlive-fr.html
%doc %{_texmfdistdir}/doc/texlive/texlive-fr/texlive-fr.pdf
%doc %{_texmfdistdir}/doc/texlive/texlive-fr/texlive-fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: 7f5de42
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21537 |14mr|texlive-texlive-it-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30726
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-texlive-it
Version:	20131009
Release:	6
Summary:	TeX Live manual (Italian)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-it.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-it.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive texlive-it package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/texlive/texlive-it/Makefile
%doc %{_texmfdistdir}/doc/texlive/texlive-it/texlive-it.html
%doc %{_texmfdistdir}/doc/texlive/texlive-it/texlive-it.pdf
%doc %{_texmfdistdir}/doc/texlive/texlive-it/texlive-it.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: 786f3ae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21538 |14mr|texlive-texliveonfly-20111004-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/texliveonfly
# catalog-date 2011-10-04 11:31:57 +0200
# catalog-license gpl3
# catalog-version undef
Name:		texlive-texliveonfly
Version:	20111004
Release:	4
Summary:	On-the-fly download of missing TeX live packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/texliveonfly
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texliveonfly.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texliveonfly.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texliveonfly.bin = %{EVRD}

%description
The package provides a script that performs 'on the fly'
downloads of missing packages, while a document is being
compiled. (This feature is already available in the MikTeX
distribution for Windows machines.) To use the script, replace
your (LaTeX) compilation command with texliveonfly.py file.tex
(default options are --engine=lualatex and --arguments="-
synctex=1 -interaction=nonstopmode", both of which may be
changed). The script is designed to work on Linux
distributions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/texliveonfly
%{_texmfdistdir}/scripts/texliveonfly/texliveonfly.py
%doc %{_texmfdistdir}/doc/support/texliveonfly/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texliveonfly/texliveonfly.py texliveonfly
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111004-4
+ Revision: 0a5836f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21539 |14mr|texlive-texlive-pl-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30749
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-texlive-pl
Version:	20131009
Release:	6
Summary:	TeX Live manual (Polish)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-pl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-pl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive texlive-pl package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/texlive/texlive-pl/Makefile
%doc %{_texmfdistdir}/doc/texlive/texlive-pl/live4ht.cfg
%doc %{_texmfdistdir}/doc/texlive/texlive-pl/tex-live.css
%doc %{_texmfdistdir}/doc/texlive/texlive-pl/tex-livep.sty
%doc %{_texmfdistdir}/doc/texlive/texlive-pl/texlive-pl.css
%doc %{_texmfdistdir}/doc/texlive/texlive-pl/texlive-pl.html
%doc %{_texmfdistdir}/doc/texlive/texlive-pl/texlive-pl.pdf
%doc %{_texmfdistdir}/doc/texlive/texlive-pl/texlive-pl.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: 26e5a19
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21540 |14mr|texlive-texlive-ru-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30630
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-texlive-ru
Version:	20131009
Release:	6
Summary:	TeX Live manual (Russian)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-ru.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-ru.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive texlive-ru package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/texlive/texlive-ru/Makefile
%doc %{_texmfdistdir}/doc/texlive/texlive-ru/live4ht.cfg
%doc %{_texmfdistdir}/doc/texlive/texlive-ru/t2almdh.fd
%doc %{_texmfdistdir}/doc/texlive/texlive-ru/t2almr.fd
%doc %{_texmfdistdir}/doc/texlive/texlive-ru/t2almss.fd
%doc %{_texmfdistdir}/doc/texlive/texlive-ru/t2almtt.fd
%doc %{_texmfdistdir}/doc/texlive/texlive-ru/tex-live.css
%doc %{_texmfdistdir}/doc/texlive/texlive-ru/texlive-ru.css
%doc %{_texmfdistdir}/doc/texlive/texlive-ru/texlive-ru.html
%doc %{_texmfdistdir}/doc/texlive/texlive-ru/texlive-ru.pdf
%doc %{_texmfdistdir}/doc/texlive/texlive-ru/texlive-ru.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: c1cbc10
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21541 |14mr|texlive-texlive-scripts-20131130-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32226
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-texlive-scripts
Version:	20131130
Release:	6
Summary:	TeX Live infrastructure programs
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-scripts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-scripts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texlive-scripts.bin = %{EVRD}

%description
Includes install-tl, tl-portable, rungs, etc.; not needed for
tlmgr to run but still ours.  Not included in tlcritical.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/rungs
%{_tlpkgdir}/install-tl
%{_texmfdistdir}/scripts/texlive/lua/texlive/getopt.tlu
%{_texmfdistdir}/scripts/texlive/lua/texlive/tlpdb.tlu
%{_texmfdistdir}/scripts/texlive/lua/texlive/utils.tlu
%{_texmfdistdir}/scripts/texlive/rungs.tlu
%{_texmfdistdir}/scripts/texlive/test-tlpdb.tlu
%{_texmfdistdir}/scripts/texlive/texconf.tlu
%{_tlpkgdir}/installer/ctan-mirrors.pl
%{_tlpkgdir}/installer/install-menu-perltk.pl
%{_tlpkgdir}/installer/install-menu-text.pl
%{_tlpkgdir}/installer/install-menu-wizard.pl
%{_tlpkgdir}/installer/texlive.png
%doc %{_mandir}/man1/install-tl.1*
%doc %{_texmfdistdir}/doc/man/man1/install-tl.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texlive/rungs.tlu rungs
popd
mkdir -p %{buildroot}%{_tlpkgdir}
cp -fa install-tl %{buildroot}%{_tlpkgdir}
cp -fpar tlpkg/installer %{buildroot}%{_tlpkgdir}
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131130-6
+ Revision: 0e13e09
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21542 |14mr|texlive-texlive-sr-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30653
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-texlive-sr
Version:	20131009
Release:	6
Summary:	TeX Live manual (Serbian)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-sr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-sr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive texlive-sr package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/texlive/texlive-sr/Makefile
%doc %{_texmfdistdir}/doc/texlive/texlive-sr/README-SR.txt
%doc %{_texmfdistdir}/doc/texlive/texlive-sr/images/tl2013-install-tl-collections-freebsd-sr.png
%doc %{_texmfdistdir}/doc/texlive/texlive-sr/images/tl2013-install-tl-expert-gui-freebsd-sr.png
%doc %{_texmfdistdir}/doc/texlive/texlive-sr/images/tl2013-install-tl-wizard-win32-sr.png
%doc %{_texmfdistdir}/doc/texlive/texlive-sr/images/tl2013-tlmgr-main-screen-freebsd-sr.png
%doc %{_texmfdistdir}/doc/texlive/texlive-sr/images/tl2013-tlmgr-options-freebsd-sr.png
%doc %{_texmfdistdir}/doc/texlive/texlive-sr/images/tl2013-tlmgr-paper-options-freebsd-sr.png
%doc %{_texmfdistdir}/doc/texlive/texlive-sr/texlive-sr.css
%doc %{_texmfdistdir}/doc/texlive/texlive-sr/texlive-sr.html
%doc %{_texmfdistdir}/doc/texlive/texlive-sr/texlive-sr.pdf
%doc %{_texmfdistdir}/doc/texlive/texlive-sr/texlive-sr.sty
%doc %{_texmfdistdir}/doc/texlive/texlive-sr/texlive-sr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: 1a305ef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21543 |14mr|texlive-texlive-zh-cn-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30732
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-texlive-zh-cn
Version:	20131009
Release:	6
Summary:	TeX Live manual (Chinese)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-zh-cn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-zh-cn.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive texlive-zh-cn package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/texlive/texlive-zh-cn/Makefile
%doc %{_texmfdistdir}/doc/texlive/texlive-zh-cn/README-live.ZH-CN
%doc %{_texmfdistdir}/doc/texlive/texlive-zh-cn/tex-live-zh-cn.sty
%doc %{_texmfdistdir}/doc/texlive/texlive-zh-cn/texlive-zh-cn.pdf
%doc %{_texmfdistdir}/doc/texlive/texlive-zh-cn/texlive-zh-cn.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: 2c3cd22
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21544 |14mr|texlive-texloganalyser-0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/texloganalyser
# catalog-date 2010-07-22 14:36:43 +0200
# catalog-license other-free
# catalog-version 0.7
Name:		texlive-texloganalyser
Version:	0.7
Release:	4
Summary:	Analyse TeX logs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/texloganalyser
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texloganalyser.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texloganalyser.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texloganalyser.bin = %{EVRD}

%description
The perl script allows the user to extract (and display)
elements of the log file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/texloganalyser
%{_texmfdistdir}/scripts/texloganalyser/texloganalyser
%doc %{_texmfdistdir}/doc/support/texloganalyser/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texloganalyser/texloganalyser texloganalyser
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-4
+ Revision: b834201
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21545 |14mr|texlive-texlogos-1.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19083
# category Package
# catalog-ctan /macros/latex/contrib/texlogos/texlogos.sty
# catalog-date 2007-01-16 09:34:54 +0100
# catalog-license lppl
# catalog-version 1.3.1
Name:		texlive-texlogos
Version:	1.3.1
Release:	3
Summary:	Ready-to-use LaTeX logos
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/texlogos/texlogos.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlogos.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXlogos defines an assortment of frequently used logos not
contained in base LaTeX itself. The MetaFont, MetaPost, AMS,
BibTeX and SliTeX logos are defined, as long as you have the
appropriate CM/Logo/AMS fonts. Currency symbols Euro, Cent,
Yen, Won and Naira are defined so as not to need TS1-encoded
fonts. Also defined are the C++ logo, with the '+' signs
properly positioned, and the logo of the Vienna University
Business Administration Center (BWZ).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/texlogos/texlogos.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.1-3
+ Revision: dc0573c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21546 |14mr|texlive-texmate-2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/texmate
# catalog-date 2006-09-21 21:05:13 +0200
# catalog-license lppl
# catalog-version 2
Name:		texlive-texmate
Version:	2
Release:	3
Summary:	Comprehensive chess annotation in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/texmate
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texmate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texmate.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texmate.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXmate formats chess games from very simple ascii input. The
clean "1. e4 e5; 2. Nf3 Nc6; 3. Bb5 a6" will produce the same
results as the sloppier "1 e4 e5; Nf3 Nc6 3.. Bb5 a6". The
resulting format is fully customizable. There are 4 levels of
commentary: 1 is the main game, 2-3 are commentaries. Each has
its fonts, punctuation marks, etc., and these are also
customizable. The package includes a tool for the creation of
diagrams. The package works in conjunction with skak to produce
diagrams of the current position automatically. For chess
fonts, the package uses the chessfss system.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/texmate/texmate.sty
%doc %{_texmfdistdir}/doc/latex/texmate/README
%doc %{_texmfdistdir}/doc/latex/texmate/texmate2manual.pdf
%doc %{_texmfdistdir}/doc/latex/texmate/texmate2manual.tex
#- source
%doc %{_texmfdistdir}/source/latex/texmate/texmate.dtx
%doc %{_texmfdistdir}/source/latex/texmate/texmate.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2-3
+ Revision: a517fba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21547 |14mr|texlive-texments-0.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/texments
# catalog-date 2009-01-03 10:55:55 +0100
# catalog-license lppl
# catalog-version 0.2.0
Name:		texlive-texments
Version:	0.2.0
Release:	3
Summary:	Using the Pygments highlighter in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/texments
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texments.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texments.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texments.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package which allows to use the Pygments highlighter inside
LaTeX documents. Pygments supports syntax colouring of over 50
types of files, and ships with multiple colour schemes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/texments/texments.sty
%doc %{_texmfdistdir}/doc/latex/texments/README
%doc %{_texmfdistdir}/doc/latex/texments/texments.pdf
#- source
%doc %{_texmfdistdir}/source/latex/texments/texments.dtx
%doc %{_texmfdistdir}/source/latex/texments/texments.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.0-3
+ Revision: 0427766
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21548 |14mr|texlive-tex-overview-0.1e-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23730
# category Package
# catalog-ctan /info/tex-overview
# catalog-date 2011-08-27 22:03:02 +0200
# catalog-license lppl1.3
# catalog-version 0.1e
Name:		texlive-tex-overview
Version:	0.1e
Release:	3
Summary:	An overview of the development of TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/tex-overview
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-overview.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-overview.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The document gives a short overview of TeX and its children, as
well as the macro packages LaTeX and ConTeXt.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/tex-overview/README
%doc %{_texmfdistdir}/doc/latex/tex-overview/tex-overview-aux.tex
%doc %{_texmfdistdir}/doc/latex/tex-overview/tex-overview.pdf
%doc %{_texmfdistdir}/doc/latex/tex-overview/tex-overview.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1e-3
+ Revision: 9c7e957
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21549 |14mr|texlive-texpower-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/texpower
# catalog-date 2007-01-16 09:34:54 +0100
# catalog-license gpl
# catalog-version 0.2
Name:		texlive-texpower
Version:	0.2
Release:	3
Summary:	Create dynamic online presentations with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/texpower
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texpower.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texpower.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texpower.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-tpslifonts

%description
TeXPower is a bundle of packages intended to provide an all-
inclusive environment for designing pdf screen presentations to
be viewed in full-screen mode, especially for projecting
`online' with a video beamer. For some of its core functions,
it uses code derived from ppower4 packages. It is, however, not
a complete environment in itself: it relies on an existing
class for preparing slides (such as foiltex or seminar) or
another package such as pdfslide.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/texpower/automata.sty
%{_texmfdistdir}/tex/latex/texpower/fixseminar.sty
%{_texmfdistdir}/tex/latex/texpower/powersem.cls
%{_texmfdistdir}/tex/latex/texpower/texpower.sty
%{_texmfdistdir}/tex/latex/texpower/tpcolors.cfg
%{_texmfdistdir}/tex/latex/texpower/tplists.sty
%{_texmfdistdir}/tex/latex/texpower/tpoptions.cfg
%{_texmfdistdir}/tex/latex/texpower/tppstcol.sty
%{_texmfdistdir}/tex/latex/texpower/tpsem-a4.sty
%{_texmfdistdir}/tex/latex/texpower/tpsettings.cfg
%doc %{_texmfdistdir}/doc/latex/texpower/00readme.txt
%doc %{_texmfdistdir}/doc/latex/texpower/01install.txt
%doc %{_texmfdistdir}/doc/latex/texpower/02changes.txt
%doc %{_texmfdistdir}/doc/latex/texpower/FAQ-display.tex
%doc %{_texmfdistdir}/doc/latex/texpower/FAQ-printout.tex
%doc %{_texmfdistdir}/doc/latex/texpower/MakeExamples.sh
%doc %{_texmfdistdir}/doc/latex/texpower/__TPcfg.tex
%doc %{_texmfdistdir}/doc/latex/texpower/__TPindexing.tex
%doc %{_texmfdistdir}/doc/latex/texpower/__TPpreamble.tex
%doc %{_texmfdistdir}/doc/latex/texpower/bckwrdexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/bgndexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/contrib/00readme.txt
%doc %{_texmfdistdir}/doc/latex/texpower/contrib/config.landscapeplus
%doc %{_texmfdistdir}/doc/latex/texpower/contrib/tpmultiinc.tar
%doc %{_texmfdistdir}/doc/latex/texpower/divexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/dummy.java
%doc %{_texmfdistdir}/doc/latex/texpower/fancyexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/fig-1.mps
%doc %{_texmfdistdir}/doc/latex/texpower/fig-2.mps
%doc %{_texmfdistdir}/doc/latex/texpower/fig-3.mps
%doc %{_texmfdistdir}/doc/latex/texpower/foilsdemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/fulldemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/hilitexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/ifmslidemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/manual.pdf
%doc %{_texmfdistdir}/doc/latex/texpower/manual.tex
%doc %{_texmfdistdir}/doc/latex/texpower/mathexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/panelexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/parexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/pdfscrdemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/pdfslidemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/picexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/picltxexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/picpsexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/pp4sldemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/prosperdemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/seminardemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/simpledemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/slidesdemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/spanelexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/tabexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/tpslifonts.zip
%doc %{_texmfdistdir}/doc/latex/texpower/tpslifonts/00readme.txt
%doc %{_texmfdistdir}/doc/latex/texpower/tpslifonts/01install.txt
%doc %{_texmfdistdir}/doc/latex/texpower/tpslifonts/Makefile
%doc %{_texmfdistdir}/doc/latex/texpower/tpslifonts/slifontsexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/tpslifonts/tpslifonts.dtx
%doc %{_texmfdistdir}/doc/latex/texpower/tpslifonts/tpslifonts.ins
%doc %{_texmfdistdir}/doc/latex/texpower/verbexample.tex
#- source
%doc %{_texmfdistdir}/source/latex/texpower/Makefile
%doc %{_texmfdistdir}/source/latex/texpower/powersem.dtx
%doc %{_texmfdistdir}/source/latex/texpower/texpower-addons.dtx
%doc %{_texmfdistdir}/source/latex/texpower/texpower-cfg.dtx
%doc %{_texmfdistdir}/source/latex/texpower/texpower-doc.dtx
%doc %{_texmfdistdir}/source/latex/texpower/texpower.dtx
%doc %{_texmfdistdir}/source/latex/texpower/tpbundle.ins
%doc %{_texmfdistdir}/source/latex/texpower/tplists.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 307edea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21550 |14mr|texlive-tex-ps-20091010-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/TeX-PS
# catalog-date 2009-10-10 00:51:28 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-tex-ps
Version:	20091010
Release:	3
Summary:	TeX to PostScript generic macros and add-ons
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/TeX-PS
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-ps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-ps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeX to PostScript generic macros and add-ons: transformations
of EPS files, prepress preparation, color separation, mirror,
etc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/tex-ps/crops.pro
%{_texmfdistdir}/dvips/tex-ps/mirr.hd
%{_texmfdistdir}/dvips/tex-ps/separate.pro
%{_texmfdistdir}/tex/generic/tex-ps/cmyk-hax.tex
%{_texmfdistdir}/tex/generic/tex-ps/epsfx.tex
%{_texmfdistdir}/tex/generic/tex-ps/poligraf.sty
%{_texmfdistdir}/tex/generic/tex-ps/trans.tex
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/README
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/cmyk-doc.pdf
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/fountain.eps
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/gdansk.eps
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/rules.tex
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/sam1-sep.bat
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/sample1.tex
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/sample2.tex
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/sample3.tex
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/sample4.tex
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/screen.eps
%doc %{_texmfdistdir}/doc/generic/tex-ps/poligraf/README
%doc %{_texmfdistdir}/doc/generic/tex-ps/poligraf/kol-cmyk.eps
%doc %{_texmfdistdir}/doc/generic/tex-ps/poligraf/sample.tex
%doc %{_texmfdistdir}/doc/generic/tex-ps/poligraf/samplelx.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091010-3
+ Revision: 8ced1d9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21551 |14mr|texlive-tex-refs-0.3.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/tex-references
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version 0.3.8
Name:		texlive-tex-refs
Version:	0.3.8
Release:	3
Summary:	References for TeX and Friends
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/tex-references
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-refs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-refs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is an ongoing project with the aim of providing a help
file for LaTeX (and its friends like ConTeXt, Metapost,
Metafont, etc.) using a state-of-the-art source format, aka
DocBook/XML.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/generic/tex-refs/README
%doc %{_texmfdistdir}/doc/generic/tex-refs/tex-refs-source.tar.gz
%doc %{_texmfdistdir}/doc/generic/tex-refs/tex-refs.css
%doc %{_texmfdistdir}/doc/generic/tex-refs/tex-refs.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.8-3
+ Revision: c84f5f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21552 |14mr|texlive-texshade-1.24-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24716
# category Package
# catalog-ctan /macros/latex/contrib/texshade
# catalog-date 2011-12-01 13:24:33 +0100
# catalog-license gpl2
# catalog-version 1.24
Name:		texlive-texshade
Version:	1.24
Release:	3
Summary:	Package for setting nucleotide and peptide alignments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/texshade
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texshade.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texshade.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texshade.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXshade is alignment shading software completely written in
TeX/LaTeX; it can process multiple sequence alignments in the
.MSF and the .ALN file formats. In addition to common shading
algorithms, it provides special shading modes showing
functional aspects, e.g. charge or hydropathy, and a wide range
of commands for handling shading colours, text styles, labels,
legends; it even allows the user to define completely new
shading modes. TeXshade combines highest flexibility with TeX
output quality -- all in a bundle that does not demand
excessive development time of the user.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/texshade/texshade.def
%{_texmfdistdir}/tex/latex/texshade/texshade.sty
%doc %{_texmfdistdir}/doc/latex/texshade/AQP1.phd
%doc %{_texmfdistdir}/doc/latex/texshade/AQP1.top
%doc %{_texmfdistdir}/doc/latex/texshade/AQP2spec.ALN
%doc %{_texmfdistdir}/doc/latex/texshade/AQPDNA.MSF
%doc %{_texmfdistdir}/doc/latex/texshade/AQP_HMM.ext
%doc %{_texmfdistdir}/doc/latex/texshade/AQP_HMM.sgl
%doc %{_texmfdistdir}/doc/latex/texshade/AQP_TC.asc
%doc %{_texmfdistdir}/doc/latex/texshade/AQPpro.MSF
%doc %{_texmfdistdir}/doc/latex/texshade/README
%doc %{_texmfdistdir}/doc/latex/texshade/ciliate.cod
%doc %{_texmfdistdir}/doc/latex/texshade/standard.cod
%doc %{_texmfdistdir}/doc/latex/texshade/texshade.pdf
%doc %{_texmfdistdir}/doc/latex/texshade/tsfaq.pdf
%doc %{_texmfdistdir}/doc/latex/texshade/tsfaq.tex
#- source
%doc %{_texmfdistdir}/source/latex/texshade/texshade.dtx
%doc %{_texmfdistdir}/source/latex/texshade/texshade.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.24-3
+ Revision: 06fcbf6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21553 |14mr|texlive-texsis-2.18-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22650
# category Package
# catalog-ctan /macros/texsis
# catalog-date 2006-12-11 00:37:24 +0100
# catalog-license lppl
# catalog-version 2.18
Name:		texlive-texsis
Version:	2.18
Release:	4
Summary:	Plain TeX macros for Physicists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/texsis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texsis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texsis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-tex
Requires:	texlive-texsis.bin

%description
TeXsis is a TeX macro package which provides useful features
for typesetting research papers and related documents. For
example, it includes support specifically for: Automatic
numbering of equations, figures, tables and references;
Simplified control of type sizes, line spacing, footnotes,
running headlines and footlines, and tables of contents,
figures and tables; Specialized document formats for research
papers, preprints and ``e-prints,'' conference proceedings,
theses, books, referee reports, letters, and memoranda;
Simplified means of constructing an index for a book or thesis;
Easy to use double column formatting; Specialized environments
for lists, theorems and proofs, centered or non-justified text,
and listing computer code; Specialized macros for easily
constructing ruled tables. TeXsis was originally developed for
physicists, but others may also find it useful. It is
completely compatible with Plain TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/texsis/texsis.bst
%{_texmfdistdir}/tex/texsis/base/AIP.txs
%{_texmfdistdir}/tex/texsis/base/CVformat.txs
%{_texmfdistdir}/tex/texsis/base/Elsevier.txs
%{_texmfdistdir}/tex/texsis/base/Exam.txs
%{_texmfdistdir}/tex/texsis/base/Formletr.txs
%{_texmfdistdir}/tex/texsis/base/IEEE.txs
%{_texmfdistdir}/tex/texsis/base/PhysRev.txs
%{_texmfdistdir}/tex/texsis/base/Spanish.txs
%{_texmfdistdir}/tex/texsis/base/Swedish.txs
%{_texmfdistdir}/tex/texsis/base/TXSconts.tex
%{_texmfdistdir}/tex/texsis/base/TXSdcol.tex
%{_texmfdistdir}/tex/texsis/base/TXSenvmt.tex
%{_texmfdistdir}/tex/texsis/base/TXSeqns.tex
%{_texmfdistdir}/tex/texsis/base/TXSfigs.tex
%{_texmfdistdir}/tex/texsis/base/TXSfmts.tex
%{_texmfdistdir}/tex/texsis/base/TXSfonts.tex
%{_texmfdistdir}/tex/texsis/base/TXShead.tex
%{_texmfdistdir}/tex/texsis/base/TXSinit.tex
%{_texmfdistdir}/tex/texsis/base/TXSletr.tex
%{_texmfdistdir}/tex/texsis/base/TXSmacs.tex
%{_texmfdistdir}/tex/texsis/base/TXSmemo.tex
%{_texmfdistdir}/tex/texsis/base/TXSprns.tex
%{_texmfdistdir}/tex/texsis/base/TXSrefs.tex
%{_texmfdistdir}/tex/texsis/base/TXSruled.tex
%{_texmfdistdir}/tex/texsis/base/TXSsects.tex
%{_texmfdistdir}/tex/texsis/base/TXSsite.tex
%{_texmfdistdir}/tex/texsis/base/TXSsymb.tex
%{_texmfdistdir}/tex/texsis/base/TXStags.tex
%{_texmfdistdir}/tex/texsis/base/TXStitle.tex
%{_texmfdistdir}/tex/texsis/base/Tablebod.txs
%{_texmfdistdir}/tex/texsis/base/WorldSci.txs
%{_texmfdistdir}/tex/texsis/base/color.txs
%{_texmfdistdir}/tex/texsis/base/nuclproc.txs
%{_texmfdistdir}/tex/texsis/base/printfont.txs
%{_texmfdistdir}/tex/texsis/base/spine.txs
%{_texmfdistdir}/tex/texsis/base/texsis.tex
%{_texmfdistdir}/tex/texsis/base/thesis.txs
%{_texmfdistdir}/tex/texsis/base/twin.txs
%{_texmfdistdir}/tex/texsis/config/texsis.ini
%_texmf_fmtutil_d/texsis
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/COPYING
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/Example.tex
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/Fonts.tex
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/INSTALL
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/Install.tex
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/MANIFEST
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/Manual.fgl
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/Manual.ref
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/Manual.tbl
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/Manual.tex
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/NEWS
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/README
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSapxF.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXScover.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSdcol.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSdoc.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSdoc0.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSdocM.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSend.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSenvmt.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSeqns.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSfigs.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSfmts.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSfonts.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSinstl.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSintro.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSletr.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSmisc.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSprns.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSrefs.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSrevs.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSruled.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSsects.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSsite.000
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXSsymb.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/TXStags.doc
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/index.tex
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/letr
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/penguin.eps
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/penguin2.eps
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/texsis.1
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/texsis.el
%doc %{_texmfdistdir}/doc/otherformats/texsis/base/texsis.lsm

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/texsis <<EOF
#
# from texsis:
texsis pdftex - -translate-file=cp227.tcx texsis.ini
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.18-4
+ Revision: d6b2645
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21554 |14mr|texlive-textcase-20070301-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/textcase
# catalog-date 2007-03-01 12:49:13 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-textcase
Version:	20070301
Release:	3
Summary:	Case conversion ignoring mathematics, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/textcase
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textcase.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textcase.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textcase.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The textcase package offers commands \MakeTextUppercase and
\MakeTextLowercase are similar to the standard \MakeUppercase
and \MakeLowercase, but they do not change the case of any
sections of mathematics, or the arguments of \cite, \label and
\ref commands within the argument. A further command
\NoCaseChange does nothing but suppress case change within its
argument, so to force uppercase of a section including an
environment, one might say:
\MakeTextUppercase{...\NoCaseChange{\begin{foo}}
...\NoCaseChange{\end{foo}}...}.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/textcase/textcase.sty
%doc %{_texmfdistdir}/doc/latex/textcase/README
%doc %{_texmfdistdir}/doc/latex/textcase/textcase.pdf
#- source
%doc %{_texmfdistdir}/source/latex/textcase/textcase.dtx
%doc %{_texmfdistdir}/source/latex/textcase/textcase.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070301-3
+ Revision: 5b6f9b1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21555 |14mr|texlive-textfit-5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20591
# category Package
# catalog-ctan /macros/latex/contrib/textfit
# catalog-date 2010-11-28 20:21:22 +0100
# catalog-license lppl1.3
# catalog-version 5
Name:		texlive-textfit
Version:	5
Release:	3
Summary:	Fit text to a desired size
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/textfit
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textfit.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textfit.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textfit.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Package to fit text to a given width or height by scaling the
font. For example: \scaletowidth{3in}{This}. (The job is done
by calculating a magstep and applying it to the current font;
thus "This" will be very tall, as well as very wide; to scale
in just one dimension, use the facilities of the graphicx
package.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/textfit/textfit.sty
%doc %{_texmfdistdir}/doc/latex/textfit/README
%doc %{_texmfdistdir}/doc/latex/textfit/makefile
%doc %{_texmfdistdir}/doc/latex/textfit/manifest
%doc %{_texmfdistdir}/doc/latex/textfit/textfit.pdf
#- source
%doc %{_texmfdistdir}/source/latex/textfit/textfit.dtx
%doc %{_texmfdistdir}/source/latex/textfit/textfit.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5-3
+ Revision: dadc196
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21556 |14mr|texlive-textglos-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30788
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-textglos
Version:	20131009
Release:	6
Summary:	TeXLive textglos package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textglos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textglos.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textglos.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive textglos package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/textglos/textglos.sty
%doc %{_texmfdistdir}/doc/latex/textglos/README
%doc %{_texmfdistdir}/doc/latex/textglos/README.txt
%doc %{_texmfdistdir}/doc/latex/textglos/textglos.pdf
#- source
%doc %{_texmfdistdir}/source/latex/textglos/textglos.dtx
%doc %{_texmfdistdir}/source/latex/textglos/textglos.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: c584ed3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21557 |14mr|texlive-textgreek-v0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24282
# category Package
# catalog-ctan /macros/latex/contrib/textgreek
# catalog-date 2011-10-13 09:47:13 +0200
# catalog-license lppl
# catalog-version v0.7
Name:		texlive-textgreek
Version:	v0.7
Release:	3
Summary:	Upright greek letters in text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/textgreek
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textgreek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textgreek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textgreek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Use upright greek letters as text symbols, e.g. \textbeta.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/textgreek/textgreek.sty
%doc %{_texmfdistdir}/doc/latex/textgreek/README
%doc %{_texmfdistdir}/doc/latex/textgreek/textgreek.pdf
#- source
%doc %{_texmfdistdir}/source/latex/textgreek/textgreek.dtx
%doc %{_texmfdistdir}/source/latex/textgreek/textgreek.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v0.7-3
+ Revision: 96a5283
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21558 |14mr|texlive-textmerg-2.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20677
# category Package
# catalog-ctan /macros/latex/contrib/textmerg
# catalog-date 2010-12-01 15:56:49 +0100
# catalog-license pd
# catalog-version 2.01
Name:		texlive-textmerg
Version:	2.01
Release:	3
Summary:	Merge text in TeX and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/textmerg
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textmerg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textmerg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textmerg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Useful, for example, in mail merge.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/textmerg/textmerg.sty
%doc %{_texmfdistdir}/doc/generic/textmerg/results.dat
%doc %{_texmfdistdir}/doc/generic/textmerg/silly.dat
%doc %{_texmfdistdir}/doc/generic/textmerg/textmerg.pdf
%doc %{_texmfdistdir}/doc/generic/textmerg/textmerg.tex
%doc %{_texmfdistdir}/doc/generic/textmerg/tmexamp1.tex
%doc %{_texmfdistdir}/doc/generic/textmerg/tmexamp2.tex
%doc %{_texmfdistdir}/doc/generic/textmerg/tmexampp.tex
#- source
%doc %{_texmfdistdir}/source/generic/textmerg/textmerg.drv
%doc %{_texmfdistdir}/source/generic/textmerg/textmerg.dtx
%doc %{_texmfdistdir}/source/generic/textmerg/textmerg.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.01-3
+ Revision: 4f8de98
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21559 |14mr|texlive-textopo-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23796
# category Package
# catalog-ctan /macros/latex/contrib/textopo
# catalog-date 2011-06-02 21:02:40 +0200
# catalog-license gpl
# catalog-version 1.5
Name:		texlive-textopo
Version:	1.5
Release:	3
Summary:	Annotated membrane protein topology plots
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/textopo
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textopo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textopo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textopo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for setting shaded and annotated membrane
protein topology plots and helical wheels.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/textopo/biotex.sty
%{_texmfdistdir}/tex/latex/textopo/textopo.def
%{_texmfdistdir}/tex/latex/textopo/textopo.sty
%doc %{_texmfdistdir}/doc/latex/textopo/AQP1.SP
%doc %{_texmfdistdir}/doc/latex/textopo/AQP1.hmm
%doc %{_texmfdistdir}/doc/latex/textopo/AQP1.phd
%doc %{_texmfdistdir}/doc/latex/textopo/AQP1.swp
%doc %{_texmfdistdir}/doc/latex/textopo/AQP1.tpo
%doc %{_texmfdistdir}/doc/latex/textopo/AQP2spec.ALN
%doc %{_texmfdistdir}/doc/latex/textopo/AQPpro.MSF
%doc %{_texmfdistdir}/doc/latex/textopo/AQPpro1.shd
%doc %{_texmfdistdir}/doc/latex/textopo/textopo.pdf
%doc %{_texmfdistdir}/doc/latex/textopo/textopo.txt
#- source
%doc %{_texmfdistdir}/source/latex/textopo/textopo.dtx
%doc %{_texmfdistdir}/source/latex/textopo/textopo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: 13a1bf4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21560 |14mr|texlive-textpath-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/textpath
# catalog-date 2007-02-22 10:19:41 +0100
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-textpath
Version:	1.6
Release:	3
Summary:	Setting text along a path with MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/textpath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textpath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textpath.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This MetaPost package provides macros to typeset text along a
free path with the help of LaTeX, thereby preserving kerning
and allowing for 8-bit input (accented characters).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/textpath/textpath.mp
%{_texmfdistdir}/tex/latex/textpath/textpathmp.sty
%doc %{_texmfdistdir}/doc/metapost/textpath/CHANGES
%doc %{_texmfdistdir}/doc/metapost/textpath/README
%doc %{_texmfdistdir}/doc/metapost/textpath/textpath.pdf
%doc %{_texmfdistdir}/doc/metapost/textpath/textpath.tex
%doc %{_texmfdistdir}/doc/metapost/textpath/textpathfigs.mp
%doc %{_texmfdistdir}/doc/metapost/textpath/textpathfigs.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-3
+ Revision: 3d6c513
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21561 |14mr|texlive-textpos-1.7j-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32571
# category Package
# catalog-ctan /macros/latex/contrib/textpos
# catalog-date 2014-01-04 08:41:38 +0100
# catalog-license gpl
# catalog-version 1.7j
Name:		texlive-textpos
Version:	1.7j
Release:	2
Summary:	Place boxes at arbitrary positions on the LaTeX page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/textpos
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textpos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textpos.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textpos.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package to facilitate placement of boxes at absolute
positions on the LaTeX page. There are several reasons why this
might be useful, an important one being to help the creation of
large-format conference posters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/textpos/textpos.sty
%doc %{_texmfdistdir}/doc/latex/textpos/LICENCE
%doc %{_texmfdistdir}/doc/latex/textpos/README
%doc %{_texmfdistdir}/doc/latex/textpos/VERSION-1.7j
%doc %{_texmfdistdir}/doc/latex/textpos/examples/README-examples
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t1.tex
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t2.tex
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t3.tex
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t4.tex
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t5.tex
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t6.tex
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t7.tex
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t8.tex
%doc %{_texmfdistdir}/doc/latex/textpos/niepraschk-eso-pic.pdf
%doc %{_texmfdistdir}/doc/latex/textpos/niepraschk-eso-pic.tex
%doc %{_texmfdistdir}/doc/latex/textpos/textpos-example.tex
%doc %{_texmfdistdir}/doc/latex/textpos/textpos.html
%doc %{_texmfdistdir}/doc/latex/textpos/textpos.pdf
#- source
%doc %{_texmfdistdir}/source/latex/textpos/textpos.drv
%doc %{_texmfdistdir}/source/latex/textpos/textpos.dtx
%doc %{_texmfdistdir}/source/latex/textpos/textpos.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7j-2
+ Revision: efca0b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21562 |14mr|texlive-tex-virtual-academy-pl-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-tex-virtual-academy-pl
Version:	20111104
Release:	3
Summary:	TeXLive tex-virtual-academy-pl package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-virtual-academy-pl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-virtual-academy-pl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive tex-virtual-academy-pl package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/TeX-pub.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/context/cont-ins.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/context/context.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/context/tytuly.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/cototex.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/fonty/back.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/fonty/font-abc.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/fonty/fonts_inst.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/fonty/index.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/fonty/nfss.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/fonty/qx-info.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/fonty/qx-table1.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/fonty/qx-table2.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/fonty/tpstyle.css
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/artykul.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/context.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/cop.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/grupa.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/gust.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/gustloge.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/indexowanie.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/latex2e.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/lew-7vs.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/lew.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/mail.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/podpis.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/prog.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/tex.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/texologia.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/gify/wa.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/day.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/decode.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/dies.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/fig1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/flags.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/id.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/index.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/jedn.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/lang.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/lower.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/mil.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/mon.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/name.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/order.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/plmindex.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/porzadek.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/program.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/setki.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/spec.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/tex-idx.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/toascii.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/typy.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/tys.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/idx/upper.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/index.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/kuchnia/hist.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/kuchnia/tex.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/latex2e.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p3.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/desc_p4.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/description.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/description.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/enum_p1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/enum_p2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/enumerate.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/enumerate.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/item_p1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/item_p2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/itemize.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/itemize.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/klopoty.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/list.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/lista_p.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/porzadek.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/listy/standard.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/3parttab.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/3parttable.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/BAhhline.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/accent.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/accents.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/acromake.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/acromake.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/afterpage.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/alltt.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/amsthm.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/amsthm1.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/amsthm2.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/arabic.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/array.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/balance.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/bar.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/bar1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/bar2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm3.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm4.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm5.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbm6.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbma.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/bbmb.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk1.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk2.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk3.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk4.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk5.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk6.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk7.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk8.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/blk9.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/blkarray.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/bm.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/bophook.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/boxedminipage.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/boxm.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/calc.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/calc1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/calc2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/capt-of.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/caption.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/caption2.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/case1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/case2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/cases.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/ccapt1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/ccaption.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/changebar.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/chapterbib.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/cite.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/color.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/color.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/colortbl.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/comma.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/cute1.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/cuted.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/dblcol.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/dblfnote.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/dcolumn.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/delarray.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/delarray.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq10.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq11.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq12.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq13.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq14.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq15.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq3.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq4.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq5.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq6.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq7.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq8.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/deleq9.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/diam.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/dotseqn.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/dotseqn.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/dow.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/drftcite.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/dropp1.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/dropping.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn1.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn10.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn11.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn12.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn13.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn14.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn15.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn16.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn17.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn2.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn3.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn4.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn5.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn6.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn7.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn8.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/easyeqn9.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/endfloat.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/enum.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/enumerate.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/enumitem.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/epsfig.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/everyship.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/expdlist.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/exscale.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/extmath.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/extramarks.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb3.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb4.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb5.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb6.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb7.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancb8.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancybox.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancyhdr.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fancyheading.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/filecontents.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/flafter.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/float.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/floatflt.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/floatpag.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/flt1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/flt2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fltpage.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/flushend.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fn2end.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fnpara.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fnpara.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fnpos.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/footmisc.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/footmisc1.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/footmisc2.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/footnpag.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/fp.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/ftnright.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/geom1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/geom1.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/geom2.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/geometry.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/graphicx.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/graphpaper.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp3.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp4.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp5.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp6.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp7.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/harp8.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/harpoon.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/heart.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/here.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/hyperref.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/ifthen.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/ifthen1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/ifthen2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/indentfirst.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/index.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/labeldeb.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/lastpage.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/lcg.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/legend.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/letter.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/letterspace.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/listpart.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/localloc.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/longtable.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/lscape.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/lt1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltablex.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltabptch.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/ltxtable.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/macro.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/macro_t.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/manyfoot.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/manyfoot1.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/minitoc.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/moje_typy.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/moreverb.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/mparhack.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/multfoot.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/multfoot1.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/multfoot2.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/multibox.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/multibox.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/multicol.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow3.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow4.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/multirow5.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/mycss.css
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/num.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/numprint.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/nut.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/oldst1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/oldstyle.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/oubraces.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/overbrace.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/overbrace1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/pdfscreen.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/pfnote.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/plain.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/printtim.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/pstcol.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/q1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/qobitree.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/ragged2e.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/regcount.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/relsize.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/remreset.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/rotate.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/rotating.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/rotbox.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/selectpage.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadepar.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadetheorem.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadethm.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadethm.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/shadow.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/shapepar.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/shedbox.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/shortvrb.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/showkeys.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/sidecap.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/squa.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm3.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/stm4.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/stmaryrd.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/sube1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn-1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn-2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn-3.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqn.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqna.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqnarray.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfig.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfigure.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfloat.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/sublabel.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/sublabel.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/subscript.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/supertabular.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/sverb.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/sverb_n.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/sverb_w.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/tabularx.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/tabularx.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/theorem.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/theorem.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/threeparttable.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/time.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/ulem.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/ulem.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/ulem1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/umoline.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/undertilde-1.png
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/undertilde.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/url.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbatim.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbdef.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbt.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbt1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/verbt2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/version.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/vfrlocal.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/vmargin.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/vrbexin.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/vrflocal.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/wiggly.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/wmcropmark.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/wrapf.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/wrapfig.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/xr.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/xspace.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/xspace1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/xspace2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/macro/xtab.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/pagina/pagina.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/spisy/chap.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/spisy/l_chap.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/spisy/l_sec.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/spisy/spis.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/spisy/spis.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/chapter.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/count.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/liczniki.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/num.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p3.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p3.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p4.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p4.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p5.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p5.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p6.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p6.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p7.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/p7.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/part.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/poziom.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/s.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/sect.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tc.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tc.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tca.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tl.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tl.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tr.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tr.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tx.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/tx.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/txx.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/latex2e/tytuly/txx.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/manifest.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/poczatki/cont-pl.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/poczatki/emtex.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/poczatki/implementacje.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/poczatki/index.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/poczatki/inst-mik.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/poczatki/latex-pl.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/poczatki/mex.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/poczatki/miktex.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/poczatki/spw.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/poczatki/tetex.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/poczatki/web2c.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/podstawy/2-0wst1.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/podstawy/2-1coto.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/podstawy/2-1kazio.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/podstawy/2-1przyg.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/podstawy/2-1zece.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/podstawy/bib.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/podstawy/spis.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/podstawy/tex.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/podstawy/title.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/auctex.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-1.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-2.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-3.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-4.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-5.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-6.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-7.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex-8.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/bibtex/bibtex.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/dvidvi.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/dvistro1.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/dvistro2.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/hyph.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/prog/prog.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/tex/fermat.gif
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/tex/odsylacze.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/tex/tex.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/tex/tex_key.html
%doc %{_texmfdistdir}/doc/generic/tex-virtual-academy-pl/tex/tryby.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: d6ba060
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21563 |14mr|texlive-texware-20120627-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /systems/knuth/dist/texware
# catalog-date 2012-06-27 22:19:02 +0200
# catalog-license knuth
# catalog-version undef
Name:		texlive-texware
Version:	20120627
Release:	6
Summary:	Utility programs for use with TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/knuth/dist/texware
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texware.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texware.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-texware.bin

%description
Basic utitility programs, comprising: - dvitype, which converts
a TeX output (DVI) file to a plain text file (see also the DVI
Text Language suite); - pooltype, which converts a TeX-suite
program's "pool" (string) file into human-readable form; and -
tftopl and pltotf, which convert TeX Font Metric (TFM) file to
human readable Property List (PL) files and vice versa.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/dvitype.1*
%doc %{_texmfdistdir}/doc/man/man1/dvitype.man1.pdf
%doc %{_mandir}/man1/pooltype.1*
%doc %{_texmfdistdir}/doc/man/man1/pooltype.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120627-6
+ Revision: ab6e4fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21564 |14mr|texlive-tfrupee-1.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20770
# category Package
# catalog-ctan /fonts/tfrupee
# catalog-date 2010-12-16 15:42:40 +0100
# catalog-license gpl3
# catalog-version 1.02
Name:		texlive-tfrupee
Version:	1.02
Release:	3
Summary:	A font offering the new (Indian) Rupee symbol
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/tfrupee
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tfrupee.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tfrupee.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tfrupee.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
The package provides LaTeX support for the (Indian) Rupee
symbol font, created by TechFat. The original font has been
converted to Adobe Type 1 format, and simple LaTeX support
written for its use.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/tfrupee/tfrupee.afm
%{_texmfdistdir}/fonts/map/dvips/tfrupee/tfrupee.map
%{_texmfdistdir}/fonts/tfm/public/tfrupee/tfrupee.tfm
%{_texmfdistdir}/fonts/type1/public/tfrupee/tfrupee.pfb
%{_texmfdistdir}/tex/latex/tfrupee/tfrupee.sty
%doc %{_texmfdistdir}/doc/fonts/tfrupee/LICENSE
%doc %{_texmfdistdir}/doc/fonts/tfrupee/README
%doc %{_texmfdistdir}/doc/fonts/tfrupee/tfrupee.pdf
%doc %{_texmfdistdir}/doc/fonts/tfrupee/tfrupee.tex
#- source
%doc %{_texmfdistdir}/source/fonts/tfrupee/tfrupee.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.02-3
+ Revision: 0a21b7b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21565 |14mr|texlive-thailatex-0.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27050
# category Package
# catalog-ctan /language/thai/thailatex
# catalog-date 2012-06-16 13:25:22 +0200
# catalog-license lppl
# catalog-version 0.5.0
Name:		texlive-thailatex
Version:	0.5.0
Release:	2
Summary:	Typeset Thai texts with standard LaTeX classes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/thai/thailatex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thailatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thailatex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thailatex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
ThaiLaTeX enables typesetting Thai with standard LaTeX document
classes. It is designed to become a part of babel, and may be
used as such after a (small) patch to babel itself.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/thailatex/hyph-th-utf8.tex
%{_texmfdistdir}/tex/generic/thailatex/hyph-th.tex
%{_texmfdistdir}/tex/generic/thailatex/loadhyph-th.tex
%{_texmfdistdir}/tex/generic/thailatex/lthenc.def
%{_texmfdistdir}/tex/generic/thailatex/thai.ldf
%{_texmfdistdir}/tex/generic/thailatex/thswitch.sty
%{_texmfdistdir}/tex/generic/thailatex/tis620.def
%doc %{_texmfdistdir}/doc/latex/thailatex/README
%doc %{_texmfdistdir}/doc/latex/thailatex/examples/orchid.tex
%doc %{_texmfdistdir}/doc/latex/thailatex/examples/utf-example.tex
%doc %{_texmfdistdir}/doc/latex/thailatex/thai.pdf
#- source
%doc %{_texmfdistdir}/source/latex/thailatex/AUTHORS
%doc %{_texmfdistdir}/source/latex/thailatex/COPYING
%doc %{_texmfdistdir}/source/latex/thailatex/ChangeLog
%doc %{_texmfdistdir}/source/latex/thailatex/HISTORY
%doc %{_texmfdistdir}/source/latex/thailatex/INSTALL
%doc %{_texmfdistdir}/source/latex/thailatex/Makefile.am
%doc %{_texmfdistdir}/source/latex/thailatex/Makefile.in
%doc %{_texmfdistdir}/source/latex/thailatex/NEWS
%doc %{_texmfdistdir}/source/latex/thailatex/README
%doc %{_texmfdistdir}/source/latex/thailatex/README.hyphen
%doc %{_texmfdistdir}/source/latex/thailatex/TODO
%doc %{_texmfdistdir}/source/latex/thailatex/aclocal.m4
%doc %{_texmfdistdir}/source/latex/thailatex/babel/Makefile.am
%doc %{_texmfdistdir}/source/latex/thailatex/babel/Makefile.in
%doc %{_texmfdistdir}/source/latex/thailatex/babel/lthenc.def
%doc %{_texmfdistdir}/source/latex/thailatex/babel/thai.dtx
%doc %{_texmfdistdir}/source/latex/thailatex/babel/thai.ins
%doc %{_texmfdistdir}/source/latex/thailatex/babel/thswitch.sty
%doc %{_texmfdistdir}/source/latex/thailatex/babel/tis620.def
%doc %{_texmfdistdir}/source/latex/thailatex/configure
%doc %{_texmfdistdir}/source/latex/thailatex/configure.in
%doc %{_texmfdistdir}/source/latex/thailatex/doc/Makefile.am
%doc %{_texmfdistdir}/source/latex/thailatex/doc/Makefile.in
%doc %{_texmfdistdir}/source/latex/thailatex/doc/orchid.tex
%doc %{_texmfdistdir}/source/latex/thailatex/doc/utf-example.tex
%doc %{_texmfdistdir}/source/latex/thailatex/emacs/Makefile.am
%doc %{_texmfdistdir}/source/latex/thailatex/emacs/Makefile.in
%doc %{_texmfdistdir}/source/latex/thailatex/emacs/thai-latex-setup.el
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/Makefile.am
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/Makefile.in
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/README
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/conv-utf8-hex.sed
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/diff-dicts.sh
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/hyph-th-utf8.tex.in
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/hyph-th.tex.in
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/loadhyph-th.tex
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-city.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-collection.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-common.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-country.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-district.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-geo.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-history.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-ict.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-lang-ethnic.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-proper.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-science.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-spell.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-std-compound.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-std.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/test-hyphen.sh
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/thai-exc.pat
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/thai.tra
%doc %{_texmfdistdir}/source/latex/thailatex/install-sh
%doc %{_texmfdistdir}/source/latex/thailatex/missing
%doc %{_texmfdistdir}/source/latex/thailatex/scripts/Makefile.am
%doc %{_texmfdistdir}/source/latex/thailatex/scripts/Makefile.in
%doc %{_texmfdistdir}/source/latex/thailatex/scripts/sync-babel
%doc %{_texmfdistdir}/source/latex/thailatex/scripts/sync-thailatex.in
%doc %{_texmfdistdir}/source/latex/thailatex/scripts/tlatex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.0-2
+ Revision: 0323d2e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21566 |14mr|texlive-thalie-0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31018
# category Package
# catalog-ctan /macros/latex/contrib/thalie
# catalog-date 2013-06-19 11:30:49 +0200
# catalog-license lppl1.3
# catalog-version 0.5
Name:		texlive-thalie
Version:	0.5
Release:	6
Summary:	Typeset drama plays
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thalie
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thalie.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thalie.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thalie.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides tools to typeset drama plays. It defines
commands to introduce characters' lines, to render stage
directions, to divide a play into acts and scenes and to build
the dramatis personae automatically.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thalie/thalie.sty
%doc %{_texmfdistdir}/doc/latex/thalie/README
%doc %{_texmfdistdir}/doc/latex/thalie/thalie.pdf
#- source
%doc %{_texmfdistdir}/source/latex/thalie/thalie.dtx
%doc %{_texmfdistdir}/source/latex/thalie/thalie.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-6
+ Revision: 44d725e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21567 |14mr|texlive-theoremref-20101201-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20632
# category Package
# catalog-ctan /macros/latex/contrib/theoremref
# catalog-date 2010-12-01 16:02:54 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-theoremref
Version:	20101201
Release:	3
Summary:	References with automatic theorem names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/theoremref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/theoremref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/theoremref.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The theoremref package provides variants of the \label and \ref
commands for theorem-like environments, capable of
automatically typesetting references including the theorem name
(apart from the theorem number). The scheme is particularly
valuable if the author decides to change a lemma to a
proposition or a theorem (or whatever).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/theoremref/theoremref.sty
%doc %{_texmfdistdir}/doc/latex/theoremref/COPYING
%doc %{_texmfdistdir}/doc/latex/theoremref/README
%doc %{_texmfdistdir}/doc/latex/theoremref/theoremref-doc.pdf
%doc %{_texmfdistdir}/doc/latex/theoremref/theoremref-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101201-3
+ Revision: 06e259a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21568 |14mr|texlive-thesis-titlepage-fhac-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/thesis-titlepage-fhAC
# catalog-date 2007-03-12 14:32:12 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-thesis-titlepage-fhac
Version:	0.1
Release:	3
Summary:	Little style to create a standard titlepage for diploma thesis
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thesis-titlepage-fhAC
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-titlepage-fhac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-titlepage-fhac.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-titlepage-fhac.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Yet another thesis titlepage style: support of Fachhochschule
Aachen (Standort Juelich).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thesis-titlepage-fhac/fhACtitlepage.cfg
%{_texmfdistdir}/tex/latex/thesis-titlepage-fhac/fhACtitlepage.sty
%{_texmfdistdir}/tex/latex/thesis-titlepage-fhac/figbib_add.sty
%{_texmfdistdir}/tex/latex/thesis-titlepage-fhac/gloss_add.sty
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/LogoFH.eps
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/LogoFH.pdf
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/LogoFH.png
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/LogoFH.tif
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/README
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/antrc_pre.bat
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/build.xml
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/diplomArbeit.ltx
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/doxygen_header.tex
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/fhACtitlepage.pdf
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/pdf_with_figbig_and_glossar.tco
#- source
%doc %{_texmfdistdir}/source/latex/thesis-titlepage-fhac/doxygen_header.dtx.input
%doc %{_texmfdistdir}/source/latex/thesis-titlepage-fhac/fhACtitlepage.dtx
%doc %{_texmfdistdir}/source/latex/thesis-titlepage-fhac/fhACtitlepage.ins
%doc %{_texmfdistdir}/source/latex/thesis-titlepage-fhac/gloss_add.dtx.input

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: df69260
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21569 |14mr|texlive-thinsp-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/thinsp
# catalog-date 2008-08-24 14:46:50 +0200
# catalog-license gpl
# catalog-version 0.1
Name:		texlive-thinsp
Version:	0.1
Release:	3
Summary:	A stretchable \thinspace for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thinsp
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thinsp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thinsp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package redefines \thinspace to have a stretch component.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thinsp/thinsp.sty
%doc %{_texmfdistdir}/doc/latex/thinsp/COPYIRIGHT
%doc %{_texmfdistdir}/doc/latex/thinsp/README
%doc %{_texmfdistdir}/doc/latex/thinsp/thinsp.pdf
%doc %{_texmfdistdir}/doc/latex/thinsp/thinsp.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: c756148
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21570 |14mr|texlive-thmbox-20090325-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/thmbox
# catalog-date 2009-03-25 08:55:29 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-thmbox
Version:	20090325
Release:	3
Summary:	Decorate theorem statements
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thmbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thmbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thmbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thmbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines an environment thmbox that presents
theorems, definitions and similar objects in boxes decorated
with frames and various aesthetic features. The standard macro
\newtheorem may be redefined to use the environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thmbox/thmbox.sty
%doc %{_texmfdistdir}/doc/latex/thmbox/README
%doc %{_texmfdistdir}/doc/latex/thmbox/thmbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/thmbox/thmbox.dtx
%doc %{_texmfdistdir}/source/latex/thmbox/thmbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090325-3
+ Revision: 19a6189
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21571 |14mr|texlive-thmtools-62-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26251
# category Package
# catalog-ctan /macros/latex/exptl/thmtools
# catalog-date 2012-04-27 11:57:13 +0200
# catalog-license lppl
# catalog-version 62
Name:		texlive-thmtools
Version:	62
Release:	4
Summary:	Extensions to theorem environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/exptl/thmtools
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thmtools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thmtools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thmtools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides several packages for commonly-needed
support for typesetting theorems. The packages should work with
kernel theorems (theorems 'out of the box' with LaTeX), and the
theorem and amsthm packages. Features of the bundle include: -
a key-value interface to \newtheorem; - a \listoftheorems
command; - hyperref and autoref compatibility; - a mechanism
for restating entire theorems in a single macro call.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thmtools/aliasctr.sty
%{_texmfdistdir}/tex/latex/thmtools/parseargs.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-amsthm.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-autoref.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-beamer.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-kv.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-listof.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-llncs.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-ntheorem.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-patch.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-restate.sty
%{_texmfdistdir}/tex/latex/thmtools/thmdef-mdframed.sty
%{_texmfdistdir}/tex/latex/thmtools/thmdef-shaded.sty
%{_texmfdistdir}/tex/latex/thmtools/thmdef-thmbox.sty
%{_texmfdistdir}/tex/latex/thmtools/thmtools.sty
%{_texmfdistdir}/tex/latex/thmtools/unique.sty
%doc %{_texmfdistdir}/doc/latex/thmtools/COPYING
%doc %{_texmfdistdir}/doc/latex/thmtools/README
%doc %{_texmfdistdir}/doc/latex/thmtools/TODO
%doc %{_texmfdistdir}/doc/latex/thmtools/VERSION.tex
%doc %{_texmfdistdir}/doc/latex/thmtools/thmtools-manual.tex
%doc %{_texmfdistdir}/doc/latex/thmtools/thmtools.pdf
#- source
%doc %{_texmfdistdir}/source/latex/thmtools/aliasctr.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/parseargs.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-amsthm.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-autoref.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-beamer.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-kv.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-listof.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-llncs.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-ntheorem.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-patch.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-restate.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thmdef-mdframed.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thmdef-shaded.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thmdef-thmbox.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thmtools.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thmtools.ins
%doc %{_texmfdistdir}/source/latex/thmtools/unique.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 62-4
+ Revision: 5578927
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21572 |14mr|texlive-threadcol-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28754
# category Package
# catalog-ctan /macros/latex/contrib/threadcol
# catalog-date 2013-01-06 14:14:24 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-threadcol
Version:	1.0
Release:	6
Summary:	Organize document columns into PDF "article thread"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/threadcol
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threadcol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threadcol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threadcol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package combines a document's columns into a PDF "article
thread". PDF readers that support this mechanism (probably
Adobe Acrobat/Reader only) can be instructed to scroll
automatically from column to column, which facilitates on-
screen reading of two-column documents. Even for single-column
documents, threadcol supports the creation of multiple article
threads, which help organize discontiguous but logically
related regions of text into a form that the user can scroll
through as if its contents were contiguous.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/threadcol/threadcol.sty
%doc %{_texmfdistdir}/doc/latex/threadcol/README
%doc %{_texmfdistdir}/doc/latex/threadcol/threadcol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/threadcol/articles-ar9.png
%doc %{_texmfdistdir}/source/latex/threadcol/threadcol.dtx
%doc %{_texmfdistdir}/source/latex/threadcol/threadcol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 3930fbb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21573 |14mr|texlive-threeddice-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20675
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/threeddice
# catalog-date 2010-12-07 13:54:00 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-threeddice
Version:	1.0
Release:	3
Summary:	Create images of dice with one, two, or three faces showing, using MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/threeddice
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threeddice.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threeddice.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides MetaPost code to create all possible
symmetrical views (up to rotation) of a right-handed die.
Configuration is possible by editing the source code, following
the guidance in the documentation.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/threeddice/threeddice.mp
%doc %{_texmfdistdir}/doc/metapost/threeddice/README
%doc %{_texmfdistdir}/doc/metapost/threeddice/threeddice-doc.pdf
%doc %{_texmfdistdir}/doc/metapost/threeddice/threeddice-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 5de5575
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21574 |14mr|texlive-threeparttable-20100309-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17383
# category Package
# catalog-ctan /macros/latex/contrib/threeparttable
# catalog-date 2010-03-09 13:13:30 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-threeparttable
Version:	20100309
Release:	3
Summary:	Tables with captions and notes all the same width
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/threeparttable
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threeparttable.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threeparttable.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a scheme for tables that have a structured note
section, after the caption. This scheme provides an answer to
the old problem of putting footnotes in tables -- by making
footnotes entirely unnecessary. Note that a threeparttable is
not a float of itself; but you can place it in a table or a
table* environment, if necessary.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/threeparttable/3parttable.sty
%{_texmfdistdir}/tex/latex/threeparttable/threeparttable.sty
%doc %{_texmfdistdir}/doc/latex/threeparttable/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/threeparttable/threeparttable.pdf
%doc %{_texmfdistdir}/doc/latex/threeparttable/threeparttable.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100309-3
+ Revision: 2993b03
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21575 |14mr|texlive-threeparttablex-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31276
# category Package
# catalog-ctan /macros/latex/contrib/threeparttablex
# catalog-date 2013-07-23 11:01:18 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-threeparttablex
Version:	0.3
Release:	6
Summary:	Notes in longtables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/threeparttablex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threeparttablex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threeparttablex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the functionality of the threeparttable
package to tables created using the longtable package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/threeparttablex/threeparttablex.sty
%doc %{_texmfdistdir}/doc/latex/threeparttablex/README
%doc %{_texmfdistdir}/doc/latex/threeparttablex/threeparttablex.pdf
%doc %{_texmfdistdir}/doc/latex/threeparttablex/threeparttablex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-6
+ Revision: d4b7596
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21576 |14mr|texlive-thumb-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16549
# category Package
# catalog-ctan /macros/latex/contrib/thumb
# catalog-date 2006-12-11 00:37:24 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-thumb
Version:	1.0
Release:	3
Summary:	Thumb marks in documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thumb
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Place thumb marks in books, manuals and reference maunals.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thumb/thumb.sty
%doc %{_texmfdistdir}/doc/latex/thumb/README
%doc %{_texmfdistdir}/doc/latex/thumb/thumb.pdf
#- source
%doc %{_texmfdistdir}/source/latex/thumb/thumb.dtx
%doc %{_texmfdistdir}/source/latex/thumb/thumb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 93d835c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21577 |14mr|texlive-thumbpdf-3.15-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category Package
# catalog-ctan /support/thumbpdf
# catalog-date 2012-11-14 18:32:01 +0100
# catalog-license lppl
# catalog-version 3.15
Name:		texlive-thumbpdf
Version:	3.15
Release:	8
Summary:	Thumbnails for pdfTeX and dvips/ps2pdf
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/thumbpdf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbpdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbpdf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-thumbpdf.bin = %{EVRD}

%description
A Perl script that provides support for thumbnails in pdfTeX
and dvips/ps2pdf. The script uses ghostscript to generate the
thumbnails which get represented in a TeX readable file that is
read by the package thumbpdf.sty to automatically include the
thumbnails. This arrangement works with both plain TeX and
LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/thumbpdf
%{_texmfdistdir}/scripts/thumbpdf/thumbpdf.pl
%{_texmfdistdir}/tex/generic/thumbpdf/thumbpdf.sty
%{_texmfdistdir}/tex/generic/thumbpdf/thumbpdf.tex
%doc %{_texmfdistdir}/doc/generic/thumbpdf/README
%doc %{_mandir}/man1/thumbpdf.1*
%doc %{_texmfdistdir}/doc/man/man1/thumbpdf.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/thumbpdf/thumbpdf.pl thumbpdf
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.15-8
+ Revision: 5cba3b3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21578 |14mr|texlive-thumbs-1.0m-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25506
# category Package
# catalog-ctan /macros/latex/contrib/thumbs
# catalog-date 2012-02-24 13:31:20 +0100
# catalog-license lppl1.3
# catalog-version 1.0m
Name:		texlive-thumbs
Version:	1.0m
Release:	3
Summary:	Create thumb indexes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thumbs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package puts running, customizable thumb marks in the outer
margin, moving downward as the chapter number (or whatever
shall be marked by the thumb marks) increases. Additionally an
overview page/table of thumb marks can be added automatically,
which gives the names of the thumbed objects, the page where
the object/thumb mark first appears, and the thumb mark itself
at its correct position. The thumb marks are useful for large
documents (such as reference guides, anthologies, etc.), where
a quick and easy way to find (for example) a chapter is needed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thumbs/thumbs.sty
%doc %{_texmfdistdir}/doc/latex/thumbs/README
%doc %{_texmfdistdir}/doc/latex/thumbs/thumbs-example.pdf
%doc %{_texmfdistdir}/doc/latex/thumbs/thumbs-example.tex
%doc %{_texmfdistdir}/doc/latex/thumbs/thumbs.pdf
#- source
%doc %{_texmfdistdir}/source/latex/thumbs/thumbs.drv
%doc %{_texmfdistdir}/source/latex/thumbs/thumbs.dtx
%doc %{_texmfdistdir}/source/latex/thumbs/thumbs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0m-3
+ Revision: b7d0736
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21579 |14mr|texlive-thumby-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16736
# category Package
# catalog-ctan /macros/latex/contrib/thumby
# catalog-date 2010-01-17 11:28:50 +0100
# catalog-license gpl3
# catalog-version 0.1
Name:		texlive-thumby
Version:	0.1
Release:	3
Summary:	Create thumb indexes for printed books
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thumby
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumby.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumby.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can generate thumb indexes for your document. It
features printing thumb indexes on one- or two-sided pages,
along with background- and foreground-color selection and full
LaTeX styling of the chapter numbers in the thumb indexes. The
height of each thumb index is automatically chosen based on the
number of chapters in your document, while the width is chosen
by the user. The package is designed to work with the memoir
class, and also requires PerlTeX and tikz/.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thumby/thumby.sty
%doc %{_texmfdistdir}/doc/latex/thumby/LICENSE
%doc %{_texmfdistdir}/doc/latex/thumby/README
%doc %{_texmfdistdir}/doc/latex/thumby/example.pdf
%doc %{_texmfdistdir}/doc/latex/thumby/latexmkrc
%doc %{_texmfdistdir}/doc/latex/thumby/thumby.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 7016037
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21580 |14mr|texlive-thuthesis-4.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24361
# category Package
# catalog-ctan /macros/latex/contrib/thuthesis
# catalog-date 2009-03-02 15:13:08 +0100
# catalog-license lppl
# catalog-version 4.5.1
Name:		texlive-thuthesis
Version:	4.5.1
Release:	3
Summary:	Thesis template for Tsinghua University
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thuthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thuthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thuthesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thuthesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
ThuThesis is a LaTeX thesis template package for Tsinghua
University in order to make it easy to write theses for either
bachelor's, master's or doctor's degree.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/thuthesis/thubib.bst
%{_texmfdistdir}/tex/latex/thuthesis/thuthesis.cfg
%{_texmfdistdir}/tex/latex/thuthesis/thuthesis.cls
%{_texmfdistdir}/tex/latex/thuthesis/thutils.sty
%doc %{_texmfdistdir}/doc/latex/thuthesis/README
%doc %{_texmfdistdir}/doc/latex/thuthesis/dtx-style.sty
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/Makefile
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/data/ack.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/data/appendix01.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/data/chap01.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/data/chap02.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/data/cover.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/data/denotation.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/data/resume.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/hello.eps
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/hello.fig
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/hello.pdf
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-fig-logo.eps
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-fig-logo.pdf
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-lib-logo.eps
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-lib-logo.pdf
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-text-logo.eps
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-text-logo.pdf
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-whole-logo.eps
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-whole-logo.pdf
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/main.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/msmake.cmd
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/ref/refs.bib
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/shuji.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/thuthesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/thuthesis/thuthesis.dtx
%doc %{_texmfdistdir}/source/latex/thuthesis/thuthesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.5.1-3
+ Revision: 0797058
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21581 |14mr|texlive-ticket-0.4b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20679
# category Package
# catalog-ctan /macros/latex/contrib/ticket
# catalog-date 2010-12-06 20:55:11 +0100
# catalog-license lppl
# catalog-version 0.4b
Name:		texlive-ticket
Version:	0.4b
Release:	3
Summary:	Make labels, visting-cards, pins with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ticket
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ticket.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ticket.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides an easy to handle interface to produce visiting cards,
labels for your files, stickers, pins and other stuff for your
office, conferences etc. All you need is a definition of your
'ticket' included in a ticket definition file and the two
commands \ticketdefault and \ticket.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ticket/aj8414.tdf
%{_texmfdistdir}/tex/latex/ticket/dura5222.tdf
%{_texmfdistdir}/tex/latex/ticket/flashCard.tdf
%{_texmfdistdir}/tex/latex/ticket/freepin.tdf
%{_texmfdistdir}/tex/latex/ticket/freepin2.tdf
%{_texmfdistdir}/tex/latex/ticket/freepin3.tdf
%{_texmfdistdir}/tex/latex/ticket/he4432.tdf
%{_texmfdistdir}/tex/latex/ticket/lz1680.tdf
%{_texmfdistdir}/tex/latex/ticket/lz1681.tdf
%{_texmfdistdir}/tex/latex/ticket/lz1685.tdf
%{_texmfdistdir}/tex/latex/ticket/ticket.sty
%{_texmfdistdir}/tex/latex/ticket/zw32010.tdf
%{_texmfdistdir}/tex/latex/ticket/zw3424.tdf
%{_texmfdistdir}/tex/latex/ticket/zw4752.tdf
%doc %{_texmfdistdir}/doc/latex/ticket/README
%doc %{_texmfdistdir}/doc/latex/ticket/comment
%doc %{_texmfdistdir}/doc/latex/ticket/ex_file.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/ex_file.tex
%doc %{_texmfdistdir}/doc/latex/ticket/ex_flashcard.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/ex_flashcard.tex
%doc %{_texmfdistdir}/doc/latex/ticket/ex_flashcard_dup.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/ex_flashcard_rm.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/ex_flashcard_rm.tex
%doc %{_texmfdistdir}/doc/latex/ticket/ex_marks.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/ex_marks.tex
%doc %{_texmfdistdir}/doc/latex/ticket/ex_pin.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/ex_pin.tex
%doc %{_texmfdistdir}/doc/latex/ticket/ex_vcard.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/ex_vcard.tex
%doc %{_texmfdistdir}/doc/latex/ticket/manual.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/manual.tex
%doc %{_texmfdistdir}/doc/latex/ticket/test.tex
%doc %{_texmfdistdir}/doc/latex/ticket/words.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4b-3
+ Revision: 25ec597
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21582 |14mr|texlive-tie-2.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /web/tie
# catalog-date 2012-04-27 12:20:53 +0200
# catalog-license other-free
# catalog-version 2.4
Name:		texlive-tie
Version:	2.4
Release:	9
Summary:	Allow multiple web change files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/web/tie
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tie.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tie.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-kpathsea
Requires:	texlive-tie.bin

%description
Tie was originally developed to allow web programmers to apply
more than one change file to their source. The program may also
be used to create a new version of a web file that incorporates
existing changes.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/tie.1*
%doc %{_texmfdistdir}/doc/man/man1/tie.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-9
+ Revision: ba75926
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21583 |14mr|texlive-tikz-3dplot-20120112-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25087
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-3dplot
# catalog-date 2012-01-12 00:06:34 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-tikz-3dplot
Version:	20120112
Release:	2
Summary:	Coordinate transformation styles for 3d plotting in TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-3dplot
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-3dplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-3dplot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides straightforward ways to define three-
dimensional coordinate frames through which to plot in TikZ.
The user can specify the orientation of the main coordinate
frame, and use standard TikZ commands and coordinates to render
their tikzfigure. A secondary coordinate frame is provided to
allow rotations and translations with respect to the main
coordinate frame. In addition, the package can also handle
plotting user-specified functions in spherical polar
coordinates, where both the radius and fill color can be
expressed as parametric functions of polar angles.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikz-3dplot/tikz-3dplot.sty
%doc %{_texmfdistdir}/doc/latex/tikz-3dplot/CHANGELOG
%doc %{_texmfdistdir}/doc/latex/tikz-3dplot/README
%doc %{_texmfdistdir}/doc/latex/tikz-3dplot/externalize_images.bat
%doc %{_texmfdistdir}/doc/latex/tikz-3dplot/tikz-3dplot_documentation.pdf
%doc %{_texmfdistdir}/doc/latex/tikz-3dplot/tikz-3dplot_documentation.tex
%doc %{_texmfdistdir}/doc/latex/tikz-3dplot/tikz-3dplot_documentation_figures.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120112-2
+ Revision: 9e0bb53
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21584 |14mr|texlive-tikz-bayesnet-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30094
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-bayesnet
# catalog-date 2013-04-24 11:34:47 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-tikz-bayesnet
Version:	0.1
Release:	6
Summary:	Draw Bayesian networks, graphical models and directed factor graphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-bayesnet
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-bayesnet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-bayesnet.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The package provides a library supporting the display of
Bayesian networks, graphical models and (directed) factor
graphs in LaTeX.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/tikz-bayesnet/LICENSE_GPL
%doc %{_texmfdistdir}/doc/latex/tikz-bayesnet/LICENSE_LPPL
%doc %{_texmfdistdir}/doc/latex/tikz-bayesnet/README.rst
%doc %{_texmfdistdir}/doc/latex/tikz-bayesnet/example.tex
%doc %{_texmfdistdir}/doc/latex/tikz-bayesnet/model_citation_influence.tex
%doc %{_texmfdistdir}/doc/latex/tikz-bayesnet/model_lda.tex
%doc %{_texmfdistdir}/doc/latex/tikz-bayesnet/model_pca.tex
%doc %{_texmfdistdir}/doc/latex/tikz-bayesnet/model_pca2.tex
%doc %{_texmfdistdir}/doc/latex/tikz-bayesnet/tikzlibrarybayesnet.code.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-6
+ Revision: 9b7ef92
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21585 |14mr|texlive-tikz-cd-0.3c-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28695
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-cd
# catalog-date 2013-01-02 18:01:12 +0100
# catalog-license lppl
# catalog-version 0.3c
Name:		texlive-tikz-cd
Version:	0.3c
Release:	6
Summary:	Create commutative diagrams with TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-cd
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-cd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-cd.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The general-purpose drawing package TiKZ can be used to typeset
commutative diagrams and other kinds of mathematical pictures,
generating high-quality results. The purpose of this package is
to make the process of creation of such diagrams easier by
providing a convenient set of macros and reasonable default
settings. This package also includes an arrow tip library that
match closely the arrows present in the Computer Modern
typeface.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikz-cd/tikz-cd.sty
%doc %{_texmfdistdir}/doc/latex/tikz-cd/README
%doc %{_texmfdistdir}/doc/latex/tikz-cd/tikz-cd-doc.pdf
%doc %{_texmfdistdir}/doc/latex/tikz-cd/tikz-cd-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3c-6
+ Revision: 06908c1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21586 |14mr|texlive-tikz-dependency-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25156
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-dependency
# catalog-date 2012-01-19 19:15:33 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-tikz-dependency
Version:	1.1
Release:	2
Summary:	A library for drawing dependency graphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-dependency
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-dependency.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-dependency.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a library that draws together existing
TikZ facilities to make a comfortable environment for drawing
dependency graphs. Basic facilities of the package include a
lot of styling facilities, to let you personalize the look and
feel of the graphs.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikz-dependency/tikz-dependency.sty
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/AUTHORS
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/LICENSE
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/README
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/VERSION
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/pgfmanual-en-macros.tex
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/pgfmanual.code.tex
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/pgfmanual.pdflinks.code.tex
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/pgfmanual.prettyprinter.code.tex
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/tikz-dependency-doc.pdf
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/tikz-dependency-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-2
+ Revision: 30c6de6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21587 |14mr|texlive-tikzinclude-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28715
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzinclude
# catalog-date 2013-01-03 19:43:19 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-tikzinclude
Version:	1.0
Release:	6
Summary:	Import TikZ images from colletions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzinclude
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzinclude.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzinclude.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzinclude.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package addresses the problem of importing only one TikZ-
image from a file holding multiple images.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzinclude/tikzinclude.sty
%doc %{_texmfdistdir}/doc/latex/tikzinclude/README
%doc %{_texmfdistdir}/doc/latex/tikzinclude/tikzinclude.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tikzinclude/tikzinclude.dtx
%doc %{_texmfdistdir}/source/latex/tikzinclude/tikzinclude.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: d8a350c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21588 |14mr|texlive-tikz-inet-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-inet
# catalog-date 2008-08-24 14:43:48 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-tikz-inet
Version:	0.1
Release:	3
Summary:	Draw interaction nets with TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-inet
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-inet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-inet.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends TikZ with macros to draw interaction nets.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikz-inet/tikz-inet.sty
%doc %{_texmfdistdir}/doc/latex/tikz-inet/README
%doc %{_texmfdistdir}/doc/latex/tikz-inet/tikz-inet-doc.pdf
%doc %{_texmfdistdir}/doc/latex/tikz-inet/tikz-inet-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 5cb6110
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21589 |14mr|texlive-tikzmark-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29999
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzmark
# catalog-date 2013-04-17 11:11:14 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-tikzmark
Version:	1.0
Release:	6
Summary:	Use TikZ's method of remembering a position on a page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzmark
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzmark.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzmark.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzmark.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The tikzmark package defines a command to "remember" a position
on a page for later (or earlier) use, primarily (but not
exclusively) with TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzmark/tikzlibrarytikzmark.code.tex
%{_texmfdistdir}/tex/latex/tikzmark/tikzmarklibrarylistings.code.tex
%doc %{_texmfdistdir}/doc/latex/tikzmark/README.txt
%doc %{_texmfdistdir}/doc/latex/tikzmark/tikzmark.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tikzmark/tikzmark.dtx
%doc %{_texmfdistdir}/source/latex/tikzmark/tikzmark.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 5f7d136
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21590 |14mr|texlive-tikz-opm-0.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32769
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-opm
# catalog-date 2014-01-23 20:30:08 +0100
# catalog-license lppl1.3
# catalog-version 0.1.1
Name:		texlive-tikz-opm
Version:	0.1.1
Release:	2
Summary:	Typeset OPM diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-opm
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-opm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-opm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typeset OPM (Object-Process Methodology) diagrams using LaTeX
and pgf/TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikz-opm/tikz-opm.sty
%doc %{_texmfdistdir}/doc/latex/tikz-opm/README
%doc %{_texmfdistdir}/doc/latex/tikz-opm/tikz-opm.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.1-2
+ Revision: 6a20ba7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21591 |14mr|texlive-tikzorbital-20121217-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28561
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzorbital
# catalog-date 2012-12-17 20:44:22 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-tikzorbital
Version:	20121217
Release:	6
Summary:	Atomic and molecular orbitals using TiKZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzorbital
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzorbital.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzorbital.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Atomic s, p and d orbitals may be drawn, as well as molecular
orbital diagrams.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzorbital/tikzorbital.sty
%doc %{_texmfdistdir}/doc/latex/tikzorbital/tikzorbital.pdf
%doc %{_texmfdistdir}/doc/latex/tikzorbital/tikzorbital.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20121217-6
+ Revision: 2d727d0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21592 |14mr|texlive-tikzpagenodes-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27723
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzpagenodes
# catalog-date 2012-09-16 14:57:16 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-tikzpagenodes
Version:	1.1
Release:	6
Summary:	Create commutative diagrams with TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzpagenodes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpagenodes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpagenodes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpagenodes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides special PGF/TikZ nodes for the text,
marginpar, footer and header area of the current page. They are
inspired by the 'current page' node defined by PGF/TikZ itself.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzpagenodes/tikzpagenodes.sty
%doc %{_texmfdistdir}/doc/latex/tikzpagenodes/README
%doc %{_texmfdistdir}/doc/latex/tikzpagenodes/tikzpagenodes.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tikzpagenodes/tikzpagenodes.dtx
%doc %{_texmfdistdir}/source/latex/tikzpagenodes/tikzpagenodes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: afe297c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21593 |14mr|texlive-tikzpfeile-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25777
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzpfeile
# catalog-date 2012-03-28 23:45:32 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-tikzpfeile
Version:	1.0
Release:	2
Summary:	Draw arrows using PGF/TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzpfeile
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpfeile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpfeile.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpfeile.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
In a document with a lot of diagrams created with PGF/TikZ,
there is a possibility of the reader being distracted by
different sorts of arrowheads in the diagrams and in the text
(as, e.g., in \rightarrow). The package defines macros to
create all arrows using PGF/TikZ, so as to avoid the problem.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzpfeile/tikzpfeile.sty
%doc %{_texmfdistdir}/doc/latex/tikzpfeile/README
%doc %{_texmfdistdir}/doc/latex/tikzpfeile/tikzpfeile.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tikzpfeile/tikzpfeile.dtx
%doc %{_texmfdistdir}/source/latex/tikzpfeile/tikzpfeile.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-2
+ Revision: db6d471
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21594 |14mr|texlive-tikzposter-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32732
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzposter
# catalog-date 2014-01-20 12:50:28 +0100
# catalog-license lppl1.2
# catalog-version 2.0
Name:		texlive-tikzposter
Version:	2.0
Release:	2
Summary:	Create scientific posters using TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzposter
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzposter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzposter.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzposter.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A document class provides a simple way of using TikZ for
generating posters. Several formatting options are available,
and spacing and layout of the poster is to a large extent
automated.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzposter/tikzposter.cls
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterBackgroundstyles.tex
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterBlockstyles.tex
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterColorpalettes.tex
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterColorstyles.tex
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterInnerblockstyles.tex
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterLayoutthemes.tex
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterNotestyles.tex
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterTitlestyles.tex
%doc %{_texmfdistdir}/doc/latex/tikzposter/README
%doc %{_texmfdistdir}/doc/latex/tikzposter/tikzposter-example.tex
%doc %{_texmfdistdir}/doc/latex/tikzposter/tikzposter-template.tex
%doc %{_texmfdistdir}/doc/latex/tikzposter/tikzposter.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tikzposter/tikzposter.dtx
%doc %{_texmfdistdir}/source/latex/tikzposter/tikzposter.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-2
+ Revision: ff85915
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21595 |14mr|texlive-tikz-qtree-1.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26108
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-qtree
# catalog-date 2012-04-23 11:23:52 +0200
# catalog-license gpl
# catalog-version 1.2
Name:		texlive-tikz-qtree
Version:	1.20
Release:	2
Summary:	Use existing qtree syntax for trees in TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-qtree
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-qtree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-qtree.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a macro for drawing trees with TikZ using
the easy syntax of Alexis Dimitriadis' Qtree. It improves on
TikZ's standard tree-drawing facility by laying out tree nodes
without collisions; it improves on Qtree by adding lots of
features from TikZ (for example, edge labels, arrows between
nodes); and it improves on pst-qtree in being usable with
pdfTeX and XeTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikz-qtree/pgfsubpic.sty
%{_texmfdistdir}/tex/latex/tikz-qtree/pgfsubpic.tex
%{_texmfdistdir}/tex/latex/tikz-qtree/pgftree.sty
%{_texmfdistdir}/tex/latex/tikz-qtree/pgftree.tex
%{_texmfdistdir}/tex/latex/tikz-qtree/tikz-qtree-compat.sty
%{_texmfdistdir}/tex/latex/tikz-qtree/tikz-qtree.sty
%{_texmfdistdir}/tex/latex/tikz-qtree/tikz-qtree.tex
%doc %{_texmfdistdir}/doc/latex/tikz-qtree/README
%doc %{_texmfdistdir}/doc/latex/tikz-qtree/tikz-qtree-manual.pdf
%doc %{_texmfdistdir}/doc/latex/tikz-qtree/tikz-qtree-manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20-2
+ Revision: 1ebb90f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21596 |14mr|texlive-tikzscale-0.2.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30637
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzscale
# catalog-date 2013-05-22 10:58:45 +0200
# catalog-license lppl1.3
# catalog-version 0.2.6
Name:		texlive-tikzscale
Version:	0.2.6
Release:	7
Summary:	Resize pictures while respecting text size
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzscale
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzscale.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzscale.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzscale.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the \includegraphics command to support
tikzpictures. It allows scaling of TikZ images and PGFPlots to
a given width or height without changing the text size.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzscale/tikzscale.sty
%doc %{_texmfdistdir}/doc/latex/tikzscale/3Dplot.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/README
%doc %{_texmfdistdir}/doc/latex/tikzscale/alt.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/histogramNormal.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/invisible.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/linewidth.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/only.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/onslide.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/pause.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/pgfplots-test.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/pgfplots.randn.dat
%doc %{_texmfdistdir}/doc/latex/tikzscale/temporal.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/test-tikzscale.pdf
%doc %{_texmfdistdir}/doc/latex/tikzscale/test-tikzscale.tex
%doc %{_texmfdistdir}/doc/latex/tikzscale/testNode.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/testRectangle.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/testgraphic2D.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/tikzscale-beamer.tex
%doc %{_texmfdistdir}/doc/latex/tikzscale/tikzscale.pdf
%doc %{_texmfdistdir}/doc/latex/tikzscale/uncover.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/visible.tikz
#- source
%doc %{_texmfdistdir}/source/latex/tikzscale/tikzscale.dtx
%doc %{_texmfdistdir}/source/latex/tikzscale/tikzscale.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.6-7
+ Revision: 9196ec0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21597 |14mr|texlive-tikzsymbols-3.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31297
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzsymbols
# catalog-date 2013-07-28 14:35:06 +0200
# catalog-license lppl1.3
# catalog-version 3.0
Name:		texlive-tikzsymbols
Version:	3.0
Release:	6
Summary:	Some symbols created using TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzsymbols
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzsymbols.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzsymbols.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzsymbols.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides various emoticons, cooking symbols and
trees.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzsymbols/tikzsymbols.sty
%doc %{_texmfdistdir}/doc/latex/tikzsymbols/README
%doc %{_texmfdistdir}/doc/latex/tikzsymbols/tikzsymbols.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tikzsymbols/tikzsymbols.dtx
%doc %{_texmfdistdir}/source/latex/tikzsymbols/tikzsymbols.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-6
+ Revision: 5909b80
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21598 |14mr|texlive-tikz-timing-0.7d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21013
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-timing
# catalog-date 2011-01-09 23:18:09 +0100
# catalog-license lppl
# catalog-version 0.7d
Name:		texlive-tikz-timing
Version:	0.7d
Release:	3
Summary:	Easy generation of timing diagrams as tikz pictures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-timing
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-timing.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-timing.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-timing.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-svn-prov

%description
This package provides macros and an environment to generate
timing diagrams (digital waveforms) without much effort. The
TikZ package is used to produce the graphics. The diagrams may
be inserted into text (paragraphs, \hbox, etc.) and into
tikzpictures. A tabular-like environment is provided to produce
larger timing diagrams.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-advnodes.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-arrows.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-beamer.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-clockarrows.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-columntype.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-counters.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-either.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-ifsym.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-interval.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-nicetabs.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-overlays.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing.sty
%doc %{_texmfdistdir}/doc/latex/tikz-timing/README
%doc %{_texmfdistdir}/doc/latex/tikz-timing/tikz-timing.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tikz-timing/tikz-timing.dtx
%doc %{_texmfdistdir}/source/latex/tikz-timing/tikz-timing.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7d-3
+ Revision: 13cdb1d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21599 |14mr|texlive-times-20110301-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21993
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-times
Version:	20110301
Release:	3
Summary:	URW "Base 35" font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/times.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/times/config.utm
%{_texmfdistdir}/fonts/afm/adobe/times/ptmb8a.afm
%{_texmfdistdir}/fonts/afm/adobe/times/ptmbi8a.afm
%{_texmfdistdir}/fonts/afm/adobe/times/ptmr8a.afm
%{_texmfdistdir}/fonts/afm/adobe/times/ptmri8a.afm
%{_texmfdistdir}/fonts/afm/ibm/times/nntb8a.afm
%{_texmfdistdir}/fonts/afm/ibm/times/nntbi8a.afm
%{_texmfdistdir}/fonts/afm/ibm/times/nntr8a.afm
%{_texmfdistdir}/fonts/afm/ibm/times/nntri8a.afm
%{_texmfdistdir}/fonts/afm/ibm/times/ntnb8a.afm
%{_texmfdistdir}/fonts/afm/ibm/times/ntnbi8a.afm
%{_texmfdistdir}/fonts/afm/ibm/times/ntnr8a.afm
%{_texmfdistdir}/fonts/afm/ibm/times/ntnri8a.afm
%{_texmfdistdir}/fonts/afm/urw/times/utmb8a.afm
%{_texmfdistdir}/fonts/afm/urw/times/utmbi8a.afm
%{_texmfdistdir}/fonts/afm/urw/times/utmr8a.afm
%{_texmfdistdir}/fonts/afm/urw/times/utmri8a.afm
%{_texmfdistdir}/fonts/map/dvips/times/utm.map
%{_texmfdistdir}/fonts/tfm/adobe/times/psyro.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmb.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmb7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmb8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmb8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmb8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmbc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmbc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmbc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmbi.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmbi7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmbi8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmbi8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmbi8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmbo.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmbo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmbo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmbo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmbo8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmr.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmr7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmr8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmr8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmr8rn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmr8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmrc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmrc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmrc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmri.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmri7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmri8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmri8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmri8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmro.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmro7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmro8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmro8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmro8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmrr8re.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmrre.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/ptmrrn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/zpsycmrv.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/zptmcm7m.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/zptmcm7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/zptmcm7v.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/zptmcm7y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/zptmcmr.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/zptmcmrm.tfm
%{_texmfdistdir}/fonts/tfm/adobe/times/zpzccmry.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/ctmb.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/ctmb8t.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/ctmbi.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/ctmbi8t.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/ctmr.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/ctmr8t.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/ctmri.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/ctmri8t.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trb10u.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trb2n.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trb6j.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trb7j.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trb8u.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trb9t.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/tri10u.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/tri2n.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/tri6j.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/tri7j.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/tri8u.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/tri9t.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trj10u.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trj2n.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trj6j.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trj7j.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trj8u.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trj9t.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trr10u.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trr2n.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trr6j.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trr7j.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trr8u.tfm
%{_texmfdistdir}/fonts/tfm/cg/times/trr9t.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/times/ptmb8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/times/ptmbc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/times/ptmbi8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/times/ptmr8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/times/ptmrc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/times/ptmri8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/times/rptmb.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/times/rptmbi.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/times/rptmbo.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/times/rptmr.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/times/rptmri.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/times/rptmro.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/times/rptmrre.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/times/rptmrrn.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmb7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmb8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmb8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmb8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmbc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmbc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmbi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmbi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmbi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmbi8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmbo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmbo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmbo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmbo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmr7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmr8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmr8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmr8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmrc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmrc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmri7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmri8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmri8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmri8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmro7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmro8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmro8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/times/utmro8t.tfm
%{_texmfdistdir}/fonts/type1/urw/times/utmb8a.pfb
%{_texmfdistdir}/fonts/type1/urw/times/utmb8a.pfm
%{_texmfdistdir}/fonts/type1/urw/times/utmbi8a.pfb
%{_texmfdistdir}/fonts/type1/urw/times/utmbi8a.pfm
%{_texmfdistdir}/fonts/type1/urw/times/utmr8a.pfb
%{_texmfdistdir}/fonts/type1/urw/times/utmr8a.pfm
%{_texmfdistdir}/fonts/type1/urw/times/utmri8a.pfb
%{_texmfdistdir}/fonts/type1/urw/times/utmri8a.pfm
%{_texmfdistdir}/fonts/vf/adobe/times/ptmb.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmb7t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmb8c.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmb8t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmbc.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmbc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmbc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmbi.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmbi7t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmbi8c.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmbi8t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmbo.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmbo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmbo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmbo8t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmr.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmr7t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmr8c.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmr8t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmrc.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmrc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmrc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmri.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmri7t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmri8c.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmri8t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmro.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmro7t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmro8c.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmro8t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmrre.vf
%{_texmfdistdir}/fonts/vf/adobe/times/ptmrrn.vf
%{_texmfdistdir}/fonts/vf/adobe/times/zpsycmrv.vf
%{_texmfdistdir}/fonts/vf/adobe/times/zptmcm7m.vf
%{_texmfdistdir}/fonts/vf/adobe/times/zptmcm7t.vf
%{_texmfdistdir}/fonts/vf/adobe/times/zptmcm7v.vf
%{_texmfdistdir}/fonts/vf/adobe/times/zptmcm7y.vf
%{_texmfdistdir}/fonts/vf/adobe/times/zptmcmr.vf
%{_texmfdistdir}/fonts/vf/adobe/times/zptmcmrm.vf
%{_texmfdistdir}/fonts/vf/adobe/times/zpzccmry.vf
%{_texmfdistdir}/fonts/vf/cg/times/ctmb.vf
%{_texmfdistdir}/fonts/vf/cg/times/ctmb8t.vf
%{_texmfdistdir}/fonts/vf/cg/times/ctmbi.vf
%{_texmfdistdir}/fonts/vf/cg/times/ctmbi8t.vf
%{_texmfdistdir}/fonts/vf/cg/times/ctmr.vf
%{_texmfdistdir}/fonts/vf/cg/times/ctmr8t.vf
%{_texmfdistdir}/fonts/vf/cg/times/ctmri.vf
%{_texmfdistdir}/fonts/vf/cg/times/ctmri8t.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/times/ptmb8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/times/ptmbc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/times/ptmbi8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/times/ptmr8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/times/ptmrc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/times/ptmri8z.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmb7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmb8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmb8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmbc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmbc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmbi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmbi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmbi8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmbo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmbo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmbo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmr7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmr8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmr8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmrc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmrc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmri7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmri8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmri8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmro7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmro8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/times/utmro8t.vf
%{_texmfdistdir}/tex/latex/times/8rutm.fd
%{_texmfdistdir}/tex/latex/times/omlutm.fd
%{_texmfdistdir}/tex/latex/times/omsutm.fd
%{_texmfdistdir}/tex/latex/times/ot1utm.fd
%{_texmfdistdir}/tex/latex/times/t1utm.fd
%{_texmfdistdir}/tex/latex/times/ts1utm.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110301-3
+ Revision: 4ae3e07
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21600 |14mr|texlive-timesht-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-timesht
Version:	20111104
Release:	3
Summary:	TeXLive timesht package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/timesht.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/timesht.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/timesht.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive timesht package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/timesht/timesht.cls
%doc %{_texmfdistdir}/doc/latex/timesht/README
%doc %{_texmfdistdir}/doc/latex/timesht/timesheet.tex
#- source
%doc %{_texmfdistdir}/source/latex/timesht/timesht.dtx
%doc %{_texmfdistdir}/source/latex/timesht/timesht.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: 3a90b05
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21601 |14mr|texlive-timetable-20080911-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/timetable/timetable.tex
# catalog-date 2008-09-11 15:08:12 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-timetable
Version:	20080911
Release:	3
Summary:	Generate timetables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/timetable/timetable.tex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/timetable.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A highly-configurable package, with nice output and simple
input. The macros use a radix sort mechanism so that the order
of input is not critical.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/timetable/timetable.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080911-3
+ Revision: 5c0448c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21602 |14mr|texlive-timing-diagrams-20130821-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31491
# category Package
# catalog-ctan /graphics/pgf/contrib/timing-diagrams
# catalog-date 2013-08-21 17:26:35 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-timing-diagrams
Version:	20130821
Release:	6
Summary:	Draw timing diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/timing-diagrams
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/timing-diagrams.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/timing-diagrams.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to draw and annotate various
kinds of timing diagrams, using Tikz. Documentation is sparse,
but the source and the examples file should be of some use.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/timing-diagrams/timing-diagrams.sty
%doc %{_texmfdistdir}/doc/latex/timing-diagrams/Makefile
%doc %{_texmfdistdir}/doc/latex/timing-diagrams/README
%doc %{_texmfdistdir}/doc/latex/timing-diagrams/diagrams-examples.pdf
%doc %{_texmfdistdir}/doc/latex/timing-diagrams/diagrams-examples.tex
%doc %{_texmfdistdir}/doc/latex/timing-diagrams/version.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130821-6
+ Revision: f22b23f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21603 |14mr|texlive-tipa-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25247
# category Package
# catalog-ctan /fonts/tipa/tipa
# catalog-date 2012-01-30 10:59:21 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-tipa
Version:	1.3
Release:	4
Summary:	Fonts and macros for IPA phonetics characters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/tipa/tipa
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tipa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tipa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These fonts are considered the 'ultimate answer' to IPA
typesetting. The encoding of these 8-bit fonts has been
registered as LaTeX standard encoding T3, and the set of
addendum symbols as encoding TS3. 'Times-like' Adobe Type 1
versions are provided for both the T3 and the TS3 fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/tipa/tipa.map
%{_texmfdistdir}/fonts/source/public/tipa/tipa.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipa10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipa12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipa17.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipa8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipa9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipab10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipabase.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipabs10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipabx10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipabx12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipabx8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipabx9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipadiac.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipaextr.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipagerm.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipanew.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipapnct.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipaprm.def
%{_texmfdistdir}/fonts/source/public/tipa/tiparoml.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasb10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasc.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasi10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasl10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasl12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasl8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasl9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipass10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipass12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipass17.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipass8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipass9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasym1.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasym2.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasym3.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasym4.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipatone.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipatr.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipats10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipatt10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipatt12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipatt8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipatt9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipx.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipx10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipx12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipx17.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipx8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipx9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxb10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxbs10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxbx10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxbx12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxbx8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxbx9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxsb10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxsi10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxsl10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxsl12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxsl8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxsl9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxss10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxss12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxss17.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxss8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxss9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxts10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxtt10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxtt12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxtt8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxtt9.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipa10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipab10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipabs10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipaprm.def
%{_texmfdistdir}/fonts/source/public/tipa/xipasb10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipasi10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipasl10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipass10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipx10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipxb10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipxbs10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipxsb10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipxsi10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipxsl10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipxss10.mf
%{_texmfdistdir}/fonts/tfm/public/tipa/tipa10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipa12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipa17.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipa8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipa9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipab10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipabs10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipabx10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipabx12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipabx8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipabx9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipasb10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipasi10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipasl10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipasl12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipasl8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipasl9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipass10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipass12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipass17.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipass8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipass9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipats10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipatt10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipatt12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipatt8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipatt9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipx10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipx12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipx17.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipx8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipx9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxb10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxbs10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxsb10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxsi10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxss10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxss12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxss17.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxss8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxss9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxts10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipa10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipab10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipabs10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipasb10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipasi10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipasl10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipass10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipx10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipxb10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipxbs10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipxsb10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipxsi10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipxss10.tfm
%{_texmfdistdir}/fonts/type1/public/tipa/tipa10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipa12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipa17.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipa8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipa9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipab10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipabs10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipabx10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipabx12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipabx8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipabx9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipasb10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipasi10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipasl10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipasl12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipasl8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipasl9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipass10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipass12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipass17.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipass8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipass9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipats10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipatt10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipatt12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipatt8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipatt9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipx10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipx12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipx17.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipx8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipx9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxb10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxbs10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxbx10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxbx12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxbx8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxbx9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxsb10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxsi10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxsl10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxsl12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxsl8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxsl9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxss10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxss12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxss17.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxss8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxss9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxts10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxtt10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxtt12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxtt8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxtt9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipa10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipab10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipabs10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipasb10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipasi10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipasl10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipass10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipx10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipxb10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipxbs10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipxsb10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipxsi10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipxsl10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipxss10.pfb
%{_texmfdistdir}/tex/latex/tipa/exaccent.sty
%{_texmfdistdir}/tex/latex/tipa/extraipa.sty
%{_texmfdistdir}/tex/latex/tipa/t3cmr.fd
%{_texmfdistdir}/tex/latex/tipa/t3cmss.fd
%{_texmfdistdir}/tex/latex/tipa/t3cmtt.fd
%{_texmfdistdir}/tex/latex/tipa/t3enc.def
%{_texmfdistdir}/tex/latex/tipa/t3phv.fd
%{_texmfdistdir}/tex/latex/tipa/t3ptm.fd
%{_texmfdistdir}/tex/latex/tipa/tipa.sty
%{_texmfdistdir}/tex/latex/tipa/tipx.sty
%{_texmfdistdir}/tex/latex/tipa/tone.sty
%{_texmfdistdir}/tex/latex/tipa/ts3cmr.fd
%{_texmfdistdir}/tex/latex/tipa/ts3cmss.fd
%{_texmfdistdir}/tex/latex/tipa/ts3cmtt.fd
%{_texmfdistdir}/tex/latex/tipa/ts3enc.def
%{_texmfdistdir}/tex/latex/tipa/ts3phv.fd
%{_texmfdistdir}/tex/latex/tipa/ts3ptm.fd
%{_texmfdistdir}/tex/latex/tipa/utipx.fd
%{_texmfdistdir}/tex/latex/tipa/utipxss.fd
%{_texmfdistdir}/tex/latex/tipa/utipxtt.fd
%{_texmfdistdir}/tex/latex/tipa/uxipx.fd
%{_texmfdistdir}/tex/latex/tipa/uxipxss.fd
%{_texmfdistdir}/tex/latex/tipa/vowel.sty
%doc %{_texmfdistdir}/doc/fonts/tipa/00README
%doc %{_texmfdistdir}/doc/fonts/tipa/00README.doc
%doc %{_texmfdistdir}/doc/fonts/tipa/Makefile
%doc %{_texmfdistdir}/doc/fonts/tipa/Makefile.doc
%doc %{_texmfdistdir}/doc/fonts/tipa/Manifest.txt
%doc %{_texmfdistdir}/doc/fonts/tipa/boxchar.sty
%doc %{_texmfdistdir}/doc/fonts/tipa/codelist.sty
%doc %{_texmfdistdir}/doc/fonts/tipa/gentfm.sh
%doc %{_texmfdistdir}/doc/fonts/tipa/gentipa.sh
%doc %{_texmfdistdir}/doc/fonts/tipa/gentipx.sh
%doc %{_texmfdistdir}/doc/fonts/tipa/genxipa.sh
%doc %{_texmfdistdir}/doc/fonts/tipa/genxipx.sh
%doc %{_texmfdistdir}/doc/fonts/tipa/mktipapk.sh
%doc %{_texmfdistdir}/doc/fonts/tipa/mkxipapk.sh
%doc %{_texmfdistdir}/doc/fonts/tipa/tipa.bib
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman.pdf
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman.sty
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman.tex
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman0.tex
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman1.tex
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman2.tex
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman3.tex
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman4.tex
%doc %{_texmfdistdir}/doc/fonts/tipa/vowel.pdf
%doc %{_texmfdistdir}/doc/fonts/tipa/vowel.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-4
+ Revision: 734f2cc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21604 |14mr|texlive-tipa-de-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22005
# category Package
# catalog-ctan /info/translations/tipa/de
# catalog-date 2011-04-06 08:36:04 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-tipa-de
Version:	1.3
Release:	3
Summary:	German translation of tipa documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/tipa/de
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tipa-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tipa-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a translation of Fukui Rei's tipaman from the tipa
bundle.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/tipa-de/LIESMICH
%doc %{_texmfdistdir}/doc/latex/tipa-de/tipa.bib
%doc %{_texmfdistdir}/doc/latex/tipa-de/tipaman-de.pdf
%doc %{_texmfdistdir}/doc/latex/tipa-de/tipaman-de.tex
%doc %{_texmfdistdir}/doc/latex/tipa-de/tipaman0-de.tex
%doc %{_texmfdistdir}/doc/latex/tipa-de/tipaman1-de.tex
%doc %{_texmfdistdir}/doc/latex/tipa-de/tipaman2-de.tex
%doc %{_texmfdistdir}/doc/latex/tipa-de/tipaman3-de.tex
%doc %{_texmfdistdir}/doc/latex/tipa-de/tipaman4-de.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: d9b7303
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21605 |14mr|texlive-titlecaps-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30911
# category Package
# catalog-ctan /macros/latex/contrib/titlecaps
# catalog-date 2013-06-19 11:29:28 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-titlecaps
Version:	1.0
Release:	6
Summary:	Setting rich-text input into Titling Caps
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/titlecaps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlecaps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlecaps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is intended for setting rich text into titling
capitals (in which the first character of words are
capitalized). It automatically accounts for diacritical marks
(like umlauts), national symbols (like "ae"), punctuation, and
font changing commands that alter the appearance or size of the
text. It allows a list of predesignated words to be protected
as lower-cased, and also allows for titling exceptions of
various sorts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/titlecaps/titlecaps.sty
%doc %{_texmfdistdir}/doc/latex/titlecaps/README
%doc %{_texmfdistdir}/doc/latex/titlecaps/titlecaps.pdf
%doc %{_texmfdistdir}/doc/latex/titlecaps/titlecaps.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 7e06538
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21606 |14mr|texlive-titlefoot-20070117-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/titlefoot
# catalog-date 2007-01-17 00:08:13 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-titlefoot
Version:	20070117
Release:	3
Summary:	Add special material to footer of title page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/titlefoot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlefoot.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides the capability of adding keywords (with a \keywords
command), a running title (\runningtitle), AMS subject
classifications (\amssubj), and an 'author's footnote' as
footnotes to the title or first page of a document. Works with
any class for which the \thanks macro works (e.g., article).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/titlefoot/titlefoot.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070117-3
+ Revision: 742e467
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21607 |14mr|texlive-titlepages-20100714-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19457
# category Package
# catalog-ctan /info/latex-samples/TitlePages
# catalog-date 2010-07-14 08:54:32 +0200
# catalog-license lppl
# catalog-version 2010-07-14
Name:		texlive-titlepages
Version:	20100714
Release:	3
Summary:	Sample titlepages, and how to code them
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/latex-samples/TitlePages
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlepages.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlepages.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The document provides examples of over two dozen title page
designs based on a range of published books and theses,
together with the LaTeX code used to create them.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/titlepages/README
%doc %{_texmfdistdir}/doc/latex/titlepages/titlepages.pdf
%doc %{_texmfdistdir}/doc/latex/titlepages/titlepages.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100714-3
+ Revision: 22e9fd9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21608 |14mr|texlive-titlepic-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/titlepic
# catalog-date 2009-11-10 08:50:14 +0100
# catalog-license pd
# catalog-version 1.1
Name:		texlive-titlepic
Version:	1.1
Release:	3
Summary:	Add picture to title page of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/titlepic
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlepic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlepic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows you to place a picture on the title page
(cover page) of a LaTeX document. Example of usage:
\usepackage[cc]{titlepic} \usepackage{graphicx}
\titlepic{\includegraphics[width=\textwidth]{picture.png}} The
package currently only works with the document classes article,
report and book.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/titlepic/titlepic.sty
%doc %{_texmfdistdir}/doc/latex/titlepic/README
%doc %{_texmfdistdir}/doc/latex/titlepic/titlepic-manual.pdf
%doc %{_texmfdistdir}/doc/latex/titlepic/titlepic-manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: ebaa85c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21609 |14mr|texlive-titleref-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18729
# category Package
# catalog-ctan /macros/latex/contrib/titleref
# catalog-date 2010-06-06 13:50:32 +0200
# catalog-license pd
# catalog-version 2.0
Name:		texlive-titleref
Version:	2.0
Release:	3
Summary:	A "\titleref" command to cross-reference section titles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/titleref
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titleref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titleref.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a command \titleref that allows you to cross-reference
section (and chapter, etc) titles and captions just like \ref
and \pageref. The package does not interwork with hyperref; if
you need hypertext capabilities, use nameref instead.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/titleref/titleref.sty
%doc %{_texmfdistdir}/doc/latex/titleref/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/titleref/titleref.pdf
%doc %{_texmfdistdir}/doc/latex/titleref/titleref.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: edad6b9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21610 |14mr|texlive-titlesec-2.10.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24852
# category Package
# catalog-ctan /macros/latex/contrib/titlesec
# catalog-date 2011-12-15 15:36:45 +0100
# catalog-license lppl
# catalog-version 2.10.0
Name:		texlive-titlesec
Version:	2.10.0
Release:	3
Summary:	Select alternative section titles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/titlesec
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlesec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlesec.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package providing an interface to sectioning commands for
selection from various title styles. E.g., marginal titles and
to change the font of all headings with a single command, also
providing simple one-step page styles. Also includes a package
to change the page styles when there are floats in a page. You
may assign headers/footers to individual floats, too.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/titlesec/block.tss
%{_texmfdistdir}/tex/latex/titlesec/drop.tss
%{_texmfdistdir}/tex/latex/titlesec/frame.tss
%{_texmfdistdir}/tex/latex/titlesec/leftmargin.tss
%{_texmfdistdir}/tex/latex/titlesec/margin.tss
%{_texmfdistdir}/tex/latex/titlesec/rightmargin.tss
%{_texmfdistdir}/tex/latex/titlesec/titleps.sty
%{_texmfdistdir}/tex/latex/titlesec/titlesec.sty
%{_texmfdistdir}/tex/latex/titlesec/titletoc.sty
%{_texmfdistdir}/tex/latex/titlesec/ttlkeys.def
%{_texmfdistdir}/tex/latex/titlesec/ttlps.def
%{_texmfdistdir}/tex/latex/titlesec/wrap.tss
%doc %{_texmfdistdir}/doc/latex/titlesec/CHANGES
%doc %{_texmfdistdir}/doc/latex/titlesec/README
%doc %{_texmfdistdir}/doc/latex/titlesec/titleps.pdf
%doc %{_texmfdistdir}/doc/latex/titlesec/titleps.tex
%doc %{_texmfdistdir}/doc/latex/titlesec/titlesec.pdf
%doc %{_texmfdistdir}/doc/latex/titlesec/titlesec.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.10.0-3
+ Revision: 727344d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21611 |14mr|texlive-titling-2.1d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/titling
# catalog-date 2009-09-04 12:14:45 +0200
# catalog-license lppl
# catalog-version 2.1d
Name:		texlive-titling
Version:	2.1d
Release:	3
Summary:	Control over the typesetting of the \maketitle command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/titling
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titling.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titling.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titling.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The titling package provides control over the typesetting of
the \maketitle command and \thanks commands, and makes the
\title, \author and \date information permanently available.
Multiple titles are allowed in a single document. New titling
elements can be added and a titlepage title can be centered on
a physical page.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/titling/titling.sty
%doc %{_texmfdistdir}/doc/latex/titling/README
%doc %{_texmfdistdir}/doc/latex/titling/titling.pdf
#- source
%doc %{_texmfdistdir}/source/latex/titling/titling.dtx
%doc %{_texmfdistdir}/source/latex/titling/titling.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1d-3
+ Revision: dd224f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21612 |14mr|texlive-tkz-base-1.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22961
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-base
# catalog-date 2011-06-05 23:10:23 +0200
# catalog-license lppl
# catalog-version 1.16
Name:		texlive-tkz-base
Version:	1.16
Release:	3
Summary:	Tools for drawing with a cartesian coordinate system
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-base
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-base.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-base.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is the base of a set of packages, designed to give
mathematics teachers (and students) easy access to programming
of drawings with TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-base/tkz-base.cfg
%{_texmfdistdir}/tex/latex/tkz-base/tkz-base.sty
%{_texmfdistdir}/tex/latex/tkz-base/tkz-obj-marks.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-obj-points.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-obj-segments.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-tools-arith.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-tools-base.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-tools-math.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-tools-misc.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-tools-obsolete.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-tools-utilities.tex
%doc %{_texmfdistdir}/doc/latex/tkz-base/README
%doc %{_texmfdistdir}/doc/latex/tkz-base/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/tkz-base/examples/info_base_tex.txt
%doc %{_texmfdistdir}/doc/latex/tkz-base/examples/latex/tkzbase-tex.zip
%doc %{_texmfdistdir}/doc/latex/tkz-base/examples/tkzbasepreamble.ltx
%doc %{_texmfdistdir}/doc/latex/tkz-base/latex/TKZdoc.zip
%doc %{_texmfdistdir}/doc/latex/tkz-base/tkz-base-screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.16-3
+ Revision: 5093a3e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21613 |14mr|texlive-tkz-berge-1.00c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22891
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-berge
# catalog-date 2011-06-06 00:03:44 +0200
# catalog-license lppl
# catalog-version 1.00c
Name:		texlive-tkz-berge
Version:	1.00c
Release:	3
Summary:	Macros for drawing graphs of graph theory
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-berge
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-berge.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-berge.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a collection of useful macros for drawing
classic graphs of graph theory, or to make other graphs.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-berge/tkz-arith.sty
%{_texmfdistdir}/tex/latex/tkz-berge/tkz-berge.sty
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/README
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/NamedGraphs.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Andrasfai.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Balaban.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Bipartite.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Bull.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Cage.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Chvatal.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Cocktail_Party.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Coxeter.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Crown.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-CubicSymmetric.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Desargues.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Doyle.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Dyck.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Folkman.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Foster.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Franklin.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Gray.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Groetzsch.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Harries.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Heawood.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Hypercube.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Koenisberg.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Levi.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-McGee.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Moebius.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Nauru.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Pappus.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Petersen.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Platonic.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Robertson.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Tutte.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Wong.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-couverture.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-main.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/namedg.ist
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-1-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-1-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-1-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-10-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-10-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-11-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-11-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-11-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-11-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-13-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-13-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-13-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-13-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-14-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-15-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-15-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-15-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-16-0-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-17-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-17-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-17-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-18-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-18-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-19-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-2-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-2-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-2-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-2-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-20-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-20-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-21-0-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-21-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-21-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-22-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-22-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-22-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-23-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-23-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-23-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-23-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-23-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-23-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-23-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-24-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-24-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-24-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-8-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-9-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-10-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-11-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-12-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-13-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-14-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-8-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-9-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-27-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-27-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-27-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-27-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-28-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-29-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-3-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-3-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-3-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-4-0-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-6-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-6-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-8-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-8-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-8-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-9-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-9-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/tkzpreamblenamed.ltx
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/readme-namedgraph.txt
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/Grid.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/gr-Circulant.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/gr-Complet-16.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/gr-edgeingraphmodloop.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/grCLadder.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/grDoubleMod.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/grExtraChords.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/grLadder.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/grSQCycle.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/grStar.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/grWheel.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/hypercube.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/hypercube_simple.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/hypercubed.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/Grid.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/gr-Circulant.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/gr-Complet-16.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/gr-edgeingraphmodloop.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/grCLadder.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/grDoubleMod.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/grExtraChords.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/grLadder.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/grSQCycle.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/grStar.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/grWheel.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/hypercube_simple.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/hypercubed.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/TKZdoc-berge-classic.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/TKZdoc-berge-installation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/TKZdoc-berge-macros-e.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/TKZdoc-berge-macros.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/TKZdoc-berge-main.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/TKZdoc-berge-style.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/TKZdoc-gr-installation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/berge.ist
%doc %{_texmfdistdir}/doc/latex/tkz-berge/readme-tkz-berge.txt
%doc %{_texmfdistdir}/doc/latex/tkz-berge/tkz-berge-screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00c-3
+ Revision: 081cd69
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21614 |14mr|texlive-tkz-doc-1.1c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22959
# category Package
# catalog-ctan /macros/latex/contrib/tkz-doc
# catalog-date 2011-06-05 23:10:23 +0200
# catalog-license lppl
# catalog-version 1.1c
Name:		texlive-tkz-doc
Version:	1.1c
Release:	3
Summary:	Documentation macros for the TKZ series of packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz-doc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-doc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-doc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle offers a documentation class (tkz-doc) and a
package (tkzexample). These files are used in the documentation
of the author's packages tkz-tab and tkz-linknodes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-doc/tkz-doc.cls
%{_texmfdistdir}/tex/latex/tkz-doc/tkzexample.sty
%doc %{_texmfdistdir}/doc/latex/tkz-doc/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1c-3
+ Revision: d036590
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21615 |14mr|texlive-tkz-euclide-1.16c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22830
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-euclide
# catalog-date 2011-06-05 23:10:23 +0200
# catalog-license lppl
# catalog-version 1.16c
Name:		texlive-tkz-euclide
Version:	1.16c
Release:	3
Summary:	Tools for drawing euclidean geometry
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-euclide
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-euclide.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-euclide.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The tkz-euclide package is tis a set of files, designed to give
math teachers and students) easy access at the programmation of
euclidean geometry with TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-euclide.sty
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-lib-symbols.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-addpoints.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-angles.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-arcs.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-circles.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-lines.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-polygons.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-protractor.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-sectors.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-vectors.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-tools-intersections.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-tools-transformations.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/README
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/examples/info_euclide_tex.txt
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/examples/latex/euclide-tex.zip
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/examples/tkzeuclpreamble.ltx
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-FAQ.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-alea.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-arcs.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-base.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-circles.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-compass.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-config.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-example.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-exemples.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-installation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-intersec.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-lines.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-main.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-obj.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-points.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-polygons.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-presentation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-rapporteur.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-sectors.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-segments.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-tips_and_tricks.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-tools.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-transf.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-vec.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/euclide.ist
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/readme-tkz-euclide-fr.txt
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/readme-tkz-euclide.txt
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/tkz-euclide-screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.16c-3
+ Revision: a9b9f08
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21616 |14mr|texlive-tkz-fct-1.16c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22831
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-fct
# catalog-date 2011-06-05 23:10:23 +0200
# catalog-license lppl
# catalog-version 1.16c
Name:		texlive-tkz-fct
Version:	1.16c
Release:	3
Summary:	Tools for drawing graphs of functions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-fct
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-fct.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-fct.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The tkz-fct package is designed to give math teachers (and
students) easy access at the programmation of graphs of
functions with TikZ and gnuplot.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-fct/tkz-fct.sty
%doc %{_texmfdistdir}/doc/latex/tkz-fct/README
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/info_fct_tex.txt
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-1-0-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-10-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-10-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-10-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-10-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-10-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-10-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-10-8-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-11-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-11-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-11-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-11-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-11-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-11-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-11-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-12-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-12-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-12-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-12-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-12-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-12-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-13-0-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-6-1.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-7-1.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-7-2.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-7-3.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-7-4.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-8-1.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-8-2.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-15-0-3.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-15-0-4.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-16-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-16-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-3-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-3-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-4-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-4-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-4-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-4-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-4-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-4-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-4-8-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-5-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-5-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-5-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-5-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-5-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-5-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-6-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-10-2.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-8-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-9-1.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-10-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-11-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-8-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-9-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-9-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-9-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-9-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-9-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/tkzfctpreamble.ltx
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-VDW.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-area.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-asymptote.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-bac.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-compilation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-example.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-faq.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-fonctions.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-fppgf.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-installation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-interpolation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-label.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-liste.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-main.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-param.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-point.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-polar.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-riemann.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-symbol.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-tangent.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-why.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/fct.ist
%doc %{_texmfdistdir}/doc/latex/tkz-fct/readme-tkz-fct-fr.txt
%doc %{_texmfdistdir}/doc/latex/tkz-fct/readme-tkz-fct.txt
%doc %{_texmfdistdir}/doc/latex/tkz-fct/readme.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/tkz-fct-screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.16c-3
+ Revision: 28b406f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21617 |14mr|texlive-tkz-graph-1.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22832
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-graph
# catalog-date 2011-06-06 00:03:44 +0200
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-tkz-graph
Version:	1.00
Release:	3
Summary:	Draw graph-theory graphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-graph
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-graph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-graph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is designed to create graph diagrams as simply as
possible, using TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-graph/tkz-graph.sty
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-Dijkstra.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-Welsh.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-annales.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-couverture.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-edge.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-installation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-label.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-main.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-presentation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-prob.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-style.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-vertex.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-vertices.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/graph.ist
%doc %{_texmfdistdir}/doc/latex/tkz-graph/readme-tkz-graph.txt
%doc %{_texmfdistdir}/doc/latex/tkz-graph/tkz-graph-screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-3
+ Revision: 64f12fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21618 |14mr|texlive-tkz-kiviat-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22857
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-kiviat
# catalog-date 2011-06-07 15:47:15 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-tkz-kiviat
Version:	0.1
Release:	3
Summary:	Draw Kiviat graphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-kiviat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-kiviat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-kiviat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to draw Kiviat Graphs directly, or
with data from an external file. The drawing is done with the
help of pgfplots.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-kiviat/tkz-kiviat.sty
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/TKZdoc-kiviat-main.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/examples/latex/file.dat
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/examples/latex/kiviat1.tex
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/examples/latex/kiviat2.tex
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/examples/latex/kiviat3.tex
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/examples/latex/kiviat4.tex
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/examples/latex/kiviat5.tex
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/latex/TKZdoc-kiviat-main.tex
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/latex/file.dat
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/latex/file2.dat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 6cf21f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21619 |14mr|texlive-tkz-linknodes-1.0c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22833
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-linknodes
# catalog-date 2011-06-05 23:10:23 +0200
# catalog-license lppl
# catalog-version 1.0c
Name:		texlive-tkz-linknodes
Version:	1.0c
Release:	3
Summary:	Link nodes in mathematical environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-linknodes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-linknodes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-linknodes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package arose from a requirement to link the elements of an
amsmath align or aligned environment. The package makes use of
PGF/TikZ. The package documentation relies on the facilities of
the tkz-doc bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-linknodes/tkz-linknodes.sty
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/README
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/examples/equation.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/examples/latex/equation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/examples/latex/quadratic.tex
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/examples/latex/system.tex
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/examples/quadratic.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/examples/system.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/latex/TKZdoc-linknodes-us.tex
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/latex/linknodes.ist
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/readme-linknodes.txt
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/tkz-linknodes-screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0c-3
+ Revision: adf71b3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21620 |14mr|texlive-tkz-orm-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16849
# category Package
# catalog-ctan /graphics/pgf/contrib/tkz-orm
# catalog-date 2010-01-28 13:16:16 +0100
# catalog-license gpl
# catalog-version 0.1
Name:		texlive-tkz-orm
Version:	0.1
Release:	3
Summary:	Create Object-Role Model (ORM) diagrams,
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tkz-orm
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-orm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-orm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides styles for drawing Object-Role Model (ORM)
diagrams in TeX based on the pgf and TikZ picture environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-orm/tkz-orm.sty
%doc %{_texmfdistdir}/doc/latex/tkz-orm/LICENSE
%doc %{_texmfdistdir}/doc/latex/tkz-orm/Makefile
%doc %{_texmfdistdir}/doc/latex/tkz-orm/README
%doc %{_texmfdistdir}/doc/latex/tkz-orm/pgfmanualstyle.sty
%doc %{_texmfdistdir}/doc/latex/tkz-orm/tkz-orm.bib
%doc %{_texmfdistdir}/doc/latex/tkz-orm/tkz-orm.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-orm/tkz-orm.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 8877109
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21621 |14mr|texlive-tkz-tab-1.3c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22834
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-tab
# catalog-date 2011-06-05 23:10:23 +0200
# catalog-license lppl
# catalog-version 1.3c
Name:		texlive-tkz-tab
Version:	1.3c
Release:	3
Summary:	Tables of signs and variations using PGF/TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-tab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-tab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-tab.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides comprehensive facilities for preparing
lists of signs and variations, using PGF. The package
documentation requires the tkz-doc bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-tab/tkz-tab.sty
%doc %{_texmfdistdir}/doc/latex/tkz-tab/README
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZ-doc-tab-faq.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-adapt.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-bac.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-examples.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-image.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-init.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-install.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-main.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-sign.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-slope.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-style.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-tangente.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-tv.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-valeurs.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-variation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab.ist
%doc %{_texmfdistdir}/doc/latex/tkz-tab/readme-us.txt
%doc %{_texmfdistdir}/doc/latex/tkz-tab/tkz-tab-screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3c-3
+ Revision: d928bae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21622 |14mr|texlive-tlc2-20101024-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26096
# category Package
# catalog-ctan /info/examples/tlc2
# catalog-date 2010-10-24 16:46:02 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-tlc2
Version:	20101024
Release:	2
Summary:	Examples from "The LaTeX Companion", second edition
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/tlc2
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tlc2.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tlc2.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The source of the examples printed in the book, together with
necessary supporting files. The book was published by Addison-
Wesley, 2004, ISBN 0-201-36299-6.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/tlc2/1-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/1-3-2.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/1-3-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/1-3-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/1-3-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-21.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-22.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-23.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-24.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-25.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-26.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-27.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-1-9.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-2-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-3-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-3-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-3-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-3-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-3-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-3-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-3-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-3-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-3-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-3-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-3-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-4-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/10-4-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-1-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-1-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-1-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-2-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-2-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-2-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-2-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-2-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-2-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-2-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-2-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-2-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-2-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-2-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-2-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-2-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-2-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-21.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-22.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-23.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-24.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-25.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-26.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-27.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-3-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-4-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-4-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-4-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-4-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-4-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-4-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-21.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-22.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-23.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-24.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-25.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-26.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-27.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-28.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-29.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-30.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-31.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-32.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-33.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-34.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-35.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-36.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-37.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-38.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-39.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-40.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-41.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-42.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-43.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-44.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-45.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-46.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-47.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-48.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-49.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-5-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-6-1.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/12-6-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-6-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-6-3.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/12-6-4.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/12-6-5.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/12-6-6.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/12-6-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-6-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/12-6-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/13-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/13-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/13-5-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/13-5-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/13-5-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/13-5-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/13-5-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/13-5-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/13-5-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/14-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/14-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-1-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-21.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-22.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-2-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-3-1.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/2-3-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-3-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-3-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-3-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-3-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-3-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-3-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-3-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-3-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-3-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-3-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-3-8.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/2-3-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-4-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-4-4.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/2-4-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-4-6.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/2-4-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-4-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/2-4-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-21.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-22.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-23.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-24.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-25.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-26.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-27.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-28.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-29.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-30.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-31.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-32.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-33.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-34.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-35.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-36.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-37.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-38.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-39.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-40.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-41.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-42.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-43.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-44.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-45.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-46.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-47.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-48.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-49.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-50.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-51.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-52.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-53.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-1-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-17.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-18.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-21.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-22.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-23.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-24.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-25.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-26.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-27.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-28.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-7.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-2-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-21.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-22.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-23.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-24.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-25.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-26.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-27.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-28.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-29.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-30.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-3-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-21.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-22.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-23.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-24.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-25.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-26.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-27.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-28.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-29.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-30.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-31.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-32.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-33.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-34.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-35.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-36.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-37.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-38.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-39.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-40.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-41.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-42.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-4-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/3-5-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-1-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-2-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-2-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-2-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-2-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-2-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-2-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-2-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-2-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-2-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-2-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-2-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-2-8.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-2-9.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-3-1.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-3-2.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-3-3.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-10.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-11.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-12.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-13.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-15.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-4.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-5.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-6.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-7.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-8.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-4-9.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-5-1.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/4-5-2.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/5-1-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-1-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-1-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-1-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-2-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-2-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-2-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-2-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-2-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-2-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-2-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-2-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-2-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-2-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-2-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-2-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-2-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-3-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-3-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-3-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-3-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-3-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-4-1.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/5-4-2.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/5-4-3.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/5-4-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-4-5.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/5-4-6.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/5-5-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-5-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-6-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-6-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-6-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-6-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-6-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-6-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-6-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-6-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-7-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-7-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-7-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-7-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-7-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-7-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-7-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-7-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-8-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-8-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-9-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-9-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-9-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-9-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-9-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/5-9-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-3-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-3-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-3-4.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/6-3-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-3-6.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/6-3-7.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/6-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-4-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-4-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-4-5.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/6-4-6.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/6-4-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-4-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-14.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-18.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-7.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/6-5-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-10-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-12-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-3-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-3-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-3-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-3-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-3-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-3-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-3-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-4-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-4-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-4-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-5-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-6-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-6-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-6-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-6-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-6-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-6-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-6-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-6-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-6-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-6-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-6-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-6-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-21.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-22.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-23.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-24.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-25.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-26.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-27.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-28.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-29.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-7-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-21.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-22.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-8-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-9-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/7-9-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-21.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-22.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-23.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-24.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-25.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-26.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-27.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-28.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-29.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-2-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-21.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-22.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-23.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-24.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-25.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-26.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-27.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-28.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-29.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-30.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-31.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-32.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-33.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-34.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-35.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-36.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-37.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-38.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-39.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-3-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-4-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-4-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-4-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-4-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-4-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-4-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-4-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-4-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-4-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-4-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-4-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-4-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-5-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-5-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-5-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-5-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-6-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-6-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-6-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-6-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-7-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-7-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-7-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-7-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-7-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-7-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-7-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-21.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-22.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-23.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-24.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-25.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-8-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-9-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-9-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-9-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-9-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-9-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-9-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-9-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/8-9-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-2-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-2-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-2-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-2-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-2-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-2-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-2-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-2-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-21.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-22.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-23.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-24.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-25.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-26.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-27.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-28.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-29.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-30.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-31.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-32.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-33.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-34.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-35.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-36.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-37.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-38.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-39.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-3-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-4-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-4-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-4-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-4-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-4-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/9-5-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-1-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-12.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-13.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-14.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-15.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-16.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-17.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-18.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-19.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-20.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-21.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-2-9.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-3-10.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-3-11.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-3-2.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-3-3.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-3-4.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-3-5.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-3-6.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-3-7.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-3-8.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/A-3-9.ltx2
%doc %{_texmfdistdir}/doc/latex/tlc2/B-3-1.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/Escher.ps
%doc %{_texmfdistdir}/doc/latex/tlc2/cat.ps
%doc %{_texmfdistdir}/doc/latex/tlc2/elephant.ps
%doc %{_texmfdistdir}/doc/latex/tlc2/indexexa.ltx
%doc %{_texmfdistdir}/doc/latex/tlc2/jura.bib
%doc %{_texmfdistdir}/doc/latex/tlc2/partial.toc
%doc %{_texmfdistdir}/doc/latex/tlc2/rosette.ps
%doc %{_texmfdistdir}/doc/latex/tlc2/tex.bib
%doc %{_texmfdistdir}/doc/latex/tlc2/ttctexa.cls
%doc %{_texmfdistdir}/doc/latex/tlc2/ttctexamargin.cls
%doc %{_texmfdistdir}/doc/latex/tlc2/ttctexareport.cls
%doc %{_texmfdistdir}/doc/latex/tlc2/w.eps
%doc %{_texmfdistdir}/doc/latex/tlc2/w.ps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20101024-2
+ Revision: 294848d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21623 |14mr|texlive-tlpkg-20131129-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq			'perl\\(Text::Unidecode\\)|perl\\(Tie::Watch\\)|perl\\(SelfLoader\\)'

%define _tlpkgdir			%{_datadir}/tlpkg
%define _texmfdir			%{_datadir}/texmf
%define _texmfdistdir			%{_datadir}/texmf-dist
%define _texmflocaldir			%{_datadir}/texmf-local
%define _texmfextradir			%{_datadir}/texmf-extra
%define _texmffontsdir			%{_datadir}/texmf-fonts
%define _texmfprojectdir		%{_datadir}/texmf-project
%define _texmfvardir			%{_localstatedir}/lib/texmf
%define _texmfconfdir			%{_sysconfdir}/texmf
%define _texmf_fmtutil_d		%{_datadir}/tlpkg/fmtutil.cnf.d
%define _texmf_updmap_d			%{_datadir}/tlpkg/updmap.cfg.d
%define _texmf_language_dat_d		%{_datadir}/tlpkg/language.dat.d
%define _texmf_language_def_d		%{_datadir}/tlpkg/language.def.d
%define _texmf_language_lua_d		%{_datadir}/tlpkg/language.lua.d

%define _texmf_enable_asymptote		0
%define _texmf_enable_biber		0
%define _texmf_enable_xindy		0
%define _texmf_with_system_dialog	1
%define _texmf_with_system_lcdf		0
%define _texmf_with_system_poppler	1
%define _texmf_with_system_psutils	1
%define _texmf_with_system_t1lib	1
%define _texmf_with_system_tex4ht	0
%define _texmf_with_system_teckit	0

Name:		texlive-tlpkg
Version:	20131129
Release:	6
Summary:	The TeX formatting system
URL:		http://tug.org/texlive/
Group:		Publishing
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Source2:	tlpobj2spec.pl
Source3:	fmtutil-hdr.cnf
Source4:	updmap-hdr.cfg
Source5:	texlive.post
Source6:	checkupdates.pl
Source7:	texlive.macros
Source8:	tlmgr
BuildArch:	noarch

Requires:	perl-Proc-Daemon
Requires:	perl-Proc-PID-File
Requires:	perl-XML-XPath

%post
    if [ ! -f %{_texmfconfdir}/web2c/updmap.cfg ]; then
	cp -f %{_texmfdistdir}/web2c/updmap-hdr.cfg %{_texmfconfdir}/web2c/updmap.cfg
    fi
    %{_sbindir}/texlive.post

%description
TeX Live is an easy way to get up and running with the TeX document
production system. It provides a comprehensive TeX system. It includes
all the major TeX-related programs, macro packages, and fonts that are
free software, including support for many languages around the world.

%files
%dir %{_tlpkgdir}
%{_tlpkgdir}/TeXLive/
%{_texmfdistdir}/web2c/fmtutil-hdr.cnf
%{_texmfdistdir}/web2c/updmap-hdr.cfg
%dir %{_texmf_fmtutil_d}
%dir %{_texmf_updmap_d}
%dir %{_texmf_language_dat_d}
%dir %{_texmf_language_def_d}
%dir %{_texmf_language_lua_d}
%ghost %{_texmfconfdir}/web2c/updmap.cfg
%{_bindir}/tlmgr
%{_sbindir}/tlmgr
%{_sbindir}/texlive.post
%{_sysconfdir}/rpm/macros.d/texlive.macros
%{_sysconfdir}/pam.d/tlmgr
%{_sysconfdir}/security/console.apps/tlmgr

#-----------------------------------------------------------------------
%prep
%setup -q -n install-tl-%{version}

%build

%install
mkdir -p %{buildroot}%{_tlpkgdir}
cp -fpr tlpkg/TeXLive %{buildroot}%{_tlpkgdir}

mkdir -p %{buildroot}%{_texmf_fmtutil_d}
mkdir -p %{buildroot}%{_texmf_updmap_d}
mkdir -p %{buildroot}%{_texmf_language_dat_d}
mkdir -p %{buildroot}%{_texmf_language_def_d}
mkdir -p %{buildroot}%{_texmf_language_lua_d}

install -D -m644 %{SOURCE3} %{buildroot}%{_texmfdistdir}/web2c/fmtutil-hdr.cnf
install -D -m644 %{SOURCE4} %{buildroot}%{_texmfdistdir}/web2c/updmap-hdr.cfg
install -D -m644 %{SOURCE4} %{buildroot}%{_texmfconfdir}/web2c/updmap.cfg
install -D -m755 %{SOURCE5} %{buildroot}%{_sbindir}/texlive.post
install -D -m644 %{SOURCE7} %{buildroot}/etc/rpm/macros.d/texlive.macros

# install tlmgr like application
install -D -m755 %{SOURCE8} %{buildroot}%{_sbindir}/tlmgr
mkdir -p %{buildroot}%{_sysconfdir}/pam.d



cat > %{buildroot}%{_sysconfdir}/pam.d/tlmgr <<EOF
#%PAM-1.0
auth           include         config-util
account                include         config-util
session                include         config-util
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/tlmgr << EOF
USER=root
PROGRAM=%{_sbindir}/tlmgr
FALLBACK=false
SESSION=true
EOF
mkdir -p %{buildroot}%{_bindir}
ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/tlmgr

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131129-6
+ Revision: 52ca6ef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21624 |14mr|texlive-tocbibind-1.5k-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20085
# category Package
# catalog-ctan /macros/latex/contrib/tocbibind
# catalog-date 2010-10-13 11:41:41 +0200
# catalog-license lppl
# catalog-version 1.5k
Name:		texlive-tocbibind
Version:	1.5k
Release:	3
Summary:	Add bibliography/index/contents to Table of Contents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tocbibind
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocbibind.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocbibind.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocbibind.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Automatically adds the bibliography and/or the index and/or the
contents, etc., to the Table of Contents listing.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tocbibind/tocbibind.sty
%doc %{_texmfdistdir}/doc/latex/tocbibind/README
%doc %{_texmfdistdir}/doc/latex/tocbibind/tocbibind.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tocbibind/tocbibind.dtx
%doc %{_texmfdistdir}/source/latex/tocbibind/tocbibind.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5k-3
+ Revision: f0a8bde
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21625 |14mr|texlive-tocloft-2.3f-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30209
# category Package
# catalog-ctan /macros/latex/contrib/tocloft
# catalog-date 2013-05-02 18:21:19 +0200
# catalog-license lppl1.3
# catalog-version 2.3f
Name:		texlive-tocloft
Version:	2.3f
Release:	6
Summary:	Control table of contents, figures, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tocloft
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocloft.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocloft.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocloft.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides control over the typography of the Table of Contents,
List of Figures and List of Tables, and the ability to create
new `List of ...'. The ToC \parskip can be changed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tocloft/tocloft.sty
%doc %{_texmfdistdir}/doc/latex/tocloft/README
%doc %{_texmfdistdir}/doc/latex/tocloft/tocloft.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tocloft/tocloft.dtx
%doc %{_texmfdistdir}/source/latex/tocloft/tocloft.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3f-6
+ Revision: a2c0c24
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21626 |14mr|texlive-tocvsec2-1.2b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23444
# category Package
# catalog-ctan /macros/latex/contrib/tocvsec2
# catalog-date 2010-02-28 10:58:14 +0100
# catalog-license lppl1.3
# catalog-version 1.2b
Name:		texlive-tocvsec2
Version:	1.2b
Release:	3
Summary:	Section numbering and table of contents control
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tocvsec2
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocvsec2.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocvsec2.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocvsec2.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides control over section numbering (without recourse to
starred sectional commands) and/or the entries in the Table of
Contents on a section by section basis.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tocvsec2/tocvsec2.sty
%doc %{_texmfdistdir}/doc/latex/tocvsec2/README
%doc %{_texmfdistdir}/doc/latex/tocvsec2/tocvsec2-example.tex
%doc %{_texmfdistdir}/doc/latex/tocvsec2/tocvsec2.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tocvsec2/tocvsec2.dtx
%doc %{_texmfdistdir}/source/latex/tocvsec2/tocvsec2.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2b-3
+ Revision: f59739b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21627 |14mr|texlive-todo-2.142-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17746
# category Package
# catalog-ctan /macros/latex/contrib/todo
# catalog-date 2010-04-01 21:27:08 +0200
# catalog-license lppl1
# catalog-version 2.142
Name:		texlive-todo
Version:	2.142
Release:	3
Summary:	Make a to-do list for a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/todo
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/todo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/todo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/todo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows you to insert "to do" marks in your
document, to make lists of such items, and to cross-reference
to them.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/todo/todo.sty
%doc %{_texmfdistdir}/doc/latex/todo/README
%doc %{_texmfdistdir}/doc/latex/todo/todo-spl.pdf
%doc %{_texmfdistdir}/doc/latex/todo/todo-spl.tex
%doc %{_texmfdistdir}/doc/latex/todo/todo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/todo/todo.dtx
%doc %{_texmfdistdir}/source/latex/todo/todo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.142-3
+ Revision: dea3213
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21628 |14mr|texlive-todonotes-20120725-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27159
# category Package
# catalog-ctan /macros/latex/contrib/todonotes
# catalog-date 2012-07-25 10:56:43 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-todonotes
Version:	20120725
Release:	2
Summary:	Marking things to do in a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/todonotes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/todonotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/todonotes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/todonotes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package lets the user mark things to do later, in a simple
and visually appealing way. The package takes several options
to enable customization/finetuning of the visual appearance.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/todonotes/todonotes.sty
%doc %{_texmfdistdir}/doc/latex/todonotes/README
%doc %{_texmfdistdir}/doc/latex/todonotes/todonotes.pdf
%doc %{_texmfdistdir}/doc/latex/todonotes/todonotesexample.pdf
%doc %{_texmfdistdir}/doc/latex/todonotes/todonotesexample.tex
#- source
%doc %{_texmfdistdir}/source/latex/todonotes/todonotes.dtx
%doc %{_texmfdistdir}/source/latex/todonotes/todonotes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120725-2
+ Revision: 224bcfb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21629 |14mr|texlive-tokenizer-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tokenizer
# catalog-date 2006-12-23 09:07:09 +0100
# catalog-license lppl
# catalog-version 1.1.0
Name:		texlive-tokenizer
Version:	1.1.0
Release:	3
Summary:	A tokenizer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tokenizer
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tokenizer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tokenizer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A tokenizer for LaTeX. \GetTokens{Target1}{Target2}{Source}
Splits Source into two tokens at the first encounter of a
comma. The first token is saved in a newly created command with
the name passed as Target1 and the second token likewise. A
package option 'trim' causes leading and trailing space to be
removed from each token; with this option, the \TrimSpaces
command is defined, which removes leading and trailing spaces
from its argument.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tokenizer/tokenizer.sty
%doc %{_texmfdistdir}/doc/latex/tokenizer/tokenizer.pdf
%doc %{_texmfdistdir}/doc/latex/tokenizer/tokenizer.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-3
+ Revision: ff24faa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21630 |14mr|texlive-toolbox-5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/toolbox
# catalog-date 2008-02-29 19:54:55 +0100
# catalog-license lppl
# catalog-version 5.1
Name:		texlive-toolbox
Version:	5.1
Release:	3
Summary:	Macros for writing indices, glossaries
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/toolbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/toolbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/toolbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/toolbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for (La)TeX which provides some macros which are
convenient for writing indices, glossaries, or other macros. It
contains macros which support: implicit macros; fancy optional
arguments; loops over tokenlists and itemlists; searching and
splitting; controlled expansion; redefinition of macros; and
concatenated macro names; macros for text replacement.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/toolbox/toolbox.sty
%doc %{_texmfdistdir}/doc/latex/toolbox/README
%doc %{_texmfdistdir}/doc/latex/toolbox/toolbox.tex
%doc %{_texmfdistdir}/doc/latex/toolbox/toolbox.txt
#- source
%doc %{_texmfdistdir}/source/latex/toolbox/toolbox.dtx
%doc %{_texmfdistdir}/source/latex/toolbox/toolbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.1-3
+ Revision: 76b646e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21631 |14mr|texlive-tools-20120606-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32900
# category Package
# catalog-ctan /macros/latex/required/tools
# catalog-date 2012-06-06 12:15:04 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-tools
Version:	20120606
Release:	7
Summary:	The LaTeX standard tools bundle
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/required/tools
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of (variously) simple tools provided as part of
the LaTeX required tools distribution, comprising: afterpage,
array, bm, calc, dcolumn, delarray, enumerate, fileerr,
fontsmpl, ftnright, hhline, indentfirst, layout, longtable,
multicol, rawfonts, showkeys, somedefs, tabularx, theorem,
trace, varioref, verbatim, xr, and xspace.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tools/.tex
%{_texmfdistdir}/tex/latex/tools/afterpage.sty
%{_texmfdistdir}/tex/latex/tools/array.sty
%{_texmfdistdir}/tex/latex/tools/bm.sty
%{_texmfdistdir}/tex/latex/tools/calc.sty
%{_texmfdistdir}/tex/latex/tools/dcolumn.sty
%{_texmfdistdir}/tex/latex/tools/delarray.sty
%{_texmfdistdir}/tex/latex/tools/e.tex
%{_texmfdistdir}/tex/latex/tools/enumerate.sty
%{_texmfdistdir}/tex/latex/tools/fontsmpl.sty
%{_texmfdistdir}/tex/latex/tools/fontsmpl.tex
%{_texmfdistdir}/tex/latex/tools/ftnright.sty
%{_texmfdistdir}/tex/latex/tools/h.tex
%{_texmfdistdir}/tex/latex/tools/hhline.sty
%{_texmfdistdir}/tex/latex/tools/indentfirst.sty
%{_texmfdistdir}/tex/latex/tools/layout.sty
%{_texmfdistdir}/tex/latex/tools/longtable.sty
%{_texmfdistdir}/tex/latex/tools/multicol.sty
%{_texmfdistdir}/tex/latex/tools/q.tex
%{_texmfdistdir}/tex/latex/tools/r.tex
%{_texmfdistdir}/tex/latex/tools/rawfonts.sty
%{_texmfdistdir}/tex/latex/tools/s.tex
%{_texmfdistdir}/tex/latex/tools/showkeys.sty
%{_texmfdistdir}/tex/latex/tools/somedefs.sty
%{_texmfdistdir}/tex/latex/tools/tabularx.sty
%{_texmfdistdir}/tex/latex/tools/thb.sty
%{_texmfdistdir}/tex/latex/tools/thc.sty
%{_texmfdistdir}/tex/latex/tools/thcb.sty
%{_texmfdistdir}/tex/latex/tools/theorem.sty
%{_texmfdistdir}/tex/latex/tools/thm.sty
%{_texmfdistdir}/tex/latex/tools/thmb.sty
%{_texmfdistdir}/tex/latex/tools/thp.sty
%{_texmfdistdir}/tex/latex/tools/trace.sty
%{_texmfdistdir}/tex/latex/tools/varioref.sty
%{_texmfdistdir}/tex/latex/tools/verbatim.sty
%{_texmfdistdir}/tex/latex/tools/verbtest.tex
%{_texmfdistdir}/tex/latex/tools/x.tex
%{_texmfdistdir}/tex/latex/tools/xr.sty
%{_texmfdistdir}/tex/latex/tools/xspace.sty
%doc %{_texmfdistdir}/doc/latex/tools/afterpage.pdf
%doc %{_texmfdistdir}/doc/latex/tools/array.pdf
%doc %{_texmfdistdir}/doc/latex/tools/bm.pdf
%doc %{_texmfdistdir}/doc/latex/tools/calc.pdf
%doc %{_texmfdistdir}/doc/latex/tools/changes.txt
%doc %{_texmfdistdir}/doc/latex/tools/dcolumn.pdf
%doc %{_texmfdistdir}/doc/latex/tools/delarray.pdf
%doc %{_texmfdistdir}/doc/latex/tools/enumerate.pdf
%doc %{_texmfdistdir}/doc/latex/tools/fileerr.pdf
%doc %{_texmfdistdir}/doc/latex/tools/fontsmpl.pdf
%doc %{_texmfdistdir}/doc/latex/tools/ftnright.pdf
%doc %{_texmfdistdir}/doc/latex/tools/hhline.pdf
%doc %{_texmfdistdir}/doc/latex/tools/indentfirst.pdf
%doc %{_texmfdistdir}/doc/latex/tools/layout.pdf
%doc %{_texmfdistdir}/doc/latex/tools/longtable.pdf
%doc %{_texmfdistdir}/doc/latex/tools/manifest.txt
%doc %{_texmfdistdir}/doc/latex/tools/multicol.pdf
%doc %{_texmfdistdir}/doc/latex/tools/rawfonts.pdf
%doc %{_texmfdistdir}/doc/latex/tools/readme.txt
%doc %{_texmfdistdir}/doc/latex/tools/showkeys.pdf
%doc %{_texmfdistdir}/doc/latex/tools/somedefs.pdf
%doc %{_texmfdistdir}/doc/latex/tools/tabularx.pdf
%doc %{_texmfdistdir}/doc/latex/tools/theorem.pdf
%doc %{_texmfdistdir}/doc/latex/tools/tools.pdf
%doc %{_texmfdistdir}/doc/latex/tools/trace.pdf
%doc %{_texmfdistdir}/doc/latex/tools/varioref.pdf
%doc %{_texmfdistdir}/doc/latex/tools/verbatim.pdf
%doc %{_texmfdistdir}/doc/latex/tools/xr.pdf
%doc %{_texmfdistdir}/doc/latex/tools/xspace.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tools/afterpage.dtx
%doc %{_texmfdistdir}/source/latex/tools/array.dtx
%doc %{_texmfdistdir}/source/latex/tools/bm.dtx
%doc %{_texmfdistdir}/source/latex/tools/calc.dtx
%doc %{_texmfdistdir}/source/latex/tools/dcolumn.dtx
%doc %{_texmfdistdir}/source/latex/tools/delarray.dtx
%doc %{_texmfdistdir}/source/latex/tools/enumerate.dtx
%doc %{_texmfdistdir}/source/latex/tools/fileerr.dtx
%doc %{_texmfdistdir}/source/latex/tools/fontsmpl.dtx
%doc %{_texmfdistdir}/source/latex/tools/ftnright.dtx
%doc %{_texmfdistdir}/source/latex/tools/hhline.dtx
%doc %{_texmfdistdir}/source/latex/tools/indentfirst.dtx
%doc %{_texmfdistdir}/source/latex/tools/layout.dtx
%doc %{_texmfdistdir}/source/latex/tools/longtable.dtx
%doc %{_texmfdistdir}/source/latex/tools/multicol.dtx
%doc %{_texmfdistdir}/source/latex/tools/rawfonts.dtx
%doc %{_texmfdistdir}/source/latex/tools/showkeys.dtx
%doc %{_texmfdistdir}/source/latex/tools/somedefs.dtx
%doc %{_texmfdistdir}/source/latex/tools/tabularx.dtx
%doc %{_texmfdistdir}/source/latex/tools/theorem.dtx
%doc %{_texmfdistdir}/source/latex/tools/tools.ins
%doc %{_texmfdistdir}/source/latex/tools/trace.dtx
%doc %{_texmfdistdir}/source/latex/tools/varioref.dtx
%doc %{_texmfdistdir}/source/latex/tools/verbatim.dtx
%doc %{_texmfdistdir}/source/latex/tools/xr.dtx
%doc %{_texmfdistdir}/source/latex/tools/xspace.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120606-7
+ Revision: 49d9e91
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21632 |14mr|texlive-topfloat-20070117-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19084
# category Package
# catalog-ctan /macros/latex/contrib/topfloat
# catalog-date 2007-01-17 10:01:14 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-topfloat
Version:	20070117
Release:	3
Summary:	Move floats to the top of the page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/topfloat
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/topfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/topfloat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive topfloat package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/topfloat/topfloat.sty
%doc %{_texmfdistdir}/doc/latex/topfloat/topfloat.pdf
%doc %{_texmfdistdir}/doc/latex/topfloat/topfloat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070117-3
+ Revision: bced161
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21633 |14mr|texlive-toptesi-5.60-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27275
# category Package
# catalog-ctan /macros/latex/contrib/toptesi
# catalog-date 2012-07-31 19:56:52 +0200
# catalog-license lppl1.3
# catalog-version 5.60
Name:		texlive-toptesi
Version:	5.60
Release:	2
Summary:	Bundle of files for typsetting theses
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/toptesi
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/toptesi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/toptesi.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/toptesi.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle contains everything is needed for typesetting a
bachelor, master or PhD thesis in Italian (or in any other
language supported by LaTeX: the bundle is constructed to
support multilingual use). The infix strings may be selected
and specified at will by means of a configuration file, so as
to customize the layout of the front page to the requirements
of a specific university. Thanks to its language management,
the bundle is suited for multilanguage theses that are becoming
more and more frequent thanks to the double degree programs of
the European Community Socrates programs. Toptesi is designed
to save the PDF version of a thesis in PDF/A-1b compliant mode
and with all the necessary metadata.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/toptesi/topcoman.sty
%{_texmfdistdir}/tex/latex/toptesi/topfront.sty
%{_texmfdistdir}/tex/latex/toptesi/toptesi.cfg
%{_texmfdistdir}/tex/latex/toptesi/toptesi.cls
%{_texmfdistdir}/tex/latex/toptesi/toptesi.sty
%doc %{_texmfdistdir}/doc/latex/toptesi/FrontespiziAssemblati.pdf
%doc %{_texmfdistdir}/doc/latex/toptesi/LPPL.tex
%doc %{_texmfdistdir}/doc/latex/toptesi/README
%doc %{_texmfdistdir}/doc/latex/toptesi/manifest.txt
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-doc-xetex-a.pdf
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-doc-xetex-def.ps
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-doc-xetex.pdf
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-doc-xetex.tex
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-example-xetex.pdf
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-example-xetex.tex
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-example.pdf
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-example.tex
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-example.xmpdata
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi.pdf
#- source
%doc %{_texmfdistdir}/source/latex/toptesi/toptesi.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.60-2
+ Revision: 2756830
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21634 |14mr|texlive-totcount-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21178
# category Package
# catalog-ctan /macros/latex/contrib/totcount
# catalog-date 2011-01-25 21:21:41 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-totcount
Version:	1.2
Release:	3
Summary:	Find the last value of a counter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/totcount
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/totcount.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/totcount.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/totcount.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package records the value that was last set, for any
counter of interest; since most such counters are simply
incremented when they are changed, the recorded value will
usually be the maximum value.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/totcount/totcount.sty
%doc %{_texmfdistdir}/doc/latex/totcount/README
%doc %{_texmfdistdir}/doc/latex/totcount/totcount-ex.tex
%doc %{_texmfdistdir}/doc/latex/totcount/totcount.pdf
#- source
%doc %{_texmfdistdir}/source/latex/totcount/totcount.drv
%doc %{_texmfdistdir}/source/latex/totcount/totcount.dtx
%doc %{_texmfdistdir}/source/latex/totcount/totcount.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: a86ec51
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21635 |14mr|texlive-totpages-2.00-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/totpages
# catalog-date 2007-01-18 20:18:05 +0100
# catalog-license lppl
# catalog-version 2.00
Name:		texlive-totpages
Version:	2.00
Release:	3
Summary:	Count pages in a document, and report last page number
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/totpages
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/totpages.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/totpages.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/totpages.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package counts the actual pages in the document (as opposed
to reporting the number of the last page, as does lastpage).
The counter itself may be shipped out to the DVI file. The
package uses the everyshi package for its task.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/totpages/totpages.sty
%doc %{_texmfdistdir}/doc/latex/totpages/README
%doc %{_texmfdistdir}/doc/latex/totpages/totexmpl.tex
%doc %{_texmfdistdir}/doc/latex/totpages/totpages.pdf
#- source
%doc %{_texmfdistdir}/source/latex/totpages/totpages.drv
%doc %{_texmfdistdir}/source/latex/totpages/totpages.dtx
%doc %{_texmfdistdir}/source/latex/totpages/totpages.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.00-3
+ Revision: 534f27c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21636 |14mr|texlive-tpic2pdftex-1.97-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /graphics/tpic2pdftex
# catalog-date 2012-08-24 00:56:38 +0200
# catalog-license gpl
# catalog-version 1.97
Name:		texlive-tpic2pdftex
Version:	1.97
Release:	9
Summary:	Use tpic commands in PDFTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/tpic2pdftex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tpic2pdftex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tpic2pdftex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tpic2pdftex.x86_64-linux.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Provides:	texlive-tpic2pdftex.bin = %{EVRD}

%description
The AWK script converts pic language, embedded inline
(delimited by .PS and .PE markers), to \pdfliteral commands.

#-----------------------------------------------------------------------
%files
%{_bindir}/tpic2pdftex
%doc %{_mandir}/man1/tpic2pdftex.1*
%doc %{_texmfdistdir}/doc/man/man1/tpic2pdftex.man1.pdf
%doc %{_texmfdistdir}/doc/tpic2pdftex/Makefile
%doc %{_texmfdistdir}/doc/tpic2pdftex/beamerexample.pdf
%doc %{_texmfdistdir}/doc/tpic2pdftex/beamerexample.pic
%doc %{_texmfdistdir}/doc/tpic2pdftex/example.pdf
%doc %{_texmfdistdir}/doc/tpic2pdftex/example.pic

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
# shell script
mkdir -p %{buildroot}%{_bindir}
cp -fpa bin/x86_64-linux/tpic2pdftex %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.97-9
+ Revision: e62bf42
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21637 |14mr|texlive-tpslifonts-0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/exptl/texpower/tpslifonts
# catalog-date 2007-01-18 20:18:05 +0100
# catalog-license gpl
# catalog-version 0.6
Name:		texlive-tpslifonts
Version:	0.6
Release:	3
Summary:	A LaTeX package for configuring presentation fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/exptl/texpower/tpslifonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tpslifonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tpslifonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package aims to improve presentations in terms of font
readability, especially with maths. The standard cm math fonts
at large design sizes are difficult to read from far away,
especially at low resolutions and low contrast color choice.
Using this package leads to much better overall readability of
some font combinations. The package offers a couple of
'harmonising' combinations of text and math fonts from the
(distant) relatives of computer modern fonts, with a couple of
extras for optimising readability. Text fonts from computer
modern roman, computer modern sans serif, SliTeX computer
modern sans serif, computer modern bright, or concrete roman
are available, in addition to math fonts from computer modern
math, computer modern bright math, or Euler fonts. This package
is part of the TeXPower bundle.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tpslifonts/tpslifonts.sty
%doc %{_texmfdistdir}/doc/latex/tpslifonts/00readme.txt
%doc %{_texmfdistdir}/doc/latex/tpslifonts/0install.txt
%doc %{_texmfdistdir}/doc/latex/tpslifonts/__TPslifonts.tex
%doc %{_texmfdistdir}/doc/latex/tpslifonts/slifontsexample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-3
+ Revision: 51f6fb6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21638 |14mr|texlive-tqft-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24169
# category Package
# catalog-ctan /macros/latex/contrib/tqft
# catalog-date 2011-10-02 00:21:09 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-tqft
Version:	1.0
Release:	3
Summary:	Drawing TQFT diagrams with TikZ/PGF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tqft
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tqft.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tqft.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tqft.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines some node shapes useful for drawing TQFT
diagrams with TikZ/PGF. That is, it defines highly customisable
shapes that look like cobordisms between circles, such as those
used in TQFT and other mathematical diagrams.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tqft/tqft.sty
%doc %{_texmfdistdir}/doc/latex/tqft/README.txt
%doc %{_texmfdistdir}/doc/latex/tqft/tqft_doc.pdf
%doc %{_texmfdistdir}/doc/latex/tqft/tqft_doc.tex
#- source
%doc %{_texmfdistdir}/source/latex/tqft/tqft.dtx
%doc %{_texmfdistdir}/source/latex/tqft/tqft.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: afd7d4e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21639 |14mr|texlive-trajan-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/trajan
# catalog-date 2007-10-24 18:05:15 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-trajan
Version:	1.1
Release:	3
Summary:	Fonts from the Trajan column in Rome
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/trajan
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trajan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trajan.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trajan.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides fonts (in both MetaFont and Adobe Type 1 format) based
on the capitals carved on the Trajan column in Rome in 114 AD,
together with macros to access the fonts. Many typographers
think these rank first among the Roman's artistic legacy. The
font is uppercase letters together with some punctuation and
analphabetics; no lowercase or digits.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/trajan/trjnr10.afm
%{_texmfdistdir}/fonts/afm/public/trajan/trjnsl10.afm
%{_texmfdistdir}/fonts/map/dvips/trajan/trajan.map
%{_texmfdistdir}/fonts/tfm/public/trajan/trjnr10.tfm
%{_texmfdistdir}/fonts/tfm/public/trajan/trjnsl10.tfm
%{_texmfdistdir}/fonts/type1/public/trajan/trjnr10.pfb
%{_texmfdistdir}/fonts/type1/public/trajan/trjnsl10.pfb
%{_texmfdistdir}/tex/latex/trajan/t1trjn.fd
%{_texmfdistdir}/tex/latex/trajan/trajan.sty
%doc %{_texmfdistdir}/doc/latex/trajan/README
%doc %{_texmfdistdir}/doc/latex/trajan/trajan.pdf
%doc %{_texmfdistdir}/doc/latex/trajan/trytrajan.pdf
%doc %{_texmfdistdir}/doc/latex/trajan/trytrajan.tex
#- source
%doc %{_texmfdistdir}/source/latex/trajan/trajan.dtx
%doc %{_texmfdistdir}/source/latex/trajan/trajan.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 6c03d22
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21640 |14mr|texlive-tram-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29803
# category Package
# catalog-ctan /macros/latex/contrib/tram
# catalog-date 2013-04-05 13:20:40 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-tram
Version:	0.2
Release:	6
Summary:	Typeset tram boxes in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tram
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tram.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Tram boxes are highlighted with patterns of dots; the package
defines an environment tram that typesets its content into a
tram box. The pattern used may be selected in an optional
argument to the environment.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/tram/tram.mf
%{_texmfdistdir}/tex/latex/tram/tram.sty
%doc %{_texmfdistdir}/doc/latex/tram/README
%doc %{_texmfdistdir}/doc/latex/tram/tram-doc.pdf
%doc %{_texmfdistdir}/doc/latex/tram/tram-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-6
+ Revision: f8ce85a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21641 |14mr|texlive-translation-array-fr-20111020-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24344
# category Package
# catalog-ctan /info/translations/array/fr
# catalog-date 2011-10-20 17:00:28 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-translation-array-fr
Version:	20111020
Release:	3
Summary:	French translation of the documentation of array
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/array/fr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-array-fr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-array-fr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A French translation of the documentation of array.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/translation-array-fr/Copyright
%doc %{_texmfdistdir}/doc/latex/translation-array-fr/README
%doc %{_texmfdistdir}/doc/latex/translation-array-fr/f-array.dtx
%doc %{_texmfdistdir}/doc/latex/translation-array-fr/f-array.pdf
%doc %{_texmfdistdir}/doc/latex/translation-array-fr/ltxdoc.cfg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111020-3
+ Revision: f4ded5b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21642 |14mr|texlive-translation-arsclassica-de-20110901-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23803
# category Package
# catalog-ctan /info/translations/arsclassica/de
# catalog-date 2011-09-01 19:45:17 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-translation-arsclassica-de
Version:	20110901
Release:	3
Summary:	German version of arsclassica
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/arsclassica/de
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-arsclassica-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-arsclassica-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a "translation" of the arsclassica dcoumentation.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/translation-arsclassica-de/ArsClassica-de.pdf
%doc %{_texmfdistdir}/doc/latex/translation-arsclassica-de/ArsClassica-de.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110901-3
+ Revision: ea12833
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21643 |14mr|texlive-translation-biblatex-de-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24386
# category Package
# catalog-ctan /info/translations/biblatex/de
# catalog-date 2011-10-24 16:26:34 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-translation-biblatex-de
Version:	1.0
Release:	3
Summary:	German translation of the documentation of biblatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/biblatex/de
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-biblatex-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-biblatex-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A German translation of the documentation of biblatex.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/translation-biblatex-de/README
%doc %{_texmfdistdir}/doc/latex/translation-biblatex-de/biblatex-de.pdf
%doc %{_texmfdistdir}/doc/latex/translation-biblatex-de/biblatex-de.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 352ed0c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21644 |14mr|texlive-translation-chemsym-de-20110901-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23804
# category Package
# catalog-ctan /info/translations/chemsym/de
# catalog-date 2011-09-01 18:55:53 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-translation-chemsym-de
Version:	20110901
Release:	3
Summary:	German version of chemsym
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/chemsym/de
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-chemsym-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-chemsym-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a "translation" of the chemsym documentation.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/translation-chemsym-de/00Liesmich.chs
%doc %{_texmfdistdir}/doc/latex/translation-chemsym-de/chemsym-de.dtx
%doc %{_texmfdistdir}/doc/latex/translation-chemsym-de/chemsym-de.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110901-3
+ Revision: 44b481e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21645 |14mr|texlive-translation-dcolumn-fr-20111020-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24345
# category Package
# catalog-ctan /info/translations/dcolumn/fr
# catalog-date 2011-10-20 17:00:28 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-translation-dcolumn-fr
Version:	20111020
Release:	3
Summary:	French translation of the documentation of dcolumn
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/dcolumn/fr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-dcolumn-fr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-dcolumn-fr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A French translation of the documentation of dcolumn.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/translation-dcolumn-fr/Copyright
%doc %{_texmfdistdir}/doc/latex/translation-dcolumn-fr/README
%doc %{_texmfdistdir}/doc/latex/translation-dcolumn-fr/f-dcolumn.dtx
%doc %{_texmfdistdir}/doc/latex/translation-dcolumn-fr/f-dcolumn.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111020-3
+ Revision: 93a2d6a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21646 |14mr|texlive-translation-ecv-de-20110915-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24754
# category Package
# catalog-ctan /info/translations/ecv/de
# catalog-date 2011-09-15 18:36:27 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-translation-ecv-de
Version:	20110915
Release:	3
Summary:	German version of evc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/ecv/de
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-ecv-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-ecv-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a "translation" of the ecv documentation.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/translation-ecv-de/ecvde.dtx.pdf
%doc %{_texmfdistdir}/doc/latex/translation-ecv-de/ecvde.dtx.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110915-3
+ Revision: b8b78a5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21647 |14mr|texlive-translation-enumitem-de-20111004-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24196
# category Package
# catalog-ctan /info/translations/enumitem/de
# catalog-date 2011-10-04 22:25:03 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-translation-enumitem-de
Version:	20111004
Release:	3
Summary:	Enumitem documentation, in German
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/enumitem/de
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-enumitem-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-enumitem-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a translation of the manual for enumitem.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/translation-enumitem-de/enumitem-de.pdf
%doc %{_texmfdistdir}/doc/latex/translation-enumitem-de/enumitem-de.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111004-3
+ Revision: f40ae2a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21648 |14mr|texlive-translation-europecv-de-20110905-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23840
# category Package
# catalog-ctan /info/translations/europecv/de
# catalog-date 2011-09-05 11:34:40 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-translation-europecv-de
Version:	20110905
Release:	3
Summary:	German version of europecv
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/europecv/de
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-europecv-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-europecv-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a "translation" of the europecv documentation.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/Beispiele/at.pdf
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/Beispiele/bulgarian-koi8-r.tex
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/Beispiele/bulgarian-utf8.tex
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/Beispiele/greek-utf8.pdf
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/Beispiele/greek-utf8.tex
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/Beispiele/maltese-maltese.tex
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/Beispiele/maltese-utf8.tex
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/Beispiele/minimal.pdf
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/Beispiele/minimal.tex
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/europecv-de.pdf
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/europecv-de.tex
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/templates/cv_template_de.pdf
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/templates/cv_template_de.tex
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/templates/cv_template_en.pdf
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/templates/cv_template_en.tex
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/templates/cv_template_it.pdf
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/templates/cv_template_it.tex
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/templates/cv_template_pl.pdf
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/templates/cv_template_pl.tex
%doc %{_texmfdistdir}/doc/latex/translation-europecv-de/templates/publications.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110905-3
+ Revision: 4081ffb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21649 |14mr|texlive-translation-filecontents-de-20110918-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24010
# category Package
# catalog-ctan /info/translations/filecontents/de
# catalog-date 2011-09-18 09:08:24 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-translation-filecontents-de
Version:	20110918
Release:	3
Summary:	German version of filecontents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/filecontents/de
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-filecontents-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-filecontents-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a "translation" of the filecontents documentation.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/translation-filecontents-de/filecontents-de.dtx
%doc %{_texmfdistdir}/doc/latex/translation-filecontents-de/filecontents-de.ins
%doc %{_texmfdistdir}/doc/latex/translation-filecontents-de/filecontents-de.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110918-3
+ Revision: f5bcbbc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21650 |14mr|texlive-translation-moreverb-de-20110914-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23957
# category Package
# catalog-ctan /info/translations/moreverb/de
# catalog-date 2011-09-14 17:59:09 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-translation-moreverb-de
Version:	20110914
Release:	3
Summary:	German version of moreverb
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/moreverb/de
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-moreverb-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-moreverb-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a "translation" of the moreverb documentation.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/translation-moreverb-de/filecontens-de.ins.txt
%doc %{_texmfdistdir}/doc/latex/translation-moreverb-de/moreverb-de.dtx.pdf
%doc %{_texmfdistdir}/doc/latex/translation-moreverb-de/moreverb-de.dtx.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110914-3
+ Revision: 6f268df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21651 |14mr|texlive-translation-natbib-fr-20120114-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25105
# category Package
# catalog-ctan /info/translations/natbib/fr
# catalog-date 2012-01-14 10:04:15 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-translation-natbib-fr
Version:	20120114
Release:	2
Summary:	French translation of the documentation of natbib
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/natbib/fr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-natbib-fr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-natbib-fr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A French translation of the documentation of natbib.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/translation-natbib-fr/f-natbib.dtx
%doc %{_texmfdistdir}/doc/latex/translation-natbib-fr/f-natbib.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120114-2
+ Revision: 07c4cb6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21652 |14mr|texlive-translations-1.2a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32779
# category Package
# catalog-ctan /macros/latex/contrib/translations
# catalog-date 2014-01-23 21:38:33 +0100
# catalog-license lppl1.3
# catalog-version 1.2a
Name:		texlive-translations
Version:	1.2a
Release:	2
Summary:	Internationalisation of LaTeX2e packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/translations
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translations.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translations.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package (once part of the exsheets package), provides a
framework for providing multilingual features to a LaTeX
package. The package has its own basic dictionaries for
English, French, German and Spanish; it aims to use translation
material for English, French, German, Italian, Spanish,
Catalan, Turkish, Croatian, Hungarian, Danish and Portuguese
from babel or polyglossia if either is in use in the document.
(Additional languages from the multilingual packages may be
possible: ask the author.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/translations/translations-basic-dictionary-english.trsl
%{_texmfdistdir}/tex/latex/translations/translations-basic-dictionary-french.trsl
%{_texmfdistdir}/tex/latex/translations/translations-basic-dictionary-german.trsl
%{_texmfdistdir}/tex/latex/translations/translations-basic-dictionary-spanish.trsl
%{_texmfdistdir}/tex/latex/translations/translations.sty
%doc %{_texmfdistdir}/doc/latex/translations/README
%doc %{_texmfdistdir}/doc/latex/translations/translations_en.pdf
%doc %{_texmfdistdir}/doc/latex/translations/translations_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2a-2
+ Revision: 9933a63
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21653 |14mr|texlive-translation-tabbing-fr-20111006-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24228
# category Package
# catalog-ctan /info/translations/Tabbing/fr
# catalog-date 2011-10-06 13:30:54 +0200
# catalog-license lppl1
# catalog-version undef
Name:		texlive-translation-tabbing-fr
Version:	20111006
Release:	3
Summary:	French translation of the documentation of Tabbing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/translations/Tabbing/fr
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-tabbing-fr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-tabbing-fr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
A translation to French (by the author) of the documentation of
the Tabbing package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/translation-tabbing-fr/f-Tabbing.dtx
%doc %{_texmfdistdir}/doc/latex/translation-tabbing-fr/f-Tabbing.pdf
%doc %{_texmfdistdir}/doc/latex/translation-tabbing-fr/ltxdoc.cfg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111006-3
+ Revision: b4cd799
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21654 |14mr|texlive-tree-dvips-.91-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21751
# category Package
# catalog-ctan /macros/latex209/contrib/trees/tree-dvips
# catalog-date 2011-03-14 14:09:23 +0100
# catalog-license lppl1
# catalog-version .91
Name:		texlive-tree-dvips
Version:	.91
Release:	3
Summary:	Trees and other linguists' macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex209/contrib/trees/tree-dvips
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tree-dvips.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tree-dvips.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a mechanism for specifying connected trees
that uses a tabular environment to generate node positions. The
package uses PostScript code, loaded by dvips, so output can
only be generated by use of dvips. The package lingmacros.sty
defines a few macros for linguists: \enumsentence for
enumerating sentence examples, simple tabular-based non-
connected tree macros, and gloss macros.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/tree-dvips/tree-dvips91.pro
%{_texmfdistdir}/tex/latex/tree-dvips/lingmacros.sty
%{_texmfdistdir}/tex/latex/tree-dvips/tree-dvips.sty
%doc %{_texmfdistdir}/doc/latex/tree-dvips/Makefile
%doc %{_texmfdistdir}/doc/latex/tree-dvips/README
%doc %{_texmfdistdir}/doc/latex/tree-dvips/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/tree-dvips/lingmacros-manual.pdf
%doc %{_texmfdistdir}/doc/latex/tree-dvips/lingmacros-manual.tex
%doc %{_texmfdistdir}/doc/latex/tree-dvips/tree-dvips91.script
%doc %{_texmfdistdir}/doc/latex/tree-dvips/tree-manual.pdf
%doc %{_texmfdistdir}/doc/latex/tree-dvips/tree-manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> .91-3
+ Revision: d2c6fc7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21655 |14mr|texlive-treetex-20081115-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/treetex
# catalog-date 2008-11-15 20:35:55 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-treetex
Version:	20081115
Release:	3
Summary:	Draw trees
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/treetex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/treetex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/treetex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros to draw trees, within TeX (or LaTeX). The algorithm used
is discussed in an accompanying paper (written using LaTeX
2.09).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/treetex/classes.tex
%{_texmfdistdir}/tex/plain/treetex/l_pic.tex
%{_texmfdistdir}/tex/plain/treetex/treetex.tex
%doc %{_texmfdistdir}/doc/plain/treetex/epodd.bbl
%doc %{_texmfdistdir}/doc/plain/treetex/epodd.dvi
%doc %{_texmfdistdir}/doc/plain/treetex/epodd.tex
%doc %{_texmfdistdir}/doc/plain/treetex/readme
%doc %{_texmfdistdir}/doc/plain/treetex/tree_doc.bbl
%doc %{_texmfdistdir}/doc/plain/treetex/tree_doc.dvi
%doc %{_texmfdistdir}/doc/plain/treetex/tree_doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081115-3
+ Revision: 9e0e449
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21656 |14mr|texlive-trfsigns-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/trfsigns
# catalog-date 2006-12-05 00:47:24 +0100
# catalog-license gpl
# catalog-version 1.01
Name:		texlive-trfsigns
Version:	1.01
Release:	3
Summary:	Typeset transform signs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/trfsigns
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trfsigns.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trfsigns.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trfsigns.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for typesetting various transformation signs for
Laplace transforms, Fourier transforms and others.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/trfsigns/trfsigns.sty
%doc %{_texmfdistdir}/doc/latex/trfsigns/COPYING
%doc %{_texmfdistdir}/doc/latex/trfsigns/README
%doc %{_texmfdistdir}/doc/latex/trfsigns/trfexamp.tex
%doc %{_texmfdistdir}/doc/latex/trfsigns/trfsigns.pdf
#- source
%doc %{_texmfdistdir}/source/latex/trfsigns/trfsigns.drv
%doc %{_texmfdistdir}/source/latex/trfsigns/trfsigns.dtx
%doc %{_texmfdistdir}/source/latex/trfsigns/trfsigns.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: f7b02ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21657 |14mr|texlive-trimspaces-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/trimspaces
# catalog-date 2009-11-10 08:50:14 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-trimspaces
Version:	1.1
Release:	3
Summary:	Trim spaces around an argument or within a macro
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/trimspaces
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trimspaces.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trimspaces.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trimspaces.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A very short package that allows you to expandably remove
spaces around a token list (commands are provided to remove
spaces before, spaces after, or both); or to remove surrounding
spaces within a macro definition, or to define space-stripped
macros.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/trimspaces/trimspaces.sty
%doc %{_texmfdistdir}/doc/latex/trimspaces/README
%doc %{_texmfdistdir}/doc/latex/trimspaces/trimspaces.pdf
#- source
%doc %{_texmfdistdir}/source/latex/trimspaces/trimspaces.ins
%doc %{_texmfdistdir}/source/latex/trimspaces/trimspaces.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 817dd8c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21658 |14mr|texlive-trivfloat-1.3b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/trivfloat
# catalog-date 2009-04-24 13:36:42 +0200
# catalog-license lppl
# catalog-version 1.3b
Name:		texlive-trivfloat
Version:	1.3b
Release:	3
Summary:	Quick float definitions in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/trivfloat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trivfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trivfloat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trivfloat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The trivfloat package provides a quick method for defining new
float types in LaTeX. A single command sets up a new float in
the same style as the LaTeX kernel figure and table float
types. The package works with memoir as well as the standard
classes.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/trivfloat/trivfloat.sty
%doc %{_texmfdistdir}/doc/latex/trivfloat/README
%doc %{_texmfdistdir}/doc/latex/trivfloat/trivfloat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/trivfloat/trivfloat.dtx
%doc %{_texmfdistdir}/source/latex/trivfloat/trivfloat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3b-3
+ Revision: ce42973
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21659 |14mr|texlive-trsym-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18732
# category Package
# catalog-ctan /fonts/trsym
# catalog-date 2007-10-24 18:05:15 +0200
# catalog-license lppl1.2
# catalog-version 1.0
Name:		texlive-trsym
Version:	1.0
Release:	3
Summary:	Symbols for transformations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/trsym
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trsym.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trsym.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trsym.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides MetaFont sources for a small font used for
(e.g.) Laplace transformations, together with a LaTeX .fd file
and a package providing commands for the symbols' use in
mathematics.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/trsym/trsy.mf
%{_texmfdistdir}/fonts/source/public/trsym/trsy10.mf
%{_texmfdistdir}/fonts/source/public/trsym/trsy12.mf
%{_texmfdistdir}/fonts/tfm/public/trsym/trsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/trsym/trsy12.tfm
%{_texmfdistdir}/tex/latex/trsym/trsym.sty
%{_texmfdistdir}/tex/latex/trsym/utrsy.fd
%doc %{_texmfdistdir}/doc/latex/trsym/README
%doc %{_texmfdistdir}/doc/latex/trsym/manifest.txt
%doc %{_texmfdistdir}/doc/latex/trsym/trsym.pdf
#- source
%doc %{_texmfdistdir}/source/latex/trsym/trsym.dtx
%doc %{_texmfdistdir}/source/latex/trsym/trsym.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 165de76
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21660 |14mr|texlive-truncate-3.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18921
# category Package
# catalog-ctan /macros/latex/contrib/truncate
# catalog-date 2010-06-06 13:50:32 +0200
# catalog-license pd
# catalog-version 3.6
Name:		texlive-truncate
Version:	3.6
Release:	3
Summary:	Truncate text to a specified width
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/truncate
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/truncate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/truncate.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package will by default break at word boundaries, but
package options are offered to permit breaks within words.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/truncate/truncate.sty
%doc %{_texmfdistdir}/doc/latex/truncate/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/truncate/truncate.pdf
%doc %{_texmfdistdir}/doc/latex/truncate/truncate.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6-3
+ Revision: 8f93eb4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21661 |14mr|texlive-tsemlines-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23440
# category Package
# catalog-ctan /macros/latex/contrib/tsemlines/tsemlines.sty
# catalog-date 2011-06-28 13:55:08 +0200
# catalog-license pd
# catalog-version 1.0
Name:		texlive-tsemlines
Version:	1.0
Release:	3
Summary:	Support for the ancient \emline macro
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tsemlines/tsemlines.sty
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tsemlines.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Occasional Documents appear, that use graphics generated by
texcad from the emtex distribution. These documents often use
the \emline macro, which produced lines at an arbitrary
orientation. The present package emulates the macro, using
TikZ.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tsemlines/tsemlines.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: ce99c4b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21662 |14mr|texlive-ttfutils-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31355
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-ttfutils
Version:	20131009
Release:	6
Summary:	TeXLive ttfutils package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ttfutils.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ttfutils.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-ttfutils.bin

%description
TeXLive ttfutils package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/ttf2pk/base/T1-WGL4.enc
%{_texmfdistdir}/fonts/sfd/ttf2pk/Big5.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/EUC.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/HKSCS.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/KS-HLaTeX.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/SJIS.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/UBg5plus.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/UBig5.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/UGB.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/UGBK.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/UJIS.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/UKS-HLaTeX.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/UKS.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/Unicode.sfd
%{_texmfdistdir}/ttf2pk/VPS.rpl
%{_texmfdistdir}/ttf2pk/ttf2pk.cfg
%doc %{_mandir}/man1/ttf2afm.1*
%doc %{_texmfdistdir}/doc/man/man1/ttf2afm.man1.pdf
%doc %{_mandir}/man1/ttf2pk.1*
%doc %{_texmfdistdir}/doc/man/man1/ttf2pk.man1.pdf
%doc %{_mandir}/man1/ttf2tfm.1*
%doc %{_texmfdistdir}/doc/man/man1/ttf2tfm.man1.pdf
%doc %{_mandir}/man1/ttfdump.1*
%doc %{_texmfdistdir}/doc/man/man1/ttfdump.man1.pdf
%doc %{_texmfdistdir}/doc/ttf2pk/ttf2pk.doc
%doc %{_texmfdistdir}/doc/ttf2pk/ttf2pk.txt
%doc %{_texmfdistdir}/doc/ttf2pk/ttf2tfm.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: 149826c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21663 |14mr|texlive-tucv-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20680
# category Package
# catalog-ctan /macros/latex/contrib/tucv
# catalog-date 2010-12-06 21:43:44 +0100
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-tucv
Version:	1.0
Release:	3
Summary:	Support for typesetting a CV or resumee
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tucv
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tucv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tucv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tucv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for typesetting a CV or resume.
It provides commands for general-purpose headings, entries, and
item/description pairs, as well as more specific commands for
formatting sections, with explicit inclusion of school, degree,
employer, job, conference, and publications entries. It tends
to produce a somewhat long and quite detailed document but may
also be suitable to support a shorter resume.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tucv/tucv.sty
%doc %{_texmfdistdir}/doc/latex/tucv/README
%doc %{_texmfdistdir}/doc/latex/tucv/tucv.pdf
%doc %{_texmfdistdir}/doc/latex/tucv/tucv_ex.pdf
%doc %{_texmfdistdir}/doc/latex/tucv/tucv_ex.tex
#- source
%doc %{_texmfdistdir}/source/latex/tucv/tucv.dtx
%doc %{_texmfdistdir}/source/latex/tucv/tucv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: e604643
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21664 |14mr|texlive-tufte-latex-3.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24733
# category Package
# catalog-ctan /macros/latex/contrib/tufte-latex
# catalog-date 2011-11-10 06:59:33 +0100
# catalog-license apache2
# catalog-version 3.5.0
Name:		texlive-tufte-latex
Version:	3.5.0
Release:	4
Summary:	Document classes inspired by the work of Edward Tufte
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tufte-latex
License:	APACHE2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tufte-latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tufte-latex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-xifthen
Requires:	texlive-ifmtarg
Requires:	texlive-changepage
Requires:	texlive-paralist
Requires:	texlive-sauerj
Requires:	texlive-placeins

%description
Provided are two classes inspired, respectively, by handouts
and books created by Edward Tufte.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tufte-latex/tufte-book.cls
%{_texmfdistdir}/tex/latex/tufte-latex/tufte-common.def
%{_texmfdistdir}/tex/latex/tufte-latex/tufte-handout.cls
%doc %{_texmfdistdir}/doc/latex/tufte-latex/History.txt
%doc %{_texmfdistdir}/doc/latex/tufte-latex/README.txt
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/be-contents.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/be-title.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/ei-contents.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/ei-title.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/helix.asy
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/helix.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/hilbertcurves.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/hilbertrecursive.tex
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/nasa_vision_sm.png
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/satir_graph.png
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/sine.asy
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/sine.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/sine2.asy
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/sine2.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/vdqi-contents.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/vdqi-title.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/ve-contents.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/ve-title.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/sample-book.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/sample-book.tex
%doc %{_texmfdistdir}/doc/latex/tufte-latex/sample-handout.bib
%doc %{_texmfdistdir}/doc/latex/tufte-latex/sample-handout.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/sample-handout.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.5.0-4
+ Revision: 72bcc48
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21665 |14mr|texlive-tugboat-2.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32478
# category Package
# catalog-ctan /macros/latex/contrib/tugboat
# catalog-date 2013-12-23 22:50:28 +0100
# catalog-license lppl
# catalog-version 2.14
Name:		texlive-tugboat
Version:	2.14
Release:	2
Summary:	LaTeX macros for TUGboat articles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tugboat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides ltugboat.cls for both regular and proceedings issues
of the TUGboat journal. The distribution also includes a BibTeX
style appropriate for use with the classes' "harvard" option.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/tugboat/ltugbib.bst
%{_texmfdistdir}/tex/latex/tugboat/ltugboat.cls
%{_texmfdistdir}/tex/latex/tugboat/ltugboat.sty
%{_texmfdistdir}/tex/latex/tugboat/ltugcomn.sty
%{_texmfdistdir}/tex/latex/tugboat/ltugproc.cls
%{_texmfdistdir}/tex/latex/tugboat/ltugproc.sty
%doc %{_texmfdistdir}/doc/latex/tugboat/README
%doc %{_texmfdistdir}/doc/latex/tugboat/ltubguid.ltx
%doc %{_texmfdistdir}/doc/latex/tugboat/ltubguid.pdf
%doc %{_texmfdistdir}/doc/latex/tugboat/manifest.txt
%doc %{_texmfdistdir}/doc/latex/tugboat/tugboat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tugboat/tugboat.dtx
%doc %{_texmfdistdir}/source/latex/tugboat/tugboat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.14-2
+ Revision: c078809
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21666 |14mr|texlive-tugboat-plain-20120809-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26611
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-tugboat-plain
Version:	20120809
Release:	2
Summary:	TeXLive tugboat-plain package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat-plain.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat-plain.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive tugboat-plain package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/tugboat-plain/tugboat.cmn
%{_texmfdistdir}/tex/plain/tugboat-plain/tugboat.sty
%{_texmfdistdir}/tex/plain/tugboat-plain/tugproc.sty
%doc %{_texmfdistdir}/doc/plain/tugboat-plain/README
%doc %{_texmfdistdir}/doc/plain/tugboat-plain/tubguide.pdf
%doc %{_texmfdistdir}/doc/plain/tugboat-plain/tubguide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120809-2
+ Revision: 8a5b5d9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21667 |14mr|texlive-tui-1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27253
# category Package
# catalog-ctan /macros/latex/contrib/tui
# catalog-date 2012-07-30 18:08:41 +0200
# catalog-license lppl
# catalog-version 1.9
Name:		texlive-tui
Version:	1.9
Release:	2
Summary:	Thesis style for the University of the Andes, Colombia
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tui
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tui.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tui.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Doctoral Dissertations from the Faculty of Engineering at the
Universidad de los Andes, Bogota, Colombia. The class is
implemented as an extension of the memoir class. Clase de Tesis
doctorales para ingenieria, Universidad de los Andes, Bogota.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tui/tui.cls
%doc %{_texmfdistdir}/doc/latex/tui/README
%doc %{_texmfdistdir}/doc/latex/tui/TUIdoc.pdf
%doc %{_texmfdistdir}/doc/latex/tui/TUIdoc.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/abstract.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/agradec.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/ap01.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/bibliotesis.bib
%doc %{_texmfdistdir}/doc/latex/tui/example/ch01.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/ch02.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/ch03.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/coleccion.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/dedicat.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/hyphenation.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/imagen.pdf
%doc %{_texmfdistdir}/doc/latex/tui/example/intro.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/lipsum.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/listofsymbols.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/main.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/plegal.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/portada.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/resumen.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/abstract.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/agradec.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/ap01.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/bibliotesis.bib
%doc %{_texmfdistdir}/doc/latex/tui/template/ch01.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/ch02.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/ch03.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/coleccion.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/dedicat.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/hyphenation.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/intro.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/listofsymbols.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/main.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/plegal.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/portada.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/resumen.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9-2
+ Revision: d6f4c67
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21668 |14mr|texlive-turkmen-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17748
# category Package
# catalog-ctan /language/turkmen
# catalog-date 2010-04-06 13:44:40 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-turkmen
Version:	0.2
Release:	3
Summary:	Babel support for Turkmen
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/turkmen
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turkmen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turkmen.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turkmen.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for Turkmen in babel, but
integration with babel is not available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/turkmen/turkmen.ldf
%doc %{_texmfdistdir}/doc/latex/turkmen/README
%doc %{_texmfdistdir}/doc/latex/turkmen/turkmen.pdf
#- source
%doc %{_texmfdistdir}/source/latex/turkmen/turkmen.dtx
%doc %{_texmfdistdir}/source/latex/turkmen/turkmen.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 4a3590e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21669 |14mr|texlive-turnstile-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/turnstile
# catalog-date 2008-08-24 14:43:48 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-turnstile
Version:	1.0
Release:	3
Summary:	Typeset the (logic) turnstile notation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/turnstile
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turnstile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turnstile.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turnstile.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Among other uses, the turnstile sign is used by logicians for
denoting a consequence relation, related to a given logic,
between a collection of formulas and a derived formula.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/turnstile/turnstile.sty
%doc %{_texmfdistdir}/doc/latex/turnstile/README
%doc %{_texmfdistdir}/doc/latex/turnstile/README.en
%doc %{_texmfdistdir}/doc/latex/turnstile/README.pt
%doc %{_texmfdistdir}/doc/latex/turnstile/turnstile-en.pdf
%doc %{_texmfdistdir}/doc/latex/turnstile/turnstile-pt.pdf
%doc %{_texmfdistdir}/doc/latex/turnstile/turnstile_article.pdf
%doc %{_texmfdistdir}/doc/latex/turnstile/turnstile_article.tex
%doc %{_texmfdistdir}/doc/latex/turnstile/turnstile_artigo.pdf
%doc %{_texmfdistdir}/doc/latex/turnstile/turnstile_artigo.tex
#- source
%doc %{_texmfdistdir}/source/latex/turnstile/turnstile-en.dtx
%doc %{_texmfdistdir}/source/latex/turnstile/turnstile-en.ins
%doc %{_texmfdistdir}/source/latex/turnstile/turnstile-pt.dtx
%doc %{_texmfdistdir}/source/latex/turnstile/turnstile-pt.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: d295de5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21670 |14mr|texlive-turnthepage-1.3a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23784
# category Package
# catalog-ctan /macros/latex/contrib/turnthepage
# catalog-date 2011-03-24 23:15:02 +0100
# catalog-license lppl
# catalog-version 1.3a
Name:		texlive-turnthepage
Version:	1.3a
Release:	3
Summary:	Provide "turn page" instructions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/turnthepage
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turnthepage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turnthepage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package prints a 'turn' instruction at the bottom of odd-
numbered pages (except the last). This is a common convention
for examination papers and the like.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/turnthepage/turnpageetex.sty
%{_texmfdistdir}/tex/latex/turnthepage/turnpagewoetex.sty
%{_texmfdistdir}/tex/latex/turnthepage/turnthepage.sty
%doc %{_texmfdistdir}/doc/latex/turnthepage/Makefile
%doc %{_texmfdistdir}/doc/latex/turnthepage/README
%doc %{_texmfdistdir}/doc/latex/turnthepage/perso.ist
%doc %{_texmfdistdir}/doc/latex/turnthepage/turnthepage-bib.bib
%doc %{_texmfdistdir}/doc/latex/turnthepage/turnthepage.pdf
%doc %{_texmfdistdir}/doc/latex/turnthepage/turnthepage.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3a-3
+ Revision: ef8ed55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21671 |14mr|texlive-twoinone-20100226-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17024
# category Package
# catalog-ctan /macros/latex/contrib/twoinone
# catalog-date 2010-02-26 11:17:49 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-twoinone
Version:	20100226
Release:	3
Summary:	Print two pages on a single page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/twoinone
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/twoinone.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/twoinone.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is for printing two pages on a single (landscape)
A4 page. Page numbers appear on the included pages, and not on
the landscape 'container' page.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/twoinone/2in1.sty
%doc %{_texmfdistdir}/doc/latex/twoinone/twoinone.pdf
%doc %{_texmfdistdir}/doc/latex/twoinone/twoinone.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100226-3
+ Revision: aa23f95
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21672 |14mr|texlive-twoup-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/twoup
# catalog-date 2007-02-27 14:52:52 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-twoup
Version:	1.3
Release:	3
Summary:	Print two virtual pages on each physical page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/twoup
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/twoup.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/twoup.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/twoup.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MiKTeX and many other TeX implementations include tools for
massaging PostScript into booklet and two-up printing -- that
is, printing two logical pages side by side on one side of one
sheet of paper. However, some LaTeX preliminaries are necessary
to use those tools. The twoup package provides such
preliminaries and gives advice on how to use the PostScript
tools.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/twoup/twoup.sty
%doc %{_texmfdistdir}/doc/latex/twoup/README
%doc %{_texmfdistdir}/doc/latex/twoup/twoup.pdf
#- source
%doc %{_texmfdistdir}/source/latex/twoup/twoup.dtx
%doc %{_texmfdistdir}/source/latex/twoup/twoup.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: dcfc545
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21673 |14mr|texlive-txfonts-20090115-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/txfonts
# catalog-date 2009-01-15 09:33:18 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-txfonts
Version:	20090115
Release:	3
Summary:	Times-like fonts in support of mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/txfonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txfonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Txfonts supplies virtual text roman fonts using Adobe Times (or
URW NimbusRomNo9L) with some modified and additional text
symbols in the OT1, T1, and TS1 encodings; maths alphabets
using Times/URW Nimbus; maths fonts providing all the symbols
of the Computer Modern and AMS fonts, including all the Greek
capital letters from CMR; and additional maths fonts of various
other symbols. The set is complemented by a sans-serif set of
text fonts, based on Helvetica/NimbusSanL, and a monospace set.
All the fonts are in Type 1 format (AFM and PFB files), and are
supported by TeX metrics (VF and TFM files) and macros for use
with LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/txfonts/rtcxb.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtcxbi.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtcxbss.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtcxi.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtcxr.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtcxss.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxb.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxbi.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxbmi.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxbsc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxbss.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxbsssc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxi.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxmi.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxr.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxsc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxss.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxsssc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/t1xbtt.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/t1xbttsc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/t1xtt.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/t1xttsc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/tcxbtt.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/tcxtt.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbex.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbexa.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbmia.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbsy.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbsya.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbsyb.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbsyc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbtt.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbttsc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txex.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txexa.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txmia.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txsy.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txsya.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txsyb.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txsyc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txtt.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txttsc.afm
%{_texmfdistdir}/fonts/enc/dvips/txfonts/tx8r.enc
%{_texmfdistdir}/fonts/map/dvips/txfonts/txfonts.map
%{_texmfdistdir}/fonts/map/dvips/txfonts/txr.map
%{_texmfdistdir}/fonts/map/dvips/txfonts/txr1.map
%{_texmfdistdir}/fonts/map/dvips/txfonts/txr2.map
%{_texmfdistdir}/fonts/map/dvips/txfonts/txr3.map
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxbss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxbsso.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxbss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxbsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxbsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxmi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxphvb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxphvbo.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxphvr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxphvro.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxptmb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxptmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxptmbo.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxptmr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxptmri.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxptmro.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbttsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbttsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xttsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xttsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxbss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxbsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxbtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxbttsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxttsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbex.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbexa.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsy.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsya.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbttsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbttsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txex.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txexa.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txmi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txmia.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsy.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsya.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txttsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txttsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbttsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbttsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxttsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxttsl.tfm
%{_texmfdistdir}/fonts/type1/public/txfonts/rtcxb.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtcxbi.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtcxbss.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtcxi.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtcxr.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtcxss.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxb.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxbi.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxbmi.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxbsc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxbss.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxbsssc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxi.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxmi.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxr.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxsc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxss.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxsssc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/t1xbtt.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/t1xbttsc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/t1xtt.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/t1xttsc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/tcxbtt.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/tcxtt.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbex.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbexa.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbmia.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbsy.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbsya.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbsyb.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbsyc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbtt.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbttsc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txex.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txexa.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txmia.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txsy.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txsya.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txsyb.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txsyc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txtt.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txttsc.pfb
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xb.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xbi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xbsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xbsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xbss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xbsssc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xbsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xr.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xsssc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxb.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxbi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxbsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxbss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxbsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxr.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txb.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbmi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbmi1.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbsssc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txmi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txmi1.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txr.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txsssc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxb.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbsssc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbtt.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbttsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbttsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxr.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxsssc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxtt.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxttsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxttsl.vf
%{_texmfdistdir}/tex/latex/txfonts/ly1txr.fd
%{_texmfdistdir}/tex/latex/txfonts/ly1txss.fd
%{_texmfdistdir}/tex/latex/txfonts/ly1txtt.fd
%{_texmfdistdir}/tex/latex/txfonts/omltxmi.fd
%{_texmfdistdir}/tex/latex/txfonts/omltxr.fd
%{_texmfdistdir}/tex/latex/txfonts/omstxr.fd
%{_texmfdistdir}/tex/latex/txfonts/omstxsy.fd
%{_texmfdistdir}/tex/latex/txfonts/omxtxex.fd
%{_texmfdistdir}/tex/latex/txfonts/ot1txr.fd
%{_texmfdistdir}/tex/latex/txfonts/ot1txss.fd
%{_texmfdistdir}/tex/latex/txfonts/ot1txtt.fd
%{_texmfdistdir}/tex/latex/txfonts/t1txr.fd
%{_texmfdistdir}/tex/latex/txfonts/t1txss.fd
%{_texmfdistdir}/tex/latex/txfonts/t1txtt.fd
%{_texmfdistdir}/tex/latex/txfonts/ts1txr.fd
%{_texmfdistdir}/tex/latex/txfonts/ts1txss.fd
%{_texmfdistdir}/tex/latex/txfonts/ts1txtt.fd
%{_texmfdistdir}/tex/latex/txfonts/txfonts.sty
%{_texmfdistdir}/tex/latex/txfonts/utxexa.fd
%{_texmfdistdir}/tex/latex/txfonts/utxmia.fd
%{_texmfdistdir}/tex/latex/txfonts/utxr.fd
%{_texmfdistdir}/tex/latex/txfonts/utxss.fd
%{_texmfdistdir}/tex/latex/txfonts/utxsya.fd
%{_texmfdistdir}/tex/latex/txfonts/utxsyb.fd
%{_texmfdistdir}/tex/latex/txfonts/utxsyc.fd
%{_texmfdistdir}/tex/latex/txfonts/utxtt.fd
%doc %{_texmfdistdir}/doc/fonts/txfonts/00bug_fix.txt
%doc %{_texmfdistdir}/doc/fonts/txfonts/COPYRIGHT
%doc %{_texmfdistdir}/doc/fonts/txfonts/README
%doc %{_texmfdistdir}/doc/fonts/txfonts/txfontsdoc.pdf
%doc %{_texmfdistdir}/doc/fonts/txfonts/txfontsdoc.tex
%doc %{_texmfdistdir}/doc/fonts/txfonts/txfontsdocA4.pdf
%doc %{_texmfdistdir}/doc/fonts/txfonts/txfontsdocA4.tex
%doc %{_texmfdistdir}/doc/fonts/txfonts/txmi.vpl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090115-3
+ Revision: 71d0406
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21674 |14mr|texlive-txfontsb-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21578
# category Package
# catalog-ctan /fonts/txfontsb
# catalog-date 2011-03-01 17:09:11 +0100
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-txfontsb
Version:	1.1
Release:	3
Summary:	Extensions to txfonts, using GNU Freefont
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/txfontsb
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txfontsb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txfontsb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txfontsb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts that extend the txfonts bundle with small caps
and old style numbers, together with Greek support. The
extensions are made with modifications of the GNU Freefont.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/txfontsb/FreeSerifb-SmallCaps.afm
%{_texmfdistdir}/fonts/afm/public/txfontsb/FreeSerifb-SmallCapsAlt.afm
%{_texmfdistdir}/fonts/afm/public/txfontsb/FreeSerifb.afm
%{_texmfdistdir}/fonts/afm/public/txfontsb/FreeSerifbBold.afm
%{_texmfdistdir}/fonts/afm/public/txfontsb/FreeSerifbBoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/txfontsb/FreeSerifbItalic.afm
%{_texmfdistdir}/fonts/enc/dvips/txfontsb/gptimes.enc
%{_texmfdistdir}/fonts/enc/dvips/txfontsb/gptimesy.enc
%{_texmfdistdir}/fonts/map/dvips/txfontsb/gptimes.map
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesb6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesbi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesbi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesg6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesrg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimessc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimessc6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimessco6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimessco6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesyb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesyb6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesybi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesybi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesyg6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesyi6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesyi6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesyrg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesysc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesysc6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesysco6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/gtimesysco6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/timessc6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/timessc6r.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/timessco6a.tfm
%{_texmfdistdir}/fonts/tfm/public/txfontsb/timessco6r.tfm
%{_texmfdistdir}/fonts/type1/public/txfontsb/FreeSerifb-SmallCaps.pfb
%{_texmfdistdir}/fonts/type1/public/txfontsb/FreeSerifb-SmallCapsAlt.pfb
%{_texmfdistdir}/fonts/type1/public/txfontsb/FreeSerifb.pfb
%{_texmfdistdir}/fonts/type1/public/txfontsb/FreeSerifbBold.pfb
%{_texmfdistdir}/fonts/type1/public/txfontsb/FreeSerifbBoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/txfontsb/FreeSerifbItalic.pfb
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesb6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesbi6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesi6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesrg6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimessc6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimessco6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesyb6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesybi6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesyi6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesyrg6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesysc6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/gtimesysco6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/timessc6a.vf
%{_texmfdistdir}/fonts/vf/public/txfontsb/timessco6a.vf
%{_texmfdistdir}/tex/latex/txfontsb/lgrtxr.fd
%{_texmfdistdir}/tex/latex/txfontsb/lgrtxrc.fd
%{_texmfdistdir}/tex/latex/txfontsb/lgrtxry.fd
%{_texmfdistdir}/tex/latex/txfontsb/lgrtxryc.fd
%{_texmfdistdir}/tex/latex/txfontsb/ot1txrc.fd
%{_texmfdistdir}/tex/latex/txfontsb/ot1txryc.fd
%{_texmfdistdir}/tex/latex/txfontsb/txfontsb.sty
%doc %{_texmfdistdir}/doc/fonts/txfontsb/README
%doc %{_texmfdistdir}/doc/fonts/txfontsb/txfontsb.pdf
%doc %{_texmfdistdir}/doc/fonts/txfontsb/txfontsb.tex
#- source
%doc %{_texmfdistdir}/source/fonts/txfontsb/FreeSerifb-SmallCaps.sfd
%doc %{_texmfdistdir}/source/fonts/txfontsb/FreeSerifb-SmallCapsAlt.sfd
%doc %{_texmfdistdir}/source/fonts/txfontsb/FreeSerifb.sfd
%doc %{_texmfdistdir}/source/fonts/txfontsb/FreeSerifbBold.sfd
%doc %{_texmfdistdir}/source/fonts/txfontsb/FreeSerifbBoldItalic.sfd
%doc %{_texmfdistdir}/source/fonts/txfontsb/FreeSerifbItalic.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 5f3f83c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21675 |14mr|texlive-txgreeks-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21839
# category Package
# catalog-ctan /macros/latex/contrib/txgreeks
# catalog-date 2011-03-18 12:27:11 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-txgreeks
Version:	1.0
Release:	3
Summary:	Shape selection for TX fonts Greek letters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/txgreeks
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txgreeks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txgreeks.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txgreeks.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows LaTeX users who use the TX fonts to select
the shapes (italic or upright) for the Greek lowercase and
uppercase letters. Once the shapes for lowercase and uppercase
have been selected via a package option, the \other prefix
(e.g., \otheralpha) allows using the alternate glyph (as in the
fourier package). The txgreeks package does not constrain the
text font that may be used in the document.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/txgreeks/txgreeks.sty
%doc %{_texmfdistdir}/doc/latex/txgreeks/README
%doc %{_texmfdistdir}/doc/latex/txgreeks/txgreeks.pdf
#- source
%doc %{_texmfdistdir}/source/latex/txgreeks/txgreeks.dtx
%doc %{_texmfdistdir}/source/latex/txgreeks/txgreeks.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 6ba0538
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21676 |14mr|texlive-type1cm-20110324-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21820
# category Package
# catalog-ctan /macros/latex/contrib/type1cm
# catalog-date 2011-03-24 10:40:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-type1cm
Version:	20110324
Release:	3
Summary:	Arbitrary size font selection in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/type1cm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/type1cm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/type1cm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/type1cm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX, by default, restricts the sizes at which you can use its
default computer modern fonts, to a fixed set of discrete sizes
(effectively, a set specified by Knuth). The type1cm package
removes this restriction; this is particularly useful when
using scalable versions of the cm fonts (Bakoma, or the
versions from BSR/Y&Y, or True Type versions from Kinch, PCTeX,
etc.). In fact, since modern distributions will automatically
generate any bitmap font you might need, type1cm has wider
application than just those using scaleable versions of the
fonts. Note that the LaTeX distribution now contains a package
fix-cm, which performs the task of type1cm, as well as doing
the same job for T1- and TS1-encoded ec fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/type1cm/type1cm.sty
%doc %{_texmfdistdir}/doc/latex/type1cm/type1cm-doc.pdf
%doc %{_texmfdistdir}/doc/latex/type1cm/type1cm-doc.tex
%doc %{_texmfdistdir}/doc/latex/type1cm/type1cm.txt
#- source
%doc %{_texmfdistdir}/source/latex/type1cm/type1cm.fdd
%doc %{_texmfdistdir}/source/latex/type1cm/type1cm.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110324-3
+ Revision: 2c81055
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21677 |14mr|texlive-Type1fonts-2.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19603
# category Package
# catalog-ctan /info/Type1fonts/fontinstallationguide
# catalog-date 2010-08-29 15:39:11 +0200
# catalog-license fdl
# catalog-version 2.14
Name:		texlive-Type1fonts
Version:	2.14
Release:	3
Summary:	Font installation guide
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/Type1fonts/fontinstallationguide
License:	FDL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/Type1fonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/Type1fonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This guide discusses the most common scenarios you are likely
to encounter when installing Type 1 PostScript fonts. While the
individual tools employed in the installation process are
documented well, the actual difficulty most users are facing
when trying to install new fonts is understanding how to put
all the pieces together. This is what this guide is about.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/fonts/Type1fonts/README
%doc %{_texmfdistdir}/doc/fonts/Type1fonts/examples.zip
%doc %{_texmfdistdir}/doc/fonts/Type1fonts/fontinstallationguide.pdf
%doc %{_texmfdistdir}/doc/fonts/Type1fonts/fontinstallationguide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.14-3
+ Revision: cc3b13c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21678 |14mr|texlive-typeface-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27046
# category Package
# catalog-ctan /macros/latex/contrib/typeface
# catalog-date 2012-07-02 21:55:35 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-typeface
Version:	0.1
Release:	2
Summary:	Select a balanced set of fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/typeface
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typeface.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typeface.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typeface.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means of establishing a consistent set
of fonts for use in a LaTeX document. It allows mixing and
matching the Type 1 font sets available on the archive (and it
may be extended, via its configuration file, to support other
fonts). Font-set definition takes the form of a set of options
that are read when the package is loaded: for each typographic
category (main body font, sans-serif font, monospace font,
mathematics fonts, text figures, and so on), a font or a
transformation is given in those options. The approach enables
the user to remember their own configurations (as a single
command) and to borrow configurations that other users have
developed. The present release is designated "for review".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/typeface/typeface.cfg
%{_texmfdistdir}/tex/latex/typeface/typeface.sty
%doc %{_texmfdistdir}/doc/latex/typeface/README
%doc %{_texmfdistdir}/doc/latex/typeface/typeface-all-rm.pdf
%doc %{_texmfdistdir}/doc/latex/typeface/typeface-test.tex
%doc %{_texmfdistdir}/doc/latex/typeface/typeface.pdf
%doc %{_texmfdistdir}/doc/latex/typeface/typeface.tex
#- source
%doc %{_texmfdistdir}/source/latex/typeface/typeface-all-rm.bat

#-----------------------------------------------------------------------
%prep
%setup -q -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: d7d94a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21679 |14mr|texlive-typehtml-20100223-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17134
# category Package
# catalog-ctan /macros/latex/contrib/typehtml
# catalog-date 2010-02-23 16:16:11 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-typehtml
Version:	20100223
Release:	3
Summary:	Typeset HTML directly from LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/typehtml
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typehtml.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typehtml.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typehtml.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Can handle almost all of HTML2, and most of the math fragment
of the draft HTML3.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/typehtml/typehtml.sty
%doc %{_texmfdistdir}/doc/latex/typehtml/README
%doc %{_texmfdistdir}/doc/latex/typehtml/typehtml.pdf
#- source
%doc %{_texmfdistdir}/source/latex/typehtml/typehtml.dtx
%doc %{_texmfdistdir}/source/latex/typehtml/typehtml.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100223-3
+ Revision: b6877f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21680 |14mr|texlive-typeoutfileinfo-0.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /support/typeoutfileinfo
# catalog-date 2012-03-16 14:12:34 +0100
# catalog-license lppl1.3
# catalog-version 0.1a
Name:		texlive-typeoutfileinfo
Version:	0.1a
Release:	3
Summary:	Display class/package/file information
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/typeoutfileinfo
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typeoutfileinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typeoutfileinfo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-typeoutfileinfo.bin = %{EVRD}

%description
The package provides a minimalist shell script, for Unix
systems, that displays the information content in a
\ProvidesFile, \ProvidesPackage or \ProvidesClass command in a
LaTeX source file. The package requires that the readprov
package is available.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/typeoutfileinfo
%{_texmfdistdir}/scripts/typeoutfileinfo/typeoutfileinfo.sh
%doc %{_texmfdistdir}/doc/support/typeoutfileinfo/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdir}/scripts/typeoutfileinfo/typeoutfileinfo.sh typeoutfileinfo
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1a-3
+ Revision: 296d774
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21681 |14mr|texlive-typogrid-0.21-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24994
# category Package
# catalog-ctan /macros/latex/contrib/typogrid
# catalog-date 2012-01-01 15:10:03 +0100
# catalog-license lppl
# catalog-version 0.21
Name:		texlive-typogrid
Version:	0.21
Release:	2
Summary:	Print a typographic grid
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/typogrid
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typogrid.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typogrid.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typogrid.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Draws a grid on every page of the document; the grid divides
the page into columns, and may be used for fixing measurements
of layout.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/typogrid/typogrid.sty
%doc %{_texmfdistdir}/doc/latex/typogrid/ChangeLog
%doc %{_texmfdistdir}/doc/latex/typogrid/Makefile
%doc %{_texmfdistdir}/doc/latex/typogrid/README
%doc %{_texmfdistdir}/doc/latex/typogrid/getversion.tex
%doc %{_texmfdistdir}/doc/latex/typogrid/testtypogrid.tex
%doc %{_texmfdistdir}/doc/latex/typogrid/typogrid.pdf
#- source
%doc %{_texmfdistdir}/source/latex/typogrid/typogrid.dtx
%doc %{_texmfdistdir}/source/latex/typogrid/typogrid.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.21-2
+ Revision: 8dea857
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21682 |14mr|texlive-uaclasses-20090105-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/uaclasses
# catalog-date 2009-01-05 22:46:04 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-uaclasses
Version:	20090105
Release:	3
Summary:	University of Arizona thesis and dissertation format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uaclasses
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uaclasses.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uaclasses.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uaclasses.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a LaTeX2e document class named 'ua-
thesis' for typesetting theses and dissertations in the
official format required by the University of Arizona.
Moreover, there is a fully compatible alternative document
class 'my-thesis' for private 'nice' copies of the
dissertation, and the respective title pages are available as
separate packages to work with any document class.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uaclasses/my-thesis.cls
%{_texmfdistdir}/tex/latex/uaclasses/my-title.sty
%{_texmfdistdir}/tex/latex/uaclasses/ua-thesis.cls
%{_texmfdistdir}/tex/latex/uaclasses/ua-title.sty
%doc %{_texmfdistdir}/doc/latex/uaclasses/README
%doc %{_texmfdistdir}/doc/latex/uaclasses/my-example.pdf
%doc %{_texmfdistdir}/doc/latex/uaclasses/ua-example.pdf
%doc %{_texmfdistdir}/doc/latex/uaclasses/ua-example.tex
#- source
%doc %{_texmfdistdir}/source/latex/uaclasses/ua-classes.dtx
%doc %{_texmfdistdir}/source/latex/uaclasses/ua-classes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090105-3
+ Revision: b3964c2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21683 |14mr|texlive-uadocs-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31042
# category Package
# catalog-ctan /macros/latex/contrib/uadocs
# catalog-date 2013-06-19 11:29:28 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-uadocs
Version:	1.1
Release:	6
Summary:	Course texts and masters theses in University of Antwerp style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uadocs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uadocs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uadocs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uadocs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These class files implement the house style of the University
of Antwerp for course texts and master theses. Using these
class files will make it easy for you to make and keep your
documents compliant to this version and future versions of the
house style of the University of Antwerp.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uadocs/ua_color.eps
%{_texmfdistdir}/tex/latex/uadocs/ua_color.pdf
%{_texmfdistdir}/tex/latex/uadocs/uacoursetext.cls
%{_texmfdistdir}/tex/latex/uadocs/uamasterthesis.cls
%doc %{_texmfdistdir}/doc/latex/uadocs/LICENSE
%doc %{_texmfdistdir}/doc/latex/uadocs/uacoursetext-example.pdf
%doc %{_texmfdistdir}/doc/latex/uadocs/uacoursetext-example.tex
%doc %{_texmfdistdir}/doc/latex/uadocs/uadocs.pdf
%doc %{_texmfdistdir}/doc/latex/uadocs/uamasterthesis-example.pdf
%doc %{_texmfdistdir}/doc/latex/uadocs/uamasterthesis-example.tex
#- source
%doc %{_texmfdistdir}/source/latex/uadocs/uadocs.dtx
%doc %{_texmfdistdir}/source/latex/uadocs/uadocs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-6
+ Revision: eea7a39
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21684 |14mr|texlive-uafthesis-5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22206
# category Package
# catalog-ctan /macros/latex/contrib/uafthesis
# catalog-date 2011-04-25 19:25:49 +0200
# catalog-license lppl
# catalog-version 5.0
Name:		texlive-uafthesis
Version:	5.0
Release:	3
Summary:	Document class for theses at University of Alaska Fairbanks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uafthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uafthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uafthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is an "unofficial" official class.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uafthesis/uafthesis.cls
%doc %{_texmfdistdir}/doc/latex/uafthesis/README.md
%doc %{_texmfdistdir}/doc/latex/uafthesis/bib_styles/agufull08.bst
%doc %{_texmfdistdir}/doc/latex/uafthesis/bib_styles/unsrtabbrv3.bst
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/abstract.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/acknowledgements.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/apx1.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/build.sh
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/ch1.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/ch2.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/ch3.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/custom-macros.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/example.bib
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/example.loa.bk
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/example.pdf
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/example.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/example.toc.bk
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/fig/fivebatteries.png
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/fig/onebattery.png
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/quotepage.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.0-3
+ Revision: a3373c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21685 |14mr|texlive-ucdavisthesis-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17687
# category Package
# catalog-ctan /macros/latex/contrib/ucdavisthesis
# catalog-date 2010-03-15 08:48:16 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-ucdavisthesis
Version:	1.1
Release:	3
Summary:	A thesis/dissertation class for University of California Davis
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ucdavisthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucdavisthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucdavisthesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucdavisthesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class conforms to the University's requirements for 2009.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ucdavisthesis/ucdavisthesis.cls
%{_texmfdistdir}/tex/latex/ucdavisthesis/ucdthesis10.clo
%{_texmfdistdir}/tex/latex/ucdavisthesis/ucdthesis11.clo
%{_texmfdistdir}/tex/latex/ucdavisthesis/ucdthesis12.clo
%{_texmfdistdir}/tex/latex/ucdavisthesis/ucdthesis13.clo
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example.bib
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_Chap1.tex
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_Chap2.tex
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_Chap3.tex
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_figure.eps
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_figure.pdf
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_main.pdf
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_main.tex
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/README
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/ucdavisthesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ucdavisthesis/ucdavisthesis.dtx
%doc %{_texmfdistdir}/source/latex/ucdavisthesis/ucdavisthesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 0b2724d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21686 |14mr|texlive-ucharclasses-2.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27820
# category Package
# catalog-ctan /macros/xetex/latex/ucharclasses
# catalog-date 2012-09-26 16:27:49 +0200
# catalog-license pd
# catalog-version 2.0
Name:		texlive-ucharclasses
Version:	2.0
Release:	8
Summary:	Switch fonts in XeTeX according to what is being processed
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/ucharclasses
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucharclasses.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucharclasses.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package takes care of switching fonts when you switch from
one Unicode block to another in the text of a document. This
way, you can write a document with no explicit font selection,
but a series of rules of the form "when entering block ...,
switch font to use ...".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/ucharclasses/ucharclasses.sty
%doc %{_texmfdistdir}/doc/xelatex/ucharclasses/README
%doc %{_texmfdistdir}/doc/xelatex/ucharclasses/ucharclasses.pdf
%doc %{_texmfdistdir}/doc/xelatex/ucharclasses/ucharclasses.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-8
+ Revision: 55cd6a9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21687 |14mr|texlive-ucs-2.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30472
# category Package
# catalog-ctan /macros/latex/contrib/ucs
# catalog-date 2013-05-12 16:23:52 +0200
# catalog-license lppl1.3
# catalog-version 2.2
Name:		texlive-ucs
Epoch:		1
Version:	2.2
Release:	6
Summary:	Extended UTF-8 input encoding support for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ucs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides the ucs package, and utf8x.def, together
with a large number of support files. The utf8x.def definition
file for use with inputenc covers a wider range of Unicode
characters than does utf8.def in the LaTeX distribution. The
package provides facilities for efficient use of its large sets
of Unicode characters. Glyph production may be controlled by
various options, which permits use of non-ASCII characters when
coding mathematical formulae. Note that the bundle previously
had an alias "unicode"; that alias has now been withdrawn, and
no package of that name now exists.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ucs/data/uni-0.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-1.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-100.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-101.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-102.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-103.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-104.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-105.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-106.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-107.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-108.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-109.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-110.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-111.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-112.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-113.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-114.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-115.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-116.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-117.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-118.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-119.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-12.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-120.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-121.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-122.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-123.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-124.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-125.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-126.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-127.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-128.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-129.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-130.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-131.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-132.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-133.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-134.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-135.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-136.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-137.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-138.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-139.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-14.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-140.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-141.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-142.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-143.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-144.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-145.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-146.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-147.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-148.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-149.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-150.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-151.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-152.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-153.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-154.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-155.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-156.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-157.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-158.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-159.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-167.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-172.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-173.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-174.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-175.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-176.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-177.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-178.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-179.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-18.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-180.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-181.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-182.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-183.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-184.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-185.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-186.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-187.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-188.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-189.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-19.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-190.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-191.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-192.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-193.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-194.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-195.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-196.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-197.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-198.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-199.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-2.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-200.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-201.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-202.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-203.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-204.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-205.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-206.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-207.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-208.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-209.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-210.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-211.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-212.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-213.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-214.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-215.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-24.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-248.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-249.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-250.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-251.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-254.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-255.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-29.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-3.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-30.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-31.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-32.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-33.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-34.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-35.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-3584.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-36.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-37.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-38.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-39.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-4.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-40.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-42.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-44.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-46.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-465.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-468.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-469.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-47.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-470.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-471.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-48.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-49.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-497.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-498.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-5.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-50.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-51.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-760.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-761.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-762.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-78.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-79.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-80.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-81.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-82.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-83.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-84.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-85.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-86.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-87.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-88.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-89.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-9.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-90.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-91.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-92.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-93.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-94.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-95.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-96.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-97.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-98.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-99.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-global.def
%{_texmfdistdir}/tex/latex/ucs/data/uninames.dat
%{_texmfdistdir}/tex/latex/ucs/ucs.sty
%{_texmfdistdir}/tex/latex/ucs/ucsencs.def
%{_texmfdistdir}/tex/latex/ucs/ucshyper.sty
%{_texmfdistdir}/tex/latex/ucs/ucsutils.sty
%{_texmfdistdir}/tex/latex/ucs/utf8x.def
%{_texmfdistdir}/tex/latex/ucs/utils/UnicodeT.sfd
%{_texmfdistdir}/tex/latex/ucs/utils/autofe.sty
%{_texmfdistdir}/tex/latex/ucs/utils/c00enc.def
%{_texmfdistdir}/tex/latex/ucs/utils/c10enc.def
%{_texmfdistdir}/tex/latex/ucs/utils/c40enc.def
%{_texmfdistdir}/tex/latex/ucs/utils/c42enc.def
%{_texmfdistdir}/tex/latex/ucs/utils/c61enc.def
%{_texmfdistdir}/tex/latex/ucs/utils/cenccmn.tex
%{_texmfdistdir}/tex/latex/ucs/utils/cp1252.enc
%{_texmfdistdir}/tex/latex/ucs/utils/ldvarial.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ldvc2000.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ldvenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/letc2000.fd
%{_texmfdistdir}/tex/latex/ucs/utils/letenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/letgfzem.fd
%{_texmfdistdir}/tex/latex/ucs/utils/letjiret.fd
%{_texmfdistdir}/tex/latex/ucs/utils/lklenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/lklkli.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltaarial.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltac2000.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltaenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/ltgc2000.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltgenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/ltlcmr.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltlenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/ltwdsnol.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltwdsque.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltwdssin.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltwenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/lucarial.fd
%{_texmfdistdir}/tex/latex/ucs/utils/lucc2000.fd
%{_texmfdistdir}/tex/latex/ucs/utils/lucenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/mkrenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/mkrezra.fd
%{_texmfdistdir}/tex/latex/ucs/utils/mkrhadas.fd
%{_texmfdistdir}/tex/latex/ucs/utils/mkromega.fd
%{_texmfdistdir}/tex/latex/ucs/utils/mkrrashi.fd
%{_texmfdistdir}/tex/latex/ucs/utils/t2dcmr.fd
%{_texmfdistdir}/tex/latex/ucs/utils/t2denc.def
%{_texmfdistdir}/tex/latex/ucs/utils/tengwarDS.enc
%{_texmfdistdir}/tex/latex/ucs/utils/xscmr.fd
%{_texmfdistdir}/tex/latex/ucs/utils/xsenc.def
%doc %{_texmfdistdir}/doc/latex/ucs/FAQ
%doc %{_texmfdistdir}/doc/latex/ucs/GNUmakefile
%doc %{_texmfdistdir}/doc/latex/ucs/INSTALL
%doc %{_texmfdistdir}/doc/latex/ucs/LICENSE
%doc %{_texmfdistdir}/doc/latex/ucs/README
%doc %{_texmfdistdir}/doc/latex/ucs/VERSION
%doc %{_texmfdistdir}/doc/latex/ucs/config/ascii.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/boxdraw.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/braille.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/cjk-bg5.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/cjk-gb.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/cjk-globals.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/cjk-hangul.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/cjk-jis.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/combining.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/control.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/ctrlglyphs.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/currency.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/cyrillic.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/devanagari.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/ethiopic.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/geometric.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/greek.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/hebrew.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/ipa.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/klingon.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/latin-a.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/latin-b.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/latin-e-a.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/latin1.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/math.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/mathalpha.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/miscsymb.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/modifier.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/mongolian.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/pifont.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/punct.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/supersub.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/tags.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/telugu.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/thai.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/discovermacro.pl
%doc %{_texmfdistdir}/doc/latex/ucs/languages.ps.gz
%doc %{_texmfdistdir}/doc/latex/ucs/latexout.pl
%doc %{_texmfdistdir}/doc/latex/ucs/ltxmacrs.txt
%doc %{_texmfdistdir}/doc/latex/ucs/makeunidef.pl
%doc %{_texmfdistdir}/doc/latex/ucs/ucs.dtx
%doc %{_texmfdistdir}/doc/latex/ucs/ucs.ins
%doc %{_texmfdistdir}/doc/latex/ucs/ucs.pdf
%doc %{_texmfdistdir}/doc/latex/ucs/unsupported/README
%doc %{_texmfdistdir}/doc/latex/ucs/unsupported/sym-to-fontenc.txt
%doc %{_texmfdistdir}/doc/latex/ucs/unsupported/tables.inc
%doc %{_texmfdistdir}/doc/latex/ucs/unsupported/u2ps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.2-6
+ Revision: df015fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21688 |14mr|texlive-ucthesis-3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ucthesis
# catalog-date 2009-09-27 11:52:43 +0200
# catalog-license lppl1.3
# catalog-version 3.2
Name:		texlive-ucthesis
Version:	3.2
Release:	3
Summary:	University of California thesis format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ucthesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A modified version of the standard LaTeX report style that is
accepted for use with University of California PhD
dissertations and Masters theses. A sample dissertation source
and bibliography are provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ucthesis/uct10.clo
%{_texmfdistdir}/tex/latex/ucthesis/uct11.clo
%{_texmfdistdir}/tex/latex/ucthesis/uct12.clo
%{_texmfdistdir}/tex/latex/ucthesis/ucthesis.cls
%doc %{_texmfdistdir}/doc/latex/ucthesis/README
%doc %{_texmfdistdir}/doc/latex/ucthesis/uctest.bib
%doc %{_texmfdistdir}/doc/latex/ucthesis/uctest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2-3
+ Revision: 747772f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21689 |14mr|texlive-udesoftec-1.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33154
# category Package
# catalog-ctan /macros/latex/contrib/udesoftec
# catalog-date 2014-03-11 18:51:00 +0100
# catalog-license lppl
# catalog-version 1.3.3
Name:		texlive-udesoftec
Version:	1.3.3
Release:	2
Summary:	Thesis class for the University of Duisburg-Essen
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/udesoftec
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/udesoftec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/udesoftec.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/udesoftec.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is designed for typesetting theses in the Research
Group for Business Informatics and Software Engineering. (The
class may also serve as a template for such theses.) The class
is designed for use with pdfLaTeX; input in UTF-8 encoding is
assumed.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/udesoftec/udesoftec.bst
%{_texmfdistdir}/tex/latex/udesoftec/udesoftec-cover-uba.pdf
%{_texmfdistdir}/tex/latex/udesoftec/udesoftec-cover-ude-de.pdf
%{_texmfdistdir}/tex/latex/udesoftec/udesoftec-cover-ude-en.pdf
%{_texmfdistdir}/tex/latex/udesoftec/udesoftec-extra.sty
%{_texmfdistdir}/tex/latex/udesoftec/udesoftec.cls
%doc %{_texmfdistdir}/doc/latex/udesoftec/udesoftec-doc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/udesoftec/CHANGELOG
%doc %{_texmfdistdir}/source/latex/udesoftec/README
%doc %{_texmfdistdir}/source/latex/udesoftec/UPDATE-INSTRUCTIONS
%doc %{_texmfdistdir}/source/latex/udesoftec/VERSION
%doc %{_texmfdistdir}/source/latex/udesoftec/udesoftec-doc-examplebib.bib
%doc %{_texmfdistdir}/source/latex/udesoftec/udesoftec-doc-exampleimage.pdf
%doc %{_texmfdistdir}/source/latex/udesoftec/udesoftec-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.3-2
+ Revision: c78ae18
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21690 |14mr|texlive-uebungsblatt-v1.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/uebungsblatt
# catalog-date 2008-08-24 14:43:48 +0200
# catalog-license lppl
# catalog-version v1.5.0
Name:		texlive-uebungsblatt
Version:	v1.5.0
Release:	3
Summary:	A LaTeX class for writing exercise sheets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uebungsblatt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uebungsblatt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uebungsblatt.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package implements a LaTeX class for writing exercise
sheets for a lecture. Features: - quick typesetting of exercise
sheets or their revisions, - simple user friendly commands, -
elegant page formatting, - automatic numbering of exercises and
sub-exercises, - the number of the exercise sheet is extracted
automatically from the file name, - static information about
the lectures and the authors needs to provided at one point
only.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uebungsblatt/uebungsblatt.cls
%{_texmfdistdir}/tex/latex/uebungsblatt/uebungsblatt.sty
%doc %{_texmfdistdir}/doc/latex/uebungsblatt/README
%doc %{_texmfdistdir}/doc/latex/uebungsblatt/history.txt
%doc %{_texmfdistdir}/doc/latex/uebungsblatt/uebungsblatt-doc.pdf
%doc %{_texmfdistdir}/doc/latex/uebungsblatt/uebungsblatt-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.5.0-3
+ Revision: 8648c19
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21691 |14mr|texlive-uestcthesis-0.4.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31012
# category Package
# catalog-ctan /macros/latex/contrib/uestcthesis
# catalog-date 2013-06-07 17:33:30 +0200
# catalog-license lppl1.3
# catalog-version 0.4.8
Name:		texlive-uestcthesis
Version:	0.4.8
Release:	6
Summary:	Thesis class for UESTC
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uestcthesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uestcthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uestcthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is for typesetting a thesis at the University of
Electronic Science and Technology of China.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/uestcthesis/uestcthesis.bst
%{_texmfdistdir}/tex/latex/uestcthesis/uestcthesis.cls
%doc %{_texmfdistdir}/doc/latex/uestcthesis/README
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/chapters/DuplicateMe.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/chapters/Place_has_TrainDAO.java.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/chapters/implementation.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/chapters/math.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/chapters/test.c.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/chapters/tuition.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/Cabstract.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/Eabstract.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/acknowledgements.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/appendix.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/original.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/publications.bib
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/reference.bib
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/titlepage.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/translation.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/Chrysanthemum.jpg
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/Penguins.jpg
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/Tulips.jpg
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/apk.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/excel.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/fisher1.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/fisher2.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/flow1.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/flow3.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/flow4.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/flow5-1.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/flow5-2.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/flow5-3.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/highlight1.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/highlight2.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/system.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/winedt.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/uestcthesis-doc.pdf
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/uestcthesis-doc.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/source/rvdtx.sty
%doc %{_texmfdistdir}/doc/latex/uestcthesis/source/uestcthesis.dtx
%doc %{_texmfdistdir}/doc/latex/uestcthesis/source/uestcthesis.ins
%doc %{_texmfdistdir}/doc/latex/uestcthesis/uestcthesis.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.8-6
+ Revision: a05d7b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21692 |14mr|texlive-uhc-20070729-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16791
# category Package
# catalog-ctan /fonts/korean/HLaTeX
# catalog-date 2007-07-29 12:13:44 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-uhc
Version:	20070729
Release:	3
Summary:	Fonts for the Korean language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/korean/HLaTeX
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uhc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uhc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Support for Korean documents written in Korean standard KSC
codes for LaTeX2e.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/uhc/config.uhc
%{_texmfdistdir}/fonts/afm/uhc/umj/umj00.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj01.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj02.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj03.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj04.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj05.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj10.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj11.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj12.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj13.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj14.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj15.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj16.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj17.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj20.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj21.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj22.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj23.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj24.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj25.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj26.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj27.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj28.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj29.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj30.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj31.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj32.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj33.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj34.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj35.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj36.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj37.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj38.afm
%{_texmfdistdir}/fonts/map/dvips/uhc/umj.map
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjbb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjbc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjbd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjbe.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjbf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcbb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcbc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcbd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcbe.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcbf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjccb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjccc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjccd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjccf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcf9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcfa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcobb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcobc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcobd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcobe.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcobf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcocb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcocc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcocd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcocf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcof9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcofa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjf9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjfa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjobb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjobc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjobd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjobe.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjobf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjocb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjocc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjocd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjocf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjof9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjofa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjubb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjubc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjubd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjube.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjubf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjucb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjucc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjucd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjucf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuf9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjufa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuobb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuobc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuobd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuobe.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuobf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuocb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuocc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuocd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuocf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuof9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuofa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxbb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxbc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxbd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxbe.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxbf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxcb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxcc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxcd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxcf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxf9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxfa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxobb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxobc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxobd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxobe.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxobf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxocb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxocc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxocd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxocf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxof9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxofa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo9.tfm
%{_texmfdistdir}/fonts/type1/uhc/umj/umj00.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj01.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj02.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj03.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj04.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj05.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj10.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj11.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj12.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj13.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj14.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj15.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj16.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj17.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj20.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj21.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj22.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj23.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj24.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj25.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj26.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj27.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj28.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj29.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj30.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj31.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj32.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj33.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj34.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj35.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj36.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj37.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj38.pfb
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjbb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjbc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjbd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjbe.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjbf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcbb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcbc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcbd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcbe.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcbf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjccb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjccc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjccd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjccf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcf9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcfa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcff.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcobb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcobc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcobd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcobe.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcobf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcocb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcocc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcocd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcocf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcof9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcofa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoff.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjf9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjfa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjff.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjobb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjobc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjobd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjobe.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjobf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjocb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjocc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjocd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjocf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjof9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjofa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoff.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjubb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjubc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjubd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjube.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjubf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjucb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjucc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjucd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjucf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuf9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjufa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuff.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuobb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuobc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuobd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuobe.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuobf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuocb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuocc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuocd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuocf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuof9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuofa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoff.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxbb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxbc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxbd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxbe.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxbf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxcb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxcc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxcd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxcf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxf9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxfa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxff.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxobb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxobc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxobd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxobe.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxobf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxocb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxocc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxocd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxocf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxof9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxofa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoff.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj9.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc9.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco9.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo9.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju9.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo9.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx9.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo9.vf
%doc %{_texmfdistdir}/doc/fonts/uhc/umj/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070729-3
+ Revision: 19b8678
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21693 |14mr|texlive-uiucredborder-1.00-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29974
# category Package
# catalog-ctan /macros/latex/contrib/uiucredborder
# catalog-date 2013-04-16 11:30:34 +0200
# catalog-license lppl1.2
# catalog-version 1.00
Name:		texlive-uiucredborder
Version:	1.00
Release:	6
Summary:	Class for UIUC thesis red-bordered forms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uiucredborder
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucredborder.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucredborder.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucredborder.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class offers a means of filling out the "red-bordered form"
that gets signed by the department head, your advisor, and --
for doctoral dissertations -- your thesis committee members.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uiucredborder/uiucredborder.cls
%doc %{_texmfdistdir}/doc/latex/uiucredborder/uiucredborder.pdf
#- source
%doc %{_texmfdistdir}/source/latex/uiucredborder/uiucredborder.dtx
%doc %{_texmfdistdir}/source/latex/uiucredborder/uiucredborder.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.00-6
+ Revision: b7a8620
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21694 |14mr|texlive-uiucthesis-2.25-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/uiucthesis
# catalog-date 2007-01-20 15:20:16 +0100
# catalog-license lppl
# catalog-version 2.25
Name:		texlive-uiucthesis
Version:	2.25
Release:	3
Summary:	UIUC thesis class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uiucthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucthesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucthesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class produces a document that conforms to the format
described in the University's Handbook for Graduate Students
Preparing to Deposit.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uiucthesis/uiucthesis.cls
%{_texmfdistdir}/tex/latex/uiucthesis/uiucthesis.sty
%doc %{_texmfdistdir}/doc/latex/uiucthesis/README
%doc %{_texmfdistdir}/doc/latex/uiucthesis/thesis-ex.pdf
%doc %{_texmfdistdir}/doc/latex/uiucthesis/thesis-ex.tex
%doc %{_texmfdistdir}/doc/latex/uiucthesis/uiucthesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/uiucthesis/uiucthesis.dtx
%doc %{_texmfdistdir}/source/latex/uiucthesis/uiucthesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.25-3
+ Revision: b1b252a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21695 |14mr|texlive-ukrhyph-20070119-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21081
# category Package
# catalog-ctan /language/hyphenation/ukrhyph
# catalog-date 2007-01-19 00:08:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-ukrhyph
Version:	20070119
Release:	3
Summary:	Hyphenation Patterns for Ukrainian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/ukrhyph
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ukrhyph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ukrhyph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A range of patterns, depending on the encoding of the output
font (including the standard T2A, so one can use the patterns
with free fonts).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/ukrhyph/catlcy.tex
%{_texmfdistdir}/tex/generic/ukrhyph/lcy2koi.tex
%{_texmfdistdir}/tex/generic/ukrhyph/lcy2lcy.tex
%{_texmfdistdir}/tex/generic/ukrhyph/lcy2ot2.tex
%{_texmfdistdir}/tex/generic/ukrhyph/lcy2t2a.tex
%{_texmfdistdir}/tex/generic/ukrhyph/lcy2ucy.tex
%{_texmfdistdir}/tex/generic/ukrhyph/rules60.tex
%{_texmfdistdir}/tex/generic/ukrhyph/rules90.tex
%{_texmfdistdir}/tex/generic/ukrhyph/rules_ph.tex
%{_texmfdistdir}/tex/generic/ukrhyph/ukrenhyp.tex
%{_texmfdistdir}/tex/generic/ukrhyph/ukrhypfa.tex
%{_texmfdistdir}/tex/generic/ukrhyph/ukrhyph.koi
%{_texmfdistdir}/tex/generic/ukrhyph/ukrhyph.lcy
%{_texmfdistdir}/tex/generic/ukrhyph/ukrhyph.ot2
%{_texmfdistdir}/tex/generic/ukrhyph/ukrhyph.t2a
%{_texmfdistdir}/tex/generic/ukrhyph/ukrhyph.tex
%{_texmfdistdir}/tex/generic/ukrhyph/ukrhyph.ucy
%{_texmfdistdir}/tex/generic/ukrhyph/ukrhypmp.tex
%{_texmfdistdir}/tex/generic/ukrhyph/ukrhypmt.tex
%{_texmfdistdir}/tex/generic/ukrhyph/ukrhypsm.tex
%{_texmfdistdir}/tex/generic/ukrhyph/ukrhypst.tex
%doc %{_texmfdistdir}/doc/generic/ukrhyph/README
%doc %{_texmfdistdir}/doc/generic/ukrhyph/rules60.pdf
%doc %{_texmfdistdir}/doc/generic/ukrhyph/rules90.pdf
%doc %{_texmfdistdir}/doc/generic/ukrhyph/rules_ph.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070119-3
+ Revision: 30281ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21696 |14mr|texlive-ulem-20120601-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26785
# category Package
# catalog-ctan /macros/latex/contrib/ulem
# catalog-date 2012-06-01 11:43:10 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-ulem
Version:	20120601
Release:	2
Summary:	Package for underlining
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ulem
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulem.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an \ul (underline) command which will
break over line ends; this technique may be used to replace \em
(both in that form and as the \emph command), so as to make
output look as if it comes from a typewriter. The package also
offers double and wavy underlining, and striking out (line
through words) and crossing out (/// over words). The package
works with both Plain TeX and LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/ulem/ulem.sty
%doc %{_texmfdistdir}/doc/generic/ulem/README
%doc %{_texmfdistdir}/doc/generic/ulem/ulem.ltx
%doc %{_texmfdistdir}/doc/generic/ulem/ulem.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120601-2
+ Revision: 677435b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21697 |14mr|texlive-ulqda-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /macros/latex/contrib/ulqda
# catalog-date 2009-11-10 09:00:49 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-ulqda
Version:	1.1
Release:	4
Summary:	Support of Qualitative Data Analysis
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ulqda
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulqda.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulqda.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulqda.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-ulqda.bin = %{EVRD}

%description
The package is for use in Qualitative Data Analysis research.
It supports the integration of Qualitative Data Analysis (QDA)
research tasks, specifically for Grounded Theory, into the
LaTeX work flow. It assists in the analysis of textual data
such as interview transcripts and field notes by providing the
LaTeX user with macros which are used to markup textual
information -- for example, in-depth interviews.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/ulqda
%{_texmfdistdir}/scripts/ulqda/ulqda.pl
%{_texmfdistdir}/tex/latex/ulqda/ulqda.sty
%doc %{_texmfdistdir}/doc/latex/ulqda/README
%doc %{_texmfdistdir}/doc/latex/ulqda/ulqda.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ulqda/Makefile
%doc %{_texmfdistdir}/source/latex/ulqda/ulqda.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ulqda/ulqda.pl ulqda
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-4
+ Revision: 9fa399a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21698 |14mr|texlive-ulthese-3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32738
# category Package
# catalog-ctan /macros/latex/contrib/ulthese
# catalog-date 2014-01-20 16:26:24 +0100
# catalog-license lppl1.3
# catalog-version 3.0
Name:		texlive-ulthese
Version:	3.0
Release:	2
Summary:	Thesis class and templates for Universite Laval
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ulthese
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulthese.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulthese.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulthese.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a class based on memoir to prepare theses
and memoirs compliant with the presentation rules set forth by
the Faculty of Graduate Studies of Universite Laval, Quebec,
Canada. The class also comes with an extensive set of templates
for the various types of theses and memoirs offered at Laval.
Please note that the documentation for the class and the
comments in the templates are all written in French, the
language of the target audience.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ulthese/ul_p.eps
%{_texmfdistdir}/tex/latex/ulthese/ul_p.pdf
%{_texmfdistdir}/tex/latex/ulthese/ulthese.cls
%doc %{_texmfdistdir}/doc/latex/ulthese/README
%doc %{_texmfdistdir}/doc/latex/ulthese/abstract.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/annexe.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/avantpropos.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/chapitre1.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/chapitre2.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/conclusion.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-doctorat-cotutelle.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-doctorat-extension-UQO.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-doctorat-extension-UdeS.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-doctorat-mesure.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-doctorat-multifacultaire.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-doctorat.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-maitrise-extension-UQAC.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-maitrise-mesure.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-maitrise.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/introduction.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/remerciements.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/resume.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/ulthese.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ulthese/ulthese.dtx
%doc %{_texmfdistdir}/source/latex/ulthese/ulthese.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-2
+ Revision: 561a854
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21699 |14mr|texlive-umich-thesis-1.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/umich-thesis
# catalog-date 2009-09-27 11:52:43 +0200
# catalog-license lppl
# catalog-version 1.20
Name:		texlive-umich-thesis
Version:	1.20
Release:	3
Summary:	University of Michigan Thesis LaTeX class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/umich-thesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umich-thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umich-thesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX2e class to create a University of Michigan dissertation
according to the Rackham dissertation handbook.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/umich-thesis/umich-thesis.cls
%doc %{_texmfdistdir}/doc/latex/umich-thesis/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.20-3
+ Revision: 2a0075d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21700 |14mr|texlive-uml-0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17476
# category Package
# catalog-ctan /graphics/pstricks/contrib/uml
# catalog-date 2010-03-17 12:19:20 +0100
# catalog-license lppl
# catalog-version 0.11
Name:		texlive-uml
Version:	0.11
Release:	3
Summary:	UML diagrams in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/uml
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uml.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uml.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uml.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A PSTricks related package for writing UML (Unified Modelling
Language) diagrams in LaTeX. Currently, it implements a subset
of class diagrams, and some extra constructs as well. The
package cannot be used together with pst-uml.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uml/uml.sty
%doc %{_texmfdistdir}/doc/latex/uml/Changes
%doc %{_texmfdistdir}/doc/latex/uml/README
%doc %{_texmfdistdir}/doc/latex/uml/example.tex
%doc %{_texmfdistdir}/doc/latex/uml/uml.pdf
#- source
%doc %{_texmfdistdir}/source/latex/uml/Makefile
%doc %{_texmfdistdir}/source/latex/uml/uml.dtx
%doc %{_texmfdistdir}/source/latex/uml/uml.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.11-3
+ Revision: 5b6543d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21701 |14mr|texlive-umlaute-v2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/umlaute
# catalog-date 2009-10-10 17:55:02 +0200
# catalog-license lppl
# catalog-version v2.1
Name:		texlive-umlaute
Version:	v2.1
Release:	3
Summary:	German input encodings in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/umlaute
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umlaute.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umlaute.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umlaute.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An early package for using alternate input encodings. The
author considers the package mostly obsolete, since most of its
functions are taken by the inputenc package; however, inputenc
doesn't support the roman8 and atari encodings, so umlaute
remains the sole source of that support.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/umlaute/atari.def
%{_texmfdistdir}/tex/latex/umlaute/isolatin.def
%{_texmfdistdir}/tex/latex/umlaute/mac.def
%{_texmfdistdir}/tex/latex/umlaute/pc850.def
%{_texmfdistdir}/tex/latex/umlaute/roman8.def
%{_texmfdistdir}/tex/latex/umlaute/umlaute.sty
%doc %{_texmfdistdir}/doc/latex/umlaute/cs_patch.uue
%doc %{_texmfdistdir}/doc/latex/umlaute/umlaute.pdf
#- source
%doc %{_texmfdistdir}/source/latex/umlaute/umlaute.dtx
%doc %{_texmfdistdir}/source/latex/umlaute/umlaute.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v2.1-3
+ Revision: c2ef649
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21702 |14mr|texlive-umoline-20070120-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19085
# category Package
# catalog-ctan /macros/latex/contrib/umoline
# catalog-date 2007-01-20 15:20:16 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-umoline
Version:	20070120
Release:	3
Summary:	Underline text allowing line breaking
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/umoline
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umoline.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umoline.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umoline.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides commands \Underline, \Midline and \Overline for
underlining, striking out, and overlining their text arguments.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/umoline/umoline.sty
%doc %{_texmfdistdir}/doc/latex/umoline/README
%doc %{_texmfdistdir}/doc/latex/umoline/umoline-man.tex
%doc %{_texmfdistdir}/doc/latex/umoline/umoline.pdf
#- source
%doc %{_texmfdistdir}/source/latex/umoline/umoline.dtx
%doc %{_texmfdistdir}/source/latex/umoline/umoline.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070120-3
+ Revision: 9b331cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21703 |14mr|texlive-umthesis-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/umthesis
# catalog-date 2009-09-17 20:11:38 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-umthesis
Version:	0.2
Release:	3
Summary:	Dissertations at the University of Michigan
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/umthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class loads book class, and makes minimal changes to it;
its coding aims to be as robust as possible, and as a result it
has few conflicts with potential add-on packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/umthesis/umthesis.cls
%doc %{_texmfdistdir}/doc/latex/umthesis/PDP.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/README
%doc %{_texmfdistdir}/doc/latex/umthesis/appendix.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/conclusion.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/example.pdf
%doc %{_texmfdistdir}/doc/latex/umthesis/example.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/exp1.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/exp2.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/exp3.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/felty.bib
%doc %{_texmfdistdir}/doc/latex/umthesis/intro.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/mybibstyle.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 4b21ac9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21704 |14mr|texlive-umtypewriter-001.002-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/umtypewriter
# catalog-date 2009-07-23 15:45:58 +0200
# catalog-license ofl
# catalog-version 001.002
Name:		texlive-umtypewriter
Version:	001.002
Release:	3
Summary:	Fonts to typeset with the xgreek package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/umtypewriter
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umtypewriter.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The UMTypewriter font family is a monospaced font family that
was built from glyphs from the CB Greek fonts, the CyrTUG
Cyrillic alphabet fonts ("LH"), and the standard Computer
Modern font family. It contains four OpenType fonts which are
required for use of the xgreek package for XeLaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/umtypewriter/UMTypewriter-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/umtypewriter/UMTypewriter-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/public/umtypewriter/UMTypewriter-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/umtypewriter/UMTypewriter-Oblique.otf
%{_texmfdistdir}/fonts/opentype/public/umtypewriter/UMTypewriter-Regular.otf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 001.002-3
+ Revision: 11e2fd8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21705 |14mr|texlive-unamthesis-2.02-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29799
# category Package
# catalog-ctan /macros/latex/contrib/unamthesis
# catalog-date 2013-04-10 00:46:21 +0200
# catalog-license lppl1.3
# catalog-version 2.02
Name:		texlive-unamthesis
Version:	2.02
Release:	6
Summary:	Style for Universidad Nacional Autonoma de Mexico theses
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/unamthesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unamthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unamthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a customisable format to typeset Theses
according to the Universidad Nacional Autonoma de Mexico
guidelines. Support for use in Scientific Workplace (SWP) 3.x
is also provided. The bundle also includes an appropriate
bibliographic style which enables the use of author-year
schemes using the natbib package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/unamthesis/UNAMThesis.bst
%{_texmfdistdir}/tex/latex/unamthesis/UNAMThesis.sty
%doc %{_texmfdistdir}/doc/latex/unamthesis/Escudo-IBT.eps
%doc %{_texmfdistdir}/doc/latex/unamthesis/Escudo-IBT.pdf
%doc %{_texmfdistdir}/doc/latex/unamthesis/Escudo-UNAM.eps
%doc %{_texmfdistdir}/doc/latex/unamthesis/Escudo-UNAM.pdf
%doc %{_texmfdistdir}/doc/latex/unamthesis/LEEME
%doc %{_texmfdistdir}/doc/latex/unamthesis/License
%doc %{_texmfdistdir}/doc/latex/unamthesis/README
%doc %{_texmfdistdir}/doc/latex/unamthesis/Thesis-Universidad_Nacional_Autonoma_de_Mexico.shl
%doc %{_texmfdistdir}/doc/latex/unamthesis/UNAMThesis.cst
%doc %{_texmfdistdir}/doc/latex/unamthesis/UNAMThesis.pdf
%doc %{_texmfdistdir}/doc/latex/unamthesis/UNAMThesis.tex
%doc %{_texmfdistdir}/doc/latex/unamthesis/UNAMThesisSWP.tex
%doc %{_texmfdistdir}/doc/latex/unamthesis/testBib.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.02-6
+ Revision: b04b116
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21706 |14mr|texlive-underlin-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/underlin
# catalog-date 2007-06-02 10:25:58 +0200
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-underlin
Version:	1.01
Release:	3
Summary:	Underlined running heads
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/underlin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/underlin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/underlin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/underlin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines two pagestyles that provide underlined page heads in
LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/underlin/underlin.sty
%doc %{_texmfdistdir}/doc/latex/underlin/underlin.pdf
#- source
%doc %{_texmfdistdir}/source/latex/underlin/underlin.dtx
%doc %{_texmfdistdir}/source/latex/underlin/underlin.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: fb3f94e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21707 |14mr|texlive-underoverlap-0.0.1.r1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29019
# category Package
# catalog-ctan /macros/latex/contrib/underoverlap
# catalog-date 2013-02-03 19:03:00 +0100
# catalog-license lppl1.3
# catalog-version 0.0.1-r1
Name:		texlive-underoverlap
Version:	0.0.1.r1
Release:	6
Summary:	Position decorations over and under expressions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/underoverlap
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/underoverlap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/underoverlap.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package overcomes TeX's inherent limitations in commands
that place decorations (such as braces) at arbirary positions
over and under expressions, overlapping as necessary.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/underoverlap/underoverlap.sty
%doc %{_texmfdistdir}/doc/latex/underoverlap/README
%doc %{_texmfdistdir}/doc/latex/underoverlap/dry.sty
%doc %{_texmfdistdir}/doc/latex/underoverlap/packagedoc.cls
%doc %{_texmfdistdir}/doc/latex/underoverlap/underoverlap.pdf
%doc %{_texmfdistdir}/doc/latex/underoverlap/underoverlap.tex
%doc %{_texmfdistdir}/doc/latex/underoverlap/with.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.1.r1-6
+ Revision: e53b1cc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21708 |14mr|texlive-underscore-20100607-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18261
# category Package
# catalog-ctan /macros/latex/contrib/underscore
# catalog-date 2010-06-07 08:23:51 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-underscore
Version:	20100607
Release:	3
Summary:	Control the behaviour of "_" in text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/underscore
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/underscore.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/underscore.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
With the package, \_ in text mode (i.e., \textunderscore)
prints an underscore so that hyphenation of words either side
of it is not affected; a package option controls whether an
actual hyphenation point appears after the underscore, or
merely a break point. The package also arranges that, while in
text, '_' itself behaves as \textunderscore (the behaviour of _
in maths mode is not affected.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/underscore/underscore.sty
%doc %{_texmfdistdir}/doc/latex/underscore/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/underscore/underscore.pdf
%doc %{_texmfdistdir}/doc/latex/underscore/underscore.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100607-3
+ Revision: 94acaa8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21709 |14mr|texlive-undolabl-1.0k-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25010
# category Package
# catalog-ctan /macros/latex/contrib/undolabl
# catalog-date 2012-01-02 14:24:13 +0100
# catalog-license lppl1.3
# catalog-version 1.0k
Name:		texlive-undolabl
Version:	1.0k
Release:	2
Summary:	Override existing labels
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/undolabl
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/undolabl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/undolabl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/undolabl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to override existing labels (for
example, those generated automatically).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/undolabl/undolabl.sty
%doc %{_texmfdistdir}/doc/latex/undolabl/README
%doc %{_texmfdistdir}/doc/latex/undolabl/undolabl-example.pdf
%doc %{_texmfdistdir}/doc/latex/undolabl/undolabl-example.tex
%doc %{_texmfdistdir}/doc/latex/undolabl/undolabl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/undolabl/undolabl.drv
%doc %{_texmfdistdir}/source/latex/undolabl/undolabl.dtx
%doc %{_texmfdistdir}/source/latex/undolabl/undolabl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0k-2
+ Revision: f04f650
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21710 |14mr|texlive-unicode-math-0.7a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27257
# category Package
# catalog-ctan /macros/latex/contrib/unicode-math
# catalog-date 2012-07-30 11:22:32 +0200
# catalog-license lppl1.3
# catalog-version 0.7a
Name:		texlive-unicode-math
Version:	0.7a
Release:	2
Summary:	Unicode mathematics support for XeTeX and LuaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/unicode-math
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-math.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-math.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-math.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-fontspec

%description
The current release of this package typesets mathematics with
unicode input and using OpenType maths fonts. (There is little
compatibility with older maths packages.) XeTeX support is well
tested, though LuaTeX support less so. The package can typeset
using STIX fonts, the XITS development of those fonts, the
Asana-Math fonts and the commercial Cambria Math fonts. There
is no support yet for any extra alphabets in the Unicode
'private use area'. The package relies on recent versions of
the fontspec package and the l3kernel and l3packages bundles.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/unicode-math/unicode-math-luatex.sty
%{_texmfdistdir}/tex/latex/unicode-math/unicode-math-table.tex
%{_texmfdistdir}/tex/latex/unicode-math/unicode-math-xetex.sty
%{_texmfdistdir}/tex/latex/unicode-math/unicode-math.lua
%{_texmfdistdir}/tex/latex/unicode-math/unicode-math.sty
%doc %{_texmfdistdir}/doc/latex/unicode-math/README
%doc %{_texmfdistdir}/doc/latex/unicode-math/unicode-math-testsuite.pdf
%doc %{_texmfdistdir}/doc/latex/unicode-math/unicode-math.pdf
%doc %{_texmfdistdir}/doc/latex/unicode-math/unimath-example.ltx
%doc %{_texmfdistdir}/doc/latex/unicode-math/unimath-symbols.pdf
#- source
%doc %{_texmfdistdir}/source/latex/unicode-math/Makefile
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-active-sscripts.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-alph-spaces.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-arrow-accents.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-mathstyle-french.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-mathstyle-iso.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-mathstyle-literal.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-mathstyle-tex.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-mathstyle-upright.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-mathversion.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-nolimits-spec.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-over-under-2.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-over-under.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-pkg-url.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-primes-1.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-primes-2.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-primes-back.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-query-mathstyle.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-range-prime-check.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-slash-delim-2.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-sqrt-n.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-sqrt.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/F-sscript-features.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L-sscale-dimen.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L600a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L600b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L600c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L600f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L601a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L601b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L601f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L602b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L603b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L604a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L604b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L650a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/L650b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X002a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X002b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X002c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X002d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X002e.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003e.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003g.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003h.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003i.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003j.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003k.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003l.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003m.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003n.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003o.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X003p.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X004a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X004b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X004c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X004d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X004e.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X004f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005e.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005g.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005h.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005i.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005j.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005k.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X005l.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X010a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X010b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X010c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X010d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X011a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X011b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X012a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X012b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X013a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X013b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X013c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X013d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X013e.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X014a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X014b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X014c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X015a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X015b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X016a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X016b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X016c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X017a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X017b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X017c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X017d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X018a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X018b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X019a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X019b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X020a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X020b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X021a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X021b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X030a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X031a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X031b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X031c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X032a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X032b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X032c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X033a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X100a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X100b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X100c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X100d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X100e.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X101a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X102a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X150a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X151a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X202a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X202b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X203a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X206a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X206b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X206c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X207a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X401a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X500a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X501a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X501b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X501d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X501e.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X502a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X502b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X503a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X600a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X600b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X600c.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X600d.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X600f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X601a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X601b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X601f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X604a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X604b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X610f.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X620b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X650a.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/X650b.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/umtest-preamble.tex
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/umtest-suite-F.tex
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/umtest-suite-L.tex
%doc %{_texmfdistdir}/source/latex/unicode-math/testfiles/umtest-suite-X.tex
%doc %{_texmfdistdir}/source/latex/unicode-math/unicode-math-testsuite.ltx
%doc %{_texmfdistdir}/source/latex/unicode-math/unicode-math.dtx
%doc %{_texmfdistdir}/source/latex/unicode-math/unimath-symbols.ltx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7a-2
+ Revision: 4380314
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21711 |14mr|texlive-unisugar-0.92-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22357
# category Package
# catalog-ctan /macros/xetex/latex/unisugar
# catalog-date 2011-05-08 11:17:43 +0200
# catalog-license lppl1.3
# catalog-version 0.92
Name:		texlive-unisugar
Version:	0.92
Release:	3
Summary:	Define syntactic sugar for Unicode LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/unisugar
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unisugar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unisugar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to define shorthand aliases for
single Unicode characters, and also provides support for such
aliases in RTL-text. The package requires an TeX-alike system
that uses Unicode input in a native way: current examples are
XeTeX and LuaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/unisugar/unisugar.sty
%doc %{_texmfdistdir}/doc/xelatex/unisugar/Makefile
%doc %{_texmfdistdir}/doc/xelatex/unisugar/README
%doc %{_texmfdistdir}/doc/xelatex/unisugar/gedit-mixed-sugar.png
%doc %{_texmfdistdir}/doc/xelatex/unisugar/gedit-mixed-traditional.png
%doc %{_texmfdistdir}/doc/xelatex/unisugar/sugar.png
%doc %{_texmfdistdir}/doc/xelatex/unisugar/traditional.png
%doc %{_texmfdistdir}/doc/xelatex/unisugar/unisugar.pdf
%doc %{_texmfdistdir}/doc/xelatex/unisugar/unisugar.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.92-3
+ Revision: 5e2007e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21712 |14mr|texlive-units-0.9b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/units
# catalog-date 2009-09-27 11:52:43 +0200
# catalog-license gpl
# catalog-version 0.9b
Name:		texlive-units
Version:	0.9b
Release:	3
Summary:	Typeset units
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/units
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/units.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/units.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/units.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is provided as a bundle with the nicefrac package
for typing fractions. Units uses nicefrac in typesetting
physical units in a standard-looking sort of way.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/units/nicefrac.sty
%{_texmfdistdir}/tex/latex/units/units.sty
%doc %{_texmfdistdir}/doc/latex/units/COPYING
%doc %{_texmfdistdir}/doc/latex/units/README
%doc %{_texmfdistdir}/doc/latex/units/units.pdf
#- source
%doc %{_texmfdistdir}/source/latex/units/units.dtx
%doc %{_texmfdistdir}/source/latex/units/units.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9b-3
+ Revision: 40fbec7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21713 |14mr|texlive-unitsdef-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/unitsdef
# catalog-date 2007-01-20 15:20:16 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-unitsdef
Version:	0.2
Release:	3
Summary:	Typesetting units in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/unitsdef
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unitsdef.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unitsdef.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unitsdef.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
There are a lot of packages for typesetting units in LaTeX2e.
Some define macros to typeset a lot of units but do not suit to
the actual font settings, some make the characters needed
available but do not predefine any unit. This package tries to
comply with both requirements. It predefines common units,
defines an easy to use interface to define new units and
changes the output concerning to the surrounding font settings.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/unitsdef/ampabbrv.cfg
%{_texmfdistdir}/tex/latex/unitsdef/enerabbr.cfg
%{_texmfdistdir}/tex/latex/unitsdef/freqabbr.cfg
%{_texmfdistdir}/tex/latex/unitsdef/lengabbr.cfg
%{_texmfdistdir}/tex/latex/unitsdef/molabbrv.cfg
%{_texmfdistdir}/tex/latex/unitsdef/timeabbr.cfg
%{_texmfdistdir}/tex/latex/unitsdef/unitsdef.sty
%{_texmfdistdir}/tex/latex/unitsdef/volabbrv.cfg
%{_texmfdistdir}/tex/latex/unitsdef/voltabbr.cfg
%{_texmfdistdir}/tex/latex/unitsdef/weigabbr.cfg
%doc %{_texmfdistdir}/doc/latex/unitsdef/README.1st
%doc %{_texmfdistdir}/doc/latex/unitsdef/defedpraef.tex
%doc %{_texmfdistdir}/doc/latex/unitsdef/defedunits.tex
%doc %{_texmfdistdir}/doc/latex/unitsdef/unitsdef.pdf
#- source
%doc %{_texmfdistdir}/source/latex/unitsdef/unitsdef.dtx
%doc %{_texmfdistdir}/source/latex/unitsdef/unitsdef.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: a21ba0a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21714 |14mr|texlive-universa-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/universa
# catalog-date 2008-11-02 01:06:10 +0100
# catalog-license gpl
# catalog-version 2.0
Name:		texlive-universa
Version:	2.0
Release:	3
Summary:	Herbert Bayer's 'universal' font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/universa
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/universa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/universa.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/universa.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An implementation of the universal font by Herbert Bayer of the
Bauhaus school. The MetaFont sources of the fonts, and their
LaTeX support, are all supplied in a LaTeX documented source
(.dtx) file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/universa/fulbc10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbc12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbc17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbc8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbc9.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbo10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbo12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbo17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbo8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbo9.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbr10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbr12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbr17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbr8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbr9.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbst10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbst12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbst17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbst8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulbst9.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmc10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmc12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmc17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmc8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmc9.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmo10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmo12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmo17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmo8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmo9.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmr10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmr12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmr17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmr8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmr9.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmst10.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmst12.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmst17.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmst8.mf
%{_texmfdistdir}/fonts/source/public/universa/fulmst9.mf
%{_texmfdistdir}/fonts/source/public/universa/uniacc.mf
%{_texmfdistdir}/fonts/source/public/universa/unibase.mf
%{_texmfdistdir}/fonts/source/public/universa/unidig.mf
%{_texmfdistdir}/fonts/source/public/universa/uniext.mf
%{_texmfdistdir}/fonts/source/public/universa/unilig.mf
%{_texmfdistdir}/fonts/source/public/universa/unilow.mf
%{_texmfdistdir}/fonts/source/public/universa/unipun.mf
%{_texmfdistdir}/fonts/source/public/universa/unispe.mf
%{_texmfdistdir}/fonts/source/public/universa/uniupp.mf
%{_texmfdistdir}/fonts/tfm/public/universa/fulbc10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbc12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbc17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbc8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbc9.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbo12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbo17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbo9.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbr10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbr12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbr17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbr8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbr9.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbst10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbst12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbst17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbst8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulbst9.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmc10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmc12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmc17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmc8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmc9.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmo10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmo12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmo17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmo8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmo9.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmst10.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmst12.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmst17.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmst8.tfm
%{_texmfdistdir}/fonts/tfm/public/universa/fulmst9.tfm
%{_texmfdistdir}/tex/latex/universa/omluni.fd
%{_texmfdistdir}/tex/latex/universa/omsuni.fd
%{_texmfdistdir}/tex/latex/universa/ot1uni.fd
%{_texmfdistdir}/tex/latex/universa/t1uni.fd
%{_texmfdistdir}/tex/latex/universa/uni.sty
%{_texmfdistdir}/tex/latex/universa/uuni.fd
%doc %{_texmfdistdir}/doc/fonts/universa/README.uni
%doc %{_texmfdistdir}/doc/fonts/universa/copyright.tex
%doc %{_texmfdistdir}/doc/fonts/universa/unidoc.sty
#- source
%doc %{_texmfdistdir}/source/fonts/universa/uni.dtx
%doc %{_texmfdistdir}/source/fonts/universa/uni.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 6589568
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21715 |14mr|texlive-uni-wtal-ger-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22169
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-uni-wtal-ger
Version:	20111104
Release:	3
Summary:	TeXLive uni-wtal-ger package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-wtal-ger.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-wtal-ger.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive uni-wtal-ger package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uni-wtal-ger/uni-wtal-ger.bbx
%{_texmfdistdir}/tex/latex/uni-wtal-ger/uni-wtal-ger.cbx
%doc %{_texmfdistdir}/doc/latex/uni-wtal-ger/LIESMICH
%doc %{_texmfdistdir}/doc/latex/uni-wtal-ger/README
%doc %{_texmfdistdir}/doc/latex/uni-wtal-ger/germanistik.bib
%doc %{_texmfdistdir}/doc/latex/uni-wtal-ger/germanistik.pdf
%doc %{_texmfdistdir}/doc/latex/uni-wtal-ger/germanistik.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: 2d1170c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21716 |14mr|texlive-uni-wtal-lin-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31409
# category Package
# catalog-ctan /macros/latex/contrib/biblatex-contrib/uni-wtal-lin
# catalog-date 2013-08-10 17:37:59 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-uni-wtal-lin
Version:	0.2
Release:	6
Summary:	Citation style for linguistic studies at the University of Wuppertal
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex-contrib/uni-wtal-lin
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-wtal-lin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-wtal-lin.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a biblatex citation style based on the
standard author-year style. The citations are optimised for
linguistic studies at the Institute of Linguistics at the
Bergische Universitat Wuppertal.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uni-wtal-lin/uni-wtal-lin.bbx
%{_texmfdistdir}/tex/latex/uni-wtal-lin/uni-wtal-lin.cbx
%doc %{_texmfdistdir}/doc/latex/uni-wtal-lin/CHANGES
%doc %{_texmfdistdir}/doc/latex/uni-wtal-lin/LIESMICH
%doc %{_texmfdistdir}/doc/latex/uni-wtal-lin/README
%doc %{_texmfdistdir}/doc/latex/uni-wtal-lin/uni-wtal-lin.bib
%doc %{_texmfdistdir}/doc/latex/uni-wtal-lin/uni-wtal-lin.pdf
%doc %{_texmfdistdir}/doc/latex/uni-wtal-lin/uni-wtal-lin.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-6
+ Revision: 3acf2a2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21717 |14mr|texlive-unravel-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31307
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-unravel
Version:	20131009
Release:	6
Summary:	TeXLive unravel package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unravel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unravel.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unravel.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive unravel package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/unravel/unravel.sty
%doc %{_texmfdistdir}/doc/latex/unravel/README
%doc %{_texmfdistdir}/doc/latex/unravel/unravel.pdf
#- source
%doc %{_texmfdistdir}/source/latex/unravel/unravel.dtx
%doc %{_texmfdistdir}/source/latex/unravel/unravel.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: 1a9eb58
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21718 |14mr|texlive-unswcover-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29476
# category Package
# catalog-ctan /macros/latex/contrib/unswcover
# catalog-date 2013-03-22 09:14:02 +0100
# catalog-license noinfo
# catalog-version 1.0
Name:		texlive-unswcover
Version:	1.0
Release:	6
Summary:	Typeset a dissertation cover page following UNSW guidelines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/unswcover
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unswcover.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unswcover.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package an UNSW cover sheet following the 2011 GRS
guidelines. It may also (optionally) provide other required
sheets such as Originality, Copyright and Authenticity
statements.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/unswcover/unswcover.sty
%doc %{_texmfdistdir}/doc/latex/unswcover/COPYING
%doc %{_texmfdistdir}/doc/latex/unswcover/Makefile
%doc %{_texmfdistdir}/doc/latex/unswcover/README
%doc %{_texmfdistdir}/doc/latex/unswcover/logo_unsw_short.pdf
%doc %{_texmfdistdir}/doc/latex/unswcover/thesis.bib
%doc %{_texmfdistdir}/doc/latex/unswcover/thesis.pdf
%doc %{_texmfdistdir}/doc/latex/unswcover/thesis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 5b6e986
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21719 |14mr|texlive-uothesis-2.5.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25355
# category Package
# catalog-ctan /macros/latex/contrib/uothesis
# catalog-date 2012-02-09 17:36:54 +0100
# catalog-license lppl1.3
# catalog-version 2.5.6
Name:		texlive-uothesis
Version:	2.5.6
Release:	2
Summary:	Class for dissertations and theses at the University of Oregon
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uothesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uothesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uothesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uothesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class generates documents that are suitable for submission
to the Graduate School and conform with the style requirements
for dissertations and theses as laid out in the Fall 2010 UO
graduate school student manual.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uothesis/uothesis.cls
%doc %{_texmfdistdir}/doc/latex/uothesis/README
%doc %{_texmfdistdir}/doc/latex/uothesis/README.txt
%doc %{_texmfdistdir}/doc/latex/uothesis/acs-uothesis.bib
%doc %{_texmfdistdir}/doc/latex/uothesis/uothesis.hd
%doc %{_texmfdistdir}/doc/latex/uothesis/uothesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/uothesis/uothesis.dtx
%doc %{_texmfdistdir}/source/latex/uothesis/uothesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5.6-2
+ Revision: ee657b2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21720 |14mr|texlive-uowthesis-1.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19700
# category Package
# catalog-ctan /macros/latex/contrib/uowthesis
# catalog-date 2010-07-28 12:27:25 +0200
# catalog-license lppl1.3
# catalog-version 1.0a
Name:		texlive-uowthesis
Version:	1.0a
Release:	3
Summary:	Document class for dissertations at the University of Wollongong
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uowthesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uowthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uowthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A document class for higher degree research theses in
compliance with the specifications of University of Wollongong
(UoW) theses in the "Guidelines for Preparation and Submission
of Higher Degree Research Theses" (March 2006), by the Research
Student Centre, Research & Innovation Division, UoW.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uowthesis/UoWlogo.eps
%{_texmfdistdir}/tex/latex/uowthesis/UoWlogo.png
%{_texmfdistdir}/tex/latex/uowthesis/UoWthesis.cls
%doc %{_texmfdistdir}/doc/latex/uowthesis/README
%doc %{_texmfdistdir}/doc/latex/uowthesis/myThesisBib.bib
%doc %{_texmfdistdir}/doc/latex/uowthesis/mythesis.pdf
%doc %{_texmfdistdir}/doc/latex/uowthesis/mythesis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-3
+ Revision: 11b9c08
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21721 |14mr|texlive-uowthesistitlepage-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32626
# category Package
# catalog-ctan /macros/latex/contrib/uowthesistitlepage
# catalog-date 2014-01-10 08:34:25 +0100
# catalog-license lppl1.3
# catalog-version 2.0
Name:		texlive-uowthesistitlepage
Version:	2.0
Release:	2
Summary:	Title page for dissertations at the University of Wollongong
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uowthesistitlepage
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uowthesistitlepage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uowthesistitlepage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package redefines \maketitle to generate a title page for a
University of Wollongong thesis, in accordance with the UoW
branding guidelines. The package should be used with the book
class to typeset a thesis. The package also defines a
\declaration command that typesets the declaration that this
thesis is your own work, etc., which is required in the front
of each PhD Thesis.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uowthesistitlepage/uowthesistitlepage.sty
%doc %{_texmfdistdir}/doc/latex/uowthesistitlepage/README
%doc %{_texmfdistdir}/doc/latex/uowthesistitlepage/uowthesistitlepage_doc.pdf
%doc %{_texmfdistdir}/doc/latex/uowthesistitlepage/uowthesistitlepage_doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-2
+ Revision: 0be976c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21722 |14mr|texlive-upca-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22511
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-upca
Version:	20111104
Release:	3
Summary:	TeXLive upca package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/upca.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/upca.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive upca package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/upca/upca.tex
%doc %{_texmfdistdir}/doc/generic/upca/README
%doc %{_texmfdistdir}/doc/generic/upca/test-upca.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: eb81639
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21723 |14mr|texlive-upmethodology-20100102-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16575
# category Package
# catalog-ctan /macros/latex/contrib/upmethodology
# catalog-date 2010-01-02 16:58:48 +0100
# catalog-license lgpl
# catalog-version undef
Name:		texlive-upmethodology
Version:	20100102
Release:	3
Summary:	Writing specification such as for UP-based methodologies
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/upmethodology
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/upmethodology.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/upmethodology.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle allows the user to create Unified Process
methodology (UP or RUP) based documents. The style provides
document versioning, document history, document authors,
document validators, specification description, task
management, and several helping macros.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-backpage.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-code.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-document.cls
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-document.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-extension.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-fmt.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-frontpage.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-p-common.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-spec.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-task.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-version.sty
%doc %{_texmfdistdir}/doc/latex/upmethodology/AUTHORS
%doc %{_texmfdistdir}/doc/latex/upmethodology/COPYING
%doc %{_texmfdistdir}/doc/latex/upmethodology/Changelog
%doc %{_texmfdistdir}/doc/latex/upmethodology/INSTALL
%doc %{_texmfdistdir}/doc/latex/upmethodology/NEWS
%doc %{_texmfdistdir}/doc/latex/upmethodology/README
%doc %{_texmfdistdir}/doc/latex/upmethodology/TODO
%doc %{_texmfdistdir}/doc/latex/upmethodology/VERSION
%doc %{_texmfdistdir}/doc/latex/upmethodology/arakhne_org_logo.jpg
%doc %{_texmfdistdir}/doc/latex/upmethodology/caution.png
%doc %{_texmfdistdir}/doc/latex/upmethodology/frontclassic.jpg
%doc %{_texmfdistdir}/doc/latex/upmethodology/frontmodern.jpg
%doc %{_texmfdistdir}/doc/latex/upmethodology/illustration.jpg
%doc %{_texmfdistdir}/doc/latex/upmethodology/info.png
%doc %{_texmfdistdir}/doc/latex/upmethodology/question.png
%doc %{_texmfdistdir}/doc/latex/upmethodology/small_arakhne_org_logo.jpg
%doc %{_texmfdistdir}/doc/latex/upmethodology/upmethodology-doc.pdf
%doc %{_texmfdistdir}/doc/latex/upmethodology/upmethodology-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100102-3
+ Revision: 86198d6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21724 |14mr|texlive-upquote-v1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25895
# category Package
# catalog-ctan /macros/latex/contrib/upquote
# catalog-date 2012-04-09 12:39:20 +0200
# catalog-license lppl1.2
# catalog-version v1.2
Name:		texlive-upquote
Version:	v1.2
Release:	2
Summary:	Show "realistic" quotes in verbatim
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/upquote
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/upquote.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/upquote.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/upquote.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typewriter-style fonts are best for program listings, but
Computer Modern Typewriter prints ` and ' as bent opening and
closing single quotes. Other fonts, and most programming
languages, print ` as a grave accent and ' upright; ' is used
both to open and to close quoted strings. The package switches
the typewriter font to Computer Modern Typewriter in OT1
encoding, and modifies the behaviour of verbatim, verbatim*,
\verb, and \verb* to print in the "` and ' way". It does
thisregardless of other fonts or encodings in use, so long as
the package is loaded after the other fonts were. The package
does not affect \tt, \texttt, etc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/upquote/upquote.sty
%doc %{_texmfdistdir}/doc/latex/upquote/README
%doc %{_texmfdistdir}/doc/latex/upquote/upquote.pdf
#- source
%doc %{_texmfdistdir}/source/latex/upquote/upquote.dtx
%doc %{_texmfdistdir}/source/latex/upquote/upquote.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> v1.2-2
+ Revision: c184f2f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21725 |14mr|texlive-uptex-1.11-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30476
# category Package
# catalog-ctan undef
# catalog-date 2012-09-27 15:23:21 +0200
# catalog-license other-free
# catalog-version 1.11
Name:		texlive-uptex
Epoch:		1
Version:	1.11
Release:	7
Summary:	Unicode version of pTeX
Group:		Publishing
URL:		http://tug.org/texlive
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uptex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uptex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uptex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-ptex
Requires:	texlive-hyph-utf8
Requires:	texlive-adobemapping
Requires:	texlive-convbkmk
Requires:	texlive-ipaex
Requires:	texlive-japanese
Requires:	texlive-japanese-otf
Requires:	texlive-uptex.bin

%description
upTeX is an extension of pTeX, using UTF-8 input and producing
UTF-8 output. It was originally designed to improve support for
Japanese, but is also useful for documents in Chinese and
Korean. It can process Chinese simplified, Chinese traditional,
Japanese, and Korean simultaneously, and can also process
original LaTeX with \inputenc{utf8} and Babel
(Latin/Cyrillic/Greek etc.) by switching its \kcatcode tables.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/cmap/uptex/UTF8-UTF16
%{_texmfdistdir}/fonts/tfm/uptex/jis/upgbm-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upgbm-hq.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upgbm-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uphygt-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uphygt-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uphysmjm-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uphysmjm-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjisg-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjisg-hq.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjisg-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjisr-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjisr-hq.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjisr-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjpngt-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjpngt-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjpnrm-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjpnrm-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upkorgt-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upkorgt-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upkorrm-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upkorrm-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upmhm-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upmhm-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upmsl-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upmsl-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uprml-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uprml-hq.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uprml-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upschgt-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upschgt-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upschrm-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upschrm-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upstht-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upstht-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upstsl-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upstsl-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uptchgt-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uptchgt-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uptchrm-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uptchrm-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/ugbm.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/ugbmv.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/ugoth10.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/umin10.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/urml.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/urmlv.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/utgoth10.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/utmin10.tfm
%{_texmfdistdir}/fonts/vf/uptex/jis/upjisg-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjisg-hq.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjisg-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjisr-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjisr-hq.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjisr-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjpngt-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjpngt-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjpnrm-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjpnrm-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upkorgt-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upkorgt-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upkorrm-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upkorrm-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upschgt-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upschgt-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upschrm-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upschrm-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/uptchgt-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/uptchgt-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/uptchrm-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/uptchrm-v.vf
%{_texmfdistdir}/fonts/vf/uptex/min/ugoth10.vf
%{_texmfdistdir}/fonts/vf/uptex/min/umin10.vf
%{_texmfdistdir}/fonts/vf/uptex/min/utgoth10.vf
%{_texmfdistdir}/fonts/vf/uptex/min/utmin10.vf
%{_texmfdistdir}/tex/uplatex/base/jt2gt.fd
%{_texmfdistdir}/tex/uplatex/base/jt2mc.fd
%{_texmfdistdir}/tex/uplatex/base/jy2gt.fd
%{_texmfdistdir}/tex/uplatex/base/jy2mc.fd
%{_texmfdistdir}/tex/uplatex/base/ujarticle.cls
%{_texmfdistdir}/tex/uplatex/base/ujbk10.clo
%{_texmfdistdir}/tex/uplatex/base/ujbk11.clo
%{_texmfdistdir}/tex/uplatex/base/ujbk12.clo
%{_texmfdistdir}/tex/uplatex/base/ujbook.cls
%{_texmfdistdir}/tex/uplatex/base/ujreport.cls
%{_texmfdistdir}/tex/uplatex/base/ujsize10.clo
%{_texmfdistdir}/tex/uplatex/base/ujsize11.clo
%{_texmfdistdir}/tex/uplatex/base/ujsize12.clo
%{_texmfdistdir}/tex/uplatex/base/uplatex.ltx
%{_texmfdistdir}/tex/uplatex/base/uplcore.ltx
%{_texmfdistdir}/tex/uplatex/base/upldefs.ltx
%{_texmfdistdir}/tex/uplatex/base/uplpatch.ltx
%{_texmfdistdir}/tex/uplatex/base/uptrace.sty
%{_texmfdistdir}/tex/uplatex/base/utarticle.cls
%{_texmfdistdir}/tex/uplatex/base/utbk10.clo
%{_texmfdistdir}/tex/uplatex/base/utbk11.clo
%{_texmfdistdir}/tex/uplatex/base/utbk12.clo
%{_texmfdistdir}/tex/uplatex/base/utbook.cls
%{_texmfdistdir}/tex/uplatex/base/utreport.cls
%{_texmfdistdir}/tex/uplatex/base/utsize10.clo
%{_texmfdistdir}/tex/uplatex/base/utsize11.clo
%{_texmfdistdir}/tex/uplatex/base/utsize12.clo
%{_texmfdistdir}/tex/uplatex/config/uplatex.ini
%{_texmfdistdir}/tex/uptex/base/euptex.src
%{_texmfdistdir}/tex/uptex/base/ukinsoku.tex
%{_texmfdistdir}/tex/uptex/base/uptex.tex
%{_texmfdistdir}/tex/uptex/config/euptex.ini
%{_texmfdistdir}/tex/uptex/config/uptex.ini
%_texmf_fmtutil_d/uptex
%doc %{_texmfdistdir}/doc/uplatex/base/README_uplatex.txt
%doc %{_texmfdistdir}/doc/uptex/base/00readme_uptex.txt
%doc %{_texmfdistdir}/doc/uptex/base/01uptex_doc_utf8.txt
%doc %{_texmfdistdir}/doc/uptex/base/02uptex_changelog_utf8.txt
%doc %{_texmfdistdir}/doc/uptex/base/README_uptex.txt
%doc %{_texmfdistdir}/doc/uptex/base/samples/00readme_uptex_samples.txt
%doc %{_texmfdistdir}/doc/uptex/base/samples/Makefile
%doc %{_texmfdistdir}/doc/uptex/base/samples/adobe-cid.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/adobe-cns-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/adobe-gb-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/adobe-jp-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/adobe-kr-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/aozora-ujarticle-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/aozora-ujbook-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/aozora-ujreport-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/aozora-utarticle-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/aozora-utbook-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/aozora-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/aozora-utreport-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-euc-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-euc.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-jis-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-jis.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-sjis-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-sjis.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-uptex-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-uptex.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-utf8-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-utf8.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/bkmk-docinfo.txt
%doc %{_texmfdistdir}/doc/uptex/base/samples/bkmk-jis.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/bkmk-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/box-euc.eps
%doc %{_texmfdistdir}/doc/uptex/base/samples/box-jis.eps
%doc %{_texmfdistdir}/doc/uptex/base/samples/box-sjis.eps
%doc %{_texmfdistdir}/doc/uptex/base/samples/box-utf8.eps
%doc %{_texmfdistdir}/doc/uptex/base/samples/check_enc.pl
%doc %{_texmfdistdir}/doc/uptex/base/samples/cjk_babel.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/console_io.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/greek-uplatex.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/iotext.txt
%doc %{_texmfdistdir}/doc/uptex/base/samples/jbib1-jis.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jbib2-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jbtest.bib
%doc %{_texmfdistdir}/doc/uptex/base/samples/jis_uni_variation.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-euc-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-euc.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-jis-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-jis.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-sjis-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-sjis.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-uptex-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-uptex.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-utf8-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-utf8.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/kinsoku-chk-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/linebreak.bib
%doc %{_texmfdistdir}/doc/uptex/base/samples/min10x.tfm
%doc %{_texmfdistdir}/doc/uptex/base/samples/misc-check-h-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/misc-check-v-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/otfsmpl-uplatex.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/sangoku-uplatex.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/sangoku-uptex.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/set3-check-h-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/simple-euc.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/simple-jis.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/simple-sjis.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/simple-u-jis.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/simple-u-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/simple-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/testrun.bat
%doc %{_texmfdistdir}/doc/uptex/base/samples/texxet-jis.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/umin10x.tfm
%doc %{_texmfdistdir}/doc/uptex/base/samples/uotftest-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/uotftest.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/utfsmpl-uplatex.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/widow.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/yaku-jsc-jis.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/yaku-jsc-utf8.tex
#- source
%doc %{_texmfdistdir}/source/fonts/uptex/Makefile
%doc %{_texmfdistdir}/source/fonts/uptex/README_ASCII_Corp.txt
%doc %{_texmfdistdir}/source/fonts/uptex/README_uptex_font.txt
%doc %{_texmfdistdir}/source/fonts/uptex/makepl.perl
%doc %{_texmfdistdir}/source/fonts/uptex/upjisr-h-hk.pl
%doc %{_texmfdistdir}/source/fonts/uptex/upjisr-h.pl
%doc %{_texmfdistdir}/source/fonts/uptex/upjisr-v.pl
%doc %{_texmfdistdir}/source/fonts/uptex/uprml-h-hk.pl
%doc %{_texmfdistdir}/source/fonts/uptex/uprml-h.pl
%doc %{_texmfdistdir}/source/uplatex/base/ujclasses.dtx
%doc %{_texmfdistdir}/source/uplatex/base/ukinsoku.dtx
%doc %{_texmfdistdir}/source/uplatex/base/uplatex.dtx
%doc %{_texmfdistdir}/source/uplatex/base/uplcls.ins
%doc %{_texmfdistdir}/source/uplatex/base/uplfmt.ins
%doc %{_texmfdistdir}/source/uplatex/base/uplfonts.dtx
%doc %{_texmfdistdir}/source/uplatex/base/uplvers.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/uptex <<EOF
#
# from uptex:
uptex uptex - uptex.ini
euptex euptex language.def *euptex.ini
uplatex euptex language.dat *uplatex.ini
EOF

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.11-7
+ Revision: bba4658
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21726 |14mr|texlive-uri-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21608
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-uri
Version:	20111104
Release:	3
Summary:	TeXLive uri package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uri.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uri.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uri.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive uri package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uri/uri.sty
%doc %{_texmfdistdir}/doc/latex/uri/README
%doc %{_texmfdistdir}/doc/latex/uri/uri-example.pdf
%doc %{_texmfdistdir}/doc/latex/uri/uri-example.tex
%doc %{_texmfdistdir}/doc/latex/uri/uri.pdf
#- source
%doc %{_texmfdistdir}/source/latex/uri/ltxdoc.cfg
%doc %{_texmfdistdir}/source/latex/uri/uri.drv
%doc %{_texmfdistdir}/source/latex/uri/uri.dtx
%doc %{_texmfdistdir}/source/latex/uri/uri.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: a542128
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21727 |14mr|texlive-url-3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16864
# category Package
# catalog-ctan /macros/latex/contrib/url
# catalog-date 2010-01-27 23:13:46 +0100
# catalog-license lppl
# catalog-version 3.2
Name:		texlive-url
Version:	3.2
Release:	3
Summary:	Verbatim with URL-sensitive line breaks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/url
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/url.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/url.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The command \url is a form of verbatim command that allows
linebreaks at certain characters or combinations of characters,
accepts reconfiguration, and can usually be used in the
argument to another command. (The \urldef command provides
robust commands that serve in cases when \url doesn't work in
an argument.) The command is intended for email addresses,
hypertext links, directories/paths, etc., which normally have
no spaces, so by default the package ignores spaces in its
argument. However, a package option "allows spaces", which is
useful for operating systems where spaces are a common part of
file names.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/url/url.sty
%doc %{_texmfdistdir}/doc/latex/url/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/url/url.pdf
%doc %{_texmfdistdir}/doc/latex/url/url.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2-3
+ Revision: 59ef81d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21728 |14mr|texlive-urlbst-0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /biblio/bibtex/contrib/urlbst
# catalog-date 2011-11-15 11:50:22 +0100
# catalog-license gpl
# catalog-version 0.7
Name:		texlive-urlbst
Version:	0.7
Release:	4
Summary:	Web support for BibTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/urlbst
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/urlbst.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/urlbst.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/urlbst.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-urlbst.bin = %{EVRD}

%description
Supports a new BibTeX 'webpage' entry type and 'url',
'lastchecked', and 'eprint' and 'DOI' fields. The Perl script
urlbst can be used to add this support to an arbitrary .bst
file which has a reasonably conventional structure. The result
is meant to be robust rather than pretty.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/urlbst
%{_texmfdistdir}/bibtex/bst/urlbst/abbrvurl.bst
%{_texmfdistdir}/bibtex/bst/urlbst/alphaurl.bst
%{_texmfdistdir}/bibtex/bst/urlbst/plainurl.bst
%{_texmfdistdir}/bibtex/bst/urlbst/unsrturl.bst
%{_texmfdistdir}/scripts/urlbst/urlbst
%doc %{_texmfdistdir}/doc/bibtex/urlbst/Makefile.in
%doc %{_texmfdistdir}/doc/bibtex/urlbst/README
%doc %{_texmfdistdir}/doc/bibtex/urlbst/VERSION
%doc %{_texmfdistdir}/doc/bibtex/urlbst/urlbst.bib
%doc %{_texmfdistdir}/doc/bibtex/urlbst/urlbst.html
%doc %{_texmfdistdir}/doc/bibtex/urlbst/urlbst.html.in
%doc %{_texmfdistdir}/doc/bibtex/urlbst/urlbst.pdf
%doc %{_texmfdistdir}/doc/bibtex/urlbst/urlbst.tex
%doc %{_texmfdistdir}/doc/bibtex/urlbst/urlbst.tex.in
#- source
%doc %{_texmfdistdir}/source/bibtex/urlbst/configure
%doc %{_texmfdistdir}/source/bibtex/urlbst/configure.ac

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/urlbst/urlbst urlbst
popd
# remove bad "dependency" generation on @PERL@
rm -f texmf-dist/doc/bibtex/urlbst/urlbst.in
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-4
+ Revision: db541f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21729 |14mr|texlive-urwchancal-1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21701
# category Package
# catalog-ctan /fonts/urwchancal
# catalog-date 2011-03-10 10:40:13 +0100
# catalog-license lppl
# catalog-version 1
Name:		texlive-urwchancal
Version:	1
Release:	3
Summary:	Use URW's clone of Zapf Chancery as a maths alphabet
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urwchancal
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/urwchancal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/urwchancal.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows (the URW clone of) Zapf Chancery to function
as a maths alphabet, the target of \mathcal or \mathscr, with
accents appearing where they should, and other spacing
parameters set to reasonable (not very tight) values.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/urw/urwchancal/urwchancal.tfm
%{_texmfdistdir}/fonts/vf/urw/urwchancal/urwchancal.vf
%{_texmfdistdir}/tex/latex/urwchancal/urwchancal.sty
%{_texmfdistdir}/tex/latex/urwchancal/uurwchancal.fd
%doc %{_texmfdistdir}/doc/fonts/urwchancal/README
%doc %{_texmfdistdir}/doc/fonts/urwchancal/urwchancal-doc.pdf
%doc %{_texmfdistdir}/doc/fonts/urwchancal/urwchancal-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-3
+ Revision: 0462b88
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21730 |14mr|texlive-usebib-1.0a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25969
# category Package
# catalog-ctan /macros/latex/contrib/usebib
# catalog-date 2012-04-13 23:54:56 +0200
# catalog-license lppl1.3
# catalog-version 1.0a
Name:		texlive-usebib
Version:	1.0a
Release:	2
Summary:	A simple bibloography processor
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/usebib
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/usebib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/usebib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/usebib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is described by its author as "a poor person's
replacement for the more powerful methods provided by biblatex
to access data from a .bib file". Its principle commands are
\bibinput (which specifies a database to use) and \usebibdata
(which typesets a single field from a specified entry in that
database.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/usebib/usebib.sty
%doc %{_texmfdistdir}/doc/latex/usebib/README
%doc %{_texmfdistdir}/doc/latex/usebib/usebib.pdf
#- source
%doc %{_texmfdistdir}/source/latex/usebib/usebib.dtx
%doc %{_texmfdistdir}/source/latex/usebib/usebib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0a-2
+ Revision: f94f435
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21731 |14mr|texlive-ushort-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ushort
# catalog-date 2008-02-29 19:54:55 +0100
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-ushort
Version:	2.2
Release:	3
Summary:	Shorter (and longer) underlines and underbars
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ushort
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ushort.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ushort.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ushort.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Some engineers need underlined or twice underlined variables
for which the usual \underline is too long. This package
provides a generic command for creating underlines of various
sizes and types.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ushort/ushort.sty
%doc %{_texmfdistdir}/doc/latex/ushort/README
%doc %{_texmfdistdir}/doc/latex/ushort/ushort.pdf
%doc %{_texmfdistdir}/doc/latex/ushort/ushort.tex
%doc %{_texmfdistdir}/doc/latex/ushort/ushort.txt
#- source
%doc %{_texmfdistdir}/source/latex/ushort/ushort.dtx
%doc %{_texmfdistdir}/source/latex/ushort/ushort.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-3
+ Revision: 7ae303d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21732 |14mr|texlive-uspatent-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27744
# category Package
# catalog-ctan /macros/latex/contrib/uspatent
# catalog-date 2012-09-19 18:03:54 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-uspatent
Version:	1.0
Release:	7
Summary:	U.S. Patent Application Tools for LaTeX and LyX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uspatent
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uspatent.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uspatent.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a class and other tools for developing a
beautifully formatted, consistent U.S. Patent Application using
LaTeX and/or LyX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uspatent/uspatent.cls
%doc %{_texmfdistdir}/doc/latex/uspatent/DocumentSettings.png
%doc %{_texmfdistdir}/doc/latex/uspatent/DrawingZoomBad.png
%doc %{_texmfdistdir}/doc/latex/uspatent/DrawingZoomGood.png
%doc %{_texmfdistdir}/doc/latex/uspatent/Drawings.lyx
%doc %{_texmfdistdir}/doc/latex/uspatent/Drawings.tex
%doc %{_texmfdistdir}/doc/latex/uspatent/LyX.png
%doc %{_texmfdistdir}/doc/latex/uspatent/LyXCustomInsets.png
%doc %{_texmfdistdir}/doc/latex/uspatent/LyXDocumentSettingsFont.png
%doc %{_texmfdistdir}/doc/latex/uspatent/LyXDocumentSettingsOutput.png
%doc %{_texmfdistdir}/doc/latex/uspatent/LyXEnvironments.png
%doc %{_texmfdistdir}/doc/latex/uspatent/LyXSettings.png
%doc %{_texmfdistdir}/doc/latex/uspatent/LyXSettingsDocumentClass.png
%doc %{_texmfdistdir}/doc/latex/uspatent/PatentApplication.lyx
%doc %{_texmfdistdir}/doc/latex/uspatent/PatentApplication.pdf
%doc %{_texmfdistdir}/doc/latex/uspatent/PatentApplication.tex
%doc %{_texmfdistdir}/doc/latex/uspatent/PatentApplicationGuide.lyx
%doc %{_texmfdistdir}/doc/latex/uspatent/PatentApplicationGuide.pdf
%doc %{_texmfdistdir}/doc/latex/uspatent/PatentApplicationGuide.tex
%doc %{_texmfdistdir}/doc/latex/uspatent/README
%doc %{_texmfdistdir}/doc/latex/uspatent/TeXworks.png
%doc %{_texmfdistdir}/doc/latex/uspatent/TpXDrawing.tpx
%doc %{_texmfdistdir}/doc/latex/uspatent/TpXSettingsAccess.png
%doc %{_texmfdistdir}/doc/latex/uspatent/VisioDrawing.pdf
%doc %{_texmfdistdir}/doc/latex/uspatent/VisioDrawing.vsd
%doc %{_texmfdistdir}/doc/latex/uspatent/VisioMainDrawing.vsd
%doc %{_texmfdistdir}/doc/latex/uspatent/VisioSave.png
%doc %{_texmfdistdir}/doc/latex/uspatent/annotationAlignment.png
%doc %{_texmfdistdir}/doc/latex/uspatent/uspatent.layout

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-7
+ Revision: 53f9840
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21733 |14mr|texlive-utf8mex-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-utf8mex
Version:	20111104
Release:	3
Summary:	TeXLive utf8mex package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/utf8mex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/utf8mex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive utf8mex package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/mex/utf8mex/utf8-pl.tex
%{_texmfdistdir}/tex/mex/utf8mex/utf8mex.ini
%{_texmfdistdir}/tex/mex/utf8mex/utf8plsq.tex
%doc %{_texmfdistdir}/doc/mex/utf8mex/Makefile
%doc %{_texmfdistdir}/doc/mex/utf8mex/README
%doc %{_texmfdistdir}/doc/mex/utf8mex/examples/Makefile
%doc %{_texmfdistdir}/doc/mex/utf8mex/examples/catcode.tex
%doc %{_texmfdistdir}/doc/mex/utf8mex/examples/list.tex
%doc %{_texmfdistdir}/doc/mex/utf8mex/examples/tilde.tex
%doc %{_texmfdistdir}/doc/mex/utf8mex/examples/tilde2.tex
%doc %{_texmfdistdir}/doc/mex/utf8mex/test-math.utf8.tex
%doc %{_texmfdistdir}/doc/mex/utf8mex/test.utf8.tex
%doc %{_texmfdistdir}/doc/mex/utf8mex/utf8math.el

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: 36de646
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21734 |14mr|texlive-utopia-20071004-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/utopia
# catalog-date 2007-10-04 10:35:17 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-utopia
Version:	20071004
Release:	3
Summary:	Adobe Utopia fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/utopia
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/utopia.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/utopia.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Adobe Standard Encoding set (upright and italic shapes,
medium and bold weights) of the Utopia font family, which Adobe
donated to the X Consortium. Macro support, and maths fonts
that match the Utopia family, are provided by the Fourier and
the Mathdesign Utopia font packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/adobe/utopia/putb8a.afm
%{_texmfdistdir}/fonts/afm/adobe/utopia/putbi8a.afm
%{_texmfdistdir}/fonts/afm/adobe/utopia/putr8a.afm
%{_texmfdistdir}/fonts/afm/adobe/utopia/putri8a.afm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putb7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putb8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putb8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putb8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbi7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbi8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbi8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbi8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbo8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putr7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putr8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putr8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putr8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putrc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putrc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putri7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putri8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putri8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putri8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putro7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putro8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putro8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putro8t.tfm
%{_texmfdistdir}/fonts/type1/adobe/utopia/putb8a.pfb
%{_texmfdistdir}/fonts/type1/adobe/utopia/putbi8a.pfb
%{_texmfdistdir}/fonts/type1/adobe/utopia/putr8a.pfb
%{_texmfdistdir}/fonts/type1/adobe/utopia/putri8a.pfb
%{_texmfdistdir}/fonts/vf/adobe/utopia/putb7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putb8c.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putb8t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbi7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbi8c.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbi8t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbo8t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putr7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putr8c.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putr8t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putrc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putrc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putri7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putri8c.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putri8t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putro7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putro8c.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putro8t.vf
%doc %{_texmfdistdir}/doc/fonts/utopia/LICENSE-utopia.txt
%doc %{_texmfdistdir}/doc/fonts/utopia/README-utopia.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20071004-3
+ Revision: 530571e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21735 |14mr|texlive-ut-thesis-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26793
# category Package
# catalog-ctan /macros/latex/contrib/ut-thesis
# catalog-date 2012-06-01 19:19:53 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-ut-thesis
Version:	2.0
Release:	2
Summary:	University of Toronto thesis style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ut-thesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ut-thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ut-thesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This not described as an 'official' class, just one distributed
"in the hope that it will be useful". A skeleton file, using
the class, is provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ut-thesis/ut-thesis.cls
%doc %{_texmfdistdir}/doc/latex/ut-thesis/README
%doc %{_texmfdistdir}/doc/latex/ut-thesis/ut-thesis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-2
+ Revision: 375619a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21736 |14mr|texlive-uwmslide-20120224-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27354
# category Package
# catalog-ctan /macros/latex/contrib/uwmslide
# catalog-date 2012-02-24 11:11:42 +0100
# catalog-license artistic
# catalog-version undef
Name:		texlive-uwmslide
Version:	20120224
Release:	2
Summary:	Slides with a simple Power Point like appearance
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uwmslide
License:	ARTISTIC
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uwmslide.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uwmslide.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A slide format which produces slides with a simple Power Point
like appearance. Several useful features include: use of
standard titlepage to produce title slide; several slide
environments including plain (page with a title), double slide
(two column page with slide title), item slide (item list with
title), left item slide, and right item slide. Logos are placed
in the upper left corner of each slide if the logo file
logo.eps is present. Preconfigured in landscape mode by default
and uses Times Roman by default (originally, it was claimed,
for simple conversion to PDF format).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uwmslide/uwmslide.cls
%doc %{_texmfdistdir}/doc/latex/uwmslide/README
%doc %{_texmfdistdir}/doc/latex/uwmslide/logo.eps
%doc %{_texmfdistdir}/doc/latex/uwmslide/test.tex
%doc %{_texmfdistdir}/doc/latex/uwmslide/vaux.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120224-2
+ Revision: b674e59
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21737 |14mr|texlive-uwthesis-6.13-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/uwthesis
# catalog-date 2010-01-23 11:08:54 +0100
# catalog-license apache2
# catalog-version 6.13
Name:		texlive-uwthesis
Version:	6.13
Release:	3
Summary:	University of Washington thesis class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uwthesis
License:	APACHE2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uwthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uwthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive uwthesis package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uwthesis/uwthesis.cls
%doc %{_texmfdistdir}/doc/latex/uwthesis/LICENSE
%doc %{_texmfdistdir}/doc/latex/uwthesis/README
%doc %{_texmfdistdir}/doc/latex/uwthesis/uwthesis.bib
%doc %{_texmfdistdir}/doc/latex/uwthesis/uwthesis.pdf
%doc %{_texmfdistdir}/doc/latex/uwthesis/uwthesis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.13-3
+ Revision: 7fefaf7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21738 |14mr|texlive-vak-20110704-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23431
# category Package
# catalog-ctan /biblio/bibtex/contrib/vak
# catalog-date 2011-07-04 16:33:07 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-vak
Version:	20110704
Release:	3
Summary:	BibTeX style for Russian Theses, books, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/vak
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vak.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vak.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The file can be used to format the bibliographies of PhD
theses, books etc., according to the latest Russian standards:
GOST 7.82 - 2001 and GOST 7.1 - 2003. It introduces the minimum
number of new entries and styles to cover all frequently used
situations. The style file provides an easy way to perform a
semiautomatic, or a completely manual sort of the list of the
references. Processing bibliographies produced by the style
requires a 8-bit BibTeX system.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/vak/vak.bst
%doc %{_texmfdistdir}/doc/bibtex/vak/README
%doc %{_texmfdistdir}/doc/bibtex/vak/test-key.zip
%doc %{_texmfdistdir}/doc/bibtex/vak/test.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110704-3
+ Revision: 5f82052
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21739 |14mr|texlive-vancouver-20120227-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25519
# category Package
# catalog-ctan /biblio/bibtex/contrib/vancouver
# catalog-date 2012-02-27 00:21:15 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-vancouver
Version:	20120227
Release:	3
Summary:	Bibliographic style file for Biomedical Journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/vancouver
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vancouver.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vancouver.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This BibTeX style file is generated with the docstrip utility
and modified manually to meet the Uniform Requirements for
Manuscripts Submitted to Biomedical Journals as published in N
Engl J Med 1997;336:309-315 (also known as the Vancouver
style). The complete set of requirements may be viewed on the
ICMJE web site.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/vancouver/vancouver.bst
%doc %{_texmfdistdir}/doc/bibtex/vancouver/FAQ
%doc %{_texmfdistdir}/doc/bibtex/vancouver/README
%doc %{_texmfdistdir}/doc/bibtex/vancouver/vancouver.bib
%doc %{_texmfdistdir}/doc/bibtex/vancouver/vancouver.pdf
%doc %{_texmfdistdir}/doc/bibtex/vancouver/vancouver.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120227-3
+ Revision: 05b04cc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21740 |14mr|texlive-variations-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/variations
# catalog-date 2007-03-13 09:06:46 +0100
# catalog-license gpl
# catalog-version 0.3
Name:		texlive-variations
Version:	0.3
Release:	3
Summary:	Typeset tables of variations of functions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/variations
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/variations.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/variations.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for typesetting tables showing
variations of functions according to French usage. These macros
may be used by both LaTeX and plain TeX users.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/variations/variations.sty
%{_texmfdistdir}/tex/generic/variations/variations.tex
%doc %{_texmfdistdir}/doc/generic/variations/ALIRE
%doc %{_texmfdistdir}/doc/generic/variations/COPYING
%doc %{_texmfdistdir}/doc/generic/variations/README
%doc %{_texmfdistdir}/doc/generic/variations/docvariations.pdf
%doc %{_texmfdistdir}/doc/generic/variations/docvariations.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: 335b57c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21741 |14mr|texlive-varindex-2.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32262
# category Package
# catalog-ctan /macros/latex/contrib/varindex
# catalog-date 2013-11-27 07:34:41 +0100
# catalog-license lppl
# catalog-version 2.3
Name:		texlive-varindex
Version:	2.3
Release:	6
Summary:	Luxury frontend to the \index command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/varindex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varindex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varindex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a convenient front-end for the \index command. For
example, with it you can generate multiple index entries in
almost any form by a single command. The package is highly
customizable, and works with all versions of LaTeX and probably
most other TeX formats.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/varindex/varindex.sty
%doc %{_texmfdistdir}/doc/latex/varindex/README
%doc %{_texmfdistdir}/doc/latex/varindex/varindex.pdf
%doc %{_texmfdistdir}/doc/latex/varindex/varindex.tex
%doc %{_texmfdistdir}/doc/latex/varindex/varindex.txt
#- source
%doc %{_texmfdistdir}/source/latex/varindex/varindex.dtx
%doc %{_texmfdistdir}/source/latex/varindex/varindex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3-6
+ Revision: 9f720f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21742 |14mr|texlive-varisize-20081121-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/plain/contrib/varisize
# catalog-date 2008-11-21 01:34:08 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-varisize
Version:	20081121
Release:	3
Summary:	Change font size in Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/varisize
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varisize.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varisize.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A series of files, each of which defines a size-change macro.
Note that 10point.tex is by convention called by one of the
other files, so that there's always a "way back".

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/varisize/10point.tex
%{_texmfdistdir}/tex/plain/varisize/10pointss.tex
%{_texmfdistdir}/tex/plain/varisize/11point.tex
%{_texmfdistdir}/tex/plain/varisize/12point.tex
%{_texmfdistdir}/tex/plain/varisize/14point.tex
%{_texmfdistdir}/tex/plain/varisize/17point.tex
%{_texmfdistdir}/tex/plain/varisize/20point.tex
%{_texmfdistdir}/tex/plain/varisize/7point.tex
%{_texmfdistdir}/tex/plain/varisize/8point.tex
%{_texmfdistdir}/tex/plain/varisize/9point.tex
%doc %{_texmfdistdir}/doc/plain/varisize/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20081121-3
+ Revision: ceee06a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21743 |14mr|texlive-varsfromjobname-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/varsfromjobname
# catalog-date 2009-01-12 09:20:39 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-varsfromjobname
Version:	0.5
Release:	3
Summary:	Extract variables from the name of the LaTeX file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/varsfromjobname
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varsfromjobname.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varsfromjobname.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to extract information from the job
name, provided that the name has been structured appropriately:
the package expects the file name to consist of a set of words
separated by hyphens.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/varsfromjobname/varsfromjobname.sty
%doc %{_texmfdistdir}/doc/latex/varsfromjobname/README
%doc %{_texmfdistdir}/doc/latex/varsfromjobname/varsfromjobname.pdf
%doc %{_texmfdistdir}/doc/latex/varsfromjobname/varsfromjobname.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-3
+ Revision: b0ec528
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21744 |14mr|texlive-varwidth-0.92-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24104
# category Package
# catalog-ctan /macros/latex/contrib/varwidth
# catalog-date 2010-11-26 12:00:18 +0100
# catalog-license lppl
# catalog-version 0.92
Name:		texlive-varwidth
Version:	0.92
Release:	3
Summary:	A variable-width minipage
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/varwidth
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varwidth.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varwidth.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The varwidth environment is superficially similar to minipage,
but the specified width is just a maximum value -- the box may
get a narrower "natural" width.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/varwidth/varwidth.sty
%doc %{_texmfdistdir}/doc/latex/varwidth/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/varwidth/varwidth-doc.pdf
%doc %{_texmfdistdir}/doc/latex/varwidth/varwidth-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.92-3
+ Revision: e77eb23
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21745 |14mr|texlive-vaucanson-g-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/vaucanson-g
# catalog-date 2008-10-30 09:45:25 +0100
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-vaucanson-g
Version:	0.4
Release:	3
Summary:	PSTricks macros for drawing automata
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/vaucanson-g
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vaucanson-g.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vaucanson-g.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
VauCanSon-G is a package that enables the user to draw automata
within texts written using LaTeX. The package macros make use
of commands of PStricks.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/vaucanson-g/VCColor-names.def
%{_texmfdistdir}/tex/generic/vaucanson-g/VCPref-beamer.tex
%{_texmfdistdir}/tex/generic/vaucanson-g/VCPref-default.tex
%{_texmfdistdir}/tex/generic/vaucanson-g/VCPref-mystyle.tex
%{_texmfdistdir}/tex/generic/vaucanson-g/VCPref-slides.tex
%{_texmfdistdir}/tex/generic/vaucanson-g/Vaucanson-G.tex
%{_texmfdistdir}/tex/generic/vaucanson-g/vaucanson-g.sty
%{_texmfdistdir}/tex/generic/vaucanson-g/vaucanson.sty
%doc %{_texmfdistdir}/doc/generic/vaucanson-g/CHANGES
%doc %{_texmfdistdir}/doc/generic/vaucanson-g/README
%doc %{_texmfdistdir}/doc/generic/vaucanson-g/VCManual-src/TwoStates.tex
%doc %{_texmfdistdir}/doc/generic/vaucanson-g/VCManual-src/VCManual.tex
%doc %{_texmfdistdir}/doc/generic/vaucanson-g/VCManual.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-3
+ Revision: cfe77c1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21746 |14mr|texlive-vdmlisting-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29944
# category Package
# catalog-ctan /macros/latex/contrib/vdmlisting
# catalog-date 2013-04-16 11:30:34 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-vdmlisting
Version:	1.0
Release:	6
Summary:	Typesetting VDM in ASCII syntax
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vdmlisting
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vdmlisting.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vdmlisting.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is an extension for the listings package that
provides a source code printer for LaTeX. This package defines
new language definitions and listing environments for the three
language dialects of the Vienna Development Method: VDM-SL,
VDM-PP and VDM-RT. If one wants to typeset VDM with a
mathematical syntax instead of the ASCII syntax used here one
should use the vdm pacakge instead.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vdmlisting/vdmlisting.sty
%doc %{_texmfdistdir}/doc/latex/vdmlisting/README
%doc %{_texmfdistdir}/doc/latex/vdmlisting/vdmlisting.pdf
%doc %{_texmfdistdir}/doc/latex/vdmlisting/vdmlisting.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 1b7b495
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21747 |14mr|texlive-velthuis-2.15.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23224
# category Package
# catalog-ctan /language/devanagari/velthuis
# catalog-date 2011-07-25 14:21:08 +0200
# catalog-license gpl
# catalog-version 2.15.1
Name:		texlive-velthuis
Version:	2.15.1
Release:	3
Summary:	Typeset Devanagari
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/devanagari/velthuis
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/velthuis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/velthuis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-xetex-devanagari

%description
Frans Velthuis' preprocessor for Devanagari text, and fonts and
macros to use when typesetting the processed text. The macros
provide features that support Sanskrit, Hindi, Marathi, Nepali,
and other languages typically printed in the Devanagari script.
The fonts are available both in Metafont and Type 1 format.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnb10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnb8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnb9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbb10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbb8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbb9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbbi10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbbi8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbbi9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbi10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbi8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbi9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnc10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnc8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnc9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvncb10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvncb8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvncb9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvncbi10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvncbi8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvncbi9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnci10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnci8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnci9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvng10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvng8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvng9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngb10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngb8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngb9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngbi10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngbi8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngbi9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngi10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngi8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngi9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnn10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnn8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnn9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnnb10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnnb8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnnb9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnnbi10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnnbi8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnnbi9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnni10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnni8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnni9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpb10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpb8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpb9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpc10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpc8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpc9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpn10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpn8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpn9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpnn10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpnn8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpnn9.afm
%{_texmfdistdir}/fonts/map/dvips/velthuis/dvng.map
%{_texmfdistdir}/fonts/source/public/velthuis/dnchars.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dndefs.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dngen.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dninit.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnb10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnb8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnb9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbb10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbb8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbb9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbbi10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbbi8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbbi9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbi10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbi8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbi9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnc10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnc8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnc9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvncb10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvncb8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvncb9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvncbi10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvncbi8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvncbi9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnci10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnci8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnci9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvng10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvng8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvng9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngb10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngb8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngb9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngbi10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngbi8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngbi9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngi10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngi8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngi9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnn10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnn8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnn9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnnb10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnnb8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnnb9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnnbi10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnnbi8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnnbi9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnni10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnni8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnni9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpb10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpb8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpb9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpc10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpc8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpc9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpn10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpn8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpn9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpnn10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpnn8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpnn9.mf
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnb10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnb8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnb9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbb10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbb8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbb9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbbi8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbbi9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbi8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbi9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnc10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnc8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnc9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvncb10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvncb8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvncb9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvncbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvncbi8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvncbi9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnci10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnci8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnci9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvng10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvng8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvng9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngb10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngb8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngb9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngbi8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngbi9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngi10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngi8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngi9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnn10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnn8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnn9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnnb10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnnb8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnnb9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnnbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnnbi8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnnbi9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnni10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnni8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnni9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpb10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpb8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpb9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpc10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpc8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpc9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpn10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpn8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpn9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpnn10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpnn8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpnn9.tfm
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnb10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnb8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnb9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbb10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbb8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbb9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbbi10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbbi8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbbi9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbi10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbi8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbi9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnc10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnc8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnc9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvncb10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvncb8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvncb9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvncbi10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvncbi8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvncbi9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnci10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnci8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnci9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvng10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvng8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvng9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngb10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngb8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngb9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngbi10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngbi8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngbi9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngi10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngi8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngi9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnn10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnn8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnn9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnnb10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnnb8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnnb9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnnbi10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnnbi8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnnbi9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnni10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnni8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnni9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpb10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpb8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpb9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpc10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpc8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpc9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpn10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpn8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpn9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpnn10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpnn8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpnn9.pfb
%{_texmfdistdir}/tex/generic/velthuis/hindi.ldf
%{_texmfdistdir}/tex/generic/velthuis/hindi.sty
%{_texmfdistdir}/tex/latex/velthuis/dev.sty
%{_texmfdistdir}/tex/latex/velthuis/dev209.sty
%{_texmfdistdir}/tex/latex/velthuis/devanagari.sty
%{_texmfdistdir}/tex/latex/velthuis/dvngcite.sty
%{_texmfdistdir}/tex/latex/velthuis/udn.fd
%{_texmfdistdir}/tex/latex/velthuis/udnb.fd
%{_texmfdistdir}/tex/latex/velthuis/udnc.fd
%{_texmfdistdir}/tex/latex/velthuis/udnn.fd
%{_texmfdistdir}/tex/latex/velthuis/udnp.fd
%{_texmfdistdir}/tex/latex/velthuis/udnpb.fd
%{_texmfdistdir}/tex/latex/velthuis/udnpc.fd
%{_texmfdistdir}/tex/latex/velthuis/udnpn.fd
%{_texmfdistdir}/tex/plain/velthuis/dnmacs.tex
%{_texmfdistdir}/tex/xelatex/velthuis/hindicaptions.sty
%doc %{_texmfdistdir}/doc/generic/velthuis/README
%doc %{_texmfdistdir}/doc/generic/velthuis/captions.dn
%doc %{_texmfdistdir}/doc/generic/velthuis/changes
%doc %{_texmfdistdir}/doc/generic/velthuis/copying
%doc %{_texmfdistdir}/doc/generic/velthuis/examples.dn
%doc %{_texmfdistdir}/doc/generic/velthuis/examples.pdf
%doc %{_texmfdistdir}/doc/generic/velthuis/hindi.dtx
%doc %{_texmfdistdir}/doc/generic/velthuis/hindi.ins
%doc %{_texmfdistdir}/doc/generic/velthuis/hindi.pdf
%doc %{_texmfdistdir}/doc/generic/velthuis/manual.pdf
%doc %{_texmfdistdir}/doc/generic/velthuis/manual.tex
%doc %{_texmfdistdir}/doc/generic/velthuis/misspaal.dn
%doc %{_texmfdistdir}/doc/generic/velthuis/misspaal.pdf
%doc %{_texmfdistdir}/doc/generic/velthuis/vedasample.dn
%doc %{_texmfdistdir}/doc/generic/velthuis/vedasample.pdf
%doc %{_texmfdistdir}/doc/generic/velthuis/xetex-examples.pdf
%doc %{_texmfdistdir}/doc/generic/velthuis/xetex-examples.tex
%doc %{_texmfdistdir}/doc/generic/velthuis/xetex-misspaal.pdf
%doc %{_texmfdistdir}/doc/generic/velthuis/xetex-misspaal.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.15.1-3
+ Revision: 581953f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21748 |14mr|texlive-venn-20071204-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/venn/venn.mp
# catalog-date 2007-12-04 22:25:23 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-venn
Version:	20071204
Release:	3
Summary:	Creating Venn diagrams with MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/venn/venn.mp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venn.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MetaPost macros for venn diagrams.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/venn/venn.mp
%doc %{_texmfdistdir}/doc/metapost/venn/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20071204-3
+ Revision: 18fe60c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21749 |14mr|texlive-venndiagram-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28069
# category Package
# catalog-ctan /macros/latex/contrib/venndiagram
# catalog-date 2012-10-24 15:36:13 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-venndiagram
Version:	1.0
Release:	8
Summary:	Creating Venn diagrams with TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/venndiagram
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venndiagram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venndiagram.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venndiagram.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package assists generation of simple two- and three-set
Venn diagrams for lectures or assignment sheets. The package
requires the TikZ package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/venndiagram/venndiagram.sty
%doc %{_texmfdistdir}/doc/latex/venndiagram/CHANGES
%doc %{_texmfdistdir}/doc/latex/venndiagram/INSTALL
%doc %{_texmfdistdir}/doc/latex/venndiagram/README
%doc %{_texmfdistdir}/doc/latex/venndiagram/samples/venn-sample.pdf
%doc %{_texmfdistdir}/doc/latex/venndiagram/samples/venn-sample.tex
%doc %{_texmfdistdir}/doc/latex/venndiagram/venndiagram.pdf
#- source
%doc %{_texmfdistdir}/source/latex/venndiagram/venndiagram.dtx
%doc %{_texmfdistdir}/source/latex/venndiagram/venndiagram.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-8
+ Revision: 3aaf99c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21750 |14mr|texlive-venturisadf-1.005-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19444
# category Package
# catalog-ctan /fonts/venturisadf
# catalog-date 2010-07-12 22:26:03 +0200
# catalog-license other-free
# catalog-version 1.005
Name:		texlive-venturisadf
Version:	1.005
Release:	3
Summary:	Venturis ADF fonts collection
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/venturisadf
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venturisadf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venturisadf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venturisadf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

Requires(post):	texlive-tetex

%description
Serif and sans serif complete text font families, in both Adobe
Type 1 and OpenType formats for publication. The family is
based on Utopia family, and has been modified and developed by
the Arkandis Digital foundry. Support for using the fonts, in
LaTeX, is also provided (and makes use of the nfssext-cfr
package).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtb8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtb8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtbc8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtbc8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtbci8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtbci8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtbd8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtbi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtbi8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvth8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvthi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtr8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtr8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtrc8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtrc8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtrci8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtrci8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtrdl8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtri8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis/yvtri8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2b8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2b8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2bi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2bi8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2m8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2mi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2r8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2r8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2ri8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2ri8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2x8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturis2/yv2xi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturisold/yvob8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturisold/yvobi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturisold/yvodd8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturisold/yvor8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturisold/yvori8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1b8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1b8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1b8ax.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1bd8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1bi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1bi8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1bi8ax.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1d8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1dd8au.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1di8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1h8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1ho8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1l8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1li8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1r8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1r8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1r8ax.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1ri8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1ri8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans/yv1ri8ax.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3b8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3b8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3b8ax.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3bi8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3bi8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3bi8ax.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3r8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3r8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3r8ax.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3ri8a.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3ri8ac.afm
%{_texmfdistdir}/fonts/afm/arkandis/venturissans2/yv3ri8ax.afm
%{_texmfdistdir}/fonts/enc/dvips/venturisadf/t1-dotalt-f_f-venturisadf.enc
%{_texmfdistdir}/fonts/enc/dvips/venturisadf/t1-f_f-venturisadf.enc
%{_texmfdistdir}/fonts/enc/dvips/venturisadf/t1-venturis.enc
%{_texmfdistdir}/fonts/enc/dvips/venturisadf/t1-venturisold-longs.enc
%{_texmfdistdir}/fonts/enc/dvips/venturisadf/ts1-euro-venturisadf.enc
%{_texmfdistdir}/fonts/map/dvips/venturis/yvt.map
%{_texmfdistdir}/fonts/map/dvips/venturis2/yv2.map
%{_texmfdistdir}/fonts/map/dvips/venturisold/yvo.map
%{_texmfdistdir}/fonts/map/dvips/venturissans/yv1.map
%{_texmfdistdir}/fonts/map/dvips/venturissans2/yv3.map
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtb-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtb.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtbc-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtbc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtbci-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtbci.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtbd-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtbi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtbi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvth.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvthi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtr-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtr.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtrc-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtrc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtrci-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtrci.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtrdl.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1-yvtri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtbc-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtbc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtbci-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtbci.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtrc-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtrc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtrci-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/t1alt-yvtrci.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtb-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtb.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtbc-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtbc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtbci-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtbci.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtbd-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtbi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtbi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvth.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvthi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtr-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtr.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtrc-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtrc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtrci-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtrci.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtrdl.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/ts1-yvtri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/vent-yvtr.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtb8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtb8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtb8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtb8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbc8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbc8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbc8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbci8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbci8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbci8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbci8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcij8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcij8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcijw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcijw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbciw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbciw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcj8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcjw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbcw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbd8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbd8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbi8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbi8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbij8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbij8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbijw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbijw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbiw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbiw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbj8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbjw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtbw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvth8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvth8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvthi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvthi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtr8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtr8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtr8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtr8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrajw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtraw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrc8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrc8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrc8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrc8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrci8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrci8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrci8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrci8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcij8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcij8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcijw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcijw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrciw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrciw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcj8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcjw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrcw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrdl8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrdl8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtri8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtri8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrij8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrij8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrijw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrijw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtriw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtriw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrj8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrj8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrjw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrjw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrw8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis/yvtrw8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2b-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2b.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2bi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2bi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2m.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2mi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2r-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2ri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2ri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/t1-yv2xi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2b-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2b.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2bi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2bi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2m.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2mi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2r-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2ri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2ri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/ts1-yv2xi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2b8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2b8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2b8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2b8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2bi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2bi8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2bi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2bi8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2m8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2m8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2mi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2mi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2r8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2r8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2r8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2r8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2ri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2ri8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2ri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2ri8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2x8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2x8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2xi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturis2/yv2xi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/t1-yvob.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/t1-yvobi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/t1-yvodd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/t1-yvor.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/t1-yvori.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/ts1-yvob.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/ts1-yvobi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/ts1-yvodd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/ts1-yvor.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/ts1-yvori.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvoab8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvoabi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvoar8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvoari8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvob8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvob8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvobi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvobi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvodd8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvodd8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvor8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvor8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvori8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturisold/yvori8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1b-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1b-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1b.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1bd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1bi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1bi-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1bi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1d.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1dd-u.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1di.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1h.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1ho.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1l.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1li.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1r-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1r-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1ri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1ri-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/t1-yv1ri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1b-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1b-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1b.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1bd.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1bi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1bi-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1bi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1d.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1dd-u.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1di.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1h.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1ho.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1l.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1li.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1r-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1r-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1ri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1ri-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/ts1-yv1ri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1b8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1b8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1b8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1b8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1b8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1b8tx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bd8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bd8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bi8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bi8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bi8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1bi8tx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1d8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1d8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1dd8cu.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1dd8tu.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1di8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1di8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1h8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1h8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ho8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ho8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1l8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1l8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1li8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1li8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1r8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1r8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1r8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1r8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1r8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1r8tx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ri8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ri8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ri8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans/yv1ri8tx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3b-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3b-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3b.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3bi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3bi-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3bi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3r-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3r-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3ri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3ri-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/t1-yv3ri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3b-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3b-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3b.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3bi-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3bi-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3bi.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3r-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3r-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3r.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3ri-c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3ri-x.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/ts1-yv3ri.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3b8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3b8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3b8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3b8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3b8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3b8tx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3bi8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3bi8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3bi8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3bi8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3bi8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3bi8tx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3r8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3r8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3r8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3r8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3r8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3r8tx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3ri8c.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3ri8cc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3ri8cx.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3ri8t.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3ri8tc.tfm
%{_texmfdistdir}/fonts/tfm/arkandis/venturissans2/yv3ri8tx.tfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtb8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtb8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtb8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtb8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbc8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbc8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbc8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbc8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbci8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbci8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbci8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbci8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbd8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbd8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbi8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtbi8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvth8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvth8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvthi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvthi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtr8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtr8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtr8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtr8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrc8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrc8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrc8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrc8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrci8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrci8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrci8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrci8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrdl8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtrdl8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtri8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtri8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis/yvtri8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2b8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2b8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2b8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2b8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2bi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2bi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2bi8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2bi8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2m8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2m8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2mi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2mi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2r8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2r8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2r8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2r8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2ri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2ri8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2ri8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2ri8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2x8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2x8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2xi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturis2/yv2xi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvob8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvob8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvobi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvobi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvodd8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvodd8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvor8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvor8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvori8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturisold/yvori8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1b8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1b8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1b8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1b8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1b8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1b8ax.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bd8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bd8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bi8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bi8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bi8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1bi8ax.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1d8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1d8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1dd8au.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1dd8au.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1di8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1di8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1h8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1h8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ho8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ho8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1l8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1l8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1li8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1li8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1r8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1r8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1r8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1r8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1r8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1r8ax.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ri8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ri8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ri8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ri8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans/yv1ri8ax.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3b8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3b8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3b8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3b8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3b8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3b8ax.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3bi8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3bi8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3bi8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3bi8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3bi8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3bi8ax.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3r8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3r8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3r8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3r8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3r8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3r8ax.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3ri8a.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3ri8a.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3ri8ac.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3ri8ac.pfm
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3ri8ax.pfb
%{_texmfdistdir}/fonts/type1/arkandis/venturissans2/yv3ri8ax.pfm
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtb8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtb8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtb8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtb8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbc8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbc8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbc8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbci8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbci8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbci8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbci8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcij8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcij8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcijw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcijw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbciw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbciw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcj8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcjw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbcw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbd8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbd8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbi8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbi8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbij8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbij8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbijw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbijw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbiw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbiw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbj8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbjw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtbw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvth8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvth8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvthi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvthi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtr8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtr8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtr8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtr8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrajw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtraw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrc8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrc8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrc8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrc8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrci8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrci8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrci8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrci8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcij8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcij8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcijw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcijw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrciw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrciw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcj8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcjw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrcw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrdl8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrdl8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtri8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtri8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrij8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrij8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrijw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrijw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtriw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtriw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrj8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrj8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrjw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrjw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrw8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis/yvtrw8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2b8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2b8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2b8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2b8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2bi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2bi8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2bi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2bi8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2m8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2m8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2mi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2mi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2r8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2r8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2r8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2r8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2ri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2ri8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2ri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2ri8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2x8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2x8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2xi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturis2/yv2xi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvoab8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvoabi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvoar8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvoari8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvob8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvob8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvobi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvobi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvodd8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvodd8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvor8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvor8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvori8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturisold/yvori8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1b8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1b8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1b8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1b8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1b8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1b8tx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bd8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bd8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bi8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bi8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bi8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1bi8tx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1d8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1d8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1dd8cu.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1dd8tu.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1di8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1di8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1h8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1h8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ho8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ho8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1l8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1l8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1li8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1li8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1r8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1r8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1r8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1r8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1r8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1r8tx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ri8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ri8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ri8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans/yv1ri8tx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3b8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3b8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3b8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3b8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3b8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3b8tx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3bi8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3bi8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3bi8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3bi8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3bi8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3bi8tx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3r8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3r8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3r8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3r8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3r8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3r8tx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3ri8c.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3ri8cc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3ri8cx.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3ri8t.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3ri8tc.vf
%{_texmfdistdir}/fonts/vf/arkandis/venturissans2/yv3ri8tx.vf
%{_texmfdistdir}/tex/latex/venturis/t1yvt.fd
%{_texmfdistdir}/tex/latex/venturis/t1yvtajw.fd
%{_texmfdistdir}/tex/latex/venturis/t1yvtaw.fd
%{_texmfdistdir}/tex/latex/venturis/t1yvtd.fd
%{_texmfdistdir}/tex/latex/venturis/t1yvtj.fd
%{_texmfdistdir}/tex/latex/venturis/t1yvtjw.fd
%{_texmfdistdir}/tex/latex/venturis/t1yvtw.fd
%{_texmfdistdir}/tex/latex/venturis/ts1yvt.fd
%{_texmfdistdir}/tex/latex/venturis/ts1yvtajw.fd
%{_texmfdistdir}/tex/latex/venturis/ts1yvtaw.fd
%{_texmfdistdir}/tex/latex/venturis/ts1yvtd.fd
%{_texmfdistdir}/tex/latex/venturis/ts1yvtj.fd
%{_texmfdistdir}/tex/latex/venturis/ts1yvtjw.fd
%{_texmfdistdir}/tex/latex/venturis/ts1yvtw.fd
%{_texmfdistdir}/tex/latex/venturis2/t1yv2.fd
%{_texmfdistdir}/tex/latex/venturis2/ts1yv2.fd
%{_texmfdistdir}/tex/latex/venturisadf/venturis.sty
%{_texmfdistdir}/tex/latex/venturisadf/venturis2.sty
%{_texmfdistdir}/tex/latex/venturisadf/venturisold.sty
%{_texmfdistdir}/tex/latex/venturisold/t1yvo.fd
%{_texmfdistdir}/tex/latex/venturisold/t1yvoa.fd
%{_texmfdistdir}/tex/latex/venturisold/t1yvoad.fd
%{_texmfdistdir}/tex/latex/venturisold/t1yvod.fd
%{_texmfdistdir}/tex/latex/venturisold/ts1yvo.fd
%{_texmfdistdir}/tex/latex/venturisold/ts1yvoa.fd
%{_texmfdistdir}/tex/latex/venturisold/ts1yvoad.fd
%{_texmfdistdir}/tex/latex/venturisold/ts1yvod.fd
%{_texmfdistdir}/tex/latex/venturissans/t1yv1.fd
%{_texmfdistdir}/tex/latex/venturissans/t1yv1d.fd
%{_texmfdistdir}/tex/latex/venturissans/ts1yv1.fd
%{_texmfdistdir}/tex/latex/venturissans/ts1yv1d.fd
%{_texmfdistdir}/tex/latex/venturissans2/t1yv3.fd
%{_texmfdistdir}/tex/latex/venturissans2/ts1yv3.fd
%_texmf_updmap_d/venturisadf
%doc %{_texmfdistdir}/doc/fonts/venturisadf/LICENSE-utopia.txt
%doc %{_texmfdistdir}/doc/fonts/venturisadf/LIST-Venturis.txt
%doc %{_texmfdistdir}/doc/fonts/venturisadf/README
%doc %{_texmfdistdir}/doc/fonts/venturisadf/manifest.txt
%doc %{_texmfdistdir}/doc/fonts/venturisadf/venturisadf.pdf
%doc %{_texmfdistdir}/doc/fonts/venturisadf/venturisadf.tex
#- source
%doc %{_texmfdistdir}/source/fonts/venturisadf/lining.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/oldstyle.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/rename.venturis
%doc %{_texmfdistdir}/source/fonts/venturisadf/rename.venturis2
%doc %{_texmfdistdir}/source/fonts/venturisadf/rename.venturisold
%doc %{_texmfdistdir}/source/fonts/venturisadf/rename.venturissans
%doc %{_texmfdistdir}/source/fonts/venturisadf/rename.venturissans2
%doc %{_texmfdistdir}/source/fonts/venturisadf/rename.venturistitling
%doc %{_texmfdistdir}/source/fonts/venturisadf/resetalt.mtx
%doc %{_texmfdistdir}/source/fonts/venturisadf/t1-dotalt-f_f.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/t1-f_f.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/t1-venturis.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/t1-venturisold-longs.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/t1-venturisold.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/t1j-f_f.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/t1j-venturis.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/ts1-euro.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/ucdotalt.etx
%doc %{_texmfdistdir}/source/fonts/venturisadf/yv1-drv.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yv1-map.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yv2-drv.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yv2-map.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yv3-drv.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yv3-map.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yvo-drv.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yvo-map.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yvt-drv.tex
%doc %{_texmfdistdir}/source/fonts/venturisadf/yvt-map.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/venturisadf <<EOF
Map yv1.map
Map yv2.map
Map yv3.map
Map yvo.map
Map yvt.map
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.005-3
+ Revision: 5962966
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21751 |14mr|texlive-verbasef-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21922
# category Package
# catalog-ctan /macros/latex/contrib/verbasef
# catalog-date 2011-04-02 14:59:54 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-verbasef
Version:	1.1
Release:	3
Summary:	VERBatim Automatic Splitting of External Files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/verbasef
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbasef.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbasef.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Verbasef allows you to input (subsections of a) file, print
them in verbatim mode, while automatically breaking up the
inputted lines into pieces of a given length, which are output
as figures. These figures are posted using the [H]
specification, which forces LaTeX to place the figure at the
spot of invocation, rather than floating the figures to the top
of the next page. The package requires the verbatim, here and
vrbexin packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/verbasef/verbasef.sty
%doc %{_texmfdistdir}/doc/latex/verbasef/verbasef-doc.pdf
%doc %{_texmfdistdir}/doc/latex/verbasef/verbasef-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 56c3035
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21752 |14mr|texlive-verbatimbox-3.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32894
# category Package
# catalog-ctan /macros/latex/contrib/verbatimbox
# catalog-date 2014-02-04 19:03:18 +0100
# catalog-license lppl
# catalog-version 3.11
Name:		texlive-verbatimbox
Version:	3.11
Release:	2
Summary:	Deposit verbatim text in a box
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/verbatimbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbatimbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbatimbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a verbbox environment (which uses
techniques similar to those of the boxedverbatim environment of
the moreverb package) to place its contents into a globally
available box, or into a box specified by the user. The global
box may then be used in a variety of situations (for example,
providing a replica of the boxedverbatim environment itself). A
valuable use is in places where the standard verbatim
environment (which is based on a trivlist) may not appear. The
package makes use of the verbatim package (which is a required
part of any LaTeX distribution).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/verbatimbox/verbatimbox.sty
%doc %{_texmfdistdir}/doc/latex/verbatimbox/README
%doc %{_texmfdistdir}/doc/latex/verbatimbox/verbatimbox.pdf
%doc %{_texmfdistdir}/doc/latex/verbatimbox/verbatimbox.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.11-2
+ Revision: 6be10a2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21753 |14mr|texlive-verbatimcopy-0.06-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/verbatimcopy
# catalog-date 2009-06-02 14:54:30 +0200
# catalog-license lppl
# catalog-version 0.06
Name:		texlive-verbatimcopy
Version:	0.06
Release:	3
Summary:	Make copies of text documents from within LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/verbatimcopy
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbatimcopy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbatimcopy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides \VerbatimCopy{in}{out} that will enable
LaTeX to take a verbatim copy of one text file, and save it
under another name. The package provides a means to specify the
output directory to be used, but does no checking and may
therefore overwrite an important file if used injudiciously.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/verbatimcopy/verbatimcopy.sty
%doc %{_texmfdistdir}/doc/latex/verbatimcopy/README
%doc %{_texmfdistdir}/doc/latex/verbatimcopy/verbatimcopy.pdf
%doc %{_texmfdistdir}/doc/latex/verbatimcopy/verbatimcopy.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.06-3
+ Revision: 6b037ca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21754 |14mr|texlive-verbdef-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17177
# category Package
# catalog-ctan /macros/latex/contrib/verbdef
# catalog-date 2010-03-09 13:13:30 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-verbdef
Version:	0.2
Release:	3
Summary:	Define commands which expand to verbatim text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/verbdef
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbdef.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbdef.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a single command \verbdef (which has a *-
form, like \verb). \verbdef will define a robust command whose
body expands to verbatim text. By using commands defined by
\verbdef, one can put verbatim text into the arguments of
commands; since the defined command is robust, it doesn't
matter if the argument is moving. (Full details of syntax and
caveats about use are in comments in the file itself.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/verbdef/verbdef.sty
%doc %{_texmfdistdir}/doc/latex/verbdef/verbdef.pdf
%doc %{_texmfdistdir}/doc/latex/verbdef/verbdef.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: 2340dd5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21755 |14mr|texlive-verbments-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23670
# category Package
# catalog-ctan /macros/latex/contrib/verbments
# catalog-date 2011-08-23 07:18:10 +0200
# catalog-license lppl1.2
# catalog-version 1.2
Name:		texlive-verbments
Version:	1.2
Release:	3
Summary:	Syntax highlighting of source code in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/verbments
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbments.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbments.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an environment for syntax highlighting
source code in LaTeX documents. The highlighted source code
output is formatted via powerful Pygments library of the Python
language.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/verbments/verbments.sty
%doc %{_texmfdistdir}/doc/latex/verbments/README
%doc %{_texmfdistdir}/doc/latex/verbments/verbments.pdf
%doc %{_texmfdistdir}/doc/latex/verbments/verbments.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 8d3a0c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21756 |14mr|texlive-verse-2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/verse
# catalog-date 2009-09-04 12:14:45 +0200
# catalog-license lppl
# catalog-version 2.4
Name:		texlive-verse
Version:	2.4
Release:	3
Summary:	Aids for typesetting simple verse
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/verse
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verse.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verse.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verse.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package documentation discusses approaches to the problem;
the package is strong on layout, from simple alternate-line
indentation to the Mouse's tale from Alice in Wonderland.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/verse/verse.sty
%doc %{_texmfdistdir}/doc/latex/verse/README
%doc %{_texmfdistdir}/doc/latex/verse/verse.pdf
#- source
%doc %{_texmfdistdir}/source/latex/verse/verse.dtx
%doc %{_texmfdistdir}/source/latex/verse/verse.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-3
+ Revision: 2939413
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21757 |14mr|texlive-version-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21920
# category Package
# catalog-ctan /macros/latex/contrib/version
# catalog-date 2011-04-02 15:43:25 +0200
# catalog-license other-free
# catalog-version 2.0
Name:		texlive-version
Version:	2.0
Release:	3
Summary:	Conditionally include text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/version
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/version.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/version.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines macros \includeversion{NAME} and \excludeversion{NAME},
each of which defines an environment NAME whose text is to be
included or excluded from compilation. Although the command
syntax is very similar to that of comment, comment.sty is to be
preferred to version.sty for documents where significant chunks
of text may be excluded.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/version/version.sty
%doc %{_texmfdistdir}/doc/latex/version/version-doc.pdf
%doc %{_texmfdistdir}/doc/latex/version/version-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 72b5e12
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21758 |14mr|texlive-versions-0.55-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21921
# category Package
# catalog-ctan /macros/latex/contrib/versions
# catalog-date 2011-04-02 19:40:46 +0200
# catalog-license lppl1.3
# catalog-version 0.55
Name:		texlive-versions
Version:	0.55
Release:	3
Summary:	Optionally omit pieces of text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/versions
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/versions.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/versions.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Stephan Bellantoni's version has provided preamble commands for
selecting environments to be included/excluded. This package
does the same, but corrects, improves, and extends it in both
implementation and function.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/versions/versions.sty
%doc %{_texmfdistdir}/doc/latex/versions/versions-doc.pdf
%doc %{_texmfdistdir}/doc/latex/versions/versions-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.55-3
+ Revision: 20e7c3e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21759 |14mr|texlive-vertbars-1.0b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20589
# category Package
# catalog-ctan /macros/latex/contrib/vertbars
# catalog-date 2010-11-28 20:56:07 +0100
# catalog-license lppl1.3
# catalog-version 1.0b
Name:		texlive-vertbars
Version:	1.0b
Release:	3
Summary:	Mark vertical rules in margin of text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vertbars
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vertbars.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vertbars.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vertbars.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is an extension to lineno, replacing that
package's line numbers with bars to the left or right of the
text.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vertbars/vertbars.sty
%doc %{_texmfdistdir}/doc/latex/vertbars/README
%doc %{_texmfdistdir}/doc/latex/vertbars/vertbars.pdf
#- source
%doc %{_texmfdistdir}/source/latex/vertbars/vertbars.ins
%doc %{_texmfdistdir}/source/latex/vertbars/vertbars.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0b-3
+ Revision: 65193b6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21760 |14mr|texlive-vgrid-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32457
# category Package
# catalog-ctan /macros/latex/contrib/vgrid
# catalog-date 2013-12-20 18:52:05 +0100
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-vgrid
Version:	0.1
Release:	2
Summary:	Overlay a grid on the printed page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vgrid
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vgrid.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vgrid.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vgrid.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package overlays a grid (whose spacing is \baselineskip,
which offers guidlines for considering the "rhythm" of the
document on the page.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vgrid/vgrid.sty
%doc %{_texmfdistdir}/doc/latex/vgrid/vgrid.pdf
#- source
%doc %{_texmfdistdir}/source/latex/vgrid/vgrid.dtx
%doc %{_texmfdistdir}/source/latex/vgrid/vgrid.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: 9116d11
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21761 |14mr|texlive-vhistory-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19901
# category Package
# catalog-ctan /macros/latex/contrib/vhistory
# catalog-date 2010-07-19 00:40:21 +0200
# catalog-license lppl1.2
# catalog-version 1.5
Name:		texlive-vhistory
Version:	1.5
Release:	3
Summary:	Support for creating a change log
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vhistory
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vhistory.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vhistory.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Vhistory simplifies the creation of a history of versions of a
document. You can easily extract information like the current
version of a list of authors from that history. It helps you to
get consistent documents. The package sets, which is used by
vhistory, allows you to use sets containing text. You can use
the usual operations to create the union of sets or the
intersection of sets etc.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vhistory/sets.sty
%{_texmfdistdir}/tex/latex/vhistory/vhistory.sty
%doc %{_texmfdistdir}/doc/latex/vhistory/CHANGES
%doc %{_texmfdistdir}/doc/latex/vhistory/README
%doc %{_texmfdistdir}/doc/latex/vhistory/README.doc
%doc %{_texmfdistdir}/doc/latex/vhistory/de_beispiel.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/de_einleitung.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/de_sets.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/de_vhistory.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/en_example.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/en_introduction.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/en_sets.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/en_vhistory.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/hyperref.cfg
%doc %{_texmfdistdir}/doc/latex/vhistory/vh_set_example.pdf
%doc %{_texmfdistdir}/doc/latex/vhistory/vh_set_example.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/vh_sets_de.pdf
%doc %{_texmfdistdir}/doc/latex/vhistory/vh_sets_de.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/vh_sets_en.pdf
%doc %{_texmfdistdir}/doc/latex/vhistory/vh_sets_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: 24fbc97
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21762 |14mr|texlive-visualfaq-20100805-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19677
# category Package
# catalog-ctan /info/visualFAQ
# catalog-date 2010-08-05 13:03:35 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-visualfaq
Version:	20100805
Release:	3
Summary:	A Visual LaTeX FAQ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/visualFAQ
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/visualfaq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/visualfaq.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
Having trouble finding the answer to a LaTeX question? The
Visual LaTeX FAQ is an innovative new search interface that
presents over a hundred typeset samples of frequently requested
document formatting. Simply click on a hyperlinked piece of
text and the Visual LaTeX FAQ will send your Web browser to the
appropriate page in the UK TeX FAQ.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/visualfaq/README
%doc %{_texmfdistdir}/doc/latex/visualfaq/source/README
%doc %{_texmfdistdir}/doc/latex/visualfaq/source/anotherarticle.pdf
%doc %{_texmfdistdir}/doc/latex/visualfaq/source/book-montage.png
%doc %{_texmfdistdir}/doc/latex/visualfaq/source/fuzzytext.png
%doc %{_texmfdistdir}/doc/latex/visualfaq/source/labelgraph.pdf
%doc %{_texmfdistdir}/doc/latex/visualfaq/source/lorem-ipsum-logo.png
%doc %{_texmfdistdir}/doc/latex/visualfaq/source/musixtex.png
%doc %{_texmfdistdir}/doc/latex/visualfaq/source/visfaq-html.png
%doc %{_texmfdistdir}/doc/latex/visualfaq/source/visualFAQ.ind
%doc %{_texmfdistdir}/doc/latex/visualfaq/source/visualFAQ.ind2
%doc %{_texmfdistdir}/doc/latex/visualfaq/source/visualFAQ.out
%doc %{_texmfdistdir}/doc/latex/visualfaq/source/visualFAQ.tex
%doc %{_texmfdistdir}/doc/latex/visualfaq/source/watermark.pdf
%doc %{_texmfdistdir}/doc/latex/visualfaq/troubleshoot-vlf.pdf
%doc %{_texmfdistdir}/doc/latex/visualfaq/visualFAQ.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100805-3
+ Revision: 815c12b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21763 |14mr|texlive-vlna-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-vlna
Version:	20131009
Release:	6
Summary:	TeXLive vlna package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vlna.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vlna.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-vlna.bin
%rename vlna

%description
TeXLive vlna package.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/vlna.1*
%doc %{_texmfdistdir}/doc/man/man1/vlna.man1.pdf
%doc %{_texmfdistdir}/doc/vlna/vlna.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: e7a2559
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21764 |14mr|texlive-vmargin-2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/vmargin
# catalog-date 2009-09-27 12:18:28 +0200
# catalog-license lppl
# catalog-version 2.5
Name:		texlive-vmargin
Version:	2.5
Release:	3
Summary:	Set various page dimensions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vmargin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vmargin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vmargin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vmargin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a macro to set various margins as well as dimensions
for header/footer and page dimensions. Most common paper sizes,
paper orientation, disabling of headers and footers, and two
sided printing are supported. The vmargin package does not rely
on other packages and was designed with speed and size in mind.
Its user interface might not be very fancy, but it's fast,
small, and gets the job done. If you are looking for something
more elaborate try the geometry package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vmargin/vmargin.sty
%doc %{_texmfdistdir}/doc/latex/vmargin/vmargin.pdf
#- source
%doc %{_texmfdistdir}/source/latex/vmargin/Makefile
%doc %{_texmfdistdir}/source/latex/vmargin/vmargin.drv
%doc %{_texmfdistdir}/source/latex/vmargin/vmargin.dtx
%doc %{_texmfdistdir}/source/latex/vmargin/vmargin.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5-3
+ Revision: dd7afe6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21765 |14mr|texlive-vntex-3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22766
# category Package
# catalog-ctan /language/vietnamese/vntex
# catalog-date 2011-04-12 14:45:36 +0200
# catalog-license other-free
# catalog-version 3.2
Name:		texlive-vntex
Version:	3.2
Release:	3
Summary:	Support for Vietnamese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/vietnamese/vntex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vntex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vntex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vntex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

Requires(post):	texlive-tetex

%description
The vntex bundle provides fonts, Plain TeX, texinfo and LaTeX
macros for typesetting documents in Vietnamese. Users of the
fonts (in both Metafont and Adobe Type 1 format) of this bundle
may alternatively use the lm fonts bundle, for which map files
are available to provide a Vietnamese version.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/vntex/chartervn/bchb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/chartervn/bchbi8v.afm
%{_texmfdistdir}/fonts/afm/vntex/chartervn/bchr8v.afm
%{_texmfdistdir}/fonts/afm/vntex/chartervn/bchri8v.afm
%{_texmfdistdir}/fonts/afm/vntex/grotesqvn/ugqb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/fplrc8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uagd8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uagdo8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uagk8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uagko8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ubkd8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ubkdi8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ubkl8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ubkli8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ucrb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ucrbo8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ucrr8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ucrro8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uhvb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uhvbo8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uhvr8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uhvro8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uncb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uncbi8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uncr8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uncri8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uplb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uplbi8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uplr8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uplri8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/utmb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/utmbi8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/utmr8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/utmri8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uzcmi8v.afm
%{_texmfdistdir}/fonts/afm/vntex/vntopia/putb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/vntopia/putbi8v.afm
%{_texmfdistdir}/fonts/afm/vntex/vntopia/putr8v.afm
%{_texmfdistdir}/fonts/afm/vntex/vntopia/putri8v.afm
%{_texmfdistdir}/fonts/enc/dvips/vntex/t5.enc
%{_texmfdistdir}/fonts/enc/pdftex/vntex/t5d.enc
%{_texmfdistdir}/fonts/enc/pdftex/vntex/t5uni.enc
%{_texmfdistdir}/fonts/map/dvips/vntex/arevvn.map
%{_texmfdistdir}/fonts/map/dvips/vntex/chartervn.map
%{_texmfdistdir}/fonts/map/dvips/vntex/cmbrightvn.map
%{_texmfdistdir}/fonts/map/dvips/vntex/concretevn.map
%{_texmfdistdir}/fonts/map/dvips/vntex/grotesqvn.map
%{_texmfdistdir}/fonts/map/dvips/vntex/txttvn.map
%{_texmfdistdir}/fonts/map/dvips/vntex/urwvn.map
%{_texmfdistdir}/fonts/map/dvips/vntex/vnrother.map
%{_texmfdistdir}/fonts/map/dvips/vntex/vnrtext.map
%{_texmfdistdir}/fonts/map/dvips/vntex/vntopia.map
%{_texmfdistdir}/fonts/source/vntex/vnr/vnaccent.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnacomp.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnb10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbase.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbx10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbx12.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbx5.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbx6.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbx7.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbx8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbx9.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbxsl10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbxti10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vncligtb.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vncode.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vncombac.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vncsc.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vncsc10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vndothook.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vndunh10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnecomp.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnff10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnfi10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnfib8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnicomp.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vniligtb.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnitt10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlacc.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlai.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlar.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnldi.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnldr.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlei.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnler.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlii.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlir.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnloi.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlor.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlui.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlur.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlyi.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlyr.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnminus.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnmligtb.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnocomp.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr12.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr17.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr5.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr6.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr7.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr9.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnrligtb.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnrm.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnroman.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnsl10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnsl12.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnsl8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnsl9.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnsltt10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnss10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnss12.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnss17.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnss8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnss9.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssbx10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssdc10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssi10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssi12.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssi17.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssi8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssi9.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssq8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssqi8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vntcsc10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vntextit.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnti10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnti12.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnti7.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnti8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnti9.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vntt10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vntt12.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vntt8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vntt9.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnu10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnuacc.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnuar.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnucomp.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnudr.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnuer.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnuir.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnuor.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnuur.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnuyr.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnvtt10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnycomp.mf
%{_texmfdistdir}/fonts/tfm/vntex/arevvn/favb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/arevvn/favbi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/arevvn/favr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/arevvn/favri8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchbc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchbi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchri8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchro8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbr10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbr17.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbr8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbr9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbrbx10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbrsl10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbrsl17.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbrsl8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbrsl9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmsltl10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmtl10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/concretevn/vncccsc10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/concretevn/vnccr10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/concretevn/vnccsl10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/concretevn/vnccti10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/grotesqvn/ugqb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/grotesqvn/ugqbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/txttvn/txbtt8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/txttvn/txbttsc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/txttvn/txbttsl8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/txttvn/txtt8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/txttvn/txttsc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/txttvn/txttsl8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/fplrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uagd8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uagdc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uagdo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uagk8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uagkc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uagko8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubkd8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubkdc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubkdi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubkdo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubkl8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubklc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubkli8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubklo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ucrb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ucrbc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ucrbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ucrr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ucrrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ucrro8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uhvb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uhvbc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uhvbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uhvr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uhvrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uhvro8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncbc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncbi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncri8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncro8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplbc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplbi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplri8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplro8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmbc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmbi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmri8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmro8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uzcmi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnb10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbx10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbx12.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbx5.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbx6.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbx7.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbx8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbx9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbxti10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vncsc10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vndunh10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnff10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnfi10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnfib8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnitt10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr12.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr17.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr5.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr6.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr7.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnsl10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnsl12.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnsl8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnsl9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnsltt10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnss10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnss12.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnss17.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnss8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnss9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssbx10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssdc10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssi10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssi12.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssi17.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssi8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssi9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssq8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssqi8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vntcsc10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnti10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnti12.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnti7.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnti8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnti9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vntt10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vntt12.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vntt8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vntt9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnu10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnvtt10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putbc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putbi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putri8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putro8v.tfm
%{_texmfdistdir}/fonts/type1/vntex/arevvn/ArevSans-Bold-T5.pfb
%{_texmfdistdir}/fonts/type1/vntex/arevvn/ArevSans-BoldOblique-T5.pfb
%{_texmfdistdir}/fonts/type1/vntex/arevvn/ArevSans-Oblique-T5.pfb
%{_texmfdistdir}/fonts/type1/vntex/arevvn/ArevSans-Roman-T5.pfb
%{_texmfdistdir}/fonts/type1/vntex/chartervn/bchb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/chartervn/bchbi8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/chartervn/bchr8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/chartervn/bchri8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbr10.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbr17.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbr8.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbr9.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbrbx10.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbrsl10.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbrsl17.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbrsl8.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbrsl9.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmsltl10.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmtl10.pfb
%{_texmfdistdir}/fonts/type1/vntex/concretevn/CMConcrete8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/concretevn/CMConcreteItalic8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/concretevn/CMConcreteSlanted8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/concretevn/CMConcreteSmallCaps8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/grotesqvn/ugqb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/txttvn/txbtt8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/txttvn/txbttsc8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/txttvn/txtt8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/txttvn/txttsc8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/fplrc8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uagd8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uagdo8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uagk8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uagko8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ubkd8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ubkdi8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ubkl8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ubkli8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ucrb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ucrbo8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ucrr8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ucrro8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uhvb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uhvbo8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uhvr8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uhvro8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uncb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uncbi8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uncr8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uncri8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uplb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uplbi8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uplr8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uplri8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/utmb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/utmbi8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/utmr8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/utmri8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uzcmi8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnb10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbx10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbx12.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbx5.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbx6.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbx7.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbx8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbx9.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbxsl10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbxti10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vncsc10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vndunh10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnff10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnfi10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnfib8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnitt10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr12.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr17.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr5.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr6.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr7.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr9.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnsl10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnsl12.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnsl8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnsl9.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnsltt10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnss10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnss12.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnss17.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnss8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnss9.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssbx10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssdc10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssi10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssi12.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssi17.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssi8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssi9.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssq8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssqi8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vntcsc10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnti10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnti12.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnti7.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnti8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnti9.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vntt10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vntt12.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vntt8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vntt9.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnu10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnvtt10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vntopia/putb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/vntopia/putbi8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/vntopia/putr8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/vntopia/putri8v.pfb
%{_texmfdistdir}/fonts/vf/vntex/chartervn/bchbc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/chartervn/bchrc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uagdc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uagkc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/ubkdc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/ubklc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/ucrbc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/ucrrc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uhvbc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uhvrc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uncbc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uncrc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uplbc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uplrc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/utmbc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/utmrc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/vntopia/putbc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/vntopia/putrc8v.vf
%{_texmfdistdir}/tex/latex/vntex/dblaccnt.sty
%{_texmfdistdir}/tex/latex/vntex/mcviscii.def
%{_texmfdistdir}/tex/latex/vntex/pd1supp.def
%{_texmfdistdir}/tex/latex/vntex/swpvntex.sty
%{_texmfdistdir}/tex/latex/vntex/t5bch.fd
%{_texmfdistdir}/tex/latex/vntex/t5ccr.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmbr.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmdh.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmfib.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmfr.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmr.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmss.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmssq.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmtl.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmtt.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmvtt.fd
%{_texmfdistdir}/tex/latex/vntex/t5enc.def
%{_texmfdistdir}/tex/latex/vntex/t5enc.dfu
%{_texmfdistdir}/tex/latex/vntex/t5fav.fd
%{_texmfdistdir}/tex/latex/vntex/t5fnc.fd
%{_texmfdistdir}/tex/latex/vntex/t5fpl.fd
%{_texmfdistdir}/tex/latex/vntex/t5futs.fd
%{_texmfdistdir}/tex/latex/vntex/t5mak.fd
%{_texmfdistdir}/tex/latex/vntex/t5mdbch.fd
%{_texmfdistdir}/tex/latex/vntex/t5mdput.fd
%{_texmfdistdir}/tex/latex/vntex/t5mdugm.fd
%{_texmfdistdir}/tex/latex/vntex/t5pag.fd
%{_texmfdistdir}/tex/latex/vntex/t5pbk.fd
%{_texmfdistdir}/tex/latex/vntex/t5pcr.fd
%{_texmfdistdir}/tex/latex/vntex/t5phv.fd
%{_texmfdistdir}/tex/latex/vntex/t5pnc.fd
%{_texmfdistdir}/tex/latex/vntex/t5ppl.fd
%{_texmfdistdir}/tex/latex/vntex/t5ptm.fd
%{_texmfdistdir}/tex/latex/vntex/t5ptmom.fd
%{_texmfdistdir}/tex/latex/vntex/t5put.fd
%{_texmfdistdir}/tex/latex/vntex/t5pxr.fd
%{_texmfdistdir}/tex/latex/vntex/t5txr.fd
%{_texmfdistdir}/tex/latex/vntex/t5txtt.fd
%{_texmfdistdir}/tex/latex/vntex/t5uag.fd
%{_texmfdistdir}/tex/latex/vntex/t5ubk.fd
%{_texmfdistdir}/tex/latex/vntex/t5ucr.fd
%{_texmfdistdir}/tex/latex/vntex/t5ugq.fd
%{_texmfdistdir}/tex/latex/vntex/t5uhv.fd
%{_texmfdistdir}/tex/latex/vntex/t5unc.fd
%{_texmfdistdir}/tex/latex/vntex/t5upl.fd
%{_texmfdistdir}/tex/latex/vntex/t5utm.fd
%{_texmfdistdir}/tex/latex/vntex/t5uzcm.fd
%{_texmfdistdir}/tex/latex/vntex/tcvn.def
%{_texmfdistdir}/tex/latex/vntex/varioref-vi.sty
%{_texmfdistdir}/tex/latex/vntex/vietnam.ldf
%{_texmfdistdir}/tex/latex/vntex/vietnam.sty
%{_texmfdistdir}/tex/latex/vntex/vietnamese.ldf
%{_texmfdistdir}/tex/latex/vntex/viscii.def
%{_texmfdistdir}/tex/latex/vntex/vncaps.tex
%{_texmfdistdir}/tex/latex/vntex/vntex.sty
%{_texmfdistdir}/tex/latex/vntex/vps.def
%{_texmfdistdir}/tex/plain/vntex/dblaccnt.tex
%{_texmfdistdir}/tex/plain/vntex/t5code.tex
%{_texmfdistdir}/tex/plain/vntex/vntexinfo.tex
%_texmf_updmap_d/vntex
%doc %{_texmfdistdir}/doc/generic/vntex/INSTALL
%doc %{_texmfdistdir}/doc/generic/vntex/ReleaseNotes.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vn-fonts-print.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vn-fonts.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vn-min-print.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vn-min.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vntex-man-print.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vntex-man.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vntex-print.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vntex-update-maps
%doc %{_texmfdistdir}/doc/generic/vntex/vntex.pdf
#- source
%doc %{_texmfdistdir}/source/generic/vntex/GPL.txt
%doc %{_texmfdistdir}/source/generic/vntex/LGPL.txt
%doc %{_texmfdistdir}/source/generic/vntex/LICENSE-utopia.txt
%doc %{_texmfdistdir}/source/generic/vntex/LPPL.txt
%doc %{_texmfdistdir}/source/generic/vntex/Makefile
%doc %{_texmfdistdir}/source/generic/vntex/README.vntopia
%doc %{_texmfdistdir}/source/generic/vntex/babel-vi.dtx
%doc %{_texmfdistdir}/source/generic/vntex/doc/ReleaseNotes.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/abbr.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/test-accents.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vn-fonts-print.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vn-fonts.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vn-min-print.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vn-min.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vntex-man-print.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vntex-man.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vntex-print.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vntex.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/Makefile
%doc %{_texmfdistdir}/source/generic/vntex/tests/README
%doc %{_texmfdistdir}/source/generic/vntex/tests/adventor-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/adventor-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/arevvn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/arevvn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/bonum-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/bonum-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/chartervn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/chartervn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/chorus-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/chorus-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/classicovn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/classicovn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/cmbrightvn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/cmbrightvn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/comicsansvn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/comicsansvn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/concretevn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/concretevn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/cursor-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/cursor-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/garamondvn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/garamondvn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/grotesqvn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/grotesqvn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/heros-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/heros-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/mscore-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/mscore-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/pagella-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/pagella-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/schola-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/schola-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5antt-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5antt-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5cyklop-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5cyklop-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5gentium-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5gentium-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5iwona-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5iwona-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5kurier-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5kurier-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5lm-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5lm-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/termes-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/termes-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-accents.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-babel.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-captions.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-plain-tcx.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-plain.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-tcvn.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-utf8.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-vietnam-tcx.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-vietnam.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-viscii.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/txttvn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/txttvn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/urwvn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/urwvn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/vnr-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/vnr-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/vnsample.cls
%doc %{_texmfdistdir}/source/generic/vntex/tests/vntopia-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/vntopia-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/vntex.dtx
%doc %{_texmfdistdir}/source/generic/vntex/vntex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/vntex <<EOF
Map arevvn.map
Map chartervn.map
Map cmbrightvn.map
Map concretevn.map
Map grotesqvn.map
Map txttvn.map
Map urwvn.map
MixedMap vnrother.map
MixedMap vnrtext.map
Map vntopia.map
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2-3
+ Revision: 1d5357a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21766 |14mr|texlive-vocaltract-1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25629
# category Package
# catalog-ctan /graphics/pstricks/contrib/vocaltract
# catalog-date 2012-03-13 11:09:15 +0100
# catalog-license lppl
# catalog-version 1
Name:		texlive-vocaltract
Version:	1
Release:	2
Summary:	Visualise the vocal tract using LaTeX and PStricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/vocaltract
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vocaltract.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vocaltract.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to visualise the vocal tract. The
vocal tract (in the package) is manipulated by a vector of
articulation parameters according to the S. Maeda model.
Animation may be achieved by providing a sequence of vectors
over time (e.g., from Matlab). A sequence of vectors for
certain German phonemes is embedded in the package, which
allows for animation when no other vector is available. The
package's graphics are produced using pstricks.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vocaltract/VocalTract.sty
%doc %{_texmfdistdir}/doc/latex/vocaltract/README
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtLatex_AnimationDemo.tex
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtLatex_AnimationLauncher.tex
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtLatex_FigureDemo.pdf
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtLatex_FigureDemo.tex
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtLatex_FigureLauncher.tex
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtLatex_TimeParams.tex
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtMAINVisual.m
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtQueryVisual.m

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1-2
+ Revision: c9b4eb1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21767 |14mr|texlive-volumes-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/volumes
# catalog-date 2007-03-01 21:27:41 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-volumes
Version:	1.0
Release:	3
Summary:	Typeset only parts of a document, with complete indexes etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/volumes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/volumes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/volumes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/volumes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package helps you if you want to produce separate printed
volumes from one LaTeX document, as well as one comprehensive,
"all-inclusive" version. It suppresses the part of the table of
contents that are not typeset, while counters, definitions,
index entries etc. are kept consistent throughout the input
file.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/volumes/nowtoaux.sty
%{_texmfdistdir}/tex/latex/volumes/volumes.sty
%doc %{_texmfdistdir}/doc/latex/volumes/README
%doc %{_texmfdistdir}/doc/latex/volumes/volumes.pdf
#- source
%doc %{_texmfdistdir}/source/latex/volumes/volumes.dtx
%doc %{_texmfdistdir}/source/latex/volumes/volumes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: 8ab0351
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21768 |14mr|texlive-voss-de-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-voss-de
Version:	20111104
Release:	3
Summary:	TeXLive voss-de package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/voss-de.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/voss-de.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive voss-de package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/generic/voss-de/InlineMath/Changes
%doc %{_texmfdistdir}/doc/generic/voss-de/InlineMath/InlineMath.bib
%doc %{_texmfdistdir}/doc/generic/voss-de/InlineMath/InlineMath.ltx
%doc %{_texmfdistdir}/doc/generic/voss-de/InlineMath/InlineMath.pdf
%doc %{_texmfdistdir}/doc/generic/voss-de/InlineMath/InlineMath.tex
%doc %{_texmfdistdir}/doc/generic/voss-de/InlineMath/README
%doc %{_texmfdistdir}/doc/generic/voss-de/README
%doc %{_texmfdistdir}/doc/generic/voss-de/gauss/Changes
%doc %{_texmfdistdir}/doc/generic/voss-de/gauss/README
%doc %{_texmfdistdir}/doc/generic/voss-de/gauss/gauss.ltx
%doc %{_texmfdistdir}/doc/generic/voss-de/gauss/gauss.pdf
%doc %{_texmfdistdir}/doc/generic/voss-de/gauss/gauss.tex
%doc %{_texmfdistdir}/doc/generic/voss-de/mathCol/Changes
%doc %{_texmfdistdir}/doc/generic/voss-de/mathCol/README
%doc %{_texmfdistdir}/doc/generic/voss-de/mathCol/mathCol.bib
%doc %{_texmfdistdir}/doc/generic/voss-de/mathCol/mathCol.ltx
%doc %{_texmfdistdir}/doc/generic/voss-de/mathCol/mathCol.pdf
%doc %{_texmfdistdir}/doc/generic/voss-de/mathCol/mathCol.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: 58cf96d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21769 |14mr|texlive-voss-mathcol-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32954
# category Package
# catalog-ctan /info/math/voss/mathCol
# catalog-date 2012-08-16 22:17:39 +0200
# catalog-license noinfo
# catalog-version 0.1
Name:		texlive-voss-mathcol
Version:	0.1
Release:	2
Summary:	Typesetting mathematics in colour, in (La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/math/voss/mathCol
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/voss-mathcol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/voss-mathcol.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
This is a short paper from the TeXnische Komodie, in German.
Since the body of the paper is dominated by clear LaTeX coding
examples, most LaTeX programmers will understand how to achieve
the results shown in the diagrams, even if they don't
understand German.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/voss-mathcol/Changes
%doc %{_texmfdistdir}/doc/latex/voss-mathcol/mathCol.bib
%doc %{_texmfdistdir}/doc/latex/voss-mathcol/mathCol.ltx
%doc %{_texmfdistdir}/doc/latex/voss-mathcol/mathCol.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathcol/mathCol.tex
%doc %{_texmfdistdir}/doc/latex/voss-mathcol/run.doc

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-2
+ Revision: 0c73cc4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21770 |14mr|texlive-voss-mathmode-2.47-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32953
# category Package
# catalog-ctan /info/math/voss/mathmode
# catalog-date 2014-02-12 19:51:34 +0100
# catalog-license lppl
# catalog-version 2.47
Name:		texlive-voss-mathmode
Version:	2.47
Release:	2
Summary:	A comprehensive review of mathematics in (La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/math/voss/mathmode
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/voss-mathmode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/voss-mathmode.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The review includes: Standard LaTeX mathematics mode; AMSmath;
TeX and mathematics; Other packages; Tuning math typesetting;
Mathematics fonts; Special symbols; Examples; and Lists,
bibliography and index.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/Changes
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/Mathmode.bib
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/Mathmode.ist
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/Mathmode.ltx
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/Mathmode.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/Mathmode.tex
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/EuScript.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/EuScript.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/amsalign.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/amsalign.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/cm-crop.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/cm-crop.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/cmbright-crop.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/cmbright-crop.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/colArray.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/colArray.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/exscale.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/exscale.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/family.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/family.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/family0.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/family0.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/family1.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/family1.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/lm-crop.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/lm-crop.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/minionpro-crop.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/minionpro-crop.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/node.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/node.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/pamath-crop.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/pamath-crop.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/pazo-crop.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/pazo-crop.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/styles.eps
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/images/styles.pdf
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/runLaTeX
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/runPDFLaTeX
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/runVTeX
%doc %{_texmfdistdir}/doc/latex/voss-mathmode/showexpl.cfg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.47-2
+ Revision: a247dbb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21771 |14mr|texlive-vpe-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26039
# category Package
# catalog-ctan /macros/latex/contrib/vpe
# catalog-date 2012-04-18 16:26:37 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-vpe
Version:	0.2
Release:	2
Summary:	Source specials for PDF output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vpe
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vpe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vpe.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-vpe.bin = %{EVRD}

%description
VPE is a system to make the equivalent of "source special"
marks in a PDF file. Clicking on a mark will activate an
editor, pointing at the source line that produced the text that
was marked. The system comprises a perl file (vpe.pl) and a
LaTeX package (vpe.sty); it will work with PDF files generated
via LaTeX/dvips, pdfTeX (version 0.14 or better), and
LaTeX/VTeX. Using the LaTeX/dvips or pdfLaTeX routes, the
(pdf)TeX processor should be run with shell escapes enabled.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/vpe
%{_texmfdistdir}/scripts/vpe/vpe.pl
%{_texmfdistdir}/tex/latex/vpe/vpe.sty
%doc %{_texmfdistdir}/doc/latex/vpe/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/vpe/vpe.pl vpe
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-2
+ Revision: 555fae0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21772 |14mr|texlive-vruler-2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21598
# category Package
# catalog-ctan /macros/latex/contrib/vruler
# catalog-date 2011-03-03 10:36:36 +0100
# catalog-license lppl1
# catalog-version 2.3
Name:		texlive-vruler
Version:	2.3
Release:	3
Summary:	Numbering text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vruler
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vruler.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vruler.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers facilities for adding a columns of numbering
to the general text so that the text can be properly
referenced. The vertical ruler can be scaled and moved freely.
The package may be used either with LaTeX or with plain TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vruler/vruler.sty
%doc %{_texmfdistdir}/doc/latex/vruler/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/vruler/vruler-example.tex
%doc %{_texmfdistdir}/doc/latex/vruler/vruler.pdf
%doc %{_texmfdistdir}/doc/latex/vruler/vruler.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3-3
+ Revision: bc4063e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21773 |14mr|texlive-vwcol-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/vwcol
# catalog-date 2008-08-24 14:43:48 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-vwcol
Version:	0.1
Release:	3
Summary:	Variable-width multiple text columns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vwcol
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vwcol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vwcol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vwcol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a crude environment (vwcol) for
typesetting multicolumn paragraph text of various column widths
on a single page.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vwcol/vwcol.sty
%doc %{_texmfdistdir}/doc/latex/vwcol/README
%doc %{_texmfdistdir}/doc/latex/vwcol/vwcol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/vwcol/vwcol.dtx
%doc %{_texmfdistdir}/source/latex/vwcol/vwcol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: 238ec17
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21774 |14mr|texlive-wadalab-20110521-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22576
# category Package
# catalog-ctan /fonts/wadalab
# catalog-date 2011-05-21 13:20:15 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-wadalab
Version:	20110521
Release:	3
Summary:	Wadalab (Japanese) font packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/wadalab
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wadalab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wadalab.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
These are font bundles for the Japanese Wadalab fonts which
work with the CJK package. All subfonts now have glyph names
compliant to the Adobe Glyph List, making ToUnicode CMaps in
PDF documents (created automatically by dvipdfmx) work
correctly. All font bundles now contain virtual Unicode
subfonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjgreek.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjhira.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjhw.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjka.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkata.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkb.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkc.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkd.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjke.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkeisen.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkf.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkg.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkh.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjki.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkj.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkk.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkl.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkm.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkn.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjko.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkp.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkq.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkr.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjks.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkt.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjku.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkv.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkw.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkx.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjky.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkz.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjroma.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjrussian.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjsy.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjgreek.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjhira.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjhw.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjka.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkata.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkb.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkc.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkd.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjke.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkeisen.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkf.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkg.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkh.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjki.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkj.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkk.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkl.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkm.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkn.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjko.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkp.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkq.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkr.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjks.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkt.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjku.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkv.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkw.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkx.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjky.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkz.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjroma.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjrussian.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjsy.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jka.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkb.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkc.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkd.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jke.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkf.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkg.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkh.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jki.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkj.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkk.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkl.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkm.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkn.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jko.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkp.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkq.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkr.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jks.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkt.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jku.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkv.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkw.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjgreek.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjhira.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjhw.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjka.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkata.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkb.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkc.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkd.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjke.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkeisen.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkf.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkg.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkh.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjki.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkj.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkk.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkl.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkm.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkn.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjko.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkp.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkq.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkr.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjks.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkt.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjku.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkv.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkw.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkx.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjky.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkz.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjroma.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjrussian.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjsy.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jka.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkb.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkc.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkd.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jke.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkf.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkg.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkh.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jki.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkj.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkk.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkl.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkm.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkn.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jko.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkp.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkq.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkr.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jks.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkt.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jku.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkv.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkw.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjgreek.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjhira.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjhw.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjka.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkata.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkb.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkc.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkd.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjke.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkeisen.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkf.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkg.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkh.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjki.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkj.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkk.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkl.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkm.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkn.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjko.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkp.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkq.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkr.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjks.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkt.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjku.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkv.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkw.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkx.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjky.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkz.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjroma.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjrussian.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjsy.afm
%{_texmfdistdir}/fonts/map/dvips/wadalab/dgj.map
%{_texmfdistdir}/fonts/map/dvips/wadalab/dmj.map
%{_texmfdistdir}/fonts/map/dvips/wadalab/mc2j.map
%{_texmfdistdir}/fonts/map/dvips/wadalab/mcj.map
%{_texmfdistdir}/fonts/map/dvips/wadalab/mr2j.map
%{_texmfdistdir}/fonts/map/dvips/wadalab/mrj.map
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjgreek.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjhira.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjhw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjka.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkata.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkb.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkc.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkd.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjke.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkeisen.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkf.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkg.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkh.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjki.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkj.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkk.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkl.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkm.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkn.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjko.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkp.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkq.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkr.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjks.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkt.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjku.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkv.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkx.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjky.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkz.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjroma.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjrussian.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjsy.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjgreek.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjhira.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjhw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjka.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkata.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkb.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkc.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkd.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjke.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkeisen.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkf.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkg.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkh.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjki.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkj.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkk.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkl.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkm.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkn.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjko.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkp.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkq.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkr.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjks.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkt.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjku.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkv.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkx.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjky.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkz.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjroma.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjrussian.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjsy.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jka.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkb.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkc.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkd.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jke.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkf.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkg.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkh.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jki.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkj.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkk.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkl.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkm.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkn.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jko.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkp.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkq.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkr.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jks.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkt.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jku.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkv.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjgreek.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjhira.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjhw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjka.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkata.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkb.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkc.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkd.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjke.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkeisen.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkf.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkg.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkh.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjki.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkj.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkk.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkl.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkm.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkn.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjko.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkp.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkq.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkr.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjks.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkt.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjku.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkv.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkx.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjky.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkz.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjroma.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjrussian.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjsy.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jka.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkb.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkc.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkd.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jke.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkf.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkg.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkh.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jki.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkj.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkk.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkl.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkm.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkn.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jko.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkp.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkq.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkr.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jks.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkt.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jku.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkv.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjgreek.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjhira.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjhw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjka.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkata.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkb.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkc.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkd.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjke.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkeisen.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkf.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkg.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkh.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjki.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkj.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkk.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkl.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkm.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkn.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjko.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkp.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkq.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkr.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjks.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkt.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjku.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkv.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkx.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjky.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkz.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjroma.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjrussian.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjsy.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj00.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj03.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj04.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj20.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj21.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj22.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj23.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj25.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj26.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj30.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj4e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj4f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj50.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj51.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj52.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj53.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj54.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj55.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj56.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj57.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj58.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj59.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj5a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj5b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj5c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj5d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj5e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj5f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj60.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj61.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj62.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj63.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj64.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj65.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj66.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj67.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj68.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj69.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj6a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj6b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj6c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj6d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj6e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj6f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj70.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj71.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj72.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj73.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj74.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj75.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj76.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj77.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj78.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj79.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj7a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj7b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj7c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj7d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj7e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj7f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj80.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj81.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj82.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj83.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj84.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj85.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj86.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj87.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj88.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj89.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj8a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj8b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj8c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj8d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj8e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj8f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj90.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj91.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj92.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj93.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj94.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj95.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj96.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj97.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj98.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj99.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj9a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj9b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj9c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj9d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj9e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj9f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgjff.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj00.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj03.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj04.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj20.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj21.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj22.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj23.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj25.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj26.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj30.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj4e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj4f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj50.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj51.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj52.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj53.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj54.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj55.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj56.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj57.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj58.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj59.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj5a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj5b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj5c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj5d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj5e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj5f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj60.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj61.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj62.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj63.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj64.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj65.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj66.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj67.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj68.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj69.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj6a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj6b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj6c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj6d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj6e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj6f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj70.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj71.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj72.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj73.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj74.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj75.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj76.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj77.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj78.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj79.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj7a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj7b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj7c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj7d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj7e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj7f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj80.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj81.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj82.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj83.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj84.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj85.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj86.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj87.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj88.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj89.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj8a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj8b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj8c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj8d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj8e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj8f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj90.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj91.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj92.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj93.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj94.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj95.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj96.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj97.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj98.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj99.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj9a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj9b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj9c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj9d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj9e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj9f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmjff.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj00.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj03.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj04.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj20.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj21.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj22.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj23.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj25.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj26.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj30.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj4e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj4f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj50.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj51.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj52.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj53.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj54.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj55.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj56.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj57.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj58.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj59.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj5a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj5b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj5c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj5d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj5e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj5f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj60.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj61.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj62.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj63.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj64.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj65.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj66.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj67.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj68.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj69.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj6a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj6b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj6c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj6d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj6e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj6f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj70.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj71.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj72.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj73.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj74.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj75.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj76.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj77.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj78.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj79.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj7a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj7b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj7c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj7d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj7e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj7f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj80.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj81.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj82.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj83.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj84.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj85.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj86.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj87.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj88.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj89.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj8a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj8b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj8c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj8d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj8e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj8f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj90.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj91.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj92.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj93.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj94.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj95.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj96.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj97.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj98.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj99.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj9a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj9b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj9c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj9d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj9e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj9f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcjff.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj00.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj03.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj04.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj20.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj21.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj22.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj23.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj25.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj26.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj30.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj4e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj4f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj50.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj51.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj52.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj53.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj54.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj55.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj56.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj57.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj58.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj59.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj5a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj5b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj5c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj5d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj5e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj5f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj60.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj61.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj62.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj63.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj64.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj65.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj66.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj67.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj68.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj69.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj6a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj6b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj6c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj6d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj6e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj6f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj70.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj71.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj72.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj73.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj74.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj75.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj76.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj77.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj78.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj79.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj7a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj7b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj7c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj7d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj7e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj7f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj80.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj81.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj82.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj83.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj84.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj85.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj86.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj87.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj88.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj89.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj8a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj8b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj8c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj8d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj8e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj8f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj90.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj91.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj92.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj93.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj94.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj95.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj96.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj97.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj98.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj99.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj9a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj9b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj9c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj9d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj9e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj9f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrjff.tfm
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjgreek.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjhira.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjhw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjka.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkata.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkb.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkc.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkd.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjke.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkeisen.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkf.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkg.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkh.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjki.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkj.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkk.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkl.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkm.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkn.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjko.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkp.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkq.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkr.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjks.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkt.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjku.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkv.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkx.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjky.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkz.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjroma.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjrussian.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjsy.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjgreek.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjhira.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjhw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjka.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkata.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkb.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkc.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkd.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjke.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkeisen.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkf.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkg.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkh.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjki.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkj.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkk.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkl.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkm.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkn.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjko.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkp.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkq.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkr.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjks.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkt.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjku.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkv.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkx.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjky.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkz.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjroma.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjrussian.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjsy.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jka.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkb.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkc.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkd.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jke.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkf.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkg.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkh.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jki.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkj.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkk.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkl.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkm.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkn.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jko.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkp.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkq.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkr.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jks.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkt.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jku.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkv.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjgreek.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjhira.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjhw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjka.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkata.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkb.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkc.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkd.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjke.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkeisen.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkf.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkg.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkh.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjki.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkj.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkk.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkl.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkm.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkn.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjko.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkp.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkq.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkr.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjks.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkt.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjku.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkv.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkx.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjky.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkz.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjroma.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjrussian.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjsy.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jka.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkb.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkc.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkd.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jke.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkf.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkg.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkh.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jki.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkj.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkk.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkl.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkm.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkn.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jko.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkp.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkq.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkr.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jks.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkt.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jku.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkv.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjgreek.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjhira.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjhw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjka.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkata.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkb.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkc.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkd.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjke.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkeisen.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkf.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkg.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkh.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjki.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkj.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkk.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkl.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkm.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkn.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjko.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkp.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkq.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkr.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjks.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkt.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjku.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkv.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkx.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjky.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkz.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjroma.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjrussian.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjsy.pfb
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj00.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj03.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj04.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj20.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj21.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj22.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj23.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj25.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj26.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj30.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj4e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj4f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj50.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj51.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj52.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj53.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj54.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj55.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj56.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj57.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj58.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj59.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj5a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj5b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj5c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj5d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj5e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj5f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj60.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj61.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj62.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj63.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj64.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj65.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj66.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj67.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj68.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj69.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj6a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj6b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj6c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj6d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj6e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj6f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj70.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj71.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj72.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj73.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj74.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj75.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj76.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj77.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj78.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj79.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj7a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj7b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj7c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj7d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj7e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj7f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj80.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj81.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj82.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj83.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj84.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj85.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj86.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj87.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj88.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj89.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj8a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj8b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj8c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj8d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj8e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj8f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj90.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj91.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj92.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj93.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj94.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj95.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj96.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj97.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj98.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj99.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj9a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj9b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj9c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj9d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj9e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj9f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgjff.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj00.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj03.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj04.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj20.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj21.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj22.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj23.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj25.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj26.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj30.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj4e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj4f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj50.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj51.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj52.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj53.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj54.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj55.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj56.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj57.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj58.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj59.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj5a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj5b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj5c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj5d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj5e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj5f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj60.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj61.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj62.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj63.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj64.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj65.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj66.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj67.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj68.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj69.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj6a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj6b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj6c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj6d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj6e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj6f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj70.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj71.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj72.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj73.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj74.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj75.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj76.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj77.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj78.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj79.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj7a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj7b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj7c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj7d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj7e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj7f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj80.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj81.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj82.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj83.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj84.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj85.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj86.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj87.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj88.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj89.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj8a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj8b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj8c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj8d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj8e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj8f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj90.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj91.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj92.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj93.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj94.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj95.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj96.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj97.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj98.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj99.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj9a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj9b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj9c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj9d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj9e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj9f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmjff.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj00.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj03.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj04.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj20.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj21.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj22.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj23.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj25.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj26.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj30.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj4e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj4f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj50.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj51.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj52.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj53.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj54.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj55.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj56.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj57.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj58.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj59.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj5a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj5b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj5c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj5d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj5e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj5f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj60.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj61.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj62.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj63.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj64.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj65.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj66.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj67.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj68.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj69.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj6a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj6b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj6c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj6d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj6e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj6f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj70.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj71.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj72.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj73.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj74.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj75.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj76.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj77.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj78.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj79.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj7a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj7b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj7c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj7d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj7e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj7f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj80.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj81.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj82.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj83.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj84.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj85.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj86.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj87.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj88.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj89.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj8a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj8b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj8c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj8d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj8e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj8f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj90.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj91.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj92.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj93.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj94.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj95.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj96.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj97.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj98.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj99.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj9a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj9b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj9c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj9d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj9e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj9f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcjff.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj00.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj03.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj04.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj20.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj21.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj22.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj23.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj25.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj26.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj30.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj4e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj4f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj50.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj51.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj52.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj53.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj54.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj55.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj56.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj57.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj58.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj59.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj5a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj5b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj5c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj5d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj5e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj5f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj60.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj61.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj62.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj63.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj64.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj65.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj66.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj67.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj68.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj69.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj6a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj6b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj6c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj6d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj6e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj6f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj70.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj71.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj72.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj73.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj74.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj75.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj76.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj77.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj78.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj79.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj7a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj7b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj7c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj7d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj7e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj7f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj80.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj81.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj82.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj83.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj84.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj85.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj86.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj87.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj88.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj89.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj8a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj8b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj8c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj8d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj8e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj8f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj90.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj91.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj92.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj93.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj94.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj95.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj96.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj97.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj98.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj99.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj9a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj9b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj9c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj9d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj9e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj9f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrjff.vf
%_texmf_updmap_d/wadalab
%doc %{_texmfdistdir}/doc/fonts/wadalab/README
%doc %{_texmfdistdir}/doc/fonts/wadalab/dgj/README
%doc %{_texmfdistdir}/doc/fonts/wadalab/dmj/README
%doc %{_texmfdistdir}/doc/fonts/wadalab/mc2j/README
%doc %{_texmfdistdir}/doc/fonts/wadalab/mcj/README
%doc %{_texmfdistdir}/doc/fonts/wadalab/mr2j/README
%doc %{_texmfdistdir}/doc/fonts/wadalab/mrj/README
%doc %{_texmfdistdir}/doc/fonts/wadalab/wadalab-sampler.pdf
%doc %{_texmfdistdir}/doc/fonts/wadalab/wadalab-sampler.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/wadalab <<EOF
Map dgj.map
Map dmj.map
Map mc2j.map
Map mcj.map
Map mr2j.map
Map mrj.map
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110521-3
+ Revision: b411e3f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21775 |14mr|texlive-wallpaper-1.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/wallpaper
# catalog-date 2007-01-20 20:21:37 +0100
# catalog-license lppl
# catalog-version 1.10
Name:		texlive-wallpaper
Version:	1.10
Release:	4
Summary:	Easy addition of wallpapers (background images) to LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/wallpaper
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wallpaper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wallpaper.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This collection contains files to add wallpapers (background
images) to LaTeX documents. It uses the eso-pic package, but
provides simple commands to include effects such as tiling. An
example is provided, which works under both LaTeX and pdfLaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/wallpaper/wallpaper.sty
%doc %{_texmfdistdir}/doc/latex/wallpaper/README
%doc %{_texmfdistdir}/doc/latex/wallpaper/example/TGTamber.png
%doc %{_texmfdistdir}/doc/latex/wallpaper/example/auto/example.el
%doc %{_texmfdistdir}/doc/latex/wallpaper/example/example.tex
%doc %{_texmfdistdir}/doc/latex/wallpaper/example/hya.png
%doc %{_texmfdistdir}/doc/latex/wallpaper/wallpapermanual.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10-4
+ Revision: 9a1c50e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21776 |14mr|texlive-warning-0.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22028
# category Package
# catalog-ctan /macros/latex/contrib/warning
# catalog-date 2011-04-08 17:41:44 +0200
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-warning
Version:	0.01
Release:	3
Summary:	Global warnings at the end of the logfile
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/warning
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/warning.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/warning.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a command that generates a list of
warnings that are printed out at the very end of the logfile.
This is useful for warnings such as 'Rerun for this or that
reason' or 'This is a draft, change it before the final run'.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/warning/warning.sty
%doc %{_texmfdistdir}/doc/latex/warning/warning-doc.pdf
%doc %{_texmfdistdir}/doc/latex/warning/warning-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.01-3
+ Revision: 5ed5438
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21777 |14mr|texlive-warpcol-1.0c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/warpcol
# catalog-date 2007-11-21 20:02:33 +0100
# catalog-license lppl
# catalog-version 1.0c
Name:		texlive-warpcol
Version:	1.0c
Release:	3
Summary:	Relative alignment of rows in numeric columns in tabulars
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/warpcol
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/warpcol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/warpcol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/warpcol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a tabular column type for formatting numerical columns
in LaTeX. The column type enables numerical items to be right
justified relative to each other, while centred beneath the
column label. In addition, macros are provided to enable
variations on this column type to be defined. Usage of the
package is superficially similar to that of dcolumn; however,
the alignment scheme is different, and the packages have
different, though overlapping, applications.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/warpcol/warpcol.sty
%doc %{_texmfdistdir}/doc/latex/warpcol/README
%doc %{_texmfdistdir}/doc/latex/warpcol/warpcol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/warpcol/warpcol.dtx
%doc %{_texmfdistdir}/source/latex/warpcol/warpcol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0c-3
+ Revision: 83616b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21778 |14mr|texlive-was-20110215-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21439
# category Package
# catalog-ctan /macros/latex/contrib/was
# catalog-date 2011-02-15 10:33:56 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-was
Version:	20110215
Release:	3
Summary:	A collection of small packages by Walter Schmidt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/was
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/was.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/was.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/was.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A bundle of packages that arise in the author's area of
interest: - compliance of maths typesetting with ISO standards;
- symbols that work in both maths and text modes; - commas for
both decimal separator and maths; and - upright Greek letters
in maths.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/was/fixmath.sty
%{_texmfdistdir}/tex/latex/was/gensymb.sty
%{_texmfdistdir}/tex/latex/was/icomma.sty
%{_texmfdistdir}/tex/latex/was/upgreek.sty
%doc %{_texmfdistdir}/doc/latex/was/fixmath.pdf
%doc %{_texmfdistdir}/doc/latex/was/gensymb.pdf
%doc %{_texmfdistdir}/doc/latex/was/icomma.pdf
%doc %{_texmfdistdir}/doc/latex/was/readme.1st
%doc %{_texmfdistdir}/doc/latex/was/upgreek.pdf
#- source
%doc %{_texmfdistdir}/source/latex/was/fixmath.dtx
%doc %{_texmfdistdir}/source/latex/was/fixmath.ins
%doc %{_texmfdistdir}/source/latex/was/gensymb.dtx
%doc %{_texmfdistdir}/source/latex/was/gensymb.ins
%doc %{_texmfdistdir}/source/latex/was/icomma.dtx
%doc %{_texmfdistdir}/source/latex/was/icomma.ins
%doc %{_texmfdistdir}/source/latex/was/upgreek.dtx
%doc %{_texmfdistdir}/source/latex/was/upgreek.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110215-3
+ Revision: dd66e2f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21779 |14mr|texlive-wasy-20060912-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/wasy2
# catalog-date 2006-09-12 08:29:26 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-wasy
Version:	20060912
Release:	3
Summary:	The wasy fonts (Waldi symbol fonts)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/wasy2
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wasy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wasy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These are the wasy (Waldi symbol) fonts, second release. This
bundle presents the fonts in MetaFont format, but they are also
available in Adobe Type 1 format. Support under LaTeX is
provided by the wasysym package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/wasy/wasy10.afm
%{_texmfdistdir}/fonts/afm/public/wasy/wasy5.afm
%{_texmfdistdir}/fonts/afm/public/wasy/wasy6.afm
%{_texmfdistdir}/fonts/afm/public/wasy/wasy7.afm
%{_texmfdistdir}/fonts/afm/public/wasy/wasy8.afm
%{_texmfdistdir}/fonts/afm/public/wasy/wasy9.afm
%{_texmfdistdir}/fonts/afm/public/wasy/wasyb10.afm
%{_texmfdistdir}/fonts/map/dvips/wasy/wasy.map
%{_texmfdistdir}/fonts/source/public/wasy/lasychr.mf
%{_texmfdistdir}/fonts/source/public/wasy/rsym.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasy10.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasy5.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasy6.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasy7.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasy8.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasy9.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasyb10.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasychr.mf
%{_texmfdistdir}/fonts/tfm/public/wasy/wasy10.tfm
%{_texmfdistdir}/fonts/tfm/public/wasy/wasy5.tfm
%{_texmfdistdir}/fonts/tfm/public/wasy/wasy6.tfm
%{_texmfdistdir}/fonts/tfm/public/wasy/wasy7.tfm
%{_texmfdistdir}/fonts/tfm/public/wasy/wasy8.tfm
%{_texmfdistdir}/fonts/tfm/public/wasy/wasy9.tfm
%{_texmfdistdir}/fonts/tfm/public/wasy/wasyb10.tfm
%{_texmfdistdir}/fonts/type1/public/wasy/wasy10.pfb
%{_texmfdistdir}/fonts/type1/public/wasy/wasy10.pfm
%{_texmfdistdir}/fonts/type1/public/wasy/wasy5.pfb
%{_texmfdistdir}/fonts/type1/public/wasy/wasy5.pfm
%{_texmfdistdir}/fonts/type1/public/wasy/wasy6.pfb
%{_texmfdistdir}/fonts/type1/public/wasy/wasy6.pfm
%{_texmfdistdir}/fonts/type1/public/wasy/wasy7.pfb
%{_texmfdistdir}/fonts/type1/public/wasy/wasy7.pfm
%{_texmfdistdir}/fonts/type1/public/wasy/wasy8.pfb
%{_texmfdistdir}/fonts/type1/public/wasy/wasy8.pfm
%{_texmfdistdir}/fonts/type1/public/wasy/wasy9.pfb
%{_texmfdistdir}/fonts/type1/public/wasy/wasy9.pfm
%{_texmfdistdir}/fonts/type1/public/wasy/wasyb10.pfb
%{_texmfdistdir}/fonts/type1/public/wasy/wasyb10.pfm
%{_texmfdistdir}/tex/plain/wasy/wasyfont.tex
%doc %{_texmfdistdir}/doc/fonts/wasy/README
%doc %{_texmfdistdir}/doc/fonts/wasy/legal.txt
%doc %{_texmfdistdir}/doc/fonts/wasy/wasydoc.pdf
%doc %{_texmfdistdir}/doc/fonts/wasy/wasydoc.tex
%doc %{_texmfdistdir}/doc/fonts/wasy/wasyfont.2

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20060912-3
+ Revision: 307a38e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21780 |14mr|texlive-wasysym-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/wasysym
# catalog-date 2006-12-16 22:36:42 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-wasysym
Version:	2.0
Release:	3
Summary:	LaTeX support file to use the WASY2 fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/wasysym
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wasysym.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wasysym.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wasysym.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The WASY2 (Waldi Symbol) font by Roland Waldi provides many
glyphs like male and female symbols and astronomical symbols,
as well as the complete lasy font set and other odds and ends.
The wasysym package implements an easy to use interface for
these symbols.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/wasysym/uwasy.fd
%{_texmfdistdir}/tex/latex/wasysym/uwasyvar.fd
%{_texmfdistdir}/tex/latex/wasysym/wasysym.sty
%doc %{_texmfdistdir}/doc/latex/wasysym/wasysym.pdf
%doc %{_texmfdistdir}/doc/latex/wasysym/wasysym.upl
%doc %{_texmfdistdir}/doc/latex/wasysym/wasysym.xml
#- source
%doc %{_texmfdistdir}/source/latex/wasysym/wasysym.dtx
%doc %{_texmfdistdir}/source/latex/wasysym/wasysym.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-3
+ Revision: 7b7bcba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21781 |14mr|texlive-web-4.5-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /systems/knuth/dist/web
# catalog-date 2012-02-22 18:24:24 +0100
# catalog-license knuth
# catalog-version 4.5
Name:		texlive-web
Version:	4.5
Release:	9
Summary:	original web programs tangle and weave
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/knuth/dist/web
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/web.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/web.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-kpathsea
Requires:	texlive-web.bin

%description
The system processes 'web' files in two ways: firstly to
rearrange them to produce compilable code (using the program
tangle), and secondly to produce a TeX source (using the
program weave) that may be typeset for comfortable reading.

#-----------------------------------------------------------------------
%files
%doc %{_mandir}/man1/tangle.1*
%doc %{_texmfdistdir}/doc/man/man1/tangle.man1.pdf
%doc %{_mandir}/man1/weave.1*
%doc %{_texmfdistdir}/doc/man/man1/weave.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.5-9
+ Revision: 57c491c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21782 |14mr|texlive-webguide-20110616-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25813
# category Package
# catalog-ctan /info/webguide
# catalog-date 2011-06-16 21:20:53 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-webguide
Version:	20110616
Release:	2
Summary:	Brief Guide to LaTeX Tools for Web publishing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/webguide
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/webguide.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/webguide.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The documentation constitutes an example of the package's own
recommendations (being presented both in PDF and HTML).

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/latex/webguide/README
%doc %{_texmfdistdir}/doc/latex/webguide/expeg.6
%doc %{_texmfdistdir}/doc/latex/webguide/expeg6.mps
%doc %{_texmfdistdir}/doc/latex/webguide/webguide.css
%doc %{_texmfdistdir}/doc/latex/webguide/webguide.html
%doc %{_texmfdistdir}/doc/latex/webguide/webguide.pdf
%doc %{_texmfdistdir}/doc/latex/webguide/webguide.tex
%doc %{_texmfdistdir}/doc/latex/webguide/webguide0x.gif

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110616-2
+ Revision: f596230
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21783 |14mr|texlive-widetable-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16082
# category Package
# catalog-ctan /macros/latex/contrib/widetable
# catalog-date 2009-11-10 09:00:49 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-widetable
Version:	1.1
Release:	3
Summary:	An environment for typesetting tables of specified width
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/widetable
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/widetable.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/widetable.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/widetable.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a new environment that, unlike tabularX,
typesets a table of specified width by working on the inter-
column glue; the tabular cells will all be stretched (or
shrunk) according to need. The package will use the e-TeX
arithmetic extensions if they are available (they are, in most
modern distributions).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/widetable/widetable.sty
%doc %{_texmfdistdir}/doc/latex/widetable/README
%doc %{_texmfdistdir}/doc/latex/widetable/manifest.txt
%doc %{_texmfdistdir}/doc/latex/widetable/widetable.pdf
#- source
%doc %{_texmfdistdir}/source/latex/widetable/widetable.dtx
%doc %{_texmfdistdir}/source/latex/widetable/widetable.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 53480f3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21784 |14mr|texlive-williams-20090130-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/williams
# catalog-date 2009-01-30 14:29:16 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-williams
Version:	20090130
Release:	3
Summary:	Miscellaneous macros by Peter Williams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/williams
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/williams.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/williams.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides two packages: - antree, which provides
macros for annotated node trees, and - toklist, which is an
implementation of Knuth's token list macros, to be found on
pp.378-379 of the TeXbook.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/williams/antree.sty
%{_texmfdistdir}/tex/latex/williams/toklist.sty
%doc %{_texmfdistdir}/doc/latex/williams/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20090130-3
+ Revision: 7cbc9e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21785 |14mr|texlive-withargs-20131201-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31906
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-withargs
Version:	20131201
Release:	6
Summary:	TeXLive withargs package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/withargs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/withargs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive withargs package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/withargs/withargs-dry.sty
%{_texmfdistdir}/tex/latex/withargs/withargs-packagedoc.cls
%{_texmfdistdir}/tex/latex/withargs/withargs.sty
%doc %{_texmfdistdir}/doc/latex/withargs/README
%doc %{_texmfdistdir}/doc/latex/withargs/withargs.pdf
%doc %{_texmfdistdir}/doc/latex/withargs/withargs.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131201-6
+ Revision: 8c08404
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21786 |14mr|texlive-wnri-20110506-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22459
# category Package
# catalog-ctan /fonts/wnri
# catalog-date 2011-05-06 00:38:04 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-wnri
Version:	20110506
Release:	3
Summary:	Ridgeway's fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/wnri
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Fonts (as Metafont source) for Old English, Indic languages in
Roman transliteration and Puget Salish (Lushootseed) and other
Native American languages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/wnri/acctmax.mf
%{_texmfdistdir}/fonts/source/public/wnri/acutacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/addpunc.mf
%{_texmfdistdir}/fonts/source/public/wnri/baraacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/bargacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/bnduacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/brbracct.mf
%{_texmfdistdir}/fonts/source/public/wnri/brevacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/cdilacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/facutact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fbaraact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fbargact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fbrevact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fgravact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fhachact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fhattact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fubrvact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fudacact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fudgract.mf
%{_texmfdistdir}/fonts/source/public/wnri/gamma.mf
%{_texmfdistdir}/fonts/source/public/wnri/gram_max.mf
%{_texmfdistdir}/fonts/source/public/wnri/grampunc.mf
%{_texmfdistdir}/fonts/source/public/wnri/gravacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/greeks.mf
%{_texmfdistdir}/fonts/source/public/wnri/haccbase.mf
%{_texmfdistdir}/fonts/source/public/wnri/hachacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/hattacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/iaesc.mf
%{_texmfdistdir}/fonts/source/public/wnri/ibrvacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/igamma.mf
%{_texmfdistdir}/fonts/source/public/wnri/italcskt.mf
%{_texmfdistdir}/fonts/source/public/wnri/italla.mf
%{_texmfdistdir}/fonts/source/public/wnri/ligature.mf
%{_texmfdistdir}/fonts/source/public/wnri/ligaturi.mf
%{_texmfdistdir}/fonts/source/public/wnri/macracct.mf
%{_texmfdistdir}/fonts/source/public/wnri/mudaacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/odotacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/orngacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/product.mf
%{_texmfdistdir}/fonts/source/public/wnri/romanla.mf
%{_texmfdistdir}/fonts/source/public/wnri/romanskt.mf
%{_texmfdistdir}/fonts/source/public/wnri/romanua.mf
%{_texmfdistdir}/fonts/source/public/wnri/sktmisc.mf
%{_texmfdistdir}/fonts/source/public/wnri/tildacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/u-ring.mf
%{_texmfdistdir}/fonts/source/public/wnri/ubaracct.mf
%{_texmfdistdir}/fonts/source/public/wnri/ubrvacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/udacacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/udgracct.mf
%{_texmfdistdir}/fonts/source/public/wnri/udmcacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/udotacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/uibvacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/umlaacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/urmcacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/urngacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/uumlacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnindic.map
%{_texmfdistdir}/fonts/source/public/wnri/wnrib10.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnrib8.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnribi10.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnrii10.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnrii8.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnrir10.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnrir8.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnris10.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnris8.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnrit10.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnrit8.mf
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrib10.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrib8.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnribi10.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrii10.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrii8.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrir10.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrir8.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnris10.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnris8.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrit10.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrit8.tfm
%doc %{_texmfdistdir}/doc/fonts/wnri/README
%doc %{_texmfdistdir}/doc/fonts/wnri/old/README
%doc %{_texmfdistdir}/doc/fonts/wnri/old/barnett.map
%doc %{_texmfdistdir}/doc/fonts/wnri/old/lushucid.map
%doc %{_texmfdistdir}/doc/fonts/wnri/old/newgb.map

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110506-3
+ Revision: 7475da6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21787 |14mr|texlive-wnri-latex-1.0b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22338
# category Package
# catalog-ctan /macros/latex/contrib/wnri-latex
# catalog-date 2011-05-06 00:56:07 +0200
# catalog-license gpl2
# catalog-version 1.0b
Name:		texlive-wnri-latex
Version:	1.0b
Release:	3
Summary:	LaTeX support for wnri fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/wnri-latex
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri-latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri-latex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri-latex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX support for the fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/wnri-latex/ot1wnr.fd
%{_texmfdistdir}/tex/latex/wnri-latex/ot1wnss.fd
%{_texmfdistdir}/tex/latex/wnri-latex/ot1wntt.fd
%{_texmfdistdir}/tex/latex/wnri-latex/wnri.def
%{_texmfdistdir}/tex/latex/wnri-latex/wnri.sty
%doc %{_texmfdistdir}/doc/latex/wnri-latex/README
%doc %{_texmfdistdir}/doc/latex/wnri-latex/wnri.pdf
%doc %{_texmfdistdir}/doc/latex/wnri-latex/wnritest.tex
#- source
%doc %{_texmfdistdir}/source/latex/wnri-latex/wnri.dtx
%doc %{_texmfdistdir}/source/latex/wnri-latex/wnri.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0b-3
+ Revision: eaaa1f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21788 |14mr|texlive-wordlike-1.2b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/wordlike
# catalog-date 2009-06-03 09:03:24 +0200
# catalog-license lppl
# catalog-version 1.2b
Name:		texlive-wordlike
Version:	1.2b
Release:	3
Summary:	Simulating word processor layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/wordlike
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wordlike.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wordlike.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wordlike.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package simulates typical word processor layout: narrow
page margins, Times, Helvetica and Courier fonts, \LARGE or
\Large headings, and \sloppy typesetting. The package aims at
making life easier for users who are discontent with LaTeX's
standard layout settings because they need a layout that
resembles the usual "wordlike" output. The design of the
package draws on several discussions in the de.comp.text.tex
and comp.text.tex newsgroups that are referred to in the
manual.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/wordlike/wordlike.sty
%doc %{_texmfdistdir}/doc/latex/wordlike/README
%doc %{_texmfdistdir}/doc/latex/wordlike/wordlike.pdf
#- source
%doc %{_texmfdistdir}/source/latex/wordlike/wordlike.dtx
%doc %{_texmfdistdir}/source/latex/wordlike/wordlike.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2b-3
+ Revision: 54c6993
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21789 |14mr|texlive-wrapfig-3.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22048
# category Package
# catalog-ctan /macros/latex/contrib/wrapfig
# catalog-date 2011-04-09 12:56:30 +0200
# catalog-license lppl
# catalog-version 3.6
Name:		texlive-wrapfig
Version:	3.6
Release:	3
Summary:	Produces figures which text can flow around
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/wrapfig
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wrapfig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wrapfig.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Allows figures or tables to have text wrapped around them. Does
not work in combination with list environments, but can be used
in a parbox or minipage, and in twocolumn format. Supports the
float package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/wrapfig/wrapfig.sty
%doc %{_texmfdistdir}/doc/latex/wrapfig/multiple-span.txt
%doc %{_texmfdistdir}/doc/latex/wrapfig/wrapfig-doc.pdf
%doc %{_texmfdistdir}/doc/latex/wrapfig/wrapfig-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6-3
+ Revision: 1a6ed1c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21790 |14mr|texlive-wsemclassic-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31532
# category Package
# catalog-ctan /macros/latex/contrib/wsemclassic
# catalog-date 2013-08-27 15:13:32 +0200
# catalog-license bsd
# catalog-version 1.0.1
Name:		texlive-wsemclassic
Version:	1.0.1
Release:	6
Summary:	LaTeX class for Bavarian school w-seminar papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/wsemclassic
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wsemclassic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wsemclassic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wsemclassic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is designed either to conform with the
recommendations of the Bavarian Kultusministerium for
typesetting w-seminar papers (strict mode), or to use another
style which should look better. The class is based on the LaTeX
standard report class.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/wsemclassic/wsemclassic.cls
%doc %{_texmfdistdir}/doc/latex/wsemclassic/LICENSE
%doc %{_texmfdistdir}/doc/latex/wsemclassic/Makefile
%doc %{_texmfdistdir}/doc/latex/wsemclassic/README
%doc %{_texmfdistdir}/doc/latex/wsemclassic/test.bib
%doc %{_texmfdistdir}/doc/latex/wsemclassic/user-doc.tex
%doc %{_texmfdistdir}/doc/latex/wsemclassic/wsemclassic-test.pdf
%doc %{_texmfdistdir}/doc/latex/wsemclassic/wsemclassic-test.tex
%doc %{_texmfdistdir}/doc/latex/wsemclassic/wsemclassic.pdf
#- source
%doc %{_texmfdistdir}/source/latex/wsemclassic/wsemclassic.dtx
%doc %{_texmfdistdir}/source/latex/wsemclassic/wsemclassic.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-6
+ Revision: 7881bac
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21791 |14mr|texlive-wsuipa-20120127-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25469
# category Package
# catalog-ctan /fonts/wsuipa
# catalog-date 2012-01-27 13:33:18 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-wsuipa
Version:	20120127
Release:	2
Summary:	International Phonetic Alphabet fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/wsuipa
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wsuipa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wsuipa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a 7-bit IPA font, as Metafont source, and
macros for support under TeXt1 and LaTeX. The fonts (and
macros) are now largely superseded by the tipa fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/wsuipa/iaccent.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/igreekl.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/iparoman.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/iromanl.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/iromanp.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/iromanu.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wbxipa10.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wbxipa11.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wbxipa12.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wbxipa17.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wbxipa8.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wbxipa9.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wslipa10.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wslipa11.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wslipa12.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wslipa17.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wslipa8.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wslipa9.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wsuipa10.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wsuipa11.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wsuipa12.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wsuipa17.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wsuipa8.mf
%{_texmfdistdir}/fonts/source/public/wsuipa/wsuipa9.mf
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wbxipa10.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wbxipa11.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wbxipa12.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wbxipa17.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wbxipa8.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wbxipa9.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wslipa10.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wslipa11.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wslipa12.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wslipa17.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wslipa8.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wslipa9.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wsuipa10.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wsuipa11.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wsuipa12.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wsuipa17.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wsuipa8.tfm
%{_texmfdistdir}/fonts/tfm/public/wsuipa/wsuipa9.tfm
%{_texmfdistdir}/tex/latex/wsuipa/ipa.sty
%{_texmfdistdir}/tex/latex/wsuipa/ipalmacs.sty
%{_texmfdistdir}/tex/latex/wsuipa/uipa.fd
%doc %{_texmfdistdir}/doc/fonts/wsuipa/LICENCE-wsuipa.txt
%doc %{_texmfdistdir}/doc/fonts/wsuipa/README
%doc %{_texmfdistdir}/doc/fonts/wsuipa/changes.dec93
%doc %{_texmfdistdir}/doc/fonts/wsuipa/changes.jun91
%doc %{_texmfdistdir}/doc/fonts/wsuipa/changes.mar91
%doc %{_texmfdistdir}/doc/fonts/wsuipa/changes.may92
%doc %{_texmfdistdir}/doc/fonts/wsuipa/changes.nov90
%doc %{_texmfdistdir}/doc/fonts/wsuipa/compilefonts
%doc %{_texmfdistdir}/doc/fonts/wsuipa/ipamacs.tex
%doc %{_texmfdistdir}/doc/fonts/wsuipa/ipaman.ps
%doc %{_texmfdistdir}/doc/fonts/wsuipa/latex209/ipalman.tex
%doc %{_texmfdistdir}/doc/fonts/wsuipa/latex209/lipaman.tex
%doc %{_texmfdistdir}/doc/fonts/wsuipa/latex2e/ipaman.tex
%doc %{_texmfdistdir}/doc/fonts/wsuipa/text1/ipaman.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120127-2
+ Revision: 361fd1b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21792 |14mr|texlive-xargs-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xargs
# catalog-date 2008-08-24 00:31:24 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-xargs
Version:	1.1
Release:	3
Summary:	Define commands with many optional arguments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xargs
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xargs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xargs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xargs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides extended versions of \newcommand and
related LaTeX commands, which allow easy and robust definition
of macros with many optional arguments, using a clear and
simple xkeyval-style syntax.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xargs/xargs.sty
%doc %{_texmfdistdir}/doc/latex/xargs/README
%doc %{_texmfdistdir}/doc/latex/xargs/xargs-fr.pdf
%doc %{_texmfdistdir}/doc/latex/xargs/xargs.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xargs/xargs.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 6d76549
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21793 |14mr|texlive-xbmc-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-xbmc
Version:	20111104
Release:	3
Summary:	TeXLive xbmc package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xbmc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive xbmc package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/xbmc/xbmc10.mf
%{_texmfdistdir}/fonts/tfm/public/xbmc/xbmc10.tfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: 8af81bd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21794 |14mr|texlive-xcite-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23783
# category Package
# catalog-ctan /macros/latex/contrib/xcite
# catalog-date 2011-09-03 01:03:37 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-xcite
Version:	1.0
Release:	3
Summary:	Use citation keys from a different document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xcite
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcite.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcite.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package lets you use citation keys from another document,
just as the xr package allows cross-document use of labels.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xcite/xcite.sty
%doc %{_texmfdistdir}/doc/latex/xcite/README
%doc %{_texmfdistdir}/doc/latex/xcite/xcite.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xcite/xcite.dtx
%doc %{_texmfdistdir}/source/latex/xcite/xcite.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: e6e57b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21795 |14mr|texlive-xcjk2uni-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31464
# category Package
# catalog-ctan /macros/latex/contrib/xcjk2uni
# catalog-date 2013-08-18 01:02:56 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-xcjk2uni
Version:	0.1
Release:	6
Summary:	Convert CJK characters to Unicode, in pdfTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xcjk2uni
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcjk2uni.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcjk2uni.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcjk2uni.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to convert CJK characters to
Unicode in non-UTF-8 encoding; it provides hooks to support
hyperref in producing correct bookmarks. The bundle also
provides /ToUnicode mapping file(s) for a CJK subfont; these
can be used with the cmap package, allowing searches of, and
cut-and-paste operations on a PDF file generated by pdfTeX..

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0001.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0002.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0003.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0004.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0005.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0006.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0007.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0008.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0009.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0010.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0011.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0012.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0013.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0014.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0015.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0016.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0017.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0018.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0019.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0020.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0021.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0022.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0023.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0024.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0025.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0026.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0027.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0028.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0029.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0030.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0031.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0032.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0033.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0034.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0035.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0036.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0037.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0038.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0039.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0040.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0041.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0042.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0043.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0044.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0045.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0046.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0047.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0048.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0049.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0050.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0051.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0052.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0053.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0054.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0055.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0056.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0057.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0058.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0901.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0902.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0903.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0904.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0905.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0906.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0907.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0908.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0909.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0910.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0911.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0912.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0913.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0914.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0915.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0916.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0917.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0918.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0919.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0920.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0921.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0922.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0923.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0924.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0925.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0926.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0927.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0928.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0929.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0930.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0931.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0932.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0933.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0934.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0935.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0936.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0937.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0938.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0939.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0940.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0941.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0942.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0943.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0944.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0945.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0946.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0947.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0948.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0949.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0950.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0951.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0952.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0953.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0954.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0955.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0956.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0957.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0958.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0959.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0960.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0961.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0962.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0963.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0964.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0965.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0966.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0967.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0968.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0969.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0970.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0971.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0972.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0973.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0974.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0975.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0976.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0977.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0978.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0979.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0980.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0981.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0982.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0983.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0984.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0985.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0986.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0987.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0988.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0989.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0990.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0991.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0992.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0993.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0994.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1001.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1002.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1003.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1004.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1005.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1006.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1007.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1008.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1009.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1010.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1011.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1012.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1013.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1014.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1015.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1016.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1017.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1018.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1019.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1020.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1021.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1022.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1023.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1024.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1025.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1026.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1027.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1028.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1029.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1030.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1031.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1032.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1033.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1034.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1035.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1901.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1902.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1903.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1904.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1905.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1906.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1907.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1908.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1909.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1910.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1911.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1912.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1913.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1914.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1915.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1916.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1917.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1918.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1919.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1920.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1921.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1922.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1923.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1924.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1925.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1926.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1927.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1928.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1929.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1930.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1931.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1932.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1933.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1934.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1935.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1936.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1937.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1938.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1939.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1940.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1941.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1942.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1943.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1944.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1945.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1946.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1947.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1948.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1949.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1950.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1951.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1952.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1953.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1954.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1955.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1956.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1957.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1958.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1959.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1960.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1961.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1962.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1963.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1964.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1965.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1966.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1967.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1968.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1969.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1970.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1971.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1972.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1973.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1974.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1975.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1976.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1977.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1978.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1979.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1980.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1981.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1982.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1983.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1984.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1985.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1986.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1987.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1988.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1989.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1990.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1991.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1992.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1993.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1994.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4001.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4002.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4003.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4004.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4005.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4006.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4007.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4008.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4009.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4010.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4011.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4012.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4013.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4014.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4015.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4016.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4017.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4018.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4019.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4020.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4021.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4022.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4023.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4024.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4025.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4026.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4027.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4028.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4029.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4030.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4031.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4032.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4033.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4034.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4035.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6001.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6002.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6003.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6004.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6005.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6006.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6007.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6008.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6009.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6010.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6011.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6012.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6013.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6014.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6015.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6016.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6017.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6018.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6019.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6020.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6021.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6022.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6023.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6024.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6025.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6026.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6027.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6028.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6029.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6030.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6031.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6032.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6033.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6034.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6035.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni-UBg5plus.def
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni-UBig5.def
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni-UGB.def
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni-UGBK.def
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni-UJIS.def
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni-UKS.def
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni-make.ltx
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni.sty
%doc %{_texmfdistdir}/doc/latex/xcjk2uni/README
%doc %{_texmfdistdir}/doc/latex/xcjk2uni/xCJK2uni.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xcjk2uni/xCJK2uni.dtx
%doc %{_texmfdistdir}/source/latex/xcjk2uni/xCJK2uni.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-6
+ Revision: e733b05
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21796 |14mr|texlive-xcolor-2.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xcolor
# catalog-date 2007-01-21 23:54:12 +0100
# catalog-license lppl
# catalog-version 2.11
Name:		texlive-xcolor
Version:	2.11
Release:	3
Summary:	Driver-independent color extensions for LaTeX and pdfLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xcolor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides easy driver-independent access to several kinds of
color tints, shades, tones, and mixes of arbitrary colors. It
allows a user to select a document-wide target color model and
offers complete tools for conversion between eight color
models. Additionally, there is a command for alternating row
colors plus repeated non-aligned material (like horizontal
lines) in tables. Colors can be mixed like
\color{red!30!green!40!blue}.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/xcolor/xcolor.pro
%{_texmfdistdir}/tex/latex/xcolor/svgnam.def
%{_texmfdistdir}/tex/latex/xcolor/x11nam.def
%{_texmfdistdir}/tex/latex/xcolor/xcolor.sty
%doc %{_texmfdistdir}/doc/latex/xcolor/ChangeLog
%doc %{_texmfdistdir}/doc/latex/xcolor/README
%doc %{_texmfdistdir}/doc/latex/xcolor/xcolor.lox
%doc %{_texmfdistdir}/doc/latex/xcolor/xcolor.pdf
%doc %{_texmfdistdir}/doc/latex/xcolor/xcolor1.tex
%doc %{_texmfdistdir}/doc/latex/xcolor/xcolor2.pdf
%doc %{_texmfdistdir}/doc/latex/xcolor/xcolor2.tex
%doc %{_texmfdistdir}/doc/latex/xcolor/xcolor3.tex
%doc %{_texmfdistdir}/doc/latex/xcolor/xcolor4.tex
#- source
%doc %{_texmfdistdir}/source/latex/xcolor/xcolor.dtx
%doc %{_texmfdistdir}/source/latex/xcolor/xcolor.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.11-3
+ Revision: 0484716
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21797 |14mr|texlive-xcomment-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20031
# category Package
# catalog-ctan /macros/generic/xcomment
# catalog-date 2010-09-08 12:33:34 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-xcomment
Version:	1.3
Release:	3
Summary:	Allows selected environments to be included/excluded
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/xcomment
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcomment.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcomment.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines an environment that only typesets specified
environments within its scope. So, for example, if you want
nothing but the figure and table environments in your document,
you can enclose the whole document with an xcomment environment
that excludes everything but. This is a lot easier than
excluding the chunks of text between the environments you want,
or creating an entire document containing only those
environments. The package was previously part of the seminar
bundle for typesetting presentations.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/xcomment/xcomment.sty
%{_texmfdistdir}/tex/generic/xcomment/xcomment.tex
%doc %{_texmfdistdir}/doc/generic/xcomment/Changes
%doc %{_texmfdistdir}/doc/generic/xcomment/Makefile
%doc %{_texmfdistdir}/doc/generic/xcomment/README
%doc %{_texmfdistdir}/doc/generic/xcomment/xcomment-doc.pdf
%doc %{_texmfdistdir}/doc/generic/xcomment/xcomment-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 3b714db
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21798 |14mr|texlive-xcookybooky-1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29373
# category Package
# catalog-ctan /macros/latex/contrib/xcookybooky
# catalog-date 2013-03-13 15:44:34 +0100
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-xcookybooky
Version:	1.2
Release:	6
Summary:	Typeset (potentially long) recipes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xcookybooky
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcookybooky.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcookybooky.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcookybooky.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to typeset recipes, which could be
greater than one page. Above the recipe text two (optional)
pictures can be displayed. Other features are recipe name,
energy content, portions, preparation and baking time, baking
temperatures, recipe source and of course preparation steps and
required ingredients. At the bottom you may insert an optional
hint. The package depends on the Emerald fonts.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xcookybooky/xcookybooky.cfg
%{_texmfdistdir}/tex/latex/xcookybooky/xcookybooky.sty
%doc %{_texmfdistdir}/doc/latex/xcookybooky/README
%doc %{_texmfdistdir}/doc/latex/xcookybooky/example/example.pdf
%doc %{_texmfdistdir}/doc/latex/xcookybooky/example/example.tex
%doc %{_texmfdistdir}/doc/latex/xcookybooky/example/pic/background.pdf
%doc %{_texmfdistdir}/doc/latex/xcookybooky/example/pic/glass.jpg
%doc %{_texmfdistdir}/doc/latex/xcookybooky/example/pic/ingredients.jpg
%doc %{_texmfdistdir}/doc/latex/xcookybooky/xcookybooky.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xcookybooky/xcookybooky.dtx
%doc %{_texmfdistdir}/source/latex/xcookybooky/xcookybooky.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-6
+ Revision: a83fbb0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21799 |14mr|texlive-xdoc-prot2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xdoc
# catalog-date 2006-12-05 00:47:24 +0100
# catalog-license lppl
# catalog-version prot2.5
Name:		texlive-xdoc
Version:	prot2.5
Release:	3
Summary:	Extending the LaTeX doc system
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xdoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xdoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xdoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xdoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Xdoc is a project to rewrite the implementation of the LaTeX
doc package (in a broader sense) to make its features more
general and flexible. For example, where doc only provides
commands for documenting macros and environments, xdoc also
provides commands for similarly documenting package options and
switches. This is furthermore done in such a way that it is
very easy to add more such commands for documenting things,
such as e.g., templates (an important concept in the future
LaTeX3) and program components for other languages (functions,
classes, procedures, etc.). A side effect is that many minor
bugs in doc are fixed. The design aims to take advantage of
many still experimental features of future versions of LaTeX,
but since these are neither reasonably stable nor widely
available, the configuration interfaces and package author
commands of xdoc are likely to change. To still provide a
stable interface for other packages to build upon, the actual
package names include a "major version number" of sorts. The
drop-in replacement package for standard doc is xdoc2; it
requires nothing outside standard LaTeX2e. The
docindex/docidx2e package changes the index and list of changes
typesetting so that none of the formatting has to be controlled
via the index style file. The docindex package provides control
of formatting via templates (nice interface, but requires
several experimental packages), whereas the docidx2e package
has traditional raw macro interfaces and works with standard
LaTeX2e.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/xdoc/docindex.ist
%{_texmfdistdir}/tex/latex/xdoc/docidx2e.sty
%{_texmfdistdir}/tex/latex/xdoc/docindex.sty
%{_texmfdistdir}/tex/latex/xdoc/xdoc2.sty
%doc %{_texmfdistdir}/doc/latex/xdoc/README
%doc %{_texmfdistdir}/doc/latex/xdoc/docindex.pdf
%doc %{_texmfdistdir}/doc/latex/xdoc/xdoc2.pdf
%doc %{_texmfdistdir}/doc/latex/xdoc/xdocdemo.pdf
%doc %{_texmfdistdir}/doc/latex/xdoc/xdocdemo.tex
#- source
%doc %{_texmfdistdir}/source/latex/xdoc/docindex.dtx
%doc %{_texmfdistdir}/source/latex/xdoc/docindex.ins
%doc %{_texmfdistdir}/source/latex/xdoc/xdoc2.dtx
%doc %{_texmfdistdir}/source/latex/xdoc/xdoc2.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> prot2.5-3
+ Revision: 64dcd6f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21800 |14mr|texlive-xdvi-22.86-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30339
# category TLCore
# catalog-ctan /dviware/xdvi
# catalog-date 2013-05-08 11:16:41 +0200
# catalog-license other-free
# catalog-version 22.86
Summary:	A DVI previewer for the X Window System
Name:		texlive-xdvi
Version:	22.86
Release:	7
License:	OTHER-FREE
Group:		Publishing
Url:		http://www.ctan.org/tex-archive/dviware/xdvi
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xdvi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xdvi.doc.tar.xz
Source2:	XDvi-color
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-xdvi.bin
BuildArch:	noarch
%rename tetex-xdvi
%rename xdvik

%description
The canonical previewer for use on Unix and other X-windows
based systems. The distribution has been integrated with that
of xdvik (no longer separately available), so that it will
build with web2c "out of the box". In practice, it is usually
distributed via Tex-live.

%files
%{_texmfdistdir}/dvips/xdvi/config.xdvi
%{_texmfdistdir}/xdvi/XDvi
%{_texmfdistdir}/xdvi/pixmap/toolbar.xpm
%{_texmfdistdir}/xdvi/pixmap/toolbar2.xpm
%{_datadir}/X11/app-defaults/*
%doc %{_mandir}/man1/xdvi.1*
%doc %{_texmfdistdir}/doc/man/man1/xdvi.man1.pdf

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}/X11/app-defaults
pushd %{buildroot}%{_datadir}/X11/app-defaults
    cp -fpa %{SOURCE2} .
    ln -sf %{_texmfdistdir}/xdvi/XDvi .
popd
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 22.86-7
+ Revision: 1c31b12
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21801 |14mr|texlive-xecjk-3.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27119
# category Package
# catalog-ctan /macros/xetex/latex/xecjk
# catalog-date 2012-07-20 19:39:58 +0200
# catalog-license lppl
# catalog-version 3.0.7
Name:		texlive-xecjk
Version:	3.0.7
Release:	2
Summary:	Support for CJK documents in XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/xecjk
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xecjk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xecjk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xecjk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for typesetting CJK documents in the way users
have become used to, in the CJK package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xecjk/xeCJK.sty
%doc %{_texmfdistdir}/doc/xelatex/xecjk/README
%doc %{_texmfdistdir}/doc/xelatex/xecjk/example/xeCJK-example-CJKecglue.tex
%doc %{_texmfdistdir}/doc/xelatex/xecjk/example/xeCJK-example-autofake.tex
%doc %{_texmfdistdir}/doc/xelatex/xecjk/example/xeCJK-example-checksingle.tex
%doc %{_texmfdistdir}/doc/xelatex/xecjk/example/xeCJK-example-fallback.tex
%doc %{_texmfdistdir}/doc/xelatex/xecjk/example/xeCJK-example-subCJKblock.tex
%doc %{_texmfdistdir}/doc/xelatex/xecjk/xeCJK.pdf
#- source
%doc %{_texmfdistdir}/source/xelatex/xecjk/xeCJK.dtx
%doc %{_texmfdistdir}/source/xelatex/xecjk/xeCJK.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.7-2
+ Revision: ecc7ed2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21802 |14mr|texlive-xecolor-20111104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24140
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-xecolor
Version:	20111104
Release:	3
Summary:	TeXLive xecolor package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xecolor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xecolor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive xecolor package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xecolor/xecolor.sty
%doc %{_texmfdistdir}/doc/xelatex/xecolor/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20111104-3
+ Revision: 8e33ec3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21803 |14mr|texlive-xecyr-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20221
# category Package
# catalog-ctan /macros/xetex/latex/xecyr
# catalog-date 2010-10-26 13:00:58 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-xecyr
Version:	1.1
Release:	3
Summary:	Using Cyrillic languages in XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/xecyr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xecyr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xecyr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Helper tools for using Cyrillic languages with XeLaTeX and
babel.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/xecyr/xu-ruenhyph.tex
%{_texmfdistdir}/tex/xelatex/xecyr/xecyr.sty
%doc %{_texmfdistdir}/doc/xelatex/xecyr/1251.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/866.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/NEWS
%doc %{_texmfdistdir}/doc/xelatex/xecyr/README
%doc %{_texmfdistdir}/doc/xelatex/xecyr/iso.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/koi8-r.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/language.dat.add
%doc %{_texmfdistdir}/doc/xelatex/xecyr/listings-utf8-ex.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/listings-utf8-ex.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/pict2e-ex.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/pict2e-ex.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/rubibtex-ex-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/rubibtex-ex-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/rubibtex-ex.bib
%doc %{_texmfdistdir}/doc/xelatex/xecyr/rumakeindex-ex-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/rumakeindex-ex-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-doc-ru.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-doc-ru.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex1-ru-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex1-ru-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex2-ru-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex2-ru-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex3-ru-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex3-ru-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex4-ru-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex4-ru-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex5-ru-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex5-ru-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex6-ru-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex6-ru-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex7-ru-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex7-ru-x.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: df51eb2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21804 |14mr|texlive-xeindex-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16760
# category Package
# catalog-ctan /macros/xetex/latex/xeindex
# catalog-date 2010-01-17 14:52:57 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-xeindex
Version:	0.2
Release:	3
Summary:	Automatic index generation for XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/xeindex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xeindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xeindex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is based on XeSearch, and will automatically index
words or phrases in an XeLaTeX document. Words are declared in
a list, and every occurrence then creates an index entry whose
content can be fully specified beforehand.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xeindex/xeindex.sty
%doc %{_texmfdistdir}/doc/xelatex/xeindex/README
%doc %{_texmfdistdir}/doc/xelatex/xeindex/xeindex.pdf
%doc %{_texmfdistdir}/doc/xelatex/xeindex/xeindex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-3
+ Revision: b440956
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21805 |14mr|texlive-xepersian-13.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32897
# category Package
# catalog-ctan /macros/xetex/latex/xepersian
# catalog-date 2014-02-04 13:42:17 +0100
# catalog-license lppl1.3
# catalog-version 13.7
Name:		texlive-xepersian
Version:	13.7
Release:	2
Summary:	Persian for LaTeX, using XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/xepersian
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xepersian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xepersian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xepersian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports Persian typesetting, using the Persian
Modern fonts, by default.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xepersian/parsidigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xepersian/parsidigits.tec
%{_texmfdistdir}/tex/xelatex/xepersian/algorithm-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/algorithmic-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/amsart-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/amsbook-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/article-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/artikel1-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/artikel2-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/artikel3-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/backref-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/bidimoderncv-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/bidituftesidenote-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/boek-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/boek3-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/book-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/bookest-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/breqn-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/color-localise-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/enumerate-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/extarticle-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/extbook-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/extrafootnotefeatures-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/extreport-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/flowfram-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/footnote-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/framed-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/glossaries-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/hyperref-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/imsproc-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/kashida-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/latex-localise-commands-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/latex-localise-environments-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/latex-localise-messages-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/latex-localise-misc-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/listings-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/loadingorder-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/localise-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/memoir-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/minitoc-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/natbib-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/packages-localise-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/rapport1-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/rapport3-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/refrep-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/report-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/scrartcl-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/scrbook-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/scrreprt-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/tkz-linknodes-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/tocloft-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/xepersian-localise-commands-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/xepersian-localise-environments-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/xepersian-magazine.cls
%{_texmfdistdir}/tex/xelatex/xepersian/xepersian-mathsdigitspec.sty
%{_texmfdistdir}/tex/xelatex/xepersian/xepersian-multiplechoice.sty
%{_texmfdistdir}/tex/xelatex/xepersian/xepersian-persiancal.sty
%{_texmfdistdir}/tex/xelatex/xepersian/xepersian.sty
%doc %{_texmfdistdir}/doc/xelatex/xepersian/README
%doc %{_texmfdistdir}/doc/xelatex/xepersian/ftxe-0.12.py
%doc %{_texmfdistdir}/doc/xelatex/xepersian/img/ireland.jpg
%doc %{_texmfdistdir}/doc/xelatex/xepersian/img/weather/clouds.jpg
%doc %{_texmfdistdir}/doc/xelatex/xepersian/img/weather/rain.jpg
%doc %{_texmfdistdir}/doc/xelatex/xepersian/img/weather/sun.jpg
%doc %{_texmfdistdir}/doc/xelatex/xepersian/magazine-sample.tex
%doc %{_texmfdistdir}/doc/xelatex/xepersian/test-correction.tex
%doc %{_texmfdistdir}/doc/xelatex/xepersian/test-empty-form.tex
%doc %{_texmfdistdir}/doc/xelatex/xepersian/test-question-only.tex
%doc %{_texmfdistdir}/doc/xelatex/xepersian/test-solution-form.tex
%doc %{_texmfdistdir}/doc/xelatex/xepersian/xepersian-logo.pdf
%doc %{_texmfdistdir}/doc/xelatex/xepersian/xepersian-logo.tex
%doc %{_texmfdistdir}/doc/xelatex/xepersian/xepersian.pdf
#- source
%doc %{_texmfdistdir}/source/xelatex/xepersian/xepersian.dtx
%doc %{_texmfdistdir}/source/xelatex/xepersian/xepersian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 13.7-2
+ Revision: 4f4c174
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21806 |14mr|texlive-xesearch-20091118-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16041
# category Package
# catalog-ctan /macros/xetex/generic/xesearch
# catalog-date 2009-11-18 12:12:09 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-xesearch
Version:	20091118
Release:	3
Summary:	A string finder for XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/generic/xesearch
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xesearch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xesearch.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package finds strings (e.g. (parts of) words or phrases)
and manipulates them (apply any macro), thus turning each word
or phrase into a possible command. It is written in plain XeTeX
and should thus work with any format (it is known to work with
LaTeX and ConTeXt). The main application for the moment is
XeIndex, an automatic index for XeLaTeX, but examples are given
of simple use to check spelling, count words, and highlight
syntax of programming languages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xetex/xesearch/t-xesearch.tex
%{_texmfdistdir}/tex/xetex/xesearch/xesearch.sty
%doc %{_texmfdistdir}/doc/xetex/xesearch/README
%doc %{_texmfdistdir}/doc/xetex/xesearch/xesearch.pdf
%doc %{_texmfdistdir}/doc/xetex/xesearch/xesearch.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20091118-3
+ Revision: c43e1d4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21807 |14mr|texlive-xetex-0.9997.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26330
# category TLCore
# catalog-ctan undef
# catalog-date 2012-05-06 11:41:55 +0200
# catalog-license other-free
# catalog-version 0.9997.5
Name:		texlive-xetex
Epoch:		1
Version:	0.9997.5
Release:	2
Summary:	Unicode and OpenType-enabled TeX engine
Group:		Publishing
URL:		http://tug.org/texlive
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-xetexconfig
Requires:	texlive-xetex.bin

%description
See http://tug.org/xetex.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	rm -fr %{_texmfvardir}/web2c/xetex
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_bindir}/xelatex
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/base/qx-unicode.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/base/qx-unicode.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/base/tex-text.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/base/tex-text.tec
%{_texmfdistdir}/scripts/xetex/perl/lib/PDF/Reuse.pm
%{_texmfdistdir}/scripts/xetex/perl/lib/PDF/Reuse/Util.pm
%{_texmfdistdir}/scripts/xetex/perl/xdv2pdf_mergemarks
%{_tlpkgdir}/tlpostcode/xetex.pl
%_texmf_fmtutil_d/xetex
%doc %{_texmfdistdir}/doc/xetex/base/XeTeX-notes.pdf
%doc %{_texmfdistdir}/doc/xetex/base/XeTeX-notes.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf xetex xelatex
popd
mkdir -p %{buildroot}%{_tlpkgdir}
cp -fpar tlpkg/tlpostcode %{buildroot}%{_tlpkgdir}
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/xetex <<EOF
#
# from xetex:
xetex xetex language.def -etex xetex.ini
xelatex xetex language.dat -etex xelatex.ini
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.9997.5-2
+ Revision: 02335e0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21808 |14mr|texlive-xetexconfig-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28819
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-xetexconfig
Version:	20131009
Release:	6
Summary:	Configuration files for XeTeX
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexconfig.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
unicode-letters, and special crop.cfg and hyperref.cfg for
XeTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/xetexconfig/unicode-letters.tex
%{_texmfdistdir}/tex/xelatex/xetexconfig/crop.cfg

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: 46a1fe1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21809 |14mr|texlive-xetex-def-0.94-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16192
# category Package
# catalog-ctan /graphics/xetex/latex/xetex.def
# catalog-date 2009-11-27 22:18:13 +0100
# catalog-license lppl
# catalog-version 0.94
Name:		texlive-xetex-def
Version:	0.94
Release:	3
Summary:	Colour and graphics support for XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/xetex/latex/xetex.def
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-def.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The file xetex.def provides device-specific definitions for
colour and graphics support when running Xe(La)TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xetex-def/xetex.def

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.94-3
+ Revision: 95a2215
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21810 |14mr|texlive-xetex-devanagari-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23223
# category Package
# catalog-ctan /macros/xetex/generic/devanagari
# catalog-date 2011-07-22 07:52:25 +0200
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-xetex-devanagari
Version:	0.4
Release:	3
Summary:	XeTeX input map for Unicode Devanagari
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/generic/devanagari
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-devanagari.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-devanagari.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a map for use with Jonathan Kew's TECkit,
to translate Devanagari (encoded according to the Harvard/Kyoto
convention) to Unicode (range 0900-097F).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/README
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/devanagarinumerals.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/devanagarinumerals.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/harvardkyoto.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/harvardkyoto.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/iast.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/iast.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/velthuis-sanskrit.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/velthuis-sanskrit.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/velthuis.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/velthuis.tec
%doc %{_texmfdistdir}/doc/xetex/xetex-devanagari/changelog

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4-3
+ Revision: 37c4fa4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21811 |14mr|texlive-xetexfontinfo-20080824-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/xetex/plain/xetexfontinfo
# catalog-date 2008-08-24 00:31:24 +0200
# catalog-license apache2
# catalog-version undef
Name:		texlive-xetexfontinfo
Version:	20080824
Release:	3
Summary:	Report font features in XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/plain/xetexfontinfo
License:	APACHE2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexfontinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexfontinfo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A pair of documents to reveal the font features supported by
fonts usable in XeTeX. Use OpenType-info.tex for OpenType
fonts, and AAT-info.tex for AAT fonts (Mac OS X only).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xetex/xetexfontinfo/aat-info.tex
%{_texmfdistdir}/tex/xetex/xetexfontinfo/opentype-info.tex
%doc %{_texmfdistdir}/doc/xetex/xetexfontinfo/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080824-3
+ Revision: 817bd8d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21812 |14mr|texlive-xetex-itrans-4.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24105
# category Package
# catalog-ctan /macros/xetex/generic/itrans
# catalog-date 2011-09-26 15:47:09 +0200
# catalog-license lppl1.3
# catalog-version 4.0
Name:		texlive-xetex-itrans
Version:	4.0
Release:	3
Summary:	Itrans input maps for use with XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/generic/itrans
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-itrans.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-itrans.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides maps for use with XeLaTeX with coding done
using itrans. Fontspec maps are provided for Devanagari
(Sanskrit), for Sanskrit in Kannada and for Kannada itself.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/brh-kan.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/brh-kan.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-dvn.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-dvn.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-iast.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-iast.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-kan.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-kan.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-sankan.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-sankan.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-santel.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-santel.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-sdvn.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-sdvn.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-tamil.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-tamil.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-tel.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-tel.tec
%doc %{_texmfdistdir}/doc/xelatex/xetex-itrans/README
%doc %{_texmfdistdir}/doc/xelatex/xetex-itrans/itrans-tamil-sample.pdf
%doc %{_texmfdistdir}/doc/xelatex/xetex-itrans/itrans-tamil-sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.0-3
+ Revision: ec84915
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21813 |14mr|texlive-xetexko-2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32863
# category Package
# catalog-ctan /macros/xetex/generic/xetexko
# catalog-date 2014-02-03 08:31:04 +0100
# catalog-license lppl1.3
# catalog-version 2.4
Name:		texlive-xetexko
Version:	2.4
Release:	2
Summary:	Typeset Korean with Xe(La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/generic/xetexko
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexko.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexko.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports typesetting Korean documents (including
old Hangul texts), using XeTeX. It enhances the existing
support, in XeTeX, providing features that provide quality
typesetting.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xetex/xetexko/hanja_hangul.tab
%{_texmfdistdir}/tex/xetex/xetexko/hanjacom_hangul.tab
%{_texmfdistdir}/tex/xetex/xetexko/hanjaexa_hangul.tab
%{_texmfdistdir}/tex/xetex/xetexko/xetexko-font.sty
%{_texmfdistdir}/tex/xetex/xetexko/xetexko-hanging.sty
%{_texmfdistdir}/tex/xetex/xetexko/xetexko-josa.sty
%{_texmfdistdir}/tex/xetex/xetexko/xetexko-space.sty
%{_texmfdistdir}/tex/xetex/xetexko/xetexko-vertical.sty
%{_texmfdistdir}/tex/xetex/xetexko/xetexko.sty
%doc %{_texmfdistdir}/doc/xetex/xetexko/ChangeLog
%doc %{_texmfdistdir}/doc/xetex/xetexko/README
%doc %{_texmfdistdir}/doc/xetex/xetexko/xetexko-doc.pdf
%doc %{_texmfdistdir}/doc/xetex/xetexko/xetexko-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-2
+ Revision: 4b62eb0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21814 |14mr|texlive-xetex-pstricks-20100218-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17055
# category Package
# catalog-ctan /graphics/xetex/pstricks
# catalog-date 2010-02-18 14:04:58 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-xetex-pstricks
Version:	20100218
Release:	3
Summary:	Running PStricks under XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/xetex/pstricks
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-pstricks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-pstricks.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an indirection scheme for XeTeX to use the
pstricks xdvipdfmx.cfg configuration file, so that XeTeX
documents will load it in preference to the standard
pstricks.con configuration file. With this configuration, many
PSTricks features can be used in xelatex or plain xetex
documents.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xetex-pstricks/pstricks.con
%{_texmfdistdir}/tex/xetex/xetex-pstricks/pstricks.con
%doc %{_texmfdistdir}/doc/xetex/xetex-pstricks/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20100218-3
+ Revision: bca14fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21815 |14mr|texlive-xetexref-20110103-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20921
# category Package
# catalog-ctan /info/xetexref
# catalog-date 2011-01-03 15:37:34 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-xetexref
Version:	20110103
Release:	3
Summary:	Reference documentation of XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/xetexref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexref.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
The package comprises unofficial reference documentation for
XeTeX detailing its extended features.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/xetex/xetexref/README
%doc %{_texmfdistdir}/doc/xetex/xetexref/XeTeX-reference.ltx
%doc %{_texmfdistdir}/doc/xetex/xetexref/XeTeX-reference.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110103-3
+ Revision: 7c5c81f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21816 |14mr|texlive-xetex-tibetan-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28847
# category Package
# catalog-ctan /macros/xetex/generic/tibetan
# catalog-date 2013-01-15 18:22:19 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-xetex-tibetan
Version:	0.1
Release:	6
Summary:	XeTeX input maps for Unicode Tibetan
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/generic/tibetan
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-tibetan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-tibetan.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a map for use with Jonathan Kew's TECkit,
to translate Tibetan to Unicode (range 0F00-0FFF).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-tibetan/loctib.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-tibetan/loctib.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-tibetan/wylie.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-tibetan/wylie.tec
%doc %{_texmfdistdir}/doc/xetex/xetex-tibetan/Changelog
%doc %{_texmfdistdir}/doc/xetex/xetex-tibetan/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-6
+ Revision: 2c89655
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21817 |14mr|texlive-xevlna-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30086
# category Package
# catalog-ctan /macros/xetex/generic/xevlna
# catalog-date 2013-04-23 11:12:19 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-xevlna
Version:	1.0
Release:	6
Summary:	Insert non-breakable spaces using XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/generic/xevlna
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xevlna.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xevlna.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package will directly insert nonbreakable spaces (in Czech,
vlna or vlnka), after nonsyllabic prepositions and single
letter conjuctions, while the document is being typeset. (The
macros recognised maths and verbatim by TeX means.) (Inserting
nonbreakable spaces by a preprocessor will probably never be
fully reliable, because user defined macros and environments
cannot reliably be recognised.) The package works both with
(Plain) XeTeX and with XeLaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xevlna/xevlna.sty
%doc %{_texmfdistdir}/doc/xelatex/xevlna/License.txt
%doc %{_texmfdistdir}/doc/xelatex/xevlna/README
%doc %{_texmfdistdir}/doc/xelatex/xevlna/xevlna-inc.tex
%doc %{_texmfdistdir}/doc/xelatex/xevlna/xevlna.pdf
%doc %{_texmfdistdir}/doc/xelatex/xevlna/xevlna.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-6
+ Revision: 49d7f7b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21818 |14mr|texlive-xfor-1.05-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xfor
# catalog-date 2009-02-05 23:18:07 +0100
# catalog-license lppl
# catalog-version 1.05
Name:		texlive-xfor
Version:	1.05
Release:	3
Summary:	A reimplimentation of the LaTeX for-loop macro
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xfor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xfor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xfor.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xfor.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package redefines the LaTeX internal \@for macro so that
the loop may be prematurely terminated. The action is akin to
the C/Java break statement, except that the loop does not
terminate until the end of the current iteration.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xfor/xfor.sty
%doc %{_texmfdistdir}/doc/latex/xfor/CHANGES
%doc %{_texmfdistdir}/doc/latex/xfor/README
%doc %{_texmfdistdir}/doc/latex/xfor/sample.tex
%doc %{_texmfdistdir}/doc/latex/xfor/xfor.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xfor/xfor.dtx
%doc %{_texmfdistdir}/source/latex/xfor/xfor.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.05-3
+ Revision: 834ed53
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21819 |14mr|texlive-xgreek-2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25876
# category Package
# catalog-ctan /macros/xetex/latex/xgreek
# catalog-date 2012-04-08 19:39:35 +0200
# catalog-license lppl
# catalog-version 2.4
Name:		texlive-xgreek
Version:	2.4
Release:	2
Summary:	XeLaTeX package for typesetting Greek language documents (beta release)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/xgreek
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xgreek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xgreek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xgreek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package has been designed so to allow people to typeset
Greek language documents using XeLaTeX. And it is released in
the hope that people will use it and spot errors, bugs,
features so to improve it. Practically, it provides all the
capabilities of the greek option of the babel package. The
package can be invoked with any of the following options:
monotonic (for typesetting modern monotonic Greek), polytonic
(for typesetting modern polytonic Greek), and ancient (for
typesetting ancient texts). The default option is monotonic.
The command \setlanguage{<lang>} to activate the hyphenation
patterns of the language <lang> This, however, can be done only
if the format file has not been built with the babel mechanism.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xgreek/xgreek.sty
%doc %{_texmfdistdir}/doc/xelatex/xgreek/README
%doc %{_texmfdistdir}/doc/xelatex/xgreek/xgreek.pdf
#- source
%doc %{_texmfdistdir}/source/xelatex/xgreek/xgreek.dtx
%doc %{_texmfdistdir}/source/xelatex/xgreek/xgreek.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-2
+ Revision: d1d51ba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21820 |14mr|texlive-xhfill-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22575
# category Package
# catalog-ctan /macros/latex/contrib/xhfill
# catalog-date 2011-05-17 17:47:58 +0200
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-xhfill
Version:	1.01
Release:	3
Summary:	Extending \hrulefill
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xhfill
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xhfill.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xhfill.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides extended macros for the default \hrulefill
command. It allows modification of the width and the colour of
the line.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xhfill/xhfill.sty
%doc %{_texmfdistdir}/doc/latex/xhfill/Changes
%doc %{_texmfdistdir}/doc/latex/xhfill/Makefile
%doc %{_texmfdistdir}/doc/latex/xhfill/xhfill-doc.pdf
%doc %{_texmfdistdir}/doc/latex/xhfill/xhfill-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.01-3
+ Revision: 4c5cd25
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21821 |14mr|texlive-xifthen-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xifthen
# catalog-date 2009-05-03 12:26:51 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-xifthen
Version:	1.3
Release:	3
Summary:	Extended conditional commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xifthen
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xifthen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xifthen.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package extends the ifthen package by implementing new
commands to go within the first argument of \ifthenelse: to
test whether a string is void or not, if a command is defined
or equivalent to another. The package also enables use of
complex expressions as introduced by the package calc, together
with the ability of defining new commands to handle complex
tests. The package requires e-TeX features.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xifthen/xifthen.sty
%doc %{_texmfdistdir}/doc/latex/xifthen/README
%doc %{_texmfdistdir}/doc/latex/xifthen/xifthen.pdf
%doc %{_texmfdistdir}/doc/latex/xifthen/xifthen.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 0d7d4da
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21822 |14mr|texlive-xii-20130917-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31683
# category Package
# catalog-ctan /macros/plain/contrib/xii
# catalog-date 2013-09-17 19:06:55 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-xii
Version:	20130917
Release:	6
Summary:	Christmas silliness
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/xii
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xii.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xii.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive xii package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/plain/xii/README
%doc %{_texmfdistdir}/doc/plain/xii/xii.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20130917-6
+ Revision: 28cc2df
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21823 |14mr|texlive-xint-1.09m-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33062
# category Package
# catalog-ctan /macros/generic/xint
# catalog-date 2014-02-27 13:32:50 +0100
# catalog-license lppl1.3
# catalog-version 1.09m
Name:		texlive-xint
Version:	1.09m
Release:	2
Summary:	Expandable operations on long numbers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/xint
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xint.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xint.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides four packages: xint, which provides
expandable TeX macros that implement the basic arithmetic
operations of addition, subtraction, multiplication and
division, as applied to arbitrarily long numbers represented as
chains of digits with an optional minus sign; xinttools is
loaded by xint (hence by all other packages of the bundle,
too): it provides utilities of independent interest such as
expandable and non-expandable loops. xintfrac, which computes
fractions using xint; xintexpr, which extends xintfrac with an
expandable parser of expressions involving integers and a wide
variety of operators; xintbinhex provides conversions to and
from binary and hexadecimal bases; xintseries, which provides
basic functionality for computing partial sums using xint;
xintgcd, which provides implementations of the Euclidean
algorithm, and of its typesetting; xintcfrac, which deals with
the computation of continued fractions, All of the packages'
computations are done in a way that they can operate in an
expanding environment. The packages may be used either with
Plain TeX or LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/xint/xint.sty
%{_texmfdistdir}/tex/generic/xint/xintbinhex.sty
%{_texmfdistdir}/tex/generic/xint/xintcfrac.sty
%{_texmfdistdir}/tex/generic/xint/xintexpr.sty
%{_texmfdistdir}/tex/generic/xint/xintfrac.sty
%{_texmfdistdir}/tex/generic/xint/xintgcd.sty
%{_texmfdistdir}/tex/generic/xint/xintseries.sty
%{_texmfdistdir}/tex/generic/xint/xinttools.sty
%doc %{_texmfdistdir}/doc/generic/xint/README
%doc %{_texmfdistdir}/doc/generic/xint/xint.pdf
#- source
%doc %{_texmfdistdir}/source/generic/xint/xint.dtx
%doc %{_texmfdistdir}/source/generic/xint/xint.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.09m-2
+ Revision: fbcdb3e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21824 |14mr|texlive-xits-1.105-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26719
# category Package
# catalog-ctan /fonts/xits
# catalog-date 2012-05-18 23:29:02 +0200
# catalog-license ofl
# catalog-version 1.105
Name:		texlive-xits
Version:	1.105
Release:	2
Summary:	A Scientific Times-like font with support for mathematical typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/xits
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xits.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xits.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xits.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
XITS is a Times-like font for scientific typesetting with
proper mathematical support for modern, Unicode and OpenType
capable TeX engines, namely LuaTeX and XeTeX. For use with
LuaLaTeX or XeLaTeX, support is available from the fontspec and
unicode-math packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/xits/xits-bold.otf
%{_texmfdistdir}/fonts/opentype/public/xits/xits-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/xits/xits-italic.otf
%{_texmfdistdir}/fonts/opentype/public/xits/xits-math.otf
%{_texmfdistdir}/fonts/opentype/public/xits/xits-mathbold.otf
%{_texmfdistdir}/fonts/opentype/public/xits/xits-regular.otf
%doc %{_texmfdistdir}/doc/fonts/xits/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/xits/Makefile
%doc %{_texmfdistdir}/doc/fonts/xits/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/xits/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/xits/README
%doc %{_texmfdistdir}/doc/fonts/xits/postprocess.py
%doc %{_texmfdistdir}/doc/fonts/xits/user-guide.pdf
%doc %{_texmfdistdir}/doc/fonts/xits/user-guide.tex
%doc %{_texmfdistdir}/doc/fonts/xits/xits-math.lfg
%doc %{_texmfdistdir}/doc/fonts/xits/xits-specimen.pdf
%doc %{_texmfdistdir}/doc/fonts/xits/xits-specimen.tex
#- source
%doc %{_texmfdistdir}/source/fonts/xits/xits-bold.sfd
%doc %{_texmfdistdir}/source/fonts/xits/xits-bolditalic.sfd
%doc %{_texmfdistdir}/source/fonts/xits/xits-italic.sfd
%doc %{_texmfdistdir}/source/fonts/xits/xits-math.sfd
%doc %{_texmfdistdir}/source/fonts/xits/xits-mathbold.sfd
%doc %{_texmfdistdir}/source/fonts/xits/xits-regular.sfd
%doc %{_texmfdistdir}/source/fonts/xits/xits.fea

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.105-2
+ Revision: 45dcc79
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21825 |14mr|texlive-xkeyval-2.6a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xkeyval
# catalog-date 2008-08-13 18:44:56 +0200
# catalog-license lppl
# catalog-version 2.6a
Name:		texlive-xkeyval
Version:	2.6a
Release:	3
Summary:	Extension of the keyval package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xkeyval
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xkeyval.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xkeyval.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xkeyval.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is an extension of the keyval package and offers
additional macros for setting keys and declaring and setting
class or package options. The package allows the programmer to
specify a prefix to the name of the macros it defines for keys,
and to define families of key definitions; these all help use
in documents where several packages define their own sets of
keys.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/xkeyval/keyval.tex
%{_texmfdistdir}/tex/generic/xkeyval/pst-xkey.tex
%{_texmfdistdir}/tex/generic/xkeyval/xkeyval.tex
%{_texmfdistdir}/tex/generic/xkeyval/xkvtxhdr.tex
%{_texmfdistdir}/tex/latex/xkeyval/pst-xkey.sty
%{_texmfdistdir}/tex/latex/xkeyval/xkeyval.sty
%{_texmfdistdir}/tex/latex/xkeyval/xkvltxp.sty
%{_texmfdistdir}/tex/latex/xkeyval/xkvview.sty
%doc %{_texmfdistdir}/doc/latex/xkeyval/README
%doc %{_texmfdistdir}/doc/latex/xkeyval/xkeyval.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xkeyval/xkeyval.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6a-3
+ Revision: 7fb4193
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21826 |14mr|texlive-xlop-0.24-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22096
# category Package
# catalog-ctan /macros/generic/xlop
# catalog-date 2011-04-16 11:58:01 +0200
# catalog-license lppl
# catalog-version 0.24
Name:		texlive-xlop
Version:	0.24
Release:	3
Summary:	Calculates and displays arithmetic operations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/xlop
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xlop.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xlop.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xlop.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Xlop (eXtra Large OPeration) will typeset arithmetic problems
either in-line or "as in school" (using French school
conventions). So for example, \opadd{2}{3} can give either
$2+3=5$ or something similar to: \begin{tabular}{r} 2\\ +3\\
\hline 5\end{tabular}. Furthermore, numbers may be very large,
e.g 200 figures (with a very long compilation time). Many other
features allow to deal with numbers (tests, display, some high
level operations, etc.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/xlop/xlop.sty
%{_texmfdistdir}/tex/generic/xlop/xlop.tex
%doc %{_texmfdistdir}/doc/generic/xlop/LISEZ.MOI
%doc %{_texmfdistdir}/doc/generic/xlop/README
%doc %{_texmfdistdir}/doc/generic/xlop/xlop-doc-fr.pdf
%doc %{_texmfdistdir}/doc/generic/xlop/xlop-doc-fr.tex
%doc %{_texmfdistdir}/doc/generic/xlop/xlop-doc.pdf
%doc %{_texmfdistdir}/doc/generic/xlop/xlop-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/xlop/manual.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.24-3
+ Revision: 652fc5a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21827 |14mr|texlive-xltxtra-0.5e-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19809
# category Package
# catalog-ctan /macros/latex/contrib/xltxtra
# catalog-date 2010-09-19 16:45:28 +0200
# catalog-license lppl
# catalog-version 0.5e
Name:		texlive-xltxtra
Version:	0.5e
Release:	3
Summary:	"Extras" for LaTeX users of XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xltxtra
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xltxtra.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xltxtra.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xltxtra.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package loads the fixltx2e package from the LaTeX
distribution, and etex.sty from the e-TeX distribution. The
package then patches the \- (discretionary hyphen command) to
use the current hyphen character (which may be different from
than the default, which is the character at the ASCII hyphen
slot), and loads the realscripts to patch the \textsuperscript
command (from the LaTeX kernel) and the \textsubscript command
(from the fixltx2e package). The package is loaded by the
fontspec package, so that it should not ordinarily be necessary
to load it explicitly. The package relies on the metalogo
package for typesetting the XeTeX and XeLaTeX logos.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xltxtra/xltxtra.sty
%doc %{_texmfdistdir}/doc/latex/xltxtra/README
%doc %{_texmfdistdir}/doc/latex/xltxtra/xltxtra.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xltxtra/xltxtra.dtx
%doc %{_texmfdistdir}/source/latex/xltxtra/xltxtra.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5e-3
+ Revision: 0119c7d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21828 |14mr|texlive-xmlplay-20061216-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date 2006-12-16 17:11:43 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-xmlplay
Version:	20061216
Release:	3
Summary:	Typeset Shakespeare's plays as marked up by Bosak
Group:		Publishing
URL:		http://tug.org/texlive
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xmlplay.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xmlplay.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xmlplay.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is an xmltex package for typsetting the plays of
Shakespeare, as marked up by Jon Bosak.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xmltex/xmlplay/play.xmt
%doc %{_texmfdistdir}/doc/otherformats/xmltex/xmlplay/readme
#- source
%doc %{_texmfdistdir}/source/xmltex/xmlplay/play.dtd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061216-3
+ Revision: cecfda6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21829 |14mr|texlive-xmltex-0.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23409
# category Package
# catalog-ctan /macros/xmltex/base
# catalog-date 2006-12-16 17:11:43 +0100
# catalog-license lppl
# catalog-version 0.8
Name:		texlive-xmltex
Version:	0.8
Release:	5
Summary:	Support for parsing XML documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xmltex/base
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xmltex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xmltex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-latex
Requires:	texlive-pdftex
Requires:	texlive-tex
Requires:	texlive-xmltex.bin
%rename xmltex

%description
This package provides an implementation of a parser for
documents matching the XML 1.0 and XML Namespace
Recommendations. In addition to parsing commands are provided
to attatch TeX typesetting instructions to the various markup
elemenets as they are encounted. Sample files for typesetting a
subset of TEI, MathML, are included. Element and Attribute
names, as well as character data, may use any characters
allowed in XML, using UTF-8 or a suitable 8-bit encoding.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xmltex/base/iso-8859-1.xmt
%{_texmfdistdir}/tex/xmltex/base/iso-8859-2.xmt
%{_texmfdistdir}/tex/xmltex/base/koi8-r.xmt
%{_texmfdistdir}/tex/xmltex/base/langtest.xmt
%{_texmfdistdir}/tex/xmltex/base/mathml2.xmt
%{_texmfdistdir}/tex/xmltex/base/sec.xmt
%{_texmfdistdir}/tex/xmltex/base/utf-16.xmt
%{_texmfdistdir}/tex/xmltex/base/windows-1250.xmt
%{_texmfdistdir}/tex/xmltex/base/xmltex.cfg
%{_texmfdistdir}/tex/xmltex/base/xmltex.tex
%{_texmfdistdir}/tex/xmltex/config/pdfxmltex.ini
%{_texmfdistdir}/tex/xmltex/config/xmltex.ini
%_texmf_fmtutil_d/xmltex
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/englishutf16.xml
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/englishutf8.xml
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/langtest.xml
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/manual.html
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/manual.tex
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/manual.xml
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/manual.xsl
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/portugeselatin1.xml
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/readme.txt
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/russiankoi8.xml
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/russianutf8.xml
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/testascii.cfg
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/testascii.tex
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/testascii.xml
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/testsec.tex
%doc %{_texmfdistdir}/doc/otherformats/xmltex/base/testsec.xml

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/xmltex <<EOF
#
# from xmltex:
xmltex pdftex language.dat *xmltex.ini
pdfxmltex pdftex language.dat *pdfxmltex.ini
EOF



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8-5
+ Revision: 5343433
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21830 |14mr|texlive-xmpincl-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xmpincl
# catalog-date 2008-05-10 20:43:24 +0200
# catalog-license gpl
# catalog-version 2.2
Name:		texlive-xmpincl
Version:	2.2
Release:	3
Summary:	Include eXtensible Metadata Platform data in PDFLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xmpincl
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xmpincl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xmpincl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xmpincl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The XMP (eXtensible Metadata platform) is a framework to add
metadata to digital material to enhance the workflow in
publication. The essence is that the metadata is stored in an
XML file, and this XML stream is then embedded in the file to
which it applies. How you create this XML file is up to you,
but the author started investigating this because he wanted to
embed licensing information in the files he created. The
license the author chose is one of the Creative Commons
licenses, and their web-site offers this information in a valid
XML-file, suitable for direct inclusion.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xmpincl/xmpincl.sty
%doc %{_texmfdistdir}/doc/latex/xmpincl/README
%doc %{_texmfdistdir}/doc/latex/xmpincl/license.xmp
%doc %{_texmfdistdir}/doc/latex/xmpincl/xmpincl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xmpincl/xmpincl.dtx
%doc %{_texmfdistdir}/source/latex/xmpincl/xmpincl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2-3
+ Revision: cc459b5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21831 |14mr|texlive-xnewcommand-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xnewcommand
# catalog-date 2008-08-24 14:46:50 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-xnewcommand
Version:	1.2
Release:	3
Summary:	Define \global and \protected commands with \newcommand
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xnewcommand
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xnewcommand.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xnewcommand.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means of defining \global and (e-TeX)
\protected commands, within the framework of LaTeX's standard
\newcommand.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xnewcommand/xnewcommand.sty
%doc %{_texmfdistdir}/doc/latex/xnewcommand/README
%doc %{_texmfdistdir}/doc/latex/xnewcommand/xnewcommand.pdf
%doc %{_texmfdistdir}/doc/latex/xnewcommand/xnewcommand.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: 7ba36a4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21832 |14mr|texlive-xoptarg-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xoptarg
# catalog-date 2008-08-24 14:29:08 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-xoptarg
Version:	1.0
Release:	3
Summary:	Expandable macros that take an optional argument
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xoptarg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xoptarg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xoptarg.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Commands that take an optional argument are not ordinarily
expandable; this package allows such commands to be expandable
provided they have at least one mandatory argument.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xoptarg/xoptarg.sty
%doc %{_texmfdistdir}/doc/latex/xoptarg/README
%doc %{_texmfdistdir}/doc/latex/xoptarg/xoptarg.pdf
%doc %{_texmfdistdir}/doc/latex/xoptarg/xoptarg.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-3
+ Revision: f7b1fab
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21833 |14mr|texlive-xpatch-0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25180
# category Package
# catalog-ctan /macros/latex/contrib/xpatch
# catalog-date 2012-01-23 12:18:32 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-xpatch
Version:	0.2
Release:	2
Summary:	Extending etoolbox patching commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xpatch
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpatch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpatch.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpatch.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package generalises the macro patching commands provided by
Philipp Lehmann's etoolbox.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xpatch/xpatch.sty
%doc %{_texmfdistdir}/doc/latex/xpatch/README
%doc %{_texmfdistdir}/doc/latex/xpatch/xpatch.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xpatch/xpatch.dtx
%doc %{_texmfdistdir}/source/latex/xpatch/xpatch.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-2
+ Revision: 02a2258
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21834 |14mr|texlive-xpeek-0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27442
# category Package
# catalog-ctan /macros/latex/contrib/xpeek
# catalog-date 2012-08-17 12:03:38 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-xpeek
Version:	0.2
Release:	8
Summary:	Define commands that peek ahead in the input stream
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xpeek
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpeek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpeek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpeek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides tools to help define commands that, like
\xspace (from xspace) and the LaTeX command \textit, peek at
what follows them in the command stream and choose appropriate
behaviour.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xpeek/xpeek.sty
%doc %{_texmfdistdir}/doc/latex/xpeek/README
%doc %{_texmfdistdir}/doc/latex/xpeek/xpeek.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xpeek/xpeek.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-8
+ Revision: 9f90b96
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21835 |14mr|texlive-xpicture-1.2a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28770
# category Package
# catalog-ctan /macros/latex/contrib/xpicture
# catalog-date 2013-01-08 10:49:23 +0100
# catalog-license lppl1.3
# catalog-version 1.2a
Name:		texlive-xpicture
Version:	1.2a
Release:	6
Summary:	Extensions of LaTeX picture drawing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xpicture
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpicture.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpicture.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpicture.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the facilities of the pict2e and the
curve2e packages, providing extra reference frames, conic
section curves, graphs of elementary functions and other
parametric curves.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xpicture/xpicture.sty
%doc %{_texmfdistdir}/doc/latex/xpicture/README
%doc %{_texmfdistdir}/doc/latex/xpicture/xpicture-doc.pdf
%doc %{_texmfdistdir}/doc/latex/xpicture/xpicture-doc.tex
%doc %{_texmfdistdir}/doc/latex/xpicture/xpicture.cfgxmpl
%doc %{_texmfdistdir}/doc/latex/xpicture/xpicture.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xpicture/xpicture.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2a-6
+ Revision: ee79b4d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21836 |14mr|texlive-xpinyin-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27121
# category Package
# catalog-ctan /macros/latex/contrib/xpinyin
# catalog-date 2012-07-20 19:39:58 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-xpinyin
Version:	1.1
Release:	3
Summary:	Automatically add pinyin to Chinese characters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xpinyin
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpinyin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpinyin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpinyin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is written to simplify the input of Hanyu Pinyin.
Macros are provided that automatically add pinyin to Chinese
characters.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xpinyin/config/xpinyin-map.cfg
%{_texmfdistdir}/tex/latex/xpinyin/xpinyin.sty
%doc %{_texmfdistdir}/doc/latex/xpinyin/README
%doc %{_texmfdistdir}/doc/latex/xpinyin/xpinyin.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xpinyin/xpinyin.dtx
%doc %{_texmfdistdir}/source/latex/xpinyin/xpinyin.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 27af7f2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21837 |14mr|texlive-xpunctuate-20120810-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26641
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-xpunctuate
Version:	20120810
Release:	2
Summary:	TeXLive xpunctuate package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpunctuate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpunctuate.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpunctuate.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive xpunctuate package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xpunctuate/xpunctuate.sty
%doc %{_texmfdistdir}/doc/latex/xpunctuate/README
%doc %{_texmfdistdir}/doc/latex/xpunctuate/xpunctuate.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xpunctuate/xpunctuate.dtx
%doc %{_texmfdistdir}/source/latex/xpunctuate/xpunctuate.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120810-2
+ Revision: d0f6495
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21838 |14mr|texlive-xq-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/xq
# catalog-date 2007-03-13 09:23:19 +0100
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-xq
Version:	0.3
Release:	3
Summary:	Support for writing about xiangqi
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/xq
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xq.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is for writing about xiangqi or chinese chess. You
can write games or parts of games and show diagrams with
special positions.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/xq/xqaddsignsbase.mf
%{_texmfdistdir}/fonts/source/public/xq/xqaddsignslarge.mf
%{_texmfdistdir}/fonts/source/public/xq/xqaddsignsnormal.mf
%{_texmfdistdir}/fonts/source/public/xq/xqbase.mf
%{_texmfdistdir}/fonts/source/public/xq/xqhints.mf
%{_texmfdistdir}/fonts/source/public/xq/xqlarge.mf
%{_texmfdistdir}/fonts/source/public/xq/xqnormal.mf
%{_texmfdistdir}/fonts/source/public/xq/xqwestbase.mf
%{_texmfdistdir}/fonts/source/public/xq/xqwestlarge.mf
%{_texmfdistdir}/fonts/source/public/xq/xqwestnormal.mf
%{_texmfdistdir}/fonts/tfm/public/xq/xqlarge.tfm
%{_texmfdistdir}/fonts/tfm/public/xq/xqnormal.tfm
%{_texmfdistdir}/tex/latex/xq/xq.sty
%doc %{_texmfdistdir}/doc/fonts/xq/README
%doc %{_texmfdistdir}/doc/fonts/xq/xqexample.pdf
%doc %{_texmfdistdir}/doc/fonts/xq/xqexample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-3
+ Revision: 4250cd6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21839 |14mr|texlive-xskak-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/xskak
# catalog-date 2008-10-20 22:21:01 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-xskak
Version:	1.2
Release:	3
Summary:	An extension to the skak package for chess typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xskak
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xskak.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xskak.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xskak.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Xskak, as its prime function, saves information about a chess
game for later use (e.g., to loop through a game to make an
animated board). The package also extends the input that the
parsing commands can handle and offers an interface to define
and switch between indefinite levels of styles.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xskak/xskak-keys.sty
%{_texmfdistdir}/tex/latex/xskak/xskak-nagdef.sty
%{_texmfdistdir}/tex/latex/xskak/xskak.sty
%doc %{_texmfdistdir}/doc/latex/xskak/README
%doc %{_texmfdistdir}/doc/latex/xskak/README.TEXLIVE
#- source
%doc %{_texmfdistdir}/source/latex/xskak/xskak-src.dtx
%doc %{_texmfdistdir}/source/latex/xskak/xskak.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: bd8ec70
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21840 |14mr|texlive-xstring-1.5d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17614
# category Package
# catalog-ctan /macros/latex/contrib/xstring
# catalog-date 2010-03-29 17:35:44 +0200
# catalog-license lppl
# catalog-version 1.5d
Name:		texlive-xstring
Version:	1.5d
Release:	3
Summary:	String manipulation for (La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xstring
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xstring.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xstring.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for manipulating strings -- testing
a string's contents, extracting substrings, substitution of
substrings and providing numbers such as string length,
position of, or number of recurrences of, a substring. The
package works equally in Plain TeX and LaTeX (though e-TeX is
always required). The strings to be processed may contain
(expandable) macros.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/xstring/xstring.sty
%{_texmfdistdir}/tex/generic/xstring/xstring.tex
%doc %{_texmfdistdir}/doc/generic/xstring/README
%doc %{_texmfdistdir}/doc/generic/xstring/xstring_doc_en.pdf
%doc %{_texmfdistdir}/doc/generic/xstring/xstring_doc_en.tex
%doc %{_texmfdistdir}/doc/generic/xstring/xstring_doc_fr.pdf
%doc %{_texmfdistdir}/doc/generic/xstring/xstring_doc_fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5d-3
+ Revision: 9dfc457
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21841 |14mr|texlive-xtab-2.3f-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23347
# category Package
# catalog-ctan /macros/latex/contrib/xtab
# catalog-date 2011-07-31 16:09:03 +0200
# catalog-license lppl
# catalog-version 2.3f
Name:		texlive-xtab
Version:	2.3f
Release:	3
Summary:	Break tables across pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xtab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xtab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xtab.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xtab.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Xtab is an extended and somewhat improved version of
supertabular; it provides tables that break across pages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xtab/xtab.sty
%doc %{_texmfdistdir}/doc/latex/xtab/README
%doc %{_texmfdistdir}/doc/latex/xtab/xtab.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xtab/xtab.dtx
%doc %{_texmfdistdir}/source/latex/xtab/xtab.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3f-3
+ Revision: 528259c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21842 |14mr|texlive-xunicode-0.981-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23897
# category Package
# catalog-ctan /macros/xetex/latex/xunicode
# catalog-date 2011-09-09 14:58:15 +0200
# catalog-license lppl1.3
# catalog-version 0.981
Name:		texlive-xunicode
Version:	0.981
Release:	3
Summary:	Generate Unicode characters from accented glyphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/xunicode
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xunicode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xunicode.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports XeTeX's (and other putative future similar
engines') need for Unicode characters, in a similar way to what
the fontenc does for 8-bit (and the like) fonts: convert
accent-glyph sequence to a single Unicode character for output.
The package also covers glyphs specified by packages (such as
tipa) which define many commands for single text glyphs.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xunicode/xunicode.sty
%doc %{_texmfdistdir}/doc/xelatex/xunicode/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.981-3
+ Revision: bba4557
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21843 |14mr|texlive-xwatermark-1.5.2a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25564
# category Package
# catalog-ctan /macros/latex/contrib/xwatermark
# catalog-date 2012-02-01 12:32:07 +0100
# catalog-license lppl1.3
# catalog-version 1.5.2a
Name:		texlive-xwatermark
Version:	1.5.2a
Release:	4
Summary:	Graphics and text watermarks on selected pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xwatermark
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xwatermark.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xwatermark.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the author's draftmark and the watermark
packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xwatermark/xwatermark.sty
%doc %{_texmfdistdir}/doc/latex/xwatermark/README
%doc %{_texmfdistdir}/doc/latex/xwatermark/tab-globaloptions.tex
%doc %{_texmfdistdir}/doc/latex/xwatermark/tab-localoptions.tex
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-examples.cfg
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-examples1.pdf
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-examples1.tex
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-examples2.pdf
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-examples2.tex
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-guide.cfg
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-guide.pdf
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-guide.tex
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-test-20120201.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.2a-4
+ Revision: be5a90e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21844 |14mr|texlive-xyling-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xyling
# catalog-date 2007-03-13 09:23:19 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-xyling
Version:	1.1
Release:	3
Summary:	Draw syntactic trees, etc., for linguistics literature, using xy-pic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xyling
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xyling.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xyling.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The macros in this package model the construction of linguistic
tree structures as a genuinely graphical problem: they contain
two types of objects, BRANCHES and NODE LABELS, and these are
positioned relative to a GRID. It is essential that each of
these three elements is constructed independent of the other
two, and hence they can be modified without unwanted side
effects. The macros are based on the xy-pic package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xyling/xyling.sty
%doc %{_texmfdistdir}/doc/latex/xyling/README
%doc %{_texmfdistdir}/doc/latex/xyling/xyli-doc.pdf
%doc %{_texmfdistdir}/doc/latex/xyling/xyli-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: b93066d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21845 |14mr|texlive-xymtex-5.06-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32182
# category Package
# catalog-ctan /macros/latex/contrib/xymtex
# catalog-date 2013-10-31 09:17:33 +0100
# catalog-license lppl1.3
# catalog-version 5.06
Name:		texlive-xymtex
Version:	5.06
Release:	6
Summary:	Typesetting chemical structures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xymtex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xymtex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xymtex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xymtex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
XyMTeX is a set of packages for drawing a wide variety of
chemical structural formulas in a way that reflects their
structure. The package provides three output modes: 'LaTeX',
'PostScript' and 'PDF'. XyMTeX's commands have a systematic set
of arguments for specifying substituents and their positions,
endocyclic double bonds, and bond patterns. In some cases there
are additional arguments for specifying hetero-atoms on the
vertices of heterocycles. It is believed that this systematic
design allows XyMTeX to operate as a practical (device-
independent) tool for use with LaTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xymtex/base/aliphat.sty
%{_texmfdistdir}/tex/latex/xymtex/base/assurelatexmode.sty
%{_texmfdistdir}/tex/latex/xymtex/base/bondcolor.sty
%{_texmfdistdir}/tex/latex/xymtex/base/carom.sty
%{_texmfdistdir}/tex/latex/xymtex/base/ccycle.sty
%{_texmfdistdir}/tex/latex/xymtex/base/chemstr.sty
%{_texmfdistdir}/tex/latex/xymtex/base/fusering.sty
%{_texmfdistdir}/tex/latex/xymtex/base/hcycle.sty
%{_texmfdistdir}/tex/latex/xymtex/base/hetarom.sty
%{_texmfdistdir}/tex/latex/xymtex/base/hetaromh.sty
%{_texmfdistdir}/tex/latex/xymtex/base/lewisstruc.sty
%{_texmfdistdir}/tex/latex/xymtex/base/locant.sty
%{_texmfdistdir}/tex/latex/xymtex/base/lowcycle.sty
%{_texmfdistdir}/tex/latex/xymtex/base/methylen.sty
%{_texmfdistdir}/tex/latex/xymtex/base/polymers.sty
%{_texmfdistdir}/tex/latex/xymtex/base/sizeredc.sty
%{_texmfdistdir}/tex/latex/xymtex/base/steroid.sty
%{_texmfdistdir}/tex/latex/xymtex/base/xymtex.sty
%{_texmfdistdir}/tex/latex/xymtex/base/xymtexpdf.sty
%{_texmfdistdir}/tex/latex/xymtex/base/xymtexps.sty
%{_texmfdistdir}/tex/latex/xymtex/chemist/assurechemist.sty
%{_texmfdistdir}/tex/latex/xymtex/chemist/chemist.sty
%{_texmfdistdir}/tex/latex/xymtex/chemist/chemtimes.sty
%{_texmfdistdir}/tex/latex/xymtex/xymtxpdf/chmst-pdf.sty
%{_texmfdistdir}/tex/latex/xymtex/xymtxpdf/xymtx-pdf.sty
%{_texmfdistdir}/tex/latex/xymtex/xymtxps/chmst-ps.sty
%{_texmfdistdir}/tex/latex/xymtex/xymtxps/xymtx-ps.sty
%doc %{_texmfdistdir}/doc/latex/xymtex/doc/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme402.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme402.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme403.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme403.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme404.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme404.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme405.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme405.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme406.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme406.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme500.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme500.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme500a.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme500a.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx402.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx402.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx403.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx403.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx404.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx404.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx405.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx405.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx406.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx406.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx500.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx500.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx500a.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx500a.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/readme501.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/readme501.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/xymtx501.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/xymtx501.jpn
#- source
%doc %{_texmfdistdir}/source/latex/xymtex/base/aliphat.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/aliphat.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/assurelatexmode.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/assurelatexmode.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/bondcolor.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/bondcolor.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/carom.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/carom.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/ccycle.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/ccycle.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/chemstr.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/chemstr.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/doins.bat
%doc %{_texmfdistdir}/source/latex/xymtex/base/fusering.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/fusering.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/hcycle.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/hcycle.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/hetarom.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/hetarom.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/hetaromh.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/hetaromh.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/lewisstruc.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/lewisstruc.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/locant.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/locant.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/lowcycle.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/lowcycle.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/methylen.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/methylen.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/polymers.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/polymers.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/putline.sed
%doc %{_texmfdistdir}/source/latex/xymtex/base/putput.bat
%doc %{_texmfdistdir}/source/latex/xymtex/base/sizeredc.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/sizeredc.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/steroid.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/steroid.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/xymtex.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/xymtex.ins
%doc %{_texmfdistdir}/source/latex/xymtex/chemist/assurechemist.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/chemist/assurechemist.ins
%doc %{_texmfdistdir}/source/latex/xymtex/chemist/chemist.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/chemist/chemist.ins
%doc %{_texmfdistdir}/source/latex/xymtex/chemist/chemtimes.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/chemist/chemtimes.ins
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxpdf/chmst-pdf.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxpdf/chmst-pdf.ins
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxpdf/xymtx-pdf.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxpdf/xymtx-pdf.ins
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxps/chmst-ps.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxps/chmst-ps.ins
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxps/xymtx-ps.drv
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxps/xymtx-ps.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxps/xymtx-ps.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.06-6
+ Revision: f64fb1b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21846 |14mr|texlive-xypic-20120809-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26642
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-xypic
Version:	20120809
Release:	2
Summary:	TeXLive xypic package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xypic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xypic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive xypic package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/xypic/xy388dict.pro
%{_texmfdistdir}/fonts/afm/public/xypic/xyatip10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xybsql10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xybtip10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xycirc10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xycmat10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xycmat11.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xycmat12.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xycmbt10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xycmbt11.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xycmbt12.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xydash10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyeuat10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyeuat11.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyeuat12.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyeubt10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyeubt11.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyeubt12.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyluat10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyluat11.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyluat12.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xylubt10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xylubt11.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xylubt12.afm
%{_texmfdistdir}/fonts/enc/dvips/xypic/xycirc.enc
%{_texmfdistdir}/fonts/enc/dvips/xypic/xyd.enc
%{_texmfdistdir}/fonts/enc/dvips/xypic/xyd2.enc
%{_texmfdistdir}/fonts/map/dvips/xypic/xypic.map
%{_texmfdistdir}/fonts/source/public/xypic/xyatip.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyatip10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyatri.mf
%{_texmfdistdir}/fonts/source/public/xypic/xybsql10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xybtip.mf
%{_texmfdistdir}/fonts/source/public/xypic/xybtip10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xybtri.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycirc10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycm.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycmat10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycmat11.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycmat12.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycmbt10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycmbt11.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycmbt12.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyd.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyd2.mf
%{_texmfdistdir}/fonts/source/public/xypic/xydash10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyeuat10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyeuat11.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyeuat12.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyeubt10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyeubt11.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyeubt12.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyeuler.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyline10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xylu.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyluat10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyluat11.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyluat12.mf
%{_texmfdistdir}/fonts/source/public/xypic/xylubt10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xylubt11.mf
%{_texmfdistdir}/fonts/source/public/xypic/xylubt12.mf
%{_texmfdistdir}/fonts/source/public/xypic/xymisc10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyqc10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xytech.mf
%{_texmfdistdir}/fonts/tfm/public/xypic/xyatip10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xybsql10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xybtip10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xycirc10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xycmat10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xycmat11.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xycmat12.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xycmbt10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xycmbt11.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xycmbt12.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xydash10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyeuat10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyeuat11.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyeuat12.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyeubt10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyeubt11.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyeubt12.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyline10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyluat10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyluat11.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyluat12.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xylubt10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xylubt11.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xylubt12.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xymisc10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyqc10.tfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyatip10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyatip10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xybsql10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xybsql10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xybtip10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xybtip10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xycirc10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xycirc10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xycmat10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xycmat10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xycmat11.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xycmat11.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xycmat12.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xycmat12.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xycmbt10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xycmbt10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xycmbt11.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xycmbt11.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xycmbt12.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xycmbt12.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xydash10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xydash10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyeuat10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyeuat10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyeuat11.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyeuat11.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyeuat12.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyeuat12.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyeubt10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyeubt10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyeubt11.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyeubt11.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyeubt12.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyeubt12.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyluat10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyluat10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyluat11.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyluat11.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyluat12.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyluat12.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xylubt10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xylubt10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xylubt11.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xylubt11.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xylubt12.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xylubt12.pfm
%{_texmfdistdir}/tex/generic/xypic/movie.cls
%{_texmfdistdir}/tex/generic/xypic/xy.sty
%{_texmfdistdir}/tex/generic/xypic/xy.tex
%{_texmfdistdir}/tex/generic/xypic/xy16textures.tex
%{_texmfdistdir}/tex/generic/xypic/xy17oztex.tex
%{_texmfdistdir}/tex/generic/xypic/xy2cell.tex
%{_texmfdistdir}/tex/generic/xypic/xyall.tex
%{_texmfdistdir}/tex/generic/xypic/xyarc.tex
%{_texmfdistdir}/tex/generic/xypic/xyarrow.tex
%{_texmfdistdir}/tex/generic/xypic/xycmactex.tex
%{_texmfdistdir}/tex/generic/xypic/xycmtip.tex
%{_texmfdistdir}/tex/generic/xypic/xycolor.tex
%{_texmfdistdir}/tex/generic/xypic/xycrayon.tex
%{_texmfdistdir}/tex/generic/xypic/xycurve.tex
%{_texmfdistdir}/tex/generic/xypic/xydummy.tex
%{_texmfdistdir}/tex/generic/xypic/xydvidrv.tex
%{_texmfdistdir}/tex/generic/xypic/xydvips.tex
%{_texmfdistdir}/tex/generic/xypic/xydvitops.tex
%{_texmfdistdir}/tex/generic/xypic/xyemtex.tex
%{_texmfdistdir}/tex/generic/xypic/xyframe.tex
%{_texmfdistdir}/tex/generic/xypic/xygraph.tex
%{_texmfdistdir}/tex/generic/xypic/xyidioms.tex
%{_texmfdistdir}/tex/generic/xypic/xyimport.tex
%{_texmfdistdir}/tex/generic/xypic/xyknot.tex
%{_texmfdistdir}/tex/generic/xypic/xyline.tex
%{_texmfdistdir}/tex/generic/xypic/xymacpat.xyp
%{_texmfdistdir}/tex/generic/xypic/xymatrix.tex
%{_texmfdistdir}/tex/generic/xypic/xymovie.tex
%{_texmfdistdir}/tex/generic/xypic/xynecula.tex
%{_texmfdistdir}/tex/generic/xypic/xyoztex.tex
%{_texmfdistdir}/tex/generic/xypic/xypdf-co.tex
%{_texmfdistdir}/tex/generic/xypic/xypdf-cu.tex
%{_texmfdistdir}/tex/generic/xypic/xypdf-fr.tex
%{_texmfdistdir}/tex/generic/xypic/xypdf-li.tex
%{_texmfdistdir}/tex/generic/xypic/xypdf-ro.tex
%{_texmfdistdir}/tex/generic/xypic/xypdf.tex
%{_texmfdistdir}/tex/generic/xypic/xypic.sty
%{_texmfdistdir}/tex/generic/xypic/xypic.tex
%{_texmfdistdir}/tex/generic/xypic/xypicture.tex
%{_texmfdistdir}/tex/generic/xypic/xypoly.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-c.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-col.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-f.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-l.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-pro.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-ps.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-r.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-s.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-t.tex
%{_texmfdistdir}/tex/generic/xypic/xyps.tex
%{_texmfdistdir}/tex/generic/xypic/xypsdict.tex
%{_texmfdistdir}/tex/generic/xypic/xypspatt.tex
%{_texmfdistdir}/tex/generic/xypic/xyrecat.tex
%{_texmfdistdir}/tex/generic/xypic/xyrotate.tex
%{_texmfdistdir}/tex/generic/xypic/xysmart.tex
%{_texmfdistdir}/tex/generic/xypic/xytextures.tex
%{_texmfdistdir}/tex/generic/xypic/xytile.tex
%{_texmfdistdir}/tex/generic/xypic/xytips.tex
%{_texmfdistdir}/tex/generic/xypic/xytp-f.tex
%{_texmfdistdir}/tex/generic/xypic/xytpic.tex
%{_texmfdistdir}/tex/generic/xypic/xyv2.tex
%{_texmfdistdir}/tex/generic/xypic/xyweb.tex
%{_texmfdistdir}/tex/generic/xypic/xyxdvi.tex
%doc %{_texmfdistdir}/doc/generic/xypic/CATALOG
%doc %{_texmfdistdir}/doc/generic/xypic/COPYING
%doc %{_texmfdistdir}/doc/generic/xypic/FONTCOPYING
%doc %{_texmfdistdir}/doc/generic/xypic/INSTALL
%doc %{_texmfdistdir}/doc/generic/xypic/MANIFEST
%doc %{_texmfdistdir}/doc/generic/xypic/README
%doc %{_texmfdistdir}/doc/generic/xypic/TRAILER
%doc %{_texmfdistdir}/doc/generic/xypic/VERSIONS
%doc %{_texmfdistdir}/doc/generic/xypic/Xy-logo.png
%doc %{_texmfdistdir}/doc/generic/xypic/Xy-pic.html
%doc %{_texmfdistdir}/doc/generic/xypic/support/dvitogif89a
%doc %{_texmfdistdir}/doc/generic/xypic/support/install-tds
%doc %{_texmfdistdir}/doc/generic/xypic/support/pnmrawtopcropwhite.c
%doc %{_texmfdistdir}/doc/generic/xypic/xy388src.tar.gz
%doc %{_texmfdistdir}/doc/generic/xypic/xyguide.pdf
%doc %{_texmfdistdir}/doc/generic/xypic/xypdf.pdf
%doc %{_texmfdistdir}/doc/generic/xypic/xyrefer.pdf
%doc %{_texmfdistdir}/doc/generic/xypic/xysource.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120809-2
+ Revision: 773eae3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21847 |14mr|texlive-xypic-tut-pt-20070301-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /info/portuguese/xypic-tutorial
# catalog-date 2007-03-01 23:46:20 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-xypic-tut-pt
Version:	20070301
Release:	3
Summary:	A tutorial for XY-pic, in Portuguese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/portuguese/xypic-tutorial
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xypic-tut-pt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xypic-tut-pt.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg

%description
TeXLive xypic-tut-pt package.

#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/generic/xypic-tut-pt/README
%doc %{_texmfdistdir}/doc/generic/xypic-tut-pt/grafico.eps
%doc %{_texmfdistdir}/doc/generic/xypic-tut-pt/xypic-tutorial.pdf
%doc %{_texmfdistdir}/doc/generic/xypic-tut-pt/xypictutorial.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070301-3
+ Revision: 94a0cc5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21848 |14mr|texlive-xytree-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xytree
# catalog-date 2007-03-13 09:23:19 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-xytree
Version:	1.5
Release:	3
Summary:	Tree macros using XY-Pic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xytree
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xytree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xytree.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The aim of xytree is to draw linguistic syntactic trees with
ease and to support hopefully sufficient functionalities, that
the linguist may need. The package (of course) depends on the
XY-Pic package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xytree/xytree.sty
%doc %{_texmfdistdir}/doc/latex/xytree/README
%doc %{_texmfdistdir}/doc/latex/xytree/xytree-doc-en.pdf
%doc %{_texmfdistdir}/doc/latex/xytree/xytree-doc-en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5-3
+ Revision: 4fc7f80
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21849 |14mr|texlive-yafoot-20061216-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19086
# category Package
# catalog-ctan /macros/latex/contrib/yafoot
# catalog-date 2006-12-16 10:58:44 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-yafoot
Version:	20061216
Release:	3
Summary:	A bundle of miscellaneous footnote packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/yafoot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yafoot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yafoot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yafoot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Contains three packages: - pfnote to number footnotes per page;
- fnpos to control the position of footnotes; and - dblfnote to
make footnotes double-columned.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/yafoot/dblfnote.sty
%{_texmfdistdir}/tex/latex/yafoot/fnpos.sty
%{_texmfdistdir}/tex/latex/yafoot/pfnote.sty
%doc %{_texmfdistdir}/doc/latex/yafoot/README
%doc %{_texmfdistdir}/doc/latex/yafoot/yafoot-man.pdf
%doc %{_texmfdistdir}/doc/latex/yafoot/yafoot-man.tex
#- source
%doc %{_texmfdistdir}/source/latex/yafoot/yafoot.dtx
%doc %{_texmfdistdir}/source/latex/yafoot/yafoot.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061216-3
+ Revision: 5d5e7ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21850 |14mr|texlive-yagusylo-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/yagusylo
# catalog-date 2009-03-03 08:06:14 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-yagusylo
Version:	1.2
Release:	3
Summary:	A symbol loader
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/yagusylo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yagusylo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yagusylo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yagusylo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The name is by way of being an acronym for "Yet Another Grand
Unified Symbols Loader"... The package allows the user to
access a symbol without loading the package that usually
provides it; this has the advantage of avoiding the name
clashes that so commonly trouble those who load symbol-
packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/yagusylo/yagusylo.cfg
%{_texmfdistdir}/tex/latex/yagusylo/yagusylo.sty
%doc %{_texmfdistdir}/doc/latex/yagusylo/LISEZMOI
%doc %{_texmfdistdir}/doc/latex/yagusylo/README
%doc %{_texmfdistdir}/doc/latex/yagusylo/yagusylo-en.pdf
%doc %{_texmfdistdir}/doc/latex/yagusylo/yagusylo-fr.pdf
%doc %{_texmfdistdir}/doc/latex/yagusylo/yagusylo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/yagusylo/Makefile
%doc %{_texmfdistdir}/source/latex/yagusylo/yagusylo.dtx
%doc %{_texmfdistdir}/source/latex/yagusylo/yagusylo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2-3
+ Revision: e14841b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21851 |14mr|texlive-yannisgr-20110522-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22613
# category Package
# catalog-ctan /fonts/greek/yannis
# catalog-date 2011-05-22 00:38:15 +0200
# catalog-license gpl2
# catalog-version undef
Name:		texlive-yannisgr
Version:	20110522
Release:	3
Summary:	Greek fonts by Yannis Haralambous
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/yannis
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yannisgr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yannisgr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A family of 7-bit fonts with a code table designed for setting
modern polytonic Greek. The fonts are provided as Metafont
source; macros to produce a Greek variant of Plain TeX
(including a hyphenation table adapted to the fonts' code
table) are provided.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/yannisgr/csc_misce.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/gen_m_acc.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/greekcsc.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/it_digits.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/it_lig.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/it_lower.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/ligcsc.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/m_accent.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/m_greek.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/mrgrbf10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/mrgrrg10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/mrgrsl10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/mrgrti10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgen_acc.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgraccent.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrbase.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrbf10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgreek.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrlig.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrlower.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrpunct.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrrg10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrsc10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrsl10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrti10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrupper.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/scsc.mf
%{_texmfdistdir}/fonts/tfm/public/yannisgr/mrgrbf10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/mrgrrg10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/mrgrsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/mrgrti10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/rgrbf10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/rgrrg10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/rgrsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/rgrsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/rgrti10.tfm
%doc %{_texmfdistdir}/doc/fonts/yannisgr/00changes.txt
%doc %{_texmfdistdir}/doc/fonts/yannisgr/README
%doc %{_texmfdistdir}/doc/fonts/yannisgr/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/yannisgr/monsyl.txt
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgreekmacros.tex
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgrhyph.tex
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgrpaper.lis
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgrpaper.tex
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgrsc10.300gf
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgrsc10.lis
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgrsc10.pl
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgrtestfont.tex
%doc %{_texmfdistdir}/doc/fonts/yannisgr/tomakeformat.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20110522-3
+ Revision: e66001c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21852 |14mr|texlive-yax-1.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21183
# category Package
# catalog-ctan /macros/generic/yax
# catalog-date 2011-01-23 17:05:29 +0100
# catalog-license lppl
# catalog-version 1.03
Name:		texlive-yax
Version:	1.03
Release:	3
Summary:	Yet Another Key System
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/yax
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yax.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yax.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
YaX is advertised as a key system, but it rather organizes
attributes in parameters, which parameters can be executed, so
that YaX is halfway between key management and macro definition
(and actually hopes to provide a user's interface). Values
assigned to attributes can be retrieved and tested in various
ways, with full expandability ensured as much as possible.
Finally, YaX's syntax is a quite peculiar (as few braces as
possible), but may be customized. YaX is based on texapi and
thus requires e-TeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/yax/t-yax.tex
%{_texmfdistdir}/tex/generic/yax/yax.sty
%{_texmfdistdir}/tex/generic/yax/yax.tex
%doc %{_texmfdistdir}/doc/generic/yax/README
%doc %{_texmfdistdir}/doc/generic/yax/yax-doc.pdf
%doc %{_texmfdistdir}/doc/generic/yax/yax-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.03-3
+ Revision: 0c6f892
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21853 |14mr|texlive-ydoc-0.6alpha-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24709
# category Package
# catalog-ctan /macros/latex/contrib/ydoc
# catalog-date 2011-11-19 21:39:40 +0100
# catalog-license lppl1.3
# catalog-version 0.6alpha
Name:		texlive-ydoc
Version:	0.6alpha
Release:	3
Summary:	Macros for documentation of LaTeX classes and packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ydoc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ydoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ydoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ydoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros and environments to document LaTeX
packages and classes. It is an (as yet unfinished) alternative
to the ltxdoc class and the doc or xdoc packages. The aim is to
provide a different layout and more modern styles (using the
xcolor, hyperref packages, etc.) This is an alpha release, and
should probably not (yet) be used with other packages, since
the implementation might change. Nevertheless, the author uses
it to document his own packages.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/ydoc/ydocincl.tex
%{_texmfdistdir}/tex/generic/ydoc/ydocstrip.tex
%{_texmfdistdir}/tex/latex/ydoc/ydoc-code.sty
%{_texmfdistdir}/tex/latex/ydoc/ydoc-desc.sty
%{_texmfdistdir}/tex/latex/ydoc/ydoc-doc.sty
%{_texmfdistdir}/tex/latex/ydoc/ydoc-expl.sty
%{_texmfdistdir}/tex/latex/ydoc/ydoc.cfg
%{_texmfdistdir}/tex/latex/ydoc/ydoc.cls
%{_texmfdistdir}/tex/latex/ydoc/ydoc.sty
%doc %{_texmfdistdir}/doc/latex/ydoc/README
%doc %{_texmfdistdir}/doc/latex/ydoc/ydoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ydoc/ydoc.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6alpha-3
+ Revision: 691997e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21854 |14mr|texlive-yfonts-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/yfonts
# catalog-date 2007-03-01 23:46:20 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-yfonts
Version:	1.3
Release:	3
Summary:	Support for old German fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/yfonts
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yfonts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yfonts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX interface to the old-german fonts designed by Yannis
Haralambous: Gothic, Schwabacher, Fraktur and the baroque
initials.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/yfonts/yfonts.sty
%doc %{_texmfdistdir}/doc/latex/yfonts/frktest.tex
%doc %{_texmfdistdir}/doc/latex/yfonts/liesmich
%doc %{_texmfdistdir}/doc/latex/yfonts/readme
#- source
%doc %{_texmfdistdir}/source/latex/yfonts/yfonts.dtx
%doc %{_texmfdistdir}/source/latex/yfonts/yfonts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-3
+ Revision: 5dfacdb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21855 |14mr|texlive-yhmath-20070301-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/yhmath
# catalog-date 2007-03-01 23:46:20 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-yhmath
Version:	20070301
Release:	3
Summary:	Extended maths fonts for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/yhmath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yhmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yhmath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yhmath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The yhmath bundle contains fonts (type in 1 format) and a LaTeX
package for using them.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/yhmath/yhmath.map
%{_texmfdistdir}/fonts/source/public/yhmath/yhbigacc.mf
%{_texmfdistdir}/fonts/source/public/yhmath/yhbigdel.mf
%{_texmfdistdir}/fonts/source/public/yhmath/yhcmex10.mf
%{_texmfdistdir}/fonts/source/public/yhmath/yhmathex.mf
%{_texmfdistdir}/fonts/source/public/yhmath/yrcmex10.mf
%{_texmfdistdir}/fonts/tfm/public/yhmath/yhcmex10.tfm
%{_texmfdistdir}/fonts/tfm/public/yhmath/yrcmex10.tfm
%{_texmfdistdir}/fonts/type1/public/yhmath/yhcmex.pfb
%{_texmfdistdir}/fonts/vf/public/yhmath/yhcmex10.vf
%{_texmfdistdir}/tex/latex/yhmath/OMXyhex.fd
%{_texmfdistdir}/tex/latex/yhmath/yhmath.sty
%doc %{_texmfdistdir}/doc/latex/yhmath/yhmath.pdf
#- source
%doc %{_texmfdistdir}/source/latex/yhmath/yhmath.drv
%doc %{_texmfdistdir}/source/latex/yhmath/yhmath.dtx
%doc %{_texmfdistdir}/source/latex/yhmath/yhmath.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20070301-3
+ Revision: 4974c7b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21856 |14mr|texlive-york-thesis-3.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23348
# category Package
# catalog-ctan /macros/latex/contrib/york-thesis
# catalog-date 2011-06-14 00:09:45 +0200
# catalog-license lppl1.3
# catalog-version 3.6
Name:		texlive-york-thesis
Version:	3.6
Release:	3
Summary:	A thesis class file for York University, Toronto
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/york-thesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/york-thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/york-thesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/york-thesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
York Graduate Studies has again changed the requirements for
theses and dissertations. The established york-thesis class
file now implements the changes made in Spring 2005.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/york-thesis/york-thesis.cls
%doc %{_texmfdistdir}/doc/latex/york-thesis/README
%doc %{_texmfdistdir}/doc/latex/york-thesis/york-thesis-Template.tex
%doc %{_texmfdistdir}/doc/latex/york-thesis/york-thesis.el
%doc %{_texmfdistdir}/doc/latex/york-thesis/york-thesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/york-thesis/york-thesis.dtx
%doc %{_texmfdistdir}/source/latex/york-thesis/york-thesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.6-3
+ Revision: 912c113
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21857 |14mr|texlive-youngtab-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17635
# category Package
# catalog-ctan /macros/latex/contrib/youngtab
# catalog-date 2010-03-30 14:47:00 +0200
# catalog-license lppl1
# catalog-version 1.1
Name:		texlive-youngtab
Version:	1.1
Release:	3
Summary:	Typeset Young-Tableaux
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/youngtab
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/youngtab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/youngtab.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/youngtab.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for typesetting Young-Tableaux, mathematical symbols
for the representations of groups, providing two macros,
\yng(1) and \young(1) to generate the whole Young-Tableaux.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/youngtab/youngtab.sty
%doc %{_texmfdistdir}/doc/latex/youngtab/README
%doc %{_texmfdistdir}/doc/latex/youngtab/makeydoc
%doc %{_texmfdistdir}/doc/latex/youngtab/makeydoc.bat
%doc %{_texmfdistdir}/doc/latex/youngtab/youngtab.el
%doc %{_texmfdistdir}/doc/latex/youngtab/youngtab.pdf
%doc %{_texmfdistdir}/doc/latex/youngtab/youngtab.tex
#- source
%doc %{_texmfdistdir}/source/latex/youngtab/youngtab.dtx
%doc %{_texmfdistdir}/source/latex/youngtab/youngtab.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-3
+ Revision: 6356d92
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21858 |14mr|texlive-yplan-20061216-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/yplan
# catalog-date 2006-12-16 10:58:44 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-yplan
Version:	20061216
Release:	3
Summary:	Daily planner type calendar
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/yplan
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yplan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yplan.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Prints two six-monthly vertical-type daily planner (i.e.,
months along the top, days downwards), with each 6-month period
fitting onto a single A4 (or US letter) sheet. The package
offers support for English, French, German, Spanish and
Portuguese. The previous scheme of annual updates has now been
abandoned, in favour of a Perl script yplan that generates a
year's planner automatically. (The last manually-generated
LaTeX file remains on the archive.).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/yplan/yplan.sty
%doc %{_texmfdistdir}/doc/latex/yplan/yplan
%doc %{_texmfdistdir}/doc/latex/yplan/yplan.doc
%doc %{_texmfdistdir}/doc/latex/yplan/yplan00.doc
%doc %{_texmfdistdir}/doc/latex/yplan/yplan00a.tex
%doc %{_texmfdistdir}/doc/latex/yplan/yplan00b.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061216-3
+ Revision: b869ce6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21859 |14mr|texlive-ytableau-1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27430
# category Package
# catalog-ctan /macros/latex/contrib/ytableau
# catalog-date 2012-08-16 12:45:33 +0200
# catalog-license lppl1.2
# catalog-version 1.3
Name:		texlive-ytableau
Version:	1.3
Release:	6
Summary:	Many-featured Young tableaux and Young diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ytableau
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ytableau.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ytableau.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ytableau.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides several functions for drawing Young
tableaux and Young diagrams, extending the young and youngtab
packages but providing lots more features. Skew and coloured
tableaux are easy, and pgfkeys-enabled options are provided
both at package load and configurably.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ytableau/ytableau.sty
%doc %{_texmfdistdir}/doc/latex/ytableau/README
%doc %{_texmfdistdir}/doc/latex/ytableau/ytableau.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ytableau/ytableau.dtx
%doc %{_texmfdistdir}/source/latex/ytableau/ytableau.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-6
+ Revision: d74be31
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21860 |14mr|texlive-zapfchan-20140418-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21993
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-zapfchan
Version:	20140418
Release:	1
Summary:	URW "Base 35" font pack for LaTeX

Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirror.macomnet.net/pub/CTAN/systems/texlive/tlnet/archive/zapfchan.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/zapfchan/config.uzc
%{_texmfdistdir}/fonts/afm/adobe/zapfchan/pzcmi8a.afm
%{_texmfdistdir}/fonts/afm/urw/zapfchan/uzcmi8a.afm
%{_texmfdistdir}/fonts/map/dvips/zapfchan/uzc.map
%{_texmfdistdir}/fonts/tfm/adobe/zapfchan/pzcmi.tfm
%{_texmfdistdir}/fonts/tfm/adobe/zapfchan/pzcmi7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/zapfchan/pzcmi8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/zapfchan/pzcmi8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/zapfchan/pzcmi8t.tfm
# %{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/zapfchan/pzcmi8z.tfm
# %{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/zapfchan/rpzcmi.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/zapfchan/uzcmi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/zapfchan/uzcmi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/zapfchan/uzcmi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/zapfchan/uzcmi8t.tfm
%{_texmfdistdir}/fonts/type1/urw/zapfchan/uzcmi8a.pfb
%{_texmfdistdir}/fonts/type1/urw/zapfchan/uzcmi8a.pfm
%{_texmfdistdir}/fonts/vf/adobe/zapfchan/pzcmi.vf
%{_texmfdistdir}/fonts/vf/adobe/zapfchan/pzcmi7t.vf
%{_texmfdistdir}/fonts/vf/adobe/zapfchan/pzcmi8c.vf
%{_texmfdistdir}/fonts/vf/adobe/zapfchan/pzcmi8t.vf
# %{_texmfdistdir}/fonts/vf/cspsfonts-adobe/zapfchan/pzcmi8z.vf
%{_texmfdistdir}/fonts/vf/urw35vf/zapfchan/uzcmi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/zapfchan/uzcmi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/zapfchan/uzcmi8t.vf
%{_texmfdistdir}/tex/latex/zapfchan/8ruzc.fd
%{_texmfdistdir}/tex/latex/zapfchan/omluzc.fd
%{_texmfdistdir}/tex/latex/zapfchan/omsuzc.fd
%{_texmfdistdir}/tex/latex/zapfchan/ot1uzc.fd
%{_texmfdistdir}/tex/latex/zapfchan/t1uzc.fd
%{_texmfdistdir}/tex/latex/zapfchan/ts1uzc.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}

%changelog
* Mon Jul 21 2014 dsilakov <denis.silakov@rosalab.ru> 20140418-1
+ Revision: 63d05c7
- Merge pull request #2 from import/texlive-zapfchan:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21861 |14mr|texlive-zapfding-20140418-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21570
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-zapfding
Version:	20140418
Release:	1
Summary:	URW "Base 35" font pack for LaTeX

Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirror.macomnet.net/pub/CTAN/systems/texlive/tlnet/archive/zapfding.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/zapfding/config.uzd
%{_texmfdistdir}/fonts/afm/adobe/zapfding/pzdr.afm
%{_texmfdistdir}/fonts/afm/urw/zapfding/uzdr.afm
%{_texmfdistdir}/fonts/map/dvips/zapfding/uzd.map
%{_texmfdistdir}/fonts/tfm/adobe/zapfding/pzdr.tfm
# %{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/zapfding/rpzdr.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/zapfding/uzdr.tfm
%{_texmfdistdir}/fonts/type1/urw/zapfding/uzdr.pfb
%{_texmfdistdir}/fonts/type1/urw/zapfding/uzdr.pfm
%{_texmfdistdir}/tex/latex/zapfding/uuzd.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}

%changelog
* Mon Jul 21 2014 dsilakov <denis.silakov@rosalab.ru> 20140418-1
+ Revision: d8c5b4d
- Merge pull request #2 from import/texlive-zapfding:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21862 |14mr|texlive-zed-csp-20080405-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17258
# category Package
# catalog-ctan /macros/latex/contrib/zed-csp
# catalog-date 2008-04-05 21:05:50 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-zed-csp
Version:	20080405
Release:	3
Summary:	Typesetting Z and CSP format specifications
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/zed-csp
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zed-csp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zed-csp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports real-time CSP and incorporates the
functionality of Spivey's original Z package, written for LaTeX
2.09.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/zed-csp/zed-csp.sty
%doc %{_texmfdistdir}/doc/latex/zed-csp/csp2e.pdf
%doc %{_texmfdistdir}/doc/latex/zed-csp/csp2e.tex
%doc %{_texmfdistdir}/doc/latex/zed-csp/zed2e.pdf
%doc %{_texmfdistdir}/doc/latex/zed-csp/zed2e.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080405-3
+ Revision: ac04177
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21863 |14mr|texlive-zhmetrics-r206-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22207
# category Package
# catalog-ctan /fonts/metrics/zhmetrics
# catalog-date 2009-11-10 09:00:49 +0100
# catalog-license lppl
# catalog-version r206
Name:		texlive-zhmetrics
Version:	r206
Release:	3
Summary:	TFM subfont files for using Chinese fonts in 8-bit TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/metrics/zhmetrics
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhmetrics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhmetrics.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhmetrics.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These are metrics to use existing Chinese TrueType fonts in
workflows that use LaTeX & dvipdfmx, or pdfLaTeX. The fonts
themselves are not included in the package. Six font families
are supported: kai, song, lishu, fangsong, youyuan and hei. Two
encodings (GBK and UTF-8) are supported.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbdb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbdc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbdd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbdf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbeb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbed.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsldb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsldc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsldd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsldf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsleb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsled.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifscb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifscc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifscd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifscf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsdb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsdc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsdd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsdf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifseb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsed.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssldb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssldc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssldd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssldf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssleb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssled.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheibb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheibc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheibd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheibe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheibf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheica.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheicb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheicc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheicd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheice.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheicf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheida.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheidb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheidc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheidd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheide.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheidf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheieb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheied.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheief.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheifa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheifb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheifc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheifd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheife.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisldb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisldc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisldd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisldf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisleb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisled.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaibb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaibc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaibd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaibe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaibf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaica.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaicb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaicc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaicd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaice.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaicf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaida.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaidb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaidc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaidd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaide.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaidf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaieb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaied.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaief.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaifa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaifb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaifc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaifd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaife.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisldb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisldc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisldd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisldf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisleb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisled.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilibb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilibc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilibd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilibe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilibf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilica.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilicb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilicc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilicd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilice.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilicf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilida.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilidb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilidc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilidd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilide.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilidf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilieb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilied.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilief.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilifa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilifb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilifc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilifd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilife.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisldb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisldc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisldd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisldf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisleb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisled.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongdb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongdc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongdd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongdf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongeb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonged.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsldb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsldc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsldd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsldf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsleb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsled.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoubb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoubc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoubd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoube.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoubf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoucb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoucc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoucd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoucf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoudb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoudc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoudd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoude.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoudf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoueb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoued.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoufa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoufb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoufc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoufd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoufe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousldb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousldc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousldd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousldf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousleb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousled.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslff.tfm
%{_texmfdistdir}/tex/generic/zhmetrics/zhwinfonts.tex
%{_texmfdistdir}/tex/latex/zhmetrics/c19fs.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19hei.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19kai.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19li.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19you.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19zhfs.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19zhhei.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19zhkai.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19zhli.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19zhsong.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19zhyou.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70fs.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70hei.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70kai.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70li.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70you.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70zhfs.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70zhhei.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70zhkai.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70zhli.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70zhsong.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70zhyou.fd
%doc %{_texmfdistdir}/doc/fonts/zhmetrics/README
#- source
%doc %{_texmfdistdir}/source/fonts/zhmetrics/CTeXFonts.lua
%doc %{_texmfdistdir}/source/fonts/zhmetrics/ttfonts.map
%doc %{_texmfdistdir}/source/fonts/zhmetrics/zhfd.lua
%doc %{_texmfdistdir}/source/fonts/zhmetrics/zhtfm.lua

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> r206-3
+ Revision: 147e7b4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21864 |14mr|texlive-zhnumber-1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27120
# category Package
# catalog-ctan /macros/latex/contrib/zhnumber
# catalog-date 2012-07-20 19:39:58 +0200
# catalog-license lppl1.3
# catalog-version 1.6
Name:		texlive-zhnumber
Version:	1.6
Release:	2
Summary:	Typeset Chinese representations of numbers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/zhnumber
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhnumber.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhnumber.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhnumber.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to typeset Chinese
representations of numbers. The main difference between this
package and CJKnumb is that the commands provided are
expandable in the 'proper' way.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/zhnumber/config/zhnumber-big5.cfg
%{_texmfdistdir}/tex/latex/zhnumber/config/zhnumber-gbk.cfg
%{_texmfdistdir}/tex/latex/zhnumber/config/zhnumber-utf8.cfg
%{_texmfdistdir}/tex/latex/zhnumber/zhnumber.sty
%doc %{_texmfdistdir}/doc/latex/zhnumber/README
%doc %{_texmfdistdir}/doc/latex/zhnumber/zhnumber.pdf
#- source
%doc %{_texmfdistdir}/source/latex/zhnumber/zhnumber.dtx
%doc %{_texmfdistdir}/source/latex/zhnumber/zhnumber.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6-2
+ Revision: 8d455aa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21865 |14mr|texlive-zhspacing-20120314-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25644
# category Package
# catalog-ctan /macros/xetex/generic/zhspacing
# catalog-date 2012-03-14 18:58:06 +0100
# catalog-license lppl
# catalog-version 2012/03/14
Name:		texlive-zhspacing
Version:	20120314
Release:	2
Summary:	Spacing for mixed CJK-English documents in XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/generic/zhspacing
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhspacing.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhspacing.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package manages spacing in a CJK document; between
consecutive Chinese letters, spaces are ignored, but a
consistent space is inserted between Chinese text and English
(or mathematics). The package may be used by any document
format under XeTeX.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xetex/zhspacing/context/t-zhspacing.tex
%{_texmfdistdir}/tex/xetex/zhspacing/generic/zhmath.sty
%{_texmfdistdir}/tex/xetex/zhspacing/generic/zhsmyclass.sty
%{_texmfdistdir}/tex/xetex/zhspacing/generic/zhspacing.sty
%{_texmfdistdir}/tex/xetex/zhspacing/generic/zhsusefulmacros.sty
%{_texmfdistdir}/tex/xetex/zhspacing/latex/zhfont.sty
%{_texmfdistdir}/tex/xetex/zhspacing/latex/zhulem.sty
%doc %{_texmfdistdir}/doc/xetex/zhspacing/README
%doc %{_texmfdistdir}/doc/xetex/zhspacing/test/zhspacing-context-test.tex
%doc %{_texmfdistdir}/doc/xetex/zhspacing/zhs-man.pdf
%doc %{_texmfdistdir}/doc/xetex/zhspacing/zhs-man.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120314-2
+ Revision: bd664bb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21866 |14mr|texlive-ziffer-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ziffer
# catalog-date 2008-08-24 14:22:28 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-ziffer
Version:	2.1
Release:	3
Summary:	Conversion of punctuation in maths mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ziffer
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ziffer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ziffer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package modifies the behaviour of characters in maths mode
so that: '.' is used as a one-thousand separator (as is common
in Germany) ',' is used as a decimal separator (as is common in
Germany) '--' is represented with spacing as appropriate to
such constructs as '1.000,--'. These conversions may be
switched on and off.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ziffer/ziffer.sty
%doc %{_texmfdistdir}/doc/latex/ziffer/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1-3
+ Revision: 2fe31f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21867 |14mr|texlive-zwgetfdate-20080824-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/zwgetfdate
# catalog-date 2008-08-24 14:29:08 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-zwgetfdate
Version:	20080824
Release:	3
Summary:	Get package or file date
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/zwgetfdate
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zwgetfdate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zwgetfdate.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables to fetch dates of used packages and files
and provide such information in macros. It is useful for
automatic obtaining the date of a package being documented,
mainly if you do not use doc/docstrip.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/zwgetfdate/zwgetfdate.sty
%doc %{_texmfdistdir}/doc/latex/zwgetfdate/License.txt
%doc %{_texmfdistdir}/doc/latex/zwgetfdate/README
%doc %{_texmfdistdir}/doc/latex/zwgetfdate/zwgetfdate.pdf
%doc %{_texmfdistdir}/doc/latex/zwgetfdate/zwgetfdate.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20080824-3
+ Revision: d632bb1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21868 |14mr|texlive-zwpagelayout-20120809-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26549
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-zwpagelayout
Version:	20120809
Release:	2
Summary:	TeXLive zwpagelayout package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zwpagelayout.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zwpagelayout.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive zwpagelayout package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/zwpagelayout/zwpagelayout.sty
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/License.txt
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/LoremIpsumDolor.tex
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/README
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/adjustfoot.pdf
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/adjustfoot.tex
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/adjusthead.pdf
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/adjusthead.tex
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/coversample.pdf
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/coversample.tex
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/zwpagelayout.pdf
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/zwpagelayout.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20120809-2
+ Revision: bdc0b91
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21869 |14mr|texlive-zxjafbfont-20131009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28539
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-zxjafbfont
Version:	20131009
Release:	6
Summary:	TeXLive zxjafbfont package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjafbfont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjafbfont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive zxjafbfont package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/zxjafbfont/zxjafbfont.sty
%doc %{_texmfdistdir}/doc/latex/zxjafbfont/LICENSE
%doc %{_texmfdistdir}/doc/latex/zxjafbfont/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20131009-6
+ Revision: 6c625ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21870 |14mr|texlive-zxjafont-0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30105
# category Package
# catalog-ctan /language/japanese/zxjafont
# catalog-date 2013-04-25 17:40:06 +0200
# catalog-license other-free
# catalog-version 0.2
Name:		texlive-zxjafont
Version:	0.2
Release:	6
Summary:	Set up Japanese font families for XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/zxjafont
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjafont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjafont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive zxjafont package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/zxjafont/zxjafont.sty
%doc %{_texmfdistdir}/doc/latex/zxjafont/LICENSE
%doc %{_texmfdistdir}/doc/latex/zxjafont/README
%doc %{_texmfdistdir}/doc/latex/zxjafont/zxjafont.pdf
%doc %{_texmfdistdir}/doc/latex/zxjafont/zxjafont.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2-6
+ Revision: c96ed8b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21871 |14mr|texlive-zxjatype-0.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28541
# category Package
# catalog-ctan /language/japanese/zxjatype
# catalog-date 2012-12-15 19:00:17 +0100
# catalog-license other-free
# catalog-version 0.6
Name:		texlive-zxjatype
Version:	0.6
Release:	6
Summary:	Standard conforming typesetting of Japanese, for XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/zxjatype
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjatype.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjatype.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive zxjatype package.

%post
    %{_sbindir}/texlive.post

%postun
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/zxjatype/zxjatype.sty
%doc %{_texmfdistdir}/doc/latex/zxjatype/LICENSE
%doc %{_texmfdistdir}/doc/latex/zxjatype/README
%doc %{_texmfdistdir}/doc/latex/zxjatype/example/example.pdf
%doc %{_texmfdistdir}/doc/latex/zxjatype/example/example.tex
%doc %{_texmfdistdir}/doc/latex/zxjatype/example/xetexsamp01.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-6
+ Revision: 3f8e42e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21872 |14mr|tftp-5.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	The client and server for the Trivial File Transfer Protocol (TFTP)
Name: 		tftp
Version: 	5.1
Release: 	7
License: 	BSD
Group: 		System/Servers
URL:		http://www.kernel.org/pub/software/network/tftp/
Source0: 	http://www.kernel.org/pub/software/network/tftp/tftp-hpa/tftp-hpa-%{version}.tar.xz
Source1: 	tftp-xinetd
Patch0:		tftp-mips.patch
Patch1:		tftp-0.40-remap.patch
Patch2:		tftp-hpa-0.39-tzfix.patch
Patch3:		tftp-0.42-tftpboot.patch
Patch4:		tftp-0.49-chk_retcodes.patch
Patch5:		tftp-hpa-0.49-fortify-strcpy-crash.patch
Patch6:		tftp-0.49-cmd_arg.patch
Patch7:		tftp-hpa-0.49-stats.patch
BuildRequires:	tcp_wrappers-devel readline-devel

%description
The Trivial File Transfer Protocol (TFTP) is normally used only for booting
diskless workstations. The tftp package provides the user interface for TFTP,
which allows users to transfer files to and from a remote machine. This
program, and TFTP, provide very little security, and should not be enabled
unless it is expressly needed.

%package	server
Summary:	The server for the Trivial File Transfer Protocol (TFTP)
Group:		System/Servers
Requires:	xinetd
Requires(post):	rpm-helper
Requires(preun):rpm-helper

%description	server
The Trivial File Transfer Protocol (TFTP) is normally used only for booting
diskless workstations.  The tftp-server package provides the server for TFTP,
which allows users to transfer files to and from a remote machine. TFTP
provides very little security, and should not be enabled unless it is
expressly needed. The TFTP server is run from %{_sysconfdir}/xinetd.d/tftp,
and is disabled by default on a Mandriva Linux systems.

%prep
%setup -q  -n tftp-hpa-%{version}
%patch0 -p1
%patch1 -p1 -b .zero~
%patch2 -p1 -b .tzfix~
%patch3 -p1 -b .tftpboot~
%patch4 -p1 -b .chk_retcodes~
%patch5 -p1 -b .fortify-strcpy-crash~
%patch6 -p1 -b .cmd_arg~
%patch7 -p1 -b .stats~
autoreconf

%build
%serverbuild

%configure2_5x

%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man{1,8}
mkdir -p %{buildroot}%{_sbindir}

make INSTALLROOT=%{buildroot} MANDIR=%{_mandir} install
install -m755 -d %{buildroot}%{_localstatedir}/lib/tftpboot/
install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/xinetd.d/tftp

%files
%{_bindir}/tftp
%{_mandir}/man1/*

%files server
%dir %{_localstatedir}/lib/tftpboot
%config(noreplace) %{_sysconfdir}/xinetd.d/tftp
%{_sbindir}/in.tftpd
%{_mandir}/man8/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.1-7
+ Revision: 836aa8e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21873 |14mr|thinkfan-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           thinkfan
Version:        0.8.0
Release:        2
Summary:        Simple and lightweight fan control program
Group:		System/Base
License:        GPLv3+
URL:            http://thinkfan.sourceforge.net/
Source0:        http://downloads.sourceforge.net/thinkfan/%{name}-%{version}.tar.gz
Source1:        %{name}.service
BuildRequires:  systemd-units
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

%define unitdir /lib/systemd/system/

%description
Thinkfan is a simple, lightweight fan control program. Originally designed
specifically for IBM/Lenovo Thinkpads, it now supports any kind of system via
the sysfs hwmon interface (/sys/class/hwmon). It is designed to eat as little
CPU power as possible.

%prep
%setup -q


%build
%make


%install
install -p -D -m 0755 thinkfan %{buildroot}%{_sbindir}/%{name}
#install -p -D -m 644 rcscripts/%{name}.service %{buildroot}%{_unitdir}/%{name}.service
# this is more complete:
install -p -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
install -p -D -m 644 examples/thinkfan.conf.complex  %{buildroot}%{_sysconfdir}/%{name}.conf

%post
if [ $1 -eq 1 ] ; then 
    # Initial installation 
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun
if [ $1 -eq 0 ] ; then
    # Package removal, not upgrade
    /bin/systemctl --no-reload disable %{name}.service > /dev/null 2>&1 || :
    /bin/systemctl stop %{name}.service > /dev/null 2>&1 || :
fi

%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall
    /bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
fi

%files
%doc README ChangeLog NEWS examples/
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_sbindir}/%{name}
%{_unitdir}/%{name}.service



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.0-2
+ Revision: 3763a73
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21874 |14mr|tidy-20090904-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define apiver 0.99
%define major 0
%define libname %mklibname %{name} %{apiver} %{major}
%define develname %mklibname %name -d

Summary:	Program for tidying up messy HTML
Name:		tidy
Version:	20090904
Release:	8
Epoch:		1
Group:		Text tools
License:	W3C License
URL:		http://tidy.sourceforge.net/
Source0:	http://tidy.sourceforge.net/src/tidy-%{version}.tar.bz2
Patch0:		tidy-20081224cvs-fix-format-errors.patch
Requires:	%{libname} = %{EVRD}
BuildRequires:	xsltproc

%description
tidy is a program for tidying up messy html, for example, when we do 
html in vi, and we make the text italic with the <i> </i> tag some of us may
forget to end the italic text with </i>. tidy fixes this.

Install this if you need a program to help you tidy up your HTML.

%package -n	%{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n	%{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{develname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%prep
%setup -q
%patch0 -p1

%build
sh build/gnuauto/setup.sh
%configure2_5x --disable-static
%make

# generate man page
console/tidy -xml-help >  htmldoc/tidy-help.xml
console/tidy -xml-config >  htmldoc/tidy-config.xml
xsltproc -o tidy.1 htmldoc/tidy1.xsl  htmldoc/tidy-help.xml

%install
%__rm -rf %{buildroot}

%makeinstall_std

install -d -m 755 %{buildroot}%{_mandir}/man1
install -m 644 tidy.1 %{buildroot}%{_mandir}/man1/%{name}.1

%files
%doc htmldoc/*
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:20090904-8
+ Revision: 65c548c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21875 |14mr|tigervnc-1.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# snapshotver is year-month-day-svnrevision, generated by "make dist"
%define snapshot        0
%define snapshotversion 20140212svn5159
%define rel             3

Summary:	Viewer for the VNC remote display system
Name:		tigervnc
Version:	1.3.1
%if %{snapshot}
Release:	0.%{snapshotversion}.%{rel}
Source0:	%{name}-%{version}-%{snapshotversion}.tar.bz2
%else
Release:	%{rel}
Source0:	http://optimate.dl.sourceforge.net/project/tigervnc/tigervnc/%{version}/%{name}-%{version}.tar.gz
%endif
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://www.tigervnc.com/
Source1:	vncviewer.desktop
# Missing from "make dist":
Source2:	%{name}-media.tar.gz
Source3:	vncserver.service
Source4:	vncserver.sysconfig
Source5:	10-libvnc.conf
# we put cmake build into a different dir
Patch1:		tigervnc-1.2.80-builddir.patch
Patch3:		tigervnc-1.2.80-strfmt.patch
# fedora patches
Patch10:	tigervnc-cookie.patch
Patch11:	tigervnc11-ldnow.patch
Patch12:	tigervnc11-gethomedir.patch
Patch13:	tigervnc11-rh692048.patch
Patch15:	tigervnc-setcursor-crash.patch
Patch16:	tigervnc-manpages.patch
Patch17:	tigervnc-getmaster.patch
Patch18:	tigervnc-shebang.patch
Patch19:	tigervnc-1.3.0-xserver-1.15.patch
Patch21:	tigervnc-zrle-crash.patch
Patch22:	tigervnc-cursor.patch

#(proyvind): FIXME: this one got fscked, needs to be fixed in Makefile.am, so
# that miext/sync/libsync.la gets built first...
#Patch18: tigervnc-1.0.90-link-against-forgotten-local-library.patch

BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	nasm
BuildRequires:	x11-font-util
BuildRequires:	x11-server-source
BuildRequires:	x11-util-macros
BuildRequires:	fltk-devel
BuildRequires:	gettext-devel
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfont)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(xtrans)
BuildRequires:	pkgconfig(xtst)

# Old RealVNC package:
Provides:	vncviewer
Conflicts:	tightvnc

%description
Virtual Network Computing (VNC) is a remote display system which
allows you to view a computing 'desktop' environment not only on the
machine where it is running, but from anywhere on the Internet and
from a wide variety of machine architectures.  This package contains a
client which will allow you to connect to other desktops running a VNC
server.

%files -f %{name}.lang
%doc README.txt
%{_bindir}/vncviewer
%{_iconsdir}/*
%{_datadir}/applications/*
%{_mandir}/man1/vncviewer.1*

#------------------------------------------------------------------------------

%package server
Summary:	Server for the VNC remote display system
Group:		Networking/Remote access
# Old RealVNC package:
Provides:	vnc-server
Conflicts:	tightvnc-server
# no longer require it because we have systemd service now
#Requires:	vnc-server-common
Conflicts:	vnc-server-common

%description server
The VNC system allows you to access the same desktop from a wide
variety of platforms.  This package is a TigerVNC server, allowing
others to access the desktop on your machine.

%files server
%{_bindir}/vncconfig
%{_bindir}/vncpasswd
%{_bindir}/x0vncserver
%{_bindir}/Xvnc
%{_bindir}/vncserver
%{_mandir}/man1/Xvnc.1*
%{_mandir}/man1/vncpasswd.1*
%{_mandir}/man1/vncconfig.1*
%{_mandir}/man1/vncserver.1*
%{_mandir}/man1/x0vncserver.1*
%config(noreplace) %{_sysconfdir}/sysconfig/vncservers
%{_unitdir}/vncserver@.service

#------------------------------------------------------------------------------

%package server-module
Summary:	Xorg module for the VNC remote display system
Group:		Networking/Remote access
Provides:	vnc-server-module
Requires:	x11-server-xorg

%description server-module
This package contains libvnc.so module to X server, allowing others
to access the desktop on your machine.

%files server-module
%{_libdir}/xorg/modules/extensions/libvnc.so
%config %{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf

#------------------------------------------------------------------------------

%package java
Summary:	Java viewer for the VNC remote display system
Group:		Networking/Remote access
# Old RealVNC package:
Provides:	vnc-java
Conflicts:	tightvnc-java

# "TightVNC-specific" is not a typo, see the README file located inside the
# java source tree
%description java
This distribution is based on the standard VNC source and includes new
TightVNC-specific features and fixes, such as additional low-bandwidth
optimizations, major GUI improvements, and more.

There are three basic ways to use TigerVNC Java viewer:
  1. Running applet as part of TigerVNC server installation.
  2. Running applet hosted on a standalone Web server.
  3. Running the viewer as a standalone application.

%files java
%{_javadir}/*.jar
%{_datadir}/%{name}

#------------------------------------------------------------------------------

%prep
%if %{snapshot}
%setup -q -n %{name}-%{version}-%{snapshotversion} -a2
%else
%setup -q -a2
%endif
cp -r /usr/share/x11-server-source/* unix/xserver
pushd unix/xserver
for all in `find . -type f -perm -001`; do
	chmod -x "$all"
done
patch -p1 -b --suffix .vnc < ../xserver114.patch
popd
%apply_patches

%build
# Temporary build with -fno-omit-frame-pointer, it causes problems
export CFLAGS="%{optflags} -fno-omit-frame-pointer"
export CXXFLAGS="$CFLAGS"

%cmake
%make
cd ..

# XXX: I'm not sure this define is actually needed
# Need this for shared objects that reference X Server, or other modules symbols
# Search for modules in extra_module_dir before the default path.
# This will allow fglrx to install its modified modules in more cleaner way.
%define extra_module_dir %{_libdir}/xorg/extra-modules

pushd unix/xserver
rm -f configure
autoreconf -fiv

# After the "--disable-config-hal", most options are just a paste from
# Mandriva's x11-server. We need to check what we can clean here (without
# reducing features)
%configure2_5x  --disable-xorg \
		--disable-xwin \
		--disable-xvfb \
		--disable-xnest \
		--disable-dmx \
		--disable-xfbdev \
		--disable-xephyr \
		--disable-kdrive \
		--disable-config-dbus \
		--enable-glx --disable-dri --enable-dri2 \
		--disable-config-hal \
		--disable-present \
		--disable-selective-werror \
		--disable-static \
		--disable-unit-tests \
		--with-log-dir=%{_logdir} \
		--with-os-vendor="%{vendor}" \
		--with-os-name="`echo \`uname -s -r\` | sed -e s'/ /_/g'`" \
		--with-vendor-web="%{disturl}" \
		--with-extra-module-dir=%{extra_module_dir} \
		--enable-xwrapper \
		--enable-pam \
		--with-default-font-path="catalogue:%{_sysconfdir}/X11/fontpath.d"

%make
popd

# Build icons
pushd media
%make
popd

# Build java
pushd java
%cmake
%make
popd

%install
pushd build
%makeinstall_std
popd

pushd unix/xserver/hw/vnc
%makeinstall_std
popd

# Install systemd unit file
mkdir -p %{buildroot}%{_unitdir}
install -m644 %{SOURCE3} %{buildroot}%{_unitdir}/vncserver@.service
rm -rf %{buildroot}%{_initrddir}

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
install -m644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/vncservers

# Install desktop stuff
mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/{16x16,24x24,48x48}/apps

pushd media/icons
    for s in 16 24 48; do
	install -m644 tigervnc_$s.png %{buildroot}/%{_datadir}/icons/hicolor/${s}x$s/apps/tigervnc.png
    done
popd

mkdir %{buildroot}/%{_datadir}/applications
desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	%{SOURCE1}

%find_lang %{name}

mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
install -c -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf

# remove unwanted files
rm -f  %{buildroot}/%{_libdir}/xorg/modules/extensions/libvnc.la
rm -rf  %{buildroot}/%{_datadir}/doc/%{name}-%{version}

# java
install -d -m 755 %{buildroot}%{_javadir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}/classes
pushd java/build
    install -m 755 VncViewer.jar %{buildroot}%{_datadir}/%{name}/classes/vncviewer-%{version}.jar
popd

pushd java
    install -m 644 com/tigervnc/vncviewer/index.vnc %{buildroot}%{_datadir}/%{name}/classes
popd

pushd %{buildroot}%{_datadir}/%{name}/classes
    mv vncviewer-%{version}.jar %{buildroot}%{_javadir}
    ln -s %{_javadir}/vncviewer-%{version}.jar VncViewer.jar
popd

pushd %{buildroot}%{_javadir}
    ln -s vncviewer-%{version}.jar vncviewer.jar
    ln -s vncviewer-%{version}.jar VncViewer.jar
popd


%changelog
* Wed Sep 10 2014 Arkady Shane <ashejn@gmail.com> 1.3.1-3
+ Revision: 8046147
- bump release to rebuilt against new fltk



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21876 |14mr|time-1.7-40
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GNU utility for monitoring a program's use of system resources
Name:		time
Version:	1.7
Release:	40
License:	GPL
Group:		Monitoring
URL:		http://www.gnu.org/directory/GNU/time.html
Source0:	http://ftp.gnu.org/pub/gnu/time/%{name}-%{version}.tar.bz2
Patch0:		time-1.7.info.patch
Patch1:		time-1.7-ressource.patch
Patch2:		time-1.7-quiet.1.patch
Patch3:		time-1.7-fixinfo.patch
Patch4:		time-1.7-build.patch
BuildRequires:	texinfo
BuildRequires:	autoconf2.5
BuildRequires:	automake1.4

%description
The GNU time utility runs another program, collects information about
the resources used by that program while it is running and
displays the results.

Time can help developers optimize their programs.

The resources that `time' can report on fall into the general
categories of time, memory, I/O, and IPC calls.

The GNU version can format the output in arbitrary ways by using a 
printf-style format string to include various resource measurements.


%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p0
%patch3 -p1
%patch4 -p0

export FORCE_AUTOCONF_2_5=1
aclocal-1.4
autoconf
automake-1.4 -a
#authoheader

%build

%configure2_5x
make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
%makeinstall

%files
%defattr(644,root,root,755)
%doc NEWS README
%attr(755,root,root) %{_bindir}/%{name}
%{_infodir}/%{name}.info*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7-40
+ Revision: dac9004
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21877 |14mr|timeconfig-3.2-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Text mode tools for setting system time parameters
Name:		timeconfig
Version:	3.2
Release:	22
License:	GPL
Group:		System/Configuration/Other
Source0:	%{name}-%{version}.tar.bz2
Source5:	timeconfig.pamd
Source6:	timeconfig.apps
Patch0:		timeconfig-gmt.patch
Patch1:		timeconfig-mdkconf.patch
Patch2:		timeconfig-3.2-format_not_a_string_literal_and_no_format_arguments.diff
Patch3:		timeconfig-3.2-LDFLAGS.diff
Requires:	initscripts
Requires:	usermode-consoleonly
BuildRequires:	gettext
BuildRequires:	newt-devel
BuildRequires:	popt-devel
BuildRequires:	slang-devel
Requires(post): coreutils, gawk
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The timeconfig package contains two utilities: timeconfig and
setclock.  Timeconfig provides a simple text mode tool for configuring
the time parameters in /etc/sysconfig/clock and /etc/localtime. The
setclock tool sets the hardware clock on the system to the current
time stored in the system clock.

%prep

%setup -q
%patch0 -p0 -b .gmt
%patch1 -p0 -b .mdkconf
%patch2 -p0 -b .format_not_a_string_literal_and_no_format_arguments
%patch3 -p0 -b .LDFLAGS

%build
make RPM_OPT_FLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf %{buildroot}

make PREFIX=%{buildroot}%{_prefix} install
rm -f %{buildroot}/usr/lib/zoneinfo

# fix indonesian locale, its language code is 'id' not 'in'.
mkdir -p %{buildroot}%{_datadir}/locale/id/LC_MESSAGES

# (fg) 20001004 In replacement of kdesu...
mkdir -p %{buildroot}/%{_sysconfdir}/{pam.d,security/console.apps}

install -m644 %{SOURCE5} %{buildroot}/%{_sysconfdir}/pam.d/timeconfig
install -m644 %{SOURCE6} %{buildroot}/%{_sysconfdir}/security/console.apps/timeconfig

mkdir -p %{buildroot}%{_bindir}
ln -fs %{_bindir}/consolehelper %{buildroot}/%{_bindir}/timeconfig

# remove unpackaged files
rm -rf %{buildroot}%{_mandir}/pt_BR/

%{find_lang} %{name}

%post
if [ -L /etc/localtime ]; then
    _FNAME=`ls -ld /etc/localtime | awk '{ print $11}' | sed 's/lib/share/'`
    rm /etc/localtime
    cp -f $_FNAME /etc/localtime
    if [ -f /etc/sysconfig/clock ]; then
	grep -q "^ZONE=" /etc/sysconfig/clock && \
	echo "ZONE=\"$_FNAME\"" | sed -e "s|.*/zoneinfo/||" >> /etc/sysconfig/clock
    else
	echo "ZONE=\"$_FNAME\"" | sed -e "s|.*/zoneinfo/||" >> /etc/sysconfig/clock
    fi
fi

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%{_sbindir}/*
%{_bindir}/*
%{_mandir}/man*/*
%config(noreplace) %{_sysconfdir}/pam.d/timeconfig
%config(noreplace) %{_sysconfdir}/security/console.apps/timeconfig



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2-22
+ Revision: 4bd39dc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21878 |14mr|timezone-2014g-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tzdata_version 2014g
%define tzcode_version 2014g

# the zic(8) and zdump(8) manpages are already in man-pages
%define build_manpages 0
%ifarch %mips %arm
%define build_java 0
%else
%define build_java 1
%endif

Summary:        Time Zone Database
Name:           timezone
Epoch:          6
Version:        2014g
Release:        1
License:        GPL
Group:          System/Base
URL:            http://www.iana.org/time-zones
Source0:        ftp://ftp.iana.org/tz/releases/tzdata%{tzdata_version}.tar.gz
Source1:        ftp://ftp.iana.org/tz/releases/tzcode%{tzcode_version}.tar.gz
Source2:        javazic.tar.gz
Source3:        update-localtime.sh
Patch1:         tzdata-extra-tz-links.patch
Patch2:         javazic-fixup.patch
Patch3:         javazic-exclusion-fix.patch
Provides:       tzdata = %{version}-%{release}
Conflicts:      %{name} < 6:2013f-1
BuildRequires:  gawk, perl

%description
This package contains data files with rules for various timezones
around the world.

%if %{build_java}
%package java
Summary:        Timezone data for Java
Group:          System/Base
Provides:       tzdata-java = %{version}-%{release}
BuildRequires:  java-rpmbuild
BuildRequires:  java-devel

%description java
This package contains timezone information for use by Java runtimes.
%endif

%prep
%setup -q -c -a 1
%patch1 -p1 -b .extra-tz-links

%if %{build_java}
mkdir javazic
tar xf %{SOURCE2} -C javazic
pushd javazic
%patch2 -p0 -b .javazic-fixup
%patch3
# Hack alert! sun.tools may be defined and installed in the
# VM. In order to guarantee that we are using IcedTea/OpenJDK
# for creating the zoneinfo files, rebase all the packages
# from "sun." to "rht.". Unfortunately, gcj does not support
# any of the -Xclasspath options, so we must go this route
# to ensure the greatest compatibility.
mv sun rht
for f in `find . -name '*.java'`; do
        sed -i -e 's:sun\.tools\.:rht.tools.:g'\
               -e 's:sun\.util\.:rht.util.:g' $f
done
popd

# Create zone.info entries for deprecated zone names (#40184)
    chmod +w zone.tab
        echo '# zone info for backward zone names' > zone.tab.new
        while read link cur old x; do
            case $link-${cur+cur}-${old+old}${x:+X} in
                Link-cur-old)
                    awk -v cur="$cur" -v old="$old" \
                            '!/^#/ && $3 == cur { sub(cur,old); print }' \
                                zone.tab || echo ERROR ;;
                    Link-*)
                        echo 'Error processing backward entry for zone.tab'
                        exit 1 ;;
            esac
        done < backward >> zone.tab.new
        if grep -q '^ERROR' zone.tab.new || ! cat zone.tab.new >> zone.tab; then
            echo "Error adding backward entries to zone.tab"
            exit 1
        fi
        rm -f zone.tab.new
%endif

%build

%make TZDIR=%{_datadir}/zoneinfo CFLAGS="%{optflags} -std=gnu99"

grep -v tz-art.htm tz-link.htm > tz-link.html

%if %{build_java}
pushd javazic
%{javac} -source 1.5 -target 1.5 -classpath . `find . -name \*.java`
popd
%{java} -classpath javazic/ rht.tools.javazic.Main -V %{version} \
  -d zoneinfo/java \
  africa antarctica asia australasia europe northamerica pacificnew \
  southamerica backward etcetera systemv \
  javazic/tzdata_jdk/gmt javazic/tzdata_jdk/jdk11_backward
%endif

%install
make TOPDIR=%{buildroot}/usr \
     TZDIR=%{buildroot}%{_datadir}/zoneinfo \
     ETCDIR=%{buildroot}%{_sbindir} \
     install
rm -f %{buildroot}%{_datadir}/zoneinfo-posix
ln -s . %{buildroot}%{_datadir}/zoneinfo/posix
mv %{buildroot}%{_datadir}/zoneinfo-leaps %{buildroot}%{_datadir}/zoneinfo/right

# nuke unpackaged files
rm -f %{buildroot}%{_datadir}/zoneinfo/localtime
rm -f %{buildroot}%{_sbindir}/tzselect
rm -rf %{buildroot}/usr/{lib,man}

%if %{build_java}
cp -a zoneinfo/java %{buildroot}%{_datadir}/javazi
%endif

# install man pages
%if %{build_manpages}
mkdir -p %{buildroot}%{_mandir}/man8
for f in zic zdump; do
install -m 644 $f.8 %{buildroot}%{_mandir}/man8/
done
%endif

# install update-localtime script
mkdir -p %{buildroot}%{_sbindir}
install -m 755 %{SOURCE3} %{buildroot}%{_sbindir}/update-localtime
perl -pi -e 's|\@datadir\@|%{_datadir}|;' \
         -e 's|\@sysconfdir\@|%{_sysconfdir}|' \
        %{buildroot}%{_sbindir}/update-localtime

%post -p %{_sbindir}/update-localtime

%pretrans
if [ -e %{_datadir}/zoneinfo/posix -a ! -L %{_datadir}/zoneinfo/posix ]; then
  rm -rf %{_datadir}/zoneinfo/posix
fi

%files
%doc README
%doc Theory
%doc tz-link.html
%{_sbindir}/zdump
%{_sbindir}/zic
%{_sbindir}/update-localtime
%if %{build_manpages}
%{_mandir}/man8/zdump.8*
%{_mandir}/man8/zic.8*
%endif
%dir %{_datadir}/zoneinfo
%{_datadir}/zoneinfo/*

%if %{build_java}
%files java
%{_datadir}/javazi
%endif

%changelog
* Wed Sep 03 2014 sokol <s.sokolov@ntcit-rosa.ru> 6:2014g-1
+ Revision: be01331
- Merge pull request #1 from sokol/timezone:rosa2014.1
- Update to 2014g



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21879 |14mr|TiMidity++-2.14.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Stick to /usr/lib/timidity on any platform
# XXX probably better in /usr/share/timidity for arch independent data
# but it's not worth splitting that much
%define timiditydir	%{_prefix}/lib/timidity

#
# When big change is involved (e.g. timidity.cfg change location),
# so that new timidity binray and old patch RPM won't work together,
# increment this number by 1 for all timidity related RPMs
#
%define patch_pkg_version 2

#
# NOTE: When updating config for midia patch set, please refresh both
# config file included here and the one in patch pkg
#

Summary:	MIDI to WAVE converter and player
Name:		TiMidity++
Version:	2.14.0
Release:	3
License:	GPLv2+
Group:		Sound
Url:		http://timidity.sourceforge.net/
Source0:	http://freefr.dl.sourceforge.net/project/timidity/TiMidity%2B%2B/TiMidity%2B%2B-%version/TiMidity%2B%2B-%version.tar.xz
Source1:	http://www.timidity.jp/dist/cfg/timidity.cfg
Source2:	timidity-emacs-mode.el
Source3:	timidity.README.mdv
Source11:	%{name}48.png
Source12:	%{name}32.png
Source13:	%{name}16.png
# (Abel) change default config path to /etc/timidity/timidity.cfg
Patch0:		timidity-2.13.2-default-config-path.patch
Patch8:		timidity-2.13.2-tcl-legacy.patch
BuildRequires:	emacs-bin
BuildRequires:	lesstif-devel
BuildRequires:	nas-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(flac) >= 1.1.3
BuildRequires:	pkgconfig(gtk+-x11-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(slang)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xaw7)
BuildConflicts:	Xaw3d-devel
Requires:	timidity-instruments = %{patch_pkg_version}

%description
TiMidity is a MIDI to WAVE converter and player that uses Gravis 
Ultrasound(tm) or SoundFont(tm) patch files to generate digital audio data
from general MIDI files. The audio data can be played through any 
sound device or stored on disk.

%files
%doc AUTHORS ChangeLog INSTALL NEWS README doc/C/FAQ
%doc doc/C/README.{alsaseq,dl,sf,m2m,mts}
%config(noreplace) %{_sysconfdir}/timidity
%{_bindir}/timidity
%{_mandir}/man?/timidity*
%lang(ja) %{_mandir}/ja/man?/*
%{_datadir}/timidity
%dir %{timiditydir}
%timiditydir/if_ncurses.so
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%post
%{_sbindir}/update-alternatives --install %{_sysconfdir}/timidity/timidity.cfg timidity.cfg %{_sysconfdir}/timidity/timidity-custom.cfg 10

%postun
if [ "$1" = "0" ]; then
%{_sbindir}/update-alternatives --remove timidity.cfg %{_sysconfdir}/timidity/timidity-custom.cfg
fi

#----------------------------------------------------------------------------

%package	interfaces-extra
Summary:	Extra GUI/text mode interfaces for TiMidity
Group:		Sound
Requires:	%{name} = %{EVRD}
Requires:	emacs-bin

%description	interfaces-extra
TiMidity is a MIDI to WAVE converter and player that uses Gravis 
Ultrasound(tm) or SoundFont(tm) patch files to generate digital audio data
from general MIDI files. The audio data can be played through any 
sound device or stored on disk.

Install this if you want to use TiMidity under other interfaces, such as
Motif(or Lesstif), Tcl/Tk, emacs etc.

%files interfaces-extra
%doc doc/C/README.{tk,xaw,xskin}
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*.el
%{_datadir}/emacs/site-lisp/*.el
%timiditydir/if_emacs.so
%timiditydir/if_gtk.so
%timiditydir/if_motif.so
%timiditydir/if_slang.so
%timiditydir/if_tcltk.so
%timiditydir/if_xaw.so
%timiditydir/if_xskin.so
%{timiditydir}/*.tcl
%{timiditydir}/tclIndex
%{timiditydir}/bitmaps

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .default-path
%patch8 -p0 -b .tcl_legacy

%build
autoconf

# little ugly trick to force install of tclIndex, running wish requires
# X display
touch interface/tclIndex



%configure2_5x \
	--enable-audio=oss,alsa,nas,portaudio,jack,ao,vorbis,flac,speex \
	--enable-dynamic=dynamic,ncurses,slang,motif,tcltk,emacs,xaw,xskin,gtk \
	--enable-interface=alsaseq \
	--enable-network \
	--enable-server

%make LDFLAGS="-laudio -lFLAC"

%install
rm -rf %{buildroot}
%makeinstall_std
install -d %{buildroot}%{_datadir}/timidity
install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/timidity/timidity-custom.cfg

install -d %{buildroot}%{_datadir}/applications
cat <<EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Name=TiMidity++
Comment=MIDI file player
Exec=timidity -ig
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Audio;Midi;
EOF

#icons
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# emacs mode
install -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/emacs/site-start.d/timidity.el

# japanese manpages
install -m644 doc/ja_JP.eucJP/timidity.1 -D %{buildroot}%{_mandir}/ja/man1/timidity.1
install -m644 doc/ja_JP.eucJP/timidity.cfg.5 %{buildroot}%{_mandir}/ja/man1/timidity.cfg.5


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.14.0-3
+ Revision: 52d9157
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21880 |14mr|timidity-patch-freepats-20060219-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 20060219
%define release 16

#
# NOTE:
#
# 1. When big change is involved (e.g. timidity.cfg change location),
# so that new timidity binray and old patch RPM won't work together,
# increment this number by 1 for all timidity related RPMs
#
# 2. Current config is hand merged from freepats.cfg and crude.cfg,
# so if new version is available, please merge both config, and make
# sure all patch files listed in config file do exist.
#
%define patch_pkg_version 2

Name:		timidity-patch-freepats
Version:	%{version}
Release:	%{release}
Summary:	Patch set for MIDI audio synthesis
Group:		Sound
License:	GPL
URL:		http://freepats.opensrc.org/
Source0:	http://freepats.opensrc.org/freepats-%{version}.tar.bz2
Source1:	timidity-freepats.cfg
Source2:	freepats.cfg
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
Provides:	timidity-instruments = %{patch_pkg_version}
Obsoletes:	timidity-instruments <= 1.0-19mdk

%description
Freepats is a project to create a free and open set of GUS
compatible patches that can be used with softsynths such as
Timidity and WildMidi. They are verified to contain no non-free
restriction. Freepats is distributed under GPL v2 or later, with
the follow exception clause about the relation of MIDI composition
and patches:

=========================================================
As a special exception, if you create a composition which uses
these patches, and mix these patches or unaltered portions of
these patches into the composition, these patches do not by
themselves cause the resulting composition to be covered by the
GNU General Public License. This exception does not however
invalidate any other reasons why the document might be covered
by the GNU General Public License. If you modify these patches,
you may extend this exception to your version of the patches,
but you are not obligated to do so. If you do not wish to do so,
delete this exception statement from your version.
==========================================================

This patch set is of limited quality, because some instruments are
still missing. For personal use, feel free to use other patch sets
(such as eawpatches which has excellent quality, but the site is
no more), or other free soundfonts.


%prep
%setup -q -n freepats

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_datadir}/timidity/freepats
cp -a Drum_000 Tone_000 %{buildroot}%{_datadir}/timidity/freepats/

mkdir -p %{buildroot}%{_sysconfdir}/timidity/freepats
install %{SOURCE1} %{buildroot}%{_sysconfdir}/timidity/timidity-freepats.cfg
install %{SOURCE2} %{buildroot}%{_sysconfdir}/timidity/freepats/freepats.cfg

%clean
rm -rf %{buildroot}

%post
%{_sbindir}/update-alternatives --install %{_sysconfdir}/timidity/timidity.cfg timidity.cfg %{_sysconfdir}/timidity/timidity-freepats.cfg 20

%postun
if [ "$1" = "0" ]; then
  %{_sbindir}/update-alternatives --remove timidity.cfg %{_sysconfdir}/timidity/timidity-freepats.cfg
fi

%triggerpostun -- TiMidity++ <= 2.13.2-1mdk
%{_sbindir}/update-alternatives --install %{_sysconfdir}/timidity/timidity.cfg timidity.cfg %{_sysconfdir}/timidity/timidity-freepats.cfg 20

%files
%defattr(-,root,root)
%doc README COPYING
%config(noreplace) %{_sysconfdir}/timidity/timidity-freepats.cfg
%config(noreplace)  %{_sysconfdir}/timidity/freepats
%{_datadir}/timidity/freepats



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20060219-16
+ Revision: e0c6689
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21881 |14mr|timidity-patch-gravis-1.0-32
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	timidity-patch-gravis
%define version	1.0
%define release 32

%define patch_pkg_version 2

Summary:	Instruments for the timidity midi->wave converter/player
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	Public Domain
URL:		http://www.timidity.jp/
# Patches at http://www.cs.umbc.edu/pub/midia/instruments.tar.gz
Source0:	midia-instruments.tar.bz2
Source1:	http://www.timidity.jp/dist/cfg/midia.cfg
Source2:	http://www.timidity.jp/dist/cfg/gravis.cfg
Source3:	http://www.stardate.bc.ca/eawpatches/eawpats/britepno.pat
Source4:	http://www.stardate.bc.ca/eawpatches/eawpats/pistol.pat
Source5:	timidity-gravis.cfg
Provides:	timidity-instruments = %{patch_pkg_version}
Obsoletes:	timidity-instruments
Group:		Sound
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
This package contains a set of instruments for the timidity midi->wave
converter/player.

%prep
%setup -q -c -T -a 0

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/timidity
cp -r instruments %{buildroot}%{_datadir}/timidity/gravis
install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/timidity/gravis/midia.cfg
install -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/timidity/gravis/gravis.cfg
install -m644 %{SOURCE5} -D %{buildroot}%{_sysconfdir}/timidity/timidity-gravis.cfg
install -m644 %{SOURCE3} -D %{buildroot}%{_datadir}/timidity/gravis/britepno.pat
install -m644 %{SOURCE4} -D %{buildroot}%{_datadir}/timidity/gravis/pistol.pat

%post
%{_sbindir}/update-alternatives --install %{_sysconfdir}/timidity/timidity.cfg timidity.cfg %{_sysconfdir}/timidity/timidity-gravis.cfg 30

%postun
if [ "$1" = "0" ]; then
  %{_sbindir}/update-alternatives --remove timidity.cfg %{_sysconfdir}/timidity/timidity-gravis.cfg
fi

%triggerpostun -- TiMidity++ <= 2.13.2-1mdk
%{_sbindir}/update-alternatives --install %{_sysconfdir}/timidity/timidity.cfg timidity.cfg %{_sysconfdir}/timidity/timidity-gravis.cfg 30

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root)
%{_datadir}/timidity/gravis
%dir %{_sysconfdir}/timidity/gravis
%config(noreplace) %{_sysconfdir}/timidity/gravis/gravis.cfg
%config(noreplace) %{_sysconfdir}/timidity/gravis/midia.cfg
%config(noreplace) %{_sysconfdir}/timidity/timidity-gravis.cfg






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-32
+ Revision: 450a194
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21882 |14mr|tinc-1.0.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           tinc
Version:        1.0.19
Release:        2
Summary:        A virtual private network daemon
Group:          System/Configuration/Networking
License:        GPLv2+
URL:            http://www.tinc-vpn.org/
Source0:        http://www.tinc-vpn.org/packages/%{name}-%{version}.tar.gz
BuildRequires:  openssl-devel
BuildRequires:  liblzo-devel
BuildRequires:  pkgconfig(zlib)

Requires(post):  info
Requires(preun): info


%description
tinc is a Virtual Private Network (VPN) daemon that uses tunnelling
and encryption to create a secure private network between hosts on
the Internet. Because the tunnel appears to the IP level network
code as a normal network device, there is no need to adapt any
existing software. This tunnelling allows VPN sites to share
information with each other over the Internet without exposing any
information to others.


%prep
%setup -q


%build
%configure
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_infodir}/dir

%files
%doc AUTHORS COPYING COPYING.README NEWS README THANKS doc/sample* doc/*.tex
%{_mandir}/man*/%{name}*.*
%{_infodir}/%{name}.info.xz
%{_sbindir}/%{name}d



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.19-2
+ Revision: 26702cf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21883 |14mr|tinycdb-0.77-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libcmajor 2

# Macro: %%{mklibname <name> [<major> [<minor>]] [-s] [-d]}
%define libname %mklibname %{name} %{major}
%define dlibname %mklibname %{name} %{major} -d

Summary:	Constant Database
Name:		tinycdb
Version:	0.77
Release:	7
License:	Public Domain
Group:		Databases
URL:		http://www.corpit.ru/mjt/tinycdb.html
Source0:	http://www.corpit.ru/mjt/tinycdb/%{name}_%{version}.tar.bz2

%description
Tinycdb is a small, fast and reliable utility set and subroutine
library for creating and reading constant databases. The database
structure is tuned for fast reading:

 - Successful lookups take normally just two disk accesses.
 - Unsuccessful lookups take only one disk access.
 - Small disk space and memory size requirements; a database
   uses 2048 bytes for the header and 24 bytes plus size of
   (key,value) per record.
 - Maximum database size is 4GB; individual record size is not
   otherwise limited.
 - Portable file format.
 - Fast creation of new databases.
 - No locking, updates are atomical.

%package -n nss_%{name}
Summary:	Constant database library
Group:		System/Libraries

%description -n nss_%{name}
The tinycdb nss library allows creating passwd/group file using a
constant database.

%package -n %{libname}
Summary:	Constant database library
Group:		System/Libraries

%description -n %{libname}
Tinycdb is a small, fast and reliable utility set and subroutine
library for creating and reading constant databases. The database
structure is tuned for fast reading.

%package -n %{dlibname}
Summary:	Development libraries and headers for %{libname}
Group:		Development/Databases
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Conflicts:	cdb-devel

%description -n %{dlibname}
Libraries and header files needed to develop applications using
constant databases.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}" \
 staticlib sharedlib cdb-shared nss \
 sysconfdir=%{_sysconfdir}

%install
mkdir -p %{buildroot}
%makeinstall DESTDIR=%{buildroot} \
 libdir=%{_libdir} bindir=%{_bindir} mandir=%{_mandir} \
 syslibdir=/%{_lib} sysconfdir=%{_sysconfdir} \
 includedir=%{_includedir} \
 install-all install-nss install-piclib install-sharedlib \
 INSTALLPROG=cdb-shared CP="cp -p"
mkdir -p %{buildroot}%{_libdir}/pkgconfig
cp -p debian/libcdb.pc %{buildroot}%{_libdir}/pkgconfig
rm -f %{buildroot}%{_sysconfdir}/cdb-Makefile

# Fix permissions to avoid unstripped-binary-or-object
chmod 0755 %{buildroot}/%{_lib}/libnss_cdb.so.%{libcmajor}
chmod 0755 %{buildroot}%{_libdir}/libcdb.so.%{major}

%files 
%{_bindir}/cdb
%{_mandir}/man1/cdb.1*
%{_mandir}/man5/cdb.5*
%doc ChangeLog NEWS debian/changelog

%files -n nss_tinycdb
%doc nss_cdb-Makefile
/%{_lib}/libnss_cdb.so.%{libcmajor}

%files -n %{libname}
%{_libdir}/libcdb.so.%{major}

%files -n %{dlibname}
%{_includedir}/cdb.h
%{_libdir}/libcdb.a
%{_libdir}/libcdb_pic.a
%{_libdir}/libcdb.so
%{_libdir}/pkgconfig/libcdb.pc
%{_mandir}/man3/cdb.3*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.77-7
+ Revision: 23993c4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21884 |14mr|tinyxml-2.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realver 2_6_2
# (tpg) please don't change major, it should be set to 0
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	A small and simple XML parser
Name:		tinyxml
Version:	%(echo %realver| tr '_' '.')
Release:	2
License:	zlib
Group:		System/Libraries
Url:		http://www.grinninglizard.com/tinyxml/
Source0:	http://downloads.sourceforge.net/tinyxml/%{name}_%{realver}.tar.bz2
Patch0:		%{name}-2.5.3-stl.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
TinyXML is a simple, small, C++ XML parser

%package -n %{libname}
Summary:	A small and simple XML parsing library
Group:		System/Libraries

%description -n %{libname}
TinyXML is a simple, small, C++ XML parser that can be easily 
integrating into other programs. Have you ever found yourself 
writing a text file parser every time you needed to save human 
readable data or serialize objects? TinyXML solves the text I/O 
file once and for all.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C++
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
Development files and headers for %{name}.

%prep
%setup -qn %{name}
%patch0 -p1

%build

for i in tinyxml.cpp tinystr.cpp tinyxmlerror.cpp tinyxmlparser.cpp; do
 	g++ %{optflags} -fPIC -o $i.o -c $i
done
g++ %{optflags} -shared -o lib%{name}.so.0.%{version} \
    %{ldflags} -Wl,-soname,lib%{name}.so.0 *.cpp.o 


%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

# Not really designed to be build as lib, DYI
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_includedir}
install -m 755 lib%{name}.so.0.%{version} %{buildroot}%{_libdir}
ln -s lib%{name}.so.%{major}.%{version} %{buildroot}%{_libdir}/lib%{name}.so.%{major}
ln -s lib%{name}.so.%{major}.%{version} %{buildroot}%{_libdir}/lib%{name}.so
install -p -m 644 *.h %{buildroot}%{_includedir}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libtinyxml.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc changes.txt readme.txt
%{_includedir}/*.h
%{_libdir}/libtinyxml.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6.2-2
+ Revision: dc848c1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21885 |14mr|tix-8.4.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A set of capable widgets for Tk
Name:		tix
Version:	8.4.3
Release:	7
Epoch:		1
License:	BSD
Group:		System/Libraries
URL:		http://tix.sourceforge.net/
Source0:	http://downloads.sourceforge.net/tixlibrary/Tix%{version}-src.tar.gz
Source1:	%{name}.rpmlintrc
Patch1:		tix-8.4.2-link.patch
Patch2:		tix-8.4.3-tcl86.patch
BuildRequires:	tcl-devel
BuildRequires:	tk-devel
BuildRequires:	groff
BuildRequires:	tcl
BuildRequires:	pkgconfig(xscrnsaver)

%description
Tix (Tk Interface Extension), an add-on for the Tk widget set, is an
extensive set of over 40 widgets.  In general, Tix widgets are more
complex and more capable than the widgets provided in Tk.  Tix widgets
include a ComboBox, a Motif-style FileSelectBox, an MS Windows-style
FileSelectBox, a PanedWindow, a NoteBook, a hierarchical list, a
directory tree and a file manager.

Install the tix package if you want to try out more complicated widgets
for Tk.  You'll also need to have the tcl and tk packages installed.

%package	devel
Summary:	Development files for %{name}
Group:		Development/Other

%description	devel
This package contains development files for %{name}.

%prep
%setup -q -n Tix%{version}
%patch1 -p1 -b .link
%patch2 -p1 -b .tcl86

# nuke pdf files
rm -rf docs/pdf

%build
for f in config.guess config.sub ; do
    test -f /usr/share/libtool/$f || continue
    find . -type f -name $f -exec cp /usr/share/libtool/$f \{\} \;
done

%configure2_5x --libdir=%{tcl_sitearch}
%make PKG_LIB_FILE=libTix.so

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{tcl_sitearch}
install -d %{buildroot}%{_includedir}/%{name}

%makeinstall_std PKG_LIB_FILE=libTix.so

# put the library in /usr/lib as Tix itself is directly linked
mv %{buildroot}%{tcl_sitearch}/Tix%{version}/libTix.so %{buildroot}%{_libdir}
ln -s %{_libdir}/libTix.so %{buildroot}%{tcl_sitearch}/Tix%{version}/libTix.so

# install all headers
install -d %{buildroot}%{_includedir}/%{name}/generic
install -d %{buildroot}%{_includedir}/%{name}/unix
install -m0644 generic/*.h %{buildroot}%{_includedir}/%{name}/generic/
install -m0644 unix/*.h %{buildroot}%{_includedir}/%{name}/unix/

# install man pages
mkdir -p %{buildroot}%{_mandir}/mann
mkdir -p %{buildroot}%{_mandir}/man1
install -m0644 man/*.n %{buildroot}%{_mandir}/mann
install -m0644 man/*.1 %{buildroot}%{_mandir}/man1

# remove stuff that ends up as docs
rm -f %{buildroot}%{tcl_sitearch}/Tix%{version}/README.txt
rm -f %{buildroot}%{tcl_sitearch}/Tix%{version}/license.terms

%files
%doc *.txt *.html license.terms docs/*
%{_libdir}/libTix.so
%{tcl_sitearch}/Tix%{version}
%{_mandir}/man1/*

%files devel
%{_includedir}/%{name}
%{_mandir}/mann/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:8.4.3-7
+ Revision: 97e54a8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21886 |14mr|tk-8.6-0.b2.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rel	4
%define pre	b2

%if %pre
%define release		0.%{pre}.%{rel}
%define distname	%{name}%{version}%{pre}-src.tar.gz
%define dirname_	%{name}%{version}%{pre}
%else
%define release		%{rel}
%define distname	%{name}%{version}-src.tar.gz
%define dirname_	%{name}%{version}
%endif

%define major		8.6
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Summary:	Tk GUI toolkit for Tcl
Name:		tk
Version:	8.6
Release:	%{release}
License:	BSD
Group:		System/Libraries
URL:		http://tcl.tk
Source0:	http://downloads.sourceforge.net/tcl/%{distname}
Source1:        icons.tcl
Patch0:		tk8.6b1-soname.patch
Patch1:		tk8.6b1-fix_Xft_linkage.patch
Requires:	%{libname} = %{version}-%{release}
BuildRequires:	tcl-devel >= %{version}
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	chrpath
Provides:	%{_bindir}/wish

%description
Tk is a X Windows widget set designed to work closely with the tcl
scripting language. It allows you to write simple programs with full
featured GUIs in only a little more time then it takes to write a
text based interface. Tcl/Tk applications can also be run on Windows
and Macintosh platforms.

%package -n	%{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n	%{libname}
Tk is a X Windows widget set designed to work closely with the tcl
scripting language. It allows you to write simple programs with full
featured GUI's in only a little more time then it takes to write a
text based interface. Tcl/Tk applications can also be run on Windows
and Macintosh platforms.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	pkgconfig(x11)
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package contains development files for %{name}.

%prep
%setup -q -n %{dirname_}
%patch0 -p1 -b .soname~
%patch1 -p1 -b .Xft
# Replace native icons.tcl - it contains  PNG data
# obtained using old libpng and has problems with new libpng
# The new one contains PNG data created using
# new libpng
cp -f %{SOURCE1} library

%build
pushd unix
    autoconf
    %configure2_5x \
	--enable-threads \
	--enable-64bit \
	--disable-rpath \
	--with-tcl=%{_libdir} \
	--includedir=%{_includedir}/tk%{version}
    %make TK_LIBRARY=%{_datadir}/%{name}%{majorver}

    cp libtk%{major}.so libtk%{major}.so.0
#    make test
popd

%install
rm -rf %{buildroot}

# If %{_libdir} is not %{_prefix}/lib, then define EXTRA_TCLLIB_FILES
# which contains actual non-architecture-dependent tcl code.
if [ "%{_libdir}" != "%{_prefix}/lib" ]; then
    EXTRA_TCLLIB_FILES="%{buildroot}%{_prefix}/lib/*"
fi

%makeinstall -C unix TK_LIBRARY=%{buildroot}%{_datadir}/%{name}%{major}

# create the arch-dependent dir
mkdir -p %{buildroot}%{_libdir}/%{name}%{major}

# fix libname
mv %{buildroot}%{_libdir}/libtk%{major}.so %{buildroot}%{_libdir}/libtk%{major}.so.0
ln -snf libtk%{major}.so.0 %{buildroot}%{_libdir}/libtk%{major}.so

# install all headers
install -d %{buildroot}%{_includedir}/tk%{version}/compat
install -d %{buildroot}%{_includedir}/tk%{version}/generic
install -d %{buildroot}%{_includedir}/tk%{version}/unix
install -m0644 compat/*.h %{buildroot}%{_includedir}/tk%{version}/compat/
install -m0644 generic/*.h %{buildroot}%{_includedir}/tk%{version}/generic/
install -m0644 unix/*.h %{buildroot}%{_includedir}/tk%{version}/unix/

# (tpg) compat issues
cp -f %{buildroot}%{_includedir}/tk%{version}/unix/tkUnixPort.h %{buildroot}%{_includedir}/tk%{version}/generic/

pushd %{buildroot}%{_bindir}
    ln -sf wish* wish
popd

pushd %{buildroot}%{_libdir}
cat > lib%{name}.so << EOF
/* GNU ld script
   We want -l%{name} to include the actual system library,
   which is lib%{name}%{major}.so.0  */
INPUT ( -l%{name}%{major} )
EOF
popd

# fix config script
perl -pi -e "s|-L`pwd`/unix\b|-L%{_libdir}|g" %{buildroot}%{_libdir}/tkConfig.sh
perl -pi -e "s|`pwd`/unix/lib|%{_libdir}/lib|g" %{buildroot}%{_libdir}/tkConfig.sh
perl -pi -e "s|`pwd`|%{_includedir}/tk%{version}|g" %{buildroot}%{_libdir}/tkConfig.sh

# and let it be found (we don't look in /usr/lib any more)
ln -s %{_libdir}/%{name}Config.sh %{buildroot}/%{_libdir}/%{name}%{major}/%{name}Config.sh

# Arrangements for lib64 platforms
echo "# placeholder" >> %{libname}.files
echo "# placeholder" >> %{develname}.files
if [[ "%{_lib}" != "lib" ]]; then
    mkdir -p %{buildroot}%{_prefix}/lib
    ln -s %{_libdir}/tkConfig.sh %{buildroot}%{_prefix}/lib/tkConfig.sh
    echo "%{_prefix}/lib/tkConfig.sh" >> %{develname}.files
fi

# (fc) make sure .so files are writable by root
chmod 755 %{buildroot}%{_libdir}/*.so*

# (tpg) nuke rpath
chrpath -d %{buildroot}%{_libdir}/libtk%{major}.so.0

%files
%{_bindir}/*
%{_libdir}/%{name}%{major}
%{_datadir}/%{name}%{major}
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_mandir}/mann/*

%files -n %{libname} -f %{libname}.files
%attr(0755,root,root) %{_libdir}/lib*.so.*

%files -n %{develname} -f %{develname}.files
%dir %{_includedir}/tk%{version}
%dir %{_includedir}/tk%{version}/compat
%dir %{_includedir}/tk%{version}/generic
%dir %{_includedir}/tk%{version}/unix
%attr(0644,root,root) %{_includedir}/tk%{version}/compat/*.h
%attr(0644,root,root) %{_includedir}/tk%{version}/generic/*.h
%attr(0644,root,root) %{_includedir}/tk%{version}/unix/*.h
%attr(0644,root,root) %{_includedir}/*.h
%attr(0755,root,root) %{_libdir}/*.so
%attr(0644,root,root) %{_libdir}/*.a
%attr(0755,root,root) %{_libdir}/tkConfig.sh
%attr(0644,root,root) %{_libdir}/pkgconfig/*.pc


%changelog
* Mon Dec 03 2012 Denis Silakov <denis.silakov@rosalab.ru> 8.6-0.b2.4
+ Revision: dbbe2cc
- Updated icons.tcl with PNG data generated using modern libpng



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21887 |14mr|tkcvs-8.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name tkcvs
%define version 8.2.1
%define ver %(echo %{version} | sed -e 's/\\./_/g')

Summary:	Tk interface for CVS
Name:		%{name}
Version: 	%{version}
Release: 	5
License:	GPLv2
Group:		Development/Other
Source:		http://www.twobarleycorns.net/%{name}_%{ver}.tar.gz
Patch0:		tkcvs-8.2.1-paths.patch
Url: 		http://www.twobarleycorns.net/tkcvs.html
BuildRoot:	%_tmppath/%name-%version-%release-root
Requires:	tk cvs tcl
BuildArch:	noarch
Epoch:		1

%description
TkCVS is a Tcl/Tk-based graphical interface to the CVS and Subversion 
configuration management systems.  It includes facilities for providing 
"user friendly" names to modules and directories within the repository, 
and provides a facility to interactively browse the repository looking 
for modules and directories.

%prep
%setup -q -n %{name}_%ver
%patch0 -p1 -b .paths

%install
rm -fr %buildroot

install -d %buildroot/%_bindir/
install -d %buildroot/%_datadir/tkcvs/bitmaps
install -d %buildroot/%_mandir/man1

install tkcvs/tkcvs.tcl %buildroot/%_bindir/tkcvs
install tkdiff/tkdiff %buildroot/%_bindir/tkdiff
install tkcvs/*.tcl       %buildroot/%_datadir/tkcvs
install tkcvs/tclIndex    %buildroot/%_datadir/tkcvs
install tkcvs/bitmaps/*         %buildroot/%_datadir/tkcvs/bitmaps/
install tkcvs/*.1         %buildroot/%_mandir/man1
rm -f %buildroot/%_mandir/tkcvs/tkcvs_def.tcl
install -d %buildroot/%_sysconfdir/cvs/
install tkcvs/tkcvs_def.tcl %buildroot/%_sysconfdir/cvs/

#README.tkcvs tkdiff/COPYING tkcvs/vendor.readme tkcvs/branchgen.sh
ln tkdiff/COPYING tkdiff.COPYING 

# Menu support

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=TkCVS
Comment=Graphical interface to CVS and SVN
Exec=%{_bindir}/%{name} 
Icon=development_tools_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Development;RevisionControl;X-MandrivaLinux-MoreApplications-Development-Tools;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-tkdiff.desktop <<EOF
[Desktop Entry]
Name=TkDiff
Comment=Graphical interface to diff
Exec=%{_bindir}/tkdiff
Icon=development_tools_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Development;RevisionControl;X-MandrivaLinux-MoreApplications-Development-Tools;
EOF


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc FAQ CHANGELOG tkdiff.COPYING
%attr(755,root,root) %_bindir/*
%{_datadir}/tkcvs/*.tcl
%dir %{_datadir}/tkcvs/
%dir %{_datadir}/tkcvs/bitmaps/
%{_datadir}/tkcvs/tclIndex
%{_datadir}/applications/*.desktop
%_mandir/man*/*
%{_datadir}/tkcvs/bitmaps/*
%config(noreplace) %_sysconfdir/cvs/tkcvs_def.tcl



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:8.2.1-5
+ Revision: 9150f7d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21888 |14mr|tkxinput-1.0-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	A Tk extension to handle additional input devices in X11
Name:		tkxinput
Version:	1.0
Release:	19
Source0:	%{name}-%{version}.tar.bz2
Patch0:		tkxinput-1.0.tk8.3.patch
Patch1:		tkxinput-1.0.wacom.patch
License:	LGPLv2+
Group:		System/X11
URL:		http://freshmeat.net/redir/tkxinput/22191/url_homepage/tkxinput/
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	tk-devel
BuildRequires:	tcl-devel

%description
The package provides an extension to Tk that add input device
management capabilities. It is possible to bind extended input
events to tcl scripts, to get information about the devices, to
change devices parameters and to change the default pointer and
keyborad devices. It is also possible to send input events from
one application to an other one.

%prep
%setup -q
%patch0 -p1 -b .tk8
%patch1 -p1 -b .wacom
# quick hack to fix install location...the makefile is way too simple
# to make a proper fix easy without completely re-doing it - AdamW
# 2008/12
sed -i -e 's,$(prefix)/lib,%{buildroot}%{tcl_sitearch},g' Makefile

%build
%make CFLAGS="%{optflags} -fPIC" TCL_LIB=tcl%{tcl_version} TK_LIB=tk%{tcl_version} X11_LIB_PATH=%{_libdir}

%install
mkdir -p %{buildroot}%{tcl_sitearch}/TkXInput %{buildroot}%{_bindir}
make install prefix=%{buildroot}%{_prefix}

%files
%doc README*
%{tcl_sitearch}/TkXInput
%{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-19
+ Revision: 1dfc311
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21889 |14mr|tlp-0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Advanced power management tool for Linux
Name:           tlp
Version:        0.5
Release:        1

License:        GPLv2+
Group:		System/Libraries
URL:            http://linrunner.de/tlp
Source0:        https://github.com/linrunner/TLP/archive/%{version}.tar.gz
#Provided by Andreas Roederer <tlp~at~warpnine~dot~de>:
Source1:        50-tlp.preset

BuildRequires:  systemd

#The following requires are not detected:
Requires:       ethtool
Requires:       hdparm
Requires:       iw
Requires:       lsb-core
Requires:       rfkill
Requires:       systemd
Requires:       udev
Requires:       usbutils
Requires:       wireless-tools
#Conflicts with laptop-mode-tools, note that an official
#package/package name doesn't exist, so this works for now:
Conflicts:      %{_sbindir}/laptop_mode
BuildArch:      noarch

%description
TLP brings you the benefits of advanced power management for Linux
without the need to understand every technical detail. TLP comes
with a default configuration already optimized for battery life.
Also an optional install of the smartmontools package enables hard
disk SMART data in tlp-stat (smartctl).

%package rdw
Summary:        Radio Device Wizard for TLP
Requires:       NetworkManager
Requires:       %{name} = %{version}-%{release}
BuildArch:      noarch

%description rdw
Radio Device Wizard for TLP automatically toggles wireless networking
based on dock events and the Network Manager connection status.

%prep
%setup -q -n TLP-%{version}
#Bash completion should be in /usr/share
sed -i 's|etc/bash_completion.d|usr/share/bash-completion/completions|g' Makefile

%build
%make

%install
%makeinstall_std TLP_NO_INIT=1 TLP_NO_PMUTILS=1
#Install manpages:
mkdir -p %{buildroot}%{_mandir}/{man1,man8}
install -m 0644 man/*.1 %{buildroot}%{_mandir}/man1
install -m 0644 man/*.8 %{buildroot}%{_mandir}/man8
#Install preset (source 1):
install -Dpm 0644 %{SOURCE1} %{buildroot}/%{_presetdir}/50-tlp.preset
#Install systemd services:
install -D -m 644 tlp.service %{buildroot}%{_unitdir}/tlp.service
install -D -m 644 tlp-sleep.service %{buildroot}%{_unitdir}/tlp-sleep.service

%files
%config(noreplace) %{_sysconfdir}/default/tlp
%doc COPYING LICENSE README
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man*/*
#Explicit use of lib is required, see "Libexecdir"/"Multilib Exempt Locations":
#https://fedoraproject.org/wiki/Packaging:Guidelines#Filesystem_Layout
%{_prefix}/lib/tlp-pm
%{_udevrulesdir}/40-tlp.rules
%{_udevrulesdir}/../tlp-usb-udev
%{_datadir}/bash-completion/completions/tlp
%{_presetdir}/50-tlp.preset
%{_unitdir}/*.service
#The following is not supported by fedora's kernel:
%{_sysconfdir}/acpi/events/thinkpad-radiosw
%{_sysconfdir}/acpi/thinkpad-radiosw.sh
 
%files rdw
%doc COPYING LICENSE README
%{_sysconfdir}/NetworkManager/dispatcher.d/99tlp-rdw-nm
%{_udevrulesdir}/40-tlp-rdw.rules
%{_udevrulesdir}/../tlp-rdw-udev

%post
%systemd_post tlp.service
%systemd_post tlp-sleep.service

%preun
%systemd_preun tlp.service
%systemd_preun tlp-sleep.service

%postun
%systemd_postun_with_restart tlp.service
%systemd_postun_with_restart tlp-sleep.service

%post rdw
/bin/systemctl enable NetworkManager-dispatcher.service >/dev/null 2>&1 || :


%changelog
* Tue Jul 01 2014 Tigro <ashejn@gmail.com> 0.5-1
+ Revision: cdf6827
- added tree



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21890 |14mr|tmpwatch-2.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Utility for removing files based on when they were last accessed
Name:           tmpwatch
Version:        2.11
Release:        2
Group:          File tools
License:	GPLv2
URL:		https://fedorahosted.org/tmpwatch/
Source0:        https://fedorahosted.org/releases/t/m/tmpwatch/%{name}-%{version}.tar.bz2
Requires:       psmisc
# configure is looking for /sbin/fuser
BuildRequires: psmisc
Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The tmpwatch utility recursively searches through specified directories and
removes files which have not been accessed in a specified period of time.
Tmpwatch is normally used to clean up directories which are used for
temporarily holding files (for example, /tmp). Tmpwatch ignores symlinks,
won't switch filesystems and only removes empty directories and regular files.

%prep

%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}

%makeinstall ROOT=%{buildroot} MANDIR=%{_mandir} SBINDIR=%{_sbindir}

install -d %{buildroot}%{_sysconfdir}/cron.daily
install -d %{buildroot}%{_sysconfdir}/sysconfig

cat > tmpwatch.cron << EOF
#!/bin/sh

[ -f %{_sysconfdir}/sysconfig/tmpwatch ] && . %{_sysconfdir}/sysconfig/tmpwatch

%{_sbindir}/tmpwatch \$TMPWATCH_OPTIONS \$TMPWATCH_EXCLUDES 10d /tmp

%{_sbindir}/tmpwatch \$TMPWATCH_OPTIONS \$TMPWATCH_EXCLUDES 30d /var/tmp

[ -f %{_sysconfdir}/sysconfig/i18n ] && . %{_sysconfdir}/sysconfig/i18n

for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?,\$LANG/cat?}; do
    if [ -d "\$d" ]; then
        %{_sbindir}/tmpwatch \$TMPWATCH_OPTIONS -f 30d "\$d"
    fi
done
EOF

cat > tmpwatch.sysconfig << EOF
#TMPWATCH_OPTIONS="-umc"
# (oe) define files/directories/sockets tmpwatch should ignore (#18488)
TMPWATCH_EXCLUDES="-x /tmp/.ICE-unix -x /tmp/.X*-unix -x /tmp/.font-unix -x /tmp/.Test-unix"
EOF

install -m0755 tmpwatch.cron %{buildroot}%{_sysconfdir}/cron.daily/tmpwatch
install -m0644 tmpwatch.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/tmpwatch

cat > README.urpmi << EOF
The %{_sysconfdir}/cron.daily/tmpwatch script has been changed to use the %{_sysconfdir}/sysconfig/tmpwatch 
file to exclude certain files/directories/sockets from being processed. It should be safe to make your changes
there instead. Per default these are not touched by tmpwatch:

/tmp/.ICE-unix /tmp/.X*-unix /tmp/.font-unix /tmp/.Test-unix
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README.urpmi ChangeLog NEWS README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/tmpwatch
%attr(0755,root,root) %{_sysconfdir}/cron.daily/tmpwatch
%{_sbindir}/tmpwatch
%{_mandir}/man8/tmpwatch.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.11-2
+ Revision: 6b55065
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21891 |14mr|tnef-1.4.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Decodes MS-TNEF attachments
Name:		tnef
Version:	1.4.8
Release:	3
License:	GPL
Group:		Networking/Mail
URL:		http://sourceforge.net/projects/tnef/
Source0:	http://prdownloads.sourceforge.net/tnef/%{name}-%{version}.tar.gz
Patch0:		tnef-1.4.5-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	mawk
BuildRequires:	gettext-devel
BuildRequires:	autoconf2.5
BuildRequires:	libtool
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
TNEF is a program for unpacking MIME attachments of type "application/ms-tnef".
This is a Microsoft only attachment. Due to the proliferation of Microsoft
Outlook and Exchange mail servers, more and more mail is encapsulated into
this format. The TNEF program allows one to unpack the attachments which were
encapsulated into the TNEF attachment. Thus alleviating the need to use
Microsoft Outlook to view the attachment.

%prep

%setup -q
%patch0 -p0

%build
%serverbuild

%configure2_5x

%make

%check
make check

%install
rm -rf %{buildroot}

%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README THANKS TODO doc/FAQ
%{_bindir}/tnef
%{_mandir}/man1/tnef.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.8-3
+ Revision: 3ded5f1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21892 |14mr|tokyocabinet-1.4.47-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 9
%define libname	%mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	Tokyo Cabinet: a modern implementation of DBM
Name:		tokyocabinet
Version:	1.4.47
Release:	8
Group:		System/Libraries
License:	LGPL
URL:		http://1978th.net/tokyocabinet/
Source0:	http://1978th.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		tokyocabinet-mdv_conf.diff
Patch1:		tokyocabinet-1.4.9-lzmalib_linkage_fix.diff
BuildRequires:	autoconf
BuildRequires:	bzip2-devel
BuildRequires:	liblzo-devel
BuildRequires:	lzmalib-devel
BuildRequires:	zlib-devel

%description
Tokyo Cabinet is a library of routines for managing a database. The database is
a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length. Both binary data and
character string can be used as a key and a value. There is neither concept of
data tables nor data types. Records are organized in hash table or B+ tree.

As for database of hash table, each key must be unique within a database, so it
is impossible to store two or more records with a key overlaps. The following
access methods are provided to the database: storing a record with a key and a
value, deleting a record by a key, retrieving a record by a key. Moreover,
traversal access to every key are provided, although the order is arbitrary.
These access methods are similar to ones of DBM (or its followers: NDBM and
GDBM) library defined in the UNIX standard. Tokyo Cabinet is an alternative for
DBM because of its higher performance.

As for database of B+ tree, records whose keys are duplicated can be stored.
Access methods of storing, deleting, and retrieving are provided as with the
database of hash table. Records are stored in order by a comparison function
assigned by a user. It is possible to access each record with the cursor in
ascending or descending order. According to this mechanism, forward matching
search for strings and range search for integers are realized. Moreover,
transaction is available in database of B+ tree.

Tokyo Cabinet is written in the C language, and provided as API of C, Perl,
Ruby, and Java. Tokyo Cabinet is available on platforms which have API
conforming to C99 and POSIX. Tokyo Cabinet is a free software licensed under
the GNU Lesser General Public License.

%package -n	%{libname}
Summary:	Tokyo Cabinet: a modern implementation of DBM
Group:          System/Libraries

%description -n	%{libname}
Tokyo Cabinet is a library of routines for managing a database. The database is
a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length. Both binary data and
character string can be used as a key and a value. There is neither concept of
data tables nor data types. Records are organized in hash table or B+ tree.

As for database of hash table, each key must be unique within a database, so it
is impossible to store two or more records with a key overlaps. The following
access methods are provided to the database: storing a record with a key and a
value, deleting a record by a key, retrieving a record by a key. Moreover,
traversal access to every key are provided, although the order is arbitrary.
These access methods are similar to ones of DBM (or its followers: NDBM and
GDBM) library defined in the UNIX standard. Tokyo Cabinet is an alternative for
DBM because of its higher performance.

As for database of B+ tree, records whose keys are duplicated can be stored.
Access methods of storing, deleting, and retrieving are provided as with the
database of hash table. Records are stored in order by a comparison function
assigned by a user. It is possible to access each record with the cursor in
ascending or descending order. According to this mechanism, forward matching
search for strings and range search for integers are realized. Moreover,
transaction is available in database of B+ tree.

Tokyo Cabinet is written in the C language, and provided as API of C, Perl,
Ruby, and Java. Tokyo Cabinet is available on platforms which have API
conforming to C99 and POSIX. Tokyo Cabinet is a free software licensed under
the GNU Lesser General Public License.

%package -n	%{develname}
Summary:	Static library and header files for the tokyocabinet library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Requires:	%{libname} = %{version}
Obsoletes:	%{mklibname -d %{name} 1}

%description -n	%{develname}
Tokyo Cabinet is a library of routines for managing a database. The database is
a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length. Both binary data and
character string can be used as a key and a value. There is neither concept of
data tables nor data types. Records are organized in hash table or B+ tree.

As for database of hash table, each key must be unique within a database, so it
is impossible to store two or more records with a key overlaps. The following
access methods are provided to the database: storing a record with a key and a
value, deleting a record by a key, retrieving a record by a key. Moreover,
traversal access to every key are provided, although the order is arbitrary.
These access methods are similar to ones of DBM (or its followers: NDBM and
GDBM) library defined in the UNIX standard. Tokyo Cabinet is an alternative for
DBM because of its higher performance.

As for database of B+ tree, records whose keys are duplicated can be stored.
Access methods of storing, deleting, and retrieving are provided as with the
database of hash table. Records are stored in order by a comparison function
assigned by a user. It is possible to access each record with the cursor in
ascending or descending order. According to this mechanism, forward matching
search for strings and range search for integers are realized. Moreover,
transaction is available in database of B+ tree.

Tokyo Cabinet is written in the C language, and provided as API of C, Perl,
Ruby, and Java. Tokyo Cabinet is available on platforms which have API
conforming to C99 and POSIX. Tokyo Cabinet is a free software licensed under
the GNU Lesser General Public License.

This package contains the static library and its header files.


%package	tcawmgr
Summary:	The CGI utility of the abstract database API (tokyocabinet)
Group:		System/Servers
Requires:	%{libname} = %{version}
Requires:	apache

%description	tcawmgr
The CGI utility of the abstract database API (tokyocabinet).

%prep

%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p0

%build
rm -f configure
autoconf

%configure2_5x \
    --enable-zlib \
    --enable-bzip \
    --enable-pthread \
    --enable-exlzma \
    --enable-exlzo

%make LDFLAGS="%{ldflags} -L. -L%{_libdir}"

%check
make check

%install
%makeinstall_std

install -d %{buildroot}/var/www/cgi-bin
mv %{buildroot}%{_libdir}/tcawmgr.cgi %{buildroot}/var/www/cgi-bin/

install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/tcawmgr.conf << EOF
<Location /cgi-bin/tcawmgr.cgi>
    Require local granted
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/tcawmgr.conf"
</Location>
EOF

# cleanup
rm -rf %{buildroot}%{_datadir}/%{name}
rm -f doc/*~

%files
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{libname}
%doc COPYING ChangeLog README doc/* lab/magic
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/tokyocabinet.pc
%{_mandir}/man3/*

%files tcawmgr
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/tcawmgr.conf
%attr(0755,root,root) /var/www/cgi-bin/tcawmgr.cgi



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.47-8
+ Revision: d6ead15
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21893 |14mr|tomcat5-5.5.35-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global __debug_package 0
%define debug_package %{nil}

# If you want only apis to be built,
# give rpmbuild option '--with apis_and_jasper'
%bcond_with apis_and_jasper
%bcond_without ecj

%define full_jname jasper5
%define jname jasper
%define majversion 5.5
%define minversion 35
%define servletspec 2.4
%define jspspec 2.0

%define tcuid 91

%define packdname apache-tomcat-%{version}-src

# FHS 2.2 compliant tree structure
# see http://www.pathname.com/fhs/2.2/
%define confdir %{_sysconfdir}/%{name}
# normally this would be _localstatedir instead of _var, see changelog
%define logdir %{_var}/log/%{name}
%define homedir %{_datadir}/%{name}
%define bindir %{_datadir}/%{name}/bin
%define tempdir %{_var}/cache/%{name}/temp
%define workdir %{_var}/cache/%{name}/work
%define appdir %{_var}/lib/%{name}/webapps
%define serverdir %{_var}/lib/%{name}/server
%define commondir %{_var}/lib/%{name}/common
%define shareddir %{_var}/lib/%{name}/shared
%define _initrddir %{_sysconfdir}/init.d

Name: tomcat5
Epoch: 0
Version: %{majversion}.%{minversion}
Release: 8
Summary: Apache Servlet/JSP Engine, RI for Servlet 2.4/JSP 2.0 API

Group: Development/Java
License: ASL 2.0
URL: http://tomcat.apache.org
Source0: http://archive.apache.org/dist/tomcat/tomcat-5/v%{version}/src/%{packdname}.tar.gz
Source10: http://archive.apache.org/dist/tomcat/tomcat-5/v%{version}/src/%{packdname}.tar.gz.asc
Source11: %{name}.rpmlintrc
Source1: %{name}-%{majversion}.init
Source2: %{name}-%{majversion}.conf
Source3: %{name}-%{majversion}.wrapper
Source4: %{name}-%{majversion}.logrotate
Source5: %{name}-%{majversion}.relink
Source6: %{name}-poms-%{version}.tar.bz2
Source7: jasper-OSGi-MANIFEST.MF
Source8: servlet-api-OSGi-MANIFEST.MF
Source9: jsp-api-OSGi-MANIFEST.MF
Patch0: %{name}-%{majversion}.link_admin_jar.patch
Patch1: %{name}-%{majversion}-skip-build-on-install.patch
Patch2: %{name}-%{majversion}-jt5-build.patch
Patch3: %{name}-%{majversion}-jtc-build.patch
Patch4: %{name}-%{majversion}-jtj-build.patch
Patch7: %{name}-%{majversion}-catalina.sh.patch
Patch8: %{name}-%{majversion}-jasper.sh.patch
Patch9: %{name}-%{majversion}-jspc.sh.patch
Patch10: %{name}-%{majversion}-setclasspath.sh.patch
Patch12: %{name}-%{majversion}-util-build.patch
Patch13: %{name}-%{majversion}-http11-build.patch
Patch14: %{name}-%{majversion}-jk-build.patch
Patch15: %{name}-%{majversion}-unversioned-commons-logging-jar.patch
Patch16: %{name}-%{majversion}-jspc-classpath.patch
#FIXME Disable JSP pre-compilation on ppc64, x390x and alpha
Patch18: %{name}-%{majversion}-skip-jsp-precompile.patch
# XXX:
# Seems to be only needed when building with ECJ for java 1.5 since
# the default source type for ecj is still 1.4
Patch19: %{name}-%{majversion}-connectors-util-build.patch
Patch20: %{name}-%{majversion}-jt5-build2.patch
Patch21: %{name}-%{majversion}-no-win-files.patch
BuildArch: noarch
Buildrequires: jpackage-utils >= 0:1.7.4
#BuildRequires: java-devel >= 0:1.5.0
BuildRequires: java-1.7.0-openjdk-devel
BuildRequires: ant >= 0:1.6.5 xml-commons-apis xerces-j2
BuildRequires: zip
# %if %{without apis_and_jasper}
# %if %{with ecj}
BuildRequires: ecj >= 0:4.3
# %endif
BuildRequires: ant-trax
BuildRequires: xalan-j2
BuildRequires: jakarta-commons-beanutils >= 0:1.7
BuildRequires: jakarta-commons-collections >= 0:3.1
BuildRequires: jakarta-commons-daemon >= 0:1.0.1
BuildRequires: apache-commons-dbcp >= 0:1.2.1
BuildRequires: jakarta-commons-digester >= 0:1.7
BuildRequires: jakarta-commons-logging >= 0:1.0.4
BuildRequires: jakarta-commons-fileupload >= 0:1.0
BuildRequires: jakarta-commons-io >= 0:1.3
BuildRequires: jakarta-commons-modeler >= 0:2.0
BuildRequires: apache-commons-pool
BuildRequires: jakarta-commons-launcher >= 0:0.9
BuildRequires: jakarta-commons-el >= 0:1.0
BuildRequires: junit >= 0:3.8.1
BuildRequires: regexp >= 0:1.3
BuildRequires: xerces-j2 >= 0:2.7.1
BuildRequires: java-rpmbuild
BuildRequires: struts
# xml-commons-apis is needed by Xerces-J2
BuildRequires: xml-commons-apis
# FIXME taglibs-standard is not listed in the Tomcat build.properties.default
BuildRequires: jakarta-taglibs-standard >= 0:1.1.0
Requires(post): xml-commons-apis
Requires(post): jpackage-utils >= 0:1.7.4
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(post): findutils
Requires(preun): findutils
Requires(pre): %{_sbindir}/useradd
Requires(pre): %{_sbindir}/groupadd
#Requires(post): jakarta-commons-dbcp-tomcat5 >= 0:1.2.1
Requires(post): jakarta-commons-collections-tomcat5 >= 0:3.1
Requires(post): apache-commons-pool
Requires: jaf = 0:1.0.2
Requires(post): jaf = 0:1.0.2
Requires: jakarta-commons-logging >= 0:1.0.4
Requires(post): jakarta-commons-logging >= 0:1.0.4
Requires: javamail = 0:1.3.1
Requires(post): javamail = 0:1.3.1
%if %{with ecj}
Requires: ecj >= 0:3.3.1.1
Requires(post): ecj >= 0:3.3.1.1
%endif
# %endif
Requires: jpackage-utils >= 0:1.7.4
# xml parsing packages
Requires: xerces-j2 >= 0:2.7.1
Requires: xml-commons-apis
# jakarta-commons packages
Requires: jakarta-commons-daemon >= 0:1.0.1
Requires(post): jakarta-commons-daemon >= 0:1.0.1
Requires: jakarta-commons-launcher >= 0:0.9
# alternatives
Requires: java-devel >= 0:1.5.0
# And it needs its own API subpackages for running
Requires: %{name}-common-lib = %{epoch}:%{version}-%{release}
Requires: %{name}-server-lib = %{epoch}:%{version}-%{release}
# And it needs its own API subpackages before being installed
Requires(post): %{name}-common-lib = %{epoch}:%{version}-%{release}
Requires(post): %{name}-server-lib = %{epoch}:%{version}-%{release}

%description
Tomcat is the servlet container that is used in the official Reference
Implementation for the Java Servlet and JavaServer Pages technologies.
The Java Servlet and JavaServer Pages specifications are developed by
Sun under the Java Community Process.

Tomcat is developed in an open and participatory environment and
released under the Apache Software License. Tomcat is intended to be
a collaboration of the best-of-breed developers from around the world.
We invite you to participate in this open development project. To
learn more about getting involved, click here.

%package webapps
Group: Development/Java
# Replace PreReq
Requires(pre): %{name} = %{epoch}:%{version}-%{release}
Requires(postun): %{name} = %{epoch}:%{version}-%{release}
Requires: jakarta-taglibs-standard >= 0:1.1.0
Summary: Web applications for Apache Tomcat
Requires(post): jpackage-utils >= 0:1.7.4
Requires(preun): findutils

%description webapps
Web applications for Apache Tomcat

%package admin-webapps
Group: Development/Java
Summary: Administrative web applications for Apache Tomcat
Requires(pre): %{name} = %{epoch}:%{version}-%{release}
Requires(postun): %{name} = %{epoch}:%{version}-%{release}
Requires: struts
Requires(post): jpackage-utils >= 0:1.7.4
Requires(post): findutils
Requires(post): jakarta-commons-beanutils
Requires(post): jakarta-commons-collections
Requires(post): jakarta-commons-digester
Requires(post): jakarta-commons-io
Requires(post): struts
Requires(preun): findutils

%description admin-webapps
The administrative web applications (admin and manager) for Apache Tomcat.

%package servlet-%{servletspec}-api
Group: Development/Java
Requires: %{_sbindir}/update-alternatives
Summary: Apache Tomcat Servlet implementation classes
Obsoletes: servletapi5
Provides: servlet
Provides: servlet5
Provides: servlet24
Provides: servletapi5
Provides: servlet_2_4_api

%description servlet-%{servletspec}-api
Contains the implementation classes
of the Apache Tomcat Servlet API (packages javax.servlet).

%package servlet-%{servletspec}-api-javadoc
Group: Development/Java
Summary: Javadoc generated documentation for %{name}-servlet-%{servletspec}-api
Obsoletes: servletapi5-javadoc
Provides: servletapi5-javadoc

%description servlet-%{servletspec}-api-javadoc
Contains the javadoc generated documentation for the implementation classes
of the Apache Tomcat Servlet and JSP APIs (packages javax.servlet).

%package jsp-%{jspspec}-api
Group: Development/Java
Requires: %{_sbindir}/update-alternatives
Requires: %{name}-servlet-%{servletspec}-api = %{epoch}:%{version}-%{release}
# We need this to indirectly get rid of legacy jsp included in old
# servlet packages (one day we will be able to remove this)
# Replace PreReq
Requires(pre): %{name}-servlet-%{servletspec}-api = %{epoch}:%{version}-%{release}
Requires(postun): %{name}-servlet-%{servletspec}-api = %{epoch}:%{version}-%{release}
Summary: Apache Tomcat Servlet and JSP implementation classes
Provides: jsp
Provides: jsp_2_0_api

%description jsp-%{jspspec}-api
Contains the implementation classes
of the Apache Tomcat JSP API (packages javax.servlet.jsp).

%package jsp-%{jspspec}-api-javadoc
Group: Development/Java
Summary: Javadoc generated documentation for %{name}-jsp-%{jspspec}-api
Requires(post): /bin/rm
Requires(post): /bin/ln

%description jsp-%{jspspec}-api-javadoc
Contains the javadoc generated documentation for the implementation classes
of the Apache Tomcat JSP API (packages javax.servlet.jsp).

%package common-lib
Group: Development/Java
Summary: Libraries needed to run the Tomcat Web container (part)
Requires: java >= 0:1.5.0
Requires(post): jpackage-utils >= 0:1.7.4
Requires: jakarta-commons-collections-tomcat5 >= 0:3.1
Requires(post): jakarta-commons-collections-tomcat5 >= 0:3.1
#Requires: jakarta-commons-dbcp-tomcat5 >= 0:1.2.1
#Requires(post): jakarta-commons-dbcp-tomcat5 >= 0:1.2.1
Requires: jakarta-commons-el >= 0:1.0
Requires(post): jakarta-commons-el >= 0:1.0
# FIXME commons-pool is not listed in the Tomcat build.properties.default
Requires: apache-commons-pool
Requires(post): apache-commons-pool
%if %{with ecj}
Requires: ecj >= 0:3.3.1.1
Requires(post): ecj >= 0:3.3.1.1
%endif
# Other subpackages must go in first
Requires(post): %{name}-servlet-%{servletspec}-api = %{epoch}:%{version}-%{release}
Requires(post): %{name}-jsp-%{jspspec}-api = %{epoch}:%{version}-%{release}
Requires(post): %{name}-%{jname} = %{epoch}:%{version}-%{release}
Requires: %{name}-servlet-%{servletspec}-api = %{epoch}:%{version}-%{release}
Requires: %{name}-jsp-%{jspspec}-api = %{epoch}:%{version}-%{release}
Requires: %{name}-%{jname} = %{epoch}:%{version}-%{release}
Requires(post): findutils
Requires(preun): findutils
Requires(post): /bin/rm
Requires(preun): /bin/rm

%description common-lib
Libraries needed to run the Tomcat Web container (part)

%package server-lib
Group: Development/Java
Summary: Libraries needed to run the Tomcat Web container (part)
Requires(post): jpackage-utils >= 0:1.7.4
Requires: jakarta-commons-modeler >= 0:2.0
Requires(post): jakarta-commons-modeler >= 0:2.0
# Other subpackages must go in first
Requires: %{name}-%{jname} = %{epoch}:%{version}-%{release}
Requires(post): %{name}-%{jname} = %{epoch}:%{version}-%{release}
Requires(post): findutils
Requires(preun): findutils
Requires(post): /bin/rm
Requires(preun): /bin/rm

%description server-lib
Libraries needed to run the Tomcat Web container (part)

%package %{jname}
Group: Development/Java
Requires: %{name}-servlet-%{servletspec}-api = %{epoch}:%{version}-%{release}
Summary: Compiler JARs and associated scripts for %{name}
Obsoletes: jasper5
Provides: jasper5

%description %{jname}
Compiler JARs and associated scripts for %{name}

%package %{jname}-javadoc
Group: Development/Java
Summary: Javadoc generated documentation for %{name}-%{jname}
Obsoletes: jasper5-javadoc
Provides: jasper5-javadoc

%description %{jname}-javadoc
Javadoc for generated documentation %{name}-%{jname}

%package jasper-eclipse
Group: Development/Java
Summary: Jasper OSGi Eclipse plugin

%description jasper-eclipse
Jasper OSGi Eclipse plugin that contains class files from jasper-compiler,
jasper-runtime and ECJ.

%prep
%setup -q -c -T -a 0
%setup -q -D -T -a 6
pushd %{packdname}
%patch0 -p0 -b .p0~
%patch1 -p0 -b .p1~
%patch2 -p2 -b .p2~
%patch3 -p0 -b .p3~
%patch4 -p0 -b .p4~
%patch7 -p0 -b .p6~
%patch8 -p0 -b .p7~
%patch9 -p0 -b .p8~
%patch10 -p0 -b .p9~
%patch12 -p0 -b .p10~
%patch13 -p0 -b .p11~
%patch14 -p0 -b .p12~
%patch15 -p0 -b .p13~
%patch16 -p0 -b .p14~
%patch20 -p2 -b .p20~
%patch21 -p2 -b .p20~
sed -i -e 's|\@JAVA_HOME\@|%{java_home}|' build/build.xml
%ifarch ppc64 s390x alpha
%patch18 -p0 -b .p18~
%endif
%if %{with ecj}
%patch19 -p0 -b .p19~
%endif
popd

pushd %{packdname}
#%if %{without ecj}
    rm %{jname}/src/share/org/apache/jasper/compiler/JDTCompiler.java
#%endif

find -type f -name '*.jsp' | xargs -t perl -pi -e 's/<html:html locale="true">/<html:html>/g'
popd

%build
# remove pre-built binaries
for dir in ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname} ; do
    find $dir \( -name "*.jar" -o -name "*.class" \) | xargs -t rm -f
done

export JAVA_HOME=/usr/lib/jvm/java-openjdk
export 'ANT_HOME=/usr/share/ant'
export 'OPT_JAR_LIST=ant/ant-junit junit xmlunit ant/ant-trax jaxp_transform_impl xalan-j2-serializer ant/ant-apache-resolver xml-commons-resolver12'
# build jspapi and servletapi as ant dist will require them later
pushd ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/servletapi
    pushd jsr154
        ant --execdebug -Dservletapi.build="build" \
            -Dservletapi.dist="dist" \
            -Dbuild.compiler="modern" dist || sleep 1
    popd
    pushd jsr152
        ant -Dservletapi.build="build" \
            -Dservletapi.dist="dist" \
            -Dbuild.compiler="modern" dist
    popd
popd
# build jasper subpackage
pushd ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/%{jname}
    %{__cat} > build.properties << EOBP
ant.jar=$(build-classpath ant)
servlet-api.jar=${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/servletapi/jsr154/dist/lib/servlet-api.jar
jsp-api.jar=${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/servletapi/jsr152/dist/lib/jsp-api.jar
tools.jar=%{java.home}/lib/tools.jar
xerces.jar=$(build-classpath xerces-j2)
xercesImpl.jar=$(build-classpath jaxp_parser_impl)
xmlParserAPIs.jar=$(build-classpath xml-commons-apis)
commons-el.jar=$(build-classpath commons-el)
commons-collections.jar=$(build-classpath commons-collections)
commons-logging.jar=$(build-classpath commons-logging)
commons-daemon.jar=$(build-classpath commons-daemon)
junit.jar=$(build-classpath junit)
jasper-compiler-jdt.jar=$(build-classpath ecj)
EOBP
    ant -Djava.home="%{java_home}" -Dbuild.compiler="modern" javadoc
popd

# build tomcat 5
pushd ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/build
    %{__cat} >> build.properties << EOBP
version=%{version}
version.build=%{minversion}
ant.jar=%{_javadir}/ant.jar
ant-launcher.jar=%{_javadir}/ant.jar
jtc.home=${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/connectors/
%{jname}.home=${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/%{jname}
commons-beanutils.jar=$(build-classpath commons-beanutils)
commons-collections.jar=$(build-classpath commons-collections)
commons-daemon.jar=$(build-classpath commons-daemon)
commons-dbcp.jar=$(build-classpath commons-dbcp)
commons-digester.jar=$(build-classpath commons-digester)
commons-el.jar=$(build-classpath commons-el)
commons-fileupload.jar=$(build-classpath commons-fileupload)
commons-io.jar=$(build-classpath commons-io)
commons-launcher.jar=$(build-classpath commons-launcher)
commons-logging.jar=$(build-classpath commons-logging)
commons-logging-api.jar=$(build-classpath commons-logging-api)
commons-modeler.jar=$(build-classpath commons-modeler)
commons-pool.jar=$(build-classpath commons-pool)
jmx.jar=$(build-classpath mx4j/mx4j-jmx.jar)
jmx-remote.jar=$(build-classpath mx4j/mx4j-remote.jar)
jmx-tools.jar=$(build-classpath mx4j/mx4j-tools.jar)
jmxri.jar=$(build-classpath mx4j/mx4j-jmx.jar)
junit.jar=$(build-classpath junit)
regexp.jar=$(build-classpath regexp)
servlet-api.jar=${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/servletapi/jsr154/dist/lib/servlet-api.jar
jsp-api.jar=${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/servletapi/jsr152/dist/lib/jsp-api.jar
servlet.doc=${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/servletapi/jsr154/dist/docs/api
xercesImpl.jar=$(build-classpath jaxp_parser_impl)
xml-apis.jar=$(build-classpath xml-commons-apis)
struts.jar=$(build-classpath struts)
struts.lib=%{_datadir}/struts
activation.jar=$(build-classpath jaf_1_0_2_api)
mail.jar=$(build-classpath javamail_1_3_1_api)
jta.jar=$(build-classpath jta_1_0_1B_api)
jaas.jar=$(build-classpath jaas)
jndi.jar=$(build-classpath jndi)
jdbc20ext.jar=$(build-classpath jdbc-stdext)
jcert.jar=$(build-classpath jsse/jcert)
jnet.jar=$(build-classpath jsse/jnet)
jsse.jar=$(build-classpath jsse/jsse)
servletapi.build.notrequired=true
jspapi.build.notrequired=true
EOBP
%ant -Dbuild.compiler="modern" -Djava.home="%{java_home}" init
cp ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/servletapi/jsr154/dist/lib/servlet-api.jar \
        ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/build/build/common/lib/servlet-api.jar
    ant -Dbuild.compiler="modern" -Djava.home="%{java_home}" build
popd
%if %{without apis_and_jasper}
# build the connectors
pushd ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/connectors
# use the JARs created above to build
    export CLASSPATH="${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/servletapi/jsr154/dist/lib/servlet-api.jar:${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/jakarta-tomcat-5/build/server/lib/catalina.jar"
    %{__cat} > build.properties << EOBP
activation.jar=$(build-classpath jaf_1_0_2_api)
ant.jar=%{_javadir}/ant.jar
junit.jar=$(build-classpath junit)
commons-beanutils.jar=$(build-classpath commons-beanutils)
commons-collections.jar=$(build-classpath commons-collections)
commons-daemon.jar=$(build-classpath commons-daemon)
commons-digester.jar=$(build-classpath commons-digester)
commons-fileupload.jar=$(build-classpath commons-fileupload)
commons-io.jar=$(build-classpath commons-io)
commons-logging.jar=$(build-classpath commons-logging)
commons-logging-api.jar=$(build-classpath commons-logging-api)
commons-modeler.jar=$(build-classpath commons-modeler)
commons-pool.jar=$(build-classpath commons-pool)
regexp.jar=$(build-classpath regexp)
jmx.jar=$(build-classpath mx4j/mx4j-jmx)
activation.jar=$(build-classpath jaf_1_0_2_api)
mail.jar=$(build-classpath javamail_1_3_1_api)
jta.jar=$(build-classpath jta_1_0_1B_api)
jaas.jar=$(build-classpath jaas)
jndi.jar=$(build-classpath jndi)
jdbc20ext.jar=$(build-classpath jdbc-stdext)
jcert.jar=$(build-classpath jsse/jcert)
jnet.jar=$(build-classpath jsse/jnet)
jsse.jar=$(build-classpath jsse/jsse)
tomcat5.home=../../build/build
EOBP
    %ant -Dbuild.compiler="modern" -Djava.home="%{java_home}" build
popd
%endif

# create jasper-eclipse jar
%if %{with ecj}
mkdir -p org.apache.jasper
pushd org.apache.jasper
unzip -qq ../apache-tomcat-%{version}-src/build/build/common/lib/jasper-compiler.jar
unzip -qq ../apache-tomcat-%{version}-src/build/build/common/lib/jasper-runtime.jar \
  -x META-INF/MANIFEST.MF org/apache/jasper/compiler/Localizer.class
unzip -qq %{_javadir}/ecj.jar -x META-INF/MANIFEST.MF
cp -p %{SOURCE7} META-INF/MANIFEST.MF
rm -f plugin.properties plugin.xml about.html jdtCompilerAdapter.jar META-INF/eclipse.inf
zip -qq -r ../org.apache.jasper_5.5.17.v200706111724.jar .
popd
%endif

# inject OSGi manifests
# It is ok for the zip commands to fail - the jars may already contain a
# manifest
mkdir -p META-INF
cp -p %{SOURCE8} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u %{packdname}/servletapi/jsr154/dist/lib/servlet-api.jar META-INF/MANIFEST.MF || :
cp -p %{SOURCE9} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u %{packdname}/servletapi/jsr152/dist/lib/jsp-api.jar META-INF/MANIFEST.MF || :

%install
install -d -m 755 %{buildroot}%{_javadir}
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -d -m 755 %{buildroot}%{_bindir}
%if %{without apis_and_jasper}
export CLASSPATH="$(build-classpath xalan-j2 xml-commons-apis jakarta-taglibs-core jakarta-taglibs-standard struts-taglib):${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/servletapi/jsr152/dist/lib/jsp-api.jar":${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/servletapi/jsr154/dist/lib/servlet-api.jar
# build initial path structure
install -d -m 755 \
    %{buildroot}{%{confdir},%{logdir},%{homedir},%{bindir}}
install -d -m 755 %{buildroot}{%{serverdir},%{tempdir},%{workdir}}
install -d -m 755 %{buildroot}{%{appdir},%{commondir},%{shareddir}}
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
install -d -m 755 %{buildroot}%{_initrddir}
install -d -m 755 %{buildroot}%{_javadir}/%{name}
install -m 755 %{SOURCE5} %{buildroot}%{bindir}/relink
# SysV init and configuration
install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
# Service-specific configuration file
cat > %{name} << EOT
# Service-specific configuration file for %{name} services
# This will be sourced by the SysV service script after the global
# configuration file /etc/%{name}/%{name}.conf, thus allowing values
# to be overridden on a per-service way
#
# NEVER change the init script itself:
# To change values for all services make your changes in
# /etc/%{name}/%{name}.conf
# To change values for a specific service, change it here
# To create a new service, create a link from /etc/init.d/<you new service> to
# /etc/init.d/%{name} (do not copy the init script) and make a copy of the
# /etc/sysconfig/%{name} file to /etc/sysconfig/<you new service> and change
# the property values so the two services won't conflict
# Register the new service in the system as usual (see chkconfig and similars)
#
EOT
install -m 0644 %{name} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
rm %{name}
install %{SOURCE1} \
    %{buildroot}%{_initrddir}/%{name}
# Global configuration file
install -d -m 0755 %{buildroot}%{confdir}
%{__cat} > %{name}.conf << EOT
# System-wide configuration file for %{name} services
# This will be sourced by %{name} and any secondary service
# Values will be overridden by service-specific configuration
# files in /etc/sysconfig
# Use this one to change default values for all services
# Change the service specific ones to affect only one service
# (see, for instance, /etc/sysconfig/%{name})
#
EOT
%{__cat} %{SOURCE2} >> %{name}.conf
install -m 0644 %{name}.conf %{buildroot}%{confdir}/%{name}.conf
rm -f %{name}.conf
pushd ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/build
    export usejikes="false"
    export OPT_JAR_LIST="ant/ant-trax xalan-j2-serializer"
    ant -Dbuild.compiler="modern" -Djdt.version=4.3 -Djdt.home=%{_datadir}/java -Djava.home=%{java_home} dist
    pushd dist
        mv bin/* %{buildroot}%{bindir}
        mv common/* %{buildroot}%{commondir}
        mv conf/* %{buildroot}%{confdir}
        mv server/* %{buildroot}%{serverdir}
        mv shared/* %{buildroot}%{shareddir}
        mv webapps/* %{buildroot}%{appdir}
    popd
#    pushd build/conf
#        mv uriworkermap.properties workers.properties \
#            workers.properties.minimal %{buildroot}%{confdir}
#    popd
popd
# rename catalina.sh into dtomcat5 to let wrapper take precedence
install %{buildroot}%{bindir}/catalina.sh \
    %{buildroot}%{_bindir}/d%{name}
rm -f %{buildroot}%{bindir}/catalina.sh.* \
    %{buildroot}%{bindir}/setclasspath.*
# Remove leftover files
rm -f %{buildroot}%{bindir}/*.orig
# install wrapper as tomcat5
install %{SOURCE3} %{buildroot}%{_bindir}/%{name}
# install logrotate support
install %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
# remove / reorder non-usefull stuff
rm -rf %{buildroot}%{homedir}/src/
rm -f  %{buildroot}%{bindir}/*.sh %{buildroot}%{bindir}/*.bat
# FHS compliance patches, not easy to track them all boys :)
for i in %{buildroot}%{confdir}/%{name}.conf \
    %{buildroot}%{_sysconfdir}/sysconfig/%{name} \
    %{buildroot}%{_bindir}/d%{name} \
    %{buildroot}%{_bindir}/%{name} \
    %{buildroot}%{_initrddir}/%{name} \
    %{buildroot}%{bindir}/relink \
    %{buildroot}%{_sysconfdir}/logrotate.d/%{name}; do
    sed -i \
        -e 's|\@\@\@LIBDIR\@\@\@|%{_libdir}|g' \
        -e 's|\@\@\@TCCONF\@\@\@|%{confdir}|g' \
        -e "s|\@\@\@TCCONF\@\@\@|%{confdir}|g" \
        -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
        -e "s|\@\@\@TCBIN\@\@\@|%{bindir}|g" \
        -e "s|\@\@\@TCCOMMON\@\@\@|%{commondir}|g" \
        -e "s|\@\@\@TCSERVER\@\@\@|%{serverdir}|g" \
        -e "s|\@\@\@TCSHARED\@\@\@|%{shareddir}|g" \
        -e "s|\@\@\@TCAPP\@\@\@|%{appdir}|g" \
        -e "s|\@\@\@TCLOG\@\@\@|%{logdir}|g" $i
done
%add_to_maven_depmap tomcat tomcat-parent %{version} JPP/%{name} parent
    install -m 644 \
        ${RPM_BUILD_DIR}/%{name}-%{version}/tomcat5-poms/tomcat-parent-%{version}.pom \
        %{buildroot}/%{_datadir}/maven2/poms/JPP.%{name}-parent.pom
# Process bin
# Remove local JARs (to be replaced with jpp links in post)
pushd %{buildroot}%{bindir}
    # tomcat-juli will be installed in a public repository
    mv tomcat-juli.jar \
        %{buildroot}%{_javadir}/%{name}/tomcat-juli-%{version}.jar
    pushd %{buildroot}%{_javadir}/%{name}
        ln -s -f tomcat-juli-%{version}.jar tomcat-juli.jar
    popd
    %add_to_maven_depmap tomcat tomcat-juli %{version} JPP/%{name} tomcat-juli
    install -m 644 \
        ${RPM_BUILD_DIR}/%{name}-%{version}/tomcat5-poms/tomcat-juli-%{version}.pom \
        %{buildroot}/%{_datadir}/maven2/poms/JPP.%{name}-tomcat-juli.pom

    find . -name "*.jar" -not -name "*bootstrap*" \
           -exec rm -f {} \;
popd
# Process server/lib
# Remove local JARs (to be replaced with jpp links in post)
pushd %{buildroot}%{serverdir}/lib
    find . -name "*.jar" -not -name "catalina*" \
        -not -name "servlets-*" \
        -not -name "tomcat-*" | xargs -t rm -f
    # catalina-ant will be installed in a public repository
    mv catalina-ant.jar \
        %{buildroot}%{_javadir}/catalina-ant-%{version}.jar
    pushd %{buildroot}%{_javadir}
        ln -s -f catalina-ant-%{version}.jar catalina-ant5.jar
    popd
    %add_to_maven_depmap tomcat catalina-ant %{version} JPP catalina-ant5
    install -m 644 \
        ${RPM_BUILD_DIR}/%{name}-%{version}/tomcat5-poms/catalina-ant-%{version}.pom \
        %{buildroot}/%{_datadir}/maven2/poms/JPP-catalina-ant5.pom

    # catalina* jars will be installed in a public repository
    for i in catalina*.jar; do
        j="`echo $i | sed -e 's|\.jar$||'`"
        mv ${j}.jar \
            %{buildroot}%{_javadir}/%{name}/${j}-%{version}.jar
        pushd %{buildroot}%{_javadir}/%{name}
            ln -s -f ${j}-%{version}.jar ${j}.jar
        popd
        %add_to_maven_depmap tomcat ${j} %{version} JPP/tomcat5 ${j}
        install -m 644 \
            ${RPM_BUILD_DIR}/%{name}-%{version}/tomcat5-poms/${j}-%{version}.pom \
            %{buildroot}/%{_datadir}/maven2/poms/JPP.tomcat5-${j}.pom
    done
    # servlets* jars will be installed in a public repository
    for i in servlets-*.jar; do
        j="`echo $i | sed -e 's|\.jar$||'`"
        mv ${j}.jar \
            %{buildroot}%{_javadir}/%{name}/${j}-%{version}.jar
        pushd %{buildroot}%{_javadir}/%{name}
            ln -s -f ${j}-%{version}.jar ${j}.jar
        popd
        %add_to_maven_depmap tomcat ${j} %{version} JPP/tomcat5 ${j}
        install -m 644 \
            ${RPM_BUILD_DIR}/%{name}-%{version}/tomcat5-poms/${j}-%{version}.pom \
            %{buildroot}/%{_datadir}/maven2/poms/JPP.tomcat5-${j}.pom
    done
    # tomcat* jars will be installed in a public repository
    for i in tomcat-*.jar; do
        j="`echo $i | sed -e 's|\.jar$||'`"
        mv ${j}.jar \
            %{buildroot}%{_javadir}/%{name}/${j}-%{version}.jar
        pushd %{buildroot}%{_javadir}/%{name}
            ln -s -f ${j}-%{version}.jar ${j}.jar
        popd
        %add_to_maven_depmap tomcat ${j} %{version} JPP/tomcat5 ${j}
        install -m 644 \
            ${RPM_BUILD_DIR}/%{name}-%{version}/tomcat5-poms/${j}-%{version}.pom \
            %{buildroot}/%{_datadir}/maven2/poms/JPP.tomcat5-${j}.pom
    done
popd
# Process admin webapp server/webapps/admin
pushd %{buildroot}%{serverdir}/webapps/admin/WEB-INF/lib
    find . -name "*.jar" -not -name 'catalina-admin*' | xargs -t rm -f
    for i in catalina-admin; do
        mv ${i}.jar \
            %{buildroot}%{_javadir}/%{name}/${i}-%{version}.jar
        pushd %{buildroot}%{_javadir}/%{name}
            ln -s -f ${i}-%{version}.jar ${i}.jar
        popd
        %add_to_maven_depmap tomcat ${i} %{version} JPP/tomcat5 ${i}
        install -m 644 \
            ${RPM_BUILD_DIR}/%{name}-%{version}/tomcat5-poms/${i}-%{version}.pom \
            %{buildroot}/%{_datadir}/maven2/poms/JPP.tomcat5-${i}.pom
    done
popd
# Process manager webapp server/webapps/manager
pushd %{buildroot}%{serverdir}/webapps/manager/WEB-INF/lib
    find . -name "*.jar" -not -name 'catalina-manager*' | xargs -t rm -f
    for i in catalina-manager; do
        mv ${i}.jar \
            %{buildroot}%{_javadir}/%{name}/${i}-%{version}.jar
        pushd %{buildroot}%{_javadir}/%{name}
            ln -s -f ${i}-%{version}.jar ${i}.jar
        popd
        %add_to_maven_depmap tomcat ${i} %{version} JPP/tomcat5 ${i}
        install -m 644 \
            ${RPM_BUILD_DIR}/%{name}-%{version}/tomcat5-poms/${i}-%{version}.pom \
            %{buildroot}/%{_datadir}/maven2/poms/JPP.tomcat5-${i}.pom
    done
popd
# Process host-manager webapp server/webapps/host-manager
pushd %{buildroot}%{serverdir}/webapps/host-manager/WEB-INF/lib
    find . -name "*.jar" -not -name 'catalina-host-manager*' \
        | xargs -t rm -f
    for i in catalina-host-manager; do
        mv ${i}.jar \
            %{buildroot}%{_javadir}/%{name}/${i}-%{version}.jar
        pushd %{buildroot}%{_javadir}/%{name}
            ln -s -f ${i}-%{version}.jar ${i}.jar
        popd
        %add_to_maven_depmap tomcat ${i} %{version} JPP/tomcat5 ${i}
        install -m 644 \
            ${RPM_BUILD_DIR}/%{name}-%{version}/tomcat5-poms/${i}-%{version}.pom \
            %{buildroot}/%{_datadir}/maven2/poms/JPP.tomcat5-${i}.pom
    done
popd
# Process common/lib
pushd %{buildroot}%{commondir}/lib
    find . -name "*.jar" -not -name "%{jname}*" \
        -not -name "naming*" | xargs -t rm -f
    # jasper's jars will be installed in a public repository
    for i in %{jname}-compiler %{jname}-runtime; do
        j="`echo $i | sed -e 's|%{jname}-|%{jname}5-|'`"
        mv ${i}.jar %{buildroot}%{_javadir}/${j}-%{version}.jar
        pushd %{buildroot}%{_javadir}
            ln -s -f ${j}-%{version}.jar ${j}.jar
        popd
        %add_to_maven_depmap tomcat ${i} %{version} JPP ${j}
        install -m 644 \
            ${RPM_BUILD_DIR}/%{name}-%{version}/tomcat5-poms/${i}-%{version}.pom \
            %{buildroot}/%{_datadir}/maven2/poms/JPP-${j}.pom
    done
    # naming* jars will be installed in a public repository
    for i in naming-*.jar; do
        j="`echo $i | sed -e 's|\.jar$||'`"
        mv ${j}.jar \
            %{buildroot}%{_javadir}/%{name}/${j}-%{version}.jar
        pushd %{buildroot}%{_javadir}/%{name}
            ln -s -f ${j}-%{version}.jar ${j}.jar
        popd
        %add_to_maven_depmap tomcat ${j} %{version} JPP/tomcat5 ${j}
        install -m 644 \
            ${RPM_BUILD_DIR}/%{name}-%{version}/tomcat5-poms/${j}-%{version}.pom \
            %{buildroot}/%{_datadir}/maven2/poms/JPP.tomcat5-${j}.pom
    done
popd
# Process common/endorsed
pushd %{buildroot}%{commondir}/endorsed
    find . -name "*.jar" | xargs -t rm -f
popd
# avoid duplicate servlet.jar
rm -f %{buildroot}%{commondir}/lib/servlet.jar
# Add catalina-deployer
install -m 644 %{packdname}/build/deployer/lib/catalina-deployer.jar \
    %{buildroot}%{_javadir}/%{name}/catalina-deployer-%{version}.jar
        pushd %{buildroot}%{_javadir}/%{name}
            ln -s -f catalina-deployer-%{version}.jar catalina-deployer.jar
        popd

# Perform FHS translation
# (final links)
pushd %{buildroot}%{homedir}
    [ -d bin ] || ln -s -f %{bindir} bin
    [ -d common ] || ln -s -f %{commondir} common
    [ -d conf ] || ln -s -f %{confdir} conf
    [ -d logs ] || ln -s -f %{logdir} logs
    [ -d server ] || ln -s -f %{serverdir} server
    [ -d shared ] || ln -s -f %{shareddir} shared
    [ -d webapps ] || ln -s -f %{appdir} webapps
    [ -d work ] || ln -s -f %{workdir} work
    [ -d temp ] || ln -s -f %{tempdir} temp
popd
%else
pushd ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/build/build/common/lib
    # jasper's jars will be installed in a public repository
    for i in %{jname}-compiler %{jname}-runtime; do
        j="`echo $i | sed -e 's|%{jname}-|%{jname}5-|'`"
        mv ${i}.jar %{buildroot}%{_javadir}/${j}-%{version}.jar
        pushd %{buildroot}%{_javadir}
            ln -s -f ${j}-%{version}.jar ${j}.jar
        popd
        %add_to_maven_depmap tomcat ${i} %{version} JPP ${j}
        install -m 644 \
            ${RPM_BUILD_DIR}/%{name}-%{version}/tomcat5-poms/${i}-%{version}.pom \
            %{buildroot}/%{_datadir}/maven2/poms/JPP-${j}.pom
    done
popd
%endif

# begin servlet api subpackage install
pushd ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/servletapi
    install -m 644 jsr154/dist/lib/servlet-api.jar \
        %{buildroot}%{_javadir}/%{name}-servlet-%{servletspec}-api-%{version}.jar
    pushd %{buildroot}%{_javadir}
        ln -s -f %{name}-servlet-%{servletspec}-api-%{version}.jar \
            %{name}-servlet-%{servletspec}-api.jar
        # For backward compatibility with old JPP packages
        ln -s -f %{name}-servlet-%{servletspec}-api-%{version}.jar \
            servletapi5.jar
    popd
    # depmap frag for standard alternative
    %add_to_maven_depmap javax.servlet servlet-api %{servletspec} JPP servlet_2_4_api
    %add_to_maven_depmap tomcat servlet-api %{version} JPP %{name}-servlet-%{servletspec}-api
    install -m 644 \
            ${RPM_BUILD_DIR}/%{name}-%{version}/tomcat5-poms/servlet-api-%{version}.pom \
            %{buildroot}/%{_datadir}/maven2/poms/JPP-%{name}-servlet-%{servletspec}-api.pom
    # javadoc servlet
    install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-servlet-%{servletspec}-api-%{version}
    cp -pr jsr154/build/docs/api/* \
        %{buildroot}%{_javadocdir}/%{name}-servlet-%{servletspec}-api-%{version}
    ln -s -f %{name}-servlet-%{servletspec}-api-%{version} \
        %{buildroot}%{_javadocdir}/%{name}-servlet-%{servletspec}-api
popd
# begin jsp api subpackage install
pushd ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/servletapi
    install -m 644 jsr152/dist/lib/jsp-api.jar \
        %{buildroot}%{_javadir}/%{name}-jsp-%{jspspec}-api-%{version}.jar
    pushd %{buildroot}%{_javadir}
        ln -s -f %{name}-jsp-%{jspspec}-api-%{version}.jar \
            %{name}-jsp-%{jspspec}-api.jar
        # For backward compatibility with old JPP packages
        ln -s -f %{name}-jsp-%{jspspec}-api-%{version}.jar \
            jspapi.jar
    popd
    %add_to_maven_depmap javax.servlet jsp-api %{jspspec} JPP jsp_2_0_api
    %add_to_maven_depmap tomcat jsp-api %{version} JPP %{name}-jsp-%{jspspec}-api
    install -m 644 \
            ${RPM_BUILD_DIR}/%{name}-%{version}/tomcat5-poms/jsp-api-%{version}.pom \
            %{buildroot}/%{_datadir}/maven2/poms/JPP-%{name}-jsp-%{jspspec}-api.pom
    # javadoc jsp
    install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-jsp-%{jspspec}-api-%{version}
    cp -pr jsr152/build/docs/api/* \
        %{buildroot}%{_javadocdir}/%{name}-jsp-%{jspspec}-api-%{version}
    ln -s %{name}-jsp-%{jspspec}-api-%{version} \
        %{buildroot}%{_javadocdir}/%{name}-jsp-%{jspspec}-api
popd
# % if %{without apis_and_jasper}
# begin jasper subpackage install
pushd ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/%{jname}
    install -m 755 src/bin/jspc.sh \
        %{buildroot}%{_bindir}/jspc5.sh
    install -m 755 src/bin/%{jname}.sh \
        %{buildroot}%{_bindir}/%{full_jname}.sh
popd
pushd ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/container
    install -m 755 catalina/src/bin/setclasspath.sh \
        %{buildroot}%{_bindir}/%{full_jname}-setclasspath.sh
popd
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{jname}-%{version}
pushd ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/%{jname}
    cp -pr build/javadoc/* \
        %{buildroot}%{_javadocdir}/%{jname}-%{version}
    ln -s %{jname}-%{version} %{buildroot}%{_javadocdir}/%{jname}
popd
# % endif
%if %{with apis_and_jasper}
# Not being packaged in an apis_and_jasper build
rm -rf %{buildroot}%{_mavendepmapfragdir}/*
%endif

%if %{with ecj}
install -d -m 755 %{buildroot}%{_datadir}/eclipse/plugins
cp -p org.apache.jasper_5.5.17.v200706111724.jar %{buildroot}%{_datadir}/eclipse/plugins
%endif

%if %{without apis_and_jasper}
%post
%update_maven_depmap
# install tomcat5 (but don't activate)
/sbin/chkconfig --add %{name}
# Remove old automated symlinks
for repository in %{bindir} ; do
    find $repository -name '*.jar' -type l | xargs rm -f
done
for repository in %{commondir}/endorsed ; do
    find $repository -name '\[*\]*.jar' -not -type d | xargs rm -f
done
for repository in %{commondir}/lib ; do
    find $repository -name '\[*\]*.jar' -not -type d | xargs rm -f
done
for repository in %{serverdir}/lib ; do
    find $repository -name '\[*\]*.jar' -not -type d | xargs rm -f
done
# Create automated links - since all needed extensions may not have been
# installed for this jvm output is muted
rm -f %{bindir}/commons-daemon.jar
ln -s $(build-classpath commons-daemon) %{bindir}  2>&1
rm -f %{bindir}/commons-logging-api.jar
ln -s $(build-classpath commons-logging-api) %{bindir}  2>&1
rm -f %{bindir}/tomcat-juli.jar
ln -s $(build-classpath tomcat5/tomcat-juli) %{bindir}  2>&1
build-jar-repository %{commondir}/endorsed jaxp_parser_impl \
    xml-commons-apis 2>&1
build-jar-repository %{commondir}/lib commons-collections-tomcat5 \
    commons-dbcp-tomcat5 commons-el commons-pool-tomcat5 jaf javamail jsp \
    %{name}/naming-factory %{name}/naming-resources servlet \
    %{jname}5-compiler %{jname}5-runtime 2>&1
%if %{with ecj}
    build-jar-repository %{commondir}/lib ecj 2>&1
%endif
build-jar-repository %{serverdir}/lib catalina-ant5 commons-modeler \
    %{name}/catalina-ant-jmx %{name}/catalina-cluster %{name}/catalina \
    %{name}/catalina-optional %{name}/catalina-storeconfig \
    %{name}/servlets-default %{name}/servlets-invoker %{name}/servlets-webdav \
    %{name}/tomcat-ajp %{name}/tomcat-apr %{name}/tomcat-coyote \
    %{name}/tomcat-http %{name}/tomcat-jkstatus-ant %{name}/tomcat-util 2>&1

%postun
%update_maven_depmap

%post webapps
# Create automated links - since all needed extensions may not have been
# installed for this jvm output is muted
build-jar-repository %{appdir}/jsp-examples/WEB-INF/lib \
    jakarta-taglibs-core jakarta-taglibs-standard 2>&1

%post admin-webapps
# Remove old automated symlinks
find %{serverdir}/webapps/admin/WEB-INF/lib -name '\[*\]*.jar' -type d \
    | xargs rm -f
# Create automated links - since all needed extensions may not have been
# installed for this jvm output is muted
build-jar-repository %{serverdir}/webapps/admin/WEB-INF/lib \
    commons-beanutils commons-collections commons-digester struts struts-taglib \
    %{name}/catalina-admin 2>&1
build-jar-repository %{serverdir}/webapps/host-manager/WEB-INF/lib \
    %{name}/catalina-host-manager 2>&1
build-jar-repository %{serverdir}/webapps/manager/WEB-INF/lib \
    commons-io commons-fileupload %{name}/catalina-manager 2>&1
%endif

%post servlet-%{servletspec}-api
%{_sbindir}/update-alternatives --install %{_javadir}/servlet.jar servlet \
    %{_javadir}/%{name}-servlet-%{servletspec}-api.jar 20400
%{_sbindir}/update-alternatives --install %{_javadir}/servlet_2_4_api.jar servlet_2_4_api \
    %{_javadir}/%{name}-servlet-%{servletspec}-api.jar 20400

%post servlet-%{servletspec}-api-javadoc
rm -f %{_javadocdir}/servletapi # legacy symlink

%postun servlet-%{servletspec}-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove servlet \
        %{_javadir}/%{name}-servlet-%{servletspec}-api.jar
    %{_sbindir}/update-alternatives --remove servlet_2_4_api \
        %{_javadir}/%{name}-servlet-%{servletspec}-api.jar
fi

%post jsp-%{jspspec}-api
%{_sbindir}/update-alternatives --install %{_javadir}/jsp.jar jsp \
    %{_javadir}/%{name}-jsp-%{jspspec}-api.jar 20000
%{_sbindir}/update-alternatives --install %{_javadir}/jsp_2_0_api.jar jsp_2_0_api \
    %{_javadir}/%{name}-jsp-%{jspspec}-api.jar 20000

%post jsp-%{jspspec}-api-javadoc
rm -f %{_javadocdir}/jsp-api # legacy symlink

%postun jsp-%{jspspec}-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jsp \
        %{_javadir}/%{name}-jsp-%{jspspec}-api.jar
    %{_sbindir}/update-alternatives --remove jsp_2_0_api \
        %{_javadir}/%{name}-jsp-%{jspspec}-api.jar
fi

%if %{without apis_and_jasper}
%preun
# Always clean up workdir and tempdir on upgrade/removal
rm -fr %{workdir}/* %{tempdir}/*
if [ $1 = 0 ]; then
    [ -f /var/lock/subsys/%{name} ] && %{_initrddir}/%{name} stop
    [ -f %{_initrddir}/%{name} ] && /sbin/chkconfig --del %{name}
    # Remove automated symlinks
    for repository in %{commondir}/endorsed; do
        find $repository -name '\[*\]*.jar' -not -type d | xargs rm -f
    done
    for repository in %{commondir}/lib ; do
        find $repository -name '\[*\]*.jar' -not -type d | xargs rm -f
    done
    for repository in %{serverdir}/lib ; do
        find $repository -name '\[*\]*.jar' -not -type d | xargs rm -f
    done
fi

%preun admin-webapps
if [ $1 = 0 ]; then
    find %{serverdir}/webapps/*/WEB-INF/lib  \
        -name '\[*\]*.jar' -not -type d | xargs rm -f
fi

%preun webapps
if [ $1 = 0 ]; then
    find %{appdir}/jsp-examples/WEB-INF/lib  \
        -name '\[*\]*.jar' \
        -not -type d | xargs rm -f
fi

%pre
# Add the "tomcat" user and group
# we need a shell to be able to use su - later
%{_sbindir}/groupadd -g %{tcuid} -r tomcat 2> /dev/null || :
%{_sbindir}/useradd -c "Apache Tomcat" -u %{tcuid} -g tomcat \
    -s /bin/sh -r -d %{homedir} tomcat 2> /dev/null || :
%endif

%if %{without apis_and_jasper}
%files
%defattr(0644,root,root,0755)
%doc %{packdname}/build/{RELE*,RUNNING.txt,BENCHMARKS.txt}
# symlinks
%{_datadir}/%{name}/common
%{_datadir}/%{name}/temp
%{_datadir}/%{name}/logs
%{_datadir}/%{name}/conf
%{_datadir}/%{name}/server
%{_datadir}/%{name}/shared
%{_datadir}/%{name}/work
%{_datadir}/%{name}/webapps
# Normal directories
%dir %{homedir}
%dir %{bindir}
%dir %{_var}/lib/%{name}
%dir %{_var}/cache/%{name}
%dir %{commondir}
%dir %{commondir}/classes
%dir %{commondir}/lib
%dir %{commondir}/endorsed
%dir %{commondir}/i18n
%dir %{serverdir}
%dir %{serverdir}/classes
%dir %{serverdir}/lib
%{serverdir}/lib/*.renametojar
%dir %{shareddir}
%dir %{shareddir}/classes
%dir %{shareddir}/lib
# Directories with special permissions
%attr(0775,root,tomcat) %dir %{appdir}
%attr(0775,root,tomcat) %dir %{confdir}
%attr(0770,root,tomcat) %dir %{tempdir}
%attr(0770,root,tomcat) %dir %{workdir}
%attr(0755,tomcat,tomcat) %dir %{logdir}
%attr(0775,root,tomcat) %dir %{confdir}/Catalina
%attr(0775,root,tomcat) %dir %{confdir}/Catalina/localhost
%attr(0755,root,root) %{_bindir}/*
%exclude %{_bindir}/jasper5-setclasspath.sh
%exclude %{_bindir}/jasper5.sh
%exclude %{_bindir}/jspc5.sh
%attr(0755,root,root) %{bindir}/relink
%attr(0644,root,root) %{bindir}/*.jar
%attr(0644,root,root) %{bindir}/*.xml
%attr(0755,root,root) %{_initrddir}/%{name}
%attr(0644,root,tomcat) %config(noreplace) %{confdir}/catalina.policy
%attr(0644,root,tomcat) %config(noreplace) %{confdir}/catalina.properties
%attr(0660,root,tomcat) %config(noreplace) %{confdir}/logging.properties
%attr(0660,root,tomcat) %config(noreplace) %{confdir}/tomcat-users.xml
%config(noreplace) %{confdir}/%{name}.conf
%config(noreplace) %{confdir}/server-minimal.xml
%config(noreplace) %{confdir}/server.xml
%config(noreplace) %{confdir}/web.xml
%config(noreplace) %{confdir}/context.xml
#%config(noreplace) %{confdir}/uriworkermap.properties
#%config(noreplace) %{confdir}/workers.properties
#%config(noreplace) %{confdir}/workers.properties.minimal
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{commondir}/i18n/*
%attr(0644,root,root) %{_mavendepmapfragdir}/*
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-parent.pom

%files common-lib
%defattr(0644,root,root,0755)
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/naming*.jar
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-naming-factory.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-naming-resources.pom

%files server-lib
%defattr(0644,root,root,0755)
%{_javadir}/catalina*.jar
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/catalina-ant-jmx*.jar
%{_javadir}/%{name}/catalina-cluster*.jar
%{_javadir}/%{name}/catalina-deployer*.jar
%{_javadir}/%{name}/catalina.jar
%{_javadir}/%{name}/catalina-%{version}.jar
%{_javadir}/%{name}/catalina-optional*.jar
%{_javadir}/%{name}/catalina-storeconfig*.jar
%{_javadir}/%{name}/servlets*.jar
%{_javadir}/%{name}/tomcat*.jar
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP-catalina-ant5.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-catalina-ant-jmx.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-catalina-cluster.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-catalina.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-catalina-optional.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-catalina-storeconfig.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-servlets-default.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-servlets-invoker.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-servlets-webdav.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-tomcat-ajp.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-tomcat-apr.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-tomcat-coyote.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-tomcat-http.pom
#%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-tomcat-jkstatus-ant.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-tomcat-juli.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-tomcat-util.pom

%files webapps
%defattr(0644,root,tomcat,0775)
%dir %{appdir}/servlets-examples
%{appdir}/servlets-examples/*
%dir %{appdir}/jsp-examples
%{appdir}/jsp-examples/*
%dir %{appdir}/ROOT
%{appdir}/ROOT/*
%dir %{appdir}/tomcat-docs
%{appdir}/tomcat-docs/*
%dir %{appdir}/webdav
%{appdir}/webdav/*

%files admin-webapps
%defattr(0640,root,tomcat,0750)
%attr(0775,root,tomcat) %dir %{confdir}/Catalina/localhost
%attr(0660,root,tomcat) %{confdir}/Catalina/localhost/manager.xml
%attr(0660,root,tomcat) %{confdir}/Catalina/localhost/host-manager.xml
%{confdir}/Catalina/localhost/admin.xml
%dir %{appdir}/balancer
%{appdir}/balancer/*
%dir %{serverdir}/webapps
%{serverdir}/webapps/*
%attr(0644,root,root) %{_javadir}/%{name}/catalina-admin*.jar
%attr(0644,root,root) %{_javadir}/%{name}/catalina-manager*.jar
%attr(0644,root,root) %{_javadir}/%{name}/catalina-host-manager*.jar
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-catalina-admin.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-catalina-host-manager.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP.tomcat5-catalina-manager.pom
%endif

%files %{jname}
%defattr(0644,root,root,0755)
%doc ${RPM_BUILD_DIR}/%{name}-%{version}/%{packdname}/%{jname}/doc/jspc.html
%{_javadir}/%{jname}5-*.jar
%attr(0755,root,root) %{_bindir}/%{jname}*.sh
%attr(0755,root,root) %{_bindir}/jspc*.sh
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP-jasper5-compiler.pom
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP-jasper5-runtime.pom

%files %{jname}-javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{jname}-%{version}
%{_javadocdir}/%{jname}

%files servlet-%{servletspec}-api
%defattr(0644,root,root,0755)
%doc %{packdname}/LICENSE
%{_javadir}/%{name}-servlet-%{servletspec}-api*.jar
%{_javadir}/servletapi5.jar
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP-tomcat5-servlet-2.4-api.pom

%files servlet-%{servletspec}-api-javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-servlet-%{servletspec}-api-%{version}
%{_javadocdir}/%{name}-servlet-%{servletspec}-api

%files jsp-%{jspspec}-api
%defattr(0644,root,root,0755)
%doc %{packdname}/LICENSE
%{_javadir}/%{name}-jsp-%{jspspec}-api*.jar
%{_javadir}/jspapi.jar
%attr(0644,root,root) %{_datadir}/maven2/poms/JPP-tomcat5-jsp-2.0-api.pom

%files jsp-%{jspspec}-api-javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-jsp-%{jspspec}-api-%{version}
%{_javadocdir}/%{name}-jsp-%{jspspec}-api

%if %{with ecj}
%files jasper-eclipse
%defattr(0644,root,root,0755)
%dir %{_datadir}/eclipse
%dir %{_datadir}/eclipse/plugins
%{_datadir}/eclipse/plugins/org.apache.jasper_*
%endif

%changelog
* Wed Jul 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:5.5.35-8
+ Revision: 70ea0be
- Try to build wo jakarta-commons-pool-tomcat5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21894 |14mr|tomcat6-6.0.37-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define section free

%define jspspec 2.1
%define major_version 6
%define minor_version 0
%define micro_version 37
%define packdname apache-tomcat-%{version}-src
%define servletspec 2.5
%define tcuid 91

# FHS 2.3 compliant tree structure - http://www.pathname.com/fhs/2.3/
%define basedir %{_var}/lib/%{name}
%define appdir %{basedir}/webapps
%define bindir %{_datadir}/%{name}/bin
%define confdir %{_sysconfdir}/%{name}
%define homedir %{_datadir}/%{name}
%define libdir %{_javadir}/%{name}
%define logdir %{_var}/log/%{name}
%define cachedir %{_var}/cache/%{name}
%define tempdir %{cachedir}/temp
%define workdir %{cachedir}/work
%define _initrddir %{_sysconfdir}/init.d

Summary:	Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
Name:		tomcat6
Epoch:		0
Version:	%{major_version}.%{minor_version}.%{micro_version}
Release:	5
Group:		Development/Java
License:	ASL 2.0
Url:		http://tomcat.apache.org/
Source0:	http://www.apache.org/dist/tomcat/tomcat-6/v%{version}/src/%{packdname}.tar.gz
Source1:	%{name}-%{major_version}.%{minor_version}.conf
Source2:	%{name}-%{major_version}.%{minor_version}.init
Source3:	%{name}-%{major_version}.%{minor_version}.sysconfig
Source4:	%{name}-%{major_version}.%{minor_version}.wrapper
Source5:	%{name}-%{major_version}.%{minor_version}.logrotate
Source6:	%{name}-%{major_version}.%{minor_version}-digest.script
Source7:	%{name}-%{major_version}.%{minor_version}-tool-wrapper.script
Patch0:		%{name}-%{major_version}.%{minor_version}-bootstrap-MANIFEST.MF.patch
Patch1:		%{name}-%{major_version}.%{minor_version}-tomcat-users-webapp.patch
BuildRequires:	ant
BuildRequires:	ecj
BuildRequires:	findutils
BuildRequires:	apache-commons-dbcp
BuildRequires:	commons-collections
BuildRequires:	jakarta-commons-daemon
BuildRequires:	java-1.7.0-devel
BuildRequires:	jpackage-utils >= 0:1.7.0
BuildRequires:	junit
BuildRequires:	java-rpmbuild
Requires(pre):	shadow-utils
Requires(pre):	shadow-utils
Requires:	jakarta-commons-daemon
Requires:	jakarta-commons-logging
Requires:	java-1.7.0
Requires:	procps
Requires:	%{name}-lib = %{epoch}:%{version}-%{release}
BuildArch:	noarch

%description
Tomcat is the servlet container that is used in the official Reference
Implementation for the Java Servlet and JavaServer Pages technologies.
The Java Servlet and JavaServer Pages specifications are developed by
Sun under the Java Community Process.

Tomcat is developed in an open and participatory environment and
released under the Apache Software License version 2.0. Tomcat is intended
to be a collaboration of the best-of-breed developers from around the world.

%package admin-webapps
Summary:	The host-manager and manager web applications for Apache Tomcat
Group:		Development/Java
Requires:	%{name} = %{EVRD}

%description admin-webapps
The host-manager and manager web applications for Apache Tomcat.

%package docs-webapp
Summary:	The docs web application for Apache Tomcat
Group:		Development/Java
Requires:	%{name} = %{EVRD}

%description docs-webapp
The docs web application for Apache Tomcat.

%package javadoc
Summary:	Javadoc generated documentation for Apache Tomcat
Group:		Development/Java

%description javadoc
Javadoc generated documentation for Apache Tomcat.

%package jsp-%{jspspec}-api
Summary:	Apache Tomcat JSP API implementation classes
Group:		Development/Java
Provides:	jsp = %{jspspec}
Provides:	jsp21
Requires:	%{name}-servlet-%{servletspec}-api = %{EVRD}

%description jsp-%{jspspec}-api
Apache Tomcat JSP API implementation classes.

%package lib
Summary:	Libraries needed to run the Tomcat Web container
Group:		Development/Java
Requires:	%{name}-jsp-%{jspspec}-api = %{EVRD}
Requires:	%{name}-servlet-%{servletspec}-api = %{EVRD}
Requires(post):	ecj
Requires(post):	jakarta-commons-collections
Requires(post):	apache-commons-dbcp
Requires(post):	apache-commons-pool
Requires(preun):	coreutils

%description lib
Libraries needed to run the Tomcat Web container.

%package servlet-%{servletspec}-api
Summary:	Apache Tomcat Servlet API implementation classes
Group:		Development/Java
Provides:	servlet = %{servletspec}
Provides:	servlet6
Provides:	servlet25

%description servlet-%{servletspec}-api
Apache Tomcat Servlet API implementation classes.

%package webapps
Summary:	The ROOT and examples web applications for Apache Tomcat
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires(post):	jakarta-taglibs-standard >= 0:1.1

%description webapps
The ROOT and examples web applications for Apache Tomcat.

%prep
%setup -q -c -T -a 0
# remove pre-built binaries and windows files
find . -type f \( -name "*.bat" -o -name "*.class" -o -name Thumbs.db -o -name "*.gz" -o \
          -name "*.jar" -o -name "*.war" -o -name "*.zip" \) | xargs -t rm
pushd %{packdname}
%patch0 -p0
%patch1 -p0
popd

%build
export CLASSPATH=
#export OPT_JAR_LIST=""
pushd %{packdname}
    # we don't care about the tarballs and we're going to replace
    # tomcat-dbcp.jar with jakarta-commons-{collections,dbcp,pool}-tomcat5.jar
    # so just create a dummy file for later removal
    touch HACK
    # who needs a build.properties file anyway
    %ant -Dbase.path="." \
        -Dbuild.compiler="modern" \
        -Dcommons-collections.jar="$(build-classpath commons-collections)" \
        -Dcommons-daemon.jar="$(build-classpath commons-daemon)" \
        -Dcommons-daemon.native.src.tgz="HACK" \
        -Djasper-jdt.jar="$(build-classpath ecj)" \
        -Djdt.jar="$(build-classpath ecj)" \
        -Dtomcat-dbcp.jar="$(build-classpath apache-commons-dbcp)" \
        -Dtomcat-native.tar.gz="HACK" \
        -Dversion="%{version}" \
        -Dversion.build="%{micro_version}"
    # javadoc generation
    %ant -f dist.xml dist-prepare
    %ant -f dist.xml dist-source
    %ant -f dist.xml dist-javadoc
    # remove some jars that we'll replace with symlinks later
    rm output/build/bin/commons-daemon.jar \
            output/build/lib/ecj.jar
    # remove the cruft we created
    rm output/build/bin/tomcat-native.tar.gz 
popd
pushd %{packdname}/output/dist/src/webapps/docs/appdev/sample/src
mkdir -p ../web/WEB-INF/classes
%javac -cp ../../../../../../../../output/build/lib/servlet-api.jar -d ../web/WEB-INF/classes mypackage/Hello.java
pushd ../web
%jar cf ../../../../../../../../output/build/webapps/docs/appdev/sample/sample.war *
popd
popd

%install
# build initial path structure
install -d -m 0755 %{buildroot}%{_bindir}
install -d -m 0755 %{buildroot}%{_sbindir}
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
install -d -m 0755 %{buildroot}%{_initrddir}
install -d -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d
install -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig
install -d -m 0755 %{buildroot}%{appdir}
install -d -m 0755 %{buildroot}%{bindir}
install -d -m 0755 %{buildroot}%{confdir}
install -d -m 0755 %{buildroot}%{confdir}/Catalina/localhost
install -d -m 0755 %{buildroot}%{libdir}
install -d -m 0755 %{buildroot}%{logdir}
install -d -m 0755 %{buildroot}%{homedir}
install -d -m 0755 %{buildroot}%{tempdir}
install -d -m 0755 %{buildroot}%{workdir}
# move things into place
pushd %{packdname}/output/build
    cp -a bin/*.{jar,xml} %{buildroot}%{bindir}
    cp -a conf/*.{policy,properties,xml} %{buildroot}%{confdir}
    cp -a lib/*.jar %{buildroot}%{libdir}
    cp -a webapps/* %{buildroot}%{appdir}
popd
# javadoc
pushd %{packdname}/output/dist/webapps
    cp -a docs/api/* %{buildroot}%{_javadocdir}/%{name}
popd
sed -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
         -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
         -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE1} \
    > %{buildroot}%{confdir}/%{name}.conf
sed -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
         -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
         -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE3} \
    > %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m 0644 %{SOURCE2} \
    %{buildroot}%{_initrddir}/%{name}
install -m 0644 %{SOURCE4} \
    %{buildroot}%{_sbindir}/%{name}
ln -s %{name} %{buildroot}%{_sbindir}/d%{name}
sed -e "s|\@\@\@TCLOG\@\@\@|%{logdir}|g" %{SOURCE5} \
    > %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
sed -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
         -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
         -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE6} \
    > %{buildroot}%{_bindir}/%{name}-digest
sed -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
         -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
         -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE7} \
    > %{buildroot}%{_bindir}/%{name}-tool-wrapper
# create jsp and servlet API symlinks
pushd %{buildroot}%{_javadir}
    mv %{name}/jsp-api.jar %{name}-jsp-%{jspspec}-api-%{version}.jar
    mv %{name}/servlet-api.jar \
        %{name}-servlet-%{servletspec}-api-%{version}.jar
    ln -s %{name}-jsp-%{jspspec}-api-%{version}.jar \
        %{name}-jsp-%{jspspec}-api.jar
    ln -s %{name}-servlet-%{servletspec}-api-%{version}.jar \
        %{name}-servlet-%{servletspec}-api.jar
popd
pushd %{buildroot}%{libdir}
    # fix up jars to include version number
    for i in *.jar; do
        j="$(echo $i | sed -e 's,\.jar$,,')"
        mv ${j}.jar ${j}-%{version}.jar
        ln -s ${j}-%{version}.jar ${j}.jar
    done
    # symlink JSP and servlet API jars
    ln -s ../%{name}-jsp-%{jspspec}-api-%{version}.jar .
    ln -s ../%{name}-servlet-%{servletspec}-api-%{version}.jar .
popd
pushd %{buildroot}%{bindir}
    # fix up jars to include version number
    for i in *.jar; do
        j="$(echo $i | sed -e 's,\.jar$,,')"
        mv ${j}.jar ${j}-%{version}.jar
        ln -s ${j}-%{version}.jar ${j}.jar
    done
popd
# symlink to the FHS locations where we've installed things
pushd %{buildroot}%{homedir}
    ln -s %{appdir} webapps
    ln -s %{confdir} conf
    ln -s %{libdir} lib
    ln -s %{logdir} logs
    ln -s %{tempdir} temp
    ln -s %{workdir} work
popd

# install sample webapp
mkdir -p %{buildroot}%{appdir}/sample
pushd %{buildroot}%{appdir}/sample
%jar xf %{buildroot}%{appdir}/docs/appdev/sample/sample.war
popd
rm %{buildroot}%{appdir}/docs/appdev/sample/sample.war

%pre
# add the tomcat user and group
%_pre_useradd  tomcat  %{homedir} /bin/sh 
%_pre_groupadd tomcat tomcat

%post
# install but don't activate
%_post_service %{name}

%post jsp-%{jspspec}-api
%{_sbindir}/update-alternatives --install %{_javadir}/jsp.jar jsp \
    %{_javadir}/%{name}-jsp-%{jspspec}-api.jar 20100

%post lib
%{_bindir}/build-jar-repository %{libdir} commons-collections \
    commons-dbcp commons-pool ecj 2>&1

%post servlet-%{servletspec}-api
%{_sbindir}/update-alternatives --install %{_javadir}/servlet.jar servlet \
    %{_javadir}/%{name}-servlet-%{servletspec}-api.jar 20500

%post webapps
%{_bindir}/build-jar-repository %{appdir}/examples/WEB-INF/lib \
    taglibs-core.jar taglibs-standard.jar 2>&1

%preun
# clean tempdir and workdir on removal or upgrade
rm -rf %{workdir}/* %{tempdir}/*
%_preun_service %{name}

%preun lib
if [ "$1" = "0" ]; then
    rm -f %{libdir}/\[commons-collections\].jar \
        %{libdir}/\[commons-dbcp\].jar \
        %{libdir}/\[commons-pool\].jar \
        %{libdir}/\[ecj\].jar >/dev/null 2>&1
fi

%postun
%_postun_userdel tomcat
%_postun_groupdel tomcat tomcat

%postun jsp-%{jspspec}-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jsp \
        %{_javadir}/%{name}-jsp-%{jspspec}-api.jar
fi

%postun servlet-%{servletspec}-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove servlet \
        %{_javadir}/%{name}-servlet-%{servletspec}-api.jar
fi

%files
%defattr(0644,root,root,0755)
%doc %{packdname}/{LICENSE,NOTICE,RELEASE*}
%attr(0755,root,root) %{_bindir}/%{name}-digest
%attr(0755,root,root) %{_bindir}/%{name}-tool-wrapper
%attr(0755,root,root) %{_sbindir}/d%{name}
%attr(0755,root,root) %{_sbindir}/%{name}
%attr(0775,root,tomcat) %dir %{logdir}
%attr(0755,root,root) %{_initrddir}/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%dir %{basedir}
%attr(0775,root,tomcat) %dir %{appdir}
%dir %{confdir}
%dir %{confdir}/Catalina
%attr(0775,root,tomcat) %dir %{confdir}/Catalina/localhost
%config(noreplace) %{confdir}/%{name}.conf
%config(noreplace) %{confdir}/*.policy
%config(noreplace) %{confdir}/*.properties
%config(noreplace) %{confdir}/context.xml
%config(noreplace) %{confdir}/server.xml
%attr(0660,root,tomcat) %config(noreplace) %{confdir}/tomcat-users.xml
%config(noreplace) %{confdir}/web.xml
%attr(0775,root,tomcat) %dir %{cachedir}
%attr(0775,root,tomcat) %dir %{tempdir}
%attr(0775,root,tomcat) %dir %{workdir}
%{homedir}

%files admin-webapps
%defattr(0644,root,root,0755)
%{appdir}/host-manager
%{appdir}/manager

%files docs-webapp
%defattr(0644,root,root,0755)
%{appdir}/docs

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}

%files jsp-%{jspspec}-api
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-jsp*.jar

%files lib
%defattr(0644,root,root,0755)
%{libdir}

%files servlet-%{servletspec}-api
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-servlet*.jar

%files webapps
%defattr(0644,root,root,0755)
%{appdir}/ROOT
%{appdir}/examples
%{appdir}/sample


%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:6.0.37-5
+ Revision: 82c14df
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21895 |14mr|tomcat-7.0.47-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%global jspspec 2.2
%global major_version 7
%global minor_version 0
%global micro_version 47
%global packdname apache-tomcat-%{version}-src
%global servletspec 3.0
%global elspec 2.2
%global tcuid 91

# FHS 2.3 compliant tree structure - http://www.pathname.com/fhs/2.3/
%global basedir %{_var}/lib/%{name}
%global appdir %{basedir}/webapps
%global homedir %{_datadir}/%{name}
%global bindir %{homedir}/bin
%global confdir %{_sysconfdir}/%{name}
%global libdir %{_javadir}/%{name}
%global logdir %{_var}/log/%{name}
%global cachedir %{_var}/cache/%{name}
%global tempdir %{cachedir}/temp
%global workdir %{cachedir}/work
%global _initrddir %{_sysconfdir}/init.d
%global _systemddir /lib/systemd/system

Summary:	Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
Name:		tomcat
Version:	%{major_version}.%{minor_version}.%{micro_version}
Release:	7
Group:		Networking/WWW
License:	ASL 2.0
Url:		http://tomcat.apache.org/
Source0:	http://www.apache.org/dist/tomcat/tomcat-%{major_version}/v%{version}/src/%{packdname}.tar.gz
Source1:	%{name}-%{major_version}.%{minor_version}.conf
Source3:	%{name}-%{major_version}.%{minor_version}.sysconfig
Source4:	%{name}-%{major_version}.%{minor_version}.wrapper
Source5:	%{name}-%{major_version}.%{minor_version}.logrotate
Source6:	%{name}-%{major_version}.%{minor_version}-digest.script
Source7:	%{name}-%{major_version}.%{minor_version}-tool-wrapper.script
Source8:	servlet-api-OSGi-MANIFEST.MF
Source9:	jsp-api-OSGi-MANIFEST.MF
Source10:	%{name}-%{major_version}.%{minor_version}-log4j.properties
Source11:	%{name}-%{major_version}.%{minor_version}.service
Source12:	el-api-OSGi-MANIFEST.MF
Source13:	jasper-el-OSGi-MANIFEST.MF
Source14:	jasper-OSGi-MANIFEST.MF
Source15:	tomcat-api-OSGi-MANIFEST.MF
Source16:	tomcat-juli-OSGi-MANIFEST.MF
Source18:      %{name}-%{major_version}.%{minor_version}-tomcat-jsvc-sysd
Source19:      %{name}-%{major_version}.%{minor_version}-jsvc.wrapper
Source20:      %{name}-%{major_version}.%{minor_version}-jsvc.service
Source30:      tomcat-preamble
Source31:      tomcat-server
Source32:      tomcat-named.service

Patch0:		%{name}-%{major_version}.%{minor_version}-bootstrap-MANIFEST.MF.patch
Patch1:		%{name}-%{major_version}.%{minor_version}-tomcat-users-webapp.patch
BuildArch:	noarch

BuildRequires:	ant
BuildRequires:	ant-nodeps
BuildRequires:	ecj
BuildRequires:	findutils
BuildRequires:	commons-collections
BuildRequires:	apache-commons-daemon
BuildRequires:	apache-commons-dbcp
BuildRequires:	apache-commons-pool
BuildRequires:	jakarta-taglibs-standard
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	jpackage-utils >= 0:1.7.0
BuildRequires:	junit
BuildRequires:	log4j
BuildRequires:	jaxrpc
BuildRequires:	wsdl4j
BuildRequires:	java-rpmbuild
BuildRequires:	zip
BuildRequires: systemd-units
Requires:	jakarta-commons-daemon
Requires:	jakarta-commons-logging
Requires:	jakarta-commons-collections
Requires:	apache-commons-dbcp
Requires:	apache-commons-pool
Requires:	java >= 0:1.6.0
Requires:	procps
Requires:	%{name}-lib = %{version}-%{release}
Requires(pre):	shadow-utils
Requires(post):	chkconfig
Requires(preun):	chkconfig
Requires(post):	jpackage-utils
Requires(postun):	jpackage-utils
Requires(post):   systemd
Requires(post):   systemd-units
Requires(preun):  systemd-units
Requires(postun): systemd-units

%description
Tomcat is the servlet container that is used in the official Reference
Implementation for the Java Servlet and JavaServer Pages technologies.
The Java Servlet and JavaServer Pages specifications are developed by
Sun under the Java Community Process.

Tomcat is developed in an open and participatory environment and
released under the Apache Software License version 2.0. Tomcat is intended
to be a collaboration of the best-of-breed developers from around the world.

%package admin-webapps
Group:		Networking/WWW
Summary:	The host-manager and manager web applications for Apache Tomcat
Requires:	%{name} = %{version}-%{release}

%description admin-webapps
The host-manager and manager web applications for Apache Tomcat.

%package docs-webapp
Group:		Networking/WWW
Summary:	The docs web application for Apache Tomcat
Requires:	%{name} = %{version}-%{release}

%description docs-webapp
The docs web application for Apache Tomcat.

%package javadoc
Group:		Development/Java
Summary:	Javadoc generated documentation for Apache Tomcat
Requires:	jpackage-utils

%description javadoc
Javadoc generated documentation for Apache Tomcat.

%package jsvc
Group: Development/Java
Summary: Apache jsvc wrapper for Apache Tomcat as separate service
Requires: %{name} = %{version}-%{release}
Requires: jakarta-commons-daemon-jsvc

%description jsvc
Systemd service and wrapper scripts to start tomcat with jsvc,
which allows tomcat to perform some privileged operations
(e.g. bind to a port < 1024) and then switch identity to a non-privileged user.

%package jsp-%{jspspec}-api
Group:		Development/Java
Summary:	Apache Tomcat JSP API implementation classes
Provides:	jsp = %{jspspec}
Provides:	jsp22
Requires:	%{name}-servlet-%{servletspec}-api = %{version}-%{release}
Requires(post):	chkconfig
Requires(postun):	chkconfig

%description jsp-%{jspspec}-api
Apache Tomcat JSP API implementation classes.


%package lib
Group:		Development/Java
Summary:	Libraries needed to run the Tomcat Web container
Requires:	%{name}-jsp-%{jspspec}-api = %{version}-%{release}
Requires:	%{name}-servlet-%{servletspec}-api = %{version}-%{release}
Requires:	%{name}-el-%{elspec}-api = %{version}-%{release}
Requires:	ecj
Requires:	jakarta-commons-collections
Requires:	apache-commons-dbcp
Requires:	apache-commons-pool
Requires(preun):	coreutils

%description lib
Libraries needed to run the Tomcat Web container.

%package servlet-%{servletspec}-api
Group:		Development/Java
Summary:	Apache Tomcat Servlet API implementation classes
Provides:	servlet = %{servletspec}
Provides:	servlet6
Provides:	servlet3
Requires(post):	chkconfig
Requires(postun):	chkconfig

%description servlet-%{servletspec}-api
Apache Tomcat Servlet API implementation classes.

%package el-%{elspec}-api
Group:		Development/Java
Summary:	Expression Language v1.0 API
Provides:	el_1_0_api = %{version}-%{release}
Provides:	el_api = %{elspec}
Requires(post):	chkconfig
Requires(postun):	chkconfig

%description el-%{elspec}-api
Expression Language 1.0.

%package webapps
Group:		Networking/WWW
Summary:	The ROOT and examples web applications for Apache Tomcat
Requires:	%{name} = %{version}-%{release}
Requires:	jakarta-taglibs-standard >= 0:1.1

%description webapps
The ROOT and examples web applications for Apache Tomcat.

%prep
%setup -q -n %{packdname}
# remove pre-built binaries and windows files
find . -type f \( -name "*.bat" -o -name "*.class" -o -name Thumbs.db -o -name "*.gz" -o \
   -name "*.jar" -o -name "*.war" -o -name "*.zip" \) -delete

%patch0 -p0
%patch1 -p0
%{__ln_s} $(build-classpath jakarta-taglibs-core) webapps/examples/WEB-INF/lib/jstl.jar
%{__ln_s} $(build-classpath jakarta-taglibs-standard) webapps/examples/WEB-INF/lib/standard.jar

rm java/org/apache/jasper/compiler/JDTCompiler.java

%build
export OPT_JAR_LIST="xalan-j2-serializer"
   # we don't care about the tarballs and we're going to replace
   # tomcat-dbcp.jar with apache-commons-{collections,dbcp,pool}-tomcat5.jar
   # so just create a dummy file for later removal
   touch HACK
   %{__mkdir_p} HACKDIR
   touch HACKDIR/build.xml
   # who needs a build.properties file anyway
   ant -Dbase.path="." \
      -Dbuild.compiler="modern" \
      -Dcommons-collections.jar="$(build-classpath commons-collections)" \
      -Dcommons-daemon.jar="$(build-classpath commons-daemon)" \
      -Dcommons-daemon.native.src.tgz="HACK" \
      -Djasper-jdt.jar="$(build-classpath ecj)" \
      -Djdt.jar="$(build-classpath ecj)" \
      -Dtomcat-dbcp.jar="$(build-classpath apache-commons-dbcp)" \
      -Dtomcat-native.tar.gz="HACK" \
      -Dtomcat-native.home="." \
      -Dcommons-daemon.native.win.mgr.exe="HACK" \
      -Dnsis.exe="HACK" \
      -Djaxrpc-lib.jar="$(build-classpath jaxrpc)" \
      -Dwsdl4j-lib.jar="$(build-classpath wsdl4j)" \
      -Dcommons-pool.home="HACKDIR" \
      -Dcommons-dbcp.home="HACKDIR" \
      -Dno.build.dbcp=true \
      -Dversion="%{version}" \
      -Dversion.build="%{micro_version}" \
      deploy dist-prepare dist-source javadoc

    # remove some jars that we'll replace with symlinks later
   %{__rm} output/build/bin/commons-daemon.jar \
           output/build/lib/ecj.jar
    # remove the cruft we created
   %{__rm} output/build/bin/tomcat-native.tar.gz
pushd output/dist/src/webapps/docs/appdev/sample/src
%{__mkdir_p} ../web/WEB-INF/classes
javac -cp ../../../../../../../../output/build/lib/servlet-api.jar -d ../web/WEB-INF/classes mypackage/Hello.java
pushd ../web
jar cf ../../../../../../../../output/build/webapps/docs/appdev/sample/sample.war *
popd
popd

# inject OSGi manifests
mkdir -p META-INF
cp -p %{SOURCE8} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u output/build/lib/servlet-api.jar META-INF/MANIFEST.MF
cp -p %{SOURCE9} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u output/build/lib/jsp-api.jar META-INF/MANIFEST.MF
cp -p %{SOURCE12} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u output/build/lib/el-api.jar META-INF/MANIFEST.MF
cp -p %{SOURCE13} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u output/build/lib/jasper-el.jar META-INF/MANIFEST.MF
cp -p %{SOURCE14} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u output/build/lib/jasper.jar META-INF/MANIFEST.MF
cp -p %{SOURCE15} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u output/build/lib/tomcat-api.jar META-INF/MANIFEST.MF
cp -p %{SOURCE16} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u output/build/bin/tomcat-juli.jar META-INF/MANIFEST.MF

%install
# build initial path structure
%{__install} -d -m 0755 %{buildroot}%{_bindir}
%{__install} -d -m 0755 %{buildroot}%{_sbindir}
%{__install} -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
%{__install} -d -m 0755 %{buildroot}%{_initrddir}
%{__install} -d -m 0755 %{buildroot}%{_systemddir}
%{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d
%{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig
%{__install} -d -m 0755 %{buildroot}%{appdir}
%{__install} -d -m 0755 %{buildroot}%{bindir}
%{__install} -d -m 0775 %{buildroot}%{confdir}
%{__install} -d -m 0775 %{buildroot}%{confdir}/Catalina/localhost
%{__install} -d -m 0755 %{buildroot}%{libdir}
%{__install} -d -m 0775 %{buildroot}%{logdir}
/bin/touch %{buildroot}%{logdir}/catalina.out
/bin/echo "%{name}-%{major_version}.%{minor_version}.%{micro_version} RPM installed" >> %{buildroot}%{logdir}/catalina.out
%{__install} -d -m 0775 %{buildroot}%{homedir}
%{__install} -d -m 0775 %{buildroot}%{tempdir}
%{__install} -d -m 0775 %{buildroot}%{workdir}
%{__install} -d -m 0755 %{buildroot}%{_unitdir}
%{__install} -d -m 0755 %{buildroot}%{_libexecdir}/%{name}

# move things into place
# First copy supporting libs to tomcat lib
pushd output/build
    cp -a bin/*.{jar,xml} %{buildroot}%{bindir}
    cp %{SOURCE10} conf/log4j.properties
    cp -a conf/*.{policy,properties,xml} %{buildroot}%{confdir}
    cp -a lib/*.jar %{buildroot}%{libdir}
    cp -a webapps/* %{buildroot}%{appdir}
popd
# javadoc
cp -a output/dist/webapps/docs/api/* %{buildroot}%{_javadocdir}/%{name}

%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
   -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
   -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE1} \
    > %{buildroot}%{confdir}/%{name}.conf
%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
   -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
   -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE3} \
    > %{buildroot}%{_sysconfdir}/sysconfig/%{name}
%{__install} -m 0644 %{SOURCE4} \
    %{buildroot}%{_sbindir}/%{name}
%{__install} -m 0644 %{SOURCE11} \
    %{buildroot}%{_systemddir}/%{name}.service
%{__install} -m 0644 %{SOURCE19} \
    %{buildroot}%{_sbindir}/%{name}-jsvc
%{__install} -m 0644 %{SOURCE20} \
    %{buildroot}%{_unitdir}/%{name}-jsvc.service
%{__install} -m 0644 %{SOURCE18} \
    %{buildroot}%{_sbindir}/%{name}-jsvc-sysd
%{__ln_s} %{name} %{buildroot}%{_sbindir}/d%{name}
%{__sed} -e "s|\@\@\@TCLOG\@\@\@|%{logdir}|g" %{SOURCE5} \
    > %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
   -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
   -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE6} \
    > %{buildroot}%{_bindir}/%{name}-digest
%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
   -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
   -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE7} \
    > %{buildroot}%{_bindir}/%{name}-tool-wrapper

%{__install} -m 0755 %{SOURCE30} \
    %{buildroot}%{_libexecdir}/%{name}/preamble
%{__install} -m 0755 %{SOURCE31} \
    %{buildroot}%{_libexecdir}/%{name}/server
%{__install} -m 0644 %{SOURCE32} \
    %{buildroot}%{_unitdir}/%{name}@.service


# create jsp and servlet API symlinks
pushd %{buildroot}%{_javadir}
   %{__mv} %{name}/jsp-api.jar %{name}-jsp-%{jspspec}-api.jar
   %{__ln_s} %{name}-jsp-%{jspspec}-api.jar %{name}-jsp-api.jar
   %{__mv} %{name}/servlet-api.jar %{name}-servlet-%{servletspec}-api.jar
   %{__ln_s} %{name}-servlet-%{servletspec}-api.jar %{name}-servlet-api.jar
   %{__mv} %{name}/el-api.jar %{name}-el-%{elspec}-api.jar
   %{__ln_s} %{name}-el-%{elspec}-api.jar %{name}-el-api.jar
popd

pushd output/build
    %{_bindir}/build-jar-repository lib commons-collections \
                                        apache-commons-dbcp apache-commons-pool ecj 2>&1
    # need to use -p here with b-j-r otherwise the examples webapp fails to
    # load with a java.io.IOException
    %{_bindir}/build-jar-repository -p webapps/examples/WEB-INF/lib \
    taglibs-core.jar taglibs-standard.jar 2>&1
popd

pushd %{buildroot}%{libdir}
    # symlink JSP and servlet API jars
    %{__ln_s} ../%{name}-jsp-%{jspspec}-api.jar .
    %{__ln_s} ../%{name}-servlet-%{servletspec}-api.jar .
    %{__ln_s} ../%{name}-el-%{elspec}-api.jar .
    %{__ln_s} $(build-classpath commons-collections) commons-collections.jar
    %{__ln_s} $(build-classpath apache-commons-dbcp) commons-dbcp.jar
    %{__ln_s} $(build-classpath log4j) log4j.jar
    %{__ln_s} $(build-classpath ecj) jasper-jdt.jar

    # Link the juli jar here from /usr/share/java/tomcat
    %{__ln_s} %{bindir}/tomcat-juli.jar .
popd

# symlink to the FHS locations where we've installed things
pushd %{buildroot}%{homedir}
    %{__ln_s} %{appdir} webapps
    %{__ln_s} %{confdir} conf
    %{__ln_s} %{libdir} lib
    %{__ln_s} %{logdir} logs
    %{__ln_s} %{tempdir} temp
    %{__ln_s} %{workdir} work
popd

# install sample webapp
%{__mkdir_p} %{buildroot}%{appdir}/sample
pushd %{buildroot}%{appdir}/sample
%{jar} xf %{buildroot}%{appdir}/docs/appdev/sample/sample.war
popd
%{__rm} %{buildroot}%{appdir}/docs/appdev/sample/sample.war


# Generate a depmap fragment javax.servlet:servlet-api pointing to
# tomcat-servlet-3.0-api for backwards compatibility
%add_to_maven_depmap javax.servlet servlet-api %{servletspec} JPP %{name}-servlet-%{servletspec}-api
# also provide jetty depmap (originally in jetty package, but it's cleaner to have it here)
%add_to_maven_depmap org.mortbay.jetty servlet-api %{servletspec} JPP %{name}-servlet-%{servletspec}-api
mv %{buildroot}%{_mavendepmapfragdir}/%{name} %{buildroot}%{_mavendepmapfragdir}/%{name}-servlet-api

# Install the maven metadata
%{__install} -d -m 0755 %{buildroot}%{_mavenpomdir}
pushd output/dist/src/res/maven
for pom in *.pom; do
    # fix-up version in all pom files
    sed -i 's/@MAVEN.DEPLOY.VERSION@/%{version}/g' $pom
done

# we won't install dbcp, juli-adapters and juli-extras pom files
for pom in tomcat-annotations-api.pom tomcat-catalina.pom tomcat-jasper-el.pom tomcat-jasper.pom \
           tomcat-catalina-ha.pom ; do
    cp -a $pom %{buildroot}%{_mavenpomdir}/JPP.$pom
    base=`basename $pom .pom`
    %add_to_maven_depmap org.apache.tomcat $base %{version} JPP/%{name} $base
done

# servlet-api jsp-api and el-api are not in tomcat subdir, since they are widely re-used elsewhere
for pom in tomcat-jsp-api.pom tomcat-servlet-api.pom tomcat-el-api.pom;do
    cp -a $pom %{buildroot}%{_mavenpomdir}/JPP-%{name}-$pom
    base=`basename $pom .pom`
    %add_to_maven_depmap org.apache.tomcat $base %{version} JPP %{name}-$base
done

# two special pom where jar files have different names
cp -a tomcat-tribes.pom %{buildroot}%{_mavenpomdir}/JPP.%{name}-catalina-tribes.pom
%add_to_maven_depmap org.apache.tomcat tribes %{version} JPP/%{name} catalina-tribes

cp -a tomcat-juli.pom %{buildroot}%{_mavenpomdir}/JPP.%{name}-tomcat-juli.pom
%add_to_maven_depmap org.apache.tomcat juli %{version} JPP/%{name} tomcat-juli

cp -a tomcat-util.pom %{buildroot}%{_mavenpomdir}/JPP.%{name}-tomcat-util.pom
%add_to_maven_depmap org.apache.tomcat util %{version} JPP/%{name} tomcat-util

cp -a tomcat-api.pom %{buildroot}%{_mavenpomdir}/JPP.%{name}-tomcat-api.pom
%add_to_maven_depmap org.apache.tomcat api %{version} JPP/%{name} tomcat-api

%pre
# add the tomcat user and group
%{_sbindir}/groupadd -g %{tcuid} -r tomcat 2>/dev/null || :
%{_sbindir}/useradd -c "Apache Tomcat" -u %{tcuid} -g tomcat \
    -s /bin/nologin -r -d %{homedir} tomcat 2>/dev/null || :

%post
%update_maven_depmap

%post jsp-%{jspspec}-api
%{_sbindir}/update-alternatives --install %{_javadir}/jsp.jar jsp \
    %{_javadir}/%{name}-jsp-%{jspspec}-api.jar 20100

%post servlet-%{servletspec}-api
%{_sbindir}/update-alternatives --install %{_javadir}/servlet.jar servlet \
    %{_javadir}/%{name}-servlet-%{servletspec}-api.jar 20500
%update_maven_depmap

%post el-%{elspec}-api
%{_sbindir}/update-alternatives --install %{_javadir}/elspec.jar elspec \
   %{_javadir}/%{name}-el-%{elspec}-api.jar 20250

%preun
# clean tempdir and workdir on removal or upgrade
%{__rm} -rf %{workdir}/* %{tempdir}/*
if [ "$1" = "0" ]; then
    %{_initrddir}/%{name} stop >/dev/null 2>&1
    /sbin/chkconfig --del %{name} > /dev/null 2>&1
fi


%postun
%update_maven_depmap

%postun jsp-%{jspspec}-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jsp \
        %{_javadir}/%{name}-jsp-%{jspspec}-api.jar
fi

%postun servlet-%{servletspec}-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove servlet \
        %{_javadir}/%{name}-servlet-%{servletspec}-api.jar
    %update_maven_depmap
fi

%postun el-%{elspec}-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove elspec \
        %{_javadir}/%{name}-el-%{elspec}-api.jar
fi

%files
%defattr(0664,root,tomcat,0755)
%doc {LICENSE,NOTICE,RELEASE*}
%attr(0755,root,root) %{_bindir}/%{name}-digest
%attr(0755,root,root) %{_bindir}/%{name}-tool-wrapper
%attr(0755,root,root) %{_sbindir}/d%{name}
%attr(0755,root,root) %{_sbindir}/%{name}
%attr(0644,root,root) %{_systemddir}/%{name}.service
%attr(0644,root,root) %{_unitdir}/%{name}@.service
%attr(0755,root,root) %dir %{_libexecdir}/%{name}
%attr(0755,root,root) %{_libexecdir}/%{name}/preamble
%attr(0755,root,root) %{_libexecdir}/%{name}/server
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0765,root,tomcat) %dir %{basedir}
%attr(0755,root,tomcat) %dir %{confdir}
%defattr(0664,root,tomcat,0770)
%attr(0770,root,tomcat) %dir %{logdir}
%attr(0660,tomcat,tomcat) %{logdir}/catalina.out
%attr(0770,root,tomcat) %dir %{cachedir}
%attr(0770,root,tomcat) %dir %{tempdir}
%attr(0770,root,tomcat) %dir %{workdir}
%defattr(0664,root,tomcat,0775)
%attr(0775,root,tomcat) %dir %{appdir}
%attr(0775,root,tomcat) %dir %{confdir}/Catalina
%attr(0775,root,tomcat) %dir %{confdir}/Catalina/localhost
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/%{name}.conf
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/*.policy
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/*.properties
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/context.xml
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/server.xml
%attr(0660,tomcat,tomcat) %config(noreplace) %{confdir}/tomcat-users.xml
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/web.xml
%dir %{homedir}
%dir %{bindir}
%{bindir}/bootstrap.jar
%{bindir}/catalina-tasks.xml
%{homedir}/lib
%{homedir}/temp
%{homedir}/webapps
%{homedir}/work
%{homedir}/logs
%{homedir}/conf

%files admin-webapps
%defattr(0664,root,tomcat,0755)
%{appdir}/host-manager
%{appdir}/manager

%files docs-webapp
%{appdir}/docs

%files javadoc
%{_javadocdir}/%{name}

%files jsp-%{jspspec}-api
%{_javadir}/%{name}-jsp-%{jspspec}*.jar
%{_javadir}/%{name}-jsp-api.jar
%{_mavenpomdir}/JPP-%{name}-tomcat-jsp-api.pom

%files lib
%{libdir}
%{bindir}/tomcat-juli.jar
%{_mavendepmapfragdir}/%{name}
%{_mavenpomdir}/JPP.%{name}-annotations-api.pom
%{_mavenpomdir}/JPP.%{name}-catalina-ha.pom
%{_mavenpomdir}/JPP.%{name}-catalina-tribes.pom
%{_mavenpomdir}/JPP.%{name}-catalina.pom
%{_mavenpomdir}/JPP.%{name}-jasper-el.pom
%{_mavenpomdir}/JPP.%{name}-jasper.pom
%{_mavenpomdir}/JPP.%{name}-tomcat-api.pom
%{_mavenpomdir}/JPP.%{name}-tomcat-juli.pom
%{_mavenpomdir}/JPP.%{name}-tomcat-util.pom
%exclude %{libdir}/%{name}-el-%{elspec}-api.jar

%files servlet-%{servletspec}-api
%doc LICENSE
%{_javadir}/%{name}-servlet-%{servletspec}*.jar
%{_javadir}/%{name}-servlet-api.jar
%{_mavendepmapfragdir}/%{name}-servlet-api
%{_mavenpomdir}/JPP-%{name}-tomcat-servlet-api.pom

%files el-%{elspec}-api
%doc LICENSE
%{_javadir}/%{name}-el-%{elspec}-api.jar
%{_javadir}/%{name}-el-api.jar
%{libdir}/%{name}-el-%{elspec}-api.jar
%{_mavenpomdir}/JPP-%{name}-tomcat-el-api.pom

%files webapps
%defattr(0644,tomcat,tomcat,0755)
%{appdir}/ROOT
%{appdir}/examples
%{appdir}/sample

%files jsvc
%defattr(755,root,root,0755)
%{_sbindir}/%{name}-jsvc
%{_sbindir}/%{name}-jsvc-sysd
%attr(0644,root,root) %{_unitdir}/%{name}-jsvc.service


%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.0.47-7
+ Revision: 503159c
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21896 |14mr|tomoe-0.6.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version   0.6.0
%define release   14

%define libname %mklibname %{name} 0
%define develname %mklibname -d %{name}

Name:      tomoe
Summary:   A program which does Japanese handwriting recognition
Version:   %{version}
Release:   %{release}
Group:     System/Internationalization
License:   LGPLv2+
URL:       https://sourceforge.jp/projects/tomoe/
Source0:   %{name}-%{version}.tar.bz2
Patch1:	   tomoe-0.6.0-fix-str-fmt.patch
Patch2:    tomoe-0.6.0-linkage.patch
Patch3:    tomoe-0.6.0-undefined-class.patch
Patch4:    tomoe-0.6.0-fix-glib-includes.patch
Requires:        %{libname} = %{version}
BuildRequires:   automake intltool gtk-doc
#BuildRequires:	 ruby-devel ruby-gnome2-devel
BuildRequires:   python-gobject-devel
BuildRequires:	 pygtk2.0-devel
# (tv) for AM_PATH_GLIB_2_0:
BuildRequires:	 glib2-devel

%description
A program which does Japanese handwriting recognition.

%package    python
Summary:    Python binding of tomoe
Group:      System/Internationalization
Requires:   %{name} = %{version}
Requires:   python

%description python
Python binding of tomoe.

#%package    ruby
#Summary:    Ruby binding of tomoe
#Group:      System/Internationalization
#Requires:   %{name} = %{version}
#Requires:   ruby ruby-gnome2

#%description ruby
#Ruby binding of tomoe.

%package -n %{libname}
Summary:    Tomoe library
Group:      System/Internationalization
Conflicts:  %{name}-devel < 0.6.0-5mdv

%description -n %{libname}
tomoe library.

%package -n %{develname}
Summary:    Headers of %{name} for development
Group:      Development/C
Requires:   %{libname} = %{version}
Provides:   %{name}-devel = %{version}-%{release}
Obsoletes:  %{libname}-devel

%description -n %{develname}
Headers of %{name} for development.

%prep
%setup -q
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%{find_lang} %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post -n %libname -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %libname -p /sbin/ldconfig
%endif


%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%config(noreplace) %{_sysconfdir}/tomoe/config
%{_datadir}/gtk-doc/html/tomoe/*
%{_datadir}/tomoe/*

%files python
%defattr(-,root,root)
%doc COPYING
%{python_sitearch}/*.so

#%files ruby
#%defattr(-,root,root)
#%doc COPYING
#%{ruby_sitelibdir}/*.rb
#%{ruby_sitelibdir}/*/*.so

%files -n %{libname}
%defattr(-,root,root)
%doc COPYING
# uim-tomoe-gtk opens some devel files
%{_libdir}/*.so.0*
%{_libdir}/tomoe/module/*/*.so

%files -n %{develname}
%defattr(-,root,root)
%doc COPYING
%{_includedir}/tomoe/*.h
%{_libdir}/*.a
%{_libdir}/*.so

#%{ruby_sitearchdir}/*.h
#%{ruby_sitearchdir}/*.a
%{python_sitearch}/*.a
%{_libdir}/tomoe/module/*/*.a
%{_libdir}/pkgconfig/tomoe.pc
%{_libdir}/pkgconfig/pytomoe.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.0-14
+ Revision: 0dc06d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21897 |14mr|tomoe-gtk-0.6.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname_orig	lib%{name}
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname -d %{name}

%define tomoe_version 0.6.0

Name:           tomoe-gtk
Summary:        Tomoe-gtk for handwriting recognition
Version:        0.6.0
Release:        14
Group:		System/Internationalization
License:	LGPLv2+
URL:		http://tomoe.sourceforge.jp/
Source0:	http://ovh.dl.sourceforge.net/sourceforge/tomoe/%{name}-%{version}.tar.gz
Patch0:		tomoe-gtk-0.6.0-underlink.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	tomoe-devel >= %{tomoe_version}
BuildRequires:	tomoe >= %{tomoe_version}
BuildRequires:	gtk+2-devel
BuildRequires:	pygtk2.0-devel
BuildRequires:	gtk-doc
BuildRequires:	python-gobject-devel

%description
Tomoe-gtk handwriting recognition.

%package	python
Summary:	Python binding of Tomoe-gtk
Group:		System/Internationalization
Requires:	%{libname} = %{version}-%{release}

%description	python
Python binding of Tomoe-gtk.

%package -n	%{libname}
Summary:	Tomoe-gtk library
Group:		System/Internationalization

%description -n %{libname}
Tomoe-gtk library.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%{libname}-devel

%description -n %{develname}
Headers of %{name} for development.

%prep
%setup -q
%patch0 -p1 -b .underlink

%build
# force to regenerate configure
./autogen.sh

%configure2_5x --without-gucharmap
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# remove docs for sigscheme (they should be installed by %doc)
rm -rf %{buildroot}%{_datadir}/gtk-doc/

%{find_lang} %{name}

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %{libname} -f %{name}.lang
%defattr(-,root,root)
%{_libdir}/lib*.so.*
%{_datadir}/tomoe-gtk/*.png

%files -n %{develname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog README TODO
%doc doc/reference/html/*
%{_includedir}/tomoe/gtk/*.h
%{_libdir}/lib*.so
%{_libdir}/lib*.*a
%{python_sitearch}/gtk-2.0/*.*a
%{_libdir}/pkgconfig/*.pc

%files python
%defattr(-,root,root)
%{python_sitearch}/gtk-2.0/*.so




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.0-14
+ Revision: c3c8b5d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21898 |14mr|tomoyo-gui-0.05-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		tomoyo-gui
Version:	0.05
Release:	7
Summary:	Graphical interface for TOMOYO Linux
License:	GPLv2
Group:		System/Base
Url:		http://git.mandriva.com/?p=projects/tomoyo-mdv.git
Source0:	%{name}-%{version}.tar.bz2
Requires:	pygtk2.0
Requires:	python
Requires:	tomoyo-tools
BuildArch:	noarch

%description
This is the graphical interface to TOMOYO Linux Security Framework,
developed by Mandriva. This GUI allows to view and edit system security
policy, and create custom set of profiles for individual applications in a
similar way to AppArmor security framework.

%prep
%setup -q

%build
make all

%install
make install

%files
%doc AUTHORS COPYING README NEWS TODO
%{_sbindir}/tomoyo-gui
%{_datadir}/tomoyo-mdv/tomoyo-gui.*
%{_datadir}/tomoyo-mdv/version.*
%{_datadir}/tomoyo-mdv/tomoyo.png



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.05-7
+ Revision: 173386c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21899 |14mr|tomoyo-tools-2.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: TOMOYO Linux tools
%define  date 20111025

%define tomoyo_major 1
%define tomoyo_libname %mklibname tomoyotools %{tomoyo_major}

Name: 	 tomoyo-tools
Version: 2.5.0
Release: 4
License: GPLv2
URL:	 http://tomoyo.sourceforge.jp/
Group:	 System/Kernel and hardware
BuildRequires: help2man
BuildRequires: ncurses-devel
BuildRequires: readline-devel

Source0: http://osdn.dl.sourceforge.jp/tomoyo/27220/tomoyo-tools-%{version}-%{date}.tar.gz
Source1: README.tomoyo-tools.urpmi
Source2: tomoyo.logrotate
Source3: tomoyo-auditd.service

Conflicts: ccs-tools
Obsoletes: ccs-tools

%description
TOMOYO Linux is an extension for Linux to provide Mandatory Access Control
(MAC) functions. This package contains the tools needed to configure,
activate and manage the TOMOYO Linux MAC system and policies.

%package -n	 %{tomoyo_libname}
Summary:	Shared tomoyotools library
Group:		System/Libraries

%description -n %{tomoyo_libname}
This package provides the tomoyo shared library

%prep
%setup -q -n tomoyo-tools

%build
# install library to correct path
make USRLIBDIR=%{_libdir} CFLAGS="-Wall %{optflags}"

%install
make INSTALLDIR=%{buildroot} USRLIBDIR=%{_libdir} install

install -m 644 %{SOURCE1} README.install.urpmi
install -m 644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/tomoyo
install -m 644 -D %{SOURCE3} %{buildroot}%{_unitdir}/tomoyo-auditd.service
install -m 700 -d %{buildroot}%{_logdir}/tomoyo

%post
%_add_service_helper --no-sysv %{name} $1 tomoyo-auditd.service

%preun
%_del_service_helper --no-sysv %{name} $1 tomoyo-auditd.service

%files
%{_sysconfdir}/logrotate.d/tomoyo
%attr(700,root,root) /sbin/tomoyo-init
%{_libdir}/tomoyo/
%{_sbindir}/tomoyo*
%{_mandir}/man8/tomoyo*
%{_mandir}/man8/init_policy.8*
%{_logdir}/tomoyo/
%{_unitdir}/tomoyo-auditd.service
%doc README.install.urpmi

%files -n %{tomoyo_libname}
%{_libdir}/libtomoyotools.so.*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5.0-4
+ Revision: 57fd016
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21900 |14mr|toppler-1.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Reimplementation of the old game known as Tower Toppler or Nebulous
Name:		toppler
Version:	1.1.6
Release:	2
Source0:	https://sourceforge.net/projects/toppler/files/toppler/1.1.6/%{name}-%{version}.tar.gz
License:	GPL
URL:		http://toppler.sourceforge.net/
Group:		Games/Arcade
BuildRequires:	SDL-devel SDL_mixer-devel zlib-devel
Requires(post):	rpm-helper

%description
It is an almost complete reimplementation of the old game known as Tower
Toppler or Nebulous. This game was available at least for PC, Atari, C64
and now the PC version is abandonware.

The goal of the game is to reach the target door of each of the 8 towers
in currently 2 missions with this little green animal. This door is
usually at the very top of the tower.

But finding the way by using elevators and walking trough a maze of doors
and platforms is not the only problem you have to solve. There are a bunch
of other creatures living on the tower that will hinder you to reach your
target by pushing you over the edge of the platforms.

The only weapon of defence you have is to throw a little snowball. But
most of the other creatures just don't care about this. So you must avoid
them.

%prep
%setup -q

%build
export CXXFLAGS="%optflags -U HISCOREDIR -D HISCOREDIR=\\\"%{_localstatedir}/lib/games\\\" -U TOP_DATADIR -D TOP_DATADIR=\\\"%{_gamesdatadir}/%{name}\\\""
%configure2_5x	--bindir=%{_gamesbindir}
make

%install
%makeinstall_std pkglocalstatedir=%{_localstatedir}/lib/games pkgdatadir=%{_gamesdatadir}/%{name} pkgdocdir=%{_docdir}/%{name}-%{version}

rm -f %{buildroot}%{_datadir}/applications/%{name}.desktop
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Tower Toppler
Comment=%{Summary}
Exec=soundwrapper %{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

chmod a+w %{buildroot}%{_localstatedir}/lib/games/toppler.hsc

%find_lang %{name}

%clean

%post
%create_ghostfile %{_localstatedir}/lib/games/toppler.hsc root games 664

%files -f %{name}.lang
%defattr(-, root, root)
%doc %{_docdir}/%{name}-%{version}/*
%attr(664, root, games) %ghost %{_localstatedir}/lib/games/toppler.hsc
%attr(2755, root, games) %{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_mandir}/man?/%{name}*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.6-2
+ Revision: ec51879
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21901 |14mr|totem-3.12.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_mozilla 1

%define api		1.0
%define major		0
%define girmajor	1.0
%define libname		%mklibname %{name} %{major}
%define girname		%mklibname %{name}-gir %{girmajor}
%define develname	%mklibname %{name} -d

Summary:	Movie player for GNOME
Name:		totem
Version:	3.12.2
Release:	1
License:	GPLv2 with exception
Group:		Video
URL:		http://projects.gnome.org/totem/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz
#(nl) KDE Solid integration : from mdv svn  soft/mandriva-kde-translation/trunk/solid/
Source1:	totem-opendvd.desktop

BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd45-xml
BuildRequires:	gstreamer1.0-plugins-good
BuildRequires:	gstreamer1.0-plugins-bad
BuildRequires:	gstreamer1.0-soup
BuildRequires:	gstreamer1.0-tools
BuildRequires:	gnome-common
BuildRequires:	intltool itstool
#BuildRequires:	pylint
BuildRequires:	vala
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0) >= 1.2.4
BuildRequires:	pkgconfig(gstreamer-plugins-bad-1.0) >= 1.2.4
BuildRequires:	pkgconfig(clutter-1.0) >= 1.6.8
BuildRequires:	pkgconfig(clutter-gst-1.0) >= 1.3.9
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(grilo-0.2) >= 0.2.0
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libepc-ui-1.0) > 0.4.0
BuildRequires:	pkgconfig(libgdata) >= 0.4.0
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libnautilus-extension) >= 2.91.3
BuildRequires:	pkgconfig(libpeas-gtk-1.0) >= 0.7.2
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(mx-1.0)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	pkgconfig(shared-mime-info)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gnome-icon-theme)
BuildRequires:	pkgconfig(clutter-gst-2.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0) >= 1.2.4
BuildRequires:	pkgconfig(totem-plparser) >= 2.32.4
BuildRequires:	gstreamer1.0-soundtouch
%ifarch %{ix86} x86_64
BuildRequires:	pkgconfig(nvtvsimple)
%endif

Requires:	grilo-plugins
Requires:	iso-codes
Requires:	gstreamer1.0-plugins-base
Requires:	gstreamer1.0-plugins-good
Requires:	gstreamer1.0-soup
Suggests:	gstreamer1.0-resindvd
Suggests:	gstreamer1.0-a52dec
# Must have plugins. Totem doesn't start without them
Requires:	gstreamer1.0-gstclutter
Requires:	gstreamer1.0-soundtouch 

#gw opensubtitles plugin:
Requires:	pyxdg
# python plugins
Requires:	python-dbus
Requires:	python-gi

#gw needed by the iplayer plugin
Requires:	python-httplib2
Requires:	python-feedparser
Requires:	python-beautifulsoup

Obsoletes:	%{name}-tracker < 3.4

%description
Totem is simple movie player for the GNOME desktop. It
features a simple playlist, a full-screen mode, seek and volume
controls, as well as a pretty complete keyboard navigation.

%if %{build_mozilla}
%package	mozilla
Summary:	Totem video plugin for Mozilla Firefox
Group:		Networking/WWW
BuildRequires:	pkgconfig(dbus-1)
Obsoletes:	totem-mozilla-gstreamer < %{version}-%{release}
Provides:	totem-mozilla-gstreamer = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}

%description mozilla
This embeds the Totem video player into web browsers based on Mozilla Firefox.
%endif

%package nautilus
Group:		Video
Summary:	Video and Audio Properties tab for Nautilus
#gw just for the translations:
Requires:	%{name} = %{version}-%{release}
Requires:	nautilus

%description nautilus
A Nautilus extension that shows the properties of audio and video
files in the properties dialogue.

%package -n %{libname}
Group:		System/Libraries
Summary:	Shared libraries for %{name}

%description -n %{libname}
This package contains the shared libraries for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Group:		Development/C
Summary:	Devel files for %{name}
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Devel files for %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-run-in-source-tree \
	--disable-vegas-plugin \
	--enable-easy-codec-installation \
%if %{build_mozilla}
	--enable-browser-plugins \
%else
	--disable-browser-plugins \
%endif

%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'
%find_lang %{name} --with-gnome

#menu
MIME_TYPES=`tr '\n' , < data/mime-type-list.txt | sed -e 's/,$//'`
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="X-MandrivaLinux-Multimedia-Video" \
	--add-category="X-MandrivaLinux-CrossDesktop" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

#(nl) KDE Solid integration
mkdir -p %{buildroot}/%{_datadir}/apps/solid/actions
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/apps/solid/actions/

%files -f %{name}.lang
%doc README AUTHORS TODO NEWS
%{_bindir}/totem
%{_bindir}/totem-audio-preview
%{_bindir}/totem-video-thumbnailer
%dir %{_libdir}/totem
%dir %{_libdir}/totem/plugins/
%dir %{_libdir}/totem/plugins/im-status
%dir %{_libdir}/totem/plugins/save-file
%{_libdir}/totem/plugins/brasero-disc-recorder
%{_libdir}/totem/plugins/chapters
%{_libdir}/totem/plugins/dbus
%{_libdir}/totem/plugins/gromit
%{_libdir}/totem/plugins/im-status/*
%{_libdir}/totem/plugins/lirc
%{_libdir}/totem/plugins/media-player-keys
%{_libdir}/totem/plugins/ontop
%{_libdir}/totem/plugins/opensubtitles
%{_libdir}/totem/plugins/properties
%{_libdir}/totem/plugins/apple-trailers
%{_libdir}/totem/plugins/autoload-subtitles
%{_libdir}/totem/plugins/recent
%{_libdir}/totem/plugins/pythonconsole
%{_libdir}/totem/plugins/rotation
%{_libdir}/totem/plugins/save-file/*
%{_libdir}/totem/plugins/screensaver
%{_libdir}/totem/plugins/screenshot
%{_libdir}/totem/plugins/skipto
%{_libdir}/totem/plugins/vimeo
%{_libdir}/totem/totem-bugreport.py
%{_datadir}/applications/totem.desktop
%{_datadir}/apps/solid/actions/totem-opendvd.desktop
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/appdata/totem.appdata.xml
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/thumbnailers/totem.thumbnailer
%{_datadir}/totem
%{_mandir}/man1/*

%files nautilus
%{_libdir}/nautilus/extensions-3.0/*

%if %{build_mozilla}
%files mozilla
%{_libdir}/mozilla/plugins/libtotem*.so
%{_libexecdir}/totem-plugin-viewer
%endif

%files -n %{libname}
%{_libdir}/libtotem.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Totem-1.0.typelib

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/%{name}
%{_libdir}/libtotem.so
%{_libdir}/pkgconfig/totem.pc
%{_includedir}/totem/%{api}/*
%{_datadir}/gir-1.0/Totem-1.0.gir

%changelog
* Mon Aug 25 2014 Tigro <ashejn@gmail.com> 3.12.2-1
+ Revision: 3bc87d6
- update to 3.12.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21902 |14mr|totem-pl-parser-3.10.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 18
%define girmajor 1.0
%define libname %mklibname totem-plparser %{major}
%define libmini %mklibname totem-plparser-mini %{major}
%define girname %mklibname totem-plparser-gir %{girmajor}
%define develname %mklibname -d totem-plparser

Summary:	Playlist parser library from the Totem Movie Player
Name:		totem-pl-parser
Version:	3.10.2
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.hadess.net/totem.php3
Source0:	http://ftp.gnome.org/pub/GNOME/sources/totem-pl-parser/3.10/%{name}-%{version}.tar.xz

BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	pkgconfig(gmime-2.6)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libquvi)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:  libgcrypt-devel

%description
Shared library used by totem.

%package i18n
Summary:	Playlist parser library from the Totem Movie Player
Group:		System/Internationalization

%description i18n
This package contains the translations for %{name}.

%package -n %{libname}
Summary:	Playlist parser library from the Totem Movie Player
Group:		System/Libraries
Suggests:	%{name}-i18n >= %{version}-%{release}

%description -n %{libname}
Shared library used by totem.

%package -n %{libmini}
Summary:	Playlist parser library from the Totem Movie Player
Group:		System/Libraries

%description -n %{libmini}
Shared library used by totem - minimal version.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n	%{develname}
Summary:	Development libraries, include files for totem playlist parser
Group:		Development/GNOME and GTK+
Provides:	totem-plparser-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libmini} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Conflicts: 	%{_lib}totem-plparser0-devel
Obsoletes:	%{mklibname -d totem-plparser 7} < 3.4.2

%description -n	%{develname}
Development libraries, include files for totem playlist parser

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

%make LIBS='-lgcrypt -lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{name}

%files i18n -f %{name}.lang
%doc README NEWS

%files -n %{libname}
%{_libdir}/libtotem-plparser.so.%{major}*

%files -n %{libmini}
%{_libdir}/libtotem-plparser-mini.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/TotemPlParser-%{girmajor}.typelib

%files -n %{develname}
%doc ChangeLog AUTHORS
%doc %{_datadir}/gtk-doc/html/*
%{_libdir}/*.so
%{_datadir}/gir-1.0/TotemPlParser-%{girmajor}.gir
%{_libdir}/pkgconfig/*
%{_includedir}/%{name}


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.10.2-3
+ Revision: 736aa9c
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21903 |14mr|touchfreeze-0.2.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility to disable touchpad tap-clicking while typing
Name:		touchfreeze
Version:	0.2.5
Release:	5
License:	GPLv3+
Group:		System/Configuration/Hardware
Url:		http://qsynaptics.sourceforge.net/
Source0:	http://qsynaptics.sourceforge.net/%{name}-%{version}.tar.gz
Obsoletes:	qsynaptics < 0.22.0-15
BuildRequires:	qt4-devel
Requires:	synaptics

%description
TouchFreeze is a simple utility that disables the tap-click function
of Synaptics touchpads while you are typing. As long as you are typing,
tapping the touchpad will not count as a mouse click. It replaces
the previous QSynaptics and KSynaptics tools.

%files
%{_bindir}/%{name}
%{_sysconfdir}/xdg/autostart/rosa-%{name}.desktop
%{_datadir}/autostart/rosa-%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%qmake_qt4
%make LIBS="-lX11 -lQtCore -lQtGui"

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 %{name} %{buildroot}%{_bindir}/%{name}

# XDG autostart
mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart
cat > %{buildroot}%{_sysconfdir}/xdg/autostart/rosa-%{name}.desktop << EOF
[Desktop Entry]
Exec=%{_bindir}/%{name}
Name=TouchFreeze - touchpad tap-click inhibitor
Terminal=false
Type=Application
StartupNotify=false
X-KDE-autostart-phase=2
X-KDE-autostart-after=panel
EOF

# KDE autostart
mkdir -p %{buildroot}%{_datadir}/autostart
cp %{buildroot}%{_sysconfdir}/xdg/autostart/rosa-%{name}.desktop %{buildroot}%{_datadir}/autostart/rosa-%{name}.desktop


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.5-5
+ Revision: 75acff5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21904 |14mr|tpctl-4.17-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname smapidev %{major}
%define devname %mklibname smapidev -d

Summary:	Thinkpad Utilities
Name:		tpctl
Version:	4.17
Release:	20
Group:		System/Kernel and hardware
License:	GPLv2+
Url:		http://tpctl.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/tpctl/%{name}_%{version}.tar.gz
Source1:	apmiser.init.bz2
Source2:	hdparm-contrib-ultrabayd.tar.bz2
Source3:	ultrabayd.init.bz2
Source4:	ultrabay.suspend.bz2
Patch0:		hdparm-5.4-fix_path_bell_idectl.patch
Patch1:		tpctl-4.17_ncurses.patch
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
Requires:	hdparm
ExclusiveArch:	%{ix86} x86_64

%description
Utilities specific to IBM Thinkpads.

%files
%doc AUTHORS COPYING README SUPPORTED-MODELS TROUBLESHOOTING VGA-MODES
%doc contrib/idectl-README
%config(noreplace) %{_sysconfdir}/sysconfig/suspend-scripts/suspend.d/*
%{_initrddir}/*
%{_sbindir}/*
%{_bindir}/*
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library associated with tpctl, needed for tpctl utilities
Group:		System/Libraries
Conflicts:	%{_lib}tpctl2 < 4.17-19
Obsoletes:	%{_lib}tpctl2 < 4.17-19

%description -n %{libname}
This library is mandatory for tpctl utilities.

%files -n %{libname}
%{_libdir}/libsmapidev.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development package with static libs and headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}tpctl2-devel < 4.17-12
Obsoletes:	%{_lib}tpctl2-devel < 4.17-12
Obsoletes:	%{_lib}tpctl-devel < 4.17-19

%description -n %{devname}
This package contains header files and static library for tpctl
utilities.

%files -n %{devname}
%{_libdir}/libsmapidev.so
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -a 2
# 4.4-2mdk (Abel) needs Source2
%apply_patches
mv contrib/README contrib/idectl-README

# stupid makefile
perl -pi -e "s|-o 0 -g 0||g" Makefile

%build
%make PATH_LIB=%{_libdir}/

%install
mkdir -p %{buildroot}/{%{_sbindir},%{_mandir}/man1}
make install DEST=%{buildroot} PATH_LIB=%{_libdir}/

cd %{buildroot}/%{_libdir}/
ln -sf libsmapidev.so.2.0 libsmapidev.so
cd -
mkdir -p %{buildroot}/%{_initrddir}
bzcat %{SOURCE1} > %{buildroot}/%{_initrddir}/apmiser
chmod 755 %{buildroot}/%{_initrddir}/apmiser

mkdir -p %{buildroot}/%{_includedir}
cp -r include %{buildroot}/%{_includedir}/%{name}

mkdir -p %{buildroot}%{_mandir}/man8
install -m 0644 man/apmiser.8 %{buildroot}/%{_mandir}/man8/

# 4.4-2mdk (Abel) ultrabayd stuff
install -m 0755 contrib/idectl %{buildroot}/%{_sbindir}/idectl
install -m 0755 contrib/ultrabayd %{buildroot}/%{_sbindir}/ultrabayd
bzcat %{SOURCE3} > %{buildroot}%{_initrddir}/ultrabayd
chmod 755 %{buildroot}%{_initrddir}/ultrabayd
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/suspend-scripts/suspend.d/
bzcat %{SOURCE4} > %{buildroot}%{_sysconfdir}/sysconfig/suspend-scripts/suspend.d/ultrabay
chmod 755 %{buildroot}%{_sysconfdir}/sysconfig/suspend-scripts/suspend.d/ultrabay


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.17-20
+ Revision: 74156fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21905 |14mr|traceroute-2.0.17-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	Traces the route taken by packets over an IPv4/IPv6 network
Name:		traceroute
Version:	2.0.17
Release:	4
Group:		Monitoring
License:	GPLv2+
URL:		http://traceroute.sourceforge.net/
Source0:	http://downloads.sourceforge.net/traceroute/%{name}-%{version}.tar.bz2
Source1:	usr.sbin.traceroute.apparmor
Patch0:		traceroute-2.0.12-format_not_a_string_literal_and_no_format_arguments.diff
Conflicts:	apparmor-profiles < 2.1-1.961.5mdv2008.0

%description
New implementation of the traceroute utility for modern Linux systems.
Backward compatible with the traditional traceroute. Supports both IPv4 
and IPv6, additional types of trace (including TCP), allows some traces 
for unprivileged users.

The traceroute utility displays the route used by IP packets on their
way to a specified network (or Internet) host.Traceroute displays
the IP number and host name (if possible) of the machines along the
route taken by the packets.Traceroute is used as a network debugging
tool.If you're having network connectivity problems, traceroute will
show you where the trouble is coming from along the route.

Install traceroute if you need a tool for diagnosing network connectivity
problems.

%prep
%setup -q
%patch0 -p0

%build
%make CFLAGS="%{optflags}"

%install
%makeinstall_std prefix=%{_prefix} bindir=%{_sbindir} mandir=%{_mandir}

mkdir -p %{buildroot}%{_sysconfdir}/apparmor.d/
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/apparmor.d/usr.sbin.traceroute

%posttrans
# if we have apparmor installed, reload if it's being used
if [ -x /sbin/apparmor_parser ]; then
        /sbin/service apparmor condreload
fi

%files
%doc README TODO CREDITS
%config(noreplace) %{_sysconfdir}/apparmor.d/usr.sbin.traceroute
%attr(4755,root,bin) %{_sbindir}/traceroute
%{_mandir}/man8/traceroute.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.17-4
+ Revision: 6cd0abe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21906 |14mr|tracker-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major	0
%define api	1.0
%define libname	%mklibname %{name} %{api} %{major}
%define girname	%mklibname %{name}-gir %{api}
%define devname	%mklibname %{name} -d

%define build_evo 0
%define build_doc 0

#gw libtracker-common is in the main package and not provided
%define __noautoreq 'devel\\(libtracker-common\\|devel\\(libtracker-data'

Summary:	Desktop-neutral metadata-based search framework
Name:		tracker
Version:	1.0.3
Release:	1
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.tracker-project.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		tracker-linkage.patch
Patch1:		tracker-1.0.1-giflib51.patch

BuildRequires: desktop-file-utils
BuildRequires: glib2.0-common
BuildRequires: firefox
BuildRequires: intltool
BuildRequires: mozilla-thunderbird
BuildRequires: giflib-devel
BuildRequires: tiff-devel
BuildRequires: jpeg-devel
BuildRequires: pkgconfig(libvala-0.24)
BuildRequires: vala-tools
BuildRequires: libunistring-devel
BuildRequires: pkgconfig(camel-1.2)
BuildRequires: pkgconfig(evolution-data-server-1.2) >= 3.12
BuildRequires: pkgconfig(evolution-shell-3.0) >= 3.12
BuildRequires: pkgconfig(exempi-2.0) >= 2.1.0
BuildRequires: pkgconfig(flac) >= 1.2.1
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.12.0
BuildRequires: pkgconfig(gee-1.0) >= 0.3
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.28.0
BuildRequires: pkgconfig(glib-2.0) >= 2.28.0
BuildRequires: pkgconfig(gmodule-2.0) >= 2.28.0
BuildRequires: pkgconfig(gnome-keyring-1) >= 2.26
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
BuildRequires: pkgconfig(gstreamer-tag-1.0)
BuildRequires: pkgconfig(gthread-2.0) >= 2.28.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires: pkgconfig(libcue)
BuildRequires: pkgconfig(libexif) >= 0.6
BuildRequires: pkgconfig(libebackend-1.2)
BuildRequires: pkgconfig(libgsf-1) >= 1.13
BuildRequires: pkgconfig(libiptcdata)
BuildRequires: pkgconfig(libnm-glib) >= 0.8
BuildRequires: pkgconfig(libnm-glib-vpn)
BuildRequires: pkgconfig(libpng) >= 1.2
BuildRequires: pkgconfig(libstreamanalyzer) >= 0.7.0
BuildRequires: pkgconfig(libxine) >= 1.0
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
BuildRequires: pkgconfig(pango) >= 1.0.0
BuildRequires: pkgconfig(poppler-glib) >= 0.16.0
BuildRequires: pkgconfig(rest-0.7) >= 0.6
BuildRequires: pkgconfig(sqlite3) >= 3.7.0
BuildRequires: pkgconfig(taglib_c) >= 1.6
BuildRequires: pkgconfig(totem-plparser)
BuildRequires: pkgconfig(upower-glib) >= 0.9.0
BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(vorbisfile) >= 0.22
BuildRequires: pkgconfig(libmediaart-1.0)

Requires:	odt2txt

Obsoletes:     tracker-applet < %{version}
Provides:      tracker-applet = %{version}

%description
Tracker is a framework designed to extract information and metadata about your 
personal data so that it can be searched easily and quickly. Tracker is
desktop-neutral, fast and resource efficient.

%package common
Summary:	Graphical search tool for Tracker search framework
Group:		Graphical desktop/GNOME
Requires:	%{name} = %{version}

%description common
Tracker is a tool designed to extract information and metadata about your 
personal data so that it can be searched easily and quickly. Tracker is
desktop-neutral, fast and resource efficient. This package contains common
files for the tracker framework.

%package preferences
Summary:	Configuration tool for Tracker search framework
Group:		Graphical desktop/GNOME
Requires:	%{name} = %{version}-%{release}
Requires:	%{name}-common = %{version}-%{release}

%description preferences
Tracker is a tool designed to extract information and metadata about your 
personal data so that it can be searched easily and quickly. Tracker is
desktop-neutral, fast and resource efficient. This package contains the
GNOME-based configuration tool for the tracker framework.

%if %{build_evo}
%package -n evolution-tracker
Group:Networking/Mail
Summary: Integrate Evolution with the Tracker desktop search
Requires: evolution
Requires:	%{name} = %{version}-%{release}
BuildRequires:	pkgconfig(evolution-plugin-3.0)

%description -n evolution-tracker
Tracker is a tool designed to extract information and metadata about your 
personal data so that it can be searched easily and quickly. Tracker is
desktop-neutral, fast and resource efficient. This package contains an
evolution plugin for Tracker integration.
%endif

%package -n nautilus-tracker
Group: Graphical desktop/GNOME
Summary: Nautilus integration of tracker
Requires:	%{name} = %{version}-%{release}
BuildRequires: nautilus-devel

%description -n nautilus-tracker
Tracker is a tool designed to extract information and metadata about your 
personal data so that it can be searched easily and quickly. Tracker is
desktop-neutral, fast and resource efficient. This package contains an
nautilus plugin for Tracker integration.

%package firefox-plugin
Summary:        A simple bookmark exporter for Tracker
Group:		Graphical desktop/GNOME
Requires:       %{name} = %{version}-%{release}

%description firefox-plugin
This Firefox addon exports your bookmarks to Tracker, so that you can search
for them for example using tracker-needle.

%package thunderbird-plugin
Summary:        Thunderbird extension to export mails to Tracker
Group:		Graphical desktop/GNOME
Requires:       %{name} = %{version}-%{release}

%description thunderbird-plugin
A simple Thunderbird extension to export mails to Tracker.

%package -n %{libname}
Group:		System/Libraries
Summary:	Shared library of Tracker

%description -n %{libname}
Tracker is a tool designed to extract information and metadata about your 
personal data so that it can be searched easily and quickly. Tracker is
desktop-neutral, fast and resource efficient.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Group:		Development/C
Summary:	Development library of Tracker
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname tracker 0 -d}

%description -n %{devname}
Tracker is a tool designed to extract information and metadata about your 
personal data so that it can be searched easily and quickly. Tracker is
desktop-neutral, fast and resource efficient.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-libflac \
	--disable-functional-tests \
%if %{build_doc}
	--enable-gtk-doc \
%endif
	--enable-libvorbis \
%if !%{build_evo}
	--disable-miner-evolution \
%else
	--enable-miner-evolution \
%endif
    --with-firefox-plugin-dir=%{_libdir}/firefox/extensions         \
    --with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions 

%make

%install
%makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
rm -rf %{buildroot}%{_datadir}/tracker-tests

%find_lang %{name}

# do not start under KDE
desktop-file-install \
	--dir=%{buildroot}/%{_sysconfdir}/xdg/autostart \
	--remove-only-show-in=KDE \
	%{buildroot}/%{_sysconfdir}/xdg/autostart/*.desktop

%files -f %{name}.lang
%doc README NEWS AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-miner-fs.desktop
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-store.desktop
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-extract.desktop
%{_bindir}/%{name}-control
%{_bindir}/%{name}-import
%{_bindir}/%{name}-info
%{_bindir}/%{name}-needle
%{_bindir}/%{name}-search
%{_bindir}/%{name}-sparql
%{_bindir}/%{name}-stats
%{_bindir}/%{name}-tag
%{_datadir}/%{name}
%dir %{_libdir}/%{name}-%{api}/extract-modules
%dir %{_libdir}/%{name}-%{api}/writeback-modules
%{_libdir}/%{name}-%{api}/extract-modules/*.so
%{_libdir}/%{name}-%{api}/writeback-modules/*.so
%{_libexecdir}/%{name}-extract
%{_libexecdir}/%{name}-miner-fs
%{_libexecdir}/%{name}-store
%{_libexecdir}/tracker-writeback
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner*
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Writeback.service
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.service
%{_datadir}/applications/tracker-needle.desktop
%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.*
%{_mandir}/man1/tracker-*.1*
%exclude %{_mandir}/man1/tracker-preferences.1*

%files common
%{_iconsdir}/hicolor/*/apps/%{name}.*

%files preferences
%{_bindir}/tracker-preferences
%{_datadir}/applications/tracker-preferences.desktop
%{_mandir}/man1/tracker-preferences.1*

%files -n %{libname}
%{_libdir}/libtracker-miner-%{api}.so.%{major}*
%{_libdir}/libtracker-sparql-%{api}.so.%{major}*
%{_libdir}/libtracker-control-%{api}.so.%{major}*
%{_libdir}/%{name}-%{api}/libtracker-*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Tracker-%{api}.typelib
%{_libdir}/girepository-1.0/TrackerMiner-%{api}.typelib
%{_libdir}/girepository-1.0/TrackerControl-%{api}.typelib

%files thunderbird-plugin
%{_datadir}/xul-ext/trackerbird/
%{_libdir}/thunderbird/extensions/trackerbird@bustany.org
%{_datadir}/applications/trackerbird-launcher.desktop

%files firefox-plugin
%{_datadir}/xul-ext/trackerfox/
%{_libdir}/firefox/extensions/trackerfox@bustany.org

%files -n %{devname}
%{_libdir}/lib*.so
%{_libdir}/%{name}-%{api}/libtracker-*.so
%{_includedir}/%{name}-%{api}/*
%{_libdir}/pkgconfig/tracker-miner-%{api}.pc
%{_libdir}/pkgconfig/tracker-sparql-%{api}.pc
%{_libdir}/pkgconfig/tracker-control-%{api}.pc
%{_datadir}/gtk-doc/html/libtracker-miner
%{_datadir}/gtk-doc/html/libtracker-sparql
%{_datadir}/gtk-doc/html/libtracker-control
%{_datadir}/vala/vapi/tracker-miner-%{api}.vapi
%{_datadir}/vala/vapi/tracker-miner-%{api}.deps
%{_datadir}/vala/vapi/tracker-sparql-%{api}.vapi
%{_datadir}/vala/vapi/tracker-sparql-%{api}.deps
%{_datadir}/vala/vapi/tracker-control-%{api}.vapi
%{_datadir}/vala/vapi/tracker-control-%{api}.deps
%{_datadir}/gir-1.0/Tracker-%{api}.gir
%{_datadir}/gir-1.0/TrackerMiner-%{api}.gir
%{_datadir}/gir-1.0/TrackerControl-%{api}.gir

%if %{build_evo}
%files -n evolution-tracker
%{_libdir}/evolution/*/plugins/liborg-freedesktop-Tracker-evolution-plugin.so
%{_libdir}/evolution/*/plugins/org-freedesktop-Tracker-evolution-plugin.eplug
%endif

%files -n nautilus-tracker
%{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags*


%changelog
* Mon Aug 25 2014 Tigro <ashejn@gmail.com> 1.0.3-1
+ Revision: 84629cd
- update to 1.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21907 |14mr|transfig-3.2.5d-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A utility for converting FIG files (created by xfig) to other formats
Name:		transfig
Version:	3.2.5d
Release:	7
License:	MIT
Group:		Graphics
URL:		http://www.xfig.org
Source:		http://www.xfig.org/software/xfig/%{version}/%{name}.%{version}.tar.gz
Patch1:		transfig.3.2.5-lib64support.patch
Patch2:		transfig.3.2.5-use-tempfile-for-bitmap-eps.patch
Patch3:		transfig.3.2.5-fix-str-fmt.patch
Patch4:		transfig_optopt.patch
Patch5:		transfig.3.2.5-png1.5.patch
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	imake
BuildRequires:	tcsh

%description
The transfig utility creates a makefile which translates FIG (created by xfig)
or PIC figures into a specified LaTeX graphics language (for example,
PostScript(TM)). Transfig is used to create TeX documents which are portable
(i.e., they can be printed in a wide variety of environments).

%prep
%setup -q -n %{name}.%{version}
%patch1 -p1 -b .lib64support
%patch2 -p1 -b .tmpepsfile
%patch3 -p0 -b .str
%patch4 -p1 -b .opt
%patch5 -p1

%build
xmkmf
make Makefiles

%make CDEBUGFLAGS="%{optflags}" SHLIBGLOBALSFLAGS="%{ldflags}" EXTRA_LDOPTIONS="%{ldflags}"

%install
make DESTDIR=%{buildroot} install
make DESTDIR=%{buildroot} install.man

%files
%doc CHANGES NOTES README
%{_bindir}/*
%{_mandir}/man?/*
%{_prefix}/lib/X11/xfig/bitmaps
%{_datadir}/fig2dev/*.ps


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.2.5d-7
+ Revision: a829e89
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21908 |14mr|transfugdrake-1.9.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name transfugdrake
%define version 1.9.2

Summary: Migration wizard
Name: %{name}
Version: %{version}
Release: 6
Source0: %{name}-%{version}.tar.lzma
License: GPL
Group: System/Configuration/Other
Url: http://svn.mandriva.com/svn/soft/transfugdrake
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Requires: migration-assistant

%description
Transfugdrake is a wizard to migrate documents and settings from
Windows to Mandriva Linux.

%prep
%setup -q

%build
%make

%install
rm -rf %{buildroot}
%makeinstall_std
%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%{_sbindir}/%{name}
%{_prefix}/lib/libDrakX/transfugdrake.pm
%{_prefix}/lib/libDrakX/icons/*.png



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9.2-6
+ Revision: e8d4ae6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21909 |14mr|transmission-2.81-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without gtk

Summary:	Simple Bittorrent client
Name:		transmission
Version:	2.81
Release:	2
License:	MIT and GPLv2
Group:		Networking/File transfer
Url:		http://www.transmissionbt.com/
Source0:	http://download.transmissionbt.com/files/%{name}-%{version}.tar.xz
BuildRequires:	bzip2
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	pkgconfig(QtDBus)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(openssl)

%description
Transmission is a free, lightweight BitTorrent client. It features a 
simple, intuitive interface on top of an efficient back-end.

%package common
Summary:	Common files for Transmission Bittorrent client
Group:		Networking/File transfer
Conflicts:	transmission < 1.74

%description common
Transmission is a free, lightweight BitTorrent client. This package
contains the common files used by the different front-ends.

%package cli
Summary:	Command line interface for Transmission BitTorrent client
Group:		Networking/File transfer
Requires:	%{name}-common = %{version}
Conflicts:	transmission < 1.74

%description cli
Transmission is a free, lightweight BitTorrent client. This package
contains the command line interface front-end.

%if %with gtk
%package gtk
Summary:	GTK Interface for Transmission BitTorrent client
Group:		Networking/File transfer
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(ndesk-dbus-glib-1.0)
Requires:	%{name}-common = %{version}
Provides:	%{name} = %{version}-%{release}
Provides:	%{name}-gui = %{version}-%{release}
Obsoletes:	transmission < 1.74-1
# Old, unmaintained clients that used old wx: transmission is as good
# an upgrade path as any - AdamW 2008/12
Obsoletes:	BitTornado <= 0:0.3.18-4
Obsoletes:	bittorrent-gui <= 5.2.2-3

%description gtk
Transmission is a free, lightweight BitTorrent client. It features a
simple, intuitive interface on top of an efficient back-end.

This package provides the GTK Interface.
%endif

%package qt4
Summary:	Qt4 Interface for Transmission BitTorrent client
Group:		Networking/File transfer
Provides:	%{name}-gui = %{version}-%{release}
Requires:	%{name}-common = %{version}

%description qt4
Transmission is a simple BitTorrent client. It features a very simple,
intuitive interface (gui and command-line) on top on an efficient,
cross-platform back-end.

This package contains QTransmission, a QT4 based GUI for Transmission
loosely based on the GTK+ client.

%package daemon
Summary:	Qt4 Interface for Transmission BitTorrent client
Group:		Networking/File transfer
Requires:	%{name}-common = %{version}

%description daemon
Transmission is a simple BitTorrent client. It features a very simple,
intuitive interface (gui and command-line) on top on an efficient,
cross-platform back-end.

This package contains the transmission-daemon.

%prep
%setup -q
%apply_patches
aclocal
automake -a --add-missing

%build
%configure2_5x
%make

#QT Gui
pushd qt
%qmake_qt4 qtr.pro
%make
popd

%install
%makeinstall_std
%if %with gtk
%find_lang %{name}-gtk
%endif

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert -scale 48 %{buildroot}/usr/share/pixmaps/transmission.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png 
convert -scale 32 %{buildroot}/usr/share/pixmaps/transmission.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{buildroot}/usr/share/pixmaps/transmission.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

#Qt Gui Installation
pushd qt
INSTALL_ROOT=%{buildroot}%{_prefix} make install
popd

# Install transmission-qt.desktop manually as make install doesn't install it:
cp -a qt/transmission-qt.desktop %{buildroot}/%{_datadir}/applications/

%files common
%doc README NEWS AUTHORS
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/*/apps/*

%files cli
%{_bindir}/%{name}-cli
%{_bindir}/%{name}-create
%{_bindir}/%{name}-edit
%{_bindir}/%{name}-remote
%{_bindir}/%{name}-show
%{_mandir}/man1/%{name}-cli.1*
%{_mandir}/man1/%{name}-create.1*
%{_mandir}/man1/%{name}-edit.1*
%{_mandir}/man1/%{name}-remote.1*
%{_mandir}/man1/%{name}-show.1*

%files daemon
%{_bindir}/%{name}-daemon
%{_mandir}/man1/%{name}-daemon.1*

%if %with gtk
%files gtk -f %{name}-gtk.lang
%{_bindir}/%{name}-gtk
%{_datadir}/applications/%{name}-gtk.desktop
%{_mandir}/man1/%{name}-gtk.1*
%endif

%files qt4
%{_bindir}/%{name}-qt
%{_datadir}/applications/%{name}-qt.desktop
%{_mandir}/man1/%{name}-qt.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.81-2
+ Revision: 09013f0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21910 |14mr|tree-1.5.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		tree
Version:	1.5.3
Release:	5
Summary:	Utility which displays a tree view of directory contents
Group:		File tools
License:	GPLv2+
URL:		http://mama.indstate.edu/users/ice/tree/
Source0:	ftp://mama.indstate.edu/linux/tree/%{name}-%{version}.tgz
Patch0:		tree-1.5.2.2-fix-typo.patch
Patch1:		tree-1.5.2.2-link-flags.patch
Patch2:		tree-1.5.1.1-nostrip.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
The tree utility recursively displays the contents of directories in a
tree-like format.  Tree is basically a UNIX port of the tree DOS
utility.

Install tree if you think it would be useful to view the contents of
specified directories in a tree-like format.

%prep

%setup -q
%patch0 -p1 -b .typo
%patch1 -p1 -b .linkflags
%patch2 -p0 -b .nostrip

%build
make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/{%{_bindir},%{_sbindir},%{_mandir}/man1}

%{__make} \
	BINDIR=%{buildroot}%{_bindir} \
	MANDIR=%{buildroot}%{_mandir}/man1 \
	install

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README LICENSE CHANGES
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.3-5
+ Revision: 2c8deca
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21911 |14mr|ttfonts-1.3-28
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ttfonts
%define version 1.3
%define release 28

Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	Freeware
Summary:	TrueType fonts
Group:		System/Fonts/True type 

Source:		ttfonts-%{version}.tar.bz2
Source1:	fonts-ttf-west_european-fonts.dir.bz2
Source2:	fonts-ttf-decoratives-fonts.dir.bz2

BuildArch:	noarch
BuildRequires: fontconfig
BuildRoot:	%_tmppath/%name-%version-%release-root

%description
This package is a collection of free TrueType fonts.

%package -n fonts-ttf-west_european
Summary:	TrueType fonts (West European charset)
Group:		System/Fonts/True type
Obsoletes:	ttfonts

%description -n fonts-ttf-west_european
This package is a collection of free TrueType fonts.

%package -n fonts-ttf-decoratives
Summary:	True Type Fonts (decoratives)
Group:		System/Fonts/True type

%description -n fonts-ttf-decoratives
This package is a collection of free TrueType fonts.

%prep
%setup -q -n ttfonts 

%build

%install
rm -rf $RPM_BUILD_ROOT
# iso8858-{1,15} and ascii-0 fonts
mkdir -p $RPM_BUILD_ROOT%_datadir/fonts/ttf/western
# decorative fonts, quite improper for normal use
mkdir -p $RPM_BUILD_ROOT%_datadir/fonts/ttf/decoratives

mkdir western
for i in Adventure Bluehigb Bluehigc Bluehigh a_d_mono babelfish \
	dirtydoz fudd larabief 
do
  install -m444 $i.ttf $RPM_BUILD_ROOT%_datadir/fonts/ttf/western
  cp $i.txt western || :
done 
bzcat %{SOURCE1} > $RPM_BUILD_ROOT%_datadir/fonts/ttf/western/fonts.dir
bzcat %{SOURCE1} > $RPM_BUILD_ROOT%_datadir/fonts/ttf/western/fonts.scale

mkdir decoratives
for i in CaptainPodd actionis bazaroni betadance betsy binary \
	brandnew creature davis demon densmore dienasty \
	distortia edgewater electroh eli5.0- embargo2 fadgod failed \
	fakerece flubber fontrstc goldengi hydrogen ikarrg ikart \
	ikarv independ indigo
do
  install -m444 $i.ttf $RPM_BUILD_ROOT%_datadir/fonts/ttf/decoratives
  cp $i.txt decoratives || :
done
bzcat %{SOURCE2} > $RPM_BUILD_ROOT%_datadir/fonts/ttf/decoratives/fonts.dir
bzcat %{SOURCE2} > $RPM_BUILD_ROOT%_datadir/fonts/ttf/decoratives/fonts.scale

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/ttf/western \
	%{buildroot}%_sysconfdir/X11/fontpath.d/ttf-west_european:pri=50
ln -s ../../..%_datadir/fonts/ttf/decoratives \
	%{buildroot}%_sysconfdir/X11/fontpath.d/ttf-decoratives:pri=50

cp bluehigh.txt contourgenerator.txt western/
cp betsy.readme.txt decoratives/

%clean
rm -rf $RPM_BUILD_ROOT

%files -n fonts-ttf-west_european
%defattr (-,root,root)
%doc western/*
%dir %_datadir/fonts/ttf/western
%_datadir/fonts/ttf/western/*.ttf
%config(noreplace) %_datadir/fonts/ttf/western/fonts.scale
%config(noreplace) %_datadir/fonts/ttf/western/fonts.dir
%_sysconfdir/X11/fontpath.d/ttf-west_european:pri=50

%files -n fonts-ttf-decoratives
%defattr (-,root,root)
%doc decoratives/*
%dir %_datadir/fonts/ttf/decoratives
%_datadir/fonts/ttf/decoratives/*.ttf
%config(noreplace) %_datadir/fonts/ttf/decoratives/fonts.dir
%config(noreplace) %_datadir/fonts/ttf/decoratives/fonts.scale
%_sysconfdir/X11/fontpath.d/ttf-decoratives:pri=50




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-28
+ Revision: 81f1c67
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21912 |14mr|ttfprint-0.9-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	ttfprint
%define	version	0.9

Name:		%{name}
Version:	%{version}
Release:	15
Summary:	Generates Chinese compliant postscript files for printing
License:	GPL
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:		ftp://linux.cis.nctu.edu.tw/packages/chinese/print/ttfprint/
Source:		ftp://linux.cis.nctu.edu.tw/packages/chinese/print/ttfprint/%{name}-%{version}.tar.bz2
# BSD has this font, so there's no resaon why we can't use it ..
Source1:	ftp://ftp.ncu.edu.tw/Linux/packages/chinese/fonts/twmoefont/ttf/moe_sung.ttf.bz2
Patch0:		ttfprint.c.patch.bz2
Patch1:		%{name}-0.9-gcc33.patch.bz2
Patch2:		ttfprint-0.9-gcc41-fix.patch.bz2
Requires:	locales-zh common-licenses
Group:		System/Internationalization

%description
Program for generating Chinese-compliant postscript files for printing
on the printer.

To generate a file, just issue ttfprint < myfile.txt > myfile.ps on console.

This package also includes the moe_sung True type font file. Note however,
while the program itself is free, the font is not "free".

%prep
%setup -q
%patch0 -p1 -b .path_fix
%patch1 -p1 -b .gcc33_fix
%patch2 -p1 -b .gcc41_fix
%build
%make CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT/var/spool/ttprint
mkdir -p $RPM_BUILD_ROOT%{_libdir}/ttfprint/{hdr,tpl}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/big5
install -m755 ttfprint $RPM_BUILD_ROOT%{_bindir}
bzip2 -dc %SOURCE1 > $RPM_BUILD_ROOT%{_datadir}/fonts/ttf/big5/moe_sung.ttf

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/*
/var/spool/ttprint
%dir %{_libdir}/ttfprint
%{_libdir}/ttfprint/hdr
%{_libdir}/ttfprint/tpl
%{_datadir}/fonts/ttf/big5/*

%doc INSTALL README USAGE.TXT 



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-15
+ Revision: 49c5595
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21913 |14mr|ttmkfdir-3.0.9-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility to create fonts.scale files for truetype fonts
Name:		ttmkfdir
Version:	3.0.9
Release:	9
# Only licensing attribution is in README, no version.
License:	LGPLv2+
Group:		System/Fonts/True type
# This is a Red Hat maintained package which is specific to
# our distribution.  Thus the source is only available from
# within this srpm.
Source0:	%{name}-%{version}.tar.bz2
Patch0:		ttmkfdir-3.0.9-cpp.patch
Patch1:		ttmkfdir-3.0.9-zlib.patch
Patch2:		ttmkfdir-3.0.9-fix-freetype217.patch
Patch3:		ttmkfdir-3.0.9-namespace.patch
Patch4:		ttmkfdir-3.0.9-fix-crash.patch
Patch5:		ttmkfdir-3.0.9-warnings.patch
Patch6:		ttmkfdir-3.0.9-segfaults.patch
Patch7:		ttmkfdir-3.0.9-encoding-dir.patch
Patch8:		ttmkfdir-3.0.9-font-scale.patch
Patch9:		ttmkfdir-3.0.9-bug434301.patch
Patch10:	ttmkfdir-3.0.9-libtool.patch
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(zlib)
Provides:	freetype-tools = %{EVRD}

%description
ttmkfdir is a utility used to create fonts.scale files in TrueType font
directories in order to prepare them for use by the font server.

%files
%doc README
%{_bindir}/ttmkfdir

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1

%build
%make OPTFLAGS="%{optflags}"

%install
%makeinstall_std



%changelog
* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.9-9
+ Revision: 3e51005
- Update freetype patch to fix build with freetype 2.5.x



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21914 |14mr|tv-fonts-1.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fonts for TV programs (fbtv, motv, ttv, xawtv)
Name:		tv-fonts
Version:	1.1
Release:	17
Group:		Video
License:	GPLv2+
Url:		http://bytesex.org/xawtv
Source0:	%{name}-%{version}.tar.bz2
Patch0:		tv-fonts-Makefile.patch
BuildRequires:	bdftopcf
BuildRequires:	mkfontdir
BuildRequires:	mkfontscale
Requires:	mkfontscale
Requires:	mkfontdir
Requires(post,postun):	mkfontdir
BuildArch:	noarch

%description
Tv-fonts is a set of fonts, mainly used by xawtv.

%files
%doc README
%{_datadir}/fonts/misc

%post
cd %{_datadir}/fonts/misc
%{_prefix}/bin/mkfontdir
if [ -f /var/lock/subsys/xfs ]; then
    service xfs restart || true
fi
test -n "$DISPLAY" && xset fp rehash || true

%postun
if [ "$1" = "0" ]; then
    cd %{_datadir}/fonts/misc
    %{_prefix}/bin/mkfontdir
    if [ -f /var/lock/subsys/xfs ]; then
	service xfs restart || true
    fi
    test -n "$DISPLAY" && xset fp rehash || true
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
# to prevent make doing some xset stuff :
# Geoff -- only unset if DISPLAY is present or it will return 1 and
# build will barf.
[ -n "$DISPLAY" ] && unset DISPLAY
%make

%install
mkdir -p %{buildroot}%{_datadir}/fonts/misc/
install *.gz %{buildroot}%{_datadir}/fonts/misc/

cat <<EOF >> README

Tv-fonts is a set of fonts, mainly used by xawtv.

They used to be bundled with xawtv but starting with version 3.75,
xawtv does not come with the fonts bundled any more. 

So come tv-fonts.

This package is required by xawtv-common
EOF


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-17
+ Revision: 602ea5e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21915 |14mr|tvtime-1.0.2-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    tvtime
%define Name    TVtime
%define version 1.0.2
%define release  18

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        High quality television application
Group:          Video
License:        GPLv2+ and LGPLv2+
URL:            http://tvtime.net/
Source0:        http://prdownloads.sourceforge.net/tvtime/%{name}-%{version}.tar.bz2
Patch0:         tvtime-1.0.2.buildfix.patch
# Build against system v4l / v4l2 headers rather than the obsolete
# ones included, which cause the build to fail - AdamW 2007/08
Patch1:		tvtime-1.0.2-v4lheaders.patch
Patch2:		tvtime-1.0.2-fix-str-fmt.patch
#from fedora
Patch3:		tvtime-1.0.2-localedef.patch
Patch4:		tvtime-1.0.2-videoinput.patch
# http://sourceforge.net/tracker/?func=detail&atid=506989&aid=1634306&group_id=64301
Patch5:     tvtime-1.0.2-savematte.patch
Patch6:		tvtime-1.0.2-png15.patch
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xi)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  freetype2-devel
BuildRequires:  pkgconfig(sdl)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	desktop-file-utils

%description
Tvtime is a high quality television application for use with video
capture cards.  tvtime processes the input from a capture card and
displays it on a computer monitor or projector.  Unlike other television
applications, tvtime focuses on high visual quality making it ideal for
videophiles.

  tvtime supports:

  o   Deinterlaced output at full interlaced rate of 59.94 frames per
      second for NTSC source, or 50 frames per second for PAL sources.
      This gives smoothness of motion and high visual quality.

  o   Multiple deinterlacing algorithms for finding the optimal mode for
      your video content and available processor speed.

  o   16:9 aspect ratio mode for the highest available resolution when
      processing input from an external DVD player or digital satellite
      receiver.

  o   A super-slick on-screen-display for the complete television
      experience, with a featureful menu system.

  o   2-3 Pulldown detection for optimal quality viewing of film content
      from NTSC sources.

%prep
%setup -q
%patch0 -p1
%patch1 -p1 -b .v4l
%patch2 -p0 -b .str
%patch3 -p1 -b .locale
%patch4 -p1 -b .videoinput
%patch5 -p1 -b .savematte
%patch6 -p1 -b .png15

%build
%configure2_5x
%make

%install
%makeinstall ROOT=%{buildroot}

#xdg
mv %{buildroot}%{_datadir}/applications/net-%{name}.desktop \
%{buildroot}%{_datadir}/applications/%{name}.desktop

perl -pi -e 's/tvtime.png/tvtime/' \
    %{buildroot}%{_datadir}/applications/%{name}.desktop

desktop-file-install --vendor="" \
    --remove-category="Application" \
    --add-category="TV" \
    --add-category="Video" \
    --add-category="X-MandrivaLinux-CrossDesktop" \
    --dir %{buildroot}%{_datadir}/applications \
    %{buildroot}%{_datadir}/applications/*

%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%doc data/COPYING.FreeMonoBold data/COPYING.tvtimeSansBold docs/html
%{_bindir}/*
%{_mandir}/man?/*
%lang(de) %{_mandir}/de/man?/*
%lang(es) %{_mandir}/es/man?/*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/tvtime.xml
%{_datadir}/%{name}
# freedesktop stuff
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/*/%{name}.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}.xpm



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-18
+ Revision: f89657d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21916 |14mr|twm-1.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: twm
Version: 1.0.6
Release: 4
Summary: Tab Window Manager for the X Window System
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Source1: system.twmrc
Source3: twm.xpm
Source4: twm.xpm.large
Source5: twm.xpm.mini
License: MIT
Requires: desktop-common-data
Requires: x11-font-misc

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: pkgconfig(xt) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: flex
BuildRequires: byacc

%description
Twm is a window manager for the X Window System. It provides titlebars, shaped
windows, several forms of icon management, user-defined macro functions,
click-to-type and pointer-driven keyboard focus, and user-specified key and
pointer button bindings.

%prep
%setup -q -n %{name}-%{version}

%build

CFLAGS="$RPM_OPT_FLAGS -DSYSTEM_INIT_FILE='\"%{_sysconfdir}/X11/twm/system.twmrc\"'" \
%configure2_5x

%make

%install
rm -rf %{buildroot}
%makeinstall_std

mkdir -p %{buildroot}/%{_sysconfdir}/X11/twm
install -m 644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/X11/twm/system.twmrc-menu

#install icons
mkdir -p %{buildroot}%{_datadir}/icons/large
mkdir -p %{buildroot}%{_datadir}/icons/mini
install -m0644 %{SOURCE3} %{buildroot}%{_datadir}/icons/twm.xpm
install -m0644 %{SOURCE4} %{buildroot}%{_datadir}/icons/large/twm.xpm
install -m0644 %{SOURCE5} %{buildroot}%{_datadir}/icons/mini/twm.xpm

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/X11/twm
%{_bindir}/twm
%{_mandir}/man1/twm.*
%{_datadir}/icons/twm.xpm
%{_datadir}/icons/*/twm.xpm
%_datadir/X11/twm/system.twmrc





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.6-4
+ Revision: a32a58d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21917 |14mr|twolame-0.3.13-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname -d %{name}

Summary:	Optimized MPEG Audio Layer 2 (MP2) encoder
Name:		twolame
Version:	0.3.13
Release:	6
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.twolame.org/
Source0:	http://downloads.sourceforge.net/project/%name/%name/%version/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	libtool
BuildRequires:	dos2unix

%description
TwoLAME is an optimized MPEG Audio Layer 2 (MP2) encoder based on tooLAME by
Mike Cheng, which in turn is based upon the ISO dist10 code and portions of
LAME.

Features added to TwoLAME:
 - Fully thread-safe
 - Static and shared library (libtwolame)
 - API very similar to LAME's (for easy porting)
 - C99 compliant
 - Frontend supports wider range of input files (using libsndfile)

%package -n	%{libname}
Summary:	TwoLAME MP2 encoding library
Group:		System/Libraries

%description -n	%{libname}
TwoLAME MP2 encoding library.

%package -n	%{develname}
Summary:	Header files for TwoLAME library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n	%{develname}
TwoLAME is an optimized MPEG Audio Layer 2 (MP2) encoder based on tooLAME by
Mike Cheng, which in turn is based upon the ISO dist10 code and portions of
LAME.

Features added to TwoLAME:
 - Fully thread-safe
 - Static and shared library (libtwolame)
 - API very similar to LAME's (for easy porting)
 - C99 compliant
 - Frontend supports wider range of input files (using libsndfile)

This package contains the static development library and header files for the
TwoLAME library.

%prep

%setup -q
sed -i -e 's/-O3//' configure.ac

# strip away annoying ^M
find -type f | grep -v ".gif" | grep -v ".png" | grep -v ".jpg" | xargs dos2unix

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}/twolame

%files
%doc AUTHORS ChangeLog README TODO
%{_bindir}/twolame
%{_mandir}/man1/twolame.1*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc doc/html/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.13-6
+ Revision: 1b12fc7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21918 |14mr|txt2man-1.5.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Converts flat ASCII text to man page format
Name:     	txt2man
Version:	1.5.6
Release:	2
License:	GPLv2+
Group:		Text tools
Source0: 	http://mvertes.free.fr/download/%{name}-%{version}.tar.gz
URL:		http://mvertes.free.fr/download/
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
Buildarch:	noarch
Requires:	gawk

%description
It is a shell script using gnu awk, that should run on any Unix-like
system. The syntax of the ASCII text is very straightforward and looks
very much like the output of the man(1) program.

%prep
%setup -q

%install
rm -rf %buildroot

mkdir -p %buildroot%_bindir
install -m0755 *man %buildroot%_bindir/

mkdir -p %buildroot%_mandir/man1
install -m0644 *.1 %buildroot%{_mandir}/man1/

%clean
rm -rf %buildroot

%files
%defattr(-, root, root)
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.6-2
+ Revision: 284bca7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21919 |14mr|u-boot-tools-20121012-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %nil
%define	daterel	2012.10

Name:		u-boot-tools
Version:	20121012
Release:	2
Summary:	Tools for the u-boot Firmware
Group:		System/Kernel and hardware
Url:		http://www.denx.de/wiki/U-Boot
Source0:	ftp://ftp.denx.de/pub/u-boot/u-boot-%{daterel}.tar.bz2
License:	GPLv2

%description
Das U-Boot (or just "U-Boot" for short) 
is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors.
This package contains:
mkimage a tool that creates kernel bootable images for u-boot.

%package doc
Summary:	Documentation for the u-boot Firmware
Group:		Development/Other

%description doc
Das U-Boot (or just "U-Boot" for short) is Open Source Firmware
for Embedded PowerPC, ARM, MIPS and x86 processors.
This package contains documentation for u-boot firmware

%prep
%setup -q -n u-boot-%{daterel}

%build
sed -i -e "s:-g ::" tools/Makefile || die
%make USE_PRIVATE_LIBGG=yes tools

%install
install -D -m 0755 tools/mkimage %{buildroot}%{_bindir}/mkimage
install -D -m 0644 doc/mkimage.1 %{buildroot}%{_mandir}/man1/mkimage.1
gzip %{buildroot}%{_mandir}/man1/*

%files
%{_bindir}/mkimage
%{_mandir}/man1/mkimage.1.*
%doc COPYING CREDITS README

%files doc
%doc doc/README.autoboot doc/README.commands doc/README.console doc/README.dns
%doc doc/README.hwconfig doc/README.nand doc/README.NetConsole doc/README.serial_multi
%doc doc/README.SNTP doc/README.standalone doc/README.update doc/README.usb
%doc doc/README.video doc/README.VLAN doc/README.silent doc/README.POST doc/README.Modem
%doc doc/README.JFFS2 doc/README.JFFS2_NAND doc/README.commands
%doc tools/scripts/dot.kermrc tools/scripts/flash_param tools/scripts/send_cmd tools/scripts/send_image
%doc doc/README.ARM-SoC doc/README.ARM-memory-map 

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20121012-2
+ Revision: 1841616
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21920 |14mr|ucarp-1.5.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Portable implementation of the CARP protocol
Name:		ucarp
Version:	1.5.2
Release:	6
License:	BSD
Group:		Networking/Other
URL:		http://download.pureftpd.org/pub/ucarp/
Source0:	http://download.pureftpd.org/pub/ucarp/%{name}-%{version}.tar.gz
Source1:	ucarp.8.sgml.bz2
Source2:	ucarp.init
BuildRequires:	docbook-dtd41-sgml
BuildRequires:	docbook-utils
BuildRequires:	gettext
BuildRequires:	libpcap-devel
Requires(post):  rpm-helper
Requires(preun): rpm-helper
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
UCARP allows a couple of hosts to share common virtual IP addresses
in order to provide automatic failover. It is a portable userland
implementation of the secure and patent-free Common Address Redundancy
Protocol (CARP, OpenBSD\u2019s alternative to the patents-bloated VRRP).

Strong points of the CARP protocol are: very low overhead, cryptographically
signed messages, interoperability between different operating systems and
no need for any dedicated extra network link between redundant hosts.

%prep

%setup -q

bzcat %{SOURCE1} > ucarp.8.sgml

%build
%configure2_5x

%make

docbook2man --backend man ucarp.8.sgml > ucarp.8
mv UCARP.8 ucarp.8

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_mandir}/man8

%makeinstall_std PREFIX=/usr

install -m755 -D %{SOURCE2} %{buildroot}%{_initrddir}/%{name}
install -d %{buildroot}%{_sysconfdir}/%{name}.d/
install -m0644 ucarp.8 %{buildroot}%{_mandir}/man8/

%find_lang ucarp

%clean
rm -rf %{buildroot}

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files -f ucarp.lang
%defattr(-,root,root)
%doc README INSTALL COPYING AUTHORS NEWS examples/linux/*.sh
%defattr(-,root,root,0755)
%{_sbindir}/*
%{_initrddir}/%{name}
%{_sysconfdir}/%{name}.d/
%{_mandir}/man8/ucarp.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.2-6
+ Revision: 5ad20ba
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21921 |14mr|ucl-1.03-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 1
%define lib_name %mklibname %name %{lib_major}
%define develname %mklibname -d %name

# virtual package to enforce naming convention

Summary:	The UCL Compression Library
Name:		ucl
Version:	1.03
Release:	9
License:	GPL
Group:		System/Libraries
URL:		http://www.oberhumer.com/opensource/ucl/
Source0:	http://www.oberhumer.com/opensource/ucl/download/%name-%version.tar.bz2

%description
UCL implements a number of algorithms with the following features:
- Decompression is simple and *very* fast. 
- Requires no memory for decompression. 
- The decompressors can be squeezed into less than 200 bytes of code. 
- Focuses on compression levels for generating pre-compressed data which
  achieve a quite competitive compression ratio. 
- Allows you to dial up extra compression at a speed cost in the compressor.
  The speed of the decompressor is not reduced. 
- Algorithm is thread safe. 
- Algorithm is lossless. 
UCL supports in-place decompression.


# main package (contains *.so.[major].* only)

%package -n	%{lib_name}
Summary:	The UCL Compression Library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{lib_name}
UCL implements a number of algorithms with the following features:
- Decompression is simple and *very* fast. 
- Requires no memory for decompression. 
- The decompressors can be squeezed into less than 200 bytes of code. 
- Focuses on compression levels for generating pre-compressed data which
  achieve a quite competitive compression ratio. 
- Allows you to dial up extra compression at a speed cost in the compressor.
  The speed of the decompressor is not reduced. 
- Algorithm is thread safe. 
- Algorithm is lossless. 
UCL supports in-place decompression.

This package contains the library needed to run programs dynamically
linked with %{name}.


# devel part of the bundle

%package -n	%{develname}
Summary:	The UCL Compression Library - development environment
Group:		Development/C
Requires:	%{lib_name} = %{version}-%release
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}ucl1-devel < 1.03-8

%description -n	%{develname}
UCL implements a number of algorithms with the following features:
- Decompression is simple and *very* fast. 
- Requires no memory for decompression. 
- The decompressors can be squeezed into less than 200 bytes of code. 
- Focuses on compression levels for generating pre-compressed data which
  achieve a quite competitive compression ratio. 
- Allows you to dial up extra compression at a speed cost in the compressor.
  The speed of the decompressor is not reduced. 
- Algorithm is thread safe. 
- Algorithm is lossless. 
UCL supports in-place decompression.

Install %{name} if you need to compile an application with %{lib_name}
support.

%prep 

%setup -q 

%build
%configure2_5x --enable-shared
%make

%install
rm -rf %{buildroot}

%makeinstall_std

%clean
rm -rf %{buildroot}

%files -n %{lib_name}
%defattr(-,root,root)
%doc COPYING INSTALL NEWS README THANKS TODO
%{_libdir}/*.so.*

%files  -n %{develname}
%defattr(-,root,root)
%doc COPYING INSTALL NEWS README THANKS TODO
%{_libdir}/*.a
%{_libdir}/*.so
%dir %{_includedir}/ucl/
%{_includedir}/ucl/*.h





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.03-9
+ Revision: 455e26d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21922 |14mr|ucpp-1.3.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	13
%define libname %mklibname ucpp %{major}
%define devname %mklibname ucpp -d 

Summary:	A quick and light preprocessor, but anyway fully compliant to C99
Name:		ucpp
Version:	1.3.4
Release:	3
License:	BSD-3-Clause
Group:		Development/C++
Url:		http://code.google.com/p/ucpp/
Source0:	http://dev.gentooexperimental.org/~scarabeus/%{name}-%{version}.tar.xz

%description
A C preprocessor is a part of a C compiler responsible for macro
replacement, conditional compilation and inclusion of header files.
It is often found as a stand-alone program on Unix systems.

ucpp is such a preprocessor; it is designed to be quick and light,
but anyway fully compliant to the ISO standard 9899:1999, also known
as C99. ucpp can be compiled as a stand-alone program, or linked to
some other code; in the latter case, ucpp will output tokens, one
at a time, on demand, as an integrated lexer.

ucpp operates in two modes:
-- lexer mode: ucpp is linked to some other code and outputs a stream of
tokens (each call to the lex() function will yield one token)
-- non-lexer mode: ucpp preprocesses text and outputs the resulting text
to a file descriptor; if linked to some other code, the cpp() function
must be called repeatedly, otherwise ucpp is a stand-alone binary.

%package -n %{libname}
Summary:	A Mixed Integer Linear Programming (MILP) Solver Library
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}

%package -n %{devname}
Summary:	Files for Developing with ucpp
Group:		Development/C++
Requires:	%{name} = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
Includes and definitions for developing with the ucpp library.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%files
%{_bindir}/*
%{_mandir}/man1/ucpp.1*

%files -n %{libname}
%{_libdir}/libucpp.so.%{major}*

%files -n %{devname}
%{_includedir}/lib%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/lib%{name}*.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.4-3
+ Revision: 37f9ee6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21923 |14mr|udisks-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define git 20100315
Summary:	Storage Management Service
Name:		udisks
Version:	1.0.5
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.freedesktop.org/wiki/Software/udisks
Source0:	http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
Patch0:		udisks-1.0.4-mount-internal-policy.patch
Patch1:		udisks-1.0.4-ru.po.patch
Patch2:		udisks-1.0.5-fix-daemon-path.patch
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	sg3_utils-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(devmapper)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libatasmart)
BuildRequires:	pkgconfig(libparted)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(lvm2app)
BuildRequires:	pkgconfig(polkit-agent-1)
BuildRequires:	pkgconfig(systemd)
# needed to pull in the system bus daemon
Requires:	dbus
# needed to pull in the udev daemon
Requires:	udev
Suggests:	mdadm
#gw not yet packaged:
# for smp_rep_manufacturer
#Requires: smp_utils >= %{smp_utils_version}
# for mount, umount, mkswap
Requires:	util-linux-ng
# for mkfs.ext3, mkfs.ext3, e2label
Requires:	e2fsprogs
# for mkfs.xfs, xfs_admin
Suggests:	xfsprogs
# for mkfs.vfat
Suggests:	dosfstools
# for mlabel
Requires:	mtools
# for mkntfs - no ntfsprogs on ppc, though
%ifnarch ppc ppc64
Suggests:	ntfsprogs
%endif
Requires(post,preun,postun):	systemd

# Obsolete and Provide DeviceKit-disks - udisks provides exactly the same
# ABI just with a different name and versioning-scheme
#
Obsoletes:	devicekit-disks <= 009
Provides:	devicekit-disks = 010

%description
udisks provides a daemon, D-Bus API and command line tools
for managing disks and storage devices.

%files -f %{name}.lang
%doc README AUTHORS NEWS COPYING HACKING doc/TODO
%{_sysconfdir}/avahi/services/udisks.service
%{_sysconfdir}/dbus-1/system.d/*.conf
%{_sysconfdir}/profile.d/*.sh
/lib/udev/rules.d/*.rules
/lib/udev/udisks-part-id
/lib/udev/udisks-dm-export
/lib/udev/udisks-probe-ata-smart
/lib/udev/udisks-probe-sas-expander
/lib/udev/udisks-lvm-pv-export
/sbin/umount.udisks
%{_bindir}/*
%{_libexecdir}/udisks-daemon
%{_libexecdir}/udisks-helper*
%{_mandir}/man1/*
%{_mandir}/man7/*
%{_mandir}/man8/*
%{_datadir}/polkit-1/actions/*.policy
%{_datadir}/dbus-1/system-services/*.service
%attr(0700,root,root) %dir %{_localstatedir}/lib/udisks
%{_unitdir}/udisks.service

%post
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ "$1" -ge 1 ]; then
/bin/systemctl enable udisksd.service >/dev/null 2>&1 || :
/bin/systemctl try-restart udisksd.service >/dev/null 2>&1 || :
fi

%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ "$1" -ge 1 ] ; then
/bin/systemctl try-restart udisksd.service >/dev/null 2>&1 || :
fi

%preun
if [ "$1" = "0" ]; then
/bin/systemctl --no-reload udisksd.service > /dev/null 2>&1 || :
/bin/systemctl stop udisksd.service > /dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package devel
Summary:	D-Bus interface definitions for udisks
Group:		Development/C
Requires:	%{name} = %{EVRD}
# See comment above
#
Obsoletes:	devicekit-disks-devel <= 009
Provides:	devicekit-disks-devel = 010

%description devel
D-Bus interface definitions and documentation for udisks.

%files devel
%{_datadir}/dbus-1/interfaces/*.xml
%{_datadir}/pkgconfig/udisks.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
#autoreconf -fi
%configure2_5x --disable-static --enable-lvm2
make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.a

# TODO: should be fixed upstream
chmod 0644 %{buildroot}%{_sysconfdir}/profile.d/udisks-bash-completion.sh

%find_lang %{name}

%changelog
* Tue Jul 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.5-2
+ Revision: e50bb44
- Do not change libexecdir to $(prefix)/lib/udisks in udisks.service
- udisks-daemon is placed to libexecdir by default. However, the Makefiles
- changed the path to look for it to $(prefix)/lib/udisks in
- udisks.service. This way, the path becomes incorrect and the service
- fails to start.
- Should now be fixed.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21924 |14mr|udisks2-2.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without multiseat

%define major 0
%define libname %mklibname %{name}_ %{major}
%define devname %mklibname %{name} -d
%define girname %mklibname udisks-gir 2.0

Summary:	Disk Manager
Name:		udisks2
Version:	2.1.3
Release:	4
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.freedesktop.org/wiki/Software/udisks
Source0:	http://udisks.freedesktop.org/releases/udisks-%{version}.tar.bz2
Patch0:		udisks-1.92.0-link.patch
Patch1:		udisks-2.1.0-mount-system-internal.patch
# Mount to /media/user
Patch2:		udisks-2.0.92-mount_in_media.patch
# Mount to /media
Patch3:		udisks-2.1.3-no-multiseat.patch
# From Debian/Ubuntu
# As /media is not currently a tmpfs, we need to put the "mounted-fs" file to a persistent path
Patch4:		udisks-2.1.3-mounted-fs.patch
BuildRequires:	pkgconfig(gio-unix-2.0) >= 2.31.13
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.31.13
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gudev-1.0) >= 186
BuildRequires:	pkgconfig(libatasmart) >= 0.19
BuildRequires:	pkgconfig(polkit-gobject-1) >= 0.92
BuildRequires:	pkgconfig(polkit-agent-1) >= 0.92
BuildRequires:	pkgconfig(libsystemd-login) >= 186
BuildRequires:	intltool
BuildRequires:	gnome-common
BuildRequires:	gettext-devel
BuildRequires:	gtk-doc >= 1.3
# for LUKS devices
Requires:	cryptsetup-luks
# needed to pull in the system bus daemon
Requires:	dbus >= 1.4.0
# for mkfs.vfat
Requires:	dosfstools
# for mkfs.ext3, mkfs.ext3, e2label
Requires:	e2fsprogs
# for partitioning
Requires:	gdisk
Requires:	parted
# for mlabel
Requires:	mtools
Requires:	ntfsprogs
# needed to pull in the udev daemon
Requires:	udev >= 186
# for mount, umount, mkswap
Requires:	util-linux
# for mkfs.xfs, xfs_admin
Requires:	xfsprogs

# for /proc/self/mountinfo, only available in 2.6.26 or higher
Conflicts:	kernel < 2.6.26

%description
udisks provides a daemon, D-Bus API and command line tools for
managing disks and storage devices. This package is for the udisks 2.x
series.

%files -f %{name}.lang
%doc README AUTHORS NEWS COPYING HACKING
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.UDisks2.conf
%{_datadir}/bash-completion/completions/udisksctl
/lib/udev/rules.d/80-udisks2.rules
%{_sbindir}/umount.udisks2
%dir %{_prefix}/lib/udisks2
%{_prefix}/lib/udisks2/udisksd
%{_bindir}/udisksctl
%{_mandir}/man1/*
%{_mandir}/man8/*
%{_datadir}/polkit-1/actions/org.freedesktop.udisks2.policy
%{_datadir}/dbus-1/system-services/org.freedesktop.UDisks2.service
%{_unitdir}/udisks2.service
# Permissions for local state data are 0700 to avoid leaking information
# about e.g. mounts to unprivileged users
%attr(0700,root,root) %dir %{_localstatedir}/lib/udisks2

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic library to access the udisks daemon
License:	LGPLv2+
Group:		System/Libraries
Obsoletes:	%{_lib}udisks20 < 1.90.0-2

%description -n %{libname}
This package contains the dynamic library libudisks2, which provides
access to the udisks daemon. This package is for the udisks 2.x
series.

%files -n %{libname}
%{_libdir}/libudisks2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
License:	LGPLv2+
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/UDisks-2.0.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libudev
License:	LGPLv2+
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for the library
libudisks2, a dynamic library, which provides access to the udisks
daemon. This package is for the udisks 2.x series.

%files -n %{devname}
%{_libdir}/libudisks2.so
%dir %{_includedir}/udisks2
%dir %{_includedir}/udisks2/udisks
%{_includedir}/udisks2/udisks/*.h
%{_datadir}/gir-1.0/UDisks-2.0.gir
%dir %{_datadir}/gtk-doc/html/udisks2
%{_datadir}/gtk-doc/html/udisks2/*
%{_libdir}/pkgconfig/udisks2.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n udisks-%{version}
%patch0 -p1
%patch1 -p1
%if %{with multiseat}
%patch2 -p1
%else
%patch3 -p1
%endif
%patch4 -p1

%build
NOCONFIGURE=yes gnome-autogen.sh
%configure2_5x \
	--enable-gtk-doc \
	--disable-static \
	--with-systemdsystemunitdir=%{_unitdir}
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_localstatedir}/lib/udisks2

%find_lang %{name} %{name}.lang


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1.3-4
+ Revision: 97f18fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21925 |14mr|ufraw-0.19.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	cinepaint

%if %{with cinepaint}
%define cinepaint_dir %(pkg-config --variable=programplugindir cinepaint-gtk)
%endif

Summary:	Graphical tool to convert raw images of digital cameras
Name:		ufraw
Version:	0.19.2
Release:	4
License:	GPLv2+
Group:		Graphics
Url:		http://ufraw.sourceforge.net/
Source0:	http://downloads.sourceforge.net/sourceforge/ufraw/%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	bzip2-devel
%if %{with cinepaint}
BuildRequires:	cinepaint-devel
%endif
BuildRequires:	gimp-devel
BuildRequires:	gomp-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(gtk+-x11-2.0)
BuildRequires:	pkgconfig(gtkimageview)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(lensfun)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(zlib)

%description
UFRaw is a utility to read and manipulate raw images from digital cameras.
It can be used by itself or as a Gimp plug-in.
It reads raw images using Dave Coffin's raw conversion utility DCRaw.
And it supports basic color management using Little CMS, allowing
the user to apply color profiles.

Raw images are the data directly read from the CCD of the camera,
without in-camera processing, without lossy JPEG compression, and in
36 or 48 bits color depth (TIFF has 24 bits). Problem of the raw
images is that they are in proprietary, camera-specific formats as
they are exactly what the CCD has captured, and the CCDs on differnt
cameras are very different. It also contains info about the camera
settings.

%files -f %{name}.lang
%doc README
%{_sysconfdir}/gconf/schemas/ufraw.schemas
%{_bindir}/*
%{_datadir}/applications/ufraw.desktop
%{_datadir}/pixmaps/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_miconsdir}/*.png
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package	gimp
Summary:	Reads the raw image formats of digital cameras into GIMP
Group:		Graphics
Requires:	gimp
Conflicts:	dcraw-gimp2.0 rawphoto

%description	gimp
A GIMP plug-in which reads and processes raw images from most digital
cameras. The conversion is done by the dcraw software and so all
cameras supported by dcraw are also supported by this plug-in.

In contrary to the original GIMP plug-in of dcraw this one is much
more comfortable, especially because of the life preview image but
also due to more options.

%files gimp
%{_libdir}/gimp/2.0/plug-ins/*

#----------------------------------------------------------------------------

%if %{with cinepaint}
%package	cinepaint
Summary:	Reads the raw image formats of digital cameras into Cinepaint
Group:		Graphics
Requires:	cinepaint

%description	cinepaint
A Cinepaint plug-in which reads and processes raw images from most digital
cameras. The conversion is done by the dcraw software and so all
cameras supported by dcraw are also supported by this plug-in.

%files cinepaint
%{cinepaint_dir}/plug-ins/*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CPPFLAGS="-I/usr/include/lensfun"
%configure2_5x --enable-mime
%make

%install
%makeinstall_std schemasdir=%{_sysconfdir}/gconf/schemas

%find_lang ufraw

install -d %{buildroot}%{_datadir}/icons/{large,mini}

convert icons/ufraw.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert icons/ufraw.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
cp icons/ufraw.png %{buildroot}%{_liconsdir}/%{name}.png


%changelog
* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.19.2-4
+ Revision: 534586c
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21926 |14mr|uim-1.8.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define anthy_version      6620
%define m17n_lib_version   1.3.4

%define uim_major 8
%define libname %mklibname %{name} %{uim_major}
%define devname %mklibname -d %{name}

%define custom_major 2
%define libcustom %mklibname uim-custom %{custom_major}

%define gcroots_major 0
%define libgcroots %mklibname gcroots %{gcroots_major}

%define scm_major 0
%define libscm %mklibname uim-scm %{scm_major}

Summary:	Multilingual input method library 
Name:		uim
Version:	1.8.6
Release:	2
Group:		System/Internationalization
# uim itself is licensed under BSD
# scm/py.scm, helper/eggtrayicon.[ch], qt/pref-kseparator.{cpp,h}
#   and qt/chardict/chardict-kseparator.{cpp,h} is licensed under LGPLv2+
# pixmaps/*.{svg,png} is licensed under BSD or LGPLv2
License:	BSD and LGPLv2+ and (BSD or LGPLv2)
Url:		http://code.google.com/p/uim/
Source0:	http://uim.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRequires:	ed
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	m17n-db
BuildRequires:	pkgconfig(anthy) >= %{anthy_version}
BuildRequires:	pkgconfig(gtk+-x11-2.0)
BuildRequires:	pkgconfig(gtk+-x11-3.0)
BuildRequires:	pkgconfig(libedit)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnome-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libpanelapplet-4.0)
BuildRequires:	pkgconfig(m17n-core) >= %{m17n_lib_version}
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtGui)
Requires:	anthy >= %{anthy_version}
Requires:	m17n-lib >= %{m17n_lib_version}
Requires:	skkdic
Requires(post,postun):	gtk2-modules

%description
Uim is a multilingual input method library. Uim's project goal is 
to provide secure and useful input method for all languages.

%files -f %{name}.lang
%doc AUTHORS COPYING README
%doc sigscheme/doc/*
%{_bindir}/uim-el*-agent
%{_bindir}/uim-fep*
%{_bindir}/uim-help
%{_bindir}/uim-module-manager
%{_bindir}/uim-sh
%{_bindir}/uim-xim
%{_bindir}/uim-m17nlib-relink-icons
%{_datadir}/applications/*
%{_datadir}/emacs/site-lisp/uim-el/*.el
%{_datadir}/dbus-1/services/org.gnome.panel.applet.UimAppletFactory.service
%{_datadir}/uim
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package gtk
Summary:	GNOME helper for uim
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}
Requires:	gtk+2.0

%description gtk
GNOME helper for uim. It contains some apps like toolbar, 
system tray, applet, candidate window for Uim library.

%files gtk
%{_bindir}/uim-input-pad-ja
%{_bindir}/uim-dict-gtk
%{_bindir}/uim-im-switcher-gtk
%{_bindir}/uim-pref-gtk
%{_bindir}/uim-toolbar-gtk
%{_bindir}/uim-toolbar-gtk-systray
%{_libexecdir}/uim-candwin-horizontal-gtk
%{_libexecdir}/uim-candwin-gtk
%{_libexecdir}/uim-candwin-tbl-gtk
%{_libdir}/gtk-2.0/*/immodules/*.so

#----------------------------------------------------------------------------

%package gtk3
Summary:	GNOME3 helper for uim
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}
Requires:	gtk+3.0

%description gtk3
GNOME3 helper for uim. It contains some apps like toolbar,
system tray, applet, candidate window for Uim library.

%files gtk3
%{_bindir}/uim-dict-gtk3
%{_bindir}/uim-im-switcher-gtk3
%{_bindir}/uim-input-pad-ja-gtk3
%{_bindir}/uim-pref-gtk3
%{_bindir}/uim-toolbar-gtk3
%{_bindir}/uim-toolbar-gtk3-systray
%{_libdir}/gtk-3.0/*/immodules/im-uim.so
%{_libexecdir}/uim-candwin-horizontal-gtk3
%{_libexecdir}/uim-candwin-gtk3
%{_libexecdir}/uim-candwin-tbl-gtk3

#----------------------------------------------------------------------------

%package qt4immodule
Summary:	A plugin for using UIM on qt4-immodule
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}
Requires:	qt4-common

%description qt4immodule
A plugin for using UIM on qt4-immodule.

%files qt4immodule
%{qt4plugins}/inputmethods/*.so

#----------------------------------------------------------------------------

%package base
Summary:	Misc files needed by UIM library
Group:		System/Internationalization

%description base
Misc files needed by UIM library.

%files base
%{_libexecdir}/uim-helper-server
%{_libexecdir}/uim-toolbar-applet*
%{_datadir}/gnome-panel/4.0/applets/UimApplet.panel-applet
%{_libdir}/uim/plugin/libuim-*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	UIM library
Group:		System/Internationalization
Suggests:	uim-base

%description -n %{libname}
UIM library.

%files -n %{libname}
%{_libdir}/libuim.so.%{uim_major}*

#----------------------------------------------------------------------------

%package -n %{libcustom}
Summary:	Custom library for UIM
Group:		System/Internationalization

%description -n %{libcustom}
Custom library for UIM.

%files -n %{libcustom}
%{_libdir}/libuim-custom.so.%{custom_major}*

#----------------------------------------------------------------------------

%package -n %{libgcroots}
Summary:	Gcroots library for UIM
Group:		System/Internationalization

%description -n %{libgcroots}
ohis library abstracts architecture-dependent part of garbage collector
roots acquisition such as register windows of SPARC and register stack
backing store of IA-64.

With this library, one can easily write his own garbage collector for
small footprint, some application-specific optimizations, just learning or
testing experimental ideas.

%files -n %{libgcroots}
%{_libdir}/libgcroots.so.%{gcroots_major}*

#----------------------------------------------------------------------------

%package -n %{libscm}
Summary:	Scm library for UIM
Group:		System/Internationalization

%description -n %{libscm}
Scm library for UIM.

%files -n %{libscm}
%{_libdir}/libuim-scm.so.%{scm_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers of uim for development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libcustom} = %{EVRD}
Requires:	%{libgcroots} = %{EVRD}
Requires:	%{libscm} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Headers of %{name} for development.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
libtoolize --force
aclocal -I m4
automake -a
autoconf

%build
export QMAKE4=%{qt4bin}/qmake
%configure2_5x \
	--disable-static \
	--without-anthy \
	--with-anthy-utf8 \
	--with-m17nlib \
	--without-canna \
	--without-prime \
	--without-scim \
	--without-eb \
	--with-qt4-immodule \
	--enable-dict \
	--disable-warnings-into-error

%make

%install
%makeinstall_std

# remove docs for sigscheme (they should be installed by %doc)
rm -rf %{buildroot}%{_datadir}/doc/sigscheme

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.6-2
+ Revision: 19e4471
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21927 |14mr|uim-tomoe-gtk-0.6.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for providing tomoe support to uim
Name:		uim-tomoe-gtk
Version:	0.6.0
Release:	15
Group:		System/Internationalization
License:	LGPLv2+
Url:		https://sourceforge.jp/projects/tomoe/
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(m17n-core)
BuildRequires:	pkgconfig(tomoe)
BuildRequires:	pkgconfig(tomoe-gtk)
BuildRequires:	pkgconfig(uim)
Requires:	tomoe
Requires:	uim

%description
A tool for providing tomoe support to uim.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.0-15
+ Revision: 83d8b81
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21928 |14mr|umbrello-4.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	UML diagramming tool for KDE
Name:		umbrello
Version:	4.13.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Source10:	umbrello.rpmlintrc
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)

%description
Umbrello UML Modeller is a UML diagramming tool for KDE.

%files
%{_kde_bindir}/umbrello
%{_kde_applicationsdir}/umbrello.desktop
%{_kde_appsdir}/umbrello
%{_kde_iconsdir}/*/*/*/umbrello*
%{_kde_iconsdir}/*/*/mimetypes/application-x-uml.png
%{_kde_docdir}/*/*/umbrello

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
+ Revision: 294afd9
- LOG New version 4.13.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21929 |14mr|uml-utilities-20070815-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools to run and configure usermodes linux
Name:		uml-utilities
Version:	20070815
Release:	22
License:	GPLv2+
Group:		Emulators
Url:		http://user-mode-linux.sourceforge.net/
Source0:	uml_utilities_%{version}.tar.bz2
Source1:	tun.rules
Source2:	umlswitch.service
Source3:	umlswitch.sysconfig
Source4:        umlswitch-wrapper.sh
Patch0:		uml-utilities-fix-install-usage.patch
Patch1:		tools-20070815-no-strip.patch
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(ncurses)
Requires:	tunctl

%description
This package contains tools that permit to you:
- configure on fly running usermode kernel
- setting up virtual network between usermode host.

%files
%exclude %{_bindir}/tunctl
%{_bindir}/uml_switch
%{_bindir}/umlswitch-wrapper.sh
%{_libdir}/uml
%attr(0644,root,root) %{_unitdir}/umlswitch.service
%config %{_sysconfdir}/sysconfig/umlswitch

%post
%systemd_post umlswitch.service

%preun
%systemd_preun umlswitch.service

%postun
%systemd_postun_with_restart umlswitch.service

#----------------------------------------------------------------------------

%package -n tunctl
Summary:	Tool to create and manage persistent TUN/TAP interfaces
Group:		Networking/Other
Requires(pre): rpm-helper
Requires(postun): rpm-helper

%description -n tunctl
tunctl allows the host sysadmin to preconfigure a TUN/TAP device for
use by a particular user. That user may open and use the device, but
may not change any aspects of the host side of the interface.

%files -n tunctl
%{_bindir}/humfsify
%{_bindir}/jailtest
%{_bindir}/uml_mconsole
%{_bindir}/uml_mkcow
%{_bindir}/uml_moo
%{_bindir}/uml_mount
%{_bindir}/uml_net
%{_bindir}/uml_watchdog
%{_bindir}/tunctl

%{_sbindir}/jail_uml

%config(noreplace) %{_sysconfdir}/udev/rules.d/45-tun.rules

%pre -n tunctl
%_pre_groupadd tun

%postun -n tunctl
%_postun_groupdel tun

#----------------------------------------------------------------------------

%prep
%setup -n tools-%{version} -q
%patch0 -p0
%patch1 -p1

%build
%make

%install
%makeinstall_std
install -D %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/45-tun.rules

install -m0644 -D %{SOURCE2} %{buildroot}%{_unitdir}/umlswitch.service
install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/umlswitch
install -D -m 755 %{SOURCE4} %{buildroot}%{_bindir}/umlswitch-wrapper.sh

sed "s:sysconfig:%{_sysconfdir}/sysconfig:" -i %{buildroot}%{_unitdir}/umlswitch.service
sed "s:libexecdir:%{_libexecdir}:" -i %{buildroot}%{_unitdir}/umlswitch.service

%changelog
* Mon Sep 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 20070815-22
+ Revision: fb9c294
- Fix wrapper location



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21930 |14mr|unac-1.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %name %major
%define develname %mklibname -d %name

Summary: A command that removes accents
Name: unac
Version: 1.8.0
Release: 4
License: GPLv2+
Group: Text tools
Source: http://ftp.de.debian.org/debian/pool/main/u/unac/unac_%version.orig.tar.gz
URL: http://www.nongnu.org/unac/
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: gettext-devel

%description
unac is a C library and command that remove accents from a string.
For instance the string t will become ete.  It provides a command
line interface that removes accents from a string given in argument
(unaccent command). In the library function and the command, the
charset of the input string is specified as an argument. The input
string is converted to UTF-16 using iconv(3), accents are stripped and
the result is converted back to the original charset. The iconv --list
command on GNU/Linux will show all charset supported.

%package -n %libname
Group:System/Libraries
Summary: A C library that removes accents

%description -n %libname
unac is a C library and command that remove accents from a string.
For instance the string t will become ete.  It provides a command
line interface that removes accents from a string given in argument
(unaccent command). In the library function and the command, the
charset of the input string is specified as an argument. The input
string is converted to UTF-16 using iconv(3), accents are stripped and
the result is converted back to the original charset. The iconv --list
command on GNU/Linux will show all charset supported.

%package -n %develname
Group: Development/C
Summary: A C library that removes accents
Requires: %libname = %version-%release
Provides: %name-devel = %version-%release

%description -n %develname
unac is a C library and command that remove accents from a string.
For instance the string t will become ete.  It provides a command
line interface that removes accents from a string given in argument
(unaccent command). In the library function and the command, the
charset of the input string is specified as an argument. The input
string is converted to UTF-16 using iconv(3), accents are stripped and
the result is converted back to the original charset. The iconv --list
command on GNU/Linux will show all charset supported.

%prep
%setup -q -n %name-%version.orig
touch config.rpath
autoreconf -fi

%build

%configure2_5x
%make

%install
rm -rf ${RPM_BUILD_ROOT}
%makeinstall_std

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%doc ChangeLog README
%{_bindir}/unaccent
%_mandir/man1/unaccent.1*

%files -n %libname
%defattr(-,root,root)
%_libdir/libunac.so.%{major}*

%files -n %develname
%defattr(-,root,root)
%_libdir/libunac*a
%_libdir/libunac*so
%_libdir/pkgconfig/unac.pc
%{_includedir}/unac.h
%{_mandir}/man3/unac.3*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.0-4
+ Revision: d580148
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21931 |14mr|unionfs-utils-0.2.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name		unionfs-utils
%define origname	unionfs_utils
%define version		0.2.1

%define major		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

%define common_description Unionfs is a Stackable Unification File System.

Summary:	Userspace utilities for Unionfs
Name:		%{name}
Version:	%{version}
Release:	11
Source0:	http://download.filesystems.org/unionfs/unionfs-utils-0.x/%{origname}-%{version}.tar.gz
License:	GPL+
Group:		System/Kernel and hardware
URL:		http://unionfs.filesystems.org/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	autoconf
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	libuuid-devel
Obsoletes:	unionfs-tools
Provides:	unionfs-tools

%description
%{common_description}

This package contains userspace utilities for Unionfs.

%package -n	%{libname}
Summary:	Unionfs utilities library
Group:		System/Libraries

%description -n	%{libname}
%{common_description}

This package contains the library needed to run programs dynamically
linked with Unionfs.

%package -n	%{develname}
Summary:	Development tools for programs using Unionfs
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname %name 0 -d}

%description -n	%{develname}
%{common_description}

This package contains the header files and libraries needed for
developing programs using the Unionfs utilities library.

%prep
%setup -q -n %{origname}-%{version}

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/union*
%{_mandir}/man8/*.8*

%files -n %{libname}
%{_libdir}/libunionfs_utils.so.%{major}*

%files -n %{develname}
%{_includedir}/unionfs_utils.h
%{_libdir}/libunionfs_utils.*a
%{_libdir}/libunionfs_utils.so
%{_mandir}/man3/*.3*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.1-11
+ Revision: 1b5d80e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21932 |14mr|units-2.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A utility for converting amounts from one unit to another

Name:		units
Version:	2.11
Release:	2
Source0:	ftp://ftp.gnu.org:21/pub/gnu/units/%{name}-%{version}.tar.gz
Url:		http://www.gnu.org/software/units/units.html
License:	GPLv2
Group:		Office
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel

%description
The â€˜units' program converts quantities expressed in various scales to
their equivalents in other scales. The â€˜units' program can handle
multiplicative scale changes as well as nonlinear conversions such as
Fahrenheit to Celsius. Temperature and other nonlinear conversions
are handled using a functional notation.

%prep
%setup -q

%build
%configure2_5x
%make
make check

%install
%makeinstall_std

%files
%{_bindir}/units*
%{_datadir}/units*
%{_infodir}/*
%{_mandir}/man1/units.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.11-2
+ Revision: 6fc1155
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21933 |14mr|unixODBC-2.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Unix ODBC driver manager and database drivers
Name:		unixODBC
Version:	2.3.1
Release:	4
Group:		Databases
License:	GPLv2+ and LGPLv2+
URL:		http://www.unixODBC.org/
Source0:	http://www.unixodbc.org/%{name}-%{version}.tar.gz
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	readline-devel
BuildRequires:	byacc
BuildRequires:	libltdl-devel

%description
UnixODBC is a free/open specification for providing application developers 
with a predictable API with which to access Data Sources. Data Sources include 
SQL Servers and any Data Source with an ODBC Driver.

%package -n	%{libname}
Summary:	Libraries unixODBC
Group:		System/Libraries
Obsoletes:	%{mklibname unixODBC 1} < 2.3.1

%description -n	%{libname}
This package contains the shared unixODBC libraries.

%package -n	%{develname}
Summary: 	Includes and shared libraries for ODBC development
Group: 		Development/Other
Requires: 	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
unixODBC aims to provide a complete ODBC solution for the Linux platform.
This package contains the include files and shared libraries for development.

%prep
%setup -q

# Blow away the embedded libtool and replace with build system's libtool.
# (We will use the installed libtool anyway, but this makes sure they match.)
rm -rf config.guess config.sub install-sh ltmain.sh libltdl
# this hack is so we can build with either libtool 2.2 or 1.5
libtoolize --install || libtoolize

%build
autoreconf -fi
%configure2_5x \
  --with-included-ltdl=no \
  --with-ltdl-include=%{_includedir} \
  --with-ltdl-lib=%{_libdir} \
  --disable-static \
  --enable-drivers
%make

%install
mkdir -p %{buildroot}%{_sysconfdir}
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/odbc_config

%files
%doc AUTHORS INSTALL ChangeLog NEWS README
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/odbc*.ini
%dir %{_sysconfdir}/ODBCDataSources
%{_bindir}/dltest
%{_bindir}/isql
%{_bindir}/odbcinst
%{_bindir}/iusql

%files -n %{libname}
%{_libdir}/libodbccr.so.%{major}*
%{_libdir}/libodbcinst.so.%{major}*
%{_libdir}/libodbcpsql.so.%{major}*
%{_libdir}/libodbc.so.%{major}*
%{_libdir}/libnn.so.1*
%{_libdir}/libtemplate.so.1*

%files -n %{develname}
%doc doc/
%{_bindir}/odbc_config
%{_includedir}/*
%{_libdir}/lib*.so
%{multiarch_bindir}/odbc_config



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.1-4
+ Revision: 06daf17
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21934 |14mr|unoconv-0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool to convert between any document format supported by LibreOffice
Name:		unoconv
Version:	0.6
Release:	4
License:	GPLv2
Group:		File tools
URL:		http://dag.wieers.com/home-made/unoconv/
Source0:	http://dag.wieers.com/home-made/unoconv/%{name}/%{name}-%{version}.tar.gz
Patch0:		0001-Fix-a-broken-export-option-and-add-V-as-alternative-.patch
Patch1:		0001-python3-added-compatibility.patch
Patch2:		0001-update-FSF-address.patch
BuildArch:	noarch

Requires:	libreoffice-common
Requires:	libreoffice-pyuno

%description
unoconv converts between any document format that LibreOffice understands.
It uses LibreOffice's UNO bindings for non-interactive conversion of
documents.

Supported document formats include Open Document Format (.odf), MS Word (.doc),
MS Office Open/MS OOXML (.xml), Portable Document Format (.pdf), HTML, XHTML,
RTF, Docbook (.xml), and more.

%prep
%setup -q
%apply_patches

%build

%install
%makeinstall_std

pushd %{buildroot}/%{_bindir}
mv %{name}3.py %{name}
rm %{name}2.py
popd

%files
%doc AUTHORS ChangeLog COPYING README.asciidoc WISHLIST doc/ tests/
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6-4
+ Revision: 62ce47a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21935 |14mr|unzip-6.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	unzip
%define version 6.0
%define release 8
%define src_ver	%(echo %version|sed "s/\\.//"g)

Summary:	Unpacks ZIP files such as those made by pkzip under DOS
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	BSD-like
Group:		Archiving/Compression
URL:		http://www.info-zip.org/pub/infozip/UnZip.html
Source0:	http://ftp.info-zip.org/pub/infozip/src/%{name}%{src_ver}.tar.bz2
Patch0:		%{name}-6.0-libnatspec.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	libnatspec-devel

%description
unzip will list, test, or extract files from a ZIP archive, commonly found
on MS-DOS systems. A companion program, zip, creates ZIP archives; both
programs are compatible with archives created by PKWARE's PKZIP and
PKUNZIP for MS-DOS, but in many cases the program options or default
behaviors differ.

This version also has encryption support.

%prep

%setup -qn %{name}%{src_ver}
%patch0 -p1

%build
%define Werror_cflags %nil
%ifarch %{ix86}
%make -ef unix/Makefile linux CF="%{optflags} -D_FILE_OFFSET_BITS=64 -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DDATE_FORMAT=DF_YMD -DNATIVE -Wall -I. -DASM_CRC" CC=gcc LD=gcc AS=gcc AF="-Di386" CRC32=crc_gcc
%else
%make -ef unix/Makefile linux_noasm CF="%{optflags} -D_FILE_OFFSET_BITS=64 -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DDATE_FORMAT=DF_YMD -DNATIVE -Wall -I."
%endif

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man1}

ln -sf unzip zipinfo
for i in unzip funzip unzipsfx zipinfo;	do install $i %{buildroot}%{_bindir}; done
install unix/zipgrep %{buildroot}%{_bindir}

for i in man/*.1; do install -m 644 $i %{buildroot}%{_mandir}/man1/; done

cat > README.IMPORTANT.Mandriva << EOF
This version of unzip include the "unreduce" and "unshrink" algorithms.
Since 20 June 2003 LZW patents has expired !


Please contact Mandriva at <bugs@mandriva.com> if you have
any problems regarding this issue.
EOF

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc BUGS COPYING.OLD Contents History.* INSTALL README ToDo WHERE README.IMPORTANT.Mandriva
%doc proginfo/
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.0-8
+ Revision: 8b13919
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21936 |14mr|update-alternatives-1.9.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           update-alternatives
Version:        1.9.0
Release:        10
Summary:        Alternative management system
License:        GPL
Group:          System/Configuration/Packaging
URL:            http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/update-alternatives/  
Source0:        %{name}-%{version}.tar.bz2
Buildarch:      noarch
Conflicts:  rpm < 4.4.1
# explicit file provides
Provides:       %{_sbindir}/alternatives
Provides:       %{_sbindir}/update-alternatives
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Utility for managing concurent software. Original version comes from
Debian but has been patched by Mandriva for use with rpm systems.

%prep
%setup -q

%build

%install
%{__rm} -rf %{buildroot}

%{makeinstall}

%{__mkdir_p} %{buildroot}%{_sysconfdir}/alternatives
%{__mkdir_p} %{buildroot}%{_localstatedir}/lib/rpm/alternatives

(cd %{buildroot}%{_localstatedir}/lib && %{__ln_s} rpm/alternatives alternatives)
(cd %{buildroot}%{_sbindir} && %{__ln_s} update-alternatives alternatives)

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_sbindir}/alternatives
%attr(0755,root,root) %{_sbindir}/update-alternatives
%{_mandir}/man8/update-alternatives.8*
%dir %{_localstatedir}/lib/alternatives
%dir %{_localstatedir}/lib/rpm/alternatives
%dir %{_sysconfdir}/alternatives



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9.0-10
+ Revision: 50606f9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21937 |14mr|upower-0.99.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname UPower

%define major 2
%define girmajor 1.0
%define libname %mklibname upower-glib %{major}
%define girname %mklibname upower-glib-gir %{girmajor}
%define devname %mklibname -d upower-glib

%define oldlibname %mklibname devkit-power-gobject 1
%define olddevname %mklibname -d devkit-power-gobject

Summary:	Power Management Service
Name:		upower
Version:	0.99.0
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://upower.freedesktop.org/
Source0:	http://upower.freedesktop.org/releases/%{name}-%{version}.tar.xz
BuildRequires:	docbook-style-xsl
BuildRequires:	gettext
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gudev-1.0) >= 186
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libimobiledevice-1.0)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(systemd)
Requires(post,preun,postun):	systemd
Requires(post,preun):	rpm-helper

%ifarch %{ix86} x86_64
Requires:  suspend
%endif
Provides:	%{oname} = %{version}-%{release}
Obsoletes:	devicekit-power
Provides:  devicekit-power

%description
%{oname} provides a daemon, API and command line tools for
managing power devices attached to the system.

%package -n %{libname}
Summary:	Shared Library of %{oname}
Group:		System/Libraries
Obsoletes:	%{oldlibname}
Obsoletes:	%{_lib}upower-glib1

%description -n %{libname}
%{oname} provides a daemon, API and command line tools for
managing power devices attached to the system.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}upower-glib1 < 0.9.15-3

%description -n	%{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Headers and libraries for %{oname}
Group:		Development/C
Provides:	%{oname}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Obsoletes:	%{olddevname}

%description -n	%{devname}
Headers and libraries for %{oname}

%prep
%setup -q 
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--with-udevrulesdir=/lib/udev/rules.d
%make

%install
%makeinstall_std

%find_lang %{name}

%post
%systemd_post %{name}

%preun
%systemd_preun %{name}

%postun
%systemd_postun %{name}

%files -f %{name}.lang
%doc README AUTHORS NEWS HACKING
%dir %{_sysconfdir}/UPower/
%config(noreplace) %{_sysconfdir}/UPower/UPower.conf
%{_sysconfdir}/dbus-1/system.d/*.conf
/lib/udev/rules.d/*.rules
%{_localstatedir}/lib/upower
%{_bindir}/*
%{_libexecdir}/upowerd
#%{_datadir}/polkit-1/actions/*.policy
%{_datadir}/dbus-1/system-services/*.service

%{_unitdir}/upower.service
#%{_unitdir}-sleep/notify-upower.sh

%{_mandir}/man1/*
%{_mandir}/man7/*
%{_mandir}/man8/*

%files -n %{libname}
%{_libdir}/libupower-glib.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/UPowerGlib-%{girmajor}.typelib

%files -n %{devname}
%{_includedir}/libupower-glib
%{_libdir}/*.so
%{_libdir}/pkgconfig/upower-glib.pc
%{_datadir}/dbus-1/interfaces/*.xml
#dir %{_datadir}/gtk-doc/html/UPower
#{_datadir}/gtk-doc/html/UPower/*
%{_datadir}/gir-1.0/UPowerGlib-%{girmajor}.gir

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.99.0-2
+ Revision: 7fe9579
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21938 |14mr|upx-3.91-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Ultimate Packer for eXecutables
Name:		upx
Version:	3.91
Release:	3
License:	GPLv2+
Group:		Archiving/Compression
URL:		http://upx.sourceforge.net/
Source0:	http://upx.sourceforge.net/download/%{name}-%{version}-src.tar.bz2
BuildRequires:	ucl-devel
BuildRequires:	pkgconfig(zlib)

%description
UPX is an advanced executable file compressor. UPX will typically
reduce the file size of programs and DLLs by around 50%-70%, thus
reducing disk space, network load times, download times and other
distribution and storage costs.

Programs and libraries compressed by UPX are completely self-contained
and run exactly as before, with no runtime or memory penalty for most
of the supported formats.

UPX supports a number of different executable formats, including
Win95/98/ME/NT/2000 programs and DLLs, DOS programs, and Linux executables.

UPX is rated number one in the well known Archive Comparison Test. Visit
http://compression.ca/act-exepack.html

%files
%doc BUGS LICENSE NEWS PROJECTS README* THANKS doc/upx.doc doc/upx.html doc/*.txt
%{_bindir}/*
%attr(644,root,man) %{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src

%build
# building the docs
%make -C doc
export UCLDIR=%{_prefix}
%make -C src CXXFLAGS="%{optflags} -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings" CXX="%__cxx"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m 755 src/upx.out %{buildroot}%{_bindir}/upx
install -m 644 doc/upx.1 %{buildroot}%{_mandir}/man1/


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.91-3
+ Revision: a7a9e81
- New version 3.91



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21939 |14mr|urlview-0.9-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		urlview
Version:	0.9
Release:	19

Summary:	A URL extractor/viewer for use with Mutt
License:	GPL
Group:		Networking/Mail
Url:		ftp://ftp.mutt.org/mutt/contrib/
Source0:	ftp://ftp.mutt.org/mutt/contrib/%{name}-%{version}.tar.bz2
Source1:	urlview-regex.o-alpha.bz2
Patch0:		urlview-comma.patch2
Patch1:		urlview-0.9-use_firefox.patch
# fix #54424: fix segfault when opening an url
Patch2:		urlview-0.9-fix_segfault.patch

BuildRequires:	autoconf automake libtool
BuildRequires:	slang-devel

Requires:	webclient

%description
urlview extracts URLs from a given text file, and presents a menu
of URLs to view using a user specified command.

%prep
%setup -q
%patch0 -p1
%patch1 -p1 -b .firefox
%patch2 -b .segfault

%build
#suckattack
%ifarch alpha
mkdir regex
bzcat %{SOURCE1} > regex/regex.o
%endif

# We need NEWS to make autoreconf happy
touch NEWS
autoreconf -fi
%configure --with-slang
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
%makeinstall
install -m755 url_handler.sh %{buildroot}%{_bindir}/url_handler.sh

%files
%doc AUTHORS ChangeLog COPYING
%doc INSTALL README sample.urlview 
%doc urlview.sgml
%{_bindir}/urlview
%{_bindir}/url_handler.sh
%{_mandir}/man1/urlview.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-19
+ Revision: 4fdd2fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21940 |14mr|urpmi-7.32.3-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without	gurpmi

Name:		urpmi
Version:	7.32.3
Release:	17
Summary:	Command-line software installation tools

Group:		System/Configuration/Packaging
License:	GPLv2+
Source0:	%{name}-%{version}.tar.xz

# Always download xml-info files
Patch1:         urpmi-7.32.2-always-xml-info.patch

# Support for custom Curl (e.g., with GOST support)
Patch2:         urpmi-7.32.2-curl_gost.patch

# Drop dudf completely
Patch3:         urpmi-7.32.2-disable-orphan-dudf.patch

# Set '--download-all' by default
Patch4:         urpmi-7.32.2-download-all.patch

# Try to avoid some warnings when running not in terminal
Patch5:         urpmi-7.32.2-drop-terminal-size-warnings.patch

Patch6:         urpmi-7.32.2-look-for-both-name-and-provides.patch

# Drop --anyauth for curl - conflicts with private repos in ABF
Patch7:         urpmi-7.32.2.no_anyauth_curl.patch

# By default, don't calculate orohans
Patch8:         urpmi-7.32.2-no-orphans-by-default.patch

# In case of synthesis parse error, disable media for the current session,
# not forever
Patch9:         urpmi-7.32.2-repo-disable-on-parse-error.patch

Patch10:        urpmi-7.32.2-rosa-mirrors.patch
Patch11:        urpmi-7.32.2-rosa-release.patch

Patch12:        urpmi-7.32.2-show-full-what-requires.patch

# By default, automatically choose the best alternative
Patch13:	urpmi-7.32.2-auto-req.patch

Patch14:	urpmi-7.32.2-ru-l10n.patch

Patch15:	urpmi-7.32.2-auto-media-update.patch

Patch16:	urpmi-7.32.2-urpmq-fuzzy-by-default.patch

Patch17:	urpmi-7.32.3-allow-media-without-keys.patch

Patch18:	urpmi-7.32.3-no-enable_exceptions2.patch

Patch19:	urpmi-7.32.3-restricted-in-config.patch

# For update from rosa2012.1 to 2014.1, it is really nice to update shared-mime-info
# in the first order (since it will speed up post scripts significantly)
Patch20:	urpmi-7.32.3-force-shared-mime-info-update.patch

URL:		http://wiki.mandriva.com/en/Tools/urpmi
Requires:	webfetch gnupg
Requires(post):	perl-Locale-gettext
Requires(post):	perl-URPM >= 4.43
# gzip is used in perl-URPM for synthesis and hdlist
Requires(post):	gzip
Requires:	genhdlist2
Requires:	perl-Time-ZoneInfo
Requires:	perl-Filesys-Df
Requires:	meta-task
Requires:	usermode-consoleonly
# TODO: revise?
# require these just to make sure they are installed with urpmi
Requires:	perl-Locale-gettext >= 1.50.0-10
Requires:	perl-Term-ReadKey >= 2.30-16
Requires:	perl-XML-LibXML >= 1.980.0-2
# For urpmi.recover
Requires:	urpm-tools
Requires:	perl(Date::Manip)
Requires:	faketime

# /update
Suggests:	perl-Hal-Cdroms
Suggests:	aria2
BuildRequires:	bzip2-devel
BuildRequires:	gettext intltool
BuildRequires:	perl
BuildRequires:	perl-devel
BuildRequires:	perl-File-Slurp
BuildRequires:	perl(Net::LDAP)
BuildRequires:	perl-URPM
BuildRequires:	perl-MDV-Packdrakeng
BuildRequires:	perl-MDV-Distribconf
BuildRequires:	perl(MDV::Distribconf::Build)
BuildRequires:	perl-Locale-gettext
BuildRequires:  perl_checker
BuildRequires:	intltool
# for make test:
BuildRequires:	perl-Test-Pod
BuildRequires:	perl-XML-LibXML
BuildRequires:  glibc-static-devel
BuildRequires:  perl-Net-Server
# for genhdlist in make test:
BuildRequires:  rpmtools
BuildRequires:  perl-Expect
BuildArch:	noarch
Conflicts:	mdkonline < 2.77.27


%description
urpmi is ROSA Linux's console-based software installation tool. You can
use it to install software from the console in the same way as you use the
graphical Install Software tool (rpmdrake) to install software from the
desktop. urpmi will follow package dependencies -- in other words, it will
install all the other software required by the software you ask it to
install -- and it's capable of obtaining packages from a variety of media,
including the ROSA Linux installation DVD, your local hard disk,
and remote sources such as web or FTP sites.

%if %{with gurpmi}
%package -n	gurpmi
Summary:	User mode rpm GUI install

Requires:	urpmi >= %{EVRD}
Requires:	usermode usermode-consoleonly
Obsoletes:	grpmi
Provides:	grpmi
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description -n	gurpmi
gurpmi is a graphical front-end to urpmi.
%endif

%package	parallel-ka-run
Summary:	Parallel extensions to urpmi using ka-run

Requires:	urpmi >= %{EVRD}
Requires:	parallel-tools

%description	parallel-ka-run
urpmi-parallel-ka-run is an extension module to urpmi for handling
distributed installation using ka-run or Taktuk tools.

%package	parallel-ssh
Summary:	Parallel extensions to urpmi using ssh and scp

Requires:	urpmi >= %{EVRD} openssh-clients perl

%description	parallel-ssh
urpmi-parallel-ssh is an extension module to urpmi for handling
distributed installation using ssh and scp tools.

%package	ldap
Summary:	Extension to urpmi to specify media configuration via LDAP

Requires:	urpmi >= %{EVRD}
Requires:	openldap-clients

%description	ldap
urpmi-ldap is an extension module to urpmi to allow to specify
urpmi configuration (notably media) in an LDAP directory.

%prep
%setup -q
%apply_patches

#delete unneeded dudf file
rm -f urpm/*dudf*
rm -f pod/8/*dudf*

#fix test count after this
sed -e 's/27/26/' -i t/01compile.t

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor \
%if %{with gurpmi}
    --install-gui \
%endif
    --install-po
%make

# check
# make test

%install
%makeinstall_std

# libexec hacks for ROSA
mv %{buildroot}/usr/libexec/* %{buildroot}%{_sbindir}

# bash completion
install -m644 %{name}.bash-completion -D %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}

# rpm-find-leaves is invoked by this name in rpmdrake
ln -sf rpm-find-leaves %{buildroot}%{_bindir}/urpmi_rpm-find-leaves

# Don't install READMEs twice
rm -f %{buildroot}%{perl_vendorlib}/urpm/README*

# This is not installed by 'make install' yet
mkdir %{buildroot}/etc/urpmi/urpmicfg.d

# Desktop entry (only used to register new MIME type handler, so no icon etc.)
%if %{with gurpmi}
mkdir -p %{buildroot}%{_datadir}/applications
cp -a gurpmi.desktop %{buildroot}%{_datadir}/applications/mandriva-gurpmi.desktop

# Old gurpmi doesn't work in any case, but is still invoked by some tools
rm -f %{buildroot}%{_bindir}/gurpmi
cp %{buildroot}%{_sbindir}/gurpmi2 %{buildroot}%{_sbindir}/gurpmi
%endif

mkdir -p %{buildroot}%{_datadir}/mime/packages
cat > %{buildroot}%{_datadir}/mime/packages/gurpmi.xml << EOF
<?xml version="1.0"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-urpmi">
    <comment>urpmi file</comment>
    <glob pattern="*.urpmi"/>
  </mime-type>
</mime-info>
EOF

# consolehelper configuration
# ask for user password
for pak in urpmi urpme gurpmi gurpmi2; do
    ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/$pak
done

mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps

for pak in urpmi urpme gurpmi gurpmi2; do
cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak <<EOF
USER=root
PROGRAM=/usr/sbin/$pak
FALLBACK=false
SESSION=true
EOF

cat > %{buildroot}%{_sysconfdir}/pam.d/$pak  <<EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF

done

#don't ask root password
ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/urpmi.update

cat > %{buildroot}%{_sysconfdir}/security/console.apps/urpmi.update <<EOF
USER=root
PROGRAM=/usr/sbin/urpmi.update
FALLBACK=false
SESSION=true
EOF

cat > %{buildroot}%{_sysconfdir}/pam.d/urpmi.update  <<EOF
#%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF

%find_lang %{name}

%pre
rm -f %{_bindir}/urpme
rm -f %{_bindir}/urpmi
rm -f %{_sysconfdir}/pam.d/urpme
rm -f %{_sysconfdir}/pam.d/urpmi

%preun
if [ "$1" = "0" ]; then
  cd /var/lib/urpmi
  rm -f compss provides depslist* descriptions.* *.cache hdlist.* synthesis.hdlist.* list.*
  cd /var/cache/urpmi
  rm -rf partial/* headers/* rpms/*
fi
exit 0

%files -f %{name}.lang
%doc NEWS README.zeroconf urpmi-repository-http.service
%dir /etc/urpmi
%dir /var/lib/urpmi
%dir /var/cache/urpmi
%dir /var/cache/urpmi/partial
%dir /var/cache/urpmi/headers
%dir /var/cache/urpmi/rpms
%dir /etc/urpmi/urpmicfg.d
%config(noreplace) /etc/urpmi/skip.list
%config(noreplace) /etc/urpmi/inst.list
%{_sysconfdir}/bash_completion.d/%{name}
%{_sysconfdir}/pam.d/urpme
%{_sysconfdir}/pam.d/urpmi
%{_sysconfdir}/pam.d/urpmi.update
%{_sysconfdir}/security/console.apps/urpme
%{_sysconfdir}/security/console.apps/urpmi
%{_sysconfdir}/security/console.apps/urpmi.update
%{_bindir}/urpme
%{_bindir}/urpmi
%{_bindir}/urpmi.update
%{_bindir}/urpmi_rpm-find-leaves
%{_bindir}/rpm-find-leaves
%{_bindir}/urpmf
%{_bindir}/urpmq
%{_sbindir}/urpmi
%{_sbindir}/rurpmi
%{_sbindir}/rurpme
%{_sbindir}/urpme
%{_sbindir}/urpmi.addmedia
%{_sbindir}/urpmi.removemedia
%{_sbindir}/urpmi.update
%{_sbindir}/urpmi.recover
%{_mandir}/man3/*urpm*
%{_mandir}/man5/urpm*
%{_mandir}/man5/proxy*
%{_mandir}/man8/rurpm*
%{_mandir}/man8/urpme*
%{_mandir}/man8/urpmf*
%{_mandir}/man8/urpmq*
%{_mandir}/man8/urpmi.8*
%{_mandir}/man8/urpmi.addmedia*
%{_mandir}/man8/urpmi.removemedia*
%{_mandir}/man8/urpmi.recover*
%{_mandir}/man8/urpmi.update*
%{_mandir}/man8/urpmihowto*
%dir %{perl_vendorlib}/urpm
%{perl_vendorlib}/urpm.pm
%{perl_vendorlib}/urpm/args.pm
%{perl_vendorlib}/urpm/bug_report.pm
%{perl_vendorlib}/urpm/cfg.pm
%{perl_vendorlib}/urpm/cdrom.pm
%{perl_vendorlib}/urpm/download.pm
%{perl_vendorlib}/urpm/get_pkgs.pm
%{perl_vendorlib}/urpm/install.pm
%{perl_vendorlib}/urpm/lock.pm
%{perl_vendorlib}/urpm/main_loop.pm
%{perl_vendorlib}/urpm/md5sum.pm
%{perl_vendorlib}/urpm/media.pm
%{perl_vendorlib}/urpm/mirrors.pm
%{perl_vendorlib}/urpm/msg.pm
%{perl_vendorlib}/urpm/orphans.pm
%{perl_vendorlib}/urpm/parallel.pm
%{perl_vendorlib}/urpm/prompt.pm
%{perl_vendorlib}/urpm/removable.pm
%{perl_vendorlib}/urpm/select.pm
%{perl_vendorlib}/urpm/signature.pm
%{perl_vendorlib}/urpm/sys.pm
%{perl_vendorlib}/urpm/util.pm
%{perl_vendorlib}/urpm/xml_info.pm
%{perl_vendorlib}/urpm/xml_info_pkg.pm

%if %{with gurpmi}
%files -n gurpmi
%{_bindir}/gurpmi
%{_bindir}/gurpmi2
%{_sbindir}/gurpmi
%{_sbindir}/gurpmi2
%{_datadir}/applications/mandriva-gurpmi.desktop
%{_datadir}/mime/packages/gurpmi.xml
%{perl_vendorlib}/gurpmi.pm
%{perl_vendorlib}/gurpm/RPMProgressDialog.pm
%{_sysconfdir}/pam.d/gurpmi2
%{_sysconfdir}/pam.d/gurpmi
%{_sysconfdir}/security/console.apps/gurpmi2
%{_sysconfdir}/security/console.apps/gurpmi
%endif

%files parallel-ka-run
%doc urpm/README.ka-run
%dir %{perl_vendorlib}/urpm
%{perl_vendorlib}/urpm/parallel_ka_run.pm

%files parallel-ssh
%doc urpm/README.ssh
%dir %{perl_vendorlib}/urpm
%{perl_vendorlib}/urpm/parallel_ssh.pm

%files ldap
%doc urpmi.schema
%{perl_vendorlib}/urpm/ldap.pm



%changelog
* Fri Sep 26 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 7.32.3-17
+ Revision: 800e4f6
- Removed dummy files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21941 |14mr|urpm-tools-2.2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           urpm-tools
Version:        2.2.6
Release:        3
Summary:        Utilities that help to work with URPM-based repositories
Group:          System/Configuration/Packaging
License:        GPLv2
URL:            http://wiki.rosalab.ru/index.php/Urpm-tools
Source0:        %{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRoot:	%{name}-%{version}

Requires:	urpmi	       >= 6.68
Requires:	python-rpm     >= 5.3
Requires:	libxml2-python >= 2.7
Requires:       gzip
Requires:	python-rpm5utils = %{version}

%description
%{name} is a collection of utilities for URPM-based repositories. 
They make URPM-based repositories easier and more powerful to use.
These tools include: urpm-downloader, urpm-package-cleanup, 
urpm-repoclosure, urpm-repodiff, urpm-repomanage, urpm-repograph,
urpm-reposync

%package -n	python-rpm5utils
Group:		Development/Python
Summary:	Auxiliary modules to work with rpm
Provides:	python-rpm5utils = %{version}-%{release}

%description -n python-rpm5utils
%{name} contains some useful modules that are used by %{name}.
Mostly taken from yum.

%prep
%setup -qn %{name}

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/urpm*
%{_mandir}/man1/*

%doc COPYING

%files -n python-rpm5utils
%dir %{py_puresitedir}/rpm5utils
%dir %{py_puresitedir}/rpm5utils/tests
%dir %{py_puresitedir}/rpm5utils/urpmgraphs
%dir %{py_puresitedir}/rpm5utils/urpmgraphs/algorithms
%dir %{py_puresitedir}/rpm5utils/urpmgraphs/algorithms/components
%dir %{py_puresitedir}/rpm5utils/urpmgraphs/classes

%{py_puresitedir}/urpmmisc.py
%{py_puresitedir}/rpm5utils/*.py*
%{py_puresitedir}/rpm5utils/tests/*.py*
%{py_puresitedir}/rpm5utils/urpmgraphs/*.py*
%{py_puresitedir}/rpm5utils/urpmgraphs/algorithms/*.py*
%{py_puresitedir}/rpm5utils/urpmgraphs/algorithms/components/*.py*
%{py_puresitedir}/rpm5utils/urpmgraphs/classes/*.py*

%doc rpm5utils/COPYING

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.6-3
+ Revision: 63fa8b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21942 |14mr|urw-fonts-2.0-30
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_rebuild 0
%{?_with_rebuild: %global build_rebuild 1}
%define		urwmdkver 2.0-16.1mdk

Summary:	The 35 standard PostScript fonts
Name:		urw-fonts
Version:	2.0
Release:	30

Source0:	http://heanet.dl.sourceforge.net/sourceforge/gs-fonts/ghostscript-fonts-std-8.11.tar.bz2
# this overwrites several of the fonts and fonts.dir with new versions
Source1:	ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-1.0.7pre40.tar.bz2
Source4:	urw-fonts-%{urwmdkver}.tar.bz2
Source5:	http://peoples.mandriva.com/~ghibo/urw-fonts-1.0.7pre40-nimbusmonl-fixed.tar.bz2

# addition of *-iso10646-1 lines
Patch0:		urw-fonts-2.0-fontscale.patch
Patch1:		urw-fonts-monospaced.patch
Patch2:		urw-fonts-2.0-fontscale-adobe-before-urw.patch
Patch3:		urw-fonts-2.0-split-adobestd35fontdir.patch
Patch4:		urw-fonts-monospaced2.patch

License:	GPL, URW holds copyright
Group:		System/Fonts/Type1
URL:		ftp://ftp.cs.wisc.edu/ghost/gnu/fonts/
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildArch:	noarch
%if %build_rebuild
BuildRequires:	fontforge >= 1.0-0.20040703.2mdk
%endif

%description 
Free, good quality versions of the 35 standard PostScript(TM) fonts,
donated under the GPL by URW++ Design and Development GmbH.  The
fonts.dir file font names match the original Adobe names of the fonts
(e.g., Times, Helvetica, etc.).

Install the urw-fonts package if you need free versions of standard
PostScript fonts.

The fonts provided are:
URW-Avantgarde
URW-Bookman
URW Chancery
URW-Century Schoolbook
URW-Courier
URW-Dingbats
URW-Gothic
URW-Helvetica
URW-New Century Schoolbook
URW-Nimbus Sans
URW-Nimbus Roman No9
URW-Nimbus Mono
URW-Palatino
URW Palladio
URW-Standard Symbols
URW-Symbol
URW-Times
URW-Zapf Chancery
URW-Zapf Dingbats

%prep
%setup -q -c -a1 -a4 -a5
%patch0 -p1 -b .fontscale
%patch1 -p1 -b .mono
%patch2 -p1 -b .urw
%patch3 -p1 -b .split
%patch4 -p1 -b .mono2

%build
%if %build_rebuild
# Resave PFB fonts, so /FontBBox will result as executable array
cat > copypfb.ff <<EOF
#!/usr/bin/fontforge
Open(\$1);
myfamilyname = \$familyname;
myweight = \$weight;
if (\$weight == "Demibold")
  myweight = "DemiBold";
  Print ("Fixing weight to DemiBold");
endif
if (\$familyname == "URW Chancery L ")
  myfamilyname = "URW Chancery L";
  Print ("Fixing URW Chancery L familyname");
endif
SetFontNames(\$fontname,myfamilyname,\$fullname,myweight,\$copyright,\$fontversion + "_%{version}-%{release}");
Generate(\$2,"",3);
Print ("Rebuilt: ", \$fontname);
Quit(0);
EOF
chmod +x copypfb.ff

mkdir -p fonts_fixed fixed
for i in fonts/*.pfb; do
	./copypfb.ff $i fonts_fixed/`basename $i`
done
for i in *.pfb; do
	./copypfb.ff $i fixed/`basename $i`
done



%endif

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/default/Type1 \
	$RPM_BUILD_ROOT%{_datadir}/fonts/default/Type1/adobestd35

%if %build_rebuild
# install original URW fonts (from ghostscript set)
install -m 644	fonts_fixed/*.afm \
		fonts_fixed/*.pfm \
		fonts_fixed/*.pfb \
			$RPM_BUILD_ROOT%{_datadir}/fonts/default/Type1/
# install new versions with cyrillic glyphs (and overwrite original
# ones if needed)
install -m 644	fixed/*.afm \
		fixed/*.pfm \
		fixed/*.pfb \
			$RPM_BUILD_ROOT%{_datadir}/fonts/default/Type1/
# install fonts.scale/fonts.dir
install -m 644 fonts/fonts.scale \
			$RPM_BUILD_ROOT%{_datadir}/fonts/default/Type1/
install -m 644 fonts/fonts.scale \
			$RPM_BUILD_ROOT%{_datadir}/fonts/default/Type1/fonts.dir
install -m 644 fonts/fonts.scale.adobe \
	$RPM_BUILD_ROOT%{_datadir}/fonts/default/Type1/adobestd35/fonts.scale
install -m 644 fonts/fonts.scale.adobe \
        $RPM_BUILD_ROOT%{_datadir}/fonts/default/Type1/adobestd35/fonts.dir
%else
install -m 644	urw-fonts-%{urwmdkver}/*.afm \
	urw-fonts-%{urwmdkver}/*.pfm \
	urw-fonts-%{urwmdkver}/*.pfb \
	urw-fonts-%{urwmdkver}/fonts.dir \
	urw-fonts-%{urwmdkver}/fonts.scale \
		$RPM_BUILD_ROOT%{_datadir}/fonts/default/Type1/
install -m 644 urw-fonts-%{urwmdkver}/fonts.scale.adobe \
	$RPM_BUILD_ROOT%{_datadir}/fonts/default/Type1/adobestd35/fonts.scale
install -m 644 urw-fonts-%{urwmdkver}/fonts.dir.adobe \
	$RPM_BUILD_ROOT%{_datadir}/fonts/default/Type1/adobestd35/fonts.dir
## copy fixed fonts
#cp -fp	n022003l.{afm,pfm,pfb} \
#	n022004l.{afm,pfm,pfb} \
#	n022023l.{afm,pfm,pfb} \
#	n022024l.{afm,pfm,pfb} \
#	$RPM_BUILD_ROOT%{_datadir}/fonts/default/Type1/
%endif

cd $RPM_BUILD_ROOT%{_datadir}/fonts/default/Type1/adobestd35
for i in ../*.pfb ../*.afm ../*.pfm; do \
	ln -s $i
done

(cd $RPM_BUILD_ROOT/usr/share/fonts/default/Type1
# X.org's mkfontdir messes up encoding order, using alphabetical one,
# so for now comment the next line.
#    mkfontdir .
)

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/default/Type1 \
    %{buildroot}%_sysconfdir/X11/fontpath.d/type1-urw-fonts:pri=50
ln -s ../../..%_datadir/fonts/default/Type1/adobestd35 \
    %{buildroot}%_sysconfdir/X11/fontpath.d/type1-urw-fonts-adobestd35:pri=50

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644,root,root,0755)
%doc README ChangeLog COPYING
%if !%build_rebuild
%doc urw-fonts-%{urwmdkver}/README.mdk
%endif
%dir %{_datadir}/fonts/default/
%dir %{_datadir}/fonts/default/Type1
%dir %{_datadir}/fonts/default/Type1/adobestd35
%{_datadir}/fonts/default/Type1/fonts.dir
%{_datadir}/fonts/default/Type1/fonts.scale
%{_datadir}/fonts/default/Type1/*.afm
%{_datadir}/fonts/default/Type1/*.pfb
%{_datadir}/fonts/default/Type1/*.pfm
%{_datadir}/fonts/default/Type1/adobestd35/*.afm
%{_datadir}/fonts/default/Type1/adobestd35/*.pfb
%{_datadir}/fonts/default/Type1/adobestd35/*.pfm
%{_datadir}/fonts/default/Type1/adobestd35/fonts.dir
%{_datadir}/fonts/default/Type1/adobestd35/fonts.scale
%{_sysconfdir}/X11/fontpath.d/type1-urw-fonts:pri=50
%{_sysconfdir}/X11/fontpath.d/type1-urw-fonts-adobestd35:pri=50



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-30
+ Revision: a5d84af
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21943 |14mr|usb_modeswitch-2.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		usb_modeswitch
Summary:	Activating Switchable USB Devices on Linux
Version:	2.2.0
Release:	3
License:	GPLv2+
%define fname	usb-modeswitch
%define	fver	%{version}
Source0:	http://www.draisberghof.de/usb_modeswitch/%{fname}-%{version}.tar.bz2
# (proyvind): fix a warning revealed with optimizations enabled and enable them
#             by default so that they'll get catched by upstream in the future.
#             Submitted upstream
#Patch0:		usb-modeswitch-1.1.9-catch-and-fix-more-warnings.patch
URL:		http://www.draisberghof.de/usb_modeswitch/
Group:		System/Configuration/Hardware
Source1:	usb_modeswitch.rpmlintrc
BuildRequires:	usb-compat-devel
Requires:	sysfsutils
Requires(pre):	tcl
Requires:	usb_modeswitch-data >= 20140529

%description
USB_ModeSwitch is a mode switching tool for controlling "flip flop"
(multiple device) USB gear.

Several new USB devices (especially high-speed wireless WAN stuff,
they're expensive anyway) have their Windows drivers onboard; when
plugged in for the first time they act like a flash storage and start
installing the driver from there. After that (and on every consecutive
plugging) this driver switches the mode internally, the storage device
vanishes (in most cases), and a new device (like an USB modem) shows
up. The WWAN gear maker Option calls that feature "ZeroCD (TM)".

%prep
%setup -q -n %{fname}-%{version}
#patch0 -p1 -b .warnings~

%build
%make CC=%{__cc} CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
%makeinstall_std

%files
/lib/udev/usb_modeswitch
%{_sbindir}/*
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/usb_modeswitch.conf

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.0-3
+ Revision: b7d8b45
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21944 |14mr|usb_modeswitch-data-20140529-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		usb_modeswitch-data
Version:	20140529
Release:	3
Summary:	Activating Switchable USB Devices on Linux
Group:		System/Configuration/Hardware
License:	GPLv2+
URL:		http://www.draisberghof.de/usb_modeswitch/
%define	fname	usb-modeswitch-data
Source0:	http://www.draisberghof.de/usb_modeswitch/%{fname}-%{version}.tar.bz2
BuildArch:	noarch
Requires:	usb_modeswitch

%description
USB Modeswitch brings up your datacard into operational mode. When plugged
in they identify themselves as cdrom and present some non-Linux compatible
installation files. This tool deactivates this cdrom-devices and enables
the real communication device. It supports most devices built and
sold by Huawei, T-Mobile, Vodafone, Option, ZTE, Novatel.

This package contains the data files needed for usb_modeswitch to function.

%prep
%setup -q -n %{fname}-%{version}

%install
%makeinstall_std

%files
%doc ChangeLog README
/lib/udev/rules.d/40-usb_modeswitch.rules
%dir %{_datadir}/usb_modeswitch
%{_datadir}/usb_modeswitch/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20140529-3
+ Revision: baafe66
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21945 |14mr|usbmuxd-1.0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname usbmuxd %{major}
%define develname %mklibname -d usbmuxd

Name:		usbmuxd
Version:	1.0.8
Release:	4
Summary:	Daemon for communicating with Apple's iPod Touch and iPhone
Group:		System/Kernel and hardware 
License:	GPLv2+ and LGPLv2+
URL:		http://marcansoft.com/blog/iphonelinux/usbmuxd/
Source0:	http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
Patch0:		usbmuxd-1.0.8.systemd.patch

BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libplist)
BuildRequires:	cmake

%description
usbmuxd is a daemon used for communicating with Apple's iPod Touch and iPhone
devices. It allows multiple services on the device to be accessed
simultaneously.

%package -n %{libname}
Group:		System/Libraries
Summary:	Library to access the usbmuxd daemon

%description -n %{libname}
libusmuxd is used to communicate with the usbmuxd daemon by apps wishing to 
interact with Apple's iPod Touch and iPhone.

%package -n %{develname}
Summary:	Development package for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Files for development with %{name}.

%prep
%setup -q
%apply_patches

%build
%cmake -DUSB_INCLUDE_DIR=%{_includedir}/libusb-1.0
%make

%install
%makeinstall_std -C build

%pre
%_pre_useradd usbmux /proc /sbin/nologin

%post
%systemd_post usbmuxd.service

%preun
%systemd_preun usbmuxd.service

%postun
%_postun_userdel usbmux
%systemd_postun_with_restart usbmuxd.service

%files
%doc AUTHORS README
/lib/udev/rules.d/85-usbmuxd.rules
/lib/systemd/system/usbmuxd.service
%{_bindir}/iproxy
%{_sbindir}/usbmuxd

%files -n %{libname}
%{_libdir}/libusbmuxd.so.%{major}*
%{_libdir}/libusbmuxd.so.%{version}


%files -n %{develname}
%doc README.devel
%{_includedir}/*.h
%{_libdir}/libusbmuxd.so
%{_libdir}/pkgconfig/libusbmuxd.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.8-4
+ Revision: 270a373
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21946 |14mr|usbredir-0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define oname		usbredir

%define major_parser		1
%define libname_parser		%mklibname usbredirparser %{major_parser}
%define develname_parser	%mklibname usbredirparser -d

%define major_host		1
%define libname_host		%mklibname usbredirhost %{major_host}
%define develname_host		%mklibname usbredirhost -d

Name:		usbredir
Version:	0.7
Release:	2
License:	GPL-2.0+ ; LGPL-2.1+
Summary:	A protocol for redirection USB traffic

URL:		http://spice-space.org/page/UsbRedir
Group:		System/Libraries
Source0:	http://spice-space.org/download/usbredir/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libusb-1.0) => 1.0.9

%description
usbredir is a protocol for redirection USB traffic from a single USB device,
to a different (virtual) machine then the one to which the USB device is
attached. See usb-redirection-protocol.txt for the description / definition
of this protocol.

# ---------------------------------------------------------------------------

%package -n %{libname_host}
Summary:	A protocol for redirection USB traffic

Group:		System/Libraries

%description -n %{libname_host}
usbredir is a protocol for redirection USB traffic from a single USB device,
to a different (virtual) machine then the one to which the USB device is
attached. See usb-redirection-protocol.txt for the description / definition
of this protocol.

%package -n %{develname_host}
Summary:	Development files for %{name}

Group:		Development/C
Requires:	%{libname_host} = %{version}-%{release}
Requires:	%{name}-devel = %{version}-%{release}

%description -n %{develname_host}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

# ---------------------------------------------------------------------------

%package -n %{libname_parser}
Summary:	A protocol for redirection USB traffic

Group:		System/Libraries

%description -n %{libname_parser}
usbredir is a protocol for redirection USB traffic from a single USB device,
to a different (virtual) machine then the one to which the USB device is
attached. See usb-redirection-protocol.txt for the description / definition
of this protocol.

%package -n %{develname_parser}
Summary:	Development files for %{name}

Group:		Development/C
Requires:	%{libname_parser} = %{version}-%{release}
Requires:	%{name}-devel = %{version}-%{release}

%description -n %{develname_parser}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

# ---------------------------------------------------------------------------

%package devel
Summary:	A protocol for redirection USB traffic - Development files

Group:		Development/C
Requires:	%{libname_host} = %{version}-%{release}
Requires:	%{libname_parser} = %{version}-%{release}

%description devel
usbredir is a protocol for redirection USB traffic from a single USB device,
to a different (virtual) machine then the one to which the USB device is
attached. See usb-redirection-protocol.txt for the description / definition
of this protocol.

%prep
%setup -q

%build
#export CPPFLAGS="$(pkg-config --cflags libusb-1.0) %{optflags}"
#export LDFLAGS=$(pkg-config --libs libusb-1.0)
%configure2_5x --disable-static
%make

%install
%makeinstall_std LIBDIR=%{_libdir} PREFIX=%{_prefix}
find %{buildroot} -type f -name "*.la" -delete -print

%files
%doc ChangeLog README COPYING
%{_sbindir}/usbredirserver
%{_mandir}/man1/usbredirserver.1.*

%files -n %{libname_host}
%{_libdir}/libusbredirhost.so.%{major_host}*

%files -n %{develname_host}
%{_includedir}/usbredirhost.h
%{_libdir}/libusbredirhost.so
%{_libdir}/pkgconfig/libusbredirhost.pc

%files -n %{libname_parser}
%{_libdir}/libusbredirparser.so.%{major_parser}*

%files -n %{develname_parser}
%{_includedir}/usbredirparser.h
%{_libdir}/libusbredirparser.so
%{_libdir}/pkgconfig/libusbredirparser-0.5.pc

%files devel
%{_includedir}/usbredirproto.h
%{_includedir}/usbredirfilter.h


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-2
+ Revision: 6638fc3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21947 |14mr|usbutils-007-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Linux USB utilities
Name:		usbutils
Version:	007
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		https://github.com/gregkh/usbutils
Source:		https://www.kernel.org/pub/linux/utils/usb/usbutils/%{name}-%{version}.tar.gz
#Path to usb.ids in lsusb.py should be with /hwdata/
Patch0: usbutils-006-hwdata.patch
Requires: hwdata
BuildRequires:	pkgconfig(libusb-1.0) >= 1.0.8

%description
This package contains the lsusb utility for inspecting the devices 
connected to the USB bus. It shows a graphical representation of the 
devices that are currently plugged in, showing the topology of the 
USB bus. It also displays information on each individual device on 
the bus.

%package devel
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{name} = %{version}-%{release}

%description devel
Development files and headers for %{name}.


%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-zlib \
	--sbindir=%{_sbindir} \
	--datadir=%{_datadir}/hwdata \
	--disable-usbids
%make

%install
%makeinstall_std

# do not package usb.ids, handled by hwdata
rm -f %{buildroot}/%{_datadir}/usb.ids

%files
%{_bindir}/*
%{_mandir}/*/*

%files devel
%doc AUTHORS ChangeLog README
%{_datadir}/pkgconfig/usbutils.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 007-2
+ Revision: 1907656
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21948 |14mr|userdrake-1.14-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A graphical interface for administering users and groups
Name:		userdrake
Version:	1.14
Release:	5
License:	GPL
Group:		System/Configuration/Other
Url:		https://abf.rosalinux.ru/omv_software/userdrake
#cvs source
# http://www.mandrivalinux.com/en/cvs.php3
Source0:	%{name}-%{version}.tar.xz
Patch0:		userdrake-1.13.2-mdv_to_rosa.patch
Patch1:         userdrake-1.13.2-fix-new-user-groups.patch
BuildRequires:	gettext
BuildRequires:	pam-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(libuser)
BuildRequires:	pkgconfig(glib-2.0)
Requires:	drakxtools
Requires:	libuser
Requires:	transfugdrake
Requires:	usermode-consoleonly
Suggests:	xguest

%description
Userdrake is a user-friendly and powerful tool for administrating users and 
groups. It depends on the libuser library. 

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
cd USER
perl Makefile.PL INSTALLDIRS=vendor 
cd ..
make OPTIMIZE="%{optflags} -w" 

%install
make PREFIX=%{buildroot} install 

cd USER
%makeinstall_std
cd ..

#install lang
%find_lang userdrake

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-userdrake.desktop <<EOF
[Desktop Entry]
Name=User Administration
Comment=Add or remove users and groups
Exec=/usr/bin/userdrake
Icon=userdrake
Type=Application
StartupNotify=true
Categories=GTK;System;X-MandrivaLinux-CrossDesktop;
NoDisplay=true
EOF

# consolehelper configuration
ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/userdrake
ln -sf %{_bindir}/userdrake %{buildroot}%{_bindir}/drakuser
mkdir -p %{buildroot}%{_sysconfdir}/pam.d

cat > %{buildroot}%{_sysconfdir}/pam.d/userdrake <<EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps/
cat > %{buildroot}%{_sysconfdir}/security/console.apps/userdrake <<EOF
USER=root
PROGRAM=/usr/sbin/userdrake
FALLBACK=false
SESSION=true
EOF

# userdrake <-> drakuser
ln -s %{_sysconfdir}/pam.d/userdrake %{buildroot}%{_sysconfdir}/pam.d/drakuser
ln -s %{_sysconfdir}/security/console.apps/userdrake \
        %{buildroot}%{_sysconfdir}/security/console.apps/drakuser

%files -f userdrake.lang
%doc README COPYING RELEASE_NOTES
%config(noreplace) %{_sysconfdir}/sysconfig/userdrake
%config(noreplace) %{_sysconfdir}/pam.d/userdrake
%config(noreplace) %{_sysconfdir}/security/console.apps/userdrake
# two symlinks in sysconfdir
%{_sysconfdir}/pam.d/drakuser
%{_sysconfdir}/security/console.apps/drakuser
%{_prefix}/bin/*
%{_prefix}/sbin/*
%{_datadir}/userdrake
%{_mandir}/man3/USER*
%{_datadir}/applications/mandriva-*.desktop
%{perl_vendorarch}/USER.pm
%{perl_vendorarch}/auto/USER
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png


%changelog
* Sun Sep 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.14-5
+ Revision: 2d3145f
- Really apply the last patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21949 |14mr|usermode-1.111-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical tools for certain user account management tasks
Name:		usermode
Version:	1.111
Release:	7
Epoch:		1
License:	GPLv2+
Group:		System/Configuration/Other
Url:		https://fedorahosted.org/usermode/
Source0: https://fedorahosted.org/releases/u/s/usermode/usermode-%{version}.tar.xz
Source1: config-util
Source2: config-util-user
Patch0:     usermode-1.111-werror.patch
Patch1:     usermode-1.99-environment.patch
# http://qa.mandriva.com/show_bug.cgi?id=32459
Patch3:     usermode-1.99-uz-po.patch
Patch4:     dialog-grab-fix.patch
BuildRequires:	autoconf2.5
BuildRequires:	gettext-devel
BuildRequires:	intltool
BuildRequires:	libglade2.0-devel
BuildRequires:	pkgconfig(libuser)
BuildRequires:	pam-devel
BuildRequires:	desktop-file-utils
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(sm)
BuildRequires:	startup-notification-devel
BuildRequires:	pkgconfig(blkid)
Requires:	util-linux
Requires:	pam >= 0.75-28mdk
Requires:	%{name}-consoleonly = %{epoch}:%{version}-%{release}
Conflicts:	SysVinit < 2.74-14
Conflicts:	msec < 0.15-17mdk

%description
The usermode package contains several graphical tools for users:
userinfo, usermount and userpasswd. Userinfo allows users to change
their finger information. Usermount lets users mount, unmount, and
format filesystems. Userpasswd allows users to change their passwords.

Install the usermode package if you would like to provide users with
graphical tools for certain account management tasks.

%package -n %{name}-consoleonly
Summary:	Non graphical part of usermode
Group:		System/Libraries

%description -n %{name}-consoleonly
This package contains only the usermode stuff which doesn't require
XFree or GTK to run.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--without-selinux
%make

%install
rm -rf %{buildroot}
%makeinstall_std VENDOR=mandriva

# make userformat symlink to usermount
ln -sf usermount %{buildroot}%{_bindir}/userformat
ln -s usermount.1 %{buildroot}%{_mandir}/man1/userformat.1

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
install -p -m 644 %{SOURCE1} \
	%{buildroot}%{_sysconfdir}/security/console.apps/config-util

mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
install -p -m 644 %{SOURCE2} \
	%{buildroot}%{_sysconfdir}/pam.d/config-util-user

for i in mandriva-userinfo.desktop mandriva-userpasswd.desktop \
	mandriva-usermount.desktop; do
	echo 'NotShowIn=GNOME;KDE;' >>%{buildroot}%{_datadir}/applications/$i
	desktop-file-install --vendor mandriva --delete-original \
		--dir %{buildroot}%{_datadir}/applications \
		%{buildroot}%{_datadir}/applications/$i
done

%find_lang %{name}

%post
if [ ! -z "$SECURE_LEVEL" ];then
if [ -x /usr/sbin/msec -a "$SECURE_LEVEL" -gt "3" ]; then  /usr/sbin/msec $SECURE_LEVEL || true ; fi
fi

%triggerpost -- usermode < 1.111-3
#Now we need use upstream config-util. Use for migrate only! 
rm -f %{_sysconfdir}/pam.d/mandriva-console-auth
rm -f %{_sysconfdir}/pam.d/mandriva-simple-auth

%files
%{_bindir}/usermount
%{_mandir}/man1/usermount.1*
%{_bindir}/userformat
%{_mandir}/man1/userformat.1*
%{_bindir}/userinfo
%{_mandir}/man1/userinfo.1*
%{_bindir}/userpasswd
%{_mandir}/man1/userpasswd.1*
%{_bindir}/consolehelper-gtk
%{_mandir}/man8/consolehelper-gtk.8*
%{_bindir}/pam-panel-icon
%{_mandir}/man1/pam-panel-icon.1*
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_datadir}/applications/*
%{_sysconfdir}/pam.d/config-util-user

%files -n %{name}-consoleonly -f %{name}.lang
%doc COPYING ChangeLog NEWS README
%attr(4711,root,root) /usr/sbin/userhelper
%{_bindir}/consolehelper
%{_mandir}/man8/userhelper.8*
%{_mandir}/man8/consolehelper.8*
%config(noreplace) /etc/security/console.apps/config-util


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.111-7
+ Revision: 6951578
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21950 |14mr|utempter-0.5.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname_orig lib%{name}
%define libname %mklibname %{name} %{major}

Summary:	Priviledged helper for utmp/wtmp updates
Name:		utempter
Version:	0.5.5
Release:	15
License:	GPL
Group:		System/Libraries
URL:		http://www.redhat.com/
Source0:	%{name}-%{version}.tar.bz2
Patch1:		utempter-0.5.2-biarch-utmp.patch
Requires(pre):	shadow-utils
Requires:	%{libname} = %{version}-%{release}

%description
Utempter is a utility which allows some non-privileged programs to
have required root access without compromising system
security. Utempter accomplishes this feat by acting as a buffer
between root and the programs.

%package -n	%{libname}
Summary:	Library used by %{name}
Group:		System/Libraries

%description -n	%{libname}
Libutempter is an library which allows some non-privileged
programs to have required root access without compromising system
security. It accomplishes this feat by acting as a buffer
between root and the programs.

%package -n	%{libname}-devel
Summary:	Devel files for %{name}
Group:		Development/C
Provides:	%{libname_orig}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n	%{libname}-devel
Header files for writing apps using libutempter

%prep
%setup -q
%patch1 -p1 -b .biarch-utmp

%build
%make RPM_OPT_FLAGS="%{optflags}"

%install
%makeinstall_std LIBDIR=%{_libdir}

chmod 0755 %{buildroot}%{_libdir}/libutempter.so.%{major}*

%pre 
%{_sbindir}/groupadd -g 22 -r -f utmp

%files
%doc COPYING
%attr(02755, root, utmp) %{_sbindir}/utempter

%files -n %{libname}
%doc COPYING
%{_libdir}/libutempter.so.%{major}*

%files -n %{libname}-devel
%doc COPYING
%{_libdir}/libutempter.so
%{_includedir}/utempter.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.5-15
+ Revision: c1f8b54
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21951 |14mr|util-linux-2.24.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define blkid_major 1
%define libblkid %mklibname blkid %{blkid_major}
%define devblkid %mklibname blkid -d

%define uuid_major 1
%define libuuid %mklibname uuid %{uuid_major}
%define devuuid %mklibname uuid -d

%define libext2fs %mklibname ext2fs 2
%define devext2fs %mklibname ext2fs -d

%define	mount_major 1
%define	libmount %mklibname mount %{mount_major}
%define	devmount %mklibname mount -d

%define git_url git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git

%define build_bootstrap 0
### Features
%define include_raw 1
### Macros
%define no_hwclock_archs s390 s390x

%bcond_with	uclibc
%if !%{build_bootstrap}
%bcond_without	python
%endif

Summary:	A collection of basic system utilities
Name:		util-linux
Version:	2.24.2
Release:	5
License:	GPLv2 and GPLv2+ and BSD with advertising and Public Domain
Group:		System/Base
Url:		ftp://ftp.kernel.org/pub/linux/utils/util-linux
Source0:	ftp://ftp.kernel.org/pub/linux/utils/%{name}/v%(echo %{version} |cut -d. -f1-2)/%{name}-%{version}.tar.xz
# based on Fedora pam files, with pam_selinux stripped out
Source1:	util-linux-login.pamd
Source2:	util-linux-remote.pamd
Source3:	util-linux-chsh-chfn.pamd
Source4:	util-linux-60-raw.rules
Source5:	util-linux-su.pamd
Source6:	util-linux-su-l.pamd
Source7:	util-linux-runuser.pamd
Source8:	util-linux-runuser-l.pamd
Source11:	uuidd-tmpfiles.conf
# RHEL/Fedora specific mount options
Patch1:		util-linux-2.23.1-mount-managed.patch
# add note about ATAPI IDE floppy to fdformat.8
Patch3:		util-linux-ng-2.24.2-fdformat-man-ide.patch
# 151635 - makeing /var/log/lastlog
Patch5:		2.23-login-lastlog-create.patch
# /etc/blkid.tab --> /etc/blkid/blkid.tab
Patch11:	util-linux-ng-2.16-blkid-cachefile.patch
Patch12:	util-linux-2.24-mkstemp.patch

### Upstream patches

### Mandriva Specific patches

# misc documentation fixes for man pages
Patch111:	util-linux-2.11t-mkfsman.patch
# sparc build fix
Patch115:	util-linux-2.22-fix-ioctl.patch
# Autodetect davfs mount attempts
Patch116:	util-linux-2.12q-autodav.patch

# crypto patches
# loop-AES patch
# reworked from http://loop-aes.sourceforge.net/updates/util-linux-ng-2.17-20100120.diff.bz2
Patch1100:	util-linux-ng-2.18-loopAES.patch
Patch1101:	util-linux-2.12q-swapon-skip-encrypted.patch
Patch1102:	util-linux-2.12-lower-LOOP_PASSWORD_MIN_LENGTH-for-AES.patch
# load cryptoloop and cypher modules when use cryptoapi
Patch1103:	util-linux-2.12a-cryptoapi-load-module.patch
Patch1104:	util-linux-ng-2.14.1-set-as-encrypted.patch

# clock program for ppc
Patch1200:	util-linux-2.10r-clock-1.1-ppc.patch
# leng options for clock-ppc
Patch1201:	util-linux-2.10s-clock-syntax-ppc.patch
# Added r & w options to chfn (lsb mandate)
Patch1202:	util-linux-2.20-chfn-lsb-usergroups.patch
# fix build on alpha with newer kernel-headers
Patch1203:	util-linux-2.11m-cmos-alpha.patch
# remove mode= from udf mounts (architecture done so that more may come)
Patch1218:	util-linux-ng-2.13-mount-remove-silly-options-in-auto.patch
# (misc) enable option -x on fsck.cramfs , bug 48224
Patch1219:	util-linux-ng-enable_fsck_cramfs.diff
# Mandrivamove patches
Patch1300:	util-linux-ng-2.18-losetup-try-LOOP_CHANGE_FD-when-loop-already-busy.patch

BuildRequires:	gcc
BuildRequires:	libtool
BuildRequires:	sed
BuildRequires:	rpm-build >= 1:5.4.10-5
BuildRequires:	audit-devel
BuildRequires:	gettext-devel
BuildRequires:	pam-devel
BuildRequires:	utempter-devel
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.33.2-16
%endif
%if !%{build_bootstrap}
BuildRequires:	pkgconfig(ext2fs)
%endif
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(ncursesw) >= 5.9-6.20120922.3
#BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(slang)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(zlib)

Provides:	/bin/su
%rename		eject
%rename		fdisk
%rename		linux32
%rename		losetup
%rename		mount
%rename		tunelp
%rename		sparc32
%rename		schedutils
%rename		setarch
%rename		util-linux-ng
%ifarch alpha %{sparc} ppc
Obsoletes:	clock < %{version}-%{release}
%endif
# old versions of e2fsprogs provides blkid / uuidd
Conflicts:	e2fsprogs < 1.41.8-2mnb2
Conflicts:	setup < 2.7.18-6
# old version of sysvinit-tools provides sulogin and utmpdump
Conflicts:	sysvinit < 2.87-11
# (tpg) add conflicts on older version dues to move su
Conflicts:	coreutils < 8.19-2
# (proyvind): handle sulogin, wall, mountpoint being moved
Conflicts:	sysvinit-tools < 2.87-18
Conflicts:	bash-completion < 2:2.1-9

# for /bin/awk
Requires(pre):	gawk
# for /usr/bin/cmp
Requires(pre):	diffutils
Requires(pre):	coreutils
Requires(pre):	bash-completion >= 2:2.1-10
Requires:	pam >= 0.66-4
Requires:	shadow-utils >= 4.0.3
Requires:	%{libblkid} = %{version}-%{release}
Requires:	%{libmount} = %{version}-%{release}
Requires:	%{libuuid} = %{version}-%{release}
%if %{include_raw}
Requires:	udev
%endif

%description
The util-linux package contains a large variety of low-level system
utilities that are necessary for a Linux system to function.  Among
others, Util-linux-ng contains the fdisk configuration tool and the login
program.

%if %{with uclibc}
%package -n	uclibc-%{name}
Summary:	uClibc build of util-linux
Group:		System/Base

%description -n	uclibc-%{name}
The util-linux package contains a large variety of low-level system
utilities that are necessary for a Linux system to function.  Among
others, Util-linux-ng contains the fdisk configuration tool and the login
program.
%endif

%package -n	%{libblkid}
Summary:	Block device ID library
Group:		System/Libraries
License:	LGPLv2+
Conflicts:	%{libext2fs} < 1.41.6-2mnb2
# MD this is because of the cmd rm and ln in the post config
Requires(post):	coreutils

%description -n %{libblkid}
This is block device identification library, part of util-linux.

%if %{with uclibc}
%package -n	uclibc-%{libblkid}
Summary:	Block device ID library (uClibc linked)
Group:		System/Libraries
License:	LGPLv2+
Conflicts:	%{libext2fs} < 1.41.6-2mnb2

%description -n	uclibc-%{libblkid}
This is block device identification library, part of util-linux.
%endif

%package -n	%{devblkid}
Summary:	Block device ID library
Group:		Development/C
License:	LGPLv2+
Requires:	%{libblkid} = %{version}-%{release}
Requires:	%{devuuid} = %{version}-%{release}
%if %{with uclibc}
Requires:	uclibc-%{libblkid} = %{version}-%{release}
%endif
Conflicts:	%{devext2fs} < 1.41.6-2mnb2
Provides:	libblkid-devel = %{version}-%{release}

%description -n	%{devblkid}
This is the block device identification development library and headers,
part of util-linux.

%package -n	%{libuuid}
Summary:	Universally unique ID library
Group:		System/Libraries
License:	BSD
Conflicts:	%{libext2fs} < 1.41.8-2mnb2

%description -n	%{libuuid}
This is the universally unique ID library, part of e2fsprogs.

The libuuid library generates and parses 128-bit universally unique
id's (UUID's).A UUID is an identifier that is unique across both
space and time, with respect to the space of all UUIDs.  A UUID can
be used for multiple purposes, from tagging objects with an extremely
short lifetime, to reliably identifying very persistent objects
across a network.

%if %{with uclibc}
%package -n	uclibc-%{libuuid}
Summary:	Universally unique ID library (uClibc linked)
Group:		System/Libraries
License:	BSD
Conflicts:	%{libext2fs} < 1.41.8-2mnb2

%description -n	uclibc-%{libuuid}
This is the universally unique ID library, part of e2fsprogs.

The libuuid library generates and parses 128-bit universally unique
id's (UUID's).A UUID is an identifier that is unique across both
space and time, with respect to the space of all UUIDs.  A UUID can
be used for multiple purposes, from tagging objects with an extremely
short lifetime, to reliably identifying very persistent objects
across a network.
%endif

%package -n	%{devuuid}
Summary:	Universally unique ID library
Group:		Development/C
License:	BSD
Conflicts:	%{libext2fs} < 1.41.8-2mnb2
Requires:	%{libuuid} = %{version}
%if %{with uclibc}
Requires:	uclibc-%{libuuid} = %{version}-%{release}
%endif
Provides:	libuuid-devel = %{version}-%{release}

%description -n	%{devuuid}
This is the universally unique ID development library and headers,
part of e2fsprogs.

The libuuid library generates and parses 128-bit universally unique
id's (UUID's).A UUID is an identifier that is unique across both
space and time, with respect to the space of all UUIDs.  A UUID can
be used for multiple purposes, from tagging objects with an extremely
short lifetime, to reliably identifying very persistent objects
across a network.

%package -n	uuidd
Summary:	Helper daemon to guarantee uniqueness of time-based UUIDs
Group:		System/Servers
License:	GPLv2
Requires(post):	systemd
Requires(pre):	shadow-utils
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires(postun):	rpm-helper

%description -n	uuidd
The uuidd package contains a userspace daemon (uuidd) which guarantees
uniqueness of time-based UUID generation even at very high rates on
SMP systems.

%package -n	%{libmount}
Summary:	Universal mount library
Group:		System/Libraries
License:	LGPLv2+

%description -n	%{libmount}
The libmount library is used to parse /etc/fstab,
/etc/mtab and /proc/self/mountinfo files,
manage the mtab file, evaluate mount options, etc.

%if %{with uclibc}
%package -n	uclibc-%{libmount}
Summary:	Universal mount library (uClibc linked)
Group:		System/Libraries
License:	LGPLv2+

%description -n	uclibc-%{libmount}
The libmount library is used to parse /etc/fstab,
/etc/mtab and /proc/self/mountinfo files,
manage the mtab file, evaluate mount options, etc.
%endif

%package -n	%{devmount}
Summary:	Universally unique ID library
Group:		Development/C
License:	LGPLv2+
Requires:	%{libmount} = %{version}-%{release}
%if %{with uclibc}
Requires:	uclibc-%{libmount} = %{version}-%{release}
%endif
Provides:	libmount-devel = %{version}-%{release}

%description -n	%{devmount}
Development files and headers for libmount library.

%if %{with python}
%package -n	python-libmount
Summary:	Python bindings for the libmount library
Group:		Development/Python
Requires:	%{libmount} = %{EVRD}
BuildRequires:	pkgconfig(python2)

%description -n python-libmount
The libmount-python package contains a module that permits applications
written in the Python programming language to use the interface
supplied by the libmount library to work with mount tables (fstab,
mountinfo, etc) and mount filesystems.
%endif

%prep
%setup -q

%patch1 -p1 -b .options~
%patch3 -p1 -b .atapifloppy~
%patch5 -p1 -b .lastlog~
%patch12 -p1 -b .mkstemp

# Mandriva
%ifarch ppc
%patch1200 -p0
%patch1201 -p1
%endif

#LSB (sb)
%patch1202 -p1 -b .chfnlsb~

#fix build on alpha with newer kernel-headers
%ifarch alpha
%patch1203 -p1
%endif

%patch111 -p1 -b .mkfsman~
%patch115 -p1 -b .fix-ioctl~
#patch116 -p1 -b .autodav

#%patch1100 -p1 -b .loopAES
#%patch1101 -p0 -b .swapon-encrypted
#%patch1102 -p0 -b .loopAES-password
#%patch1103 -p0 -b .load-module
#%patch1104 -p1 -b .set-as-encrypted

#%patch1300 -p1 -b .CHANGE-FD

# FIXME: double-check if this is really obsoleted by the mount rewrite
#patch1218 -p1 -b .silly
%patch1219 -p0

# rebuild build system for loop-AES patch
./autogen.sh

%build
%global optflags %{optflags} -Os

%serverbuild_hardened
unset LINGUAS || :

export CONFIGURE_TOP="$PWD"

%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%uclibc_configure \
		--bindir=%{uclibc_root}/bin \
		--sbindir=%{uclibc_root}/sbin \
		--prefix=%{uclibc_root} \
		--exec-prefix=%{uclibc_root} \
		--libdir=%{uclibc_root}/%{_lib} \
		--host=%{_host} \
		--enable-rpath=no \
		--enable-shared=yes \
		--enable-static=yes \
		--disable-chfn-chsh \
		--enable-libuuid \
		--enable-libblkid \
		--enable-libmount \
		--disable-mount \
		--disable-losetup \
		--disable-fsck \
		--disable-partx \
		--disable-uuidd \
		--disable-mountpoint \
		--disable-fallocate \
		--disable-unshare \
		--disable-eject \
		--disable-agetty \
		--disable-cramfs \
		--disable-switch_root \
		--disable-pivot_root \
		--disable-kill \
		--disable-utmpdump \
		--disable-rename \
		--disable-login \
		--disable-sulogin \
		--disable-su \
		--disable-schedutils \
		--disable-wall \
		--disable-makeinstall-chown \
		--disable-fsck \
		--disable-raw \
		--disable-runuser \
		--disable-nologin \
		--enable-socket-activation \
		--with-systemdsystemunitdir=%{_unitdir} \
		--without-audit \
		--without-python \
		--without-selinux \
		--with-udev 
%make

popd
%endif

mkdir -p system
pushd  system
%configure2_5x \
	--bindir=/bin \
	--sbindir=/sbin \
	--libdir=/%{_lib} \
	--enable-wall \
	--enable-partx \
	--enable-kill \
	--enable-write \
	--enable-mountpoint \
%if %{include_raw}
	--enable-raw \
%endif
	--disable-makeinstall-chown \
	--disable-rpath \
	--with-audit \
	--with-python=2 \
	--without-selinux \
	--with-udev \
	--enable-chfn-chsh \
	--enable-socket-activation \
	--enable-tunelp \
	--enable-nologin \
	--with-systemdsystemunitdir=%{_unitdir} \

# build util-linux
%make

popd

# remove vipw and vigr, they belong in shadow-utils
rm -f %{buildroot}%{_sbindir}/{vipw,vigr} %{buildroot}%{_mandir}/man8/{vigr,vipw}.*

%install
mkdir -p %{buildroot}/{bin,sbin}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_infodir}
mkdir -p %{buildroot}%{_mandir}/man{1,6,8,5}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_sysconfdir}/{pam.d,security/console.apps,blkid}

%if %{with uclibc}
make -C uclibc install-sbinPROGRAMS install-usrlib_execLTLIBRARIES DESTDIR="%{buildroot}"
install -m755 uclibc/setterm -D %{buildroot}%{uclibc_root}%{_bindir}/setterm

mkdir -p %{buildroot}%{uclibc_root}%{_libdir}
for l in lib{blkid,mount,uuid}.so; do
	rm %{buildroot}%{uclibc_root}/%{_lib}/$l
	ln -sr %{buildroot}%{uclibc_root}/%{_lib}/$l.*.* %{buildroot}%{uclibc_root}%{_libdir}/$l
done
for l in lib{blkid,mount,uuid}.a; do
	mv %{buildroot}%{uclibc_root}/%{_lib}/$l %{buildroot}%{uclibc_root}%{_libdir}/$l
done
for bin in blockdev cfdisk chcpu ctrlaltdel fdisk findfs fsck.minix fsfreeze fstrim \
	hwclock mkfs mkfs.bfs mkfs.minix swapoff swapon wipefs; do
	rm %{buildroot}%{uclibc_root}/sbin/$bin
done
%endif

# install util-linux
%makeinstall_std -C system DESTDIR=%{buildroot} MANDIR=%{buildroot}%{_mandir} INFODIR=%{buildroot}%{_infodir}

%if %{include_raw}
echo '.so man8/raw.8' > %{buildroot}%{_mandir}/man8/rawdevices.8
{
  # see RH bugzilla #216664
  mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d
  pushd %{buildroot}%{_sysconfdir}/udev/rules.d
  install -m 644 %{SOURCE4} ./60-raw.rules
  popd
}
%endif

# Correct mail spool path.
perl -pi -e 's,/usr/spool/mail,/var/spool/mail,' %{buildroot}%{_mandir}/man1/login.1

%ifarch %{sparcx}
rm %{buildroot}%{_bindir}/sunhostid
cat << E-O-F > %{buildroot}%{_bindir}/sunhostid
#!/bin/sh
# this should be %{_bindir}/sunhostid or somesuch.
# Copyright 1999 Peter Jones, <pjones@redhat.com> .
# GPL and all that good stuff apply.
(
idprom=\`cat /proc/openprom/idprom\`
echo \$idprom|dd bs=1 skip=2 count=2
echo \$idprom|dd bs=1 skip=27 count=6
echo
) 2>/dev/null
E-O-F
chmod 755 %{buildroot}%{_bindir}/sunhostid
%endif

# PAM settings
{
  pushd %{buildroot}%{_sysconfdir}/pam.d
  install -m 644 %{SOURCE1} ./login
  install -m 644 %{SOURCE2} ./remote
  install -m 644 %{SOURCE3} ./chsh
  install -m 644 %{SOURCE3} ./chfn
  install -m 644 %{SOURCE5} ./su
  install -m 644 %{SOURCE6} ./su-l
  install -m 644 %{SOURCE7} ./runuser
  install -m 644 %{SOURCE8} ./runuser-l
  popd
}

# This has dependencies on stuff in /usr
mv %{buildroot}{/sbin/,/usr/sbin}/cfdisk

%ifarch ppc
cp -f ./clock-ppc %{buildroot}/sbin/clock-ppc
mv %{buildroot}/sbin/hwclock %{buildroot}/sbin/clock-rs6k
ln -sf clock-rs6k %{buildroot}/sbin/hwclock
%endif
ln -sf ../../sbin/hwclock %{buildroot}/usr/sbin/hwclock
ln -sf ../../sbin/clock %{buildroot}/usr/sbin/clock
ln -sf hwclock %{buildroot}/sbin/clock

install -D -p -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/tmpfiles.d/uuidd.conf

# And a dirs uuidd needs that the makefiles don't create
install -d %{buildroot}/var/lib/libuuid

# move flock in /bin, required for udev
# logger is useful in initscripts while /usr isn't mounted as well
# ionice needed for readahead_early
for p in flock logger ionice; do
	mv %{buildroot}{%{_bindir},/bin}/$p
	ln -sf ../../bin/$p %{buildroot}%{_bindir}/$p
done

# Final cleanup
%ifarch %no_hwclock_archs
rm %{buildroot}/sbin/{hwclock,clock} %{buildroot}%{_mandir}/man8/hwclock.8* %{buildroot}/usr/sbin/{hwclock,clock}
%endif
%ifarch s390 s390x
rm %{buildroot}/usr/{bin,sbin}/{fdformat,tunelp,floppy} %{buildroot}%{_mandir}/man8/{fdformat,tunelp,floppy}.8*
%endif

# deprecated commands
for I in /sbin/mkfs.bfs %{_bindir}/scriptreplay; do
	rm %{buildroot}$I
done

# deprecated man pages
for I in man8/mkfs.bfs.8 man1/scriptreplay.1; do
	rm %{buildroot}%{_mandir}/${I}*
done

# we install getopt/getopt-*.{bash,tcsh} as doc files
# note: versions <=2.12 use path "%{_datadir}/misc/getopt/*"
chmod 644 misc-utils/getopt-*.{bash,tcsh}

# link mtab
ln -sf /proc/mounts %{buildroot}/etc/mtab

# /usr/sbin -> /sbin
for I in addpart delpart partx; do
	if [ -e %{buildroot}/usr/sbin/$I ]; then
		mv %{buildroot}/usr/sbin/$I %{buildroot}/sbin/$I
	fi
done

# /usr/bin -> /bin
for I in taskset; do
	if [ -e %{buildroot}/usr/bin/$I ]; then
		mv %{buildroot}/usr/bin/$I %{buildroot}/bin/$I
	fi
done

# /sbin -> /bin
for I in raw; do
	if [ -e %{buildroot}/sbin/$I ]; then
		mv %{buildroot}/sbin/$I %{buildroot}/bin/$I
	fi
done

%find_lang %{name} %{name}.lang

# the files section supports only one -f option...
mv %{name}.lang %{name}.files

# create list of setarch(8) symlinks
find  %{buildroot}%{_bindir}/ -regextype posix-egrep -type l \
	-regex ".*(linux32|linux64|s390|s390x|i386|ppc|ppc64|ppc32|sparc|sparc64|sparc32|sparc32bash|mips|mips64|mips32|ia64|x86_64)$" \
	-printf "%{_bindir}/%f\n" >> %{name}.files

find  %{buildroot}%{_mandir}/man8 -regextype posix-egrep  \
	-regex ".*(linux32|linux64|s390|s390x|i386|ppc|ppc64|ppc32|sparc|sparc64|sparc32|sparc32bash|mips|mips64|mips32|ia64|x86_64)\.8.*" \
	-printf "%{_mandir}/man8/%f*\n" >> %{name}.files

%ifarch ppc
%post
ISCHRP=`grep CHRP /proc/cpuinfo`
if [ -z "$ISCHRP" ]; then
  ln -sf /sbin/clock-ppc /sbin/hwclock
fi
%endif

%pre -p <lua>
if arg[2] >= 2 then
    st = posix.stat("/etc/mtab")
    if st and st.type ~= "link" then
	posix.unlink("/etc/mtab")
	posix.link("/proc/mounts", "/etc/mtab", true)
    end
end

%post -p <lua>
if arg[2] >= 2 then
    if posix.stat("/etc/blkid.tab") then
   	os.rename("/etc/blkid.tab", "/etc/blkid/blkid.tab")
    end
    if posix.stat("/etc/blkid.tab.old") then
   	os.rename("/etc/blkid.tab.old", "/etc/blkid/blkid.tab.old")
    end
end

%pre -n uuidd
%_pre_useradd uuidd /var/lib/libuuid /bin/false
%_pre_groupadd uuidd uuidd

%post -n uuidd
systemd-tmpfiles --create uuidd.conf
%_post_service uuidd

%preun -n uuidd
%_preun_service uuidd

%postun -n uuidd
%_postun_userdel uuidd

%files -f %{name}.files
%doc NEWS AUTHORS
%doc misc-utils/getopt-*.{bash,tcsh}
/bin/dmesg
%attr(755,root,root)	/bin/login
/bin/lsblk
/bin/more
/bin/kill
/bin/taskset
/bin/ionice
/bin/findmnt
/bin/mountpoint
%{_bindir}/nsenter
%{_bindir}/setpriv
/bin/su
%attr(2555,root,tty) %{_bindir}/wall
/bin/wdctl
%if %{include_raw}
/bin/raw
%dir /etc/blkid
%config %{_sysconfdir}/udev/rules.d/60-raw.rules
%endif
%config(noreplace) %{_sysconfdir}/pam.d/chfn
%config(noreplace) %{_sysconfdir}/pam.d/chsh
%config(noreplace) %{_sysconfdir}/pam.d/login
%config(noreplace) %{_sysconfdir}/pam.d/remote
%config(noreplace) %{_sysconfdir}/pam.d/su
%config(noreplace) %{_sysconfdir}/pam.d/su-l
%config(noreplace) %{_sysconfdir}/pam.d/runuser
%config(noreplace) %{_sysconfdir}/pam.d/runuser-l
/etc/mtab
/sbin/agetty
%{_mandir}/man8/agetty.8*
/sbin/blkid
/sbin/blkdiscard
/sbin/blockdev
/sbin/fstrim
/sbin/pivot_root
/sbin/ctrlaltdel
/sbin/addpart
/sbin/delpart
/sbin/partx
/sbin/fsfreeze
/sbin/swaplabel
/sbin/runuser
%{_mandir}/man8/partx.8*
%{_mandir}/man8/addpart.8*
%{_mandir}/man8/delpart.8*
%{_mandir}/man8/findmnt.8*
%{_mandir}/man8/fsfreeze.8*
%{_mandir}/man8/fstrim.8*
%{_mandir}/man8/lsblk.8*
%{_mandir}/man8/swaplabel.8*
%{_mandir}/man1/mountpoint.1*
%{_mandir}/man1/nsenter.1*
%{_mandir}/man1/setpriv.1*
%{_mandir}/man1/wall.1*
%ifarch %ix86 alpha ia64 x86_64 s390 s390x ppc ppc64 %{sparcx} %mips %arm aarch64
/sbin/sfdisk
%{_mandir}/man8/sfdisk.8*
%{_sbindir}/cfdisk
%{_mandir}/man8/cfdisk.8*
%endif
/sbin/fdisk
%{_mandir}/man8/fdisk.8*
%ifnarch %no_hwclock_archs
/sbin/clock
%{_sbindir}/clock
/sbin/hwclock
/usr/sbin/hwclock
%{_mandir}/man8/hwclock.8*
%endif
%ifarch ppc
/sbin/clock-ppc
/sbin/clock-rs6k
%endif
/sbin/findfs
/sbin/fsck
/sbin/mkfs
/sbin/mkswap
/sbin/nologin
/sbin/sulogin
%{_mandir}/man8/nologin.8*
%{_bindir}/chrt
%{_bindir}/ionice
%{_bindir}/cal
%attr(4711,root,root)	%{_bindir}/chfn
%attr(4711,root,root)	%{_bindir}/chsh
%{_bindir}/col
%{_bindir}/colcrt
%{_bindir}/colrm
%{_bindir}/column
%ifarch %ix86 alpha ppc ppc64 %{sparcx} x86_64 %mips %arm aarch64
%{_bindir}/cytune
%{_mandir}/man8/cytune.8*
%endif
%{_bindir}/eject
%ifnarch s390 s390x
%{_sbindir}/fdformat
%endif
/bin/flock
%{_bindir}/flock
%{_bindir}/fallocate
%{_bindir}/getopt
%{_bindir}/hexdump
%{_bindir}/ipcrm
%{_bindir}/ipcs
%{_bindir}/isosize
/bin/logger
%{_bindir}/last
%{_bindir}/lastb
%{_bindir}/logger
%{_bindir}/look
%{_bindir}/lslocks
%{_bindir}/mcookie
%{_bindir}/mesg
%{_bindir}/utmpdump
%ifarch %{ix86} alpha ia64 x86_64 s390 s390x ppc ppc64 %{sparcx} %{mips} %{arm} aarch64
/sbin/fsck.cramfs
/sbin/mkfs.cramfs
%endif
/sbin/fsck.minix
/sbin/mkfs.minix
/sbin/chcpu
%{_bindir}/namei
%{_bindir}/pg
%{_bindir}/prlimit
%{_bindir}/rename
%{_bindir}/renice
%{_bindir}/rev
%{_bindir}/script
%{_bindir}/setarch
%{_bindir}/setsid
%{_bindir}/setterm
%ifarch %{sparcx}
%{_bindir}/sunhostid
%endif
%{_bindir}/tailf
%{_bindir}/ul
%{_bindir}/unshare
%{_bindir}/uuidgen
%{_bindir}/whereis
%{_bindir}/ipcmk
%{_bindir}/lscpu
%attr(2755,root,tty)	%{_bindir}/write
%{_sbindir}/readprofile
%ifnarch s390 s390x
%{_sbindir}/tunelp
%endif
%{_sbindir}/rtcwake
%{_sbindir}/ldattach
%{_sbindir}/resizepart
%{_mandir}/man1/cal.1*
%{_mandir}/man8/chcpu.8*
%{_mandir}/man1/chfn.1*
%{_mandir}/man1/chsh.1*
%{_mandir}/man1/col.1*
%{_mandir}/man1/colcrt.1*
%{_mandir}/man1/colrm.1*
%{_mandir}/man1/column.1*
%{_mandir}/man1/eject.1*
%{_mandir}/man1/flock.1*
%{_mandir}/man1/fallocate.1*
%{_mandir}/man1/getopt.1*
%{_mandir}/man1/hexdump.1*
%{_mandir}/man1/kill.1*
%{_mandir}/man1/last.1*
%{_mandir}/man1/lastb.1.*
%{_mandir}/man1/logger.1*
%{_mandir}/man1/login.1*
%{_mandir}/man1/look.1*
%{_mandir}/man1/mcookie.1*
%{_mandir}/man1/mesg.1*
%{_mandir}/man1/more.1*
%{_mandir}/man1/namei.1*
%{_mandir}/man1/pg.1*
%{_mandir}/man1/prlimit.1*
%{_mandir}/man1/rename.1*
%{_mandir}/man1/rev.1*
%{_mandir}/man1/script.1*
%{_mandir}/man1/setterm.1*
%{_mandir}/man1/tailf.1*
%{_mandir}/man1/ul.1*
%{_mandir}/man1/uuidgen.1*
%{_mandir}/man1/unshare.1*
%{_mandir}/man1/utmpdump.1*
%{_mandir}/man1/whereis.1*
%{_mandir}/man1/write.1*
%{_mandir}/man1/chrt.1*
%{_mandir}/man1/ionice.1*
%{_mandir}/man1/taskset.1*
%{_mandir}/man1/renice.1*
%{_mandir}/man1/ipcrm.1*
%{_mandir}/man1/ipcs.1*
%{_mandir}/man1/setsid.1*
%{_mandir}/man1/dmesg.1*
%{_mandir}/man1/ipcmk.1*
%{_mandir}/man1/lscpu.1*
%{_mandir}/man1/su.1*
%{_mandir}/man3/uuid_generate_time_safe.3*
%{_mandir}/man8/blockdev.8*
%{_mandir}/man8/blkid.8*
%{_mandir}/man8/blkdiscard.8*
%{_mandir}/man8/ctrlaltdel.8*
%ifnarch s390 s390x
%{_mandir}/man8/fdformat.8*
%endif
%{_mandir}/man8/findfs.8*
%{_mandir}/man8/fsck.8*
%{_mandir}/man8/fsck.cramfs.8*
%{_mandir}/man8/isosize.8*
%{_mandir}/man8/lslocks.8*
%{_mandir}/man8/mkfs.8*
%{_mandir}/man8/mkfs.cramfs.8*
%{_mandir}/man8/mkswap.8*
%{_mandir}/man8/pivot_root.8*
%if %{include_raw}
%{_mandir}/man8/raw.8*
%{_mandir}/man8/rawdevices.8*
%endif
%_mandir/man8/readprofile.8*
%_mandir/man8/resizepart.8*
%ifnarch s390 s390x
%{_mandir}/man8/tunelp.8*
%endif
%{_mandir}/man8/setarch.8*
%{_mandir}/man8/sulogin.8*
%{_mandir}/man8/rtcwake.8*
%{_mandir}/man8/ldattach.8*
%{_mandir}/man8/wipefs.8*
%{_mandir}/man8/wdctl.8*
%{_mandir}/man8/fsck.minix.8*
%{_mandir}/man8/mkfs.minix.8*
%attr(4755,root,root)	/bin/mount
%attr(4755,root,root)	/bin/umount
/sbin/swapon
/sbin/swapoff
/sbin/switch_root
%{_mandir}/man5/fstab.5*
%{_mandir}/man8/mount.8*
%{_mandir}/man8/swapoff.8*
%{_mandir}/man8/swapon.8*
%{_mandir}/man8/switch_root.8*
%{_mandir}/man1/runuser.1*
%{_mandir}/man8/umount.8*
%{_mandir}/man8/losetup.8*
/sbin/losetup
/sbin/wipefs
%{_datadir}/bash-completion/completions/*

%if %{with uclibc}
%files -n uclibc-%{name}
%{uclibc_root}/sbin/blkdiscard
%{uclibc_root}/sbin/blkid
%{uclibc_root}/sbin/mkswap
%{uclibc_root}/sbin/sfdisk
%{uclibc_root}/sbin/swaplabel
%{uclibc_root}%{_bindir}/setterm
%endif

%files -n uuidd
%{_mandir}/man8/uuidd.8*
%{_unitdir}/uuidd.*
%{_sysconfdir}/tmpfiles.d/uuidd.conf
%attr(-, uuidd, uuidd) %{_sbindir}/uuidd
%dir %attr(2775, uuidd, uuidd) /var/lib/libuuid

%files -n %{libblkid}
/%{_lib}/libblkid.so.%{blkid_major}*

%if %{with uclibc}
%files -n uclibc-%{libblkid}
%{uclibc_root}/%{_lib}/libblkid.so.%{blkid_major}*
%endif

%files -n %{devblkid}
%{_libdir}/libblkid.a
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libblkid.so
%{uclibc_root}%{_libdir}/libblkid.a
%endif
%{_libdir}/libblkid.so
%{_includedir}/blkid
%{_mandir}/man3/libblkid.3*
%{_libdir}/pkgconfig/blkid.pc

%files -n %{libuuid}
/%{_lib}/libuuid.so.%{uuid_major}*

%if %{with uclibc}
%files -n uclibc-%{libuuid}
%{uclibc_root}/%{_lib}/libuuid.so.%{uuid_major}*
%endif

%files -n %{devuuid}
%{_libdir}/libuuid.a
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libuuid.so
%{uclibc_root}%{_libdir}/libuuid.a
%endif
%{_libdir}/libuuid.so
%{_includedir}/uuid
%{_mandir}/man3/uuid.3*
%{_mandir}/man3/uuid_clear.3*
%{_mandir}/man3/uuid_compare.3*
%{_mandir}/man3/uuid_copy.3*
%{_mandir}/man3/uuid_generate.3*
%{_mandir}/man3/uuid_generate_random.3*
%{_mandir}/man3/uuid_generate_time.3*
%{_mandir}/man3/uuid_is_null.3*
%{_mandir}/man3/uuid_parse.3*
%{_mandir}/man3/uuid_time.3*
%{_mandir}/man3/uuid_unparse.3*
%{_libdir}/pkgconfig/uuid.pc

%files -n %{libmount}
/%{_lib}/libmount.so.%{mount_major}*

%if %{with uclibc}
%files -n uclibc-%{libmount}
%{uclibc_root}/%{_lib}/libmount.so.%{mount_major}*
%endif

%files -n %{devmount}
%{_includedir}/libmount/libmount.h
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libmount.so
%{uclibc_root}%{_libdir}/libmount.a
%endif
%{_libdir}/libmount.so
%{_libdir}/libmount.a
%{_libdir}/pkgconfig/mount.pc

%if %{with python}
%files -n python-libmount
%dir %{python_sitearch}/libmount
%{python_sitearch}/libmount/__init__.py
%{python_sitearch}/libmount/pylibmount.so
%endif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.24.2-5
+ Revision: 50f4d67
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21952 |14mr|uucp-1.07-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The uucp utility for copying files between systems
Name:		uucp
Version:	1.07
Release:	15
License:	GPL
Group:		Networking/File transfer
URL:		http://www.airs.com/ian/uucp.html
Source0:	ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.bz2
Source1:	uucp.log
Patch0:		uucp-1.07-misc.patch
Patch7:		uucp-1.07-64bit-fixes.patch
Patch8:		uucp-1.07-config.patch
Patch9:		uucp-1.07-sigfpe.patch
#(peroyvind) depends on lockdev?
Patch10:	uucp-1.07-baudboy.patch
Patch11:	uucp-1.06.1-pipe.patch
Patch12:	uucp-1.07-format_not_a_string_literal_and_no_format_arguments.diff
Patch13:	uucp-1.07-nostrip.diff
BuildRequires:	texinfo
Requires(post):	rpm-helper

%description
The uucp command copies files between systems.  Uucp is primarily used
by remote machines downloading and uploading email and news files to
local machines.

Install the uucp package if you need to use uucp to transfer files
between machines.

%prep
%setup -q
%patch0 -p1 -b .misc
%patch7 -p1 -b .64bit-fixes
%patch8 -p1 -b .config
%patch9 -p1 -b .sigfpe
#%patch10 -p1 -b .baudboy
%patch11 -p1 -b .pipe
%patch12 -p0 -b .format_not_a_string_literal_and_no_format_arguments
%patch13 -p1 -b .nostrip

%build
STRIP="/bin/echo" \
LDFLAGS="%{ldflags}" \
%configure --with-newconfigdir=%{_sysconfdir}/%{name} --with-oldconfigdir=%{_sysconfdir}/%{name}
%make 

%install
%{makeinstall} STRIP="/bin/echo"

mkdir -p $RPM_BUILD_ROOT/var/spool/uucp
mkdir -p $RPM_BUILD_ROOT/var/spool/uucppublic
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/uucp/oldconfig

rm -rf $RPM_BUILD_ROOT/var/log/uucp
mkdir -p $RPM_BUILD_ROOT/var/log/uucp

mkdir -p $RPM_BUILD_ROOT/var/lock/uucp

mkdir -p $RPM_BUILD_ROOT%{_libdir}/uucp
ln -sf ../../sbin/uucico $RPM_BUILD_ROOT%{_libdir}/uucp

install -m644 %{SOURCE1} -D $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/uucp

# Create ghost files
touch $RPM_BUILD_ROOT/var/log/uucp/{Log,Stats,Debug}

# the following is kind of gross, but it is effective
for i in dial passwd port dialcode sys call ; do
cat > $RPM_BUILD_ROOT/etc/uucp/$i <<EOF 
# This is an example of a $i file. This file have the syntax compatible
# with Taylor UUCP (not HDB nor anything else). Please check uucp
# documentation if you are not sure how Taylor config files are supposed to 
# look like. Edit it as appropriate for your system.

# Everything after a '#' character is a comment.
EOF
done

# fix attribs so strip can touch it
chmod 755 $RPM_BUILD_ROOT%{_sbindir}/* $RPM_BUILD_ROOT%{_bindir}/*

%post
# These permissions have to be synced with below %%files
%create_ghostfile /var/log/uucp/Log uucp uucp 644
%create_ghostfile /var/log/uucp/Stats uucp uucp 644
%create_ghostfile /var/log/uucp/Debug uucp uucp 640

%files
%defattr(-,root,root,755)
%doc README ChangeLog NEWS
%doc sample contrib
%attr(-,uucp,uucp) %dir /var/spool/uucp
%attr(-,uucp,uucp) %dir /var/spool/uucppublic
%attr(755,uucp,uucp) %dir %{_sysconfdir}/uucp
%{_infodir}/uucp.info*
%{_sbindir}/uuchk
%{_sbindir}/uuconv
%{_sbindir}/uusched
%attr(6555,uucp,uucp) %{_sbindir}/uucico
%attr(6555,uucp,uucp) %{_sbindir}/uuxqt
%attr(-,uucp,uucp) %{_bindir}/*
%{_mandir}/*/*
%{_libdir}/uucp/uucico
%attr(-,uucp,uucp) %dir /var/lock/uucp
%attr(-,uucp,uucp) %dir /var/log/uucp
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/uucp
%attr(644,uucp,uucp) %ghost /var/log/uucp/Log
%attr(644,uucp,uucp) %ghost /var/log/uucp/Stats
%attr(600,uucp,uucp) %ghost /var/log/uucp/Debug
%config(noreplace) %{_sysconfdir}/uucp/dial
%config(noreplace) %{_sysconfdir}/uucp/dialcode
%config(noreplace) %{_sysconfdir}/uucp/port
%config(noreplace) %{_sysconfdir}/uucp/passwd
%config(noreplace) %{_sysconfdir}/uucp/sys
%config(noreplace) %{_sysconfdir}/uucp/call




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.07-15
+ Revision: 8a1ca91
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21953 |14mr|uxcook-2.0.1-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fix problems resulting of improperly set FTP downloads
Name:		uxcook
Version:	2.0.1
Release:	20
License:	GPL
Group:		File tools
URL:		http://www.free-music.com/uxcook.htm
Source0:	http://www.free-music.com/%{name}-%{version}.tar.bz2
Patch0:		uxcook-fix-overriding-cflags.patch
Patch1:		uxcook-2.0.1-LDFLAGS.diff
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is basically a clone of Uncook95 (which runs under Microsoft Windows). It
is designed to allow Netscape users to fix MP3 files that were retrieved from
improperly set servers. Of course this is not limited to MP3 files.

Actually, these problems mainly come from binary files downloaded in ASCII mode
(e.g. when a server sends binary information as text it inserts linefeeds at
semi-regular intervals). With uxcook you will avoid re-doing the download.

%prep

%setup -q
%patch0 -p0
%patch1 -p0

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
rm -rf $RPM_BUILD_ROOT

install %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README TODO
%{_bindir}/%{name}





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.1-20
+ Revision: 2219ef1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21954 |14mr|v4l-utils-1.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname v4l %{major}
%define develname %mklibname v4l -d
%define wrappersname %mklibname v4l-wrappers

Name:		v4l-utils
Version:	1.4.0
Release:	1
Summary:	Linux V4L2 and DVB API utilities
License:	LGPLv2+
Group:		System/Libraries
Url:		http://git.linuxtv.org/v4l-utils.git
Source0:	http://linuxtv.org/downloads/v4l-utils/%{name}-%{version}.tar.bz2
#Patch0:		fix-missing-includes.patch
BuildRequires:	sysfsutils-devel
BuildRequires:	qt4-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(glu)
Conflicts:	ivtv-utils < 1.4.0-2
Obsoletes:	libv4l < 0.6.4-2
Requires:	%{wrappersname} >= %{version}-%{release}

%description
v4l-utils is the combination of various v4l and dvb utilities which
used to be part of the v4l-dvb mercurial kernel tree. 

%package -n	v4l-utils-qt4
Summary:	Qt4 tools for v4l applications
Group:		System/Libraries
Conflicts:	libv4l <= 0.7.91-1mdv2010.1

%description -n	v4l-utils-qt4
v4l-utils-qt4 is a QT4 gui for the v4l-utils tools.

%package -n	%{wrappersname}
Summary:	Wrappers for v4l applications
Group:		System/Libraries
Conflicts:	libv4l <= 0.5.9-1mdv2010.0
Provides:	v4l-wrappers

%description -n %{wrappersname}
This package contains wrapper libraries that adds v4l2 device
compatibility for v4l1 applications and support for various
pixelformats to v4l2 applications.

%package -n	%{libname}
Summary:	Thin abstraction layer for video4linux2 devices
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{libname}
libv4l is a collection of libraries which adds a thin abstraction
layer on top of video4linux2 devices. The purpose of this (thin)
layer is to make it easy for application writers to support a wide
variety of devices without having to write separate code for
different devices in the same class.

%package -n	%{develname}
Summary:	Development files from libv4l
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libv4l-devel = %{version}-%{release}

%description -n %{develname}
This package contains the development files needed to build
programs that use libv4l.

%prep
%setup -q

%build
%configure2_5x \
		--enable-libdvbv5 \
		--disable-static
%make

%install
%makeinstall_std PREFIX="%{_prefix}" LIBDIR="%{_libdir}"

# already provided by ivtv-utils package, more uptodate/complete there
rm -f %{buildroot}%{_bindir}/ivtv-ctl

%files
%config(noreplace) %{_sysconfdir}/rc_maps.cfg
%config(noreplace) /lib/udev/rules.d/70-infrared.rules
/lib/udev/rc_keymaps/*
%{_bindir}/cx18-ctl
%{_bindir}/decode_tm6000
%{_bindir}/ir-keytable
%{_bindir}/rds-ctl
%{_bindir}/v4l2-compliance
%{_bindir}/v4l2-ctl
%{_bindir}/dvb-fe-tool
%{_bindir}/dvb-format-convert
%{_bindir}/dvbv5-scan
%{_bindir}/dvbv5-zap
%{_bindir}/v4l2-sysfs-path
%{_sbindir}/v4l2-dbg
%{_mandir}/man1/ir-keytable.1.*
%{_bindir}/media-ctl

%files -n v4l-utils-qt4
%{_bindir}/qv4l2
%{_datadir}/applications/qv4l2.desktop
%{_iconsdir}/hicolor/*/apps/qv4l2.*
%{_mandir}/man1/qv4l2.1*

%files -n %{wrappersname}
%dir %{_libdir}/libv4l
%dir %{_libdir}/libv4l/plugins
%{_libdir}/libv4l/v4l1compat.so
%{_libdir}/libv4l/v4l2convert.so
%{_libdir}/libv4l/*-decomp
%{_libdir}/libv4l/plugins/libv4l-mplane.so

%files -n %{libname}
%{_libdir}/libv4l1.so.%{major}*
%{_libdir}/libv4l2*.so.%{major}*
%{_libdir}/libdvbv5.so.%{major}*
%{_libdir}/libv4lconvert.so.%{major}*

%files -n %{develname}
%{_includedir}/*.h
%{_includedir}/libdvbv5
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Fri Sep 26 2014 dsilakov <denis.silakov@rosalab.ru> 1.4.0-1
+ Revision: 6a4cff9
- Merge pull request #4 from import/v4l-utils:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21955 |14mr|v8-3.15.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Hi Googlers! If you're looking in here for patches, nifty.
# You (and everyone else) are welcome to use any of my Chromium patches under the terms of the GPLv2 or later.
# You (and everyone else) are welcome to use any of my V8-specific patches under the terms of the BSD license.
# You (and everyone else) may NOT use my patches under any other terms.
# I hate to be a party-pooper here, but I really don't want to help Google make a proprietary browser.
# There are enough of those already.
# All copyrightable work in these spec files and patches is Copyright 2010 Tom Callaway

# For the 1.2 branch, we use 0s here
# For 1.3+, we use the three digit versions


%define libname %mklibname v8
%define develname %mklibname v8 -d



%ifarch x86_64
%define archrel x64.release
%endif

%ifarch %ix86
%define archrel ia32.release
%endif

%ifarch %arm
%define archrel armeabi=hard vfp3=on hardfp=on
%endif


%define soname_ver 3.15.7

%global somajor 3
%global sominor 15
%global sobuild 7.2
%global sover %{somajor}.%{sominor}.%{sobuild}
%{!?python_sitelib: %global python_sitelib %(%{__python} \
    -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:       v8
Version:    %{somajor}.%{sominor}.%{sobuild}
Release:    2
Summary:    JavaScript Engine
Group:      System/Libraries
License:    BSD
URL:        http://code.google.com/p/v8
Source0:    http://commondatastorage.googleapis.com/chromium-browser-official/%{name}-%{somajor}.%{sominor}.%{sobuild}.tar.bz2
ExclusiveArch:    %{ix86} x86_64 arm
BuildRequires:    scons
BuildRequires:    readline-devel
BuildRequires:    icu-devel >= 49
Obsoletes:        v8 < %{version}-%{release}

%description
V8 is Google's open source JavaScript engine. V8 is written in C++ and is used 
in Google Chrome, the open source browser from Google. V8 implements ECMAScript 
as specified in ECMA-262, 3rd edition.

%files
%doc AUTHORS ChangeLog LICENSE
%{_bindir}/d8


%package -n %libname
Group:      System/Libraries
Summary:    libraries for v8
Requires:   %{name} = %{version}-%{release}

%description -n %libname
Library for V8 Google's open source JavaScript engine.


%files -n %libname
%{_libdir}/*.so.*

#--------------------------------------------------------------------

%package -n %develname
Group:      System/Libraries 
Summary:    Development headers and libraries for v8
Requires:   %{libname} = %{version}-%{release}
Requires:   %{name} = %{version}-%{release}
Provides:   %{name}-devel = %{version}-%{release}
Obsoletes:  %{name}-devel < %{version}-%{release}

%description -n %develname
Development headers and libraries for v8.

%files -n %develname
%{_includedir}/*.h
%{_includedir}/v8/extensions/
%{_libdir}/*.so
%{python_sitelib}/j*.py*

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

# clear spurious executable bits
find . \( -name \*.cc -o -name \*.h -o -name \*.py \) -a -executable \
  |while read FILE ; do
    echo $FILE
    chmod -x $FILE
  done


%build
%make GYP_GENERATORS=make  V=1 werror=no \
         library=shared \
         snapshots=on \
         soname_version=%{sover} \
         visibility=default \
         %{archrel}



%install
mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_libdir}
install -p include/*.h %{buildroot}%{_includedir}
install -p out/%{archrel}/lib.target//libv8.so.%{sover} %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_bindir}
install -p -m0755 out/%{archrel}/d8 %{buildroot}%{_bindir}

chmod -x %{buildroot}%{_includedir}/v8*.h

mkdir -p %{buildroot}%{_includedir}/v8/extensions/experimental/
install -p src/extensions/*.h %{buildroot}%{_includedir}/v8/extensions/
chmod -x %{buildroot}%{_includedir}/v8/extensions/*.h

pushd %{buildroot}%{_libdir}
ln -sf libv8.so.%{sover} libv8.so
ln -sf libv8.so.%{sover} libv8.so.%{somajor}
ln -sf libv8.so.%{sover} libv8.so.%{somajor}.%{sominor}
popd


# install Python JS minifier scripts for nodejs
install -d %{buildroot}%{python_sitelib}
install -p -m0744 tools/jsmin.py %{buildroot}%{python_sitelib}/
chmod -R -x %{buildroot}%{python_sitelib}/*.py*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.15.7.2-2
+ Revision: 80de270
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21956 |14mr|v86d-0.1.10-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: v86d
Version: 0.1.10
Release: 7
Source0: %name-%version.tar.xz
Patch0: v86d-dietlibc.patch
Summary: Userspace helper for uvesafb
URL: http://github.com/mjanusz/v86d
License: GPL
Group: System/Base

%description
Userspace helper for uvesafb

%prep
%setup -q
%apply_patches
./configure --with-x86emu
sed -i -e "s|-Wall -g -O2|$RPM_OPT_FLAGS -Os|g" Makefile

%build
# Makefile isn't smp clean
make KDIR=%_prefix CC="gcc -Os -D__KERNEL_STRICT_NAMES"

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR="$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
/sbin/v86d

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.10-7
+ Revision: e304a94
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21957 |14mr|vaapi-driver-intel-1.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname intel-driver

Summary:	Is the VA-API implementation for Intel G45 chipsets
Name:		vaapi-driver-intel
Version:	1.3.2
Release:	3
Group:		Video
License:	GPLv2+
Url:		http://cgit.freedesktop.org/vaapi/intel-driver/
Source0:	http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/%{oname}-%{version}.zip
BuildRequires:	pkgconfig(libva) >= 0.35
Obsoletes:	vaapi-driver-i965 < 1.0.15

%description
libva-driver-intel is the VA-API implementation for Intel G45 chipsets
and Intel HD Graphics for Intel Core processor family.

%files
%doc AUTHORS NEWS
%{_libdir}/dri/*_drv_video.so

#--------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}

%build
autoreconf -v --install
%configure2_5x
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/dri/*.la


%changelog
* Tue Jul 22 2014 abondrov <andrey.bondrov@rosalab.ru> 1.3.2-3
+ Revision: 0620287
- New version 1.3.2, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21958 |14mr|vaapi-driver-vdpau-0.7.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libva-vdpau-driver

Name:		vaapi-driver-vdpau
Summary:	VA-API driver for VDPAU interface
Group:		Video
Version:	0.7.4
Release:	5
License:	GPLv2+
URL:		http://www.freedesktop.org
Source0:	http://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/libva-vdpau-driver-%{version}.tar.bz2
# fix build with recent mesa (not a technically correct fix):
Patch0:		PFNGLMULTITEXCOORD2FPROC_vaapi-driver-vdpau.patch
Patch1:		libva-vdpau-driver-0.7.4-drop-h264-api.patch
# API changes: http://cgit.freedesktop.org/~aplattner/libvdpau/commit/?id=186195b1a84f2517205522e7ab8e0f62ad61c329
Patch2:		libva-vdpau-driver-0.7.4-libvdpau0.8.patch
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(vdpau)
Provides:	%{oname} = %{EVRD}
Provides:	vdpau-video = %{EVRD}

%description
VDPAU driver backend for VA API, a video acceleration API.

%files
%doc AUTHORS NEWS
%{_libdir}/dri/*_drv_video.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Tue Jul 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.4-5
+ Revision: bdf1af5
- Add patches to fix build with new libraries



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21959 |14mr|vala-0.24.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)


%define api	0.24
%define major	0
%define libname	%mklibname %{name} %{api} %major
%define	devname	%mklibname -d %{name}

#gw checks don't run in iurt
%define	with_check 0

Summary:	Compiler for the GObject type system
Name:		vala
Version:	0.24.0
Release:	2
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
License:	LGPLv2+ and BSD
Group:		Development/Other
Url:		http://live.gnome.org/Vala
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/vala/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(glib-2.0) >= 2.25
%if %{with_check}
BuildRequires:	pkgconfig(dbus-glib-1)
%endif

%description
Vala is a new programming language that aims to bring modern
programming language features to GNOME developers without imposing any
additional runtime requirements and without using a different ABI
compared to applications and libraries written in C.

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala
source code. It's also planned to generate GIDL files when
gobject-introspection is ready.

The syntax of Vala is similar to C#, modified to better fit the GObject
type system. Vala supports modern language features as the following:

* Interfaces
* Properties
* Signals
* Foreach
* Lambda expressions
* Type inference for local variables
* Non-null types [PARTIAL]
* Exception handling [PLANNED]
* Assisted memory management

* type modules (aka. Plugins) 

Vala is designed to allow access to existing C libraries, especially
GObject-based libraries, without the need for runtime bindings. Each
to be used library requires a Vala API file at compile-time,
containing the class and method declarations in Vala syntax. Vala
currently comes with experimental bindings for GLib and GTK+. It's
planned to provide generated bindings for the full GNOME Platform at a
later stage.

Using classes and methods written in Vala from an application written
in C is not difficult. The Vala library only has to install the
generated header files and C applications may then access the
GObject-based API of the Vala library as usual. It should also be
easily possible to write a bindings generator for access to Vala
libraries from applications written in e.g. C# as the Vala parser is written 
as a library, so that all compile-time information is available when
generating a binding.

%package -n %{libname}
Group:		System/Libraries
Summary:	Vala runtime library

%description -n %{libname}
This is the runtime library of the Vala programming language.

%package -n %{devname}
Group:		Development/Other
Summary:	Vala development files
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Provides:	vala-devel = %{version}-%{release}
Obsoletes:	%mklibname -d vala 0

%description -n %{devname}
This is the development library of the Vala programming language.

%package tools
Summary:	Tools for creating projects and bindings for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Requires:	gnome-common
Requires:	intltool
Requires:	libtool

%description tools
This package contains tools to generate Vala projects, as well as API bindings
from existing C libraries, allowing access from Vala programs.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-vapigen

%make

%install
%makeinstall_std
find %{buildroot} -name "*.la" -delete

mkdir -p %{buildroot}%{_datadir}/vala/vapi

%if %{with_check}
%check
%make check
%endif

%files
%doc NEWS README
%{_bindir}/vala
%{_bindir}/vala-%{api}
%{_bindir}/valac
%{_bindir}/valac-%{api}
%{_datadir}/vala-%{api}
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_mandir}/man1/valac.1*
%{_mandir}/man1/valac-%{api}.1*

%files -n %{libname}
%{_libdir}/libvala-%{api}.so.%{major}*

%files -n %{devname}
%doc ChangeLog AUTHORS MAINTAINERS
%{_includedir}/vala-%{api}
%{_libdir}/libvala-%{api}.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/pkgconfig/*.pc
%{_datadir}/devhelp/books/vala-%{api}
%{_datadir}/aclocal/*.m4

%files tools
%{_bindir}/*gen*
%{_bindir}/vapicheck
%{_bindir}/vapicheck-%{api}
%{_datadir}/vala/Makefile.vapigen
%{_libdir}/vala-%{api}
%{_mandir}/*/*gen*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.24.0-2
+ Revision: bc9ad55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21960 |14mr|valgrind-3.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# One of valgrind internal library is not linked to libc. Not sure if it 
# should be fixed or not (since all test don't pass anyway), so disable 
# check for now.
%define _disable_ld_no_undefined 1

# disable debug package, it can prevent valgrind for working properly
%define debug_package   %{nil}

%bcond_without	qt4

Name: 		valgrind
Version:	3.9.0
Release:	1
Summary: 	Tools for runtime analysis and debugging of software
License: 	GPLv2+
Group: 		Development/Other
Source0:	http://www.valgrind.org/downloads/%{name}-%{version}.tar.bz2

# From Fedora:
# Needs investigation and pushing upstream
Patch1: valgrind-3.9.0-cachegrind-improvements.patch

# KDE#211352 - helgrind races in helgrind's own mythread_wrapper
Patch2: valgrind-3.9.0-helgrind-race-supp.patch

# undef st_atime, st_mtime and st_ctime. Unknown why this is (still?) needed.
Patch3: valgrind-3.9.0-stat_h.patch

# Make ld.so supressions slightly less specific.
Patch4: valgrind-3.9.0-ldso-supp.patch

# KDE#326983 - insn_basic test might crash because of setting DF flag 
Patch6: valgrind-3.9.0-amd64_gen_insn_test.patch

# KDE#327837 - dwz compressed alternate .debug_info/str not read correctly.
Patch7: valgrind-3.9.0-dwz-alt-buildid.patch

# KDE#327916 - DW_TAG_typedef may have no name
Patch9: valgrind-3.9.0-anon-typedef.patch

# KDE#328100 - XABORT not implemented
Patch11: valgrind-3.9.0-xabort.patch

# KDE#328711 - valgrind.1 manpage "memcheck options" section is bad
Patch12: valgrind-3.9.0-manpage-memcheck-options.patch

# More from Fedora Rawhide
# KDE#334705 - sendmsg and recvmsg should guard against bogus msghdr fields
Patch100: valgrind-3.9.0-msghdr.patch

# More from Valgrind SVN repo:
Patch200: valgrind-3.9.0-accept-glibc-2.19.patch

URL: 		http://valgrind.org/
ExclusiveArch:	%{ix86} x86_64 ppc %arm
BuildRequires:	glibc-static-devel
BuildRequires:	gdb
# (proyvind): build with support for OpenMP, boost & qt4 threads
BuildRequires:	libgomp-devel boost-devel
%if %{with qt4}
BuildRequires:	qt4-devel
%endif
Suggests:	gdb
Obsoletes:	valgrind-plugins

%description
Valgrind is an instrumentation framework for building dynamic analysis 
tools. There are Valgrind tools that can automatically detect many memory 
management and threading bugs, and profile programs in detail.
Among these, the most often used tool is Memcheck, which can detect problems
such as:
    * accessing memory you shouldn't, e.g. overrunning and underrunning heap
blocks, overrunning the top of the stack, and accessing memory after it has 
been freed
    * using undefined values, i.e. values that have not been initialised, or
that have been derived from other undefined values
    * incorrect freeing of heap memory, such as double-freeing heap blocks, 
or mismatched use of malloc/new/new[] versus free/delete/delete[]
    * overlapping src and dst pointers in memcpy and related functions
    * memory leaks.

%files
%doc README* AUTHORS FAQ.txt
%{_bindir}/*
%{_libdir}/%{name}
%{_mandir}/man1/*.1*
%{_datadir}/valgrind/*.xml
%{_datadir}/valgrind/default.supp

#--------------------------------------------------------------------

%package	devel
Summary:	%{summary}
Group:		%{group}
Conflicts:	%{name} < 3.9.0

%description	devel
Development files required to develop software using Valgrind.

%files devel
%dir %{_includedir}/valgrind
%{_includedir}/valgrind/*
%{_libdir}/pkgconfig/%{name}.pc

#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build

# Convert the library paths with /lib or /lib64 in the suppressions to those
# with /usr/lib or /usr/lib64 due to the /usrmove .
perl -pi -e 's!obj:/lib!obj:/usr/lib!g' *.supp *.supp.in

# (From Fedora):
# Filter out some flags that cause lots of valgrind test failures.
# Also filter away -O2, valgrind adds it wherever suitable, but
# not for tests which should be -O0, as they aren't meant to be
# compiled with -O2 unless explicitely requested.
export CFLAGS="`echo " %{optflags} " | sed 's/ -m\(64\|3[21]\) / /g;s/ -fexceptions / /g;s/ -fstack-protector / / g;s/ -Wp,-D_FORTIFY_SOURCE=2 / /g;s/-O2 / /g;s/^ //;s/ $//'`"

# filter out one more flag (unused in FC but causes failure in mga3:
#export CFLAGS="`echo " ${CFLAGS} " | sed -e 's/ -fPIC//'`"
# fix flags in other cases (CXXFLAGS, FFLAGS):
%define optflags $CFLAGS

# rebuild unconditionally because we patch configure.in
autoreconf
%configure2_5x

%make

%install
# Don't strip (prevent valgrind from working properly, as explained in README_PACKAGERS)
export DONT_STRIP=1

# FIXME exporting DONT_STRIP=1 is causing some weird behavior with debug_package
# and causing it to not set DISABLE_DEBUG=1
export DISABLE_DEBUG=1

%makeinstall

mkdir %buildroot/%_datadir/valgrind
mv  %buildroot/%_libdir/valgrind/*.{supp,xml} %buildroot/%_datadir/valgrind

# It's a kludge, but appears to get valgrind to work, because it looks for
# default.supp under %%{_libdir} instead of under %%{_datadir}, where it is
# now installed.
ln -sf %{_datadir}/valgrind/default.supp "$RPM_BUILD_ROOT"/%{_libdir}/valgrind/default.supp

#don't package generated files
rm -f $RPM_BUILD_ROOT%{_libdir}/valgrind/*.supp.in

%check
# Ensure there are no unexpected file descriptors open,
# the testsuite otherwise fails.
cat > close_fds.c <<EOF
#include <stdlib.h>
#include <unistd.h>
int main (int argc, char *const argv[])
{
  int i, j = sysconf (_SC_OPEN_MAX);
  if (j < 0)
    exit (1);
  for (i = 3; i < j; ++i)
    close (i);
  execvp (argv[1], argv + 1);
  exit (1);
}
EOF
%{__cc} $RPM_OPT_FLAGS -o close_fds close_fds.c

for i in `find . -type f \( -name *-amd64-linux -o -name *-x86-linux -o -name *-ppc*-linux \)`; do
  case "`file $i`" in
    *ELF*executable*statically\ linked*)
      objcopy -R .debug_loc -R .debug_frame -R .debug_ranges $i
  esac
done

make check || :
# some tests are known to fail,
# just check no more tests are failing than in Fedora ;)
echo ===============TESTING===================
# Cancel this temporarily because the tests hang on x86-64:
# http://thread.gmane.org/gmane.comp.debugging.valgrind/11792
# ./close_fds make regtest || :
echo ===============END TESTING===============


%changelog
* Mon Jul 07 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.9.0-1
+ Revision: 28d66b7
- Updated to version 3.9.0 with some patches from Fedora



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21961 |14mr|vamp-plugin-sdk-2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname	%mklibname %{name} %{major}
%define develname %mklibname -d %{name}
%define staticdevelname %mklibname -d %{name} -s

Summary:	An API for audio analysis and feature extraction plugins
Name:		vamp-plugin-sdk
Version:	2.4
Release:	2
License:	BSD
Group:		System/Libraries
URL:		http://www.vamp-plugins.org/
Source0:	http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-%{version}.tar.gz
Patch0:         %{name}-2.4-libdir.patch
BuildRequires:	pkgconfig(sndfile)

%description
Vamp is an API for C and C++ plugins that process sampled audio data to produce
descriptive output (measurements or semantic observations).

%package -n	%{libname}
Summary:	An API for audio analysis and feature extraction plugins library
Group:		System/Libraries

%description -n	%{libname}
Vamp is an API for C and C++ plugins that process sampled audio data to produce
descriptive output (measurements or semantic observations).

%package -n	%{develname}
Summary:	Development files (headers) for SLV2
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}
Requires:	pkgconfig

%description -n	%{develname}
Vamp is an API for C and C++ plugins that process sampled audio data to produce
descriptive output (measurements or semantic observations).

The %{name}-devel package contains libraries
and header files for developing
applications that use %{name}.

%package -n	%{staticdevelname}
Summary:	Development files (headers) for SLV2
Group:		Development/C
Requires:	%{develname} = %{version}
Provides:	%{name}-static-devel = %{version}

%description -n	%{staticdevelname}
Vamp is an API for C and C++ plugins that process sampled audio data to produce
descriptive output (measurements or semantic observations).

The %{name}-static package contains library files for developing static
applications that use %{name}.

%prep

%setup -q 
%patch0 -p1 -b .libdir
sed -i 's|/lib/vamp|/%{_lib}/vamp|g' src/vamp-hostsdk/PluginHostAdapter.cpp
sed -i 's|/lib/|/%{_lib}/|g' src/vamp-hostsdk/PluginLoader.cpp

%build
./configure --prefix=/usr \
	    --libdir=%{_libdir} \
	    --bindir=%{_bindir} \
	    --sbindir=%{_sbindir} \
	    --includedir=%{_includedir}
#make
%make

%install
# fix libdir
find . -name '*.pc.in' -exec sed -i 's|/lib|/%{_lib}|' {} ';'
make install DESTDIR=%{buildroot} LIBDIR=%{_libdir}

find %{buildroot} -name '*.la' -exec rm -f {} ';'

# create Makefile for examples
cd examples
echo CXXFLAGS=%{optflags} -fpic >> Makefile
echo bundle: `ls *.o` >> Makefile
echo -e "\t"g++ \$\(CXXFLAGS\) -shared -Wl,-Bsymbolic \
     -o vamp-example-plugins.so \
     *.o \$\(pkg-config --libs vamp-sdk\) >> Makefile
echo `ls *.cpp`: >> Makefile
echo -e "\t"g++ \$\(CXXFLAGS\) -c $*.cpp >> Makefile
echo clean: >> Makefile
echo -e "\t"-rm *.o *.so >> Makefile
# clean directory up so we can package the sources
make clean

%files -n %{libname}
%doc COPYING README
%{_libdir}/*.so.*

%files -n %{develname}
%doc examples
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/vamp/*
%{_bindir}/vamp-rdf-template-generator
%{_bindir}/vamp-simple-host
%{_libdir}/pkgconfig/*.pc

%files -n %{staticdevelname}
%{_libdir}/*.a

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4-2
+ Revision: cb369d8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21962 |14mr|vbetool-1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Real-mode video BIOS utility to alter hardware state
Name:		vbetool
Version:	1.1
Release:	9
License:        GPL
Group:          System/Configuration/Other
URL:            http://www.srcf.ucam.org/~mjg59/vbetool/
Source:         http://www.srcf.ucam.org/~mjg59/vbetool/vbetool_%{version}.tar.gz
Patch0:		vbetool_1.1-lz.patch
BuildRequires:  pciutils-devel libx86-devel
ExclusiveArch:  %{ix86} x86_64
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description 
vbetool allows you to run real-mode video BIOS code to alter 
hardware state. It uses lrmi in order to run code from the video BIOS. 
Currently, it is able to alter DPMS states, save/restore video card state
and attempts to initialize the video card from scratch.

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x
%make

%install
%{__rm} -rf %{buildroot}
%makeinstall_std

%clean
%{__rm} -rf %{buildroot}

%files 
%defattr(-,root,root)
%doc COPYING 
%doc %{_mandir}/man1/vbetool.1*
%{_sbindir}/vbetool



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-9
+ Revision: 419430f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21963 |14mr|vcdimager-0.7.24-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname vcdinfo %{major}
%define devname %mklibname vcdifno -d

Summary:	VideoCD (pre-)mastering and ripping tool
Name:		vcdimager
Version:	0.7.24
Release:	11
License:	GPLv2+
Group:		Video
Url:		http://www.vcdimager.org
Source0:	ftp://ftp.gnu.org/gnu/vcdimager/%{name}-%{version}.tar.gz
BuildRequires:	popt-devel
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libiso9660)
BuildRequires:	pkgconfig(libxml-2.0)

%description
VCDImager allows you to create VideoCD BIN/CUE CD images from mpeg
files which can be burned with cdrdao or any other program capable of
burning BIN/CUE files.

VCDRip, which comes with VCDImager, does the reverse operation. That
is, ripping mpeg streams from images (and already burned VideoCDs)
and showing some information about the VideoCD.

%files
%doc NEWS README
%{_bindir}/vcd-info
%{_bindir}/vcdimager
%{_bindir}/vcdxgen
%{_bindir}/vcdxrip
%{_bindir}/vcdxbuild
%{_bindir}/vcdxminfo
%{_bindir}/cdxa2mpeg
%{_infodir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries from %{name}
Group:		System/Libraries
Provides:	libvcd = %{EVRD}
Conflicts:	%{_lib}vcd0 < 0.7.24-11
Obsoletes:	%{_lib}vcd0 < 0.7.24-11

%description -n %{libname}
VCDImager allows you to create VideoCD BIN/CUE CD images from mpeg
files which can be burned with cdrdao or any other program capable of
burning BIN/CUE files.

VCDRip, which comes with VCDImager, does the reverse operation. That
is, ripping mpeg streams from images (and already burned VideoCDs)
and showing some information about the VideoCD.

%files -n %{libname}
%{_libdir}/libvcdinfo.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel files from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(libcdio)
Provides:	libvcd-devel = %{EVRD}
Conflicts:	%{_lib}vcd-devel < 0.7.24-11
Obsoletes:	%{_lib}vcd-devel < 0.7.24-11
Obsoletes:	%{_lib}vcd-static-devel < 0.7.24-11

%description -n %{devname}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n %{devname}
%doc ChangeLog AUTHORS TODO
%{_includedir}/libvcd
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-maintainer-mode
%make

%install
%makeinstall_std

%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.24-11
+ Revision: 591b1b9
- Properly name packages, drop static devel package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21964 |14mr|vde2-2.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define develname %mklibname -d vde
%define _disable_ld_no_undefined 1

Name:		vde2
Version:	2.3.2
Release:	2
Summary:	Virtual Distributed Ethernet
License:	GPL
Group:		Networking/Other
Url:		http://vde.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/vde/%{name}-%{version}.tar.bz2
Source1:	README.mandriva
# Build fixes
Patch0:		vde-2.2.2-string-format.patch
Obsoletes:	vde <= 1.5.11
Provides:	vde = %{version}-%{release}
Conflicts:	%{develname} < 2.3.2
Obsoletes:	%{mklibname vde 2} < 2.3.2

%description
VDE is a virtual network that can be spawned over a set of physical
computer over the Internet

VDE connects together:
  (1) real GNU-linux boxes (tuntap)
  (2) virtual machines: UML-User Mode Linux, qemu, bochs, MPS.

VDE can be used:
  (i) to create a general purpose tunnel (every protocol that runs
    on a Ethernet can be put into the tunnel)
  (ii) to connect a set of virtual machine to the Internet with no
    need of free access of tuntap
  (iii) to support mobility: a VDE can stay interconnected despite
    of the change of virtual cables, i.e. the change of IP addresses
    and interface in the real world

%files
%doc README README.mandriva
%{_bindir}/*
%{_sbindir}/vde_tunctl
%{_libdir}/vdetap
%{_mandir}/man*/*.*
%{_sysconfdir}/vde2/libvdemgmt/asyncrecv.rc
%{_sysconfdir}/vde2/libvdemgmt/closemachine.rc
%{_sysconfdir}/vde2/libvdemgmt/openmachine.rc
%{_sysconfdir}/vde2/libvdemgmt/sendcmd.rc
%{_sysconfdir}/vde2/vdecmd
%{_libdir}/vde2/libvde*.so
%{_libdir}/vde2/vde_l3/bfifo.so
%{_libdir}/vde2/vde_l3/pfifo.so
%{_libdir}/vde2/vde_l3/tbf.so

#-----------------------------------------------------

%define vdehist_major 0
%define libvdehist %mklibname vdehist %{vdehist_major}

%package -n %{libvdehist}
Summary:	VDE libraries
Group:		Networking/Other
Conflicts:	%{mklibname vde 2} < 2.3.2

%description -n %{libvdehist}
Library files for VDE.

%files -n %{libvdehist}
%{_libdir}/libvdehist.so.%{vdehist_major}*

#-----------------------------------------------------

%define vdemgmt_major 0
%define libvdemgmt %mklibname vdemgmt %{vdemgmt_major}

%package -n %{libvdemgmt}
Summary:	VDE libraries
Group:		Networking/Other
Conflicts:	%{mklibname vde 2} < 2.3.2

%description -n %{libvdemgmt}
Library files for VDE.

%files -n %{libvdemgmt}
%{_libdir}/libvdemgmt.so.%{vdemgmt_major}*

#-----------------------------------------------------

%define vdeplug_major 3
%define libvdeplug %mklibname vdeplug %{vdeplug_major}

%package -n %{libvdeplug}
Summary:	VDE libraries
Group:		Networking/Other
Conflicts:	%{mklibname vde 2} < 2.3.2

%description -n %{libvdeplug}
Library files for VDE.

%files -n %{libvdeplug}
%{_libdir}/libvdeplug.so.%{vdeplug_major}*

#-----------------------------------------------------

%define vdesnmp_major 0
%define libvdesnmp %mklibname vdesnmp %{vdesnmp_major}

%package -n %{libvdesnmp}
Summary:	VDE libraries
Group:		Networking/Other
Conflicts:	%{mklibname vde 2} < 2.3.2

%description -n %{libvdesnmp}
Library files for VDE.

%files -n %{libvdesnmp}
%{_libdir}/libvdesnmp.so.%{vdesnmp_major}*

#-----------------------------------------------------

%package -n %{develname}
Summary:	VDE development libraries
Group:		Development/Other
Requires:	%{libvdehist} = %{version}-%{release}
Requires:	%{libvdemgmt} = %{version}-%{release}
Requires:	%{libvdeplug} = %{version}-%{release}
Requires:	%{libvdesnmp} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	vde-devel = %{version}-%{release}
Provides:	libvde-devel = %{version}-%{release}
Provides:	libvde2-devel = %{version}-%{release}
Conflicts:	%{name} < 2.3.2

%description -n %{develname}
Development files (headers, libraries) for libvde

%files -n %{develname}
%{_includedir}/libvde*.h
%{_libdir}/libvde*.so
%{_libdir}/pkgconfig/vde*.pc

#-----------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .strfmt
cp %{SOURCE1} .

%build
%configure2_5x \
    --disable-static
make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.2-2
+ Revision: 93819c3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21965 |14mr|vdrsync-0.1.2.2dev2-050322.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	vdrsync
%define version	0.1.2.2dev2
%define snapshot 050322
%define rel	3
%define release %snapshot.%rel

Summary:	Repack VDR recordings to DVD compatible fromat
Name:		%name
Version:	%version
Release:	%mkrel %release
Group:		Video
License:	GPL
URL:		http://vdrsync.vdr-portal.de/
Source:		http://vdrsync.vdr-portal.de/releases/%name-%snapshot.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildArch:	noarch

%description
VDRsync was programmed to allow conversion of a VDR recording into a
DVD compatible format. This conversion requires the "unpacking" of
Video and Audio data from the native VDR format, and the repacking
into a DVD compatible format. During this packing steps important
timing information is lost, leading to Audio-Video synchronisation
problems. In other words, audio is a bit too early or too late for
the video. Watching such a "desynced" movie is a pain.

Not too long ago an excellent tool named ds.jar was available, which
took care of the problem by aligning Audio and Video during the
first "unpacking" step. This tool was unavailable for a certain
period and therefore I decided to try to write a replacement for it
(ds.jar is now available again under the name Project X).

In the meantime I added some features to VDRsync, like cutting the
movie while syncing, and developed some additional tools, like the
sharemarks project.

%prep
%setup -q -n %name-%snapshot

%install
rm -rf %{buildroot}
install -d -m755 %{buildroot}%{_bindir}
install -m755 *.pl %{buildroot}%{_bindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES
%{_bindir}/*.pl




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1.2.2dev2-050322.3
+ Revision: 8e554d1
- Automatic import for version 0.1.2.2dev2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21966 |14mr|velocity-1.6.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free

Name:           velocity
Version:        1.6.4
Release:        5
Epoch:          0
Summary:        Java-based template engine
License:        Apache Software License
Source0:        http://www.apache.org/dist/%{name}/engine/%{version}/%{name}-%{version}.tar.gz
Source1:        http://repo1.maven.org/maven2/org/apache/%{name}/%{name}/%{version}/%{name}-%{version}.pom
Patch0:         velocity-remove-avalon-logkit.patch
Patch1:         velocity-use-system-jars.patch
Patch2:         velocity-servletapi5.patch
Patch3:         velocity-cleanup-pom.patch
Patch4:         velocity-tomcat6.patch
Group:          Development/Libraries/Java
Requires:       apache-commons-collections
Requires:       apache-commons-logging
Requires:       apache-commons-lang
Requires:       tomcat6-servlet-2.5-api
Requires:       oro
Requires:       werken-xpath
Requires:       junit
Requires:       hsqldb
Requires:       jdom
Requires:       bcel
Requires:       log4j
Requires(post): jpackage-utils
Requires(postun): jpackage-utils

BuildRequires:  werken-xpath
BuildRequires:  ant
BuildRequires:  antlr
BuildRequires:  junit
BuildRequires:  ant-junit
BuildRequires:  hsqldb
BuildRequires:  apache-commons-collections
BuildRequires:  apache-commons-logging
BuildRequires:  apache-commons-lang
BuildRequires:  tomcat6-servlet-2.5-api
BuildRequires:  oro
BuildRequires:  jdom
BuildRequires:  bcel
BuildRequires:  log4j
BuildRequires:  jpackage-utils
BuildRequires:  xml-commons-jaxp-1.3-apis
BuildRequires:  xerces-j2

URL:            http://velocity.apache.org/
Group:          Development/Java
# Use servletapi5 instead of servletapi5
Requires:       servletapi5
Requires:       werken.xpath

# It fails one of the arithmetic test cases with gcj
BuildRequires:  java-devel >= 1.6.0
BuildRequires:	java-1.7.0-openjdk-devel
BuildArch:      noarch

%description
Velocity is a Java-based template engine. It permits anyone to use the
simple yet powerful template language to reference objects defined in
Java code.
When Velocity is used for web development, Web designers can work in
parallel with Java programmers to develop web sites according to the
Model-View-Controller (MVC) model, meaning that web page designers can
focus solely on creating a site that looks good, and programmers can
focus solely on writing top-notch code. Velocity separates Java code
from the web pages, making the web site more maintainable over the long
run and providing a viable alternative to Java Server Pages (JSPs) or
PHP.
Velocity's capabilities reach well beyond the realm of web sites; for
example, it can generate SQL and PostScript and XML (see Anakia for more
information on XML transformations) from templates. It can be used
either as a standalone utility for generating source code and reports,
or as an integrated component of other systems. Velocity also provides
template services for the Turbine web application framework.
Velocity+Turbine provides a template service that will allow web
applications to be developed according to a true MVC model.

%package        manual
Summary:        Manual for %{name}
Group:          Development/Java

%description    manual
Documentation for %{name}.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%package        demo
Summary:        Demo for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}


%description    demo
Demonstrations and samples for %{name}.

# -----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}

# remove bundled libs/classes (except those used for testing)
find . -name '*.jar' -o -name '*.class' -not -path '*test*' -print -delete

# Remove dependency on avalon-logkit
rm -f src/java/org/apache/velocity/runtime/log/AvalonLogChute.java
rm -f src/java/org/apache/velocity/runtime/log/AvalonLogSystem.java
rm -f src/java/org/apache/velocity/runtime/log/VelocityFormatter.java
%patch0 -p1

# Use system jars instead of downloading
%patch1 -p1

#Apply patch to remove explicit dependency on servletapi3
%patch2 -p1

# Remove (unavailable) parent reference and avalon-logkit from POM
cp %{SOURCE1} ./pom.xml
%patch3 -p1

# fix test for servlet api 2.5
%patch4 -p1

# -----------------------------------------------------------------------------

%build
export CLASSPATH=$(build-classpath \
antlr \
apache-commons-collections \
commons-lang \
commons-logging \
tomcat6-servlet-2.5-api \
junit \
oro \
log4j \
jdom \
bcel \
werken.xpath \
hsqldb \
junit)
ant \
  -buildfile build/build.xml \
  -Dbuild.sysclasspath=first \
  jar javadocs
 # test

# fix line-endings in generated files
sed -i 's/\r//' docs/api/stylesheet.css docs/api/package-list

# -----------------------------------------------------------------------------

%install

# jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 bin/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr docs/api/* %{buildroot}%{_javadocdir}/%{name}

# data
install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -pr convert examples test %{buildroot}%{_datadir}/%{name}

# Maven metadata
install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap org.apache.velocity %{name} %{version} JPP %{name}
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

# -----------------------------------------------------------------------------

%post
%update_maven_depmap

%postun
%update_maven_depmap

# -----------------------------------------------------------------------------


%files
%defattr(0644,root,root,0755)
%doc LICENSE NOTICE README.txt
%{_javadir}/*.jar
%{_mavenpomdir}/*
%config(noreplace) %{_mavendepmapfragdir}/*

%files manual
%defattr(0644,root,root,0755)
%doc docs/*

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}





%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.6.4-5
+ Revision: 453b413
- Rebuild with apache packages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21967 |14mr|vesautils-0.1-0.12.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn	12
%define major	0
%define libname	%mklibname vbe %{major}
%define devname	%mklibname -d vbe

Summary:	Vesa BIOS extension tools
Name:		vesautils
Version:	0.1
Release:	0.%{svn}.1
License:	GPLv2
Group:		System/Configuration/Hardware
Url:		http://www.mplayerhq.hu/vesautils/index.html
Source0:	%{name}-%{svn}.tar.xz
Patch0:		vesautils-10-makefile.patch
Patch1:		vesautils-10-get-edid-path.patch
ExclusiveArch:	%ix86
BuildRequires:	devel(liblrmi)

%description
This is a collection of utilities and a library for handling the VESA
BIOS Extension (aka VBE) with the help of LRMI under Linux and BSD.

%package -n %{libname}
Summary:	Vesa BIOS extension tools
Group:		System/Libraries

%description -n %{libname}
This is a collection of utilities and a library for handling the VESA
BIOS Extension (aka VBE) with the help of LRMI under Linux and BSD.

%package -n %{devname}
Summary:	Vesa BIOS extension tools
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libvbe-devel = %{version}-%{release}

%description -n %{devname}
This is a collection of utilities and a library for handling the VESA
BIOS Extension (aka VBE) with the help of LRMI under Linux and BSD.

%prep
%setup -qn %{name}
%apply_patches

%build
make
cd libvbe
make

%install
install -d %{buildroot}%{_bindir}
install -m 755 dosint get-edid vbemodeinfo %{buildroot}%{_bindir}
cd libvbe
mkdir -p %{buildroot}%{_libdir} %{buildroot}%{_includedir}
%makeinstall LIBDIR=%{buildroot}%{_libdir} INCDIR=%{buildroot}%{_includedir}

%files
%doc README
%{_bindir}/*

%files -n %{libname}
%{_libdir}/libvbe.so.%{major}*

%files -n %{devname}
%{_libdir}/libvbe.so
%{_includedir}/vbe.h


%changelog
* Fri Sep 06 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-0.12.1
+ Revision: 5f95927
- changed BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21968 |14mr|vgabios-0.6c-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		vgabios
Version:	0.6c
Release:	2
Summary:	LGPL implementation of a vga video bios

Group:		Emulators		
License:	LGPLv2
URL:		http://www.nongnu.org/vgabios/
Source0:	http://savannah.gnu.org/download/%{name}/%{name}-%{version}.tgz
Patch01:	0001-Makefile-cleanup.patch
Patch02:	0002-Add-defines-for-PCI-IDs.patch
Patch03:	0003-Add-qemu-stdvga-pci-bios.patch
Patch04:	0004-update-pci_get_lfb_addr-for-vmware-vga.patch 
Patch05:	0005-Add-qemu-vmware-vga-pci-bios.patch 
Patch06:	0006-Add-qemu-qxl-vga-pci-bios.patch 

BuildRequires:	dev86
BuildArch:	noarch

%description
vgabios is an LPGL implementation of a bios for a video card.
It is tied to plex86/bochs, althoug it will likely work on other
emulators. It is not intended for use in real cards.


%prep 
%setup -q -n %{name}-%{version}

%patch01 -p1
%patch02 -p1
%patch03 -p1
%patch04 -p1
%patch05 -p1
%patch06 -p1

%build 
%make clean
%make biossums
%make


%install
mkdir -p $RPM_BUILD_ROOT%{_datadir}/vgabios
install -m 0644 VGABIOS-lgpl-*.bin $RPM_BUILD_ROOT%{_datadir}/vgabios 


%files
%dir %{_datadir}/vgabios/
%doc README COPYING
%{_datadir}/vgabios/VGABIOS-lgpl-latest.bin
%{_datadir}/vgabios/VGABIOS-lgpl-latest.cirrus.bin
%{_datadir}/vgabios/VGABIOS-lgpl-latest.qxl.bin
%{_datadir}/vgabios/VGABIOS-lgpl-latest.stdvga.bin
%{_datadir}/vgabios/VGABIOS-lgpl-latest.vmware.bin
%{_datadir}/vgabios/VGABIOS-lgpl-latest.cirrus.debug.bin
%{_datadir}/vgabios/VGABIOS-lgpl-latest.debug.bin
%{_datadir}/vgabios/VGABIOS-lgpl-latest.qxl.debug.bin
%{_datadir}/vgabios/VGABIOS-lgpl-latest.stdvga.debug.bin
%{_datadir}/vgabios/VGABIOS-lgpl-latest.vmware.debug.bin

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6c-2
+ Revision: 89ce5c1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21969 |14mr|viewres-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: viewres
Version: 1.0.4
Release: 2
Summary:  graphical class browser for Xt
Group: Development/X11
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
The viewres program displays a tree showing the widget class hierarchy of the
Athena Widget Set.

%prep
%setup -q -n %{name}-%{version}

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/viewres
%{_datadir}/X11/app-defaults/Viewres
%{_datadir}/X11/app-defaults/Viewres-color
%{_mandir}/man1/viewres.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-2
+ Revision: 9331cbf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21970 |14mr|vigra-1.10.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname vigraimpex %{major}
%define devname %mklibname %{name} -d

Summary:	Generic Programming for Computer Vision
Name:		vigra
Version:	1.10.0
Release:	2
License:	MIT
Group:		Development/C
Url:		http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/
Source0:	http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/%{name}-%{version}-src-with-docu.tar.gz
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	python-numpy
BuildRequires:	python-numpy-devel
BuildRequires:	python-sphinx
BuildRequires:	boost-devel
BuildRequires:	hdf5-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

%description
VIGRA stands for "Vision with Generic Algorithms". It's a novel computer vision
library that puts its main emphasize on customizable algorithms and data
structures. By using template techniques similar to those in the C++ Standard
Template Library, you can easily adapt any VIGRA component to the needs of your
application, without thereby giving up execution speed.

#----------------------------------------------------------------------------

%package -n python-vigra
Summary:	Python interface for the vigra computer vision library
Requires:	%{libname} = %{EVRD}
Requires:	python-numpy

%description -n python-vigra
The vigra-python package provides python bindings for vigra.

%files -n python-vigra
%{python_sitearch}/vigra

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run %{name}.

%files -n %{libname}
%doc LICENSE.txt README.md
%{_libdir}/libvigraimpex.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development header files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries, include files and other resources you can use to develop
%{name} applications.

%files -n %{devname}
%{_bindir}/vigra-config
%doc doc/vigra doc/vigranumpy
%{_includedir}/%{name}
%{_libdir}/%{name}
%{_libdir}/libvigraimpex.so
%{_libdir}/vigranumpy/VigranumpyConfig.cmake

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make VERBOSE=1

%install
%makeinstall_std -C build

rm -rf %{buildroot}/usr/doc

# cleanup
rm -f doc/vigranumpy/.buildinfo
find doc -type d | xargs chmod 755
find doc -type f | xargs chmod 644


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10.0-2
+ Revision: fc94ab1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21971 |14mr|vim-7.4.009-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Notes / Warning :
# - this package is not prefixable
# - to update official patches, aka SOURCE4, see README.upstream_patches in SOURCE4

%define dlurl	ftp://ftp.vim.org/pub/vim
%define rversion %(echo %version |cut -d. -f1-2)
%define official_ptchlvl %(echo %version |cut -d. -f3)
%define __noautoreq '.*/bin/awk|.*/bin/gawk'

# Should we build X11 gui
%bcond_without gui
%bcond_without python3

%define	title		VI editor
%define longtitle	All-purpose text editor

Name:		vim
Version:	7.4.009
Release:	6
Summary:	VIsual editor iMproved
Url:		http://www.vim.org/
License:	Charityware
Group:		Editors
Source0:	%{dlurl}/unix/%{name}-%{rversion}.tar.bz2
# read README.mdv prior updating official patches:
Source3:	README.rosa
# http://vim.sourceforge.net/scripts/script.php?script_id=98
Source5:	vim-spec-3.0.bz2
Source6:	http://trific.ath.cx/Ftp/vim/syntax/dhcpd.vim
# from apparmor-utils package
Source7:	apparmor.vim
Source8:	cfengine.vim
Source9:	nagios.vim
# MDK patches
Patch0:		vim-7.2-vimrc_nosetmouse.patch
Patch2:		vim-5.6a-paths.patch
Patch3:		vim-7.4.005-rpm-spec-syntax.patch
Patch8:		vim-6.0af-man-path.patch
Patch10:	xxd-locale.patch
Patch20:	vimrc_hebrew.patch
Patch22:	vim-6.1-fix-xterms-comments.patch
Patch23:	vim-6.3-remove-docs.patch
Patch24:	vim-6.1-outline-mode.patch
Patch25:	vim-6.1-xterm-s-insert.patch
Patch27:	vim-6.1-rpm42.patch
Patch28:	vim-7.4-po-mode.patch
Patch30:	vim-7.3.478-add-dhcpd-syntax.patch
Patch33:	vim-7.4.005-CVE-2009-0316-debian.patch
# (proyvind): adds various new keywords from C++11 standard to C++ syntax highlighting
Patch34:	vim-7.4.005-add-new-cpp11-keywords-to-cpp-syntax.patch
# (proyvind): fix path to locale files
Patch35:	vim-7.4.005-use-proper-localedir.patch
Patch36:	vim-7.4-qt-highlighting.patch
Patch37:	vim-7.3.381-always-install-icons.patch
Patch38:	vim-7.3.478-dont-check-for-xsetlocale.patch

# Fedora patches
Patch100:	vim-7.0-fortify_warnings-1.patch
Patch101:	vim-7.4-fstabsyntax.patch

# Official patches
%{expand:%(
for i in `seq -f '%%03g' 1 %{official_ptchlvl}`; do
	echo Patch1$i:	ftp://ftp.vim.org/pub/vim/patches/%{rversion}/%{rversion}.$i
done
)}

BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(python)
%if %{with python3}
BuildRequires:	pkgconfig(python3)
%endif
BuildRequires:	perl-devel
BuildRequires:	acl-devel
%if %{with gui}
BuildRequires:	pkgconfig(libgnomeui-2.0) 
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(xt)
BuildRequires:	tcl
BuildRequires:	tcl-devel
%endif

%description
VIM (VIsual editor iMproved) is an updated and improved version of the vi
editor. Vi was the first real screen-based editor for UNIX, and is still
very popular. VIM improves on vi by adding new features: multiple windows,
multi-level undo, block highlighting and more. The vim-common package
contains files which every VIM binary will need in order to run.

%package	common
Summary:	The common files needed by any version of the VIM editor
Group:		Editors
Conflicts:	man-pages-fr < 1.68.0-2mdk
Conflicts:	man-pages-it < 0.3.4-2mdk
Conflicts:	man-pages-pl <= 0.4-10mdk
Conflicts:	git-core < 1:1.6.0.1-2mdv

%description	common
VIM (VIsual editor iMproved) is an updated and improved version of the vi
editor. Vi was the first real screen-based editor for UNIX, and is still
very popular. VIM improves on vi by adding new features: multiple windows,
multi-level undo, block highlighting and more. The vim-common package
contains files which every VIM binary will need in order to run.

%package	minimal
Summary:	A minimal version of the VIM editor
Group:		Editors
Provides:	vim
Requires(post,postun):	update-alternatives

%description	minimal
VIM (VIsual editor iMproved) is an updated and improved version of the vi
editor. Vi was the first real screen-based editor for UNIX, and is still
very popular. VIM improves on vi by adding new features: multiple windows,
multi-level undo, block highlighting and more. The vim-minimal package
includes a minimal version of VIM, which is installed into /bin/vi for use
when only the root partition is present.

%package	enhanced
Summary:	A version of the VIM editor which includes recent enhancements
Group:		Editors
Requires:	vim-common >= %{EVRD}
Obsoletes:	vim-color
Provides:	vim
Provides:	vim-color
Requires(post,postun):	update-alternatives

%description	enhanced
VIM (VIsual editor iMproved) is an updated and improved version of the vi
editor. Vi was the first real screen-based editor for UNIX, and is still
very popular. VIM improves on vi by adding new features: multiple windows,
multi-level undo, block highlighting and more. The vim-enhanced package
contains a version of VIM with extra, recently introduced features like
Python and Perl interpreters.

Install the vim-enhanced package if you'd like to use a version of the VIM
editor which includes recently added enhancements like interpreters for the
Python and Perl scripting languages. You'll also need to install the
vim-common package.

%if %{with gui}
%package	X11
Summary:	The VIM version of the vi editor for the X Window System
Group:		Editors
Provides:	vim
Requires:	vim-common >= %{EVRD}

%description	X11
VIM (VIsual editor iMproved) is an updated and improved version of the vi
editor. Vi was the first real screen-based editor for UNIX, and is still
very popular. VIM improves on vi by adding new features: multiple windows,
multi-level undo, block highlighting and more. VIM-X11 is a version of the
VIM editor which will run within the X Window System. If you install this
package, you can run VIM as an X application with a full GUI interface and
mouse support.

Install the vim-X11 package if you'd like to try out a version of vi with
graphics and mouse capabilities. You'll also need to install the
vim-common package.
%endif

%prep
%setup -q -n vim%(echo %rversion |sed -e 's,\.,,g')
# spec plugin
rm -f runtime/doc/pi_spec.txt
rm -f runtime/ftpplugin/spec.vim
tar xfj %{SOURCE5} -C runtime
cp -a %{SOURCE6} runtime/syntax/
cp -a %{SOURCE7} runtime/syntax/
cp -a %{SOURCE8} runtime/syntax/
cp -a %{SOURCE9} runtime/syntax/
# Apply official patches
%{expand:%(
for i in `seq -f '%%03g' 1 %{official_ptchlvl}`; do
	echo %%patch1$i -p0 -b .$i~
done
)}

#mdk patches
%patch0 -p1 -b .vimrc_nosetmouse~
%patch2 -p1
%patch3 -p1 -b .spec~
%patch8 -p1 -b .manpath~
%patch10 -p1 -b .xxdloc~
%patch20 -p1 -b .warly~
%patch22 -p0
%patch23 -p0 -b .doc~
%patch24 -p0
%patch25 -p0
%patch27 -p0
%patch28 -p1 -b .pomode~
%patch30 -p1
%patch33 -p1 -b .security~
%patch34 -p1 -b .cpp11~
%patch35 -p1 -b .localedir~
%patch36 -p1 -b .qthl~
%patch37 -p1 -b .icons_install~
%patch38 -p1 -b .xsetlocale~

# Fedora patches
%patch100 -p1
%patch101 -p1 -b .fstab~

# Get rid of patch backup files - some stuff gets installed by
# copying the entire directory
find . -name "*.*~" |xargs rm -f

perl -pi -e 's|SYS_VIMRC_FILE "\$VIM/vimrc"|SYS_VIMRC_FILE "%{_sysconfdir}/vim/vimrc"|' src/os_unix.h
perl -pi -e 's|SYS_GVIMRC_FILE "\$VIM/gvimrc"|SYS_GVIMRC_FILE "%{_sysconfdir}/vim/gvimrc"|' src/os_unix.h
# disable command echo
for i in runtime/{gvimrc_example.vim,vimrc_example.vim}; do
	 perl -pi -e 's!^set showcmd!set noshowcmd!' $i
done
perl -pi -e 's|\Qsvn-commit.*.tmp\E|svn-commit*.tmp|' ./runtime/filetype.vim
cd src
autoconf

%build
%if %{with gui}
# First build: gvim
%configure2_5x \
	--disable-darwin \
	--disable-selinux \
	--disable-xsmp \
	--disable-xsmp-interact \
	--enable-luainterp=dynamic \
	--enable-mzschemeinterp=no \
	--enable-perlinterp=dynamic \
	--enable-pythoninterp=dynamic \
	--enable-python3interp=dynamic \
	--enable-tclinterp=dynamic \
	--enable-rubyinterp=dynamic \
	--disable-cscope \
	--disable-workshop \
	--enable-netbeans \
	--disable-sniff \
	--enable-multibyte \
	--disable-hangulinput \
	--enable-xim \
	--enable-fontset \
	--with-features=huge \
	--enable-gui=gnome2 \
	--with-tlib=ncurses \
	--enable-gtk2-check \
	--enable-gnome-check \
	--enable-acl \
	--enable-gpm \
	--disable-sysmouse \
	--enable-nls \
	--with-x=yes \
	--with-compiledby="%{vendor} %{bugurl}" \
	--with-modified-by="%{packager}"

%make
mv src/vim src/gvim
make -C src clean
%endif

# Second build: vim-enhanced
%configure2_5x \
	--disable-selinux \
	--enable-acl \
	--enable-luainterp=dynamic \
	--enable-perlinterp=dynamic \
	--enable-pythoninterp=dynamic \
	--enable-python3interp=dynamic \
	--enable-tclinterp=dynamic \
	--enable-rubyinterp=dynamic \
	--with-features=huge \
	--with-x=no \
	--enable-gui=no \
	--with-tlib=ncurses \
	--with-compiledby="%{vendor} %{bugurl}" \
	--with-modified-by="%{packager}"

%make
mv src/vim src/vim-enhanced
make -C src/ clean

# Third build: vim-minimal
%configure2_5x \
	--disable-selinux \
	--with-features=tiny \
	--disable-tclinterp \
	--disable-cscope \
	--enable-multibyte \
	--disable-hangulinput \
	--disable-xim \
	--disable-fontset \
	--disable-gui \
	--disable-acl \
	--disable-pythoninterp \
	--disable-perlinterp \
	--with-x=no \
	--enable-gui=no \
	--with-tlib=ncurses \
	--disable-gpm \
	--with-compiledby="%{vendor} %{bugurl}" \
	--with-modified-by="%{packager}"

%make
cp src/vim src/vim-minimal
%make -C src

cp -al runtime/doc doc
# apply os_doc.diff
pushd doc
rm -f *.1
rm -f os_{390,dos,msdos,risc,win32,amiga,mac,os2,beos,mint,qnx,vms}.txt
rm -f gui_{w16,w32}.txt
rm -f vim2html.pl Makefile *awk
popd

# britton support
ln -s tutor.fr runtime/tutor/tutor.br
ln -s menu_fr_fr.iso_8859-15.vim runtime/lang/menu_br

%install
%makeinstall_std VIMRTDIR=""


make -C src installmacros prefix=%{buildroot}%{_prefix} VIMRTDIR=""

%if %{with gui}
install -m755 src/gvim -D %{buildroot}%{_bindir}/gvim
%endif

install -m755 src/vim-enhanced -D %{buildroot}%{_bindir}
install -m755 src/vim-minimal -D %{buildroot}/bin/vim-minimal

rm -f %{buildroot}%{_bindir}/{rview,rvim,view}
for i in ex vimdiff; do
  ln -sf vim-enhanced %{buildroot}%{_bindir}/$i
done
rm -f %{buildroot}%{_mandir}/man1/evim.*
%if %{with gui}
ln -sf gvim %{buildroot}%{_bindir}/gvimdiff
ln -sf gvim %{buildroot}%{_bindir}/vimx
%endif
rm -f %{buildroot}%{_datadir}/vim/*/cmake.vim

# installing man pages
for i in %{buildroot}%{_mandir}/man1/{vi,rvi}; do
  ln -s vim.1%{_extension} $i.1%{_extension}
done

%if %{with gui}
ln -s vim.1%{_extension} %{buildroot}%{_mandir}/man1/gvim.1%{_extension}
%endif

ln -sf vimrc_example.vim %{buildroot}%{_datadir}/vim/vimrc

# Be short-circuit aware :
ln -f runtime/macros/README.txt README_macros.txt
ln -f runtime/tools/README.txt README_tools.txt

# installing the menu icons & entry
%if %{with gui}
# menu entry
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-X11.desktop << EOF
[Desktop Entry]
Name=%{title}
Comment=%{longtitle}
Exec=%{_bindir}/gvim -f
Icon=gvim
Terminal=false
Type=Application
StartupNotify=false
Categories=Gtk;TextEditor;Utility;
MimeType=text/plain;
EOF

# gvim and fontset (from Pablo) 2001/03/19
echo 'set guifontset=-*-fixed-medium-r-normal--14-*-*-*-c-*-*-*,-*-*-medium-r-normal--14-*-*-*-c-*-*-*,-*-*-medium-r-normal--14-*-*-*-m-*-*-*,*' > %{buildroot}%{_datadir}/vim/gvimrc
%else
rm -rf %{buildroot}%{_iconsdir}
%endif

# prevent including twice the doc
rm -rf %{buildroot}%{_datadir}/vim/doc
ln -s %{_defaultdocdir}/%{name}-common/doc %{buildroot}%{_datadir}/vim/doc

%{find_lang} %{name} --with-man --all-name

find %{buildroot}%{_datadir}/vim/tutor -name "tutor.*" | grep -v -E 'tutor(|\.vim)$' |
 sed -e "s^%{buildroot}^^" -e 's!^\(.*tutor.\)\(..\)!%lang(\2) \1\2!g' >> %{name}.lang

find %{buildroot}%{_datadir}/vim/lang -name "menu*" |
 sed -e "s^%{buildroot}^^" \
  -e 's!^\(/.*menu_\)\(..\)\(_\)!%lang(\2) \1\2\3!g' \
  -e 's!^\(/.*menu_\)\(..\)\(_\)!%lang(\2) \1\2\3!g' \
  -e 's!^\(/.*menu\)\(_chinese\)!%lang(zh) \1\2!g' \
  -e 's!^\(/.*menu\)\(_czech_\)!%lang(cs) \1\2!g' \
  -e 's!^\(/.*menu\)\(_french\)!%lang(fr) \1\2!g' \
  -e 's!^\(/.*menu\)\(_german\)!%lang(de) \1\2!g' \
  -e 's!^\(/.*menu\)\(_japanes\)!%lang(ja) \1\2!g' \
  -e 's!^\(/.*menu\)\(_polish\)!%lang(pl) \1\2!g' \
  -e 's!^\(/.*menu\)\(_slovak\)!%lang(sk) \1\2!g' \
  -e 's!^\(/.*menu\)\(_spanis\)!%lang(es) \1\2!g' \
  -e 's!^\(/.*menu_\)\(..\)!%lang(\2) \1\2!g' \
  >> %{name}.lang
rm -f %{buildroot}%{_bindir}/vim

mkdir -p %{buildroot}%{_sysconfdir}/vim/
MESSAGE='"Place your systemwide modification here.\n"%{_datadir}/vim/ files will be overwritten on update\n'
echo -e "$MESSAGE\nsource %{_datadir}/vim/vimrc" > %{buildroot}%{_sysconfdir}/vim/vimrc
%if %{with gui}
echo -e "$MESSAGE\nsource %{_datadir}/vim/gvimrc" > %{buildroot}%{_sysconfdir}/vim/gvimrc
%endif

%post minimal
update-alternatives --install /bin/vi vi /bin/vim-minimal 10 \
    --slave /bin/view view /bin/vim-minimal \
    --slave /bin/ex ex /bin/vim-minimal \
    --slave /bin/rvi rvi /bin/vim-minimal \
    --slave /bin/rview rview /bin/vim-minimal
update-alternatives --install /bin/vim vim /bin/vim-minimal 10 \
    --slave /bin/rvim rvim /bin/vim-minimal

%postun minimal
[ $1 = 0 ] || exit 0
update-alternatives --remove vi /bin/vim-minimal
update-alternatives --remove vim /bin/vim-minimal

%triggerpostun minimal -- vim-minimal < 7.3
update-alternatives --remove uvi /bin/vim-minimal
for i in view ex rvi rview rvim; do
    update-alternatives --remove $i /bin/$i || :
done

%post enhanced
update-alternatives --install /bin/vi vi /usr/bin/vim-enhanced 20 \
    --slave /bin/view view /usr/bin/vim-enhanced \
    --slave /bin/ex ex /usr/bin/vim-enhanced \
    --slave /bin/rvi rvi /usr/bin/vim-enhanced \
    --slave /bin/rview rview /usr/bin/vim-enhanced
update-alternatives --install /bin/vim vim /usr/bin/vim-enhanced 20 \
    --slave /bin/rvim rvim /usr/bin/vim-enhanced

%postun enhanced
[ $1 = 0 ] || exit 0
update-alternatives --remove vi /usr/bin/vim-enhanced
update-alternatives --remove vim /usr/bin/vim-enhanced

%triggerpostun enhanced -- vim-enhanced < 7.3
update-alternatives --remove uvi /usr/bin/vim-enhanced

%files common -f vim.lang
%doc README*.txt runtime/termcap
#%doc --parents mandriva/README*
%doc doc

%dir %{_datadir}/vim/
%{_datadir}/vim/autoload
%{_datadir}/vim/colors
%{_datadir}/vim/compiler
%{_datadir}/vim/doc
%{_datadir}/vim/ftplugin
%{_datadir}/vim/indent
%{_datadir}/vim/keymap
%dir %{_datadir}/vim/lang
%{_datadir}/vim/lang/README.txt
%{_datadir}/vim/macros
%{_datadir}/vim/plugin
%{_datadir}/vim/print
%{_datadir}/vim/spell
%{_datadir}/vim/syntax
%{_datadir}/vim/tools
%dir %{_datadir}/vim/tutor
%{_datadir}/vim/tutor/*.txt
%{_datadir}/vim/tutor/tutor
%{_datadir}/vim/tutor/tutor.vim
%{_datadir}/vim/*.vim
%{_datadir}/vim/vimrc
%{_mandir}/man1/vim.1*
%{_mandir}/man1/ex.1*
%{_mandir}/man1/vi.1*
%{_mandir}/man1/view.1*
%{_mandir}/man1/rvi.1*
%{_mandir}/man1/rview.1*
%{_mandir}/man1/vimdiff.1*
%{_mandir}/man1/vimtutor.1*
%{_mandir}/man1/rvim.1*
%{_bindir}/vimtutor
%{_bindir}/xxd
%{_mandir}/man1/xxd.1*
%dir %{_sysconfdir}/vim/
%config(noreplace) %{_sysconfdir}/vim/*

%files minimal
%doc README*.txt
/bin/vim-minimal

%files enhanced
%doc README*.txt
%{_bindir}/ex
%{_bindir}/vimdiff
%{_bindir}/vim-enhanced

%if %{with gui}
%files X11
%doc README*.txt
%{_bindir}/gvim
%{_bindir}/gvimdiff
%{_bindir}/vimx
%{_mandir}/man1/gvim.1*
%{_iconsdir}/locolor/16x16/apps/gvim.png
%{_iconsdir}/locolor/32x32/apps/gvim.png
%{_iconsdir}/hicolor/48x48/apps/gvim.png
%{_datadir}/applications/mandriva-%{name}-X11.desktop
%{_datadir}/vim/gvimrc
%endif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 7.4.009-6
+ Revision: 467e90e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21972 |14mr|vimguide-0.7-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	Vim editor reference guide
Name:		vimguide
Version:	0.7
Release:	15
Group:		Books/Other
License:	OpenSource
URL:		ftp://ftp.vim.org/pub/vim/doc/
Source0:	ftp://ftp.vim.org/pub/vim/doc/%{name}-%{version}.tar.bz2
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
This is a command and feature reference guide to VIM 5.6 but can also be used
for higher version of vim.

VIM (stands for Vi IMproved) - greatly improved (over original UNIX vi) text
editor with GUI, syntax highlighting, visual mode and many more new features
you won't find in the original vi.

This guide is designed and typeset by Oleg Raisky using LaTeX. The text of the
guide is comprised of various VIM documentation files, sometimes modified for
better consistency with overall style of the guide.

*NOTE*: this is NOT a complete user guide or tutorial. The only purpose of this
guide is to give a VIM user a quick and handy reference.

%prep

%setup -q -n %{name}-%{version}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc * 





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7-15
+ Revision: 096a4fc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21973 |14mr|vinagre-3.12.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	VNC Client for the GNOME Desktop
Name:		vinagre
Version:	3.12.2
Release:	2
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		vinagre-3.8.2-twenty-symbols-password-allow.patch
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://www.gnome.org/projects/vinagre/index.html
BuildRequires:	gnome-common
BuildRequires:	pkgconfig(vte-2.90) >= 0.20
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6.31
BuildRequires:	pkgconfig(spice-client-gtk-3.0) >= 0.5
BuildRequires:	pkgconfig(avahi-ui-gtk3) >= 0.6.26
BuildRequires:	pkgconfig(avahi-gobject) >= 0.6.26
BuildRequires:	pkgconfig(avahi-ui)
BuildRequires:	pkgconfig(telepathy-glib) >= 0.11.6
BuildRequires:	pkgconfig(libpanelapplet-4.0) >= 2.91.91
BuildRequires:	pkgconfig(glib-2.0) >= 2.25.11
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.3
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(libpeas-1.0) >= 0.7.2
BuildRequires:	pkgconfig(gtk-vnc-2.0) >= 0.4.3
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libsecret-1)
BuildRequires:	gnome-doc-utils >= 0.3.2
BuildRequires:	intltool
BuildRequires:	desktop-file-utils
BuildRequires:	itstool
BuildRequires:	libxml2-utils

Requires:	gnome-icon-theme >= 2.30

%description
Vinagre is a VNC Client for the GNOME Desktop.

With Vinagre you can have several connections open simultaneously, bookmark
your servers thanks to the Favorites support, store the passwords in the
GNOME keyring, and browse the network to look for VNC servers.

%prep
%setup -q
%apply_patches

%build
%configure2_5x --enable-ssh
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

desktop-file-install --vendor="" \
  --add-category="RemoteAccess;Network" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/*/*/*.*
%{_datadir}/mime/packages/vinagre-mime.xml
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
%{_datadir}/telepathy/clients/Vinagre.client
%{_mandir}/man1/vinagre.1*
%{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
%{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
%{_datadir}/appdata/vinagre.appdata.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
+ Revision: 60644fe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21974 |14mr|vino-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: GNOME VNC server and client
Name: vino
Version: 3.12.0
Release: 2
Source0: http://ftp.gnome.org/pub/GNOME/sources/vino/3.12/%{name}-%{version}.tar.xz
License: GPLv2+
Group: Networking/Remote access
Url: http://www.gnome.org
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
BuildRequires: libxdamage-devel
BuildRequires: pkgconfig(xext)
BuildRequires: libxfixes-devel
BuildRequires: pkgconfig(xtst)
BuildRequires: pkgconfig(gnutls)
BuildRequires: avahi-glib-devel
BuildRequires: avahi-client-devel
BuildRequires: libgcrypt-devel
BuildRequires: libsoup-devel
BuildRequires: pkgconfig(libnotify)
BuildRequires: unique-devel
BuildRequires: gtk+3-devel
BuildRequires: jpeg-devel
BuildRequires: intltool
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(telepathy-glib)		
BuildRequires: libgnome-keyring-devel
BuildRequires: pkgconfig(gconf-2.0) GConf2

%description
The package contains an integrated GNOME VNC server.

%prep
%setup -q

%build
%configure2_5x \
  --disable-schemas-install \
  --enable-avahi \
  --enable-telepathy \
  --enable-gnome-keyring \
  --disable-http-server		\
  --enable-libnotify 		\
  --disable-network-manager

%install
%makeinstall_std
%find_lang %name --with-gnome

%files -f %name.lang
%doc README NEWS AUTHORS ChangeLog docs/remote-desktop.txt docs/TODO
%_sysconfdir/xdg/autostart/vino-server.desktop
%_libexecdir/vino-server
%_datadir/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service
%_datadir/telepathy/clients/Vino.client
%_datadir/GConf/gsettings/org.gnome.Vino.convert
%_datadir/glib-2.0/schemas/*.xml

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: 41c9a43
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21975 |14mr|virtualbox-4.3.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kname  vboxdrv
%define oname  VirtualBox
%define srcname %{oname}-%{version}
%define distname %{oname}-%{version}
%define pkgver %{ver}

%define vboxlibdir %{_libdir}/%{name}
%define vboxdatadir %{_datadir}/%{name}

%define build_additions 1
%define build_doc 0

%ifarch %{ix86}
%define vbox_platform linux.x86
%endif
%ifarch x86_64
%define vbox_platform linux.amd64
%endif

# nuke vbox-specific dependencies
#define _provides_exceptions ^VBox
#define _requires_exceptions ^VBox
## Disabled: see rpmlint -I external-depfilter-with-internal-depgen

%define x11_server_majorver %(pkg-config --modversion xorg-server|awk -F. '{print $1$2}')

Summary:	A general-purpose full virtualizer for x86 hardware
Name:		virtualbox
Version:	4.3.14
Release:	4
License:	GPLv2+
Group:		Emulators
Url:		http://www.virtualbox.org/
Source0:	http://download.virtualbox.org/virtualbox/%{version}/%{srcname}.tar.bz2
Source1:	http://download.virtualbox.org/virtualbox/UserManual.pdf
Source2:	virtualbox.init
Source3:	virtualbox-tmpfiles.conf
Source10:	virtualbox.png
Source11:	virtualbox.16.png
Source12:	virtualbox.48.png
Source20:	os_ROSA.png
Source21:	os_ROSA_64.png
Source22:	virtualbox.rpmlintrc
Patch2:		VirtualBox-4.3.0-kernelrelease.patch
Patch3:		VirtualBox-4.3.0-futex.patch
Patch4:		VirtualBox-4.3.0-fix-vboxadd-req.patch
Patch5:		VirtualBox-4.3.0-initscriptname.patch
Patch9:		VirtualBox-4.3.0-dont-check-for-mkisofs-or-makeself.patch
Patch13:	VirtualBox-4.3.12.ROSA.brand.patch
Patch14:	VirtualBox-4.3.12.ROSA.default.patch
Patch15:	VirtualBox-4.3.0-noupdate-check.patch
Patch16:	VirtualBox-4.3.0-fix-build-with-gsoap-2.8.13-and-up.patch
Patch17:	VirtualBox-4.3.0-kernel-3.12-buildfix.patch
Patch18:	VirtualBox-4.3.8-VBoxGuestLib.patch
Patch19:	VirtualBox-4.3.6-mesa.patch
Patch20:	VirtualBox-4.3.0-no-bundles.patch

BuildRequires:	dev86
BuildRequires:	dkms-minimal
BuildRequires:	gawk
BuildRequires:	gsoap
BuildRequires:	iasl
BuildRequires:	java-rpmbuild
BuildRequires:	qt4-linguist
BuildRequires:	xsltproc
BuildRequires:	libcap-devel
BuildRequires:	libstdc++-static-devel
BuildRequires:	openssl-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(devmapper)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libvncserver)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)
BuildRequires:  pkgconfig(vpx)
BuildRequires:  pkgconfig(xcomposite)
%if %{build_doc}
# for building the user manual pdf file
BuildRequires:	texlive
BuildRequires:	texlive-fontsextra
BuildRequires:	docbook-dtd44-xml
%endif

Requires(post,preun,postun): rpm-helper
Requires:	kmod(vboxdrv) = %{version}
Suggests:	%{name}-doc

ExclusiveArch:	%{ix86} x86_64

%description
VirtualBox is a general-purpose full virtualizer for x86 hardware.

%files
%config %{_sysconfdir}/vbox/vbox.cfg
%{_bindir}/%{oname}
%{_bindir}/VBoxManage
%{_bindir}/VBoxSDL
%{_bindir}/VBoxHeadless
%{_bindir}/VBoxTunctl
%{_bindir}/VBoxNetAdpCtl
%{_bindir}/VBoxNetDHCP
%{_bindir}/vboxwebsrv
%{vboxlibdir}/dtrace
%{vboxlibdir}/icons
%{vboxlibdir}/components
%{vboxlibdir}/load.sh
%{vboxlibdir}/loadall.sh
%{vboxlibdir}/nls
%{vboxlibdir}/*.so
%{vboxlibdir}/VBoxAutostart
%{vboxlibdir}/VBoxBalloonCtrl
%{vboxlibdir}/VBoxEFI32.fd
%{vboxlibdir}/VBoxEFI64.fd
%{vboxlibdir}/VBoxExtPackHelperApp
%{vboxlibdir}/VBoxManage
%{vboxlibdir}/VBoxNetNAT
%{vboxlibdir}/iPxeBaseBin
%{vboxlibdir}/VBoxVolInfo
%{vboxlibdir}/VBoxSVC
%{vboxlibdir}/VBoxTestOGL
%{vboxlibdir}/VBoxTunctl
%{vboxlibdir}/VBoxVMMPreload
%{vboxlibdir}/VBoxXPCOMIPCD
%{vboxlibdir}/vboxkeyboard.tar.bz2
%{vboxlibdir}/vboxshell.py
%{vboxlibdir}/virtualbox.xml
%{vboxlibdir}/tools/RTGzip
%{vboxlibdir}/tools/RTLdrFlt
%{vboxlibdir}/tools/RTManifest
%{vboxlibdir}/tools/RTRm
%{vboxlibdir}/tools/RTShutdown
%{vboxlibdir}/tools/RTSignTool
%{vboxlibdir}/tools/RTTar
# These are subdirs
%{vboxlibdir}/helpers
%{vboxlibdir}/scripts
# this files need proper permission
%attr(4711,root,root) %{vboxlibdir}/VBoxHeadless
%attr(4711,root,root) %{vboxlibdir}/VBoxSDL
%attr(4711,root,root) %{vboxlibdir}/VirtualBox
%attr(4711,root,root) %{vboxlibdir}/VBoxNetAdpCtl
%attr(4711,root,root) %{vboxlibdir}/VBoxNetDHCP
%attr(644,root,root) %{vboxlibdir}/*.gc
%attr(644,root,root) %{vboxlibdir}/*.r0
%exclude %{vboxlibdir}/UserManual.pdf
%{vboxdatadir}
# initscripts integration
%{_initrddir}/%{name}
%config %{_sysconfdir}/udev/rules.d/%{name}.rules
%dir /var/run/%{oname}
%{_tmpfilesdir}/%{name}.conf
# desktop integration
%{_iconsdir}/hicolor/*/*/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/mime/packages/virtualbox.xml

%post
%_post_service %{name}
%_add_group_helper %{name} 1 vboxusers

%postun
if [ "$1" -ge "1" ]; then
  /sbin/service %{name} condrestart > /dev/null 2>&1 || :
fi
%_del_group_helper %{name} 1 vboxusers

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%package -n	dkms-%{name}
Summary:	VirtualBox kernel module
Group:		System/Kernel and hardware
Requires(post,preun): dkms
Conflicts:	dkms-vboxadditions < 4.1.8

%description -n dkms-%{name}
Kernel support for VirtualBox.

%files -n dkms-%{name}
%{_usr}/src/%{name}-%{version}-%{release}

%post -n dkms-%{name}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{release}
/usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{release}
/sbin/rmmod vboxnetflt &>/dev/null
/sbin/rmmod vboxnetadp &>/dev/null
/sbin/rmmod %{kname} &>/dev/null
/sbin/modprobe %{kname} &>/dev/null
/sbin/modprobe vboxnetflt &>/dev/null
/sbin/modprobe vboxnetadp &>/dev/null
:

%preun -n dkms-%{name}
if [ "$1" = "0" ]; then
	/sbin/rmmod vboxnetadp >/dev/null 2>&1
	/sbin/rmmod vboxnetflt >/dev/null 2>&1
	/sbin/rmmod %{kname} >/dev/null 2>&1
fi
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{release} --all || :

#----------------------------------------------------------------------------

%if %{build_additions}
%package 	guest-additions
Summary:	Additions for VirtualBox guest systems
Group:		Emulators
Requires:	kmod(vboxguest) = %{version}
Requires:	kmod(vboxsf) = %{version}
Requires:	kmod(vboxvideo) = %{version}
Requires:	x11-driver-video-vboxvideo
Requires(post,preun): rpm-helper

%description guest-additions
This package contains additions for VirtualBox guest systems.
It allows to share files with the host system and sync time with host.

%files guest-additions
/%{_lib}/security/pam_vbox.so
/sbin/mount.vboxsf
%{_initrddir}/vboxadd-timesync
%{_sbindir}/VBoxService
%{_bindir}/VBoxClient
%{_bindir}/VBoxControl
%{_sysconfdir}/udev/rules.d/vbox-additions.rules
%{_sysconfdir}/X11/xinit.d/98vboxadd-xclient
%{_sysconfdir}/modprobe.preload.d/vbox-guest-additions

%post guest-additions
%_post_service vboxadd-timesync

# (Debian) Build usb device tree
for i in /sys/bus/usb/devices/*; do
if test -r "$i/dev"; then
dev="`cat "$i/dev" 2> /dev/null || true`"
major="`expr "$dev" : '\(.*\):' 2> /dev/null || true`"
minor="`expr "$dev" : '.*:\(.*\)' 2> /dev/null || true`"
class="`cat $i/bDeviceClass 2> /dev/null || true`"
/usr/share/virtualbox/VBoxCreateUSBNode.sh "$major" "$minor" "$class" vboxusers 2>/dev/null || true
fi
done

%preun guest-additions
%_preun_service vboxadd-timesync

%endif

#----------------------------------------------------------------------------

%if %{build_additions}
%package -n	dkms-vboxadditions
Summary:	Kernel module for VirtualBox additions
Group:		System/Kernel and hardware
Requires(post,preun): dkms
Obsoletes:	dkms-vboxadd < %{version}-%{release}
%rename		dkms-vboxvfs
%rename		dkms-vboxsf
%rename		dkms-vboxvideo = %{version}-%{release}
Conflicts:	dkms-%{name} < 4.1.8

%description -n dkms-vboxadditions
Kernel module for VirtualBox additions (ideally only needs to be installed
on the guest OS not on the host OS).

%files -n dkms-vboxadditions
%{_usr}/src/vbox*-%{version}-%{release}

%post -n dkms-vboxadditions
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m vboxadditions -v %{version}-%{release}
/usr/sbin/dkms --rpm_safe_upgrade build -m vboxadditions -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade install -m vboxadditions -v %{version}-%{release}
:

%preun -n dkms-vboxadditions
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m vboxadditions -v %{version}-%{release} --all
:

%endif

#----------------------------------------------------------------------------

%if %{build_additions}
%package -n	x11-driver-video-vboxvideo
Summary:	The X.org driver for video in VirtualBox guests
Group:		System/X11
Requires:	x11-server-common
Suggests:	virtualbox-guest-additions
Conflicts:	virtualbox-guest-additions < 2.2.0-2

%description -n x11-driver-video-vboxvideo
The X.org driver for video in VirtualBox guests

%files -n x11-driver-video-vboxvideo
%{_libdir}/VBoxOGL*
%{_libdir}/dri
%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
%endif

#----------------------------------------------------------------------------

%package doc
Summary:	The user manual PDF file for %{name}
Group:		System/X11
BuildArch:	noarch

%description doc
This package contains the user manual PDF file for %{name}.

%files doc
%{vboxlibdir}/UserManual.pdf

#----------------------------------------------------------------------------

%prep
%setup -qn %{distname}
%apply_patches

# Remove bundle X11 sources and some lib sources, before patching.
rm -rf src/VBox/Additions/x11/x11include
rm -rf src/VBox/Additions/x11/x11stubs
rm -rf src/libs/boost-1.37.0/
#rm -rf src/libs/liblzf-3.4/
rm -rf src/libs/libxml2-2.6.31/
rm -rf src/libs/libpng-1.2.8/
rm -rf src/libs/zlib-1.2.6/

cat << EOF > LocalConfig.kmk
VBOX_PATH_APP_PRIVATE_ARCH:=%{vboxlibdir}
VBOX_WITH_ORIGIN:=
VBOX_WITH_RUNPATH:=%{vboxlibdir}
VBOX_PATH_APP_PRIVATE:=%{vboxlibdir}
VBOX_WITH_TESTCASES =
VBOX_WITH_TESTSUITE:=
VBOX_JAVA_HOME := %{java_home}
VBOX_WITHOUT_ADDITIONS_ISO := 1
VBOX_USE_SYSTEM_XORG_HEADERS := 1
XSERVER_VERSION := %{x11_server_majorver}
VBOX_PATH_APP_DOCS :=%{_defaultdocdir}/virtualbox
EOF

#Copy ROSA IMAGES
cp -a %{SOURCE20} %{SOURCE21} src/VBox/Frontends/VirtualBox/images/

%build
export LIBPATH_LIB="%{_lib}"
./configure \
	--disable-kmods \
%if ! %{build_doc}
	--disable-docs
%endif

%if !%{build_additions}
sed -rie 's/(VBOX_WITH_LINUX_ADDITIONS\s+:=\s+).*/\1/' AutoConfig.kmk
echo VBOX_WITHOUT_ADDITIONS=1 >> LocalConfig.kmk
%endif

. ./env.sh
kmk %{_smp_mflags} all

%install
# install vbox components
mkdir -p %{buildroot}%{vboxlibdir} %{buildroot}%{vboxdatadir} 

(cd out/%{vbox_platform}/release/bin && tar cf - --exclude=additions .) | \
(cd %{buildroot}%{vboxlibdir} && tar xf -)

# move noarch files to vboxdatadir
mv %{buildroot}%{vboxlibdir}/{VBox*.sh,*.desktop,*.png} %{buildroot}%{vboxdatadir}

# install service
mkdir -p %{buildroot}%{_initrddir}
install -m755 %{SOURCE2} %{buildroot}%{_initrddir}/%{name}

# install wrappers
mkdir -p %{buildroot}%{_sysconfdir}/vbox
cat > %{buildroot}%{_sysconfdir}/vbox/vbox.cfg << EOF
# VirtualBox installation directory
INSTALL_DIR="%{vboxlibdir}"
EOF

mkdir -p %{buildroot}%{_bindir}
ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/%{oname}
ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/VBoxManage
ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/VBoxSDL
ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/VBoxHeadless
ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/vboxwebsrv

# provide network control tools in bindir
ln -s %{vboxlibdir}/VBoxTunctl %{buildroot}%{_bindir}/VBoxTunctl
ln -s %{vboxlibdir}/VBoxNetAdpCtl %{buildroot}%{_bindir}/VBoxNetAdpCtl
ln -s %{vboxlibdir}/VBoxNetDHCP %{buildroot}%{_bindir}/VBoxNetDHCP

install -d %{buildroot}/var/run/%{oname}

#install tmpfiles conf
install -m644 -D %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# install dkms sources
mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
cat > vboxbuild << EOF
#!/bin/sh
set -e
make -C %{kname} KERN_DIR=\$1
cp -f %{kname}/Module.symvers vboxnetflt
cp -f %{kname}/Module.symvers vboxnetadp
make -C vboxnetflt KERN_DIR=\$1
make -C vboxnetadp KERN_DIR=\$1
EOF
install -m 0755 vboxbuild %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
mv %{buildroot}%{vboxlibdir}/src/* %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/
cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/dkms.conf << EOF
MAKE[0]="./vboxbuild \$kernel_source_dir"
PACKAGE_NAME=%{name}
PACKAGE_VERSION=%{version}-%{release}
DEST_MODULE_LOCATION[0]=/kernel/3rdparty/vbox
BUILT_MODULE_LOCATION[0]=%{kname}/
BUILT_MODULE_NAME[0]=%{kname}
DEST_MODULE_LOCATION[1]=/kernel/3rdparty/vbox
BUILT_MODULE_LOCATION[1]=vboxnetflt/
BUILT_MODULE_NAME[1]=vboxnetflt
DEST_MODULE_LOCATION[2]=/kernel/3rdparty/vbox
BUILT_MODULE_LOCATION[2]=vboxnetadp/
BUILT_MODULE_NAME[2]=vboxnetadp
AUTOINSTALL=yes
EOF

# install udev rules
# install udev rules
mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d/
cat > %{buildroot}%{_sysconfdir}/udev/rules.d/%{name}.rules << EOF
KERNEL=="%{kname}", NAME="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
SUBSYSTEM=="usb_device", ACTION=="add", RUN+="%{_datadir}/%{name}/VBoxCreateUSBNode.sh \$major \$minor \$attr{bDeviceClass} vboxusers"
SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", RUN+="%{_datadir}/%{name}/VBoxCreateUSBNode.sh \$major \$minor \$attr{bDeviceClass} vboxusers"
SUBSYSTEM=="usb_device", ACTION=="remove", RUN+="%{_datadir}/%{name}/VBoxCreateUSBNode.sh --remove \$major \$minor"
SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN+="%{_datadir}/%{name}/VBoxCreateUSBNode.sh --remove \$major \$minor"
EOF
cat > %{buildroot}%{_sysconfdir}/udev/rules.d/vbox-additions.rules << EOF
KERNEL=="vboxguest", NAME="vboxguest", OWNER="root", MODE="0660"
KERNEL=="vboxuser", NAME="vboxuser", OWNER="root", MODE="0666"
EOF

# install additions
%if %{build_additions}
# vboxadd-timesync should probably be renamed vboxadd now, but renaming initscripts
# cleanly is hacky business
install -m755 src/VBox/Additions/linux/installer/vboxadd-service.sh %{buildroot}%{_initrddir}/vboxadd-timesync

install -d %{buildroot}%{_sysconfdir}/X11/xinit.d
install -m755 src/VBox/Additions/x11/Installer/98vboxadd-xclient %{buildroot}%{_sysconfdir}/X11/xinit.d

pushd out/%{vbox_platform}/release/bin/additions
  install -d %{buildroot}/sbin %{buildroot}%{_sbindir} %{buildroot}/%{_libdir}/dri
  install -m755 mount.vboxsf %{buildroot}/sbin/mount.vboxsf
  install -m755 VBoxService %{buildroot}%{_sbindir}

  install -m755 VBoxClient %{buildroot}%{_bindir}
  install -m755 VBoxControl %{buildroot}%{_bindir}

  install -m755 VBoxOGL*.so %{buildroot}%{_libdir}
  ln -s -f ../VBoxOGL.so %{buildroot}%{_libdir}/dri/vboxvideo_dri.so

  install -d %{buildroot}%{_sysconfdir}/modprobe.preload.d
  cat > %{buildroot}%{_sysconfdir}/modprobe.preload.d/vbox-guest-additions << EOF
vboxguest
EOF

  install -d %{buildroot}%{_libdir}/xorg/modules/{input,drivers}
  install vboxvideo_drv_system.so %{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so

  mkdir -p %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}
  cat > %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/dkms.conf << EOF
PACKAGE_NAME=vboxadditions
PACKAGE_VERSION=%{version}-%{release}
MAKE[0]="make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxguest &&
cp \$dkms_tree/\$module/\$module_version/build/vboxguest/Module.symvers \$dkms_tree/\$module/\$module_version/build/vboxsf &&
make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxsf &&
cp \$dkms_tree/\$module/\$module_version/build/vboxsf/Module.symvers \$dkms_tree/\$module/\$module_version/build/vboxvideo &&
make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxvideo"
EOF
  i=0
  for kmod in vboxguest vboxsf vboxvideo; do
    mkdir -p %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/$kmod
    cp -a src/$kmod/* %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/$kmod/
    cat >> %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/dkms.conf << EOF
DEST_MODULE_LOCATION[$i]=/kernel/3rdparty/vbox
BUILT_MODULE_LOCATION[$i]=$kmod/
BUILT_MODULE_NAME[$i]=$kmod
EOF
    i=$((i+1))
  done
  cat >> %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/dkms.conf << EOF
CLEAN="make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxguest clean && 
make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxsf clean && 
make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxvideo clean "
AUTOINSTALL=yes
EOF
popd

%endif

# install menu entries
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=VirtualBox
Comment=Full virtualizer for x86 hardware
Exec=%{_bindir}/%{oname}
Icon=%{name}
Type=Application
Terminal=false
Categories=Emulator;
MimeType=application/x-virtualbox-vbox;application/x-virtualbox-vbox-extpack;application/x-virtualbox-ovf;application/x-virtualbox-ova;
EOF

# install mime types
install -D -m644 src/VBox/Installer/common/virtualbox.xml %{buildroot}%{_datadir}/mime/packages/virtualbox.xml

# install shipped icons for apps and mimetypes
for i in 16 20 32 40 48 64 128; do
	install -D -m0644 src/VBox/Resources/OSE/virtualbox-${i}px.png %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps/virtualbox.png
done

for i in 16 20 24 32 40 48 64 72 80 96 128 256 512; do
	install -D -m0644 src/VBox/Resources/other/virtualbox-ova-${i}px.png %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes/virtualbox-ova.png
	install -D -m0644 src/VBox/Resources/other/virtualbox-ovf-${i}px.png %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes/virtualbox-ovf.png
	install -D -m0644 src/VBox/Resources/other/virtualbox-vbox-${i}px.png %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes/virtualbox-vbox.png
	install -D -m0644 src/VBox/Resources/other/virtualbox-vbox-extpack-${i}px.png %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes/virtualbox-vbox-extpack.png
done

# add missing makefile for kernel module
install -m644 src/VBox/HostDrivers/Support/linux/Makefile %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/

# remove unpackaged files
rm -rf %{buildroot}%{vboxlibdir}/{src,sdk,testcase}
rm  -f %{buildroot}%{vboxlibdir}/tst*
rm  -f %{buildroot}%{vboxlibdir}/vboxkeyboard.tar.gz
rm  -f %{buildroot}%{vboxlibdir}/SUP*
rm  -f %{buildroot}%{vboxlibdir}/xpidl

%if !%{build_doc}
install -m644 %{SOURCE1} %{buildroot}%{vboxlibdir}/UserManual.pdf
%endif

# remove unpackaged files
rm -rf %{buildroot}%{vboxlibdir}/{src,sdk,testcase}
rm  -f %{buildroot}%{vboxlibdir}/tst*
rm  -f %{buildroot}%{vboxlibdir}/vboxkeyboard.tar.gz
rm  -f %{buildroot}%{vboxlibdir}/SUP*
rm  -f %{buildroot}%{vboxlibdir}/xpidl
rm  -f %{buildroot}%{vboxlibdir}/*.debug

# install PAM module:
install -D -m755 out/%{vbox_platform}/release/bin/additions/pam_vbox.so %{buildroot}/%{_lib}/security/pam_vbox.so


%changelog
* Tue Jul 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.3.14-4
+ Revision: 22d65a9
- Fix translations path (perhaps it's a bug in upstream anyway)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21976 |14mr|VirtualGL-2.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libpackage %mklibname %{name}

Name:		VirtualGL
Summary:	A toolkit for displaying OpenGL applications to thin clients
Version:	2.3.1
Release:	2
Group:		Networking/Other
License:	wxWindows Library License v3.1
URL:		http://www.virtualgl.org
Source0:	http://prdownloads.sourceforge.net/virtualgl/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	gcc-c++
BuildRequires:	glibc-devel
BuildRequires:	jpeg-static-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
Requires:	%{libpackage} = %{version}

%description
VirtualGL is a library which allows most Linux OpenGL applications to be
remotely displayed to a thin client without the need to alter the
applications in any way.  VGL inserts itself into an application at run time
and intercepts a handful of GLX calls, which it reroutes to the server's
display (which presumably has a 3D accelerator attached.)  This causes all
3D rendering to occur on the server's display.  As each frame is rendered
by the server, VirtualGL reads back the pixels from the server's framebuffer
and sends them to the client for re-compositing into the appropriate X
Window.  VirtualGL can be used to give hardware-accelerated 3D capabilities to
VNC or other remote display environments that lack GLX support.  In a LAN
environment, it can also be used with its built-in motion-JPEG video delivery
system to remotely display full-screen 3D applications at 20+ frames/second.

VirtualGL is based upon ideas presented in various academic papers on
this topic, including "A Generic Solution for Hardware-Accelerated Remote
Visualization" (Stegmaier, Magallon, Ertl 2002) and "A Framework for
Interactive Hardware Accelerated Remote 3D-Visualization" (Engel, Sommer,
Ertl 2000.)

%package devel
Summary:	A toolkit for displaying OpenGL applications to thin clients
Group:		Networking/Other
Requires:	%{name} = %{version}

%description devel
VirtualGL is a library which allows most Linux OpenGL applications to be
remotely displayed to a thin client without the need to alter the
applications in any way.  VGL inserts itself into an application at run time
and intercepts a handful of GLX calls, which it reroutes to the server's
display (which presumably has a 3D accelerator attached.)  This causes all
3D rendering to occur on the server's display.  As each frame is rendered
by the server, VirtualGL reads back the pixels from the server's framebuffer
and sends them to the client for re-compositing into the appropriate X
Window.  VirtualGL can be used to give hardware-accelerated 3D capabilities to
VNC or other remote display environments that lack GLX support.  In a LAN
environment, it can also be used with its built-in motion-JPEG video delivery
system to remotely display full-screen 3D applications at 20+ frames/second.

VirtualGL is based upon ideas presented in various academic papers on
this topic, including "A Generic Solution for Hardware-Accelerated Remote
Visualization" (Stegmaier, Magallon, Ertl 2002) and "A Framework for
Interactive Hardware Accelerated Remote 3D-Visualization" (Engel, Sommer,
Ertl 2000.)

%package -n %{libpackage}
Summary:	Libraries injected by VirtualGL into applications that are ran through it
Group:		System/Libraries

%description -n %{libpackage}
Libraries injected by VirtualGL into applications that are ran throught it. 
Lib package allow installing 32 and 64 bits libraries at the same time.

%prep
%setup -q

%build
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} -DCMAKE_INSTALL_PREFIX=%{buildroot}/%{_prefix} -DTJPEG_INCLUDE_DIR=%{_includedir} -DTJPEG_LIBRARY=%{_libdir}/libturbojpeg.a .
%make

%install
rm -rf %{buildroot}
%makeinstall

%ifarch x86_64
mv %{buildroot}/usr/lib %{buildroot}%{_libdir}
%endif

rm -rf %{buildroot}%{_libdir}/fakelib
rm -rf %{buildroot}%{_prefix}/fakelib
mkdir -p %{buildroot}%{_libdir}/fakelib
ln -sf ../librrfaker.so %{buildroot}%{_libdir}/fakelib/libGL.so
mv -f %{buildroot}%{_bindir}/glxinfo %{buildroot}%{_bindir}/glxinfo2

%files
%doc /usr/doc/*
%{_bindir}/*

%files -n %{libpackage}
%dir %{_libdir}/fakelib
%{_libdir}/fakelib/libGL.so
%{_libdir}/librrfaker.so
%{_libdir}/libdlfaker.so
%{_libdir}/libgefaker.so

%files devel
%{_includedir}/rrtransport.h
%{_includedir}/rr.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.1-2
+ Revision: 6a0f882
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21977 |14mr|virtuoso-opensource-6.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Name:       virtuoso-opensource
Version:    6.1.6
Release:    2
License:    GPLv2
Summary:    OpenLink Virtuoso Database System Open-Source Edition
Group:      Development/Databases
Source0:    http://downloads.sourceforge.net/project/virtuoso/virtuoso/%{version}/%{name}-%{version}.tar.gz
Patch4:     virtuoso-opensource-6.1.0-extern-iodbc.patch
Patch5:     virtuoso-opensource-6.1.0-nodemos_buildfix.patch
URL:        http://virtuoso.openlinksw.com/
BuildRequires: openssl
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: bison
BuildRequires: flex
BuildRequires: gperf
BuildRequires: libxml2-devel
BuildRequires: openssl-devel
BuildRequires: iodbc-devel
Obsoletes:     %name-conductor < 6.1.0
Conflicts:     %name-applications < 6.1.0-3

%description
Virtuoso is a scalable cross-platform server that combines SQL/RDF/XML
Data Management with Web Application Server and Web Services Platform
functionality.

Virtuoso is at the core a high performance object-relational SQL
database. As a database, it provides transactions, a smart SQL
compiler, powerful stored procedure language with optional Java and
.Net server side hosting, hot backup, SQL 99 and more. It has all
major data access interfaces, as in ODBC, JDBC, ADO .Net and OLE/DB.

Virtuoso has a built-in web server which can serve dynamic web pages
written in Virtuoso's web page language as well as PHP, ASP .Net and
others. This same web server provides SOAP and REST access to Virtuoso
stored procedures, supporting a broad set of WS protocols such as
WS-Security, WS-Reliable Messaging and others. A BPEL4WS run time is
also available as part of Virtuoso's SOA suite.

%files -n %name
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/virtuoso-t
%{_sysconfdir}/virtuoso/virtuoso.ini
%attr(0755,root,root) %{_libdir}/virtuoso/plugins/virtodbc*.*
#%attr(0755,root,root) %{_libdir}/virtuoso/hosting/im.so

#--------------------------------------------------------------------

%package -n  %name-applications
Summary:     Virtuoso open source applications
Group:       Development/Databases
Conflicts:   %name < 6.1.0-2

%description -n %name-applications
Virtuoso is a scalable cross-platform server that combines SQL/RDF/XML
Data Management with Web Application Server and Web Services Platform
functionality.

%files -n %name-applications
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/inifile
%attr(0755,root,root) %{_bindir}/isql-iodbc
%attr(0755,root,root) %{_bindir}/isqlw
%attr(0755,root,root) %{_bindir}/isqlw-iodbc
%attr(0755,root,root) %{_bindir}/odbc_mail
%attr(0755,root,root) %{_bindir}/virt_mail
%attr(0755,root,root) %{_bindir}/virtuoso-iodbc-t
%{_datadir}/virtuoso/doc
%exclude %{_libdir}/virtuoso/plugins/virtodbc*.*

#--------------------------------------------------------------------

%package -n %name-jars
Summary: Virtuoso open source jar files
Group: Development/Databases

%description -n %name-jars
Virtuoso is a scalable cross-platform server that combines SQL/RDF/XML
Data Management with Web Application Server and Web Services Platform
functionality.

%files -n %name-jars
%defattr(0644,root,root,0755)
%{_libdir}/virtuoso/jars/jdbc2.0/*.jar
%{_libdir}/virtuoso/jars/jdbc3.0/*.jar
%{_libdir}/virtuoso/jars/jdbc4.0/*.jar
%{_libdir}/virtuoso/jars/jena/*.jar
%{_libdir}/virtuoso/jars/sesame/*
%{_libdir}/hibernate/virt_dialect.jar

#--------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%patch4 -p0 -b .iodbc
%patch5 -p0

%build
# autogen.sh because of patching Makefile.am and configure to unixODBC
./autogen.sh

%configure2_5x \
	--with-iodbc=%_prefix --disable-all-vads 

%make

%install
rm -rf %{buildroot}

%makeinstall_std 
mkdir -p %{buildroot}%{_libdir}/virtuoso/plugins
#cp -f %{buildroot}%{_libdir}/virtuoso/plugins/* %{buildroot}%{_libdir}/

rm -fr %{buildroot}%{_libdir}/*.a
mv %{buildroot}%{_libdir}/*.so %{buildroot}%{_libdir}/virtuoso/plugins/
mkdir -p %{buildroot}%{_libdir}/virtuoso/jars
mv %{buildroot}%{_libdir}/jdbc-2.0 %{buildroot}%{_libdir}/virtuoso/jars/jdbc2.0
mv %{buildroot}%{_libdir}/jdbc-3.0 %{buildroot}%{_libdir}/virtuoso/jars/jdbc3.0
mv %{buildroot}%{_libdir}/jdbc-4.0 %{buildroot}%{_libdir}/virtuoso/jars/jdbc4.0
mv %{buildroot}%{_libdir}/jena %{buildroot}%{_libdir}/virtuoso/jars/jena
mv %{buildroot}%{_libdir}/sesame %{buildroot}%{_libdir}/virtuoso/jars/sesame
mkdir -p %{buildroot}%{_sysconfdir}/virtuoso
mv %{buildroot}%{_var}/lib/virtuoso/db/virtuoso.ini %{buildroot}%{_sysconfdir}/virtuoso/

#conflicts with unixODBC
rm -f  %{buildroot}%{_bindir}/isql
rm -f  %{buildroot}%{_libdir}/*.la
rm -f  %{buildroot}%{_libdir}/virtuoso/hosting/*.*a

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.1.6-2
+ Revision: df8bb78
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21978 |14mr|virt-what-1.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           virt-what
Version:        1.11
Release:        3
Summary:        Detect if we are running in a virtual machine

Group:          Emulators
License:        GPLv2+

URL:            http://people.redhat.com/~rjones/virt-what/
Source0:        http://people.redhat.com/~rjones/virt-what/files/%{name}-%{version}.tar.gz

# Patches over upstream 1.11.
Patch1:         0001-IA64-Xen-HVM-should-print-xen-hvm-not-xen-domU.patch
Patch2:         0001-Change-dmidecode-detection-of-Hitachi-Virtage.patch

# This is provided by the build root, but we make it explicit
# anyway in case this was dropped from the build root in future.
BuildRequires:  perl

# Required at build time in order to do 'make check' (for getopt).
BuildRequires:  util-linux-ng

# virt-what script uses dmidecode and getopt (from util-linux-ng).
# RPM cannot detect this so make the dependencies explicit here.
Requires:       dmidecode
Requires:       util-linux-ng


%description
virt-what is a shell script which can be used to detect if the program
is running in a virtual machine.

The program prints out a list of "facts" about the virtual machine,
derived from heuristics.  One fact is printed per line.

If nothing is printed and the script exits with code 0 (no error),
then it can mean either that the program is running on bare-metal or
the program is running inside a type of virtual machine which we don't
know about or cannot detect.

Current types of virtualization detected:

 - hyperv       Microsoft Hyper-V
 - kvm          Linux Kernel Virtual Machine (KVM)
 - openvz       OpenVZ or Virtuozzo
 - powervm_lx86 IBM PowerVM Lx86 Linux/x86 emulator
 - qemu         QEMU (unaccelerated)
 - uml          User-Mode Linux (UML)
 - virtage      Hitachi Virtualization Manager (HVM) Virtage LPAR
 - virtualbox   VirtualBox
 - virtualpc    Microsoft VirtualPC
 - vmware       VMware
 - xen          Xen
 - xen-dom0     Xen dom0 (privileged domain)
 - xen-domU     Xen domU (paravirtualized guest domain)
 - xen-hvm      Xen guest fully virtualized (HVM)


%prep
%setup -q

%patch1 -p1
%patch2 -p1


%build
%configure
make


%check
make check


%install
make install DESTDIR=%{buildroot}

%clean

%files
%doc README COPYING
%{_sbindir}/virt-what
%{_libexecdir}/virt-what-cpuid-helper
%{_mandir}/man1/*.1*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.11-3
+ Revision: 2627859
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21979 |14mr|vitunes-2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A curses media indexer and player for vi users
Name:		vitunes
Version:	2.3
Release:	2
Source0:	http://vitunes.org/files/%{name}-%{version}.tar.gz
License:	BSD
Group:		Sound
URL:		http://vitunes.org
Patch0:		vitunes-2.3-time-header.patch
Patch1:		vitunes-2.3-asneeded.patch

BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(taglib)

%description
vitunes is a curses-based music player 
and playlist manager for *nix whose goals are:
 * a minimalistic appearance
 * strong vi-like bindings 
 * quick playlist creation/management.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
cp Makefile.linux Makefile

%build
%make -f Makefile.linux

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
%makeinstall_std PREFIX=%{buildroot}%{_prefix}
chmod 0755 %{buildroot}%{_bindir}/%{name}

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3-2
+ Revision: 25ddc24
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21980 |14mr|vlan-utils-1.9-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname vlan

Summary:	Utilities for controlling vlans
Name:		%{rname}-utils
Version:	1.9
Release:	8
License:	GPL
Group:		System/Kernel and hardware
URL:		http://www.candelatech.com/~greear/vlan.html 
Source0:	http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz
Patch0:		vlan-1.6-mdkconf.patch
Patch1:		vlan.1.9-format_not_a_string_literal_and_no_format_arguments.diff
Patch2:		vlan.1.9-nostrip.diff
BuildRequires:	kernel-headers >= 2.4.14 lynx
Provides:	vconfig
Obsoletes:	vconfig
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Virtual networking refers to the ability of switches and routers to
configure logical topologies on top of the physical network
infrastructure, allowing any arbitrary collection of LAN segments
within a network to be combined into an autonomous user group,
appearing as a single LAN.

This package implement support (along with the kernel patch) :

     * Implements 802.1Q VLAN spec.
     * Can support up to 4094 VLANs per ethernet interface.
     * Scales well in critical paths: O(n), where n is the number of
       PHYSICAL ethernet interfaces, and that is only on ingress. O(1) in
       every other critical path, as far as I know.
     * Supports MULTICAST
     * Can change MAC address of VLAN.
     * Multiple naming conventions supported, and adjustable at runtime.
     * Optional header-reordering, to make the VLAN interface look JUST
       LIKE an Ethernet interface. This fixes some problems with DHCPd
       and anything else that uses a SOCK_PACKET socket. Default setting
       is off, which works for every other protocol I know about, and is
       slightly faster.

%prep

%setup -q -n %{rname}
%patch0 -p1 -b .mdkconf
%patch1 -p0 -b .format_not_a_string_literal_and_no_format_arguments
%patch2 -p0 -b .nostrip

rm -rf `find -type d -name CVS`

%build
make clean
rm -f macvlan_config vconfig *.o
%make RPM_OPT_FLAGS="%{optflags}" LDFLAGS="%{ldflags}" vconfig

%install
rm -rf %{buildroot}

install -m755 vconfig -D %{buildroot}/sbin/vconfig
install -m755 vlan_test.pl -D %{buildroot}/sbin/vlan-test
install -m644 vconfig.8 -D %{buildroot}%{_mandir}/man8/vconfig.8

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG contrib README vlan.html
/sbin/*
%{_mandir}/man8/vconfig.8*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9-8
+ Revision: ac817a1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21981 |14mr|vlc-2.1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_goom 0

%define with_faad 0
%define with_faac 0
%define with_lame 0
%define with_dts 0
%define with_x264 0

%define libmajor	5
%define coremajor	7
%define libname		%mklibname %{name} %{libmajor}
%define libnamecore	%mklibname vlccore %{coremajor}
%define devname		%mklibname -d %{name}

######################
# Hardcode PLF build
%define with_plf 0
######################

%if %{with_plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define distsuffix plf
%global with_dts 1
%global with_faac 1
%global with_faad 1
%global with_lame 1
%global with_x264 1
%endif

%define git_url git://git.videolan.org/vlc.git

Summary:	MPEG, MPEG2, DVD and DivX player
Name:		vlc
Version:	2.1.5
Release:	1%{?extrarelsuffix}
#gw the shared libraries are LGPL
License:	GPLv2+ and LGPLv2+
Group:		Video
Url:		http://www.videolan.org/
Source0:	http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.xz
Patch0:		vlc-2.0.1-automake-1.12.patch
Patch1:		vlc-2.1.2-fix-default-font.patch
Patch2:		vlc-2.0.0-desktop-l10n.patch
# Replace live555 detection part in configure.ac with older code
# because we don't have .pc file in current live555 version
Patch3:		vlc-2.1.2-live555-path.patch
Patch4:		vlc-2.1.2-live555-201306.patch
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	desktop-file-utils
BuildRequires:	libtool
BuildRequires:	kdelibs4-core
BuildRequires:	ffmpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	liba52dec-devel
BuildRequires:	libdvdnav-devel
BuildRequires:	libmatroska-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	libmpeg2dec-devel >= 0.4.0
BuildRequires:	live-devel
BuildRequires:	libtar-devel
BuildRequires:	qt4-devel
BuildRequires:	sysfsutils-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(caca)
BuildRequires:	pkgconfig(dirac)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(freerdp)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libbluray) >= 0.2.1
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libchromaprint)
BuildRequires:	pkgconfig(libdvbpsi)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libvcdinfo)
BuildRequires:	pkgconfig(libvncclient)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xv)
%if %{with_dts}
BuildRequires:	pkgconfig(libdca)
%endif
%if %{with_faac}
BuildRequires:	libfaac-devel
%endif
%if %{with_faad}
BuildRequires:	libfaad2-devel >= 2.0
%endif
%if %{with_lame}
BuildRequires:	liblame-devel
%endif
%if %{with_x264}
BuildRequires:	pkgconfig(x264)
%endif

Suggests:	vlc-plugin-dv
Suggests:	vlc-plugin-flac
Suggests:	vlc-plugin-kate
Suggests:	vlc-plugin-libass
Suggests:	vlc-plugin-mpc
Suggests:	vlc-plugin-opus
Suggests:	vlc-plugin-pulse
Suggests:	vlc-plugin-schroedinger
Suggests:	vlc-plugin-speex
Suggests:	vlc-plugin-theora
Suggests:	vlc-plugin-upnp
Requires:	fonts-ttf-vera
Conflicts:	vlc-plugin-common < %{version}-%{release}

%description
VideoLAN is an OpenSource streaming solution for every OS developed by
students from the Ecole Centrale Paris and developers from all over the
World.
VLC (VideoLAN Client) is a media player that can play MPEG1, MPEG2 and
MPEG4 (aka DivX) files, DVDs, VCDs, SVCDs, from a satellite card, from
a stream sent by VLS (VideoLAN Server), from another VLC, or from a Web
server.
This package contains no CSS unscrambling functionality for DVDs ;
you need the libdvdcss library available from
http://www.videolan.org/libdvdcss/

%if %{with_plf}
This package is in Restricted repository as it is violating software patents.
%endif

%files -f %{name}.lang
%doc NEWS README COPYING AUTHORS THANKS
%doc installed-docs/* doc/lirc/
%{_bindir}/cvlc
%{_bindir}/qvlc
%{_bindir}/vlc
%{_bindir}/vlc-wrapper
%dir %{_datadir}/vlc/
%{_datadir}/vlc/*.*
%{_datadir}/vlc/utils
%dir %{_libdir}/vlc
%{_libdir}/vlc/vlc-cache-gen
%dir %{_libdir}/vlc/plugins
%{_libdir}/vlc/plugins/plugins.dat
%dir %{_libdir}/vlc/plugins/access
%{_libdir}/vlc/plugins/access/libaccess_attachment_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_avio_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_bd_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_ftp_plugin.so*
%{_libdir}/vlc/plugins/access/libaccess_gnomevfs_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_http_plugin.so*
%{_libdir}/vlc/plugins/access/libaccess_imem_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_mms_plugin.so*
%{_libdir}/vlc/plugins/access/libaccess_mtp_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_rar_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_realrtsp_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_sftp_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_smb_plugin.so*
%{_libdir}/vlc/plugins/access/libaccess_tcp_plugin.so*
%{_libdir}/vlc/plugins/access/libaccess_udp_plugin.so*
%{_libdir}/vlc/plugins/access/libaccess_vdr_plugin.so*
%{_libdir}/vlc/plugins/access/libcdda_plugin.so*
%{_libdir}/vlc/plugins/access/libdtv_plugin.so*
%{_libdir}/vlc/plugins/access/libdvb_plugin.so
%{_libdir}/vlc/plugins/access/libdvdnav_plugin.so*
%{_libdir}/vlc/plugins/access/libdvdread_plugin.so*
%{_libdir}/vlc/plugins/access/libfilesystem_plugin.so
%{_libdir}/vlc/plugins/access/libidummy_plugin.so
%{_libdir}/vlc/plugins/access/librdp_plugin.so
%{_libdir}/vlc/plugins/access/librtp_plugin.so
%{_libdir}/vlc/plugins/access/libsdp_plugin.so
%{_libdir}/vlc/plugins/access/libshm_plugin.so
%{_libdir}/vlc/plugins/access/libstream_filter_rar_plugin.so
%{_libdir}/vlc/plugins/access/libtimecode_plugin.so
%{_libdir}/vlc/plugins/access/libv4l2_plugin.so*
%{_libdir}/vlc/plugins/access/libvcdx_plugin.so*
%{_libdir}/vlc/plugins/access/libvcd_plugin.so*
%{_libdir}/vlc/plugins/access/liblibvnc_plugin.so
%{_libdir}/vlc/plugins/access/liblive555_plugin.so
%{_libdir}/vlc/plugins/access/libxcb_screen_plugin.so
%{_libdir}/vlc/plugins/access/libzip_plugin.so
%{_libdir}/vlc/plugins/access/liblibbluray_plugin.so
%dir %{_libdir}/vlc/plugins/access_output/
%{_libdir}/vlc/plugins/access_output/libaccess_output_dummy_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_file_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_http_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_livehttp_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_udp_plugin.so*
%dir %{_libdir}/vlc/plugins/audio_filter
%{_libdir}/vlc/plugins/audio_filter/liba52tofloat32_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/liba52tospdif_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libaudiobargraph_a_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libaudio_format_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libchorus_flanger_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libcompressor_plugin.so
%if %{with_dts}
%{_libdir}/vlc/plugins/audio_filter/libdtstofloat32_plugin.so*
%endif
%{_libdir}/vlc/plugins/audio_filter/libdolby_surround_decoder_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libdtstospdif_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libequalizer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libgain_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libheadphone_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libkaraoke_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libmono_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libmpgatofixed32_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libnormvol_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libparam_eq_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libremap_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libsamplerate_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libscaletempo_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libsimple_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libspatializer_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libstereo_widen_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libtrivial_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libugly_resampler_plugin.so*
%dir %{_libdir}/vlc/plugins/audio_mixer
%{_libdir}/vlc/plugins/audio_mixer/libfloat_mixer_plugin.so
%{_libdir}/vlc/plugins/audio_mixer/libinteger_mixer_plugin.so
%dir %{_libdir}/vlc/plugins/audio_output
%{_libdir}/vlc/plugins/audio_output/libadummy_plugin.so
%{_libdir}/vlc/plugins/audio_output/libamem_plugin.so
%{_libdir}/vlc/plugins/audio_output/libafile_plugin.so
%dir %{_libdir}/vlc/plugins/codec
%{_libdir}/vlc/plugins/codec/liba52_plugin.so*
%{_libdir}/vlc/plugins/codec/libadpcm_plugin.so*
%{_libdir}/vlc/plugins/codec/libaes3_plugin.so
%{_libdir}/vlc/plugins/codec/libaraw_plugin.so*
%{_libdir}/vlc/plugins/codec/libavcodec_plugin.so
%{_libdir}/vlc/plugins/codec/libcc_plugin.so
%{_libdir}/vlc/plugins/codec/libcdg_plugin.so
%{_libdir}/vlc/plugins/codec/libcvdsub_plugin.so*
%{_libdir}/vlc/plugins/codec/libddummy_plugin.so
%{_libdir}/vlc/plugins/codec/libdirac_plugin.so
%{_libdir}/vlc/plugins/codec/libdts_plugin.so*
%{_libdir}/vlc/plugins/codec/libdvbsub_plugin.so*
%{_libdir}/vlc/plugins/codec/libedummy_plugin.so
%if %{with_faad}
%{_libdir}/vlc/plugins/codec/libfaad_plugin.so*
%endif
%{_libdir}/vlc/plugins/codec/libg711_plugin.so
%{_libdir}/vlc/plugins/codec/liblibmpeg2_plugin.so*
%{_libdir}/vlc/plugins/codec/liblpcm_plugin.so*
%{_libdir}/vlc/plugins/codec/libmpeg_audio_plugin.so*
%{_libdir}/vlc/plugins/codec/librawvideo_plugin.so*
%{_libdir}/vlc/plugins/codec/libsubsusf_plugin.so
%{_libdir}/vlc/plugins/codec/libstl_plugin.so
%{_libdir}/vlc/plugins/codec/libsvcdsub_plugin.so*
%{_libdir}/vlc/plugins/codec/libpng_plugin.so*
%{_libdir}/vlc/plugins/codec/libscte27_plugin.so
%{_libdir}/vlc/plugins/codec/libspudec_plugin.so*
%{_libdir}/vlc/plugins/codec/libsubsdec_plugin.so*
%{_libdir}/vlc/plugins/codec/libt140_plugin.so
%{_libdir}/vlc/plugins/codec/libtelx_plugin.so
%{_libdir}/vlc/plugins/codec/libuleaddvaudio_plugin.so
%if %{with_x264}
%{_libdir}/vlc/plugins/codec/libx264_plugin.so*
%endif
%{_libdir}/vlc/plugins/codec/libxwd_plugin.so
%dir %{_libdir}/vlc/plugins/control
%{_libdir}/vlc/plugins/control/libdbus_plugin.so
%{_libdir}/vlc/plugins/control/libdummy_plugin.so
%{_libdir}/vlc/plugins/control/libglobalhotkeys_plugin.so
%{_libdir}/vlc/plugins/control/libhotkeys_plugin.so*
%{_libdir}/vlc/plugins/control/libmotion_plugin.so
%{_libdir}/vlc/plugins/control/libnetsync_plugin.so
%{_libdir}/vlc/plugins/control/liboldrc_plugin.so*
%{_libdir}/vlc/plugins/control/libgestures_plugin.so*
%dir %{_libdir}/vlc/plugins/demux
%{_libdir}/vlc/plugins/demux/libaiff_plugin.so*
%{_libdir}/vlc/plugins/demux/libasf_plugin.so*
%{_libdir}/vlc/plugins/demux/libau_plugin.so*
%{_libdir}/vlc/plugins/demux/libavformat_plugin.so
%{_libdir}/vlc/plugins/demux/libavi_plugin.so*
%{_libdir}/vlc/plugins/demux/libdemux_cdg_plugin.so
%{_libdir}/vlc/plugins/demux/libdemux_stl_plugin.so
%{_libdir}/vlc/plugins/demux/libdemuxdump_plugin.so*
%{_libdir}/vlc/plugins/demux/libdirac_plugin.so
%{_libdir}/vlc/plugins/demux/libes_plugin.so
%{_libdir}/vlc/plugins/demux/libh264_plugin.so*
%{_libdir}/vlc/plugins/demux/libimage_plugin.so
%{_libdir}/vlc/plugins/demux/libmjpeg_plugin.so*
%{_libdir}/vlc/plugins/demux/libmkv_plugin.so
%{_libdir}/vlc/plugins/demux/libmp4_plugin.so*
%{_libdir}/vlc/plugins/demux/libmpgv_plugin.so*
%{_libdir}/vlc/plugins/demux/libnsc_plugin.so*
%{_libdir}/vlc/plugins/demux/libnsv_plugin.so*
%{_libdir}/vlc/plugins/demux/libnuv_plugin.so*
%{_libdir}/vlc/plugins/demux/libplaylist_plugin.so*
%{_libdir}/vlc/plugins/demux/libps_plugin.so*
%{_libdir}/vlc/plugins/demux/libpva_plugin.so*
%{_libdir}/vlc/plugins/demux/librawaud_plugin.so
%{_libdir}/vlc/plugins/demux/librawdv_plugin.so*
%{_libdir}/vlc/plugins/demux/librawvid_plugin.so
%{_libdir}/vlc/plugins/demux/libreal_plugin.so*
%{_libdir}/vlc/plugins/demux/libsmf_plugin.so
%{_libdir}/vlc/plugins/demux/libsubtitle_plugin.so*
%{_libdir}/vlc/plugins/demux/libtta_plugin.so
%{_libdir}/vlc/plugins/demux/libty_plugin.so*
%{_libdir}/vlc/plugins/demux/libvobsub_plugin.so*
%{_libdir}/vlc/plugins/demux/libvc1_plugin.so
%{_libdir}/vlc/plugins/demux/libvoc_plugin.so*
%{_libdir}/vlc/plugins/demux/libwav_plugin.so*
%{_libdir}/vlc/plugins/demux/libts_plugin.so*
%{_libdir}/vlc/plugins/demux/libxa_plugin.so*
%{_libdir}/vlc/plugins/demux/libogg_plugin.so*
%{_libdir}/vlc/plugins/codec/libvorbis_plugin.so*
%dir %{_libdir}/vlc/plugins/meta_engine
%{_libdir}/vlc/plugins/meta_engine/libfolder_plugin.so
%{_libdir}/vlc/plugins/meta_engine/libtaglib_plugin.so
%dir %{_libdir}/vlc/plugins/misc
%{_libdir}/vlc/plugins/misc/libaudioscrobbler_plugin.so
%{_libdir}/vlc/plugins/misc/libdbus_screensaver_plugin.so
%{_libdir}/vlc/plugins/misc/libexport_plugin.so*
%{_libdir}/vlc/plugins/misc/libfingerprinter_plugin.so
%{_libdir}/vlc/plugins/misc/liblogger_plugin.so*
%{_libdir}/vlc/plugins/misc/libstats_plugin.so
%{_libdir}/vlc/plugins/misc/libvod_rtsp_plugin.so*
%{_libdir}/vlc/plugins/misc/libxdg_screensaver_plugin.so*
%{_libdir}/vlc/plugins/misc/libxml_plugin.so*
%dir %{_libdir}/vlc/plugins/mmx
%{_libdir}/vlc/plugins/mmx/libi420_rgb_mmx_plugin.so
%{_libdir}/vlc/plugins/mmx/libi420_yuy2_mmx_plugin.so
%{_libdir}/vlc/plugins/mmx/libi422_yuy2_mmx_plugin.so
%dir %{_libdir}/vlc/plugins/mux
%{_libdir}/vlc/plugins/mux/libmux_asf_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_avi_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_dummy_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_mp4_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_mpjpeg_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_ogg_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_ps_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_ts_plugin.so
%{_libdir}/vlc/plugins/mux/libmux_wav_plugin.so*
%dir %{_libdir}/vlc/plugins/notify
%dir %{_libdir}/vlc/plugins/gui/
%{_libdir}/vlc/plugins/gui/libqt4_plugin.so
%dir %{_libdir}/vlc/plugins/packetizer
%{_libdir}/vlc/plugins/packetizer/libpacketizer_copy_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_dirac_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_flac_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_h264_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mlp_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpeg4audio_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpeg4video_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpegvideo_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_vc1_plugin.so
%dir %{_libdir}/vlc/plugins/services_discovery/
%{_libdir}/vlc/plugins/services_discovery/libmediadirs_plugin.so
%{_libdir}/vlc/plugins/services_discovery/libmtp_plugin.so
%{_libdir}/vlc/plugins/services_discovery/libpodcast_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libsap_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libudev_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libxcb_apps_plugin.so
%dir %{_libdir}/vlc/plugins/stream_filter/
%{_libdir}/vlc/plugins/stream_filter/libdash_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libdecomp_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libhttplive_plugin.so
%{_libdir}/vlc/plugins/stream_filter/librecord_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libsmooth_plugin.so
%dir %{_libdir}/vlc/plugins/stream_out
%{_libdir}/vlc/plugins/stream_out/libstream_out_autodel_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_bridge_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_chromaprint_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_delay_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_description_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_display_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_dummy_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_duplicate_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_es_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_gather_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_langfromtelx_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_mosaic_bridge_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_raop_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_record_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_rtp_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_setid_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_smem_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_standard_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_transcode_plugin.so*
%dir %{_libdir}/vlc/plugins/text_renderer
%{_libdir}/vlc/plugins/text_renderer/libfreetype_plugin.so*
%{_libdir}/vlc/plugins/text_renderer/libsvg_plugin.so
%{_libdir}/vlc/plugins/text_renderer/libtdummy_plugin.so
%dir %{_libdir}/vlc/plugins/video_chroma
%{_libdir}/vlc/plugins/video_chroma/libgrey_yuv_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libi420_rgb_*plugin.so*
%{_libdir}/vlc/plugins/video_chroma/libi420_yuy2_*plugin.so*
%{_libdir}/vlc/plugins/video_chroma/libi422_i420_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libi422_yuy2_*plugin.so*
%{_libdir}/vlc/plugins/video_chroma/librv32_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libyuy2_i420_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libyuy2_i422_plugin.so
%dir %{_libdir}/vlc/plugins/video_filter
%{_libdir}/vlc/plugins/video_filter/libadjust_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libalphamask_plugin.so
%{_libdir}/vlc/plugins/video_filter/libanaglyph_plugin.so
%{_libdir}/vlc/plugins/video_filter/libantiflicker_plugin.so
%{_libdir}/vlc/plugins/video_filter/libaudiobargraph_v_plugin.so
%{_libdir}/vlc/plugins/video_filter/libatmo_plugin.so
%{_libdir}/vlc/plugins/video_filter/libball_plugin.so
%{_libdir}/vlc/plugins/video_filter/libblendbench_plugin.so
%{_libdir}/vlc/plugins/video_filter/libblend_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libbluescreen_plugin.so
%{_libdir}/vlc/plugins/video_filter/libcanvas_plugin.so
%{_libdir}/vlc/plugins/video_filter/libchain_plugin.so
%{_libdir}/vlc/plugins/video_filter/libclone_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libcolorthres_plugin.so
%{_libdir}/vlc/plugins/video_filter/libcroppadd_plugin.so
%{_libdir}/vlc/plugins/video_filter/libdeinterlace_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libdynamicoverlay_plugin.so
%{_libdir}/vlc/plugins/video_filter/liberase_plugin.so
%{_libdir}/vlc/plugins/video_filter/libextract_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgaussianblur_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgradient_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgradfun_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgrain_plugin.so
%{_libdir}/vlc/plugins/video_filter/libhqdn3d_plugin.so
%{_libdir}/vlc/plugins/video_filter/libinvert_plugin.so*
%{_libdir}/vlc/plugins/video_filter/liblogo_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmagnify_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmarq_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmirror_plugin.so
%{_libdir}/vlc/plugins/video_filter/libmosaic_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmotionblur_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmotiondetect_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libpanoramix_plugin.so
%{_libdir}/vlc/plugins/video_filter/libposterize_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpostproc_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpsychedelic_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpuzzle_plugin.so
%{_libdir}/vlc/plugins/video_filter/libremoteosd_plugin.so
%{_libdir}/vlc/plugins/video_filter/libripple_plugin.so
%{_libdir}/vlc/plugins/video_filter/librotate_plugin.so
%{_libdir}/vlc/plugins/video_filter/librss_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libscale_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libscene_plugin.so
%{_libdir}/vlc/plugins/video_filter/libsepia_plugin.so
%{_libdir}/vlc/plugins/video_filter/libsharpen_plugin.so
%{_libdir}/vlc/plugins/video_filter/libsubsdelay_plugin.so
%{_libdir}/vlc/plugins/video_filter/libswscale_plugin.so
%{_libdir}/vlc/plugins/video_filter/libtransform_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libwall_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libwave_plugin.so
%{_libdir}/vlc/plugins/video_filter/libyuvp_plugin.so
%dir %{_libdir}/vlc/plugins/video_output
%{_libdir}/vlc/plugins/video_output/libcaca_plugin.so
%{_libdir}/vlc/plugins/video_output/libfb_plugin.so*
%{_libdir}/vlc/plugins/video_output/libvmem_plugin.so
%{_libdir}/vlc/plugins/video_output/libyuv_plugin.so
%{_libdir}/vlc/plugins/video_output/libvdummy_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_x11_plugin.so*
%{_libdir}/vlc/plugins/video_output/libxcb_window_plugin.so*
%{_libdir}/vlc/plugins/video_output/libxcb_xv_plugin.so*
%dir %{_libdir}/vlc/plugins/visualization
%{_libdir}/vlc/plugins/visualization/libvisual_plugin.so*
%{_libdir}/vlc/plugins/access/libaccess_alsa_plugin.so
%{_libdir}/vlc/plugins/audio_output/libalsa_plugin.so*
%{_mandir}/man1/vlc.*
%{_mandir}/man1/vlc-wrapper.1*
%{_datadir}/applications/vlc.desktop
%{_miconsdir}/vlc.png
%{_iconsdir}/vlc.png
%{_liconsdir}/vlc.png
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/apps/solid/actions/*.desktop

#----------------------------------------------------------------------------

%package -n svlc
Summary:	Skinned GUI plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
Provides:	vlc-gui

%description -n svlc
This plugin adds a skinned GUI interface to the VLC media player. To
activate it, run the `svlc' program.

%files -n svlc
%doc README
%{_bindir}/svlc
%{_libdir}/vlc/plugins/gui/libskins2_plugin.so*
%{_datadir}/applications/mandriva-svlc.desktop
%{_datadir}/vlc/skins2

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared code for the VLC media player
Group:		System/Libraries

%description -n %{libname}
Shared code for the VLC media player
This package contains code that is shared by different modules of the 
VLC media player.

%files -n %{libname}
%{_libdir}/libvlc.so.%{libmajor}*

#----------------------------------------------------------------------------

%package -n %{libnamecore}
Summary:	Shared core code for the VLC media player
Group:		System/Libraries
#gw needed by the python bindings:
Provides:	libvlccore = %{version}-%{release}

%description -n %{libnamecore}
Shared core code for the VLC media player
This package contains code that is shared by different modules of the
VLC media player.

%files -n %{libnamecore}
%{_libdir}/libvlccore.so.%{coremajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the VLC media player
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	%{libnamecore} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development files for the VLC media player
This package contains headers and a static library required to build plugins
for the VLC media player, or standalone applications using features from VLC.

%files -n %{devname}
%doc README doc/release-howto.txt doc/skins
%dir %{_includedir}/vlc
%{_libdir}/vlc/libcompat.a
%{_libdir}/libvlc.so
%{_libdir}/libvlccore.so
%{_includedir}/vlc/*
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%package plugin-aa
Summary:	ASCII art video plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	aalib-devel

%description plugin-aa
This is an ASCII art video output plugin for the VLC media playe. To
activate it, use the `--vout aa' flag or select the `aa' video output
plugin from the preferences menu.

%files plugin-aa
%doc README
%{_libdir}/vlc/plugins/video_output/libaa_plugin.so*

#----------------------------------------------------------------------------

%package plugin-bonjour
Summary:	Bonjour service discovery plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-bonjour
This plugin adds support for Bonjour service discovery to
the VLC media player.

%files plugin-bonjour
%doc README
%{_libdir}/vlc/plugins/services_discovery/libbonjour_plugin.so*

#----------------------------------------------------------------------------

%package plugin-dv
Summary:	DV codec plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(libavc1394)

%description plugin-dv
This plugin adds support for the DV video format to the VLC media player.
The plugin is autodetected.

%files plugin-dv
%doc README
%{_libdir}/vlc/plugins/access/libdc1394_plugin.so
%{_libdir}/vlc/plugins/access/libdv1394_plugin.so

#----------------------------------------------------------------------------

%package plugin-flac
Summary:	Flac codec plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-flac
These plugins add support for the FLAC compressed audio format to the
VLC media player.

%files plugin-flac
%doc README
%{_libdir}/vlc/plugins/demux/libflacsys_plugin.so
%{_libdir}/vlc/plugins/codec/libflac_plugin.so*

#----------------------------------------------------------------------------

%package plugin-fluidsynth
Summary:	Add MIDI playback support to VLC based on Fluidsynth
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(fluidsynth)

%description plugin-fluidsynth
This plugin adds support for MIDI playback to VLC based on the Fluidsynth
library.

%files plugin-fluidsynth
%doc README
%{_libdir}/vlc/plugins/codec/libfluidsynth_plugin.so

#----------------------------------------------------------------------------

%package plugin-gme
Summary:	Add game music playback support to VLC based on libgme
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	libgme-devel

%description plugin-gme
This plugin adds support for video game music playback to VLC based on the
GME library.

%files plugin-gme
%doc README
%{_libdir}/vlc/plugins/demux/libgme_plugin.so

#----------------------------------------------------------------------------

%package plugin-gnutls
Summary:	Secure Socket Layer plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-gnutls
This plugin adds support for SSL/TLS to the VLC media player.

%files plugin-gnutls
%doc README
%{_libdir}/vlc/plugins/misc/libgnutls_plugin.so*

#----------------------------------------------------------------------------

%if %{with_goom}
%package plugin-goom
Summary:	Visualization plugin for the VLC media player
Group:		Video
BuildRequires:	libgoom2-devel
Requires:	%{name} = %{version}

%description plugin-goom
This is a visualization plugin for VLC media player based on the Goom library.

%files plugin-goom
%doc README
%{_libdir}/vlc/plugins/visualization/libgoom_plugin.so
%endif

#----------------------------------------------------------------------------

%package plugin-jack
Summary:	Jack audio plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-jack
This plugin adds support for the Jack Audio Connection Kit to the VLC
media player. To activate it, use the `--aout jack' flag or select the
`jack' audio output plugin from the preferences menu.

%files plugin-jack
%doc README
%{_libdir}/vlc/plugins/access/libaccess_jack_plugin.so
%{_libdir}/vlc/plugins/audio_output/libjack_plugin.so*

#----------------------------------------------------------------------------

%package plugin-kate
Summary:	Add subtitle and Karaoke text support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(tiger)

%description plugin-kate
This package adds support for subtitles and Karaoke text display based on
the libkate library to VLC.

%files plugin-kate
%doc README
%{_libdir}/vlc/plugins/codec/libkate_plugin.so

#----------------------------------------------------------------------------

%package plugin-libass
Summary:	Add subtitle support to VLC using libass
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libass)

%description plugin-libass
This package adds support for subtitles based on the libass library to VLC.

%files plugin-libass
%doc README
%{_libdir}/vlc/plugins/codec/liblibass_plugin.so

#----------------------------------------------------------------------------

%package plugin-libnotify
Summary:	Notification popup plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-libnotify
This plugin adds support for notification popup messages to
the VLC media player.

%files plugin-libnotify
%doc README
%{_libdir}/vlc/plugins/notify/libnotify_plugin.so*

#----------------------------------------------------------------------------

%package plugin-lirc
Summary:	Lirc plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(liblircclient0)

%description plugin-lirc
This plugin is an infrared lirc interface for the VLC media player. To
activate it, use the `--extraintf lirc' flag.

%files plugin-lirc
%doc README
%{_libdir}/vlc/plugins/control/liblirc_plugin.so*

#----------------------------------------------------------------------------

%package plugin-lua
Summary:	Add Lua scripting to vlc
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(lua)

%description plugin-lua
This plugin adds lua scripting and provides a few example scripts as well.

%files plugin-lua
%doc README
%{_libdir}/vlc/plugins/lua/liblua_plugin.so
%{_libdir}/vlc/lua
%{_datadir}/vlc/lua
%{_bindir}/rvlc

#----------------------------------------------------------------------------

%package plugin-mod
Summary:	MOD audio decoder plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-mod
This plugin adds support for music module playback based on libmodplug
to the VLC media player.

%files plugin-mod
%doc README
%{_libdir}/vlc/plugins/demux/libmod_plugin.so*

#----------------------------------------------------------------------------

%package plugin-mpc
Summary:	MPC audio decoder plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-mpc
This plugin adds support for Musepack audio playback based on libmpcdec
to the VLC media player.

%files plugin-mpc
%doc README
%{_libdir}/vlc/plugins/demux/libmpc_plugin.so*

#----------------------------------------------------------------------------

%package plugin-ncurses
Summary:	Ncurses console-based plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(ncurses)

%description plugin-ncurses
This plugin adds a ncurses interface to the VLC media player. To
activate it, use the `--intf ncurses' flag.

%files plugin-ncurses
%doc README
%{_bindir}/nvlc
%{_libdir}/vlc/plugins/gui/libncurses_plugin.so*

#----------------------------------------------------------------------------

%package plugin-opencv
Summary:	OpenCV wrapper video filter plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(opencv)

%description plugin-opencv
This plugin adds support for OpenCV video filter to the VLC media player.

%files plugin-opencv
%doc README
%{_libdir}/vlc/plugins/video_filter/libopencv_example_plugin.so
%{_libdir}/vlc/plugins/video_filter/libopencv_wrapper_plugin.so

#----------------------------------------------------------------------------

%package plugin-opengl
Summary:	OpenGL video output plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-opengl
This plugin adds support for OpenGL video output to the VLC media player.

%files plugin-opengl
%doc README
%{_libdir}/vlc/plugins/video_output/libgl_plugin.so
%{_libdir}/vlc/plugins/video_output/libglx_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_glx_plugin.so*

#----------------------------------------------------------------------------

%package plugin-opus
Summary:	Opus codec plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(opus)

%description plugin-opus
This plugin adds support for the Opus codec to the VLC media player.

%files plugin-opus
%{_libdir}/vlc/plugins/codec/libopus_plugin.so

#----------------------------------------------------------------------------

%package plugin-projectm
Summary:	Visualization plugin for the VLC media player
Group:		Video
BuildRequires:	pkgconfig(libprojectM)
Requires:	%{name} = %{version}

%description plugin-projectm
This is a visualization plugin for VLC media player based on projectm.

%files plugin-projectm
%doc README
%{_libdir}/vlc/plugins/visualization/libprojectm_plugin.so

#----------------------------------------------------------------------------

%package plugin-pulse
Summary:	PulseAudio plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-pulse
This plugin adds support for the PulseAudio Sound Daemon to the VLC
media player. To activate it, use the `--aout pulse' flag or select the
`pulse' audio output plugin from the preferences menu.

%files plugin-pulse
%doc README
%{_libdir}/vlc/plugins/access/libpulsesrc_plugin.so
%{_libdir}/vlc/plugins/audio_output/libpulse_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libpulselist_plugin.so

#----------------------------------------------------------------------------

%package plugin-schroedinger
Summary:	Dirac plugin for VLC based on Schroedinger
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(schroedinger-1.0)

%description plugin-schroedinger
These plugins add support for the Dirac video format based on Schroedinger.
to the VLC media player.

%files plugin-schroedinger
%doc README
%{_libdir}/vlc/plugins/codec/libschroedinger_plugin.so

#----------------------------------------------------------------------------

%package plugin-sdl
Summary:	Simple DirectMedia Layer video plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	nas-devel

%description plugin-sdl
This plugin adds support for the Simple DirectMedia Layer library to
the VLC media player. To activate it, use the `--vout sdl' or
`--aout sdl' flags or select the `sdl' video or audio output plugin
from the preferences menu.

%files plugin-sdl
%doc README
%{_libdir}/vlc/plugins/codec/libsdl_image_plugin.so*
%{_libdir}/vlc/plugins/video_output/libvout_sdl_plugin.so*

#----------------------------------------------------------------------------

%package plugin-shout
Summary:	Shoutcast and Icecast connector
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(shout)

%description plugin-shout
This plugin adds support for Icecast and Shoutcast servers.

%files plugin-shout
%doc README
%{_libdir}/vlc/plugins/access_output/libaccess_output_shout_plugin.so

#----------------------------------------------------------------------------

%package plugin-speex
Summary:	Ogg Speex codec plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-speex
These plugins add support for the Ogg Speex codec to the VLC media
player. They are autodetected.

%files plugin-speex
%doc README
%{_libdir}/vlc/plugins/audio_filter/libspeex_resampler_plugin.so
%{_libdir}/vlc/plugins/codec/libspeex_plugin.so*

#----------------------------------------------------------------------------

%package plugin-theora
Summary:	Theora video codec for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(theora)

%description plugin-theora
These plugin adds support for the Ogg Theora video format to the VLC
media player. They are autodetected.

%files plugin-theora
%doc README
%{_libdir}/vlc/plugins/codec/libtheora_plugin.so

#----------------------------------------------------------------------------

%package plugin-twolame
Summary:	MP2 encoder plugin for VLC
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(twolame)

%description plugin-twolame
These plugins add support for the Twolame MPEG Audio Layer 2 encoder
to the VLC media player. They are autodetected.

%files plugin-twolame
%doc README
%{_libdir}/vlc/plugins/codec/libtwolame_plugin.so*

#----------------------------------------------------------------------------

%package plugin-upnp
Summary:	UPNP service discovery plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libupnp)

%description plugin-upnp
This plugin adds support for UPNP service discovery to
the VLC media player.

%files plugin-upnp
%doc README
%{_libdir}/vlc/plugins/services_discovery/libupnp_plugin.so*

#----------------------------------------------------------------------------

%package plugin-vaapi
Summary:	VAAPI GPU decoding support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libva-x11)

%description plugin-vaapi
This package adds VAAPI GPU decoding support to VLC.

%files plugin-vaapi
%doc README
%{_libdir}/vlc/plugins/codec/libvaapi_plugin.so

#----------------------------------------------------------------------------

%package plugin-vdpau
Summary:	VDPAU GPU decoding support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(vdpau)

%description plugin-vdpau
This package adds VDPAU GPU decoding support to VLC.

%files plugin-vdpau
%doc README
%{_libdir}/vlc/plugins/codec/libvdpau_plugin.so


#----------------------------------------------------------------------------

%package plugin-zvbi
Summary:	Add Teletext and Closed Caption support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(zvbi-0.2)

%description plugin-zvbi
This package adds support for Raw VBI, Teletext and Closed Caption based on
the ZVBI library to VLC.

%files plugin-zvbi
%doc README
%{_libdir}/vlc/plugins/access/liblinsys_hdsdi_plugin.so
%{_libdir}/vlc/plugins/access/liblinsys_sdi_plugin.so
%{_libdir}/vlc/plugins/codec/libzvbi_plugin.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .automake12~
%patch1 -p1
%patch2 -p1
%patch3 -p1 -b .live555~
%patch4 -p1 -b .live555~

#gw if we want to regenerate libtool, we must remove the local versions of
# the libtool m4 files, aclocal will replace them
pushd m4
rm -fv argz.m4 libtool.m4 ltdl.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4
popd

libtoolize --install --force
aclocal -I m4
autoheader
autoconf
automake -a

%build
# add missing ebml include dir
export CPPFLAGS="$CPPFLAGS -I/usr/include/ebml"
#gw the speex headers have moved
export CPPFLAGS="$CPPFLAGS -I%{_includedir}/speex"
%configure2_5x \
	--disable-dependency-tracking \
	--disable-rpath \
	--disable-sse \
	--enable-aa \
	--enable-bluray \
	--enable-bonjour \
%if %{with_dts}
	--enable-dca \
%else
	--disable-dca \
%endif
	--enable-dvbpsi \
	--enable-dvdnav \
%if %{with_faad}
	--enable-faad \
%endif
	--enable-flac \
	--enable-gnutls \
	--enable-jack \
	--enable-libcddb \
	--enable-libmpeg2 \
	--enable-libva \
	--enable-lirc \
	--enable-live555 \
	--enable-mad \
	--enable-mkv \
	--enable-ncurses \
	--enable-ogg \
	--enable-opus \
	--enable-pulse \
	--enable-realrtsp \
	--enable-sdl \
	--enable-shout \
	--enable-skins2 \
	--enable-speex \
	--enable-theora \
	--enable-twolame \
	--enable-vcdx \
	--enable-vdpau \
	--enable-vorbis \
%if %{with_x264}
	--enable-x264 \
%else
	--disable-x264 \
%endif
	--enable-xvideo \
%ifarch x86_64
	--with-pic
%endif

%make

%install
mkdir -p %{buildroot}%{_libdir}
%makeinstall_std transform=""

find %{buildroot}%{_libdir}/vlc -name \*.la -exec rm -f {} \;

%find_lang %{name}

rm -rf installed-docs
mv %{buildroot}%{_datadir}/doc/vlc installed-docs

# menu
desktop-file-install --vendor="" \
  --add-mime-type="x-content/video-dvd" \
  --add-mime-type="x-content/video-vcd" \
  --add-mime-type="x-content/video-svcd" \
  --add-mime-type="x-content/audio-cdda" \
  --add-category="Qt" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

cat > %{buildroot}%{_datadir}/applications/mandriva-svlc.desktop << EOF
[Desktop Entry]
Name=VLC skinned GUI media player
Comment=VLC is a free MPEG, MPEG2, DVD and DivX player
Exec=%{_bindir}/svlc %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Audio;Video;Player;
EOF
fgrep MimeType= %{buildroot}%{_datadir}/applications/vlc.desktop >> %{buildroot}%{_datadir}/applications/mandriva-svlc.desktop

# icons
%define pngdir share/icons
mkdir -p %{buildroot}/{%{_miconsdir},%{_liconsdir}}
install -m 644 %{pngdir}/16x16/vlc.png %{buildroot}/%{_miconsdir}/vlc.png
install -m 644 %{pngdir}/32x32/vlc.png %{buildroot}/%{_iconsdir}/vlc.png
install -m 644 %{pngdir}/48x48/vlc.png %{buildroot}/%{_liconsdir}/vlc.png


%changelog
* Sun Aug 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.5-1
+ Revision: 37372a1
- New version 2.1.5

* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.4-2
+ Revision: 78c9fdc
- Bump release

* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.4-1
+ Revision: 776ccb4
- New version 2.1.4

* Wed Feb 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.3-1
+ Revision: 9521bf4
- LOG New version 2.1.3, suggest more plugins

* Thu Dec 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.2-1
+ Revision: d4d317e
- LOG New version 2.1.2, update files, BuildRequires and patches

* Tue Oct 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.8-5
+ Revision: 07022e6
- LOG Rebuild with ffmpeg 2.1

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.8-4
+ Revision: 95d46f9
- LOG Rebuild with new ffmpeg

* Tue Aug 06 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.8-3
+ Revision: 25e1a51
- LOG Add patch to fix build with ffmpeg 2.0 and patch to possibly fix issues with screensaver in KDE

* Fri Aug 02 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.8-2
+ Revision: 2d472cc
- LOG Build Opus plugin, major spec cleanup

* Tue Jul 30 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.8-1
+ Revision: e902872
- LOG New version 2.0.8, minor spec cleanups, add patch to fix build with new live, drop merged flac 1.3 patch

* Tue Jul 16 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.7-1
+ Revision: 00b73eb
- LOG Add patch to fix build with flac 1.3.x

* Tue Jul 16 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.7-1
+ Revision: 86189ca
- LOG Fix automake usage

* Mon Jul 15 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.7-1
+ Revision: 359ae41
- LOG Fix BuildRequires for flac

* Tue Jun 11 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.7-1
+ Revision: b586bba
- LOG New version 2.0.7 (with PLF features disabled)

* Fri Apr 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.6-1
+ Revision: 71eb536
- LOG Drop no longer needed patch

* Fri Apr 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.6-1
+ Revision: d04fdfc
- LOG New version 2.0.6 (with PLF features disabled)

* Wed Apr 10 2013 flid <flid@home_desktop.localdomain> 2.0.5-3
+ Revision: cb6535b
- Fix for localization

* Fri Mar 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.5-2
+ Revision: c80d4d2
- LOG Rebuild against new libmatroska

* Thu Mar 28 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.5-1
+ Revision: a80a628
- LOG Convert BuildRequires to pkgconfig style

* Fri Mar 22 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.5-1
+ Revision: 95e302c
- LOG New version 2.0.5 (with PLF features disabled)

* Mon Dec 10 2012 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-3
+ Revision: 95d2f90
- Bump release

* Mon Dec 10 2012 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-2
+ Revision: b42fdd5
- Drop old patch

* Mon Dec 10 2012 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-2
+ Revision: 52c3ff8
- Rename the patch

* Mon Dec 10 2012 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-2
+ Revision: bbad40a
- Added Russian translations for desktop file

* Wed Oct 24 2012 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-2
+ Revision: e45fa14
- Bump release to rebuild with newer deps

* Sat Oct 20 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.4-1
+ Revision: f11060d
- LOG Add patch to fix build

* Sat Oct 20 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.4-1
+ Revision: dcc8c5e
- LOG New version 2.0.4

* Thu Aug 16 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.3-1
+ Revision: fdba570
- Drop more conditions

* Thu Aug 16 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.3-1
+ Revision: 85b076e
- Drop some conditions

* Thu Aug 16 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.3-1
+ Revision: c39d9b6
- New version 2.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21982 |14mr|vlock-2.2.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           vlock
Version:        2.2.2
Release:        9
Epoch:          0
Summary:        Program to lock one or more sessions on the Linux console
License:        GPL
Group:          Terminals
URL:            http://cthulhu.c3d2.de/~toidinamai/vlock/vlock.html
Source0:        http://cthulhu.c3d2.de/~toidinamai/vlock/archive/vlock-%{version}.tar.bz2
Source1:        http://cthulhu.c3d2.de/~toidinamai/vlock/archive/vlock-%{version}.tar.bz2.md5
Source2:        http://cthulhu.c3d2.de/~toidinamai/vlock/archive/vlock-%{version}.tar.bz2.sha1
Source3:        %{name}.pamd
Requires:       pam
BuildRequires:  pam-devel
Obsoletes:      %{mklibname vlock 0} <= %{epoch}:%{version}-%{release}
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
The vlock program locks one or more sessions on the console.  Vlock
can lock the current terminal (local or remote) or the entire virtual
console system, which completely disables all console access.  The
vlock program unlocks when either the password of the user who started
vlock or the root password is typed.

Install vlock if you need to disable access to one console or to all
virtual consoles.

%prep
%setup -q
%{__sed} -i -e 's/\$(VLOCK_GROUP)/root/g;' -e 's/\$(ROOT_GROUP)/root/g;' -e 's/ -o root -g root//g;' Makefile
%{__sed} -i -e 's/\$(VLOCK_GROUP)/root/g;' -e 's/\$(MODULE_GROUP)/root/g;' -e 's/ -o root -g root//g;' modules/Makefile

%build
./configure --prefix=%{_usr}\
	--bindir=%{_bindir}\
	--sbindir=%{_sbindir}\
	--libdir=%{_libdir}\
	--mandir=%{_mandir}
%{make} CFLAGS="%{optflags} -std=gnu99"

%install
%{__rm} -rf %{buildroot}
%{makeinstall_std}

%{__mkdir_p} %{buildroot}%{_sysconfdir}/pam.d
%{__cp} -p %{SOURCE3} %{buildroot}%{_sysconfdir}/pam.d/%{name}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc ChangeLog COPYING PLUGINS README README.X11 SECURITY STYLE TODO
%attr(0755,root,root) %{_bindir}/vlock
%attr(4711,root,root) %{_sbindir}/vlock-main
%{_libdir}/%{name}
%{_mandir}/man1/*.1*
%{_mandir}/man5/*.5*
%{_mandir}/man8/*.8*
%config(noreplace) %{_sysconfdir}/pam.d/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:2.2.2-9
+ Revision: e16e0dc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21983 |14mr|vnc-server-common-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:    vnc-server-common
Version: 1.0
Release: 4

License:   GPLv2+
URL:       http://www.mandriva.com
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch

Source0: vncserver-initscript
Source1: sysconfig-vncservers

Summary: Common files for VNC servers
Group:   Networking/Remote access

Requires(post):  rpm-helper
Requires(preun): rpm-helper

# Packages that used to provide the common files:
# Can't conflict with vnc-server since it is provided as a virtual package...
#Conflicts: vnc-server <= 4.1.2-2mdv2008.1
Conflicts: tightvnc-server <= 1.3.10-4mdv2011.0
Conflicts: tigervnc-server <= 1.0.90-0.201012034210.3mdv2011.0

%description
This package contains files that are common between multiple VNC server
implementations:
  - the vncserver initscript
  - the vncservers configuration file

%prep

%build

%install
rm -rf %{buildroot}

install -D -m 644 %{SOURCE1} \
                  %{buildroot}/%{_sysconfdir}/sysconfig/vncservers
install -D -m 755 %{SOURCE0} \
                  %{buildroot}/%{_initrddir}/vncserver

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_initrddir}/vncserver
%config(noreplace) %{_sysconfdir}/sysconfig/vncservers

%post
%_post_service vncserver

%preun
%_preun_service vncserver



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-4
+ Revision: 3dae0a0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21984 |14mr|vnstat-1.11-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# disable fortify as it causes segmentation fault in vnstati
%undefine _fortify_cflags

Summary:	vnStat is a console-based network traffic monitor
Name:		vnstat
Version:	1.11
Release:	7
License:	GPLv2+
Group:		Monitoring
Url:		http://humdi.net/vnstat/
Source0:	http://humdi.net/vnstat/%{name}-%{version}.tar.gz
Source1:	vnstat_ip-up
Source2:	vnstat_ip-down
Source3:	vnstat.service
Patch0:         vnstat-1.11-no-strip.patch
BuildRequires:	libgd-devel

%description
vnStat is a console-based network traffic monitor for Linux and BSD that keeps
a log of network traffic for the selected interface(s). It uses the network
interface statistics provided by the kernel as information source. This means
that vnStat won't actually be sniffing any traffic and also ensures light use
of system resources.

%files
%doc CHANGES README FAQ
%doc examples/
%{_bindir}/vnstat
%{_bindir}/vnstati
%{_sbindir}/vnstatd
%config(noreplace) %{_sysconfdir}/vnstat.conf
%{_unitdir}/vnstat.service
%{_sysconfdir}/sysconfig/network-scripts/if*.d/vnstat*
%{_mandir}/*/*
/var/lib/vnstat

#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches
install -m 0755 %{SOURCE1} vnstat_ip-up
install -m 0755 %{SOURCE2} vnstat_ip-down
install -m 0644 %{SOURCE3} vnstat.service

%build
CFLAGS="%{optflags}" LDFLAGS="%{ldflags}" %make -e all

%install
mkdir -p %{buildroot}/etc
%makeinstall_std
# vnstat service
install -d %{buildroot}/%{_unitdir}
install -m644 vnstat.service %{buildroot}/%{_unitdir}
# ifup/ifdown hooks
install -d %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts/ifup.d
install -m755 vnstat_ip-up %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts/ifup.d
install -d %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts/ifdown.d
install -m755 vnstat_ip-down %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts/ifdown.d




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.11-7
+ Revision: 09be805
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21985 |14mr|vobject-0.7.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python module for parsing and generating vCard files
Name:		vobject
Version:	0.7.1
%define subrel 1
Release:	6
License:	ASL 1.1
Group:		Development/Python
URL:		http://vobject.skyhouseconsulting.com
Source0:	http://vobject.skyhouseconsulting.com/%{name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildArch:	noarch

%description
vobject is intended to be a full featured Python package for parsing
and generating vCard and vCalendar files.

Currently, iCalendar files are supported and well tested. vCard 3.0
files are supported, and all data should be imported, but only a few
components are understood in a sophisticated way.

%package -n python-%{name}

Summary:	Python module for parsing and generating vCard files
Group:		Development/Python
Requires:	python-dateutil
BuildArch:	noarch

%description -n python-%{name}
vobject is intended to be a full featured Python package for parsing
and generating vCard and vCalendar files.

Currently, iCalendar files are supported and well tested. vCard 3.0
files are supported, and all data should be imported, but only a few
components are understood in a sophisticated way.

%prep
%setup -q

%build

%install
python setup.py install --root=%{buildroot} --compile --optimize=2

%files -n python-%{name}
%defattr(-,root,root)
%doc LICENSE.txt README.txt ACKNOWLEDGEMENTS.txt
%{py_puresitedir}/%{name}
%{_bindir}/ics_diff
%{_bindir}/change_tz
%{py_puresitedir}/%{name}-%{version}-py%{py_ver}.egg-info




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.1-6
+ Revision: 1ce585d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21986 |14mr|voikko-fi-1.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define tarname	suomi-malaga
%define prever	0
%define rel	4

Summary:	Finnish support for Voikko spellchecker/hyphenator
Name:		voikko-fi
Version:	1.8
%if %{prever}
Release:	2.%{prever}.%{rel}
%else
Release:	%{rel}
%endif
License:	GPLv2+
Group:		Text tools
URL:            http://voikko.sourceforge.net/
%if %prever
Source:		http://www.puimula.org/htp/testing/%tarname-%version%prever.tar.gz
%else
Source:         http://downloads.sourceforge.net/voikko/%tarname-%version.tar.gz
%endif
BuildRequires:	malaga >= 7.8
BuildRequires:	python
Requires:	locales-fi
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 3
Provides:	voikko-dictionary
Provides:	voikko-fi_FI
Provides:	spell-fi
Obsoletes:	suomi-malaga-voikko < 1.0
BuildArch:	noarch

%description
Description of Finnish morphology written in Malaga. This version is modified
to support the Voikko spellchecker/hyphenator and is not compatible with the
Sukija text indexer.

%prep
%setup -q -n %{tarname}-%{version}

%build
%make voikko GENLEX_OPTS="--extra-usage=it" \
	EXTRA_LEX="vocabulary/erikoisalat/linux-distributions.lex vocabulary/erikoisalat/atk-lyhenteet.lex"

%install
# Files differ on big-endian and small-endian archs, and they have different
# names (*_l vs *_b). This is the reason we use %{_prefix}/lib instead of
# %{_datadir} and won't noarch the package. Note that we use %{_prefix}/lib
# instead of %{_libdir} to achieve biarch compatibility. That is, if the user
# has both libvoikkoX and lib64voikkoX installed, both of them work with the
# same voikko-fi package.
make voikko-install DESTDIR=%{buildroot}%{_prefix}/lib/voikko

%files
%doc README README.fi CONTRIBUTORS
%dir %{_prefix}/lib/voikko
%{_prefix}/lib/voikko/?



%changelog
* Fri Oct 19 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8-4
+ Revision: cd5296a
- LOG Should be noarch package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21987 |14mr|volumeicon-0.4.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight volume control
Name:		volumeicon
Version:	0.4.3
Release:	5
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		http://http://code.google.com/p/mandriva-lxde/
Source0:	http://mandriva-lxde.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		volumeicon_lxde.patch
Patch1:		volumeicon-0.4.3-rosa-glib.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libnotify)

%description
Volume Icon aims to be a lightweight volume control that sits in your systray.
Features

* Change volume by scrolling on the systray icon
* Ability to choose which channel to control
* Configurable stepsize (percentage of volume increase/decrease per scrollwheel
  step)
* Several icon themes (with gtk theme as default)
* Configurable external mixer
* Volume Slider

This is localized fork from Mandriva LXDE project.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_bindir}/%{name}
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
aclocal
automake --add-missing
%configure2_5x
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart/
cat > %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=volumeicon
Comment=Volume Icon
Exec=%{name}
Terminal=false
Type=Application
Icon=%{_datadir}/%{name}/gui/appicon.svg
Categories=AudioVideo;Audio;X-MandrivaLinux-Multimedia-Sound;
EOF

%find_lang %{name}


%changelog
* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.3-5
+ Revision: f0a5941
- Handle automake issues



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21988 |14mr|vorbis-tools-1.4.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Define Mandriva Linux version we are building for
%define mdkversion %(perl -pe '/(\\d+)\\.(\\d)\\.?(\\d)?/; $_="$1$2".($3||0)' /etc/mandriva-release)

Summary:	Several Ogg Vorbis Tools
Name:		vorbis-tools
Version:	1.4.0
Release:	6
Group:		Sound
License:	GPLv2
Url:		http://www.xiph.org/
Source0:	http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
Patch0:		vorbis-tools-automake-1.13.patch
Patch4:		vorbis-tools-1.4.0-next_on_SIGUSR1.patch
Patch5:		vorbis-tools-1.2.0-ogg123-play-stdin.patch
Patch9:		vorbis-tools-1.2.0-fix-str-fmt.patch
# (gc) needed for AM_PATH_PROG_WITH_TEST
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ogg)
BuildRequires:  pkgconfig(speex)
BuildRequires:	pkgconfig(vorbis)

%description
This package contains oggenc (encoder), oggdec, ogg123 (command line player)
vorbiscomment (metadata editor) and vcut (cut tool).

Find some free Ogg Vorbis music here: http://www.vorbis.com/music/

%prep
%setup -q
%apply_patches
touch config.rpath
autoreconf -fi

%build
%configure2_5x \
	--enable-vcut

%make

%install
%makeinstall_std

%find_lang %{name}

# cleanup
rm -rf %{buildroot}/%{_docdir}/%{name}-%{version}

%files -f %{name}.lang
%doc COPYING README ogg123/ogg123rc-example
%{_bindir}/ogg123
%{_bindir}/oggdec
%{_bindir}/oggenc
%{_bindir}/ogginfo
%{_bindir}/vcut
%{_bindir}/vorbiscomment
%{_mandir}/man1/ogg123*
%{_mandir}/man1/oggenc*
%{_mandir}/man1/oggdec*
%{_mandir}/man1/ogginfo*
%{_mandir}/man1/vcut*
%{_mandir}/man1/vorbiscomment*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.0-6
+ Revision: 517cc38
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21989 |14mr|vpnc-0.5.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    vpnc
%define version 0.5.3
%define release 8

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        A free vpn client for the Cisco 3000 concentrators
License:        GPLv2+
Group:          Networking/Other
Url:            http://www.unix-ag.uni-kl.de/~massar/vpnc/
Source0:        http://www.unix-ag.uni-kl.de/~massar/vpnc/%{name}-%{version}.tar.gz
Patch0:		vpnc-0.5.3-linkage.patch
Requires:       iproute2
BuildRequires:  libgcrypt-devel
Provides: 	    kvpnc-backend
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
A free vpn client for cisco3000 VPN Concentrator, completly in userspace,
require Universal TUN/TAP device driver support compiled in the kernel 
or as module

%prep
%setup -q
%patch0 -p0

perl -pi -e 's|/var/run/vpnc/|%{_localstatedir}/lib/%{name}/|' vpnc-script
perl -pi -e 's|/var/run/vpnc/pid|/var/run/vpnc.pid|' config.c vpnc-disconnect

%build
%serverbuild
%make CFLAGS="%optflags" LFLAGS="%{?ldflags}"

# lower MTU, some vpn concentrators have MTU problems
perl -pi -e s/1412/1000/ vpnc-script

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_sbindir}
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man8
install -d -m 755 %{buildroot}%{_mandir}/man1
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
install -m 755 {vpnc,vpnc-script,vpnc-disconnect,cisco-decrypt} \
    %{buildroot}%{_sbindir}
install -m 755 pcf2vpnc %{buildroot}%{_bindir}
install -m 755 vpnc.8 %{buildroot}%{_mandir}/man8
install -m 755 cisco-decrypt.1 %{buildroot}%{_mandir}/man1
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
ln -s %{_sbindir}/vpnc-script %{buildroot}%{_sysconfdir}/%{name}/vpnc-script


%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING README TODO VERSION
%{_mandir}/man8/vpnc.8*
%{_mandir}/man1/cisco-decrypt.1*
%{_sbindir}/*
%{_bindir}/*
%{_localstatedir}/lib/%{name}
%{_sysconfdir}/%{name}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.3-8
+ Revision: 2eb2a30
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21990 |14mr|vpnpptp-allde-0.3.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Tools for setup and control VPN via PPTP/L2TP/OpenL2TP
Name:		vpnpptp-allde
Version:	0.3.8
Release:	4
License:	GPL2+
Group:		System/Configuration/Networking
Url:		http://code.google.com/p/vpnpptp
Source0:	vpnpptp-src-%{version}.tar.gz
Source1:	vpnpptp.pm
Source2:	vpnmandriva.pm
# Adopt ponoff message to our distribution
Patch0:		vpnpptp-src-0.3.8-menu-message.patch
Patch1:		oxygen-gtk.patch

BuildRequires:	fpc >= 2.6.0
BuildRequires:	fpc-src >= 2.6.0
BuildRequires:	lazarus >= 0.9.30
# Do not require xroot because main DEs have their own su GUIs
# that can be used by vpnpptp and ponoff
# Requires:	xroot
Requires:	pptp-linux
Requires:	openl2tp
Requires:	xl2tpd >= 1.2.7

%description
Tools for easy and quick setup and control VPN via PPTP/L2TP/OpenL2TP.

%files
%{_bindir}/vpnpptp
%{_bindir}/ponoff
%{_bindir}/vpnlinux
%{_bindir}/vpnmandriva
%{_datadir}/vpnpptp/lang
%{_datadir}/pixmaps/ponoff.png
%{_datadir}/pixmaps/vpnpptp.png
%{_datadir}/vpnpptp/*.ico
%{_datadir}/vpnpptp/scripts
%{_datadir}/vpnpptp/wiki
%{_datadir}/applications/ponoff.desktop
%{_datadir}/applications/vpnpptp.desktop
%{_prefix}/lib/libDrakX/network/vpn/vpnpptp.pm
%{_prefix}/lib/libDrakX/network/vpn/vpnmandriva.pm

#----------------------------------------------------------------------------

%prep
%setup -q -n vpnpptp-src-%{version}
%apply_patches

%build
./compile.sh

%install
mkdir -p %{buildroot}%{_datadir}/vpnpptp
mkdir -p %{buildroot}%{_datadir}/vpnpptp/scripts
mkdir -p %{buildroot}%{_datadir}/vpnpptp/wiki
mkdir -p %{buildroot}%{_datadir}/vpnpptp/lang
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}/lib/libDrakX/network/connection

cp -f ./vpnpptp/vpnpptp %{buildroot}%{_bindir}
cp -f ./ponoff/ponoff %{buildroot}%{_bindir}
cp -f ./vpnmandriva/vpnmandriva %{buildroot}%{_bindir}
cp -f ./ponoff.png %{buildroot}%{_datadir}/pixmaps/
cp -f ./vpnpptp.png %{buildroot}%{_datadir}/pixmaps/
chmod 0644 %{buildroot}%{_datadir}/pixmaps/ponoff.png
chmod 0644 %{buildroot}%{_datadir}/pixmaps/vpnpptp.png
cp -f ./*.ico %{buildroot}%{_datadir}/vpnpptp
cp -f ./vpnlinux %{buildroot}%{_bindir}
cp -rf ./scripts %{buildroot}%{_datadir}/vpnpptp/
cp -rf ./wiki %{buildroot}%{_datadir}/vpnpptp/
cp -rf ./lang %{buildroot}%{_datadir}/vpnpptp/

install -dm 755 %{buildroot}%{_datadir}/applications

cat > ponoff.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
GenericName=VPN PPTP/L2TP/OpenL2TP Control
GenericName[ru]=Управление соединением VPN PPTP/L2TP/OpenL2TP
GenericName[uk]=Керування з'єднанням VPN PPTP/L2TP/OpenL2TP
Name=ponoff
Name[ru]=ponoff
Name[uk]=ponoff
Exec=/usr/bin/ponoff
Comment=Control VPN via PPTP/L2TP/OpenL2TP
Comment[ru]=Управление соединением VPN через PPTP/L2TP/OpenL2TP
Comment[uk]=Керування з'єднанням VPN через PPTP/L2TP/OpenL2TP
Icon=/usr/share/pixmaps/ponoff.png
Type=Application
Categories=GTK;System;Monitor;X-MandrivaLinux-CrossDesktop;
X-KDE-autostart-after=kdesktop
StartupNotify=false
EOF

install -m 0644 ponoff.desktop \
%{buildroot}%{_datadir}/applications/ponoff.desktop

cat > vpnpptp.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
GenericName=VPN PPTP/L2TP/OpenL2TP Setup
GenericName[ru]=Настройка соединения VPN PPTP/L2TP/OpenL2TP
GenericName[uk]=Налаштування з’єднання VPN PPTP/L2TP/OpenL2TP
Name=vpnpptp
Name[ru]=vpnpptp
Name[uk]=vpnpptp
Exec=/usr/bin/vpnpptp
Comment=Setup VPN via PPTP/L2TP/OpenL2TP
Comment[ru]=Настройка соединения VPN PPTP/L2TP/OpenL2TP
Comment[uk]=Налаштування з’єднання VPN PPTP/L2TP/OpenL2TP
Icon=/usr/share/pixmaps/vpnpptp.png
Type=Application
Categories=GTK;System;Monitor;X-MandrivaLinux-CrossDesktop;
StartupNotify=false
EOF

install -m 0644 vpnpptp.desktop \
%{buildroot}%{_datadir}/applications/vpnpptp.desktop

install -pm0644 -D %{SOURCE1} %{buildroot}/usr/lib/libDrakX/network/vpn/vpnpptp.pm
install -pm0644 -D %{SOURCE2} %{buildroot}/usr/lib/libDrakX/network/vpn/vpnmandriva.pm



%changelog
* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.8-4
+ Revision: 2b4d095
- Adopt ponoff message to our distribution



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21991 |14mr|vreen-0.9.5-0.20131027.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20131027

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Qt wrapper library for vk.com API
Name:		vreen
# From CMakeLists.txt
Version:	0.9.5
Release:	0.%{git}.3
License:	LGPLv3+
Group:		System/Libraries
Url:		http://github.com/gorthauer/vreen
# From git
Source0:	vreen-%{git}.tar.bz2
Patch0:		vreen-audio-api.patch
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(QtWebKit)

%description
Qt wrapper library for VKontakte social network (vk.com) API.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt wrapper library for vk.com API
Group:		System/Libraries

%description -n %{libname}
Qt wrapper library for VKontakte social network (vk.com) API.

%files -n %{libname}
%doc AUTHORS
%{_libdir}/libvreen.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for vk.com API Qt wrapper library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for vreen library.

%files -n %{devname}
%{_includedir}/vreen
%{_libdir}/libvreen.so
%{_libdir}/libvreenoauth.a
%{_libdir}/pkgconfig/vreen.pc
%{_libdir}/pkgconfig/vreenoauth.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{git}
%patch0 -p1

%build
%cmake_qt4 \
	-DVREEN_WITH_QMLAPI=OFF
%make

%install
%makeinstall_std -C build


%changelog
* Mon May 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.5-0.20131027.3
+ Revision: bf63ce4
- Rebuild against gcc 4.9 (to fix LTO issues with static library)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21992 |14mr|vsftpd-3.0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Very Secure File Transfer Protocol Daemon

Name:		vsftpd
Version:	3.0.2
Release:	7
License:	GPLv2+
Group:		System/Servers
URL:		http://vsftpd.beasts.org/
Source0:	https://security.appspot.com/downloads/%{name}-%{version}.tar.gz
Source10:	https://security.appspot.com/downloads/%{name}-%{version}.tar.gz.asc
Source1:	vsftpd.xinetd
Source2:	vsftpd.pam
Source3:	vsftpd.ftpusers
Source4:	vsftpd.user_list
Source5:	vsftpd.init
Source6:	vsftpd_conf_migrate.sh
Source7:	vsftpd.service.bz2
Source8:	vsftpd.service
# Fedora patches
# Build patches
Patch1:		vsftpd-2.1.0-libs.patch
Patch2: 	vsftpd-2.1.0-build_ssl.patch
Patch3: 	vsftpd-2.1.0-tcp_wrappers.patch
# Use /etc/vsftpd/ instead of /etc/
Patch4:		vsftpd-2.2.2-configuration.patch
# These need review
Patch5: 	vsftpd-2.2.2-pam_hostname.patch
Patch6: 	vsftpd-close-std-fds.patch
Patch7: 	vsftpd-2.1.0-filter.patch
Patch8: 	vsftpd-2.0.5-greedy.patch
Patch9: 	vsftpd-2.1.0-userlist_log.patch
Patch10:	vsftpd-2.2.2-trim.patch
Patch12: 	vsftpd-2.2.2-daemonize_plus.patch
Patch13:	vsftpd-2.3.4-listen_ipv6.patch
Patch101:	vsftpd-2.0.5-anon.patch
Patch102:	vsftpd-2.0.1-server_args.patch
Patch103:	vsftpd-2.2.2-use_localtime.patch
Patch104:	vsftpd-3.0.2-chowngroup.patch
Patch105:	vsftpd-drop-newpid-from-clone.patch
Requires(pre):		rpm-helper
Requires(post):    	rpm-helper
Requires(postun):  	rpm-helper
Requires(preun):    rpm-helper
Requires:	pam >= 0.59, libcap, openssl, logrotate
Provides:	ftpserver
Conflicts:	wu-ftpd
Conflicts:	proftpd
Conflicts:	ncftpd
Conflicts:	pure-ftpd
BuildRequires:	libcap-devel
BuildRequires:	pam-devel
BuildRequires:	openssl-devel
BuildRequires:	tcp_wrappers-devel

%description
A Very Secure FTP Daemon - written from scratch - by Chris "One Man Security
Audit Team" Evans.

%prep
%setup -q
cp %{SOURCE1} .
%patch1 -p1 -b .libs
%patch2 -p1 -b .build_ssl
%patch3 -p1 -b .tcp_wrappers
%patch4 -p1 -b .configuration
%patch5 -p1 -b .pam_hostname
%patch6 -p1 -b .close_fds
%patch7 -p1 -b .filter
%patch8 -p1 -b .greedy
%patch9 -p1 -b .userlist_log
%patch10 -p1 -b .trim
%patch12 -p1 -b .daemonize_plus
%patch13 -p1 -b .ipv6

%patch101 -p1 -b .anon
%patch102 -p1 -b .server_args
%patch103 -p1 -b .use_localtime
%patch104 -p1 -b .chowngroup
%patch105 -p1 -b .newpid

%build
%serverbuild

%make CFLAGS="%{optflags}" LINK="%{ldflags}"
# should go to rh patch.
# Change a few defaults in the config:
perl -pi -e 's|#ls_recurse_enable|ls_recurse_enable|' vsftpd.conf
## Fix the /usr/local problem in the xinetd entry
#perl -pi -e 's|/usr/local/sbin/vsftpd|%{_sbindir}/vsftpd|' xinetd.d/vsftpd

%install
install -m755 vsftpd -D %{buildroot}%{_sbindir}/vsftpd
install -m600 vsftpd.conf -D %{buildroot}%{_sysconfdir}/vsftpd/vsftpd.conf
install -m644 vsftpd.xinetd -D %{buildroot}%{_sysconfdir}/xinetd.d/vsftpd-xinetd
install -m644 vsftpd.conf.5 -D %{buildroot}/%{_mandir}/man5/vsftpd.conf.5
install -m644 vsftpd.8 -D %{buildroot}%{_mandir}/man8/vsftpd.8
install -m644 RedHat/vsftpd.log -D %{buildroot}%{_sysconfdir}/logrotate.d/vsftpd
install -m644 %{SOURCE2}  -D %{buildroot}%{_sysconfdir}/pam.d/vsftpd
install -m600 %{SOURCE3}  -D %{buildroot}%{_sysconfdir}/vsftpd/ftpusers
install -m600 %{SOURCE4}  -D %{buildroot}%{_sysconfdir}/vsftpd/user_list
install -m 755 %{SOURCE5} -D %{buildroot}%{_initrddir}/vsftpd
install -m 744 %{SOURCE6} -D %{buildroot}%{_sysconfdir}/vsftpd/vsftpd_conf_migrate.sh
install -m644 %{SOURCE8} -D %{buildroot}/lib/systemd/system/vsftpd.service

mkdir -p %{buildroot}/%{_sysconfdir}/avahi/services/
bzcat %{SOURCE7} > %{buildroot}/%{_sysconfdir}/avahi/services/%{name}.service
 
touch %{buildroot}%{_sysconfdir}/vsftpd/banned-emails
touch %{buildroot}%{_sysconfdir}/vsftpd/chroot_list
mkdir -p %{buildroot}/var/ftp/pub

%post
%_post_service vsftpd
if [ -x /usr/sbin/xinetd ];then
%_post_service xinetd
fi

%pre
%_pre_useradd ftp /var/ftp /bin/false

%postun
%_postun_userdel ftp

%preun
%_preun_service vsftpd
if [ -x /usr/sbin/xinetd ];then
%_post_service xinetd
fi

%files
%doc FAQ INSTALL BUGS AUDIT Changelog LICENSE README README.security REWARD SPEED TODO 
%doc BENCHMARKS COPYING SECURITY/ EXAMPLE/ TUNING SIZE vsftpd.xinetd
%{_sbindir}/vsftpd
%{_initrddir}/vsftpd
%attr(0555,ftp,ftp) %dir /var/ftp
%attr(2555,ftp,ftp) %dir /var/ftp/pub
%attr(700,root,root) %dir %{_sysconfdir}/vsftpd
%config(noreplace) %{_sysconfdir}/vsftpd/*
%config(noreplace) %{_sysconfdir}/pam.d/vsftpd
%config(noreplace) %{_sysconfdir}/logrotate.d/vsftpd
%config(noreplace) %{_sysconfdir}/avahi/services/%{name}.service
%config(noreplace) %{_sysconfdir}/xinetd.d/vsftpd-xinetd
/lib/systemd/system/vsftpd.service
%{_mandir}/*/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.2-7
+ Revision: 52e40f1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21993 |14mr|vte-0.28.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.0
%define major 9
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Name:		vte
Version:	0.28.1
Release:	9
Summary:	A terminal emulator widget
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
Patch0:		vte-0.25.90-alt_meta.patch
Patch1:		vte-0.28.0-link.patch
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	python-devel
BuildRequires:	pygtk2.0-devel
BuildRequires:	automake
BuildRequires:	gtk-doc
BuildRequires:	intltool

%description
VTE is a terminal emulator widget for use with GTK+ 2.0.

%package -n python-%{name}
Summary:	Python binding for VTE
Group:		Development/Python
Requires:	%{name} >= %{version}

%description -n  python-%{name}
Python binding for VTE, a terminal emulator widget for use 
with GTK+ 2.0.

%package -n %{libname}
Summary:	A terminal emulator widget
Group:		System/Libraries
Requires:	%{name} >= %{version}
Conflicts:	gir-repository < 0.6.6

%description -n %{libname}
VTE is a terminal emulator widget for use with GTK+ 2.0. 

%package -n %{develname}
Summary:	Files needed for developing applications which use VTE
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname -d vte 9} < 0.28.1-5

%description -n %{develname}
VTE is a terminal emulator widget for use with GTK+ 2.0.  This
package contains the files needed for building applications using VTE.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-shared \
	--disable-static \
	--libexecdir=%{_libdir}/%{name} \
	--enable-python \
	--enable-gtk-doc \
	--enable-introspection \
	--with-gtk=2.0

%make LIBS='-lm -lncurses -lutil -lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{name}-%{api}

%files -f %{name}-%{api}.lang
%doc COPYING HACKING NEWS README
%{_bindir}/*
%dir %{_libdir}/%{name}
%attr(2711,root,utmp) %{_libdir}/%{name}/gnome-pty-helper
%{_datadir}/%{name}

%files -n %{libname}
%{_libdir}/*.so.%{major}*
%{_libdir}/girepository-1.0/Vte-%{api}.typelib

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/pygtk/2.0/defs/vte.defs
%{_datadir}/gir-1.0/Vte-0.0.gir

%files -n python-%{name}
%{py_platsitedir}/gtk-2.0/vtemodule.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.28.1-9
+ Revision: 8c7e43b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21994 |14mr|vte3-0.36.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api3		2.90
%define lib3_major	9
%define lib3_name	%mklibname vte 2_90 %{lib3_major}
%define gir3name	%mklibname vte-gir %{api3}
%define develname3	%mklibname -d %{name}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		vte3
Version:	0.36.2
Release:	2
Summary:	A terminal emulator widget
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org/
Source0:	http://download.gnome.org/sources/vte/%{url_ver}/vte-%{version}.tar.xz
BuildRequires:	pkgconfig(cairo-xlib)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.26.0
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.1.9
BuildRequires:	pkgconfig(pango) >= 1.22.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	automake
BuildRequires:	gtk-doc
BuildRequires:	gobject-introspection-devel
BuildRequires:	intltool
Obsoletes:	vte2_90 < 0.34.6

%description
VTE is a terminal emulator widget for use with GTK+ 3.0.

%package -n %{lib3_name}
Summary:	A terminal emulator widget
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{lib3_name}
VTE is a terminal emulator widget for use with GTK+ 3.0.

%package -n %{develname3}
Summary:	Files needed for developing applications which use VTE
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{lib3_name} = %{version}-%{release}

%description -n %{develname3}
VTE is a terminal emulator widget for use with GTK+ 3.0.  This
package contains the files needed for building applications using VTE.

%package -n %{gir3name}
Summary:	GObject Introspection interface description for vte with GTK+ 3.0
Group:		System/Libraries
Requires:	%{lib3_name} = %{version}-%{release}
Conflicts:	%{lib3_name} < 0.28.1-2

%description -n %{gir3name}
GObject Introspection interface description for vte with GTK+ 3.0.

%prep
%setup -qn vte-%{version}
%apply_patches

%build
%configure2_5x \
	--enable-shared \
	--disable-static \
	--libexecdir=%{_libexecdir}/%{name} \
	--enable-gtk-doc \
	--enable-introspection
%make

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name "*.la" -delete
%find_lang vte-%{api3}

%files -f vte-%{api3}.lang
%doc COPYING HACKING NEWS README
%{_sysconfdir}/profile.d/vte.sh
%{_bindir}/vte2_90
%dir %{_libdir}/%{name}
%attr(2711,root,utmp) %{_libexecdir}/%{name}/gnome-pty-helper

%files -n %{lib3_name}
%{_libdir}/libvte2_90.so.%{lib3_major}*

%files -n %{gir3name}
%{_libdir}/girepository-1.0/Vte-%{api3}.typelib

%files -n %{develname3}
%doc %{_datadir}/gtk-doc/html/vte-%{api3}
%{_includedir}/vte-%{api3}
%{_libdir}/libvte2_90.so
%{_libdir}/pkgconfig/vte-%{api3}.pc
%{_datadir}/gir-1.0/Vte-%{api3}.gir

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.36.2-2
+ Revision: 92bc45f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21995 |14mr|vtk-6.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with OSMesa
# Documentation are download and built by vtk-doc separated package
%bcond_with java

# Do not check .so files in the python_sitearch directory
%global __provides_exclude_from ^%{python_sitearch}/.*\\.so$

%define libname         %mklibname %{name}
%define libname_devel   %mklibname %{name} -d

%define short_version   %(echo %{version} | cut -d. -f1,2)

%define vtkincdir       %{_includedir}/vtk
%define vtkdocdir       %{_docdir}/vtk
%define vtktcldir       %{tcl_sitearch}/%{name}-%{short_version}

%define qt_designer_plugins_dir %{qt4plugins}/designer

Name:		vtk
Version: 	6.1.0
Release: 	2
Summary: 	Toolkit for 3D computer graphics, image processing, and visualization

License: 	BSD
Group: 		Graphics
URL: 		http://www.vtk.org/
Source0: 	http://www.vtk.org/files/release/%{short_version}/VTK-%{version}.tar.gz
Source1: 	http://www.vtk.org/files/release/%{short_version}/VTKData-%{version}.tar.gz
Patch0: 	vtk-6.1.0-system.patch
Patch1:		vtk-install.patch
#Patch to vtk to use system netcdf library
Patch2: 	vtk-6.1.0-netcdf.patch
Patch3:		vtk-6.1.0-json.patch

BuildRequires:  cmake >= 1.8
BuildRequires:  expat-devel >= 2.0.1
BuildRequires:  jpeg-devel
BuildRequires:  pkgconfig(libpng)
BuildRequires:  tiff-devel
BuildRequires:  zlib-devel
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xt)
BuildRequires:  perl
BuildRequires:  doxygen
BuildRequires:  graphviz
BuildRequires:  cvs
BuildRequires:  gnuplot
BuildRequires:  qt4-devel
BuildRequires:  tk-devel >= 8.6
BuildRequires:  tcl-devel >= 8.6
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  boost-devel
BuildRequires:	jsoncpp-devel
BuildRequires:	json-c-devel
BuildRequires:	pkgconfig(netcdf)
BuildRequires:  python-devel
BuildRequires:	gl2ps-devel
BuildRequires:	chrpath
BuildRequires:	pkgconfig(theora)
BuildRequires:	R-devel
BuildRequires:	python-qt4
BuildRequires:	hdf5-devel
%if %with java
BuildRequires:  java-rpmbuild
BuildRequires:  java-devel > 1.5
%endif
BuildRequires:  blas-devel
BuildRequires:  lapack-devel

%description
The Visualization ToolKit (VTK) is an object oriented software system for 3D
computer graphics, image processing, and visualization. VTK includes a
textbook, a C++ class library, and several interpreted interface layers
including Tcl/Tk, Java, and Python. VTK supports a wide variety of
visualization algorithms including scalar, vector, tensor, texture, and
volumetric methods. It also supports advanced modeling techniques like
implicit modeling, polygon reduction, mesh smoothing, cutting, contouring,
and Delaunay triangulation.  Moreover, dozens of imaging algorithms have been
integrated into the system. This allows mixing 2D imaging / 3D graphics
algorithms and data.

%if ! %with java
NOTE: The java wrapper is not included by default.  You may rebuild the srpm
      using "--with java" with JDK installed.
%endif

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:        Toolkit for 3D computer graphics, image processing, and visualization

Group:          System/Libraries
Provides:       %{name} = %{version}-%{release}
Obsoletes:      %{name} < %{version}-%{release}
Requires: R-base

%description -n %{libname}
The Visualization ToolKit (VTK) is an object oriented software system for 3D
computer graphics, image processing, and visualization. VTK includes a
textbook, a C++ class library, and several interpreted interface layers
including Tcl/Tk, Java, and Python. VTK supports a wide variety of
visualization algorithms including scalar, vector, tensor, texture, and
volumetric methods. It also supports advanced modeling techniques like
implicit modeling, polygon reduction, mesh smoothing, cutting, contouring,
and Delaunay triangulation.  Moreover, dozens of imaging algorithms have been
integrated into the system. This allows mixing 2D imaging / 3D graphics
algorithms and data.

%if ! %with java
NOTE: The java wrapper is not included by default.  You may rebuild the srpm
      using "--with java" with JDK installed.
%endif

%files -n %{libname} -f build/main.list
%doc Copyright.txt README.html vtkLogo.jpg vtkBanner.gif _docs/Wrapping
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/vtk-%{_arch}.conf
%dir %{_libdir}/vtk

#------------------------------------------------------------------------------

%package -n %{libname_devel}
Summary:        VTK header files for building C++ code

Requires:       %{libname} = %{version}
Group:          Development/C++
Provides:       %{name}-devel = %{version}-%{release}
Obsoletes:      %{name}-devel < %{version}-%{release}
Conflicts:      %{libname}-qt < 5.0.3-4
Conflicts:      %{libname} < 5.6.1-2
Requires:       %{libname}-qt = %{version}-%{release}

%description -n %{libname_devel}
This provides the VTK header files required to compile C++
programs that use VTK to do 3D visualisation.

%files -n %{libname_devel}
%doc Utilities/Upgrading
%{_bindir}/vtkHashSource*
%{_bindir}/vtkWrapHierarchy*
%{_bindir}/vtkParseOGLExt*
%{_includedir}/*
%{_libdir}/vtk/*.so
%{_libdir}/vtk/libvtkWrappingTools.a
%{_libdir}/cmake/vtk/
%{_docdir}/vtk-6.1/
%{_datadir}/vtk-6.1/
%{tcl_sitelib}/vtk/vtktcl.c



#------------------------------------------------------------------------------

%package -n tcl-%{name}
Summary:        Tcl bindings for VTK

Group:          Development/Other
Requires:       %{libname} = %{version}
Obsoletes:      %{name}-tcl < %{version}
Obsoletes:      tcl-%{name}-devel < %{version}
Provides:       %{name}-tcl = %{version}

%description -n tcl-%{name}
The Visualization ToolKit (VTK) is an object oriented software system for 3D
computer graphics, image processing, and visualization. VTK includes a
textbook, a C++ class library, and several interpreted interface layers
including Tcl/Tk, Java, and Python. VTK supports a wide variety of
visualization algorithms including scalar, vector, tensor, texture, and
volumetric methods. It also supports advanced modeling techniques like
implicit modeling, polygon reduction, mesh smoothing, cutting, contouring,
and Delaunay triangulation.  Moreover, dozens of imaging algorithms have been
integrated into the system. This allows mixing 2D imaging / 3D graphics
algorithms and data.

This package contains tcl bindings for VTK.

%files -n tcl-%{name}
%{_libdir}/vtk/*TCL*.so.*
%exclude %{_libdir}/vtk/*QtTCL*.so.*
%{_bindir}/vtk
%{_bindir}/vtkWrapTcl
%{_bindir}/vtkWrapTclInit
%{tcl_sitelib}/vtk/
%exclude %{tcl_sitelib}/vtk/vtktcl.c

#------------------------------------------------------------------------------

%package -n python-%{name}
Summary:        Python bindings for VTK

Requires:       %{libname} = %{version}
Group:          Development/Python
Obsoletes:      %{name}-python < %{version}
Obsoletes:      python-%{name}-devel < %{version}
Provides:       %{name}-python = %{version}

%description -n python-%{name} 
The Visualization ToolKit (VTK) is an object oriented software system for 3D
computer graphics, image processing, and visualization. VTK includes a
textbook, a C++ class library, and several interpreted interface layers
including Tcl/Tk, Java, and Python. VTK supports a wide variety of
visualization algorithms including scalar, vector, tensor, texture, and
volumetric methods. It also supports advanced modeling techniques like
implicit modeling, polygon reduction, mesh smoothing, cutting, contouring,
and Delaunay triangulation.  Moreover, dozens of imaging algorithms have been
integrated into the system. This allows mixing 2D imaging / 3D graphics
algorithms and data.

This package contains python bindings for VTK.

%files -n python-%{name}
%{py_platsitedir}/*
%{_libdir}/vtk/*Python27D.so.*
%exclude %{_libdir}/vtk/*QtPython27D.so.*
%{_bindir}/vtkpython
%{_bindir}/vtkWrapPython
%{_bindir}/vtkWrapPythonInit

#------------------------------------------------------------------------------

%package -n %{libname}-qt
Summary:        QT VTK widget

Requires:       vtk
Group:          System/Libraries

%description -n %{libname}-qt
The vtkQt classes combine VTK and Qt(TM) for X11.

%files -n %{libname}-qt
%{_bindir}/qtevents
%{_bindir}/qtimageviewer
%{_libdir}/vtk/lib*Qt*.so.*
%exclude %{_libdir}/vtk/*TCL.so.*
%exclude %{_libdir}/vtk/*Python27D.so.*
%{_libdir}/qt4/plugins/designer/libQVTKWidgetPlugin.so

%package -n python-vtk-qt
Summary: Qt Python bindings for VTK

Requires: vtk = %{version}-%{release}
Group: System/Libraries

%description -n python-vtk-qt
Qt Python bindings for VTK

%files -n python-vtk-qt
%{_libdir}/vtk/*QtPython27D.so.*

%package -n tcl-vtk-qt
Summary: Qt TCL bindings for VTK

Requires: vtk = %{version}-%{release}
Group: System/Libraries

%description -n tcl-vtk-qt
Qt TCL bindings for VTK

%files -n tcl-vtk-qt
%{_libdir}/vtk/*QtTCL*.so.*

#------------------------------------------------------------------------------

%if %with java
%package -n java-%{name}
Summary:        Java bindings for VTK

Group:          Development/Java
Requires:       %{libname} = %{version}
Obsoletes:      %{name}-java < %{version}
Provides:       %{name}-java = %{version}

%description -n java-%{name}
The Visualization ToolKit (VTK) is an object oriented software system for 3D
computer graphics, image processing, and visualization. VTK includes a
textbook, a C++ class library, and several interpreted interface layers
including Tcl/Tk, Java, and Python. VTK supports a wide variety of
visualization algorithms including scalar, vector, tensor, texture, and
volumetric methods. It also supports advanced modeling techniques like
implicit modeling, polygon reduction, mesh smoothing, cutting, contouring,
and Delaunay triangulation.  Moreover, dozens of imaging algorithms have been
integrated into the system. This allows mixing 2D imaging / 3D graphics
algorithms and data.

This package contains Java bindings for VTK.

%files -n java-%{name}
%{_bindir}/vtkParseJava
%{_bindir}/vtkWrapJava
%{_bindir}/VTKJavaExecutable
%{_libdir}/libvtk*Java.so*
%{_libdir}/java

%endif

#------------------------------------------------------------------------------

%package        data
Summary:        Data and Baseline images for VTK regression testing

Group:          Development/Other

%description    data
Data and Baseline images for VTK regression testing and other VTK examples.

The VTKData/Data directory are data files of various types. This includes
polygonal data, images, volumes, structured grids, rectilinear grids,
and multi-variate data.

The VTKData/Baseline are the testing images. These are used in testing to
compare a valid image against a generated image. If a difference between
the two images is found, then the test is considered to have failed.

%files          data
%{_datadir}/vtk

#------------------------------------------------------------------------------

%package examples
Summary:        C++, Tcl and Python example programs/scripts for VTK

Group:          Development/Other
Requires:       %{name}-data = %{version}
Requires:       %{libname} = %{version}

%description examples
This package contains all the examples from the VTK source.
To compile the C++ examples you will need to install the vtk-devel
package as well. The Python and Tcl examples can be run with the
corresponding packages (vtk-python, vtk-tcl).

%files          examples
%dir %{vtkdocdir}/examples
%{vtkdocdir}/examples/*

#------------------------------------------------------------------------------

%package test-suite
Summary:        Tests programs for VTK

Requires:       %{libname} = %{version}
Requires:       %{name}-data = %{version}
Group:          Development/Other

%description test-suite
This package contains all testing programs from the VTK
source. The source code of these programs can be found in the
vtk-examples package.

%files test-suite
%{_bindir}/*
%exclude %{_bindir}/%{name}
%exclude %{_bindir}/vtkEncodeString
%exclude %{_bindir}/vtkWrapTcl
%exclude %{_bindir}/vtkWrapTclInit
%exclude %{_bindir}/vtkpython
%exclude %{_bindir}/vtkWrapPython
%exclude %{_bindir}/vtkWrapPythonInit
%exclude %{_bindir}/qtevents
%exclude %{_bindir}/qtimageviewer
%exclude %{_bindir}/vtkHashSource*
%exclude %{_bindir}/vtkWrapHierarchy*
%exclude %{_bindir}/vtkParseOGLExt*

#------------------------------------------------------------------------------

%prep
%setup -q -n VTK-%{version}
%apply_patches

# Replace relative path ../../../VTKData with %{_datadir}/vtkdata-%{version}
# otherwise it will break on symlinks.
grep -rl '\.\./\.\./\.\./\.\./VTKData' . | xargs \
  perl -pi -e's,\.\./\.\./\.\./\.\./VTKData,%{_datadir}/vtkdata-%{version},g'

%build
export CFLAGS="%{optflags} -D_UNICODE"
export CXXFLAGS="%{optflags} -D_UNICODE"
%if %{with java}
export JAVA_HOME=/usr/lib/jvm/java
%endif

# Remove old cmake files
rm -f CMake/FindBoost*

# Due to cmake prefix point already for _prefix, we need
# push only the necessary extra paths

%cmake \
        -DVTK_INSTALL_LIBRARY_DIR=%{_lib}/vtk \
        -DVTK_INSTALL_ARCHIVE_DIR=%{_lib}/vtk \
        -DVTK_INSTALL_BIN_DIR=/bin \
        -DVTK_INSTALL_PACKAGE_DIR=%{_lib}/vtk \
        -DVTK_INSTALL_INCLUDE_DIR=include/vtk \
        -DVTK_CUSTOM_LIBRARY_SUFFIX="" \
        -DVTK_INSTALL_PACKAGE_DIR:PATH=%{_lib}/cmake/vtk \
        -DVTK_INSTALL_QT_DIR:PATH=%{_lib}/qt4/plugins/designer \
        -DVTK_INSTALL_TCL_DIR:PATH=share/tcl%{tcl_version}/vtk \
        -DVTK_INSTALL_PYTHON_MODULE_DIR:PATH=%{_lib}/python%{py_ver}/site-packages \
        -DTK_INTERNAL_PATH:PATH=/usr/include/tk-private/generic \
%if %{with OSMesa}
 -DVTK_OPENGL_HAS_OSMESA:BOOL=ON \
%endif
        -DVTK_DATA_ROOT=/share/vtk \
        -DVTK_USE_SYSTEM_LIBPROJ4:BOOL=OFF \
        -DVTK_WRAP_PYTHON:BOOL=ON \
%if %with java
        -DJAVA_INCLUDE_PATH:PATH=%{java_home}/include \
        -DJAVA_INCLUDE_PATH2:PATH=%{java_home}/include/linux \
        -DJAVA_AWT_INCLUDE_PATH:PATH=%{java_home}/include \
        -DVTK_WRAP_JAVA:BOOL=ON \
%else
        -DVTK_WRAP_JAVA:BOOL=OFF \
%endif
        -DVTK_WRAP_TCL:BOOL=ON \
 -DVTK_Group_Imaging:BOOL=ON \
 -DVTK_Group_Qt:BOOL=ON \
 -DVTK_Group_Rendering:BOOL=ON \
 -DVTK_Group_StandAlone:BOOL=ON \
 -DVTK_Group_Tk:BOOL=ON \
 -DVTK_Group_Views:BOOL=ON \
 -DModule_vtkFiltersStatisticsGnuR:BOOL=ON \
        -DVTK_USE_RENDERING:BOOL=ON \
        -DDESIRED_QT_VERSION=4 \
        -DVTK_USE_QT:BOOL=ON \
        -DBUILD_DOCUMENTATION:BOOL=OFF \
        -DBUILD_EXAMPLES:BOOL=ON \
        -DBUILD_SHARED_LIBS:BOOL=ON \
        -DBUILD_TESTING:BOOL=ON \
        -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \
        -DVTK_USE_SYSTEM_JPEG:BOOL=ON \
        -DVTK_USE_SYSTEM_PNG:BOOL=ON \
        -DVTK_USE_SYSTEM_TIFF:BOOL=ON \
        -DVTK_USE_SYSTEM_ZLIB:BOOL=ON \
        -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \
        -DVTK_USE_ANSI_STDLIB:BOOL=ON \
        -DVTK_USE_PARALLEL:BOOL=ON \
        -DVTK_USE_GUISUPPORT:BOOL=ON \
        -DVTK_USE_QVTK:BOOL=ON \
        -DVTK_INSTALL_QT_PLUGIN_DIR:STRING=%{qt_designer_plugins_dir} \
        -DVTK_USE_GL2PS:BOOL=ON \
        -DVTK_HAVE_GETSOCKNAME_WITH_SOCKLEN_T:INTERNAL=1 \
        -DVTK_USE_SYSTEM_LIBXML2:BOOL=ON \
        -DVTK_USE_QVTK_QTOPENGL:BOOL=ON \
        -DVTK_USE_OGGTHEORA_ENCODER=ON \
        -DVTK_USE_SYSTEM_LIBRARIES=ON \
        -DVTK_USE_BOOST:BOOL=ON \
        -DVTK_USE_SYSTEM_NETCDF:BOOL=ON

#        -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=%{_prefix} --root=%{buildroot}" \

%make
# Remove executable bits from sources (some of which are generated)
find . -name \*.c -or -name \*.cxx -or -name \*.h -or -name \*.hxx -or \
       -name \*.gif | xargs chmod -x

%install
%makeinstall_std -C build
mkdir -p %{buildroot}%{vtktcldir}
install -d -m 755 %{buildroot}/%{_datadir}/vtk
pushd %{buildroot}/%{_datadir}/vtk
tar zxf %{SOURCE1}
popd

pushd build
# Move python libraries into the proper location
#if [ "%{_lib}" != lib -a "`ls %{buildroot}%{_prefix}/lib/*`" != "" ]; then
#  mkdir -p %{buildroot}%{_libdir}
#  mv %{buildroot}%{_prefix}/lib/python* %{buildroot}%{_libdir}/
#fi

# ld config
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
echo %{_libdir}/vtk > %{buildroot}%{_sysconfdir}/ld.so.conf.d/vtk-%{_arch}.conf
echo %{_libdir}/R/lib >> %{buildroot}%{_sysconfdir}/ld.so.conf.d/vtk-%{_arch}.conf

# Gather list of non-python/tcl libraries
ls %{buildroot}%{_libdir}/vtk/*.so.* \
  | grep -Ev '(Java|Qt|Python27D|TCL)' | sed -e's,^%{buildroot},,' > libs.list

# List of executable utilities
cat > utils.list << EOF
vtkEncodeString
EOF

# List of executable examples
cat > examples.list << EOF
HierarchicalBoxPipeline
MultiBlock
Arrays
Cube
RGrid
SGrid
Medical1
Medical2
Medical3
finance
AmbientSpheres
Cylinder
DiffuseSpheres
SpecularSpheres
Cone
Cone2
Cone3
Cone4
Cone5
Cone6
EOF

# Install examples too
for filelist in examples.list; do
  for file in `cat $filelist`; do
    install -p bin/$file %{buildroot}%{_bindir}
  done
done

# Fix up filelist paths
for filelist in utils.list examples.list; do
  perl -pi -e's,^,%{_bindir}/,' $filelist
done

# Remove any remnants of rpaths on files we install
for file in `cat examples.list`; do
  chrpath -d %{buildroot}$file
done

# http://vtk.org/Bug/view.php?id=14125
#chrpath -d  %{buildroot}%{py_platsitedir}/vtk/*.so

# Main package contains utils and core libs
cat libs.list utils.list > main.list
popd

#install test-suite and examples
mkdir -p %{buildroot}%{vtkdocdir}/examples/Testing
cp -a Testing/* %{buildroot}%{vtkdocdir}/examples/Testing
cp -a Examples %{buildroot}%{vtkdocdir}/examples

# get rid of unwanted files
pushd %{buildroot}%{vtkdocdir}/examples
  rm -f `find . -type d -name CVS`
  find . -name "*.o" -o -name "CMake*" -o -name "cmake.*"       \
        -o -name .NoDartCoverage -o -name .NoDartCoverage       \
        -o -name Makefile                                       \
        -exec rm {} \;
popd
# Remove any possible verdict docs
rm -rf %{buildroot}/%{_libdir}/vtk/doc
rm -rf %{buildroot}/%{vtkdocdir}/verdict

# install test suite binaries and add each prg path in test-suite-files
rm -f test-suite-files
mkdir -p %{buildroot}%{_bindir}
pushd build/bin
    for f in `find . -type f | grep -v '.so$' | grep -v vtk`; do
        install -m 0755 $f %{buildroot}%{_bindir}
    done
popd
rm -f %{buildroot}%{_bindir}/*.so.*
%multiarch_includes  %{buildroot}%{vtkincdir}/vtkConfigure.h

# Setup Wrapping docs tree
mkdir -p _docs
cp -pr --parents Wrapping/*/README* _docs/ 
rm -f %{libdir}/vtk/*.a

export LD_LIBRARY_PATH=%{buildroot}%{libdir}/vtk

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.1.0-2
+ Revision: 022d1ae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21996 |14mr|w3c-libwww-5.4.1-0.20061204.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap 20061204

Summary:        HTTP library of common code
Name:           w3c-libwww
Version:        5.4.1
Release:        %mkrel 0.%{snap}.8
License:        W3C License
Group:          System/Libraries
URL:            http://www.w3.org/Library
Source0:        http://www.w3.org/Library/Distribution/w3c-libwww-%{version}-%{snap}.tar.gz
Patch0:		w3c-libwww-configure.patch
Patch1:		w3c-libwww-5.4.1-incdir.patch
Patch2:		w3c-libwww-ppc64.patch
Patch3:		w3c-libwww-md5.patch
Patch4:		w3c-libwww-expat.patch
Patch5:		w3c-libwww-lib64.diff
Patch6:		w3c-libwww-5.4.1-fix-install.patch
Patch7:		w3c-libwww-5.4.1-fix-link.patch
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	expat-devel
BuildRequires:	libtool
BuildRequires:  openssl-devel
BuildRequires:  zlib-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Libwww is a general-purpose Web API written in C for Unix and Windows (Win32).
With a highly extensible and layered API, it can accommodate many different
types of applications including clients, robots, etc. The purpose of libwww
is to provide a highly optimized HTTP sample implementation as well as other
Internet protocols and to serve as a testbed for protocol experiments.

See: http://www.w3.org/Consortium/Legal/copyright-software.html for
further information on its license.

%package devel
Summary:        Libraries and header files for programs that use libwww
Group:          Development/Other
Requires:       %{name} = %{version}-%{release}

%description devel
Static libraries and header files for libwww, which are available as public
libraries.

%package apps
Summary:        Applications built using Libwww web library: e.g. Robot, etc
Group:          Networking/WWW
Requires:       %{name} = %{version}-%{release}

%description apps
Web applications built using Libwww: Robot, Command line tool, 
line mode browser.  The Robot can crawl web sites faster, and
with lower load, than any other web walker that we know of, 
due to its extensive pipelining and use of HTTP/1.1.

The command line tool (w3c) is very useful for manipulation of 
Web sites that implement more than just HTTP GET (e.g. PUT, 
 POST, etc.).

The line mode browser is a minimal line mode web browser; 
often useful to convert to ascii text.  Currently unavailable
until someone updates it to some new interfaces. (hint, hint...)

%prep

%setup -q

#cvs -d :pserver:anonymous@dev.w3.org:/sources/public login
#after which you type "anonymous" as password.
#cvs -d :pserver:anonymous@dev.w3.org:/sources/public -z3 checkout libwww

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0544 -exec chmod 644 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;
		
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p1
%patch1 -p1
%patch2 -p1 -b .ppc64
%patch3 -p0
%patch4 -p1
%patch5 -p0
%patch6 -p0
%patch7 -p0 -b .link

# we don't want the libwww version
rm -rf modules/expat

%build
autoreconf -fi
echo timestamp > stamp-h.in
%configure2_5x \
    --enable-shared \
    --disable-static \
    --with-gnu-ld \
    --with-regex \
    --with-zlib \
    --with-ssl \
    --enable-reentrant

%make

%install
rm -rf %{buildroot}

%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/libwww-config

%if %mdkversion < 200900
%post -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -p /sbin/ldconfig
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc *.html  Icons/*/*.gif
%{_libdir}/libpics*.so.*
%{_libdir}/libwww*.so.*
%{_libdir}/libmd5.so.*
%{_datadir}/w3c-libwww

%files apps
%defattr(-,root,root)
%doc COPYRIGH
%{_bindir}/webbot
%{_bindir}/w3c
%{_bindir}/www

%files devel
%defattr(-,root,root)
%doc COPYRIGH
%{_bindir}/libwww-config
%{multiarch_bindir}/libwww-config
%{_libdir}/lib*.so
%dir %{_includedir}/w3c-libwww
%{_includedir}/w3c-libwww/*.h



%changelog
* Sun Aug 26 2012 Denis Silakov <denis.silakov@rosalab.ru> 5.4.1-0.20061204.8
+ Revision: e92ae5d
- Drop *la files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21997 |14mr|waf-1.7.16-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define python_compile python -c "import compileall; compileall.compile_dir('.')" 
%define python_compile_opt python -O -c "import compileall; compileall.compile_dir('.')" 

%define python3_compile python3 -c "import compileall; compileall.compile_dir('.')" 
%define python3_compile_opt python3 -O -c "import compileall; compileall.compile_dir('.')"

%define build_py3 1
%define	with_docs 1
%define _python_bytecompile_build 0

Summary:	A framework for configuring, compiling and installing applications
Name:		waf
Version:	1.7.16
Release:	3
License:	BSD
Group:		Development/Tools
Url:		http://code.google.com/p/waf/
# Original tarfile can be found at
# http://waf.googlecode.com/files/waf-%%{version}.tar.bz2
# We remove docs/book, as this is under CC-BY-NC-ND, which is not
# allowed in Mageia. 
# We remove Waf logos ./docs/gfx/waflogo.svg ./docs/slides/presentation/gfx/waflogo.svg ./docs/sphinx/_images/waf-64x64.png
# - Waf logos, licensed CC BY-NC
Source0:	waf-%{version}.stripped.tar.xz
Source1:	%{name}.macros
Source2:	%{name}-python3.macros
Source3:	repack.sh
Patch0:		%{name}-1.6.3-libdir.patch
Patch1:         %{name}-1.6.9-logo.patch
BuildRequires:  python-devel
Requires:	python(abi) = %python_version
BuildArch:	noarch
%if %{build_py3}
BuildRequires:  python3-devel
%endif
%if %{with_docs}
BuildRequires:	python-sphinx
BuildRequires:	graphviz
BuildRequires:	imagemagick
Suggests:       %{name}-doc
%endif
BuildConflicts: waf
%if %{build_py3}
BuildConflicts: waf-python3
%endif

%description
Waf is a Python-based framework for configuring, compiling and installing
applications. It derives from the concepts of other build tools such as 
Scons, Autotools, CMake, and Ant.

%if %{with_docs}
%package -n %{name}-doc
Summary:        Documentation for %{name}
%description -n %{name}-doc
Waf is a Python-based framework for configuring, compiling and
installing applications. It is a replacement for other tools such as
Autotools, Scons, CMake or Ant.
This package contains the HTML documentation for %{name}.
%endif

%if %{build_py3}
%package -n %{name}-python3
Summary:        Python3 support for %{name}
Requires:	python(abi) = %python3_version

%description -n %{name}-python3
Waf is a Python-based framework for configuring, compiling and
installing applications. It is a replacement for other tools such as
Autotools, Scons, CMake or Ant.

This package contains the Python 3 version of %{name}.
%endif

%prep
%setup -q
%patch0 -p0 -b .libdir
%patch1 -p1 -b .logo

# remove BOM, causes trouble later
sed -i -e '1s/^\xEF\xBB\xBF//' waflib/extras/dpapi.py

# add missing quotes, see rhbz#914566 and
# https://code.google.com/p/waf/issues/detail?id=1263
sed -i -e 's@fontname=\(Vera.*sans\),@fontname="\1",@g' \
  docs/sphinx/conf.py \
  docs/sphinx/coremodules.rst \
  docs/sphinx/featuremap.rst

%build
extras=
for f in waflib/extras/*.py ; do
  f=$(basename "$f" .py);
  if [ "$f" != "__init__" ]; then
    extras="${extras:+$extras,}$f" ;
  fi
done
./waf-light --make-waf --strip --tools="$extras"

%if %{with_docs}
# build html docs
pushd docs/sphinx
../../waf configure build
popd
%endif

%install
# use waf so it unpacks itself
mkdir _temp ; pushd _temp
cp -av ../waf .
python ./waf >/dev/null 2>&1
pushd .waf-%{version}-*
find . -name '*.py' -printf '%%P\0' |
  xargs -0 -I{} install -m 0644 -p -D {} %{buildroot}%{_datadir}/waf/{}
popd

%if %{build_py3}
python3 ./waf >/dev/null 2>&1
pushd .waf3-%{version}-*
find . -name '*.py' -printf '%%P\0' |
  xargs -0 -I{} install -m 0644 -p -D {} %{buildroot}%{_datadir}/waf3/{}
popd
%endif
popd

install -m 0755 -p -D waf-light %{buildroot}%{_bindir}/waf-%{python_version}

%if %{build_py3}
install -m 0755 -p -D waf-light %{buildroot}%{_bindir}/waf-%{python3_version}
%endif

ln -s waf-%{python_version} %{buildroot}%{_bindir}/waf

# remove shebangs from and fix EOL for all scripts in wafadmin
find %{buildroot}%{_datadir}/ -name '*.py' \
     -exec sed -i -e '1{/^#!/d}' -e 's|\r$||g' {} \;

# fix waf script shebang line
sed -i "1c#! %{__python}" %{buildroot}%{_bindir}/waf-%{python_version}
%if %{build_py3}
sed -i "1c#! %{__python3}" %{buildroot}%{_bindir}/waf-%{python3_version}
%endif

# remove x-bits from everything going to doc
find demos utils -type f -exec chmod 0644 {} \;

# remove hidden file
rm -f docs/sphinx/build/html/.buildinfo

# install waf rpm macro helper
install -D %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.d/%{name}.macros
%if %{build_py3}
install -D %{SOURCE2} %{buildroot}%{_sysconfdir}/rpm/macros.d/%{name}-python3.macros
%endif

# do byte compilation
pushd %{buildroot}%{_datadir}/waf
%python_compile_opt 
%python_compile 
popd

%if %{build_py3}
pushd %{buildroot}%{_datadir}/waf3
%python3_compile_opt
%python3_compile
popd
%endif

%if %{with_docs}
%files -n %{name}-doc
%doc docs/sphinx/build/html
%doc README TODO ChangeLog demos
%endif

%files 
%{_sysconfdir}/rpm/macros.d/%{name}.macros
%{_bindir}/%{name}
%{_bindir}/%{name}-%{python_version}
%{_datadir}/%{name}

%if %{build_py3}
%files -n %{name}-python3
%{_sysconfdir}/rpm/macros.d/%{name}-python3.macros
%{_bindir}/waf-%{python3_version}
%{_datadir}/waf3
%endif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.16-3
+ Revision: 6bcba4f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21998 |14mr|wavpack-4.60.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Summary:	Lossless Audio compressor
Name:		wavpack
Version:	4.60.1
Release:	6
License:	BSD
Group:		Sound
Url:		http://www.wavpack.com/
Source0:	http://www.wavpack.com/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(ncurses)

%description
WavPack is a completely open audio compression format providing
lossless, high-quality lossy, and a unique hybrid compression
mode. Although the technology is loosely based on previous versions of
WavPack, the new version 4 format has been designed from the ground up
to offer unparalleled performance and functionality.

In the default lossless mode WavPack acts just like a WinZip
compressor for audio files. However, unlike MP3 or WMA encoding which
can affect the sound quality, not a single bit of the original
information is lost, so there's no chance of degradation. This makes
lossless mode ideal for archiving audio material or any other
situation where quality is paramount. The compression ratio depends on
the source material, but generally is between 30% and 70%.

The hybrid mode provides all the advantages of lossless compression
with an additional bonus. Instead of creating a single file, this mode
creates both a relatively small, high-quality lossy file that can be
used all by itself, and a "correction" file that (when combined with
the lossy file) provides full lossless restoration. For some users
this means never having to choose between lossless and lossy
compression!

%package -n %{libname}
Group:		System/Libraries
Summary:	Lossless Audio compression library

%description -n %{libname}
WavPack is a completely open audio compression format providing
lossless, high-quality lossy, and a unique hybrid compression
mode. Although the technology is loosely based on previous versions of
WavPack, the new version 4 format has been designed from the ground up
to offer unparalleled performance and functionality.

In the default lossless mode WavPack acts just like a WinZip
compressor for audio files. However, unlike MP3 or WMA encoding which
can affect the sound quality, not a single bit of the original
information is lost, so there's no chance of degradation. This makes
lossless mode ideal for archiving audio material or any other
situation where quality is paramount. The compression ratio depends on
the source material, but generally is between 30% and 70%.

The hybrid mode provides all the advantages of lossless compression
with an additional bonus. Instead of creating a single file, this mode
creates both a relatively small, high-quality lossy file that can be
used all by itself, and a "correction" file that (when combined with
the lossy file) provides full lossless restoration. For some users
this means never having to choose between lossless and lossy
compression!

%package -n %{devname}
Group:		Development/C
Summary:	Lossless Audio compression library
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
WavPack is a completely open audio compression format providing
lossless, high-quality lossy, and a unique hybrid compression
mode. Although the technology is loosely based on previous versions of
WavPack, the new version 4 format has been designed from the ground up
to offer unparalleled performance and functionality.

In the default lossless mode WavPack acts just like a WinZip
compressor for audio files. However, unlike MP3 or WMA encoding which
can affect the sound quality, not a single bit of the original
information is lost, so there's no chance of degradation. This makes
lossless mode ideal for archiving audio material or any other
situation where quality is paramount. The compression ratio depends on
the source material, but generally is between 30% and 70%.

The hybrid mode provides all the advantages of lossless compression
with an additional bonus. Instead of creating a single file, this mode
creates both a relatively small, high-quality lossy file that can be
used all by itself, and a "correction" file that (when combined with
the lossy file) provides full lossless restoration. For some users
this means never having to choose between lossless and lossy
compression!

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc README ChangeLog
%{_bindir}/wavpack
%{_bindir}/wvunpack
%{_bindir}/wvgain
%{_mandir}/man1/*1*

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

%files -n %{devname}
%doc doc/*.txt
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/wavpack





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.60.1-6
+ Revision: 2f5383a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 21999 |14mr|wayland-1.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Wayland Compositor Infrastructure
Name:		wayland
Version:	1.5.0
Release:	3
License:	MIT
Group:		System/Libraries
Url:		http://wayland.freedesktop.org/
Source0:	http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libffi)
# for man pages
BuildRequires:	docbook-style-xsl
BuildRequires:	doxygen
# for protocol doc
BuildRequires:	xsltproc

%track
prog %{name} = {
	url = http://wayland.freedesktop.org/releases.html
	version = %{version}
	regex = %{name}-(__VER__)\.tar\.xz
}

%description
Wayland is a protocol for a compositor to talk to its clients as well
as a C library implementation of that protocol. The compositor can be
a standalone display server running on Linux kernel modesetting and
evdev input devices, an X application, or a wayland client itself. The
clients can be traditional applications, X servers (rootless or
fullscreen) or other display servers.

#----------------------------------------------------------------------------

%define client_major 0
%define client_name %{name}-client
%define client_libname %mklibname %{client_name} %{client_major}

%package -n %{client_libname}
Summary:	Libraries for %{client_name}
Group:		System/Libraries

%description -n %{client_libname}
This package contains the libraries for %{client_name}.

%files -n %{client_libname}
%{_libdir}/lib%{client_name}.so.%{client_major}*

#----------------------------------------------------------------------------

%define server_major 0
%define server_name %{name}-server
%define server_libname %mklibname %{server_name} %{server_major}

%package -n %{server_libname}
Summary:	Libraries for %{server_name}
Group:		System/Libraries

%description -n %{server_libname}
This package contains the libraries for %{server_name}.

%files -n %{server_libname}
%{_libdir}/lib%{server_name}.so.%{server_major}*

#----------------------------------------------------------------------------

%define cursor_major 0
%define cursor_name %{name}-cursor
%define cursor_libname %mklibname %{cursor_name} %{cursor_major}

%package -n %{cursor_libname}
Summary:	Libraries for %{cursor_name}
Group:		System/Libraries

%description -n %{cursor_libname}
This package contains the libraries for %{cursor_name}.

%files -n %{cursor_libname}
%{_libdir}/lib%{cursor_name}.so.%{cursor_major}*

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Header files for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{client_libname} = %{EVRD}
Requires:	%{server_libname} = %{EVRD}
Requires:	%{cursor_libname} = %{EVRD}
Requires:	%{name}-tools = %{EVRD}

%description -n %{devname}
This package contains the header and pkg-config files for developing
with %{name}.

%files -n %{devname}
%{_includedir}/%{name}-*.h
%{_libdir}/lib%{name}*.so
%{_libdir}/pkgconfig/%{name}*.pc
%{_datadir}/wayland/wayland-scanner.mk
%{_datadir}/wayland/wayland.dtd
%{_datadir}/aclocal/%{name}-scanner.m4

#----------------------------------------------------------------------------

%package tools
Summary:	Wayland development tools
Group:		System/Libraries

%description tools
This package contains development tools for Wayland.

%files tools
%{_bindir}/%{name}-scanner

#----------------------------------------------------------------------------

%package doc
Summary:	Wayland documentation
Group:		Development/Other

%description doc
This package contains documentation of Wayland.

%files doc
%{_mandir}/man3/wl_*.3*
%{_datadir}/wayland/wayland.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -vfi
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.0-3
+ Revision: d92b113
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22000 |14mr|webkit-2.4.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# BEFORE UPDATING THIS PACKAGE, YOU _MUST_ DO THE FOLLOWING:
# - DO A LOCAL BUILD
# - INSTALL IT IN A TEST MACHINE
# - CHECK THAT 'display_help http://google.com' STILL WORK (INCLUDING CLOSING IT)
# - CHECK THAT MCC STILL RUNS
#
%define debug_package %{nil}
# *** ERROR: same build ID in nonidentical files!
#        /usr/bin/jsc-3
#   and  /usr/bin/jsc-1


%define oname		webkitgtk
%define lib3ver		3.0
%define major3		0
%define major2		25
%define lib3name	%mklibname webkitgtk %{lib3ver} %{major3}
%define devname3	%mklibname webkitgtk %{lib3ver} -d
%define inspector3name	webkit%{lib3ver}-webinspector
%define girname3	%mklibname %{name}-gir %{lib3ver}
%define girname2	%mklibname %{name}2-gir %{lib3ver}
%define girname2extension %mklibname %{name}2webextension-gir %{lib3ver}
%define libwebkit2      %mklibname webkit2gtk %{lib3ver} %{major2}
%define girjscore3	%mklibname jscore-gir %{lib3ver}
%define libjavascriptcoregtk3	%mklibname javascriptcoregtk %{lib3ver} %{major3}

%define pango	0
%if %{pango}
%define fontreq		pkgconfig(pango)
%define fontback	pango
%else
%define fontreq		pkgconfig(fontconfig) >= 1.0.0
%define fontback	freetype
%endif

Summary:	Web browser engine
Name:		webkit
Epoch:		1
Version:	2.4.5
Release:	1
License:	BSD and LGPLv2+
Group:		System/Libraries
Url:		http://www.webkitgtk.org
Source0:	http://www.webkitgtk.org/releases/%{oname}-%{version}.tar.xz
Patch0:         webkit-2.3.90-link.patch
# (blino) needed for first-time wizard (display_help) to be able to close its window with javascript
Patch2:         webkit-2.1.90-allowScriptsToCloseWindows.patch
Patch3:         webkitgtk-2.1.92-gtk-includes.patch

BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gperf
BuildRequires:	gtk-doc
BuildRequires:	libtool
BuildRequires:	%{fontreq}
BuildRequires:	icu-devel >= 49
BuildRequires:	jpeg-devel
BuildRequires:	libstdc++-devel
BuildRequires:	automake
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gail)
BuildRequires:	pkgconfig(gail-3.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(geoclue)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcurl) >= 7.11.0
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.2.0
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.29.90
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(libsecret-1)
BuildRequires:	chrpath

%description
WebKit is an open source web browser engine.

#----------------------------------------------------------------------------

%package -n %{name}%{lib3ver}
Summary:	GTK+3 port of WebKit web browser engine - shared files
Group:		Development/GNOME and GTK+
Requires:	%{lib3name} = %{EVRD}
Conflicts:	%{lib3name} < 1:1.4.1-5
Conflicts:	%{name} < 1:1.4.1-6
%rename %{name}3

%description -n %{name}%{lib3ver}
WebKit is an open source web browser engine.
This package contains the shared files used by %{name}%{lib3ver}

%files -n %{name}%{lib3ver} -f WebKitGTK-3.0.lang
%dir %{_datadir}/webkitgtk-3.0
%{_datadir}/webkitgtk-3.0/images
%{_datadir}/webkitgtk-3.0/resources

#----------------------------------------------------------------------------

%package -n %{lib3name}
Summary:	GTK+3 port of WebKit web browser engine
Group:		System/Libraries
Obsoletes:	%{inspector3name}

%description -n %{lib3name}
The GTK+3 port of WebKit is intended to provide a browser component
primarily for users of the portable GTK+3 UI toolkit on platforms like
Linux.

%files -n %{lib3name}
%{_libdir}/lib%{name}gtk-%{lib3ver}.so.%{major3}*

#----------------------------------------------------------------------------

%package -n %{libjavascriptcoregtk3}
Summary:	GTK+3 port of WebKit web browser engine
Group:		System/Libraries
Obsoletes:	%{_lib}javascriptcoregtk3.0 < %{EVRD}

%description -n %{libjavascriptcoregtk3}
The GTK+3 port of WebKit is intended to provide a browser component
primarily for users of the portable GTK+3 UI toolkit on platforms like
Linux.

%files -n %{libjavascriptcoregtk3}
%{_libdir}/libjavascriptcoregtk-%{lib3ver}.so.%{major3}*

#----------------------------------------------------------------------------

%package -n %{devname3}
Summary:	Development files for WebKit GTK+3 port
Group:		Development/GNOME and GTK+
Provides:	webkitgtk3-devel = %{EVRD}
Provides:	libwebkitgtk3-devel = %{EVRD}
Requires:	%{lib3name} = %{EVRD}
Requires:	%{libwebkit2} = %{EVRD}
Requires:	%{libjavascriptcoregtk3} = %{EVRD}
Requires:	%{girjscore3} = %{EVRD}
Requires:	%{girname3} = %{EVRD}
Requires:	%{girname2} = %{EVRD}
Requires:       %{girname2extension} = %{EVRD}

%description -n %{devname3}
The GTK+ port of WebKit is intended to provide a browser component
primarily for users of the portable GTK+ UI toolkit on platforms like
Linux. This package contains development headers.

%files -n %{devname3}
%{_libdir}/lib%{name}gtk-%{lib3ver}.so
%{_libdir}/libjavascriptcoregtk-%{lib3ver}.so
%{_libdir}/libwebkit2gtk-%{lib3ver}.so
%{_includedir}/%{name}gtk-%{lib3ver}
%{_libdir}/pkgconfig/%{name}gtk-%{lib3ver}.pc
%{_libdir}/pkgconfig/javascriptcoregtk-%{lib3ver}.pc
%{_libdir}/pkgconfig/%{name}2gtk-%{lib3ver}.pc
%{_libdir}/pkgconfig/%{name}2gtk-web-extension-%{lib3ver}.pc
%{_datadir}/gir-1.0/JavaScriptCore-%{lib3ver}.gir
%{_datadir}/gir-1.0/WebKit-%{lib3ver}.gir
%{_datadir}/gir-1.0/WebKit2-%{lib3ver}.gir
%{_datadir}/gir-1.0/WebKit2WebExtension-%{lib3ver}.gir
%{_datadir}/gtk-doc/html/webkitgtk3/*
%{_datadir}/gtk-doc/html/webkit2gtk/*
%{_datadir}/gtk-doc/html/webkitdomgtk/*

#----------------------------------------------------------------------------

%package -n webkit3-gtklauncher
Summary:	WebKit GTK+3 example application
Group:		Development/GNOME and GTK+

%description -n webkit3-gtklauncher
GtkLauncher is an example application for WebKit GTK+3.

%files -n webkit3-gtklauncher
%{_libdir}/%{name}3/GtkLauncher

#----------------------------------------------------------------------------

%package -n webkit3-jsc
Summary:	JavaScriptCore shell for WebKit GTK+3
Group:		Development/GNOME and GTK+

%description -n webkit3-jsc
jsc is a shell for JavaScriptCore, WebKit's JavaScript engine. It
allows you to interact with the JavaScript engine directly.

%files -n webkit3-jsc
%{_bindir}/jsc-3

#----------------------------------------------------------------------------

%package -n %{girjscore3}
Summary:	GObject Introspection interface description for JSCore
Group:		System/Libraries
Conflicts:	%{libjavascriptcoregtk3} < %{epoch}:1.5.2-2

%description -n %{girjscore3}
GObject Introspection interface description for JSCore.

%files -n %{girjscore3}
%{_libdir}/girepository-1.0/JavaScriptCore-%{lib3ver}.typelib

#----------------------------------------------------------------------------

%package -n %{girname3}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{lib3name} < %{epoch}:1.5.2-2

%description -n %{girname3}
GObject Introspection interface description for WebKit.

%files -n %{girname3}
%{_libdir}/girepository-1.0/WebKit-%{lib3ver}.typelib

#----------------------------------------------------------------------------

%package -n %{girname2}
Summary:        GObject Introspection interface description for %name
Group:          System/Libraries
Requires:       %{libwebkit2} = %{EVRD}

%description -n %{girname2}
GObject Introspection interface description for WebKit2.

%files -n %{girname2}
%{_libdir}/girepository-1.0/WebKit2-%{lib3ver}.typelib

#----------------------------------------------------------------------------

%package -n %{girname2extension}
Summary:        GObject Introspection interface description for %name
Group:          System/Libraries
Obsoletes:      %{_lib}webkit2webextension3.0 < 1:2.4.1-2

%description -n %{girname2extension}
GObject Introspection interface description for WebKit2.

%files -n %{girname2extension}
%{_libdir}/girepository-1.0/WebKit2WebExtension-%{lib3ver}.typelib

#----------------------------------------------------------------------------

%package -n %{libwebkit2}
Summary:        GTK+3 port of WebKit2 web browser engine
Group:          System/Libraries
Requires:       %{name}3.0 = %{EVRD}
Requires:       %{name}2gtk = %{EVRD}
Provides:       libwebkit2gtk3 = %{version}-%{release}

%description -n %{libwebkit2}
The GTK+3 port of WebKit2 is intended to provide a browser component
primarily for users of the portable GTK+3 UI toolkit on platforms like
Linux.

%files -n %{libwebkit2}
%{_libdir}/lib%{name}2gtk-%{lib3ver}.so.%{major2}
%{_libdir}/lib%{name}2gtk-%{lib3ver}.so.%{major2}.*

#----------------------------------------------------------------------------

%package -n %{name}2gtk
Summary:        GTK+3 port of WebKit2 web browser engine - shared files
Group:          System/Libraries

%description -n %{name}2gtk
WebKit is an open source web browser engine.
This package contains the shared files used by %{name}2gtk%{lib3ver}.

%files -n %{name}2gtk
%dir %{_libdir}/webkit2gtk-%{lib3ver}
%dir %{_libdir}/webkit2gtk-%{lib3ver}/injected-bundle
%{_libdir}/webkit2gtk-%{lib3ver}/injected-bundle/libwebkit2gtkinjectedbundle.so
%{_libexecdir}/WebKitNetworkProcess
%{_libexecdir}/WebKitPluginProcess
%{_libexecdir}/WebKitWebProcess

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches
# Don't force -O2
sed -i 's/-O2//g' configure.ac

%build
# Use linker flags to reduce memory consumption on low-mem architectures
%ifarch %{arm}
%define lowmemflags -Wl,--no-keep-memory -Wl,--reduce-memory-overheads
export CFLAGS="`echo %{optflags} %lowmemflags | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//'`"
mkdir -p bfd
ln -s %{_bindir}/ld.bfd bfd/ld
export PATH=$PWD/bfd:$PATH
export CC="%{__cc} -fuse-ld=bfd"
export CXX="%{__cxx} -fuse-ld=bfd"
%global ldflags %{ldflags} -fuse-ld=bfd
%else
export CFLAGS="`echo %{optflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//'`"
%endif

export CXXFLAGS="$CFLAGS"

%configure2_5x \
	--enable-dependency-tracking \
	--with-gtk=3.0 \
	--enable-webkit2 \
	--enable-jit \
	--enable-video \
	--enable-introspection

make V=1 -j4

%install
%makeinstall_std

mkdir -p %{buildroot}%{_libdir}/%{name}3
install -m 755 Programs/GtkLauncher %{buildroot}%{_libdir}/%{name}3

# only useful for testing, should not be installed system-wide.
# reported upstream as 22812 - AdamW 2008/12
rm -rf %{buildroot}%{_libdir}/libtestnetscapeplugin.*

# Remove lib64 rpaths
chrpath --delete %{buildroot}%{_bindir}/jsc-3
chrpath --delete %{buildroot}%{_libdir}/libwebkitgtk-3.0.so
chrpath --delete %{buildroot}%{_libexecdir}/%{name}3/GtkLauncher

# Rename to avoid file conflicts with webkitgtk2
mv %{buildroot}%{_datadir}/gtk-doc/html/webkitgtk %{buildroot}%{_datadir}/gtk-doc/html/webkitgtk3

%find_lang WebKitGTK-3.0


%changelog
* Mon Sep 01 2014 Tigro <ashejn@gmail.com> 1:2.4.5-1
+ Revision: 9cf77cc
- update to 2.4.5

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.4.3-4
+ Revision: 9b58f5a
- MassBuild#440: Increase release tag

* Wed Jun 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.4.3-3
+ Revision: 2ad9317
- Bump release to rebuild against new icu

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.4.3-2
+ Revision: 1b8ca39
- MassBuild#430: Increase release tag

* Wed May 28 2014 Tigro <ashejn@gmail.com> 1:2.4.3-1
+ Revision: 337e6eb
- update to 2.4.3

* Wed May 14 2014 Tigro <ashejn@gmail.com> 1:2.4.2-1
+ Revision: 59e6ba4
- pack some files

* Tue May 13 2014 Tigro <ashejn@gmail.com> 1:2.4.2-1
+ Revision: ab23728
- added BR: automake

* Tue May 13 2014 Tigro <ashejn@gmail.com> 1:2.4.2-1
+ Revision: 4504190
- fix name

* Tue May 13 2014 Tigro <ashejn@gmail.com> 1:2.4.2-1
+ Revision: a522f04
- build with webkit2

* Tue May 13 2014 Tigro <ashejn@gmail.com> 1:2.4.2-1
+ Revision: 8cae470
- added patches

* Tue May 13 2014 Tigro <ashejn@gmail.com> 1:2.4.2-1
+ Revision: 9fecf9c
- update to 2.4.2

* Tue May 13 2014 Tigro <ashejn@gmail.com> 1:2.4.0-1
+ Revision: e072c8c
- Revert "Revert "enable webkit2""
- This reverts commit 9f21a5fa818ac16fa0f7c9c08e01836ba1602e20.

* Wed May 07 2014 Tigro <ashejn@gmail.com> 1:2.4.0-1
+ Revision: 9f21a5f
- Revert "enable webkit2"
- This reverts commit 5c1d6db1babf367fbd95c571f7c1ced4d66091a5.

* Wed May 07 2014 Tigro <ashejn@gmail.com> 1:2.4.0-1
+ Revision: 5c1d6db
- enable webkit2

* Tue Apr 22 2014 Tigro <ashejn@gmail.com> 1:2.4.0-1
+ Revision: d3ca91f
- pack some files and remove webinspector package

* Mon Apr 21 2014 Tigro <ashejn@gmail.com> 1:2.4.0-1
+ Revision: 7c788f1
- drop patch

* Mon Apr 21 2014 Tigro <ashejn@gmail.com> 1:2.4.0-1
+ Revision: 5a36388
- drop patch

* Mon Apr 21 2014 Tigro <ashejn@gmail.com> 1:2.4.0-1
+ Revision: ce53657
- drop patch

* Mon Apr 21 2014 Tigro <ashejn@gmail.com> 1:2.4.0-1
+ Revision: 4ef5b7e
- drop patch

* Mon Apr 21 2014 Tigro <ashejn@gmail.com> 1:2.4.0-1
+ Revision: e50be3a
- drop link patch

* Mon Apr 21 2014 Tigro <ashejn@gmail.com> 1:2.4.0-1
+ Revision: b3ee028
- update to 2.4.0

* Fri Jan 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.4-3
+ Revision: 9b87865
- LOG Drop subpackages moved to webkitgtk2

* Wed Oct 16 2013 Tigro <ashejn@gmail.com> 1:2.0.4-2
+ Revision: ffbcc22
- remove some lib64 rpaths and drop changelog

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 1:2.0.4-1
+ Revision: 7cf4e37
- sync with Cooker to 2.0.4

* Tue Sep 10 2013 Alexander Kazancev <kazancas@gmail.com> 1:2.0.3-2
+ Revision: d9628e7
- Rebuild with harfbuzz error

* Thu Jun 20 2013 root <root@localhost.localdomain> 1:2.0.3-1
+ Revision: a36bb05
- sync to gnome38 branch

* Thu Nov 01 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 1:1.10.0-4
+ Revision: d7b465b
- add missing source to file-store

* Tue Oct 16 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.10.0-4
+ Revision: 3fbcfbd
- LOG Properly update to 1.10.0 from older spec

* Mon Oct 15 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 1:1.10.0-3
+ Revision: a8fdb6a
- another -g1 fix

* Mon Oct 15 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 1:1.10.0-3
+ Revision: 10153b3
- use -g1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22001 |14mr|webkitgtk2-1.10.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# BEFORE UPDATING THIS PACKAGE, YOU _MUST_ DO THE FOLLOWING:
# - DO A LOCAL BUILD
# - INSTALL IT IN A TEST MACHINE
# - CHECK THAT 'display_help http://google.com' STILL WORK (INCLUDING CLOSING IT)
# - CHECK THAT MCC STILL RUNS
#
%define debug_package %{nil}
# *** ERROR: same build ID in nonidentical files!
#        /usr/bin/jsc-3
#   and  /usr/bin/jsc-1


# lib is called libwebkitgtk-%{libver}.so.%{major}
%define libver  1.0
%define major   0
%define oname		webkitgtk
%define sname		webkit
%define libname		%mklibname webkitgtk %{libver} %{major}
%define devname		%mklibname webkitgtk %{libver} -d
%define inspectorname	webkit%{libver}-webinspector
%define girname		%mklibname %{sname}-gir %{libver}
%define girjscore	%mklibname jscore-gir %{libver}
%define libjavascriptcoregtk	%mklibname javascriptcoregtk %{libver} %{major}

%define pango	0
%if %{pango}
%define fontreq		pkgconfig(pango)
%define fontback	pango
%else
%define fontreq		pkgconfig(fontconfig) >= 1.0.0
%define fontback	freetype
%endif

Summary:	Web browser engine
Name:		webkitgtk2
Epoch:		2
Version:	1.10.2
Release:	5
License:	BSD and LGPLv2+
Group:		System/Libraries
Url:		http://www.webkitgtk.org
Source0:	http://www.webkitgtk.org/releases/%{oname}-%{version}.tar.xz
# (blino) needed for first-time wizard (display_help) to be able to close its window with javascript
Patch0:		webkit-1.10.2-link.patch
Patch1:		webkit-1.6.1-allowScriptsToCloseWindows.patch
# fedora
Patch2: 	webkit-1.3.10-nspluginwrapper.patch
# suse patches
Patch3:		webkit-gir-fixup.patch
# other
Patch4:		webkit-1.10.2-bison3.patch

BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	flex
BuildRequires:	gperf
BuildRequires:	gtk-doc
BuildRequires:	libtool
BuildRequires:	%{fontreq}
BuildRequires:	icu-devel >= 49
BuildRequires:	jpeg-devel
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gail)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(geoclue)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcurl) >= 7.11.0
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.2.0
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.29.90
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(libsecret-1)

%description
WebKit is an open source web browser engine.

#----------------------------------------------------------------------------

%package -n %{sname}%{libver}
Summary:	GTK+ port of WebKit web browser engine - shared files
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Conflicts:	%{libname} < 1:1.4.1-5
Conflicts:	%{sname} < 1:1.4.1-6
Conflicts:	%{_lib}webkitgtk1.0_2 < 1:1.4.1
%rename %{sname}

%description -n %{sname}%{libver}
WebKit is an open source web browser engine.
This package contains the shared files used by %{sname}%{libver}

%files -n %{sname}%{libver} -f webkitgtk-2.0.lang
%dir %{_datadir}/webkitgtk-1.0
%{_datadir}/webkitgtk-1.0/images
%{_datadir}/webkitgtk-1.0/resources

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GTK+ port of WebKit web browser engine
Group:		System/Libraries
# Needed for Web Inspector feature to work
Requires:	%{inspectorname}

%description -n %{libname}
The GTK+ port of WebKit is intended to provide a browser component
primarily for users of the portable GTK+ UI toolkit on platforms like
Linux.

%files -n %{libname}
%{_libdir}/lib%{sname}gtk-%{libver}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libjavascriptcoregtk}
Summary:	GTK+ port of WebKit web browser engine
Group:		System/Libraries
Obsoletes:	%{_lib}javascriptcoregtk1.0 < %{EVRD}

%description -n %{libjavascriptcoregtk}
The GTK+ port of WebKit is intended to provide a browser component
primarily for users of the portable GTK+ UI toolkit on platforms like
Linux.

%files -n %{libjavascriptcoregtk}
%{_libdir}/libjavascriptcoregtk-%{libver}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for WebKit GTK+ port
Group:		Development/GNOME and GTK+
Provides:	webkitgtk-devel = %{version}-%{release}
Provides:	libwebkitgtk-devel = %{version}-%{release}
Provides:	%{mklibname webkitgtk -d} = %{version}-%{release}
Requires:	%{libname} = %{EVRD}
Requires:	%{libjavascriptcoregtk} = %{EVRD}
Requires:	%{girjscore} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description -n %{devname}
The GTK+ port of WebKit is intended to provide a browser component
primarily for users of the portable GTK+ UI toolkit on platforms like
Linux. This package contains development headers.

%files -n %{devname}
%{_libdir}/lib%{sname}gtk-%{libver}.so
%{_libdir}/libjavascriptcoregtk-%{libver}.so
%{_includedir}/%{sname}gtk-%{libver}
%{_libdir}/pkgconfig/%{sname}-%{libver}.pc
%{_libdir}/pkgconfig/javascriptcoregtk-%{libver}.pc
%{_datadir}/gir-1.0/JSCore-%{libver}.gir
%{_datadir}/gir-1.0/WebKit-%{libver}.gir
%{_datadir}/gtk-doc/html/webkitgtk/*

#----------------------------------------------------------------------------

%package -n %{sname}-gtklauncher
Summary:	WebKit GTK+ example application
Group:		Development/GNOME and GTK+

%description -n %{sname}-gtklauncher
GtkLauncher is an example application for WebKit GTK+.

%files -n %{sname}-gtklauncher
%{_libdir}/%{sname}/GtkLauncher

#----------------------------------------------------------------------------

%package -n %{sname}-jsc
Summary:	JavaScriptCore shell for WebKit GTK+
Group:		Development/GNOME and GTK+

%description -n %{sname}-jsc
jsc is a shell for JavaScriptCore, WebKit's JavaScript engine. It
allows you to interact with the JavaScript engine directly.

%files -n %{sname}-jsc
%{_bindir}/jsc-1

#----------------------------------------------------------------------------

%package -n %{inspectorname}
Summary:	Data files for WebKit GTK+'s Web Inspector
Group:		System/Libraries
%rename		webkit-webinspector

%description -n %{inspectorname}
WebKit GTK+ has a feature called the Web Inspector, which allows
detailed analysis of any given page's page source, live DOM hierarchy
and resources. This package contains the data files necessary for Web
Inspector to work.

%files -n %{inspectorname}
%{_datadir}/%{sname}gtk-%{libver}/webinspector

#----------------------------------------------------------------------------

%package -n %{girjscore}
Summary:	GObject Introspection interface description for JSCore
Group:		System/Libraries
Conflicts:	%{_lib}webkitgtk1.0_2 < %{EVRD}

%description -n %{girjscore}
GObject Introspection interface description for JSCore.

%files -n %{girjscore}
%{_libdir}/girepository-1.0/JSCore-%{libver}.typelib

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{sname}
Group:		System/Libraries
Conflicts:	%{_lib}webkitgtk1.0_2 < %{EVRD}

%description -n %{girname}
GObject Introspection interface description for WebKit.

%files -n %{girname}
%{_libdir}/girepository-1.0/WebKit-%{libver}.typelib

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches
# Don't force -O2
sed -i 's/-O2//g' configure.ac

%build
# Use linker flags to reduce memory consumption on low-mem architectures
%ifarch %{arm}
%define lowmemflags -Wl,--no-keep-memory -Wl,--reduce-memory-overheads
export CFLAGS="`echo %{optflags} %lowmemflags | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//'`"
mkdir -p bfd
ln -s %{_bindir}/ld.bfd bfd/ld
export PATH=$PWD/bfd:$PATH
export CC="%{__cc} -fuse-ld=bfd"
export CXX="%{__cxx} -fuse-ld=bfd"
%global ldflags %{ldflags} -fuse-ld=bfd
%else
export CFLAGS="`echo %{optflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//'`"
%endif

export CXXFLAGS="$CFLAGS"

%configure2_5x \
	--enable-dependency-tracking \
	--with-gtk=2.0 \
	--with-gstreamer=0.10 \
	--disable-webkit2 \
	--with-font-backend=%{fontback} \
	--enable-jit \
	--enable-video \
	--enable-introspection

make V=1 -j4

%install
%makeinstall_std
mkdir -p %{buildroot}%{_libdir}/%{sname}
install -m 755 Programs/GtkLauncher %{buildroot}%{_libdir}/%{sname}

# only useful for testing, should not be installed system-wide.
# reported upstream as 22812 - AdamW 2008/12
rm -rf %{buildroot}%{_libdir}/libtestnetscapeplugin.*

# Remove lib64 rpaths
chrpath --delete %{buildroot}%{_libexecdir}/%{sname}/GtkLauncher

%find_lang webkitgtk-2.0


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.10.2-5
+ Revision: 8eb5e0f
- Add patch to bison3 support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22002 |14mr|webkit-sharp-0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	WebKit bindings for Mono
Name:		webkit-sharp
Version:	0.3
Release:	6
Source0:	%{name}-%{version}.tar.bz2
License:	MIT
Group:		Development/Other
Url:		http://mono.ximian.com/monobuild/preview/sources/webkit-sharp/
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	mono-devel
BuildRequires:	gtk-sharp2-devel
BuildRequires:	gtk-sharp2
BuildRequires:	monodoc
BuildArch:	noarch

%description
WebKit is a web content engine, derived from KHTML and KJS from KDE, and used
primarily in Apple's Safari browser. It is made to be embedded in other
applications, such as mail readers, or web browsers.

This package provides Mono bindings for WebKit libraries.

%package doc
Summary:	Development documentation for %{name}
Group:		Development/Other
Requires(post):		mono-tools >= 1.1.9
Requires(postun):	mono-tools >= 1.1.9

%description doc
This package contains the API documentation for %{name} in
Monodoc format.

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}

%description devel
This package contains the development files needed to build with %{name}.

%prep
%setup -q

%build
./configure --prefix=%{_prefix} --libdir=%{_prefix}/lib
make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig

%post doc
%{_bindir}/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
fi

%files
%doc AUTHORS
%{_prefix}/lib/mono/gac/webkit-sharp
%{_prefix}/lib/mono/webkit-sharp

%files devel
#gw this contains a dep on pkgconfig(gtk-sharp-2.0)
%{_datadir}/pkgconfig/*.pc

%files doc
%{_prefix}/lib/monodoc/sources/%{name}*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-6
+ Revision: f3d58e3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22003 |14mr|webmin-1.650-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# zero out some useless deps.
# (tv) we'd better had a link in minicom & package Encode::HanConvert:
%if %{_use_internal_dependency_generator}
%define __noautoreq '/sbin/runscript|perl\\(Encode::HanConvert\\)|perl\\(Win32::Daemon\\)|perl\\(\\)'
%else
%define _requires_exceptions HanConvert\\|runscript
%endif

# don't spend time with this either
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

%define i18n_date 20080131
%define with_i18n_tarball 1
%define with_i18n_patch 1


Summary:	An SSL web-based administration interface for Unix systems
Name:		webmin
Version:	1.650
Release:	3
License:	BSD
Group:		System/Configuration/Other
URL:		http://www.webmin.com/webmin/
Source0:	http://heanet.dl.sourceforge.net/project/webadmin/%{name}/%{version}/%{name}-%{version}.tar.gz
Source1:	%{name}.rpmlintrc
Source2:	other.modules.tar.bz2
Source30:	webmin-mandriva-theme.tar.bz2
# some images were missing
Source33:	advanced.png
Source34:	descs.png
Source4:	webmin-postinstallscript.sh
Source5:	webmin
Source6:	webmin.initscript
Source9:	http://www.openit.it/index.php/openit_en/content/download/2474/10171/file/openvpn-2.0.wbm.gz
Source10:	webmin.pam
Source11:	webmin-16.png
Source12:	webmin-32.png
Source13:	webmin-48.png
# uses include instead of pam_stack
Source14:	webmin.pam-new
Source15:	webmin.logrotate
# (gc) have the updates; this needs to change for each version and/or release, see
#      http://www.webmin.com/webmin/updates.html
# Other Themes
Source51:	http://www.gehrigal.net/download/webmin_theme/webmin-theme_gehrigal_0.41.wbt
# the configurator for this theme
Source52:	http://www.gehrigal.net/download/webmin_themeconfig/webmin_gehrigal-themeconfigurator_0.21a.wbm
#  Webmin Module Usermonitor
Source53:	http://www.gehrigal.net/download/webmin_usermonitor/webmin-module_usermonitor_0.12a.wbm
# Other modules
Source54:	http://gaia.anet.fr/webmin/openldap/openldap-0_6.wbm
Source541:	http://gaia.anet.fr/webmin/openldap/openldap2-0_1.wbm
Source55:	http://www.bvan.f2s.com/ldap_groups_LDAPapi.wbm
Source56:	http://www.bvan.f2s.com/ldap_browser_LDAPapi.wbm
Source57:	http://prdownloads.sourceforge.net/netatalk/netatalk.wbm
Source99:	webmin-scripts-i18n.tar.bz2
Source100:	webmin-i18n-%{i18n_date}.tar.bz2
Source101:	awstats-1.9.wbm
Source102:	dgwebmin-0.7.1.wbm
Patch0:		webmin-fix-configs.diff
Patch1:		webmin-1.100-remove-atboot-problem
Patch5:		webmin-fix-newmods.patch
Patch7:		webmin-0.85-never-fail-detect-os.patch
Patch8:		webmin-0.85-enable-changed-theme-at-installation.patch
Patch9:		webmin-1.550-fix-status-in-init.patch
Patch10:	webmin-1.510-fix-os-list.patch

Patch13:	webmin-openldap.patch
Patch15:	webmin-fix-netatalk-paths.patch
Patch17:	webmin-1.220-remove-mandrakestuff-from-init.patch
Patch19:	webmin-0.92-add-default-configs-logviewer-fp2k.patch
Patch21:	webmin-0.950-add-netsaint-mandrake-config.patch
Patch23:	webmin-1.020-ssl-location.patch
Patch24:	webmin-1.020-suppress-missing-netatalk-interfaces.patch
Patch26:	webmin-1.060-mysql-fix-installing-missing-packages.patch
Patch29:	webmin-1.100-let-localauth-config.patch
Patch32:	webmin-1.310-usermin-fix-installing-missing-package.diff
Patch33:	webmin-1.130-postgresql-fix-installing-missing-packages.patch
Patch35:	webmin-1.220-usermin-fix-index.patch
Patch36:	webmin-1.350-mandriva_theme.diff
Patch37:	webmin-temp-permission-fix.diff
Patch38:	webmin-ssldir-cosmetic.diff
Patch39:	webmin-fix-bandwith.diff
Patch40:	webmin-fix-sarg.diff
Requires(pre): rpm-helper
Requires:	perl
Requires:	perl-CGI
Requires:	lsof
Requires(pre): sed chkconfig findutils coreutils initscripts grep perl-Net_SSLeay perl-Authen-PAM
Provides:	%{name}-%{version}
Provides:	%{name}-theme-mandriva
Obsoletes:	%{name}-theme-mandriva
BuildArch:	noarch

%description
A web-based administration interface for Unix systems. Using Webmin you can
configure DNS, Samba, NFS, local/remote filesystems, Apache, Sendmail/Postfix,
and more using your web browser.

After installation, enter the URL https://localhost:10000/ into your browser
and login as root with your root password. Please consider logging in and
modify your password for security issue.

PLEASE NOTE THAT THIS VERSION NOW USES SECURE WEB TRANSACTIONS: YOU HAVE TO
LOGIN TO "https://localhost:10000/" AND NOT "http://localhost:10000/".

%prep

%setup -q -a2 -a30 -a51 -a52 -a53 -a55 -a56
# Unknow extension, rpm won't unpack it.
tar xf %{SOURCE54}
tar xf %{SOURCE541}
tar xf %{SOURCE57}
tar xf %{SOURCE101}
tar xf %{SOURCE102}

install -m 0644 %{SOURCE33} mandriva/webmin/images
install -m 0644 %{SOURCE34} mandriva/webmin/images
rm -fr %{name}-%{version}/dhcpd
rm -fr %{name}-%{version}/useradmin

%setup -q -D -T -c -a 9 -n %{name}-%{version}

for i in */config-mandrake-linux-8.2; do n=`echo $i | perl -pe 's/...$/9.0/'`; [ -e $n ] || cp $i $n; done
for i in */config-mandrake-linux-9.0; do n=`echo $i | perl -pe 's/...$/9.1/'`; [ -e $n ] || cp $i $n; done
for i in */config-mandrake-linux-9.1; do n=`echo $i | perl -pe 's/...$/9.2/'`; [ -e $n ] || cp $i $n; done
for i in */config-mandrake-linux-9.2; do n=`echo $i | perl -pe 's/...$/10.0/'`; [ -e $n ] || cp $i $n; done
for i in */config-mandrake-linux-10.0; do n=`echo $i | perl -pe 's/....$/10.1/'`; [ -e $n ] || cp $i $n; done
for i in */config-mandrake-linux-10.1; do n=`echo $i | perl -pe 's/....$/10.2/'`; [ -e $n ] || cp $i $n; done
for i in */config-mandrake-linux-10.2; do n=`echo $i | perl -pe 's/....$/2006.0/'`; [ -e $n ] || cp $i $n; done
find bind8 -type f -maxdepth 1 | xargs perl -pi -e 's|/var/run/named\.pid|/var/run/named/named.pid|'

# daouda: added mandriva-linux to known OS
cp config-mandrake-linux config-mandriva-linux

# force theme to blue
pushd theme_gehrigal/skins
  ./change_skin.pl s blueedition.skininfo
popd

perl -pi -e 's|redhat-linux(?! mandriva-linux)|redhat-linux mandriva-linux| if $_ =~ /^os_support.*redhat-linux/ && $_ !~ /mandriva-linux/' */module.info
#'
perl -pi -e 's|/etc/smb\.conf|/etc/samba/smb\.conf|' samba/config-mandrake-linux

(find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl /usr/bin/perl -
rm -f mount/freebsd-mounts-*
rm -f mount/openbsd-mounts-*

find -name ".xvpics" -o -name ".*.swp" | xargs rm -rf

%build

%install
rm -rf %{buildroot}

# IMPORTANT: there is no %{_datadir} and so on, since the directories are decided by the post install script.
mkdir -p %{buildroot}/usr/share/webmin
mkdir -p %{buildroot}/%{_initrddir}
mkdir -p %{buildroot}/usr/bin

find -type f -print0 | xargs -0 chmod a+r
find -type d -print0 | xargs -0 chmod a+rx

# (gc) remove ldap module, we don't have perl modules to make it work
rm -rf ldap

cp -a * %{buildroot}/usr/share/webmin
install -m755 %{SOURCE6} %{buildroot}/%{_initrddir}/webmin
install -m755 %{SOURCE4} %{buildroot}/usr/share/webmin/postinstall.sh
install -m755 %{SOURCE5} %{buildroot}/usr/bin

mkdir -p %{buildroot}/%{_sysconfdir}/pam.d
install -m755 %{SOURCE14} %{buildroot}/%{_sysconfdir}/pam.d/webmin

rm -rf %{buildroot}/usr/share/webmin/*/{CVS,*/CVS}
rm -f `find %{buildroot} -type f -name .cvsignore`

# (gc) remove zero-length files (to check sometimes if they are still zero-length'ed)
for i in /usr/share/webmin/caldera/images/letters/254.gif /usr/share/webmin/i4lctrl-0.6.7/lang/de /usr/share/webmin/caldera/images/letters/255.gif; do
    if [ -f $i ]; then rm -f %{buildroot}$i; fi
done

echo "rpm" > %{buildroot}/usr/share/webmin/install-type

# (sb) remove development file
rm -f %{buildroot}/usr/share/webmin/mount/macos-mounts.c

echo 'blue-theme' > %{buildroot}%{_datadir}/webmin/defaulttheme

# (oe) remove invalid file that breaks webmin
rm -f %{buildroot}%{_datadir}/webmin/mandriva/config.cgi

# Install icons
install -d -m 0755 %{buildroot}%{_liconsdir}
install -d -m 0755 %{buildroot}%{_miconsdir}
install -m 0644 %{SOURCE11} %{buildroot}%{_miconsdir}/webmin.png
install -m 0644 %{SOURCE12} %{buildroot}%{_iconsdir}/webmin.png
install -m 0644 %{SOURCE11} %{buildroot}%{_liconsdir}/webmin.png

# Menu entry

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=%{summary}
Exec=%{_bindir}/www-browser https://localhost:10000/
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-System-Configuration-Other;Settings;
EOF

rm -fr %{buildroot}/usr/share/webmin/acl/Authen-SolarisRBAC-0.1

#logrotate
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -m 0644 %{SOURCE15} %{buildroot}%{_sysconfdir}/logrotate.d/webmin

# Drop SVN internal files
rm -rf %{buildroot}%{_datadir}/%{name}/dansguardian/*/.svn

%post
%_create_ssl_certificate -b miniserv

if [ "$1" != 0 ]; then
    service webmin status >/dev/null 2>/dev/null && need_restart=1
    service webmin stop >/dev/null 2>/dev/null || :
else
    [[ -e /etc/cron.allow ]] && if [ "x`grep root /etc/cron.allow`" == "x" ] ; then
	echo root >> /etc/cron.allow
    fi
fi
/usr/share/webmin/postinstall.sh
%_post_service webmin
[[ -n $need_restart ]] && service webmin start >/dev/null 2>/dev/null || :

%preun
%_preun_service webmin

%postun
if [ "$1" = 0 ]; then
    rm -rf /etc/webmin /var/webmin /var/lib/webmin /var/run/webmin /var/log/webmin
fi

%files
%defattr(-, root, root, 0755)
%doc README LICENCE
%{_initrddir}/webmin
%config(noreplace) %{_sysconfdir}/pam.d/webmin
%config(noreplace) %{_sysconfdir}/logrotate.d/webmin
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_datadir}/applications/*.desktop



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.650-3
+ Revision: 5bbd35c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22004 |14mr|webrtc-audio-processing-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname webrtc
%define major 0
%define libname %mklibname %{oname} %{major}
%define develname %mklibname %{oname} -d

%define _disable_ld_no_undefined 1

Name:		webrtc-audio-processing
Version:	0.1
Release:        3
Summary:	Real-Time Communication Library for Web Browsers
License:	BSD-3-Clause
Group:		System/Libraries
Url:		http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
Source0:	http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/webrtc-audio-processing-%{version}.tar.xz
Patch0:		webrtc-ppc64.patch

%description
WebRTC is an open source project that enables web browsers with Real-Time
Communications (RTC) capabilities via simple Javascript APIs. The WebRTC
components have been optimized to best serve this purpose.

WebRTC implements the W3C's proposal for video conferencing on the web.

%package -n %{libname}
Summary:	Real-Time Communication Library for Web Browsers
Group:		System/Libraries

%description -n %{libname}
WebRTC is an open source project that enables web browsers with Real-Time
Communications (RTC) capabilities via simple Javascript APIs. The WebRTC
components have been optimized to best serve this purpose.

WebRTC implements the W3C's proposal for video conferencing on the web.

%package -n %{develname}
Summary:	Real-Time Communication Library for Web Browsers
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	webrtc-audio-processing-devel = %{version}-%{release}
Provides:	webrtc-audio-processing-devel-static = %{version}-%{release}
Obsoletes:	%{mklibname webrtc -d -s} < 0.1-2

%description -n %{develname}
WebRTC is an open source project that enables web browsers with Real-Time
Communications (RTC) capabilities via simple Javascript APIs. The WebRTC
components have been optimized to best serve this purpose.

WebRTC implements the W3C's proposal for video conferencing on the web.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static

%make LIBS="-lpthread"

%install
%makeinstall_std
find %{buildroot} -name '*.la' -delete

%files -n %{libname}
%{_libdir}/libwebrtc_audio_processing.so.%{major}
%{_libdir}/libwebrtc_audio_processing.so.%{major}.*

%files -n %{develname}
%doc AUTHORS COPYING NEWS PATENTS README
%{_includedir}/webrtc_audio_processing
%{_libdir}/libwebrtc_audio_processing.so
%{_libdir}/pkgconfig/webrtc-audio-processing.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-3
+ Revision: abbf4e8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22005 |14mr|webserver-base-2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		webserver-base
Version:	2.0
Release:	5
Summary:	Base files and user for webserver
License:	GPLv3
Group:		System/Servers
Source0:	%{name}.tar.xz
Conflicts:	apache-conf <= 2.2.22
Conflicts:	apache-base <= 2.2.22
Requires(pre):	rpm-helper
Requires(postun): rpm-helper
BuildArch:	noarch

%description
This package provides base files and user for any webserver.

%prep
%setup -qn %{name}

%build

%install
install -D -m 644 index.html %{buildroot}%{_var}/www/html/index.html
install -m 644 favicon.ico %{buildroot}%{_var}/www/html/
install -m 644 robots.txt %{buildroot}%{_var}/www/html/

%pre
%_pre_useradd apache /var/www /bin/sh

%postun
%_postun_userdel apache

%files
%{_var}/www

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0-5
+ Revision: 9d2d88e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22006 |14mr|werken-xpath-0.9.4-0.beta.13.0.0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define _with_gcj_support 1
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}

%define dotname werken.xpath

%define section free

Name:           werken-xpath
Version:        0.9.4
Release:        %mkrel 0.beta.13.0.0.5
Epoch:          0
Summary:        XPath implementation using JDOM
License:        Apache Software License-like
Source0:        %{dotname}-%{version}-beta-src.tar.gz
Source1:        %{name}-%{version}.pom
Patch0:         %{name}-ElementNamespaceContext.patch
Patch1:         %{name}-Partition.patch
Patch2:         %{name}-ParentStep.patch
Patch3:         %{name}-NodeTypeStep.patch
Patch4:         %{name}-UnAbbrStep.patch
Patch5:         %{name}-StringFunction.patch
Patch6:         %{name}-Test.patch
Patch7:         %{name}-Driver.patch
Patch8:         %{name}-runtests_sh.patch
URL:            http://sourceforge.net/projects/werken-xpath/
Requires:       jdom
BuildRequires:  ant >= 0:1.6
BuildRequires:  antlr 
BuildRequires:  antlr-java
BuildRequires:  jdom
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-apis
BuildRequires:  java-rpmbuild >= 0:1.7.2
Group:          Development/Java
%if ! %{gcj_support}
BuildArch:      noarch
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Provides:    werken.xpath = %{epoch}:%{version}-%{release}
Obsoletes:   werken.xpath < %{epoch}:%{version}-%{release}

%if %{gcj_support}
BuildRequires:		java-gcj-compat-devel
%endif

%description
werken.xpath is an implementation of the W3C XPath Recommendation, on
top of the JDOM library.  It takes as input a XPath expression, and a
JDOM tree, and returns a NodeSet (java.util.List) of selected
elements.  Is is being used in the development of the
as-yet-unreleased werken.xslt (eXtensible Stylesheet Language) and the
werken.canonical (XML canonicalization) packages.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
BuildRequires:  java-1.5.0-gcj-javadoc
Provides:    werken.xpath-javadoc = %{epoch}:%{version}-%{release}
Obsoletes:   werken.xpath-javadoc < %{epoch}:%{version}-%{release}

%description    javadoc
Javadoc for %{name}.

# -----------------------------------------------------------------------------

%prep
%setup -q -n %{dotname}
%patch0 -p0 -b .sav
%patch1 -p0 -b .sav
%patch2 -p0 -b .sav
%patch3 -p0 -b .sav
%patch4 -p0 -b .sav
%patch5 -p0 -b .sav
%patch6 -p0 -b .sav
%patch7 -p0 -b .sav
%patch8 -p0 -b .sav

# remove all binary libs
for j in $(find . -name "*.jar"); do
	mv $j $j.no
done

#pushd lib
#ln -sf $(build-classpath antlr) antlr-runtime.jar
#ln -sf $(build-classpath jdom) jdom.jar
#ln -sf $(build-classpath xerces-j2) xerces.jar
#popd

# -----------------------------------------------------------------------------

%build
export CLASSPATH=$(build-classpath jdom antlr xerces-j2 xml-commons-apis)
%{ant} -Dbuild.compiler=modern package javadoc compile-test
# Note that you'll have to java in PATH for this to work, it is by default
# when using a JPackage JVM.
CLASSPATH=$CLASSPATH:build/werken.xpath.jar:build/test/classes
sh runtests.sh

# -----------------------------------------------------------------------------

%install
rm -rf $RPM_BUILD_ROOT

# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p build/%{dotname}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done
ln -sf %{name}.jar %{dotname}.jar)

# pom
mkdir -p $RPM_BUILD_ROOT%{_datadir}/maven2/default_poms
cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/maven2/default_poms/JPP-werken-xpath.pom
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr build/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
# -----------------------------------------------------------------------------

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc INSTALL LICENSE LIMITATIONS README TODO
%{_javadir}/*
%{_datadir}/maven2/default_poms/*
%{_mavendepmapfragdir}

%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/werken-xpath-0.9.4.jar.*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

# -----------------------------------------------------------------------------



%changelog
* Thu Dec 05 2013 Denis Silakov <denis.silakov@rosalab.ru> 0:0.9.4-0.beta.13.0.0.5
+ Revision: aa75cb4
- Added antlr-java BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22007 |14mr|wget-1.15-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with crosscompile

Summary:	A utility for retrieving files using the HTTP or FTP protocols
Name:		wget
Version:	1.15
Release:	7
License:	GPLv3+
Group:		Networking/WWW
Url:		http://www.gnu.org/directory/GNU/wget.html
Source0:	ftp://ftp.gnu.org/pub/gnu/wget/%{name}-%{version}.tar.xz
# The following patch is needed for authenticated sites where login can have '@':
Patch7:		wget-1.10-url_password.patch
Patch9:		wget-1.11-logstdout.patch
# needed by urpmi, inspired by http://matthewm.boedicker.org/code/src/wget_force_clobber.patch
Patch13:	wget-1.13.3-add-force-clobber-option.patch
Patch14:	wget-1.15-etc.patch
Patch15:	wget-1.15-pkg-config.patch
BuildRequires:	gettext
BuildRequires:	texinfo
BuildRequires:	gettext-devel
BuildRequires:	perl(HTTP::Daemon)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(openssl)
Provides:	webclient
Provides:	webfetch

%description
GNU Wget is a file retrieval utility which can use either the HTTP or FTP
protocols. Wget features include the ability to work in the background
while you're logged out, recursive retrieval of directories, file name
wildcard matching, remote file timestamp storage and comparison, use of
Rest with FTP servers and Range with HTTP servers to retrieve files over
slow or unstable connections, support for Proxy servers, and
configurability.

%files -f %{name}.lang
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wgetrc
%doc AUTHORS ChangeLog MAILING-LIST NEWS README
%{_bindir}/*
%{_infodir}/*
%{_mandir}/man1/wget.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch7 -p0 -b .url_password
%patch9 -p1 -b .logstdout
# force-clobber lead to segfaults on arm64
%patch13 -p0 -b .force-clobber
%patch14 -p1 -b .etc
%patch15 -p1 .pkgc

autoreconf -fiv

%build
%configure2_5x \
	--enable-ipv6 \
	--disable-rpath \
%if %{with crosscompile}
	--with-libssl-prefix=$SYSROOT \
%endif
	--with-ssl=openssl

%make

%install
%makeinstall_std

install -m755 util/rmold.pl %{buildroot}%{_bindir}/rmold

%find_lang %{name}

%check
# all tests must pass (but where are they?)
make check

%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.15-7
+ Revision: 5b842ed
- New version 1.15, sync patches with Cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22008 |14mr|whdd-2.2-0.11_ge88b96e1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Diagnostic and recovery tool for block devices
Name:		whdd
Version:	2.2
Release:	0.11_ge88b96e1.1
License:	GPLv1+
Group:		System/Kernel and hardware
Url:		https://github.com/krieger-od/whdd
Source0:	%{name}.tar.xz
BuildRequires:	dialog-devel
BuildRequires:  pkgconfig(ncurses)
BuildRequires:	cmake

%description
WHDD is a diagnostic and recovery tool for block devices
(near to replace MHDD for Linux).

%files
%{_sbindir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
%cmake
%make

%install
%makeinstall_std -C build



%changelog
* Mon Sep 01 2014 Arkady Shane <ashejn@gmail.com> 2.2-0.11_ge88b96e1.1
+ Revision: 0341f6a
- bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22009 |14mr|which-2.20-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		which
Summary:	Displays where a particular program in your path is located
Version:	2.20
Release:	12
License:	GPLv3
Group:		System/Base
Source0:	ftp://ftp.gnu.org/gnu/which/%{name}-%{version}.tar.bz2
URL:		ftp://ftp.gnu.org/gnu/which/
Patch0:		which-2.6.jbj.patch
Patch1:		which-2.12-fixinfo.patch
Patch2:		which-2.19-afs.patch
# (tpg) liberty-devel
BuildRequires:	binutils-devel
BuildRequires:	readline-devel
%description
The which command shows the full pathname of a specified program, if
the specified program is in your PATH.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_infodir}/dir


%files
%defattr(-, root, root)
%doc README* AUTHORS EXAMPLES INSTALL NEWS
%{_bindir}/which
%{_mandir}/man1/which.1*
%{_infodir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.20-12
+ Revision: d242ba7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22010 |14mr|whois-5.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Enhanced WHOIS client
Name:		whois
Version:	5.1.1
Release:	2
License:	GPLv2+
Group:		Networking/Other
URL:		http://www.linux.it/~md/software/
Source0:	ftp://ftp.debian.org:21/debian/pool/main/w/whois/whois_5.1.1.tar.xz
BuildRequires:	gettext
BuildRequires:	libidn-devel
%rename	fwhois

%description
This is a new whois (RFC 954) client rewritten from scratch.

It is derived from and compatible with the usual BSD and RIPE whois(1)
programs.

It is intelligent and can automatically select the appropriate whois
server for most queries.

%prep
%setup -q

%build
%setup_compile_flags

%make OPTS="%{optflags}" HAVE_LIBIDN=1 HAVE_ICONV=1 LDFLAGS="%{ldflags}" CONFIG_FILE="%{_sysconfdir}/whois.conf"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_mandir}/man1

%makeinstall BASEDIR=%{buildroot} prefix=%{_prefix}/ mandir=%{_mandir}
%makeinstall BASEDIR=%{buildroot} prefix=%{_prefix}/ mandir=%{_mandir} -C po

install -m0644 whois.conf %{buildroot}%{_sysconfdir}

%find_lang %{name} %{name}.lang

# fix a file conflict with expect (#46500)
mv %{buildroot}%{_bindir}/mkpasswd %{buildroot}%{_bindir}/whois-mkpasswd
mv %{buildroot}%{_mandir}/man1/mkpasswd.1 %{buildroot}%{_mandir}/man1/whois-mkpasswd.1

%files -f %{name}.lang
%doc README
%config(noreplace) %{_sysconfdir}/whois.conf
%{_bindir}/whois
%{_bindir}/whois-mkpasswd
%{_mandir}/man1/whois.1*
%{_mandir}/man1/whois-mkpasswd.1*
%{_mandir}/man5/whois.conf.5*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.1.1-2
+ Revision: 3c1422c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22011 |14mr|wildmidi-0.2.3.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Name:		wildmidi
Version:	0.2.3.5
Release:	3
Summary:	WildMidi Open Source Midi Sequencer
Group:		Sound
License:	GPLv3+ and LGPLv3+
URL:		http://wildmidi.sourceforge.net
Source:		http://dfn.dl.sourceforge.net/sourceforge/wildmidi/%name-%version.tar.gz
Patch0:		wildmidi-0.2.3.4-fix-default-config-location.patch
BuildRequires:	timidity-instruments
BuildRequires:	pkgconfig(alsa)
Requires:	timidity-instruments

%description
WildMidi is a software midi play which has a core softsynth
library that can be use with other applications.

%files
%doc docs/*v3.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_mandir}/man5/%{name}.cfg.5*

#------------------------------------------------------------------------------------------------
%package -n %{libname}
Summary: Library for wildmidi
Group: System/Libraries

%description -n %{libname}
This package contains library files for wildmidi

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#------------------------------------------------------------------------------------------------
%package -n %{develname}
Summary:	Development files for wildmidi
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains development files for wildmidi

%files -n %{develname}
%{_libdir}/*.so
%{_includedir}/*.h
%{_mandir}/man3/*.3*

#------------------------------------------------------------------------------------------------
%prep
%setup -q
%patch0 -p0 -b .defconfig

%build
%configure2_5x --disable-static \
		--without-arch \
		--disable-werror

# parallel build fails, so we don't use it
make

%install
%makeinstall_std




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.3.5-3
+ Revision: e73201d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22012 |14mr|WindowMaker-0.95.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snapshot		1

%define wraster_major		3
%define libwraster		%mklibname wraster %{wraster_major}
%define libwraster_devel	%mklibname wraster -d
%define libwraster_static_devel	%mklibname wraster -d -s

%define WINGs_major		2
%define libWINGs		%mklibname WINGs %{WINGs_major}
%define libWINGs_devel		%mklibname WINGs -d
%define libWINGs_static_devel	%mklibname WINGs -d -s

%define gnustepdir		%{_prefix}/GNUstep

Summary:	A window manager for the X Window System
Name:		WindowMaker
Version:	0.95.2
Release:	6
License:	GPLv2+
Group:		Graphical desktop/WindowMaker
Url:		http://www.windowmaker.info/
Source0:	http://windowmaker.org/pub/source/release/%{name}-%{version}.tar.gz
Source1:	WindowMaker-data.tar.bz2
Source4:	WindowMaker-menumethod
Source6:	WindowMaker-WindowMaker
Source7:	WindowMaker-WMWindowAttributes
Source8:	WindowMaker-startwindowmaker
Source10:	WindowMaker-Terminal
Source13:	WindowMaker-wmaker.inst
Source15:	WindowMaker-WMState
Source20:	WindowMaker-0.80.1-man-pages.tar.bz2
Source21:	WindowMaker-Galaxy.style.bz2
Source22:	WindowMaker-WMGLOBAL
Source23:	WindowMaker
Source24:	03WindowMaker
# Matthias: NET_WM_NAME patch by Marcelo E. Magallon <mmagallo@debian.org>
Patch0:		WindowMaker-0.95.0-NET_WM_NAME.patch
# include the xdg menu (do not replace the original menu since it contains windowmaker-specific commands)
Patch1:		WindowMaker-0.95.0-applications-menu.patch
# correct focus not set on some qt windows, usually "About Qt"
Patch2:		WindowMaker-0.95.0-qt_popup.patch
# Mageia patches
Patch3:		windowmaker-0.95.2-mga-fix-paths-in-german-plmenu.patch
Patch4:		windowmaker-0.95.2-mga-stop-using-old-X11R6-directory.patch
Patch5:		windowmaker-0.95.2-mga-patch-WMState-to-use-old-Mageia-configuration.patch
Patch6:		wmaker-0.94.0-net_wm_moveresize.patch
# giflib 5.1 support
Patch7:		WindowMaker-0.95.2-giflib51.patch
BuildRequires:	imagemagick
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
Requires:	desktop-common-data
Requires:	mandriva-theme
Requires:	xdg-compliance-menu
Requires:	wmcalclock
Provides:	windowmaker = %{EVRD}
Provides:	windowmaker-libs = %{EVRD}
Provides:	WindowMaker-kde = %{EVRD}
Provides:	WindowMaker-gnome = %{EVRD}
Provides:	WindowMaker-common = %{EVRD}

%description
Window Maker is a X11 window manager which emulates the look and feel of the
NeXTSTEP (TM) graphical user interface. It is relatively fast, feature rich and
easy to configure and use. Window Maker is part of the official GNU project,
which means that Window Maker can interoperate with other GNU projects, such as
GNOME.

Window Maker allows users to switch themes 'on the fly,' to place favorite
applications on either an application dock, similar to AfterStep's Wharf or on
a workspace dock, a 'clip' which extends the application dock's usefulness.

%files -f WindowMaker.lang
%doc AUTHORS BUGFORM BUGS ChangeLog COPYING.WTFPL FAQ FAQ.I18N NEWS README* TODO
%dir %{_sysconfdir}/X11/WindowMaker/
%config(noreplace) %{_sysconfdir}/X11/WindowMaker/*
%{_sysconfdir}/menu.d/WindowMaker
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/*

%{_bindir}/*

%{gnustepdir}/Applications/WPrefs.app/

%doc %{_mandir}/man1/*
%lang(cs) %doc %{_mandir}/cs/man1/*
%lang(sk) %doc %{_mandir}/sk/man1/*
%lang(ru) %doc %{_mandir}/ru/man1/*

%{_datadir}/WindowMaker

%{_datadir}/WINGs

%{_iconsdir}/WindowMaker.png
%{_liconsdir}/WindowMaker.png
%{_miconsdir}/WindowMaker.png

%{_datadir}/pixmaps/*.png

#-----------------------------------------------------------------------

%package -n %{libwraster}
Summary:	Window Maker Raster Graphics Library
Group:		Graphical desktop/WindowMaker
Provides:	libwraster = %{EVRD}
Conflicts:	libwraster2

%description -n %{libwraster}
Also known as libwraster, it is WindowMaker's core graphics and image
processing system. libwraster is an optimized, fast, lightweight image library.
It takes advantage of MMX optimizations (on systems that have support for it)
to accelerate rendering. You can load a picture from a file easily with
libwraster, and it has support for .gif, .jpg, .png, .xpm, .ppm, and .tiff at
the moment. Support for other image formats can be added in the future.

This package contains a shared library needed if you wish use WindowMaker.

%files -n %{libwraster}
%{_libdir}/libwraster.so.%{wraster_major}*

#-----------------------------------------------------------------------

%package -n %{libwraster_devel}
Summary:	Window Maker Raster Graphics Library development files	
Group:		Development/C
Requires:	%{libwraster} = %{EVRD}
Provides:	libwraster-devel = %{EVRD}
Conflicts:	libwraster2-devel

%description -n %{libwraster_devel}
This package allows building applications using the libwraster library.

%files -n %{libwraster_devel}
%{_includedir}/wraster.h
%{_libdir}/libwraster.so
%{_libdir}/pkgconfig/wrlib.pc

#-----------------------------------------------------------------------

%package -n %{libwraster_static_devel}
Summary:	Libwraster - Static library
Group:		Development/C
Requires:	%{libwraster_devel} = %{EVRD}
Provides:	libwraster-static-devel = %{EVRD}
Conflicts:	libwraster2-static-devel

%description -n %{libwraster_static_devel}
This package contains a static library used to build statically linked 
applications against libwraster.

%files -n %{libwraster_static_devel}
%{_libdir}/libwraster.a

#-----------------------------------------------------------------------

%package -n %{libWINGs}
Summary:	WINGs Is Not GNUstep
Group:		Graphical desktop/WindowMaker
Provides:	libWINGs = %{EVRD}
Provides:	%{mklibname WindowMaker %{WINGs_major}} = %{EVRD}
Obsoletes:	%{mklibname WindowMaker 0 -d} < %{EVRD}
Requires:	%{libwraster_devel} = %{EVRD}

%description -n %{libWINGs}
WINGs is a small widget set with the N*XTSTEP look and feel. It's API
is inspired in OpenStep and it's implementation borrows some ideas
from Tk. It has a reasonable set of widgets, sufficient for building
small applications (like a CDPlayer or hacking something like rxvt). It
also has other functions that are usefull for applications, like a
User Defaults alike configuration manager and a notification system.

%files -n %{libWINGs}
%{_libdir}/libWINGs.so.%{WINGs_major}*
%{_libdir}/libWUtil.so.%{WINGs_major}*

#-----------------------------------------------------------------------

%package -n %{libWINGs_devel}
Summary:	WINGs Is Not GNUstep
Group:		Development/C
Provides:	%{mklibname WindowMaker -d} = %{EVRD}
Requires:	%{libWINGs} = %{EVRD}
%rename WindowMaker-devel
%rename windowmaker-devel

%description -n %{libWINGs_devel}
This package allows building applications using the libWINGs library.

%files -n %{libWINGs_devel}
%{_includedir}/WINGs
%{_libdir}/pkgconfig/WINGs.pc
%{_libdir}/libWINGs.so
%{_libdir}/libWUtil.so

#-----------------------------------------------------------------------

%package -n %{libWINGs_static_devel}
Summary:	WINGs Is Not GNUstep
Group:		Development/C
Provides:	%{mklibname WindowMaker -d -s} = %{EVRD}
Requires:	%{libWINGs_devel} = %{EVRD}
%rename WindowMaker-static-devel

%description -n %{libWINGs_static_devel}
This package allows building applications using the libWINGs library.

%files -n %{libWINGs_static_devel}
%{_libdir}/libWINGs.a
%{_libdir}/libWUtil.a

#-----------------------------------------------------------------------

%prep
%setup -q -a 1 -a 20
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1

%if %{snapshot}
sh ./autogen.sh
%else
autoreconf -fi
%endif

%build
# protect the WPrefs.app location for unclean build envs with gnustep-make installed
unset GNUSTEP_LOCAL_ROOT

LINGUAS="bg cs da de el es et fi fr gl hr hu it ja ko nl no pl pt ro ru sk sv tr zh_CN zh_TW"
export LINGUAS
%configure	--sysconfdir=%{_sysconfdir}/X11 \
		--with-nlsdir=%{_datadir}/locale \
		--enable-sound  \
		--with-pixmapdir=%{_datadir}/pixmaps \
		--with-gnustepdir=%{gnustepdir} \
		--enable-xinerama \
		--enable-usermenu \
		--with-pic \
		--with-x

make

%install
%makeinstall_std

install -d 644 %{buildroot}/%{_datadir}/pixmaps
install -m 644 WindowMaker-data/pixmaps/* %{buildroot}/%{_datadir}/pixmaps

# Config files: Auto installation
install -m 755 %{SOURCE8} %{buildroot}/%{_bindir}/startwindowmaker

install -d -m 755 %{buildroot}/%{_sysconfdir}/X11/WindowMaker
install -m 644 %{SOURCE6} %{buildroot}/%{_sysconfdir}/X11/WindowMaker/WindowMaker
install -m 644 %{SOURCE7} %{buildroot}/%{_sysconfdir}/X11/WindowMaker/WMWindowAttributes
install -m 644 %{SOURCE15} %{buildroot}/%{_sysconfdir}/X11/WindowMaker/WMState
install -m 644 %{SOURCE22} %{buildroot}/%{_sysconfdir}/X11/WindowMaker/WMGLOBAL

# Better terminal launched in Dock
install -m 755 %{SOURCE10} %{buildroot}/%{_bindir}


# Menu support

install -d %{buildroot}/%{_sysconfdir}/menu.d
install -m 755 %{SOURCE23} %{buildroot}/%{_sysconfdir}/menu.d/%{name}

# Icons
mkdir -p %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
convert -geometry 48x48 %{name}/Icons/GNUstepGlow.tiff %{buildroot}%{_liconsdir}/%{name}.png
convert -geometry 32x32 %{name}/Icons/GNUstepGlow.tiff %{buildroot}%{_iconsdir}/%{name}.png
convert -geometry 16x16 %{name}/Icons/GNUstepGlow.tiff %{buildroot}%{_miconsdir}/%{name}.png

install -m 644 *.1x %{buildroot}/%{_mandir}/man1/


# Dadou - 0.62.1-18mdk - Make auto-login happy
install -m 755 %{SOURCE13} %{buildroot}/%{_bindir}/wmaker.inst

# Matthias - 0.91.0-3mdk - change font in WM standard themes to Sans to
# make non-western users happy
for i in %{buildroot}/%{_datadir}/%{name}/Themes/*.style
do
	sed s/Trebuchet\ MS\,Luxi\ //g $i > $i.tmp && mv -f $i.tmp $i;
	sed s/Arial,Luxi\ //g $i > $i.tmp && mv -f $i.tmp $i;
	sed s/Verdana/Sans/g $i > $i.tmp && mv -f $i.tmp $i;
done

# Matthias - 0.90.0.02mdk - Install Galaxy theme
# (made default in startwindowmaker script)
bzcat %{SOURCE21} > %{buildroot}/%{_datadir}/%{name}/Themes/Galaxy.style

# wmsession support
install -D %{SOURCE24} %{buildroot}/%{_sysconfdir}/X11/wmsession.d/03WindowMaker

%find_lang WPrefs
%find_lang WindowMaker
%find_lang WINGs
%find_lang wmgenmenu
cat WPrefs.lang >> WindowMaker.lang
cat WINGs.lang >> WindowMaker.lang
cat wmgenmenu.lang >> WindowMaker.lang


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.95.2-6
+ Revision: dc99f90
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22013 |14mr|wine-1.7.26-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%ifarch x86_64
%define	wine	wine64
%define	mark64	()(64bit)
%else
%define	wine	wine
%define	mark64	%{nil}
%endif

%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

# On 32-bit we have
# wine32 - those 32-bit binaries that are also used on 64-bit for 32-bit support
# wine - all other files (requires 'wine32')
# On 64-bit we have
# wine64 - all 64-bit files (suggests 'wine32')
# - Anssi 07/2010

Summary:	WINE Is Not An Emulator - runs MS Windows programs
Name:		wine
Version:	1.7.26
Release:	1
Epoch:		2
License:	LGPLv2+
Group:		Emulators
Url:		http://www.winehq.com/
Source0:	http://mirrors.ibiblio.org/wine/source/%(echo %{version} |cut -d. -f1-2)/%{name}-%{version}.tar.bz2
Source1:	http://mirrors.ibiblio.org/wine/source/%(echo %{version} |cut -d. -f1-2)/%{name}-%{version}.tar.bz2.sign
# RH stuff
Source2:	wine.init
# Wine-Compholio, from github by tag
# https://github.com/compholio/wine-compholio/archive/v%{version}.tar.gz
Source3:	wine-compholio-%{version}.tar.gz
Source10:	wine.rpmlintrc
Source11:	http://kegel.com/wine/winetricks
Source12:	http://kegel.com/wine/wisotool

# (Anssi 05/2008) Adds:
# a: => /media/floppy (/mnt/floppy on 2007.1 and older)
# d: => $HOME (at config_dir creation time, not refreshed if $HOME changes;
#              note that Wine also provides $HOME in My Documents)
# only on 2008.0: e: => /media/cdrom (does not exist on 2008.1+)
# com4 => /dev/ttyUSB0 (replaces /dev/ttyS3)
# have to substitute @MDKVERSION@ in dlls/ntdll/server.c
Patch0:		wine-mdkconf.patch
Patch1:		wine-1.3.24-64bit-tools.patch


BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd-sgml
BuildRequires:	docbook-utils
BuildRequires:	flex
BuildRequires:	fontforge
BuildRequires:	imagemagick
BuildRequires:	prelink
BuildRequires:	sgml-tools
BuildRequires:	valgrind
BuildRequires:	cups-devel
BuildRequires:	gettext-devel
BuildRequires:	glibc-static-devel
BuildRequires:	gpm-devel
BuildRequires:	gsm-devel
BuildRequires:	isdn4k-utils-devel
BuildRequires:	openldap-devel
BuildRequires:	perl-devel
BuildRequires:	ungif-devel
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sane-backends)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)

ExclusiveArch:	%{ix86}
ExclusiveArch:	x86_64

#----------------------------------------------------------------------------

%ifarch x86_64
%package -n %{wine}
Summary:	WINE Is Not An Emulator - runs MS Windows programs
Group:		Emulators
Suggests:	wine32 = %{EVRD}
Suggests:	wine64-gecko
Suggests:	libncursesw.so.5%{mark64}
Suggests:	libncurses.so.5%{mark64}
%else
# on 32-bit we always want wine32 package
Requires:	wine32 = %{EVRD}
%endif

%rename		%{wine}-utils
%rename		%{wine}-full
%rename		%{libname}-capi
%rename		%{libname}-twain
%rename		%{libname}
Provides:	wine-bin = %{EVRD}
Requires:	xmessage
Suggests:	sane-frontends
# wine dlopen's these, so let's add the dependencies ourself
Requires:	libfreetype.so.6%{mark64}
Requires:	libasound.so.2%{mark64}
Requires:	libXrender.so.1%{mark64}
Requires:	libpng15.so.15%{mark64}
Requires(post,postun):	desktop-common-data
Requires(post,preun):	rpm-helper

# for winetricks:
Requires:	cabextract
Requires:	unzip

Suggests:	webcore-fonts
%rename		winetricks

%ifarch %{ix86}
Conflicts:	wine64
%else
Conflicts:	wine
%endif

%description
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix. It
consists of a program loader which loads and executes a Microsoft
Windows binary, and a library (called Winelib) that implements Windows
API calls using their Unix or X11 equivalents.  The library may also
be used for porting Win32 code into native Unix executables.

%ifarch x86_64
%description -n %{wine}
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix. It
consists of a program loader which loads and executes a Microsoft
Windows binary, and a library (called Winelib) that implements Windows
API calls using their Unix or X11 equivalents.  The library may also
be used for porting Win32 code into native Unix executables.

This package contains the Win64 version of Wine. You need the wine32
package from the 32-bit repository to be able to run 32-bit applications.
%endif

#----------------------------------------------------------------------------

%ifarch %{ix86}
%package -n wine32
Summary:	32-bit support for Wine
Group:		Emulators
# This is not an EVR-specific requirement, as otherwise on x86_64 urpmi could
# resolve the dependency to wine64 even on upgrades, and therefore replace
# wine+wine32 installation with a wine32+wine64 installation. - Anssi
Requires:	wine-bin
# (Anssi) If wine-gecko is not installed, wine pops up a dialog on first
# start proposing to download wine-gecko from sourceforge, while recommending
# to use distribution packages instead. Therefore suggest wine-gecko here:
Suggests:	wine-gecko
Suggests:	libncursesw.so.5
Suggests:	libncurses.so.5

%description -n wine32
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix.

This package contains the files needed to support 32-bit Windows
programs.
%endif

#----------------------------------------------------------------------------

%package -n %{wine}-devel
Summary:	Static libraries and headers for %{name}
Group:		Development/C
Requires:	%{wine} = %{EVRD}
%rename		%{devname}
%ifarch %{ix86}
Conflicts:	wine64-devel
%else
Conflicts:	wine-devel
%endif

%description -n %{wine}-devel
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix.

%{wine}-devel contains the libraries and header files needed to
develop programs which make use of wine.

Wine is often updated.

%files -n %{wine}-devel
%{_libdir}/%{name}/*.a
%{_libdir}/libwine*.so
%{_libdir}/%{name}/*.def
%{_includedir}/*
# %{_bindir}/fnt2bdf
%{_bindir}/wmc
%{_bindir}/wrc
%{_bindir}/winebuild
%{_bindir}/winegcc
%{_bindir}/wineg++
%{_bindir}/winecpp
%{_bindir}/widl
%{_bindir}/winedbg
%{_bindir}/winemaker
%{_bindir}/winedump
%{_mandir}/man1/wmc.1*
%{_mandir}/man1/wrc.1*
%{_mandir}/man1/winebuild.1*
%{_mandir}/man1/winemaker.1*
%{_mandir}/man1/winedump.1*
%{_mandir}/man1/widl.1*
%{_mandir}/man1/winedbg.1*
%{_mandir}/man1/wineg++.1*
%{_mandir}/man1/winegcc.1*
%{_mandir}/pl.UTF-8/man1/wine.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .conf
%patch1 -p1

# Wine-Compholio
gzip -dc "%{SOURCE3}" | /bin/tar -xf - --strip-components=1
make -C "patches" DESTDIR="%{_builddir}/wine-%{version}" install

sed -i 's,@MDKVERSION@,%{mdkversion},' dlls/ntdll/server.c

%build
%ifarch %{ix86}
# (Anssi 04/2008) bug #39604
# Some protection systems complain "debugger detected" with our
# -fomit-frame-pointer flag, so disable it.
export CFLAGS="%{optflags} -fno-omit-frame-pointer"
%endif

# (Anssi 04/2008)
# If icotool is present, it is used to rebuild icon files. It is in contrib
# so we do not do that; this is here to ensure that installed icoutils does
# not change build behaviour.
export ICOTOOL=false

autoreconf
%configure2_5x	--with-pulse \
		--without-nas \
%ifarch x86_64
		--enable-win64
%endif

make depend
make

%install
%makeinstall_std LDCONFIG=/bin/true

install -m 0755 %{SOURCE11} %{buildroot}%{_bindir}/
install -m 0755 %{SOURCE12} %{buildroot}%{_bindir}/

# Danny: dirty:
# install -m755 tools/fnt2bdf -D %{buildroot}%{_bindir}/fnt2bdf

# Allow users to launch Windows programs by just clicking on the .exe file...
install -m755 %{SOURCE2} -D %{buildroot}%{_initrddir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged
cat > %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/mandriva-%{name}.menu <<EOF
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd">
<Menu>
    <Name>Applications</Name>
    <Menu>
        <Name>Tools</Name>
        <Menu>
            <Name>Emulators</Name>
            <Menu>
                <Name>Wine</Name>
                <Directory>mandriva-%{name}.directory</Directory>
                <Include>
                    <Category>X-MandrivaLinux-MoreApplications-Emulators-Wine</Category>
                </Include>
            </Menu>
        </Menu>
    </Menu>
</Menu>
EOF

mkdir -p %{buildroot}%{_datadir}/desktop-directories
cat > %{buildroot}%{_datadir}/desktop-directories/mandriva-%{name}.directory <<EOF
[Desktop Entry]
Name=Wine
Icon=%{name}
Type=Directory
EOF

mkdir -p %{buildroot}%{_datadir}/applications/
for i in	winecfg:Configurator \
		notepad:Notepad \
		winefile:File\ Manager \
		regedit:Registry\ Editor \
		winemine:Minesweeper \
		wineboot:Reboot \
		"wineconsole cmd":Command\ Line \
		"wine uninstaller:Wine Software Uninstaller";
do cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-`echo $i|cut -d: -f1`.desktop << EOF
[Desktop Entry]
Name=`echo $i|cut -d: -f2`
Comment=`echo $i|cut -d: -f2`
Exec=`echo $i|cut -d: -f1`
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Emulators-Wine;
EOF
done

# Categories=Emulator does nothing and is added as a workaround to kde #27700
desktop-file-install	--vendor="" \
			--add-mime-type=application/x-zip-compressed \
			--remove-mime-type=application/x-zip-compressed \
			--add-category=Emulator \
			--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/wine.desktop

%ifarch x86_64
# fix the binary name
sed -i 's,Exec=wine ,Exec=wine64 ,' %{buildroot}%{_datadir}/applications/wine.desktop
%endif

install -d %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}

# winecfg icon
convert dlls/user32/resources/oic_winlogo.ico[8] %{buildroot}%{_miconsdir}/%{name}.png
convert dlls/user32/resources/oic_winlogo.ico[7] %{buildroot}%{_iconsdir}/%{name}.png
convert dlls/user32/resources/oic_winlogo.ico[6] %{buildroot}%{_liconsdir}/%{name}.png

# notepad icon
convert programs/notepad/notepad.ico[2] %{buildroot}%{_miconsdir}/notepad.png
convert programs/notepad/notepad.ico[7] %{buildroot}%{_iconsdir}/notepad.png
convert programs/notepad/notepad.ico[8] %{buildroot}%{_liconsdir}/notepad.png
# winefile icon
convert programs/winefile/winefile.ico[2] %{buildroot}%{_miconsdir}/winefile.png
convert programs/winefile/winefile.ico[8] %{buildroot}%{_iconsdir}/winefile.png
convert programs/winefile/winefile.ico[7] %{buildroot}%{_liconsdir}/winefile.png
# regedit icon
convert programs/regedit/regedit.ico[2] %{buildroot}%{_miconsdir}/regedit.png
convert programs/regedit/regedit.ico[8] %{buildroot}%{_iconsdir}/regedit.png
convert programs/regedit/regedit.ico[7] %{buildroot}%{_liconsdir}/regedit.png
# winemine icon
convert programs/winemine/winemine.ico[2] %{buildroot}%{_miconsdir}/winemine.png
convert programs/winemine/winemine.ico[8] %{buildroot}%{_iconsdir}/winemine.png
convert programs/winemine/winemine.ico[7] %{buildroot}%{_liconsdir}/winemine.png

# wine uninstaller icon:
convert programs/msiexec/msiexec.ico[2] %{buildroot}%{_miconsdir}/msiexec.png
convert programs/msiexec/msiexec.ico[8] %{buildroot}%{_iconsdir}/msiexec.png
convert programs/msiexec/msiexec.ico[7] %{buildroot}%{_liconsdir}/msiexec.png

# change the icons in the respective .desktop files, in order:
sed -i 's,Icon=%{name},Icon=notepad,' %{buildroot}%{_datadir}/applications/mandriva-wine-notepad.desktop
sed -i 's,Icon=%{name},Icon=winefile,' %{buildroot}%{_datadir}/applications/mandriva-wine-winefile.desktop
sed -i 's,Icon=%{name},Icon=regedit,' %{buildroot}%{_datadir}/applications/mandriva-wine-regedit.desktop
sed -i 's,Icon=%{name},Icon=winemine,' %{buildroot}%{_datadir}/applications/mandriva-wine-winemine.desktop
sed -i 's,Icon=%{name},Icon=msiexec,' "%{buildroot}%{_datadir}/applications/mandriva-wine-wine uninstaller.desktop"

%ifarch x86_64
chrpath -d %{buildroot}%{_bindir}/{wine64,wineserver,wmc,wrc} %{buildroot}%{_libdir}/%{name}/*.so
%else
chrpath -d %{buildroot}%{_bindir}/{wine,wineserver,wmc,wrc} %{buildroot}%{_libdir}/%{name}/*.so
%endif

%ifarch x86_64
cat > README.install.urpmi <<EOF
This is the Win64 version of Wine. This version can only be used to run
64-bit Windows applications as is. For running 32-bit Windows applications,
you need to also install the 'wine32' package from the 32-bit repository.
EOF
%endif

%preun -n %{wine}
%_preun_service %{name}

%post -n %{wine}
%_post_service %{name}

%files -n %{wine}
%doc ANNOUNCE AUTHORS README
%ifarch x86_64
%doc README.install.urpmi
%{_bindir}/wine64
%{_bindir}/wine64-preloader
%endif
%{_initrddir}/%{name}
%{_bindir}/winecfg
%{_bindir}/wineconsole*
%{_bindir}/wineserver
%{_bindir}/wineboot
%{_bindir}/function_grep.pl
#%{_bindir}/wineprefixcreate
%{_bindir}/msiexec
%{_bindir}/notepad
%{_bindir}/regedit
%{_bindir}/winemine
%{_bindir}/winepath
%{_bindir}/regsvr32
%{_bindir}/winefile
%{_bindir}/winetricks
%{_bindir}/wisotool
%{_mandir}/man1/wine.1*
%lang(de) %{_mandir}/de.UTF-8/man1/wine.1*
%lang(de) %{_mandir}/de.UTF-8/man1/winemaker.1*
%lang(de) %{_mandir}/de.UTF-8/man1/wineserver.1*
%lang(fr) %{_mandir}/fr.UTF-8/man1/*
%{_mandir}/man1/wineserver.1*
%{_mandir}/man1/msiexec.1*
%{_mandir}/man1/notepad.1*
%{_mandir}/man1/regedit.1*
%{_mandir}/man1/regsvr32.1*
%{_mandir}/man1/wineboot.1*
%{_mandir}/man1/winecfg.1*
%{_mandir}/man1/wineconsole.1*
%{_mandir}/man1/winecpp.1*
%{_mandir}/man1/winefile.1*
%{_mandir}/man1/winemine.1*
%{_mandir}/man1/winepath.1*
%dir %{_datadir}/%{name}
#{_datadir}/%{name}/generic.ppd
%{_datadir}/%{name}/%{name}.inf
%{_datadir}/%{name}/l_intl.nls
%{_datadir}/applications/*.desktop
%{_sysconfdir}/xdg/menus/applications-merged/mandriva-%{name}.menu
%{_datadir}/desktop-directories/mandriva-%{name}.directory
%dir %{_datadir}/wine/fonts
%{_datadir}/wine/fonts/*
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png

%ifarch %{ix86}
%files -n wine32
%{_bindir}/wine
%{_bindir}/wine-preloader
%endif

%{_libdir}/libwine*.so.%{major}*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*.cpl.so
%{_libdir}/%{name}/*.drv.so
%{_libdir}/%{name}/*.dll.so
%{_libdir}/%{name}/*.exe.so
%{_libdir}/%{name}/*.acm.so
%{_libdir}/%{name}/*.ocx.so
%ifarch %{ix86}
%{_libdir}/%{name}/*.vxd.so
%{_libdir}/%{name}/*16.so
%endif
%{_libdir}/%{name}/*.tlb.so
%{_libdir}/%{name}/*.ds.so
%{_libdir}/%{name}/*.sys.so
%{_libdir}/%{name}/fakedlls


%changelog
* Tue Sep 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.7.26-1
+ Revision: b5f8555
- New version 1.7.26

* Sat Aug 30 2014 abondrov <andrey.bondrov@rosalab.ru> 2:1.7.22-2
+ Revision: 52421a2
- Try to disable parallel build

* Thu Jul 24 2014 abondrov <andrey.bondrov@rosalab.ru> 2:1.7.22-1
+ Revision: 890f988
- New version 1.7.22, add full compholio patchset for pipelight support

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:1.7.10-6
+ Revision: 823cbd3
- MassBuild#440: Increase release tag

* Wed Jun 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:1.7.10-5
+ Revision: ef86959
- Obsolete winetricks package

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.7.10-4
+ Revision: ffb3a83
- MassBuild#430: Increase release tag

* Thu Apr 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.7.10-3
+ Revision: 75ca652
- More cleanups

* Thu Apr 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.7.10-3
+ Revision: bfc0026
- Sort BuildRequires

* Thu Apr 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.7.10-2
+ Revision: 2a03611
- Drop beta-related parts from spec, we don't need beta

* Mon Jan 13 2014 akdengi <alexander.kazancev@rosalab.ru> 2:1.7.10-2
+ Revision: 66446c1
- Add sources

* Mon Jan 13 2014 akdengi <alexander.kazancev@rosalab.ru> 
+ Revision: 9ef5aae
- Add winetriks. Suggest webcore-fonst and requires cabextract

* Sun Jan 12 2014 akdengi <kazancas@mandriva.ru> 2:1.7.10-1
+ Revision: 20c8f1c
- update to 1.7.8

* Tue Dec 24 2013 akdengi <kazancas@mandriva.ru> 2:1.7.8-1
+ Revision: 4bfe38b
- Update to 1.7.8

* Thu Aug 08 2013 Alexander Kazancev <kazancas@gmail.com> 2:1.5.28-2
+ Revision: a21ccaf
- Use pkgconfig(x11) instead libX11-devel in BR

* Thu Aug 08 2013 Alexander Kazancev <kazancas@gmail.com> 2:1.5.28-2
+ Revision: 765082e
- Updated wine.spec

* Thu Aug 08 2013 Alexander Kazancev <kazancas@gmail.com> 2:1.5.28-1
+ Revision: eb70eca
- FIx patch for wine run on 64 bit systemd if not installed wine64

* Tue Apr 16 2013 root <root@localhost.localdomain> 2:1.5.28-1
+ Revision: b526477
- fixed sources

* Tue Apr 16 2013 root <root@localhost.localdomain> 2:1.5.28-1
+ Revision: 990cf12
- update to latest version

* Mon Oct 22 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.5.13-3
+ Revision: 50a9404
- LOG Rebuild against new gphoto

* Mon Sep 17 2012 Alexander Kazancev <kazancas@mandriva.ru> 2:1.5.13-2
+ Revision: 30056cd
- Updated wine.spec

* Mon Sep 17 2012 Alexander Kazancev <kazancas@mandriva.ru> 2:1.5.13-1
+ Revision: cc77ba5
- Updated wine-1.3.24-64bit-tools.patch

* Sat Sep 15 2012 akdengi <kazancas@mandriva.ru> 2:1.5.13-1
+ Revision: 7de3dc0
- LOG -new version 1.5.13

* Fri Sep 14 2012 akdengi <kazancas@mandriva.ru> 2:1.5.12-1
+ Revision: bebe206
- add source

* Fri Sep 14 2012 akdengi <kazancas@mandriva.ru> 2:1.5.12-1
+ Revision: 03f2caa
- up Epoch - in ROSA we use 2

* Fri Sep 14 2012 akdengi <kazancas@mandriva.ru> 1:1.5.12-1
+ Revision: cb32728
- LOG -use libpng15 only

* Fri Sep 14 2012 akdengi <kazancas@mandriva.ru> 1:1.5.12-1
+ Revision: a3ba10b
- sync spec with cooker

* Thu Sep 06 2012 Denis Silakov <denis.silakov@rosalab.ru> 2:1.3.24-6
+ Revision: 37bdd96
- Call 'wine64' in wine64 tools

* Thu May 03 2012 akdengi <kazancas@mandriva.ru> 2:1.3.24-6
+ Revision: 69a1696
- up rel

* Thu May 03 2012 akdengi <kazancas@mandriva.ru> 2:1.3.24-1
+ Revision: e6a9b6b
- revert to wine 1.3.x that 1.4 fully unworked

* Thu May 03 2012 akdengi <kazancas@mandriva.ru> 2:1.3.24-1
+ Revision: 454bd94
- revert to wine 1.3.x that 1.4 fully unworked

* Thu May 03 2012 Alexander Kazancev <kazancas@mandriva.ru> 1:1.4-4
+ Revision: 1bd4345
- Updated wine.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22014 |14mr|wireless-regdb-20140613-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _verdate 2014.06.13
%define _version %(echo %_verdate | sed 's/\\.//g')

Name:		wireless-regdb
Version:	%{_version}
Release:	1
Summary:	The wireless regulatory database
License:	ISC
Group:		System/Configuration/Hardware
URL:		http://linuxwireless.org/en/developers/Regulatory#Theregulatorydatabase
Source0:	http://wireless.kernel.org/download/wireless-regdb/wireless-regdb-%{_verdate}.tar.xz
BuildArch:	noarch

%description
Database with wireless regulatory information, used by crda or which can
be used by another user space helpers to communicate wireless regulatory
data to linux kernel.

%prep
%setup -q -n %{name}-%{_verdate}

%build

%install
%makeinstall_std

%files
%defattr(0644,root,root,0755)
%doc LICENSE
%{_mandir}/man5/regulatory.bin.5*
%{_prefix}/lib/crda/regulatory.bin
%{_prefix}/lib/crda/pubkeys/linville.key.pub.pem


%changelog
* Sun Sep 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 20140613-1
+ Revision: f3af3e4
- Updated to 2014.06.13 (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22015 |14mr|wireless-tools-29-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	wireless-tools
%define version	29
%define pre	0
%define rel	6
%if %{pre}
%define release	%manbo_mkrel 0.pre%{pre}.%{rel}
%define src	wireless_tools.%{version}.pre%{pre}.tar.gz
%else
%define release	%manbo_mkrel %{rel}
%define src	wireless_tools.%{version}.tar.gz
%endif
%define lib_name_orig libiw
%define lib_major %{version}
%define lib_name %mklibname iw %{lib_major}
%define docs README INSTALL CHANGELOG.h DISTRIBUTIONS.txt COPYING PCMCIA.txt HOTPLUG.txt

Summary: Wireless ethernet configuration tools
Group: System/Kernel and hardware
License: GPL
Name: %{name}
Version: %{version}
Release: %{release}
URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
Source: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/%{src}
Patch2: wireless_tools.27-wireless-man-upd.patch.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Conflicts: man-pages-fr < 1.58.0-16mdk
# (blino) strict Requires, see 28-1.pre9.2mdk changelog
Requires: %{lib_name} = %{version}-%{release}

%description
This package contain the Wireless tools, used to manipulate
the Wireless Extensions. The Wireless Extension is an interface
allowing you to set Wireless LAN specific parameters and get the
specific stats for wireless networking equipment.

This is specifically useful since it allows manipulation of encryption
parameters possible with the GPL WaveLAN cards.

%package -n %{lib_name}
Summary: Wireless_tools library
Group: System/Libraries
Provides: %{lib_name_orig}

%description -n %{lib_name}
This package contains libraries to configure and access wireless interface
cards.

%package -n %{lib_name}-devel
Summary: Wireless_tools development library
Group: Development/C
Provides: %{lib_name_orig}-devel
# (blino) strict Requires, see 28-1.pre9.2mdk changelog
Requires: %{lib_name} = %{version}-%{release}

%description -n %{lib_name}-devel
This package contains libraries and headers for use in developing
wireless tools.

%prep
%setup -q -n wireless_tools.%{version}
%patch2 -p0
chmod a+r %{docs}

%build
%make clean
%make "CFLAGS=$RPM_OPT_FLAGS -I."

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall \
	PREFIX=%{buildroot}%{_prefix} \
	INSTALL_LIB=%{buildroot}/%{_lib} \
	INSTALL_MAN=%{buildroot}%{_mandir} \
	INSTALL_DIR=%{buildroot}/sbin

mkdir -p $RPM_BUILD_ROOT%_mandir/fr/man8
install -m 644 fr/* $RPM_BUILD_ROOT%_mandir/fr/man8/

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post -n %{lib_name} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{lib_name} -p /sbin/ldconfig
%endif

%triggerpostun -- wireless-tools < 28-1.pre9.3mdk
[ -f /etc/iftab ] && sed -i -e s,mac_ieee1394,mac, /etc/iftab
:

%files
%defattr(-,root,root,0755)
%doc %{docs}
/sbin/*
%{_mandir}/man*/*
%lang(fr) %{_mandir}/fr/man*/*

%files -n %{lib_name}
%defattr(-,root,root,0755)
/%{_lib}/libiw.so.*

%files -n %{lib_name}-devel
%defattr(-,root,root,0755)
/%{_lib}/libiw.so
%{_includedir}/iwlib.h
%{_includedir}/wireless.h



%changelog
* Sat Feb 04 2012 root <root@build-client_i586.rosalab.ru> 29-6
+ Revision: 70051d3
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22016 |14mr|wireshark-1.10.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define blurb Wireshark is a fork of Ethereal(tm)

%define major 3
%define wiretap_major 3
%define wsutil_major 3
%define libname %mklibname %{name} %{major}
%define libwiretap %mklibname wiretap %{wiretap_major}
%define libwsutil %mklibname wsutil %{wsutil_major}
%define devname %mklibname -d %{name}

Summary:	Network traffic analyzer
Name:		wireshark
Version:	1.10.9
Release:	1
License:	GPLv2+ and GPLv3
Group: 		Monitoring
Url: 		http://www.wireshark.org
Source0:	http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
Source1:	http://www.wireshark.org/download/src/all-versions/SIGNATURES-%{version}.txt
Patch0:		wireshark_help_browser.patch
Patch1:		wireshark-plugindir.patch
Requires:	usermode-consoleonly
Requires:	dumpcap
BuildRequires:	autoconf automake libtool
BuildRequires:	bison
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	cap-devel
BuildRequires:	elfutils-devel
BuildRequires:	krb5-devel
BuildRequires:	pcap-devel >= 0.7.2
BuildRequires:	pkgconfig(geoip)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgcrypt) >= 1.1.92
BuildRequires:	pkgconfig(libsmi)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(zlib)

%track
prog %{name} = {
	url = http://www.wireshark.org/download/src/all-versions
	version = %{version}
	regex = %{name}-(__VER__)\.tar\.bz2
}

%description
Wireshark is a network traffic analyzer for Unix-ish operating systems. It is
based on GTK+, a graphical user interface library, and libpcap, a packet
capture and filtering library.

%{blurb}

%files
%{_bindir}/%{name}
%{_bindir}/%{name}-root
%{_sbindir}/%{name}-root
%{_sysconfdir}/pam.d/%{name}-root
%{_sysconfdir}/security/console.apps/%{name}-root
# plugins
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/asn1.so
%{_libdir}/%{name}/docsis.so
%{_libdir}/%{name}/ethercat.so
%{_libdir}/%{name}/gryphon.so
%{_libdir}/%{name}/irda.so
%{_libdir}/%{name}/m2m.so
%{_libdir}/%{name}/mate.so
%{_libdir}/%{name}/opcua.so
%{_libdir}/%{name}/profinet.so
%{_libdir}/%{name}/stats_tree.so
%{_libdir}/%{name}/unistim.so
%{_libdir}/%{name}/wimaxasncp.so
%{_libdir}/%{name}/wimax.so
%{_libdir}/%{name}/wimaxmacphy.so
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/diameter
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/diameter/*
%dir %{_datadir}/%{name}/dtds
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/dtds/*
%dir %{_datadir}/%{name}/help
%attr(0644,root,root) %{_datadir}/%{name}/help/*
%{_datadir}/%{name}/profiles
%dir %{_datadir}/%{name}/radius
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/radius/dictionary*
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/radius/custom.includes
%attr(0644,root,root) %{_datadir}/%{name}/radius/README.radius_dictionary
%dir %{_datadir}/%{name}/tpncp
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/tpncp/*
%dir %{_datadir}/%{name}/wimaxasncp
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/wimaxasncp/dictionary.*
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/cfilters
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/colorfilters
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/dfilters
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/manuf
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/pdml2html.xsl
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/services
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/smi_modules
%attr(0644,root,root) %{_datadir}/%{name}/console.lua
%attr(0644,root,root) %{_datadir}/%{name}/dtd_gen.lua
%attr(0644,root,root) %{_datadir}/%{name}/init.lua
%attr(0644,root,root) %{_datadir}/%{name}/ws.css
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_mandir}/man1/%{name}.1*
%{_mandir}/man4/%{name}-filter.4*
%{_datadir}/%{name}/*.html
%{_datadir}/%{name}/AUTHORS-SHORT
%{_datadir}/%{name}/COPYING
%{_datadir}/applications/*.desktop

#------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Network traffic and protocol analyzer libraries
Group:		System/Libraries
Obsoletes:	%{_lib}wireshark3 < 1.10.1

%description -n	%{libname}
Wireshark is a network traffic analyzer for Unix-ish operating systems. It is
based on GTK+, a graphical user interface library, and libpcap, a packet
capture and filtering library.

%{blurb}

%files -n %{libname}
%doc AUTHORS NEWS README{,.[lv]*} doc/{randpkt.txt,README.*}
%{_libdir}/libwireshark.so.%{major}*

#------------------------------------------------------------------------

%package -n	%{libwiretap}
Summary:	Network traffic and protocol analyzer libraries
Group:		System/Libraries
Conflicts:	%{_lib}wireshark3 < 1.10.1

%description -n	%{libwiretap}
Wireshark is a network traffic analyzer for Unix-ish operating systems. It is
based on GTK+, a graphical user interface library, and libpcap, a packet
capture and filtering library.

%{blurb}

%files -n %{libwiretap}
%doc AUTHORS NEWS README{,.[lv]*} doc/{randpkt.txt,README.*}
%{_libdir}/libwiretap.so.%{wiretap_major}*

#------------------------------------------------------------------------

%package -n	%{libwsutil}
Summary:	Network traffic and protocol analyzer libraries
Group:		System/Libraries
Conflicts:	%{_lib}wireshark3 < 1.10.1

%description -n	%{libwsutil}
Wireshark is a network traffic analyzer for Unix-ish operating systems. It is
based on GTK+, a graphical user interface library, and libpcap, a packet
capture and filtering library.

%{blurb}

%files -n %{libwsutil}
%doc AUTHORS NEWS README{,.[lv]*} doc/{randpkt.txt,README.*}
%{_libdir}/libwsutil.so.%{wsutil_major}*

#------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development files for Wireshark
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libwiretap} = %{EVRD}
Requires:	%{libwsutil} = %{EVRD}

%description -n	%{devname}
This package contains files used for development with Wireshark.

%files -n %{devname}
%doc ChangeLog
%{_includedir}/wireshark
%{_libdir}/libwireshark.so
%{_libdir}/libwiretap.so
%{_libdir}/libwsutil.so

#------------------------------------------------------------------------

%package	tools
Summary:	Tools for manipulating capture files
Group:		Monitoring

%description	tools
Set of tools for manipulating capture files. Contains:

- editcap - Edit and/or translate the format of capture files
- mergecap - Merges two capture files into one
- text2cap - Generate a capture file from an ASCII hexdump of packets

%{blurb}

%files tools
%{_bindir}/capinfos
%{_bindir}/dftest
%{_bindir}/editcap
%{_bindir}/mergecap
%{_bindir}/randpkt
%{_bindir}/reordercap
%{_bindir}/text2pcap
%{_mandir}/man1/capinfo*
%{_mandir}/man1/dftest*
%{_mandir}/man1/editcap*
%{_mandir}/man1/mergecap*
%{_mandir}/man1/randpkt*
%{_mandir}/man1/reordercap*
%{_mandir}/man1/text2pcap*

#------------------------------------------------------------------------

%package -n	tshark
Summary:	Text-mode network traffic and protocol analyzer
Group:		Monitoring
Requires:	dumpcap

%description -n	tshark
Tshark is a network protocol analyzer. It lets you capture packet data from a
live network, or read packets from a previously saved capture file, either
printing a decoded form of those packets to the standard output or writing the
packets to a file. Twireshark's native capture file format is libpcap format,
which is also the format used by tcpdump and various other tools.

%{blurb}

%files -n tshark
%{_bindir}/tshark
%{_mandir}/man1/tshark*

#------------------------------------------------------------------------

%package -n	rawshark
Summary:	Dump and analyze raw libpcap data
Group:		Monitoring
Conflicts:	wireshark-tools <= 0.99.8-1mdv2008.1

%description -n rawshark
Rawshark reads a stream of packets from a file or pipe, and prints a line
describing its output, followed by a set of matching fields for each packet on
stdout.

%{blurb}

%files -n rawshark
%{_bindir}/rawshark
%{_mandir}/man1/rawshark.1*

#------------------------------------------------------------------------

%package -n	dumpcap
Summary:	Network traffic dump tool
Group:		Monitoring

%description -n dumpcap
Dumpcap is a network traffic dump tool. It lets you capture packet data from a
live network and write the packets to a file. Many wireshark utilities require
it.

%{blurb}

%files -n dumpcap
%{_bindir}/dumpcap
%{_sbindir}/dumpcap
%{_mandir}/man1/dumpcap.1*

#------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0
%patch1 -p1

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" *

%build
autoreconf -fi
%serverbuild
%configure2_5x \
    --disable-static \
    --disable-warnings-as-errors --enable-warnings-as-errors=no \
    --disable-usr-local \
    --enable-wireshark \
    --enable-packet-editor \
    --enable-tshark \
    --enable-editcap \
    --enable-capinfos \
    --enable-mergecap \
    --enable-text2pcap \
    --enable-dftest \
    --enable-randpkt \
    --enable-airpcap \
    --enable-dumpcap \
    --enable-rawshark \
    --enable-ipv6 \
    --with-gnutls=yes \
    --with-gcrypt=yes \
    --with-gtk3=no \
    --with-libsmi=%{_prefix} \
    --with-pcap=%{_prefix} \
    --with-zlib=%{_prefix} \
    --with-lua=%{_prefix} \
    --with-portaudio=%{_prefix} \
    --with-libcap=%{_prefix} \
    --with-ssl=%{_prefix} \
    --with-krb5 \
    --with-adns=no \
    --with-geoip=yes \
    --with-plugins=%{_libdir}/%{name}

# try to fix the build...
find -name "Makefile" | xargs perl -pi -e "s|/usr/lib\b|%{_libdir}|g"

%make

%install
%makeinstall_std

# helpers to make sure we can start wireshark-root from user with root password
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
cat > %{buildroot}%{_sysconfdir}/pam.d/%{name}-root << EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name}-root << EOF
USER=root
PROGRAM=/usr/sbin/wireshark-root
FALLBACK=false
SESSION=true
EOF

# setup links for consolehelpper support to allow root access
install -d %{buildroot}%{_sbindir}
pushd %{buildroot}%{_bindir}
    ln -sf consolehelper %{name}-root
cd %{buildroot}%{_sbindir}
    ln -s ../bin/%{name} %{name}-root
popd

# icon
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}

install -m0644 image/wsicon16.png %{buildroot}%{_miconsdir}/%{name}.png
install -m0644 image/wsicon32.png %{buildroot}%{_iconsdir}/%{name}.png
install -m0644 image/wsicon48.png %{buildroot}%{_liconsdir}/%{name}.png

# XDG menu
install -d %{buildroot}%{_datadir}/applications
install -m0644 wireshark.desktop %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop

cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Wireshark
Comment=Network traffic analyzer
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=GTK;X-MandrivaLinux-System-Monitoring;System;Monitor;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-root.desktop << EOF
[Desktop Entry]
Name=Wireshark (root user)
Comment=Network traffic analyzer (root user)
Exec=%{name}-root
Icon=%{name}
Terminal=false
Type=Application
Categories=GTK;System;Monitor;
EOF

# move this one to /usr/sbin
mv %{buildroot}%{_bindir}/dumpcap %{buildroot}%{_sbindir}/dumpcap

# fix one odd bug...
pushd %{buildroot}%{_bindir}
    ln -s ../sbin/dumpcap dumpcap
popd

# remove uneeded files
rm -f %{buildroot}%{_libdir}/wireshark/*.la

# install includes
mkdir -p %{buildroot}%{_includedir}/wireshark
for include in `find epan -type f -name '*.h'`; do
        mkdir -p %{buildroot}%{_includedir}/wireshark/`dirname $include`
        install -m 0644 $include %{buildroot}%{_includedir}/wireshark/`dirname $include`
done
# remaining include files
install -m 0644 *.h %{buildroot}%{_includedir}/wireshark
mkdir -p %{buildroot}%{_includedir}/wireshark/wiretap
install -m 0644 wiretap/*.h %{buildroot}%{_includedir}/wireshark/wiretap



%changelog
* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.9-1
+ Revision: 17bdf84
- Updated to 1.10.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22017 |14mr|wlandetect-0.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Simple wireless roaming daemon
Name: 		wlandetect
Version: 	0.3
Release: 	10
License: 	GPL
Group: 		System/Configuration/Networking
URL: 		http://jelmer.vernstok.nl/oss/wlandetect/
Source: 	%{name}-%{version}.tar.bz2
Patch1:		wlandetect-init.d.patch
Patch2:		wlandetect-pid.patch
BuildArch:	noarch
Requires:	wireless-tools
Buildroot: 	%{_tmppath}/%{name}-%{version}-buildroot

%description
Wlandetect is a very simple Perl script that checks which access points and
other peers can be reached and executes some commands based on what it has
found. It is very useful if you often switch between various wireless
environments.

%prep

%setup -q
%patch1 -p0 -b .init
%patch2 -p0 -b .pid

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}/%{_mandir}/man8
cp wlandetect.8 %{buildroot}/%{_mandir}/man8
mkdir -p %{buildroot}/%{_sbindir}
cp wlandetect %{buildroot}/%{_sbindir}
mkdir -p %{buildroot}/%{_sysconfdir}/rc.d/init.d
perl -p -e 's,/usr/local/sbin,%{_sbindir},g' %{name}-init.d > %{buildroot}/%{_sysconfdir}/rc.d/init.d/%{name}
echo "# FORMAT: ESSID<tab><tab>commands" > %{buildroot}/%{_sysconfdir}/wlandetect.conf
echo "# use @DEV@ for device name" >>  %{buildroot}/%{_sysconfdir}/wlandetect.conf
echo "default		/sbin/iwconfig @DEV@ essid any key ""; /sbin/ifup @DEV@; dhclient @DEV@" >> %{buildroot}/%{_sysconfdir}/wlandetect.conf
echo "linksys		/sbin/iwconfig @DEV@ essid any key ""; /sbin/ifup @DEV@; dhclient @DEV@" >> %{buildroot}/%{_sysconfdir}/wlandetect.conf

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README wlandetect.conf.example
%{_sbindir}/%{name}
%attr(0755,root,root) %{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/wlandetect.conf
%{_mandir}/man8/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3-10
+ Revision: 2ab1f07
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22018 |14mr|wmcalclock-1.25-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package		%{nil}
%define oname	wmCalClock

Name: 	 	wmcalclock
Summary: 	Calendar and clock application for Window Maker
Version: 	1.25
Release: 	4
URL:		http://dockapps.windowmaker.org/file.php/id/9
License:	GPL
Group:		Graphical desktop/WindowMaker
Source0:	http://dockapps.windowmaker.org/download.php/id/16/%{oname}-%{version}.tar.xz
Source2:	clock-icon.png

BuildRequires:	imagemagick
BuildRequires:	apmd-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)

Conflicts:	WindowMaker < 0.95.0-3

%description
wmCalClock is a calendar and clock application for Window Maker.

%prep
%setup -qn %{oname}-%{version}

%build
pushd Src
%make
popd
										
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_mandir}/man1
pushd Src
install -s -m 0755 wmCalClock %{buildroot}/%{_bindir}
install -m 0644 wmCalClock.1 %{buildroot}/%{_mandir}/man1/
popd

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry]
Type=Application
Exec=%{name}
Icon=%{name}
Name=WMbattery
Comment=Calender & Clock docklet
Categories=System;
EOF

#icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -size 48x48 %{SOURCE2} %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert -size 32x32 %{SOURCE2} %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 %{SOURCE2} %{buildroot}/%{_miconsdir}/%{name}.png

%files
%doc TODO README
%{_bindir}/%{oname}
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%doc %{_mandir}/*/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.25-4
+ Revision: 1e75b2b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22019 |14mr|wmctrl-1.07-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	wmctrl
%define	version	1.07
%define release 	7

Name:		%name
Version:	%version 
Release:	%release
License:	GPLv2+
Group:		System/X11
Url:		http://sweb.cz/tripie/utils/wmctrl/
Source:		%name-%version.tar.bz2
Patch0:         http://ftp.de.debian.org/debian/pool/main/w/wmctrl/wmctrl_1.07-6.diff.gz
Patch1:         wmctrl-sticky-workspace.patch
Summary:	Command line tool to interact with an EWMH/NetWM compatible X Window Manager
BuildRequires:	glib2-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)

%description
Wmctrl provides command line access to almost all the features defined
in the EWMH specification. Using it, it's possible to, for example,
obtain information about the window manager, get a detailed list of
desktops and managed windows, switch and resize desktops, change number
of desktops, make windows full-screen, always-above or sticky, and
activate, close, move, resize, maximize and minimize them.

The command line access makes it easy to automate these tasks and
execute them from any application that is able to run a command in
response to some event.

Please note that wmctrl only works with window managers which implement
this specification.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README
%_bindir/*
%_mandir/man1/wmctrl.1.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.07-7
+ Revision: 9e35575
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22020 |14mr|wml-2.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# do not provide/require private perl modules
%if %{_use_internal_dependency_generator}
%define __noautoreq 'GD\\.so|perl\\(HTML::Clean\\)|perl\\(WML::GD\\)'
%define __noautoprov 'GD\\.so|perl\\(HTML::Clean\\)|perl\\(WML::GD\\)'
%else
%define _requires_exceptions GD.so\\|perl(HTML::Clean)\\|perl(WML::GD)
%define _provides_exceptions GD.so\\|perl(HTML::Clean)\\|perl(WML::GD)
%endif

Summary:	Website META Language
Name:		wml
Version:	2.2.2
Release:	2
License:	GPLv2+
Group:		Publishing
URL:		http://thewml.org/
Source:		https://bitbucket.org/shlomif/website-meta-language/downloads/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	libtool
BuildRequires:	libltdl-devel
BuildRequires:	pcre-devel
BuildRequires:	perl-devel
# (tpg) use system version not the pulled in here
#BuildRequires:	db-devel
# (crisb) doesnt seem to pull in the db-devel package so spec here
BuildRequires:	db52-devel
BuildRequires:	gdbm-devel
BuildRequires:	gettext-devel
BuildRequires:	lynx
BuildRequires:	perl-Bit-Vector >= 5.2
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(GD)
BuildRequires:	perl(Getopt::Long) >= 2.16
BuildRequires:	perl(HTML::Clean)
BuildRequires:	perl(Image::Size) >= 2.6
BuildRequires:	perl(IO::File) >= 1.07
BuildRequires:	perl(Term::ReadKey) >= 2.11
Requires:	perl(Bit::Vector) >= 5.2
Requires:	perl(File::Spec)
Requires:	perl(Getopt::Long) >= 2.16
Requires:	perl(Image::Size) >= 2.6
Requires:	perl(IO::File) >= 1.07
Requires:	perl(Term::ReadKey) >= 2.11

%description
WML is a free and extensible Webdesigner's off-line HTML generation
toolkit for Unix, distributed under the GNU General Public License
(GPL v2). It is written in ANSI C and Perl 5, build via a GNU Autoconf
based source tree and runs out-of-the-box on all major Unix derivatives.
It can be used free of charge both in educational and commercial
environments.

%prep
%setup -q

%build
%cmake -DLIB_INSTALL_DIR=%{_libdir} -DLOCALE_INSTALL_DIR=%{_datadir}/locale
%make

# TODO : add percent-check once it is working.

%install
%makeinstall_std -C build

%files
%doc ANNOUNCE BUGREPORT ChangeLog COPYING COPYRIGHT COPYRIGHT.OTHER CREDITS 
%doc NEWS README SUPPORT VERSION VERSION.HISTORY
%{_bindir}/*
%{_libdir}/%{name}
%{_mandir}/*/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.2-2
+ Revision: df83370
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22021 |14mr|wmnet-1.06-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define xrootdir	/usr
%define xconfdir	/etc/X11

Summary:	Applet that monitors the network
Name:		wmnet
Version:	1.06
Release:	14
License:	GPL
Group:		Graphical desktop/WindowMaker
URL:		http://dockapps.org/file.php/id/77
Source0:	http://dockapps.org/download.php/id/115/%{name}-%{version}.tar.bz2
Source1:	%{name}.wmconfig
Source2:	wmnet-icons.tar.bz2
Patch0:		wmnet-sa-restorer.patch
Patch1:		wmnet-1.05-man-graph.patch
Patch2:		wmnet-1.05-glibc22.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	imake

%description
Wmnet uses ip accounting in the Linux kernel to monitor your network.

%prep
%setup
%patch0 -p1 -b .sigaction
%patch1 -p1 -b .man-graph
%patch2 -p1 -b .glibc22

%build
xmkmf
%make CFLAGS="%{optflags}"

%install
# wmnet standard install
install -d %{buildroot}/%{_bindir}
install -d %{buildroot}/%{_mandir}/man1
install -m 755 wmnet %{buildroot}/%{_bindir}
install -m 644 wmnet.man %{buildroot}/%{_mandir}/man1/wmnet.1

# wmaker config file
install -d %{buildroot}/%{xconfdir}/wmconfig
cp %{SOURCE1} %{buildroot}/%{xconfdir}/wmconfig/%{name}

# mdv menu icons
mkdir -p %{buildroot}/%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
tar jxvf %{SOURCE2} -C %{buildroot}/%{_iconsdir}
# fd.o icons
cp %{buildroot}/%{_iconsdir}/%{name}.png %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
cp %{buildroot}/%{_liconsdir}/%{name}.png %{buildroot}/%{_iconsdir}/hicolor/48x48/apps/%{name}.png
cp %{buildroot}/%{_miconsdir}/%{name}.png %{buildroot}/%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# mdv menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=WMnet
Comment=A WindowMaker dock network monitor
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=System;Monitor;X-MandrivaLinux-System-Monitoring;
EOF

%files
%doc README Changelog
%config(noreplace) %{xconfdir}/wmconfig/%{name}
%{_bindir}/wmnet
%{_mandir}/man1/wmnet.1*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.06-14
+ Revision: cdf0b58
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22022 |14mr|wordnet-3.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Name	WordNet

%define major		%{version}
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:		wordnet
Version:	3.0
Release:	15
Summary:	A lexical database for the English language
Group:		Sciences/Other
License:	MIT
URL:		http://wordnet.princeton.edu
Source0:	http://wordnet.princeton.edu/%{version}/%{Name}-%{version}.tar.bz2
Patch0:		%{name}-2.1.libtool.patch
Patch1:		%{name}-3.0.fhs.patch
Patch2:		%{name}-CVE-2008-2149_3908.patch
# Kludge (not a fix) for Tcl 8.6 (TIP #330, interp->result) - AdamW
# 2008/12
Patch3:		wordnet-3.0-tcl86.patch
Patch4:		wordnet_autoconf.patch
Patch5:		wordnet_wformat.patch
Requires:       %{libname} = %{version}
BuildRequires:	tcl-devel
BuildRequires:	tk-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
WordNet is an online lexical reference system whose design is inspired by
current psycholinguistic theories of human lexical memory. English nouns,
verbs, adjectives and adverbs are organized into synonym sets, each
representing one underlying lexical concept. Different relations link the
synonym sets.

%package -n %{libname}
Summary:        Main library for %{name}
Group:          System/Libraries
Provides:       lib%{name} = %{version}-%{release}

%description -n %{libname}
This package contains the library needed to run %{name}.

%package -n %{develname}
Summary:        Development header files for %{name}
Group:          Development/C
Requires:       %{libname} = %{version}
Provides:       lib%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname wordnet 3.0 -d}

%description -n %{develname}
Libraries, include files and other resources you can use to develop.

%prep
%setup -q -n %{Name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1 -b .tcl86
%patch4 -p1
%patch5 -p1
autoreconf -fi

%build
%configure2_5x
make

%install
rm -rf %{buildroot}
%makeinstall

mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/mandriva-wordnet.desktop << EOF
[Desktop Entry]
Type=Application
Name=WordNet
Comment=Graphical Interface for WordNet
Icon=accessories-dictionary
Exec=wnb
Categories=Office;X-MandrivaLinux-Office-Accessories;
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING INSTALL ChangeLog README doc/{html,ps,pdf}
%{_bindir}/*
%{_datadir}/applications/mandriva-wordnet.desktop
%{_datadir}/%{Name}
%{_mandir}/*/*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libWN-%{version}.so

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/libWN.so
%{_libdir}/libWN.a
%{_includedir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-15
+ Revision: 36f3353
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22023 |14mr|words-3.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _dict_dir %{_datadir}/dict/

Summary:	A dictionary of English words for the /usr/dict directory
Name:		words
Version:	3.0
Release:	11
License:	Public Domain
Group:		Text tools
URL:		http://www.dcs.shef.ac.uk/research/ilash/Moby/
Source:		http://www.dcs.shef.ac.uk/research/ilash/Moby/mwords.tar.bz2
BuildArch:	noarch
BuildRequires:	dos2unix
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
The words file is a dictionary of English words for the
/usr/share/dict directory. Some programs use this database of
words to check spelling. Password checkers use it to look for bad
passwords.

%prep
%setup -q -c

%build
cd mwords
dos2unix *; chmod a+r *
cat [1-9]*.??? | egrep  "^[[:alnum:]'&!,./-]+$" | sort --ignore-case --dictionary-order | uniq > moby

cat <<EOF >license.txt
On June 1, 1996 Grady Ward announced that the fruits of
the Moby project were being placed in the public domain:

The Moby lexicon project is complete and has
been place into the public domain. Use, sell,
rework, excerpt and use in any way on any platform.
    
Placing this material on internal or public servers is
also encouraged. The compiler is not aware of any
export restrictions so freely distribute world-wide.
    
You can verify the public domain status by contacting
   
Grady Ward
3449 Martha Ct.
Arcata, CA  95521-4884
    
daedal@myrealbox.com
EOF

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/dict
install -m644 mwords/moby %{buildroot}%{_datadir}/dict/linux.words
ln -sf linux.words %{buildroot}%{_datadir}/dict/words

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc mwords/readme.txt mwords/license.txt
%{_dict_dir}linux.words
%{_dict_dir}words



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-11
+ Revision: 4ebe29e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22024 |14mr|wpa_supplicant-2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Linux WPA Supplicant (IEEE 802.1X, WPA, WPA2, RSN, IEEE 802.11i)
Name:		wpa_supplicant
Version:	2.2
Release:	2
# wpa_supplicant itself is dual-licensed under GPLv2 and BSD license, but as we
# link against GPL libraries, we must use GPLv2 license
License:	GPLv2+
Group:		Communications
Url:		http://hostap.epitest.fi/wpa_supplicant/
Source0:	http://hostap.epitest.fi/releases/wpa_supplicant-%{version}.tar.gz
Source3:	%{name}.service
Source4:	%{name}.sysconfig
Source6:	%{name}.logrotate
Patch1:		wpa_supplicant-2.2-mdv-defconfig.patch
# should be safe to just bump MAX_WEP_KEY_LEN to 32
# http://lists.shmoo.com/pipermail/hostap/2005-October/011787.html
Patch2:		wpa_supplicant-0.6.3-WEP232.patch
Patch5:		wpa_supplicant-1.0-mdv-dbus-service-file-args.patch
Patch7:		wpa_supplicant-0.7.3-copy-wpa_scan_results_free-for-wpa_priv.patch
# quiet an annoying and frequent syslog message
Patch8:		wpa_supplicant-2.2-quiet-scan-results-message.patch
# recover from streams of driver disconnect messages (iwl3945)
###Patch9:		wpa_supplicant-squelch-driver-disconnect-spam.patch
# works around busted drivers by increasing association timeout
Patch10:	wpa_supplicant-assoc-timeout.patch
Patch11:	wpa_supplicant-0.7.3-fix-wpa_priv-eloop_signal_handler-casting.patch
Patch13:	wpa_supplicant-1.0-do-not-call-dbus-functions-with-NULL-path.patch
#Patch14:	wpa_supplicant-1.0-wpagui-gcc47.patch
#Patch from Fedora
Patch16:	wpa_supplicant-2.2-gui-qt4.patch
BuildRequires:	doxygen
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gnutls) >= 3.0
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(libpcsclite)
BuildRequires:	pkgconfig(QtCore)
Requires(post,postun,preun):	rpm-helper
# http://ndiswrapper.sourceforge.net/wiki/index.php/WPA

%description
wpa_supplicant is a WPA Supplicant for Linux, BSD and Windows with
support for WPA and WPA2 (IEEE 802.11i / RSN). Supplicant is the IEEE
802.1X/WPA component that is used in the client stations. It
implements key negotiation with a WPA Authenticator and it controls
the roaming and IEEE 802.11 authentication/association of the wlan
driver.

wpa_supplicant is designed to be a "daemon" program that runs in the
background and acts as the backend component controlling the wireless
connection. wpa_supplicant supports separate frontend programs and an
example text-based frontend, wpa_cli, is included with wpa_supplicant.

Supported WPA/IEEE 802.11i features:
    * WPA-PSK ("WPA-Personal")
    * WPA with EAP (e.g., with RADIUS authentication server)
      ("WPA-Enterprise")
    * key management for CCMP, TKIP, WEP104, WEP40
    * WPA and full IEEE 802.11i/RSN/WPA2
    * RSN: PMKSA caching, pre-authentication

See the project web site or the eap_testing.txt file for a complete
list of supported EAP methods (IEEE 802.1X Supplicant), supported
drivers and interoperability testing.

%package gui
Summary:	Graphical tool for wpa_supplicant
Group:		System/Configuration/Networking

%description gui
wpa_gui is a QT frontend for wpa_supplicant.
wpa_supplicant is a WPA Supplicant for Linux, BSD and Windows with
support for WPA and WPA2 (IEEE 802.11i / RSN).

%prep
%setup -q
%apply_patches

pushd wpa_supplicant
# (blino) comment all "network = { }" blocks
perl -pi -e '$_ = "# $_" if /^\s*network\s*=\s*{/ .. /^\s*}/' wpa_supplicant.conf
cp defconfig .config
popd

%build
%setup_compile_flags
# Fix bug #63030: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
export CFLAGS+=" -fno-strict-aliasing -Wno-error=deprecated-declarations"
export CXXFLAGS+=" -fno-strict-aliasing" FFLAGS+=" -fno-strict-aliasing"
export BINDIR=%{_sbindir}
export LIBDIR=%{_libdir}


pushd wpa_supplicant
%make
%make eapol_test
pushd wpa_gui-qt4
 %qmake_qt4
 %make
popd
popd

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_sysconfdir}/dbus-1/system.d/
mkdir -p %{buildroot}%{_datadir}/dbus-1/system-services/

install -m755 %{SOURCE3} -D %{buildroot}%{_systemunitdir}/%{name}.service
install -m644 %{SOURCE4} -D %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m644 %{SOURCE6} -D %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

pushd wpa_supplicant

# binaries
install -d %{buildroot}%{_sbindir}
install -m 755 wpa_supplicant %{buildroot}/%{_sbindir}
install -m 755 wpa_cli %{buildroot}/%{_sbindir}
install -m 755 wpa_passphrase %{buildroot}/%{_sbindir}
install -m 755 eapol_test %{buildroot}%{_sbindir}

# gui
install -d %{buildroot}%{_bindir}
install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_bindir}

# config
install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 600 wpa_supplicant.conf %{buildroot}%{_sysconfdir}/wpa_supplicant.conf

# dbus
install -d %{buildroot}%{_sysconfdir}/dbus-1/system.d
install -d %{buildroot}%{_datadir}/dbus-1/system-services
install -m 644 dbus/dbus-wpa_supplicant.conf \
    %{buildroot}%{_sysconfdir}/dbus-1/system.d/wpa_supplicant.conf
install -m 644 dbus/fi.epitest.hostap.WPASupplicant.service \
    %{buildroot}%{_datadir}/dbus-1/system-services
install -m 0644 dbus/fi.w1.wpa_supplicant1.service \
     %{buildroot}%{_datadir}/dbus-1/system-services

# man pages
install -d -m 755 %{buildroot}%{_mandir}/man{5,8}
install -m 644 doc/docbook/*.8 %{buildroot}%{_mandir}/man8
install -m 644 doc/docbook/*.5 %{buildroot}%{_mandir}/man5

popd

%post
%systemd_post wpa_supplicant

%preun
%systemd_preun wpa_supplicant

%postun
%systemd_postun

%files
%doc wpa_supplicant/ChangeLog wpa_supplicant/README wpa_supplicant/eap_testing.txt wpa_supplicant/todo.txt
%doc wpa_supplicant/README-WPS
%doc wpa_supplicant/examples/*.conf
%attr(0600,root,daemon) %config(noreplace) %{_sysconfdir}/wpa_supplicant.conf
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_systemunitdir}/%{name}.service
%{_sbindir}/wpa_cli
%{_sbindir}/wpa_passphrase
%{_sbindir}/wpa_supplicant
%{_sbindir}/eapol_test
%{_sysconfdir}/dbus-1/system.d/wpa_supplicant.conf
%{_datadir}/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service
%{_datadir}/dbus-1/system-services/fi.w1.wpa_supplicant1.service
%{_mandir}/man8/*
%{_mandir}/man5/*

%files gui
%{_bindir}/wpa_gui

%changelog
* Wed Jul 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2-2
+ Revision: fb44045
- Minor cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22025 |14mr|w_scan-0-0.20130331.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name w_scan
%define date 20130331
%define distname %{name}-%{date}
%define version 0
%define rel 1
%define release 0.%{date}.%{rel}

Summary: Channel scan tool for DVB-T and DVB-C
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{distname}.tar.bz2
BuildRequires: kernel-headers
BuildRequires: glibc-devel
License: GPLv2+
Group: Video
Url: http://edafe.org/vdr/w_scan/

%description
w_scan is an application that greatly simplifies the task of scanning
for DVB-T, DVB-C and ATSC channel information. Winfried Kvhler\u2019s
w_scan is special because it does not require any region-specific
initial transponder data for operation. It will create configuration
files for VDR, Kaffeine and Xine.

%prep
%setup -q -n  %{distname}
# -n %{distname}

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README
%{_bindir}/%{name}
%{_mandir}/man1/w_scan.1*


%changelog
* Thu Sep 05 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 0-0.20130331.1
+ Revision: 59edc6f
- sync to cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22026 |14mr|wsdl4j-1.6.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define cvsver          %(echo %version |sed -e 's,\.,_,g')

%bcond_with	bootstrap

Summary:        Web Services Description Language Toolkit for Java
Name:           wsdl4j
Version:        1.6.2
Release:        6
Epoch:          0
Group:          Development/Java
License:        CPL
URL:            http://sourceforge.net/projects/wsdl4j
Source0:        wsdl4j-%{version}-src.tar.gz
Source1:        wsdl4j-%{version}.pom
##cvs -d:pserver:anonymous@wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j login
##cvs -z3 -d:pserver:anonymous@wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j export -r wsdl4j-1_6_2 wsdl4j
BuildArch:      noarch
Requires:       jaxp_parser_impl
BuildRequires:  java-1.7.0-openjdk-devel
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.5
%if !%{with bootstrap}
BuildRequires:  ant-junit
BuildRequires:  junit
%endif

%description
The Web Services Description Language for Java Toolkit (WSDL4J) allows the
creation, representation, and manipulation of WSDL documents describing
services.  This codebase will eventually serve as a reference implementation
of the standard created by JSR110.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}

%build
%if !%{with bootstrap}
export OPT_JAR_LIST="ant/ant-junit junit"
%endif
%{ant} -Dbuild.compiler=modern compile test javadocs

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}

install -m 644 build/lib/%{name}.jar \
      %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 644 build/lib/qname.jar \
      %{buildroot}%{_javadir}/wsdl-qname-%{version}.jar
ln -sf wsdl-qname-%{version}.jar %{buildroot}%{_javadir}/qname.jar
#touch %{buildroot}%{_javadir}/qname.jar # for %ghost

(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)


%add_to_maven_depmap wsdl4j wsdl4j %{version} JPP wsdl4j

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 %{SOURCE1} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.wsdl4j.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a build/javadocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%post
%update_maven_depmap
/usr/sbin/update-alternatives --install %{_javadir}/qname.jar qname %{_javadir}/wsdl-qname.jar 00100

%postun
if [ "$1" = "0" ]; then
    /usr/sbin/update-alternatives --remove qname %{_javadir}/wsdl-qname.jar
fi
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc license.html
%{_javadir}/*
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}
%if %{gcj_support}
%attr(-,root,root) %{_libdir}/gcj/%{name}
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.6.2-6
+ Revision: 820e969
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22027 |14mr|ws-jaxme-0.5.2-1.0.11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define base_name jaxme

Name:           ws-jaxme
Version:        0.5.2
Release:        1.0.11
Epoch:          0
Summary:        Open source implementation of JAXB

Group:          Development/Java
License:        Apache License
URL:            http://ws.apache.org/jaxme/
Source0:        ws-jaxme-0.5.2-src.tar.gz
# svn export https://svn.apache.org/repos/asf/webservices/jaxme/tags/R0_5_2/ ws-jaxme-0.5.2
Source1:        ws-jaxme-bind-MANIFEST.MF
Patch0:         ws-jaxme-docs_xml.patch
Patch1:         ws-jaxme-catalog.patch
Patch2:         ws-jaxme-system-dtd.patch
Patch3:         ws-jaxme-jdk16.patch
Patch4:         ws-jaxme-ant-scripts2.patch
Patch5:         ws-jaxme-use-commons-codec.patch
Patch6:         ws-jaxme-fix_docbook.patch
BuildArch:      noarch
BuildRequires:  java-devel
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-trax >= 0:1.6
BuildRequires:  ant-apache-resolver
BuildRequires:  antlr
BuildRequires:  antlr-java
BuildRequires:  jaxp_transform_impl
BuildRequires:  jakarta-commons-codec
BuildRequires:  junit
BuildRequires:  hsqldb
BuildRequires:  log4j
BuildRequires:  xalan-j2
BuildRequires:  xmldb-api
BuildRequires:  xmldb-api-sdk
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-jaxp-1.3-apis
BuildRequires:  libxml2-utils
BuildRequires:  docbook-style-xsl
BuildRequires:  docbook-dtd45-xml
BuildRequires:  zip
Requires:       antlr
Requires:       jaxp_transform_impl
Requires:       jakarta-commons-codec
Requires:       junit
Requires:       hsqldb
Requires:       log4j
Requires:       xalan-j2
Requires:       xmldb-api
Requires:       xmldb-api-sdk
Requires:       xerces-j2
Requires:       xml-commons-jaxp-1.3-apis
Requires:       jpackage-utils
Requires(postun): jpackage-utils

%description
A Java/XML binding compiler takes as input a schema
description (in most cases an XML schema, but it may
be a DTD, a RelaxNG schema, a Java class inspected
via reflection, or a database schema). The output is
a set of Java classes:
* A Java bean class matching the schema description.
  (If the schema was obtained via Java reflection,
  the original Java bean class.)
* Read a conforming XML document and convert it into
  the equivalent Java bean.
* Vice versa, marshal the Java bean back into the
  original XML document.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils
Requires(postun): jpackage-utils

%description    javadoc
%{summary}.

%package        manual
Summary:        Documents for %{name}
Group:          Development/Java

%description    manual
%{summary}.

%prep
%setup -q -n %{name}-%{version}
for j in $(find . -name "*.jar"); do
    mv $j $j.no
done

%patch0 -p0
%patch1 -p0
#%patch2 -p1
%patch3 -p1
%patch4 -p0 -b .sav
%patch5 -p0 -b .sav
%patch6 -p0 -b .docbook

%build
export OPT_JAR_LIST="xalan-j2 ant/ant-trax xalan-j2-serializer xml-commons-resolver ant/ant-apache-resolver"
export CLASSPATH=$(build-classpath antlr hsqldb commons-codec junit log4j xmldb-api xerces-j2 xml-commons-jaxp-1.3-apis)
%{ant} all Docs.all \
-Dbuild.sysclasspath=first \
-Ddocbook.home=%{_datadir}/sgml/docbook \
-Ddocbookxsl.home=%{_datadir}/sgml/docbook/xsl-stylesheets

mkdir -p META-INF
cp -p %{SOURCE1} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u dist/jaxmeapi-%{version}.jar META-INF/MANIFEST.MF

%install
rm -rf %{buildroot}
install -dm 755 %{buildroot}%{_javadir}/%{base_name}
for jar in dist/*.jar; do
   install -m 644 ${jar} %{buildroot}%{_javadir}/%{base_name}/
done
(cd %{buildroot}%{_javadir}/%{base_name} &&
    for jar in *-%{version}*;
        do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`;
    done
)

(cd %{buildroot}%{_javadir}/%{base_name} &&
    for jar in *.jar;
        do ln -sf ${jar} ws-${jar};
    done
)

#javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/docs/src/documentation/content/apidocs \
    %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf build/docs/src/documentation/content/apidocs

#manual
install -dm 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp -pr build/docs/src/documentation/content/* %{buildroot}%{_docdir}/%{name}-%{version}
install -pm 644 LICENSE %{buildroot}%{_docdir}/%{name}-%{version}

%files
%defattr(0644,root,root,0755)
%{_javadir}/%{base_name}

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files manual
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:0.5.2-1.0.11
+ Revision: 4db0aac
- Sepc cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22028 |14mr|wv-1.2.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name wv
%define version 1.2.9
%define real_version %version
%define serial 1

%define api_version 1.2
%define lib_major   4
%define lib_name    %mklibname %{name} %{api_version} %{lib_major}
%define develname   %mklibname -d %name

Summary: MSWord 6/7/8/9 binary file format -> HTML converter
Name: %{name}
Version: %{version}
Release: 5
Epoch: %{serial}
License: GPLv2
Group: Office
URL: http://www.abisource.com/downloads/wv/
Source: http://www.abisource.com/downloads/wv/%{version}/wv-%{version}.tar.gz
Patch0: %{name}-1.2.4-fix-str-fmt.patch
BuildRequires: glib2-devel
BuildRequires: libgsf-devel
BuildRequires: libxml2-devel
Buildrequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-buildroot
Obsoletes: mswordview 
Provides: mswordview
Requires: tetex-latex
Requires: tetex-dvips

%description
Wv is a program that understands the Microsoft Word 6/7/8/9
binary file format and is able to convert Word
documents into HTML, which can then be read with a browser.

%package -n %{lib_name}
Summary: Library used by wv
Group: System/Libraries
Provides: lib%{name} = %{serial}:%{version}-%{release}

%description -n %{lib_name}
Wv is a program that understands the Microsoft Word 6/7/8/9
binary file format and is able to convert Word
documents into HTML, which can then be read with a browser.

This package provides the library that is used by wv.

%package -n %{develname}
Summary: MSWord 6/7/8/9 binary file format -> HTML converter (development)
Group: Development/C
Requires: %{lib_name} = %{serial}:%{version}
Provides: %{name}-devel = %{serial}:%{version}
Obsoletes: %{_lib}wv-1.2_3-devel
Obsoletes: %{_lib}wv-1.2_4-devel

%description -n %{develname}
Wv is a program that understands the Microsoft Word 6/7/8/9
binary file format and is able to convert Word
documents into HTML, which can then be read with a browser.

This is the development package.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .strfmt

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
# uggly fix for symlink /usr/bin/wvText to wvConvert.
ln -sf wvConvert $RPM_BUILD_ROOT/%{_bindir}/wvText
# the following file seems not to be used by any wv executable.
#cp $RPM_BUILD_DIR/%{name}/config-mswordview $RPM_BUILD_ROOT/usr/lib/mswordview
rm -f notes/decompress/a.out
# make sure libwv.a is in lib directory
# mv $RPM_BUILD_ROOT%{_datadir}/libwv.a $RPM_BUILD_ROOT%{_libdir}/libwv.a

%if %mdkversion < 200900
%post -n %{lib_name} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{lib_name} -p /sbin/ldconfig
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%attr(755,root,root)      %{_bindir}/wv[A-Z]*
%attr(755,root,root) %dir %{_datadir}/wv
%attr(644,root,root)      %{_datadir}/wv/*.xml
%attr(644,root,root)      %{_datadir}/wv/*.dtd
%attr(755,root,root) %dir %{_datadir}/wv/patterns
%attr(644,root,root)      %{_datadir}/wv/patterns/*
%attr(755,root,root) %dir %{_datadir}/wv/wingdingfont
%attr(644,root,root)      %{_datadir}/wv/wingdingfont/*
%attr(644,root,root)      %{_mandir}/man1/*

%files -n %{lib_name}
%defattr(-,root,root)
%attr(755,root,root)      %{_libdir}/libwv-%{api_version}.so.%{lib_major}*

%files -n %{develname}
%defattr(-,root,root)
%attr(755,root,root) %dir %{_includedir}/wv
%attr(644,root,root)      %{_includedir}/wv/*.h
%attr(755,root,root)      %{_libdir}/libwv.so
%attr(644,root,root)      %{_libdir}/libwv.*a
%attr(644,root,root)      %{_libdir}/pkgconfig/wv-1.0.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.2.9-5
+ Revision: 2af750d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22029 |14mr|wv2-0.4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		4
%define libname		%mklibname %{name}_ %{major}
%define develname	%mklibname %{name} -d

Summary:	Word97 exporter library
Name:		wv2
Version:	0.4.2
Release:	7
License:	LGPLv2
Group:		Office
URL:		http://sourceforge.net/projects/wvware/
Source0: 	http://downloads.sourceforge.net/wvware/%{name}-%{version}.tar.bz2
Patch0:		wv2-0.4.2-glib.patch
Patch3:		wv2-0.4.2-linkage.patch
Patch4:		wv2-0.4.2-xml2-include.patch
BuildRequires:	pkgconfig(libgsf-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:	cmake

%description
wvWare is the continuation of Caolan McNamara's wv - the MSWord library.
Efforts are underway to make this library more correct, robust,
and turn it into a Word97 exporter.

%package -n %{libname}
Summary: 	Word97 exporter library
Group:	 	Development/C
Provides:	%{name} = %{version}-%{release}
Provides:	lib%{name} = %{version}-%{release}

%description -n %{libname}
wvWare is the continuation of Caolan McNamara's wv - the MSWord library. 
Efforts are underway to make this library more correct, robust, 
and turn it into a Word97 exporter.

%package -n %{develname}
Summary: 	Word97 exporter library devel
Group:	 	Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	wv2-devel = %{version}-%{release}

%description -n %{develname}
This is the Wv2 development package.

%prep
%setup -q
%patch0 -p1 -b .glib
%patch3 -p0 -b .link
%patch4 -p1 -b .xml

%build
%cmake
%make

%install
%makeinstall_std -C build

%multiarch_binaries %{buildroot}%{_bindir}/wv2-config

find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}
%{_libdir}/*.so
%{_bindir}/wv2-config
%{multiarch_bindir}/wv2-config
%{_libdir}/wvWare

%changelog
* Wed Jul 02 2014 Tigro <ashejn@gmail.com> 0.4.2-7
+ Revision: dd3754a
- apply xml patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22030 |14mr|wvdial-1.61-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A heuristic autodialer for PPP connections
Name:		wvdial
Version:	1.61
Release:	4
Epoch:		1
License:	LGPLv2+
Group:		System/Configuration/Networking
Source0:	http://wvstreams.googlecode.com/files/%{name}-%{version}.tar.gz
Url:		http://alumnit.ca/wiki/index.php?page=WvDial
Patch0: 	wvdial-1.56-bad_analyse.patch
Patch1:		wvdial-1.56-remotename.patch
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: 	ppp >= 2.3.7
Buildrequires: 	wvstreams-devel >= 4.2

%description
WvDial automatically locates and configures modems and can log into
almost any ISP's server without special configuration. You need to
input the username, password, and phone number, and then WvDial will
negotiate the PPP connection using any mechanism needed.
Install wvdial if you need a utility to configure your modem and set
up a PPP connection.

%prep
%setup -q
%patch0 -p1 -b .bad_analyse
%patch1 -p1 -b .remotename

%build
./configure
make "VERBOSE=1"

%install
rm -rf %{buildroot}
make install \
        PREFIX=%{buildroot}%{_prefix} \
        BINDIR=%{buildroot}%{_bindir} \
        MANDIR=%{buildroot}%{_mandir} \
        PPPDIR=%{buildroot}%{_sysconfdir}/ppp/peers
install -d -m 755 %{buildroot}%{_sysconfdir}/bash_completion.d

%clean
 rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGES COPYING.LIB FAQ MENUS README TODO
%attr(4755,root,root)	%{_bindir}/%{name}
%attr(0755,root,root)	%{_bindir}/%{name}conf
%attr(0644,root,root)	%{_mandir}/man1/*
%attr(0644,root,root)	%{_mandir}/man5/*
%attr(0644,root,daemon)	%config(noreplace) %{_sysconfdir}/ppp/peers/%{name}
%attr(0644,root,daemon)	%config(noreplace) %{_sysconfdir}/ppp/peers/%{name}-pipe




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.61-4
+ Revision: 8ac3273
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22031 |14mr|wvstreams-4.6.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		4.6
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d
%define libname_orig	lib%{name}

Name:		wvstreams
Version:	4.6.1
Release:	9
License:	LGPLv2+
Group:		System/Libraries
Group:		Development/C
Summary:	Network programming library written in C++
URL:		http://code.google.com/p/wvstreams
Source0:	http://wvstreams.googlecode.com/files/%{name}-%{version}.tar.gz
Patch1:		wvstreams-4.2.2-multilib.patch
Patch2:		wvstreams-4.5-noxplctarget.patch
Patch3:		wvstreams-4.6.1-glibc212.patch
Patch4:		wvstreams-4.6.1-parallel-make.patch
Patch5:		wvstreams-4.6.1-openssl-1.0.0.patch
Patch6:		wvstreams-4.6.1-gcc47.patch
BuildRequires:	pkgconfig(openssl)
BuildRequires:	zlib-devel
BuildRequires:	libxplc-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(dbus-1)

%description
WvStreams aims to be an efficient, secure, and easy-to-use library for
doing network applications development.

%package -n uniconf
Group:		System/Configuration/Other
Summary:	Configuration system
Requires:	%{libname} = %{version}-%{release}

%description -n uniconf
UniConf is a configuration system that can serve as the centrepiece among 
many other, existing configuration systems. UniConf can also be accessed over 
the network, with authentication, allowing easy replication of configuration 
data via the UniReplicateGen. This package contains the server that accepts 
incoming TCP or Unix connections, and gets or sets UniConf elements at the 
request of a UniConf client. 

%package -n %{libname}
Group:		System/Libraries
Summary:	Network programming library written in C++

%description -n %{libname}
WvStreams aims to be an efficient, secure, and easy-to-use library for
doing network applications development.

%package -n %{develname}
Summary:	Development files for WvStreams
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
WvStreams aims to be an efficient, secure, and easy-to-use library for
doing network applications development. This package contains the files
needed for developing applications which use WvStreams.

%prep
%setup -q
%patch1 -p1 -b .multilib
%patch2 -p1 -b .xplctarget
%patch3 -p0
%patch4 -p1
%patch5 -p1
%patch6 -p0

%build
CFLAGS="%{optflags} -fPIC -fpermissive" CXXFLAGS="%{optflags} -fPIC -fpermissive" %configure2_5x \
	--disable-static \
	--with-dbus=yes --with-pam \
	--with-openssl \
	--with-zlib \
	--with-qt=no \
	--with-pam=no \
	--with-tcl=no
%make

%install
%makeinstall_std

%files -n uniconf
%{_sysconfdir}/uniconf.conf
%{_bindir}/uni
%{_sbindir}/uniconfd
%{_mandir}/man8/*
%dir %{_localstatedir}/lib/uniconf
%{_localstatedir}/lib/uniconf/uniconfd.ini

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%doc README
%{_bindir}/wsd
%{_bindir}/wvtestrun
%{_includedir}/wvstreams
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_libdir}/valgrind/*.supp




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.6.1-9
+ Revision: 3485edf
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22032 |14mr|wxgtk2.8-2.8.12-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	wxGTK
%define		api	2.8
%define		major	0

Summary:	GTK+ port of the wxWidgets library
Name:		wxgtk%{api}
Version:	2.8.12
Release:	12
License:	wxWidgets Library Licence
Group:		System/Libraries
Url:		http://www.wxwidgets.org/
Source0:	http://prdownloads.sourceforge.net/wxwindows/%{oname}-%{version}.tar.bz2
#gw security patch for bundled expat which we don't use:
Patch2:		wxGTK-2.8.10-CVE-2009-XXXX.diff
Patch3:		wxGTK-lX11_linkage_fix.diff
Patch8:		wxWidgets-2.7.0-multiarch-includes.patch
#gw security patch for bundled expat which we don't use:
Patch9:		wxGTK-2.8.8-CVE-2009-3560.diff
Patch10:	wxGTK-2.8.12-fix-user_data-casting.patch
Buildrequires:	bison
Buildrequires:	flex
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
Buildrequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xxf86vm)

%description
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

%files -f wxstd.lang
%doc *.txt

#----------------------------------------------------------------------------

%define libwx_baseu %mklibname wx_baseu %{api} %{major}

%package -n	%{libwx_baseu}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8
Obsoletes:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_baseu}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_baseu}
%{_libdir}/libwx_baseu-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_baseu_net %mklibname wx_baseu_net %{api} %{major}

%package -n	%{libwx_baseu_net}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_baseu_net}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_baseu_net}
%{_libdir}/libwx_baseu_net-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_baseu_xml %mklibname wx_baseu_xml %{api} %{major}

%package -n	%{libwx_baseu_xml}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_baseu_xml}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_baseu_xml}
%{_libdir}/libwx_baseu_xml-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_adv %mklibname wx_gtk2u_adv %{api} %{major}

%package -n	%{libwx_gtk2u_adv}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_adv}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_adv}
%{_libdir}/libwx_gtk2u_adv-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_aui %mklibname wx_gtk2u_aui %{api} %{major}

%package -n	%{libwx_gtk2u_aui}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_aui}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_aui}
%{_libdir}/libwx_gtk2u_aui-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_core %mklibname wx_gtk2u_core %{api} %{major}

%package -n	%{libwx_gtk2u_core}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_core}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_core}
%{_libdir}/libwx_gtk2u_core-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_fl %mklibname wx_gtk2u_fl %{api} %{major}

%package -n	%{libwx_gtk2u_fl}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_fl}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_fl}
%{_libdir}/libwx_gtk2u_fl-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_gizmos %mklibname wx_gtk2u_gizmos %{api} %{major}

%package -n	%{libwx_gtk2u_gizmos}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_gizmos}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_gizmos}
%{_libdir}/libwx_gtk2u_gizmos-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_gizmos_xrc %mklibname wx_gtk2u_gizmos_xrc %{api} %{major}

%package -n	%{libwx_gtk2u_gizmos_xrc}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_gizmos_xrc}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_gizmos_xrc}
%{_libdir}/libwx_gtk2u_gizmos_xrc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_gl %mklibname wx_gtk2u_gl %{api} %{major}

%package -n	%{libwx_gtk2u_gl}
Summary:	OpenGL shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtkglu2.8 < 2.8.12-8
Obsoletes:	%{_lib}wxgtkglu2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_gl}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_gl}
%{_libdir}/libwx_gtk2u_gl-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_html %mklibname wx_gtk2u_html %{api} %{major}

%package -n	%{libwx_gtk2u_html}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_html}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_html}
%{_libdir}/libwx_gtk2u_html-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_media %mklibname wx_gtk2u_media %{api} %{major}

%package -n	%{libwx_gtk2u_media}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_media}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_media}
%{_libdir}/libwx_gtk2u_media-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_ogl %mklibname wx_gtk2u_ogl %{api} %{major}

%package -n	%{libwx_gtk2u_ogl}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_ogl}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_ogl}
%{_libdir}/libwx_gtk2u_ogl-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_plot %mklibname wx_gtk2u_plot %{api} %{major}

%package -n	%{libwx_gtk2u_plot}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_plot}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_plot}
%{_libdir}/libwx_gtk2u_plot-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_qa %mklibname wx_gtk2u_qa %{api} %{major}

%package -n	%{libwx_gtk2u_qa}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_qa}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_qa}
%{_libdir}/libwx_gtk2u_qa-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_richtext %mklibname wx_gtk2u_richtext %{api} %{major}

%package -n	%{libwx_gtk2u_richtext}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_richtext}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_richtext}
%{_libdir}/libwx_gtk2u_richtext-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_stc %mklibname wx_gtk2u_stc %{api} %{major}

%package -n	%{libwx_gtk2u_stc}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_stc}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_stc}
%{_libdir}/libwx_gtk2u_stc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_svg %mklibname wx_gtk2u_svg %{api} %{major}

%package -n	%{libwx_gtk2u_svg}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_svg}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_svg}
%{_libdir}/libwx_gtk2u_svg-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_xrc %mklibname wx_gtk2u_xrc %{api} %{major}

%package -n	%{libwx_gtk2u_xrc}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{_lib}wxgtku2.8 < 2.8.12-8

%description -n %{libwx_gtk2u_xrc}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_xrc}
%{_libdir}/libwx_gtk2u_xrc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libnameudev %mklibname -d wxgtku %{api}

%package -n	%{libnameudev}
Summary:	Header files and development documentation for wxGTK - unicode
Group:		Development/C++
Requires:	%{libwx_baseu} = %{EVRD}
Requires:	%{libwx_baseu_net} = %{EVRD}
Requires:	%{libwx_baseu_xml} = %{EVRD}
Requires:	%{libwx_gtk2u_adv} = %{EVRD}
Requires:	%{libwx_gtk2u_aui} = %{EVRD}
Requires:	%{libwx_gtk2u_core} = %{EVRD}
Requires:	%{libwx_gtk2u_fl} = %{EVRD}
Requires:	%{libwx_gtk2u_gizmos} = %{EVRD}
Requires:	%{libwx_gtk2u_gizmos_xrc} = %{EVRD}
Requires:	%{libwx_gtk2u_gl} = %{EVRD}
Requires:	%{libwx_gtk2u_html} = %{EVRD}
Requires:	%{libwx_gtk2u_media} = %{EVRD}
Requires:	%{libwx_gtk2u_ogl} = %{EVRD}
Requires:	%{libwx_gtk2u_plot} = %{EVRD}
Requires:	%{libwx_gtk2u_qa} = %{EVRD}
Requires:	%{libwx_gtk2u_richtext} = %{EVRD}
Requires:	%{libwx_gtk2u_stc} = %{EVRD}
Requires:	%{libwx_gtk2u_svg} = %{EVRD}
Requires:	%{libwx_gtk2u_xrc} = %{EVRD}
Provides:	wxGTK-devel = %{EVRD}
Provides:	wxgtku-devel = %{EVRD}
Provides:	wxgtku%{api}-devel = %{EVRD}

%description -n %{libnameudev}
Header files for the unicode enabled version of wxGTK, the GTK+ port of
the wxWidgets library.

%files -n %{libnameudev}
%doc samples/
%doc docs/
%doc demos/
%{_bindir}/wx-config
%{_bindir}/wxrc
%{_bindir}/wx-config-unicode
%{_bindir}/wxrc-*unicode
%{multiarch_bindir}/wx-config-unicode
%{_includedir}/wx-%{api}/
%{_includedir}/multiarch-*/wx-%{api}/wx/defs.h
%dir %{_libdir}/wx/
%dir %{_libdir}/wx/include/
%dir %{_libdir}/wx/include/gtk2-unicode-release-%{api}/
%dir %{_libdir}/wx/include/gtk2-unicode-release-%{api}/wx/
%dir %{_libdir}/wx/config
%{_datadir}/aclocal/*
%{_datadir}/bakefile/
%{_libdir}/wx/config/multiarch-*/gtk2-unicode-release-%{api}
%{_libdir}/wx/include/multiarch-*/gtk2-unicode-release-%{api}
%{_libdir}/wx/config/gtk2-unicode-release-%{api}
%{_libdir}/wx/include/gtk2-unicode-release-%{api}/wx/setup.h
%{_libdir}/libwx_baseu-%{api}.so
%{_libdir}/libwx_baseu_net-%{api}.so
%{_libdir}/libwx_baseu_xml-%{api}.so
%{_libdir}/libwx_gtk2u_adv-%{api}.so
%{_libdir}/libwx_gtk2u_aui-%{api}.so
%{_libdir}/libwx_gtk2u_core-%{api}.so
%{_libdir}/libwx_gtk2u_fl-%{api}.so
%{_libdir}/libwx_gtk2u_gizmos-%{api}.so
%{_libdir}/libwx_gtk2u_gizmos_xrc-%{api}.so
%{_libdir}/libwx_gtk2u_gl-%{api}.so
%{_libdir}/libwx_gtk2u_html-%{api}.so
%{_libdir}/libwx_gtk2u_media-%{api}.so
%{_libdir}/libwx_gtk2u_ogl-%{api}.so
%{_libdir}/libwx_gtk2u_plot-%{api}.so
%{_libdir}/libwx_gtk2u_qa-%{api}.so
%{_libdir}/libwx_gtk2u_richtext-%{api}.so
%{_libdir}/libwx_gtk2u_stc-%{api}.so
%{_libdir}/libwx_gtk2u_svg-%{api}.so
%{_libdir}/libwx_gtk2u_xrc-%{api}.so

%pre -n %{libnameudev}
update-alternatives --remove wx-config %{_libdir}/wx/config/gtk2-unicode-release-%{api}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch2 -p0 -b .CVE-2009-XXXX
%patch3 -p1
%patch8 -p1 -b .multiarch
%patch9 -p0 -b .CVE-2009-3560
%patch10 -p1 -b .cast~
sed -i -e 's/@LDFLAGS@//' wx-config.in

# fix plugin dir for 64-bit
sed -i -e 's|/lib|/%{_lib}|' src/unix/stdpaths.cpp

find samples demos -name .cvsignore -exec rm {} \;

%build
#gw 2.8.11 doesn't build otherwise:
%define _disable_ld_no_undefined 1
%define Werror_cflags %nil
# --disable-optimise prevents our $RPM_OPT_FLAGS being overridden
# (see OPTIMISE in configure).
# this code dereferences type-punned pointers like there's no tomorrow.
CFLAGS="%{optflags} -fno-strict-aliasing"
CXXFLAGS="%{optflags} -fno-strict-aliasing"

%configure2_5x --enable-unicode \
	--without-odbc \
	--with-opengl \
	--enable-gtk2 --with-gtk  \
	--without-debug_flag \
	--without-debug_info \
	--with-sdl \
	--with-libpng=sys \
	--with-libjpeg=sys \
	--with-libtiff=sys \
	--with-zlib=sys \
	--disable-optimise \
	--enable-calendar \
	--enable-wave \
	--enable-fraction \
	--enable-wxprintfv \
	--enable-xresources \
	--enable-controls \
	--enable-tabdialog \
	--enable-msgdlg \
	--enable-dirdlg \
	--enable-numberdlg \
	--enable-splash \
	--enable-textdlg \
	--enable-graphics_ctx \
	--enable-grid \
	--disable-catch_segvs \
	--enable-mediactrl \
	--enable-dataviewctrl

%make

%make -C locale allmo
%make -C contrib
#gw prepare samples
cd demos
make clean
rm -f makefile* demos.bkl
cd ../samples
make clean
rm -f makefile* samples.bkl
cd ..
find demos samples -name Makefile|xargs perl -pi -e 's^CXXC =.*^CXXC=\$(CXX) `wx-config --cflags`^'
find demos samples -name Makefile|xargs perl -pi -e 's^EXTRALIBS =.*^EXTRALIBS=^'
find demos samples -name Makefile|xargs perl -pi -e 's^SAMPLES_RPATH_FLAG =.*^SAMPLES_RPATH_FLAG=^'

%install
%makeinstall_std
%find_lang wxstd
%find_lang wxmsw
cat wxmsw.lang >> wxstd.lang
%makeinstall_std -C contrib

mv %{buildroot}%{_bindir}/wxrc-%{api} %{buildroot}%{_bindir}/wxrc-%{api}-unicode
###
#gw fix broken symlink
rm -f %{buildroot}%{_bindir}/{wx-config,wxrc}
ln -sf %{_libdir}/wx/config/gtk2-unicode-release-%{api} %{buildroot}%{_bindir}/wx-config
ln -sf %{_libdir}/wx/config/gtk2-unicode-release-%{api} %{buildroot}%{_bindir}/wx-config-unicode
ln -sf %{_bindir}/wxrc-%{api}-unicode %{buildroot}%{_bindir}/wxrc

%multiarch_binaries %{buildroot}%{_libdir}/wx/config/gtk2-unicode-release-%{api}

#gw this breaks /usr/bin/wx-config
mkdir %{buildroot}%{multiarch_bindir}
ln -s %{_libdir}/wx/config/%{multiarch_platform}/gtk2-unicode-release-%{api} %{buildroot}%{multiarch_bindir}/wx-config-unicode
%multiarch_includes %{buildroot}%{_libdir}/wx/include/gtk2-unicode-release-%{api}/wx/setup.h

%multiarch_includes %{buildroot}%{_includedir}/wx-%{api}/wx/defs.h

#gw remove Mandriva linker flags
sed -i -e "s^-Wl,--as-needed^^g" %{buildroot}%{_libdir}/wx/config/%{multiarch_platform}/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8.12-12
+ Revision: 3e3fba1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22033 |14mr|wxgtk3.0-3.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	wxWidgets
%define		api	3.0
%define		major	0

Summary:	GTK+ port of the wxWidgets library
Name:		wxgtk%{api}
Version:	3.0.1
Release:	4
License:	wxWidgets Library Licence
Group:		System/Libraries
Url:		http://www.wxwidgets.org/
Source0:	http://prdownloads.sourceforge.net/wxwindows/%{oname}-%{version}.tar.bz2
Patch0:		wxWidgets-3.0.0-locales.patch
Patch1:		wxWidgets-3.0.1-gcc4.9-workaround.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
# GTK3 leads to conflicting declarations etc for wx-based applications
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(zlib)

%description
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

%files -f wxstd-%{api}.lang
%doc *.txt

#----------------------------------------------------------------------------

%define libwx_baseu %mklibname wx_baseu %{api} %{major}

%package -n	%{libwx_baseu}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_baseu}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_baseu}
%{_libdir}/libwx_baseu-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_baseu_net %mklibname wx_baseu_net %{api} %{major}

%package -n	%{libwx_baseu_net}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_baseu_net}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_baseu_net}
%{_libdir}/libwx_baseu_net-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_baseu_xml %mklibname wx_baseu_xml %{api} %{major}

%package -n	%{libwx_baseu_xml}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_baseu_xml}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_baseu_xml}
%{_libdir}/libwx_baseu_xml-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_adv %mklibname wx_gtk2u_adv %{api} %{major}

%package -n	%{libwx_gtk2u_adv}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_adv}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_adv}
%{_libdir}/libwx_gtk2u_adv-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_aui %mklibname wx_gtk2u_aui %{api} %{major}

%package -n	%{libwx_gtk2u_aui}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_aui}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_aui}
%{_libdir}/libwx_gtk2u_aui-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_core %mklibname wx_gtk2u_core %{api} %{major}

%package -n	%{libwx_gtk2u_core}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_core}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_core}
%{_libdir}/libwx_gtk2u_core-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_gl %mklibname wx_gtk2u_gl %{api} %{major}

%package -n	%{libwx_gtk2u_gl}
Summary:	OpenGL shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_gl}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_gl}
%{_libdir}/libwx_gtk2u_gl-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_html %mklibname wx_gtk2u_html %{api} %{major}

%package -n	%{libwx_gtk2u_html}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_html}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_html}
%{_libdir}/libwx_gtk2u_html-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_media %mklibname wx_gtk2u_media %{api} %{major}

%package -n	%{libwx_gtk2u_media}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_media}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_media}
%{_libdir}/libwx_gtk2u_media-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_propgrid %mklibname wx_gtk2u_propgrid %{api} %{major}

%package -n	%{libwx_gtk2u_propgrid}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_propgrid}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_propgrid}
%{_libdir}/libwx_gtk2u_propgrid-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_qa %mklibname wx_gtk2u_qa %{api} %{major}

%package -n	%{libwx_gtk2u_qa}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_qa}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_qa}
%{_libdir}/libwx_gtk2u_qa-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_ribbon %mklibname wx_gtk2u_ribbon %{api} %{major}

%package -n	%{libwx_gtk2u_ribbon}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_ribbon}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_ribbon}
%{_libdir}/libwx_gtk2u_ribbon-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_richtext %mklibname wx_gtk2u_richtext %{api} %{major}

%package -n	%{libwx_gtk2u_richtext}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_richtext}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_richtext}
%{_libdir}/libwx_gtk2u_richtext-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_stc %mklibname wx_gtk2u_stc %{api} %{major}

%package -n	%{libwx_gtk2u_stc}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_stc}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_stc}
%{_libdir}/libwx_gtk2u_stc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_webview %mklibname wx_gtk2u_webview %{api} %{major}

%package -n	%{libwx_gtk2u_webview}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_webview}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_webview}
%{_libdir}/libwx_gtk2u_webview-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_xrc %mklibname wx_gtk2u_xrc %{api} %{major}

%package -n	%{libwx_gtk2u_xrc}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_xrc}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_xrc}
%{_libdir}/libwx_gtk2u_xrc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libnameudev %mklibname -d wxgtku %{api}

%package -n	%{libnameudev}
Summary:	Header files and development documentation for wxGTK - unicode
Group:		Development/C++
Requires:	%{libwx_baseu} = %{EVRD}
Requires:	%{libwx_baseu_net} = %{EVRD}
Requires:	%{libwx_baseu_xml} = %{EVRD}
Requires:	%{libwx_gtk2u_adv} = %{EVRD}
Requires:	%{libwx_gtk2u_aui} = %{EVRD}
Requires:	%{libwx_gtk2u_core} = %{EVRD}
Requires:	%{libwx_gtk2u_gl} = %{EVRD}
Requires:	%{libwx_gtk2u_html} = %{EVRD}
Requires:	%{libwx_gtk2u_media} = %{EVRD}
Requires:	%{libwx_gtk2u_propgrid} = %{EVRD}
Requires:	%{libwx_gtk2u_qa} = %{EVRD}
Requires:	%{libwx_gtk2u_ribbon} = %{EVRD}
Requires:	%{libwx_gtk2u_richtext} = %{EVRD}
Requires:	%{libwx_gtk2u_stc} = %{EVRD}
Requires:	%{libwx_gtk2u_webview} = %{EVRD}
Requires:	%{libwx_gtk2u_xrc} = %{EVRD}
Provides:	wxgtku%{api}-devel = %{EVRD}
# At this time 2.8 and 3.0 cannot co-exist because of file conflicts
Conflicts:	%{_lib}wxgtku2.8-devel

%description -n %{libnameudev}
Header files for the unicode enabled version of wxGTK, the GTK+ port of
the wxWidgets library.

%files -n %{libnameudev}
%doc samples/
%doc docs/
%doc demos/
%{_bindir}/wx-config
%{_bindir}/wxrc
%{_bindir}/wxrc-%{api}
%{_includedir}/wx-%{api}/
%{_datadir}/aclocal/*
%{_datadir}/bakefile/
%{_libdir}/wx/config/gtk2-unicode-%{api}
%{_libdir}/wx/include/gtk2-unicode-%{api}/wx/setup.h
%{_libdir}/libwx_baseu-%{api}.so
%{_libdir}/libwx_baseu_net-%{api}.so
%{_libdir}/libwx_baseu_xml-%{api}.so
%{_libdir}/libwx_gtk2u_adv-%{api}.so
%{_libdir}/libwx_gtk2u_aui-%{api}.so
%{_libdir}/libwx_gtk2u_core-%{api}.so
%{_libdir}/libwx_gtk2u_gl-%{api}.so
%{_libdir}/libwx_gtk2u_html-%{api}.so
%{_libdir}/libwx_gtk2u_media-%{api}.so
%{_libdir}/libwx_gtk2u_propgrid-%{api}.so
%{_libdir}/libwx_gtk2u_qa-%{api}.so
%{_libdir}/libwx_gtk2u_ribbon-%{api}.so
%{_libdir}/libwx_gtk2u_richtext-%{api}.so
%{_libdir}/libwx_gtk2u_stc-%{api}.so
%{_libdir}/libwx_gtk2u_webview-%{api}.so
%{_libdir}/libwx_gtk2u_xrc-%{api}.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1
%patch1 -p1

# fix plugin dir for 64-bit
sed -i -e 's|/lib|/%{_lib}|' src/unix/stdpaths.cpp

%build
#gw 2.8.11 doesn't build otherwise:
%define _disable_ld_no_undefined 1
%define Werror_cflags %nil
# --disable-optimise prevents our $RPM_OPT_FLAGS being overridden
# (see OPTIMISE in configure).
# this code dereferences type-punned pointers like there's no tomorrow.
CFLAGS="%{optflags} -fno-strict-aliasing"
CXXFLAGS="%{optflags} -fno-strict-aliasing"

%configure2_5x --enable-unicode \
	--without-odbc \
	--with-opengl \
	--enable-gtk2 --with-gtk  \
	--without-debug_flag \
	--without-debug_info \
	--with-sdl \
	--with-libpng=sys \
	--with-libjpeg=sys \
	--with-libtiff=sys \
	--with-zlib=sys \
	--disable-optimise \
	--enable-calendar \
	--enable-wave \
	--enable-fraction \
	--enable-wxprintfv \
	--enable-xresources \
	--enable-controls \
	--enable-tabdialog \
	--enable-msgdlg \
	--enable-dirdlg \
	--enable-numberdlg \
	--enable-splash \
	--enable-stl \
	--enable-textdlg \
	--enable-graphics_ctx \
	--enable-grid \
	--disable-catch_segvs \
	--enable-mediactrl \
	--enable-dataviewctrl

%make

# make -C locale

%install
%makeinstall_std
%find_lang wxstd-%{api}
%find_lang wxmsw-%{api}
cat wxmsw-%{api}.lang >> wxstd-%{api}.lang


%changelog
* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.1-4
+ Revision: d1aecc2
- Build with STL support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22034 |14mr|wxPythonGTK-2.8.12.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Cross platform GUI toolkit for Python using wxGTK
Name:		wxPythonGTK
Version:	2.8.12.0
Release:	7
Epoch:		1
Group:		Development/Python
License:	LGPL/wxWindows Library Licence, Version 3
URL:		http://wxPython.org/
Source0:	http://prdownloads.sourceforge.net/wxpython/wxPython-src-%{version}.tar.bz2
# Fix a string literal error - AdamW 2008/12
Patch0:		wxPythonGTK/SOURCES/wxPython-2.8.9.1-literal.patch
Patch1:		wxPython-2.8.12.0-link.patch
Patch2:		wxPython-2.8.12.0-aui.patch
Patch3:		wxPython-2.8.12-Bind-disconnect-event-handler.patch
BuildRequires:	python-devel
BuildRequires:	wxgtku2.8-devel >= 2.8.12
BuildRequires:	pkgconfig(glu)
Provides:	wxwin = %{version}
Provides:	wxPython = %{version}
Requires:	%{name}-wxversion = %{EVRD}
 
%description
wxPython is a GUI toolkit for Python that is a wrapper around the
wxWindows C++ GUI library.  wxPython provides a large variety of
window types and controls, all implemented with a native look and feel
(and native runtime speed) on the platforms it is supported on.

This package is implemented using the GTK port of wxWindows.

%package wxversion
Summary:	Select a specific version of wxPython
Group:		Development/Python
Conflicts:	wxPythonGTK < 1:2.8.3.0-2

%description wxversion
wxPython is a GUI toolkit for Python that is a wrapper around the
wxWindows C++ GUI library.  wxPython provides a large variety of
window types and controls, all implemented with a native look and feel
(and native runtime speed) on the platforms it is supported on.

This package contains the wxversion python module needed if several versions of
wxPython are installed.

%package tools
Summary:	Example applications from wxPythonGTK
Group:		Development/Python
Requires:	%{name} = %{EVRD}

%description tools
wxPython is a GUI toolkit for Python that is a wrapper around the
wxWindows C++ GUI library.  wxPython provides a large variety of
window types and controls, all implemented with a native look and feel
(and native runtime speed) on the platforms it is supported on.

This contains the example applications that come with wxPython like
PyShell and XRCed.

%package devel
Summary:	Development files of wxPythonGTK
Group:		Development/Python
Provides:	libwxPythonGTK-devel = %epoch:%version-%release
Requires:	%{name} = %{EVRD}

%description devel
This packages contains the headers and etc. for building apps or
Python extension modules that use the same wxGTK shared libraries
that wxPython uses.

%prep
%setup -qn wxPython-src-%{version}/wxPython
%patch0 -p2 -b .literal
%patch1 -p1 -b .link
%patch2 -p2 -b .aui
%patch3 -p2

%build
python setup.py \
	WXPORT='gtk2'\
	UNICODE=1 \
	EP_ADD_OPTS=0 \
	NO_SCRIPTS=1 \
	build

%install
python setup.py \
	WXPORT='gtk2'\
	UNICODE=1 \
	EP_ADD_OPTS=1 \
	NO_SCRIPTS=0 \
	install \
	--root=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-pyshell.desktop << EOF
[Desktop Entry]
Name=PyShell
Comment=GUI Python Shell
Exec=%{_bindir}/pyshell %U
Icon=PyCrust
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Development;
EOF
cat > %{buildroot}%{_datadir}/applications/mandriva-pycrust.desktop << EOF
[Desktop Entry]
Name=PyCrust
Comment=GUI Python Shell with Filling
Exec=%{_bindir}/pycrust %U
Icon=PyCrust
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Development;
EOF
cat > %{buildroot}%{_datadir}/applications/mandriva-pyalamode.desktop << EOF
[Desktop Entry]
Name=PyAlaMode
Comment=GUI Python Shell with Filling and Editor Windows
Exec=%{_bindir}/pyalamode %U
Icon=PyCrust
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Development;
EOF
cat > %{buildroot}%{_datadir}/applications/mandriva-xrced.desktop << EOF
[Desktop Entry]
Name=XRCed
Comment=XRC resource editor for wxPython
Exec=%{_bindir}/xrced %U
Icon=XRCed
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Development;
EOF

#gw fix paths
%if %{_lib} != lib
mv %{buildroot}%{py_puresitedir}/* %{buildroot}%{py_platsitedir}
%endif

mkdir -p %{buildroot}%{_miconsdir}
install -m 644 wx/py/PyCrust_16.png %{buildroot}%{_miconsdir}/PyCrust.png
install -m 644 wx/py/PyCrust_32.png %{buildroot}%{_iconsdir}/PyCrust.png
install -m 644 wx/tools/XRCed/XRCed_16.png %{buildroot}%{_miconsdir}/XRCed.png
install -m 644 wx/tools/XRCed/XRCed_32.png %{buildroot}%{_iconsdir}/XRCed.png

#(proyvind): We remove eggs for older python versions as we don't need them
#	     and to prevent dependencies to be generated against older python.
#            Should we carry eggs shipped from upstream at all though..?
find %{buildroot} -name \*.egg|grep -F -v py%{py_ver}.egg| xargs rm -f

%files
%doc ../docs/*.txt
%doc docs/*
%{py_platsitedir}/wx.pth
%{py_platsitedir}/wx*-*

%files tools
%{_bindir}/*
%{_datadir}/applications/mandriva-*
%{_iconsdir}/*.png
%{_miconsdir}/*.png

%files wxversion
%{py_platsitedir}/wxversion*

%files devel
%{_includedir}/wx-2.8/wx/wxPython



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.8.12.0-7
+ Revision: 80520d9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22035 |14mr|x11-apps-1.0.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	X11 apps
Name:		x11-apps
Version:	1.0.0
Release:	16
License:	MIT
Group:		Development/X11
Requires:	bitmap
Requires:	ico
Requires:	oclock
Requires:	xbiff
Requires:	xcalc
Requires:	xclipboard
Requires:	xclock
# Don't require xedit because it installs whole xemacs and that's an overkill
#Requires:	xedit
Requires:	xeyes
Requires:	xfd
Requires:	xfontsel
Requires:	xgc
Requires:	xload
Requires:	xlogo
Requires:	xman
Requires:	xmag
Requires:	xmessage
Requires:	xwd
Requires:	xwud
BuildArch:	noarch

%description
X11 apps.

%files

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-16
+ Revision: a4dda3c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22036 |14mr|x11-data-bitmaps-1.1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		x11-data-bitmaps
Version:	1.1.1
Release:	6
Summary:	Bitmaps that are shared between X applications
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/data/xbitmaps-%{version}.tar.bz2
License:	MIT
BuildRequires:	x11-util-macros	>= 1.1.5
BuildArch:	noarch

%description
Bitmaps that are shared between X applications

%prep
%setup -q -n xbitmaps-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%pre 
if [ -h %{_includedir}/X11 ]; then
	rm -f %{_includedir}/X11
fi

%files
%doc COPYING
%dir %{_includedir}/X11/bitmaps
%{_includedir}/X11/bitmaps/*
%{_datadir}/pkgconfig/xbitmaps.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-6
+ Revision: 117c5f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22037 |14mr|x11-data-cursor-themes-1.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	X11 Cursor Themes
Name:		x11-data-cursor-themes
Version:	1.0.4
Release:	3
License:	MIT
Group:		Development/X11
Source0:	http://xorg.freedesktop.org/releases/individual/data/xcursor-themes-%{version}.tar.bz2
Source1:	wonderland-cursor.tar.bz2
Source2:	index.theme
Source3:	contrastlarge.tar.bz2
BuildRequires:	xcursorgen >= 1.0.0
BuildRequires:	pkgconfig(xcursor) >= 1.1.5.2
BuildRequires:	pkgconfig(xorg-macros)
BuildArch:	noarch

%description
Cursor themes for X11 environment.

%files
# contrastlarge theme files have +x permission, undo this:
%doc ChangeLog README
%dir %{_datadir}/icons/default
%dir %{_datadir}/icons/handhelds
%dir %{_datadir}/icons/redglass
%dir %{_datadir}/icons/whiteglass
%dir %{_datadir}/icons/wonderland
%dir %{_datadir}/icons/contrastlarge
%{_datadir}/icons/default/*
%{_datadir}/icons/handhelds/*
%{_datadir}/icons/redglass/*
%{_datadir}/icons/whiteglass/*
%{_datadir}/icons/wonderland/*
%{_datadir}/icons/contrastlarge/*

#----------------------------------------------------------------------------

%prep
%setup -q -n xcursor-themes-%{version}

%build
./configure --prefix=%{_prefix}
%make

%install
%makeinstall_std

tar xvj -C %{buildroot}%{_iconsdir} -f %{SOURCE1}
tar xvj -C %{buildroot}%{_iconsdir} -f %{SOURCE3}
mkdir -p %{buildroot}/%{_iconsdir}/default
install -m 644 %{SOURCE2} %{buildroot}/%{_iconsdir}/default

# The contrastlarge "xterm" cursor is completly black, making it useless on a
# dark background, but the theme authors provide an alternative:
# xterm_extra_large
mv %{buildroot}/%{_iconsdir}/contrastlarge/cursors/xterm_extra_large %{buildroot}/%{_iconsdir}/contrastlarge/cursors/xterm

# Create Hash symlinks
THEMES="contrastlarge handhelds redglass whiteglass wonderland"
LINKS="00008160000006810000408080010102=sb_v_double_arrow \
028006030e0e7ebffc7f7070c0600140=sb_h_double_arrow \
03b6e0fcb3499374a867c041f52298f0=crossed_circle \
08e8e1c95fe2fc01f976f1e063a24ccd=left_ptr_watch \
14fef782d02440884392942c11205230=h_double_arrow	\
2870a09082c103050810ffdffffe0204=v_double_arrow \
3ecb610c1bf2410f44200f48c40d3599=left_ptr_watch \
4498f0e0c1937ffe01fd06f973665830=fleur \
5c6cd98b3f3ebcb1f9c7f1c204630408=question_arrow \
6407b0e94181790501fd1e167b474872=copy \
640fb0e74195791501fd1ed57b41487f=link \
9d800788f1b08800ae810202380a0822=hand1 \
c7088f0f3e6c8088236ef8e1e3e70000=top_left_corner \
d9ce0ab605698f320427677b458ad60b=question_arrow \
e29285e634086352946a0e7090d73106=hand2 \
fcf1c3c7cd4491d801f1e1c78f100000=top_right_corner"

for theme in $THEMES; do
    pushd %{buildroot}/%{_iconsdir}/$theme/cursors

    for link in $LINKS; do
	from=`echo $link | cut -d= -f1`
	to=`echo $link | cut -d= -f2`

	if [ -e "$to" ] && [ ! -e "$from" ]; then
	   ln -s "$to" "$from"
	fi
    done

    popd
done


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-3
+ Revision: 76e3eda
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22038 |14mr|x11-docs-1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Xorg X11 documentation
Name:		x11-docs
Version:	1.7
Release:	3
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/doc/xorg-docs-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildArch:	noarch

%description
Xorg X11 documentation.

%files
%{_datadir}/doc/xorg-docs/
%{_mandir}/man7/Consortium.7.*
%{_mandir}/man7/Standards.7.*
%{_mandir}/man7/X.7.*
%{_mandir}/man7/XOrgFoundation.7.*
%{_mandir}/man7/XProjectTeam.7.*
%{_mandir}/man7/Xsecurity.7.*

#----------------------------------------------------------------------------

%prep
%setup -q -n xorg-docs-%{version}

%build
%configure2_5x	\
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7-3
+ Revision: 277ade3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22039 |14mr|x11-driver-input-1.0.0-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	X11 input drivers
Name:		x11-driver-input
Version:	1.0.0
Release:	20
Group:		System/X11
License:	GPLv2+
Requires:	x11-driver-input-evdev
Requires:	x11-driver-input-joystick
Requires:	x11-driver-input-keyboard
Requires:	x11-driver-input-mouse
Requires:	x11-driver-input-synaptics
Requires:	x11-driver-input-void
Requires:	x11-driver-input-wacom

%description
Meta-package that requires useful X11 input drivers.

%files


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-20
+ Revision: 5d586ae
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22040 |14mr|x11-driver-input-acecad-1.5.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for Acecad Flair devices
Name:		x11-driver-input-acecad
Version:	1.5.0
Release:	9
Group:		System/X11
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-acecad-%{version}.tar.bz2
License:	MIT
BuildRequires:	sysfsutils-devel
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Acecad is an Xorg input driver for Acecad Flair devices.

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-input-acecad-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_libdir}/xorg/modules/input/acecad_drv.so
%{_mandir}/man4/acecad.*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.0-9
+ Revision: 3440a55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22041 |14mr|x11-driver-input-aiptek-1.4.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for Aiptek HyperPen USB-based tablet devices
Name:		x11-driver-input-aiptek
Version:	1.4.1
Release:	9
Epoch:		1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-aiptek-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Aiptek is an Xorg input driver for Aiptek HyperPen USB-based tablet devices.
This driver only supports the USB protocol.

The RS-232C-based HyperPens are managed by the "hyperpen" driver.

%files
%doc COPYING
%{_libdir}/xorg/modules/input/aiptek_drv.so
%{_mandir}/man4/aiptek.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-input-aiptek-%{version}

%build
autoreconf -ifs
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.4.1-9
+ Revision: 0fbedda
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22042 |14mr|x11-driver-input-evdev-2.8.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for Linux generic event devices
Name:		x11-driver-input-evdev
Version:	2.8.3
Release:	3
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	ftp://ftp.x.org/pub/individual/driver/xf86-input-evdev-%{version}.tar.bz2
Source1:	11-evdev-trackpoint.conf
BuildRequires:	x11-util-macros
BuildRequires:	pkgconfig(dri)
BuildRequires:	pkgconfig(mtdev)
BuildRequires:	pkgconfig(udev) >= 186
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)
Obsoletes:	x11-driver-input-evtouch < 0.8.8-12

%description
Evdev is an Xorg input driver for Linux's generic event devices.
It therefore supports all input devices that the kernel knows about,
including most mice and keyboards.

%files
%{_libdir}/xorg/modules/input/evdev_drv.so
%{_mandir}/man4/evdev.*
%{_sysconfdir}/X11/xorg.conf.d/11-evdev-trackpoint.conf

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/X11

%description devel
Development files for %{name}.

%files devel
%{_includedir}/xorg/evdev-properties.h
%{_libdir}/pkgconfig/xorg-evdev.pc

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-input-evdev-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

# Add scrolling support for TrackPoint and similar devices
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8.3-3
+ Revision: 88cdb0e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22043 |14mr|x11-driver-input-evtouch-0.8.8-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Name:       x11-driver-input-evtouch
Version:    0.8.8
Release:    11
Summary:    Linux-Touchscreen Driver for X
Group:      System/X11
License:    MIT
URL:        http://www.conan.de/touchscreen/evtouch.html
Source0:     http://www.conan.de/touchscreen/xf86-input-evtouch-%{version}.tar.bz2
# Debian patches
Patch0:     01_fix_warnings.patch
Patch1:     02_calibration_1.6.patch
Patch2:     03_server-1.6-ftbfs.diff
Patch3:     04_server-1.7-ftbfs.diff
# Patches to fix build with x11 >= 1.10
Patch4:     evtouch-replace-LocalDevicePtr-with-InputInfoPtr.patch
Patch5:     evtouch-remove-libc-wrapper-usage-for-xcalloc-xalloc-xfree.patch
Patch6:     evtouch-use-a-local-variable-for-history_size.patch
Patch7:     evtouch-purge-unused-close_proc.patch
Patch8:     evtouch-add-mode-field-to-InitValuatorAxisStruct.patch
Patch9:     evtouch-adjust-to-new-PreInit.patch
BuildRequires:  x11-proto-devel
BuildRequires:  x11-server-devel

Requires: x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Evtouch is a Touchscreen-Driver for X.

%prep
%setup -q -n xf86-input-evtouch-%{version}
%apply_patches

%build
export CURSORDIR=%{_datadir}/xf86-input-evtouch
%configure2_5x --enable-evcalibrate
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files
%doc README README.calibration
%{_libdir}/xorg/modules/input/evtouch_drv.so
%{_libdir}/xf86-input-evtouch
%{_datadir}/xf86-input-evtouch



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.8-11
+ Revision: 976c72b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22044 |14mr|x11-driver-input-fpit-1.4.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for Fujitsu Stylistic Tablet PCs
Name:		x11-driver-input-fpit
Version:	1.4.0
Release:	9
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-fpit-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
X.org input driver for Fujitsu Stylistic Tablet PCs. This driver
supports the touchscreen of the Stylistic LT and (with special
options) of the Stylistic 500, 1000 and 2300.

%files
%doc COPYING
%{_datadir}/X11/xorg.conf.d/*conf
%{_libdir}/xorg/modules/input/fpit_drv.so
%{_mandir}/man4/fpit.*

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-input-fpit-%{version}

%build
autoreconf -v --install || exit 1
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.0-9
+ Revision: a7296bb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22045 |14mr|x11-driver-input-hyperpen-1.4.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for HyperPen devices
Name:		x11-driver-input-hyperpen
Version:	1.4.1
Release:	7
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-hyperpen-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Hyperpen is an X.org input driver for HyperPen devices.

%files
%doc COPYING
%{_libdir}/xorg/modules/input/hyperpen_drv.so

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-input-hyperpen-%{version}

%build
autoreconf -v --install || exit 1
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.1-7
+ Revision: 462b90f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22046 |14mr|x11-driver-input-joystick-1.6.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for joysticks
Name:		x11-driver-input-joystick
Version:	1.6.2
Release:	7
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-joystick-%{version}.tar.bz2
Patch0:		xf86-input-joystick-1.6.2-link-against-xi.patch
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Joystick is an X.org input driver for joysticks.

%files
%{_libdir}/xorg/modules/input/joystick_drv.so
%{_mandir}/man4/*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-input-joystick-%{version}
%apply_patches

%build
autoreconf -fiv
%configure2_5x
%make

%install
%makeinstall_std

#(eandry) remove devel file, create a devel package if needed
rm -rf %{buildroot}%{_includedir}/xorg/*.h
rm -rf %{buildroot}%{_libdir}/pkgconfig/*.pc
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.2-7
+ Revision: 8a2e342
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22047 |14mr|x11-driver-input-keyboard-1.8.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	Xorg input driver for keyboards
Name:		x11-driver-input-keyboard
Version:	1.8.0
Release:	4
Group:		System/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-keyboard-%{version}.tar.bz2
Patch0:		xf86-input-keyboard-1.6.2-link-against-xi.patch
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)
Requires:	udev

%description
This package provide Xorg input driver for keyboards.  The "keyboard" driver is
the standard OS-provided keyboard interface.  It is is built-in to the core X
server, and multiple instances are not supported. A loadable driver, kbd, is
available, and is planned to replace the keyboard driver in a future release of
the Xorg server.

%files
%{_libdir}/xorg/modules/input/kbd_drv.so
%{_mandir}/man4/kbd.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-input-keyboard-%{version}
%apply_patches

%build
autoreconf -fiv
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.8.0-4
+ Revision: 55da2fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22048 |14mr|x11-driver-input-mouse-1.9.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	Xorg input driver for mice
Name:		x11-driver-input-mouse
Version:	1.9.0
Release:	5
Group:		System/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-%{version}.tar.bz2
Patch0:		xf86-input-mouse-1.8.1-link-against-xi.patch
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
This package provide Xorg input driver for mice.

%files
%{_libdir}/xorg/modules/input/mouse_drv.so
%{_mandir}/man4/mousedrv.*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Xorg mouse driver
Requires:	%{name} = %{EVRD}

%description devel
This package provides development files for Xord input driver for mice.

%files devel
%{_includedir}/xorg/xf86-mouse-properties.h
%{_libdir}/pkgconfig/xorg-mouse.pc

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-input-mouse-%{version}
%patch0 -p1

%build
autoreconf -fiv
%configure2_5x

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.9.0-5
+ Revision: 360effc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22049 |14mr|x11-driver-input-mutouch-1.3.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for MicroTouch devices
Name:		x11-driver-input-mutouch
Version:	1.3.0
Release:	6
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mutouch-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Mutouch is an X.org input driver for MicroTouch devices.

%files
%doc COPYING
%{_libdir}/xorg/modules/input/mutouch_drv.so
%{_mandir}/man4/mutouch.*

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-input-mutouch-%{version}

%build
autoreconf -v --install || exit 1
%configure2_5x
%make

%install
%makeinstall_std



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.0-6
+ Revision: 5493dde
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22050 |14mr|x11-driver-input-penmount-1.5.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for PenMount devices
Name:		x11-driver-input-penmount
Version:	1.5.0
Release:	6
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-penmount-%{version}.tar.bz2
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Penmount is an X.org input driver for PenMount devices.

%files
%doc COPYING
%{_libdir}/xorg/modules/input/penmount_drv.so
%{_mandir}/man4/penmount.*

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-input-penmount-%{version}

%build
autoreconf -v --install || exit 1
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.0-6
+ Revision: 2cd9d61
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22051 |14mr|x11-driver-input-synaptics-1.7.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for Synaptics touchpad devices
Name:		x11-driver-input-synaptics
Version:	1.7.6
Release:	3
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-synaptics-%{version}.tar.bz2
Source4:	70-touchpad-quirks.rules
#Mandriva/ROSA patches
Patch1:		0001-Always-enable-tapping-and-vertical-edge-scroll.patch
Patch2:		0002-When-appling-changes-via-property-mode-apply-to-all.patch
BuildRequires:	x11-util-macros
BuildRequires:	pkgconfig(mtdev)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xtst)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)
%rename synaptics

%description
Synaptics touchpad devices are extremely popular on laptops and this driver
is an MIT licensed alternative to the older GPL synaptics driver which is
no longer actively maintained.

%files
%{_bindir}/synclient
%{_bindir}/syndaemon
%{_libdir}/xorg/modules/input/synaptics_drv.so
%{_mandir}/man1/synclient.*
%{_mandir}/man1/syndaemon.*
%{_mandir}/man4/synaptics.*
%{_datadir}/X11/xorg.conf.d/50-synaptics.conf
/lib/udev/rules.d/70-touchpad-quirks.rules

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for programing with the xorg synaptics driver
Group:		Development/C

%description devel
Development files for programing with the xorg synaptics driver.

%files devel
%{_includedir}/xorg/synaptics-properties.h
%{_libdir}/pkgconfig/xorg-synaptics.pc

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-input-synaptics-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

install -d %{buildroot}/lib/udev/rules.d/
install -m 0644 %{SOURCE4} %{buildroot}/lib/udev/rules.d/70-touchpad-quirks.rules

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.6-3
+ Revision: ab6df9f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22052 |14mr|x11-driver-input-vmmouse-13.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	Xorg input driver for mice in VMware
Name:		x11-driver-input-vmmouse
Version:	13.0.0
Release:	6
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-vmmouse-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(udev)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)
ExclusiveArch:	%{ix86} x86_64

%description
The VMMouse driver enables support for the special VMMouse protocol
that is provided by VMware virtual machines to give absolute pointer
positioning.

Installing the driver will improve the user experience when using the
mouse to interact with the guest operating system. In particular, use of
the driver improves mouse "lag", provides mouse speed and acceleration
consistent with the user's host operating system, and enables the
auto-grab/ungrab feature in VMware products without requiring the VMware
toolbox application.

%files
%{_datadir}/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi
%{_libdir}/hal/hal-probe-vmmouse
%{_libdir}/xorg/modules/input/vmmouse_drv.so
%{_bindir}/vmmouse_detect
%{_mandir}/man1/vmmouse_detect.*
%{_mandir}/man4/vmmouse.*
/lib/udev/rules.d/69-xorg-vmmouse.rules
%{_datadir}/X11/xorg.conf.d/50-vmmouse.conf

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-input-vmmouse-%{version}
libtoolize --copy --force

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 13.0.0-6
+ Revision: aa3c55b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22053 |14mr|x11-driver-input-void-1.4.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org null input driver
Name:		x11-driver-input-void
Version:	1.4.0
Release:	8
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-void-%{version}.tar.bz2
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Void is a dummy/null X.org input driver. It doesn't connect to any physical
device, and it never delivers any events. It functions as both a pointer
and keyboard device, and may be used as X server's core pointer and/or core
keyboard. It's purpose is to allow the X server to operate without a core
pointer and/or core keyboard.

%files
%doc COPYING
%{_libdir}/xorg/modules/input/void_drv.so
%{_mandir}/man4/void.*

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-input-void-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.0-8
+ Revision: 8cd2443
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22054 |14mr|x11-driver-input-wacom-0.24.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for Wacom tablets
Name:		x11-driver-input-wacom
Version:	0.24.0
Release:	3
Group:		System/X11
License:	GPLv2+
Url:		http://www.x.org/
Source0:	http://freefr.dl.sourceforge.net/project/linuxwacom/xf86-input-wacom/xf86-input-wacom-%{version}.tar.bz2
Patch0:		xf86-input-wacom-0.19.0-fix-linking.patch
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xrandr)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)
Provides:	linuxwacom = %{version}-%{release}

%description
X.Org X11 wacom input driver for Wacom tablets.

%files
%{_bindir}/xsetwacom
%{_bindir}/isdv4-serial-debugger
%{_bindir}/isdv4-serial-inputattach
%{_libdir}/xorg/modules/input/wacom_drv.so
%{_mandir}/man4/wacom.4*
%{_mandir}/man1/xsetwacom.1*
%{_datadir}/X11/xorg.conf.d/50-wacom.conf
/lib/udev/rules.d/69-input-wacom.rules
%{_unitdir}/wacom-inputattach@.service
#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/X11
License:	MIT

%description devel
Development files for %{name}.

%files devel
%{_includedir}/xorg/*
%{_libdir}/pkgconfig/xorg-wacom.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-input-wacom-%{version}
%apply_patches

%build
mkdir -p m4
autoreconf -fiv

%configure2_5x \
	--disable-static \
	--with-systemd-unit-dir=%{_unitdir} \
	--with-udev-rules-dir=/lib/udev/rules.d/
%make

%install
%makeinstall_std
mv %{buildroot}/lib/udev/rules.d/wacom.rules %{buildroot}/lib/udev/rules.d/69-input-wacom.rules

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.24.0-3
+ Revision: 23d0ae2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22055 |14mr|x11-driver-video-1.0.0-45
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO: move the drivers for SiS, Matrox, Unichrome, S3, etc. to Contrib or
# drop them when the corresponding hardware becomes rare and not important 
# to support.

Summary:	X11 video drivers
Name:		x11-driver-video
Version:	1.0.0
Release:	45
License:	MIT
Group:		System/X11
Requires:	x11-driver-video-ati
# useful for qemu
Requires:	x11-driver-video-cirrus
Requires:	x11-driver-video-fbdev
Requires:	x11-driver-video-intel
Requires:	x11-driver-video-mga
Requires:	x11-driver-video-nouveau
Requires:	x11-driver-video-openchrome
Requires:	x11-driver-video-s3
Requires:	x11-driver-video-s3virge
Requires:	x11-driver-video-savage
Requires:	x11-driver-video-sis
Requires:	x11-driver-video-sisimedia
Requires:	x11-driver-video-sisusb
Requires:	x11-driver-video-v4l
Requires:	x11-driver-video-vesa
Requires:	x11-driver-video-vmware
# This driver is commonly used too, e.g. for external USB Display devices.
Requires:	x11-driver-video-modesetting

%description
X11 video drivers metapackage. This package contains no files, but
depends on most common free X.org video drivers.

%files

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-45
+ Revision: 737fc8c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22056 |14mr|x11-driver-video-ati-7.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# When updating this driver, please update ldetect-lst with new pci ids.
# for example:
# merge2pcitable.pl ati_pciids_csv src/pcidb/ati_pciids.csv pcitable > pcitable.new
# - Anssi

Summary:	X.org driver for ATI Technologies
Name:		x11-driver-video-ati
Epoch:		2
Version:	7.4.0
Release:	2
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-%{version}.tar.bz2

BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm) >= 2.4.54
BuildRequires:	pkgconfig(libdrm_radeon) >= 2.4.54
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(glamor) >= 0.6

Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)
#Suggests:	x11-driver-video-r128
#Suggests:	x11-driver-video-mach64
Suggests:	linux-firmware

%description
x11-driver-video-ati is the X.org driver for ATI Technologies.

%files
%{_libdir}/xorg/modules/drivers/radeon_drv.so
%{_libdir}/xorg/modules/drivers/ati_drv.so
%{_mandir}/man4/ati.*
%{_mandir}/man4/radeon.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-ati-%{version}
sed -i '/USE_XAA, 1/d' configure.ac

%build
autoreconf -ifs
%configure2_5x --enable-glamor --disable-static
%make

%install
%makeinstall_std

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:7.4.0-2
+ Revision: 1b406fe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22057 |14mr|x11-driver-video-cirrus-1.5.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for Cirrus Logic
Name:		x11-driver-video-cirrus
Version:	1.5.2
Release:	4
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-cirrus-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-cirrus is the X.org driver for Cirrus Logic.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/cirrus_drv.so
%{_libdir}/xorg/modules/drivers/cirrus_laguna.so
%{_libdir}/xorg/modules/drivers/cirrus_alpine.so
%{_mandir}/man4/cirrus.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-cirrus-%{version}
autoreconf -fiv

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.2-4
+ Revision: 73c4201
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22058 |14mr|x11-driver-video-dummy-0.3.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	The X.org dummy video driver
Name:		x11-driver-video-dummy
Version:	0.3.7
Release:	5
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-dummy-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
This is a dummy video driver for X.org.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/dummy_drv.so

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-dummy-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.7-5
+ Revision: 64716e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22059 |14mr|x11-driver-video-fbdev-0.4.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for Linux FBDev
Name:		x11-driver-video-fbdev
Version:	0.4.4
Release:	5
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-fbdev-%{version}.tar.bz2
Patch1:		BGNoneRoot.patch
BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-fbdev is the X.org driver for Linux FBDev.

%files
%{_libdir}/xorg/modules/drivers/fbdev_drv.so
%{_mandir}/man4/fbdev.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-fbdev-%{version}
%patch1 -p1
autoreconf -vif

%build
%configure2_5x	--enable-pciaccess
%make

%install
%makeinstall_std



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.4-5
+ Revision: 21c6744
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22060 |14mr|x11-driver-video-fix-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           x11-driver-video-fix
Version:        1.0.0
Release:        2
Summary:        Fix for Libreoffice and other bugs on radeon
Group:          System/X11
License:        GPLv3
URL:            www.rosalab.ru
Source0:        exapixmapsoff.conf

%description
x11-driver-video-fix disables EXA pixmaps on Radeon

%prep

%build

%install
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
install -m644 %{SOURCE0} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/exapixmapsoff.conf

%files
%{_sysconfdir}/X11/xorg.conf.d/exapixmapsoff.conf



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-2
+ Revision: f14ba8c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22061 |14mr|x11-driver-video-intel-2.21.15-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# X.org drivers use symbols from the X server
%global _disable_ld_no_undefined 1

# (anssi) The unversioned symlink of XvMC library must be present in
# %{_libdir} during normal use, as libXvMC uses that name for dlopening.
# Our devel requires finder catches that, hence this exception:
%define __noautoreq 'devel\\(.*'
%define __noautoprov 'devel\\(.*'

%define major 1
%define libxvmc %mklibname IntelXvMC %{major}
%define libxvmc810 %mklibname I810XvMC %{major}

Summary:	X.org driver for Intel graphics controllers
Name:		x11-driver-video-intel
Version:	2.21.15
Release:	4
Epoch:		1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-%{version}.tar.bz2
Patch0:		compat-api-map-changes-of-damageunregister-api.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glamor)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(udev) >= 186
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xvmc)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)
Requires:	udev
Requires:	%{libxvmc} = %{EVRD}
Requires:	%{libxvmc810} = %{EVRD}

%description
x11-driver-video-intel is the X.org driver for Intel video chipsets.

%files
%{_libdir}/xorg/modules/drivers/intel_drv.so
%{_libdir}/libIntelXvMC.so
%{_libdir}/libI810XvMC.so
%{_mandir}/man4/intel.4.*

#----------------------------------------------------------------------------

%package -n %{libxvmc}
Summary:	X Library
Group:		System/Libraries
Conflicts:	%{name} < 2.99.905-2

%description -n %{libxvmc}
This package contains a shared library for %{name}.

%files  -n %{libxvmc}
%{_libdir}/libIntelXvMC.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libxvmc810}
Summary:	X Library
Group:		System/Libraries
Conflicts:	%{name} < 2.99.905-2

%description -n %{libxvmc810}
This package contains a shared library for %{name}.

%files  -n %{libxvmc810}
%{_libdir}/libI810XvMC.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-intel-%{version}
%apply_patches

%build
autoreconf -vfi
%configure2_5x \
	--enable-dri \
	--enable-sna \
	--enable-glamor \
	--with-default-accel=sna

%make

%install
%makeinstall_std

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.21.15-4
+ Revision: ad5373d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22062 |14mr|x11-driver-video-mga-1.6.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for Matrox Cards
Name:		x11-driver-video-mga
Version:	1.6.3
Release:	3
Epoch:		2
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mga-%{version}.tar.bz2
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-mga is the X.org driver for Matrox Cards.

%files
%{_libdir}/xorg/modules/drivers/mga_drv.so
%{_mandir}/man4/mga.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-mga-%{version}

%build
autoreconf -fis
%configure2_5x
%make

%install
%makeinstall_std



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:1.6.3-3
+ Revision: 74d7304
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22063 |14mr|x11-driver-video-modesetting-0.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# X.org modules reference symbols provided by the X server
%global _disable_ld_no_undefined 1

Summary:	Generic X.org driver
Name:		x11-driver-video-modesetting
Version:	0.9.0
Release:	2
Epoch:		1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-modesetting-%{version}.tar.bz2
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)

Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)
Requires:	udev

%description
x11-driver-video-modesetting is a generic X.org driver for hardware.

It managed by KMS (Kernel Mode Setting), eg: ATI/AMD, Intel&nVidia.

%files
%{_libdir}/xorg/modules/drivers/*
%{_mandir}/man4/modesetting.*

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-video-modesetting-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:0.9.0-2
+ Revision: b8d62d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22064 |14mr|x11-driver-video-nouveau-1.0.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	Accelerated open source driver for NVIDIA cards
Name:		x11-driver-video-nouveau
Version:	1.0.10
Release:	3
License:	MIT
Group:		System/X11
Url:		http://nouveau.freedesktop.org/
Source0:	http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-%{version}.tar.bz2
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(udev) >= 186
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	libdrm-common
Requires:	kmod(nouveau)
Requires:	udev
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
The nouveau project aims to build high-quality, open source drivers
for NVIDIA cards.

%files
%{_libdir}/xorg/modules/drivers/nouveau_drv.so
%{_mandir}/man4/nouveau*

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-video-nouveau-%{version}
[ -e autogen.sh ] && ./autogen.sh

%build
%configure2_5x \
	--disable-dependency-tracking
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.10-3
+ Revision: c6793ba
- MassBuild#440: Increase release tag

* Thu May 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.10-2
+ Revision: 3b00608
- Disabled immediate symbol resolution for ld (it might have broken Xorg)

* Wed May 07 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.10-1
+ Revision: 017e00a
- Updated to version 1.0.10
- Also, removed the patches which are now in the upstream.

* Sat Nov 02 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.9-2
+ Revision: dcf3c2c
- LOG Spec cleanup

* Fri Nov 01 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.9-1
+ Revision: be82081
- sync to cooker

* Tue Jul 30 2013 akdengi <kazancas@mandriva.ru> 1.0.9-1
+ Revision: 2fc276d
- disable patch0

* Tue Jul 30 2013 akdengi <kazancas@mandriva.ru> 1.0.9-1
+ Revision: 2e2bd65
- New version 1.0.9

* Mon Jun 17 2013 akdengi <kazancas@mandriva.ru> 1.0.8-1
+ Revision: 6b7e3dc
- New version 1.0.8

* Fri Jan 11 2013 akdengi <kazancas@mandriva.ru> 1.0.6-1
+ Revision: 6eb5bae
- update to 1.0.6

* Mon Nov 12 2012 akdengi <kazancas@mandriva.ru> 1.0.4-1
+ Revision: c61f468
- LOG 1.0.4. Fix URL path

* Mon Nov 12 2012 akdengi <kazancas@mandriva.ru> 1.0.4-1
+ Revision: bcf40ab
- LOG 1.0.4. Fix URL path

* Wed Oct 31 2012 akdengi <kazancas@mandriva.ru> 1.0.3-1
+ Revision: 4205581
- LOF -new version 1.0.3

* Wed Oct 31 2012 Alexander Kazancev <kazancas@gmail.com> 1.0.2-2
+ Revision: 5759f7c
- LOG - Rebuild for xorg-server 1.13

* Mon Sep 17 2012 Alexander Khryukin <alexander@mezon.ru> 1.0.2-1
+ Revision: 0dfab56
- disable_libdrm_version_check.patch

* Mon Sep 17 2012 Alexander Khryukin <alexander@mezon.ru> 1.0.2-1
+ Revision: 0c3604b
- disable_libdrm_version_check.patch

* Mon Sep 17 2012 Alexander Khryukin <alexander@mezon.ru> 1.0.2-1
+ Revision: f96249a
- autoreconf -v --install

* Mon Sep 17 2012 Alexander Khryukin <alexander@mezon.ru> 1.0.2-1
+ Revision: 7e9c287
- --disable-dependency-tracking

* Sun Sep 16 2012 Alexander Khryukin <alexander@mezon.ru> 1.0.2-1
+ Revision: 05629fe
- version update 1.0.2

* Fri Sep 14 2012 root <root@localhost.localdomain> 0.0.16-0.20120322.3
+ Revision: 0da83a8
- revert

* Mon Sep 10 2012 Alexander Khryukin <alexander@mezon.ru> 1.0.1-2
+ Revision: 32198c1
- version update 1.0.1

* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.1-2
+ Revision: 73c9cea
- Automatic import for version 1.0.1-2

* Tue Aug 07 2012 Alexander Kazancev <kazancas@mandriva.ru> 0.0.16-0.20120322.3
+ Revision: d26cfdb
- LOG - Drop .la files

* Thu Jun 21 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.1-1
+ Revision: 6ffbfef
- Automatic import for version 1.0.1

* Sun Apr 29 2012 Alexander Kazancev <kazancas@mandriva.ru> 0.0.16-0.20120322.3
+ Revision: 2551a5e
- up version and clear spec

* Sun Apr 29 2012 akdengi <kazancas@mandriva.ru> 0.0.16-0.20120322.1
+ Revision: 304e666
- revert to 20120322

* Sun Apr 29 2012 akdengi <kazancas@mandriva.ru> 0.0.16-0.20120426.1
+ Revision: 11bf1ca
- fix build

* Sun Apr 29 2012 akdengi <kazancas@mandriva.ru> 0.0.16-0.20120426.1
+ Revision: b56475c
- fix configure.ac

* Sun Apr 29 2012 akdengi <kazancas@mandriva.ru> 0.0.16-0.20120426.1
+ Revision: 31c3766
- - snapshot from 20120426

* Sun Apr 29 2012 akdengi <kazancas@mandriva.ru> 0.0.16-0.20120426.1
+ Revision: 482549c
- - snapshot from 20120426

* Sun Apr 15 2012 Alexander Kazancev <kazancas@mandriva.ru> 0.0.16-0.20120322.2
+ Revision: e5c637b
- Updated x11-driver-video-nouveau.spec

* Sat Apr 07 2012 akdengi <kazancas@mandriva.ru> 0.0.16-0.20120322.1
+ Revision: 89da020
- update to shapshot from 20120322

* Tue Mar 13 2012 akdengi <kazancas@mandriva.ru> 0.0.16-0.20111203.1
+ Revision: a8a6c2a
- - new snapshot

* Thu Feb 16 2012 root <root@build-client_i586-2r.rosalab.ru> 0.0.16-0.20110613.3
+ Revision: f4861cc
- ABF:auto increment release

* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.0.16-0.20110613.3
+ Revision: 91f17ca
- Automatic import for version 0.0.16



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22065 |14mr|x11-driver-video-openchrome-0.3.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# keeping it here just in case someone wants to use the SVN version
# svn co http://svn.openchrome.org/svn/trunk openchrome

# (anssi) The unversioned symlink of XvMC library must be present in
# %{_libdir} during normal use, as libXvMC uses that name for dlopening.
# Our devel requires finder catches that, hence this exception:
%define __noautoreq 'devel\\(.*'
%define __noautoprov 'devel\\(.*'

%define major 1
%define libxvmc %mklibname chromeXvMC %{major}
%define libpro %mklibname chromeXvMCPro %{major}

Summary:	X.org driver for Unichrome cards from the OpenChrome project
Name:		x11-driver-video-openchrome
Version:	0.3.3
Release:	5
Group:		System/X11
License:	MIT
Url:		http://www.openchrome.org
Source0:	http://xorg.freedesktop.org/archive/individual/driver/xf86-video-openchrome-%{version}.tar.bz2
# Mandriva patches
# http://billionmonkeys.net/openchrome - broken 2008/07
Patch100:	xf86-video-openchrome-0.2.901-billionmokeys.net_modelines.patch
Patch101:	0003-IDs-enable-LCD-on-Guillemot-NA01.patch
Patch102:	openchrome_mips_arm_xvmc.patch
Patch104:	xf86-video-openchrome-0.3.2-link-against-X11.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xvmc)
BuildRequires:	pkgconfig(udev)
Requires:	%{libxvmc} = %{EVRD}
Requires:	%{libpro} = %{EVRD}
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)
Requires:	udev

%description
A free and Open Source video driver for the VIA/S3G UniChrome and UniChrome Pro
graphics chipsets (CLE266, KN400, KM400, K8M800, PM800, CN400, VN800).

%files
%{_libdir}/xorg/modules/drivers/openchrome_drv.so
# These are not devel symlinks
%{_libdir}/libchromeXvMC.so
%{_libdir}/libchromeXvMCPro.so
%{_mandir}/man4/openchrome.*
%{_sbindir}/via_regs_dump

#----------------------------------------------------------------------------

%package -n %{libxvmc}
Summary:	X Library
Group:		System/Libraries
Conflicts:	%{name} < 0.3.1-3

%description -n %{libxvmc}
This package contains a shared library for %{name}.

%files  -n %{libxvmc}
%{_libdir}/libchromeXvMC.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libpro}
Summary:	X Library
Group:		System/Libraries
Conflicts:	%{name} < 0.3.1-3

%description -n %{libpro}
This package contains a shared library for %{name}.

%files  -n %{libpro}
%{_libdir}/libchromeXvMCPro.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-openchrome-%{version}
%patch100 -p1 -b .billionmonkeys~
%patch102 -p1 -b .xvmc~
%patch104 -p1 -b .link

%build
autoreconf -fiv
%configure2_5x \
	--disable-static \
	--enable-viaregtool \
	--enable-dri
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.3-5
+ Revision: c3ee554
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22066 |14mr|x11-driver-video-qxl-0.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for Generic VESA Cards
Name:		x11-driver-video-qxl
Version:	0.1.2
Release:	1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-qxl-%{version}.tar.bz2
BuildRequires:	pkgconfig(fontsproto)
BuildRequires:	pkgconfig(pciaccess) >= 0.10
BuildRequires:	pkgconfig(randrproto)
BuildRequires:	pkgconfig(renderproto)
BuildRequires:	pkgconfig(spice-protocol) >= 0.12.0
BuildRequires:	pkgconfig(videoproto)
BuildRequires:	pkgconfig(xf86dgaproto)
BuildRequires:	pkgconfig(xorg-macros) >= 1.4
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-vesa is the X.org driver for Generic VESA Cards.

%files
%{_libdir}/xorg/modules/drivers/qxl_drv.so

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-qxl-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22067 |14mr|x11-driver-video-s3-0.6.5-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for generic S3 Cards
Name:		x11-driver-video-s3
Version:	0.6.5
Release:	8
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-s3 is the X.org driver for generic S3 Cards.

%files
%{_libdir}/xorg/modules/drivers/s3_drv.so
%{_mandir}/man4/s3.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-s3-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.6.5-8
+ Revision: 564efa1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22068 |14mr|x11-driver-video-s3virge-1.10.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for S3 Virge Cards
Name:		x11-driver-video-s3virge
Version:	1.10.6
Release:	9
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3virge-%{version}.tar.gz
Patch0:		xf86-video-s3virge-1.10.6-remove-miInitializeBackingStore.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-s3virge is the X.org driver for S3 Virge Cards.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/s3virge_drv.so
%{_mandir}/man4/s3virge.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-s3virge-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10.6-9
+ Revision: 695648c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22069 |14mr|x11-driver-video-savage-2.3.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for S3 Savage Cards
Name:		x11-driver-video-savage
Version:	2.3.7
Release:	5
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-savage-%{version}.tar.bz2
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-savage is the X.org driver for S3 Savage Cards.

%files
%{_libdir}/xorg/modules/drivers/savage_drv.so
%{_mandir}/man4/savage.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-savage-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.7-5
+ Revision: 2920e7e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22070 |14mr|x11-driver-video-sis-0.10.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for SiS Cards
Name:		x11-driver-video-sis
Version:	0.10.7
Release:	6
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sis-%{version}.tar.bz2
Patch1:		0001-Fix-compilation-with-Werror-format-security.patch
Patch2:		0001-Replace-xf86UnMapVidMem-with-pci_device_unmap_range.diff
Patch3:		xf86-video-sis-0.10.7-remove_mibstore_h.patch
Patch4:		0001-Disable-UploadToScreen-and-DownloadFromScreen.patch
Patch5:		0002-xserver-1.14.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-sis is the X.org driver for SiS Cards.

%files
%{_libdir}/xorg/modules/drivers/sis_drv.so
%{_mandir}/man4/sis.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-sis-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10.7-6
+ Revision: 4590248
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22071 |14mr|x11-driver-video-sisimedia-0.9.1-2.20091203.19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# Update to the sis driver provided by clevo. It's based on release 0.9.1 fd.o
# release, but it does not have a version of itself. The tarball is the fd.o
# 0.9.1 release itself. The following date macro is the date when the patch
# from the provided driver and the release was generated.
#
# The last driver provided by SiS is from 14/05/09
# This tarball was generated with the commands:

# (old: % unrar x sis_drv_src_140509_viaSIS.rar)
# (old: % cd sis_drv_src_140509/2d-driver)

# (source from 20091203)
# % unrar x Linux-driver.rar
# % cd 2d-driver
# % make distclean
# % rm -f src/*.bak
# % rm -fr src/xvmc/.deps
# % rm -fr src/xvmc/Makefile
# % for f in `find . -name \*.c -o -name \*.h`; do dos2unix -U $f; done
# % cd ..
# % mkdir xf86-video-sis-0.9.1
# % mv 2d-driver/* xf86-video-sis-0.9.1
# % chmod +x configure
# % tar jcvf xf86-video-sis-0.9.1.tar.bz2 xf86-video-sis-0.9.1
%define _disable_ld_no_undefined 1
%define date 20091203

Summary:	Video driver for SiS 670 / 671 cards
Name:		x11-driver-video-sisimedia
Version:	0.9.1
Release:	2.%{date}.19
Group:		System/X11
License: MIT
Url:		http://www.linuxconsulting.ro/xorg-drivers/
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sis-%{version}.tar.bz2

# How to write/apply a new patch for sisimedia:
# $ cd SOURCES
# $ tar xvjf xf86-video-sis-0.9.1.tar.bz2
# $ cd xf86-video-sis-0.9.1
# $ git init
# $ git add .
# $ git commit -a -m "Initial commit"
# $ for i in ../*.patch; do git am $i; done
# Then make your changes and commit them. After that, use "git log" to find out
# the commit-id of the first version. Then:
# $ git-format-patch ${initial-commit-id}
# Finally, copy your patch to "..", edit this spec, test and commit.

# SiS patch from 20102701
# $(B[ILwhL(B (chris_ke) <chris_ke@sis.com>
# ... I just upgrade SiS source based on ver. 090109 ...
Patch0:		remove_mibstore_h.patch
Patch1:		0001-xf86-video-sis-0.9.1-20102701.patch
Patch2:		0002-Remove-XFree86-Misc-PassMessage-support.patch
Patch3:		0003-Fix-build-with-Werror-format-security.patch
Patch4:		0004-Fix-backlight-off-on-SiS30x.-video-bridges.patch
Patch5:		0005-Add-IgnoreHotkeyFlag-driver-option.patch
Patch6:		0006-xf86-video-sis-0.9.1-dump-regs-after-video-init.patch
Patch7:		0007-Remove-useless-loader-symbol-lists.patch
Patch8:		0008-Update-to-xextproto-7.1-support.patch
Patch9:		0009-sis-update-for-resources-RAC-API-removal.patch
Patch10:	0010-sis-change-to-using-ABI-version-check.patch
Patch11:	0011-More-RAC-removal.patch
Patch12:	0012-Remove-mibank.h-reference.patch
Patch13:	0013-Update-to-new-CreateNewResourceType-API.patch
#ubuntu patch
Patch100:	deprecated-sym2.patch
# mdv
Patch200:	xf86-video-sis-0.9.1_deprecation.patch
Patch201:	xf86-video-sis-0.9.1-xserver-1.12.patch
Patch202:	sisimedia-no-xaa.patch
Patch203:	sisimedia-xorg-1.13.patch
Patch204:	sis-automake-1.13.patch

BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-sisimedia is the video driver for SiS 670 / 671
cards. These are not supported by the X.org 'sis' driver. This code
is very different, so the two cannot be easily merged.

%prep
%setup -q -n xf86-video-sis-%{version}
%apply_patches

# rename driver sisimedia so it can co-exist with x.org sis driver
# - AdamW 2008/08
sed -i -e 's,sis_drv,sisimedia_drv,g' src/Makefile.am
sed -i -e 's,\"sis\",\"sisimedia\",g' src/sis.h
sed -i -e 's,sisModuleData,sisimediaModuleData,g' src/sis_driver.c

autoreconf -ifs

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
# it's just a copy of the x.org driver manpage and so not really any
# use - AdamW 2008/08
rm -f %{buildroot}%{_mandir}/man4/sis.*

%files
%{_libdir}/xorg/modules/drivers/sisimedia_drv.so


%changelog
* Thu May 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.9.1-2.20091203.19
+ Revision: e466f4b
- Disabled immediate symbol resolution for ld (it might have broken Xorg)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22072 |14mr|x11-driver-video-sisusb-0.9.6-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	Driver for SiS video chips connected via a Net2280-based USB dongle
Name:		x11-driver-video-sisusb
Version:	0.9.6
Release:	10
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sisusb-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(glproto)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-sisusb is the X.org video driver for SiS video chips
connected via a Net2280-based USB dongle.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/sisusb_drv.so
%{_mandir}/man4/sisusb.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-sisusb-%{version}
%apply_patches
autoreconf -fiv

%build
CFLAGS="%{optflags} -I%{_includedir}/xorg" %configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.6-10
+ Revision: 2431591
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22073 |14mr|x11-driver-video-v4l-0.2.0-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	Xvideo extension port for video overlay
Name:		x11-driver-video-v4l
Version:	0.2.0
Release:	17
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-v4l-%{version}.tar.bz2
BuildRequires:	x11-util-macros
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xorg-server)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
v4l is an Xorg driver for video4linux cards. It provides a Xvideo
extension port for video overlay.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/v4l_drv.so
%{_mandir}/man4/v4l.*

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-video-v4l-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.0-17
+ Revision: c8d8f3a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22074 |14mr|x11-driver-video-vesa-2.3.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# Need to access symbols from the X Server and other dlopen'ed modules
%define _disable_ld_no_undefined 1

Summary:	X.org driver for Generic VESA Cards
Name:		x11-driver-video-vesa
Version:	2.3.3
Release:	5
Group:		System/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-%{version}.tar.gz
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	x11-util-macros
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-vesa is the X.org driver for Generic VESA Cards.

%files
%{_libdir}/xorg/modules/drivers/vesa_drv.so
%{_mandir}/man4/vesa.4*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-vesa-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.3-5
+ Revision: a62f6ff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22075 |14mr|x11-driver-video-vmware-13.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for VMWare(tm)
Name:		x11-driver-video-vmware
Version:	13.0.2
Release:	4
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vmware-%{version}.tar.bz2
Patch0:		vmware-11.0.3-vgahw.patch
Patch1:		vmware-12.0.1-vgahw.patch
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xatracker)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server) >= 1.12
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-vmware is the X.org driver for VMWare(tm).

%files
%config(noreplace) %{_sysconfdir}/modprobe.d/vmwgfx.conf
%{_bindir}/vmwarectrl
%{_libdir}/xorg/modules/drivers/vmware_drv.so
%{_mandir}/man4/vmware.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-vmware-%{version}
%apply_patches
autoreconf -i

%build
%configure2_5x \
	--enable-vmwarectrl-client
%make

%install
%makeinstall_std

# XXX: this should ultimately rather be handled by ie. XFdrake
install -d %{buildroot}%{_sysconfdir}/modprobe.d
tee > %{buildroot}%{_sysconfdir}/modprobe.d/vmwgfx.conf << EOF
options vmwgfx enable_fbdev=1
EOF


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 13.0.2-4
+ Revision: 910cae9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22076 |14mr|x11-font-adobe-100dpi-1.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-adobe-100dpi
Version: 1.0.3
Release: 7
Summary: Xorg X11 font adobe-100dpi
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-adobe-100dpi-%{version}.tar.bz2
License: MIT-like
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11-100dpi-fonts <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font adobe-100dpi

%prep
%setup -q -n font-adobe-100dpi-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/100dpi

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/100dpi/fonts.dir
rm -f %{buildroot}%_datadir/fonts/100dpi/fonts.scale

%post
mkfontscale %_datadir/fonts/100dpi
mkfontdir %_datadir/fonts/100dpi

%postun
mkfontscale %_datadir/fonts/100dpi
mkfontdir %_datadir/fonts/100dpi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/100dpi/cour*.pcf.gz
%_datadir/fonts/100dpi/helv*
%_datadir/fonts/100dpi/ncen*
%_datadir/fonts/100dpi/symb*
%_datadir/fonts/100dpi/tim*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-7
+ Revision: 454d1ea
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22077 |14mr|x11-font-adobe-75dpi-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-adobe-75dpi
Version: 1.0.3
Release: 6
Summary: Xorg X11 font adobe-75dpi
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-adobe-75dpi-%{version}.tar.bz2
License: MIT-like
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11-75dpi-fonts <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font adobe-75dpi

%prep
%setup -q -n font-adobe-75dpi-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/75dpi

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/75dpi/fonts.dir
rm -f %{buildroot}%_datadir/fonts/75dpi/fonts.scale

%post
mkfontscale %_datadir/fonts/75dpi
mkfontdir %_datadir/fonts/75dpi

%postun
mkfontscale %_datadir/fonts/75dpi
mkfontdir %_datadir/fonts/75dpi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/75dpi/cour*
%_datadir/fonts/75dpi/helv*
%_datadir/fonts/75dpi/ncen*
%_datadir/fonts/75dpi/symb*
%_datadir/fonts/75dpi/tim*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: 6d3b1b5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22078 |14mr|x11-font-alias-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-alias
Version: 1.0.3
Release: 6
Summary: Xorg X11 font alias
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-alias-%{version}.tar.bz2
License: MIT-like
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
Conflicts: xorg-x11 < 7.0

# fonts/misc dir was moved to this package
Conflicts: x11-font-misc-misc < 1.0.0-6mdv

Requires(post): mkfontdir
Requires(post): mkfontscale

BuildRequires: x11-util-macros >= 1.0.1

%description
Xorg X11 font aliases

%prep
%setup -q -n font-alias-%{version}

%build
./configure --prefix=/usr --with-fontrootdir=%_datadir/fonts

%make

%install
rm -rf %{buildroot}
%makeinstall_std

# create empty ghost files
for dir in 100dpi 75dpi cyrillic misc OTF Speedo TTF Type1; do
	mkdir -p %{buildroot}%_datadir/fonts/$dir
	touch %{buildroot}%_datadir/fonts/$dir/fonts.{dir,scale}
done

# fontpath.d symlinks
mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/misc \
	%{buildroot}%_sysconfdir/X11/fontpath.d/misc:unscaled:pri=10
ln -s ../../..%_datadir/fonts/75dpi \
	%{buildroot}%_sysconfdir/X11/fontpath.d/75dpi:unscaled:pri=20
ln -s ../../..%_datadir/fonts/100dpi \
	%{buildroot}%_sysconfdir/X11/fontpath.d/100dpi:unscaled:pri=30
for dir in cyrillic OTF Speedo TTF Type1; do
	ln -s ../../..%_datadir/fonts/$dir \
		%{buildroot}%_sysconfdir/X11/fontpath.d/$dir:pri=40
done

%clean
rm -rf %{buildroot}

%post
for dir in 100dpi 75dpi cyrillic misc OTF Speedo TTF Type1; do
    cd %_datadir/fonts/$dir
    mkfontscale
    mkfontdir
done

%files
%defattr(-,root,root)
%dir %_datadir/fonts/misc
%dir %_datadir/fonts/100dpi
%dir %_datadir/fonts/75dpi
%dir %_datadir/fonts/cyrillic
%dir %_datadir/fonts/OTF
%dir %_datadir/fonts/Speedo
%dir %_datadir/fonts/TTF
%dir %_datadir/fonts/Type1

# XXX: this may be fragmented inside individual
# x11 fontpackages, but it's OK by now
%_sysconfdir/X11/fontpath.d/misc:unscaled:pri=10
%_sysconfdir/X11/fontpath.d/75dpi:unscaled:pri=20
%_sysconfdir/X11/fontpath.d/100dpi:unscaled:pri=30
%_sysconfdir/X11/fontpath.d/cyrillic:pri=40
%_sysconfdir/X11/fontpath.d/OTF:pri=40
%_sysconfdir/X11/fontpath.d/Speedo:pri=40
%_sysconfdir/X11/fontpath.d/TTF:pri=40
%_sysconfdir/X11/fontpath.d/Type1:pri=40

%_datadir/fonts/100dpi/fonts.alias
%_datadir/fonts/75dpi/fonts.alias
%_datadir/fonts/cyrillic/fonts.alias
%_datadir/fonts/misc/fonts.alias

# fonts.dir and fonts.scale files
%_datadir/fonts/100dpi/fonts.dir
%_datadir/fonts/100dpi/fonts.scale
%_datadir/fonts/75dpi/fonts.dir
%_datadir/fonts/75dpi/fonts.scale
%_datadir/fonts/cyrillic/fonts.dir
%_datadir/fonts/cyrillic/fonts.scale
%_datadir/fonts/misc/fonts.dir
%_datadir/fonts/misc/fonts.scale
%_datadir/fonts/OTF/fonts.dir
%_datadir/fonts/OTF/fonts.scale
%_datadir/fonts/Speedo/fonts.dir
%_datadir/fonts/Speedo/fonts.scale
%_datadir/fonts/TTF/fonts.dir
%_datadir/fonts/TTF/fonts.scale
%_datadir/fonts/Type1/fonts.dir
%_datadir/fonts/Type1/fonts.scale




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: 8685c55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22079 |14mr|x11-font-arabic-misc-1.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-arabic-misc
Version: 1.0.3
Release: 7
Summary: Xorg X11 font arabic-misc
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-arabic-misc-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale
Conflicts: xorg-x11 <= 6.9.0

%description
Xorg X11 font arabic-misc

%prep
%setup -q -n font-arabic-misc-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/misc

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/misc/fonts.dir
rm -f %{buildroot}%_datadir/fonts/misc/fonts.scale

%post
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%postun
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/misc/arabic24.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-7
+ Revision: ab89105
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22080 |14mr|x11-font-bh-100dpi-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-bh-100dpi
Version: 1.0.3
Release: 6
Summary: Xorg X11 font bh-100dpi
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-bh-100dpi-%{version}.tar.bz2
# We may modify the software, but then we won't be able to use
# "OPEN LOOK" or "Lucida" trademarks. See #38627
License: Lucida
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11-100dpi-fonts <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font bh-100dpi

%prep
%setup -q -n font-bh-100dpi-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/100dpi

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/100dpi/fonts.dir
rm -f %{buildroot}%_datadir/fonts/100dpi/fonts.scale

%post
mkfontscale %_datadir/fonts/100dpi
mkfontdir %_datadir/fonts/100dpi

%postun
mkfontscale %_datadir/fonts/100dpi
mkfontdir %_datadir/fonts/100dpi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/100dpi/lu*.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: 7c08a44
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22081 |14mr|x11-font-bh-75dpi-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-bh-75dpi
Version: 1.0.3
Release: 6
Summary: Xorg X11 font bh-75dpi
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-bh-75dpi-%{version}.tar.bz2
# We may modify the software, but then we won't be able to use
# "OPEN LOOK" or "Lucida" trademarks. See #38627
License: Lucida
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11-75dpi-fonts <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font bh-75dpi

%prep
%setup -q -n font-bh-75dpi-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/75dpi

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/75dpi/fonts.dir
rm -f %{buildroot}%_datadir/fonts/75dpi/fonts.scale

%post
mkfontscale %_datadir/fonts/75dpi
mkfontdir %_datadir/fonts/75dpi

%postun
mkfontscale %_datadir/fonts/75dpi
mkfontdir %_datadir/fonts/75dpi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/75dpi/lu*.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: badc417
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22082 |14mr|x11-font-bh-lucidatypewriter-100dpi-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-bh-lucidatypewriter-100dpi
Version: 1.0.3
Release: 6
Summary: Xorg X11 font bh-lucidatypewriter-100dpi
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-bh-lucidatypewriter-100dpi-%{version}.tar.bz2
# See #38627 for licensing
License: MIT
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11-100dpi-fonts <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font bh-lucidatypewriter-100dpi

%prep
%setup -q -n font-bh-lucidatypewriter-100dpi-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/100dpi

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/100dpi/fonts.dir
rm -f %{buildroot}%_datadir/fonts/100dpi/fonts.scale

%post
mkfontscale %_datadir/fonts/100dpi
mkfontdir %_datadir/fonts/100dpi

%postun
mkfontscale %_datadir/fonts/100dpi
mkfontdir %_datadir/fonts/100dpi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/100dpi/lut*.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: 684583e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22083 |14mr|x11-font-bh-lucidatypewriter-75dpi-1.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-bh-lucidatypewriter-75dpi
Version: 1.0.3
Release: 7
Summary: Xorg X11 font bh-lucidatypewriter-75dpi
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-bh-lucidatypewriter-75dpi-%{version}.tar.bz2
# See #38627 for licensing
License: MIT
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11-75dpi-fonts <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font bh-lucidatypewriter-75dpi

%prep
%setup -q -n font-bh-lucidatypewriter-75dpi-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/75dpi

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/75dpi/fonts.dir
rm -f %{buildroot}%_datadir/fonts/75dpi/fonts.scale

%post
mkfontscale %_datadir/fonts/75dpi
mkfontdir %_datadir/fonts/75dpi

%postun
mkfontscale %_datadir/fonts/75dpi
mkfontdir %_datadir/fonts/75dpi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/75dpi/lut*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-7
+ Revision: 0f7898e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22084 |14mr|x11-font-bitstream-100dpi-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-bitstream-100dpi
Version: 1.0.3
Release: 5
Summary: Xorg X11 font bitstream-100dpi
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-bitstream-100dpi-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11-100dpi-fonts <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font bitstream-100dpi

%prep
%setup -q -n font-bitstream-100dpi-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/100dpi

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/100dpi/fonts.dir
rm -f %{buildroot}%_datadir/fonts/100dpi/fonts.scale

%post
mkfontscale %_datadir/fonts/100dpi
mkfontdir %_datadir/fonts/100dpi

%postun
mkfontscale %_datadir/fonts/100dpi
mkfontdir %_datadir/fonts/100dpi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/100dpi/char*.pcf.gz
%_datadir/fonts/100dpi/tech*.pcf.gz
%_datadir/fonts/100dpi/term*.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-5
+ Revision: 1e8f1d3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22085 |14mr|x11-font-bitstream-75dpi-1.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-bitstream-75dpi
Version: 1.0.3
Release: 7
Summary: Xorg X11 font bitstream-75dpi
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-bitstream-75dpi-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11-75dpi-fonts <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font bitstream-75dpi

%prep
%setup -q -n font-bitstream-75dpi-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/75dpi

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/75dpi/fonts.dir
rm -f %{buildroot}%_datadir/fonts/75dpi/fonts.scale

%post
mkfontscale %_datadir/fonts/75dpi
mkfontdir %_datadir/fonts/75dpi

%postun
mkfontscale %_datadir/fonts/75dpi
mkfontdir %_datadir/fonts/75dpi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/75dpi/char*.pcf.gz
%_datadir/fonts/75dpi/tech*.pcf.gz
%_datadir/fonts/75dpi/term*.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-7
+ Revision: 2578a0d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22086 |14mr|x11-font-bitstream-speedo-1.0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-bitstream-speedo
Version: 1.0.2
Release: 7
Summary: Xorg X11 font bitstream-speedo
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-bitstream-speedo-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font bitstream-speedo

%prep
%setup -q -n font-bitstream-speedo-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/Speedo

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/Speedo/fonts.dir
rm -f %{buildroot}%_datadir/fonts/Speedo/fonts.scale

%post
mkfontscale %_datadir/fonts/Speedo
mkfontdir %_datadir/fonts/Speedo

%postun
mkfontscale %_datadir/fonts/Speedo
mkfontdir %_datadir/fonts/Speedo

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%dir %_datadir/fonts/Speedo 
%_datadir/fonts/Speedo/font0*.spd



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-7
+ Revision: 0dd5203
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22087 |14mr|x11-font-bitstream-type1-1.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-bitstream-type1
Version: 1.0.3
Release: 7
Summary: Xorg X11 font bitstream-type1
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-bitstream-type1-%{version}.tar.bz2
License: MIT-like
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font bitstream-type1

%prep
%setup -q -n font-bitstream-type1-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/Type1

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/Type1/fonts.dir
rm -f %{buildroot}%_datadir/fonts/Type1/fonts.scale

%post
mkfontscale %_datadir/fonts/Type1
mkfontdir %_datadir/fonts/Type1

%postun
mkfontscale %_datadir/fonts/Type1
mkfontdir %_datadir/fonts/Type1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/Type1/c0*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-7
+ Revision: a4303e6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22088 |14mr|x11-font-cronyx-cyrillic-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-cronyx-cyrillic
Version: 1.0.3
Release: 6
Summary: Xorg X11 font cronyx-cyrillic
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-cronyx-cyrillic-%{version}.tar.bz2
License: MIT-like
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11-cyrillic-fonts <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font cronyx-cyrillic

%prep
%setup -q -n font-cronyx-cyrillic-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/cyrillic

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/cyrillic/fonts.dir
rm -f %{buildroot}%_datadir/fonts/cyrillic/fonts.scale

%post
mkfontscale %_datadir/fonts/cyrillic
mkfontdir %_datadir/fonts/cyrillic

%postun
mkfontscale %_datadir/fonts/cyrillic
mkfontdir %_datadir/fonts/cyrillic

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/cyrillic/crox*.pcf.gz
%_datadir/fonts/cyrillic/koi*.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: 6d0aaec
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22089 |14mr|x11-font-cursor-misc-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-cursor-misc
Version: 1.0.3
Release: 6
Summary: Xorg X11 font cursor-misc
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-cursor-misc-%{version}.tar.bz2
# See #38627 for licensing
License: MIT
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font cursor-misc

%prep
%setup -q -n font-cursor-misc-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/misc

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/misc/fonts.scale
rm -f %{buildroot}%_datadir/fonts/misc/fonts.dir

%post
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%postun
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/misc/cursor.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: 59b485e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22090 |14mr|x11-font-cyrillic-1.0.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-cyrillic
Version: 1.0.0
Release: 13
Summary: X11 fonts cyrillic
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License: GPL
BuildArch: noarch

Obsoletes: xorg-x11-cyrillic-fonts

Requires: x11-font-alias
Requires: x11-font-cronyx-cyrillic
Requires: x11-font-misc-cyrillic
Requires: x11-font-screen-cyrillic
Requires: x11-font-winitzki-cyrillic

%description
The Cyrillic fonts included with Xorg. Those who use a language requiring the
Cyrillic character set should install this package.

%files
%defattr(-,root,root)



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-13
+ Revision: e4c2271
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22091 |14mr|x11-font-daewoo-misc-1.0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-daewoo-misc
Version: 1.0.3
Release: 8
Summary: Xorg X11 font daewoo-misc
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-daewoo-misc-%{version}.tar.bz2
# See #38627 for licensing
License: MIT
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font daewoo-misc

%prep
%setup -q -n font-daewoo-misc-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/misc

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/misc/fonts.scale
rm -f %{buildroot}%_datadir/fonts/misc/fonts.dir

%post
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%postun
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/misc/hangl*.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-8
+ Revision: 1196368
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22092 |14mr|x11-font-dec-misc-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-dec-misc
Version: 1.0.3
Release: 6
Summary: Xorg X11 font dec-misc
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-dec-misc-%{version}.tar.bz2
License: MIT
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font dec-misc

%prep
%setup -q -n font-dec-misc-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/misc

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/misc/fonts.scale
rm -f %{buildroot}%_datadir/fonts/misc/fonts.dir

%post
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%postun
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/misc/deccurs.pcf.gz
%_datadir/fonts/misc/decsess.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: 6c9938b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22093 |14mr|x11-font-encodings-1.0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-encodings
Version: 1.0.4
Release: 4
Summary: Xorg X11 font encodings
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/encodings-%{version}.tar.bz2
License: Public Domain
BuildArch: noarch

BuildRequires: x11-font-util	>= 1.0.1
BuildRequires: x11-util-macros	>= 1.1.5

Conflicts: xorg-x11-xfs <= 6.9.0
Requires(post,postun): mkfontdir

%description
This package contains the encodings that map to specific characters.

%prep
%setup -q -n encodings-%{version}

%build
./configure --prefix=/usr \
            --x-includes=%{_includedir} \
            --x-libraries=%{_libdir} \
	    --with-encodingsdir=%{_datadir}/fonts/encodings

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%post
mkfontdir -n -e /usr/share/fonts/encodings /usr/share/fonts/encodings

%postun
mkfontdir -n -e /usr/share/fonts/encodings /usr/share/fonts/encodings

%files
%defattr(-,root,root)
%dir %{_datadir}/fonts/encodings
%{_datadir}/fonts/encodings/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-4
+ Revision: 370dde2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22094 |14mr|x11-font-isas-misc-1.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-isas-misc
Version: 1.0.3
Release: 7
Summary: Xorg X11 font isas-misc
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-isas-misc-%{version}.tar.bz2
License: MIT
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.2
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font isas-misc

%prep
%setup -q -n font-isas-misc-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/misc

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/misc/fonts.dir
rm -f %{buildroot}%_datadir/fonts/misc/fonts.scale

%post
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%postun
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/misc/gb*.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-7
+ Revision: 3cbe336
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22095 |14mr|x11-font-jis-misc-1.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-jis-misc
Version: 1.0.3
Release: 7
Summary: Xorg X11 font jis-misc
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-jis-misc-%{version}.tar.bz2
# See #38627 for licensing
License: MIT
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.2
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font jis-misc

%prep
%setup -q -n font-jis-misc-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/misc

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/misc/fonts.dir
rm -f %{buildroot}%_datadir/fonts/misc/fonts.scale

%post
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%postun
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/misc/jiskan*.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-7
+ Revision: 3484b55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22096 |14mr|x11-font-micro-misc-1.0.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-micro-misc
Version: 1.0.3
Release: 8
Summary: Xorg X11 font micro-misc
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-micro-misc-%{version}.tar.bz2
License: Public Domain
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.2
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font micro-misc

%prep
%setup -q -n font-micro-misc-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/misc

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/misc/fonts.dir
rm -f %{buildroot}%_datadir/fonts/misc/fonts.scale

%post
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%postun
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/misc/micro.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-8
+ Revision: 21f4803
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22097 |14mr|x11-font-misc-1.0.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-misc
Version: 1.0.0
Release: 13
Summary: X11 misc fonts
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License: GPL
BuildArch: noarch
Requires: x11-font-arabic-misc
Requires: x11-font-cursor-misc
Requires: x11-font-daewoo-misc
Requires: x11-font-dec-misc
Requires: x11-font-isas-misc
Requires: x11-font-jis-misc
Requires: x11-font-micro-misc
Requires: x11-font-misc-misc
Requires: x11-font-mutt-misc
Requires: x11-font-schumacher-misc
Requires: x11-font-sony-misc
Requires: x11-font-sun-misc
Conflicts: xorg-x11 <= 6.9.0
Obsoletes: xorg-x11 <= 6.9.0

%description
misc fonts for X.org

%files
%defattr(-,root,root)



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-13
+ Revision: 5ee7e22
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22098 |14mr|x11-font-misc-cyrillic-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-misc-cyrillic
Version: 1.0.3
Release: 6
Summary: Xorg X11 font misc-cyrillic
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-misc-cyrillic-%{version}.tar.bz2
License: MIT-like and Public Domain
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.2
Conflicts: xorg-x11-cyrillic-fonts <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font misc-cyrillic

%prep
%setup -q -n font-misc-cyrillic-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/cyrillic

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/cyrillic/fonts.dir
rm -f %{buildroot}%_datadir/fonts/cyrillic/fonts.scale

%post
mkfontscale %_datadir/fonts/cyrillic
mkfontdir %_datadir/fonts/cyrillic

%postun
mkfontscale %_datadir/fonts/cyrillic
mkfontdir %_datadir/fonts/cyrillic

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/cyrillic/koi*.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: ca5513d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22099 |14mr|x11-font-misc-ethiopic-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-misc-ethiopic
Version: 1.0.3
Release: 6
Summary: Xorg X11 font misc-ethiopic
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-misc-ethiopic-%{version}.tar.bz2
License: MIT
BuildArch: noarch
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.2
BuildRequires: fontconfig
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font misc-ethiopic

%prep
%setup -q -n font-misc-ethiopic-%{version}

%build
./configure --prefix=/usr \
            --x-includes=%{_includedir}\
            --x-libraries=%{_libdir} \
            --with-otf-fontdir=%_datadir/fonts/OTF \
	    --with-ttf-fontdir=%_datadir/fonts/TTF

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/OTF/fonts.dir
rm -f %{buildroot}%_datadir/fonts/OTF/fonts.scale
rm -f %{buildroot}%_datadir/fonts/TTF/fonts.dir
rm -f %{buildroot}%_datadir/fonts/TTF/fonts.scale

%post
mkfontscale %_datadir/fonts/OTF
mkfontdir %_datadir/fonts/OTF
mkfontscale %_datadir/fonts/TTF
mkfontdir %_datadir/fonts/TTF

%postun
mkfontscale %_datadir/fonts/OTF
mkfontdir %_datadir/fonts/OTF
mkfontscale %_datadir/fonts/TTF
mkfontdir %_datadir/fonts/TTF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/OTF/GohaTibebZemen.otf
%_datadir/fonts/TTF/GohaTibebZemen.ttf



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: 1f28746
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22100 |14mr|x11-font-misc-misc-1.1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-misc-misc
Version: 1.1.2
Release: 6
Summary: Xorg X11 font misc-misc
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-misc-misc-%{version}.tar.bz2
License: Public Domain
BuildArch: noarch
BuildRequires: fontconfig

BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.2

Conflicts: xorg-x11 <= 6.9.0
Requires(post,postun): mkfontdir mkfontscale

%description
Xorg X11 font misc-misc

%prep
%setup -q -n font-misc-misc-%{version}

%build
./configure --prefix=/usr --with-fontdir=%_datadir/fonts/misc

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/misc/fonts.dir
rm -f %{buildroot}%_datadir/fonts/misc/fonts.scale

%post
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%postun
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%_datadir/fonts/misc/10x20*.pcf.gz
%_datadir/fonts/misc/12x13ja.pcf.gz
%_datadir/fonts/misc/18x18*.pcf.gz
%_datadir/fonts/misc/4x6*.pcf.gz
%_datadir/fonts/misc/5x7*.pcf.gz
%_datadir/fonts/misc/5x8*.pcf.gz
%_datadir/fonts/misc/6x10*.pcf.gz
%_datadir/fonts/misc/6x12*.pcf.gz
%_datadir/fonts/misc/6x13*.pcf.gz
%_datadir/fonts/misc/6x9*.pcf.gz
%_datadir/fonts/misc/7x13*.pcf.gz
%_datadir/fonts/misc/7x14*.pcf.gz
%_datadir/fonts/misc/8x13*.pcf.gz
%_datadir/fonts/misc/9x15*.pcf.gz
%_datadir/fonts/misc/9x18*.pcf.gz
%_datadir/fonts/misc/k14.pcf.gz
%_datadir/fonts/misc/nil2.pcf.gz





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.2-6
+ Revision: 09a05f6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22101 |14mr|x11-font-mutt-misc-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-mutt-misc
Version: 1.0.3
Release: 6
Summary: Xorg X11 font mutt-misc
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-mutt-misc-%{version}.tar.bz2
License: MIT
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.2
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font mutt-misc

%prep
%setup -q -n font-mutt-misc-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/misc

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/misc/fonts.dir
rm -f %{buildroot}%_datadir/fonts/misc/fonts.scale

%post
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%postun
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/misc/cu*.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: e4a19e7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22102 |14mr|x11-font-schumacher-misc-1.1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-schumacher-misc
Version: 1.1.2
Release: 7
Summary: Xorg X11 font schumacher-misc
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-schumacher-misc-%{version}.tar.bz2
License: MIT-like
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.2
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font schumacher-misc

%prep
%setup -q -n font-schumacher-misc-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/misc

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/misc/fonts.dir
rm -f %{buildroot}%_datadir/fonts/misc/fonts.scale

%post
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%postun
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/misc/cl*.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.2-7
+ Revision: d080262
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22103 |14mr|x11-font-screen-cyrillic-1.0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-screen-cyrillic
Version: 1.0.4
Release: 6
Summary: Xorg X11 font screen-cyrillic
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-screen-cyrillic-%{version}.tar.bz2
License: MIT-like
BuildArch: noarch
BuildRequires: fontconfig

BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.2

Conflicts: xorg-x11-cyrillic-fonts <= 6.9.0
Requires: mkfontdir
Requires: mkfontscale

%description
Xorg X11 font screen-cyrillic

%prep
%setup -q -n font-screen-cyrillic-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/cyrillic

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/cyrillic/fonts.dir
rm -f %{buildroot}%_datadir/fonts/cyrillic/fonts.scale

%post
mkfontscale %_datadir/fonts/cyrillic
mkfontdir %_datadir/fonts/cyrillic

%postun
mkfontscale %_datadir/fonts/cyrillic
mkfontdir %_datadir/fonts/cyrillic

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%_datadir/fonts/cyrillic/screen8x16*.pcf.gz





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-6
+ Revision: 77ff542
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22104 |14mr|x11-font-sony-misc-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-sony-misc
Version: 1.0.3
Release: 5
Summary: Xorg X11 font sony-misc
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-sony-misc-%{version}.tar.bz2
License: MIT
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.2
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font sony-misc

%prep
%setup -q -n font-sony-misc-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/misc

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/misc/fonts.dir
rm -f %{buildroot}%_datadir/fonts/misc/fonts.scale

%post
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%postun
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/misc/12x24*.pcf.gz
%_datadir/fonts/misc/8x16*.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-5
+ Revision: 1a6354a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22105 |14mr|x11-font-sun-misc-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-sun-misc
Version: 1.0.3
Release: 5
Summary: Xorg X11 font sun-misc
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-sun-misc-%{version}.tar.bz2
License: MIT
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.2
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font sun-misc

%prep
%setup -q -n font-sun-misc-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/misc

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/misc/fonts.dir
rm -f %{buildroot}%_datadir/fonts/misc/fonts.scale

%post
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%postun
mkfontscale %_datadir/fonts/misc
mkfontdir %_datadir/fonts/misc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/misc/olcursor.pcf.gz
%_datadir/fonts/misc/olgl*.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-5
+ Revision: 552517b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22106 |14mr|x11-font-type1-1.0.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-type1
Version: 1.0.0
Release: 12
Summary: X11 fonts type1
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License: GPL
BuildArch: noarch
Requires: x11-font-bitstream-type1
Requires: x11-font-xfree86-type1
Conflicts: xorg-x11 <= 6.9.0

%description
Type1 fonts for X.org

%files
%defattr(-,root,root)



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-12
+ Revision: 201e0e2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22107 |14mr|x11-font-util-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap

Summary:	Xorg X11 font utilities
Name:		x11-font-util
Version:	1.3.0
Release:	2
License:	BSD
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/font/font-util-%{version}.tar.bz2
Patch0:		aarch64.patch
BuildRequires:	x11-util-macros >= 1.1.5
%if !%{with bootstrap}
Requires:	bdftopcf
%endif
Requires:	fonttosfnt
Requires:	fslsfonts
Requires:	fstobdf
Requires:	mkfontdir
Requires:	mkfontscale
Requires:	showfont
Requires:	xlsfonts

%description
Xorg X11 font utilities.

%files
%dir %{_datadir}/fonts/util
%{_bindir}/bdftruncate
%{_bindir}/ucs2any
%{_datadir}/aclocal/fontutil.m4
%{_datadir}/fonts/util/*
%{_libdir}/pkgconfig/fontutil.pc
%{_mandir}/man1/bdftruncate.*
%{_mandir}/man1/ucs2any.*

#----------------------------------------------------------------------------

%prep
%setup -q -n font-util-%{version}
%apply_patches

%build
%configure2_5x \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir} \
	--with-mapdir=%{_datadir}/fonts/util

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.0-2
+ Revision: 7560e86
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22108 |14mr|x11-font-winitzki-cyrillic-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-winitzki-cyrillic
Version: 1.0.3
Release: 5
Summary: Xorg X11 font winitzki-cyrillic
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-winitzki-cyrillic-%{version}.tar.bz2
License: Public Domain
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.2
Conflicts: xorg-x11-cyrillic-fonts <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font winitzki-cyrillic

%prep
%setup -q -n font-winitzki-cyrillic-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/cyrillic

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/cyrillic/fonts.dir
rm -f %{buildroot}%_datadir/fonts/cyrillic/fonts.scale

%post
mkfontscale %_datadir/fonts/cyrillic
mkfontdir %_datadir/fonts/cyrillic

%postun
mkfontscale %_datadir/fonts/cyrillic
mkfontdir %_datadir/fonts/cyrillic

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/cyrillic/proof9x16.pcf.gz



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-5
+ Revision: 6891d83
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22109 |14mr|x11-font-wqy-bitmapfont-1.0.0-0.RC1.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define origname wqy-bitmapfont
%define version 1.0.0
%define betaver RC1

Name:	x11-font-%{origname}
Version:	%{version}
Release:	%mkrel -c %betaver 5
Summary:	WenQuanYi Bitmap Song
Group:	System/Fonts/X11 bitmap
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL:	http://www.wenq.org
Source0:	http://downloads.sourceforge.net/project/wqy/wqy-bitmapfont/%version-%betaver/wqy-bitmapsong-pcf-%version-%betaver.tar.gz
License:	GPLv2+
BuildArch:	noarch
BuildRequires: fontconfig
Requires(pre):	mkfontdir, mkfontscale
Requires(postun):	mkfontdir, mkfontscale
Requires:	fontconfig >= 2.4.2-7
Conflicts:	fontconfig < 2.4.2-7

%description
WenQuanYi bitmap fonts include all 20,932 Unicode 5.2
CJK Unified Ideographs (U4E00 - U9FA5) and 6,582
CJK Extension A characters (U3400 - U4DB5) at
5 different pixel sizes (9pt-12X12, 10pt-13X13,
10.5pt-14x14, 11pt-15X15 and 12pt-16x16 pixel).
Use of this bitmap font for on-screen display of Chinese
(traditional and simplified) in web pages and elsewhere
eliminates the annoying "blurring" problems caused by
insufficient "hinting" of anti-aliased vector CJK fonts.
In addition, Latin characters, Japanese Kanas and
Korean Hangul glyphs (U+AC00~U+D7A3) are also included.

%prep
%setup -qn wqy-bitmapsong

%install
rm -fr %buildroot

install -d %{buildroot}/%_datadir/fonts/wqy
install -m 0644 *.pcf fonts.alias %{buildroot}/%_datadir/fonts/wqy

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/wqy \
    %{buildroot}%_sysconfdir/X11/fontpath.d/wqy-bitmapfont:pri=50

%post
mkfontscale %_datadir/fonts/wqy
mkfontdir %_datadir/fonts/wqy

%postun
mkfontscale %_datadir/fonts/wqy
mkfontdir %_datadir/fonts/wqy

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ChangeLog AUTHORS COPYING
%_sysconfdir/X11/fontpath.d/wqy-bitmapfont:pri=50
%_datadir/fonts/wqy/*.pcf
%_datadir/fonts/wqy/fonts.alias



%changelog
* Sun Feb 05 2012 root <root@build-client_i586-1.rosalab.ru> 1.0.0-0.RC1.5
+ Revision: a0b4ab9
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22110 |14mr|x11-font-xfree86-type1-1.0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-xfree86-type1
Version: 1.0.4
Release: 5
Summary: Xorg X11 font xfree86-type1
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-xfree86-type1-%{version}.tar.bz2
License: MIT
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.2
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font xfree86-type1

%prep
%setup -q -n font-xfree86-type1-%{version}

%build
./configure --prefix=/usr \
            --x-includes=%_includedir \
            --x-libraries=%_libdir \
            --with-fontdir=%_datadir/fonts/Type1

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%{_datadir}/fonts/Type1/fonts.{dir,scale}

%post
mkfontscale %{_datadir}/fonts/Type1
mkfontdir %{_datadir}/fonts/Type1

%postun
mkfontscale %{_datadir}/fonts/Type1
mkfontdir %{_datadir}/fonts/Type1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%{_datadir}/fonts/Type1/cursor.pfa



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-5
+ Revision: 975f44c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22111 |14mr|x11perf-1.5.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		x11perf
Version:	1.5.4
Release:	3
Summary:	X11 server performance comparison program
Group:		Development/X11
URL:		http://xorg.freedesktop.org
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:       MIT
 
BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: pkgconfig(xft)
BuildRequires: x11-util-macros >= 1.0.1

%description
The x11perf program runs one or more performance tests and reports how
fast an X server can execute the tests.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files
%defattr(-,root,root)
%{_bindir}/*
%{_libdir}/X11/x11perfcomp
%{_mandir}/man1/*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5.4-3
+ Revision: 7f22e5b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22112 |14mr|x11-proto-devel-7.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define builddocs 1
#define bootstrap 0
#{?_without_bootstrap: %global bootstrap 0}
#{?_with_bootstrap: %global bootstrap 1}

%define applewm_version 1.4.2
%define bigreqs_version 1.1.2
%define composite_version 0.4.2
%define damage_version 1.2.1
%define dmx_version 2.3.1
%define dri2_version 2.8
%define dri3_version 1.0
%define evieext_version 1.1.1
%define fixes_version 5.0
%define fontcache_version 0.1.3
%define fonts_version 2.1.2
%define gl_version 1.4.17
%define input_version 2.3
%define kb_version 1.0.6
%define present_version 1.0
%define print_version 1.0.5
%define randr_version 1.4.0
%define record_version 1.14.2
%define render_version 0.11.1
%define resource_version 1.2.0
%define scrnsaver_version 1.2.2
%define trap_version 3.4.3
%define video_version 2.3.2
%define vnc_version 1.0.0
%define windowswm_version 1.0.4
%define xcmisc_version 1.2.2
%define xext_version 7.3.0
%define xf86bigfont_version 1.2.0
%define xf86dga_version 2.1
%define xf86dri_version 2.1.1
%define xf86misc_version 0.9.3
%define xf86vidmode_version 2.3.1
%define xinerama_version 1.2.1
%define xproto_version 7.0.25
%define xproxymanagement_version 1.0.3
%define xcb_version 1.10

%define oldxorgnamedevel %mklibname xorg-x11

Name:		x11-proto-devel
Summary:	Xorg X11 protocol specification headers
Version:	7.7
Release:	4
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/proto/applewmproto-%{applewm_version}.tar.bz2
Source1:	http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-%{bigreqs_version}.tar.bz2
Source2:	http://xorg.freedesktop.org/releases/individual/proto/compositeproto-%{composite_version}.tar.bz2
Source3:	http://xorg.freedesktop.org/releases/individual/proto/damageproto-%{damage_version}.tar.bz2
Source4:	http://xorg.freedesktop.org/releases/individual/proto/dmxproto-%{dmx_version}.tar.bz2
Source5:	http://xorg.freedesktop.org/releases/individual/proto/evieext-%{evieext_version}.tar.bz2
Source6:	http://xorg.freedesktop.org/releases/individual/proto/fixesproto-%{fixes_version}.tar.bz2
Source7:	http://xorg.freedesktop.org/releases/individual/proto/fontcacheproto-%{fontcache_version}.tar.bz2
Source8:	http://xorg.freedesktop.org/releases/individual/proto/fontsproto-%{fonts_version}.tar.bz2
Source9:	http://xorg.freedesktop.org/releases/individual/proto/glproto-%{gl_version}.tar.bz2
Source10:	http://xorg.freedesktop.org/releases/individual/proto/inputproto-%{input_version}.tar.bz2
Source11:	http://xorg.freedesktop.org/releases/individual/proto/kbproto-%{kb_version}.tar.bz2
Source12:	http://xorg.freedesktop.org/releases/individual/proto/printproto-%{print_version}.tar.bz2
Source13:	http://xorg.freedesktop.org/releases/individual/proto/randrproto-%{randr_version}.tar.bz2
Source14:	http://xorg.freedesktop.org/releases/individual/proto/recordproto-%{record_version}.tar.bz2
Source15:	http://xorg.freedesktop.org/releases/individual/proto/renderproto-%{render_version}.tar.bz2
Source16:	http://xorg.freedesktop.org/releases/individual/proto/resourceproto-%{resource_version}.tar.bz2
Source17:	http://xorg.freedesktop.org/releases/individual/proto/scrnsaverproto-%{scrnsaver_version}.tar.bz2
Source18:	http://xorg.freedesktop.org/releases/individual/proto/trapproto-%{trap_version}.tar.bz2
Source19:	http://xorg.freedesktop.org/releases/individual/proto/videoproto-%{video_version}.tar.bz2
Source20:	http://xorg.freedesktop.org/releases/individual/proto/windowswmproto-%{windowswm_version}.tar.bz2
Source21:	http://xorg.freedesktop.org/releases/individual/proto/xcmiscproto-%{xcmisc_version}.tar.bz2
Source22:	http://xorg.freedesktop.org/releases/individual/proto/xextproto-%{xext_version}.tar.bz2
Source23:	http://xorg.freedesktop.org/releases/individual/proto/xf86bigfontproto-%{xf86bigfont_version}.tar.bz2
Source24:	http://xorg.freedesktop.org/releases/individual/proto/xf86dgaproto-%{xf86dga_version}.tar.bz2
Source25:	http://xorg.freedesktop.org/releases/individual/proto/xf86driproto-%{xf86dri_version}.tar.bz2
Source26:	http://xorg.freedesktop.org/releases/individual/proto/xf86miscproto-%{xf86misc_version}.tar.bz2
Source27:	http://xorg.freedesktop.org/releases/individual/proto/xf86vidmodeproto-%{xf86vidmode_version}.tar.bz2
Source28:	http://xorg.freedesktop.org/releases/individual/proto/xineramaproto-%{xinerama_version}.tar.bz2
Source29:	http://xorg.freedesktop.org/releases/individual/proto/xproto-%{xproto_version}.tar.bz2
Source30:	http://xorg.freedesktop.org/releases/individual/proto/xproxymanagementprotocol-%{xproxymanagement_version}.tar.bz2
Source31:	http://xf4vnc.sf.net/vncproto-%{vnc_version}.tar.bz2
Source32:	http://xcb.freedesktop.org/dist/xcb-proto-%{xcb_version}.tar.bz2
Source33:	http://xorg.freedesktop.org/releases/individual/proto/dri2proto-%{dri2_version}.tar.bz2
Source34:	http://xorg.freedesktop.org/releases/individual/proto/dri3proto-%{dri3_version}.tar.bz2
Source35:	http://xorg.freedesktop.org/releases/individual/proto/presentproto-%{present_version}.tar.bz2
Source36:	config.guess
Source37:	config.sub

BuildRequires:	x11-util-macros >= 1.0.1
%if %{builddocs}
# For docs:
BuildRequires:	asciidoc
BuildRequires:	docbook-dtd412-xml
BuildRequires:	docbook-dtd43-xml
BuildRequires:	docbook-dtd45-xml
#BuildRequires:	fop
BuildRequires:	xmlto
BuildRequires:	x11-sgml-doctools
%endif

# (cg) As previously noted by gw, requiring libxt-devel and libxau-devel
# creates a circular dependancy. This can cause problems when building e.g.
# libx11 as it requires itself. When libxcb changed and droped a provided library
# libx11 could not be rebuilt due to this problem.
#
# In order to build libx11 without the circular problem, it is necessary
# to submit a bootstrapping version of this package that contains the minimal
# (manual) pkgconfig() provides as commented below, and disable the 
# BuildRequires on libxt-devel and libxau-devel.
# After libx11 is built and available, this package should be reverted.
#if %bootstrap
#Provides: pkgconfig(xproto) pkgconfig(kbproto) pkgconfig(renderproto)
#else
#BuildRequires:	libxt-devel
#BuildRequires:	libxau-devel
#endif
BuildRequires:	python
Conflicts:	%{oldxorgnamedevel}-devel < 7.0
Conflicts:	libxext6-devel <= 1.0.99.3-1mdv2010.0

%description
X.Org X11 Protocol headers.

#-----------------------------------------------------------

%package -n x11-proto-doc
Summary:	Documentation for the X11 protocol and extensions
Group:		Development/X11
# Old proto-devel versions had some docs:
Conflicts:	x11-proto-devel <= 7.6-0.3mdv2011.0

%description -n x11-proto-doc
Documentation for the X11 protocol and extensions.

#-----------------------------------------------------------

%prep
%setup -q -c x11-proto-devel -b1 -b2 -b3 -b4 -b5 -b6 -b7 -b8 -b9 -b10 -b11 -b12 -b13 -b14 -b15 -b16 -b17 -b18 -b19 -b20 -b21 -b22 -b23 -b24 -b25 -b26 -b27 -b28 -b29 -b30 -b31 -b32 -b33 -b34 -b35

for i in $(find . -name config.sub);do cp -f %{SOURCE37} $i;done
for i in $(find . -name config.guess);do cp -f %{SOURCE36} $i;done

%build
# vncproto is from cvs
pushd vncproto-*
aclocal
automake -a -c
autoconf
popd

for dir in *; do
pushd $dir
%configure2_5x
%make
popd
done

%install
for dir in *; do
    if [ -d $dir ]; then
	pushd $dir
	%makeinstall_std
	popd
    fi
done

# kill Xprint manpage since it clearly doesn't belong to printproto:
rm -rf %{buildroot}%{_mandir}/man7/Xprint*

%files
%dir %{_datadir}/xcb
%{_includedir}/GL/glx*
%{_includedir}/GL/internal/*
%{_includedir}/X11/*.h
%{_includedir}/X11/dri/*
%{_includedir}/X11/extensions/*
%{_includedir}/X11/fonts/*
%{_includedir}/X11/PM/*
%{_libdir}/pkgconfig/*.pc
%{_datadir}/xcb/*
# xcbgen stuff
%{python_sitelib}/xcbgen/__init__.py
%{python_sitelib}/xcbgen/__init__.pyc
%{python_sitelib}/xcbgen/__init__.pyo
%{python_sitelib}/xcbgen/error.py
%{python_sitelib}/xcbgen/error.pyc
%{python_sitelib}/xcbgen/error.pyo
%{python_sitelib}/xcbgen/expr.py
%{python_sitelib}/xcbgen/expr.pyc
%{python_sitelib}/xcbgen/expr.pyo
%{python_sitelib}/xcbgen/matcher.py
%{python_sitelib}/xcbgen/matcher.pyc
%{python_sitelib}/xcbgen/matcher.pyo
%{python_sitelib}/xcbgen/state.py
%{python_sitelib}/xcbgen/state.pyc
%{python_sitelib}/xcbgen/state.pyo
%{python_sitelib}/xcbgen/xtypes.py
%{python_sitelib}/xcbgen/xtypes.pyc
%{python_sitelib}/xcbgen/xtypes.pyo

%files -n x11-proto-doc
%{_datadir}/doc/bigreqsproto
%{_datadir}/doc/compositeproto
%{_datadir}/doc/damageproto
%{_datadir}/doc/dri2proto
%{_datadir}/doc/dri3proto
%{_datadir}/doc/fixesproto
%{_datadir}/doc/fontsproto
%{_datadir}/doc/inputproto
%{_datadir}/doc/presentproto
%{_datadir}/doc/randrproto
%{_datadir}/doc/recordproto
%{_datadir}/doc/renderproto
%{_datadir}/doc/resourceproto
%{_datadir}/doc/scrnsaverproto
%{_datadir}/doc/videoproto
%{_datadir}/doc/xcmiscproto
%{_datadir}/doc/xextproto
%{_datadir}/doc/xproxymanagementprotocol
%{_datadir}/doc/xproto
%{_datadir}/doc/kbproto

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 7.7-4
+ Revision: d632e2f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22113 |14mr|x11-scripts-1.0.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		x11-scripts
Version:	1.0.1
Release:	12
Summary:	Scripts for X
Group:		Development/X11
License:	MIT
Source:		http://xorg.freedesktop.org/releases/individual/app/scripts-%{version}.tar.bz2
Patch0:		xauth_switch_to_sun-des_bash.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	x11-util-macros >= 1.0.1
BuildArch:	noarch

%description
This package mainly provides xon which starts an X program on a remote machine
using rsh, remsh, or rcmd.

%prep
%setup -q -n scripts-%{version}
%patch0 -p1

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%doc COPYING
%{_bindir}/xon
%{_bindir}/fontprop.sh
%{_bindir}/xauth_switch_to_sun-des-1
%{_bindir}/fontname.sh
%{_mandir}/man1/xon.1x*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-12
+ Revision: 0268c40
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22114 |14mr|x11-server-1.15.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# Need this for shared objects that reference X Server, or other modules symbols
%define _disable_ld_no_undefined 1
# Do magic with .rpmsave named links
%define pre_post_trans 1

%bcond_with builddocs
%bcond_with dbus
%bcond_with debug
%bcond_without dmx
%bcond_without xfake

# Alternatives priority for standard libglx.so and mesa libs
%define priority 500

# Search for modules in extra_module_dir before the default path.
# This will allow fglrx to install its modified modules in more cleaner way.
%define extra_module_dir %{_libdir}/xorg/extra-modules
%define xorg1_6_extra_modules %{_libdir}/xorg/xorg-1.6-extra-modules

# ABI versions.  Have to keep these manually in sync with the source
# because rpm is a terrible language.  HTFU.
%define ansic_major 0
%define ansic_minor 4
%define videodrv_major 15
%define videodrv_minor 0
%define xinput_major 20
%define xinput_minor 0
%define extension_major 8
%define extension_minor 0

Summary:	X11 servers
Name:		x11-server
Version:	1.15.1
Release:	4
License:	GPLv2+ and MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-%{version}.tar.bz2
Source1:	xserver.pamd
Source2:	xvfb-run.sh
# from RH/FC:
# for requires generation in drivers
Source30:	xserver-sdk-abi-requires
Source100:	x11-server.rpmlintrc
# Mandriva patches
# git format-patch --start-number 900 mdv-1.6.4-redhat..mdv-1.6.4-patches
Patch900:	0900-Use-a-X-wrapper-that-uses-pam-and-consolehelper-to-g.patch
Patch901:	0901-Don-t-print-information-about-X-Server-being-a-pre-r.patch
Patch902:	0902-Take-width-into-account-when-choosing-default-mode.patch
Patch906:	0906-Xorg-add-an-extra-module-path.patch
Patch907:	0907-Add-nr-argument-for-backwards-compatibility.patch
#Patch908:	0908-XKB-cache-xkbcomp-output-for-fast-start-up-v.1-for-1.patch
Patch910:	xorg-1.13.0-link-tirpc.patch
# Other patches
# Do not crash if Xv is not initialized (patch from xorg-devel ML)
# The crash happened when v4l was loaded and xv was not registered,
# for example on RV610 with radeon driver
Patch1001:	1001-do-not-crash-if-xv-not-initialized.patch
#Patch1003:	arm32_line_removed.patch

#Fedora patches
#Patch2001: 0001-pixmap-fix-reverse-optimus-support-with-multiple-hea.patch
Patch2006:	0001-rrcrtc-brackets-are-hard-lets-go-shopping.patch
Patch2007:	exa-only-draw-valid-trapezoids.patch


# FIXME: build with systemtap installed is broken
BuildConflicts:	systemtap

# Probably only needed if we change .l or .y files, but let's have them anyway:
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	bison
%if %{with builddocs}
BuildRequires:	doxygen
BuildRequires:	lynx
BuildRequires:	x11-sgml-doctools >= 1.8
BuildRequires:	xmlto
%endif
BuildRequires:	x11-font-util
BuildRequires:	x11-util-macros
BuildRequires:	pam-devel
%if %{with dbus}
BuildRequires:	pkgconfig(dbus-1)
%endif
%if %{with dmx}
BuildRequires:	pkgconfig(dmx)
BuildRequires:	pkgconfig(xtst)
%endif
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libtirpc)
# for xkbcomp patch
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(libudev) >= 186
BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xdmcp)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xfont)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xres)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xtrans)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(xshmfence)
BuildRequires:	pkgconfig(dri2proto)
BuildRequires:	pkgconfig(dri3proto)
BuildRequires:  pkgconfig(xcb-aux)
BuildRequires:  pkgconfig(xcb-image)
BuildRequires:  pkgconfig(xcb-icccm)
BuildRequires:  pkgconfig(xcb-keysyms)


Requires:	%{name}-xorg
%if %{with dmx}
Requires:	%{name}-xdmx
%else
Obsoletes:	%{name}-xdmx < %{EVRD}
%endif
Requires:	%{name}-xnest
Requires:	%{name}-xvfb
# This should be removed when any of the vnc packages provide x11-server-xvnc:
Obsoletes:	%{name}-xvnc < %{version}-%{release}
%if !%{with xfake}
Obsoletes:	%{name}-xfake < %{version}-%{release}
%endif

%description
X11 servers.

%files

#----------------------------------------------------------------------------

%package	devel
Summary:	Development files for %{name}
Group:		Development/X11
License:	MIT
Requires:	pkgconfig(dri)
Requires:	pkgconfig(pciaccess)
Requires:	pkgconfig(pixman-1)
Requires:	pkgconfig(xext)
Requires:	pkgconfig(xkbfile)

%description devel
Development files for %{name}.

%files devel
%dir %{_includedir}/xorg
%{_bindir}/xserver-sdk-abi-requires
%{_includedir}/xorg/*.h
%{_libdir}/pkgconfig/xorg-server.pc
%{_datadir}/aclocal/xorg-server.m4

#----------------------------------------------------------------------------

%package common
Summary:	X server common files
Group:		System/X11
License:	MIT
Provides:	XFree86 = 7.0.0
Requires:	rgb
# for 'fixed' and 'cursor' fonts
Requires:	x11-font-misc-misc
Requires:	x11-font-cursor-misc
Requires:	x11-font-alias
Requires:	x11-data-xkbdata
Requires:	xkbcomp
Requires:	udev
Requires(post,postun):	update-alternatives
Provides:	xserver-abi(ansic-%{ansic_major}) = %{ansic_minor}
Provides:	xserver-abi(videodrv-%{videodrv_major}) = %{videodrv_minor}
Provides:	xserver-abi(xinput-%{xinput_major}) = %{xinput_minor}
Provides:	xserver-abi(extension-%{extension_major}) = %{extension_minor}

%description common
X server common files.

%post common
%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/ld.so.conf.d/GL/standard.conf %{priority} \
	--slave %{extra_module_dir} xorg_extra_modules %{xorg1_6_extra_modules}

#(akdengi) try fix layout freezy on KDE4
/usr/bin/setxkbmap

#if not migrate to localectl, doing this
if ! [ -f "/etc/X11/xorg.conf.d/00-keyboard.conf" ]
then

 . /etc/sysconfig/keyboard

cat > /etc/X11/xorg.conf.d/00-keyboard.conf << EOF
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "$XkbLayout"
        Option "XkbModel" "$XkbModel"
        Option "XkbOptions" "$XkbOptions"
EndSection
EOF

fi


%postun common
if [ ! -f %{_sysconfdir}/ld.so.conf.d/GL/standard.conf ]; then
	/usr/sbin/update-alternatives --remove gl_conf %{_sysconfdir}/ld.so.conf.d/GL/standard.conf
fi

%files common
%dir %{xorg1_6_extra_modules}
%dir %{_sysconfdir}/X11
%dir %{_sysconfdir}/X11/app-defaults
%dir %{_sysconfdir}/X11/fontpath.d
%dir %{_sysconfdir}/ld.so.conf.d/GL
%dir %{_sysconfdir}/X11/xorg.conf.d
%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%{_sysconfdir}/ld.so.conf.d/GL/standard.conf
%if %{with dbus}
%{_sysconfdir}/dbus-1/system.d/xorg-server.conf
%endif
%{_bindir}/cvt
%{_bindir}/gtf
%if %{with dmx}
%{_bindir}/vdltodmx
%endif
%dir %{_libdir}/xorg/modules
%{_libdir}/xorg/modules/*
%{_libdir}/xorg/protocol.txt
%{_datadir}/X11/xkb/README.compiled
%{_mandir}/man1/gtf.*
%{_mandir}/man1/cvt.*
%if %{with dmx}
%{_mandir}/man1/vdltodmx.*
%endif
%{_mandir}/man4/fbdevhw.*
%{_mandir}/man4/exa.*
%dir %{_prefix}/X11R6
%dir %{_prefix}/X11R6/lib
%dir %{_prefix}/X11R6/lib/X11

#----------------------------------------------------------------------------

%package xorg
Summary:	X.org X11 server
Group:		System/X11
License:	MIT
Requires:	libx11-common
Requires:	x11-data-xkbdata
Requires:	x11-font-alias
Requires:	x11-server-common = %{EVRD}
Requires:	x11-driver-input-evdev
Requires:	udev

%description xorg
x11-server-xorg is the new generation of X server from X.Org.

%files xorg
%{_bindir}/X
%{_bindir}/Xorg
%attr(4755,root,root)%{_bindir}/Xwrapper
%{_sysconfdir}/X11/X
%{_sysconfdir}/pam.d/xserver
%{_sysconfdir}/security/console.apps/xserver
%{_mandir}/man1/Xorg.*
%{_mandir}/man1/Xserver.*
%{_mandir}/man5/xorg.conf.*
%{_datadir}/X11/xorg.conf.d/10-evdev.conf
%{_datadir}/X11/xorg.conf.d/10-quirks.conf
#----------------------------------------------------------------------------

%if %{with dmx}
%package xdmx
Summary:	Distributed Multi-head X server
Group:		System/X11
License:	MIT
Requires:	x11-server-common = %{EVRD}

%description xdmx
Xdmx is a proxy X server that uses one or more other X servers
as its display devices. It provides multi-head X functionality
for displays that might be located on different machines.
Xdmx functions as a front-end X server that acts as a proxy
to a set of back-end X servers. All of the visible rendering is
passed to the back-end X servers. Clients connect to the Xdmx
front-end, and everything appears as it would in a regular
multi-head configuration. If Xinerama is enabled (e.g.,
with +xinerama on the command line), the clients see a single large screen.

Xdmx communicates to the back-end X servers using the standard X11 protocol,
and standard and/or commonly available X server extensions.

%files xdmx
%{_bindir}/Xdmx
%{_bindir}/xdmx*
%{_bindir}/dmx*
%{_mandir}/man1/Xdmx.*
%{_mandir}/man1/xdmxconfig.*
%{_mandir}/man1/dmxtodmx.*
%endif

#----------------------------------------------------------------------------

%package xnest
Summary:	A nested X server
Group:		System/X11
License:	MIT
Requires:	x11-server-common = %{EVRD}

%description xnest
Xnest is an X Window System server which runs in an X window.
Xnest is a 'nested' window server, actually a client of the
real X server, which manages windows and graphics requests
for Xnest, while Xnest manages the windows and graphics
requests for its own clients.

You will need to install Xnest if you require an X server which
will run as a client of your real X server (perhaps for
testing purposes).

%files xnest
%{_bindir}/Xnest
%{_mandir}/man1/Xnest.*

#----------------------------------------------------------------------------

%package xvfb
Summary:	X virtual framebuffer server
Group:		System/X11
# xvfb-run is GPLv2, rest is MIT
License:	MIT and GPLv2+
Requires:	x11-server-common = %{EVRD}
Requires:	xauth

%description xvfb
Xvfb (X Virtual Frame Buffer) is an X Windows System server
that is capable of running on machines with no display hardware and no
physical input devices.  Xvfb emulates a dumb framebuffer using virtual
memory.  Xvfb doesn't open any devices, but behaves otherwise as an X
display.  Xvfb is normally used for testing servers.  Using Xvfb, the mfb
or cfb code for any depth can be exercised without using real hardware
that supports the desired depths.  Xvfb has also been used to test X
clients against unusual depths and screen configurations, to do batch
processing with Xvfb as a background rendering engine, to do load testing,
to help with porting an X server to a new platform, and to provide an
unobtrusive way of running applications which really don't need an X
server but insist on having one.

If you need to test your X server or your X clients, you may want to
install Xvfb for that purpose.

%files xvfb
%{_bindir}/Xvfb
%{_bindir}/xvfb-run
%{_mandir}/man1/Xvfb.*

#----------------------------------------------------------------------------

%package xephyr
Summary:	KDrive Xephyr X server
Group:		System/X11
License:	MIT
Requires:	x11-server-common = %{EVRD}

%description xephyr
KDrive (formerly known as TinyX) is a light-weight X server targetting specific
chipsets. It is recommended to be used on thin-clients and embedded systems.
If you are on a standard desktop system you might want to use x11-server-xorg
and the video driver corresponding to your video card.

Xephyr is a X Server which targets a window on a host X Server
as its framebuffer. Unlike Xnest it supports modern X extensions ( even
if host server doesn't ) such as Composite, Damage, randr etc. It uses SHM
Images and shadow framebuffer updates to provide good performance. It also
has a visual debugging mode for observing screen updates.

Possible uses include:
- Xnest replacement - Window manager, Composite 'gadget', etc development tool.
- Toolkit debugging - rendundant toolkit paints can be observered easily via
  the debugging mode.
- X Server internals development - develop without the need for an extra
  machine.

%files xephyr
%{_bindir}/Xephyr
%{_mandir}/man1/Xephyr.1*

#----------------------------------------------------------------------------

%if %{with xfake}
%package xfake
Summary:	KDrive fake X server
Group:		System/X11
License:	MIT
Requires:	x11-server-common = %{EVRD}

%description xfake
KDrive (formerly known as TinyX) is a light-weight X server targetting specific
chipsets. It is recommended to be used on thin-clients and embedded systems.
If you are on a standard desktop system you might want to use x11-server-xorg
and the video driver corresponding to your video card.

This KDrive server is targetted for testing purposes.

%files xfake
%{_bindir}/Xfake
%endif

#----------------------------------------------------------------------------

%package xfbdev
Summary:	KDrive fbdev X server
Group:		System/X11
License:	MIT
Requires:	x11-server-common = %{EVRD}

%description xfbdev
KDrive (formerly known as TinyX) is a light-weight X server targetting specific
chipsets. It is recommended to be used on thin-clients and embedded systems.
If you are on a standard desktop system you might want to use x11-server-xorg
and the video driver corresponding to your video card.

This KDrive server is targetted for being used on top of linux framebuffer.

%files xfbdev
%{_bindir}/Xfbdev

#----------------------------------------------------------------------------

%define xserver_source_dir %{_datadir}/%{name}-source

%package source
Summary:	Xserver source code required to build unofficial servers
Group:		Development/X11
License:	MIT
BuildArch:	noarch

%description source
Xserver source code needed to build unofficial servers, like Xvnc.

%files source
%{xserver_source_dir}

#----------------------------------------------------------------------------

%prep
%setup -q -n xorg-server-%{version}
%apply_patches

# check the ABI in the source against what we expect.
getmajor() {
   grep -i ^#define.ABI.$1_VERSION hw/xfree86/common/xf86Module.h |
   tr '(),' '   ' | awk '{ print $4 }'
}

getminor() {
   grep -i ^#define.ABI.$1_VERSION hw/xfree86/common/xf86Module.h |
   tr '(),' '   ' | awk '{ print $5 }'
}

test `getmajor ansic` == %{ansic_major}
test `getminor ansic` == %{ansic_minor}
test `getmajor videodrv` == %{videodrv_major}
test `getminor videodrv` == %{videodrv_minor}
test `getmajor xinput` == %{xinput_major}
test `getminor xinput` == %{xinput_minor}
test `getmajor extension` == %{extension_major}
test `getminor extension` == %{extension_minor}


%build
%serverbuild_hardened

autoreconf -if

# Copy the clean dir to a 'source' directory that will be used to make the
# x11-server-source subpackage
mkdir source
find . -maxdepth 1 ! -name source ! -name '\.' -exec cp -r '{}' source \;


%if %{with debug}
CFLAGS='-DBUILDDEBUG -O0 -gdwarf-4 -I/usr/include/tirpc' \
%else
CFLAGS='-I/usr/include/tirpc' \
%endif
%configure2_5x \
	--disable-static \
	--with-log-dir=%{_logdir} \
	--with-os-vendor="%{_vendor}" \
	--with-os-name="`echo \`uname -s -r\` | sed -e s'/ /_/g'`" \
	--with-vendor-web="%{bugurl}" \
	--with-extra-module-dir=%{extra_module_dir} \
	%if %{with debug}
	--enable-debug \
	%else
	--disable-debug \
	%endif
	%if %{with builddocs}
	--enable-builddocs \
	%else
	--disable-builddocs \
	%endif
	--enable-config-udev \
	--enable-config-udev-kms \
	--disable-strict-compilation \
	--disable-install-libxf86config \
	--enable-composite \
	--enable-xres \
	--enable-record \
	--enable-xv \
	--enable-xvmc \
	--enable-dga \
	--enable-screensaver \
	--enable-xdmcp \
	--enable-xdm-auth-1 \
	--enable-glx \
	--enable-aiglx \
	--enable-glx-tls \
	--enable-dri \
	--enable-dri2 \
	--enable-dri3 \
	--enable-xinerama \
	--enable-xf86vidmode \
	--enable-xace \
	--enable-xcsecurity \
	--enable-xf86bigfont \
	--enable-dpms \
	--disable-tslib \
	--enable-dbe \
	--enable-xfree86-utils \
	--enable-xorg \
	%if %{with dmx}
	--enable-dmx \
	%else
	--disable-dmx \
	%endif
	--enable-xvfb \
	--enable-xnest \
	--disable-xwin \
	--enable-kdrive \
	%if %{with xfake}
	--enable-xfake \
	%else
	--disable-xfake \
	%endif
	--enable-xephyr \
	--enable-secure-rpc \
	--enable-xwrapper \
	--enable-pam \
	%if %{with dbus}
	--enable-config-dbus \
	%else
	--disable-config-dbus \
	%endif
	--disable-config-hal \
	--with-sha1=libcrypto \
	--with-default-font-path="catalogue:%{_sysconfdir}/X11/fontpath.d"

# Let's not disable setuid on Xorg binary for some time, let this feature
# be tested by other distros first.

pushd include && make xorg-server.h dix-config.h xorg-config.h && popd

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/X11/
ln -s %{_bindir}/Xorg %{buildroot}%{_sysconfdir}/X11/X
ln -sf %{_bindir}/Xwrapper %{buildroot}%{_bindir}/X

mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/xserver
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
touch %{buildroot}%{_sysconfdir}/security/console.apps/xserver

mkdir -p %{buildroot}%{_sysconfdir}/X11/app-defaults
mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d

# move README.compiled outside compiled/ dir, so there won't be any problem with x11-data-xkbdata
mv -f %{buildroot}%{_datadir}/X11/xkb/compiled/README.compiled %{buildroot}%{_datadir}/X11/xkb/

# for compatibility with legacy applications (see #23423, for example)
mkdir -p %{buildroot}%{_prefix}/X11R6/lib/
ln -s ../../%{_lib}/X11 %{buildroot}%{_prefix}/X11R6/lib/X11

# create more module directories to be owned by x11-server-common
install -d -m755 %{buildroot}%{_libdir}/xorg/modules/{input,drivers}
install -d -m755 %{buildroot}%{xorg1_6_extra_modules}

# (anssi) manage proprietary drivers
install -d -m755 %{buildroot}%{_sysconfdir}/ld.so.conf.d/GL
cat > %{buildroot}%{_sysconfdir}/ld.so.conf.d/GL/standard.conf << EOF
# This file is knowingly empty since the libraries are in standard search
# path. Please do not remove this file.
EOF
touch %{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

install -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/xvfb-run

# Make the source package
cp -r source %{buildroot}%{xserver_source_dir}

install -m 755 %{SOURCE30} %{buildroot}%{_bindir}

# Create xorg.conf.d
install -d -m 755 %{buildroot}%{_sysconfdir}/X11/xorg.conf.d


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.15.1-4
+ Revision: 2a4ccfb
- MassBuild#440: Increase release tag

* Thu May 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.15.1-3
+ Revision: 90c671b
- Disabled immediate symbol resolution for ld (it might have broken Xorg)

* Wed May 28 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.15.1-2
+ Revision: 8d4f1ed
- Make sure /usr/include/tirpc/ is searched for rpc/* headers
- glibc does not provide most of them anymore and the X server links
- with libtirpc anyway.

* Tue Apr 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.15.1-1
+ Revision: 0a7fcf4
- Removed an excessive 'Requires'

* Tue Apr 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.15.1-1
+ Revision: 1c3255e
- Added missing file; removed excessive option
- It seems, specifying --enable-install-setuid breaks the builds performed
- by a non-root user. Remove this option. The wrapper should handle the
- ownership of X.

* Tue Apr 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.15.1-1
+ Revision: 78c74cd
- Revisited the patch set, prepared the project for update to 1.15.1

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> 1.14.5-7
+ Revision: f2f4427
- sync

* Sat Dec 28 2013 akdengi <kazancas@mandriva.ru> 1.14.5-7
+ Revision: a667e20
- disable fedora patches

* Thu Dec 26 2013 akdengi <kazancas@mandriva.ru> 1.14.5-6
+ Revision: e47b041
- drop new.spec

* Thu Dec 26 2013 akdengi <kazancas@mandriva.ru> 1.14.5-6
+ Revision: 1b5db3f
- drop new.spec

* Thu Dec 26 2013 akdengi <kazancas@mandriva.ru> 1.14.5-6
+ Revision: 89b4da2
- remove udev rules

* Thu Dec 26 2013 akdengi <kazancas@mandriva.ru> 1.14.5-5
+ Revision: 9fc603d
- remove udev rules

* Thu Dec 19 2013 akdengi <kazancas@mandriva.ru> 1.14.5-5
+ Revision: bf24720
- SILENT revert to 1.14.5-5

* Thu Dec 19 2013 akdengi <alexander.kazancev@rosalab.ru> 1.14.5-8
+ Revision: 184a118
- SILENT fix patch

* Thu Dec 19 2013 akdengi <alexander.kazancev@rosalab.ru> 1.14.5-8
+ Revision: b7b02e5
- return Fedora patches

* Wed Dec 18 2013 akdengi <kazancas@mandriva.ru> 1.14.5-7
+ Revision: 861e54e
- return new pamd and keyboard config

* Wed Dec 18 2013 akdengi <kazancas@mandriva.ru> 1.14.5-7
+ Revision: 884ad2f
- return old way

* Wed Dec 18 2013 akdengi <kazancas@mandriva.ru> 1.14.5-6
+ Revision: 10548e0
- fix patchset

* Wed Dec 18 2013 akdengi <kazancas@mandriva.ru> 1.14.5-6
+ Revision: 9e69a47
- disable patch 2008

* Wed Dec 18 2013 akdengi <kazancas@mandriva.ru> 1.14.5-6
+ Revision: aadf7ec
- disable patch 2007

* Wed Dec 18 2013 akdengi <kazancas@mandriva.ru> 1.14.5-6
+ Revision: 0b353eb
- add some fedora patches

* Wed Dec 18 2013 akdengi <kazancas@mandriva.ru> 1.14.5-6
+ Revision: 1c5fca9
- add patch

* Wed Dec 18 2013 akdengi <kazancas@mandriva.ru> 1.14.5-6
+ Revision: a916c0b
- disable all Mandriva patches and add backlight patch

* Tue Dec 17 2013 akdengi <kazancas@mandriva.ru> 1.14.5-5
+ Revision: 29d4055
- fix migrate way

* Tue Dec 17 2013 akdengi <kazancas@mandriva.ru> 1.14.5-4
+ Revision: 69f94a0
- run drakkeyboard if missing config X11

* Tue Dec 17 2013 Alexander Kazancev <kazancas@gmail.com> 1.14.5-3
+ Revision: 63a009c
- Up release

* Mon Dec 16 2013 akdengi <kazancas@mandriva.ru> 1.14.5-2
+ Revision: c175295
- Add to post in common package call /usr/bin/setxkbmap

* Fri Dec 13 2013 akdengi <kazancas@mandriva.ru> 1.14.5-1
+ Revision: 7091bdc
- Update to 1.14.5

* Thu Nov 07 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1.14.4-2
+ Revision: a2b9568
- disabled a 908 patch

* Tue Nov 05 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.14.4-1
+ Revision: aa28f47
- LOG New version 1.14.4

* Fri Nov 01 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.14.3-4
+ Revision: 4f91a21
- LOG Spec cleanup

* Thu Oct 31 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1.14.3-3
+ Revision: 436e732
- sync to cooker, removed abf.yml copy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22115 |14mr|x11-sgml-doctools-1.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-sgml-doctools
Version: 1.11
Release: 2
Summary: Xorg X11 sgml documentation tools
Group: Development/X11
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/doc/xorg-sgml-doctools-%{version}.tar.bz2
License: MIT
BuildArch: noarch

BuildRequires: x11-util-macros >= 1.0.1

Obsoletes: xorg-x11 < 7.0

%description
Xorg X11 sgml documentation tools

%prep
%setup -q -n xorg-sgml-doctools-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_datadir}/sgml/X11/defs.ent
%{_datadir}/sgml/X11/xorg.css
%{_datadir}/sgml/X11/xorg.xsl
%{_datadir}/sgml/X11/dbs/masterdb.*
%{_datadir}/sgml/X11/xorg-fo.xsl
%{_datadir}/sgml/X11/xorg-chunk.xsl
%{_datadir}/sgml/X11/xorg-xhtml.xsl
%{_datadir}/pkgconfig/xorg-sgml-doctools.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.11-2
+ Revision: e5a8574
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22116 |14mr|x11-ssh-askpass-1.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Version of ssh-askpass
%define aversion 1.2.4.1

Summary:	OpenSSH X11 passphrase dialog
Name:		x11-ssh-askpass
Version:	1.2.4
Release:	3
License:	Public Domain
Group:		Networking/Remote access
URL:		http://www.jmknoble.net/software/x11-ssh-askpass/
Source0:	http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.bz2
Patch0:		x11-ssh-askpass-1.2.4-random.patch
BuildRequires:	imake
BuildRequires:	rman
# http://qa.mandriva.com/show_bug.cgi?id=22736
BuildRequires:	x11-util-cf-files >= 1.0.2
BuildRequires:	gccmakedep
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
Requires:	openssh
Requires: 	openssh-askpass-common
Obsoletes:	ssh-extras, ssh-askpass
Provides:	ssh-extras, ssh-askpass = 5.9p1
Requires(pre):	update-alternatives

%description
This package contains Jim Knoble's X11 passphrase dialog.

%prep

%setup -q -n x11-ssh-askpass-%{aversion}
%patch0 -p1 -b .random

%build
%serverbuild

%configure2_5x \
    --prefix=%{_prefix} \
    --libdir=%{_libdir} \
    --mandir=%{_mandir} \
    --libexecdir=%{_libdir}/ssh \
    --with-app-defaults-dir=%{_sysconfdir}/X11/app-defaults


xmkmf -a
make includes

%ifarch x86_64
#perl -pi -e "s|/usr/lib\b|%{_libdir}|g" Makefile
perl -pi -e "s|i586-mandriva-linux-gnu|x86_64-mandriva-linux-gnu|g" Makefile
#perl -pi -e "s|%{_libdir}/gcc/|/usr/lib/gcc/|g" Makefile
perl -pi -e "s|-m32|-m64|g" Makefile
perl -pi -e "s|__i386__|__x86_64__|g" Makefile
%endif

make \
    XAPPLOADDIR=%{_sysconfdir}/X11/app-defaults \
    BINDIR=%{_libdir}/ssh \
    CDEBUGFLAGS="$RPM_OPT_FLAGS" \
    CXXDEBUGFLAGS="$RPM_OPT_FLAGS"

# For some reason the x11-ssh-askpass.1.html file is not created on 10.0/10.1  
# x86_64, so we just do it manually here... (oden)
rm -f x11-ssh-askpass.1x.html x11-ssh-askpass.1x-html
rman -f HTML < x11-ssh-askpass._man > x11-ssh-askpass.1x-html && \
mv -f x11-ssh-askpass.1x-html x11-ssh-askpass.1.html

%install
install -d %{buildroot}%{_libdir}/ssh
make DESTDIR=%{buildroot} install
make DESTDIR=%{buildroot} install.man
install -d %{buildroot}%{_libdir}/ssh
install -d %{buildroot}%{_sysconfdir}/X11/app-defaults
install -m0644 SshAskpass.ad %{buildroot}%{_sysconfdir}/X11/app-defaults/SshAskpass
install -m0755 x11-ssh-askpass %{buildroot}%{_libdir}/ssh/
install -m0644 x11-ssh-askpass.man %{buildroot}%{_mandir}/man1/x11-ssh-askpass.1

# cleanup
rm -f %{buildroot}%{_libdir}/ssh/ssh-askpass
rm -f %{buildroot}%{_mandir}/man1/ssh-askpass.1x*

%post
update-alternatives --install %{_libdir}/ssh/ssh-askpass ssh-askpass %{_libdir}/ssh/x11-ssh-askpass 10
update-alternatives --install %{_bindir}/ssh-askpass bssh-askpass %{_libdir}/ssh/x11-ssh-askpass 10

%postun
[ $1 = 0 ] || exit 0
update-alternatives --remove ssh-askpass %{_libdir}/ssh/x11-ssh-askpass
update-alternatives --remove bssh-askpass %{_libdir}/ssh/x11-ssh-askpass

%files
%doc README ChangeLog SshAskpass*.ad x11-ssh-askpass.1.html
%{_libdir}/ssh/x11-ssh-askpass
%{_sysconfdir}/X11/app-defaults/SshAskpass
%{_mandir}/man1/x11-ssh-askpass.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.4-3
+ Revision: 2de18d5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22117 |14mr|x11-tools-1.0.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-tools
Version: 1.0.0
Release: 12
Summary: X11 tools
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License: GPL
BuildArch: noarch

# very useful tools
Requires: iceauth
Requires: lbxproxy
Requires: luit
Requires: setxkbmap
Requires: smproxy
Requires: xauth
Requires: xcmsdb
Requires: xconsole
Requires: xdpyinfo
Requires: xfindproxy
Requires: xfwp
Requires: xgamma
Requires: xhost
Requires: xinit
Requires: xkill
Requires: xmodmap
Requires: xrandr
Requires: xrdb
Requires: xset
Requires: xsetmode
Requires: xsetpointer
Requires: xsetroot
Requires: xstdcmap

# less useful tools
Requires: appres
Requires: editres
Requires: listres
Requires: rstart
Requires: x11-scripts
Requires: viewres
Requires: x11perf
Requires: xev
Requires: xcursorgen
Requires: xfsinfo
Requires: xlsatoms
Requires: xlsclients
Requires: xkbcomp
Requires: xkbevd
Requires: xkbprint
Requires: xkbutils
Requires: xprop
Requires: xrefresh
Requires: xtrap
Requires: xvidtune
Requires: xvinfo
Requires: xwininfo

# more tools
Requires: proxymngr
#Requires: xrx

# build tools
Requires: makedepend

%description
X11 tools

%files
%defattr(-,root,root)



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-12
+ Revision: 7cf039c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22118 |14mr|x11-util-cf-files-1.0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Templates for imake
Name:		x11-util-cf-files
Version:	1.0.5
Release:	4
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-%{version}.tar.bz2
Patch0:		0001-Add-mdvconfig.patch
BuildArch:	noarch

%description
Templates for imake.

%files
%dir %{_datadir}/X11/config
%{_datadir}/X11/config/*

#----------------------------------------------------------------------------

%prep
%setup -q -n xorg-cf-files-%{version}
%patch0 -p1 -b .mdvconfig

%build
%configure2_5x \
	--with-config-dir=%{_datadir}/X11/config

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.5-4
+ Revision: 26b8a80
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22119 |14mr|x11-util-macros-1.17.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Macro used for X.org development
Name:		x11-util-macros
Version:	1.17.1
Release:	3
Group:		Development/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/util/util-macros-%{version}.tar.bz2
BuildArch:	noarch

%description
Macros used for X.org development.

%files
%{_datadir}/util-macros/INSTALL
%{_datadir}/aclocal/xorg-macros.m4
%{_datadir}/pkgconfig/xorg-macros.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n util-macros-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.17.1-3
+ Revision: e450927
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22120 |14mr|x11-util-modular-0.0.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-util-modular
BuildArch: noarch
Summary: Set of scripts to manage modular X.org packages
Version: 0.0.2
Release: 14
Group: Development/X11
########################################################################
# git clone git://anongit.freedesktop.org/xorg/util/modular xorg/util/modular
# cd xorg/util/modular
# git-archive --format=tar --prefix=x11-util-modular-0.0.2/ a78aabbfdadafcc6fa802f6bf45c832e645bc191 | bzip2 -9 > x11-util-modular-0.0.2.tar.bz2
########################################################################
Source0: %{name}-%{version}.tar.bz2
License: GPLv2+ and MIT
BuildRoot: %{_tmppath}/%{name}-root

Requires: perl sudo
Requires: git-core cvs
Requires: make gcc bison flex autoconf
Requires: glibc-devel freetype2-devel
Requires: strace wget

# git-format-patch master..patches
Patch1: 0001-Add-a-set-of-scripts-to-allow-easier-build-of-xorg-l.patch
Patch2: 0002-Update-to-latest-version-of-build-scripts.patch
Patch3: 0003-Update-to-latest-build-scripts.patch
Patch4: 0004-Update-for-rpm-build-and-current-git-master.patch
Patch5: 0005-Update-rpm-build-to-match-Mandriva-cooker.patch
Patch6: 0006-Update-script-to-build-a-xorg-snapshot-and-the-rpm-b.patch
Patch7: 0007-Update-build-scripts-to-match-latest-build-requirem.patch
Patch8: 0008-Update-to-latest-build-of-snapshot-packages.patch

%description
Scripts used for X.org package management.

%prep
%setup -q -n %{name}-%{version}

%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1

%build

%install
rm -rf %{buildroot}

pushd xorg-scripts
for script in *.pl; do
	install -D -m 755 $script %{buildroot}/%{_bindir}/$script
done
install -D -m 644 xorg-scripts.txt %{buildroot}/%{_docdir}/%{name}/xorg-scripts.txt
popd

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*.pl
%doc %{_docdir}/%{name}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.2-14
+ Revision: 84d1447
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22121 |14mr|x11-xtrans-devel-1.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		x11-xtrans-devel
Summary:	Abstract network code for X
Version:	1.3.2
Release:	2
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/xtrans-%{version}.tar.bz2
Source1:	%name.rpmlintrc
Patch0:		xtrans-1.2.7-tirpc.patch
Conflicts:	libxorg-x11-devel < 7.0
BuildRequires:	pkgconfig(xorg-macros) >= 1.12

%description
Abstract network code for X.

%prep
%setup -q -n xtrans-%{version}
%apply_patches
aclocal
automake -a
autoconf

%build
%configure
%make

%install
%makeinstall_std
rm %{buildroot}%_datadir/doc/xtrans/xtrans.*

%pre 
if [ -h %{_includedir}/X11 ]; then
	rm -f %{_includedir}/X11
fi

%files
%doc doc/xtrans.xml
%{_datadir}/pkgconfig/xtrans.pc
%{_datadir}/aclocal/xtrans.m4
%{_includedir}/X11/Xtrans/Xtransint.h
%{_includedir}/X11/Xtrans/Xtrans.h
%{_includedir}/X11/Xtrans/Xtrans.c
%{_includedir}/X11/Xtrans/Xtranslcl.c
%{_includedir}/X11/Xtrans/Xtranssock.c
%{_includedir}/X11/Xtrans/Xtransutil.c
%{_includedir}/X11/Xtrans/transport.c



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.2-2
+ Revision: deff629
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22122 |14mr|x125-0.2.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A printer driver for the Lexmark X125 All-in-one printer/scanner/fax
Name:		x125
Version:	0.2.3
Release:	10
Group:		System/Printing
License:	GPL
URL:		http://sourceforge.net/projects/x125-linux/
Source0:	http://heanet.dl.sourceforge.net/sourceforge/x125-linux/x125-drv-0.2.3.tar.gz
Source1:	http://heanet.dl.sourceforge.net/sourceforge/x125-linux/x125-drv-network-0.2.0.tar.gz
Patch0:		x125-0.2.3-LDFLAGS.diff
Conflicts:	printer-utils = 2007
Conflicts:	printer-filters = 2007
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A printer driver for the Lexmark X125 All-in-one printer/scanner/fax.

%prep

%setup -q -c -T -a0 -a1
%patch0 -p1 -b .LDFLAGS

%build
cd drv_x125/src
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"
cd ../..
cd drv_x125_network/src
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"
cd ../..

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}

install -m0755 drv_x125/src/x125_cmyk %{buildroot}%{_bindir}/
install -m0755 drv_x125/src/x125_cmyk_print.sh %{buildroot}%{_bindir}/
install -m0755 drv_x125_network/src/x125_network %{buildroot}%{_bindir}/

cp drv_x125/README README.drv_x125
cp drv_x125/FAQ FAQ.drv_x125
cp drv_x125/ChangeLog ChangeLog.drv_x125
cp drv_x125_network/README README.drv_x125_network
cp drv_x125_network/FAQ FAQ.drv_x125_network
cp drv_x125_network/ChangeLog ChangeLog.drv_x125_network

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc drv_x125/LICENSE README.* FAQ.* ChangeLog.*
%attr(0755,root,root) %{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.3-10
+ Revision: 5c7145a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22123 |14mr|xalan-j2-2.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _with_bootstrap 0
%define bootstrap %{?_with_bootstrap:1}%{!?_with_bootstrap:%{?_without_bootstrap:0}%{!?_without_bootstrap:%{?_bootstrap:%{_bootstrap}}%{!?_bootstrap:0}}}

%define cvs_version %(echo %{version} |sed -e 's,\\\.,_,g')

Name:           xalan-j2
Version:        2.7.1
Release:        3
Epoch:          0
Summary:        Java XSLT processor
License:        Apache Software License
Source0:        http://archive.apache.org/dist/xml/xalan-j/source/xalan-j_%{cvs_version}-src.tar.gz
Patch0:         %{name}-noxsltcdeps.patch
Patch1:         %{name}-manifest.patch
Patch2:         %{name}-crosslink.patch
URL:            http://xalan.apache.org/
Group:          Development/Java

BuildArch:      noarch
Provides:       jaxp_transform_impl
Requires:       jaxp_parser_impl
Requires(post):  update-alternatives
Requires(preun): update-alternatives
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  java-1.7.0-openjdk-devel java-rpmbuild
BuildRequires:  ant
%if ! %{bootstrap}
BuildRequires:  java_cup
BuildRequires:  bcel
BuildRequires:  jlex
BuildRequires:  regexp
BuildRequires:  sed
BuildRequires:  servletapi5
BuildRequires:  xerces-j2 >= 0:2.7.1
%endif
#BuildRequires:  xerces-j2 >= 0:2.7.1
BuildRequires:  xml-commons-jaxp-1.3-apis >= 0:1.3.03

%description
Xalan is an XSLT processor for transforming XML documents into HTML,
text, or other XML document types. It implements the W3C Recommendations
for XSL Transformations (XSLT) and the XML Path Language (XPath). It can
be used from the command line, in an applet or a servlet, or as a module
in other program.

%if ! %{bootstrap}
%package        xsltc
Summary:        XSLT compiler
Group:          Development/Java
Requires:       java_cup
Requires:       bcel
Requires:       jlex
Requires:       regexp
Requires:       jaxp_parser_impl

%description    xsltc
The XSLT Compiler is a Java-based tool for compiling XSLT stylesheets into
lightweight and portable Java byte codes called translets.
%endif

%package        manual
Summary:        Manual for %{name}
Group:          Development/Java

%description    manual
Documentation for %{name}.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
BuildRequires:  java-javadoc

%description    javadoc
Javadoc for %{name}.

%if ! %{bootstrap}
%package        demo
Summary:        Demo for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}, servlet
BuildRequires:  servlet

%description    demo
Demonstrations and samples for %{name}.
%endif

%track
prog %{name} = {
	url = http://xalan.apache.org/xalan-j/index.html
	version = %{version}
	regex = "The current stable version for download is (__VER__)"
}

%prep
%setup -q -n xalan-j_%{cvs_version}
%apply_patches
# Remove all binary libs, except ones needed to build docs and N/A elsewhere.
for j in $(find . -name "*.jar"); do
        rm $j
done
# FIXME who knows where the sources are? xalan-j1 ?
#mv tools/xalan2jdoc.jar.no tools/xalan2jdoc.jar
#mv tools/xalan2jtaglet.jar.no tools/xalan2jtaglet.jar

%build
if [ ! -e "$JAVA_HOME" ] ; then export JAVA_HOME="%{java_home}" ; fi
pushd lib
ln -sf $(build-classpath java_cup-runtime) runtime.jar
ln -sf $(build-classpath bcel) BCEL.jar
ln -sf $(build-classpath regexp) regexp.jar
ln -sf $(build-classpath xerces-j2) xercesImpl.jar
ln -sf $(build-classpath xml-commons-jaxp-1.3-apis) xml-apis.jar
popd
pushd tools
ln -sf $(build-classpath java_cup) java_cup.jar
ln -sf $(build-classpath ant) ant.jar
ln -sf $(build-classpath jlex) JLex.jar
#ln -sf $(build-classpath xml-stylebook) stylebook-1.0-b3_xalan-2.jar
popd
export CLASSPATH=$(build-classpath servletapi5)
export JAVA_HOME=%{_prefix}/lib/jvm/java-1.7.0

%if %{bootstrap}
ant \
  -Djava.awt.headless=true \
  -Dapi.j2se=%{_javadocdir}/java \
  -Dbuild.xalan-interpretive.jar=build/xalan-interpretive.jar \
  xalan-interpretive.jar
%else
ant \
  -Djava.awt.headless=true \
  -Dapi.j2se=%{_javadocdir}/java \
  -Dbuild.xalan-interpretive.jar=build/xalan-interpretive.jar \
  xalan-interpretive.jar\
  xsltc.unbundledjar \
  docs \
  xsltc.docs \
  javadocs \
  samples \
  servlet
%endif

%install

# jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 build/xalan-interpretive.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
%if ! %{bootstrap}
install -p -m 644 build/xsltc.jar \
  %{buildroot}%{_javadir}/xsltc-%{version}.jar
%endif
install -p -m 644 build/serializer.jar \
  %{buildroot}%{_javadir}/%{name}-serializer-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%if ! %{bootstrap}

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf build/docs/apidocs

# demo
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -p -m 644 build/xalansamples.jar \
  %{buildroot}%{_datadir}/%{name}/%{name}-samples.jar
install -p -m 644 build/xalanservlet.war \
  %{buildroot}%{_datadir}/%{name}/%{name}-servlet.war
cp -pr samples %{buildroot}%{_datadir}/%{name}

# fix link between manual and javadoc
(cd build/docs; ln -sf %{_javadocdir}/%{name}-%{version} apidocs)

%endif

%if 0
# jaxp_transform_impl ghost symlink
ln -s %{_sysconfdir}/alternatives \
  %{buildroot}%{_javadir}/jaxp_transform_impl.jar
%endif

%post
update-alternatives --install %{_javadir}/jaxp_transform_impl.jar \
  jaxp_transform_impl %{_javadir}/%{name}.jar 30

%preun
{
  [ $1 = 0 ] || exit 0
  update-alternatives --remove jaxp_transform_impl %{_javadir}/%{name}.jar
} >/dev/null 2>&1 || :

#%post xsltc
#update-alternatives --install %{_javadir}/jaxp_transform_impl.jar \
#  jaxp_transform_impl %{_javadir}/xsltc.jar 10

#%preun xsltc
#{
#  [ $1 = 0 ] || exit 0
#  update-alternatives --remove jaxp_transform_impl %{_javadir}/xsltc.jar
#} >/dev/null 2>&1 || :

%if ! %{bootstrap}
%if 0
%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ "$1" = "0" ]; then
    rm -f %{_javadocdir}/%{name}
fi
%endif
%endif

%files
%defattr(0644,root,root,0755)
%doc KEYS
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-serializer-%{version}.jar
%{_javadir}/%{name}-serializer.jar
%if 0
%ghost %{_javadir}/jaxp_transform_impl.jar
%endif

%if ! %{bootstrap}
%files xsltc
%defattr(0644,root,root,0755)
%{_javadir}/xsltc-%{version}.jar
%{_javadir}/xsltc.jar
#%ghost %{_javadir}/jaxp_transform_impl.jar

%files manual
%defattr(0644,root,root,0755)
%doc build/docs/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%endif

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.7.1-3
+ Revision: dfef3cd
- Rebuild with java 7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22124 |14mr|xapian-core-1.2.17-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xapian
%define major 22
%define libname %mklibname %{oname} %{major}
%define develname %mklibname %{oname} -d
%define develnamestatic %mklibname %{oname} -d -s

Summary:	Search engine library
Name:		xapian-core
Version:	1.2.17
Release:	2
License:	GPLv2+
Group:		Databases
URL:		http://www.xapian.org/
Source0:	http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	valgrind
%ifarch x86_64
BuildRequires:	chrpath
%endif
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	xapian < 1.0.7
Provides:	xapian = %{version}-%{release}

%description
Xapian is an Open Source Search Engine Library, released under the 
GPL. It's written in C++, with bindings to allow use from Perl, 
Python, PHP, Java, Tcl, C#, and Ruby (so far!)

Xapian is a highly adaptable toolkit which allows developers to easily
add advanced indexing and search facilities to their own applications. 
It supports the Probabilistic Information Retrieval model and also 
supports a rich set of boolean query operators.

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Obsoletes:	%{mklibname %{oname} 15} < 1.2.2

%description -n %{libname}
Shared library for %{name}.

%package  -n %{develname}
Summary:	Development files for %{name}
Group:		Development/Other
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{oname}-devel = %{version}-%{release}
Provides:	lib%{oname}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
Development files and headers for %{name}.

%package  -n %{develnamestatic}
Summary:	Development files for %{name}
Group:		Development/Other
Provides:	%{name}-devel-static = %{version}-%{release}
Provides:	lib%{name}-devel-static = %{version}-%{release}
Provides:	%{oname}-devel-static = %{version}-%{release}
Provides:	lib%{oname}-devel-static = %{version}-%{release}
Requires:	%{name}-devel = %{version}-%{release}

%description -n %{develnamestatic}
Development static files and headers for %{name}.

%prep
%setup -q

%build
%configure2_5x \
%ifarch x86_64
	--enable-sse \
%else
	--disable-sse \
%endif
	--enable-shared

%make

%install
%makeinstall_std
%ifarch x86_64
chrpath -d %{buildroot}%{_bindir}/copydatabase
chrpath -d %{buildroot}%{_bindir}/delve
chrpath -d %{buildroot}%{_bindir}/quest
chrpath -d %{buildroot}%{_bindir}/simpleexpand
chrpath -d %{buildroot}%{_bindir}/simpleindex
chrpath -d %{buildroot}%{_bindir}/simplesearch
chrpath -d %{buildroot}%{_bindir}/xapian-compact
chrpath -d %{buildroot}%{_bindir}/xapian-progsrv
chrpath -d %{buildroot}%{_bindir}/xapian-tcpsrv
chrpath -d %{buildroot}%{_bindir}/xapian-check
chrpath -d %{buildroot}%{_bindir}/xapian-inspect
chrpath -d %{buildroot}%{_bindir}/xapian-replicate-server
chrpath -d %{buildroot}%{_bindir}/xapian-chert-update
chrpath -d %{buildroot}%{_bindir}/xapian-metadata
chrpath -d %{buildroot}%{_bindir}/xapian-replicate
%endif

%files
%{_bindir}/copydatabase
%{_bindir}/delve
%{_bindir}/quest
%{_bindir}/simpleexpand
%{_bindir}/simpleindex
%{_bindir}/simplesearch
%{_bindir}/xapian-*
%exclude %{_bindir}/xapian-config
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libxapian.so.%{major}*

%files -n %{develname}
%doc %{_docdir}/%{name}/
%dir %{_includedir}/xapian
%{_bindir}/xapian-config
%{_includedir}/xapian/*.h
%{_includedir}/*.h
%{_datadir}/aclocal/xapian.m4
%{_libdir}/libxapian.so
%{_libdir}/cmake/xapian/*.cmake

%files -n %{develnamestatic}
%{_libdir}/libxapian.a

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.17-2
+ Revision: 0fb5522
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22125 |14mr|xarchiver-0.5.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Xarchiver, a lightweight archiving/compression tool
Name:		xarchiver
Version:	0.5.2
Release:	12
License:	GPLv2
Group:		Archiving/Compression
URL:		http://xarchiver.xfce.org
Source0:	http://downloads.sourceforge.net/xarchiver/%{name}-%{version}.tar.bz2
Patch0:		xarchiver-0.5.2-format_not_a_string_literal_and_no_format_arguments.patch
Patch1:		xarchiver-0.5.2-fix_7z_support.patch
Patch2:		xarchiver-0.5.2-add_xz_support.patch
BuildRequires:	gtk+2-devel
BuildRequires:	desktop-file-utils
Requires(post):	desktop-file-utils
Requires(postun): desktop-file-utils
#Requires:	binutils
Requires:	unzip
Requires:	zip
Suggests:	arj
Suggests:	p7zip
Suggests:	lha
Suggests:	unrar
Suggests:	xz

%description
Xarchiver is a GTK+2 only frontend to 7z, zip, rar, tar, bzip2, gzip, arj,
lha, rpm and deb (open and extract only).Xarchiver allows you to create,
add, extract and delete files in the above formats. 7z, zip, rar, arj 
password protected archives are supported.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome %{name}.lang

# make the .desktop file compliant with xdg specs

desktop-file-install \
		--vendor="" \
		--remove-key="Encoding" \
		--remove-mime-type="multipart/x-zip" \
		--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/xarchiver.desktop


%files -f %{name}.lang
%{_bindir}/%{name}
%{_docdir}/%{name}/*
%{_datadir}/applications/*.desktop
%{_libdir}/thunar-archive-plugin/xarchiver.tap
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/pixmaps/%{name}/*.png
%{_iconsdir}/hicolor/scalable/apps/*.svg



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.2-12
+ Revision: ad1d2e8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22126 |14mr|xauth-1.0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xauth
Version:	1.0.9
Release:	2
Epoch:		1
Summary:	X authority file utility

Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	x11-util-macros

%description
The xauth program is used to edit and display the authorization information
used in connecting to the X server. This program is usually used to extract
authorization records from one machine and merge them in on another (as is the
case when using remote logins or granting access to other users).

%prep
%setup -q

%build
%configure	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/xauth
%{_mandir}/man1/xauth.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.0.9-2
+ Revision: 93e5937
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22127 |14mr|xavs-0.1.55-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1
%define	libname	%mklibname xavs %{major}
%define	devname	%mklibname -d xavs

Summary:	Audio Video Standard of China
Name:		xavs
Version:	0.1.55
Release:	3
License:	GPLv2+
Group:		Video
URL:		http://xavs.sourceforge.net/
Source0:	%{name}-%{version}.tar.xz
Patch0:		xavs-0.1.55-dont-strip-symbols.patch

%description
AVS is the Audio Video Standard of China.  This project aims to
implement high quality AVS encoder and decoder.

%package -n	%{libname}
Group:		System/Libraries
Summary:	Audio Video Standard of China

%description -n	%{libname}
AVS is the Audio Video Standard of China.  This project aims to
implement high quality AVS encoder and decoder.

%package -n	%{devname}
Group:		Development/C
Summary:	Development files for libxavs
Requires:	%{libname} = %{EVRD}

%description -n	%{devname}
This package contains development files required to build applications against
libxavs.

%prep
%setup -q
%patch0 -p1 -b .nostrip~

%build
CFLAGS="%{optflags} -Ofast" \
%configure2_5x	--enable-shared \
		--disable-asm
# enabling asm code breaks build

%install
%makeinstall_std

%files
%doc doc/*.txt
%{_bindir}/xavs

%files -n %{libname}
%{_libdir}/libxavs.so.%{major}*

%files -n %{devname}
%{_includedir}/xavs.h
%{_libdir}/libxavs.a
%{_libdir}/libxavs.so
%{_libdir}/pkgconfig/xavs.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.55-3
+ Revision: f86680f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22128 |14mr|Xaw3d-1.5E-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A version of the MIT Athena widget set for X
Name:		Xaw3d
Version:	1.5E
Release:	16
Group:		System/Libraries
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	bison flex
BuildRequires:	imake
Source0:	ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/%{name}-%{version}.tar.bz2
Patch1:		Xaw3d-1.3-glibc.patch
Patch2:		Xaw3d-1.5E-xorg-imake.patch
Url:            ftp://ftp.x.org/contrib/widgets/Xaw3d/
License:	MIT

%description
Xaw3d is an enhanced version of the MIT Athena Widget set for
the X Window System.  Xaw3d adds a three-dimensional look to applications
with minimal or no source code changes.

You should install Xaw3d if you are using applications which incorporate
the MIT Athena widget set and you'd like to incorporate a 3D look into
those applications.

#
# (fg) Lib policy stuff
#

%define major 7
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

%package -n	%{libname}
Summary:	A version of the MIT Athena widget set for X
Group:		System/Libraries
Obsoletes:	%{name}
Provides:	%{name}

%description -n	%{libname}
Xaw3d is an enhanced version of the MIT Athena Widget set for
the X Window System.  Xaw3d adds a three-dimensional look to applications
with minimal or no source code changes.

You should install Xaw3d if you are using applications which incorporate
the MIT Athena widget set and you'd like to incorporate a 3D look into
those applications.

%package -n	%{develname}
Summary:	Header files and static libraries for development using Xaw3d
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %version-%release
Obsoletes:	%{libname}-devel 

%description -n	%{develname}
Xaw3d is an enhanced version of the MIT Athena widget set for
the X Window System.  Xaw3d adds a three-dimensional look to those
applications with minimal or no source code changes. Xaw3d-devel includes
the header files and static libraries for developing programs that take
full advantage of Xaw3d's features.

You should install Xaw3d-devel if you are going to develop applications
using the Xaw3d widget set.  You'll also need to install the Xaw3d
package.

%prep
%setup -q -c
cd xc/lib/Xaw3d
ln -s .. X11
%patch1 -p4
%patch2 -p0
 
%build
cd xc/lib/Xaw3d
xmkmf
# do not link with libXp
perl -pi -e 's|^(EXTRAXAWREQS =.*)|#$1|;' Makefile
%ifarch alpha
# alpha was giving internal compiler errors...
make CDEBUGFLAGS=""
%else
%make CDEBUGFLAGS="%optflags" CXXDEBUGFLAGS="%optflags" SHLIBGLOBALSFLAGS="%ldflags"
%endif

%install
rm -rf $RPM_BUILD_ROOT
cd xc/lib/Xaw3d
%{makeinstall_std}


%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-,root,root)
%_libdir/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%_libdir/*.so
%{_includedir}/X11/Xaw3d



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.5E-16
+ Revision: 8e1fdd4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22129 |14mr|xawtv-3.102-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: Workaround build errors with underlinking, try to make a proper
# fix later
%define _disable_ld_no_undefined 1

# dynamic desktop support
%define webcam_launcher /etc/dynamic/launchers/webcam
%define tvtuner_launcher /etc/dynamic/launchers/tvtuner

Summary:	A X11 program for watching TV
Name:		xawtv
Version:	3.102
Release:	3
Group:		Video
License:	GPLv2+
#OLD_STILL_VALID_URLs: http://www.strusel007.de/linux/xawtv/
#http://bytesex.org/xawtv/
Url:		http://linux.bytesex.org/xawtv/
Source0:	http://linuxtv.org/downloads/xawtv/%{name}-%{version}.tar.bz2
Source2:	%{name}
Patch31:	xawtv-3.100-glibc.patch
BuildRequires:	recode
BuildRequires:	x11-server-common
BuildRequires:	aalib-devel
BuildRequires:	gpm-devel
BuildRequires:	jpeg-devel
BuildRequires:	lesstif-devel
BuildRequires:	slang-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libfs)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xp)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(zvbi-0.2)
Requires:	common-licenses
Requires:	xawtv-common = %{EVRD}

%description
Xawtv is a Video4Linux Stream Capture Viewer, that is a X11 program for
watching TV.

It uses the Athena widgets.
MoTV has a nicer GUI which use lesstif (motif) widgets.

%files
%config(noreplace) %{tvtuner_launcher}/%{name}.desktop
%config(noreplace) %{webcam_launcher}/%{name}.desktop
%config(noreplace) %{_sysconfdir}/X11/app-defaults/Xawtv
%{_bindir}/xawtv
%{_bindir}/XawTV
%{_mandir}/man1/xawtv.1*
%{_mandir}/fr/man1/xawtv.1*
%{_datadir}/applications/mandriva-%{name}.desktop
/usr/lib/X11/app-defaults/Xawtv*
%{_datadir}/%{name}

%post
update-alternatives --install %{webcam_launcher}/gnome.desktop webcam.gnome.dynamic %{webcam_launcher}/%{name}.desktop 20
update-alternatives --install %{webcam_launcher}/kde.desktop webcam.kde.dynamic %{webcam_launcher}/%{name}.desktop 20
update-alternatives --install %{tvtuner_launcher}/kde.desktop tvtuner.kde.dynamic %{tvtuner_launcher}/%{name}.desktop 20
update-alternatives --install %{tvtuner_launcher}/gnome.desktop tvtuner.gnome.dynamic %{tvtuner_launcher}/%{name}.desktop 20

%postun
if [ $1 = 0 ]; then
  update-alternatives --remove webcam.kde.dynamic %{webcam_launcher}/%{name}.desktop
  update-alternatives --remove webcam.gnome.dynamic %{webcam_launcher}/%{name}.desktop
  update-alternatives --remove tvtuner.kde.dynamic %{tvtuner_launcher}/%{name}.desktop
  update-alternatives --remove tvtuner.gnome.dynamic %{tvtuner_launcher}/%{name}.desktop
fi

#----------------------------------------------------------------------------

%package common
Summary:	Common files for fbtv/motv/ttv/xawtv
Group:		Video
Requires:	tv-fonts

%description common
These are common files for fbtv, motv, ttv and xawtv.
They are:
 * scantv: small text program that look for tv channels
 * streamer - capture tool (images / movies)

%files common
%attr(4711,root,root) %{_bindir}/v4l-conf
%{_bindir}/rootv
%{_bindir}/scantv
%{_bindir}/subtitles
%{_bindir}/v4l-info
%lang(es) %{_mandir}/es/man1/rootv.*
%lang(es) %{_mandir}/es/man1/scantv.*
%lang(es) %{_mandir}/es/man1/subtitles.*
%lang(es) %{_mandir}/es/man1/xawtv.*
%lang(es) %{_mandir}/es/man5/xawtvrc.*
%lang(es) %{_mandir}/es/man8/v4l-conf.*
%{_mandir}/man1/rootv.1*
%{_mandir}/man1/scantv.1*
%{_mandir}/man1/subtitles*
%{_mandir}/man5/xawtvrc*
%{_mandir}/man8/v4l*
%{_mandir}/man1/v4l-info.*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*
%doc Changes README*
%doc README*
%doc contrib/frequencies*

#----------------------------------------------------------------------------

%package control
Summary:	Control video4linux devices
Group:		Video

%description control
Xawtv-remote and v4lctl can be used to control a video4linux driven TV card.

Xawtv-remote passes the command to a already running xawtv or motv instance
using X11 properties.

V4lctl is a command line tool that sets the parameters directly.

%files control
%{_bindir}/v4lctl
%{_bindir}/xawtv-remote
%{_mandir}/man1/v4lctl.1*
%lang(es) %{_mandir}/es/man1/v4lctl.*
%{_mandir}/man1/xawtv-remote.1*
%lang(es) %{_mandir}/es/man1/xawtv-remote.*

#----------------------------------------------------------------------------

%package -n fbtv
Summary:	A console program for watching TV
Group:		Video
Requires:	xawtv-common = %{EVRD}

%description -n fbtv
Fbtv is a program for watching TV with your linux box.
It runs on top of a graphic framebuffer device (/dev/fb0).

This is useful for watching TV without X11.

fbtv shares the config file ($HOME/.xawtv) with the xawtv
application.

Check the xawtv(1) manpage for details about the config file format.

%files -n fbtv
%{_bindir}/fbtv
%{_mandir}/man1/fbtv*
%lang(es) %{_mandir}/es/man?/fbtv.*

#----------------------------------------------------------------------------

%package misc
Summary:	Xawtv miscellous stuff
Group:		Video
Requires:	xawtv-common = %{version}

%description misc
This package has a few tools you might find useful. They
have not to do very much to do with xawtv. They were written
for debugging:
 * dump-mixers - dump mixer settings to stdout
 * propwatch   - monitors properties of X11 windows.  If you
                 want to know how to keep track of xawtv's
                 _XAWTV_STATION property, look at this.
 * mtt         - teletext browser for X11 and console
 * ntsc-cc     - reads vbi data from /dev/vbi and decodes the enclosed cc data.
 * pia         - play media files
 * record      - console sound recorder.  Has a simple input
                 level meter which might be useful to trouble
                 shoot sound problems.
 * showriff    - display the structure of RIFF files (avi, wav).

%files misc
%config(noreplace) /etc/X11/app-defaults/mtt
%{_bindir}/dump-mixers
%{_bindir}/mtt
%{_bindir}/ntsc-cc
%{_bindir}/pia
%{_bindir}/propwatch
%{_bindir}/record
%{_bindir}/showqt
%{_bindir}/showriff
%{_mandir}/man1/dump-mixers*
%{_mandir}/man1/mtt*
%{_mandir}/man1/ntsc*
%{_mandir}/man1/pia*
%{_mandir}/man1/record*
%{_mandir}/man1/propwatch*
%{_mandir}/man1/showriff.1*

#----------------------------------------------------------------------------

%package -n motv
Summary:	A Motif program for watching TV
Group:		Video
Requires:	xawtv-common = %{EVRD}

%description -n motv
This is a motv-based Video4Linux capture viewer.

It is basically xawtv with a more user-friendly GUI.
It has the same features, uses the same config file, has the same command
line switches, you can control it using xawtv-remote.
Most keyboards shortcuts are identical too.

%files -n motv
%{_bindir}/motv
%{_mandir}/man1/motv*
%{_datadir}/applications/mandriva-motv.desktop
%config(noreplace) %{_sysconfdir}/X11/app-defaults/MoTV
%config(noreplace) %{_sysconfdir}/X11/*/app-defaults/MoTV

#----------------------------------------------------------------------------

%package -n radio
Summary:	Console radio application
Group:		Sound
Provides:	xawtv-radio

%description -n radio
This is a ncurses-based radio application.

%files -n radio
%{_bindir}/radio
%{_mandir}/man1/radio*

#----------------------------------------------------------------------------

%package -n streamer
Summary:	Record audio and/or video streams
Group:		Video
Requires:	xawtv-common = %{EVRD}

%description -n streamer
streamer reads audio and/or video data from /dev/video0 and /dev/dsp
and writes the data to the disk.
Various output formats are supported.
Start streamer with '-h' for a list of options and supported output formats.

%files -n streamer
%{_bindir}/streamer
%{_mandir}/man1/streamer*
%lang(es) %{_mandir}/es/man1/streamer.*

#----------------------------------------------------------------------------

%package -n ttv
Summary:	Display TV/video on a tty
Group:		Video
Requires:	xawtv-common = %{version}

%description -n ttv
Ttv displays TV/video on a terminal, rendering the images using aalib.

%files -n ttv
%{_bindir}/ttv
%{_mandir}/man1/ttv*
%lang(es) %{_mandir}/es/man1/ttv.*

#----------------------------------------------------------------------------

%package web
Summary:	Videotext pages webserver & images capture/upload to a webserver
Group:		Networking/WWW
Requires:	xawtv-common = %{EVRD}

%description web
Webcam captures images from a video4linux device like bttv,
annotates them and and uploads them to a webserver using ftp
in a endless loop.

Alevtd is http daemon which serves videotext pages as HTML.
Tune in some station with a utility like v4lctl or some TV application.
Then start it and point your browser to http://localhost:5654/

Pages may be requested either in HTML format (http://localhost:5654/<page>/
or http://localhost:5654/<page>/<subpage>.html) or in ASCII text format
(http://localhost:5654/<page>/<subpage>.txt).
Subpage "00" can be used for pages without subpages.

%files web
%{_bindir}/alevtd
%{_bindir}/webcam
%{_mandir}/man1/alevtd.1*
%{_mandir}/man1/webcam.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch31 -p0

%build
autoreconf -fi
export LIBS="$LIBS -lm"
%configure2_5x	--enable-xfree-ext \
		--enable-xvideo \
		--enable-aa \
		--enable-alsa \
		--disable-quicktime \
		--x-includes=%{_includedir}/freetype2

# Quicktime support not enabled, so libpng is not needed
find . -name 'Makefile' | xargs perl -pi -e 's/-lpng//g'
%make

%install
perl -pi -e 's!-o root -g root!!g' src/Makefile
mkdir -p %{buildroot}/usr/lib/X11/app-defaults
%makeinstall_std ROOT="%{buildroot}" FONTDIR=%{buildroot}%{_datadir}/fonts/misc SUID_ROOT=""

install -m 644 x11/Xawtv.ad %{buildroot}/usr/lib/X11/app-defaults
(cd %{buildroot}/usr/lib/X11/app-defaults; ln Xawtv.ad Xawtv; ln Xawtv.ad Xawtv-color)

install -m 755 %{SOURCE2} %{buildroot}%{_bindir}/XawTV

# Menu entries

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=XawTV
Comment=A program for watching TV
Exec=%{_bindir}/XawTV
Icon=video_section
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Video;TV;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-motv.desktop <<EOF
[Desktop Entry]
Name=MoTV
Comment=A program for watching TV (nicer interface)
Exec=%{_bindir}/motv
Icon=video_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Motif;AudioVideo;Video;TV;
EOF

mkdir -p %{buildroot}{%tvtuner_launcher,%webcam_launcher}
cat > %{buildroot}%{webcam_launcher}/%{name}.desktop << EOF
[Desktop Entry]
Name=XawTV \$devicename
Comment=The X11 Video4Linux Stream Capture Viewer
TryExec=/usr/bin/xawtv
Exec=/usr/bin/xawtv -c \$device
Terminal=false
Icon=video_section
Type=Application
EOF
cat > %{buildroot}%{tvtuner_launcher}/%{name}.desktop << EOF
[Desktop Entry]
Name=XawTV \$devicename
Comment=The X11 Video4Linux Stream Capture Viewer
TryExec=/usr/bin/XawTV
Exec=/usr/bin/XawTV -c \$device
Terminal=false
Icon=video_section
Type=Application
EOF


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.102-3
+ Revision: b51305c
- Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22130 |14mr|xbase-3.1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	xbase
%define version 3.1.2
%define major 1
%define libname %mklibname %name %major
%define libnamedev %mklibname -d %name 

Summary:	Xbase dBase database file library
Name: 		%{name}
Version:	%{version}
Release: 	7
Source0:	http://downloads.sourceforge.net/xdb/%{name}64-%{version}.tar.gz
Patch0:		%{name}-%{version}-fixconfig.patch
Patch2:		%{name}-%{version}-gcc44.patch
Patch3:		%{name}-2.0.0-ppc.patch
Patch4:		%{name}-%{version}-xbnode.patch
Patch5:		%{name}-%{version}-lesserg.patch
Patch6:		%{name}-%{version}-outofsource.patch
Patch7:		%{name}-%{version}-gcc47.patch
Patch8:		%{name}-%{version}-gcc-version.patch

License:	LGPLv2+
Group: 		Development/Other
URL:		http://linux.techass.com/projects/xdb/
BuildRequires:	doxygen
BuildRequires:	multiarch-utils

%description
Library for accessing dBase .dbf, .ndx, .dbt, and Clipper .ntx files.

%package -n %{libname}
Summary: Libraries needed for %{name}
Group:   System/Libraries
Provides: lib%{name} = %version-%release

%description -n %{libname}
Libraries needed for %{name}

%package -n %{libnamedev}
Summary: Xbase development package
Group: Development/Other
Requires: %{libname} = %version
Provides: %name-devel = %version-%release
Obsoletes: %{name}-devel < 2.0.0-8mdv
Obsoletes: %{libname}-devel < 2.0.0-8mdv
Conflicts: %{name} < 3.1.2-4

%description -n %{libnamedev}
Headers and such for compiling programs that use the Xbase library.

%prep
%setup -qn %{name}64-%{version}
%apply_patches


%build
touch AUTHORS README NEWS
cp -p copying COPYING
autoreconf -i
%configure2_5x --disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std

rm -rf %{buildroot}%{_libdir}/*.la

pushd %{buildroot}%{_libdir}
ln -s libxbase64.so.1.0.0 libxbase.so.1.0.0
ln -s libxbase64.so.1 libxbase.so.1
ln -s libxbase64.so libxbase.so
popd

pushd %{buildroot}%{_includedir}
ln -s xbase64 xbase
ln -s xbase64.h xbase64/xbase.h
popd

pushd %{buildroot}%{_bindir}
ln -s xbase64-config xbase-config
popd

%multiarch_binaries %{buildroot}%{_bindir}/xbase64-config

%files
%doc NEWS README AUTHORS ChangeLog
%{_bindir}/checkndx
%{_bindir}/copydbf
%{_bindir}/dbfutil1
%{_bindir}/dbfxtrct
%{_bindir}/deletall
%{_bindir}/dumphdr
%{_bindir}/dumprecs
%{_bindir}/packdbf
%{_bindir}/reindex
%{_bindir}/undelall
%{_bindir}/zap

%files -n %{libname}
%{_libdir}/*.so.*

%pre -n %{libnamedev}
if [ "$1" == "2" -a -d %{_includedir}/xbase ]
then
	rm -fr %{_includedir}/xbase
fi

%files -n %{libnamedev}
%doc docs html
%{_bindir}/xbase-config
%{_bindir}/xbase64-config
%{multiarch_bindir}/xbase64-config
%{_includedir}/xbase*
%{_libdir}/*.so

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1.2-7
+ Revision: 8e71578
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22131 |14mr|xbiff-1.0.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xbiff
Version:	1.0.3
Release:	6
Summary:	Mailbox flag for X
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT
BuildRoot:	%{_tmppath}/%{name}-root

BuildRequires: libxext-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-data-bitmaps >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
The xbiff program displays a little image of a mailbox. When there is no mail,
the flag on the mailbox is down. When mail arrives, the flag goes up and the
mailbox beeps.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xbiff
%{_mandir}/man1/xbiff.*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-6
+ Revision: 1247af8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22132 |14mr|xboard-4.2.7-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug package is empty and rpmlint rejects build
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	An X Window System graphical chessboard
Name:		xboard
Version:	4.2.7
Release:	17
Group:		Games/Boards
URL:		http://www.gnu.org/software/xboard/
License:	BSD-like and GPLv2+

Source:		ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.bz2
Source1:	xboard.sh.bz2
Source2:	xboard-pxboard.man.bz2
Source3:	XBoard.ad.bz2
Patch0:		xboard-4.2.7-entry.patch
Patch1:		xboard-4.2.7-cmail-quote.patch
Patch2:		xboard-4.2.7-lowtime-warning.patch
Patch3:		xboard-4.2.7-xvt.patch
Patch4:		xboard-4.2.7-xtname.patch
Patch5:		xboard-4.2.7-hilight-threatened-pieces.patch
Patch6:		xboard-4.2.7-str-fmt.patch

Requires:	chessengine
Conflicts:	gnuchess <= 5.06
BuildRequires:	flex
BuildRequires:	groff-for-man
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xpm)

%description
Xboard is an X Window System based graphical chessboard which can be used with
the GNUchess and Crafty chess programs, with Internet Chess Servers (ICSs),
with chess via email, or with your own saved games.

%prep
%setup -q 
%patch0 -p1 -b .info-entry
%patch1 -p1 -b .quote
%patch2 -p1 -b .lowtime
%patch3 -p1 -b .xvt
%patch4 -p1 -b .xtname
%patch5 -p1 -b .hilite
%patch6 -p1 -b .str

chmod 0644 ChangeLog*

%build
%configure2_5x --bindir=%{_gamesbindir}
# Xaw3d kinda conflicts with Conectiva patch; no tooltip will be
# shown - Abel
# --with-Xaw3d
%make

%install
%makeinstall bindir=%{buildroot}%{_gamesbindir}

mv %{buildroot}%{_gamesbindir}/%{name} %{buildroot}%{_gamesbindir}/%{name}.real

bzip2 -dc %{SOURCE1} > %{buildroot}%{_gamesbindir}/%{name}
chmod 755 %{buildroot}%{_gamesbindir}/%{name}

# install pxboard manpage
bzip2 -dc %{SOURCE2} > %{buildroot}%{_mandir}/man6/pxboard.6

# install X resource
mkdir -p %{buildroot}%{_sysconfdir}/X11/app-defaults
bzip2 -dc %{SOURCE3} > %{buildroot}%{_sysconfdir}/X11/app-defaults/XBoard

#menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=XBoard
Comment=GUI chessboard game
Exec=%{_gamesbindir}/xboard
Icon=strategy_section
Terminal=false
Type=Application
Categories=Game;BoardGame;
EOF

# remove useless files
rm -f %{buildroot}%{_infodir}/dir

%files
%doc AUTHORS ChangeLog* COPYRIGHT FAQ NEWS READ_ME zippy.README
%doc *.txt *.html
%config(noreplace) %{_sysconfdir}/X11/app-defaults/XBoard
%{_datadir}/applications/mandriva-%{name}.desktop
%{_gamesbindir}/*
%{_mandir}/man?/*
%{_infodir}/*.info*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.2.7-17
+ Revision: cb7eb5a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22133 |14mr|xcalc-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xcalc
Version: 1.0.5
Release: 2
Summary: Scientific calculator for X

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
Xcalc is a scientific calculator desktop accessory that can emulate a TI-30
or an HP-10C.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xcalc
%{_datadir}/X11/app-defaults/XCalc
%{_datadir}/X11/app-defaults/XCalc-color
%{_mandir}/man1/xcalc.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.5-2
+ Revision: 7311141
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22134 |14mr|xcb-util-0.3.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname xcb-util %{major}
%define develname	%mklibname xcb-util -d

Name: xcb-util
Summary: A number of libraries which sit on top of libxcb
Version: 0.3.9
Release: 3
Group: System/X11
License: MIT
URL: http://xcb.freedesktop.org
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
BuildRequires: x11-proto-devel
BuildRequires: x11-util-macros >= 1.1.5
BuildRequires: xcb-devel
BuildRequires: gperf

%description
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

#--------------------------------------------------------------------

%package -n %{develname}
Summary: A number of libraries which sit on top of libxcb
Group: Development/C
Provides:  xcb-util-devel = %{version}-%{release}
Requires:  %{libname} = %{version}-%{release}
Obsoletes: %{_lib}xcb-static-devel < 0.3.9

%description -n %{develname}
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%files -n %{develname}
%{_includedir}/xcb/xcb_atom.h
%{_includedir}/xcb/xcb_aux.h
#%{_includedir}/xcb/xcb_bitops.h
%{_includedir}/xcb/xcb_event.h
%{_includedir}/xcb/xcb_util.h
%{_libdir}/libxcb-util.so
%{_libdir}/pkgconfig/xcb-atom.pc
%{_libdir}/pkgconfig/xcb-aux.pc
%{_libdir}/pkgconfig/xcb-event.pc
%{_libdir}/pkgconfig/xcb-util.pc

#--------------------------------------------------------------------

%package -n %{libname}
Summary: xcb-util library package
Group: System/X11
Conflicts: %{_lib}xcb-xvmc0 < 1.7-2
Conflicts: %{_lib}xcb-xtest0 < 1.7-2
Conflicts: %{_lib}xcb-xprint0 < 1.7-2
Conflicts: %{_lib}xcb-xfixes0 < 1.7-2
Conflicts: %{_lib}xcb-shm0 < 1.7-2
Conflicts: %{_lib}xcb-xevie0 < 1.7-2
Conflicts: %{_lib}xcb-shape0 < 1.7-2
Conflicts: %{_lib}xcb-composite0 < 1.7-2
Conflicts: %{_lib}xcb-xv0 < 1.7-2
Conflicts: %{_lib}xcb-xf86dri0 < 1.7-2
Conflicts: %{_lib}xcb-damage0 < 1.7-2
Conflicts: %{_lib}xcb-record0 < 1.7-2
Conflicts: %{_lib}xcb-res0 < 1.7-2
Conflicts: %{_lib}xcb-screensaver0 < 1.7-2
Conflicts: %{_lib}xcb-glx0 < 1.7-2
Conflicts: %{_lib}xcb-dri2_0 < 1.7-2
Conflicts: %{_lib}xcb-xinerama0 < 1.7-2
Conflicts: %{_lib}xcb1 < 1.7-2
Conflicts: %{_lib}xcb-sync0 < 1.7-2
Conflicts: %{_lib}xcb-render0 < 1.7-2
Conflicts: %{_lib}xcb-dpms0 < 1.7-2
Conflicts: %{_lib}xcb-randr0 < 1.7-2

%description -n %{libname}
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%files -n %{libname}
%{_libdir}/libxcb-util.so.%{major}*

#--------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
rm -rf %{buildroot}
%makeinstall_std




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.9-3
+ Revision: d641a97
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22135 |14mr|xcb-util-cursor-0.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname xcb-cursor %{major}
%define devname %mklibname xcb-cursor -d

Summary:	xcb-util's xcb-cursor
Name:		xcb-util-cursor
Version:	0.1.1
Release:	3
Url:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
License:	MIT
Group:		System/X11
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-render)
BuildRequires:	pkgconfig(xcb-renderutil)
BuildRequires:	pkgconfig(xorg-macros)

%description
This is the libXcursor port to XCB.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	xcb-util-cursor library package
Group:		System/X11
Obsoletes:	%{_lib}xcb-util-cursor0 < 0.1.1-2

%description -n %{libname}
This is the libXcursor port to XCB.

%files -n %{libname}
%{_libdir}/libxcb-cursor.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	xcb-util-cursor development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}xcb-util-cursor-devel < 0.1.1-2

%description -n %{devname}
This pakcage includes the development files required to build software against
%{name}.

%files -n %{devname}
%doc ChangeLog NEWS README
%{_includedir}/xcb/*.h
%{_libdir}/libxcb-cursor.so
%{_libdir}/pkgconfig/xcb-cursor.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.1-3
+ Revision: 190bcd6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22136 |14mr|xcb-util-image-0.3.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d
%define develnamest %mklibname %{name} -d -s

Summary:	xcb-util's xcb-image
Name:		xcb-util-image
Version:	0.3.9
Release:	2
Url:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
License:	MIT
Group:		System/X11
BuildRequires:	xcb-util-devel >= 0.3.9
BuildRequires:	x11-util-macros

%description
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%package -n %{libname}
Summary:	xcb-util-image library package
Group:		System/X11

%description -n %{libname}
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

This is the xcb-util-image library package.

%package -n %{develname}
Summary:	xcb-util-image development files
Group:		Development/C
Provides:	libxcb-util-image-devel = %{version}-%{release}
Provides:	xcb-util-image-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Conflicts:	%{mklibname xcb-util -d} < 0.3.9
Conflicts:	%{mklibname xcb-util -d -s} < 0.3.9

%description -n %{develname}
This pakcage includes the development files required to build software against
%{name}.


%package -n %{develnamest}
Summary:	xcb-util-image development files
Group:		Development/C
Provides:	libxcb-util-image-devel-static = %{version}-%{release}
Provides:	xcb-util-image-devel-static = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	xcb-util-image-devel = %{version}-%{release}
Conflicts:	%{mklibname xcb-util -d} < 0.3.9
Conflicts:	%{mklibname xcb-util -d -s} < 0.3.9

%description -n %{develnamest}
This pakcage includes the development files required to build software against
%{name}.


%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%{_libdir}/libxcb-image.so.%{major}*

%files -n %{develname}
%doc ChangeLog NEWS README
%{_includedir}/xcb/xcb_image.h
%{_includedir}/xcb/xcb_pixel.h
%{_includedir}/xcb/xcb_bitops.h
%{_libdir}/libxcb-image.so
%{_libdir}/pkgconfig/xcb-image.pc

%files -n %{develnamest}
%{_libdir}/libxcb-image.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.9-2
+ Revision: 3ee527a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22137 |14mr|xcb-util-keysyms-0.3.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	xcb-util's xcb-keysyms
Name:		xcb-util-keysyms
Version:	0.3.9
Release:	2
Url:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
License:	MIT
Group:		System/X11
BuildRequires:	xcb-util-devel >= 0.3.9
BuildRequires:	x11-util-macros

%description
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%package -n %{libname}
Summary:	xcb-util-keysyms library package
Group:		System/X11
Conflicts:	%{mklibname xcb-keysyms 1} < 0.3.9

%description -n %{libname}
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

This is the xcb-util-keysyms library package.

%package -n %{develname}
Summary:	xcb-util-keysyms development files
Group:		Development/C
Provides:	libxcb-util-keysyms-devel = %{version}-%{release}
Provides:	xcb-util-keysyms-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Conflicts:	%{mklibname xcb-util -d} < 0.3.9
Conflicts:	%{mklibname xcb-util -d -s} < 0.3.9

%description -n %{develname}
This pakcage includes the development files required to build software against
%{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libxcb-keysyms.so.%{major}*

%files -n %{develname}
%doc ChangeLog NEWS README
%{_includedir}/xcb/xcb_keysyms.h
%{_libdir}/libxcb-keysyms.so
%{_libdir}/pkgconfig/xcb-keysyms.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.9-2
+ Revision: f5d86ad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22138 |14mr|xcb-util-renderutil-0.3.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Xcb-util's xcb-renderutil

Name:		xcb-util-renderutil
Version:	0.3.9
Release:	2
Url:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
License:	MIT
Group:		System/X11
BuildRequires:	xcb-util-devel >= 0.3.8
BuildRequires:	x11-util-macros

%description
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%package -n %{libname}
Summary:	xcb-util-renderutil library package

Group:		System/X11

%description -n %{libname}
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

This is the xcb-util-renderutil library package.

%package -n %{develname}
Summary:	xcb-util-renderutil development files

Group:		Development/C
Provides: 	libxcb-util-renderutil-devel = %{version}-%{release}
Provides:	xcb-util-renderutil-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Conflicts:	%{mklibname xcb-util -d} < 0.3.8
Conflicts:	%{mklibname xcb-util -d -s} < 0.3.8

%description -n %{develname}
This pakcage includes the development files required to build software against
%{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%doc ChangeLog NEWS README
%{_libdir}/libxcb-render-util.so.%{major}*

%files -n %{develname}
%{_includedir}/xcb/xcb_renderutil.h
%{_libdir}/libxcb-render-util.a
%{_libdir}/libxcb-render-util.so
%{_libdir}/pkgconfig/xcb-renderutil.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.9-2
+ Revision: 34f1a0a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22139 |14mr|xcb-util-wm-0.4.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ewmh_major 2
%define icccm_major 4

%define libewmh %mklibname xcb-ewmh %{ewmh_major}
%define libicccm %mklibname xcb-icccm %{icccm_major}
%define develname %mklibname %{name} -d
%define develnamest %mklibname %{name} -d -s

Summary:	xcb-util-wm

Name:		xcb-util-wm
Version:	0.4.1
Release:	2
Url:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
License:	MIT
Group:		System/X11
BuildRequires:	xcb-util-devel >= 0.3.9
BuildRequires:	x11-util-macros

%description
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%package -n %{libewmh}
Summary:	Xcb-ewmh library package

Group:		System/X11

%description -n %{libewmh}
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%package -n %{libicccm}
Summary:	Xcb-icccm library package

Group:		System/X11

%description -n %{libicccm}
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%package -n %{develname}
Summary:	xcb-util-wm development headers

Group:		Development/C
Provides:	libxcb-util-wm-devel = %{version}-%{release}
Provides:	xcb-util-wm-devel = %{version}-%{release}
Requires:	%{libewmh} = %{version}-%{release}
Requires:	%{libicccm} = %{version}-%{release}
Conflicts:	%{mklibname xcb-util -d} < 0.3.9
Conflicts:	%{mklibname xcb-util -d -s} < 0.3.9

%description -n %{develname}
This package includes the development files required to build software against
%{name}.

%package -n %{develnamest}
Summary:	xcb-util-wm development static files

Group:		Development/C
Provides:	libxcb-util-wm-devel-static = %{version}-%{release}
Provides:	xcb-util-wm-devel-static = %{version}-%{release}
Requires:	%{libewmh} = %{version}-%{release}
Requires:	%{libicccm} = %{version}-%{release}
Requires:	xcb-util-wm-devel = %{version}-%{release}
Conflicts:	%{mklibname xcb-util -d} < 0.3.9
Conflicts:	%{mklibname xcb-util -d -s} < 0.3.9

%description -n %{develnamest}
This package includes the static development
files required to build software against
%{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libewmh}
%{_libdir}/libxcb-ewmh.so.%{ewmh_major}*

%files -n %{libicccm}
%{_libdir}/libxcb-icccm.so.%{icccm_major}*

%files -n %{develnamest}
%{_libdir}/libxcb-ewmh.a
%{_libdir}/libxcb-icccm.a

%files -n %{develname}
%doc ChangeLog NEWS README
%{_includedir}/xcb/xcb_ewmh.h
%{_includedir}/xcb/xcb_icccm.h
%{_libdir}/libxcb-ewmh.so
%{_libdir}/libxcb-icccm.so
%{_libdir}/pkgconfig/xcb-ewmh.pc
%{_libdir}/pkgconfig/xcb-icccm.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.4.1-2
+ Revision: 77d5b82
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22140 |14mr|xchat-2.8.8-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	build_plf 0

%if %build_plf
%define	distsuffix plf
%endif 

%{?_with_plf: %{expand: %%global build_plf 1}}

%define	perl_version %(rpm -q --qf '%%{epoch}:%%{VERSION}' perl)

Summary:	A GTK+ IRC client
Name:		xchat
Version:	2.8.8
Release:	12
Group:		Networking/IRC
License:	GPLv2+
Url:		http://www.xchat.org
Source0:	http://www.xchat.org/files/source/2.8/%{name}-%{version}.tar.bz2
Patch0:		xchat-2.6.4-ctcp_version.patch
Patch1:		xchat-2.0.8-nicksuffix.patch
Patch2:		xchat-2.6.1-servlist.patch
Patch3:		xchat-2.8.6-CVE-2009-0315-debian.patch
Patch4:		xchat-2.8.8-autoconf.patch
# fedora patches
Patch100:	xchat-1.8.7-use-sysconf-to-detect-cpus.patch
Patch101:	xchat-2.8.4-disable-tray-icon-by-default.patch
Patch102:	xchat-2.8.6-default-utf8.patch
Patch103:	xchat-2.8.6-change-page-activity.patch
Patch104:	xchat-2.8.8-freenode-ports.diff
Patch105:	xchat-2.8.8-libnotify07.patch
Patch106:	xchat-2.8.8-link-against-libnotify.patch
Patch107:	fixglib.patch
BuildRequires:	bison
BuildRequires:	desktop-file-utils
BuildRequires:	GConf2
BuildRequires:	imagemagick
BuildRequires:	gettext-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libntlm)
BuildRequires:	pkgconfig(libsexy)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	tcl-devel
%if %build_plf
BuildRequires:	socks5-devel
%endif
Provides:	xchat-dbus = %{version}-%{release}
# To get the balloon alerts working
Requires:	libnotify

%description
X-Chat is yet another IRC client for the X Window System, using the Gtk+
toolkit. It is pretty easy to use compared to the other Gtk+ IRC clients and
the interface is quite nicely designed.

%package devel
Summary:	XChat header for plugin development
Group:		Development/C

%description devel
This package contains xchat-plugin.h needed to build external plugins.

%package perl
Summary:	XChat Perl plugin
Group:		Networking/IRC
Requires:	%{name} = %{version}-%{release}
Requires:	perl-base = %perl_version

%description perl
Provides Perl scripting capability to XChat.

%package python
Summary:	XChat Python plugin
Group:		Networking/IRC
Requires:	%{name} = %{version}-%{release}

%description python
Provides Python scripting capability to XChat.

%package tcl
Summary:	XChat TCL plugin
Group:		Networking/IRC
Requires:	%{name} = %{version}-%{release}

%description tcl
Provides tcl scripting capability to XChat.

%prep

%setup -q
%patch0
%patch1 -p1
%patch2 -p0 -b .default_server
%patch3 -p1 -b .cve-2009-0315
%patch4 -p0 -b .autoconf

# fedora patches
%patch100 -p0 -b .use-sysconf-to-detect-cpus
%patch101 -p1 -b .tray-icon
%patch102 -p1 -b .default-utf8
%patch103 -p1 -b .active-channel-switch
%patch104 -p0 -b .freenode-ports
%patch105 -p1 -b .libnotify07
%patch106 -p1 -b .link-against-libnotify
%patch107 -p1 -b .fixglib

# fix build against latest GTK+
sed -i -e 's/#define GTK_DISABLE_DEPRECATED//g' src/fe-gtk/*.c

find . -name Makefile.in |xargs sed -i -e 's,configure.in,configure.ac,g'
./autogen.sh

%build
# (tpg) disable Xft as it breaks RTL languages
# use slower pango instead
%configure2_5x  \
	--enable-openssl \
	--enable-ipv6 \
	--enable-threads=posix \
	--disable-xft \
	--enable-shm \
	--enable-perl \
	--enable-dbus \
	--enable-python \
	--enable-tcl=%{_libdir} \
	--disable-textfe \
	--enable-spell=libsexy \
%if %build_plf
	--enable-socks
%endif

%make

%install
%makeinstall_std

%find_lang %{name}

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert xchat.png -geometry 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert xchat.png -geometry 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert xchat.png -geometry 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

perl -pi -e 's,%{name}.png,%{name},g' %{buildroot}%{_datadir}/applications/xchat.desktop

desktop-file-install \
	--remove-category="Application" \
	--add-category="GTK" \
	--add-category="IRCClient" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}%{_includedir}
cp plugins/xchat-plugin.h %{buildroot}%{_includedir}/

rm -rf %{buildroot}%{_libdir}/xchat/plugins/*.la

%preun 
%preun_uninstall_gconf_schemas apps_xchat_url_handler

%files -f xchat.lang
%doc README ChangeLog faq.html plugins/plugin20.html
%{_bindir}/xchat
%{_datadir}/applications/xchat.desktop
%{_datadir}/dbus-1/services/org.xchat.service.service
%{_datadir}/pixmaps/xchat.png
%{_iconsdir}/hicolor/*/apps/*.png
%dir %{_libdir}/xchat/plugins
%dir %{_libdir}/xchat
%{_sysconfdir}/gconf/schemas/apps_xchat_url_handler.schemas

%files devel
%{_includedir}/xchat-plugin.h

%files perl
%{_libdir}/xchat/plugins/perl.so

%files python
%{_libdir}/xchat/plugins/python.so

%files tcl
%{_libdir}/xchat/plugins/tcl.so


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8.8-12
+ Revision: 43ad6f1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22141 |14mr|xclass-0.9.2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug package is empty and rpmlint rejects build
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define major	0
%define libname	%mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	GUI toolkit resembling Windows(TM) 95
Name:		xclass
Version:	0.9.2
Release:	13
License:	LGPL
Group:		System/Libraries
Url:		http://sourceforge.net/projects/xclass/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		xclass-0.6.3-mime-types.patch
# From SUSE OSS-Factory
Patch1:		xclass-0.9.2-gcc40.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(glu)
Requires:	%{libname} = %{version}-%{release}

%description
Xclass is a GUI toolkit resembling Windows 95. It is Xlib-based and is 
written in C++.

%package -n %{libname}
Summary:	Win95-looking GUI toolkit
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
Xclass is a GUI toolkit resembling Windows 95. It is Xlib-based and is 
written in C++.

%package -n %{develname}
Summary:	Win95-looking GUI toolkit
Group:		Development/C++
Provides:	%{name}-devel = %{version}
Provides:	lib%{name}-devel = %{version}
Requires:	%{libname} = %{version}

%description -n %{develname}
Xclass is a GUI toolkit resembling Windows 95. It is Xlib-based and is
written in C++.

This package contains headers and static libraries to develop program using
Xclass.

%prep
%setup -q
%patch0 -p1 -b .mime-types
%patch1 -p0 -b .gcc40

# AW: new way to install /etc/xclass-mime.types instead of /etc/mime.types
mv doc/mime.types doc/xclass-mime.types
perl -pi -e "s,mime.types,xclass-mime.types,g" doc/Makefile.in lib/libxclass/OResourcePool.cc test/ftest.cc
# AW: new way to fix references to /usr/local in the build
perl -pi -e "s,/usr/local/xclass-icons,%_datadir/%{name}/icons,g" lib/libxclass/Makefile.in lib/libxclass/Makefile.intel
perl -pi -e "s,/usr/local/xclass,/,g" lib/libxclass/Makefile.in lib/libxclass/Makefile.intel

%build
# Needed for x86-64 build
export CFLAGS="%{optflags} -DPIC -fPIC"
export CXXFLAGS="$CFLAGS"
%configure2_5x --enable-debug=no
%make
%make shared

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_libdir} %{buildroot}%{_includedir} 
mkdir -p %{buildroot}%{_sysconfdir} %{buildroot}%{_datadir}/xclass/icons
make etc_dir=%{buildroot}%{_sysconfdir} config_dir=%{buildroot}%{_bindir} \
  doc_dir=%{buildroot}%{_docdir} header_dir=%{buildroot}%{_includedir}/xclass lib_dir=%{buildroot}%{_libdir} \
  icon_dir=%{buildroot}%{_datadir}/xclass/icons install
make etc_dir=%{buildroot}%{_sysconfdir} config_dir=%{buildroot}%{_bindir} \
  doc_dir=%{buildroot}%{_docdir} header_dir=%{buildroot}%{_includedir}/xclass lib_dir=%{buildroot}%{_libdir} \
  icon_dir=%{buildroot}%{_datadir}/xclass/icons install_shared
ln -sf libxclass.so.%{version} %{buildroot}%{_libdir}/libxclass.so.%{major}
ln -sf libxclass.so.%{version} %{buildroot}%{_libdir}/libxclass.so

# fix reference to icons dir
perl -pi -e "s,(^icon dir).+,\1 = %{_datadir}/xclass/icons," \
  %{buildroot}%{_sysconfdir}/xclassrc

# remove unpackaged files
rm -f  %{buildroot}%{_datadir}/xclass/icons/Makefile{,.in}
rm -rf %{buildroot}%{_datadir}/doc

%multiarch_binaries %{buildroot}%{_bindir}/xc-config

%files
%dir %{_datadir}/xclass
%dir %{_datadir}/xclass/icons
%{_datadir}/xclass/icons/*.xpm
%{_datadir}/xclass/icons/*.xbm
%{_datadir}/xclass/icons/*.icon
%config(noreplace) %{_sysconfdir}/xclassrc
%config(noreplace) %{_sysconfdir}/xclass-mime.types

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{develname}
%doc doc/Programming.notes doc/INSTALL doc/Layout.notes
%{_bindir}/xc-config
%{multiarch_bindir}/xc-config
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.2-13
+ Revision: 8e5fdd7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22142 |14mr|xclipboard-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xclipboard
Version:	1.1.3
Release:	2
Summary:	X clipboard client

Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
The xclipboard program is used to collect and display text selections that are
sent to the clipboard by other clients. It is typically used to save clipboard
selections for later use. It stores each clipboard selection as a separate
string, each of which can be selected. Each time clipboard is asserted by
another application, xclipboard transfers the contents of that selection to a
new buffer and displays it in the text window.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xclipboard
%{_bindir}/xcutsel
%{_datadir}/X11/app-defaults/XClipboard
%{_mandir}/man1/xclipboard.*
%{_mandir}/man1/xcutsel.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3-2
+ Revision: 4bd494e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22143 |14mr|xclock-1.0.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xclock
Version: 1.0.6
Release: 3
Summary: analog / digital clock for X
Group: Development/X11
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xt) >= 1.0.0
BuildRequires: pkgconfig(xaw7) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: pkgconfig(xrender) >= 0.9.0
BuildRequires: pkgconfig(xft) >= 2.1.8.2
BuildRequires: pkgconfig(xkbfile) >= 1.0.1

%description
The xclock program displays the time in analog or digital form. The time is
continuously updated at a frequency which may be specified by the user.

%prep
%setup -q -n %{name}-%{version}

%build
%configure	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/xclock
%{_datadir}/X11/app-defaults/XClock-color
%{_datadir}/X11/app-defaults/XClock
%{_mandir}/man1/xclock.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.6-3
+ Revision: 4e4d242
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22144 |14mr|xcmsdb-1.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xcmsdb
Version:	1.0.4
Release:	3
Summary:	Device Color Characterization utility for X Color Management System
Group:		Development/X11
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
xcmsdb is used to load, query, or remove Device Color Characterization
data stored in properties on the root window of the screen as 
specified in section 7, Device Color Characterization, of the ICCCM.
Device Color Characterization data (also called the Device Profile) is
an integral part of Xlib's X Color Management System (Xcms), necessary
for proper conversion of color specification between device-
independent and device-dependent forms.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/xcmsdb
%{_mandir}/man1/xcmsdb.1.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-3
+ Revision: 2d29838
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22145 |14mr|xconsole-1.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xconsole
Version: 1.0.6
Release: 2
Summary: Monitor system console messages with X

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
The xconsole program displays messages which are usually sent to /dev/console.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xconsole
%{_datadir}/X11/app-defaults/XConsole
%{_mandir}/man1/xconsole.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.6-2
+ Revision: c9ec084
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22146 |14mr|xcpustate-2.9-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	An X Window System based CPU state monitor
Name:		xcpustate
Version:	2.9
Release:	11
License:	MIT-style
Group:		Monitoring
URL:		ftp://ftp.cs.toronto.edu/pub/jdd/xcpustate/
Source0:	ftp://ftp.cs.toronto.edu/pub/jdd/xcpustate/%{name}-%{version}.tar.lzma
Source11:	%{name}16.png
Source12:	%{name}32.png
Source13:	%{name}48.png
BuildRequires:	imake
BuildRequires:	elfutils-devel
BuildRequires:	glibc-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	tirpc-devel
Patch1:		xcpustate-2.5-alpha.patch
Patch2:		xcpustate-2.5-6.0.patch
Patch3:		xcpustate-2.9-missingheaders.patch

%description
The xcpustate utility is an X Window System based monitor which shows
the amount of time that the CPU is spending in different states.  On a
Linux system, xcpustate displays a bar that indicates the amounts of idle,
user, nice and system time (from left to right) used by the CPU.

Install the xcpustate package if you'd like to use a horizontal bar style
CPU state monitor.

%prep
%setup -q
%patch2 -p1 -b .glibc
%patch3 -p1 -b .headers
%ifarch alpha
%patch1 -p1 -b .alpha
%endif

%build
xmkmf
%make CDEBUGFLAGS="%{optflags}" MANPATH=%{_mandir} SYS_LIBRARIES="-ltirpc"

%install
%{makeinstall_std} install.man MANPATH=%{_mandir}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=XCpuState
Comment=CPU load indicator
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=System;Monitor;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%files
%defattr(-,root,root,0755)
%doc README
%attr(0755,root,root) %_bindir/xcpustate
%attr(0644,root,root) %_mandir/man1/xcpustate.1*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.9-11
+ Revision: 2143e21
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22147 |14mr|xcursorgen-1.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xcursorgen
Version: 1.0.6
Release: 2
Summary: Create an X cursor file from a collection of PNG images

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(libpng) >= 1.2.8
BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xcursor) >= 1.1.5.2
BuildRequires: x11-util-macros >= 1.0.1

%description
Xcursorgen creates an X cursor file from a collection of PNG images.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x --x-includes=%{_includedir}\
--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xcursorgen
%{_mandir}/man1/xcursorgen.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.6-2
+ Revision: e66acef
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22148 |14mr|xdbedizzy-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xdbedizzy
Version:	1.1.0
Release:	3
Summary:	Demo of DBE creating a double buffered spinning scene
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT
BuildRoot:	%{_tmppath}/%{name}-root

BuildRequires:	x11-util-macros	>= 1.1.5
BuildRequires:	libxext-devel	>= 1.0.3

%description
Xdbedizzy is a demo of DBE creating a double buffered spinning scene.

%prep
%setup -q -n %{name}-%{version}

%build
%configure	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xdbedizzy
%{_mandir}/man1/xdbedizzy.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-3
+ Revision: c3d8c11
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22149 |14mr|xdg-compliance-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xdg-compliance
Version:	0.1
Release:	6
License:	 MIT
URL:		http://gitorious.org/xdg-autostart/

Source0:	xdg-autostart-%{version}.tar.bz2
Source1:	xdg-autostart.xinit
Source2:	update-menus.xinit
Patch0:		xdg-autostart-0.1-gcc4.7.patch

#------------------------------------------------------------------------------#

# package xdg-compliance

Summary:	Packages to help old desktop environments follow XDG standards
Group:		Graphical desktop/Other

Requires:	%{name}-autostart
Requires:	%{name}-menu

%description
This meta-package requires %{name}-autostart and %{name}-menu.

%files

#------------------------------------------------------------------------------#

%package autostart
Summary:	XDG Autostart compliance for old desktop environments
Group:		Graphical desktop/Other

%description autostart
This package provides a xinit.d script that emulates XDG Autostart compliance
for old desktop environments.

%files autostart
%{_bindir}/xdg-autostart
%{_sysconfdir}/X11/xinit.d/xdg-autostart

#------------------------------------------------------------------------------#

%package menu
Summary:	User menus for old desktop environments based on XDG Menu
Group:		Graphical desktop/Other

%description menu
This package creates user-level menus for old desktop environments following
the XDG Menu standard.

%files menu
%{_sysconfdir}/X11/xinit.d/update-menus

#------------------------------------------------------------------------------#

%prep
%setup -q -n xdg-autostart-%{version}
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std

install -D -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/xinit.d/xdg-autostart
install -D -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/X11/xinit.d/update-menus


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1-6
+ Revision: 7aaf970
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22150 |14mr|xdg-user-dirs-0.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	XDG user dirs
Name:		xdg-user-dirs
Version:	0.15
Release:	2
License:	GPLv2+
Group:		System/Libraries
URL:		http://freedesktop.org/wiki/Software/xdg-user-dirs
Source0:	http://user-dirs.freedesktop.org/releases/%{name}-%{version}.tar.gz
# use fuzzy translations (for Downloads)
# https://bugzilla.redhat.com/show_bug.cgi?id=532399
Patch0:		use-fuzzy.patch
BuildRequires:	gettext
BuildRequires:  docbook-style-xsl
BuildRequires:  xsltproc

%description
xdg-user-dirs is a tool to help manage "well known" user directories
like the desktop folder and the music folder. It also handles
localization (i.e. translation) of the filenames.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

make -C po update-po

%install
rm -rf %{buildroot}

%makeinstall_std

%find_lang %{name}

mkdir -p %{buildroot}%{_sysconfdir}/X11/xinit.d/
cat > %{buildroot}%{_sysconfdir}/X11/xinit.d/xdg-user-dirs-update << EOF
#!/bin/sh
if [ -x %{_bindir}/xdg-user-dirs-update ]; then
  %{_bindir}/xdg-user-dirs-update
fi
EOF

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS NEWS README
%config(noreplace) %{_sysconfdir}/xdg/user-dirs.conf
%config(noreplace) %{_sysconfdir}/xdg/user-dirs.defaults
%attr(755,root,root) %{_sysconfdir}/X11/xinit.d/xdg-user-dirs-update
%{_bindir}/xdg-user-dir
%{_bindir}/xdg-user-dirs-update
%{_mandir}/man*/*.*.xz


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.15-2
+ Revision: 90926a5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22151 |14mr|xdg-user-dirs-gtk-0.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	XDG user dirs support for GNOME/GTK+
Name:		xdg-user-dirs-gtk
Version:	0.9
Release:	2
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org/
Source0:	http://ftp.gnome.org/pub/gnome/sources/xdg-user-dirs-gtk/%{version}/%{name}-%{version}.tar.xz
# (fc) 0.5-2mdv add KDE info to desktop file
Patch0:		xdg-user-dirs-gtk-0.9-kde.patch
# (fc) 0.5-2mdv detect mdk-folders entries in gtk bookmarks and replace them with standard entries
Patch1:		xdg-user-dirs-gtk-0.5-mdkfolders.patch
BuildRequires:	gtk2-devel
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	xdg-user-dirs
BuildRequires:	intltool
Requires:	xdg-user-dirs

%description
xdg-user-dirs-gtk is a companion to xdg-user-dirs that integrates it into
the Gnome desktop and Gtk+ applications.

It gets run during login and does two things:
* Tracks changes of locale and prompts the user so the directories
  can be changed.
* Creates a default gtk bookmarks file if there is none, based
  on a set of xdg user dirs.

%prep
%setup -q
%patch0 -p1 -b .kde
%patch1 -p1 -b .mdkfolders

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog README NEWS
%config(noreplace) %{_sysconfdir}/xdg/autostart/user-dirs-update-gtk.desktop
%{_bindir}/xdg-user-dirs-gtk-update



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9-2
+ Revision: 9e19631
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22152 |14mr|xdg-utils-1.1.0-0.20130218.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# sources from upstream git
#
# git clone git://anongit.freedesktop.org/xdg/xdg-utils
# cd xdg-utils
# git archive --format=tar --prefix=xdg-utils-20121008/ master | xz > ../xdg-utils-20121008.tar.xz
#

%define gitdate 20130218

Name:		xdg-utils
Version:	1.1.0
Release:	0.%{gitdate}.1
Summary:	A basic desktop integration tools for any Free Desktop
License:	MIT
Url:		http://portland.freedesktop.org/wiki/
Group:		System/Base
Source0:	xdg-utils-%{gitdate}.tar.xz
#Source0:	http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta:-%{beta}}.tar.gz
Patch0:		xdg-utils-1.0.2-email_loop.patch
Patch1:		xdg-utils-1.0.2-email_silent_errors.patch
Patch2:		xdg-utils-1.0.3-enable-xdg-terminal.patch
BuildRequires:	libxslt-proc
BuildRequires:	gawk
BuildRequires:	xmlto
BuildRequires:	docbook-dtd412-xml
BuildRequires:	docbook-style-xsl
Requires:	desktop-file-utils
Requires:	xprop
Requires:	xset
BuildArch:	noarch

%description
This version of xdg-utils contains the following commands:
xdg-desktop-menu:	command line tool for (un)installing 
			desktop menu items
xdg-desktop-icon:	command line tool for (un)installing 
			icons to the desktop
xdg-mime:	        command line tool for querying information 
			about file type handling and adding 
			descriptions for new file types
xdg-icon-resource:	command line tool for (un)installing icon resources
xdg-open:	        opens a file or URL in the user's preferred 
			application
xdg-email:	        command line tool for sending mail using the user's 
			preferred 
			e-mail composer
xdg-su:	                run a program as root after prompting for the root 
			password
xdg-screensaver:	command line tool for controlling the screensaver

Testsuite for xdg-utils is available from
http://portland.freedesktop.org/wiki/TestSuite

%prep
%setup -qn %{name}-%{gitdate}

%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
%configure2_5x

%if %{gitdate}
%make scripts-clean -C scripts
%make man scripts -C scripts
%endif

%make
%make -C scripts

%install
%makeinstall_std
sed -i -e "s,_LIBDIR_,%{_libdir}/kde4/libexec,g" %{buildroot}/%{_bindir}/xdg-email

%files
%{_bindir}/xdg-desktop-icon
%{_bindir}/xdg-desktop-menu
%{_bindir}/xdg-email
%{_bindir}/xdg-icon-resource
%{_bindir}/xdg-mime
%{_bindir}/xdg-open
%{_bindir}/xdg-screensaver
%{_bindir}/xdg-settings
%{_bindir}/xdg-terminal
%{_mandir}/man1/xdg*.*


%changelog
* Tue Oct 01 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-0.20130218.1
+ Revision: c1ead19
- Fix tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22153 |14mr|Xdialog-2.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A replacement for the cdialog program for X
Name:		Xdialog
Version:	2.3.1
Release:	3
Source0:	%{name}-%{version}.tar.bz2
Patch0:		Xdialog-2.2.1-fix-str-fmt.patch
Group:		Development/Other
License:	GPL
URL:		http://xdialog.dyns.net/
BuildRequires:  bison
BuildRequires:  gtk+2-devel
BuildRequires:  glib2-devel
Provides:	xmsg-dialog
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Xdialog is designed to be a drop in replacement for the cdialog program.
It converts any terminal based program into a program with an X-windows
interface. The dialogs are easier to see and use and the treeview adds an
extra dimension to the way menus can be displayed.

%prep
%setup -q
%patch0 -p0

%build

%configure2_5x --with-gtk2

# don't strip (retarded crap!)
find -type f -name "Makefile" | xargs perl -pi -e "s|^INSTALL_STRIP_PROGRAM.*|INSTALL_STRIP_PROGRAM = \"\\\${SHELL} \\\$\(install_sh\) -c\"|g"
find -type f -name "Makefile" | xargs perl -pi -e "s|INSTALL_STRIP_FLAG=-s|INSTALL_STRIP_FLAG=|g" 
find -type f -name "Makefile" | xargs perl -pi -e "s|-Wall -s|-Wall|g" 

%make

%install
rm -rf %{buildroot}

%makeinstall docdir=%{buildroot}%{_docdir}/%{name}

%{find_lang} %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc ChangeLog COPYING samples
%doc doc/*.html doc/*.png
%{_mandir}/man1/*
%{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.1-3
+ Revision: 7207155
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22154 |14mr|xditview-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xditview
Version:	1.0.3
Release:	2
Summary:	Display ditroff output

Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
Display ditroff output.

%prep
%setup -q -n %{name}-%{version}

%build
#autoreconf -ifs
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%clean

%pre 
if [ -h %{_includedir}/X11 ]; then
	rm -f %{_includedir}/X11
fi

%files
%{_bindir}/xditview
%{_datadir}/X11/app-defaults/Xditview
%{_datadir}/X11/app-defaults/Xditview-chrtr
%{_includedir}/X11/bitmaps/ldblarrow
%{_includedir}/X11/bitmaps/rdblarrow
%{_mandir}/man1/xditview.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-2
+ Revision: 493678f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22155 |14mr|xdm-1.1.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define xdm_libdir	%{_datadir}/X11/xdm

Name: xdm
Version: 1.1.11
Release: 6
Summary: X Display Manager with support for XDMCP
Group: System/X11
License: MIT
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Source1: xdm.pamd
Source2: xdm.service
Patch4: 0004-Support-kdm-extended-syntax-to-reserve-a-server-for.patch
#Patch5: 0005-Initialize-the-greeter-only-after-checking-if-the-th.patch
#Patch6: 0006-Add-console-kit-support-to-xdm.patch
#Patch7: 0007-Add-files-required-by-consolekit-support.patch

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xau) >= 1.0.0
BuildRequires: pkgconfig(xaw7) >= 1.0.1
BuildRequires: pkgconfig(xdmcp) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: pkgconfig(xorg-macros) >= 1.3.0
BuildRequires: pkgconfig(xt) >= 1.0.0
BuildRequires: pam-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	systemd
Requires: xinitrc > 2.4.19-9
Requires: xrdb
Requires: sessreg
Requires: systemd
Conflicts: xorg-x11 < 7.0

Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd

%description
Xdm manages a collection of X displays, which may be on the local host or
remote servers. The design of xdm was guided by the needs of X terminals as
well as The Open Group standard XDMCP, the X Display Manager Control Protocol.
Xdm provides services similar to those provided by init, getty and login on
character terminals: prompting for login name and password, authenticating the
user, and running a session.

%prep
%setup -q
%apply_patches

%build
# patch 6 requires autoreconf
autoreconf -v --install
%configure2_5x \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir} \
	--with-xdmlibdir=%{xdm_libdir} \
	--with-pam \
	--enable-xdmshell \
	--with-systemdsystemunitdir=%{_unitdir}
%make

%install
rm -rf %{buildroot}
%makeinstall_std

LC_ALL=C
LANG=C
export LC_ALL LANG

# remove files that are in xinitrc
rm -rf %{buildroot}%{xdm_libdir}/{[A-Z]*,xdm-config}

# remove unused devel files
rm -rf %{buildroot}%{xdm_libdir}/*.{a,la}

# install PAM file
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -m 644 %{SOURCE1} %{buildroot}/etc/pam.d/xdm

install -d %{buildroot}/var/lib/xdm
ln -sf /var/lib/xdm %{buildroot}%{xdm_libdir}/authdir

# logrotate
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
cat << EOF > %{buildroot}%{_sysconfdir}/logrotate.d/xdm
/var/log/xdm-error.log {
    notifempty
    missingok
    nocompress
}
EOF

#Replace native service
rm -f %{buildroot}%{_unitdir}/xdm.service
install -Dpm 644 %{SOURCE2} %{buildroot}%{_unitdir}/xdm.service

%pre
if [ -d %{xdm_libdir}/authdir ]; then
	# this is now a symlink
	rm -rf %{xdm_libdir}/authdir
fi

#post	
#/bin/systemctl enable xdm.service 2>&1 || :

%preun
 /bin/systemctl disable xdm.service 2>&1 || :

%postun
/bin/systemctl daemon-reload 2>&1 || :

%files
%config(noreplace) %{_sysconfdir}/pam.d/xdm
%config(noreplace) %{_sysconfdir}/logrotate.d/xdm
%dir /var/lib/xdm
%{_bindir}/xdm
%{_bindir}/xdmshell
%{_mandir}/man1/xdm.*
%{_mandir}/man1/xdmshell.*
%{xdm_libdir}/*
%{_datadir}/X11/app-defaults/Chooser
%{_unitdir}/xdm.service


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.11-6
+ Revision: ca1a958
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22156 |14mr|xdotool-2.20110530.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Fake keyboard/mouse input, window management, and more
Name:		xdotool
Version:	2.20110530.1
Release:	1
License:	BSD
Group:		Toys
Url:		http://www.semicomplete.com/projects/xdotool
Source0:	http://semicomplete.googlecode.com/files/xdotool-%{version}.tar.gz
Patch0:		xdotool-2.20110530.1-makefile.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xtst)

%description
This tool lets you simulate keyboard input and mouse activity, move and resize
windows, etc. It does this using X11's XTEST extension and other Xlib
functions.

Additionally, you can search for windows and move, resize, hide, and modify
window properties like the title. If your window manager supports it, you can
use xdotool to switch desktops, move windows between desktops, and change the
number of desktops.

%files
%{_bindir}/xdotool
%{_mandir}/man1/xdotool.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains library for %{name}.

%files -n %{libname}
%{_libdir}/libxdo.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%{_libdir}/libxdo.so
%{_includedir}/xdo.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
%make

%install
%makeinstall_std \
	PREFIX=%{_prefix} \
	INSTALLMAN=%{_datadir}/man \
	INSTALLLIB=%{_libdir}


%changelog
* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.20110530.1-1
+ Revision: 25dff7a
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22157 |14mr|xdpyinfo-1.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xdpyinfo
Version:	1.3.1
Release:	2
Summary:	Display information utility for X

Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: pkgconfig(xtst) >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: pkgconfig(xxf86vm)
BuildRequires: pkgconfig(xxf86dga)
BuildRequires: pkgconfig(xxf86misc)
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xcomposite)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(dmx)
BuildRequires: pkgconfig(xp)

%description
Xdpyinfo is a utility for displaying information about an X server. It is used
to examine the capabilities of a server, the predefined values for various
parameters used in communicating between clients and the server, and the
different types of screens and visuals that are available.

%prep
%setup -q

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xdpyinfo
%{_mandir}/man1/xdpyinfo.*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.1-2
+ Revision: 6b7f1ce
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22158 |14mr|xdriinfo-1.0.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xdriinfo
Version: 1.0.4
Release: 6
Summary: Query configuration information of DRI drivers
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: pkgconfig(gl)

%description
Driinfo can be used to query configuration information of direct rendering
drivers (DRI).

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xdriinfo
%{_mandir}/man1/xdriinfo.*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-6
+ Revision: 4fefafa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22159 |14mr|xearth-1.1-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	xearth
%define version	1.1

Summary:	A display of the Earth from space
Name:		%{name}
Version:	%{version}
Release:	23
License:	MIT
Group:		Toys
BuildRequires:	pkgconfig(x11) libxext-devel libxt-devel imake
Source0:	ftp://cag.lcs.mit.edu/pub/tuna/%{name}-%{version}.tar.bz2
Source1:	xearth_locations.txt.bz2
Source11:	xearth16.png
Source12:	xearth32.png
Source13:	xearth48.png
Url:		http://www.cs.colorado.edu/~tuna/xearth/
Patch0:		xearth-1.0-mdk.patch

%description
Xearth is a graphic that shows a globe of the Earth, including markers 
for major cities and the Mandriva head office.  The Earth is correctly 
shaded for the current position of the sun, and the displayed image is 
updated every five minutes.

%prep
%setup -q
%patch0 -p0

%build
xmkmf
%make CDEBUGFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT

%{makeinstall_std} install.man
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
bzcat %{SOURCE1} > $RPM_BUILD_ROOT%{_datadir}/%{name}/xearth_locations.txt

#install menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Xearth
Comment=Display the Earth on your desktop
Exec=%{_bindir}/%{name} -noroot -bigstars 20 -label -labelpos -5-150 -markerfile /usr/share/xearth/xearth_locations.txt
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Amusement;X-MandrivaLinux-MoreApplications-Games-Toys;
EOF

install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%if %mdkversion < 200900
%post
%update_menus
%update_icon_cache hicolor
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%clean_icon_cache hicolor
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_mandir}/man1/xearth.1*
%{_datadir}/%{name}/xearth_locations.txt
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-23
+ Revision: d21f76d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22160 |14mr|xedit-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xedit
Version:	1.2.0
Release:	2
Summary:	Simple text editor for X
Group:		Development/X11
URL:		http://xorg.freedesktop.org
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Patch0:		xedit-1.1.2-fix-str-fmt.patch
Patch1:		xedit-1.1.2-int64-bignum.patch
Patch2:		xedit-1.1.2-newfile.patch
License:	MIT
BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires:	x11-util-macros		>= 1.1.5
BuildRequires:	libxaw-devel		>= 1.0.4
Requires:	x11-data-bitmaps
Requires:	aspell aspell-en grep words
Requires:	ctags
Requires:	x11-font-alias
# sgml mode
Requires:	x11-font-dec-misc
Requires:	x11-font-misc-misc
# courier (most modes) helvetica (sgml/html edit modes)
Requires:	x11-font-adobe-75dpi x11-font-adobe-100dpi
# lucidatypewriter (most modes)
Requires:	x11-font-bh-lucidatypewriter-75dpi x11-font-bh-lucidatypewriter-100dpi
# lucida (hmtl mode)
Requires:	x11-font-bh-75dpi x11-font-bh-100dpi

%description
Xedit provides a simple text editor for X.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0
%patch1 -p1
%patch2 -p1

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xedit
%{_libdir}/X11/xedit
%{_datadir}/X11/app-defaults/Xedit
%{_datadir}/X11/app-defaults/Xedit-color
%{_mandir}/man1/xedit.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-2
+ Revision: 421abcd
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22161 |14mr|xemacs-21.4.22-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 21
%define rversion %{major}.4.22
%define mversion %{major}.4
%define sumodate 2009-02-17

%if %{_use_internal_dependency_generator}
%define __noautoreq '/bin/zsh|/bin/csh'
%else
%define _requires_exceptions /bin/zsh /bin/csh
%endif

Summary:	Highly customizable text editor and application development system
Name:		xemacs
Version:	%{major}.4.22
Release:	17
License:	GPLv2+
Group:		Editors
Url:		http://www.xemacs.org/
Source0:	ftp://ftp.xemacs.org/pub/xemacs/xemacs-%{mversion}/xemacs-%{rversion}.tar.bz2
Source1:	ftp://ftp.xemacs.org/pub/xemacs/packages/xemacs-mule-sumo-%{sumodate}.tar.bz2
Source2:	ftp://ftp.xemacs.org/pub/xemacs/packages/xemacs-sumo-%{sumodate}.tar.bz2
Source5:	site-start-mdk.el
Source6:	xemacs-16.png
Source7:	xemacs-32.png
Source8:	xemacs-48.png
Source9:	%{name}.rpmlintrc
Patch1:		xemacs-21.4.22-libpng15.patch
Patch2:		xemacs-21.4.22-non-x86-build.patch
Patch5:		xemacs-21.4.9-fix-emacs-roots.patch
Patch10:	xemacs-21.4.22-rpm-spec-mode.patch
Patch11:	xemacs-21.4.21-lzma.patch
# Backport of patches:
#	http://cvs.fedoraproject.org/viewvc/rpms/xemacs/devel/xemacs-21.5.29-image-overflow.patch?revision=1.1
#	http://cvs.fedoraproject.org/viewvc/rpms/xemacs/devel/xemacs-21.5.29-png.patch?revision=1.1
Patch12:	xemacs-21.4.22-CVE-2009-2688.patch
# http://tracker.xemacs.org/XEmacs/its/issue494 and #54215
Patch13:	xemacs-21.4.22-ediff.patch

Patch14: xemacs-21.4.22-texinfo5.1.patch

Requires:	xemacs-extras
# It looks crap by default without these fonts - AdamW 2008/03, see
# http://forum.mandriva.com/viewtopic.php?p=457779
Suggests:	x11-font-adobe-100dpi
BuildRequires:	autoconf2.1
BuildRequires:	bison
BuildRequires:	texinfo
BuildRequires:	x11-data-bitmaps
BuildRequires:	compface-devel
BuildRequires:	db-devel
BuildRequires:	jpeg-devel
BuildRequires:	lesstif-devel
BuildRequires:	Xaw3d-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xpm)
Requires(preun,post):	update-alternatives

%description
XEmacs is a self-documenting, customizable, extensible, real-time
display editor. XEmacs is self-documenting because at any time you can
type in control-h to find out what your options are or to find out
what a command does. XEmacs is customizable because you can change the
definitions of XEmacs commands to anything you want. XEmacs is
extensible because you can write entirely new commands--programs in
the Lisp language to be run by Emacs' own Lisp interpreter. XEmacs
includes a real-time display, which means that the text being edited
is visible on the screen and is updated very frequently (usually after
every character or pair of characters) as you type.

To use XEmacs, you'll need to install the XEmacs binary. The xemacs package
includes the standard XEmacs binary that most people will use. The XEmacs
binary is dynamically linked, with both X11 and TTY (ncurses) support, but
without mule (MUlti-Lingual Emacs, the Asian character set) support.

%files -f rpm-files
%doc BUGS ChangeLog README README.packages PROBLEMS
%config(noreplace) /etc/emacs/site-start-xemacs.el
%dir %{_sysconfdir}/emacs/site-start.d
%{_datadir}/applications/mandriva-xemacs.desktop
%{_bindir}/xemacs-%{version}*
%{_bindir}/gnuclient
%{_bindir}/gnuattach
%{_bindir}/ellcc
%{_bindir}/gnudoit
%{_mandir}/man1/xemacs.1*
%{_mandir}/man1/gnuserv.1*
%{_mandir}/man1/gnuclient.1*
%{_mandir}/man1/gnuattach.1*
%{_mandir}/man1/gnudoit.1*
%{_iconsdir}/hicolor/*/apps/*.png
%{_infodir}/*

%post
/usr/sbin/update-alternatives --install %{_bindir}/%{name} %{name} %{_bindir}/%{name}-%{version} %{major}

cat %{_datadir}/xemacs-%{version}/etc/Emacs.ad >> /%{_sysconfdir}/X11/app-defaults/Emacs

%postun
[[ ! -f %{_bindir}/%{name}-%{version} ]] && \
    /usr/sbin/update-alternatives --remove %{name} %{_bindir}/%{name}-%{version} || :

#----------------------------------------------------------------------------

%package devel
Summary:	Header files for Xemacs
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description devel
Contains all the header files needed for xemacs development.

%files devel -f rpm-devel-files
%{_datadir}/xemacs/mule-packages/etc/latin-unity/Makefile
%{_datadir}/xemacs/mule-packages/etc/mule-ucs/Makefile
%doc README

#----------------------------------------------------------------------------

%package mule
Summary:	The XEmacs binary with mule (MUlti-Lingual Emacs) support
Group:		Editors
Requires:	%{name} = %{EVRD}
Requires(preun,post):	update-alternatives

%description mule
Xemacs-mule includes an XEmacs binary with support for
MUlti-Lingual Emacs and the Asian character set. Install xemacs-mule
(instead of xemacs) if you need to use Asian characters. Xemacs-mule is
compiled with X11 support only, so you won't be able to use it in a TTY
(ncurses) mode.

%files mule -f rpm-mule-files
%doc README
%{_bindir}/xemacs-mule*

%post mule
/usr/sbin/update-alternatives --install %{_bindir}/%{name} %{name} %{_bindir}/%{name}-mule %{major}
/usr/sbin/update-alternatives --set %{name} %{_bindir}/%{name}-mule

%postun mule
[[ ! -f %{_bindir}/%{name}-mule ]] && \
    /usr/sbin/update-alternatives --remove %{name} %{_bindir}/%{name}-mule || :

#----------------------------------------------------------------------------

%package el
Summary:	The .el source files for XEmacs
Group:		Editors
Requires:	%{name} = %{EVRD}

%description el
Xemacs-el is not necessary to run XEmacs.  You'll only need to install
it if you're planning on incorporating some Lisp programming into your
XEmacs experience.

%files el -f rpm-el-files
%doc README

#----------------------------------------------------------------------------

%package mule-el
Summary:	The .el source files for XEmacs mule extension
Group:		Editors
Requires:	%{name} = %{EVRD}

%description mule-el
Xemacs-el is not necessary to run XEmacs.  You'll only need to install
it if you're planning on incorporating some Lisp programming into your
XEmacs experience.

%files mule-el -f rpm-mule-el-files
%doc README

#----------------------------------------------------------------------------

%package extras
Summary:	Files that XEmacs has in common with GNU Emacs
Group:		Editors
Requires:	%{name} = %{EVRD}

%description extras
Xemacs-extras includes files which are used by both GNU Emacs
and XEmacs. If you don't have GNU Emacs installed, be sure to also
install this package when you install the XEmacs text editor.

%files extras
%doc README
%{_bindir}/b2m
%{_bindir}/%{name}-etags
%{_bindir}/%{name}-ctags
%{_bindir}/ootags
%{_bindir}/rcs-checkin
%{_mandir}/man1/%{name}-etags.1*
%{_mandir}/man1/%{name}-ctags.1*

%post extras
/usr/sbin/update-alternatives --force --install %{_bindir}/ctags ctags %{_bindir}/%{name}-ctags 0
/usr/sbin/update-alternatives --force --install %{_bindir}/etags etags %{_bindir}/%{name}-etags 0

%postun extras
[[ ! -f %{_bindir}/%{name}-ctags ]] && \
    /usr/sbin/update-alternatives --remove ctags %{_bindir}/%{name}-ctags || :
[[ ! -f %{_bindir}/%{name}-etags ]] && \
    /usr/sbin/update-alternatives --remove etags %{_bindir}/%{name}-etags || :

#----------------------------------------------------------------------------

%prep
%setup -q

%ifnarch %{ix86}
%patch2 -p1
%endif

%patch5 -p1 -b .warly
%patch11 -p1 -b .lzma
%patch12 -p1
%patch1 -p1
%patch14 -p1

%build
autoreconf-2.13 -i

rm -rf lisp/*.elc

rm -rf building && mkdir -p building && cd building

# standard: X11 and console support. No mule, though.
VAR_CONF="--prefix=/usr --exec-prefix=/usr --package-path=/%{_datadir}/xemacs/ --datadir=/%{_datadir} --mandir=/%{_mandir}/man0 --infodir=/%{_infodir} --libdir=/%{_libdir} --bindir=/%{_bindir} --infopath=/%{_infodir}"
XEMACS_CONFIG="%{_arch}-mandriva-linux $VAR_CONF \
    --with-pop \
    --mail-locking=flock \
    --with-clash-detection \
    --with-scrollbars=lucid \
    --with-menubars=lucid \
    --with-dialogs=athena \
    --with-widgets=athena \
    --x-includes=%{_includedir} \
    --with-xpm \
    --with-xface \
    --with-png \
    --with-jpeg \
    --with-tiff \
    --dynamic=yes \
    --with-ncurses \
    --without-ldap \
    --without-postgresql \
    --with-clash-detection \
    --debug=no \
    --error-checking=none \
    --prefix=/usr \
    --exec-prefix=/usr \
    --with-x11 \
    --with-tty=yes \
    --with-athena=3d \
    --with-file-coding "

# xemacs think // means ignore everything befor
RPM_BUILD_DIR=`echo $RPM_BUILD_DIR | sed "s,/\+,/,g"`
RPM_BUILD_ROOT=`echo %{buildroot} | sed "s,/\+,/,g"`
# FIXME local compilation with local path to compile file if xemacs is not installed on the compilation machine

{
rm -rf %{_arch}-linux-local
mkdir %{_arch}-linux-local
cd %{_arch}-linux-local
../../configure $XEMACS_CONFIG --datadir=${RPM_BUILD_ROOT}%{_datadir} --package-path=${RPM_BUILD_ROOT}%{_datadir}/xemacs:${RPM_BUILD_DIR}/xemacs-%{version}/lisp
cd ..
}

{
rm -rf %{_arch}-linux
mkdir %{_arch}-linux
cd %{_arch}-linux
../../configure $XEMACS_CONFIG --with-mule=no
cd ..
}

{
rm -rf %{_arch}-linux-mule
mkdir %{_arch}-linux-mule
cd %{_arch}-linux-mule
../../configure $XEMACS_CONFIG --with-mule=yes --with-xim=xlib
cd ..
}

{
pushd %{_arch}-linux-local
make
popd
pushd %{_arch}-linux
make
popd
pushd %{_arch}-linux-mule
make
popd
}

%install
pushd building/%{_arch}-linux
%makeinstall mandir=%{buildroot}%{_mandir}/man1  lockdir=%{buildroot}%{_var}/lock/xemacs
popd

install -m 755 building/%{_arch}-linux-mule/src/xemacs %{buildroot}%{_bindir}/xemacs-mule
install -m 644 building/%{_arch}-linux-mule/src/xemacs.dmp %{buildroot}%{_bindir}/xemacs-mule.dmp
bzcat %{SOURCE1} | tar -xf - -C %{buildroot}%{_datadir}/xemacs
bzcat %{SOURCE2} | tar -xf - -C %{buildroot}%{_datadir}/xemacs

pushd %{buildroot}
    patch -p1 < %{PATCH13}
    %{_builddir}/xemacs-%{version}/building/%{_arch}-linux-local/src/xemacs -batch -q -no-site-file -eval "(byte-compile-file \"%{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/ediff/ediff-init.el\")"
popd

rm -f %{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/hyperbole/file-newer

# this remove the usage of the AUTH command that breaks with most of the packages servers
perl -pi -e "s/\(defcustom efs-ftp-program-args '\(\"-i\" \"-n\" \"-g\" \"-v\"\)/(defcustom efs-ftp-program-args '(\"-i\" \"-n\" \"-g\" \"-v\" \"-u\")/" %{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/efs/efs.el
$RPM_BUILD_DIR/xemacs-%{version}/building/%{_arch}-linux-local/src/xemacs -batch -q -no-site-file -eval "(byte-compile-file \"%{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/efs/efs.el\")"

# FIXME need to patch the rpm-spec-mode for short-circuit
pushd %{buildroot}
cat %{PATCH10} | patch -p1
$RPM_BUILD_DIR/xemacs-%{version}/building/%{_arch}-linux-local/src/xemacs -batch -q -no-site-file -eval "(byte-compile-file \"%{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/prog-modes/rpm-spec-mode.el\")"
popd

export specialel="_pkg.el hyperspec-carney.el ilisp-bug.el ilisp-cl-easy-menu.el mew-mule0.el mew-mule1.el mew-mule2.el mew-mule3.el eieio-tests.el hui-epV4-b.el erc-speak.el erc-chess.el url-riece.el un-trbase.el" 
for i in `find %{buildroot}%{_datadir}/xemacs/mule-packages/lisp/ %{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/ %{buildroot}%{_datadir}/xemacs/xemacs-%{version}/lisp/ \( -name "*.el" -or -name "*.elc" \) -a -not -name "*-skel.el" | perl -e 'while (<>) { /(.*\.el)$/ and push @doneel,$1; /(.*\.el)c$/ and $doneelc{$1} = 1 } foreach (split " ",$ENV{specialel}) { $doneelc{"$_"} = 1}; foreach (@doneel) { if (!$doneelc{"$_"} && (/([^\/]+)$/ and !$doneelc{$1})) { print "$_\n"}}'`;do pushd `echo $i | sed "s/\/[^\/]\+$//"` && $RPM_BUILD_DIR/xemacs-%{version}/building/%{_arch}-linux-local/src/xemacs -batch -q -no-site-file -eval "(byte-compile-file \"$i\")";popd;done

mkdir -p %{buildroot}%{_infodir}/xemacs/mule
mv %{buildroot}%{_datadir}/xemacs/xemacs-packages/info/* %{buildroot}%{_infodir}/xemacs/
rmdir %{buildroot}%{_datadir}/xemacs/xemacs-packages/info/
mv %{buildroot}%{_datadir}/xemacs/mule-packages/info/* %{buildroot}%{_infodir}/xemacs/mule/
rmdir %{buildroot}%{_datadir}/xemacs/mule-packages/info/

find %{buildroot}%{_datadir}/xemacs/xemacs-packages -name \*.pl -exec \
perl -pi -e "s|/usr/local/bin/perl5|%{_bindir}/perl|g; \
		 s|/usr/local/bin/perl|%{_bindir}/perl|g;" {} \;

mkdir -p %{buildroot}/etc/emacs/
install -m644 %{SOURCE5} %{buildroot}/etc/emacs/site-start-xemacs.el
pushd %{buildroot}%{_datadir}/xemacs-%{version}/lisp/ && \
ln -s ../../../../etc/emacs/site-start-xemacs.el site-start.el && popd

mkdir %{buildroot}%{_sysconfdir}/emacs/site-start.d

mkdir %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Xemacs
Comment=The XEmacs editor
Exec=%{_bindir}/%{name} %U
Icon=%{name}
Terminal=false
Type=Application
Categories=Motif;Utility;TextEditor;
EOF

for i in termcap.info-1 termcap.info-2 termcap.info-3 termcap.info info.info standards.info		 
do
  rm -f %{buildroot}%{_datadir}/info/$i
done

# Build file listings. (and make movemail setgid mail on RHL)
DIR="%{buildroot}%{_datadir}/xemacs-%{version}"
PACKAGES=%{buildroot}%{_datadir}/xemacs/xemacs-packages
LIBDIR="%{buildroot}%{_libdir}/xemacs-%{version}"
MULEDIR=%{buildroot}%{_datadir}/xemacs/mule-packages
INFO="*.info*"
EL="*.el"
DEVEL="-name *.h -o -name *.c -o -name Makefile"
NDEVEL="-not -name *.h -not -name *.c -not -name Makefile"
for i in $specialel version.el paths.el update-elc-2.el check-features.el
do
	NSPECIALEL="$NSPECIALEL -not -name $i"
	ANSPECIALEL="$ANSPECIALEL -and -not -name $i"
	SPECIALEL="$SPECIALEL -o -name $i"
done

chmod 644 %{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/edit-utils/info-look.el %{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/gnus/nnmail.el

# use update-alternatives
rm -f %{buildroot}%{_bindir}/%{name}
mv -f %{buildroot}%{_bindir}/{ctags,xemacs-ctags}
mv -f %{buildroot}%{_bindir}/{etags,xemacs-etags}

# 20060131 warly remove empty files
find $PACKAGES $MULEDIR -type f -name 'custom-load.el' -size 0 -delete

find $DIR $LIBDIR -type d -not -name "include" |
  sed -e "s#^%{buildroot}#%dir #g" > rpm-files

find $PACKAGES -type d -not -name "include" |
  sed -e "s#^%{buildroot}#%dir #g" > rpm-sumo-files

find $DIR $PACKAGES $LIBDIR $DEVEL -type f |
  sed -e "s#^%{buildroot}##g" > rpm-devel-files

find $DIR $LIBDIR -name $EL -not -name "site-start.el" $ANSPECIALEL -type f |
  sed -e "s#^%{buildroot}##g" > rpm-files

find $PACKAGES -name $EL -not -name "site-start.el" $ANSPECIALEL -type f |
  sed -e "s#^%{buildroot}##g" > rpm-el-files

find $DIR $LIBDIR -not -name $INFO $NDEVEL -not -name $EL -type f |
  sed -e "
    s#^%{buildroot}\(.*movemail\)#%attr(2755, root, mail) \1#g
    s#^%{buildroot}##g
  " >> rpm-files

find $PACKAGES -not -name $INFO $NDEVEL -not -name $EL -type f |
  sed -e "
    s#^%{buildroot}\(.*movemail\)#%attr(2755, root, mail) \1#g
    s#^%{buildroot}##g
  " >> rpm-sumo-files

find $DIR $PACKAGES $LIBDIR -name "site-start.el" $SPECIALEL -type f |
  sed -e "
    s#^%{buildroot}\(.*movemail\)#%attr(2755, root, mail) \1#g
    s#^%{buildroot}##g
  " >> rpm-files

find $MULEDIR -type d -not -name "include" |
  sed -e "s#^%{buildroot}#%dir #g" > rpm-mule-files

find $MULEDIR $NDEVEL -type f -not -name $EL |
 sed -e "s#^%{buildroot}#%attr(-, root, root) #g" >> rpm-mule-files

find $MULEDIR $NDEVEL -type f -name $EL |
 sed -e "s#^%{buildroot}#%attr(-, root, root) #g" >> rpm-mule-el-files

cat rpm-sumo-files >> rpm-files

install -m 644 -D %{SOURCE6} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/xemacs.png
install -m 644 -D %{SOURCE7} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/xemacs.png
install -m 644 -D %{SOURCE8} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/xemacs.png

mv %{buildroot}%{_mandir}/man1/ctags.1 %{buildroot}%{_mandir}/man1/%{name}-ctags.1
mv %{buildroot}%{_mandir}/man1/etags.1 %{buildroot}%{_mandir}/man1/%{name}-etags.1
mv %{buildroot}%{_infodir}/widget.info %{buildroot}%{_infodir}/%{name}-widget.info
mv %{buildroot}%{_infodir}/cl.info %{buildroot}%{_infodir}/%{name}-cl.info


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 21.4.22-17
+ Revision: 85704de
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22162 |14mr|xen-4.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	maj10	1.0
%define	maj43	2.0
%define	maj30	3.0
%define	maj43	4.3
%define	libblktap	%mklibname blktap %{maj30}
%define	libblktapctl	%mklibname blktapctl %{maj10}
%define	libbfsimage	%mklibname bfsimage %{maj10}
%define	libvhd		%mklibname vhd %{maj10}
%define	libxenctrl	%mklibname xenctrl %{maj43}
%define	libxenguest	%mklibname xenguest %{maj43}
%define	libxenlight	%mklibname xenlight %{maj43}
%define	libxenstat	%mklibname xenstat %{major}
%define	libxenstore	%mklibname xenstore %{maj30}
%define	libxenvchan	%mklibname xenvchan %{maj10}
%define	libxlutil	%mklibname xlutil %{maj43}
%define	devname		%mklibname %{name} -d

%define _disable_ld_no_undefined 1

Summary:	The basic tools for managing XEN virtual machines
Name:		xen
Version:	4.3.1
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://xen.org/
Source0:	http://bits.xensource.com/oss-xen/release/%{version}/%{name}-%{version}.tar.gz
Source1:	%{name}.modules
Source2:	qemu-xen-4.0.0-rc4.tar.gz
Source3:	http://xenbits.xen.org/xen-extfiles/libconfig-1.3.2.tar.gz
# stubdoms
Source10:	http://xenbits.xen.org/xen-extfiles/zlib-1.2.3.tar.gz
Source11:	http://xenbits.xen.org/xen-extfiles/newlib-1.16.0.tar.gz
Source12:	http://xenbits.xen.org/xen-extfiles/grub-0.97.tar.gz
Source13:	http://xenbits.xen.org/xen-extfiles/lwip-1.3.0.tar.gz
Source14:	http://xenbits.xen.org/xen-extfiles/pciutils-2.2.9.tar.bz2
Source15:	ocaml-3.11.0.tar.gz
Source16:	http://xenbits.xen.org/xen-extfiles/ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz
Source17:	http://xenbits.xen.org/xen-extfiles/polarssl-1.1.4-gpl.tgz
Source18:	http://xenbits.xen.org/xen-extfiles/tpm_emulator-0.7.4.tar.gz
Source19:	http://xenbits.xen.org/xen-extfiles/gmp-4.3.2.tar.bz2

# initscripts
Source20:	init.xenstored
Source21:	init.xenconsoled
Source22:	init.blktapctrl
Source23:	init.xend
Source30:	sysconfig.xenstored
Source31:	sysconfig.xenconsoled
Source32:	sysconfig.blktapctrl
Source33:	%{name}-tmpfiles.conf
Source34:	xen.rpmlintrc
# Mageia patches:
Patch0:		xen-4.1.2-fix-stubdom-Makefile.patch
Patch2:		xen-4.1.3-fix-doc-build.patch
Patch3:		xen-4.2.1-fix-glibc-build.patch
Patch4:		xencommons-fix-service.patch
Patch5:		xen-4.2-ocaml-build.patch
# fedora patches
Patch13:	qemu-xen.tradonly.patch
Patch14:	xen-4.2.1-fix-xg-build.patch
Patch15:	xen.pygrubtitlefix.patch
# Buildfix patches
Patch20:	xen-4.3.1-gcc4.9.patch
# security patches
Patch1071:	0001-fix-ARM-build-on-hardfloat-arches.patch

# documentation
BuildRequires:	ghostscript
BuildRequires:	transfig
BuildRequires:	texinfo
BuildRequires:	texlive-latex
BuildRequires:	texlive-dvips
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib-devel
BuildRequires:	iasl
BuildRequires:	gettext
BuildRequires:	git
BuildRequires:	brlapi-devel
BuildRequires:	bzip2-devel
Buildrequires:	dev86-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libconfig)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libssl)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(python) >= 2.4
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(yajl)
BuildRequires:	pkgconfig(zlib)

Requires:	bridge-utils
#Requires:	glibc-xen
Requires:	grub
Requires:	iptables
#Requires:	kernel-xen-pvops
Requires:	kmod
Requires:	python
Requires:	python-twisted-core
Requires:	python-pyxml
Requires:	xen-hypervisor = %{EVRD}

%description
The basic tools for managing XEN virtual machines.

%files
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/README
%{_sysconfdir}/bash_completion.d/xl.sh
%config(noreplace) %{_udevrulesdir}/*
%dir %{_sysconfdir}/xen
%{_sysconfdir}/xen/scripts
%{_sysconfdir}/xen/auto
%config(noreplace) %{_sysconfdir}/xen/*.sxp
%config(noreplace) %{_sysconfdir}/xen/*.xml
%config(noreplace) %{_sysconfdir}/xen/xlexample*
%config(noreplace) %{_sysconfdir}/xen/xmexample*
%config(noreplace) %{_sysconfdir}/xen/cpupool
%config(noreplace) %{_sysconfdir}/xen/xl.conf
%config(noreplace) %{_sysconfdir}/xen/oxenstored.conf
%{_mandir}/man*/*
%{_libdir}/xen
%if "%{_lib}" != "lib"
%{_prefix}/lib/xen
%endif
%{_libdir}/fs
%{py_platsitedir}/xen
%{py_platsitedir}/grub/*
%{py_platsitedir}/fsimage.so
%if %{mdkversion} > 200700
%{py_platsitedir}/pygrub-0.3-py%{py_ver}.egg-info
%{py_platsitedir}/xen-3.0-py%{py_ver}.egg-info
%endif
%{_datadir}/xen
# general xen state
%{_localstatedir}/lib/xen
%{_localstatedir}/lib/xend
# xenstore state
%{_localstatedir}/lib/xenstored
%{_localstatedir}/run/xenstored
 # xend state
%{_localstatedir}/run/xend
# init scripts
%{_initrddir}/xend
%{_initrddir}/xendomains
%{_initrddir}/blktapctrl
%{_initrddir}/xenstored
%{_initrddir}/xenconsoled
%{_initrddir}/xen-watchdog
%{_initrddir}/xencommons
%{_sysconfdir}/sysconfig/modules/xen.modules
%config(noreplace) %{_sysconfdir}/sysconfig/xendomains
%config(noreplace) %{_sysconfdir}/sysconfig/blktapctrl
%config(noreplace) %{_sysconfdir}/sysconfig/xenstored
%config(noreplace) %{_sysconfdir}/sysconfig/xenconsoled
%config(noreplace) %{_sysconfdir}/sysconfig/xencommons
%config(noreplace) %{_sysconfdir}/logrotate.d/xen
%{_tmpfilesdir}/%{name}.conf
%{_bindir}/pygrub
%{_bindir}/qemu-img-xen
%{_bindir}/qemu-nbd-xen
%{_bindir}/remus
%{_bindir}/xencons
%{_bindir}/xentrace
%{_bindir}/xentrace_format
%{_bindir}/xentrace_setsize
%{_bindir}/xenstore-*
%{_bindir}/xen-detect
%{_bindir}/xenstore
%{_sbindir}/xenstored
%{_sbindir}/xm
%{_sbindir}/xend
%{_sbindir}/xenconsoled
%{_sbindir}/xentop
%{_sbindir}/xen-bugtool
%{_sbindir}/xenbaked
%{_sbindir}/xenmon.py
%{_sbindir}/blktapctrl
%{_sbindir}/img2qcow
%{_sbindir}/qcow-create
%{_sbindir}/qcow2raw
%{_sbindir}/tapdisk
%{_sbindir}/xentrace_setmask
%{_sbindir}/xsview
%{_sbindir}/xenperf
%{_sbindir}/xenpm
%{_sbindir}/xenpmd
%{_bindir}/xencov_split
%{_sbindir}/xencov
%{_sbindir}/flask-getenforce
%{_sbindir}/flask-get-bool
%{_sbindir}/flask-label-pci
%{_sbindir}/flask-loadpolicy
%{_sbindir}/flask-setenforce
%{_sbindir}/flask-set-bool
%{_sbindir}/gdbsx
%{_sbindir}/gtracestat
%{_sbindir}/gtraceview
%{_sbindir}/kdd
%{_sbindir}/lock-util
%{_sbindir}/oxenstored
%{_sbindir}/tap-ctl
%{_sbindir}/tapdisk-client
%{_sbindir}/tapdisk-diff
%{_sbindir}/tapdisk-stream
%{_sbindir}/tapdisk2
%{_sbindir}/td-util
%{_sbindir}/vhd-update
%{_sbindir}/vhd-util
%{_sbindir}/xenlockprof
%{_sbindir}/xenwatchdogd
%{_sbindir}/xen-hvmctx
%{_sbindir}/xen-tmem-list-parse
%{_sbindir}/xen-lowmemd
%{_sbindir}/xen-ringwatch
%{_sbindir}/xen-hptool
%{_sbindir}/xen-hvmcrash
%{_sbindir}/xl

%post
%tmpfiles_create %{name}
%_post_service xencommons
%_post_service xend
%_post_service xendomains

%preun
%_preun_service xencommons
%_preun_service xend
%_preun_service xendomains

#----------------------------------------------------------------------------

%package -n	ocaml-xen
Summary:	OCaml bindings for Xen
Group:		Development/Other

%description -n ocaml-xen
This package contains the Ocaml bindings for Xen.

%files -n ocaml-xen
%{_libdir}/ocaml/

#----------------------------------------------------------------------------

%package hypervisor
Summary:	Libraries for Xen tools
Group:		System/Kernel and hardware

%description hypervisor
This package contains the Xen hypervisor.

%files hypervisor
%ifarch %{ix86}
%doc README.4.3.0.upgrade.urpmi README.install.urpmi
%else
/boot/xen-syms-*
/boot/xen-*.gz
/boot/xen.gz
%endif

#----------------------------------------------------------------------------

%package doc
Summary:	XEN documentation
Group:		System/Kernel and hardware

%description doc
XEN documentation.

%files doc
%{_docdir}/%{name}/*
%exclude %{_docdir}/%{name}/README

#----------------------------------------------------------------------------

%package -n %{libblktapctl}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libblktapctl}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libblktapctl}
%{_libdir}/libblktapctl.so.%{maj10}*

#----------------------------------------------------------------------------

%package -n %{libblktap}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libblktap}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libblktap}
%{_libdir}/libblktap.so.%{maj30}*

#----------------------------------------------------------------------------

%package -n %{libbfsimage}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libbfsimage}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libbfsimage}
%{_libdir}/libfsimage.so.%{maj10}*

#----------------------------------------------------------------------------

%package -n %{libvhd}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libvhd}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libvhd}
%{_libdir}/libvhd.so.%{maj10}*

#----------------------------------------------------------------------------

%package -n %{libxenctrl}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libxenctrl}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libxenctrl}
%{_libdir}/libxenctrl.so.%{maj43}*

#----------------------------------------------------------------------------

%package -n %{libxenguest}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libxenguest}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libxenguest}
%{_libdir}/libxenguest.so.%{maj43}*

#----------------------------------------------------------------------------

%package -n %{libxenlight}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libxenlight}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libxenlight}
%{_libdir}/libxenlight.so.%{maj43}*

#----------------------------------------------------------------------------

%package -n %{libxenstat}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libxenstat}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libxenstat}
%{_libdir}/libxenstat.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libxenstore}
Summary:	Libraries for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}xen3.0 < 4.2.1-1
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libxenstore}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libxenstore}
%{_libdir}/libxenstore.so.%{maj30}*

#----------------------------------------------------------------------------

%package -n %{libxenvchan}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libxenvchan}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libxenvchan}
%{_libdir}/libxenvchan.so.%{maj10}*

#----------------------------------------------------------------------------

%package -n %{libxlutil}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libxlutil}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libxlutil}
%{_libdir}/libxlutil.so.%{maj43}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and header files for %{name}
Group:		Development/C
Requires:	%{libblktap} = %{EVRD}
Requires:	%{libblktapctl} = %{EVRD}
Requires:	%{libbfsimage} = %{EVRD}
Requires:	%{libvhd} = %{EVRD}
Requires:	%{libxenctrl} = %{EVRD}
Requires:	%{libxenguest} = %{EVRD}
Requires:	%{libxenlight} = %{EVRD}
Requires:	%{libxenstat} = %{EVRD}
Requires:	%{libxenstore} = %{EVRD}
Requires:	%{libxenvchan} = %{EVRD}
Requires:	%{libxlutil} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development libraries and headers needed
to compile applications linked with Xen libraries.

%files -n %{devname}
%{_includedir}/xen
%{_includedir}/xenstore-compat
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# stub domain
cp %{SOURCE10} stubdom
cp %{SOURCE11} stubdom
cp %{SOURCE12} stubdom
cp %{SOURCE13} stubdom
cp %{SOURCE14} stubdom
cp %{SOURCE15} stubdom
cp %{SOURCE17} stubdom
cp %{SOURCE18} stubdom
cp %{SOURCE19} stubdom

cp %{SOURCE16} tools/firmware/etherboot/ipxe.tar.gz

%build
mkdir -p bfd
ln -sf $(which ld.bfd) bfd/ld
export PATH="$PWD/bfd:$PATH"

export CFLAGS="%{optflags}"
%ifnarch %{ix86}
%make prefix=/usr dist-xen
%endif
sed -E -i 's/(as_fn_error \$\? "cannot find wget or ftp" "\$LINENO" 5)/as_fn_status $?/' tools/configure
sed -E -i 's/(as_fn_error \$\? "cannot find wget or ftp" "\$LINENO" 5)/as_fn_status $?/' stubdom/configure

./configure --disable-seabios --build=%{_target_platform} \
        --prefix=%{_prefix} \
        --exec-prefix=%{_exec_prefix} \
        --bindir=%{_bindir} \
        --sbindir=%{_sbindir} \
        --sysconfdir=%{_sysconfdir} \
        --datadir=%{_datadir} \
        --includedir=%{_includedir} \
        --libdir=%{_libdir} \
        --libexecdir=%{_libexecdir} \
        --localstatedir=%{_localstatedir} \
        --sharedstatedir=%{_sharedstatedir} \
        --mandir=%{_mandir} \
        --infodir=%{_infodir}

%make prefix=/usr dist-tools
make  prefix=/usr dist-docs
unset CFLAGS
make dist-stubdom

%install
export PATH="$PWD/bfd:$PATH"

%ifarch %{ix86}
cat > README.install.urpmi <<_EOF
Since xen 4.3, the hypervisor is no longer supported on x86_32. But fear not,
you can actually use the x86_64 xen hypervisor, even when using a 32bit kernel
and system. This is because the hypervisor is loaded before the kernel and OS.
Keep in mind that a x86_64 capable processor is still required, but then if
you are installing a hypervisor, you really should be using 64bit anyway.
_EOF
ln README.install.urpmi README.4.3.0.upgrade.urpmi
%else
make DESTDIR=%{buildroot} prefix=/usr install-xen
%endif

make DESTDIR=%{buildroot} prefix=/usr install-tools
make DESTDIR=%{buildroot} prefix=/usr install-docs
make DESTDIR=%{buildroot} prefix=/usr install-stubdom

# stubdom: newlib
rm -rf %{buildroot}/usr/*-xen-elf

# remove additional kernel symlink
rm -f %{buildroot}/boot/xen-3.4.gz
rm -f %{buildroot}/boot/xen-3.gz

# remove unwanted firmware files
rm -rf %{buildroot}/lib/firmware

# remove pointless helper
rm -f %{buildroot}%{_sbindir}/xen-python-path

# remove  README's not intended for end users
rm -f %{buildroot}/%{_sysconfdir}/xen/README*

# fix man pages
install -d -m 755 %{buildroot}%{_mandir}/man{1,5}
install -m 644 docs/man/*.1 %{buildroot}%{_mandir}/man1
install -m 644 docs/man/*.5 %{buildroot}%{_mandir}/man5

# install doc manually
rm -rf %{buildroot}%{_docdir}/qemu
install -d -m 755 %{buildroot}%{_docdir}/%{name}
install -m 644 README %{buildroot}%{_docdir}/%{name}
install -d -m 755 %{buildroot}%{_docdir}/%{name}/txt
install -d -m 755 %{buildroot}%{_docdir}/%{name}/html
cp -R docs/txt/* %{buildroot}%{_docdir}/%{name}/txt/
cp -R docs/html/* %{buildroot}%{_docdir}/%{name}/html/

# install log directory
install -d -m 755 %{buildroot}%{_localstatedir}/log/xen

# install state directory
install -d -m 755 %{buildroot}%{_localstatedir}/lib/xend/{domains,state,storage}

install -m 755 %{SOURCE20} %{buildroot}%{_initrddir}/xenstored
install -m 755 %{SOURCE21} %{buildroot}%{_initrddir}/xenconsoled
install -m 755 %{SOURCE22} %{buildroot}%{_initrddir}/blktapctrl
install -m 755 %{SOURCE23} %{buildroot}%{_initrddir}/xend

# sysconfig
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE30} %{buildroot}%{_sysconfdir}/sysconfig/xenstored
install -m 644 %{SOURCE31} %{buildroot}%{_sysconfdir}/sysconfig/xenconsoled
install -m 644 %{SOURCE32} %{buildroot}%{_sysconfdir}/sysconfig/blktapctrl

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/modules
install -m 755 %{SOURCE1} \
    %{buildroot}%{_sysconfdir}/sysconfig/modules/%{name}.modules 

# tmpfiles
install -D -p -m 0644 %{SOURCE33} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# udev
#rm -rf %{buildroot}/etc/udev/rules.d/xen*.rules
#mv %{buildroot}/etc/udev/rules.d/xen*.rules %{buildroot}/etc/udev/rules.d
mkdir -p %{buildroot}%{_udevrulesdir}
mv %{buildroot}%{_sysconfdir}/udev/rules.d/xen*.rules %{buildroot}%{_udevrulesdir}

# quite some hardcoded paths inside scripts rely on this
%if "%{_lib}" != "lib"
mv %{buildroot}%{_libdir}/xen/bin/libxl-save-helper %{buildroot}%{_prefix}/lib/xen/bin/
%endif

# move ocaml stubs to correct dir
mkdir -p %{buildroot}%{_libdir}/ocaml/stublibs/
mv %{buildroot}%{_libdir}/ocaml/*/dll*_stubs.so %{buildroot}%{_libdir}/ocaml/stublibs/

# logrotate
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/xen <<EOF
/var/log/xen/xend-debug.log /var/log/xen/xen-hotplug.log
/var/log/xen/domain-builder-ng.log {
    notifempty
    missingok
    copytruncate
}
EOF

# standard gnu info files
rm -rf %{buildroot}/usr/info

# gprintify has a bug handling some constructs in xendomain
export DONT_GPRINTIFY=1


%changelog
* Wed Jul 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.3.1-2
+ Revision: 34200ee
- Add patch to fix build with gcc 4.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22163 |14mr|xerces-c-3.1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3.1
%define libname %mklibname xerces-c %{major}
%define devname %mklibname xerces-c -d

Summary:	Xerces-C++ validating XML parser
Name:		xerces-c
Version:	3.1.1
Release:	9
Epoch:		1
License:	Apache
Group:		System/Libraries
Url:		http://xml.apache.org/xerces-c/
Source0:	http://apache.dataphone.se/xerces/c/3/sources/%{name}-%{version}.tar.gz
BuildRequires:	icu
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(zlib)

%description
Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

The parser provides high performance, modularity, and scalability. Source
code, samples and API documentation are provided with the parser. For
portability, care has been taken to make minimal use of templates, no RTTI,
and minimal use of #ifdefs.

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Xerces-c library
Group:		System/Libraries

%description -n %{libname}
Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

This package contains the shared xerces-c library.

%files -n %{libname}
%{_libdir}/libxerces-c-%{major}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for Xerces-C++ validating XML parser
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	xerces-c-devel = %{EVRD}
Provides:	libxerces-c-devel = %{EVRD}
Conflicts:	%{_lib}xerces-c28-devel

%description -n %{devname}
Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

This package contains development files such as header files you can use to
develop XML applications with Xerces-C++.

%files -n %{devname}
%{_includedir}/xercesc
%{_libdir}/libxerces-c.so
%{_libdir}/pkgconfig/xerces-c.pc

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for Xerces-C++ validating XML parser
Group:		Books/Other

%description doc
Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

This package contains the documentation for Xerces-C++.

%files doc
%doc CREDITS LICENSE doc/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-netaccessor-curl \
	--enable-transcoder-icu \
%ifarch %{ix86}
	--disable-sse2 \
%endif
	--enable-msgloader-icu
%make

%install
%makeinstall_std

# cleanup
rm -f  %{buildroot}%{_libdir}/libxerces-c.*a


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.1.1-9
+ Revision: 814b2a1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22164 |14mr|xerces-j2-2.11.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define cvs_version	2_11_0

Name:		xerces-j2
Version:	2.11.0
Release: 	6
Epoch:		0
Summary:	Java XML parser
License:	Apache License
URL:		http://xml.apache.org/xerces2-j/
Group:		Development/Java
Source0:	http://www.eu.apache.org/dist/xerces/j/source/Xerces-J-src.%{version}.tar.gz
Source1:	http://www.apache.org/dist/xerces/j/source/Xerces-J-src.%{version}.tar.gz.md5
Source2:	http://www.apache.org/dist/xerces/j/source/Xerces-J-src.%{version}.tar.gz.asc
Source3:	%{name}-version.sh
Source4:	%{name}-constants.sh
Source5:	https://svn.apache.org/repos/asf/xerces/java/trunk/tools/src/XJavac.java
Patch0:		%{name}-libgcj.patch
Patch1:		xerces-2.11.0-system-xml-apis.patch
Provides:	jaxp_parser_impl
Requires:	xalan-j2
Requires:	xml-commons-apis
Requires:	xml-commons-resolver >= 0:1.4
Requires(post):	update-alternatives
Requires(preun): update-alternatives
#BuildRequires:	java-devel
# Please do not switch this over to an OpenJDK requirement.
# xerces-j2 is required to bootstrap OpenJDK, and there are
# no drawbacks from building it with gcj.
BuildRequires:	java-1.5.0-gcj-devel
BuildRequires:	ant >= 0:1.5
BuildRequires:	ecj >= 2:4.2.2-1
BuildRequires:	java-rpmbuild >= 0:1.5
BuildRequires:	jaxp_parser_impl
BuildRequires:	xalan-j2
BuildRequires:	xml-commons-resolver = 1:1.2
BuildRequires:	xml-commons-apis xml-commons-apis-javadoc
BuildRequires:  coreutils

# RHEL3 and FC2
Obsoletes:	xerces-j <= 0:2.2
BuildArch:	noarch

%description
Welcome to the future! Xerces2 is the next generation of high
performance, fully compliant XML parsers in the Apache Xerces family.
This new version of Xerces introduces the Xerces Native Interface (XNI),
a complete framework for building parser components and configurations
that is extremely modular and easy to program.

The Apache Xerces2 parser is the reference implementation of XNI but
other parser components, configurations, and parsers can be written
using the Xerces Native Interface. For complete design and
implementation documents, refer to the XNI Manual.

Xerces 2 is a fully conforming XML Schema processor. For more
information, refer to the XML Schema page.

Xerces 2 also provides a partial implementation of Document Object Model
Level 3 Core, Load and Save and Abstract Schemas [deprecated] Working
Drafts. For more information, refer to the DOM Level 3 Implementation
page.

%package        javadoc-impl
Summary:	Javadoc for %{name} implementation
Group:		Development/Java

%description    javadoc-impl
Javadoc for %{name} implementation.

%package        javadoc-apis
Summary:	Javadoc for %{name} apis
Group:		Development/Java

%description    javadoc-apis
Javadoc for %{name} apis.

%package        javadoc-xni
Summary:	Javadoc for %{name} xni
Group:		Development/Java

%description    javadoc-xni
Javadoc for %{name} xni.

%package        javadoc-other
Summary:	Javadoc for other %{name} components
Group:		Development/Java

%description    javadoc-other
Javadoc for other %{name} components.

%package        demo
Summary:	Demo for %{name}
Group:		Development/Java
Requires:	%{name} = %{epoch}:%{version}-%{release}

%description    demo
Demonstrations and samples for %{name}.

%package        scripts
Summary:        Additional utility scripts for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:	jpackage-utils >= 0:1.5

%description    scripts
Additional utility scripts for %{name}.

%prep
%setup -q -n xerces-%{cvs_version}

mkdir -p tools/org/apache/xerces/util
cp -a %{SOURCE5} tools/org/apache/xerces/util

%apply_patches

%build
pushd tools
%{javac} -classpath $(build-classpath ant) org/apache/xerces/util/XJavac.java
mkdir bin && %{jar} cf bin/xjavac.jar org/apache/xerces/util/XJavac.class
popd

export OPT_JAR_LIST=:
export JAVA_HOME=%_prefix/lib/jvm/java-1.5.0-gcj
ant \
	-Dtools.dir=%{_javadir} \
	-Djar.apis=xml-commons-apis.jar \
	-Djar.resolver=xml-commons-resolver.jar \
        -Djar.serializer=xalan-j2-serializer.jar \
	clean jars javadocs
export GCJ_PROPERTIES=

%install
rm -rf $RPM_BUILD_ROOT

# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p build/xercesImpl.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)
# Let's keep the "standard" name as well
ln -sf %name-%version.jar $RPM_BUILD_ROOT%_javadir/xercesImpl.jar

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-impl-%{version}
#cp -pr build/docs/javadocs/xerces2/* \
#  $RPM_BUILD_ROOT%{_javadocdir}/%{name}-impl-%{version}
ln -s %{name}-impl-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}-impl

mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-apis-%{version}
#cp -pr build/docs/javadocs/api/* \
#  $RPM_BUILD_ROOT%{_javadocdir}/%{name}-apis-%{version}
ln -s %{name}-apis-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}-apis

mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-xni-%{version}
#cp -pr build/docs/javadocs/xni/* \
#  $RPM_BUILD_ROOT%{_javadocdir}/%{name}-xni-%{version}
ln -s %{name}-xni-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}-xni

mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-other-%{version}
#cp -pr build/docs/javadocs/other/* \
#  $RPM_BUILD_ROOT%{_javadocdir}/%{name}-other-%{version}
ln -s %{name}-other-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}-other

rm -rf build/docs/javadocs

# scripts
mkdir -p $RPM_BUILD_ROOT%{_bindir}
cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/%{name}-version
cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_bindir}/%{name}-constants

# demo
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
cp -p build/xercesSamples.jar \
  $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}-samples.jar
cp -pr data $RPM_BUILD_ROOT%{_datadir}/%{name}

%pre
rm -f %{_javadir}/xerces.jar

%post
%{_sbindir}/update-alternatives --install %{_javadir}/jaxp_parser_impl.jar \
  jaxp_parser_impl %{_javadir}/%{name}.jar 40

%preun
{
  [ $1 = 0 ] || exit 0
  %{_sbindir}/update-alternatives --remove jaxp_parser_impl %{_javadir}/%{name}.jar
} >/dev/null 2>&1 || :

%files
%defattr(0644,root,root,0755)
%doc LICENSE LICENSE-SAX.html LICENSE.DOM-documentation.html
%doc LICENSE.DOM-software.html LICENSE.resolver.txt
%doc LICENSE.serializer.txt NOTICE NOTICE.resolver.txt
%doc NOTICE.serializer.txt README Readme.html
%{_javadir}/%{name}*.jar
%{_javadir}/xercesImpl.jar

%files javadoc-impl
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-impl-%{version}
%ghost %doc %{_javadocdir}/%{name}-impl

%files javadoc-apis
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-apis-%{version}
%ghost %doc %{_javadocdir}/%{name}-apis

%files javadoc-other
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-other-%{version}
%ghost %doc %{_javadocdir}/%{name}-other

%files javadoc-xni
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-xni-%{version}
%ghost %doc %{_javadocdir}/%{name}-xni

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%files scripts
%defattr(0755,root,root,0755)
%{_bindir}/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:2.11.0-6
+ Revision: 69208b4
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22165 |14mr|xev-1.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Print contents of X events
Name:		xev
Version:	1.2.1
Release:	2
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xrandr)

%description
Xev creates a window and then asks the X server to send it events whenever
anything happens to the window (such as it being moved, resized, typed in,
clicked in, etc.). It is useful for testing input devices.

%files
%{_bindir}/xev
%{_mandir}/man1/xev.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.1-2
+ Revision: 1ebfaff
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22166 |14mr|xeyes-1.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xeyes
Version:	1.1.1
Release:	5
Summary:	A follow the mouse X demo
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: pkgconfig(xt) >= 1.0.0
BuildRequires: pkgconfig(xrender) >= 0.4
BuildRequires: x11-util-macros >= 1.0.1

%description
xeyes is a graphical computer program showing two googly eyes which
follow the cursor movements on the screen as if they were watching it.

%prep
%setup -q -n %{name}-%{version}

%build
%configure	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xeyes
%{_mandir}/man1/xeyes.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-5
+ Revision: 3cede40
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22167 |14mr|xf86dga-1.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xf86dga
Version:	1.0.3
Release:	4
Summary:	Test program for the XFree86-DGA extension
Group:		Development/X11
URL:		http://xorg.freedesktop.org
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT
BuildRequires:	pkgconfig(x11) >= 1.0.0
BuildRequires:	pkgconfig(xxf86dga) >= 1.1.0
BuildRequires:	x11-util-macros >= 1.0.1
BuildRequires:	autoconf

%description
Dga is a simple test client for the XFree86-DGA extension. It fills the screen
with a different colour for each key pressed. It prints some basic framebuffer
parameters, and also keyboard and pointer events to stdout. 

%prep
%setup -q -n %{name}-%{version}

%build
autoreconf -ifs
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/dga
%{_mandir}/man1/dga.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-4
+ Revision: 89337da
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22168 |14mr|xfd-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xfd
Version:	1.1.2
Release:	2
Summary:	Display all the characters in an X font

Group:		Development/X11
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(fontconfig) >= 2.3.93
BuildRequires: freetype2-devel >= 2.1.10
BuildRequires: pkgconfig(xft) >= 2.1.8.2
BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
The xfd utility creates a window containing the name of the font being
displayed, a row of command buttons, several lines of text for 
displaying character metrics, and a grid containing one glyph per cell.
The characters are shown in increasing order from left to right, top
to bottom.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/xfd
%{_datadir}/X11/app-defaults/Xfd
%{_mandir}/man1/xfd.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.2-2
+ Revision: cc6d5d0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22169 |14mr|xfig-3.2.5b-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An X Window System tool for drawing basic vector graphics
Name:		xfig
Version:	3.2.5b
Epoch:	 	1
Release:	9
License:	MIT
Group:		Graphics
# needs rman to build
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	imake
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xp)
URL:		http://www.xfig.org/
Source0:	http://files.xfig.org/%{name}.%{version}.full.tar.gz
Source1:	xfig.png
Source3:	xfig-mini.png
Source4:	xfig-large.png
Patch0:		Imakefile.3.2.5b.patch
Patch1:		xfig.3.2.5b-readers.patch
Patch2:		xfig.3.2.5b-resources.patch
Patch3:		xfig-format-string.patch
Patch4:		xfig.3.2.5b-CVE-2009-4227,4228.diff
Patch5:		xfig.3.2.5b-CVE-2010-4262.diff
Patch6:		xfig-3.2.5b-libpng15.patch
Requires:	transfig >= 3.2.5a
Requires:	xdg-utils, aspell

%description
Xfig is an X Window System tool for creating basic vector graphics,
including bezier curves, lines, rulers and more.  The resulting
graphics can be saved, printed on PostScript printers or converted to
a variety of other formats (e.g., X11 bitmaps, Encapsulated
PostScript, LaTeX).

You should install xfig if you need a simple program to create vector
graphics.

%prep
%setup -q -n %{name}.%{version}
# fix perms
find -type d | xargs chmod 755

%patch0 -p1 -b .Imakefile
%patch1 -p1 -b .readers
%patch2 -p1 -b .resources
%patch3 -p0
%patch4 -p0 -b .CVE-2009-4227,4228
%patch5 -p0 -b .CVE-2010-4262
%patch6 -p1 -b .png15

%build
find Libraries -type d -exec chmod 700 {} \;

xmkmf
#perl -p -i -e "s|CXXDEBUGFLAGS = .*|CXXDEBUGFLAGS = $RPM_OPT_FLAGS|" Makefile
#perl -p -i -e "s|CDEBUGFLAGS = .*|CDEBUGFLAGS = $RPM_OPT_FLAGS|" Makefile

%make CDEBUGFLAGS="%{optflags} -fno-strength-reduce -fno-strict-aliasing"

%install
# Hack around an ugly problem for now. --Geoff
%__mkdir -p Doc/Doc
%__cp -f Doc/xfig.man Doc/Doc/xfig.man
%__make DESTDIR=%{buildroot} install install.man install.libs install.doc

# Fix for #42629:
find %{buildroot}/usr/lib/X11/xfig/Libraries -type d -exec chmod 755 {} \;
find %{buildroot}/usr/lib/X11/xfig/Libraries -type f -exec chmod 644 {} \;
find %{buildroot}%{_docdir}/xfig/html -type d -exec chmod 755 {} \;
find %{buildroot}%{_docdir}/xfig/html -type f -exec chmod 644 {} \;

# Menu Entry:
%__install -m 755 -d %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=XFig
Comment=Vector Graphics Drawing Tool
Exec=%{name}
Icon=xfig
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-Office-Drawing;Graphics;VectorGraphics;
EOF
chmod 644 %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop

# Discard zero-length file:
%__rm -f %{buildroot}%{_docdir}/xfig/html/images/sav1a0.tmp

%__install -m 644 CHANGES README Doc/FORMAT* Doc/TODO Doc/xfig-howto.* Fig-color.ad %{buildroot}%{_docdir}/%{name}

# (fg) 10000918 Icons
%__install -m 755 -d %{buildroot}%{_iconsdir}/{mini,large}
%__install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}
%__install -m 644 %{SOURCE3} %{buildroot}%{_miconsdir}/xfig.png
%__install -m 644 %{SOURCE4} %{buildroot}%{_liconsdir}/xfig.png
%__rm -f %{buildroot}%{_prefix}/lib/X11/app-defaults

# Install alternative colour scheme:
%__install -m644 Fig-color.bisque.ad %{buildroot}%{_sysconfdir}/X11/app-defaults/Fig-color

%files
%config(noreplace) %{_sysconfdir}/X11/app-defaults/*
%docdir %{_docdir}/%{name}
%{_docdir}/%{name}
%{_bindir}/*
%{_prefix}/lib/X11/xfig
%{_mandir}/man1/xfig*
%{_datadir}/applications/mandriva*
%{_iconsdir}/xfig.png
%{_miconsdir}/xfig.png
%{_liconsdir}/xfig.png



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.2.5b-9
+ Revision: 607e856
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22170 |14mr|xfindproxy-1.0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xfindproxy
Version: 1.0.2
Release: 6
Summary: Locate proxy services
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(ice) >= 1.0.0
BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xt) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
xfindproxy is a program used to locate available proxy services.
It utilizes the Proxy Management Protocol to communicate with a proxy
manager. The proxy manager keeps track of all available proxy services,
starts new proxies when necessary, and makes sure that proxies are shared
whenever possible.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xfindproxy
%{_mandir}/man1/xfindproxy.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-6
+ Revision: f864760
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22171 |14mr|xfishtank-2.1tp-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	xfishtank
%define version	2.1tp

Summary:	A graphic display of an animated aquarium
Name:		%{name}
Version:	%{version}
Release:	19
License:	MIT
Group:		Toys
BuildRequires:	pkgconfig(x11) libxext-devel imake

Source:		http://metalab.unc.edu/pub/Linux/X11/demos/xfishtank-%{version}.tar.bz2
Patch:		xfishtank-2.1tp-xf4.patch

%description
The xfishtank program displays an animated aquarium background on your
screen. It sets the X root window so will not work if your desktop
environment sets the background.

%prep

%setup -q
%patch -p0

%build
xmkmf
%make CDEBUGFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README.Linux  README.TrueColor  README.Why.2.1tp
%defattr(755,root,root,755)
%{_bindir}/%{name}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.1tp-19
+ Revision: 502cd7f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22172 |14mr|xfontsel-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xfontsel
Version: 1.0.5
Release: 2
Summary: Point and click selection of X11 font names

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
The xfontsel application provides a simple way to display the fonts known to
your X server, examine samples of each, and retrieve the X Logical Font
Description ("XLFD") full name for a font.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xfontsel
%{_datadir}/X11/app-defaults/XFontSel
%{_mandir}/man1/xfontsel.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.5-2
+ Revision: 8dc86b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22173 |14mr|xforms-1.0.93.sp1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define	libname_orig libforms
%define libname %mklibname forms %{major}
%define	libname_devel %mklibname forms -d
%define libname_static_devel %mklibname forms -s -d

%define	name	xforms
%define	version	1.0

Name:		xforms
Summary:	A X11 toolkit library
Version:	1.0.93.sp1
Release:	6
License:	LGPL
Group:		System/Libraries
Url:		http://xforms-toolkit.org/
Source0:	http://download.savannah.gnu.org/releases/xforms/xforms-1.0.93sp1.tar.gz
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)

%description
xforms is a graphical toolkit library.

%package -n	%{libname}
Summary:	Libraries for the xforms toolkit
Group:		System/Libraries

%description -n %{libname}
This package contains the runtime libraries for the xforms toolkit.

%package -n	%{libname_devel}
Summary:	Development files for the xforms toolkit
Group:		Development/C
Provides:	%{libname_orig}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%mklibname -d forms 1

%description -n	%{libname_devel}
This package contains development headers and libraries for xforms.

Install this if you intend to develop / compile programs with xforms.

%package -n	%{libname_static_devel}
Summary:	The static development files for the xforms toolkit
Group:		Development/C
Provides:	%{libname_orig}-static-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname_devel} = %{version}-%{release}
Obsoletes:	%mklibname -d -s forms 1

%description -n	%{libname_static_devel}
This package contains the static libraries for xforms.

%prep
%setup -qn xforms-1.0.93sp1

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall_std}

%clean
rm -rf $RPM_BUILD_ROOT

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files
%defattr(-, root,root)
%_bindir/*
%_mandir/man1/*

%files -n %{libname}
%defattr(-,root,root)
%_libdir/*.so.%{major}*

%files -n %{libname_devel}
%defattr(-,root,root)
%_includedir/*
%_mandir/man5/*
%_libdir/*.so

%files -n %{libname_static_devel}
%defattr(-,root,root)
%_libdir/*.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.93.sp1-6
+ Revision: d19c5ad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22174 |14mr|xfs-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xfs
Version:	1.1.3
Release:	2
Summary:	Font server for X11
Group:		System/Servers
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Source1:	xfs.init
Source2:	xfs.sysconfig
Source3:	xfs.config
License:	MIT
Obsoletes:	xorg-x11-xfs

BuildRequires:	libfs-devel >= 1.0.0
BuildRequires:	libxfont-devel >= 1.2.8-2mdv
BuildRequires:	x11-util-macros >= 1.0.1
BuildRequires:	x11-xtrans-devel >= 1.0.0

Requires(pre):	rpm-helper 
Requires(post):	rpm-helper 
Requires:	fslsfonts
Requires:	fstobdf
Requires:	showfont

# because of X11R6 directory handling on x11-server-common
Requires(pre):	x11-server-common >= 1.4.0.90-13mdv

# because of fontpath.d support
Requires:	libxfont >= 1.2.8-2mdv

%define fontpath %{_sysconfdir}/X11/fontpath.d

%description
This is a font server for X11.  You can serve fonts to other X servers
remotely with this package, and the remote system will be able to use all
fonts installed on the font server, even if they are not installed on the
remote computer.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	\
		--with-default-font-path=%{fontpath} \
		--disable-devel-docs

%make configdir=%{_sysconfdir}/X11/fs

%install
%makeinstall_std configdir=%{_sysconfdir}/X11/fs

install -d 755 %{buildroot}%{fontpath}

# initscript
mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d/
install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/rc.d/init.d/xfs
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/
install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/xfs

# config
# remove the default
rm -f %{buildroot}%{_sysconfdir}/X11/fs/config
#install ours
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/fs/config

# add backward compatibility link for /usr/lib/X11/fs (#23423)
install -d -m 755 %{buildroot}%{_libdir}/X11/
ln -s ../../../%{_sysconfdir}/X11/fs %{buildroot}%{_libdir}/X11/fs

%pre
%_pre_useradd xfs /etc/X11/fs /bin/false

# for msec high security levels
%_pre_groupadd xgrp xfs


%post
%_post_service xfs

# handle init sequence change
if [ -f /etc/rc5.d/S90xfs ] && grep -q 'chkconfig: 2345 20 10' /etc/init.d/xfs; then
	/sbin/chkconfig --add xfs
fi

%preun
%_preun_service xfs

%postun
%_postun_userdel xfs

%triggerpostun -- XFree86-xfs
%_post_service xfs
if [ ! -f /var/lock/subsys/xfs ]
then
  /sbin/service xfs start
fi

%files
%attr(-,xfs,xfs) %dir %{_sysconfdir}/X11/fs
%{_libdir}/X11/fs
%{_bindir}/xfs
%{_mandir}/man1/xfs.*
%attr(-,xfs,xfs) %config(noreplace) %{_sysconfdir}/X11/fs/config
%dir %{_sysconfdir}/X11/fontpath.d
%{_sysconfdir}/rc.d/init.d/xfs
%{_sysconfdir}/sysconfig/xfs




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3-2
+ Revision: e18c64a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22175 |14mr|xfsdump-3.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Administrative utilities for the XFS filesystem

Name:		xfsdump
Version:	3.1.3
Release:	2
Source0:	ftp://oss.sgi.com:21/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
License:	GPLv2
Group:		System/Kernel and hardware
URL:		http://oss.sgi.com/projects/xfs/
BuildRequires:	attr-devel
BuildRequires:	ext2fs-devel
BuildRequires:	xfsprogs-devel
BuildRequires:	dm-devel
BuildRequires:	ncurses-devel
BuildRequires:	libtool

%description
The xfsdump package contains xfsdump, xfsrestore and a number of
other utilities for administering XFS filesystems.

xfsdump examines files in a filesystem, determines which need to be
backed up, and copies those files to a specified disk, tape or other
storage medium.  It uses XFS-specific directives for optimizing the
dump of an XFS filesystem, and also knows how to backup XFS extended
attributes.  Backups created with xfsdump are "endian safe" and can
thus be transfered between Linux machines of different architectures
and also between IRIX machines.

xfsrestore performs the inverse function of xfsdump; it can restore a
full backup of a filesystem.  Subsequent incremental backups can then
be layered on top of the full backup.  Single files and directory
subtrees may be restored from full or partial backups.

%prep

%setup -q

# make it lib64 aware, better make a patch?
#perl -pi -e "/(libuuid|pkg_s?lib_dir)=/ and s|/lib\b|/%{_lib}|;" configure

%build
export DEBUG="-DNDEBUG"
export OPTIMIZER="%{optflags}"
%configure2_5x
%make DEBUG="-DNDEBUG" OPTIMIZER="%{optflags}"

%install
make install DIST_ROOT=%{buildroot}/

# nuke files already packaged as %doc
rm -rf %{buildroot}%{_datadir}/doc/xfsdump/

# for coerency, rename xfsdump|xfsrestore to dump|restore.xfs
mv %{buildroot}/sbin/xfsdump %{buildroot}/sbin/dump.xfs
mv %{buildroot}/sbin/xfsrestore %{buildroot}/sbin/restore.xfs
ln -sf /sbin/dump.xfs %{buildroot}/sbin/xfsdump
ln -sf /sbin/restore.xfs %{buildroot}/sbin/xfsrestore
ln -sf %{_mandir}/man8/xfsdump.8 %{buildroot}%{_mandir}/man8/dump.xfs
ln -sf %{_mandir}/man8/xfsrestore.8 %{buildroot}%{_mandir}/man8/restore.xfs

%files
%doc doc/CHANGES.gz doc/COPYING doc/INSTALL doc/README.xfsdump
/sbin/*
%{_sbindir}/*
%{_mandir}/*/*
%{_localedir}/de/LC_MESSAGES/xfsdump.mo
%{_localedir}/pl/LC_MESSAGES/xfsdump.mo




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1.3-2
+ Revision: b34aa91
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22176 |14mr|xfsinfo-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xfsinfo
Version: 1.0.3
Release: 5
Summary: X font server information utility
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(libfs) >= 1.0.0
BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Xfsinfo is an utility for displaying information about an X font server, such
as the list of capabilities, catalogues, alternate servers and more.

%prep
%setup -q -n %{name}-%{version}

%build
%configure

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xfsinfo
%{_mandir}/man1/xfsinfo.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-5
+ Revision: 14d051e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22177 |14mr|xfsprogs-3.1.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define	major	1

%define	oldlib	%mklibname xfs %{major}
%define	olddev	%mklibname xfs -d
%define	oldstat	%mklibname xfs -d -s

%define	libname	%mklibname handle %{major}
%define	devname	%mklibname handle -d
%define	statname %mklibname handle -d -s


Name:		xfsprogs
Version:	3.1.8
Release:	2
Summary:	Utilities for managing the XFS filesystem
Source0:	ftp://oss.sgi.com/projects/xfs/cmd_tars//%{name}-%{version}.tar.gz
Patch1:		xfsprogs-2.9.8-fix-underlinking.patch
Patch2:		xfsprogs-2.10.2-format_not_a_string_literal_and_no_format_arguments.diff
License:	GPLv2
Group:		System/Kernel and hardware
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	libtool
BuildRequires:	pkgconfig(uuid)
URL:		http://oss.sgi.com/projects/xfs/
Requires:	common-licenses
Conflicts:	xfsdump < 3.0.0

%description
A set of commands to use the XFS filesystem, including mkfs.xfs.

XFS is a high performance journaling filesystem which originated
on the SGI IRIX platform.  It is completely multi-threaded, can
support large files and large filesystems, extended attributes,
variable block sizes, is extent based, and makes extensive use of
Btrees (directories, extents, free space) to aid both performance
and scalability.

Refer to the documentation at http://oss.sgi.com/projects/xfs/
for complete details.  This implementation is on-disk compatible
with the IRIX version of XFS.

%package -n	%{libname}
Summary:	Main library for xfsprogs
Group:		System/Libraries
License:	LGPLv2.1+
%rename		%{oldlib}

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with libhandle.

%package -n	%{devname}
Summary:	XFS filesystem-specific libraries and headers
Group:		Development/C
License:	LGPLv2.1+
Requires:	%{libname} = %{EVRD}
# For uuid/uuid.h included in /usr/include/xfs/linux.h
Requires:	libuuid-devel
%rename		%{olddev}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
%{devname} contains the libraries and header files needed to
develop XFS filesystem-specific programs.

You should install %{devname} if you want to develop XFS
filesystem-specific programs, If you install %{devname}, you'll
also want to install xfsprogs.

%package -n	%{statname}
Summary:	XFS filesystem-specific static libraries
Group:		Development/C
License:	LGPLv2.1+
Requires:	%{devname} = %{version}
%rename		%{oldstat}
Provides:	%{name}-static-devel = %{EVRD}

%description -n	%{statname}
%{devname} contains the static libraries needed to
develop XFS filesystem-specific programs.

You should install %{statname} if you want to develop XFS
filesystem-specific programs, If you install %{statname}, you'll
also want to install xfsprogs.

%prep
%setup -q
%patch1 -p1 -b .underlinking
%patch2 -p0 -b .format_not_a_string_literal_and_no_format_arguments

%build
export DEBUG="-DNDEBUG"
export OPTIMIZER="%{optflags}"

%configure2_5x	--libdir=/%{_lib} \
		--libexecdir=%{_libdir} \
		--sbindir=/sbin \
		--bindir=/usr/sbin \
		--enable-gettext=yes \
		--enable-editline=no \
		--enable-shared=yes

make DEBUG=-DNDEBUG OPTIMIZER="%{optflags}"

%install
make install DIST_ROOT=%{buildroot}/
make install-dev DIST_ROOT=%{buildroot}/

chmod +x %{buildroot}/%{_lib}/libhandle.so.%{major}*

# nuke files already packaged as %doc
rm -r %{buildroot}%{_datadir}/doc/xfsprogs/
%find_lang %{name}

%files -f %{name}.lang
%doc doc/CHANGES.gz doc/CREDITS README
/sbin/xfs_admin
/sbin/xfs_bmap
/sbin/xfs_check
/sbin/xfs_copy
/sbin/xfs_db
/sbin/xfs_freeze
/sbin/xfs_growfs
/sbin/xfs_info
/sbin/xfs_io
/sbin/xfs_logprint
/sbin/xfs_mkfile
/sbin/xfs_ncheck
/sbin/xfs_quota
/sbin/xfs_rtcp
/sbin/xfs_mdrestore
/sbin/xfs_metadump
/sbin/xfs_estimate
/sbin/xfs_fsr

/sbin/fsck.xfs
/sbin/mkfs.xfs
/sbin/xfs_repair
%{_mandir}/man[85]/*

%files -n %{libname}
%doc README
/%{_lib}/libhandle.so.%{major}*

%files -n %{devname}
%doc README
/%{_lib}/libhandle.so
%{_includedir}/xfs
%{_mandir}/man3/*

%files -n %{statname}
/%{_lib}/libhandle.a



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.1.8-2
+ Revision: 95754b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22178 |14mr|xfwp-1.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xfwp
Version:	1.0.2
Release:	5
Summary:	X firewall proxy
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(ice) >= 1.0.0
BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The X firewall proxy (xfwp) is an application layer gateway proxy that
may be run on a network firewall host to forward X traffic across the
firewall. Used in conjunction with the X server Security extension and
authorization checking, xfwp constitutes a safe, simple, and reliable
mechanism both to hide the addresses of X servers located on the
Intranet and to enforce a server connection policy.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xfwp
%{_mandir}/man1/xfwp.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-5
+ Revision: 94b6cd7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22179 |14mr|xgamma-1.0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xgamma
Version: 1.0.5
Release: 3
Summary: Alter a monitor's gamma correction through the X server
Group: Development/X11
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xxf86vm) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Alter a monitor's gamma correction through the X server

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/xgamma
%{_mandir}/man1/xgamma.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.5-3
+ Revision: 1f7a21b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22180 |14mr|xgc-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xgc
Version:	1.0.4
Release:	2
Summary:	X graphics demo

Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires:	flex

%description
The xgc program demonstrates various features of the X graphics primitives.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xgc
%{_datadir}/X11/app-defaults/Xgc
%{_datadir}/X11/app-defaults/Xgc-color
%{_mandir}/man1/xgc.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-2
+ Revision: 8e7ded1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22181 |14mr|xhost-1.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xhost
Version: 1.0.6
Release: 2
Summary: Server access control program for X

Group: Development/X11
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xau) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: setup < 2.7.10

%description
The xhost program is used to add and delete host names or user names to the
list allowed to make connections to the X server. In the case of hosts, this
provides a rudimentary form of privacy control and security. It is only
sufficient for a workstation (single user) environment, although it does limit
the worst abuses. Environments which require more sophisticated measures should
implement the user-based mechanism or use the hooks in the protocol for passing
other authentication data to the server.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%files
%{_bindir}/xhost
%{_mandir}/man1/xhost.1%{_extension}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.6-2
+ Revision: 468e07e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22182 |14mr|xine-lib-1.2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_optimization 0
%define dvdnav 0.1.4

%define build_pulse 1
%define build_magick 1
%define build_caca 1
%define build_directfb 0
%define external_vcdnav 1
%define build_smb 1
%define build_alsa 1
%define build_linuxfb 1

%define build_vidix 0

%define build_divx4 0
%define build_xvid 0
%define build_faad 0
%define build_win32 0
%ifarch %{ix86}
%define build_win32 1
%endif

%define external_ffmpeg 1

%{?_with_plf: %{expand: %%global build_plf 1}}

######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define distsuffix plf
%define build_faad 1
%define extrarelsuffix plf
%endif

%{?_with_optimization: %{expand: %%global build_optimization 1}}
%{?_with_directfb: %{expand: %%global build_directfb 1}}
%{?_without_directfb: %{expand: %%global build_directfb 0}}
%{?_with_alsa: %{expand: %%global build_alsa 1}}
%{?_without_alsa: %{expand: %%global build_alsa 0}}
%{?_with_vcdnav: %{expand: %%global external_vcdnav 1}}
%{?_without_vcdnav: %{expand: %%global external_vcdnav 0}}
%{?_with_vidix: %{expand: %%global build_vidix 1}}
%{?_without_vidix: %{expand: %%global build_vidix 0}}
%{?_with_linuxfb: %{expand: %%global build_linuxfb 1}}
%{?_without_linuxfb: %{expand: %%global build_linuxfb 0}}
%{?_with_faad: %{expand: %%global build_faad 1}}
%{?_without_faad: %{expand: %%global build_faad 0}}
%{?_with_win32: %{expand: %%global build_win32 1}}
%{?_without_win32: %{expand: %%global build_win32 0}}
%{?_with_divx4: %{expand: %%global build_divx4 1}}
%{?_without_divx4: %{expand: %%global build_divx4 0}}
%{?_with_xvid: %{expand: %%global build_xvid 1}}
%{?_without_xvid: %{expand: %%global build_xvid 0}}
%{?_with_smb: %{expand: %%global build_smb 1}}
%{?_without_smb: %{expand: %%global build_smb 0}}
%{?_with_pulse: %{expand: %%global build_pulse 1}}
%{?_without_pulse: %{expand: %%global build_pulse 0}}
%{?_with_magick: %{expand: %%global build_magick 1}}
%{?_without_magick: %{expand: %%global build_magick 0}}
%{?_with_ffmpeg: %{expand: %%global external_ffmpeg 1}}
%{?_without_ffmpeg: %{expand: %%global external_ffmpeg 0}}

%define bname xine
%define major 2
%define api 2.4
%define libname %mklibname xine %{major}
%define devname %mklibname -d xine

Summary:	A Free Video Player (Libraries)
Name:		xine-lib
Version:	1.2.5
Release:	2%{?extrarelsuffix}
License:	GPLv2+
Group:		System/Libraries
Url:		http://xine.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/xine/xine-lib/%{version}/xine-lib-%{version}.tar.xz
Source1:	accel_vaapi.h

BuildRequires:	aalib-devel
BuildRequires:	gettext-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	mng-devel
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xvmc)
%if %{build_smb}
BuildRequires:	pkgconfig(smbclient)
%endif
%if %{external_vcdnav}
BuildRequires:	pkgconfig(libvcdinfo)
%endif
%if %{build_directfb}
Buildrequires:	pkgconfig(directfb)
%endif
%if %{external_ffmpeg}
BuildRequires:	pkgconfig(libavcodec)
%endif

%description
xine is a free gpl-licensed video player for unix-like systems.

%if %{build_plf}
This package is in restricted repository because the AAC decoder is
covered by patents.
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A Free Video Player (Libraries)
Group:		System/Libraries
Provides:	xine-lib

%description -n %{libname}
xine is a free gpl-licensed video player for unix-like systems.

This package contains the shared libraries required by xine.

%files -n %{libname}
%{_libdir}/libxine.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel files for xine
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libxine-devel = %{version}-%{release}

%description -n %{devname}
xine is a free gpl-licensed video player for unix-like systems.

This package contains the development files required for compiling xine
front ends or plugins.

%files -n %{devname}
%doc README AUTHORS TODO
%doc ChangeLog installed-docs/hackersguide
%{_bindir}/xine-config
%{_bindir}/xine-list-1.2
%{multiarch_bindir}/xine-config
%{_mandir}/man1/xine-config.1*
%{_mandir}/man1/xine-list-1.2.1*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libxine.pc
%{_datadir}/aclocal/xine.m4
%{_includedir}/*.h
%{_includedir}/xine

#----------------------------------------------------------------------------

%package -n %{bname}-plugins
Summary:	A Free Video Player (main plugins)
Group:		Video
Provides:	%{bname}-xv %{bname}-gl %{bname}-oss %{libname}-docs %{bname}-speex
Provides:	%{bname}-dvdnav %{bname}-alsa %{bname}-musepack
%if %{build_win32}
Provides:	xine-plugins-win32
Provides:	xine-win32
#Suggests: win32-codecs
%endif
# Plugins are in versioned dir, so require the exact version
Requires:	%{libname} = %{version}
# provide the plugin API version
Provides:	xine-plugin-api = %{api}

%description -n %{bname}-plugins
xine is a free gpl-licensed video player for unix-like systems.

This package includes the main plugins for xine, they allow the input
from files, Video CDs, network streams and (not encrypted) DVDs in
several video formats.

%if %{build_optimization}
Warning: This package was optimized for the build machine and probably
will not run on other computers.
%endif

%files -n %{bname}-plugins -f libxine2.lang
%doc installed-docs/README* installed-docs/faq.*
%{_mandir}/man5/xine.5*
%dir %{_libdir}/xine/
%dir %{_libdir}/xine/plugins/
%dir %{_libdir}/xine/plugins/%{api}/
%dir %{_libdir}/xine/plugins/%{api}/post/
%{_libdir}/xine/plugins/%{api}/mime.types
%if %{build_alsa}
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_alsa.so
%endif
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_file.so
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_none.so
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_oss.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_cdda.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_dvb.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_dvd.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_http.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_stdin_fifo.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_file.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_mms.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_net.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_pnm.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_pvr.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_rtp.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_rtsp.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_test.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_vcd.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_v4l2.so
%{_libdir}/xine/plugins/%{api}/xineplug_dmx_*so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_a52.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_bitplane.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_dts.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_dvaudio.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_ff.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_gdk_pixbuf.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_gsm610.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_libjpeg.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_libvpx.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_lpcm.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_mad.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_mpc.so*
%{_libdir}/xine/plugins/%{api}/xineplug_decode_mpeg2.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_spu*.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_real.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_rgb.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_yuv.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_h264.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_h264_alter.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_mpeg12.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_mpeg4.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_vc1.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_bluray.so
%{_libdir}/xine/plugins/%{api}/xineplug_nsf.so
%{_libdir}/xine/plugins/%{api}/xineplug_sputext.so
%{_libdir}/xine/plugins/%{api}/xineplug_vdr.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_vaapi.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_vdpau.so
%{_libdir}/xine/plugins/%{api}/xineplug_xiph.so
%if %{build_directfb}
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_directfb.so
%endif
%if %{build_linuxfb}
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_fb.so
%endif
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_opengl.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_opengl2.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_none.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_raw.so
%if %{build_vidix}
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_vidix.so
%{_libdir}/xine/plugins/%{api}/vidix/
%endif
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xshm.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xv.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xvmc.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xxmc.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xcbshm.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xcbxv.so
%if %{build_win32}
%{_libdir}/xine/plugins/%{api}/xineplug_decode_qt.so*
%{_libdir}/xine/plugins/%{api}/xineplug_decode_w32dll.so*
%endif
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_audio_filters.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_goom.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_mosaico.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_planar.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_switch.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_tvtime.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_visualizations.so
%{_datadir}/xine-lib

#----------------------------------------------------------------------------

%package -n %{bname}-wavpack
Group:		Sound
Summary:	Wavpack Audio decoder plugin for xine
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-wavpack
xine is a free gpl-licensed video player for unix-like systems.

This package contains the wavpack audio decoder plugin.

%files -n %{bname}-wavpack
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_wavpack.so

#----------------------------------------------------------------------------

%package -n %{bname}-sdl
Group:		Video
Summary:	SDL video output plugin for xine
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-sdl
xine is a free gpl-licensed video player for unix-like systems.

This package contains the SDL video output plugin.

%files -n %{bname}-sdl
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_sdl.so

#----------------------------------------------------------------------------

%if %{build_caca}
%package -n %{bname}-caca
Group:		Video
Summary:	Caca video output plugin for xine
Requires:	%{bname}-plugins = %{version}
BuildRequires:	libcaca-devel >= 0.99

%description -n %{bname}-caca
xine is a free gpl-licensed video player for unix-like systems.

This package contains the Caca video output plugin.

%files -n %{bname}-caca
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_caca.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-esd
Summary:	Esd plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-esd
xine is a free gpl-licensed video player for unix-like systems.

- Esd audio output plugin

%files -n %{bname}-esd
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_esd.so

#----------------------------------------------------------------------------

%package -n %{bname}-jack
Summary:	Jack plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-jack
xine is a free gpl-licensed video player for unix-like systems.

- Jack audio output plugin

%files -n %{bname}-jack
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_jack.so

#----------------------------------------------------------------------------

%if %{build_pulse}
%package -n %{bname}-pulse
Summary:	Pulseaudio plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(libpulse)

%description -n %{bname}-pulse
xine is a free gpl-licensed video player for unix-like systems.

- pulseaudio audio output plugin

%files -n %{bname}-pulse
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_pulseaudio.so
%endif

#----------------------------------------------------------------------------

%if %{build_magick}
%package -n %{bname}-image
Summary:	ImageMagick plugin for xine
Group:		Graphics
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(ImageMagick)

%description -n %{bname}-image
xine is a free gpl-licensed video player for unix-like systems.

- image display plugin based on ImageMagick

%files -n %{bname}-image
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_decode_image.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-aa
Summary:	Aalib plugin for xine
Group:		Video
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-aa
xine is a free gpl-licensed video player for unix-like systems.

- Aalib textmode output plugin

%files -n %{bname}-aa
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_aa.so

#----------------------------------------------------------------------------

%ifarch %{ix86} x86_64 ppc %{arm}
%package -n %{bname}-dxr3
Summary:	DXR3 plugin for xine
Group:		Video
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-dxr3
xine is a free gpl-licensed video player for unix-like systems.

- DXR3/Hollywood+ (MPEG2 hardware decoder) decoding/output plugin
%if %{build_plf}
- this version has mpeg encoding enabled using libfame.
%endif

%files -n %{bname}-dxr3
%{_libdir}/xine/plugins/%{api}/xineplug_*dxr3*.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-flac
Summary:	FLAC plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-flac
xine is a free gpl-licensed video player for unix-like systems.

- FLAC audio decoder plugin

%files -n %{bname}-flac
%{_libdir}/xine/plugins/%{api}/xineplug_flac.so

#----------------------------------------------------------------------------

%package -n %{bname}-gnomevfs
Summary:	GNOME VFS plugin for xine
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-gnomevfs
xine is a free gpl-licensed video player for unix-like systems.

- GNOME VFS input plugin

%files -n %{bname}-gnomevfs
%{_libdir}/xine/plugins/%{api}/xineplug_inp_gnome_vfs.so

#----------------------------------------------------------------------------

%if %{build_smb}
%package -n %{bname}-smb
Summary:	Samba input plugin for xine
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-smb
xine is a free gpl-licensed video player for unix-like systems.

- Samba input plugin

%files -n %{bname}-smb
%{_libdir}/xine/plugins/%{api}/xineplug_inp_smb.so
%endif

#----------------------------------------------------------------------------

%if %{build_divx4}
%package -n %{bname}-divx4
Summary:	Divx4 plugin for %{bname}
Group: 		Video
Requires:	%{bname}-plugins = %{version}
ExclusiveArch:	%{ix86}
Provides:	xine-plugins-divx4

%description -n %{bname}-divx4
This package contains the divx4linux plugin for %{bname}. It is in
restricted because it is covered by software patents.

%files -n %{bname}-divx4
%{_libdir}/xine/plugins/%{api}/xineplug_decode_divx4.so*
%endif

#----------------------------------------------------------------------------

%if %{build_faad}
%package -n %{bname}-faad
Summary:	FAAD plugin for %{bname}
Group:		Sound
Requires:	%{bname}-plugins = %{version}
BuildRequires:	libfaad2-devel

%description -n %{bname}-faad
This package contains the AAC decoder plugin for %{bname}. It is in
restricted repository because it is covered by software patents.

%files -n %{bname}-faad
%{_libdir}/xine/plugins/%{api}/xineplug_decode_faad.so*
%endif

#----------------------------------------------------------------------------

%if %{build_xvid}
%package -n %{bname}-xvid
Summary:	XviD plugin for %{bname}
Group:		Video
Requires:	%{bname}-plugins = %{version}
Provides:	xine-plugins-xvid

%description -n %{bname}-xvid
This package contains the XviD plugin for %{bname}. It is in
restricted because it is covered by software patents.

%files -n %{bname}-xvid
%{_libdir}/xine/plugins/%{api}/xineplug_decode_xvid.so*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
#copy missing source file
cp %{SOURCE1} src/xine-engine

%build
#gw for flac
export OGG_LIBS=-logg

%if ! %{build_optimization}
export CFLAGS="%(echo %optflags|sed s/-Wp,-D_FORTIFY_SOURCE=2//)"
%configure2_5x \
%else
%{?__cputoolize: %{__cputoolize}}
#gw expanded configure2_5x macro without the CFLAGS and --build stuff
[ -f configure.in -o -f configure.ac ] && %__libtoolize --copy --force
./configure \
 	--prefix=%{_prefix} \
	--exec-prefix=%{_prefix} \
	--bindir=%{_bindir} \
	--sbindir=%{_sbindir} \
	--sysconfdir=%{_sysconfdir} \
	--datadir=%{_datadir} \
	--includedir=%{_includedir} \
	--libdir=%{_libdir} \
	--libexecdir=%{_libdir} \
	--localstatedir=/var/lib \
	--sharedstatedir=%{_prefix}/com \
	--mandir=%{_mandir} \
	--infodir=%{_datadir}/info \
%endif
%if ! %{external_vcdnav}
	--with-internal-vcdlibs \
%endif
%if %{build_directfb}
	--enable-directfb \
%endif
%if ! %{build_alsa}
	--disable-alsa \
%endif
%if ! %{build_vidix}
	--disable-vidix \
%endif
%if ! %{build_faad}
	--disable-faad \
%endif
%if ! %{build_pulse}
	--disable-polypaudio \
%endif
%if ! %{build_linuxfb}
	--disable-fb \
%endif
%if %{external_ffmpeg}
 	--with-external-ffmpeg \
%endif
	--enable-ipv6 \
	--with-libflac \
	--with-wavpack \
	--with-w32-path=%{_libdir}/codecs \
	--with-external-libmpcdec
# real-codecs-path is not set so that runtime searching is used. We want
# to use either codecs from RealPlayer or real-codecs, whichever is
# present.

%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/xine-config

#clean out unpackaged files
rm -f %{buildroot}%{_libdir}/xine/plugins/*/*.la
rm -f %{buildroot}%{_libdir}/xine/plugins/*/post/*.la
rm -rf installed-docs
mv %{buildroot}%{_datadir}/doc/xine-lib installed-docs
rm -f %{buildroot}%{_libdir}/xine/plugins/*/xineplug_inp_vcdo.so

%find_lang libxine2 || touch libxine2.lang



%changelog
* Thu Jul 10 2014 abfonly <abfonly@gmail.com> 1.2.5-2
+ Revision: ce6da71
- Merge pull request #1 from abfonly/xine-lib:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22183 |14mr|xinetd-2.3.15-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Powerful replacement for inetd
Name:		xinetd
Version:	2.3.15
Release:	3
Group:		System/Base
License:	BSD
URL:		http://www.xinetd.org
Source0:	http://www.xinetd.org/%{name}-%{version}.tar.gz
Patch0:		xinetd-2.3.15-tirpc.patch
Patch1:		xinetd-2.3.15-CVE-2013-4342.patch
Source1:	xinetd.init
Source2:	xinetd.default.config
Source3:	convert.pl
Source4:	xinetd-ttime
Source5:	xinetd-utime
Source6:	xinetd-tdtime
Source7:	xinetd-udtime
Source8:	xinetd-echo
Source9:	xinetd-uecho
Source10:	xinetd-chargen
Source11:	xinetd-uchargen
Source12:	xinetd.sysconf
Source13:	xinetd-servers
Source14:	xinetd-services
Source15:	xinetd-xadmin
Source50:	faq.html
Source100:	%{name}.rpmlintrc
Requires:	tcp_wrappers
Requires(post):	rpm-helper
Requires(postun):	rpm-helper
Requires(preun):	rpm-helper
BuildRequires:	tcp_wrappers-devel
BuildRequires:	tirpc-devel
Obsoletes:	xinetd-ipv6 < %{version}-%{release}
Obsoletes:	xinetd-devel < %{version}-%{release}
Obsoletes:	netkit-base < %{version}-%{release}
Provides:	xinetd-devel
Provides:	netkit-base

%description
xinetd is a powerful replacement for inetd.
xinetd has access control machanisms, extensive logging capabilities,
the ability to make services available based on time, and can place
limits on the number of servers that can be started, among other things.

xinetd has the ability to redirect TCP streams to a remote host and
port. This is useful for those of that use ip masquerading, or NAT,
and want to be able to reach your internal hosts.

xinetd also has the ability to bind specific services to specific
interfaces. This is useful when you want to make services available
for your internal network, but not the rest of the world.  Or to have
a different service running on the same port, but different interfaces.

%package simple-services
Summary:	Internal xinetd simple services
Group:		System/Base
License:	BSD
Requires:	xinetd

%description simple-services
Internal xinetd simple services (not very useful one):

- chargen

Chargen is short for Character Generator and is a service that generates
random characters either in one UDP packet containing a random number (between
0 and 512) of characters, or a TCP session. The UDP Chargen server looks for a
UDP packet on port 19 and responds with the random character packet.

With TCP Chargen, the server sends as a continuous stream of TCP packets once
a connection is made, and until the session closes. The data is thrown away.
Chargen is used to find the cause for dropped packets. It uses TCP/UDP port
19. An infiltrator can create a DoS attack by spoofing an IP address and
causing two devices to send random traffic to each other.

RFC 864 describes the Chargen service.

- daytime

The Daytime protocol is another testing tool and uses port 13 for both UDP and
TCP versions. On receipt of a datagram to port 13, the server in the UDP
version, sends the current date and time in ASCII format in a datagram. The
TCP version, on receipt of a datagram to port 13, and once the connection is
established, sends the date and time in ASCII format and closes the
connection.

RFC 867 describes the Daytime service.

- echo

Echo uses UDP and TCP port 7 and is used as a debgging tool to send any
datagrams received from a source, back to that source. The risk with this is
that someone who has access to the network can overload devices via the Echo
service amounting to a DoS attack.

RFC 862 describes the Echo service.

- time

- servers

Show servers running

- services

Show available services

- xadmin

Show servers running and available services

%prep
%setup -q
%apply_patches
install -m 0644 %{SOURCE50} FAQ.html
#chmod a+r INSTALL README FAQ.html CHANGELOG COPYRIGHT xinetd/sample.conf

%build
%serverbuild
%configure2_5x  --with-libwrap --with-inet6
%make

%install
%makeinstall \
    DAEMONDIR=%{buildroot}%{_sbindir} \
    MANDIR=%{buildroot}/%{_mandir} \
    FMODE="-m 644"

install -m 755 %{SOURCE3} %{buildroot}%{_sbindir}/inetdconvert

install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/xinetd.conf

install -d -m 755 %{buildroot}%{_initrddir}/
install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/xinetd

install -d -m 755 %{buildroot}%{_sysconfdir}/xinetd.d
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/xinetd.d/time
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/xinetd.d/time-udp
install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/xinetd.d/daytime
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/xinetd.d/daytime-udp
install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/xinetd.d/echo
install -m 644 %{SOURCE9} %{buildroot}%{_sysconfdir}/xinetd.d/echo-udp
install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/xinetd.d/chargen
install -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/xinetd.d/chargen-udp
install -m 644 %{SOURCE14} %{buildroot}%{_sysconfdir}/xinetd.d/services

install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE12} %{buildroot}%{_sysconfdir}/sysconfig/xinetd

# no need to ship this one since we provide inetdconvert
rm -f %{buildroot}%{_sbindir}/itox
rm -f %{buildroot}%{_sbindir}/xconv.pl
rm -f %{buildroot}/%{_mandir}/man8/itox*

%post
%_post_service %{name}

%preun
%_preun_service  %{name}

%files
%doc INSTALL README FAQ.html CHANGELOG COPYRIGHT xinetd/sample.conf
%config(noreplace) %{_sysconfdir}/sysconfig/xinetd
%config(noreplace) %{_sysconfdir}/xinetd.conf
%{_initrddir}/xinetd
%dir %{_sysconfdir}/xinetd.d
%{_sbindir}/xinetd
%{_sbindir}/inetdconvert
%{_mandir}/*/*

%files simple-services
%config(noreplace) %{_sysconfdir}/xinetd.d/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.3.15-3
+ Revision: 4829f57
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22184 |14mr|xine-ui-0.99.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Free Video Player
Name:		xine-ui
Version:	0.99.8
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://xine.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/xine/xine-lib/%{version}/%{name}-%{version}.tar.xz
Source1:	xine-opendvd.desktop
Patch0:		xine-ui-0.99.7-locale.patch
Patch1:		xine-ui-0.99.7-readline63.patch
Patch2:		xine-ui-0.99.8-fix_crash_on_exit.patch
BuildRequires:	aalib-devel
BuildRequires:	jpeg-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(caca)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpng)
Buildrequires:	pkgconfig(libxine)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(nvtvsimple)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xtst)
Requires:	curl
Requires:	xine-plugins

%description
xine is a free GPL-licensed video player for UNIX-like systems.

User interface for the X Window system.

%files -f xine-ui.lang
%doc AUTHORS ChangeLog README
%doc doc/README*
%{_bindir}/xine*
%{_datadir}/xine
%{_datadir}/pixmaps/*
%{_datadir}/applications/xine.desktop
%{_datadir}/applications/xine-ui.desktop
%{_datadir}/apps/solid/actions/xine-opendvd.desktop
%{_datadir}/icons/hicolor/*/apps/xine*
%{_datadir}/mime/packages/xine-ui.xml
%{_mandir}/man1/*
%lang(de) %{_mandir}/de/man1/*
%lang(es) %{_mandir}/es/man1/*
%lang(fr) %{_mandir}/fr/man1/*
%lang(pl) %{_mandir}/pl/man1/*

#----------------------------------------------------------------------------

%package	aa
Summary:	XINE - Ascii Art player
Requires:	xine-plugins
Requires:	xine-aa

%description	aa
xine is a free GPL-licensed video player for UNIX-like systems.

User interface with ascii art (text mode) output.

%files aa
%doc README
%{_bindir}/aaxine
%{_bindir}/cacaxine

#----------------------------------------------------------------------------

%package	fb
Summary:	XINE - framebuffer video player
Requires:	xine-plugins

%description	fb
xine is a free GPL-licensed video player for UNIX-like systems.

User interface with support for linux framebuffer output.

%files fb
%doc README
%{_bindir}/fbxine

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
export XINE_DOCPATH="%{_datadir}/doc/xine-ui"
%configure2_5x \
	--enable-vdr-keys \
	--with-caca \
	--with-aalib
%make

%install
%makeinstall_std transform=""
install -m644 misc/desktops/xine.desktop -D %{buildroot}%{_datadir}/applications/%{name}.desktop

install -m644 %{SOURCE1} -D %{buildroot}%{_datadir}/apps/solid/actions/xine-opendvd.desktop

%find_lang xine-ui --all-name

rm -rf %{buildroot}%{_datadir}/doc
rm -rf %{buildroot}%{_datadir}/xine/desktop


%changelog
* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.99.8-1
+ Revision: 3e0ff7c
- New version 0.99.8, add patches to fix crash and to fix build with readline 6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22185 |14mr|xinit-1.3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define  bootstrap  0

# Allow --with[out] bootstrap at rpm command line build
%{?_without_bootstrap: %{expand: %%define bootstrap 0}}
%{?_with_bootstrap: %{expand: %%define bootstrap 1}}

Name:    xinit
Version: 1.3.3
Release: 3
Summary: Initialize an X session

License: MIT
Group:   System/X11

URL:     http://cgit.freedesktop.org/xorg/app/xinit
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2

# (fc) 1.0.2-2mdv readd modifications for startx (argument parsing)
# This patch is part of the old "startx" patch.
# We need to check why exactly this patch is needed, but it does these things:
# - it removes the default client and server from the startx arguments, so if
#   nothing is specified the default server or client will be the one chosen by
#   xinit
# - it uses trap to make sure the "cleanup" function will be run
# - it partially undoes upstream commit 9632367abd03108f3636b05e9f2fd92f5c28dabe
# - it enables commands like "startx startxfce4", which don't work in the
#   unpatched version (should be "startx /usr/bin/startxfce4")
#Previous versions of this patch had a bug where xinit would be run twice if some
#macros were defined.
Patch0: xinit-1.3.2-startx-arguments.patch

# (fc) prevent freeze from applications trying to read stdin (Fedora bug #214649)
Patch2: xinit-1.0.4-client-session.patch

# (fc) unset XDG_SESSION_COOKIE in startx (Fedora bug #489999)
Patch3: xinit-1.0.9-unset.patch

# (pz) this patch was taken from the old startx.patch
Patch4: xinit-1.2.0-replace-xterm-for-xvt.patch

# (cg) use the current vt to maintain the current session status.
Patch5: xinit-1.3.2-use-current-vt.patch

BuildRequires: pkgconfig(x11)
BuildRequires: x11-util-macros >= 1.0.1
Requires:      xinitrc

%if !%{bootstrap}
Requires:      which
%endif

Obsoletes: consolekit-x11

%description
The xinit program is used to start the X Window System server and a first
client program on systems that cannot start X directly from /etc/init or in
environments that use multiple window systems. When this first client exits,
xinit will kill the X server and then terminate.


%prep
%setup -q -n %{name}-%{version}
%patch0 -p0 -b .orig

%patch2 -p1 -b .client-session
%patch3 -p1 -b .unset
%patch4 -p1 -b .xvt
%patch5 -p1 -b .curvt

#needed by patch1
#if !% {bootstrap}
#autoreconf -fi
#endif

%build
%configure2_5x
%make XINITDIR=/etc/X11/xinit

%install
%makeinstall_std

#don't use xorg xinitrc file, use our own, provided by xinitrc package
rm -fr %{buildroot}%{_libdir}/X11/xinit/xinitrc
rm -fr %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc

%clean

%files
%{_bindir}/xinit
%{_bindir}/startx
%{_mandir}/man1/startx.1*
%{_mandir}/man1/xinit.1*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.3-3
+ Revision: 871e755
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22186 |14mr|xinitrc-2.4.21-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The default startup script for the X Window System
Name:		xinitrc
Version:	2.4.21
Release:	6
License:	Public Domain
Group:		System/X11
URL:		http://www.mandrivalinux.com/
Source0:	gdm.conf
Source1:	GiveConsole
Source2:	kdm.conf
Source3:	TakeConsole
Source4:	x11-Xresources
Source5:	Xaccess
Source6:	xdm.conf
Source7:	xdm-config
Source8:	xdm-Xsession
Source9:	xinitrc-fixkeyboard
Source11:	xinitrc-RunWM
Source12:	xinitrc-Xclients
Source13:	xinitrc-XIM
Source14:	xinitrc-xinitrc
Source15:	xinitrc-Xmodmap
Source16:	Xresources
Source17:	Xservers
Source18:	Xsession
Source19:	Xsetup_0
Source20:	Xwilling
Source21:	xdm-Xstartup
Source22:	xdm-Xreset
Source23:	XIM.xinit
Source24:	kdm3.conf
Requires:	x11-server-xorg
# Because of <basedir>/X11 directory handling
Requires:	x11-server-common >= 1.4.2
Requires:	xdpyinfo
Requires:	xmodmap
Requires:	xsetroot
Requires:	/bin/sh
Requires:	/bin/grep
Requires:	sessreg
Requires:	xrdb
Suggests:	s2u
Conflicts:	initscripts < 6.87-2mdk
Conflicts:	gdm < 2.8.0.0
Conflicts:	xdm < 1.1.8
BuildArch:	noarch

%description
The xinitrc package contains the xinitrc file, a script which is used
to configure your X Window System session or to start a window manager.

%prep

%build
echo "Hello, i'm a build section"

%install

R=%{buildroot}
	
mkdir -p $R%{_sysconfdir}/X11/{xdm,xinit}
install -m755 %{SOURCE18} $R%{_sysconfdir}/X11/
install -m644 %{SOURCE4} $R%{_sysconfdir}/X11/Xresources

mkdir $R%{_sysconfdir}/X11/{xinit,xsetup}.d
install -m 755 %{SOURCE23} $R%{_sysconfdir}/X11/xinit.d/02XIM
mkdir $R%{_sysconfdir}/X11/wmsession.d
mkdir -p $R%{_datadir}/X11/xdm
install -m755 {%{SOURCE20},%{SOURCE19},%{SOURCE3},%{SOURCE1}} $R%{_datadir}/X11/xdm
ln -s ../../..%{_datadir}/X11/xdm/{Xwilling,Xsetup_0,TakeConsole,GiveConsole} $R%{_sysconfdir}/X11/xdm
install -m644 %{SOURCE7} %{SOURCE17} %{SOURCE16} %{SOURCE5} $R%{_sysconfdir}/X11/xdm
ln -s ../../../..%{_sysconfdir}/X11/xdm/{xdm-config,Xservers,Xresources,Xaccess} $R%{_datadir}/X11/xdm
install -m755 %{SOURCE8} $R%{_datadir}/X11/xdm/Xsession

install -m755 %{SOURCE22} $R%{_datadir}/X11/xdm/Xreset
install -m755 %{SOURCE21} $R%{_datadir}/X11/xdm/Xstartup
ln -s ../../..%{_datadir}/X11/xdm/{Xsession,Xreset,Xstartup} $R%{_sysconfdir}/X11/xdm

install -m644 %{SOURCE15} $R%{_sysconfdir}/X11/Xmodmap
install -m644 %{SOURCE14} $R%{_sysconfdir}/X11/xinit/xinitrc
install -m644 %{SOURCE12} $R%{_sysconfdir}/X11/xinit/Xclients
install -m644 %{SOURCE9} $R%{_sysconfdir}/X11/xinit/fixkeyboard
install -m644 %{SOURCE13} $R%{_sysconfdir}/X11/xinit/XIM

mkdir -p $R%{_bindir}/
install -m755 %{SOURCE11} $R%{_bindir}/RunWM
for i in Fvwm95 MWM AfterStep WindowMaker; do ln -sf RunWM $R%{_bindir}/RunWM.$i;done

mkdir -p $R%{_datadir}/X11/dm.d
install -m644 %{SOURCE2} $R%{_datadir}/X11/dm.d/10kdm.conf
install -m644 %{SOURCE24} $R%{_datadir}/X11/dm.d/15kdm3.conf
install -m644 %{SOURCE0} $R%{_datadir}/X11/dm.d/20gdm.conf
install -m644 %{SOURCE6} $R%{_datadir}/X11/dm.d/30xdm.conf

%files
%config(noreplace) %{_sysconfdir}/X11/Xmodmap
%config(noreplace) %{_sysconfdir}/X11/Xresources
%config(noreplace) %{_sysconfdir}/X11/xdm/xdm-config
%config(noreplace) %{_sysconfdir}/X11/xdm/Xservers
%config(noreplace) %{_sysconfdir}/X11/xdm/Xresources
%config(noreplace) %{_sysconfdir}/X11/xdm/Xaccess

%{_sysconfdir}/X11/xdm/GiveConsole
%{_sysconfdir}/X11/xdm/TakeConsole
%{_sysconfdir}/X11/xdm/Xreset
%{_sysconfdir}/X11/xdm/Xsession
%{_sysconfdir}/X11/xdm/Xsetup_0
%{_sysconfdir}/X11/xdm/Xstartup
%{_sysconfdir}/X11/xdm/Xwilling


%dir %{_sysconfdir}/X11/wmsession.d
%dir %{_sysconfdir}/X11/xinit
%dir %{_sysconfdir}/X11/xinit.d
%dir %{_sysconfdir}/X11/xsetup.d
%{_sysconfdir}/X11/Xsession
%{_sysconfdir}/X11/xinit.d/02XIM
%{_sysconfdir}/X11/xinit/XIM
%{_sysconfdir}/X11/xinit/Xclients
%{_sysconfdir}/X11/xinit/fixkeyboard
%{_sysconfdir}/X11/xinit/xinitrc
%{_bindir}/*
%{_datadir}/X11/dm.d
%{_datadir}/X11/xdm

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.4.21-6
+ Revision: 81dd359
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22187 |14mr|xinput-1.6.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Runtime configuration and test of XInput devices
Name:		xinput
Version:	1.6.1
Release:	3
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(inputproto)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xrandr)

%description
Runtime configuration and test of XInput devices.

%files
%doc README ChangeLog
%{_bindir}/xinput
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.1-3
+ Revision: e4417db
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22188 |14mr|xkbcomp-1.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xkbcomp
Version:	1.2.4
Release:	3
Summary:	Compile XKB keyboard description
Group:		Development/X11
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xkbfile) >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
The xkbcomp keymap compiler converts a description of an XKB keymap into one of
several output formats. The most common use for xkbcomp is to create a compiled
keymap file (.xkm extension) which can be read directly by XKB-capable X
servers or utilities.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/xkbcomp
%{_mandir}/man1/xkbcomp.1*
%{_libdir}/pkgconfig/%{name}.pc



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.4-3
+ Revision: 11c690f
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22189 |14mr|xkbevd-1.1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xkbevd
Version:	1.1.3
Release:	3
Summary:	XKB event daemon
Group:		Development/X11
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xkbfile) >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires:	bison

%description
The xkbevd event daemon listens for specified XKB events and executes
requested commands if they occur. The configuration file consists of a
list of event specification/action pairs and/or variable definitions.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir} \
		--x-libraries=%{_libdir}

%make

%install
mkdir -p %{buildroot}/%{_datadir}/X11/xkb
install -m 644 example.cf xkbevd.cf %{buildroot}/%{_datadir}/X11/xkb
%makeinstall_std

%files
%{_bindir}/xkbevd
%{_mandir}/man1/xkbevd.1*
%{_datadir}/X11/xkb/*.cf



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3-3
+ Revision: 2df5e5a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22190 |14mr|xkbprint-1.0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xkbprint
Version:	1.0.3
Release:	5
Summary:	Print an XKB keyboard description
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xkbfile) >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
The xkbprint comman generates a printable or encapsulated PostScript
description of the XKB keyboard description specified by a file. 

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir} \
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xkbprint
%{_mandir}/man1/xkbprint.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-5
+ Revision: e67dacb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22191 |14mr|xkbutils-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xkbutils
Version:	1.0.4
Release:	2
Summary:	X.Org X11 XKB utilities

Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xkbfile) >= 1.0.1
BuildRequires: pkgconfig(xaw7) >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
This package provides several XKB utilities for X.org.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir} \
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xkbbell
%{_bindir}/xkbvleds
%{_bindir}/xkbwatch
%{_mandir}/man1/*.1.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-2
+ Revision: c67b7fa
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22192 |14mr|xkeyboard-config-2.10.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define old_name x11-data-xkbdata

%define git_url git://anongit.freedesktop.org/xkeyboard-config

Name:		xkeyboard-config
Epoch:		1
Version:	2.10.1
Release:	5
Summary:	XKB data files
License:	MIT
Group:		Development/X11
URL:		http://www.freedesktop.org/wiki/Software/XKeyboardConfig
Source0:	http://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-%{version}.tar.bz2
Source1:	%{name}-ru.po
Patch0:		xkeyboard-config-2.10.1-fixkbd.patch
# (Anssi 09/2008) Add fi(kotoistus_classic_nbsp) and use that by default.
# It has nbsp in level4 instead of level3 to avoid typos, as in fi(classic).
# See http://bugs.freedesktop.org/show_bug.cgi?id=12764
# Comments have been sent to the Kotoistus project.
Patch1:		xkeyboard-config-2.10.1-fi-kotoistus_classic_nbsp.patch

# Morocco symbols/tifinagh should be symbols/ma in the official version
# Nigerian symbols/ng seens to match
# Pakistanese is pk in 1.1, not snd
# symbols/tm "Turkmen" is the same as symbols/tr "Turkey" in 1.1? seens
#	quite different
# symbols/urd seens to be 1.1's symbols/in (claims support for all Indian
#	keyboard layouts)
# symbols/kur "Kurdish" is apparently in several different Kurdish support
#	files/descriptions
# symbols/chr "Cherokee" being dropped? or already integrated in some other
#	description?
Patch2:		xkbdata-1.0.1-newkbd.patch
Patch3:		xkb-fix_uz.patch

# (fc) 1.5-2mdv map key_battery, wlan, bluetooth, uwb to their XF86 keycodes (GIT)
Patch6:		xkeyboard-config-1.4-battery.patch
# Revert change that disables zapping by default
Patch9:		xkeyboard-config-2.8-Enable-zapping-by-default.patch

#Add Altai and fix some Russia national layout
Patch10:	xkeyboard-config-2.7-altai.patch

# Add Swiss-German layout with ¨ deadkey, but without turning important
# development characters like ` or ' into deadkeys
Patch11:	xkeyboard-config-ch-scriptdeadkeys.patch

Patch12:	xkeyboard-config-2.10.1-br-support.diff

# Update to Ilya Birman's typographic layout
Patch15:        xkeyboard-config-birman-typo-layout-v3.patch

BuildRequires:	pkgconfig(x11)
BuildRequires:	glib-gettextize
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	x11-proto-devel
BuildRequires:	x11-util-macros
BuildRequires:	xkbcomp
# For the mab page
BuildRequires:	xsltproc
# https://qa.mandriva.com/show_bug.cgi?id=44052
BuildRequires:	gettext-devel

BuildArch:	noarch

%description
Xkeyboard-config provides consistent, well-structured, frequently released of X
keyboard configuration data (XKB) for various X Window System implementations.

%package -n %{old_name}
Summary:	%{summary}
Group:		%{group}

%description -n %{old_name}
Xkeyboard-config provides consistent, well-structured, frequently released of X
keyboard configuration data (XKB) for various X Window System implementations.

%prep
%setup -q
cp -f %{SOURCE1} po/ru.po
%patch0 -p1
%patch1 -p1
%patch3 -p1
%patch6 -p1 -b .battery
%patch9 -p1 -b .enable-zapping
%patch10 -p1 -b .russain_national
%patch11 -p1 -b .ch_scriptdeadkeys
%patch12 -p1 -b .br
%patch15 -p1 -b .birman-typo

# fix build
aclocal
autoconf

%build
%configure2_5x \
    --enable-compat-rules \
    --with-xkb-base=%{_datadir}/X11/xkb \
    --with-xkb-rules-symlink=xorg \
    --disable-runtime-deps

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_localstatedir}/lib/xkb
#need this symlink for xkb to work (Mdv bug #34195)
ln -snf %{_localstatedir}/lib/xkb %{buildroot}%{_datadir}/X11/xkb/compiled

%find_lang %{name}

%pre -n %{old_name}
# this was a directory in the old installation
if [ -d "%{_datadir}/X11/xkb/compiled" ]; then
	rm -rf %{_datadir}/X11/xkb/compiled
fi

%files -f %{name}.lang -n %{old_name}
%dir %{_datadir}/X11/xkb/
%attr(1777,root,root) %dir %{_localstatedir}/lib/xkb
%{_datadir}/X11/xkb/*
%{_datadir}/pkgconfig/xkeyboard-config.pc
%{_mandir}/man7/xkeyboard-config.7.*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.10.1-5
+ Revision: cf4f55d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22193 |14mr|xkill-1.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xkill
Version: 1.0.3
Release: 7
Summary: Kill a client by its X resource
Group: Monitoring
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Source11:   %{name}-mini.png
Source12:   %{name}-std.png
Source13:   %{name}-large.png
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Xkill is a utility for forcing the X server to close connections to clients.
This program is very dangerous, but is useful for aborting programs that have
displayed undesired windows on a user's screen.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cat > $RPM_BUILD_ROOT%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=XKill
Comment=Kill a client by its X resource
Exec=/usr/bin/xkill
Icon=xkill
Terminal=false
Type=Application
StartupNotify=true
Categories=System;Monitor;
NoDisplay=true
EOF

install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/xkill.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/xkill.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/xkill.png

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%{_bindir}/xkill
%{_mandir}/man1/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/xkill.png
%{_iconsdir}/xkill.png
%{_liconsdir}/xkill.png



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-7
+ Revision: b2380a5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22194 |14mr|xl2tpd-1.3.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sname xl2tpd

Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
Name: xl2tpd
Version: 1.3.6
Release: 5
License: GPLv2
Url: https://github.com/xelerance/xl2tpd
Group: System/Base
Source0: http://www.xelerance.com/software/xl2tpd/xl2tpd-%{version}.tar.gz
Source1: xl2tpd.service
Source2: tmpfiles-xl2tpd.conf

Patch1: %{sname}.c.patch
Patch2: %{sname}-nokernel.patch

Requires: ppp >= 2.4.5
# If you want to authenticate against a Microsoft PDC/Active Directory
# Requires: samba-winbind
BuildRequires: libpcap-devel
BuildRequires: systemd-units
BuildRequires: pkgconfig(openssl)
Requires(post,preun,postun): systemd

Conflicts: xl2tpd-kernel
Provides: l2tpd
Provides: xl2tpd-nokernel

%description
xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661).
L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user
sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP
servers. Another important application is Virtual Private Networks where
the IPsec protocol is used to secure the L2TP connection (L2TP/IPsec,
RFC 3193). The L2TP/IPsec protocol is mainly used by Windows and 
Mac OS X clients. On Linux, xl2tpd can be used in combination with IPsec
implementations such as Openswan.
Example configuration files for such a setup are included in this RPM.

xl2tpd works by opening a pseudo-tty for communicating with pppd.
It runs completely in userspace.

xl2tpd supports IPsec SA Reference tracking to enable overlapping internak
NAT'ed IP's by different clients (eg all clients connecting from their
linksys internal IP 192.168.1.101) as well as multiple clients behind
the same NAT router.

xl2tpd supports the pppol2tp kernel mode operations on 2.6.23 or higher,
or via a patch in contrib for 2.4.x kernels.

Xl2tpd is based on the 0.69 L2TP by Jeff McAdams <jeffm@iglou.com>
It was de-facto maintained by Jacco de Leeuw <jacco2@dds.nl> in 2002 and 2003.

%prep
%setup -qn %{sname}-%{version}
%patch1 -p1
%patch2 -p1

%build
%make

%install
make DESTDIR=%{buildroot} PREFIX=%{_prefix} install
install -d 0755 %{buildroot}%{_unitdir}
install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{sname}.service
mkdir -p %{buildroot}%{_tmpfilesdir}
install -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{sname}.conf

install -p -D -m644 examples/%{sname}.conf %{buildroot}%{_sysconfdir}/%{sname}/%{sname}.conf
install -p -D -m644 examples/ppp-options.%{sname} %{buildroot}%{_sysconfdir}/ppp/options.%{sname}
install -p -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/%{sname}/l2tp-secrets
install -p -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample
install -p -D -m755 -d %{buildroot}%{_localstatedir}/run/%{sname}

%preun
%_preun_service %{sname}

%post
%_post_service %{sname}

%files
%doc BUGS CHANGES CREDITS LICENSE README.* TODO doc/rfc2661.txt 
%doc doc/README.patents examples/chapsecrets.sample
%{_sbindir}/%{sname}
%{_sbindir}/%{sname}-control
%{_bindir}/pfc
%{_mandir}/*/*
%dir %{_sysconfdir}/%{sname}
%config(noreplace) %{_sysconfdir}/%{sname}/*
%config(noreplace) %{_sysconfdir}/ppp/*
%ghost %dir %{_localstatedir}/run/%{sname}
%{_unitdir}/%{sname}.service
%config(noreplace) %{_tmpfilesdir}/%{sname}.conf


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.6-5
+ Revision: d4713f5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22195 |14mr|xlhtml-0.5-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:         xlhtml
Version:      0.5
Release:      13
License:      GPL
Group:        Text tools
Requires:     xlhtml-cole
Summary:      Excel 95 and later file converter
URL:          http://chicago.sourceforge.net/xlhtml/
Source:       %{name}-%{version}.tar.bz2
Patch:        %{name}-%{version}.diff
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
Buildrequires: automake

%description
xlHtml is an Excel 95 and later file converter. Its html output can be
used as a Netscape Plug-in to let you view xls e-mail attachments. It
can also extract regions of a spreadsheet and convert the spreadsheet
to pure text rather than html.


%package -n xlhtml-cole
Summary:      Free C OLE library
Group:        Development/C++

%description -n xlhtml-cole
Using cole, you can access Microsoft "Structured Storage" files. The
most popular Microsoft programs generate "Structured Storage" files,
including the Microsoft suite for offices. StarDivision's suite
(StarOffice) generates "Structured Storage" files, too. FlashPix file
format is "Structured Storage", too.


%prep
%setup -q
%patch -p0

mv ppthtml/README README-ppthtml

%build
autoreconf -fi
%configure2_5x
%make
%make -C cole/utils

%install
rm -fr %buildroot
%makeinstall_std
# xlhtml-cole
install -m 755 cole/cole-config $RPM_BUILD_ROOT/usr/bin
mkdir -p $RPM_BUILD_ROOT/%{_includedir}/cole
install cole/cole.h  $RPM_BUILD_ROOT/%{_includedir}/cole
install cole/utils/cole_extract $RPM_BUILD_ROOT/%{_bindir}
install cole/utils/cole_isfs $RPM_BUILD_ROOT/%{_bindir}
install cole/utils/cole_isfs_fast $RPM_BUILD_ROOT/%{_bindir}
install cole/utils/cole_tree $RPM_BUILD_ROOT/%{_bindir}

%multiarch_binaries %{buildroot}%{_bindir}/cole-config

%clean
rm -rf $RPM_BUILD_ROOT 

%files
%defattr(-,root,root)
%doc xlhtml/TODO xlhtml/README README-ppthtml
#%doc xlhtml/contrib/*.html
#%doc xlhtml/contrib/*.txt
%{_bindir}/nsopen
%{_bindir}/nspptview
%{_bindir}/nsxlview
%{_bindir}/ppthtml
%{_bindir}/xlhtml
%{_mandir}/*/*

%if %mdkversion < 200900
%post -n xlhtml-cole -p /sbin/ldconfig
%endif

%if %mdkversion < 200900
%postun -n xlhtml-cole -p /sbin/ldconfig
%endif

%files -n xlhtml-cole
%defattr(-,root,root)
%doc AUTHORS COPYING INSTALL ChangeLog NEWS cole/TODO README
%{_bindir}/cole-config
%{multiarch_bindir}/cole-config
%{_bindir}/cole_extract
%{_bindir}/cole_isfs
%{_bindir}/cole_isfs_fast
%{_bindir}/cole_tree
%{_includedir}/cole
%{_libdir}/libcole.*
#/usr/share/aclocal/cole.m4





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5-13
+ Revision: 8a0864c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22196 |14mr|xli-20061110-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	xli
%define	version	20061110
%define fver	2006-11-10
%define release 	13
%define	url	http://pantransit.reptiles.org/prog/

Summary:	XLI - X11 Image Loading Utility
Name:		%{name}
Version:	%{version}
Release:	%{release}
URL:		%{url}
Source0:	%{url}/%{name}/%{name}-%{fver}.tar.gz
Patch1:		xli-1.17.0-mdkpath.patch
Patch2:		xli-1.17.0-compile-fixes.patch
License:	MIT
Group:		Graphics
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	gccmakedep
BuildRequires:	imake
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	rman
Provides:	xloadimage
Obsoletes:	xloadimage

%description
This utility will view several types of images under X11, or load
images onto the X11 root window.  Can view the following image types
under X11: 

FBM Image, Sun Rasterfile, CMU WM Raster, Portable Bit Map (PBM, PGM,
PPM), Faces Project, GIF Image, JFIF style jpeg Image, Utah RLE Image,
Windows, OS/2 RLE Image, Photograph on CD Image, X Window Dump, Targa 
Image, McIDAS areafile, G3 FAX Image, PC Paintbrush Image, GEM Bit Image,
MacPaint Image, X Pixmap (.xpm), XBitmap

%prep
%setup -q -n %{name}-%{fver}
%patch1 -p1
%patch2 -p1

%build
xmkmf -a
%make CFLAGS="%optflags" EXTRA_LDOPTIONS="%ldflags"
for i in xli xlito; do cp -f $i.man $i.1; done
cp -f xliguide.man xliguide.5

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/app-defaults/
make install SYSPATHFILE=$RPM_BUILD_ROOT%{_sysconfdir}/X11/app-defaults/Xli BINDIR=$RPM_BUILD_ROOT%{_bindir}

for i in *.1;do install -m644 $i -D $RPM_BUILD_ROOT%{_mandir}/man1/$i;done
install -m644 xliguide.5 -D $RPM_BUILD_ROOT%{_mandir}/man5/xliguide.5

ln -sf xli $RPM_BUILD_ROOT%{_bindir}/xsetbg
ln -sf xli $RPM_BUILD_ROOT%{_bindir}/xview 
ln -sf xli $RPM_BUILD_ROOT%{_bindir}/xloadimage

# quick fix for doc permissions
chmod 644 README*
 
%clean  
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc chkgamma.jpg README* ABOUTGAMMA
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/X11/app-defaults/*
%{_mandir}/*/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 20061110-13
+ Revision: 37ceaf3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22197 |14mr|xload-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xload
Version: 1.1.2
Release: 2
Summary: System load average display for X

Group: Development/X11
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
The xload program displays a periodically updating histogram of the system
load average.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/xload
%{_datadir}/X11/app-defaults/XLoad
%{_mandir}/man1/xload.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.2-2
+ Revision: 0ce0853
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22198 |14mr|xlockmore-5.34-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xlockmore
Summary:	An X terminal locking program
Version:	5.34
Release:	5
License:	BSD
Group:		Graphical desktop/Other
Url:		http://www.tux.org/~bagleyd/xlockmore.html
Source:		http://www.tux.org/~bagleyd/xlock/%name-%version/%name-%version.tar.bz2
Source1:	xlock.pamd
Patch0:		xlockmore-5.30-soundpath.patch
Patch3:		xlockmore-5.30-include_ftgl_path.patch
Requires:	pam >= 0.59
Requires:	fortune-mod
Requires:	pam
#fhimpe: needed for chkpwd group
Requires:	setup >= 2.7.12-2
BuildRequires:	esound-devel 
BuildRequires:	gtk+2-devel
BuildRequires:	mesa-common-devel 
BuildRequires:	pam-devel 
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	xpm-devel 
BuildRequires:	pkgconfig(xt)

%description
The xlockmore utility is an enhanced version of the standard xlock
program, which allows you to lock an X session so that other users
can't access it.  Xlockmore runs a provided screensaver until you type
in your password.

Install the xlockmore package if you need a locking program to secure
X sessions.

%package gtk2
Summary:	A GTK2 front-end to xlockmore
Url:		http://www.tux.org/~bagleyd/xlockmore.html
Group:		Graphical desktop/Other
License:	BSD
Requires:	xlockmore

%description gtk2
A GTK2 front-end to xlockmore.

%prep
%setup -q
%patch0 -p1 -b .soundpath
%patch3 -p1 -b .include_ftgl_path

%{__sed} -i -e "s,/lib,/%{_lib},g" configure

%build

export CXXFLAGS="-laudiofile"

autoconf

%configure2_5x \
	--without-motif \
	--with-gtk2 \
	--without-gtk \
	--enable-pam \
	--enable-syslog \
	--disable-setuid \
	--with-crypt \
	--without-rplay \
	--enable-appdefaultdir=%{_datadir}/X11/app-defaults
make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/sounds/xlockmore

perl -p -i -e 's/-o root//g' Makefile */Makefile
%makeinstall

install -m644 xlock/xlock.man -D %{buildroot}%{_mandir}/man1/xlock.1
install -m644 xlock/XLock.ad -D %{buildroot}%{_datadir}/X11/app-defaults/XLock
install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/pam.d/xlock

cp sounds/*.au %{buildroot}%{_datadir}/sounds/xlockmore
rm -rf %{buildroot}%{_mandir}/xlock.1*
chmod 755 %{buildroot}%{_bindir}/xlock


%{__mkdir_p} %{buildroot}%{_datadir}/applications

cat >> %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Xlock
Comment=X11 screen saver
Icon=gnome-lockscreen.png
Exec=xlock
Terminal=false
Type=Application
Category=System;
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%attr(2755,root,chkpwd) %{_bindir}/xlock
%{_mandir}/man1/xlock.1*
%config(noreplace) %{_datadir}/X11/app-defaults/XLock
%{_datadir}/sounds/xlockmore
%{_datadir}/applications/%{name}.desktop
%config(noreplace) %{_sysconfdir}/pam.d/*

%files gtk2
%defattr(-,root,root)
%{_bindir}/xglock
%{_datadir}/xlock



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.34-5
+ Revision: 41ed78d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22199 |14mr|xlogo-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xlogo
Version:	1.0.4
Release:	2
Summary:	X Window System logo
Group:		Development/X11
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xaw7)
BuildRequires: pkgconfig(xrender) >= 0.9.0.2
BuildRequires: pkgconfig(xorg-macros) >= 1.0.1
BuildRequires: pkgconfig(xft) >= 2.1.8.2

%description
The xlogo program displays the X Window System logo.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/xlogo
%{_datadir}/X11/app-defaults/XLogo-color
%{_datadir}/X11/app-defaults/XLogo
%{_mandir}/man1/xlogo.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-2
+ Revision: cca7d74
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22200 |14mr|xlsatoms-1.1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xlsatoms
Version:	1.1.1
Release:	5
Summary:	List interned atoms defined on server
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT
BuildRoot:	%{_tmppath}/%{name}-root

BuildRequires: xcb-devel
BuildRequires: x11-util-macros >= 1.0.1

%description
Xlsatoms lists the interned atoms. By default, all atoms starting
from 1 (the lowest atom value defined by the protocol) are listed
until unknown atom is found. If an explicit range is given, xlsatoms
will try all atoms in the range, regardless of whether or not any
are undefined.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir} \
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xlsatoms
%{_mandir}/man1/xlsatoms.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-5
+ Revision: d0b3ccb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22201 |14mr|xlsclients-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xlsclients
Version:	1.1.3
Release:	2
Summary:	List client applications running on a display

Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: %{_lib}xcb-devel
BuildRequires: %{_lib}xcb-util-devel
BuildRequires: x11-util-macros >= 1.0.1

%description
Xlsclients is a utility for listing information about the client
applications running on a display. It may be used to generate scripts
representing a snapshot of the user's current session.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir} \
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xlsclients
%{_mandir}/man1/xlsclients.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3-2
+ Revision: 41f7776
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22202 |14mr|xlsfonts-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xlsfonts
Version:	1.0.4
Release:	2
Summary:	Server font list displayer for X
Group:		Development/X11
License:	MIT
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	x11-util-macros

%description
Xlsfonts lists the fonts that match the given pattern. The wildcard character
"*" may be used to match any sequence of characters (including none), and "?"
to match any single character.

%prep
%setup -q

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/xlsfonts
%{_mandir}/man1/xlsfonts.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-2
+ Revision: 9c5a9d2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22203 |14mr|xmag-1.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xmag
Version: 1.0.4
Release: 3
Summary: Magnify parts of the screen
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Source1: xmag.xpm
Source2: xmag.xpm.large
Source3: xmag.xpm.mini
License: MIT
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
The xmag program allows you to magnify portions of an X screen.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# install icons
mkdir -p %{buildroot}%{_datadir}/icons/large
mkdir -p %{buildroot}%{_datadir}/icons/mini

install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/xmag.xpm
install -m0644 %{SOURCE2} %{buildroot}%{_datadir}/icons/large/xmag.xpm
install -m0644 %{SOURCE3} %{buildroot}%{_datadir}/icons/mini/xmag.xpm
%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xmag
%{_datadir}/X11/app-defaults/Xmag
%{_mandir}/man1/xmag.1*
%{_datadir}/icons/xmag.xpm
%{_datadir}/icons/*/xmag.xpm



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-3
+ Revision: 38f4078
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22204 |14mr|xmailbox-2.5-32
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	xmailbox
%define	version	2.5

Summary:	An X Window System utility which notifies you of new mail
Name:		%{name}
Version:	%{version}
Release:	32
License:	MIT
Group:		Networking/Mail
BuildRequires:	pkgconfig(x11) libxext-devel libxaw-devel libxmu-devel libxt-devel xpm-devel imake
Source0:	ftp://ftp.x.org/contrib/applications/%{name}-%{version}.tar.bz2
Patch1:		xmailbox-2.2-xpm.patch
Patch2:		xmailbox-2.4-glibc.patch

%description
The xmailbox program is an X Window System program which notifies you
when mail arrives.  Xmailbox is similar to the xbiff program, but it
offers more features and notification options.

Install the xmailbox package if you'd like a graphical program for X
which will notify you when new mail arrives.

%prep
%setup -q
%patch1 -p1
%patch2 -p1

%build
xmkmf
%make CDEBUGFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/wmconfig

%{makeinstall_std} install.man

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Xmailbox
Comment=Mail notifier
Exec=%{_bindir}/%{name} 
Icon=mail_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Utility;Network;Email;X-MandrivaLinux-Internet-Mail;
EOF

#(peroyvind) get rid of unpackaged files
rm -f $RPM_BUILD_ROOT%{_prefix}/lib/X11/app-defaults

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_bindir}/xmailbox
%{_mandir}/man1/xmailbox.1*
%config(noreplace) %{_sysconfdir}/X11/app-defaults/XMailbox
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.5-32
+ Revision: 9082e88
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22205 |14mr|xman-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	enable_xprint	0

Name: xman
Version: 1.1.2
Release: 2
Summary: Manual page display program for the X Window System
Group: Development/X11
License: MIT
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2

BuildRoot: %{_tmppath}/%{name}-root

# Not really required, but configure checks for /etc/man.config
# to know if should or not use it.
BuildRequires: man
BuildRequires: libxaw-devel >= 1.0.1
%if %{enable_xprint}
BuildRequires: libxprintutil-devel >= 1.0.1
-BuildRequires: libxp-devel >= 1.0.0
%endif
BuildRequires: x11-util-macros >= 1.0.1

%description
Xman is a manual page display program for the X Window System.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x \
%if %{enable_xprint}
		--enable-xprint
%else
		--disable-xprint
%endif
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xman
%{_datadir}/X11/xman.help
%{_datadir}/X11/app-defaults/Xman
%{_mandir}/man1/xman.*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.2-2
+ Revision: 8f436ad
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22206 |14mr|xmessage-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xmessage
Version: 1.0.4
Release: 2
Summary: Display a message or query in a window 

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: libxt-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The xmessage program displays a window containing a message from the command
line, a file, or standard input

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xmessage
%{_datadir}/X11/app-defaults/Xmessage-color
%{_datadir}/X11/app-defaults/Xmessage
%{_mandir}/man1/xmessage.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-2
+ Revision: cf02749
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22207 |14mr|xmh-1.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xmh
Version:	1.0.2
Release:	5
Summary:	Send and read mail with an X interface to MH
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Patch0:		xmh-1.0.1-fix-str-fmt.patch
License:	MIT
BuildRoot:	%{_tmppath}/%{name}-root

BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: x11-data-bitmaps

%description
The xmh program provides a graphical user interface to the MH Message
Handling System.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%pre 
if [ -h %{_includedir}/X11 ]; then
	rm -f %{_includedir}/X11
fi

%files
%defattr(-,root,root)
%{_bindir}/xmh
%{_datadir}/X11/app-defaults/Xmh
%{_mandir}/man1/xmh.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-5
+ Revision: 261a556
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22208 |14mr|xml-commons-apis12-1.2.04-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           xml-commons-apis12
Epoch:		1
Version:        1.2.04
Release:        10
Summary:        JAXP 1.2, DOM 2, SAX 2.0.1, SAX2-ext 1.0 apis
Group:          System/Libraries
URL:            http://xml.apache.org/commons/
License:        ASL 2.0 and W3C and Public Domain
Source0:        xml-commons-external-1.2.04.tar.gz
# svn export http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_2_04/

Provides:       jaxp = 1.2
Provides:       dom = 2
Provides:       sax = 2.0.1
Provides:       xslt = 1.0

Requires:       jpackage-utils >= 0:1.6

BuildRequires:  ant
BuildRequires:  jpackage-utils >= 0:1.6
BuildArch:      noarch

Obsoletes:		xml-commons-jaxp-1.2-apis

%description 
DOM 2 org.w3c.dom and SAX XML 2.0 org.xml.sax processor apis used 
by several pieces of Apache software. XSLT 1.0.
This version includes the JAXP 1.2 APIs -- Java API for XML 
Processing 1.2, i.e. javax.xml{.parsers,.transform}

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Provides:       %{name}-apis-javadoc = %EVRD
Provides:	xml-commons-jaxp-1.2-apis-javadoc = %EVRD
Obsoletes:	xml-commons-jaxp-1.2-apis-javadoc < %EVRD

%description javadoc
%{summary}.

%package manual
Group:          Development/Java
Summary:        Documents for %{name}

%description manual
%{summary}.

%prep
%setup -q -c

%build
ant -f xml-commons-external-1_2_04/java/external/build.xml jar javadoc

%install
rm -rf %{buildroot}

install -d -m 755 %{buildroot}%{_javadir}
install -m 644 xml-commons-external-1_2_04/java/external/build/xml-apis.jar \
    %{buildroot}%{_javadir}/%{name}-%{version}.jar

pushd %{buildroot}%{_javadir}
for jar in *-%{version}*; do
ln -sf ${jar} $(echo $jar | sed -e 's|-%{version}\.jar|.jar|');
done

ln -sf %{name}.jar xml-commons-jaxp-1.2-apis.jar
ln -sf %{name}.jar jaxp12.jar
ln -sf %{name}.jar dom2.jar
popd


# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr xml-commons-external-1_2_04/java/external/build/docs/javadoc/* \
    %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf xml-commons-external-1_2_04/java/external/build/docs/javadoc

# manuals
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp -pr xml-commons-external-1_2_04/java/external/build/docs/* %{buildroot}%{_docdir}/%{name}-%{version}

%files 
%defattr(0644,root,root,0755)
%{_javadir}/%{name}*.jar
%{_javadir}/jaxp12.jar
%{_javadir}/dom2.jar
%{_javadir}/xml-commons-jaxp-1.2-apis.jar
%doc xml-commons-external-1_2_04/java/external/LICENSE
%doc xml-commons-external-1_2_04/java/external/LICENSE.dom-documentation.txt
%doc xml-commons-external-1_2_04/java/external/LICENSE.dom-software.txt
%doc xml-commons-external-1_2_04/java/external/LICENSE.sax.txt
%doc xml-commons-external-1_2_04/java/external/README.dom.txt
%doc xml-commons-external-1_2_04/java/external/README-sax
%doc xml-commons-external-1_2_04/java/external/README.sax.txt
%doc xml-commons-external-1_2_04/java/external/NOTICE

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%files manual
%defattr(0644,root,root,0755)
%{_docdir}/%{name}-%{version}


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.2.04-10
+ Revision: 278fdc0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22209 |14mr|xml-commons-apis13-1.3.05-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xml-commons-apis13
Version:	1.3.05
Epoch:		1
Release:	3
Summary:	APIs for DOM, SAX, and JAXP
Group:		Development/Java
License:	ASL 2.0 and W3C and Public Domain
URL:		http://xml.apache.org/commons/

# From source control because the published tarball doesn't include some docs:
#   svn export http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_3_05/java/external/
#   tar czf xml-commons-external-1.3.05-src.tar.gz external
Source0:	xml-commons-external-%{version}-src.tar.xz
Source1:	%{name}-MANIFEST.MF
Source2:	%{name}-ext-MANIFEST.MF
Source3:	http://repo1.maven.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Source4:	http://repo1.maven.org/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom

BuildArch:	noarch

BuildRequires:	java-devel >= 0:1.6.0
BuildRequires:	jpackage-utils
BuildRequires:	ant
BuildRequires:	zip
Requires:	java
Requires:	jpackage-utils
Requires(post):	jpackage-utils
Requires(postun):	jpackage-utils

Obsoletes:	xml-commons-jaxp-1.3-apis < %EVRD
Provides:	xml-commons-jaxp-1.3-apis = %EVRD

%description
xml-commons-apis is designed to organize and have common packaging for
the various externally-defined standard interfaces for XML. This
includes the DOM, SAX, and JAXP. 

%package manual
Summary:	Manual for %{name}
Group:		Development/Java
Obsoletes:	xml-commons-jaxp-1.3-apis-manual < %EVRD
Provides:	xml-commons-jaxp-1.3-apis-manual = %EVRD

%description manual
%{summary}.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Obsoletes:	xml-commons-jaxp-1.3-apis-javadoc < %EVRD
Provides:	xml-commons-jaxp-1.3-apis-javadoc = %EVRD

%description javadoc
%{summary}.

%prep
%setup -q -n xml-commons-external-%(echo %version |sed -e 's,\.,_,g')/java/external

# Make sure upstream hasn't sneaked in any jars we don't know about
find -name '*.class' -exec rm -f '{}' \;
find -name '*.jar' -exec rm -f '{}' \;

# Fix file encodings
iconv -f iso8859-1 -t utf-8 LICENSE.dom-documentation.txt > \
  LICENSE.dom-doc.temp && mv -f LICENSE.dom-doc.temp LICENSE.dom-documentation.txt
iconv -f iso8859-1 -t utf-8 LICENSE.dom-software.txt > \
  LICENSE.dom-sof.temp && mv -f LICENSE.dom-sof.temp LICENSE.dom-software.txt

# remove bogus section from poms
cp %{SOURCE3} %{SOURCE4} .
sed -i '/distributionManagement/,/\/distributionManagement/ {d}' *.pom

%build
ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 jar javadoc

%install

# inject OSGi manifests
mkdir -p META-INF
cp -p %{SOURCE1} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u build/xml-apis.jar META-INF/MANIFEST.MF
cp -p %{SOURCE2} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u build/xml-apis-ext.jar META-INF/MANIFEST.MF

# Jars
install -pD -T build/xml-apis.jar %{buildroot}%{_javadir}/%{name}.jar
install -pDm 644 xml-apis-[0-9]*.pom %{buildroot}/%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap xml-apis xml-apis %{version} JPP %{name}
%add_to_maven_depmap -a xerces:dom3-xml-apis

install -pD -T build/xml-apis-ext.jar %{buildroot}%{_javadir}/%{name}-ext.jar
install -pDm 644 xml-apis-ext*.pom %{buildroot}/%{_mavenpomdir}/JPP-%{name}-ext.pom
%add_to_maven_depmap xml-apis xml-apis-ext %{version} JPP %{name}-ext

# for better interoperability with the jpp apis packages
ln -sf %{name}.jar %{buildroot}%{_javadir}/jaxp13.jar
ln -sf %{name}.jar %{buildroot}%{_javadir}/xml-commons-jaxp-1.3-apis.jar

# Javadocs
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr build/docs/javadoc/* %{buildroot}%{_javadocdir}/%{name}
 
# prevent apis javadoc from being included in doc
rm -rf build/docs/javadoc

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE NOTICE 
%doc LICENSE.dom-documentation.txt README.dom.txt
%doc LICENSE.dom-software.txt LICENSE.sac.html
%doc LICENSE.sax.txt README-sax  README.sax.txt
%{_javadir}/*
%{_mavendepmapfragdir}/%{name}
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavenpomdir}/JPP-%{name}-ext.pom

%files manual
%doc build/docs/*

%files javadoc
%{_javadocdir}/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.3.05-3
+ Revision: 2bb4bb8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22210 |14mr|xml-commons-apis-1.4.01-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xml-commons-apis
Epoch:		1
Version:	1.4.01
Release:	12
Summary:	APIs for DOM, SAX, and JAXP
Group:		Development/Java
License:	ASL 2.0 and W3C and Public Domain
URL:		http://xml.apache.org/commons/

# From source control because the published tarball doesn't include some docs:
#   svn export http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_4_01/java/external/
#   tar czf xml-commons-external-1.4.01-src.tar.gz external
Source0:	xml-commons-external-%{version}-src.tar.gz
Source1:	%{name}-MANIFEST.MF
Source2:	%{name}-ext-MANIFEST.MF
Source3:	http://repo1.maven.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Source4:	http://repo1.maven.org/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom

BuildArch:	noarch

BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	jpackage-utils
BuildRequires:	ant
BuildRequires:	zip
Requires:	java
Requires:	jpackage-utils
Requires(post):	jpackage-utils
Requires(postun):	jpackage-utils

%rename	xml-commons
%rename	xml-commons-jaxp-1.4-apis

%description
xml-commons-apis is designed to organize and have common packaging for
the various externally-defined standard interfaces for XML. This
includes the DOM, SAX, and JAXP. 

This package provides an implementation of the JAXP 1.4 API.

%package manual
Summary:	Manual for %{name}
Group:		Development/Java
%rename	xml-commons-jaxp-1.4-apis-manual

%description manual
%{summary}.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
%rename xml-commons-jaxp-1.4-apis-javadoc

%description javadoc
%{summary}.

%prep
%setup -q -n external

# Make sure upstream hasn't sneaked in any jars we don't know about
find -name '*.class' -exec rm -f '{}' \;
find -name '*.jar' -exec rm -f '{}' \;

# Fix file encodings
iconv -f iso8859-1 -t utf-8 LICENSE.dom-documentation.txt > \
  LICENSE.dom-doc.temp && mv -f LICENSE.dom-doc.temp LICENSE.dom-documentation.txt
iconv -f iso8859-1 -t utf-8 LICENSE.dom-software.txt > \
  LICENSE.dom-sof.temp && mv -f LICENSE.dom-sof.temp LICENSE.dom-software.txt

# remove bogus section from poms
cp %{SOURCE3} %{SOURCE4} .
sed -i '/distributionManagement/,/\/distributionManagement/ {d}' *.pom

%build
ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 jar javadoc

%install

# inject OSGi manifests
mkdir -p META-INF
cp -p %{SOURCE1} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u build/xml-apis.jar META-INF/MANIFEST.MF
cp -p %{SOURCE2} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u build/xml-apis-ext.jar META-INF/MANIFEST.MF

# Jars
install -pD -T build/xml-apis.jar %{buildroot}%{_javadir}/%{name}.jar
install -pDm 644 xml-apis-[0-9]*.pom %{buildroot}/%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap xml-apis xml-apis %{version} JPP %{name}
%add_to_maven_depmap -a xerces:dom3-xml-apis

install -pD -T build/xml-apis-ext.jar %{buildroot}%{_javadir}/%{name}-ext.jar
install -pDm 644 xml-apis-ext*.pom %{buildroot}/%{_mavenpomdir}/JPP-%{name}-ext.pom
%add_to_maven_depmap xml-apis xml-apis-ext %{version} JPP %{name}-ext

# for better interoperability with the jpp apis packages
ln -sf %{name}.jar %{buildroot}%{_javadir}/jaxp14.jar
ln -sf %{name}.jar %{buildroot}%{_javadir}/jaxp.jar
ln -sf %{name}.jar %{buildroot}%{_javadir}/xml-commons-jaxp-1.4-apis.jar

# Javadocs
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr build/docs/javadoc/* %{buildroot}%{_javadocdir}/%{name}
 
# prevent apis javadoc from being included in doc
rm -rf build/docs/javadoc

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE NOTICE 
%doc LICENSE.dom-documentation.txt README.dom.txt
%doc LICENSE.dom-software.txt LICENSE.sac.html
%doc LICENSE.sax.txt README-sax  README.sax.txt
%{_javadir}/*
%{_mavendepmapfragdir}/%{name}
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavenpomdir}/JPP-%{name}-ext.pom

%files manual
%doc build/docs/*

%files javadoc
%{_javadocdir}/*




%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.4.01-12
+ Revision: 5b33567
- Rebuild with java 7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22211 |14mr|xml-commons-resolver-1.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Resolver subproject of xml-commons
Name:		xml-commons-resolver
Epoch:		1
Version:	1.2
Release:	14
License:	ASL 2.0
Group:		Development/Java
Url:		http://xerces.apache.org/xml-commons/
# Packaged directly from svn instead of downloading the tarball because the
# official tarball is missing which.xml and friends (see below)
# svn export http://svn.apache.org/repos/asf/xerces/xml-commons/tags/xml-commons-resolver-1_2/ xml-commons-resolver-1.2
# tar cJf xml-commons-resolver-1.2.tar.xz xml-commons-resolver-1.2
Source0:	http://www.apache.org/dist/xml/commons/xml-commons-resolver-%{version}.tar.xz
Source1:	xml-commons-resolver-resolver.sh
Source2:	xml-commons-resolver-xread.sh
Source3:	xml-commons-resolver-xparse.sh
Source4:	xml-commons-resolver-which.sh
Source5:	%{name}-MANIFEST.MF
Source6:	%{name}-pom.xml
BuildArch:	noarch

BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	ant
BuildRequires:	jpackage-utils
BuildRequires:	zip
Requires:	xml-commons-apis
Requires:	jpackage-utils
Requires(post,postun):   jpackage-utils

%rename	xml-commons-resolver12
%rename	xml-commons-which12
%rename	xml-commons-which

# There's probably no need to keep the legacy versions around since (unlike
# xml-commons-apis or the likes) there don't seem to be any incompatible
# API changes.
# To be on the safe side, let's obsolete the old versions without providing
# them so we can just reintroduce the legacy packages at some point in the future
# if needed.
Obsoletes:	xml-commons-resolver11 < 1:1.1-0
Obsoletes:	xml-commons-resolver10 < 1:1.0-0
Obsoletes:	xml-commons-which11 < 1:1.1-0
Obsoletes:	xml-commons-which10 < 1:1.0-0

%track
prog %{name} = {
	url = http://xerces.apache.org/mirrors.cgi
	regex = "XML Commons Resolver Version (__VER__) - tar.gz"
	version = %{version}
}

%description
Resolver subproject of xml-commons.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	jpackage-utils

%rename	xml-commons-resolver12-javadoc
%rename	xml-commons-which-javadoc
%rename	xml-commons-which12-javadoc

Obsoletes:	xml-commons-resolver11-javadoc < 1:1.1-0
Obsoletes:	xml-commons-resolver10-javadoc < 1:1.0-0
Obsoletes:	xml-commons-which11-javadoc < 1:1.1-0
Obsoletes:	xml-commons-which10-javadoc < 1:1.0-0

%description javadoc
Javadoc for %{name}.

%prep
%setup -q

# remove all binary libs and prebuilt javadocs
find . -name "*.jar" -exec rm -f {} \;
rm -rf docs
sed -i 's/\r//' KEYS LICENSE

%build
sed -i -e 's|call Resolver|call resolver|g' java/resolver.xml
sed -i -e 's|classname="org.apache.xml.resolver.Catalog"|fork="yes" classname="org.apache.xml.resolver.apps.resolver"|g' java/resolver.xml
sed -i -e 's|org.apache.xml.resolver.Catalog|org.apache.xml.resolver.apps.resolver|g' java/src/manifest.resolver

export JAVA_HOME=%{_prefix}/lib/jvm/java-1.7.0
ant jars javadocs

%install
# inject OSGi manifests
mkdir -p META-INF
cp -p %{SOURCE5} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u java/build/resolver.jar META-INF/MANIFEST.MF

# Jars
install -pD -T java/build/resolver.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/xml-resolver-%{version}.jar

# Jar versioning
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# Javadocs
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr java/build/apidocs/resolver java/build/apidocs/which %{buildroot}%{_javadocdir}/%{name}

# Scripts
mkdir -p %{buildroot}%{_bindir}
cp %{SOURCE1} %{buildroot}%{_bindir}/xml-resolver
cp %{SOURCE2} %{buildroot}%{_bindir}/xml-xread
cp %{SOURCE3} %{buildroot}%{_bindir}/xml-xparse
cp %{SOURCE4} %{buildroot}%{_bindir}/xml-which

# Pom
install -pD -T -m 644 %{SOURCE6} %{buildroot}%{_mavenpomdir}/JPP-xml-resolver.pom
%add_to_maven_depmap xml-resolver xml-resolver %{version} JPP xml-resolver

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc KEYS LICENSE
%{_mavendepmapfragdir}/*
%{_mavenpomdir}/*
%{_javadir}/*
%{_bindir}/*

%files javadoc
%{_javadocdir}/%{name}
%doc LICENSE


%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.2-14
+ Revision: 593ae7b
- Rebuild with java 7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22212 |14mr|xmldb-api-0.1-0.1.20011111cvs.1.2.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support 0

%define bname        xmldb
%define cvs_version    20011111cvs

Name:       xmldb-api
Version:    0.1
Release:    %mkrel 0.1.%{cvs_version}.1.2.6
Epoch:      1
Summary:    XML:DB API for Java
License:    BSD
Group:      Development/Java
# wget http://trumpetti.atm.tut.fi/gentoo/distfiles/xmldb-api-11112001.tar.gz
Source0:     xmldb-xapi-%{cvs_version}-src.tar.gz
# http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmldb/files/build-20011111.xml?rev=1.1.1.1&view=markup
Source1:    %{name}-build.xml
Source2:    %{name}-license.txt
Patch0:     %{name}-syntaxfix.patch
Url:        http://xmldb-org.sourceforge.net
BuildRequires:    ant >= 0:1.6
BuildRequires:    java-rpmbuild >= 0:1.6
BuildRequires:    junit
BuildRequires:    xalan-j2
BuildRequires:    xerces-j2
BuildRequires:    xml-commons-jaxp-1.3-apis
Requires(pre):    jpackage-utils >= 0:1.6
Requires(post):   jpackage-utils >= 0:1.6
Requires:         junit
Requires:         xalan-j2
%if %{gcj_support}
BuildRequires:          java-gcj-compat-devel
%endif
%if ! %{gcj_support}
BuildArch:      noarch
%endif
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root

%description
The API interfaces are what driver developers must implement when creating a
new driver and are the interfaces that applications are developed against. 
Along with the interfaces a concrete DriverManager implementation is also
provides.

%package sdk
Summary:    SDK for %{name}
Group:      Development/Java
Requires:   %{name} = %{epoch}:%{version}-%{release}

%description sdk
The reference implementation provides a very simple file system based
implementation of the XML:DB API. This provides what is basically a very
simple native XML database that uses directories to represent collections and
just stores the XML in files.

The driver development kit provides a set of base classes that can be 
extended to simplify and speed the development of XML:DB API drivers. These
classes are used to provide the basis for the reference implementation and
therefore a simple example of how a driver can be implemented. Using the SDK
classes significantly reduces the amount of code that must be written to
create a new driver.

Along with the SDK base classes the SDK also contains a set of jUnit test
cases that can be used to help validate the driver while it is being
developed. The test cases are still in development but there are enough tests
currently to be useful.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n xmldb 
%remove_java_binaries

cp %{SOURCE1} build.xml

%patch0

%build
export CLASSPATH=$(build-classpath junit xalan-j2)
usejikes=false 
%{ant} -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 -Dsrc=. -Djarname=%{name} -Dsdk.jarname=%{name}-sdk jar javadoc

%install
rm -rf %{buildroot}

# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 dist/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
install -m 644 dist/%{name}-sdk.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-sdk-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done)
# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr dist/doc/api $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

#license
install -d -m 755 $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
cp %{SOURCE2} $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}

%{gcj_compile}

%clean
rm -rf %{buildroot}

%if %{gcj_support}
%post
%{update_gcjdb}
%endif

%if %{gcj_support}
%postun
%{clean_gcjdb}
%endif

%files
%defattr(-,root,root)
%doc %{_docdir}/%{name}-%{version}
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%if %{gcj_support}
%attr(-,root,root) %dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.*
%endif

%files sdk
%defattr(-,root,root)
%{_javadir}/%{name}-sdk-%{version}.jar
%{_javadir}/%{name}-sdk.jar
%if %{gcj_support}
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-sdk-%{version}.jar.*
%endif

%files javadoc
%defattr(-,root,root)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1:0.1-0.1.20011111cvs.1.2.6
+ Revision: 017c64e
- Automatic import for version 0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22213 |14mr|xmlgraphics-commons-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	XML Graphics Commons
Name:		xmlgraphics-commons
Version:	1.5
Release:	3
Epoch:		0
Group:		Development/Java
License:	Apache License
URL:		http://xmlgraphics.apache.org/
Source0:	http://apache.osuosl.org/xmlgraphics/commons/source/xmlgraphics-commons-1.5-src.tar.gz
BuildArch:	noarch
BuildRequires:	java-rpmbuild >= 0:1.6
BuildRequires:	ant >= 0:1.6
BuildRequires:	ant-junit >= 0:1.6
BuildRequires:	junit
BuildRequires:	jakarta-commons-io >= 0:1.1
BuildRequires:	jakarta-commons-logging
BuildRequires:	java-1.7.0-openjdk-devel
Requires:	jakarta-commons-io >= 0:1.1
Requires:	jakarta-commons-logging

%description
Apache XML Graphics Commons is a library that consists of 
several reusable components used by Apache Batik and 
Apache FOP. Many of these components can easily be used 
separately outside the domains of SVG and XSL-FO. You will 
find components such as a PDF library, an RTF library, 
Graphics2D implementations that let you generate PDF & 
PostScript files, and much more.

%package javadoc
Summary:	Javadoc for %{name}

Group:		Development/Java

%description javadoc
%{summary}.

%prep
%setup -q
rm `find . -name "*.jar"`

%build
export JAVA_HOME=%{java_home}
export ANT_HOME=/usr/share/ant
export CLASSPATH=$CLASSPATH:/usr/share/java/commons-logging.jar
export OPT_JAR_LIST="ant/ant-junit junit"
pushd lib
ln -sf $(build-classpath commons-io) .
popd
%ant package javadocs

%install
install -Dpm 0644 build/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc LICENSE NOTICE README
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog
* Tue Jul 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.5-3
+ Revision: 9651a08
- Rebuild with java 7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22214 |14mr|xml-im-exporter-1.1-2.1.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support 1

%define section free

Summary:        XML Im-/Exporter
Name:           xml-im-exporter
Version:        1.1
Release:        2.1.4
Epoch:          0
License:        LGPL
URL:            http://xml-im-exporter.sourceforge.net/
Group:          Development/Java
Source0:        xml-im-exporter1.1.tgz
Source1:        xml-im-exporter-1.1.pom
Patch0:         xml-im-exporter-build_xml.patch
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
%if %{gcj_support}
BuildRequires:    java-gcj-compat-devel
%else
BuildArch: noarch
%endif

%description
XML Im-/Exporter is a low level library to assist 
you in the straight forward process of importing 
and exporting XML from and to your Java classes. 
All of this is designed having performance and 
simplicity in mind.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
%setup -q -n %{name}
# XXX: file encoding invalid
%{__rm} src/test/de/zeigermann/xml/XMLWriterTest.java
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
#for j in $(find . -name "*.jar"); do
#    mv $j $j.no
#done

%patch0 -b .sav

%{_bindir}/find . -type f -name '*.txt' -o -type f -name '*.html' -o -type f -name '*.css' -o -type f -name package-list | \
  %{_bindir}/xargs -t %{__perl} -pi -e 's/\r$//g'

%build
export CLASSPATH=$(build-classpath junit)
export OPT_JAR_LIST="ant/ant-junit"
%{ant} jar test javadocs


%install
# jars
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}

install -m 644 build/lib/%{name}%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

#poms
%add_to_maven_depmap de.zeigermann.xml xml-im-exporter %{version} JPP/ xml-im-exporter
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 %{SOURCE1} \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-xml-im-exporter.pom
    
# javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr doc/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}


# docs
install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
install -m 644 doc/index.html $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
install -m 644 *.txt $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}

%{__perl} -pi -e 's/\r$//g' $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/Copying.txt \
$RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/**/**/**/*

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%post
%update_maven_depmap
%if %{gcj_support}
%{update_gcjdb}
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%{_datadir}/doc/%{name}-%{version}/index.html
%{_datadir}/doc/%{name}-%{version}/*.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.1-2.1.4
+ Revision: 88cbca8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22215 |14mr|xmlrpc-2.0.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%define gcj_support     1

Name:           xmlrpc
Version:        2.0.1
Release:        12
Epoch:          0
Summary:        Java XML-RPC implementation
License:        Apache License
Group:          Development/Java
Url:            http://ws.apache.org/xmlrpc/
Source0:        http://www.apache.org/dist/ws/xmlrpc/sources/xmlrpc-2.0.1-src.tar.gz
Requires:       servletapi5
Requires:       commons-httpclient >= 0:2.0.2
Requires:       commons-codec >= 0:1.3
Requires:       junit >= 0:3.8.1
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%endif
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  servletapi5
BuildRequires:  junit >= 0:3.8.1
BuildRequires:  commons-httpclient >= 0:2.0.2
BuildRequires:  commons-codec >= 0:1.3

%description
Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol
that uses XML over HTTP to implement remote procedure calls.
Apache XML-RPC was previously known as Helma XML-RPC. If you have code
using the Helma library, all you should have to do is change the import
statements in your code from helma.xmlrpc.* to org.apache.xmlrpc.*.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q

%build
export CLASSPATH=%(build-classpath jsse commons-httpclient commons-codec servletapi5 junit 2>/dev/null)
%{ant} -Dbuild.dir=./bin -Dbuild.dest=./bin -Dsrc.dir=./src -Dfinal.name=%{name}-%{version} -Djavadoc.destdir=./docs/apidocs -Dhave.deps=true jar
%{ant} -Dbuild.dir=./bin -Dbuild.dest=./bin -Dsrc.dir=./src -Dfinal.name=%{name}-%{version} -Djavadoc.destdir=./docs/apidocs -Dhave.deps=true javadocs

%install
# jars
%{__mkdir_p} %{buildroot}%{_javadir}
cp -a bin/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
cp -a bin/%{name}-%{version}-applet.jar %{buildroot}%{_javadir}/%{name}-applet-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt README.txt
%{_javadir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%dir %{_javadocdir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:2.0.1-12
+ Revision: f9abd24
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22216 |14mr|xmlrpc-c-1.29.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		3
%define libname		%mklibname %name %major
%define develname	%mklibname -d %name

%global                 advanced_branch		1
%global                 svnrev			2233

Name:		xmlrpc-c
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Version:	1.29.0
Release:	3
License:	BSD like
Group:		System/Libraries
URL:		http://xmlrpc-c.sourceforge.net/
%{!?advanced_branch:Source0:	http://dl.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-%version.tgz}
# generated by 'make svn-sources [SVN_VER=%version SVN_REV=%svnrev]'. Unfortunately,
# upstream does not tag versions so we must fetch from the branch and
# check which version was used for it
%{?advanced_branch:Source0:	xmlrpc-c-%version.tar.xz}
Source100:	dfs.cc
Source101:	dso-fixup

Patch100:	xmlrpc-c-cmake.patch
Patch102:	xmlrpc-c-printf-size_t.patch
Patch105:	xmlrpc-c-longlong.patch
Patch107:	xmlrpc-c-uninit-curl.patch
Patch108:	xmlrpc-c-30x-redirect.patch
Patch109:	xmlrpc-c-check-vasprintf-return-value.patch
Patch110:	xmlrpc-c-include-string_int.h.patch
BuildRequires:	libxml2-devel
BuildRequires:	curl-devel
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel 
BuildRequires:	cmake

%description
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files
%doc doc/COPYING doc/CREDITS doc/DEVELOPING doc/HISTORY doc/SECURITY doc/TESTING doc/TODO
%{_bindir}/xmlrpc
%{_bindir}/xmlrpc_transport
%{_bindir}/xml-rpc-api2cpp
%{_bindir}/xml-rpc-api2txt
%{_bindir}/xmlrpc_cpp_proxy
%{_mandir}/man1/xml-rpc-api2cpp.1*
%{_mandir}/man1/xml-rpc-api2txt.1*

#--------------------------------------------------------------------

%package -n %{libname}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries

%description -n %{libname}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libname}
%{_libdir}/lib*.so.*

#--------------------------------------------------------------------

%package -n %{develname}
Summary:        Programming library for writing an XML-RPC server or client in C or C++
Group:          System/Libraries
Requires:       %{libname} = %version-%release
Requires:       libxml2-devel
Provides:       %{name}-devel = %{version}-%{release}
Provides:       lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

This package contains the developement files.

%files -n %{develname}
%{_bindir}/xmlrpc-c-config
%{_includedir}/*.h
%{_includedir}/%name
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc

#--------------------------------------------------------------------

%prep
%setup -q 
%apply_patches

%build
%cmake \
    -D_lib:STRING=%_lib \
    -DMUST_BUILD_CURL_CLIENT:BOOL=ON \
    -DMUST_BUILD_LIBWWW_CLIENT:BOOL=OFF \
    -DENABLE_TOOLS:BOOL=ON

%__cxx $RPM_OPT_FLAGS %SOURCE100 -o depsort

%make

%install
cd build
%makeinstall_std

bash %SOURCE101 "$RPM_BUILD_ROOT" "%_libdir" 'libxmlrpc' $RPM_BUILD_ROOT%_libdir/libxmlrpc*.so.[0-9]

%check
unset PKG_CONFIG_PATH
export PKG_CONFIG_LIBDIR=$RPM_BUILD_ROOT%_libdir/pkgconfig:%_libdir/pkgconfig:%_datadir/pkgconfig
PATH=$RPM_BUILD_ROOT%_bindir:$PATH

_e() {
     echo "\$ $@"
     "$@"
}

set +x
_e xmlrpc-c-config --help
for comp in c++ cgi-server server-util abyss-server client libwww-client; do
	for opt in '--version' '--libs' 'c++2 --libs' 'c++ --libs --static'; do
		_e xmlrpc-c-config "$comp" $opt
	done
done
set -x




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.29.0-3
+ Revision: 5ec4403
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22217 |14mr|xmlrpc-epi-0.54.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname xmlrpc-epi %{major}
%define develname %mklibname xmlrpc-epi -d

Summary:	An implementation of the XML-RPC protocol in C
Name:		xmlrpc-epi
Version:	0.54.2
Release:	2
License:	BSD
Group:		System/Libraries
URL:		http://xmlrpc-epi.sourceforge.net
Source0:	http://sunet.dl.sourceforge.net/sourceforge/xmlrpc-epi/xmlrpc-epi-%{version}.tar.bz2
Patch0:		xmlrpc-epi-0.51-format_not_a_string_literal_and_no_format_arguments.diff
Patch1:		xmlrpc-epi-0.54-no_samples.diff
BuildRequires:	expat-devel

%description
xmlrpc-epi is an implementation of the xmlrpc protocol in C. It provides an 
easy to use API for developers to serialize RPC requests to and from XML.
It does *not* include a transport layer, such as HTTP. The API is primarily
based upon proprietary code written for internal usage at Epinions.com, and
was later modified to incorporate concepts from the xmlrpc protocol.

%package -n	%{libname} 
Summary:	Library providing XMLPC support in C
Group:		System/Libraries

%description -n	%{libname}
xmlrpc-epi is an implementation of the xmlrpc protocol in C. It provides an 
easy to use API for developers to serialize RPC requests to and from XML.
It does *not* include a transport layer, such as HTTP. The API is primarily
based upon proprietary code written for internal usage at Epinions.com, and
was later modified to incorporate concepts from the xmlrpc protocol.
 
%package -n	%{develname}
Summary:	Libraries, includes, etc. to develop XML and HTML applications
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	libxmlrpc-devel = %{version}-%{release}
Provides:	xmlrpc-epi-devel = %{version}-%{release}

%description -n	%{develname}
xmlrpc-epi is an implementation of the xmlrpc protocol in C. It provides an
easy to use API for developers to serialize RPC requests to and from XML.
It does *not* include a transport layer, such as HTTP. The API is primarily
based upon proprietary code written for internal usage at Epinions.com, and
was later modified to incorporate concepts from the xmlrpc protocol.

%prep

%setup -q
%patch0 -p1 -b .format_not_a_string_literal_and_no_format_arguments
%patch1 -p0 -b .no_samples

# Make it lib64 aware
find . -name "Makefile.*" | xargs perl -pi -e "s,-L\@prefix\@/lib,,g"

perl -pi -e "s,-L/usr/local/lib\b,," configure*
perl -pi -e "s|withval/lib|withval/%{_lib}|g" configure*

%build
autoreconf -fi

%configure2_5x \
    --with-expat=%{_prefix}

#don't use parallel compilation, it is broken 
# (tpg) this is better ;)
%(echo %make|perl -pe 's/-j\d+/-j1/g')

%install
rm -rf %{buildroot}

%makeinstall_std

# fix file conflicts
install -d %{buildroot}%{_includedir}/xmlrpc-epi
mv %{buildroot}%{_includedir}/*.h %{buildroot}%{_includedir}/xmlrpc-epi/

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%doc INSTALL
%dir %{_includedir}/xmlrpc-epi
%{_includedir}/xmlrpc-epi/*
%{_libdir}/lib*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.54.2-2
+ Revision: 65d8139
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22218 |14mr|xmlsec1-1.2.20-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1

%define libname %mklibname xmlsec1_ %{major}
%define libname_devel %mklibname -d xmlsec1

%define libname_gnutls %mklibname xmlsec1-gnutls %{major}
%define libname_nss %mklibname xmlsec1-nss %{major}
%define libname_openssl %mklibname xmlsec1-openssl %{major}
%define libname_gcrypt %mklibname xmlsec1-gcrypt %{major}

Summary: Library providing support for "XML Signature" and "XML Encryption"


Name: xmlsec1
Version: 1.2.20
Release: 2
License: MIT
Group: Development/C
URL: http://www.aleksey.com/xmlsec
Source0: http://www.aleksey.com/xmlsec/download/%{name}-%{version}.tar.gz
Patch1: xmlsec1-1.2.16-linkage.patch
BuildRequires: gnutls-devel
BuildRequires: libgcrypt-devel
BuildRequires: libxml2-devel >= 2.7.4
BuildRequires: libxslt-devel >= 1.0.20
BuildRequires: nss-devel
BuildRequires: openssl-devel >= 0.9.6
BuildRequires: libtool-devel

%description
XML Security Library is a C library based on LibXML2  and OpenSSL.
The library was created with a goal to support major XML security
standards "XML Digital Signature" and "XML Encryption".

%package -n %{libname}
Summary: Library providing support for "XML Signature" and "XML Encryption"


Group: Development/C
Obsoletes: %{_lib}xmlsec1-1 < 1.2.16

%description -n %{libname}
XML Security Library is a C library based on LibXML2  and OpenSSL.
The library was created with a goal to support major XML security
standards "XML Digital Signature" and "XML Encryption".

%package -n %{libname_devel}
Summary: Libraries to develop applications with XML security


Group: Development/C
Requires: %{libname} = %{version}
Requires: %{libname_openssl} = %{version}
Requires: %{libname_gnutls} = %{version}
Requires: %{libname_nss} = %{version}
Requires: %{libname_gcrypt} = %{version}
Provides: %{name}-devel = %{version}-%{release}
Obsoletes: %{_lib}xmlsec1-gnutls-devel < 1.2.16
Obsoletes: %{_lib}xmlsec1-nss-devel < 1.2.16
Obsoletes: %{_lib}xmlsec1-openssl-devel < 1.2.16

%description -n %{libname_devel}
Libraries you can use to develop applications with XML security standarts

%package -n %{libname_openssl}
Summary: OpenSSL crypto plugin for XML Security Library

Group: Development/C

%description -n %{libname_openssl}
OpenSSL plugin for XML Security Library provides OpenSSL based crypto services
for the xmlsec library

%package -n %{libname_nss}
Summary: NSS crypto plugin for XML Security Library

Group: Development/C

%description -n %{libname_nss}
NSS plugin for XML Security Library provides NSS based crypto services
for the xmlsec library

%package -n %{libname_gnutls}
Summary: Gnutls crypto plugin for XML Security Library

Group: Development/C

%description -n %{libname_gnutls}
gnutls plugin for XML Security Library provides gnutls based crypto services
for the xmlsec library

%package -n %{libname_gcrypt}
Summary: Gcrypt crypto plugin for XML Security Library

Group: Development/C

%description -n %{libname_gcrypt}
gcrypt plugin for XML Security Library provides gcrypt based crypto services
for the xmlsec library

%prep
%setup -q
%patch1 -p1

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%files
%doc %{_mandir}/man1/xmlsec1.1*
%{_bindir}/xmlsec1

%files -n %{libname}
%{_libdir}/libxmlsec1.so.%{major}*

%files -n %{libname_devel}
%doc AUTHORS HACKING ChangeLog NEWS README Copyright
%doc %{_mandir}/man1/xmlsec1-config.1*
%{_bindir}/xmlsec1-config
%{_includedir}/xmlsec1
%{_datadir}/aclocal/xmlsec1.m4
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libexecdir}/xmlsec1Conf.sh
%{_docdir}/xmlsec1/*

%files -n %{libname_openssl}
%{_libdir}/libxmlsec1-openssl.so.%{major}*

%files -n %{libname_nss}
%{_libdir}/libxmlsec1-nss.so.%{major}*

%files -n %{libname_gnutls}
%{_libdir}/libxmlsec1-gnutls.so.%{major}*

%files -n %{libname_gcrypt}
%{_libdir}/libxmlsec1-gcrypt.so.%{major}*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.20-2
+ Revision: a04baf3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22219 |14mr|xmlto-0.0.26-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define backend		passivetex

Summary: A tool for converting XML files to various formats

Name: xmlto
Version: 0.0.26
Release: 2
License: GPLv2+
Group: Publishing
URL: https://fedorahosted.org/xmlto/
Source0: https://fedorahosted.org/releases/x/m/xmlto/%{name}-%{version}.tar.bz2
BuildRequires: docbook-xsl >= 1.56.0
BuildRequires: libxslt-proc
BuildRequires: docbook-dtd42-xml
# We rely entirely on the DocBook XSL stylesheets!
Requires: docbook-xsl >= 1.56.0
%if %{backend} == passivetex
# For full functionality, we need passivetex.
Requires:	xmltex
%else
Requires:	fop
%endif
Requires: libxslt-proc
Requires: docbook-dtd412-xml
Requires: docbook-dtd42-xml
Requires: docbook-dtd44-xml
Requires: docbook-dtd45-xml
Requires: lynx

%description
This is a package for converting XML files to various formats using XSL
stylesheets.

%prep
%setup -q

%build
%configure2_5x --with-backend=%{backend}
%make
make check

%install
%makeinstall

[ -d %{buildroot}%{_datadir}/xmlto/xsl ] || \
  mkdir %{buildroot}%{_datadir}/xmlto/xsl

%files
%{_bindir}/*
%{_mandir}/*/*
%{_datadir}/xmlto




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.26-2
+ Revision: d592c6e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22220 |14mr|xmltool-3.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           xmltool
Version:        3.3
Release:        4
Summary:        Tool to manage XML documents through a Fluent Interface

Group:          Development/Java
License:        ASL 2.0
URL:            http://code.google.com/p/xmltool
### upstream only provides binaries or source without build scripts
# tar creation instructions
# svn export http://xmltool.googlecode.com/svn/tags/xmltool-3.3 xmltool
# tar cfJ xmltool-3.3.tar.xz xmltool
Source0:        %{name}-%{version}.tar.xz
# remove dependency on maven-license-plugin and dependencies for tests
Patch0:         001-xmltool-fixbuild.patch
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  java-devel
BuildRequires:  jpackage-utils
BuildRequires:  maven2
BuildRequires:  maven-assembly-plugin
#BuildRequires:  maven-deploy-plugin
BuildRequires:  maven-jar-plugin
BuildRequires:  maven-javadoc-plugin
BuildRequires:  maven-source-plugin
BuildRequires:  maven-clean-plugin
BuildRequires:  maven-compiler-plugin
#BuildRequires:  maven-dependency-plugin
#BuildRequires:  maven-eclipse-plugin
BuildRequires:  maven-idea-plugin
BuildRequires:  maven-install-plugin
BuildRequires:  maven-plugin-plugin
BuildRequires:  maven-resources-plugin
#BuildRequires:  maven-repository-plugin
BuildRequires:  maven-remote-resources-plugin
BuildRequires:  maven-site-plugin
BuildRequires:  maven-surefire-plugin
BuildRequires:  maven-release-plugin
#BuildRequires:  maven-jxr-plugin
#BuildRequires:  apache-resource-bundles

Requires:       java 
Requires:       jpackage-utils

Requires(post):   jpackage-utils
Requires(postun): jpackage-utils

%description
XMLTool is a very simple Java library to be able to do all sorts of common 
operations with an XML document. Java developers often end up writing the same 
code for processing XML, transforming, etc. This easy to use class puts it all 
together, using the Fluent Interface pattern to facilitate XML manipulations. 

%package javadoc
Summary:        Javadocs for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jpackage-utils
BuildArch:      noarch

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n %{name}
%patch0 -p1

# Fix end-of-line encoding
sed -i 's/\r//' LICENSE.txt


%build
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

# tests require surefire/testng, not currently available
mvn \
  -e  \
  -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
  -Dmaven.test.skip=true \
  install javadoc:javadoc


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_javadir}
install -Dp -m 644 target/%{name}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && ln -sf %{name}-%{version}.jar %{name}.jar)

mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -rp target/site/apidocs/  \
  $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
(cd $RPM_BUILD_ROOT%{_javadocdir} && ln -sf %{name}-%{version} %{name})

install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
install -pm 644 pom.xml  \
  $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}.pom

%add_to_maven_depmap com.mycila.xmltool %{name} %{version} JPP %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE.txt
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}/*
%{_javadir}/*


%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}
%{_javadocdir}/%{name}-%{version}


%post
%update_maven_depmap

%postun
%update_maven_depmap




%changelog
* Tue Jul 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3-4
+ Revision: 25e154e
- Use non-jpp build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22221 |14mr|xmlunit-1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

Name:           xmlunit
Version:        1.3
Release:        7
Summary:        Provides classes to do asserts on xml
License:        BSD
Source0:        http://downloads.sourceforge.net/project/xmlunit/xmlunit%20for%20Java/XMLUnit%20for%20Java%201.3/xmlunit-1.3-src.zip
Source1:        http://repo1.maven.org/maven2/xmlunit/xmlunit/1.0/xmlunit-1.0.pom
URL:            http://xmlunit.sourceforge.net/
BuildRequires:  jpackage-utils >= 0:1.7.3
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  ant-junit
BuildRequires:  ant-trax
BuildRequires:  junit >= 0:3.8.1
BuildRequires:  xalan-j2
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-apis
#BuildRequires:  dblatex
#BuildRequires:  docbook5-style-xsl
Requires:       junit >= 0:3.8
Requires:       xalan-j2
Requires:       xml-commons-apis
Requires:       jpackage-utils
Group:          Development/Java
BuildArch:      noarch

%description
XMLUnit extends JUnit to simplify unit testing of XML. It compares a control
XML document to a test document or the result of a transformation, validates
documents against a DTD, and (from v0.5) compares the results of XPath
expressions.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description    javadoc
Javadoc for %{name}

%prep
%setup -q 
# remove all binary libs and javadocs
find . -name "*.jar" -exec rm -f {} \;
rm -rf doc

cat >build.properties <<EOF
junit.lib=$(build-classpath junit)
xmlxsl.lib=$(build-classpath xalan-j2 xalan-j2-serializer xerces-j2)
test.report.dir=test
EOF

cat >docbook.properties <<EOF
db5.xsl=%{_datadir}/sgml/docbook/xsl-ns-stylesheets
EOF

#Fix wrong-file-end-of-line-encoding
sed -i 's/\r//g' README.txt LICENSE.txt

%build
export CLASSPATH=$(build-classpath xalan-j2-serializer)
ant -Dbuild.compiler=modern -Dfailonerror=false jar javadocs

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_javadir}
install -m 0644 build/lib/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

# poms
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms

install -m 644 %{SOURCE1} \
    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}.pom


# Javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr build/doc/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%{_javadir}/*
%doc README.txt LICENSE.txt userguide/XMLUnit-Java.pdf 
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}/*

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3-7
+ Revision: f6f6ee3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22222 |14mr|xmodmap-1.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xmodmap
Version: 1.0.8
Release: 2
Summary: Utility for modifying keymaps and pointer button mappings in X

Group: Development/X11
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The xmodmap program is used to edit and display the keyboard modifier map and
keymap table that are used by client applications to convert event keycodes
into keysyms.

It has been obsoloted by XKB.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/xmodmap
%{_mandir}/man1/xmodmap.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.8-2
+ Revision: 2dd3b13
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22223 |14mr|xmore-1.0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xmore
Version:	1.0.2
Release:	5
Summary:	Plain text display program for the X Window System
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT
BuildRoot:	%{_tmppath}/%{name}-root

BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: libxprintutil-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
Xmore is a plain text display program for the X Window System.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir} \
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xmore
%{_datadir}/X11/app-defaults/XMore
%{_mandir}/man1/xmore.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-5
+ Revision: dc9c7b0
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22224 |14mr|xom-1.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

#bcond_with test
%define with_test 0
%define gcj_support 0
#bcond_without bootstrap
%define with_bootstrap 1
%define section free

Summary:        XML Pull Parser
Name:           xom
Version:        1.2.1
Release:        3
Epoch:          0
License:        LGPL
URL:            http://www.xom.nu/
Group:          Development/Java
Source0:        http://www.cafeconleche.org/XOM/xom-1.2.1-src.tar.gz
Source1:        xom-1.2.1.pom
Patch0:         xom-1.2.1-remove_jaxen.patch
Patch1:         xom-1.1-clean-dist.patch
Patch2:         xom-1.1-compile15.patch
Patch3:         xom-1.1-remove_sun_import.patch
Patch4:         xom-1.1-build.patch
Patch5:         xom-1.1-sinjdoc.patch
Patch6:         xom-1.0-betterdocclasspath.patch
Patch7:         xom-1.2.1-gjdocissues.patch
Patch8:         xom-1.2.1-javadoc-stack-size.patch
Patch9:         xom-1.2.1-crosslinks.patch
Patch10:        xom-1.2.1-betterdoc-stack-size.patch

BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  java-javadoc
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit
BuildRequires:  jaxen >= 1.1.2-1.3
BuildRequires:  junit
BuildRequires:  junit-javadoc
BuildRequires:  xalan-j2
BuildRequires:  xerces-j2
BuildRequires:  icu4j
BuildRequires:  xml-commons-jaxp-1.3-apis

%if !%with_bootstrap
BuildRequires:  tagsoup
BuildRequires:  saxon
BuildRequires:  saxon-aelfred
BuildRequires:  jaxp_parser_impl
#BuildRequires:  xml-commons-resolver12
BuildRequires:  xml-commons-resolver
BuildRequires:  servletapi5
%endif
Requires:  xalan-j2
Requires:  xerces-j2
Requires:  icu4j
Requires:  jaxen >= 1.1.2-1.3
Requires:  xml-commons-jaxp-1.3-apis
%if !%{gcj_support}
BuildArch:      noarch
BuildRequires:  java-devel
BuildRequires:  java-gcj-compat-devel
%endif


%description
XOM is a new XML object model. It is an open source (LGPL), 
tree-based API for processing XML with Java that strives 
for correctness, simplicity, and performance, in that order. 
XOM is designed to be easy to learn and easy to use. It 
works very straight-forwardly, and has a very shallow 
learning curve. Assuming you're already familiar with XML, 
you should be able to get up and running with XOM very quickly.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
XML Pull Parser.

%if !%with_bootstrap
%package demo
Summary:        Samples for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description demo
XML Pull Parser.
%endif

%prep
%setup -q -n XOM
# remove all binary libs
find . -name "*.jar" -o -name "*.class" | xargs -t rm
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1 -b .orig
%patch6 -p1
%patch7 -p0
%patch8 -p0
%patch9 -p0
%patch10 -p0


%{__perl} -pi -e 's/\r$//g' *.html *.txt
%{__perl} -pi -e 's/compress="no"/compress="yes"/g' build.xml

%build
export CLASSPATH=$(build-classpath icu4j jaxen)
export OPT_JAR_LIST="ant/ant-junit"
pushd lib
ln -sf $(build-classpath junit) junit.jar
ln -sf $(build-classpath xerces-j2) xercesImpl.jar
ln -sf $(build-classpath xerces-j2) dtd-xercesImpl.jar
ln -sf $(build-classpath xalan-j2) xalan.jar
ln -sf $(build-classpath icu4j) normalizer.jar
ln -sf $(build-classpath xml-commons-jaxp-1.3-apis) xmlParserAPIs.jar
popd
mkdir lib2
%if !%with_bootstrap
pushd lib2
ln -sf $(build-classpath tagsoup) tagsoup-1.2.jar
ln -sf $(build-classpath saxon) saxon.jar
ln -sf $(build-classpath saxon-aelfred) saxon.jar
ln -sf $(build-classpath jaxp_parser_impl) gnujaxp.jar
#ln -sf $(build-classpath xml-commons-resolver12) resolver.jar
ln -sf $(build-classpath xml-commons-resolver) resolver.jar
DOM4J_PRESENT=$(build-classpath dom4j 2>/dev/null || :)
if [ -n "$DOM4J_PRESENT" ]; then
ln -sf $(build-classpath dom4j) dom4j-1.5.1.jar
fi
ln -sf $(build-classpath servletapi5) servlet.jar
popd

%endif

%if %with_bootstrap
ant \
  -Dant.build.javac.source=1.4 \
  -Dant.build.javac.target=1.4 \
  -Dbuild.sysclasspath=first \
  -Dj2se.api=%{_javadocdir}/java \
  -Djunit.api=%{_javadocdir}/junit \
  jar javadoc

%else

ant \
  -Dant.build.javac.source=1.4 \
  -Dant.build.javac.target=1.4 \
  -Dbuild.sysclasspath=first \
  -Dj2se.api=%{_javadocdir}/java \
  -Djunit.api=%{_javadocdir}/junit \
  jar samples betterdoc

%if %with_test
ant \
  -Dant.build.javac.source=1.4 \
  -Dant.build.javac.target=1.4 \
  -Dbuild.sysclasspath=first \
  test
%endif
%endif

pushd build/apidocs
  for f in `find -name \*.css -o -name \*.html`; do
    sed -i 's/\r//g' $f
  done
popd

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}

install -m 644 build/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a build/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}


rm -rf doc/{build.txt,api,api_impl}

# docs
install -d -m 755 %{buildroot}%{_datadir}/doc/%{name}-%{version}
install -m 644 overview.html %{buildroot}%{_datadir}/doc/%{name}-%{version}
install -m 644 *.txt %{buildroot}%{_datadir}/doc/%{name}-%{version}

%if !%with_bootstrap
# demo
install -d -m 755 %{buildroot}%{_datadir}/%{name}-%{version}
install -m 644 build/xom-samples.jar %{buildroot}%{_datadir}/%{name}-%{version}
install -m 644 xom.graffle %{buildroot}%{_datadir}/%{name}-%{version}
%endif

%{_bindir}/find %{buildroot}%{_javadocdir}/%{name}-%{version} -type f | %{_bindir}/xargs -t %{__perl} -pi -e 's/\r$//g'

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

mkdir -p %{buildroot}%{_mavenpomdir}
install -pm 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

%post
%update_maven_depmap
%if %{gcj_support}
if [ -x %{_bindir}/rebuild-gcj-db ]
then
  %{_bindir}/rebuild-gcj-db
fi
%endif

%postun
%update_maven_depmap
%if %{gcj_support}
if [ -x %{_bindir}/rebuild-gcj-db ]
then
  %{_bindir}/rebuild-gcj-db
fi
%endif

%files
%{_datadir}/doc/%{name}-%{version}/overview.html
%{_datadir}/doc/%{name}-%{version}/README.txt
%{_datadir}/doc/%{name}-%{version}/LICENSE.txt
%{_datadir}/doc/%{name}-%{version}/Todo.txt
%{_datadir}/doc/%{name}-%{version}/lgpl.txt
%if !%with_bootstrap
%{_datadir}/%{name}-%{version}/xom.graffle
%endif
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%if !%with_bootstrap
%files demo
%{_datadir}/%{name}-%{version}/xom-samples.jar
%endif


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:1.2.1-3
+ Revision: 514120a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22225 |14mr|xorg-x11-7.7-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libxorg %mklibname xorg-x11

Name:		xorg-x11
Version:	7.7
Release:	13
Summary:	X11 metapackage
Group:		Development/X11
License:	MIT

Requires:	x11-data-bitmaps
Requires:	x11-server-xorg
#Requires:	x11-apps
Requires:	x11-tools
Requires:	x11-docs
Requires:	fonts-ttf-dejavu
Requires:	fonts-ttf-liberation
Requires:	x11-font-type1
Requires:	x11-font-misc 
Requires:	libx11
Requires:	x11-data-cursor-themes

Obsoletes:	X11R6-contrib

%description
X11 metapackage.

%files

#------------------------------------------------------------------------------
%package -n %{libxorg}
Summary:	X11 libraries
Group:		Development/X11

Requires:	libdmx
Requires:	libdrm
Requires:	libfontenc
Requires:	libfs
Requires:	libice
Requires:	liblbxutil
Requires:	liboldx
Requires:	libsm
Requires:	libwindowswm
Requires:	libx11
Requires:	libxau
Requires:	libxaw7
Requires:	libxcomposite
Requires:	libxcursor
Requires:	libxdamage
Requires:	libxdmcp
Requires:	libxevie
Requires:	libxext
Requires:	libxfixes
Requires:	libxfontcache
Requires:	libxfont
Requires:	libxft
Requires:	libxi
Requires:	%{_lib}xinerama1
Requires:	libxkbfile
Requires:	libxkbui
Requires:	libxmu
Requires:	libxpm
Requires:	libxrandr
Requires:	libxrender
Requires:	libxres
Requires:	libxscrnsaver
Requires:	%{_lib}xt6
Requires:	libxtrap
Requires:	%{_lib}xtst6
Requires:	%{_lib}xv1
Requires:	libxvmc
Requires:	%{_lib}xxf86dga1
Requires:	libxxf86misc
Requires:	%{_lib}xxf86vm1

%description -n %{libxorg}
X11 libraries.

%files -n %{libxorg}

#------------------------------------------------------------------------------

%package -n %{libxorg}-devel
Summary:	Development tools and files for X11
Group:		Development/X11
Provides:	XFree86-devel = %{version}
Provides:	X11-devel = %{version}

Requires:	libdmx-devel
Requires:	libdrm-devel
Requires:	libfontenc-devel
Requires:	libfs-devel
Requires:	libice-devel
Requires:	liblbxutil-devel
Requires:	pkgconfig(gl)
Requires:	pkgconfig(glu)
Requires:	pkgconfig(glut)
#Requires:	pkgconfig(glw)
Requires:	liboldx-devel
Requires:	pkgconfig(sm)
Requires:	libwindowswm-devel
Requires:	pkgconfig(x11)
Requires:	libxau-devel
Requires:	xaw-devel
Requires:	libxcomposite-devel
Requires:	libxcursor-devel
Requires:	libxdamage-devel
Requires:	libxdmcp-devel
Requires:	libxevie-devel
Requires:	libxext-devel
Requires:	libxfixes-devel
Requires:	libxfontcache-devel
Requires:	libxfont-devel
Requires:	libxft-devel
Requires:	libxi-devel
Requires:	libxinerama-devel
Requires:	libxkbfile-devel
Requires:	libxkbui-devel
Requires:	libxmu-devel
Requires:	xpm-devel
Requires:	libxrandr-devel
Requires:	libxrender-devel
Requires:	libxres-devel
Requires:	libxscrnsaver-devel
Requires:	libxt-devel
Requires:	libxtrap-devel
Requires:	libxtst-devel
Requires:	pkgconfig(xv)
Requires:	libxvmc-devel
Requires:	libxxf86dga-devel
Requires:	libxxf86misc-devel
Requires:	libxxf86vm-devel
Requires:	x11-proto-devel
Requires:	x11-server-devel
Requires:	x11-xtrans-devel

Obsoletes:	 %{libxorg}-static-devel

%description -n %{libxorg}-devel
Development tools and files for X11.

%files -n %{libxorg}-devel

#------------------------------------------------------------------------------

%package 75dpi-fonts
Summary:	A set of 75 dpi resolution fonts for the X Window System
Group:		System/Fonts/X11 bitmap
Obsoletes:	XFree86-75dpi-fonts
Provides:	XFree86-75dpi-fonts = %{version}-%{release}
Provides:	X11-75dpi-fonts
Requires:	x11-font-adobe-75dpi
Requires:	x11-font-alias
Requires:	x11-font-bh-75dpi
Requires:	x11-font-bh-lucidatypewriter-75dpi
Requires:	x11-font-bitstream-75dpi

%description 75dpi-fonts
X11-75dpi-fonts contains the 75 dpi fonts used
on most X Window Systems. If you're going to use the
X Window System, you should install this package, unless
you have a monitor which can support 100 dpi resolution.
In that case, you may prefer the 100dpi fonts available in
the X11-100dpi-fonts package.

%files 75dpi-fonts

#------------------------------------------------------------------------------

%package 100dpi-fonts
Summary:	X Window System 100dpi fonts
Group:		System/Fonts/X11 bitmap
Obsoletes:	XFree86-ISO8859-2-100dpi-fonts, XFree86-ISO8859-9-100dpi-fonts
Provides:	XFree86-ISO8859-2-100dpi-fonts, XFree86-ISO8859-9-100dpi-fonts
Obsoletes:	XFree86-100dpi-fonts
Provides:	XFree86-100dpi-fonts = %{version}-%{release}
Provides:	X11-100dpi-fonts

Requires:	x11-font-adobe-100dpi
Requires:	x11-font-alias
Requires:	x11-font-bh-100dpi
Requires:	x11-font-bh-lucidatypewriter-100dpi
Requires:	x11-font-bitstream-100dpi

%description 100dpi-fonts
If you're going to use the X Window System and you have a
high resolution monitor capable of 100 dpi, you should install
X11-100dpi-fonts. This package contains a set of
100 dpi fonts used on most Linux systems.

%files 100dpi-fonts


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 7.7-13
+ Revision: ea44b5c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22226 |14mr|xorriso-1.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ISO 9660 Rock Ridge Filesystem Manipulator
Name:		xorriso
Version:	1.2.4
Release:	2
License:	GPLv3+
Group:		Archiving/Cd burning
URL:		http://www.gnu.org/software/xorriso/xorriso_eng.html
Source0:	http://www.gnu.org/software/xorriso/%{name}-%{version}.tar.gz
Source1:	http://www.gnu.org/software/xorriso/%{name}-%{version}.tar.gz.sig
BuildRequires:	zlib-devel
BuildRequires:	acl-devel
BuildRequires:	bzip2-devel
BuildRequires:	attr-devel

%description
xorriso copies file objects from POSIX compliant filesystems into Rock Ridge 
enhanced ISO 9660 filesystems and allows session-wise manipulation of such
filesystems.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS README texinfo.tex
%{_bindir}/osirrox
%{_bindir}/xorrecord
%{_bindir}/xorriso
%{_bindir}/xorrisofs
%{_datadir}/info/xorr*.info*
%{_mandir}/man1/xorr*.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.4-2
+ Revision: 20d744d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22227 |14mr|xplanet-1.3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OpenGL based planet renderer
Name:		xplanet
Version:	1.3.0
Release:	5
License:	GPLv2+
Group:		Toys
Url:		http://xplanet.sourceforge.net/
Source0:	http://freefr.dl.sourceforge.net/sourceforge/xplanet/%{name}-%{version}.tar.gz
# Upstream file from trunk + 5.1 fixes
Patch0:		xplanet-1.3.0-giflib51.patch
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xscrnsaver)

%description
Xplanet is similar to Xearth, where an image of the earth is rendered into
an X window. Azimuthal, Mercator, Mollweide, orthographic, or rectangular
projections can be displayed as well as a window with a globe the user can
rotate interactively. The other planets and some satellites may also be
displayed. The latest version, as well as maps for other planets can be
found at http://xplanet.sourceforge.net. Xplanet can support separate
night and day maps, as well as a separate cloud map.

%files
%doc COPYING ChangeLog
%{_mandir}/man1/%{name}.1*
%{_bindir}/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
# the macro break X output
%configure2_5x --with-xscreensaver --with-x
%make

%install
%makeinstall_std


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.3.0-5
+ Revision: 282b87c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22228 |14mr|xplc-0.3.13-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %name

Name:		xplc
Version:	0.3.13
Release:	13
License: 	LGPLv2+
Group:		System/Libraries
Summary:	Component system
URL:		http://xplc.sourceforge.net
Source:		http://downloads.sourceforge.net/xplc/%{name}-%{version}.tar.bz2
# Install devel libraries to /usr/lib and not /usr/lib/%name-%version
Patch0:		xplc-0.3.13-devel-location.patch
# rename uuidgen to xplc-uuidgen
Patch1:		xplc-0.3.13-uuidgen.patch
Patch2:		xplc-0.3.13-as-needed.patch
BuildRequires:	pkgconfig(ext2fs)

%description
XPLC ("Cross-Platform Lightweight Components") is a component system that will
provide extensibility and reusability both inside and between applications, 
while being portable across platforms (and languages) and having the lowest 
possible overhead (both in machine resources and programming effort).

%package uuidgen
Group:		System/Libraries
Summary: 	Component system

%description uuidgen
XPLC ("Cross-Platform Lightweight Components") is a component system that will
provide extensibility and reusability both inside and between applications, 
while being portable across platforms (and languages) and having the lowest 
possible overhead (both in machine resources and programming effort). This
packages contains the UUID generation tools that are provided with XPLC. The
'uuidgen' tool is renamed 'xplc-uuidgen' to avoid conflict with the 'uuidgen'
tool in the e2fs-progs package.

%package -n %{libname}
Group:		System/Libraries
Summary:	Component system

%description -n %{libname}
XPLC ("Cross-Platform Lightweight Components") is a component system that will
provide extensibility and reusability both inside and between applications, 
while being portable across platforms (and languages) and having the lowest 
possible overhead (both in machine resources and programming effort).

%package -n %{develname}
Summary:	Development files for XPLC
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
XPLC ("Cross-Platform Lightweight Components") is a component system that will
provide extensibility and reusability both inside and between applications, 
while being portable across platforms (and languages) and having the lowest 
possible overhead (both in machine resources and programming effort). This 
package contains the files needed for developing applications which use 
XPLC.

%prep
%setup -q
%patch0 -p1 -b .devel
%patch1 -p1 -b .uuid
%patch2 -p0 -b .needed

%build
%configure2_5x
%make

%install
%makeinstall_std

%files uuidgen
%{_bindir}/*
%{_mandir}/man1/*

%files -n %{libname}
%doc NEWS README TODO
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}-%{version}
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.13-13
+ Revision: ce59109
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22229 |14mr|xpp2-2.1.10-6.1.13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2007, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define gcj_support  1
%define originalname PullParser

Summary:        XML Pull Parser
Name:           xpp2
Version:        2.1.10
Release:        6.1.13
Epoch:          0
License:        Apache Software License
URL:            http://www.extreme.indiana.edu/xgws/xsoap/xpp/
Group:          Development/Java
Source0:        http://www.extreme.indiana.edu/xgws/xsoap/xpp/download/PullParser2/PullParser2.1.10.tgz
Patch0:         xpp2-build_xml.patch
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit >= 0:1.6
BuildRequires:  java-devel
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  junit
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-jaxp-1.3-apis
Requires:       xml-commons-jaxp-1.3-apis
Requires:       jpackage-utils
%if %{gcj_support}
BuildRequires:  java-gcj-compat-devel
%else
BuildArch:      noarch
BuildRequires:  java-devel
%endif


%description
XML Pull Parser 2 (XPP2) is a simple and fast incremental XML parser.
NOTE: XPP2 is no longer developed and is on maintenance mode. 
All active development concentrates on its successor XPP3/MXP1.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%package doc
Summary:        Manual for %{name}
Group:          Development/Java

%description doc
%{summary}.

%package demo
Summary:        Samples for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}

%description demo
%{summary}.

%prep
%setup -q -n %{originalname}%{version}
%remove_java_binaries

%patch0 -b .sav

%build
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=$(build-classpath xerces-j2 xml-commons-jaxp-1.3-apis)
%{ant} all api api.impl
CLASSPATH=$CLASSPATH:$(build-classpath junit):build/tests:build/lib/PullParser-2.1.10.jar
%{java} AllTests

%install
rm -rf $RPM_BUILD_ROOT

# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}

cp -p build/lib/%{originalname}-intf-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-intf-%{version}.jar
cp -p build/lib/%{originalname}-standard-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-standard-%{version}.jar
cp -p build/lib/%{originalname}-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
cp -p build/lib/%{originalname}-x2-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-x2-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/api
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/api_impl
cp -pr doc/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/api
#cp -pr doc/api_impl/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/api_impl
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}


rm -rf doc/{build.txt,api,api_impl}

# doc
mkdir -p $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}
cp -pr doc/* $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/doc/%{name}

# demo
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
cp -pr src/java/samples/* $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/%{name}

%if %{gcj_support}
%{_bindir}/aot-compile-rpm
%endif

%if %{gcj_support}
%post
%{update_gcjdb}

%postun
%{clean_gcjdb}
%endif

%files
%defattr(0644,root,root,0755)
%doc README.html
%doc LICENSE.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}-intf.jar
%{_javadir}/%{name}-intf-%{version}.jar
%{_javadir}/%{name}-standard.jar
%{_javadir}/%{name}-standard-%{version}.jar
%{_javadir}/%{name}-x2.jar
%{_javadir}/%{name}-x2-%{version}.jar
%if %{gcj_support}
%dir %{_libdir}/gcj/%{name}
%attr(-,root,root) %{_libdir}/gcj/%{name}/*
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files doc
%defattr(0644,root,root,0755)
%doc %{_datadir}/doc/%{name}-%{version}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}-%{version}
%{_datadir}/%{name}



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0:2.1.10-6.1.13
+ Revision: 880b3b7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22230 |14mr|xpp3-1.1.3.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2005, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define oversion 1.1.3_8

Summary:        XML Pull Parser
Name:           xpp3
Version:        1.1.3.8
Release:        8
License:        ASL 1.1
URL:            http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html
Group:          Development/Java
Source0:        http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz
Source1:        http://mirrors.ibiblio.org/pub/mirrors/maven2/xpp3/xpp3/1.1.3.4.O/xpp3-1.1.3.4.O.pom
Source2:        http://mirrors.ibiblio.org/pub/mirrors/maven2/xpp3/xpp3_xpath/1.1.3.4.O/xpp3_xpath-1.1.3.4.O.pom
Source3:        http://mirrors.ibiblio.org/pub/mirrors/maven2/xpp3/xpp3_min/1.1.3.4.O/xpp3_min-1.1.3.4.O.pom
Patch0:         %{name}-link-docs-locally.patch
Requires:       jpackage-utils >= 0:1.6
Requires:       java >= 0:1.4.2
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  junit
BuildRequires:  xml-commons-apis
BuildRequires:  /usr/bin/perl
Requires:       jpackage-utils
Requires:       junit
Requires:       xml-commons-apis
Requires:       java
Requires(post):   jpackage-utils
Requires(postun): jpackage-utils

BuildArch:      noarch

%description
Xml Pull Parser 3rd Edition (XPP3) MXP1 is a new XmlPull
parsing engine that is based on ideas from XPP and in
particular XPP2 but completely revised and rewritten to
take best advantage of latest JIT JVMs such as Hotspot in JDK 1.4.

%package minimal
Summary:        Minimal XML Pull Parser
Group:          Development/Java
Requires:       jpackage-utils
Requires:       junit
Requires:       xml-commons-apis
Requires:       java
Requires(post):   jpackage-utils
Requires(postun): jpackage-utils

%description minimal
Minimal XML pull parser implementation.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}-%{oversion}
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;

%patch0

%build
export CLASSPATH=$(build-classpath xml-commons-apis junit)
ant xpp3 junit apidoc

%install

# jars
mkdir -p $RPM_BUILD_ROOT%{_javadir}
cp -p build/%{name}-%{oversion}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
cp -p build/%{name}_min-%{oversion}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-minimal.jar
cp -p build/%{name}_xpath-%{oversion}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-xpath.jar

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr doc/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}

rm -rf doc/{build.txt,api}

install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 %{SOURCE3} \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}-minimal.pom
%add_to_maven_depmap %{name} %{name}_min %{version} JPP %{name}-minimal

mv %{buildroot}%{_mavendepmapfragdir}/%{name} %{buildroot}%{_mavendepmapfragdir}/%{name}-minimal
install -pm 644 %{SOURCE1} \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

install -pm 644 %{SOURCE2} \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}-xpath.pom
%add_to_maven_depmap %{name} %{name}_xpath %{version} JPP %{name}-xpath


%post
%update_maven_depmap

%postun
%update_maven_depmap

%post minimal
%update_maven_depmap

%postun minimal
%update_maven_depmap

%files
%defattr(-,root,root,-)
%doc README.html LICENSE.txt doc/*
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-xpath.jar
%{_mavenpomdir}/JPP-%{name}-xpath.pom
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

%files minimal
%defattr(-,root,root,-)
%doc LICENSE.txt
%{_mavendepmapfragdir}/%{name}-minimal
%{_mavenpomdir}/JPP-%{name}-minimal.pom
%{_javadir}/%{name}-minimal.jar

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3.8-8
+ Revision: 3e040c1
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22231 |14mr|xpr-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xpr
Version:	1.0.4
Release:	2
Summary:	Dump an X window directly to a printer
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	x11-util-macros

%description
Xpr takes as input a window dump file produced by xwd(1) and formats it for
output on PostScript printers, the Digital LN03 or LA100, the IBM PP3812 page
printer, the HP LaserJet (or other PCL printers), or the HP PaintJet.

%prep
%setup -q

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/xpr
%{_bindir}/xdpr
%{_mandir}/man1/xdpr.1*
%{_mandir}/man1/xpr.1*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-2
+ Revision: f63ccf9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22232 |14mr|xpra-0.7.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Persistent remote applications for X
Name:		xpra
Version:	0.7.1
Release:	3
License:	GPLv2+
Group:		Networking/Other
URL:		http://xpra.org/
Source0:	http://xpra.org/src/%{name}-%{version}.tar.xz
Patch0:		libavcdc_lx11.patch
Patch1:		disable-x264.patch
BuildRequires:	python-setuptools
BuildRequires:	python-cython
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(gdk-x11-2.0)
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pygtk2.0-devel
Requires:	pygtk2
Requires:	x11-tools
Requires:	x11-server-xvfb
Requires:	python-imaging
Requires:	dbus-python

%description
Xpra gives you "persistent remote applications" for X. That is, unlike normal
X applications, applications run with xpra are "persistent" -- you can run
them remotely, and they don't die if your connection does. You can detach them,
and reattach them later -- even from another computer -- with no loss of state.
And unlike VNC or RDP, xpra is for remote applications, not remote desktops --
individual applications show up as individual windows on your screen, managed
by your window manager. They're not trapped in a box. So basically it's screen
for remote X apps.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
sed -e "s:libwebp.so.2:libwebp.so.4:" \
	-i "xpra/webm/__init__.py" || die

python make_constants_pxi.py wimpiggy/lowlevel/constants.txt wimpiggy/lowlevel/constants.pxi
python setup.py build

%install
python setup.py install -O1  --prefix /usr --skip-build --root %{buildroot}

%files
%{_sysconfdir}/%{name}/xorg.conf
%{_sysconfdir}/%{name}/xpra.conf
%{_bindir}/parti
%{_bindir}/parti-repl
%{_bindir}/xpra*
%{_iconsdir}/%{name}.png
%{_datadir}/applications/xpra_launcher.desktop
%{python_sitearch}/xpra
%{python_sitearch}/parti
%{python_sitearch}/wimpiggy
%{python_sitearch}/parti_all-*.egg-info
%{_datadir}/xpra
%{_datadir}/parti
%{_datadir}/wimpiggy
%{_mandir}/man1/xpra.1.*
%{_mandir}/man1/parti.1.*
%{_mandir}/man1/xpra_launcher.1.*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.7.1-3
+ Revision: 66405fb
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22233 |14mr|xprehashprinterlist-1.0.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xprehashprinterlist
Version:	1.0.1
Release:	13
Summary:	Recomputes the list of available printers
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xp) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
XpRehashPrinterList causes the X Print Server to recompute (update)
its list of available printers, and update the attributes for the
printers. The intended usage of this routine is in a special tool
that a system administrator can run after changing the printer
topology.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir} \
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xprehashprinterlist
%{_mandir}/man1/xprehashprinterlist.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-13
+ Revision: 8cdf6d9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22234 |14mr|xprop-1.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xprop
Version: 1.2.2
Release: 2
Summary: Property displayer for X

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The xprop utility is for displaying window and font properties in an X server.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xprop
%{_mandir}/man1/xprop.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.2-2
+ Revision: 3779f4b
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22235 |14mr|xrandr-1.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Primitive command line interface to RandR extension
Name:		xrandr
Version:	1.4.1
Release:	3
License:	MIT
Group:		System/X11
Url:		http://www.x.org/wiki/Projects/XRandR
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)

%description
Xrandr is a command line application used to set the screen size,
orientation, reflection and/or the active display(s) using the RandR
extension.

%files
%{_bindir}/xrandr
%{_mandir}/man1/xrandr.1.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

# (cg) NB Until we package nickle and cairo-5c (that works) kill this
rm -f %{buildroot}%{_bindir}/xkeystone


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.1-3
+ Revision: 0d98465
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22236 |14mr|xrdb-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xrdb
Version: 1.1.0
Release: 2
Summary: X server resource database utility

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Requires: mcpp

%description
Xrdb is used to get or set the contents of the RESOURCE_MANAGER property on the
root window of screen 0, or the SCREEN_RESOURCES property on the root window of
any or all screens, or everything combined.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x --with-cpp=%{_bindir}/mcpp

%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xrdb
%{_mandir}/man1/xrdb.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.0-2
+ Revision: 83e0150
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22237 |14mr|xrefresh-1.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Refresh all or part of an X screen
Name:		xrefresh
Version:	1.0.5
Release:	2
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Source1:	xrefresh.xpm
Source2:	xrefresh.xpm.large
Source3:	xrefresh.xpm.mini
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)

%description
Xrefresh is a simple X program that causes all or part of your screen to be
repainted. This is useful when system messages have messed up your screen.

%files
%{_bindir}/xrefresh
%{_mandir}/man1/xrefresh.1*
%{_datadir}/icons/xrefresh.xpm
%{_datadir}/icons/*/xrefresh.xpm

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

# install icons
mkdir -p %{buildroot}%{_datadir}/icons/large
mkdir -p %{buildroot}%{_datadir}/icons/mini

install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/xrefresh.xpm
install -m0644 %{SOURCE2} %{buildroot}%{_datadir}/icons/large/xrefresh.xpm
install -m0644 %{SOURCE3} %{buildroot}%{_datadir}/icons/mini/xrefresh.xpm


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.5-2
+ Revision: 7998641
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22238 |14mr|xroot-0.0.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary: GUI interface for su sudo
Name: xroot
Version: 0.0.6
Release: 5
License: GPL2
Group: System/Configuration/Other
Url: http://code.google.com/p/xroot/
Source0: %{name}-src-%{version}.tar.gz
Source1: msegui.tar.gz
Requires: libx11-common
BuildRequires: pkgconfig(x11)
BuildRequires:	gcc
BuildRequires:	fpc-src >= 2.6.0
BuildRequires:	fpc >= 2.6.0
BuildRequires:	unzip

%description
Tool for quick and easy elevate privileges to root

%prep

%setup -q -n %{name}-src-%{version}
cp %SOURCE1 %{_builddir}/
tar -xzf  %{SOURCE1}
rm -rf ./mseide-msegui
mkdir ./mseide-msegui
mv ./msegui/* ./mseide-msegui
rm -rf ./msegui

%build
rm -rf ./msegui
tar -xzf  %{SOURCE1}
rm -rf ./mseide-msegui
mkdir ./mseide-msegui
mv ./msegui/* ./mseide-msegui
rm -rf ./msegui

%ifarch x86_64
./build_xroot_without_gui_64
%else
./build_xroot_without_gui_32
%endif

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
cp -f ./xroot/%{name} %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/pixmaps
cp -f ./%{name}.png %{buildroot}%{_datadir}/pixmaps/
mkdir -p %{buildroot}%{_datadir}/applications
install -m 0644 ./%{name}.desktop %{buildroot}%{_datadir}/applications/
mkdir -p %{buildroot}%{_docdir}/xroot
cp -f ./wiki/* %{buildroot}%{_docdir}/xroot/

%files
%defattr(-,root, root)

%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_docdir}/xroot/*

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.0.6-5
+ Revision: cdb7093
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22239 |14mr|xsane-0.999-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Enable debug mode
%define debug 0

Name:		xsane
Version:	0.999
Release:	5
Summary:	Frontend for the SANE scanner interface

Group:		Graphics
URL:		http://www.xsane.org/
License:	GPLv2+
Source0:	ftp://ftp.sane-project.org/pub/sane/xsane/%{name}-%{version}.tar.gz
Source1:        xsane-russian-docs.tar.xz
Source2:        xsane.desktop
# Large icon from here: http://doc.ubuntu-fr.org/_detail/graphisme/1176139936.png?id=xsane
Source3:	xsane.png
Patch0:		xsane-0.99-browser.patch
Patch2:		xsane-ru-po.patch
Patch3:		xsane-0.995-close-fds.patch
Patch4:		xsane-0.997-no-file-selected.patch
Patch5:		xsane-0.998-libpng.patch
Patch6:		xsane-0.998-preview-selection.patch
Patch7:		xsane-0.998-wmclass.patch
# Contains "www-browser" script
Requires:	desktop-common-data
# This is for the drakxtools so that they can install a GUI for scanning
# but decide depending on the system environment which GUI actually to
# install
Provides:	scanner-gui
BuildRequires:	imagemagick
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(gimp-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(sane-backends)

%description
XSane is an X based interface for the SANE (Scanner Access Now Easy)
library, which provides access to scanners, digital cameras, and other
capture devices.  XSane is written in GTK+ and provides control for
performing the scan and then manipulating the captured image.

You may install xsane-gimp if you want the GIMP plug-in.

%package gimp
Summary:	GIMP plug-in which provides the SANE scanner interface

Group:		Graphics
Requires:	sane >= 1.0, %{name} >= %{version}

%description gimp
This package provides the regular XSane frontend for the SANE scanner
interface, but it works as a GIMP 2.0 plug-in.  You must have GIMP 2.0 (or
newer) installed to use this package.

%prep
%setup -q
cat %{SOURCE2} > src/xsane.desktop
%patch0 -p0 -b .www-browser
%patch2 -p1 -b .po-file
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1

%build
%if %{debug}
export DONT_STRIP=1
CFLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`" CXXFLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`" %configure2_5x --with-install-root=%{buildroot}
%else
%configure2_5x --with-install-root=%{buildroot} 
%endif
perl -pi -e 's#LDFLAGS  =  -L/usr/lib -Wl,-rpath,/usr/lib#LDFLAGS  =  -L/usr/lib -Wl#' src/Makefile
##perl -pi -e 's#ja\.(po|gmo)##' po/Makefile
%make
mv src/xsane src/xsane-gimp

make clean
%if %debug
CFLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`" CXXFLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`" %configure2_5x --with-install-root=%{buildroot} --disable-gimp
%else
%configure2_5x --with-install-root=%{buildroot} --disable-gimp
%endif
perl -pi -e 's#LDFLAGS  =  -L/usr/lib -Wl,-rpath,/usr/lib#LDFLAGS  =  -L/usr/lib -Wl#' src/Makefile
##perl -pi -e 's#ja\.(po|gmo)##' po/Makefile
%make

%install
%if %debug
export DONT_STRIP=1
%endif

%makeinstall_std
install src/xsane-gimp %{buildroot}%{_bindir}
%find_lang %{name}
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{128x128,48x48,32x32,16x16}/apps
convert -scale 128 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
convert -scale 48 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
#convert -scale 128 %{buildroot}/usr/share/pixmaps/xsane.xpm %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png 
#convert -scale 48 %{buildroot}/usr/share/pixmaps/xsane.xpm %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png 
#convert -scale 32 %{buildroot}/usr/share/pixmaps/xsane.xpm %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
#convert -scale 16 %{buildroot}/usr/share/pixmaps/xsane.xpm %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# dynamic desktop support
%define launchers /etc/dynamic/launchers/scanner
mkdir -p %{buildroot}%{launchers}
cat > %{buildroot}%{launchers}/%{name}.desktop << EOF
[Desktop Entry]
Name=XSane \$device
Comment=XSane
Exec=%{_bindir}/xsane
Terminal=false
Icon=%{name}
Type=Application
EOF

mkdir -p %{buildroot}%{_datadir}/sane/xsane/doc/ru/
tar xaf %{SOURCE1} -C %{buildroot}%{_datadir}/sane/xsane/doc/ru/

%files -f %{name}.lang
%doc xsane*
%config(noreplace) %{launchers}/%{name}.desktop
%{_bindir}/xsane
%dir %{_datadir}/sane
%{_datadir}/sane/*
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm
%{_iconsdir}/hicolor/*/apps/*

%post
update-alternatives --install %{launchers}/kde.desktop scanner.kde.dynamic %{launchers}/%{name}.desktop 30
update-alternatives --install %{launchers}/gnome.desktop scanner.gnome.dynamic %{launchers}/%{name}.desktop 30

%postun
if [ $1 = 0 ]; then
  update-alternatives --remove scanner.kde.dynamic %{launchers}/%{name}.desktop
  update-alternatives --remove scanner.gnome.dynamic %{launchers}/%{name}.desktop
fi

%files gimp
%doc xsane*
%{_bindir}/xsane-gimp

%post gimp
if [ -d %{_libdir}/gimp ]; then
  GIMPDIR=`ls -d %{_libdir}/gimp/[012]*`
  [ -z "$GIMPDIR" ] && exit 0
  for i in $GIMPDIR;do
  [ -d $i/plug-ins ] || mkdir -p $i/plug-ins
  %{__ln_s} -f %{_bindir}/xsane-gimp $i/plug-ins/xsane
  done
fi

%postun gimp
if [ $1 = 0 ]; then
  if [ -d %{_libdir}/gimp ]; then
    GIMPDIR=`ls -d %{_libdir}/gimp/[012]*`
        [ -z "$GIMPDIR" ] && exit 0
        for i in $GIMPDIR;do
    [ -d $i/plug-ins ] || mkdir -p $i/plug-ins
    rm -f $i/plug-ins/xsane
        done
  fi
fi




%changelog
* Thu Sep 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.999-5
+ Revision: 5e9d995
- Added large icon



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22240 |14mr|xscreensaver-5.26-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
####################
# PLF build
%define build_plf 0
####################

%define disable_inappropriate 1
# Allow --with[out] <feature> at rpm command line build
%{?_with_plf: %{expand: %%global build_plf 1}}
%{?_without_plf: %{expand: %%global build_plf 0}}
%{?_with_inappropriate: %{expand: %%global disable_inappropriate 0}}
%{?_without_inappropriate: %{expand: %%global disable_inappropriate 1}}

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	A set of X Window System screensavers
Name:		xscreensaver
Version:	5.26
Release:	1%{?extrarelsuffix}
License:	BSD
Group:		Graphical desktop/Other
URL:		http://www.jwz.org/xscreensaver/
Source0:	http://www.jwz.org/xscreensaver/%{name}-%{version}.tar.gz
Source1:	xscreensaver-capplet.png
Source2:	dmctl
Source3:        update-xscreensaver-hacks
Patch0:         xscreensaver-5.05-mdv-alt-drop_setgid.patch
# Don't check login manager in PATH because we use custom wrapper
Patch1:         xscreensaver-5.15-lmcheck.patch
# Only GDadou should be enabled
Patch9:         xscreensaver-5.15-defaultconfig.patch
# (fc) 4.00-4mdk allow root to start xscreensaver
Patch10:        xscreensaver-4.23-root.patch
# (fc) 4.05-3mdk disable openGL hacks by default
Patch11:        xscreensaver-5.09-noGL.patch

Patch12:	xscreensaver-5.26-autoreconf.patch

# fedora patches
# bug 129335
# sanitize the names of modes in barcode
Patch1001:          xscreensaver-5.26-sanitize-hacks.patch
## Patches already sent to the upsteam
## Patches which must be discussed with upstream
#
# Change webcollage not to access to net
# Also see bug 472061
Patch1021:         xscreensaver-5.26-webcollage-default-nonet.patch
#
# Update Japanese po file
Patch1032:         xscreensaver-5.13-dpmsQuickoff-japo.patch
# driver/test-passwd tty segfaults
Patch1051:         xscreensaver-5.12-test-passwd-segv-tty.patch
# patch to compile driver/test-xdpms
Patch1052:         xscreensaver-5.12-tests-miscfix.patch

Patch1100:      xscreensaver-5.26-0000-make-sync_server_dpms_settings-consistent-for-dpms_q.patch
# Kill memleak on goop
Patch1101:      xscreensaver-5.26-0001-Kill-memleak-on-goop-on-resize.patch
# Shut down cppcheck error / warning messages
Patch1102:      xscreensaver-5.26-0002-asm6502.c-shut-down-error-message-from-cppcheck.patch
Patch1103:      xscreensaver-5.26-0003-demo-Gtk.c-shut-down-error-message-from-cppcheck.patch
Patch1104:      xscreensaver-5.26-0004-asm6502.c-shut-down-error-message-from-cppcheck.patch
Patch1105:      xscreensaver-5.26-0005-splash.c-shut-down-warning-message-from-cppcheck.patch

Requires:	xscreensaver-common = %{version}-%{release}
Requires:	fortune-mod
Requires:	mandriva-theme-screensaver
Requires:	xdg-utils
BuildRequires:	makedepend
BuildRequires:	bc
BuildRequires:	fortune-mod
BuildRequires:	jpeg-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xxf86misc)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	gle-devel
BuildRequires:	imagemagick

%description
The xscreensaver package contains a variety of screensavers for your
mind-numbing, ambition-eroding, time-wasting, hypnotized viewing
pleasure.

Install the xscreensaver package if you need screensavers for use with
the X Window System.

%if %{build_plf}
This package is in restricted as it contains copyrighted images.
%endif

%package base
Summary:	A set of screensavers
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}
Conflicts:	xscreensaver < 5.00-2
Requires:	words

%description base
Various screensavers used by Xscreensaver.

%package common
Summary:	Utilities used by xscreensaver screensavers
Group:		Graphical desktop/Other
Conflicts:	xscreensaver < 5.00-2
Provides:	xscreensaver-utils
Requires:	chbg

%description common
Utilities used by xscreensaver screensavers.

%package gl
Summary:	A set of GL screensavers
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}
Requires(post):	xscreensaver-common = %{version}-%{release}
Requires(postun):	xscreensaver-common = %{version}-%{release}

%description gl
The xscreensaver-gl package contains even more screensavers for your
mind-numbing, ambition-eroding, time-wasting, hypnotized viewing
pleasure. These screensavers require OpenGL or Mesa support.

Install the xscreensaver-gl package if you need more screensavers for
use with the X Window System and you have OpenGL or Mesa installed.

%if %{build_plf}
%package matrix
Summary:	The Matrix screensavers
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}

%description matrix
The xscreensaver-matrix package contains two screensavers for
xscreensaver based on the movie The Matrix. It is in restricted because
there might by copyright problems with the artwork used in this
screensavers.
%endif

%package extrusion
Summary:	OpenGL screensaver
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}

%description extrusion
The xscreensaver-extrusion package contains the extrusion
screensaversfor your mind-numbing, ambition-eroding, time-wasting,
hypnotized viewing pleasure. This screensaver requires OpenGL or Mesa
support.

This screensaver is in a separate package, because it is the only
application for the ROSA Linux distribution which requires the GLE
extrusion library.

%prep
%setup -q
%patch1 -p1 -b .login-manager
# WARNING this patch must ALWAYS be applied, if it fails, REGENERATE it !!!
%patch9 -p1 -b .defaultconfig
ln -srf po/Makefile.in{,.in}
%patch10 -p1 -b .root
%patch11 -p1 -b .noGL
%if %{disable_inappropriate}
%patch1001 -p1 -b .inappropriate
%endif

%patch12 -p1 -b .autoconf

%patch1021 -p1
%patch1032 -p1
%patch1051 -p1
%patch1052 -p1
%patch1100 -p1
%patch1101 -p1
%patch1102 -p1
%patch1103 -p1
%patch1104 -p1
%patch1105 -p1


# Needed by patches 1 and 11
autoconf

%build
%configure2_5x \
    --enable-locking \
    --enable-root-passwd \
    --with-browser=xdg-open \
    --with-dpms-ext \
    --with-xinerama-ext \
    --with-xf86vmode-ext \
    --with-xf86gamma-ext \
    --with-randr-ext \
    --with-proc-interrupts \
    --with-login-manager=dmctl \
    --without-shadow \
    --with-pixbuf \
    --with-xpm \
    --with-jpeg \
    --with-xshm-ext \
    --with-xdbe-ext \
    --without-readdisplay \
    --without-setuid-hacks \
    --with-gtk \
    --without-motif \
    --with-pam \
    --enable-pam-check-account-type \
    --with-gl \
    --with-image-directory=%{_datadir}/mdk/screensaver \
    --with-x-app-defaults=%{_datadir}/X11/app-defaults \
    --without-kerberos \
    --with-text-file=%{_sysconfdir}/release \
    --with-gle

make distdepend
make depend DEPEND="makedepend -I$(gcc -print-search-dirs|sed -e 's#^install: \(.*\).*#\1#g'|head -n1)/include"
#make depend
sed 's/\@ALL_LINGUAS\@/"ca da de es et fi fr hu it ja ko nb nl pl pt pt_BR ru sk sv vi wa zh_CN zh_TW"/' -i po/Makefile 
%make

%install
rm -rf %{buildroot} gl-extras.files base.files %{name}.lang
# mkdir -p %{buildroot}%{_sysconfdir}/X11/app-defaults/
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man6
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
mkdir -p %{buildroot}%{_libexecdir}/xscreensaver

make install_prefix=%{buildroot} bindir=%{_bindir} \
 KDEDIR=%{_prefix} GNOME_BINDIR=%{_bindir}  GNOME_DATADIR=%{_datadir} \
 mandir=%{_mandir} AD_DIR=%{_datadir}/X11/app-defaults/ \
 gnulocaledir=%{_datadir}/locale install
%makeinstall -C po

install -p -m755 %{SOURCE3} -D %{buildroot}%{_sbindir}/update-xscreensaver-hacks

# Custom wrapper for gdmflexiserver and kdmctl
install -m 755 %{SOURCE2} %{buildroot}%{_bindir}/dmctl

cat<<EOF >README.GL
The xscreensaver-gl package contains even more screensavers for your
mind-numbing, ambition-eroding, time-wasting, hypnotized viewing
pleasure. These screensavers require OpenGL or Mesa support.

Install the xscreensaver-gl package if you need more screensavers for
use with the X Window System and you have OpenGL or Mesa installed.
EOF

#icons
mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
cp %{SOURCE1}  %{buildroot}%{_datadir}/pixmaps
convert -scale 16x16 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -scale 32x32 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
ln -s %{_datadir}/pixmaps/xscreensaver-capplet.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

#remove unpackaged files
rm -f %{buildroot}%{_datadir}/xscreensaver/config/xjack.xml
rm -f %{buildroot}%{_mandir}/man6/xjack.6
rm -f  %{buildroot}%{_libexecdir}/xscreensaver/xjack

%if ! %{build_plf}
rm -rf %{buildroot}%{_libexecdir}/xscreensaver/*matrix
rm -rf %{buildroot}%{_mandir}/man6/*matrix*
rm -rf %{buildroot}%{_datadir}/xscreensaver/config/*matrix*
%endif

%find_lang %{name}

# This function prints a list of things that get installed.
# It does this by parsing the output of a dummy run of "make install".
#
list_files() {
  make -s install_prefix=%{buildroot} mandir=%{_mandir}/ \
  bindir=%{_bindir} INSTALL=true "$@"	\
   | sed -n -e 's@.* \(/[^ ]*\)$@\1@p'				\
   | sed    -e "s@^%{buildroot}@@"				\
	    -e "s@/[a-z][a-z]*/\.\./@/@"			\
   | sed    -e 's@\(.*/man/.*\)@\1\*@'				\
   | sed    -e 's@\(.*/app-defaults/\)@%config \1@'		\
	    -e 's@\(.*/pam\.d/\)@%config(missingok) \1@'	\
   | sort
}

# Generate three lists of files for the three packages.
#
dd=%{_builddir}/%{name}-%{version}
( cd hacks/glx ; list_files install > $dd/gl-extras.files)
( cd hacks     ; list_files install > $dd/base.files)

#gw remove the files we don't package:
perl -pi -e "s/.*(gdadou|xjack|matrix|extrusion).*//" gl-extras.files base.files

%find_lang %{name}

%post gl
sed -i -e 's/\A-\s+GL:/ GL:/' %{_sysconfdir}/X11/app-defaults/XScreenSaver

%postun gl
sed -i -e '/\A\s*GL:/ and print "- $_" or print "$_"' %{_sysconfdir}/X11/app-defaults/XScreenSaver

%files -f %{name}.lang
%config(noreplace) %{_sysconfdir}/pam.d/xscreensaver
%doc README
%{_mandir}/man1/xscreensaver-command.1*
%{_mandir}/man1/xscreensaver-demo.1*
%{_mandir}/man1/xscreensaver.1*
%attr(755,root,chkpwd) %{_bindir}/xscreensaver
%{_bindir}/xscreensaver-command
%{_bindir}/xscreensaver-demo
%{_bindir}/dmctl
%dir %{_datadir}/xscreensaver
%{_datadir}/xscreensaver/glade
%{_datadir}/applications/xscreensaver-properties.desktop
%{_datadir}/pixmaps/*
%{_datadir}/xscreensaver/config/gdadou.xml
%{_iconsdir}/hicolor/*/apps/*.png

%files common
# %config(noreplace) %{_sysconfdir}/X11/app-defaults/*
%{_datadir}/X11/app-defaults/*
%dir %{_libexecdir}/%{name}
%{_bindir}/xscreensaver-getimage
%{_bindir}/xscreensaver-getimage-file
%{_bindir}/xscreensaver-getimage-video
%{_bindir}/xscreensaver-text
%{_mandir}/man1/xscreensaver-getimage*
%{_mandir}/man1/xscreensaver-text.1*
%dir %{_datadir}/%{name}/config
%{_datadir}/%{name}/config/README

%files base -f base.files
%{_sbindir}/update-xscreensaver-hacks

%files gl -f gl-extras.files
%doc README.GL

%files extrusion
%doc README.GL
%{_datadir}/xscreensaver/config/extrusion.xml
%{_mandir}/man6/extrusion.6*
%{_libexecdir}/xscreensaver/extrusion

%if %{build_plf}
%files matrix
%doc README.GL
%{_mandir}/man6/xmatrix.6*
%{_mandir}/man6/glmatrix.6*
%{_datadir}/xscreensaver/config/glmatrix.xml
%{_datadir}/xscreensaver/config/xmatrix.xml
%{_libexecdir}/xscreensaver/xmatrix
%{_libexecdir}/xscreensaver/glmatrix
%endif




%changelog
* Thu Aug 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.26-1
+ Revision: 74ddfa9
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22241 |14mr|xset-1.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xset
Version: 1.2.3
Release: 2
Summary: User preference utility for X

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The xset program is used to set various user preference options of the display.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

#

%clean

%files
%{_bindir}/xset
%{_mandir}/man1/xset.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.3-2
+ Revision: eb11a8e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22242 |14mr|xsetmode-1.0.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xsetmode
Version:	1.0.0
Release:	13
Summary:	Set the mode for an XInput device
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xi) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Xsetmode sets the mode of an XInput device to either absolute or relative.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir} \
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

#

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xsetmode
%{_mandir}/man1/xsetmode.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.0-13
+ Revision: db93344
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22243 |14mr|xsetpointer-1.0.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xsetpointer
Version: 1.0.1
Release: 12
Summary: Set an X Input device as the main pointer
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xi) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: x11-proto-devel >= 1.0.3-3mdv

%description
Xsetpointer sets an XInput device as the main pointer.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

#

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xsetpointer
%{_mandir}/man1/xsetpointer.1x*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.1-12
+ Revision: a9bfe75
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22244 |14mr|xsetroot-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xsetroot
Version:	1.1.1
Release:	2
Summary:	Root window parameter setting utility for X

Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: x11-data-bitmaps >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: pkgconfig(xcursor)

%description
The setroot program allows to tailor the appearance of the background
("root") window on a workstation display running X.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir} \
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xsetroot
%{_mandir}/man1/xsetroot.1*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.1-2
+ Revision: a7e44fe
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22245 |14mr|Xsettings-client-0.10-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d
%define debug_package %{nil}

Summary: 	Inter-toolkit configuration settings
Name: 		Xsettings-client
Version: 	0.10
Release: 	7
URL: 		http://www.freedesktop.org/standards/xsettings-spec/
# Tarball includes a copy of the GPL but the source headers clearly
# specify an MIT license - AdamW 2008/12
License: 	MIT
Group: 		System/Libraries
Source0:	http://matchbox-project.org/sources/optional-dependencies/%{name}-%{version}.tar.bz2
# Fix underlinking - AdamW 2008/12
Patch0:		Xsettings-client-0.10-underlink.patch
Patch1:		xsettings-automake-1.13.patch
BuildRequires:	pkgconfig(x11)

%description
The intent of this specification is to specify a mechanism to allow the
configuration of settings such as double click timeout, drag-and-drop
threshold, and default foreground and background colors for all applications
running within a desktop. The mechanism should:
- allow for instant updates to be propagated across all applications at runtime
- perform well, even for remote applications.

It is not intended:
- for the storage of application-specific data
- to be able to store large amounts of data
- to store complex data types (other than as strings)

%package -n	%{libname}
Group:		System/Libraries
Summary:	Inter-toolkit configuration settings

%description -n %{libname}
The intent of this specification is to specify a mechanism to allow the
configuration of settings such as double click timeout, drag-and-drop
threshold, and default foreground and background colors for all applications
running within a desktop. The mechanism should:
- allow for instant updates to be propagated across all applications at runtime
- perform well, even for remote applications.

It is not intended:
- for the storage of application-specific data
- to be able to store large amounts of data
- to store complex data types (other than as strings)

%package -n %{develname}
Group:          Development/C
Summary:        Static libraries and header files from %{name}
Provides:       %{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname Xsettings-client 0 -d}
Requires:       %{libname} = %{version}-%{release}

%description -n %{develname}
Static libraries and header files from %{name}.

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%defattr(-,root,root)
%doc README
%{_libdir}/*.so
%{_libdir}/*.*a
%{_includedir}/*.h




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10-7
+ Revision: adaeee9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22246 |14mr|xsettings-kde-0.12.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	XSettings Daemon for KDE Environment
Name:     	xsettings-kde
Version:	0.12.3
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
Source: 	%{name}-%{version}.tar.bz2
URL:		http://svnweb.mageia.org/soft/theme/xsettings-kde/

BuildRequires:	pkgconfig(x11) glib2-devel

%description
This package provides a XSettings daemon for KDE Desktop Environment.
It allows XSettings aware applications (all GTK+ 2 and GNOME 2 applications)
to be informed instantly of changes in KDE configuration, such as theme name,
default font and so on.

%prep
%setup -q

%build

make CFLAGS="%optflags" LDFLAGS="%ldflags" lib=%{_lib}

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_bindir}
cp -f xsettings-kde $RPM_BUILD_ROOT%{_bindir}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/autostart/
cat << EOF > $RPM_BUILD_ROOT%{_datadir}/autostart/xsettings-kde.desktop
[Desktop Entry]
Exec=xsettings-kde
Name=XSettings-KDE
X-KDE-autostart-after=kdesktop
Type=Service
OnlyShowIn=KDE;
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-, root, root)
%doc ChangeLog README
%{_bindir}/*
%{_datadir}/autostart/*






%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.12.3-3
+ Revision: b60db31
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22247 |14mr|xsm-1.0.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xsm
Version: 1.0.2
Release: 11
Summary: X Session Manager
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-root
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: libxt-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: netkit-rsh

%description
Xsm is a session manager. A session is a group of applications, each of which
has a particular state. xsm allows you to create arbitrary sessions - for
example, you might have a "light" session, a "development" session, or an
"xterminal" session. Each session can have its own set of applications. Within
a session, you can perform a "checkpoint" to save application state, or a
"shutdown" to save state and exit the session. When you log back in to the
system, you can load a specific session, and you can delete sessions you no
longer want to keep.

Some session managers simply allow you to manually specify a list of
applications to be started in a session. xsm is more powerful because it lets
you run applications and have them automatically become part of the session. On
a simple level, xsm is useful because it gives you this ability to easily
define which applications are in a session. The true power of xsm, however, can
be taken advantage of when more and more applications learn to save and restore
their state.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xsm
%{_libdir}/X11/xsm/system.xsm
%{_datadir}/X11/app-defaults/XSm
%{_mandir}/man1/xsm.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-11
+ Revision: e8cb610
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22248 |14mr|xstdcmap-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xstdcmap
Version:	1.0.3
Release:	2
Summary:	X standard colormap utility

Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The xstdcmap utility can be used to selectively define standard
colormap properties. It is intended to be run from a user's X startup
script to create standard colormap definitions in order to facilitate
sharing of scarce colormap resources among clients. Where at all
possible, colormaps are created with read-only allocations.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xstdcmap
%{_mandir}/man1/xstdcmap.1*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-2
+ Revision: 1b61f05
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22249 |14mr|xsysinfo-1.7-31
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	xsysinfo
%define version	1.7
Summary:	An X Window System kernel parameter monitoring tool
Name:		%{name}
Version:	%{version}
Release:	31
License:	MIT
Group:		Monitoring
Source0:	ftp://sunsite.unc.edu/pub/Linux/system/status/xstatus/xsysinfo-%{version}.tar.bz2
Source1:	%{name}
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch0:		xsysinfo-1.7-imake.patch
Patch1:		xsysinfo-1.7-xf4.patch
Patch2:		xsysinfo-1.7-includes.patch
BuildRequires:	imake
BuildRequires:	pkgconfig(x11)
BuildRequires:	Xaw3d-devel
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xp)

%description
Xsysinfo is a graphic kernel monitoring tool for the X Window System.
Xsysinfo displays vertical bars for certain kernel parameters:  CPU load
average, CPU load, memory and swap sizes.

Install the xsysinfo package if you'd like to use a graphical kernel
monitoring tool.

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1 -b .includes
make clean

%build
xmkmf
%make CDEBUGFLAGS="%optflags" EXTRA_LDOPTIONS="%ldflags"

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall_std}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Xsysinfo
Comment=System information
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=System;Monitor;X-MandrivaLinux-System-Monitoring;
EOF

install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48/apps/%{name}.png

rm -f $RPM_BUILD_ROOT/%{_prefix}/lib/X11/app-defaults

%if %mdkversion < 200900
%post
%{update_menus}
%update_icon_cache hicolor
%endif
 
%if %mdkversion < 200900
%postun
%{clean_menus}
%clean_icon_cache hicolor
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README CHANGES
%{_bindir}/xsysinfo
%config(noreplace) %{_sysconfdir}/X11/app-defaults/XSysinfo
%config(noreplace) %{_sysconfdir}/X11/app-defaults/XSysinfo-color
%{_datadir}/applications/mandriva-%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7-31
+ Revision: c26a127
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22250 |14mr|Xtart-1.0-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	Xtart
%define	version	1.0
%define release	21

Summary:	Use this to access any installed WM from a logged-in console
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-xvt.patch
# call startx instead of xinit, for ConsoleKit
Patch1:		%{name}-startx.patch
License:	GPL
Group:		Graphical desktop/Other
BuildRoot:	%{_tmppath}/%{name}-buildroot
Requires:	python
BuildArch:	noarch

%description
Xtart is a simple program that checks for properly installed window managers
and allows the user full menu access to them from a logged-in console.  The
special entry 00 in menu selectio will start X with an xterm to manually
start new installations of window managers or to do tests with X and no
window manager.  See /etc/X11/wmsession.d for proper WM integration.

%prep
%setup -q
%patch0 -p0 -b .xvt
%patch1 -p0 -b .startx

%build

%install
%{__install} -m 0755 %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/Xtart



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0-21
+ Revision: 2c2a499
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22251 |14mr|xterm-287-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The standard terminal emulator for the X Window System
Name:		xterm
Version:	287
Release:	3
License:	MIT
Group:		Terminals
Url:		http://invisible-island.net/xterm/
Source0:	ftp://invisible-island.net/xterm/%{name}-%{version}.tgz
Source1:	ftp://invisible-island.net/xterm/%{name}-%{version}.tgz.asc
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
# from http://www.vim.org/scripts/script.php?script_id=1349, public domain
Source20:	colortest.pl
BuildRequires:	luit
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
Requires:	luit
Requires(post,postun):	update-alternatives

%description
The XTerm program is the standard terminal emulator for the X Window System. It
provides DEC VT102/VT220 and Tektronix 4014 compatible terminals for programs
that can't use the window system directly. If the underlying operating system
supports terminal resizing capabilities (for example, the SIGWINCH signal in
systems derived from 4.3bsd), xterm will use the facilities to notify programs
running in the window whenever it is resized.

The xterm included in this package has support for 256 colors enabled.

%files
%doc ctlseqs.txt colortest.pl
%{_bindir}/*
%{_mandir}/*/*
%{_libdir}/X11/app-defaults/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/xterm-terminal.png
%{_datadir}/pixmaps/*.xpm

%post
update-alternatives --install %{_bindir}/xvt xvt %{_bindir}/xterm 18 || :

%postun
[[ "$1" = "0" ]] && update-alternatives --remove xvt %{_bindir}/xterm || :

#----------------------------------------------------------------------------

%prep
%setup -q
cp %{SOURCE20} .

%build
%configure2_5x \
	--disable-full-tgetent \
	--enable-wide-chars \
	--x-includes=%{_includedir}/freetype2 \
	--enable-luit \
	--enable-256-color \
	--with-app-defaults=%{_libdir}/X11/app-defaults

%make

%install
%makeinstall_std

# NOTE: encodingMode: locale means to follow the charset encoding of the
# locale. A quite complete unicode font is set as the default (instead of the
# very poor "fixed" one). a quick cat is used instead of patching the sources;
# it shoulmd be made the default imho
# locale: true means to use luit to convert locale encoding to unicode
# for display.
# luit support is needed for it to work -- pablo
cat << EOF >> %{buildroot}%{_libdir}/X11/app-defaults/XTerm

*.vt100.font: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1
*.vt100.encodingMode: locale
*.locale: true
*.PtyInitialErase: on
*.backarrowKeyIsErase: on
EOF

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=XTerm
Comment=Standard terminal emulator
Comment[ru]=Стандартный эмулятор терминала для X
Exec=%{name} -name Terminal
Icon=xterm-terminal
Terminal=false
Type=Application
StartupNotify=true
NotShowIn=KDE;
Categories=TerminalEmulator;System;Utility;
EOF

for xpm in xterm{-color_32x32,-color_48x48,_32x32,_48x48}.xpm; do
	rm -f %{buildroot}%{_datadir}/pixmaps/$xpm
done
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 %{SOURCE11} \
	%{buildroot}%{_iconsdir}/hicolor/16x16/apps/xterm-terminal.png
install -m 644 %{SOURCE12} \
	%{buildroot}%{_iconsdir}/hicolor/32x32/apps/xterm-terminal.png
install -m 644 %{SOURCE13} \
	%{buildroot}%{_iconsdir}/hicolor/48x48/apps/xterm-terminal.png


%changelog
* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 287-3
+ Revision: 38154b7
- Fix desktop file name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22252 |14mr|xtraceroute-0.9.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical OpenGL version of traceroute
Name:		xtraceroute
Version:	0.9.2
Release:	12
License:	GPLv2+
Group:		Monitoring
Source0:	http://www.beebgames.com/sw/%{name}-%{version}.tar.bz2
Source10:	%{name}.16.png
Source11:	%{name}.32.png
Source12:	%{name}.48.png
Patch0:		xtraceroute-0.9.2-linkage.patch
Patch1:		xtraceroute-0.9.2-fix-build.patch
URL:		http://www.beebgames.com/sw/gtk-ports.html
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gtkgl-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	traceroute
BuildRequires:	bind-utils
BuildRequires:	recode
BuildRequires:	gettext-devel
BuildRequires:	desktop-file-utils
Requires:	traceroute
Requires:	bind-utils

%description
Xtraceroute is a graphical traceroute utility that shows the path your IP
packets travel on a 3 dimensional rendered globe. Be sure to download the NDG
data files mentioned in the INSTALL document too.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
sed -i -e 's,%{name}.png,%{name},g' %{name}.desktop

# otherwise autoreconf doesn't work - AdamW 2008/01
cp %{_datadir}/gettext/config.rpath .

%build
autoreconf -fi
%configure2_5x
make

%install
mkdir -p %{buildroot}/%{_datadir}/pixmaps
%makeinstall_std

install xtraceroute.png %{buildroot}%{_datadir}/pixmaps
touch %{buildroot}%{_datadir}/xtraceroute/hosts.cache
touch %{buildroot}%{_datadir}/xtraceroute/site_hosts.cache
touch %{buildroot}%{_datadir}/xtraceroute/site_networks.cache

mv %{buildroot}/%{_bindir}/%{name} %{buildroot}/%{_bindir}/%{name}.real
cat > %{buildroot}/%{_bindir}/%{name} << EOF
#!/bin/sh
if [ ! -d \$HOME/.xt ]; then
		mkdir \$HOME/.xt
fi
%{_bindir}/%{name}.real "\$@"
EOF
chmod a+x %{buildroot}/%{_bindir}/%{name}

# icon
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install %{SOURCE11} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install %{SOURCE12} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

recode ISO-8859-15..UTF-8 %{name}.desktop

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="System" \
  --add-category="Monitor" \
  --dir %{buildroot}%{_datadir}/applications %{name}.desktop

%files
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/*
%{_datadir}/xtraceroute
%{_datadir}/pixmaps/xtraceroute.png
%{_mandir}/*/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.2-12
+ Revision: fb6e489
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22253 |14mr|xtrap-1.0.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xtrap
Version:	1.0.2
Release:	10
Summary:	XTrap sample clients 
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires:	pkgconfig(x11) >= 1.0.0
BuildRequires:	pkgconfig(xtrap) >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
These commands are SAMPLE CLIENTS provided with the XTrap X Server
Extension Sources, Version 3.3. XTrap is an X Server extension which
facilitates the capturing of server protocol and synthesizing core
input events.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xtrapin
%{_bindir}/xtrapproto
%{_bindir}/xtrapreset
%{_bindir}/xtrapstats
%{_bindir}/xtrapchar
%{_bindir}/xtrapinfo
%{_bindir}/xtrapout
%{_mandir}/man1/xtrapstats.*
%{_mandir}/man1/xtrapproto.*
%{_mandir}/man1/xtrapreset.*
%{_mandir}/man1/xtrapout.*
%{_mandir}/man1/xtrapinfo.*
%{_mandir}/man1/xtrapin.*
%{_mandir}/man1/xtrapchar.*
%{_mandir}/man1/xtrap.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.2-10
+ Revision: a1e192c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22254 |14mr|xulrunner-31.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# WARNING, READ FIRST:
#
# This is a special package that needs special treatment. Due to the amount of
# security updates it needs, it's common to ship new upstream versions instead of patching.
# That means this package MUST be BUILDABLE for stable official releases.
# This also means only STABLE upstream releases, NO betas.
# This is a discussed topic. Please, do not flame it again.

# (tpg) DO NOT FORGET TO SET EXACT XULRUNNER and FIREFOX VERSIONS !
%define ffver 31.0
%define version_internal 31.0

# (tpg) DO NOT FORGET TO SET EXACT MAJOR!
# in this case %{major} == %{version_internal}
%define major %{version_internal}
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d
%define develunstname %mklibname %{name}-unstable -d
%define sname firefox

# (tpg) various directory defines
%define mozappdir %{_libdir}/%{name}-%{version_internal}

%define nss_libname %mklibname nss 3
%define nspr_libname %mklibname nspr 4

# this seems fragile, so require the exact version or later (#58754)
%define sqlite3_version %(pkg-config --modversion sqlite3 &>/dev/null && pkg-config --modversion sqlite3 2>/dev/null || echo 0)
%define nss_version %(pkg-config --modversion nss &>/dev/null && pkg-config --modversion nss 2>/dev/null || echo 0)

%define _use_syshunspell 1

Summary:	XUL Runtime for Gecko Applications
Name:		xulrunner
Version:	%{version_internal}
Release:	2
License:	MPLv1.1 or GPLv2+ or LGPLv2+
Group:		Development/Other
Url:		http://developer.mozilla.org/en/docs/XULRunner
Source0:	ftp://ftp.mozilla.org/pub/mozilla.org/%{sname}/releases/%{ffver}/source/%{sname}-%{ffver}.source.tar.bz2
Source1:	xulrunner-omv-default-prefs.js
Source2:	xulrunner.rpmlintrc
# build patches
#Patch1:         xulrunner-install-dir.patch
Patch2:         mozilla-build.patch
Patch3:         mozilla-build-arm.patch
Patch17:        xulrunner-24.0-gcc47.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=814879#c3
Patch18:        xulrunner-24.0-jemalloc-ppc.patch
# workaround linking issue on s390 (JSContext::updateMallocCounter(size_t) not found)
Patch19:        xulrunner-24.0-s390-inlines.patch
Patch20:	firefox-28.0-nss_detect.patch

# Fedora specific patches
Patch200:        mozilla-193-pkgconfig.patch
# Unable to install addons from https pages
Patch204:        rhbz-966424.patch

# Upstream patches
Patch300:        mozilla-837563.patch
Patch301:        mozilla-938730.patch

BuildRequires:	autoconf2.1
BuildRequires:	zlib-devel
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(libpng) >= 1.4.8
%if %_use_syshunspell
BuildRequires:	hunspell-devel
%endif
BuildRequires:	pkgconfig(vpx) >= 0.9.7
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xt)
BuildRequires:	startup-notification-devel >= 0.8
BuildRequires:	dbus-glib-devel
BuildRequires:	pkgconfig(libevent) >= 1.4.7
BuildRequires:	sqlite3-devel >= 3.7.7.1
BuildRequires:	gnome-vfs2-devel
BuildRequires:	pkgconfig(libgnome-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	java-rpmbuild
BuildRequires:	java-devel-openjdk
BuildRequires:	unzip
BuildRequires:	zip
BuildRequires:	doxygen
BuildRequires:	makedepend
BuildRequires:	valgrind
BuildRequires:	libiw-devel
BuildRequires:	valgrind-devel
BuildRequires:	rootcerts
BuildRequires:	python
BuildRequires:  nspr-devel >= 2:4.9.0
BuildRequires:  nss-devel >= 2:3.13.3
BuildRequires:  nss-static-devel >= 2:3.13.3
BuildRequires:	pango-devel
BuildRequires:	libalsa-devel
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(osmesa)
BuildRequires:	cairo-devel >= 1.10
BuildRequires:	yasm >= 1.0.1
BuildRequires:	pkgconfig(libproxy-1.0) >= 0.4.4
BuildRequires:	python-distribute
BuildRequires:	python-virtualenv
Requires:	%{libname} = %{version}-%{release}
Conflicts:	xulrunner < %{version}

%description
XULRunner is a Mozilla runtime package that can be used to
bootstrap XUL+XPCOM applications that are as rich as Firefox
and Thunderbird. It will provide mechanisms for installing,
upgrading, and uninstalling these applications. XULRunner will
also provide libxul, a solution which allows the embedding of
Mozilla technologies in other projects and products.

%package -n %{libname}
Summary:        Dynamic libraries for %{name}
Group:          System/Libraries
Conflicts:	xulrunner < %{version}
Obsoletes:	%{mklibname xulrunner 1.9.2} < %{version}-%{release}
Obsoletes:	%{mklibname xulrunner 29.0.1} < %{version}-%{release}
Requires:	rootcerts
# (tpg) manually pull dependancies on libnss3 and libnspr4, why ? see above
Requires:	%{nss_libname} >= 2:%{nss_version}
Requires:	%{nspr_libname} >= 2:4.9.0
# (salem) bug #42680 for noarch packages
Provides:	libxulrunner = %{version}-%{release}
Requires:	%{mklibname sqlite3_ 0} >= %{sqlite3_version}

%description -n %{libname}
Dynamic libraries for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Obsoletes:	xulrunner-devel < 1.9.2
Obsoletes:	%{mklibname mozilla-firefox -d} < 0:3
Obsoletes:	%{mklibname %{name}-unstable -d}
Provides:	%{name}-devel = %{version}-%{release}
# (tpg) see above why
Requires:	nss-devel >= 2:%{nss_version}

%description -n %{develname}
Development files and headers for %{name}.

%prep

%setup -qn mozilla-release
#%patch1  -p1
#patch2  -p2 -b .bld
%patch3  -p2 -b .arm
%patch17 -p1 -b .gcc47
%patch18 -p2 -b .jemalloc-ppc
%patch19 -p2 -b .s390-inlines
%patch20 -p1 -b .nss_detect
%patch200 -p2 -b .pk
%patch204 -p1 -b .966424
#patch300 -p1 -b .837563
#patch301 -p1 -b .938730

%build
# (gmoro) please dont enable all options by hand
# we need to trust firefox defaults
export MOZCONFIG=`pwd`/mozconfig
cat << EOF > $MOZCONFIG
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
#mk_add_options MOZ_MAKE_FLAGS="%{_smp_mflags}"
#mk_add_options MOZ_OBJDIR=@TOPSRCDIR@
mk_add_options MOZ_OBJDIR=`pwd`/objdir
ac_add_options --prefix="%{_prefix}"
ac_add_options --libdir="%{_libdir}"
ac_add_options --sysconfdir="%{_sysconfdir}"
ac_add_options --mandir="%{_mandir}"
ac_add_options --includedir="%{_includedir}"
ac_add_options --datadir="%{_datadir}"
ac_add_options --enable-application=xulrunner
ac_add_options --with-pthreads
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-libevent
ac_add_options --with-system-libvpx
ac_add_options --with-system-png
ac_add_options --with-system-bz2
ac_add_options --enable-system-sqlite
ac_add_options --enable-system-cairo
%if %_use_syshunspell
ac_add_options --enable-system-hunspell
%endif
%ifarch armv7hl
ac_add_options --with-arch=armv7-a
ac_add_options --with-float-abi=hard
ac_add_options --with-fpu=vfpv3-d16
ac_add_options --disable-elf-hack
%endif
%ifarch armv7l
ac_add_options --with-arch=armv7-a
ac_add_options --with-float-abi=soft
ac_add_options --with-fpu=vfpv3-d16
ac_add_options --disable-elf-hack
%endif
ac_add_options --disable-javaxpcom
ac_add_options --enable-pango
ac_add_options --enable-svg
ac_add_options --enable-canvas
ac_add_options --enable-crypto
ac_add_options --disable-crashreporter
ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --enable-optimize
ac_add_options --enable-jemalloc
ac_add_options --disable-wrap-malloc
ac_add_options --enable-valgrind
ac_add_options --disable-strip
ac_add_options --enable-install-strip
ac_add_options --enable-startup-notification
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --with-java-include-path=%{java_home}/include
ac_add_options --with-java-bin-path=%{java_home}/bin
ac_add_options --enable-image-encoder=all
ac_add_options --enable-image-decoders=all
ac_add_options --enable-places
ac_add_options --enable-storage
ac_add_options --enable-safe-browsing
ac_add_options --enable-url-classifier
ac_add_options --enable-gio
ac_add_options --disable-gnomevfs
ac_add_options --enable-gnomeui
ac_add_options --disable-faststart
ac_add_options --enable-smil
ac_add_options --disable-tree-freetype
ac_add_options --enable-canvas3d
ac_add_options --disable-coretext
ac_add_options --enable-extensions=default
ac_add_options --enable-necko-protocols=all
ac_add_options --disable-necko-wifi
ac_add_options --disable-tests
ac_add_options --disable-mochitest
ac_add_options --enable-xtf
ac_add_options --enable-wave
ac_add_options --enable-ogg
ac_add_options --enable-xpcom-fastload
ac_add_options --enable-dbus
ac_add_options --enable-libproxy
ac_add_options --enable-chrome-format=omni
ac_add_options --with-distribution-id=org.openmandriva
ac_add_options --enable-pulseaudio
ac_add_options --enable-xinerama
ac_add_options --disable-gstreamer
ac_add_options --disable-cpp-exceptions
EOF

# Mozilla builds with -Wall with exception of a few warnings which show up
# everywhere in the code; so, don't override that.
#
# Disable C++ exceptions since Mozilla code is not exception-safe
#
MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | sed -e 's/-Wall//' -e 's/-fexceptions/-fno-exceptions/g')
export CFLAGS="$MOZ_OPT_FLAGS"
export CXXFLAGS="$MOZ_OPT_FLAGS"
export PREFIX="%{_prefix}"
export LIBDIR="%{_libdir}"

MOZ_SMP_FLAGS=-j1
# On x86 architectures, Mozilla can build up to 4 jobs at once in parallel,
# however builds tend to fail on other arches when building in parallel.
%ifarch %{ix86} x86_64 %arm
[ -z "$RPM_BUILD_NCPUS" ] && \
     RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
[ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
[ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8
[ "$RPM_BUILD_NCPUS" -ge 16 ] && MOZ_SMP_FLAGS=-j16
%endif

export LDFLAGS="%{ldflags}"
make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS" MOZ_SERVICES_SYNC="1"

%install
# set up our prefs before install, so it gets pulled in to omni.jar
%{__cp} -p %{SOURCE1} objdir/dist/bin/defaults/pref/vendor.js

%makeinstall_std -C objdir STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0

# Link libraries in sdk directory instead of copying them:
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}-devel-%{version_internal}/sdk/lib/
for i in *.so; do
     rm $i
     ln -s %{mozappdir}/$i $i
done
popd

# Copy pc files needed by eclipse
%{__cp} %{buildroot}/%{_libdir}/pkgconfig/libxul.pc \
         %{buildroot}/%{_libdir}/pkgconfig/libxul-unstable.pc
%{__cp} %{buildroot}/%{_libdir}/pkgconfig/libxul-embedding.pc \
         %{buildroot}/%{_libdir}/pkgconfig/libxul-embedding-unstable.pc

# Don't install these in appdir
rm -f  %{buildroot}%{mozappdir}/LICENSE
rm -f  %{buildroot}%{mozappdir}/README.xulrunner

%if %_use_syshunspell
# Use the system hunspell dictionaries
rm -rf %{buildroot}%{mozappdir}/dictionaries
ln -s %{_datadir}/dict/mozilla %{buildroot}%{mozappdir}/dictionaries
%endif

# ghost files
mkdir -p %{buildroot}%{mozappdir}/components
touch %{buildroot}%{mozappdir}/components/compreg.dat
touch %{buildroot}%{mozappdir}/components/xpti.dat

mkdir -p %{buildroot}%{_sys_macros_dir}
cat <<FIN >%{buildroot}%{_sys_macros_dir}/%{name}.macros
# Macros from %{name} package
%%xulrunner_major            %{major}
%%xulrunner_version          %{version}
%%xulrunner_libname          %{libname}
%%xulrunner_mozappdir        %{mozappdir}
FIN

%files
%doc LICENSE README.txt
%dir %{mozappdir}
%{_bindir}/xulrunner

%files -n %{libname}
%dir %{mozappdir}
%{mozappdir}/chrome
%{mozappdir}/dictionaries
%dir %{mozappdir}/components
%ghost %{mozappdir}/components/compreg.dat
%ghost %{mozappdir}/components/xpti.dat
%{mozappdir}/components/*.so
%{mozappdir}/components/*.manifest
%{mozappdir}/*.manifest
%{mozappdir}/omni.ja
%{mozappdir}/*.so
%{mozappdir}/mozilla-xremote-client
%{mozappdir}/xulrunner
%{mozappdir}/xulrunner-stub
%{mozappdir}/platform.ini
%{mozappdir}/dependentlibs.list
%{mozappdir}/plugin-container

%files -n %{develname}
%{_includedir}/%{name}-%{ffver}
%{_libdir}/%{name}-devel-%{version_internal}
%{_libdir}/pkgconfig/*.pc
%{_datadir}/idl/%{name}-%{version_internal}
%{mozappdir}/js-gdb.py
%{_sys_macros_dir}/%{name}.macros

%changelog
* Fri Aug 15 2014 Tigro <ashejn@gmail.com> 31.0-2
+ Revision: 022a6a4
- install xulrunner to directory with version

* Tue Aug 12 2014 Tigro <ashejn@gmail.com> 31.0-2
+ Revision: c5b949a
- bump release

* Tue Aug 12 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 053f72a
- Obsolete xulrunner 29.0.1 library

* Mon Aug 11 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 6362252
- disable shared js

* Mon Aug 11 2014 Tigro <ashejn@gmail.com> 31.0-1
+ Revision: 0dc06b5
- update to 31.0

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 29.0.1-2
+ Revision: c4d5d05
- MassBuild#440: Increase release tag

* Fri Jun 06 2014 Tigro <ashejn@gmail.com> 29.0.1-1
+ Revision: a6e90e9
- update to 29.0.1

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.0-4
+ Revision: 80f9cd3
- MassBuild#430: Increase release tag

* Wed Nov 27 2013 Alex Burmashev <alex.burmashev@gmail.com> 16.0-3
+ Revision: 3ceffe4
- fixed BR

* Mon May 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 16.0-2
+ Revision: aa1d7ad
- Bump release and clean the spec after applying automated fixes to spec file

* Mon May 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 16.0-1
+ Revision: 7f68336
- Converted BRs to pkgconfig form

* Mon Oct 29 2012 alexander barakin aka sash-kan <alex@barak.in> 16.0-1
+ Revision: 7575671
- fix spec errors and patch content

* Mon Oct 29 2012 alexander barakin aka sash-kan <alex@barak.in> 16.0-1
+ Revision: 3cfe71c
- upgrade to 16.0.2

* Fri Oct 26 2012 alexander barakin aka sash-kan <alex@barak.in> 15.0-1
+ Revision: fc058a9
- xargs empty list patch

* Fri Oct 26 2012 alexander barakin aka sash-kan <alex@barak.in> 15.0-1
+ Revision: c4237ab
- remove xulrunner-bin from %files

* Fri Oct 26 2012 alexander barakin aka sash-kan <alex@barak.in> 15.0-1
+ Revision: 40cbb05
- xargs empty list patch

* Fri Oct 26 2012 alexander barakin aka sash-kan <alex@barak.in> 15.0-1
+ Revision: 84e6d2a
- upgrade to 15.0.1

* Fri Oct 26 2012 alexander barakin aka sash-kan <alex@barak.in> 15.0-1
+ Revision: e3dc5d5
- increase patch9 strip level

* Fri Oct 26 2012 alexander barakin aka sash-kan <alex@barak.in> 15.0-1
+ Revision: 99573a8
- typo in spec

* Thu Oct 25 2012 alexander barakin aka sash-kan <alex@barak.in> 
+ Revision: fd1c2f9
- use system virtualenv

* Thu Oct 25 2012 alexander barakin aka sash-kan <alex@barak.in> 15.0-1
+ Revision: da35d63
- add python-distribute to br, spec cleanup

* Tue Aug 28 2012 Alexander Khryukin <alexander@mezon.ru> 15.0-1
+ Revision: fd3d6a4
- firefox-13-fix-cairo-build.patch rediff

* Tue Aug 28 2012 Alexander Khryukin <alexander@mezon.ru> 15.0-1
+ Revision: e9b0708
- version update 15.0

* Mon Aug 20 2012 Alexander Khryukin <alexander@mezon.ru> 14.0.1-0.1
+ Revision: 87cc643
- %mandriva_branch macro removed

* Mon Aug 20 2012 Alexander Khryukin <alexander@mezon.ru> 14.0.1-0.1
+ Revision: e14ba20
- duplicate spec removed

* Mon Aug 20 2012 Alexander Khryukin <alexander@mezon.ru> 14.0.1-0.1
+ Revision: 0b7771e
- version update 14.0.1

* Wed Jul 25 2012 Rosa <rosa@rosa-build.rosalab.ru> 14.0.1-0.1
+ Revision: a36a40c
- Automatic import for version 14.0.1

* Thu Jun 21 2012 Rosa <rosa@rosa-build.rosalab.ru> 13.0.1-0.1
+ Revision: 5d1f41e
- Automatic import for version 13.0.1

* Sat Jun 16 2012 Rosa <rosa@rosa-build.rosalab.ru> 13.0-0.1
+ Revision: 8f938c0
- Automatic import for version 13.0

* Tue May 15 2012 Rosa <rosa@rosa-build.rosalab.ru> 12.0-0.1
+ Revision: 83a10b9
- Automatic import for version 12.0

* Wed Mar 28 2012 Andrew Lukoshko <andrew.lukoshko@rosalab.ru> 5.0-2
+ Revision: 338de71
- update system-png usage condition

* Wed Mar 28 2012 Andrew Lukoshko <andrew.lukoshko@rosalab.ru> 5.0-2
+ Revision: e29f3eb
- hardcode libpng BR

* Tue Mar 27 2012 Andrew Lukoshko <andrew.lukoshko@rosalab.ru> 5.0-2
+ Revision: 56411cf
- gtkmozembed compat

* Tue Mar 27 2012 Rosa <rosa@rosa-build.rosalab.ru> 11.0-0.1
+ Revision: 075dc5c
- Automatic import for version 11.0

* Fri Mar 16 2012 Rosa <rosa@rosa-build.rosalab.ru> 10.0.2-0.1
+ Revision: d21ebbe
- Automatic import for version 10.0.2

* Sat Feb 04 2012 root <root@build-client_i586.rosalab.ru> 5.0-1.3
+ Revision: b821ed5
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22255 |14mr|x-unikey-1.0.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		x-unikey
Summary:	A Vietnamese keyboard input system
Version:	1.0.4
Release:	8
Group:		System/Internationalization
URL:		http://unikey.sourceforge.net/linux.php
Source0:	http://downloads.sourceforge.net/unikey/%{name}-%{version}.tar.bz2
# Fix build with GCC 4.3 (missing include) - AdamW 2008/12
Patch0:		x-unikey-1.0.4-gcc43.patch
Patch1:		x-unikey-1.0.4-gcc44.patch
License:	LGPLv2+
Requires:	locales-vi
BuildRequires:	pkgconfig(x11)

%description
X-Unikey is Unikey ported to Linux and FreeBSD.
X-Unikey lets you type Vietnamese in X Window environment. It has been tested
with many popular programs, such as OpenOffice, emacs, vim, Qt applications,
GTK applications...
X-Unikey has all the features of the Windows version, except that its GUI is
still too simplified. All options are set through configuration file or
keyboard shortcuts.

%prep
%setup -q
%patch0 -p1 -b .gcc43
%patch1 -p1 -b .gcc44

%build
#configure --with-unikey-gtk (default: excluded)
export CFLAGS="%{optflags} -fPIC"
%configure2_5x
# (tv) fix build:
ln -fs /bin/true src/xim/install.sh
%make 

%install
rm -rf %{buildroot}
[[ -d doc/CVS ]] && rm -fr doc/CVS
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc AUTHORS CREDITS ChangeLog README* NEWS INSTALL doc/*
%{_bindir}/unikey
%{_bindir}/ukxim




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-8
+ Revision: d936db2
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22256 |14mr|xvidtune-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xvidtune
Version:	1.0.3
Release:	2
Summary:	Video mode tuner for X.org
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT
BuildRoot:	%{_tmppath}/%{name}-root

BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxxf86vm-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
Xvidtune is a client interface to the X server video mode extension
(XFree86-VidModeExtension).

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xvidtune
%{_datadir}/X11/app-defaults/Xvidtune
%{_mandir}/man1/xvidtune.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.3-2
+ Revision: ccccf50
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22257 |14mr|xvinfo-1.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xvinfo
Version: 1.1.2
Release: 2
Summary: Print out X-Video extension adaptor information

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xv) >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
Xvinfo prints out the capabilities of any video adaptors associated with the
display that are accesible through the X-Video extension.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xvinfo
%{_mandir}/man1/xvinfo.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.2-2
+ Revision: 05589f7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22258 |14mr|xwd-1.0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xwd
Version:	1.0.6
Release:	2
Summary:	Dump an image of an X window

Group:		Development/X11
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xkbfile)
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Xwd is an X Window System window dumping utility. Xwd allows X users to store
window images in a specially formatted dump file. This file can then be read by
various other X utilities for redisplay, printing, editing, formatting,
archiving, image processing, etc.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/xwd
%{_mandir}/man1/xwd.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.6-2
+ Revision: 465c789
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22259 |14mr|xwininfo-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xwininfo
Version: 1.1.3
Release: 2
Summary: Window information utility for X

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Xwininfo is a utility for displaying information about windows.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xwininfo
%{_mandir}/man1/xwininfo.*




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.3-2
+ Revision: 145ce62
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22260 |14mr|xwpick-2.20-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xwpick
Summary:	A X Window System screenshot grabber
Version:	2.20
Release:	22
License:	MIT
Group:		Graphics
BuildRequires:	imake 
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
Source0:	ftp://ftp.x.org/contrib/applications/%{name}-%{version}.tar.bz2
Source11:	%{name}-16.png
Source12:	%{name}-32.png
Source13:	%{name}-48.png

%description
The xwpick program allows you to choose an image or a rectangular piece
of an image from an X Window System window and then write the image to
a file in a variety of formats, incuding PostScript(TM), GIF, and PICT.

%prep
%setup -q

%build
xmkmf
perl -pi -e "s|CXXDEBUGFLAGS = .*|CXXDEBUGFLAGS = %{optflags}|" Makefile
perl -pi -e "s|CDEBUGFLAGS = .*|CDEBUGFLAGS = %{optflags}|" Makefile 
%make

%install
%{makeinstall_std} install.man

# icons
install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# Menu entry

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=Xwpick
Comment=Screenshot grabber
Exec=%{_bindir}/%{name} 
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Graphics;2DGraphics;
EOF

%clean

%files
%{_bindir}/%{name}
%{_mandir}/man1/xwpick.1*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.20-22
+ Revision: fa7deb8
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22261 |14mr|xwud-1.0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xwud
Version:	1.0.4
Release:	3
Summary:	Image displayer for X
Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Xwud is an X Window System image undumping utility. Xwud allows X
users to display in a window an image saved in a specially formatted
dump file, such as produced by xwd.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/xwud
%{_mandir}/man1/xwud.*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.4-3
+ Revision: de9b1b5
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22262 |14mr|xz-5.1.3-0.alpha.3.20140129.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define lname lzma
%define libname %mklibname %{lname} %{major}
%define devname %mklibname %{lname} -d

%bcond_with uclibc
%bcond_with dietlibc

%define gitdate 20140129

Summary:	XZ utils
Name:		xz
Version:	5.1.3
Release:	0.alpha.3.%{gitdate}.3
License:	Public Domain
Group:		Archiving/Compression
Url:		http://tukaani.org/xz/
Source0:	http://tukaani.org/xz/%{name}-%{version}alpha.tar.xz
Source1:	xzme
Patch0:		xz-5.1.3alpha-text-tune.patch
Patch1:		xz-5.1.3alpha-man-page-day.patch
# needed by check suite
BuildRequires:	diffutils
%if %{with uclibc}
BuildRequires:	uClibc-devel
%endif
%if %{with diet}
BuildRequires:	dietlibc-devel
%endif
%rename		lzma
%rename		lzma-utils

%description
XZ provides very high compression ratio and fast decompression. The
core of the XZ utils is Igor Pavlov's LZMA SDK containing the actual
LZMA encoder/decoder. LZMA utils add a few scripts which provide
gzip-like command line interface and a couple of other XZ related
tools. Also provides:

- Average compression ratio 30% better than that of gzip and 15%
  better than that of bzip2.
- Decompression speed is only little slower than that of gzip, being
  two to five times faster than bzip2.
- In fast mode, compresses faster than bzip2 with a comparable
  compression ratio.
- Achieving the best compression ratios takes four to even twelve
  times longer than with bzip2. However. this doesn't affect
  decompressing speed.
- Very similar command line interface than what gzip and bzip2 have.

%files -f %{name}.lang
%doc README THANKS
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Libraries for decoding XZ/LZMA compression
Group:		System/Libraries

%description -n	%{libname}
Libraries for decoding LZMA compression.

%files -n %{libname}
/%{_lib}/liblzma.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Devel libraries & headers for liblzma
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{lname}-devel = %{EVRD}
Provides:	lib%{lname}-devel = %{EVRD}

%description -n %{devname}
Devel libraries & headers for liblzma.

%files -n %{devname}
%{_includedir}/%{lname}.h
%dir %{_includedir}/%{lname}
%{_includedir}/%{lname}/*.h
%{_libdir}/*.so
%{_libdir}/*.a
%if %{with dietlibc}
%{_prefix}/lib/dietlibc/lib-%{_arch}/liblzma.a
%endif
%if %{with uclibc}
%{uclibc_root}%{_libdir}/liblzma.a
%endif
%{_libdir}/pkgconfig/lib%{lname}.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}alpha
%patch0 -p1 -b .text~
%patch1 -p1 -b .day~

%build
export CONFIGURE_TOP=`pwd`
mkdir objs
pushd objs
CFLAGS="%{optflags} -O3 -funroll-loops" \
%configure2_5x
%make
popd

%if %{with dietlibc}
mkdir objsdietlibc
pushd objsdietlibc
CFLAGS="-Os" CC="diet gcc" \
%configure2_5x	--disable-shared \
		--enable-static \
		--disable-xz \
		--disable-xzdec \
		--disable-lzmadec \
		--disable-lzmainfo \
		--disable-lzma-links \
		--disable-scripts
%make
popd
%endif

%if %{with uclibc}
mkdir objsuclibc
pushd objsuclibc
CFLAGS="%{uclibc_cflags}" LDFLAGS="%{?ldflags}" CC="%{uclibc_cc}" \
%configure2_5x	--disable-shared \
		--enable-static \
		--disable-xz \
		--disable-xzdec \
		--disable-lzmadec \
		--disable-lzmainfo \
		--disable-lzma-links \
		--disable-scripts

%make
popd
%endif

%install
%makeinstall_std -C objs

install -d %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/*.so.* %{buildroot}/%{_lib}/
rm -f %{buildroot}%{_libdir}/liblzma.so
ln -sr %{buildroot}/%{_lib}/liblzma.so.%{major} %{buildroot}%{_libdir}/liblzma.so

%if %{with uclibc}
install -D objsuclibc/src/liblzma/.libs/liblzma.a -D %{buildroot}%{uclibc_root}%{_libdir}/liblzma.a
%endif
%if %{with dietlibc}
install -D objsdietlibc/src/liblzma/.libs/liblzma.a -D %{buildroot}%{_prefix}/lib/dietlibc/lib-%{_arch}/liblzma.a
%endif

install -m755 %{SOURCE1} -D %{buildroot}%{_bindir}/xzme

%find_lang %{name}

%check
make check -C objs


%changelog
* Thu May 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.1.3-0.alpha.3.20140129.3
+ Revision: cbf9472
- Fix devel package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22263 |14mr|yajl-2.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git fee1ebe
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Name:		yajl
Version:	2.0.4
Release:	2
Summary:	Yet Another JSON Library
License:	ISC License
Group:		System/Libraries
Url:		http://lloyd.github.com/yajl/
Source0:	lloyd-%{name}-%{version}-0-g%{git}.tar.gz
BuildRequires:	doxygen
BuildRequires:	cmake
Requires:	%{libname} = %{EVRD}

%description
Yet Another JSON Library. YAJL is a small event-driven (SAX-style) JSON parser
written in ANSI C, and a small validating JSON generator. YAJL is released
under the ISC license.

%package -n %{libname}
Summary:	%{summary}
Provides:	lib%{name}

%description -n %{libname}
Yet Another JSON Library. YAJL is a small event-driven (SAX-style) JSON parser
written in ANSI C, and a small validating JSON generator. YAJL is released
under the ISC license.

%package -n %{devname}
Summary:	Development files for using %{name}
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development files for using %{name}

%prep
%setup -q -n lloyd-%{name}-%{git}

%build
%cmake
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std -C build

%__rm -f %{buildroot}%{_libdir}/*.a

%clean
%__rm -rf %{buildroot}

%files
%{_bindir}/json_reformat
%{_bindir}/json_verify

%files -n %{libname}
%{_libdir}/libyajl.so.*

%files -n %{devname}
%{_libdir}/libyajl.so
%{_includedir}/yajl
%{_datadir}/pkgconfig/yajl.pc




%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.0.4-2
+ Revision: cc39962
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22264 |14mr|yaml-0.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0
%define major 2
%define libname %mklibname %{name} %{api} %{major}
%define develname %mklibname %{name} -d

Summary:	YAML 1.1 parser and emitter written in C
Name:		yaml
Version:	0.1.4
Release:	2
License:	MIT
Group:		System/Libraries
URL:		http://pyyaml.org/wiki/LibYAML
Source0:	http://pyyaml.org/download/libyaml/%{name}-%{version}.tar.gz
BuildRequires:	doxygen

%description
LibYAML is a YAML 1.1 parser and emitter written in C.

%package -n	%{libname}
Summary:	YAML 1.1 parser and emitter written in C
Group:		System/Libraries

%description -n	%{libname}
This package contains the shared libraries for %{name}

%package -n	%develname
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
This package contains the devel %{libname} library and its header
files.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%doc README
%{_libdir}/lib*.so.%{major}*

%files -n %{develname}
%{_includedir}/*.h
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/yaml-0.1.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.4-2
+ Revision: 7996676
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22265 |14mr|yaml-cpp-0.3-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Name:		yaml-cpp-0.3
Version:	0.3.0
Release:	3
Summary:	A YAML parser and emitter for C++
Group:		Development/C++
License:	MIT
URL:		http://code.google.com/p/yaml-cpp/
Source0:	http://yaml-cpp.googlecode.com/files/yaml-cpp-%{version}.tar.gz
BuildRequires:	cmake

%description
yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec.

%package	-n %{libname}
Summary:	A YAML parser and emitter for C++
Group:		System/Libraries
License:	MIT
Obsoletes:	%{name} < 0.3.0

%description	-n %{libname}
yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec.

%package	-n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
License:	MIT
Obsoletes:	%{name}-devel < 0.3.0
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description	-n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -n yaml-cpp
# Fix eol
sed -i 's/\r//' license.txt

%build
# ask cmake to not strip binaries
%cmake -DYAML_CPP_BUILD_TOOLS=0
%make VERBOSE=1

%install
%makeinstall_std -C build

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%{_includedir}/yaml-cpp/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.0-3
+ Revision: e8f5641
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22266 |14mr|yaml-cpp-0.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.5
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Name:		yaml-cpp
Version:	0.5.1
Release:	3
Summary:	A YAML parser and emitter for C++
Group:		Development/C++
License:	MIT
Url:		http://code.google.com/p/yaml-cpp/
Source0:	http://yaml-cpp.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	boost-devel

%description
yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A YAML parser and emitter for C++
Group:		System/Libraries
Obsoletes:	%{name} < %{version}

%description -n %{libname}
yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	boost-devel
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 0.5

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%{_includedir}/yaml-cpp/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
# Fix eol
sed -i 's/\r//' license.txt

%build
# ask cmake to not strip binaries
%cmake -DYAML_CPP_BUILD_TOOLS=0
%make VERBOSE=1

%install
%makeinstall_std -C build


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.5.1-3
+ Revision: 7ef43db
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22267 |14mr|yasm-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Modular Assembler
Name:		yasm
Version:	1.2.0
Release:	2
License:	BSD
Group:		Development/Other
Url:		http://www.tortall.net/projects/yasm/
Source0:	http://www.tortall.net/projects/yasm/releases/%{name}-%{version}.tar.gz
BuildRequires:	xmlto
BuildRequires:	python-pyrex > 0.9.5.1
BuildRequires:  python-cython
BuildRequires:  python-devel
%if %{mdkversion} <= 200710
BuildRequires:	lzma
%endif
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Yasm is a complete rewrite of the NASM assembler under the "new" BSD
License (some portions are under other licenses, see COPYING for
details). It is designed from the ground up to allow for multiple
assembler syntaxes to be supported (eg, NASM, TASM, GAS, etc.) in
addition to multiple output object formats and even multiple
instruction sets. Another primary module of the overall design is an
optimizer module.

%package devel
Summary:	Development headers and files for %{name}
Group:		Development/C
Obsoletes:	%mklibname -d yasm 0
Requires:	%{name} = %{version}-%{release}

%description devel
Development headers and files for %{name}.

%package python
Summary:	Python bindings for %{name}
Group:		Development/Python
Requires:	%{name} = %{version}-%{release}

%description python
Python bindings for %{name}.

%prep
%setup -q -n %{name}-%{version}

%build
%ifnarch ix86
export CFLAGS="%{optflags} -fPIC"
%endif

%configure2_5x \
	--disable-rpath \
	--enable-python \
	--enable-python-bindings

%make

%install
rm -rf  %{buildroot}

%makeinstall_std

rm -f %{buildroot}%{_libdir}/yasm/*.a

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS
%{_bindir}/*
%{_mandir}/man1/yasm.1*
%{_mandir}/man7/yasm_arch.7*
%{_mandir}/man7/yasm_dbgfmts.7.*
%{_mandir}/man7/yasm_objfmts.7.*
%{_mandir}/man7/yasm_parsers.7.*

%files python
%defattr(-,root,root)
%{py_sitedir}/*

%files devel
%defattr(-,root,root)
%{_libdir}/lib*.a
%{_includedir}/libyasm
%{_includedir}/libyasm.h
%{_includedir}/libyasm-stdint.h



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.0-2
+ Revision: a883920
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22268 |14mr|yelp-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 0
%define libname         %mklibname %{name} %{lib_major}
%define develname      %mklibname -d %{name}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	GNOME 3 help browser
Name:		yelp
Version:	3.12.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://live.gnome.org/Yelp
Source0:	ftp://ftp.gnome.org/pub/gnome/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source1:	yelp.png

# https://bugzilla.gnome.org/show_bug.cgi?id=687957
Patch0: 0001-Don-t-steal-focus-optionally.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=687960
Patch1: 0001-Center-new-windows.patch

BuildRequires:	desktop-file-utils >= 0.19
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	sed
BuildRequires:	gettext-devel
BuildRequires:	libbzip2-devel
BuildRequires:	pkgconfig(gio-2.0) >= 2.25.11
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils) >= 0.19.1
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.91.8
BuildRequires:	pkgconfig(gtk+-unix-print-3.0)
BuildRequires:	pkgconfig(libexslt) >= 0.8.1
BuildRequires:	pkgconfig(liblzma) >= 4.9
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6.5
BuildRequires:	pkgconfig(libxslt) >= 1.1.4
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(webkitgtk-3.0) >= 1.3.2
BuildRequires:	pkgconfig(yelp-xsl) >= 3.12.0
BuildRequires:	pkgconfig(folks)

Requires:	gnome-doc-utils >= 0.19.1
Requires:	yelp-xsl >= 3.12.0
Requires:	man

%description
Help browser for GNOME 3 which supports docbook documents, info and man.

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n %{libname}
This package contains libraries used by the yelp help browser.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains header files and documentation for
the libraries in the yelp-libs package.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-debug \
	--disable-schemas-compile \
	--disable-rpath \
	--disable-static

%make

%install
%makeinstall_std

desktop-file-install \
	--remove-category="Application" \
	--add-only-show-in="GNOME" \
	--add-category="Documentation" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

install -Dpm644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/gnome-help.png

mkdir -p -m 755 %{buildroot}%{_datadir}/gnome/help

%find_lang %{name}

%files -f %{name}.lang
%doc README TODO AUTHORS NEWS
%{_bindir}/*
%{_datadir}/applications/*
%dir %{_datadir}/gnome/help
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/org.gnome.yelp.gschema.xml
%{_datadir}/pixmaps/gnome-help.png
%{_datadir}/yelp-xsl/xslt/common/domains/yelp.xml

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{lib_major}*

%files -n %{develname}
%{_libdir}/lib%{name}.so
%{_includedir}/lib%{name}
%doc %{_datadir}/gtk-doc/html/lib%{name}

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: 855a1ce
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22269 |14mr|yelp-tools-3.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		yelp-tools
Version:	3.12.1
Release:	2
Summary:	Create, manage, and publish documentation for Yelp
Group:		System/Internationalization
License:	GPLv2+
URL:		http://projects.gnome.org/yelp/
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildArch:	noarch

BuildRequires:	itstool
BuildRequires:	libxml2-utils
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(yelp-xsl)

Requires:	libxml2-utils
Requires:	yelp-xsl

%description
yelp-tools is a collection of scripts and build utilities to help create,
manage, and publish documentation for Yelp and the web. Most of the heavy
lifting is done by packages like yelp-xsl and itstool. This package just
wraps things up in a developer-friendly way.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS README
%{_bindir}/yelp-build
%{_bindir}/yelp-check
%{_bindir}/yelp-new
%{_datadir}/yelp-tools
%{_datadir}/aclocal/yelp.m4

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-2
+ Revision: 473a8c6
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22270 |14mr|yelp-xsl-3.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNOME XML documentation utilities
Name:		yelp-xsl
Version:	3.12.0
Release:	2

License:	LGPLv2+ and GPLv2+
Group:		Publishing
Url:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildArch:	noarch

BuildRequires:	libxslt-devel
BuildRequires:	libxslt-proc
BuildRequires:	intltool
BuildRequires:	itstool

%description
yelp-xsl is a collection of documentation utilities for the Gnome
project.  Notably, it contains utilities for building documentation and
all auxiliary files in your source tree, and it contains the DocBook
XSLT stylesheets that were once distributed with Yelp.


%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%doc AUTHORS README
%{_datadir}/%{name}
%{_datadir}/pkgconfig/%{name}.pc


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.0-2
+ Revision: 51dbdb7
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22271 |14mr|ykclient-2.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 3
%define libname	%mklibname ykclient %{major}
%define develname %mklibname -d ykclient

Summary:	Implements online validation of Yubikey OTPs
Name:		ykclient
Version:	2.12
Release:	3
Group:		System/Libraries
License:	BSD
URL:		http://opensource.yubico.com/yubico-c-client/
Source0:        http://opensource.yubico.com/yubico-c-client/releases/%{name}-%{version}.tar.gz
Source1:        http://opensource.yubico.com/yubico-c-client/releases/%{name}-%{version}.tar.gz.sig
BuildRequires:	autoconf automake libtool
BuildRequires:	chrpath
BuildRequires:	curl-devel
BuildRequires:	help2man 

%description
This is a library written in C to validate a Yubikey OTP against the Yubico
online server.

%package -n	%{libname}
Summary:	Implements online validation of Yubikey OTPs
Group:          System/Libraries
Obsoletes:	%{mklibname libyubikey-client 0}

%description -n	%{libname}
This is a library written in C to validate a Yubikey OTP against the Yubico
online server.

%package -n	%{develname}
Summary:	Static library and header files for the libykclientt library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Requires:	%{libname} >= %{version}
Obsoletes:	%{mklibname libyubikey-client -d}

%description -n	%{develname}
This is a library written in C to validate a Yubikey OTP against the Yubico
online server.
This package contains the static libyubikey-client library and its
header files.

%prep

%setup -q -n %{name}-%{version}

%build

%configure2_5x \
    --with-libcurl=%{_prefix}

%make

%check
make check

%install
rm -rf %{buildroot}

%makeinstall_std

# nuke rpath
chrpath -d %{buildroot}%{_bindir}/ykclient

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a

%files
%{_bindir}/ykclient

%files -n %{libname}
%doc AUTHORS ChangeLog NEWS README
%{_mandir}/man1/*
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.12-3
+ Revision: 9a0986d
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22272 |14mr|yodl-3.00.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Your Own Document Language
Name:		yodl
Version:	3.00.0
Release:	3
License:	GPLv3
Group:		Text tools
URL:		http://yodl.sourceforge.net
Source0:		http://downloads.sourceforge.net/project/yodl/%{name}/%{version}/%{name}_%{version}.orig.tar.gz
Prefix:		%{_prefix}
BuildRequires:	bison, flex, diffutils, groff-for-man, libtool, netpbm, python, texinfo, icmake
BuildRequires:	texlive-latex texlive-ntgclass texlive-epsf texlive-ec texlive-cm-super
BuildRequires:	texlive-scheme-medium
BuildRequires:	ghostscript

%description
Yodl is a package that implements a pre-document language and tools to
process it. The idea of Yodl is that you write up a document in a
pre-language, then use the tools (e. g. yodl2html) to convert it to some
final document language. Current converters are for HTML, ms, man, LaTeX
SGML and texinfo, plus a poor-man's text converter. Main document types are
"article", "report", "book" and "manpage". The Yodl document language is
designed to be easy to use and extensible.

%prep
%setup -q

%build
%setup_compile_flags
./build programs
./build man
./build manual
./build macros

%install
./build install programs %{buildroot}
./build install man %{buildroot}
./build install manual %{buildroot}
./build install macros %{buildroot}
mv -f %{buildroot}%{_docdir}/yodl-doc %{buildroot}%{_docdir}/%{name}

%files
%doc README.txt README.3.00.0
%{_bindir}/yodl*
%{_mandir}/man*/yodl*
%{_datadir}/%{name}/*.yo
%{_datadir}/%{name}/chartables/*.tables.yo
%{_datadir}/%{name}/xml/*.xml
%{_datadir}/%{name}/xlatin1.tex


%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.00.0-3
+ Revision: 1cba3cc
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22273 |14mr|youmagic-1.1.33.1212-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	VoIP application
Name:		youmagic
Version:	1.1.33.1212
Release:	4
License:	GPLv2+
Group:		Communications
Url:		http://www.youmagic.com
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	exosip-devel >= 3.1.0
BuildRequires:	gsm-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libosip2)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(ortp)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(speex)
Requires:	qt4-database-plugin-sqlite

%description
%{name} VoIP application provides probably the most affordable call rates.
Don't miss the opportunity to stay in touch with anybody you want.

%files
%{_bindir}/%{name}
%{_datadir}/%{name}-%{version}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
cmake . -DPROJECT=%{name}-%{version}
%make
ln -sf %{_datadir}/%{name}-%{version}/%{name}-%{version} %{name}

%install
install -d %{buildroot}%{_datadir}/%{name}-%{version}
cp %{name}-%{version} %{buildroot}%{_datadir}/%{name}-%{version}

install -d %{buildroot}%{_bindir}
cp -P -f %{name} %{buildroot}%{_bindir}
cp database.sql %{buildroot}%{_datadir}/%{name}-%{version}
cp -R QtDesktop/ %{buildroot}%{_datadir}/%{name}-%{version}
cp -R distribute/ %{buildroot}%{_datadir}/%{name}-%{version}

install -D -m 0644 distribute/youmagic.desktop %{buildroot}%{_datadir}/applications/youmagic.desktop

for N in 16 22 24 32 48 64 72 128;
do
install -D -m 0644 distribute/icons/$N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.33.1212-4
+ Revision: 914c545
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22274 |14mr|ypbind-1.37.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Rebuild with  '--with dbus' to enbale dbus/Netwrokmanager support
%bcond_with dbus

# Location where helper scripts are located
%define scripts_path /usr/lib/%{name}

Summary:	The NIS daemon which binds NIS clients to an NIS domain
Name:		ypbind
Version:	1.37.1
Release:	1
Epoch:		3
License:	GPLv2+
Group:		System/Servers
Url:		http://www.linux-nis.org/nis/ypbind-mt/index.html
Source0:	http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%version.tar.bz2
Source2:	yp.conf
Source3:	ypbind.service
Source4:	ypbind-pre-setdomain
Source5:	ypbind-post-waitbind
Patch0:		ypbind-mt-1.37.1-link-tirpc.patch
Patch1:		ypbind-mt-1.37.1-automake-1.13.patch
Patch2:		ypbind-1.11-gettextdomain.patch
Requires:	rpcbind
Requires:	yp-tools
BuildRequires:	gettext-devel
%if %{with dbus}
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(NetworkManager)
%endif
BuildRequires:	pkgconfig(libtirpc)

%description
The Network Information Service (NIS) is a system which provides
network information (login names, passwords, home directories, group
information) to all of the machines on a network.  NIS can enable
users to login on any machine on the network, as long as the machine
has the NIS client programs running and the user's password is
recorded in the NIS passwd database.  NIS was formerly known as Sun
Yellow Pages (YP).

This package provides the ypbind daemon.  The ypbind daemon binds NIS
clients to an NIS domain.  Ypbind must be running on any machines
which are running NIS client programs.

Install the ypbind package on any machines which are running NIS client
programs (included in the yp-tools package).  If you need an NIS server,
you'll also need to install the ypserv package to a machine on your
network.

%files -f %{name}.lang
%attr(755, root, root) /sbin/ypbind
%{_mandir}/*/*
%{_unitdir}/*
%{scripts_path}/*
%config(noreplace) %{_sysconfdir}/yp.conf
%dir /var/yp/binding
%doc README ChangeLog AUTHORS THANKS NEWS

%post
%systemd_post ypbind.service

%preun
%systemd_preun ypbind.service

#----------------------------------------------------------------------------

%prep
%setup -q -n ypbind-mt-%{version}
%apply_patches

%build
autoreconf -fi
%serverbuild
%configure2_5x \
%if %{with dbus}
	--enable-dbus-nm \
%else
	--disable-dbus-nm \
%endif
	--sbindir=/sbin
%make

%install
%makeinstall sbindir=%{buildroot}/sbin

mkdir -p %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/yp.conf
mkdir -p %{buildroot}/var/yp/binding

mkdir -p %{buildroot}%{_unitdir}
install -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/ypbind.service
mkdir -p %{buildroot}%{scripts_path}
install -m 755 %{SOURCE4} %{buildroot}%{scripts_path}/ypbind-pre-setdomain
install -m 755 %{SOURCE5} %{buildroot}%{scripts_path}/ypbind-post-waitbind

%find_lang %{name}


%changelog
* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:1.37.1-1
+ Revision: 9742268
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22275 |14mr|ypserv-2.29-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq '.*/bin/awk|.*/bin/gawk'

Summary:	The NIS (Network Information Service) server
Name:		ypserv
Version:	2.29
Release:	10
License:	GPLv2+
Group:		System/Servers
Url:		http://www.linux-nis.org/
Source0:	http://www.linux-nis.org/download/ypserv/%{name}-%{version}.tar.bz2
Source1:	ypserv.service
Source2:	yppasswdd.service
Source3:	ypxfrd.service
Patch0:		ypserv-2.10-makefile.patch
Patch1:		ypserv-2.29-tirpc.patch
Patch2:		ypserv-2.11-path.patch
Patch3:		ypserv-2.29-automake-1.13.patch
Patch6:		ypserv-2.5-nfsnobody2.patch
Patch11:	ypserv-2.13-ypxfr-zeroresp.patch
BuildRequires:	mawk
BuildRequires:	gdbm-devel
BuildRequires:	openslp-devel
BuildRequires:	pkgconfig(libtirpc)
Requires:	make
Requires:	mawk
Requires:	rpcbind
Requires(post,preun):	rpm-helper

%description
The Network Information Service (NIS) is a system which provides network
information (login names, passwords, home directories, group information)
to all of the machines on a network.  NIS can enable users to login on
any machine on the network, as long as the machine has the NIS client
programs running and the user's password is recorded in the NIS passwd
database.  NIS was formerly known as Sun Yellow Pages (YP).

This package provides the NIS server, which will need to be running on
your network.  NIS clients do not need to be running the server.

Install ypserv if you need an NIS server for your network.  You'll also
need to install the yp-tools and ypbind packages onto any NIS client
machines.

%files
%doc README INSTALL ChangeLog TODO NEWS
%doc etc/ypserv.conf etc/securenets etc/README.etc
%config(noreplace) %{_sysconfdir}/ypserv.conf
%config(noreplace) /var/yp/*
%{_unitdir}/*
%dir %{_libdir}/yp
%attr(755, root, root) %{_libdir}/yp/*
%attr(755, root, root) %{_sbindir}/*
%{_mandir}/*/*
%{_includedir}/*/*

%post
%_post_service ypserv
%_post_service yppasswdd
%_post_service ypxfrd

%preun
%_preun_service ypserv
%_preun_service yppasswdd
%_preun_service ypxfrd

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%serverbuild
cp etc/README etc/README.etc
%configure2_5x \
	--enable-checkroot \
	--enable-fqdn \
	--enable-yppasswd \
	--libexecdir=%{_libdir}/yp \
	--mandir=%{_mandir}
%make

%install
%makeinstall_std

install -m644 etc/ypserv.conf -D %{buildroot}%{_sysconfdir}/ypserv.conf
mkdir -p %{buildroot}%{_unitdir}
install -m755 %{SOURCE1} -D %{buildroot}%{_unitdir}/ypserv
install -m755 %{SOURCE2} -D %{buildroot}%{_unitdir}/yppasswdd
install -m755 %{SOURCE3} -D %{buildroot}%{_unitdir}/ypxfrd

%changelog
* Mon Jul 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.29-10
+ Revision: 0796c0a
- fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22276 |14mr|yp-tools-2.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	NIS (or YP) client programs
Name:		yp-tools
Version:	2.14
Release:	2
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.linux-nis.org/nis/
Source0:	http://www.linux-nis.org/download/yp-tools/yp-tools-%{version}.tar.bz2
# Not sent to upstream
Patch0:		yp-tools-2.11-shadow.patch
Patch3:		yp-tools-2.12-hash.patch
Patch4:		yp-tools-2.12-crypt.patch
Patch5:		yp-tools-2.12-adjunct.patch
BuildRequires:	pkgconfig(libtirpc)
Requires:	ypbind

%description
The Network Information Service (NIS) is a system which provides
network information (login names, passwords, home directories, group
information) to all of the machines on a network.  NIS can enable
users to login on any machine on the network, as long as the machine
has the NIS client programs running and the user's password is
recorded in the NIS passwd database.  NIS was formerly known as Sun
Yellow Pages (YP).

This package's NIS implementation is based on FreeBSD's YP and is a
special port for glibc 2.x and libc versions 5.4.21 and later.  This
package only provides the NIS client programs.  In order to use the
clients, you'll need to already have an NIS server running on your
network. An NIS server is provided in the ypserv package.

Install the yp-tools package if you need NIS client programs for machines
on your network.  You will also need to install the ypbind package on
every machine running NIS client programs.  If you need an NIS server,
you'll need to install the ypserv package on one machine on the network.

%files -f %{name}.lang
%doc AUTHORS COPYING README ChangeLog NEWS etc/nsswitch.conf
%doc THANKS TODO
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/*/*
%{_var}/yp/nicknames

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .shadow
%patch3 -p1 -b .hash
%patch4 -p1 -b .crypt
%patch5 -p1 -b .adjunct
#autoreconf -i -f

%build
%configure2_5x --disable-domainname
%make LIBS="-lnsl -ltirpc"

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.14-2
+ Revision: ccecb8f
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22277 |14mr|ytalk-3.3.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	ytalk
%define release	11
%define	version	3.3.0

Summary:	A chat program
Summary(de):	benutzt das Internet-Talk-Protokoll zum Erstellen von Multiuser-Chat-Sitzungen 
Summary(fr):	Utilise le protocole talk pour crer des discussions multi-utilisateurs
Summary(tr):	Talk protokolu kullanarak ikiden fazla kiinin konumasn salar
Name:		%{name}
Version: 	%{version}
Release: 	%{release}
License:	BSD
Group:		Networking/Chat
BuildRequires:	ncurses-devel
Source0:	http://www.impul.se/ytalk/%{name}-%{version}.tar.bz2
Source1:	ytalkrc
URL:		http://www.impul.se/ytalk/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The YTalk program is essentially a chat program for multiple users. YTalk works
just like the UNIX talk program and even communicates with the same talk
daemon(s), but YTalk allows for multiple connections (unlike UNIX talk). YTalk
also supports redirection of program output to other users as well as an
easy-to-use menu of commands.

Install the ytalk package if you need a chat program for multiple users.

%prep
%setup -q

%build
%configure2_5x
%make 

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README ChangeLog
%config(noreplace) %{_sysconfdir}/%{name}rc
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.3.0-11
+ Revision: cbaade3
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22278 |14mr|zapping-0.10-0.0.cvs6.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		zapping
Summary:	A TV viewer for GNOME
Version:	0.10
Release:	%mkrel 0.0.cvs6.10
License:	GPL
URL:		http://sourceforge.net/projects/zapping/
Group:		Video
#Source0:	http://osdn.dl.sourceforge.net/sourceforge/zapping/%{name}-%{version}.tar.bz2
Source0:	zapping-0.10cvs6.tar.bz2
Source11:	%{name}-16.png
Source12:	%{name}-32.png
Source13:	%{name}.png
Patch1:		zapping-0.7.1-lib64.patch
Patch2:		zapping-automake-1.13.patch
Patch3:         zapping-0.9.6-pam.patch
# taken from debian package
# http://bugs.debian.org/424502
Patch4:         zapping-0.9.6-shift.patch
Patch5:		zapping-0.10cvs6-libtool_fixes.diff
Patch6:		zapping-0.10cvs6-linkage.patch
Patch7:         zapping-0.10cvs6.libpng15.patch
Patch9:         zapping-0.10cvs6.zvbi.patch
Patch10:        zapping-0.10cvs6.lXext.patch
BuildRequires:	autoconf2.5
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	gettext-devel
BuildRequires:	intltool
BuildRequires:	libglade2.0-devel
BuildRequires:	libgnomeui2-devel
BuildRequires:	libtool
BuildRequires:	perl-XML-Parser
BuildRequires:	python-devel
BuildRequires:	scrollkeeper
BuildRequires:	usermode-consoleonly
BuildRequires:	zvbi-devel
BuildRequires:	libxmu-devel
Requires:	usermode 
Requires:	usermode-consoleonly

%description
Zapping is a TV viewer for GNOME that supports both Video4Linux 
and Video4Linux2. It's extensible through plugins based on GTK.

%prep

%setup -q -n %{name}-%{version}cvs6
%patch1 -p0 -b .lib64
%patch2 -p1 -b .automake13~
%patch3 -p1
%patch4 -p1
%patch5 -p1 -b .libtool_fixes
%patch6 -p0
%patch7 -p1
%patch9 -p1
%patch10 -p1

%build
sed -i -e 's,configure.in,configure.ac,g' configure.in
autoreconf -fi

%configure2_5x --disable-schemas-install
%make

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall_std} plugindir=%{_libdir}/zapping/plugins

perl -pi -e 's,zapping/gnome-television.png,gnome-television,g' %{buildroot}%{_datadir}/applications/*

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="Multimedia" \
  --remove-key="Version" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/applications/*

ln -sf consolehelper $RPM_BUILD_ROOT%{_bindir}/zapping_setup_fb
ln -sf zapping $RPM_BUILD_ROOT%{_bindir}/zapzilla

install -m644 %{SOURCE11} -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
install -m644 %{SOURCE12} -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png

%if %mdkversion < 200900
%post
%update_menus
%endif
  
%if %mdkversion < 200900
%postun
%clean_menus
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr (-,root,root)
%doc AUTHORS THANKS ChangeLog README README.plugins TODO BUGS
%doc plugins/alirc/README.alirc
%config(noreplace) %{_sysconfdir}/pam.d/zapping_setup_fb
%config(noreplace) %{_sysconfdir}/security/console.apps/zapping_setup_fb
%config(noreplace) %{_sysconfdir}/gconf/schemas/zapping.schemas
      #/home/tv/rpm/tmp/zapping-0.9.6-1mdk-buildroot/etc/pam.d/zapping_setup_fb
	   #  /home/tv/rpm/tmp/zapping-0.9.6-1mdk-buildroot/etc/security/console.apps/zapping_setup_fb

%{_bindir}/*
%{_sbindir}/*
%{_libdir}/zapping
%{_datadir}/applications/zapping.desktop
%{_datadir}/gnome/help/zapping
%{_datadir}/omf/zapping/zapping-C.omf
%{_datadir}/pixmaps/zapping
%{_datadir}/zapping
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_mandir}/*/*





%changelog
* Thu Sep 05 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 0.10-0.0.cvs6.10
+ Revision: dd8f2e5
- sync to cooker, fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22279 |14mr|zcip-4-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	zcip
%define	version	4
%define release 14

Summary:	Ad-hoc link-local IP autoconfiguration
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Patch0:		zcip-4-alias.patch
Patch1:		zcip-4-gcc3.patch
Patch2:     zcip-4-help.patch 
Patch3:     zcip-4-format_string.patch
License:	MIT
Group:		System/Configuration/Networking
URL:		http://zeroconf.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}buildroot
BuildRequires: net1.0-devel
BuildRequires: libpcap-devel

%description
This is an implementation of the ad-hoc link-local IP autoconfiguration
algorithm described in the IETF Draft "Dynamic Configuration of IPv4
link-local addresses".

%prep
%setup -q
%patch0 -p1 -b .alias
%patch1 -p1 -b .gcc3
%patch2 -p0
%patch3 -p0

%build
%make CFLAGS="%optflags -DSTORAGE_DIR=\\\"%{_localstatedir}/lib/zcip\\\"" LDFLAGS="%ldflags"

%install
rm -rf $RPM_BUILD_ROOT
install -m755 zcip -D %{buildroot}/sbin/zcip
install -m644 zcip.8 -D %{buildroot}%{_mandir}/man8/zcip.8
mkdir -p %{buildroot}%{_localstatedir}/lib/zcip

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README draft-ietf-zeroconf-ipv4-linklocal-07.txt Changelog Copyright TODO
/sbin/*
%{_mandir}/man8/*
%{_localstatedir}/lib/zcip





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4-14
+ Revision: 3ed26ce
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22280 |14mr|zd1211-firmware-1.4-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name zd1211-firmware
%define version 1.4
%define release 9

Summary: Firmware files for the ZD1211 chip
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://prdownloads.sourceforge.net/zd1211/%{name}-%{version}.tar.bz2
License: GPL
Group: System/Kernel and hardware
Url: http://sourceforge.net/projects/zd1211/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
This package contains the firmware files for the ZD1211 chip, which is
used in WLAN USB sticks.
The files are generated from C header files distributed in the
original ZyDAS ZD1211 driver under the GNU Public License.
The full source of the original ZYDAS driver is available from
http://www.deine-taler.de/zd1211/

%prep
%setup -q -n %{name}

%build

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/lib/firmware/zd1211
install -m644 zd1211* $RPM_BUILD_ROOT/lib/firmware/zd1211

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
/lib/firmware/zd1211/zd1211*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-9
+ Revision: 1c5cdfc
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22281 |14mr|zeitgeist-0.9.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2.0
%define major 0

%define libname         %mklibname %{name} %{api} %{major}
%define develname       %mklibname -d %{name} %{api}

Summary:	Event logging framework for the desktop
Name:		zeitgeist
Version:	0.9.14
Release:	3
Source0:	http://launchpad.net/%{name}/0.9/%{version}/+download/%{name}-%{version}.tar.xz
License:	LGPLv3
Group:		System/Libraries
Url:		http://launchpad.net/zeitgeist
BuildRequires:	python-devel
BuildRequires:	xapian-devel
BuildRequires:	intltool
BuildRequires:	raptor
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(telepathy-glib) >= 0.18.0
BuildRequires:	python-rdflib
BuildRequires:	vala-devel vala-tools
Requires:	pygtk2.0
Requires:	python-dbus
Requires:	python-storm

%description
Zeitgeist is an "Event Logging Framework" that provides cross
application awareness of the desktop's activities.

You worked on a file, but you cannot remember where you saved it? You
visited a web page about basketball three days ago, but you cannot
find the URL in your browser's history? No problem, this is where
Zeitgeist enters the scene. It knows a lot about your activities and
has a feature rich D-Bus API which allows GUI applications like
gnome-zeitgeist, zeitgeistfs and others to present you your
activities in a readable way.

%package -n %{libname}
Group:          System/Libraries
Summary:        Libs for zeitgeist
Obsoletes:      %{_lib}%{name} < %{version}-%{release}

%description -n %{libname}
This is a library to provide data to %{name}


%package -n %{develname}
Group:          Development/C
Summary:        Headers for %{name}
Requires:       %{libname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}
Obsoletes:      %{_lib}%{name}2-devel < %{version}-%{release}

%description -n %{develname}
This is a library to provide headers to the %{name}.


%prep
%setup -q
%apply_patches

%build
%configure2_5x --enable-fts
%make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig
rm -f %{buildroot}%{_mandir}/man1/%{name}-datahub.1*
rm -rf %{buildroot}%{_prefix}/doc/

%files
%doc AUTHORS NEWS
%{_sysconfdir}/xdg/autostart/*.desktop
%{_bindir}/%{name}*
%{py_puresitedir}/%{name}
%{_libdir}/zeitgeist-fts
%{_datadir}/%{name}
%{_datadir}/bash-completion/*
%{_datadir}/dbus-1/services/*
%{_mandir}/man1/%{name}*.1*

%files -n %{libname}
%{_libdir}/*.so.*
%{_libdir}/girepository-1.0/*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_datadir}/gir-1.0/*
%{_datadir}/pkgconfig/*.pc
%{_datadir}/vala

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.14-3
+ Revision: b14dc89
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22282 |14mr|zenity-3.12.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		zenity
Summary:	Call GNOME dialog boxes from the command line
Version:	3.12.1
Release:	2
License:	LGPLv2+
Group:		Development/GNOME and GTK+
URL:		ftp://ftp.gnome.org/pub/GNOME/sources/%{name}
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.12/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool itstool
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(libnotify) >= 0.6.1
BuildRequires:	pkgconfig(x11)

%description
Zenity allows you to display dialog boxes from the commandline and shell
scripts.

%prep
%setup -q

%build
%configure2_5x --disable-scrollkeeper
%make
										
%install
rm -rf %{buildroot} %{name}-0.1.lang

%makeinstall_std

%find_lang %{name}-0.1 --with-gnome --all-name

%files -f %{name}-0.1.lang
%doc AUTHORS COPYING HACKING NEWS README THANKS TODO
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-2
+ Revision: fdeda82
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22283 |14mr|zh-autoconvert-0.3.16-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.3.16

%define pkgname autoconvert
%define lib_major 0
%define libname %mklibname hz %{lib_major}
%define develname %mklibname -d hz

Summary:	Chinese HZ/GB/BIG5 encodings auto-converter
Name:		zh-autoconvert
Version:	%{version}
Release:	8
License:	GPL
Group:		System/Internationalization
URL:		http://banyan.dlut.edu.cn/~ygh/
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source0:	ftp://banyan.dlut.edu.cn/pub/PEOPLE/saka/%{pkgname}-%{version}.tar.gz
Patch0:		autoconvert-0.3.14-noxchat.patch
Obsoletes:	%{pkgname}
Provides:	%{pkgname} = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	locales-zh

%description
AutoConvert is an intelligent Chinese Encoding converter. It uses built-in
functions to judge the type of the input file's Chinese Encoding (such as
GB/Big5/HZ), then converts the input file to any type of Chinese Encoding
you want.  You can use autoconvert to automatically convert incoming e-mail
messages. It can also optionally handle the UNI/UTF7/UTF8 encoding.

%package	-n %{libname}
Summary:	Main libraries of %{name}
Group:		System/Libraries

%description	-n %{libname}
AutoConvert is an intelligent Chinese Encoding converter. It uses built-in
functions to judge the type of the input file's Chinese Encoding (such as
GB/Big5/HZ), then converts the input file to any type of Chinese Encoding
you want.  You can use autoconvert to automatically convert incoming e-mail
messages. It can also optionally handle the UNI/UTF7/UTF8 encoding.

%package	-n %{develname}
Summary:	Headers and development files of %{name}
Group:		Development/C
Obsoletes:	%{name}-devel %{libname}-devel
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libhz-devel = %{version}-%{release}
Requires:	%{libname} = %{version}

%description	-n %{develname}
AutoConvert is an intelligent Chinese Encoding converter. It uses built-in
functions to judge the type of the input file's Chinese Encoding (such as
GB/Big5/HZ), then converts the input file to any type of Chinese Encoding
you want.  You can use autoconvert to automatically convert incoming e-mail
messages. It can also optionally handle the UNI/UTF7/UTF8 encoding.
    

%prep
%setup -q -n %{pkgname}-%{version}
%patch0 -p1 -b .noxchat
perl -p -i -e 's|/usr/lib|%{_libdir}|g' Makefile
rm -rf doc/CVS

%build
make CFLAG='%optflags -Wall -Iinclude' CFLAGS='%optflags -Wall -I../include'

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif

%files
%defattr(-,root,root)
%doc doc/ ChangeLog GPL LICENSE Readme TODO Thanks 
%{_bindir}/autob5
%{_bindir}/autogb

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libhz.so.%{lib_major}*

%files -n %{develname}
%defattr(-,root,root)
%{_includedir}/zhstatis.h
%{_includedir}/hz.h
%{_libdir}/libhz.a
%{_libdir}/libhz.so



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.3.16-8
+ Revision: 17ddb5e
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22284 |14mr|zhcon-0.2.6-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define version 0.2.6
%define release 10

Summary:	Fast CJK console system
Name:		zhcon
Version:	%{version}
Release:	%{release}
License:	GPLv2+
URL:		http://zhcon.sf.net/
Group:		System/Internationalization
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

Source0:	http://ftp.debian.org/debian/pool/main/z/zhcon/zhcon_0.2.6.orig.tar.gz
Source1:	zhcon.sh
Patch0:		http://ftp.debian.org/debian/pool/main/z/zhcon/zhcon_0.2.6-4.1.diff.gz

# Patch1,2,3,4,5,6 from Fedora
Patch1: zhcon-0.2.6-flags.patch
Patch2: zhcon-0.2.6-path-define.patch
Patch3: zhcon-0.2.6-gcc43.patch
Patch4: zhcon-0.2.6-locale.patch
Patch5: zhcon-0.2.6-keyswitch.patch
Patch6: zhcon-0.2.6-processor-flags.patch

BuildRequires:	automake
BuildRequires:	gettext-devel
BuildRequires:	ncurses-devel
BuildRequires:	bison
BuildRequires:	gpm-devel

%description
Zhcon is a fast Linux Console which supports framebuffer device. It can
display Chinese, Japanese or Korean (CJK) double byte characters. Supported
language encodings include:
GB2312, GBK, BIG5, JIS and KSCM.
It can also use input methods (table based) from unicon.

%prep
%setup -q -n %name-%version
%patch0 -p1 -b .0.26
%patch1 -p1 -b .flags
%patch2 -p0 -b .path-define
%patch3 -p0 -b .gcc43
%patch4 -p0 -b .locale
%patch5 -p0 -b .keyswitch
%patch6 -p1 -b .processor-flags
iconv -f GB2312 -t UTF-8 ChangeLog -o ChangeLog.utf && mv -f ChangeLog.utf ChangeLog
( cd doc; tar -zxf html.tar.gz; chmod 755 manual)

%build
# exit if bootstrap fails
# missing config.rpath causes automake failure
sed -i -e 's|set -x|set -e -x|' bootstrap
touch config.rpath

./bootstrap
%configure2_5x
%make

%install
rm -rf ${RPM_BUILD_ROOT}
%makeinstall_std

install -m755 -D %SOURCE1 %buildroot/etc/profile.d/zhcon.sh

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README README.utf8 THANKS TODO doc/bpsf.txt doc/README.html
%{_sysconfdir}/profile.d/zhcon.sh
%lang(zh_CN) %doc doc/manual*
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(4755,root,root) %{_bindir}/%{name}
%{_datadir}/%{name}/



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.6-10
+ Revision: c342af9
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22285 |14mr|zip-3.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name zip
%define version 3.0
%define release 7
%define filever %(echo %version|sed s/\\\\\.//)

Name: %{name}
Summary: A file compression and packaging utility compatible with PKZIP
Version: %{version}
Release: %{release}
License: BSD-like
Group: Archiving/Compression
URL: http://www.info-zip.org/pub/infozip/
Source0: http://dfn.dl.sourceforge.net/sourceforge/infozip/%{name}%{filever}.zip
Patch0: zip-2.3-unforce-cflags.patch
Patch1: zip-2.3-noninteractivepassword+testencrypedfile.patch
Patch2: zip-3.0-format_not_a_string_literal_and_no_format_arguments.diff
Patch3: zip-3.0-LDFLAGS.diff
BuildRequires: bzip2-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The zip program is a compression and file packaging utility. Zip is analogous
to a combination of the UNIX tar and compress commands and is compatible with
PKZIP (a compression and file packaging utility for MS-DOS systems).

Install the zip package if you need to compress files using the zip program.

This version support crypto encryption.

%prep

%setup -q -n %{name}%{filever}
%patch0 -p1 -b .cflags
%patch1 -p0 -b .pass
%patch2 -p0 -b .format_not_a_string_literal_and_no_format_arguments
%patch3 -p0 -b .LDFLAGS

%build
make -ef unix/Makefile prefix=%{prefix} CC="gcc %{optflags} -D_FILE_OFFSET_BITS=64" LDFLAGS="%{ldflags}" generic_gcc

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1

%makeinstall -f unix/Makefile MANDIR=%{buildroot}%{_mandir}/man1 INSTALL=install

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root)
%doc BUGS CHANGES INSTALL README TODO WHATSNEW WHERE LICENSE
%attr(0755,root,root) %{_bindir}/*
%{_mandir}/man1/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0-7
+ Revision: f75c912
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22286 |14mr|zisofs-tools-1.0.8-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities to create compressed CD-ROM filesystems
Name:		zisofs-tools
Version:	1.0.8
Release:	9
License:	GPL
Group:		Archiving/Cd burning
URL:		http://www.kernel.org/pub/linux/utils/fs/zisofs/
Source0:	http://www.kernel.org/pub/linux/utils/fs/zisofs/%{name}-%{version}.tar.bz2
Source1:	http://www.kernel.org/pub/linux/utils/fs/zisofs/%{name}-%{version}.tar.bz2.sign
BuildRequires:	zlib-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Tools that, in combination with an appropriately patched version of
mkisofs, allow the creation of compressed CD-ROM filesystems.

%prep
%setup -q 

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
make install INSTALLROOT="$RPM_BUILD_ROOT"

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README zisofs.magic
%{_bindir}/mkzftree
%{_mandir}/man1/mkzftree.1*





%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.8-9
+ Revision: b6e3894
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22287 |14mr|zlib-1.2.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname	z
%define major 1
%define libname		%mklibname %{shortname}%{major}
%define biarchname	lib%{shortname}%{major}
%define develname	%mklibname %{shortname} -d
%define libminizip %mklibname minizip %{major}
%define minizip_devel %mklibname minizip -d

%define build_biarch 0
# Enable bi-arch build on x86-64
%ifarch x86_64
%define build_biarch 1
%endif
%define build_minizip 1

%bcond_with	uclibc
%bcond_with	dietlibc

Summary:	The zlib compression and decompression library
Name:		zlib
Version:	1.2.8
Release:	2
Group:		System/Libraries
License:	BSD
URL:		http://www.gzip.org/zlib/
Source0:	http://www.zlib.net/%{name}-%{version}.tar.gz
BuildRequires:	setarch
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.32-2
%endif
%if %{with dietlibc}
BuildRequires:	dietlibc-devel
%endif

%description
The zlib compression library provides in-memory compression and
decompression functions, including integrity checks of the uncompressed
data.  This version of the library supports only one compression method
(deflation), but other algorithms may be added later, which will have
the same stream interface.  The zlib library is used by many different
system programs.

%package -n	%{libname}
Summary:	The zlib compression and decompression library
Group:		System/Libraries
%rename		%{_lib}zlib1
%rename		%{name}
%rename		%{name}1

%description -n	%{libname}
The zlib compression library provides in-memory compression and
decompression functions, including integrity checks of the uncompressed
data.  This version of the library supports only one compression method
(deflation), but other algorithms may be added later, which will have
the same stream interface.  The zlib library is used by many different
system programs.

%if %{build_biarch}
%package -n	%{biarchname}
Summary:	The zlib compression and decompression library - biarch
Group:		System/Libraries
Conflicts:	zlib1 < 1.2.6-3

%description -n %{biarchname}
This package contains the zlib biarch library.
%endif

%if %{with uclibc}
%package -n	uclibc-%{libname}
Summary:	The zlib compression and decompression library linked against uClibc
Group:		System/Libraries
Conflicts:	zlib1 < 1.2.6-4

%description -n	uclibc-%{libname}
This package contains a version of the zlib library that's built against the
uClibc library.
%endif

%package -n	%{develname}
Summary:	Header files and libraries for developing apps which will use zlib
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
%rename		%{_lib}zlib-devel
%rename		%{name}-devel
%rename		%{name}1-devel

%description -n	%{develname}
The zlib-devel package contains the header files and libraries needed
to develop programs that use the zlib compression and decompression
library.

Install the zlib-devel package if you want to develop applications that
will use the zlib library.

%if %build_minizip
%package -n     %{libminizip}
Summary:        Minizip manipulates files from a .zip archive
Group:          System/Libraries

%description -n %{libminizip}
Minizip manipulates files from a .zip archive.

%package -n     %{minizip_devel}
Summary:        Development files for the minizip library
Group:          Development/C
Requires:       %{libminizip} = %{version}-%{release}
Requires:       zlib-devel = %{version}-%{release}
Provides:       libminizip-devel = %{version}-%{release}
Provides:       minizip-devel = %{version}-%{release}

%description -n %{minizip_devel}
This package contains the libraries and header files needed for
developing applications which use minizip.
%endif

%prep
%setup -q

#(peroyvind): be sure to remove -m64/-m32 flags as they're not overridable
RPM_OPT_FLAGS="`echo $RPM_OPT_FLAGS| sed -e 's/-m.. //g'` -O3"
mkdir objs
cp -a $(ls | grep -v objs) objs/
pushd objs
  CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="%{?ldflags}" \
%if %{build_biarch}
  CC="%{__cc} -m64" \
%endif
  ./configure --shared --prefix=%{_prefix} --libdir=%{_libdir}
  %make
  make test
popd

%if %build_minizip
pushd contrib/minizip
autoreconf --install
%configure --enable-static=no
%make
popd
%endif

%if %{build_biarch}
RPM_OPT_FLAGS_32=`linux32 rpm --eval %%optflags`
mkdir objs32
cp -a $(ls | grep -v objs) objs32/
pushd objs32
  CFLAGS="$RPM_OPT_FLAGS_32" LDFLAGS="%{?ldflags}" CC="%{__cc} -m32" \
  ./configure --shared --prefix=%{_prefix}
  %make
  make test
popd
%endif

%if %build_minizip
pushd contrib/minizip
%makeinstall_std
popd
%endif

%if %{with dietlibc}
mkdir objsdietlibc
pushd objsdietlibc
  CFLAGS="-Os" CC="diet gcc" \
  ../configure --prefix=%{_prefix}
  %make libz.a
popd
%endif

%if %{with uclibc}
mkdir objsuclibc
pushd objsuclibc
  CFLAGS="%{uclibc_cflags}" LDFLAGS="%{?ldflags}" CC="%{uclibc_cc}" \
  ../configure --shared --prefix=%{_prefix}
  %make
popd
%endif

%install
install -d %{buildroot}/%{_prefix}
install -d %{buildroot}/%{_libdir}

make install -C objs prefix=%{buildroot}%{_prefix} libdir=%{buildroot}%{_libdir}
%if %{build_biarch}
make install-libs -C objs32 prefix=%{buildroot}%{_prefix}
%endif

install -d %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/*.so.* %{buildroot}/%{_lib}/
ln -s ../../%{_lib}/libz.so.%{version} %{buildroot}%{_libdir}/

%if %build_minizip
pushd contrib/minizip
%makeinstall_std
popd
%endif

%if %{build_biarch}
install -d %{buildroot}/lib
mv %{buildroot}%{_prefix}/lib/*.so.* %{buildroot}/lib/
ln -s ../../lib/libz.so.%{version} %{buildroot}%{_prefix}/lib/
# MD there should be no reason the 32bit devel files should be pkgd
rm -f %{buildroot}%{_prefix}/lib/*.a \
	%{buildroot}%{_prefix}/lib/*.so \
	%{buildroot}%{_prefix}/lib/pkgconfig/zlib.pc
%endif

%if %{with dietlibc}
install -m644 objsdietlibc/libz.a -D %{buildroot}%{_prefix}/lib/dietlibc/lib-%{_arch}/libz.a
%endif

%if %{with uclibc}
install -m644 objsuclibc/libz.a -D %{buildroot}%{uclibc_root}%{_libdir}/libz.a
make install-libs-only -C objsuclibc prefix=%{buildroot}%{uclibc_root} libdir=%{buildroot}%{uclibc_root}%{_libdir}
%endif

%files -n %{libname}
%doc README
/%{_lib}/libz.so.%{major}*
%{_libdir}/libz.so.%{major}*
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libz.so.%{major}*
%endif

%if %{build_biarch}
%files -n %{biarchname}
/lib/libz.so.*
%{_prefix}/lib/libz.so.%{major}*
%endif

%if %{with uclibc}
%files -n uclibc-%{libname}
%{uclibc_root}%{_libdir}/libz.so.%{major}*
%endif

%files -n %{develname}
%doc README ChangeLog doc/algorithm.txt
%{_mandir}/man3/zlib.3*
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/zlib.pc
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libz.so
%endif
%{_includedir}/*
%if %{with dietlibc}
%{_prefix}/lib/dietlibc/lib-%{_arch}/libz.a
%endif
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libz.a
%endif
%if %build_minizip
%exclude %{_libdir}/libminizip.so
%exclude %{_includedir}/minizip
%endif

%if %build_minizip
%files -n %{libminizip}
%{_libdir}/libminizip.so.%{major}*

%files -n %{minizip_devel}
%{_libdir}/pkgconfig/minizip.pc
%{_libdir}/libminizip.so
%{_includedir}/minizip/*
%endif

%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.2.8-2
+ Revision: b4bde75
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22288 |14mr|zsh-5.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	A shell with lots of features
Name:		zsh
Version:	5.0.2
Release:	2
Epoch:		1
License:	BSD-like
Group:		Shells
Url:		http://www.zsh.org
Source0:	http://www.zsh.org/pub/%{name}-%{version}.tar.bz2
Source1:	http://www.zsh.org/pub/%{name}-%{version}-doc.tar.bz2
Source2:	zcfg-mdk.tar.bz2
Source3:	http://zsh.dotsrc.org/Guide/zshguide.tar.gz
Source4:	zsh.urpmi_comp
Patch0:		zsh-5.0.2-texinfo-5.x.patch
BuildRequires:	groff
BuildRequires:	texinfo
BuildRequires:	yodl
BuildRequires:	gdbm-devel
BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(ncurses)
Requires(post,postun):	rpm-helper
Provides:	/bin/zsh
Provides:	/usr/bin/zsh

%description
Zsh is a UNIX command interpreter (shell) usable as an
interactive login shell and as a shell script command
processor. Of the standard shells, zsh most closely resembles
ksh but includes many enhancements. Zsh has command-line editing,
built-in spelling correction, programmable command completion,
shell functions (with autoloading), a history mechanism, and a
lots of other features

Install the zsh package if you'd like to try out a different shell.

%files
%doc docroot/README NEWS
%config(noreplace) %{_sysconfdir}/z*
/bin/%{name}
%{_mandir}/man1/*.1*
%{_infodir}/*.info*
%dir %{_datadir}/zsh
%dir %{_datadir}/zsh/%{version}/
%{_datadir}/zsh/%{version}/functions
%{_datadir}/zsh/%{version}/scripts
%{_datadir}/zsh/%{version}/zshrc_default
%dir %{_libdir}/zsh
%{_libdir}/zsh/%{version}/
%{_datadir}/zsh/site-functions/

%post
%_post_shelladd /bin/zsh

%preun
%_preun_shelldel /bin/zsh

#----------------------------------------------------------------------------

%package doc
Summary:	The doc package of zsh
Group:		Books/Computer books

%description doc
Zsh is a UNIX command interpreter (shell) usable as an
interactive login shell and as a shell script command
processor. Of the standard shells, zsh most closely resembles
ksh but includes many enhancements. Zsh has command-line editing,
built-in spelling correction, programmable command completion,
shell functions (with autoloading), a history mechanism, and a
lots of other features

This package include doc guid examples and manual for zsh.

%files doc
%doc docroot/Documentation/ docroot/Examples/ docroot/Info_html/
%doc docroot/StartupFiles/ docroot/Zsh_Guide ChangeLog* LICENCE

#----------------------------------------------------------------------------

%prep
%setup -q -a 2 -a 1
%apply_patches

mv %{name}-%{version}/Doc/* Doc/
install -m 0644 %{SOURCE4}  Completion/Mandriva/Command/_urpmi

# remove temporary files
find | grep '~$' | xargs rm -f
perl -pi -e 's|/usr/local/bin/|%{_bindir}/|' Functions/Misc/{run-help,checkmail,zcalc}

%build
# check for tcsetpgrp fails with "configure: error: no controlling tty" when
# building by bot; force tcsetpgrp
%configure2_5x \
	--enable-etcdir=%{_sysconfdir} \
	--enable-function-subdirs \
%ifarch sparc
	--disable-lfs \
%endif
	--enable-pcre \
	--with-tcsetpgrp
make all

%install
%makeinstall_std
make install.info DESTDIR=%{buildroot}

# copy Mandriva Configuration files
mkdir -p %{buildroot}/{bin,etc}
cp -a zcfg/etc/z* %{buildroot}%{_sysconfdir}
cp -a zcfg/share/zshrc_default %{buildroot}%{_datadir}/zsh/%{version}/zshrc_default

# this prevents RPM helper from adding dependency on /usr/bin/zsh
find %{buildroot}%{_datadir}/zsh/%{version} -type f -exec chmod 0644 '{}' \;

# Backward compatibilie should be removed in the others times.
pushd %{buildroot}/bin && {
    mv ..%{_bindir}/zsh ./zsh
} && popd

# zshall.1 includes all other man pages which does not work with compressed
# files. Generate full contents here
pushd %{buildroot}%{_mandir} && {
	/usr/bin/soelim man1/zshall.1 > zshall-full
	mv zshall-full man1/zshall.1
	popd
}

rm -f %{buildroot}%{_bindir}/zsh-%{version}

# Copy documentation
rm -rf docroot
mkdir -p docroot/{Info_html,Examples,Documentation}/

cp -a README docroot/
cp -a Functions/Misc/* Misc/* Util/* docroot/Examples/
cp -a ChangeLog* docroot/Documentation
cp -a StartupFiles docroot/
cp -a Etc/* docroot/Documentation
cp -a Doc/*html docroot/Info_html/

mkdir -p docroot/Zsh_Guide
tar xzf %{SOURCE3} -C docroot/Zsh_Guide
( cd docroot/Zsh_Guide/zshguide/ ; make )  
mv docroot/Zsh_Guide/zshguide/*html docroot/Zsh_Guide/
rm -Rf docroot/Zsh_Guide/zshguide/

# Doc
rm -f docroot/{StartupFiles/.distfiles,Examples/{Makefile*,*.yo},Documentation/{Makefile*,*.yo}}
find docroot/ -name 'Makefile*' -o -name '.yo'|xargs rm -f
find docroot/ -type f|xargs perl -pi -e 's@^#!%{_prefix}/local/bin/(perl|zsh)@#!%{_bindir}/\1@'
mv docroot/Examples/compctl-examples docroot/StartupFiles


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:5.0.2-2
+ Revision: d19b72a
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22289 |14mr|zvbi-0.2.33-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %{name} 0
%define develname %mklibname %{name} -d

Name:		zvbi
Version:	0.2.33
Release:	10
Summary:	Raw VBI, Teletext and Closed Caption decoding library
License:	GPL
Group:		Video
Url:		http://zapping.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/zapping/%name-%version.tar.bz2
Patch0:		zvbi-0.2.31-linkage_fix.diff
Patch2:		zvbi-0.2.7-fix-build.patch
Patch3:		zvbi-0.2.33-include_stat_h.patch
Patch4:		zvbi-0.2.33-libpng15.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(libpng)
BuildRequires:	doxygen
BuildRequires:	gettext-devel
Requires:	gettext >= 0.10.36

%description
Non versionated files of zvbi, mainly libzvbi0 translations

%package -n %{libname}
Summary:	Raw VBI, Teletext and Closed Caption decoding library
Group:		Video

%description -n %{libname}
VBI stands for Vertical Blanking Interval, a gap between the image
data transmitted in an analog video signal. This gap is used to
transmit AM modulated data for various data services like Teletext and
Closed Caption.

The zvbi library provides routines to:
* read from raw VBI sampling devices (both V4L and V4L2 API are supported),
* a versatile raw vbi bit slicer,
* decoders for various data services and basic search,
* demodulate raw to sliced VBI data,
* interpret the data of several popular services.
* render and export functions for text pages.

The library is the vbi decoding backbone of the Zapping Gnome TV viewer
and Zapzilla Teletext browser.

%package -n %{develname}
Summary:	Header files for developing apps which will use libzvbi
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel

%description -n %{develname}
Header files and static library of bzip2 functions, for developing apps which
will use the zvbi library (aka libzvbi)

%prep
%setup -q
%patch0 -p1 -b .linkage_fix
%patch2 -p0 -b .build
%patch3 -p1 -b .stat
%patch4 -p1 -b .libpng15~

%build
autoreconf -fi

%configure2_5x
# gtkdoc fix:
cp /usr/share/gtk-doc/data/gtkdoc-common.pl doc/
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc COPYING
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_sbindir}/*
%{_mandir}/man1/*


%files -n %{libname}
%doc AUTHORS COPYING NEWS README
%{_libdir}/libzvbi*.so.*

%files -n %{develname}
%defattr(644,root,root,755)
%doc BUGS ChangeLog COPYING TODO doc/html
%{_libdir}/lib*.so
%{_libdir}/lib*.a
%{_libdir}/pkgconfig/*
%{_includedir}/libzvbi.h


%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.2.33-10
+ Revision: 682757c
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22290 |14mr|zziplib-0.13.60-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ZZipLib - libZ-based ZIP-access Library
Name:		zziplib
%define	major	0
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname -d %{name}
Version:	0.13.60
Release:	6
License:	LGPL
Group:		System/Libraries
URL:		http://zziplib.sf.net
Source0:	http://prdownloads.sourceforge.net/zziplib/%{name}-%{version}.tar.bz2
Patch0:		zziplib-0.13.6-gcc46.patch
BuildRequires:	autoconf >= 2.54
BuildRequires:	automake
BuildRequires:	zlib-devel >= 1.1.4
# OE: python and pkgconfig is required for making the docs
BuildRequires:	python >= 2.3
BuildRequires:	pkgconfig
BuildRequires:	multiarch-utils >= 1.0.3
BuildRequires:	zip
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
zziplib provides read access to zipped files in a zip-archive,
using compression based solely on free algorithms provided by zlib.
zziplib provides an additional API to transparently access files
being either real files or zipped files with the same filepath argument.
This is handy to package many files being shared data into a single
zip file - as it is sometimes used with gamedata or script repositories.
The library itself is fully multithreaded, and it is namespace clean
using the zzip_ prefix for its exports and declarations.

%package -n     %{libname}
Summary:	ZZipLib - libZ-based ZIP-access Library
Group:		System/Libraries
Obsoletes:	%{name}
Provides:	%{name}
%rename		zziplib0

%description -n	%{libname}
zziplib provides read access to zipped files in a zip-archive,
using compression based solely on free algorithms provided by zlib.
zziplib provides an additional API to transparently access files
being either real files or zipped files with the same filepath argument.
This is handy to package many files being shared data into a single
zip file - as it is sometimes used with gamedata or script repositories.
The library itself is fully multithreaded, and it is namespace clean
using the zzip_ prefix for its exports and declarations.

%package -n     %{devname}
Summary:	ZZipLib - Development Files
Group:		Development/Other
%rename		zziplib0-devel
Obsoletes:	%{name}-devel
Provides:	%{name}-devel = %{version}
Requires:	%{libname} = %{version}-%{release}
Requires:	pkgconfig

%description -n	%{devname}
zziplib provides read access to zipped files in a zip-archive,
using compression based solely on free algorithms provided by zlib.
these are the header files needed to develop programs using zziplib.
there are test binaries to hint usage of the library in user programs.

%prep
%setup -q
%patch0 -p0

# perl path fix
find -type f | xargs perl -pi -e "s|/usr/local/bin/perl|%{_bindir}/perl|g"

%build
autoreconf -fi
%configure2_5x
%make

%check
make check

%install
rm -rf %{buildroot}

%makeinstall_std

%multiarch_includes %{buildroot}%{_includedir}/zzip/_config.h

%multiarch_includes %{buildroot}%{_includedir}/zzip/_msvc.h

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%doc ChangeLog README docs/COPYING*
%{_libdir}/libzzip*-*.so.*

%files -n %{devname}
%defattr(-,root,root)
%doc docs/README* docs/*.html ChangeLog README TODO
%{_bindir}/unzzip*
%{_bindir}/zz*
%{_bindir}/unzip-mem
%{_libdir}/libzzip*.so
%{_libdir}/libzzip*.a
%dir %{multiarch_includedir}/zzip
%{multiarch_includedir}/zzip/_config.h
%{multiarch_includedir}/zzip/_msvc.h
%{_includedir}/*.h
%dir %{_includedir}/zzip
%{_includedir}/zzip/*.h
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/*.m4
%{_mandir}/man3/*



%changelog
* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.13.60-6
+ Revision: a3c6a55
- MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22291 |14mu|a2ps-4.14-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Converts text and other types of files to PostScript(TM)
Name:		a2ps
Version:	4.14
Release:	15
License:	GPLv3+
Group:		Publishing
Url:		http://www.gnu.org/software/a2ps/
Source:		http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz
Patch1:		a2ps-4.14-enable-display.patch
Patch2:		a2ps-4.14-fix-str-fmt.patch
# Ensure the paper size is properly modified upon locale (from fedora)
Patch3:		a2ps-4.14-glibcpaper.patch
Patch4:		a2ps-4.14-texinfo-5.x.patch
# Security enhancement (from fedora)
Patch5:		a2ps-4.14-security.patch

BuildRequires:	bison
BuildRequires:	emacs-bin
BuildRequires:	flex
BuildRequires:	gettext
BuildRequires:	gperf
BuildRequires:	groff-perl
BuildRequires:	html2ps
BuildRequires:	imagemagick
BuildRequires:	mawk
BuildRequires:	psutils
BuildRequires:	tetex-dvips
BuildRequires:	tetex-latex
BuildRequires:	texinfo

Requires:	binutils
Requires:	file
Requires:	groff-perl
Requires:	imagemagick
Requires:	psutils

%description
The a2ps filter converts text and other types of files to PostScript(TM).
a2ps has pretty-printing capabilities and includes support for a wide
number of programming languages, encodings (ISO Latins, Cyrillic, etc.),
and medias.

%files -f %{name}.lang
%defattr(644,root,root,755)
%config(noreplace) %{_sysconfdir}/a2ps.cfg
%config(noreplace) %{_sysconfdir}/a2ps-site.cfg
%doc AUTHORS NEWS README TODO THANKS
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_datadir}/%{name}/afm/make_fonts_map.sh
%{_infodir}/a2ps.info*
%{_infodir}/ogonkify.info*
%{_infodir}/regex.info*
%{_mandir}/man1/*
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/README
%{_datadir}/%{name}/afm/*.afm
%{_datadir}/%{name}/afm/*.map
%{_datadir}/%{name}/encoding/
%{_datadir}/%{name}/fonts/
%{_datadir}/%{name}/ppd/
%{_datadir}/%{name}/ps/
%{_datadir}/%{name}/sheets/
%{_datadir}/ogonkify/
%{_datadir}/emacs/site-lisp/a2ps-print.el
%{_datadir}/emacs/site-lisp/a2ps.el
%{_datadir}/emacs/site-lisp/*.elc

%post
# Adapt /usr/share/a2ps/afm/fonts.map to the current system environment
( cd %{_datadir}/%{name}/afm/
  ./make_fonts_map.sh > /dev/null 2>&1
  mv -f fonts.map.new fonts.map
)

#----------------------------------------------------------------------------

%package devel
Summary:	Include files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
The a2ps filter converts text and other types of files to PostScript(TM).
A2ps has pretty-printing capabilities and includes support for a wide
number of programming languages, encodings (ISO Latins, Cyrillic, etc.),
and medias.

This package holds include files.

%files devel
%defattr(644,root,root,755)
%doc ChangeLog
%{_includedir}/*

#----------------------------------------------------------------------------

%package static-devel
Summary:	Static libraries for %{name}
Group:		Development/Other
Requires(pre):	%{name}-devel = %{EVRD}

%description static-devel
The a2ps filter converts text and other types of files to PostScript(TM).
A2ps has pretty-printing capabilities and includes support for a wide
number of programming languages, encodings (ISO Latins, Cyrillic, etc.),
and medias.

This package holds static libraries.

%files static-devel
%defattr(644,root,root,755)
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .enable-display~
%patch2 -p0 -b .str~
%patch3 -p1 -b .glibcpaper~
%patch4 -p1 -b .texi~
%patch5 -p1 -b .security~

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Fri Nov 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14-15
+ Revision: 627a442
- Add patch for Texinfo 5.x support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22292 |14mu|abattis-cantarell-fonts-0.0.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname		cantarell-fonts
%define fontconf	31-cantarell.conf

%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Cantarell, a Humanist sans-serif font family
Name:		abattis-%{oname}
Version:	0.0.16
Release:	1
License:	OFL
Group:		System/Fonts/True type
Url:		http://abattis.org/cantarell/
Source0: 	http://ftp.gnome.org/pub/GNOME/sources/cantarell-fonts/%{url_ver}/%{oname}-%{version}.tar.xz
BuildArch:	noarch
BuildRequires:	fontforge

%description
Cantarell is a set of fonts designed by Dave Crossland. It is a 
sans-serif humanist typeface family.

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x
%make

#create fonts from "source"
fontforge -lang=ff -c 'Open($1); Generate($2);' src/Cantarell-Bold.sfd Cantarell-Bold.otf
fontforge -lang=ff -c 'Open($1); Generate($2);' src/Cantarell-Regular.sfd Cantarell-Regular.otf

%install
rm -rf %{buildroot}
install -m 0755 -d %{buildroot}%{_datadir}/fontconfig/conf.avail
install -m 0755 -d %{buildroot}%{_xfontdir}/%{name}
install -m 0755 -d %{buildroot}%{_sysconfdir}/fonts/conf.d

install -m 0644 -p *.otf %{buildroot}%{_xfontdir}/%{name}
install -Dpm 0644 fontconfig/%{fontconf} \
        %{buildroot}%{_datadir}/fontconfig/conf.avail

ln -s %{_datadir}/fontconfig/conf.avail/%{fontconf} \
      %{buildroot}%{_sysconfdir}/fonts/conf.d/%{fontconf}

%files
%doc COPYING NEWS README
%{_sysconfdir}/fonts/conf.d/%{fontconf} 
%{_datadir}/fontconfig/conf.avail/%{fontconf}
%{_xfontdir}/%{name}/*.otf


%changelog
* Fri Jan 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.16-1
+ Revision: 3616ecb
- Updated to 0.0.16



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22293 |14mu|abf-console-client-2.8.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           abf-console-client
Version:        2.8.9
Release:        1
Summary:        Console client for ABF (https://abf.rosalinux.ru)
Group:          System/Configuration/Packaging
License:        GPLv2
Url:            http://wiki.rosalab.ru/en/index.php/ABF_Console_Client
Source0:        https://abf.io/soft/abf-console-client/archive/%{name}-v%{version}.tar.gz
BuildArch:      noarch

Requires:       python-abf >= %{version}-%{release}
Requires:       python-beaker
Requires:       python-rpm
Requires:       git-core
Requires:       python-yaml
Requires:       python-magic
Requires:       tar >= 1.26
Requires:       wget
Suggests:		rpm-build
Suggests:       mock-urpm
Provides:       abf = %{EVRD}
Provides:       abfcc = %{EVRD}
Provides:       abf-c-c = %{EVRD}

%description
Console client for ABF (https://abf.rosalinux.ru).


%package -n     python-abf
Summary:        Python API for ABF (https://abf.rosalinux.ru)
Group:          System/Configuration/Packaging
Provides:       python-abf = %{version}-%{release}

%description -n python-abf
%{name} is the python API to ABF (https://abf.rosalinux.ru).
It contains a set of basic operations, done with either HTML
parsing or through ABF json API. It also provides datamodel to
operate with.

%prep
%setup -qn %{name}-v%{version}

%build
pushd po
%make
popd

%install
make install DESTDIR=%{buildroot}
ln -s %{_datadir}/bash-completion/abf %{buildroot}/%{_sysconfdir}/bash_completion.d/abf
pushd po
%makeinstall_std
popd

%find_lang %{name}

%files -f %{name}.lang
%dir %{py_puresitedir}/abf/console
%{py_puresitedir}/abf/console/*.py*
%{_bindir}/abf
#bash_completion files
%{_datadir}/bash-completion/abf 
%{_sysconfdir}/bash_completion.d/abf
%{_sysconfdir}/profile.d/abfcd.sh
%dir %{_sysconfdir}/abf/mock-urpm/configs/
%{_sysconfdir}/abf/mock-urpm/configs/*
%dir /var/cache/abf/
%dir /var/cache/abf/mock-urpm/
%dir /var/lib/abf/mock-urpm/src
%dir /var/lib/abf/
%dir /var/lib/abf/mock-urpm

%files -n python-abf
%dir %{py_puresitedir}/abf
%dir %{py_puresitedir}/abf/api
%{py_puresitedir}/abf/*.py*
%{py_puresitedir}/abf/api/*.py*

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22294 |14mu|abrt-2.0.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Automatic bug detection and reporting tool
Name:		abrt
Version:	2.0.10
Release:	6
License:	GPLv2+
Group:		System/Libraries
Url:		https://fedorahosted.org/abrt/
Source0:	https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
Source1:	abrt.init
Source2:	00abrt.sh
Source3:	00abrt.csh
Source4:	abrt-debuginfo-install
Source5:	abrt-ccpp.init
Source6:	abrt-oops.init
Patch0:		abrt-2.0.8-format_security.patch
# (fc) disable package signature check
Patch2:		abrt_disable_gpgcheck.diff
# (pt) generate stacktrace twice to get missing -debug packages
#Patch5:	abrt-1.1.14-debug.patch
# (fc) disable nspluginwrapper-i386 (Mdv bug #59237)
Patch7:		abrt-2.0.2-nspluginwrapper.patch
Patch8:		abrt-2.0.8-nonutf8-locale.patch
Patch10:	abrt-2.0.8-link-against-libreport.patch
# (proyvind): port to rpm5 api
Patch11:	abrt-2.0.8-rpm5.patch
BuildRequires:	asciidoc
BuildRequires:	bison
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	gettext
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	systemd-units
BuildRequires:	xmlrpc-c
BuildRequires:	xmlto
BuildRequires:	bzip2-devel
BuildRequires:	gettext-devel
BuildRequires:	libtar-devel
BuildRequires:	pkgconfig(btparser) => 0.16
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libreport) => 2.0.9
BuildRequires:	pkgconfig(libreport-gtk) => 2.0.9
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(polkit-agent-1)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(rpm)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xmlrpc)
BuildRequires:	pkgconfig(zlib)
BuildConflicts:	abrt
BuildConflicts:	%{mklibname abrt 0}
BuildConflicts:	%{mklibname abrt -d}
Requires(pre,post,preun,postun):	rpm-helper

%description
%{name} is a tool to help users to detect defects in applications and
to create a bug report with all informations needed by maintainer to fix it.
It uses plugin system to extend its functionality.

%files -f %{name}.lang
%doc README COPYING
%{_unitdir}/abrtd.service
%{_sbindir}/%{name}d
%{_sbindir}/%{name}-server
%{_sbindir}/abrt-dbus
%{_bindir}/%{name}-debuginfo-install
%{_bindir}/abrt-action-generate-core-backtrace
%{_bindir}/abrt-dedup-client
%{_bindir}/%{name}-handle-upload
%{_bindir}/%{name}-action-save-package-data
%{_bindir}/%{name}-retrace-client
%{_bindir}/abrt-watch-log
%{_libexecdir}/abrt-handle-event
%config(noreplace) %{_sysconfdir}/%{name}/abrt.conf
%config(noreplace) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
%config(noreplace) %{_sysconfdir}/%{name}/gpg_keys
%config(noreplace) %{_sysconfdir}/libreport/events.d/abrt_event.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-abrt.conf
%config(noreplace) %{_sysconfdir}/libreport/events.d/smart_event.conf
%config(noreplace) %{_sysconfdir}/libreport/events.d/smolt_event.conf
%{_sysconfdir}/libreport/events.d/ccpp_retrace_event.conf
%{_sysconfdir}/libreport/events/analyze_RetraceServer.xml
%ghost %attr(0666, -, -) %{_localstatedir}/run/%{name}/abrt.socket
%ghost %attr(0644, -, -) %{_localstatedir}/run/%{name}d.pid
#%dir %attr(0755, %{name}, %{name}) %{_localstatedir}/cache/%{name}
%ghost %dir /var/run/%{name}
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/plugins
%{_mandir}/man1/abrt-handle-upload.1.*
%{_mandir}/man1/abrt-server.1.*
%{_mandir}/man1/abrt-action-save-package-data.1.*
%{_mandir}/man1/abrt-retrace-client.1.*
%{_mandir}/man1/abrt-cli.1.*
%{_mandir}/man8/abrtd.8.*
%{_mandir}/man8/abrt-dbus.8.*
%{_mandir}/man5/abrt.conf.5.*
%{_mandir}/man5/abrt-action-save-package-data.conf.5.*
%{_datadir}/dbus-1/system-services/org.freedesktop.problems.service
%{_datadir}/polkit-1/actions/abrt_polkit.policy

%pre
%_pre_useradd %{name} %{_sysconfdir}/%{name} /bin/nologin
%_pre_groupadd %{name} %{name}

%post
%systemd_post abrtd.service

%preun
%systemd_preun abrtd.service

%postun
%_postun_userdel %{name}
%_postun_groupdel %{name} %{name}
%systemd_postun abrtd.service

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
Libraries for %{name}.

%files -n %{libname}
%{_libdir}/libabrt*.so.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development libraries and headers for %{name}.

%files -n %{devname}
%{_includedir}/abrt/*
%{_libdir}/libabrt*.so
#FIXME: this should go to libreportgtk-devel package
%{_libdir}/pkgconfig/%{name}.pc


#----------------------------------------------------------------------------

%package addon-ccpp
Summary:	%{name}'s C/C++ addon
Group:		System/Libraries
Requires:	elfutils
Requires:	%{name} = %{EVRD}

%description addon-ccpp
This package contains hook for C/C++ crashed programs and %{name}'s C/C++
analyzer plugin.

%files addon-ccpp
%config(noreplace) %{_sysconfdir}/%{name}/plugins/CCpp.conf
%{_sysconfdir}/libreport/events.d/ccpp_event.conf
%{_sysconfdir}/libreport/events.d/gconf_event.conf
%{_sysconfdir}/libreport/events.d/vimrc_event.conf
%{_sysconfdir}/libreport/events/analyze_LocalGDB.xml
%{_sysconfdir}/libreport/events/collect_xsession_errors.xml
%{_sysconfdir}/libreport/events/collect_Smolt.xml
%{_sysconfdir}/libreport/events/collect_GConf.xml
%{_sysconfdir}/libreport/events/collect_vimrc_user.xml
%{_sysconfdir}/libreport/events/collect_vimrc_system.xml
%dir %attr(0775, abrt, abrt) %{_localstatedir}/cache/abrt-di
%{_unitdir}/abrt-ccpp.service
%{_libdir}/abrt-hook-ccpp
%{_sysconfdir}/profile.d/00abrt.*
%{_bindir}/abrt-action-analyze-c
%{_bindir}/abrt-action-trim-files
%{_bindir}/abrt-action-analyze-core
%{_bindir}/abrt-action-list-dsos
%attr(2755, abrt, abrt) %{_bindir}/abrt-action-install-debuginfo
%attr(4755, abrt, abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache
%{_bindir}/abrt-action-generate-backtrace
%{_bindir}/abrt-action-analyze-backtrace
%{_sbindir}/abrt-install-ccpp-hook
%{_mandir}/man*/abrt-action-analyze-c.*
%{_mandir}/man*/abrt-action-trim-files.*
%{_mandir}/man*/abrt-action-generate-backtrace.*
%{_mandir}/man*/abrt-action-generate-core-backtrace.*
%{_mandir}/man*/abrt-action-analyze-backtrace.*
%{_mandir}/man*/abrt-action-list-dsos.*
%{_mandir}/man1/abrt-install-ccpp-hook.*

%post addon-ccpp
%systemd_post abrt-ccpp.service

%preun addon-ccpp
%systemd_preun abrt-ccpp.service

%postun addon-ccpp
%systemd_postun abrt-ccpp.service

#----------------------------------------------------------------------------

%package addon-kerneloops
Summary:	%{name}'s kerneloops addon
Group:		System/Libraries
Requires:	curl
Requires:	%{name} = %{EVRD}

%description addon-kerneloops
This package contains plugin for collecting kernel crash information
and reporter plugin which sends this information to specified server,
usually to kerneloops.org.

%files addon-kerneloops
%config(noreplace) %{_sysconfdir}/libreport/events.d/koops_event.conf
%{_unitdir}/abrt-oops.service
%{_bindir}/abrt-dump-oops
%{_bindir}/abrt-action-analyze-oops
%{_mandir}/man1/abrt-action-analyze-oops.1*

%post addon-kerneloops
%systemd_post abrt-oops.service

%preun addon-kerneloops
%systemd_preun abrt-oops.service

%postun addon-kerneloops
%systemd_postun abrt-oops.service

#----------------------------------------------------------------------------

%package addon-python
Summary:	%{name}'s addon for catching and analyzing Python exceptions
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description addon-python
This package contains python hook and python analyzer plugin for handling
uncaught exception in python programs.

%files addon-python
%dir %{_sysconfdir}/%{name}/plugins
%config(noreplace) %{_sysconfdir}/%{name}/plugins/python.conf
%{_sysconfdir}/libreport/events.d/python_event.conf
%{_bindir}/abrt-action-analyze-python
%{_mandir}/man1/abrt-action-analyze-python.1*
%{py_puresitedir}/abrt*.py*
%{py_puresitedir}/*.pth

#----------------------------------------------------------------------------

%package addon-vmcore
Summary:	%{name}'s vmcore addon
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	abrt-addon-kerneloops

%description addon-vmcore
This package contains plugin for collecting kernel crash information from
vmcore files.

%files addon-vmcore
%config(noreplace) %{_sysconfdir}/libreport/events.d/vmcore_event.conf
%{_sysconfdir}/libreport/events/analyze_VMcore.xml
%{_unitdir}/abrt-vmcore.service
%{_sbindir}/abrt-harvest-vmcore
%{_bindir}/abrt-action-analyze-vmcore
%{_mandir}/man1/abrt-action-analyze-vmcore.1*

%post addon-vmcore
%systemd_post abrt-vmcore.service

%preun addon-vmcore
%systemd_preun abrt-vmcore.service

%postun addon-vmcore
%systemd_postun abrt-vmcore.service

#----------------------------------------------------------------------------

%package addon-xorg
Summary:	%{name}'s Xorg addon
Group:		System/Libraries
Requires:	curl
Requires:	%{name} = %{EVRD}

%description addon-xorg
This package contains plugin for collecting Xorg crash information
from Xorg log.

%files addon-xorg
%config(noreplace) %{_sysconfdir}/libreport/events.d/xorg_event.conf
%{_unitdir}/abrt-xorg.service
%{_bindir}/abrt-dump-xorg

%post addon-xorg
%systemd_post abrt-xorg.service

%preun addon-xorg
%systemd_preun abrt-xorg.service

%postun addon-xorg
%systemd_postun abrt-xorg.service

#----------------------------------------------------------------------------

%package cli
Summary:	%{name}'s command line interface
Group:		Graphical desktop/Other
Requires:	%{name} = %{EVRD}
Requires:	%{name}-addon-kerneloops
Requires:	%{name}-addon-ccpp
Requires:	%{name}-addon-python

%description cli
This package contains simple command line client for controlling abrt 
daemon over the sockets.

%files cli
%{_bindir}/abrt-cli

#----------------------------------------------------------------------------

%package desktop
Summary:	Virtual package that installs all necessary packages
Group:		Graphical desktop/Other
# This package gets installed when anything requests bug-buddy -
# happens when users upgrade Fn to Fn+1;
# or if user just wants "typical desktop installation".
# Installing abrt-desktop should result in the abrt which works without
# any tweaking in abrt.conf (IOW: all plugins mentioned there must be installed)
Requires:	%{name} = %{EVRD}
Requires:	%{name}-gui
Requires:	%{name}-addon-kerneloops
Requires:	%{name}-addon-vmcore
Requires:	%{name}-addon-ccpp
Requires:	%{name}-addon-python
# Default config of addon-ccpp requires gdb
Requires:	gdb

%description desktop
Virtual package to make easy default installation on desktop environments.

%files desktop

#----------------------------------------------------------------------------

%package gui
Summary:	%{name}'s gui
Group:		Graphical desktop/Other
Requires:	%{name} = %{EVRD}
Requires:	dbus-python
Requires:	desktop-common-data
Requires:	libreport-gtk
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Requires:	python-gobject

%description gui
GTK+ wizard for convenient bug reporting.

%files gui
%{_bindir}/%{name}-gui
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/*/*.png
%{_bindir}/%{name}-applet
%{_sysconfdir}/xdg/autostart/%{name}-applet.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
# (tv)) disable -Werror:
perl -pi -e 's!-Werror!-Wno-deprecated!' configure{.ac,} */*/Makefile*

%build
NOCONFIGURE=yes gnome-autogen.sh
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
%define Werror_cflags %nil

%configure2_5x \
	--with-systemdsystemunitdir=%{_unitdir} \
	--disable-rpath \
	--enable-gtk3

%make

%install
%makeinstall_std
%find_lang %{name}

# remove all .la and .a files
find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f

mkdir -p %{buildroot}/var/cache/%{name}-di
mkdir -p %{buildroot}/var/run/%{name}
mkdir -p %{buildroot}/var/spool/%{name}
mkdir -p %{buildroot}/var/spool/%{name}-retrace
mkdir -p %{buildroot}/var/cache/%{name}-retrace
mkdir -p %{buildroot}/var/log/%{name}-retrace
mkdir -p %{buildroot}/var/spool/%{name}-upload

# remove fedora gpg key
rm -f %{buildroot}%{_sysconfdir}/abrt/gpg_keys
touch %{buildroot}%{_sysconfdir}/abrt/gpg_keys

touch %{buildroot}/var/run/abrt/abrt.socket
touch %{buildroot}/var/run/abrtd.pid

# install ulimit disabler
mkdir -p %{buildroot}%{_sysconfdir}/profile.d/
install -m0644 %{SOURCE2} %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/

desktop-file-install \
	--dir %{buildroot}%{_sysconfdir}/xdg/autostart \
	src/applet/%{name}-applet.desktop

# replace with our own version
cat %{SOURCE4} > %{buildroot}/usr/bin/%{name}-debuginfo-install

#remove RH specific plugins
rm -f %{buildroot}%{_libdir}/%{name}/{RHTSupport.glade,libRHTSupport.so}
rm -f %{buildroot}%{_sysconfdir}/%{name}/plugins/RHTSupport.conf
rm -f %{buildroot}%{_sysconfdir}/%{name}/events.d/rhtsupport_events.conf
rm -f %{buildroot}%{_sysconfdir}/%{name}/events/report_RHTSupport.xml
rm -f %{buildroot}%{_bindir}/%{name}-action-rhtsupport

# After everything is installed, remove info dir
rm -f %{buildroot}%{_infodir}/dir


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.10-6
- (06a5ad7) Build requires docbook-dtd45-xml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22295 |14mu|accounts-qml-module-0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define commit cfadea7ba8ba4011ae20d771696eb74deb87201e

Summary:	QML module to manage the user's online accounts
Name:		accounts-qml-module
Version:	0.7
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		https://gitlab.com/accounts-sso/accounts-qml-module
Source0:	%{name}-VERSION_%{version}-%{commit}.tar.gz
BuildRequires:	qdoc5
BuildRequires:	qt5-qml-tools
BuildRequires:	pkgconfig(accounts-qt5)
BuildRequires:	pkgconfig(libsignon-qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Xml)
Requires:	ubuntuonlineaccounts-qml = %{EVRD}

%description
This QML module provides an API to manage the user's online accounts and get
their authentication data. It's a tiny wrapper around the Qt-based APIs of
libaccounts-qt and libsignon-qt.

%files
%{_bindir}/tst_plugin

#----------------------------------------------------------------------------

%define qmlubuntuonlineaccounts %mklibname ubuntuonlineaccounts-qml

%package -n %{qmlubuntuonlineaccounts}
Summary:	QML module to manage the user's online accounts
Group:		System/Libraries
Provides:	ubuntuonlineaccounts-qml = %{EVRD}

%description -n %{qmlubuntuonlineaccounts}
This QML module provides an API to manage the user's online accounts and get
their authentication data. It's a tiny wrapper around the Qt-based APIs of
libaccounts-qt and libsignon-qt.

%files -n %{qmlubuntuonlineaccounts}
%dir %{_qt5_prefix}/qml/Ubuntu/OnlineAccounts/
%{_qt5_prefix}/qml/Ubuntu/OnlineAccounts/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-VERSION_%{version}-%{commit}

%build
%qmake_qt5
%make

%install
%makeinstall_qt

# Drop docs
rm -rf %{buildroot}%{_datadir}/accounts-qml-module/doc/


%changelog

* Sun Jun 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7-1
- (e55c50e) Build requires qdoc5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22296 |14mu|accounts-qt-1.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname accounts-qt5_ %{major}
%define devname %mklibname accounts-qt5 -d

Summary:	Qt bindings for Accounts framework
Name:		accounts-qt
Version:	1.13
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		https://gitlab.com/accounts-sso/libaccounts-qt
Source0:	https://accounts-sso.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRequires:	pkgconfig(libaccounts-glib)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(Qt5Test)

%description
Qt bindings for Accounts framework.

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for Qt bindings for Accounts framework.

%files -n %{libname}
%{_libdir}/libaccounts-qt5.so.%{major}*

#---------------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_bindir}/accountstest
%{_datadir}/libaccounts-qt-tests
%{_includedir}/%{name}5
%{_libdir}/libaccounts-qt5.so
%{_libdir}/cmake/AccountsQt5
%{_libdir}/pkgconfig/accounts-qt5.pc

#------------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation

%description doc
Documentation for %{name}.

%files doc
%dir %{_defaultdocdir}/accounts-qt
%{_defaultdocdir}/accounts-qt/*

#------------------------------------------------------------------------------


%prep
%setup -q

%build
%qmake_qt5 \
	QMF_INSTALL_ROOT=%{_prefix} \
	CONFIG+=release \
	accounts-qt.pro
%make

%install
make install INSTALL_ROOT=%{buildroot} STRIP=true


%changelog

* Thu Sep 24 2015 Rosa <rosa@abf.rosalinux.ru> 1.13-1
- (d5b999c) Automatic import for version 1.13-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22297 |14mu|accountsservice-0.6.40-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define libname %mklibname %{name} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name} -d

Summary:	D-Bus interfaces for querying and manipulating user account information
Name:		accountsservice
Version:	0.6.40
Release:	3
License:	GPLv3+
Group:		System/Libraries
Url:		http://www.fedoraproject.org/wiki/Features/UserAccountDialog
Source0:	http://www.freedesktop.org/software/accountsservice/%{name}-%{version}.tar.xz
# list this patch as a source for now to keep it around but skip it in apply_patches
Patch0:         accountsservice-0.6.37-filter-bin-true-login-shell-users-from-user-list.patch
# (blino) adapt to Mageia path of gdm's custom.conf, it is in /etc/X11/gdm instead of /etc/gdm
Patch1:         accountsservice-0.6.37-gdm-custom-conf-path.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(polkit-agent-1)
Requires:	polkit
Requires:	shadow-utils
Requires(post,preun,postun):	systemd-units
Obsoletes:	consolekit < 0.4.5-5

%description
The accountsservice project provides a set of D-Bus interfaces for
querying and manipulating user account information and an implementation
of these interfaces, based on the useradd, usermod and userdel commands.

%files -f accounts-service.lang
%doc README AUTHORS
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Accounts.conf
%{_libexecdir}/accounts-daemon
%{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.User.xml
%{_datadir}/dbus-1/system-services/org.freedesktop.Accounts.service
%{_datadir}/polkit-1/actions/org.freedesktop.accounts.policy
%dir %{_localstatedir}/lib/AccountsService/
%dir %{_localstatedir}/lib/AccountsService/users
%dir %{_localstatedir}/lib/AccountsService/icons
%{_unitdir}/accounts-daemon.service

%post
%systemd_post accounts-daemon.service

%preun
%systemd_preun accounts-daemon.service

%postun
%systemd_postun accounts-daemon.service

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Client-side library to talk to accountservice
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/AccountsService-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for accountsservice-libs
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description -n %{devname}
The accountsservice-devel package contains headers and other
files needed to build applications that use accountsservice-libs.

%files -n %{devname}
%{_includedir}/%{name}-1.0
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gir-1.0/AccountsService-%{api}.gir
%{_datadir}/gtk-doc/html/libaccountsservice

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-systemd \
	--with-minimum-uid=500 \
	--enable-user-heuristics \
	--with-systemdsystemunitdir=%{_unitdir}
%make

%install
%makeinstall_std
%find_lang accounts-service


%changelog

* Tue Mar 17 2015 Tigro <ashejn@gmail.com> 0.6.40-3
- (645d19c) build with --with-minimum-uid=500 --enable-user-heuristics



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22298 |14mu|acpica-20141107-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A set of tools to display and debug your BIOS ACPI tables
Name:		acpica
Version:	20141107
Release:	3
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://acpica.org
# Sources and patches are takes from Rawhide
Source0:        https://acpica.org/sites/acpica/files/acpica-unix2-%{version}.tar.gz
Source1:        https://acpica.org/sites/acpica/files/acpitests-unix-%{version}.tar.gz
Source2:        README
Source3:        iasl.1
Source4:        acpibin.1
Source5:        acpidump.1
Source6:        acpiexec.1
Source7:        acpihelp.1
Source8:        acpinames.1
Source9:        acpisrc.1
Source10:       acpixtract.1
Source11:       badcode.asl.result
Source12:       grammar.asl.result
Source13:       run-misc-tests.sh
Source14:       COPYING

Patch0:         debian-big_endian.patch
Patch1:         debian-unaligned.patch
Patch2:         name-miscompare.patch
Patch3:         aapits-linux.patch
Patch4:         asllookup-miscompare.patch
Patch5:         aapits-makefile.patch
Patch6:		re-enable-big-endian.patch
Patch7:		OPT_LDFLAGS.patch
BuildRequires:	bison
BuildRequires:	flex
#BuildRequires:	patchutils
BuildRequires:	glibc-devel

Obsoletes:	pmtools =< 20071116
Obsoletes:	acpica =< 20130517
Obsoletes:	iasl =< 20090422

Provides:       pmtools = %{EVRD}
Provides:       iasl = %{EVRD}

%description
The included tools share the same code as it is used in the ACPI
implementation of the kernel. The code of the acpica project is exactly
the same as the ACPI parser and interpreter code of the kernel and the
code gets synced regularly from the acpica project into the kernel.
E.g. if you identify bugs in the kernel's ACPI implementation it might
be easier to debug them in userspace if possible. If the bug is part of
the acpica code, it has to be submitted to the acpica project to get
merged into the mainline kernel sources.

%prep
%setup -q -n acpica-unix2-%{version}
%setup -q -T -D -a 1 -n acpica-unix2-%{version}
gzip -dc %{SOURCE1} | tar -x --strip-components=1 -f -

%patch0 -p1 -b .debian-big_endian
%patch1 -p1 -b .debian-unaligned
%patch2 -p1 -b .name-miscompare
%patch3 -p1 -b .aapits-linux
%patch4 -p1 -b .asllookup-miscompare
%patch5 -p1 -b .aapits-makefile
%patch6 -p1 -b .re-enable-big-endian
%patch7 -p1 -b .OPT_LDFLAGS

cp -p %{SOURCE2} README
cp -p %{SOURCE3} iasl.1
cp -p %{SOURCE4} acpibin.1
cp -p %{SOURCE5} acpidump.1
cp -p %{SOURCE6} acpiexec.1
cp -p %{SOURCE7} acpihelp.1
cp -p %{SOURCE8} acpinames.1
cp -p %{SOURCE9} acpisrc.1
cp -p %{SOURCE10} acpixtract.1
cp -p %{SOURCE11} badcode.asl.result
cp -p %{SOURCE12} grammar.asl.result
cp -p %{SOURCE13} tests/run-misc-tests.sh
chmod a+x tests/run-misc-tests.sh
cp -p %{SOURCE14} COPYING

# spurious executable permissions on text files in upstream
chmod a-x changes.txt
chmod a-x source/compiler/new_table.txt



%build
# forget parallel here.Sflo
make OPT_CFLAGS="%{optflags}" OPT_LDFLAGS="$LDFLAGS"

%install
# Install the binaries
mkdir -p %{buildroot}%{_bindir}
install -pD generate/unix/bin*/* %{buildroot}%{_bindir}/
mv %{buildroot}%{_bindir}/acpidump %{buildroot}%{_bindir}/acpidump-acpica
mv %{buildroot}%{_bindir}/acpixtract %{buildroot}%{_bindir}/acpixtract-acpica

# Install the man pages
mkdir -p %{buildroot}%{_mandir}/man1
install -pDm 0644 -p -D *.1 %{buildroot}%{_mandir}/man1/
mv %{buildroot}%{_mandir}/man1/acpixtract.1 \
   %{buildroot}%{_mandir}/man1/acpixtract-acpica.1
mv %{buildroot}%{_mandir}/man1/acpidump.1 \
   %{buildroot}%{_mandir}/man1/acpidump-acpica.1
   
   
# We already have iasl package
# sure we have iasl 20090422... usig this new one.Sflo
# rm -f %{buildroot}%{_bindir}/iasl  

# before run tests be sure to install even the manpages.Sflo  
%check
cd tests

# ASL tests
./aslts.sh                    
[ $? -eq 0 ] || exit 1

# API tests
cd aapits
make
cd asl
ASL=%{buildroot}%{_bindir}/iasl make
cd ../bin
./aapitsrun
[ $? -eq 0 ] || exit 1
cd ../..

# misc tests
./run-misc-tests.sh %{buildroot}%{_bindir} %{version}

# Template tests
cd templates
make
if [ -f diff.log ]
then
    if [ -s diff.log ]
    then
        exit 1                  
    fi
fi
cd ..

%post
alternatives --install %{_bindir}/acpixtract acpixtract \
                       %{_bindir}/acpixtract-acpica 120 \
               --slave %{_mandir}/man1/acpixtract.1.xz acpixtract.1.xz \
                       %{_mandir}/man1/acpixtract-acpica.1.xz

alternatives --install %{_bindir}/acpidump acpidump \
                       %{_bindir}/acpidump-acpica 120 \
               --slave %{_mandir}/man1/acpidump.1.xz acpidump.1.xz \
                       %{_mandir}/man1/acpidump-acpica.1.xz


%postun
if [ ! -e %{_bindir}/acpixtract-acpica ]
then
    alternatives --remove acpixtract %{_bindir}/acpixtract-acpica
fi
if [ ! -e %{_bindir}/acpidump-acpica ]
then
    alternatives --remove acpidump %{_bindir}/acpidump-acpica
fi

%files
%doc changes.txt source/compiler/new_table.txt
%doc README COPYING
%{_bindir}/*
%{_mandir}/*/*


%changelog

* Tue Aug 18 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 20141107-3
- (57bcb34) Do not require patchutils from Contrib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22299 |14mu|acpid-2.0.28-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ACPI kernel daemon and control utility
Name:		acpid
Version:	2.0.28
Release:	1
Epoch:		2
License:	GPLv2+
Group:		System/Servers
Url:		http://sourceforge.net/projects/acpid2/
Source0:	http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz
Source1:	acpid.socket
Source2:	acpid.service
Source3:	acpid.config
Source4:	acpid.video.conf
BuildRequires:	systemd-units
Requires(post,preun):	rpm-helper
# 0.1-20 here is only to avoid unversioned Obsoletes
Obsoletes:	pm-fallback-policy < 0.1-20

%description
The ACPI specification defines power and system management functions
for each computer, in a generic manner. The ACPI daemon coordinates
the management of power and system functions when ACPI kernel
support is enabled (kernel 2.3.x or later).

%files
%doc README TODO Changelog
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/acpid
%{_sbindir}/*
%{_bindir}/*
%{_mandir}/man8/*
%{_unitdir}/acpid.service
%{_unitdir}/acpid.socket
%dir %{_sysconfdir}/acpi/actions
%dir %{_sysconfdir}/acpi/events
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/acpi/events/videoconf

%post
if [ $1 -eq 1 ]; then
    /bin/systemctl enable %{name}.service > /dev/null 2>&1 || :
fi

%systemd_post %{name}.socket %{name}.service

%preun
%systemd_preun %{name}.socket %{name}.service

%postun
%systemd_postun_with_restart %{name}.socket %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%serverbuild_hardened
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_unitdir}
install -m 644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_unitdir}

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/acpid

install -d %{buildroot}%{_sysconfdir}/acpi/actions
install -d -m 755 %{buildroot}%{_sysconfdir}/acpi/events
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/acpi/events/videoconf

%changelog

* Thu Apr 20 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2:2.0.28-1
- (6e4ba40) Updated to version 2.0.28



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22300 |14mu|adplug-2.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	api 2.2.1
%define	major 0
%define	libname %mklibname %{name} %{api} %{major}
%define	devname %mklibname %{name} -d

Summary:	AdLib sound player library
Name:		adplug
Version:	2.2.1
Release:	1
License:	LGPLv2+
Group:		Sound
Url:		http://adplug.github.io/
Source0:	http://downloads.sourceforge.net/project/%{name}/AdPlug%20core%20library/%{version}/%{name}-%{version}.tar.bz2
Source1:	http://downloads.sourceforge.net/project/adplug/Database/2006-07-06/adplugdb-2006-07-07.tar.gz
# Avoid collision with mad.h from libmad-devel
Patch0:		adplug-2.2-mad.patch
BuildRequires:	chrpath
BuildRequires:	pkgconfig(libbinio)

%description
AdPlug is a free, multi-platform, hardware independent AdLib sound player
library, mainly written in C++. AdPlug plays sound data, originally created
for the AdLib (OPL2) audio board, on top of an OPL2 emulator or by using the
real hardware. No OPL2 chip is required for playback.
It supports various audio formats from MS-DOS AdLib trackers.

%files
%doc README
%{_bindir}/adplugdb
%{_mandir}/man1/adplugdb.1*
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/adplug.db

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of the AdPlug audio emulator
Group:		System/Libraries

%description -n %{libname}
AdPlug is a free, multi-platform, hardware independent AdLib sound player
library, mainly written in C++. AdPlug plays sound data, originally created
for the AdLib (OPL2) audio board, on top of an OPL2 emulator or by using the
real hardware. No OPL2 chip is required for playback.
It supports various audio formats from MS-DOS AdLib trackers.
This package contains the shared library required to run applications based on
AdPlug.

%files -n %{libname}
%doc AUTHORS NEWS TODO COPYING
%{_libdir}/libadplug-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files of AdPlug
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(libbinio)
Provides:	libadplug-devel = %{EVRD}

%description -n %{devname}
AdPlug is a free, multi-platform, hardware independent AdLib sound player
library, mainly written in C++. AdPlug plays sound data, originally created
for the AdLib (OPL2) audio board, on top of an OPL2 emulator or by using the
real hardware. No OPL2 chip is required for playback.
It supports various audio formats from MS-DOS AdLib trackers.

This package contains the C++ headers and documentation required for building
programs based on AdPlug.

%files -n %{devname}
%doc README
%{_includedir}/adplug/
%{_libdir}/*.so
%{_infodir}/libadplug.info*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
mv src/mad.h src/adplug_mad.h

%build
autoreconf -vfi
export CC=gcc
export CXX=g++
export CPPFLAGS="-I%{_includedir}/libbinio"
%configure \
	--disable-static
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_datadir}/%{name}
zcat %{SOURCE1} > %{buildroot}%{_datadir}/%{name}/adplug.db
chrpath -d %{buildroot}%{_bindir}/adplugdb


%changelog

* Sun Apr 17 2016 Giovanni Mariani <mc2374@mclink.it> 2.2.1-1
- (5aa49de) Updated to release 2.2.1, updated source URLs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22301 |14mu|adwaita-icon-theme-3.16.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	GNOME default icons
Name:		adwaita-icon-theme
Version:	3.16.2.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	hicolor-icon-theme
BuildRequires:	icon-naming-utils >= 0.8.7
BuildRequires:	gtk+2.0
BuildArch:	noarch
Requires:	hicolor-icon-theme
Requires(post):	gtk+2.0 >= 2.6.0
Requires(postun):gtk+2.0 >= 2.6.0

%description
This package contains the Adwaita icon theme used by the GNOME desktop.

%package -n	adwaita-cursor-theme
Summary:	Adwaita cursor theme
Group:		Graphical desktop/GNOME
BuildArch:	noarch

%description -n	adwaita-cursor-theme
The adwaita-cursor-theme package contains a modern set of cursors originally
designed for the GNOME desktop.

%package        devel
Summary:        Development files for adwaita-icon-theme
Group:          Development/C
Requires:       %{name} = %{version}-%{release}

%description devel
Development files for gnome-icon-theme


%prep
%setup -q

%build
%configure2_5x --enable-icon-mapping
%make

%install
%makeinstall_std

touch %{buildroot}%{_datadir}/icons/Adwaita/icon-theme.cache

# automatic gtk icon cache update on rpm installs/removals
# (see http://wiki.mandriva.com/en/Rpm_filetriggers)
install -d %{buildroot}%{_var}/lib/rpm/filetriggers

cat > %{buildroot}%{_var}/lib/rpm/filetriggers/gtk-icon-cache-adwaita.filter << EOF
^./usr/share/icons/Adwaita/
EOF

cat > %{buildroot}%{_var}/lib/rpm/filetriggers/gtk-icon-cache-adwaita.script << EOF
#!/bin/sh
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache --force --quiet /usr/share/icons/Adwaita
fi
EOF

chmod 755 %{buildroot}%{_var}/lib/rpm/filetriggers/gtk-icon-cache-adwaita.script

%post
%update_icon_cache Adwaita

%postun
%clean_icon_cache Adwaita

%files
%doc AUTHORS NEWS README
%dir %{_datadir}/icons/Adwaita/
%ghost %{_datadir}/icons/Adwaita/icon-theme.cache
%dir %{_datadir}/icons/Adwaita/*x*/
%{_datadir}/icons/Adwaita/*x*/*
%dir %{_datadir}/icons/Adwaita/scalable/
%{_datadir}/icons/Adwaita/scalable/*
%dir %{_datadir}/icons/Adwaita/scalable-up-to-32
%{_datadir}/icons/Adwaita/scalable-up-to-32/*
%exclude %{_datadir}/icons/Adwaita/cursors/
%{_var}/lib/rpm/filetriggers/gtk-icon-cache-adwaita.*

%files -n adwaita-cursor-theme
%{_datadir}/icons/Adwaita/cursors/


%files devel
%{_datadir}/pkgconfig/%{name}.pc


%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2.1-1
- (2271b5b) update to 3.16.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22302 |14mu|adwaita-qt-0.98-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Adwaita theme for Qt-based applications
Name:		adwaita-qt
Version:	0.98
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		https://github.com/MartinBriza/adwaita-qt
Source0:	https://github.com/MartinBriza/adwaita-qt/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtDBus)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Adwaita theme for Qt-based applications.

#----------------------------------------------------------------------------

%package -n qt4-style-adwaita
Summary:	Adwaita style for Qt4
Group:		System/Libraries

%description -n qt4-style-adwaita
Adwaita style for Qt4.

%files -n qt4-style-adwaita
%{_qt_plugindir}/styles/adwaita.so

#----------------------------------------------------------------------------

%package -n qt5-style-adwaita
Summary:	Adwaita style for Qt5
Group:		System/Libraries

%description -n qt5-style-adwaita
Adwaita style for Qt5.

%files -n qt5-style-adwaita
%{_qt5_plugindir}/styles/adwaita.so

#----------------------------------------------------------------------------

%prep
%setup -q

mkdir Qt4
mv `ls -1 |grep -v Qt4` Qt4
cp -a Qt4 Qt5

%build
pushd Qt4
%cmake_qt4 \
	-DUSE_QT4:BOOL=TRUE
%make
popd

pushd Qt5
%cmake_qt5 \
	-DUSE_QT4:BOOL=FALSE
%make
popd

%install
%makeinstall_std -C Qt4/build

%makeinstall_std -C Qt5/build


%changelog

* Wed Mar 08 2017 Rosa <rosa@abf.rosalinux.ru> 0.98-1
- (c960862) Automatic import for version 0.98-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22303 |14mu|aide-0.15.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced Intrusion Detection Environment
Name:		aide
Version:	0.15.1
Release:	6
License:	GPLv2+
Group:		Monitoring
URL:		http://sourceforge.net/projects/aide
Source0:	http://prdownloads.sourceforge.net/aide/%{name}-%{version}.tar.gz
Source1:	http://prdownloads.sourceforge.net/aide/%{name}-%{version}.tar.gz.asc
Source2:	aide.conf
Source3:	aidecheck
Source4:	aideupdate
Source5:	aideinit
Source6:	aideinit.8
#p0 sent upstream by kharec
Patch0:		aide-0.15-fix-str-fmt.patch
BuildRequires:	bison
Buildrequires:	flex
BuildRequires:  acl-devel
BuildRequires:  audit-devel
BuildRequires:	glibc-devel
BuildRequires:	mhash-devel
BuildRequires:  elfutils-devel
BuildRequires:  glibc-devel
BuildRequires:  mhash-devel
%if %{with selinux}
BuildRequires:  selinux-devel
%endif
BuildRequires:  pkgconfig(ext2fs)
BuildRequires:	pkgconfig(zlib)
BuildRequires:  bison

Requires:	gnupg

%description
AIDE (Advanced Intrusion Detection Environment) is a free alternative to
Tripwire. It does the same things as the semi-free Tripwire and more. It
is a file system integrity monitoring tool.

%files
%doc AUTHORS COPYING ChangeLog NEWS README doc/aide.conf.in
%attr(0700,root,root) %{_sbindir}/aide
%attr(0700,root,root) %{_sbindir}/aidecheck
%attr(0700,root,root) %{_sbindir}/aideinit
%attr(0700,root,root) %{_sbindir}/aideupdate
%{_mandir}/man1/aide.1*
%{_mandir}/man5/aide.conf.5*
%{_mandir}/man8/aideinit.8*
%dir %attr(0700,root,root) /var/lib/aide
%dir %attr(0700,root,root) /var/lib/aide/reports
%attr(0700,root,root) %{_sysconfdir}/cron.daily/aide
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/aide.conf

%post
echo "*********************************************************"
echo "* Please see aideinit(8) for information on how to setup"
echo "* AIDE+gpg which this AIDE implementation uses by default"
echo "*********************************************************"

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x \
	--with-config-file=%{_sysconfdir}/aide.conf \
	--with-zlib \
	--with-mhash \
	--disable-static \
	--with-posix-acl \
%if %{with selinux}
	--with-selinux \
%endif
	--with-prelink \
	--with-xattr \
	--with-e2fsattrs \
	--with-audit \
	--with-syslog_facility=LOG_LOCAL1

perl -pi -e 's|/etc/aide.db|/var/lib/aide/aide.db|g' config.h

%make

%install
make prefix=%{buildroot}%{_prefix} \
	bindir=%{buildroot}%{_sbindir} \
	mandir=%{buildroot}%{_mandir} \
	install

mkdir -p %{buildroot}{/var/lib/aide/reports,%{_sysconfdir}/cron.daily,%{_mandir}/man8}

install -m 0600 %{SOURCE2} %{buildroot}%{_sysconfdir}/aide.conf
install -m 0700 %{SOURCE3} %{buildroot}%{_sbindir}/aidecheck
install -m 0700 %{SOURCE4} %{buildroot}%{_sbindir}/aideupdate
install -m 0700 %{SOURCE5} %{buildroot}%{_sbindir}/aideinit
install -m 0644 %{SOURCE6} %{buildroot}%{_mandir}/man8/aideinit.8
ln -sf ../..%{_sbindir}/aidecheck %{buildroot}%{_sysconfdir}/cron.daily/aide


%changelog

* Wed Apr 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.15.1-6
- (2b96a16) Build additional possibilities to be able to work with default conf file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22304 |14mu|aisleriot-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		aisleriot
Summary:	A compilation of solitaire card games
Version:	3.16.2
Release:	1
Group:		Games/Cards
License:	GPLv3+
Url:		https://wiki.gnome.org/Aisleriot
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Conflicts:	gnome-games < 2.29.6-2
BuildRequires:	pkgconfig(cairo) >= 1.10.0
BuildRequires:	pkgconfig(gconf-2.0) >= 2.0
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(guile-2.0) >= 2.0.0
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.26
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(QtSvg)
BuildRequires:	intltool
BuildRequires:	yelp-tools
BuildRequires:	itstool
BuildRequires:	gnome-doc-utils
BuildRequires:	docbook-dtds
BuildRequires:	guile
BuildRequires:	gnome-common
BuildRequires:	gettext-devel
BuildRequires:	appdata-tools

%description
Aisleriot (also known as Solitaire or sol) is a collection of card games
which are easy to play with the aid of a mouse. The rules for the games
have been coded for your pleasure in the GNOME scripting language (Scheme).

%prep
%setup -q

%build
autoreconf -vfi
%configure2_5x \
	--with-card-theme-formats=all \
	--with-kde-card-theme-path=%{_datadir}/apps/carddecks \
	--with-pysol-card-theme-path=%{_datadir}/PySolFC \
	--disable-schemas-compile \
	--disable-schemas-install \
	--disable-static
%make V=1 LIBS="-lstdc++"

%install
%makeinstall_std

desktop-file-edit %{buildroot}%{_datadir}/applications/sol.desktop

%find_lang %{name} --with-gnome

%preun
%preun_uninstall_gconf_schemas %{name}

%files -f %{name}.lang
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_bindir}/sol
%{_libdir}/%{name}/
#%%{_libexecdir}/%{name}/
%{_libdir}/valgrind/%{name}.supp
%{_datadir}/applications/sol.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.Patience.WindowState.gschema.xml
%{_iconsdir}/*/*/*/*
%{_mandir}/man6/sol.*
%{_datadir}/%{name}/
%{_datadir}/appdata/sol.appdata.xml




%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (11de703) pack icons



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22305 |14mu|akonadi-1.13.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An extensible cross-desktop storage service for PIM
Name:		akonadi
Version:	1.13.0
Release:	3
Epoch:		1
License:	LGPLv2.1+
Group:		Networking/WWW
Url:		http://pim.kde.org/akonadi/
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/akonadi/src/%{name}-%{version}.tar.bz2
Patch0:		upstream-do_not_crash_when_setmntent_returns_NULL.patch
Patch1:		upstream_dont_call_insert_from_Q_ASSERT.patch
Patch2:		upstream-fix_buffer_overflow_in_AKTEST_FAKESERVER_MAIN.patch
Patch3:		upstream-fix_typo_in_if_condition.patch
BuildRequires:	automoc4
BuildRequires:	kde4-macros
BuildRequires:	libxml2-utils
BuildRequires:	qt4-qtdbus
BuildRequires:	shared-mime-info >= 0.20
BuildRequires:	xsltproc
BuildRequires:	boost-devel
BuildRequires:	mariadb-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(soprano)
Requires:	mariadb-common
# (tpg) needed for mysqld
Requires:	mariadb-server
# Needed for mysqlcheck  which is used in akonadi
Requires:	mariadb-client
Requires:	qt4-database-plugin-mysql

%description
An extensible cross-desktop storage service for PIM data and meta data
providing concurrent read, write, and query access.

%files
%{_kde_bindir}/*
%{_sysconfdir}/akonadi
%{_datadir}/dbus-1/services/*
%{_datadir}/mime/packages/akonadi-mime.xml
%{_libdir}/qt4/plugins/sqldrivers/libqsqlite3.so

#------------------------------------------------------

# Need a dummy package to override old one
%package common
Group:		Networking/WWW
Summary:	Dummy package to override old

%description common
Dummy package to override old.

%files common
%doc README

#------------------------------------------------------

%define akonadiprotocolinternals_major 1
%define libakonadiprotocolinternals %mklibname akonadiprotocolinternals %{akonadiprotocolinternals_major}

%package -n %{libakonadiprotocolinternals}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libakonadiprotocolinternals}
%{name} library.

%files -n %{libakonadiprotocolinternals}
%{_kde_libdir}/libakonadiprotocolinternals.so.%{akonadiprotocolinternals_major}*

#------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libakonadiprotocolinternals} = %{EVRD}
Requires:	akonadi-common = %{EVRD}

%description devel
This package contains header files needed if you wish to build applications
based on %{name}

%files devel
%{_kde_includedir}/*
%{_kde_libdir}/*.so
%{_kde_libdir}/pkgconfig/akonadi.pc
%{_kde_libdir}/cmake/Akonadi
%{_kde_datadir}/dbus-1/interfaces/*.xml

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%cmake_kde4 \
	-DMYSQLD_EXECUTABLE=%{_sbindir}/mysqld \
	-DCONFIG_INSTALL_DIR=%{_sysconfdir}
%make

%install
%makeinstall_std -C build
mkdir %{buildroot}%{_libdir}/qt4
mv %{buildroot}%{_libdir}/plugins %{buildroot}%{_libdir}/qt4/


%changelog
* Mon Jan 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.13.0-3
+ Revision: de8046c
- Add upstream patches to fix various issues



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22306 |14mu|alacarte-3.11.91-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple menu editor for Gnome
Name:		alacarte
Version:	3.11.91
Release:	1
Group:		System/Configuration/Other
License:	LGPLv2+
URL:		http://www.realistanew.com/projects/alacarte/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.7/%{name}-%{version}.tar.xz
Source1:	%{name}-icons.tar.bz2
BuildArch:	noarch

BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtds
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	pkgconfig(libgnome-menu-3.0)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	xsltproc

Requires:	pygtk2.0
Requires:	gnome-python-gconf
Requires:	gnome-python
Requires:	typelib(GMenu)

%description
Alacarte is a menu editor for GNOME that lets you get things done,
simply and quickly.

Just click and type to edit, add, and delete any menu entry.

%prep
%setup -q -a1

%build
%configure2_5x \
	--prefix=%{_prefix} \
	--libdir=%{_prefix}/lib

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

desktop-file-install --vendor="" \
	--add-category="GNOME" \
	--add-category="X-MandrivaLinux-System-Configuration-Other" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

install -D -m 644 %{name}48.png %{buildroot}/%{_liconsdir}/%{name}.png
install -D -m 644 %{name}32.png %{buildroot}/%{_iconsdir}/%{name}.png
install -D -m 644 %{name}16.png %{buildroot}/%{_miconsdir}/%{name}.png

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README AUTHORS COPYING
%{py_puresitedir}/*
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_iconsdir}/*/%{name}.png
%{_iconsdir}/%{name}.png
%{_mandir}/man?/*


%changelog

* Thu Mar 24 2016 dsilakov <denis.silakov@rosalab.ru> 3.11.91-1
- (d321353) Merge pull request #1 from dsilakov/alacarte:auto_update
- (d321353) update alacarte to 3.11.91



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22307 |14mu|allegro-4.4.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4.4
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Game programming library
Name:		allegro
Version:	4.4.2
Release:	6
License:	Public Domain
Group:		System/Libraries
Url:		http://alleg.sourceforge.net/
Source0:	http://downloads.sourceforge.net/alleg/allegro/%{name}-%{version}.tar.gz
Patch0:		allegro-4.4.2-doc-install.patch
# build seems to fail when username is build, workaround it
Patch1:		allegro-4.4.2-userbuild.patch
Patch2:		allegro-4.2.2-gcc43.patch
Patch4:		allegro-4.4.0.1-format_not_a_string_literal_and_no_format_arguments.patch
BuildRequires:	cmake
BuildRequires:	texinfo
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(zlib)
%ifarch %{ix86}
BuildRequires:	svgalib-devel
%endif

%description
Allegro is a library of functions for use in computer games.

%files
%doc %{_docdir}/%{name}
%{_bindir}/colormap
%{_bindir}/dat
%{_bindir}/dat2c
%{_bindir}/dat2s
%{_bindir}/exedat
%{_bindir}/grabber
%{_bindir}/pack
%{_bindir}/pat2dat
%{_bindir}/rgbmap
%{_bindir}/textconv
%{_datadir}/allegro
%{_libdir}/%{name}/%{version}/alleg-alsadigi.so
%{_libdir}/%{name}/%{version}/alleg-alsamidi.so
%{_libdir}/%{name}/%{version}/alleg-dga2.so
%{_libdir}/%{name}/%{version}/modules.lst
%config(noreplace) %{_sysconfdir}/allegrorc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Game programming library
Group:		System/Libraries
Provides:	lib%{name} = %{EVRD}
Suggests:	%{name} >= %{EVRD}

%description -n %{libname}
Allegro is a library of functions for use in computer games.

%files -n %{libname}
%{_libdir}/liballeg.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Game programming library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
Allegro is a library of functions for use in computer games.
This package contains files needed to build programs using Allegro.

%files -n %{devname}
%doc docs/txt/abi.txt docs/txt/ahack.txt docs/txt/allegro.txt
%doc docs/txt/const.txt docs/txt/faq.txt docs/txt/help.txt
%doc docs/html
%doc demos examples setup
%{_bindir}/%{name}-config
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*.h
%{_includedir}/allegro
%{_includedir}/allegrogl
%{_mandir}/man3/*3*
%{_infodir}/allegro.info*

#----------------------------------------------------------------------------

%package jack-plugin
Summary:	Allegro JACK (Jack Audio Connection Kit) plugin
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description jack-plugin
This package contains a plugin for Allegro which enables Allegro to playback
sound through JACK (Jack Audio Connection Kit).

%files jack-plugin
%{_libdir}/%{name}/%{version}/alleg-jack.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch4 -p0

iconv -f iso-8859-1 -t utf-8 docs/src/allegro._tx > docs/src/allegro._tx.tmp
mv docs/src/allegro._tx.tmp docs/src/allegro._tx

%build
%define _disable_ld_no_undefined 1
%ifnarch ix86
export CFLAGS="%{optflags} -fPIC"
%endif

%cmake
%make
find demos examples setup -type f -perm +111 -print | xargs rm -rf

%install
%makeinstall_std -C build
install -d -m 755 %{buildroot}%{_mandir}/man3
install -D -m 644 build/docs/man/*3* %{buildroot}%{_mandir}/man3
install -D -m 644 allegro.cfg %{buildroot}%{_sysconfdir}/allegrorc
install -d -m 755 %{buildroot}%{_datadir}/allegro
install -D -m 644 keyboard.dat language.dat %{buildroot}%{_datadir}/allegro


%changelog

* Sun Jun 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.4.2-6
- (100e105) Build with vorbis support
- (100e105) Make sure gl and zlib development libraries are installed



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22308 |14mu|allegro5-5.0.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname allegro

%define major 5.0
%define libname %mklibname allegro %{major}
%define libacodec %mklibname allegro_acodec %{major}
%define libaudio %mklibname allegro_audio %{major}
%define libcolor %mklibname allegro_color %{major}
%define libdialog %mklibname allegro_dialog %{major}
%define libfont %mklibname allegro_font %{major}
%define libimage %mklibname allegro_image %{major}
%define libmain %mklibname allegro_main %{major}
%define libmemfile %mklibname allegro_memfile %{major}
%define libphysfs %mklibname allegro_physfs %{major}
%define libprimitives %mklibname allegro_primitives %{major}
%define libttf %mklibname allegro_ttf %{major}
%define devname %mklibname %{name} -d

Summary:	Game programming library
Name:		allegro5
Version:	5.0.11
Release:	1
License:	zlib
Group:		System/Libraries
Url:		http://liballeg.org
Source0:	http://download.gna.org/allegro/allegro/%{version}/%{oname}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	jpeg-devel
BuildRequires:	physfs-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse-simple)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(zlib)

%description
Allegro is a library of functions for use in computer games.

%files
%{_sysconfdir}/allegro5rc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Game programming library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
Allegro is a library of functions for use in computer games.

%files -n %{libname}
%{_libdir}/liballegro.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libacodec}
Summary:	Game programming library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libacodec}
Allegro is a library of functions for use in computer games.

%files -n %{libacodec}
%{_libdir}/liballegro_acodec.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libaudio}
Summary:	Game programming library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libaudio}
Allegro is a library of functions for use in computer games.

%files -n %{libaudio}
%{_libdir}/liballegro_audio.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcolor}
Summary:	Game programming library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libcolor}
Allegro is a library of functions for use in computer games.

%files -n %{libcolor}
%{_libdir}/liballegro_color.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libdialog}
Summary:	Game programming library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libdialog}
Allegro is a library of functions for use in computer games.

%files -n %{libdialog}
%{_libdir}/liballegro_dialog.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libfont}
Summary:	Game programming library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libfont}
Allegro is a library of functions for use in computer games.

%files -n %{libfont}
%{_libdir}/liballegro_font.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libimage}
Summary:	Game programming library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libimage}
Allegro is a library of functions for use in computer games.

%files -n %{libimage}
%{_libdir}/liballegro_image.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmain}
Summary:	Game programming library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libmain}
Allegro is a library of functions for use in computer games.

%files -n %{libmain}
%{_libdir}/liballegro_main.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmemfile}
Summary:	Game programming library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libmemfile}
Allegro is a library of functions for use in computer games.

%files -n %{libmemfile}
%{_libdir}/liballegro_memfile.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libphysfs}
Summary:	Game programming library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libphysfs}
Allegro is a library of functions for use in computer games.

%files -n %{libphysfs}
%{_libdir}/liballegro_physfs.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libprimitives}
Summary:	Game programming library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libprimitives}
Allegro is a library of functions for use in computer games.

%files -n %{libprimitives}
%{_libdir}/liballegro_primitives.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libttf}
Summary:	Game programming library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libttf}
Allegro is a library of functions for use in computer games.

%files -n %{libttf}
%{_libdir}/liballegro_ttf.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Game programming library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libacodec} = %{EVRD}
Requires:	%{libaudio} = %{EVRD}
Requires:	%{libcolor} = %{EVRD}
Requires:	%{libdialog} = %{EVRD}
Requires:	%{libfont} = %{EVRD}
Requires:	%{libimage} = %{EVRD}
Requires:	%{libmain} = %{EVRD}
Requires:	%{libmemfile} = %{EVRD}
Requires:	%{libphysfs} = %{EVRD}
Requires:	%{libprimitives} = %{EVRD}
Requires:	%{libttf} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Allegro is a library of functions for use in computer games.
This package contains files needed to build programs using Allegro.

%files -n %{devname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*-5.pc
%{_libdir}/pkgconfig/*-5.0.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake \
	-DWANT_DOCS:BOOL=OFF
%make

%install
%makeinstall_std -C build
install -D -m 644 allegro5.cfg %{buildroot}%{_sysconfdir}/allegro5rc

%changelog

* Thu Feb 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0.11-1
- (5162fa3) Build requires pkgconfig(glu)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22309 |14mu|alsa-firmware-1.0.29-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced Linux Sound Architecture (ALSA) tools
Name:		alsa-firmware
Version:	1.0.29
Release:	1
# use the licenses figured out by Fedora, for a break down of where each license
# comes from see:
# http://pkgs.fedoraproject.org/gitweb/?p=alsa-firmware.git;a=blob;f=alsa-firmware.spec
Group:		System/Kernel and hardware
License:	GPLv1+ and BSD and GPLv2+ and GPLv2 and LGPLv2+
Url:		http://alsa-project.org
Source0:	ftp://ftp.alsa-project.org/pub/firmware/%{name}-%{version}.tar.bz2
Requires:	udev
%rename		aica-firmware
%rename		asihpi-firmware
%rename		emu1010-firmware
%rename		sb16-firmware
%rename		korg1212-firmware
%rename		maestro3-firmware
%rename		turtlebeach-firmware
%rename		yamaha-firmware
Provides:	ctexfx-firmware = %{EVRD}
Provides:	ctspeq-firmware = %{EVRD}
Obsoletes:	emagic-firmware < %{EVRD}
# (ahmad) provide echomixer-firmware, and not echomixer, so as not to obsolete
# echomixer here and in alsa-tools; urpmi can't soomthly handle a package
# obsoleted by two packages
Provides:	echomixer-firmware = %{EVRD}
BuildArch:	noarch

%description
This package contains the firmware binaries for a number of sound cards.
Some (but not all of these) require firmware loaders which are included in
the alsa-tools-firmware package.

%files
%doc COPYING README*
/lib/firmware/aica_firmware.bin
/lib/firmware/asihpi
/lib/firmware/cs46xx
/lib/firmware/ea/
/lib/firmware/emu/
/lib/firmware/digiface_*
/lib/firmware/multiface_*
/lib/firmware/rpm_firmware.bin
/lib/firmware/korg/k1212.dsp
/lib/firmware/pcxhr/
/lib/firmware/vx/
/lib/firmware/turtlebeach/
/lib/firmware/yamaha/
/lib/firmware/sb16/
/lib/firmware/mixart/
/lib/firmware/ess/
/lib/firmware/ctefx.bin
/lib/firmware/ctspeq.bin
%dir %{_datadir}/alsa/firmware
%{_datadir}/alsa/firmware/usx2yloader

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--with-hotplug-dir=/lib/firmware \
	--disable-loader
%make

# (Fedora) Rename README files from firmware subdirs that have them
for i in hdsploader mixartloader pcxhrloader usx2yloader vxloader
do
  mv ${i}/README README.${i}
done

%install
%makeinstall_std


%changelog
* Wed Mar 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.29-1
+ Revision: 5f894cc
- New version 1.0.29



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22310 |14mu|alsa-lib-1.1.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2

%define oldlib %mklibname alsa %{major}
%define olddev %mklibname alsa2 -d

%define libname %mklibname asound %{major}
%define devname %mklibname asound -d

Summary:	Config files for Advanced Linux Sound Architecture (ALSA)
Name:		alsa-lib
Version:	1.1.4.1
Release:	1
Epoch:		2
License:	LGPLv2+
Group:		Sound
Url:		http://www.alsa-project.org/
Source0:	ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}.tar.bz2
Source1:	README.soundprofiles
Source10:       imx6-wandboard-.conf
Source11:       imx-hdmi-soc.conf
Source12:       imx-spdif.conf
BuildRequires:	doxygen
BuildRequires:	pkgconfig(python)
Requires(post,postun):	update-alternatives
Provides:	libalsa-data = 2:%{version}-%{release}
Obsoletes:	libalsa-data < 2:1.0.26
Conflicts:	%{olddev} < 2:1.0.26

%description
Advanced Linux Sound Architecture (ALSA) is a modularized architecture which
supports quite a large range of ISA and PCI cards.
It's fully compatible with old OSS drivers (either OSS/Lite, OSS/commercial).
To use the features of alsa, one can either use:
- the old OSS api
- the new ALSA api that provides many enhanced features.

Using the ALSA api requires to use the ALSA library.

%files
%{_bindir}/aserver
%dir %{_sysconfdir}/sound/profiles
%dir %{_sysconfdir}/sound/profiles/alsa
%{_sysconfdir}/sound/profiles/README
%{_sysconfdir}/sound/profiles/alsa/profile.conf
%{_sysconfdir}/sound/profiles/alsa/alsa-default.conf
%dir %{_datadir}/alsa/
%dir %{_datadir}/alsa/cards/
%dir %{_datadir}/alsa/pcm/
%dir %{_datadir}/alsa/ucm/
%{_datadir}/alsa/cards/*
%{_datadir}/alsa/pcm/*
%{_datadir}/alsa/topology/*
%{_datadir}/alsa/ucm/*
%{_datadir}/alsa/alsa.conf
%{_datadir}/alsa/alsa.conf.d
%{_datadir}/alsa/smixer.conf
%{_datadir}/alsa/sndo-mixer.alisp
%dir %{_libdir}/alsa-lib
%dir %{_libdir}/alsa-lib/smixer/
%{_libdir}/alsa-lib/smixer/*

%post
%{_sbindir}/update-alternatives \
  --install %{_sysconfdir}/sound/profiles/current soundprofile %{_sysconfdir}/sound/profiles/alsa 10

%postun
if [ ! -f %{_sysconfdir}/sound/profiles/alsa/profile.conf ]; then
  %{_sbindir}/update-alternatives --remove soundprofile %{_sysconfdir}/sound/profiles/alsa
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Advanced Linux Sound Architecture (ALSA) library
Group:		Sound
Requires:	%{name} = %{EVRD}
Suggests:	%mklibname alsa-plugins
Provides:	%{oldlib} = 2:%{version}-%{release}
Obsoletes:	%{oldlib} < 2:1.0.26

%description -n %{libname}
Advanced Linux Sound Architecture (ALSA) is a modularized architecture which
supports quite a large range of ISA and PCI cards.
It's fully compatible with old OSS drivers (either OSS/Lite, OSS/commercial).
To use the features of alsa, one can either use:
- the old OSS api
- the new ALSA api that provides many enhanced features.

This package contains config files by ALSA applications.

%files -n %{libname}
%{_libdir}/libasound.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Advanced Linux Sound Architecture (ALSA)
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{olddev} = 2:%{version}-%{release}
Obsoletes:	%{olddev} < 2:1.0.26
Provides:	libalsa-devel = 2:%{version}-%{release}
Obsoletes:	libalsa-devel < 2:1.0.26

%description -n %{devname}
Advanced Linux Sound Architecture (ALSA) is a modularized architecture which
supports quite a large range of ISA and PCI cards.
It's fully compatible with old OSS drivers (either OSS/Lite, OSS/commercial).
To use the features of alsa, one can either use:
- the old OSS api
- the new ALSA api that provides many enhanced features.

This package contains files needed in order to develop an application
that made use of ALSA.

%files -n %{devname}
%dir %{_includedir}/alsa/
%{_includedir}/alsa/*
%{_includedir}/sys/asoundlib.h
%{_datadir}/aclocal/alsa.m4
%{_libdir}/libasound.so
%{_libdir}/pkgconfig/alsa.pc

#----------------------------------------------------------------------------

%package docs
Summary:	Documentation for Advanced Linux Sound Architecture (ALSA)
Group:		Documentation
Requires:	%{libname} = %{EVRD}
Provides:	libalsa2-docs = 2:%{version}-%{release}
Obsoletes:	libalsa2-docs < 2:1.0.26

%description docs
Advanced Linux Sound Architecture (ALSA) is a modularized architecture which
supports quite a large range of ISA and PCI cards.
It's fully compatible with old OSS drivers (either OSS/Lite, OSS/commercial).
To use the features of alsa, one can either use:
- the old OSS api
- the new ALSA api that provides many enhanced features.

The Advanced Linux Sound Architecture comes with a kernel API and library API.
This document describes the library API and how it interfaces with the kernel
API. Application programmers should use the library API rather than kernel API.

The Library offers 100% of the functionally of the kernel API, but add next
major improvements in usability, making the application code simpler and better
looking.

This package contains the documentation that describe the ALSA lib API.

%files docs
%doc doc/doxygen/html/* doc/asoundrc.txt

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-shared \
	--enable-python

# Force definition of -DPIC so that VERSIONED_SYMBOLS are used
# FIXME: alsa people should not depend on PIC to determine a DSO build...
perl -pi -e 's,(^pic_flag=.+)(-fPIC),\1-DPIC \2,' libtool
%make
%make -C doc doc

%install
%makeinstall_std

install -m644 %{SOURCE10} %{SOURCE11} %{SOURCE12} %{buildroot}%{_datadir}/alsa/cards
%ifnarch arm armv7hf armv7hl
# No need to keep ARM-only hardware support...
rm -rf %{buildroot}%{_datadir}/ucm/PandaBoard*
%endif

# (cg) For sound profile support
mkdir -p %{buildroot}%{_sysconfdir}/sound/profiles/alsa
echo "SOUNDPROFILE=alsa" > %{buildroot}%{_sysconfdir}/sound/profiles/alsa/profile.conf
echo "# This file is left blank to allow alsa to default to dmix" > %{buildroot}%{_sysconfdir}/sound/profiles/alsa/alsa-default.conf
install -m 644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/sound/profiles/README
ln -s %{_sysconfdir}/sound/profiles/current/alsa-default.conf %{buildroot}%{_datadir}/alsa/alsa.conf.d/99-default.conf


%changelog

* Wed Aug 09 2017 keleg <vladimir.potapov@rosalab.ru> 2:1.1.4.1-1
- (100b2ce) Merge pull request #5 from keleg/alsa-lib:rosa2014.1
- (100b2ce) up to 1.1.4.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22311 |14mu|alsa-plugins-1.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %{name}

Summary:	Advanced Linux Sound Architecture (ALSA) plugins
Name:		alsa-plugins
Version:	1.1.4
Release:	1
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
License:	GPLv2+ and LGPLv2+
Group:		Sound
Url:		http://www.alsa-project.org
Source0:	ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz2
Source1:	jack.conf
Source2:	pulseaudio.conf
Source3:	pcm-oss.conf
Source4:	samplerate.conf
Source5:	upmix.conf
Source6:	vdownmix.conf
Source7:	pulse-default.conf
Source8:	a52.conf
BuildRequires:	kernel-headers >= 2.4.0
BuildRequires:	pkgconfig(alsa) >= %{version}
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libpulse) >= 0.8
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(speex)

%description
Advanced Linux Sound Architecture (ALSA) utilities. Modularized architecture
with support for a large range of ISA and PCI cards. Fully compatible with
OSS/Lite (kernel sound drivers), but contains many enhanced features.

This is the plugins package, which allows you to manipulate ALSA settings.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Advanced Linux Sound Architecture (ALSA) plugins
Group:		Sound
%rename		%{name}

%description -n %{libname}
Advanced Linux Sound Architecture (ALSA) utilities. Modularized architecture
with support for a large range of ISA and PCI cards. Fully compatible with
OSS/Lite (kernel sound drivers), but contains many enhanced features.

This is the plugins package, which allows you to manipulate ALSA settings.

%files -n %{libname}
%exclude %{_libdir}/alsa-lib/*_pulse.so
%exclude %{_libdir}/alsa-lib/*_jack.so
%exclude %{_libdir}/alsa-lib/*_a52.so
%{_datadir}/alsa/pcm/samplerate.conf
%{_datadir}/alsa/pcm/upmix.conf
%{_datadir}/alsa/pcm/vdownmix.conf
%{_libdir}/alsa-lib/*

#----------------------------------------------------------------------------

%package doc
Summary:	Advanced Linux Sound Architecture (ALSA) plugins
Group:		Sound
BuildArch:	noarch

%description doc
Documentation for %{name}.

%files doc
%doc COPYING* doc/R* doc/*.txt

#----------------------------------------------------------------------------

# (tv) needed for biarch:
%package pulse-config
Summary:	Alsa to PulseAudio backend configuration
Group:		Sound
License:	LGPLv2+
# (cg) For upgrading from old configuration system
Requires(post):	libalsa-data >= 1.0.20-2
Requires(post):	update-alternatives

%description pulse-config
This package contains configuration files for the pulse ALSA plugin.

%files pulse-config
%{_sysconfdir}/sound/profiles/pulse/alsa-default.conf
%{_datadir}/alsa/pcm/pulseaudio.conf

%post pulse-config
# (cg) Check to see if the user has disabled pulse in the old style setup.
if [ -f %{_sysconfdir}/alsa/pulse-default.conf ]; then
  if grep -q "^#DRAKSOUND- " %{_sysconfdir}/alsa/pulse-default.conf; then
    update-alternatives --set soundprofile %{_sysconfdir}/sound/profiles/alsa
  fi
fi

#----------------------------------------------------------------------------

%package -n %{libname}-pulseaudio
Summary:	Alsa to PulseAudio backend
Group:		Sound
License:	LGPLv2+
Provides:	%{name}-pulseaudio = %{EVRD}
Requires:	%{name}-pulse-config
%ifarch x86_64
# (cg) Suggest the 32 bit plugin on 64 bits to ensure compatibility
#      with (typically closed source) 32 bit apps.
Suggests:	lib%{name}-pulseaudio
%endif

%description -n %{libname}-pulseaudio
This plugin allows any program that uses the ALSA API to access a PulseAudio
sound daemon. In other words, native ALSA applications can play and record
sound across a network. There are two plugins in the suite, one for PCM and
one for mixer control.

%files -n %{libname}-pulseaudio
%doc doc/README-pulse
%{_libdir}/alsa-lib/libasound_module_pcm_pulse.so
%{_libdir}/alsa-lib/libasound_module_ctl_pulse.so
%{_libdir}/alsa-lib/libasound_module_conf_pulse.so

#----------------------------------------------------------------------------

%package -n %{libname}-jack
Summary:	Jack PCM output plugin for ALSA
Group:		Sound
License:	LGPLv2+
Provides:	%{name}-jack = %{EVRD}

%description -n %{libname}-jack
This plugin converts the ALSA API over JACK (Jack Audio Connection
Kit, http://jackit.sf.net) API.  ALSA native applications can work
transparently together with jackd for both playback and capture.

    ALSA apps (playback) -> ALSA-lib -> JACK plugin -> JACK daemon
    ALSA apps (capture) <- ALSA-lib <- JACK plugin <- JACK daemon

This plugin provides the PCM type "jack"

%files -n %{libname}-jack
%doc doc/README-jack
%{_datadir}/alsa/pcm/jack.conf
%{_libdir}/alsa-lib/libasound_module_pcm_jack.so

#----------------------------------------------------------------------------

%package -n %{libname}-a52
Summary:	A52/AC3 output plugin for ALSA
Group:		Sound
License:	LGPLv2+
Provides:	%{name}-a52 = %{EVRD}
Conflicts:	%{libname} <= 1.0.25-1

%description -n %{libname}-a52
This plugin supports Digital 5.1 AC3 emulation over S/PDIF (IEC958).

%files -n %{libname}-a52
%{_datadir}/alsa/alsa.conf.d/a52.conf
%{_libdir}/alsa-lib/libasound_module_pcm_a52.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x
%make LIBS='-pthread'

%install
%makeinstall_std mkdir_p="mkdir -p"

install -d %{buildroot}%{_datadir}/alsa/pcm
install -m644 %{SOURCE1} %{SOURCE2} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{buildroot}%{_datadir}/alsa/pcm

# (cg) Include a configuration for when pulse is active
install -m644 %{SOURCE7} -D %{buildroot}%{_sysconfdir}/sound/profiles/pulse/alsa-default.conf

#a52 conf
install -m 644 %{SOURCE8} %{buildroot}%{_datadir}/alsa/alsa.conf.d

# We already include those in other places
rm %{buildroot}%{_datadir}/alsa/alsa.conf.d/{50-pulseaudio.conf,99-pulseaudio-default.conf.example}

%changelog

* Thu Aug 10 2017 keleg <vladimir.potapov@rosalab.ru> 1.1.4-1
- (3f425bf) Merge pull request #3 from import/alsa-plugins:rosa2016.1
- (3f425bf) Up to 1.1.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22312 |14mu|alsa-tools-1.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# sb16_csp is added conditionally!
%define MODULES_NOCSPCTL as10k1 echomixer envy24control hdajackretask hdajacksensetest hda-verb hdspconf hdsploader hdspmixer ld10k1 mixartloader pcxhrloader rmedigicontrol seq/sbiload sscape_ctl us428control usx2yloader vxloader
# qlo10k1 needs l10k1 and thus this package will only bootstrap if it's installed first

%ifarch ppc %{mips} %{arm}
%define MODULES %{MODULES_NOCSPCTL}
%else
%define MODULES %{MODULES_NOCSPCTL} sb16_csp
%endif

%define major 0
%define libname %mklibname lo10k1_%{major}
%define devname %mklibname lo10k1 -d

Summary:	Advanced Linux Sound Architecture (ALSA) tools
Name:		alsa-tools
Version:	1.1.3
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://alsa-project.org
Source0:	ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
Source1:	90-alsa-tools-firmware.rules
Patch1:		alsa-tools-1.0.18-sscape_ctl.c.patch
# From Debian: adapt to udev instead of hotplug - AdamW 2008/03
Patch2:		alsa-tools-1.0.16-usx2yloader-udev.patch
# (tv) fix underlinking:
Patch3:		alsa-tools-1.0.17rc1-fix-link.patch
# When launched from desktop files, show a message if no cards found
Patch4:		alsa-tools-1.1.0-avoid-silent-fail.patch

BuildRequires:	desktop-file-utils
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(ncurses)

%rename		envy24control
%rename		hdspconf
%rename		hdspmixer
%rename		rmedigicontrol
%rename		sb16_csp
%rename		sbiload
%rename		sscape_ctl
%rename		us428control
%rename		as10k1
%rename		echomixer
Obsoletes:	ac3dec < 1.0.27-1

%description
Advanced Linux Sound Architecture (ALSA) utils. Modularized 
architecture with support for a large range of ISA and PCI cards.
Fully compatible with OSS/Lite (kernel sound drivers), but 
contains many enhanced features.

This source rpm package provides several sub packages:
* as10k1 - AS10k1 Assembler version A0.99
* cspctl - Sound Blaster 16 ASP/CSP control program
* envy24control - Control tool for Envy24 (ice1712) based sound cards
* hdspmixer - Mixer for the RME Hammerfall DSP cards
* rmedigicontrol - Control panel for RME Hammerfall cards
* sbiload - An OPL2/3 FM instrument loader for ALSA sequencer
* sscape_ctl - ALSA SoundScape control utility
* us428control - Control tool for Tascam 428

%files
%doc as10k1/README as10k1/COPYING as10k1/examples
%doc echomixer/AUTHORS echomixer/COPYING echomixer/README
%doc envy24control/AUTHORS envy24control/COPYING envy24control/README
%doc hdspconf/COPYING hdspconf/README
%doc hdspmixer/AUTHORS hdspmixer/COPYING hdspmixer/README
%doc rmedigicontrol/COPYING rmedigicontrol/README
%doc seq/sbiload/COPYING seq/sbiload/README
%{_bindir}/as10k1
%{_bindir}/echomixer
%{_bindir}/envy24control
%{_bindir}/hdspconf
%{_bindir}/hdspmixer
%{_bindir}/rmedigicontrol
%{_bindir}/sbiload
%{_bindir}/sscape_ctl
%{_bindir}/us428control
%{_bindir}/hda-verb
%{_bindir}/hdajackretask
%{_bindir}/hdajacksensetest
%{_bindir}/*wrapper
%{_datadir}/applications/hdspmixer.desktop
%{_datadir}/applications/hdspconf.desktop
%{_datadir}/applications/echomixer.desktop
%{_datadir}/applications/envy24control.desktop
%{_datadir}/applications/rmedigicontrol.desktop
%{_datadir}/sounds/opl3/
%{_datadir}/pixmaps/hdspconf.png
%{_datadir}/pixmaps/hdspmixer.png
%{_mandir}/man1/envy24control.1*
%ifnarch ppc %{mips} %{arm}
%doc sb16_csp/COPYING sb16_csp/README
%{_bindir}/cspctl
%{_mandir}/man1/cspctl.*
%endif

#----------------------------------------------------------------------------

%package firmware
Summary:	ALSA tools for uploading firmware to some sound cards
License:	GPLv1+
Group:		System/Kernel and hardware
Requires:	alsa-firmware >= 1.0.25
%rename		hdsploader
%rename		mixartloader
%rename		pcxhrloader
%rename		usx2yloader
%rename		vxloader

%description firmware
This package contains tools for flashing firmware into certain sound cards.
The following tools are available:

* hdsploader   - for RME Hammerfall DSP cards
* mixartloader - for Digigram miXart sound cards
* pcxhrloader  - for Digigram PCXHR sound cards
* usx2yloader  - second phase firmware loader for Tascam USX2Y USB sound cards
* vxloader     - for Digigram VX sound cards

%files firmware
%doc hdsploader/AUTHORS hdsploader/COPYING hdsploader/README
%doc usx2yloader/README
%doc vxloader/README
/lib/udev/rules.d/90-alsa-tools-firmware.rules
/lib/udev/tascam_fpga
/lib/udev/tascam_fw
%{_bindir}/hdsploader
%{_bindir}/mixartloader
%{_bindir}/pcxhrloader
%{_bindir}/usx2yloader
%{_bindir}/vxloader

#----------------------------------------------------------------------------

%package -n ld10k1
Summary:	AS10k1 Assembler version A0.99
License:	GPLv1
Group:		System/Kernel and hardware

%description -n ld10k1
This is patch loader for EMU10K1 (EMU10K2) for ALSA.
This disables AC3 passthrough on SB Live.

There are two parts:
Server - ld10k1 - running as service - it is storing driver state - it must run
under root or by setuided
Client - lo10k1 - controls server and dump loader dl10k1 - loads dumps
previously created with lo10k1 & ld10k1.

ld10k1 will clear card DSP program and you will hear nothing.
You must load some patches to route sound from inputs to outputs (use
audigy_init script for audigy 1, 2 or init_live for sb live).
After loading patch check and set oss mixer emulation through proc file
(/proc/asound/card/oss_mixer)

In directory setup are some patches which I use on my Audigy for testing.
With this you will have exactly same mixer as with original driver (+headphone
control, not tested AudigyDrive inputs and outputs, AC3 passthrought).
Use as10k1 compiler from alsa-tools package to compile patches.

%files -n ld10k1
%doc as10k1/README as10k1/COPYING as10k1/examples
%{_bindir}/lo10k1
%{_bindir}/init_audigy
%{_bindir}/init_audigy_eq10
%{_bindir}/init_live
%{_datadir}/ld10k1
%{_sbindir}/ld10k1
%{_sbindir}/dl10k1
%{_sbindir}/ld10k1d

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Ld10k1_ library
Group:		System/Libraries
Obsoletes:	%{_lib}lo10k10 < 1.0.27-2

%description -n %{libname}
This is the library of ld10k1.

%files -n %{libname}
%{_libdir}/liblo10k1.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for l10k1
Group:		Development/C
Requires:	%{libname} = %{version}
Obsoletes:	%{_lib}lo10k10-devel < 1.0.27-2

%description -n %{devname}
This package contains files needed in order to develop an application
that made use of the ld10k1 library.

%files -n %{devname}
%{_includedir}/lo10k1
%{_datadir}/aclocal/ld10k1.m4
%{_libdir}/liblo10k1.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

pushd envy24control
touch NEWS ChangeLog
popd

find . -name "Make*" -o -name "configure.*" |xargs sed -i -e 's,configure\.in,configure.ac,g'

%build
for i in %{MODULES}; do
pushd ${i}
libtoolize -c -f
autoreconf -fi
%configure2_5x
%make
popd
done

%install
for i in %{MODULES}; do
pushd ${i}
  %makeinstall_std
popd
done

# install menu entries
# use wrappers with kdialog/xmessage to show some valuable message if program fails to start due to missing card
# We don't use exit code (some programs exit with zero code in this situation, but even if you get non-zero code
# you can't say if this is due to a missing card or due to another reason)

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/echomixer.desktop << EOF
[Desktop Entry]
Name=Echo mixer
Comment=Control tool for Echoaudio sound cards
Comment[ru]=Утилита управления звуковыми картами Echoaudio
Exec=%{_bindir}/echomixer_wrapper
Icon=sound_section
Terminal=false
Type=Application
Categories=AudioVideo;Audio;Mixer;
EOF

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/envy24control.desktop << EOF
[Desktop Entry]
Name=Envy24control
Comment=Control tool for Envy24 (ice1712) based sound cards
Comment[ru]=Утилита управления звуковыми картами Envy24 (ice1712)
Exec=%{_bindir}/envy24control_wrapper
Icon=sound_section
Terminal=false
Type=Application
Categories=AudioVideo;Audio;Mixer;
EOF

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/rmedigicontrol.desktop << EOF
[Desktop Entry]
Name=RME Digicontrol
Comment=Control panel for RME Hammerfall
Comment[ru]=Панель управления для RME Hammerfall
Exec=%{_bindir}/rmedigicontrol
Icon=sound_section
Terminal=false
Type=Application
Categories=AudioVideo;Audio;Mixer;
EOF

echo "#!/bin/sh" > %{buildroot}%{_bindir}/echomixer_wrapper
echo "%{_bindir}/echomixer 2>&1 | grep -q 'No Echoaudio cards found, sorry.'; if [[ \$? == 0 ]]; then kdialog --msgbox \"No Echoaudio cards found.\" || xmessage \"No Echoaudio cards found.\"; fi" >> %{buildroot}%{_bindir}/echomixer_wrapper

echo "#!/bin/sh" > %{buildroot}%{_bindir}/envy24control_wrapper
echo "%{_bindir}/envy24control 2>&1 | grep -q 'No ICE1712 cards found'; if [[ \$? == 0 ]]; then kdialog --msgbox \"No ICE1712 cards found.\" || xmessage \"No ICE1712 cards found.\"; fi" >> %{buildroot}%{_bindir}/envy24control_wrapper

echo "#!/bin/sh" > %{buildroot}%{_bindir}/hdspconf_wrapper
echo "%{_bindir}/hdspconf 2>&1 | grep -q 'No Hammerfall DSP card found.'; if [[ \$? == 0 ]]; then kdialog --msgbox \"No Hammerfall DSP card found.\" || xmessage \"No Hammerfall DSP card found.\"; fi" >> %{buildroot}%{_bindir}/hdspconf_wrapper

echo "#!/bin/sh" > %{buildroot}%{_bindir}/hdspmixer_wrapper
echo "%{_bindir}/hdspmixer 2>&1 | grep -q 'No RME cards found.'; if [[ \$? == 0 ]]; then kdialog --msgbox \"No RME cards found.\" || xmessage \"No RME cards found.\"; fi" >> %{buildroot}%{_bindir}/hdspmixer_wrapper

chmod a+x %{buildroot}%{_bindir}/*wrapper

# fix .desktop files
sed -i 's,.png,,' %{buildroot}%{_datadir}/applications/{hdspconf,hdspmixer}.desktop

desktop-file-install \
	--vendor="" \
	--remove-key="Encoding" \
	--remove-key="FilePattern" \
	--remove-category="Application" \
	--dir=%{buildroot}%{_datadir}/applications/ \
	%{buildroot}%{_datadir}/applications/*

# udev rules file for usx2yloader - AdamW 2008/03
mkdir -p %{buildroot}/lib/udev/rules.d/
install -p -m 0644 %{SOURCE1} %{buildroot}/lib/udev/rules.d/


%changelog

* Thu Aug 10 2017 keleg <vladimir.potapov@rosalab.ru> 1.1.3-1
- (51bf5f8) Merge pull request #2 from import/alsa-tools:rosa2016.1
- (51bf5f8) up to 1.1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22313 |14mu|alsa-utils-1.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced Linux Sound Architecture (ALSA) utilities
Name:		alsa-utils
Version:	1.1.4
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://www.alsa-project.org
Source0:	ftp://ftp.alsa-project.org/pub/utils/%{name}-%{version}.tar.bz2
Patch0:		alsa-utils-1.1.0-dtd45.patch
BuildRequires:	docbook-dtd45-xml
BuildRequires:	kernel-headers
BuildRequires:	systemd-units
BuildRequires:	xmlto
BuildRequires:	pkgconfig(alsa) >= %{version}
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(udev)
Requires:	alsa-lib >= 1:%{version}
# dependancies for alsaconf:
Requires:	pciutils

%description
Advanced Linux Sound Architecture (ALSA) utilities. Modularized architecture
with support for a large range of ISA and PCI cards. Fully compatible with
OSS/Lite (kernel sound drivers), but contains many enhanced features.

This is the utilities package, which allows you to manipulate ALSA settings.

%files
%doc [A-Z][A-Z]*
%{_bindir}/[a-i]*
%{_sbindir}/alsactl
%{_sbindir}/alsa-info.sh
%{_sbindir}/alsabat-test.sh
/sbin/alsactl
%{_mandir}/man1/[a-i]*
%{_mandir}/man7/alsactl_init.7*
%{_datadir}/alsa/
/lib/systemd/system/*.service
/lib/systemd/system/*/*.service
/lib/udev/rules.d/*.rules
/var/lib/alsa

#----------------------------------------------------------------------------

%package -n speaker-test
Summary:	ALSA test tool
Group:		Sound
Requires:	alsa-utils

%description -n speaker-test
speaker-test is a tool that enables one to test his head phones.

%files -n speaker-test
%{_bindir}/speaker-test
%{_mandir}/man1/speaker-test.*
%{_datadir}/sounds/alsa/

#----------------------------------------------------------------------------

%package -n alsaconf
Summary:	ALSA configuration tool
Group:		Sound
Requires:	alsa-utils
Requires:	whiptail
Requires:	cdialog

%description -n alsaconf
Alsaconf is a tool that enables one to configure his sound card with ALSA.
It's often not not needed as mandriva linux will autoconfigure sound cards.

%files -n alsaconf -f alsaconf.lang
%{_sbindir}/alsaconf
%{_mandir}/man8/alsaconf.*
%lang(fr) %{_mandir}/fr/man8/alsaconf.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-rpath \
	--with-systemdsystemunitdir=%{_unitdir}

%make all

%install
%makeinstall_std mkdir_p="mkdir -p"

# Create /var/lib/alsa tree
mkdir -p -m 755 %{buildroot}/var/lib/alsa

# move alsactl in /sbin in order to reload mixer settings on bootstrapping:
mkdir %{buildroot}/sbin
mv %{buildroot}%{_sbindir}/alsactl %{buildroot}/sbin/alsactl

ln -s ../../sbin/alsactl %{buildroot}%{_sbindir}

%find_lang alsaconf
%find_lang alsa-utils
cat alsa-utils.lang >> alsaconf.lang

%changelog

* Thu Aug 10 2017 keleg <vladimir.potapov@rosalab.ru> 1.1.4-1
- (0c72f4d) Merge pull request #3 from import/alsa-utils:rosa2016.1
- (0c72f4d) Up to 1.1.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22314 |14mu|amarok-2.8.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_clamz}%{?!build_clamz:%bcond_without clamz}

Summary:	A powerful media player for KDE4
Name:		amarok
Epoch:		3
Version:	2.8.0
Release:	12
License:	GPLv2+
Group:		Sound
Url:		http://amarok.kde.org/
Source0:	http://fr2.rpmfind.net/linux/KDE/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
Source100:	amarok.rpmlintrc
Patch0:		amarok-2.6.0-lastfm1.patch
Patch1:		amarok-2.8.0-play-folder.patch
%if %{with clamz}
BuildRequires:	clamz
%endif
BuildRequires:	cmake
BuildRequires:	qtscriptgenerator
BuildRequires:	ffmpeg-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	libaio-devel
BuildRequires:	libifp-devel
BuildRequires:	liblastfm-devel
BuildRequires:	libmp4v2-devel
BuildRequires:	nepomuk-core-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmygpo-qt) >= 1.0.6
BuildRequires:	pkgconfig(libnjb)
BuildRequires:	pkgconfig(libofa)
BuildRequires:	pkgconfig(libvisual-0.4)
BuildRequires:	pkgconfig(loudmouth-1.0)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(taglib-extras)
Suggests:	%{name}-scripts = %{EVRD}
BuildRequires:	mariadb-static-devel
BuildRequires:	mariadb-server
%if %{with clamz}
Requires:	clamz
%endif
Requires:	kde4-audiocd
Requires:	mariadb-common
Requires:	gstreamer1.0-tools
Requires:	qtscriptbindings
Obsoletes:	%{_lib}amarokqtjson1 < 3:2.7.0
%rename		amarok-utils

%description
Feature Overview

* Music Collection:
You have a huge music library and want to locate tracks quickly? Let amaroK's
powerful Collection take care of that! It's a database powered music store,
which keeps track of your complete music library, allowing you to find any
title in a matter of seconds.

* Intuitive User Interface:
You will be amazed to see how easy amaroK is to use! Simply drag-and-drop files
into the playlist. No hassle with complicated  buttons or tangled menus.
Listening to music has never been easier!

* Streaming Radio:
Web streams take radio to the next level: Listen to thousands of great radio
stations on the internet, for free! amaroK provides excellent streaming
support, with advanced features, such as displaying titles of the currently
playing songs.

* Context Browser:
This tool provides useful information on the music you are currently listening
to, and can make listening suggestions, based on your personal music taste. An
innovate and unique feature.

* Visualizations:
amaroK is compatible with XMMS visualization plugins. Allows you to use the
great number of stunning visualizations available on the net. 3d visualizations
with OpenGL are a great way to enhance your music experience.

%files -f %{name}.lang
%{_kde_bindir}/amarok
%{_kde_bindir}/amarokcollectionscanner
%{_kde_bindir}/amarok_afttagger
%{_kde_bindir}/amarokmp3tunesharmonydaemon
%{_kde_bindir}/amarokpkg
%{_kde_bindir}/amzdownloader
%{_kde_datadir}/applications/kde4/amarok.desktop
%{_kde_datadir}/applications/kde4/amarok_containers.desktop
%{_kde_datadir}/applications/kde4/amzdownloader.desktop
%{_kde_datadir}/config/amarok.knsrc
%{_kde_datadir}/config/amarok_homerc
%{_kde_datadir}/config.kcfg/amarokconfig.kcfg
%{_kde_appsdir}/desktoptheme/*
%{_kde_appsdir}/solid/actions/amarok-play-audiocd.desktop
%{_kde_appsdir}/amarok
%{_kde_appsdir}/kconf_update/*
%{_kde_libdir}/kde4/*
%{_kde_libdir}/libampache_account_login.so
%{_kde_libdir}/libamarok_service_lastfm_shared.so
%{_kde_datadir}/config/amarokapplets.knsrc
%{_kde_datadir}/kde4/services/*
%{_kde_datadir}/kde4/servicetypes/*
%{_kde_iconsdir}/*/*/*/amarok.*
%{_kde_datadir}/dbus-1/interfaces/*
%{_kde_datadir}/mime/packages/amzdownloader.xml
%exclude %{_kde_appsdir}/amarok/scripts/

#--------------------------------------------------------------------

%package scripts
Summary:	Scripts for amarok
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description scripts
This package includes python scripts for amarok.

%files scripts
%dir %{_kde_appsdir}/amarok/scripts/
%{_kde_appsdir}/amarok/scripts/*

#------------------------------------------------

%define libamaroklib_major 1
%define libamaroklib %mklibname amaroklib %{libamaroklib_major}

%package -n %{libamaroklib}
Summary:	Amarok 2 core library
Group:		System/Libraries

%description -n %{libamaroklib}
Amarok 2 core library.

%files -n %{libamaroklib}
%{_kde_libdir}/libamaroklib.so.%{libamaroklib_major}*

#------------------------------------------------

%define libamarokcore_major 1
%define libamarokcore %mklibname amarokcore %{libamarokcore_major}

%package -n %{libamarokcore}
Summary:	Amarok 2 core library
Group:		System/Libraries

%description -n %{libamarokcore}
Amarok 2 core library.

%files -n %{libamarokcore}
%{_kde_libdir}/libamarokcore.so.%{libamarokcore_major}*

#------------------------------------------------

%define libamarokpud_major 1
%define libamarokpud %mklibname amarokpud %{libamarokpud_major}

%package -n %{libamarokpud}
Summary:	Amarok 2 core library
Group:		System/Libraries

%description -n %{libamarokpud}
Amarok 2 core library.

%files -n %{libamarokpud}
%{_kde_libdir}/libamarokpud.so.%{libamarokpud_major}*

#------------------------------------------------

%define libamarokocsclient_major 4
%define libamarokocsclient %mklibname amarokocsclient %{libamarokocsclient_major}

%package -n %{libamarokocsclient}
Summary:	Amarok 2 core library
Group:		System/Libraries

%description -n %{libamarokocsclient}
Amarok 2 core library.

%files -n %{libamarokocsclient}
%{_kde_libdir}/libamarokocsclient.so.%{libamarokocsclient_major}*

#------------------------------------------------

%define libamarokshared_major 1
%define libamarokshared %mklibname amarokshared %{libamarokshared_major}

%package -n %{libamarokshared}
Summary:	Amarok 2 shared library
Group:		System/Libraries

%description -n %{libamarokshared}
Amarok 2 shared library.

%files -n %{libamarokshared}
%{_kde_libdir}/libamarokshared.so.%{libamarokshared_major}*


#------------------------------------------------

%define libamaroksqlcollection_major 1
%define libamaroksqlcollection %mklibname amarok-sqlcollection %{libamaroksqlcollection_major}

%package -n %{libamaroksqlcollection}
Summary:	Amarok 2 core library
Group:		System/Libraries

%description -n %{libamaroksqlcollection}
Amarok 2 core library.

%files -n %{libamaroksqlcollection}
%{_kde_libdir}/libamarok-sqlcollection.so.%{libamaroksqlcollection_major}*

#------------------------------------------------

%define libamaroktranscoding_major 1
%define libamaroktranscoding %mklibname amarok-transcoding %{libamaroktranscoding_major}

%package -n %{libamaroktranscoding}
Summary:	Amarok 2 core library
Group:		System/Libraries

%description -n %{libamaroktranscoding}
Amarok 2 core library.

%files -n %{libamaroktranscoding}
%{_kde_libdir}/libamarok-transcoding.so.%{libamaroktranscoding_major}*

#------------------------------------------------

%define devname %mklibname -d %{name}

%package -n %{devname}
Summary:	Headers of %{name} for development
Group:		Development/C
Requires:	%{libamaroklib} = %{EVRD}
Requires:	%{libamarokcore} = %{EVRD}
Requires:	%{libamarokpud} = %{EVRD}
Requires:	%{libamarokocsclient} = %{EVRD}
Requires:	%{libamaroksqlcollection} = %{EVRD}
Requires:	%{libamaroktranscoding} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Headers of %{name} for development.

%files -n %{devname}
%{_kde_libdir}/libamaroklib.so
%{_kde_libdir}/libamarokcore.so
%{_kde_libdir}/libamarokpud.so
%{_kde_libdir}/libamarokocsclient.so
%{_kde_libdir}/libamarok-sqlcollection.so
%{_kde_libdir}/libamarok-transcoding.so
%{_kde_libdir}/libamarokshared.so

#--------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1

%build
%cmake_kde4 -DKDE4_BUILD_TESTS=OFF

%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-kde --all-name


%changelog

* Wed Nov 18 2015 Denis Silakov <dsilakov@gmail.com> 3:2.8.0-12
- (63e3ae3) Add inode/directory to supported mime types



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22315 |14mu|amor-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Amusing Misuse Of Resources put's comic figures above your windows
Name:		amor
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Conflicts:	kdetoys4-devel < 1:4.11.0

%description
Amusing Misuse Of Resources put's comic figures above your windows.

%files
%{_kde_bindir}/amor
%{_kde_applicationsdir}/amor.desktop
%{_kde_appsdir}/amor
%{_kde_iconsdir}/hicolor/*/apps/amor.png
%{_kde_docdir}/*/*/amor
%{_kde_mandir}/man6/amor.6.*
%{_datadir}/dbus-1/interfaces/org.kde.amor.xml

#-------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 1b7e511
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22316 |14mu|amtu-1.0.8-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Abstract Machine Test Utility (AMTU)
Name: amtu 
Version: 1.0.8
Release: 11
License: CPL
Group: System/Base
URL: http://sourceforge.net/projects/amtueal/
Source0: %{name}-%{version}.tar.xz
Patch1: amtu-1.0.8-doc.patch
Patch2: amtu-1.0.8-init.patch
Patch3: amtu-1.0.8-memsep.patch
Patch4: amtu-1.0.8-new-file.patch
BuildRequires: audit-libs-devel >= 1.1.2
BuildRequires: automake
Requires: chkconfig

%description
Abstract Machine Test Utility (AMTU) is an administrative utility to check
whether the underlying protection mechanism of the hardware are still being
enforced. This is a requirement of the Controlled Access Protection Profile
FPT_AMT.1, see 
http://www.radium.ncsc.mil/tpep/library/protection_profiles/CAPP-1.d.pdf

%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
touch ChangeLog
touch NEWS
touch AUTHORS
autoreconf -fv --install
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make "DESTDIR=${RPM_BUILD_ROOT}" "bindir=%{_sbindir}" install

%post
/sbin/chkconfig --add amtu

%preun
if [ $1 -eq 0 ]; then
   /sbin/service amtu stop > /dev/null 2>&1
   /sbin/chkconfig --del amtu
fi

%files
%defattr(-,root,root, -)
%doc doc/AMTUHowTo.txt LICENSE
%attr(755,root,root) /etc/rc.d/init.d/amtu
%config(noreplace) %attr(640,root,root) /etc/sysconfig/amtu
%attr(0750,root,root) %{_sbindir}/amtu
%attr(0644,root,root) %{_mandir}/man8/*


%changelog

* Tue Jul 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.8-11
- (fb35abb) Do not fail test if failed to get status of mount point - this can happen for fuse file systems



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22317 |14mu|analitza-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%ifarch %{arm}
%bcond_with opengl
%else
%bcond_without opengl
%endif

Summary:	Library that will let you add mathematical features to your program
Name:		analitza
Version:	4.14.3
Release:	1
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
# add SHOULD_BUILD_OPENGL option, to be able to disable support
# on arm because plotter3d assumes qreal=double all over the place
Patch0:		analitza-4.14.1-opengl_optional.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)

%description
The analitza library will let you add mathematical features to your program.

#---------------------------------------------

%package -n calgebra
Summary:	Console mathematical calculator
Group:		Graphical desktop/KDE
Conflicts:	kalgebra < 4.7.90

%description -n calgebra
Console interface for a mathematical calculator based content markup MathML
language.

%files -n calgebra
%{_kde_bindir}/calgebra

#---------------------------------------------

%package plots
Summary:	Plots used by the libanalitzaplot library
Group:		Graphical desktop/KDE
BuildArch:	noarch

%description plots
This package provides plots used by the libanalitzaplot library.

%files plots
%{_kde_appsdir}/libanalitza/plots/*.plots

#---------------------------------------------

%define analitza_major 5
%define libanalitza %mklibname analitza %{analitza_major}

%package -n %{libanalitza}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libanalitza}
The analitza library will let you add mathematical features to your program.
This pakage provide the runtime library for %{name}.

%files -n %{libanalitza}
%{_kde_libdir}/libanalitza.so.%{analitzagui_major}*

#---------------------------------------------

%define analitzagui_major 5
%define libanalitzagui %mklibname analitzagui %{analitzagui_major}

%package -n %{libanalitzagui}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libanalitzagui}
The analitza library will let you add mathematical features to your program.
This pakage provide the runtime library for %{name}.

%files -n %{libanalitzagui}
%{_kde_libdir}/libanalitzagui.so.%{analitzagui_major}*

#---------------------------------------------

%define analitzaplot_major 5
%define libanalitzaplot %mklibname analitzaplot %{analitzaplot_major}

%package -n %{libanalitzaplot}
Summary:	Runtime library for %{name}
Group:		System/Libraries
Requires:	analitza-plots

%description -n %{libanalitzaplot}
The analitza library will let you add mathematical features to your program.
This pakage provide the runtime library for %{name}.

%files -n %{libanalitzaplot}
%{_kde_libdir}/libanalitzaplot.so.%{analitzaplot_major}*

#---------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libanalitza} = %{EVRD}
Requires:	%{libanalitzagui} = %{EVRD}
Requires:	%{libanalitzaplot} = %{EVRD}

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_includedir}/analitza
%{_kde_includedir}/analitzagui
%{_kde_includedir}/analitzaplot
%{_kde_libdir}/libanalitza.so
%{_kde_libdir}/libanalitzagui.so
%{_kde_libdir}/libanalitzaplot.so
%{_kde_libdir}/cmake/analitza

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 .opengl_arm_float

%build
%cmake_kde4 \
%if %{with opengl}
	-DSHOULD_BUILD_OPENGL:BOOL=ON
%else
	-DSHOULD_BUILD_OPENGL:BOOL=OFF
%endif

%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 9ab2a48
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22318 |14mu|anjuta-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-4)

%define major		0
%define api		3
%define girmajor	3.0

%define libname		%mklibname %{name} %{api} %{major}
%define develname	%mklibname %{name} %{api} -d
%define girname		%mklibname %{name}-gir %{girmajor}

Summary:        Integrated development environment for C and C++ (Linux)
Name:           anjuta
Version:        3.16.0
Release:        1
License:        GPLv2+
Group:          Development/Other
URL:            http://anjuta.sourceforge.net/
Source0:        http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	autogen
BuildRequires:	itstool
BuildRequires:	bison
BuildRequires:	desktop-file-utils
BuildRequires:	flex
BuildRequires:	gnome-common
BuildRequires:  gtk-doc >= 1.0
BuildRequires:  imagemagick
BuildRequires:  intltool
BuildRequires:  vala
BuildRequires:	gettext-devel
BuildRequires:	subversion-devel >= 1.5.0
BuildRequires:	vala-devel
BuildRequires:  pkgconfig(apr-1)
BuildRequires:  pkgconfig(apr-util-1)
BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.0.0
BuildRequires:  pkgconfig(gdl-3.0) >= 2.91.4
BuildRequires:  pkgconfig(gladeui-2.0) >= 3.9.2
BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:  pkgconfig(gnome-doc-utils) >= 0.4.2
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:  pkgconfig(gtksourceview-3.0) >= 2.91.8
BuildRequires:  pkgconfig(libdevhelp-3.0) >= 3.0.0
BuildRequires:  pkgconfig(libgda-5.0) >= 5.1.1
BuildRequires:  pkgconfig(libcgraph) >= 1.0
BuildRequires:  pkgconfig(libgvc) >= 1.0
BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.23
BuildRequires:  pkgconfig(neon)
BuildRequires:  pkgconfig(vte-2.90) >= 0.27.6
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xrender)

Requires:       autogen
Requires:       python-rope

%description
Anjuta DevStudio is a versatile Integrated Development Environment (IDE)
on GNOME Desktop Environment and features a number of advanced
programming facilities. These include project management, application and
class wizards, an on-board interactive debugger, powerful source editor,
syntax highlighting, intellisense autocompletions, symbol navigation,
version controls, integrated GUI designing and other tools.

%package -n %{libname}
Summary:        Anjuta libraries
Group:          System/Libraries
Conflicts:	%{mklibname %{name} 0} < 3.1.3

%description -n %{libname}
Anjuta libraries

%package -n %{develname}
Summary:        Anjuta devel files
Group:          Development/Other
Requires:       %{libname} = %{version}-%{release}
Requires:       %{girname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
Anjuta devel files

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -q

%build
%configure2_5x \
    --disable-static \
    --enable-introspection=yes
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
	--remove-key='Encoding' \
	--add-category="IDE" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-gnome --all-name

#we don't want these
find %{buildroot} -name "*.la" -exec rm -rf {} \;

#let files section handle docs
rm -fr %{buildroot}%{_docdir}/%{name}

%files -f %{name}.lang
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/applications/*.desktop
%{_mandir}/man1/%{name}*.1*
%{_datadir}/mime/packages/anjuta.xml
%{_datadir}/pixmaps/%{name}
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/icons/HighContrast/*/*/*
%{_datadir}/appdata/anjuta.appdata.xml

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Anjuta-%{girmajor}.typelib
%{_libdir}/girepository-1.0/IAnjuta-%{girmajor}.typelib

%files -n %develname
%doc %{_datadir}/gtk-doc/html/lib%{name}
%{_libdir}/lib%{name}-%{api}.so
%{_includedir}/lib%{name}-3.0
%{_libdir}/pkgconfig/lib%{name}-3.0.pc
%{_datadir}/gir-1.0/Anjuta-%{girmajor}.gir
%{_datadir}/gir-1.0/IAnjuta-%{girmajor}.gir


%changelog

* Sun Mar 22 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (32da2da) update to 3.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22319 |14mu|anjuta-extras-3.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		anjuta-extras
Version:	3.10.0
Release:	1
Summary:	Extensions for the Anjuta development environment
Source0:	http://download.gnome.org/sources/%name/%{url_ver}/%{name}-%{version}.tar.xz
License:	GPLv2+
Group:		Development/Other
Url:		http://anjuta.sourceforge.net/
BuildRequires:  pkgconfig(gthread-2.0) >= 2.16.0
BuildRequires:  pkgconfig(libanjuta-3.0) >= 3.8.0
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	graphviz-devel
BuildRequires:	binutils-devel
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	gnome-common

%description
Anjuta DevStudio is a versatile Integrated Development Environment (IDE)
on GNOME Desktop Environment and features a number of advanced
programming facilities.

This package contains extensions to Anjuta:
* Profiler
* Sample
* Scintilla Editor
* Scratchbox
* Valgrind Plugin

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc ChangeLog AUTHORS NEWS
%{_datadir}/glib-2.0/schemas/*.xml
%{_libdir}/anjuta/anjuta-*.plugin
%{_libdir}/anjuta/libanjuta-*.so
%{_datadir}/anjuta/glade/anjuta-*
%dir %{_datadir}/anjuta/properties
%{_datadir}/anjuta/properties/*.properties
%{_datadir}/anjuta/ui/anjuta-sample.ui
%{_datadir}/anjuta/ui/anjuta-scintilla.xml
%{_datadir}/pixmaps/anjuta/anjuta-*
%{_datadir}/help/*/anjuta-manual/scintilla-plugin.page

%changelog

* Thu Mar 24 2016 dsilakov <denis.silakov@rosalab.ru> 3.10.0-1
- (40616d2) Merge pull request #1 from dsilakov/anjuta-extras:auto_update
- (40616d2) Auto-update anjuta-extras to 3.10.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22320 |14mu|ant-1.9.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_jakarta}%{?!build_jakarta:%bcond_with jakarta}

%bcond_with bootstrap

%if %with bootstrap
%global build_javadoc        0
%global build_tests          0
%else
%global build_javadoc        1
%global build_tests          1
%endif

%global with_manifest_only 0

%global ant_home %{_datadir}/ant

%global major_version 1.8

Summary:	Build tool for java
Name:		ant
Version:	1.9.9
Release:	1
Epoch:		0
License:	ASL 2.0
Group:		Development/Java
Url:		http://ant.apache.org/
Source0:	http://www.apache.org/dist/ant/source/apache-ant-%{version}-src.tar.bz2
Source2:	apache-ant-%{major_version}.ant.conf

# Fix some places where copies of classes are included in the wrong jarfiles
Patch4:         apache-ant-class-path-in-manifest.patch
Patch5:         apache-ant-1.9.4-junit-no-threads.patch

BuildRequires:	jpackage-utils >= 0:1.7.5
BuildRequires:	java-1.8.0-openjdk-devel
BuildRequires:	java-rpmbuild
%if %without bootstrap
BuildRequires:	ant
BuildRequires:	junit4
BuildRequires:	xalan-j2
BuildRequires:	xerces-j2
%endif

Requires:	jpackage-utils >= 0:1.7.5
Requires:	java-1.8.0-openjdk-devel
%if %without bootstrap
Requires:	xerces-j2
%endif

BuildArch:	noarch
Provides:	%{name} = %{EVRD}
Provides:	ant-nodeps = %{EVRD}


%description
Ant is a platform-independent build tool for java. It's used by apache
jakarta and xml projects.

%files
%doc KEYS LICENSE NOTICE README WHATSNEW
%config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(0755,root,root) %{_bindir}/ant
%attr(0755,root,root) %{_bindir}/antRun
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-launcher.jar
%{_javadir}/%{name}-bootstrap.jar
%dir %{_javadir}/%{name}
%dir %{ant_home}
%dir %{ant_home}/etc
%{ant_home}/etc/ant-update.xsl
%{ant_home}/etc/changelog.xsl
%{ant_home}/etc/coverage-frames.xsl
%{ant_home}/etc/mmetrics-frames.xsl
%{ant_home}/etc/log.xsl
%{ant_home}/etc/tagdiff.xsl
%{ant_home}/etc/junit-frames-xalan1.xsl
%if %without bootstrap
%{ant_home}/etc/common2master.xsl
%{ant_home}/etc/printFailingTests.xsl
%endif
%dir %{ant_home}/lib
%{ant_home}/lib/%{name}.jar
%{ant_home}/lib/%{name}-launcher.jar
%{ant_home}/lib/%{name}-bootstrap.jar
%dir %{_sysconfdir}/%{name}.d
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

#----------------------------------------------------------------------------

%package jmf
Summary:	Optional jmf tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}

%description jmf
Optional jmf tasks for %{name}.

%files jmf
%{_javadir}/%{name}/%{name}-jmf.jar
%{ant_home}/lib/%{name}-jmf.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/jmf

#----------------------------------------------------------------------------

%package swing
Summary:	Optional swing tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Provides:	ant-swing = %{EVRD}

%description swing
Optional swing tasks for %{name}.

%files swing
%{_javadir}/%{name}/%{name}-swing.jar
%{ant_home}/lib/%{name}-swing.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/swing

#----------------------------------------------------------------------------

%if %without bootstrap
%if %{with_manifest_only}
%package manifest-only
Summary:	Manifest-only jars for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Provides:	%{name}-icontract = %{EVRD}
Provides:	%{name}-netrexx = %{EVRD}
Provides:	%{name}-starteam = %{EVRD}
Provides:	%{name}-stylebook = %{EVRD}
Provides:	%{name}-vaj = %{EVRD}
Provides:	%{name}-weblogic = %{EVRD}
Provides:	%{name}-xalan1 = %{EVRD}
Provides:	%{name}-xslp = %{EVRD}

%description manifest-only
Manifest-only jars for %{name}.

%files manifest-only
%{_javadir}/%{name}/ant-icontract.jar
%{_javadir}/%{name}/ant-netrexx.jar
%{_javadir}/%{name}/ant-starteam.jar
%{_javadir}/%{name}/ant-stylebook.jar
%{_javadir}/%{name}/ant-vaj.jar
%{_javadir}/%{name}/ant-weblogic.jar
%{_javadir}/%{name}/ant-xalan1.jar
%{_javadir}/%{name}/ant-xslp.jar
%endif
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package antlr
Summary:	Optional antlr tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	antlr
BuildRequires:	antlr
Provides:	ant-antlr = %{EVRD}

%description antlr
Optional antlr tasks for %{name}.

%files antlr
%{_javadir}/%{name}/%{name}-antlr.jar
%{ant_home}/lib/%{name}-antlr.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/antlr
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package apache-bsf
Summary:	Optional apache bsf tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	bsf
BuildRequires:	bsf
Provides:	ant-apache-bsf = %{EVRD}

%description apache-bsf
Optional apache bsf tasks for %{name}.

%files apache-bsf
%{_javadir}/%{name}/%{name}-apache-bsf.jar
%{ant_home}/lib/%{name}-apache-bsf.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-bsf
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package apache-resolver
Summary:	Optional apache resolver tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	xml-commons-resolver
BuildRequires:	xml-commons-resolver
Provides:	ant-apache-resolver = %{EVRD}

%description apache-resolver
Optional apache resolver tasks for %{name}.

%files apache-resolver
%{_javadir}/%{name}/%{name}-apache-resolver.jar
%{ant_home}/lib/%{name}-apache-resolver.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-resolver
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package commons-logging
Summary:	Optional commons logging tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	jakarta-commons-logging
BuildRequires:	jakarta-commons-logging
Provides:	ant-commons-logging = %{EVRD}

%description commons-logging
Optional commons logging tasks for %{name}.

%files commons-logging
%{_javadir}/%{name}/%{name}-commons-logging.jar
%{ant_home}/lib/%{name}-commons-logging.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/commons-logging
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package commons-net
Summary:	Optional commons net tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
%if %{with jakarta}
Requires:	jakarta-commons-net
BuildRequires:	jakarta-commons-net
%else
Requires:	apache-commons-net
BuildRequires:	apache-commons-net
%endif
Provides:	ant-commons-net = %{EVRD}

%description commons-net
Optional commons net tasks for %{name}.

%files commons-net
%{_javadir}/%{name}/%{name}-commons-net.jar
%{ant_home}/lib/%{name}-commons-net.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/commons-net
%endif

#----------------------------------------------------------------------------

# Disable because we don't ship the dependencies
%if 0
%package jai
Summary:	Optional jai tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	jai
BuildRequires:	jai
Provides:	ant-jai = %{EVRD}

%description jai
Optional jai tasks for %{name}.

%files jai
%{_javadir}/%{name}/%{name}-jai.jar
%{ant_home}/lib/%{name}-jai.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/jai
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package apache-bcel
Summary:	Optional apache bcel tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	bcel
BuildRequires:	bcel
Provides:	ant-apache-bcel = %{EVRD}
Provides:	ant-jakarta-bcel = %{EVRD}
Obsoletes:	ant-jakarta-bcel < %{EVRD}

%description apache-bcel
Optional apache bcel tasks for %{name}.

%files apache-bcel
%{_javadir}/%{name}/%{name}-apache-bcel.jar
%{ant_home}/lib/%{name}-apache-bcel.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-bcel
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package apache-log4j
Summary:	Optional apache log4j tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	log4j
BuildRequires:	log4j
Provides:	ant-apache-log4j = %{EVRD}
Provides:	ant-jakarta-log4j = %{EVRD}
Obsoletes:	ant-jakarta-log4j < %{EVRD}

%description apache-log4j
Optional apache log4j tasks for %{name}.

%files apache-log4j
%{_javadir}/%{name}/%{name}-apache-log4j.jar
%{ant_home}/lib/%{name}-apache-log4j.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-log4j
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package apache-oro
Summary:	Optional apache oro tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	jakarta-oro
BuildRequires:	jakarta-oro
Provides:	ant-apache-oro = %{EVRD}
Provides:	ant-jakarta-oro = %{EVRD}
Obsoletes:	ant-jakarta-oro < %{EVRD}

%description apache-oro
Optional apache oro tasks for %{name}.

%files apache-oro
%{_javadir}/%{name}/%{name}-apache-oro.jar
%{ant_home}/lib/%{name}-apache-oro.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-oro
%{ant_home}/etc/maudit-frames.xsl
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package apache-regexp
Summary:	Optional apache regexp tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	regexp
BuildRequires:	regexp
Provides:	ant-apache-regexp = %{EVRD}
Provides:	ant-jakarta-regexp = %{EVRD}
Obsoletes:	ant-jakarta-regexp < %{EVRD}

%description apache-regexp
Optional apache regexp tasks for %{name}.

%files apache-regexp
%{_javadir}/%{name}/%{name}-apache-regexp.jar
%{ant_home}/lib/%{name}-apache-regexp.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-regexp
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package apache-xalan2
Summary:	Optional apache xalan2 tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	regexp
BuildRequires:	regexp
Requires:	xalan-j2
Provides:	ant-apache-xalan2 = %{EVRD}

%description apache-xalan2
Optional apache xalan2 tasks for %{name}.

%files apache-xalan2
%{_javadir}/%{name}/%{name}-apache-xalan2.jar
%{ant_home}/lib/%{name}-apache-xalan2.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/apache-xalan2
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package javamail
Summary:	Optional javamail tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	javamail >= 0:1.2-5jpp
BuildRequires:	javamail >= 0:1.2-5jpp
Provides:	ant-javamail = %{EVRD}

%description javamail
Optional javamail tasks for %{name}.

%files javamail
%{_javadir}/%{name}/%{name}-javamail.jar
%{ant_home}/lib/%{name}-javamail.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/javamail
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package jdepend
Summary:	Optional jdepend tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	jdepend
BuildRequires:	jdepend
Provides:	ant-jdepend = %{EVRD}

%description jdepend
Optional jdepend tasks for %{name}.

%files jdepend
%{_javadir}/%{name}/%{name}-jdepend.jar
%{ant_home}/lib/%{name}-jdepend.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/jdepend
%{ant_home}/etc/jdepend.xsl
%{ant_home}/etc/jdepend-frames.xsl
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package jsch
Summary:	Optional jsch tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	jsch
BuildRequires:	jsch
Provides:	ant-jsch = %{EVRD}

%description jsch
Optional jsch tasks for %{name}.

%files jsch
%{_javadir}/%{name}/%{name}-jsch.jar
%{ant_home}/lib/%{name}-jsch.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/jsch
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package junit
Summary:	Optional junit tasks for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	junit4
Requires:	xalan-j2
Provides:	ant-junit = %{EVRD}

%description junit
Optional junit tasks for %{name}.

%files junit
%{_javadir}/%{name}/%{name}-junit.jar
%{_javadir}/%{name}/%{name}-junit4.jar
%{ant_home}/lib/%{name}-junit.jar
%{ant_home}/lib/%{name}-junit4.jar
%config(noreplace) %{_sysconfdir}/%{name}.d/junit
%config(noreplace) %{_sysconfdir}/%{name}.d/junit4
%{ant_home}/etc/junit-frames.xsl
%{ant_home}/etc/junit-noframes.xsl
%endif

#----------------------------------------------------------------------------

%package testutil
Summary:	Test utility classes for %{name}
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	junit4
Provides:	ant-testutil = %{EVRD}

%description testutil
Test utility tasks for %{name}.

%files testutil
%config(noreplace) %{_sysconfdir}/%{name}.d/testutil

#----------------------------------------------------------------------------

%if %without bootstrap
%package scripts
Summary:	Additional scripts for %{name}
Group:		Development/Java
AutoReqProv:	no
Requires:	%{name} = %{EVRD}
Requires:	perl
Requires:	python

%description scripts
Additional Perl and Python scripts for %{name}.

%files scripts
%attr(0755,root,root) %{_bindir}/*.pl
%attr(0755,root,root) %{_bindir}/*.py*
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%package manual
Summary:	Manual for %{name}
Group:		Development/Java

%description manual
Documentation for %{name}.

%files manual
%doc manual/*
%endif

#----------------------------------------------------------------------------

%if %without bootstrap
%if %{build_javadoc}
%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description javadoc
Javadoc for %{name}.

%files javadoc
%{_javadocdir}/%{name}
%endif
%endif

# -----------------------------------------------------------------------------

%prep
%setup -q -n apache-ant-%{version}
#Fixup version
find -name build.xml -o -name pom.xml | xargs sed -i -e s/-SNAPSHOT//

# Fix class-path-in-manifest rpmlint warning
%patch4

%patch5 -p1

# clean jar files
find . -name "*.jar" | %{_bindir}/xargs -t rm

# failing testcases. TODO see why
rm src/tests/junit/org/apache/tools/ant/types/selectors/SignedSelectorTest.java \
   src/tests/junit/org/apache/tools/ant/taskdefs/condition/IsFileSelectedTest.java \
   src/tests/junit/org/apache/tools/ant/taskdefs/condition/IsSignedTest.java \
   src/tests/junit/org/apache/tools/ant/taskdefs/JarTest.java \
   src/tests/junit/org/apache/tools/mail/MailMessageTest.java

#install jars
%if %without bootstrap
build-jar-repository -s -p lib/optional antlr bcel javamail/mailapi jdepend junit4 log4j oro regexp bsf commons-logging commons-net jsch xalan-j2 xml-commons-resolver xalan-j2-serializer xerces-j2 xml-commons-apis
%endif

# Fix file-not-utf8 rpmlint warning
iconv KEYS -f iso-8859-1 -t utf-8 -o KEYS.utf8
mv KEYS.utf8 KEYS
iconv LICENSE -f iso-8859-1 -t utf-8 -o LICENSE.utf8
mv LICENSE.utf8 LICENSE

%build
%if %without bootstrap
ant jars
#test-jar
%if %{build_javadoc}
export CLASSPATH=$(build-classpath xerces-j2 antlr bcel javamail/mailapi jdepend junit4 log4j oro regexp bsf commons-logging commons-net jsch xalan-j2 xml-commons-resolver)
ant javadocs
%endif
%else
export JAVA_HOME=%{java_home}
export CLASSPATH=$JAVA_HOME/lib/tools.jar
sh ./build.sh --noconfig jars
%endif

#remove empty jai and netrexx jars. Due to missing dependencies they contain only manifests.
rm -fr build/lib/ant-jai.jar build/lib/ant-netrexx.jar
# -----------------------------------------------------------------------------

%install
# ANT_HOME and subdirs
mkdir -p %{buildroot}%{ant_home}/{lib,etc}

# jars
install -d -m 755 %{buildroot}%{_javadir}/%{name}
install -d -m 755 %{buildroot}%{_mavenpomdir}

for jar in build/lib/*.jar
do
  jarname=$(basename $jar .jar)
  pomname="JPP.%{name}-${jarname}.pom"

  #Determine where to put it
  case $jarname in
#These go into %%{_javadir}, pom files have different names
  ant | ant-bootstrap | ant-launcher) destdir=%{buildroot}%{_javadir}; destname="";pomname="JPP-$jarname.pom";;
#Bootstracp builds an incomplete ant-junit, don't ship it
%if %with bootstrap
  ant-junit) continue;;
%endif
#These go into %%{_javadir}/ant
  *) destdir=%{buildroot}%{_javadir}/%{name}; destname="/%{name}";
  esac

  #instal jar
  install -m 644 ${jar} ${destdir}/${jarname}.jar
  # jar aliases
  ln -sf ../../java${destname}/${jarname}.jar %{buildroot}%{ant_home}/lib/${jarname}.jar

  #bootstrap does not have a pom
  [ $jarname == ant-bootstrap ] && continue

  #install pom
  install -m 644 src/etc/poms/${jarname}/pom.xml %{buildroot}%{_mavenpomdir}/${pomname}
  %add_to_maven_depmap org.apache.ant ${jarname} %{version} JPP${destname} ${jarname}
done

# add backward compatibility for nodeps jar that is now part of
# main jar
%add_to_maven_depmap org.apache.ant ant-nodeps %{version} JPP ant

#ant-parent pom
install -m 644 src/etc/poms/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}-parent.pom
%add_to_maven_depmap org.apache.ant ant-parent %{version} JPP ant-parent

# scripts: remove dos and os/2 scripts
rm -f src/script/*.bat
rm -f src/script/*.cmd

# XSLs
cp -p src/etc/*.xsl %{buildroot}%{ant_home}/etc

# install everything else
mkdir -p %{buildroot}%{_bindir}
%if %without bootstrap
cp -p src/script/* %{buildroot}%{_bindir}
%else
cp -p src/script/ant{,Run} %{buildroot}%{_bindir}
%endif

# default ant.conf
mkdir -p %{buildroot}%{_sysconfdir}
cp -p %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}.conf

# OPT_JAR_LIST fragments
mkdir -p %{buildroot}%{_sysconfdir}/%{name}.d
echo "ant/ant-jmf" > %{buildroot}%{_sysconfdir}/%{name}.d/jmf
echo "ant/ant-swing" > %{buildroot}%{_sysconfdir}/%{name}.d/swing
%if %without bootstrap
echo "antlr ant/ant-antlr" > %{buildroot}%{_sysconfdir}/%{name}.d/antlr
echo "bsf ant/ant-apache-bsf" > %{buildroot}%{_sysconfdir}/%{name}.d/apache-bsf
echo "xml-commons-resolver ant/ant-apache-resolver" > %{buildroot}%{_sysconfdir}/%{name}.d/apache-resolver
echo "jakarta-commons-logging ant/ant-commons-logging" > %{buildroot}%{_sysconfdir}/%{name}.d/commons-logging
%if %{with jakarta}
echo "jakarta-commons-net ant/ant-commons-net" > %{buildroot}%{_sysconfdir}/%{name}.d/commons-net
%else
echo "apache-commons-net ant/ant-commons-net" > %{buildroot}%{_sysconfdir}/%{name}.d/commons-net
%endif
#echo "jai ant/ant-jai" > %{buildroot}%%{_sysconfdir}/%%{name}.d/jai
echo "bcel ant/ant-apache-bcel" > %{buildroot}%{_sysconfdir}/%{name}.d/apache-bcel
echo "log4j ant/ant-apache-log4j" > %{buildroot}%{_sysconfdir}/%{name}.d/apache-log4j
echo "oro ant/ant-apache-oro" > %{buildroot}%{_sysconfdir}/%{name}.d/apache-oro
echo "regexp ant/ant-apache-regexp" > %{buildroot}%{_sysconfdir}/%{name}.d/apache-regexp
echo "xalan-j2 xalan-j2-serializer ant/ant-apache-xalan2" > %{buildroot}%{_sysconfdir}/%{name}.d/apache-xalan2
echo "javamail jaf ant/ant-javamail" > %{buildroot}%{_sysconfdir}/%{name}.d/javamail
echo "jdepend ant/ant-jdepend" > %{buildroot}%{_sysconfdir}/%{name}.d/jdepend
echo "jsch ant/ant-jsch" > %{buildroot}%{_sysconfdir}/%{name}.d/jsch
echo "junit ant/ant-junit" > %{buildroot}%{_sysconfdir}/%{name}.d/junit
echo "junit ant/ant-junit4" > %{buildroot}%{_sysconfdir}/%{name}.d/junit4
echo "junit4 ant/ant-junit" > %{buildroot}%{_sysconfdir}/%{name}.d/junit
echo "junit4 ant/ant-junit4" > %{buildroot}%{_sysconfdir}/%{name}.d/junit4
echo "testutil ant/ant-testutil" > %{buildroot}%{_sysconfdir}/%{name}.d/testutil
%endif

%if %{build_javadoc}
# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/%{name}
%endif

# fix link between manual and javadoc
(cd manual; ln -sf %{_javadocdir}/%{name} api)

%if %with bootstrap
find %{buildroot}%{_datadir}/ant/etc -type f -name "*.xsl" \
                                                 -a ! -name ant-update.xsl \
                                                 -a ! -name changelog.xsl \
                                                 -a ! -name coverage-frames.xsl \
                                                 -a ! -name junit-frames-xalan1.xsl \
                                                 -a ! -name log.xsl \
                                                 -a ! -name mmetrics-frames.xsl \
                                                 -a ! -name tagdiff.xsl \
                                                 | xargs -t rm
%endif

# Delete bogus jars that were built, but are dummies because we lack
# a build dependency
cd %{buildroot}%{_javadir}/ant
for i in *; do
    if [ `jar tf $i |grep -v META-INF |wc -l` -eq 0 ]; then
        rm -f $i
        rm -f %{buildroot}%{ant_home}/lib/$i
    fi
done

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22321 |14mu|ant-contrib-1.0-0.15.b2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global beta_number b2

Summary:	Collection of tasks for Ant
Name:		ant-contrib
Version:	1.0
Release:	0.15.%{beta_number}
License:	ASL 2.0
Group:		Development/Java
Url:		http://ant-contrib.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}%{beta_number}-src.tar.gz
Source1:	http://mirrors.ibiblio.org/pub/mirrors/maven2/%{name}/%{name}/1.0b2/%{name}-1.0b2.pom
Patch0:		ant-contrib-build_xml.patch
Patch2:		ant-contrib-antservertest.patch
BuildArch:	noarch
BuildRequires:	ant-junit >= 1.6.2
BuildRequires:	bcel >= 5.0
BuildRequires:	jpackage-utils >= 1.5
BuildRequires:	junit4
BuildRequires:	xerces-j2
BuildRequires:	java-devel >= 1.4.2
Requires:	java >= 1.4.2
Requires:	junit4
Requires:	ant
Requires:	xerces-j2

%description
The Ant-Contrib project is a collection of tasks
(and at one point maybe types and other tools)
for Apache Ant.

%package        javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description    javadoc
Api documentation for %{name}.

%prep
%setup -qn %{name}
rm -rf test/src/net/sf/antcontrib/antclipse

%patch0
%patch2
sed -i "s/\r//" manual/tasks/foreach.html manual/tasks/for.html

%build
export JUNIT_VER=`rpm -q --queryformat='%%{version}' junit4`
mkdir -p test/lib
(cd test/lib
ln -s $(find-jar junit4-$(JUNIT_VER)) junit-$(JUNIT_VER).jar
)
export OPT_JAR_LIST="ant/ant-junit junit4"
export CLASSPATH=
CLASSPATH=build/lib/ant-contrib-%{version}.jar:$CLASSPATH
echo $ANT_HOME
ant -Dsource=1.4 -Dversion=%{version} -Dbcel.jar=file://%{_javadir}/bcel.jar all

%install
# jars
install -Dpm 644 build/lib/%{name}.jar %{buildroot}%{_javadir}/ant/%{name}.jar

# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} 
rm -rf build/docs/api

mkdir -p %{buildroot}%{_sysconfdir}/ant.d
echo "ant/ant-contrib" > %{buildroot}%{_sysconfdir}/ant.d/ant-contrib

%add_to_maven_depmap %{name} %{name} %{version} JPP/ant %{name}
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 %{SOURCE1} %{buildroot}/%{_mavenpomdir}/JPP-%{name}.pom

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc build/docs/LICENSE.txt
%doc build/docs/tasks/*
%{_sysconfdir}/ant.d/ant-contrib
%{_javadir}/ant/*.jar
%{_mavenpomdir}/*
%{_mavendepmapdir}

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-0.15.b2
- (d015684) Use junit4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22322 |14mu|apache-2.4.41-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _build_pkgcheck_set %{nil}
%define _build_pkgcheck_srpm %{nil}

%define defaultmaxmodules 256
%define defaultserverlimit 2048

%define TAG %{vendor} Linux
%define BASEPRODUCT Apache
%define all_services httpd.service httpd-worker.service httpd-event.service

Summary:	The most widely used Web server on the Internet
Name:		apache
Version:	2.4.41
Release:	1
License:	Apache License
Group:		System/Servers
Url:		https://httpd.apache.org
Source0:	http://archive.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source2:	webapp.script
Source3:	apache2_transparent_png_icons.tar.bz2
Source9:	htcacheclean.service
Source10:	htcacheclean.sysconfig
Source11:	ROSA.tar.gz
Source15:	httpd.service
Source16:	httpd.tmpfiles.d
Source17:	htcacheclean.tmpfiles.d
Source100:	buildconf
Patch0:		httpd-2.0.45-deplibs.patch
Patch8:		httpd-2.1.10-apxs.patch
# speedups by Allen Pulsifer
Patch16:	httpd-2.2.4-fix_extra_htaccess_check.diff
Patch18:	httpd-2.2.10-ldap_auth_now_modular_in-apr-util-dbd-ldap_fix.diff
Patch19:	httpd-2.2.21-linux3.diff
Patch105:	httpd-2.2.17-filter.patch
Patch106:	httpd-2.4.18-rosa_config.diff
Patch107:	httpd-2.4.1-linkage_fix.diff
Patch108:	httpd-2.4.1-buildfix.diff
BuildRequires:	lynx
BuildRequires:	db-devel
BuildRequires:	gdbm-devel
BuildRequires:	openldap-devel
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(apr-1) >= 1.5.0
BuildRequires:	pkgconfig(apr-util-1) >= 1.5.3
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(lua) >= 5.1
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
# So people who "urpmi httpd" get what they expect
Provides:	httpd = %{EVRD}

%description
This package contains the main binary of apache, a powerful, full-featured,
efficient and freely-available Web server. Apache is also the most popular Web
server on the Internet.

This version of apache is fully modular, and many modules are available in
pre-compiled formats, like PHP and mod_auth_external.

This package defaults to a maximum of %{defaultmaxmodules} dynamically loadable modules.
This package defaults to a ServerLimit of %{defaultserverlimit}.

You can change these values at RPM build time by using for example:

--define 'maxmodules 512' --define 'serverlimit 2048' 

The package was built to support a maximum of %{?!maxmodules:%{defaultmaxmodules}}%{?maxmodules:%{maxmodules}} dynamically loadable modules.
The package was built with a ServerLimit of %{?!serverlimit:%{defaultserverlimit}}%{?serverlimit:%{serverlimit}}.

#----------------------------------------------------------------------------

%package mpm-prefork
Summary:	Implements a non-threaded, pre-forking web server (stable)
Group:		System/Servers
Requires:	apache-base = %{EVRD}
Requires:	apache-modules = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	webserver
Provides:	apache = %{EVRD}
Provides:	apache-mpm = %{EVRD}

%description mpm-prefork
This Multi-Processing Module (MPM) implements a non-threaded, pre-forking web
server that handles requests in a manner similar to Apache 1.3. It is
appropriate for sites that need to avoid threading for compatibility with
non-thread-safe libraries. It is also the best MPM for isolating each request,
so that a problem with a single request will not affect any other.

This MPM is very self-regulating, so it is rarely necessary to adjust its
configuration directives. Most important is that MaxClients be big enough to
handle as many simultaneous requests as you expect to receive, but small enough
to assure that there is enough physical RAM for all processes.

This package defaults to a maximum of %{defaultmaxmodules} dynamically loadable modules.
This package defaults to a ServerLimit of %{defaultserverlimit}.

You can change these values at RPM build time by using for example:

--define 'maxmodules 512' --define 'serverlimit 2048'

The package was built to support a maximum of %{?!maxmodules:%{defaultmaxmodules}}%{?maxmodules:%{maxmodules}} dynamically loadable modules.
The package was built with a ServerLimit of %{?!serverlimit:%{defaultserverlimit}}%{?serverlimit:%{serverlimit}}.

%files mpm-prefork
%attr(0755,root,root) %{_sbindir}/httpd
%{_unitdir}/httpd.service

%post mpm-prefork
# Register the httpd service
if [ "$1" -eq "1" ] ; then
	# Initial installation
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun mpm-prefork
if [ "$1" -eq "0" ] ; then
	# Package removal, not upgrade
	/bin/systemctl --no-reload disable %{all_services} > /dev/null 2>&1 || :
	/bin/systemctl stop %{all_services} > /dev/null 2>&1 || :
fi

%postun mpm-prefork
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

#----------------------------------------------------------------------------

%package mpm-worker
Summary:	Implements a hybrid multi-threaded multi-process web server (experimental)
Group:		System/Servers
Requires:	apache-base = %{EVRD}
Requires:	apache-modules = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	webserver
Provides:	apache = %{EVRD}
Conflicts:	apache-mod_php
Conflicts:	apache-mod_perl
Conflicts:	apache-mod_python

%description mpm-worker
This Multi-Processing Module (MPM) implements a hybrid multi-process
multi-threaded server. By using threads to serve requests, it is able to serve
a large number of requests with less system resources than a process-based
server. Yet it retains much of the stability of a process-based server by
keeping multiple processes available, each with many threads.

The most important directives used to control this MPM are ThreadsPerChild,
which controls the number of threads deployed by each child process and
MaxClients, which controls the maximum total number of threads that may be
launched.

This package contains the main binary of apache, a powerful, full-featured,
efficient and freely-available Web server. Apache is also the most popular Web
server on the Internet.

This version of apache is fully modular, and many modules are available in
pre-compiled formats, like PHP and mod_auth_external.

This package defaults to a maximum of %{defaultmaxmodules} dynamically loadable modules.

You can change these values at RPM build time by using for example:

--define 'maxmodules 512'

The package was built to support a maximum of %{?!maxmodules:%{defaultmaxmodules}}%{?maxmodules:%{maxmodules}} dynamically loadable modules.

%files mpm-worker
%attr(0755,root,root) %{_sbindir}/httpd-worker
%{_unitdir}/httpd-worker.service

%post mpm-worker
# Register the httpd service
if [ "$1" -eq "1" ] ; then
	# Initial installation
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun mpm-worker
if [ "$1" -eq "0" ] ; then
	# Package removal, not upgrade
	/bin/systemctl --no-reload disable %{all_services} > /dev/null 2>&1 || :
	/bin/systemctl stop %{all_services} > /dev/null 2>&1 || :
fi

%postun mpm-worker
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

#----------------------------------------------------------------------------

%package mpm-event
Summary:	Implements a hybrid multi-threaded multi-process web server
Group:		System/Servers
Requires:	apache-base = %{EVRD}
Requires:	apache-modules = %{EVRD}
Requires(post,preun,postun):	systemd-units
Provides:	webserver
Provides:	apache = %{EVRD}
Conflicts:	apache-mod_php
Conflicts:	apache-mod_perl
Conflicts:	apache-mod_python

%description mpm-event
The event Multi-Processing Module (MPM) is designed to allow more requests to
be served simultaneously by passing off some processing work to supporting
threads, freeing up the main threads to work on new requests. It is based on
the worker MPM, which implements a hybrid multi-process multi-threaded server.
Run-time configuration directives are identical to those provided by worker.

This package contains the main binary of apache, a powerful, full-featured,
efficient and freely-available Web server. Apache is also the most popular Web
server on the Internet.

This version of apache is fully modular, and many modules are available in
pre-compiled formats, like PHP and mod_auth_external.

This package defaults to a maximum of %{defaultmaxmodules} dynamically loadable modules.

You can change these values at RPM build time by using for example:

--define 'maxmodules 512'

The package was built to support a maximum of %{?!maxmodules:%{defaultmaxmodules}}%{?maxmodules:%{maxmodules}} dynamically loadable modules.

%files mpm-event
%attr(0755,root,root) %{_sbindir}/httpd-event
%{_unitdir}/httpd-event.service

%post mpm-event
# Register the httpd service
if [ "$1" -eq "1" ] ; then
	# Initial installation
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun mpm-event
if [ $1 -eq 0 ] ; then
	# Package removal, not upgrade
	/bin/systemctl --no-reload disable %{all_services} > /dev/null 2>&1 || :
	/bin/systemctl stop %{all_services} > /dev/null 2>&1 || :
fi

%postun mpm-event
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

#----------------------------------------------------------------------------

%package base
Summary:	Common files and utilities for apache
Group:		System/Servers
Requires:	apache = %{EVRD}
Requires(pre,postun):	rpm-helper
Provides:	apache-conf = %{EVRD}
Obsoletes:	apache-conf < 2.4

%description base
This package contains the apache utilities such as Apache Bench (ab) for stress
testing your apache installation and several tools for managing user databases,
access control, the apache logs and more.

%files base
%doc upgrading.txt new_features_2_4.txt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/httpd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/httpd
%dir %{_sysconfdir}/httpd
%dir %{_sysconfdir}/httpd/conf
%dir %{_sysconfdir}/httpd/conf/webapps.d
%dir %{_sysconfdir}/httpd/conf/vhosts.d
%dir %{_sysconfdir}/httpd/conf.d
%dir %{_sysconfdir}/httpd/modules.d
%dir %{_sysconfdir}/httpd/conf/extra
%dir %{_sysconfdir}/httpd/conf/original
%dir %{_sysconfdir}/httpd/conf/original/extra
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-autoindex.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-dav.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-default.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-info.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-languages.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-manual.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-mpm.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-multilang-errordoc.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-ssl.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-userdir.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-vhosts.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/extra/proxy-html.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/httpd.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/magic
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/mime.types
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-autoindex.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-dav.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-default.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-info.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-languages.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-manual.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-mpm.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-multilang-errordoc.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-ssl.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-userdir.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-vhosts.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/proxy-html.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/original/httpd.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/fileprotector.conf
%attr(0755,apache,apache) %dir /var/www
%attr(0755,apache,apache) %dir /var/run/httpd
%{_tmpfilesdir}/httpd.conf
%attr(0755,root,root) %dir /var/www/html
%dir /var/www/error
%dir /var/www/error/include
%dir /var/www/icons
/var/www/icons/*.svg
%dir /var/www/icons/small
%dir /var/log/httpd
%dir /var/www/cgi-bin
%dir /var/www/perl
%config(noreplace,missingok) /var/www/error/README
%config(noreplace,missingok) /var/www/error/*.var
%config(noreplace,missingok) /var/www/error/include/*.html
%attr(0644,root,root) /var/www/icons/README*
%attr(0644,root,root) /var/www/icons/*.png
%attr(0644,root,root) /var/www/icons/*.gif
%attr(0644,root,root) /var/www/icons/small/*.png
%attr(0644,root,root) /var/www/icons/small/*.gif
%attr(0644,root,root) %config(noreplace) /var/www/html/index.html
%attr(0644,root,root) %config(noreplace) /var/www/html/favicon.ico
%attr(0644,root,root) %config(noreplace) /var/www/html/robots.txt
%attr(0755,root,root) %{_bindir}/ab
%attr(0755,root,root) %{_bindir}/dbmmanage
%attr(0755,root,root) %{_bindir}/htdbm
%attr(0755,root,root) %{_bindir}/htdigest
%attr(0755,root,root) %{_bindir}/htpasswd
%attr(0755,root,root) %{_bindir}/httxt2dbm
%attr(0755,root,root) %{_bindir}/logresolve
%attr(0755,root,root) %{_sbindir}/apachectl
%attr(0755,root,root) %{_sbindir}/check_forensic
%attr(0755,root,root) %{_sbindir}/checkgid
%attr(0755,root,root) %{_sbindir}/fcgistarter
%attr(0755,root,root) %{_sbindir}/list_hooks.pl
%attr(0755,root,root) %{_sbindir}/logresolve.pl
%attr(0755,root,root) %{_sbindir}/log_server_status
%attr(0755,root,root) %{_sbindir}/rotatelogs
%attr(0755,root,root) %{_sbindir}/split-logfile
%attr(0755,root,root) %dir %{_libdir}/apache
%attr(0700,apache,root) %dir /var/cache/httpd
%{_localstatedir}/lib/rpm/filetriggers/webapp.*
%exclude %{_mandir}/man8/htcacheclean.8*
%exclude %{_mandir}/man8/suexec.8*
%{_mandir}/*/*

%pre base
%_pre_useradd apache /var/www /bin/sh

%postun base
%_postun_userdel apache

#----------------------------------------------------------------------------

%package modules
Summary:	Meta package
Group:		System/Servers
Requires:	apache-mpm = %{EVRD}
Requires:	apache-mod_actions = %{EVRD}
Requires:	apache-mod_alias = %{EVRD}
Requires:	apache-mod_auth_basic = %{EVRD}
Requires:	apache-mod_auth_digest = %{EVRD}
Requires:	apache-mod_authn_anon = %{EVRD}
Requires:	apache-mod_authn_file = %{EVRD}
Requires:	apache-mod_authz_dbm = %{EVRD}
Requires:	apache-mod_authz_groupfile = %{EVRD}
Requires:	apache-mod_authz_host = %{EVRD}
Requires:	apache-mod_authz_owner = %{EVRD}
Requires:	apache-mod_authz_user = %{EVRD}
Requires:	apache-mod_autoindex = %{EVRD}
Requires:	apache-mod_cgi = %{EVRD}
Requires:	apache-mod_deflate = %{EVRD}
Requires:	apache-mod_dir = %{EVRD}
Requires:	apache-mod_env = %{EVRD}
Requires:	apache-mod_expires = %{EVRD}
Requires:	apache-mod_filter = %{EVRD}
Requires:	apache-mod_headers = %{EVRD}
Requires:	apache-mod_imagemap = %{EVRD}
Requires:	apache-mod_include = %{EVRD}
Requires:	apache-mod_info = %{EVRD}
Requires:	apache-mod_log_config = %{EVRD}
Requires:	apache-mod_lua = %{EVRD}
Requires:	apache-mod_mime = %{EVRD}
Requires:	apache-mod_mime_magic = %{EVRD}
Requires:	apache-mod_negotiation = %{EVRD}
Requires:	apache-mod_rewrite = %{EVRD}
Requires:	apache-mod_setenvif = %{EVRD}
Requires:	apache-mod_status = %{EVRD}
Requires:	apache-mod_substitute = %{EVRD}
Requires:	apache-mod_unique_id = %{EVRD}
Requires:	apache-mod_usertrack = %{EVRD}
Requires:	apache-mod_version = %{EVRD}
Requires:	apache-mod_vhost_alias = %{EVRD}
# new 2.3+ modules
Requires:	apache-mod_authz_core = %{EVRD}
Requires:	apache-mod_authz_host = %{EVRD}
Requires:	apache-mod_unixd = %{EVRD}
# new 2.4+ modules
Requires:	apache-mod_socache_redis = %{EVRD}
# obsolete 2.2 modules
Obsoletes:	apache-mod_authz_default < 2.4
Obsoletes:	apache-mod_authn_alias < 2.4
Obsoletes:	apache-mod_authn_default < 2.4

%description modules
This is a meta package that pulls in the apache modules used by default
in %{vendor}.

%files modules

#----------------------------------------------------------------------------

%package mod_authn_file
Summary:	User authentication using text files
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_authn_file
This module provides authentication front-ends such as mod_auth_digest
and mod_auth_basic to authenticate users by looking up users in plain text
password files. Similar functionality is provided by mod_authn_dbm.

When using mod_auth_basic or mod_auth_digest, this module is invoked via
the AuthBasicProvider or AuthDigestProvider with the file value.

%files mod_authn_file
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/001_mod_authn_file.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authn_file.so

%post mod_authn_file
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authn_file
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_authn_dbm
Summary:	User authentication using DBM files
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_authn_dbm
This module provides authentication front-ends such as mod_auth_digest and
mod_auth_basic to authenticate users by looking up users in dbm password
files. Similar functionality is provided by mod_authn_file.

When using mod_auth_basic or mod_auth_digest, this module is invoked via
the AuthBasicProvider or AuthDigestProvider with the dbm value.

%files mod_authn_dbm
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/002_mod_authn_dbm.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authn_dbm.so

%post mod_authn_dbm
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authn_dbm
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_authn_anon
Summary:	Allows "anonymous" user access to authenticated areas
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_authn_anon
This module provides authentication front-ends such as mod_auth_basic to
authenticate users similar to anonymous-ftp sites, i.e. have a 'magic' user
id 'anonymous' and the email address as a password. These email addresses
can be logged.

Combined with other (database) access control methods, this allows for
effective user tracking and customization according to a user profile
while still keeping the site open for 'unregistered' users. One advantage
of using Auth-based user tracking is that, unlike magic-cookies and funny
URL pre/postfixes, it is completely browser independent and it allows users
to share URLs.

When using mod_auth_basic, this module is invoked via the AuthBasicProvider
directive with the anon value.

%files mod_authn_anon
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/003_mod_authn_anon.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authn_anon.so

%post mod_authn_anon
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authn_anon
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_authn_dbd
Summary:	User authentication using an SQL database
Group:		System/Servers
Requires:	apache-mod_dbd

%description mod_authn_dbd
This module provides authentication front-ends such as mod_auth_digest
and mod_auth_basic to authenticate users by looking up users in SQL
tables. Similar functionality is provided by, for example, mod_authn_file.

This module relies on mod_dbd to specify the backend database driver and
connection parameters, and manage the database connections.

When using mod_auth_basic or mod_auth_digest, this module is invoked via
the AuthBasicProvider or AuthDigestProvider with the dbd value.

%files mod_authn_dbd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/004_mod_authn_dbd.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authn_dbd.so

%post mod_authn_dbd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authn_dbd
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_authn_socache
Summary:	Manages a cache of authentication credentials to relieve the load on backends
Group:		System/Servers

%description mod_authn_socache
Maintains a cache of authentication credentials, so that a new backend
lookup is not required for every authenticated request.

%files mod_authn_socache
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/005_mod_authn_socache.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authn_socache.so

%post mod_authn_socache
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authn_socache
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_authn_core
Summary:	Core Authentication
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_authn_core
This module provides core authentication capabilities to allow or deny
access to portions of the web site. mod_authn_core provides directives that
are common to all authentication providers.

%files mod_authn_core
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/006_mod_authn_core.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authn_core.so

%post mod_authn_core
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authn_core
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_authz_host
Summary:	Group authorizations based on host (name or IP address)
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_authz_host
The authorization providers implemented by mod_authz_host are registered using
the Require directive. The directive can be referenced within a <Directory>,
<Files>, or <Location> section as well as .htaccess files to control access
to particular parts of the server.  Access can be controlled based on the
client hostname or IP address.

In general, access restriction directives apply to all access methods (GET,
PUT, POST, etc). This is the desired behavior in most cases.  However, it is
possible to restrict some methods, while leaving other methods unrestricted,
by enclosing the directives in a <Limit> section.

%files mod_authz_host
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/007_mod_authz_host.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authz_host.so

%post mod_authz_host
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authz_host
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_authz_groupfile
Summary:	Group authorization using plaintext files
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_authz_groupfile
This module provides authorization capabilities so that authenticated
users can be allowed or denied access to portions of the web site by group
membership. Similar functionality is provided by mod_authz_dbm.

%files mod_authz_groupfile
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/008_mod_authz_groupfile.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authz_groupfile.so

%post mod_authz_groupfile
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authz_groupfile
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_authz_user
Summary:	User Authorization
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_authz_user
This module provides authorization capabilities so that authenticated
users can be allowed or denied access to portions of the web site.
mod_authz_user grants access if the authenticated user is listed in a
Require user directive. Alternatively Require valid-user can be used to
grant access to all successfully authenticated users.

%files mod_authz_user
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/009_mod_authz_user.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authz_user.so

%post mod_authz_user
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authz_user
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_authz_dbm
Summary:	Group authorization using DBM files
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_authz_dbm
This module provides authorization capabilities so that authenticated
users can be allowed or denied access to portions of the web site by group
membership. Similar functionality is provided by mod_authz_groupfile.

%files mod_authz_dbm
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/010_mod_authz_dbm.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authz_dbm.so

%post mod_authz_dbm
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authz_dbm
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_authz_owner
Summary:	Authorization based on file ownership
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_authz_owner
This module authorizes access to files by comparing the userid used for
HTTP authentication (the web userid) with the file-system owner or group
of the requested file. The supplied username and password must be already
properly verified by an authentication module, such as mod_auth_basic or
mod_auth_digest. mod_authz_owner recognizes two arguments for the Require
directive, file-owner and file-group, as follows:

file-owner
 The supplied web-username must match the system's name for the owner of the
 file being requested. That is, if the operating system says the requested
 file is owned by jones, then the username used to access it through the
 web must be jones as well.

file-group
 The name of the system group that owns the file must be present in a
 group database, which is provided, for example, by mod_authz_groupfile
 or mod_authz_dbm, and the web-username must be a member of that group. For
 example, if the operating system says the requested file is owned by (system)
 group accounts, the group accounts must appear in the group database and
 the web-username used in the request must be a member of that group.

%files mod_authz_owner
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/011_mod_authz_owner.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authz_owner.so

%post mod_authz_owner
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authz_owner
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_authz_dbd
Summary:	Group Authorization and Login using SQL
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_authz_dbd
This module provides authorization capabilities so that authenticated
users can be allowed or denied access to portions of the web site by group
membership. Similar functionality is provided by mod_authz_groupfile and
mod_authz_dbm, with the exception that this module queries a SQL database
to determine whether a user is a member of a group.

This module can also provide database-backed user login/logout
capabilities. These are likely to be of most value when used in conjunction
with mod_authn_dbd.

This module relies on mod_dbd to specify the backend database driver and
connection parameters, and manage the database connections.

%files mod_authz_dbd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/012_mod_authz_dbd.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authz_dbd.so

%post mod_authz_dbd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authz_dbd
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_authz_core
Summary:	Core Authorization
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_authz_core
This module provides core authorization capabilities so that
authenticated users can be allowed or denied access to portions of the
web site. mod_authz_core provides the functionality to register various
authorization providers. It is usually used in conjunction with an
authentication provider module such as mod_authn_file and an authorization
module such as mod_authz_user. It also allows for advanced logic to be
applied to the authorization processing.

%files mod_authz_core
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/013_mod_authz_core.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authz_core.so

%post mod_authz_core
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authz_core
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_authnz_ldap
Summary:	LDAP HTTP Basic authentication
Group:		System/Servers
Conflicts:	apache-mod_proxy < 2.4.0

%description mod_authnz_ldap
This module provides authentication front-ends such as mod_auth_basic to
authenticate users through an ldap directory.

mod_authnz_ldap supports the following features:

* Known to support the OpenLDAP SDK (both 1.x and 2.x), Novell LDAP SDK and
  the iPlanet (Netscape) SDK.

* Complex authorization policies can be implemented by representing the policy
  with LDAP filters.

* Uses extensive caching of LDAP operations via mod_ldap.

* Support for LDAP over SSL (requires the Netscape SDK) or TLS (requires the
  OpenLDAP 2.x SDK or Novell LDAP SDK).

When using mod_auth_basic, this module is invoked via the AuthBasicProvider
directive with the ldap value.

%files mod_authnz_ldap
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/014_mod_authnz_ldap.conf
%attr(0755,root,root) %{_libdir}/apache/mod_authnz_ldap.so

%post mod_authnz_ldap
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_authnz_ldap
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_access_compat
Summary:	Group authorizations based on host (name or IP address)
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_access_compat
The directives provided by mod_access_compat are used in <Directory>,
<Files>, and <Location> sections as well as .htaccess files to control access
to particular parts of the server. Access can be controlled based on the
client hostname, IP address, or other characteristics of the client request,
as captured in environment variables. The Allow and Deny directives are
used to specify which clients are or are not allowed access to the server,
while the Order directive sets the default access state, and configures
how the Allow and Deny directives interact with each other.

Both host-based access restrictions and password-based authentication may
be implemented simultaneously. In that case, the Satisfy directive is used
to determine how the two sets of restrictions interact.

%files mod_access_compat
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/015_mod_access_compat.conf
%attr(0755,root,root) %{_libdir}/apache/mod_access_compat.so

%post mod_access_compat
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_access_compat
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_auth_basic
Summary:	Basic authentication
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_auth_basic
This module allows the use of HTTP Basic Authentication to restrict access
by looking up users in the given providers. HTTP Digest Authentication is
provided by mod_auth_digest. This module should usually be combined with at
least one authentication module such as mod_authn_file and one authorization
module such as mod_authz_user.

%files mod_auth_basic
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/016_mod_auth_basic.conf
%attr(0755,root,root) %{_libdir}/apache/mod_auth_basic.so

%post mod_auth_basic
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_auth_basic
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_auth_form
Summary:	Form authentication
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_auth_form
Form authentication depends on the mod_session modules, and these modules
make use of HTTP cookies, and as such can fall victim to Cross Site Scripting
attacks, or expose potentially private information to clients. Please ensure
that the relevant risks have been taken into account before enabling the
session functionality on your server.

This module allows the use of an HTML login form to restrict access by
looking up users in the given providers. HTML forms require significantly
more configuration than the alternatives, however an HTML login form can
provide a much friendlier experience for end users.

HTTP basic authentication is provided by mod_auth_basic, and HTTP digest
authentication is provided by mod_auth_digest. This module should be
combined with at least one authentication module such as mod_authn_file
and one authorization module such as mod_authz_user.

Once the user has been successfully authenticated, the user's login details
will be stored in a session provided by mod_session.

%files mod_auth_form
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/017_mod_auth_form.conf
%attr(0755,root,root) %{_libdir}/apache/mod_auth_form.so

%post mod_auth_form
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_auth_form
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_auth_digest
Summary:	User authentication using MD5 Digest Authentication
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_auth_digest
This module implements HTTP Digest Authentication (RFC2617), and provides
a more secure alternative to mod_auth_basic.

%files mod_auth_digest
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/018_mod_auth_digest.conf
%attr(0755,root,root) %{_libdir}/apache/mod_auth_digest.so

%post mod_auth_digest
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_auth_digest
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_allowmethods
Summary:	Easily restrict what HTTP methods can be used on the server
Group:		System/Servers

%description mod_allowmethods
This module makes it easy to restrict what HTTP methods can used on an
server. The most common configuration would be:

%files mod_allowmethods
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/019_mod_allowmethods.conf
%attr(0755,root,root) %{_libdir}/apache/mod_allowmethods.so

%post mod_allowmethods
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_allowmethods
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_file_cache
Summary:	Caches a static list of files in memory
Group:		System/Servers

%description mod_file_cache
This module should be used with care. You can easily create a broken site
using mod_file_cache, so read this document carefully.

Caching frequently requested files that change very infrequently is a
technique for reducing server load. mod_file_cache provides two techniques for
caching frequently requested static files. Through configuration directives,
you can direct mod_file_cache to either open then mmap() a file, or to
pre-open a file and save the file's open file handle. Both techniques reduce
server load when processing requests for these files by doing part of the
work (specifically, the file I/O) for serving the file when the server is
started rather than during each request.

Notice: You cannot use this for speeding up CGI programs or other files
which are served by special content handlers. It can only be used for
regular files which are usually served by the Apache core content handler.

This module is an extension of and borrows heavily from the mod_mmap_static
module in Apache 1.3.

%files mod_file_cache
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/020_mod_file_cache.conf
%attr(0755,root,root) %{_libdir}/apache/mod_file_cache.so

%post mod_file_cache
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_file_cache
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_cache
Summary:	RFC 2616 compliant HTTP caching filter
Group:		System/Servers
Suggests:	apache-mod_cache_disk

%description mod_cache
This module should be used with care, as when the CacheQuickHandler
directive is in its default value of on, the Allow and Deny directives
will be circumvented. You should not enable quick handler caching for any
content to which you wish to limit access by client host name, address or
environment variable.

mod_cache implements an RFC 2616 compliant HTTP content caching filter,
with support for the caching of content negotiated responses containing
the Vary header.

RFC 2616 compliant caching provides a mechanism to verify whether stale or
expired content is still fresh, and can represent a significant performance
boost when the origin server supports conditional requests by honouring
the If-None-Match HTTP request header. Content is only regenerated from
scratch when the content has changed, and not when the cached entry expires.

As a filter, mod_cache can be placed in front of content originating from
any handler, including flat files (served from a slow disk cached on a fast
disk), the output of a CGI script or dynamic content generator, or content
proxied from another server.

In the default configuration, mod_cache inserts the caching filter as far
forward as possible within the filter stack, utilising the quick handler to
bypass all per request processing when returning content to the client. In
this mode of operation, mod_cache may be thought of as a caching proxy
server bolted to the front of the webserver, while running within the
webserver itself.

When the quick handler is switched off using the CacheQuickHandler directive,
it becomes possible to insert the CACHE filter at a point in the filter
stack chosen by the administrator. This provides the opportunity to cache
content before that content is personalised by the mod_include filter,
or optionally compressed by the mod_deflate filter.

Under normal operation, mod_cache will respond to and can be controlled by
the Cache-Control and Pragma headers sent from a client in a request, or from
a server within a response. Under exceptional circumstances, mod_cache can
be configured to override these headers and force site specific behaviour,
however such behaviour will be limited to this cache only, and will not
affect the operation of other caches that may exist between the client and
server, and as a result is not recommended unless strictly necessary.

RFC 2616 allows for the cache to return stale data while the existing
stale entry is refreshed from the origin server, and this is supported
by mod_cache when the CacheLock directive is suitably configured. Such
responses will contain a Warning HTTP header with a 110 response code.
RFC 2616 also allows a cache to return stale data when the attempt made to
refresh the stale data returns an error 500 or above, and this behaviour
is supported by default by mod_cache. Such responses will contain a Warning
HTTP header with a 111 response code.

mod_cache requires the services of one or more storage management modules. One
storage management module is included in the base Apache distribution:

mod_cache_disk
 Implements a disk based storage manager. Headers and bodies are stored
 separately on disk, in a directory structure derived from the md5 hash of the
 cached URL. Multiple content negotiated responses can be stored concurrently,
 however the caching of partial content is not supported by this module. The
 htcacheclean tool is provided to list cached URLs, remove cached URLs,
 or to maintain the size of the disk cache within size and inode limits.

Further details, discussion, and examples, are provided in the Caching Guide.

%files mod_cache
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/021_mod_cache.conf
%attr(0755,root,root) %{_libdir}/apache/mod_cache.so

%post mod_cache
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_cache
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_cache_disk
Summary:	Disk based storage module for the HTTP caching filter
Group:		System/Servers
Suggests:	apache-htcacheclean = %{EVRD}

%description mod_cache_disk
mod_cache_disk implements a disk based storage manager for mod_cache.

The headers and bodies of cached responses are stored separately on disk,
in a directory structure derived from the md5 hash of the cached URL.

Multiple content negotiated responses can be stored concurrently, however
the caching of partial content is not yet supported by this module.

Atomic cache updates to both header and body files are achieved without
the need for locking by storing the device and inode numbers of the body
file within the header file. This has the side effect that cache entries
manually moved into the cache will be ignored.

The htcacheclean tool is provided to list cached URLs, remove cached URLs,
or to maintain the size of the disk cache within size and/or inode limits. The
tool can be run on demand, or can be daemonized to offer continuous monitoring
of directory sizes.

%files mod_cache_disk
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/022_mod_cache_disk.conf
%attr(0755,root,root) %{_libdir}/apache/mod_cache_disk.so

%post mod_cache_disk
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_cache_disk
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_cache_socache
Summary:	Shared Object cache module for HTTPD
Group:		System/Servers

%description mod_cache_socache
mod_cache_socache implements a shared object cache (socache) based storage
manager for mod_cache.

The headers and bodies of cached responses are combined, and stored underneath
a single key in the shared object cache. A number of implementations of shared
object caches are available to choose from.

Multiple content negotiated responses can be stored concurrently, however the
caching of partial content is not yet supported by this module.

%files mod_cache_socache
%attr(0755,root,root) %{_libdir}/apache/mod_cache_socache.so

#----------------------------------------------------------------------------

%package mod_socache_shmcb
Summary:	shmcb based shared object cache provider
Group:		System/Servers

%description mod_socache_shmcb
mod_socache_shmcb is a shared object cache provider which provides for
creation and access to a cache backed by a high-performance cyclic buffer
inside a shared memory segment.

shmcb:/path/to/datafile(512000)

Details of other shared object cache providers can be found here.

%files mod_socache_shmcb
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/023_mod_socache_shmcb.conf
%attr(0755,root,root) %{_libdir}/apache/mod_socache_shmcb.so

%post mod_socache_shmcb
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_socache_shmcb
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_socache_dbm
Summary:	DBM based shared object cache provider
Group:		System/Servers

%description mod_socache_dbm
mod_socache_dbm is a shared object cache provider which provides for creation
and access to a cache backed by a DBM database.

dbm:/path/to/datafile

Details of other shared object cache providers can be found here.

%files mod_socache_dbm
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/024_mod_socache_dbm.conf
%attr(0755,root,root) %{_libdir}/apache/mod_socache_dbm.so

%post mod_socache_dbm
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_socache_dbm
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_socache_memcache
Summary:	Memcache based shared object cache provider
Group:		System/Servers

%description mod_socache_memcache
mod_socache_memcache is a shared object cache provider which provides for
creation and access to a cache backed by the memcached high-performance,
distributed memory object caching system.

Details of other shared object cache providers can be found here.

%files mod_socache_memcache
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/025_mod_socache_memcache.conf
%attr(0755,root,root) %{_libdir}/apache/mod_socache_memcache.so

%post mod_socache_memcache
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_socache_memcache
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_socache_redis
Summary:	Redis based shared object cache provider
Group:		System/Servers

%description mod_socache_redis
mod_socache_redis is a shared object cache provider which provides 
for creation and access to a cache backed by the Redis 
high-performance, distributed memory object caching system.

This shared object cache provider's "create" method requires a comma 
separated list of memcached host/port specifications. If using this 
provider via another modules configuration (such as SSLSessionCache),
provide the list of servers as the optional "arg" parameter.

%files mod_socache_redis
%attr(0755,root,root) %{_libdir}/apache/mod_socache_redis.so

%post mod_socache_redis
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_socache_redis
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_watchdog
Summary:	provides infrastructure for other modules to periodically run tasks
Group:		System/Servers

%description mod_watchdog
mod_watchdog defines programmatic hooks for other modules to periodically run
tasks. These modules can register handlers for mod_watchdog hooks. Currently,
the following modules in the Apache distribution use this functionality:

 * mod_heartbeat

 * mod_heartmonitor

To allow a module to use mod_watchdog functionality, mod_watchdog itself
must be statically linked to the server core or, if a dynamic module,
be loaded before the calling module.

%files mod_watchdog
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/026_mod_watchdog.conf
%attr(0755,root,root) %{_libdir}/apache/mod_watchdog.so

%post mod_watchdog
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_watchdog
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_dbd
Summary:	Manages SQL database connections
Group:		System/Servers
Requires:	apr-util-dbd-ldap
Suggests:	apr-util-dbd-freetds
Suggests:	apr-util-dbd-mysql
Suggests:	apr-util-dbd-odbc
Suggests:	apr-util-dbd-pgsql
Suggests:	apr-util-dbd-sqlite3

%description mod_dbd
mod_dbd manages SQL database connections using APR. It provides database
connections on request to modules requiring SQL database functions, and
takes care of managing databases with optimal efficiency and scalability
for both threaded and non-threaded MPMs. For details, see the APR website
and this overview of the Apache DBD Framework by its original developer.

%files mod_dbd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/027_mod_dbd.conf
%attr(0755,root,root) %{_libdir}/apache/mod_dbd.so

%post mod_dbd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_dbd
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_bucketeer
Summary:	Buckets manipulation filter
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_bucketeer
Buckets manipulation filter.

%files mod_bucketeer
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/028_mod_bucketeer.conf
%attr(0755,root,root) %{_libdir}/apache/mod_bucketeer.so

%post mod_bucketeer
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_bucketeer
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_dumpio
Summary:	Dumps all I/O to error log as desired
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_dumpio
mod_dumpio allows for the logging of all input received by Apache and/or
all output sent by Apache to be logged (dumped) to the error.log file.

The data logging is done right after SSL decoding (for input) and right
before SSL encoding (for output). As can be expected, this can produce
extreme volumes of data, and should only be used when debugging problems.

%files mod_dumpio
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/029_mod_dumpio.conf
%attr(0755,root,root) %{_libdir}/apache/mod_dumpio.so

%post mod_dumpio
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_dumpio
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_echo
Summary:	A simple echo server to illustrate protocol modules
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_echo
This module provides an example protocol module to illustrate the concept. It
provides a simple echo server. Telnet to it and type stuff, and it will
echo it.

%files mod_echo
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/030_mod_echo.conf
%attr(0755,root,root) %{_libdir}/apache/mod_echo.so

%post mod_echo
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_echo
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_case_filter
Summary:	CaseFilter module
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_case_filter
CaseFilter module.

%files mod_case_filter
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/031_mod_case_filter.conf
%attr(0755,root,root) %{_libdir}/apache/mod_case_filter.so

%post mod_case_filter
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_case_filter
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_case_filter_in
Summary:	CaseFilterInFilter module
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_case_filter_in
CaseFilterInFilter module.

%files mod_case_filter_in
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/032_mod_case_filter_in.conf
%attr(0755,root,root) %{_libdir}/apache/mod_case_filter_in.so

%post mod_case_filter_in
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_case_filter_in
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_buffer
Summary:	Support for request buffering
Group:		System/Servers

%description mod_buffer
This module provides the ability to buffer the input and output filter stacks.

Under certain circumstances, content generators might create content in small
chunks. In order to promote memory reuse, in memory chunks are always 8k in
size, regardless of the size of the chunk itself. When many small chunks are
generated by a request, this can create a large memory footprint while the
request is being processed, and an unnecessarily large amount of data on
the wire. The addition of a buffer collapses the response into the fewest
chunks possible.

When httpd is used in front of an expensive content generator, buffering the
response may allow the backend to complete processing and release resources
sooner, depending on how the backend is designed.

The buffer filter may be added to either the input or the output filter
stacks, as appropriate, using the SetInputFilter, SetOutputFilter,
AddOutputFilter or AddOutputFilterByType directives.

Using buffer with mod_include

AddOutputFilterByType INCLUDES;BUFFER text/html The buffer filters read the
request/response into RAM and then repack the request/response into the fewest
memory buckets possible, at the cost of CPU time. When the request/response
is already efficiently packed, buffering the request/response could cause
the request/response to be slower than not using a buffer at all. These
filters should be used with care, and only where necessary.

%files mod_buffer
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/033_mod_buffer.conf
%attr(0755,root,root) %{_libdir}/apache/mod_buffer.so

%post mod_buffer
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_buffer
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_data
Summary:	Convert response body into an RFC2397 data URL
Group:		System/Servers

%description mod_data
This module provides the ability to convert a response into an RFC2397
data URL.

Data URLs can be embedded inline within web pages using something like
the mod_include module, to remove the need for clients to make separate
connections to fetch what may potentially be many small images. Data URLs
may also be included into pages generated by scripting languages such as PHP.

An example of a data URL

data:image/gif;base64,R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAw
AAAC8IyPqcvt3wCcDkiLc7C0qwyGHhSWpjQu5yqmCYsapyuvUUlvONmOZtfzgFz
ByTB10QgxOR0TqBQejhRNzOfkVJ+5YiUqrXF5Y5lKh/DeuNcP5yLWGsEbtLiOSp
a/TPg7JpJHxyendzWTBfX0cxOnKPjgBzi4diinWGdkF8kjdfnycQZXZeYGejmJl
ZeGl9i2icVqaNVailT6F5iJ90m6mvuTS4OK05M0vDk0Q4XUtwvKOzrcd3iq9uis
F81M1OIcR7lEewwcLp7tuNNkM3uNna3F2JQFo97Vriy/Xl4/f1cf5VWzXyym7PH
hhx4dbgYKAAA7

The filter takes no parameters, and can be added to the filter stack using
the SetOutputFilter directive, or any of the directives supported by the
mod_filter module.

Configuring the filter

<Location /data/images>
SetOutputFilter DATA </Location>

%files mod_data
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/034_mod_data.conf
%attr(0755,root,root) %{_libdir}/apache/mod_data.so

%post mod_data
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_data
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_ratelimit
Summary:	Bandwidth Rate Limiting for Clients
Group:		System/Servers

%description mod_ratelimit
Provides a filter named RATE_LIMIT to limit client bandwidth. The connection
speed to be simulated is specified, in KiB/s, using the environment variable
rate-limit.

%files mod_ratelimit
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/035_mod_ratelimit.conf
%attr(0755,root,root) %{_libdir}/apache/mod_ratelimit.so

%post mod_ratelimit
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_ratelimit
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_reqtimeout
Summary:	Set timeout and minimum data rate for receiving requests
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_reqtimeout
This module allows to set timeouts for the reading request and reading body
phases. It is implemented as an input connection filter that sets the socket
timeout so that the total request time does not exceed the timeout value.

mod_reqtimeout can be used to mitigate slowloris type attacks.

%files mod_reqtimeout
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/036_mod_reqtimeout.conf
%attr(0755,root,root) %{_libdir}/apache/mod_reqtimeout.so

%post mod_reqtimeout
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_reqtimeout
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_ext_filter
Summary:	Pass the response body through an external program before delivery
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_ext_filter
mod_ext_filter presents a simple and familiar programming model for
filters. With this module, a program which reads from stdin and writes to
stdout (i.e., a Unix-style filter command) can be a filter for Apache. This
filtering mechanism is much slower than using a filter which is specially
written for the Apache API and runs inside of the Apache server process,
but it does have the following benefits: * the programming model is much
simpler * any programming/scripting language can be used, provided that it
 allows the program to read from standard input and write to standard output
* existing programs can be used unmodified as Apache filters

Even when the performance characteristics are not suitable for production
use, mod_ext_filter can be used as a prototype environment for filters.

%files mod_ext_filter
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/037_mod_ext_filter.conf
%attr(0755,root,root) %{_libdir}/apache/mod_ext_filter.so

%post mod_ext_filter
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_ext_filter
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_request
Summary:	Filters to handle and make available HTTP request bodies
Group:		System/Servers

%description mod_request
Under normal circumstances, request handlers such as the default handler
for static files will discard the request body when it is not needed by
the request handler. As a result, filters such as mod_include are limited
to making GET requests only when including other URLs as subrequests, even
if the original request was a POST request, as the discarded request body
is no longer available once filter processing is taking place.

When this directive has a value greater than zero, request handlers that
would otherwise discard request bodies will instead set the request body
aside for use by filters up to the maximum size specified. In the case of the
mod_include filter, an attempt to POST a request to the static shtml file will
cause any subrequests to be POST requests, instead of GET requests as before.

This feature makes it possible to break up complex web pages and web
applications into small individual components, and combine the components
and the surrounding web page structure together using mod_include. The
components can take the form of CGI programs, scripted languages, or URLs
reverse proxied into the URL space from another server using mod_proxy.

Note: Each request set aside has to be set aside in temporary RAM until the
request is complete. As a result, care should be taken to ensure sufficient
RAM is available on the server to support the intended load. Use of this
directive should be limited to where needed on targeted parts of your URL
space, and with the lowest possible value that is still big enough to hold
a request body.

If the request size sent by the client exceeds the maximum size allocated
by this directive, the server will return 413 Request Entity Too Large.

%files mod_request
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/038_mod_request.conf
%attr(0755,root,root) %{_libdir}/apache/mod_request.so

%post mod_request
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_request
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_include
Summary:	Server-parsed html documents (Server Side Includes)
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_include
This module provides a filter which will process files before they are
sent to the client. The processing is controlled by specially formatted
SGML comments, referred to as elements. These elements allow conditional
text, the inclusion of other files or programs, as well as the setting and
printing of environment variables.

%files mod_include
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/039_mod_include.conf
%attr(0755,root,root) %{_libdir}/apache/mod_include.so

%post mod_include
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_include
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_filter
Summary:	Context-sensitive smart filter configuration module
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_filter
This module enables smart, context-sensitive configuration of output
content filters. For example, apache can be configured to process different
content-types through different filters, even when the content-type is not
known in advance (e.g. in a proxy).

mod_filter works by introducing indirection into the filter chain.  Instead of
inserting filters in the chain, we insert a filter harness which in turn
dispatches conditionally to a filter provider. Any content filter may be
used as a provider to mod_filter; no change to existing filter modules is
required (although it may be possible to simplify them).

%files mod_filter
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/040_mod_filter.conf
%attr(0755,root,root) %{_libdir}/apache/mod_filter.so

%post mod_filter
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_filter
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_reflector
Summary:	Reflect a request body as a response via the output filter stack
Group:		System/Servers

%description mod_reflector
This module allows request bodies to be reflected back to the client,
in the process passing the request through the output filter stack. A
suitably configured chain of filters can be used to transform the request
into a response. This module can be used to turn an output filter into an
HTTP service.

%files mod_reflector
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/041_mod_reflector.conf
%attr(0755,root,root) %{_libdir}/apache/mod_reflector.so

%post mod_reflector
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_reflector
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_substitute
Summary:	Perform search and replace operations on response bodies
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_substitute
mod_substitute provides a mechanism to perform both regular expression and
fixed string substitutions on response bodies.

%files mod_substitute
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/042_mod_substitute.conf
%attr(0755,root,root) %{_libdir}/apache/mod_substitute.so

%post mod_substitute
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_substitute
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_sed
Summary:	Filter Input (request) and Output (response) content using sed syntax
Group:		System/Servers

%description mod_sed
mod_sed is an in-process content filter. The mod_sed filter implements the
sed editing commands implemented by the Solaris 10 sed program as described
in the manual page. However, unlike sed, mod_sed doesn't take data from
standard input. Instead, the filter acts on the entity data sent between
client and server. mod_sed can be used as an input or output filter. mod_sed
is a content filter, which means that it cannot be used to modify client
or server http headers.

The mod_sed output filter accepts a chunk of data, executes the sed scripts
on the data, and generates the output which is passed to the next filter
in the chain.

The mod_sed input filter reads the data from the next filter in the chain,
executes the sed scripts, and returns the generated data to the caller
filter in the filter chain.

Both the input and output filters only process the data if newline characters
are seen in the content. At the end of the data, the rest of the data is
treated as the last line.

A tutorial article on mod_sed, and why it is more powerful than simple string
or regular expression search and replace, is available on the author's blog.

%files mod_sed
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/043_mod_sed.conf
%attr(0755,root,root) %{_libdir}/apache/mod_sed.so

%post mod_sed
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_sed
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_charset_lite
Summary:	Specify character set translation or recoding
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_charset_lite
mod_charset_lite allows the server to change the character set of responses
before sending them to the client. In an EBCDIC environment, Apache always
translates HTTP protocol content (e.g. response headers) from the code page of
the Apache process locale to ISO-8859-1, but not the body of responses. In
any environment, mod_charset_lite can be used to specify that response
bodies should be translated. For example, if files are stored in EBCDIC,
then mod_charset_lite can translate them to ISO-8859-1 before sending them
to the client.

This module provides a small subset of configuration mechanisms implemented
by Russian Apache and its associated mod_charset.

%files mod_charset_lite
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/044_mod_charset_lite.conf
%attr(0755,root,root) %{_libdir}/apache/mod_charset_lite.so

%post mod_charset_lite
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_charset_lite
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_deflate
Summary:	Compress content before it is delivered to the client
Group:		System/Servers

%description mod_deflate
The mod_deflate module provides the DEFLATE output filter that allows
output from your server to be compressed before being sent to the client
over the network.

%files mod_deflate
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/045_mod_deflate.conf
%attr(0755,root,root) %{_libdir}/apache/mod_deflate.so

%post mod_deflate
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_deflate
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_macro
Summary:	Macro support inside Apache httpd runtime configuration files
Group:		System/Servers
Epoch:		2

%description mod_macro
This modules provides macros within apache httpd runtime configuration files.
These macros may have parameters. They are expanded when used (parameters
are substituted by their values given as an argument), and the result is
processed normally.

%files mod_macro
%attr(0755,root,root) %{_libdir}/apache/mod_macro.so

#----------------------------------------------------------------------------

%package mod_xml2enc
Summary:	Enhanced charset/internationalisation support for libxml2-based filter modules
Group:		System/Servers

%description mod_xml2enc
This module provides enhanced internationalisation support for markup-aware
filter modules such as mod_proxy_html. It can automatically detect the
encoding of input data and ensure they are correctly processed by the
libxml2 parser, including converting to Unicode (UTF-8) where necessary. It
can also convert data to an encoding of choice after markup processing, and
will ensure the correct charset value is set in the HTTP Content-Type header.

%files mod_xml2enc
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/046_mod_xml2enc.conf
%attr(0755,root,root) %{_libdir}/apache/mod_xml2enc.so

%post mod_xml2enc
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_xml2enc
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_proxy_html
Summary:	Rewrite HTML links in to ensure they are addressable in a proxy context
Group:		System/Servers
Epoch:		1

%description mod_proxy_html
This module provides an output filter to rewrite HTML links in a proxy
situation, to ensure that links work for users outside the proxy. It serves
the same purpose as Apache's ProxyPassReverse directive does for HTTP headers,
and is an essential component of a reverse proxy.

For example, if a company has an application server at appserver.example.com
that is only visible from within the company's internal network, and a
public webserver www.example.com, they may wish to provide a gateway to
the application server at http://www.example.com/appserver/. When the
application server links to itself, those links need to be rewritten
to work through the gateway.  mod_proxy_html serves to rewrite <a
href="http://appserver.example.com/foo/bar.html">foobar</a> to <a
href="http://www.example.com/appserver/foo/bar.html">foobar</a> making it
accessible from outside.

mod_proxy_html was originally developed at WebÞing, whose extensive
documentation may be useful to users.

%files mod_proxy_html
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/047_mod_proxy_html.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_html.so

%post mod_proxy_html
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_html
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_proxy_uwsgi
Summary:	uWSGI - Apache2 proxy module
Group:		System/Servers

%description mod_proxy_uwsgi
Fully Apache API compliant proxy module

%files mod_proxy_uwsgi
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_uwsgi.so

%post mod_proxy_uwsgi
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_uwsgi
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_proxy_wstunnel
Summary:	WebSockets support for mod_proxy
Group:		System/Servers

%description mod_proxy_wstunnel
This module requires the service of mod_proxy. It provides support
for the tunnelling of web socket connections to a backend websockets
server. The connection is automagically upgraded to a websocket
connection.

%files mod_proxy_wstunnel
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_wstunnel.so

%post mod_proxy_wstunnel
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_wstunnel
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_mime
Summary:	Associates the requested filename's extensions with the
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_mime
This module is used to assign content metadata to the content selected
for an HTTP response by mapping patterns in the URI or filenames to the
metadata values. For example, the filename extensions of content files
often define the content's Internet media type, language, character set,
and content-encoding. This information is sent in HTTP messages containing
that content and used in content negotiation when selecting alternatives,
such that the user's preferences are respected when choosing one of several
possible contents to serve. See mod_negotiation for more information about
content negotiation.

The directives AddCharset, AddEncoding, AddLanguage and AddType are all used
to map file extensions onto the metadata for that file.  Respectively they
set the character set, content-encoding, content-language, and media-type
(content-type) of documents. The directive TypesConfig is used to specify
a file which also maps extensions onto media types.

In addition, mod_mime may define the handler and filters that originate
and process content. The directives AddHandler, AddOutputFilter, and
AddInputFilter control the modules or scripts that serve the document.
The MultiviewsMatch directive allows mod_negotiation to consider these file
extensions to be included when testing Multiviews matches.

While mod_mime associates metadata with filename extensions, the core
server provides directives that are used to associate all the files in a
given container (e.g., <Location>, <Directory>, or <Files>) with particular
metadata. These directives include ForceType, SetHandler, SetInputFilter,
and SetOutputFilter. The core directives override any filename extension
mappings defined in mod_mime.

Note that changing the metadata for a file does not change the value of the
Last-Modified header. Thus, previously cached copies may still be used by
a client or proxy, with the previous headers. If you change the metadata
(language, content type, character set or encoding) you may need to 'touch'
affected files (updating their last modified date) to ensure that all
visitors are receive the corrected content headers.

%files mod_mime
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/048_mod_mime.conf
%attr(0755,root,root) %{_libdir}/apache/mod_mime.so

%post mod_mime
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_mime
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_ldap
Summary:	LDAP connection pooling and result caching services
Group:		System/Servers
Requires:	apr-util-dbd-ldap
Requires:	apache-mod_authnz_ldap

%description mod_ldap
This module was created to improve the performance of websites relying on
backend connections to LDAP servers. In addition to the functions provided
by the standard LDAP libraries, this module adds an LDAP connection pool
and an LDAP shared memory cache.

To enable this module, LDAP support must be compiled into apr-util.
This is achieved by adding the --with-ldap flag to the configure script
when building Apache.

SSL/TLS support is dependant on which LDAP toolkit has been linked to
APR. As of this writing, APR-util supports: OpenLDAP SDK (2.x or later),
Novell LDAP SDK, Mozilla LDAP SDK, native Solaris LDAP SDK (Mozilla based),
native Microsoft LDAP SDK, or the iPlanet (Netscape) SDK. See the APR
website for details.

%files mod_ldap
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/049_mod_ldap.conf
%attr(0755,root,root) %{_libdir}/apache/mod_ldap.so
%attr(0600,apache,root) %ghost /var/cache/httpd/mod_ldap_cache

%post mod_ldap
%create_ghostfile /var/cache/httpd/mod_ldap_cache apache root 0600
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_ldap
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_log_config
Summary:	Logging of the requests made to the server
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_log_config
This module provides for flexible logging of client requests. Logs are
written in a customizable format, and may be written directly to a file, or
to an external program. Conditional logging is provided so that individual
requests may be included or excluded from the logs based on characteristics
of the request.

Three directives are provided by this module: TransferLog to create a log
file, LogFormat to set a custom format, and CustomLog to define a log file
and format in one step. The TransferLog and CustomLog directives can be
used multiple times in each server to cause each request to be logged to
multiple files.

%files mod_log_config
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/050_mod_log_config.conf
%attr(0755,root,root) %{_libdir}/apache/mod_log_config.so

%post mod_log_config
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_log_config
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_log_debug
Summary:	Additional configurable debug logging
Group:		System/Servers

%description mod_log_debug
Additional configurable debug logging.

%files mod_log_debug
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/051_mod_log_debug.conf
%attr(0755,root,root) %{_libdir}/apache/mod_log_debug.so

%post mod_log_debug
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_log_debug
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_log_forensic
Summary:	Forensic Logging of the requests made to the server
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_log_forensic
This module provides for forensic logging of client requests. Logging is
done before and after processing a request, so the forensic log contains
two log lines for each request. The forensic logger is very strict, which
means: * The format is fixed. You cannot modify the logging format at
 runtime.
* If it cannot write its data, the child process exits immediately
 and may dump core (depending on your CoreDumpDirectory configuration).

The check_forensic script, which can be found in the distribution's support
directory, may be helpful in evaluating the forensic log output.

%files mod_log_forensic
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/052_mod_log_forensic.conf
%attr(0755,root,root) %{_libdir}/apache/mod_log_forensic.so

%post mod_log_forensic
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_log_forensic
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_logio
Summary:	Logging of input and output bytes per request
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_logio
This module provides the logging of input and output number of bytes
received/sent per request. The numbers reflect the actual bytes as received
on the network, which then takes into account the headers and bodies of
requests and responses. The counting is done before SSL/TLS on input and
after SSL/TLS on output, so the numbers will correctly reflect any changes
made by encryption.

This module requires mod_log_config.  When KeepAlive connections are used with
SSL, the overhead of the SSL handshake is reflected in the byte count of the
first request on the connection. When per-directory SSL renegotiation occurs,
the bytes are associated with the request that triggered the renegotiation.

%files mod_logio
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/053_mod_logio.conf
%attr(0755,root,root) %{_libdir}/apache/mod_logio.so

%post mod_logio
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_logio
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_lua
Summary:	Provides Lua hooks into various portions of the httpd request processing
Group:		System/Servers

%description mod_lua
This module allows the server to be extended with scripts written in the Lua
programming language. The extension points (hooks) available with mod_lua
include many of the hooks available to natively compiled Apache HTTP Server
modules, such as mapping requests to files, generating dynamic responses,
access control, authentication, and authorization

More information on the Lua programming language can be found at the the Lua
website.  mod_lua is still in experimental state. Until it is declared stable,
usage and behavior may change at any time, even between stable releases of
the 2.4.x series. Be sure to check the CHANGES file before upgrading.

%files mod_lua
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/054_mod_lua.conf
%attr(0755,root,root) %{_libdir}/apache/mod_lua.so

%post mod_lua
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_lua
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_env
Summary:	Modifies the environment which is passed to CGI scripts and SSI pages
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_env
This module allows for control of internal environment variables that are
used by various Apache HTTP Server modules. These variables are also provided
to CGI scripts as native system environment variables, and available for
use in SSI pages. Environment variables may be passed from the shell which
invoked the httpd process. Alternatively, environment variables may be set
or unset within the configuration process.

%files mod_env
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/055_mod_env.conf
%attr(0755,root,root) %{_libdir}/apache/mod_env.so

%post mod_env
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_env
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_mime_magic
Summary:	Determines the MIME type of a file by looking at a few bytes of its contents
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_mime_magic
This module determines the MIME type of files in the same way the Unix
file(1) command works: it looks at the first few bytes of the file. It is
intended as a "second line of defense" for cases that mod_mime can't resolve.

This module is derived from a free version of the file(1) command for Unix,
which uses "magic numbers" and other hints from a file's contents to figure
out what the contents are. This module is active only if the magic file is
specified by the MimeMagicFile directive.

%files mod_mime_magic
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/056_mod_mime_magic.conf
%attr(0755,root,root) %{_libdir}/apache/mod_mime_magic.so

%post mod_mime_magic
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_mime_magic
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_cern_meta
Summary:	CERN httpd metafile semantics
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_cern_meta
Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP headers
that can be output in addition to the normal range of headers for each
file accessed. They appear rather like the Apache .asis files, and are
able to provide a crude way of influencing the Expires: header, as well as
providing other curiosities. There are many ways to manage meta information,
this one was chosen because there is already a large number of CERN users
who can exploit this module.

More information on the CERN metafile semantics is available.

%files mod_cern_meta
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/057_mod_cern_meta.conf
%attr(0755,root,root) %{_libdir}/apache/mod_cern_meta.so

%post mod_cern_meta
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_cern_meta
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_expires
Summary:	Generation of Expires and Cache-Control HTTP headers
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_expires
This module controls the setting of the Expires HTTP header and the
max-age directive of the Cache-Control HTTP header in server responses.
The expiration date can set to be relative to either the time the source
file was last modified, or to the time of the client access.

These HTTP headers are an instruction to the client about the document's
validity and persistence. If cached, the document may be fetched from the
cache rather than from the source until this time has passed. After that,
the cache copy is considered "expired" and invalid, and a new copy must be
obtained from the source.

To modify Cache-Control directives other than max-age (see RFC 2616 section
14.9), you can use the Header directive.

When the Expires header is already part of the response generated by the
server, for example when generated by a CGI script or proxied from an origin
server, this module does not change or add an Expires or Cache-Control header.

%files mod_expires
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/058_mod_expires.conf
%attr(0755,root,root) %{_libdir}/apache/mod_expires.so

%post mod_expires
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_expires
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_headers
Summary:	Customization of HTTP request and response headers
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_headers
This module provides directives to control and modify HTTP request and
response headers. Headers can be merged, replaced or removed.

%files mod_headers
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/059_mod_headers.conf
%attr(0755,root,root) %{_libdir}/apache/mod_headers.so

%post mod_headers
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_headers
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_ident
Summary:	RFC 1413 ident lookups
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_ident
This module queries an RFC 1413 compatible daemon on a remote host to look
up the owner of a connection.

%files mod_ident
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/060_mod_ident.conf
%attr(0755,root,root) %{_libdir}/apache/mod_ident.so

%post mod_ident
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_ident
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_usertrack
Summary:	Clickstream logging of user activity on a site
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_usertrack
Provides tracking of a user through your website via browser cookies.

%files mod_usertrack
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/061_mod_usertrack.conf
%attr(0755,root,root) %{_libdir}/apache/mod_usertrack.so

%post mod_usertrack
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_usertrack
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_unique_id
Summary:	Provides an environment variable with a unique identifier for each request
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_unique_id
This module provides a magic token for each request which is guaranteed
to be unique across "all" requests under very specific conditions. The
unique identifier is even unique across multiple machines in a properly
configured cluster of machines. The environment variable UNIQUE_ID is set to
the identifier for each request. Unique identifiers are useful for various
reasons which are beyond the scope of this document.

%files mod_unique_id
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/062_mod_unique_id.conf
%attr(0755,root,root) %{_libdir}/apache/mod_unique_id.so

%post mod_unique_id
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_unique_id
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_setenvif
Summary:	Set the environment variables based on characteristics of the request
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_setenvif
The mod_setenvif module allows you to set internal environment variables
according to whether different aspects of the request match regular
expressions you specify. These environment variables can be used by other
parts of the server to make decisions about actions to be taken, as well
as becoming available to CGI scripts and SSI pages.

The directives are considered in the order they appear in the configuration
files. So more complex sequences can be used, such as this example, which
sets netscape if the browser is mozilla but not MSIE.

BrowserMatch ^Mozilla netscape BrowserMatch MSIE !netscape

%files mod_setenvif
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/063_mod_setenvif.conf
%attr(0755,root,root) %{_libdir}/apache/mod_setenvif.so

%post mod_setenvif
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_setenvif
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_version
Summary:	Version dependent configuration
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_version
This module is designed for the use in test suites and large networks which
have to deal with different httpd versions and different configurations. It
provides a new container -- <IfVersion>, which allows a flexible version
checking including numeric comparisons and regular expressions.

%files mod_version
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/064_mod_version.conf
%attr(0755,root,root) %{_libdir}/apache/mod_version.so

%post mod_version
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_version
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_remoteip
Summary:	Replaces the original client IP address with the useragent IP address
Group:		System/Servers

%description mod_remoteip
This module is used to treat the useragent which initiated the request
as the originating useragent as identified by httpd for the purposes of
authorization and logging, even where that useragent is behind a load
balancer, front end server, or proxy server.

The module overrides the client IP address for the connection with the
useragent IP address reported in the request header configured with the
RemoteIPHeader directive.

Once replaced as instructed, this overridden useragent IP address is then used
for the mod_authz_host <Require ip> feature, is reported by mod_status, and
is recorded by mod_log_config \%a and core \%a format strings. The underlying
client IP of the connection is available in the \%{c}a format string.  It is
critical to only enable this behavior from intermediate hosts (proxies,
etc) which are trusted by this server, since it is trivial for the remote
useragent to impersonate another useragent.

%files mod_remoteip
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/065_mod_remoteip.conf
%attr(0755,root,root) %{_libdir}/apache/mod_remoteip.so

%post mod_remoteip
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_remoteip
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_proxy
Summary:	Multi-protocol proxy/gateway server
Group:		System/Servers
Suggests:	apache-mod_proxy_connect
Suggests:	apache-mod_proxy_ftp
Suggests:	apache-mod_proxy_http
Suggests:	apache-mod_proxy_balancer
Suggests:	apache-mod_proxy_uwsgi

%description mod_proxy
Do not enable proxying with ProxyRequests until you have secured your
server. Open proxy servers are dangerous both to your network and to the
Internet at large.

mod_proxy and related modules implement a proxy/gateway for Apache HTTP
Server, supporting a number of popular protocols as well as several different
load balancing algorithms. Third-party modules can add support for additional
protocols and load balancing algorithms.

A set of modules must be loaded into the server to provide the necessary
features. These modules can be included statically at build time
or dynamically via the LoadModule directive). The set must include: *
mod_proxy, which provides basic proxy capabilities * mod_proxy_balancer
and one or more balancer modules, if load
 balancing is required. (See mod_proxy_balancer for more information.)
* one or more proxy scheme, or protocol, modules:

 Protocol Module AJP13 (Apache JServe Protocol version 1.3) mod_proxy_ajp
 CONNECT (for SSL) mod_proxy_connect FastCGI mod_proxy_fcgi ftp mod_proxy_ftp
 HTTP/0.9, HTTP/1.0, and HTTP/1.1 mod_proxy_http SCGI mod_proxy_scgi

In addition, extended features are provided by other modules. Caching is
provided by mod_cache and related modules. The ability to contact remote
servers using the SSL/TLS protocol is provided by the SSLProxy* directives
of mod_ssl. These additional modules will need to be loaded and configured
to take advantage of these features.

%files mod_proxy
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/066_mod_proxy.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy.so
%attr(0770,apache,root) %dir /var/cache/httpd/mod_proxy

%post mod_proxy
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_proxy_connect
Summary:	mod_proxy extension for CONNECT request handling
Group:		System/Servers
Conflicts:	apache-proxy < 2.4.0

%description mod_proxy_connect
This module requires the service of mod_proxy. It provides support for
the CONNECT HTTP method. This method is mainly used to tunnel SSL requests
through proxy servers.

Thus, in order to get the ability of handling CONNECT requests, mod_proxy
and mod_proxy_connect have to be present in the server.

CONNECT is also used, when the server needs to send an HTTPS request through
a forward proxy. In this case the server acts as a CONNECT client. This
functionality is part of mod_proxy and mod_proxy_connect is not needed in
this case.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

%files mod_proxy_connect
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/067_mod_proxy_connect.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_connect.so

%post mod_proxy_connect
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_connect
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_proxy_ftp
Summary:	FTP support module for mod_proxy
Group:		System/Servers
Conflicts:	apache-proxy < 2.4.0

%description mod_proxy_ftp
This module requires the service of mod_proxy. It provides support for
the proxying FTP sites. Note that FTP support is currently limited to the
GET method.

Thus, in order to get the ability of handling FTP proxy requests, mod_proxy
and mod_proxy_ftp have to be present in the server.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

%files mod_proxy_ftp
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/068_mod_proxy_ftp.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_ftp.so

%post mod_proxy_ftp
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_ftp
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_proxy_http
Summary:	HTTP support module for mod_proxy
Group:		System/Servers
Conflicts:	apache-proxy < 2.4.0

%description mod_proxy_http
This module requires the service of mod_proxy. It provides the features used
for proxying HTTP and HTTPS requests. mod_proxy_http supports HTTP/0.9,
HTTP/1.0 and HTTP/1.1. It does not provide any caching abilities. If you
want to set up a caching proxy, you might want to use the additional service
of the mod_cache module.

Thus, in order to get the ability of handling HTTP proxy requests, mod_proxy
and mod_proxy_http have to be present in the server.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

%files mod_proxy_http
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/069_mod_proxy_http.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_http.so

%post mod_proxy_http
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_http
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_proxy_fcgi
Summary:	FastCGI support module for mod_proxy
Group:		System/Servers

%description mod_proxy_fcgi
This module requires the service of mod_proxy. It provides support for the
FastCGI protocol.

Thus, in order to get the ability of handling the FastCGI protocol, mod_proxy
and mod_proxy_fcgi have to be present in the server.

Unlike mod_fcgid and mod_fastcgi, mod_proxy_fcgi has no provision for
starting the application process; fcgistarter is provided for that purpose.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

%files mod_proxy_fcgi
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/070_mod_proxy_fcgi.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_fcgi.so

%post mod_proxy_fcgi
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_fcgi
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_proxy_scgi
Summary:	SCGI gateway module for mod_proxy
Group:		System/Servers
Conflicts:	apache-proxy < 2.4.0

%description mod_proxy_scgi
This module requires the service of mod_proxy. It provides support for the
SCGI protocol, version 1.

Thus, in order to get the ability of handling the SCGI protocol, mod_proxy
and mod_proxy_scgi have to be present in the server.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

%files mod_proxy_scgi
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/071_mod_proxy_scgi.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_scgi.so

%post mod_proxy_scgi
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_scgi
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_proxy_fdpass
Summary:	fdpass external process support module for mod_proxy
Group:		System/Servers

%description mod_proxy_fdpass
This module requires the service of mod_proxy. It provides support for the
passing the socket of the client to another process.

mod_proxy_fdpass uses the ability of AF_UNIX domain sockets to pass an open
file descriptor to allow another process to finish handling a request.

The module has a proxy_fdpass_flusher provider interface, which allows
another module to optionally send the response headers, or even the start of
the response body. The default flush provider disables keep-alive, and sends
the response headers, letting the external process just send a response body.

At this time the only data passed to the external process is the client
socket. To receive a client socket, call recvfrom with an allocated struct
cmsghdr. Future versions of this module may include more data after the
client socket, but this is not implemented at this time.

%files mod_proxy_fdpass
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/072_mod_proxy_fdpass.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_fdpass.so

%post mod_proxy_fdpass
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_fdpass
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_proxy_hcheck
Summary:	Dynamic health checking of balancer members (workers)
Group:		System/Servers

%description mod_proxy_hcheck
This module provides for dynamic health checking of balancer members (workers).
This can be enabled on a worker-by-worker basis.
The health check is done independently of the actual reverse proxy requests.

%files mod_proxy_hcheck
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_hcheck.so

%post mod_proxy_hcheck
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_hcheck
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_proxy_ajp
Summary:	AJP support module for mod_proxy
Group:		System/Servers

%description mod_proxy_ajp
This module requires the service of mod_proxy. It provides support for the
Apache JServ Protocol version 1.3 (hereafter AJP13).

Thus, in order to get the ability of handling AJP13 protocol, mod_proxy
and mod_proxy_ajp have to be present in the server.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

%files mod_proxy_ajp
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/073_mod_proxy_ajp.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_ajp.so

%post mod_proxy_ajp
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_ajp
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_proxy_balancer
Summary:	mod_proxy extension for load balancing
Group:		System/Servers
Conflicts:	apache-proxy < 2.4.0

%description mod_proxy_balancer
This module requires the service of mod_proxy. It provides load balancing
support for HTTP, FTP and AJP13 protocols

Load balancing scheduler algorithm is provided by not this module but
other modules such as: mod_lbmethod_byrequests, mod_lbmethod_bytraffic,
mod_lbmethod_bybusyness and mod_lbmethod_heartbeat.

Thus, in order to get the ability of load balancing, mod_proxy,
mod_proxy_balancer and at least one of load balancing scheduler algorithm
modules have to be present in the server.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

%files mod_proxy_balancer
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/074_mod_proxy_balancer.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_balancer.so

%post mod_proxy_balancer
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_balancer
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_proxy_express
Summary:	Dynamic mass reverse proxy extension for mod_proxy
Group:		System/Servers

%description mod_proxy_express
This module creates dynamically configured mass reverse proxies, by mapping
the Host: header of the HTTP request to a server name and backend URL
stored in a DBM file. This allows for easy use of a huge number of reverse
proxies with no configuration changes. It is much less feature-full than
mod_proxy_balancer, which also provides dynamic growth, but is intended
to handle much, much larger numbers of backends. It is ideally suited as
a front-end HTTP switch.

This module requires the service of mod_proxy.

Do not enable proxying until you have secured your server. Open proxy
servers are dangerous both to your network and to the Internet at large.

Limitations

* This module is not intended to replace the dynamic capability of
 mod_proxy_balancer. Instead, it is intended to be mostly a lightweight
 and fast alternative to using mod_rewrite with RewriteMap and the [P]
 flag for mapped reverse proxying.
* It does not support regex or pattern matching at all.  * It emulates:
 ProxyPass / backend.server:port ProxyPassReverse / backend.server:port
 That is, the entire URL is appended to the mapped backend URL. This is in
 keeping with the intent of being a simple but fast reverse proxy switch.

%files mod_proxy_express
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/075_mod_proxy_express.conf
%attr(0755,root,root) %{_libdir}/apache/mod_proxy_express.so

%post mod_proxy_express
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_proxy_express
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_session
Summary:	Session support
Group:		System/Servers

%description mod_session
The session modules make use of HTTP cookies, and as such can fall victim to
Cross Site Scripting attacks, or expose potentially private information to
clients. Please ensure that the relevant risks have been taken into account
before enabling the session functionality on your server.

This module provides support for a server wide per user session
interface. Sessions can be used for keeping track of whether a user has been
logged in, or for other per user information that should be kept available
across requests.

Sessions may be stored on the server, or may be stored on the browser.
Sessions may also be optionally encrypted for added security. These
features are divided into several modules in addition to mod_session;
mod_session_crypto, mod_session_cookie and mod_session_dbd. Depending on the
server requirements, load the appropriate modules into the server (either
statically at compile time or dynamically via the LoadModule directive).

Sessions may be manipulated from other modules that depend on the session,
or the session may be read from and written to using environment variables
and HTTP headers, as appropriate.

%files mod_session
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/076_mod_session.conf
%attr(0755,root,root) %{_libdir}/apache/mod_session.so

%post mod_session
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_session
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_session_cookie
Summary:	Cookie based session support
Group:		System/Servers

%description mod_session_cookie
The session modules make use of HTTP cookies, and as such can fall victim to
Cross Site Scripting attacks, or expose potentially private information to
clients. Please ensure that the relevant risks have been taken into account
before enabling the session functionality on your server.

This submodule of mod_session provides support for the storage of user
sessions on the remote browser within HTTP cookies.

Using cookies to store a session removes the need for the server or a group
of servers to store the session locally, or collaborate to share a session,
and can be useful for high traffic environments where a server based session
might be too resource intensive.

If session privacy is required, the mod_session_crypto module can be used to
encrypt the contents of the session before writing the session to the client.

For more details on the session interface, see the documentation for the
mod_session module.

%files mod_session_cookie
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/077_mod_session_cookie.conf
%attr(0755,root,root) %{_libdir}/apache/mod_session_cookie.so

%post mod_session_cookie
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_session_cookie
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_session_crypto
Summary:	Session encryption support
Group:		System/Servers

%description mod_session_crypto
The session modules make use of HTTP cookies, and as such can fall victim to
Cross Site Scripting attacks, or expose potentially private information to
clients. Please ensure that the relevant risks have been taken into account
before enabling the session functionality on your server.

This submodule of mod_session provides support for the encryption of user
sessions before being written to a local database, or written to a remote
browser via an HTTP cookie.

This can help provide privacy to user sessions where the contents of the
session should be kept private from the user, or where protection is needed
against the effects of cross site scripting attacks.

For more details on the session interface, see the documentation for the
mod_session module.

%files mod_session_crypto
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/078_mod_session_crypto.conf
%attr(0755,root,root) %{_libdir}/apache/mod_session_crypto.so

%post mod_session_crypto
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_session_crypto
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_session_dbd
Summary:	DBD/SQL based session support
Group:		System/Servers

%description mod_session_dbd
The session modules make use of HTTP cookies, and as such can fall victim to
Cross Site Scripting attacks, or expose potentially private information to
clients. Please ensure that the relevant risks have been taken into account
before enabling the session functionality on your server.

This submodule of mod_session provides support for the storage of user
sessions within a SQL database using the mod_dbd module.

Sessions can either be anonymous, where the session is keyed by a unique
UUID string stored on the browser in a cookie, or per user, where the
session is keyed against the userid of the logged in user.

SQL based sessions are hidden from the browser, and so offer a measure of
privacy without the need for encryption.

Different webservers within a server farm may choose to share a database,
and so share sessions with one another.

For more details on the session interface, see the documentation for the
mod_session module.

%files mod_session_dbd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/079_mod_session_dbd.conf
%attr(0755,root,root) %{_libdir}/apache/mod_session_dbd.so

%post mod_session_dbd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_session_dbd
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_slotmem_shm
Summary:	Slot-based shared memory provider
Group:		System/Servers

%description mod_slotmem_shm
mod_slotmem_shm is a memory provider which provides for creation and access
to a shared memory segment in which the datasets are organized in "slots."

All shared memory is cleared and cleaned with each restart, whether graceful
or not. The data itself is stored and restored within a file noted by the
name parameter in the create and attach calls.

%files mod_slotmem_shm
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/080_mod_slotmem_shm.conf
%attr(0755,root,root) %{_libdir}/apache/mod_slotmem_shm.so

%post mod_slotmem_shm
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_slotmem_shm
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_slotmem_plain
Summary:	Slot-based shared memory provider
Group:		System/Servers

%description mod_slotmem_plain
mod_slotmem_plain is a memory provider which provides for creation and access
to a plain memory segment in which the datasets are organized in "slots."

If the memory needs to be shared between threads and processes, a better
provider would be mod_slotmem_shm.

%files mod_slotmem_plain
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/081_mod_slotmem_plain.conf
%attr(0755,root,root) %{_libdir}/apache/mod_slotmem_plain.so

%post mod_slotmem_plain
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_slotmem_plain
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_ssl
Summary:	Strong cryptography using the SSL and TLS protocols
Group:		System/Servers
Requires:	apache-mod_socache_shmcb
Requires(post):	openssl

%description mod_ssl
This module provides SSL v2/v3 and TLS v1 support for the Apache HTTP
Server. It was contributed by Ralf S. Engelschall based on his mod_ssl
project and originally derived from work by Ben Laurie.

This module relies on OpenSSL to provide the cryptography engine.

Further details, discussion, and examples are provided in the SSL
documentation.

%files mod_ssl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/082_mod_ssl.conf
%attr(0755,root,root) %{_libdir}/apache/mod_ssl.so
%attr(0700,apache,root) %dir /var/cache/httpd/mod_ssl
%attr(0600,apache,root) %ghost /var/cache/httpd/mod_ssl/scache.dir
%attr(0600,apache,root) %ghost /var/cache/httpd/mod_ssl/scache.pag
%attr(0600,apache,root) %ghost /var/cache/httpd/mod_ssl/scache.sem

%pre mod_ssl
# http://qa.mandriva.com/show_bug.cgi?id=32773
# http://qa.mandriva.com/show_bug.cgi?id=33198
# If there was default mod_ssl vhost misplaced move it as rpmsave
if [ -f %{_sysconfdir}/httpd/modules.d/41_mod_ssl.default-vhost.conf -a ! -f  %{_sysconfdir}/httpd/conf/vhosts.d/01_default_ssl_vhost.conf ]; then
	mv -vf %{_sysconfdir}/httpd/modules.d/41_mod_ssl.default-vhost.conf %{_sysconfdir}/httpd/conf/vhosts.d/01_default_ssl_vhost.conf
fi

%post mod_ssl
if [ "$1" = "1" ]; then

mkdir -p %{_sysconfdir}/pki/tls/{private,certs} 2>/dev/null
umask 077

if [ ! -f %{_sysconfdir}/pki/tls/private/localhost.key ]; then
	%{_bindir}/openssl genrsa -rand /proc/apm:/proc/cpuinfo:/proc/dma:/proc/filesystems:/proc/interrupts:/proc/ioports:/proc/pci:/proc/rtc:/proc/uptime 1024 > %{_sysconfdir}/pki/tls/private/localhost.key 2> /dev/null
fi

FQDN=`hostname`
if [ "x${FQDN}" = "x" ]; then
	FQDN=localhost.localdomain
fi

if [ ! -f %{_sysconfdir}/pki/tls/certs/localhost.crt ] ; then
cat << EOF | %{_bindir}/openssl req -new -key %{_sysconfdir}/pki/tls/private/localhost.key -x509 -days 365 -set_serial $RANDOM -out %{_sysconfdir}/pki/tls/certs/localhost.crt 2>/dev/null
--
SomeState
SomeCity
SomeOrganization
SomeOrganizationalUnit
${FQDN}
root@${FQDN}
EOF
fi
fi

if [ "$1" -gt "1" ]; then
	mkdir -p %{_sysconfdir}/pki/tls/{private,certs} 2>/dev/null
	if [ -d /etc/ssl/apache ];then
		if [ -f /etc/ssl/apache/server.crt.rpmsave -a ! -f /etc/pki/tls/certs/localhost.crt ]; then
			cp -p /etc/ssl/apache/server.crt.rpmsave /etc/pki/tls/certs/localhost.crt
		fi
		if [ -f /etc/ssl/apache/server.key.rpmsave -a ! -f /etc/pki/tls/private/localhost.key ]; then
		cp -p /etc/ssl/apache/server.key.rpmsave /etc/pki/tls/private/localhost.key
		fi
	fi
fi

# create some ghost files
%create_ghostfile /var/cache/httpd/mod_ssl/scache.dir apache root 0600
%create_ghostfile /var/cache/httpd/mod_ssl/scache.pag apache root 0600
%create_ghostfile /var/cache/httpd/mod_ssl/scache.sem apache root 0600

# http://qa.mandriva.com/show_bug.cgi?id=33429
if [ -f /etc/pki/tls/certs/localhost.crt ]; then
	chmod 644 /etc/pki/tls/certs/localhost.crt
fi

/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_ssl
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_optional_hook_export
Summary:	ExportLogTransaction module
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_optional_hook_export
ExportLogTransaction module.

%files mod_optional_hook_export
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/083_mod_optional_hook_export.conf
%attr(0755,root,root) %{_libdir}/apache/mod_optional_hook_export.so

%post mod_optional_hook_export
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_optional_hook_export
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_optional_hook_import
Summary:	ImportOptionalHookTestHook module
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_optional_hook_import
ImportOptionalHookTestHook module.

%files mod_optional_hook_import
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/084_mod_optional_hook_import.conf
%attr(0755,root,root) %{_libdir}/apache/mod_optional_hook_import.so

%post mod_optional_hook_import
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_optional_hook_import
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_optional_fn_import
Summary:	ImportLogTransaction module
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_optional_fn_import
ImportLogTransaction module.

%files mod_optional_fn_import
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/085_mod_optional_fn_import.conf
%attr(0755,root,root) %{_libdir}/apache/mod_optional_fn_import.so

%post mod_optional_fn_import
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_optional_fn_import
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_optional_fn_export
Summary:	optional hook import module
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_optional_fn_export
Description:optional hook import module.

%files mod_optional_fn_export
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/086_mod_optional_fn_export.conf
%attr(0755,root,root) %{_libdir}/apache/mod_optional_fn_export.so

%post mod_optional_fn_export
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_optional_fn_export
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_dialup
Summary:	Send static content at a bandwidth rate limit, defined by old modem standards
Group:		System/Servers

%description mod_dialup
It is a module that sends static content at a bandwidth rate limit, defined
by the various old modem standards. So, you can browse your site with a
56k V.92 modem, by adding something like this:

<Location /mysite> ModemStandard V.92 </Location>

Previously to do bandwidth rate limiting modules would have to block an entire
thread, for each client, and insert sleeps to slow the bandwidth down. Using
the new suspend feature, a handler can get callback N milliseconds in the
future, and it will be invoked by the Event MPM on a different thread,
once the timer hits. From there the handler can continue to send data to
the client.

%files mod_dialup
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/087_mod_dialup.conf
%attr(0755,root,root) %{_libdir}/apache/mod_dialup.so

%post mod_dialup
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_dialup
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_lbmethod_byrequests
Summary:	Request Counting load balancer scheduler algorithm for mod_proxy_balancer
Group:		System/Servers

%description mod_lbmethod_byrequests
This module does not provide any configuration directives of its own.
It requires the services of mod_proxy_balancer, and provides the byrequests
load balancing method..

%files mod_lbmethod_byrequests
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/088_mod_lbmethod_byrequests.conf
%attr(0755,root,root) %{_libdir}/apache/mod_lbmethod_byrequests.so

%post mod_lbmethod_byrequests
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_lbmethod_byrequests
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_lbmethod_bytraffic
Summary:	Weighted Traffic Counting load balancer scheduler for mod_proxy_balancer
Group:		System/Servers

%description mod_lbmethod_bytraffic
This module does not provide any configuration directives of its own.
It requires the services of mod_proxy_balancer, and provides the bytraffic
load balancing method..

%files mod_lbmethod_bytraffic
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/089_mod_lbmethod_bytraffic.conf
%attr(0755,root,root) %{_libdir}/apache/mod_lbmethod_bytraffic.so

%post mod_lbmethod_bytraffic
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_lbmethod_bytraffic
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_lbmethod_bybusyness
Summary:	Pending Request Counting load balancer scheduler for mod_proxy_balancer
Group:		System/Servers

%description mod_lbmethod_bybusyness
This module does not provide any configuration directives of its own.
It requires the services of mod_proxy_balancer, and provides the bybusyness
load balancing method.

%files mod_lbmethod_bybusyness
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/090_mod_lbmethod_bybusyness.conf
%attr(0755,root,root) %{_libdir}/apache/mod_lbmethod_bybusyness.so

%post mod_lbmethod_bybusyness
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_lbmethod_bybusyness
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_lbmethod_heartbeat
Summary:	Heartbeat Traffic Counting load balancer scheduler for mod_proxy_balancer
Group:		System/Servers

%description mod_lbmethod_heartbeat
lbmethod=heartbeat uses the services of mod_heartmonitor to balance between
origin servers that are providing heartbeat info via the mod_heartbeat module.

This modules load balancing algorithm favors servers with more ready (idle)
capacity over time, but does not select the server with the most ready
capacity every time. Servers that have 0 active clients are penalized,
with the assumption that they are not fully initialized.

%files mod_lbmethod_heartbeat
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/091_mod_lbmethod_heartbeat.conf
%attr(0755,root,root) %{_libdir}/apache/mod_lbmethod_heartbeat.so

%post mod_lbmethod_heartbeat
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_lbmethod_heartbeat
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_unixd
Summary:	Basic (required) security for Unix-family platforms
Group:		System/Servers

%description mod_unixd
Basic (required) security for Unix-family platforms.

%files mod_unixd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/092_mod_unixd.conf
%attr(0755,root,root) %{_libdir}/apache/mod_unixd.so

%post mod_unixd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_unixd
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_heartbeat
Summary:	Sends messages with server status to frontend proxy
Group:		System/Servers

%description mod_heartbeat
mod_heartbeat sends multicast messages to a mod_heartmonitor listener that
advertises the servers current connection count. Usually, mod_heartmonitor
will be running on a proxy server with mod_lbmethod_heartbeat loaded,
which allows ProxyPass to use the "heartbeat" lbmethod inside of ProxyPass.

mod_heartbeat itself is loaded on the origin server(s) that serve
requests through the proxy server(s).  To use mod_heartbeat, mod_status
and mod_watchdog must be either a static modules or, if a dynamic module,
must be loaded before mod_heartbeat.

%files mod_heartbeat
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/093_mod_heartbeat.conf
%attr(0755,root,root) %{_libdir}/apache/mod_heartbeat.so

%post mod_heartbeat
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_heartbeat
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_heartmonitor
Summary:	Centralized monitor for mod_heartbeat origin servers
Group:		System/Servers

%description mod_heartmonitor
mod_heartmonitor listens for server status messages generated by
mod_heartbeat enabled origin servers and makes their status available
to mod_lbmethod_heartbeat. This allows ProxyPass to use the "heartbeat"
lbmethod inside of ProxyPass.

This module uses the services of mod_slotmem_shm when available instead
of flat-file storage. No configuration is required to use mod_slotmem_shm.
To use mod_heartmonitor, mod_status and mod_watchdog must be either a static
modules or, if a dynamic module, it must be loaded before mod_heartmonitor.

%files mod_heartmonitor
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/094_mod_heartmonitor.conf
%attr(0755,root,root) %{_libdir}/apache/mod_heartmonitor.so

%post mod_heartmonitor
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_heartmonitor
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_dav
Summary:	Distributed Authoring and Versioning (WebDAV) functionality
Group:		System/Servers

%description mod_dav
This module provides class 1 and class 2 WebDAV ('Web-based Distributed
Authoring and Versioning') functionality for Apache. This extension to the
HTTP protocol allows creating, moving, copying, and deleting resources and
collections on a remote web server.

%files mod_dav
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/095_mod_dav.conf
%attr(0755,root,root) %{_libdir}/apache/mod_dav.so
%attr(-,apache,apache) %dir /var/lib/dav
%attr(-,apache,apache) %dir /var/lib/dav/uploads

%post mod_dav
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_dav
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_status
Summary:	Provides information on server activity and performance
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_status
The Status module allows a server administrator to find out how well their
server is performing. A HTML page is presented that gives the current server
statistics in an easily readable form. If required this page can be made
to automatically refresh (given a compatible browser).  Another page gives
a simple machine-readable list of the current server state.

The details given are: * The number of worker serving requests * The number
of idle worker * The status of each worker, the number of requests that
worker has
 performed and the total number of bytes served by the worker (*)
* A total number of accesses and byte count served (*) * The time the server
was started/restarted and the time it has been
 running for
* Averages giving the number of requests per second, the number of
 bytes served per second and the average number of bytes per request (*)
* The current percentage CPU used by each worker and in total by all
 workers combined (*)
* The current hosts and requests being processed (*)

The lines marked "(*)" are only available if ExtendedStatus is On. In
version 2.3.6, loading mod_status will toggle ExtendedStatus On by default.

%files mod_status
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/096_mod_status.conf
%attr(0755,root,root) %{_libdir}/apache/mod_status.so

%post mod_status
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_status
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_autoindex
Summary:	Generates directory indexes automatically
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_autoindex
The index of a directory can come from one of two sources:

* A file written by the user, typically called index.html. The DirectoryIndex
  directive sets the name of this file. This is controlled by mod_dir.

* Otherwise, a listing generated by the server. The other directives control
  the format of this listing. The AddIcon, AddIconByEncoding and AddIconByType
  are used to set a list of icons to display for various file types; for each
  file listed, the first icon listed that matches the file is displayed. These
  are controlled by mod_autoindex.

The two functions are separated so that you can completely remove (or replace)
automatic index generation should you want to.

Automatic index generation is enabled with using Options +Indexes. See the
Options directive for more details.

If the FancyIndexing option is given with the IndexOptions directive,
the column headers are links that control the order of the display. If
you select a header link, the listing will be regenerated, sorted by the
values in that column. Selecting the same header repeatedly toggles between
ascending and descending order. These column header links are suppressed
with the IndexOptions directive's SuppressColumnSorting option.

Note that when the display is sorted by "Size", it's the actual size of
the files that's used, not the displayed value - so a 1010-byte file will
always be displayed before a 1011-byte file (if in ascending order) even
though they both are shown as "1K".

%files mod_autoindex
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/097_mod_autoindex.conf
%attr(0755,root,root) %{_libdir}/apache/mod_autoindex.so

%post mod_autoindex
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_autoindex
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_asis
Summary:	Sends files that contain their own HTTP headers
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_asis
This module provides the handler send-as-is which causes Apache HTTP Server
to send the document without adding most of the usual HTTP headers.

This can be used to send any kind of data from the server, including
redirects and other special HTTP responses, without requiring a cgi-script
or an nph script.

For historical reasons, this module will also process any file with the
mime type httpd/send-as-is.

%files mod_asis
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/098_mod_asis.conf
%attr(0755,root,root) %{_libdir}/apache/mod_asis.so

%post mod_asis
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_asis
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_info
Summary:	Provides a comprehensive overview of the server configuration
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_info
To configure mod_info, add the following to your httpd.conf file.

<Location /server-info> SetHandler server-info </Location>

You may wish to use mod_access inside the <Location> directive to limit
access to your server configuration information:

<Location /server-info> SetHandler server-info Require host example.com
</Location>

Once configured, the server information is obtained by accessing
http://your.host.example.com/server-info

%files mod_info
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/099_mod_info.conf
%attr(0755,root,root) %{_libdir}/apache/mod_info.so

%post mod_info
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_info
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_suexec
Summary:	Allows CGI scripts to run as a specified user and Group
Group:		System/Servers

%description mod_suexec
This module, in combination with the suexec support program allows CGI scripts
to run as a specified user and Group.

Normally, when a CGI or SSI program executes, it runs as the same user who is
running the web server.

%files mod_suexec
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/100_mod_suexec.conf
%attr(0755,root,root) %{_libdir}/apache/mod_suexec.so
%attr(0755,root,root) %{_sbindir}/suexec
%attr(0644,root,root) %{_mandir}/man8/suexec.8*

%post mod_suexec
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_suexec
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_cgi
Summary:	Execution of CGI scripts
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_cgi
Any file that has the handler cgi-script will be treated as a CGI script,
and run by the server, with its output being returned to the client. Files
acquire this handler either by having a name containing an extension defined
by the AddHandler directive, or by being in a ScriptAlias directory.

For an introduction to using CGI scripts with Apache, see our tutorial on
Dynamic Content With CGI.

When using a multi-threaded MPM under unix, the module mod_cgid should
be used in place of this module. At the user level, the two modules are
essentially identical.

For backward-compatibility, the cgi-script handler will also be activated
for any file with the mime-type application/x-httpd-cgi. The use of the
magic mime-type is deprecated.

%files mod_cgi
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/101_mod_cgi.conf
%attr(0755,root,root) %{_libdir}/apache/mod_cgi.so

%post mod_cgi
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_cgi
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_cgid
Summary:	Execution of CGI scripts using an external CGI daemon
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_cgid
Except for the optimizations and the additional ScriptSock directive noted
below, mod_cgid behaves similarly to mod_cgi. See the mod_cgi summary for
additional details about Apache and CGI.

On certain unix operating systems, forking a process from a multi-threaded
server is a very expensive operation because the new process will replicate
all the threads of the parent process. In order to avoid incurring this
expense on each CGI invocation, mod_cgid creates an external daemon that
is responsible for forking child processes to run CGI scripts. The main
server communicates with this daemon using a unix domain socket.

This module is used by default instead of mod_cgi whenever a multi-threaded
MPM is selected during the compilation process. At the user level, this
module is identical in configuration and operation to mod_cgi. The only
exception is the additional directive ScriptSock which gives the name of
the socket to use for communication with the cgi daemon.

%files mod_cgid
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/102_mod_cgid.conf
%attr(0755,root,root) %{_libdir}/apache/mod_cgid.so

%post mod_cgid
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_cgid
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_dav_fs
Summary:	filesystem provider for mod_dav
Group:		System/Servers
Conflicts:	apache-mod_dav < 2.4.0

%description mod_dav_fs
This module requires the service of mod_dav. It acts as a support module
for mod_dav and provides access to resources located in the server's file
system. The formal name of this provider is filesystem.  mod_dav backend
providers will be invoked by using the Dav directive:

%files mod_dav_fs
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/103_mod_dav_fs.conf
%attr(0755,root,root) %{_libdir}/apache/mod_dav_fs.so

%post mod_dav_fs
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_dav_fs
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_dav_lock
Summary:	generic locking module for mod_dav
Group:		System/Servers
Conflicts:	apache-mod_dav < 2.4.0

%description mod_dav_lock
This module implements a generic locking API which can be used by any backend
provider of mod_dav. It requires at least the service of mod_dav. But without
a backend provider which makes use of it, it's useless and should not be
loaded into the server. A sample backend module which actually utilizes
mod_dav_lock is mod_dav_svn, the subversion provider module.

Note that mod_dav_fs does not need this generic locking module, because it
uses its own more specialized version.

In order to make mod_dav_lock functional, you just have to specify the
location of the lock database using the DavGenericLockDB directive described
below.

Developer's Note

In order to retrieve the pointer to the locking provider function, you have
to use the ap_lookup_provider API with the arguments dav-lock, generic, and 0.

%files mod_dav_lock
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/104_mod_dav_lock.conf
%attr(0755,root,root) %{_libdir}/apache/mod_dav_lock.so

%post mod_dav_lock
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_dav_lock
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_vhost_alias
Summary:	Provides for dynamically configured mass virtual hosting
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_vhost_alias
This module creates dynamically configured virtual hosts, by allowing the
IP address and/or the Host: header of the HTTP request to be used as part
of the pathname to determine what files to serve. This allows for easy use
of a huge number of virtual hosts with similar configurations.

%files mod_vhost_alias
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/105_mod_vhost_alias.conf
%attr(0755,root,root) %{_libdir}/apache/mod_vhost_alias.so

%post mod_vhost_alias
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_vhost_alias
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_negotiation
Summary:	Provides for content negotiation
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_negotiation
Content negotiation, or more accurately content selection, is the selection
of the document that best matches the clients capabilities, from one of
several available documents. There are two implementations of this.  *
A type map (a file with the handler type-map) which explicitly
 lists the files containing the variants.
* A Multiviews search (enabled by the Multiviews Options), where the
 server does an implicit filename pattern match, and choose from amongst
 the results.

%files mod_negotiation
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/106_mod_negotiation.conf
%attr(0755,root,root) %{_libdir}/apache/mod_negotiation.so

%post mod_negotiation
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_negotiation
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_dir
Summary:	Provides for "trailing slash" redirects and serving directory index files
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_dir
The index of a directory can come from one of two sources: * A file written
by the user, typically called index.html. The
 DirectoryIndex directive sets the name of this file. This is controlled
 by mod_dir.
* Otherwise, a listing generated by the server. This is provided by
 mod_autoindex.

The two functions are separated so that you can completely remove (or replace)
automatic index generation should you want to.

A "trailing slash" redirect is issued when the server receives a
request for a URL http://servername/foo/dirname where dirname is
a directory. Directories require a trailing slash, so mod_dir issues a
redirect to http://servername/foo/dirname/.

%files mod_dir
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/107_mod_dir.conf
%attr(0755,root,root) %{_libdir}/apache/mod_dir.so

%post mod_dir
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_dir
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_imagemap
Summary:	Server-side imagemap processing
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_imagemap
This module processes .map files, thereby replacing the functionality of
the imagemap CGI program. Any directory or document type configured to
use the handler imap-file (using either AddHandler or SetHandler) will be
processed by this module.

The following directive will activate files ending with .map as imagemap
files:

AddHandler imap-file map

Note that the following is still supported:

AddType application/x-httpd-imap map

However, we are trying to phase out "magic MIME types" so we are deprecating
this method.

%files mod_imagemap
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/108_mod_imagemap.conf
%attr(0755,root,root) %{_libdir}/apache/mod_imagemap.so

%post mod_imagemap
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_imagemap
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_actions
Summary:	Provides for executing CGI scripts based on media type or request method
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_actions
This module has two directives. The Action directive lets you run CGI scripts
whenever a file of a certain MIME content type is requested.  The Script
directive lets you run CGI scripts whenever a particular method is used in
a request. This makes it much easier to execute scripts that process files.

%files mod_actions
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/109_mod_actions.conf
%attr(0755,root,root) %{_libdir}/apache/mod_actions.so

%post mod_actions
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_actions
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_speling
Summary:	Attempts to correct various minor misspellings
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_speling
Requests to documents sometimes cannot be served by the core apache server
because the request was misspelled or miscapitalized. This module addresses
this problem by trying to find a matching document, even after all other
modules gave up. It does its work by comparing each document name in the
requested directory against the requested document name without regard to
case, and allowing up to one misspelling (character insertion / omission /
transposition or wrong character). A list is built with all document names
which were matched using this strategy.

If, after scanning the directory, * no matching document was found, Apache
will proceed as usual and
 return a "document not found" error.
* only one document is found that "almost" matches the request, then
 it is returned in the form of a redirection response.
* more than one document with a close match was found, then the list
 of the matches is returned to the client, and the client can select the
 correct candidate.

%files mod_speling
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/110_mod_speling.conf
%attr(0755,root,root) %{_libdir}/apache/mod_speling.so

%post mod_speling
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_speling
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_userdir
Summary:	User-specific directories
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_userdir
This module allows user-specific directories to be accessed using the
http://example.com/~user/ syntax.

%files mod_userdir
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/111_mod_userdir.conf
%attr(0755,root,root) %{_libdir}/apache/mod_userdir.so

%post mod_userdir
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_userdir
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_alias
Summary:	Provides for mapping and for URL redirection
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_alias
The directives contained in this module allow for manipulation and control of
URLs as requests arrive at the server. The Alias and ScriptAlias directives
are used to map between URLs and filesystem paths. This allows for content
which is not directly under the DocumentRoot served as part of the web
document tree. The ScriptAlias directive has the additional effect of
marking the target directory as containing only CGI scripts.

The Redirect directives are used to instruct clients to make a new request
with a different URL. They are often used when a resource has moved to a
new location.

mod_alias is designed to handle simple URL manipulation tasks. For more
complicated tasks such as manipulating the query string, use the tools
provided by mod_rewrite.

%files mod_alias
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/112_mod_alias.conf
%attr(0755,root,root) %{_libdir}/apache/mod_alias.so

%post mod_alias
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_alias
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mod_rewrite
Summary:	Provides a rule-based rewriting engine to rewrite requested URLs on the fly
Group:		System/Servers
Conflicts:	apache-modules < 2.4.0

%description mod_rewrite
The mod_rewrite module uses a rule-based rewriting engine, based on a
regular-expression parser, to rewrite requested URLs on the fly. By default,
mod_rewrite maps a URL to a filesystem path. However, it can also be used
to redirect one URL to another URL, or to invoke an internal proxy fetch.

mod_rewrite provides a flexible and powerful way to manipulate URLs using
an unlimited number of rules. Each rule can have an unlimited number of
attached rule conditions, to allow you to rewrite URL based on server
variables, environment variables, HTTP headers, or time stamps.

mod_rewrite operates on the full URL path, including the path-info section. A
rewrite rule can be invoked in httpd.conf or in .htaccess.  The path generated
by a rewrite rule can include a query string, or can lead to internal
sub-processing, external request redirection, or internal proxy throughput.

Further details, discussion, and examples, are provided in the detailed
mod_rewrite documentation.

%files mod_rewrite
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/113_mod_rewrite.conf
%attr(0755,root,root) %{_libdir}/apache/mod_rewrite.so

%post mod_rewrite
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mod_rewrite
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package htcacheclean
Summary:	Clean up the disk cache (for apache-mod_cache_disk)
Group:		System/Servers
Requires(pre,postun):	rpm-helper
Suggests:	apache-mod_cache_disk = %{EVRD}
Suggests:	apache-mod_proxy = %{EVRD}

%description htcacheclean
htcacheclean is used to keep the size of mod_cache_disk's storage within a
certain limit. This tool can run either manually or in daemon mode. When
running in daemon mode, it sleeps in the background and checks the cache
directories at regular intervals for cached content to be removed.

%files htcacheclean
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/htcacheclean
%attr(0755,root,root) %{_sbindir}/htcacheclean
%{_mandir}/man8/htcacheclean.8*
%{_tmpfilesdir}/htcacheclean.conf
%{_unitdir}/htcacheclean.service

%post htcacheclean
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun htcacheclean
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package devel
Summary:	Module development tools for the apache web server
Group:		Development/C
Requires:	db-devel
Requires:	gdbm-devel
Requires:	sasl-devel
Requires:	pkgconfig(apr-1) >= 1.5.0
Requires:	pkgconfig(apr-util-1) >= 1.5.3
Requires:	pkgconfig(expat)
Requires:	pkgconfig(libpcre)
Requires:	pkgconfig(openssl)
Requires:	pkgconfig(zlib)

%description devel
The apache-devel package contains the source code for the apache Web server and
the APXS binary you'll need to build Dynamic Shared Objects (DSOs) for apache.

If you are installing the apache Web server and you want to be able to compile
or develop additional modules for apache, you'll need to install this package.

%files devel
%{multiarch_includedir}/apache/ap_config_layout.h
%{_includedir}/apache
%attr(0755,root,root) %dir %{_libdir}/apache/build
%attr(0644,root,root) %{_libdir}/apache/build/*.mk
%attr(0755,root,root) %{_libdir}/apache/build/*.sh
%attr(0755,root,root) %{_libdir}/apache/build/envvars
%attr(0755,root,root) %{_sbindir}/envvars-std
%attr(0755,root,root) %{_bindir}/apxs
%attr(0755,root,root) %{_libdir}/apache/httpd.exp

#----------------------------------------------------------------------------

%package source
Summary:	The apache source code, including %{vendor} patches
Group:		System/Servers

%description source
The apache source code, including %{vendor} patches. Use this package to build
your own customized apache if needed.

%files source
%{_usrsrc}/apache-%{version}

#----------------------------------------------------------------------------

%package doc
Summary:	The apache Manual
Group:		Documentation
BuildArch:	noarch

%description doc
This package contains the apache server documentation in HTML format.

Please view the documentaion by starting the apache server and your favourite
web browser and point to this URL: http://localhost/manual

%files doc
%{_datadir}/doc/apache-doc

#----------------------------------------------------------------------------

%prep
%setup -q -n httpd-%{version} -a11
%patch0 -p0 -b .deplibs.droplet
%patch8 -p1 -b .apxs.droplet
%patch16 -p0 -b .fix_extra_htaccess_check.droplet
%patch18 -p0 -b .PR45994.droplet
%patch19 -p1 -b .linux3.droplet
%patch105 -p1 -b .filter.droplet
%patch106 -p1 -b .rosaConfig~
%patch107 -p1 -b .linkage~
%patch108 -p0 -b .buildfix~

# forcibly prevent use of bundled apr, apr-util, pcre
rm -rf srclib/{apr,apr-util,pcre}

# don't install or use bundled pcreposix.h
rm -f include/pcreposix.h

#Fix apxs
perl -pi -e 's|\@exp_installbuilddir\@|%{_libdir}/apache/build|;' support/apxs.in
perl -pi -e 's|get_vars\("prefix"\)|"%{_libdir}/apache/build"|;' support/apxs.in
perl -pi -e 's|get_vars\("sbindir"\) . "/envvars"|"\$installbuilddir/envvars"|;' support/apxs.in

#Correct perl paths
find -type f|xargs perl -pi -e "s|/usr/local/bin/perl|perl|g;\
	s|/usr/local/bin/perl5|perl|g;s|/path/to/bin/perl|perl|g;"

# this is really better and easier than a stupid static patch...
# for some reason you have to use ">>" here (!)

cat >> config.layout << EOF
<Layout NUX>
    prefix:        %{_sysconfdir}/httpd
    exec_prefix:   %{_prefix}
    bindir:        %{_bindir}
    sbindir:       %{_sbindir}
    libdir:        %{_libdir}
    libexecdir:    %{_libdir}/apache
    mandir:        %{_mandir}
    infodir:       %{_infodir}
    includedir:    %{_includedir}/apache
    sysconfdir:    %{_sysconfdir}/httpd/conf
    datadir:       /var/www
    installbuilddir: %{_libdir}/apache/build
    errordir:      /var/www/error
    iconsdir:      /var/www/icons
    htdocsdir:     /var/www/html
    manualdir:     %{_datadir}/doc/apache-doc
    cgidir:        /var/www/cgi-bin
    localstatedir: /var
    runtimedir:    /var/run/httpd
    logfiledir:    /var/log/httpd
    proxycachedir: /var/cache/httpd/mod_proxy
</Layout>
EOF

#Fix DYNAMIC_MODULE_LIMIT
perl -pi -e "s/DYNAMIC_MODULE_LIMIT 256/DYNAMIC_MODULE_LIMIT %{?!maxmodules:%{defaultmaxmodules}}%{?maxmodules:%{maxmodules}}/;" include/httpd.h

# don't try to touch srclib
perl -pi -e "s|^SUBDIRS = .*|SUBDIRS = os server modules support|g" Makefile.in

# bump server limit
perl -pi -e "s|DEFAULT_SERVER_LIMIT 256|DEFAULT_SERVER_LIMIT %{?!serverlimit:%{defaultserverlimit}}%{?serverlimit:%{serverlimit}}|g" server/mpm/prefork/prefork.c

# tag it with the "legacy" name so that we can track this at netcraft...
perl -pi -e "s|^#define AP_SERVER_BASEPRODUCT .*|#define AP_SERVER_BASEPRODUCT \"%{BASEPRODUCT}\"|g" include/ap_release.h

# avoid regenerating code with yacc
pushd server
    touch util_expr_scan.c util_expr_parse.c util_expr_parse.h util_expr_scan.l util_expr_parse.y
popd

# use my nice converted transparent png icons
tar -jxf %{SOURCE3}
mv icons/*.png docs/icons/

# prepare the apache-source package
rm -rf %{_builddir}/tmp-httpd-%{version}; mkdir -p %{_builddir}/tmp-httpd-%{version}/usr/src
cp -dpR %{_builddir}/httpd-%{version} %{_builddir}/tmp-httpd-%{version}/usr/src/apache-%{version}
rm -rf %{_builddir}/tmp-httpd-%{version}/usr/src/apache-%{version}/tmp-httpd-%{version}/usr/src
rm -f %{_builddir}/tmp-httpd-%{version}%{_usrsrc}/apache-%{version}/*.spec
rm -rf %{_builddir}/tmp-httpd-%{version}/usr/src/apache-%{version}/Mandriva

# add the htcacheclean stuff
cp %{SOURCE9} htcacheclean.service
cp %{SOURCE10} htcacheclean.sysconfig

# this will only work if configured correctly in the config (FullOs)...
cp server/core.c server/core.c.untagged

# some adjustments here
perl -pi -e "s|_MODULE_DIR_|%{_libdir}/apache|g" ROSA/*_mod_*.conf

# Build the systemd file
cp %{SOURCE15} httpd.service
for mpm in worker event; do
    sed "s,@NAME@,${mpm},g;s,@EXEC@,%{_sbindir}/httpd-${mpm},g" httpd.service > httpd-${mpm}.service
done
touch -r httpd.service httpd-${mpm}.service

%build
%serverbuild

#########################################################################################
# configure and build phase
#

# use a minimal buildconf instead
cp %{SOURCE100} buildconf
sh ./buildconf

CFLAGS="`echo $RPM_OPT_FLAGS |sed -e 's/-fomit-frame-pointer//'`"
CPPFLAGS="-DSSL_EXPERIMENTAL_ENGINE -DLDAP_DEPRECATED"
if pkg-config openssl; then
    # configure -C barfs with trailing spaces in CFLAGS
    CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS"
    CPPFLAGS="$CPPFLAGS `pkg-config --cflags openssl | sed 's/ *$//'`"
    AP_LIBS="$AP_LIBS `pkg-config --libs openssl`"
else
    CFLAGS="$RPM_OPT_FLAGS"
    CPPFLAGS="$CPPFLAGS"
    AP_LIBS="$AP_LIBS -lssl -lcrypto"
fi
export CFLAGS CPPFLAGS AP_LIBS

export SH_LDFLAGS="%{ldflags}"

APVARS="--enable-layout=NUX \
    --prefix=%{_sysconfdir}/httpd \
    --exec-prefix=%{_prefix} \
    --bindir=%{_bindir} \
    --sbindir=%{_sbindir} \
    --libexecdir=%{_libdir}/apache \
    --sysconfdir=%{_sysconfdir}/httpd/conf \
    --localstatedir=/var \
    --includedir=%{_includedir}/apache \
    --infodir=%{_infodir} \
    --mandir=%{_mandir} \
    --datadir=/var/www \
    --with-port=80 \
    --with-perl=%{_bindir}/perl \
    --with-apr=%{_bindir}/apr-1-config \
    --with-apr-util=%{_bindir}/apu-1-config \
    --with-pcre=%{_prefix} \
    --with-z=%{_prefix} \
    --enable-layout=NUX \
    --with-devrandom \
    --enable-exception-hook \
    --enable-forward \
    --with-program-name=httpd"

for mpm in worker event prefork; do
    mkdir build-${mpm}; pushd build-${mpm}
    ln -s ../configure .

    if [ ${mpm} = prefork ]; then
        %configure2_5x $APVARS \
	    --with-mpm=prefork \
	    --enable-modules=all \
	    --enable-mods-shared=all \
	    --with-ldap --enable-ldap=shared --enable-authnz-ldap=shared \
	    --enable-cache=shared --enable-disk-cache=shared --enable-file-cache=shared --enable-mem-cache=shared \
	    --enable-ssl --with-ssl=%{_prefix} --disable-distcache \
	    --enable-deflate=shared \
	    --enable-cgid=shared \
	    --enable-proxy=shared --enable-proxy-connect=shared --enable-proxy-ftp=shared \
	    --enable-proxy-http=shared --enable-proxy-ajp=shared --enable-proxy-balancer=shared \
	    --enable-proxy-fdpass \
	    --enable-dav=shared --enable-dav-fs=shared --enable-dav-lock=shared \
	    --enable-version=shared \
	    --enable-bucketeer=shared --enable-case-filter=shared --enable-case-filter-in=shared --enable-echo=shared \
	    --enable-example=shared --enable-optional-fn-export=shared --enable-optional-fn-import=shared \
	    --enable-optional-hook-export=shared --enable-optional-hook-import=shared \
	    --enable-charset_lite=shared --enable-authn_alias=shared \
	    --enable-cern-meta=shared \
	    --enable-ident=shared \
	    --enable-imagemap=shared \
	    --enable-suexec=shared

    # nuke excessive use of ldflags
    perl -pi -e "s|^LDFLAGS.*|LDFLAGS = %{ldflags}|g" build/config_vars.mk
    perl -pi -e "s|^SH_LDFLAGS.*|SH_LDFLAGS = %{ldflags}|g" build/config_vars.mk

    fi

    if [ ${mpm} = worker ]; then
	%configure2_5x $APVARS \
	    --with-mpm=worker \
	    --enable-modules=none
    # don't build support tools
    perl -pi -e "s|^SUBDIRS = .*|SUBDIRS = os server modules|g" Makefile
    # nuke excessive use of ldflags
    perl -pi -e "s|^LDFLAGS.*|LDFLAGS = %{ldflags}|g" build/config_vars.mk
    perl -pi -e "s|^SH_LDFLAGS.*|SH_LDFLAGS = %{ldflags}|g" build/config_vars.mk
    fi

    if [ ${mpm} = event ]; then
	%configure2_5x $APVARS \
    	    --with-mpm=event \
	    --enable-modules=none
    # don't build support tools
    perl -pi -e "s|^SUBDIRS = .*|SUBDIRS = os server modules|g" Makefile
    # nuke excessive use of ldflags
    perl -pi -e "s|^LDFLAGS.*|LDFLAGS = %{ldflags}|g" build/config_vars.mk
    perl -pi -e "s|^SH_LDFLAGS.*|SH_LDFLAGS = %{ldflags}|g" build/config_vars.mk
    fi

    #Copy configure flags to a file in the apache-source rpm.
    cp config.nice %{_builddir}/tmp-httpd-%{version}%{_usrsrc}/apache-%{version}/config.nice.${mpm}

    # tag it with the mpm name too so that we can track this somehow at for example netcraft...
    MPM_NAME=`echo ${mpm}|tr "[a-z]" "[A-Z]"`
    cp ../server/core.c.untagged ../server/core.c
    perl -pi -e "s|\" PLATFORM \"|%{TAG}/${MPM_NAME}-%{release}|g" ../server/core.c

    # if libexpat0-devel is installed on x86_64 somehow the EXTRA_LDLAGS is set 
    # to -L/usr/lib, fix that with a conditional hack...
    %ifarch x86_64
	find -type f | xargs perl -pi -e "s|/usr/lib\b|%{_libdir}|g"
    %endif

    # finally doing the build stage
    %make
    popd
done

# Create default/prefork service file for systemd
sed "s,@NAME@,prefork,g;s,@EXEC@,%{_sbindir}/httpd,g" httpd.service > httpd.service.def
touch -r httpd.service httpd.service.def

%install
#########################################################################################
# install phase

install -d %{buildroot}%{_libdir}/apache
install -d %{buildroot}%{_sysconfdir}/httpd/conf.d
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -d %{buildroot}%{_sysconfdir}/httpd/conf/vhosts.d
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}/var/cache/httpd/mod_proxy
install -d %{buildroot}/var/lib/dav
install -d %{buildroot}/var/lib/dav/uploads
install -d %{buildroot}/var/log/httpd
install -d %{buildroot}/var/run/httpd
install -d %{buildroot}/var/www/perl

#EXCLUDE_FROM_STRIP="%{buildroot}%{_sbindir}/httpd %{buildroot}%{_sbindir}/httpd-worker %{buildroot}%{_sbindir}/httpd-peruser"

# install source
tar -cf - -C %{_builddir}/tmp-httpd-%{version} usr/src | tar x -C %{buildroot} -f -

pushd build-prefork
make install \
	prefix=%{_sysconfdir}/httpd \
	bindir=%{buildroot}%{_bindir} \
	sbindir=%{buildroot}%{_sbindir} \
	libdir=%{buildroot}%{_libdir} \
	libexecdir=%{buildroot}%{_libdir}/apache \
	mandir=%{buildroot}%{_mandir} \
	sysconfdir=%{buildroot}%{_sysconfdir}/httpd/conf \
	includedir=%{buildroot}%{_includedir}/apache \
	localstatedir=%{buildroot}/var \
	runtimedir=%{buildroot}/var/run \
	installbuilddir=%{buildroot}%{_libdir}/apache/build  \
	datadir=%{buildroot}/var/www \
	errordir=%{buildroot}/var/www/error \
	iconsdir=%{buildroot}/var/www/icons \
	htdocsdir=%{buildroot}/var/www/html \
	manualdir=%{buildroot}%{_datadir}/doc/apache-doc \
	cgidir=%{buildroot}/var/www/cgi-bin \
	runtimedir=%{buildroot}/var/run \
	logdir=%{buildroot}/var/log/httpd \
	logfiledir=%{buildroot}/var/log/httpd \
	proxycachedir=%{buildroot}/var/cache/httpd/mod_proxy
popd

# do some house cleaning 
for f in `find %{buildroot} -type f -name ".orig"` \
    `find %{buildroot} -type f -name ".deps"` \
    `find %{buildroot} -type f -name "NW*"` \
    `find %{buildroot} -type f -name "*.droplet"` \
    `find %{buildroot} -type f -name "*.zip"` \
    `find %{buildroot} -type f -name "*.dsp"`; do
    rm -f $f
done

#Fix config_vars.mk, and add some MDK flags so all other modules 
#can simply do "apxs -q VARIABLE" and know, for example, the exact
#release of apache-devel or the exact directory where the source is
#located. 
CVMK="%{buildroot}%{_libdir}/apache/build/config_vars.mk"
perl -pi -e "s|%{_builddir}/httpd-%{version}|%{_usrsrc}/apache-%{version}|g" $CVMK
perl -pi -e "s|%{buildroot}||g" $CVMK
perl -pi -e "s|^EXTRA_INCLUDES.*|EXTRA_INCLUDES = `apr-1-config --includes` -I%{_includedir}/apache -I%{_includedir}/openssl|g" $CVMK

# fix libtool invocation
perl -pi -e "s|^LIBTOOL.*|LIBTOOL = libtool|g" $CVMK
perl -pi -e "s|^SH_LIBTOOL.*|SH_LIBTOOL = libtool|g" $CVMK

# if the following 3 lines needs to be enabled again, use the ".*" wildcard as in
# "s|bla bla =.*|bla bla = replaced whatever text after the equal char...|g"
#perl -pi -e "s|installbuilddir =.*|installbuilddir = %{_libdir}/apache/build|g" $CVMK
#perl -pi -e "s|htdocsdir =.*|htdocsdir = /var/www/html|g" $CVMK
#perl -pi -e "s|logfiledir =.*|logfiledir = /var/log/httpd|g" $CVMK
echo "ap_version = %{version}" >> $CVMK
echo "ap_release = %{release}" >> $CVMK

#########################################################################################
# fix some bugs and other stuff
#
perl -pi -e "s|%{_builddir}/httpd-%{version}|%{_usrsrc}/apache-%{version}|g" %{buildroot}%{_libdir}/apache/build/apr_rules.mk

mv %{buildroot}%{_sbindir}/envvars %{buildroot}%{_libdir}/apache/build/

# named config.nice files are in the devel package
rm -f %{buildroot}%{_libdir}/apache/build/config.nice

##################################################################
# install module conf files for the "modules.d" dir loading structure
install -m0644 ROSA/*mod_*.conf %{buildroot}%{_sysconfdir}/httpd/modules.d/

install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d

# install the mpm stuff
install -m0755 build-worker/httpd %{buildroot}%{_sbindir}/httpd-worker
install -m0755 build-event/httpd %{buildroot}%{_sbindir}/httpd-event

# install alternative MPMs; executables, man pages, and systemd service files
install -d %{buildroot}%{_unitdir}
for mpm in worker event; do
    install -p -m 644 httpd-${mpm}.service %{buildroot}%{_unitdir}/httpd-${mpm}.service
done

# Default httpd (prefork) service file
install -p -m 644 httpd.service.def %{buildroot}%{_unitdir}/httpd.service

# Install tmpfiles.d config for httpd
install -m 0644 %{SOURCE16} -D %{buildroot}%{_tmpfilesdir}/httpd.conf
install -m 0644 %{SOURCE17} -D %{buildroot}%{_tmpfilesdir}/htcacheclean.conf

install -d -m 755 %{buildroot}/var/cache/httpd/mod_proxy
install -d -m 755 %{buildroot}/var/lib/dav

# install htcacheclean files
install -m0644 htcacheclean.service %{buildroot}%{_unitdir}/htcacheclean.service
install -m0644 htcacheclean.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/htcacheclean

# install missing files
install -m755 build-prefork/support/split-logfile %{buildroot}%{_sbindir}/split-logfile
install -m755 support/list_hooks.pl %{buildroot}%{_sbindir}/list_hooks.pl
install -m755 build-prefork/support/logresolve.pl %{buildroot}%{_sbindir}/logresolve.pl
install -m755 build-prefork/support/log_server_status %{buildroot}%{_sbindir}/log_server_status
install -m755 build-prefork/support/checkgid %{buildroot}%{_sbindir}/checkgid
install -m755 support/check_forensic %{buildroot}%{_sbindir}/check_forensic

# fix a msec safe cache for the ssl stuff
install -d %{buildroot}/var/cache/httpd/mod_ssl
touch %{buildroot}/var/cache/httpd/mod_ssl/scache.dir
touch %{buildroot}/var/cache/httpd/mod_ssl/scache.pag
touch %{buildroot}/var/cache/httpd/mod_ssl/scache.sem

# fix a msec safe cache for the mod_ldap LDAPSharedCacheFile
touch %{buildroot}/var/cache/httpd/mod_ldap_cache

install -m0644 ROSA/fileprotector.conf %{buildroot}%{_sysconfdir}/httpd/conf/fileprotector.conf
install -m0644 ROSA/httpd.sysconf %{buildroot}%{_sysconfdir}/sysconfig/httpd
install -m0644 ROSA/favicon.ico %{buildroot}/var/www/html/
install -m0644 ROSA/robots.txt %{buildroot}/var/www/html/
install -m0644 ROSA/rpm.png  %{buildroot}/var/www/icons/
install -m0644 ROSA/httpd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/httpd

%multiarch_includes %{buildroot}%{_includedir}/apache/ap_config_layout.h

# rpm filetriggers
install -d %{buildroot}%{_localstatedir}/lib/rpm/filetriggers
cat > %{buildroot}%{_localstatedir}/lib/rpm/filetriggers/webapp.filter << EOF
^./etc/httpd/conf/webapps.d/.*\.conf$
EOF
install -m0755 %{SOURCE2} %{buildroot}%{_localstatedir}/lib/rpm/filetriggers/webapp.script

# add two important documentation files in the plain ASCII format
cp docs/manual/upgrading.html.en upgrading.html
cp docs/manual/new_features_2_4.html.en new_features_2_4.html

lynx -dump -nolist upgrading.html > upgrading.txt
lynx -dump -nolist new_features_2_4.html > new_features_2_4.txt

# fix the manual
find %{buildroot}%{_datadir}/doc/apache-doc -type d -exec chmod 755 {} \;
find %{buildroot}%{_datadir}/doc/apache-doc -type f -exec chmod 644 {} \;

# let's not ship those, they might reveal some information to unwanted eyes
rm -rf %{buildroot}/var/www/cgi-bin/printenv*
rm -rf %{buildroot}/var/www/cgi-bin/test-cgi

#########################################################################################
# install phase done
#

%clean
# Clean up "install source" and other generated dirs
[ "%{_builddir}/tmp-httpd-%{version}%{_usrsrc}/apache-%{version}" != "/" ] && rm -rf %{_builddir}/tmp-httpd-%{version}%{_usrsrc}/apache-%{version}
[ "%{_builddir}/usr/src" != "/" ] && rm -rf %{_builddir}/usr/src
[ "%{_builddir}/tmp-httpd-%{version}" != "/" ] && rm -rf %{_builddir}/tmp-httpd-%{version}

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22323 |14mu|apache-commons-collections-3.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# If you don't want to build with maven, and use straight ant instead,
# give rpmbuild option '--without maven'

%define with_maven 0
%define without_maven %{?with_maven:0}%{!?with_maven:1}

%define base_name       collections
%define short_name      commons-%{base_name}
%define section         free

Name:       apache-%{short_name}
Version:    3.2.2
Release:    1
Epoch:      0
Summary:    Provides new interfaces, implementations and utilities for Java Collections
License:    Apache Software License 
Group:      Development/Java
URL:        http://commons.apache.org/%{base_name}/
Source0:    http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:    pom-maven2jpp-depcat.xsl
Source2:    pom-maven2jpp-newdepmap.xsl
Source3:    pom-maven2jpp-mapdeps.xsl
Source4:    commons-collections-3.2-jpp-depmap.xml

Patch0:         %{name}-3.2.2-javadoc-nonet.patch
Patch1:         %{name}-use-nanoTime-in-Buffers.patch
Patch2:         apache-commons-collections-3.2.1-java8-compat.patch
Patch3:         apache-commons-collections-3.2.2-build_xml.patch
Patch4:		commons-collections-3.2.2-Manifest.patch

BuildRequires:  dos2unix
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  xml-commons-apis >= 1.3
%if %{with_maven}
BuildRequires:  maven >= 0:1.1
BuildRequires:  maven-plugins-base
BuildRequires:  maven-plugin-test
BuildRequires:  maven-plugin-xdoc
BuildRequires:  maven-plugin-license
BuildRequires:  maven-plugin-changes
BuildRequires:  maven-plugin-jdepend
BuildRequires:  maven-plugin-jdiff
BuildRequires:  maven-plugin-jxr
BuildRequires:  maven-plugin-tasklist
BuildRequires:  maven-plugin-developer-activity
BuildRequires:  maven-plugin-file-activity
BuildRequires:  saxon
BuildRequires:  saxon-scripts
%endif

BuildArch:      noarch

%rename jakarta-%{short_name}
Provides: commons-collections

%description
The introduction of the Collections API by Sun in JDK 1.2 has been a
boon to quick and effective Java programming. Ready access to powerful
data structures has accelerated development by reducing the need for
custom container classes around each core object. Most Java2 APIs are
significantly easier to use because of the Collections API.
However, there are certain holes left unfilled by Sun's
implementations, and the Jakarta-Commons Collections Component strives
to fulfill them. Among the features of this package are:
- special-purpose implementations of Lists and Maps for fast access
- adapter classes from Java1-style containers (arrays, enumerations) to
Java2-style collections.
- methods to test or create typical set-theory properties of collections
such as union, intersection, and closure.

%package testframework
Summary:        Testframework for %{name}
Group:          Development/Java
Requires:       %{name} = %{EVRD}
%rename jakarta-%{short_name}-testframework

%description testframework
%{summary}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
%rename jakarta-%{short_name}-javadoc

%description javadoc
%{summary}.

%package testframework-javadoc
Summary:        Javadoc for %{name}-testframework
Group:          Development/Java
%rename jakarta-%{short_name}-testframework-javadoc

%description testframework-javadoc
%{summary}.

%if %{with_maven}
%package manual
Summary:        Documents for %{name}
Group:          Development/Java
%rename jakarta-%{short_name}-manual

%description manual
%{summary}.
%endif

%prep
cat <<EOT

                If you dont want to build with maven,
                give rpmbuild option '--without maven'

EOT

%setup -q -n %{short_name}-%{version}-src
%remove_java_binaries

find . -name "*.java" |xargs dos2unix

%patch0 -p1 -b .sav0
%patch1 -p1 -b .sav1
%patch2 -p1 -b .java8
%patch3 -p1 -b .nofail
%patch4 -p1 -b .manifest

# Fix file eof
%{__sed} -i 's/\r//' LICENSE.txt
%{__sed} -i 's/\r//' PROPOSAL.html
%{__sed} -i 's/\r//' README.txt
%{__sed} -i 's/\r//' NOTICE.txt

%build
%if %{with_maven}
export DEPCAT=$(pwd)/commons-collections-3.1-depcat.new.xml
echo '<?xml version="1.0" standalone="yes"?>' > $DEPCAT
echo '<depset>' >> $DEPCAT
for p in $(find . -name project.xml); do
    pushd $(dirname $p)
    /usr/bin/saxon project.xml %{SOURCE1} >> $DEPCAT
    popd
done
echo >> $DEPCAT
echo '</depset>' >> $DEPCAT
/usr/bin/saxon $DEPCAT %{SOURCE2} > %{short_name}-%{version}-depmap.new.xml
fi

for p in $(find . -name project.xml); do
    pushd $(dirname $p)
    cp project.xml project.xml.orig
    /usr/bin/saxon -o project.xml project.xml.orig %{SOURCE3} map=%{SOURCE4}
    popd
done

export MAVEN_HOME_LOCAL=$(pwd)/.maven

#        -Dmaven.test.failure.ignore=true \
maven \
        -Dmaven.repo.remote=file:/usr/share/maven/repository \
        -Dmaven.home.local=${MAVEN_HOME_LOCAL} \
        jar:jar javadoc:generate xdoc:transform
%ant tf.javadoc
%else
%ant -Djava.io.tmpdir=. test dist tf.javadoc
%endif

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
%if %{with_maven}
install -m 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 644 target/%{short_name}-testframework-%{version}.jar %{buildroot}%{_javadir}/%{name}-testframework-%{version}.jar
%else
install -m 644 build/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 644 build/%{short_name}-testframework-%{version}.jar %{buildroot}%{_javadir}/%{name}-testframework-%{version}.jar
%endif

%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|apache-||g"`; done)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -m 644 pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP-%{short_name}.pom

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
%if %{with_maven}
cp -pr target/docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%else
cp -pr build/docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%endif
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf target/docs/apidocs

# testframework-javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-testframework-%{version}
cp -pr build/docs/testframework/* %{buildroot}%{_javadocdir}/%{name}-testframework-%{version}
ln -s %{name}-testframework-%{version} %{buildroot}%{_javadocdir}/%{name}-testframework 

# manual
%if %{with_maven}
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp -pr target/docs/* %{buildroot}%{_docdir}/%{name}-%{version}
%endif

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc PROPOSAL.html README.txt LICENSE.txt NOTICE.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%{_javadir}/%{short_name}-%{version}.jar
%{_javadir}/%{short_name}.jar
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}

%files testframework
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-testframework-%{version}.jar
%{_javadir}/%{name}-testframework.jar
%{_javadir}/%{short_name}-testframework-%{version}.jar
%{_javadir}/%{short_name}-testframework.jar

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%files testframework-javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-testframework-%{version}
%{_javadocdir}/%{name}-testframework

%if %{with_maven}
%files manual
%defattr(0644,root,root,0755)
%{_docdir}/%{name}-%{version}
%endif




%changelog

* Fri Jan 15 2016 Denis Silakov <dsilakov@gmail.com> 0:3.2.2-1
- (0d16e02) Updated to 3.2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22324 |14mu|apache-commons-logging-1.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name  logging
%global short_name commons-%{base_name}

Name:           apache-%{short_name}
Version:        1.2
Release:        12
Epoch:			1
Summary:        Apache Commons Logging
License:        ASL 2.0
Group:          Development/Java
URL:            http://commons.apache.org/%{base_name}
Source0:        http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1:        %{short_name}.depmap
Source2:        http://mirrors.ibiblio.org/pub/mirrors/maven2/%{short_name}/%{short_name}-api/1.1/%{short_name}-api-1.1.pom
# Sent upstream https://issues.apache.org/jira/browse/LOGGING-143
Patch0:         %{short_name}-avalon-update.patch

Patch1:         %{short_name}-eclipse-manifest.patch
BuildArch:      noarch
BuildRequires:  ant
BuildRequires:  java-rpmbuild
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  avalon-logkit
BuildRequires:  avalon-framework >= 4.3
BuildRequires:  apache-commons-parent
BuildRequires:  servlet6

Requires:       java >= 0:1.6.0
Requires:       jpackage-utils >= 0:1.6
Requires(post): jpackage-utils
Requires(postun):jpackage-utils

%rename jakarta-%{short_name}

%description
The commons-logging package provides a simple, component oriented
interface (org.apache.commons.logging.Log) together with wrappers for
logging systems. The user can choose at runtime which system they want
to use. In addition, a small number of basic implementations are
provided to allow users to use the package standalone.
commons-logging was heavily influenced by Avalon's Logkit and Log4J. The
commons-logging abstraction is meant to minimize the differences between
the two, and to allow a developer to not tie himself to a particular
logging implementation.

%package        javadoc
Summary:        API documentation for %{name}
Group:          Development/Java
Requires:       jpackage-utils

%rename jakarta-%{short_name}-javadoc

%description    javadoc
%{summary}.

# -----------------------------------------------------------------------------

%prep
%setup -q -n %{short_name}-%{version}-src

sed -i 's/\r//' RELEASE-NOTES.txt LICENSE.txt

# Drop test failing for unknown reason
rm src/test/java/org/apache/commons/logging/security/SecurityAllowedTestCase.java

# -----------------------------------------------------------------------------

%build
# fails with recent surefire for some reason
# rm src/test/org/apache/commons/logging/logkit/StandardTestCase.java
# rm src/test/org/apache/commons/logging/servlet/BasicServletTestCase.java

# These files have names suggesting they are test cases but they are not.
# They should probably be renamed/excluded from surefire run properly
# rm src/test/org/apache/commons/logging/log4j/log4j12/*StandardTestCase.java

# export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
# mvn -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
#     install javadoc:javadoc

#mvn -X -Dmaven.local.depmap.file="%{SOURCE1}" \
#    install javadoc:aggregate

cat > build.properties <<EOBM
junit.jar=$(build-classpath junit)
log4j.jar=$(build-classpath log4j)
log4j12.jar=$(build-classpath log4j)
logkit.jar=$(build-classpath avalon-logkit)
avalon-framework.jar=$(build-classpath avalon-framework)
servletapi.jar=$(build-classpath tomcat-servlet-api)
EOBM
export OPT_JAR_LIST="ant/ant-junit"
%{ant} -Dsource.version=1.4 -Dtarget.version=1.4 clean compile

# Javadoc
(cd src/main/java && %{javadoc} -d ../../../target/docs/api `%{_bindir}/find . -type f -name '*.java'`)

# -----------------------------------------------------------------------------

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
install -p -m 644 target/%{short_name}-api-%{version}.jar %{buildroot}%{_javadir}/%{name}-api.jar
install -p -m 644 target/%{short_name}-adapters-%{version}.jar %{buildroot}%{_javadir}/%{name}-adapters.jar

pushd %{buildroot}%{_javadir}
for jar in %{name}*; do
    ln -sf ${jar} `echo $jar| sed "s|apache-||g"`
done
popd

# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}/%{_mavenpomdir}/JPP-%{short_name}.pom
install -pm 644 %{SOURCE2} %{buildroot}/%{_mavenpomdir}/JPP-%{short_name}-api.pom

%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}
%add_to_maven_depmap org.apache.commons %{short_name}-api %{version} JPP %{short_name}-api
%add_to_maven_depmap org.apache.commons %{short_name}-adapters %{version} JPP %{short_name}-adapters

# following lines are only for backwards compatibility. New packages
# should use proper groupid org.apache.commons and also artifactid
%add_to_maven_depmap %{short_name} %{short_name} %{version} JPP %{short_name}
%add_to_maven_depmap %{short_name} %{short_name}-api %{version} JPP %{short_name}-api
%add_to_maven_depmap %{short_name} %{short_name}-adapters %{version} JPP %{short_name}-adapters


# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/docs/api/* %{buildroot}%{_javadocdir}/%{name}

# -----------------------------------------------------------------------------
%post
%update_maven_depmap

%postun
%update_maven_depmap

%pre javadoc
# workaround for rpm bug, can be removed in F-17
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :


# -----------------------------------------------------------------------------

%files
%doc PROPOSAL.html LICENSE.txt RELEASE-NOTES.txt
%{_javadir}/*
%{_mavenpomdir}/JPP-%{short_name}.pom
%{_mavenpomdir}/JPP-%{short_name}-api.pom
%{_mavendepmapfragdir}/*


%files javadoc
%doc LICENSE.txt
%{_javadocdir}/%{name}


%changelog

* Thu Mar 17 2016 Denis Silakov <dsilakov@gmail.com> 1:1.2-12
- (c9c2ad3) Switch to newer servlet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22325 |14mu|apache-portlet-1.0-api-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# If you don't want to build with maven, and use straight ant instead,
# give rpmbuild option '--without maven'

%define _without_maven 1
%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}

%define base_name portlet-1.0-api

%define section free

Name:           apache-portlet-1.0-api
Version:        1.0
Release:        9
Epoch:          0
Summary:        Portlet API 1.0 from Jetspeed2
License:        Apache License
Url:            http://portals.apache.org/jetspeed-2/
Group:          Development/Java
Source0:        apache-portlet-1.0-api.tar.gz
# svn export http://svn.apache.org/repos/asf/portals/jetspeed-2/tags/JETSPEED-RELEASE-2.0/portlet-api/
Source1:        apache-portlet-1.0-api-pom.xml
Source2:        apache-portlet-1.0-api-LICENSE.TXT
Source3:        apache-portlet-1.0-api-build.xml
BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  java-devel >= 0:1.4
BuildRequires:  ant >= 0:1.6
%if %{with_maven}
BuildRequires:  maven2 >= 2.0.4-9
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-javadoc
BuildRequires:  maven2-plugin-release
BuildRequires:  maven2-plugin-resources
BuildRequires:  maven2-plugin-surefire
%endif
Requires(post): jpackage-utils >= 0:1.7.2
Requires(postun): jpackage-utils >= 0:1.7.2 

Provides:       portlet = %{epoch}:%{version}
Provides:       portlet-1.0-api = %{epoch}:%{version}

BuildArch:      noarch

%description
Java Standard Portlet API accoring to JSR-168, from Jetspeed-2 

%package javadoc
Summary:        Javadoc %{name}
Group:          Development/Java
Requires(post):   /bin/rm,/bin/ln
Requires(postun): /bin/rm

%description javadoc
%{summary}.


%prep
%setup -q -n %{name}
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
cp %{SOURCE1} pom.xml
cp %{SOURCE3} build.xml


%build
%if %{with_maven}
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mvn-jpp -e \
        -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
        install javadoc:javadoc
%else
export CLASSPATH=
export OPT_JAR_LIST="ant/ant-nodeps"
%{ant} jar javadoc
%endif

%install
install -d -m 755 %{buildroot}%{_javadir}

install -m 0644 target/portlet-api-1.0.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && ln -sf %{name}-%{version}.jar %{base_name}-%{version}.jar)

%add_to_maven_depmap javax.portlet portlet-api 1.0 JPP %{base_name}
# create unversioned symlinks
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} $(echo $jar | sed -e 's+-%{version}\.jar+.jar+'); done)

#poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.portlet-api.pom

install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/site/apidocs/* \
        %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp %{SOURCE2} %{buildroot}%{_docdir}/%{name}-%{version}/LICENSE.TXT

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/LICENSE.TXT
%{_javadir}/%{name}*.jar
%{_javadir}/%{base_name}*.jar
%{_datadir}/maven2
%config(noreplace) %{_mavendepmapfragdir}/*

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%dir %{_javadocdir}/%{name}

%changelog

* Wed Jul 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0-9
- (5126dfc) rebuild with Java 8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22326 |14mu|apmd-3.2.2-32
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname apm %{major}
%define devname	%mklibname apm -d

Summary:	Advanced Power Management (APM) BIOS utilities for laptops
Name:		apmd
Version:	3.2.2
Release:	32
License:	GPLv2+
Group:		System/Servers
Url:		ftp://ftp.debian.org/debian/pool/main/a/apmd
Source0:	ftp://ftp.debian.org/debian/pool/main/a/apmd/%{name}_%{version}.orig.tar.gz
Source1:	apmd.init
Source3:	apmd_proxy
Patch0:		apmd-3.2.2.orig-lib64.patch
Patch1:		apmd-3.2.2.orig-graphicswitch.patch
Patch2:		apmd-3.2.2.orig-optimization.patch
Patch5:		apmd-3.2.2.orig-security.patch
Patch9:		apmd-3.2.2.orig-proxy-timeout.patch
Patch10:	apmd-3.2.2-libtool.patch

BuildRequires:	libtool
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xt)
Requires(post,preun):	rpm-helper
Requires:	initscripts

%description
APMD is a set of programs for controlling the Advanced Power 
Management daemon and utilities found in most modern laptop 
computers. APMD can watch your notebook's battery and warn 
users when the battery is low. APMD is also capable of shutting 
down the PCMCIA sockets before a suspend.

Install the apmd package if you need to control the APM system 
on your laptop.

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%package -n %{devname}
Summary:	Development library for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the developmeent library needed to compile
programs that use %{name}.

%prep
%setup -qn apmd-%{version}.orig
%apply_patches

echo "LIB = %{_lib}" > config.make

%build
%serverbuild
make CFLAGS="%{optflags}" LDFLAGS="%{ldflags} -s" PROXY_DIR=%{_sbindir}

%install
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/apm-scripts

%makeinstall_std PREFIX=%{_prefix} MANDIR=%{_mandir}

for i in apm.1 apmsleep.1;
	do install -m644 $i -D %{buildroot}%{_mandir}/man1/$i;
done
install -m644 apmd.8 -D %{buildroot}%{_mandir}/man8/apmd.8

install -m755 %{SOURCE1} -D %{buildroot}%{_initrddir}/apmd
install -m755 %{SOURCE3} -D %{buildroot}%{_sbindir}/apmd_proxy
rm -f %{buildroot}%{_bindir}/on_ac_power

chmod 0755 %{buildroot}%{_libdir}/libapm.so.1.0.0

%post
%_post_service apmd

%preun
%_preun_service apmd

%files
%doc AUTHORS ChangeLog README apmsleep.README
%config(noreplace) %{_initrddir}/apmd
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man?/*

%files -n %{libname}
%{_libdir}/libapm.so.%{major}*

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/*


%changelog
* Sat Oct 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.2.2-32
+ Revision: e62f13a
- Remove not relevant info (sync with current)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22327 |14mu|appdata-tools-0.1.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for AppData files
Name:		appdata-tools
Version:	0.1.8
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://people.freedesktop.org/~hughsient/appdata/
Source0:	http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
BuildRequires:	docbook-dtd43-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(appstream-glib)

%description
appdata-tools contains a command line program designed to validate AppData
application descriptions for standards compliance and to the style guide.

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/appdata-validate
%{_mandir}/man1/appdata-validate.1.*
%dir %{_datadir}/appdata/schema
%{_datadir}/appdata/schema/appdata.xsd
%{_datadir}/appdata/schema/appdata.rnc
%{_datadir}/appdata/schema/schema-locating-rules.xml
%{_datadir}/aclocal/appdata-xml.m4
%{_datadir}/emacs/site-lisp/site-start.d/appdata-rng-init.el

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Sat Mar 14 2015 Tigro <ashejn@yandex-team.ru> 0.1.8-1
- (809675e) fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22328 |14mu|appstream-0.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname AppStream

%define major 3
%define girmajor 1.0
%define libname %mklibname %{name} %{major}
%define girname %mklibname %{name}-gir %{girmajor}
%define devname %mklibname %{name} -d

%define qt_major 1
%define libnameqt %mklibname %{name}qt %{qt_major}
%define devnameqt %mklibname %{name}qt -d

Summary:	Utilities to generate, maintain and access the AppStream Xapian database
Name:		appstream
Version:	0.9.4
Release:	1
# lib LGPLv2.1+, tools GPLv2+
License:	GPLv2+ and LGPLv2.1+
Group:		System/Configuration/Packaging
Url:		http://www.freedesktop.org/wiki/Distributions/AppStream/Software
Source0:	http://www.freedesktop.org/software/appstream/releases/%{oname}-%{version}.tar.xz
Patch0:		AppStream-0.8.0-fix-pkgconfig.patch
BuildRequires:	cmake
BuildRequires:	docbook-dtd45-xml
BuildRequires:	intltool
BuildRequires:	xmlto
BuildRequires:	xapian-core-devel
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(packagekit-glib2)
BuildRequires:	pkgconfig(protobuf)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(yaml-0.1)
# Should be added later, requires generation script
# Requires:	appstream-data

%description
AppStream-Core makes it easy to access application information from the
AppStream database over a nice GObject-based interface.

%files -f appstream.lang
%doc AUTHORS LICENSE.GPLv2 LICENSE.LGPLv2.1
%config(noreplace) %{_sysconfdir}/appstream.conf
%{_bindir}/appstreamcli
%{_mandir}/man1/appstreamcli.1*
%dir %{_datadir}/app-info/
%dir %{_datadir}/app-info/icons
%dir %{_datadir}/app-info/xmls
%{_datadir}/app-info/categories.xml
%ghost %{_var}/cache/app-info/cache.watch
%dir %{_var}/cache/app-info
%dir %{_var}/cache/app-info/icons
%dir %{_var}/cache/app-info/xapian
%dir %{_var}/cache/app-info/xmls

%posttrans
%{_bindir}/appstream-index refresh --force >& /dev/null ||:

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libappstream.so.%{major}*
%{_libdir}/libappstream.so.%{version}

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection files for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection files for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/AppStream-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/AppStream/
%{_libdir}/libappstream.so
%{_libdir}/pkgconfig/appstream.pc
%dir %{_datadir}/gettext/its/
%{_datadir}/gettext/its/metainfo.*
%{_datadir}/gir-1.0/AppStream-%{girmajor}.gir
%{_datadir}/gtk-doc/html/appstream

#----------------------------------------------------------------------------

%package -n %{libnameqt}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libnameqt}
Shared library for %{name}.

%files -n %{libnameqt}
%{_libdir}/libAppstreamQt.so.%{qt_major}
%{_libdir}/libAppstreamQt.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devnameqt}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libnameqt} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-qt5-devel = %{EVRD}

%description -n %{devnameqt}
Development files for %{name}.

%files -n %{devnameqt}
%{_includedir}/AppstreamQt/
%{_libdir}/cmake/AppstreamQt/
%{_libdir}/libAppstreamQt.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%cmake \
	-DQT:BOOL=ON \
	-DAPPSTREAM_QT_VERSION:STRING="5" \
	-DTESTS:BOOL=ON \
	-DVAPI:BOOL=OFF

%make

%install
%makeinstall_std -C build

# Dirty hack for cmake bug
sed s,"INTERFACE_INCLUDE_DIRECTORIES.*","INTERFACE_INCLUDE_DIRECTORIES \"%{_includedir}\"",g -i %{buildroot}%{_libdir}/cmake/AppstreamQt/AppstreamQtTargets.cmake

mkdir -p %{buildroot}%{_datadir}/app-info/{icons,xmls}
mkdir -p %{buildroot}%{_var}/cache/app-info/{icons,xapian,xmls}
touch %{buildroot}%{_var}/cache/app-info/cache.watch

%find_lang appstream


%changelog

* Fri Apr 22 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.4-1
- (ca34645) Build requires docbook-dtd45-xml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22329 |14mu|appstream-glib-0.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major	7
%define gmajor	1.0
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname %{name} -d
%define girname	%mklibname %{name}-gir %{gmajor}

%define libnameappstream_builder	%mklibname appstream-builder %{major}
%define girnameappstream_builder	%mklibname appstream-builder-gir %{gmajor}

%define url_ver	%(echo %{version} | cut -d. -f1,2)

Name:		appstream-glib
Version:	0.3.4
Release:	1
Summary:	Library for reading and writing AppStream metadata
Group:		System/Libraries
License:	LGPLv2+
URL:		http://people.freedesktop.org/~hughsient/appstream-glib/
Source0:	http://people.freedesktop.org/~hughsient/appstream-glib/releases/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.16.1
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libpng16)
BuildRequires:	pkgconfig(yaml-0.1)
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	xsltproc
BuildRequires:	docbook-dtd43-xml

%description
This library provides GObjects and helper methods to make it easy to read and
write AppStream metadata. It also provides a simple DOM implementation that
makes it easy to edit nodes and convert to and from the standardized XML
representation.

%package -n appstream-util
Summary:	Utility to do simple operations on AppStream metadata
Group:		System/Libraries

%description -n appstream-util
Utility to do simple operations on AppStream metadata.

Sub-commands understood by this utility include: 'install', 'uninstall',
'dump' and 'convert'.

%package -n %{libname}
Summary:	Library for reading and writing AppStream metadata
Group:		System/Libraries
Obsoletes:	%{_lib}appstream-glib1.0_1 < 0.1.1-2
Requires:	%{name}-i18n >= %{version}-%{release}

%description -n %{libname}
This library provides GObjects and helper methods to make it easy to read and
write AppStream metadata. It also provides a simple DOM implementation that
makes it easy to edit nodes and convert to and from the standardized XML
representation.

%package -n %{libnameappstream_builder}
Summary:	Library for reading and writing AppStream metadata
Group:		System/Libraries
Requires:	%{name}-i18n >= %{version}-%{release}

%description -n %{libnameappstream_builder}
This library provides GObjects and helper methods to make it easy to read and
write AppStream metadata. It also provides a simple DOM implementation that
makes it easy to edit nodes and convert to and from the standardized XML
representation.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Conflicts:	%{_lib}appstream-glib1.0_1 < 0.1.1-2

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{girnameappstream_builder}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libnameappstream_builder} = %{version}-%{release}

%description -n %{girnameappstream_builder}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}appstream-glib1.0-devel < 0.1.1-2

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%package i18n
Summary:	Library for reading and writing AppStream metadata - translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
This package contains translations used by %{name}.

%prep
%setup -q

%build
%configure \
	--disable-static \
	--disable-rpm
%make

%install
%makeinstall_std

# Remove unwanted la files
find %{buildroot} -name "*.la" -delete

%{find_lang} %{name}

%files -n appstream-util
%{_bindir}/appstream-util
%{_bindir}/appstream-builder
%{_bindir}/appdata-validate
%{_datadir}/bash-completion/completions/appstream-util
%{_datadir}/bash-completion/completions/appstream-builder
%{_libdir}/asb-plugins/libasb_plugin_*.so
%{_mandir}/man1/appstream-builder.1*
%{_mandir}/man1/appstream-util.1*

%files -n %{libname}
%doc AUTHORS NEWS
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}.so.%{major}.*
#%{python3_sitearch}/gi/overrides/*

%files -n %{libnameappstream_builder}
%{_libdir}/libappstream-builder.so.%{major}
%{_libdir}/libappstream-builder.so.%{major}.*

%files -n %{girname}
%{_libdir}/girepository-1.0/AppStreamGlib-%{gmajor}.typelib


%files -n %{girnameappstream_builder}
%{_libdir}/girepository-1.0/AppStreamBuilder-%{gmajor}.typelib

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/appstream-glib/
%{_includedir}/lib%{name}/
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/pkgconfig/appstream-builder.pc
%{_includedir}/libappstream-builder/
%{_libdir}/libappstream-builder.so
%{_datadir}/gir-1.0/AppStreamGlib-%{gmajor}.gir
%{_datadir}/gir-1.0/AppStreamBuilder-%{gmajor}.gir
%{_datadir}/aclocal/appstream-xml.m4
%{_datadir}/aclocal/appdata-xml.m4
%{_datadir}/installed-tests/appstream-glib

%files i18n -f %{name}.lang


%changelog
* Wed Mar 11 2015 Tigro <ashejn@yandex-team.ru> 0.3.4-1
+ Revision: cf946db
- pack file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22330 |14mu|appstream-glib-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%define _disable_ld_no_undefined 1
%define api 2
%define major	8
%define gmajor	1.0
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname %{name} -d
%define girname	%mklibname %{name}-gir %{gmajor}

%define libnameappstream_builder	%mklibname appstream-builder %{major}
%define girnameappstream_builder	%mklibname appstream-builder-gir %{gmajor}

%define url_ver	%(echo %{version} | cut -d. -f1,2)

Name:		appstream-glib
Version:	0.5.0
Release:	1
Summary:	Library for reading and writing AppStream metadata
Group:		System/Libraries
License:	LGPLv2+
URL:		http://people.freedesktop.org/~hughsient/appstream-glib/
Source0:	http://people.freedesktop.org/~hughsient/appstream-glib/releases/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.16.1
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libpng16)
BuildRequires:	pkgconfig(yaml-0.1)
BuildRequires:	gcab
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	xsltproc
BuildRequires:	docbook-dtd43-xml

%rename appdata-tools

%description
This library provides GObjects and helper methods to make it easy to read and
write AppStream metadata. It also provides a simple DOM implementation that
makes it easy to edit nodes and convert to and from the standardized XML
representation.

%package -n appstream-util
Summary:	Utility to do simple operations on AppStream metadata
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n appstream-util
Utility to do simple operations on AppStream metadata.

Sub-commands understood by this utility include: 'install', 'uninstall',
'dump' and 'convert'.


%files -n appstream-util
%doc AUTHORS docs/api/html
%{_bindir}/appstream-util
%{_bindir}/appstream-builder
%{_bindir}/appdata-validate
%{_datadir}/bash-completion/completions/appstream-util
%{_datadir}/bash-completion/completions/appstream-builder
%{_libdir}/asb-plugins-%{api}/libasb_plugin_*.so
%{_mandir}/man1/appstream-builder.1*
%{_mandir}/man1/appstream-util.1*

#---------------------------------------------
%package -n %{libname}
Summary:	Library for reading and writing AppStream metadata
Group:		System/Libraries
Requires:	%{name}-i18n >= %{EVRD}

%description -n %{libname}
This library provides GObjects and helper methods to make it easy to read and
write AppStream metadata. It also provides a simple DOM implementation that
makes it easy to edit nodes and convert to and from the standardized XML
representation.


%files -n %{libname}
%doc AUTHORS docs/api/html
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}.so.%{major}.*

#---------------------------------------------
%package -n %{libnameappstream_builder}
Summary:	Library for reading and writing AppStream metadata
Group:		System/Libraries
Requires:	%{name}-i18n >= %{EVRD}

%description -n %{libnameappstream_builder}
This library provides GObjects and helper methods to make it easy to read and
write AppStream metadata. It also provides a simple DOM implementation that
makes it easy to edit nodes and convert to and from the standardized XML
representation.

%files -n %{libnameappstream_builder}
%doc AUTHORS docs/api/html
%{_libdir}/libappstream-builder.so.%{major}
%{_libdir}/libappstream-builder.so.%{major}.*

#---------------------------------------------
%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.


%files -n %{girname}
%doc AUTHORS docs/api/html
%{_libdir}/girepository-1.0/AppStreamGlib-%{gmajor}.typelib

#---------------------------------------------
%package -n %{girnameappstream_builder}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libnameappstream_builder} = %{EVRD}

%description -n %{girnameappstream_builder}
GObject Introspection interface description for %{name}.


%files -n %{girnameappstream_builder}
%doc AUTHORS docs/api/html
%{_libdir}/girepository-1.0/AppStreamBuilder-%{gmajor}.typelib

#---------------------------------------------
%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/appstream-glib/
%{_includedir}/lib%{name}/
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/pkgconfig/appstream-builder.pc
%{_includedir}/libappstream-builder/
%{_libdir}/libappstream-builder.so
%{_datadir}/gir-1.0/AppStreamGlib-%{gmajor}.gir
%{_datadir}/gir-1.0/AppStreamBuilder-%{gmajor}.gir
%{_datadir}/aclocal/appstream-xml.m4
%{_datadir}/aclocal/appdata-xml.m4
%{_datadir}/installed-tests/appstream-glib
#---------------------------------------------

%package i18n
Summary:	Library for reading and writing AppStream metadata - translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
This package contains translations used by %{name}.


%files i18n -f %{name}.lang
%doc AUTHORS docs/api/html
#---------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-rpm
%make

%install
%makeinstall_std

# Remove unwanted la files
find %{buildroot} -name "*.la" -delete

%{find_lang} %{name}











%changelog

* Thu Aug 20 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-1
- (3e93a3f) Rename appdata-tools



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22331 |14mu|apr-util-1.5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without dbd_ldap
%bcond_without dbd_freetds
%bcond_without dbd_mysql
# disable
%bcond_with dbd_oracle
# 
%bcond_without dbd_sqlite3
%bcond_without dbd_psql
%bcond_without dbd_odbc
%bcond_without dbm_db

%define api	1
%define major	0
%define libname %mklibname apr-util %{api} %{major}
%define devname %mklibname -d apr-util

Summary:	Apache Portable Runtime Utility library
Name:		apr-util
Version:	1.5.4
Release:	2
License:	Apache License
Group:		System/Libraries
Url:		http://apr.apache.org/
Source0:	http://www.apache.org/dist/apr/apr-util-%{version}.tar.bz2
Source1:	http://www.apache.org/dist/apr/apr-util-%{version}.tar.bz2.asc
Patch0:		apr-util-1.2.2-config.diff
Patch1:		apr-util-1.2.7-link.diff
Patch2:		apr-util-1.3.12-linkage_fix.diff
Patch3:		apr-util-1.5.1-no-libtool.la.patch

BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:	python
BuildRequires:	pam-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(apr-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libssl)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(nspr)
%if %{with dbd_ldap}
BuildRequires:	openldap-devel
BuildRequires:	db-devel
%endif
%if %{with dbd_freetds}
BuildRequires:	freetds-devel
%endif
%if %{with dbd_mysql}
BuildRequires:	mysql-devel
%endif
%if %{with dbd_oracle}
BuildRequires:	oracle-devel
%endif
%if %{with dbd_psql}
BuildRequires:	postgresql-devel
%endif
%if %{with dbd_sqlite3}
BuildRequires:	sqlite3-devel
%endif
%if %{with dbd_odbc}
BuildRequires:	unixODBC-devel
%endif
%if %{with dbm_db}
BuildRequires:	db-devel
%endif

%if %{with dbd_psql}
# stupid postgresql... stupid build system...
# this is needed due to the postgresql packaging and due to bugs like this:
# https://qa.mandriva.com/show_bug.cgi?id=52527
%define postgresql_version %(pg_config &>/dev/null && pg_config 2>/dev/null | grep "^VERSION" | awk '{ print $4 }' 2>/dev/null || echo 0)
%endif

%description
The mission of the Apache Portable Runtime (APR) is to provide a
free library of C data structures and routines.  This library
contains additional utility interfaces for APR; including support
for XML, LDAP, database interfaces, URI parsing and more.

%package -n	%{libname}
Summary:	Apache Portable Runtime Utility library
Group: 		System/Libraries
Obsoletes:	%{_lib}apr-util1

%description -n	%{libname}
The mission of the Apache Portable Runtime (APR) is to provide a
free library of C data structures and routines.  This library
contains additional utility interfaces for APR; including support
for XML, LDAP, database interfaces, URI parsing and more.

You can build %{name} with some conditional build swithes;

(ie. use with rpm --rebuild):

--with[out] apr_dbd_ldap	apr_dbd_ldap support (enabled)
--with[out] apr_dbd_freetds	apr_dbd_freetds support (enabled)
--with[out] apr_dbd_mysql	apr_dbd_mysql support (enabled)
--with[out] apr_dbd_oracle	apr_dbd_oracle support (disabled)
--with[out] apr_dbd_pgsql	apr_dbd_pgsql support (enabled)
--with[out] apr_dbd_sqlite3	apr_dbd_sqlite3 support (enabled)
--with[out] apr_dbd_odbc	apr_dbd_odbc support (enabled)
--with[out] apr_dbm_db		apr_dbm_db support (enabled)

%if %{with dbd_ldap}
%package	dbd-ldap
Summary:	DBD driver for OpenLDAP
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbd-ldap
DBD driver for OpenLDAP.
%endif

%if %{with dbd_psql}
%package	dbd-pgsql
Summary:	DBD driver for PostgreSQL
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbd-pgsql
DBD driver for PostgreSQL.
%endif

%if %{with dbd_mysql}
%package	dbd-mysql
Summary:	DBD driver for MySQL
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbd-mysql
DBD driver for MySQL.
%endif

%if %{with dbd_sqlite3}
%package	dbd-sqlite3
Summary:	DBD driver for SQLite 3
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbd-sqlite3
DBD driver for SQLite 3.
%endif

%if %{with dbd_freetds}
%package	dbd-freetds
Summary:	DBD driver for FreeTDS
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbd-freetds
DBD driver for FreeTDS.
%endif

%if %{with dbd_oracle}
%package	dbd-oracle
Summary:	DBD driver for Oracle
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbd-oracle
DBD driver for Oracle.
%endif

%if %{with dbd_odbc}
%package	dbd-odbc
Summary:	DBD driver for unixODBC
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbd-odbc
DBD driver for unixODBC.
%endif

%if %{with dbm_db}
%package	dbm-db
Summary:	DBD driver for Berkley BD
Group:		System/Libraries
License:	Apache License
Requires:	%{libname} >= %{version}-%{release}

%description	dbm-db
DBD driver for Berkley BD.
%endif

%package	openssl
Summary:	APR utility library OpenSSL crypto support
Group:		System/Libraries
Requires:	%{libname} >= %{version}-%{release}

%description	openssl
This package provides the OpenSSL crypto support for apr-util.

%package	nss
Summary:	APR utility library NSS crypto support
Group:		System/Libraries
Requires:	%{libname} >= %{version}-%{release}

%description	nss
This package provides the NSS crypto support for apr-util.

%package -n	%{devname}
Summary:	APR utility library development kit
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package provides the support files which can be used to 
build applications using the APR utility library.  The mission 
of the Apache Portable Runtime (APR) is to provide a free 
library of C data structures and routines.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0 -b .config
%patch1 -p0 -b .link
%patch2 -p0 -b .linkage_fix
%patch3 -p1 -b .libtoolsucks~

cat >> config.layout << EOF
<Layout NUX>
    prefix:        %{_prefix}
    exec_prefix:   %{_prefix}
    bindir:        %{_bindir}
    sbindir:       %{_sbindir}
    libdir:        %{_libdir}
    libexecdir:    %{_libexecdir}
    mandir:        %{_mandir}
    infodir:       %{_infodir}
    includedir:    %{_includedir}/apr-%{api}
    sysconfdir:    %{_sysconfdir}
    datadir:       %{_datadir}
    installbuilddir: %{_libdir}/apr-%{api}/build
    localstatedir: /var
    runtimedir:    /var/run
    libsuffix:     -\${APRUTIL_MAJOR_VERSION}
</Layout>
EOF

%build
%serverbuild

# We need to re-run ./buildconf because of any applied patch(es)
#./buildconf --with-apr=%{_prefix}

# buildconf is borked...
cp %{_libdir}/apr-%{api}/build/apr_common.m4 %{_libdir}/apr-%{api}/build/find_apr.m4 %{_libdir}/apr-%{api}/build/gen-build.py build/

# conditional lib64 hack
%if "%{_lib}" != "lib"
perl -pi -e "s|/lib\b|/%{_lib}|g" build/*.m4
%endif

export WANT_AUTOCONF_2_5=1
rm -f configure
libtoolize --copy --force; aclocal; autoconf --force
python build/gen-build.py make

sed -i -e '/OBJECTS_all/s, dbd/apr_dbd_[^ ]*\.lo,,g' build-outputs.mk

# force values that may produce wrong results
export apu_have_sqlite2='0'
cat >> config.cache << EOF
ac_cv_header_sqlite_h=no
ac_cv_lib_sqlite_sqlite_open=no
ac_cv_ldap_set_rebind_proc_style=three
EOF

%configure2_5x \
	--cache-file=config.cache \
	--with-apr=%{_prefix} \
	--includedir=%{_includedir}/apr-%{api} \
	--with-installbuilddir=%{_libdir}/apr-%{api}/build \
	--enable-layout=NUX \
%if %{with dbd_ldap}
	--with-ldap \
%endif
%if %{with dbd_freetds}
	--with-freetds=%{_prefix} \
%endif
%if %{with dbd_mysql}
	--with-mysql=%{_prefix} \
%endif
%if %{with dbd_oracle}
	--with-oracle \
%endif
%if %{with dbd_psql}
	--with-pgsql=%{_prefix} \
%endif
%if %{with dbd_sqlite3}
	--with-sqlite3=%{_prefix} \
%endif
%if %{with dbd_odbc}
	--with-odbc=%{_prefix} \
%endif
%if %{with dbm_db}
	--with-berkeley-db \
%endif
	--without-sqlite2 \
	--without-gdbm \
	--with-crypto \
	--with-openssl=%{_prefix} \
	--with-nss=%{_prefix}

%make
make dox

%check
pushd test
    make check
popd

%install
%makeinstall_std

# Documentation
rm -rf html; cp -rp docs/dox/html html

# Remove unnecessary exports from dependency_libs
sed -ri '/^dependency_libs/{s,-l(pq|sqlite[0-9]|mysqlclient_r|rt|dl|uuid) ,,g}' %{buildroot}%{_libdir}/libapr*.la

# here as well
sed -ri '/^dependency_libs/{s,%{_libdir}/lib(sqlite[0-9]|mysqlclient_r)\.la ,,g}' %{buildroot}%{_libdir}/libapr*.la

# multiarch anti-borker
perl -pi -e "s|^LDFLAGS=.*|LDFLAGS=\"\"|g" %{buildroot}%{_bindir}/apu-%{api}-config

# includes anti-borker
perl -pi -e "s|-I%{_includedir}/mysql||g" %{buildroot}%{_bindir}/apu-%{api}-config

# Unpackaged files
rm -f %{buildroot}%{_libdir}/aprutil.exp

%files -n %{libname}
%{_libdir}/libaprutil-%{api}.so.%{major}*
%dir %{_libdir}/apr-util-%{api}

%files -n %{devname}
%doc CHANGES LICENSE
%doc --parents html
%{_bindir}/apu-%{api}-config
%{_includedir}/apr-%{api}/*.h
%{_libdir}/libaprutil-%{api}.so
%{_libdir}/pkgconfig/*.pc

%if %{with dbd_ldap}
%files dbd-ldap
%{_libdir}/apr-util-%{api}/apr_ldap*.so
%endif

%if %{with dbd_mysql}
%files dbd-mysql
%{_libdir}/apr-util-%{api}/apr_dbd_mysql*.so
%endif

%if %{with dbd_psql}
%files dbd-pgsql
%{_libdir}/apr-util-%{api}/apr_dbd_pgsql*.so
%endif

%if %{with dbd_sqlite3}
%files dbd-sqlite3
%{_libdir}/apr-util-%{api}/apr_dbd_sqlite3*.so
%endif

%if %{with dbd_freetds}
%files dbd-freetds
%{_libdir}/apr-util-%{api}/apr_dbd_freetds*.so
%endif

%if %{with dbd_oracle}
%files dbd-oracle
%{_libdir}/apr-util-%{api}/apr_dbd_oracle*.so
%endif

%if %{with dbd_odbc}
%files dbd-odbc
%{_libdir}/apr-util-%{api}/apr_dbd_odbc*.so
%endif

%if %{with dbm_db}
%files dbm-db
%{_libdir}/apr-util-%{api}/apr_dbm_db*.so
%endif

%files openssl
%{_libdir}/apr-util-%{api}/apr_crypto_openssl*.so

%files nss
%{_libdir}/apr-util-%{api}/apr_crypto_nss*.so


%changelog

* Wed Nov 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5.4-2
- (dd5590c) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22332 |14mu|aria2-1.19.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Download utility with resuming and segmented downloading
Name:		aria2
Version:	1.19.0
Release:	1
License:	GPLv2+
Group:		Networking/File transfer
URL:		https://aria2.github.io/
Source0:	https://sourceforge.net/projects/aria2/files/stable/%{name}-%{version}/%{name}-%{version}.tar.xz
BuildRequires:	bison
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gnutls) >= 3.0
BuildRequires:	pkgconfig(libcares)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(libgcrypt)
Requires:	rootcerts
#we need 1.7.0 to have ares_library_init available
Requires:	c-ares >= 1.7.0
Provides:	webfetch

%description
Aria2 has segmented downloading engine in its core. It can download one 
file from multiple URLs or multiple connections from one URL. This results
in very high speed downloading, very much faster than ordinary browsers.
This engine is implemented with a single-thread model.
It can also download BitTorrent files and supports Metalink version 3.0.

%prep
%setup -q

%build
export CFLAGS="%{optflags} -Os"
export CXXFLAGS="$CFLAGS"

%configure2_5x \
	--with-ca-bundle="%{_sysconfdir}/pki/tls/cert.pem" \
	--enable-bittorrent \
	--enable-metalink \
	--enable-epoll \
	--enable-threads=posix \
	--disable-rpath \
	--with-gnutls \
	--without-openssl \
	--with-sqlite3 \
	--with-libxml2 \
	--without-libexpat \
	--with-libcares \
	--with-libz

%make

# (tpg) disable checks on x86, on x86_64 all of them passes without any failures
%ifnarch %{ix86}
%check
make check
%endif

%install
%makeinstall_std

%find_lang %{name} --with-man --all-name

%files -f %{name}.lang
%doc AUTHORS README NEWS
%{_bindir}/*
%{_mandir}/man1/*

%changelog

* Sun Apr 17 2016 dsilakov <denis.silakov@rosalab.ru> 1.19.0-1
- (e7deddc) Merge pull request #5 from alzim/aria2:rosa2014.1
- (e7deddc) Updated to 1.19.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22333 |14mu|ark-4.14.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Handle file archives
Name:		ark
Version:	4.14.3
Release:	5
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		http://utils.kde.org/projects/ark
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		ark-4.14.3-no-rar.patch
Patch1:		ark-4.14.3-zip-encoding.patch
# Add support for p7zip 15.09
Patch2:		ark-4.14.3-p7zip-file-exists-detection.patch
Patch3:		ark-4.14.3-p7zip-password-prompt-detection.patch
BuildRequires:	bzip2-devel
BuildRequires:	kdebase4-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(zlib)
Suggests:	p7zip
Suggests:	unzip
Obsoletes:	%{name}-devel < 4.14.3-3

%description
Ark is a program for managing various archive formats within the KDE
environment.

%files
%{_kde_bindir}/ark
%{_kde_libdir}/kde4/kerfuffle_*
%{_kde_libdir}/kde4/arkpart.so
%{_kde_libdir}/kde4/libextracthere.so
%{_kde_applicationsdir}/ark.desktop
%{_kde_appsdir}/ark
%{_kde_datadir}/appdata/ark.appdata.xml
%{_kde_datadir}/config.kcfg/ark.kcfg
%{_kde_iconsdir}/hicolor/*/apps/ark*
%{_kde_services}/ark_part.desktop
%{_kde_services}/kerfuffle_*
%{_kde_services}/ark_dndextract.desktop
%{_kde_services}/ServiceMenus/ark_*.desktop
%{_kde_servicetypes}/kerfufflePlugin.desktop
%{_kde_docdir}/HTML/*/ark
%{_kde_mandir}/man1/ark.1*

#----------------------------------------------------------------------------

%define libkerfuffle_major 4
%define libkerfuffle %mklibname kerfuffle %{libkerfuffle_major}

%package -n %{libkerfuffle}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkerfuffle}
KDE 4 library.

%files -n %{libkerfuffle}
%{_kde_libdir}/libkerfuffle.so.%{libkerfuffle_major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_libdir}/libkerfuffle.so


%changelog

* Fri Apr 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-5
- (e5b59c5) Add patches for p7zip 15.09 support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22334 |14mu|artikulate-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pronunciation trainer application for KDE
Name:		artikulate
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(QtGStreamer-1.0)
Requires:	kqtquickcharts

%description
Artikulate is a pronunciation trainer that aims at improving and perfecting
the pronunciation skills of the user.

%files
%doc COPYING*
%{_kde_bindir}/artikulate
%{_kde_appsdir}/artikulate/
%{_kde_appsdir}/artikulateui.rc
%{_kde_applicationsdir}/artikulate.desktop
%{_kde_configdir}/artikulate.knsrc
%{_kde_datadir}/config.kcfg//artikulate.kcfg
%{_kde_docdir}/HTML/en/artikulate/
%{_kde_iconsdir}/hicolor/*/*/artikulate*.*
%{_datadir}/appdata/artikulate.appdata.xml

#----------------------------------------------------------------------------

%define core_major 4
%define libartikulatecore %mklibname artikulatecore %{core_major}

%package -n %{libartikulatecore}
Summary:	Runtime library for Artikulate
Group:		System/Libraries

%description -n %{libartikulatecore}
Runtime library for Artikulate.

%files -n %{libartikulatecore}
%{_kde_libdir}/libartikulatecore.so.%{core_major}*

#----------------------------------------------------------------------------

%define profile_major 4
%define libartikulatelearnerprofile %mklibname artikulatelearnerprofile %{profile_major}

%package -n %{libartikulatelearnerprofile}
Summary:	Runtime library for Artikulate
Group:		System/Libraries

%description -n %{libartikulatelearnerprofile}
Runtime library for Artikulate.

%files -n %{libartikulatelearnerprofile}
%{_kde_libdir}/libartikulatelearnerprofile.so.%{profile_major}*

#----------------------------------------------------------------------------

%define sound_major 4
%define libartikulatesound %mklibname artikulatesound %{sound_major}

%package -n %{libartikulatesound}
Summary:	Runtime library for Artikulate
Group:		System/Libraries

%description -n %{libartikulatesound}
Runtime library for Artikulate.

%files -n %{libartikulatesound}
%{_kde_libdir}/libartikulatesound.so.%{sound_major}*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't have devel package so drop .so
rm %{buildroot}%{_kde_libdir}/libartikulate*.so


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: fe2670c
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22335 |14mu|asciidoc-8.6.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool to convert AsciiDoc text files to DocBook, HTML or Unix man pages
Name:		asciidoc
Version:	8.6.8
Release:	5
License:	GPLv2+
Group:		Publishing
Url:		http://www.methods.co.nz/asciidoc/
Source0:	http://downloads.sourceforge.net/project/asciidoc/asciidoc/%{version}/asciidoc-%{version}.tar.xz
Patch0:		asciidoc-8.6.8-datadir.patch
BuildRequires:	docbook-dtd45-xml
BuildRequires:	dos2unix
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
AsciiDoc is a text document format for writing short documents, articles,
books and UNIX man pages.

%files
%doc BUGS CHANGELOG COPYRIGHT README
%doc doc/*.txt filters/*/*.txt
%doc %{_mandir}/man1/ascii*
%config(noreplace) %{_sysconfdir}/asciidoc/
%{_bindir}/asciidoc.py
%{_bindir}/asciidoc
%{_datadir}/asciidoc/
%{py_puresitedir}/asciidocapi.py*

#----------------------------------------------------------------------------

%package -n a2x
Summary:	Converts Asciidoc text files to other formats (PDF, EPUB, DVI, etc.)
Group:		Publishing
Requires:	asciidoc
Suggests:	dblatex
Suggests:	fop
Suggests:	w3m
Suggests:	xsltproc
Conflicts:	%{name} < 8.6.8-3

%description -n a2x
A toolchain manager for AsciiDoc that converts Asciidoc text files to other
file formats.

%files -n a2x
%{_bindir}/a2x.py
%{_bindir}/a2x
%doc %{_mandir}/man1/a2x*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

for i in CHANGELOG README;
do
    iconv -f ISO-8859-1 -t UTF-8 -o $i.UTF-8 $i
    mv  $i.UTF-8 $i
done
for i in  doc/book-multi.txt doc/article.txt COPYRIGHT doc/faq.txt filters/code/code-filter-readme.txt \
doc/asciidoc.1.txt filters/code/code-filter-test.txt doc/book.txt doc/latex-backend.txt;
do  
    dos2unix < $i > $i.fixed ; mv -f $i.fixed $i ;
done

%build
%configure2_5x
sed -ri 's/a2x.py -f/a2x.py -v -f/g' Makefile
%make

%install
%makeinstall_std

# real conf data goes to sysconfdir, rest to datadir; symlinks so asciidoc works
for d in dblatex docbook-xsl images javascripts stylesheets; do
    mv %{buildroot}%{_sysconfdir}/asciidoc/$d \
        %{buildroot}%{_datadir}/asciidoc
    ln -s %{_datadir}/asciidoc/$d %{buildroot}%{_sysconfdir}/asciidoc/
done

# Python API
install -Dpm 644 asciidocapi.py %{buildroot}%{py_puresitedir}/asciidocapi.py

# Make it easier to %exclude these with both rpm < and >= 4.7
for file in %{buildroot}{%{_bindir},%{_datadir}/asciidoc/filters/*}/*.py ; do
    rm -f ${file}{c,o}
done


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 8.6.8-5
- (81549ce) Build requires docbook-dtd45-xml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22336 |14mu|asm2-2.2.3-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section	free

Name:		asm2
Version:	2.2.3
Release:	17
Epoch:		0
Summary:	A code manipulation tool to implement adaptable systems
License:	BSD-like
URL:		http://asm.objectweb.org/
Group:		Development/Java
#Vendor:		JPackage Project
#Distribution:	JPackage
Source0:	http://download.fr2.forge.objectweb.org/asm/asm-2.2.3.tar.bz2
BuildRequires:	ant
BuildRequires:	java-rpmbuild >= 0:1.6
BuildRequires:	objectweb-anttask
BuildArch:      noarch

%description
ASM is a code manipulation tool to implement adaptable systems.

%package	javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java

%description	javadoc
Javadoc for %{name}.

%prep
%setup -q -n asm-%{version}
find . -name "*.jar" -exec rm -f {} \;
%{__mkdir_p} test/lib
%{__perl} -pi -e 's|.*<attribute name="Class-path".*||' archive/asm-xml.xml

%build
export CLASSPATH=
export OPT_JAR_LIST=
%ant -Dobjectweb.ant.tasks.path=$(build-classpath objectweb-anttask) jar jdoc

%install

# jars
%{__mkdir_p} %{buildroot}%{_javadir}/%{name}

for jar in output/dist/lib/*.jar; do
newjar=${jar/asm-/asm2-}
%{__install} -m 644 ${jar} \
%{buildroot}%{_javadir}/%{name}/`basename ${newjar}`
done

(cd %{buildroot}%{_javadir}/%{name} && for jar in *-%{version}*; do \
%{__ln_s} ${jar} ${jar/-%{version}/}; done)

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a output/dist/doc/javadoc/user/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

# fix end-of-line
%{__perl} -pi -e 's/\r$//g' README.txt

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ $1 -eq 0 ]; then
  rm -f %{_javadocdir}/%{name}
fi

%files
%defattr(0644,root,root,0755)
%doc README.txt
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%ghost %dir %{_javadocdir}/%{name}

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:2.2.3-17
- (d9a4212) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22337 |14mu|asm3-3.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free

Name:           asm3
Version:        3.2
Release:        7
Epoch:          0
Summary:        Code manipulation tool to implement adaptable systems
License:        BSD-style
URL:            http://asm.objectweb.org/
Group:          Development/Java
Source0:        http://download.fr2.forge.objectweb.org/asm/asm-%{version}.tar.gz
Source1:		asm-3.0.pom
Source2:		asm-analysis-3.0.pom
Source3:		asm-commons-3.0.pom
Source4:		asm-tree-3.0.pom
Source5:		asm-util-3.0.pom
Source6:		asm-xml-3.0.pom
Source7:		asm-MANIFEST.MF
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  objectweb-anttask
BuildRequires:  zip
BuildArch:      noarch
BuildRequires:  java-devel

%description
ASM is a code manipulation tool to implement adaptable systems.

%package        javadoc
Summary:        Javadoc for %{name}
Group:                Development/Java

%description        javadoc
Javadoc for %{name}.

%prep
%setup -q -n asm-%{version}
%{__mkdir_p} test/lib
%{__perl} -pi -e 's|.*<attribute name="Class-path".*||' archive/asm-xml.xml

%build
export CLASSPATH=:
export OPT_JAR_LIST=:
%{ant} -Dobjectweb.ant.tasks.path=$(build-classpath objectweb-anttask) jar jdoc

# inject OSGi manifests
mkdir -p META-INF
cp %{SOURCE7} META-INF/MANIFEST.MF
zip output/dist/lib/all/asm-all-%{version}.jar META-INF/MANIFEST.MF

%install

# jars
%{__mkdir_p} %{buildroot}%{_javadir}/%{name}

for jar in output/dist/lib/*.jar; do
newjar=${jar/asm-/%{name}-}
%{__install} -m 644 ${jar} \
%{buildroot}%{_javadir}/%{name}/`basename ${newjar}`
done

install -m 644 output/dist/lib/all/asm-all-%{version}.jar \
%{buildroot}%{_javadir}/%{name}/asm-all-%{version}.jar

(cd %{buildroot}%{_javadir}/%{name} && for jar in *-%{version}*; do %{__ln_s} ${jar} ${jar/-%{version}/}; done)

#poms
%add_to_maven_depmap asm asm %{version} JPP/asm3 asm3
%add_to_maven_depmap asm asm-util %{version} JPP/asm3 asm3-util
%add_to_maven_depmap asm asm-analysis %{version} JPP/asm3 asm3-analysis
%add_to_maven_depmap asm asm-commons %{version} JPP/asm3 asm3-commons
%add_to_maven_depmap asm asm-tree %{version} JPP/asm3 asm3-tree
%add_to_maven_depmap asm asm-xml %{version} JPP/asm3 asm3-xml

install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 %{SOURCE1} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.asm.pom
install -pm 644 %{SOURCE2} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.asm-util.pom
install -pm 644 %{SOURCE3} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.asm-analysis.pom
install -pm 644 %{SOURCE4} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.asm-commons.pom
install -pm 644 %{SOURCE5} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.asm-tree.pom
install -pm 644 %{SOURCE6} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.asm-xml.pom

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a output/dist/doc/javadoc/user/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

# fix end-of-line
%{__perl} -pi -e 's/\r$//g' README.txt

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc README.txt
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/*.jar
%{_datadir}/maven2/poms/*
%config(noreplace) %{_mavendepmapfragdir}/*

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%dir %{_javadocdir}/%{name}

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:3.2-7
- (9027681) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22338 |14mu|assimp-3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   3
%define minor   2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Library to import various 3D model formats into applications
Name:		assimp
Version:	3.2
Release:	1
License:	BSD
Group:		Graphics
Url:		http://assimp.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/assimp/%{name}-%{major}.%{minor}/%{name}-%{version}.tar.gz
# Patches from mga
Patch0:		assimp-3.1.1-mga-fdr-doxyfile.patch
Patch1:		assimp-3.2-mga-fdr-system-poly2tri-clipper.patch
Patch2:		assimp-3.2-mga-system-unzip.patch
BuildRequires:	cmake
BuildRequires:	dos2unix
BuildRequires:	doxygen
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(minizip)
BuildRequires:	pkgconfig(poly2tri)
BuildRequires:	pkgconfig(zlib)

%description
Assimp, the Open Asset Import Library, is a free library to import various
well-known 3D model formats into applications. Assimp aims to provide a full
asset conversion pipeline for use in game engines and real-time rendering
systems, but is not limited to these applications.

This package contains the assimp binary, a tool to work with various formats.

%files
%doc Readme.md LICENSE CREDITS CHANGES
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to import various 3D model formats into applications
Group:		System/Libraries

%description -n %{libname}
Assimp, the Open Asset Import Library, is a free library to import various
well-known 3D model formats into applications. Assimp aims to provide a full
asset conversion pipeline for use in game engines and real-time rendering
systems, but is not limited to these applications.

%files -n %{libname}
%doc Readme.md LICENSE CREDITS CHANGES
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and development libraries for assimp
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and development libraries for assimp.
You need to install it if you want to develop programs using assimp.

%files -n %{devname}
%doc doc/AssimpDoc_Html
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/cmake/%{name}-%{major}.%{minor}
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

pushd contrib
rm -rf cppunit-1.12.1 poly2tri unzip zlib
popd

dos2unix CHANGES CREDITS LICENSE Readme.md

%build
%cmake \
	-DASSIMP_BUILD_TESTS:BOOL=NO \
	-DASSIMP_LIB_INSTALL_DIR:PATH=%{_lib} \
	-DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
	-DPOLY2TRI_LIB_PATH:PATH=%{_libdir} \
	-DPOLY2TRI_INCLUDE_PATH:PATH=%{_includedir}/poly2tri

%make

# doc
pushd ../doc
doxygen Doxyfile
popd

%install
%makeinstall_std -C build


%changelog

* Fri Jun 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.2-1
- (f6d280d) New version 3.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22339 |14mu|atk1.0-2.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with gtkdoc

%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 1.0
%define major 0
%define pkgname atk
%define libname %mklibname %{pkgname} %{api} %{major}
%define girname %mklibname %{pkgname}-gir %{api}
%define devname %mklibname %{name} -d

Summary:	Accessibility features for Gtk+
Name:		%{pkgname}%{api}
Version:	2.16.0
Release:	1
License:	LGPLv2.1+
Group:		Accessibility
Url:		http://developer.gnome.org/projects/gap/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{url_ver}/%{pkgname}-%{version}.tar.xz
%if %{with gtkdoc}
BuildRequires:	gtk-doc >= 1.11-3
%endif
BuildRequires:	pkgconfig(glib-2.0) >= 2.5.7
BuildRequires:	pkgconfig(gobject-introspection-1.0)

%description
Accessibility means providing system infrastructure that allows add-on
assistive software to transparently provide specalized input and ouput
capabilities. For example, screen readers allow blind users to navigate
through applications, determine the state of controls, and read text via
text to speech conversion. On-screen keyboards replace physical
keyboards, and head-mounted pointers replace mice.

ATK, the Accessibility Tookit, is used to obtain accessibily information
from GTK+ and GNOME widgets.

#----------------------------------------------------------------------------

%package common
Summary:	Data files used by atk
Group:		System/Libraries

%description common
ATK, the Accessibility Tookit, is used to obtain accessibily information
from GTK+ and GNOME widgets.

This package contains data used by atk library.

%files common -f %{pkgname}10.lang
%doc README

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Accessibility features for Gtk+
Group:		System/Libraries
Suggests:	%{name}-common >= %{EVRD}
Provides:	lib%{name} = %{EVRD}
Conflicts:	gir-repository < 0.6.5-4

%description -n %{libname}
Accessibility means providing system infrastructure that allows add-on
assistive software to transparently provide specalized input and ouput
capabilities. For example, screen readers allow blind users to navigate
through applications, determine the state of controls, and read text via
text to speech conversion. On-screen keyboards replace physical
keyboards, and head-mounted pointers replace mice.

%files -n %{libname}
%{_libdir}/libatk-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject introspection interface library for %{pkgname}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{_lib}atk1.0_0 < 2.4.0-1

%description -n %{girname}
GObject introspection interface library for %{pkgname}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Atk-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Stuff for developing with atk
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{pkgname}-devel = %{EVRD}
Obsoletes:	%{_lib}atk1.0_0-devel < 2.12.0
Conflicts:	gir-repository < 0.6.5-4

%description -n %{devname}
ATK, the Accessibility Tookit, is used to obtain accessibily information
from GTK+ and GNOME widgets.

%files -n %{devname}
%doc AUTHORS ChangeLog NEWS
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/Atk-%{api}.gir

#----------------------------------------------------------------------------

%prep
%setup -qn %{pkgname}-%{version}

%build
%configure2_5x \
	--disable-static \
%if %{with gtkdoc}
	--enable-gtk-doc
%endif

%make

%install
%makeinstall_std

%find_lang %{pkgname}10

%changelog

* Mon Mar 23 2015 Tigro <ashejn@yandex-team.ru> 2.16.0-1
- (9114d70) update to 2.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22340 |14mu|atomix-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Mind game - build molecules out of single atoms
Name:		atomix
Version:	3.16.0
Release:	1
License:	GPLv2+
Group:		Games/Puzzles
URL:		http://triq.net/~jens/atomix.php
Source:		ftp://ftp.gnome.org/pub/gnome/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  intltool
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libxml-2.0)


%description
Atomix is a little mind game where you have to build molecules out of
single atoms. These are laying around between the walls and obstacles
on the playfield. Once you have pushed an atom in one direction it
moves until it hits an obstacle or another atom. It needs some thinking
how to construct complex molecules with this atom behaviour. The game
is inspired by the original Amiga version.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="PuzzleGame" \
  --add-category="X-MandrivaLinux-MoreApplications-Games-Puzzles" \
  --add-category="Game" \
  --add-category="LogicGame" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%attr(2755,games,games) %{_bindir}/atomix
%{_datadir}/atomix
%{_datadir}/pixmaps/atomix-icon.png
%{_datadir}/applications/atomix.desktop
%{_datadir}/appdata/atomix.appdata.xml

%changelog
* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 3.16.0-1
+ Revision: 7980764
- update to 3.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22341 |14mu|at-spi2-atk-2.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d "." -f -2)

%define api 2.0
%define major 0
%define libname %mklibname atk-bridge %{api} %{major}
%define devname %mklibname atk-bridge %{api} -d

Summary:	A GTK+ module that bridges ATK to D-Bus at-spi
Name:		at-spi2-atk
Version:	2.16.0
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(atspi-2)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(glib-2.0)
Requires:	at-spi2-core

%description
at-spi allows assistive technologies to access GTK-based applications.
Essentially it exposes the internals of applications for automation, so
tools such as screen readers, magnifiers, or even scripting interfaces
can query and interact with GUI controls.

This version of at-spi is a major break from previous versions. It has
been completely rewritten to use D-Bus rather than ORBIT / CORBA for its
transport protocol.

This package includes a gtk-module that bridges ATK to the new D-Bus
based at-spi.

%files
%doc COPYING AUTHORS README
%dir %{_libdir}/gtk-2.0
%dir %{_libdir}/gtk-2.0/modules
%{_libdir}/gtk-2.0/modules/libatk-bridge.so
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Requires:	%{name}
Conflicts:	%{name} < 2.8.1-2

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libatk-bridge-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 2.8.1-2
Obsoletes:	%{name}-devel < 2.8.1-2

%description -n %{devname}
This package includes the header files for the %{name} library.

%files -n %{devname}
%{_includedir}/at-spi2-atk/%{api}/atk-bridge.h
%{_libdir}/libatk-bridge-%{api}.so
%{_libdir}/pkgconfig/atk-bridge-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-rpath

%make

%install
%makeinstall_std


%changelog

* Wed Mar 25 2015 Tigro <ashejn@yandex-team.ru> 2.16.0-1
- (170539a) update 2.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22342 |14mu|at-spi2-core-2.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define gir_major 2.0
%define libname %mklibname atspi %{major}
%define girname %mklibname atspi-gir %{gir_major}
%define devname %mklibname atspi -d

%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Protocol definitions and daemon for D-Bus at-spi
Name:		at-spi2-core
Version:	2.16.0
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
Source0:	http://ftp.acc.umu.se/pub/GNOME/sources/at-spi2-core/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xevie)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xtst)
Requires:	dbus

%description
at-spi allows assistive technologies to access GTK-based
applications. Essentially it exposes the internals of applications for
automation, so tools such as screen readers, magnifiers, or even
scripting interfaces can query and interact with GUI controls.

This version of at-spi is a major break from previous versions.
It has been completely rewritten to use D-Bus rather than
ORBIT / CORBA for its transport protocol.

%files -f %{name}.lang
%doc COPYING AUTHORS README
%dir %{_sysconfdir}/at-spi2/
%config(noreplace) %{_sysconfdir}/at-spi2/accessibility.conf
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
%{_libexecdir}/at-spi2-registryd
%{_libexecdir}/at-spi-bus-launcher
%{_datadir}/dbus-1/services/org.*.service
%{_datadir}/dbus-1/accessibility-services/*.service

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains libraries used by %{name}.

%files -n %{libname}
%{_libdir}/libatspi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Atspi-%{gir_major}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and include files with %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides the necessary development libraries and include 
files to allow you to develop with %{name}.

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/libatspi
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*
%{_datadir}/gir-1.0/Atspi-%{gir_major}.gir

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Wed Mar 25 2015 Tigro <ashejn@yandex-team.ru> 2.16.0-1
- (f75bff1) update 2.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22343 |14mu|attica-kf5-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

%define oname attica

Summary:	Open Collaboration Service providers library from KDE Frameworks 5
Name:		%{oname}-kf5
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{oname}-%{version}.tar.xz
Url:		https://www.kde.org/
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Open Collaboration Service providers library from KDE Frameforks 5.

#--------------------------------------------------------------------

%define kf5attica_major 5
%define libkf5attica %mklibname kf5attica %{kf5attica_major}

%package -n %{libkf5attica}
Summary:	Open Collaboration Service providers shared library
Group:		System/Libraries

%description -n %{libkf5attica}
Open Collaboration Service providers shared library.

%files -n %{libkf5attica}
%{_kde5_libdir}/libKF5Attica.so.%{kf5attica_major}*

#--------------------------------------------------------------------

%define devkf5attica %mklibname kf5attica -d

%package -n %{devkf5attica}
Summary:	Development files for Open Collaboration Service providers library
Group:		Development/KDE and Qt
Requires:	%{libkf5attica} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5attica-devel = %{version}

%description -n %{devkf5attica}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5attica}
%{_kde5_includedir}/KF5/Attica/
%{_kde5_includedir}/KF5/attica_version.h
%{_kde5_libdir}/libKF5Attica.so
%{_kde5_libdir}/cmake/KF5Attica
%{_kde5_libdir}/pkgconfig/libKF5Attica.pc
%{_kde5_mkspecsdir}/*.pri

#--------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (af9a32f) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22344 |14mu|audacious-3.7.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# For core and gui libraries
%define	major 3
%define	libname %mklibname %{name} %{major}
# For tag (and old libaudclient) library
%define	major2 2
# For Qt5 interface library
%define	major3 0
# For removing old library providing libaudclient
%define	libname2 %mklibname %{name} %{major2}
%define	libname_devel %mklibname %{name} -d


Summary:	A versatile and handy media player
Name:		audacious
Version:	3.7.2
Release:	3
Epoch:		5
License:	GPLv3+
Group:		Sound
Url:		http://audacious-media-player.org/
Source0:	http://distfiles.audacious-media-player.org/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libguess)
BuildRequires:	pkgconfig(libmcs)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	desktop-file-utils
#BuildRequires:	chrpath
BuildRequires:	gettext
BuildRequires:	gtk-doc
Requires:	%{libname} = %{EVRD}
#Requires:	%%{libname2} = %%{EVRD}
# Dependency loop, but if we use "suggests" here then plugins 
# are not installed when audacious is installed into iso image
# (it is used in Mate now)
Requires:	audacious-plugins
Requires:	audacious-pulse
# For MIDI playing
Suggests:	fluidsynth

%description
Audacious is a media player based on the BMP music playing application.
Its primary goals are usability and usage of current desktop standards.

%files -f %{name}.lang
%doc AUTHORS COPYING
%{_bindir}/audtool
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-qt.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_mandir}/man1/*

#-----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	Library for %{name}
%rename		%{_lib}audacious1
%rename		%{libname2}

%description -n %{libname}
Audacious is a media player based on the BMP music playing application.
Its primary goals are usability and usage of current desktop standards.
This package contains the library needed by %{name}.

%files -n %{libname}
%doc AUTHORS COPYING
%{_libdir}/libaudcore.so.%{major}*
%{_libdir}/libaudgui.so.%{major}*
%{_libdir}/libaudtag.so.%{major2}*
%{_libdir}/libaudqt.so.%{major3}*

#-----------------------------------------------------------------------------
# Since 3.5.1 libaudclient is a separate package

#package -n %%{libname2}
#Group:		System/Libraries
#Summary:	Library for %%{name}


#description -n %%{libname2}
#Audacious is a media player based on the BMP music playing application.
#Its primary goals are usability and usage of current desktop standards.
#This package contains the library needed by %%{name}.

#files -n %%{libname2}
#doc AUTHORS COPYING
#{_libdir}/libaudclient.so.%%{major2}*

#-----------------------------------------------------------------------------

%package -n %{libname_devel}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
#Requires:	%%{libname2} = %%{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{libname_devel}
Audacious is a media player based on the BMP music playing application.
Its primary goals are usability and usage of current desktop standards.
This package contains the files needed for developing applications
which use %{name}.

%files -n %{libname_devel}
%doc AUTHORS COPYING
%{_includedir}/%{name}
%{_includedir}/libaudcore
%{_includedir}/libaudgui
%{_includedir}/libaudqt
%{_libdir}/libaud*.so
%{_libdir}/pkgconfig/%{name}.pc

#-----------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x	--disable-rpath \
		--enable-qt
%make


%install
%makeinstall_std
# We use the above configure option
#chrpath -d %%{buildroot}%%{_bindir}/*

# Since we now enable the Qt5 interface,
# provide a .desktop file for running it by duplicating and adapting the original one
cp %{buildroot}%{_datadir}/applications/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}-qt.desktop
desktop-file-edit --set-key=Exec --set-value="%{name} --qt %U" \
		--remove-category=GTK --add-category=Qt \
		--add-only-show-in=KDE \
		%{buildroot}%{_datadir}/applications/%{name}-qt.desktop

# Fix .desktop file for gtk to not be shown in KDE
desktop-file-edit --add-not-show-in=KDE %{buildroot}%{_datadir}/applications/%{name}.desktop

# install the contributed appdata.xml file
install -d %{buildroot}%{_datadir}/appdata
install -m 644 contrib/%{name}.appdata.xml %{buildroot}%{_datadir}/appdata

%find_lang %{name}

# We have them in %%doc
rm -f %{buildroot}%{_datadir}/%{name}/{AUTHORS,COPYING}

%changelog

* Sat Apr 23 2016 Giovanni Mariani <mc2374@mclink.it> 5:3.7.2-3
- (485426a) Fix double menu entry on KDE



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22345 |14mu|audacious-plugins-3.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#####################
# Hardcode PLF build
%define build_plf 0
#####################

%{?_with_plf: %{expand: %%global build_plf 1}}

%if %{build_plf}
%define	extrarelsuffix	plf
%define	distsuffix	plf
%endif

%define	audacious_minver	3.7

Summary:	Audacious Media Player core plugins
Name:		audacious-plugins
Version:	3.7.2
Release:	1%{?extrarelsuffix}
Epoch:		5
License:	GPLv2+
Group:		Sound
Url:		http://audacious-media-player.org/
Source0:	http://distfiles.audacious-media-player.org/%{name}-%{version}.tar.bz2
#BuildRequires:	sidplay-devel
BuildRequires:	pkgconfig(alsa) >= 1.0.16
BuildRequires:	pkgconfig(audacious) >= 3.7
BuildRequires:	pkgconfig(bluez) >= 2.22
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(flac) >= 1.2.1
BuildRequires:	pkgconfig(fluidsynth) >= 1.0.6
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(jack) >= 1.9.7
BuildRequires:	pkgconfig(libavcodec) >= 53.40.0
BuildRequires:	pkgconfig(libbinio)
BuildRequires:	pkgconfig(libbs2b) >= 3.0.0
BuildRequires:	pkgconfig(libcddb) >= 1.2.1
BuildRequires:	pkgconfig(libcdio) >= 0.70
BuildRequires:	pkgconfig(libcue)
BuildRequires:	pkgconfig(libcurl) >= 7.9.7
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libmms) >= 0.3
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmpg123) >= 1.12
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(libnotify) >= 0.7
BuildRequires:	pkgconfig(libpulse) >= 0.9.5
BuildRequires:	pkgconfig(libsidplayfp) >= 1.0
BuildRequires:	pkgconfig(libsidplay2)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(neon) >= 0.27
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(soxr)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis) >= 1.0
BuildRequires:	pkgconfig(wavpack) >= 4.31
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xrender)
%if %{build_plf}
BuildRequires:	lame-devel
BuildRequires:	libfaad2-static-devel
#gw ffmpeg plugin:
Provides:	audacious-musepack = %{version}
%endif
Requires:	audacious >= %{audacious_minver}
%rename		audacious-smb
%rename		audacious-fluidsynth

%description
Audacious is a media player based on the BMP music playing application.
Its primary goals are usability and usage of current desktop standards.
This contains the basic plugin distribution. Audacious is useless without
them.

%if %{build_plf}
This package is in Restricted repository as it violates some patents.
%endif

%files -f %{name}.lang
%doc COPYING
#dir %%{_libdir}/audacious/Input/amidi-plug/
#{_libdir}/audacious/Input/amidi-plug/ap-alsa.so
%dir %{_libdir}/audacious
%dir %{_libdir}/audacious/Container
%{_libdir}/audacious/Container/asx.so
%{_libdir}/audacious/Container/asx3.so
%{_libdir}/audacious/Container/audpl.so
%{_libdir}/audacious/Container/cue.so
%{_libdir}/audacious/Container/m3u.so
%{_libdir}/audacious/Container/pls.so
%{_libdir}/audacious/Container/xspf.so
%dir %{_libdir}/audacious/Effect/
%{_libdir}/audacious/Effect/bs2b.so
%{_libdir}/audacious/Effect/compressor.so
%{_libdir}/audacious/Effect/crossfade.so
%{_libdir}/audacious/Effect/crystalizer.so
%{_libdir}/audacious/Effect/echo.so
%{_libdir}/audacious/Effect/ladspa.so
%{_libdir}/audacious/Effect/mixer.so
%{_libdir}/audacious/Effect/resample.so
%{_libdir}/audacious/Effect/silence-removal.so
%{_libdir}/audacious/Effect/sox-resampler.so
%{_libdir}/audacious/Effect/speed-pitch.so
%{_libdir}/audacious/Effect/stereo.so
%{_libdir}/audacious/Effect/voice_removal.so
%dir %{_libdir}/audacious/General
%{_libdir}/audacious/General/alarm.so
%{_libdir}/audacious/General/albumart.so
%{_libdir}/audacious/General/albumart-qt.so
%{_libdir}/audacious/General/aosd.so
#%%{_libdir}/audacious/General/bluetooth.so
%{_libdir}/audacious/General/cd-menu-items.so
%{_libdir}/audacious/General/delete-files.so
#{_libdir}/audacious/General/gnomeshortcuts.so
%{_libdir}/audacious/General/gtkui.so
%{_libdir}/audacious/General/hotkey.so
%{_libdir}/audacious/General/lirc.so
%{_libdir}/audacious/General/lyricwiki.so
%{_libdir}/audacious/General/lyricwiki-qt.so
%{_libdir}/audacious/General/mpris2.so
%{_libdir}/audacious/General/notify.so
%{_libdir}/audacious/General/playlist-manager.so
%{_libdir}/audacious/General/playlist-manager-qt.so
%{_libdir}/audacious/General/qtui.so
%{_libdir}/audacious/General/scrobbler.so
%{_libdir}/audacious/General/search-tool.so
%{_libdir}/audacious/General/search-tool-qt.so
%{_libdir}/audacious/General/skins.so
%{_libdir}/audacious/General/skins-qt.so
%{_libdir}/audacious/General/song-info-qt.so
%{_libdir}/audacious/General/statusicon.so
%{_libdir}/audacious/General/statusicon-qt.so
%{_libdir}/audacious/General/song_change.so
%dir %{_libdir}/audacious/Input
%{_libdir}/audacious/Input/ffaudio.so
%{_libdir}/audacious/Input/amidi-plug.so
%{_libdir}/audacious/Input/cdaudio-ng.so
%{_libdir}/audacious/Input/console.so
%{_libdir}/audacious/Input/flacng.so
%{_libdir}/audacious/Input/madplug.so
%{_libdir}/audacious/Input/metronom.so
%{_libdir}/audacious/Input/modplug.so
%{_libdir}/audacious/Input/psf2.so
%{_libdir}/audacious/Input/sndfile.so
%{_libdir}/audacious/Input/tonegen.so
%ifarch %{ix86} x86_64
#%%{_libdir}/audacious/Input/usf.so
%endif
%{_libdir}/audacious/Input/vorbis.so
%{_libdir}/audacious/Input/vtx.so
%{_libdir}/audacious/Input/xsf.so
%if %{build_plf}
#{_libdir}/audacious/Input/aac.so
%{_libdir}/audacious/Input/aac-raw.so
%endif
%dir %{_libdir}/audacious/Output
%{_libdir}/audacious/Output/alsa.so
%{_libdir}/audacious/Output/filewriter.so
%{_libdir}/audacious/Output/oss4.so
%{_libdir}/audacious/Output/qtaudio.so
%{_libdir}/audacious/Output/sdlout.so
%dir %{_libdir}/audacious/Transport/
%{_libdir}/audacious/Transport/gio.so
%{_libdir}/audacious/Transport/mms.so
%{_libdir}/audacious/Transport/neon.so
#{_libdir}/audacious/Transport/unix-io.so
%dir %{_libdir}/audacious/Visualization
%{_libdir}/audacious/Visualization/blur_scope.so
%{_libdir}/audacious/Visualization/cairo-spectrum.so
%{_libdir}/audacious/Visualization/gl-spectrum.so
%{_libdir}/audacious/Visualization/gl-spectrum-qt.so
%{_datadir}/audacious

#-----------------------------------------------------------------------------

%package  -n audacious-wavpack
Group:		Sound
Summary:	Wavpack input plugin for Audacious
Requires:	audacious >= %{audacious_minver}

%description  -n audacious-wavpack
This is a wavpack input plugin for Audacious based on libwavpack.

%files  -n audacious-wavpack
%doc COPYING
%{_libdir}/audacious/Input/wavpack.so

#-----------------------------------------------------------------------------

%package  -n audacious-jack
Group:		Sound
Summary:	Audacious output plugin for the jack sound server
Requires:	audacious >= %{audacious_minver}

%description  -n audacious-jack
Audacious audio output plugin for the jack audio server.

%files  -n audacious-jack
%doc COPYING
%{_libdir}/audacious/Output/jack-ng.so

#-----------------------------------------------------------------------------

%package  -n audacious-pulse
Group:		Sound
Summary:	Audacious output plugin for the Pulseaudio sound server
Requires:	audacious >= %{audacious_minver}

%description  -n audacious-pulse
Audacious audio output plugin for the pulseaudio
server.

%files  -n audacious-pulse
%doc COPYING
%{_libdir}/audacious/Output/pulse_audio.so

#-----------------------------------------------------------------------------

%package  -n audacious-adplug
Summary:	AdLib player plugin for audacious
Group:		Sound
Requires:	audacious >= %{audacious_minver}

%description  -n audacious-adplug
AdPlug is an Audacious input plugin It uses the AdPlug AdLib sound
player library to play back a wide range of AdLib (OPL2) music file
formats on top of an OPL2 emulator.  No OPL2 chip is required for
playback.

%files  -n audacious-adplug
%doc COPYING
%{_libdir}/audacious/Input/adplug.so

#-----------------------------------------------------------------------------
# 3.7.1: There is no more a fluidsynth input plugin, since it is now integrated
# in the amidi-plug.so one: kill the package.

#package  -n audacious-fluidsynth
#Summary:	Fluidsynth MIDI plugin for audacious
#Group:		Sound
#Requires:	audacious >= %%{audacious_minver}

#description  -n audacious-fluidsynth
#FluidSynth is a real-time software synthesizer based on the SoundFont 2
#specifications. It is a "software synthesizer". FluidSynth can read MIDI
#events from the MIDI input device and render them to the audio device.
#This is a fluidsynth backend for the Audacious Media Player to support the
#playback of MIDI files with the fluidsynth engine.

#files  -n audacious-fluidsynth
#doc COPYING
#{_libdir}/audacious/Input/amidi-plug/ap-fluidsynth.so

#-----------------------------------------------------------------------------

%package  -n audacious-sid
Summary:	Audacious input plugin for C64 SID files
Group:		Sound
Requires:	audacious >= %{audacious_minver}

%description  -n audacious-sid
Audacious-SID is a plugin for the Audacious Media Player which provides
support for playing the so-called "SID tunes", which are music
from old Commodore computer programs like games, demos, etc.

For the actual playing, it uses the excellent libsidplay (1|2)
emulator engine that emulates 6510 CPU and 6581/8580 Sound Interface
Device (SID) chip.

%files  -n audacious-sid
%doc COPYING
%{_libdir}/audacious/Input/sid.so

#-----------------------------------------------------------------------------
# 3.7.1: There is no more a smb transport plugin and the option --enable-smb is
# now unrecognized by configure: kill the package.

#package -n audacious-smb
#Summary:	SMB/CIFS file system plugin for the Audacious media player
#Group:		Sound
#Requires:	audacious >= %%{audacious_minver}
#BuildRequires:	pkgconfig(smbclient)

#description -n audacious-smb
#This plugin allows Audacious to play content from a Samba or Windows network
#file system.

#files -n audacious-smb
#doc COPYING
#{_libdir}/audacious/Transport/smb.so

#-----------------------------------------------------------------------------

%prep
%setup -q
#apply_patches


%build
export LDFLAGS="-lm"
%configure2_5x	--enable-amidiplug \
		--enable-gtk \
		--enable-qt \
   %if %{build_plf}
        --enable-aac \
   %else
        --disable-aac \
   %endif
	--disable-rpath

%make


%install
%makeinstall_std

%if ! %{build_plf}
rm -fv %{buildroot}%{_libdir}/audacious/Input/aac-raw.so
%endif

%find_lang %{name}


%changelog

* Sun Apr 17 2016 gvm <mc2374@mclink.it> 5:3.7.2-1
- (d912574) Fixed file lists.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22346 |14mu|audacity-2.1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Free Audio Editor With Effects/Analysis Tools
Name:		audacity
Version:	2.1.0
Release:	5
License:	GPLv2+
Group:		Sound
Url:		http://audacity.sourceforge.net/
Source0:	http://audacity.googlecode.com/files/audacity-minsrc-%{version}.tar.xz
# Was needed for 2.1.0
Source1:	audacity_ru.mo
Patch0:		audacity-2.1.0-ffmpeg2.4.patch
BuildRequires:	autoconf2.5
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
#for compressing the help file:
BuildRequires:	zip
BuildRequires:	ffmpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	wxgtku2.8-devel >= 2.8.10
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(soundtouch)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(twolame)
BuildRequires:	pkgconfig(vamp-sdk)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
Audacity is a program that lets you manipulate digital audio waveforms.

In addition to letting you record sounds directly from within the program,
it imports many sound file formats, including WAV, AIFF, MP3 and Ogg/Vorbis.
It supports all common editing operations such as Cut, Copy, and Paste, plus
it will mix tracks and let you apply plug-in effects to any part of a sound.
It also has a built-in amplitude envelope editor, a customizable spectrogram
mode and a frequency analysis window for audio analysis applications.

%files -f %{name}.lang
%doc LICENSE.txt README.txt
%{_bindir}/*
%{_datadir}/audacity/
%{_datadir}/appdata/audacity.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/audacity.*
%{_datadir}/pixmaps/*
%{_datadir}/mime/packages/audacity.xml
%{_mandir}/man1/audacity.1*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-minsrc-%{version}
%patch0 -p0

rm -rf lib-src/ffmpeg

chmod 644 *.txt
aclocal -I m4
autoconf

%build
export PATH=$PATH:`pwd`
export LDFLAGS=-lz
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"

./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--mandir=%{_mandir} \
	--enable-optimise \
	--enable-unicode \
	--with-vorbis=system \
	--with-libmad=system \
	--with-libsndfile=system \
	--with-libsamplerate \
	--with-id3tag=system \
	--with-soundtouch=system \
	--with-portmixer \
	--with-portaudio \
	--with-libtwolame=system \
	--with-ffmpeg
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_datadir}/locale/ru/LC_MESSAGES/audacity.mo
cp %{SOURCE1} %{buildroot}%{_datadir}/locale/ru/LC_MESSAGES/audacity.mo

%find_lang %{name}

#clean uneeded installed but not packaged
rm -rf %{buildroot}%{_docdir}/%{name}

#gw work around bug #52526
mkdir -p %{buildroot}%{_datadir}/%{name}/help/manual

desktop-file-install \
	--add-category="GTK" \
	--add-category="X-MandrivaLinux-CrossDesktop" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*


%changelog

* Wed Apr 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.0-5
- (ee5b87b) Update Russian translation (even more fixes)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22347 |14mu|audiofile-0.3.6-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Library to handle various audio file formats
Name:		audiofile
Version:	0.3.6
Release:	6
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.68k.org/~michael/audiofile/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/audiofile/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		audiofile-0.3.6-CVE-2015-7747.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(flac)

%description
The Silicon Graphics Audio File Library provides a uniform programming
interface to standard digital audio file formats.

Currently supported sound file formats include AIFF/AIFF-C, WAVE, and
NeXT/Sun .snd/.au. Supported compression formats are currently G.711
mu-law and A-law.

Used by the esound daemon.

%files
%doc COPYING README
%{_bindir}/sfconvert
%{_bindir}/sfinfo
%{_mandir}/man1/*

#------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for audiofile 
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with audiofile.

%files -n %{libname}
%{_libdir}/libaudiofile.so.%{major}*

#------------------------------------------------------------------------

%package -n %{devname}
Summary:	Includes and other files to develop audiofile applications
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}audiofile0-devel < 0.3.4

%description -n %{devname}
Libraries, include files and other resources you can use to develop audiofile
applications.

%files -n %{devname}
%doc COPYING README ACKNOWLEDGEMENTS TODO NEWS NOTES ChangeLog docs
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_mandir}/man3/*

#------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-largefile \
	--disable-static

%make CXX="g++ -w"

%install
%makeinstall_std


%changelog

* Wed Nov 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.6-6
- (4424fa6) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22348 |14mu|audiokonverter-5.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	An audio converter
Name:		audiokonverter
Version:	5.9.4
Release:	1%{?extrarelsuffix}
License:	GPLv2+
Group:		Sound
URL:		http://www.kde-apps.org/content/show.php?content=12608
Source0:	http://www.kde-apps.org/CONTENT/content-files/12608-%{name}-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-noflac.patch
BuildRequires:	kde4-macros
Requires:	dolphin
Requires:	mplayer
Requires:	flac
Requires:	wavpack
Requires:	id3lib
Requires:	vorbis-tools
%if %{build_plf}
Requires:	lame
Requires:	faac
Requires:	faad2
%endif
BuildArch:	noarch

%description
This is a small utility to easily convert from OGG, MP3, AAC, M4A, FLAC, WMA,
RealAudio, Musepack, Wavpack, WAV and movies to MP3, OGG, M4A, WAV and FLAC in
Konqueror by right-clicking on them.
%if %{build_plf}
This package is in restricted because it requires packages that are in
restricted (lame, faac, faad2).
%endif

%files
%doc README Changelog
%{_kde_bindir}/*
%{_kde_services}/ServiceMenus/*.desktop
%{_kde_appsdir}/dolphin/servicemenus/*.desktop

#-----------------------------------------------------------------------------

%prep
%setup -q
%if !%{build_plf}
%patch0 -p1 -b .plf
%endif


%install
mkdir -p %{buildroot}%{_kde_services}/ServiceMenus
install -m 644 *4.desktop %{buildroot}%{_kde_services}/ServiceMenus
mkdir -p %{buildroot}%{_kde_appsdir}/dolphin/servicemenus
install -m 644 *4.desktop %{buildroot}%{_kde_appsdir}/dolphin/servicemenus
mkdir -p %{buildroot}%{_kde_bindir}
install -m 755 anytowav4 audioconvert4 movie2sound4 oggdrop-lx %{buildroot}%{_kde_bindir}

%changelog

* Sat Apr 16 2016 Giovanni Mariani <mc2374@mclink.it> 5.9.4-1
- (f9a5fd7) Updated to release 5.9.4 and added S100 to kill a wrong rpmlint error



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22349 |14mu|audio-recorder-1.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gstapi 1.0

Summary:	Audio recorder for the GNOME
Name:		audio-recorder
Version:	1.6
Release:	5
License:	GPLv3+
Group:		Sound
Url:		https://launchpad.net/audio-recorder
Source0:	https://launchpad.net/audio-recorder/trunk/version%{version}-2/+download/%{name}-%{version}-2.tar.gz
Source1:        audio-recorder_ru.po.tar.gz
Patch0:		audio-recorder-correct-desktop-menu.patch
Patch1:		audio-recorder-1.6-2-fix-clash-with-GtkLevelBar-from-Gtk3.patch
Patch2:         audio-recorder-1.6-no-autostart.patch
BuildRequires:	intltool
BuildRequires:	perl
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(dconf)
BuildRequires:	pkgconfig(glib-2.0) >= 2.14.0
BuildRequires:	pkgconfig(gstreamer-%{gstapi}) >= 1.4.0
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(appindicator3-0.1)
BuildRequires:	pkgconfig(libpulse)
Requires:	gstreamer%{gstapi}-plugins-bad
Requires:	gstreamer%{gstapi}-plugins-base
Requires:	gstreamer%{gstapi}-plugins-good
Suggests:	gstreamer%{gstapi}-plugins-ugly

%description
Audio-recorder allows you to record your favourite music or audio to a file.
It can record audio from your system's soundcard, microphones, browsers,
webcams & more.
Put simply: if it plays out of your loudspeakers you can record it.

%files -f %{name}.lang
%doc ChangeLog README COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_iconsdir}/hicolor/scalable/*/%{name}*.svg
%{_datadir}/pixmaps/%{name}/*
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p1
%patch1 -p1
%patch2 -p1

pushd po
tar -xvzf %{SOURCE1}
popd

%build
# Needed by P1
autoreconf -vfi
%configure2_5x
%make


%install
%makeinstall_std

%find_lang %{name}

# We have it already in doc
rm -f %{buildroot}%{_datadir}/%{name}/COPYING


%changelog

* Wed Feb 03 2016 Victor Ryzhikh <victorr2007@yandex.ru> 1.6-5
- (69dfd87) Updated Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22350 |14mu|audit-2.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname audit %{major}
%define devname %mklibname audit -d
%define sdevname %mklibname audit -d -s

%define auparsemajor 0
%define auparselibname %mklibname auparse %{auparsemajor}
%define auparsedevname %mklibname auparse -d
%define auparsesdevname %mklibname auparse -d -s

%define _libexecdir %{_prefix}/libexec

Summary:	User-space tools for Linux 2.6 kernel auditing
Name:		audit
Version:	2.5.2
Release:	1
License:	LGPLv2+
Group:		System/Base
Url:		http://people.redhat.com/sgrubb/audit/
Source0:	http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc

BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	swig
BuildRequires:	glibc-devel
BuildRequires:	gettext-devel
BuildRequires:	openldap-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(libprelude)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	systemd-units
BuildRequires:	kernel-headers >= 1:2.6.30

Requires:	tcp_wrappers
# has the mandriva-simple-auth pam config file we link to
Requires:	usermode-consoleonly >= 1.92-4
Requires:	%{auparselibname} >= %{version}
Requires(post):	chkconfig
Requires(post):	coreutils
Requires(post,preun,postun):	systemd-units
Requires:	initscripts > 2:9.39
Requires(post,preun):	rpm-helper
Conflicts:	audispd-plugins < 1.7.11

%description
The audit package contains the user space utilities for storing and searching
the audit records generate by the audit subsystem in the Linux 2.6 kernel.

%files
%doc README COPYING rules/*rules init.d/auditd.cron
%attr(750,root,root) %dir %{_libexecdir}/initscripts/legacy-actions/auditd
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/resume
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/rotate
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/stop
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/restart
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/condrestart
%attr(644,root,root) %{_unitdir}/auditd.service
%attr(0750,root,root) %dir %{_sysconfdir}/audit
%attr(0750,root,root) %dir %{_sysconfdir}/audit/rules.d
%attr(0750,root,root) %dir %{_sysconfdir}/audisp
%attr(0750,root,root) %dir %{_sysconfdir}/audisp/plugins.d
%attr(0750,root,root) %dir %{_libdir}/audit
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audit/auditd.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audit/rules.d/audit.rules
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/audispd.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/plugins.d/af_unix.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/plugins.d/syslog.conf
%attr(0750,root,root) /sbin/audispd
%attr(0750,root,root) /sbin/auditctl
%attr(0750,root,root) /sbin/auditd
%attr(0750,root,root) /sbin/autrace
%attr(0755,root,root) /sbin/aureport
%attr(0755,root,root) /sbin/ausearch
%attr(0750,root,root) /sbin/augenrules
%attr(0755,root,root) %{_bindir}/aulastlog
%attr(0755,root,root) %{_bindir}/aulast
%attr(0755,root,root) %{_bindir}/ausyscall
%attr(0755,root,root) %{_bindir}/auvirt
%attr(0644,root,root) %{_mandir}/man5/audispd.conf.5*
%attr(0644,root,root) %{_mandir}/man5/auditd.conf.5*
%attr(0644,root,root) %{_mandir}/man5/ausearch-expression.5*
%attr(0644,root,root) %{_mandir}/man7/audit.rules.7*
%attr(0644,root,root) %{_mandir}/man8/audispd.8*
%attr(0644,root,root) %{_mandir}/man8/auditctl.8*
%attr(0644,root,root) %{_mandir}/man8/auditd.8*
%attr(0644,root,root) %{_mandir}/man8/aulast.8*
%attr(0644,root,root) %{_mandir}/man8/aulastlog.8*
%attr(0644,root,root) %{_mandir}/man8/auvirt.8*
%attr(0644,root,root) %{_mandir}/man8/augenrules.8*
%attr(0644,root,root) %{_mandir}/man8/aureport.8*
%attr(0644,root,root) %{_mandir}/man8/ausearch.8*
%attr(0644,root,root) %{_mandir}/man8/ausyscall.8*
%attr(0644,root,root) %{_mandir}/man8/autrace.8*
%attr(0700,root,root) %dir %{_var}/log/audit

%post
%systemd_post auditd.service

%preun
%systemd_preun auditd.service

%postun
%systemd_postun auditd.service

#----------------------------------------------------------------------------

%package -n libaudit-common
Summary:	Main libraries for %{name}
Group:		System/Libraries
Conflicts:	audit < 2.0
Conflicts:	%{_lib}audit1 < 2.3.2-5

%description -n libaudit-common
This package contains the main libraries for %{name}.

%files -n libaudit-common
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/libaudit.conf
%attr(0644,root,root) %{_mandir}/man5/libaudit.conf.5*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main libraries for %{name}
Group:		System/Libraries
Conflicts:	audit < 2.0
Requires:	libaudit-common >= %{EVRD}

%description -n %{libname}
This package contains the main libraries for %{name}.

%files -n %{libname}
/%{_lib}/libaudit.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	libaudit-devel = %{EVRD}
Provides:	audit-devel = %{EVRD}
Provides:	audit-libs-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%doc ChangeLog contrib/skeleton.c contrib/plugin
%{_libdir}/libaudit.so
%{_includedir}/libaudit.h
%{_mandir}/man3/audit_*
%{_mandir}/man3/ausearch_*
%{_mandir}/man3/get_auditfail_action.3*
%{_mandir}/man3/set_aumessage_mode.3*
%{_libdir}/pkgconfig/audit.pc
%{_datadir}/aclocal/audit.m4

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libraries for %{name}
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	audit-static-devel = %{EVRD}
Provides:	audit-libs-static-devel = %{EVRD}

%description -n %{sdevname}
This package contains static libraries for %{name} used for development.

%files -n %{sdevname}
%{_libdir}/libaudit.a

#----------------------------------------------------------------------------

%package -n %{auparselibname}
Summary:	Main libraries for %{name}
Group:		System/Libraries
Conflicts:	%{mklibname audit 0} <= 1.7.13

%description -n %{auparselibname}
This package contains the main auparse libraries for %{name}.

%files -n %{auparselibname}
/%{_lib}/libauparse.so.%{auparsemajor}*

#----------------------------------------------------------------------------

%package -n %{auparsedevname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{auparselibname} = %{EVRD}
Provides:	auparse-devel = %{EVRD}
Conflicts:	%{mklibname audit 0 -d} <= 1.7.13

%description -n %{auparsedevname}
This package contains development files for %{name}.

%files -n %{auparsedevname}
%doc ChangeLog contrib/skeleton.c contrib/plugin
%{_libdir}/libauparse.so
%{_includedir}/auparse-defs.h
%{_includedir}/auparse.h
%{_mandir}/man3/auparse_*
%{_libdir}/pkgconfig/auparse.pc

#----------------------------------------------------------------------------

%package -n %{auparsesdevname}
Summary:	Static libraries for %{name}
Group:		Development/C
Requires:	%{auparsedevname} = %{EVRD}
Provides:	auparse-static-devel = %{EVRD}
Conflicts:	%{mklibname audit 0 -d -s} <= 1.7.13

%description -n %{auparsesdevname}
This package contains static libraries for %{name} used for development.

%files -n %{auparsesdevname}
%{_libdir}/libauparse.a

#----------------------------------------------------------------------------

%package -n python-audit
Summary:	Python bindings for %{name}
Group:		Development/Python

%description -n python-audit
This package contains python bindings for %{name}.

%files -n python-audit
%{python_sitearch}/*.so
%{python_sitearch}/audit.p*

%package -n python3-audit
Summary:	Python3 bindings for %{name}
Group:		Development/Python

%description -n python3-audit
This package contains python3 bindings for %{name}.

%files -n python3-audit
%{python3_sitearch}/*.so
%{python3_sitearch}/audit.p*

#----------------------------------------------------------------------------

%package -n audispd-plugins
Summary:	Plugins for the audit event dispatcher
Group:		System/Base
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	openldap

%description -n audispd-plugins
The audispd-plugins package provides plugins for the real-time interface to the
audit system, audispd. These plugins can do things like relay events to remote
machines or analyze events for suspicious behavior.

%files -n audispd-plugins
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/audisp-prelude.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/audisp-remote.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/plugins.d/audispd-zos-remote.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/plugins.d/au-prelude.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/plugins.d/au-remote.conf
%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/audisp/zos-remote.conf
%attr(0750,root,root) /sbin/audispd-zos-remote
%attr(0750,root,root) /sbin/audisp-prelude
%attr(0750,root,root) /sbin/audisp-remote
%attr(0644,root,root) %{_mandir}/man5/audisp-prelude.conf.5*
%attr(0644,root,root) %{_mandir}/man5/audisp-remote.conf.5*
%attr(0644,root,root) %{_mandir}/man5/zos-remote.conf.5*
%attr(0644,root,root) %{_mandir}/man8/audispd-zos-remote.8*
%attr(0644,root,root) %{_mandir}/man8/audisp-prelude.8*
%attr(0644,root,root) %{_mandir}/man8/audisp-remote.8*
%attr(0750,root,root) %dir %{_var}/spool/audit

#----------------------------------------------------------------------------

%prep
%setup -q

sed -i -e 's|initdir = /usr/lib/systemd/system|initdir = %{_unitdir}|' init.d/Makefile.am

find -type d -name ".libs" | xargs rm -rf

%build
%serverbuild
autoreconf -f -v --install

%configure2_5x \
	--sbindir=/sbin \
	--libdir=/%{_lib} \
	--with-prelude \
	--with-libwrap \
	--with-python=yes \
	--with-python3=yes \
	--with-libcap-ng=yes \
	--enable-systemd

%make

%install
install -d %{buildroot}%{_var}/log/audit
install -d %{buildroot}%{_libdir}/audit
install -d %{buildroot}%{_var}/spool/audit
install -d %{buildroot}%{_sysconfdir}/audit/rules.d

%makeinstall_std

# Disable audit by default
install -m640 rules/10-no-audit.rules %{buildroot}%{_sysconfdir}/audit/rules.d/audit.rules

install -d %{buildroot}/%{_libdir}
install -d %{buildroot}/%{_libdir}/pkgconfig
# This winds up in the wrong place when libtool is involved
mv %{buildroot}/%{_lib}/libaudit.a %{buildroot}%{_libdir}/
mv %{buildroot}/%{_lib}/libauparse.a %{buildroot}%{_libdir}/
mv %{buildroot}/%{_lib}/pkgconfig/audit.pc %{buildroot}%{_libdir}/pkgconfig/
mv %{buildroot}/%{_lib}/pkgconfig/auparse.pc %{buildroot}%{_libdir}/pkgconfig/
curdir=`pwd`
cd %{buildroot}/%{_libdir}
LIBNAME=`basename \`ls %{buildroot}/%{_lib}/libaudit.so.%{major}.*.*\``
ln -s ../../%{_lib}/$LIBNAME libaudit.so
LIBNAME=`basename \`ls %{buildroot}/%{_lib}/libauparse.so.%{auparsemajor}.*.*\``
ln -s ../../%{_lib}/$LIBNAME libauparse.so
cd $curdir

# unneeded files
rm -f %{buildroot}/%{_lib}/*.so
rm -f %{buildroot}/%{_lib}/*.la
rm -f %{buildroot}%{python3_sitearch}/*.{a,la}
rm -f %{buildroot}%{python_sitearch}/*.{a,la}

%changelog

* Fri Jun 03 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.5.2-1
- (7bf2eed) Updated to version 2.5.2 with additional adjustments
- (7bf2eed) Besides the update per se, the following was done:
- (7bf2eed) 1. Support systemd unconditionally
- (7bf2eed) 2. Build Python3 bindings as well
- (7bf2eed) 3. Disable audit by default.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22351 |14mu|aumix-2.9.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GTK+ / Ncurses audio mixer
Name:		aumix
Version:	2.9.1
Release:	9
License:	GPLv2+
Group:		Sound
Source0:	http://www.jpj.net/~trevor/aumix/releases/%{name}-%{version}.tar.bz2
Url: 		http://www.jpj.net/~trevor/aumix.html
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ncurses)
Requires:	initscripts >= 4.42

%description
This is a program for adjusting audio mixers from the command line or scripts,
or interactively at the console or a terminal with a full-screen, ncurses-based
interface or a GTK-based X interface.

%files -f %{name}.lang
%doc README TODO NEWS ChangeLog
%{_bindir}/aumix
%{_bindir}/mute
%{_bindir}/xaumix
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package text
Summary:	An Ncurses audio mixer
Group:		Sound

%description text
This is a program for adjusting audio mixers from the command line or scripts,
or interactively at the console or a terminal with a full-screen, ncurses-based
interface .

%files text
%{_bindir}/aumix-text

#----------------------------------------------------------------------------

%prep
%setup -q

%build
mkdir build-text
pushd build-text
CONFIGURE_TOP=.. %configure2_5x --without-gtk
%make
popd
mkdir build-gui
pushd build-gui
CONFIGURE_TOP=.. %configure2_5x
%make
popd

%install
%makeinstall -C build-gui

# install text version
install -m755 build-text/src/aumix %{buildroot}%{_bindir}/aumix-text

# menu entry

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Aumix
Name[ru]=Aumix
Comment=Basic volume controller
Comment[ru]=Регулятор громкости
Exec=%{name}
Icon=sound_section
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Audio;Mixer;
EOF

%find_lang %{name}


%changelog

* Thu Jul 07 2016 Denis Silakov <dsilakov@gmail.com> 2.9.1-9
- (929d8f0) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22352 |14mu|autofs-5.1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for automatically mounting and unmounting filesystems
Name:		autofs
Version:	5.1.4
Release:	3
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		https://www.kernel.org/pub/linux/daemons/autofs
Source0:	https://www.kernel.org/pub/linux/daemons/autofs/v5/%{name}-%{version}.tar.xz
Patch102:	autofs-5.0.6-separate-config-files.patch
Patch104:	autofs-5.0.7-do-not-install-init.patch
Patch105:	autofs-5.1.2-after-nss-lookup.patch
Patch106:	autofs-5.1.2-add-missing-libtirpc-linkage.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	kmod-compat
BuildRequires:	krb5-devel
BuildRequires:	openldap-devel
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	sssd-client
BuildRequires:	nfs-utils

Requires(post,preun):	rpm-helper >= 0.24.1-1
Conflicts:	autosmb

%description
autofs is a daemon which automatically mounts filesystems when you use
them, and unmounts them later when you are not using them.  This can
include network filesystems, CD-ROMs, floppies, and so forth.

%files
%doc CHANGELOG CREDITS README* examples
%config(noreplace) %{_sysconfdir}/autofs
%config(noreplace) %{_sysconfdir}/sysconfig/autofs
%{_unitdir}/autofs.service
%{_libdir}/%{name}
%{_sbindir}/automount
%{_mandir}/*/*

#-----------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%serverbuild
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--with-mapdir=%{_sysconfdir}/%{name} \
	--with-confdir=%{_sysconfdir}/%{name} \
	--with-sasl=yes \
	--disable-mount-locking \
	--enable-ignore-busy \
	--with-libtirpc \
	--disable-mount-move \
	--with-systemd

CFLAGS="%{optflags} -Wall" LDFLAGS="-Wl,-z,now" %make DONTSTRIP=1

mkdir examples
cp samples/ldap* examples
cp samples/autofs.schema examples

rm -f README.gentoo

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_libdir}/autofs
mkdir -p %{buildroot}%{_mandir}/{man5,man8}
mkdir -p %{buildroot}%{_sysconfdir}

%make install INSTALLROOT=%{buildroot}

install -d -m 755 %{buildroot}%{_unitdir}
install -m 644 samples/autofs.service %{buildroot}%{_unitdir}/autofs.service

rm -f %{buildroot}%{_sysconfdir}/init.d/%{name}
rm -f %{buildroot}%{_mandir}/man8/autofs*

cat > README.urpmi <<EOF
%{distribution} specific notes

setup
-----
Configuration handling in %{distribution} package differs from upstream one on several
points:
- the automounts daemon configuration file is %{_sysconfdir}/autofs/autofs.conf
- the autofs service configuration file is %{_sysconfdir}/sysconfig/autofs

Upgrade
-------
Map files have been moved from %{_sysconfdir} to %{_sysconfdir}/autofs. Upgrade
procedure should handle the change automatically.
LDAP usage has changed between autofs 4 and 5. The LDAP schema used has now to
be configured explicitely in autofs configuration, so as to avoid useless
queries. As this can't be handled by package upgrade procedure, you'll have to
edit your configuration manually. See auto.master(5) for details.

EOF

# tune default configuration
perl -pi -e 's|^BROWSE_MODE="no"|BROWSE_MODE="yes"|' \
	%{buildroot}%{_sysconfdir}/autofs/autofs.conf
perl -pi \
	-e 's|^/misc\t|#/misc\t|;' \
	-e 's|^/net\t|#/net\t|;' \
	%{buildroot}%{_sysconfdir}/autofs/auto.master

%post
%_post_service autofs

%preun
%_preun_service autofs

%changelog

* Wed Jan 31 2018 Vladimir Potapov <vladimir.potapov@rosalab.ru> 5.1.4-3
- (7c29521) add nfs-utils to buid requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22353 |14mu|autogen-5.18.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 25
%define libname %mklibname opts %{major}
%define devname %mklibname opts -d

Summary:	Simplifies the creation and maintenance of programs
Name:		autogen
Version:	5.18.7
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://www.gnu.org/software/autogen/
Source0:	ftp://ftp.gnu.org/gnu/autogen/%{name}-%{version}.tar.xz
Source1:	ftp://ftp.gnu.org/gnu/autogen/%{name}-%{version}.tar.xz.sig
Patch0:		autogen-5.12-pkgconfig.patch
# Fix mk-tpl-config.sh to not fail when guile headers don't use noreturn
Patch1:		autogen-5.18.7-mktplconfig.patch
BuildRequires:	chrpath
BuildRequires:	pkgconfig(guile-2.0)
BuildRequires:	pkgconfig(libxml-2.0)

%define __noautoreq '/bin/cat'

%description
AutoGen is a tool designed to simplify the creation and maintenance 
of programs that contain large amounts of repetitious text. It is 
especially valuable in programs that have several blocks of text 
that must be kept synchronized.

%files
%doc README TODO
%{_bindir}/autogen
%{_bindir}/columns
%{_bindir}/getdefs
%{_bindir}/xml2ag
%{_infodir}/autogen.info*
%{_datadir}/aclocal/*
%{_datadir}/autogen/
%{_mandir}/*/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libopts.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}opts-static-devel < 5.18.3

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%{_bindir}/autoopts-config
%{_includedir}/autoopts/
%{_libdir}/*.so
%{_libdir}/autogen/tpl-config.tlib
%{_libdir}/pkgconfig/autoopts.pc


#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

chrpath -d %{buildroot}/%{_libdir}/lib*.so.* \
	%{buildroot}/%{_bindir}/{autogen,columns,getdefs,xml2ag}


%changelog

* Thu Apr 14 2016 dsilakov <denis.silakov@rosalab.ru> 5.18.7-1
- (07fc489) Merge pull request #1 from alzim/autogen:rosa2014.1
- (07fc489) Updated to 5.18.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22354 |14mu|automake-1.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define amversion 1.15

%define docheck 0
%{?_without_check: %global docheck 0}

Summary:	A GNU tool for automatically creating Makefiles
Name:		automake
Version:	1.15
Release:	2
License:	GPLv2+
Group:		Development/Other
Url:		http://sources.redhat.com/automake/
Source0:	ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
Source100:	fix-old-automake-files
# Automatically invoke fix-old-automake-files from aclocal
Patch0:		automake-1.13.1-automatically-fix-old-files.patch
# Something changed in Perl 5.18 and the testsuite started to fail because
# of random looping in hashes items.  Upstream will probably start sorting of
# hash items by default for this failing case ~> we just don't resist on its
# order for now (only testsuite change).
# ~> Downstream
# ~> http://lists.gnu.org/archive/html/bug-automake/2013-07/msg00022.html
Patch1:		automake-1.13.4-hash-order-workaround.patch
# Change conftest.file name to satisfy sanity check when building with frozen time
Patch2:		automake-1.14.1-improve-sanity-check.patch
BuildRequires:	autoconf
BuildRequires:	texinfo
# tests need these
%if %{docheck}
BuildRequires:	bison
BuildRequires:	dejagnu
BuildRequires:	emacs
BuildRequires:	flex
BuildRequires:	gcc-java
BuildRequires:	python
BuildRequires:	tetex-latex
%endif
Requires:	autoconf
Requires:	sed
Conflicts:	automake1.5
Provides:	automake1.9 = %{EVRD}
Obsoletes:	automake1.9 < %{EVRD}
Provides:	automake1.8 = %{EVRD}
Obsoletes:	automake1.8 < %{EVRD}
Requires(post,preun):	update-alternatives
BuildArch:	noarch

%description
Automake is a tool for automatically generating Makefiles compliant with
the GNU Coding Standards.

You should install Automake if you are developing software and would like
to use its capabilities of automatically generating GNU standard
Makefiles. If you install Automake, you will also need to install GNU's
Autoconf package.

%files
%doc AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/automake
%{_bindir}/aclocal
%{_bindir}/fix-old-automake-files
%{_bindir}/automake-%{amversion}
%{_bindir}/aclocal-%{amversion}
%{_bindir}/automake-1.8
%{_bindir}/aclocal-1.8
%{_bindir}/automake-1.9
%{_bindir}/aclocal-1.9
%{_bindir}/automake-1.11
%{_bindir}/aclocal-1.11
%{_bindir}/automake-1.12
%{_bindir}/aclocal-1.12
%{_bindir}/automake-1.13
%{_bindir}/aclocal-1.13
%{_bindir}/automake-1.14
%{_bindir}/aclocal-1.14
%{_datadir}/automake*
%{_infodir}/automake*
%{_datadir}/aclocal*
%{_mandir}/man1/aclocal-%{amversion}*
%{_mandir}/man1/aclocal.1*
%{_mandir}/man1/automake-%{amversion}*
%{_mandir}/man1/automake.1*

%pre
if [ "$1" = 1 ]; then
  update-alternatives --remove automake %{_bindir}/automake-1.8
  update-alternatives --remove automake %{_bindir}/automake-1.9
  update-alternatives --remove automake %{_bindir}/automake-1.11
  update-alternatives --remove automake %{_bindir}/automake-1.12
  update-alternatives --remove automake %{_bindir}/automake-1.13
  update-alternatives --remove automake %{_bindir}/automake-1.14
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
# Restore date changed in Patch2
touch -r m4/init.m4 m4/sanity.m4

%build
# (abondrov) config* don't understand noarch-unknown-linux-gnu arch
%configure2_5x \
	--build=i586-%{_target_vendor}-%{_target_os}%{?_gnu}
%make

%check
%if %{docheck}
# (Abel) reqd2.test tries to make sure automake won't work if ltmain.sh
# is not present. But automake behavior changed, now it can handle missing
# libtool file as well, so this test is bogus.
sed -e 's/reqd2.test//g' -i tests/Makefile
make check # VERBOSE=1
%endif

%install
%makeinstall_std

# provide -1.x symlinks
for i in 8 9 11 12 13 14; do
	ln -s automake-%{amversion} %{buildroot}%{_bindir}/automake-1.$i
	ln -s aclocal-%{amversion} %{buildroot}%{_bindir}/aclocal-1.$i
done

rm -f %{buildroot}/%{_infodir}/*
install -m 644 doc/%{name}.info* %{buildroot}/%{_infodir}/
install -c -m 755 %{SOURCE100} %{buildroot}%{_bindir}/

mkdir -p %{buildroot}%{_datadir}/aclocal


%changelog

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 1.15-2
- (2c59a70) update to 1.15



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22355 |14mu|automake1.4-1.4.0.p6-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define amversion 1.4
%define pkgname automake
%define patchlevel p6

%bcond_with docheck

Summary:	A GNU tool for automatically creating Makefiles
Name:		%{pkgname}%{amversion}
Version:	1.4.0.%{patchlevel}
Release:	11
License:	GPLv2+
Group:		Development/Other
Url:		http://www.gnu.org/software/automake/
Source0:	ftp://ftp.gnu.org/gnu/automake/%{pkgname}-%{amversion}-%{patchlevel}.tar.bz2
Patch0:		automake-1.4p6-infofiles.patch
Patch1:		automake-1.4-p6-stdc-headers.patch
Patch2:		automake-1.4-p6-CVE-2009-4029.diff
Requires:	update-alternatives
Conflicts:	automake1.5
BuildArch:	noarch

%description
Automake is a tool for automatically generating Makefiles compliant with the
GNU Coding Standards.

You should install Automake if you are developing software and would like to
use its capabilities of automatically generating GNU standard Makefiles. If you
install Automake, you will also need to install GNU's Autoconf package.

%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
%{_bindir}/*
%{_datadir}/*-1.4
%{_infodir}/%{name}*
%dir %{_datadir}/aclocal

%post
update-alternatives --remove automake %{_bindir}/automake-%{amversion}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{pkgname}-%{amversion}-%{patchlevel}
%patch0 -p1 -b .parallel
%patch1 -p1 -b .gcc3.4
%patch2 -p1 -b .CVE-2009-4029

%build
%configure
%make

# error.test won't work as expected because $ACLOCAL already include ./m4 into
# m4 file search list (see tests/defs), so --acdir=. has no effect
perl -pi -e 's/\berror\.test\b//' tests/Makefile

%install
%makeinstall

install -D -m 644 %{name}.info %{buildroot}%{_infodir}/%{name}.info
rm -f %{buildroot}%{_bindir}/{automake,aclocal}
mkdir -p %{buildroot}%{_datadir}/aclocal

# (oe) the installsh.test test fails, don't know why
%check
%if %{with docheck}
make check	# VERBOSE=1
%endif


%changelog
* Tue Dec 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.0.p6-11
+ Revision: 4690099
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22356 |14mu|avalon-framework-4.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name      framework
%define short_Name      Avalon
%define bootstrap       0

Name:           avalon-%{short_name}
Version:        4.3
Release:        8
Epoch:          0
Summary:        Java components interfaces
License:        Apache License
Url:            http://avalon.apache.org/%{short_name}/
Group:          Development/Java
#Vendor:        JPackage Project
#Distribution:  JPackage
Source0:        http://www.apache.org/dist/excalibur/excalibur-framework/source/avalon-framework-4.2.0-src.tar.bz2
Source1:        %{name}-build.xml
Requires:       log4j
BuildRequires:  ant
BuildRequires:  ant-junit
%if !%{bootstrap}
BuildRequires:  avalon-logkit
%endif
BuildRequires:  java-javadoc
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  junit
BuildArch:      noarch
BuildRequires:  log4j

%description
The Avalon framework consists of interfaces that define relationships
between commonly used application components, best-of-practice pattern
enforcements, and several lightweight convenience implementations of the
generic components.
What that means is that we define the central interface Component. We
also define the relationship (contract) a component has with peers,
ancestors and children. This documentation introduces you to those
patterns, interfaces and relationships.

%package manual
Summary:        Manual for %{name}
Group:          Development/Java

%description manual
Documentation for %{name}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}
cp -a %{SOURCE1} build.xml
perl -pi -e 's/enum( |\.)/enum1\1/g' api/src/java/org/apache/avalon/framework/Enum.java

# fix end-of-line
perl -pi -e 's/\r$//g' LICENSE.txt NOTICE.TXT

for i in `find docs -type f`; do
    perl -pi -e 's/\r$//g' $i
done

%build
%if !%{bootstrap}
export CLASSPATH=$(build-classpath avalon-logkit junit log4j)
%else
export CLASSPATH=$(build-classpath junit log4j)
%endif
export OPT_JAR_LIST="`cat %{_sysconfdir}/ant.d/junit`"
%{ant} -Djava.javadoc=%{_javadocdir}/java jar doc test-all

%install
install -d -m 755 %{buildroot}%{_javadir}
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
install -m 644 dist/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
# create unversioned symlinks
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done)
cp -pr doc/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

for i in `find %{buildroot}%{_javadocdir}/%{name}-%{version} -type f -name "*.html" -o -name "*.css"`; do
    perl -pi -e 's/\r$//g' $i
done

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt NOTICE.TXT
%{_javadir}/*.jar

%files manual
%defattr(0644,root,root,0755)

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 0:4.3-8
- (9e8155c) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22357 |14mu|avalon-logkit-2.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name      logkit
%define section         free

Name:           avalon-%{short_name}
Version:        2.1
Release:        9
Epoch:          0
Summary:        Java logging toolkit
License:        Apache License
Group:          Development/Java
Url:            http://avalon.apache.org/%{short_name}/
Source0:        http://www.apache.org/dist/excalibur/avalon-logkit/source/avalon-logkit-2.1-src.tar.bz2
Patch0:         %{name}-build.patch
Patch1:		fix-java6-compile.patch
Patch3:         java7.patch
Requires:       avalon-framework >= 0:4.1.4
Requires:       servlet6
Requires:       geronimo-jms-1.1-api
Requires:       jdbc-stdext
BuildRequires:  locales-en
BuildRequires:  java-rpmbuild
BuildRequires:  jpackage-utils >= 0:1.5
BuildRequires:  ant
BuildRequires:  avalon-framework-javadoc
BuildRequires:  classpathx-mail
BuildRequires:  java-javadoc
BuildRequires:  log4j
BuildRequires:  avalon-framework >= 0:4.1.4
BuildRequires:  servlet6
BuildRequires:  geronimo-jms-1.1-api
BuildRequires:  jdbc-stdext
BuildArch:      noarch

%description
LogKit is a logging toolkit designed for secure performance orientated
logging in applications. To get started using LogKit, it is recomended
that you read the whitepaper and browse the API docs.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
%patch0 -p1 -b .build
%patch1 -p0 -b .java6
%patch3 -p0
%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t rm -f
%{__perl} -pi -e 's/1\.2/1\.4/g' build.xml

%build
export LC_ALL=en_US.ISO-8859-1
export CLASSPATH=$(build-classpath log4j javamail/mailapi jms tomcat-servlet-api jdbc-stdext avalon-framework)
%{ant} -Dbuild.sysclasspath=only --execdebug\
       -Djava.javadoc=%{_javadocdir}/java \
       -Davalon.javadoc=%{_javadocdir}/avalon-framework \
  clean jar javadoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done)
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ "$1" = "0" ]; then
    rm -f %{_javadocdir}/%{name}
fi

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt NOTICE.txt
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}

%changelog

* Sat Mar 19 2016 Denis Silakov <dsilakov@gmail.com> 0:2.1-9
- (6deee81) Switch to modern servlets



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22358 |14mu|avidemux-2.6.12-1.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define filename %{name}_%{version}
%define _disable_ld_no_undefined 1
%define _disable_lto 1

%define ffmpeg_version 2.7.7

#############################
# Hardcore PLF build
# bcond_with or bcond_without
%bcond_with plf
#############################

%if %{with plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	A free video editor
Name:		avidemux
Version:	2.6.12
Release:	1.2%{?extrarelsuffix}
License:	GPLv2+
Group:		Video
Url:		http://fixounet.free.fr/avidemux
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{filename}.tar.gz
Source1:	ffmpeg-%{ffmpeg_version}.tar.bz2
Source2:	avidemux_ru.qm
Source100:	%{name}.rpmlintrc
Patch2:		avidemux-2.5.1-opencore-check.patch
Patch3:		avidemux-jack-underlinking.patch
Patch4:		avidemux-fix-cmake.patch
Patch5:		avidemux-2.6.8-ffmpeg-1.2.12.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	nasm
BuildRequires:	qt4-linguist
BuildRequires:	xsltproc
BuildRequires:	yasm
BuildRequires:	gettext-devel
BuildRequires:	a52dec-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xv)
# not packaged yet:
#BuildRequires:  libaften-devel
%if %with plf
BuildRequires:	libfaac-devel
BuildRequires:	libfaad2-devel
BuildRequires:	liblame-devel
BuildRequires:	libxvid-devel
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
BuildRequires:	pkgconfig(x264)
%endif
BuildRequires:	pkgconfig(glu)
Requires:	avidemux-ui

%description
Avidemux is a free video editor designed for simple cutting,
filtering and encoding tasks.It supports many file types, including
AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of
codecs. Tasks can be automated using projects, job queue and
powerful scripting capabilities.

%if %with plf
This package is in restricted because this build has support for codecs
covered by software patents.
%endif

%package qt
Summary:	A free video editor - Qt4 GUI
Group:		Video
Requires:	%{name} = %{version}-%{release}
Provides:	avidemux-ui = %{version}-%{release}
Provides:	avidemux-gtk = %{version}-%{release}
Obsoletes:	avidemux-gtk < %{version}-%{release}

%description qt
Avidemux is a free video editor. This package contains the
version with a graphical user interface based on Qt4.

%package cli
Summary:	A free video editor - command-line version
Group:		Video
Requires:	%{name} = %{version}-%{release}
Provides:	avidemux-ui = %{version}-%{release}

%description cli
Avidemux is a free video editor. This package contains the
version with a command-line interface.

%if %with plf
This package is in restricted because this build has support for codecs
covered by software patents.
%endif

%prep
%setup -qn %{filename}

sed -i 's/set(FFMPEG_VERSION "2.7.6")/set(FFMPEG_VERSION "%{ffmpeg_version}")/' cmake/admFFmpegBuild.cmake
rm -f avidemux_core/ffmpeg_package/ffmpeg-*.tar.bz2
cp %{SOURCE1} avidemux_core/ffmpeg_package/

%apply_patches


%build
%setup_compile_flags
export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS="%{optflags} -fno-strict-aliasing"

TOP=`pwd`
touch previous.dirs
touch previous.files
mkdir build
cd build
for i in avidemux_core avidemux/qt4 avidemux/cli; do
	mkdir -p $i
	cd $i
	cmake $TOP/$i -DAVIDEMUX_SOURCE_DIR=$TOP -DFAKEROOT=$TOP/DEST -DCMAKE_INSTALL_PREFIX=%_prefix -DCMAKE_STRIP=/bin/true
	make
	make install DESTDIR=$TOP/DEST
	cd -
	cd $TOP/DEST
	find . -type d >$TOP/current.dirs
	find . -type f >$TOP/current.files
	cat $TOP/previous.files $TOP/previous.files $TOP/current.files |sort |uniq -u >$TOP/build/$i/file.list
	cat $TOP/previous.dirs $TOP/previous.dirs $TOP/current.dirs |sort |uniq -u >$TOP/build/$i/dirs.list
	cat $TOP/previous.files $TOP/build/$i/file.list |sort >$TOP/tmp
	mv -f $TOP/tmp $TOP/previous.files
	cat $TOP/previous.dirs $TOP/build/$i/dirs.list |sort >$TOP/tmp
	mv -f $TOP/tmp $TOP/previous.dirs
	cd -
done
for i in COMMON QT4 CLI SETTINGS; do
	mkdir -p $i
	cd $i
	cmake $TOP/avidemux_plugins -DAVIDEMUX_SOURCE_DIR=$TOP -DFAKEROOT=$TOP/DEST -DCMAKE_INSTALL_PREFIX=%_prefix -DPLUGIN_UI=$i -DCMAKE_STRIP=/bin/true
	make
	make install DESTDIR=$TOP/DEST
	cd -
	cd $TOP/DEST
	find . -type d >$TOP/current.dirs
	find . -type f >$TOP/current.files
	cat $TOP/previous.files $TOP/previous.files $TOP/current.files |sort |uniq -u >$TOP/build/$i/file.list
	cat $TOP/previous.dirs $TOP/previous.dirs $TOP/current.dirs |sort |uniq -u >$TOP/build/$i/dirs.list
	cat $TOP/previous.files $TOP/build/$i/file.list |sort >$TOP/tmp
	mv -f $TOP/tmp $TOP/previous.files
	cat $TOP/previous.dirs $TOP/build/$i/dirs.list |sort >$TOP/tmp
	mv -f $TOP/tmp $TOP/previous.dirs
	cd -
done

%install
mkdir -p %{buildroot}
cp -a DEST/* %{buildroot}

# icons
install -d -m755 %{buildroot}%{_liconsdir}
install -d -m755 %{buildroot}%{_iconsdir}
install -d -m755 %{buildroot}%{_miconsdir}
convert avidemux_icon.png -resize 48x48 %{buildroot}%{_liconsdir}/%{name}.png
convert avidemux_icon.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert avidemux_icon.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png

# Russian translations for vtrsin qt4
cp -f %{SOURCE2} %{buildroot}%{_datadir}/avidemux6/qt4/i18n/

# menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}-qt.desktop << EOF
[Desktop Entry]
Name=Avidemux
Comment=A free video editor
Comment[ru]=Видеоредактор
Exec=%{_bindir}/%{name}3_qt4 %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Video;AudioVideoEditing;Qt;
EOF

%find_lang %{name} || touch %name.lang

# Workaround for identical build IDs in nonidentical files
# FIXME this should really get a proper fix inside gold some time soon
#__strip --strip-unneeded %buildroot%_bindir/*

find build -name file.list |xargs sed -i -e 's,^\.,,'
# Don't own standard dirs
find build -name dirs.list |xargs sed -i -e '/.\/usr\/bin$/d;/.\/usr\/share$/d;/.\/usr\/%_lib$/d;/.\/usr$/d;/.\/usr\/include$/d'
# Mark directories as such
find build -name dirs.list |xargs sed -i -e 's,^\.,%%dir ,'
find build -name dirs.list |while read r; do
	cat $r >>`dirname $r`/file.list
done

%files -f %{name}.lang -f build/avidemux_core/file.list,build/SETTINGS/file.list,build/COMMON/file.list
%_datadir/icons/*.png
%_datadir/icons/*/*

%files qt -f build/avidemux/qt4/file.list,build/QT4/file.list
%{_datadir}/applications/avidemux-qt.desktop

%files cli -f build/avidemux/cli/file.list,build/CLI/file.list

%changelog

* Mon Mar 13 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.6.12-1.2
- (fdffd06) Let qt version replace obsolete gtk version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22359 |14mu|avogadro-1.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define maj0 0
%define libname %mklibname %{name} %{major}
%define libOQ   %mklibname %{name}_OpenQube %{maj0}
%define devname %mklibname %{name} -d

Summary:	An advanced molecular editor for chemical purposes
Name:		avogadro
Version:	1.1.1
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://avogadro.openmolecules.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		avogadro-1.1.0-qtprefix.patch
Patch1:		avogadro-1.1.0-no-strip.patch
Patch2:		avogadro-1.1.1-l10n.patch
Patch3:		avogadro-1.1.1-linking.patch
BuildRequires:	cmake >= 2.6.0
BuildRequires:	docbook-utils
BuildRequires:	eigen2 >= 2.0.9
BuildRequires:	python-sip
BuildRequires:	qt4-linguist
BuildRequires:	boost-devel
BuildRequires:	python-numpy-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(openbabel-2.0)
BuildRequires:	pkgconfig(python)

%description
An advanced molecular editor designed for cross-platform use
in computational chemistry,molecular modeling, bioinformatics,
materials science,and related areas, which offers flexible
rendering and a powerful plugin architecture.

%files
%doc AUTHORS ChangeLog COPYING
%{_bindir}/%{name}
%{_bindir}/avopkg
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}-icon.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/avopkg.1*
%{python_sitearch}/Avogadro.so
%{_datadir}/libavogadro/
%dir %{_libdir}/%{name}/
%dir %{_libdir}/%{name}/1_1/
%{_libdir}/%{name}/1_1/colors
%{_libdir}/%{name}/1_1/extensions
%{_libdir}/%{name}/1_1/engines
%{_libdir}/%{name}/1_1/tools


#--------------------------------------------------------------------
%package -n %{libname}
Summary:	Shared libraries for Avogadro
Group:		System/Libraries

%description -n %{libname}
Libraries for Avogadro molecular editor.

%files -n %{libname}
%{_libdir}/libavogadro.so.%{major}*

#--------------------------------------------------------------------

%package -n %{libOQ}
Summary:	Shared libraries for Avogadro
Group:		System/Libraries
Conflicts:	%{_lib}avogadro1 < 1.1.0-3

%description -n %{libOQ}
Libraries for Avogadro molecular editor.

%files -n %{libOQ}
%{_libdir}/libavogadro_OpenQube.so.%{maj0}*

#--------------------------------------------------------------------
%package -n %{devname}
Summary:	Development files for Avogadro
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libOQ} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 1.1.0-3

%description -n %{devname}
Development Avogadro files.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/libavogadro.so
%{_libdir}/libavogadro_OpenQube.so
%{_libdir}/%{name}/*.cmake
%{_libdir}/%{name}/1_1/*.cmake
%{_libdir}/%{name}/1_1/cmake/
%{qt4dir}/mkspecs/features/%{name}.prf
%{_libdir}/pkgconfig/avogadro.pc

#--------------------------------------------------------------------
%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p1

%build
%cmake \
	-DENABLE_GLSL:BOOL=ON \
	-DENABLE_PYTHON:BOOL=ON
%make

%install
%makeinstall_std -C build


%changelog

* Mon Apr 04 2016 Denis Silakov <dsilakov@gmail.com> 1.1.1-3
- (216662f) Fix linking with X11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22360 |14mu|babl-0.1.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major	0
%define api	0.1
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname -d %{name} %{api}

Summary:	Dynamic, any to any, pixel format conversion library
Name:		babl
Epoch:		1
Version:	0.1.14
Release:	1
Group:		System/Libraries
License:	LGPLv3+
Url:		http://www.gegl.org/babl
Source0:	http://ftp.gimp.org/pub/babl/%{url_ver}/%{name}-%{version}.tar.bz2
BuildRequires:	librsvg

%description
Babl is a dynamic, any to any, pixel format conversion library. 
It provides conversions between the myriad of buffer types images 
can be stored in. Babl doesn't only help with existing pixel formats, 
but also facilitates creation of new and uncommon ones.

GEGL uses babl both for enumeration of pixel formats as well as 
conversions between them.

%package -n %{libname}
Summary:	A library for %{name}
Group:		System/Libraries

%description -n %{libname}
Babl is a dynamic, any to any, pixel format conversion library.
It provides conversions between the myriad of buffer types images
can be stored in. Babl doesn't only help with existing pixel formats,
but also facilitates creation of new and uncommon ones.

GEGL uses babl both for enumeration of pixel formats as well as
conversions between them.

%package -n %{devname}
Summary:	Header files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Babl is a dynamic, any to any, pixel format conversion library.
It provides conversions between the myriad of buffer types images
can be stored in. Babl doesn't only help with existing pixel formats,
but also facilitates creation of new and uncommon ones.

GEGL uses babl both for enumeration of pixel formats as well as
conversions between them.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
cp -r docs installed-docs
cd installed-docs
rm -rf tools Makefile* *.in graphics/Makefile*

%check
make check

%files -n %{libname}
%doc README NEWS TODO AUTHORS
%{_libdir}/libbabl-%{api}.so.%{major}*
%dir %{_libdir}/babl-%{api}/
%{_libdir}/babl-%{api}/gggl.so*
%{_libdir}/babl-%{api}/naive-CMYK.so*
%{_libdir}/babl-%{api}/gimp-8bit.so*
%{_libdir}/babl-%{api}/CIE.so*
%{_libdir}/babl-%{api}/gegl-fixups.so*
%{_libdir}/babl-%{api}/gggl-lies.so*
%{_libdir}/babl-%{api}/cairo.so*
%{_libdir}/babl-%{api}/fast-float.so*
%{_libdir}/babl-%{api}/float.so*
%{_libdir}/babl-%{api}/HSL.so*
%{_libdir}/babl-%{api}/HSV.so*
%{_libdir}/babl-%{api}/grey.so*
%{_libdir}/babl-%{api}/simple.so*
%{_libdir}/babl-%{api}/sse2-float.so*
%{_libdir}/babl-%{api}/sse2-int16.so*
%{_libdir}/babl-%{api}/sse2-int8.so*
%{_libdir}/babl-%{api}/two-table.so*
%{_libdir}/babl-%{api}/ycbcr.so*

%files -n %{devname}
%doc installed-docs/*
%{_libdir}/libbabl-%{api}.so
%{_libdir}/pkgconfig/babl.pc
%dir %{_includedir}/babl-%{api}/babl
%{_includedir}/babl-%{api}/babl/*

%changelog

* Fri Feb 05 2016 Denis Silakov <dsilakov@gmail.com> 1:0.1.14-1
- (ae03dbe) Updated to 0.1.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22361 |14mu|baloo-4.14.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Baloo is a framework for searching and managing metadata
Name:		baloo
Version:	4.14.3
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	kfilemetadata-devel
BuildRequires:	xapian-devel
BuildRequires:	pkgconfig(akonadi)
BuildRequires:	pkgconfig(QJson)
Requires:	kfilemetadata
# (tpg) https://issues.openmandriva.org/show_bug.cgi?id=865
Requires:	qt4-database-plugin-sqlite
# For kio_timeline.so and tags.protocol
Conflicts:	kdebase4-runtime < 1:4.13.0

%description
Baloo is a framework for searching and managing metadata.

%files
%{_sysconfdir}/dbus-1/system.d/org.kde.baloo.filewatch.conf
%{_kde_bindir}/akonadi_baloo_indexer
%{_kde_bindir}/baloo_file
%{_kde_bindir}/baloo_file_cleaner
%{_kde_bindir}/baloo_file_extractor
%{_kde_bindir}/balooctl
%{_kde_bindir}/baloosearch
%{_kde_bindir}/balooshow
%{_kde_datadir}/akonadi/agents/akonadibalooindexingagent.desktop
%{_kde_iconsdir}/hicolor/128x128/apps/baloo.png
%{_kde_libdir}/kde4/*.so
%{_kde_libdir}/kde4/akonadi/akonadi_baloo_searchplugin.so
%{_kde_libdir}/kde4/akonadi/akonadibaloosearchplugin.desktop
%{_kde_libdir}/kde4/libexec/kde_baloo_filewatch_raiselimit
%{_kde_services}/*.desktop
%{_kde_services}/*.protocol
%{_kde_servicetypes}/baloosearchstore.desktop
%{_datadir}/autostart/baloo_file.desktop
%{_datadir}/dbus-1/system-services/org.kde.baloo.filewatch.service
%{_datadir}/polkit-1/actions/org.kde.baloo.filewatch.policy

#----------------------------------------------------------------------------

%define baloocore_major 4
%define libbaloocore %mklibname baloocore %{baloocore_major}

%package -n %{libbaloocore}
Summary:	Shared library for Baloo
Group:		System/Libraries
# KDE Workspace should rather require it
Suggests:	baloo

%description -n %{libbaloocore}
Shared library for Baloo.

%files -n %{libbaloocore}
%{_kde_libdir}/libbaloocore.so.%{baloocore_major}*

#----------------------------------------------------------------------------

%define baloofiles_major 4
%define libbaloofiles %mklibname baloofiles %{baloofiles_major}

%package -n %{libbaloofiles}
Summary:	Shared library for Baloo
Group:		System/Libraries

%description -n %{libbaloofiles}
Shared library for Baloo.

%files -n %{libbaloofiles}
%{_kde_libdir}/libbaloofiles.so.%{baloofiles_major}*

#----------------------------------------------------------------------------

%define baloopim_major 4
%define libbaloopim %mklibname baloopim %{baloopim_major}

%package -n %{libbaloopim}
Summary:	Shared library for Baloo
Group:		System/Libraries

%description -n %{libbaloopim}
Shared library for Baloo.

%files -n %{libbaloopim}
%{_kde_libdir}/libbaloopim.so.%{baloopim_major}*

#----------------------------------------------------------------------------

%define balooqueryparser_major 4
%define libbalooqueryparser %mklibname balooqueryparser %{balooqueryparser_major}

%package -n %{libbalooqueryparser}
Summary:	Shared library for Baloo
Group:		System/Libraries

%description -n %{libbalooqueryparser}
Shared library for Baloo.

%files -n %{libbalooqueryparser}
%{_kde_libdir}/libbalooqueryparser.so.%{balooqueryparser_major}*

#----------------------------------------------------------------------------

%define balooxapian_major 4
%define libbalooxapian %mklibname balooxapian %{balooxapian_major}

%package -n %{libbalooxapian}
Summary:	Shared library for Baloo
Group:		System/Libraries

%description -n %{libbalooxapian}
Shared library for Baloo.

%files -n %{libbalooxapian}
%{_kde_libdir}/libbalooxapian.so.%{balooxapian_major}*

#----------------------------------------------------------------------------

%define devbaloo %mklibname baloo -d

%package -n %{devbaloo}
Summary:	Development files for Baloo
Group:		Development/KDE and Qt
Requires:	%{libbaloocore} = %{EVRD}
Requires:	%{libbaloofiles} = %{EVRD}
Requires:	%{libbaloopim} = %{EVRD}
Requires:	%{libbalooqueryparser} = %{EVRD}
Requires:	%{libbalooxapian} = %{EVRD}
Requires:	kfilemetadata-devel
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 4.14.3-3

%description -n %{devbaloo}
This package contains header files needed if you wish to build applications
based on Baloo.

%files -n %{devbaloo}
%{_kde_includedir}/baloo/
%{_kde_libdir}/*.so
%{_kde_libdir}/cmake/Baloo
%{_datadir}/dbus-1/interfaces/org.kde.baloo.file.indexer.xml

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Sat Mar 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-3
+ Revision: 310ebb0
- Library package should only Suggest, not Require main package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22362 |14mu|baloo-widgets-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Widgets for Baloo
Name:		baloo-widgets
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	baloo-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	kfilemetadata-devel
BuildRequires:	pkgconfig(akonadi)

%description
Widgets for Baloo.

#--------------------------------------------------------------------

%define baloowidgets_major 4
%define libbaloowidgets %mklibname baloowidgets %{baloowidgets_major}

%package -n %{libbaloowidgets}
Summary:	Shared library for Baloo Widgets
Group:		System/Libraries

%description -n %{libbaloowidgets}
Shared library for Baloo Widgets.

%files -n %{libbaloowidgets}
%{_kde_libdir}/libbaloowidgets.so.%{baloowidgets_major}*

#--------------------------------------------------------------------

%define devbaloowidgets %mklibname baloo-widgets -d

%package -n %{devbaloowidgets}
Summary:	Devel stuff for Baloo Wigets
Group:		Development/KDE and Qt
Requires:	%{libbaloowidgets} = %{EVRD}
Requires:	baloo-devel
Provides:	%{name}-devel = %{EVRD}

%description -n %{devbaloowidgets}
This package contains header files needed if you wish to build applications
based on Baloo Widgets.

%files -n %{devbaloowidgets}
%{_kde_includedir}/baloo/*
%{_kde_libdir}/cmake/BalooWidgets
%{_kde_libdir}/libbaloowidgets.so

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: acfad25
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22363 |14mu|baobab-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	Disk Usage Analyzer (aka Baobab)
Name:		baobab
Version:	3.16.1
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://live.gnome.org/GnomeUtils/Baobab
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	itstool
BuildRequires:	intltool vala-tools
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(glib-2.0) >= 2.30.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
Conflicts:	gnome-utils < 1:3.3.1

%description
Disk Usage Analyzer is is a graphical, menu-driven application to analyze
disk usage in any Gnome environment. Disk Usage Analyzer can easily scan
either the whole file-system tree, or a specific user-requested directory
branch (local or remote).

It also auto-detects in real-time any changes made to your home directory
as far as any mounted/unmounted device. Disk Usage Analyzer also provides
a full graphical tree-map window for each selected folder.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc README NEWS AUTHORS ChangeLog
%{_bindir}/baobab
%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
%{_datadir}/icons/*/*/*/*
%{_mandir}/man1/baobab.1*
%{_datadir}/appdata/*.xml
%{_datadir}/applications/org.gnome.baobab.desktop
%{_datadir}/dbus-1/services/org.gnome.baobab.service


%changelog

* Tue Apr 14 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (bd70b9e) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22364 |14mu|basesystem-2015-28
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without systemd

Summary:	The skeleton package which defines a simple system
Name:		basesystem
Version:	2015
Release:	28
License:	GPLv2+
Group:		System/Base
Requires:	basesystem-minimal basesystem-mandatory
Requires:	kernel

%description
Basesystem defines the components of a basic Rosa Linux system (for
example, the package installation order to use during bootstrapping).
Basesystem should be the first package installed on a system, and it
should never be removed.

%files

#----------------------------------------------------------------------------

%package	minimal
Summary:	The skeleton package which defines a simple system for chroot systems
Group:		System/Base
Requires:	setup filesystem

%description minimal
Basesystem defines the components of a basic Rosa Linux system (for
example, the package installation order to use during bootstrapping).
Basesystem should be the first package installed on a system, and it
should never be removed.

%files minimal

#----------------------------------------------------------------------------

%package build
Summary:	The skeleton package which defines a simple system for package builds
Group:		System/Base
Requires:	basesystem-minimal locales locales-en rpm-build rosa-release
Requires:	tar urpmi diffutils termcap
Requires:	make patch unzip xz bzip2
#ABF
Requires:	gnupg wget iputils net-tools timezone
#rpm-build - mkmultiarch
Requires:   which

%description build
Basesystem defines the components of a basic Rosa Linux build system 
for the package installation order to use during bootstrapping.

This package can be used to setup a full and working system for package builds

%files build

#----------------------------------------------------------------------------

%package mandatory
Summary:	The skeleton package which defines a mandatory set of packages
Group:		System/Base
Requires:	locales dev vim-minimal
Requires:	coreutils shadow-utils findutils kbd
Requires:	e2fsprogs etcskel grep lsof less sed bash
Requires:	losetup mount net-tools passwd procps
Requires:	psmisc rootfiles rpm
Requires:	termcap time util-linux
Requires:	which perl-base
Requires:	rosa-release
Requires:	common-licenses mingetty syslog-daemon
Requires:	logrotate crontabs vixie-cron utempter kmod stat
Requires:	tar bzip2 xz gzip gzip-utils iputils net-tools
%if %{with systemd}
Requires(post):	systemd-sysvinit
%else
Requires(post):	sysvinit
Requires:	initscripts
Requires:	chkconfig
%endif

# (gb) Add timezone database here for now before moving it to DrakX
Requires:	timezone
Suggests:	prelink

%description mandatory
Basesystem defines the mandatory components of a basic Rosa Linux system.

This package can be used to setup a set of packages which must not be 
removed from the system.

%files mandatory

#----------------------------------------------------------------------------

%prep

%build

%install

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22365 |14mu|bash-4.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define i18ndate 20010626

Summary:	The GNU Bourne Again shell (bash)
Name:		bash
Version:	4.3
Release:	9
License:	GPLv2+
Group:		Shells
Url:		http://www.gnu.org/software/bash/bash.html
Source0:	ftp://ftp.gnu.org/pub/gnu/bash/%{name}-%{version}.tar.gz
Source1:	%{SOURCE0}.sig
Source2:	ftp://ftp.gnu.org/pub/gnu/bash/bash-doc-3.2.tar.bz2
Source3:	dot-bashrc
Source4:	dot-bash_profile
Source5:	dot-bash_logout
Source6:	alias.sh
Source7:	bashrc
Source8:	profile.d-bash
Source10:	bash-ru.po

Patch1000:	bash-2.02-security.patch
# ensure profile is read (Redhat)
Patch1001:	bash-4.0-profile.patch
Patch1002:	bash-2.05b-readlinefixes.patch
Patch1003:	bash-2.04-compat.patch
#https://bugzilla.novell.com/attachment.cgi?id=67684
Patch1004:	bash-4.3-extended_quote.patch
# Official upstream patches
# none
Patch1005:	bash-strcoll-bug.diff
Patch1007:	bash-3.2-lzma-copmpletion.patch
# (proyvind): 4.2-5 add --rpm-requires option (Fedora) (mdvbz#61712)
Patch1009:	bash-requires.patch
Patch1010:	bash-4.3-CVE-2014-6271.patch
Patch1011:	bash-4.3-CVE-2014-7169-1.patch
Patch1012:	bash-4.3-CVE-2014-7169-2.patch
Patch1013:	bash-4.3-028.patch
Patch1014:	bash-4.3-029.patch
Patch1015:	bash-4.3-030.patch

BuildRequires:	autoconf2.5
BuildRequires:	bison
BuildRequires:	groff
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	texinfo
# explicit file provides
Provides:	/bin/sh

%description
Bash is a GNU project sh-compatible shell or command language
interpreter. Bash (Bourne Again shell) incorporates useful features
from the Korn shell (ksh) and the C shell (csh). Most sh scripts
can be run by bash without modification.

Bash offers several improvements over sh, including command line
editing, unlimited size command history, job control, shell
functions and aliases, indexed arrays of unlimited size and 
integer arithmetic in any base from two to 64. Bash is ultimately
intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and
Tools standard.

%files -f files.list
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/README
%config(noreplace) %{_sysconfdir}/skel/.b*
%{_sysconfdir}/profile.d/60alias.sh
%{_sysconfdir}/profile.d/95bash-extras.sh
%config(noreplace) %{_sysconfdir}/bashrc
/bin/rbash
/bin/bash
/bin/sh
%{_infodir}/bash.info*
%{_mandir}/man1/bash.1*
%{_mandir}/man1/rbash.1*
%{_mandir}/man1/builtins.1*
%{_mandir}/man1/bashbug.1*
%{_bindir}/bashbug

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for the GNU Bourne Again shell (bash)
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}

%description doc
This package provides documentation for GNU Bourne Again shell (bash).

%files doc
%{_docdir}/%{name}/*
%exclude %{_docdir}/%{name}/README

#----------------------------------------------------------------------------

%prep
%setup -q -a 2
mv doc/README .
cp %{SOURCE10} po/ru.po

%patch1000 -p1 -b .security
%patch1001 -p1 -b .profile
# 20060126 warly obsolete exept maybe for the replacement of @ by kH, this will have to be checked
#%patch1002 -p1 -b .readline
%patch1003 -p1 -b .compat
%patch1004 -p1 -b .extended_quote
%patch1005 -p1 -b .strcoll_bugx
%patch1007 -p1 -b .lzma
%patch1009 -p1 -b .requires~
%patch1010 -p0 -b .CVE-2014-6271
%patch1011 -p0 -b .CVE-2014-7169-1
%patch1012 -p0 -b .CVE-2014-7169-2
%patch1013 -p0
%patch1014 -p0
%patch1015 -p0

sed -i -e 's,^#define.*CHECKWINSIZE_DEFAULT.*,#define CHECKWINSIZE_DEFAULT 1,' config-top.h

%build
%global optflags %{optflags} -Os
export DEBUGGER_START_FILE="%{_datadir}/bashdb/bashdb-main.inc"

# Drag in support for aarch64-* and the likes
cp -a %{_datadir}/libtool/config/* .
cp -a %{_datadir}/libtool/config/* support/

%configure2_5x \
    --enable-command-timing \
    --disable-rpath \
    --enable-history \
    --enable-job-control \
    --enable-multibyte \
    --enable-readline \
    --with-installed-readline \
    --without-gnu-malloc \
    --without-bash-malloc \
    --disable-strict-posix-default \
    --enable-select \
    --enable-prompt-string-decoding \
    --enable-process-substitution \
    --enable-alias \
    --enable-bang-history \
    --enable-coprocesses \
    --enable-directory-stack \
    --enable-brace-expansion

%make

# all tests must pass
%check
make check

%install
%makeinstall_std

# beurk
rm -rf %{buildroot}%{_datadir}/locale/en@boldquot/ %{buildroot}%{_datadir}/locale/en@quot/

#Sucks
chmod +w doc/texinfo.tex
chmod 755 examples/misc/aliasconv.*
chmod 755 examples/misc/cshtobash
chmod 755 %{buildroot}%{_bindir}/bashbug

# Take out irritating ^H's from the documentation
mkdir tmp_doc
for i in `/bin/ls doc/` ; \
	do cat doc/$i > tmp_doc/$i ; \
	cat tmp_doc/$i | perl -p -e 's/.//g' > doc/$i ; \
	rm tmp_doc/$i ; \
	done
rmdir tmp_doc

mkdir -p %{buildroot}/bin
( cd %{buildroot} && mv usr/bin/bash bin/bash )
( cd %{buildroot}/bin && ln -s bash sh )

# make builtins.1 and rbash.1 with bash.1 in place (fix mdv#51379)
(cd doc
mkdir tmp_fix_so
cd tmp_fix_so
cp ../builtins.1 ../rbash.1 .
sed -e '/^.if \\n(zZ=1 .ig zZ/,/^.zZ/d' ../bash.1 > bash.1
soelim builtins.1 > ../builtins.1
sed -e '/^.if \\n(zY=1 .ig zY/,/^.zY/d' ../bash.1 > bash.1
soelim rbash.1    > ../rbash.1
)

# make manpages for bash builtins as per suggestion in DOC/README
(cd doc
sed -e '
/^\.SH NAME/, /\\- bash built-in commands, see \\fBbash\\fR(1)$/{
/^\.SH NAME/d
s/^bash, //
s/\\- bash built-in commands, see \\fBbash\\fR(1)$//
s/,//g
b
}
d
' builtins.1 | tr -s ' ' '\n' | grep -v -E '^(printf|export|echo|pwd|test|true|false|kill)$' > man.pages
# tr is needed because there are few commands in a row separated with a whilespace
install -m 644 builtins.1 %{buildroot}%{_mandir}/man1/builtins.1

install -m 644 rbash.1 %{buildroot}%{_mandir}/man1/rbash.1

for i in `cat man.pages` ; do
# install man-page
	echo .so man1/builtins.1 > %{buildroot}%{_mandir}/man1/$i.1
# now turn man.page into a filelist for the man subpackage
	echo "%{_mandir}/man1/$i.1%{_extension}" >> ../man.pages.filelist
done

cat man.pages |tr -s ' ' '\n' |sed '
1i\
%defattr(0644,root,root,0755)
s:^:%{_mandir}/man1/:
s/$/.1%{_extension}/
' > ../man.pages

mkdir -p %{buildroot}%{_sysconfdir}/skel
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/skel/.bashrc
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/skel/.bash_profile
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/skel/.bash_logout
install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/profile.d/60alias.sh
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/bashrc
install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/profile.d/95bash-extras.sh

ln -s bash %{buildroot}/bin/rbash

install -m 644 bash.info %{buildroot}%{_infodir}
)

%find_lang %{name}

# merges list
cat man.pages.filelist %{name}.lang > files.list

# install documentation manually in expected place
install -d -m 755 %{buildroot}%{_docdir}/%{name}
install -m 644 README COMPAT NEWS NOTES POSIX CHANGES \
    %{buildroot}%{_docdir}/%{name}
cp -pr examples doc/*.ps doc/*.0 doc/*.html doc/article.txt \
    %{buildroot}%{_docdir}/%{name}


%changelog

* Mon Apr 06 2015 Tigro <ashejn@yandex-team.ru> 4.3-9
- (b2d3ae1) rebuild with ncurses depend



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22366 |14mu|bcel-5.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define manual  0

Name:           bcel
Version:        5.2
Release:        10
Epoch:          0
Summary:        Byte Code Engineering Library
License:        Apache Software License
Source0:        http://archive.apache.org/dist/jakarta/%{name}/source/%{name}-%{version}-src.tar.gz
Source1:        pom-maven2jpp-depcat.xsl
Source2:        pom-maven2jpp-newdepmap.xsl
Source3:        pom-maven2jpp-mapdeps.xsl
Source4:        %{name}-%{version}-jpp-depmap.xml
Source5:        commons-build.tar.gz
Source6:        %{name}-%{version}-build.xml
Source7:        %{name}-%{version}.pom

Patch0:         %{name}-%{version}-project_properties.patch

URL:            http://jakarta.apache.org/%{name}/
Group:          Development/Java
Requires:       regexp
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:  junit
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  regexp
BuildRequires:  locales-en
Buildarch:      noarch

%description
The Byte Code Engineering Library (formerly known as JavaClass) is
intended to give users a convenient possibility to analyze, create, and
manipulate (binary) Java class files (those ending with .class). Classes
are represented by objects which contain all the symbolic information of
the given class: methods, fields and byte code instructions, in
particular.  Such objects can be read from an existing file, be
transformed by a program (e.g. a class loader at run-time) and dumped to
a file again. An even more interesting application is the creation of
classes from scratch at run-time. The Byte Code Engineering Library
(BCEL) may be also useful if you want to learn about the Java Virtual
Machine (JVM) and the format of Java .class files.  BCEL is already
being used successfully in several projects such as compilers,
optimizers, obsfuscators and analysis tools, the most popular probably
being the Xalan XSLT processor at Apache.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%if %manual
%package manual
Summary:        Manual for %{name}
Group:          Development/Java

%description manual
Documentation for %{name}.
%endif

%prep
%setup -q
gzip -dc %{SOURCE5} | tar xf -
%remove_java_binaries
cp %{SOURCE6} build.xml
%patch0 -b .sav

%build
export LC_ALL=en_US.ISO-8859-1
export CLASSPATH=$(build-classpath regexp)
export OPT_JAR_LIST="ant/ant-nodeps ant/ant-junit junit"
%{ant} -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} compile jar javadoc

%install
# jars
%{__mkdir_p} %{buildroot}%{_javadir}
%{__install} -m 644 target/bcel-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do %{__ln_s} ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# depmap frags
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}
%add_to_maven_depmap org.apache.bcel %{name} %{version} JPP %{name}
# pom
%{__mkdir_p} %{buildroot}%{_datadir}/maven2/poms
%{__install} -m 0644 %{SOURCE7} \
    %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom
#%{__mkdir_p} %{buildroot}%{_datadir}/maven2/default_poms
#%{__install} -m 0644 %{SOURCE7} \
#    %{buildroot}%{_datadir}/maven2/default_poms/JPP-%{name}.pom
# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
rm -rf docs/api

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt 
%{_javadir}/*
%{_datadir}/maven2/poms/*
#%{_datadir}/maven2/default_poms/*
%{_mavendepmapfragdir}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}

%if %manual
%files manual
%defattr(0644,root,root,0755)
%doc docs/*
%endif

%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 0:5.2-10
- (20a467d) Fix upstrem source URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22367 |14mu|bcm43xx-fwcutter-006-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool to extract firmware for Broadcom 43xx network chip
Name:		bcm43xx-fwcutter
Version:	006
Release:	12
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://bcm43xx.berlios.de/
Source0:	%{name}-%{version}.tar.bz2
Patch1:		bcm43xx-fwcutter-006-install_perms.patch

%description
Fwcutter allows you to extract the firmware required for Broadcom 43xx chips
out of the .sys files commonly available with the card or on the internet.

Once extracted, place all .fw files into /lib/firmware.

This variant of the tool is for the bcm43xx variant of the driver. For the
b43 variant of the driver, use the package b43-fwcutter.

%files
%doc README README.urpmi
%{_bindir}/bcm43xx-fwcutter
%{_mandir}/man1/bcm43xx-fwcutter.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p0
perl -pi -e 's|man/man1|share/man/man1|g' Makefile

%build
%setup_compile_flags
%make

%install
make install PREFIX=%{buildroot}%{_prefix}

cat > README.urpmi <<EOF
You need to extract the firmware from the .sys file provided by your vendor.
i.e bcm43xx-fwcutter -w /lib/firmware/ bcmwl5.sys
EOF


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 006-12
- (6fb1273) Build with system optflags
- (6fb1273) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22368 |14mu|bijiben-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		bijiben
Version:	3.16.2
Release:	1
Summary:	Simple Note Viewer
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gio-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.5.19
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(zeitgeist-1.0)
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(tracker-sparql-1.0)
BuildRequires:	pkgconfig(goa-1.0)
BuildRequires:	pkgconfig(libecal-1.2)
BuildRequires:	pkgconfig(libedataserver-1.2)
BuildRequires:	pkgconfig(libedataserverui-1.2)
BuildRequires:	itstool
BuildRequires:	libxml2-utils

%description
Simple note editor which emphasis on visuals : quickly write
notes, quickly find it back.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-schemas-compile \
	--disable-static
%make

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name "*.la" -delete
find %{buildroot} -name "*.a" -delete

rm -f %{buildroot}/usr/doc/%{name}/*

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc NEWS AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.bijiben.gschema.xml
%{_datadir}/gnome-shell/search-providers/bijiben-search-provider.ini
%{_iconsdir}/*/*/*/*
%{_datadir}/%{name}
%{_libexecdir}/%{name}-shell-search-provider
%{_datadir}/dbus-1/services/org.gnome.Bijiben.SearchProvider.service
%{_datadir}/appdata/bijiben.appdata.xml
%{_datadir}/mime/*

%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (e443fb4) pack icons



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22369 |14mu|bind-9.10.8.P1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags -Wformat

%define base_version 9.10.8
%define plevel P1

# default options
%bcond_without sdb_ldap
%bcond_without sdb_mysql
%bcond_without gssapi

Summary:	A DNS (Domain Name System) server
Name:		bind
Epoch:		1
Version:	%{base_version}%{?plevel:.%plevel}
Release:	1
License:	Distributable
Group:		System/Servers
Url:		http://www.isc.org/products/BIND/
Source0:	ftp://ftp.isc.org/isc/%{name}9/%{base_version}-%{plevel}/%{name}-%{base_version}%{?plevel:-%plevel}.tar.gz
Source1:	ftp://ftp.isc.org/isc/%{name}9/%{base_version}-%{plevel}/%{name}-%{base_version}%{?plevel:-%plevel}.tar.gz.sha512.asc
Source2:	bind-manpages.tar.bz2
Source3:	bind-dhcp-dynamic-dns-examples.tar.bz2
Source4:	bind-named.service
Source5:	bind-named-chroot-setup.service
Source6:	bind-named.sysconfig
Source7:	bind-keygen.c
Source8:	bind-named-chroot-setup.sysconfig
Source10:	named-chroot.sh
Source11:	ftp://ftp.internic.net/domain/named.cache
# (oe) http://mysql-bind.sourceforge.net/
Source12:	mysql-bind-0.1.tar.bz2
# (oe) http://bind9-ldap.bayour.com/bind-sdb-ldap-1.0.tar.gz
Source13:	bind-sdb-ldap-1.0.tar.bz2
# (oe) http://www.blue-giraffe.com/zone2ldap/zone2ldap-0.4.tar.gz
Source14:	zone2ldap-0.4.tar.bz2
# (oe) http://www.venaas.no/dns/ldap2zone/
Source15:	ldap2zone.tar.bz2
# caching-nameserver files (S100-S112)
Source100:	bogon_acl.conf
Source101:	hosts
Source102:	localdomain.zone
Source103:	localhost.zone
Source104:	logging.conf
Source105:	named.broadcast
Source106:	named.conf
Source107:	named.ip6.local
Source108:	named.local
Source109:	named.zero
Source111:	rndc.key
Source112:	trusted_networks_acl.conf
Source113:	named.iscdlv.key
Patch1:		bind-queryperf_fix.diff
Patch2:		bind-9.7.3-link.patch
Patch3:		bind-9.10.8-P1-build-error.patch
Patch100:	bind-9.8.1-sdb_ldap.diff
Patch101:	bind-9.3.1-zone2ldap_fixes.diff
Patch103:	zone2ldap-0.4-ldapv3.patch
Patch200:	bind-9.2.0rc3-varrun.patch
Patch205:	bind-9.3.2-prctl_set_dumpable.patch

BuildRequires:	bind-devel
BuildRequires:	openssl-devel
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	file
%if %{with sdb_mysql}
BuildRequires:	mysql-devel
%endif
%if %{with sdb_ldap}
BuildRequires:	openldap-devel
%endif
BuildRequires:	libidn-devel
BuildRequires:	postgresql-devel
BuildRequires:	mysql-devel
BuildRequires:	libcap-devel >= 2.10
%if %{with gssapi}
BuildRequires:	krb5-devel
%endif
BuildRequires:	libxml2-devel
BuildRequires:	GeoIP-devel
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl
BuildRequires:	json-c-devel

Requires(pre):	rpm-helper
Requires(postun):	rpm-helper
Requires:	bind-utils >= %{version}-%{release}
# takes care of MDV Bug #: 62829
Requires:	openssl-engines

%description
BIND (Berkeley Internet Name Domain) is an implementation of the DNS
(domain Name System) protocols. BIND includes a DNS server (named), 
which resolves host names to IP addresses, and a resolver library 
(routines for applications to use when interfacing with DNS).

%files
%doc CHANGES README COPYRIGHT README.urpmi
%if %{with sdb_ldap}
%doc contrib/sdb/ldap/README.ldap contrib/sdb/ldap/INSTALL.ldap
%endif
%if %{with sdb_mysql}
%doc contrib/sdb/mysql/ChangeLog.mysql contrib/sdb/mysql/README.mysql
%endif
%config(noreplace) %{_sysconfdir}/sysconfig/named
%config(noreplace) %{_sysconfdir}/sysconfig/named-chroot-setup
%{_unitdir}/named.service
%{_unitdir}/named-chroot-setup.service
%{_bindir}/arpaname
%{_bindir}/named-rrchecker
%{_sbindir}/ddns-confgen
%{_sbindir}/dns-keygen
%{_sbindir}/dnssec-dsfromkey
%{_sbindir}/dnssec-checkds
%{_sbindir}/dnssec-coverage
%{_sbindir}/dnssec-importkey
%{_sbindir}/dnssec-verify
%{_sbindir}/dnssec-keyfromlabel
%{_sbindir}/dnssec-keygen
%{_sbindir}/dnssec-revoke
%{_sbindir}/dnssec-settime
%{_sbindir}/dnssec-signzone
%{_sbindir}/genrandom
%{_sbindir}/isc-hmac-fixup
%{_sbindir}/lwresd
%{_sbindir}/named
%{_sbindir}/named-checkconf
%{_sbindir}/named-checkzone
%{_sbindir}/named-compilezone
%{_sbindir}/named-journalprint
%{_sbindir}/nsec3hash
%{_sbindir}/rndc
%{_sbindir}/rndc-confgen
%{_sbindir}/tsig-keygen
%{_sbindir}/named-chroot.sh
%{_mandir}/man1/arpaname.1.*
%{_mandir}/man1/named-rrchecker.1.*
%{_mandir}/man5/named.conf.5*
%{_mandir}/man5/rndc.conf.5*
%{_mandir}/man8/ddns-confgen.8.*
%{_mandir}/man8/dnssec-*.8*
%{_mandir}/man8/genrandom.8.*
%{_mandir}/man8/isc-hmac-fixup.8.*
%{_mandir}/man8/lwresd.8*
%{_mandir}/man8/named-*.8*
%{_mandir}/man8/named.8*
%{_mandir}/man8/nsec3hash.8.*
%{_mandir}/man8/rndc.8*
%{_mandir}/man8/rndc-confgen.8*
%{_mandir}/man8/tsig-keygen.8.*
# the chroot
%dir /var/lib/named
%dir /var/lib/named/dev
%dir /var/lib/named/etc
%dir /var/lib/named/etc/samba
%dir /var/lib/named/etc/ld.so.conf.d
%dir /var/lib/named/var
%attr(775,named,root) %dir /var/lib/named/var/named
%dir /var/lib/named/var/lib
%dir /var/lib/named/var/lib/samba
%attr(-,named,named) %dir /var/lib/named/var/lib/samba/private
%attr(-,named,named) %dir /var/lib/named/var/lib/samba/private/dns
%attr(-,named,named) %dir /var/lib/named/var/lib/samba/private/sam.ldb.d
%dir /var/lib/named/lib
%dir /var/lib/named/lib64
%dir /var/lib/named/usr
%dir /var/lib/named/usr/lib
%dir /var/lib/named/usr/lib/ldb
%dir /var/lib/named/usr/lib/sasl2
%dir /var/lib/named/usr/lib/samba
%dir /var/lib/named/usr/lib/openssl-1.0.1m
%dir /var/lib/named/usr/lib/openssl-1.0.1m/engines
%dir /var/lib/named/usr/lib64
%dir /var/lib/named/usr/lib64/ldb
%dir /var/lib/named/usr/lib64/sasl2
%dir /var/lib/named/usr/lib64/samba
%dir /var/lib/named/usr/lib64/openssl-1.0.1m
%dir /var/lib/named/usr/lib64/openssl-1.0.1m/engines
%attr(-,named,named) %dir /var/lib/named/var/log
%attr(-,named,named) %dir /var/lib/named/var/run
%attr(-,named,named) %dir /var/lib/named/var/tmp
%attr(-,named,named) %dir /var/lib/named/var/named/master
%attr(-,named,named) %dir /var/lib/named/var/named/slaves
%attr(-,named,named) %dir /var/lib/named/var/named/reverse
%attr(-,named,named) %dir /var/lib/named/var/named/dynamic
%attr(-,named,named) %dir /var/lib/named/var/named/data
%config(noreplace) /var/lib/named/etc/named.conf
%attr(-,root,named) %config(noreplace) /var/lib/named/etc/bind.keys
%attr(-,root,named) %config(noreplace) /var/lib/named/etc/rndc.key
%attr(-,root,named) %config(noreplace) /var/lib/named/etc/named.iscdlv.key
%attr(-,named,named) /var/lib/named/var/named/dynamic/managed-keys.bind
%{_sysconfdir}/bind.keys
%{_sysconfdir}/named.conf
%{_sysconfdir}/rndc.key
%{_sysconfdir}/named.iscdlv.key
%config(noreplace) /var/lib/named/etc/bogon_acl.conf
%config(noreplace) /var/lib/named/etc/logging.conf
%config(noreplace) /var/lib/named/etc/trusted_networks_acl.conf
%config(noreplace) /var/lib/named/etc/hosts
%config(noreplace) /var/lib/named/var/named/master/localdomain.zone
%config(noreplace) /var/lib/named/var/named/master/localhost.zone
%config(noreplace) /var/lib/named/var/named/reverse/named.broadcast
%config(noreplace) /var/lib/named/var/named/reverse/named.ip6.local
%config(noreplace) /var/lib/named/var/named/reverse/named.local
%config(noreplace) /var/lib/named/var/named/reverse/named.zero
%config(noreplace) /var/lib/named/var/named/named.ca

#----------------------------------------------------------------------

%package utils
Summary:	Utilities for querying DNS name servers
Group:		Networking/Other

%description utils
Bind-utils contains a collection of utilities for querying DNS (Domain
Name Service) name servers to find out information about Internet hosts.
These tools will provide you with the IP addresses for given host names,
as well as other information about registered domains and network 
addresses.

%files utils
%doc README COPYRIGHT  
%{_bindir}/bind9-config
%{_bindir}/delv
%{_bindir}/dig
%{_bindir}/host
%{_bindir}/nslookup
%{_bindir}/nsupdate
%{_mandir}/man1/delv.1.*
%{_mandir}/man1/bind9-config.1.*
%{_mandir}/man1/host.1*
%{_mandir}/man1/dig.1*
%{_mandir}/man1/nslookup.1*
%{_mandir}/man1/nsupdate.1*
%if %{with sdb_ldap}
%doc zone2ldap/zone2ldap.README ldap2zone/README.ldap2zone ldap2zone/dnszone-schema.txt
%{_bindir}/zonetoldap
%{_bindir}/ldap2zone
%{_mandir}/man1/zonetoldap.1*
%endif
%if %{with sdb_mysql}
%doc contrib/sdb/mysql/ChangeLog.mysql contrib/sdb/mysql/README.mysql
%{_bindir}/zonetodb
%endif
%{_mandir}/man5/resolver.5*
%{_mandir}/man5/resolv.5*

#----------------------------------------------------------------------

%package devel
Summary:	Include files and libraries needed for bind DNS development
Group:		Development/C

%description devel
The bind-devel package contains all the include files and the
library required for DNS (Domain Name Service) development for
BIND versions 9.x.x.

%files devel
%doc CHANGES README
%{_bindir}/isc-config.sh
%{_includedir}/*
%{_libdir}/*.a
%{_mandir}/man1/isc-config.sh.1*
%{_mandir}/man3/lwres*.3*
%{py_puresitedir}/isc-1.0-py2.7.egg-info
%{py_puresitedir}/isc/*.py

#----------------------------------------------------------------------

%package doc
Summary:	Documentation for BIND
Group:		Books/Other

%description doc
The bind-devel package contains the documentation for BIND.

%files doc
%doc doc/html doc/misc/
%doc doc/dhcp-dynamic-dns-examples doc/chroot doc/trustix

#----------------------------------------------------------------------

%prep
%setup -qn %{name}-%{base_version}%{?plevel:-%plevel} -a2 -a3 -a12 -a13 -a14 -a15

mkdir -p m4

%patch1 -p1 -b .queryperf_fix.droplet
%patch2 -p0 -b .link
%patch3 -p1 -b .mysql

%if %{with sdb_ldap}
cp bind-sdb-ldap-*/ldapdb.c bin/named/
cp bind-sdb-ldap-*/ldapdb.h bin/named/include/
%patch100 -p1 -b .ldap_sdb.droplet
%patch101 -p0 -b .zone2ldap_fixes.droplet
%patch103 -p0 -b .ldapv3.droplet
%endif

%if %{with sdb_mysql}
mv mysql-bind-0.1 contrib/sdb/mysql
cp contrib/sdb/mysql/mysqldb.c bin/named
cp contrib/sdb/mysql/mysqldb.h bin/named/include
%endif

%patch200 -p0 -b .varrun.droplet
%patch205 -p0 -b .prctl_set_dumpable.droplet

cp %{SOURCE4} named.service
cp %{SOURCE5} named-chroot-setup.service
# fix https://qa.mandriva.com/show_bug.cgi?id=62829
# so..., libgost.so needs to be in the chroot (ugly..., and will break backporting, well...)
OPENSSL_ENGINESDIR=`grep '^#define ENGINESDIR' %{multiarch_includedir}/openssl/opensslconf.h | cut -d\" -f2 | sed -e 's/^\///'`

cp %{SOURCE6} named.sysconfig
cp %{SOURCE8} named-chroot-setup.sysconfig
cp %{SOURCE7} keygen.c
cp %{SOURCE11} named.cache

mkdir -p caching-nameserver
cp %{SOURCE100} caching-nameserver/bogon_acl.conf
cp %{SOURCE101} caching-nameserver/hosts
cp %{SOURCE102} caching-nameserver/localdomain.zone
cp %{SOURCE103} caching-nameserver/localhost.zone
cp %{SOURCE104} caching-nameserver/logging.conf
cp %{SOURCE105} caching-nameserver/named.broadcast
cp %{SOURCE106} caching-nameserver/named.conf
cp %{SOURCE107} caching-nameserver/named.ip6.local
cp %{SOURCE108} caching-nameserver/named.local
cp %{SOURCE109} caching-nameserver/named.zero
cp %{SOURCE111} caching-nameserver/rndc.key
cp %{SOURCE112} caching-nameserver/trusted_networks_acl.conf
cp %{SOURCE113} caching-nameserver/named.iscdlv.key

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'


%build
%serverbuild
# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`

export CPPFLAGS="$CPPFLAGS -DDIG_SIGCHASE"
export STD_CDEFINES="$CPPFLAGS"

libtoolize -c -f; aclocal -I libtool.m4 --force; autoconf -f

autoconf

%configure \
	--localstatedir=/var \
	--disable-openssl-version-check \
	--enable-threads \
	--enable-largefile \
	--enable-ipv6 \
	--enable-filter-aaaa \
	--enable-epoll \
	--with-openssl=%{_prefix} \
%if %{with gssapi}
	--with-gssapi=%{_prefix} --disable-isc-spnego \
%endif
	--with-randomdev=/dev/urandom \
	--with-libxml2=yes \
	--with-dlz-postgres=yes \
	--with-dlz-mysql=yes \
	--with-dlz-bdb=no \
	--with-dlz-filesystem=yes \
	--with-dlz-ldap=yes \
	--with-dlz-odbc=no \
	--with-dlz-stub=yes \
	--with-geoip

# pkcs11 support requires a working backend, otherwise bind won't start
# http://blogs.sun.com/janp/
# http://sourceforge.net/projects/opencryptoki
#--with-pkcs11 \

make

%if %{with sdb_ldap}
pushd zone2ldap
# fix references to zone2ldap
perl -pi -e "s|zone2ldap|zonetoldap|g" *
	gcc $CFLAGS -I../lib/dns/include -I../lib/dns/sec/dst/include \
	-I../lib/isc/include -I../lib/isc/unix/include -I../lib/isc/pthreads/include -c zone2ldap.c
	gcc $CFLAGS $LDFLAGS -o zone2ldap zone2ldap.o ../lib/dns/libdns.a -lcrypto -lpthread \
	../lib/isc/libisc.a -lldap -llber -lresolv %{?gssapi:`krb5-config --libs gssapi`} -lxml2 -lGeoIP -lkrb5 -lgssapi_krb5 -ljson-c
popd

pushd ldap2zone
	gcc $CFLAGS -I../lib/dns/include -I../lib/dns/sec/dst/include \
	-I../lib/isc/include -I../lib/isc/unix/include -I../lib/isc/pthreads/include -c ldap2zone.c
	gcc $CFLAGS $LDFLAGS -o ldap2zone ldap2zone.o ../lib/dns/libdns.a -lcrypto -lpthread \
	../lib/isc/libisc.a -lldap -llber -lresolv %{?_with_gssapi:`krb5-config --libs gssapi`} -lxml2 -lGeoIP -lkrb5 -lgssapi_krb5 -ljson-c
popd
%endif

%if %{with sdb_mysql}
pushd contrib/sdb/mysql
gcc $CFLAGS -I%{_includedir}/mysql -I../../../lib/dns/include -I../../../lib/dns/sec/dst/include \
	-I../../../lib/isc/include -I../../../lib/isc/unix/include -I../../../lib/isc/pthreads/include \
	-lkrb5 -lgssapi_krb -c zonetodb.c
gcc $CFLAGS $LDFLAGS -o zonetodb zonetodb.o \
	../../../lib/dns/libdns.a -lcrypto -lpthread ../../../lib/isc/libisc.a \
	-lmysqlclient -lresolv %{?_with_gssapi:`krb5-config --libs gssapi`} -lxml2 -lGeoIP -lkrb5 -lgssapi_krb5 -ljson-c
popd
%endif

gcc $CFLAGS -o dns-keygen keygen.c

#%%check
## run the test suite
#make check

%install
pushd doc
	rm -rf html
popd

# make some directories
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}/var/run/named 

%makeinstall_std

ln -snf named %{buildroot}%{_sbindir}/lwresd

mkdir -p %{buildroot}%{_unitdir}
install -m0644 named.service	%{buildroot}%{_unitdir}/
install -m0644 named-chroot-setup.service %{buildroot}%{_unitdir}/
install -m0644 named.sysconfig	%{buildroot}%{_sysconfdir}/sysconfig/named
install -m0644 named-chroot-setup.sysconfig	%{buildroot}%{_sysconfdir}/sysconfig/named-chroot-setup
install -m0755 %{SOURCE10}	%{buildroot}%{_sbindir}

%if %{with sdb_ldap}
install -m0755 zone2ldap/zone2ldap %{buildroot}%{_bindir}/zonetoldap
install -m0644 zone2ldap/zone2ldap.1 %{buildroot}%{_mandir}/man1/zonetoldap.1
install -m0755 ldap2zone/ldap2zone %{buildroot}%{_bindir}/ldap2zone
%endif

%if %{with sdb_mysql}
install -m0755 contrib/sdb/mysql/zonetodb %{buildroot}%{_bindir}/zonetodb
cp contrib/sdb/mysql/ChangeLog contrib/sdb/mysql/ChangeLog.mysql
cp contrib/sdb/mysql/README contrib/sdb/mysql/README.mysql
%endif

install -m0755 dns-keygen %{buildroot}%{_sbindir}/dns-keygen

# install the non-threaded host command
# fixes #16855
#install -m0755 usr/bin/host %{buildroot}%{_bindir}/

# make the chroot
install -d %{buildroot}/var/lib/named/{dev,etc,usr,lib,lib64}
install -d %{buildroot}/var/lib/named/etc/{samba,ld.so.conf.d}
install -d %{buildroot}/var/lib/named/var/{lib,log,run,tmp}
install -d %{buildroot}/var/lib/named/var/lib/samba/private/{dns,sam.ldb.d}
install -d %{buildroot}/var/lib/named/var/named/{master,slaves,reverse,dynamic,data}
install -d %{buildroot}/var/lib/named/usr/{lib,lib64}/{samba,openssl-1.0.1m,sasl2,ldb}
install -d %{buildroot}/var/lib/named/usr/{lib,lib64}/openssl-1.0.1m/engines

install -m 644 \
	caching-nameserver/named.conf \
	caching-nameserver/logging.conf \
	caching-nameserver/trusted_networks_acl.conf \
	caching-nameserver/hosts \
	caching-nameserver/bogon_acl.conf \
	%{buildroot}/var/lib/named/etc
install -m 640 \
	caching-nameserver/rndc.key \
	caching-nameserver/named.iscdlv.key \
	%{buildroot}/var/lib/named/etc
install -m 644 \
	caching-nameserver/localdomain.zone \
	caching-nameserver/localhost.zone \
	%{buildroot}/var/lib/named/var/named/master
install -m 644 \
	caching-nameserver/named.broadcast  \
	caching-nameserver/named.ip6.local \
	caching-nameserver/named.local \
	caching-nameserver/named.zero \
	%{buildroot}/var/lib/named/var/named/reverse

# fix some compat symlinks
ln -s /var/lib/named/etc/named.conf %{buildroot}%{_sysconfdir}/named.conf
ln -s /var/lib/named/etc/rndc.key %{buildroot}%{_sysconfdir}/rndc.key
ln -s /var/lib/named/etc/named.iscdlv.key %{buildroot}%{_sysconfdir}/named.iscdlv.key
mv %{buildroot}%{_sysconfdir}/bind.keys %{buildroot}/var/lib/named/etc/
ln -s /var/lib/named/etc/bind.keys %{buildroot}%{_sysconfdir}/bind.keys

echo "; Use \"dig @A.ROOT-SERVERS.NET . ns\" to update this file if it's outdated." > named.cache.tmp
cat named.cache >> named.cache.tmp
install -m0644 named.cache.tmp %{buildroot}/var/lib/named/var/named/named.ca

# fix man pages
install -m0644 man5/resolver.5 %{buildroot}%{_mandir}/man5/
ln -s resolver.5 %{buildroot}%{_mandir}/man5/resolv.5

# the following 3 lines is needed to make it short-circuit compliant.
pushd doc
	rm -rf html
popd

install -d doc/html
cp -f `find . -type f |grep html |sed -e 's#\/%{name}-%{version}##'|grep -v contrib` doc/html 

cat > README.urpmi << EOF
Please be aware that since release 9.10.2 Bind is under systemd control.

You can check service boot time behavour with the following command:

	systemctl is-enabled named.service

and adjust it with:

	systemctl enable/disable named.service

There is a companion service 'named-chroot-setup.service'. It can be used to
populate chroot environment with certain files and directories in pretty simple
and convinient way. See /etc/sysconfig/named-chroot-setup file for details.

If you have suggestions or problems with Bind and systemd please report
to http://bugs.rosalinux.ru
EOF

# this is just sick...
touch %{buildroot}/var/lib/named/var/named/dynamic/managed-keys.bind

%pre
%_pre_useradd named /var/lib/named /bin/false

# adjust home dir location if needed 
if [ "`getent passwd named | awk -F: '{print $6}'`" == "/var/named" ]; then
    usermod -d /var/lib/named named
fi

# check if bind is chrooted and try to restore it
if [ -x %{_sbindir}/bind-chroot.sh ]; then
    ROOTDIR="/var/lib/named-chroot"
    [ -f /etc/sysconfig/named ] && . /etc/sysconfig/named
    if [ -d $ROOTDIR -a ! -d /var/lib/named ]; then
	echo "old chroot found at $ROOTDIR, copying to /var/lib/named"
        cp -rp $ROOTDIR /var/lib/named
	chown -R named:named /var/lib/named
    fi
    if grep -q "$ROOTDIR" /etc/sysconfig/syslog; then
	if [ -f /var/lock/subsys/named ]; then
	    service named stop > /dev/null 2>/dev/null || :
	fi
	%{_sbindir}/bind-chroot.sh --unchroot > /dev/null 2>/dev/null || :
    fi
    if [ -f /var/lock/subsys/syslog ]; then
	service syslog restart  > /dev/null 2>/dev/null || :
    fi
fi

DATE=`date +%%Y%%m%%d%%j%%S`
for f in named.conf rndc.conf rndc.key; do
    # move away files to prepare for softlinks
    if [ -f /etc/$f -a ! -h /etc/$f ]; then mv -vf /etc/$f /etc/$f.$DATE; fi
    if [ -f /etc/$f -a ! -h /etc/$f ]; then mv -vf /etc/$f /etc/$f.$DATE; fi
    if [ -f /etc/$f -a ! -h /etc/$f ]; then mv -vf /etc/$f /etc/$f.$DATE; fi
done

%triggerin -- %{name} < 1:9.10.2-1
if [ $1 -eq 2 ] ; then
        # Package upgrade, only for SysVinit - systemd transition phase
        systemctl enable named >/dev/null 2>&1 || :
fi

%post
if grep -q "_MY_KEY_" /var/lib/named/etc/rndc.key; then
    MYKEY="`%{_sbindir}/dns-keygen`"
    perl -pi -e "s|_MY_KEY_|$MYKEY|g" /var/lib/named/etc/rndc.key
fi

%systemd_post named

%preun
%systemd_preun named

%postun
%systemd_postun named
%_postun_userdel named

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22370 |14mu|blender-2.76b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# String format build errors are mostly avoided by gcc stupidity
# Only few are usually fixed by patches, it makes no sense.
# So disable check at all.
%define Werror_cflags %{nil}

%bcond_without cycles

Summary:	A fully functional 3D modeling/rendering/animation package
Name:		blender
Version:	2.76b
Release:	3
License:	GPLv2+
Group:		Graphics
Url:		http://www.blender.org/
Source0:	http://download.blender.org/source/%{name}-%{version}.tar.gz
Source100:	blender.rpmlintrc
Patch0:		blender-2.71-sse2.patch
Patch1:		blender-2.60-error-when-missing-sse.patch
Patch2:		blender-2.58-static-lib.patch
Patch3:		blender-2.65-openjpeg_stdbool.patch
Patch4:		blender-2.67-jack-libname.patch
# Cycles build fails with undefined reference error as libs are build as shared
Patch5:		blender-2.76-cycles-static.patch
# Patch submitted upstream - Blender Patches item #19234,
Patch6:		blender-2.67-uninit-var.patch
# From system clew package
Patch7:		blender-2.76b-clew-opencl.so.1.patch

BuildRequires:	cmake >= 2.8
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	gomp-devel
BuildRequires:	jemalloc-devel
BuildRequires:	jpeg-devel
BuildRequires:	openjpeg-devel
BuildRequires:	opensubdiv-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
%if %{with cycles}
BuildRequires:	OpenImageIO-devel
BuildRequires:	OpenColorIO-devel
%endif
Requires:	python3 >= 3.3

%description
Blender is the in-house software of a high quality animation studio.
It has proven to be an extremely fast and versatile design instrument.
The software has a personal touch, offering a unique approach to the
world of three dimensions. Blender can be used to create TV
commercials, to make technical visualizations or business graphics, to
do some morphing, or to design user interfaces. Developers can easily
build and manage complex environments. The renderer is versatile and
extremely fast. All basic animation principles (curves and keys) are
implemented.

%files
%doc release/text/*
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.*

%post
if [ -x %{_gconftool_bin} ]; then
   %{_gconftool_bin} --direct --config-source xml:readwrite:%{_sysconfdir}/gconf/gconf.xml.defaults --type boolean --set /desktop/gnome/thumbnailers/application@x-blender/enable true
   %{_gconftool_bin} --direct --config-source xml:readwrite:%{_sysconfdir}/gconf/gconf.xml.defaults --type string --set /desktop/gnome/thumbnailers/application@x-blender/command "blender-thumbnailer.py %u %o"
fi

%preun
if [ "$1" = "0" -a -x %{_gconftool_bin} ]; then
   %{_gconftool_bin} --direct --config-source xml:readwrite:%{_sysconfdir}/gconf/gconf.xml.defaults --unset /desktop/gnome/thumbnailers/application@x-blender/enable
   %{_gconftool_bin} --direct --config-source xml:readwrite:%{_sysconfdir}/gconf/gconf.xml.defaults --unset /desktop/gnome/thumbnailers/application@x-blender/command
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .sse2~
%patch1 -p0 -b .sse~
%patch2 -p0 -b .static~
%patch3 -p1 -b .openjpeg~
%patch4 -p0 -b .jack~
%patch5 -p1 -b .cycles-static~
%patch6 -p1
%patch7 -p1 -b .opencl~

%build
%ifarch %{ix86}
# build non-sse flavour
%cmake \
	-DWITH_INSTALL_PORTABLE:BOOL=OFF \
	-DWITH_GAMEENGINE:BOOL=ON \
	-DWITH_PLAYER:BOOL=ON \
	-DWITH_PYTHON:BOOL=ON \
	-DPYTHON_VERSION:STRING=%{py3_ver} \
	-DWITH_PYTHON_INSTALL:BOOL=OFF \
	-DWITH_BUILTIN_GLEW:BOOL=OFF \
	-DWITH_CODEC_FFMPEG:BOOL=ON \
	-DWITH_CODEC_SNDFILE:BOOL=ON \
	-DWITH_FFTW3:BOOL=ON \
	-DWITH_MOD_OCEANSIM:BOOL=ON \
	-DWITH_IMAGE_REDCODE:BOOL=ON \
	-DWITH_OPENSUBDIV:BOOL=ON \
	-DWITH_SYSTEM_OPENJPEG:BOOL=ON \
	-DOPENJPEG_ROOT_DIR=%{_includedir}/openjpeg-1.5 \
%if %{with cycles}
	-DWITH_CYCLES:BOOL=ON \
	-DWITH_OPENCOLORIO:BOOL=ON \
%else
	-DWITH_CYCLES:BOOL=OFF \
%endif
%ifarch %{ix86}
	-DSUPPORT_SSE2_BUILD=OFF \
	-DSUPPORT_SSE_BUILD=OFF \
%endif
	-DWITH_RAYOPTIMIZATION:BOOL=OFF
%make
cd ..
mv build non-sse
%endif

#build sse flavour
%cmake \
	-DWITH_INSTALL_PORTABLE:BOOL=OFF \
	-DWITH_GAMEENGINE:BOOL=ON \
	-DWITH_PLAYER:BOOL=ON \
	-DWITH_PYTHON:BOOL=ON \
	-DPYTHON_VERSION:STRING=%{py3_ver} \
	-DWITH_PYTHON_INSTALL:BOOL=OFF \
	-DWITH_BUILTIN_GLEW:BOOL=OFF \
	-DWITH_CODEC_FFMPEG:BOOL=ON \
	-DWITH_CODEC_SNDFILE:BOOL=ON \
	-DWITH_FFTW3:BOOL=ON \
	-DWITH_MOD_OCEANSIM:BOOL=ON \
	-DWITH_IMAGE_REDCODE:BOOL=ON \
	-DWITH_OPENSUBDIV:BOOL=ON \
	-DWITH_SYSTEM_OPENJPEG:BOOL=ON \
	-DOPENJPEG_ROOT_DIR=%{_includedir}/openjpeg-1.5 \
%if %{with cycles}
	-DWITH_CYCLES:BOOL=ON \
	-DWITH_OPENCOLORIO:BOOL=ON \
%else
	-DWITH_CYCLES:BOOL=OFF \
%endif
%ifarch %{ix86}
	-DSUPPORT_SSE2_BUILD=OFF \
%endif
	-DWITH_RAYOPTIMIZATION:BOOL=ON
%make

%install
#install sse flavour
pushd build
%makeinstall_std
popd

# Install hicolor icons.
for i in 16x16 22x22 32x32 48x48 256x256 ; do
  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}/apps
  install -pm 0644 release/freedesktop/icons/${i}/apps/%{name}.png \
    %{buildroot}%{_datadir}/icons/hicolor/${i}/apps/%{name}.png
done

mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
install -pm 0644 release/freedesktop/icons/scalable/apps/%{name}.svg \
    %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

%ifarch %{ix86}
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}.sse

#install non-sse flavour
rm -fr build
mv non-sse build
pushd build
%makeinstall_std
popd
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}.nonsse

# install wrapper
cat >> %{buildroot}%{_bindir}/blender <<EOF
if [ -e /proc/cpuinfo ]; then
	SSE="\`cat /proc/cpuinfo | grep flags | grep sse\`"
fi

if [ "x\$SSE" == x ]; then
	%{_bindir}/%{name}.nonsse "\$@"
else
	%{_bindir}/%{name}.sse "\$@"
fi
EOF
chmod 0755 %{buildroot}%{_bindir}/blender
%endif

sed -i -e 's,#!/usr/bin/python,#!/usr/bin/python3,' %{buildroot}%{_bindir}/blender-thumbnailer.py %{buildroot}%{_datadir}/%{name}/*/scripts/modules/blend_render_info.py


%changelog

* Mon Feb 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.76b-3
- (3f35a3f) Enable OpenSubdiv support via cmake option
- (Andrey Bondrov: f342ad5) Build with OpenSubdiv support
- (Andrey Bondrov: 859dd27) Add patch to fix libOpenCL.so.1 dlopen in clew library

* Sat Feb 06 2016 Denis Silakov <dsilakov@gmail.com> 2.76b-2
- (25ed73f) Rebuild with new OpenImageIO

* Mon Feb 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.76b-1
- (5515bd3) New version 2.76b

* Mon Feb 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.76-2
- (7b0e1f7) Add patch to fix dynamic loading of libjack

* Wed Oct 14 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.76-1
- (89f17e8) New version 2.76
- (89f17e8) Update build options
- (89f17e8) Add jemalloc-devel to BuildRequires

* Wed Apr 01 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.74-1
- (bdfea75) New version 2.74

* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.73-2
- (94bd17a) Bump release

* Fri Jan 09 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.73-1
- (4a2011e) New version 2.73

* Thu Oct 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.72-1
- (7864506) New version 2.72
- (7864506) Make sure we don't build 32 bit version with SSE2 support because it's broken (build fails)

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.70a-5
- (2f5aad9) MassBuild#440: Increase release tag

* Thu Jun 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.70a-4
- (729e236) Add DPYTHON_VERSION
- (Andrey Bondrov: 7d1aa60) Bump release

* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.70a-3
- (b8f8dac) Bump release

* Wed Jun 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.70a-2
- (d0a1b72) New version 2.70a, try not to use localedir patch

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.69-3
- (f17fab5) MassBuild#430: Increase release tag

* Tue Dec 17 2013 Alexander Kazancev <kazancas@gmail.com> 2.69-2
- (3362474) Rebuild with libglew

* Sun Nov 17 2013 RA <oeai@symbiants.com> 2.69-1
- (74b94bb) v 69 blender.spec

* Sun Nov 17 2013 RA <oeai@symbiants.com> 2.68a-1
- (d255977) v 69
- (Andrey Bondrov: db6be4a) LOG Update BuildRequires
- (Andrey Bondrov: 073ddcd) LOG New version 2.68a

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.67-3
- (ab96cd1) LOG Rebuild with new ffmpeg

* Thu Aug 01 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.67-2
- (94da64d) LOG Rebuild with new ffmpeg

* Mon May 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 2.67-1
- (0608d3c) Added missing patch
- (Denis Silakov: 6440bb2) LOG Updated to 2.67

* Fri Mar 15 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.66a-1
- (4ef48a0) LOG New version 2.66a, merge cleanups with Cooker, re-diff some patches, disable string format security check as it's useless here

* Wed Feb 20 2013 root <root@localhost.localdomain> 2.65a-1
- (db90be3) update to 2.65a

* Sun Oct 07 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.64-3
- (d9fa16e) LOG Use better patch for system locales

* Sat Oct 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.64-2
- (87c0854) LOG Add patch to fix Cycles build, build with fftw3 support

* Fri Oct 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.64-1
- (8eafbd3) Drop old patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22371 |14mu|blinken-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simon Says Game
Name:		blinken
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/blinken/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
Blinken is the KDE version of the well-known game Simon Says.
Follow the pattern of sounds and lights as long as you can! Press the
start game button to begin. Watch the computer and copy the pattern it
makes. Complete the sequence in the right order to win.

%files
%doc AUTHORS
%{_kde_appsdir}/blinken
%{_kde_bindir}/blinken
%{_kde_iconsdir}/*/*/apps/blinken.*
%{_kde_applicationsdir}/blinken.desktop
%{_kde_datadir}/appdata/blinken.appdata.xml
%{_kde_datadir}/config.kcfg/blinken.kcfg
%{_kde_docdir}/HTML/*/blinken

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 5aa423b
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22372 |14mu|bluedevil-2.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The new bluetooth stack for KDE4
Name:		bluedevil
Version:	2.1.1
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/extragear/base/bluedevil
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
Source1:	ru.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(bluedevil)
Requires:	bluez >= 5.0
Requires:	kdebase4-runtime
Requires:	obexd
Provides:	bluepin = %{EVRD}
Obsoletes:	%{name}-devel < 2.0-0.rc1

%description
BlueDevil is the new bluetooth stack for KDE, it's composed of:
KCM, KDED, KIO, Library and some other small applications.

%files -f %{name}.lang
%{_kde_bindir}/bluedevil-*
%{_kde_libdir}/kde4/*
%{_kde_services}/*
%{_kde_applicationsdir}/bluedevil-*.desktop
%{_kde_appsdir}/bluedevil
%{_kde_appsdir}/bluedevilwizard
%{_kde_datadir}/mime/packages/bluedevil-mime.xml

#-----------------------------------------------------------------------------

%prep
%setup -q

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Seems to be useless
rm -f %{buildroot}%{_kde_applicationsdir}/bluedevil-monolithic.desktop

%find_lang %{name}


%changelog

* Thu Sep 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.1-2
- (b146c39) Drop bluedevil-monolithic, seems to be useless



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22373 |14mu|bluez-5.36-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Official Linux Bluetooth protocol stack
Name:		bluez
Version:	5.36
Release:	3
License:	GPLv2+
Group:		Communications
Url:		http://www.bluez.org/
Source0:	http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
Source6:	pand.conf
Source7:	dund.conf
Source8:	hidd.conf
Source9:	rfcomm.conf
Source10:	bluez-uinput.modules
# Revert this commit, it leads to huge delay on boot in Plasma 5
Patch0:		bluez-5.36-systemd-conditional.patch

## Ubuntu patches
Patch2:		0001-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch
# Non-upstream
Patch3:		0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch

Patch4:		0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
Patch5:		0002-autopair-Don-t-handle-the-iCade.patch
Patch7:		0004-agent-Assert-possible-infinite-loop.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	cups-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(udev) >= 186
Requires(pre):	rpm-helper
Suggests:	obex-data-server
Obsoletes:	bluez-alsa < 5.0
Obsoletes:	bluez-gstreamer < 5.0

%description
These are the official Bluetooth communication libraries for Linux.

%files
%{_bindir}/ciptool
%{_bindir}/bccmd
%{_bindir}/bluemoon
%{_bindir}/bluetoothctl
%{_bindir}/btmon
%{_bindir}/hciattach
%{_bindir}/hciconfig
%{_bindir}/hcidump
%{_bindir}/hcitool
%{_bindir}/hex2hcd
%{_bindir}/l2ping
%{_bindir}/mpris-proxy
%{_bindir}/rfcomm
%{_bindir}/sdptool
%{_libexecdir}/bluetooth/bluetoothd
%{_libexecdir}/bluetooth/obexd
%{_unitdir}/bluetooth.service
%{_unitdir}/dbus-org.bluez.service
%{_userunitdir}/obex.service
%{_mandir}/man1/ciptool.1.*
%{_mandir}/man1/hcitool.1.*
%{_mandir}/man1/rfcomm.1.*
%{_mandir}/man1/sdptool.1.*
%{_mandir}/man1/bccmd.1.*
%{_mandir}/man1/hciattach.1.*
%{_mandir}/man1/hciconfig.1.*
%{_mandir}/man1/hcidump.1.*
%{_mandir}/man1/l2ping.1.*
%{_mandir}/man1/rctest.1.*
%{_mandir}/man8/*
%config(noreplace) %{_sysconfdir}/sysconfig/*
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/*.conf
%config(noreplace) %{_sysconfdir}/bluetooth
%{_datadir}/dbus-1/system-services/org.bluez.service
%{_datadir}/dbus-1/services/org.bluez.obex.service
%{_localstatedir}/lib/bluetooth
%dir %{_libdir}/bluetooth
%dir %{_libdir}/bluetooth/plugins
%{_libdir}/bluetooth/plugins/sixaxis.so

%post
%_post_service bluetooth

%postun
%_preun_service bluetooth

#----------------------------------------------------------------------------

%package cups
Summary:	CUPS printer backend for Bluetooth printers
Group:		System/Servers
Requires:	cups

%description cups
This package contains the CUPS backend for Bluetooth printers.

%files cups
%{_prefix}/lib/cups/backend/bluetooth

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Official Linux Bluetooth protocol stack
Group:		System/Libraries

%description -n %{libname}
These are the official Bluetooth communication libraries for Linux.

%files -n %{libname}
/%{_lib}/libbluetooth.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use libraries from %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog README
%dir %{_includedir}/bluetooth
%{_includedir}/bluetooth/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/bluez.pc

#----------------------------------------------------------------------------

%package hid2hci
Summary:	Put HID proxying bluetooth HCI's into HCI mode
Group:		Communications
Requires(post):	udev

%description hid2hci
Most allinone PC's and bluetooth keyboard / mouse sets which include a
bluetooth dongle, ship with a so called HID proxying bluetooth HCI.
The HID proxying makes the keyboard / mouse show up as regular USB HID
devices (after connecting using the connect button on the device + keyboard),
which makes them work without requiring any manual configuration.

The bluez-hid2hci package contains the hid2hci utility and udev rules to
automatically switch supported Bluetooth devices into regular HCI mode.

Install this package if you want to use the bluetooth function of the HCI
with other bluetooth devices like for example a mobile phone.

Note that after installing this package you will first need to pair your
bluetooth keyboard and mouse with the bluetooth adapter before you can use
them again. Since you cannot use your bluetooth keyboard and mouse until
they are paired, this will require the use of a regular (wired) USB keyboard
and mouse.

%files hid2hci
/lib/udev/hid2hci
%{_mandir}/man1/hid2hci.1*
/lib/udev/rules.d/97-hid2hci.rules

%post hid2hci
%{_bindir}/udevadm trigger --subsystem-match=usb

#----------------------------------------------------------------------------

%package test
Summary:	Tools for testing of various Bluetooth-functions
Group:		System/Servers
Requires:	python-dbus
Requires:	python-gobject

%description test
Contains a few tools for testing various bluetooth functions. The
BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.

%files test
%{_bindir}/simple-agent
%{_bindir}/l2test
%{_bindir}/rctest
%{_bindir}/test-*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -R

%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch7 -p1

libtoolize -f -c
autoreconf -fi

%build
%configure2_5x \
	--enable-cups \
	--enable-sixaxis \
	--enable-udev \
	--enable-tools \
	--enable-library \
	--enable-usb \
	--enable-threads \
	--enable-monitor \
	--enable-obex \
	--enable-client \
	--enable-systemd \
	--with-systemdsystemunitdir=%{_unitdir} \
	--with-systemduserunitdir=%{_userunitdir} \
	--with-udevdir=/lib/udev \
	--enable-datafiles \
	--enable-experimental

%make

%install
%makeinstall_std rulesdir=%{_sysconfdir}/udev/rules.d udevdir=/lib/udev

mkdir -p %{buildroot}%{_sysconfdir}/bluetooth
echo "1234" > %{buildroot}%{_sysconfdir}/bluetooth/pin

chmod 600 %{buildroot}%{_sysconfdir}/bluetooth/pin

install -m644 %{SOURCE6} -D %{buildroot}%{_sysconfdir}/sysconfig/pand
install -m644 %{SOURCE7} -D %{buildroot}%{_sysconfdir}/sysconfig/dund
install -m644 %{SOURCE8} -D %{buildroot}%{_sysconfdir}/sysconfig/hidd
install -m644 %{SOURCE9} -D %{buildroot}%{_sysconfdir}/sysconfig/rfcomm

mkdir -p %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libbluetooth.so.%{major}* %{buildroot}/%{_lib}
ln -srf %{buildroot}/%{_lib}/libbluetooth.so.%{major}.*.* %{buildroot}%{_libdir}/libbluetooth.so

# Remove the cups backend from libdir, and install it in /usr/lib whatever the install
%if "%{_lib}" == "lib64"
install -d %{buildroot}%{_prefix}/lib
mv %{buildroot}%{_libdir}/cups %{buildroot}%{_prefix}/lib/cups
%endif

cp test/test-* %{buildroot}%{_bindir}
cp test/simple-agent %{buildroot}%{_bindir}/simple-agent

rm %{buildroot}%{_sysconfdir}/udev/rules.d/*.rules
install -p -m644 tools/hid2hci.rules -D %{buildroot}/lib/udev/rules.d/97-hid2hci.rules

#install more config files
install -m0644 profiles/network/network.conf %{buildroot}%{_sysconfdir}/bluetooth/
install -m0644 src/main.conf %{buildroot}%{_sysconfdir}/bluetooth/
install -m0644 profiles/input/input.conf %{buildroot}%{_sysconfdir}/bluetooth/
install -m0644 profiles/proximity/proximity.conf %{buildroot}%{_sysconfdir}/bluetooth/

install -d -m0755 %{buildroot}%{_localstatedir}/lib/bluetooth

ln -s bluetooth.service %{buildroot}%{_unitdir}/dbus-org.bluez.service

%changelog

* Thu Nov 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.36-3
- (ddc3044) Revert upstream commit to systemd service



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22374 |14mu|bluez-pin-0.30-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Bluetooth PIN GUI
Name:		bluez-pin
Version:	0.30
Release:	20
License:	GPLv2+
Group:		Communications
Url:		http://www.bluez.org/
Source0: 	ftp://gpe.handhelds.org/projects/gpe/source/%{name}-%{version}.tar.bz2
BuildRequires:	imagemagick
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
Provides:	bluepin = %{EVRD}

%description
A GTK+ helper app for entering a Bluetooth PIN.

%files
%doc ChangeLog
%{_bindir}/%{name}
%config %{_sysconfdir}/dbus*/*
%{_datadir}/pixmaps/*
%{_datadir}/%{name}

%post
update-alternatives --install /bin/bluepin bluepin /usr/bin/bluez-pin 10

%postun
[ $1 != 0 ] && exit 0
update-alternatives --remove bluepin /usr/bin/bluez-pin

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
make

%install
%makeinstall_std




%changelog
* Fri Dec 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.30-20
+ Revision: 08b90a2
- Provide bluepin



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22375 |14mu|bluez-qt-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 Bluetooth module
Name:		bluez-qt
Version:	5.24.0
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5QuickTest)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 Bluetooth module. It provides Qt wrapper for Bluez 5 DBus API.

%files
%{_udevrulesdir}/61-kde-bluetooth-rfkill.rules

#----------------------------------------------------------------------------

%define qmlkf5bluezqt %mklibname kf5bluezqt-qml

%package -n %{qmlkf5bluezqt}
Summary:	QML plugin for KDE Frameworks 5 Bluetooth module
Group:		System/Libraries
Provides:	kf5bluezqt-qml = %{EVRD}

%description -n %{qmlkf5bluezqt}
QML plugin for KDE Frameworks 5 Bluetooth module.

%files -n %{qmlkf5bluezqt}
%dir %{_kde5_qmldir}/org/kde/bluezqt/
%{_kde5_qmldir}/org/kde/bluezqt/*

#----------------------------------------------------------------------------

%define kf5bluezqt_major 6
%define libkf5bluezqt %mklibname kf5bluezqt %{kf5bluezqt_major}

%package -n %{libkf5bluezqt}
Summary:	KDE Frameworks 5 Bluetooth module shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{qmlkf5bluezqt}

%description -n %{libkf5bluezqt}
KDE Frameworks 5 Bluetooth module shared library.

%files -n %{libkf5bluezqt}
%{_kde5_libdir}/libKF5BluezQt.so.%{kf5bluezqt_major}
%{_kde5_libdir}/libKF5BluezQt.so.%{version}

#----------------------------------------------------------------------------

%define devkf5bluezqt %mklibname kf5bluezqt -d

%package -n %{devkf5bluezqt}
Summary:	Development files for KDE Frameworks 5 Bluetooth module
Group:		Development/KDE and Qt
Requires:	%{libkf5bluezqt} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5bluezqt-devel = %{version}

%description -n %{devkf5bluezqt}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5bluezqt}
%{_kde5_includedir}/KF5/BluezQt
%{_kde5_includedir}/KF5/bluezqt_version.h
%{_kde5_libdir}/cmake/KF5BluezQt
%{_kde5_libdir}/libKF5BluezQt.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (3fe73dd) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22376 |14mu|bomber-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Arcade bombing game
Name:		bomber
Epoch:		1
Version:	4.14.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/bomber/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Bomber is a single player arcade game.

The player is invading various cities in a plane that is decreasing in height.
The goal of the game is to destroy all the buildings and advance to the next
level. Each level gets a bit harder by increasing the speed of the plane and
the height of the buildings.

%files
%{_kde_bindir}/bomber
%{_kde_applicationsdir}/bomber.desktop
%{_kde_appsdir}/bomber
%{_kde_datadir}/config.kcfg/bomber.kcfg
%{_kde_docdir}/HTML/en/bomber
%{_kde_iconsdir}/hicolor/*/apps/bomber.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 1db4ce6
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22377 |14mu|bonnie++-1.97-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	debug_package	%{nil}

Name:		bonnie++
Version:	1.97
Release:	6
Summary:	A program for benchmarking hard drives and filesystems
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.coker.com.au/bonnie++/
Source0:	http://www.coker.com.au/bonnie++/experimental/bonnie++-%{version}.tgz
Provides:	bonnie
Obsoletes:	bonnie

%description
Bonnie++ is a benchmark suite that is aimed at performing a number of simple
tests of hard drive and file system performance.

%prep

%setup -q -n %{name}-%{version}.1

%build
%configure2_5x
%make MORECFLAGS="%{optflags} %{?ldflags}"
perl -pi -e "s@/usr/share/doc/bonnie\+\+/@%{_docdir}/%{name}-%{version}/@" bonnie++.8

%install
[ -e debian/changelog ]&& (rm -f changelog.txt;mv debian/changelog changelog.txt)
perl -pi -e "s@usr/share/man@%{buildroot}%{_mandir}@g" Makefile
%makeinstall eprefix=%{buildroot} DESTDIR=%{buildroot}

%files
%doc changelog.txt readme.html credits.txt
/sbin/bonnie++
/sbin/getc_putc
/sbin/getc_putc_helper
/sbin/zcav
/bin/bon_csv2html
/bin/bon_csv2txt
/bin/generate_randfile
%{_mandir}/man1/*
%{_mandir}/man8/*

%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 1.97-6
- (cd71f59) Update source Url, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22378 |14mu|boo-0.9.4.9-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A wrist friendly language for the CLI/Mono
Name:		boo
Version:	0.9.4.9
Release:	9
License:	BSD
Group:		Development/Other
Url:		http://boo.codehaus.org/
Source0:	http://dist.codehaus.org/boo/distributions/%{name}-%{version}-src.tar.bz2
Patch0:		boo-gtksourceview.patch
Patch1:		boo-pkgconfig_path_fix.patch
Patch2:		 mono-2.0.patch
BuildArch:	noarch

BuildRequires:	nant
BuildRequires:	pkgconfig(shared-mime-info)
BuildRequires:	pkgconfig(gtksourceview-2.0)
Requires:	mono

%description
Boo is a new object oriented statically typed programming language for
the Common Language Infrastructure with a python inspired syntax and
a special focus on language and compiler extensibility.

%package	nant
Summary:	Nant task for building boo programs
Group:		Development/Other

%description	nant
Boo is a new object oriented statically typed programming language for
the Common Language Infrastructure with a python inspired syntax and
a special focus on language and compiler extensibility.

This is a Nant task for building boo sources.

%prep
%setup -q
%apply_patches

%build
nant -nologo -D:install.prefix=%{_prefix}

%install
nant -nologo install -D:install.prefix=%{_prefix} -D:install.destdir=%{buildroot}

rm -f %{buildroot}%{_datadir}/mime-info/boo.*

#gw fix pkgconfig location
mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_datadir}/pkgconfig

rm -rf %{buildroot}%{_datadir}/gtksourceview*

%files
%doc license.txt readme.txt examples docs/BooManifesto.sxw
%{_bindir}/boo*
%{_prefix}/lib/mono/*
%{_prefix}/lib/boo
%{_datadir}/mime/packages/boo-mime-info.xml
%{_datadir}/pkgconfig/boo.pc
%exclude %{_prefix}/lib/boo/Boo.NAnt.Tasks.dll

%files nant
%{_prefix}/lib/boo/Boo.NAnt.Tasks.dll


%changelog

* Sat May 14 2016 Denis Silakov <dsilakov@gmail.com> 0.9.4.9-9
- (bd42807) Fix build with mono-2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22379 |14mu|boost-1.55.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define packver %(echo "%{version}" | sed -e "s/\\\./_/g")

%define libatomic %mklibname boost_atomic %{version}
%define libchrono %mklibname boost_chrono %{version}
%define libcontext %mklibname boost_context %{version}
%define libcoroutine %mklibname boost_coroutine %{version}
%define libdatetime %mklibname boost_date_time %{version}
%define libfilesystem %mklibname boost_filesystem %{version}
%define libgraph %mklibname boost_graph %{version}
%define libiostreams %mklibname boost_iostreams %{version}
%define liblocale %mklibname boost_locale %{version}
%define liblog %mklibname boost_log %{version}
%define liblogsetup %mklibname boost_log_setup %{version}
%define libmathc99 %mklibname boost_math_c99_ %{version}
%define libmathc99f %mklibname boost_math_c99f %{version}
%define libmathc99l %mklibname boost_math_c99l %{version}
%define libmathtr1 %mklibname boost_math_tr1_ %{version}
%define libmathtr1f %mklibname boost_math_tr1f %{version}
%define libmathtr1l %mklibname boost_math_tr1l %{version}
%define libprgexecmonitor %mklibname boost_prg_exec_monitor %{version}
%define libprogramoptions %mklibname boost_program_options %{version}
%define libpython %mklibname boost_python %{version}
%define libpython3 %mklibname boost_python3_ %{version}
%define librandom %mklibname boost_random %{version}
%define libregex %mklibname boost_regex %{version}
%define libserialization %mklibname boost_serialization %{version}
%define libsignals %mklibname boost_signals %{version}
%define libsystem %mklibname boost_system %{version}
%define libthread %mklibname boost_thread %{version}
%define libtimer %mklibname boost_timer %{version}
%define libunittestframework %mklibname boost_unit_test_framework %{version}
%define libwave %mklibname boost_wave %{version}
%define libwserialization %mklibname boost_wserialization %{version}

%define devname %mklibname boost -d
%define sdevname %mklibname boost -d -s
%define devpython3 %mklibname boost_python3 -d

%ifarch aarch64
%bcond_with context
%else
%bcond_without context
%endif

# --no-undefined breaks build of CMakeified Boost.{Chrono,Locale,Timer}.
# Without --no-undefined, corresponding libraries lose their dependency on Boost.System.
# This is totally wrong, but it's rather a CMake'ification bug.
%define _disable_ld_no_undefined 1

Summary:	Portable C++ libraries
Name:		boost
Version:	1.55.0
Release:	8
License:	Boost
Group:		Development/C++
Url:		http://boost.org/
Source0:	http://download.sourceforge.net/boost/boost_%{packver}.tar.bz2
Source100:	%{name}.rpmlintrc
# https://bugzilla.redhat.com/show_bug.cgi?id=1102667
Patch0:		boost-1.55.0-python-abi_letters.patch
Patch1:		boost-1.55.0-python-libpython_dep.patch
Patch2:		boost-1.55.0-python-test-PyImport_AppendInittab.patch
# https://svn.boost.org/trac/boost/ticket/6150
Patch4:		boost-1.50.0-fix-non-utf8-files.patch
# Add a manual page for the sole executable, namely bjam, based on the
# on-line documentation:
# http://www.boost.org/boost-build2/doc/html/bbv2/overview.html
Patch5:		boost-1.48.0-add-bjam-man-page.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=756005
# https://svn.boost.org/trac/boost/ticket/6131
Patch7:		boost-1.50.0-foreach.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=783660
# https://svn.boost.org/trac/boost/ticket/6459 fixed
Patch10:	boost-1.50.0-long-double-1.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=784654
Patch12:	boost-1.50.0-polygon.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=828856
# https://bugzilla.redhat.com/show_bug.cgi?id=828857
Patch15:	boost-1.50.0-pool.patch
BuildRequires:	doxygen
BuildRequires:	xsltproc
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(icu-uc)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(zlib)

%description
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains only the shared libraries
needed for running programs using Boost.

#----------------------------------------------------------------------------

# build section Taken from the Fedora .src.rpm.
%package build
Summary:	Cross platform build system for C++ projects
Group:		Development/C++
Requires:	boost-jam
BuildArch:	noarch

%description build
Boost.Build is an easy way to build C++ projects, everywhere. You name
your pieces of executable and libraries and list their sources.  Boost.Build
takes care about compiling your sources with the right options,
creating static and shared libraries, making pieces of executable, and other
chores -- whether you're using GCC, MSVC, or a dozen more supported
C++ compilers -- on Windows, OSX, Linux and commercial UNIX systems.

%files build
%doc LICENSE_1_0.txt
%{_datadir}/boost-build/

#----------------------------------------------------------------------------

%package examples
Summary:	The examples for the Boost libraries
Group:		Development/C++
BuildArch:	noarch

%description examples
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains examples, installed in the
same place as the documentation.

%files examples
%doc examples/*

#----------------------------------------------------------------------------

%package -n %{libatomic}
Summary:	Boost atomic shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libatomic}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost atomic.

%files -n %{libatomic}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_atomic.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libchrono}
Summary:	Boost chrono shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libchrono}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost chrono.

%files -n %{libchrono}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_chrono.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libcontext}
Summary:	Boost context shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libcontext}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost context.

%files -n %{libcontext}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_context.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libcoroutine}
Summary:	Boost coroutine shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libcoroutine}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost coroutine.

%files -n %{libcoroutine}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_coroutine.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libdatetime}
Summary:	Boost date_time shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libdatetime}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost datetime.

%files -n %{libdatetime}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_date_time.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libfilesystem}
Summary:	Boost filesystem shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libfilesystem}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost filesystem.

%files -n %{libfilesystem}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_filesystem.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libgraph}
Summary:	Boost graph shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libgraph}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost graph.

%files -n %{libgraph}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_graph.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libiostreams}
Summary:	Boost iostreams shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libiostreams}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost iostreams.

%files -n %{libiostreams}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_iostreams.so.%{version}

#----------------------------------------------------------------------------

%package -n %{liblocale}
Summary:	Boost locale shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{liblocale}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost locale.

%files -n %{liblocale}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_locale.so.%{version}

#----------------------------------------------------------------------------

%package -n %{liblog}
Summary:	Boost log shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{liblog}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost log.

%files -n %{liblog}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_log.so.%{version}

#----------------------------------------------------------------------------

%package -n %{liblogsetup}
Summary:	Boost log_setup shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{liblogsetup}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost log_setup.

%files -n %{liblogsetup}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_log_setup.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libmathc99}
Summary:	Boost math_c99 shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libmathc99}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost math_c99.

%files -n %{libmathc99}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_math_c99.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libmathc99f}
Summary:	Boost math_c99f shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libmathc99f}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost math_c99f.

%files -n %{libmathc99f}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_math_c99f.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libmathc99l}
Summary:	Boost math_c99l shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libmathc99l}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost math_c99l.

%files -n %{libmathc99l}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_math_c99l.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libmathtr1}
Summary:	Boost math_tr1 shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libmathtr1}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost math_tr1.

%files -n %{libmathtr1}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_math_tr1.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libmathtr1f}
Summary:	Boost math_tr1f shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libmathtr1f}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost math_tr1f.

%files -n %{libmathtr1f}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_math_tr1f.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libmathtr1l}
Summary:	Boost math_tr1l shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libmathtr1l}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost math_tr1l.

%files -n %{libmathtr1l}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_math_tr1l.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libprgexecmonitor}
Summary:	Boost prg_exec_monitor shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libprgexecmonitor}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost prg_exec_monitor.

%files -n %{libprgexecmonitor}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_prg_exec_monitor.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libprogramoptions}
Summary:	Boost program_options shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libprogramoptions}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost program_options.

%files -n %{libprogramoptions}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_program_options.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libpython}
Summary:	Boost python shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libpython}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost python.

%files -n %{libpython}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_python.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libpython3}
Summary:	Boost python3 shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libpython3}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost python.

%files -n %{libpython3}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_python3.so.%{version}

#----------------------------------------------------------------------------

%package -n %{librandom}
Summary:	Boost random shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{librandom}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost random.

%files -n %{librandom}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_random.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libregex}
Summary:	Boost regex shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libregex}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost regex.

%files -n %{libregex}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_regex.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libserialization}
Summary:	Boost serialization shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libserialization}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost serialization.

%files -n %{libserialization}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_serialization.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libsignals}
Summary:	Boost signals shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libsignals}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost signals.

%files -n %{libsignals}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_signals.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libsystem}
Summary:	Boost system shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libsystem}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost system.

%files -n %{libsystem}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_system.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libthread}
Summary:	Boost thread shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libthread}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost thread.

%files -n %{libthread}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_thread.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libtimer}
Summary:	Boost timer shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libtimer}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost timer.

%files -n %{libtimer}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_timer.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libunittestframework}
Summary:	Boost unit_test_framework shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libunittestframework}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost unit_test_framework.

%files -n %{libunittestframework}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_unit_test_framework.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libwave}
Summary:	Boost wave shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libwave}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost wave.

%files -n %{libwave}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_wave.so.%{version}

#----------------------------------------------------------------------------

%package -n %{libwserialization}
Summary:	Boost wserialization shared library
Group:		System/Libraries
# no one should require this, but provided anyway for maximum compatibility:
Provides:	boost = %{EVRD}

%description -n %{libwserialization}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains the shared library needed for
running programs dynamically linked against Boost wserialization.

%files -n %{libwserialization}
%doc LICENSE_1_0.txt
%{_libdir}/libboost_wserialization.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The libraries and headers needed for Boost development
Group:		Development/C++
Requires:	%{libatomic} = %{EVRD}
Requires:	%{libchrono} = %{EVRD}
Requires:	%{libcontext} = %{EVRD}
Requires:	%{libcoroutine} = %{EVRD}
Requires:	%{libdatetime} = %{EVRD}
Requires:	%{libfilesystem} = %{EVRD}
Requires:	%{libgraph} = %{EVRD}
Requires:	%{libiostreams} = %{EVRD}
Requires:	%{liblocale} = %{EVRD}
Requires:	%{liblog} = %{EVRD}
Requires:	%{liblogsetup} = %{EVRD}
Requires:	%{libmathc99} = %{EVRD}
Requires:	%{libmathc99f} = %{EVRD}
Requires:	%{libmathc99l} = %{EVRD}
Requires:	%{libmathtr1} = %{EVRD}
Requires:	%{libmathtr1f} = %{EVRD}
Requires:	%{libmathtr1l} = %{EVRD}
Requires:	%{libprgexecmonitor} = %{EVRD}
Requires:	%{libprogramoptions} = %{EVRD}
Requires:	%{libpython} = %{EVRD}
Requires:	%{librandom} = %{EVRD}
Requires:	%{libregex} = %{EVRD}
Requires:	%{libserialization} = %{EVRD}
Requires:	%{libsignals} = %{EVRD}
Requires:	%{libsystem} = %{EVRD}
Requires:	%{libthread} = %{EVRD}
Requires:	%{libtimer} = %{EVRD}
Requires:	%{libunittestframework} = %{EVRD}
Requires:	%{libwave} = %{EVRD}
Requires:	%{libwserialization} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains headers and shared library
symlinks needed for Boost development.

%files -n %{devname}
%{_includedir}/boost
%{_libdir}/libboost_*.so
%exclude %{_libdir}/libboost_python3.so

#----------------------------------------------------------------------------

%package -n %{devname}-doc
Summary:	Documentation for Boost
Group:		Documentation
BuildArch:	noarch

%description -n %{devname}-doc
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains documentation needed for Boost
development.

%files -n %{devname}-doc
%doc packagedoc/*

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libraries for Boost development
Group:		Development/C++
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains only the static libraries
needed for Boost development.

%files -n %{sdevname}
%{_libdir}/libboost_*.a

#----------------------------------------------------------------------------

%package -n %{devpython3}
Summary:	The libraries and headers needed for Boost Python 3 development
Group:		Development/C++
Requires:	%{libpython3} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-python3-devel = %{EVRD}

%description -n %{devpython3}
Boost is a collection of free peer-reviewed portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains headers and shared library
symlinks needed for Boost development.

%files -n %{devpython3}
%{_libdir}/libboost_python3.so

#----------------------------------------------------------------------------

%prep
%setup -qn boost_%{packver}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch4 -p1
%patch5 -p1
%patch7 -p2
%patch10 -p1
%patch12 -p3
%patch15 -p0

# Preparing the docs
mkdir packagedoc
find -type f -not -path '*packagedoc*' \( -name '*.html' -o -name '*.htm' -o -name '*.css' -o -name '*.gif' -o -name '*.jpg' -o -name '*.png' -o -name '*README*' \) -exec cp --parents {} packagedoc/ \;

# Preparing the examples: All .hpp or .cpp files that are not in
# directories called test, src, or tools, as well as all files of any
# type in directories called example or examples.
mkdir examples
find libs -type f \( -name "*.?pp" ! -path "*test*" ! -path "*src*" ! -path "*tools*" -o -path "*example*" \) -exec cp --parents {} examples/ \;

%build
%define gcc_ver %(rpm -q --queryformat="%%{VERSION}" gcc)
cat > ./tools/build/v2/user-config.jam << EOF
using gcc : %{gcc_ver} : gcc : <cflags>"%{optflags}" <cxxflags>"%{optflags}" <linkflags>"%{ldflags}" ;
using python : %{py3_ver} : %{_bindir}/python%{py3_ver} : %{_includedir}/python%{py3_ver}m : %{_libdir} : : : ;
using python : %{py_ver} : %{_bindir}/python%{py_ver} : %{_includedir}/python%{py_ver} : %{_libdir} : : : ;
EOF
./bootstrap.sh --with-toolset=gcc --with-icu --prefix=%{_prefix} --libdir=%{_libdir} --with-python=%{py_ver}
./b2 -d+2 -q %{?_smp_mflags} --without-mpi \
	--prefix=%{_prefix} --libdir=%{_libdir} \
%if !%{with context}
	--without-context --without-coroutine \
%endif
	linkflags="%{ldflags} -lstdc++ -lm" \
	-sHAVE_ICU=1 \
	python=%{py_ver} \
	link=shared threading=multi debug-symbols=off --layout=system

# Taken from the Fedora .src.rpm.
echo ============================= build Boost.Build ==================
(cd tools/build/v2
 ./bootstrap.sh --with-toolset=gcc)

%install
./b2 -d+2 -q %{?_smp_mflags} --without-mpi \
	--prefix=%{buildroot}%{_prefix} --libdir=%{buildroot}%{_libdir} \
%if !%{with context}
	--without-context --without-coroutine \
%endif
	link=shared \
	python=%{py_ver} \
	install

echo ============================= install Boost.Build ==================
(cd tools/build/v2
 ./b2 --prefix=%{buildroot}%{_prefix} install
 # Fix some permissions
 chmod -x %{buildroot}%{_datadir}/boost-build/build/alias.py
 chmod +x %{buildroot}%{_datadir}/boost-build/tools/doxproc.py
 # We don't want to distribute this
 rm -f %{buildroot}%{_bindir}/b2
 # Not a real file
 rm -f %{buildroot}%{_datadir}/boost-build/build/project.ann.py
 # Empty file
 rm -f %{buildroot}%{_datadir}/boost-build/tools/doxygen/windows-paths-check.hpp
)
rm -f %{buildroot}/%{_bindir}/bjam
rm -f %{buildroot}/%{_mandir}/man1/bjam.1*


%changelog

* Tue Oct 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.55.0-8
- (5b6cf30) Build python3 library in addition to python library



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22380 |14mu|bouncycastle-1.52-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major           1
%define minor           52
%define archivever      %{major}%{minor}

%define section         free

Name:           bouncycastle
Version:        %{major}.%{minor}
Release:        2
Epoch:          0
Summary:        Bouncy Castle Crypto Package for Java
Group:          Development/Java
License:        BSD
URL:            http://www.bouncycastle.org/
Source0:        http://www.bouncycastle.org/download/crypto-%{archivever}.tar.gz
Requires:       jpackage-utils >= 0:1.5
BuildRequires:  ant
BuildRequires:  ant-junit
BuildRequires:	geronimo-javamail-1.4-api
BuildRequires:  junit
BuildRequires:  java-rpmbuild >= 0:1.5
BuildArch:      noarch
BuildRequires:  java-1.8.0-openjdk-devel
Obsoletes:      %{name}-provider < %{epoch}:%{version}-%{release}
Provides:       %{name}-provider = %{epoch}:%{version}-%{release}
Provides:       jce = 1.7.0.0

%description
The Bouncy Castle Crypto APIs consist of the following:
- A lightweight cryptography API in Java.
- A provider for the JCE and JCA.
- A clean room implementation of the JCE 1.2.1.
- Generators for Version 1 and Version 3 X.509 certificates and PKCS12 files.
- A signed jar version suitable for JDK 1.4 and the Sun JCE.

%package extras
Summary:	Extra packages of Bouncy Castle
Group:		Development/Java
Requires:	%{name}

%description extras
The SMIME/CMS, TSP, OpenPGP/BCPG portions of Bouncy Castle.

%package javadoc
Group:          Development/Java
Summary:        Javadocs for %{name}

%description javadoc
Javadocs for %{name}.

%prep
%setup -q -n crypto-%{archivever}
%{_bindir}/find . -name '*.jar' | %{_bindir}/xargs -t rm
perl -pi -e 's/<javac/<javac nowarn="true"/g' *.xml

%build
export CLASSPATH=$(build-classpath jaf javamail/mailapi junit)
export OPT_JAR_LIST="`cat %{_sysconfdir}/ant.d/junit`"
export JAVA_HOME=%{_jvmdir}/java-1.8.0
%ant -f ant/jdk15+.xml -Drelease.suffix=%{version} build-provider build build-test

%install

mkdir -p %{buildroot}%{_javadir}

pushd build/artifacts/jdk1.5/jars
for jar16 in {bcmail,bcpg,bcprov,bcprov-ext,bctest,bcpkix}-jdk15on-%{version}.jar; do
   jar16d=`echo $jar16 | %{__sed} s#-jdk15on##g`
   install -m 644 $jar16 %{buildroot}%{_javadir}/$jar16d
done
popd

pushd %{buildroot}%{_javadir}
  for jar in *-%{version}.jar; do
    %{__ln_s} $jar $(echo $jar | %{__sed} s#-%{version}##g)
  done
popd

mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -s %{name}-%{version} %{name})

pushd build/artifacts/jdk1.5
  ver=16
  for javadoc in bcmail bcpg bcprov bcpkix; do
    mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}/${javadoc}
    cp -a javadoc/${javadoc} %{buildroot}%{_javadocdir}/%{name}-%{version}/
  done
popd

mkdir -p %{buildroot}%{_javadir}/gcj-endorsed
(cd %{buildroot}%{_javadir}/gcj-endorsed && ln -s %{_javadir}/bcprov.jar .)

%post
if test -x %{_bindir}/rebuild-security-providers; then
  %{_bindir}/rebuild-security-providers
fi

%postun
if test -x %{_bindir}/rebuild-security-providers; then
  %{_bindir}/rebuild-security-providers
fi

%files
%defattr(0644,root,root,0755)
%doc *.html
# BEGIN PROVIDER
%{_javadir}/bcprov-%{version}.jar
%{_javadir}/bcprov.jar
%{_javadir}/bcprov-ext-%{version}.jar
%{_javadir}/bcprov-ext.jar
%{_javadir}/gcj-endorsed/bcprov.jar
# END PROVIDER

%files extras
%{_javadir}/bcmail-%{version}.jar
%{_javadir}/bcpg-%{version}.jar
%{_javadir}/bctest-%{version}.jar
%{_javadir}/bctest.jar
%{_javadir}/bcpkix-%{version}.jar
%{_javadir}/bcmail.jar
%{_javadir}/bcpg.jar
%{_javadir}/bcpkix.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}


%changelog

* Sat Mar 12 2016 Denis Silakov <dsilakov@gmail.com> 0:1.52-2
- (2365e22) Use geronimo-javamail-1.4-api



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22381 |14mu|bovo-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Classic pen and paper game
Name:		bovo
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://games.kde.org/game.php?game=bovo
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Bovo is a Gomoku like game for two players, where the opponents alternate in
placing their respective pictogram on the game board. (Also known as: Connect
Five, Five in a row, X and O, Naughts and Crosses)

%files
%{_kde_bindir}/bovo
%{_kde_applicationsdir}/bovo.desktop
%{_kde_appsdir}/bovo
%{_kde_docdir}/*/*/bovo
%{_kde_iconsdir}/hicolor/*/apps/bovo.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 7ade957
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22382 |14mu|branding-configs-2.0-104
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _duplicate_files_terminate_build 0

%ifarch %{ix86}
%define distarch 32
%define MINRAM 1024 
%endif
%ifarch x86_64
%define distarch 64
%define MINRAM 1024 
%endif
%define productURL 'http://rosalab.ru/products/desktop/'

%define fresh_platform 2014.1

Summary:	Configs to change branding in one place
Name:		branding-configs
Version:	2.0
Release:	104
License:	GPL
Group:		System/Base
# common files
Source1:	en_license.html
Source2:	ru_license.html
Source3:	branding-system
Source4:	10rosa-release.sh
Source5:	10rosa-release.csh

# index.html
Source10:	index.html.cert
Source11:	index.html.fresh
Source12:	index.html.red

# Auxilliary files for index.html to make it 
# look beautiful in offline mode
Source101:	main.css
Source102:	images.tar.gz

# os-release
Source20:	os-release.cert
Source21:	os-release.fresh
Source22:	os-release.red

# Release notes
Source30:	release-notes-ru-Chrome.html
Source31:	release-notes-ru-Chrome.txt
Source32:	release-notes-ru-Cobalt.html
Source33:	release-notes-ru-Cobalt.txt
Source34:	release-notes-fresh.txt
Source35:	release-notes-red.txt
Source36:	release-notes-ru-Nickel.html
Source37:	release-notes-ru-Nickel.txt

# Branding macros
Source40:	branding.macros.cert
Source41:	branding.macros.fresh
Source42:	branding.macros.red

# Fresh/RED only
Source50:	CREDITS.fresh

%description
Quick and easy way to change distribution branding in one place.

%package common
Summary:	Branding common files
Group:		System/Base
Requires:	update-alternatives
Requires(pre):	lsb-release
Conflicts:	lsb-release < 2.0-49

# cf mdvbz#32631
Provides:	arch(%{_target_cpu})
Provides:	mandriva-release-common
#Provides:	%{name} = %{EVRD}
%rename	rosa-release-common

%description common
Common files for ROSA Desktop release packages.

%if %{product_product} == "Certified"
%package Chrome
Summary:	ROSA release file for Chrome
Group:		System/Base
Requires:	update-alternatives
Requires(pre):	branding-configs-common
Requires(post):	rpm
Requires(post):	coreutils
Requires(post):	grub2
Provides:	redhat-release rawhide-release mandrake-release
Provides:	mandriva-release mandrakelinux-release rosa-release
Provides:	%{name} = %{EVRD}
%rename		%{name}-Cobalt
%rename		indexhtml

%description Chrome
Release file for Chrome flavour.

%package Cobalt
Summary:	ROSA release file for Cobalt
Group:		System/Base
Requires:	update-alternatives
Requires(pre):	branding-configs-common
Requires(post):	coreutils
Requires(post):	grub2
Provides:	redhat-release rawhide-release mandrake-release 
Provides:	mandriva-release mandrakelinux-release rosa-release 
Provides:	%{name} = %{EVRD}
%rename		%{name}-Chrome
%rename		indexhtml

%description Cobalt
Release file for Cobalt flavour.

%package current
Summary:	ROSA release file for current platform
Group:		System/Base
Requires:	update-alternatives
Requires(pre):	branding-configs-common
Requires(post):	coreutils
Requires(post):	grub2
Provides:	redhat-release rawhide-release mandrake-release 
Provides:	mandriva-release mandrakelinux-release
Provides:	%{name} = %{EVRD}
%rename		%{name}-current
%rename		indexhtml

%description current
Release file for current flavour.


%package Nickel
Summary:	ROSA release file for Nickel
Group:		System/Base
Requires:	update-alternatives
Requires(pre):	branding-configs-common
Requires(post):	rpm
Requires(post):	coreutils
Requires(post):	grub2
Provides:	redhat-release rawhide-release mandrake-release
Provides:	mandriva-release mandrakelinux-release rosa-release
Provides:	%{name} = %{EVRD}
%rename		indexhtml

%description 
Release file for Nickel flavour.

%endif

%if %{product_product} == "Enterprise"
%package red
Summary:	ROSA release file for the Enterprise platform
Group:		System/Base
Requires:	update-alternatives
Requires(pre):	branding-configs-common
Requires(post):	coreutils
Requires(post):	grub2
Provides:	redhat-release rawhide-release mandrake-release
Provides:	mandriva-release mandrakelinux-release
Provides:	%{name} = %{EVRD}
# some number greater than 2014.1 to override rosa-release-common & co in Fresh
%rename	rosa-release-common 2024
%rename	rosa-release-EE 2024
%rename	rosa-release-Free 2024
%rename	rosa-release 2024
%rename	indexhtml 2024

%description red
Release file for the Enterprise flavour.

%endif

# Historically Fresh was divided to EE and Free
%if %{product_product} == "EE" || %{product_product} == "Free" || %{product_product} == "Fresh"
%package fresh
Summary:	ROSA release file for the Fresh platform
Group:		System/Base
Requires:	update-alternatives
Requires(pre):	branding-configs-common
Requires(post):	coreutils
Requires(post):	grub2
Provides:	redhat-release rawhide-release mandrake-release 
Provides:	mandriva-release mandrakelinux-release rosa-release 
Provides:	%{name} = %{EVRD}
# some number greater than 2014.1 to override rosa-release-common & co in Fresh
%rename	rosa-release-common 2024
%rename	rosa-release-EE 2024
%rename	rosa-release-Free 2024
%rename	rosa-release 2024
%rename	indexhtml 2024

%description fresh
Release file for the Fresh flavour.

%endif

%prep
cp -a %{SOURCE30} release-notes-ru-Chrome.html
cp -a %{SOURCE31} release-notes-ru-Chrome.txt
cp -a %{SOURCE32} release-notes-ru-Cobalt.html
cp -a %{SOURCE33} release-notes-ru-Cobalt.txt
cp -a %{SOURCE32} release-notes-ru-current.html
cp -a %{SOURCE33} release-notes-ru-current.txt
cp -a %{SOURCE34} release-notes-fresh.txt
cp -a %{SOURCE35} release-notes-red.txt
cp -a %{SOURCE36} release-notes-ru-Nickel.html
cp -a %{SOURCE37} release-notes-ru-Nickel.txt
cp -a %{SOURCE21} os-release.fresh
cp -a %{SOURCE22} os-release.red
cp -a %{SOURCE41} branding.macros.fresh
cp -a %{SOURCE42} branding.macros.red
cp -a %{SOURCE11} index.html.fresh
cp -a %{SOURCE12} index.html.red
cp -a %{SOURCE50} CREDITS

cat > README.urpmi.cert <<EOF
This is ROSA Desktop Certified

You can find the release notes in %{_docdir}/%{name}-common/release-notes.txt

or on the web at %{productURL}
EOF

cat > README.urpmi.fresh <<EOF
This is ROSA Desktop Fresh

You can find the release notes on the web at http://wiki.rosalab.ru
EOF

cat > README.urpmi.red <<EOF
This is ROSA Enterprise Desktop

You can find the release notes on the web at http://wiki.rosalab.ru
EOF

cat > product.id.fresh << EOF
vendor=ROSA,distribution=ROSA Desktop Fresh R8.1,type=Basic,version=%{fresh_platform},branch=Official,release=1,arch=%{_target_cpu},product=EE
EOF

cat > product.id.red << EOF
vendor=ROSA,distribution=ROSA Enterprise Desktop X2,type=Basic,version=%{fresh_platform},branch=Official,release=1,arch=%{_target_cpu},product=Enterprise
EOF

cat > product.id.cert << EOF
vendor=ROSA Marathon,distribution=ROSA Marathon,type=Basic,version=%{fresh_platform},branch=Official,release=1,arch=%{_target_cpu},product=Certified
EOF

%if %{product_product} == "EE" || %{product_product} == "Free" || %{product_product} == "Fresh"
# check that CREDITS file is in UTF-8, fail otherwise
if iconv -f utf-8 -t utf-8 < %{SOURCE50} > /dev/null
then
        true
else
        echo "the CREDITS file *MUST* be encoded in UTF-8"
        echo "please fix it before continuing"
        false
fi
%endif

cat > minsysreqs << EOF
ram = %{MINRAM}
hdd = 10
EOF

cat > desktop << EOF
DESKTOP=KDE4
DISPLAYMANAGER=kdm
EOF

%install
mkdir %{buildroot}%{_sysconfdir}
touch %{buildroot}%{_sysconfdir}/lsb-release
touch %{buildroot}%{_sysconfdir}/os-release
touch %{buildroot}%{_sysconfdir}/system-release

# Commons
mkdir -p %{buildroot}%{_datadir}/%{name}
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/
install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/%{name}/
install -m 0644 %{SOURCE4} %{buildroot}%{_datadir}/%{name}/
install -m 0644 %{SOURCE5} %{buildroot}%{_datadir}/%{name}/
install -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/%{name}/

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
install -m 0644 minsysreqs %{buildroot}%{_sysconfdir}/
install -m 0644 desktop %{buildroot}%{_sysconfdir}/sysconfig/

mkdir -p %{buildroot}%{_datadir}/doc/HTML

# Cert systems
%if %{product_product} == "Certified"
for i in "Chrome 1.0" "Cobalt 1.0" "current 1.0" "Nickel 1.0"
do
%define flavour ${i% *}
%define reln ${i##* }
%define productNameEN "OS ROSA DX%{distarch} %{flavour} %{reln}"
mkdir -p %{buildroot}%{_datadir}/%{name}/%{flavour}/
echo %{productNameEN} > %{buildroot}%{_datadir}/%{name}/%{flavour}/rosa-release

install -m 0644 release-notes-ru-%{flavour}.html %{buildroot}%{_datadir}/%{name}/%{flavour}/release-notes-ru.html
install -m 0644 release-notes-ru-%{flavour}.txt %{buildroot}%{_datadir}/%{name}/%{flavour}/release-notes-ru.txt
install -m 0644 release-notes-ru-%{flavour}.html %{buildroot}%{_datadir}/%{name}/%{flavour}/release-notes-en.html
install -m 0644 release-notes-ru-%{flavour}.txt %{buildroot}%{_datadir}/%{name}/%{flavour}/release-notes-en.txt
install -m 0644 %{SOURCE10} %{buildroot}%{_datadir}/%{name}/%{flavour}/index.html
install -m 0644 %{SOURCE20} %{buildroot}%{_datadir}/%{name}/%{flavour}/os-release
install -m 0644 product.id.cert %{buildroot}%{_datadir}/%{name}/%{flavour}/product.id
install -m 0644 README.urpmi.cert %{buildroot}%{_datadir}/%{name}/%{flavour}/README.urpmi
install -m 0644 %{SOURCE40} %{buildroot}%{_datadir}/%{name}/%{flavour}/branding.macros
sed -i -e s/'#productName'/%{productNameEN}/g %{buildroot}%{_datadir}/%{name}/%{flavour}/index.html
sed -i -e s,'#productURL',%{productURL},g %{buildroot}%{_datadir}/%{name}/%{flavour}/index.html

install -m 0644 %{SOURCE101} %{buildroot}%{_datadir}/%{name}/%{flavour}/
pushd %{buildroot}%{_datadir}/%{name}/%{flavour}/
tar xzvf %{SOURCE102}
popd

cat > %{buildroot}%{_datadir}/%{name}/%{flavour}/lsb-release << EOF
LSB_VERSION=
DISTRIB_ID=Rosa.DX%{distarch}
DISTRIB_RELEASE=%{reln}
DISTRIB_CODENAME=%{flavour}
DISTRIB_DESCRIPTION="ROSA DX%{distarch} %{flavour} %{reln}"
EOF

echo "ROSA DX%{distarch} %{flavour} %{reln}" > %{buildroot}%{_datadir}/%{name}/%{flavour}/issue
echo "Kernel \r (\l)" >> %{buildroot}%{_datadir}/%{name}/%{flavour}/issue
cp -p %{buildroot}%{_datadir}/%{name}/%{flavour}/issue %{buildroot}%{_datadir}/%{name}/%{flavour}/issue.net
echo >> %{buildroot}%{_datadir}/%{name}/%{flavour}/issue

done

%endif # product_product == Certified

# Fresh and RED
%if %{product_product} == "EE" || %{product_product} == "Free" || %{product_product} == "Fresh"
mkdir -p %{buildroot}%{_datadir}/%{name}/fresh
echo "ROSA Desktop Fresh R8.1 release %{fresh_platform} for %{_target_cpu}" > %{buildroot}%{_datadir}/%{name}/fresh/rosa-release

cp -p %{buildroot}%{_datadir}/%{name}/fresh/rosa-release %{buildroot}%{_datadir}/%{name}/fresh/issue
echo "Kernel \r on an \m (\l)" >> %{buildroot}%{_datadir}/%{name}/fresh/issue
cp -p %{buildroot}%{_datadir}/%{name}/fresh/issue %{buildroot}%{_datadir}/%{name}/fresh/issue.net
echo >> %{buildroot}%{_datadir}/%{name}/fresh/issue

install -m 0644 release-notes-fresh.txt %{buildroot}%{_datadir}/%{name}/fresh/release-notes-en.txt
install -m 0644 os-release.fresh %{buildroot}%{_datadir}/%{name}/fresh/os-release
install -m 0644 product.id.fresh %{buildroot}%{_datadir}/%{name}/fresh/product.id
install -m 0644 README.urpmi.fresh %{buildroot}%{_datadir}/%{name}/fresh/README.urpmi
install -m 0644 index.html.fresh %{buildroot}%{_datadir}/%{name}/fresh/index.html
install -m 0644 branding.macros.fresh %{buildroot}%{_datadir}/%{name}/fresh/branding.macros

install -m 0644 %{SOURCE101} %{buildroot}%{_datadir}/%{name}/fresh/
pushd %{buildroot}%{_datadir}/%{name}/fresh/
tar xzvf %{SOURCE102}
popd

cat > %{buildroot}%{_datadir}/%{name}/fresh/lsb-release << EOF
LSB_VERSION=
DISTRIB_ID=RosaDesktopFresh
DISTRIB_RELEASE=%{fresh_platform}
DISTRIB_CODENAME=Fresh
DISTRIB_DESCRIPTION="ROSA Desktop Fresh R8.1"
EOF

%endif # product_product == Fresh

%if %{product_product} == "Enterprise"
mkdir -p %{buildroot}%{_datadir}/%{name}/red
echo "ROSA Enterprise Desktop X2 release %{fresh_platform} for %{_target_cpu}" > %{buildroot}%{_datadir}/%{name}/red/rosa-release

cp -p %{buildroot}%{_datadir}/%{name}/red/rosa-release %{buildroot}%{_datadir}/%{name}/red/issue
echo "Kernel \r on an \m (\l)" >> %{buildroot}%{_datadir}/%{name}/red/issue
cp -p %{buildroot}%{_datadir}/%{name}/red/issue %{buildroot}%{_datadir}/%{name}/red/issue.net
echo >> %{buildroot}%{_datadir}/%{name}/red/issue

install -m 0644 release-notes-red.txt %{buildroot}%{_datadir}/%{name}/red/release-notes-en.txt
install -m 0644 os-release.red %{buildroot}%{_datadir}/%{name}/red/os-release
install -m 0644 product.id.red %{buildroot}%{_datadir}/%{name}/red/product.id
install -m 0644 README.urpmi.red %{buildroot}%{_datadir}/%{name}/red/README.urpmi
install -m 0644 index.html.red %{buildroot}%{_datadir}/%{name}/red/index.html
install -m 0644 branding.macros.red %{buildroot}%{_datadir}/%{name}/red/branding.macros

install -m 0644 %{SOURCE101} %{buildroot}%{_datadir}/%{name}/red/
pushd %{buildroot}%{_datadir}/%{name}/red/
tar xzvf %{SOURCE102}
popd

cat > %{buildroot}%{_datadir}/%{name}/red/lsb-release << EOF
LSB_VERSION=
DISTRIB_ID=RosaDesktopEnterprise
DISTRIB_RELEASE=%{fresh_platform}
DISTRIB_CODENAME=Red
DISTRIB_DESCRIPTION="ROSA Enterprise Desktop X2"
EOF

%endif # product_product == Enterprise


%posttrans common
# ugly workaround: rpm package not installed
mkdir -p /etc/rpm/macros.d/
# workaround for updating from rosa-release-* packages - we will replace real files with symlinks
for f in %{_sysconfdir}/sysconfig/system %{_datadir}/doc/en_license.html %{_datadir}/doc/ru_license.html %{_sysconfdir}/profile.d/10rosa-release.csh %{_sysconfdir}/profile.d/10rosa-release.sh; do
if [[ -f $f ]] && [[ ! -L $f ]] ; then rm -f $f ; fi ; done
update-alternatives --install  %{_sysconfdir}/sysconfig/system branding-system %{_datadir}/%{name}/branding-system 90 --slave  %{_datadir}/doc/en_license.html en_license.html %{_datadir}/%{name}/en_license.html --slave %{_datadir}/doc/ru_license.html ru_license.html %{_datadir}/%{name}/ru_license.html --slave %{_sysconfdir}/profile.d/10rosa-release.csh 10rosa-release.csh %{_datadir}/%{name}/10rosa-release.csh --slave %{_sysconfdir}/profile.d/10rosa-release.sh 10rosa-release.sh  %{_datadir}/%{name}/10rosa-release.sh

%preun common
if [ $1 = 0 ]; then
    update-alternatives --remove branding-system %{_datadir}/%{name}/branding-system
fi

%postun common
if [ "$1" -ge "1" ]; then
    update-alternatives --set branding-system %{_datadir}/%{name}/branding-system
fi

%define issue_files %{_sysconfdir}/issue %{_sysconfdir}/issue.net
%define issue_slave --slave %{_sysconfdir}/issue issue %{_datadir}/%{name}/%{flavour}/issue --slave %{_sysconfdir}/issue.net issue.net %{_datadir}/%{name}/%{flavour}/issue.net

%define release_post(s) \
%posttrans %{-s:%1} \
%define flavour %1\
cp -f %{_datadir}/%{name}/%{flavour}/os-release %{_sysconfdir}/os-release\
cp -f %{_datadir}/%{name}/%{flavour}/rosa-release %{_sysconfdir}/system-release\
for f in %{_sysconfdir}/release %{_sysconfdir}/redhat-release %{_datadir}/doc/HTML/index.html %{_sysconfdir}/product.id %{_sysconfdir}/mandriva-release %{issue_files} %{_sysconfdir}/rosa-release; \
do \
if [[ -f $f ]] && [[ ! -L $f ]] ; then rm -f $f ; fi ; done \
update-alternatives --install %{_sysconfdir}/release flavour-release %{_datadir}/%{name}/%{flavour}/rosa-release 90 --slave %{_sysconfdir}/redhat-release redhat-release %{_datadir}/%{name}/%{flavour}/rosa-release --slave %{_sysconfdir}/mandrake-release mandrake-release %{_datadir}/%{name}/%{flavour}/rosa-release --slave %{_sysconfdir}/product.id product.id %{_datadir}/%{name}/%{flavour}/product.id  --slave %{_sysconfdir}/mandriva-release mandriva-release %{_datadir}/%{name}/%{flavour}/rosa-release --slave %{_sysconfdir}/rosa-release rosa-release %{_datadir}/%{name}/%{flavour}/rosa-release --slave %{_datadir}/doc/HTML/index.html index.html %{_datadir}/%{name}/%{flavour}/index.html --slave %{_sysconfdir}/rpm/macros.d/branding.macros branding.macros %{_datadir}/%{name}/%{flavour}/branding.macros %{issue_slave}\
cp -f %{_datadir}/%{name}/%{flavour}/lsb-release %{_sysconfdir}/lsb-release\
/usr/sbin/update-grub2 \

%define release_preun(s) \
%preun %{-s:%1} \
if [ $1 = 0 ]; then \
%define flavour %1\
update-alternatives --remove flavour-release %{_datadir}/%{name}/%{flavour}/rosa-release\
fi\

%define release_postun(s) \
%postun %{-s:%1} \
if [ "$1" -ge "1" ]; then \
%define flavour %1\
update-alternatives --set flavour-release %{_datadir}/%{name}/%{flavour}/rosa-release\
fi\

%if %{product_product} == "Certified"
%release_post -s Cobalt
%release_post -s Chrome
%release_post -s current
%release_post -s Nickel 

%release_preun -s Cobalt
%release_preun -s Chrome
%release_preun -s current
%release_preun -s Nickel 

%release_postun -s Cobalt
%release_postun -s Chrome
%release_postun -s current
%release_postun -s Nickel 

%endif

%if %{product_product} == "Enterprise"
%release_post -s red
%release_preun -s red
%release_postun -s red
%endif

%if %{product_product} == "EE" || %{product_product} == "Free" || %{product_product} == "Fresh"
%release_post -s fresh
%release_preun -s fresh
%release_postun -s fresh
%endif

%files common
%{_datadir}/%{name}/10rosa-release.csh
%{_datadir}/%{name}/10rosa-release.sh
%{_datadir}/%{name}/en_license.html
%{_datadir}/%{name}/ru_license.html
%{_datadir}/%{name}/branding-system
%{_sysconfdir}/minsysreqs
%{_sysconfdir}/sysconfig/desktop
%dir %{_datadir}/%{name}

%if %{product_product} == "Certified"
%files Chrome
%{_datadir}/%{name}/Chrome
%dir %{_datadir}/doc/HTML/
%ghost %{_sysconfdir}/lsb-release
%ghost %{_sysconfdir}/os-release
%ghost %{_sysconfdir}/system-release

%files Cobalt
%{_datadir}/%{name}/Cobalt
%dir %{_datadir}/doc/HTML/
%ghost %{_sysconfdir}/lsb-release
%ghost %{_sysconfdir}/os-release
%ghost %{_sysconfdir}/system-release

%files Nickel
%{_datadir}/%{name}/Nickel
%dir %{_datadir}/doc/HTML/
%ghost %{_sysconfdir}/lsb-release
%ghost %{_sysconfdir}/os-release
%ghost %{_sysconfdir}/system-release

%files current
%{_datadir}/%{name}/current
%dir %{_datadir}/doc/HTML/
%ghost %{_sysconfdir}/lsb-release
%ghost %{_sysconfdir}/os-release
%ghost %{_sysconfdir}/system-release

%endif

%if %{product_product} == "Enterprise"
%files red
%{_datadir}/%{name}/red
%dir %{_datadir}/doc/HTML/
%ghost %{_sysconfdir}/lsb-release
%ghost %{_sysconfdir}/os-release
%ghost %{_sysconfdir}/system-release
%endif

%if %{product_product} == "EE" || %{product_product} == "Free" || %{product_product} == "Fresh"
%files fresh
%doc CREDITS
%dir %{_datadir}/doc/HTML/
%{_datadir}/%{name}/fresh
%ghost %{_sysconfdir}/lsb-release
%ghost %{_sysconfdir}/os-release
%ghost %{_sysconfdir}/system-release
%endif

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22383 |14mu|brasero-3.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define api		3
%define gi_major	%{version}

%define libnameburn3	%mklibname %{name}-burn %{api} %{major}
%define libnamemedia3	%mklibname %{name}-media %{api} %{major}
%define libnameutils3	%mklibname %{name}-utils %{api} %{major}

%define girmedia	%mklibname %{name}-media-gir %{gi_major}
%define girburn		%mklibname %{name}-burn-gir %{gi_major}

%define develname	%mklibname -d %{name}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		brasero
Summary:	A disc burning application for GNOME
Version:	3.12.0
Release:	1
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source1:	brasero_copy_disc.desktop
Source2:	brasero_create_data_project_from_blank_medium.desktop
Source3:	brasero_create_audio_cd_from_blank_medium.desktop
URL:		http://www.gnome.org/projects/brasero/
License:	GPLv2+
Group:		Archiving/Cd burning
BuildRequires:	pkgconfig(gdk-x11-3.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gmodule-2.0) >= 2.6.0
BuildRequires:	pkgconfig(gmodule-export-2.0) >= 2.6.0
BuildRequires:	pkgconfig(gobject-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6.3
BuildRequires:	pkgconfig(gio-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gthread-2.0) >= 2.6.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(tracker-sparql-1.0)
BuildRequires:	glib2.0-common
BuildRequires:	pkgconfig(libburn-1) >= 0.4.0
BuildRequires:	pkgconfig(libcanberra) >= 0.1
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.1
BuildRequires:	pkgconfig(libisofs-1) >= 0.6.4
BuildRequires:	pkgconfig(libnautilus-extension) >= 2.91.90
BuildRequires:	pkgconfig(libnotify) >= 0.6.1
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6.0
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(totem-plparser) >= 2.29.1
BuildRequires:	intltool >= 0.35.0
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	imagemagick
# Only needed when gnome-autogen.sh is used
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	gettext-devel itstool yelp-tools

# optional requirements to make video projects work
Suggests:	vcdimager
Suggests:	dvdauthor
Suggests:	gstreamer1.0-plugins-bad

%description
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%package -n %{libnameburn3}
Group:		System/Libraries
Summary:	A disc burning application for GNOME - shared library

%description -n %{libnameburn3}
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%package -n %{libnamemedia3}
Group:		System/Libraries
Summary:	A disc burning application for GNOME - shared library

%description -n %{libnamemedia3}
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%package -n %{libnameutils3}
Group:		System/Libraries
Summary:	A disc burning application for GNOME - shared library

%description -n %{libnameutils3}
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%package -n %{girburn}
Summary:	GObject Introspection interface description for GData
Group:		System/Libraries
Requires:	%{libnameburn3} = %{version}-%{release}
Obsoletes:	%{_lib}%{name}-burn-gir0.0 < 3.2.0-2

%description -n %{girburn}
GObject Introspection interface description for GData.

%package -n %{girmedia}
Summary:	GObject Introspection interface description for GData
Group:		System/Libraries
Requires:	%{libnamemedia3} = %{version}-%{release}
Obsoletes:	%{_lib}%{name}-media-gir0.0 < 3.2.0-2

%description -n %{girmedia}
GObject Introspection interface description for GData.

%package -n %{develname}
Summary:	A disc burning application for GNOME - development library
Group:		Development/C
Requires:	%{libnameburn3} = %{version}-%{release}
Requires:	%{libnamemedia3} = %{version}-%{release}
Requires:	%{libnameutils3} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
        --enable-nautilus \
        --enable-libburnia \
        --enable-search \
        --enable-playlist \
        --enable-preview \
        --enable-inotify \
        --disable-caches \
        --disable-static
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
%make 

%install
%makeinstall_std

sed -i 's/cd:x/cd;x/' %{buildroot}%{_datadir}/applications/%{name}.desktop

#we don't want these
find %{buildroot} -name "*.la" -delete

%find_lang %{name} --with-gnome

#(nl) KDE Solid integration
mkdir -p %{buildroot}%{_datadir}/apps/solid/actions
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/apps/solid/actions/
install -D -m 644 %{SOURCE2} %{buildroot}%{_datadir}/apps/solid/actions/
install -D -m 644 %{SOURCE3} %{buildroot}%{_datadir}/apps/solid/actions/

%files -f %{name}.lang
%doc AUTHORS MAINTAINERS NEWS README
%{_bindir}/%{name}
%{_libdir}/%{name}3
%{_libdir}/nautilus/extensions-3.0/libnautilus-brasero-extension.*
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/org.gnome.brasero.gschema.xml
%{_datadir}/GConf/gsettings/brasero.convert
%{_datadir}/icons/hicolor/*/apps/*
%{_mandir}/man1/%{name}.1*
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/apps/solid/actions/*
%{_datadir}/appdata/brasero.appdata.xml

%files -n %{libnameburn3}
%{_libdir}/lib%{name}-burn3.so.%{major}*

%files -n %{libnamemedia3}
%{_libdir}/lib%{name}-media3.so.%{major}*

%files -n %{libnameutils3}
%{_libdir}/lib%{name}-utils3.so.%{major}*

%files -n %{girburn}
%{_libdir}/girepository-1.0/BraseroBurn-*.typelib

%files -n %{girmedia}
%{_libdir}/girepository-1.0/BraseroMedia-*.typelib

%files -n %develname
%doc %{_datadir}/gtk-doc/html/libbrasero*
%{_libdir}/lib%{name}-*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}3
%{_datadir}/gir-1.0/BraseroBurn-*.gir
%{_datadir}/gir-1.0/BraseroMedia-*.gir


%changelog
* Tue Mar 17 2015 Tigro <ashejn@gmail.com> 3.12.0-1
+ Revision: c0bad5c
- drop patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22384 |14mu|brasero-3.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define api		3
%define gi_major	%{version}

%define libnameburn3	%mklibname %{name}-burn %{api} %{major}
%define libnamemedia3	%mklibname %{name}-media %{api} %{major}
%define libnameutils3	%mklibname %{name}-utils %{api} %{major}

%define girmedia	%mklibname %{name}-media-gir %{gi_major}
%define girburn		%mklibname %{name}-burn-gir %{gi_major}

%define develname	%mklibname -d %{name}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		brasero
Summary:	A disc burning application for GNOME
Version:	3.12.1
Release:	1
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source1:	brasero_copy_disc.desktop
Source2:	brasero_create_data_project_from_blank_medium.desktop
Source3:	brasero_create_audio_cd_from_blank_medium.desktop
URL:		http://www.gnome.org/projects/brasero/
License:	GPLv2+
Group:		Archiving/Cd burning
BuildRequires:	pkgconfig(gdk-x11-3.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gmodule-2.0) >= 2.6.0
BuildRequires:	pkgconfig(gmodule-export-2.0) >= 2.6.0
BuildRequires:	pkgconfig(gobject-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6.3
BuildRequires:	pkgconfig(gio-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gthread-2.0) >= 2.6.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(tracker-sparql-1.0)
BuildRequires:	glib2.0-common
BuildRequires:	pkgconfig(libburn-1) >= 0.4.0
BuildRequires:	pkgconfig(libcanberra) >= 0.1
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.1
BuildRequires:	pkgconfig(libisofs-1) >= 0.6.4
BuildRequires:	pkgconfig(libnautilus-extension) >= 2.91.90
BuildRequires:	pkgconfig(libnotify) >= 0.6.1
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6.0
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(totem-plparser) >= 2.29.1
BuildRequires:	intltool >= 0.35.0
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	imagemagick
# Only needed when gnome-autogen.sh is used
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	gettext-devel itstool yelp-tools

# optional requirements to make video projects work
Suggests:	vcdimager
Suggests:	dvdauthor
Suggests:	gstreamer1.0-plugins-bad

%description
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%package -n %{libnameburn3}
Group:		System/Libraries
Summary:	A disc burning application for GNOME - shared library

%description -n %{libnameburn3}
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%package -n %{libnamemedia3}
Group:		System/Libraries
Summary:	A disc burning application for GNOME - shared library

%description -n %{libnamemedia3}
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%package -n %{libnameutils3}
Group:		System/Libraries
Summary:	A disc burning application for GNOME - shared library

%description -n %{libnameutils3}
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%package -n %{girburn}
Summary:	GObject Introspection interface description for GData
Group:		System/Libraries
Requires:	%{libnameburn3} = %{version}-%{release}
Obsoletes:	%{_lib}%{name}-burn-gir0.0 < 3.2.0-2

%description -n %{girburn}
GObject Introspection interface description for GData.

%package -n %{girmedia}
Summary:	GObject Introspection interface description for GData
Group:		System/Libraries
Requires:	%{libnamemedia3} = %{version}-%{release}
Obsoletes:	%{_lib}%{name}-media-gir0.0 < 3.2.0-2

%description -n %{girmedia}
GObject Introspection interface description for GData.

%package -n %{develname}
Summary:	A disc burning application for GNOME - development library
Group:		Development/C
Requires:	%{libnameburn3} = %{version}-%{release}
Requires:	%{libnamemedia3} = %{version}-%{release}
Requires:	%{libnameutils3} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
Brasero is yet another CD / DVD writing application for the GNOME
desktop. It is designed to be as simple as possible and has some
unique features to enable users to create their discs easily and
quickly. It can handle both audio and data discs, and can use either
cdrkit or libburn / libisofs as the writing backend.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
        --enable-nautilus \
        --enable-libburnia \
        --enable-search \
        --enable-playlist \
        --enable-preview \
        --enable-inotify \
        --disable-caches \
        --disable-static
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
%make 

%install
%makeinstall_std

sed -i 's/cd:x/cd;x/' %{buildroot}%{_datadir}/applications/%{name}.desktop

#we don't want these
find %{buildroot} -name "*.la" -delete

%find_lang %{name} --with-gnome

#(nl) KDE Solid integration
mkdir -p %{buildroot}%{_datadir}/apps/solid/actions
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/apps/solid/actions/
install -D -m 644 %{SOURCE2} %{buildroot}%{_datadir}/apps/solid/actions/
install -D -m 644 %{SOURCE3} %{buildroot}%{_datadir}/apps/solid/actions/

%files -f %{name}.lang
%doc AUTHORS MAINTAINERS NEWS README
%{_bindir}/%{name}
%{_libdir}/%{name}3
%{_libdir}/nautilus/extensions-3.0/libnautilus-brasero-extension.*
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/org.gnome.brasero.gschema.xml
%{_datadir}/GConf/gsettings/brasero.convert
%{_datadir}/icons/hicolor/*/apps/*
%{_mandir}/man1/%{name}.1*
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/apps/solid/actions/*
%{_datadir}/appdata/brasero.appdata.xml

%files -n %{libnameburn3}
%{_libdir}/lib%{name}-burn3.so.%{major}*

%files -n %{libnamemedia3}
%{_libdir}/lib%{name}-media3.so.%{major}*

%files -n %{libnameutils3}
%{_libdir}/lib%{name}-utils3.so.%{major}*

%files -n %{girburn}
%{_libdir}/girepository-1.0/BraseroBurn-*.typelib

%files -n %{girmedia}
%{_libdir}/girepository-1.0/BraseroMedia-*.typelib

%files -n %develname
%doc %{_datadir}/gtk-doc/html/libbrasero*
%{_libdir}/lib%{name}-*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}3
%{_datadir}/gir-1.0/BraseroBurn-*.gir
%{_datadir}/gir-1.0/BraseroMedia-*.gir


%changelog

* Sun Dec 20 2015 Tigro <ashejn@gmail.com> 3.12.1-1
- (65c98ca) update to 3.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22385 |14mu|breeze-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Breeze theme
Name:		breeze
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kdecoration2-devel >= %{version}
# For kde4-style-breeze
BuildRequires:	kdelibs4-devel
BuildRequires:	kf5auth-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5frameworkintegration-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(xcb)
Requires:	breeze-cursor-theme
Requires:	breeze-cursor-theme-snow
Requires:	breeze-gtk
Requires:	breeze-icon-theme
Requires:	breeze-qml
Requires:	plasma5-color-scheme-breeze
Requires:	plasma5-color-scheme-breeze-high-contrast
Requires:	plasma5-decoration-breeze
Requires:	plasma5-look-and-feel-breeze-dark
Requires:	plasma5-style-breeze
Requires:	plasma5-wallpaper-next
Requires:	qt5-style-breeze
Requires:	kde4-style-breeze

%description
Plasma 5 Breeze theme.

%files
%{_kde5_datadir}/QtCurve/Breeze.qtcurve
%{_kde5_datadir}/kconf_update/kde4breeze.upd
%{_libexecdir}/kconf_update_bin/kde4breeze

#----------------------------------------------------------------------------

%define qmlbreeze %mklibname breeze-qml

%package -n %{qmlbreeze}
Summary:	QML plugin for Plasma 5 Breeze style
Group:		System/Libraries
Provides:	breeze-qml = %{EVRD}

%description -n %{qmlbreeze}
QML plugin for Plasma 5 Breeze style.

%files -n %{qmlbreeze}
%dir %{_kde5_qmldir}/QtQuick/Controls/Styles/Breeze/
%{_kde5_qmldir}/QtQuick/Controls/Styles/Breeze/*

#----------------------------------------------------------------------------

%package -n breeze-cursor-theme
Summary:	Plasma 5 Breeze cursor theme
Group:		Graphical desktop/KDE

%description -n breeze-cursor-theme
Plasma 5 Breeze cursor theme.

%files -n breeze-cursor-theme
%dir %{_kde5_iconsdir}/breeze_cursors
%{_kde5_iconsdir}/breeze_cursors/*

#----------------------------------------------------------------------------

%package -n breeze-cursor-theme-snow
Summary:	Plasma 5 Breeze Snow cursor theme
Group:		Graphical desktop/KDE

%description -n breeze-cursor-theme-snow
Plasma 5 Breeze Snow cursor theme.

%files -n breeze-cursor-theme-snow
%dir %{_kde5_iconsdir}/Breeze_Snow
%{_kde5_iconsdir}/Breeze_Snow/*

#----------------------------------------------------------------------------

%package -n plasma5-color-scheme-breeze
Summary:	Plasma 5 Breeze color scheme
Group:		Graphical desktop/KDE

%description -n plasma5-color-scheme-breeze
Plasma 5 Breeze color scheme.

%files -n plasma5-color-scheme-breeze
%{_kde5_datadir}/color-schemes/Breeze.colors

#----------------------------------------------------------------------------

%package -n plasma5-color-scheme-breeze-dark
Summary:	Plasma 5 Breeze Dark color scheme
Group:		Graphical desktop/KDE

%description -n plasma5-color-scheme-breeze-dark
Plasma 5 Breeze Dark color scheme.

%files -n plasma5-color-scheme-breeze-dark
%{_kde5_datadir}/color-schemes/BreezeDark.colors

#----------------------------------------------------------------------------

%package -n plasma5-color-scheme-breeze-high-contrast
Summary:	Plasma 5 Breeze High Contrast color scheme
Group:		Graphical desktop/KDE

%description -n plasma5-color-scheme-breeze-high-contrast
Plasma 5 Breeze High Contrast color scheme.

%files -n plasma5-color-scheme-breeze-high-contrast
%{_kde5_datadir}/color-schemes/BreezeHighContrast.colors

#----------------------------------------------------------------------------

%package -n plasma5-decoration-breeze
Summary:	Plasma 5 Breeze window decoration
Group:		Graphical desktop/KDE
Requires:	plasma5-settings-breeze

%description -n plasma5-decoration-breeze
Plasma 5 Breeze window decoration.

%files -n plasma5-decoration-breeze -f breeze_kwin_deco.lang
%{_kde5_services}/breezedecorationconfig.desktop
%{_qt5_plugindir}/org.kde.kdecoration2/breezedecoration.so

#----------------------------------------------------------------------------

%package -n plasma5-look-and-feel-breeze-dark
Summary:	Breeze Dark look and feel for Plasma 5
Group:		Graphical desktop/KDE
Requires:	breeze-cursor-theme
Requires:	breeze-icon-theme-dark
Requires:	plasma5-color-scheme-breeze-dark
Requires:	plasma5-style-breeze

%description -n plasma5-look-and-feel-breeze-dark
Breeze Dark look and feel for Plasma 5.

%files -n plasma5-look-and-feel-breeze-dark
%dir %{_kde5_datadir}/plasma/look-and-feel/org.kde.breezedark.desktop/
%{_kde5_datadir}/plasma/look-and-feel/org.kde.breezedark.desktop/*

#----------------------------------------------------------------------------

%package -n plasma5-settings-breeze
Summary:	Breeze theme configuration module for Plasma 5
Group:		Graphical desktop/KDE

%description -n plasma5-settings-breeze
Breeze theme configuration module for Plasma 5.

%files -n plasma5-settings-breeze
%{_kde5_bindir}/breeze-settings5
%{_kde5_iconsdir}/hicolor/*/apps/breeze-settings.*

#----------------------------------------------------------------------------

%package -n plasma5-style-breeze
Summary:	Breeze style for Plasma 5
Group:		Graphical desktop/KDE
Requires:	plasma5-settings-breeze
Requires:	qt5-style-breeze

%description -n plasma5-style-breeze
Breeze style for Plasma 5.

%files -n plasma5-style-breeze -f breeze_style_config.lang
%{_kde5_datadir}/kstyle/themes/breeze.themerc
%{_kde5_services}/breezestyleconfig.desktop
%{_qt5_plugindir}/kstyle_breeze_config.so

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-next
Summary:	Plasma 5 Next wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-next
Plasma 5 Next wallpaper.

%files -n plasma5-wallpaper-next
%dir %{_kde5_datadir}/wallpapers/Next/
%{_kde5_datadir}/wallpapers/Next/*

#----------------------------------------------------------------------------

%package -n qt5-style-breeze
Summary:	Breeze style for Qt5
Group:		Graphical desktop/KDE
Requires:	breeze-qml

%description -n qt5-style-breeze
Breeze style for Qt5.

%files -n qt5-style-breeze
%{_qt5_plugindir}/styles/breeze.so

#----------------------------------------------------------------------------

%package -n kde4-style-breeze
Summary:	Breeze style for KDE4
Group:		Graphical desktop/KDE

%description -n kde4-style-breeze
Breeze style for KDE4.

%files -n kde4-style-breeze
%{_kde_libdir}/kde4/kstyle_breeze_config.so
%{_kde_libdir}/kde4/plugins/styles/breeze.so
%{_kde_appsdir}/kstyle/themes/breeze.themerc
%{_qt_plugindir}/styles/breeze.so

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Development files for Plasma 5 Breeze style
Group:		Development/KDE and Qt
Provides:	%{name}-devel = %{version}

%description -n %{devname}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devname}
%{_kde5_libdir}/cmake/Breeze

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4 -DUSE_KDE4=true
%make
cd ..
mv build build-kde4

%cmake_kde5 -DUSE_KDE4=false
%make

%install
%makeinstall_std -C build

rm -rf build
mv build-kde4 build
%makeinstall_std -C build

mkdir -p %{buildroot}%{_qt_plugindir}/styles/
pushd %{buildroot}%{_qt_plugindir}/styles/
ln -s %{_kde_libdir}/kde4/plugins/styles/breeze.so breeze.so
popd

%find_lang breeze_style_config
%find_lang breeze_kwin_deco

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (cc89d0a) Add development subpackage with cmake modules
- (valerol: 2d99a9a) New version 5.7.2

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.5-1
- (3f3d42c) New version 5.6.5

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.3-1
- (e8131fe) Specify version for Plasma 5 BuildRequires
- (Andrey Bondrov: d564750) New version 5.6.3

* Wed Apr 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-2
- (143f71f) MassBuild#1027: Increase release tag

* Sat Apr 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-1
- (fa9b42e) Update files
- (Andrey Bondrov: 8650efa) New version 5.6.2

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-2
- (1c1dc0d) MassBuild#1001: Increase release tag

* Wed Mar 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-1
- (8c1f0cc) New version 5.5.5

* Wed Jan 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.4-1
- (143d8df) New version 5.5.4

* Thu Jan 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.3-1
- (8d6fa6e) New version 5.5.3

* Tue Dec 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.2-2
- (e431f37) Require breeze-icon-theme again
- (e431f37) Require breeze-gtk

* Mon Dec 28 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.2-1
- (24b28c5) Add plasma5-look-and-feel-breeze-dark
- (24b28c5) Drop gtkbreeze parts
- (Andrey Bondrov: f8525b4) Drop icons subpackages (moved to KF5 package)
- (Andrey Bondrov: 7e8202f) Build requires kf5plasma-devel
- (Andrey Bondrov: 0a4bc7a) New version 5.5.2

* Fri Nov 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.3-1
- (454b8a0) Drop cmake patch (fixed upstream)
- (Andrey Bondrov: bfcd5e2) New version 5.4.3

* Tue Oct 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.2-2
- (18e068b) Add patch to install more icons

* Wed Oct 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.2-1
- (7f7e3b1) New version 5.4.2

* Tue Sep 08 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.1-1
- (a218ec8) New version 5.4.1

* Wed Aug 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.0-1
- (323f8ef) Add breeze-high-contrast color scheme
- (Andrey Bondrov: 1fec3d0) New version 5.4.0

* Thu Aug 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-2
- (9502f0a) MassBuild#782: Increase release tag

* Tue Jun 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-1
- (ed2c16c) New version 5.3.2

* Wed May 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.1-1
- (f6e9e13) New version 5.3.1

* Wed Apr 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.0-1
- (c770c88) Add new files
- (Andrey Bondrov: 2bdba8f) Build requires kf5kcmutils-devel
- (Andrey Bondrov: f314670) New version 5.3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22386 |14mu|breeze-gtk-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Breeze GTK themes
Name:		breeze-gtk
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
Patch0:		breeze-gtk-5.5.2-default-font.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	gtk2-modules
BuildRequires:	pkgconfig(Qt5Core)
Requires:	breeze-gtk2-theme
Requires:	breeze-gtk3-theme
Requires:	breeze-dark-gtk2-theme
Requires:	breeze-dark-gtk3-theme

%description
Breeze GTK themes.

%files
%{_kde5_datadir}/kconf_update/gtkbreeze5.5.upd
%{_libexecdir}/kconf_update_bin/gtkbreeze5.5

#----------------------------------------------------------------------------

%package -n breeze-gtk-theme-common
Summary:	Breeze GTK theme (common files for GTK2 and GTK3)
Group:		Graphical desktop/KDE

%description -n breeze-gtk-theme-common
Breeze GTK theme (common files for GTK2 and GTK3).

%files -n breeze-gtk-theme-common
%dir %{_datadir}/themes/Breeze/assets/
%{_datadir}/themes/Breeze/assets/*

#----------------------------------------------------------------------------

%package -n breeze-gtk2-theme
Summary:	Breeze GTK2 theme
Group:		Graphical desktop/KDE
Requires:	breeze-gtk-theme-common
Requires:	gtk2-modules

%description -n breeze-gtk2-theme
Breeze GTK2 theme.

%files -n breeze-gtk2-theme
%dir %{_datadir}/themes/Breeze/gtk-2.0/
%{_datadir}/themes/Breeze/gtk-2.0/*

#----------------------------------------------------------------------------

%package -n breeze-gtk3-theme
Summary:	Breeze GTK2 theme
Group:		Graphical desktop/KDE
Requires:	breeze-gtk-theme-common

%description -n breeze-gtk3-theme
Breeze GTK2 theme.

%files -n breeze-gtk3-theme
%dir %{_datadir}/themes/Breeze/gtk-3.0/
%{_datadir}/themes/Breeze/gtk-3.0/*

#----------------------------------------------------------------------------

%package -n breeze-dark-gtk-theme-common
Summary:	Breeze Dark GTK theme (common files for GTK2 and GTK3)
Group:		Graphical desktop/KDE

%description -n breeze-dark-gtk-theme-common
Breeze Dark GTK theme (common files for GTK2 and GTK3).

%files -n breeze-dark-gtk-theme-common
%dir %{_datadir}/themes/Breeze-Dark/assets/
%{_datadir}/themes/Breeze-Dark/assets/*

#----------------------------------------------------------------------------

%package -n breeze-dark-gtk2-theme
Summary:	Breeze Dark GTK2 theme
Group:		Graphical desktop/KDE
Requires:	breeze-dark-gtk-theme-common
Requires:	gtk2-modules

%description -n breeze-dark-gtk2-theme
Breeze Dark GTK2 theme.

%files -n breeze-dark-gtk2-theme
%dir %{_datadir}/themes/Breeze-Dark/gtk-2.0/
%{_datadir}/themes/Breeze-Dark/gtk-2.0/*

#----------------------------------------------------------------------------

%package -n breeze-dark-gtk3-theme
Summary:	Breeze Dark GTK2 theme
Group:		Graphical desktop/KDE
Requires:	breeze-dark-gtk-theme-common

%description -n breeze-dark-gtk3-theme
Breeze Dark GTK2 theme.

%files -n breeze-dark-gtk3-theme
%dir %{_datadir}/themes/Breeze-Dark/gtk-3.0/
%{_datadir}/themes/Breeze-Dark/gtk-3.0/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (ddf9e69) Add subpackages with assets used by both GTK2 and GTK3 themes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22387 |14mu|breeze-icons-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 Breeze icons
Name:		breeze-icons
Version:	5.24.0
Release:	1
License:	LGPLv3+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
Source1:	start-here-kde.svg
Patch0:		breeze-icons-5.17.0-inherit-rosa-icons.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)
BuildArch:	noarch

%description
KDE Frameworks 5 Breeze icons.

#----------------------------------------------------------------------------

%package -n breeze-icon-theme
Summary:	Plasma 5 Breeze icon theme
Group:		Graphical desktop/KDE

%description -n breeze-icon-theme
Plasma 5 Breeze icon theme.

%files -n breeze-icon-theme
%dir %{_kde5_iconsdir}/breeze
%{_kde5_iconsdir}/breeze/*

#----------------------------------------------------------------------------

%package -n breeze-icon-theme-dark
Summary:	Plasma 5 Breeze Dark icon theme
Group:		Graphical desktop/KDE

%description -n breeze-icon-theme-dark
Plasma 5 Breeze Dark icon theme.

%files -n breeze-icon-theme-dark
%dir %{_kde5_iconsdir}/breeze-dark
%{_kde5_iconsdir}/breeze-dark/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
# Don't ship start-here-kde icon, it's messed up
# We should rather use "K" icon from Plasma theme
find . | grep start-here-kde | xargs rm

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

install -m 0644 %{SOURCE1} %{buildroot}%{_kde5_iconsdir}/breeze/places/32/start-here-kde.svg
install -m 0644 %{SOURCE1} %{buildroot}%{_kde5_iconsdir}/breeze-dark/places/32/start-here-kde.svg


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (555fe6a) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22388 |14mu|bsf-2.4.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
%bcond_without          full

Name:           bsf
Version:        2.4.0
Release:        6
Epoch:          0
Summary:        Bean Scripting Framework
License:        Apache License
Url:            http://jakarta.apache.org/bsf/
Group:          Development/Java
Source0:        http://www.apache.org/dist/jakarta/bsf/source/bsf-src-%{version}.tar.gz
Source1:        http://www.apache.org/dist/jakarta/bsf/source/bsf-src-%{version}.tar.gz.asc
Source2:        http://www.apache.org/dist/jakarta/bsf/source/bsf-src-%{version}.tar.gz.md5
Source3:        build-properties.xml
Requires:       apache-commons-logging
Requires:       rhino
Requires:       xalan-j2
Requires:       java >= 0:1.6
BuildRequires:  ant
BuildRequires:  apache-commons-logging
%if %with full
BuildRequires:  rhino
BuildRequires:  java-devel >= 0:1.6
BuildRequires:  xalan-j2
%endif
BuildRequires:	java-rpmbuild
BuildArch:      noarch

%description
Bean Scripting Framework (BSF) is a set of Java classes which provides
scripting language support within Java applications, and access to Java
objects and methods from scripting languages. BSF allows one to write
JSPs in languages other than Java while providing access to the Java
class library. In addition, BSF permits any Java application to be
implemented in part (or dynamically extended) by a language that is
embedded within it. This is achieved by providing an API that permits
calling scripting language engines from within Java, as well as an
object registry that exposes Java objects to these scripting language
engines.

BSF supports several scripting languages currently:
* Javascript (using Rhino ECMAScript, from the Mozilla project)
* Python (using either Jython or JPython)
* Tcl (using Jacl)
* NetRexx (an extension of the IBM REXX scripting language in Java)
* XSLT Stylesheets (as a component of Apache XML project's Xalan and
Xerces)

In addition, the following languages are supported with their own BSF
engines:
* Java (using BeanShell, from the BeanShell project)
* JRuby
* JudoScript

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
%{_bindir}/find . -name '*.jar' -o -name '*.class' | %{_bindir}/xargs -t rm
cp -a %{SOURCE3} build-properties.xml

%build
%if %with full
export CLASSPATH=$(build-classpath rhino xalan-j2 jspapi apache-commons-logging)
%else
export CLASSPATH=$(build-classpath jspapi apache-commons-logging)
%endif
##export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib/tools.jar
%{ant} bindist

%install
# jar
mkdir -p 755 %{buildroot}%{_javadir}
cp -a dist/bsf-%{version}/lib/bsf.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} ${jar/-%{version}/}; done)
# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/bsf-%{version}/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -s %{name}-%{version} %{name})

perl -pi -e 's/\r$//g' dist/bsf-%{version}/samples/scriptedui/ui.jacl dist/bsf-%{version}/samples/scriptedui/ui.py

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ $1 -eq 0 ]; then
  rm -f %{_javadocdir}/%{name}
fi

%files
%defattr(0644,root,root,0755)
%doc dist/bsf-%{version}/*.txt dist/bsf-%{version}/samples
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%ghost %{_javadocdir}/%{name}

%changelog
* Thu Jan 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:2.4.0-6
+ Revision: ad87375
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22389 |14mu|bsh-1.3.0-27
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           bsh
Version:        1.3.0
Release:        27
Summary:        Lightweight Scripting for Java
License:        SPL or LGPLv2+
Source0:        %{name}-%{version}-src.tar.bz2
#cvs -d:pserver:anonymous@beanshell.cvs.sourceforge.net:/cvsroot/beanshell login
#cvs -z3 -d:pserver:anonymous@beanshell.cvs.sourceforge.net:/cvsroot/beanshell export -r rel_1_3_0_final BeanShell
#tar cjf bsh-1.3.0-src.tar.bz2 BeanShell
Source1:        bsh-1.3.0.pom
Source2:        bsh-bsf-1.3.0.pom
Source3:        %{name}-desktop.desktop

Patch0:         %{name}-build.patch
Patch1:         %{name}-xsl-fixes.patch
BuildRequires:  java >= 0:1.6.0
BuildRequires:  ant
BuildRequires:  bsf
BuildRequires:  imagemagick
BuildRequires:  desktop-file-utils
BuildRequires:  servlet6
BuildRequires:  xalan-j2
BuildRequires:  xml-commons-apis
Requires:       java >= 0:1.6.0
Requires:       bsf
Requires:       jpackage-utils >= 0:1.7.5-3.9
URL:            http://www.beanshell.org/
Group:          Development/Java
BuildArch:      noarch

%description
BeanShell is a small, free, embeddable, Java source interpreter with
object scripting language features, written in Java. BeanShell executes
standard Java statements and expressions, in addition to obvious
scripting commands and syntax. BeanShell supports scripted objects as
simple method closures like those in Perl and JavaScript(tm).
You can use BeanShell interactively for Java experimentation and
debugging or as a simple scripting engine for your applications. In
short: BeanShell is a dynamically interpreted Java, plus some useful
stuff. Another way to describe it is to say that in many ways BeanShell
is to Java as Tcl/Tk is to C: BeanShell is embeddable - You can call
BeanShell from your Java applications to execute Java code dynamically
at run-time or to provide scripting extensibility for your applications.
Alternatively, you can call your Java applications and objects from
BeanShell; working with Java objects and APIs dynamically. Since
BeanShell is written in Java and runs in the same space as your
application, you can freely pass references to "real live" objects into
scripts and return them as results.

%package manual
Summary:        Manual for %{name}
Group:          Development/Java

%description manual
Documentation for %{name}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package demo
Summary:        Demo for %{name}
Group:          Development/Java
AutoReqProv:    no
Requires:       %{name} = %{version}-%{release}
Requires:       /usr/bin/env

%description demo
Demonstrations and samples for %{name}.

%package utils
Summary:        %{name} utilities
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}
Requires:       jline
Provides:       %{name}-desktop = %{version}-%{release}
Obsoletes:      %{name}-desktop < 0:1.3.0-17
# So that yum will pull this in on base package upgrades from < 0:1.3.0-17
# (bsh and bshdoc scripts moved here in -17):
Obsoletes:      %{name} < 0:1.3.0-17

%description utils
%{name} utilities.

%prep
%setup -q -n BeanShell
%patch0 -p1
%patch1 -p1
for j in $(find . -name "*.jar"); do
    mv $j $j.no
done
# remove all CVS files
for dir in `find . -type d -name CVS`; do rm -rf $dir; done
for file in `find . -type f -name .cvsignore`; do rm -rf $file; done
# fix rpmlint spurious-executable-perm warnings
for i in backbutton forwardbutton homebutton remoteconsole upbutton; do
    chmod 644 docs/images/$i.gif
done

%build
mkdir -p lib
pushd lib
ln -sf $(build-classpath bsf)
ln -sf $(build-classpath servlet)
ln -sf $(build-classpath xalan-j2-serializer)
popd
export CLASSPATH=$CLASSPATH:$(build-classpath xalan-j2-serializer)
ant="ant -Dant.build.javac.source=1.5"
$ant dist
%ifnarch ppc64 s390x
(cd docs/faq && $ant)
(cd docs/manual && $ant)
%endif

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 dist/%{name}-%{version}.jar \
             %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 644 dist/%{name}-bsf-%{version}.jar \
             %{buildroot}%{_javadir}/%{name}-bsf-%{version}.jar
install -m 644 dist/%{name}-classpath-%{version}.jar \
             %{buildroot}%{_javadir}/%{name}-classpath-%{version}.jar
install -m 644 dist/%{name}-commands-%{version}.jar \
             %{buildroot}%{_javadir}/%{name}-commands-%{version}.jar
install -m 644 dist/%{name}-core-%{version}.jar \
             %{buildroot}%{_javadir}/%{name}-core-%{version}.jar
install -m 644 dist/%{name}-reflect-%{version}.jar \
             %{buildroot}%{_javadir}/%{name}-reflect-%{version}.jar
install -m 644 dist/%{name}-util-%{version}.jar \
             %{buildroot}%{_javadir}/%{name}-util-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done)
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}
%add_to_maven_depmap %{name} %{name}-bsf %{version} JPP %{name}-bsf

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 %{SOURCE1} \
    %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom
install -pm 644 %{SOURCE2} \
    %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}-bsf.pom

# manual
find docs -name ".cvswrappers" -exec rm -f {} \;
find docs -name "*.xml" -exec rm -f {} \;
find docs -name "*.xsl" -exec rm -f {} \;
find docs -name "*.log" -exec rm -f {} \;
%ifnarch ppc64 s390x
(cd docs/manual && mv html/* .)
(cd docs/manual && rm -rf html)
(cd docs/manual && rm -rf xsl)
%endif
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
# menu entry
desktop-file-install --vendor=fedora --mode=644 \
  --dir=%{buildroot}%{_datadir}/applications %{SOURCE3}
install -d -m 755 %{buildroot}%{_datadir}/icons/hicolor/16x16/apps
convert src/bsh/util/lib/icon.gif \
  %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/bsh.png

# demo
for i in `find tests -name \*.bsh`; do
  perl -p -i -e 's,^\n?#!(/(usr/)?bin/java bsh\.Interpreter|/bin/sh),#!/usr/bin/env %{_bindir}/%{name},' $i
  if head -1 $i | grep '#!/usr/bin/env %{_bindir}/%{name}' >/dev/null; then
    chmod 755 $i
  else
    chmod a+r $i
  fi
done
for i in `find tests -name \*.java -o -name \*.gif -o -name \*.txt`; do
  chmod 644 $i
done
chmod 755 tests/Template
cat > one << EOF
#!/bin/sh

EOF
cat tests/Interactive/reload/one >> one
cat one > tests/Interactive/reload/one
rm one
cat > two << EOF
#!/bin/sh

EOF
cat tests/Interactive/reload/two >> two
cat two > tests/Interactive/reload/two
rm two
install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -pr tests %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_datadir}/%{name}/webapps
install -m 644 dist/bshservlet.war %{buildroot}%{_datadir}/%{name}/webapps
install -m 644 dist/bshservlet-wbsh.war %{buildroot}%{_datadir}/%{name}/webapps

# scripts
install -d %{buildroot}%{_bindir}

function bsh_script() {
    local jars=%{name}.jar runclass=
    if [ $2 = jline.ConsoleRunner ] ; then
        jars="$jars jline.jar"
        runclass=bsh.Interpreter
    fi
cat > %{buildroot}%{_bindir}/$1 << EOF
#!/bin/sh
#
# $1 script
# JPackage Project (http://jpackage.sourceforge.net)

# Source functions library
_prefer_jre=true
. %{_datadir}/java-utils/java-functions

# Source system prefs
if [ -f %{_sysconfdir}/%{name}.conf ] ; then
  . %{_sysconfdir}/%{name}.conf
fi

# Source user prefs
if [ -f \$HOME/.%{name}rc ] ; then
  . \$HOME/.%{name}rc
fi

# Configuration
MAIN_CLASS=$2
if [ -n "\$BSH_DEBUG" ]; then
  BASE_FLAGS=-Ddebug=true
fi

BASE_JARS="$jars"

# Set parameters
set_jvm
set_classpath \$BASE_JARS
set_flags \$BASE_FLAGS
set_options \$BASE_OPTIONS

# Let's start
run $runclass "\$@"
EOF
}

bsh_script bsh jline.ConsoleRunner
bsh_script bsh-desktop bsh.Console

cat > %{buildroot}%{_bindir}/%{name}doc << EOF
#!/usr/bin/env %{_bindir}/%{name}
EOF
cat scripts/bshdoc.bsh >> %{buildroot}%{_bindir}/%{name}doc

%post utils
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%post
%update_maven_depmap

%postun utils
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%postun
%update_maven_depmap

%posttrans utils
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%files
%doc src/Changes.html src/License.txt src/README.txt
%{_javadir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/webapps
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}

%ifnarch ppc64 s390x
%files manual
%doc docs/*
%endif

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%files demo
%doc tests/README.txt tests/Interactive/README
%{_datadir}/%{name}/tests/*

%files utils
%attr(0755,root,root) %{_bindir}/%{name}*
%{_datadir}/applications/*%{name}-desktop.desktop
%{_datadir}/icons/hicolor/*x*/apps/%{name}.png

%changelog

* Wed Mar 16 2016 Denis Silakov <dsilakov@gmail.com> 1.3.0-27
- (6d7a88a) Switch to newer servlet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22390 |14mu|btrfs-progs-4.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname btrfs %{major}
%define devname %mklibname btrfs -d

Summary:	Userspace programs for btrfs
Name:		btrfs-progs
Version:	4.4.1
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://btrfs.wiki.kernel.org/
Source0:	https://github.com/kdave/btrfs-progs/archive/%{name}-%{version}.tar.gz
# From http://www.spinics.net/lists/linux-btrfs/msg15899.html
Source1:	btrfs-completion.sh
Patch0:		btrfs-progs-recognize-fsck.btrfs-like-btrfsck.patch
BuildRequires:	asciidoc
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	xmlto
BuildRequires:	acl-devel
BuildRequires:	liblzo-devel
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(zlib)
Requires:	%{libname} = %{EVRD}

%description
The btrfs-progs package provides all the userpsace programs needed to create,
check, modify and correct any inconsistencies in the btrfs filesystem.

%files
%doc COPYING INSTALL
%{_sbindir}/btrfs
%{_sbindir}/btrfs-convert
%{_sbindir}/btrfs-debug-tree
%{_sbindir}/btrfs-find-root
%{_sbindir}/btrfs-image
%{_sbindir}/btrfs-map-logical
%{_sbindir}/btrfs-zero-log
%{_sbindir}/btrfsck
%{_sbindir}/btrfstune
%{_sbindir}/btrfs-select-super
%{_sbindir}/btrfs-show-super
%{_sbindir}/fsck.btrfs
%{_sbindir}/mkfs.btrfs
%{_mandir}/man5/btrfs.5.*
%{_mandir}/man8/btrfs.8.*
%{_mandir}/man8/btrfs-*.8*
%{_mandir}/man8/btrfsck.8*
%{_mandir}/man8/mkfs.btrfs.8*
%{_mandir}/man8/btrfstune.8.*
%{_mandir}/man8/fsck.btrfs.8*
%{_datadir}/bash-completion/completions/btrfs

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for btrfs
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with btrfs.

%files -n %{libname}
%{_libdir}/libbtrfs.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use btrfs
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	btrfs-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use btrfs.

%files -n %{devname}
%{_includedir}/btrfs/*
%{_libdir}/libbtrfs.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
./autogen.sh
%configure2_5x
%make CFLAGS="%{optflags} -include config.h -DBTRFS_FLAT_INCLUDES -D_XOPEN_SOURCE=700" LDFLAGS="%{ldflags}"

%install
%makeinstall_std bindir=%{_sbindir}

rm -f %{buildroot}%{_libdir}/*.a

mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
cp %{SOURCE1} %{buildroot}%{_datadir}/bash-completion/completions/btrfs


%changelog

* Mon Feb 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.4.1-1
- (ee9d0ca) New version 4.4.1
- (ee9d0ca) Build requires docbook-dtd45-xml
- (ee9d0ca) New source url



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22391 |14mu|bup-0.27-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Efficient backup system based on the git packfile format
Name:		bup
Version:	0.27
Release:	2
License:	GPLv2+
Group:		Archiving/Backup
Url:		https://bup.github.io/
Source0:	https://github.com/bup/bup/archive/%{name}-%{version}.tar.gz
Patch0:		bup-0.27-working-directory.patch
BuildRequires:	git
BuildRequires:	python-fuse
BuildRequires:	python-pylibacl
BuildRequires:	python-xattr
BuildRequires:	pkgconfig(python)
Requires:	git
Requires:	python-fuse
Requires:	python-pylibacl
Requires:	python-xattr

%description
Bup is a very efficient backup system based on the git packfile format,
providing fast incremental saves and global deduplication (among and
within files, including virtual machine images).

%files
%{_bindir}/%{name}
# this path seems to be hardcoded so using _libdir requires testing,
# just leave it like that for now
%{_prefix}/lib/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
./configure
%make

%install
%makeinstall_std


%changelog

* Wed May 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.27-2
- (5420861) Add patch to create a working directory for bup on start



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22392 |14mu|busybox-1.24.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags	%{nil}
%define _ssp_cflags	%{nil}
%define	cflags	%{optflags}

Summary:	Multi-call binary combining many common Unix tools into one executable
Name:		busybox
Version:	1.24.2
Release:	2
Epoch:		1
License:	GPLv2+
Group:		Shells
URL:		http://www.busybox.net/
Source0:	http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
Source1:	http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2.sign
Source2:	busybox-1.20.2-config
Source3:	busybox-1.18.4-minimal-config
Patch1:		busybox-i.15.2-no-march_i386.patch
Patch12:	busybox-1.2.2-ls.patch
# the default behaviour of busybox' pidof implementation is same as for
# 'pidof -x' from the standard implementation, so let's just make it
# ignore -x in stead of returning error
Patch17:	busybox-1.20.2-pidof-x-argument.patch
# These patches will be likely merged into the next upstream release
Patch100:	busybox-1.24.2-CVE-2016-2147.patch
Patch101:	busybox-1.24.2-CVE-2016-2148.patch
Patch102:	busybox-1.24.2-ash-recursive-heredocs.patch
Patch103:       busybox-1.24.2-CVE-2016-6301.patch
BuildRequires:	glibc-static-devel
BuildRequires:	tirpc-static-devel

%description
BusyBox combines tiny versions of many common UNIX utilities into a
single small executable. It provides minimalist replacements for most
of the utilities you usually find in GNU coreutils, shellutils, etc.
The utilities in BusyBox generally have fewer options than their
full-featured GNU cousins; however, the options that are included provide
the expected functionality and behave very much like their GNU counterparts.
BusyBox provides a fairly complete POSIX environment for any small or
embedded system.

BusyBox has been written with size-optimization and limited resources in
mind. It is also extremely modular so you can easily include or exclude
commands (or features) at compile time. This makes it easy to customize
your embedded systems. To create a working system, just add /dev, /etc,
and a kernel.

%package	static
Group:		Shells
Summary:	Static linked busybox

%description	static
This package contains a static linked busybox.

%prep
%setup -q
%patch1 -p1
%patch12 -p1
%patch17 -p1
%patch100 -p1
%patch101 -p1
%patch102 -p1
%patch103 -p1

%build
mkdir -p full.static
pushd full.static
cp %{SOURCE2} .config
mv .config .config1 && \
    grep -v \
        -e ^CONFIG_FEATURE_HAVE_RPC \
        -e ^CONFIG_FEATURE_MOUNT_NFS \
        -e ^CONFIG_FEATURE_INETD_RPC \
        .config1 >.config && \
    echo "# CONFIG_FEATURE_HAVE_RPC is not set" >>.config && \
    echo "# CONFIG_FEATURE_MOUNT_NFS is not set" >>.config && \
    echo "# CONFIG_FEATURE_INETD_RPC is not set" >>.config && \
yes "" | %make oldconfig V=1 KBUILD_SRC=.. -f ../Makefile
%make CC=%{__cc} LDFLAGS="%{ldflags}" LDLIBS="-ltirpc -lm" V=1 CONFIG_STATIC=y CONFIG_EXTRA_CFLAGS="%{cflags}" KBUILD_SRC=.. -f ../Makefile
popd

mkdir -p full
pushd full
cp %{SOURCE2} .config
yes "" | %make oldconfig V=1 KBUILD_SRC=.. -f ../Makefile
%make CC=%{__cc} LDFLAGS="%{ldflags}" LDLIBS="-ltirpc -lm" V=1 CONFIG_STATIC=n CONFIG_EXTRA_CFLAGS="%{cflags}" KBUILD_SRC=.. -f ../Makefile
popd

%check
# FIXME
%if 0
%make CC=%{__cc} V=1 check
%endif

%install
install -m755 full/busybox_unstripped -D %{buildroot}%{_bindir}/busybox
install -m755 full.static/busybox_unstripped -D %{buildroot}/bin/busybox.static

%files
%doc AUTHORS README TODO
%{_bindir}/busybox

%files static
%doc AUTHORS README TODO
/bin/busybox.static

%changelog

* Wed Aug 31 2016 Denis Silakov <dsilakov@gmail.com> 1:1.24.2-2
- (081c141) Fix CVE-2016-6301



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22393 |14mu|bwidget-1.9.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Extended widget set for Tk
Name:		bwidget
Version:	1.9.9
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://tcllib.sourceforge.net/
Source0:	http://downloads.sourceforge.net/tcllib/%{name}-%{version}.tar.gz
Requires:	tcl
Requires:	tk
BuildRequires:	pkgconfig(tcl)
BuildArch:	noarch

%description
An extended widget set for Tcl/Tk.

%files
%doc README.txt LICENSE.txt
%doc BWman/*.html
%defattr(-,root,root,0755)
%{tcl_sitelib}/%{name}%{version}

#----------------------------------------------------------------------------

%prep
%setup -q
sed -i 's/\r//' LICENSE.txt BWman/*.html

%build

%install
# Don't bother with the included configure script and Makefile.  They
# are missing a lot of pieces and won't work at all.  Installation is
# pretty simple, so we can just do it here manually.
mkdir -p %{buildroot}%{tcl_sitelib}/%{name}%{version}/
mkdir -p %{buildroot}%{tcl_sitelib}/%{name}%{version}/lang
mkdir -p %{buildroot}%{tcl_sitelib}/%{name}%{version}/images

install -m 0644 -pD *.tcl %{buildroot}%{tcl_sitelib}/%{name}%{version}/
install -m 0644 -pD lang/*.rc %{buildroot}%{tcl_sitelib}/%{name}%{version}/lang/
install -m 0644 -pD images/*.gif images/*.xbm %{buildroot}%{tcl_sitelib}/%{name}%{version}/images/


%changelog

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.9-2
- (4439922) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22394 |14mu|bzip2-1.0.6-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name}_ %{major}
%define devname %mklibname %{name} -d

%bcond_with pdf

Summary:	Extremely powerful file compression utility
Name:		bzip2
Version:	1.0.6
Release:	13
License:	BSD
Group:		Archiving/Compression
Url:		http://www.bzip.org/index.html
Source0:	http://www.bzip.org/%{version}/%{name}-%{version}.tar.gz
Source1:	bzgrep
Source2:	bzme
Source3:	bzme.1
Patch0:		bzip2-1.0.6-makefile.diff
Patch1:		bzip2-1.0.6-CVE-2016-3189.patch
BuildRequires:	libtool
BuildRequires:	texinfo
%if %{with pdf}
BuildRequires:	tetex-dvips
BuildRequires:	tetex-latex
%endif
Requires:	mktemp
Requires:	%{libname} = %{EVRD}

%description
Bzip2 compresses files using the Burrows-Wheeler block-sorting text
compression algorithm, and Huffman coding. Compression is generally
considerably better than that achieved by more conventional LZ77/LZ78-based
compressors, and approaches the performance of the PPM family of statistical
compressors.

The command-line options are deliberately very similar to those of GNU Gzip,
but they are not identical.

%files
%doc README LICENSE CHANGES
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for developing apps which will use bzip2
Group:		System/Libraries

%description -n %{libname}
Library of bzip2 functions, for developing apps which will use the
bzip2 library (aka libz2).

%files -n %{libname}
%doc LICENSE
/%{_lib}/libbz2.so.%{major}
/%{_lib}/libbz2.so.%{major}.*
%{_libdir}/libbz2.so.%{major}
%{_libdir}/libbz2.so.%{major}.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for developing apps which will use bzip2
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{mklibname bzip2_ 1 -d} < 1.0.5-3

%description -n %{devname}
Header files and static library of bzip2 functions, for developing apps which
will use the bzip2 library (aka libz2).

%files -n %{devname}
%doc *.html LICENSE
%if %{with pdf}
%doc manual.pdf
%endif
/%{_lib}/libbz2.so
%{_libdir}/libbz2.so
%{_includedir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .makefile
%patch1 -p1 -b .CVE-2016-3189

echo "lib = %{_lib}" >> config.in
echo "CFLAGS = %{optflags}" >> config.in
echo "LDFLAGS = %{ldflags}" >> config.in

cp %{SOURCE1} bzgrep
cp %{SOURCE2} bzme
cp %{SOURCE3} bzme.1

%build
%make -f Makefile-libbz2_so
%make

%if %{with pdf}
texi2dvi --pdf manual.texi
%endif

%install
%makeinstall_std

install -m0755 bzme %{buildroot}%{_bindir}/
install -m0755 bzgrep %{buildroot}%{_bindir}/
install -m0644 bzgrep.1 %{buildroot}%{_mandir}/man1/

cat > %{buildroot}%{_bindir}/bzless <<EOF
#!/bin/sh
%{_bindir}/bunzip2 -c "\$@" | %{_bindir}/less
EOF
chmod 755 %{buildroot}%{_bindir}/bzless
install -m 644 %{SOURCE3} %{buildroot}%{_mandir}/man1/

# cleanup
rm -f %{buildroot}%{_lib}/*.a

# use e.g. /lib64 instead of /usr/lib64, because we have some binaries in /sbin and /bin, linked with libbz2.so.*
mkdir -p %{buildroot}/%{_lib}
mv -v %{buildroot}/%{_libdir}/* %{buildroot}/%{_lib}/

# Compatibility with Debian, Ubuntu and logics
# https://bugzilla.rosalinux.ru/show_bug.cgi?id=9286
# https://stackoverflow.com/a/10586169
# bashisms :(
IFS='.' read -r -a array <<< %{version}
buildroot_lib="%{buildroot}/%{_lib}"
cur_name="libbz2.so" #cur_name - current name
for index in "${!array[@]}"
do
	#echo "$index ${array[index]}"
	if [ "$index" != '0' ]
	then
		cur_name="${cur_name}.${array[index]}"
		[ ! -f "${buildroot_lib}/${cur_name}" ] && \
		ln -sr "${buildroot_lib}/${cur_name_major}" "${buildroot_lib}/${cur_name}"
	else
		cur_name_major="${cur_name}.${array[index]}"
		[ -f "${buildroot_lib}/${cur_name_major}" ] || exit 1
		cur_name="${cur_name_major}"
	fi
done

# Compatibility symlinks after moving from /usr/lib(64) to /lib(64) in rosa2016.1 on the fly
%if %{mdvver} >= 201800
echo "Remove compatibility symlinks in Rosa 2018/2019!"
exit 1
%endif
for i in $(/bin/ls %{buildroot}/%{_lib}); do ln -sr "%{buildroot}/%{_lib}/${i}" "%{buildroot}/%{_libdir}/${i}"; done

%changelog

* Thu Oct 18 2018 Mikhail Novosyolov <m.novosyolov@rosalinux.ru> 1.0.6-13
- (f0ec014) [backport from rosa2016.1]
- (f0ec014) 1) Move from /usr/lib(64) to /lib(64) because we have binaries in /sbin and /bin which load libbz2.so.* + compatibility symlinks from old locations
- (f0ec014) 2) Symlinks for compatibility with Ubuntu/Debian and logics (e.g. wps-office, built on Ubuntu wants libbz2.so.1.0 and we did not have it, https://bugzilla.rosalinux.ru/show_bug.cgi?id=9286)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22395 |14mu|cabextract-1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A program to extract Microsoft Cabinet files
Name:		cabextract
Version:	1.6
Release:	1
License:	GPLv2+
Group:		Archiving/Compression
Url:		http://www.cabextract.org.uk
Source0:	http://www.cabextract.org.uk/%{name}-%{version}.tar.gz

%description
Cabinet (.CAB) files are a form of archive, which Microsoft use to distribute
their software, and things like Windows Font Packs. The cabextract program
simply unpacks such files.

%files
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/cabextract
%{_mandir}/man1/cabextract.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%changelog
* Fri Mar 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-1
+ Revision: 56f9465
- Updated to 1.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22396 |14mu|cairo-1.14.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major	2
%define libname		%mklibname cairo %{lib_major}
%define devname	%mklibname -d cairo

#gw check coverage fails in 1.9.4
%define enable_test 0
%define stable 1
%define build_plf 0
%define build_doc 0
%define enable_xcb 0

%{?_with_plf: %{expand: %%global build_plf 1}}
%if %{build_plf}
%define distsuffix plf
%endif

Summary:	Cairo - multi-platform 2D graphics library
Name:		cairo
Version:	1.14.0
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://cairographics.org/
%if %{stable}
Source0:	http://cairographics.org/releases/%{name}-%{version}.tar.xz
Source1:	http://cairographics.org/releases/%{name}-%{version}.tar.xz.sha1
Source2:	http://cairographics.org/releases/%{name}-%{version}.tar.xz.sha1.asc
%else
Source0:	http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
Source1:	http://cairographics.org/snapshots/%{name}-%{version}.tar.gz.sha1
%endif
# http://bugs.freedesktop.org/show_bug.cgi?id=11838
# http://bugs.freedesktop.org/show_bug.cgi?id=13335
# https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/209256
# http://forums.fedoraforum.org/showthread.php?p=1094309#post1094309
Patch0:		cairo-respect-fontconfig.patch

# https://bugs.freedesktop.org/show_bug.cgi?id=30910
Patch1:		cairo-1.12.2-rosa-buildfix.patch

# From Fedora, fix possible crashes:
Patch2:		cairo-1.12.8-0-sized-glyph-xlib.patch
Patch3:		cairo-1.12.8-0-sized-glyph-xcb.patch

%if %{build_doc}
BuildRequires:	gtk-doc
%endif
%if %{enable_test}
BuildRequires:	fonts-ttf-bitstream-vera
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(rsvg-2.0)
%endif
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libspectre)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	x11-server-xvfb

%description
Cairo provides anti-aliased vector-based rendering for X. Paths
consist of line segments and cubic splines and can be rendered at any
width with various join and cap styles. All colors may be specified
with optional translucence (opacity/alpha) and combined using the
extended Porter/Duff compositing algebra as found in the X Render
Extension.

Cairo exports a stateful rendering API similar in spirit to the path
construction, text, and painting operators of PostScript, (with the
significant addition of translucence in the imaging model). When
complete, the API is intended to support the complete imaging model of
PDF 1.4.

Cairo relies on the Xc library for backend rendering. Xc provides an
abstract interface for rendering to multiple target types. As of this
writing, Xc allows Cairo to target X drawables as well as generic
image buffers. Future backends such as PostScript, PDF, and perhaps
OpenGL are currently being planned.

%if %{build_plf}
This package is in restricted repository because this build has LCD subpixel
hinting enabled which are covered by software patents.
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Cairo - multi-platform 2D graphics library
Group:		System/Libraries

%description -n %{libname}
Cairo provides anti-aliased vector-based rendering for X. Paths
consist of line segments and cubic splines and can be rendered at any
width with various join and cap styles. All colors may be specified
with optional translucence (opacity/alpha) and combined using the
extended Porter/Duff compositing algebra as found in the X Render
Extension.

Cairo exports a stateful rendering API similar in spirit to the path
construction, text, and painting operators of PostScript, (with the
significant addition of translucence in the imaging model). When
complete, the API is intended to support the complete imaging model of
PDF 1.4.

Cairo relies on the Xc library for backend rendering. Xc provides an
abstract interface for rendering to multiple target types. As of this
writing, Xc allows Cairo to target X drawables as well as generic
image buffers. Future backends such as PostScript, PDF, and perhaps
OpenGL are currently being planned.

%if %{build_plf}
This package is in restricted repository because this build has LCD subpixel
hinting enabled which are covered by software patents.
%endif

%files -n %{libname}
%doc COPYING
%{_libdir}/libcairo.so.%{lib_major}*
%{_libdir}/libcairo-gobject.so.%{lib_major}*
%{_libdir}/libcairo-script-interpreter.so.%{lib_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Cairo library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development files for Cairo library.

%files -n %{devname}
%doc AUTHORS NEWS README
%doc RELEASING BIBLIOGRAPHY BUGS ChangeLog
%attr(755,root,root) %{_bindir}/cairo-trace
%attr(755,root,root) %{_bindir}/cairo-sphinx
%{_libdir}/cairo/
%{_libdir}/lib*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/cairo/

#----------------------------------------------------------------------------

%prep
%setup -q
%if %{build_plf}
%patch0 -p1
%endif
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
./autogen.sh

export CFLAGS=`echo %{optflags} -ffat-lto-objects`

%configure2_5x \
	--disable-static \
	--enable-pdf \
	--enable-ps \
	--enable-tee \
%if %{build_doc}
	--enable-gtk-doc \
%endif
%if %{enable_xcb}
	--enable-xcb
%endif

%make

%if %{enable_test}
%check
XDISPLAY=$(i=1; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
%{_bindir}/Xvfb -screen 0 1600x1200x24 :$XDISPLAY &
export DISPLAY=:$XDISPLAY
make check
kill $(cat /tmp/.X$XDISPLAY-lock)
%endif

%install
%makeinstall_std


%changelog
* Mon Mar 09 2015 Tigro <ashejn@gmail.com> 1.14.0-2
+ Revision: e518e8a
- bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22397 |14mu|cairo-1.14.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname cairo %{major}
%define devname %mklibname cairo -d

#gw check coverage fails in 1.9.4
%bcond_with test
%bcond_with plf
%bcond_with docs
%bcond_with xcb

%if %{with plf}
%define distsuffix plf
%endif

Summary:	Cairo - multi-platform 2D graphics library
Name:		cairo
Version:	1.14.2
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://cairographics.org/
Source0:	http://cairographics.org/releases/%{name}-%{version}.tar.xz
Source1:	http://cairographics.org/releases/%{name}-%{version}.tar.xz.sha1
Source2:	http://cairographics.org/releases/%{name}-%{version}.tar.xz.sha1.asc
# http://bugs.freedesktop.org/show_bug.cgi?id=11838
# http://bugs.freedesktop.org/show_bug.cgi?id=13335
# https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/209256
# http://forums.fedoraforum.org/showthread.php?p=1094309#post1094309
Patch0:		cairo-respect-fontconfig.patch

# https://bugs.freedesktop.org/show_bug.cgi?id=30910
Patch1:		cairo-1.12.2-rosa-buildfix.patch

%if %{with docs}
BuildRequires:	gtk-doc
%endif
%if %{with test}
BuildRequires:	fonts-ttf-bitstream-vera
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(rsvg-2.0)
%endif
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libspectre)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	x11-server-xvfb

%description
Cairo provides anti-aliased vector-based rendering for X. Paths
consist of line segments and cubic splines and can be rendered at any
width with various join and cap styles. All colors may be specified
with optional translucence (opacity/alpha) and combined using the
extended Porter/Duff compositing algebra as found in the X Render
Extension.

Cairo exports a stateful rendering API similar in spirit to the path
construction, text, and painting operators of PostScript, (with the
significant addition of translucence in the imaging model). When
complete, the API is intended to support the complete imaging model of
PDF 1.4.

Cairo relies on the Xc library for backend rendering. Xc provides an
abstract interface for rendering to multiple target types. As of this
writing, Xc allows Cairo to target X drawables as well as generic
image buffers. Future backends such as PostScript, PDF, and perhaps
OpenGL are currently being planned.

%if %{with plf}
This package is in restricted repository because this build has LCD subpixel
hinting enabled which are covered by software patents.
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Cairo - multi-platform 2D graphics library
Group:		System/Libraries

%description -n %{libname}
Cairo provides anti-aliased vector-based rendering for X. Paths
consist of line segments and cubic splines and can be rendered at any
width with various join and cap styles. All colors may be specified
with optional translucence (opacity/alpha) and combined using the
extended Porter/Duff compositing algebra as found in the X Render
Extension.

Cairo exports a stateful rendering API similar in spirit to the path
construction, text, and painting operators of PostScript, (with the
significant addition of translucence in the imaging model). When
complete, the API is intended to support the complete imaging model of
PDF 1.4.

Cairo relies on the Xc library for backend rendering. Xc provides an
abstract interface for rendering to multiple target types. As of this
writing, Xc allows Cairo to target X drawables as well as generic
image buffers. Future backends such as PostScript, PDF, and perhaps
OpenGL are currently being planned.

%if %{with plf}
This package is in restricted repository because this build has LCD subpixel
hinting enabled which are covered by software patents.
%endif

%files -n %{libname}
%doc COPYING
%{_libdir}/libcairo.so.%{major}*
%{_libdir}/libcairo-gobject.so.%{major}*
%{_libdir}/libcairo-script-interpreter.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Cairo library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development files for Cairo library.

%files -n %{devname}
%doc AUTHORS NEWS README
%doc RELEASING BIBLIOGRAPHY BUGS ChangeLog
%attr(755,root,root) %{_bindir}/cairo-trace
%attr(755,root,root) %{_bindir}/cairo-sphinx
%{_libdir}/cairo/
%{_libdir}/lib*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/cairo/

#----------------------------------------------------------------------------

%prep
%setup -q
%if %{with plf}
%patch0 -p1
%endif
%patch1 -p1

%build
autoreconf -fi

export CFLAGS=`echo %{optflags} -ffat-lto-objects`

%configure2_5x \
	--disable-static \
	--enable-pdf \
	--enable-ps \
	--enable-tee \
%if %{with docs}
	--enable-gtk-doc \
%endif
%if %{with xcb}
	--enable-xcb
%endif

%make

%if %{with test}
%check
XDISPLAY=$(i=1; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
%{_bindir}/Xvfb -screen 0 1600x1200x24 :$XDISPLAY &
export DISPLAY=:$XDISPLAY
make check
kill $(cat /tmp/.X$XDISPLAY-lock)
%endif

%install
%makeinstall_std


%changelog

* Thu Aug 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.14.2-1
- (8d7655e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22398 |14mu|calamares-2.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major %{version}.0
%define libname %mklibname %{name} %{major}
%define libnameui %mklibname %{name}ui %{major}
%define devname %mklibname %{name} -d

Summary:	Distribution-independent installer framework
Name:		calamares
Version:	2.3
Release:	1
License:	GPLv3+
Group:		System/Configuration/Other
Url:		http://calamares.io/
Source0:	calamares-%{version}.tar.gz
Source2:	calamares.rpmlintrc
Source3:	%{name}.service
Source4:	%{name}.target
Source5:	%{name}-install-start
Source6:	%{name}-install-setup
Source7:	rosa-bootloader.conf
Source8:	rosa-displaymanager.conf
Source9:	rosa-finished.conf
Source10:	rosa-fstab.conf
Source11:	rosa-grubcfg.conf
Source12:	rosa-keyboard.conf
Source13:	rosa-locale.conf
Source14:	rosa-machineid.conf
Source15:	rosa-mount.conf
Source16:	rosa-packages.conf
Source17:	rosa-welcome.conf
Source18:	rosa-services.conf
Source19:	rosa-settings.conf
Source20:	rosa-unpackfs.conf
Source21:	rosa-users.conf
Source22:	rosa-partition.conf
Source23:	rosa-removeuser.conf
Source24:	rosa-webview.conf
Source100:	rosa-adverts-en.tar.bz2
Source101:	rosa-adverts-ru.tar.bz2
Patch0:		calamares-1.1.4.2-polkit-qt5.patch
Patch1:		calamares-2.2.3-desktop-file.patch
Patch2:		calamares-libparted-detection.patch
BuildRequires:	cmake
BuildRequires:	extra-cmake-modules
BuildRequires:	boost-devel
BuildRequires:	boost-python3-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5parts-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5solid-devel
BuildRequires:	kpmcore-devel
BuildRequires:	yaml-cpp-devel
BuildRequires:	pkgconfig(polkit-qt5-1)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(libatasmart)
BuildRequires:	pkgconfig(libcrypto)
BuildRequires:	pkgconfig(libparted)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5WebEngineWidgets)
BuildRequires:	pkgconfig(Qt5Xml)
Requires(post):	branding-configs-fresh
Requires:	console-setup
Requires:	coreutils
Requires:	dmidecode
Requires:	dosfstools
Requires:	dracut
Requires:	e2fsprogs
Requires:	gawk
Requires:	gptfdisk
Requires:	grub2
%ifarch x86_64
# EFI currently only supported on x86_64
Requires:	grub2-efi
%endif
Requires:	lvm2
Requires:	NetworkManager
Requires:	ntfs-3g
# (tpg) needed for calamares-install-setup
Requires:	openbox
Requires:	os-prober
Requires:	partitionmanager
Requires:	polkit
Requires:	rsync
Requires:	setxkbmap
Requires:	shadow-utils
Requires:	squashfs-tools
Requires:	systemd
Requires:	systemd-units
Requires:	urpmi
Requires:	util-linux
Requires:	xkbcomp
Requires:	xli
ExclusiveArch:	%{ix86} x86_64

%description
Calamares is a distribution-independent installer framework, designed to
install from a live CD/DVD/USB environment to a hard disk. It includes
a graphical installation program based on Qt 5.

%files
%doc LICENSE AUTHORS
%dir %{_sysconfdir}/systemd/system/calamares.target.wants
%dir %{_libdir}/calamares
%dir %{_datadir}/calamares
%dir %{_datadir}/calamares/branding
%dir %{_datadir}/calamares/branding/default
%dir %{_sysconfdir}/calamares
%dir %{_sysconfdir}/calamares/modules
%dir %{_sysconfdir}/calamares/branding
%dir %{_sysconfdir}/calamares/branding/auto
%dir %{_datadir}/calamares/qml
%dir %{_datadir}/calamares/qml/calamares
%dir %{_datadir}/calamares/qml/calamares/slideshow
%{_presetdir}/90-%{name}.preset
%{_sysconfdir}/systemd/system/calamares.target.wants/%{name}.service
%{_unitdir}/%{name}.service
%{_unitdir}/%{name}.target
%{_sbindir}/%{name}-install-start
%{_sbindir}/%{name}-install-setup
%{_bindir}/calamares
%{_datadir}/calamares/settings.conf
%{_datadir}/calamares/branding/default/*
%{_datadir}/calamares/modules/
%{_datadir}/calamares/qml/calamares/slideshow/*.qml
%{_datadir}/calamares/qml/calamares/slideshow/qmldir
%{_datadir}/applications/calamares.desktop
%{_datadir}/polkit-1/actions/com.github.calamares.calamares.policy
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_sysconfdir}/calamares/*.conf
%{_sysconfdir}/calamares/modules/*.conf
%{_libdir}/calamares/*
%ghost %{_sysconfdir}/calamares/branding/auto/branding.desc
%{_sysconfdir}/calamares/branding/auto/*.qml
%{_sysconfdir}/calamares/branding/auto/*.png

%post
# generate the "auto" branding
. %{_sysconfdir}/os-release

cat >%{_sysconfdir}/calamares/branding/auto/branding.desc <<EOF
# THIS FILE IS AUTOMATICALLY GENERATED! ANY CHANGES TO THIS FILE WILL BE LOST!
---
componentName:  auto

strings:
    productName:         "$NAME"
    shortProductName:    "$NAME"
    version:             "$VERSION"
    shortVersion:        "$VERSION"
    versionedName:       "$NAME $VERSION"
    shortVersionedName:  "$NAME $VERSION"
    bootloaderEntryName: "ROSA Desktop Fresh"
    productUrl:          "$HOME_URL"
    supportUrl:          "$BUG_REPORT_URL"
    knownIssuesUrl:      "http://wiki.rosalab.ru/ru/index.php/Errata_ROSA_Desktop_R6"
    releaseNotesUrl:     "http://wiki.rosalab.ru/ru/index.php/ROSA_Desktop_Fresh_R6"

images:
    productLogo:         "%{_datadir}/calamares/branding/default/squid.png"
    productIcon:         "%{_datadir}/calamares/branding/default/squid.png"

slideshow:               "rosa-ads.qml"

style:
    sidebarBackground: "#263039"
    sidebarText: "#FFFFFF"
    sidebarTextSelect: "#292F34"

EOF

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for Calamares
Group:		System/Libraries

%description -n %{libname}
Shared library for Calamares.

%files -n %{libname}
%{_libdir}/libcalamares.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libnameui}
Summary:	Shared library for Calamares
Group:		System/Libraries

%description -n %{libnameui}
Shared library for Calamares.

%files -n %{libnameui}
%{_libdir}/libcalamaresui.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Calamares
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libnameui} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files and headers for Calamares.

%files -n %{devname}
%dir %{_includedir}/libcalamares
%dir %{_libdir}/cmake/Calamares
%{_includedir}/libcalamares/*
%{_libdir}/libcalamares.so
%{_libdir}/libcalamaresui.so
%{_libdir}/cmake/Calamares/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

#delete backup files
rm -f src/modules/*/*.conf.default-settings

%build
%cmake_qt5 \
	-DWITH_PARTITIONMANAGER:BOOL=ON \
	-DWITH_PYTHON:BOOL=ON

%make

%install
%makeinstall_std -C build

#own the local settings directories
mkdir -p %{buildroot}%{_sysconfdir}/calamares/modules
mkdir -p %{buildroot}%{_sysconfdir}/calamares/branding/auto
touch %{buildroot}%{_sysconfdir}/calamares/branding/auto/branding.desc

# (tpg) settings specific for OMV
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/calamares/modules/bootloader.conf
install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/calamares/modules/displaymanager.conf
install -m 644 %{SOURCE9} %{buildroot}%{_sysconfdir}/calamares/modules/finished.conf
install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/calamares/modules/fstab.conf
install -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/calamares/modules/grubcfg.conf
install -m 644 %{SOURCE12} %{buildroot}%{_sysconfdir}/calamares/modules/keyboard.conf
install -m 644 %{SOURCE13} %{buildroot}%{_sysconfdir}/calamares/modules/locale.conf
install -m 644 %{SOURCE14} %{buildroot}%{_sysconfdir}/calamares/modules/machineid.conf
install -m 644 %{SOURCE15} %{buildroot}%{_sysconfdir}/calamares/modules/mount.conf
install -m 644 %{SOURCE16} %{buildroot}%{_sysconfdir}/calamares/modules/packages.conf
install -m 644 %{SOURCE17} %{buildroot}%{_sysconfdir}/calamares/modules/welcome.conf
install -m 644 %{SOURCE18} %{buildroot}%{_sysconfdir}/calamares/modules/services.conf
install -m 644 %{SOURCE19} %{buildroot}%{_sysconfdir}/calamares/settings.conf
install -m 644 %{SOURCE20} %{buildroot}%{_sysconfdir}/calamares/modules/unpackfs.conf
install -m 644 %{SOURCE21} %{buildroot}%{_sysconfdir}/calamares/modules/users.conf
install -m 644 %{SOURCE22} %{buildroot}%{_sysconfdir}/calamares/modules/partition.conf
install -m 644 %{SOURCE23} %{buildroot}%{_sysconfdir}/calamares/modules/removeuser.conf
install -m 644 %{SOURCE24} %{buildroot}%{_sysconfdir}/calamares/modules/webview.conf

# (tpg) service files
mkdir -p %{buildroot}{%{_unitdir},%{_sbindir},%{_sysconfdir}/systemd/system/calamares.target.wants}
install -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service
install -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/%{name}.target
install -m 755 %{SOURCE5} %{buildroot}%{_sbindir}/%{name}-install-start
install -m 744 %{SOURCE6} %{buildroot}%{_sbindir}/%{name}-install-setup
ln -sf %{_unitdir}/%{name}.service %{buildroot}%{_sysconfdir}/systemd/system/calamares.target.wants/%{name}.service

install -d %{buildroot}%{_presetdir}
cat > %{buildroot}%{_presetdir}/90-%{name}.preset << EOF
enable %{name}.service
EOF

# (tpg) install adverts and slideshow
tar xf %{SOURCE100} -C %{buildroot}%{_sysconfdir}/calamares/branding/auto


%changelog

* Sat Jul 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3-1
- (0b53dea) Library major version is 2.3.0, not 2.3
- (Andrey Bondrov: 01070b5) New version 2.3

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.3-2
- (a7a7065) Bump release

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.3-1
- (2153835) New version 2.2.3

* Wed Mar 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1-1
- (0833225) New library major 2.1.0
- (Andrey Bondrov: bdb5436) New version 2.1

* Thu Feb 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-2
- (557b020) Bump release

* Thu Feb 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-1
- (d61fbc4) Adjust rosa-settings.conf to match new Calamares version format
- (Andrey Bondrov: 020d3cd) Build requires kf5iconthemes-devel
- (Andrey Bondrov: 324dead) Build requires kf5service-devel
- (Andrey Bondrov: c7f21dc) Build requires kf5kio-devel
- (Andrey Bondrov: 06fa24c) Build requires kf5parts-devel
- (Andrey Bondrov: 0708c85) New version 2.0.0
- (Andrey Bondrov: 0708c85) Build with kpmcore support for partitioning routines
- (Andrey Bondrov: 0708c85) New libraries major 2.0.0
- (Andrey Bondrov: 0708c85) Update files

* Fri Nov 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.4.2-10
- (139a9de) Update 0003-do-not-set-default-users-group-on-home patch to fix build
- (Andrey Bondrov: f97b5a3) Apply patches properly (fix a typo)
- (Andrey Bondrov: 1ad4908) Don't use apply_patches macro
- (Andrey Bondrov: 83d2f79) Run removeuser module before users, not after

* Fri Nov 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.4.2-9
- (8dcb58a) Add patch from github to avoid setting default (users) group on home dirs

* Fri Nov 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.4.2-8
- (e30fb2b) Use fillscreen instead of fullscreen when setting installer background
- (Andrey Bondrov: a5892b4) Try to fix issue with services config (disable section cannot be commented out)

* Thu Nov 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.4.2-7
- (f271857) Enable machineid module

* Thu Nov 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.4.2-6
- (17ffbbf) Use /dev/mapper/live-base in unpackfs module instead of squashfs.img
- (Andrey Bondrov: caec592) Disable webview module
- (Andrey Bondrov: f628c3e) Fix path to default background

* Thu Nov 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.4.2-5
- (660a8e6) Try without mahineid module for now

* Thu Nov 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.4.2-4
- (3a85f1c) Update adverts

* Wed Nov 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.4.2-3
- (7374060) Bump release

* Wed Nov 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.4.2-2
- (b4da4bc) Build partition module
- (Andrey Bondrov: d13bf36) Require shadow-utils instead of shadow
- (Andrey Bondrov: 344c062) Don't depend on lxqt-common, use calamares icon for now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22399 |14mu|cantor-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Interface for doing Mathematics and Scientific Computing
Name:		cantor
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/cantor/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	analitza-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libR)
BuildRequires:	pkgconfig(libspectre)
BuildRequires:	pkgconfig(libqalculate)
BuildRequires:	pkgconfig(python)

%description
Cantor is a KDE Application aimed to provide a nice Interface
for doing Mathematics and Scientific Computing. It doesn't implement
its own Computation Logic, but instead is built around different
Backends.

%files
%doc README TODO
%doc %{_kde_docdir}/HTML/en/cantor
%{_kde_bindir}/cantor
%{_kde_bindir}/cantor_rserver
%{_kde_libdir}/kde4/cantor_advancedplotassistant.so
%{_kde_libdir}/kde4/cantor_creatematrixassistant.so
%{_kde_libdir}/kde4/cantor_differentiateassistant.so
%{_kde_libdir}/kde4/cantor_eigenvaluesassistant.so
%{_kde_libdir}/kde4/cantor_eigenvectorsassistant.so
%{_kde_libdir}/kde4/cantor_helppanelplugin.so
%{_kde_libdir}/kde4/cantor_importpackageassistant.so
%{_kde_libdir}/kde4/cantor_integrateassistant.so
%{_kde_libdir}/kde4/cantor_invertmatrixassistant.so
%{_kde_libdir}/kde4/cantor_kalgebrabackend.so
%{_kde_libdir}/kde4/cantor_maximabackend.so
%{_kde_libdir}/kde4/cantor_nullbackend.so
%{_kde_libdir}/kde4/cantor_octavebackend.so
%{_kde_libdir}/kde4/cantor_python2backend.so
%{_kde_libdir}/kde4/cantor_plot2dassistant.so
%{_kde_libdir}/kde4/cantor_plot3dassistant.so
%{_kde_libdir}/kde4/cantor_qalculatebackend.so
%{_kde_libdir}/kde4/cantor_qalculateplotassistant.so
%{_kde_libdir}/kde4/cantor_rbackend.so
%{_kde_libdir}/kde4/cantor_runscriptassistant.so
%{_kde_libdir}/kde4/cantor_sagebackend.so
%{_kde_libdir}/kde4/cantor_scilabbackend.so
%{_kde_libdir}/kde4/cantor_solveassistant.so
%{_kde_libdir}/kde4/cantor_variablemanagerplugin.so
%{_kde_libdir}/kde4/libcantorpart.so
%{_kde_libdir}/libcantor_config.so
%{_kde_applicationsdir}/cantor.desktop
%{_kde_appsdir}/cantor
%{_kde_iconsdir}/*/*/apps/cantor.*
%{_kde_iconsdir}/*/*/apps/luabackend.png
%{_kde_iconsdir}/*/*/apps/maximabackend.png
%{_kde_iconsdir}/*/*/apps/octavebackend.png
%{_kde_iconsdir}/*/*/apps/pythonbackend.png
%{_kde_iconsdir}/*/*/apps/qalculatebackend.png
%{_kde_iconsdir}/*/*/apps/rbackend.png
%{_kde_iconsdir}/*/*/apps/sagebackend.png
%{_kde_iconsdir}/*/*/apps/scilabbackend.png
%{_kde_configdir}/cantor*.knsrc
%{_kde_datadir}/appdata/cantor.appdata.xml
%{_kde_datadir}/config.kcfg/cantor.kcfg
%{_kde_datadir}/config.kcfg/cantor_libs.kcfg
%{_kde_datadir}/config.kcfg/kalgebrabackend.kcfg
%{_kde_datadir}/config.kcfg/maximabackend.kcfg
%{_kde_datadir}/config.kcfg/octavebackend.kcfg
%{_kde_datadir}/config.kcfg/python2backend.kcfg
%{_kde_datadir}/config.kcfg/qalculatebackend.kcfg
%{_kde_datadir}/config.kcfg/rserver.kcfg
%{_kde_datadir}/config.kcfg/sagebackend.kcfg
%{_kde_datadir}/config.kcfg/scilabbackend.kcfg
%{_kde_services}/cantor
%{_kde_servicetypes}/cantor_assistant.desktop
%{_kde_servicetypes}/cantor_backend.desktop
%{_kde_servicetypes}/cantor_panelplugin.desktop

#---------------------------------------------

%define cantorlibs_major 1
%define libcantorlibs %mklibname cantorlibs %{cantorlibs_major}

%package -n %{libcantorlibs}
Summary:	Runtime library for cantor
Group:		System/Libraries
Obsoletes:	%{mklibname cantorlibs 0} < %{EVRD}

%description -n %{libcantorlibs}
Runtime library for cantor.

%files -n %{libcantorlibs}
%{_kde_libdir}/libcantorlibs.so.0*
%{_kde_libdir}/libcantorlibs.so.%{cantorlibs_major}

#---------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libcantorlibs} = %{EVRD}
Conflicts:	kdeedu4-devel < 4.6.90

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_libdir}/libcantorlibs.so
%{_includedir}/%{name}

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: da5c258
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22400 |14mu|c-ares-1.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname cares %{major}
%define devname %mklibname cares -d

Summary:	A library that performs asynchronous DNS operations
Name:		c-ares
Version:	1.11.0
Release:	1
License:	MIT
Group:		System/Libraries
Url:		http://c-ares.haxx.se/
Source0:	http://c-ares.haxx.se/download/%{name}-%{version}.tar.gz
Patch0:		c-ares-1.10.0-fdr-rpm-compiler-options.patch

%description
c-ares is a C library that performs DNS requests and name resolves
asynchronously. c-ares is a fork of the library named 'ares', written
by Greg Hudson at MIT.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library that performs asynchronous DNS operations
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
c-ares is a C library that performs DNS requests and name resolves
asynchronously. c-ares is a fork of the library named 'ares', written
by Greg Hudson at MIT.

%files -n %{libname}
%{_libdir}/libcares.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for c-ares
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and developemnt libraries
needed to compile applications or shared objects that use c-ares.

%files -n %{devname}
%doc README.cares CHANGES NEWS
%{_includedir}/ares*.h
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/libcares.pc
%{_mandir}/man3/ares_*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--enable-shared \
	--enable-thread \
	--enable-libgcc \
	--enable-nonblocking \
	--enable-optimize \
	--disable-static

%make

%install
%makeinstall_std


%changelog

* Fri Oct 07 2016 dsilakov <denis.silakov@rosalab.ru> 1.11.0-1
- (a44a536) Merge pull request #1 from import/c-ares:rosa2016.1
- (a44a536) New version 1.11.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22401 |14mu|cargo-0.21.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%bcond_with bootstrap

Summary:	The Rust package manager
Name:		cargo
Version:	0.21.0
Release:	2
License:	MIT
Group:		Development/Rust
Url:		http://www.rust-lang.org/
Source0:	https://github.com/rust-lang/cargo/archive/%{name}-%{version}.tar.gz
Source10:	https://static.rust-lang.org/dist/cargo-%{version}-i686-unknown-linux-gnu.tar.gz
Source11:	https://static.rust-lang.org/dist/cargo-%{version}-x86_64-unknown-linux-gnu.tar.gz
# Use vendored crate dependencies so we can build offline.
# Created using https://github.com/alexcrichton/cargo-vendor/ 0.1.7
# Or can be taken from Fedora package
Source100:	%{name}-%{version}-vendor.tar.xz
%if %{without bootstrap}
BuildRequires:	cargo >= 0.13.0
%endif
BuildRequires:	cmake
BuildRequires:	curl
BuildRequires:	rust
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
Cargo downloads your Rust project’s dependencies and compiles your project.

%files
%{_bindir}/cargo

#----------------------------------------------------------------------------

%prep
%setup -q

%if %{with bootstrap}
%ifarch x86_64
%define cargo_arch x86_64
tar xf %{SOURCE11}
%else
%define cargo_arch i686
tar xf %{SOURCE10}
%endif
%define local_cargo cargo-%{version}-%{cargo_arch}-unknown-linux-gnu/cargo/bin/cargo
%else
%define local_cargo %{_bindir}/cargo
%endif

# vendored crates
tar xf %{SOURCE100}

# define the offline registry
%define cargo_home $PWD/.cargo
mkdir -p %{cargo_home}
cat >.cargo/config <<EOF
[source.crates-io]
registry = 'https://github.com/rust-lang/crates.io-index'
replace-with = 'vendored-sources'

[source.vendored-sources]
directory = '$PWD/vendor'
EOF

%build
export CARGO_HOME="%{cargo_home}"

%{local_cargo} build --release

%install
export CARGO_HOME="%{cargo_home}"

%{local_cargo} install --root %{buildroot}%{_prefix}
rm %{buildroot}%{_prefix}/.crates.toml


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22402 |14mu|caribou-0.4.18.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define major		0
%define gir_major	1.0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname -d %{name}
%define girname		%mklibname %{name}-gir %{gir_major}

Summary:	A simplified in-place on-screen keyboard
Name:		caribou
Version:	0.4.18.1
Release:	1
Group:		Accessibility
License:	LGPLv2+
URL:		http://live.gnome.org/Caribou
Source0:	http://ftp.gnome.org/pub/GNOME/sources/caribou/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool
BuildRequires:	python-virtkey
BuildRequires:	python-at-spi
BuildRequires:	python-gi
BuildRequires:	vala
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(gee-1.0)
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libxklavier)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(xtst)
Requires:	pyatspi

%description
Caribou is a text entry application that currently manifests itself as
a simplified in-place on-screen keyboard.

%package	gtk2
Summary:	GTK2 Integration for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description	gtk2
GTK2 Integration for %{name}.

%package	gtk3
Summary:	GTK3 Integration for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description	gtk3
GTK3 Integration for %{name}.

%package -n	%{libname}
Summary:	Library files for %{name}
Group:		System/Libraries

%description -n %{libname}
Library files for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

find %{buildroot} -name '*.la' -exec rm -f {} ';'

echo "OnlyShowIn=GNOME;" >> %{buildroot}%{_sysconfdir}/xdg/autostart/caribou-autostart.desktop
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/caribou-autostart.desktop || :

%find_lang caribou

%files -f caribou.lang
%doc NEWS README
%{_bindir}/caribou-preferences
%{_datadir}/caribou
%{_datadir}/antler
%{_datadir}/dbus-1/services/org.gnome.Caribou.Antler.service
%{_datadir}/dbus-1/services/org.gnome.Caribou.Daemon.service
%{_libexecdir}/antler-keyboard
%{_libexecdir}/%{name}
%{_sysconfdir}/xdg/autostart/caribou-autostart.desktop
%{_datadir}/glib-2.0/schemas/*
%{py_puresitedir}/caribou

%files gtk2
%{_libdir}/gtk-2.0/modules/libcaribou-gtk-module.so

%files gtk3
%{_libdir}/gtk-3.0/modules/libcaribou-gtk-module.so
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/caribou-gtk-module.desktop

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Caribou-%{gir_major}.typelib

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_datadir}/gir-1.0/Caribou-%{gir_major}.gir
%{_libdir}/pkgconfig/caribou-1.0.pc
%{_datadir}/vala

%changelog

* Wed Apr 15 2015 Tigro <ashejn@gmail.com> 0.4.18.1-1
- (643f2ec) update to 0.14.18.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22403 |14mu|ccache-3.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ccache
Version:	3.2.4
Release:	1
Group:		Development/Other
Summary:	Compiler Cache
License:	GPLv3+
URL:		http://ccache.samba.org/
Source0:	http://samba.org/ftp/ccache/%{name}-%{version}.tar.xz

%description
ccache is a compiler cache. It acts as a caching pre-processor to 
C/C++ compilers, using the -E compiler switch and a hash to detect 
when a compilation can be satisfied from cache. This often results 
in a 5 to 10 times speedup in common compilations.

To enable ccache's default use, the system admin should modify 
%{_sysconfdir}/sysconfig/ccache to "yes". If its default use is not 
enabled and you wish to use it, simply add %{_prefix}/%{_lib}/ccache/bin/ to 
the start of your \$PATH

%prep
%setup -q

%build
%configure2_5x
%make

%__cat <<EOF > %{name}.sh

if [ -f /etc/sysconfig/ccache ]; then
    . /etc/sysconfig/ccache
fi
if [ "\$USE_CCACHE_DEFAULT" = "yes" ]; then
    if [ -z \`echo "\$PATH" | grep "%_libdir/ccache/bin"\` ]; then
        export PATH="%_libdir/ccache/bin:\$PATH"
    fi
fi
EOF

%__cat << EOF > %{name}.csh

if ( -f /etc/sysconfig/ccache ) then
    eval \`sed -n 's/^\([^#]*\)=\([^#]*\)/set \1=\2;/p' < /etc/sysconfig/ccache\`
endif
if ( "\$USE_CCACHE_DEFAULT" == "yes" ) then
    if ( "\$path" !~ *%_libdir/ccache/bin* ) then
        setenv path = ( %_libdir/ccache/bin \$path )
    endif
endif
EOF

%install
%__rm -rf %{buildroot}
%__install -dm 755 %{buildroot}{%{_bindir},%{_libdir}/ccache/bin,%{_mandir}/man1}
%__install -pm 755 ccache %{buildroot}%{_bindir}
%__install -pm 644 ccache.1 %{buildroot}%{_mandir}/man1
%__install -pm 755 %{name}.sh -D %{buildroot}%{_sysconfdir}/profile.d/30ccache.sh
%__install -pm 755 %{name}.csh -D %{buildroot}%{_sysconfdir}/profile.d/30ccache.csh

rm -f %{name}-%{version}.compilers
pref=`gcc -dumpmachine`

create_compiler() {
%__cat <<EOF > %{buildroot}%{_prefix}/%{_lib}/ccache/bin/$1
#!/bin/sh
if [ ! -x %_bindir/$1 ]; then
	echo Error: compiler $1 does not exist. >&2
	exit 127
fi
PATH=%_bindir:\$PATH
if [ -f /etc/sysconfig/ccache ]; then
	. /etc/sysconfig/ccache
	if [ "\$USE_CCACHE_WITH_ICECREAM" = "yes" ]; then
	PATH=%{_libdir}/icecc/bin:\$PATH
	fi
fi

ccache ${1} "\$@"
EOF
echo "%attr(0755,root,root) %{_libdir}/ccache/bin/$1" >> %{name}-%{version}.compilers
}

for name in gcc g++ c++; do
 for comp in $name $pref-$name ${pref/manbo/mandriva}-$name; do
  # check for backports that have no manbo:
  [ -e "%{buildroot}%{_libdir}/ccache/bin/$comp" ] || create_compiler $comp
 done
done
create_compiler cc

%__mkdir_p %{buildroot}%{_sysconfdir}/sysconfig/
%__cat <<EOF > %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
# Should we add the ccache compiler symlinks to PATH
# yes|no
# Please note that if added to \$PATH the user can still disable 
# it with CCACHE_DISABLE
# If not enabled by default, the user can add %{_libdir}/ccache/bin/
# to their \$PATH
USE_CCACHE_DEFAULT="no"

# Enable icecream integration
USE_CCACHE_WITH_ICECREAM="no"

EOF

%files -f %{name}-%{version}.compilers
%dir %{_libdir}/ccache
%dir %{_libdir}/ccache/bin
%{_bindir}/ccache
%{_mandir}/man1/ccache.1*
%{_sysconfdir}/profile.d/*
%config(noreplace) %{_sysconfdir}/sysconfig/*






%changelog

* Fri Nov 27 2015 dsilakov <denis.silakov@rosalab.ru> 3.2.4-1
- (c8e4faa) Merge pull request #2 from alexey_rassikhin/ccache:rosa2014.1
- (c8e4faa) New version 3.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22404 |14mu|ccid-1.4.15-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A generic USB Chip/Smart Card Interface Devices driver
Name:		ccid
Version:	1.4.15
Release:	4
# RSA_SecurID_getpasswd and Kobil_mIDentity_switch are GPLv2+
License:	GPLv2+ and LGPLv2+
Group:		System/Libraries
Url:		http://pcsclite.alioth.debian.org/
# ccid svn contains symlinks to files pcsc svn. To create a working
# source tarball from svn:
# mkdir -p ccid/Drivers
# cd ccid
# svn co svn://svn.debian.org/pcsclite/trunk/PCSC
# cd Drivers
# svn co svn://svn.debian.org/pcsclite/trunk/Drivers/ccid
Source0:	https://alioth.debian.org/download.php/3920/ccid-%{version}.tar.bz2
Source1:	https://alioth.debian.org/download.php/3921/ccid-%{version}.tar.bz2.asc
Patch0:		ccid-libtool_fixes.diff
Patch1:		ccid-lower-autoconf-version.patch
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	systemd-units
BuildRequires:	pkgconfig(libpcsclite)
BuildRequires:	pkgconfig(libusb)
Requires:	pcsc-lite
# update-reader.conf is called in %%post
Requires(post,preun,postun):	pcsc-lite
Requires(post,preun,postun):	systemd

%description
This package provides a generic USB Chip/Smart Card Interface Devices
driver.

%files
%doc AUTHORS INSTALL README COPYING
%doc readers contrib/Kobil_mIDentity_switch/README_Kobil_mIDentity_switch.txt
%doc README.towitoko
%config(noreplace) %{_sysconfdir}/reader.conf.d/*.conf
%config /lib/udev/rules.d/92_pcscd_ccid.rules
%{_libdir}/pcsc/drivers/ifd-ccid.bundle
%{_libdir}/pcsc/drivers/serial

%post
%systemd_post pcscd.service

%preun
%systemd_preun pcscd.service

%postun
%systemd_postun_with_restart pcscd.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fis
%configure2_5x \
	--enable-twinserial \
	--enable-udev

%make

%install
%makeinstall_std

# serial driver is installed separately
%makeinstall_std -C src install_ccidtwin

# conf file should be placed inside reader.conf.d
mkdir -p %{buildroot}%{_sysconfdir}/reader.conf.d/
mv -f %{buildroot}/%{_sysconfdir}/reader.conf.d/libccidtwin %{buildroot}%{_sysconfdir}/reader.conf.d/GemPCTwin-serial.conf

# udev
install -m 0644 -D src/92_pcscd_ccid.rules %{buildroot}/lib/udev/rules.d/92_pcscd_ccid.rules

rm -rf %{buildroot}%{_docdir}/*
rm -f readers/Makefile*
cp -f src/towitoko/README README.towitoko


%changelog
* Tue Feb 24 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1.4.15-4
+ Revision: ed318ae
- move serial driver config



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22405 |14mu|ccs-tools-1.6.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define date 20090528

Summary:	TOMOYO Linux tools
Name:		ccs-tools
Version:	1.6.8
Release:	6
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://tomoyo.sourceforge.jp/
Source0:	http://osdn.dl.sourceforge.jp/tomoyo/27220/ccs-tools-%{version}-%{date}.tar.gz
Source1:	README.ccs-tools.urpmi
Source2:	tomoyo.logrotate
Source3:	tomoyo.init
Patch0:		ccs-tools-dont-use-chown.patch
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)

%description
TOMOYO Linux is an extension for Linux to provide Mandatory Access Control
(MAC) functions. This package contains the tools needed to configure,
activate and manage the TOMOYO Linux MAC system and policies.

%files
%doc README.install.urpmi
%{_sysconfdir}/logrotate.d/tomoyo
%attr(700,root,root) %{_initrddir}/ccs-auditd
%attr(700,root,root) /sbin/ccs-init
%attr(700,root,root) /sbin/tomoyo-init
%{_exec_prefix}/lib/ccs/
%{_sbindir}/ccs-auditd
%{_sbindir}/ccs-ccstree
%{_sbindir}/ccs-checkpolicy
%{_sbindir}/ccs-domainmatch
%{_sbindir}/ccs-editpolicy
%{_sbindir}/ccs-findtemp
%{_sbindir}/ccs-ld-watch
%{_sbindir}/ccs-loadpolicy
%{_sbindir}/ccs-pathmatch
%{_sbindir}/ccs-patternize
%{_sbindir}/ccs-queryd
%{_sbindir}/ccs-savepolicy
%{_sbindir}/ccs-setlevel
%{_sbindir}/ccs-setprofile
%{_sbindir}/ccs-sortpolicy
%{_mandir}/man8/ccs-auditd.8*
%{_mandir}/man8/ccs-ccstree.8*
%{_mandir}/man8/ccs-checkpolicy.8*
%{_mandir}/man8/ccs-domainmatch.8*
%{_mandir}/man8/ccs-editpolicy.8*
%{_mandir}/man8/ccs-editpolicy-agent.8*
%{_mandir}/man8/ccs-findtemp.8*
%{_mandir}/man8/ccs-init.8*
%{_mandir}/man8/ccs-ld-watch.8*
%{_mandir}/man8/ccs-loadpolicy.8*
%{_mandir}/man8/ccs-notifyd.8*
%{_mandir}/man8/ccs-pathmatch.8*
%{_mandir}/man8/ccs-patternize.8*
%{_mandir}/man8/ccs-queryd.8*
%{_mandir}/man8/ccs-savepolicy.8*
%{_mandir}/man8/ccs-setlevel.8*
%{_mandir}/man8/ccs-setprofile.8*
%{_mandir}/man8/ccs-sortpolicy.8*
%{_mandir}/man8/init_policy.sh.8*
%{_mandir}/man8/tomoyo-init.8*
%{_mandir}/man8/tomoyo_init_policy.sh.8*
%{_logdir}/tomoyo/

%post
%_post_service ccs-auditd

%preun
%_preun_service ccs-auditd

#----------------------------------------------------------------------------

%prep
%setup -qn ccstools
%patch0 -p1

%build
%make -s all CFLAGS="%{optflags}"

%install
%makeinstall -s INSTALLDIR=%{buildroot}
install -m 644 %{SOURCE1} README.install.urpmi
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d/
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/tomoyo
mkdir -p %{buildroot}%{_initrddir}
install -m 700 %{SOURCE3} %{buildroot}%{_initrddir}/ccs-auditd
mkdir -p %{buildroot}%{_logdir}/tomoyo


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.8-6
- (ec3baa1) Spec cleanup
- (ec3baa1) Build with system optflags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22406 |14mu|certmonger-0.78.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Certificate status monitor and PKI enrollment client
Name:		certmonger
Version:	0.78.4
Release:	3
License:	GPLv3+
Group:		System/Base
Url:		http://certmonger.fedorahosted.org
Source0:	http://fedorahosted.org/released/certmonger/%{name}-%{version}.tar.gz
Source1:	http://fedorahosted.org/released/certmonger/%{name}-%{version}.tar.gz.sig
Patch0:		1001-Remove-rekey-feature.patch
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(krb5)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(talloc)
BuildRequires:	pkgconfig(tevent)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(xmlrpc)
Requires(post,preun,postun):	systemd

%description
Certmonger is a service which is primarily concerned with getting your
system enrolled with a certificate authority (CA) and keeping it enrolled.

%files -f %{name}.lang
%doc README LICENSE STATUS doc/*.txt
%{_bindir}/certmaster-getcert
%{_bindir}/getcert
%{_bindir}/ipa-getcert
%{_bindir}/local-getcert
%{_bindir}/selfsign-getcert
%{_datadir}/dbus-1/services/certmonger.service
%{_mandir}/man1/certmaster-getcert.1*
%{_mandir}/man1/getcert.1*
%{_mandir}/man1/getcert-*.1*
%{_mandir}/man1/ipa-getcert.1*
%{_mandir}/man1/local-getcert.1*
%{_mandir}/man1/selfsign-getcert.1*
%{_mandir}/man5/certmonger.conf.5*
%{_mandir}/man8/certmonger.8*
%{_mandir}/man8/certmonger-*.8*
%{_libexecdir}/%{name}
%{_localstatedir}/lib/certmonger
%{_sbindir}/certmonger
%ghost %dir %{_localstatedir}/run/certmonger
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/certmonger.conf
%dir %{_sysconfdir}/certmonger
%config(noreplace) %{_sysconfdir}/certmonger/certmonger.conf
%{_tmpfilesdir}/certmonger.conf
%{_unitdir}/certmonger.service
%{_datadir}/dbus-1/system-services/org.fedorahosted.certmonger.service

%post
%tmpfiles_create %{_tmpfilesdir}/certmonger.conf
%systemd_post certmonger.service

%postun
%systemd_postun certmonger.service

%preun
%systemd_preun certmonger.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--enable-now \
	--enable-pie \
	--enable-systemd \
	--enable-tmpfiles \
	--with-homedir=%{_localstatedir}/run/certmonger \
	--with-tmpdir=%{_localstatedir}/run/certmonger

# For some reason, some versions of xmlrpc-c-config in Fedora and RHEL just
# tell us about libxmlrpc_client, but we need more.  Work around.
%make XMLRPC_LIBS="-lxmlrpc_client -lxmlrpc_util -lxmlrpc"

%install
%makeinstall_std
mkdir -p %{buildroot}%{_localstatedir}/lib/certmonger/{cas,requests}
install -m755 -d %{buildroot}%{_localstatedir}/run/certmonger

%find_lang %{name}


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.78.4-3
- (0b26327) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22407 |14mu|cervisia-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CVS frontend for KDE
Name:		cervisia
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Requires:	cvs
Conflicts:	kdesdk4-core < 1:4.11.0
Conflicts:	kdesdk4-devel < 1:4.11.0

%description
CVS frontend for KDE.

%files
%{_kde_bindir}/cvsaskpass
%{_kde_bindir}/cvsservice
%{_kde_bindir}/cervisia
%{_kde_applicationsdir}/cervisia.desktop
%{_kde_appsdir}/cervisia/cervisia.notifyrc
%{_kde_appsdir}/cervisia/cervisiashellui.rc
%{_kde_appsdir}/cervisiapart/cervisiaui.rc
%{_kde_datadir}/config.kcfg/cervisiapart.kcfg
%{_kde_iconsdir}/*/*/*/*cervisia*
%{_kde_libdir}/libkdeinit4_cvsaskpass.so
%{_kde_libdir}/libkdeinit4_cvsservice.so
%{_kde_libdir}/libkdeinit4_cervisia.so
%{_kde_libdir}/kde4/cervisiapart.so
%{_kde_services}/cervisiapart.desktop
%{_kde_services}/cvsservice.desktop
%{_kde_docdir}/*/*/cervisia
%{_kde_mandir}/man1/cervisia.1.*
%{_datadir}/dbus-1/interfaces/org.kde.cervisia.*.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 9885732
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22408 |14mu|cglib-2.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _mavenpomdir /usr/share/maven2/poms
Name:           cglib
Version:        2.2
Release:        7
Summary:        Code Generation Library for Java
License:        ASL 2.0
Group:          Development/Java
Url:            http://cglib.sourceforge.net/
Source0:        http://downloads.sourceforge.net/project/%{name}/%{name}2/%{version}/%{name}-src-%{version}.jar
Source1:        http://mirrors.ibiblio.org/pub/mirrors/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom
# Remove the repackaging step that includes other jars into the final thing
Patch0:         %{name}-build_xml.patch

Requires: java >= 0:1.6.0
Requires: objectweb-asm

BuildRequires:  ant
BuildRequires:  jpackage-utils >= 0:1.5
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  objectweb-asm
BuildRequires:  unzip
BuildArch:      noarch
Requires(post): jpackage-utils
Requires(postun): jpackage-utils


%description
cglib is a powerful, high performance and quality code generation library 
for Java. It is used to extend Java classes and implements interfaces 
at runtime.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
%description javadoc
Documentation for the cglib code generation library.

%prep
%setup -q -c %{name}-%{version}
rm lib/*.jar
%patch0 -p1

%build
export CLASSPATH=`build-classpath objectweb-asm`
ant jar javadoc

%install
mkdir -p ${RPM_BUILD_ROOT}%{_javadocdir}/
cp -r docs ${RPM_BUILD_ROOT}%{_javadocdir}/%{name}-%{version}
mkdir -p %{buildroot}%{_javadir}
cp -p dist/%{name}-%{version}.jar  %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

mkdir -p %{buildroot}%{_mavenpomdir}
cp %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap net.sf.cglib %{name} %{version} JPP %{name}

%clean

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(-,root,root,-)
%doc LICENSE NOTICE
%{_javadir}/*.jar
%{_mavenpomdir}/*
%config(noreplace) %{_mavendepmapfragdir}/%{name}

%files javadoc
%defattr(-,root,root,-)
%{_javadocdir}/%{name}-%{version}



%changelog

* Thu Jun 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-7
- (bb515d8) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22409 |14mu|cgmanager-0.36-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname   %mklibname cgmanager %{major}
%define develname %mklibname cgmanager -d
%define debugcflags	%nil
%define	debug_package	%nil

Name:		cgmanager
Version:	0.36
Release:	3
Summary:	Linux cgroup manager
URL:		https://linuxcontainers.org/cgmanager/introduction/
Source0:	https://linuxcontainers.org/downloads/%{name}/%{name}-%{version}.tar.gz
Group:		System/Kernel and hardware
License:	LGPLv2+
Epoch:		1

BuildRequires:	dbus-devel
BuildRequires:	libnih-devel
BuildRequires:	help2man

%description
CGManager is a central privileged daemon that manages all your cgroups
for you through a simple D-Bus API. It's designed to work with nested LXC
containers as well as accepting unprivileged requests including resolving
user namespaces UIDs/GIDs.

### ---------------------------------------------------------------------------------- ###

%package -n	%{libname}
Summary:	Shared library files for %{name}
Group:		System/Libraries

%description -n %{libname}
The %{name}-libs package contains libraries for running
%{name} applications.

### ---------------------------------------------------------------------------------- ###

%package -n	%{develname}
Summary:	Development library for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel

%description -n %{develname}
The %{name}-devel package contains header files and library
needed for development with %{name}.

### ---------------------------------------------------------------------------------- ###

%prep
%setup -q
%apply_patches

%build
%configure2_5x --with-distro=openmandriva --with-init-script=systemd
%make

%install
%makeinstall_std
find %{buildroot} -type f -name '*.la' -exec rm -f {} ';'
sed -i 's|ExecStart=/sbin/cgproxy|ExecStart=/usr/sbin/cgproxy|g' %{buildroot}/usr/lib/systemd/system/cgproxy.service
sed -i 's|ExecStart=/sbin/cgmanager|ExecStart=/usr/sbin/cgmanager|g' %{buildroot}/usr/lib/systemd/system/cgmanager.service
mkdir -p %{buildroot}%{_unitdir}
mv %{buildroot}/usr/lib/systemd/system/{cgmanager,cgproxy}.service %{buildroot}%{_unitdir}

#RPM build errors:
#	Installed (but unpackaged) file(s) found:
#		/usr/lib/systemd/system/cgmanager.service
#		/usr/lib/systemd/system/cgproxy.service

%files
%defattr(-,root,root)
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man1/*
%{_mandir}/man8/*
%{_datadir}/%{name}/*
%{_unitdir}/*

%files	-n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.*

%files	-n %{develname}
%defattr(-,root,root)
%{_includedir}/%{name}/*
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

%changelog

* Sat Jan 30 2016 Denis Silakov <dsilakov@gmail.com> 1:0.36-3
- (b0107ee) Upload sources



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22410 |14mu|check-0.9.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A unit test framework for C
Name:		check
Version:	0.9.13
Release:	2
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://check.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/check/%{name}-%{version}.tar.gz

%description
Check is a unit test framework for C. It features a simple interface for
defining unit tests, putting little in the way of the developer. Tests are run
in a separate address space, so Check can catch both assertion failures and
code errors that cause segmentation faults or other signals.  The output from
unit tests can be used within source code editors and IDEs.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C testing framework
Group:		System/Libraries

%description -n %{libname}
Check is a unit test framework for C. It features a simple interface for
defining unit tests, putting little in the way of the developer. Tests are run
in a separate address space, so Check can catch both assertion failures and
code errors that cause segmentation faults or other signals. The output from
unit tests can be used within source code editors and IDEs.

%files -n %{libname}
%{_libdir}/libcheck.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%{_bindir}/checkmk
%{_datadir}/doc/%{devname}-%{version}
%{_datadir}/aclocal/check.m4
%{_libdir}/libcheck.so
%{_libdir}/libcheck.a
%{_includedir}/*
%{_libdir}/pkgconfig/check.pc
%{_infodir}/check.info*
%{_mandir}/man1/checkmk.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

# move documentation
mv %{buildroot}%{_datadir}/doc/%{name} \
    %{buildroot}%{_datadir}/doc/%{devname}-%{version}

%changelog
* Wed Dec 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.13-2
+ Revision: 1ac501d
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22411 |14mu|cheese-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define gtk_maj 23
%define major 7
%define gir_maj 3.0
%define libname %mklibname %{name} %{major}
%define gtkname %mklibname %{name}-gtk %{gtk_maj}
%define girname %mklibname %{name}-gtk-gir %{gir_maj}
%define devname %mklibname %{name} -d
%define devgtk %mklibname %{name}-gtk -d

%define launchers %{_sysconfdir}/dynamic/launchers/webcam

Summary:	A GNOME application for taking pictures and videos from a webcam
Name:		cheese
Version:	3.16.1
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://www.gnome.org/projects/cheese/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/cheese/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	glib2.0-common
BuildRequires:	gnome-doc-utils >= 0.20
BuildRequires:	gtk-doc >= 1.14
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	vala
BuildRequires:	%{_lib}gstbasevideo1.0-devel
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(cairo) >= 1.10.0
BuildRequires:	pkgconfig(clutter-1.0) >= 1.6.1
BuildRequires:	pkgconfig(clutter-gst-2.0)
BuildRequires:	pkgconfig(clutter-gtk-1.0) >= 1.5.2
BuildRequires:	pkgconfig(gdk-3.0) >= 2.99.4
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gnome-desktop-3.0) >= 2.91.6
BuildRequires:	pkgconfig(gnome-video-effects)
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6.7
BuildRequires:	pkgconfig(gstreamer-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-plugins-bad-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0) >= 1.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.99.4
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.26
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	pkgconfig(pangocairo) >= 1.28.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)

Requires:	gsettings-desktop-schemas
Requires:	gstreamer1.0-gstclutter
Requires:	gstreamer1.0-plugins-base
Requires:	gstreamer1.0-plugins-good
Requires:	gstreamer1.0-plugins-bad
Requires:	gstreamer1.0-vp8
Requires:	gnome-video-effects

# TODO update features once added upstream
%description
Cheese is a Photobooth-inspired GNOME application for taking pictures and
videos from a webcam. It also includes fancy graphical effects based on
the gstreamer-backend.

%files -f %{name}.lang
%config(noreplace) %{launchers}/*.desktop
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
%{_iconsdir}/hicolor/*/*/*
%{_mandir}/man1/cheese.1*
%{_libexecdir}/gnome-camera-service
%{_datadir}/appdata/org.gnome.Cheese.appdata.xml
%{_datadir}/dbus-1/services/org.gnome.Camera.service
%{_datadir}/dbus-1/services/org.gnome.Cheese.service

%post
update-alternatives --install %{launchers}/kde.desktop webcam.kde.dynamic %{launchers}/%{name}.desktop 60
update-alternatives --install %{launchers}/gnome.desktop webcam.gnome.dynamic %{launchers}/%{name}.desktop 60

%postun
if [ "$1" = "0" ]; then
   update-alternatives --remove webcam.kde.dynamic %{launchers}/%{name}.desktop
   update-alternatives --remove webcam.gnome.dynamic %{launchers}/%{name}.desktop
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library part of %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{gtkname}
Summary:	Shared library part of %{name} - gtk
Group:		System/Libraries

%description -n %{gtkname}
This package contains the shared library for %{name}-gtk.

%files -n %{gtkname}
%{_libdir}/lib%{name}-gtk.so.%{gtk_maj}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Cheese-%{gir_maj}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Developent files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description -n %{devname}
This packages contains the development library and header files for %{name}.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gir-1.0/Cheese-%{gir_maj}.gir
%{_datadir}/gtk-doc/html/%{name}/

#----------------------------------------------------------------------------

%package -n %{devgtk}
Summary:	Developent files for %{name}-gtk
Group:		Development/C
Requires:	%{gtkname} = %{EVRD}
Requires:	%{devname} = %{EVRD}

%description -n %{devgtk}
This packages contains the development library and header files for %{name}-gtk.

%files -n %{devgtk}
%{_libdir}/lib%{name}-gtk.so
%{_libdir}/pkgconfig/%{name}-gtk.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static

%make

%install
%makeinstall_std
%find_lang %{name} --with-gnome --all-name

desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# dynamic support
mkdir -p %{buildroot}%{launchers}
cat > %{buildroot}%{launchers}/%{name}.desktop << EOF
[Desktop Entry]
Name=Webcam Photobooth
Comment=Cheese Webcam Photobooth using \$devicename
TryExec=%{_bindir}/cheese
Exec=%{_bindir}/cheese
Terminal=false
Icon=cheese
Type=Application
StartupNotify=true
EOF


%changelog

* Tue Apr 14 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (7299217) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22412 |14mu|choqok-1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Micro-Blogging Client
Name:		choqok
Version:	1.5
Release:	1
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://choqok.gnufolks.org/
Source0:	http://download.kde.org/stable/choqok/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		choqok-0.9.85-dbus-service-dir.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	qjson-devel
BuildRequires:	qoauth-devel
BuildRequires:	attica-devel
Requires:	kdebase4-runtime

%description
Choqok is a Free/Open Source micro-blogging client for K Desktop 

%files -f %{name}.lang
%{_datadir}/appdata/choqok.appdata.xml
%{_datadir}/dbus-1/services/org.kde.choqok.service
%{_kde_bindir}/choqok
%{_kde_libdir}/kde4/*.so
%{_kde_applicationsdir}/choqok.desktop
%{_kde_appsdir}/choqok*
%{_kde_appsdir}/khtml/kpartplugins/*
%{_kde_datadir}/config.kcfg/*.kcfg
%{_kde_iconsdir}/*/*/*/*
%{_kde_services}/choqok_*.desktop
%{_kde_services}/ServiceMenus/*.desktop
%{_kde_servicetypes}/choqok*.desktop

#-------------------------------------------------------------------

%define choqok_major 1
%define libchoqok %mklibname choqok %{choqok_major}

%package -n %{libchoqok}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libchoqok}
%{name} library.

%files -n %{libchoqok}
%{_kde_libdir}/libchoqok.so.%{choqok_major}*

#-------------------------------------------------------------------

%define twitterapihelper_major 1
%define libtwitterapihelper %mklibname twitterapihelper %{twitterapihelper_major}

%package -n %{libtwitterapihelper}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libtwitterapihelper}
%{name} library.

%files -n %{libtwitterapihelper}
%{_kde_libdir}/libtwitterapihelper.so.%{twitterapihelper_major}*

#-------------------------------------------------------------------

%package devel
Summary:	%{name} development files
Group:		Development/KDE and Qt
Requires:	%{libchoqok} = %{version}-%{release}
Conflicts:	%{name} < 0.2.3

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_kde_libdir}/libchoqok.so
%{_kde_libdir}/libtwitterapihelper.so
%{_kde_includedir}/choqok
%{_kde_appsdir}/cmake/modules/*.cmake

#--------------------------------------------------------------------
%prep
%setup -q
%patch0 -p0

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Remove it to avoid file conflicts with kdepimlibs4-devel 4.10
rm -f %{buildroot}%{_kde_appsdir}/cmake/modules/FindQtOAuth.cmake

%find_lang %{name} --with-html


%changelog

* Thu Jun 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5-1
- (6121db0) New version 1.5
- (6121db0) New source url (moved to official KDE releases)
- (6121db0) Update files (add appdata)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22413 |14mu|chromaprint-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Library and tool implementing the AcoustID fingerprinting
Name:		chromaprint
Version:	1.0
Release:	6
License:	LGPLv2.1+
Group:		Sound
Url:		http://www.acoustid.org/chromaprint/
Source0:	https://github.com/downloads/lalinsky/chromaprint/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	fftw-devel >= 3
# This is needed for examples
BuildRequires:	ffmpeg-devel
BuildRequires:	boost-devel

%description
Chromaprint library is the core component of the AcoustID project. It's a
client-side library that implements a custom algorithm for extracting
fingerprints from raw audio sources.
The library exposes a simple C API. The documentation for the C API can be
found in the main header file.

%files
%doc README.txt
%{_bindir}/fpcalc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library implementing the AcoustID fingerprinting
Group:		System/Libraries

%description -n %{libname}
Chromaprint library is the core component of the AcoustID project. It's a 
client-side library that implements a custom algorithm for extracting 
fingerprints from raw audio sources.
The library exposes a simple C API. The documentation for the C API can be
found in the main header file.

%files -n %{libname}
%doc CHANGES.txt COPYING.txt NEWS.txt README.txt
%{_libdir}/libchromaprint.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name} 
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%{_includedir}/chromaprint.h
%{_libdir}/libchromaprint.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DBUILD_EXAMPLES=ON -DBUILD_TESTS=off
%make

%install
%makeinstall_std -C build


%changelog
* Thu Feb 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-6
+ Revision: d8f8674
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22414 |14mu|chromium-browser-install-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Download and install Chromium browser
Name:		chromium-browser-install
Version:	1.0
Release:	1
License:	BSD
Group:		Networking/WWW
Url:		https://www.chromium.org/Home
Source0:	chromium-browser-install.desktop
Source1:	chromium-install.png
Source2:	chromium-browser-install

%description
This is an installer for google chromium.

%files
%{_bindir}/%{name}
%{_datadir}/applications/chromium-browser-install.desktop
%{_datadir}/pixmaps/chromium-install.png

#----------------------------------------------------------------------------

%prep

%build
# Nothing to build yet

%install
# desktop file
mkdir -p %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE0} %{buildroot}%{_datadir}/applications/

# icon file
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/

# install script file
mkdir -p %{buildroot}%{_bindir}/
install -m755 %{SOURCE2} %{buildroot}%{_bindir}/


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22415 |14mu|chromium-browser-stable-59.0.3071.115-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global _build_pkgcheck_set %{nil}

# eol 'fix' corrupts some .bin
%define dont_fix_eol 1
%define _disable_lto 1

%define crname chromium-browser
%define _crdir %{_libdir}/%{crname}
%define _src %{_topdir}/SOURCES

%define chromium_system_libs 1
%define ffmpeg 1
%define icu 0
%define libva 0

# Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys
# Note: these are for Mageia use ONLY.
# For your own builds, please get your own set of keys.
%define google_api_key AIzaSyCV9AOzytWwWCtNE8f7ZV56fP1u9yWwhVU
%define google_default_client_id 1039996407057.apps.googleusercontent.com
%define google_default_client_secret mLT8XooDODav1OJG5G3bY61d

Summary:	A fast web browser based on the Blink engine
Name:		chromium-browser-stable
Version:	59.0.3071.115
Release:	1
License:	BSD, LGPL
Group:		Networking/WWW
Url:		https://www.chromium.org/Home
Source0:	https://commondatastorage.googleapis.com/chromium-browser-official/chromium-%{version}.tar.xz
Source1:	chromium-wrapper
Source2:	chromium-browser.desktop
# Setup toolchain for rosa builds, from gentoo
# https://gitweb.gentoo.org/repo/gentoo.git/plain/www-client/chromium/files/toolchain/BUILD.gn
Source5:	BUILD.gn
Source10:	%{name}.rpmlintrc
Source30:	master_preferences
Source31:	default_bookmarks.html
Source32:	chromium.default
# https://groups.google.com/a/chromium.org/d/msg/chromium-packagers/wuInaKJkosg/kMfIV_7wDgAJ
Source50:	freetype2-5a3490e054bda8a318ebde482c7fb30213cab3d9.tar.xz
Source100:	icons.tar.bz2
Source997:	depot_tools.tar.xz
Source999:	new-system-icons.tar.xz
Source1000:	README.urpmi
Patch0:		chromium-54-no-deprecated-error.patch
Patch4:		chromium-30.0.1599.66-master-prefs-path.patch

Patch22:	chromium-54-proprietary-codecs-assert.patch
# (cjw) fix a compilation warning
Patch23:	chromium-53-bignum-werror-fix.patch
# (cjw) add -Wno-error=depecated-declarations because ffmpeg deprecations cause the build to fail
Patch24:	chromium-53-ffmpeg-no-deprecation-errors.patch
# (cjw) link several libraries directly instead of loading them using dlopen()
Patch27:	chromium-53-link-libgio-libpci-libudev-libbrlapi.patch
# (cjw) add missing unbundle gn files (1)
Patch28:	chromium-53-gn-system-icu-jsoncpp.patch
# (cjw) build pdfium with system libtiff and libpng
Patch30:	chromium-52-pdfium-system-libtiff-libpng.patch
# (cjw) Recognize mimetypes for matroska (.mkv) and AVI (.avi) formats (video/x-matroska and audio/x-matroska, video/x-msvideo) + handle A52 "AC3" and DTS compressed audio.
Patch32:	chromium-55-extra-media.patch
# (cjw) Do not use ffmpeg internal header(s)
Patch34:	chromium-43-no-ffmpeg-internal.patch
# (cjw) fix webrtc build with system ffmpeg
Patch35:	chromium-50-system-ffmpeg-3.patch
# new kernel header is not available in userspace
Patch36:	chromium-59-dma-buf-h.patch

# New from Debian
Patch500:	chromium-third-party-cookies-off-by-default.patch
Patch501:	chromium-ps-print.patch

# Google patched their bundled copy of icu 54 to include API functionality that wasn't added until 55.
# :P
Patch502:	chromium-45.0.2454.101-system-icu-54-does-not-have-detectHostTimeZone.patch
# http://bazaar.launchpad.net/~saiarcot895/chromium-browser/chromium-browser.trusty.beta/revision/230#debian/patches/enable_vaapi_on_linux.diff
Patch503:	enable_vaapi_on_linux.diff
# Patch to fix build with use_system_libvpx
# Chromium bug #541273
# fix build with icu other than 54
Patch504:	chromium-system-icu-r0.patch
# fix https://bugs.chromium.org/p/chromium/issues/detail?id=585513
# vaInitialize failed VA error: unknown libva error
Patch507:	issue1688073002_40001.diff

# Build failure with GCC 4.9.4
Patch508:	chromium-59-gcc4.patch
# This patch is required in addition to passing the enable_swiftshader=false build flag.
Patch509:	really-disable-swiftshader-on-x86.patch

Patch600:	fix_for_system_ffmpeg_ABI.patch
# https://bugs.chromium.org/p/pdfium/issues/detail?id=733
Patch601:	chromium-59.0.3071.115-pdfium-freetype.patch

Provides:	%{crname} = %{EVRD}
Conflicts:	chromium-browser-unstable
Conflicts:	chromium-browser-beta
Obsoletes:	chromium-browser < 1:9.0.597.94
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	git
BuildRequires:	gperf
BuildRequires:	gyp
BuildRequires:	ninja
BuildRequires:	nodejs >= 6.7.0
BuildRequires:	util-linux
BuildRequires:	yasm
BuildRequires:	atomic-devel
BuildRequires:	bzip2-devel
BuildRequires:	cap-devel
BuildRequires:	cups-devel
BuildRequires:	elfutils-devel
BuildRequires:	jpeg-devel
BuildRequires:	jsoncpp-devel
BuildRequires:	pam-devel
BuildRequires:	snappy-devel
BuildRequires:	speech-dispatcher-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(expat)
%if 0%{?ffmpeg}
BuildRequires:	pkgconfig(libavcodec)
%endif
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(harfbuzz)
%if 0%{icu}
BuildRequires:	pkgconfig(icu-i18n)
%endif
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libgpsd)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libopenjp2)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
%if 0%{?libva}
BuildRequires:	pkgconfig(libva)
%endif
BuildRequires:	pkgconfig(minizip)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(zlib)

Suggests:	chromium-browser-pepper-flash
Conflicts:	chromium-widevinecdm-plugin < 54
Obsoletes:	chromium-widevinecdm-plugin < 54
Conflicts:	chromium-browser-beta
Conflicts:	chromium-browser-unstable
Obsoletes:	chromium-browser < 1:9.0.597.94
Obsoletes:	chromium-browser-pdf-plugin < 17.0.0.169

Provides:	%{crname} = %{EVRD}

ExclusiveArch:	%{ix86} x86_64 armv7l

%description
Chromium is a browser that combines a minimal design with sophisticated
technology to make the web faster, safer, and easier.

This is the stable channel Chromium browser. It offers a rock solid
browser which is updated with features and fixes once they have been
thoroughly tested. If you want the latest features, install the
chromium-browser-unstable package instead.

Note: If you are reverting from unstable to stable or beta channel, you may
experience tab crashes on startup. This crash only affects tabs restored
during the first launch due to a change in how tab state is stored.
See http://bugs.chromium.org/34688. It's always a good idea to back up
your profile before changing channels.

%files
%config %{_sysconfdir}/%{crname}
%config %{_sysconfdir}/default/%{crname}
%{_bindir}/%{crname}
%{_crdir}/chromium-wrapper
%{_crdir}/chrome
%{_crdir}/chrome-sandbox
%{_crdir}/icudtl.dat
%{_crdir}/locales
%{_crdir}/*.pak
%{_crdir}/resources
%{_crdir}/*_blob.bin
%{_crdir}/themes
%{_crdir}/default_apps
%dir %{_crdir}/pepper
#%{_crdir}/lib*.so*
%{_mandir}/man1/%{crname}*
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/chromium*
%{_docdir}/%{name}/README.urpmi

%post
# Remove chromium-browser-install package if we have it installed
if [ `rpm -q chromium-browser-install | wc -w` == 1 ]
then
	rpm -e chromium-browser-install
fi

#----------------------------------------------------------------------------

%package -n chromium-browser
Summary:	A fast web browser based on the Blink engine
Epoch:		1
Group:		Networking/WWW
Requires:	%{name} = %{version}-%{release}

%description -n chromium-browser
Chromium is a browser that combines a minimal design with sophisticated
technology to make the web faster, safer, and easier.

This is a transition package that installs the stable channel Chromium
browser. If you prefer the dev channel browser, install the
chromium-browser-unstable package instead.

%files -n chromium-browser

#----------------------------------------------------------------------------

%package -n chromedriver
Summary:	WebDriver for Google Chrome/Chromium
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description -n chromedriver
WebDriver is an open source tool for automated testing of webapps across many
browsers. It provides capabilities for navigating to web pages, user input,
JavaScript execution, and more. ChromeDriver is a standalone server which
implements WebDriver's wire protocol for Chromium. It is being developed by
members of the Chromium and WebDriver teams.

%files -n chromedriver
%doc LICENSE AUTHORS
%{_bindir}/chromedriver
%{_crdir}/chromedriver

#----------------------------------------------------------------------------

%prep
%setup -q -T -c -n freetype -a 50
%setup -qn chromium-%{version} -a 997 -a 999

# https://groups.google.com/a/chromium.org/d/msg/chromium-packagers/wuInaKJkosg/kMfIV_7wDgAJ
cp -a ../freetype/* third_party/freetype/

%patch0 -p1
%patch4 -p1 -b .prefs

%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch27 -p1
%patch28 -p1
%patch30 -p1
%patch32 -p1
%if 0%{?ffmpeg}
%patch34 -p1
%patch35 -p1
%endif
%patch36 -p1

# new from debian
%patch500 -p1
%patch501 -p1

%if 0%{icu}
%patch502 -p1 -b .system-icu
%patch504 -p0 -b .icu-ver
%endif

%if 0%{?libva}
%patch503 -p1 -b .vaapi
%patch507 -p1
%endif
%patch508 -p1
%patch509 -p1

%patch600 -p1
%patch601 -p1

# files we do not want from upstream source bundles
rm -rf breakpad/src/processor/testdata/
rm -rf chrome/app/test_data/dlls/
rm -rf chrome/common/extensions/docs/
#rm -rf chrome/test/data/
touch chrome/test/data/webui/i18n_process_css_test.html
rm -rf chrome/tools/test/reference_build/chrome_linux/
rm -rf components/test/data/component_updater/jebgalgnebhfojomionfpkfelancnnkf/component1.dll
rm -rf content/test/data/
#rm -rf net/data/
#rm -rf ppapi/examples/
rm -rf ppapi/native_client/tests/
rm -rf third_party/apache-win32/
rm -rf third_party/binutils/
rm -rf third_party/expat/files/
%if 0%{?ffmpeg}
rm -rf third_party/ffmpeg/*/*
rm -rf third_party/ffmpeg/*.[ch]
%endif
rm -rf third_party/flac/{include,src}
#rm -rf third_party/icu/{android,linux,mac,patches,public,source,windows}
rm -rf third_party/lcov
#rm -rf base/third_party/libevent/*/*
#rm -rf base/third_party/libevent/*.[ch]
#rm -rf third_party/libvpx/source/libvpx
rm -rf third_party/libexif/sources
rm -rf third_party/libjpeg/*.[ch]
rm -rf third_party/libjpeg_turbo/*.[ch]
rm -rf third_party/libpng/*.[ch]
rm -rf third_party/libxslt/{libexslt,libxslt,linux,mac,win32}
#rm -rf third_party/mesa/src/src
rm -rf third_party/swig
rm -rf third_party/WebKit/LayoutTests/
rm -rf third_party/WebKit/Tools/Scripts/
rm -rf third_party/xdg-utils/tests/
rm -rf third_party/yasm/source/
rm -rf third_party/zlib/{*.[ch],contrib/minizip}
rm -rf tools/gyp/test/
#rm -rf v8/test/
rm -f third_party/pdfium/third_party/libtiff/*.[ch]

rm -f third_party/skia/platform_tools/android/apps/gradle/wrapper/gradle-wrapper.jar
rm -f third_party/WebKit/Source/devtools/scripts/jsdoc-validator/jsdoc-validator.jar
rm -f third_party/WebKit/Source/devtools/scripts/closure/compiler.jar
rm -f third_party/WebKit/Source/devtools/scripts/compiler-runner/closure-runner.jar
rm -rf third_party/sfntly/src/java/lib
rm -f third_party/haha/haha-2.0.2.jar
rm -f third_party/android_platform/webview/frameworks_5.1.0_r1.jar
rm -f third_party/android_platform/webview/frameworks_6.0.jar
rm -f third_party/libphonenumber/dist/tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar
rm -f third_party/libphonenumber/dist/tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar
rm -rf third_party/libphonenumber/dist/java/demo/war/WEB-INF/lib
rm -rf third_party/libphonenumber/dist/java/lib
rm -f third_party/webrtc/examples/androidapp/third_party/autobanh/autobanh.jar
rm -rf third_party/cacheinvalidation/src/example-app-build/libs
rm -f third_party/closure_compiler/runner/runner.jar
rm -f third_party/closure_compiler/compiler/compiler.jar
rm -rf third_party/proguard/lib
rm -f third_party/checkstyle/checkstyle-6.5-all.jar
rm -rf third_party/sfntly/src/cpp/ext
#rm -rf third_party/node

# Remove bundled ICU; its header files appear to get picked up instead of
# the system ones, leading to errors during the final link stage.
# https://groups.google.com/a/chromium.org/d/topic/chromium-packagers/BNGvJc08B6Q
#find third_party/icu -type f \! -regex '.*\.\(gn\|gni\|isolate\)' -delete

### build with widevine support

# Patch from crbug (chromium bugtracker)
# fix the missing define (if not, fail build) (need upstream fix) (https://crbug.com/473866)
sed '14i#define WIDEVINE_CDM_VERSION_STRING "Something fresh"' -i "third_party/widevine/cdm/stub/widevine_cdm_version.h"

# Hard code extra version
FILE=chrome/common/channel_info_posix.cc
sed -i.orig -e 's/getenv("CHROME_VERSION_EXTRA")/"%{product_vendor} %{product_version}"/' $FILE
cmp $FILE $FILE.orig && exit 1

# setup node
mkdir -p third_party/node/linux/node-linux-x64/bin
ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/node

%build
%define system_gn_list ffmpeg flac harfbuzz-ng libxslt snappy yasm libpng zlib jsoncpp
# opus
# icu
# libevent
# libvpx
# libwebp
# System libxml must be built with icu support to be used in Chromium
# libxml

%if %{mdvver} >= 201610
%define use_gold false
%else
%define use_gold true
%endif

# v NO TABS IN HERE!
%define gn_config use_gconf=false \
                  use_sysroot=false \
                  system_libdir="%{_lib}" \
                  icu_use_data_file=true \
                  enable_nacl=false \
                  is_nacl_glibc=false \
                  binutils_path="%{_bindir}" \
                  linux_use_bundled_binutils=false \
                  use_gold=%{use_gold} \
                  custom_toolchain="%{_sourcedir}:default" \
                  proprietary_codecs=true \
                  linux_link_libgio = true \
                  linux_link_libpci = true \
                  linux_link_libudev = true \
                  linux_link_libspeechd = true \
                  enable_ac3_eac3_audio_demuxing=true \
                  enable_mse_mpeg2ts_stream_parser=true \
                  enable_hevc_demuxing=true \
                  use_system_libjpeg=true \
                  use_libjpeg_turbo=false \
                  enable_widevine=true \
                  pdf_enable_xfa=true \
                  use_pulseaudio=true \
                  use_allocator="none" \
                  use_gtk3=false \
                  treat_warnings_as_errors=false \
                  fatal_linker_warnings=false \
                  use_aura=true \
                  use_libpci = true \
                  is_debug=false \
                  is_clang=false \
                  enable_swiftshader=false \
                  google_api_key="%{google_api_key}" \
                  google_default_client_id="%{google_default_client_id}" \
                  google_default_client_secret="%{google_default_client_secret}"

build/linux/unbundle/replace_gn_files.py --system-libraries %{system_gn_list}
third_party/libaddressinput/chromium/tools/update-strings.py

%setup_compile_flags
CC=%{__cc}; export CC
CXX=%{__cxx}; export CXX
AR=%{__ar}; export AR
NM=%{__nm}; export NM
LD=%{__cxx}; export LD

# filter out some flags to fix i586 builds
CFLAGS=$(echo "$CFLAGS"|sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//')
CXXFLAGS=$(echo "$CXXFLAGS"|sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//')

python tools/gn/bootstrap/bootstrap.py --gn-gen-args='%{gn_config}'

out/Release/gn gen --args='%{gn_config}' out/Release

pushd out/Release
ninja %{_smp_mflags} chrome chrome_sandbox chromedriver widevinecdmadapter clearkeycdm
popd

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_crdir}/locales
mkdir -p %{buildroot}%{_crdir}/themes
mkdir -p %{buildroot}%{_crdir}/default_apps
mkdir -p %{buildroot}%{_mandir}/man1
install -m 755 %{SOURCE1} %{buildroot}%{_crdir}/chromium-wrapper
install -m 755 out/Release/chrome %{buildroot}%{_crdir}/
install -m 4755 out/Release/chrome_sandbox %{buildroot}%{_crdir}/chrome-sandbox
cp -a out/Release/chromedriver %{buildroot}%{_crdir}/chromedriver
install -m 644 out/Release/chrome.1 %{buildroot}%{_mandir}/man1/%{crname}.1
install -m 644 out/Release/*.pak %{buildroot}%{_crdir}/
install -m 644 out/Release/icudtl.dat %{buildroot}%{_crdir}/
cp -a out/Release/*_blob.bin %{buildroot}%{_crdir}/

install -m 644 out/Release/locales/*.pak %{buildroot}%{_crdir}/locales/
install -m 644 out/Release/resources.pak %{buildroot}%{_crdir}/
install -m 644 chrome/browser/resources/default_apps/* %{buildroot}%{_crdir}/default_apps/
ln -s %{_crdir}/chromium-wrapper %{buildroot}%{_bindir}/%{crname}
sed -i "s!@LIBDIR@!%{_libdir}!g" %{buildroot}%{_crdir}/chromium-wrapper
ln -s %{_crdir}/chromedriver %{buildroot}%{_bindir}/chromedriver

# create global config file
mkdir -p %{buildroot}%{_sysconfdir}/default
install -m644 %{SOURCE32} %{buildroot}%{_sysconfdir}/default/%{crname}

# create pepper dir. talkplugin works fine only if sylinks in pepper
mkdir -p %{buildroot}%{_crdir}/pepper

find out/Release/resources/ -name "*.d" -exec rm {} \;
cp -r out/Release/resources %{buildroot}%{_crdir}

# desktop file
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/applications/

# icon
mkdir -p %{buildroot}%{_iconsdir}/hicolor/
tar xjf %{SOURCE100} -C %{buildroot}%{_iconsdir}/hicolor/

mkdir -p %{buildroot}%{_sysconfdir}/%{crname}
install -m 0644 %{SOURCE30} %{buildroot}%{_sysconfdir}/%{crname}/
install -m 0644 %{SOURCE31} %{buildroot}%{_sysconfdir}/%{crname}/

find %{buildroot} -name "*.nexe" -exec strip {} \;

mkdir -p %{buildroot}%{_docdir}/%{name}
install -p -m755 %{SOURCE1000} %{buildroot}%{_docdir}/%{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22416 |14mu|cifs-utils-6.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define devname %mklibname %{name} -d

Summary:	Tools for Managing Linux CIFS Client Filesystems
Name:		cifs-utils
Version:	6.4
Release:	2
License:	GPLv3+
Group:		Networking/Other
Url:		http://www.samba.org/linux-cifs/cifs-utils/
Source0:	ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
Source1:	ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2.asc
BuildRequires:	acl-devel
BuildRequires:	keyutils-devel
BuildRequires:	krb5-devel
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(talloc)
BuildRequires:	pkgconfig(wbclient)
BuildRequires:	samba-winbind
Requires:	keyutils
Suggests:	nss_wins
Suggests:	sudo
Requires(post,preun):	update-alternatives
Provides:	mount-cifs = %{version}
Obsoletes:	mount-cifs <= 4.0

%description
Tools for Managing Linux CIFS Client Filesystems.

%files
%doc AUTHORS README doc/linux-cifs-client-guide.odt contrib/request-key.d/README.keyutils-1.5.5
%config(noreplace) %{_sysconfdir}/request-key.d/cifs.idmap.conf
%config(noreplace) %{_sysconfdir}/request-key.d/cifs.spnego.conf
%{_bindir}/cifscreds
%{_bindir}/getcifsacl
%{_bindir}/setcifsacl
%{_libdir}/%{name}/idmapwb.so
%dir %{_sysconfdir}/cifs-utils/
/sbin/cifs.upcall
/sbin/mount.cifs
/sbin/cifs.idmap
/bin/mount.cifs
/bin/umount.cifs
%{_mandir}/man8/cifs.upcall.8.*
%{_mandir}/man8/mount.cifs.8.*
%{_mandir}/man8/cifs.idmap.8.*
%{_mandir}/man8/idmapwb.8.*
%{_mandir}/man1/cifscreds.1*
%{_mandir}/man1/getcifsacl.1.*
%{_mandir}/man1/setcifsacl.1.*

%post
/usr/sbin/alternatives --install %{_sysconfdir}/cifs-utils/idmap-plugin cifs-idmap-plugin %{_libdir}/%{name}/idmapwb.so 10

%preun
if [ $1 = 0 ]; then
	/usr/sbin/alternatives --remove cifs-idmap-plugin %{_libdir}/%{name}/idmapwb.so
fi

#----------------------------------------------------------------------------

%package -n pam_cifscreds
Summary:	PAM module to manage NTLM credentials in kernel keyring
Group:		System/Libraries

%description -n pam_cifscreds
The pam_cifscreds PAM module is a tool for automatically adding
credentials (username and password) for the purpose of establishing
sessions in multiuser mounts.

%files -n pam_cifscreds
%{_libdir}/security/pam_cifscreds.so
%{_mandir}/man8/pam_cifscreds.8.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files needed for building plugins for cifs-utils
Group:		Development/Other
Provides:	cifs-utils-devel = %{EVRD}

%description -n %{devname}
The SMB/CIFS protocol is a standard file sharing protocol widely deployed
on Microsoft Windows machines. This package contains the header file
necessary for building ID mapping plugins for cifs-utils.

%files -n %{devname}
%doc AUTHORS
%{_includedir}/cifsidmap.h

#----------------------------------------------------------------------------

%prep
%setup -q

# remove -Werror
perl -pi -e "s|-Werror||g" Makefile*

%build
%serverbuild
rm -rf autom4te.cache
autoreconf -fi
%configure2_5x \
	--sbindir=/sbin

find . -type d -perm 0775 -exec chmod 0755 {} \;

%make

%install
%makeinstall_std
mkdir %{buildroot}/bin
ln -s ../sbin/mount.cifs %{buildroot}/bin/mount.cifs
# Hack for smb4k
ln -s umount %{buildroot}/bin/umount.cifs

mkdir -p %{buildroot}%{_sysconfdir}/request-key.d
install -m 644 contrib/request-key.d/cifs.idmap.conf %{buildroot}%{_sysconfdir}/request-key.d
install -m 644 contrib/request-key.d/cifs.spnego.conf %{buildroot}%{_sysconfdir}/request-key.d
cp contrib/request-key.d/README contrib/request-key.d/README.keyutils-1.5.5

mkdir -p %{buildroot}%{_sysconfdir}/cifs-utils/

%changelog

* Fri Oct 02 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.4-2
- (00464ce) Try to fix post script
- (00464ce) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22417 |14mu|clamav-0.99.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		 7
%define	libname		%mklibname %{name} %{major}
%define	devname		%mklibname %{name} -d

%define	 milter		1
%{?_with_milter:   %{expand: %%global milter 1}}
%{?_without_milter:   %{expand: %%global milter 0}}

Summary:	An anti-virus utility for Unix
Name:		clamav
Version:	0.99.4
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://clamav.sourceforge.net/
#Source1:	http://www.clamav.net/%%{name}-%%{version}.tar.gz.sig
# clamav-0.95+ bundles support for RAR v3 in "libclamav" without permission,
# from Eugene Roshal of RARlabs. There is also patent issues involved.
#
# https://bugzilla.redhat.com/show_bug.cgi?id=334371
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=312552
#
# Both Redhat and debian removes this code from the upstream tar ball
# and repackages it.
Source0:	http://www.clamav.net/downloads/production/%{name}-%{version}.tar.gz
Source1:	clamd-tmpfiles.conf
Source2:	%{name}-clamd.service
Source3:	%{name}-clamd.logrotate
Source4:	%{name}-freshclam.service
Source5:	%{name}-freshclam.logrotate
Source6:	%{name}-milter.service
Source8:	%{name}-milter.logrotate
# clamd service fails to start on cleam systems without these files
Source10:	http://db.local.clamav.net/main.cvd
Source11:	http://db.local.clamav.net/daily.cvd
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-rosa_conf.diff
Patch13:	%{name}-0.98-umask.patch
BuildRequires:	bc
# To use system llvm, we need it < 3.7
#BuildRequires:	llvm
BuildRequires:	bzip2-devel
%if %{milter}
BuildRequires:	sendmail-devel
BuildRequires:	tcp_wrappers-devel
%endif
BuildRequires:	tommath-devel
BuildRequires:	zlib-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(libcurl)
# See Mageia bug #17919
# Due to CVE-2015-3120 it would be better to use ver. 8.38+
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)

Requires(post,preun):	%{name}-db
Requires(post,preun):	%{libname} >= %{version}
Requires(pre,post,post,postun):	rpm-helper
Requires(post):	systemd

%description
Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this
software is the integration with mail seversions (attachment scanning). The
package provides a flexible and scalable multi-threaded daemon, a command-line
scanner, and a tool for automatic updating via Internet. The programs are
based on a shared library distributed with the Clam AntiVirus package, which
you can use in your own software.

You can build %{name} with some conditional build switches; (ie. use with rpm
--rebuild): --with[out] milter	Build %{name}-milter (disabled)

%files
%doc AUTHORS BUGS FAQ NEWS README test UPGRADE README.urpmi
%doc docs/*.pdf
%doc README.qmail+qmail-scanner COPYING*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/clamd.conf*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/freshclam.conf*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/freshclam
%{_unitdir}/%{name}-freshclam.service
#{_unitdir}/%%{name}-daemon.service
#{_unitdir}/%%{name}-daemon.socket
%{_tmpfilesdir}/%{name}.conf
%{_bindir}/clambc
%{_bindir}/clamconf
%{_bindir}/clamdscan
%{_bindir}/clamdtop
%{_bindir}/clamscan
%{_bindir}/clamsubmit
%{_bindir}/freshclam
%{_bindir}/sigtool
%{_mandir}/man1/clambc.1*
%{_mandir}/man1/clamconf.1.*
%{_mandir}/man1/clamdscan.1*
%{_mandir}/man1/clamdtop.1*
%{_mandir}/man1/clamscan.1*
%{_mandir}/man1/clamsubmit.1*
%{_mandir}/man1/freshclam.1*
%{_mandir}/man1/sigtool.1*
%{_mandir}/man5/clamd.conf.5*
%{_mandir}/man5/freshclam.conf.5*
%if !%{milter}
%exclude %{_mandir}/man8/%{name}-milter.8*
%endif
# %%dir %%attr(0755,%%{name},%%{name}) %%{_var}/run/%%{name}
%dir %attr(0755,%{name},%{name}) /var/lib/%{name}
%dir %attr(0775,%{name},%{name}) %{_var}/log/%{name}
%ghost %attr(0644,%{name},%{name}) %{_var}/log/%{name}/freshclam.log

#----------------------------------------------------------------------------

%package -n	clamd
Summary:	The Clam AntiVirus Daemon
Group:		System/Servers
Requires:	%{name} = %{version}
Requires(post,preun):	%{name}-db
Requires(post,preun):	%{libname} = %{version}
Requires(pre,post):	rpm-helper

%description -n	clamd
The Clam AntiVirus Daemon.

%files -n clamd
%doc AUTHORS README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/clamd
%{_unitdir}/%{name}-clamd.service
%{_sbindir}/clamd
%{_mandir}/man8/clamd.8*
%ghost %attr(0644,%{name},%{name}) %{_var}/log/%{name}/clamd.log

#----------------------------------------------------------------------------

%if %{milter}
%package -n	%{name}-milter
Summary:	The Clam AntiVirus milter Daemon
Group:		System/Servers
Requires:	%{name} = %{version}
Requires:	clamd = %{version}
Requires:	tcp_wrappers
Requires(post,preun):	%{name}-db
Requires(pre,post):	rpm-helper
Requires(post,preun):	%{libname} = %{version}

%description -n	%{name}-milter
The Clam AntiVirus milter Daemon.

%files -n %{name}-milter
%doc AUTHORS README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}-milter.conf*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}-milter
%{_unitdir}/%{name}-milter.service
%{_sbindir}/%{name}-milter
%{_mandir}/man8/%{name}-milter.8*
%{_mandir}/man5/%{name}-milter.conf.5*
%ghost %attr(0644,%{name},%{name}) %{_var}/log/%{name}/%{name}-milter.log
%endif

#----------------------------------------------------------------------------

%package -n	%{name}-db
Summary:	Virus database for %{name}
Group:		Databases
Requires:	%{name} = %{version}
Requires(pre,post):	rpm-helper

%description -n	%{name}-db
The actual virus database for %{name}.

%files -n %{name}-db
%doc AUTHORS README
%dir %attr(0755,%{name},%{name}) /var/lib/%{name}
%config /var/lib/%{name}/*cvd
%dir %attr(0755,%{name},%{name}) /var/lib/%{name}/tmp

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n	%{libname}
Shared libraries for %{name}.

%files -n %{libname}
%doc AUTHORS README
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}
Obsoletes:	%{name}-devel < %{version}
%rename		%{_lib}clamav1-devel
%rename		%{_lib}clamav2-devel
%rename		%{_lib}clamav3-devel

%description -n	%{devname}
This package contains the development library and header files for the 
%{name} library.

%files -n %{devname}
%doc AUTHORS README
%{multiarch_bindir}/%{name}-config
%{_bindir}/%{name}-config
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libclamav.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}

# clean up
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*` `find . -type d -name .svn`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p1 -b .mdvconf
%patch13 -p1 -b .umask

# We can't ship libclamunrar (patent problems: see above)
# 1. Remove its sources from tarball
rm -rf libclamunrar
if [ -d libclamunrar ]; then
    echo "delete the libclamunrar directory and repackage the tar ball"
    exit 1
fi
# 2. Provide fake dir and build files
mkdir -p libclamunrar{,_iface}
touch libclamunrar/{Makefile.in,all,install}

# Prepare files for log rotation
mkdir -p ROSA
cp %{SOURCE3} ROSA/clamav-clamd.logrotate
cp %{SOURCE5} ROSA/clamav-freshclam.logrotate
cp %{SOURCE8} ROSA/clamav-milter.logrotate


%build
%serverbuild
export CFLAGS="$CFLAGS -I%{_includedir}/tommath"

# IPv6 check is buggy and does not work when there are no IPv6 interface on build machine
export have_cv_ipv6=yes

%configure2_5x \
    --localstatedir=/var/lib \
    --disable-%{name} \
    --with-user=%{name} \
    --with-group=%{name} \
    --with-dbdir=/var/lib/%{name} \
    --disable-rpath \
    --disable-unrar \
    --enable-clamdtop \
    --enable-id-check \
    --enable-bigstack \
    --with-pcre \
    --with-zlib=%{_prefix} \
    --with-libbz2-prefix=%{_prefix} \
    --with-system-tommath \
%if %{milter}
    --enable-milter --with-tcpwrappers
%else
    --disable-milter --without-tcpwrappers
%endif

# anti rpath hack
perl -pi -e "s|^sys_lib_dlsearch_path_spec=.*|sys_lib_dlsearch_path_spec=\"/%{_lib} %{_libdir}\"|g" libtool

%make


%install
%makeinstall_std

# Install the systemd unit+tempfiles
install -D -p -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}-clamd.service
install -D -p -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/%{name}-freshclam.service
%if %{milter}
install -D -p -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}-milter.service
%endif

# Install tmpfiles
install -D -p -m 644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# Install the logrotate stuff
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -m644 ROSA/%{name}-clamd.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/clamd
install -m644 ROSA/%{name}-freshclam.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/freshclam
%if %{milter}
install -m644 ROSA/%{name}-milter.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}-milter
%endif

# Install log files
install -d %{buildroot}%{_var}/log/%{name}
touch %{buildroot}%{_var}/log/%{name}/freshclam.log
touch %{buildroot}%{_var}/log/%{name}/clamd.log
%if %{milter}
touch %{buildroot}%{_var}/log/%{name}/%{name}-milter.log
%endif

# Install config files
install -m644 etc/clamd.conf.sample %{buildroot}%{_sysconfdir}/clamd.conf
install -m644 etc/freshclam.conf.sample %{buildroot}%{_sysconfdir}/freshclam.conf

# Install database files
install -D -m 0644 -p %{SOURCE10} %{buildroot}/var/lib/%{name}/main.cvd
install -D -m 0644 -p %{SOURCE11} %{buildroot}/var/lib/%{name}/daily.cvd

# Prepare pid file dir
install -d %{buildroot}%{_var}/run/%{name}

# Fix TMPDIR
install -d %{buildroot}/var/lib/%{name}/tmp


cat > README.qmail+qmail-scanner <<EOF
#!/bin/sh
#
# The "temporary" qmail+qmail-scanner HOWTO
# -----------------------------------------
#
# For some unknown and undocumented reason clamdscan stopped working
# in the excellent qmail+qmail-scanner setup somewhere after the
# 20040103 CVS snapshot.
#
# To get it working again everything assigned to the clamav user has
# to be changed to the qscand user by hand.
#
# Hint: Change the config and chown the directories like this:
# (if you are lazy you could just execute this file)

perl -pi -e "s|%{name} %{name}|qscand qscand|g" %{_sysconfdir}/logrotate.d/clamd
perl -pi -e "s|%{name} %{name}|qscand qscand|g" %{_sysconfdir}/logrotate.d/freshclam
perl -pi -e "s|^User %{name}|User qscand|g" %{_sysconfdir}/clamd.conf
perl -pi -e "s|^DatabaseOwner %{name}|DatabaseOwner qscand|g" %{_sysconfdir}/freshclam.conf

chown -R qscand:qscand /var/lib/%{name}
chown -R qscand:qscand %{_var}/log/%{name}
chown -R qscand:qscand %{_var}/run/%{name}

if [ -x %{_initrddir}/clamd ]; then
    %{_initrddir}/clamd restart
fi

if [ -x %{_initrddir}/freshclam ]; then
    %{_initrddir}/freshclam restart
fi

# Regards // Oden Eriksson
EOF

cat > README.urpmi << EOF
clamav-0.95+ bundles support for RAR v3 in "libclamav" without permission,
from Eugene Roshal of RARlabs. There is also patent issues involved.
Therefore we have been forced to remove the offending code.
EOF

%multiarch_binaries %{buildroot}%{_bindir}/%{name}-config

# Cleanup
rm -f %{buildroot}%{_libdir}/*.*a


%pre
%_pre_useradd %{name} /var/lib/%{name} /bin/sh

if ! [ -z "`getent group amavis`" ]; then
    gpasswd -a %{name} amavis
fi


%post
%tmpfiles_create %{name}.conf
%_post_service clamav-freshclam
%create_ghostfile %{_var}/log/%{name}/freshclam.log %{name} %{name} 0644
# (gvm) Force the signature db update, otherwise we ends up
# *without* virus signatures until the next reboot
systemctl restart clamav-freshclam.service

%preun
%_preun_service clamav-freshclam


%pre -n clamd
%_pre_useradd %{name} /var/lib/%{name} /bin/sh

%post -n clamd
%_post_service clamav-clamd
%create_ghostfile %{_var}/log/%{name}/clamd.log %{name} %{name} 0644
systemctl restart clamav-clamd.service

%preun -n clamd
%_preun_service clamav-clamd

%postun -n clamd
%_postun_userdel %{name}


%if %{milter}
%post -n %{name}-milter
%_post_service %{name}-milter
%create_ghostfile %{_var}/log/%{name}/%{name}-milter.log %{name} %{name} 0644

%preun -n %{name}-milter
%_preun_service %{name}-milter
%endif


%pre -n %{name}-db
%_pre_useradd %{name} /var/lib/%{name} /bin/sh

%post -n %{name}-db
# try to keep most uptodate database
for i in main daily; do
	if [ -f %{_var}/lib/%{name}/$i.cvd.rpmnew ]; then
		if [ %{_var}/lib/%{name}/$i.cvd.rpmnew -nt %{_var}/lib/%{name}/$i.cvd ]; then
			mv -f %{_var}/lib/%{name}/$i.cvd.rpmnew %{_var}/lib/%{name}/$i.cvd
		else
			rm -f %{_var}/lib/%{name}/$i.cvd.rpmnew
		fi
	fi
done

%postun -n %{name}-db
%_postun_userdel %{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22418 |14mu|classworlds-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# We want to build without maven
%define _without_maven 1

# If you don't want to build with maven,
# give rpmbuild option '--without maven'

%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}

%define classworlds_version   1.1

Name:           classworlds
Version:        %{classworlds_version}
Release:        2
Epoch:          0
Summary:        Classworlds Classloader Framework

Group:          Development/Java
License:        BSD
URL:            http://classworlds.codehaus.org/
# svn export svn://svn.classworlds.codehaus.org/classworlds/tags/CLASSWORLDS_1_1
# cd CLASSWORLDS_1_1
# tar cjf classworlds-1.1-CLASSWORLDS_1_1-src.tar.bz2 classworlds
# md5sum:  76be757e6d364eece0109a2c3fc303c9 
Source0:        %{name}-%{version}-CLASSWORLDS_1_1-src.tar.bz2
# This was generated by an upstream download of maven and hand-tuned
Source1:        %{name}-%{version}-build.xml

%if %{with_maven}
Patch0:         %{name}-%{version}-project_xml.patch
Patch1:         %{name}-%{version}-project_properties.patch
%endif


BuildArch:      noarch
BuildRequires:  java-devel
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
%if %{with_maven}
BuildRequires:  maven >= 0:1.1
BuildRequires:  saxon
BuildRequires:  saxon-scripts
%endif
BuildRequires:  junit
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-jaxp-1.3-apis
Requires:  jpackage-utils
Requires:  xerces-j2
Requires:  xml-commons-jaxp-1.3-apis

%description
Classworlds is a framework for container developers 
who require complex manipulation of Java's ClassLoaders.
Java's native ClassLoader mechanims and classes can cause 
much headache and confusion for certain types of 
application developers. Projects which involve dynamic 
loading of components or otherwise represent a 'container' 
can benefit from the classloading control provided by 
classworlds.

%if %{with_maven}
%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%package        manual
Summary:        Docs for %{name}
Group:          Development/Java

%description    manual
%{summary}.
%endif

%prep
# If you don''t want to build with maven,
# give rpmbuild option '--without maven'
%setup -q -n %{name}
for j in $(find ./lib -name "*.jar"); do
  rm $j
done
cp %{SOURCE1} build.xml

%if %{with_maven}
%patch0 -b .sav
%patch1 -b .sav
%endif

%build
%if %{with_maven}
pushd lib
ln -sf $(build-classpath xml-commons-jaxp-1.3-apis) xmlApis-2.0.2.jar
ln -sf $(build-classpath ant) jakarta-ant-1.5.jar
ln -sf $(build-classpath maven) maven.jar
popd
maven \
         -Dmaven.repo.remote=file:/usr/share/maven/repository \
         -Dmaven.home.local=$(pwd)/.maven jar javadoc xdoc:transform
%else
export CLASSPATH=target/classes
%{ant} -Dbuild.sysclasspath=only
%endif

%install
install -Dpm 644 target/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

%if %{with_maven}
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr target/docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
rm -rf target/docs/apidocs
%endif

%if %{with_maven}
install -dm 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp -pr target/docs/* %{buildroot}%{_docdir}/%{name}-%{version}
%endif

%files
%doc LICENSE.txt
%{_javadir}/*.jar

%if %{with_maven}
%files javadoc
%doc %{_javadocdir}/*

%files manual
%doc %{_docdir}/%{name}-%{version}
%endif

%changelog
* Wed Dec 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1-2
+ Revision: e94dccd
- Drop gcj support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22419 |14mu|clearlooks-phenix-theme-7.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname clearlooks-phenix

Summary:	Clearlooks-Phenix theme
Name:		clearlooks-phenix-theme
Version:	7.0.1
Release:	2
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		https://github.com/jpfleury/clearlooks-phenix
Source0:	https://github.com/jpfleury/clearlooks-phenix/archive/%{version}.tar.gz?/%{oname}-%{version}.tar.gz
Patch0:		clearlooks-phenix-6.0.3-fix-nautilus-bg-image.patch
Requires:	%{oname}-gtk2-theme
Requires:	%{oname}-gtk3-theme
Suggests:	dmz-cursor-theme-white
BuildArch:	noarch

%description
The Clearlooks-Phenix project aims at creating a GTK3 port of Clearlooks,
the default theme for Gnome 2. Style is also included for GTK2, Unity and
for Metacity, Openbox and Xfwm4 window managers.

%files
%defattr(644,root,root,755)
%doc COPYING README.md
%{_datadir}/themes/%{oname}/metacity-1/
%{_datadir}/themes/%{oname}/openbox-3/
%{_datadir}/themes/%{oname}/wallpapers/
%{_datadir}/themes/%{oname}/xfwm4/
%{_datadir}/themes/%{oname}/index.theme

#----------------------------------------------------------------------------

%package -n %{oname}-gtk2-theme
Summary:	Clearlooks-Phenix GTK2 theme
Group:		Graphical desktop/Other
Requires:	gtk-engines2
Requires:	gtk2-modules

%description -n %{oname}-gtk2-theme
Clearlooks-Phenix GTK2 theme.

%files -n %{oname}-gtk2-theme
%dir %{_datadir}/themes/%{oname}/gtk-2.0/
%{_datadir}/themes/%{oname}/gtk-2.0/*

#----------------------------------------------------------------------------

%package -n %{oname}-gtk3-theme
Summary:	Clearlooks-Phenix GTK3 theme
Group:		Graphical desktop/Other

%description -n %{oname}-gtk3-theme
Clearlooks-Phenix GTK3 theme.

%files -n %{oname}-gtk3-theme
%dir %{_datadir}/themes/%{oname}/gtk-3.0/
%{_datadir}/themes/%{oname}/gtk-3.0/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build

%install
mkdir -p %{buildroot}%{_datadir}/themes/%{oname}/
for dir in gtk-2.0 gtk-3.0 metacity-1 openbox-3 wallpapers xfwm4; do
  cp -R $dir %{buildroot}%{_datadir}/themes/%{oname}/
done
install -Dpm 0644 index.theme %{buildroot}%{_datadir}/themes/%{oname}/


%changelog

* Fri Mar 31 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.0.1-2
- (e667502) Require gtk-engines2 instead of gtk2-engines



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22420 |14mu|clementine-1.3.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%bcond_with plf
######################

%if %{with plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

%define gstapi 1.0
%define oname Clementine

Summary:	A cross-platform music player based on Amarok 1.4
Name:		clementine
Version:	1.3.1
Release:	9%{?extrarelsuffix}
License:	GPLv3+
Group:		Sound
Url:		http://www.clementine-player.org/
Source0:	https://github.com/clementine-player/Clementine/archive/%{oname}-%{version}.tar.gz
Source1:	Clementine.conf
Patch0:		clementine-1.3-libmygpo-qt.patch
# Search albums at metal-archives.com (Encyclopaedia Metallum) from:
# - Now Playing widget (album art context menu) - current album
# - Playlist (selected songs context menu) - unique selected albums
Patch1:		clementine-1.3-metalarchives.patch
Patch4:		clementine-1.3-initial-preference.patch
# Localization issues
Patch5:		clementine-1.3-l10n-ru-desktop.patch
Patch6:		clementine-1.3-l10n-ru-search.patch
Patch7:		clementine-1.3-play-folder.patch
# RockRadio.com has Premium access for long time already
# It's especially imported to fix after free access to DI.fm services was disabled
# https://github.com/clementine-player/Clementine/commit/3ab20defce71a009bf180255642c18fa671650f9
Patch8:		clementine-1.3.1-rockradio-premium.patch
Patch9:		clementine-1.3.1-sqlite-3.12.patch

# Upstream patches
Patch10:	clementine-1.3.1-fix-playlist-behaviour.patch
Patch11:	clementine-1.3.1-remove-echonest-1.patch
Patch12:	clementine-1.3.1-remove-echonest-2.patch
Patch13:	clementine-1.3.1-remove-echonest-3.patch
Patch14:	clementine-1.3.1-remove-echonest-4.patch
Patch15:	clementine-1.3.1-remove-echonest-5.patch
Patch16:	clementine-1.3.1-remove-echonest-6.patch
Patch17:	clementine-1.3.1-remove-echonest-7.patch

# Fix channels loading for DI.fm services after API domain changes
Patch20:	clementine-1.3.1-radio-channels-api.patch

BuildRequires:	cmake
BuildRequires:	qt4-linguist
BuildRequires:	boost-devel
BuildRequires:	liblastfm-devel
BuildRequires:	qt4-devel >= 4.5.0
BuildRequires:	pkgconfig(cryptopp)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-app-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-audio-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-base-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-tag-%{gstapi})
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libchromaprint)
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmygpo-qt)
# For Google Drive and Amazon Cloud integration
BuildRequires:	pkgconfig(libsparsehash)
%if %{with plf}
BuildRequires:	protobuf-static-devel
BuildRequires:	pkgconfig(libspotify)
%endif
BuildRequires:	pkgconfig(protobuf)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(taglib) >= 1.6
Requires:	libprojectm-data
Requires:	qt4-database-plugin-sqlite
Requires:	gstreamer%{gstapi}-flac
Requires:	gstreamer%{gstapi}-plugins-ugly
Suggests:	gstreamer%{gstapi}-decoders-audio
Suggests:	gstreamer%{gstapi}-faac
Suggests:	gstreamer%{gstapi}-faad
Suggests:	gstreamer%{gstapi}-lame
# Needed to be able to mount ipod/iphone/ipad (not tested locally) but it's also pulling gvfs
# which is need at least to mount mtp devices (tested locally)
Suggests:	gvfs-iphone

%description
Clementine is a modern music player and library organiser. Clementine is
a port of Amarok 1.4, with some features rewritten to take advantage of
Qt4.
Features:
    * Search and play your local music library
    * Listen to internet radio from Last.fm, SomaFM and Magnatune
    * Tabbed playlists, import and export M3U, XSPF, PLS and ASX
    * Visualisations from projectM
    * Transcode music into MP3, Ogg Vorbis, Ogg Speex, FLAC or AAC
    * Edit tags on MP3 and OGG files, organize your music
    * Download missing album cover art from Last.fm
    * Remote control using a Wii Remote, MPRIS or the command-line
    * Copy music to your iPod, iPhone, MTP or mass-storage USB player
    * Queue manage

%files
%config %{_sysconfdir}/Clementine/Clementine.conf
%{_bindir}/clementine
%{_bindir}/clementine-tagreader
%{_datadir}/kde4/services/clementine-*.protocol
%{_datadir}/appdata/clementine.appdata.xml
%{_datadir}/applications/clementine.desktop
%{_iconsdir}/hicolor/*/apps/clementine.*
%if %{with plf}
%{_bindir}/clementine-spotifyblob
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1 -b .mygpo~
%patch1 -p1 -b .ma~
%patch4 -p1 -b .initial~
%patch5 -p1 -b .l10n~
%patch6 -p1 -b .l10n~
%patch7 -p1 -b .desktop~
%patch8 -p1 -b .rockradio~
%patch9 -p1 -b .sqlite312~

%patch10 -p1 -b .playlist~
%patch11 -p1 -b .echonest1~
%patch12 -p1 -b .echonest2~
%patch13 -p1 -b .echonest3~
%patch14 -p1 -b .echonest4~
%patch15 -p1 -b .echonest5~
%patch16 -p1 -b .echonest6~
%patch17 -p1 -b .echonest7~

%patch20 -p1 -b .api~

%build
%cmake_qt4 \
	-DENABLE_AMAZON_CLOUD_DRIVE:BOOL=ON \
	-DENABLE_VK=OFF \
	-DBUNDLE_PROJECTM_PRESETS=OFF \
	-DBUILD_WERROR=OFF
%make VERBOSE=1

%install
%makeinstall_std -C build

install -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/Clementine/Clementine.conf

%if %{with plf}
# Ugly hack, not sure why that file appears
rm -rf %{buildroot}/builddir
rm -rf %{buildroot}/home
%endif


%changelog

* Sat Mar 10 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-9
- (9b9df7e) Fix channels loading for DI.fm services after API domain changes

* Tue Jan 09 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-8
- (d0108c1) Bump release

* Mon Aug 14 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-7
- (396d2b5) Disable OSD by default (doesn't work properly in new DEs)
- (396d2b5) Really disable vk.com support

* Wed Aug 09 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-6
- (e11e723) Add upstream patches to fix artist info page (drop dead echonest support etc)
- (e11e723) Don't build vk.com support as external players are no longer supported by vk.com

* Thu Sep 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-5
- (6ae5e50) Bump release

* Thu Sep 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-4
- (5a6e154) Bump release

* Tue Aug 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-3
- (be69d40) Bump release

* Fri May 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-2
- (d0f5251) Add patch to support sqlite 3.12+

* Tue May 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-1
- (01f96c3) New version 1.3.1
- (01f96c3) Fix RockRadio.com access (still requires premium Di.fm account)

* Sat Apr 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3-1
- (4459024) PLF build requires protobuf-static-devel
- (Andrey Bondrov: ccae5ea) New version 1.3
- (Andrey Bondrov: ccae5ea) Swicth to GStreamer 1.0 API
- (Andrey Bondrov: ccae5ea) Update BuildRequires and files
- (Andrey Bondrov: ccae5ea) Use internal vreen library by default (because of very unstable API)

* Wed Jan 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-9
- (0379c58) Fix play-folder patch after initial-preference patch was updated
- (Andrey Bondrov: 3a770de) InitialPreference should be lower than 10

* Wed Nov 18 2015 Denis Silakov <dsilakov@gmail.com> 1.2.3-8
- (2ef6e71) Add inode/directory to supported mime types

* Fri Oct 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-7
- (b0991c4) Suggest gstreamer-lame

* Mon Sep 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-6
- (ca50239) Rebuild with new libimobiledevice and libplist

* Tue May 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-5
- (8247209) Add initial-preference patch to give Clementine high priority for supported file formats

* Tue May 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-4
- (be7fc03) Suggest gstreamer faac and faad

* Sat Nov 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-3
- (2c314aa) Bump release

* Tue Jul 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-2
- (7329efe) Add patch to fix build with cmake 3.0

* Mon May 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-1
- (51674d3) Make build verbose
- (Andrey Bondrov: d6b7e89) New version 1.2.3

* Wed May 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.2-2
- (88d2e64) Bump release

* Mon Mar 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.2-1
- (b122827) LOG New version 1.2.2

* Mon Oct 28 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-8
- (fe880eb) Add missing patch
- (Andrey Bondrov: e001d37) Update source
- (Andrey Bondrov: ace94e2) LOG Improve Vk.com support (now supports albums/playlists), fix minor localization issues

* Thu Oct 24 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-6
- (b3efdb7) LOG Improve VKontakte support

* Tue Oct 22 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-5
- (2a1f551) LOG Update russian translation for .desktop file
- (Andrey Bondrov: ffd226e) LOG Add russian strings to desktop file, don't read tags for vk.com music files (it fixes encoding issues because we already have tags properly set)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22421 |14mu|clew-0.10-1.20151002.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20151002

%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	The OpenCL extension wrangler library
Name:		clew
Version:	0.10
Release:	1.%{git}.2
License:	Boost
Group:		System/Libraries
Url:		https://github.com/martijnberger/clew
# git snaphot
Source0:	%{name}-%{version}-%{git}.tar.bz2
Patch0:		clew-0.10-20151002-soname.patch
Patch1:		clew-0.10-20151002-libcl.so.1-location.patch
Patch2:		clew-0.10-20151002-libdir.patch
BuildRequires:	cmake

%description
The OpenCL extension wrangler library. This basically works like glew,
but for OpenCL. You can build OpenCL code without needing any OpenCL
library or include files. At runtime, even if there is no OpenCL-enabled
device present, your code will still run! Of course, you wont be able to
do anything OpenCL-related, but you wont get any errors about missing
libraries and stuff, no linker errors (at least, not until you try to use
a non-existent OpenCL-enabled device of course).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The OpenCL extension wrangler library
Group:		System/Libraries

%description -n %{libname}
The OpenCL extension wrangler library. This basically works like glew,
but for OpenCL. You can build OpenCL code without needing any OpenCL
library or include files. At runtime, even if there is no OpenCL-enabled
device present, your code will still run! Of course, you wont be able to
do anything OpenCL-related, but you wont get any errors about missing
libraries and stuff, no linker errors (at least, not until you try to use
a non-existent OpenCL-enabled device of course).

%files -n %{libname}
%doc README.md LICENSE.md
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the OpenCL extension wrangler library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for the OpenCL extension wrangler library.

%files -n %{devname}
%doc README.md LICENSE.md
%{_includedir}/clew.h
%{_includedir}/proxy-opencl/CL/*.h
%{_includedir}/proxy-opencl/OpenCL/*.h
%{_libdir}/lib%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{git}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%cmake \
	-DINSTALL_CL_HEADER:BOOL=ON
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_bindir}/clewTest


%changelog

* Sun Feb 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10-1.20151002.2
- (02ff2bf) Fix development package Provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22422 |14mu|cln-1.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	C++++ Class Library for Numbers
Name:		cln
Version:	1.3.4
Release:	1
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://www.ginac.de/CLN/
Source0:	http://www.ginac.de/CLN/%{name}-%{version}.tar.bz2
BuildRequires:	gmp-devel

%description
CLN is a collection of C++ math classes and functions licensed under
the GPL that provides efficiency, type safety, and algebraic syntax in
a fast, memory-efficient library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++++ Class Library for Numbers
Group:		Sciences/Mathematics
Provides:	%{name} = %{EVRD}
Obsoletes:	%{mklibname cln 4} < 1.2.2

%description -n %{libname}
CLN is a collection of C++ math classes and functions licensed under
the GPL that provides efficiency, type safety, and algebraic syntax in
a fast, memory-efficient library.

%files -n %{libname}
%{_libdir}/libcln.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for programs using the CLN library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{mklibname cln 4 -d} < 1.2.2

%description -n %{devname}
This package is necessary if you wish to develop software that uses
the CLN library.

%files -n %{devname}
%doc ChangeLog NEWS README TODO* documents/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_infodir}/*.info*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%ifarch %{arm}
%make CPPFLAGS="-DNO_ASM"
%else
%make
%endif

%check
%make check

%install
%makeinstall_std

# prepare documents
rm -rf documents
mkdir documents
cp -p examples/*.cc documents/

rm -rf %{buildroot}%{_datadir}/dvi

rm -rf %{buildroot}%{_bindir}
rm -rf %{buildroot}%{_mandir}
rm -rf %{buildroot}%{_datadir}/aclocal

%changelog

* Tue Oct 06 2015 Denis Silakov <dsilakov@gmail.com> 1.3.4-1
- (094dd66) Updated to 1.3.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22423 |14mu|clutter-1.22.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 1.0
%define major 0
%define girmajor 1.0

%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{girmajor}
%define devname %mklibname %{name} %{api} -d

Summary:	Software library for fast, visually rich GUIs
Name:		clutter
Version:	1.22.4
Release:	1
License:	LGPLv2+
Group:		Graphics
Url:		http://clutter-project.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(cairo-gobject)
BuildRequires:	pkgconfig(cogl-1.0)
BuildRequires:	pkgconfig(cogl-pango-1.0)
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(pangoft2)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)

%description
Clutter is an open source software library for creating fast, visually rich
graphical user interfaces. The most obvious example of potential usage is in
media center type applications. We hope however it can be used for a lot more.

Clutter uses OpenGL (and soon optionally OpenGL ES) for rendering but with an
API which hides the underlying GL complexity from the developer. The Clutter
API is intended to be easy to use, efficient and flexible. 

#----------------------------------------------------------------------------

%package i18n
Summary:	Translations for %{name}
Group:		System/Internationalization

%description i18n
This contains the translation data for %{name}.

%files i18n -f %{name}-%{api}.lang

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Software library for fast, visually rich GUIs
Group:		System/Libraries
Suggests:	%{name}-i18n >= %{version}-%{release}

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*
%{_libdir}/lib%{name}-glx-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Cally-%{api}.typelib
%{_libdir}/girepository-1.0/Clutter-%{api}.typelib
%{_libdir}/girepository-1.0/ClutterGdk-%{girmajor}.typelib
%{_libdir}/girepository-1.0/ClutterX11-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for %{name}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development headers and libraries for %{name}.

%files -n %{devname}
%dir %{_includedir}/%{name}-%{api}
%{_includedir}/%{name}-%{api}/cally
%{_includedir}/%{name}-%{api}/%{name}
%{_libdir}/lib%{name}-%{api}.so
%{_libdir}/lib%{name}-glx-%{api}.so
%{_libdir}/pkgconfig/cally-%{api}.pc
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/pkgconfig/%{name}-cogl-%{api}.pc
%{_libdir}/pkgconfig/%{name}-gdk-%{api}.pc
%{_libdir}/pkgconfig/%{name}-glx-%{api}.pc
%{_libdir}/pkgconfig/%{name}-x11-%{api}.pc
%{_datadir}/gir-1.0/Cally-%{api}.gir
%{_datadir}/gir-1.0/Clutter-%{api}.gir
%{_datadir}/gir-1.0/ClutterGdk-%{girmajor}.gir
%{_datadir}/gir-1.0/ClutterX11-%{api}.gir
%{_datadir}/gtk-doc/html/cally
%{_datadir}/gtk-doc/html/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--enable-introspection=yes \
	--enable-gdk-backend=yes \
	--enable-x11-backend=yes

%make

%install
%makeinstall_std

%find_lang %{name}-%{api}


%changelog

* Tue Jun 30 2015 Tigro <ashejn@yandex-team.ru> 1.22.4-1
- (e3142c3) drop patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22424 |14mu|clutter-gst-1.6.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define clutterapi 1.0
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name} %{api} -d

%define gstapi 0.10
%define gstname gstreamer%{gstapi}-gstclutter

Summary:	GST video texture actor and audio player object for Clutter
Name:		clutter-gst
Version:	1.6.0
Release:	6
License:	LGPLv2+
Group:		Graphics
Url:		http://clutter-project.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
Patch0:		clutter-gst-1.6.0-needless-glint.patch
BuildRequires:	docbook-dtd412-xml
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(clutter-1.0) >= 1.6.14
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.36.0
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{gstapi})

%description
An integration library for using GStreamer with Clutter.
GST video texture actor and audio player object.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GST video texture actor and audio player object for Clutter
Group:		System/Libraries
Requires:	gstreamer0.10-plugins-base
Requires:	%{girname} = %{EVRD}
Requires:	%{gstname} = %{EVRD}

%description -n %{libname}
An integration library for using GStreamer with Clutter.
GST video texture actor and audio player object.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}clutter-gst1.0_0 < 1.6.0-3

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/ClutterGst-%{clutterapi}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers/libraries for %{name}
Group:		Development/X11
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Development headers/libraries for %{name}.
(see %{libname} package)

%files -n %{devname}
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/lib%{name}-%{api}.so
%dir %{_includedir}/clutter-%{clutterapi}/%{name}
%{_includedir}/clutter-%{clutterapi}/%{name}/*.h
%{_datadir}/gir-1.0/ClutterGst-%{clutterapi}.gir

#----------------------------------------------------------------------------

%package -n %{gstname}
Summary:	Gstreamer plugin for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}clutter-gst1.0_0 < 1.6.0-3

%description -n %{gstname}
Standalone gstreamer plugin for %{name}.

%files -n %{gstname}
%{_libdir}/gstreamer-%{gstapi}/libgstclutter.so

#----------------------------------------------------------------------------

%package doc
Summary:	API reference for clutter-gst
Group:		Development/Other

%description doc
Documentation for Clutter-Gst.

%files doc
%dir %{_datadir}/gtk-doc/html/%{name}
%doc %{_datadir}/gtk-doc/html/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf
%configure2_5x \
	--disable-static \
	--enable-gtk-doc \
	--enable-introspection
%make

%install
%makeinstall_std


%changelog

* Wed Mar 11 2015 Tigro <ashejn@yandex-team.ru> 1.6.0-6
- (22a26c5) bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22425 |14mu|clutter-gst2-2.0.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		2.0
%define clutterapi	2.0
%define gir_major	2.0
%define major		0

%define gstapi		1.0

%define libname		%mklibname clutter-gst %{api} %{major}
%define devname		%mklibname -d clutter-gst %{api}
%define girname		%mklibname clutter-gst-gir %{gir_major}
%define gstname		gstreamer%{gstapi}-gstclutter

%define url_ver %(echo %{version} | cut -d. -f1,2)

Summary:	GST video texture actor and audio player object for Clutter
Name:		clutter-gst2
Version:	2.0.14
Release:	1
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/clutter-gst/%{url_ver}/clutter-gst-%{version}.tar.xz
License:	LGPLv2+
Group:		Graphics
Url:		http://clutter-project.org/
BuildRequires:	clutter-devel >= 1.6.14
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gstreamer-base-1.0)
BuildRequires:	pkgconfig(gstreamer-video-1.0)
BuildRequires:	pkgconfig(gstreamer-audio-1.0)
BuildRequires:	pkgconfig(gstreamer-tag-1.0)
BuildRequires:	gobject-introspection-devel >= 0.6.8
BuildRequires:	pkgconfig(gl)

%description
An integration library for using GStreamer with Clutter.
GST video texture actor and audio player object.

%package -n %{libname}
Summary:	GST video texture actor and audio player object for Clutter
Group:		Graphics
Requires:	gstreamer1.0-plugins-base
Obsoletes:	%{_lib}clutter-gst22.0_0 < 1.9.90-3

%description -n %{libname}
An integration library for using GStreamer with Clutter.
GST video texture actor and audio player object.

%package -n %{devname}
Summary:	Development headers/libraries for %{name}
Group:		Development/X11
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libclutter-gst%{api}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{_lib}clutter-gst22.0-devel < 1.9.90-3

%description -n %{devname}
Development headers/libraries for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{_lib}clutter-gst2-gir2.0 < 1.9.90-3

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{gstname}
Summary:	Gstreamer plugin for %{name}
Group:		System/Libraries

%description -n %{gstname}
Standalone gstreamer plugin for %{name}.

%prep
%setup -q  -n clutter-gst-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-introspection=yes
%make

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name "*.la" -delete

# Remove the documentation for now as it conflicts with the files in
# clutter-gst-devel. I'll work with upstream to fix this properly.
rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc/

%files -n %{libname}
%{_libdir}/libclutter-gst-%{api}.so.%{major}*

%files -n %{gstname}
%{_libdir}/gstreamer-%{gstapi}/libgstclutter.so

%files -n %{girname}
%{_libdir}/girepository-1.0/ClutterGst-%{gir_major}.typelib

%files -n %{devname}
#%doc %{_datadir}/gtk-doc/html/%{name}
%{_libdir}/pkgconfig/clutter-gst-%{api}.pc
%{_libdir}/libclutter-gst-%{api}.so
%{_includedir}/clutter-gst-%{clutterapi}
%{_datadir}/gir-1.0/ClutterGst-%{gir_major}.gir


%changelog

* Thu Mar 19 2015 Tigro <ashejn@yandex-team.ru> 2.0.14-1
- (56249b0) update to 2.0.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22426 |14mu|clutter-gst2-3.0.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		3.0
%define clutterapi	3.0
%define gir_major	3.0
%define major		0

%define gstapi		1.0

%define libname		%mklibname clutter-gst %{api} %{major}
%define devname		%mklibname -d clutter-gst %{api}
%define girname		%mklibname clutter-gst-gir %{gir_major}
%define gstname		gstreamer%{gstapi}-gstclutter%{api}

%define url_ver %(echo %{version} | cut -d. -f1,2)

Summary:	GST video texture actor and audio player object for Clutter
Name:		clutter-gst2
Version:	3.0.10
Release:	1
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/clutter-gst/%{url_ver}/clutter-gst-%{version}.tar.xz
License:	LGPLv2+
Group:		Graphics
Url:		http://clutter-project.org/
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gstreamer-base-1.0)
BuildRequires:	pkgconfig(gstreamer-video-1.0)
BuildRequires:	pkgconfig(gstreamer-audio-1.0)
BuildRequires:	pkgconfig(gstreamer-tag-1.0)
BuildRequires:	pkgconfig(cogl-2.0-experimental)
BuildRequires:	gobject-introspection-devel >= 0.6.8
BuildRequires:	pkgconfig(gl)

%description
An integration library for using GStreamer with Clutter.
GST video texture actor and audio player object.

%package -n %{libname}
Summary:	GST video texture actor and audio player object for Clutter
Group:		Graphics
Requires:	gstreamer1.0-plugins-base
Obsoletes:	%{_lib}clutter-gst22.0_0 < 1.9.90-3

%description -n %{libname}
An integration library for using GStreamer with Clutter.
GST video texture actor and audio player object.

%package -n %{devname}
Summary:	Development headers/libraries for %{name}
Group:		Development/X11
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libclutter-gst%{api}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{_lib}clutter-gst22.0-devel < 1.9.90-3

%description -n %{devname}
Development headers/libraries for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{_lib}clutter-gst2-gir2.0 < 1.9.90-3

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{gstname}
Summary:	Gstreamer plugin for %{name}
Group:		System/Libraries

%description -n %{gstname}
Standalone gstreamer plugin for %{name}.

%prep
%setup -q  -n clutter-gst-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-introspection=yes
%make

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name "*.la" -delete

# Remove the documentation for now as it conflicts with the files in
# clutter-gst-devel. I'll work with upstream to fix this properly.
rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc/

%files -n %{libname}
%{_libdir}/libclutter-gst-%{api}.so.%{major}*

%files -n %{gstname}
%{_libdir}/gstreamer-%{gstapi}/libgstclutter*.so

%files -n %{girname}
%{_libdir}/girepository-1.0/ClutterGst-%{gir_major}.typelib

%files -n %{devname}
#%doc %{_datadir}/gtk-doc/html/%{name}
%{_libdir}/pkgconfig/clutter-gst-%{api}.pc
%{_libdir}/libclutter-gst-%{api}.so
%{_includedir}/clutter-gst-%{clutterapi}
%{_datadir}/gir-1.0/ClutterGst-%{gir_major}.gir


%changelog

* Tue Sep 15 2015 Tigro <ashejn@yandex-team.ru> 3.0.10-1
- (98198f6) update to 3.0.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22427 |14mu|clutter-gtk-1.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 1.0
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name} %{api} -d

Summary:	GTK Support for Clutter
Name:		clutter-gtk
Version:	1.6.2
Release:	1
License:	LGPLv2+
Group:		Graphics
Url:		http://clutter-project.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/clutter-gtk/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	docbook-dtd412-xml
#gw for Gtk-2.0.gir
BuildRequires:	gir-repository
BuildRequires:	gtk-doc
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(clutter-%{api})
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)

%description
A library providing facilities to integrate Clutter into GTK+
applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the
default ClutterStage into any GtkContainer.

Because of limitations inside Clutter, it is only possible to embed a single
ClutterStage.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GTK Support for Clutter
Group:		System/Libraries

%description -n %{libname}
A library providing facilities to integrate Clutter into GTK+
applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the
default ClutterStage into any GtkContainer.

Because of limitations inside Clutter, it is only possible to embed a single
ClutterStage.

%files -n %{libname} -f cluttergtk-%{api}.lang
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Conflicts:	%{_lib}clutter-gtk1.0_0 < 1.5.2-3

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/GtkClutter-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers/libraries for %{name}
Group:		Development/X11
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description -n %{devname}
Development headers/libraries for %{name}.

%files -n %{devname}
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/lib%{name}-%{api}.so
%dir %{_includedir}/%{name}-%{api}/%{name}
%{_includedir}/%{name}-%{api}/%{name}/*.h
%{_datadir}/gir-1.0/GtkClutter-%{api}.gir
%dir %{_datadir}/gtk-doc/html/%{name}-%{api}
%doc %{_datadir}/gtk-doc/html/%{name}-%{api}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --enable-gtk-doc
%make

%install
%makeinstall

%find_lang cluttergtk-%{api}


%changelog

* Tue Jun 30 2015 Tigro <ashejn@yandex-team.ru> 1.6.2-1
- (3f21060) update to 1.6.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22428 |14mu|clutter-imcontext-0.1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 0.1
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Port of GTK IMContext to Clutter
Name:		clutter-imcontext
Version:	0.1.4
Release:	5
License:	LGPLv2+
Group:		Graphics
Url:		http://www.clutter-project.org
Source0:	http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
BuildRequires:	gir-repository
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)

%description
Port of GTK IMContext to Clutter.

%files
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Port of GTK IMContext to Clutter
Group:		System/Libraries
Conflicts:	%{_lib}clutter-imcontext0 < 0.1.4-5
Obsoletes:	%{_lib}clutter-imcontext0 < 0.1.4-5

%description -n %{libname}
Port of GTK IMContext to Clutter.

%files -n %{libname}
%{_libdir}/libclutter-imcontext-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/%{name}-%{api}/%{name}/*
%{_libdir}/pkgconfig/clutter-imcontext-%{api}.pc
%{_libdir}/libclutter-imcontext-%{api}.so
%dir %{_datadir}/gtk-doc/html/%{name}
%{_datadir}/gtk-doc/html/%{name}/*

#----------------------------------------------------------------------------

%prep
%setup -q
perl -pi -e 's,^./configure.*,,' ./autogen.sh

%build
./autogen.sh
%configure2_5x \
	--disable-static \
	--enable-gtk-doc
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_datadir}/doc/%{name}-%{version}
for f in `ls %{buildroot}/%{_datadir}/doc/`; do
  if [ -f %{buildroot}/%{_datadir}/doc/$f ]; then
    mv %{buildroot}/%{_datadir}/doc/$f %{buildroot}/%{_datadir}/doc/%{name}-%{version}
  fi
done


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.4-5
- (581b4b5) Fix library package name
- (581b4b5) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22429 |14mu|cmake-3.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortVersion %(echo %{version} | cut -d. -f1,2)

%bcond_with	bootstrap

Summary:	Cross-platform, open-source make system
Name:		cmake
Version:	3.5.2
Release:	1
Epoch:		1
License:	BSD
Group:		Development/Other
Url:		http://www.cmake.org/HTML/index.html
Source0:	http://www.cmake.org/files/v%{shortVersion}/%{name}-%{version}.tar.gz
Source1:	cmake.macros
Patch0:		cmake-3.4.1-optflags.patch
# fix ftlk detection
Patch1:		0001-Fix-FLTK-Find-path.patch
Patch2:		0003-Disable-Test198.patch
BuildRequires:	gcc-gfortran
BuildRequires:	bzip2-devel
BuildRequires:	jsoncpp-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(ncurses)
%if !%{with bootstrap}
BuildRequires:	pkgconfig(QtCore)
%endif
BuildRequires:	pkgconfig(zlib)

%description
CMake is used to control the software compilation process using
simple platform and compiler independent configuration files.
CMake generates native makefiles and workspaces that can be
used in the compiler environment of your choice. CMake is quite
sophisticated: it is possible to support complex environments
requiring system configuration, pre-processor generation, code
generation, and template instantiation.

%files
%{_bindir}/cmake
%{_bindir}/ccmake
%{_bindir}/ctest
%{_bindir}/cpack
%{_datadir}/%{name}
%{_sysconfdir}/emacs/site-start.d/%{name}.el
%{_sysconfdir}/rpm/macros.d/*
%{_datadir}/emacs/site-lisp/cmake-mode.el
%{_datadir}/vim/*/*
%{_datadir}/aclocal/cmake.m4
%doc CMakeLogo.gif mydocs/*

#-----------------------------------------------------------------------------

%if !%{with bootstrap}
%package -n %{name}-qtgui
Summary:	Qt GUI Dialog for CMake - the Cross-platform, open-source make system
Group:		Development/Other
Requires:	%{name}

%description -n %{name}-qtgui
CMake is used to control the software compilation process using
simple platform and compiler independent configuration files.

This is the Qt GUI.

%files -n %{name}-qtgui
%{_bindir}/cmake-gui
%{_datadir}/applications/CMake.desktop
%{_datadir}/mime/packages/cmakecache.xml
%{_iconsdir}/hicolor/*/apps/CMakeSetup.*
%endif

#-----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# Don't try to automagically find files in /usr/X11R6
# But also don't change a prefix if it is not /usr
perl -pi -e 's@^\s+/usr/X11R6/.*\n@@' Modules/*.cmake

%ifarch %{arm}
# bootstrap test is taking ages on arm
sed -i -e 's!SET(CMAKE_LONG_TEST_TIMEOUT 1500)!SET(CMAKE_LONG_TEST_TIMEOUT 7200)!g' Tests/CMakeLists.txt
%endif

%build
mkdir -p build
cd build
%setup_compile_flags
../configure \
    --system-libs \
    --parallel=%{_smp_mflags} \
    --prefix=%{_prefix} \
    --datadir=/share/%{name} \
    --mandir=/share/man \
    --docdir=/share/doc/%{name} \
%if !%{with bootstrap}
    --qt-gui
%endif

%make

%install
%makeinstall_std -C build

# cmake mode for emacs
mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp %{buildroot}%{_sysconfdir}/emacs/site-start.d
mv %{buildroot}%{_datadir}/cmake/editors/emacs/cmake-mode.el %{buildroot}%{_datadir}/emacs/site-lisp/cmake-mode.el
cat <<EOF >%{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el
(setq load-path (cons (expand-file-name "/dir/with/cmake-mode") load-path))
(require 'cmake-mode)
(setq auto-mode-alist
      (append '(("CMakeLists\\\\.txt\\\\'" . cmake-mode)
                ("\\\\.cmake\\\\'" . cmake-mode))
              auto-mode-alist))
EOF

# cmake mode for vim
mkdir -p %{buildroot}%{_datadir}/vim/syntax %{buildroot}%{_datadir}/vim/indent %{buildroot}%{_datadir}/vim/plugin
mv %{buildroot}%{_datadir}/cmake/editors/vim/cmake-syntax.vim %{buildroot}%{_datadir}/vim/syntax/cmake.vim
mv %{buildroot}%{_datadir}/cmake/editors/vim/cmake-indent.vim %{buildroot}%{_datadir}/vim/indent/cmake.vim
mv %{buildroot}%{_datadir}/cmake/editors/vim/cmake-help.vim %{buildroot}%{_datadir}/vim/plugin/cmake-help.vim

# remove directory we just cleared by moving files where editors
# will actually find them
rm -rf %{buildroot}%{_datadir}/cmake/editors

# RPM macros
install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/rpm/macros.d/cmake.macros

# %doc wipes out files in doc dir, fixed in cooker svn for rpm package, though
# not submitted yet, so we'll just work around this by moving it for now..
rm -rf mydocs
mv %{buildroot}%{_datadir}/doc/%{name} mydocs

# As of 2.8.10.2, the test suite needs net access.
# Absent that, it will fail:
# The following tests FAILED:
#        186 - CTestTestFailedSubmit-http (Failed)
#        187 - CTestTestFailedSubmit-https (Failed)
%if 0
%check
unset DISPLAY
cd build
bin/ctest -E SubDirSpaces -V %{_smp_mflags}
%endif

%changelog

* Fri Apr 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:3.5.2-1
- (f1fad7a) New version 3.5.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22430 |14mu|cogl-1.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 		20
%define pangomajor	20
%define gir_major	2.0
%define gir_major_old	1.0

%define libname		%mklibname %{name} %{major}
%define libpango	%mklibname %{name}-pango %{pangomajor}
%define libpath		%mklibname %{name}-path %{major}
%define devname		%mklibname %{name} -d
%define devpango	%mklibname %{name}-pango -d
%define girname		%mklibname %{name}-gir %{gir_major}
%define girname_old	%mklibname %{name}-gir %{gir_major_old}
%define girpango	%mklibname %{name}-pango-gir %{gir_major}
%define girpango_old	%mklibname %{name}-pango-gir %{gir_major_old}

Summary:	A library for using 3D graphics hardware to draw pretty pictures
Name:		cogl
Version:	1.20.0
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.clutter-project.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/cogl/1.20/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(cairo) >= 1.10
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gmodule-no-export-2.0)
BuildRequires:	pkgconfig(gobject-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(pangocairo) >= 1.20
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite) >= 0.4
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes) >= 3
BuildRequires:	pkgconfig(xrandr)

%description
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures. The API departs from the flat state machine style of
OpenGL and is designed to make it easy to write orthogonal components that
can render without stepping on each others toes.

As well aiming for a nice API, we think having a single library as opposed
to an API specification like OpenGL has a few advantages too; like being
able to paper over the inconsistencies/bugs of different OpenGL
implementations in a centralized place, not to mention the myriad of OpenGL
extensions. It also means we are in a better position to provide utility
APIs that help software developers since they only need to be implemented
once and there is no risk of inconsistency between implementations.

Having other backends, besides OpenGL, such as drm, Gallium or D3D are
options we are interested in for the future.

#----------------------------------------------------------------------------

%package i18n
Summary:	Translations for %{name}
Group:		System/Internationalization
Obsoletes:	%{name} < 1.9.2

%description i18n
This contains the translation data for %{name}.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for using 3D graphics hardware to draw pretty pictures
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libcogl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libpango}
Summary:	A library for using 3D graphics hardware to draw pretty pictures
Group:		System/Libraries

%description -n %{libpango}
This package contains the shared library for %{name}-pango.

%files -n %{libpango}
%{_libdir}/libcogl-pango.so.%{pangomajor}*

#----------------------------------------------------------------------------

%package -n %{libpath}
Summary:	A library for using 3D graphics hardware to draw pretty pictures
Group:		System/Libraries
Conflicts:	%{_lib}cogl20 < 1.18.2-3

%description -n %{libpath}
This package contains the shared library for %{name}.

%files -n %{libpath}
%{_libdir}/libcogl-path.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Cogl-%{gir_major}.typelib

#----------------------------------------------------------------------------

%package -n %{girname_old}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}cogl-gir2.0 < 1.18.2-3

%description -n %{girname_old}
GObject Introspection interface description for %{name}.

%files -n %{girname_old}
%{_libdir}/girepository-1.0/Cogl-%{gir_major_old}.typelib

#----------------------------------------------------------------------------

%package -n %{girpango}
Summary:	GObject Introspection interface description for %{name}-pango
Group:		System/Libraries

%description -n %{girpango}
GObject Introspection interface description for %{name}-pango.

%files -n %{girpango}
%{_libdir}/girepository-1.0/CoglPango-%{gir_major}.typelib

#----------------------------------------------------------------------------

%package -n %{girpango_old}
Summary:	GObject Introspection interface description for %{name}-pango
Group:		System/Libraries
Conflicts:	%{_lib}cogl-pango-gir2.0 < 1.18.2-3

%description -n %{girpango_old}
GObject Introspection interface description for %{name}-pango.

%files -n %{girpango_old}
%{_libdir}/girepository-1.0/CoglPango-%{gir_major_old}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	%{name} development environment
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libpath} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Requires:	%{girname_old} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Header files and libraries for building and developing apps with %{name}.

%files -n %{devname}
%doc NEWS README ChangeLog
%{_includedir}/%{name}/%{name}
%{_includedir}/%{name}/%{name}-path
%{_libdir}/libcogl.so
%{_libdir}/libcogl-path.so
%{_libdir}/pkgconfig/cogl-1.0.pc
%{_libdir}/pkgconfig/cogl-path-1.0.pc
%{_libdir}/pkgconfig/cogl-gl-1.0.pc
%{_libdir}/pkgconfig/cogl-2.0-experimental.pc
%{_libdir}/pkgconfig/cogl-path-2.0-experimental.pc
%{_datadir}/gir-1.0/Cogl-*.gir

#----------------------------------------------------------------------------

%package -n %{devpango}
Summary:	%{name}-pango development environment
Group:		Development/C
Requires:	%{libpango} = %{EVRD}
Requires:	%{girpango} = %{EVRD}
Requires:	%{girpango_old} = %{EVRD}

%description -n %{devpango}
Header files and libraries for building and developing apps with %{name}-pango.

%files -n %{devpango}
%{_includedir}/%{name}/%{name}-pango
%{_libdir}/libcogl-pango.so
%{_libdir}/pkgconfig/cogl-pango*.pc
%{_datadir}/gir-1.0/CoglPango-*.gir

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--enable-cairo=yes \
	--enable-cogl-pango=yes \
	--enable-gdk-pixbuf=yes \
	--enable-glx=yes \
	--enable-introspection=yes

%make

%install
%makeinstall_std

#Remove examples
rm -rf %{buildroot}%{_datadir}/%{name}/examples-data/

%find_lang %{name}


%changelog
* Mon Mar 09 2015 Tigro <ashejn@gmail.com> 1.20.0-1
+ Revision: e1c89ca
- drop gtk-doc install



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22431 |14mu|cogl-1.20.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 		20
%define pangomajor	20
%define gir_major	2.0
%define gir_major_old	1.0

%define libname		%mklibname %{name} %{major}
%define libpango	%mklibname %{name}-pango %{pangomajor}
%define libpath		%mklibname %{name}-path %{major}
%define devname		%mklibname %{name} -d
%define devpango	%mklibname %{name}-pango -d
%define girname		%mklibname %{name}-gir %{gir_major}
%define girname_old	%mklibname %{name}-gir %{gir_major_old}
%define girpango	%mklibname %{name}-pango-gir %{gir_major}
%define girpango_old	%mklibname %{name}-pango-gir %{gir_major_old}

Summary:	A library for using 3D graphics hardware to draw pretty pictures
Name:		cogl
Version:	1.20.0
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.clutter-project.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/cogl/1.20/%{name}-%{version}.tar.xz
Patch0:		0001-kms-winsys-try-to-hobble-along-if-driver-doesn-t-sup.patch
BuildRequires:	pkgconfig(cairo) >= 1.10
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gmodule-no-export-2.0)
BuildRequires:	pkgconfig(gobject-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(pangocairo) >= 1.20
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite) >= 0.4
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes) >= 3
BuildRequires:	pkgconfig(xrandr)

%description
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures. The API departs from the flat state machine style of
OpenGL and is designed to make it easy to write orthogonal components that
can render without stepping on each others toes.

As well aiming for a nice API, we think having a single library as opposed
to an API specification like OpenGL has a few advantages too; like being
able to paper over the inconsistencies/bugs of different OpenGL
implementations in a centralized place, not to mention the myriad of OpenGL
extensions. It also means we are in a better position to provide utility
APIs that help software developers since they only need to be implemented
once and there is no risk of inconsistency between implementations.

Having other backends, besides OpenGL, such as drm, Gallium or D3D are
options we are interested in for the future.

#----------------------------------------------------------------------------

%package i18n
Summary:	Translations for %{name}
Group:		System/Internationalization
Obsoletes:	%{name} < 1.9.2

%description i18n
This contains the translation data for %{name}.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for using 3D graphics hardware to draw pretty pictures
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libcogl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libpango}
Summary:	A library for using 3D graphics hardware to draw pretty pictures
Group:		System/Libraries

%description -n %{libpango}
This package contains the shared library for %{name}-pango.

%files -n %{libpango}
%{_libdir}/libcogl-pango.so.%{pangomajor}*

#----------------------------------------------------------------------------

%package -n %{libpath}
Summary:	A library for using 3D graphics hardware to draw pretty pictures
Group:		System/Libraries
Conflicts:	%{_lib}cogl20 < 1.18.2-3

%description -n %{libpath}
This package contains the shared library for %{name}.

%files -n %{libpath}
%{_libdir}/libcogl-path.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Cogl-%{gir_major}.typelib

#----------------------------------------------------------------------------

%package -n %{girname_old}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}cogl-gir2.0 < 1.18.2-3

%description -n %{girname_old}
GObject Introspection interface description for %{name}.

%files -n %{girname_old}
%{_libdir}/girepository-1.0/Cogl-%{gir_major_old}.typelib

#----------------------------------------------------------------------------

%package -n %{girpango}
Summary:	GObject Introspection interface description for %{name}-pango
Group:		System/Libraries

%description -n %{girpango}
GObject Introspection interface description for %{name}-pango.

%files -n %{girpango}
%{_libdir}/girepository-1.0/CoglPango-%{gir_major}.typelib

#----------------------------------------------------------------------------

%package -n %{girpango_old}
Summary:	GObject Introspection interface description for %{name}-pango
Group:		System/Libraries
Conflicts:	%{_lib}cogl-pango-gir2.0 < 1.18.2-3

%description -n %{girpango_old}
GObject Introspection interface description for %{name}-pango.

%files -n %{girpango_old}
%{_libdir}/girepository-1.0/CoglPango-%{gir_major_old}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	%{name} development environment
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libpath} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Requires:	%{girname_old} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Header files and libraries for building and developing apps with %{name}.

%files -n %{devname}
%doc NEWS README ChangeLog
%{_includedir}/%{name}/%{name}
%{_includedir}/%{name}/%{name}-path
%{_libdir}/libcogl.so
%{_libdir}/libcogl-path.so
%{_libdir}/pkgconfig/cogl-1.0.pc
%{_libdir}/pkgconfig/cogl-path-1.0.pc
%{_libdir}/pkgconfig/cogl-gl-1.0.pc
%{_libdir}/pkgconfig/cogl-2.0-experimental.pc
%{_libdir}/pkgconfig/cogl-path-2.0-experimental.pc
%{_datadir}/gir-1.0/Cogl-*.gir

#----------------------------------------------------------------------------

%package -n %{devpango}
Summary:	%{name}-pango development environment
Group:		Development/C
Requires:	%{libpango} = %{EVRD}
Requires:	%{girpango} = %{EVRD}
Requires:	%{girpango_old} = %{EVRD}

%description -n %{devpango}
Header files and libraries for building and developing apps with %{name}-pango.

%files -n %{devpango}
%{_includedir}/%{name}/%{name}-pango
%{_libdir}/libcogl-pango.so
%{_libdir}/pkgconfig/cogl-pango*.pc
%{_datadir}/gir-1.0/CoglPango-*.gir

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--enable-cairo=yes \
	--enable-cogl-pango=yes \
	--enable-gdk-pixbuf=yes \
	--enable-glx=yes \
	--enable-introspection=yes

%make

%install
%makeinstall_std

#Remove examples
rm -rf %{buildroot}%{_datadir}/%{name}/examples-data/

%find_lang %{name}


%changelog

* Fri May 29 2015 Tigro <ashejn@yandex-team.ru> 1.20.0-2
- (088e7da) try to hobble along if driver doesn't support page flips



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22432 |14mu|command-not-found-1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           command-not-found
Version:        1.3
Release:        1
Summary:        Command-not-found tool for ROSA and OpenMandriva
Group:          File tools
License:        GPLv2
URL:            https://abf.io/soft/command-not-found
Source0:        https://abf.io/soft/%{name}/archive/%{name}-%{version}.tar.gz
BuildArch:      noarch

Requires:       command-not-found-data
Requires:       python-json
Requires:       python-rpm
BuildRequires:  python(abi) = 2.7

%description
When you call non-existent command in bash, you will get a 
list of packages (with repositories) where you can find this command
or similar ones.

%prep
%setup -q

%install
for d in `python localizer.py --list`; do\
    mkdir -p %{buildroot}/usr/share/locale/$d/LC_MESSAGES;\
    install -m 644 locale/$d/LC_MESSAGES/%{name}.mo %{buildroot}/usr/share/locale/$d/LC_MESSAGES/%{name}.mo;\
done
mkdir -p %{buildroot}/usr/bin
mkdir -p %{buildroot}/etc/profile.d
cp command-not-found.py  %{buildroot}/usr/bin/cnf
cp handler.sh %{buildroot}/etc/profile.d/91cnf.sh

%find_lang %{name}

%files -f %{name}.lang
/usr/bin/cnf
/etc/profile.d/91cnf.sh

%changelog
* Wed Nov 05 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.3-1
+ Revision: f809f0d
- Fix upstream URLs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22433 |14mu|comparator-2.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for fast comparasion of large source-code trees
Name:		comparator
Version:	2.8
Release:	3
License:	BSD
Group:		Development/Tools
Url:		http://www.catb.org/~esr/comparator
Source0:	http://www.catb.org/~esr/comparator/%{name}-%{version}.tar.gz

%description
Comparator and filterator are a pair of tools for rapidly finding
common code segments in large source trees. They can be useful as
tools for detecting copyright infringement.

%files
%doc README
%{_bindir}/comparator
%{_bindir}/filterator
%{_mandir}/man1/comparator.1*
%{py_sitedir}/comparator.py

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make \
	CFLAGS="%{optflags}" \
	LDFLAGS="%{ldflags}"

%install
install -d %{buildroot}{%{_bindir},%{_mandir}/man1,%{py_sitedir}}

install comparator filterator  %{buildroot}%{_bindir}
install comparator.1  %{buildroot}%{_mandir}/man1
install comparator.py  %{buildroot}%{py_sitedir}


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.8-3
- (cc96b8b) Build with system optflags
- (cc96b8b) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22434 |14mu|concurrent-1.3.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           concurrent
Version:        1.3.4
Release:        8
Epoch:          0
Summary:        Utility classes for concurrent Java programming
License:        Public Domain
Source0:        http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/current/concurrent.tar.gz
Source1:        %{name}-%{version}.build.xml
Patch0:         concurrent-build.patch
Patch1:         JDK-8-support.patch
URL:            http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
Group:          Development/Java
BuildArch:      noarch
BuildRequires:  java-rpmbuild >= 0:1.5, ant


%description 
This package provides standardized, efficient versions of utility classes
commonly encountered in concurrent Java programming. This code consists of
implementations of ideas that have been around for ages, and is merely intended
to save you the trouble of coding them. Discussions of the rationale and
applications of several of these classes can be found in the second edition of
Concurrent Programming in Java.


%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -c -q
mkdir -p src/EDU/oswego/cs/dl/util
mv concurrent src/EDU/oswego/cs/dl/util
# Build with debug on
pushd src/EDU/oswego/cs/dl/util/concurrent
%patch0
%patch1 -p1
popd


%build
pushd src/EDU/oswego/cs/dl/util/concurrent

%{ant} \
  -Dversion=%{version} \
  -Dj2se.apiurl=%{_javadocdir}/java \
  dist javadoc

popd

%install
rm -fr %{buildroot}
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 src/EDU/oswego/cs/dl/util/concurrent/lib/%{name}.jar \
               %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr src/EDU/oswego/cs/dl/util/concurrent/docs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%{_javadir}/*.jar
%doc src/EDU/oswego/cs/dl/util/concurrent/intro.html

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.3.4-8
- (c2f6d0a) Fix Jaav8 build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22435 |14mu|conntrack-tools-1.4.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Userspace tools for interacting with the Connection Tracking System
Name:		conntrack-tools
Version:	1.4.2
Release:	5
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://www.netfilter.org/projects/conntrack-tools/index.html
Source0:	http://netfilter.org/projects/conntrack-tools/files/%{name}-%{version}.tar.bz2
Source1:	http://netfilter.org/projects/conntrack-tools/files/%{name}-%{version}.tar.bz2.sig
Patch0:		conntrack-tools-CVE-2015-6496.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	pkgconfig
BuildRequires:	pkgconfig(libmnl) >= 1.0.3
BuildRequires:	pkgconfig(libnetfilter_conntrack) >= 1.0.4
BuildRequires:	pkgconfig(libnetfilter_cttimeout) >= 1.0.0
BuildRequires:	pkgconfig(libnfnetlink) >= 1.0.1
BuildRequires:  pkgconfig(libnetfilter_queue) >= 1.0.2
BuildRequires:  pkgconfig(libnetfilter_cthelper) >= 1.0.0
BuildRequires:	pkgconfig(libtirpc)

%description
The conntrack-tools are a set of tools targeted at system administrators.
They are conntrack, the userspace command line interface, and conntrackd,
the userspace daemon. The tool conntrack provides a full featured interface
that has replaced the old procfs interface. Using conntrack, you can view and
manage the in-kernel connection tracking state table from userspace. On the
other hand, conntrackd covers the specific aspects of stateful firewalls to
enable highly available scenarios, and can be used as statistics collector as
well.

%prep
%setup -q
%patch0 -p1 -b .CVE-2015-6496

%build
%configure2_5x \
    --disable-static
%make

%install
%makeinstall_std

%files
%doc AUTHORS TODO doc/stats/conntrackd.conf
%{_sbindir}/conntrack
%{_sbindir}/conntrackd
%{_sbindir}/nfct
%{_libdir}/%{name}
%{_mandir}/man8/conntrack.8*
%{_mandir}/man8/conntrackd.8*
%{_mandir}/man8/nfct.8*

%changelog

* Sat Oct 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-5
- (a456709) Fix CVE-2015-6496



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22436 |14mu|console-gentoo-style-0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Console Gentoo style
Name:		console-gentoo-style
Version:	0.1
Release:	5
Source0:	console-gentoo-style-%{version}.tar.gz
License:	GPLv2
Group:		Shells
BuildArch:	noarch

%description
Console Gentoo style.

%prep
%setup -q

%install
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
cp -rf ./gentoo_colors %{buildroot}%{_sysconfdir}/bash_completion.d/gentoo_colors

%files
%{_sysconfdir}/bash_completion.d/gentoo_colors


%changelog
* Wed Mar 11 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 0.1-5
+ Revision: 028aa30
- Release uplift for moving into main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22437 |14mu|console-setup-1.132-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools for configuring the console using X Window System key maps
Name:		console-setup
Version:	1.132
Release:	1
Group:		Terminals
# For a breakdown of the licensing, see COPYRIGHT, copyright, copyright.fonts and copyright.xkb
License:	GPLv2+ and MIT and Public Domain
Url:		http://packages.debian.org/cs/sid/console-setup
Source0:	http://ftp.de.debian.org/debian/pool/main/c/%{name}/%{name}_%{version}.tar.xz
# Fixes installing paths to Fedora style
Patch0:		console-setup-1.76-paths.patch
# Fixes FSF address, sent to upstream
Patch1:		console-setup-1.76-fsf-address.patch
Requires:	kbd
# require 'xkeyboard-config' to have X Window keyboard descriptions?
BuildArch:	noarch

%description
This package provides the console with the same keyboard configuration
scheme that X Window System has. Besides the keyboard, the package configures
also the font on the console.  It includes a rich collection of fonts and
supports several languages that would be otherwise unsupported on the console
(such as Armenian, Georgian, Lao and Thai).

%files
%doc README COPYRIGHT CHANGES copyright.fonts copyright.xkb Fonts/copyright
%{_bindir}/ckbcomp
%{_bindir}/setupcon
%config(noreplace) %{_sysconfdir}/default/console-setup
%config(noreplace) %{_sysconfdir}/default/keyboard
%{_datadir}/consolefonts
%{_datadir}/consoletrans
%{_mandir}/man1/ckbcomp.1*
%{_mandir}/man1/setupcon.1*
%{_mandir}/man5/console-setup.5*
%{_mandir}/man5/keyboard.5*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%make build-linux

%install
make prefix="%{buildroot}" install-linux
# we don't want another set of keyboard descriptions, we want to use descriptions from
# xkeyboard-config (require it?), so removing it
# or maybe have these from tarball it in optional subpackage?
rm -rf %{buildroot}%{_sysconfdir}/console-setup


%changelog

* Tue Nov 24 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.132-1
- (fe5f760) Adjust spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22438 |14mu|coolkey-1.1.0-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define coolkey_module "CoolKey PKCS #11 Module"
%define nssdb %{_sysconfdir}/pki/nssdb

Name: coolkey
Version: 1.1.0
Release: 25
Summary: CoolKey PKCS #11 module
License: LGPLv2
URL: http://directory.fedora.redhat.com/wiki/CoolKey
Source0: coolkey-%{version}.tar.gz
Source1: coolkey.rpmlintrc
Patch1: coolkey-cache-dir-move.patch
Patch2: coolkey-gcc43.patch
Patch3: coolkey-latest.patch
Patch4: coolkey-simple-bugs.patch
Patch5: coolkey-thread-fix.patch
Patch6: coolkey-cac.patch
Patch7: coolkey-cac-1.patch
Patch8: coolkey-pcsc-lite-fix.patch
Patch9: coolkey-fix-token-removal-failure.patch
Group: System/Libraries
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: autoconf
BuildRequires: pkgconfig(libpcsclite)
BuildRequires: zlib-devel
BuildRequires: nss-devel
Requires: nss
Requires: pcsc-lite 
Requires: ccid
Provides: CoolKey Openkey
Obsoletes: CoolKey Openkey

%description
Linux Driver support for the CoolKey and CAC products. 

%package devel
Summary: CoolKey Applet libraries
Group: System/Libraries

%description devel
Linux Driver support to access the CoolKey applet.


%prep
%setup -q
%patch1
%patch2
%patch3
%patch4
%patch5
%patch6
%patch7
%patch8
%patch9 -p1

%build
autoconf
%configure2_5x --with-debug --disable-dependency-tracking --enable-pk11install
make %{?_smp_mflags} CFLAGS="$CFLAGS -g -O2 -fno-strict-aliasing $CFLAGS " CXXFLAGS="$CXXFLAGS -g -O2 -fno-strict-aliasing $CFLAGS"

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
ln -s pkcs11/libcoolkeypk11.so $RPM_BUILD_ROOT/%{_libdir}
mkdir -p $RPM_BUILD_ROOT/var/cache/coolkey

%clean
rm -rf $RPM_BUILD_ROOT

%post
/sbin/ldconfig
isThere=`modutil -rawlist -dbdir %{nssdb} | grep %{coolkey_module} || echo NO`
if [ "$isThere" == "NO" ]; then
   if [ -x %{_bindir}/pk11install ]; then
      pk11install -p %{nssdb} 'name=%{coolkey_module} library=libcoolkeypk11.so' ||:
   fi
fi


%postun
/sbin/ldconfig
if [ $1 -eq 0 ]; then
   modutil -delete %{coolkey_module} -dbdir %{nssdb} -force || :
fi


%files
%defattr(-,root,root,-)
%doc ChangeLog LICENSE 
%{_bindir}/pk11install
%{_libdir}/libcoolkeypk11.so
%{_libdir}/pkcs11
%{_libdir}/libckyapplet.so.1
%{_libdir}/libckyapplet.so.1.0.0

%files devel
%{_libdir}/libckyapplet.so
%{_libdir}/pkgconfig/libckyapplet.pc
%{_includedir}/*.h


%changelog
* Wed Oct 29 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.1.0-25
+ Revision: 5fb7131
- Ignoring invalid rpmlint error



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22439 |14mu|copy-jdk-configs-1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global project copy_jdk_configs
%global file %{project}.lua
%global rpm_state_dir %{_localstatedir}/lib/rpm-state

Name:    copy-jdk-configs
Version: 1.2
Release: 1
Summary: JDKs configuration files copier
Group:   Development/Java
License:  BSD
URL:      https://hg.fedorahosted.org/hg/%{project}
Source0:  https://hg.fedorahosted.org/hg/copy_jdk_configs/raw-file/%{project}-%{version}/%{file}
Source1:  https://hg.fedorahosted.org/hg/copy_jdk_configs/raw-file/%{project}-%{version}/LICENSE

# we need to duplicate msot of the percents in that script so they survive rpm expansion (even in that sed they have to be duplicated)
%global pretrans_install %(cat %{SOURCE0} | sed s/%%/%%%%/g | sed s/\\^%%%%/^%%/g) 

BuildArch: noarch

BuildRequires: lua
Requires: lua
Requires: lua-posix

%description
Utility script to transfer JDKs configuration files between updates or for
archiving.

%prep
cp -a %{SOURCE1} .


%build
#blob

%pretrans -p <lua>
function createPretransScript()
-- the sript must be available during pretrans, so multiply it to tmp
  os.execute("mkdir -p %{rpm_state_dir}")
  temp_path="%{rpm_state_dir}/%{file}"
-- print("generating " .. temp_path)
  file = io.open(temp_path, "w")
  file:write([[%{pretrans_install}]])
  file:close()
end

-- in netinst, the above call may fail. pcall should save instalation (as there is nothing to copy anyway)
-- https://bugzilla.redhat.com/show_bug.cgi?id=1295701
-- todo, decide whether to check for {rpm_state_dir} and skip on not-existing, or keep creating
if pcall(createPretransScript) then
-- ok
else
--  print("Error running %{name} pretrans.")
end

%install
mkdir -p %{buildroot}/%{_libexecdir}
cp -a %{SOURCE0} %{buildroot}/%{_libexecdir}/%{file}

%posttrans
# remove file created in pretrans
# echo "removing %{rpm_state_dir}/%{file}" || :
rm "%{rpm_state_dir}/%{file}" 2> /dev/null || :

%files 
%{_libexecdir}/%{file}
%doc LICENSE

%changelog

* Fri Sep 23 2016 Denis Silakov <dsilakov@gmail.com> 1.2-1
- (b4fb71a) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22440 |14mu|coreutils-8.19-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	The GNU core utilities: a set of tools commonly used in shell scripts
Name:		coreutils
Version:	8.19
Release:	14
License:	GPLv3+
Group:		System/Base
Url:		http://www.gnu.org/software/coreutils/
Source0:	http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
Source1:	http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig

# fileutils
Patch101:	coreutils-8.2-spacedir.patch
Patch1155:	coreutils-8.2-force-option--override--interactive-option.patch
Patch118:	fileutils-4.1-ls_h.patch
Patch500:	coreutils-8.3-mem.patch

# sh-utils

#add info about TZ envvar to date manpage
Patch703:	coreutils-6.11-dateman.patch
# RMS will never accept the PAM patch because it removes his historical
# rant about Twenex and the wheel group, so we'll continue to maintain
# it here indefinitely.
Patch706:	coreutils-8.7-pam.patch
Patch713:	coreutils-4.5.3-langinfo.patch

# (sb) lin18nux/lsb compliance - normally from here:
# http://www.openi18n.org/subgroups/utildev/patch/
# this one is actually a merger of 5.2 and 5.3, as join segfaults
# compiled with gcc4 and the 5.1/5.2 patch
# fwang: we often get this patch from fedora
Patch800:	coreutils-8.19-new-i18n.patch

Patch909:	coreutils-5.1.0-64bit-fixes.patch

# https://qa.mandriva.com/show_bug.cgi?id=38577
Patch911:	coreutils-8.3-groupfix.patch

#SELINUX Patch - implements Redhat changes
#(upstream did some SELinux implementation unlike with RedHat patch)
Patch950:	coreutils-selinux.patch

Patch1011:	coreutils-8.14-DIR_COLORS-mdkconf.patch
#(peroyvind): fix a test that fails to compile with -Werror=format-security
Patch1014:	coreutils-8.8-check-string-format.patch

# fedora patches
#add note about no difference between binary/text mode on Linux - md5sum manpage
Patch2101:	coreutils-8.9-manpages.patch
#temporarily workaround probable kernel issue with TCSADRAIN(#504798)
Patch2102:	coreutils-8.19-sttytcsadrain.patch
#do display processor type for uname -p/-i based on uname(2) syscall
Patch2103:	coreutils-8.2-uname-processortype.patch
#df --direct
Patch2104:	coreutils-8.9-df-direct.patch
#Fix mkstemp on sparc64
Patch2105:	coreutils-mkstemp.patch

#getgrouplist() patch from Ulrich Drepper.
Patch2908:	coreutils-8.14-getgrouplist.patch
#Prevent buffer overflow in who(1) (bug #158405).
Patch2912:	coreutils-overflow.patch

%if %{with selinux}
BuildRequires:	libselinux-devel >= 2.1.6-7
%endif
BuildRequires:	automake
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gettext
BuildRequires:	strace
BuildRequires:	tar
BuildRequires:	texinfo
BuildRequires:	pam-devel
BuildRequires:	acl-devel
BuildRequires:	attr-devel
BuildRequires:	gmp-devel
BuildRequires:	libcap-devel

%rename		mktemp

Provides:	stat = %{version}
Provides:	%{_bindir}/env
Provides:	/bin/env
Provides:	%{_bindir}/tr
Provides:	/bin/rm
Provides:	/bin/cp
Provides:	/bin/stty
Provides:	/bin/ln
Provides:	/bin/mktemp
Requires:	coreutils-doc

%description
This package is the union of the old GNU fileutils, sh-utils, and 
textutils packages.

These tools are the GNU versions of common useful and popular
file & text utilities which are used for:
- file management
- shell scripts
- modifying text file (spliting, joining, comparing, modifying, ...)

Most of these programs have significant advantages over their Unix
counterparts, such as greater speed, additional options, and fewer
arbitrary limits.

%files -f %{name}.lang
%config(noreplace) %{_sysconfdir}/D*
%doc README
/bin/*
%{_bindir}/*
%{_sbindir}/chroot
%dir %{_libdir}/coreutils
%{_libdir}/coreutils/libstdbuf.so

#----------------------------------------------------------------------------

%package doc
Summary:	Coreutils documentation in info format
Group:		Documentation
Requires:	coreutils
BuildArch:	noarch

%description doc
This package contains coreutils documentation in GNU info format.

%files doc
%doc ABOUT-NLS ChangeLog.bz2 NEWS THANKS TODO
%{_infodir}/coreutils*
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%prep
%setup -q

# fileutils
# (tpg) seems to be fixed
#%patch101 -p1 -b .space~
%patch1155 -p1 -b .override~
%patch118 -p1 -b .lsh~

# textutils
%patch500 -p1

# sh-utils
%patch703 -p1 -b .dateman~
%patch713 -p1 -b .langinfo~

# li18nux/lsb
%patch800 -p1 -b .i18n~

%patch909 -p1 -b .64bit~
%patch911 -p1 -b .groups~

%if %{with selinux}
%patch950 -p1 -b .selinux
%endif

%patch1011 -p1 -b .colors_mdkconf~
%patch1014 -p1 -b .str_fmt~

%patch2101 -p1 -b .manpages~
%patch2102 -p1 -b .tcsadrain~
%patch2103 -p1 -b .sysinfo~
# (tpg) not needed for now
#%patch2104 -p1 -b .dfdirect~

%ifnarch %{arm}
%patch2105 -p1 -b .sparc~
%endif

%patch2908 -p1 -b .getgrouplist~
%patch2912 -p1 -b .overflow~

chmod a+x tests/misc/sort-mb-tests tests/misc/id-context
chmod +w ./src/dircolors.h
./src/dcgen ./src/dircolors.hin > ./src/dircolors.h

export DEFAULT_POSIX2_VERSION=199209
aclocal -I m4
automake --gnits --add-missing
autoconf
bzip2 -9 ChangeLog

%build
export CFLAGS="%{optflags} -fPIC -D_GNU_SOURCE=1"

%configure2_5x \
	--enable-largefile \
	--enable-pam \
	--enable-no-install-program=arch,hostname,uptime,kill \
%if %{with selinux}
	--with-selinux \
%else
	--without-selinux \
%endif
	--disable-rpath \
	--disable-silent-rules

%make

%check
#(proyvind): check suite randomly fails on build hosts, unable to reproduce
#            locally, so just disable for now.. :(
#%make check

%install
%makeinstall_std

# man pages are not installed with make install
make mandir=%{buildroot}%{_mandir} install-man

# let be compatible with old fileutils, sh-utils and textutils packages :
mkdir -p %{buildroot}{/bin,%{_bindir},%{_sbindir},%{_sysconfdir}/pam.d}
for f in basename cat chgrp chmod chown cp cut date dd df echo env expr false id link ln ls mkdir mknod mktemp mv nice pwd rm rmdir sleep sort stat stty sync touch true uname unlink tac
do
	mv %{buildroot}/{%{_bindir},bin}/$f
done

# chroot was in /usr/sbin :
mv %{buildroot}/{%{_bindir},%{_sbindir}}/chroot
# {cat,sort,cut} were previously moved from bin to /usr/bin and linked into 
for f in cut env expr tac; do
	ln -s /bin/$f %{buildroot}%{_bindir}/$f
done

install -m644 src/dircolors.hin -D %{buildroot}%{_sysconfdir}/DIR_COLORS

#TV# find_lang look for LC_MESSAGES, not LC_TIME:
find %{buildroot}%{_datadir}/locale/ -name coreutils.mo | fgrep LC_TIME | xargs rm -f
%find_lang %{name}


%changelog

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 8.19-14
- (0921aa7) BuildList#2501564: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22441 |14mu|cppcheck-1.72-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Static analysis tool for C/C++
Name:		cppcheck
Version:	1.72
Release:	1
License:	GPLv3+
Group:		Development/Tools
Url:		http://cppcheck.sourceforge.net/
Source0:	http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	docbook-style-xsl
BuildRequires:	libxslt-proc
BuildRequires:	pkgconfig(libpcre)
Requires:	python-pygments

%description
This program tries to detect bugs that your C/C++ compiler don't see. Cppcheck
is versatile. You can check non-standard code that includes various compiler
extensions, inline assembly code, etc. Its goal is no false positives.

%files
%doc AUTHORS readme.txt
%{_mandir}/man1/cppcheck.1*
%{_bindir}/cppcheck
%{_bindir}/cppcheck-htmlreport
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
CXXFLAGS="%{optflags}" LDFLAGS="%{ldflags}" %make CFGDIR=%{_datadir}/%{name} HAVE_RULES=yes

# this command line is documented inside cppcheck.1.xml
cd man
xsltproc \
	--nonet \
	--param man.charmap.use.subset "0" \
	--param make.year.ranges "1" \
	--param make.single.year.ranges "1" \
	%{_datadir}/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
	cppcheck.1.xml

%install
%makeinstall_std
mkdir -p %{buildroot}%{_mandir}/man1
install -m 0644 man/cppcheck.1 %{buildroot}/%{_mandir}/man1
install -m 0755 -d %{buildroot}/%{_datadir}/%{name}
install -m 0644 cfg/*.cfg %{buildroot}/%{_datadir}/%{name}



%changelog

* Wed Jan 13 2016 Denis Silakov <dsilakov@gmail.com> 1.72-1
- (fd4e2a4) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22442 |14mu|cpptasks-1.0-0.b4.4.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free
%define debug_package %{nil}

Name:           cpptasks
Version:        1.0
Release:        0.b4.4.6
Epoch:          0
Summary:        Compile and link task
License:        Apache License
URL:            http://ant-contrib.sourceforge.net/
Group:          Development/Java
Source0:        http://easynews.dl.sourceforge.net/ant-contrib/cpptasks-1.0b4.tar.bz2
Source1:	cpptasks-antlib.xml
Requires:	xerces-j2
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit >= 0:1.6
BuildRequires:  junit
BuildRequires:  xerces-j2
Requires:  	ant >= 0:1.6
BuildArch:	noarch

%description
This task can compile various source languages 
and produce executables, shared libraries 
(aka DLL's) and static libraries. Compiler 
adaptors are currently available for several 
C/C++ compilers, FORTRAN, MIDL and Windows 
Resource files. 

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%package        manual
Summary:        Docs for %{name}
Group:          Development/Java

%description    manual
%{summary}.

%prep
%setup -q -n %{name}-%{version}b4
find . -name "*.jar" -exec rm {} \;


%build
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=$(build-classpath xerces-j2)
mkdir -p build/classes/net/sf/antcontrib/cpptasks
install -m 644 %{SOURCE1} build/classes/net/sf/antcontrib/cpptasks/antlib.xml
%ant jars javadocs

%install

# jars
install -Dpm 644 build/lib/%{name}.jar \
      %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# manual
install -dm 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp -pr docs/* %{buildroot}%{_docdir}/%{name}-%{version}
#cp -p LICENSE $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
#cp -p NOTICE $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}

for i in LICENSE NOTICE `find %{buildroot}%{_docdir}/%{name}-%{version} -type f`; do
  perl -pi -e 's/\r$//g' $i
done

%files
%defattr(0644,root,root,0755)
%doc LICENSE NOTICE
%{_javadir}/*.jar

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files manual
%defattr(-,root,root,-)
%doc %{_docdir}/%{name}-%{version}

%changelog

* Thu May 12 2016 Denis Silakov <dsilakov@gmail.com> 0:1.0-0.b4.4.6
- (cbdd7de) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22443 |14mu|cpuinfo-1.0-0.20110325.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svndate	20110325
%define	major	1
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d
%define	static	%mklibname %{name} -d -s

%bcond_without	perl
%bcond_without	python

Summary:	A CPU identification tool and library
Name:		cpuinfo
Version:	1.0
Release:	%{?svndate:0.%{svndate}.}5
# based on branch at https://code.launchpad.net/cpuinfo/trunk, please don't
# replace until merged upstream
Source0:	%{name}-%{version}%{?svndate:-%{svndate}}.tar.xz
# Fix frequency evaluation for a frozen system
Patch1:		cpuinfo-fix-for-freeze.patch
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://gwenole.beauchesne.info/projects/cpuinfo/
ExclusiveArch:	%{ix86} x86_64 ppc ppc64 ia64
%if %{with perl}
BuildRequires:	perl-devel
%endif
%if %{with python}
BuildRequires:	python-devel python-setuptools
%endif

%description
cpuinfo consists of an API/library used by programs to get information
about the underlying CPU. Such information includes CPU vendor, model
name, cache hierarchy, and supported features (e.g. CMP, SMT, and
SIMD). cpuinfo is also a standalone program to demonstrate the use of
this API.

%package -n	%{libname}
Summary:	Library for cpuinfo
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with cpuinfo.

%package -n	%{devname}
Summary:	Development files for cpuinfo
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
%rename		%{name}-devel

%description -n	%{devname}
This package contains headers and libraries needed to use cpuinfo's
processor characterisation features in your programs.

%package -n	%{static}
Summary:	Static library for cpuinfo
Group:		Development/C
Provides:	%{name}-static-devel = %{version}-%{release}
Requires:       %{devname} = %{version}-%{release}

%description -n	%{static}
This package contains static libraries needed to statically link cpuinfo's
processor characterisation features in your programs.

%if %{with perl}
%package -n	perl-Cpuinfo
Summary:	Perl bindings for cpuinfo
Group:		Development/Perl

%description -n	perl-Cpuinfo
Provides a Perl API to the cpuinfo library.
%endif

%if %{with python}
%package -n	python-cpuinfo
Summary:	Python bindings for cpuinfo
Group:		Development/Perl

%description -n python-cpuinfo
Provides a Python API to the cpuinfo library.
%endif

%prep
%setup -q
%apply_patches

%build
%configure \
	--enable-shared \
%if %{with perl}
	--enable-perl=vendor \
%endif
%if %{with python}
	--enable-python \
%endif
	--install-sdk
LDFLAGS="%{ldflags}" %make

%install
%makeinstall_std

# nuke unpackaged files
find %{buildroot} -name cpuinfo.pl -exec rm -f {} \;
find %{buildroot} -name perllocal.pod -exec rm -f {} \;
find %{buildroot} -name .packlist -exec rm -f {} \;

%files
%doc README COPYING NEWS
%{_bindir}/cpuinfo

%files -n %{libname}
%{_libdir}/libcpuinfo.so.%{major}*

%files -n %{devname}
%{_includedir}/cpuinfo.h
%{_libdir}/pkgconfig/libcpuinfo.pc
%{_libdir}/libcpuinfo.so

%files -n %{static}
%{_libdir}/libcpuinfo.a

%if %{with perl}
%files -n perl-Cpuinfo
%doc src/bindings/perl/cpuinfo.pl
%{perl_vendorarch}/Cpuinfo.pm
%dir %{perl_vendorarch}/auto/Cpuinfo
%{perl_vendorarch}/auto/Cpuinfo/*
%endif

%if %{with python}
%files -n python-cpuinfo
%{py_platsitedir}/CPUInfo.so
%dir %{py_platsitedir}/pycpuinfo-*.egg-info/
%{py_platsitedir}/pycpuinfo-*.egg-info/*
%endif



%changelog

* Wed Apr 08 2015 dsilakov <denis.silakov@rosalab.ru> 1.0-0.20110325.5
- (256d649) Merge pull request #1 from law/cpuinfo:rosa2014.1
- (256d649) Fix frequency evaluation on a frozen system



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22444 |14mu|cracklib-2.9.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname crack

%define major 2
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Summary:	A password-checking library
Name:		cracklib
Version:	2.9.6
Release:	3
License:	LGPLv2
Group:		System/Libraries
Url:		http://sourceforge.net/projects/cracklib/
Source0:	http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
Source1:	http://prdownloads.sourceforge.net/cracklib/cracklib-words.bz2
Source10:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Domains.bz2
Source11:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Dosref.bz2
Source12:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Ftpsites.bz2
Source13:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Jargon.bz2
Source14:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/common-passwords.txt.bz2
Source15:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/etc-hosts.bz2
Source16:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Movies.bz2
Source17:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Python.bz2
Source18:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Trek.bz2
Source19:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/LCarrol.bz2
Source20:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/Paradise.Lost.bz2
Source21:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/cartoon.bz2
Source22:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/myths-legends.bz2
Source23:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/sf.bz2
Source24:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/shakespeare.bz2
Source25:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/ASSurnames.bz2
Source26:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Congress.bz2
Source27:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Family-Names.bz2
Source28:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Given-Names.bz2
Source29:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/famous.bz2
Source30:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/fast-names.bz2
Source31:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/female-names.bz2
Source32:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/male-names.bz2
Source33:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.french.bz2
Source34:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.hp.bz2
Source35:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/other-names.bz2
Source36:	ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/surnames.finnish.bz2
Patch0:		cracklib-2.9.6-fix-python-path.patch
Patch1:		cracklib-2.9.1-inttypes.patch
Patch2:		cracklib-2.9.6-cve-2016-6318.patch
Patch3:		cracklib-2.9.5-overflow-processing-long-words.patch
Conflicts:	libcrack2 < 2.8.15
Conflicts:	lib64crack2 < 2.8.15
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(python)

%description
CrackLib tests passwords to determine whether they match certain
security-oriented characteristics. You can use CrackLib to stop
users from choosing passwords which would be easy to guess. CrackLib
performs certain tests:

* It tries to generate words from a username and gecos entry and 
  checks those words against the password;
* It checks for simplistic patterns in passwords;
* It checks for the password in a dictionary.

CrackLib is actually a library containing a particular
C function which is used to check the password, as well as
other C functions. CrackLib is not a replacement for a passwd
program; it must be used in conjunction with an existing passwd
program.

Install the cracklib package if you need a program to check users'
passwords to see if they are at least minimally secure. If you
install CrackLib, you'll also want to install the cracklib-dicts
package.

#----------------------------------------------------------------------------

%package dicts
Summary:	The standard CrackLib dictionaries
Group:		System/Libraries

%description dicts
The cracklib-dicts package includes the CrackLib dictionaries.
CrackLib will need to use the dictionary appropriate to your system,
which is normally put in /usr/share/dict/words.  Cracklib-dicts also contains
the utilities necessary for the creation of new dictionaries.

If you are installing CrackLib, you should also install cracklib-dicts.

%files dicts
%{_sbindir}/*
%{_datadir}/%{name}
%{_libdir}/cracklib_dict.*

#----------------------------------------------------------------------------

%package common
Summary:	Common files for a password-checking library
Group:		System/Libraries
Conflicts:	cracklib < 2.8.18-12
Obsoletes:	cracklib < 2.8.18-12
Conflicts:	%{_lib}crack2 < 2.8.18-12

%description common
Common files for a password-checking library.

%files common -f %{name}.lang

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A password-checking library
Group:		System/Libraries
Requires:	%{name}-common

%description -n %{libname}
CrackLib tests passwords to determine whether they match certain
security-oriented characteristics.

%files -n %{libname}
/%{_lib}/libcrack.so.%{major}*

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	A password-checking library
Group:		System/Libraries
Obsoletes:	cracklib-python < 2.8.18-12
Conflicts:	%{_lib}crack2-python < 2.8.18-12
Obsoletes:	%{_lib}crack2-python < 2.8.18-12

%description -n python-%{name}
CrackLib tests passwords to determine whether they match certain
security-oriented characteristics.

%files -n python-%{name}
%{py_platsitedir}/cracklib*
%{py_platsitedir}/_cracklib*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Cracklib link library & header file
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	lib%{oname}-devel = %{EVRD}
Provides:	%{oname}lib-devel = %{EVRD}

%description -n %{devname}
The cracklib devel package include the needed library link and
header files for development.

%files -n %{devname}
%{_includedir}/*
/%{_lib}/*.so
/%{_lib}/*.*a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
cp -p lib/packer.h lib/packer.h.in
%patch1 -p1 -b .inttypes
%patch2 -p1 -b .CVE-2016-6318
%patch3 -p1 -b .overflow

for dict in %{SOURCE1} %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} \
    %{SOURCE15} %{SOURCE16} %{SOURCE17} %{SOURCE18} %{SOURCE19} %{SOURCE20} %{SOURCE21} \
    %{SOURCE22} %{SOURCE23} %{SOURCE24} %{SOURCE25} %{SOURCE26} %{SOURCE27} %{SOURCE28} \
    %{SOURCE29} %{SOURCE30} %{SOURCE31} %{SOURCE32} %{SOURCE33} %{SOURCE34} %{SOURCE35} \
    %{SOURCE36} %{SOURCE1}; do
    cp ${dict} dicts/
done
bunzip2 dicts/*.bz2

%build
autoreconf -fi
%configure2_5x \
	--libdir=/%{_lib}
%make

%install
%makeinstall_std

chmod 0755 ./util/cracklib-format ./util/cracklib-packer
./util/cracklib-format dicts/* | ./util/cracklib-packer %{buildroot}%{_datadir}/cracklib/pw_dict

ln -s cracklib-format %{buildroot}%{_sbindir}/mkdict
ln -s cracklib-packer %{buildroot}%{_sbindir}/packer

ln -s %{_datadir}/cracklib/pw_dict.hwm %{buildroot}%{_libdir}/cracklib_dict.hwm
ln -s %{_datadir}/cracklib/pw_dict.pwd %{buildroot}%{_libdir}/cracklib_dict.pwd
ln -s %{_datadir}/cracklib/pw_dict.pwi %{buildroot}%{_libdir}/cracklib_dict.pwi

install -m644 lib/packer.h %{buildroot}%{_includedir}/

%find_lang %{name}


%changelog

* Sun Feb 26 2017 Denis Silakov <denis.silakov@rosalab.ru> 2.9.6-3
- (606cb60) Fix buffer overflows



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22445 |14mu|crda-3.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		crda
Version:	3.18
Release:	1
Summary:	Software to upload wireless regulatory information into kernel
License:	ISC
Group:		System/Configuration/Hardware
URL:		http://linuxwireless.org/en/developers/Regulatory/CRDA
Source0:	http://wireless.kernel.org/download/crda/crda-%{version}.tar.xz
# From Fedora. 
# This script sets regulatory domain for a country based on the 
# current time zone.
# '/usr/sbin/iw' was replaced with just 'iw'.
Source1:	setregdomain
Source2:	setregdomain.1

Requires:	udev
Requires:	iw
Requires:	wireless-regdb
BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	python-m2crypto
BuildRequires:	wireless-regdb

# Adapted from Fedora
# Add udev rule to call setregdomain on wireless device add.
Patch0:		regulatory-rules-setregdomain.patch
# Do not call ldconfig in crda Makefile explicitly.
Patch1:		crda-remove-ldconfig.patch

%description
CRDA acts as the udev helper for communication between the kernel and
userspace for regulatory compliance. It relies on nl80211 for
communication. CRDA is intended to be run only through udev
communication from the kernel. The user should never have to run it
manually except if debugging udev issues.

%files
%doc LICENSE README
%dir %{_prefix}/lib/crda
%{_mandir}/man1/setregdomain.1*
%{_mandir}/man8/crda.8*
%{_mandir}/man8/regdbdump.8*
/lib/udev/rules.d/85-regulatory.rules
%{_sbindir}/crda
# A symlink, in case any applications still need crda in /sbin
/sbin/crda
%{_sbindir}/regdbdump
%{_sbindir}/setregdomain
%{_libdir}/libreg.so
#---------------------------------------------------------------------------

%package devel
Summary:	Header files for use with libreg from CRDA
Group:		Development/C

%description devel
Header files to make use of libreg for accessing regulatory info.

%files devel
%{_includedir}/reglib/nl80211.h
%{_includedir}/reglib/regdb.h
%{_includedir}/reglib/reglib.h
#---------------------------------------------------------------------------

%prep
%setup -q
%apply_patches


%build
export CFLAGS="%{optflags}"
%make SBINDIR=%{_sbindir}/ LIBDIR=%{_libdir}


%install
%makeinstall_std \
	MANDIR=%{_mandir}/ SBINDIR=%{_sbindir}/ LIBDIR=%{_libdir}/

mkdir -p %{buildroot}%{_prefix}/lib/crda
install -D -pm 0755 %{SOURCE1} %{buildroot}%{_sbindir}
install -D -pm 0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/setregdomain.1

# Just in case any applications need crda exactly in /sbin
mkdir -p %{buildroot}/sbin/
ln -s %{_sbindir}/crda %{buildroot}/sbin/

%changelog
* Thu Mar 05 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.18-1
+ Revision: f9820b0
- Updated to version 3.18
- The code of crda was refactored, many fixes and optimizations were
- implemented.
- Besides that, a helper script, setregdomain (from Fedora), and the
- udev rule were added to make sure the regulatory domain is set
- properly for the given region.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22446 |14mu|crossguid-0-0.20150804.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20150804

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Lightweight cross platform C++ GUID/UUID library
Name:		crossguid
Version:	0
Release:	0.%{git}.1
License:	MIT
Group:		System/Libraries
Url:		https://github.com/graeme-hill/crossguid
Source0:	%{name}-%{git}.tar.bz2
Source1:	Makefile.crossguid
BuildRequires:	pkgconfig(uuid)

%description
CrossGuid is a minimal, cross platform, C++ GUID library. It uses the best
native GUID/UUID generator on the given platform and had a generic class
for parsing, stringifying, and comparing IDs.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for lightweight cross platform C++ GUID/UUID library
Group:		System/Libraries

%description -n %{libname}
Shared library for lightweight cross platform C++ GUID/UUID library.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for lightweight cross platform C++ GUID/UUID library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for lightweight cross platform C++ GUID/UUID library.

%files -n %{devname}
%{_includedir}/guid.h
%{_libdir}/lib%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{git}
cp %{SOURCE1} Makefile

%build
%setup_compile_flags
%make

%install
%makeinstall_std \
	LIBDIR=%{_libdir}


%changelog

* Mon Feb 22 2016 Rosa <rosa@abf.rosalinux.ru> 0-0.20150804.1
- (bf2e817) Automatic import for version 0-0.20150804.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22447 |14mu|cryptopp-5.6.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define staticname %mklibname %{name} -s -d
%define fver %(echo %{version} |sed s/\\\\.//g)

Summary:	Public domain C++ class library of cryptographic schemes
Name:		cryptopp
Version:	5.6.2
Release:	5
License:	Public Domain
Group:		System/Libraries
Url:		http://www.cryptopp.com/
Source0:	http://www.cryptopp.com/%{name}%{fver}.zip
Source1:	cryptopp.pc
Patch0:		cryptopp-5.6.2-autotools.patch
# Debian patch installs TestVectors and TestData in /usr/share/cryptopp/
# http://groups.google.com/group/cryptopp-users/browse_thread/thread/6fe2192340f07e5d
Patch1:		cryptopp-5.6.2-data-files-location.patch
# Enable SSE2 only on x86_64
Patch2:		cryptopp-5.6.2-x86-disable-sse2.patch
BuildRequires:	doxygen

%description
Crypto++ Library is a public domain C++ class library of cryptographic 
schemes. Currently the library consists of the following features:

    * a class hierarchy with an API defined by abstract base classes 
    * AES(Rijndael) and AES candidates: RC6, MARS, Twofish, Serpent, 
      CAST-256
    * other symmetric block ciphers: IDEA, DES, Triple-DES (DES-EDE2 
      and DES-EDE3), DESX (DES-XEX3), RC2, RC5, Blowfish, TEA, XTEA, 
      SAFER, 3-WAY, GOST, SHARK, CAST-128, Square, Skipjack, Camellia, 
      SHACAL-2
    * generic block cipher modes: ECB, CBC, CBC ciphertext stealing 
      (CTS), CFB, OFB, counter mode (CTR)
    * stream ciphers: Salsa20, Panama, ARC4, SEAL, WAKE, WAKE-OFB, 
      BlumBlumShub
    * public-key cryptography: RSA, DSA, ElGamal, Nyberg-Rueppel (NR),
      Rabin, Rabin-Williams (RW), LUC, LUCELG, DLIES (variants of 
      DHAES), ESIGN
    * padding schemes for public-key systems: PKCS#1 v2.0, OAEP, PSS, 
      PSSR, IEEE P1363 EMSA2 and EMSA5
    * key agreement schemes: Diffie-Hellman (DH), Unified
      Diffie-Hellman (DH2), Menezes-Qu-Vanstone (MQV), LUCDIF, XTR-DH
    * elliptic curve cryptography: ECDSA, ECNR, ECIES, ECDH, ECMQV
    * one-way hash functions: SHA-1, MD2, MD4, MD5, HAVAL, RIPEMD-128, 
      RIPEMD-256, RIPEMD-160, RIPEMD-320, Tiger, SHA-2 (SHA-224, 
      SHA-256, SHA-384, and SHA-512), Panama, WHIRLPOOL
    * message authentication codes: MD5-MAC, HMAC, XOR-MAC, CBC-MAC, 
      DMAC, Two-Track-MAC
    * cipher constructions based on hash functions: Luby-Rackoff, MDC
    * pseudo random number generators (PRNG): ANSI X9.17 appendix C, 
      PGP's RandPool
    * password based key derivation functions: PBKDF1 and PBKDF2 from 
      PKCS #5
    * Shamir's secret sharing scheme and Rabin's information dispersal 
      algorithm (IDA)
    * DEFLATE (RFC 1951) compression/decompression with gzip (RFC 
      1952) and zlib (RFC 1950) format support
    * fast multi-precision integer (bignum) and polynomial operations, 
      with SSE2 optimizations for Pentium 4 processors, and support for 
      64-bit CPUs
    * finite field arithmetics, including GF(p) and GF(2^n)
    * prime number generation and verification
    * various miscellaneous modules such as base 64 coding and 32-bit 
      CRC
    * class wrappers for these operating system features (optional):
          o high resolution timers on Windows, Unix, and MacOS
          o Berkeley and Windows style sockets
          o Windows named pipes
          o /dev/random, /dev/urandom, /dev/srandom
          o Microsoft's CryptGenRandom on Windows 
    * A high level interface for most of the above, using a 
      filter/pipeline metaphor
    * benchmarks and validation testing
    * FIPS 140-2 Validated 

Because one purpose of the project is to act as a repository of public 
domain (not copyrighted) cryptographic source code, the code in 
Crypto++ was either written specifically for this project by its 
contributors and placed in the public domain, or derived from other 
sources that are public domain (again with the exception of mars.cpp).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Base shared library part of %{name}
Group:		System/Libraries

%description -n %{libname}
Crypto++ Library is a free C++ class library of cryptographic schemes.

This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libcryptopp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and development documentation for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Crypto++ Library is a free C++ class library of cryptographic schemes.

This package contains the header files and development documentation
for %{name}.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package -n %{staticname}
Summary:	Static libraries for programs which will use %{name}
Group:		Development/C++
Requires:	%{devname} = %{EVRD}

%description -n %{staticname}
Crypto++ Library is a free C++ class library of cryptographic schemes.

This package contains the static library for %{name}.

%files -n %{staticname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Development/C++
Obsoletes:	lib%{name}-doc < %{EVRD}

%description doc
Crypto++ Library is a free C++ class library of cryptographic schemes.

This package contains documentation for %{name}.

%files doc
%doc doc/html License.txt Readme.txt

#----------------------------------------------------------------------------

%package progs
Summary:	Programs for manipulating %{name} routines
Group:		Development/Other
Obsoletes:	lib%{name}-progs < %{EVRD}

%description progs
Crypto++ Library is a free C++ class library of cryptographic schemes.

This package contains programs for manipulating %{name} routines.

%files progs
%{_bindir}/cryptest
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qc
rm -f GNUmakefile
%patch0 -p1 -b .autotools
%patch1 -p1 -b .data-files-location
%patch2 -p0 -b .x86-disable-sse2

%build
autoreconf -fi
export CXXFLAGS="%{optflags} -DNDEBUG"
%configure2_5x \
	--enable-static
%make
doxygen

%install
%makeinstall_std

sed -i -e 's/\r$//g' License.txt Readme.txt

# Install pkg-config file
install -D -m 0644 %{SOURCE1} %{buildroot}%{_libdir}/pkgconfig/cryptopp.pc
# Set variables
sed -i "s|@PREFIX@|%{_prefix}|g;s|@LIBDIR@|%{_libdir}|g;s|@INCLUDEDIR@|%{_includedir}|g" %{buildroot}%{_libdir}/pkgconfig/cryptopp.pc

install -d %{buildroot}%{_datadir}/%{name}/TestVectors
install -m 0644 TestVectors/* %{buildroot}%{_datadir}/%{name}/TestVectors
install -d %{buildroot}%{_datadir}/%{name}/TestData
install -m 0644 TestData/* %{buildroot}%{_datadir}/%{name}/TestData

rm -f %{buildroot}%{_bindir}/cryptestcwd

%check
./cryptestcwd v


%changelog

* Sun Dec 11 2016 Denis Silakov <denis.silakov@rosalab.ru> 5.6.2-5
- (6eda352) Fix CVE-2016-7420



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22448 |14mu|ctags-5.8-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Generates an index (or "tag") file for objects found in source files
Name:		ctags
Version:	5.8
Release:	8
# Add epoch to be grater than ctags provided by xemacs-extras
Epoch:		1
License:	GPL+
Group:		Development/Other
Url:		http://ctags.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/ctags/%{name}-%{version}.tar.bz2
Patch0:		ctags-5.7-destdir.patch
Patch1:		ctags-5.7-segment-fault.patch
Patch2:		ctags-5.8-css.patch
Patch3:		ctags-5.8-ocaml-crash.patch
Patch4:		ctags-5.8-cssparse.patch
Patch5:		ctags-5.8-memmove.patch
Patch6:		ctags-5.8-format-security.patch
Patch7:		ctags-CVE-2014-7204.patch

%description
The ctags program generate an index (or "tag") file for a variety of
language objects found in files.  This tag file allows these items to
be quickly and easily located by a text editor or other utility.  A
"tag" signifies a language object for which an index entry is
available (or, alternatively, the index entry created for that object).

Alternatively, ctags can generate a cross reference file which lists, in
human readable form, information about the various source objects found in
a set of language files.

%prep
%setup -q
%patch0 -p1 -b .destdir
%patch1 -p1 -b .crash
%patch2 -p1 -b .css-support
%patch3 -p1 -b .ocaml-crash
%patch4 -p1 -b .cssparse-crash
%patch5 -p1 -b .memmove
%patch6 -p1 -b .fmt-sec
%patch7 -p1 -b .CVE-2014-7204
# fix permission for %doc
chmod a+r ctags.html

%build
%configure2_5x \
	--disable-etags \
	--enable-tmpdir=/tmp
%make

%install
%makeinstall

mv %{buildroot}/%{_bindir}/ctags %{buildroot}/%{_bindir}/exuberant-ctags
mv %{buildroot}/%{_mandir}/man1/ctags.1 %{buildroot}/%{_mandir}/man1/exuberant-ctags.1

%post
update-alternatives --install %{_bindir}/ctags ctags %{_bindir}/exuberant-ctags 10 \
                    --slave %{_mandir}/man1/ctags.1%{_extension} ctags.1%{_extension} %{_mandir}/man1/exuberant-ctags.1%{_extension}

%postun
[ $1 = 0 ] || exit 0
update-alternatives --remove ctags %{_bindir}/exuberant-ctags

%files
%doc EXTENDING.html FAQ NEWS README ctags.html
%{_bindir}/exuberant-ctags
%{_mandir}/man1/exuberant-ctags.1*


%changelog
* Tue Oct 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:5.8-8
+ Revision: 314e3ef
- Fix CVE-2014-7204, fix possible segfaults, add css support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22449 |14mu|ctdb-2.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Clustered TDB
Name:		ctdb
Version:	2.0
Release:	11
License:	GPLv3+
Group:		System/Cluster
Url:		http://ctdb.samba.org/
Source0:	http://ftp.samba.org/pub/ctdb/%{name}-%{version}.tar.gz
Source1:	ctdb_check_config
# Fedora specific patch, ctdb should not be enabled by default in the runlevels
Patch1:		ctdb-no_default_runlevel.patch
Patch2:		ctdb-2.0-linkage.patch
# Submitted to upstream for review https://lists.samba.org/archive/samba-technical/2011-September/079198.html
Patch5:		0001-IPv6-neighbor-solicit-cleanup.patch
Patch7:		0002-Add-systemd-support.patch
Patch8:		0001-Extract-several-init-functions-into-a-separate-file.patch

BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(talloc)
BuildRequires:	pkgconfig(tevent)
Requires(pre):	chkconfig
Requires(pre):	coreutils
Requires(pre):	mktemp
Requires(pre):	psmisc
Requires(pre):	sed
Requires(pre,postun):	rpm-helper

%description
ctdb is the clustered database used by samba.

%files
%config(noreplace) %{_sysconfdir}/ctdb/systemd
%attr(755,root,root) %{_unitdir}/ctdb.service
%config(noreplace) %{_sysconfdir}/%{name}/nodes
%doc doc/*html
%{_sysconfdir}/ctdb/functions
%{_sysconfdir}/ctdb/init_functions
%{_sysconfdir}/ctdb/events.d/
%{_sysconfdir}/ctdb/statd-callout
%{_sysconfdir}/ctdb/*.sh
%{_sysconfdir}/sysconfig/ctdb
%{_sbindir}/ctdbd
%{_bindir}/ctdb
%{_bindir}/ltdbtool
%{_bindir}/smnotify
#{_bindir}/ctdb_ipmux
%{_bindir}/ctdb_diagnostics
%{_bindir}/onnode
%{_bindir}/ping_pong
%{_mandir}/man1/ctdb.1.*
%{_mandir}/man1/ltdbtool.1.*
%{_mandir}/man1/ctdbd.1.*
%{_mandir}/man1/onnode.1.*
%{_mandir}/man1/ping_pong.1.*
%dir %attr(750,root,root) /var/lib/ctdb

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for ctdb
Group:		Development/Other

%description devel
Development files for ctdb.

%files devel
%{_includedir}/*.h
%{_libdir}/pkgconfig/ctdb.pc
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
CC="%__cc"

## always run autogen.sh
./autogen.sh
export CFLAGS="%{optflags} $EXTRA -D_GNU_SOURCE"
%configure2_5x \
	--without-included-popt \
	--without-included-talloc \
	--without-included-tdb \
	--without-included-tevent

make showflags
%make
sed -i -e 's/^(Version: *)$/$1 %{version}/g' ctdb.pc

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/ctdb/systemd
install -m 755 config/systemd/ctdb_check_persistent_databases.pre %{buildroot}%{_sysconfdir}/ctdb/systemd
install -m 755 config/systemd/ctdb_set_ctdb_variables.post %{buildroot}%{_sysconfdir}/ctdb/systemd
install -m 755 config/systemd/ctdb_drop_all_public_ips %{buildroot}%{_sysconfdir}/ctdb/systemd
install -m 755 config/systemd/ctdb.systemd %{buildroot}%{_sysconfdir}/ctdb/systemd
install -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/ctdb/systemd
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
install -m644 config/ctdb.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/ctdb
sed -i '/PIDFile=/d' config/ctdb.service
sed -i '/LimitCORE=infinity/a \
ExecStartPre=/etc/ctdb/systemd/ctdb_check_config' config/ctdb.service
install -m 755 config/ctdb.service %{buildroot}%{_unitdir}

perl -pi -e 's,/var/ctdb,/var/lib/ctdb,g' %{buildroot}/%{_initrddir}/%{name}
mkdir -p %{buildroot}/var/lib/ctdb
touch %{buildroot}/%{_sysconfdir}/ctdb/nodes


%changelog

* Thu Jul 16 2015 aivanov <a.ivanov@ntcit-rosa.ru> 2.0-11
- (3b604d7) Merge pull request #1 from aivanov/ctdb:rosa2014.1
- (3b604d7) Fix for bz 3892: ctdb.service fails to start



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22450 |14mu|cups-1.7.5-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{mdvver} < 201410
%define _tmpfilesdir %{_prefix}/lib/tmpfiles.d/
%endif

# {_exec_prefix}/lib/cups is correct, even on x86_64.
# It is not used for shared objects but for executables.
# It's more of a libexec-style ({_libexecdir}) usage,
# but we use lib for compatibility with 3rd party drivers (at upstream request).
%global cups_serverbin %{_exec_prefix}/lib/cups

# Turning this on lets CUPS to be built in debug mode (with debugger symbols)
%define debug 1
%define enable_check 0

%bcond_with bootstrap

%if %{without bootstrap}
%bcond_without systemd
%endif

%bcond_with poll_ppd_base

%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	Common Unix Printing System - Server package
Name:		cups
Version:	1.7.5
Release:	18
License:	GPLv2+ and LGPLv2+
Group:		System/Printing
Url:		http://www.cups.org
#Source0:	ftp://ftp.easysw.com/pub/cups/%{version}/%{name}-%{version}-source.tar.bz2
Source0:	http://www.cups.org/software/%{version}/%{name}-%{version}-source.tar.bz2
# Small C program to get list of all installed PPD files
Source1:	poll_ppd_base.c
# Small C program to list the printer-specific options of a particular printer
# fails to build now
Source2:	lphelp.c
# socket unit for cups-lpd service
Source3:	cups-lpd.socket
# cups-lpd service unit configuration
Source4:	cups-lpd@.service
# Backend for NCP protocol
Source7:	ncp.backend
# Perl script for automatic configuration of CUPS, especially access
# restrictions and broadcasting
Source9:	cups.logrotate
# Backend filter for nprint (Novell client) from Mark Horn
# (mark@hornclan.com)
Source11:	http://www.hornclan.com/~mark/cups/nprint.2002011801
# AppleTalk/netatalk backend for CUPS
Source12:	http://www.oeh.uni-linz.ac.at/~rupi/pap/pap-backend.tar.bz2
Source13:	http://www.oeh.uni-linz.ac.at/~rupi/pap/pap-docu.pdf.bz2
Source14:	http://www.linuxprinting.org/download/printing/photo_print
Source15:	http://printing.kde.org/downloads/pdfdistiller
Source16:	cjktexttops
Source17:	correctcupsconfig
# Nice level for now. bug #16387
Source18:	cups.sysconfig
# udev rules for setting symlinks needed if the usblp module is loaded
Source19:	10-cups_device_links.rules
# Udev rules for setting properly rights and groups
Source20:	10-cups_device_usb.rules

### FEDORA PATCHES ###

Patch1:		cups-no-gzip-man.patch
Patch2:		cups-system-auth.patch
Patch3:		cups-multilib.patch
Patch5:		cups-banners.patch
Patch6:		cups-serverbin-compat.patch
Patch7:		cups-no-export-ssllibs.patch
Patch8:		cups-direct-usb.patch
Patch9:		cups-lpr-help.patch
Patch10:	cups-peercred.patch
Patch11:	cups-pid.patch
Patch12:	cups-eggcups.patch
Patch13:	cups-driverd-timeout.patch
Patch14:	cups-strict-ppd-line-length.patch
Patch15:	cups-logrotate.patch
Patch16:	cups-usb-paperout.patch
Patch17:	cups-res_init.patch
Patch18:	cups-filter-debug.patch
Patch19:	cups-uri-compat.patch
Patch20:	cups-str3382.patch
Patch21:	cups-0755.patch
Patch22:	cups-hp-deviceid-oid.patch
Patch23:	cups-dnssd-deviceid.patch
Patch24:	cups-ricoh-deviceid-oid.patch
Patch25:	cups-systemd-socket.patch
Patch26:	cups-lpd-manpage.patch
Patch27:	cups-avahi-address.patch
Patch29:	cups-enum-all.patch
Patch31:	cups-dymo-deviceid.patch
Patch32:	cups-freebind.patch
Patch33:	cups-no-gcry.patch
Patch34:	cups-libusb-quirks.patch
Patch35:	cups-use-ipp1.1.patch
Patch36:	cups-avahi-no-threaded.patch
Patch38:	cups-journal.patch
Patch39:	cups-ipp-multifile.patch
Patch41:	cups-web-devices-timeout.patch
Patch43:	cups-final-content-type.patch
Patch46:	cups-synconclose.patch
Patch47:	cups-str4551-CVE-2014-9679.patch
Patch48:	str4609-prevent-privilege-escalation-through-dynamic-linker.patch

#ROSA patches

#markup patchset
# Patch100:	cups-1.7.5-lspp.patch
# Patch101:	cups-1.7.5-pstopstagged.patch
# Patch102:	cups-1.7.5-mandatory.patch



BuildRequires:	php-cli
BuildRequires:	xinetd
BuildRequires:	xdg-utils
BuildRequires:	acl-devel
BuildRequires:	jpeg-devel
BuildRequires:	krb5-devel
BuildRequires:	libldap-devel
BuildRequires:	openslp-devel
BuildRequires:	pam-devel
BuildRequires:	php-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(avahi-compat-libdns_sd)
BuildRequires:	pkgconfig(dbus-1) >= 0.50
BuildRequires:	pkgconfig(gnutls) >= 3.0
BuildRequires:	pkgconfig(libcrypto)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libssl)
BuildRequires:	pkgconfig(libusb) < 1.0
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(zlib)
%if !%{with bootstrap}
BuildRequires:	poppler
%if %{with systemd}
BuildRequires:	systemd-units
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libsystemd-journal)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(systemd)
%endif
%endif
%if %{with selinux}
BuildRequires:	audit-devel
BuildRequires:	selinux-devel
BuildRequires:	hffilter
Requires:	hffilter
%endif

Requires:	%{name}-common >= %{EVRD}
# We ship udev rules which use setfacl
Requires:	acl
Requires:	cups-filters
# Make sure we have some filters for converting to raster format
Requires:	ghostscript
Requires:	net-tools
%if !%{with bootstrap}
Requires:	poppler
Suggests:	avahi
%endif
Requires:	printer-testpages
# Take care that device files are created with correct permissions
Requires:	udev
Requires:	update-alternatives
# For desktop menus
Requires:	xdg-utils
# Requires /etc/tmpfiles.d (bug #656566)
Requires:	systemd
Requires(post,preun,postun):	systemd
Requires(post,preun):	rpm-helper

%rename cupsddk-drivers

%description
The Common Unix Printing System provides a portable printing layer for
UNIX(TM) operating systems. It has been developed by Easy Software Products
to promote a standard printing solution for all UNIX vendors and users.
CUPS provides the System V and Berkeley command-line interfaces.
This is the main package needed for CUPS servers (machines where a
printer is connected to or which host a queue for a network printer).
It can also be used on CUPS clients so that they simply pick up
broadcasted printer information from other CUPS servers and do not
need to be assigned to a specific CUPS server by an
%{_sysconfdir}/cups/client.conf file.

%files
%doc *.txt
%config(noreplace) %attr(-,root,lp) %{_sysconfdir}/cups/cupsd.conf
%config(noreplace) %attr(-,root,root) %_sysconfdir/cups/cups-files.conf
%config(noreplace) %attr(-,root,root) %{_sysconfdir}/sysconfig/cups
%ghost %config(noreplace) %{_sysconfdir}/cups/printers.conf
%ghost %config(noreplace) %{_sysconfdir}/cups/classes.conf
%attr(-,root,sys) %{_sysconfdir}/cups/cupsd.conf.default
%config(noreplace) %attr(-,root,lp) %{_sysconfdir}/cups/interfaces
#%config(noreplace) %attr(644,root,lp) %{_sysconfdir}/cups/mime.convs
#%config(noreplace) %attr(644,root,lp) %{_sysconfdir}/cups/mime.types
%config(noreplace) %attr(-,root,lp) %{_sysconfdir}/cups/ppd
%config(noreplace) %attr(-,root,lp) %{_sysconfdir}/cups/ssl
%config(noreplace) %attr(-,root,lp) %{_sysconfdir}/cups/snmp.conf
%config(noreplace) %attr(-,root,lp) %{_sysconfdir}/dbus*/system.d/cups.conf
%{_tmpfilesdir}/cups.conf
%{_tmpfilesdir}/cups-lp.conf
%config(noreplace) %{_sysconfdir}/pam.d/cups
%config(noreplace) %{_sysconfdir}/logrotate.d/cups
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/xinetd.d/cups-lpd
%_sysconfdir/udev/rules.d/*
%dir %{_prefix}/lib/cups
%{_prefix}/lib/cups/cgi-bin
%{_prefix}/lib/cups/daemon
%{_prefix}/lib/cups/notifier
%{_prefix}/lib/cups/filter
%{_prefix}/lib/cups/monitor
%dir %{_prefix}/lib/cups/backend
%{_prefix}/lib/cups/backend/dnssd
%{_prefix}/lib/cups/backend/http
%{_prefix}/lib/cups/backend/https
%{_prefix}/lib/cups/backend/ipp
%{_prefix}/lib/cups/backend/ipps
%{_prefix}/lib/cups/backend/lpd
%{_prefix}/lib/cups/backend/mdns
%{_prefix}/lib/cups/backend/nprint
%{_prefix}/lib/cups/backend/pap
#{_prefix}/lib/cups/backend/parallel
%{_prefix}/lib/cups/backend/ncp
#%{_prefix}/lib/cups/backend/scsi
%{_prefix}/lib/cups/backend/snmp
%{_prefix}/lib/cups/backend/socket
%{_prefix}/lib/cups/backend/usb
%{_prefix}/lib/cups/backend/pdf
%dir %{_prefix}/lib/cups/driver
%{_datadir}/cups
%attr(0755,root,lp) %{_var}/log/cups
# Set ownerships of spool directory which is normally done by 'make install'
# Because RPM does 'make install' as normal user, this has to be done here
%dir %attr(0710,root,lp) %{_var}/spool/cups
%dir %attr(01770,root,lp) %{_var}/spool/cups/tmp
%dir %attr(775,root,lp) %{_var}/cache/cups
# Bug #28383 dirs
%dir %{_datadir}/ppd
%dir %{_libdir}/printdriver
# Desktop icons
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/cups.png
%ifarch x86_64
# Compatibility link, will be removed soon
%{_libdir}/cups
%endif
%if %{with systemd}
/lib/systemd/system/cups.*
/lib/systemd/system/cups-*
%endif

%pre
%ifarch x86_64
# Fix /usr/lib/cups directory, so that updates can be done
if [ -d %{_libdir}/cups ] && ! [ -h %{_libdir}/cups ]; then
    if [ -h %{_prefix}/lib/cups ]; then
        rm -f %{_prefix}/lib/cups
	mv %{_libdir}/cups %{_prefix}/lib/cups
    else
	mv %{_libdir}/cups %{_libdir}/cups.rpmsave
	#echo 'Moved %{_libdir}/cups to %{_libdir}/cups.rpmsave' 1>&2
    fi
fi
%endif
%_pre_groupadd lpadmin

%post
# Make sure group ownerships are correct
chgrp -R lp %{_sysconfdir}/cups %{_var}/*/cups

# We can't enforce this. Bug #35993
for d in /opt/share/ppd /opt/lib/printdriver /usr/local/share/ppd /usr/local/lib/printdriver
do
  [ ! -e $d ] && mkdir -p $d || :
done
# End of 28383

# Let CUPS daemon be automatically started at boot time
%_post_service cups

# Remove old-style certs directory; new-style is /var/run
# (see bug #194581 for why this is necessary).
/bin/rm -rf %{_sysconfdir}/cups/certs

%preun
# Let CUPS daemon not be automatically started at boot time any more
%_preun_service cups

%postun
%_postun_groupdel lpadmin

#----------------------------------------------------------------------------

%package common
Summary:	Common Unix Printing System - Common stuff
License:	GPLv2+
Group:		System/Printing
Requires:	net-tools
Requires(post,preun):	update-alternatives
# To satisfy LSB/FHS
Provides:	lpddaemon

%description common
The Common Unix Printing System provides a portable printing layer for
UNIX(TM) operating systems. It contains the command line utilities for
printing and administration (lpr, lpq, lprm, lpadmin, lpc, ...), man
pages, locales, and a sample configuration file for daemon-less CUPS
clients (%{_sysconfdir}/cups/client.conf).

This package you need for both CUPS clients and servers.

%files common
%dir %config(noreplace) %attr(-,lp,lp) %{_sysconfdir}/cups
%ghost %config(noreplace) %attr(-,lp,lp) %{_sysconfdir}/cups/client.conf
%{_sbindir}/*
%{_bindir}/*cups
%{_bindir}/ippfind
%{_bindir}/ipptool
#%{_bindir}/lphelp
%{_bindir}/lpoptions
%attr(6755,root,lp) %{_bindir}/lppasswd
%{_bindir}/photo_print
#{_bindir}/poll_ppd_base
%{_bindir}/ppdc
%{_bindir}/ppdhtml
%{_bindir}/ppdi
%{_bindir}/ppdmerge
%{_bindir}/ppdpo
%{_bindir}/cupstestppd
%{_bindir}/cupstestdsc
%{_bindir}/enable
%{_bindir}/disable
%{_datadir}/locale/*/*.po
%{_mandir}/man?/*

%post common
# The lpc updates-alternative links were not correctly set in older CUPS
# packages, therefore remove the entry before making a new one when updating
%{_sbindir}/update-alternatives --remove lpc %{_sbindir}/lpc-cups || :
# Set up update-alternatives entries
%{_sbindir}/update-alternatives --install %{_bindir}/lpr lpr %{_bindir}/lpr-cups 10 --slave %{_mandir}/man1/lpr.1%{_extension} lpr.1%{_extension} %{_mandir}/man1/lpr-cups.1%{_extension}
%{_sbindir}/update-alternatives --install %{_bindir}/lpq lpq %{_bindir}/lpq-cups 10 --slave %{_mandir}/man1/lpq.1%{_extension} lpq.1%{_extension} %{_mandir}/man1/lpq-cups.1%{_extension}
%{_sbindir}/update-alternatives --install %{_bindir}/lprm lprm %{_bindir}/lprm-cups 10 --slave %{_mandir}/man1/lprm.1%{_extension} lprm.1%{_extension} %{_mandir}/man1/lprm-cups.1%{_extension}
%{_sbindir}/update-alternatives --install %{_bindir}/lp lp %{_bindir}/lp-cups 10 --slave %{_mandir}/man1/lp.1%{_extension} lp.1%{_extension} %{_mandir}/man1/lp-cups.1%{_extension}
%{_sbindir}/update-alternatives --install %{_bindir}/cancel cancel %{_bindir}/cancel-cups 10 --slave %{_mandir}/man1/cancel.1%{_extension} cancel.1%{_extension} %{_mandir}/man1/cancel-cups.1%{_extension}
%{_sbindir}/update-alternatives --install %{_bindir}/lpstat lpstat %{_bindir}/lpstat-cups 10 --slave %{_mandir}/man1/lpstat.1%{_extension} lpstat.1%{_extension} %{_mandir}/man1/lpstat-cups.1%{_extension}
%{_sbindir}/update-alternatives --install %{_sbindir}/accept accept %{_sbindir}/accept-cups 10 --slave %{_mandir}/man8/accept.8%{_extension} accept.8%{_extension} %{_mandir}/man8/accept-cups.8%{_extension}
%{_sbindir}/update-alternatives --install %{_sbindir}/disable disable %{_sbindir}/disable-cups 10 --slave %{_mandir}/man8/disable.8%{_extension} disable.8%{_extension} %{_mandir}/man8/disable-cups.8%{_extension}
%{_sbindir}/update-alternatives --install %{_sbindir}/enable enable %{_sbindir}/enable-cups 10 --slave %{_mandir}/man8/enable.8%{_extension} enable.8%{_extension} %{_mandir}/man8/enable-cups.8%{_extension}
%{_sbindir}/update-alternatives --install %{_sbindir}/lpc lpc %{_sbindir}/lpc-cups 10 --slave %{_mandir}/man8/lpc.8%{_extension} lpc.8%{_extension} %{_mandir}/man8/lpc-cups.8%{_extension}
%{_sbindir}/update-alternatives --install %{_sbindir}/lpmove lpmove %{_sbindir}/lpmove-cups 10 --slave %{_mandir}/man8/lpmove.8%{_extension} lpmove.8%{_extension} %{_mandir}/man8/lpmove-cups.8%{_extension}
%{_sbindir}/update-alternatives --install %{_sbindir}/reject reject %{_sbindir}/reject-cups 10 --slave %{_mandir}/man8/reject.8%{_extension} reject.8%{_extension} %{_mandir}/man8/reject-cups.8%{_extension}

rm -f %{_localstatedir}/cache/cups/*.ipp %{_localstatedir}/cache/cups/*.cache

# Deal with config migration due to CVE-2012-5519 (STR #4223)
IN=%{_sysconfdir}/cups/cupsd.conf
OUT=%{_sysconfdir}/cups/cups-files.conf
copiedany=no
for keyword in AccessLog CacheDir ConfigFilePerm	\
    DataDir DocumentRoot ErrorLog FatalErrors		\
    FileDevice FontPath Group LogFilePerm		\
    LPDConfigFile PageLog Printcap PrintcapFormat	\
    RemoteRoot RequestRoot ServerBin ServerCertificate	\
    ServerKey ServerRoot SMBConfigFile StateDir		\
    SystemGroup SystemGroupAuthKey TempDir User; do
    if ! [ -f "$IN" ] || ! /bin/grep -iq ^$keyword "$IN"; then continue; fi
    copy=yes
    if /bin/grep -iq ^$keyword "$OUT"; then
	if [ "`/bin/grep -i ^$keyword "$IN"`" ==	\
	     "`/bin/grep -i ^$keyword "$OUT"`" ]; then
	    copy=no
	else
	    /bin/sed -i -e "s,^$keyword,#$keyword,i" "$OUT" || :
	fi
    fi
    if [ "$copy" == "yes" ]; then
	if [ "$copiedany" == "no" ]; then
	    (cat >> "$OUT" <<EOF

# Settings automatically moved from cupsd.conf by RPM package:
EOF
	    ) || :
	fi

	(/bin/grep -i ^$keyword "$IN" >> "$OUT") || :
	copiedany=yes
    fi

    /bin/sed -i -e "s,^$keyword,#$keyword,i" "$IN" || :
done

exit 0

%preun common
if [ "$1" = 0 ]; then
# Remove update-alternatives entries
  %{_sbindir}/update-alternatives --remove lpr %{_bindir}/lpr-cups
  %{_sbindir}/update-alternatives --remove lpq %{_bindir}/lpq-cups
  %{_sbindir}/update-alternatives --remove lprm %{_bindir}/lprm-cups
  %{_sbindir}/update-alternatives --remove lp %{_bindir}/lp-cups
  %{_sbindir}/update-alternatives --remove cancel %{_bindir}/cancel-cups
  %{_sbindir}/update-alternatives --remove lpstat %{_bindir}/lpstat-cups
  %{_sbindir}/update-alternatives --remove accept %{_sbindir}/accept-cups
  %{_sbindir}/update-alternatives --remove disable %{_sbindir}/disable-cups
  %{_sbindir}/update-alternatives --remove enable %{_sbindir}/enable-cups
  %{_sbindir}/update-alternatives --remove lpc %{_sbindir}/lpc-cups
  %{_sbindir}/update-alternatives --remove lpmove %{_sbindir}/lpmove-cups
  %{_sbindir}/update-alternatives --remove reject %{_sbindir}/reject-cups
fi

#----------------------------------------------------------------------------

%define cupsmajor 2
%define libcups %mklibname cups %{cupsmajor}

%package -n %{libcups}
Summary:	Common Unix Printing System - CUPS shared library
License:	LGPLv2+
Group:		System/Libraries
Obsoletes:	%{_lib}cups3 < 1.6.1-2

%description -n %{libcups}
Common Unix Printing System - CUPS shared library.

%files -n %{libcups}
%{_libdir}/libcups.so.%{cupsmajor}*

#----------------------------------------------------------------------------

%define cupscgimajor 1
%define libcupscgi %mklibname cupscgi %{cupscgimajor}

%package -n %{libcupscgi}
Summary:	Common Unix Printing System - CUPSCGI shared library
License:	LGPLv2
Group:		System/Libraries
Conflicts:	%{libcups} < 1.6.1-2

%description -n %{libcupscgi}
Common Unix Printing System - CUPSCGI shared library.

%files -n %{libcupscgi}
%{_libdir}/libcupscgi.so.%{cupscgimajor}*

#----------------------------------------------------------------------------

%define cupsimagemajor 2
%define libcupsimage %mklibname cupsimage %{cupsimagemajor}

%package -n %{libcupsimage}
Summary:	Common Unix Printing System - CUPSimage shared library
License:	LGPLv2
Group:		System/Libraries
Conflicts:	%{libcups} < 1.6.1-2

%description -n %{libcupsimage}
Common Unix Printing System - CUPSimage shared library.

%files -n %{libcupsimage}
%{_libdir}/libcupsimage.so.%{cupsimagemajor}*

#----------------------------------------------------------------------------

%define cupsmimemajor 1
%define libcupsmime %mklibname cupsmime %{cupsmimemajor}

%package -n %{libcupsmime}
Summary:	Common Unix Printing System - CUPSMIME shared library
License:	LGPLv2
Group:		System/Libraries
Conflicts:	%{libcups} < 1.6.1-2

%description -n %{libcupsmime}
Common Unix Printing System - CUPSMIME shared library.

%files -n %{libcupsmime}
%{_libdir}/libcupsmime.so.%{cupsmimemajor}*

#----------------------------------------------------------------------------

%define cupsppdcmajor 1
%define libcupsppdc %mklibname cupsppdc %{cupsppdcmajor}

%package -n %{libcupsppdc}
Summary:	Common Unix Printing System - CUPSPPDC shared library
License:	LGPLv2
Group:		System/Libraries
Conflicts:	%{libcups} < 1.6.1-2

%description -n %{libcupsppdc}
Common Unix Printing System - CUPSPPDC shared library.

%files -n %{libcupsppdc}
%{_libdir}/libcupsppdc.so.%{cupsppdcmajor}*

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Common Unix Printing System - development files
License:	LGPLv2+
Group:		Development/C
Requires:	%{libcups} = %{EVRD}
Requires:	%{libcupscgi} = %{EVRD}
Requires:	%{libcupsimage} = %{EVRD}
Requires:	%{libcupsmime} = %{EVRD}
Requires:	%{libcupsppdc} = %{EVRD}
Provides:	cups-devel = %{EVRD}

%description -n %{devname}
Common Unix Printing System - development files.

%files -n %{devname}
%dir %{_includedir}/cups
%{_includedir}/cups/*
%dir %{multiarch_includedir}/cups
%{multiarch_includedir}/cups/*
%{_libdir}/*.so
%{_bindir}/cups-config

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# Revert lspp patches if markups disabled
# %if %{without selinux}
# %patch102 -p1 -R
# %patch101 -p1 -R -b .pstopstagged
# %patch100 -p1 -R -b .lspp
# %endif


# Set CUPS users and groups
perl -p -i -e 's:(SystemGroup\s+.*)$:$1\nGroup sys\nUser lp:' conf/cupsd.conf.in

# Let local printers be broadcasted in the local network(s)
perl -p -i -e 's:(Listen\s+)localhost:$1*:' conf/cupsd.conf.in
perl -p -i -e 's:(Browsing\s+On):$1\nBrowseAddress \@LOCAL:' conf/cupsd.conf.in
perl -p -i -e 's:(<Location\s+/\s*>):$1\n  Allow \@LOCAL:' conf/cupsd.conf.in

# Allow remote administration in local network (connections are encrypted,
# so no security problem)
perl -p -i -e 's:(<Location\s+/admin(|/conf)\s*>):$1\n  Allow \@LOCAL:' conf/cupsd.conf.in

# Replace the PAM configuration file
cat << EOF > scheduler/cups.pam
auth	include	system-auth
account	include	system-auth
EOF
cp -f scheduler/cups.pam conf/pam.std.in

# Let the Makefiles not trying to set file ownerships
perl -p -i -e "s/ -o \\$.CUPS_USER.//" scheduler/Makefile
perl -p -i -e "s/ -g \\$.CUPS_GROUP.//" scheduler/Makefile
perl -p -i -e "s/ -o \\$.CUPS_USER.//" systemv/Makefile
perl -p -i -e "s/ -g \\$.CUPS_GROUP.//" systemv/Makefile

sed -i -e '1iMaxLogSize 0' conf/cupsd.conf.in

f=CREDITS.txt
mv "$f" "$f"~
iconv -f MACINTOSH -t UTF-8 "$f"~ > "$f"
rm "$f"~

# Let's look at the compilation command lines.
perl -p -i -e "s,^.SILENT:,," Makedefs.in

# Load additional tools
cp %{SOURCE1} poll_ppd_base.c
cp %{SOURCE2} lphelp.c
# Load nprint backend
cp %{SOURCE11} nprint
# Load AppleTalk "pap" backend
%setup -q -T -D -a 12 -n %{name}-%{version}
# Load the "pap" documentation
bzcat %{SOURCE13} > pap-docu.pdf
# Load the "photo_print" utility
cp %{SOURCE14} photo_print
# Load the "pdfdistiller" utility
cp %{SOURCE15} pdf
# Load the "cjktexttops" filter
cp %{SOURCE16} cjktexttops

%build
# needed by additional SOURCES
aclocal
autoconf
# for the PHP module
%define _disable_ld_no_undefined 1
#setup_compile_flags
# cups uses $DSOFLAGS instead of $LDFLAGS for shared libs
export DSOFLAGS="$LDFLAGS"
%configure2_5x \
%if %{with selinux}
	--enable-lspp \
	--with-hffilter=hffilter \
%endif
	--enable-avahi \
%if %{debug}
	--enable-debug=yes \
%endif
	--with-cupsd-file-perm=0755 \
	--with-log-file-perm=0600 \
	--disable-libpaper \
	--enable-raw-printing \
	--enable-ssl \
	--disable-static \
	--with-cups-group=lp \
	--with-cups-user=lp \
	--with-docdir=%{_datadir}/cups/doc \
	--with-icondir=%{_datadir}/icons \
	--with-system-groups="lpadmin root" \
	--with-php=%{_bindir}/php \
	--enable-avahi \
	--enable-webif \
	--enable-relro

%if %{debug}
# Remove "-s" (stripping) option from "install" command used for binaries
# by "make install"
perl -p -i -e 's:^(\s*INSTALL_BIN\s*=.*)-s:$1:' Makedefs
%endif

# Remove hardcoded "chgrp" from Makefiles
perl -p -i -e 's/chgrp/:/' Makefile */Makefile
%make

# Compile additional tools
%if %{with poll_ppd_base}
gcc %{optflags} %{ldflags} -opoll_ppd_base -I. -I./cups poll_ppd_base.c -L./cups -lcups
%endif

%install
make install \
	BUILDROOT=%{buildroot} \
	DOCDIR=%{buildroot}%{_datadir}/cups/doc \
	CHOWN=":" CHGRP=":" STRIP="$STRIP" \
	LOGDIR=%{buildroot}%{_var}/log/cups \
	REQUESTS=%{buildroot}%{_var}/spool/cups \
	STATEDIR=%{buildroot}%{_var}/run/cups

rm -f %{buildroot}%{_libdir}/lib*.la
# Make a directory for PPD generators
mkdir -p %{buildroot}%{_prefix}/lib/cups/driver

# Make a directory for the SSL files
mkdir -p %{buildroot}%{_sysconfdir}/cups/ssl

# Make a directory for logrotate configuration
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d

# Install nprint backend
install -m 755 nprint %{buildroot}%{_prefix}/lib/cups/backend/

# Install AppleTalk backend
install -m 755 pap-backend/pap %{buildroot}%{_prefix}/lib/cups/backend/
install -m 644 pap-docu.pdf %{buildroot}%{_datadir}/%{name}/doc

# Link dnssd backend as mdns backend
(cd %{buildroot}%{cups_serverbin}/backend && ln -s dnssd mdns)

# Install "photo_print"
install -m 755 photo_print %{buildroot}%{_bindir}

# Install "pdfdistiller"
install -m 755 pdf %{buildroot}%{_prefix}/lib/cups/backend/

# Install "cjktexttops"
install -m 755 cjktexttops %{buildroot}%{_prefix}/lib/cups/filter/

# Install logrotate configuration
install -c -m 644 %{SOURCE9} %{buildroot}%{_sysconfdir}/logrotate.d/cups

# Install additional tools
%if %{with poll_ppd_base}
install -m 755 poll_ppd_base %{buildroot}%{_bindir}
%endif

# Set link to test page in /usr/share/printer-testpages
ln -s %{_datadir}/printer-testpages/testprint.ps %{buildroot}%{_datadir}/cups/data/testprint-mdv.ps

# Install startup script
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE18} %{buildroot}%{_sysconfdir}/sysconfig/cups
rm -f %{buildroot}%{_sysconfdir}/init.d/cups

# Install PPDs
mkdir -p %{buildroot}%{_datadir}/cups/model
#install -m 755 ppd/*.ppd %{buildroot}%{_datadir}/cups/model

# RPM breaking it. Links need to be deleted and afterwards regenerated
rm -f %{buildroot}%{_mandir}/man8/cupsdisable.8
rm -f %{buildroot}%{_mandir}/man8/reject.8

# Install script for automatic CUPS configuration
cp %{SOURCE17} %{buildroot}%{_sbindir}/correctcupsconfig
chmod a+rx %{buildroot}%{_sbindir}/correctcupsconfig

# Set compatibility links for the man pages and executables
ln -s %{_sbindir}/cupsenable %{buildroot}%{_bindir}/enable
ln -s %{_sbindir}/cupsdisable %{buildroot}%{_bindir}/disable
ln -s %{_sbindir}/cupsenable %{buildroot}%{_sbindir}/enable
ln -s %{_sbindir}/cupsdisable %{buildroot}%{_sbindir}/disable
ln -s %{_mandir}/man8/cupsenable.8 %{buildroot}%{_mandir}/man8/cupsdisable.8
ln -s %{_mandir}/man8/cupsdisable.8 %{buildroot}%{_mandir}/man8/disable.8
ln -s %{_mandir}/man8/cupsenable.8 %{buildroot}%{_mandir}/man8/enable.8
ln -s %{_mandir}/man8/accept.8 %{buildroot}%{_mandir}/man8/reject.8

%ifarch x86_64
# This one will be removed soon, when all other packages are
# modified appropriately
ln -s %{_prefix}/lib/cups %{buildroot}%{_libdir}/cups
%endif

# prepare the commands conflicting with LPD for the update-alternatives
# treatment
( cd %{buildroot}%{_bindir}
  mv lpr lpr-cups
  mv lpq lpq-cups
  mv lprm lprm-cups
  mv lp lp-cups
  mv cancel cancel-cups
  mv lpstat lpstat-cups
)
( cd %{buildroot}%{_sbindir}
  mv accept accept-cups
  mv disable disable-cups
  mv enable enable-cups
  mv lpc lpc-cups
  mv lpmove lpmove-cups
  mv reject reject-cups
)
( cd %{buildroot}%{_mandir}/man1
  mv lpr.1 lpr-cups.1
  mv lpq.1 lpq-cups.1
  mv lprm.1 lprm-cups.1
  mv lp.1 lp-cups.1
  mv cancel.1 cancel-cups.1
  mv lpstat.1 lpstat-cups.1
)
( cd %{buildroot}%{_mandir}/man8
  mv accept.8 accept-cups.8
  mv disable.8 disable-cups.8
  mv enable.8 enable-cups.8
  mv lpc.8 lpc-cups.8
  mv lpmove.8 lpmove-cups.8
  mv reject.8 reject-cups.8
)
ln -sf %{_sbindir}/accept-cups %{buildroot}%{_sbindir}/reject-cups
ln -sf %{_sbindir}/accept-cups %{buildroot}%{_sbindir}/cupsdisable
ln -sf %{_sbindir}/accept-cups %{buildroot}%{_sbindir}/cupsenable

# Remove links to the startup script, we make our own ones with chkconfig
rm -rf %{buildroot}%{_sysconfdir}/rc?.d/[SK]*
# Remove superflouus man page stuff
rm -rf %{buildroot}%{_mandir}/cat
rm -rf %{buildroot}%{_mandir}/cat?
rm -rf %{buildroot}%{_mandir}/*/cat
rm -rf %{buildroot}%{_mandir}/*/cat?

# Install missing headers (Thanks to Oden Eriksson)
install -m644 cups/debug-private.h  %{buildroot}%{_includedir}/cups/
install -m644 cups/string-private.h %{buildroot}%{_includedir}/cups/
install -m644 config.h %{buildroot}%{_includedir}/cups/

mkdir -p %{buildroot}%{_unitdir}
install -p -m 644 %{SOURCE3} %{buildroot}%{_unitdir}
install -p -m 644 %{SOURCE4} %{buildroot}%{_unitdir}

#Install NCP
install -p -m 755 %{SOURCE7} %{buildroot}%{_prefix}/lib/cups/backend/ncp

# Multiarch fixes
%multiarch_includes %{buildroot}%{_includedir}/cups/config.h

# Create dummy config files /etc/cups/printers.conf,
# /etc/cups/classes.conf, and /etc/cups/client.conf
touch %{buildroot}%{_sysconfdir}/cups/printers.conf
touch %{buildroot}%{_sysconfdir}/cups/classes.conf
touch %{buildroot}%{_sysconfdir}/cups/client.conf

# install /usr/lib/tmpfiles.d/cups.conf (bug #656566, bug #893834)
mkdir -p %{buildroot}%{_tmpfilesdir}
cat > %{buildroot}%{_tmpfilesdir}/cups.conf <<EOF
# See tmpfiles.d(5) for details

d /run/cups 0755 root lp -
d /run/cups/certs 0511 lp sys -

d /var/spool/cups/tmp - - - 30d
EOF

# /usr/lib/tmpfiles.d/cups-lp.conf (bug #812641)
cat > %{buildroot}%{_tmpfilesdir}/cups-lp.conf <<EOF
# Legacy parallel port character device nodes, to trigger the
# auto-loading of the kernel module on access.
#
# See tmpfiles.d(5) for details

c /dev/lp0 0660 root lp - 6:0
c /dev/lp1 0660 root lp - 6:1
c /dev/lp2 0660 root lp - 6:2
c /dev/lp3 0660 root lp - 6:3
EOF

# Prefer xdg-utils than htmlview (kde one)
sed -i s/htmlview/xdg-open/ %{buildroot}%{_datadir}/applications/*.desktop

## Hide desktop file
chmod 0644 %{buildroot}%{_datadir}/applications/cups.desktop
echo -e '\nHidden=true' >> %{buildroot}%{_datadir}/applications/cups.desktop

# http://qa.mandriva.com/show_bug.cgi?id=28383
# Common PPD dirs
mkdir -p %{buildroot}%{_datadir}/ppd

# Make CUPS know them
ln -s /usr/local/share/ppd %{buildroot}%{_datadir}/cups/model/1-local-admin
ln -s /opt/share/ppd %{buildroot}%{_datadir}/cups/model/2-third-party
ln -s %{_datadir}/ppd %{buildroot}%{_datadir}/cups/model/3-distribution

# Common printer driver dirs
mkdir -p %{buildroot}%{_libdir}/printdriver
# Other dirs can't be handled here, but on %post instead.

# Create /dev/lp* nodes to make usblp happy
mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d
install -c -m 644 %{SOURCE19} %{buildroot}%{_sysconfdir}/udev/rules.d/
# Fix USB printers permissions and groups
install -c -m 644 %{SOURCE20} %{buildroot}%{_sysconfdir}/udev/rules.d/

# Remove stuff that's also in cups-filters
rm -f %{buildroot}%{_datadir}/cups/banners/{classified,confidential,secret,standard,topsecret,unclassified}
rm -f %{buildroot}%{_datadir}/cups/data/testprint

for lang in `ls -1 %{buildroot}%{_datadir}/locale/`
do
    echo "%%lang($lang) %{_datadir}/locale/$lang/cups_$lang.po" >> %{name}.lang
done

%if !%{with bootstrap} && %{enable_check}
%check
export LC_ALL=C
export LC_MESSAGES=C
export LANG=C
export LANGUAGE=C
make test << EOF

EOF
%endif

%changelog

* Sat Aug 05 2017 Vladimir Potapov <vladimir.potapov@rosalab.ru> 1.7.5-18
- (045d841) add CVE-2015-1158, CVE-2015-1159 patch

* Wed May 10 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.5-17
- (411f1cf) Define _tmpfilesdir for older distro releases
- (Denis Silakov: bd82146) Added pkgconfig(libsystemd-daemon) BR
- (Denis Silakov: a0c6b8e) Fix build
- (Denis Silakov: 8b2b1ff) Drop killmode patch

* Fri Jun 26 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1.7.5-16
- (49e770c) Unset PerPageLabels by default; fix segfault in pstops #bz5842

* Tue Jun 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7.5-15
- (28b2632) Added udev rule for Canon (http://bugs.rosalinux.ru/show_bug.cgi?id=5781)

* Mon Jun 08 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1.7.5-14
- (d3fd503) fix patch name
- (din (Dmitry Fedorov): b0b3ae4) Bump release

* Mon Jun 08 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1.7.5-13
- (0efbb44) cleanup mandatory patchset

* Thu Jun 04 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1.7.5-12
- (040813a) fix if statement
- (Dmitry Fedorov: ac282dd) rework mandatory patcheset

* Mon May 18 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1.7.5-11
- (d8e57e5) BuildList#2501564: Increase release tag

* Fri May 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7.5-10
- (f8eafa2) BuildList#2501564: Increase release tag

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1.7.5-9
- (61e0849) BuildList#2501564: Increase release tag

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1.7.5-8
- (914d18e) BuildList#2501564: Increase release tag

* Wed Apr 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7.5-7
- (587daf0) Rebuild with new poppler

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1.7.5-6
- (394dcd3) MassBuild#656: Increase release tag

* Wed Feb 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7.5-5
- (3ae93c7) Do not package /var/run/cups/certs - it is created by systemd automatically now

* Wed Feb 18 2015 kuzma kazygashev <kuzma.kazygashev@rosalab.ru> 1.7.5-4
- (b66f897) Added security fix for CVE-2014-9679.

* Fri Feb 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.5-3
- (f21b8e1) Adjust reverted patches order
- (Andrey Bondrov: cc5ad6b) Replace old lspp patches with new versions
- (Andrey Bondrov: 0ea8fcf) Merge remote-tracking branch 'current/current' into rosa2014.1
- (Andrey Bondrov: 39412c2) Add conditions for selinux/lspp support

* Fri Feb 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.5-1
- (03a8477) Add markup patches (don't apply yet)

* Fri Feb 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.5-2
- (ac1aa99) Drop unused patches

* Fri Feb 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.5-1
- (d65783d) Drop unused patch

* Mon Dec 15 2014 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1.7.5-2
- (6fac858) Bump release

* Mon Dec 15 2014 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1.7.5-1
- (64bb881) fix requires
- (din (Dmitry Fedorov): 7a92e54) fix BR
- (din (Dmitry Fedorov): a6c0e38) bootstrap build
- (din (Dmitry Fedorov): f5e9ff1) Selinux patchset transition

* Wed Dec 10 2014 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1.4.8-24.1
- (3ebb814) Build without selinux while new kernel and libselinux not available
- (Andrey Bondrov: 4ef3248) Adjust BuildRequires a bit

* Wed Nov 19 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1.4.8-24
- (19cb220) BuildList#2335087: Increase release tag

* Wed Nov 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.5-1
- (322e3ec) Update BuildRequires
- (Andrey Bondrov: 2f21b1d) New version 1.7.5
- (Andrey Bondrov: 2f21b1d) Fix debug package
- (Andrey Bondrov: 2f21b1d) Spec cleanup

* Sat Oct 25 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1.4.8-23
- (53c8841) BuildList#2320919: Increase release tag

* Thu Oct 02 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1.4.8-22
- (83507f7) BuildList#2274925: Increase release tag

* Fri Sep 26 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1.4.8-21
- (62592cd) fix BR
- (Dmitry Fedorov: 4720cc7) MassBuild#518: Increase release tag

* Tue Aug 12 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.8-20
- (3b784a3) MassBuild#472: Increase release tag

* Tue Aug 12 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.4.8-19.2
- (36235e0) sync to certified branch, 12.08.2014

* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.3-2
- (ef8a128) BuildList#2062192: Increase release tag

* Fri Jul 18 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.8-21
- (98aef30) MassBuild#456: Increase release tag

* Mon Jul 14 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.8-20
- (6c1768e) MassBuild#454: Increase release tag

* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.7.3-1
- (6c63faa) Updated to 1.7.3

* Thu Jul 10 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.8-19
- (9e96cb8) MassBuild#450: Increase release tag

* Tue Jul 01 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.4.8-18.2
- (41ed4be) sync to certified branch

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.7.1-3
- (2cd7ba0) MassBuild#440: Increase release tag

* Thu Oct 31 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.8-14.2
- (313271a) fixed more requires

* Thu Oct 31 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.8-13.2
- (d9bc367) fixed requires

* Wed Oct 30 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.8-12.2
- (2c24c26) changed BR

* Wed Apr 17 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 1.4.8-11.2
- (733d35c) Return back

* Wed Apr 17 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 1.4.8-12.2
- (1990d76) Security fix

* Mon Dec 24 2012 Ilya Porvin <ilya.porvin@rosalab.ru> 1.4.8-11.2
- (750fe27) apply fix patch for CVE-2012-5519

* Fri Dec 14 2012 alexander barakin (aka sash-kan) <alex@barak.in> 1.4.8-10
- (018eb6f) LOG start after portreserve.service; bug #880
- (018eb6f) Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>

* Fri Dec 14 2012 alexander barakin (aka sash-kan) <alex@barak.in> 1.4.8-9
- (97c57b7) misspelling
- (97c57b7) Signed-off-by: alexander barakin (aka sash-kan) <alex@barak.in>



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22451 |14mu|cups-drivers-capt-0.1-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname capt

Summary:	CAPT driver for Canon LBP-810 and LBP-1120
Name:		cups-drivers-%{rname}
Version:	0.1
Release:	14
License:	GPL
Group:		System/Printing
URL:		http://www.boichat.ch/nicolas/capt/
Source0:	http://www.boichat.ch/nicolas/capt/%{rname}-%{version}.tar.gz
Patch0:		capt-0.1-LDFLAGS.diff
Requires:	cups

%description
CAPT driver for Canon LBP-810 and LBP-1120

This package contains CUPS drivers (PPD) for the following printers:

 o Canon-LBP-810
 o Canon-LBP-1120

%prep

%setup -q -n %{rname}-%{version}
%patch0 -p0

%build

%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

# Correct PPD files to pass "cupstestppd"
perl -p -i -e "s/DefaultNoReset/DefaultAlwaysReset/g" ppd/*.ppd

# Do not generate a log file with fixed name, security problem!
perl -p -i -e "s:/tmp/capt.log:/dev/null:g" ppd/*.ppd

# Create PPD file for LBP-1120
cp ppd/Canon-LBP-810-capt.ppd ppd/Canon-LBP-1120-capt.ppd
perl -p -i -e "s:LBP-810:LBP-1120:g" ppd/Canon-LBP-1120-capt.ppd
perl -p -i -e "s:lbp810:lbp1120:g" ppd/Canon-LBP-1120-capt.ppd

%install

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/cups/model/capt

install -m0755 capt %{buildroot}%{_bindir}/
install -m0755 capt-* %{buildroot}%{_bindir}/
install -m0644 ppd/*.ppd %{buildroot}%{_datadir}/cups/model/capt/

%clean

%files
%defattr(0644,root,root,0755)
%doc COPYING NEWS README SPECS THANKS TODO
%attr(0755,root,root) %{_bindir}/capt*
%attr(0755,root,root) %dir %{_datadir}/cups/model/capt
%attr(0644,root,root) %{_datadir}/cups/model/capt/Canon-LBP-810-capt.ppd*
%attr(0644,root,root) %{_datadir}/cups/model/capt/Canon-LBP-1120-capt.ppd*


%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.1-14
- (2e2065b) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22452 |14mu|cups-drivers-foo2zjs-0.0-0.20150211.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname	foo2zjs
%define snap	20150211

Summary:	A linux printer driver for ZjStream protocol
Name:		cups-drivers-%{rname}
Version:	0.0
Release:	0.%{snap}.1
Group:		System/Printing
License:	GPLv2
Url:		http://foo2zjs.rkkda.com/
Source0:	http://foo2zjs.rkkda.com/foo2zjs.tar.gz
Patch0:		foo2zjs-system_icc2ps.patch
Patch1:		foo2zjs-makeinstall.patch
Patch2:		foo2zjs-cflags.patch
Patch3:		foo2zjs-system_jbig.patch
Patch4:		foo2zjs-LDFLAGS.patch

BuildRequires:	bc
BuildRequires:	foomatic-filters
BuildRequires:	cups-filters-devel
BuildRequires:	cups-filters
BuildRequires:	cups-devel
BuildRequires:	ghostscript
BuildRequires:  groff-base
BuildRequires:	jbig-devel
BuildRequires:	lcms
Requires:	foomatic-db-engine
Requires:	lcms
Requires:	mscompress
Requires:	wget
# psutils, unzip, and mscompress needed by the foo2zjs driver
Requires:	psutils
Requires:	unzip

%description
foo2zjs is an open source printer driver for printers that use the Zenographics
ZjStream wire protocol for their print data, such as the Minolta/QMS magicolor
2300 DL. These printers are often erroneously referred to as winprinters or GDI
printers. Please read the README file for a list of supported printers.

%files
%doc COPYING ChangeLog INSTALL INSTALL.usb README
%{_bindir}/command2foo2lava-pjl
%{_prefix}/lib/cups/filter/command2foo2lava-pjl
#%{_sysconfdir}/udev/rules.d/70-hplj10xx.rules
%{_mandir}/man1/arm2hpdl.1*
%{_mandir}/man1/foo2hbpl2.1*
%{_mandir}/man1/foo2hbpl2-wrapper.1*
%{_mandir}/man1/foo2hiperc.1*
%{_mandir}/man1/foo2hiperc-wrapper.1*
%{_mandir}/man1/foo2hp.1*
%{_mandir}/man1/foo2hp2600-wrapper.1*
%{_mandir}/man1/foo2lava.1*
%{_mandir}/man1/foo2lava-wrapper.1*
%{_mandir}/man1/foo2oak.1*
%{_mandir}/man1/foo2oak-wrapper.1*
%{_mandir}/man1/foo2qpdl.1*
%{_mandir}/man1/foo2qpdl-wrapper.1*
%{_mandir}/man1/foo2slx.1*
%{_mandir}/man1/foo2slx-wrapper.1*
%{_mandir}/man1/foo2xqx.1*
%{_mandir}/man1/foo2xqx-wrapper.1*
%{_mandir}/man1/foo2zjs-pstops.1*
%{_mandir}/man1/gipddecode.1*
%{_mandir}/man1/hbpldecode.1*
%{_mandir}/man1/hipercdecode.1*
%{_mandir}/man1/lavadecode.1*
%{_mandir}/man1/oakdecode.1*
%{_mandir}/man1/opldecode.1*
%{_mandir}/man1/printer-profile.1.*
%{_mandir}/man1/qpdldecode.1*
%{_mandir}/man1/%{rname}.1*
%{_mandir}/man1/%{rname}-wrapper.1*
%{_mandir}/man1/slxdecode.1*
%{_mandir}/man1/usb_printerid.1*
%{_mandir}/man1/xqxdecode.1*
%{_mandir}/man1/zjsdecode.1*

%dir %{_datadir}/foo2hp
%dir %{_datadir}/foo2hp/icm
%dir %{_datadir}/%{rname}
%dir %{_datadir}/%{rname}/crd
%dir %{_datadir}/%{rname}/firmware
%dir %{_datadir}/%{rname}/icm
%dir %{_datadir}/foo2xqx
%dir %{_datadir}/foo2lava
%dir %{_datadir}/foo2lava/icm
%dir %{_datadir}/foo2oak
%dir %{_datadir}/foo2oak/icm
%dir %{_datadir}/foo2qpdl
%dir %{_datadir}/foo2qpdl/crd
%dir %{_datadir}/foo2qpdl/icm

%{_datadir}/%{rname}/*.ps
%{_datadir}/%{rname}/crd/*.crd
%{_datadir}/%{rname}/crd/*.ps
%{_datadir}/foo2qpdl/crd/*cms*
%{_datadir}/foo2qpdl/crd/*.ps

%{_datadir}/foomatic/db/source/opt/*.xml
%{_datadir}/foomatic/db/source/printer/*.xml
%{_datadir}/foomatic/db/source/driver/*.xml

%dir %{_datadir}/cups/model/%{rname}
%{_datadir}/cups/model/%{rname}/Dell-1355.ppd*
%{_datadir}/cups/model/%{rname}/Dell-C1765.ppd*
%{_datadir}/cups/model/%{rname}/Epson-AcuLaser_M1400.ppd*
%{_datadir}/cups/model/%{rname}/Fuji_Xerox-DocuPrint_CM205.ppd*
%{_datadir}/cups/model/%{rname}/Fuji_Xerox-DocuPrint_CM215.ppd*
%{_datadir}/cups/model/%{rname}/Fuji_Xerox-DocuPrint_M215.ppd*
%{_datadir}/cups/model/%{rname}/Fuji_Xerox-DocuPrint_P205.ppd*
%{_datadir}/cups/model/%{rname}/Generic-OAKT_Printer.ppd*
%{_datadir}/cups/model/%{rname}/Generic-ZjStream_Printer.ppd*
%{_datadir}/cups/model/%{rname}/HP-Color_LaserJet_1500.ppd*
%{_datadir}/cups/model/%{rname}/HP-Color_LaserJet_1600.ppd*
%{_datadir}/cups/model/%{rname}/HP-Color_LaserJet_2600n.ppd*
%{_datadir}/cups/model/%{rname}/HP-Color_LaserJet_CP1215.ppd*

%{_datadir}/cups/model/%{rname}/HP-LaserJet_1000.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_1005.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_1018.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_1020.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_1022n.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_1022nw.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_1022.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_M1005_MFP.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_M1120_MFP.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_M1319_MFP.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P1005.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P1006.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P1007.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P1008.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P1505.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P2014.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P2035.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_Pro_M1212nf_MFP.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_2430_DL.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_2480_MF.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_2490_MF.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_2530_DL.ppd*
%{_datadir}/cups/model/%{rname}/Kyocera-KM-1635.ppd*
%{_datadir}/cups/model/%{rname}/Kyocera-KM-2035.ppd*
%{_datadir}/cups/model/%{rname}/Lexmark-C500.ppd.gz
%{_datadir}/cups/model/%{rname}/Minolta-Color_PageWorks_Pro_L.ppd*
%{_datadir}/cups/model/%{rname}/Minolta-magicolor_2200_DL.ppd*
%{_datadir}/cups/model/%{rname}/Minolta-magicolor_2300_DL.ppd*
%{_datadir}/cups/model/%{rname}/Minolta-magicolor_2430_DL.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C301dn.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C310dn.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C511dn.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C810.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C3100.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C3200.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C3300.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C3400.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C3530_MFP.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C5100.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C5200.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C5500.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C5600.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C5800.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLP-300.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLP-315.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLP-325.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLP-365.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLP-600.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLP-610.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLX-2160.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLX-3160.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLX-3175.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLX-3185.ppd*
%{_datadir}/cups/model/%{rname}/Xerox-Phaser_6110.ppd*
%{_datadir}/cups/model/%{rname}/Xerox-Phaser_6115MFP.ppd*
%{_datadir}/cups/model/%{rname}/Xerox-WorkCentre_3045.ppd*
%{_datadir}/cups/model/%{rname}/Xerox-WorkCentre_6015.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_1600W.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_1680MF.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_1690MF.ppd*
%{_datadir}/cups/model/%{rname}/KONICA_MINOLTA-magicolor_4690MF.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLP-310.ppd*
# added since 20101208, may conflict with foomatic-db later
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P1505n.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P2014n.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_P2035n.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_Pro_CP1025nw.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_Pro_P1102.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_Pro_P1102w.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_Pro_P1566.ppd*
%{_datadir}/cups/model/%{rname}/HP-LaserJet_Pro_P1606dn.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C110.ppd*
%{_datadir}/cups/model/%{rname}/Oki-C5650.ppd*
%{_datadir}/cups/model/%{rname}/Olivetti-d-Color_P160W.ppd*
%{_datadir}/cups/model/%{rname}/Samsung-CLP-620.ppd*
%{_datadir}/cups/model/%{rname}/Xerox-Phaser_6121MFP.ppd*

%{_datadir}/foo2zjs/hplj1020_icon.gif
%{_datadir}/foo2zjs/hplj10xx_gui.tcl

%{_bindir}/%{rname}
%{_bindir}/%{rname}-getweb
%{_bindir}/%{rname}-wrapper
%{_bindir}/printer-profile
%{_bindir}/arm2hpdl
%{_bindir}/foo2hiperc
%{_bindir}/foo2hiperc-wrapper
%{_bindir}/foo2hbpl2
%{_bindir}/foo2hbpl2-wrapper
%{_bindir}/foo2hp
%{_bindir}/foo2hp2600-wrapper
%{_bindir}/foo2lava
%{_bindir}/foo2lava-wrapper
%{_bindir}/foo2oak
%{_bindir}/foo2oak-wrapper
%{_bindir}/foo2qpdl
%{_bindir}/foo2qpdl-wrapper
%{_bindir}/foo2slx
%{_bindir}/foo2slx-wrapper
%{_bindir}/foo2xqx
%{_bindir}/foo2xqx-wrapper
%{_bindir}/foo2zjs-pstops
%{_bindir}/gipddecode
%{_bindir}/hipercdecode
%{_bindir}/hbpldecode
%{_bindir}/lavadecode
%{_bindir}/oakdecode
%{_bindir}/opldecode
%{_bindir}/qpdldecode
%{_bindir}/slxdecode
%{_bindir}/xqxdecode
%{_bindir}/zjsdecode
%{_sbindir}/usb_printerid
%{_sbindir}/hplj1000
%{_sbindir}/hplj1005
%{_sbindir}/hplj1018
%{_sbindir}/hplj1020

#----------------------------------------------------------------------------

%prep
%setup -qn %{rname}
%apply_patches

# fix attribs
chmod 644 COPYING ChangeLog INSTALL INSTALL.usb README

%build
make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

# Fit udev rules to stricter syntax of new udev
# (blino) don't try to rename the device,
#         it has already been renamed to the exact same name in 50-mdk.rules
#         so udev would skip the rule
#perl -p -i -e 's:(KERNEL|BUS|SYSFS.*?)=([^=]):$1==$2:g;s{SYMLINK=}{SYMLINK+=}g;s{(?:NAME|MODE)=.*?,\s*}{}g;s:===:==:g' hplj10xx.rules

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_datadir}/foomatic/db/source/{driver,opt,printer}
install -d %{buildroot}%{_datadir}/cups/model/%{rname}
#install -d %{buildroot}%{_sysconfdir}/udev/rules.d

make install \
	DESTDIR="%{buildroot}" \
	PREFIX=%{buildroot}%{_prefix} \
	BIN=%{buildroot}%{_bindir} \
	SHAREZJS=%{buildroot}%{_datadir}/%{rname} \
	SHAREOAK=%{buildroot}%{_datadir}/foo2oak \
	SHAREHP=%{buildroot}%{_datadir}/foo2hp \
	SHAREXQX=%{buildroot}%{_datadir}/foo2xqx \
	SHARELAVA=%{buildroot}%{_datadir}/foo2lava \
	SHAREQPDL=%{buildroot}%{_datadir}/foo2qpdl \
	MANDIR=%{buildroot}%{_mandir} \
	DOCDIR=%{buildroot}%{_datadir}/doc/%{rname}/ \
	FOODB=%{buildroot}%{_datadir}/foomatic/db/source \
	MODEL=%{buildroot}%{_datadir}/cups/model/%{rname}

# bork, bork, bork
mv %{buildroot}/bin/usb_printerid %{buildroot}%{_bindir}/

install -m0755 getweb %{buildroot}%{_bindir}/%{rname}-getweb

mv %{buildroot}%{_bindir}/usb_printerid %{buildroot}%{_sbindir}/usb_printerid

install -m0755 hplj1000 %{buildroot}%{_sbindir}/
sed -i -e 's:\./(getweb):%{rname}-$1:g' %{buildroot}%{_sbindir}/hplj1000
sed -i -e 's:/bin(/usb_printerid):%{_sbindir}$1:g' %{buildroot}%{_sbindir}/hplj1000

ln -s hplj1000 %{buildroot}%{_sbindir}/hplj1005
ln -s hplj1000 %{buildroot}%{_sbindir}/hplj1018
ln -s hplj1000 %{buildroot}%{_sbindir}/hplj1020

#install -m0644 hplj10xx.rules %{buildroot}%{_sysconfdir}/udev/rules.d/70-hplj10xx.rules
#perl -p -i -e 's:%{_sysconfdir}/hotplug/usb:%{_sbindir}:' %{buildroot}%{_sysconfdir}/udev/rules.d/70-hplj10xx.rules

mkdir -p %{buildroot}%{_datadir}/%{name}/firmware

# cleanup
rm -rf %{buildroot}%{_datadir}/doc/%{rname}
rm -rf %{buildroot}%{_mandir}/man1/foo2zjs-icc2ps.1*

# provided by foomatic-db
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Generic-OAKT_Printer.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-Color_LaserJet_CP1215.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2480_MF.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2490_MF.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2530_DL.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Kyocera-KM-1635.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Kyocera-KM-2035.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Xerox-Phaser_6110.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Xerox-Phaser_6115MFP.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-Color_LaserJet_CP1215.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2480_MF.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2490_MF.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2530_DL.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Kyocera-KM-1635.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Kyocera-KM-2035.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Xerox-Phaser_6110.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Xerox-Phaser_6115MFP.xml
# these are provided by foomatic-db-4.0-2.20091014.1mdv2010.0
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Generic-ZjStream_Printer.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_1018.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_M1120_MFP.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_P1005.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_P1006.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_P1007.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_P1008.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_P1505.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/HP-LaserJet_P2014.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Lexmark-C500.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Minolta-magicolor_2200_DL.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C3100.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C3200.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C3300.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C3400.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C3530_MFP.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C5100.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C5200.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C5500.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C5600.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Oki-C5800.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Samsung-CLP-315.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Samsung-CLP-610.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Samsung-CLX-2160.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Samsung-CLX-3160.xml
rm -f %{builddir}%{_datadir}/foomatic/db/source/printer/Samsung-CLX-3175.xml

%changelog

* Wed Apr 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0-0.20150211.1
- (61e6238) Fix command2foo2lava-pjl location in cups/filters



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22453 |14mu|cups-filters-1.0.71-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontembed_major 1
%define cupsfilters_major 1

%define fontembed %mklibname fontembed %{fontembed_major}
%define fontembeddevel %mklibname fontembed -d
%define cupsfilters %mklibname cupsfilters %{cupsfilters_major}
%define cupsfiltersdevel %mklibname cupsfilters -d

Summary:	Print filters for use with CUPS
Name:		cups-filters
Version:	1.0.71
Release:	1
# For a breakdown of the licensing, see COPYING file
# GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
#                   imagetopdf, pstopdf, texttopdf
#         backends: parallel, serial
# GPLv2+:  filters: gstopxl, textonly, texttops, imagetops
# GPLv3:   filters: bannertopdf
# GPLv3+:  filters: urftopdf
# LGPLv2+:   utils: cups-browsed
# MIT:     filters: gstoraster, pdftoijs, pdftoopvp, pdftopdf, pdftoraster
License:	GPLv2+ and GPLv3+ and LGPLv2.1+ and MIT
Group:		System/Printing
Url:		http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
Source0:	http://openprinting.org/download/%name/%{name}-%{version}.tar.xz
# pdftops needs to be found
BuildRequires:	poppler
BuildRequires:	python-cups
BuildRequires:	ghostscript
BuildRequires:	ghostscript-devel
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ijs)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libqpdf)
BuildRequires:	pkgconfig(poppler)
BuildRequires:	pkgconfig(poppler-cpp)
Requires:	bc
# For pdftops
Requires:	poppler
Conflicts:	cups < 1.7.0
Conflicts:	ghostscript-common < 9.14

# cups-browsed
Requires(post,preun,postun):	systemd

%description
This project provides backends, filters, and other software that was once part
of the core CUPS distribution but is no longer maintained by Apple Inc.

In addition, it contains additional filters and software developed
independently of Apple, especially filters for the PDF-centric printing
workflow introduced by OpenPrinting and a daemon to browse Bonjour broadcasts
of remote CUPS printers to make these printers available locally and to
provide backward compatibility to the old CUPS broadcasting and browsing
of CUPS 1.5.x and older.

%files
# %config(noreplace) %{_sysconfdir}/fonts/conf.d/99pdftoopvp.conf
%{_bindir}/ttfread
%{_prefix}/lib/cups/backend/*
%{_prefix}/lib/cups/filter/*
%{_datadir}/ppd/cupsfilters
%{_datadir}/cups/ppdc/*
%{_datadir}/cups/mime/cupsfilters.*
%{_datadir}/cups/drv/*
%{_datadir}/cups/data/*
%{_datadir}/cups/charsets/*
%{_datadir}/cups/banners/*
# {_mandir}/man1/foomatic-rip.1*
# {_bindir}/foomatic-rip

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{fontembeddevel} = %{EVRD}
Requires:	%{cupsfiltersdevel} = %{EVRD}

%description devel
Development files for %{name}.

%files devel

#----------------------------------------------------------------------------

%package -n %{fontembed}
Summary:	The fontembed library, part of %{name}
Group:		System/Libraries

%description -n %{fontembed}
The fontembed library, part of %{name}.

%files -n %{fontembed}
%{_libdir}/libfontembed.so.%{fontembed_major}*

#----------------------------------------------------------------------------

%package -n %{fontembeddevel}
Summary:	Development files for the fontembed library, part of %{name}
Group:		Development/C

%description -n %{fontembeddevel}
Development files for the fontembed library, part of %{name}.

%files -n %{fontembeddevel}
%{_includedir}/fontembed
%{_libdir}/libfontembed.so
%{_libdir}/pkgconfig/libfontembed.pc

#----------------------------------------------------------------------------

%package -n %{cupsfilters}
Summary:	The cupsfilters library, part of %{name}
Group:		System/Libraries

%description -n %{cupsfilters}
The cupsfilters library, part of %{name}.

%files -n %{cupsfilters}
%{_libdir}/libcupsfilters.so.%{cupsfilters_major}*

#----------------------------------------------------------------------------

%package -n %{cupsfiltersdevel}
Summary:	Development files for the cupsfilters library, part of %{name}
Group:		Development/C

%description -n %{cupsfiltersdevel}
Development files for the cupsfilters library, part of %{name}.

%files -n %{cupsfiltersdevel}
%{_includedir}/cupsfilters
%{_libdir}/libcupsfilters.so
%{_libdir}/pkgconfig/libcupsfilters.pc

#----------------------------------------------------------------------------

%package -n cups-browsed
Summary:	Daemon to allow printer browsing with old versions of cups
Group:		System/Printing
BuildRequires:	pkgconfig(avahi-glib)

%description -n cups-browsed
Daemon to allow printer browsing with old versions of cups.

%files -n cups-browsed
%doc %{_docdir}/%{name}
%config(noreplace) %{_sysconfdir}/cups/cups-browsed.conf
%{_sbindir}/cups-browsed
%{_mandir}/man5/cups-browsed.conf.5*
%{_mandir}/man8/cups-browsed.8*
%{_unitdir}/cups-browsed.service

%preun -n cups-browsed
%_preun_service cups-browsed

%postun -n cups-browsed
%_postun_service cups-browsed

%post -n cups-browsed
%_post_service cups-browsed

# Initial installation
if [ $1 -eq 1 ] ; then
    IN=%{_sysconfdir}/cups/cupsd.conf
    OUT=%{_sysconfdir}/cups/cups-browsed.conf
    keyword=BrowsePoll

    # We can remove this after few releases, it's just for the introduction of cups-browsed.
    if [ -f "$OUT" ]; then
        echo -e "\n# NOTE: This file is not part of CUPS. You need to start&enable cups-browsed service." >> "$OUT"
    fi

    # move BrowsePoll from cupsd.conf to cups-browsed.conf
    if [ -f "$IN" ] && grep -iq ^$keyword "$IN"; then
        if ! grep -iq ^$keyword "$OUT"; then
            (cat >> "$OUT" <<EOF

# Settings automatically moved from cupsd.conf by RPM package:
EOF
            ) || :
            (grep -i ^$keyword "$IN" >> "$OUT") || :
            #systemctl enable cups-browsed.service >/dev/null 2>&1 || :
        fi
        sed -i -e "s,^$keyword,#$keyword directive moved to cups-browsed.conf\n#$keyword,i" "$IN" || :
    fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
# work-around Rpath
./autogen.sh

# --with-pdftops=hybrid - use Poppler's pdftops instead of Ghostscript for
#                         Brother, Minolta, and Konica Minolta to work around
#                         bugs in the printer's PS interpreters
# --with-rcdir=no - don't install SysV init script
%configure2_5x \
	--disable-static \
	--disable-silent-rules \
	--with-pdftops=hybrid \
	--without-rcdir \
	--with-gs-path=%{_bindir}/gs \
	--enable-dbus
%make

%install
%makeinstall_std

# systemd unit file
mkdir -p %{buildroot}%{_unitdir}
install -p -m 644 utils/cups-browsed.service %{buildroot}%{_unitdir}

# LSB3.2 requires /usr/bin/foomatic-rip,
# create it temporarily as a relative symlink
ln -sf ../lib/cups/filter/foomatic-rip %{buildroot}%{_bindir}/foomatic-rip

# Drop for now to avoid file conflicts with foomatic-filters (hack?)
rm -f %{buildroot}%{_bindir}/foomatic-rip
rm -f %{buildroot}%{_mandir}/man1/foomatic-rip.1*
rm -f %{buildroot}%{_prefix}/lib/cups/filter/foomatic-rip

# Don't ship urftopdf for now (bug #1002947).
rm -f %{buildroot}%{_cups_serverbin}/filter/urftopdf
sed -i '/urftopdf/d' %{buildroot}%{_datadir}/cups/mime/cupsfilters.convs

# Don't ship pdftoopvp for now (bug #1027557).
rm -f %{buildroot}%{_cups_serverbin}/filter/pdftoopvp
rm -f %{buildroot}%{_sysconfdir}/fonts/conf.d/99pdftoopvp.conf

%changelog

* Sun Apr 23 2017 Denis Silakov <denis.silakov@rosalab.ru> 1.0.71-1
- (1737bee) Updated cups-filters to a bug-fix version 1.0.71

* Sun Apr 23 2017 Denis Silakov <denis.silakov@rosalab.ru> 1.0.70-1
- (2bc588c) Updated cups-filters to a bug-fix version 1.0.70

* Wed Jun 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.69-1
- (4cae895) Updated to 1.0.69

* Tue May 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.67-3
- (5f0209e) Return ghostscript to BRs - cups-filters require /usr/bin/gs at configure time

* Tue Apr 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.67-2
- (cd3829c) Bump release for new poppler

* Sat Apr 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.67-1
- (eafac64) Updated to 1.0.67

* Sun Mar 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.61-3
- (702e02f) Added patch to build with poppler > 0.30
- (Denis Silakov: df47fd2) Bump release for new poppler

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1.0.61-2
- (9515774) MassBuild#656: Increase release tag

* Thu Oct 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.61-1
- (88b3f6b) Updated to 1.0.61

* Fri Sep 05 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.54-3
- (9668571) Specified the path to gs explicitly, otherwise it is not found

* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.54-2
- (12d88d0) Better control over man files
- (Andrey Bondrov: dafbf25) Drop foomatic-rip stuff to avoid file conflicts with foomatic-filters
- (Andrey Bondrov: 70da815) Spec cleanup

* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.54-1
- (c21efea) Updated to 1.0.54

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.41-11
- (2e68f13) MassBuild#440: Increase release tag

* Wed Jun 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.41-10
- (0353d0a) Rebuild against new poppler

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.41-9
- (e90e7c3) MassBuild#430: Increase release tag

* Fri Dec 13 2013 akdengi <alexander.kazancev@rosalab.ru> 1.0.41-8
- (2375c2b) SILENT fix build
- (akdengi: 3a2493d) use post scripts only for cups-browsed

* Fri Dec 13 2013 akdengi <alexander.kazancev@rosalab.ru> 1.0.41-7
- (95b6930) Use ps2write in hardcode of pdftops 64 bit

* Thu Dec 12 2013 akdengi <kazancas@mandriva.ru> 1.0.41-6
- (5246626) revert hybrid

* Thu Dec 12 2013 akdengi <kazancas@mandriva.ru> 1.0.41-8
- (95c9b56) add gs to BR
- (akdengi: c08d310) Use pdftops=gs instead hybrid

* Wed Dec 11 2013 akdengi <kazancas@mandriva.ru> 1.0.41-6
- (0b47d8f) add patches from Fedora

* Fri Nov 22 2013 akdengi <alexander.kazancev@rosalab.ru> 1.0.41-5
- (5455d77) try sync with OM

* Thu Nov 21 2013 Alexander Kazancev <kazancas@gmail.com> 1.0.41-4
- (a9e31ff) Updated cups-filters.spec
- (akdengi: e980701) fix cross file error with cups

* Thu Nov 21 2013 Alexander Kazancev <kazancas@gmail.com> 1.0.41-3
- (fc22309) Updated cups-filters.spec
- (Alexander Kazancev: c168527) FIx conflict version: cups < 1.7.0 ghostscrip < 9.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22454 |14mu|curl-7.52.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Gets a file from a FTP, GOPHER or HTTP server
Name:		curl
Epoch:		1
Version:	7.52.1
Release:	2
License:	BSD-like
Group:		Networking/Other
Url:		https://curl.haxx.se
Source0:	https://curl.haxx.se/download/%{name}-%{version}.tar.bz2
Source1:	https://curl.haxx.se/download/%{name}-%{version}.tar.bz2.asc
Patch0:		curl-7.30.0-multilib.patch
Patch1:		curl-7.52.1-do-not-build-examples.patch
Patch2:		curl-7.49.1-debug.patch
Patch3:		curl-7.51.0-disable-ssl2.patch
BuildRequires:	groff
BuildRequires:	stunnel
BuildRequires:	krb5-devel
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(libcares)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires:	%{libname} = %{EVRD}
Provides:	webfetch

%description
curl is a client to get documents/files from servers, using any of the
supported protocols. The command is designed to work without user
interaction or any kind of interactivity.

curl offers a busload of useful tricks like proxy support, user
authentication, ftp upload, HTTP post, file transfer resume and more.

This version is compiled with SSL (https) support.

%files
%{_bindir}/curl
%{_mandir}/man1/curl.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library of functions for file transfer
Group:		Networking/Other
Requires:	rootcerts >= 1:20070713.00

%description -n %{libname}
libcurl is a library of functions for sending and receiving files through
various protocols, including http and ftp.

You should install this package if you plan to use any applications that
use libcurl.

%files -n %{libname}
%{_libdir}/libcurl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries for libcurl
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
libcurl is a library of functions for sending and receiving files through
various protocols, including http and ftp.

You should install this package if you wish to develop applications that
use libcurl.

%files -n %{devname}
%docdir docs/
%doc docs/BUGS docs/KNOWN_BUGS docs/FAQ CHANGES
%doc docs/FEATURES docs/RESOURCES docs/TODO docs/THANKS
%{_bindir}/curl-config
%{multiarch_bindir}/curl-config
%{_libdir}/libcurl.so
%{_includedir}/curl
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/*.m4
%{_mandir}/man1/curl-config.1*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package examples
Summary:	Example files for %{name} development
Group:		Development/C
Requires:	%{name}-devel = %{EVRD}
BuildArch:	noarch

%description examples
Example files for %{name} development.

%files examples
%doc docs/examples

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fiv

%configure2_5x \
	--disable-static \
	--with-ssl \
	--without-gnutls \
	--with-zlib \
	--with-lber-lib=lber \
	--with-libidn \
	--with-ssh2 \
	--with-random \
	--enable-hidden-symbols \
	--enable-optimize \
	--enable-nonblocking \
	--enable-thread \
	--enable-crypto-auth \
	--enable-libgcc \
	--enable-ldaps \
	--enable-ipv6 \
	--with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
	--with-gssapi=%{_prefix} \
	--enable-ares

%make

# we don't want them in curl-examples:
rm -r docs/examples/.deps ||:

# disable tests that want to connect/run sshd, which is quite impossible
#%check
# Some tests fail at random inside ABF (timeouts?), but work in local builds.
# Let's make a test failure non-fatal for the moment.
#make test TEST_Q='-a -p -v !SCP !SFTP !SOCKS4 !SOCKS5 !TFTP !198' || :

%install
%makeinstall_std

# [july 2008] HACK. to be replaced by a real fix
sed -i -e 's!-Wl,--as-needed!!' -e 's!-Wl,--no-undefined!!' %{buildroot}%{_bindir}/%{name}-config
sed -i -e 's!-Wl,--as-needed!!' -e 's!-Wl,--no-undefined!!' %{buildroot}%{_libdir}/pkgconfig/*.pc

%multiarch_binaries %{buildroot}%{_bindir}/%{name}-config

# (tpg) use rootcerts's certificates #35917
find %{buildroot} -name ca-bundle.crt -exec rm -f '{}' \;

# we don't package mk-ca-bundle so we don't need man for it
rm -f %{buildroot}%{_mandir}/man1/mk-ca-bundle.1*

%changelog

* Thu Jan 26 2017 alzim <alzim@bk.ru> 1:7.52.1-2
- (1c948ab) Merge pull request #6 from import/curl:rosa2016.1
- (1c948ab) Add Requires:	%{libname} = %{EVRD}



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22455 |14mu|cvs-1.12.13-26
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'tcsh|/bin/csh'
%else
%define _requires_exceptions tcsh\\|/bin/csh
%endif

Summary:	A version control system
Name:		cvs
Version:	1.12.13
Release:	26
License:	GPLv2+
Group:		Development/Tools
Url:		http://www.nongnu.org/cvs/
Source0:	http://ftp.gnu.org/non-gnu/cvs/source/feature/%{version}/%{name}-%{version}.tar.bz2
Source1:	http://ftp.gnu.org/non-gnu/cvs/source/feature/%{version}/%{name}-%{version}.tar.bz2.sig
Source2: 	cvspserver
Source3: 	cvs.conf
Source4: 	cvs-xinetd
Patch0:		cvs-1.11.19-varargs.patch
Patch2: 	cvs-1.12.13-errno.patch
Patch4:		cvs-1.11.1-newline.patch
Patch5:		cvs-1.11.4-first-login.patch
Patch6:		cvs-1.11.19-cvsbug.patch
# Patch from cvs of cvs:
# http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14840
Patch7:		cvs-zlib-read.patch
Patch8:		cvs-1.12.13-format_not_a_string_literal_and_no_format_arguments.diff
Patch9:		cvs-1.12.13-CVE-2012-0804.diff

BuildRequires:	groff
BuildRequires:	tcsh
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	texlive-dehyph-exptl
BuildRequires:	vim-minimal
BuildRequires:	krb5-devel
BuildRequires:	pkgconfig(zlib)
Requires:	openssh-clients

%description
CVS means Concurrent Version System; it is a version control system which can
record the history of your files (usually, but not always, source code). CVS
only stores the differences between versions, instead of every version of every
file you've ever created. CVS also keeps a log of who, when and why changes
occurred, among other aspects.

CVS is very helpful for managing releases and controlling the concurrent
editing of source files among multiple authors. Instead of providing version
control for a collection of files in a single directory, CVS provides version
control for a hierarchical collection of directories consisting of revision
controlled files.

These directories and files can then be combined together to form a software
release.

Install the cvs package if you need to use a version control system.

%files
%doc BUGS FAQ MINOR-BUGS NEWS PROJECTS TODO README
%doc doc/*.ps.bz2
%config(noreplace) %{_sysconfdir}/xinetd.d/%{name}
%dir %{_sysconfdir}/cvs
%config(noreplace) %{_sysconfdir}/cvs/cvs.conf
%{_bindir}/cvs
%{_bindir}/cvsbug
%{_bindir}/rcs2log
%{_sbindir}/cvspserver
%{_infodir}/cvs*
%{_datadir}/cvs
%{_mandir}/man1/cvs.1*
%{_mandir}/man5/cvs.5*
%{_mandir}/man8/cvsbug.8*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .varargs
%patch2 -p1 -b .errno
%patch4 -p1 -b .newline
%patch5 -p1 -b .first-login
%patch6 -p1 -b .cvsbug
%patch7 -p0 -b .zlib-read
%patch8 -p1 -b .format_not_a_string_literal_and_no_format_arguments
%patch9 -p0 -b .CVE-2012-0804

%build
# http://qa.mandriva.com/show_bug.cgi?id=31848
%define _fortify_cflags %{nil}

export SENDMAIL="%{_sbindir}/sendmail"

%serverbuild

export CXXFLAGS="${CFLAGS}"
export CCFLAGS="${CFLAGS}"

%configure2_5x \
	--with-tmpdir=/tmp \
	--with-external-zlib \
	--with-editor=vim

%make

pushd doc
make ps
make info
popd

%install
install -d %{buildroot}%{_sysconfdir}/xinetd.d
install -d %{buildroot}%{_sysconfdir}/cvs
install -d %{buildroot}%{_sbindir}

%makeinstall

install -m0755 %{SOURCE2} %{buildroot}%{_sbindir}/
install -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/cvs
install -m0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/xinetd.d/%{name}

bzip2 -f doc/*.ps


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.12.13-26
- (0f14e81) Build requires texlive-dehyph-exptl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22456 |14mu|cwiid-0.6.01-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	CWiid Wiimote Interface
Name:		cwiid
Version:	0.6.01
Release:	6
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://abstrakraft.org/cwiid/
Source0:	http://www.abstrakraft.org/%{name}-%{version}.tar.xz
Patch0:		cwiid-0.6.01-fix-linkage.patch
Patch1:		cwiid-0.6.00-fix-str-fmt.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(python)
Requires:	python-%{name}
# Plugins are used by wminput, they shouldn't be in a library package
Conflicts:	%{_lib}cwiid1 < 0.6.01-6

%description
CWiid is a Wiimote Interface.
The %{name} package contains the following parts:
1.%{name} library - abstracts the interface to the wiimote by hiding
  the details of the underlying Bluetooth connection
2.wmif - provides a simple text-based interface to the wiimote.
3.wmgui - provides a simple GTK gui to the wiimote.

%files
%doc README
%docdir %{_docdir}/%{name}
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/wminput
%config(noreplace) %{_sysconfdir}/%{name}/wminput/*
%{_bindir}/lswm
%{_bindir}/wmgui
%{_bindir}/wminput
%{_libdir}/%{name}/plugins/*.so
%{_mandir}/man1/*.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	CWiid Wiimote library
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with the CWiid Wiimote library.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for CWiid
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and libraries needed for
developing programs using the CWiid Wiimote library.

%files -n %{devname}
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.a
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/cwiid.pc

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python bindings for the %{name} Wiimote library
Group:		Development/Python

%description -n python-%{name}
This package contains Python bindings for the %{name} Wiimote library.

%files -n python-%{name}
%{py_platsitedir}/%{name}.so
%{py_platsitedir}/*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
autoreconf
%configure2_5x \
	--disable-ldconfig \
	--docdir=%{_docdir}/%{name}

%make WARNFLAGS="%{optflags} -Wall"

%install
%makeinstall_std


%changelog

* Thu Aug 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.01-6
- (49fe10b) Move plugins from library to main package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22457 |14mu|cyrus-imapd-2.4.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# use saslauth group if
%define SASLGROUP 0
%{?_with_saslgroup: %{expand: %%define SASLGROUP 1}}

# preforking cyrus.conf as default
%define PREFORK 1
%{?_without_prefork: %{expand: %%define PREFORK 0}}

# enable idled (default no)
%define IDLED 0
%{?_with_idled: %{expand: %%define IDLED 1}}

# enable automatic mailbox creation on deliver (default no):
%define build_autocreate 1
%{?_without_autocreate: %define build_autocreate 0}

# create on demand folder requested by sieve filter (default no):
%define build_autosieve 0
%{?_without_autosieve: %define build_autosieve 0}

# remove quota files extension:
%define build_rmquota 0
%{?_without_rmquota: %define build_rmquota 0}
 
# snmp support
%global with_snmp 1
%{?_without_snmp: %global with_snmp 0}

# ldap/pts support
%global with_ldap 1
%{?_without_ldap: %global with_ldap 0}

%global with_mysql 1
%{?_without_mysql: %global with_mysql 0}

%global with_pgsql 1
%{?_without_pgsql: %global with_pgsql 0}

%global with_sqlite 1
%{?_without_sqlite: %global with_sqlite 0}

# virtual domains in LDAP support
# needed by Kolab2
%define build_virtualdomains_in_ldap 1
%{?_without_virtualdomains_in_ldap: %define build_virtualdomains_in_ldap 0}

Summary:	A high-performance mail store with IMAP and POP3 support
Name:		cyrus-imapd
Version:	2.4.18
Release:	1
License:	OSI Approved
Group:		System/Servers
Url:		http://cyrusimap.org/
Source0:	ftp://ftp.cyrusimap.org/cyrus-imapd/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.cyrusimap.org/cyrus-imapd/%{name}-%{version}.tar.gz.sig
Source2:	cyrus-procmailrc
Source4:	cyrus-user-procmailrc.template
Source6:	cyrus-imapd.imap-2.1.x-conf
Source8:	cyrus-imapd.pamd
Source12:	cyrus-imapd.sysconfig
Source13:	http://clement.hermann.free.fr/scripts/Cyrus/imapcreate.pl
Source14:	cyrus-imapd.README.RPM
Source15:	cyrus-imapd.cvt_cyrusdb_all
Source19:	cyrus-imapd-procmail+cyrus.mc
Source20:	cyrus-imapd.cron-daily
Source21:	http://ftp.andrew.cmu.edu/pub/net/mibs/cmu/cmu.mib
#systemd support
Source22:	cyrus-imapd.service
Source23:	cyr_systemd_helper
# This patch fixes the perl install path for mdk9.0 and later
Patch1:		cyrus-imapd-mdk9.0perl-patch
# cyrus-master instead of master in syslog
Patch2:		cyrus-imapd-logident.patch
# rediffed P3 and P4 comes from http://blog.vx.sk/archives/13-Autocreate-and-autosieve-patches-for-Cyrus-IMAP-Server-24.html
# Autocreate INBOX patch (http://email.uoa.gr/projects/cyrus/autocreate/)
#Patch3:	http://email.uoa.gr/download/cyrus/cyrus-imapd-2.3.16/cyrus-imapd-2.3.16-autocreate-0.10-0.diff
Patch3:		cyrus-imapd-2.4.13-autocreate-0.10-0.diff
# Create on demand folder requested by sieve filter (http://email.uoa.gr/projects/cyrus/autosievefolder/)
# Dropped - doesn't build anymore and no upstream updates for a long time
#Patch4:	http://email.uoa.gr/download/cyrus/cyrus-imapd-2.3.16/cyrus-imapd-2.3.16-autosieve-0.6.0.diff
#Patch4:		cyrus-imapd-2.4.13-autosieve-0.6.0.diff
# Remove QUOTA patch (http://email.uoa.gr/projects/cyrus/quota-patches/rmquota/)
Patch5:		http://email.uoa.gr/download/cyrus/cyrus-imapd-2.3.9/cyrus-imapd-2.3.9-rmquota-0.5-0.diff
# command line switch to disallow plaintext login
Patch6:		cyrus-imapd-2.4.13-plaintext.diff
# (oe) for kolab2: Patch to support virtdomains: ldap (parse domain from "email" field an LDAP user entry)
Patch8:		cyrus-imapd-kolab-ldap.diff
# (bluca) add ptloader to cyrus.conf 
Patch10:	cyrus-imapd-ptloader-conf.diff
# (bluca) fix LDAP_OPT_X_SASL_SECPROPS error in ptloader
Patch11:	cyrus-imapd-ptloader-secprops.diff
# Other patches from simon matter
Patch19:	cyrus-imapd-2.3.11-mkimap.patch
Patch21:	cyrus-imapd-2.3.16-sieve_port.patch
# fedora patches
Patch100:	http://www.oakton.edu/~jwade/cyrus/cyrus-imapd-2.1.3/cyrus-imapd-2.1.3-flock.patch
Patch101:	cyrus-imapd-2.3.1-authid_normalize.patch
# for c-i <= 2.4.12
Patch102:	cyrus-imapd-2.4.12-debugopt.patch
Requires:	perl
# with previous versions of sasl, imap LOGIN would fail
Requires:	%{mklibname sasl 2} >= 2.1.15
# /usr/sbin/useradd
# /usr/sbin/groupadd
# /usr/sbin/userdel
# /usr/sbin/groupdel
Requires(pre):	shadow-utils
Requires(pre):	rpm-helper
Requires(post):	chkconfig openssl e2fsprogs systemd-units
Requires(preun):chkconfig systemd-units
Requires(preun):shadow-utils
Requires(postun): systemd-units
Provides:	imap
Provides:	imap-server
BuildRequires:	autoconf automake libtool
BuildRequires:	bison
BuildRequires:	db-devel
BuildRequires:	ext2fs-devel
BuildRequires:	flex
BuildRequires:	groff >= 1.15-8
BuildRequires:	sasl-devel >= 2.1.15
BuildRequires:	openssl-devel
BuildRequires:	pcre-devel
BuildRequires:	perl-devel
BuildRequires:	perl-Digest-SHA1
BuildRequires:	tcp_wrappers-devel
%if %{with_snmp}
BuildRequires:	net-snmp-devel
BuildRequires:	elfutils-devel
Requires:	net-snmp-mibs
%endif
%if %{with_ldap}
BuildRequires:	openldap-devel
%else
%if %{build_virtualdomains_in_ldap}
BuildRequires:	openldap-devel
%endif
%endif
%if %{with_mysql}
BuildRequires:	mysql-devel
%endif
%if %{with_pgsql}
BuildRequires:	postgresql-devel
%endif
%if %{with_sqlite}
BuildRequires:	pkgconfig(sqlite3)
%endif

%if %{SASLGROUP}
%define		_saslgroup saslauth
%endif
%define		_cyrususer cyrus
%define		_cyrusgroup mail
%define		_vardata %{_var}/lib/imap
%define		_spooldata %{_var}/spool/imap
# (gb) stick to /usr/lib/cyrus-imapd as this is an existing practise
# from MDK 10.0 and below + /etc/init.d/cyrus-imapd would need to
# runtime-detect the libdir since this ought to be an arch-independent
# script.
%define		_cyrexecdir %{_prefix}/lib/cyrus-imapd
%define		_confdir master/conf
%if %{PREFORK}
%define		_cyrusconf %{_confdir}/prefork.conf
%else
%define		_cyrusconf %{_confdir}/normal.conf
%endif

%description
The Cyrus IMAP Server is a scaleable enterprise mail system
designed for use from small to large enterprise environments using
standards-based technologies.

A full Cyrus IMAP implementation allows a seamless mail and bulletin
board environment to be set up across multiple servers. It differs from
other IMAP server implementations in that it is run on "sealed"
servers, where users are not normally permitted to log in. The mailbox
database is stored in parts of the filesystem that are private to the
Cyrus IMAP system. All user access to mail is through software using
the IMAP, POP3, or KPOP protocols. TLSv1 and SSL are supported for
security.

This is the main package, install also the %{name}-utils package (it
contains server administration tools and depends on the perl-Cyrus
package).

%package	murder
Summary:	Cyrus IMAP server murder aggregator system files
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}

%description	murder
The %{name}-murder package contains the Cyrus murder aggregator system,
i.e. IMAP, POP3 and LMTP proxies, and the mupdate mailbox master daemon.
It allows for cluster setups where there are many backend Cyrus spools
and frontend proxy servers.

%package	nntp
Summary:	Cyrus IMAP server murder nntp support files
Group:		System/Servers
Requires:	%{name} >= %{version}-%{release}
Conflicts:	leafnode

%description	nntp
Cyrus has the ability to export Usenet via IMAP and/or export shared
IMAP mailboxes via NNTP. This is made possible by a new NNTP daemon
which is included in this package.

%package	devel
Summary:	Cyrus IMAPd development files
Group:		Development/Other

%description	devel
This package contains header files and libraries necessary for 
developing applications which use the imclient library.

The main package is %{name}.

%package -n	perl-Cyrus
Summary:	Cyrus IMAPd utility Perl modules
Group:		Development/Perl
# with previous versions of sasl, imap LOGIN would fail
Requires:	%{mklibname sasl 2} >= 2.1.15

%description -n	perl-Cyrus
This package contains Perl modules necessary to use the Cyrus server
administrative utilities.

The main package is %{name}.

%package	utils
Summary:	Cyrus IMAPd server admin utilities
Group:		System/Servers
Requires:	perl-Cyrus >= %{version}-%{release}

%description	utils
This package contains Cyrus IMAPd server administrative tools. It 
can be installed on systems other than the one running the server.

This package depends on the perl-Cyrus package.
The main package is %{name}.

%prep

%setup -q -n %{name}-%{version}
%patch1 -p0 -b .mdk9.0perl.orig
%patch2
%if %{build_autocreate}
%patch3 -p1 -b .autocreate.orig
%endif
%if %{build_autosieve}
%patch4 -p1 -b .autosieve.orig
%endif
%if %{build_rmquota}
%patch5 -p1 -b .rmquota.orig <- this patch is broken and won't apply
%endif

%patch6 -p1 -b .plaintext.orig

# (oe) for kolab2: Patch to support virtdomains: ldap (parse domain from "email" field an LDAP user entry)
%if %{build_virtualdomains_in_ldap}
%patch8 -p1 -b .kolab-ldap.orig
%endif
%if %{with_ldap}
%patch10 -p1 -b .ptloader.orig
%endif
%patch11 -p1 -b .secprops.orig

%patch19 -p1 -b .mkimap.orig
%patch21 -p1 -b .sieve_port.orig

# fedora patches
%patch100 -p1 -b .flock
%patch101 -p1 -b .authid_normalize
%patch102 -p1 -b .debugopt

find . -name Makefile* |xargs sed -i -e 's,configure.in,configure.ac,g'

## Extra documentation
mkdir -p extradocs
for i in %{SOURCE2} %{SOURCE4} %{SOURCE19} ; do
  cp $i extradocs
done 

## regenerate html man pages
pushd man
    for mp in *[1-8] ; do groff -m man -T html $mp > ../doc/man/$mp.html ; done
popd

# fix build under mdx8.2
#perl -ni -e "print unless /^AC_PREREQ/" configure.in

install -m 0644 %{SOURCE8} cyrus-imapd.pamd

# cleanup
for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%build
%serverbuild

# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS |sed -e 's|-fPIE||g'`

CPPFLAGS="-I%{_includedir}/et $CPPFLAGS"
export CPPFLAGS
CFLAGS="$RPM_OPT_FLAGS -fPIC"
export CFLAGS
LDFLAGS="-L%{_libdir}"
export LDFLAGS

#with the existing autom4te.cache autoheader would fail with the message
#Can't locate object method "path" via package "Request" at /usr/share/autoconf/Autom4te/C4che.pm line 69, <GEN1> line 111.
#
rm -rf autom4te.cache configure
export WANT_AUTOCONF_2_5=1
libtoolize --copy --force; aclocal -I cmulocal; autoheader; autoconf

# this removes rpath
export andrew_cv_runpath_switch=none

%configure2_5x \
%if %{IDLED}
    --with-idle=idled \
%endif
%if !%{with_snmp}
    --without-snmp \
%endif
%if %{with_ldap}
    --with-ldap=/usr \
%endif
%if %{with_mysql}
    --with-mysql --with-mysql-incdir=/usr/include/mysql \
%endif
%if %{with_pgsql}
    --with-pgsql \
%endif
%if %{with_sqlite}
    --with-sqlite \
%endif
    --with-extraident="Mandriva-RPM-%{version}-%{release}" \
    --with-syslogfacility=MAIL \
    --with-bdb=db --with-bdb-libdir=%{_libdir} \
    --enable-murder \
    --enable-netscapehack \
    --enable-listext \
    --enable-nntp \
    --with-perl=%{__perl} \
    --with-cyrus-prefix=%{_cyrexecdir} \
    --with-service-path=%{_cyrexecdir} \
#    --with-krb=%{_prefix}/kerberos \

make clean
# no parallel make - 2.3.10
make

# Modify docs master --> cyrus-master
pushd man
    perl -pi -e "s#master\(8\)#cyrus-master(8)#" `ls *5 *8`
    cd ../doc
    perl -pi -e "s#master#cyrus-master#g;" man.html
    cd man
    perl -pi -e "s#master\(8\)#cyrus-master(8)#;" `ls *html`
popd

# Modify path in perl scripts
pushd perl/imap/examples
    perl -pi -e "s#/usr/local/bin/perl#%{__perl}#" `find . -type f -name "*.pl"`
popd

# Cleanup of doc dir
find doc perl -name CVS -type d | xargs -r rm -fr
find doc -name "*~" -type f | xargs -r rm -f
find doc -name "*.*.orig" -type f | xargs -r rm -f

rm -f doc/Makefile.dist
rm -f doc/text/htmlstrip.c

# modify lmtp socket path in .conf files
perl -pi -e "s#/var/imap#%{_vardata}#" %{_confdir}/*.conf

%install

%makeinstall_std
%makeinstall_std -C man

%{__install} -m 755 imtest/imtest	%{buildroot}%{_cyrexecdir}/
%{__install} -m 755 perl/imap/cyradm	%{buildroot}%{_cyrexecdir}/

# Install tools
for tool in dohash masssievec mkimap mknewsgroups rehash translatesieve undohash  upgradesieve ; do
    test -f tools/${tool} && %{__install} -m 755 tools/${tool} %{buildroot}%{_cyrexecdir}/
done
%{__install} -m 755 %{SOURCE13} %{buildroot}%{_cyrexecdir}/imapcreate

# Create directories
%{__install} -d \
%if %{with_snmp}
    %{buildroot}%{_datadir}/snmp/mibs \
%endif
%if %{with_ldap}
    %{buildroot}%{_vardata}/ptclient/ \
%endif
    %{buildroot}%{_sysconfdir}/{pam.d,sysconfig,cron.daily} \
    %{buildroot}/lib/systemd/system \
    %{buildroot}%{_libdir}/sasl \
    %{buildroot}%{_bindir} \
    %{buildroot}%{_spooldata}/stage. \
    %{buildroot}%{_vardata}/{user,quota,proc,log,msg,socket,db,sieve,rpm,backup}

# Install additional files
%{__install} -m 755 %{SOURCE15} %{buildroot}%{_cyrexecdir}/cvt_cyrusdb_all

# Install config files
%{__install} -m 644 %{_cyrusconf} %{buildroot}%{_sysconfdir}/cyrus.conf
%{__install} -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/imapd.conf

%{__install} -m 644 cyrus-imapd.pamd %{buildroot}%{_sysconfdir}/pam.d/pop
%{__install} -m 644 cyrus-imapd.pamd %{buildroot}%{_sysconfdir}/pam.d/imap
%{__install} -m 644 cyrus-imapd.pamd %{buildroot}%{_sysconfdir}/pam.d/sieve
%{__install} -m 644 cyrus-imapd.pamd %{buildroot}%{_sysconfdir}/pam.d/mupdate
%{__install} -m 644 cyrus-imapd.pamd %{buildroot}%{_sysconfdir}/pam.d/lmtp
%{__install} -m 644 cyrus-imapd.pamd %{buildroot}%{_sysconfdir}/pam.d/nntp
%{__install} -m 644 cyrus-imapd.pamd %{buildroot}%{_sysconfdir}/pam.d/csync

%{__install} -m 644 %{SOURCE12} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
%{__install} -m 755 %{SOURCE20} %{buildroot}%{_sysconfdir}/cron.daily/%{name}
%{__install} -m 644 %{SOURCE22} %{buildroot}/lib/systemd/system/cyrus-imapd.service
%{__install} -m 755 %{SOURCE23} %{buildroot}%{_cyrexecdir}/cyr_systemd_helper

%if %{with_snmp}
# Install snmp mibs
%{__install} -m 644 master/CYRUS-MASTER.mib %{buildroot}%{_datadir}/snmp/mibs/CYRUS-MASTER-MIB.txt
%{__install} -m 644 %{SOURCE21} %{buildroot}%{_datadir}/snmp/mibs/CMU-MIB.txt
%endif


# Install README.RPM
%{__install} -m 644 %{SOURCE14} README.RPM
cat << EOF >> README.RPM

RPM BUILD TIME CONFIGURATION OPTIONS

This RPM package has been compiled with the following options:

use saslauth group
SASLGROUP: %{SASLGROUP}

use preforking cyrus.conf
PREFORK: %{PREFORK}

enable IDLED support
IDLED: %{IDLED}

enable full directory hash
FULLDIRHASH: %{FULLDIRHASH}

EOF

# Install templates
%{__install} -m 755 -d doc/conf
%{__install} -m 644 %{_confdir}/*.conf doc/conf/

# Rename 'master' binary and manpage to avoid crash with postfix
mv -f %{buildroot}%{_cyrexecdir}/master	%{buildroot}%{_cyrexecdir}/cyrus-master
mv -f %{buildroot}%{_mandir}/man8/master.8 %{buildroot}%{_mandir}/man8/cyrus-master.8
cp -af doc/man/master.8.html doc/man/cyrus-master.8.html

# Create symlinks
ln -sf ../lib/cyrus-imapd/cyradm %{buildroot}%{_bindir}/
ln -sf ../lib/cyrus-imapd/imtest %{buildroot}%{_bindir}/
ln -sf ../lib/cyrus-imapd/imapcreate %{buildroot}%{_bindir}/

# required if upgrading from 2.2.x -> 2.3.6+
%{__install} -m 755 tools/migrate-metadata %{buildroot}%{_cyrexecdir}/migrate-metadata

# provide the cyrusMaster.conf file, discovered by doing:
# /usr/lib/cyrus-imapd/cyrus-master -p /var/run/cyrus-master.pid -D
%if %{with_snmp}
install -d %{buildroot}/var/lib/net-snmp
echo "# placeholder" > %{buildroot}/var/lib/net-snmp/cyrusMaster.conf
%endif

# cleanup
find %{buildroot}%{perl_vendorarch} -name "*.orig" | xargs rm -f

%pre
# Create 'cyrus' user on target host
%if %{SASLGROUP}
/usr/sbin/groupadd -r %{_saslgroup} 2> /dev/null || :
/usr/sbin/useradd -c "Cyrus IMAP Server" -d %{_vardata} -g %{_cyrusgroup} \
				-G %{_saslgroup} -s /bin/bash -r %{_cyrususer} 2> /dev/null || :
%else
/usr/sbin/useradd -c "Cyrus IMAP Server" -d %{_vardata} -g %{_cyrusgroup} \
	-s /bin/bash -r %{_cyrususer} 2> /dev/null || :
%endif
# move ssl certificate/key from /etc/ssl to /etc/pki/tls
if [ -f /etc/ssl/cyrus-imapd/cyrus-imapd.pem -a ! -f /etc/pki/tls/private/cyrus-imapd.pem -a ! -f /etc/pki/tls/certs/cyrus-imapd.pem  ];then
	touch /etc/pki/tls/private/cyrus-imapd.pem
	chmod 600 /etc/pki/tls/private/cyrus-imapd.pem
	awk '/^-----BEGIN PRIVATE KEY-----/ {p=1} /-----END PRIVATE KEY-----/ {p=0;print} p == 1 {print}'  /etc/ssl/cyrus-imapd/cyrus-imapd.pem > /etc/pki/tls/private/cyrus-imapd.pem
	awk '/^-----BEGIN PRIVATE KEY-----/ {p=0} /-----END PRIVATE KEY-----/ {p=1;next} p == 1 {print}' /etc/ssl/cyrus-imapd/cyrus-imapd.pem > /etc/pki/tls/certs/cyrus-imapd.pem
	sed -i -e 's,^[[:space:]]*tls_cert_file:[[:space:]]\+/etc/ssl/cyrus-imapd/cyrus-imapd.pem\>,tls_cert_file: /etc/pki/tls/certs/cyrus-imapd.pem,' /etc/imapd.conf
	sed -i -e 's,^[[:space:]]*tls_key_file:[[:space:]]\+/etc/ssl/cyrus-imapd/cyrus-imapd.pem\>,tls_key_file: /etc/pki/tls/private/cyrus-imapd.pem,' /etc/imapd.conf
	rm -f /etc/ssl/cyrus-imapd/cyrus-imapd.pem
fi

%post
if [ $1 = 1 ] ; then
# make sure we own the stuff, otherwise /var/log/mail/* will fill
# the whole disk with error messages...
chown -R %{_cyrususer}:%{_cyrusgroup} %{_vardata} %{_spooldata}
fi
%_create_ssl_certificate cyrus-imapd
chown %{_cyrususer}:%{_cyrusgroup} /etc/pki/tls/private/cyrus-imapd.pem


# Force synchronous updates only on ext2 filesystems
# Note: This will slow down user creation for 10.000+ users!
for i in %{_vardata}/{user,quota} %{_spooldata}; do
    if [ `find $i -maxdepth 0 -printf %F` = "ext2" ]; then
	chattr -R +S $i 2>/dev/null
    fi
done

# Add sieve service if necessary
if ! grep -q ^sieve %{_sysconfdir}/services; then
    echo -e 'sieve\t\t2000/tcp\t\t\t# Sieve mail filter daemon' >> %{_sysconfdir}/services
fi

# Add lmtp service if necessary
if ! grep -q ^lmtp %{_sysconfdir}/services; then
    echo -e 'lmtp\t\t2003/tcp\t\t\t# Local mail delivery protocol (rfc2033)' >> %{_sysconfdir}/services
fi

# upgrade from previous versions with compiled in database backends
rm -f %{_vardata}/rpm/db.cfg.cache 2> /dev/null

# "ctl_deliver -E" is deprecated, now is "cyr_expire -E"
if grep -q "ctl_deliver *-E" %{_sysconfdir}/cyrus.conf ; then
    perl -pi -e "s/ctl_deliver *-E/cyr_expire -E/" %{_sysconfdir}/cyrus.conf
fi
# compile to byte code sieve scripts on upgrade
# masssievec needs to run:
# - for versions before 2.2.0 (2.1.x) since they had no bytecode
# - upgrading from 2.2.0 since the bytecode has changed
# - upgrading from 2.2.1 since the bytecode has changed
if [ $1 != 1 ] ; then 
    if [ -f %{_vardata}/rpm/version ] ; then
	oldversion=`cat %{_vardata}/rpm/version`
	    if [ "$oldversion" = "2.2.0" -o "$oldversion" = "2.2.1" ] ; then
		compile_needed=1
	    else
		compile_needed=0
	    fi
	else
	    # versions prior to 2.2.x didn't write the file
	    ompile_needed=1
    fi
    if [ $compile_needed = 1 ] ; then
	echo "compiling sieve scripts"
	su cyrus -c "%{_cyrexecdir}/masssievec %{_cyrexecdir}/sievec"
    fi
fi
# cache the installed version for next upgrade
echo %{version} > %{_vardata}/rpm/version

/bin/systemctl daemon-reload > /dev/null 2>&1 :

%preun
if [ $1 = 0 ]; then
    # Package removal, not upgrade
    /bin/systemctl disable cyrus-imapd.service >/dev/null 2>&1 || :
    /bin/systemctl stop cyrus-imapd.service > /dev/null 2>&1 || :
    /usr/sbin/userdel %{_cyrususer} 2> /dev/null || :
%if %{SASLGROUP}
if [ "`grep ^%{_saslgroup}: %{_sysconfdir}/group | cut -d: -f4-`" = "" ]; then
    /usr/sbin/groupdel %{_saslgroup} 2> /dev/null || :
fi
%endif
    rm -f %{_vardata}/socket/lmtp 2> /dev/null
    rm -f %{_vardata}/rpm/version 2> /dev/null
fi

%postun
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall
    /bin/systemctl try-restart cyrus-imapd.service >/dev/null 2>&1 || :
fi

%files
%doc doc/* extradocs/*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/*.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0644,root,root) %config(noreplace) %verify(not size,not md5) %{_sysconfdir}/pam.d/pop
%attr(0644,root,root) %config(noreplace) %verify(not size,not md5) %{_sysconfdir}/pam.d/imap
%attr(0644,root,root) %config(noreplace) %verify(not size,not md5) %{_sysconfdir}/pam.d/sieve
%attr(0644,root,root) %config(noreplace) %verify(not size,not md5) %{_sysconfdir}/pam.d/lmtp
%attr(0755,root,root) %config(noreplace) %{_sysconfdir}/cron.daily/%{name}
/lib/systemd/system/cyrus-imapd.service
%attr(0755,root,root) %dir %{_cyrexecdir}
%attr(0755,root,root) %{_cyrexecdir}/arbitron
%attr(0755,root,root) %{_cyrexecdir}/chk_cyrus
%attr(0755,root,root) %{_cyrexecdir}/ctl_cyrusdb
%attr(0755,root,root) %{_cyrexecdir}/ctl_deliver
%attr(0755,root,root) %{_cyrexecdir}/ctl_mboxlist
%attr(0755,root,root) %{_cyrexecdir}/cvt_cyrusdb
%attr(0755,root,root) %{_cyrexecdir}/cvt_cyrusdb_all
%attr(0755,root,root) %{_cyrexecdir}/cyr_dbtool
%attr(0755,root,root) %{_cyrexecdir}/cyr_df
%attr(0755,root,root) %{_cyrexecdir}/cyrdump
%attr(0755,root,root) %{_cyrexecdir}/cyr_expire
%attr(0755,root,root) %{_cyrexecdir}/cyr_sequence
%attr(0755,root,root) %{_cyrexecdir}/cyr_synclog
%attr(0755,root,root) %{_cyrexecdir}/cyr_systemd_helper
%attr(0755,root,root) %{_cyrexecdir}/cyr_userseen
%attr(0755,root,root) %{_cyrexecdir}/cyrus-master
%attr(0755,root,root) %{_cyrexecdir}/dohash
%attr(0755,root,root) %{_cyrexecdir}/fud
%attr(0755,root,root) %{_cyrexecdir}/imapd
%attr(0755,root,root) %{_cyrexecdir}/ipurge
%attr(0755,root,root) %{_cyrexecdir}/lmtpd
%attr(0755,root,root) %{_cyrexecdir}/masssievec
%attr(0755,root,root) %{_cyrexecdir}/mbexamine
%attr(0755,root,root) %{_cyrexecdir}/mbpath
%attr(0755,root,root) %{_cyrexecdir}/migrate-metadata
%attr(0755,root,root) %{_cyrexecdir}/mkimap
%attr(0755,root,root) %{_cyrexecdir}/mknewsgroups
%attr(0755,root,root) %{_cyrexecdir}/notifyd
%attr(0755,root,root) %{_cyrexecdir}/pop3d
%attr(0755,root,root) %{_cyrexecdir}/quota
%attr(0755,root,root) %{_cyrexecdir}/reconstruct
%attr(0755,root,root) %{_cyrexecdir}/rehash
%attr(0755,root,root) %{_cyrexecdir}/sievec
%attr(0755,root,root) %{_cyrexecdir}/sieved
%attr(0755,root,root) %{_cyrexecdir}/squatter
%attr(0755,root,root) %{_cyrexecdir}/timsieved
%attr(0755,root,root) %{_cyrexecdir}/tls_prune
%attr(0755,root,root) %{_cyrexecdir}/translatesieve
%attr(0755,root,root) %{_cyrexecdir}/undohash
%attr(0755,root,root) %{_cyrexecdir}/unexpunge
%attr(0755,root,root) %{_cyrexecdir}/upgradesieve
%if %{with_ldap}
%attr(0755,root,root) %{_cyrexecdir}/ptdump
%attr(0755,root,root) %{_cyrexecdir}/ptexpire
%attr(0755,root,root) %{_cyrexecdir}/ptloader
%endif
%if %build_autocreate
%attr(0755,root,root) %{_cyrexecdir}/compile_sieve
%endif
%attr(0755,root,root) %{_cyrexecdir}/smmapd
%if %{IDLED}
%attr(0755,root,root) %{_cyrexecdir}/idled
%endif
%attr(4754,%{_cyrususer},%{_cyrusgroup}) %{_cyrexecdir}/deliver
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %dir %{_vardata}
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/user
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/quota
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/proc
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/log
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/msg
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/socket
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/db
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/sieve
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/rpm
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/backup
%if %{with_ldap}
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_vardata}/ptclient
%endif
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %dir %{_spooldata}
%attr(0750,%{_cyrususer},%{_cyrusgroup}) %{_spooldata}/*
%if %{with_snmp}
%attr(0644,root,root) %{_datadir}/snmp/mibs/*
%attr(0644,%{_cyrususer},%{_cyrusgroup}) /var/lib/net-snmp/cyrusMaster.conf
%endif
%attr(0644,root,root) %{_mandir}/man5/*
%attr(0644,root,root) %{_mandir}/man8/arbitron.8*
%attr(0644,root,root) %{_mandir}/man8/chk_cyrus.8*
%attr(0644,root,root) %{_mandir}/man8/ctl_cyrusdb.8*
%attr(0644,root,root) %{_mandir}/man8/ctl_deliver.8*
%attr(0644,root,root) %{_mandir}/man8/ctl_mboxlist.8*
%attr(0644,root,root) %{_mandir}/man8/cvt_cyrusdb.8*
%attr(0644,root,root) %{_mandir}/man8/cyr_dbtool.8*
%attr(0644,root,root) %{_mandir}/man8/cyr_df.8*
%attr(0644,root,root) %{_mandir}/man8/cyr_expire.8*
%attr(0644,root,root) %{_mandir}/man8/cyr_synclog.8*
%attr(0644,root,root) %{_mandir}/man8/cyrus-master.8*
%attr(0644,root,root) %{_mandir}/man8/deliver.8*
%attr(0644,root,root) %{_mandir}/man8/fud.8*
%attr(0644,root,root) %{_mandir}/man8/idled.8*
%attr(0644,root,root) %{_mandir}/man8/imapd.8*
%attr(0644,root,root) %{_mandir}/man8/ipurge.8*
%attr(0644,root,root) %{_mandir}/man8/lmtpd.8*
%attr(0644,root,root) %{_mandir}/man8/mbexamine.8*
%attr(0644,root,root) %{_mandir}/man8/mbpath.8*
%attr(0644,root,root) %{_mandir}/man8/notifyd.8*
%attr(0644,root,root) %{_mandir}/man8/pop3d.8*
%attr(0644,root,root) %{_mandir}/man8/quota.8*
%attr(0644,root,root) %{_mandir}/man8/reconstruct.8*
%attr(0644,root,root) %{_mandir}/man8/rmnews.8*
%attr(0644,root,root) %{_mandir}/man8/smmapd.8*
%attr(0644,root,root) %{_mandir}/man8/squatter.8*
%attr(0644,root,root) %{_mandir}/man8/sync_client.8*
%attr(0644,root,root) %{_mandir}/man8/syncnews.8*
%attr(0644,root,root) %{_mandir}/man8/sync_reset.8*
%attr(0644,root,root) %{_mandir}/man8/sync_server.8*
%attr(0644,root,root) %{_mandir}/man8/timsieved.8*
%attr(0644,root,root) %{_mandir}/man8/tls_prune.8*
%attr(0644,root,root) %{_mandir}/man8/unexpunge.8*
%doc COPYRIGHT README README.RPM
%if %{build_autocreate}
%doc README.autocreate
%endif

%files murder
%doc doc/text/install-murder
%config(noreplace) %verify(not size,not md5) %{_sysconfdir}/pam.d/mupdate
%config(noreplace) %verify(not size,not md5) %{_sysconfdir}/pam.d/csync
%attr(0755,root,root) %{_cyrexecdir}/lmtpproxyd
%attr(0755,root,root) %{_cyrexecdir}/mupdate
%attr(0755,root,root) %{_cyrexecdir}/pop3proxyd
%attr(0755,root,root) %{_cyrexecdir}/proxyd

%files nntp
%doc doc/text/install-netnews
%config(noreplace) %verify(not size,not md5) %{_sysconfdir}/pam.d/nntp
%attr(0755,root,root) %{_cyrexecdir}/fetchnews
%attr(0755,root,root) %{_cyrexecdir}/nntpd
%attr(0644,root,root) %{_mandir}/man8/nntpd.8*
%attr(0644,root,root) %{_mandir}/man8/fetchnews.8*

%files devel
%{_includedir}/cyrus
%{_libdir}/lib*.a
%attr(0644,root,root) %{_mandir}/man3/imclient.3*

%files -n perl-Cyrus
%doc perl/imap/README perl/imap/Changes perl/imap/examples
%{perl_vendorarch}/auto/Cyrus
%{perl_vendorarch}/Cyrus
%attr(0644,root,root) %{_mandir}/man3/Cyrus*

%files utils
%attr(0755,root,root) %{_cyrexecdir}/cyradm
%attr(0755,root,root) %{_cyrexecdir}/imtest
%attr(0755,root,root) %{_cyrexecdir}/imapcreate
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_mandir}/man1/*


%changelog

* Mon Nov 30 2015 Denis Silakov <dsilakov@gmail.com> 2.4.18-1
- (a225337) Updated to 2.4.18



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22458 |14mu|cyrus-sasl-2.1.25-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname sasl %{major}
%define up_name cyrus-sasl
%define sasl2_db_filename /var/lib/sasl2/sasl.db

%define KRB5 1
%define MYSQL 1
%define SRP 1
%define PGSQL 1
%define SQLITE3 1
%define LDAP 1
%define SRPSTR enabled
%define MYSQLSTR enabled
%define PGSQLSTR enabled
%define SQLITE3STR enabled
%define LDAPSTR enabled

%{?_with_krb5: %{expand: %%global KRB5 1}}
%{?_without_krb5: %{expand: %%global KRB5 0}}
%{?_with_srp: %{expand: %%global SRP 1}}
%{?_without_srp: %{expand: %%global SRP 0}}
%{?_with_mysql: %{expand: %%global MYSQL 1}}
%{?_without_mysql: %{expand: %%global MYSQL 0}}
%{?_with_pgsql: %{expand: %%global PGSQL 1}}
%{?_without_pgsql: %{expand: %%global PGSQL 0}}
%{?_with_sqlite3: %{expand: %%global SQLITE3 1}}
%{?_without_sqlite3: %{expand: %%global SQLITE3 0}}
%{?_with_ldap: %{expand: %%global LDAP 1}}
%{?_without_ldap: %{expand: %%global LDAP 0}}

%{?_with_srp: %{expand: %%global SRPSTR enabled}}
%{?_without_srp: %{expand: %%global SRPSTR disabled}}
%{?_with_mysql: %{expand: %%global MYSQLSTR enabled}}
%{?_without_mysql: %{expand: %%global MYSQLSTR disabled}}
%{?_with_pgsql: %{expand: %%global PGSQLSTR enabled}}
%{?_without_pgsql: %{expand: %%global PGSQLSTR disabled}}
%{?_with_sqlite3: %{expand: %%global SQLITE3STR enabled}}
%{?_without_sqlite3: %{expand: %%global SQLITE3STR disabled}}
%{?_with_ldap: %{expand: %%global LDAPSTR enabled}}
%{?_without_ldap: %{expand: %%global LDAPSTR disabled}}

# bootstrapping overrides the above LDAP defines
%{?bootstrap: %{expand: %%global LDAP 0}}
%{?bootstrap: %{expand: %%global LDAPSTR disabled}}

Summary:	The Simple Authentication and Security Layer
Name:		%{up_name}
Version:	2.1.25
Release:	9
License:	BSD-style
Group:		System/Libraries
URL:		http://cyrusimap.org/
Source0:	ftp://ftp.cyrusimap.org/cyrus-sasl/%{up_name}-%{version}.tar.gz
Source1:	ftp://ftp.cyrusimap.org/cyrus-sasl/%{up_name}-%{version}.tar.gz.sig
Source2:	saslauthd.init
Source3:	saslauthd.sysconfig
Source4:	service.conf.example
Source7:	sasl-mechlist.c
Source8:	sasl-checkpass.c
Patch0:		cyrus-sasl-doc.patch
Patch3:		cyrus-sasl-2.1.19-pic.patch
Patch5:		cyrus-sasl-2.1.25-library_mutexes.diff
Patch6:		cyrus-sasl-2.1.25-xopen_crypt_prototype.diff
Patch7:		cyrus-sasl-2.1.23-db5.patch
Patch11:	cyrus-sasl-2.1.25-no_rpath.diff
Patch23:	cyrus-sasl-2.1.23-man.patch
Patch28:	cyrus-sasl-2.1.25-keytab.diff
Patch30:	cyrus-sasl-2.1.25-rimap.diff
Patch31:	cyrus-sasl-2.1.22-kerberos4.patch
Patch33:	cyrus-sasl-2.1.25-current-db.diff
Patch34:	cyrus-sasl-2.1.22-ldap-timeout.patch
Patch37:	cyrus-sasl-2.1.23-race.patch
Patch38:	cyrus-sasl-2.1.25-sasl_gss_encode-segfault.patch

Patch100:	cyrus-sasl-lt.patch
Patch101:	cyrus-sasl-split-sql.patch
Patch102:	cyrus-sasl-sizes.patch
Patch103:	cyrus-sasl-parallel-make.patch
Patch104:	cyrus-sasl-ac-libs.patch
Patch105:	cyrus-sasl-pam.patch
Patch106:	cyrus-sasl-2.1.15-lib64.patch
Patch107:	cyrus-sasl-2.1.25-no_version-info_for_plugins.diff

Requires:	%{libname} >= %{version}
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Requires(preun): rpm-helper
BuildRequires:	autoconf
BuildRequires:	db-devel
BuildRequires:	pam-devel
BuildRequires:	openssl-devel
BuildRequires:	autoconf automake libtool
BuildRequires:  groff
# 1.4.x is thread safe, which means we can disable sasl mutexes (see ./configure
# further below)
%if %{KRB5}
BuildRequires:	krb5-devel >= 1.4.1
%endif
%if %{MYSQL}
BuildRequires:	mysql-devel
%endif
%if %{PGSQL}
BuildRequires:	postgresql-devel
%endif
%if %{SQLITE3}
BuildRequires:	sqlite3-devel
%endif
%if %{LDAP}
BuildRequires:	openldap-devel
%endif

%description
SASL is the Simple Authentication and Security Layer, 
a method for adding authentication support to connection-based protocols. 
To use SASL, a protocol includes a command for identifying and authenticating 
a user to a server and for optionally negotiating protection of subsequent 
protocol interactions. If its use is negotiated, a security layer is inserted 
between the protocol and the connection. 
To actually use SASL you must install at least one of the %{libname}-plug-XXXX
authentication plugin, such as %{libname}-plug-plain.
The SQL auxprop plugin can be rebuild with different database backends:
	--with srp	SRP support	(%{SRPSTR})
	--with mysql	MySQL support	(%{MYSQLSTR})
	--with pgsql	Postgres SQL support	(%{PGSQLSTR})
	--with sqlite3	SQLite v3 support	(%{SQLITE3STR})

%package -n	%{libname}
Summary:	Libraries for SASL a the Simple Authentication and Security Layer
Group:		System/Libraries

%description -n	%{libname}
SASL is the Simple Authentication and Security Layer, 
a method for adding authentication support to connection-based protocols. 
To use SASL, a protocol includes a command for identifying and authenticating 
a user to a server and for optionally negotiating protection of subsequent 
protocol interactions. If its use is negotiated, a security layer is inserted 
between the protocol and the connection. 

%package -n	%{libname}-devel
Summary:	Libraries for SASL a the Simple Authentication and Security Layer
Group:		Development/C
%if %{_lib} != lib
Provides:	libsasl-devel = %{version}
Provides:	libsasl2-devel = %{version}
%endif
Provides:	%{mklibname -d sasl} = %{version}
Provides:	sasl-devel = %{version}-%{release}
Requires:	%{libname} >= %{version}
Requires:	pam-devel

%description -n	%{libname}-devel
SASL is the Simple Authentication and Security Layer, 
a method for adding authentication support to connection-based protocols. 
To use SASL, a protocol includes a command for identifying and authenticating 
a user to a server and for optionally negotiating protection of subsequent 
protocol interactions. If its use is negotiated, a security layer is inserted 
between the protocol and the connection. 

%package -n	%{libname}-plug-anonymous
Summary:	SASL ANONYMOUS mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-anonymous

%description -n	%{libname}-plug-anonymous
This plugin implements the SASL ANONYMOUS mechanism,
used for anonymous authentication.

%package -n	%{libname}-plug-crammd5
Summary:	SASL CRAM-MD5 mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-crammd5

%description -n	%{libname}-plug-crammd5
This plugin implements the SASL CRAM-MD5 mechanism.
CRAM-MD5 is the mandatory-to-implement authentication mechanism for a
number of protocols; it uses MD5 with a challenge/response system to
authenticate the user.

%package -n	%{libname}-plug-digestmd5
Summary:	SASL DIGEST-MD5 mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-digestmd5

%description -n	%{libname}-plug-digestmd5
This plugin implements the latest draft of the SASL DIGEST-MD5
mechanism.  Although not yet finalized, this is likely to become the
new mandatory-to-implement authentication system in all new protocols.
It's based on the digest md5 authentication system designed for HTTP.

%package -n	%{libname}-plug-plain
Summary:	SASL PLAIN mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-plain

%description -n	%{libname}-plug-plain
This plugin implements the SASL PLAIN mechanism.  Although insecure,
PLAIN is useful for transitioning to new security mechanisms, as this
is the only mechanism which gives the server a copy of the user's
password.

%package -n	%{libname}-plug-scram
Summary:	SASL SCRAM-SHA-1 mechanism plugin
Group:		System/Libraries
Requires:	%{libname} = %{version}
Provides:	sasl-plug-scram

%description -n	%{libname}-plug-scram
This plugin implements the SASL SCRAM-SHA-1 SASL plugin mechanism.

%package -n	%{libname}-plug-login
Summary:	SASL LOGIN mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-login

%description -n	%{libname}-plug-login
This plugin implements the SASL LOGIN mechanism.
THIS PLUGIN IS DEPRECATED, is maintained only for compatibility reasons 
and will be dropped soon.
Please use the plain plugin instead.

%if %{KRB5}
%package -n	%{libname}-plug-gssapi
Summary:	SASL GSSAPI mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Requires:	krb5-libs
Provides:	sasl-plug-gssapi

%description -n	%{libname}-plug-gssapi
This plugin implements the SASL GSSAPI (kerberos 5)mechanism.
%endif

%package -n	%{libname}-plug-otp
Summary:	SASL OTP mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-otp

%description -n	%{libname}-plug-otp
This plugin implements the SASL OTP mechanism.

%package -n	%{libname}-plug-sasldb
Summary:	SASL sasldb auxprop plugin
Group:		System/Libraries
# Requirement for %%{name} is due to dbconverter-2 being
# potentially called in %%post
Requires(post):	%{name} >= %{version}
# That requirement has to be here (in "Requires") also
# (http://archives.mandrivalinux.com/cooker/2005-06/msg00109.php)
Requires:	%{libname} >= %{version}, %{name} >= %{version}
Provides:	sasl-plug-sasldb

%description -n	%{libname}-plug-sasldb
This package provides the SASL sasldb auxprop plugin, which stores secrets
in a Berkeley database file.

%if %{SRP}
%package -n	%{libname}-plug-srp
Summary:	SASL srp mechanism plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-srp

%description -n	%{libname}-plug-srp
This plugin implements the srp  mechanism.
%endif

%package -n	%{libname}-plug-ntlm
Summary:	SASL ntlm authentication plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-ntlm

%description -n	%{libname}-plug-ntlm
This plugin implements the (unsupported) ntlm authentication.

%if %{MYSQL}
%package -n	%{libname}-plug-mysql
Summary:	SASL MySQL plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-sql

%description -n	%{libname}-plug-mysql
This plugin implements the MySQL authentication method
%endif

%if %{PGSQL}
%package -n	%{libname}-plug-pgsql
Summary:	SASL PostgreSQL plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-sql

%description -n	%{libname}-plug-pgsql
This plugin implements the PostgreSQL authentication method
%endif

%if %{SQLITE3}
%package -n	%{libname}-plug-sqlite3
Summary:	SASL SQLite v3 plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-sql

%description -n	%{libname}-plug-sqlite3
This plugin implements the SQLite v3 authentication method
%endif

%if %{LDAP}
%package -n	%{libname}-plug-ldapdb
Summary:	SASL ldapdb auxprop plugin
Group:		System/Libraries
Requires:	%{libname} >= %{version}
Provides:	sasl-plug-ldapdb

%description -n	%{libname}-plug-ldapdb
This plugin implements the LDAP auxprop authentication method.
%endif

%prep

%setup -q -n %{up_name}-%{version}
install -m 0644 %{SOURCE4} .
%patch0 -p1 -b .sasldoc~
%patch3 -p1 -b .pic~
%patch5 -p0 -b .library_mutexes~
%patch6 -p0 -b .xopen_crypt_prototype~
%patch7 -p0 -b .db5

%patch11 -p0 -b .no_rpath~
%patch23 -p1 -b .man~
%patch28 -p1 -b .keytab~
%patch30 -p0 -b .rimap~
%patch31 -p1 -b .krb4~
%patch33 -p0 -b .current-db~
%patch34 -p1 -b .ldap-timeout~
%patch37 -p1 -b .race~
%patch38 -p1 -b .segfault~

%patch100 -p1
%patch101 -p1
%patch102 -p1
%patch103 -p1
%patch104 -p1
%patch105 -p1
%patch106 -p1 -b .lib64~
%patch107 -p0

cp %{SOURCE7} sasl-mechlist.c
cp %{SOURCE8} sasl-checkpass.c

rm -f config/config.guess config/config.sub 
rm -f config/ltconfig config/ltmain.sh config/libtool.m4 configure
rm -fr autom4te.cache
libtoolize -c -f -i
aclocal -I cmulocal -I config
autoheader
autoconf
automake -a -c
pushd saslauthd
rm -f config/ltconfig
libtoolize -f -c
aclocal -I ../cmulocal -I ../config
automake -a -c -f
autoheader
autoconf -f
automake -a -c
popd

%build
%serverbuild

%configure2_5x 	\
    --disable-static \
    --enable-shared \
    --with-plugindir=%{_libdir}/sasl2 \
    --with-configdir=%{_sysconfdir}/sasl2:%{_libdir}/sasl2 \
    --disable-krb4 \
    --enable-login \
%if %{SRP}
    --enable-srp --enable-srp-setpass \
%else
    --without-srp --without-srp-srp-setpass \
%endif
    --enable-ntlm \
    --enable-db4 \
    --enable-gssapi \
    --disable-gss_mutexes \
%if %{MYSQL}
    --enable-sql --with-mysql=%{_prefix} \
%else
    --without-mysql \
%endif
%if %{PGSQL}
    --enable-sql --with-pgsql=%{_prefix} \
%else
    --without-pgsql \
%endif
%if %{SQLITE3}
    --enable-sql --with-sqlite3=%{_prefix} \
%else
    --without-sqlite \
%endif
%if %{LDAP}
    --with-ldap=%{_prefix} --enable-ldapdb \
%endif
    --with-dbpath=%{sasl2_db_filename} \
    --with-saslauthd=/var/run/saslauthd \
    --with-authdaemond=/var/run/authdaemon.courier-imap/socket \
    --with-devrandom=/dev/urandom

# ugly hack: there is an ordering problem introduced in 2.1.21 
# when --enable-static is given to ./configure which calling 
# make twice "solves"
# no parallel make on cluster
%make || :
%make
%make -C saslauthd testsaslauthd
%make -C sample

install saslauthd/LDAP_SASLAUTHD README.ldap

# Build a small program to list the available mechanisms, because I need it.
pushd lib
    ../libtool --tag=CC --mode=link %{__cc} -o sasl2-shared-mechlist \
	-I../include $CFLAGS ../sasl-mechlist.c $LDFLAGS ./libsasl2.la
    ../libtool --tag=CC --mode=link %{__cc} -o sasl2-shared-checkpass \
	-I../include $CFLAGS -DSASL2 ../sasl-checkpass.c $LDFLAGS ./libsasl2.la
popd

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}/var/lib/sasl2 %{buildroot}/var/run/saslauthd
mkdir -p %{buildroot}%{_sysconfdir}/sasl2

%makeinstall_std

install -m644 %{SOURCE2} -D %{buildroot}%{_initrddir}/saslauthd
install -m644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/sysconfig/saslauthd

# to be removed later
# we don't need these
rm -f %{buildroot}%{_libdir}/sasl2/*.*a

# dbconverter-2 isn't installed by make install

cd utils
/bin/sh ../libtool --mode=install /usr/bin/install -c dbconverter-2 \
  %{buildroot}/%{_sbindir}/dbconverter-2

cd ..
cp saslauthd/testsaslauthd %{buildroot}%{_sbindir}
cd sample
/bin/sh ../libtool --mode=install /usr/bin/install -c client \
  %{buildroot}/%{_sbindir}/sasl-sample-client
/bin/sh ../libtool --mode=install /usr/bin/install -c server \
  %{buildroot}/%{_sbindir}/sasl-sample-server
cd ..

# multiarch policy
%multiarch_includes %{buildroot}%{_includedir}/sasl/md5global.h

# quick README about the sasl.db file permissions
cat > README.Mandriva.sasldb <<EOF
Starting with %{libname}-plug-sasldb-2.1.22-6mdk, Mandriva by default 
creates a system group called "sasl" and installs an empty 
%{sasl2_db_filename} file with the following permissions:
mode 0640, ownership root:sasl.

If the %{sasl2_db_filename} file already exists, it is not changed
in any way.

It is recommended that administrators keep these permissions and add
application users to the "sasl" group if access to this database is needed.

For example, to permit the Postfix SMTP to authenticate users via the sasldb
auxprop plugin, add the "postfix" user to the "sasl" group and read the
"SMTP Authentication" section of the README.MDK documentation file for 
details regarding Postfix's chroot setup.

For other applications in general, just add their user to the "sasl" group.

Have fun,
Mandriva Team.

EOF

# This is just to "close" vim's syntax misinterpretation.. ;p

# Provide an easy way to query the list of available mechanisms.
./libtool --tag=CC --mode=install install -m0755 lib/sasl2-shared-mechlist %{buildroot}%{_sbindir}/
./libtool --tag=CC --mode=install install -m0755 lib/sasl2-shared-checkpass %{buildroot}%{_sbindir}/

%pre -n %{libname}-plug-sasldb
%_pre_groupadd sasl

%post -n %{libname}-plug-sasldb
#convert old sasldb
# XXX - what about berkeley db versions? - andreas
if [ -f /var/lib/sasl/sasl.db -a ! -f %{sasl2_db_filename} ]; then
	echo "" | /usr/sbin/dbconverter-2 /var/lib/sasl/sasl.db %{sasl2_db_filename}
	if [ -f %{sasl2_db_filename} ]; then
		# conversion was successfull
		chmod 0640 %{sasl2_db_filename}
		chown root:sasl %{sasl2_db_filename}
	fi
fi
if [ -f /var/lib/sasl/sasl.db.rpmsave -a ! -f %{sasl2_db_filename} ]; then
	echo "" | /usr/sbin/dbconverter-2 /var/lib/sasl/sasl.db.rpmsave %{sasl2_db_filename}
	if [ -f %{sasl2_db_filename} ]; then
		# conversion was successfull
		chmod 0640 %{sasl2_db_filename}
		chown root:sasl %{sasl2_db_filename}
	fi
fi
if [ ! -f %{sasl2_db_filename} ]; then
	# the file was never created before nor converted from sasl1
	touch %{sasl2_db_filename}
	chmod 0640 %{sasl2_db_filename}
	chown root:sasl %{sasl2_db_filename}
fi

%post
%_post_service saslauthd

%preun
%_preun_service saslauthd

%files
%doc COPYING AUTHORS INSTALL NEWS README* ChangeLog
%doc doc/{TODO,ONEWS,*.txt,*.html}
%doc service.conf.example
%dir /var/lib/sasl2
%ghost %dir /var/run/saslauthd
%attr (755,root,root) %{_initrddir}/saslauthd
%dir %{_sysconfdir}/sasl2
%attr (644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/saslauthd
%{_sbindir}/dbconverter-2
%{_sbindir}/pluginviewer
%{_sbindir}/sasl-sample-client
%{_sbindir}/sasl-sample-server
%{_sbindir}/saslauthd
%{_sbindir}/sasldblistusers2
%{_sbindir}/saslpasswd2
%{_sbindir}/testsaslauthd
%{_mandir}/man8/*

%files -n %{libname}
%dir %{_libdir}/sasl2
%{_libdir}/libsasl*.so.%{major}*

%files -n %{libname}-plug-anonymous
%{_libdir}/sasl2/libanonymous.so

%files -n %{libname}-plug-otp
%{_libdir}/sasl2/libotp.so

%files -n %{libname}-plug-scram
%{_libdir}/sasl2/libscram.so

%files -n %{libname}-plug-crammd5
%{_libdir}/sasl2/libcrammd5.so

%files -n %{libname}-plug-sasldb
%doc README.Mandriva.sasldb
%{_libdir}/sasl2/libsasldb.so

%if %{KRB5}
%files -n %{libname}-plug-gssapi
%{_libdir}/sasl2/libgs2.so
%{_libdir}/sasl2/libgssapiv2.so
%endif

%files -n %{libname}-plug-digestmd5
%{_libdir}/sasl2/libdigestmd5.so

%files -n %{libname}-plug-plain
%{_libdir}/sasl2/libplain.so

%files -n %{libname}-plug-login
%{_libdir}/sasl2/liblogin.so

%if %{SRP}
%files -n %{libname}-plug-srp
%{_libdir}/sasl2/libsrp.so
%endif

%files -n %{libname}-plug-ntlm
%{_libdir}/sasl2/libntlm.so

%if %{MYSQL}
%files -n %{libname}-plug-mysql
%{_libdir}/sasl2/libmysql.so
%endif

%if %{PGSQL}
%files -n %{libname}-plug-pgsql
%{_libdir}/sasl2/libpgsql.so
%endif

%if %{SQLITE3}
%files -n %{libname}-plug-sqlite3
%{_libdir}/sasl2/libsqlite3.so
%endif

%if %{LDAP}
%files -n %{libname}-plug-ldapdb
%{_libdir}/sasl2/libldapdb.so
%endif

%files -n %{libname}-devel
%{_sbindir}/sasl2-shared-mechlist
%{_sbindir}/sasl2-shared-checkpass
%{_includedir}/sasl
%{multiarch_includedir}/sasl/md5global.h
%{_libdir}/*.*so
%{_mandir}/man3/*


%changelog

* Thu May 28 2015 law <a.lahin@ntcit-rosa.ru> 2.1.25-9
- (55aea88) Merge pull request #1 from aivanov/cyrus-sasl:rosa2014.1
- (55aea88) Fix segfault in sasl_gss_encode



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22459 |14mu|darktable-2.2.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _cmake_skip_rpath -DCMAKE_SKIP_RPATH:BOOL=OFF

# Keep libraries private
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)'
%define __noautoreq 'libdarktable\\.so(.*)'
%endif

Summary:	Utility to organize and develop raw images
Name:		darktable
Version:	2.2.5
Release:	2
License:	GPLv3+
Group:		Graphics
Url:		http://www.darktable.org
#Source0:	https://github.com/%{name}-org/%{name}/releases/download/release-%{version}/%{name}-%{version}.tar.xz
Source0:	https://github.com/darktable-org/darktable/archive/release-%{version}.tar.gz
Source1:    darktable_ru.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		darktable-2.2.0-rpath.patch
BuildRequires:	cmake >= 3
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	gnome-doc-utils
BuildRequires:	intltool
BuildRequires:	libxml2-utils
BuildRequires:	po4a
BuildRequires:	xml2po
BuildRequires:	xsltproc
BuildRequires:	cups-devel
BuildRequires:	gettext-devel
BuildRequires:	gomp-devel
BuildRequires:	jpeg-devel
BuildRequires:	pugixml-devel >= 1.2
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(colord)
BuildRequires:	pkgconfig(colord-gtk)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(exiv2) >= 0.23
BuildRequires:	pkgconfig(flickcurl)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.32
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnome-keyring-1) >= 3.12.0
BuildRequires:	pkgconfig(GraphicsMagick)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.12
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(lensfun)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgphoto2) >= 2.5
BuildRequires:	pkgconfig(libopenjpeg1) >= 1.5.0
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libsecret-1) >= 0.18
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libwebp) >= 0.3.0
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(osmgpsmap-1.0) >= 1.1.0
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(zlib)

Requires:	gphoto2

%description
Darktable is an open source photography workflow application and RAW developer.
A virtual lighttable and darkroom for photographers. It manages your digital
negatives in a database, lets you view them through a zoomable lighttable
and enables you to develop raw images and enhance them.

%files -f %{name}.lang
%doc doc/README doc/TRANSLATORS
%{_bindir}/%{name}*
%{_libdir}/%{name}
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}*
%{_mandir}/man1/%{name}*
%{_mandir}/*/man1/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-release-%{version}
%patch0 -p1

pushd po
tar -xvzf %{SOURCE1}
popd

rm -fr lua/darktable/external/pygy_require/.gitignore

%build
%cmake \
	-DCMAKE_BUILD_TYPE:STRING=Release \
	-DBINARY_PACKAGE_BUILD:BOOLEAN=ON \
	-DPROJECT_VERSION:STRING="%{name}-%{EVRD}" \
	-DCMAKE_LIBRARY_PATH:PATH=%{_libdir} \
	-DUSE_GNOME_KEYRING:BOOLEAN=OFF
%make


%install
%makeinstall_std -C build
desktop-file-install --delete-original \
  %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

# We use %%doc macro to pull needed docs
rm -rf %{buildroot}%{_datadir}/doc/%{name}
rm -rf %{buildroot}%{_datadir}/%{name}/lua/%{name}/external/pygy_require/.gitignore


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22460 |14mu|davfs2-1.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dav_user %{name}
%define dav_group %{name}
%define dav_localstatedir /run
%define dav_syscachedir /var/cache

Summary:	File system driver that allows you to mount a WebDAV server
Name:		davfs2
Version: 	1.5.2
Release: 	1
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://savannah.nongnu.org/projects/davfs2
Source0:	http://ftp.twaren.net/Unix/NonGNU/%{name}/%{name}-%{version}.tar.gz
Source1:	%{name}.tmpfiles.conf
Requires(pre):	filesystem
Requires(post):	systemd
Requires(pre):	rpm-helper
Requires(postun): rpm-helper
BuildRequires:	neon-devel >= 0.27
BuildRequires:	gettext-devel >= 0.14.4
BuildRequires:	libtool
Provides:	davfs = %{version}-%{release}
Obsoletes:	davfs < 0.2.5

%description
davfs2 is a Linux file system driver that allows you to mount a WebDAV server
as a local file system, like a disk drive. This way applications can access
resources on a Web server without knowing anything about HTTP or WebDAV. davfs2
runs as a daemon in userspace. It uses the kernel file system coda or fuse.
Most probably your Linux kernel includes at least one of this file systems. To
connect to the WebDAV server it makes use of the neon library. Neon supports
TLS/SSL (using OpenSSL or GnuTLS) and access via proxy server.

davfs2 allows you to e.g.

 * use a WebDAV server as workspace for a geographically distributed work
   group.
 * save documents on a WebDAV server and access and edit them via internet from
   wherever you want.
 * edit a web site in place, using your preferred development tools.


%prep
%setup -q

%build
autoreconf -vfi

export dav_user=%{dav_user}
export dav_group=%{dav_group}
export dav_localstatedir=%{dav_localstatedir}
export dav_syscachedir=%{dav_syscachedir}

%configure2_5x \
    --disable-rpath \

%make

%install
install -d %{buildroot}%{dav_syscachedir}/%{name}
install -d %{buildroot}%{_datadir}/%{name}

%makeinstall_std

# (cg) For some reason install puts stuff here...
rm -rf %{buildroot}/sbin

# rename the binaries
ln -s %{_sbindir}/mount.davfs %{buildroot}%{_sbindir}/mount.%{name}
ln -s %{_sbindir}/umount.davfs %{buildroot}%{_sbindir}/umount.%{name}

# create tmpfiles directory
install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# rename the manpages
find %{buildroot}%{_mandir} -name "*.gz" | xargs gunzip

%find_lang %{name} --all-name

%pre
%_pre_useradd %{dav_user} %{dav_localstatedir}/mount.%{name} /bin/false

%post
%tmpfiles_create %{name}.conf

%postun
%_postun_userdel %{dav_user}

%files -f %{name}.lang
%doc AUTHORS COPYING FAQ NEWS README THANKS
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/certs
%dir %{_sysconfdir}/%{name}/certs/private
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}/secrets
%{_sbindir}/mount.davfs*
%{_sbindir}/umount.davfs*
%{_tmpfilesdir}/%{name}.conf
%{_mandir}/man5/*
%{_mandir}/man8/*
%lang(de) %{_mandir}/de/man5/*
%lang(de) %{_mandir}/de/man8/*
%lang(es) %{_mandir}/es/man5/*
%attr(1775,root,%{dav_group}) %dir %{dav_syscachedir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*



%changelog
* Fri Feb 20 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-1
+ Revision: 19fbfed
- Updated to 1.5.2, switched to tmpfiles



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22461 |14mu|davmail-4.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define rev 2427

Summary:	DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway
Name:		davmail
Version:	4.7.2
Release:	2
License:	GPLv2+
Group:		Networking/Mail
Url:		http://davmail.sourceforge.net/
Source0:	http://downloads.sourceforge.net/davmail/%{name}-linux-x86-%{version}-%{rev}.tgz
# Source0-md5:	95ccac520040732e078556b238aa37b9
Source1:	http://downloads.sourceforge.net/davmail/%{name}-linux-x86_64-%{version}-%{rev}.tgz
# Source1-md5:	aa4c2d3437046dbce60cdc92839fdb1b
Patch0:		%{name}-base.patch
Requires:	java

%description
DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway
allowing users to use any mail/calendar client (e.g. Thunderbird with
Lightning or Apple iCal) with an Exchange server, even from the
internet or behind a firewall through Outlook Web Access.

%files
%{_bindir}/davmail
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/davmail
%{_datadir}/%{name}/davmail.jar
%{_datadir}/%{name}/lib

#----------------------------------------------------------------------------

%prep
%setup -qcT

%ifarch %{ix86}
tar zxf %{SOURCE0} --strip-components=1
%else
tar zxf %{SOURCE1} --strip-components=1
%endif
%patch0 -p0

%build

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -a lib %{buildroot}%{_datadir}/%{name}/
install -m 755 davmail.sh %{buildroot}%{_datadir}/%{name}/davmail
install -m 644 davmail.jar %{buildroot}%{_datadir}/%{name}/davmail.jar

pushd %{buildroot}%{_bindir}
ln -sf ../..%{_datadir}/%{name}/davmail davmail
popd

%changelog

* Thu Sep 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.2-2
- (c26a051) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22462 |14mu|dbus-1.8.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _rundir %{_var}/run

%define api 1
%define major 3
%define libname %mklibname dbus- %{api} %{major}
%define devname %mklibname dbus- %{api} -d

%bcond_with test
%bcond_with verbose
%bcond_with uclibc

%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

%define git_url git://git.freedesktop.org/git/dbus/dbus

Summary:	D-Bus message bus
Name:		dbus
Version:	1.8.4
Release:	7
License:	GPLv2+ or AFL
Group:		System/Servers
Url:		http://www.freedesktop.org/Software/dbus
Source0:	http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
Source1:	doxygen_to_devhelp.xsl
# (fc) 1.0.2-5mdv disable fatal warnings on check (fd.o bug #13270)
Patch3:		dbus-1.0.2-disable_fatal_warning_on_check.patch
Patch4:		dbus-daemon-bindir.patch
Patch5:		dbus-1.8.0-fix-disabling-of-xml-docs.patch
Patch6:		0001-name-test-Don-t-run-test-autolaunch-if-we-don-t-have.patch
Patch7:		dbus-1.8.4-increase-timeouts.patch

BuildRequires:	asciidoc
BuildRequires:	docbook2x
BuildRequires:	docbook-dtd412-xml
BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:	xmlto
%if %{with selinux}
BuildRequires:	selinux-devel
%endif
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(libsystemd-daemon) >= 32
BuildRequires:	pkgconfig(libsystemd-login) >= 32
BuildRequires:	pkgconfig(libsystemd-journal) >= 32
BuildRequires:	pkgconfig(libsystemd-id128)
BuildRequires:	pkgconfig(systemd)
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.33.2-9
%endif

Requires(pre):	shadow-utils
Requires(pre):	coreutils
Requires(pre):	systemd-units
Requires(pre,preun,post,postun):	rpm-helper
Provides:	should-restart = system

%description
D-Bus is a system for sending messages between applications. It is
used both for the systemwide message bus service, and as a
per-user-login-session messaging facility.

%if %{with uclibc}
%package -n	uclibc-%{name}
Summary:	D-Bus message bus (uClibc linked)
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description -n	uclibc-%{name}
D-Bus is a system for sending messages between applications. It is
used both for the systemwide message bus service, and as a
per-user-login-session messaging facility.
%endif

%package -n %{libname}
Summary:	Shared library for using D-Bus
Group:		System/Libraries

%description -n	%{libname}
D-Bus shared library.

%if %{with uclibc}
%package -n	uclibc-%{libname}
Summary:	Shared library for using D-Bus (uClibc linked)
Group:		System/Libraries

%description -n	uclibc-%{libname}
D-Bus shared library.
%endif

%package -n %{devname}
Summary:	Libraries and headers for D-Bus
Group:		Development/C
Requires:	%{libname} = %{EVRD}
%if %{with uclibc}
Requires:	uclibc-%{libname} = %{EVRD}
%endif
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
Headers and static libraries for D-Bus.

%package x11
Summary:	X11-requiring add-ons for D-Bus
Group:		System/Servers
Requires:	dbus = %{EVRD}

%description x11
D-Bus contains some tools that require Xlib to be installed, those are
in this separate package so server systems need not install X.

%package doc
Summary:	Developer documentation for D-BUS
Group:		Books/Computer books
Suggests:	devhelp

%description doc
This package contains developer documentation for D-Bus along with
other supporting documentation such as the introspect dtd file.

%prep
%setup -q
#only disable in cooker to detect buggy programs
#patch3 -p1 -b .disable_fatal_warning_on_check
%patch4 -p1 -b .daemon_bindir~
%patch5 -p1 -b .nodocs~
%patch6 -p1 -b .noautolaunchtest~
%patch7 -p1 -b .timeouts~
if test -f autogen.sh; then env NOCONFIGURE=1 ./autogen.sh; else autoreconf -v -f -i; fi

%build
%serverbuild_hardened
COMMON_ARGS="--enable-systemd --with-systemdsystemunitdir=%{_unitdir} \
	--bindir=/bin --enable-libaudit --disable-static \
%if %{with selinux}
	--enable-selinux \
%else
	--disable-selinux \
%endif
	--with-system-pid-file=%{_rundir}/messagebus.pid --exec-prefix=/ \
	--with-system-socket=%{_rundir}/dbus/system_bus_socket \
	--libexecdir=/%{_lib}/dbus-%{api} --with-init-scripts=redhat"

export CONFIGURE_TOP="$PWD"
%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%configure2_5x \
	CC=%{uclibc_cc} \
	CFLAGS="%{uclibc_cflags}" \
	$COMMON_ARGS \
	--with-sysroot=%{uclibc_root} \
	--bindir=%{uclibc_root}/bin \
	--exec-prefix=%{uclibc_root} \
	--libexecdir=%{uclibc_root}/%{_lib}/dbus-%{api} \
	--disable-libaudit \
	--disable-tests \
	--disable-asserts \
	--disable-doxygen-docs \
	--disable-xml-docs \
	--disable-x11-autolaunch \
	--without-x \
%if %{with verbose}
	--enable-verbose-mode
%else
	--disable-verbose-mode
%endif
# ugly hack to get rid of library search dir passed..
for i in `find -name Makefile`; do
	sed -e 's#-L%{_libdir}##g' -i $i
done
%make
popd
%endif

#### Build once with tests to make check
%if %{with test}
# (tpg) enable verbose mode by default --enable-verbose-mode
mkdir -p tests
pushd tests
%configure2_5x \
	$COMMON_ARGS \
	--enable-libaudit \
	--enable-verbose-mode \
	--enable-tests \
	--enable-asserts \
	--enable-x11-autolaunch \
	--with-x \
	--disable-doxygen-docs \
	--disable-xml-docs

DBUS_VERBOSE=1 %make
popd
%endif

mkdir -p shared
pushd shared
%configure2_5x \
	$COMMON_ARGS \
	--enable-libaudit \
	--disable-tests \
	--disable-asserts \
	--enable-doxygen-docs \
	--enable-xml-docs \
	--enable-x11-autolaunch \
	--with-x \
%if %{with verbose}
	--enable-verbose-mode
%else
	--disable-verbose-mode
%endif

%make
doxygen Doxyfile

xsltproc -o dbus.devhelp %{SOURCE1} doc/api/xml/index.xml
popd

%check
%if %{with test}
%make -C tests check
%endif
%make -C shared check

%install
%if %{with uclibc}
%makeinstall_std -C uclibc
install -d %{buildroot}%{uclibc_root}{/%{_lib},%{_libdir}}
mv %{buildroot}%{_libdir}/libdbus-%{api}.so.%{major}* %{buildroot}%{uclibc_root}/%{_lib}
ln -srf %{buildroot}%{uclibc_root}/%{_lib}/libdbus-%{api}.so.%{major}.* %{buildroot}%{uclibc_root}%{_libdir}/libdbus-%{api}.so
%endif

%makeinstall_std -C shared

# move lib to /, because it might be needed by hotplug script, before
# /usr is mounted
mkdir -p %{buildroot}/%{_lib} %{buildroot}%{_var}/lib/dbus %{buildroot}%{_bindir}

mv %{buildroot}%{_libdir}/*dbus-1*.so.* %{buildroot}/%{_lib} 
ln -sf /%{_lib}/libdbus-%{api}.so.%{major} %{buildroot}%{_libdir}/libdbus-%{api}.so

mv %{buildroot}/bin/dbus-launch %{buildroot}%{_bindir}/dbus-launch
mkdir -p %{buildroot}%{_sysconfdir}/X11/xinit.d
cat << EOF > %{buildroot}%{_sysconfdir}/X11/xinit.d/30dbus
# to be sourced
if [ -z "\$DBUS_SESSION_BUS_ADDRESS" ]; then
  eval \`%{_bindir}/dbus-launch --exit-with-session --sh-syntax\`
fi
EOF

chmod 755 %{buildroot}%{_sysconfdir}/X11/xinit.d/30dbus

# create directory
mkdir %{buildroot}%{_datadir}/dbus-%{api}/interfaces

# Make sure that when somebody asks for D-Bus under the name of the
# old SysV script, that he ends up with the standard dbus.service name
# now.
ln -s dbus.service %{buildroot}%{_unitdir}/messagebus.service

#add devhelp compatible helps
mkdir -p %{buildroot}%{_datadir}/devhelp/books/dbus
mkdir -p %{buildroot}%{_datadir}/devhelp/books/dbus/api

cp shared/dbus.devhelp %{buildroot}%{_datadir}/devhelp/books/dbus
cp shared/doc/dbus-specification.html %{buildroot}%{_datadir}/devhelp/books/dbus
cp shared/doc/dbus-faq.html %{buildroot}%{_datadir}/devhelp/books/dbus
cp shared/doc/dbus-tutorial.html %{buildroot}%{_datadir}/devhelp/books/dbus
cp shared/doc/api/html/* %{buildroot}%{_datadir}/devhelp/books/dbus/api

# (tpg) remove old initscript
rm -r %{buildroot}%{_sysconfdir}/rc.d/init.d/*

# systemd user session bits
mkdir -p %{buildroot}%{_prefix}/lib/systemd/user
cat >%{buildroot}%{_prefix}/lib/systemd/user/dbus.service <<'EOF'
[Unit]
Description=D-Bus User Message Bus
Requires=dbus.socket

[Service]
ExecStart=/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation
ExecReload=/bin/dbus-send --print-reply --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig

[Install]
WantedBy=default.target
EOF
cat >%{buildroot}%{_prefix}/lib/systemd/user/dbus.socket <<'EOF'
[Unit]
Description=D-Bus User Message Bus Socket
Before=sockets.target

[Socket]
ListenStream=%{_rundir}/user/%U/dbus/user_bus_socket

[Install]
WantedBy=default.target
EOF

mkdir -p %{buildroot}%{_tmpfilesdir}
cat > %{buildroot}%{_tmpfilesdir}/dbus.conf << EOF
d %{_rundir}/dbus 755 - - -
EOF

%pre
%_pre_useradd messagebus / /sbin/nologin
%_pre_groupadd daemon messagebus

%post
if [ "$1" = "1" ]; then
    /bin/dbus-uuidgen --ensure
    /bin/systemctl enable dbus.service >/dev/null 2>&1 || :
    /bin/systemctl --user --global enable dbus.socket >/dev/null 2>&1 || :
    /bin/systemctl --user --global enable dbus.service >/dev/null 2>&1 || :
fi
%_post_service %{name} %{name}.service

%postun
%_postun_groupdel messagebus
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart dbus.service >/dev/null 2>&1 || :
fi

%preun
if [ $1 = 0 ]; then
    /bin/systemctl --no-reload dbus.service > /dev/null 2>&1 || :
    /bin/systemctl stop dbus.service > /dev/null 2>&1 || :
fi

%triggerun -- dbus < 1.7.10-2
# User sessions are new in 1.7.10
/bin/systemctl --user --global enable dbus.socket >/dev/null 2>&1 || :
/bin/systemctl --user --global enable dbus.service >/dev/null 2>&1 || :

%files
%dir %{_sysconfdir}/dbus-%{api}
%config(noreplace) %{_sysconfdir}/dbus-%{api}/*.conf
%dir %{_sysconfdir}/dbus-%{api}/system.d
%dir %{_sysconfdir}/dbus-%{api}/session.d
%ghost %dir %{_rundir}/dbus
%dir %{_var}/lib/dbus
%dir %{_libdir}/dbus-1.0
%{_tmpfilesdir}/dbus.conf
/bin/dbus-cleanup-sockets
/bin/dbus-daemon
/bin/dbus-monitor
/bin/dbus-run-session
/bin/dbus-send
/bin/dbus-uuidgen
%{_mandir}/man*/*
%dir %{_datadir}/dbus-%{api}
%{_datadir}/dbus-%{api}/system-services
%{_datadir}/dbus-%{api}/services
%{_datadir}/dbus-%{api}/interfaces
# See doc/system-activation.txt in source tarball for the rationale
# behind these permissions
%dir /%{_lib}/dbus-%{api}
%attr(4750,root,messagebus) /%{_lib}/dbus-%{api}/dbus-daemon-launch-helper

%{_unitdir}/dbus.service
%{_unitdir}/messagebus.service
%{_unitdir}/dbus.socket
%{_unitdir}/dbus.target.wants/dbus.socket
%{_unitdir}/multi-user.target.wants/dbus.service
%{_unitdir}/sockets.target.wants/dbus.socket
%{_prefix}/lib/systemd/user/dbus.*

%if %{with uclibc}
%files -n uclibc-%{name}
%{uclibc_root}/bin/dbus-cleanup-sockets
%{uclibc_root}/bin/dbus-daemon
%{uclibc_root}/bin/dbus-launch
%{uclibc_root}/bin/dbus-monitor
%{uclibc_root}/bin/dbus-run-session
%{uclibc_root}/bin/dbus-send
%{uclibc_root}/bin/dbus-uuidgen
%dir %{uclibc_root}/%{_lib}/dbus-%{api}
%attr(4750,root,messagebus) %{uclibc_root}/%{_lib}/dbus-%{api}/dbus-daemon-launch-helper
%endif

%files -n %{libname}
/%{_lib}/libdbus-%{api}.so.%{major}*

%if %{with uclibc}
%files -n uclibc-%{libname}
%{uclibc_root}/%{_lib}/libdbus-%{api}.so.%{major}*
%endif

%files -n %{devname}
%doc ChangeLog
%{_libdir}/libdbus-%{api}.so
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libdbus-%{api}.so
%endif
%{_libdir}/dbus-1.0/include/
%{_libdir}/pkgconfig/dbus-%{api}.pc
%{_includedir}/dbus-1.0/

%files x11
%{_sysconfdir}/X11/xinit.d/*
%{_bindir}/dbus-launch

%files doc
%doc COPYING NEWS
%doc doc/introspect.dtd doc/introspect.xsl doc/system-activation.txt
%{_docdir}/%{name}/*
%doc %{_datadir}/devhelp/books/dbus


%changelog

* Thu Apr 02 2015 din <d.fedorov@ntcit-rosa.ru> 1.8.4-7
- (42da29c) Merge pull request #1 from law/dbus:rosa2014.1
- (42da29c) Increase service_start_timeout and dbus_default_timeout (#bz5128)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22463 |14mu|dbus-c++-0.9.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Native C++ bindings for D-Bus
Name:		dbus-c++
Version:	0.9.0
Release:	5
License:	LGPLv2+
Group:		System/Libraries
Url:		http://freedesktop.org/wiki/Software/dbus-c++
Source0:	http://downloads.sourceforge.net/project/dbus-cplusplus/%{name}/%{version}/lib%{name}-%{version}.tar.gz
Patch0:		libdbus-c++-0.9.0-mdv-build_order.patch
Patch1:		libdbus-c++-0.9.0-mdv-linking.patch
Patch2:		dbus-c++-0.9.0-gcc-4.7.patch
Patch3:		dbus-c++-0.9.0-macro_collision.patch
BuildRequires:	libtool
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gdkmm-2.4)
BuildRequires:	pkgconfig(glib-2.0)
# It's in Contrib so don't use it
#BuildRequires:	ecore-devel

%description
Native C++ bindings for D-Bus for use in C++ programs.

%files
%doc COPYING AUTHORS
%{_bindir}/dbusxx-introspect
%{_bindir}/dbusxx-xml2cpp

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Native C++ bindings for D-Bus
Group:		System/Libraries

%description -n %{libname}
Native C++ bindings for D-Bus for use in C++ programs.

%files -n %{libname}
%{_libdir}/libdbus-c++*-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{name} >= %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%doc TODO
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q -n lib%{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--disable-ecore \
	--enable-glib \
	--disable-tests
make

%install
%makeinstall_std


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.0-5
- (16315f7) Add patch from Fedora to fix build (macro collision)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22464 |14mu|dcadec-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	DTS Coherent Acoustics decoder with support for HD extensions
Name:		dcadec
Version:	0.2.0
Release:	1
License:	LGPLv2.1+
Group:		Sound
Url:		https://github.com/foo86/dcadec
Source0:	https://github.com/foo86/dcadec/archive/%{name}-%{version}.tar.gz
Conflicts:	libdca-tools

%description
DTS Coherent Acoustics decoder with support for HD extensions.

%files
%{_bindir}/dcadec

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for DTS Coherent Acoustics decoder
Group:		System/Libraries

%description -n %{libname}
Shared library for DTS Coherent Acoustics decoder.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for DTS Coherent Acoustics decoder
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.2.0
Obsoletes:	%{name}-devel < 0.2.0

%description -n %{devname}
Development files for DTS Coherent Acoustics decoder.

%files -n %{devname}
%dir %{_includedir}/libdcadec/
%{_includedir}/libdcadec/*.h
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
%make \
	CONFIG_SHARED=1

%install
%makeinstall_std \
	CONFIG_SHARED=1 \
	PREFIX=%{_prefix} \
	LIBDIR=%{_libdir}


%changelog

* Mon Feb 22 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.0-1
- (9120cc0) New version 0.2.0
- (9120cc0) Build shared library instead of static
- (9120cc0) Properly name development package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22465 |14mu|dconf-0.24.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}
%define giolibname %mklibname gio2.0_ 0

Summary:	Configuration backend for Glib
Name:		dconf
Version:	0.24.0
Release:	3
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org/

BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	vala-devel intltool xsltproc gtk-doc

%description
This is a configuration backend for Glib's GSettings and part of GNOME 3.0.

%package -n %{libname}
Group:		System/Libraries
Summary:	Configuration backend library for Glib
Obsoletes:	%{mklibname dconf 0} < 0.14
Requires(post): %{giolibname} >= 2.23.4
Requires(postun): %{giolibname} >= 2.23.4
%if %_lib != lib
Requires(post,postun): gio2.0-64
%else
Requires(post,postun): gio2.0-32
%endif

%description -n %{libname}
This is a configuration backend for Glib's GSettings and part of GNOME 3.0.

%package -n %{develname}
Group:		Development/C
Summary:	Configuration backend library for Glib - development files
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
This is a configuration backend for Glib's GSettings and part of GNOME 3.0.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%post -n %{libname}
%if %_lib != lib
 %{_bindir}/gio-querymodules-64 %{_libdir}/gio/modules 
%else
 %{_bindir}/gio-querymodules-32 %{_libdir}/gio/modules
%endif

%postun -n %{libname}
if [ "$1" = "0" ]; then
%if %_lib != lib
 %{_bindir}/gio-querymodules-64 %{_libdir}/gio/modules 
%else
 %{_bindir}/gio-querymodules-32 %{_libdir}/gio/modules
%endif
fi

%files
%doc NEWS
%{_bindir}/dconf
%{_libexecdir}/dconf-service
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
%{_datadir}/bash-completion/completions/dconf
%{_mandir}/man?/*

%files -n %{libname}
%{_libdir}/libdconf.so.%{major}*
%{_libdir}/libdconf-dbus-1.so.*
%{_libdir}/gio/modules/libdconfsettings.*

%files -n %{develname}
%{_libdir}/libdconf.so
%{_libdir}/libdconf-dbus-1.so
%{_libdir}/pkgconfig/dconf.pc
%{_libdir}/pkgconfig/dconf-dbus-1.pc
%{_includedir}/dconf
%{_includedir}/dconf-dbus-1/dconf-dbus-1.h
%{_datadir}/gtk-doc/html/dconf
%{_datadir}/vala/vapi/dconf*


%changelog

* Fri Aug 26 2016 Denis Silakov <dsilakov@gmail.com> 0.24.0-3
- (32b54fe) Add post-requires for the lib package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22466 |14mu|dconf-editor-3.16.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           dconf-editor
Version:        3.16.1
Release:        2
Summary:        Configuration editor for dconf

License:        LGPLv2+
Group:		Graphical desktop/GNOME
URL:            https://wiki.gnome.org/Projects/dconf
Source0:        https://download.gnome.org/sources/dconf-editor/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  appstream-util
BuildRequires:  desktop-file-utils
BuildRequires:  intltool
BuildRequires:  pkgconfig(dconf)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gmodule-2.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  vala

Requires:       dconf >= 0.24.0

%description
Graphical tool for editing the dconf configuration database.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%make_install

%find_lang dconf

%check
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/appdata/ca.desrt.dconf-editor.appdata.xml
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/ca.desrt.dconf-editor.desktop

%files -f dconf.lang
%doc COPYING
%{_bindir}/dconf-editor
%{_datadir}/appdata/ca.desrt.dconf-editor.appdata.xml
%{_datadir}/applications/ca.desrt.dconf-editor.desktop
%{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
%{_datadir}/icons/*/*/*/*
%{_mandir}/man1/dconf-editor.1*

%changelog

* Mon Apr 27 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-2
- (7964979) added R: dconf >= 0.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22467 |14mu|dd_rescue-1.99-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Summary:	Does copy data from one file or block device to another

Name:		dd_rescue
Version:	1.99
Release:	1
License:	GPL
Group:		System/Kernel and hardware
Source0:	http://www.garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2
URL:		http://www.garloff.de/kurt/linux/ddrescue/
 
%description
Like dd, dd_rescue does copy data from one file or block device to another.
You can specify file positions (called seek and Skip in dd). There are several 
differences: 
  o dd_rescue does not provide character conversions.
  o The command syntax is different. Call dd_rescue -h.
  o dd_rescue does not abort on errors on the input file, unless you specify a 
    maximum error number. Then dd_rescue will abort when this number is reached
  o dd_rescue does not truncate the output file, unless asked to.
  o You can tell dd_rescue to start from the end of a file and move bcakwards.
  o It uses two block sizes, a large (soft) block size and a small (hard) block
    size. In case of errors, the size falls back to the small one and is
    promoted again after a while without errors.

%prep
%setup -q

%build

%make

%install
%makeinstall_std INSTASROOT=""

%clean

%files
%defattr(-,root,root,0755) 
%doc README.dd_rescue
%{_bindir}/*
%{_mandir}/man1/*
%{_libdir}/*

%changelog

* Sat Jan 30 2016 Denis Silakov <dsilakov@gmail.com> 1.99-1
- (6055dad) Fix setup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22468 |14mu|deadbeef-0.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (tpg) do not provide plugins
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so\\.0'
%else
%define _provides_exceptions *.so.0\\|
%endif

%define with_faad 0

####################
# Hardcore PLF build
%define build_plf 0
####################

%if %{build_plf}
%define distsuffix plf
%define with_faad 1
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	Ultimate music player for GNU/Linux
Name:		deadbeef
Version:	0.7.2
Release:	2%{?extrarelsuffix}
License:	GPLv2+
Group:		Sound
Url:		http://deadbeef.sourceforge.net
Source0:	https://sourceforge.net/projects/deadbeef/files/%{name}-%{version}.tar.bz2
Patch0:		translation_fix.patch
Patch1:		deadbeef-0.6.2-initial-preference.patch
Patch2:		deadbeef-0.7.2-mime-wma.patch
BuildRequires:	bison
BuildRequires:	intltool >= 0.40
BuildRequires:	yasm
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
%if %{with_faad}
BuildRequires:	libfaad2-devel
%endif
BuildRequires:	libstdc++-static-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(jansson)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
# Needed for encoding
Suggests:	opus-tools
Suggests:	vorbis-tools

%description
DeaDBeeF is an audio player for GNU/Linux systems with
X11 written in C and C++.

Features:
* minimal depends
* native GTK2 GUI
* cuesheet support
* mp3, ogg, flac, ape and other popular formats
* chiptune formats with subtunes
* song-length databases
* small memory footprint

%if %{build_plf}
This package is in restricted repository because it uses patented codecs.
%endif

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING.GPLv2 COPYING.LGPLv2.1
%doc about.txt help.txt translators.txt
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/pixmaps
%{_bindir}/%{name}
%{_libdir}/%{name}/*.so*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/pixmaps/*.png
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/deadbeef.svg
%{_libdir}/%{name}/convpresets/*.txt
%{_libdir}/%{name}/data68

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{name} = %{EVRD}

%description devel
Development files and headers for %{name}.

%files devel
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%configure2_5x \
	--enable-gtk3 \
	--disable-gtk2 \
	--disable-static \
	--enable-ffmpeg \
%if !%{with_faad}
	--disable-aac \
%endif
	--disable-rpath

%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}/%{name}

%find_lang %{name}

%changelog

* Fri May 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.2-2
- (74e274a) Add wma mime to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22469 |14mu|debootstrap-1.0.75-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%nil

Summary:	Bootstrap a basic Debian system
Name:		debootstrap
Version:	1.0.75
Release:	1
Source0:	http://ftp.debian.org/debian/pool/main/d/debootstrap/%{name}_%{version}.tar.gz
Source1:	devices.tar.gz
License:	MIT
Group:		System/Configuration/Packaging
Url:		http://packages.debian.org/unstable/admin/debootstrap

%description
debootstrap is used to create a Debian base system from scratch,
without requiring the availability of dpkg or apt. It does this by
downloading .deb files from a mirror site, and carefully unpacking
them into a directory which can eventually be chrooted into.

%prep
%setup -qn %{name}
perl -pi -e 's/ -o root -g root//' Makefile
perl -pi -e 's/^(\s+)(chown.*)$/$1#$2/g' Makefile
perl -pi -e 's/^(all:.*?)(\S+.tar.gz)$/$1/g' Makefile
perl -pi -e 's,qw\(%{_prefix}/lib /lib\),qw\(%{_libdir} /%{_lib}\),' functions
cp %{SOURCE1} .

%build
%make

%install
%makeinstall_std
install -D -m 644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8

%files
%doc TODO
%{_sbindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man8/%{name}.8*

%changelog

* Mon Nov 30 2015 Denis Silakov <dsilakov@gmail.com> 1.0.75-1
- (d72fbfb) Clean .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22470 |14mu|deja-dup-34.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Deja Dup Backup Tool
Name:		deja-dup
Version:	34.3
Release:	1
License:	GPLv3+
Group:		Archiving/Backup
Url:		https://launchpad.net/deja-dup
Source0:	http://launchpad.net/%{name}/34/%{version}/+download/%{name}-%{version}.tar.xz
Source100:	%{name}.rpmlintrc

BuildRequires:	cmake
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
BuildRequires:	locales-en
BuildRequires:	vala
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnautilus-extension)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpeas-1.0)
BuildRequires:	pkgconfig(libsecret-1)
BuildRequires:	pkgconfig(packagekit-glib2)

Requires:	dconf
Requires:	duplicity >= 0.6.14
Requires:	gnome-icon-theme-symbolic
Requires:       adwaita-icon-theme
Requires:	python-cloudfiles
Requires:	python-lockfile


%description
Deja Dup is a simple backup tool. It hides the complexity of doing backups the
'right way' (encrypted, off-site, and regular) and uses duplicity as the
back-end.

Features:
 - Support for local, remote, or cloud backup locations, such as Amazon S3.
 - Securely encrypts and compresses your data.
 - Incrementally backs up, letting you restore from any particular backup.
 - Schedules regular backups.
 - Integrates well into your GNOME desktop.

%files -f %{name}.lang
%doc AUTHORS NEWS
%{_bindir}/deja-*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}*.desktop
%{_datadir}/GConf/gsettings/%{name}.convert
%{_datadir}/glib-2.0/schemas/org.gnome.DejaDup.gschema.xml
%{_datadir}/%{name}/
%{_iconsdir}/hicolor/*/*/%{name}*
%{_libexecdir}/%{name}/
%{_libdir}/nautilus/extensions-*/lib%{name}.so
%{_mandir}/man1/deja-dup*.1*
%{_mandir}/*/man1/deja-dup*.1*
%{_sysconfdir}/xdg/autostart/%{name}-monitor*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# ugly workaround to fix build error with help2man
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:%{_builddir}/%{name}-%{version}/build/libdeja/:%{_builddir}/%{name}-%{version}/build/deja-dup/widgets
%cmake \
	-DENABLE_NAUTILUS:BOOL=ON \
	-DENABLE_CCPANEL:BOOL=ON \
	-DENABLE_UNITY_CCPANEL:BOOL=OFF \
	-DENABLE_UNITY:BOOL=OFF \
	-DCMAKE_SKIP_RPATH:BOOL=OFF \
	-DCMAKE_INSTALL_LIBEXECDIR:PATH=%{_libexecdir}
%make

%install
%makeinstall_std -C build

rm -rf %{buildroot}/%{_datadir}/icons/Humanity/

mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart/
mv %{buildroot}%{_prefix}%{_sysconfdir}/xdg/autostart/%{name}-monitor.desktop %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}-monitor.desktop

%find_lang %{name} --with-gnome

%changelog

* Tue May 16 2017 Denis Silakov <dsilakov@virtuozzo.com> 34.3-1
- (2eabbd5) Upload tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22471 |14mu|desktop-common-data-2014.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Desktop common files
Name:		desktop-common-data
Version:	2014.1
Release:	10
License:	GPLv2+
Group:		System/Configuration/Other
Url:		http://www.rosalinux.com/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		desktop-common-data-2011.0-menu.patch
Patch1:		desktop-common-data-2014.1-plasma5-systemsettings.patch
Patch2:		desktop-common-data-2014.1-office-menu.patch
Patch3:		desktop-common-data-2014.1-emulators-menu.patch
Patch4:		desktop-common-data-2014.1-browser.patch
Patch5:		desktop-common-data-2014.1-qterminal.patch
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	libxml2-utils
BuildRequires:	menu-messages
Provides:	menu-xdg = %{EVRD}
Provides:	menu = 2.1.24
Requires:	mdk-menu-messages
Requires:	run-parts
Requires:	xdg-utils
Requires:	xdg-user-dirs
Requires(post):	hicolor-icon-theme
Requires:	hicolor-icon-theme
BuildArch:	noarch

%description
This package contains useful icons, menu structure and others goodies for the
ROSA Linux desktop.

%files
%{_bindir}/*
%{_sbindir}/*
%{_sysconfdir}/profile.d/*
%dir %{_sysconfdir}/menu.d
%dir %{_sysconfdir}/xdg
%dir %{_sysconfdir}/xdg/menus
%dir %{_sysconfdir}/xdg/menus/applications-merged
%config(noreplace) %{_sysconfdir}/xdg/menus/*.menu
%dir %{_var}/lib/menu
#
%dir %{_datadir}/faces/
%dir %{_datadir}/mdk/
%dir %{_datadir}/mdk/faces/
%{_datadir}/faces/*
%{_datadir}/mdk/faces/*
#
%dir %{_datadir}/mdk/backgrounds/
%{_datadir}/mdk/backgrounds/*.jpg
#
%dir %{_datadir}/apps/kdm/pics/
%{_datadir}/apps/kdm/pics/*
#
%dir %{_datadir}/mdk/xfdrake/
%{_datadir}/mdk/xfdrake/*.png
#
%{_datadir}/sounds/*.wav
%{_datadir}/sounds/ia_ora
%{_datadir}/mdk/dm
#
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_miconsdir}/*.png
%{_datadir}/icons/hicolor/*/*/*.png
%{_datadir}/desktop-directories/*.directory

#----------------------------------------------------------------------------

%post
if [ -f %{_sysconfdir}/X11/window-managers.rpmsave ];then
	%{_sbindir}/convertsession -f %{_sysconfdir}/X11/window-managers.rpmsave || :
fi
%make_session
# (cg) See sound-theme-freedesktop for explanation about touch
touch --no-create %{_datadir}/sounds %{_datadir}/sounds/ia_ora

%postun
# (cg) See sound-theme-freedesktop for explanation about touch
touch --no-create %{_datadir}/sounds %{_datadir}/sounds/ia_ora

%triggerin -- %{_datadir}/applications/*.desktop, %{_datadir}/applications/*/*.desktop
%{_bindir}/update-menus

%triggerin -- %{_datadir}/X11/dm.d/*.conf, %{_sysconfdir}/X11/wmsession.d/*
%{_sbindir}/fndSession

%triggerpostun -- %{_datadir}/applications/*.desktop, %{_datadir}/applications/*/*.desktop
%{_bindir}/update-menus

%triggerpostun -- %{_datadir}/X11/dm.d/*.conf, %{_sysconfdir}/X11/wmsession.d/*
%{_sbindir}/fndSession

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%build
make

%install
## Install backgrounds
# User & root's backgrounds
install -d -m 0755 %{buildroot}%{_datadir}/mdk/backgrounds/
install -m 0644 backgrounds/flower.jpg %{buildroot}%{_datadir}/mdk/backgrounds/
install -m 0644 backgrounds/nature.jpg %{buildroot}%{_datadir}/mdk/backgrounds/

# XFdrake test card
install -d -m 0755 %{buildroot}%{_datadir}/mdk/xfdrake/
install -m 0644 backgrounds/xfdrake-test-card.png %{buildroot}%{_datadir}/mdk/xfdrake/xfdrake-test-card.png

## Install scripts
# /usr/bin/
install -d -m 0755 %{buildroot}%{_bindir}/
for i in bin/*.sh ; do install -m 0755 $i %{buildroot}%{_bindir}/ ; done
install -m 0755 bin/www-browser %{buildroot}%{_bindir}/
install -m 0755 bin/xvt %{buildroot}%{_bindir}/
install -m 0755 bin/editor %{buildroot}%{_bindir}/

# /usr/sbin/
install -d -m 0755 %{buildroot}%{_sbindir}/
for i in sbin/* ; do install -m 0755 $i %{buildroot}%{_sbindir}/ ; done

## Install faces
install -d -m 0755 %{buildroot}%{_datadir}/mdk/faces/
install -d -m 0755 %{buildroot}%{_datadir}/faces/
for i in faces/*.png ; do install -m 0644 $i %{buildroot}%{_datadir}/mdk/faces/ ; done

# David - 9.0-5mdk - For KDE
install -m 0644 faces/default.png %{buildroot}%{_datadir}/faces/default.png

# David - 9.0-5mdk - For GDM
install -m 0644 faces/default.png %{buildroot}%{_datadir}/faces/user-default-mdk.png

## KDE
# kdm
install -d -m 0755 %{buildroot}%{_datadir}/apps/kdm/pics/
install -m 0644 kde/kdm-mdk-logo.png %{buildroot}%{_datadir}/apps/kdm/pics/

## icons
install -d -m 0755 %{buildroot}%{_miconsdir} %{buildroot}%{_liconsdir}
install -m 0644 menu/icons/*.png %{buildroot}%{_iconsdir}
install -m 0644 menu/icons/large/*.png %{buildroot}%{_liconsdir}
install -m 0644 menu/icons/mini/*.png %{buildroot}%{_miconsdir}
cp -r menu/icons/hicolor  %{buildroot}%{_datadir}/icons/

# XDG menus
install -d -m 0755 %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged 
install -d -m 0755 %{buildroot}%{_sysconfdir}/menu.d %{buildroot}/%{_sysconfdir}/profile.d
install -m 0644 applications.menu %{buildroot}%{_sysconfdir}/xdg/menus/applications.menu
install -m 0644 kde-applications.menu %{buildroot}%{_sysconfdir}/xdg/menus/kde-applications.menu
install -m 0755 menu/xdg_menu %{buildroot}%{_bindir}
install -m 0755 menu/update-menus %{buildroot}%{_bindir}/update-menus
install -m 0644 menu/menustyle.csh %{buildroot}%{_sysconfdir}/profile.d/30menustyle.csh
install -m 0644 menu/menustyle.sh  %{buildroot}%{_sysconfdir}/profile.d/30menustyle.sh

if [ "%_install_langs" != "all" ]; then
 echo ERROR : rpm macro %%_install_langs is not set to \"all\", causing some translations to not be available on your build system and therefore preventing building this package. Add \"%%_install_langs all\" to /etc/rpm/macros and force a reinstall of mdk-menu-messages package to ensure all translations are installed on this system before rebuilding this package
 return 1
fi

install -d -m 0755 %{buildroot}%{_datadir}/desktop-directories
mkdir tmp-l10n
for i in %{_datadir}/locale/*/LC_MESSAGES/menu-messages.mo ; do
 msgunfmt $i > tmp-l10n/`echo $i | sed -e 's|%{_datadir}/locale/||' -e 's|/LC.*||'`.po
done

install -d -m 0755 %{buildroot}%{_var}/lib/menu

for i in menu/desktop-directories/*.in ; do
 %{_bindir}/intltool-merge --desktop-style -c tmp-l10n/cache tmp-l10n $i %{buildroot}%{_datadir}/desktop-directories/`basename $i .in` 2>&1 | grep -q "Odd number of elements in hash assignment" && echo "menu message po broken (see bug #25895), aborting " && exit 1
done

#install theme for GDM/KDM
install -d -m 0755 %{buildroot}%{_datadir}/mdk/dm
for i in dm/*.png dm/*.desktop dm/*.xml ; do
  install -m 0644 $i %{buildroot}%{_datadir}/mdk/dm/
done

# install sound samples
install -d -m 0755 %{buildroot}%{_datadir}/sounds
for i in sounds/ia_ora*.wav ; do
 install -m 0644 $i %{buildroot}%{_datadir}/sounds
done

#install sound theme Ia Ora
install -d -m 0755 %{buildroot}%{_datadir}/sounds/ia_ora/stereo
install -m 0644 sounds/index.theme %{buildroot}%{_datadir}/sounds/ia_ora
ln -s ../../ia_ora-startup.wav %{buildroot}%{_datadir}/sounds/ia_ora/stereo/desktop-login.wav
ln -s ../../ia_ora-shutdown.wav %{buildroot}%{_datadir}/sounds/ia_ora/stereo/desktop-logout.wav
ln -s ../../ia_ora-error.wav %{buildroot}%{_datadir}/sounds/ia_ora/stereo/dialog-error.wav
ln -s ../../ia_ora-notification.wav %{buildroot}%{_datadir}/sounds/ia_ora/stereo/dialog-warning.wav
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/dialog.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/power.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/battery.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/suspend.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/screen-capture.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/service.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/system.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/desktop.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/device.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/bell.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/message-new-email.disabled
touch  %{buildroot}%{_datadir}/sounds/ia_ora/stereo/trash-empty.disabled


%changelog

* Wed Apr 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014.1-10
- (09e2856) Plasma 5 systemsettings should be in the same place in menu as KDE 4 systemsettings



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22472 |14mu|devhelp-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major 2
%define api_version 3
%define libname %mklibname %{name} %{api_version} %{lib_major}
%define libnamedev %mklibname -d %{name}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	API documentation browser for developers
Name:		devhelp
Version:	3.16.1
Release:	1
License:	GPLv2+
Group:		Development/Other
URL:		http://live.gnome.org/devhelp
Source0:	http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gconf-2.0) >= 2.6.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.25.11
BuildRequires:	pkgconfig(gthread-2.0) >= 2.10.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.2
BuildRequires:	pkgconfig(webkit2gtk-4.0)
BuildRequires:	intltool
BuildRequires:	desktop-file-utils
#for gnome-autogen.sh
BuildRequires:	gnome-common
BuildRequires:	gettext-devel

%description
Devhelp is an API documentation browser for GNOME 2. It works
natively with Gtk-doc (System used in GTK+ and GNOME for
documentating APIs) and it is possible to create books for other
documentation as well.

%package -n %{libname}
Summary:	Dynamic libraries for devhelp
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{libname}
this package contains dynamic libraries for devhelp.


%package -n %{libnamedev}
Summary:	Development files and headers for devhelp
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-%{api_version}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{_lib}devhelp-2-devel < %{version}

%description -n %{libnamedev}
This package contains the development files and headers for devhelp.

%package -n %{name}-plugins
Summary:	Gedit Plugins for Devhelp
Group:		Editors
Requires:	gedit

%description -n %{name}-plugins
Gedit plugins to use with Devhelp.

%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=1 gnome-autogen.sh
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# owns this dir
mkdir -p %{buildroot}%{_datadir}/%{name}/books

%find_lang %{name}

%preun
%preun_uninstall_gconf_schemas %{name}

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/devhelp
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/GConf/gsettings/devhelp.convert
%{_datadir}/appdata/devhelp.appdata.xml
%{_datadir}/glib-2.0/schemas/org.gnome.devhelp.gschema.xml

%files -n %{libname}
%{_libdir}/lib%{name}-%{api_version}.so.%{lib_major}*

%files -n %{libnamedev}
%{_libdir}/lib%{name}-%{api_version}.so
%{_libdir}/pkgconfig/lib%{name}-3.0.pc
%{_includedir}/devhelp-3.0/

%files -n %{name}-plugins
%{_libdir}/gedit/plugins/*

%changelog

* Mon Apr 13 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (0c89c56) pack icon



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22473 |14mu|dhcp-4.3.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major_version	4.3.2
%define patch_version	%{nil}

Name:		dhcp
Epoch:		3
Version:	%{major_version}%{patch_version}
Release:	7
Summary:	The ISC DHCP (Dynamic Host Configuration Protocol) server/relay agent/client
License:	Distributable
Group:		System/Servers
URL:		http://www.isc.org/software/dhcp
Source0:	ftp://ftp.isc.org/isc/%{name}/%{major_version}%{patch_version}/%{name}-%{major_version}%{patch_version}.tar.gz
Source1:	ftp://ftp.isc.org/isc/%{name}/%{major_version}%{patch_version}/%{name}-%{major_version}%{patch_version}.tar.gz.sha512.asc
Source2:	dhcpd.conf
Source4:	dhcp-dynamic-dns-examples.tar.bz2
Source7:	dhcpreport.pl
Source8:	dhcpd-chroot.sh
# (eugeni) dhclient-exit-hooks script
Source9:	dhclient-exit-hooks
Source10:	draft-ietf-dhc-ldap-schema-01.txt
Source12:	dhcpd.service
Source14:	dhcpd6.service
Source16:	dhcrelay.service
Source17:	dhcpd.tmpfiles
Source18:	dhclient.tmpfiles
Source19:	dhcrelay.tmpfiles
# mageia patches
Patch100:	dhcp-4.2.2-ifup.patch
#Patch101:	dhcp-4.2.2-fix-format-errors.patch # I see it applied in the source already
# prevents needless deassociation, working around mdv bug #43441
Patch102:	dhcp-4.1.1-prevent_wireless_deassociation.patch
Patch103:	dhcp-4.2.5-P1-man.patch
# fedora patches
Patch7:		dhcp-4.2.0-default-requested-options.patch
#Patch8:	dhcp-4.2.2-xen-checksum.patch # fixed in upstream since 4.3.2
Patch15:	dhcp-4.2.2-missing-ipv6-not-fatal.patch
Patch17:	dhcp-4.2.0-add_timeout_when_NULL.patch
Patch18:	dhcp-4.3.0-64_bit_lease_parse.patch
BuildRequires:	bind-devel
BuildRequires:	groff-base
BuildRequires:	groff-for-man
BuildRequires:	libtool
BuildRequires:	openldap-devel
BuildRequires:	systemd-units
Requires(post,preun): rpm-helper

%description 
DHCP (Dynamic Host Configuration Protocol) is a protocol which allows 
individual devices on an IP network to get their own network configuration
information (IP address, subnetmask, broadcast address, etc.) from a DHCP
server. The overall purpose of DHCP is to make it easier to administer a 
large network. The dhcp package includes the DHCP server and a DHCP relay
agent. You will also need to install the dhcp-client or dhcpcd package,
or pump or dhcpxd, which provides the DHCP client daemon, on client machines.

If you want the DHCP server and/or relay, you will also need to install the
dhcp-server and/or dhcp-relay packages.

%package common
Summary:	The ISC DHCP (Dynamic Host Configuration Protocol) server
Group:		System/Servers

%description common
DHCP (Dynamic Host Configuration Protocol) is a protocol which allows 
individual devices on an IP network to get their own network 
configuration information (IP address, subnetmask, broadcast address, 
etc.) from a DHCP server.  The overall purpose of DHCP is to make it 
easier to administer a large network.  The dhcp package includes the 
DHCP server and a DHCP relay agent.

You will also need to install the dhcp-client or dhcpcd package, or pump or
dhcpxd, which provides the DHCP client daemon, on  client machines. If you
want the DHCP server and/or relay, you will also need to install the
dhcp-server and/or dhcp-relay packages.

%package doc
Summary:	Documentation about the ISC DHCP server/client
Group:		System/Servers

%description doc
This package contains RFC/API/protocol documentation about the ISC
DHCP server and client.

DHCP (Dynamic Host Configuration Protocol) is a protocol which allows 
individual devices on an IP network to get their own network 
configuration information (IP address, subnetmask, broadcast address, 
etc.) from a DHCP server.  The overall purpose of DHCP is to make it 
easier to administer a large network.  The dhcp package includes the 
DHCP server and a DHCP relay agent.

%package server
Summary:	The ISC DHCP (Dynamic Host Configuration Protocol) server
Group:		System/Servers
Requires:	dhcp-common = %{EVRD}
Requires(post):  systemd-units
Requires(post,preun): rpm-helper

%description server
DHCP server is the Internet Software Consortium (ISC) DHCP server for various
UNIX operating systems. It allows a UNIX mac hine to serve DHCP requests from
the network.

You should install dhcp-server if you want to set up a DHCP server on your
network. You will also need to install the base dhcp package.

%package client
Summary:	The ISC DHCP (Dynamic Host Configuration Protocol) client
Group:		System/Servers
Requires:	dhcp-common = %{EVRD}
Requires(post):  systemd-units

%description client
DHCP client is the Internet Software Consortium (ISC) DHCP client for various
UNIX operating systems.  It allows a UNIX mac hine to obtain it's networking
parameters from a DHCP server.

You should install dhcp-client if you want to use the ISC DHCP client instead
of the Red Hat DHCP client, pump, or dhcpcd, or dhcpxd. You will also need to
install the base dhcp package.

%package relay
Summary:	The ISC DHCP (Dynamic Host Configuration Protocol) relay
Group:		System/Servers
Requires:	dhcp-common = %{EVRD}
Requires(post):  systemd-units
Requires(post,preun): rpm-helper

%description relay
DHCP relay is the Internet Software Consortium (ISC) relay agent for DHCP
packets. It is used on a subnet with DHCP clients to "relay" their requests
to a subnet that has a DHCP server on it. Because DHCP packets can be
broadcast, they will not be routed off of the local subnet. The DHCP relay
takes care of this for the client. You will need to set the environment
variable SERVERS and optionally OPTIONS in /etc/sysconfig/dhcrelay before
starting the server.

%package devel
Summary:	Development headers and libraries for the dhcpctl API
Group:		Development/Other
Requires:	dhcp-common = %{EVRD}

%description devel
DHCP devel contains all of the libraries and headers for developing with the
Internet Software Consortium (ISC) dhcpctl API.

%package -n	openldap-schemas-%{name}
summary:	OpenLDAP schema files from %{name}-%{EVRD} source tree
Group:		Databases
BuildArch:	noarch
Requires(pre):	openldap-config

%prep
%setup -q -n %{name}-%{major_version}%{patch_version}
%patch100 -p1 -b .ifup
#patch101 -p1 -b .format_not_a_string_literal_and_no_format_arguments
%patch102 -p1 -b .prevent_wireless_deassociation
%patch103 -p1 -b .man

# Add NIS domain, NIS servers, NTP servers, interface-mtu and domain-search
# to the list of default requested DHCP options
%patch7 -p1 -b .requested
# Handle Xen partial UDP checksums
#patch8 -p1 -b .xen
# If the ipv6 kernel module is missing, do not segfault
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #19367])
%patch15 -p1 -b .noipv6
# Handle cases in add_timeout() where the function is called with a NULL
# value for the 'when' parameter
%patch17 -p1 -b .dracut
# Ensure 64-bit platforms parse lease file dates & times correctly
%patch18 -p1 -b .64-bit_lease_parse

install -m0644 %{SOURCE10} doc

%build
%serverbuild_hardened
%configure2_5x \
    --enable-paranoia \
    --enable-early-chroot \
    --with-ldapcrypto \
    --with-srv-lease-file=%{_var}/lib/dhcpd/dhcpd.leases \
    --with-srv6-lease-file=%{_var}/lib/dhcpd/dhcpd6.leases \
    --with-cli-lease-file=%{_var}/lib/dhclient/dhclient.leases \
    --with-cli6-lease-file=%{_var}/lib/dhclient/dhclient6.leases \
    --with-srv-pid-file=/run/dhcpd/dhcpd.pid \
    --with-srv6-pid-file=/run/dhcpd/dhcpd6.pid \
    --with-cli-pid-file=/run/dhclient/dhclient.pid \
    --with-cli6-pid-file=/run/dhclient/dhclient6.pid \
    --with-relay-pid-file=/run/dhcrelay/dhcrelay.pid \
    --disable-static
%make

%install

%makeinstall_std

# Install correct dhclient-script
install -d %{buildroot}/sbin
mv %{buildroot}%{_sbindir}/dhclient %{buildroot}/sbin/dhclient
install -m 755 client/scripts/linux %{buildroot}/sbin/dhclient-script

install -d %{buildroot}%{_unitdir}
install -m 644 %{SOURCE12} %{buildroot}%{_unitdir}/dhcpd.service
install -m 644 %{SOURCE14} %{buildroot}%{_unitdir}/dhcpd6.service
install -m 644 %{SOURCE16} %{buildroot}%{_unitdir}/dhcrelay.service

install -D -p -m 644 %{SOURCE17} %{buildroot}%{_tmpfilesdir}/dhcpd.conf
install -D -p -m 644 %{SOURCE18} %{buildroot}%{_tmpfilesdir}/dhclient.conf
install -D -p -m 644 %{SOURCE19} %{buildroot}%{_tmpfilesdir}/dhcrelay.conf

install -m 755 %{SOURCE7} %{SOURCE8} %{buildroot}%{_sbindir}
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}
install -m 755 contrib/ldap/dhcpd-conf-to-ldap %{buildroot}%{_sbindir}

# install exit-hooks script to /etc/
install -m 755 %{SOURCE9} %{buildroot}%{_sysconfdir}

install -d %{buildroot}%{_sysconfdir}/sysconfig
cat > %{buildroot}%{_sysconfdir}/sysconfig/dhcpd <<EOF
# You can set here various option for dhcpd

# Which configuration file to use.
# CONFIGFILE="/etc/dhcpd.conf"

# Where to store the lease state information.
# LEASEFILE="/var/lib/dhcpd/dhcpd.leases"

# Define INTERFACES to limit which network interfaces dhcpd listens on.
# The default null value causes dhcpd to listen on all interfaces.
#INTERFACES=""

# Define OPTIONS with any other options to pass to the dhcpd server.
# See dhcpd(8) for available options and syntax.
OPTIONS="-q"
EOF

install -d %{buildroot}%{_var}/lib/dhcpd
touch %{buildroot}%{_var}/lib/dhcpd/dhcpd.leases
install -d %{buildroot}%{_var}/lib/dhclient
touch %{buildroot}%{_var}/lib/dhclient/dhclient.leases

cat > %{buildroot}%{_sysconfdir}/sysconfig/dhcrelay <<EOF
# Define SERVERS with a list of one or more DHCP servers where
# DHCP packets are to be relayed to and from.  This is mandatory.
#SERVERS="10.11.12.13 10.9.8.7"
SERVERS=""

# Define OPTIONS with any other options to pass to the dhcrelay server.
# See dhcrelay(8) for available options and syntax.
#OPTIONS="-q -i eth0 -i eth1"
OPTIONS="-q"
EOF

find . -type d -exec chmod 0755 {} \;
find . -type f -exec chmod 0644 {} \;

rm -rf doc/ja_JP.eucJP

# remove empty files

find -size 0 |grep ldap | xargs rm -rf 

# remove unwanted file
rm -f %{buildroot}%{_sysconfdir}/dhclient.conf.example
rm -f %{buildroot}%{_sysconfdir}/dhcpd.conf.example
rm -f %{buildroot}%{_libdir}/*.a

# Prepare schema files to be included into OpenLDAP configuration
mkdir -p %{buildroot}%{_sysconfdir}/openldap/{schema,slapd.d}
install -m 0644 contrib/ldap/dhcp.schema %{buildroot}%{_sysconfdir}/openldap/schema/
install -m 0644 contrib/ldap/README.ldap %{buildroot}%{_sysconfdir}/openldap/schema/README.%{name}
cat > %{buildroot}%{_sysconfdir}/openldap/slapd.d/%{name}.conf <<EOF
# If interested in storing DHCP leases in your instance of OpenLDAP,
# load this file or copy uncommented lines below to your slapd.conf.
#
# For details see:
#  %{_sysconfdir}/openldap/schema/README.%{name}
#
# You may also find 'dhcpd-conf-to-ldap' script from
# dhcp-server package useful.

include %{_sysconfdir}/openldap/schema/dhcp.schema

EOF

%pre server
%_pre_useradd dhcpd /dev/null /bin/false

%post server
%_post_service dhcpd
%tmpfiles_create dhcpd.conf
# New dhcpd lease file
if [ ! -f %{_var}/lib/dhcpd/dhcpd.leases ]; then
    touch %{_var}/lib/dhcpd/dhcpd.leases
fi

%preun server
%_preun_service dhcpd

%post relay
%_post_service dhcrelay
%tmpfiles_create dhcrelay.conf

%preun relay
%_preun_service dhcrelay

%post client
touch %{_var}/lib/dhclient/dhclient.leases
%tmpfiles_create dhclient.conf

%postun client
rm -rf %{_var}/lib/dhclient/dhclient.leases

%files common
%doc README contrib/ldap/README.ldap RELNOTES
%doc contrib/3.0b1-lease-convert
%{_mandir}/man5/dhcp-options.5*

%files doc
%doc doc/*

%files server
%doc server/dhcpd.conf.example tests/failover contrib/ldap/dhcp.schema
%{_unitdir}/dhcpd.service
%{_unitdir}/dhcpd6.service
%{_tmpfilesdir}/dhcpd.conf
%config(noreplace) %{_sysconfdir}/dhcpd.conf
%config(noreplace) %{_sysconfdir}/dhclient-exit-hooks
%config(noreplace) %{_sysconfdir}/sysconfig/dhcpd
%{_sbindir}/dhcpd
%{_sbindir}/dhcpreport.pl
%{_sbindir}/dhcpd-conf-to-ldap
%{_sbindir}/dhcpd-chroot.sh
%{_bindir}/omshell
%{_mandir}/man1/omshell.1*
%{_mandir}/man3/omapi.3*
%{_mandir}/man5/dhcpd.conf.5*
%{_mandir}/man5/dhcpd.leases.5*
%{_mandir}/man5/dhcp-eval.5*
%{_mandir}/man8/dhcpd.8*
%dir %{_var}/lib/dhcpd
%config(noreplace) %ghost %{_var}/lib/dhcpd/dhcpd.leases

%files relay
%{_unitdir}/dhcrelay.service
%{_tmpfilesdir}/dhcrelay.conf
%config(noreplace) %{_sysconfdir}/sysconfig/dhcrelay
%{_sbindir}/dhcrelay
%{_mandir}/man8/dhcrelay.8*

%files client
%doc client/dhclient.conf.example
%attr (0755,root,root) /sbin/dhclient-script
%{_tmpfilesdir}/dhclient.conf
/sbin/dhclient
%{_mandir}/man5/dhclient.conf.5*
%{_mandir}/man5/dhclient.leases.5*
%{_mandir}/man8/dhclient.8*
%{_mandir}/man8/dhclient-script.8*
%dir %{_var}/lib/dhclient
%config(noreplace) %ghost %{_var}/lib/dhclient/dhclient.leases

%files devel
%{_includedir}/*
%{_mandir}/man3/*
%exclude %{_mandir}/man3/omapi.3*

%files -n openldap-schemas-%{name}
%config(noreplace) %{_sysconfdir}/openldap/schema/*
%attr(750,ldap,ldap) %config(noreplace) %{_sysconfdir}/openldap/slapd.d/%{name}.conf

%changelog

* Thu Apr 02 2015 Alexey Ivanov <a.ivanov@ntcit-rosa.ru> 3:4.3.2-7
- (deca838) Raise release

* Wed Apr 01 2015 Alexey Ivanov <a.ivanov@ntcit-rosa.ru> 3:4.3.2-6
- (b34752f) Update comments it slapd.d/dhcp.conf file
- (Alexey Ivanov: f581a50) Lighten openldap-schema-dhcp to simplify it's maintenance
- (Alexey Ivanov: ec4fb6e) Set correct file access mode

* Thu Mar 19 2015 Alexey Ivanov <a.ivanov@ntcit-rosa.ru> 3:4.3.2-4
- (c1b7318) Add docs, scripts and conffiles

* Wed Mar 18 2015 Alexey Ivanov <a.ivanov@ntcit-rosa.ru> 3:4.3.2-3
- (3d18ac1) Fix error in default dhcpd configuration: 'host' section should not be nested into 'subnet'.

* Wed Mar 18 2015 Alexey Ivanov <a.ivanov@ntcit-rosa.ru> 3:4.3.2-2
- (43927d6) Fix: %tmpfiles_create not being run (services fail to start till reboot)

* Wed Mar 18 2015 Alexey Ivanov <a.ivanov@ntcit-rosa.ru> 3:4.3.2-1
- (85d2740) Upgrade to version 4.3.2 and prepare to ship spec files from source tree for inclusion to OpenLDAP installations

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 3:4.3.0-5
- (83e3558) MassBuild#656: Increase release tag

* Sun Feb 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.3.0-4
- (c248712) Bump release

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3:4.3.0-2
- (51d9aa0) MassBuild#440: Increase release tag

* Tue Jun 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 3:4.3.0-1
- (8e81aa7) Cleanup
- (Denis Silakov: aa9b69b) Updated to 4.3.0

* Mon Dec 30 2013 Denis Silakov <denis.silakov@rosalab.ru> 3:4.2.5-0.P1.5
- (cd8dddd) Add "-d" option to dhcpd

* Mon Dec 30 2013 Denis Silakov <denis.silakov@rosalab.ru> 3:4.2.5-0.P1.4
- (26d324e) Add "-d" option to dhcpd
- (Denis Silakov: 92dda04) Fix tmpfiles creation
- (Denis Silakov: 1563e8f) Bump release for rebuild

* Thu Nov 07 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 3:4.2.5-0.P1.3
- (971017d) replaced obsolete macro
- (akdengi: 70cb2c6) SILENT use right sources
- (akdengi: ef69062) SILENT use right source name
- (akdengi: 4d6aecc) Fix source
- (akdengi: 7bf316f) fix plevel define

* Thu Nov 07 2013 akdengi <kazancas@mandriva.ru> 
- (486b8e4) another fix

* Thu Nov 07 2013 akdengi <kazancas@mandriva.ru> 3:4.2.5-3
- (15895db) SILENT fix spec
- (akdengi: 0efc158) sync with OM

* Wed Jul 31 2013 akdengi <kazancas@mandriva.ru> 3:4.2.5P1-2
- (680bdd4) up release

* Wed Jul 31 2013 akdengi <kazancas@mandriva.ru> 3:4.2.5P1-1
- (cdd1582) fix service to pid in /var/run
- (akdengi: 99c5987) move pid backward to /run and fix rpm-helper requires
- (akdengi: 37aa612) fix systemd requires
- (akdengi: bcd5896) fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22474 |14mu|dhcpcd-6.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DHCP Client Daemon
Name:		dhcpcd
Version:	6.11.0
Release:	1
License:	BSD-Like
Group:		System/Servers
URL:		http://roy.marples.name/projects/dhcpcd
Source0:	http://roy.marples.name/downloads/dhcpcd/%{name}-%{version}.tar.xz
Patch1:		dhcpcd-6.4.0-fix-install-permissions.patch
Requires(post): rpm-helper
Provides:	dhcp-client-daemon

%description
dhcpcd is an RFC2131 compliant DHCP client. It is fully featured and yet
lightweight: the binary is 60k as reported by size(1) on Linux i386. It has
support for duplicate address detection, IPv4LL, carrier detection, and a
merged resolv.conf and ntp.conf for which other DHCP clients require third
party tools.

%prep
%setup -q
%patch1 -p1 -b .perms~

%build
%configure2_5x	--bindir=/sbin \
		--libdir=/%{_lib} \
		--libexecdir=/%{_lib} \
		--with-hook=ntp.conf \
		--with-hook=yp.conf \
		--with-hook=ypbind \
		--without-udev

%serverbuild

%make

%install
%makeinstall_std

%files
%doc README
%config(noreplace) %{_sysconfdir}/dhcpcd.conf
/sbin/dhcpcd
%dir /%{_lib}/dhcpcd-hooks
/%{_lib}/dhcpcd-hooks/*
/%{_lib}/dhcpcd-run-hooks
%{_datadir}/%{name}/hooks
%{_mandir}/man5/dhcpcd.conf.5*
%{_mandir}/man8/dhcpcd.8*
%{_mandir}/man8/dhcpcd-run-hooks.8*

%changelog

* Thu Jun 02 2016 Denis Silakov <denis.silakov@rosalab.ru> 6.11.0-1
- (c29f010) Updated to 6.11.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22475 |14mu|dia-0.97.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A gtk+ based diagram creation program
Name:		dia
Version:	0.97.2
Release:	7
License:	GPLv2+
Group:		Office
Source:		ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
Patch0:		dia-0.97.1-use-own-gtkrc.patch
#gw quick hack to find the gnome documentation
Patch1:		dia-0.97.1-help.patch
Patch2:		dia-0.97.2-fix-glib-includes.patch
Patch3:		dia-0.97.2-vdx-fix-includes.patch
Patch4:		dia-0.97.2-startup-segfault.patch
Patch5:		dia-freetype.patch
URL:		http://www.gnome.org/projects/dia 
BuildRequires:	docbook-utils
#BuildRequires:	pygtk2.0
BuildRequires:	python-devel
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	intltool
BuildRequires:	autoconf
BuildRequires:	libxslt-proc
BuildRequires:	scrollkeeper
BuildRequires:	docbook-style-xsl
BuildRequires:	desktop-file-utils
#gw if we run aclocal or autogen.sh
BuildRequires:	libtool gnome-common
#Requires:	pygtk2.0
#gw help viewer also for non-GNOME
Suggests:	yelp
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description
Dia is a program designed to be much like the Windows
program 'Visio'. It can be used to draw different kind of diagrams. In
this first version there is support for UML static structure diagrams
(class diagrams) and Network diagrams. It can currently load and save
diagrams to a custom fileformat and export to postscript.

%prep
%setup -q
%apply_patches

# gw fix doctype
perl -pi -e "s^../../dtd/docbookx.dtd^http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd^" doc/*/dia.xml

%build
%configure2_5x --enable-gnome --with-cairo
#--with-python

%make libdia_la_LIBADD="\$(GTK_LIBS)"

%install
%makeinstall_std

# fix en documentation directory name
rm -f %{buildroot}%{_datadir}/gnome/help/%{name}/C
mv %{buildroot}%{_datadir}/gnome/help/%{name}/en %{buildroot}%{_datadir}/gnome/help/%{name}/C

#fix icon and invalid version in bugzilla field
sed -i -e 's/@\(%{version}\)@/\1/g' -e 's/Icon=dia_gnome_icon.png/Icon=dia_gnome_icon/g' %{buildroot}%{_datadir}/applications/dia.desktop

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="GTK" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/dia.desktop


#for i in %{buildroot}%{_datadir}/dia/sheets/{ER,GRAFCET,Istar,KAOS,Jackson}/*.xpm ; do
# convert $i `dirname $i`/`basename $i .xpm`.png
#done

%{find_lang} %{name} --with-gnome

chmod 644 %{buildroot}%{_libdir}/%{name}/*.la

%files -f %{name}.lang
%doc README TODO NEWS INSTALL COPYING ChangeLog AUTHORS
%{_bindir}/*
%{_libdir}/dia
%{_mandir}/*/*
%{_datadir}/dia
%{_datadir}/mime-info/*
%{_datadir}/applications/dia.desktop
%{_datadir}/icons/hicolor/*/*/*


%changelog

* Sun Apr 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.97.2-7
- (3004d5d) Build python-devel instead of pyxml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22476 |14mu|dietlibc-0.33-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define snap %{nil}

%define name	%{cross_prefix}dietlibc

# This is eventually a biarch package, so no %_lib for diethome
%define diethome %{_prefix}/lib/dietlibc

# Enable builds without testing (default shall always be testing)
%define build_check		1
%{expand: %{?_with_CHECK:	%%global build_check 1}}
%{expand: %{?_without_CHECK:	%%global build_check 0}}

# Enable cross compilation
%define build_cross		0
%{expand: %{?cross:		%%global build_cross 1}}
%if %{build_cross}
%define target_cpu		%{cross}
%define cross_prefix		cross-%{target_cpu}-
%define cross_make_flags	ARCH=%{target_cpu} CROSS=%{target_cpu}-linux-
%define build_check		0
%else
%define cross_prefix		%{nil}
%define cross_make_flags	%{nil}
%endif

Summary:	C library optimized for size
Name:		%{name}
Version:	0.33
%if "%{snap}" != ""
Release:	5.%{snap}.1
Source0:	http://www.fefe.de/dietlibc/dietlibc-%{version}.%{snap}.tar.xz
%else
Release:	13
Source0:	http://www.fefe.de/dietlibc/dietlibc-%{version}.tar.bz2
%endif
License:	GPL
Group:		Development/Other
%if %{build_cross}
BuildRequires:	%{cross_prefix}gcc
%endif
URL:		http://www.fefe.de/dietlibc/
Source2:	build_cross_dietlibc.sh
# all in one from RH:
Patch9999:		dietlibc-github.patch
Patch1:		dietlibc-0.33-mdkconfig.patch
Patch5:		dietlibc-0.22-net-ethernet.patch
Patch6:		dietlibc-0.24-rpc-types.patch
Patch17:	dietlibc-0.33-x86_64-stat64.patch
Patch18:	dietlibc-0.27-x86_64-lseek64.diff
Patch23:	dietlibc-0.33-biarch.patch
Patch26:	dietlibc-0.27-kernel2.6-types.patch
Patch27:	dietlibc-0.29-cross.patch
# (UPSTREAMED differently)
Patch33:	dietlibc-0.33-fix-strncmp.patch
# (cjw) from PLD, see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26374
Patch34:	dietlibc-0.29-ppc-gcc-ldbl128.patch
# (pixel) add -fno-stack-protector to override default %{optflags}
Patch37:	dietlibc-0.30-force-no-stack-protector.patch
Patch113:	dietlibc-0.33-i386-types.patch

# (UPSTREAMED)
Patch200:       dietlibc_mips_Makefile_fixes.patch
Patch201:       dietlibc_mips_use_misc.patch
Patch300:	diet_arm_eabi_time.patch
Patch301:	diet_arm_create_module.patch
# (tv) from http://svn.exactcode.de/t2/trunk/package/base/dietlibc/, for kmod:
Patch305:	fstatat.patch
# (tv) add string.h's basename (prevent libkmod to segfault in basebame())
Patch322:	basename.diff

%description
Small libc for building embedded applications.

%package	devel
Group:          Development/C
Summary:        Development files for dietlibc
%if %{build_cross}
# Requires main dietlibc package for "diet" program (dispatcher)
# XXX: build %{target_cpu}-linux-diet wrapper too?
Requires:	dietlibc >= %{version}
Requires:	%{cross_prefix}gcc
%endif
Obsoletes:	%{name}
Provides:	%{name} = %{version}-%{release}

%description	devel
Small libc for building embedded applications.

%prep
%if "%{snap}" != ""
%setup -q -n %{name}-%{version}.%{snap}
%else
%setup -q
%endif

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# P9999 is from fedora 
%patch9999 -p1 -b .rh
%patch1 -p0 -b .mdkconfig
%patch5 -p1 -b .net-ethernet
%patch6 -p1 -b .rpc-types
%patch17 -p1 -b .x86_64-stat64
#patch18 -p0 -b .x86_64-lseek64
%patch23 -p1 -b .biarch
%patch26 -p1 -b .kernel2.6-types
%patch27 -p0 -b .cross
%patch33 -p1 -b .fix-strncmp
%patch37 -p1 -b .stack-protector

%patch200 -p1 -b .mips
%patch201 -p1 -b .mips_misc
%patch300 -p1 -b .arm_time
%patch301 -p1 -b .arm_create_module
%patch305 -p1 -b .at2
%patch322 -p1 -b .readdir_r

%patch113 -p0 -b .386_types
rm -f x86_64/getpriority.S

#WANT_VALGRIND_SUPPORT
# disable unwanted features
cp dietfeatures.h{,.tv}
sed -i \
    -e '/#define WANT_\(LARGEFILE_BACKCOMPAT\|\LINKER_WARNINGS\|IPV6_DNS\|HIGH_PRECISION_MATH\|SAFEGUARDNT_LINKER_WARNINGS\|PLUGPLAY_DNS\|SAFEGUARD\)/d' \
    dietfeatures.h
 
# fix execute permission on test scripts
chmod a+x test/{dirent,inet,stdio,string,stdlib,time}/runtests.sh

%build
%make %{cross_make_flags} DEBUG=1

%check
# make and run the tests
%if %{build_check}
cd test; rm *.c.*
%ifarch %mips %arm
sed -i -e 's!cycles empty!empty!' Makefile
%endif
# fix build in chroot:
%if "%{snap}" != ""
export DIETHOME="%{_builddir}/%{name}-%{version}.%{snap}"
%else
export DIETHOME="%{_builddir}/%{name}-%{version}"
%endif
MYARCH=`uname -m | sed -e 's/i[4-9]86/i386/' -e 's/armv[3-7]t\?e\?[lb]/arm/' -e 's!mips!%{_arch}!g'`
find -name "Makefile" | xargs perl -pi -e "s|^DIET.*|DIET=\"${DIETHOME}/bin-${MYARCH}/diet\"|g" 	 
# compile test suite:
%make all  DEBUG=1
%make -C inet all DEBUG=1

# run the tests
# getpass requires user input
perl -pi -e "s|^PASS.*|PASS=\"\"|g" runtests.sh
sh ./runtests.sh
cd ..
%endif

%install
make %{cross_make_flags} DEBUG=1 DESTDIR=%{buildroot} install

%files devel
%doc AUTHOR BUGS CAVEAT CHANGES README THANKS TODO FAQ
%if ! %{build_cross}
%{_bindir}/diet
%{_mandir}/man*/*
%dir %{diethome}
%dir %{diethome}/include
%{diethome}/include/*
%endif
%dir %{diethome}/lib-*
%{diethome}/lib-*/*

%changelog

* Tue Dec 01 2015 Denis Silakov <dsilakov@gmail.com> 0.33-13
- (daac589) Clean project



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22477 |14mu|diffstat-1.61-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	A utility which provides statistics based on the output of diff
Name: 		diffstat
Version: 	1.61
Release: 	1
Group: 		Development/Other
License: 	MIT
URL: 		http://invisible-island.net/diffstat/diffstat.html
Source0: 	ftp://invisible-island.net/diffstat/%name-%version.tgz
Source1: 	ftp://invisible-island.net/diffstat/%name-%version.tgz.asc

%description
Diffstat is is useful for reviewing large, complex patch files.  It reads from
one or more input files which contain output from diff, producing a histogram
of the total lines changed for each file referenced.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%doc CHANGES
%{_bindir}/diffstat
%{_mandir}/man1/*

%changelog

* Mon Apr 11 2016 dsilakov <denis.silakov@rosalab.ru> 1.61-1
- (325f370) Merge pull request #1 from alzim/diffstat:rosa2014.1
- (325f370) Updated to 0.61



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22478 |14mu|digikam-4.14.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Disable until libmediawiki gets individual tarball release
%bcond_with wikimedia

Summary:	A KDE photo management utility
Name:		digikam
Epoch:		2
Version:	4.14.0
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://www.digikam.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{name}-%{version}.tar.bz2
# Done for 4.12.0, perhaps needs to be removed later
Source1:	digikam_ru.po
Source2:	kipiplugin_expoblending_ru.po
Source3:	kipiplugin_panorama_ru.po
Source4:	kipiplugin_videoslideshow_ru.po
Source5:	kipiplugin_gpssync_ru.po
Source100:	%{name}.rpmlintrc
Patch1:		digikam-4.13.0-soversion.patch
Patch2:		digikam-4.10.0-cmake-qtsoap.patch
BuildRequires:	bison
BuildRequires:	doxygen
BuildRequires:	eigen3
BuildRequires:	flex
BuildRequires:	imagemagick
%if %{mdvver} >= 201400
BuildRequires:	mariadb-server
%else
BuildRequires:	mysql-core
BuildRequires:	mysql-common
%endif
BuildRequires:	baloo-devel
BuildRequires:	gomp-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	kvkontakte-devel
BuildRequires:	qtsoap-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(kqoauth)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(lensfun)
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(libkexiv2)
BuildRequires:	pkgconfig(libkface)
BuildRequires:	pkgconfig(libkgeomap)
BuildRequires:	pkgconfig(libksane)
BuildRequires:	pkgconfig(libkdcraw)
BuildRequires:	pkgconfig(libkipi)
BuildRequires:	pkgconfig(libpgf)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(lqr-1) >= 0.4.0
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(QtGStreamer-1.0)
BuildRequires:	pkgconfig(sqlite3)
%if %{mdvver} >= 201400
Requires:	mariadb-common
%else
Requires:	mysql-core
Requires:	mysql-common
%endif
Requires:	kdebase4-runtime
Requires:	kipi-common
Requires:	kipi-plugins
Requires:	libgphoto-common
Requires:	libkdcraw-common
# Needed to show geolocation
Suggests:	marble
Requires:	qt4-database-plugin-sqlite

%description
DigiKam is an advanced digital photo management application for KDE.
Photos can be collected into albums which can be sorted chronologically,
by directory layout or by custom collections.
DigiKam also provides tagging functionality. Images can be tagged despite of
their position and digiKam provides fast and intuitive ways to browse them.
User comments and customized meta-information added to images, are stored
into a database and retrieved to make them available into the user interface.
As soon as the camera is plugged in digikam allows you to preview, download,
upload and delete images.
Digikam also includes tools like Image Editor, to modify photos using plugins
such as red eye correction or Gamma correction, exif management,...
Light Table to make artistic photos and an external image editor such
as Showfoto.
Digikam also uses KIPI plugins (KDE Image Plugin Interface) to increase
its functionalities.

%files -f %{name}.lang
%doc core/AUTHORS core/ChangeLog core/COPYING core/COPYING.LIB core/NEWS core/README
%{_kde_bindir}/digikam
%{_kde_bindir}/digitaglinktree
%{_kde_bindir}/cleanup_digikamdb
%{_kde_libdir}/kde4/digikam*.so
%{_kde_libdir}/kde4/kio_digikam*.so
%{_kde_appsdir}/digikam
%{_kde_appsdir}/kconf_update/adjustlevelstool.upd
%{_kde_appsdir}/solid/actions/digikam*.desktop
%{_kde_applicationsdir}/digikam.desktop
%{_kde_datadir}/appdata/digikam.appdata.xml
%{_kde_datadir}/appdata/digiKam-ImagePlugin_*.metainfo.xml
%{_kde_services}/digikam*.desktop
%{_kde_services}/digikam*.protocol
%{_kde_servicetypes}/digikam*.desktop
%{_kde_mandir}/man1/digitaglinktree.1*
%{_kde_mandir}/man1/cleanup_digikamdb.1*
%{_kde_iconsdir}/*/*/apps/digikam.*
%{_kde_libdir}/kde4/libexec/digikamdatabaseserver

#-----------------------------------------------------------------------

%package -n showfoto
Summary:	Fast Image Editor
Group:		Graphics
Requires:	libkdcraw-common
# Otherwise it doesn't work properly
Requires:	%{name} = %{EVRD}

%description -n showfoto
Showfoto is a fast Image Editor with powerful image editing tools.
You can use it to view your photographs and improve them.

%files -n showfoto -f showfoto.lang
%{_kde_bindir}/showfoto
%{_kde_applicationsdir}/showfoto.desktop
%{_kde_appsdir}/showfoto
%{_kde_datadir}/appdata/showfoto.appdata.xml
%{_kde_iconsdir}/*/*/apps/showfoto.*

#-----------------------------------------------------------------------

%define libdigikamdatabase_major 4
%define libdigikamdatabase %mklibname digikamdatabase %{libdigikamdatabase_major}

%package -n %{libdigikamdatabase}
Summary:	Runtime library for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}digikamdatabase2 < 2:3.0.0
Obsoletes:	%{_lib}digikamdatabase3 < 2:4.0.0

%description -n %{libdigikamdatabase}
Librairie File needed by %{name}

%files -n %{libdigikamdatabase}
%{_kde_libdir}/libdigikamdatabase.so.%{libdigikamdatabase_major}*

#-----------------------------------------------------------------------

%define libdigikamcore_major 4
%define libdigikamcore %mklibname digikamcore %{libdigikamcore_major}

%package -n %{libdigikamcore}
Summary:	Runtime library for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}digikamcore2 < 2:3.0.0
Obsoletes:	%{_lib}digikamcore3 < 2:4.0.0

%description -n %{libdigikamcore}
Librairie File needed by %{name}

%files -n %{libdigikamcore}
%{_kde_libdir}/libdigikamcore.so.%{libdigikamcore_major}*

#-----------------------------------------------------------------------

%define libkipiplugins_major 4
%define libkipiplugins %mklibname kipiplugins %{libkipiplugins_major}

%package -n %{libkipiplugins}
Summary:	Runtime library for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}kipiplugins2 < 2:3.0.0
Obsoletes:	%{_lib}kipiplugins3 < 2:4.0.0

%description -n %{libkipiplugins}
Librairie File needed by %{name}

%files -n %{libkipiplugins}
%{_kde_libdir}/libkipiplugins.so.%{libkipiplugins_major}*

#-----------------------------------------------------------------------

%package -n kipi-plugins
Summary:	KDE image Interface Plugins
Group:		System/Libraries
Url:		https://projects.kde.org/projects/extragear/graphics/kipi-plugins
BuildArch:	noarch
Suggests:	kipi-plugins-acquireimages
Suggests:	kipi-plugins-advancedslideshow
Suggests:	kipi-plugins-batchprocess
Suggests:	kipi-plugins-calendar
Suggests:	kipi-plugins-debianscreenshot
Suggests:	kipi-plugins-dlna
Suggests:	kipi-plugins-dngconverter
Suggests:	kipi-plugins-dropbox
Suggests:	kipi-plugins-expoblending
Suggests:	kipi-plugins-facebook
Suggests:	kipi-plugins-flashexport
Suggests:	kipi-plugins-flickr
Suggests:	kipi-plugins-galleryexport
Suggests:	kipi-plugins-googleservices
Suggests:	kipi-plugins-gpssync
Suggests:	kipi-plugins-htmlexport
Suggests:	kipi-plugins-imageshack
Suggests:	kipi-plugins-imageviewer
Suggests:	kipi-plugins-imgurexport
Suggests:	kipi-plugins-ipodexport
Suggests:	kipi-plugins-jalbumexport
Suggests:	kipi-plugins-jpeglossless
Suggests:	kipi-plugins-kioexportimport
Suggests:	kipi-plugins-kmlexport
Suggests:	kipi-plugins-kopete
Suggests:	kipi-plugins-metadataedit
Suggests:	kipi-plugins-panorama
Suggests:	kipi-plugins-piwigoexport
Suggests:	kipi-plugins-printimages
Suggests:	kipi-plugins-rajceexport
Suggests:	kipi-plugins-rawconverter
Suggests:	kipi-plugins-removeredeyes
Suggests:	kipi-plugins-sendimages
Suggests:	kipi-plugins-shwup
Suggests:	kipi-plugins-smug
Suggests:	kipi-plugins-timeadjust
Suggests:	kipi-plugins-videoslideshow
Suggests:	kipi-plugins-vkontakte
%if %{with wikimedia}
Suggests:	kipi-plugins-wikimedia
%else
Obsoletes:	kipi-plugins-wikimedia < %{EVRD}
%endif
Suggests:	kipi-plugins-yandexfotki

%description -n kipi-plugins
The library of the KDE Image Plugin Interface.

Libkipi allows image applications to use a plugin architecture
for additional functionality such as: RawConverter, SlideShow, 
ImagesGallery, HTMLExport, PrintAssistant...

%files -n kipi-plugins -f kipi-plugins.lang
%{_datadir}/apps/kipi/tips
%doc extra/kipi-plugins/AUTHORS extra/kipi-plugins/COPYING extra/kipi-plugins/COPYING-ADOBE extra/kipi-plugins/ChangeLog extra/kipi-plugins/README extra/kipi-plugins/TODO extra/kipi-plugins/NEWS
%{_kde_applicationsdir}/kipiplugins.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-acquireimages
Summary:	Acquireimages
Group:		System/Libraries
Requires:	kipi-common
Conflicts:	kipi-plugins < 1:1.8.0-1

%description -n kipi-plugins-acquireimages
A tool to acquire images using flat scanner.

%files -n kipi-plugins-acquireimages -f kipiplugin_acquireimages.lang
%{_kde_appsdir}/kipi/kipiplugin_acquireimagesui.rc
%{_kde_bindir}/scangui
%{_kde_libdir}/kde4/kipiplugin_acquireimages.so
%{_kde_services}/kipiplugin_acquireimages.desktop
%{_kde_applicationsdir}/scangui.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-advancedslideshow
Summary:	Advanced Slideshow Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-advancedslideshow
A tool to slide images with 2D and 3D effects using OpenGL.

%files -n kipi-plugins-advancedslideshow -f kipiplugin_advancedslideshow.lang
%{_kde_appsdir}/kipi/kipiplugin_advancedslideshowui.rc
%{_kde_libdir}/kde4/kipiplugin_advancedslideshow.so
%{_kde_services}/kipiplugin_advancedslideshow.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-slideshow.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-batchprocess
Summary:	Batch Process Images Kipi Plugin
Group:		System/Libraries
# Resizing pictures need convert from imagemagick
Requires:	imagemagick
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-batchprocess
KIPI Batch Processing Images Plugin.

%files -n kipi-plugins-batchprocess -f kipiplugin_batchprocessimages.lang
%{_kde_appsdir}/kipi/kipiplugin_batchprocessimagesui.rc
%{_kde_libdir}/kde4/kipiplugin_batchprocessimages.so
%{_kde_services}/kipiplugin_batchprocessimages.desktop
%{_kde_iconsdir}/hicolor/*/actions/recompressimages.png
%{_kde_iconsdir}/hicolor/*/actions/renameimages.png
%{_kde_iconsdir}/hicolor/*/actions/resizeimages.png
%{_kde_iconsdir}/hicolor/*/actions/borderimages.png
%{_kde_iconsdir}/hicolor/*/actions/colorimages.png
%{_kde_iconsdir}/hicolor/*/actions/convertimages.png
%{_kde_iconsdir}/hicolor/*/actions/effectimages.png
%{_kde_iconsdir}/hicolor/*/actions/filterimages.png

#-----------------------------------------------------------------------

%package -n kipi-plugins-calendar
Summary:	Calendar Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-calendar
A tool to create calendars.

%files -n kipi-plugins-calendar -f kipiplugin_calendar.lang
%{_kde_appsdir}/kipi/kipiplugin_calendarui.rc
%{_kde_libdir}/kde4/kipiplugin_calendar.so
%{_kde_services}/kipiplugin_calendar.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-debianscreenshot
Summary:	Debian Screenshot Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-debianscreenshot
A tool to export images to the Debian Screenshots site.

%files -n kipi-plugins-debianscreenshot -f kipiplugin_debianscreenshots.lang
%{_kde_appsdir}/kipi/kipiplugin_debianscreenshotsui.rc
%{_kde_libdir}/kde4/kipiplugin_debianscreenshots.so
%{_kde_services}/kipiplugin_debianscreenshots.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-debianscreenshots.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-dlna
Summary:	DLNA support
Group:		System/Libraries
Requires:	kipi-common

%description -n kipi-plugins-dlna
A tool to support DLNA.

%files -n kipi-plugins-dlna -f kipiplugin_dlnaexport.lang
%{_kde_appsdir}/kipi/kipiplugin_dlnaexportui.rc
%{_kde_appsdir}/kipiplugin_dlnaexport
%{_kde_libdir}/kde4/kipiplugin_dlnaexport.so
%{_kde_services}/kipiplugin_dlnaexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-dlna.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-dngconverter
Summary:	Dng converter Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-dngconverter
A tool to convert Raw Image to Digital NeGative.

%files -n kipi-plugins-dngconverter -f kipiplugin_dngconverter.lang
%{_kde_appsdir}/kipi/kipiplugin_dngconverterui.rc
%{_kde_bindir}/dngconverter
%{_kde_applicationsdir}/dngconverter.desktop
%{_kde_libdir}/kde4/kipiplugin_dngconverter.so
%{_kde_services}/kipiplugin_dngconverter.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-dngconverter.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-dropbox
Summary:	Dropbox export Kipi Plugin
Group:		System/Libraries
Requires:	kipi-common

%description -n kipi-plugins-dropbox
A tool to export images to a remote Dropbox web service.

%files -n kipi-plugins-dropbox -f kipiplugin_dropbox.lang
%{_kde_appsdir}/kipi/kipiplugin_dropboxui.rc
%{_kde_libdir}/kde4/kipiplugin_dropbox.so
%{_kde_services}/kipiplugin_dropbox.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-dropbox.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-expoblending
Summary:	Expoblending Kipi Plugin
Group:		System/Libraries
# need align_image_stack from Hugin project and enfuse from Enblend project (runtime dependency)
Requires:	hugin
Requires:	libkdcraw-common
Requires:	kipi-common
Conflicts:	kipi-plugins < 1:1.8.0-1

%description -n kipi-plugins-expoblending
A tool to blend bracketed images.

%files -n kipi-plugins-expoblending -f kipiplugin_expoblending.lang
%{_kde_appsdir}/kipi/kipiplugin_expoblendingui.rc
%{_kde_appsdir}/kipiplugin_expoblending
%{_kde_bindir}/expoblending
%{_kde_applicationsdir}/expoblending.desktop
%{_kde_libdir}/kde4/kipiplugin_expoblending.so
%{_kde_services}/kipiplugin_expoblending.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-expoblending.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-facebook
Summary:	Facebook Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-facebook
A tool to import/export images to/from a remote Facebook web service.

%files -n kipi-plugins-facebook -f kipiplugin_facebook.lang
%{_kde_appsdir}/kipi/kipiplugin_facebookui.rc
%{_kde_libdir}/kde4/kipiplugin_facebook.so
%{_kde_services}/kipiplugin_facebook.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-facebook.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-flashexport
Summary:	Flash export Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-flashexport
A tool to export images to Flash.

%files -n kipi-plugins-flashexport -f kipiplugin_flashexport.lang
%{_kde_appsdir}/kipi/kipiplugin_flashexportui.rc
%{_kde_libdir}/kde4/kipiplugin_flashexport.so
%{_kde_appsdir}/kipiplugin_flashexport
%{_kde_services}/kipiplugin_flashexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-flash.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-flickr
Summary:	Flick Export Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-flickr
A tool to export images to a remote Flickr, 23 and Zoomr web services.

%files -n kipi-plugins-flickr -f kipiplugin_flickrexport.lang
%{_kde_appsdir}/kipi/kipiplugin_flickrexportui.rc
%{_kde_libdir}/kde4/kipiplugin_flickrexport.so
%{_kde_services}/kipiplugin_flickrexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-flickr.*
%{_kde_iconsdir}/hicolor/*/apps/kipi-hq.*
%{_kde_iconsdir}/hicolor/*/apps/kipi-zooomr.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-galleryexport
Summary:	Gallery Export Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-galleryexport
A tool to export images to a remote Gallery.

%files -n kipi-plugins-galleryexport -f kipiplugin_galleryexport.lang
%{_kde_appsdir}/kipi/kipiplugin_galleryexportui.rc
%{_kde_libdir}/kde4/kipiplugin_galleryexport.so
%{_kde_appsdir}/kipiplugin_galleryexport
%{_kde_services}/kipiplugin_galleryexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-gallery.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-googleservices
Summary:	Google Services export Kipi Plugin
Group:		System/Libraries
Requires:	kipi-common
Requires:	libkdcraw-common
Conflicts:	kipi-plugins-googledrive < 2:4.12.0
Obsoletes:	kipi-plugins-googledrive < 2:4.12.0
Conflicts:	kipi-plugins-picasa < 2:4.12.0
Obsoletes:	kipi-plugins-picasa < 2:4.12.0

%description -n kipi-plugins-googleservices
A tool to export images to a remote Google Services (Picasa and Google Drive).

%files -n kipi-plugins-googleservices -f kipiplugin_googledrive.lang
%{_kde_appsdir}/kipi/kipiplugin_googleservicesui.rc
%{_kde_libdir}/kde4/kipiplugin_googleservices.so
%{_kde_services}/kipiplugin_googleservices.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-googledrive.*
%{_kde_iconsdir}/hicolor/*/apps/kipi-picasa.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-gpssync
Summary:	GPS Sync Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-gpssync
A tool to geolocalize pictures.

%files -n kipi-plugins-gpssync -f kipiplugin_gpssync.lang
%{_kde_appsdir}/kipi/kipiplugin_gpssyncui.rc
%{_kde_appsdir}/gpssync
%{_kde_libdir}/kde4/kipiplugin_gpssync.so
%{_kde_services}/kipiplugin_gpssync.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-gpsimagetag.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-htmlexport
Summary:	Html Export Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 2:3.2.0
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-htmlexport
A tool to export images collections into a static XHTML page.

%files -n kipi-plugins-htmlexport -f kipiplugin_htmlexport.lang
%{_kde_appsdir}/kipi/kipiplugin_htmlexportui.rc
%{_kde_appsdir}/kipiplugin_htmlexport
%{_kde_libdir}/kde4/kipiplugin_htmlexport.so
%{_kde_services}/kipiplugin_htmlexport.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-imageviewer
Summary:	Image Viewer Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-imageviewer
A tool to preview images using OpenGl.

%files -n kipi-plugins-imageviewer -f kipiplugin_imageviewer.lang
%{_kde_appsdir}/kipi/kipiplugin_imageviewerui.rc
%{_kde_libdir}/kde4/kipiplugin_imageviewer.so
%{_kde_appsdir}/kipiplugin_imageviewer
%{_kde_services}/kipiplugin_imageviewer.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-ogl.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-imageshack
Summary:	Imageshack Export Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-imageshack
A tool to export images to ImageShack.

%files -n kipi-plugins-imageshack -f kipiplugin_imageshackexport.lang
%{_kde_appsdir}/kipi/kipiplugin_imageshackexportui.rc
%{_kde_libdir}/kde4/kipiplugin_imageshackexport.so
%{_kde_services}/kipiplugin_imageshackexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-imageshack.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-imgurexport
Summary:	Imgur Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-imgurexport
A tool to export pictures to Imgur.

%files -n kipi-plugins-imgurexport -f kipiplugin_imgurexport.lang
%{_kde_appsdir}/kipi/kipiplugin_imgurexportui.rc
%{_kde_libdir}/kde4/kipiplugin_imgurexport.so
%{_kde_services}/kipiplugin_imgurexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-imgur.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-ipodexport
Summary:	Ipod Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-ipodexport
A tool to export pictures to an Ipod device.

%files -n kipi-plugins-ipodexport -f kipiplugin_ipodexport.lang
%{_kde_appsdir}/kipi/kipiplugin_ipodexportui.rc
%{_kde_libdir}/kde4/kipiplugin_ipodexport.so
%{_kde_services}/kipiplugin_ipodexport.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-jalbumexport
Summary:	JAlbum Export Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-jalbumexport
A tool to export images to a remote JAlbum.

%files -n kipi-plugins-jalbumexport -f kipiplugin_jalbumexport.lang
%{_kde_appsdir}/kipi/kipiplugin_jalbumexportui.rc
%{_kde_libdir}/kde4/kipiplugin_jalbumexport.so
%{_kde_services}/kipiplugin_jalbumexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-jalbum.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-jpeglossless
Summary:	Jpeg Lossless Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-jpeglossless
A tool to rotate/flip images without losing quality.

%files -n kipi-plugins-jpeglossless -f kipiplugin_jpeglossless.lang
%{_kde_appsdir}/kipi/kipiplugin_jpeglosslessui.rc
%{_kde_libdir}/kde4/kipiplugin_jpeglossless.so
%{_kde_services}/kipiplugin_jpeglossless.desktop
%{_kde_iconsdir}/hicolor/*/actions/flip-horizontal.png
%{_kde_iconsdir}/hicolor/*/actions/grayscaleconvert.png

#-----------------------------------------------------------------------

%package -n kipi-plugins-kioexportimport
Summary:	Kio Export Import Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-kioexportimport
A tool to export pictures to or import from a remote directory that is
accessible via KIO.

%files -n kipi-plugins-kioexportimport -f kipiplugin_kioexportimport.lang
%{_kde_libdir}/kde4/kipiplugin_kioexportimport.so
%{_kde_services}/kipiplugin_kioexportimport.desktop
%{_kde_appsdir}/kipi/kipiplugin_kioexportimportui.rc

#-----------------------------------------------------------------------

%package -n kipi-plugins-kmlexport
Summary:	Create KML files to present images with coordinates
Group:		System/Libraries
Requires:	kipi-common

%description -n kipi-plugins-kmlexport
A plugin to create KML files to present images with coordinates.

%files -n kipi-plugins-kmlexport -f kipiplugin_kmlexport.lang
%{_kde_appsdir}/kipi/kipiplugin_kmlexportui.rc
%{_kde_libdir}/kde4/kipiplugin_kmlexport.so
%{_kde_services}/kipiplugin_kmlexport.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-kopete
Summary:	Kopete kipi plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-kopete
A tool to export images to an instant messaging contact.

%files -n kipi-plugins-kopete -f kipiplugin_kopete.lang
%{_kde_appsdir}/kipi/kipiplugin_kopeteui.rc
%{_kde_libdir}/kde4/kipiplugin_kopete.so
%{_kde_services}/kipiplugin_kopete.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-metadataedit
Summary:	Meta Data Edit kipi plugins
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-metadataedit
A tool to edit EXIF,IPTC and XMP metadata.

%files -n kipi-plugins-metadataedit -f kipiplugin_metadataedit.lang
%{_kde_appsdir}/kipi/kipiplugin_metadataeditui.rc
%{_kde_libdir}/kde4/kipiplugin_metadataedit.so
%{_kde_services}/kipiplugin_metadataedit.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-metadataedit.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-panorama
Summary:	Panorama tools
Group:		System/Libraries
Requires:	libkdcraw-common
Requires:	kipi-common
Requires:	hugin

%description -n kipi-plugins-panorama
A tool to create panorama.

%files -n kipi-plugins-panorama -f kipiplugin_panorama.lang
%{_kde_appsdir}/kipi/kipiplugin_panoramaui.rc
%{_kde_bindir}/panoramagui
%{_kde_libdir}/kde4/kipiplugin_panorama.so
%{_kde_appsdir}/kipiplugin_panorama/
%{_kde_services}/kipiplugin_panorama.desktop
%{_kde_applicationsdir}/panoramagui.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-panorama.*

#-----------------------------------------------------------------------

%package -n kipiplugin-photolayouts-editor
Summary:	Photo Layouts Editor
Group:		System/Libraries
Requires:	kipi-common

%description -n kipiplugin-photolayouts-editor
Photo Layouts Editor.

%files -n kipiplugin-photolayouts-editor -f kipiplugin_photolayouteditor.lang
%{_kde_appsdir}/kipi/kipiplugin_photolayoutseditorui.rc
%{_kde_appsdir}/photolayoutseditor
%{_kde_applicationsdir}/photolayoutseditor.desktop
%{_kde_bindir}/photolayoutseditor
%{_kde_libdir}/kde4/kipiplugin_photolayoutseditor.so
%{_kde_services}/kipiplugin_photolayoutseditor.desktop
%{_kde_servicetypes}/photolayoutseditorborderplugin.desktop
%{_kde_servicetypes}/photolayoutseditoreffectplugin.desktop
%{_kde_datadir}/templates/kipiplugins_photolayoutseditor
%{_kde_datadir}/config.kcfg/photolayoutseditor.kcfg
%{_kde_iconsdir}/hicolor/*/apps/photolayoutseditor.png

#-----------------------------------------------------------------------

%package -n kipi-plugins-piwigoexport
Summary:	Piwi Go Export
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-piwigoexport
A tool to export images to a remote Piwigo.

%files -n kipi-plugins-piwigoexport -f kipiplugin_piwigoexport.lang
%{_kde_appsdir}/kipi/kipiplugin_piwigoexportui.rc
%{_kde_libdir}/kde4/kipiplugin_piwigoexport.so
%{_kde_appsdir}/kipiplugin_piwigoexport
%{_kde_services}/kipiplugin_piwigoexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-piwigo.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-printimages
Summary:	Print Images Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-printimages
A tool to print images in various formats.

%files -n kipi-plugins-printimages -f kipiplugin_printimages.lang
%{_kde_appsdir}/kipi/kipiplugin_printimagesui.rc
%{_kde_libdir}/kde4/kipiplugin_printimages.so
%{_kde_services}/kipiplugin_printimages.desktop
%{_kde_appsdir}/kipiplugin_printimages/

#-----------------------------------------------------------------------

%package -n kipi-plugins-rajceexport
Summary:	Rajce.net Exporter
Group:		System/Libraries
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-rajceexport
A tool to export images to a remote rajce.net service.

%files -n kipi-plugins-rajceexport -f kipiplugin_rajceexport.lang
%{_kde_appsdir}/kipi/kipiplugin_rajceexportui.rc
%{_kde_libdir}/kde4/kipiplugin_rajceexport.so
%{_kde_services}/kipiplugin_rajceexport.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-rajce.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-rawconverter
Summary:	Rawconverter kipi plugins
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-rawconverter
A tool to convert Raw Image to JPEG/PNG/TIFF.

%files -n kipi-plugins-rawconverter -f kipiplugin_rawconverter.lang
%{_kde_appsdir}/kipi/kipiplugin_rawconverterui.rc
%{_kde_libdir}/kde4/kipiplugin_rawconverter.so
%{_kde_iconsdir}/oxygen/*/apps/rawconverter.png
%{_kde_services}/kipiplugin_rawconverter.desktop
%{_kde_iconsdir}/oxygen/scalable/apps/rawconverter.svgz

#-----------------------------------------------------------------------

%package -n kipi-plugins-removeredeyes
Summary:	Remove red eyes kipi-plugins
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-removeredeyes
A tool to remove red eyes automatically from images.

%files -n kipi-plugins-removeredeyes -f kipiplugin_removeredeyes.lang
%{_kde_appsdir}/kipi/kipiplugin_removeredeyesui.rc
%{_kde_libdir}/kde4/kipiplugin_removeredeyes.so
%{_kde_datadir}/apps/kipiplugin_removeredeyes
%{_kde_services}/kipiplugin_removeredeyes.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-sendimages
Summary:	Send Images kipi plugins
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-sendimages
A tool to send images by e-mail.

%files -n kipi-plugins-sendimages -f kipiplugin_sendimages.lang
%{_kde_appsdir}/kipi/kipiplugin_sendimagesui.rc
%{_kde_libdir}/kde4/kipiplugin_sendimages.so 
%{_kde_services}/kipiplugin_sendimages.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-shwup
Summary:	Shwup Kipi Plugins
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-shwup
A tool to export images to a remote Shwup web service.

%files -n kipi-plugins-shwup -f kipiplugin_shwup.lang
%{_kde_appsdir}/kipi/kipiplugin_shwupui.rc
%{_kde_libdir}/kde4/kipiplugin_shwup.so
%{_kde_services}/kipiplugin_shwup.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-shwup.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-smug
Summary:	Smug Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-smug
A tool to import/export images to/from SmugMug web service.

%files -n kipi-plugins-smug -f kipiplugin_smug.lang
%{_kde_appsdir}/kipi/kipiplugin_smugui.rc
%{_kde_libdir}/kde4/kipiplugin_smug.so
%{_kde_services}/kipiplugin_smug.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-smugmug.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-timeadjust
Summary:	Time Adjust kipi plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-timeadjust
A Tool to adjust time and date.

%files -n kipi-plugins-timeadjust -f kipiplugin_timeadjust.lang
%{_kde_appsdir}/kipi/kipiplugin_timeadjustui.rc
%{_kde_libdir}/kde4/kipiplugin_timeadjust.so
%{_kde_services}/kipiplugin_timeadjust.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-timeadjust.*

#-----------------------------------------------------------------------

%package -n kipi-plugins-videoslideshow
Summary:	Video Slide Show export kipi plugin
Group:		System/Libraries
Requires:	kipi-common
Requires:	imagemagick

%description -n kipi-plugins-videoslideshow
A tool to export images as Video Slide Show.

%files -n kipi-plugins-videoslideshow -f kipiplugin_videoslideshow.lang
%{_kde_appsdir}/kipi/kipiplugin_videoslideshowui.rc
%{_kde_libdir}/kde4/kipiplugin_videoslideshow.so
%{_kde_services}/kipiplugin_videoslideshow.desktop

#-----------------------------------------------------------------------

%package -n kipi-plugins-vkontakte
Summary:	VKontakte.ru Exporter
Group:		System/Libraries
Requires:	kipi-common

%description -n kipi-plugins-vkontakte
A tool to export on VKontakte.ru Web service

%files -n kipi-plugins-vkontakte -f kipiplugin_vkontakte.lang
%{_kde_appsdir}/kipi/kipiplugin_vkontakteui.rc
%{_kde_libdir}/kde4/kipiplugin_vkontakte.so
%{_kde_services}/kipiplugin_vkontakte.desktop

#-----------------------------------------------------------------------

%if %{with wikimedia}
%package -n kipi-plugins-wikimedia
Summary:	Wikimedia Export Kipi Plugin
Group:		System/Libraries
Conflicts:	kipi-plugins < 1:1.8.0-1
Requires:	kipi-common

%description -n kipi-plugins-wikimedia
A tool to export images to a remote MediaWiki site

%files -n kipi-plugins-wikimedia -f kipiplugin_wikimedia.lang
%{_kde_appsdir}/kipi/kipiplugin_wikimediaui.rc
%{_kde_libdir}/kde4/kipiplugin_wikimedia.so
%{_kde_services}/kipiplugin_wikimedia.desktop
%{_kde_iconsdir}/hicolor/*/apps/kipi-wikimedia.*
%endif

#-----------------------------------------------------------------------

%package -n kipi-plugins-yandexfotki
Summary:	Yandex.Fotki Exporter
Group:		System/Libraries
Requires:	libkdcraw-common
Requires:	kipi-common

%description -n kipi-plugins-yandexfotki
A tool to export images to a remote Yandex.Fotki web service.

%files -n kipi-plugins-yandexfotki -f kipiplugin_yandexfotki.lang
%{_kde_appsdir}/kipi/kipiplugin_yandexfotkiui.rc
%{_kde_libdir}/kde4/kipiplugin_yandexfotki.so
%{_kde_services}/kipiplugin_yandexfotki.desktop

#-----------------------------------------------------------------------

%prep
%setup -q
find . -name ox*-app-showfoto.* -exec rm -rf '{}' \;
find . -name ox*-app-digikam.* -exec rm -rf '{}' \;

%patch1 -p1
%patch2 -p1

pushd po
# Remove wallpaper po files (kipiplugin-wallpaper is not build )
find  . -name kipiplugin_wallpaper.po -exec rm -rf '{}' \;
cp -f %{SOURCE1} ru/digikam.po
cp -f %{SOURCE2} ru/kipiplugin_expoblending.po
cp -f %{SOURCE3} ru/kipiplugin_panorama.po
cp -f %{SOURCE4} ru/kipiplugin_videoslideshow.po
cp -f %{SOURCE5} ru/kipiplugin_gpssync.po
popd

%build
%cmake_kde4 \
	-DDIGIKAMSC_COMPILE_LIBKFACE=OFF \
	-DDIGIKAMSC_COMPILE_LIBKGEOMAP=OFF \
	-DDIGIKAMSC_COMPILE_LIBMEDIAWIKI=OFF \
	-DENABLE_BALOOSUPPORT=ON \
	-DENABLE_MYSQLSUPPORT=ON \
	-DENABLE_INTERNALMYSQL=ON \
	-DENABLE_LCMS2=ON
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_datadir}/locale/*/LC_MESSAGES/libkipi.mo

# Plugin not ready for production yet, disabled upstream
rm -f %{buildroot}%{_kde_datadir}/locale/*/LC_MESSAGES/kipiplugin_photivointegration.mo

%if %{without wikimedia}
rm -f %{buildroot}%{_kde_datadir}/locale/*/LC_MESSAGES/kipiplugin_wikimedia.mo
%endif

# Seems to be useless
rm -f %{buildroot}%{_kde_libdir}/libdigikamcore.so
rm -f %{buildroot}%{_kde_libdir}/libdigikamdatabase.so
rm -f %{buildroot}%{_kde_libdir}/libkipiplugins.so


%find_lang %{name} --with-html || touch %{name}.lang
%find_lang showfoto --with-html || touch showfoto.lang
%find_lang kipi-plugins kipiplugins kipi-plugins.lang --with-html || touch kipi-plugins.lang

%find_lang kipiplugin_acquireimages || touch kipiplugin_acquireimages.lang
%find_lang kipiplugin_advancedslideshow || touch kipiplugin_advancedslideshow.lang
%find_lang kipiplugin_batchprocessimages || touch kipiplugin_batchprocessimages.lang
%find_lang kipiplugin_calendar || touch kipiplugin_calendar.lang
%find_lang kipiplugin_debianscreenshots || touch kipiplugin_debianscreenshots.lang
%find_lang kipiplugin_dlnaexport || touch kipiplugin_dlnaexport.lang
%find_lang kipiplugin_dngconverter || touch kipiplugin_dngconverter.lang
%find_lang kipiplugin_dropbox || touch kipiplugin_dropbox.lang
%find_lang kipiplugin_expoblending || touch kipiplugin_expoblending.lang
%find_lang kipiplugin_facebook || touch kipiplugin_facebook.lang
%find_lang kipiplugin_flashexport || touch kipiplugin_flashexport.lang
%find_lang kipiplugin_flickrexport || touch kipiplugin_flickrexport.lang
%find_lang kipiplugin_galleryexport || touch kipiplugin_galleryexport.lang
%find_lang kipiplugin_googledrive || touch kipiplugin_googledrive.lang
%find_lang kipiplugin_gpssync || touch kipiplugin_gpssync.lang
%find_lang kipiplugin_htmlexport || touch kipiplugin_htmlexport.lang
%find_lang kipiplugin_imageshackexport || touch kipiplugin_imageshackexport.lang
%find_lang kipiplugin_imageviewer || touch kipiplugin_imageviewer.lang
%find_lang kipiplugin_imgurexport || touch kipiplugin_imgurexport.lang
%find_lang kipiplugin_ipodexport || touch kipiplugin_ipodexport.lang
%find_lang kipiplugin_jalbumexport || touch kipiplugin_jalbumexport.lang
%find_lang kipiplugin_jpeglossless || touch kipiplugin_jpeglossless.lang
%find_lang kipiplugin_kioexportimport || touch kipiplugin_kioexportimport.lang
%find_lang kipiplugin_kmlexport || touch kipiplugin_kmlexport.lang
%find_lang kipiplugin_kopete || touch kipiplugin_kopete.lang
%find_lang kipiplugin_metadataedit || touch kipiplugin_metadataedit.lang
%find_lang kipiplugin_panorama || touch kipiplugin_panorama.lang
%find_lang kipiplugin_photolayouteditor || touch kipiplugin_photolayouteditor.lang
%find_lang kipiplugin_piwigoexport || touch kipiplugin_piwigoexport.lang
%find_lang kipiplugin_printimages || touch kipiplugin_printimages.lang
%find_lang kipiplugin_rajceexport || touch kipiplugin_rajceexport.lang
%find_lang kipiplugin_rawconverter || touch kipiplugin_rawconverter.lang
%find_lang kipiplugin_removeredeyes || touch kipiplugin_removeredeyes.lang
%find_lang kipiplugin_sendimages || touch kipiplugin_sendimages.lang
%find_lang kipiplugin_shwup || touch kipiplugin_shwup.lang
%find_lang kipiplugin_smug || touch kipiplugin_smug.lang
%find_lang kipiplugin_timeadjust || touch kipiplugin_timeadjust.lang
%find_lang kipiplugin_videoslideshow || touch kipiplugin_videoslideshow.lang
%find_lang kipiplugin_vkontakte || touch kipiplugin_vkontakte.lang
%find_lang kipiplugin_wikimedia || touch kipiplugin_wikimedia.lang
%find_lang kipiplugin_yandexfotki || touch kipiplugin_yandexfotki.lang
%find_lang libkgeomap || touch libkgeomap.lang


%changelog

* Sun Oct 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.0-1
- (e6ed2bc) New version 4.14.0

* Mon Sep 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.13.0-1
- (f0e0aa7) New version 4.13.0
- (f0e0aa7) Re-diff soversion patch

* Mon Aug 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.12.0-3
- (fdf00bf) Suggest marble for geolocation

* Mon Aug 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.12.0-2
- (4a21985) Update Russian translation

* Thu Aug 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.12.0-1
- (86b33c3) New version 4.12.0
- (86b33c3) Kipi plugins googledrive and picasa are merged into googleservices plugin now

* Tue Jun 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.0-1
- (a9773e6) New version 4.11.0
- (a9773e6) Drop dnginfo tool as upstream did
- (a9773e6) Always use external libkvkontakte, drop conditional build

* Thu May 14 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.10.0-1
- (5063d0d) New version 4.10.0
- (5063d0d) Use external libkface and libkgeomap
- (5063d0d) Disable mediawiki plugin until there's public library release
- (5063d0d) Update BuildRequires
- (5063d0d) Re-diff patches
- (5063d0d) Add new translations for plugins

* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.4.0-3
- (28dc690) Add patch from upstream to fix build with libkexiv2 4.14.x

* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.4.0-2
- (087e79e) Bump release

* Mon Oct 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.4.0-1
- (a40a98f) New version 4.4.0
- (a40a98f) Re-diff soname patch

* Wed Sep 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.3.0-1
- (d81f879) Update files
- (Andrey Bondrov: 4d7f4b0) Fix typo
- (Andrey Bondrov: fe6a09b) New version 4.3.0, build with Baloo support

* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.2.0-6
- (ab5e88c) Bump release

* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.2.0-5
- (edc60fe) Bump release

* Mon Sep 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.2.0-2
- (0766a18) Use QtGStreamer-1.0

* Tue Aug 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.2.0-1
- (645ef0b) New version 4.2.0

* Wed Jul 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.1.0-4
- (1e5ace8) Fix files (docs)
- (Andrey Bondrov: b15f5a5) New version 4.1.0

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:4.0.0-5
- (67ac48a) MassBuild#440: Increase release tag

* Wed Jun 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.0.0-4
- (aedf4c3) Add eigen3 to BuildRequires

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.0.0-3
- (6219727) MassBuild#430: Increase release tag

* Wed May 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.0.0-2
- (25abc10) Rebuild against mariadb

* Thu May 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.0.0-1
- (999ad28) New version 4.0.0

* Sun May 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.5.0-4
- (0cd6d26) Still use mysql for now
- (Andrey Bondrov: 9d554e2) Rebuild against KDE 4.12, prepare for mariadb migration

* Mon Mar 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.5.0-3.0.1
- (5aa73f5) Rebuild against new libgphoto

* Sat Oct 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.5.0-3
- (51bc2fc) LOG Rebuild with KDE 4.11

* Wed Oct 23 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.5.0-1.4
- (71a2aaa) LOG Update russian translation, adjust Suggests, sort subpackages

* Sat Oct 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:3.5.0-1.3
- (7c778cb) LOG Replace Russian localization with better one



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22479 |14mu|ding-libs-0.6.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define path_utils_version 0.2.1
%define dhash_version 0.5.0
%define collection_version 0.7.0
%define ref_array_version 0.1.5
%define ini_config_version 1.3.1
%define basicobjects_version 0.1.1

%define path_utils_major 1
%define path_utils_libname %mklibname path_utils %{path_utils_major}
%define path_utils_devname %mklibname path_utils -d

%define dhash_major 1
%define dhash_libname %mklibname dhash %{dhash_major}
%define dhash_devname %mklibname dhash -d

%define collection_major 4
%define collection_libname %mklibname collection %{collection_major}
%define collection_devname %mklibname collection -d

%define ref_array_major 1
%define ref_array_libname %mklibname ref_array %{ref_array_major}
%define ref_array_devname %mklibname ref_array -d

%define ini_config_major 5
%define ini_config_libname %mklibname ini_config %{ini_config_major}
%define ini_config_devname %mklibname ini_config -d

%define basicobjects_major 0
%define basicobjects_libname %mklibname basicobjects %{basicobjects_major}
%define basicobjects_devname %mklibname basicobjects -d

Summary:	"Ding is not GLib" assorted utility libraries
Name:		ding-libs
Version:	0.6.1
Release:	12
License:	LGPLv3+
Group:		Development/C
Url:		http://fedorahosted.org/sssd/
Source0:	http://fedorahosted.org/releases/d/i/ding-libs/%{name}-%{version}.tar.gz
Patch0:		INI-Silence-ini_augment-match-failures.patch
Patch1:		INI-Remove-definiton-of-TRACE_LEVEL.patch
BuildRequires:	doxygen
BuildRequires:	pkgconfig(check)

%description
A set of helpful libraries used by projects such as SSSD.

#----------------------------------------------------------------------------

%package -n %{path_utils_libname}
Summary:	Filesystem Path Utilities
Version:	%{path_utils_version}
Group:		Development/C

%description -n %{path_utils_libname}
Utility functions to manipulate filesystem pathnames.

%files -n %{path_utils_libname}
%doc COPYING COPYING.LESSER
%{_libdir}/libpath_utils.so.%{path_utils_major}*

#----------------------------------------------------------------------------

%package -n %{path_utils_devname}
Summary:	Development files for libpath_utils
Version:	%{path_utils_version}
Group:		Development/C
Requires:	%{path_utils_libname} = %{path_utils_version}-%{release}
Provides:	path_utils-devel = %{path_utils_version}-%{release}

%description -n %{path_utils_devname}
Utility functions to manipulate filesystem pathnames.

%files -n %{path_utils_devname}
%doc path_utils/README.path_utils
%doc path_utils/doc/html/
%{_libdir}/libpath_utils.so
%{_libdir}/pkgconfig/path_utils.pc
%{_includedir}/path_utils.h

#----------------------------------------------------------------------------

%package -n %{dhash_libname}
Summary:	Dynamic hash table
Version:	%{dhash_version}
Group:		Development/C

%description -n %{dhash_libname}
A hash table which will dynamically resize to achieve optimal storage & access
time properties.

%files -n %{dhash_libname}
%doc COPYING COPYING.LESSER
%{_libdir}/libdhash.so.%{dhash_major}*

#----------------------------------------------------------------------------

%package -n %{dhash_devname}
Summary:	Development files for libdhash
Version:	%{dhash_version}
Group:		Development/C
Requires:	%{dhash_libname} = %{dhash_version}-%{release}
Provides:	dhash-devel = %{dhash_version}-%{release}

%description -n %{dhash_devname}
A hash table which will dynamically resize to achieve optimal storage & access
time properties.

%files -n %{dhash_devname}
%doc dhash/README.dhash
%{_includedir}/dhash.h
%{_libdir}/libdhash.so
%{_libdir}/pkgconfig/dhash.pc

#----------------------------------------------------------------------------

%package -n %{collection_libname}
Summary:	Collection data-type for C
Version:	%{collection_version}
Group:		Development/C

%description -n %{collection_libname}
A data-type to collect data in a hierarchical structure for easy iteration
and serialization.

%files -n %{collection_libname}
%doc COPYING COPYING.LESSER
%{_libdir}/libcollection.so.%{collection_major}*

#----------------------------------------------------------------------------

%package -n %{collection_devname}
Summary:	Development files for libcollection
Version:	%{collection_version}
Group:		Development/C
Requires:	%{collection_libname} = %{collection_version}-%{release}
Provides:	collection-devel = %{collection_version}-%{release}

%description -n %{collection_devname}
A data-type to collect data in a hierarchical structure for easy iteration
and serialization.

%files -n %{collection_devname}
%doc collection/doc/html/
%{_includedir}/collection.h
%{_includedir}/collection_tools.h
%{_includedir}/collection_queue.h
%{_includedir}/collection_stack.h
%{_libdir}/libcollection.so
%{_libdir}/pkgconfig/collection.pc

#----------------------------------------------------------------------------

%package -n %{ref_array_libname}
Summary:	A refcounted array for C
Version:	%{ref_array_version}
Group:		Development/C

%description -n %{ref_array_libname}
A dynamically-growing, reference-counted array.

%files -n %{ref_array_libname}
%doc COPYING COPYING.LESSER
%{_libdir}/libref_array.so.%{ref_array_major}*

#----------------------------------------------------------------------------

%package -n %{ref_array_devname}
Summary:	Development files for libref_array
Version:	%{ref_array_version}
Group:		Development/C
Requires:	%{ref_array_libname} = %{ref_array_version}-%{release}
Provides:	ref_array-devel = %{ref_array_version}-%{release}

%description -n %{ref_array_devname}
A dynamically-growing, reference-counted array

%files -n %{ref_array_devname}
%doc refarray/README.ref_array
%doc refarray/doc/html/
%{_includedir}/ref_array.h
%{_libdir}/libref_array.so
%{_libdir}/pkgconfig/ref_array.pc

#----------------------------------------------------------------------------

%package -n %{ini_config_libname}
Summary:	INI file parser for C
Version:	%{ini_config_version}
Group:		Development/C

%description -n %{ini_config_libname}
Library to process config files in INI format into a libcollection data
structure.

%files -n %{ini_config_libname}
%doc COPYING COPYING.LESSER
%{_libdir}/libini_config.so.%{ini_config_major}*

#----------------------------------------------------------------------------

%package -n %{ini_config_devname}
Summary:	Development files for libini_config
Version:	%{ini_config_version}
Group:		Development/C
Requires:	%{ini_config_libname} = %{ini_config_version}-%{release}
Provides:	ini_config-devel = %{ini_config_version}-%{release}

%description -n %{ini_config_devname}
Library to process config files in INI format into a libcollection data
structure.

%files -n %{ini_config_devname}
%doc ini/doc/html/
%{_includedir}/ini_config.h
%{_includedir}/ini_comment.h
%{_includedir}/ini_configmod.h
%{_includedir}/ini_configobj.h
%{_includedir}/ini_valueobj.h
%{_libdir}/libini_config.so
%{_libdir}/pkgconfig/ini_config.pc

#----------------------------------------------------------------------------

%package -n %{basicobjects_libname}
Summary:	Basic object types for C
Version:	%{basicobjects_version}
Group:		Development/C

%description -n %{basicobjects_libname}
Basic object types.

%files -n %{basicobjects_libname}
%doc COPYING COPYING.LESSER
%{_libdir}/libbasicobjects.so.%{basicobjects_major}*

#----------------------------------------------------------------------------

%package -n %{basicobjects_devname}
Summary:	Development files for libbasicobjects
Version:	%{basicobjects_version}
Group:		Development/C
Requires:	%{basicobjects_libname} = %{basicobjects_version}-%{release}
Provides:	basicobjects-devel = %{basicobjects_version}-%{release}

%description -n %{basicobjects_devname}
Basic object types.

%files -n %{basicobjects_devname}
%{_includedir}/simplebuffer.h
%{_libdir}/libbasicobjects.so
%{_libdir}/pkgconfig/basicobjects.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
	--disable-static

%make
%make docs

%install
rm -fr dhash/examples/{.dirstamp,.deps/.dirstamp,dhash_example.o,dhash_test.o}
%makeinstall_std

# Remove the example files from the output directory
# We will copy them directly from the source directory
# for packaging
rm -f \
    %{buildroot}/usr/share/doc/ding-libs/README.* \
    %{buildroot}/usr/share/doc/ding-libs/examples/dhash_example.c \
    %{buildroot}/usr/share/doc/ding-libs/examples/dhash_test.c

# Remove document install script. RPM is handling this
rm -f */doc/html/installdox

find %{buildroot} -size 0 -delete

%check
%make check


%changelog

* Mon Jan 22 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.1-12
- (d78fa1f) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22480 |14mu|dirmngr-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without doc

Summary:	Client for Managing/Downloading CRLs
Name:		dirmngr
Version:	1.1.1
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.gnupg.org/
Source0:	ftp://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.bz2
Source1:	%{SOURCE0}.sig
Patch0:		dirmngr-pth-fix.patch
BuildRequires:	libassuan-devel >= 0.9.3
BuildRequires:	libksba-devel >= 0.9.11
BuildRequires:	openldap-devel
BuildRequires:	pth-devel
BuildRequires:	pkgconfig(gpg-error)
BuildRequires:	pkgconfig(libgcrypt)
%if %{with doc}
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	texlive-dehyph-exptl
%endif

%description
Dirmngr is a client for managing and downloading certificate revocation
lists (CRLs) for X509 certificates and for downloading the certificates
themselves. Dirmngr is usually invoked by gpgsm and in general not used
directly.

%files -f %{name}.lang
%doc README* ChangeLog NEWS
%if %{with doc}
%doc doc/dirmngr.pdf
%endif
%dir %{_sysconfdir}/dirmngr
%dir %{_sysconfdir}/dirmngr/trusted-certs
%{_bindir}/*
%{_infodir}/*.info*
%{_libexecdir}/dirmngr_ldap
%{_mandir}/man1/dirmngr-client.*
%{_mandir}/man1/dirmngr.*
%{_var}/cache/dirmngr
%{_var}/lib/dirmngr
%{_tmpfilesdir}/%{name}.conf

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
export LDFLAGS="-llber"
%configure2_5x --localstatedir=%{_var}
%make

%if %{with doc}
make -C doc pdf
%endif

%install
mkdir -p %{buildroot}%{_sysconfdir}/dirmngr
mkdir -p %{buildroot}%{_sysconfdir}/dirmngr/trusted-certs
mkdir -p %{buildroot}%{_var}/cache/dirmngr/crls.d
mkdir -p %{buildroot}%{_var}/lib/dirmngr/extra-certs

%makeinstall_std

mkdir -p %{buildroot}%{_tmpfilesdir}
cat <<EOF > %{buildroot}%{_tmpfilesdir}/%{name}.conf
d /run/dirmngr 0755 root root
EOF

%find_lang %{name}

%check
make check

%post
%tmpfiles_create %{name}.conf

%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2
- (318fa9f) Build requires texlive-dehyph-exptl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22481 |14mu|discover-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without packagekit

Summary:	Plasma 5 package manager
Name:		discover
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
Patch0:		discover-5.5.2-soname.patch
# Revert upstream commits that added rpath to libraries
# https://quickgit.kde.org/?p=discover.git&a=commitdiff&h=7e099790f3603fd0bf343fb85deab3a1425b8972
# https://quickgit.kde.org/?p=discover.git&a=commitdiff&h=6e92f5638ddd0a0ff257d2f425d1bbcbb35eba32
Patch1:		discover-5.7.2-library-install-path.patch
BuildRequires:	extra-cmake-modules
%if %{with packagekit}
BuildRequires:	appstream-qt5-devel
BuildRequires:	pkgconfig(packagekitqt5)
%endif
BuildRequires:	kf5attica-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5declarative-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5itemviews-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5newstuff-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5solid-devel
BuildRequires:	kf5wallet-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
Requires:	%{name}-backend-kns
Conflicts:	muon < 5.5
Obsoletes:	muon < 5.5

%description
Plasma 5 package manager.

%files -f %{name}.lang
%{_kde5_applicationsdir}/org.kde.discover.desktop
%{_kde5_bindir}/plasma-discover
%{_kde5_datadir}/plasmadiscover/featured.json
%{_kde5_iconsdir}/hicolor/*/apps/plasmadiscover.*
%{_kde5_xmlguidir}/plasmadiscover/plasmadiscoverui.rc
%{_datadir}/appdata/org.kde.discover.appdata.xml

#----------------------------------------------------------------------------

%package backend-kns
Summary:	KNewStuff backend for Discover
Group:		Graphical desktop/KDE
Obsoletes:	muon-backend-kns < 5.5

%description backend-kns
KNewStuff backend for Discover.

%files backend-kns
%{_kde5_datadir}/libdiscover/backends/knscomic-backend.desktop
%{_kde5_datadir}/libdiscover/backends/knsdiscover_ktexteditor_codesnippets_core-backend.desktop
%{_kde5_datadir}/libdiscover/backends/knsplasmoids-backend.desktop
%{_kde5_datadir}/libdiscover/categories/knscomic-backend-categories.xml
%{_kde5_datadir}/libdiscover/categories/knsdiscover_ktexteditor_codesnippets_core-backend-categories.xml
%{_kde5_datadir}/libdiscover/categories/knsplasmoids-backend-categories.xml
%{_kde5_sysconfdir}/xdg/discover_ktexteditor_codesnippets_core.knsrc
%{_qt5_plugindir}/discover/kns-backend.so

#----------------------------------------------------------------------------

%if %{with packagekit}
%package backend-packagekit
Summary:	PackageKit backend for Discover
Group:		Graphical desktop/KDE
Obsoletes:	muon-backend-packagekit < 5.5

%description backend-packagekit
PackageKit backend for Discover.

%files backend-packagekit
%{_kde5_datadir}/libdiscover/backends/packagekit-backend.desktop
%{_kde5_datadir}/libdiscover/categories/packagekit-backend-categories.xml
%{_qt5_plugindir}/discover/packagekit-backend.so
%{_qt5_plugindir}/discover-notifier/DiscoverPackageKitNotifier.so
%endif

#----------------------------------------------------------------------------

%package -n plasma5-applet-discovernotifier
Summary:	Plasma 5 Discover notifier plasmoid
Group:		Graphical desktop/KDE
Requires:	%{name}
Requires:	discover-qml = %{EVRD}
Obsoletes:	plasma5-applet-muonnotifier < 5.5

%description -n plasma5-applet-discovernotifier
Plasma 5 Discover notifier plasmoid.

%files -n plasma5-applet-discovernotifier -f plasma_applet_org.kde.discovernotifier.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.discovernotifier/
%{_kde5_datadir}/plasma/plasmoids/org.kde.discovernotifier/*
%{_kde5_services}/plasma-applet-org.kde.discovernotifier.desktop
%dir %{_kde5_qmldir}/org/kde/discovernotifier/
%{_kde5_qmldir}/org/kde/discovernotifier/*

#----------------------------------------------------------------------------

%package -n libdiscover-common
Summary:	Plasma 5 package manager library common data files
Group:		Graphical desktop/KDE
Conflicts:	libmuon-common < 5.5
Obsoletes:	libmuon-common < 5.5
BuildArch:	noarch

%description -n libdiscover-common
Plasma 5 package manager library common data files.

%files -n libdiscover-common
%{_kde5_notificationsdir}/discoverabstractnotifier.notifyrc

#----------------------------------------------------------------------------

%package -n libdiscover-i18n
Summary:	Plasma 5 package manager library translations
Group:		System/Internationalization
Obsoletes:	libmuon-i18n < 5.5
BuildArch:	noarch

%description -n libdiscover-i18n
Plasma 5 package manager library translations.

%files -n libdiscover-i18n -f libdiscover.lang

#----------------------------------------------------------------------------

%define qmldiscover %mklibname discover-qml

%package -n %{qmldiscover}
Summary:	QML plugin for Plasma 5 package manager
Group:		System/Libraries
Requires:	kf5plasma-qml
Provides:	discover-qml = %{EVRD}
Obsoletes:	%{_lib}muon-qml < 5.5

%description -n %{qmldiscover}
QML plugin for Plasma 5 package manager.

%files -n %{qmldiscover}
%dir %{_kde5_qmldir}/org/kde/discover/
%{_kde5_qmldir}/org/kde/discover/*

#----------------------------------------------------------------------------

%define discovercommon_major 5
%define libdiscovercommon %mklibname discovercommon %{discovercommon_major}

%package -n %{libdiscovercommon}
Summary:	Plasma 5 package manager shared library
Group:		System/Libraries
Requires:	%{qmldiscover}
Requires:	libdiscover-common
Requires:	libdiscover-i18n
Obsoletes:	%{_lib}muoncommon5 < 5.5

%description -n %{libdiscovercommon}
Plasma 5 package manager shared library.

%files -n %{libdiscovercommon}
%{_kde5_libdir}/libDiscoverCommon.so.%{discovercommon_major}*

#----------------------------------------------------------------------------

%define discovernotifiers_major 5
%define libdiscovernotifiers %mklibname discovernotifiers %{discovernotifiers_major}

%package -n %{libdiscovernotifiers}
Summary:	Plasma 5 package manager shared library
Group:		System/Libraries
Requires:	%{qmldiscover}
Requires:	libdiscover-i18n
Obsoletes:	%{_lib}notifiers5 < 5.5

%description -n %{libdiscovernotifiers}
Plasma 5 package manager shared library.

%files -n %{libdiscovernotifiers}
%{_kde5_libdir}/libDiscoverNotifiers.so.%{discovernotifiers_major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde5_libdir}/libDiscoverCommon.so
rm -f %{buildroot}%{_kde5_libdir}/libDiscoverNotifiers.so

%find_lang plasma-discover plasma-discover-exporter plasma-discover-notifier plasma-discover-updater %{name}.lang
%find_lang plasma_applet_org.kde.discovernotifier
%find_lang libdiscover

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (20b16af) Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22482 |14mu|distcache-1.5.1-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Programs to provide a distributed session caching architecture
Name:		distcache
Version:	1.5.1
Release:	25
License:	LGPL
Group:		System/Servers
Url:		http://www.distcache.org/
Source0:	http://prdownloads.sourceforge.net/distcache/%{name}-%{version}.tar.bz2
Source1:	dc_server.init
Source2:	dc_client.init
Patch0:		distcache-limits.diff
Patch1:		distcache-libdeps.diff
Patch2:		distcache-1.5.1-autopoo_fixes.diff
Patch3:		distcache-1.5.1-cvs_fixes.diff
Patch4:		distcache-1.5.1-sslv2.patch
BuildRequires:	chrpath
BuildRequires:	pkgconfig(openssl)

%description
This package provides tools from the distcache project to deploy a distributed
session caching environment. This is most notably useful for SSL/TLS session
caching with supported OpenSSL-based applications. The caching protocol and API
is independent of SSL/TLS specifics and could be useful in other (non-SSL/TLS)
circumstances.

#----------------------------------------------------------------------------

%package client
Summary:	Distributed session cache client proxy
Group:		System/Servers
Requires(post,preun):	rpm-helper

%description client
dc_client runs a client proxy to provide access to a remote cache server
(typically over TCP/IPv4) by providing a local service (typically over unix
domain sockets). It starts listening on a configurable network address for
connections and establishes a persistent connection to an instance of dc_server
for proxying cache operations to. Incoming connections are expected to
communicate using the distcache protocol, and would typically be applications
using one of the distcache APIs in libdistcache to encapsulate these
communications.

The common use of dc_client is to run as a local agent on each host machine
that requires use of the distributed cache, as the listening address should
probably use unix domain sockets which are better suited to frequent (and
temporary) connections being used for individual cache operations. Likewise,
the connection dc_client makes to the cache server (dc_server) for proxying
cache operations is typically over a genuine network to remote machine, using
TCP/IPv4.

%files client
%doc ANNOUNCE BUGS CHANGES FAQ README
%attr(0755,root,root) %{_initrddir}/dc_client
%attr(0755,root,root) %{_sbindir}/dc_client
%{_mandir}/man1/dc_client.1*

%post client
%_post_service dc_client

%preun client
%_preun_service dc_client

#----------------------------------------------------------------------------

%package server
Summary:	Distributed session cache server
Group:		System/Servers
Requires(post,preun):	rpm-helper

%description server
dc_server runs a cache server and starts listening on a configurable network
address for connections. Incoming connections are expected to communicate using
the distcache protocol, and would typically be instances of dc_client running
on other machines.

%files server
%doc ANNOUNCE BUGS CHANGES FAQ README
%attr(0755,root,root) %{_initrddir}/dc_server
%attr(0755,root,root) %{_sbindir}/dc_server
%{_mandir}/man1/dc_server.1*
%{_mandir}/man8/distcache.8*

%post server
%_post_service dc_server

%preun server
%_preun_service dc_server

#----------------------------------------------------------------------------

%package utils
Summary:	Utilities for testing and benchmarking %{name} SSL/TLS servers
Group:		System/Servers
Requires:	%{libname} = %{EVRD}

%description utils
 o dc_snoop - Distributed session cache traffic analysis.
 o dc_test - Distributed session cache testing and benchmarking tool.
 o nal_test - benchmarking and self-testing libnal program.
 o piper - Test file-descriptor based addresses.
 o sslswamp - SSL/TLS load-tester based on OpenSSL.

%files utils
%attr(0755,root,root) %{_bindir}/piper
%attr(0755,root,root) %{_bindir}/sslswamp
%attr(0755,root,root) %{_sbindir}/dc_snoop
%attr(0755,root,root) %{_sbindir}/*_test
%attr(0755,root,root) %{_sbindir}/nal_echo
%attr(0755,root,root) %{_sbindir}/nal_ping
%attr(0755,root,root) %{_sbindir}/nal_hose
%attr(0755,root,root) %{_sbindir}/nal_pong
%attr(0755,root,root) %{_sbindir}/nal_proxy
%{_datadir}/swamp
%{_mandir}/man1/sslswamp.1*
%{_mandir}/man1/dc_snoop.1*
%{_mandir}/man1/dc_test.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
This package provides tools from the distcache project to deploy a distributed
session caching environment. This is most notably useful for SSL/TLS session
caching with supported OpenSSL-based applications. The caching protocol and API
is independent of SSL/TLS specifics and could be useful in other (non-SSL/TLS)
circumstances.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for building distcache-compatible software
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package includes the libraries and header files from the distcache project
that are required to compile
distcache-compatible software.

%files -n %{devname}
%{_includedir}/libnal
%{_includedir}/distcache
%{_libdir}/*.so
%{_mandir}/man2/*.2*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

cp %{SOURCE1} dc_server.init
cp %{SOURCE2} dc_client.init

%build
%serverbuild

export WANT_AUTOCONF_2_5=1

# bootstrap it (bootstrap.sh won't cut it...)
libtoolize --copy --force; aclocal; autoheader; autoconf; automake --foreign --add-missing

pushd ssl
    libtoolize --copy --force; aclocal; autoheader; autoconf; automake --foreign --add-missing
popd

export CFLAGS="$CFLAGS -fPIC"

%configure2_5x \
    --enable-shared \
    --disable-static \
    --enable-ssl \
    --enable-swamp \
    --with-ssl=%{_prefix}
%make

%install
%makeinstall

install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}

install -m755 dc_server.init %{buildroot}%{_initrddir}/dc_server
install -m755 dc_client.init %{buildroot}%{_initrddir}/dc_client

mv %{buildroot}%{_bindir}/dc* %{buildroot}%{_sbindir}/
mv %{buildroot}%{_bindir}/nal* %{buildroot}%{_sbindir}/

# delete rpath
chrpath -d %{buildroot}%{_bindir}/sslswamp


%changelog

* Thu Mar 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.1-25
- (bdf43ee) Add patch to fix build with OpenSSL built without SSLv2 support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22483 |14mu|dkms-2.0.19-35
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Dynamic Kernel Module Support Framework
Name: 		dkms
Version: 	2.0.19
URL:		http://linux.dell.com/dkms
%define subrel 3
Release: 	35
License: 	GPL
Group:  	System/Base
BuildArch: 	noarch
Suggests:	kernel-devel
Requires:	%{name}-minimal = %{version}-%{release}
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Requires:	patch
Requires:	sed
Requires:       gawk
Source:		http://linux.dell.com/dkms/%{name}-%{version}.tar.gz
Source1:	template-dkms-mkrpm.spec.src
Source2:	dkms.depmod.conf
Source3:	autoload.awk
Source4:	%{name}.service
Patch1:		dkms-2.0.19-norpm.patch
Patch2:		dkms-2.0.17.5-mdkize.patch
Patch3:		dkms-fix-kernel-make-prepare.patch
Patch4:		dkms-2.0.17.6-compressed-module.patch
Patch5:		dkms-2.0.19-weak_module_name.patch
Patch7:		dkms-2.0.19-procconfig.patch
Patch8:		dkms-2.0.19-mdkrpm-split-ver-rel.patch
Patch9:		dkms-2.0.19-bash-completion-update.patch
Patch10:	dkms-2.0.19-binary_only.patch
Patch11:	dkms-2.0.17.5-min-max-kernel.patch
Patch12:	dkms-2.0.17.6-test-dkms.conf-existence.patch
Patch13:	dkms-2.0.17.6-status_default.patch
#Patch14:	dkms-2.0.17.6-stdout.patch
Patch15:	dkms-2.0.19-no_custom_rpm_provides.patch
Patch16:	dkms-2.0.19-binary.patch
Patch17:	dkms-2.0.19-autoalias.patch
Patch18:	dkms-2.0.19-mkrpm_status.patch
Patch19:	dkms-2.0.19-skip-unused-check.patch
Patch20:	dkms-2.0.19-uninstall-speedup.patch
Patch21:	dkms-2.0.19-init-mdv-interactive.patch
Patch22:	dkms-symvers.patch
Patch23:	dkms-2.0.19-autoload_instead_of_udevadm.patch
Patch24:	dkms-generic-preparation-for-2.6.39-and-higher
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root/

%define _dkmsdir %{_localstatedir}/lib/%{name}
%define _dkmsbinarydir %{_localstatedir}/lib/%{name}-binary

%description
This package contains the framework for the Dynamic
Kernel Module Support (DKMS) method for installing
module RPMS as originally developed by the Dell
Computer Corporation.

This package is intended for building binary kernel
modules with dkms source packages installed

%package minimal
Summary: 	Dynamic Kernel Module Support Framework - minimal package
License: 	GPL
Group: 		System/Base
Requires:	lsb-release
Requires(preun):	rpm-helper
Requires(post):	rpm-helper

%description minimal
This package contains the framework for the Dynamic
Kernel Module Support (DKMS) method for installing
module RPMS as originally developed by the Dell
Computer Corporation.

This package is intended for installing binary module RPMS
as created by dkms.

%prep
%setup -q
%patch1 -p1 -b .norpm
%patch2 -p1 -b .mdkize
%patch3 -p1 -b .fix-kernel-make-prepare
%patch4 -p1 -b .compressed-module
%patch5 -p1 -b .weak_module_name
%patch7 -p1 -b .procconfig
%patch8 -p1 -b .mdkrpm-split-ver-rel
%patch9 -p1 -b .bash-completion-update
%patch10 -p1 -b .binary_only
%patch11 -p1 -b .min-max-kernel
%patch12 -p1 -b .test-dkmsconf
%patch13 -p1 -b .status_default
#%patch14 -p1 -b .stdout
%patch15 -p1 -b .no_custom_rpm_provides
%patch16 -p1 -b .binary
%patch17 -p0 -b .autoalias
%patch18 -p1 -b .mkrpm
%patch19 -p1 -b .versionsanity
%patch20 -p1 -b .uninst-speedup
%patch21 -p1 -b .mdv-interactive
%patch22 -p1 -b .symvers
%patch23 -p1 -b .autoload_instead_of_udevadm
%patch24 -p1 -b .generic-prepare

sed -i -e 's,/var/%{name},%{_dkmsdir},g;s,init.d/dkms_autoinstaller,init.d/%{name},g' \
  dkms_autoinstaller \
  dkms_framework.conf \
  kernel_*.d_dkms \
  %{name}.8 \
  dkms

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_mandir}/man8
%makeinstall_std INITD=%{buildroot}%{_initrddir}
install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/template-dkms-mkrpm.spec
install -m 755 dkms_mkkerneldoth %{buildroot}/%{_sbindir}/dkms_mkkerneldoth
install -m 755 %{SOURCE3} %{buildroot}/%{_sbindir}/dkms_autoload
mv %{buildroot}%{_initrddir}/dkms_autoinstaller %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_dkmsbinarydir}
mkdir -p %{buildroot}%{_sysconfdir}/depmod.d
install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/depmod.d/%{name}.conf

# Systemd unit files
mkdir -p %{buildroot}%{_unitdir}
install -p -m 644 -D %{SOURCE4} %{buildroot}%{_unitdir}/%{name}.service

%triggerpostun -- dkms < 2.0.19-11
rm -f /etc/rc.d/*/{K,S}??dkms

%trigger -- dkms < 2.0.19-31
#(akdengi) manually enable dkms becouse they not present on preset file
/bin/systemctl enable dkms.service

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun %{name}.service

%files
%defattr(-,root,root)
%doc %attr (-,root,root) sample.spec sample.conf AUTHORS COPYING template-dkms-mkrpm.spec 
%{_sbindir}/dkms_autoinstaller

%files minimal
%defattr(-,root,root)
%{_sbindir}/dkms
%{_dkmsdir}
%dir %{_dkmsbinarydir}
%{_sbindir}/dkms_mkkerneldoth
%{_sbindir}/dkms_autoload
%{_mandir}/man8/dkms.8*
%config(noreplace) %{_sysconfdir}/dkms
# these dirs are for plugins - owned by other packages
%{_sysconfdir}/kernel/postinst.d/%{name}
%{_sysconfdir}/kernel/prerm.d/%{name}
%{_sysconfdir}/bash_completion.d/%{name}
%{_sysconfdir}/depmod.d/%{name}.conf
%{_unitdir}/%{name}.service






%changelog

* Tue Apr 28 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2.0.19-35
- (9cbc7d8) Make sure the display manager waits for DKMS to finish building modules
- (9cbc7d8) Should help fix http://bugs.rosalinux.ru/show_bug.cgi?id=5353 and
- (9cbc7d8) similar bugs.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22484 |14mu|dmraid-1.0.0-0.rc16.20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# we need the libs in /lib(64) as /usr might not be mounted
%define _libdir /%{_lib}
%define _usrlibdir /usr/%{_lib}

%define extraver rc16

# from lib/version.h
%define major 1
%define libname %mklibname dmraid %{major}
%define devname %mklibname dmraid -d

Summary:	Device-mapper ATARAID tool
Name:		dmraid
Version:	1.0.0
Release:	0.%{extraver}.20
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://people.redhat.com/~heinzm
Source0:	http://people.redhat.com/~heinzm/sw/dmraid/src/%{name}-%{version}.%{extraver}.tar.bz2
Source1:	fedora-dmraid-activation
Source2:	dmraid-activation.service
# (bluca) since fedora/redhat rpm is the real upstream for dmraid
# patch numbers < 100 are reserved for patches synced from fedora/redhat
# patch numbers > 100 are for our distro specific patches
Patch0:		dmraid-1.0.0.rc16-test_devices.patch
Patch1:		ddf1_lsi_persistent_name.patch
Patch2:		pdc_raid10_failure.patch
Patch3:		return_error_wo_disks.patch
Patch4:		fix_sil_jbod.patch
Patch5:		avoid_register.patch
#we dont use this# Patch6: move_pattern_file_to_var.patch
Patch7:		libversion.patch
Patch8:		libversion-display.patch
Patch9:		bz635995-data_corruption_during_activation_volume_marked_for_rebuild.patch
# Patch10: bz626417_8-faulty_message_after_unsuccessful_vol_registration.patch
Patch11:	bz626417_19-enabling_registration_degraded_volume.patch
Patch12:	bz626417_20-cleanup_some_compilation_warning.patch
Patch13:	bz626417_21-add_option_that_postpones_any_metadata_updates.patch
Patch101:	lib-events-libdmraid-events-isw-strfmt.patch
Patch102:	fix-linking.patch
Patch103:	libdmraid-events-soname.patch
Patch104:	libdmraid-events-install.patch

BuildRequires:	device-mapper-devel >= 1.02.02
BuildRequires:	device-mapper-event-devel >= 1.02.02
Requires:	%{libname} = %{EVRD}
Requires:	dmraid-events = %{EVRD}
Requires:	kpartx >= 0.4.8-16
Requires:	systemd
Requires(post):	systemd >= 195-4

%description
dmraid (Device-Mapper Raid tool) supports RAID device discovery, RAID
set activation, creation, removal, rebuild and display of properties for
ATARAID/DDF1 metadata.

dmraid uses libdevmapper and the device-mapper kernel runtime to create
devices with respective mappings for the ATARAID sets discovered.

The following ATARAID types are supported:

Adaptec HostRAID ASR
Highpoint HPT37X
Highpoint HPT45X
Intel Software RAID
JMicron JMB36x
LSI Logic MegaRAID
NVidia NForce
Promise FastTrack
Silicon Image Medley
SNIA DDF1
VIA Software RAID

%files
%defattr(-,root,root,755)
%doc CHANGELOG CREDITS KNOWN_BUGS README TODO doc/dmraid_design.txt
/sbin/dmraid
%{_mandir}/man8/dmraid.8*
%{_systemdrootdir}/fedora-dmraid-activation
%{_systemunitdir}/dmraid-activation.service
%ghost %dir /var/lock/dmraid

%post
%systemd_post dmraid-activation.service

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for dmraid
Group:		System/Libraries

%description -n %{libname}
Provides libraries for dmraid.

%files -n %{libname}
%attr (0555,root,root) %{_libdir}/libdmraid.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and headers for dmraid
Group:		Development/Other
Provides:	%{name}-devel = %{version}.%{extraver}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Provides a library interface for RAID device discovery, RAID set
activation and display of properties for ATARAID volumes.

%files -n %{devname}
%defattr(644,root,root,755)
%dir %{_includedir}/dmraid
%{_includedir}/dmraid/*.h
%{_libdir}/libdmraid.so

#----------------------------------------------------------------------------

%package events
Summary:	Dmraid event tool
Group:		System/Base
Requires:	%{name} = %{EVRD}
Requires:	device-mapper-event  >= 1.02.02

%description events
Provides a dmeventd DSO and the dmevent_tool to register devices with it
for device monitoring. All active RAID sets should be manually registered
with dmevent_tool.

%files events
%defattr(-,root,root,755)
/sbin/dmevent_tool
%attr (0555,root,root) %{_libdir}/libdmraid-events-isw.so
%{_mandir}/man8/dmevent_tool*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}/%{version}.%{extraver}
%patch0 -p1 -b .test_devices
%patch1 -p1 -b .ddf1_lsi_persistent_name
%patch2 -p1 -b .pdc_raid10_failure
%patch3 -p1 -b .return_error_wo_disks
%patch4 -p1 -b .fix_sil_jbod
%patch5 -p1 -b .avoid_register
%patch7 -p1 -b .libversion
%patch8 -p1 -b .libversion_display
%patch9 -p1 -b .bz635995
%patch11 -p1 -b .bz626417_19
%patch12 -p1 -b .bz626417_20
%patch13 -p1 -b .bz626417_21

%patch101 -p1 -b .libdmraid_events_isw_strfmt
%patch102 -p1 -b .linking
%patch103 -p1 -b .lib_events_soname
%patch104 -p1 -b .lib_events_install

%build
%configure2_5x \
	--with-user=`id -un` \
	--with-group=`id -gn` \
	--disable-libselinux \
	--disable-libsepol \
	--enable-led \
	--enable-intel_led \
	--enable-shared_lib
make

%install
%makeinstall -s sbindir=%{buildroot}/sbin
rm -f %{buildroot}%{_libdir}/libdmraid.a

mkdir -p %{buildroot}/var/lock/dmraid

# Install systemd unit
install -d %{buildroot}%{_systemdrootdir}
install -d %{buildroot}%{_systemunitdir}
install -m 755 %{SOURCE1} %{buildroot}%{_systemdrootdir}/fedora-dmraid-activation
install -m 444 %{SOURCE2} %{buildroot}%{_systemunitdir}/dmraid-activation.service

chmod 755 %{buildroot}%{_libdir}/libdmraid-events-isw.so
chmod 755 %{buildroot}%{_libdir}/libdmraid.so.%{major}*


%changelog

* Sat Jan 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-0.rc16.20
- (09d040a) Install fedora-dmraid-activation to a proper location



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22485 |14mu|dnsmasq-2.71-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#% define debug_package %{nil}
Summary:	A lightweight dhcp and caching nameserver
Name:		dnsmasq
Version:	2.71
Release:	5
License:	GPLv2 or GPLv3
Group:		System/Servers
Url:		http://www.thekelleys.org.uk/dnsmasq
Source0:	http://www.thekelleys.org.uk/dnsmasq/%{name}-%{version}.tar.xz
Source1:	dnsmasq.sysconfig
Source2:	dnsmasq.service
Source4:	README.update.urpmi

BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(libidn)
Requires:	%{name}-base = %{version}-%{release}
Requires(preun,post):	rpm-helper
Conflicts:	bind

%description
Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It
is designed to provide DNS and, optionally, DHCP, to a small network. It can
serve the names of local machines which are not in the global DNS. The DHCP
server integrates with the DNS server and allows machines with DHCP-allocated
addresses to appear in the DNS with names configured either in each host or
in a central configuration file. Dnsmasq supports static and dynamic DHCP
leases and BOOTP for network booting of diskless machines.

%package	base
Summary:	A lightweight dhcp and caching nameserver - base files without init scripts
Group:		Networking/Remote access
# This is to avoid a clash with dnsmasq package: before version 2.71-4,
# /var/lib/dnsmasq/ was there and then was moved to dnsmasq-base.
Conflicts:	%{name} < 2.71-4

%description	base
Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It
is designed to provide DNS and, optionally, DHCP, to a small network. It can
serve the names of local machines which are not in the global DNS. The DHCP
server integrates with the DNS server and allows machines with DHCP-allocated
addresses to appear in the DNS with names configured either in each host or
in a central configuration file. Dnsmasq supports static and dynamic DHCP
leases and BOOTP for network booting of diskless machines.

This package contains the base files of the Dnsmasq server, without the init
scripts and global configuration files.

%prep
%setup -q

%build
#fedya
sed -i -r 's:lua5.[0-9]+:lua:' Makefile

#(tpg) enable dbus support
sed -i 's|/\* #define HAVE_DBUS \*/|#define HAVE_DBUS|g' src/config.h

# fedya
# use /var/lib/dnsmasq instead of /var/lib/misc
for file in dnsmasq.conf.example man/dnsmasq.8 man/es/dnsmasq.8 src/config.h; do
    sed -i 's|/var/lib/misc/dnsmasq.leases|/var/lib/dnsmasq/dnsmasq.leases|g' "$file"
done

#enable IDN support
sed -i 's|/\* #define HAVE_IDN \*/|#define HAVE_IDN|g' src/config.h

# RH bugzilla
#enable /etc/dnsmasq.d fix bz 526703
sed -i 's|#conf-dir=/etc/dnsmasq.d|conf-dir=/etc/dnsmasq.d|g' dnsmasq.conf.example

%serverbuild
%make CFLAGS="%{optflags}" LDFLAGS="$RPM_LD_FLAGS"

%install
install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m644 %{SOURCE2} -D %{buildroot}/lib/systemd/system/%{name}.service
install -m644 dnsmasq.conf.example -D %{buildroot}%{_sysconfdir}/dnsmasq.conf
install -m755 -D src/dnsmasq %{buildroot}%{_sbindir}/dnsmasq
install -m644 man/dnsmasq.8 -D %{buildroot}%{_mandir}/man8/dnsmasq.8
install -m644 %{SOURCE4} README.update.urpmi
install -d %{buildroot}/%{_sysconfdir}/dnsmasq.d/
install -d %{buildroot}/var/lib/%{name}/

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files
%config(noreplace) %{_sysconfdir}/dnsmasq.conf
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%dir %{_sysconfdir}/dnsmasq.d/
/lib/systemd/system/%{name}.service
%doc README.update.urpmi

%files base
%doc CHANGELOG FAQ COPYING COPYING-v3 doc.html setup.html
%dir /var/lib/%{name}
%{_sbindir}/%{name}
%doc %{_mandir}/man8/%{name}*

%changelog

* Thu Aug 13 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2.71-5
- (2a9a687) Avoid a potential clash with dnsmasq package over /var/lib/dnsmasq/



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22486 |14mu|docker-1.11.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# modifying the dockerinit binary breaks the SHA1 sum check by docker
%global __os_install_post %{_usrlibrpm}/brp-compress
%global dist_version 1.11.2


# docker builds in a checksum of dockerinit into docker,
# so stripping the binaries breaks docker
%global debug_package %{nil}
%global provider github
%global provider_tld com
%global project docker
%global repo %{project}
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}

#debuginfo not supported with Go
%global gopath  %{_libdir}/golang
%define gosrc %{gopath}/src/pkg/%{import_path}

%global commit      a34a1d598c6096ed8b5ce5219e77d68e5cd85462
%global shortcommit %(c=%{commit}; echo ${c:0:7})

%define __noautoreq '.*/bin/make'

Name:           docker
Version:        %{dist_version}
Release:        2
Summary:        Automates deployment of containerized applications
License:        ASL 2.0
Group:		System/Kernel and hardware

URL:            http://www.docker.com
# only x86_64 for now: https://github.com/docker/docker/issues/136
#ExclusiveArch:  x86_64
Source0:	https://%{import_path}/archive/v%{dist_version}.tar.gz
#Source0:        https://%{import_path}/archive/%{commit}.tar.gzS

Source1: %{repo}.service
Source2: %{repo}.sysconfig
Source3: %{repo}-storage.sysconfig
Source4: %{repo}-logrotate.sh
Source5: README.%{repo}-logrotate
Source6: %{repo}-network.sysconfig
Source7: %{repo}.socket
Source100:	%{name}.rpmlintrc

BuildRequires:  gcc
BuildRequires:  glibc-static-devel

# ensure build uses golang 1.4 or above
BuildRequires:  golang >= 1.4

BuildRequires:  sqlite3-devel

BuildRequires:  golang-net-devel
BuildRequires:  go-md2man
BuildRequires:  device-mapper-devel
BuildRequires:  btrfs-devel
BuildRequires:  pkgconfig(systemd)
BuildRequires:  pkgconfig(libsystemd-journal)
Requires:       systemd-units

# With docker >= 1.11 you now need containerd (and runC as a dep)
Requires:		docker-containerd

# need xz to work with ubuntu images
# https://bugzilla.redhat.com/show_bug.cgi?id=1045220
Requires:       xz

# https://bugzilla.redhat.com/show_bug.cgi?id=1035436
# this won't be needed for rhel7+
Requires:       bridge-utils
Requires:       lxc

# https://bugzilla.redhat.com/show_bug.cgi?id=1034919
# No longer needed in Fedora because of libcontainer
Requires:       libcgroup
Provides:       lxc-docker = %{version}

Obsoletes: docker-io < 1.2.0-8
Provides: docker-io = %{version}-%{release}

%description
Docker is an open-source engine that automates the deployment of any
application as a lightweight, portable, self-sufficient container that will
run virtually anywhere.

Docker containers can encapsulate any payload, and will run consistently on
and between virtually any server. The same container that a developer builds
and tests on a laptop will run at scale, in production*, on VMs, bare-metal
servers, OpenStack clusters, public instances, or combinations of the above.

%package devel
BuildRequires:  golang >= 1.4
Requires:       golang >= 1.4
Requires:       docker-pkg-devel
Summary:        A golang registry for global request variables (source libraries)
Provides: %{repo}-pkg-devel = %{version}-%{release}
Provides: golang(%{import_path}) = %{version}-%{release}
Provides: golang(%{import_path}/builder) = %{version}-%{release}
Provides: golang(%{import_path}/builder/parser) = %{version}-%{release}
Provides: golang(%{import_path}/builder/parser/dumper) = %{version}-%{release}
Provides: golang(%{import_path}/builder/command) = %{version}-%{release}
Provides: golang(%{import_path}/nat) = %{version}-%{release}
Provides: golang(%{import_path}/utils) = %{version}-%{release}
Provides: golang(%{import_path}/integration-cli) = %{version}-%{release}
Provides: golang(%{import_path}/trust) = %{version}-%{release}
Provides: golang(%{import_path}/events) = %{version}-%{release}
Provides: golang(%{import_path}/volumes) = %{version}-%{release}
Provides: golang(%{import_path}/engine) = %{version}-%{release}
Provides: golang(%{import_path}/registry) = %{version}-%{release}
Provides: golang(%{import_path}/registry/v2) = %{version}-%{release}
Provides: golang(%{import_path}/api) = %{version}-%{release}
Provides: golang(%{import_path}/api/client) = %{version}-%{release}
Provides: golang(%{import_path}/api/stats) = %{version}-%{release}
Provides: golang(%{import_path}/api/server) = %{version}-%{release}
Provides: golang(%{import_path}/opts) = %{version}-%{release}
Provides: golang(%{import_path}/builtins) = %{version}-%{release}
Provides: golang(%{import_path}/runconfig) = %{version}-%{release}
Provides: golang(%{import_path}/docker) = %{version}-%{release}
Provides: golang(%{import_path}/contrib/docker-device-tool) = %{version}-%{release}
Provides: golang(%{import_path}/contrib/host-integration) = %{version}-%{release}
Provides: golang(%{import_path}/daemon) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/graphdriver) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/graphdriver/devmapper) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/graphdriver/aufs) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/graphdriver/overlay) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/graphdriver/vfs) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/graphdriver/btrfs) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/graphdriver/graphtest) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/networkdriver) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/networkdriver/ipallocator) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/networkdriver/portmapper) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/networkdriver/bridge) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/networkdriver/portallocator) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/execdriver) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/execdriver/execdrivers) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/execdriver/lxc) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/execdriver/native) = %{version}-%{release}
Provides: golang(%{import_path}/daemon/execdriver/native/template) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/devicemapper) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/units) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/chrootarchive) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/mount) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/systemd) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/parsers) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/parsers/kernel) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/parsers/operatingsystem) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/parsers/filters) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/broadcastwriter) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/stdcopy) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/proxy) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/promise) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/pools) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/system) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/fileutils) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/mflag) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/mflag/example) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/timeutils) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/ioutils) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/pubsub) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/signal) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/listenbuffer) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/version) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/httputils) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/urlutil) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/sysinfo) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/archive) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/iptables) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/tailfile) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/graphdb) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/tarsum) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/namesgenerator) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/jsonlog) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/testutils) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/truncindex) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/homedir) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/symlink) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/networkfs/resolvconf) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/networkfs/etchosts) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/term) = %{version}-%{release}
Provides: golang(%{import_path}/pkg/reexec) = %{version}-%{release}
Provides: golang(%{import_path}/integration) = %{version}-%{release}
Provides: golang(%{import_path}/links) = %{version}-%{release}
Provides: golang(%{import_path}/image) = %{version}-%{release}

%description devel
This is the source libraries for docker.

%package fish-completion
Summary: Fish completion files for Docker
Requires: %{repo} = %{version}-%{release}
# fish is in contrib, but we can't move this particular
# subpackage there, so suggest fish instead of require
Suggests: fish
Provides: %{repo}-io-fish-completion = %{version}-%{release}

%description fish-completion
This package installs %{summary}.

%package logrotate
Summary: Cron job to run logrotate on Docker containers
Requires: %{repo} = %{version}-%{release}
Provides: %{repo}-io-logrotate = %{version}-%{release}

%description logrotate
This package installs a cron job to run logrotate on Docker containers.
Logrotate is assumed to be installed on containers for this to work,
failures are silently ignored.

%package unit-test
Summary: Cron job for running unit tests

%description unit-test
%{summary} - for running unit tests

%package vim
Summary: Vim syntax highlighting files for Docker
Requires: %{repo} = %{version}-%{release}
Requires: vim
Provides: %{repo}-io-vim = %{version}-%{release}

%description vim
This package installs %{summary}.

%package zsh-completion
Summary: Zsh completion files for Docker
Requires: %{repo} = %{version}-%{release}
Requires: zsh
Provides: %{repo}-io-zsh-completion = %{version}-%{release}

%description zsh-completion
This package installs %{summary}.


%prep
%setup -q -n docker-%{dist_version}

# here keep the new line above otherwise autosetup fails when applying patch
cp %{SOURCE5} .
#sed -i 's/$/%{?dist}/' VERSION

%build
export DOCKER_GITCOMMIT="%{shortcommit}"
#export DOCKER_GITCOMMIT="%{shortcommit}/%{version}"

AUTO_GOPATH=1 ./hack/make.sh dynbinary
man/md2man-all.sh
cp contrib/syntax/vim/LICENSE LICENSE-vim-syntax
cp contrib/syntax/vim/README.md README-vim-syntax.md

%install
# install binary
install -d %{buildroot}%{_bindir}
install -p -m 755 bundles/%{dist_version}/dynbinary/docker-%{dist_version} %{buildroot}%{_bindir}/docker

# Place to store images
install -d %{buildroot}%{_var}/cache/docker

# install manpages
install -d %{buildroot}%{_mandir}/man1
install -p -m 644 man/man1/*.1 %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_mandir}/man5
install -p -m 644 man/man5/*.5 %{buildroot}%{_mandir}/man5
install -d %{buildroot}%{_mandir}/man8
install -p -m 644 man/man8/*.8 %{buildroot}%{_mandir}/man8

# install bash completion
install -d %{buildroot}%{_sysconfdir}/bash_completion.d
install -p -m 644 contrib/completion/bash/docker %{buildroot}%{_sysconfdir}/bash_completion.d/docker.bash

# install fish completion
# create, install and own /usr/share/fish/vendor_completions.d until
# upstream fish provides it
install -dp %{buildroot}%{_datadir}/fish/vendor_completions.d
install -p -m 644 contrib/completion/fish/%{repo}.fish %{buildroot}%{_datadir}/fish/vendor_completions.d

# install container logrotate cron script
install -dp %{buildroot}%{_sysconfdir}/cron.daily/
install -p -m 755 %{SOURCE4} %{buildroot}%{_sysconfdir}/cron.daily/%{repo}-logrotate

# install vim syntax highlighting
install -d %{buildroot}%{_datadir}/vim/vimfiles/{doc,ftdetect,syntax}
install -p -m 644 contrib/syntax/vim/doc/dockerfile.txt %{buildroot}%{_datadir}/vim/vimfiles/doc
install -p -m 644 contrib/syntax/vim/ftdetect/dockerfile.vim %{buildroot}%{_datadir}/vim/vimfiles/ftdetect
install -p -m 644 contrib/syntax/vim/syntax/dockerfile.vim %{buildroot}%{_datadir}/vim/vimfiles/syntax

# install zsh completion
install -d %{buildroot}%{_datadir}/zsh/site-functions
install -p -m 644 contrib/completion/zsh/_docker %{buildroot}%{_datadir}/zsh/site-functions

# install udev rules
install -d %{buildroot}%{_udevrulesdir}
install -p -m 755 contrib/udev/80-docker.rules %{buildroot}%{_udevrulesdir}
# install storage dir
install -d -m 700 %{buildroot}%{_sharedstatedir}/docker
# install systemd/init scripts
install -d %{buildroot}%{_unitdir}
install -p -m 644 %{SOURCE1} %{SOURCE7} %{buildroot}%{_unitdir}

# for additional args
install -d %{buildroot}%{_sysconfdir}/sysconfig/
install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{repo}
install -p -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/sysconfig/%{repo}-network
install -p -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{repo}-storage

install -d -m 0755 %{buildroot}%{_sharedstatedir}/docker-unit-test/
cp -pav VERSION Dockerfile %{buildroot}%{_sharedstatedir}/docker-unit-test/.
for d in api builder cliconfig contrib daemon hack image integration-cli opts pkg registry runconfig utils vendor volume; do
  cp -a $d %{buildroot}%{_sharedstatedir}/docker-unit-test/
done
# remove docker.initd as it requires /sbin/runtime no packages in Fedora
rm -rf %{buildroot}%{_sharedstatedir}/docker-unit-test/contrib/init/openrc/docker.initd

# sources
install -d -p %{buildroot}%{gopath}/src/%{import_path}
rm -rf pkg/symlink/testdata

# remove dirs that won't be installed in devel
rm -rf vendor docs _build bundles contrib/init hack project

# install sources to devel
for dir in */ ; do
    cp -rpav $dir %{buildroot}/%{gopath}/src/%{import_path}/
done

%check

%pre
getent group docker > /dev/null || %{_sbindir}/groupadd -r docker
exit 0

%post
%systemd_post docker

%preun
%systemd_preun docker

%postun
%systemd_postun_with_restart docker

%files
%doc AUTHORS CHANGELOG.md CONTRIBUTING.md LICENSE MAINTAINERS NOTICE README.md 
%doc LICENSE-vim-syntax README-vim-syntax.md
%config(noreplace) %{_sysconfdir}/sysconfig/%{repo}
%config(noreplace) %{_sysconfdir}/sysconfig/%{repo}-network
%config(noreplace) %{_sysconfdir}/sysconfig/%{repo}-storage
%{_mandir}/man1/*.1*
%{_mandir}/man5/*.5*
%{_mandir}/man8/*.8*
%{_bindir}/docker
%dir %{_var}/cache/docker
%{_unitdir}/docker.service
%{_unitdir}/docker.socket
%dir %{_sysconfdir}/bash_completion.d
%{_sysconfdir}/bash_completion.d/docker.bash
%dir %{_sharedstatedir}/docker
%dir %{_udevrulesdir}
%{_udevrulesdir}/80-docker.rules

%files devel
%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project}
%{gopath}/src/%{import_path}

%files unit-test
%{_sharedstatedir}/docker-unit-test/

%files fish-completion
%dir %{_datadir}/fish/vendor_completions.d/
%{_datadir}/fish/vendor_completions.d/%{repo}.fish

%files logrotate
%doc README.%{repo}-logrotate
%{_sysconfdir}/cron.daily/%{repo}-logrotate

%files vim
%{_datadir}/vim/vimfiles/doc/%{repo}file.txt
%{_datadir}/vim/vimfiles/ftdetect/%{repo}file.vim
%{_datadir}/vim/vimfiles/syntax/%{repo}file.vim

%files zsh-completion
%{_datadir}/zsh/site-functions/_%{repo}

%changelog

* Fri Jun 17 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.11.2-2
- (fd2d60b) Suggest fish isntead of require



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22487 |14mu|docker-containerd-0.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global dist_version 0.2.1

%global provider github
%global provider_tld com
%global project docker
%global repo containerd
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}

#debuginfo not supported with Go
%global gopath  %{_libdir}/golang
%define gosrc %{gopath}/src/pkg/%{import_path}

%global commit      ca47f7e76a93e9b3768ed084d62318e85bd9f4b2
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Name:           %{project}-%{repo}
Version:        %{dist_version}
Release:        1
Summary:        A daemon to control runC
License:        ASL 2.0
Group:		System/Kernel and hardware

URL:            http://www.docker.com
Source0:        https://%{import_path}/archive/v%{dist_version}.tar.gz
#Source0:        https://%{import_path}/archive/%{commit}.tar.gzS

BuildRequires:  gcc
BuildRequires:  glibc-static-devel

# ensure build uses golang 1.4 or above
BuildRequires:  golang >= 1.4

Requires:		opencontainers-runc

%description
containerd is a daemon to control runC, built for performance and density. 

containerd leverages runC's advanced features such as seccomp and user 
namespace support as well as checkpoint and restore for cloning and 
live migration of containers.

%prep
#%setup -q -n docker-%{commit}
%setup -q -n %{repo}-%{dist_version}

%build
#export DOCKER_GITCOMMIT="%{shortcommit}"
#export DOCKER_GITCOMMIT="%{shortcommit}/%{version}"

ln -sf $(pwd) vendor/src/%{import_path}

export GOPATH=$(pwd)/vendor:%{gopath}
make

%install
# install binary
install -d %{buildroot}%{_bindir}
install -p -m 755 bin/* %{buildroot}%{_bindir}
cd %{buildroot}%{_bindir}
for i in *; do
	ln -sf $i docker-$i
done

%files
%doc LICENSE.* MAINTAINERS NOTICE README.md 
%{_bindir}/*

%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 0.2.1-1
- (8f5fae0) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22488 |14mu|dolphin-folder-color-1.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A KDE Service Menu for coloring the folders
Name:		dolphin-folder-color
Version:	1.8.0
Release:	1
License:	GPLv3
Group:		Graphical desktop/KDE
Url:		https://github.com/audoban/dolphin-folder-color/
Source0:	%{name}-%{version}.tar.gz
Patch0:		dolphin-folder-color.rosa.patch
Requires:	dolphin
BuildArch:	noarch

%description
A KDE Service Menu for coloring the folders so fast,
also has the ability to color a selected set of folders.

%files
%{_bindir}/%{name}.sh
%{_datadir}/kde4/services/%{name}.desktop
%doc README.md LICENSE screenshot1.png screenshot2.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
%patch0 -p1


%build

%install
mkdir -p %{buildroot}%{_bindir}
cp %{name}.sh %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_datadir}/kde4/services/
cp %{name}.desktop %{buildroot}%{_datadir}/kde4/services/

mkdir -p %{buildroot}%doc
cp README.md %{buildroot}%doc
cp LICENSE %{buildroot}%doc
cp screenshot1.png %{buildroot}%doc
cp screenshot2.png %{buildroot}%doc

%changelog

* Mon Mar 13 2017 Michl Voznesensky <m.voznesensky@rosalinux.ru> 1.8.0-1
- (694e40a) Init



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22489 |14mu|dolphin-plugins-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plugins for Dolphin to view various VCS files
Name:		dolphin-plugins
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-devel
Conflicts:	kdesdk4-core < 1:4.11.0

%description
Plugins for Dolphin to view various VCS files:
 - bazaar
 - dropbox
 - git
 - mercurial (hg)
 - subversion (svn)

%files
%{_kde_libdir}/kde4/fileviewbazaarplugin.so
%{_kde_libdir}/kde4/fileviewdropboxplugin.so
%{_kde_libdir}/kde4/fileviewgitplugin.so
%{_kde_libdir}/kde4/fileviewhgplugin.so
%{_kde_libdir}/kde4/fileviewsvnplugin.so
%{_kde_datadir}/config.kcfg/fileviewsvnpluginsettings.kcfg
%{_kde_datadir}/config.kcfg/fileviewgitpluginsettings.kcfg
%{_kde_datadir}/config.kcfg/fileviewhgpluginsettings.kcfg
%{_kde_services}/fileviewbazaarplugin.desktop
%{_kde_services}/fileviewdropboxplugin.desktop
%{_kde_services}/fileviewgitplugin.desktop
%{_kde_services}/fileviewhgplugin.desktop
%{_kde_services}/fileviewsvnplugin.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 5b9a424
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22490 |14mu|dos2unix-7.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Converts DOS-style EOLs to UNIX-style EOLs and vice versa
Name:		dos2unix
Version:	7.3.3
Release:	1
License:	BSD
Group:		Text tools
URL:		http://waterlan.home.xs4all.nl/dos2unix.html
Source0:	http://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz
BuildRequires:	gettext
BuildRequires:	perl-devel
BuildRequires:	groff
BuildRequires:	ghostscript
Provides:	unix2dos = %{EVRD}
Provides:	mac2unix = %{EVRD}
Provides:	unix2mac = %{EVRD}
Obsoletes:	unix2dos < 5.3.1

%description
A filter used to convert DOS-style EOLs to UNIX-style EOLs and vice
versa (EOL - End Of Line character).

This package contains updated Benjamin Lin's implementations of dos2unix
and unix2dos.

Benjamin Lin's implementations of dos2unix and unix2dos are a part of many
Linux distributions such as RedHat, Fedora, Suse, Gentoo and others.
This update includes all RedHat patches and fixes several other problems.
Internationalization has been added and ports to various OS have been made.

%prep
%setup -q

%build
%make

%install
%makeinstall_std

# doc is installed two times in doc dir
%__mv %{buildroot}%{_docdir}/%{name}-%{version}/ %{buildroot}%{_docdir}/%{name}

%find_lang %{name}

%files -f %{name}.lang
%doc %{_docdir}/%{name}/*
%{_bindir}/dos2unix
%{_bindir}/unix2dos
%{_bindir}/mac2unix
%{_bindir}/unix2mac
%{_mandir}/man1/*.1*
%{_mandir}/*/man1/*.1*

%changelog

* Thu Apr 07 2016 Denis Silakov <dsilakov@gmail.com> 7.3.3-1
- (3a4a036) Fix tarball hash



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22491 |14mu|dosfstools-3.0.28-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities to create and check MS-DOS FAT filesystems
Name:		dosfstools
Version:	3.0.28
Release:	1
License:	GPLv3+
Group:		File tools
Url:		http://github.com/dosfstools/dosfstools
Source0:	http://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
Provides:	mkdosfs-ygg = %{version}

%description
Inside of this package there are two utilities to create and to
check MS-DOS FAT filesystems on either harddisks or floppies under
Linux. This version uses the enhanced boot sector/superblock
format of DOS 3.3+ as well as provides a default dummy boot sector
code.

%files -f %{name}.lang
%doc ChangeLog doc/README.*
/sbin/fatlabel
/sbin/mkdosfs
/sbin/mkfs.fat
/sbin/mkfs.msdos
/sbin/mkfs.vfat
/sbin/fsck.fat
/sbin/fsck.msdos
/sbin/fsck.vfat
/sbin/dosfsck
/sbin/dosfslabel
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make \
	PREFIX=%{_prefix} \
	CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"

%install
%make \
	DESTDIR=%{buildroot} \
	install-bin \
	install-man \
	install-symlinks \
	PREFIX=%{_prefix} \
	SBINDIR=/sbin

%find_lang fatlabel fsck.fat mkfs.fat %{name}.lang --with-man

%changelog

* Wed Mar 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.28-1
- (ac580ca) New version 3.0.28
- (ac580ca) Update files (new utility fatlabel etc)
- (ac580ca) New upstream URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22492 |14mu|dotconf-1.0.13-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define libname %mklibname dotconf %{api} %{major}
%define devname %mklibname dotconf -d
%define sdevname %mklibname dotconf -d -s

Name:		dotconf
Summary:	A ConfigurationFile Parser Library
Version:	1.0.13
Release:	10
License:	LGPLv2.1
Group:		System/Libraries
Url:		http://www.azzit.de/dotconf/
Source0:	http://www.azzit.de/dotconf/download/v1.0/%{name}-%{version}.tar.gz
# (fc) 1.0.13-2mdv fix aclocal warning
Patch0:		dotconf-1.0.13-aclocal-warning.patch
BuildRequires:	recode

%description
Dotconf is a configuration file parser library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The shared libraries needed for running programs using dotconf
Group:		System/Libraries
Conflicts:	%{_lib}dotconf1 < 1.0.13-10
Obsoletes:	%{_lib}dotconf1 < 1.0.13-10

%description -n %{libname}
Dotconf is a configuration file parser library.
This package contains only the shared libraries needed for running programs
dynamically linked against dotconf.

%files -n %{libname}
%doc AUTHORS ChangeLog README
%{_libdir}/libdotconf-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The libraries and headers needed for dotconf development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Dotconf is a configuration file parser library.
This package contains documentation, headers and shared library symlinks 
needed for dotconf development.

%files -n %{devname}
%doc AUTHORS ChangeLog README doc/dotconf*
%{_bindir}/%{name}-config
%{_includedir}/*.h
%{_datadir}/aclocal/%{name}.m4
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libraries for dotconf development
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
Dotconf is a configuration file parser library.
This package contains only the static libraries for dotconf devlopment.

%files -n %{sdevname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%package examples
Summary:	The examples for the dotconf library
Group:		Development/C

%description examples
Dotconf is a configuration file parser library.
This package contains examples, installed in the same place as the
documentation.

%files examples
%doc examples/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .aclocal-warning
recode l1..u8 AUTHORS doc/dotconf-features.txt

%build
#fix build
autoreconf -i
%configure2_5x
%make

%install
%makeinstall


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.13-10
- (895e9f1) Fix library package name
- (895e9f1) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22493 |14mu|doxygen-1.8.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with doc
%bcond_without qt4

Summary:	A documentation system for C/C++
Name:		doxygen
Version:	1.8.9.1
Release:	1
Epoch:		1
Group:		Development/Other
License:	GPLv2+
Url:		http://www.stack.nl/~dimitri/doxygen/
Source0:	ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
Patch0:		doxygen-1.2.12-fix-latex.patch
Patch2:		doxygen-1.8.7-mandir.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gcc-c++
BuildRequires:	pkgconfig(libpng)
%if %{with qt4}
BuildRequires:	qt4-devel
%endif
%if %{with doc}
BuildRequires:	ghostscript
BuildRequires:	python
BuildRequires:	tetex-latex
%endif

%description
Doxygen can generate an online class browser (in HTML) and/or a
reference manual (in LaTeX) from a set of documented source files. The
documentation is extracted directly from the sources. Doxygen can
also be configured to extract the code structure from undocumented
source files.

%files
%if %{with doc}
%doc html examples pdf
%endif
%doc README.md LICENSE
%{_bindir}/doxygen
%{_mandir}/man1/doxygen.1*

#----------------------------------------------------------------------------

%if %{with qt4}
%package doxywizard
Summary:	A GUI for creating and editing configuration files
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description doxywizard
Doxygen can generate an online class browser (in HTML) and/or a
reference manual (in LaTeX) from a set of documented source files. The
documentation is extracted directly from the sources. Doxygen can
also be configured to extract the code structure from undocumented
source files.

This is the GUI interface for doxygen.  It requires qt and X11 to
install.

%files doxywizard
%{_bindir}/doxywizard
%{_mandir}/man1/doxywizard*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch2 -p1 -b .man

perl -pi -e "s|^TMAKE_CFLAGS_RELEASE.*|TMAKE_CFLAGS_RELEASE = %{optflags}|" tmake/lib/linux-g++/tmake.conf
perl -pi -e "s|/lib$|/%{_lib}|" tmake/lib/linux-g++/tmake.conf
# XXX configure is going to fail if both 32-bit and 64-bit qt3-devel
# are installed
find -type d -exec chmod 0755 {} \;
# build with system libpng
rm -rf libpng

%build
./configure \
    --prefix %{_prefix} \
    --make %{_bindir}/make \
%if %{with qt4}
	--with-doxywizard
%endif

%make LFLAGS="%{?ldflags}"

%if %{with doc}
make docs
mv doc/float.sty latex
mv doc/fancyhdr.sty latex
make pdf
mkdir pdf
mv latex/doxygen_manual.pdf pdf
%endif

%install
make install INSTALL=%{buildroot}%{_prefix}

%changelog

* Sun Apr 24 2016 dsilakov <denis.silakov@rosalab.ru> 1:1.8.9.1-1
- (05ec918) Merge pull request #1 from alzim/doxygen:rosa2014.1
- (05ec918) Updated to 1.8.9.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22494 |14mu|dracut-044-20161111git.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrev e35d145
%define gitdate 20161111
# Git repo: git://git.kernel.org/pub/scm/boot/dracut/dracut.git

# How to prepare the source archive from the git tree:
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix dracut-${date}-git${hash}/ ${hash} \
#	| xz -7e > ../dracut-${date}-git${hash}.tar.xz

%define dracutlibdir %{_prefix}/lib/dracut

Summary:	Next generation initrd image generator
Name:		dracut
Version:	044
Release:	%{gitdate}git.6
License:	GPLv2+
Group:		System/Base
Url:		https://dracut.wiki.kernel.org/
# http://git.kernel.org/cgit/boot/dracut/dracut.git/
#Source0:	http://www.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz
Source0:	%{name}-%{gitdate}-git%{gitrev}.tar.xz
Source3:	01-rosa.conf

# ROSA-specific patches
Patch1006:	dracut-037-modprobe-loop.patch
Patch1009:	dracut-044-mount-live-rw-with-noatime.patch
Patch1010:	dracut-037-busybox-fallback-to-busybox.static-if-no-busybox.patch
Patch1011:	dracut-037-use-busybox--list.patch
Patch1013:	dracut-034-fix-prelink.patch
Patch1014:	dracut-037-always-define-vconsole-font.patch
Patch1015:	dracut-037-use-initrd-in-stead-of-initramfs-filename.patch
Patch1020:	dracut-041-plymouth-logo-file.patch
# Former dracut-027.minimal.patch: /dev/sdXn => /dev/sdX for the system
# images.
Patch1021:	dracut-041-fixup-boot-device.patch

# ? To send upstream?
Patch1022:	dracut-044-90crypt-use-uname.patch

Patch1023:	dracut-044-do-not-strip-binaries-by-default.patch

BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	xsltproc
BuildRequires:	dash
BuildRequires:	bash
BuildRequires:	asciidoc
BuildRequires:	systemd-units
BuildRequires:	bash-completion
BuildRequires:	pkgconfig(libkmod)
BuildRequires:	pkgconfig(bash-completion)

Requires:	systemd >= 219
Requires(post):	systemd
%ifarch %{ix86} x86_64
Requires:	v86d
%endif
Provides:	mkinitrd-command
Requires(pre):	filesystem
Requires(pre):	coreutils
Suggests:	plymouth
Requires:	udev
Requires:	util-linux-ng
Requires:	kmod-compat
Requires:	e2fsprogs
Requires:	cpio
Requires:	findutils
Requires:	binutils
Requires:	grep
Requires:	mktemp
Requires:	bash
Requires:	dash
Requires:	kbd
Requires:	tar
Requires:	gzip
Requires:	bzip2
Requires:	xz
Requires:	file
Requires:	bridge-utils
#Requires:	bootloader-utils
Requires(post):	dmraid
Requires(post):	lvm2
Requires(post):	mdadm
Requires(pre):	rpm-helper
Requires(post,postun):	update-alternatives
Requires(post):	dracut-aufs

%description
Dracut contains tools to create a bootable initramfs for 2.6 Linux kernels.
Unlike existing implementations, dracut does hard-code as little as possible
into the initramfs. Dracut contains various modules which are driven by the
event-based udev. Having root on MD, DM, LVM2, LUKS is supported as well as
NFS, iSCSI, NBD, FCoE with the dracut-network package.

%prep
#setup -q
%setup -qn %{name}-%{gitdate}-git%{gitrev}
%apply_patches
# We don't want to strip dracut-install, that's debuginfo's job
sed -i -e 's,\$(strip),,g' install/Makefile


%build
%global optflags %{optflags} -Os
%serverbuild_hardened

# The build system sets CFLAGS overriding the default value dracut's Makefile
# uses. However, that default set of options also sets the path to libkmod
# headers. Add it here then.
export CFLAGS="%{optflags} $(pkg-config --cflags libkmod)"

%configure2_5x \
	--systemdsystemunitdir=%{_unitdir} \
	--bashcompletiondir=$(pkg-config --variable=completionsdir bash-completion) \
	--libdir=%{_prefix}/lib

%make CC=%{__cc}

%install
%makeinstall_std

# We place the distro-specific config in /usr/lib/dracut/dracut-conf.d/ 
# to make it overridable (the file with the same name in /etc/dracut.conf.d/
# has a higher priority).
install -m 644 %{SOURCE3} %{buildroot}%{dracutlibdir}/dracut.conf.d

echo "DRACUT_VERSION=%{version}-%{release}" > %{buildroot}%{dracutlibdir}/dracut-version.sh

# bluca remove patch backup files
find %{buildroot} -type f -name '*.orig' -exec rm {} \;
find %{buildroot} -type f -name '*~' -exec rm {} \;

# fix permission of module files
chmod +x %{buildroot}%{dracutlibdir}/modules.d/*/*.sh

mkdir -p %{buildroot}/boot/dracut
mkdir -p %{buildroot}%{_var}/lib/dracut/overlay
install -m 755 -d %{buildroot}%{_datadir}/dracut

mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}/sbin
mv %{buildroot}%{_bindir}/* %{buildroot}%{_sbindir}/

ln -s %{_sbindir}/dracut %{buildroot}%{_bindir}/dracut
ln -s %{_sbindir}/dracut %{buildroot}/sbin/dracut
ln -s %{dracutlibdir}/dracut-install %{buildroot}%{_sbindir}/dracut-install

mkdir -p %{buildroot}%{_localstatedir}/log
touch %{buildroot}%{_localstatedir}/log/dracut.log
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
install -m 0644 dracut.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/dracut

mv %{buildroot}%{_sbindir}/lsinitrd %{buildroot}%{_sbindir}/lsinitrd-dracut
mv %{buildroot}%{_sbindir}/mkinitrd %{buildroot}%{_sbindir}/mkinitrd-dracut

# (tpg) don't follow this usr madness
# systemctl sits in /bin, and it symlinks to /usr/bin
sed -i -e 's#/usr/bin/systemctl#/bin/systemctl#g' %{buildroot}%{dracutlibdir}/modules.d/*/*.service
# (tpg) use real path for udevadm
sed -i -e 's#/usr/bin/udevadm#/sbin/udevadm#g' %{buildroot}%{dracutlibdir}/modules.d/*/*.service

# (tpg) this conflicts with mkinitrd
rm -rf %{buildroot}%{_mandir}/man8/mkinitrd.8*

%pre
# Workaround for update from dracut 037 where "dmsquash-live" was in the
# list of modules to add. If the kernel is updated in the same transaction
# as dracut, the post scriptlet for the kernel would try to create initrd
# using both the new and the old dracut configurations. It would fail as a
# result and leave the system without initrd.
if test -e /etc/dracut.conf.d/50-dracut-rosa.conf; then
    sed -i -e 's/dmsquash-live//' /etc/dracut.conf.d/50-dracut-rosa.conf
fi

%post
update-alternatives --install /sbin/mkinitrd mkinitrd %{_sbindir}/mkinitrd-dracut 110 || :
update-alternatives --install /sbin/lsinitrd lsinitrd %{_sbindir}/lsinitrd-dracut 110 || :

%postun
[ ! -e /usr/sbin/mkinitrd-dracut ] && update-alternatives --remove mkinitrd %{_sbindir}/mkinitrd-dracut || :
[ ! -e /usr/sbin/lsinitrd-dracut ] && update-alternatives --remove lsinitrd %{_sbindir}/lsinitrd-dracut || :

%posttrans
# Workaround for update from dracut-0.17 with broken postun script (which could incorrectly remove mkinitrd and lsinitrd symlinks)
[ -e /usr/sbin/mkinitrd-dracut ] && [ ! -e /sbin/mkinitrd ] && update-alternatives --install /sbin/mkinitrd mkinitrd %{_sbindir}/mkinitrd-dracut 110 || :
[ -e /usr/sbin/lsinitrd-dracut ] && [ ! -e /sbin/lsinitrd ] && update-alternatives --install /sbin/lsinitrd lsinitrd %{_sbindir}/lsinitrd-dracut 110 || :

# Regenerate the initrd here rather than in post because the old configs
# can interfere then. Dracut 037 had erroneously left "dmsquash-live" in
# the list of modules, which lead to scriptlet failures during the update.
if [ -d /lib/modules/$(uname -r) ]; then
    %{_sbindir}/dracut -f /boot/initrd-$(uname -r).img $(uname -r)
fi

%files
%doc README.generic README.modules README.kernel HACKING TODO AUTHORS
%dir /boot/dracut
%dir %{_datadir}/dracut
%dir %{_var}/lib/dracut
%dir %{_var}/lib/dracut/overlay
%dir %{dracutlibdir}/modules.d
%dir %{_prefix}/lib/kernel/install.d
%dir %{dracutlibdir}/dracut.conf.d
%dir %{_sysconfdir}/dracut.conf.d
%config %{_sysconfdir}/dracut.conf
%config %{_sysconfdir}/logrotate.d/dracut
%attr(0644,root,root) %ghost %config(missingok,noreplace) %{_localstatedir}/log/dracut.log
%{dracutlibdir}/dracut.conf.d/01-rosa.conf
/sbin/dracut
%{_sbindir}/dracut
%{_bindir}/dracut
%{_sbindir}/dracut-catimages
%{_sbindir}/dracut-install
%{_sbindir}/lsinitrd-dracut
%{_sbindir}/mkinitrd-dracut
%{_unitdir}/*.service
%{_unitdir}/*/*.service
%{_prefix}/lib/kernel/install.d/5*-dracut*.install
%{dracutlibdir}/skipcpio
%{dracutlibdir}/dracut-install
%{dracutlibdir}/dracut-version.sh
%{dracutlibdir}/dracut-functions.sh
%{dracutlibdir}/dracut-functions
%{dracutlibdir}/modules.d/*
%{dracutlibdir}/dracut-initramfs-restore
%{dracutlibdir}/dracut-logger.sh
%{dracutlibdir}/dracut-init.sh
%{_datadir}/bash-completion/completions/dracut
%{_datadir}/bash-completion/completions/lsinitrd
%{_mandir}/man1/lsinitrd.1.*
%{_mandir}/man5/dracut.conf.5*
%{_mandir}/man7/dracut.bootup.7*
%{_mandir}/man7/dracut.kernel.7*
%{_mandir}/man7/dracut.cmdline.7*
%{_mandir}/man7/dracut.modules.7*
%{_mandir}/man8/dracut*.8*
%{_mandir}/man8//mkinitrd-suse.8*
%{_datadir}/pkgconfig/dracut.pc

%changelog

* Thu Apr 26 2018 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 044-20161111git.6
- (130e5b2) Release up

* Thu Apr 26 2018 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 044-20161111git.5
- (17a5f3c) Build generic (rather than host-only) initrd by default
- (17a5f3c) Host-only mode used to be the default one, but dracut kept omitting
- (17a5f3c) needed kernel modules (and picking unnecessary ones like the proprietary
- (17a5f3c) graphics drivers) in many cases then. For example, if 'ahci' was built
- (17a5f3c) as a module, it did not make it into the initrds. As a result, many
- (17a5f3c) systems would not find their disks at initrd stage and failed to boot
- (17a5f3c) with not so obvious errors.
- (17a5f3c) Maintaining the list of additional drivers to include is a pain.
- (17a5f3c) Let us just use the generic initrds instead. They are larger, 60-65 Mb VS
- (17a5f3c) 12-15 Mb for a hostonly initrd on my systems, but should be more
- (17a5f3c) reliable.
- (17a5f3c) If disk space becomes a problem, the user could try removing the older
- (17a5f3c) kernels along with their initrds: urpm-package-cleanup --oldkernels.
- (17a5f3c) Generic initrds might also open a way to provide the pre-built initrds
- (17a5f3c) to the users rather than to rebuild them on the users' machines each
- (17a5f3c) time. Such rebuilds are also error-prone. Not sure if it is possible to
- (17a5f3c) use the pre-built initrds now, that should be investigated later.
- (Evgenii Shatokhin: bc27651) Do not strip kernel modules by default
- (Evgenii Shatokhin: bc27651) Unless this is a custom-built kernel, the modules have already been
- (Evgenii Shatokhin: bc27651) stripped when the kernel packages were built.
- (Evgenii Shatokhin: bc27651) Besides, if the user does choose to strip the files in the initrd, make
- (Evgenii Shatokhin: bc27651) sure to get the signature properly, without null symbols. Otherwise,
- (Evgenii Shatokhin: bc27651) bash may complain like this when processing "SIG=$(tail -c 28 "$f")":
- (Evgenii Shatokhin: bc27651) "warning: command substitution: ignored null byte in input"

* Thu Dec 01 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 044-20161111git.4
- (d6fd127) Make the config closer to the defaults, do not meddle with drivers
- (d6fd127) "add_drivers" has now (v044+, may be true for earlier versions as well)
- (d6fd127) an unfortunate side effect. If it is used, the default set of drivers
- (d6fd127) is not included into initrd.
- (d6fd127) So either we do not use add_drivers at all or specify all the defaults
- (d6fd127) manually (e.g. "xhci-hcd xhci-pci xhci-plat-hcd", etc.)
- (d6fd127) I chose the first option: do not use add_drivers & Ko.
- (d6fd127) See the code in modules.d/90kernel-modules/module-setup.sh for the list
- (d6fd127) of the defaults.

* Thu Dec 01 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 044-20161111git.3
- (233f1c8) Fix: 90crypt: ROSA does not have 'arch' utility

* Wed Nov 30 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 044-20161111git.2
- (adf87af) Release up

* Wed Nov 30 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 044-20161111git.1
- (1d73938) conf: Do not force inclusion of ext3 module (attempt #3)
- (1d73938) Kernel 4.2+ no longer has ext3, ext4 is used instead.
- (1d73938) ext4 is built into our kernel, by the way.
- (1d73938) This gets rid of the errors like "Failed to install module ext3" when
- (1d73938) generating initrd.
- (1d73938) Notes for the attempt #3:
- (1d73938) I tried at least twice to get rid of ext3 before but the ISO images of
- (1d73938) ROSA failed to build with strange errors. Let us fix the build system
- (1d73938) this time.
- (Evgenii Shatokhin: 98b8492) Updated to git rev. e35d145 (2016-11-11)
- (Evgenii Shatokhin: 98b8492) Removed unneeded stuff and already applied patches as well.

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 041-17
- (57bb4e0) MassBuild#1169: Increase release tag

* Tue Sep 20 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 041-16
- (468b046) Add patch with bash 4.4 support

* Thu Sep 15 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 041-15
- (88e8525) Release up + removed unused patches

* Thu Sep 15 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 041-14
- (ebf35c3) Revert "Sync with working copy from rosa2014.1 for now"
- (ebf35c3) This reverts commit b7e79adbcd6bce494edceb2c068dfe6edcd62497.

* Wed Aug 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 041-12
- (b7e79ad) Sync with working copy from rosa2014.1 for now

* Tue Aug 09 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 041-14
- (4d5542c) Release up

* Tue Aug 09 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 041-13
- (92e635b) Revert "conf: Do not force inclusion of ext3 module"
- (92e635b) This reverts commit 93b923a815f414b5a479bb4219a13da982de8c85.
- (92e635b) The Live CD system still needs ext3 for the kernel 4.1.x at least. We
- (92e635b) need to migrate to ext4 there first.
- (Evgenii Shatokhin: 072d143) Enable early loading of CPU microcode
- (Evgenii Shatokhin: 072d143) Intel and AMD CPUs are currently based on RISC chips with the special
- (Evgenii Shatokhin: 072d143) microcode that actually implements the x86 instruction set.
- (Evgenii Shatokhin: 072d143) The updates for such microcode are often included into BIOS updates, but
- (Evgenii Shatokhin: 072d143) it is not always the case.
- (Evgenii Shatokhin: 072d143) The kernel may apply such updates itself to fix bugs, etc. This should
- (Evgenii Shatokhin: 072d143) be done as early at boot as possible, so enable the support for it in
- (Evgenii Shatokhin: 072d143) dracut by default.

* Tue Aug 09 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 041-12
- (93b923a) conf: Do not force inclusion of ext3 module
- (93b923a) Kernel 4.2+ no longer has ext3, ext4 is used instead.
- (93b923a) ext4 is built into our kernel, by the way.
- (93b923a) This gets rid of the errors like "Failed to install module ext3" when
- (93b923a) generating initrd.
- (Evgenii Shatokhin: ab28c79) Updated to 041-12

* Tue Dec 01 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 041-11
- (f430289) Do not include asus-nb-wmi into initrd
- (f430289) I doubt this "Asus Notebooks WMI Hotkey Driver" is needed at the initrd
- (f430289) stage on all machines.
- (f430289) If it is, we can re-add it later.
- (Evgenii Shatokhin: dcf6761) conf: Removed duplicate and built-in modules
- (Evgenii Shatokhin: dcf6761) ahci and ext4 are built-in.
- (Evgenii Shatokhin: dcf6761) isofs is an alias for iso9660.
- (Evgenii Shatokhin: 4db0b68) Added the modules for USB3 support and for some Logitech devices
- (Evgenii Shatokhin: 4db0b68) http://bugs.rosalinux.ru/show_bug.cgi?id=6381
- (Eugene Shatokhin: 2090b8b) Release up

* Tue Jun 23 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 041-10
- (1c3e094) Require mdadm: it is needed for 'mdraid' dracut module
- (Eugene Shatokhin: f22ba5a) Release up

* Tue Jun 23 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 041-9
- (10a0bc5) Require lvm2: it is also needed by the time dracut starts creating initrd
- (Eugene Shatokhin: a4d9f18) Release up

* Mon Jun 22 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 041-8
- (e64e902) Added a workaround for update from dracut 037
- (e64e902) Dracut 037 erroneously has "dmsquash-live" in the list of modules to add
- (e64e902) and leaves hostonly=yes. These two settings conflict with each other in
- (e64e902) dracut 041.
- (e64e902) Most of the time it would not be a problem but if the kernel is updated
- (e64e902) in the same transaction as dracut, the post scriptlet for the kernel would
- (e64e902) try to create initrd using both the new and the old dracut configurations.
- (e64e902) It would fail as a result and leave the system without initrd.
- (e64e902) Added a hack to mitigate this problem.
- (Eugene Shatokhin: 1eba9ef) Added a few fixes to rosa2014.1 branch
- (Eugene Shatokhin: 1eba9ef) * Fixed boot in live mode on 32-bit systems, see
- (Eugene Shatokhin: 1eba9ef) dracut-041-fixup-boot-device.patch.
- (Eugene Shatokhin: 1eba9ef) * In case the updates for both systemd and dracut are installed at the
- (Eugene Shatokhin: 1eba9ef) same time, make sure systemd is updated first. This way, the new files
- (Eugene Shatokhin: 1eba9ef) for systemd will be included into the initrd image dracut will create in
- (Eugene Shatokhin: 1eba9ef) %post.
- (Eugene Shatokhin: 4dd5adf) Fixed the patch: the device may be passed not as /dev/sdXn
- (Eugene Shatokhin: 4dd5adf) Looks like /dev/disk/by-label/... is currently used, so we need to
- (Eugene Shatokhin: 4dd5adf) canonicalize the path first.
- (Eugene Shatokhin: 9c2b164) Make sure systemd is updated before dracut starts creating initrd images
- (Eugene Shatokhin: 9c2b164) systemd and some related files are included into the initrd images. So the
- (Eugene Shatokhin: 9c2b164) correct version must be installed before dracut starts its job.
- (Eugene Shatokhin: a14a17f) Restored and re-diffed a patch to fix boot in Live mode on x32
- (Eugene Shatokhin: a14a17f) Details: http://bugs.rosalinux.ru/show_bug.cgi?id=5768#c3

* Fri Jun 12 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 041-7
- (49c5c57) Make sure dmraid is installed before %post, etc.
- (Eugene Shatokhin: abc1587) Require 'dmraid'
- (Eugene Shatokhin: abc1587) Our configuration for dracut states it should use 'dmraid'. However,
- (Eugene Shatokhin: abc1587) dracut refuses to do so if 'dmraid' executable is missing, so the
- (Eugene Shatokhin: abc1587) installation scriptlets may fail. Adding a dependency to fix that.
- (Eugene Shatokhin: abc1587) Note that dmraid is installed in ROSA Fresh by default, so the users
- (Eugene Shatokhin: abc1587) could only experience problems if they removed it manually. Anyway,
- (Eugene Shatokhin: abc1587) it is better to make it more reliable.

* Wed Jun 10 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 041-6
- (b89fbf2) Rediffed 'include-hyperv_fb' patch for version 041
- (Eugene Shatokhin: ce11908) Merged changes from import/dracut

* Thu May 14 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 041-5
- (ab290b2) Regenerate initrd in %posttrans rather than in %post
- (ab290b2) This is to make sure the old dracut configs do not interfere (in case
- (ab290b2) they have been moved or renamed by this update).
- (ab290b2) Dracut 037 had erroneously left "dmsquash-live" in the list of modules,
- (ab290b2) which lead to scriptlet failures during the update.
- (Eugene Shatokhin: 443a401) Merged recent changes from import/dracut

* Fri May 08 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 041-4
- (45d176e) Added spaces at the ends of the lists, may help concatenation
- (Eugene Shatokhin: d199242) Make sure ROSA-specific config is overridable
- (Eugene Shatokhin: d199242) 1. The config is now placed in /usr/lib/dracut/dracut.conf.d/, which
- (Eugene Shatokhin: d199242) allows to override it with a file in /etc/dracut.conf.d/ having the same
- (Eugene Shatokhin: d199242) name.
- (Eugene Shatokhin: d199242) 2. The config was renamed from 50-dracut-rosa.conf to 01-rosa.conf to
- (Eugene Shatokhin: d199242) allow 02livecd.conf (used for building live images) to override settings
- (Eugene Shatokhin: d199242) in it. "hostonly" being the most important one in this case.
- (Eugene Shatokhin: d199242) Otherwise, "hostonly" would remain as "yes", which is not suitable for
- (Eugene Shatokhin: d199242) live images.

* Thu May 07 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 041-3
- (bcfa0bb) Release up

* Thu May 07 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 041-2
- (3a6bb04) Do not install 'dmsquash-live' if hostonly is 'yes'
- (Eugene Shatokhin: c7325f6) Do not install 'ifcfg' module, it depends on 'network'
- (Eugene Shatokhin: a5d8fd8) Do not set early_microcode="yes"
- (Eugene Shatokhin: a5d8fd8) Our kernels do not support that yet.

* Thu May 07 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 041-1
- (5709163) Cherry-picked part of commit 004fb182 from import/dracut
- (5709163) 004fb18266d3b2814fd3348b3f2aaa14bec202c2
- (5709163) "Remove default vconsole.conf before installing system one"
- (Eugene Shatokhin: c8a1dcf) Removed excessive requirements
- (Eugene Shatokhin: cf0c00d) Removed uvesafb-related stuff (obsolete)
- (Eugene Shatokhin: 750a216) Updated to version 041, revisited the patchset
- (Eugene Shatokhin: 750a216) * Updated a few patches based on what is done in OMV.
- (Eugene Shatokhin: 750a216) * Moved setting PLYMOUTH_LOGO_FILE to a separate patch.
- (Eugene Shatokhin: 750a216) * Added patches from Fedora that may help alleviate the problems with
- (Eugene Shatokhin: 750a216) DeviceMapper and provide other fixes.
- (Eugene Shatokhin: 750a216) * Disabled a couple patches.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22495 |14mu|dracut-aufs-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	AUFS support for dracut
Name:		dracut-aufs
Version:	1.0
Release:	1
Group:		System/Base
License:	GPLv2+
URL:		http://wiki.rosalab.ru/ru/index.php/ROSA_Freeze
Source0:	aufs-mount.sh
Source1:	module-setup.sh
BuildArch:	noarch

%description
Provide possibility to mount system directories using AUFS
during boot.

%prep
# Nothing to do

%build
# Nothing to do

%install
mkdir -p %{buildroot}%{_prefix}/lib/dracut/modules.d/99aufs-mount/

install -m 755 %{SOURCE0} %{buildroot}%{_prefix}/lib/dracut/modules.d/99aufs-mount/
install -m 755 %{SOURCE1} %{buildroot}%{_prefix}/lib/dracut/modules.d/99aufs-mount/


%post
if [ -d /lib/modules/$(uname -r) ]; then
    %{_sbindir}/dracut -f /boot/initrd-$(uname -r).img $(uname -r)
fi

%files
%{_prefix}/lib/dracut/modules.d/99aufs-mount/

%changelog
* Mon Dec 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0-1
+ Revision: bad04b9
- Merge last changes from import/dracut



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22496 |14mu|dragonplayer-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple video player for KDE 4
Name:		dragonplayer
Epoch:		3
Version:	4.14.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2
Url:		http://www.kde.org/applications/multimedia/dragonplayer/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/dragon-%{version}.tar.xz

BuildRequires:	kdelibs4-devel
Requires:	kdebase4-runtime
Conflicts:	kdemultimedia4-core < 3:4.5.71
Conflicts:	kmix < 3:4.8.95

%description
Dragon Player is a multimedia player where the focus is on simplicity,
instead of features. Dragon Player does one thing, and only one thing,
which is playing multimedia files. It's simple interface is designed not
to get in your way and instead empower you to simply play multimedia
files.

%files
%{_kde_bindir}/dragon
%{_kde_appsdir}/dragonplayer
%{_kde_appsdir}/solid/actions/dragonplayer-opendvd.desktop
%{_kde_iconsdir}/*/*/*/*
%{_kde_mandir}/man1/*
%{_kde_libdir}/kde4/dragonpart.so
%{_kde_applicationsdir}/dragonplayer.desktop
%{_kde_services}/ServiceMenus/dragonplayer_*
%{_kde_services}/dragonplayer_part.desktop
%{_kde_configdir}/dragonplayerrc
%{_kde_docdir}/HTML/en/dragonplayer

#------------------------------------------------------------------------------

%prep
%setup -q -n dragon-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: 166d619
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22497 |14mu|draklive-install-1.66-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define iconname ROSAOne-install-icon.png
%define xsetup_level 60

Summary:	Live installer
Name:		draklive-install
Version:	1.66
Release:	1
Url:		https://abf.rosalinux.ru/soft/%{name}
Source0:	%{url}/archive/%{name}-version-%{version}.tar.gz
Source1:	efi-remount.sh
Source2:	remove-live-user.sh
License:	GPL
Group:		System/Configuration/Other
BuildArch:	noarch
Requires:	drakxtools >= 14.47-24
Requires:	drakx-installer-matchbox
Requires:	draklive-install-advert
Requires:	lm_sensors >= 3.3.5
BuildRequires:	intltool

%description
This tool allows to install Rosa from a running live system.

%prep
%setup -q -n %{name}-version-%{version}
%apply_patches

%build
%make

%install

%makeinstall

for product in one flash; do
  install -D -m 0755 %{name}.desktop %{buildroot}%{_datadir}/mdk/desktop/$product/%{name}.desktop
done
install -D -m 0755 %{name} %{buildroot}/%{_sbindir}/%{name}
install -m 0755 %{name}-lock-storage %{buildroot}/%{_sbindir}/

mkdir -p %{buildroot}%{_bindir}
ln -sf consolehelper %{buildroot}%{_bindir}/%{name}-lock-storage
mkdir -p %{buildroot}%{_sysconfdir}/pam.d

cat > %{buildroot}%{_sysconfdir}/pam.d/%{name}-lock-storage  <<EOF
#%%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps

cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name}-lock-storage <<EOF
USER=<user>
PROGRAM=/usr/sbin/%{name}-lock-storage
FALLBACK=false
SESSION=true
EOF

mkdir -p %{buildroot}{%{_miconsdir},%{_iconsdir},%{_liconsdir},%{_menudir},%{_datadir}/libDrakX/pixmaps/{en,ru},%{_datadir}/applications,%{_datadir}/icons/hicolor/{16x16,32x32,48x48}/apps}
install data/icons/IC-installone-48.png %{buildroot}%{_liconsdir}/%{iconname}
install data/icons/IC-installone-32.png %{buildroot}%{_iconsdir}/%{iconname}
install data/icons/IC-installone-16.png %{buildroot}%{_miconsdir}/%{iconname}
cp -l %{buildroot}%{_liconsdir}/%{iconname} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{iconname}
cp -l %{buildroot}%{_liconsdir}/%{iconname} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{iconname}
cp -l %{buildroot}%{_liconsdir}/%{iconname} %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{iconname}

#install advert to properties directores
install -m 0644 data/icons/en/ROSAOne-*.png %{buildroot}%{_datadir}/libDrakX/pixmaps/en/
install -m 0644 data/icons/ru/ROSAOne-*.png %{buildroot}%{_datadir}/libDrakX/pixmaps/ru/

install rosa-draklive-install.desktop %{buildroot}%{_datadir}/applications/
install -D -m 0755 %{name}.xsetup %{buildroot}%{_sysconfdir}/X11/xsetup.d/%{xsetup_level}%{name}.xsetup
install -m 0755 clean_live_hds %{buildroot}%{_sbindir}/clean_live_hds
install -m 0755 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}.d/run.d/efi-remount.sh
install -m 0755 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}.d/run.d/remove-live-user.sh

%find_lang %{name}

%files -f %{name}.lang
%{_sbindir}/%{name}
%{_sbindir}/%{name}-lock-storage
%{_bindir}/%{name}-lock-storage
%{_sysconfdir}/pam.d/%{name}-lock-storage
%{_sysconfdir}/security/console.apps/%{name}-lock-storage
%{_datadir}/mdk/desktop/*/*.desktop
%{_datadir}/applications/rosa-draklive-install.desktop
%{_iconsdir}/%{iconname}
%{_liconsdir}/%{iconname}
%{_miconsdir}/%{iconname}
%{_datadir}/icons/hicolor/*/apps/%{iconname}
%{_datadir}/libDrakX/pixmaps/en/ROSAOne-*.png
%{_datadir}/libDrakX/pixmaps/ru/ROSAOne-*.png
%{_sysconfdir}/X11/xsetup.d/??%{name}.xsetup
%dir %{_sysconfdir}/%{name}.d
%dir %{_sysconfdir}/%{name}.d/run.d
%{_sysconfdir}/%{name}.d/run.d/*
%{_sbindir}/clean_live_hds

%changelog

* Wed Jul 20 2016 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.66-1
- (39266ca) Eject DVD only if booted from it

* Thu Jul 07 2016 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.65-1
- (ca842c7) Refix

* Tue Jun 28 2016 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.64-1
- (bc2ff20) Eject DVD on reboot after installation

* Fri Jul 03 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.63-1
- (01f6278) Generating initrd when installing Grub; minor fixes
- (01f6278) 1. When installing Grub2, initrd is also generated from scratch. This is not required for bootable system, but it will work as early-warning system for dracut/initrd problems.
- (01f6278) 2. When running draklive-install from terminal, grub installation messages will now be printed to output.
- (01f6278) 3. Fixed error messages about /var/lock/dmraid when installing Grub2

* Thu Jun 18 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.62-2
- (d7a3f00) Removed dracut config for isobuild
- (d7a3f00) Now iso image is built using standard config file with minor modifications performed in run-time during build, so that they will not be out of sync. (And it was unclear what draklive-install has to do with building iso, anyway.)

* Wed Jun 10 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.62-1
- (898162d) If installing in VESA (basic graphics), the installed system will also use VESA

* Fri Jun 05 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.61-1
- (5b00d47) Fixed: copying failed on 32-bit system with SELinux (/boot/efi missing)

* Mon Jun 01 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.60-1
- (cc8fb65) Fixed EFI+selinux

* Wed May 27 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.59-1
- (99bac55) Installer fixes
- (99bac55) 1. Moved "remount selinuxfs" patch into sources.
- (99bac55) 2. Fixed EFI boot entry installation (problem caused by systemd update - new efivars mountpoint appeared).

* Thu May 21 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.58-4
- (273ef45) Moved tmpfs hacks into ISO build scripts

* Wed May 20 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1.58-3
- (62984fc) separate options for selinuxfs remount and context copying

* Wed May 20 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1.58-2
- (b6477fa) remount selinuxfs
- (Konstantin Vlasov: 90ae3d8) Fixed xsetup file name
- (Konstantin Vlasov: 7007885) Translation updated

* Tue May 19 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.58-1
- (982dcec) Various improvements
- (982dcec) 1. Added bootloader option for not adding secondary systems in boot menu (useful if this is a secondary system itself).
- (982dcec) 2. Added bootloader option for portable initrd (so that initrd was not host-only and could work with different hardware).
- (982dcec) 3. When installing on real hardware, VBox Additions are automatically removed.
- (982dcec) 4. Added cleanup for tmpfs mountpoints used only in Live system.

* Thu May 14 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.57-2
- (78088d0) Merged changes from import/draklive-install

* Fri May 08 2015 law <a.lahin@ntcit-rosa.ru> 1.57-1
- (31903f1) Store timezone chosen

* Fri May 08 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.56-2
- (006d4f5) Make draklive-install compatible with dracut 041, the 1st try

* Wed Apr 29 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.56-1
- (d43b7f9) New copying process

* Fri Apr 17 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.55-1
- (c89ce30) Don't source /etc/locale.conf (use locale vars set by system)

* Tue Apr 14 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.54-1
- (c861e43) Improve proc/cmdline check to allow for several installers

* Thu Mar 19 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.53-1
- (92fec20) Minor spec cleanup
- (Konstantin Vlasov: b8f8895) Added auto-updating lm_sensors config when installing

* Tue Mar 10 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.52-1
- (49b16ca) Backports from 'current'
- (49b16ca) 1. Switch to new i18n config #rm6199.
- (49b16ca) 2. Restored SELinux support (copy_with_selinux_context=yes).

* Thu Mar 05 2015 law <a.lahin@ntcit-rosa.ru> 1.51-1
- (acb5bca) Switch to new i18n config #rm6199
- (Konstantin Vlasov: 83ba410) Rephrased suggestion to run XFdrake

* Thu Feb 26 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.50-1
- (791ace2) Added suggestion to run XFdrake

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1.49-2
- (3617a8d) MassBuild#656: Increase release tag

* Thu Feb 12 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.49-1
- (31a95c3) Added bootloader option for linking os-probed systems instead of embedding them

* Wed Feb 04 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.48-1
- (59ad117) Various minor fixes
- (59ad117) 1. Bootloader installation in EFI mode now does not allow device selection - grub2 installer ignores it anyway.
- (59ad117) 2. After installation, draklive-install-<DE> package was not removed from the installed system.

* Tue Jan 27 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.47-1
- (c12c11e) Extracted advert images into DE-specific packages

* Tue Jan 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.46-1
- (309a6b9) SILENT Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22498 |14mu|draklive-install-gnome-1.47-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global src_name draklive-install-advert
%global desktop_name GNOME
%global desktop_suffix gnome

Summary:	%{desktop_name} specific files for Live installer
Name:		draklive-install-%{desktop_suffix}
Version:	1.47
Release:	1
Url:		https://abf.rosalinux.ru/soft/%{src_name}
Source0:	%{url}/archive/%{src_name}-version-%{version}.tar.gz
License:	GPL
Group:		System/Configuration/Other
BuildArch:	noarch
Provides:	draklive-install-advert
Conflicts:	draklive-install < 1.47
Conflicts:	draklive-install-kde
Conflicts:	draklive-install-lxde

%description
This package contains Live installer files that are specific for %{desktop_name}
desktop environment installation.

%prep
%setup -q -n %{src_name}-version-%{version}
%apply_patches

%install
mkdir -p %{buildroot}%{_datadir}/libDrakX/{pixmaps,advert}/{en,ru}
install -m 0644 %{desktop_suffix}/advert/en/ROSAOne-advert-1.png %{buildroot}%{_datadir}/libDrakX/pixmaps/en/ROSAOne-advert.png
install -m 0644 %{desktop_suffix}/advert/en/* %{buildroot}%{_datadir}/libDrakX/advert/en/
install -m 0644 %{desktop_suffix}/advert/ru/ROSAOne-advert-1.png %{buildroot}%{_datadir}/libDrakX/pixmaps/ru/ROSAOne-advert.png
install -m 0644 %{desktop_suffix}/advert/ru/* %{buildroot}%{_datadir}/libDrakX/advert/ru/

%files
%{_datadir}/libDrakX/pixmaps/*
%{_datadir}/libDrakX/advert/*

%changelog
* Wed Jan 28 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.47-1
+ Revision: 3dfca98
- Extracted advert images into DE-specific packages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22499 |14mu|draklive-install-kde-1.47-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global src_name draklive-install-advert
%global desktop_name KDE
%global desktop_suffix kde

Summary:	%{desktop_name} specific files for Live installer
Name:		draklive-install-%{desktop_suffix}
Version:	1.47
Release:	1
Url:		https://abf.rosalinux.ru/soft/%{src_name}
Source0:	%{url}/archive/%{src_name}-version-%{version}.tar.gz
License:	GPL
Group:		System/Configuration/Other
BuildArch:	noarch
Provides:	draklive-install-advert
Conflicts:	draklive-install < 1.47
Conflicts:	draklive-install-lxde
Conflicts:	draklive-install-gnome

%description
This package contains Live installer files that are specific for %{desktop_name}
desktop environment installation.

%prep
%setup -q -n %{src_name}-version-%{version}
%apply_patches

%install
mkdir -p %{buildroot}%{_datadir}/libDrakX/{pixmaps,advert}/{en,ru}
install -m 0644 %{desktop_suffix}/advert/en/ROSAOne-advert-1.png %{buildroot}%{_datadir}/libDrakX/pixmaps/en/ROSAOne-advert.png
install -m 0644 %{desktop_suffix}/advert/en/* %{buildroot}%{_datadir}/libDrakX/advert/en/
install -m 0644 %{desktop_suffix}/advert/ru/ROSAOne-advert-1.png %{buildroot}%{_datadir}/libDrakX/pixmaps/ru/ROSAOne-advert.png
install -m 0644 %{desktop_suffix}/advert/ru/* %{buildroot}%{_datadir}/libDrakX/advert/ru/

%files
%{_datadir}/libDrakX/pixmaps/*
%{_datadir}/libDrakX/advert/*

%changelog
* Wed Jan 28 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.47-1
+ Revision: b1128f6
- Extracted advert images into DE-specific packages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22500 |14mu|draklive-install-lxde-1.47-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global src_name draklive-install-advert
%global desktop_name LXDE
%global desktop_suffix lxde

Summary:	%{desktop_name} specific files for Live installer
Name:		draklive-install-%{desktop_suffix}
Version:	1.47
Release:	1
Url:		https://abf.rosalinux.ru/soft/%{src_name}
Source0:	%{url}/archive/%{src_name}-version-%{version}.tar.gz
License:	GPL
Group:		System/Configuration/Other
BuildArch:	noarch
Provides:	draklive-install-advert
Conflicts:	draklive-install < 1.47
Conflicts:	draklive-install-kde
Conflicts:	draklive-install-gnome

%description
This package contains Live installer files that are specific for %{desktop_name}
desktop environment installation.

%prep
%setup -q -n %{src_name}-version-%{version}
%apply_patches

%install
mkdir -p %{buildroot}%{_datadir}/libDrakX/{pixmaps,advert}/{en,ru}
install -m 0644 %{desktop_suffix}/advert/en/ROSAOne-advert-1.png %{buildroot}%{_datadir}/libDrakX/pixmaps/en/ROSAOne-advert.png
install -m 0644 %{desktop_suffix}/advert/en/* %{buildroot}%{_datadir}/libDrakX/advert/en/
install -m 0644 %{desktop_suffix}/advert/ru/ROSAOne-advert-1.png %{buildroot}%{_datadir}/libDrakX/pixmaps/ru/ROSAOne-advert.png
install -m 0644 %{desktop_suffix}/advert/ru/* %{buildroot}%{_datadir}/libDrakX/advert/ru/

%files
%{_datadir}/libDrakX/pixmaps/*
%{_datadir}/libDrakX/advert/*

%changelog
* Wed Jan 28 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.47-1
+ Revision: 566e4ec
- Extracted advert images into DE-specific packages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22501 |14mu|drakx-kbd-mouse-x11-0.117-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define drakxtools_required_version  14.39
%define drakxtools_conflicted_version  10.4.89

Summary: 	Tools to configure the keyboard, the mice and the graphic card
Name:		drakx-kbd-mouse-x11
Version:	0.117
Release:	3
Source0:	%{name}-%{version}.tar.xz
Source1:	XFdrake.desktop
License:	GPLv2+
Group:		System/Configuration/Other
Url:		https://abf.rosalinux.ru/soft/drakx-kbd-mouse-x11
BuildRequires:	perl-MDK-Common-devel gettext perl-devel
BuildRequires:	libxxf86misc-devel ncurses-devel
Requires:	drakxtools-curses => %drakxtools_required_version
# need the common pam config files for usermode config
Requires:	usermode-consoleonly >= 1.92-4mdv2008.0
%ifnarch %{sparcx} %{arm} %{mips}
Requires:	monitor-edid >= 1.12
# Need for grub2-cfg-mod utility
Requires:	grub2 >= 2.00-31
%endif
# for program:
Conflicts:	drakxtools <= %drakxtools_conflicted_version
# for man pages:
Conflicts:	drakxtools-curses <= %drakxtools_conflicted_version
# for -noAutoAddDevices:
Conflicts:	x11-server-xorg < 1.5.99.3-1.20090110.13
# for Cards+ using nvidia-current|nvidia71xx|nvidia96xx instead of nvidia/nvidia97xx/NVIDIA_LEGACY
Requires:	ldetect-lst >= 0.1.312
# for nokmsboot (initrds have to have nokmsboot support and udev has to handle it)
Conflicts:	mkinitrd < 6.0.93-22
Conflicts:	dracut < 008-6
Conflicts:	udev < 204

# we don't want to require X libs (xf86misc is always used inside an eval)
%define  __noautoreq ^libX

%description
Keyboarddrake enables to configure  the keyboard.
Mousedrake enables to configure the mice.
XFdrake enables to configure the graphic card.

%prep
%setup -q
%apply_patches

%build
%make OPTIMIZE="%{optflags} -Os"

%install
%makeinstall_std

#install lang
%find_lang %{name}

mkdir -p %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications/

# consolehelper configuration
# ask for user password
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/XFdrake
mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
cat > %{buildroot}%{_sysconfdir}/pam.d/xfdrake  <<EOF
#%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/xfdrake <<EOF
USER=<user>
PROGRAM=/usr/sbin/XFdrake
FALLBACK=false
SESSION=true
EOF

ln -s %{_sysconfdir}/security/console.apps/xfdrake \
        %{buildroot}%{_sysconfdir}/security/console.apps/XFdrake

# add nokmsboot if necessary and rebuild initrds so that they handle it
%triggerpostun -- drakx-kbd-mouse-x11 < 0.91
perl -I/usr/lib/libDrakX -MXconfig::various -e 'Xconfig::various::setup_kms();' &>/dev/null
%{_sbindir}/bootloader-config --action rebuild-initrds || :

%files -f %{name}.lang
%doc COPYING NEWS
%config(noreplace) %{_sysconfdir}/pam.d/xfdrake
%config(noreplace) %{_sysconfdir}/security/console.apps/xfdrake
# symlink
%{_sysconfdir}/security/console.apps/XFdrake
/sbin/display_driver_helper
%_bindir/XFdrake
%_sbindir/*
%_datadir/libDrakX/pixmaps/*
/usr/lib/libDrakX/auto/*
/usr/lib/libDrakX/xf86misc/main.pm
/usr/lib/libDrakX/Xconfig/*.pm
%dir /usr/lib/libDrakX/Xconfig
/usr/lib/libDrakX/*.pm
%{_datadir}/applications/*.desktop


%changelog

* Wed Apr 01 2015 Tigro <ashejn@yandex-team.ru> 0.117-3
- (c7b24ca) added more Categories to desktop file to show XFdrake in GNOME Control Center

* Fri Feb 27 2015 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.117-2
- (0ca1607) Fixed version of package in .abf.yml
- (Andrey Ponomarenko: b15d679) Show desktop file in KDE.

* Fri Feb 27 2015 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.117-1
- (89aa737) 117: Do not show fbdev for Intel graphics. Blacklist free drivers if non-free ones are selected. Install Primus with Optimus. Obsoleted 10-monitor.conf.

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 0.115-5
- (db44d4f) MassBuild#656: Increase release tag

* Sun Feb 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.115-4
- (9c88d06) Bump release

* Fri Jan 23 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 0.115-2
- (78fcac7) Fixed crash when started with 'resolution' or 'monitor' param and no xorg.conf

* Wed Oct 15 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.115-1
- (247456a) Updated to 115. Fixed setup of hybrid graphics for GPU classes 0301, 0302, 0380.

* Mon Oct 13 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.114-1
- (54d4a22) Updated to 114: support for hybrid graphics.

* Wed Oct 01 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.113-1
- (26a2134) Updated to 113

* Mon Sep 29 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.112-1
- (5da0245) Updated to 112

* Wed Sep 24 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.111-1
- (eb6a583) Updated to 111.

* Thu Aug 14 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.110-1
- (6aee3fb) Updated to 110

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.109-3
- (893ea3d) MassBuild#440: Increase release tag

* Thu May 29 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.109-2
- (49e1f1f) release up

* Fri Feb 14 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.109-1
- (f96fcfb) Updated to 109

* Fri Feb 14 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.108-1
- (c090f0e) Updated to 108: support for nvidia optimus

* Mon Feb 10 2014 aponomarenko <aponomarenko@rosalab.ru> 0.107-1
- (7936002) Updated to 107

* Tue Jan 28 2014 akdengi <kazancas@mandriva.ru> 0.106-1
- (dd887c0) 0.106

* Thu Jan 23 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.103-1
- (669cf4d) Updated to 103

* Fri Dec 27 2013 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.102-2
- (96305eb) Updated to 102

* Mon Nov 25 2013 akdengi <alexander.kazancev@rosalab.ru> 0.101-2
- (88246c0) fix error in display_helper kms and rebuild with new ldetect

* Sun Nov 24 2013 akdengi <kazancas@mandriva.ru> 0.100-2
- (0f97723) SILENT some fix tarball

* Sat Nov 23 2013 akdengi <kazancas@mandriva.ru> 0.100-1
- (08136ed) SILENT fix yaml
- (akdengi: b1f2564) SILENT fix tarball
- (akdengi: 5b5cdd7) SILENT fix tarball
- (akdengi: ea219cf) update to 0.100

* Wed Nov 20 2013 Tigro <ashejn@gmail.com> 0.99-8
- (c14de4f) fix typo again
- (Tigro: 5c8df12) drop ralt_rshift_toggle as it does not work proper in GNOME

* Wed Nov 20 2013 Tigro <ashejn@gmail.com> 0.99-7
- (8d3972e) fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22502 |14mu|drakx-kbd-mouse-x11-0.124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define drakxtools_required_version  14.39
%define drakxtools_conflicted_version  10.4.89

Summary: 	Tools to configure the keyboard, the mice and the graphic card
Name:		drakx-kbd-mouse-x11
Version:	0.124
Release:	3
Source0:	%{name}-%{version}.tar.xz
Source1:	XFdrake.desktop
Patch0:		erase-nvidia-dkms.patch
License:	GPLv2+
Group:		System/Configuration/Other
Url:		https://abf.rosalinux.ru/soft/drakx-kbd-mouse-x11
BuildRequires:	perl-MDK-Common-devel gettext perl-devel
BuildRequires:	libxxf86misc-devel ncurses-devel
Requires:	drakxtools-curses => %drakxtools_required_version
# need the common pam config files for usermode config
Requires:	usermode-consoleonly >= 1.92-4mdv2008.0
%ifnarch %{sparcx} %{arm} %{mips}
Requires:	monitor-edid >= 1.12
# Need for grub2-cfg-mod utility
Requires:	grub2 >= 2.00-31
%endif
# for program:
Conflicts:	drakxtools <= %drakxtools_conflicted_version
# for man pages:
Conflicts:	drakxtools-curses <= %drakxtools_conflicted_version
# for -noAutoAddDevices:
Conflicts:	x11-server-xorg < 1.5.99.3-1.20090110.13
# for Cards+ using nvidia-current|nvidia71xx|nvidia96xx instead of nvidia/nvidia97xx/NVIDIA_LEGACY
Requires:	ldetect-lst >= 0.1.312
# for nokmsboot (initrds have to have nokmsboot support and udev has to handle it)
Conflicts:	mkinitrd < 6.0.93-22
Conflicts:	dracut < 008-6
Conflicts:	udev < 204

# we don't want to require X libs (xf86misc is always used inside an eval)
%define  __noautoreq ^libX

%description
Keyboarddrake enables to configure  the keyboard.
Mousedrake enables to configure the mice.
XFdrake enables to configure the graphic card.

%prep
%setup -q
%apply_patches

%build
%make OPTIMIZE="%{optflags} -Os"

%install
%makeinstall_std

#install lang
%find_lang %{name}

mkdir -p %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/applications/

# consolehelper configuration
# ask for user password
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/XFdrake
mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
cat > %{buildroot}%{_sysconfdir}/pam.d/xfdrake  <<EOF
#%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/xfdrake <<EOF
USER=<user>
PROGRAM=/usr/sbin/XFdrake
FALLBACK=false
SESSION=true
EOF

ln -s %{_sysconfdir}/security/console.apps/xfdrake \
        %{buildroot}%{_sysconfdir}/security/console.apps/XFdrake

%post
[ -f /etc/vconsole.conf ] && sed -e 's/\s*KEYMAP\s*=\s*ru4\s*/KEYMAP=ru/' -i /etc/vconsole.conf

# add nokmsboot if necessary and rebuild initrds so that they handle it
%triggerpostun -- drakx-kbd-mouse-x11 < 0.91
perl -I/usr/lib/libDrakX -MXconfig::various -e 'Xconfig::various::setup_kms();' &>/dev/null
%{_sbindir}/bootloader-config --action rebuild-initrds || :

%files -f %{name}.lang
%doc COPYING NEWS
%config(noreplace) %{_sysconfdir}/pam.d/xfdrake
%config(noreplace) %{_sysconfdir}/security/console.apps/xfdrake
# symlink
%{_sysconfdir}/security/console.apps/XFdrake
/sbin/display_driver_helper
%_bindir/XFdrake
%_sbindir/*
%_datadir/libDrakX/pixmaps/*
/usr/lib/libDrakX/auto/*
/usr/lib/libDrakX/xf86misc/main.pm
/usr/lib/libDrakX/Xconfig/*.pm
%dir /usr/lib/libDrakX/Xconfig
/usr/lib/libDrakX/*.pm
%{_datadir}/applications/*.desktop


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22503 |14mu|drakx-net-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define drakxtools_ver 12.36

%define libname lib%{name}

%define gtk_files (connection_manager|drakroam|ifw|monitor|netcenter|drakconnect/edit|drakconnect/global).pm

Summary:	Mandriva network tools
Name:		drakx-net
Version:	1.1
Release:	8
Source0:	%{name}-%{version}.tar.xz
Patch0:		%{name}-nm-applet-disable-with-NM.patch
Patch1:		drakx-net-1.1-drakhosts-l10n-domain.patch
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		https://abf.rosalinux.ru/soft/drakx-net
BuildArch:	noarch
BuildRequires:	intltool
Requires:	drakxtools >= %{drakxtools_ver}
Requires:	%{name}-text = %{version}
Requires:	%{libname} = %{version}
Suggests:	netprofile >= 0.20
Requires:	perl-Gtk2 >= 1.154
Requires:	usermode-consoleonly >= 1.92-4mdv2008.0
Conflicts:	drakxtools <= 10.4.83
Suggests:	net_monitor
Suggests:	networkmanager

%description
This package contains the Mandriva network tools.

%package	text
Summary:	Mandriva network text tools
Group:		System/Configuration/Networking
Requires:	drakxtools-curses >= %{drakxtools_ver}
Requires:	%{libname} = %{version}
Conflicts:	drakxtools-curses <= 10.4.83
Conflicts:	mdkonline < 2.37

%description	text
This package contains the Mandriva network tools that can be used in
text mode.

drakconnect: LAN/Internet connection configuration. It handles
ethernet, ISDN, DSL, cable, modem.

drakfirewall: simple firewall configurator

drakgw: internet connection sharing

drakproxy: proxies configuration

drakvpn: VPN configuration (openvpn, vpnc)

%package -n	%{libname}
Summary:	ROSA network tools library
Group:		System/Configuration/Networking
Requires:	drakxtools-backend >= %{drakxtools_ver}
# require perl-Net-Telnet for OpenVPN connections (#36126):
Requires:	perl-Net-Telnet
# Require crda, iw and wireless-regdb for CRDA domain settings (#47324)
Requires:	crda
Requires:	iw
Requires:	wireless-regdb
Conflicts:	drakxtools-backend <= 10.4.83

%description -n	%{libname}
This package contains the ROSA network tools library.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%make

%install
%makeinstall_std

find %{buildroot}%{_prefix}/lib/libDrakX/network/ -type f -name '*.pm'| sed -e 's#^%{buildroot}/##g' | perl -ne 'm!/%{gtk_files}$! ? print STDERR "/$_" : print "/$_"' > %{name}-nogtk.list 2> %{name}-gtk.list

%find_lang %{name} %{name}.lang
cat %{name}-nogtk.list %{name}.lang > %{name}.list

# consolehelper config
# ask for root password
for pak in drakproxy drakhosts draksambashare draknfs drakfirewall; do
		ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/$pak
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak <<EOF
USER=root
PROGRAM=/usr/sbin/$pak
FALLBACK=false
SESSION=true
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d
		cat > %{buildroot}%{_sysconfdir}/pam.d/$pak  <<EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF
done

#drop draknet-center desktop file
rm -f %{buildroot}%{_datadir}/applications/draknetcenter.desktop

#full drop netapplet
rm -f %{buildroot}%{_bindir}/net_applet
rm -f %{buildroot}%{_datadir}/applications/net_applet.desktop
rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/net_applet.desktop

#rm non-needing part (TODO - fix in tarball)

rm -f %{buildroot}%{_sbindir}/drakids
rm -f %{buildroot}%{_sbindir}/draknetcenter
rm -f %{buildroot}%{_sbindir}/draknetprofile
rm -f %{buildroot}%{_sbindir}/drakroam
rm -f %{buildroot}%{_sbindir}/drakconnect
rm -f %{buildroot}%{_sbindir}/drakgw
rm -f %{buildroot}%{_sbindir}/drakinvictus
rm -f %{buildroot}%{_sbindir}/drakvpn



%check
while read f; do
      grep Gtk2 %{buildroot}$f && exit 1
done < %{name}-nogtk.list
exit 0

%files -f %{name}-gtk.list
%doc NEWS

%{_bindir}/drakhosts
%{_bindir}/draknfs
%{_bindir}/draksambashare
%{_sbindir}/drakhosts
%{_sbindir}/draknfs
%{_sbindir}/draksambashare
%config(noreplace) %{_sysconfdir}/pam.d/drakhosts
%config(noreplace) %{_sysconfdir}/pam.d/draknfs
%config(noreplace) %{_sysconfdir}/pam.d/draksambashare
%config(noreplace) %{_sysconfdir}/security/console.apps/drakhosts
%config(noreplace) %{_sysconfdir}/security/console.apps/draknfs
%config(noreplace) %{_sysconfdir}/security/console.apps/draksambashare
%{_prefix}/lib/libDrakX/icons/*.png
%{_datadir}/libDrakX/pixmaps/*.png

%files text
%config(noreplace) %{_sysconfdir}/pam.d/drakproxy
%config(noreplace) %{_sysconfdir}/pam.d/drakfirewall
%config(noreplace) %{_sysconfdir}/security/console.apps/drakproxy
%config(noreplace) %{_sysconfdir}/security/console.apps/drakfirewall
%{_bindir}/drakfirewall
%{_bindir}/drakproxy
%{_sbindir}/drakfirewall
%{_sbindir}/drakproxy

%files -n %{libname} -f %{name}.list
%dir %{_prefix}/lib/libDrakX/network/
%dir %{_prefix}/lib/libDrakX/network/connection
%dir %{_prefix}/lib/libDrakX/network/connection/isdn
%dir %{_prefix}/lib/libDrakX/network/connection/providers
%dir %{_prefix}/lib/libDrakX/network/drakconnect
%dir %{_prefix}/lib/libDrakX/network/vpn



%changelog

* Mon May 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-8
- (e75b5d6) Fix gettext domain for drakhosts



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22504 |14mu|drakxtools-14.78-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The drakxtools (diskdrake, ...)
Name:		drakxtools
Version:	14.78
Release:	1
License:	GPLv2+
Group:		System/Configuration/Other
Url:		https://abf.rosalinux.ru/soft/drakxtools
Source0:	%{url}/archive/%{name}-version-%{version}.tar.gz
Source1:	system-auth-win-default
Source2:	drakxservices.desktop
Source3:	drakxtools.rpmlintrc
BuildRequires:	gettext
BuildRequires:	ldetect-devel >= 0.9.0
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	perl-devel
BuildRequires:	perl-MDK-Common-devel >= 1.1.8-3
BuildRequires:	pkgconfig(libparted)
BuildRequires:	drakx-installer-binaries
BuildRequires:	intltool
BuildRequires:	tirpc-devel

# usermode 1.111-3-rosa2012.1 has the /etc/pam.d/config-util
# files to which we symlink
Requires:	%{name}-curses = %{EVRD}
Requires:	perl-Gtk2 >= 1.220
Requires:	perl-Glib >= 1.072-1
Requires:	usermode >= 1.92-4
Suggests:	mandriva-doc-common >= 9.2-5
Requires:	perl-Net-DBus
Requires:	perl-Gtk2-WebKit
Requires:	ldetect-lst >= 0.1.299
Requires:	pam
# needed by drakfont (eg: type1inst):
Requires:	font-tools
Requires:	libxxf86misc
# needed by any::enable_x_screensaver()
Requires:	xset
Suggests:	drakx-net
Requires:	drakconf-icons
# needed for installing packages through do_pkgs -> urpmi -> gmessage
Suggests:	gurpmi >= 5.7
Conflicts:	drakconf < drakconf-11.7.2
Conflicts:	rpmdrake < 3.26-1
Conflicts:	bootloader-utils < 1.8-4
Conflicts:	bootsplash < 2.1.7-1
Conflicts:	drakx-kbd-mouse-x11 < 0.91
Conflicts:	initscripts < 8.33-4

Provides:	draksec = %{EVRD}
%define __noautoreq perl(Net::FTP)\\|perl(Time::localtime)\\|perl(URPM)\\|perl(Xconfig.*)

%description
Contains many Mandriva Linux applications simplifying users and
administrators life on a Mandriva Linux machine. Nearly all of
them work both under XFree (graphical environment) and in console
(text environment), allowing easy distant work.

- drakclock: date & time configurator
- drakfont: import fonts in the system
- draklog: show extracted information from the system logs
- draksec: security options managment

%files -f %{name}-gtk.list
%{_bindir}/clock.pl
%{_bindir}/drakclock
%{_bindir}/drakfont
%{_bindir}/drakguard
%{_bindir}/draklog
%{_bindir}/draksec
%{_bindir}/logdrake
%{_bindir}/Xdrakres
%config(noreplace) %{_sysconfdir}/security/console.apps/clock.pl
%config(noreplace) %{_sysconfdir}/security/console.apps/drakclock
%config(noreplace) %{_sysconfdir}/security/console.apps/drakfont
%config(noreplace) %{_sysconfdir}/security/console.apps/drakguard
%config(noreplace) %{_sysconfdir}/security/console.apps/draklog
%config(noreplace) %{_sysconfdir}/security/console.apps/draksec
%config(noreplace) %{_sysconfdir}/security/console.apps/logdrake
%config(noreplace) %{_sysconfdir}/security/console.apps/xdrakres
%config(noreplace) %{_sysconfdir}/security/console.apps/Xdrakres
%config(noreplace) %{_sysconfdir}/pam.d/clock.pl
%config(noreplace) %{_sysconfdir}/pam.d/drakclock
%config(noreplace) %{_sysconfdir}/pam.d/drakfont
%config(noreplace) %{_sysconfdir}/pam.d/drakguard
%config(noreplace) %{_sysconfdir}/pam.d/draklog
%config(noreplace) %{_sysconfdir}/pam.d/draksec
%config(noreplace) %{_sysconfdir}/pam.d/logdrake
%config(noreplace) %{_sysconfdir}/pam.d/xdrakres

%post
%make_session
[[ ! -e %{_sbindir}/kbdconfig ]] && ln -s -f keyboarddrake %{_sbindir}/kbdconfig
[[ ! -e %{_sbindir}/mouseconfig ]] && ln -s -f mousedrake %{_sbindir}/mouseconfig
:

%postun
%make_session
for i in %{_sbindir}/kbdconfig %{_sbindir}/mouseconfig %{_bindir}/printtool;do
    [[ -L $i ]] && rm -f $i
done
:

#----------------------------------------------------------------------------

%package curses
Summary:	The drakxtools (diskdrake, ...)
Group:		System/Configuration/Other
Requires:	usermode-consoleonly >= 1.44-4
Requires:	urpmi >= 4.8.23
Requires:	perl-Locale-gettext >= 1.05-4
Requires:	module-init-tools
Requires:	%{name}-backend = %{EVRD}
Suggests:	drakx-net-text
Provides:	diskdrake = %{EVRD}
Provides:	kbdconfig = %{EVRD}
Provides:	mouseconfig = %{EVRD}
Provides:	setuptool = %{EVRD}
Provides:	drakfloppy = %{EVRD}
Provides:	drakxtools-newt = %{EVRD}
%define __noautoreq perl(Gtk2::WebKit)\\|perl(Xconfig::various)

%description curses
Contains many Mandriva Linux applications simplifying users and
administrators life on a Mandriva Linux machine. Nearly all of
them work both under XFree (graphical environment) and in console
(text environment), allowing easy distant work.

- adduserdrake: help you adding a user
- diskdrake: DiskDrake makes hard disk partitioning easier. It is
  graphical, simple and powerful. Different skill levels are available
  (newbie, advanced user, expert). It's written entirely in Perl and
  Perl/Gtk. It uses resize_fat which is a perl rewrite of the work of
  Andrew Clausen (libresize).
- drakauth: configure authentification (LDAP/NIS/...)
- drakkeyboard: configure your keyboard (both console and X)
- drakmouse: autodetect and configure your mouse
- drakscanner: scanner configurator
- draksound: sound card configuration
- drakx11: menu-driven program which walks you through setting up
  your X server; it autodetects both monitor and video card if
  possible
- drakxservices: SysV services and daemons configurator
- lsnetdrake: display available nfs and smb shares
- lspcidrake: display your pci information, *and* the corresponding
  kernel module

%files curses -f %{name}.list
%{_datadir}/applications/drakxservices.desktop
%doc perl-install/diskdrake/diskdrake.html
%{_bindir}/adduserdrake
%{_bindir}/diskdrake
%{_bindir}/drakauth
%{_bindir}/drakboot
%{_bindir}/drakdisk
%{_bindir}/drakedm
%{_bindir}/drakkeyboard
%{_bindir}/drakmouse
%{_bindir}/drakperm
%{_bindir}/drakscanner
%{_bindir}/draksound
%{_bindir}/drakups
%{_bindir}/drakx11
%{_bindir}/drakxservices
%{_bindir}/keyboarddrake
%{_bindir}/mousedrake
%{_bindir}/scannerdrake
# PAM hack
%{_sysconfdir}/pam.d/system-auth-win-default
%config(noreplace) %{_sysconfdir}/security/console.apps/adduserdrake
%config(noreplace) %{_sysconfdir}/security/console.apps/diskdrake
%config(noreplace) %{_sysconfdir}/security/console.apps/drakauth
%config(noreplace) %{_sysconfdir}/security/console.apps/drakboot
%config(noreplace) %{_sysconfdir}/security/console.apps/drakdisk
%config(noreplace) %{_sysconfdir}/security/console.apps/drakedm
%config(noreplace) %{_sysconfdir}/security/console.apps/drakkeyboard
%config(noreplace) %{_sysconfdir}/security/console.apps/drakmouse
%config(noreplace) %{_sysconfdir}/security/console.apps/drakperm
%config(noreplace) %{_sysconfdir}/security/console.apps/drakscanner
%config(noreplace) %{_sysconfdir}/security/console.apps/draksound
%config(noreplace) %{_sysconfdir}/security/console.apps/drakups
%config(noreplace) %{_sysconfdir}/security/console.apps/drakx11
%config(noreplace) %{_sysconfdir}/security/console.apps/drakxservices
%config(noreplace) %{_sysconfdir}/security/console.apps/keyboarddrake
%config(noreplace) %{_sysconfdir}/security/console.apps/mousedrake
%config(noreplace) %{_sysconfdir}/security/console.apps/scannerdrake
%config(noreplace) %{_sysconfdir}/pam.d/adduserdrake
%config(noreplace) %{_sysconfdir}/pam.d/diskdrake
%config(noreplace) %{_sysconfdir}/pam.d/drakauth
%config(noreplace) %{_sysconfdir}/pam.d/drakboot
%config(noreplace) %{_sysconfdir}/pam.d/drakdisk
%config(noreplace) %{_sysconfdir}/pam.d/drakedm
%config(noreplace) %{_sysconfdir}/pam.d/drakkeyboard
%config(noreplace) %{_sysconfdir}/pam.d/drakmouse
%config(noreplace) %{_sysconfdir}/pam.d/drakperm
%config(noreplace) %{_sysconfdir}/pam.d/drakscanner
%config(noreplace) %{_sysconfdir}/pam.d/draksound
%config(noreplace) %{_sysconfdir}/pam.d/drakups
%config(noreplace) %{_sysconfdir}/pam.d/drakx11
%config(noreplace) %{_sysconfdir}/pam.d/drakxservices
%config(noreplace) %{_sysconfdir}/pam.d/keyboarddrake
%config(noreplace) %{_sysconfdir}/pam.d/mousedrake
%config(noreplace) %{_sysconfdir}/pam.d/scannerdrake

#----------------------------------------------------------------------------

%package backend
Summary:	Drakxtools libraries and background tools
Group:		System/Configuration/Other
Requires:	dmidecode
Requires:	perl-File-FnMatch
# for fileshareset and filesharelist (#17123)
#Requires:	perl-suid
# for common::wrap_command_for_root()
Requires:	perl-String-ShellQuote
Conflicts:	drakxtools-newt < 10-51
Conflicts:	drakx-net < 0.28
Conflicts:	e2fsprogs < 1.41.1-2mnb

%description backend
See package %{name}.

%files backend -f %{name}-backend.list
%config(noreplace) /etc/security/fileshare.conf

#----------------------------------------------------------------------------

%package http
Summary:	The drakxtools via http
Group:		System/Configuration/Other
Requires:	%{name}-curses = %{EVRD}
Requires:	perl(Net::SSLeay) >= 1.22-1
Requires:	perl-Authen-PAM >= 0.14-1
Requires:	perl-CGI >= 2.91-1
Requires(pre,post):	rpm-helper

%description http
This package lets you configure your computer through your Web browser:
it provides an HTTP interface to the Mandriva tools found in the drakxtools
package.

%files http -f %{name}-http.list
%dir %{_sysconfdir}/drakxtools_http
%config(noreplace) %{_sysconfdir}/pam.d/miniserv
%{_sysconfdir}/init.d/drakxtools_http
%config(noreplace) %{_sysconfdir}/drakxtools_http/conf
%config(noreplace) %{_sysconfdir}/drakxtools_http/authorised_progs
%config(noreplace) %{_sysconfdir}/logrotate.d/drakxtools-http

%post http
%_post_service drakxtools_http

%preun http
%_preun_service drakxtools_http

#----------------------------------------------------------------------------

%package -n drakx-finish-install
Summary:	First boot configuration
Group:		System/Configuration/Other
Requires:	%{name} = %{EVRD}
Requires:	drakx-installer-matchbox
Requires:	perl-Geo-IP
Requires:	perl-HTTP-Date
Requires:	libdrakx-net

%description -n drakx-finish-install
For OEM-like duplications, it allows at first boot:
- network configuration
- creating users
- setting root password
- choosing authentication

%files -n drakx-finish-install
%config(noreplace) %{_sysconfdir}/sysconfig/finish-install
%{_sysconfdir}/X11/xsetup.d/??finish-install.xsetup
%{_sbindir}/finish-install

#----------------------------------------------------------------------------

%package -n harddrake
Summary:	Main Hardware Configuration/Information Tool
Group:		System/Configuration/Hardware
Requires:	%{name}-curses = %{EVRD}
Provides:	kudzu = %{EVRD}
Provides:	kudzu-devel = %{EVRD}
Provides:	libdetect0 = %{EVRD}
Provides:	libdetect0-devel = %{EVRD}
Provides:	libdetect-lst = %{EVRD}
Provides:	libdetect-lst-devel = %{EVRD}
Provides:	detect = %{EVRD}
Provides:	detect-lst = %{EVRD}
Requires(pre,post):	rpm-helper
Requires:	drakx-kbd-mouse-x11
Suggests:	libdrakx-net
Suggests:	drak3d
Requires:	meta-task

%description -n harddrake
The harddrake service is a hardware probing tool run at system boot
time to determine what hardware has been added or removed from the
system.

It then offer to run needed config tool to update the OS
configuration.

%files -n harddrake
%dir /etc/sysconfig/harddrake2/
%config(noreplace) /etc/sysconfig/harddrake2/previous_hw
%config(noreplace) /etc/sysconfig/harddrake2/service.conf
%config(noreplace) %{_sysconfdir}/sysconfig/harddrake2/kernel
%dir %{_datadir}/harddrake/
%{_datadir}/harddrake/*
%{_sysconfdir}/X11/xsetup.d/??notify-x11-free-driver-switch.xsetup
#%{_sysconfdir}/X11/xinit.d/harddrake2

%postun -n harddrake
file /etc/sysconfig/harddrake2/previous_hw | fgrep -q perl && %{_datadir}/harddrake/convert || :

#----------------------------------------------------------------------------

%package -n harddrake-ui
Summary:	Main Hardware Configuration/Information Tool
Group:		System/Configuration/Hardware
Requires:	%{name} = %{EVRD}
Requires:	sane-backends
Requires:	drakx-kbd-mouse-x11
Suggests:	libdrakx-net
Suggests:	drak3d

%description -n harddrake-ui
This is the main configuration tool for hardware that calls all the
other configuration tools.

It offers a nice GUI that show the hardware configuration splitted by
hardware classes.

%files -n harddrake-ui
%dir /etc/sysconfig/harddrake2/
%{_sbindir}/harddrake2
%{_sbindir}/drakhardware
%{_bindir}/harddrake2
%{_bindir}/drakhardware
%config(noreplace) %{_sysconfdir}/security/console.apps/harddrake2
%config(noreplace) %{_sysconfdir}/security/console.apps/drakhardware
%config(noreplace) %{_sysconfdir}/pam.d/harddrake2
%config(noreplace) %{_sysconfdir}/pam.d/drakhardware
%{_datadir}/pixmaps/harddrake2
%{_datadir}/applications/harddrake.desktop
%{_iconsdir}/large/harddrake.png
%{_iconsdir}/mini/harddrake.png
%{_iconsdir}/harddrake.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-version-%{version}
%apply_patches

# Setting CCFLAGS to %{optflags} fixes debug package generation,
# but completely breaks 32bit binary.
%build
%make -C perl-install \
	CFLAGS="%{optflags}" \
	-I/usr/include/ldetect/

%install
%make -C perl-install PREFIX=%{buildroot} install
mkdir -p %{buildroot}%{_sysconfdir}/{X11/xinit.d,X11/wmsession.d,sysconfig/harddrake2}
touch %{buildroot}/etc/sysconfig/harddrake2/previous_hw

dirs1="usr/lib/libDrakX usr/share/libDrakX"
(cd %{buildroot} ; find $dirs1 usr/bin usr/sbin ! -type d -printf "/%%p\n")|egrep -v 'bin/.*(harddrake|drakhardware)' > %{name}.list
(cd %{buildroot} ; find $dirs1 -type d -printf "%%%%dir /%%p\n") >> %{name}.list

perl -ni -e '/dbus_object\.pm|Xdrakres|clock|display_help|drak(bug|clock|dvb|floppy|font|hosts|log|sec|splash)|gtk|icons|logdrake|pixmaps|\.png$/ ? print STDERR $_ : print' %{name}.list 2> %{name}-gtk.list
perl -ni -e '/http/ ? print STDERR $_ : print' %{name}.list 2> %{name}-http.list
perl -ni -e 'm!lib/libDrakX|bootloader-config|fileshare|lsnetdrake|drakupdate_fstab|rpcinfo|serial_probe! && !/curses/i ? print STDERR $_ : print' %{name}.list 2> %{name}-backend.list
perl -pi -e 's|^(/usr/sbin/fileshareset)$|%%attr(4755,root,root) $1|;' %{name}-backend.list
perl -ni -e '/finish-install/ ? print STDERR $_ : print' %{name}.list 2> finish-install.list

#mdk menu entry
mkdir -p %{buildroot}%{_datadir}/autostart

cat > %{buildroot}%{_sysconfdir}/X11/xinit.d/harddrake2 <<EOF
#!/bin/sh
exec /usr/share/harddrake/service_harddrake X11
EOF

cat > %{buildroot}%{_sysconfdir}/sysconfig/harddrake2/kernel <<EOF
KERNEL=3.8
EOF

mv %{buildroot}%{_sbindir}/service_harddrake_confirm %{buildroot}%{_datadir}/harddrake/confirm

chmod +x %{buildroot}{%{_datadir}/harddrake/{conf*,service_harddrake},%{_sysconfdir}/X11/xinit.d/harddrake2}
# temporary fix until we reenable this feature
rm -f %{buildroot}%{_sysconfdir}/X11/xinit.d/harddrake2

perl -I perl-install -mharddrake::data -e 'print "DETECT_$_->{class}=yes\n" foreach @harddrake::data::tree' |sort > %{buildroot}%{_sysconfdir}/sysconfig/harddrake2/service.conf
echo -e "AUTORECONFIGURE_RIGHT_XORG_DRIVER=yes\n" >> %{buildroot}%{_sysconfdir}/sysconfig/harddrake2/service.conf

install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/

# consolehelper config
#

mkdir -p %{buildroot}%{_sysconfdir}/pam.d/ %{buildroot}%{_sysconfdir}/security/console.apps/

function make_consolehelper {
	pak="$1"
	pamd_rule="$2"

	# Workaround for consolehelper not working with capital-lettered files:
	# make rule files lowercase and add symlink with correct case in console.apps.
	pak_lc=${pak,,}
	ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/$pak
	cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak_lc <<EOF
USER=root
PROGRAM=%{_sbindir}/$pak
FALLBACK=false
SESSION=true
EOF
	cat > %{buildroot}%{_sysconfdir}/pam.d/$pak_lc <<EOF
#%%PAM-1.0
auth		include		$pamd_rule
account		include		$pamd_rule
session		include		$pamd_rule
EOF
	if [ "$pak" != "$pak_lc" ]; then
		ln -s $pak_lc %{buildroot}%{_sysconfdir}/security/console.apps/$pak
	fi
}

# - console user, no password
for pak in drakclock clock.pl keyboarddrake drakkeyboard mousedrake drakmouse drakfont drakscanner scannerdrake drakx11 Xdrakres draksound; do
	make_consolehelper $pak "config-util-user"
done

# console user, ask for root password
for pak in drakups drakauth logdrake draklog drakxservices drakboot draksec drakguard harddrake2 drakhardware drakedm diskdrake drakdisk adduserdrake drakperm; do
	make_consolehelper $pak "config-util"
done

%find_lang libDrakX libDrakX.lang
%find_lang libDrakX-standalone libDrakX-standalone.lang
cat libDrakX.lang libDrakX-standalone.lang >> %{name}.list

# pamd hack
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/system-auth-win-default

%check
cd perl-install
%make check


%changelog

* Tue Nov 14 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.78-1
- (ab522ef) New version 14.78 (update Russian translations for timezones)

* Sat Jun 10 2017 Vladimir Potapov <vladimir.potapov@rosalab.ru> 14.77-4
- (384c1df) fix auth settings

* Thu May 04 2017 Michl Voznesensky <m.voznesensky@rosalinux.ru> 14.77-3
- (58d7cc6) Update release version 14.77

* Fri Apr 07 2017 Michl Voznesensky <m.voznesensky@rosalinux.ru> 14.77-2
- (e1f3796) Update release version 14.77

* Thu Mar 30 2017 Michl Voznesensky <m.voznesensky@rosalinux.ru> 14.77-1
- (f57897b) Update to version 14.77

* Wed Mar 22 2017 Michl Voznesensky <m.voznesensky@rosalinux.ru> 14.76-2
- (25f02ab) Rebuild version 14.76

* Wed Mar 22 2017 Michl Voznesensky <m.voznesensky@rosalinux.ru> 14.76-1
- (6b91011) Update version to 14.76

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.75-1
- (0c005a6) Don't use pkgconfig(libtirpc) instead of tirpc-devel here to allow backports to rosa2014.1
- (Andrey Bondrov: 94bd8fa) Update timezones Russian translations

* Thu Feb 16 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.74-1
- (4dcf3c2) Update timezones Russian translations

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.73-5
- (2142036) MassBuild#1230: Increase release tag

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.73-4
- (1ab9a6e) MassBuild#1169: Increase release tag

* Fri Sep 16 2016 Denis Silakov <dsilakov@gmail.com> 14.73-3
- (882c51c) Rebuild with new perl

* Thu Sep 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.73-2
- (3534520) Bump release

* Mon Sep 05 2016 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.73-1
- (bf4176b) Auto-create /home only if HDD is larger than 20 Gb

* Sat Jul 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.72-1
- (91458a9) New version 14.72 (update Russian translation)

* Fri Jul 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.71-1
- (183ed42) New version 14.71 (update timezones translations)

* Wed Mar 02 2016 Denis Silakov <dsilakov@gmail.com> 14.70-1
- (4b8ecee) Fix drakbug: drop obsolete packages, fix bugzilla report pattern

* Thu Nov 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.69-2
- (c9470be) Drop license files, they are moved to branding-configs package
- (Andrey Bondrov: cbc7298) Drop Obsolete triggers

* Wed Sep 23 2015 Andrey Ponomarenko <aponomarenko@rosalab.ru> 14.69-1
- (e191862) Updated to 14.69.

* Thu Aug 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.68-1
- (b108ef4) Fix regexps for newer systemd (v.219) (and older too)

* Mon Jul 13 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.67-1
- (66987ab) drakauth: Fixed output with non-latin user names

* Mon Jul 06 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.66-1
- (04cfdb6) Domain authentication fixes

* Thu Jul 02 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.65-1
- (4643cd7) Fixed EFI and BIOS Boot partitions auto-suggestion

* Wed Jul 01 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.64-1
- (a2e43a8) Windows Domain join fixed

* Fri Jun 26 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.63-1
- (9919125) Minor fixes
- (9919125) 1. MMC block devices were not detected in checking minimal system requirements.
- (9919125) 2. Fhash disk from which we booted was not excluded in checking minimal system requirements.
- (9919125) 3. diskdrake/installer could crash under rare circumstances when chipset RAID-0 was present.

* Thu Jun 25 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.62-1
- (1b059ac) Several fixes and improvements
- (1b059ac) 1. drakauth fixes for Windows Domain and Kerberos5.
- (1b059ac) 2. Regression fixed: All English languages were shown in installer instead of only US and GB.
- (1b059ac) 3. Added sanity check for EFI mode that /boot/efi is a real partition (not RAID or LVM).
- (1b059ac) 4. diskdrake/installer: Added support for MMC block devices.

* Fri Jun 05 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.60-1
- (3269e22) Locale fixes

* Tue Jun 02 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 14.59-1
- (ed47423) More installer fixes
- (ed47423) 1. Renamed "English (American)" into "English (US)".
- (ed47423) 2. Suggest /boot/efi only if partition type is correct.
- (ed47423) 3. Now hiding 'Use existing partitions', if booted in legacy mode (non-EFI), and there is nowhere to install bootloader (that is, all disks are GPT, and no BIOS Boot Partition present).



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22505 |14mu|dropbear-2016.74-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (tmb) temp linking fix
%define _disable_ld_as_needed 1
%define _disable_ld_no_undefined 1

Summary:	SSH2 server and client
Name:		dropbear
Version:	2016.74
Release:	1
License:	MIT
Group:		Networking/Remote access
Url:		http://matt.ucc.asn.au/dropbear/dropbear.html
Source0:	http://matt.ucc.asn.au/dropbear/releases/%{name}-%{version}.tar.bz2
Source1:	dropbear.service
Source2:	dropbear-keygen.service
BuildRequires:	pam-devel
BuildRequires:	tomcrypt-devel
BuildRequires:	tommath-devel
BuildRequires:	pkgconfig(zlib)
Requires(post,preun):	rpm-helper

%description
Dropbear is a relatively small SSH 2 server and client. Dropbear
is particularly useful for "embedded"-type Linux (or other Unix)
systems, such as wireless routers.

%files
%doc CHANGES INSTALL LICENSE MULTI README SMALL TODO
%dir %{_sysconfdir}/dropbear
%config(noreplace) %{_sysconfdir}/sysconfig/dropbear
%{_unitdir}/dropbear*
%{_bindir}/dropbearkey
%{_bindir}/dropbearconvert
%{_bindir}/dbclient
%{_sbindir}/dropbear
%{_mandir}/man1/dbclient.1*
%{_mandir}/man1/dropbearconvert.1*
%{_mandir}/man1/dropbearkey.1*
%{_mandir}/man8/dropbear.8*

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# Point to the OpenSSH SFTP subsystem binary since dropbear doesn't include
# sftp support itself. The location is architecture-dependent, so must be
# overridden at build time, not patch time
%configure2_5x CPPFLAGS='-DSFTPSERVER_PATH=\"%{_libdir}/ssh/sftp-server\" -I%{_includedir}/tomcrypt -I%{_includedir}/tommath'
#	--enable-pam

%make -k || make

%install
%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/dropbear
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/dropbear.service
install -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/dropbear-keygen.service
install -d %{buildroot}%{_mandir}/man1
install -m 0644 dbclient.1 %{buildroot}%{_mandir}/man1/dbclient.1
install -d %{buildroot}%{_mandir}/man8
install -m 0644 dropbearkey.1 %{buildroot}%{_mandir}/man1/dropbearkey.1

cat > %{buildroot}%{_sysconfdir}/sysconfig/dropbear << EOF
OPTIONS=""
EOF

chmod a+r CHANGES INSTALL LICENSE MULTI README SMALL TODO

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22506 |14mu|drv_z42-0.4.3-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Printer driver for the Lexmark Z42, Z43 and Z52 printer
Name: 		drv_z42
Version:	0.4.3
Release:	18
License:	GPLv2+
Group:		System/Printing
Url:		http://www.xs4all.nl/~pastolk/
Source:		http://www.xs4all.nl/~pastolk/drv_z42-%{version}.tar.gz
Source1:	z42-2.png
Source2:	lexmark.png
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(gtk+-2.0)

%description
Driver for the Lexmark printers Z42, Z43, Z52, X73 and the Compaq IJ1200.

%files
%defattr(0644,root,root,0755)
%doc COPYING ChangeLog FAQ README
%attr(0755,root,root) %{_bindir}/z42_cmyk

#----------------------------------------------------------------------------

%package -n z42tool
Summary:	GUI for Lexmark printer maintence
Group:		System/Printing
Requires:	%{name} = %{EVRD}

%description -n z42tool
GUI tool to configure the Lexmark printers Z42, Z43, Z52, X73 and the Compaq
IJ1200.

%files -n z42tool
%defattr(0644,root,root,0755)
%doc z42tool/README
%{_datadir}/z42tool
%attr(0755,root,root) %{_bindir}/z42tool
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
pushd src
%__cc %{optflags} %{ldflags} -o z42_cmyk z42_cmyk.c
popd

pushd z42tool
%configure2_5x
%make
popd

%install
install -d %{buildroot}%{_bindir}

pushd src
    install -m0755 z42_cmyk %{buildroot}%{_bindir}
popd

pushd z42tool
    %makeinstall_std
popd

# icon
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}

convert %{SOURCE2} -strip -resize 16x16 %{buildroot}%{_miconsdir}/z42tool.png
convert %{SOURCE2} -strip -resize 32x32 %{buildroot}%{_iconsdir}/z42tool.png
convert %{SOURCE2} -strip -resize 48x48 %{buildroot}%{_liconsdir}/z42tool.png

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/z42tool.desktop << EOF
[Desktop Entry]
Name=Lexmark printer manager
Name[ru]=Управление принтерами Lexmark
Comment=Мониторинг, настройка, состояние картриджей ...
Exec=%{_bindir}/z42tool
Icon=z42tool
Terminal=false
Type=Application
Categories=System;Monitor;
EOF


%changelog

* Fri Mar 25 2016 Denis Silakov <dsilakov@gmail.com> 0.4.3-18
- (16ad5b2) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22507 |14mu|dshort-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The combination for running applications by default for KDE 4
Name:		dshort
Version:	1.0.4
Release:	2
License:	GPLv3
Group:		Graphical desktop/KDE
Url:		http://rosalab.ru
Source0:	%{name}-%{version}.tar.gz
Requires:	python-kde4
Requires:	python-qt4-core
Requires:	python-qt4-gui
Requires:	python-xlib
BuildArch:	noarch

%description
DShort program set key combination for running applications by default and
ability quickly show list key shortcuts special for KDE 4.

%files -f %{name}.lang
%{_bindir}/dshort-daemon
%{_datadir}/autostart/%{name}.desktop
%{_datadir}/apps/kcmkeys/rosa.kksrc
%{py_puresitedir}/*
%{_defaultdocdir}/%{name}/COPYING

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
python setup.py install --root %{buildroot} --install-purelib=%{py_puresitedir}

%find_lang %{name}

%changelog

* Wed Feb 15 2017 Michl Voznesensky <m.voznesensky@rosalinux.ru> 1.0.4-2
- (cc1531d) Update to plus one release 1.0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22508 |14mu|dudf-0.15-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'devel\\(libjsoncpp(.*)\\)'
%endif

%define _disable_ld_no_undefined 1

%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Mandriva implementation of DUDF as part of the Mancoosi European Project
Name:		dudf
Version:	0.15
Release:	9
License:	GPLv2+
Group:		System/Base
Url:		http://www.mancoosi.org
Source0:	%{name}-%{version}.tar.xz
Patch0:		dudf-0.15-compile.patch
BuildRequires:	swig
BuildRequires:	jsoncpp-devel >= 1.6
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ossp-uuid)
BuildRequires:	pkgconfig(rpm)

%description
Mancoosi aims at achieving better management of software upgrades.
As part of this European project, urpmi can generate information about
installation failure when it arises and provide it to Mandriva engineers
and Mancoosi project members to help solving the issue. This is achieved
via a DUDF file, where DUDF stands for Distribution Upgradeability
Description Format.

The current package provides libdudf, a C++ library aiming at generating
this DUDF file, together with a Perl wrapper, perl-dudfrpmstatus, which is
used by urpmi.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Mandriva DUDF file generation library
Group:		System/Libraries

%description -n %{libname}
Library used for generating the Mandriva DUDF file.

%files -n %{libname}
%{_libdir}/libdudf.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development header & library for Mandriva DUDF library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}dudf1-devel < 0.15-9
Obsoletes:	%{_lib}dudf1-devel < 0.15-9

%description -n %{devname}
Development header & library for Mandriva DUDF file generation library.

%files -n %{devname}
%{_includedir}/dudf.h
%{_libdir}/libdudf.so

#----------------------------------------------------------------------------

%package -n perl-dudfrpmstatus
Summary:	Mandriva DUDF file generation library Perl wrapper
Group:		System/Libraries

%description -n perl-dudfrpmstatus
Perl wrapper providing access to the Mandriva DUDF file generation
library.

%files -n perl-dudfrpmstatus
%{perl_sitearch}/dudfrpmstatus.pm
%{perl_sitearch}/auto/dudfrpmstatus/dudfrpmstatus.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
export LDFLAGS="%{ldflags}"
export PERL_LDFLAGS="%{ldflags}"
%make CXXFLAGS="%{optflags}"

%install
%makeinstall_std prefix=%{_prefix} libdir=%{_libdir}


%changelog

* Wed Dec 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.15-9
- (50b79f4) Apply patch from previous commit



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22509 |14mu|duktape-2.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 201
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Embeddable Javascript engine
Name:		duktape
Version:	2.1.0
Release:	1
License:	MIT
Group:		System/Libraries
Url:		http://duktape.org/
Source0:	http://duktape.org/%{name}-%{version}.tar.xz
Patch0:		duktape-2.1.0-makefile.patch

%description
Duktape is an embeddable Javascript engine, with a focus on portability
and compact footprint.

This package contains a commandline duk interpreter.

%files
%doc AUTHORS.rst LICENSE.txt README.rst
%{_bindir}/duk

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Embeddable Javascript engine shared library
Group:		System/Libraries

%description -n %{libname}
Embeddable Javascript engine shared library.

%files -n %{libname}
%{_libdir}/libduktape.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and header files for developing programs based on %{name}.

%files -n %{devname}
%{_includedir}/duk_config.h
%{_includedir}/duktape.h
%{_libdir}/libduktape.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
%make -f Makefile.sharedlibrary
%make -f Makefile.cmdline

%install
%makeinstall_std \
	INSTALL_PREFIX="%{_prefix}" \
	LIBDIR="%{_libdir}" \
	-f Makefile.sharedlibrary

mkdir -p %{buildroot}%{_bindir}
install -m 755 duk %{buildroot}%{_bindir}/duk


%changelog

* Tue May 30 2017 Rosa <rosa@abf.rosalinux.ru> 2.1.0-1
- (8c69ea0) Automatic import for version 2.1.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22510 |14mu|dump-0.4b42-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	Programs for backing up and restoring filesystems
Name:		dump
Version:	0.4b42
Release:	11
License:	BSD
Group:		Archiving/Backup
Url:		http://sourceforge.net/projects/dump/
Source0:	ftp://osdn.dl.sourceforge.net/pub/sourceforge/d/du/%{name}/%{name}-%{version}.tar.gz
Patch0:		dump-nonroot.patch
Patch2:		dump-0.4b34-check-systypes.patch
Patch3:		dump-0.4b37-compile-fix.patch
Patch4:		dump_progname_mips.patch
Patch5:		dump-rh507948.patch
Patch6:		build-without-selinux.patch
BuildRequires:	bzip2-devel
BuildRequires:	readline-devel
%if %{with selinux}
BuildRequires:	selinux-devel
BuildRequires:	sepol-devel
BuildRequires:	pkgconfig(devmapper)
%endif
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires:	rmt = %{EVRD}

%description
The dump package contains both dump and restore.  Dump examines files in
a filesystem, determines which ones need to be backed up, and copies
those files to a specified disk, tape or other storage medium.  The
restore command performs the inverse function of dump; it can restore a
full backup of a filesystem.  Subsequent incremental backups can then be
layered on top of the full backup.  Single files and directory subtrees
may also be restored from full or partial backups.

%files
%doc CHANGES COPYRIGHT KNOWNBUGS README THANKS TODO MAINTAINERS dump.lsm
%attr(0664,root,disk)	%config(noreplace) %{_sysconfdir}/dumpdates
#%attr(6755,root,tty)	/sbin/dump
/sbin/dump*
#%attr(6755,root,tty)	/sbin/restore
/sbin/restore*
/sbin/rdump
/sbin/rrestore
%{_mandir}/man8/dump.8*
%{_mandir}/man8/rdump.8*
%{_mandir}/man8/restore.8*
%{_mandir}/man8/rrestore.8*

#----------------------------------------------------------------------------

%package -n rmt
Summary:	Provides certain programs with access to remote tape devices
Group:		Archiving/Backup
Provides:	/sbin/rmt

%description -n rmt
The rmt utility provides remote access to tape devices for programs
like dump (a filesystem backup program), restore (a program for
restoring files from a backup) and tar (an archiving program).

%files -n rmt
%doc COPYRIGHT
/sbin/rmt
%{_sysconfdir}/rmt
%{_mandir}/man8/rmt.8*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .nonroot
%patch2 -p1 -b .check-systypes
%patch3 -p1 -b .compfix
%patch4 -p1 -b .progname
%patch5 -p1 -b .rh507948
%if %{without selinux}
%patch6 -p0 -b .selinux
%endif

autoconf

%build
%configure2_5x \
	--with-manowner=root \
	--with-mangrp=root \
	--with-manmode=644 \
	--enable-ermt \
%if %{without selinux}
	--disable-transselinux \
%endif
	--disable-kerberos

%make OPT="%{optflags} -fPIC -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts"

%install
make install SBINDIR=%{buildroot}/sbin BINDIR=%{buildroot}/sbin MANDIR=%{buildroot}%{_mandir}/man8

for i in dump restore; do
  mv %{buildroot}/sbin/$i %{buildroot}/sbin/$i.ext3
  ln -s $i.ext3 %{buildroot}/sbin/$i.ext2
  ln -s $i.ext3 %{buildroot}/sbin/$i
done

pushd %{buildroot}
  mkdir .%{_sysconfdir}
  > .%{_sysconfdir}/dumpdates
  ln -s ../sbin/rmt ./%{_sysconfdir}/rmt
popd


%changelog

* Wed Apr 08 2015 Tigro <ashejn@yandex-team.ru> 0.4b42-11
- (fb67890) drop termcap depend



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22511 |14mu|dumpet-2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool to dump and debug bootable CD images
Name:		dumpet
Version:	2.1
Release:	5
License:	GPLv2+
Group:		System/Base
Url:		https://fedorahosted.org/dumpet/
Source0:	https://fedorahosted.org/releases/d/u/dumpet/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(libxml-2.0)

%description
DumpET is a utility to aid in the debugging of bootable CD-ROM images.

%prep
%setup -q

%build
%make CFLAGS="%{optflags} $(pkg-config --cflags libxml-2.0)"

%install
mkdir -p %{buildroot}/%{_bindir}
%makeinstall_std 

%files
%doc README TODO COPYING
%{_bindir}/dumpet
%{_mandir}/man1/dumpet.1*

%changelog
* Wed Dec 31 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1-5
+ Revision: 10ee600
- Updated to 2.1 (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22512 |14mu|duplicity-0.7.06-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Untrusted/encrypted backup using rsync algorithm
Name:		duplicity
Version:	0.7.06
Release:	1
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://www.nongnu.org/duplicity/
Source0:	http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz
Source1:	http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz.sig
Patch0:		patch-64bits.patch
BuildRequires:	python-distribute
BuildRequires:	librsync-devel
BuildRequires:	pkgconfig(python)
Requires:	gnupg
Requires:	python-lockfile
Requires:	lftp
Requires:	ncftp
Requires:	openssh-clients
Requires:	python-GnuPG-Interface
Requires:	python-lockfile
Requires:	rsync
Requires:	python-gi
Requires:	python-paramiko
Suggests:	python-boto
Suggests:	python-dropbox
Suggests:	python-gdata

%description
Duplicity incrementally backs up files and directory by encrypting tar-format
volumes with GnuPG and uploading them to a remote (or local) file server. In
theory many remote backends are possible; right now local, ssh/scp, ftp, and
rsync backends are written. Because duplicity uses librsync, the incremental
archives are space efficient and only record the parts of files that have
changed since the last backup.  Currently duplicity supports deleted files,
full unix permissions, directories, symbolic links, fifos, etc., but not hard
links.

%files -f %{name}.lang
%doc CHANGELOG COPYING README
%{_bindir}/rdiffdir
%{_bindir}/duplicity
%{_mandir}/man1/*
%{py_platsitedir}/duplicity
%{py_platsitedir}/*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
python setup.py build

%install
python setup.py install --prefix=%{buildroot}%{_prefix}

rm -Rf %{buildroot}%{_datadir}/doc/duplicity-%{version}

%find_lang %{name}


%changelog

* Sun Jan 31 2016 Denis Silakov <dsilakov@gmail.com> 0.7.06-1
- (22fca80) Added lftp req



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22513 |14mu|e2fsprogs-1.42.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _root_sbindir /sbin
%define _root_libdir /%{_lib}

# Library package should be slpit later
%define major 2
%define libname %mklibname ext2fs %{major}
%define devname %mklibname ext2fs -d

%define git_url git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git

Summary:	Utilities used for ext2/ext3/ext4 filesystems
Name:		e2fsprogs
Version:	1.42.13
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://e2fsprogs.sourceforge.net/
Source0:	http://downloads.sourceforge.net/e2fsprogs/%{name}-%{version}.tar.xz
Source1:	e3jsize
# (anssi) fix uninitialized variable causing crash without libreadline.so.5;
# submitted as https://sourceforge.net/tracker/?func=detail&aid=2822113&group_id=2406&atid=302406
Patch0:		e2fsprogs-1.41.8-uninitialized.patch
# (gb) strip references to home build dir
Patch1:		e2fsprogs-1.41.12-strip-me.patch
Patch2:		e2fsprogs-1.42.5-unlimit-msg-buf.patch
BuildRequires:	texinfo
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(uuid)

%description
The e2fsprogs package contains a number of utilities for creating,
checking, modifying and correcting any inconsistencies in ext2, ext3,
and ext4 filesystems. E2fsprogs contains e2fsck (used to repair
filesystem inconsistencies after an unclean shutdown), mke2fs (used to
initialize a partition to contain an empty ext2 filesystem), debugfs
(used to examine the internal structure of a filesystem, to manually
repair a corrupted filesystem or to create test cases for e2fsck), tune2fs
(used to modify filesystem parameters), resize2fs to grow and shrink
unmounted filesystems, and most of the other core ext2fs filesystem
utilities.

%files -f %{name}.lang
%doc README
%{_root_sbindir}/badblocks
%{_root_sbindir}/debugfs
%{_root_sbindir}/dumpe2fs
%{_root_sbindir}/e2fsck
%{_root_sbindir}/e2fsck.static
%{_root_sbindir}/e2image
%{_root_sbindir}/e2label
%{_root_sbindir}/e2undo
%{_root_sbindir}/e3jsize
%{_root_sbindir}/fsck.ext2
%{_root_sbindir}/fsck.ext3
%{_root_sbindir}/fsck.ext4
%{_root_sbindir}/fsck.ext4dev
%{_root_sbindir}/logsave
%{_root_sbindir}/mke2fs
%{_root_sbindir}/mke3fs
%{_root_sbindir}/mkfs.ext2
%{_root_sbindir}/mkfs.ext3
%{_root_sbindir}/mkfs.ext4
%{_root_sbindir}/mkfs.ext4dev
%{_root_sbindir}/resize2fs
%{_root_sbindir}/tune2fs
%config(noreplace) %{_sysconfdir}/mke2fs.conf
%{_bindir}/chattr
%{_bindir}/lsattr
%{_mandir}/man1/chattr.1*
%{_mandir}/man1/lsattr.1*
%{_mandir}/man5/e2fsck.conf.5*
%{_mandir}/man5/mke2fs.conf.5*
%{_mandir}/man5/ext2.5*
%{_mandir}/man5/ext3.5*
%{_mandir}/man5/ext4.5*
%{_mandir}/man8/badblocks.8*
%{_mandir}/man8/debugfs.8*
%{_mandir}/man8/dumpe2fs.8*
%{_mandir}/man8/e2freefrag.8*
%{_mandir}/man8/e2fsck.8*
%{_mandir}/man8/e2image.8*
%{_mandir}/man8/e2label.8*
%{_mandir}/man8/e2undo.8.*
%{_mandir}/man8/e4defrag.8.*
%{_mandir}/man8/filefrag.8*
%{_mandir}/man8/fsck.ext2.8*
%{_mandir}/man8/fsck.ext3.8*
%{_mandir}/man8/fsck.ext4.8.*
%{_mandir}/man8/fsck.ext4dev.8.*
%{_mandir}/man8/logsave.8*
%{_mandir}/man8/mke2fs.8*
%{_mandir}/man8/mkfs.ext2.8*
%{_mandir}/man8/mkfs.ext3.8*
%{_mandir}/man8/mkfs.ext4.8.*
%{_mandir}/man8/mkfs.ext4dev.8.*
%{_mandir}/man8/mklost+found.8*
%{_mandir}/man8/resize2fs.8*
%{_mandir}/man8/tune2fs.8*
%{_sbindir}/e2freefrag
%{_sbindir}/e4defrag
%{_sbindir}/filefrag
%{_sbindir}/mklost+found

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The libraries for Ext2fs
Group:		System/Libraries

%description -n %{libname}
The e2fsprogs package contains a number of utilities for creating,
checking, modifying and correcting any inconsistencies in ext2, ext3,
and ext4 filesystems. E2fsprogs contains e2fsck (used to repair
filesystem inconsistencies after an unclean shutdown), mke2fs (used to
initialize a partition to contain an empty ext2 filesystem), debugfs
(used to examine the internal structure of a filesystem, to manually
repair a corrupted filesystem or to create test cases for e2fsck), tune2fs
(used to modify filesystem parameters), resize2fs to grow and shrink
unmounted filesystems, and most of the other core ext2fs filesystem
utilities.

This package contains the shared libraries.

%files -n %{libname}
%doc README
%{_root_libdir}/libcom_err.so.%{major}*
%{_root_libdir}/libe2p.so.%{major}*
%{_root_libdir}/libext2fs.so.%{major}*
%{_root_libdir}/libss.so.%{major}*
%{_libdir}/e2initrd_helper

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The libraries for Ext2fs
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	ext2fs-devel = %{EVRD}

%description -n %{devname}
The e2fsprogs package contains a number of utilities for creating,
checking, modifying and correcting any inconsistencies in ext2, ext3,
and ext4 filesystems.  E2fsprogs contains e2fsck (used to repair
filesystem inconsistencies after an unclean shutdown), mke2fs (used to
initialize a partition to contain an empty ext2 filesystem), debugfs
(used to examine the internal structure of a filesystem, to manually
repair a corrupted filesystem or to create test cases for e2fsck), tune2fs
(used to modify filesystem parameters), resize2fs to grow and shrink
unmounted filesystems, and most of the other core ext2fs filesystem
utilities.

You should install %{libname} to use tools that compile with ext2fs
features.

%files -n %{devname}
%doc RELEASE-NOTES
%{_infodir}/libext2fs.info*
%{_bindir}/compile_et
%{_mandir}/man1/compile_et.1*
%{_bindir}/mk_cmds
%{_mandir}/man1/mk_cmds.1*
%{_libdir}/pkgconfig/*
%{_libdir}/libcom_err.so
%{_libdir}/libe2p.a
%{_libdir}/libe2p.so
%{_libdir}/libext2fs.a
%{_libdir}/libext2fs.so
%{_libdir}/libcom_err.a
%{_libdir}/libss.so
%{_datadir}/et
%{_datadir}/ss
%{_includedir}/com_err.h
%{_includedir}/et
%{_includedir}/ext2fs
%dir %{multiarch_includedir}/ext2fs
%{multiarch_includedir}/ext2fs/ext2_types.h
%{_includedir}/ss
%dir %{_includedir}/e2p
%{_includedir}/e2p/e2p.h
%{_mandir}/man3/com_err.3*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .uninit
%patch1 -p1 -b .strip-me
%patch2 -p1 -b .unlimit-buf

%build
autoreconf -fi
%configure2_5x \
	--enable-elf-shlibs \
	--disable-libblkid \
	--disable-libuuid \
	--disable-fsck \
	--disable-uuidd \
	--enable-symlink-install
%make
%make -C e2fsck e2fsck.static

%check
LC_ALL=C make check

%install
export PATH=/sbin:$PATH

%makeinstall_std install-libs \
	root_sbindir=%{_root_sbindir} root_libdir=%{_root_libdir}

for i in libcom_err.so.2 libe2p.so.2 libext2fs.so.2 libss.so.2; do
	ln -s $i %{buildroot}%{_root_libdir}/${i%.[0-9]}
done

rm -f	%{buildroot}%{_libdir}/libss.a \
	%{buildroot}%{_root_libdir}/libcom_err.so \
	%{buildroot}%{_root_libdir}/libe2p.so \
	%{buildroot}%{_root_libdir}/libext2fs.so \
	%{buildroot}%{_root_libdir}/libss.so

# multiarch policy, alternative is to use <stdint.h>
%multiarch_includes %{buildroot}%{_includedir}/ext2fs/ext2_types.h

%find_lang %{name}

chmod +x %{buildroot}%{_bindir}/{mk_cmds,compile_et}

install -m 755 e2fsck/e2fsck.static %{buildroot}%{_root_sbindir}
install -m 755 %{SOURCE1} %{buildroot}%{_root_sbindir}
ln -f %{buildroot}%{_root_sbindir}/mke2fs \
	%{buildroot}%{_root_sbindir}/mke3fs


%changelog

* Mon Feb 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.42.13-1
- (c24b902) Build requires gettext-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22514 |14mu|easymock2-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define base_name easymock

Name:           %{base_name}2
Version:        2.0
Release:        3
Epoch:          0
Summary:        Easy mock objects

Group:          Development/Java
License:        MIT
URL:            http://www.easymock.org/
Source0:        easymock-2.0-src.tar.gz
# cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/easymock login
# cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/easymock export -r EasyMock2_0 easymock

Patch0:		easymock-2.0-build_xml.patch


BuildArch:      noarch
BuildRequires:  java-rpmbuild 
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:	ant-junit >= 0:1.6
BuildRequires:	junit >= 0:3.8.1
BuildRequires:  java-devel >= 0:1.5.0
Requires:  java >= 0:1.5.0

%description
EasyMock provides Mock Objects for interfaces in JUnit tests by generating 
them on the fly using Java's proxy mechanism. Due to EasyMock's unique style 
of recording expectations, most refactorings will not affect the Mock Objects. 
So EasyMock is a perfect fit for Test-Driven Development.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}


%prep
%setup -q -n %{base_name}
mkdir lib
pushd lib
ln -sf $(build-classpath junit) .
popd
echo "java\ 1.5=%{_jvmdir}/java-rpmbuild/bin/java" >> easymockbuild.properties
echo "java\ compiler=%{_jvmdir}/java-rpmbuild/bin/javac" >> easymockbuild.properties

%patch0 -b .sav

%build
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=
%{ant} -Dbuild.sysclasspath=first

%install
unzip %{base_name}%{version}.zip
install -dm 755 %{buildroot}%{_javadir}

install -pm 644 %{base_name}%{version}/%{base_name}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr %{base_name}%{version}/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} 

%files
%{_javadir}/*.jar
%doc %{base_name}%{version}/{Documentation,License}.html

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:2.0-3
- (4fdfbaf) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22515 |14mu|easytag-2.2.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tag editor for MP3, OGG and some other files
Name:		easytag
Version:	2.2.6
Release:	5
Epoch:		1
License:	GPLv2+
Group:		Sound
Url:		https://wiki.gnome.org/Apps/EasyTAG
Source0:	https://download.gnome.org/sources/%{name}/2.2/%{name}-%{version}.tar.xz
Source1:	easytag-2.2.6-ru.po.bz2
Patch0:		easytag-2.2-select-all.patch
BuildRequires:	appdata-tools
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd44-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	itstool
BuildRequires:	intltool
BuildRequires:	libmp4v2-utils
BuildRequires:	yelp-tools
BuildRequires:	xsltproc
BuildRequires:	id3lib-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(opusfile)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)

%description
EasyTAG is an utility for viewing and editing tags of MP3, MP2, FLAC,
Ogg Vorbis, MP4/AAC, MusePack, Wavpack, Speex and Monkey's Audio
files. Its simple and nice GTK+ interface makes tagging easier under
GNU/Linux.
Features:
- View, edit, write tags of MP3, MP2 files (ID3 tag with pictures),
  FLAC files (FLAC Vorbis tag), Ogg Vorbis files (Ogg Vorbis tag),
  MP4/AAC (MP4/AAC tag), and MusePack, Wavpack, Monkey's Audio files
  (APE tag), Speex files, Opus files,
- Can edit more tag fields : Title, Artist, Album, Disc Album, Year,
  Track Number, Genre, Comment, Composer, Original Artist/Performer,
  Copyright, URL and Encoder name,
- Auto tagging: parse filename and directory to complete automatically
  the fields (using masks),
- Ability to rename files and directories from the tag (using masks) or by
  loading a text file,
- Process selected files of the selected directory,
- Ability to browse subdirectories,
- Recursion for tagging, removing, renaming, saving...,
- Can set a field (artist, title,...) to all other files,
- Read file header informations (bitrate, time, ...) and display them,
- Auto completion of the date if a partial is entered,
- Undo and redo last changes,
- Ability to process fields of tag and file name (convert letters into
  uppercase, downcase, ...),
- Ability to open a directory or a file with an external program,
- CDDB support using Freedb.org servers (manual and automatic search),
- A tree based browser or a view by Artist & Album,
- A list to select files,
- A playlist generator window,
- A file searching window,
- Simple and explicit interface!,

%files -f %{name}.lang
%doc ChangeLog README TODO THANKS
%doc %{_datadir}/help/*/%{name}/*
%{_bindir}/easytag
%{_mandir}/man1/easytag.1*
%{_datadir}/applications/easytag.desktop
%{_datadir}/appdata/easytag.appdata.xml
%{_datadir}/icons/hicolor/*/apps/easytag.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
bzcat %{SOURCE1} > po/ru.po

%build
autoreconf -fi
%configure2_5x \
	--with-gtk2
%make

%install
%makeinstall_std

%find_lang %{name}

desktop-file-install --vendor="" \
	--remove-mime-type="x-directory/normal" \
	--add-mime-type="inode/directory" \
	--remove-category="Editor" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*


%changelog

* Wed Dec 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.2.6-5
- (736e6f5) Add Epoch to downgrade from 2.4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22516 |14mu|ebook-tools-0.2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   0
%define libepub %mklibname epub %{major}
%define devepub %mklibname epub -d

Summary:	Tools for accessing and converting various ebook file formats
Name:		ebook-tools
Version:	0.2.2
Release:	5
License:	MIT
Group:		Publishing
Url:		http://sourceforge.net/projects/ebook-tools
Source0:	%{name}-%{version}.tar.gz
Patch0:		ebook-tools-0.2.2-libzip2.patch
BuildRequires:	kde4-macros
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(libxml-2.0)
Suggests:	clit

%description
Tools for accessing and converting various ebook file formats.

%files
%{_kde_bindir}/einfo
%{_kde_bindir}/lit2epub

#----------------------------------------------------------------------------

%package -n %{libepub}
Summary:	KDE shared library
Group:		System/Libraries

%description -n %{libepub}
%{name} library.

%files -n %{libepub}
%{_kde_libdir}/libepub.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devepub}
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libepub} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	ebook-tools-devel < 0.2.1-2

%description -n %{devepub}
This package contains header files needed if you wish to build applications
based on %{name}

%files -n %{devepub}
%{_kde_includedir}/*.h
%{_kde_libdir}/libepub.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Mon Nov 23 2015 Denis Silakov <dsilakov@gmail.com> 0.2.2-5
- (9e0d3f6) Rebuild with new libzip



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22517 |14mu|ecap-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name}  %{major}
%define develname %mklibname %{name} -d

Name:		ecap
Version:	1.0.0
Release:	1
Summary:	eCAP library
License:	BSD
Group:		Networking/Other
URL:		http://www.e-cap.org/
Source0:	http://www.measurement-factory.com/tmp/ecap/libecap-%{version}.tar.gz
BuildRequires:	kernel-headers

%description
eCAP is a software interface that allows a network application, such as an 
HTTP proxy or an ICAP server, to outsource content analysis and adaptation 
to a loadable module. For each applicable protocol message being 
processed, an eCAP-enabled application supplies the message details to the 
adaptation module and gets back an adapted message or a "not interested" 
response. These exchanges often include message bodies.

%package -n %{libname}
Summary:	Main library for dssl
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
DSSL library is a network caputre and SSL decryption toolkit useful for
snort and other SSL aware software.

%package -n %{develname}
Summary:	Header files for the dssl library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description    -n %{develname}
DSSL library is a network caputre and SSL decryption toolkit useful for
snort and other SSL aware software.  These are .h files.

%prep
%setup -qn libecap-%{version}

%build
%configure2_5x \
	--enable-shared \
	--enable-std-include

%make

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/libecap.la

%files -n %{libname}
%doc LICENSE
%{_libdir}/libecap.so.%{major}*

%files  -n %{develname}
%{_includedir}/libecap/*
%{_libdir}/libecap.so
%{_libdir}/libecap.a
%{_libdir}/pkgconfig/libecap.pc




%changelog

* Sat Oct 24 2015 Denis Silakov <dsilakov@gmail.com> 1.0.0-1
- (a6b2f6b) Updated to 1.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22518 |14mu|ecj-4.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%nil
%define qualifier 200902111700
%bcond_with gcjbootstrap

Summary:	Eclipse Compiler for Java
Name:		ecj
Version:	4.4
# Sad, but eclipse-ecj Obsoletes: ecj < 2:3.4.2-0.2.7
Epoch:		2
Release:	6
Url:		http://www.eclipse.org
License:	EPL
Group:		Development/Java
Source0:	ftp://ftp.halifax.rwth-aachen.de/eclipse/eclipse/downloads/drops4/R-4.3-201306052000/ecjsrc-%{version}.jar
Source1:	ecj.sh.in
# Use ECJ for GCJ
# cvs -d:pserver:anonymous@sourceware.org:/cvs/rhug \
# export -r eclipse_r34_1 eclipse-gcj
# tar cjf ecj-gcj.tar.bz2 eclipse-gcj
Source2:	%{name}-gcj.tar.bz2
Source3:	http://repo2.maven.org/maven2/org/eclipse/jdt/core/3.3.0-v_771/core-3.3.0-v_771.pom
# Always generate debug info when building RPMs (Andrew Haley)
Patch0:		%{name}-rpmdebuginfo.patch
Patch1:		%{name}-defaultto1.5.patch
Patch2:		%{name}-generatedebuginfo.patch
Patch3:		ecj-4.2.1-compile.patch
Patch4:		ecj-4.2.2-java7.patch
Patch5:		ecj-4.3-compile.patch
BuildArch:	noarch

%if %{without gcjbootstrap}
BuildRequires:	ant
BuildRequires:	java-1.8.0-openjdk-devel
%else
BuildRequires:	gcc-java >= 4.0.0
%endif
BuildRequires:	locales-en

Requires:	java-sdk
%rename         eclipse-ecj

%description
ECJ is the Java bytecode compiler of the Eclipse Platform.  It is also known as
the JDT Core batch compiler.

%prep
%setup -q -c
# Use ECJ for GCJ's bytecode compiler
tar jxf %{SOURCE2}
mv eclipse-gcj/org/eclipse/jdt/internal/compiler/batch/GCCMain.java \
  org/eclipse/jdt/internal/compiler/batch/
cat eclipse-gcj/gcc.properties >> \
  org/eclipse/jdt/internal/compiler/batch/messages.properties
rm -rf eclipse-gcj

%apply_patches

cp %{SOURCE3} pom.xml

# We could remove the parts below as they aren't required for ecj core
# functionality -- but e.g. forcing ant to use ecj over javac requires
# the JDTCompilerAdapter, so let's not save space at the cost of losing
# functionality...

# Remove bits of JDT Core we don't want to build
#rm -r org/eclipse/jdt/internal/compiler/tool
#rm -r org/eclipse/jdt/internal/compiler/apt

# JDTCompilerAdapter isn't used by the batch compiler
#rm -f org/eclipse/jdt/core/JDTCompilerAdapter.java

%build
export LC_ALL=en_US.utf8
%if %{with gcjbootstrap}
  for f in `find -name '*.java' | cut -c 3- | LC_ALL=C sort`; do
    gcj -Wno-deprecated -C $f
  done

  find -name '*.class' -or -name '*.properties' -or -name '*.rsc' |\
    xargs fastjar cf %{name}-%{version}.jar
%else
   ant
%endif

%install
mkdir -p %{buildroot}%{_javadir}
cp -a *.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
pushd %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{name}.jar
ln -s %{name}-%{version}.jar eclipse-%{name}-%{version}.jar
ln -s eclipse-%{name}-%{version}.jar eclipse-%{name}.jar
ln -s %{name}-%{version}.jar jdtcore.jar
popd

# Install the ecj wrapper script
install -p -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/ecj
sed --in-place "s:@JAVADIR@:%{_javadir}:" %{buildroot}%{_bindir}/ecj

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 pom.xml \
    %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom

%add_to_maven_depmap org.eclipse.jdt core %{version} JPP %{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc about.html
%{_datadir}/maven2/poms/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}
%{_bindir}/%{name}
%{_javadir}/%{name}*.jar
%{_javadir}/eclipse-%{name}*.jar
%{_javadir}/jdtcore.jar


%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:4.4-6
- (23fc938) Updated to 4.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22519 |14mu|edid-decode-0-0.20170918.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git	20170918

Summary:	EDID parse tool
Name:		edid-decode
Version:	0
Release:	0.%{git}.2
License:	MIT
Group:		System/X11
Url:		http://cgit.freedesktop.org/xorg/app/edid-decode/
# git clone git://anongit.freedesktop.org/xorg/app/edid-decode
# tar c -j --exclude=.git --exclude=.gitignore -f edid-decode-%{git}.tar.bz2 edid-decode
Source0:	%{name}-%{git}.tar.bz2
# (cjw) add a basic man page
Source1:	edid-decode.1

%description
The edid-decode tool parses a given EDID from a file or stdin and
shows the contents on stdout. It handles both the regular video info
and the audio info often provided by HDMI displays.

%prep
%setup -q -n %{name}

%build
%make CFLAGS="%{optflags}"

%install
%makeinstall_std
mkdir -p %{buildroot}%{_mandir}/man1
install -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*


%changelog

* Tue Feb 20 2018 Andrey Ponomarenko <andrewponomarenko@yandex.ru> 0-0.20170918.2
- (0ba5c90) Merge branch 'master' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22520 |14mu|edk2-20150807-1.svn18187
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svndate   20150807
%define svnrev    18187

Name:		edk2
Version:	%{svndate}
Release:	1.svn%{svnrev}
Summary:	EFI Development Kit II

# There are no formal releases from upstream.
# Tarballs are created with:

# svn export -r ${svnrev} \
#     https://svn.code.sf.net/p/edk2/code/trunk/edk2/BaseTools edk2-buildtools-r${svnrev}
# rm -rf edk2-buildtools-r${svnrev}/Bin
# tar -cv edk2-buildtools-r${svnrev} | xz -6 > edk2-buildtools-r${svnrev}.tar.xz
Source0:	edk2-buildtools-r%{svnrev}.tar.xz
Patch1:		basetools-arm.patch

License:	BSD
Group:		Emulators
URL:		http://www.tianocore.org/edk2/

# We need to build tools everywhere, but how is still an open question
# https://bugzilla.redhat.com/show_bug.cgi?id=992180
ExclusiveArch:	%{ix86} x86_64 %{arm}

BuildRequires:	python-devel
BuildRequires:	pkgconfig(uuid)

Requires:	edk2-tools = %{EVRD}
Requires:	edk2-tools-doc = %{EVRD}

%description
EDK II is a development code base for creating UEFI drivers, applications
and firmware images.

%package tools
Summary:	EFI Development Kit II Tools
Group:		Development/Tools
Requires:	edk2-tools-python = %{EVRD}

%description tools
This package provides tools that are needed to
build EFI executables and ROMs using the GNU tools.

%package tools-python
Summary:	EFI Development Kit II Tools
Group:		Development/Tools
Requires:	python
BuildArch:      noarch

%description tools-python
This package provides tools that are needed to build EFI executables
and ROMs using the GNU tools.  You do not need to install this package;
you probably want to install edk2-tools only.

%package tools-doc
Summary:	Documentation for EFI Development Kit II Tools
Group:		Development/Tools

%description tools-doc
This package documents the tools that are needed to
build EFI executables and ROMs using the GNU tools.

%prep
%setup -q -n edk2-buildtools-r%{svnrev}
%patch1 -p1

%build
export WORKSPACE=`pwd`

# Build is broken if MAKEFLAGS contains -j option.
unset MAKEFLAGS
make

%install
mkdir -p %{buildroot}%{_bindir}
install	\
	Source/C/bin/BootSectImage \
	Source/C/bin/EfiLdrImage \
	Source/C/bin/EfiRom \
	Source/C/bin/GenCrc32 \
	Source/C/bin/GenFfs \
	Source/C/bin/GenFv \
	Source/C/bin/GenFw \
	Source/C/bin/GenPage \
	Source/C/bin/GenSec \
	Source/C/bin/GenVtf \
	Source/C/bin/GnuGenBootSector \
	Source/C/bin/LzmaCompress \
	BinWrappers/PosixLike/LzmaF86Compress \
	Source/C/bin/Split \
	Source/C/bin/TianoCompress \
	Source/C/bin/VfrCompile \
	Source/C/bin/VolInfo \
	%{buildroot}%{_bindir}

ln -f %{buildroot}%{_bindir}/GnuGenBootSector \
	%{buildroot}%{_bindir}/GenBootSector

mkdir -p %{buildroot}%{_datadir}/%{name}
install \
        BuildEnv \
        %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}%{_datadir}/%{name}/Conf
install \
        Conf/build_rule.template \
        Conf/tools_def.template \
        Conf/target.template \
        %{buildroot}%{_datadir}/%{name}/Conf

mkdir -p %{buildroot}%{_datadir}/%{name}/Scripts

cp -R Source/Python %{buildroot}%{_datadir}/%{name}/Python

find %{buildroot}%{_datadir}/%{name}/Python -name "*.pyd" | xargs rm

for i in build BPDG Ecc GenDepex GenFds GenPatchPcdTable PatchPcdValue TargetTool Trim UPT; do
  echo '#!/bin/sh
PYTHONPATH=%{_datadir}/%{name}/Python
export PYTHONPATH
exec python '%{_datadir}/%{name}/Python/$i/$i.py' "$@"' > %{buildroot}%{_bindir}/$i
  chmod +x %{buildroot}%{_bindir}/$i
done

%files tools
%{_bindir}/BootSectImage
%{_bindir}/EfiLdrImage
%{_bindir}/EfiRom
%{_bindir}/GenBootSector
%{_bindir}/GenCrc32
%{_bindir}/GenFfs
%{_bindir}/GenFv
%{_bindir}/GenFw
%{_bindir}/GenPage
%{_bindir}/GenSec
%{_bindir}/GenVtf
%{_bindir}/GnuGenBootSector
%{_bindir}/LzmaCompress
%{_bindir}/LzmaF86Compress
%{_bindir}/Split
%{_bindir}/TianoCompress
%{_bindir}/VfrCompile
%{_bindir}/VolInfo
%{_datadir}/%{name}/BuildEnv
%{_datadir}/%{name}/Conf/
%{_datadir}/%{name}/Scripts/

%files tools-python
%{_bindir}/build
%{_bindir}/BPDG
%{_bindir}/Ecc
%{_bindir}/GenDepex
%{_bindir}/GenFds
%{_bindir}/GenPatchPcdTable
%{_bindir}/PatchPcdValue
%{_bindir}/TargetTool
%{_bindir}/Trim
%{_bindir}/UPT
%{_datadir}/%{name}/Python/

%files tools-doc
%doc UserManuals/BootSectImage_Utility_Man_Page.rtf
%doc UserManuals/Build_Utility_Man_Page.rtf
%doc UserManuals/EfiLdrImage_Utility_Man_Page.rtf
%doc UserManuals/EfiRom_Utility_Man_Page.rtf
%doc UserManuals/GenBootSector_Utility_Man_Page.rtf
%doc UserManuals/GenCrc32_Utility_Man_Page.rtf
%doc UserManuals/GenDepex_Utility_Man_Page.rtf
%doc UserManuals/GenFds_Utility_Man_Page.rtf
%doc UserManuals/GenFfs_Utility_Man_Page.rtf
%doc UserManuals/GenFv_Utility_Man_Page.rtf
%doc UserManuals/GenFw_Utility_Man_Page.rtf
%doc UserManuals/GenPage_Utility_Man_Page.rtf
%doc UserManuals/GenPatchPcdTable_Utility_Man_Page.rtf
%doc UserManuals/GenSec_Utility_Man_Page.rtf
%doc UserManuals/GenVtf_Utility_Man_Page.rtf
%doc UserManuals/LzmaCompress_Utility_Man_Page.rtf
%doc UserManuals/PatchPcdValue_Utility_Man_Page.rtf
%doc UserManuals/SplitFile_Utility_Man_Page.rtf
%doc UserManuals/TargetTool_Utility_Man_Page.rtf
%doc UserManuals/TianoCompress_Utility_Man_Page.rtf
%doc UserManuals/Trim_Utility_Man_Page.rtf
%doc UserManuals/VfrCompiler_Utility_Man_Page.rtf
%doc UserManuals/VolInfo_Utility_Man_Page.rtf

%changelog

* Fri Aug 07 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 20150807-1.svn18187
- (07cb0c9) Added the files (from Fedora + minor changes)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22521 |14mu|efibootmgr-0.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Interact with the EFI Boot Manager
Name:		efibootmgr
Version:	0.11.0
Release:	1
License:	GPL
Group:		System/Kernel and hardware
URL:		https://github.com/rhinstaller/%{name}/
Source0:	https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
Patch0:		efibootmgr-0.11.0-mbr-logical-partitions.patch
BuildRequires:	pciutils-devel
BuildRequires:	zlib-devel
BuildRequires:	efivar-devel
ExclusiveArch:	%{ix86} x86_64 ia64

%description
This is efibootmgr, a Linux user-space application to modify the Intel
Extensible Firmware Interface (EFI) Boot Manager. This application can
create and destroy boot entries, change the boot order, change the
next running boot option, and more.

Details on the EFI Boot Manager are available from the EFI
Specification, v1.02 or above, available from <http://developer.intel.com>.

Note: efibootmgr requires that the kernel module efivars be loaded
prior to use.  `modprobe efivars` should do the trick.

%prep
%setup -q
%apply_patches

%build
make

%install
mkdir -p %{buildroot}%{_sbindir}
install -m755 src/efibootmgr/efibootmgr %{buildroot}%{_sbindir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%doc doc/ChangeLog doc/TODO
%{_sbindir}/efibootmgr

%changelog
* Mon Feb 02 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 0.11.0-1
+ Revision: 5b20409
- Added support for MBR extended/logical partitions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22522 |14mu|efivar-0.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major           0
%define libname         %mklibname %{name} %{major}
%define develname       %mklibname -d %{name}

Name:           efivar
Version:        0.15
Release:        1
Summary:        Tools to manage UEFI variables
License:        LGPLv2.1
Group:          System/Kernel and hardware
URL:            https://github.com/vathpela/efivar
Source0:        https://github.com/vathpela/%{name}/archive/%{version}.tar.gz

Requires:       %{libname} = %{version}-%{release}
BuildRequires:  popt-devel

%description
efivar provides a simple command line interface to the UEFI variable facility.

%package -n %{libname}
Summary:        Library for the %name
Group:          System/Libraries

%description -n %{libname}
Library to allow for the simple manipulation of UEFI variables.

%package -n %{develname}
Summary:        Development files for %{name}
Group:          Development/C
Requires:       %{libname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -n %{name}-%{version}

%build
make libdir=%{_libdir} bindir=%{_bindir} OPT_FLAGS="$RPM_OPT_FLAGS"

%install
%makeinstall

%files
%doc COPYING README
%{_bindir}/efivar
%{_mandir}/man1/*

%files -n %{develname}
%{_mandir}/man3/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%changelog
* Thu Nov 06 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 0.15-1
+ Revision: efd2ee3
- Sync with upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22523 |14mu|ekiga-4.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define opal_version 3.10.10

%define kde_support 0
%{?_kde_support: %{expand: %%global kde_support 1}}

Summary:	Voice and Video over IP software (H323 / SIP)
Name:		ekiga
Version:	4.0.1
Release:	4
License:	GPLv2+
Group:		Video
URL:		http://www.ekiga.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/ekiga/4.0/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	scrollkeeper
BuildRequires:	xsltproc
BuildRequires:	gettext-devel

BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-icon-theme)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libebook-1.2)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(loudmouth-1.0)
BuildRequires:	pkgconfig(opal) >= %{opal_version}
Buildrequires:	pkgconfig(ptlib) >= 2.10.9
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(xv)
BuildRequires:	openldap-devel
BuildRequires:	boost-devel
%if %kde_support
BuildRequires:	kdelibs4-devel
%endif
%rename		gnomemeeting

Requires(post):		scrollkeeper >= 0.3
Requires(postun):	scrollkeeper >= 0.3
Requires:	pkgconfig(gnome-icon-theme)
Requires:	opal3 >= %{opal_version}
Requires:	evolution-data-server
Suggests:	yelp

%description
Ekiga is a tool to communicate with video and audio over the internet.
It uses both SIP and H323 protocol and is compatible with Microsoft Netmeeting.
It used to be called GnomeMeeting

%prep
%setup -q

%build
%if %kde_support
  QTDIR="/usr/lib/qt4" ; export QTDIR ; 
  PATH="/usr/lib/qt4/bin:$PATH" ; export PATH ; 
%endif
NOCONFIGURE=yes gnome-autogen.sh
%configure2_5x	\
%if %kde_support
	--enable-kde \
%endif
	--disable-schemas-install \
	--enable-dbus \
	--enable-loudmouth

make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications \
  %{buildroot}%{_datadir}/applications/*

%define launchers %{_sysconfdir}/dynamic/launchers/webcam
# dynamic support
mkdir -p %{buildroot}%{launchers}
cat > %{buildroot}%{launchers}/%{name}.desktop << EOF
[Desktop Entry]
Name=Ekiga \$devicename
Comment=Ekiga
TryExec=%{_bindir}/ekiga
Exec=%{_bindir}/ekiga
Terminal=false
Icon=ekiga
Type=Application
StartupNotify=true
EOF

rm -rf %{buildroot}/var/lib/scrollkeeper

%define schemas ekiga

%preun
if [ -r %{_sysconfdir}/gconf/schemas/gnomemeeting.schemas -a -x %{_bindir}/gconftool-2 ]; then
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gnomemeeting.schemas > /dev/null
  update-alternatives --remove webcam.kde.dynamic %{launchers}/gnomemeeting.desktop
  update-alternatives --remove webcam.gnome.dynamic %{launchers}/gnomemeeting.desktop
fi
%preun_uninstall_gconf_schemas %{schemas}

%postun
if [ "$1" = "0" ]; then
  update-alternatives --remove webcam.kde.dynamic %{launchers}/%{name}.desktop
  update-alternatives --remove webcam.gnome.dynamic %{launchers}/%{name}.desktop
fi

%files -f %{name}.lang
%doc README NEWS FAQ AUTHORS TODO
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/dbus-1/services/org.ekiga*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/sounds/*
%{_datadir}/icons/hicolor/*/apps/*
%{_mandir}/*/*
%{_sysconfdir}/gconf/schemas/*
%config(noreplace) %{launchers}/*.desktop



%changelog
* Mon Feb 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.0.1-4
+ Revision: a841af5
- Build with loudmouth



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22524 |14mu|emacs-25.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNU Emacs text editor with X11 support
Name:		emacs
Version:	25.3
Release:	1
License:	GPLv3+
Group:		Editors
Url:		http://www.gnu.org/software/emacs/
Source0:	http://ftp.gnu.org/gnu/emacs/%{name}-%{version}.tar.xz
Source2:	gnu-mini.png
Source3:	gnu-normal.png
Source4:	gnu-large.png
Source5:	emacs-config
Patch0:		emacs-25.0.92-infofix.patch
Patch1:		emacs-25.0.92-ispell-dictionaries-list-iso-8859-15.patch
Patch2:		emacs-25.0.92-lzma-support.patch
Patch3:		emacs-emacs-25.0.92-l10n.patch
BuildRequires:	texinfo
BuildRequires:	x11-server-common
BuildRequires:	jpeg-devel
BuildRequires:	giflib-devel
BuildRequires:	Xaw3d-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xpm)
Requires:	%{name}-common = %{EVRD}
Requires(post,preun):	update-alternatives
Provides:	emacs-bin
Provides:	emacs-gtk

%description
Emacs is a powerful, customizable, self-documenting, modeless text
editor. Emacs contains special code editing features, a scripting
language (elisp), and the capability to read mail, news, and more
without leaving the editor.

This package provides an emacs binary with support for X Windows.

%files
%doc src/COPYING
%{_bindir}/emacs-%{version}
%{_datadir}/applications/emacs.desktop
%{_iconsdir}/hicolor/*/apps/emacs*.png
%{_iconsdir}/hicolor/scalable/apps/emacs.svg
%{_iconsdir}/hicolor/scalable/mimetypes/emacs-document.svg
%{_iconsdir}/hicolor/scalable/mimetypes/emacs-document23.svg

%post
/usr/sbin/update-alternatives --install %{_bindir}/emacs emacs %{_bindir}/emacs-%{version} 21

%postun
[[ ! -f %{_bindir}/emacs-%{version} ]] && \
	/usr/sbin/update-alternatives --remove emacs %{_bindir}/emacs-%{version}|| :

#----------------------------------------------------------------------------

%package common
Summary:	Common files for GNU Emacs
Group:		Editors
Obsoletes:	emacs-cedet < 1.0-0.pre7
Provides:	emacs-cedet = 1.0-0.pre7
Obsoletes:	emacs-easypg < 1.0.0
Provides:	emacs-easypg = 1.0.0

%description common
Emacs is a powerful, customizable, self-documenting, modeless text
editor. Emacs contains special code editing features, a scripting
language (elisp), and the capability to read mail, news, and more
without leaving the editor.

This package contains all of the common files needed by emacs-snapshot
or emacs-snapshot-nox

%files common -f common-filelist
%doc BUGS README src/COPYING
%{_localstatedir}/lib/games/emacs/*
%dir %{_sysconfdir}/emacs/site-start.d
%dir %{_sysconfdir}/emacs
%config(noreplace) %{_sysconfdir}/emacs/site-start.el
%dir %{_datadir}/emacs
%dir %{_datadir}/emacs/site-lisp
%{_datadir}/emacs/%{version}/lisp/site-start.el
%attr(2755,root,mail) %{_libexecdir}/emacs/%{version}/%{_target_platform}/movemail
%attr(4755,games,root) %{_libexecdir}/emacs/%{version}/%{_target_platform}/update-game-score
%{_bindir}/emacsclient
%{_bindir}/%{name}-etags
%{_bindir}/ebrowse
%{_bindir}/gctags
%{_mandir}/*/*
%{_infodir}/*
%exclude %{_datadir}/emacs/%{version}/site-lisp/subdirs.el

%post common
/usr/sbin/update-alternatives --force --install %{_bindir}/etags etags %{_bindir}/%{name}-etags 1

%postun common
[[ ! -f %{_bindir}/%{name}-etags ]] && \
	/usr/sbin/update-alternatives --remove etags %{_bindir}/%{name}-etags || :    

#----------------------------------------------------------------------------

%package doc
Summary:	GNU Emacs documentation
Group:		Documentation
Requires:	%{name}-common = %{EVRD}

%description doc
Documentation for GNU Emacs.

%files doc -f doc-filelist
%doc src/COPYING

#----------------------------------------------------------------------------

%package el
Summary:	GNU Emacs Lisp source files
Group:		Editors
Requires:	%{name}-common = %{EVRD}

%description el
The emacs-snapshot-el package contains the emacs elisp sources for
many of the elisp programs included with the main Emacs text editor
package.

You need to install this package only if you intend to modify any of
the Emacs packages or see some elisp examples.

%files el -f el-filelist
%doc src/COPYING
%{_datadir}/emacs/%{version}/site-lisp/subdirs.el
%{_datadir}/emacs/site-lisp/subdirs.el
%{_datadir}/emacs/%{version}/lisp/leim/ja-dic/*.el.gz
%{_datadir}/emacs/%{version}/lisp/leim/quail/*.el.gz

#----------------------------------------------------------------------------

%package leim
Summary:	GNU Emacs Lisp code for international input methods
Group:		Editors
Requires:	%{name}-common = %{EVRD}

%description leim
This package contains Emacs Lisp code for input methods for various
international character scripts.

%files leim
%doc src/COPYING
%{_datadir}/appdata/emacs.appdata.xml
%{_datadir}/emacs/%{version}/lisp/leim/leim-list.el
%dir %{_datadir}/emacs/%{version}/lisp/leim/ja-dic
%{_datadir}/emacs/%{version}/lisp/leim/ja-dic/*.elc
%dir %{_datadir}/emacs/%{version}/lisp/leim/quail
%{_datadir}/emacs/%{version}/lisp/leim/quail/*.elc

#----------------------------------------------------------------------------

%package nox
Summary:	GNU Emacs text editor without support for X11
Group:		Editors
Requires:	%{name}-common = %{EVRD}
Provides:	emacs-bin
Requires(post,preun):	update-alternatives

%description nox
Emacs is a powerful, customizable, self-documenting, modeless text
editor. Emacs contains special code editing features, a scripting
language (elisp), and the capability to read mail, news, and more
without leaving the editor.

This package provides an emacs binary with no X Windows support for
running on a terminal.

%files nox
%doc src/COPYING
%{_bindir}/emacs-nox

%post nox
update-alternatives --install %{_bindir}/emacs emacs %{_bindir}/emacs-nox 10

[[ ! -f %{_bindir}/emacs ]] && update-alternatives --auto emacs
:

%postun nox
[[ ! -f %{_bindir}/emacs-nox ]] && \
	/usr/sbin/update-alternatives --remove emacs %{_bindir}/emacs-nox
:

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
autoreconf -fi -I m4
PUREDEF="-DNCURSES_OSPEED_T"
XPUREDEF="-DNCURSES_OSPEED_T"

export CFLAGS="%{optflags} $PUREDEF -fno-zero-initialized-in-bss"

%configure2_5x\
	--with-x=no\
	--localstatedir=%{_localstatedir}/lib
%make bootstrap

%make distclean
# Build binary without X support
%configure2_5x\
	--with-x=no\
	--localstatedir=%{_localstatedir}/lib
%make
mv src/emacs src/nox-emacs

%make distclean
# Build binary with X support
%configure2_5x\
	--with-x-toolkit\
	--localstatedir=%{_localstatedir}/lib
%make

%install
mkdir -p %{buildroot}/usr

PATH=$PATH:/sbin
ARCHDIR=%{_target_platform}
%old_makeinstall sharedstatedir=%{buildroot}/var/lib localstatedir=%{buildroot}/var/lib

rm -f %{buildroot}%{_bindir}/emacs
rm -f %{buildroot}%{_infodir}/dir

# remove sun specific stuff
rm -f %{buildroot}%{_datadir}/emacs/%{version}/etc/{emacstool.1,emacs.1,ctags.1,etags.1,sex.6}

# rename ctags to gctags
mv %{buildroot}%{_mandir}/man1/ctags.1.gz %{buildroot}%{_mandir}/man1/gctags.1.gz
mv %{buildroot}%{_bindir}/ctags %{buildroot}%{_bindir}/gctags
mv -f %{buildroot}%{_bindir}/{etags,emacs-etags}

# is that needed?
install -d %{buildroot}%{_libdir}/emacs/site-lisp

mkdir -p %{buildroot}%{_sysconfdir}/emacs
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/emacs/site-start.el
(cd %{buildroot}%{_datadir}/emacs/%{version}/lisp; ln -s ../../../../..%{_sysconfdir}/emacs/site-start.el site-start.el)

install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d

install -m755 src/nox-emacs %{buildroot}%{_bindir}/emacs-nox
chmod -t %{buildroot}%{_bindir}/emacs*

#
# emacs-doc file list
#
# 3.22MB of docs from emacs-common to emacs-doc to reduce size (tutorials, news, postscript files, ...)
# NB: etc/ps-prin{0,1}.ps are needed by ps-print
find %{buildroot}%{_datadir}/emacs/%{version}/etc/ -type f | \
	grep -E 'TUTORIAL\.|NEWS|ONEWS|.ps$'|grep -F -v /etc/ps-prin | \
	sed "s^%{buildroot}^^" > doc-filelist

#
# emacs-el file list
#

# take every .el and .el.gz which have a corresponding .elc
find %{buildroot}%{_datadir}/emacs -name '*.el' -o -name '*.el.gz' | \
	grep -v /leim/ | while read I; do
	f=`basename $I .gz`
	f=`basename $f .el`
	if [ -e `dirname $I`/$f.elc ]; then
		echo $I | sed "s^%{buildroot}^^"
	fi
done > el-filelist

#
# emacs-common file list
#
# everything not in previous filelists, and remove a few things listed in %%files
find %{buildroot}%{_datadir}/emacs/%{version} -type f -print -o -type d -printf "%%%%dir %%p\n" | \
	grep -v /leim/ | sed "s^%{buildroot}^^" > common-filelist.raw
while read I; do
	grep -qxF $I doc-filelist el-filelist || echo $I
done < common-filelist.raw > common-filelist

find %{buildroot}%{_libdir}/emacs -type f -print -o -type d -printf "%%%%dir %%p\n" | \
	grep -E -v 'movemail$|update-game-score$' | sed "s^%{buildroot}^^" >> common-filelist

# this conflicts with the info package
rm -f %{buildroot}%{_infodir}/info.info.gz

have_info_files=$(echo $(ls %{buildroot}%{_infodir} | sed -e 's/\.info\.gz$//' | grep -E -v -- '-[0-9]+$' | LC_ALL=C sort))

%define info_files ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido mairix-el message mh-e newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp url vhdl-mode vip viper widget wisent woman
[ "$have_info_files" = "%{info_files}" ] || {
	echo "you must modify the spec file, %%info_files should be: $have_info_files"
	exit 1
}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22525 |14mu|emacs-auctex-11.89-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname auctex

Summary:	Enhanced LaTeX mode for GNU Emacs
Name:		emacs-auctex
Version:	11.89
Release:	2
License:	GPLv3+
Group:		Editors
Url:		http://www.gnu.org/software/auctex/
Source0:	http://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz
BuildRequires:	emacs
BuildRequires:	tetex-dvips
BuildRequires:	tetex-latex
BuildRequires:	texlive-dehyph-exptl
Requires:	emacs
Requires:	tetex-latex
BuildArch:	noarch

%description
AUCTeX is a comprehensive customizable integrated environment for
writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX using
GNU Emacs.

%files
%doc RELEASE COPYING INSTALL README TODO FAQ CHANGES
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/%{rname}*
%{_datadir}/emacs/site-lisp/%{rname}
%{_datadir}/emacs/site-lisp/auctex.el
%{_datadir}/emacs/site-lisp/preview-latex.el
%{_datadir}/emacs/site-lisp/tex-site.el
%{_datadir}/texmf-dist/tex/latex/preview
%{_infodir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{rname}-%{version}

%build
%configure --with-emacs
%make

%install
install -d %{buildroot}{%{_datadir}/emacs/site-lisp/site-start.d,%{_infodir}}
%makeinstall autodir=%{buildroot}/var/lib/auctex

# This is already in tetex-latex:
rm -rf %{buildroot}%{_datadir}/texmf/tex/latex/preview
# What's this for?
rm -rf %{buildroot}/var/lib/auctex
# Don't install reference card:
rm -rf %{buildroot}%{_datadir}/doc/auctex

#sed -i -e "s|%{buildroot}||" %{buildroot}/%{_datadir}/emacs/site-lisp/tex-site.el
install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
echo "(if (string-match \"GNU Emacs\" (version)) (require 'tex-site))" >> %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{rname}.el

%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 11.89-2
- (b5c82db) Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22526 |14mu|empathy-3.12.11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	A IM client based on Telepathy framework
Name:		empathy
Version:	3.12.11
Release:	2
License:	LGPLv2+
Group:		Networking/Instant messaging
URL:		http://live.gnome.org/Empathy
Source0:	http://ftp.gnome.org/pub/GNOME/sources/empathy/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	glib2.0-common >= 2.36.2
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	iso-codes
BuildRequires:	pkgconfig(champlain-0.12)
BuildRequires:	pkgconfig(champlain-gtk-0.12)
BuildRequires:	pkgconfig(cheese-gtk)
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(clutter-gst-1.0)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(evolution-data-server-1.2)
BuildRequires:	pkgconfig(farstream-0.2)
BuildRequires:	pkgconfig(folks)
BuildRequires:	pkgconfig(gcr-3)
BuildRequires:	pkgconfig(geoclue)
BuildRequires:	pkgconfig(geocode-glib-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-keybindings)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(goa-1.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.2
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libpulse-mainloop-glib)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mission-control-plugins)
BuildRequires:	pkgconfig(pixman-1)
#BuildRequires:	pkgconfig(telepathy-farsight)
BuildRequires:	pkgconfig(telepathy-farstream)
BuildRequires:	pkgconfig(telepathy-glib)
BuildRequires:	pkgconfig(telepathy-logger-0.2)
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(libsecret-1)

Requires:	folks

# anything in _datadir/glib-2.0/schemas/org.gnome.*.gschema.xml
Requires:	gsettings-desktop-schemas
Requires:	telepathy-mission-control >= 5
# jabber by default, unless someone has a better idea
Requires:	telepathy-gabble
# MD after removing dep loop in telepathy-logger
Requires:	telepathy-logger
# Spell check support
Requires:	iso-codes
# needed by MSN
Suggests:	telepathy-butterfly
# various protocol provided by libpurple
Suggests:	telepathy-haze
# needed for local XMPP
Suggests:	telepathy-salut
# needed for irc
Suggests:	telepathy-idle
# needed for voip
Suggests:	gstreamer1.0-farsight2
Suggests:	nautilus-sendto

%description
Empathy consists of a rich set of reusable instant messaging widgets, as
well as a GNOME client that uses those widgets.

Empathy uses Telepathy and Nokia's Mission Control, and reuses Gossip's
UI. Its main goal is to integrate instant messaging with the desktop by
providing libempathy and libempathy-gtk libraries, a set of widgets that
can be embeded into any GNOME application.

%prep
%setup -q
%apply_patches

%build
%configure2_5x  \
	--disable-static \
	--enable-empathy-av=yes

%make

%install
%makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc README ChangeLog AUTHORS
%{_datadir}/icons/*/*/*/*
%{_datadir}/dbus-1/services/*
%{_bindir}/*
%{_libdir}/mission-control-plugins.0/mcp-account-manager-goa.so
%{_libdir}/%{name}/*.so
%{_libexecdir}/empathy-auth-client
%{_libexecdir}/empathy-call
%{_libexecdir}/empathy-chat
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/*
%{_datadir}/adium/message-styles/*
%{_datadir}/GConf/gsettings/empathy.convert
%{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.telepathy-account-widgets.gschema.xml
%{_datadir}/telepathy/clients/Empathy.Auth.client
%{_datadir}/telepathy/clients/Empathy.Call.client
%{_datadir}/telepathy/clients/Empathy.Chat.client
%{_datadir}/telepathy/clients/Empathy.FileTransfer.client
%{_datadir}/appdata/empathy.appdata.xml
%{_mandir}/man1/*


%changelog

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 3.12.11-2
- (122750d) Build with new farstream

* Thu Dec 10 2015 Tigro <ashejn@gmail.com> 3.12.11-1
- (54e7fb0) update to 3.12.11

* Wed May 13 2015 Tigro <ashejn@yandex-team.ru> 3.12.10-1
- (41af2ee) anothe icon path
- (Tigro: e9dae3e) update to 3.12.10

* Thu Apr 16 2015 Tigro <ashejn@yandex-team.ru> 3.12.9-1
- (e8781a6) update to 3.12.9

* Tue Mar 17 2015 Tigro <ashejn@yandex-team.ru> 3.12.8-1
- (d7d21c5) update to 3.12.8

* Thu Dec 11 2014 Tigro <ashejn@gmail.com> 3.12.7-1
- (f47e4b0) update to 3.12.7

* Fri Sep 12 2014 Tigro <ashejn@gmail.com> 3.12.6-1
- (97648cc) update to 3.12.6

* Mon Aug 25 2014 Tigro <ashejn@gmail.com> 3.12.5-1
- (d81a163) update to 3.12.5

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.3-2
- (7555364) MassBuild#440: Increase release tag

* Mon Jun 16 2014 Tigro <ashejn@gmail.com> 3.12.3-1
- (adf799a) update to 3.12.3

* Fri May 16 2014 Tigro <ashejn@gmail.com> 3.12.2-1
- (b8ae4f8) update to 3.12.2

* Wed May 07 2014 Tigro <ashejn@gmail.com> 3.12.1-1
- (7575251) pack some files
- (Tigro: f40a9dc) added BR: geocode-glib-1.0
- (Tigro: 26023b9) update to 3.12.1

* Tue Dec 10 2013 Tigro <ashejn@gmail.com> 3.8.4-2
- (d59c207) drop packed file as it
- (Tigro: e6c4887) drop obsolete depend

* Mon Oct 14 2013 Tigro <ashejn@gmail.com> 3.8.4-1
- (bd3c5b2) update to 3.8.4

* Thu Jun 20 2013 root <root@localhost.localdomain> 3.8.3-1
- (37d43b4) sync to gnome38 branch

* Wed Mar 20 2013 Arkady Shane <ashejn@gmail.com> 3.6.4-1
- (435bf22) update to 3.6.4

* Fri Nov 23 2012 Alexander Khryukin <alexander@mezon.ru> 3.6.2-1
- (bfdc71a) version update 3.6.2
- (Arkady Shane: 1a368f8) update to 3.6.2

* Thu Oct 25 2012 Arkady Shane <ashejn@gmail.com> 3.6.1-1
- (6547499) update to 3.6.1

* Tue Oct 09 2012 Arkady Shane <ashejn@gmail.com> 3.6.0.3-1
- (9c797c2) update to 3.6.0.3

* Tue Oct 09 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 3.6.0.1-2
- (75623b0) added R: folks

* Fri Oct 05 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 3.6.0.1-1
- (9b56a28) update to 3.6.0.1

* Thu Sep 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.4.2.3-1
- (b8fcf5a) LOG New version 3.4.2.3 (sync with Cooker), try to build without obsolete telepathy-farsight

* Tue Sep 04 2012 dsilakov <denis.silakov@rosalab.ru> 2.34.0-6
- (bbf8458) Fix gnome-doc-utils BR
- (Andrew Lukoshko: 326b83c) telepathy-glib 0.15 compat patch

* Thu May 03 2012 Andrew Lukoshko <andrew.lukoshko@rosalab.ru> 2.34.0-5
- (6b2817e) fix BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22527 |14mu|eog-3.16.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define gi_major 3.0
%define girname %mklibname %{name}-gir %{gi_major}

Summary:	The Eye of GNOME image viewer
Name:		eog
Version:	3.16.2
Release:	3
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/projects/eog/
Source0: 	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		eog-3.19.4-CVE-2013-7447.patch
Patch1:		eog-3.19.4-CVE-2016-6855.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool >= 0.40.0 itstool
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(exempi-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-icon-theme)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libpeas-gtk-1.0)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(shared-mime-info)
BuildRequires:	pkgconfig(x11)
Requires:	librsvg
Requires:	gnome-icon-theme
Requires:	typelib(Peas)

%description
This is the Eye of Gnome, an image viewer program. It is meant
to be a fast and functional image viewer as well as an image
cataloging program. It does proper handling of large images and
images with full opacity information, and can zoom and scroll
images quickly while keeping  memory usage constant.

%package -n %{girname}
Summary:	GObject Introspection interface description for %name
Group:		System/Libraries
Requires:	%{name} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %name.

%package devel
Group:		Development/C
Summary:	C headers needed to build EOG plugins
Requires:	%{girname} = %{version}-%{release}

%description devel
This is the Eye of Gnome, an image viewer program. It is meant
to be a fast and functional image viewer as well as an image
cataloging program. It does proper handling of large images and
images with full opacity information, and can zoom and scroll
images quickly while keeping  memory usage constant.

Install this if you want to build EOG plugins.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-introspection=yes \
	--disable-schemas-compile \
	--disable-scrollkeeper
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
	--add-category=Graphics \
	--add-category=2DGraphics \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name} --with-gnome

find %{buildroot} -name *.la -delete

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/*
%dir %{_libdir}/eog
%dir %{_libdir}/eog/plugins
%{_libdir}/eog/plugins/fullscreen.plugin
%{_libdir}/eog/plugins/reload.plugin
%{_libdir}/eog/plugins/statusbar-date.plugin
%{_libdir}/eog/plugins/*.so*
%{_libdir}/eog/*.so
%{_datadir}/GConf/gsettings/eog.convert
%{_datadir}/glib-2.0/schemas/org.gnome.eog.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.eog.gschema.xml
%{_datadir}/applications/*
%{_datadir}/eog
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/appdata/eog.appdata.xml

%files -n %{girname}
%{_libdir}/eog/girepository-1.0/Eog-%{gi_major}.typelib

%files devel
%doc %{_datadir}/gtk-doc/html/eog
%{_includedir}/eog-3.0
%{_libdir}/pkgconfig/eog.pc

%changelog

* Fri Oct 14 2016 Denis Silakov <dsilakov@gmail.com> 3.16.2-3
- (4b45793) Fix CVE-2016-6855



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22528 |14mu|eog-plugins-3.16.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Plugins for the Eye of GNOME image viewer

Name:		eog-plugins
Version:	3.16.0
Release:	3
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org/projects/eog/
Source0: 	https://download.gnome.org/sources/eog-plugins/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(champlain-0.12)
BuildRequires:	pkgconfig(eog)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libpeas-gtk-1.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libgdata)

Requires:	eog

%description
This is the Eye of Gnome, an image viewer program. It is meant
to be a fast and functional image viewer as well as an image
cataloging program. It does proper handling of large images and
images with full opacity information, and can zoom and scroll
images quickly while keeping  memory usage constant.

This package contains additional plugins for EOG:
- Map
- Exif display
- Zoom to fit image width
- Flickr Uploader
- PicasaWeb Uploader
- Python Console
- Send By Mail
- Slideshow Shuffle

%files -f %{name}.lang
%doc AUTHORS NEWS README
# %{_datadir}/eog/plugins/*
# %{_libdir}/eog/plugins/*
%{_datadir}/glib-2.0/schemas/*.xml
%{_libdir}/eog/plugins/exif-display.plugin
%{_libdir}/eog/plugins/fit-to-width.plugin
%{_libdir}/eog/plugins/hide-titlebar.plugin
%{_libdir}/eog/plugins/libexif-display.so
%{_libdir}/eog/plugins/libfit-to-width.so
%{_libdir}/eog/plugins/libhide-titlebar.so
%{_libdir}/eog/plugins/liblight-theme.so
%{_libdir}/eog/plugins/libmap.so
%{_libdir}/eog/plugins/libpostasa.so
%{_libdir}/eog/plugins/libsend-by-mail.so
%{_libdir}/eog/plugins/light-theme.plugin
%{_libdir}/eog/plugins/map.plugin
%{_libdir}/eog/plugins/postasa.plugin
%{_libdir}/eog/plugins/send-by-mail.plugin
%{_datadir}/appdata/eog-exif-display.metainfo.xml
%{_datadir}/appdata/eog-fit-to-width.metainfo.xml
%{_datadir}/appdata/eog-hide-titlebar.metainfo.xml
%{_datadir}/appdata/eog-light-theme.metainfo.xml
%{_datadir}/appdata/eog-map.metainfo.xml
%{_datadir}/appdata/eog-postasa.metainfo.xml
%{_datadir}/appdata/eog-send-by-mail.metainfo.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%changelog

* Tue Jul 28 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-3
- (b28c223) rebuilt against new libgdata



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22529 |14mu|epiphany-3.16.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 3.16

Summary:	GNOME web browser based on the webkit rendering engine
Name:		epiphany
Version:	3.16.3
Release:	1
License:	GPLv2+ and GFDL
Group:		Networking/WWW
URL:		http://www.gnome.org/projects/epiphany/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/epiphany/%{url_ver}/%{name}-%{version}.tar.xz
# (fc) 1.4.6-2mdk default bookmarks
#Patch2:		epiphany-defaultbookmarks.patch
# (fc) 1.8.5-4mdk set urpmi and bundles mimetypes as safe (Mdk bug #21892)
Patch3:		epiphany-1.8.5-urpmi.patch

BuildRequires:	desktop-file-utils
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	imagemagick
BuildRequires:	intltool itstool
BuildRequires:	rootcerts
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-gobject)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	gnome-doc-utils-devel
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libsoup-gnome-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(seed)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(webkit2gtk-4.0) >= 2.7.91
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(libwnck-3.0)
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	pkgconfig(gcr-3)

#gw for the index themes
Requires:	dbus-x11
Requires:	enchant
Requires:	gnome-themes
Requires:	gnome-doc-utils >= 0.3.2
Requires:	indexhtml
Requires:	iso-codes

%description
Epiphany is a GNOME web browser based on the webkit rendering engine.
The name meaning: "An intuitive grasp of reality through something 
(as an event) usually simple and striking"

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--with-distributor-name=%{vendor} \
	--disable-scrollkeeper

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std
%find_lang %{name} --with-gnome --all-name

mkdir -p  %{buildroot}%{_libdir}/epiphany/%{api}/extensions

#gw these are useless
rm -f %{buildroot}%{_datadir}/icons/LowContrastLargePrint/*/apps/*

%post
if [ "$1" = "2" ]; then
	update-alternatives --remove webclient-gnome %{_bindir}/epiphany
	update-alternatives --remove webclient-kde %{_bindir}/epiphany
fi

%files -f %{name}.lang
%doc COPYING.README COPYING README TODO NEWS
%{_bindir}/*
%dir %{_libdir}/epiphany
%dir %{_libdir}/epiphany/%{api}/
%dir %{_libdir}/epiphany/%{api}/extensions
%{_datadir}/applications/*
%{_datadir}/dbus-1/services/org.gnome.Epiphany.service
%{_datadir}/epiphany
%{_datadir}/GConf/gsettings/epiphany.convert
%{_datadir}/glib-2.0/schemas/org.gnome.Epiphany.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml
%{_mandir}/man1/%{name}.1*
%{_libexecdir}/epiphany-search-provider
%{_libdir}/epiphany/%{api}/web-extensions/libephywebextension.so
%{_datadir}/appdata/epiphany.appdata.xml
%{_datadir}/gnome-shell/search-providers/epiphany-search-provider.ini

%changelog

* Fri Jul 10 2015 Tigro <ashejn@yandex-team.ru> 3.16.3-1
- (49e4b75) update 3.16.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22530 |14mu|espeak-1.48.04-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 1
%define	libname %mklibname %{name} %{major}
%define	libnamedev %mklibname -d %{name}

# No sources get installed
%define	debug_package %{nil}

#disable autorequires on portaudio since we build with portaudio0
#define _requires_exceptions devel(libportaudio

Summary:	Text to speech synthesis engine
Name:		espeak
Version:	1.48.04
Release:	2
License:	GPLv3+
Group:		Sound
Url:		http://espeak.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}/%{name}-%{version}-source.zip
Source1:	%{name}.1
Source2:	http://espeak.sourceforge.net/data/ru_dict-46.zip
Source3:	zhy_dict-46.zip
Source4:	zh_dict-46.zip
#Patch0: espeak-1.39-ldflags.patch
#gw from Fedora: make it work with pulseaudio enabled or disabled
Patch2:		%{name}-1.46.02-runtime-detection.patch
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(libpulse)
Requires:	sox

%description
A compact open source software speech synthesizer for English and other
languages. eSpeak produces good quality English speech. It uses a different
synthesis method from other open source TTS engines, and sounds quite
different. It's perhaps not as natural or "smooth", but I find the
articulation clearer and easier to listen to for long periods.

%files
%doc ReadMe ChangeLog.txt docs
%{_bindir}/%{name}
%{_datadir}/%{name}-data
%{_mandir}/man1/%{name}.1*

%pretrans
# Replace folder from earlier versions with a file
[[ -d /usr/share/espeak-data/voices/en ]] && rm -rf /usr/share/espeak-data/voices/en

#-----------------------------------------------------------------------------

%package -n %{libname}
Group: System/Libraries
Summary: Text to speech library
Requires: %{name} >= %{version}

%description -n %{libname}
A compact open source software speech synthesizer for English and other
languages. eSpeak produces good quality English speech. It uses a different
synthesis method from other open source TTS engines, and sounds quite
different. It's perhaps not as natural or "smooth", but I find the
articulation clearer and easier to listen to for long periods.

%files -n %{libname}
%doc ReadMe ChangeLog.txt
%{_libdir}/libespeak.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{libnamedev}
Group:		Development/C++
Summary:	Text to speech library
Requires:	%{libname} = %{version}-%{release}
Provides:	libespeak-devel = %{version}-%{release}
%rename		%{_lib}espeak1-devel

%description -n %{libnamedev}
A compact open source software speech synthesizer for English and other
languages. eSpeak produces good quality English speech. It uses a different
synthesis method from other open source TTS engines, and sounds quite
different. It's perhaps not as natural or "smooth", but I find the
articulation clearer and easier to listen to for long periods.

%files -n %{libnamedev}
%doc ReadMe ChangeLog.txt
%{_includedir}/%{name}
%{_libdir}/libespeak.so
#{_libdir}/libespeak.a

#-----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-source
#%%patch0 -p0
%patch2 -p1
# Fix wrong perms
chmod 644 ReadMe *.txt
chmod 644 docs/*.html
chmod 644 docs/*.h

rm -f src/portaudio.h
rm -f espeak-data/ru_dict
rm -f espeak-data/zh_dict
rm -f espeak-data/zhy_dict
cd espeak-data
unzip %{SOURCE2}
unzip %{SOURCE3}
unzip %{SOURCE4}


%build
cd src
%make


%install
cd src
%makeinstall_std LIBDIR=%{_libdir} DATADIR=%{_datadir}/%{name}-data

install -m 644 -D %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1

# We don't want .a files
rm -f %{buildroot}%{_libdir}/libespeak.a

# Fix wrong perms
chmod -x %{buildroot}%{_datadir}/%{name}-data/voices/{de,default,en,en-us,es-la,fr,pt}
chmod -x %{buildroot}%{_datadir}/%{name}-data/voices/!v/*
chmod -x %{buildroot}%{_datadir}/%{name}-data/voices/{asia,europe,mb,other,test}/*

%changelog

* Sat Jan 30 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.48.04-2
- (ca8fb89) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22531 |14mu|ethstatus-0.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Console-based ethernet statistics monitor
Name:		ethstatus
Version:	0.4.3
Release:	3
License:	GPLv2+
Group:		Monitoring
Url:		http://packages.debian.org/stable/net/ethstatus
Source0:	http://ftp.de.debian.org/debian/pool/main/e/%{name}/%{name}_%{version}.tar.gz
BuildRequires:	pkgconfig(ncurses)

%description
EthStatus is a simple, easy to use program for displaying commonly 
needed / wanted statistics in real time about ingoing and outgoing
traffic that is usually hard to find, with a simple, efficient
interface.

%files
%doc CHANGELOG COPYRIGHT README THANKS
%{_bindir}/%{name}
%{_mandir}/man*/%{name}*.*

#----------------------------------------------------------------------------

%prep
%setup -q


%build
%make CFLAGS="%{optflags}"

%install
install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dp -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.3-3
- (a5fa713) Build with system optflags
- (a5fa713) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22532 |14mu|evilwm-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	A minimalist window manager for the X Window System
Name:		evilwm
Version:	1.1.1
Release:	1
License:	Public Domain
Group:		Graphical desktop/Other
Url:		http://evilwm.sourceforge.net/
Source0:	http://www.6809.org.uk/evilwm/%{name}-%{version}.tar.gz

BuildRequires:	lesstif-devel 
BuildRequires:	nas-devel 
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrandr)

%description
evilwm is a minimalist window manager for the X Window System.

The name evil came from Stuart 'Stuii' Ford, who thinks that any software
I use must be evil and masochistic.  In reality, this window manager is
clean and easy to use.

FEATURES

 * No window decorations apart from a simple 1 pixel border.
 * No icons.
 * Good keyboard control, including repositioning and maximise toggles.
 * Solid window drags (compile time option - may be slow on old machines).
 * Virtual desktops.
 * Small binary size (even with everything turned on).

%prep
%setup -q
sed -i -e 's!^#DEFINES.*-DVDESK.*!DEFINES += -DVDESK!' Makefile

%build
%make CC="gcc %{optflags}" LDPATH="-L%{_prefix}/X11R6/%{_lib}"

%install
%makeinstall_std

# startfile
cat > %{buildroot}%{_bindir}/start%{name} << EOF
#!/bin/sh
exec %{_bindir}/%{name}
EOF

# session file
install -d %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/16%{name} << EOF
NAME=%{name}
EXEC=%{_bindir}/start%{name}
DESC=%{name} window manager
SCRIPT:
exec %{_bindir}/start%{name}
EOF

%files
%doc README ChangeLog TODO
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/16%{name}
%{_bindir}/start%{name}
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*

%changelog

* Sun Jan 03 2016 dsilakov <denis.silakov@rosalab.ru> 1.1.1-1
- (3cc9d8e) Merge pull request #1 from import/evilwm:auto_update
- (3cc9d8e) Updated to 1.1.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22533 |14mu|evince-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_dvi 1

%define major			4
%define major_evdocument	4
%define major_evview		3
%define api			3.0
%define gir_major		3.0
%define devname			%mklibname -d %{name}
%define libname_evdocument	%mklibname evdocument 3 %{major_evdocument}
%define libname_evview		%mklibname evview 3 %{major_evview}

%define girname			%mklibname %{name}-gir %{gir_major}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	GNOME Document viewer
Name:		evince
Version:	3.16.1
Release:	1
License:	GPLv2+ and GFDL+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

# fix https://bugzilla.gnome.org/show_bug.cgi?id=710681 
Patch0:         710681.patch
Patch1:         710681_2.patch
Patch2:         710681_3.patch

BuildRequires:	pkgconfig(cairo) >= 1.10.0
BuildRequires:	pkgconfig(cairo-pdf)
BuildRequires:	pkgconfig(cairo-ps)
BuildRequires:	pkgconfig(libsecret-1)
BuildRequires:	pkgconfig(ddjvuapi) >= 3.5.17
BuildRequires:	pkgconfig(gail-3.0) >= 3.0.2
BuildRequires:	pkgconfig(gio-2.0) >= 2.31.0
BuildRequires:	pkgconfig(adwaita-icon-theme) >= 2.17.1
BuildRequires:	pkgconfig(gnome-keyring-1) >= 2.22.0
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.2
BuildRequires:	pkgconfig(gtk+-unix-print-3.0) >= 3.0.2
BuildRequires:	pkgconfig(gtk+-x11-3.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libgxps) >= 0.2.0
BuildRequires:	pkgconfig(libnautilus-extension) >= 2.91.4
BuildRequires:	pkgconfig(libspectre) >= 0.2.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.5.0
BuildRequires:	pkgconfig(poppler-glib) >= 0.24.0
BuildRequires:	pkgconfig(sm) >= 1.0.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(adwaita-icon-theme)
BuildRequires:	tiff-devel
BuildRequires:	ghostscript kpathsea-devel
BuildRequires:	intltool itstool
#gw if we run autoconf
BuildRequires:	gnome-icon-theme
BuildRequires:  desktop-file-utils
BuildRequires:	gtk-doc
Requires:	ghostscript
Requires:	ghostscript-module-X
Requires:	gnome-icon-theme-symbolic

%description
Evince is the GNOME Document viewer.
It supports PDF, PostScript and other formats.
To view .dvi files as produced by TeX in evince,
install the %{name}-dvi package.

%if %{build_dvi}
%package dvi
Summary:	TeX DVI document support for evince
Group:		Graphical desktop/GNOME
BuildRequires:	kpathsea-devel
#gw just like xdvi, needed for rendering the fonts
Requires:	texlive-xdvi
Requires:	%{name} = %{version}-%{release}

%description dvi
This package adds support for displaying .dvi files to evince.
These files are 
produced by TeX, often using
a macro package like LaTeX.
%endif

%package browser-plugin
Summary:	Evince web browser plugin
Group:		Graphical desktop/GNOME
Requires: 	%{name} = %{version}-%{release}

%description browser-plugin
This package contains the evince web browser plugin.

%package -n %{libname_evdocument}
Group:		System/Libraries
Summary:	GNOME Document viewer library
Obsoletes:	%{mklibname %{name} 3} < 3.3.92

%description -n %{libname_evdocument}
This is the GNOME Document viewer library, the shared parts of evince.

%package -n %{libname_evview}
Group:		System/Libraries
Summary:	GNOME Document viewer library

%description -n %{libname_evview}
This is the GNOME Document viewer library, the shared parts of evince.

%package -n %{devname}
Group:		Development/C
Summary:	GNOME Document viewer library
Requires:	%{libname_evdocument} = %{version}-%{release}
Requires:	%{libname_evview} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This is the GNOME Document viewer library, the shared parts of evince.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname_evdocument} = %{version}-%{release}
Requires:	%{libname_evview} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-tiff \
	--enable-djvu \
	--enable-comics \
%if %{build_dvi}
	--enable-dvi \
%endif
	--enable-gtk-doc=no \
	--enable-introspection \
	--disable-static \
	--disable-scrollkeeper \
	--disable-schemas-compile

%make

%install
%makeinstall_std

desktop-file-install --delete-original --vendor="" \
  --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
  --remove-category=Application \
  --remove-key=NoDisplay \
  $RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop

%find_lang %{name} --with-gnome

find %{buildroot} -name *.la -delete

%files -f %name.lang
%doc NEWS AUTHORS TODO
%{_bindir}/*
%{_datadir}/evince
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/evince*
%{_datadir}/glib-2.0/schemas/org.gnome.Evince.gschema.xml
%{_datadir}/GConf/gsettings/evince.convert
%{_mandir}/man1/evince.1*
%{_libdir}/nautilus/extensions-3.0/libevince*so*
%dir %{_libdir}/evince/%{major}/
%dir %{_libdir}/evince/%{major}/backends
%{_libdir}/evince/%{major}/backends/libcomicsdocument.so
%{_libdir}/evince/%{major}/backends/comicsdocument.evince-backend
%{_libdir}/evince/%{major}/backends/libdjvudocument.so
%{_libdir}/evince/%{major}/backends/djvudocument.evince-backend
%{_libdir}/evince/%{major}/backends/libpdfdocument.so
%{_libdir}/evince/%{major}/backends/pdfdocument.evince-backend
%{_libdir}/evince/%{major}/backends/libpsdocument.so
%{_libdir}/evince/%{major}/backends/psdocument.evince-backend
%{_libdir}/evince/%{major}/backends/libtiffdocument.so
%{_libdir}/evince/%{major}/backends/tiffdocument.evince-backend
%{_libdir}/evince/%{major}/backends/libxpsdocument.so
%{_libdir}/evince/%{major}/backends/xpsdocument.evince-backend
%{_libexecdir}/evinced
%{_datadir}/dbus-1/services/org.gnome.evince.Daemon.service
%{_datadir}/thumbnailers/evince.thumbnailer
%{_datadir}/appdata/*.xml

%if %{build_dvi}
%files dvi
%{_libdir}/evince/%{major}/backends/libdvidocument.so
%{_libdir}/evince/%{major}/backends/dvidocument.evince-backend
%endif

%files -n %{libname_evdocument}
%{_libdir}/libevdocument3.so.%{major_evdocument}*

%files -n %{libname_evview}
%{_libdir}/libevview3.so.%{major_evview}*

%files -n %{girname}
%{_libdir}/girepository-1.0/EvinceDocument-%{gir_major}.typelib
%{_libdir}/girepository-1.0/EvinceView-%{gir_major}.typelib

%files -n %{devname}
%doc ChangeLog
%{_datadir}/gtk-doc/html/*
%{_libdir}/libevdocument3.so
%{_libdir}/libevview3.so
%{_libdir}/pkgconfig/evince*pc
%{_includedir}/evince*
%{_datadir}/gir-1.0/EvinceDocument-%{gir_major}.gir
%{_datadir}/gir-1.0/EvinceView-%{gir_major}.gir

%files browser-plugin
%{_libdir}/mozilla/plugins/libevbrowserplugin.so

%changelog

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (d363558) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22534 |14mu|evolution-3.16.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	Integrated GNOME mail client, calendar and address book
Name:		evolution
Version:	3.16.4
Release:	2
License: 	LGPLv2+
Group:		Networking/Mail
URL: 		http://www.gnome.org/projects/evolution/
Source0: 	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	desktop-file-utils
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(cairo-gobject)
BuildRequires:	pkgconfig(camel-1.2) >= 3.16.2
BuildRequires:	pkgconfig(clutter-1.0) >= 1.0.0
BuildRequires:	pkgconfig(clutter-gtk-1.0) >= 0.90
BuildRequires:	pkgconfig(gail-3.0) >= 3.0.2
BuildRequires:	pkgconfig(gconf-2.0) >= 2.0.0
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gio-2.0) >= 2.30
BuildRequires:	pkgconfig(gnome-desktop-3.0) >= 2.91.3
BuildRequires:	pkgconfig(gnome-icon-theme) >= 2.30.2.1
BuildRequires:	pkgconfig(goa-1.0) >= 3.1.1
BuildRequires:	pkgconfig(gsettings-desktop-schemas) >= 2.91.92
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gtkhtml-editor-4.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.2.0
BuildRequires:	pkgconfig(gweather-3.0) >= 2.90.0
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.25
BuildRequires:	pkgconfig(libebackend-1.2) >= 3.16.2 
BuildRequires:	pkgconfig(libebook-1.2) >= 3.16.2
BuildRequires:	pkgconfig(libebook-contacts-1.2) >= 3.16.2
BuildRequires:	pkgconfig(libecal-1.2) >= 3.16.2
BuildRequires:	pkgconfig(libedataserver-1.2) >= 3.16.2
BuildRequires:	pkgconfig(libgdata) >= 0.16.1
BuildRequires:	pkgconfig(libgtkhtml-4.0) >= 4.1.2
BuildRequires:	pkgconfig(libnotify) >= 0.5.1
BuildRequires:	pkgconfig(libpst)
BuildRequires:	pkgconfig(libsoup-gnome-2.4) >= 2.31.2
BuildRequires:	pkgconfig(libxml-2.0) >= 2.7.3
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(gtkspell3-3.0)
BuildRequires:	pkgconfig(mx-1.0)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(shared-mime-info) >= 0.22
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pkgconfig(cryptui-0.0)
BuildRequires:	highlight

# (fc) 0.8-5mdk implicit dependency is not enough
Requires: evolution-data-server >= 3.16.2
Requires: gtkhtml4 
Requires: gnupg
Requires: gtk+3.0
Suggests: gstreamer1.0-plugins-good
# the old shared lib pkg should be obsoleted after everything is rebuilt

%description
Evolution is the GNOME mailer, calendar, contact manager and
communications tool.  The tools which make up Evolution will
be tightly integrated with one another and act as a seamless
personal information-management tool. 

%package devel
Summary:	Libraries and include files for developing Evolution components
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{_lib}evolution3.2-devel

%description devel
This package contains the files necessary to develop applications
using Evolution's libraries.

%prep
%setup -q
%apply_patches

# Remove the welcome email from Novell
for inbox in mail/default/*/Inbox; do
		echo -n "" > $inbox
	done

%build
%configure2_5x \
	--disable-static \
	--enable-plugins=all \
	--disable-autoar \
	--with-krb5=%{_prefix} \
	--with-krb5-libs=%{_libdir} \
	--with-openldap=yes \
	--with-static-ldap=no \
	--with-sub-version="-%{release}" \
	--disable-bogofilter \
	--disable-spamassassin

%make

%install
%makeinstall_std
#remove unpackaged files
rm -rf %{buildroot}/var/lib/
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

desktop-file-install --vendor="" \
  --remove-category="Office" \
  --remove-category="Calendar" \
  --remove-category="ContactManagement" \
  --add-category="Network" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/evolution.desktop

mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart/ 
cat << EOF > %{buildroot}%{_sysconfdir}/xdg/autostart/evolution-alarm-notify.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Evolution Alarm Notifier
Comment=Evolution Alarm Notifier
Icon=stock_alarm
Exec=%{_libdir}/evolution/evolution-alarm-notify
Terminal=false
Type=Application
OnlyShowIn=GNOME;
Categories=TrayIcon;
EOF

# do not package obsolete mime-info files, evolution doesn't import them on commandline (Mdv bug #53984)
rm -fr %{buildroot}/%{_datadir}/mime-info

%find_lang %{name}-3.16 --all-name --with-gnome

%files -f %{name}-3.16.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_sysconfdir}/xdg/autostart/*.desktop
%{_bindir}/*
%dir %{_libdir}/evolution
%dir %{_libdir}/evolution//modules/
%dir %{_libdir}/evolution//plugins
%{_libdir}/evolution/*.so
%{_libdir}/evolution/csv2vcard
%{_libdir}/evolution/evolution-addressbook-export
%{_libdir}/evolution/evolution-alarm-notify
%{_libdir}/evolution/evolution-backup
%{_libdir}/evolution/killev
%{_libdir}/evolution/modules/*.so
%{_libdir}/evolution/plugins/*.so
%{_libdir}/evolution/plugins/*.eplug
%{_datadir}/applications/*
%{_datadir}/evolution
%{_datadir}/GConf/gsettings/evolution.convert
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/appdata/*.xml
%{_datadir}/icons/hicolor/*/apps/*

%files devel
%{_includedir}/*
%{_libdir}/pkgconfig/*
%doc %{_datadir}/gtk-doc/html/*


%changelog

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 3.16.4-2
- (33295c0) update to 3.16.4

* Tue Aug 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.12.9-2
- (98cd46d) Build with new gdata

* Mon Jul 27 2015 Tigro <ashejn@yandex-team.ru> 3.16.4-2
- (fe1e69d) rebuilt against new libgdata

* Mon Jul 13 2015 Tigro <ashejn@yandex-team.ru> 3.16.4-1
- (be3c105) update to 3.16.4

* Tue Jul 07 2015 Tigro <ashejn@yandex-team.ru> 3.16.3-1
- (9581219) update to 3.16.3

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2.1-1
- (145abea) fix version in BR
- (Tigro: 8820d61) update to 3.16.2.1

* Mon Apr 13 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-1
- (534c6fb) update to 3.16.1

* Mon Mar 23 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-1
- (0d8db3b) update to 3.16.0

* Tue Mar 17 2015 Tigro <ashejn@yandex-team.ru> 3.15.92-1
- (93d95a1) update to 3.15.92

* Sat Mar 14 2015 Tigro <ashejn@gmail.com> 3.15.91-1
- (b321df2) another parameter fo find_lang
- (Tigro: a8192d9) pack languages
- (Tigro: 2ea7fd5) pack files
- (Tigro: b7473b9) added BR: cryptui-0.0
- (Tigro: ec29cf9) disable autoar
- (Tigro: ef9885b) update to 3.15.91

* Thu Dec 11 2014 Tigro <ashejn@gmail.com> 3.12.9-1
- (5715464) update to 3.12.9

* Fri Oct 17 2014 Tigro <ashejn@gmail.com> 3.12.7-1
- (824c4cb) update to 3.12.7

* Wed Sep 10 2014 Tigro <ashejn@gmail.com> 3.12.6-1
- (4414c95) update to 3.12.6

* Tue Aug 05 2014 Tigro <ashejn@gmail.com> 3.12.4-1
- (38a1e0b) update to 3.12.4

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.3-2
- (18e6cc9) MassBuild#440: Increase release tag

* Tue Jun 10 2014 Tigro <ashejn@gmail.com> 3.12.3-1
- (a8a039a) update to 3.12.3

* Tue May 13 2014 Tigro <ashejn@gmail.com> 3.12.2-1
- (dc2eeaf) update to 3.12.2

* Mon Apr 28 2014 Tigro <ashejn@gmail.com> 3.12.1-1
- (8c9527f) pack files
- (Tigro: a53e887) added BR: gtkspell3-3.0
- (Tigro: e50507c) update to 3.12.1

* Mon Oct 14 2013 Tigro <ashejn@gmail.com> 3.8.5-1
- (ed37ec0) update to 3.8.5

* Fri Jul 26 2013 Tigro <ashejn@gmail.com> 3.8.4-1
- (e63ca34) update to 3.8.4
- (Tigro: d67f2a4) update to 3.8.4

* Thu Jun 20 2013 root <root@localhost.localdomain> 3.8.3-1
- (804a01a) sync to gnome38 branch

* Wed Mar 20 2013 Arkady Shane <ashejn@gmail.com> 3.6.4-1
- (b855ea1) update to 3.6.4

* Fri Feb 15 2013 Arkady Shane <ashejn@gmail.com> 3.6.3-1
- (f32b628) Updated evolution.spec
- (Arkady Shane: 9efc0ba) update to 3.6.3

* Tue Nov 13 2012 Arkady Shane <ashejn@gmail.com> 3.6.2-1
- (8f93ca2) Updated evolution.spec
- (Arkady Shane: 79a671b) update to 3.6.2

* Tue Oct 23 2012 mdawkins <mattydaw@gmail.com> 3.6.1-1
- (7304140) readded removed macro
- (mdawkins: 9995151) fixed file names
- (mdawkins: 9995151) removed schemas
- (mdawkins: 8846d63) fixed configure option for plugins
- (mdawkins: 4bd7c01) Added missing BR
- (mdawkins: 092f170) added missing BR
- (mdawkins: 97c1e64) removed line for unimported patch
- (mdawkins: b9cc102) reimported mdv spec (cleaned spec)
- (mdawkins: b9cc102) new version 3.6.1

* Mon Oct 01 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 3.6.0-1
- (36418ce) update to 3.6.0

* Fri Aug 31 2012 Sergey A. Sokolov <sokol@mtik.ru> 3.4.4-1
- (5d409ed) up to 3.4.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22535 |14mu|evolution-data-server-3.16.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api		1.2
%define base_version	3.0
%define dir_version	3.16

%define oldmajor	6
%define oldlibname %mklibname %{name} %{oldmajor}

%define oldmajor2006 4
%define oldlibname2006 %mklibname %{name} %{oldmajor2006}

%define camelmajor 52
%define camel_libname %mklibname camel %{camelmajor}
%define camel_devel %mklibname camel -d

%define ebackendmajor 10
%define ebackend_libname %mklibname ebackend %{ebackendmajor}
%define ebackend_devel %mklibname ebackend -d

%define ebookmajor 16
%define ebook_libname %mklibname ebook %{ebookmajor}
%define ebook_devel %mklibname ebook -d

%define ebookcontactsmajor 1
%define ebookcontacts_libname %mklibname ebook-contacts %{ebookcontactsmajor}
%define ebookcontacts_devel %mklibname ebook-contacts -d

%define ecalmajor 18
%define ecal_libname %mklibname ecal %{ecalmajor}
%define ecal_devel %mklibname ecal -d

%define edatabookmajor 25
%define edatabook_libname %mklibname edata-book %{edatabookmajor}
%define edatabook_devel %mklibname edata-book -d

%define edatacalmajor 27
%define edatacal_libname %mklibname edata-cal %{edatacalmajor}
%define edatacal_devel %mklibname edata-cal -d

%define edataservermajor 20
%define edataserver_libname %mklibname edataserver %{edataservermajor}
%define edataserver_devel %mklibname -d edataserver

%define girmajor 1.2
%define girname %mklibname %{name}-gir %{girmajor}

Name:		evolution-data-server
Summary:	Evolution Data Server
Version:	3.16.4
Release:	2
License: 	LGPLv2+
Group:		System/Libraries
URL: 		http://www.gnome.org/projects/evolution/
Source0: 	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source10:	%{name}.rpmlintrc

BuildRequires:	bison
BuildRequires:	db-devel
BuildRequires:	gettext
BuildRequires:	gnome-common
BuildRequires:	gperf
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	openldap-devel
BuildRequires:	krb5-devel
BuildRequires:	pkgconfig(gio-2.0) >= 2.28
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:	pkgconfig(gconf-2.0) >= 2.0.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.0.0
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.31.2
BuildRequires:	pkgconfig(libgdata) >= 0.16.1
BuildRequires:	pkgconfig(goa-1.0) >= 3.12.0
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gnome-keyring-1) >= 3.12.0
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(gweather-3.0) >= 3.12.0
BuildRequires:	pkgconfig(sqlite3) >= 3.5
BuildRequires:	pkgconfig(libical) >= 0.43
BuildRequires:	pkgconfig(oauth) >= 0.9.4
BuildRequires:  pkgconfig(gcr-base-3) >= 3.12
BuildRequires:  pkgconfig(libsecret-1)
BuildRequires:  vala-devel vala-tools

# workaround for libedbus-private library
%ifarch x86_64
Provides:	devel(libedbus-private(64bit))
%else
Provides:	devel(libedbus-private)
%endif

Obsoletes: %oldlibname

%description
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{camel_libname}
Summary:	Shared libraries for using Evolution Data Server
Group:		System/Libraries
Obsoletes:	%{_lib}camel43

%description -n %{camel_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ebackend_libname}
Summary:	Shared libraries for using Evolution Data Server
Group:		System/Libraries
Obsoletes:	%{_lib}ebackend6

%description -n %{ebackend_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ebook_libname}
Summary:	Shared libraries for using Evolution Data Server
Group:		System/Libraries

%description -n %{ebook_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ebookcontacts_libname}
Summary:        Shared libraries for using Evolution Data Server
Group:          System/Libraries

%description -n %{ebookcontacts_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ecal_libname}
Summary:	Shared libraries for using Evolution Data Server
Group:		System/Libraries
Obsoletes:	%{_lib}ecal15

%description -n %{ecal_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{edatabook_libname}
Summary:	Shared libraries for using Evolution Data Server
Group:		System/Libraries
Obsoletes:	%{_lib}edata-book17

%description -n %{edatabook_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{edatacal_libname}
Summary:	Shared libraries for using Evolution Data Server
Group:		System/Libraries
Obsoletes:	%{_lib}edata-cal20

%description -n %{edatacal_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{edataserver_libname}
Summary:	Shared libraries for using Evolution Data Server
Group:		System/Libraries
Obsoletes:	%{_lib}edataserver17

%description -n %{edataserver_libname}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{camel_devel}
Summary:	Libraries and include files for using Evolution Data Server - camel
Group:		Development/GNOME and GTK+
Requires:	%{camel_libname} = %{version}-%{release}

%description -n %{camel_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ebackend_devel}
Summary:	Libraries and include files for using Evolution Data Server - ebackend
Group:		Development/GNOME and GTK+
Requires:	%{ebackend_libname} = %{version}-%{release}

%description -n %{ebackend_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ebook_devel}
Summary:	Libraries and include files for using Evolution Data Server - ebook
Group:		Development/GNOME and GTK+
Requires:	%{ebook_libname} = %{version}-%{release}

%description -n %{ebook_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ebookcontacts_devel}
Summary:        Libraries and include files for using Evolution Data Server - ebookcontacts
Group:          Development/GNOME and GTK+
Requires:       %{ebookcontacts_libname} = %{version}-%{release}

%description -n %{ebookcontacts_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{ecal_devel}
Summary:	Libraries and include files for using Evolution Data Server - ecal
Group:		Development/GNOME and GTK+
Requires:	%{ecal_libname} = %{version}-%{release}

%description -n %{ecal_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{edatabook_devel}
Summary:	Libraries and include files for using Evolution Data Server - edatabook
Group:		Development/GNOME and GTK+
Requires:	%{edatabook_libname} = %{version}-%{release}

%description -n %{edatabook_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{edatacal_devel}
Summary:	Libraries and include files for using Evolution Data Server - edatacal
Group:		Development/GNOME and GTK+
Requires:	%{edatacal_libname} = %{version}-%{release}

%description -n %{edatacal_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{edataserver_devel}
Summary:	Libraries and include files for using Evolution Data Server
Group:		Development/GNOME and GTK+
Requires:	%{edataserver_libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d edataserver 9

%description -n %{edataserver_devel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--with-krb5=%{_prefix} \
	--with-krb5-libs=%{_libdir} \
	--with-libdb=%{_prefix}	\
	--disable-static \
	--with-openldap=yes \
	--with-static-ldap=no \
	--enable-gtk-doc=yes \
	--disable-uoa \
	--enable-vala-bindings 

%make

%install
%makeinstall_std

# remove libtool archives for importers and the like
find %{buildroot}/%{_libdir} -name '*.la' -exec rm {} \;

# give the libraries some executable bits 
find %{buildroot} -name '*.so.*' -exec chmod +x {} \;

%find_lang %{name}-%{dir_version}

%files -f %{name}-%{dir_version}.lang
%doc COPYING NEWS
%doc %{_datadir}/gtk-doc/html/eds/*
%{_libexecdir}/%{name}
%{_libexecdir}/camel-index-control-%{api}
%{_libexecdir}/evolution-addressbook-factory
%{_libexecdir}/evolution-calendar-factory
%{_libexecdir}/evolution-user-prompter
%{_libexecdir}/evolution-scan-gconf-tree-xml
%{_libexecdir}/evolution-source-registry
%{_libexecdir}/evolution-addressbook-factory-subprocess
%{_libexecdir}/evolution-calendar-factory-subprocess

%attr(2755,root,mail) %{_libexecdir}/camel-lock-helper-%{api}
%{_datadir}/%{name}
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Sources.service
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.UserPrompter.service
%{_datadir}/pixmaps/%{name}
%{_datadir}/GConf/gsettings/evolution-data-server.convert

#GSettings
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.Evolution.DefaultSources.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.addressbook.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.calendar.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.gschema.xml

%files -n %{camel_libname}
%{_libdir}/libcamel-%{api}.so.%{camelmajor}*

%files -n %{ebackend_libname}
%{_libdir}/libebackend-%{api}.so.%{ebackendmajor}*

%files -n %{ebook_libname}
%{_libdir}/libebook-%{api}.so.%{ebookmajor}*

%files -n %{ebookcontacts_libname}
%{_libdir}/libebook-contacts-%{api}.so.%{ebookcontactsmajor}*

%files -n %{ecal_libname}
%{_libdir}/libecal-%{api}.so.%{ecalmajor}*

%files -n %{edatabook_libname}
%{_libdir}/libedata-book-%{api}.so.%{edatabookmajor}*

%files -n %{edatacal_libname}
%{_libdir}/libedata-cal-%{api}.so.%{edatacalmajor}*

%files -n %{edataserver_libname}
%{_libdir}/libedataserver-%{api}.so.%{edataservermajor}*
%{_libdir}/libedataserverui-%{api}.so.*

%files -n %{girname}
%{_libdir}/girepository-1.0/EDataServer-%{girmajor}.typelib
%{_libdir}/girepository-1.0/EBook-%{girmajor}.typelib
%{_libdir}/girepository-1.0/EBookContacts-%{girmajor}.typelib

%files -n %{camel_devel}
%doc %{_datadir}/gtk-doc/html/camel/*
%{_includedir}/%{name}/camel
%{_libdir}/pkgconfig/camel-%{api}.pc
##{_libdir}/pkgconfig/camel-provider-%{api}.pc
%{_libdir}/libcamel-%{api}.so
##{_libdir}/libcamel-provider-%{api}.so

%files -n %{ebackend_devel}
%{_includedir}/%{name}/libebackend
%{_libdir}/pkgconfig/libebackend-%{api}.pc
%{_libdir}/libebackend-%{api}.so

%files -n %{ebook_devel}
%{_includedir}/%{name}/libebook/
%{_libdir}/pkgconfig/libebook-%{api}.pc
%{_libdir}/libebook-%{api}.so
%{_datadir}/gir-1.0/EBook-%{girmajor}.gir
%{_datadir}/vala/vapi/libebook-1.2.deps
%{_datadir}/vala/vapi/libebook-1.2.vapi

%files -n %{ebookcontacts_devel}
%{_includedir}/%{name}/libebook-contacts/
%{_libdir}/pkgconfig/libebook-contacts-%{api}.pc
%{_libdir}/libebook-contacts-%{api}.so
%{_datadir}/gir-1.0/EBookContacts-%{girmajor}.gir
%{_datadir}/vala/vapi/libebook-contacts-1.2.deps
%{_datadir}/vala/vapi/libebook-contacts-1.2.vapi

%files -n %{ecal_devel}
%{_includedir}/%{name}/libecal/
%{_libdir}/pkgconfig/libecal-%{api}.pc
%{_libdir}/libecal-%{api}.so

%files -n %{edatabook_devel}
%{_includedir}/%{name}/libedata-book/
%{_libdir}/pkgconfig/libedata-book-%{api}.pc
%{_libdir}/libedata-book-%{api}.so

%files -n %{edatacal_devel}
%{_includedir}/%{name}/libedata-cal/
%{_libdir}/pkgconfig/libedata-cal-%{api}.pc
%{_libdir}/libedata-cal-%{api}.so

%files -n %{edataserver_devel}
%{_includedir}/%{name}/libedataserver/
%{_includedir}/%{name}/libedataserverui/
%{_libdir}/pkgconfig/libedataserver-%{api}.pc
%{_libdir}/pkgconfig/libedataserverui-%{api}.pc
%{_libdir}/pkgconfig/evolution-data-server-%{api}.pc
%{_libdir}/libedataserver-%{api}.so
%{_libdir}/libedataserverui-%{api}.so
%{_datadir}/gir-1.0/EDataServer-%{girmajor}.gir
%{_datadir}/vala/vapi/libedataserver-1.2.deps
%{_datadir}/vala/vapi/libedataserver-1.2.vapi


%changelog

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 3.16.4-2
- (ea99fc8) update to 3.16.4

* Tue Aug 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.12.9-2
- (49eeaa7) Build with new gdata

* Mon Jul 27 2015 Tigro <ashejn@yandex-team.ru> 3.16.4-2
- (271a473) rebuilt against new libgdata

* Mon Jul 13 2015 Tigro <ashejn@yandex-team.ru> 3.16.4-1
- (1bcd462) update to 3.16.4

* Tue Jul 07 2015 Tigro <ashejn@yandex-team.ru> 3.16.3-1
- (482f604) update to 3.16.3

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (07de0a7) update to 3.16.2

* Mon Apr 13 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-1
- (f14f229) update to 3.16.1

* Mon Mar 23 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (cc77ebf) update to 3.16.0

* Tue Mar 17 2015 Tigro <ashejn@yandex-team.ru> 3.15.92-1
- (b70e1ce) pack file
- (Tigro: 1dba0d9) update to 3.15.92

* Mon Mar 09 2015 Tigro <ashejn@gmail.com> 3.15.91-1
- (fd9a0db) added Provides
- (Tigro: 41cc9bf) fix typo
- (Tigro: 23a8c7c) pack files
- (Tigro: 968d1be) bump version
- (Tigro: 7a41603) upload source
- (Tigro: 2a24515) update to 3.15.91

* Thu Dec 11 2014 Tigro <ashejn@gmail.com> 3.12.9-1
- (2e87962) added rpmlintrc to be compat with old versions
- (Tigro: fadb22c) update to 3.12.9

* Fri Oct 17 2014 Tigro <ashejn@gmail.com> 3.12.7-1
- (22a6c15) update to 3.12.7

* Wed Sep 10 2014 Tigro <ashejn@gmail.com> 3.12.6-1
- (a853f9a) update to 3.12.6

* Tue Aug 05 2014 Tigro <ashejn@gmail.com> 3.12.4-1
- (c2c9912) update to 3.12.4

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.3-3
- (2f795df) MassBuild#440: Increase release tag

* Wed Jun 18 2014 Tigro <ashejn@gmail.com> 3.12.3-2
- (999c9d7) bump release to rebuild

* Tue Jun 10 2014 Tigro <ashejn@gmail.com> 3.12.3-1
- (4d0da57) update to 3.12.3

* Tue May 13 2014 Tigro <ashejn@gmail.com> 3.12.2-3
- (d7068b1) update to 3.12.2

* Tue May 13 2014 Tigro <arkady.shane@rosalab.ru> 3.12.1-3
- (186474b) clean up old lib packages

* Mon May 05 2014 Tigro <ashejn@gmail.com> 3.12.1-2
- (edf261e) bump release

* Mon May 05 2014 Tigro <ashejn@gmail.com> 3.12.1-1
- (d75d035) enable vala bindings and place gir files to proper packages
- (Tigro: fbd2415) drop libedataserver.convert
- (Tigro: 555f60b) pack files
- (Tigro: 17cd610) bump dir version
- (Tigro: c0eff1c) update depends
- (Tigro: 90c5892) update to 3.12.1

* Mon Oct 14 2013 Tigro <ashejn@gmail.com> 3.8.5-1
- (78329a8) update to 3.8.5

* Fri Jul 26 2013 Tigro <ashejn@gmail.com> 3.8.4-1
- (248707c) update to 3.8.4

* Thu Jun 20 2013 root <root@localhost.localdomain> 3.8.3-1
- (d25936b) sync to gnome38 branch

* Wed Mar 20 2013 Arkady Shane <ashejn@gmail.com> 3.6.4-1
- (d70d82d) update to 3.6.4

* Fri Feb 15 2013 Arkady Shane <ashejn@gmail.com> 3.6.3-1
- (2984959) update to 3.6.3

* Tue Nov 13 2012 Arkady Shane <ashejn@gmail.com> 3.6.2-1
- (430ef6f) update to 3.6.2

* Tue Oct 16 2012 mdawkins <mattydaw@gmail.com> 3.6.1-1
- (561ae44) added sources file for the tarball
- (mdawkins: 3d837bd) new version 3.6.1

* Fri Sep 28 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 3.6.0-1
- (12b6113) pack some files

* Wed Aug 29 2012 Sergey A. Sokolov <sokol@mtik.ru> 3.4.4-1
- (0f33b79) up to 3.4.4
- (Tigro: 02c5c44) update for GNOME 3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22536 |14mu|evolution-ews-3.16.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define	evolution_base_version	3.12
%define	api	1.2
%define	major	0
%define	libeews		%mklibname eews %{api} %{major}
%define	libewsutils	%mklibname ewsutils %{major}
%define	liblzx		%mklibname lzx %{major}
%define	devname		%mklibname eews -d

Summary:	Exchange Connector for Evolution, compatible with Exchange 2007 and later
Name:		evolution-ews
Version:	3.16.4
Release:	1
License:	LGPLv2+
Group:		Networking/Mail
Url:		http://projects.gnome.org/evolution/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	pkgconfig(camel-1.2) >= 3.12.1
BuildRequires:	pkgconfig(evolution-data-server-1.2) >= 3.12.1
BuildRequires:	pkgconfig(evolution-mail-3.0) >= 3.12.1
BuildRequires:	pkgconfig(evolution-shell-3.0) >= 3.12.1
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libebackend-1.2) >= 3.12.1
BuildRequires:	pkgconfig(libebook-1.2) >= 3.12.1
BuildRequires:	pkgconfig(libecal-1.2) >= 3.12.1
BuildRequires:	pkgconfig(libedata-book-1.2) >= 3.12.1
BuildRequires:	pkgconfig(libedata-cal-1.2) >= 3.12.1
BuildRequires:	pkgconfig(libemail-engine) >= 3.12.1
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(libmspack) >= 0.4
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:  pkgconfig(gnome-desktop-3.0)

Requires:       evolution-data-server
Requires:       evolution

%description
The EWS Exchange Connector for Evolution provides a Exchange backend
from evolution-data-server as well as plugins for Evolution to access
Exchange features.

The EWS Exchange Connector is using the Exchange Web Services interface
and is therefore compatible with Exchange 2007 and later.

Provides exchange connectivity for exchange server 2007 and later using
exchange web services protocol.

%package  -n %{libeews}
Summary:	Client library for Accessing Exchange Servers
Group:		System/Libraries

%description -n %{libeews}
This library is a client library for accessing Exchange servers through
the Exchange Web Services interface (compatible with Exchange 2007 and
later).

%package  -n %{libewsutils}
Summary:	Client library for Accessing Exchange Servers -- Utilities library
Group:		System/Libraries

%description -n %{libewsutils}
This library provides utilities API for EWS Exchange Connector.

%package -n %{devname}
Summary:	Client library for Accessing Exchange Servers - Development Files
Group:		Development/C
Requires:	%{libeews} = %{version}
Requires:	%{libewsutils} = %{version}

%description -n %{devname}
This library is a client library for accessing Exchange servers through
the Exchange Web Services interface (compatible with Exchange 2007 and
later).

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static --with-internal-lzx

%make LIBS='-lm'

%install
%makeinstall_std
find %{buildroot}%{_libdir} -name '*.la' -delete -print

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING README
%{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
%{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
%{_libdir}/evolution-data-server/camel-providers/libcamelews.so
%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
%{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
%{_libdir}/evolution/modules/module-ews-configuration.so
%{_datadir}/evolution/errors/module-ews-configuration.error
%{_datadir}/evolution-data-server/ews/windowsZones.xml
%{_datadir}/appdata/evolution-ews.*

%files -n %{libeews}
%dir %{_libdir}/evolution-data-server
%{_libdir}/evolution-data-server/libeews-%{api}.so.%{major}*

%files -n %{libewsutils}
%{_libdir}/evolution-data-server/libewsutils.so.%{major}*

%files -n %{devname}
%dir %{_libdir}/evolution-data-server
%{_libdir}/evolution-data-server/libeews-1.2.so
%{_libdir}/evolution-data-server/libewsutils.so
%{_includedir}/evolution-data-server/ews/


%changelog

* Mon Jul 13 2015 Tigro <ashejn@gmail.com> 3.16.4-1
- (add1a6e) update to 3.16.4

* Sun Jul 12 2015 Tigro <ashejn@gmail.com> 3.16.3-1
- (b8f0ef7) update to 3.16.3

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (865d6b2) update to 3.16.2

* Mon Apr 13 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-1
- (79fb542) update to 3.16.1

* Mon Mar 23 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-1
- (a9a2af2) update to 3.16.0

* Tue Mar 17 2015 Tigro <ashejn@yandex-team.ru> 3.15.92-1
- (e3fe139) pack files
- (Tigro: 473a60b) fix configure call
- (Tigro: da44a48) update to 3.15.92

* Fri Mar 13 2015 Tigro <ashejn@yandex-team.ru> 3.15.91-1
- (c8f6b39) update to 3.15.91

* Thu Dec 11 2014 Tigro <ashejn@gmail.com> 3.12.9-1
- (b6f073f) update to 3.12.9

* Sat Oct 18 2014 Tigro <ashejn@gmail.com> 3.12.7-1
- (575842d) fix typo
- (Tigro: 63905bb) pack evolution-ewm.meta
- (Tigro: 6baa333) update to 3.12.7

* Wed Sep 10 2014 Tigro <ashejn@gmail.com> 3.12.6-1
- (67ae044) update to 3.12.6

* Fri Aug 08 2014 Tigro <ashejn@gmail.com> 3.12.4-1
- (d5270b2) update linkage patch
- (Tigro: 21bbc09) fix merge
- (Tigro: 046c60f) update to 3.12.4

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.3-2
- (14676e6) MassBuild#440: Increase release tag

* Mon Jun 16 2014 Tigro <ashejn@gmail.com> 3.12.3-1
- (47f6fc2) update linkage patch
- (Tigro: 8abe07d) update to 3.12.3

* Tue May 13 2014 Tigro <ashejn@gmail.com> 3.12.2-1
- (d30280b) update to 3.12.2

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.1-1
- (9ed1219) drop pkg file
- (Tigro: ff345eb) pack some files
- (Tigro: e9c7c84) call another configure macro
- (Tigro: bb750a6) apply link patch
- (Tigro: d18d1f0) fix build
- (Tigro: 351fc76) added BR: gnome-desktop-3.0
- (Tigro: cd000e0) update requires
- (Tigro: e348dae) update to 3.12.1

* Tue Dec 10 2013 Tigro <ashejn@gmail.com> 3.8.5-1
- (94b9883) added BR: libebook-1.2
- (Tigro: 95ca5c1) added BR: libecal-1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22537 |14mu|evopop-gtk-theme-0.29-0.3.20151120gitdc603c
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global daterev 20151120gitdc603c

Summary:	EvoPop GTK theme for Gnome
Name:		evopop-gtk-theme
Version:	0.29
Release:	0.3.%{?daterev}
License:	GPLv3+
Group:		Graphical desktop/Other
Url:		https://github.com/fdinardo/evopop-gtk-theme
Source0:	%{name}-%{version}-%{?daterev}.tar.xz
# See http://bugs.rosalinux.ru/show_bug.cgi?id=7262#c1
Patch0:		evopop-gtk-theme-0.29-colors.patch
Requires:	gtk+3.0 >= 3.14.0
Requires:	murrine >= 0.98.1.1
BuildArch:	noarch

%description
EvoPop is the official GTK theme for Ozon OS.

%files
%doc CREDITS LICENSE README.md
%{_datadir}/themes/evopop*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
./autogen.sh

%install
%makeinstall_std

rm -rf %{buildroot}%{_datadir}/themes/evopop-light-gtk-theme


%changelog

* Thu Sep 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.29-0.3.20151120gitdc603c
- (b69879b) Re-diff the patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22538 |14mu|evopop-icon-theme-0.7-0.3.20160125git44eafb
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global theme	EvoPop
%global daterev 20160125git44eafb

Summary:	Default icon theme for OzonOS
Name:		evopop-icon-theme
Version:	0.7
Release:	0.3.%{?daterev}

License:	GPLv3
Group:		Graphical desktop/Other
URL:		http://github.com/solus-project/evopop-icon-theme
Source0:	%{name}-%{version}-%{daterev}.tar.xz

BuildArch:  noarch

%description
%{theme} is the official icon theme for Ozon OS.


%prep
%setup -q

%build
./autogen.sh

%install
%makeinstall_std


%files
%defattr(-,root,root)
%{_datadir}/icons/%{theme}


%changelog

* Mon Jan 25 2016 Tigro <ashejn@gmail.com> 0.7-0.3.20160125git44eafb
- (c312750) update source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22539 |14mu|exempi-2.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	XMP implementation library
Name:		exempi
Version:	2.3.0
Release:	1
License:	BSD-like
Group:		System/Libraries
Url:		http://libopenraw.freedesktop.org/wiki/Exempi
Source0:	http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
Source1:	http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2.asc
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(expat)

%description
Exempi provides a library for easy parsing of XMP metadata. It is a port of
Adobe XMP SDK to work on UNIX and to be build with GNU automake.
It includes XMPCore and XMPFiles.

%files
%{_bindir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	XMP implementation library
Group:		System/Libraries

%description -n %{libname}
Exempi provides a library for easy parsing of XMP metadata. It is a port of
Adobe XMP SDK to work on UNIX and to be build with GNU automake.
It includes XMPCore and XMPFiles.

%files -n %{libname}
%{_libdir}/libexempi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	XMP implementation - development libraries and headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Exempi provides a library for easy parsing of XMP metadata. It is a port of
Adobe XMP SDK to work on UNIX and to be build with GNU automake.
It includes XMPCore and XMPFiles.

%files -n %{devname}
%{_includedir}/%{name}-2.0
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%changelog

* Mon Apr 25 2016 dsilakov <denis.silakov@rosalab.ru> 2.3.0-1
- (974fe1f) Merge pull request #1 from alzim/exempi:rosa2014.1
- (974fe1f) Updated to 2.3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22540 |14mu|exfat-utils-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities for exFAT file system
Name:		exfat-utils
Version:	1.2.4
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		https://github.com/relan/exfat
Source0:        https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz

%description
A set of utilities for creating, checking, dumping and labeling exFAT file
system.

%files
%{_sbindir}/*
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%make_install

install -Dm644 dump/dumpexfat.8 %{buildroot}/%{_mandir}/man8/dumpexfat.8
install -m644 fsck/exfatfsck.8 %{buildroot}/%{_mandir}/man8/exfatfsck.8
install -m644 mkfs/mkexfatfs.8 %{buildroot}/%{_mandir}/man8/mkexfatfs.8
install -m644 label/exfatlabel.8 %{buildroot}/%{_mandir}/man8/exfatlabel.8

pushd %{buildroot}/%{_mandir}/man8/
ln -s exfatfsck.8 fsck.exfat.8
ln -s mkexfatfs.8 mkfs.exfat.8
popd

%changelog

* Thu Jun 16 2016 abondrov <andrey.bondrov@rosalab.ru> 1.2.4-1
- (3bc7502) Merge pull request #2 from alzim/exfat-utils:rosa2014.1
- (3bc7502) Updated to 1.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22541 |14mu|exiv2-0.24-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	13
%define libname %mklibname exiv2_ %{major}
%define devname %mklibname exiv2 -d

Summary:	Command line tool to access EXIF data in image files
Name:		exiv2
Version:	0.24
Release:	3
License:	GPLv2+
Group:		Graphics
Url:		http://www.exiv2.org/
Source0:	http://www.exiv2.org/%{name}-%{version}.tar.gz

BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	python
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(zlib)

%description
Exiv2 is a command line utility to access image metadata:

    * print the Exif metadata of JPEG, TIFF and several RAW image 
      formats as summary info, interpreted values, or the plain data 
      for each tag (a sample is here)
    * print the IPTC metadata of JPEG images
    * print, set and delete the JPEG comment of JPEG images
    * set, add and delete Exif and IPTC metadata of JPEG images
    * adjust the Exif timestamp (that's how it all started...)
    * rename Exif image files according to the Exif timestamp
    * extract, insert and delete Exif metadata, IPTC metadata and JPEG 
      comments
    * extract, insert and delete the thumbnail image embedded in the
      Exif metadata
    * fix the Exif ISO setting of picture taken with Nikon cameras

%files -f %{name}.lang
%doc COPYING README
%{_bindir}/exiv2
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to access EXIF data in image files
Group:		Graphics
Obsoletes:	%{_lib}exiv2_11 < 0.24
Obsoletes:	%{_lib}exiv2_12 < 0.24

%description -n %{libname}
libexiv2 is a C++ library to access image metadata. libexiv2 is free
software.

The Exiv2 library provides

    * full read and write access to the Exif and IPTC metadata of
      an image through Exiv2 keys and standard C++ iterators
      (Example1, Example2, Example3, Example4)
    * a smart IPTC implementation that does not affect data that
      programs like Photoshop store in the same image segment
    * Exif MakerNote support:
          o MakerNote tags can be accessed just like any other Exif metadata
          o a sophisticated write algorithm avoids corrupting the MakerNote:
              1) the MakerNote is not re-located if possible at all, and
              2) MakerNote Ifd offsets are re-calculated if the MakerNote 
                 needs to be moved (for known Ifd MakerNotes)
    * extract and delete methods for Exif thumbnails (both, JPEG and TIFF
      thumbnails)
    * set methods for Exif thumbnails (JPEG only, TIFF thumbnails can be
      set from individual tags)
    * complete API documentation (by Doxygen)

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and links to compile against the "%{libname}" library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}

%description -n %{devname}
This package contains all files which one needs to compile programs using
the "%{libname}" library.

%files -n %{devname}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/*
%{_includedir}/*

#----------------------------------------------------------------------------

%package doc
Summary:	Exiv2 library documentation
Group:		Books/Computer books
BuildArch:	noarch

%description doc
Exiv2 library documentation.

%files doc
%doc doc/ChangeLog doc/cmd.txt doc/html doc/include doc/index.html

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# exiv2: embedded copy of exempi should be compiled with BanAllEntityUsage
# https://bugzilla.redhat.com/show_bug.cgi?id=888769
export CPPFLAGS="-DBanAllEntityUsage=1"

%configure2_5x \
	--enable-shared \
	--disable-static
%make
%make update-po -C po
%make doc -k ||:

%install
%makeinstall_std

%find_lang exiv2

# to avoid unstripped-binary-or-object
chmod 0755 %{buildroot}%{_libdir}/lib%{name}.so.%{major}*


%changelog

* Thu Mar 17 2016 Denis Silakov <dsilakov@gmail.com> 0.24-3
- (2fb60db) Compile embedded exempi with BanAllEntityUsage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22542 |14mu|expat-2.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname expat %{major}
%define devname %mklibname expat -d

Summary:	XML parser written in C
Name:		expat
Version:	2.1.1
Release:	1
License:	MPL
Group:		System/Libraries
Url:		http://www.libexpat.org
Source0:	http://prdownloads.sourceforge.net/expat/%{name}-%{version}.tar.bz2
Patch0:		expat-2.1.1-cve-2012-6702-plus-cve-2016-5300-v1.patch
Patch1:		expat-2.1.1-CVE-2015-1283-refix.patch
Patch2:		expat-CVE-2016-0718-v2-2-1.patch
BuildRequires:	libtool

%description
Expat is an XML 1.0 parser written in C by James Clark. It aims to be
fully conforming. It is currently not a validating XML parser.

%files
%{_bindir}/xmlwf
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for expat
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with expat.

%files -n %{libname}
%{_libdir}/libexpat.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development environment for the expat XML parser
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
Development environment for the expat XML parser.

%files -n %{devname}
%doc doc/reference.html
%{_libdir}/libexpat.so
%{_includedir}/expat.h
%{_includedir}/expat_config.h
%{_includedir}/expat_external.h
%{_libdir}/pkgconfig/expat.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
export CFLAGS="%{optflags} -fPIC"

%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std mandir=%{buildroot}%{_mandir}/man1

%check
make check


%changelog

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.1-1
- (72899fb) New version 2.1.1
- (72899fb) Add some security patches
- (72899fb) Update files (add expat_config.h to development package)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22543 |14mu|extipl-5.04-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Yet Another Boot Selector for IBM-PC compatibles
Name:		extipl
Version:	5.04
Release:	19
License:	GPL+
Group:		System/Kernel and hardware
Url:		http://www.tsden.org/ryutaroh/extipl/extipl.html
Source0:	http://www.tsden.org/takamiti/extipl/archs/%{name}-%{version}.tar.bz2
Patch1:		extipl-5.03-fix-manpage.patch
# Fix a nasm syntax error - 'crc32' is now a keyword in nasm
# - AdamW 2007/10
Patch2:		extipl-5.04-syntax.patch
# From Debian - fixes build problems - AdamW 2007/10
Patch3:		extipl-5.04-debian.patch
# From Debian bug - fix build on x86_64
Patch4:		extipl-5.04-debian2.patch
BuildRequires:	nasm
Exclusivearch:	%{ix86} x86_64

%description
Extended-IPL is a boot selector which is upper compatible with
original IBM IPL. This package includes the installer for this
boot code which is written into MBR of your hard disk.

With this boot selector, you can select a partition from
all the partitions including the logical partitions as well as
the primary ones in all the BIOS supported disks when booting a PC,
and then it will boot up the OS reside at the selected partition.

%files
%doc uninstall_linux_or_grub.txt doc/English/*
%{_sbindir}/*
%{_prefix}/lib/%{name}
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1
%patch2 -p1 -b .syntax
%patch3 -p1 -b .debian
%patch4 -p1 -b .debian2

cat > uninstall_linux_or_grub.txt <<EOF
If you want to remove Linux, you must be careful to replace LILO or GRUB with
something else.

The equivalent of the Microsoft DOS/Windows(R) "fdisk /mbr" is:
% dd if=/usr/lib/extipl/aldebaran.bin of=/dev/hda
where you must replace hda with your first hard drive (eg: sda, hdc...)
EOF

%build
%make -C src CFLAGS="%{optflags}"

%install
install src/%{name} -D %{buildroot}%{_sbindir}/%{name}

install -d %{buildroot}%{_prefix}/lib/%{name}
install -m 644 src/{pollux,castor,altair,aldebaran}.bin %{buildroot}%{_prefix}/lib/%{name}

install -D -m 644 src/extipl.8.in %{buildroot}%{_mandir}/man8/extipl.8


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.04-19
- (2f834ee) Build with system optflags
- (2f834ee) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22544 |14mu|extra-cmake-modules-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 CMake extra modules
Name:		extra-cmake-modules
Version:	5.24.0
Release:	1
License:	MIT
Group:		Development/KDE and Qt
Url:		http://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx
BuildRequires:	qt5-linguist-tools
Requires:	kde5-macros
Requires:	qmake5
Requires:	qt5-linguist-tools
BuildArch:	noarch

%description
KDE Frameworks 5 CMake extra modules.

%files
%doc %{_datadir}/doc/ECM/html/
%dir %{_datadir}/ECM
%{_datadir}/ECM/*
%{_mandir}/man7/ecm*.7*

#--------------------------------------------------------------------
%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (73a54c5) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22545 |14mu|f2fs-tools-1.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname f2fs %{major}

Summary:	Tools for Flash-Friendly File System (F2FS)
Name:		f2fs-tools
Version:	1.4.0
Release:	2
License:	GPLv2+
Group:		System/Base
Url:		http://sourceforge.net/projects/f2fs-tools/
Source0:	http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(uuid)

%description
NAND flash memory-based storage devices, such as SSD, and SD cards, have been
widely being used for ranging from mobile to server systems. Since they are
known to have different characteristics from the conventional rotational
disks, a file system, an upper layer to the storage device, should adapt to
the changes from the sketch.

F2FS is a new file system carefully designed for the NAND flash memory-based
storage devices. We chose a log structure file system approach, but we tried
to adapt it to the new form of storage. Also we remedy some known issues of
the very old log structured file system, such as snowball effect of wandering
tree and high cleaning overhead.

Because a NAND-based storage device shows different characteristics according
to its internal geometry or flash memory management scheme aka FTL, we add
various parameters not only for configuring on-disk layout, but also for
selecting allocation and cleaning algorithms.

%files
%doc AUTHORS COPYING README
%{_sbindir}/dump.f2fs
%{_sbindir}/f2fstat
%{_sbindir}/fibmap.f2fs
%{_sbindir}/fsck.f2fs
%{_sbindir}/mkfs.f2fs
%{_mandir}/man8/mkfs.f2fs.8*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libf2fs.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std sbindir=%{_sbindir}

# Useless without headers
rm -f %{buildroot}%{_libdir}/libf2fs.so


%changelog

* Fri Jul 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.0-2
- (805db35) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22546 |14mu|falcon-0.9.6.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname Falcon

%define major 1
%define libname %mklibname falcon_engine %{major}
%define devname %mklibname %{name} -d

Summary:	The Falcon Programming Language
Name:		falcon
Version:	0.9.6.8
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://www.falconpl.org/
Source0:	http://www.falconpl.org/project_dl/_official_rel/%{oname}-%{version}.tgz
Patch0:		Falcon-0.9.6.8-mongo-cmake-linux-x64.patch
Patch1:		Falcon-0.9.6.8-mongo-stdint.patch
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(zlib)

%description
The Falcon Programming Language is an embeddable scripting language
aiming to empower even simple applications with a powerful,
flexible, extensible and highly configurable scripting engine.

Falcon is also a standalone multiplatform scripting language that
aims to be both simple and powerful.

%files
%doc AUTHORS ChangeLog copyright README RELNOTES LICENSE LICENSE_GPLv2
%{_bindir}/falcon
%{_bindir}/falconenv.sh
%{_bindir}/faldisass
%{_bindir}/faldoc
%{_bindir}/fallc.fal
%{_bindir}/falrun
%{_bindir}/falpack
%{_bindir}/icomp.sh
%{_libdir}/falcon
%{_datadir}/falcon
%{_mandir}/man1/falcon.1.*
%{_mandir}/man1/faldisass.1.*
%{_mandir}/man1/fallc.fal.1.*
%{_mandir}/man1/falrun.1.*
%{_mandir}/man1/falpack.1.*
%exclude %{_datadir}/falcon/cmake

#--------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 0.9.6.8

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libfalcon_engine.so.%{major}*

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.9.6.8
Obsoletes:	%{name}-devel < 0.9.6.8

%description -n %{devname}
The Falcon Programming Language is an embeddable scripting language
aiming to empower even simple applications with a powerful,
flexible, extensible and highly configurable scripting engine.

Falcon is also a standalone multiplatform scripting language that
aims to be both simple and powerful.

This package contains development files for %{name}. This is not
necessary for using the %{name} interpreter.

%files -n %{devname}
%{_bindir}/falcon-conf
%{_bindir}/falconeer.fal
%{_bindir}/faltest
%{_datadir}/cmake/faldoc/faldoc-config.cmake
%{_datadir}/falcon/cmake/*.cmake
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man1/falcon-conf*
%{_mandir}/man1/falconeer.fal*
%{_mandir}/man1/faltest*

#--------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake \
	-DFALCON_SHARE_DIR=%{_datadir}/%{name} \
	-DFALCON_BUILD_GTK:BOOL=OFF
%make

%install
%makeinstall_std -C build


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.6.8-1
- (5b54c11) Try not to force libdir



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22547 |14mu|farstream0.2-0.2.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		0.2
%define major		5
%define girmajor	0.2
%define oname		farstream
%define libname		%mklibname %{oname} %{api} %{major}
%define develname	%mklibname -d %{oname} %{api}
%define girname		%mklibname %{oname}-gir %{girmajor}

Summary:	An audio/video communications framework
Name:		%{oname}%{api}
Version:	0.2.7
Release:	1
License:	LGPLv2+
URL:		http://www.freedesktop.org/wiki/Software/Farstream
Group:		Networking/Instant messaging
Source0:  	http://freedesktop.org/software/farstream/releases/%{oname}/%{oname}-%{version}.tar.gz
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.32
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.0
BuildRequires: pkgconfig(gstreamer-base-1.0) >= 1.0
BuildRequires: pkgconfig(gstreamer-check-1.0) >= 1.0
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 1.0
BuildRequires: pkgconfig(nice) >= 0.1.3
BuildRequires: gobject-introspection-devel

%description
The Farstream (formerly Farsight) project is an effort to create a framework to
deal with all known audio/video conferencing protocols. On one side it offers a
generic API that makes it possible to write plugins for different streaming
protocols, on the other side it offers an API for clients to use those plugins.

The main target clients for Farstream are Instant Messaging applications. These
applications should be able to use Farstream for all their Audio/Video
conferencing needs without having to worry about any of the lower level
streaming and NAT traversal issues.

%package -n %{libname}
Summary:	Farstream library
Group:		System/Libraries
Provides: 	%{name} = %{version}-%{release}
Obsoletes:	%mklibname %{oname} %{api} 2

%description -n %{libname}
Shared libraries for %{oname}.

%package -n	gstreamer1.0-%{oname}
Summary:	Set of plugins for GStreamer used Audio/Video conferencing
Group:		Sound
Requires:	%{libname} = %{version}-%{release}

%description -n gstreamer1.0-%{oname}
This is a set of plugins for GStreamer that will be used by Farstream
for Audio/Video conferencing.

%package -n %{develname}
Summary:	Headers of %oname for development
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Headers of %{oname} for development.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x \
	--disable-static \
	--enable-gupnp \
	--with-package-name="%{_vendor} %{name}" \
	--with-package-origin="http://www.%{_real_vendor}.org"
%make

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name '*.la' -delete

%files -n %{libname}
%{_libdir}/lib%{oname}-%{api}.so.%{major}*
%{_libdir}/%{oname}-%{api}/*.so

%files -n gstreamer1.0-%{oname}
%{_libdir}/gstreamer-1.0/*.so
%dir %{_datadir}/%{oname}/%{api}/
%{_datadir}/%{oname}/%{api}/*

%files -n %{develname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/%{oname}-libs-%{api}
%doc %{_datadir}/gtk-doc/html/%{oname}-plugins-%{api}/
%{_includedir}/%{oname}-%{api}/
%{_datadir}/gir-1.0/Farstream-%{girmajor}.gir
%{_libdir}/pkgconfig/%{oname}-%{api}.pc
%{_libdir}/lib%{oname}-%{api}.so

%files -n %{girname}
%{_libdir}/girepository-1.0/Farstream-%{girmajor}.typelib


%changelog

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 0.2.7-1
- (c0c53f5) Updated to 0.2.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22548 |14mu|fbset-2.1-26
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Framebuffer utilities for changing video modes
Name:		fbset
Version:	2.1
Release:	26
License:	GPL
Group:		System/Kernel and hardware
Url:		http://users.telenet.be/geertu/Linux/fbdev/
Source0:	fbset-%{version}.tar.bz2
Patch0:		fbset-2.0-pre-19981028.patch
Patch1:		fbset-2.1-fixmode.patch
Patch2:		fbset-2.1-mdkconf.patch
Patch3:		fbset-2.1-manfix.patch
BuildRequires:	bison
BuildRequires:	flex

%description
fbset is a utility for querying and changing video modes of fbcon consoles.

%files
%{_sbindir}/%{name}
%{_mandir}/man[58]/*
%config(noreplace) %{_sysconfdir}/fb.modes

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1 -b .mdkconf
%patch3 -p1

perl -pi -e 's|geometry 10224 768 10224 768 8|geometry 1024 768 1024 768 8|' etc/fb.modes.ATI
perl -pi -e 's|geometry 1024 1024 1024 1024 8|geometry 1280 1024 1280 1024 8|' etc/fb.modes.ATI

%build
%make CFLAGS="%{optflags}"

%install
#make install PREFIX=$RPM_BUILD_ROOT
install %{name} -D %{buildroot}%{_sbindir}/%{name}
bzip2 %{name}.8 fb.modes.5
install %{name}.8.bz2 -D %{buildroot}%{_mandir}/man8/%{name}.8.bz2
install fb.modes.5.bz2 -D %{buildroot}%{_mandir}/man5/fb.modes.bz2

install etc/fb.modes.ATI -D %{buildroot}%{_sysconfdir}/fb.modes


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1-26
- (1342403) Build with system optflags
- (1342403) Add patches from Fedora to fix manpage and resolution



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22549 |14mu|fdupes-1.51-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Identify or delete duplicate files
Name:		fdupes
Version:	1.51
Release:	1
License:	BSD like
Group:		File tools
Url:		http://premium.caribe.net/~adrian2/fdupes.html
Source0:	http://fdupes.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	macros.fdupes
Patch0:		fdupes-1.51-destdir.patch
# http://bugs.debian.org/213385
Patch1:		fdupes-1.50-compare-file.patch
# http://bugs.debian.org/353789
Patch3:		fdupes-1.50-typo.patch

%description
FDUPES is a program for identifying or deleting duplicate files residing within
specified directories.

%files
%doc CHANGES CONTRIBUTORS INSTALL README TODO
%{_bindir}/%{name}
%{_sysconfdir}/rpm/macros.fdupes

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch3 -p1

%build
%make COMPILER_OPTIONS="%{optflags}"

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}

%check
./%{name} testdir
./%{name} --omitfirst testdir
./%{name} --recurse testdir
./%{name} --size testdir

mkdir -p %{buildroot}%{_sysconfdir}/rpm
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/

%changelog

* Wed Apr 27 2016 dsilakov <denis.silakov@rosalab.ru> 1.51-1
- (dcbea0f) Merge pull request #1 from alzim/fdupes:rosa2014.1
- (dcbea0f) Updated to 1.51



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22550 |14mu|festival-2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# we ship the 1.4.2 docs for now.
%define docversion 1.4.2
%define speechtoolsversion %version

%define major 2.1.1
%define libname %mklibname speech_tools %major
%define stringmajor 1.2
%define libnamestring %mklibname eststring %stringmajor
%define oldlibname %mklibname speech_tools 1
%define libnamedevel %mklibname speech_tools -d

Summary:	A free speech synthesizer 
Name:		festival
Version:	2.1
Release:	6
License:	BSD
Group:		Sound
URL:		http://www.cstr.ed.ac.uk/projects/festival/
Source0:	http://festvox.org/packed/festival/%{version}/%{name}-%{version}-release.tar.gz
Source1:	http://festvox.org/packed/festival/%{version}/speech_tools-%{speechtoolsversion}-release.tar.gz
Source2:	http://festvox.org/packed/festival/%{docversion}/festdoc-%{docversion}.tar.gz
Source3:	siteinit.scm
Source4:	sitevars.scm
Source100:	festival.rpmlintrc
# Fix up various locations to be more FSSTND compliant
Patch0:		festival-1.4.1-fsstnd.patch
# Set defaults to American English instead of British English - the OALD
# dictionary (free for non-commercial use only) is needed for BE support
# Additionally, prefer the smaller nitech hts voices.
Patch1:		festival-2.1-nitech-american.patch
# Whack some buildroot references
Patch2: festival_buildroot.patch
Patch3: festival.gcc47.patch

# (fc) 1.2.96-4mdv Fix a coding error (RH bug #162137) (Fedora)
Patch5: festival-1.96-speechtools-rateconvtrivialbug.patch
# (fc) 1.2.96-4mdv Link libs with libm, libtermcap, and libesd (RH bug #198190) (Fedora)
# (ahmad) 2.1-2.mga1 modify this patch so that we don't link against libesd,
# as esound is being phased out of the distro
Patch6:		festival-2.1-speechtools-linklibswithotherlibs.patch
# For some reason, CXX is set to gcc on everything but Mac OS Darwin,
# where it's set to g++. Yeah, well. We need it to be right too.
Patch7:		festival-1.96-speechtools-ohjeezcxxisnotgcc.patch
# (fc) 1.2.96-5mdv build speech_tools as shared libraries (Fedora)
Patch8:		festival-1.96-speechtools-shared-build.patch
# (fc) 1.2.96-5mdv Look for speech tools here, not back there (Fedora)
Patch10:	festival-1.96-findspeechtools.patch
# (fc) 1.96-5mdv  Build main library as shared, not just speech-tools (Fedora)
Patch11:	festival-1.96-main-shared-build.patch
# (fc) 1.2.96-5mdv improve soname (Fedora)
Patch12:	festival-2.1-bettersonamehack.patch
# (fc) 
Patch15:	festival-finnish.patch
# Look for siteinit and sitevars in /etc/festival
Patch16: festival-1.96-etcsiteinit.patch
Patch17:	speech_tools-1.2.96-fix-str-fmt.patch
BuildRequires:	perl
BuildRequires:	pkgconfig(ncurses)
Requires:	festival-voice

%description
Festival is a general multi-lingual speech synthesis system developed
at CSTR. It offers a full text to speech system with various APIs, as
well as an environment for development and research of speech synthesis
techniques. It is written in C++ with a Scheme-based command interpreter
for general control.


%package -n speech_tools
Summary: Miscellaneous utilities from the Edinburgh Speech Tools 
Group: Sound
Version:	%{speechtoolsversion}
Conflicts: festival < 1.96-9mdv

%description -n speech_tools
Miscellaneous utilities from the Edinburgh Speech Tools. Unless you have a
specific need for one of these programs, you probably don't need to install
this.

%package	devel
Summary:	Static libraries and headers for festival text to speech
Group:		Development/C++
Requires:	%{name} = %{version}-%{release}
Requires:	speech_tools-devel

%description	devel
Festival is a general multi-lingual speech synthesis system developed
at CSTR. It offers a full text to speech system with various APIs, as
well as an environment for development and research of speech synthesis
techniques. It is written in C++ with a Scheme-based command interpreter
for general control.

This package contains the libraries and includes files necessary to develop
applications using festival.

%package -n	%{libname}
Summary:	Shared libraries for festival text to speech
Group:		System/Libraries
Version:	%{speechtoolsversion}
Requires:	speech_tools >= %{speechtoolsversion}-%{release}
Conflicts:	%oldlibname < %version

%description -n	%{libname}
Festival is a general multi-lingual speech synthesis system developed
at CSTR. It offers a full text to speech system with various APIs, as
well as an environment for development and research of speech synthesis
techniques. It is written in C++ with a Scheme-based command interpreter
for general control.

This package contains the libraries and includes files necessary for
applications that use festival.

%package -n	%{libnamestring}
Summary:	Shared libraries for festival text to speech
Group:		System/Libraries
Version:	%{speechtoolsversion}
Requires:	speech_tools >= %{speechtoolsversion}-%{release}
Conflicts:	%oldlibname < %version

%description -n	%{libnamestring}
Festival is a general multi-lingual speech synthesis system developed
at CSTR. It offers a full text to speech system with various APIs, as
well as an environment for development and research of speech synthesis
techniques. It is written in C++ with a Scheme-based command interpreter
for general control.

This package contains the libraries and includes files necessary for
applications that use festival.

%package -n	%{libnamedevel}
Summary:	Static libraries and headers for festival text to speech
Group:		Development/C++
Version:	%{speechtoolsversion}
Requires:	speech_tools = %{speechtoolsversion}-%{release}
Requires:	%{libname} = %{speechtoolsversion}-%{release}
Requires:	%{libnamestring} = %{speechtoolsversion}-%{release}
Provides:	speech_tools-devel = %{speechtoolsversion}-%{release}
Obsoletes:	%mklibname -d speech_tools %major
Obsoletes:	%mklibname -d -s speech_tools

%description -n	%{libnamedevel}
Festival is a general multi-lingual speech synthesis system developed
at CSTR. It offers a full text to speech system with various APIs, as
well as an environment for development and research of speech synthesis
techniques. It is written in C++ with a Scheme-based command interpreter
for general control.

This package contains the libraries and includes files necessary to develop
applications using festival.
 
%prep
%setup -q -n festival -a 1 -a 2  
%patch0 -p1 -b .fsstnd
# no backup extension, directory is copied during package install
%patch1 -p1 
%patch2 -p1 -b .buildroot
%patch3 -p0 -b .gcc
%patch5 -p1 -b .rateconvtrivialbug
%patch6 -p1 -b .linklibswithotherlibs
%patch7 -p1 -b .cxx
%patch8 -p1 -b .shared
# no backup extension, directory is copied during package install
%patch10 -p1 
# no backup extension, directory is copied during package install
%patch11 -p1 
%patch12 -p1 -b .bettersoname
# no backup extension, directory is copied during package install
%patch15 -p1 
# no backup extension, directory is copied during package install
%patch16 -p1 
%patch17 -p0

# zero length
rm festdoc-1.4.2/speech_tools/doc/index_html.jade
rm festdoc-1.4.2/speech_tools/doc/examples_gen/error_example_section.sgml
rm festdoc-1.4.2/speech_tools/doc/tex_stuff.jade

# (gb) lib64 fixes, don't bother with a patch for now
perl -pi -e '/^REQUIRED_LIBRARY_DIR/ and s,/usr/lib,%{_libdir},' config/project.mak


%build

# build speech tools (and libraries)
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/speech_tools/lib
cd speech_tools
  %configure2_5x
  # -fPIC 'cause we're building shared libraries and it doesn't hurt
  # -fno-strict-aliasing because of a couple of warnings about code
  #   problems; if $RPM_OPT_FLAGS contains -O2 or above, this puts
  #   it back. Once that problem is gone upstream, remove this for
  #   better optimization.
  make \
    CFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing" \
    CXXFLAGS="$RPM_OPT_FLAGS  -fPIC -fno-strict-aliasing"
cd -

# build the main program
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/src/lib
# instead of doing this, maybe we should patch the make process
# so it looks in the right place explicitly:
export PATH=$(pwd)/bin:$PATH
%configure
make \
  CFLAGS="$RPM_OPT_FLAGS -fPIC" \
  CXXFLAGS="$RPM_OPT_FLAGS -fPIC" 

%check
# all tests must pass
cd speech_tools
#make CFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing" \
#    CXXFLAGS="$RPM_OPT_FLAGS  -fPIC -fno-strict-aliasing" test | grep -v INCORRECT
cd ..

%install
# install speech tools libs, binaries, and include files
pushd speech_tools

  make INSTALLED_LIB=$RPM_BUILD_ROOT%{_libdir} make_installed_lib_shared
  # no thanks, static libs.
  rm -f $RPM_BUILD_ROOT%{_libdir}/*.a

  make INSTALLED_BIN=$RPM_BUILD_ROOT%{_bindir} make_installed_bin_static
  # this list of the useful programs in speech_tools comes from
  # upstream developer Alan W. Black; the other stuff is to be removed.
  pushd $RPM_BUILD_ROOT%{_bindir}
    ls |
        grep -Evw "ch_wave|ch_track|na_play|na_record|wagon|wagon_test" |
        grep -Evw "make_wagon_desc|pitchmark|pm|sig2fv|wfst_build" |
        grep -Evw "wfst_run|wfst_run" |
        xargs rm
  popd

  pushd include
    for d in $( find . -type d | grep -v win32 ); do
      make -w -C $d INCDIR=$RPM_BUILD_ROOT%{_includedir}/EST/$d install_incs
    done  
  popd

popd


install -d %{buildroot}%{_datadir}/%{name}/{voices/english,dicts}

# bin
make INSTALLED_BIN=$RPM_BUILD_ROOT%{_bindir} make_installed_bin_static
install -m 755 bin/text2wave $RPM_BUILD_ROOT%{_bindir}
#install bin/festival_server* bin/text2wave %{buildroot}%{_bindir}
#install src/main/festival{,_client} %{buildroot}%{_bindir}
# this is just nifty. and it's small.
install -m 755 examples/saytime $RPM_BUILD_ROOT%{_bindir}

# install the shared library
cp -a src/lib/libFestival.so* $RPM_BUILD_ROOT%{_libdir}

# devel
mkdir -p $RPM_BUILD_ROOT%{_includedir}/festival
install src/include/*.h %{buildroot}%{_includedir}/%{name}

# data
cp -r lib config examples %{buildroot}%{_datadir}/%{name}
find %{buildroot}%{_datadir}/%{name} -name Makefile -exec rm \{\} \;

# man pages
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
cp -a doc/*.1 $RPM_BUILD_ROOT%{_mandir}/man1

# lib: the bulk of the program -- the scheme stuff and so on
pushd lib
  mkdir -p $RPM_BUILD_ROOT%{_datadir}/festival/lib
  for f in *.scm festival.el *.ent *.gram *.dtd *.ngrambin speech.properties ; do
    install -m 644 $f $RPM_BUILD_ROOT%{_datadir}/festival/lib/
  done
  mkdir -p $RPM_BUILD_ROOT%{_datadir}/festival/lib/multisyn/
  install -m 644 multisyn/*.scm $RPM_BUILD_ROOT%{_datadir}/festival/lib/multisyn/
popd 

mv -f %{buildroot}/%{_datadir}/%{name}/lib/etc/unknown_RedHatLinux/audsp %{buildroot}/%{_bindir}
rm -Rf %{buildroot}/%{_datadir}/%{name}/lib/etc/
rm -f %{buildroot}%{_datadir}/%{name}/lib/VCLocalRules


# the actual /etc. :)
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/festival
# use our version of this file
rm $RPM_BUILD_ROOT%{_datadir}/festival/lib/siteinit.scm 
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/festival/siteinit.scm
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/festival/sitevars.scm

sed -i -e 's,/projects/festival/lib,%{_datadir}/%{name},g' %{buildroot}/%{_datadir}/%{name}/lib/lexicons.scm

%files
%doc ACKNOWLEDGMENTS COPYING INSTALL NEWS README*
%doc festdoc-1.4.2/festival/html/*html
%doc festdoc-1.4.2/festival/info
%doc festdoc-1.4.2/festival/festival.ps
%{_bindir}/audsp
%{_bindir}/festival
%{_bindir}/festival_client
%{_bindir}/festival_server
%{_bindir}/festival_server_control
%{_bindir}/text2wave
%{_bindir}/saytime
%{_libdir}/libFestival.so.%{version}*
%dir %{_datadir}/festival
%dir %{_datadir}/festival/lib
%{_datadir}/festival/lib/*.scm
%{_datadir}/festival/lib/festival.el
%{_datadir}/festival/lib/*.ent
%{_datadir}/festival/lib/*.gram
%{_datadir}/festival/lib/*.dtd
%{_datadir}/festival/lib/*.ngrambin
%{_datadir}/festival/lib/speech.properties
%{_datadir}/festival/dicts
%{_datadir}/festival/voices
%dir %{_datadir}/festival/lib/multisyn
%{_datadir}/festival/lib/multisyn/*.scm
%dir %{_datadir}/festival/examples
#% {_datadir}/festival/examples/intro.text
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/festival

%files devel
%doc festdoc-1.4.2/speech_tools
%{_libdir}/libFestival.so
%{_includedir}/festival
%{_datadir}/festival/config

%files -n speech_tools
%doc speech_tools/INSTALL speech_tools/README
%{_bindir}/ch_track
%{_bindir}/ch_wave
%{_bindir}/make_wagon_desc
%{_bindir}/na_play
%{_bindir}/na_record
%{_bindir}/pitchmark
%{_bindir}/pm
%{_bindir}/sig2fv
%{_bindir}/wagon
%{_bindir}/wagon_test
%{_bindir}/wfst_run
%{_bindir}/wfst_build
%{_datadir}/festival/examples

%files -n %{libname}
%doc speech_tools/README
%{_libdir}/libestbase.so.%{major}*
%{_libdir}/libestools.so.%{major}*

%files -n %libnamestring
%{_libdir}/libeststring.so.%{stringmajor}*

%files -n %{libnamedevel}
%{_includedir}/EST
%{_libdir}/libestbase.so
%{_libdir}/libestools.so
%{_libdir}/libeststring.so

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 2.1-6
- (b08efa9) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22551 |14mu|fetchmail-6.3.26-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Full-featured POP/IMAP mail retrieval daemon
Name:		fetchmail
Version:	6.3.26
Release:	3
License:	GPLv2+
Group:		Networking/Mail
Url: 		http://www.fetchmail.info
Source0:	http://sourceforge.net/projects/fetchmail/files/branch_6.3/%{name}-%{version}.tar.xz
Source2:	http://sourceforge.net/projects/fetchmail/files/branch_6.3/%{name}-%{version}.tar.xz.asc
Source4:	fetchmail.sysconfig
Source5:	fetchmail.service
Patch0:		fetchmail-5.7.0-nlsfix.patch
Patch9:		fetchmail-6.3.2-norootwarning.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	python
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(openssl)
Requires:	MailTransportAgent

%description
Fetchmail is a free, full-featured, robust, and well-documented remote mail
retrieval and forwarding utility intended to be used over on-demand TCP/IP
links (such as SLIP or PPP connections).

It retrieves mail from remote mail servers and forwards it to your local
(client) machine's delivery system, so it can then be read by normal
mail user agents such as Mutt, Elm, Pine, (X)Emacs/Gnus or Mailx.

It comes with an interactive GUI configurator suitable for end-users.

Fetchmail supports every remote-mail protocol currently in use on the
Internet (POP2, POP3, RPOP, APOP, KPOP, all IMAPs, ESMTP ETRN) for
retrieval. Then Fetchmail forwards the mail through SMTP, so you can
read it through your normal mail client.

%files -f %{name}.lang
%doc COPYING FAQ FEATURES INSTALL NEWS NOTES README
%doc contrib fetchmail-features.html fetchmail-FAQ.html design-notes.html
%{_bindir}/fetchmail
%{_mandir}/man1/fetchmail.1*

#----------------------------------------------------------------------------

%package -n fetchmailconf
Summary:	A utility for graphically configuring your fetchmail preferences
Group:		System/Configuration/Networking
Requires:	tkinter
Requires:	%{name} = %{EVRD}

%description -n fetchmailconf
Fetchmailconf is a TCL/TK application for graphically configuring
your ~/.fetchmailrc preferences file.

Fetchmail has many options which can be daunting to the new user.

This utility takes some of the guesswork and hassle out of setting up
fetchmail.

%files -n fetchmailconf
%doc README.fetchmail-conf
%{_libdir}/rhs/control-panel/*
%{_bindir}/fetchmailconf
%{_mandir}/man1/fetchmailconf.1*
%{py_puresitedir}/fetchmailconf.py*

#----------------------------------------------------------------------------

%package daemon
Summary:	Systemd service for demonize fetchmail for retrieving emails
Group:		System/Base
Requires:	%{name} = %{EVRD}
Requires(post,preun):	rpm-helper

%description daemon
Systemd service for demonize fetchmail for sucking emails.

%files daemon
%attr(600,root,root) %config(noreplace,missingok) %{_sysconfdir}/fetchmailrc
%config(noreplace) %{_sysconfdir}/sysconfig/fetchmail
%attr(755,root,root) %config(noreplace) %{_unitdir}/fetchmail*

%post daemon
%_post_service fetchmail

%preun daemon
%_preun_service fetchmail

%postun daemon
if [ "$1" -ge "1" ]; then
	/sbin/service fetchmail condrestart > /dev/null 2>/dev/null || :
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch9 -p0 -b .norootwarn

%build
%serverbuild
%configure2_5x  \
	--with-ssl=%{_prefix} \
	--enable-RPA \
	--enable-NTLM \
	--enable-SDPS

# (tv) do not use %%make in order to workaround buggy parallel build:
make all

%install
mkdir -p %{buildroot}{%{_libdir}/rhs/control-panel,%{_datadir}/applets/Administration} \
	%{buildroot}{%{_sysconfdir}/{X11/wmconfig,sysconfig},%{_mandir}/man1,%{_unitdir}}

%makeinstall

install rh-config/*.{xpm,init} %{buildroot}%{_libdir}/rhs/control-panel

install -Dm 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/fetchmail
install -m0755 %{SOURCE5} %{buildroot}%{_unitdir}/fetchmail.service

echo -e "# Put here each user config\n" > %{buildroot}/etc/fetchmailrc

rm -rf contrib/RCS
chmod 644 contrib/*
find -name \*.xpm -exec chmod 644 '{}' \;

%find_lang %{name}

cat > README.fetchmail-conf <<EOF
Fetchmailconf is a TCL/TK application for graphically configuring your
~/.fetchmailrc preferences file.

Fetchmail has many options which can be daunting to the new user.


This utility takes some of the guesswork and hassle out of setting up
fetchmail.
EOF


%changelog

* Mon Apr 04 2016 Denis Silakov <dsilakov@gmail.com> 6.3.26-3
- (608dc71) Migrate to systemd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22552 |14mu|ffmpeg2.8-2.8.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ffmpeg

%define major           56
%define avdevmajor      56
%define filtermajor     5
%define avfmtmajor      56
%define avumajor        54
%define ppmajor         53
%define swrmajor        1
%define swsmajor        3
%define libavcodec      %mklibname avcodec %{major}
%define libavdevice     %mklibname avdevice %{avdevmajor}
%define libavfilter     %mklibname avfilter %{filtermajor}
%define libavformat     %mklibname avformat %{avfmtmajor}
%define libavutil       %mklibname avutil %{avumajor}
%define libpostproc     %mklibname postproc %{ppmajor}
%define libswresample   %mklibname swresample %{swrmajor}
%define libswscale      %mklibname swscaler %{swsmajor}

#####################
# Hardcode PLF build
%define build_plf 0
#####################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%bcond_with	dlopen
%else
%bcond_without	dlopen
%endif

%bcond_without	swscaler
%bcond_with	opencv
%bcond_with	faac

Summary:	Hyper fast MPEG1/MPEG4/H263/RV and AC3/MPEG audio encoder
Name:		ffmpeg2.8
Version:	2.8.9
Release:	5%{?extrarelsuffix}
%if %{build_plf}
License:	GPLv3+
%else
License:	GPLv2+
%endif
Group:		Video
Url:		http://ffmpeg.org/
Source0:	http://ffmpeg.org/releases/%{oname}-%{version}.tar.xz
Patch1:		ffmpeg-2.8-dlopen-faac-mp3lame-opencore-x264-x265-xvid.patch
Patch2:		ffmpeg-1.0.1-time.h.patch
Patch3:		ffmpeg-2.8-fix-build-with-flto-and-inline-assembly.patch
Patch4:		ffmpeg-3.2-local-headers-for-dlopen.patch
Patch5:		ffmpeg-xbmc-support.patch
BuildRequires:	texi2html
BuildRequires:	yasm
BuildRequires:	bzip2-devel
BuildRequires:	gsm-devel
BuildRequires:	jpeg-devel
BuildRequires:	ladspa-devel
BuildRequires:	libnut-devel
BuildRequires:	libschroedinger-devel
# Maybe needs to be updated in future
BuildConflicts:	crystalhd-devel

BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(celt)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gnutls) >= 3.0
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librtmp)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libv4l2)
%if %{with opencv}
BuildRequires:	pkgconfig(opencv)
%endif
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(soxr)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(wavpack)
%if %{build_plf}
BuildRequires:	liblame-devel
BuildRequires:	xvid-devel
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
BuildRequires:	pkgconfig(vo-aacenc)
BuildRequires:	pkgconfig(vo-amrwbenc)
BuildRequires:	pkgconfig(x264)
BuildRequires:	pkgconfig(x265)
%endif
%if %{with faac}
BuildRequires:	libfaac-devel
%endif
%if 0
Buildrequires:	pkgconfig(frei0r)
%endif

%description
ffmpeg is a hyper fast realtime audio/video encoder, a streaming server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

%if %{build_plf}
This package is in Restricted as it violates several patents.
%endif

#----------------------------------------------------------------------------

%package -n %{libavcodec}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries
%if %{with dlopen}
%if "%{_lib}" == "lib64"
%global	_ext	()(64bit)
%else
%global	_ext	%{nil}
%endif
Suggests:	libfaac.so.0%{_ext}
Suggests:	libx264.so.142%{_ext}
Suggests:	libopencore-amrnb.so.0%{_ext}
Suggests:	libopencore-amrwb.so.0%{_ext}
Suggests:	libmp3lame.so.0%{_ext}
Suggests:	libxvidcore.so.4%{_ext}
%endif

%description -n %{libavcodec}
This package contains a shared library for %{oname}.

%if %{build_plf}
This package is in Restricted as it violates several patents.
%endif

%files -n %{libavcodec}
%{_libdir}/libavcodec.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libavdevice}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavdevice}
This package contains a shared library for %{oname}.

%files -n %{libavdevice}
%{_libdir}/libavdevice.so.%{avdevmajor}*

#----------------------------------------------------------------------------

%package -n %{libavfilter}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavfilter}
This package contains a shared library for %{oname}.

%files -n %{libavfilter}
%{_libdir}/libavfilter.so.%{filtermajor}*

#----------------------------------------------------------------------------

%package -n %{libavformat}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavformat}
This package contains a shared library for %{oname}.

%files -n %{libavformat}
%{_libdir}/libavformat.so.%{avfmtmajor}*

#----------------------------------------------------------------------------

%package -n %{libavutil}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavutil}
This package contains a shared library for %{oname}.

%files -n %{libavutil}
%{_libdir}/libavutil.so.%{avumajor}*

#----------------------------------------------------------------------------

%package -n %{libpostproc}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries
Conflicts:	%{_lib}ffmpeg51

%description -n %{libpostproc}
This package contains a shared library for %{oname}.

%files -n %{libpostproc}
%{_libdir}/libpostproc.so.%{ppmajor}*

#----------------------------------------------------------------------------

%package -n %{libswresample}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libswresample}
This package contains a shared library for %{oname}.

%files -n %{libswresample}
%{_libdir}/libswresample.so.%{swrmajor}*

#----------------------------------------------------------------------------

%if %{with swscaler}
%package -n %{libswscale}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libswscale}
This package contains a shared library for %{oname}.

%files -n %{libswscale}
%{_libdir}/libswscale.so.%{swsmajor}*
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch2 -p1 -b .timeh~
%patch3 -p1 -b .flto_inline_asm~
%if %{with dlopen}
%patch1 -p1 -b .dlopen~
%patch4 -p1 -b .dl_headers~
%endif
%patch5 -p1 -b .xbmc~

%build
export CFLAGS="%{optflags} -fPIC -I%{_includedir}/openjpeg-1.5/"
export LDFLAGS="%{ldflags}"

./configure --prefix=%{_prefix} \
	--enable-shared \
	--libdir=%{_libdir} \
	--shlibdir=%{_libdir} \
	--incdir=%{_includedir} \
	--disable-stripping \
	--enable-postproc \
	--enable-gpl \
	--enable-pthreads \
	--enable-ladspa \
	--enable-libbluray \
	--enable-libtheora \
	--enable-libvorbis --disable-encoder=vorbis \
	--enable-libvpx \
	--enable-x11grab \
	--enable-runtime-cpudetect \
	--enable-libdc1394 \
	--enable-libschroedinger \
	--enable-librtmp \
	--enable-libspeex \
	--enable-libfreetype \
	--enable-libnut \
	--enable-libgsm \
	--enable-libcelt \
%if %{with opencv}
	--enable-libopencv \
%else
	--disable-libopencv \
%endif
	--enable-libopenjpeg \
	--enable-libopus \
	--enable-libsoxr \
	--enable-libwavpack \
	--disable-libxavs \
	--enable-libmodplug \
	--enable-libass \
	--enable-gnutls \
	--enable-libcdio \
	--enable-libpulse \
	--enable-libv4l2 \
%if 0
	--enable-frei0r \
%endif
%if %{build_plf}
	--enable-libmp3lame \
	--enable-libopencore-amrnb \
	--enable-libopencore-amrwb \
	--enable-version3 \
	--enable-libx264 \
	--enable-libx265 \
	--enable-libvo-aacenc \
	--enable-libvo-amrwbenc \
	--enable-libxvid \
%else
	--disable-decoder=aac --disable-encoder=aac \
%if %{with dlopen}
	--enable-libmp3lame-dlopen \
	--enable-libopencore-amrnb-dlopen \
	--enable-libopencore-amrwb-dlopen \
	--enable-libx264-dlopen \
	--enable-libxvid-dlopen \
%if !%{with faac}
	--enable-libfaac-dlopen \
%endif
%endif
%endif
%if %{with faac}
	--enable-nonfree --enable-libfaac
%endif

%make

%install
%makeinstall_std SRC_PATH=`pwd`

# Drop development and main package files
rm -rf %{buildroot}%{_bindir}/
rm -rf %{buildroot}%{_mandir}/
rm -rf %{buildroot}%{_datadir}/%{oname}/
rm -rf %{buildroot}%{_datadir}/doc/%{oname}/
rm -rf %{buildroot}%{_includedir}/
rm -rf %{buildroot}%{_libdir}/*.a
rm -rf %{buildroot}%{_libdir}/*.so
rm -rf %{buildroot}%{_libdir}/pkgconfig/*.pc


%changelog

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.8.9-5
- (5834111) New version 2.8.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22553 |14mu|ffmpeg-3.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major           57
%define avdevmajor      57
%define filtermajor     6
%define avfmtmajor      57
%define avumajor        55
%define ppmajor         54
%define swrmajor        2
%define swsmajor        4
%define avrmajor        3
%define libavcodec      %mklibname avcodec %{major}
%define libavdevice     %mklibname avdevice %{avdevmajor}
%define libavfilter     %mklibname avfilter %{filtermajor}
%define libavformat     %mklibname avformat %{avfmtmajor}
%define libavutil       %mklibname avutil %{avumajor}
%define libpostproc     %mklibname postproc %{ppmajor}
%define libswresample   %mklibname swresample %{swrmajor}
%define libswscale      %mklibname swscaler %{swsmajor}
%define libavresample   %mklibname avresample %{avrmajor}
%define devname         %mklibname %{name} -d
%define statname        %mklibname %{name} -d -s

#####################
# Hardcode PLF build
%define build_plf 0
#####################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%bcond_with	dlopen
%else
%bcond_without	dlopen
%endif

%bcond_without	swscaler
%bcond_with	opencv

Summary:	Hyper fast MPEG1/MPEG4/H263/RV and AC3/MPEG audio encoder
Name:		ffmpeg
Version:	3.2.4
Release:	3%{?extrarelsuffix}
%if %{build_plf}
License:	GPLv3+
%else
License:	GPLv2+
%endif
Group:		Video
Url:		http://ffmpeg.org/
Source0:	http://ffmpeg.org/releases/%{name}-%{version}.tar.xz
Patch1:		ffmpeg-3.2-dlopen-mp3lame-opencore-x264-x265-xvid.patch
Patch2:		ffmpeg-1.0.1-time.h.patch
Patch3:		ffmpeg-3.2-fix-build-with-flto-and-inline-assembly.patch
Patch4:		ffmpeg-3.2-local-headers-for-dlopen.patch
Patch5:		ffmpeg-xbmc-support.patch
BuildRequires:	texi2html
BuildRequires:	yasm
BuildRequires:	bzip2-devel
BuildRequires:	gsm-devel
BuildRequires:	jpeg-devel
BuildRequires:	ladspa-devel
BuildRequires:	libnut-devel
BuildRequires:	libschroedinger-devel
# Maybe needs to be updated in future
BuildConflicts:	crystalhd-devel

BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(celt)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gnutls) >= 3.0
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librtmp)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(OpenCL)
%if %{with opencv}
BuildRequires:	pkgconfig(opencv)
%endif
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(soxr)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(wavpack)
%if %{build_plf}
BuildRequires:	liblame-devel
BuildRequires:	xvid-devel
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
BuildRequires:	pkgconfig(vo-amrwbenc)
BuildRequires:	pkgconfig(x264)
BuildRequires:	pkgconfig(x265)
%endif
%if 0
BuildRequires:	pkgconfig(frei0r)
%endif

%description
ffmpeg is a hyper fast realtime audio/video encoder, a streaming server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

%if %{build_plf}
This package is in Restricted as it violates several patents.
%endif

%files
%doc INSTALL.md README.md doc/*.html doc/*.txt doc/*.conf
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/ffmpeg

#----------------------------------------------------------------------------

%package -n %{libavcodec}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries
%if %{with dlopen}
%if "%{_lib}" == "lib64"
%global	_ext	()(64bit)
%else
%global	_ext	%{nil}
%endif
Suggests:	libx264.so.142%{_ext}
Suggests:	libopencore-amrnb.so.0%{_ext}
Suggests:	libopencore-amrwb.so.0%{_ext}
Suggests:	libmp3lame.so.0%{_ext}
Suggests:	libxvidcore.so.4%{_ext}
%endif

%description -n %{libavcodec}
This package contains a shared library for %{name}.

%if %{build_plf}
This package is in Restricted as it violates several patents.
%endif

%files -n %{libavcodec}
%{_libdir}/libavcodec.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libavdevice}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavdevice}
This package contains a shared library for %{name}.

%files -n %{libavdevice}
%{_libdir}/libavdevice.so.%{avdevmajor}*

#----------------------------------------------------------------------------

%package -n %{libavfilter}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n	%{libavfilter}
This package contains a shared library for %{name}.

%files -n %{libavfilter}
%{_libdir}/libavfilter.so.%{filtermajor}*

#----------------------------------------------------------------------------

%package -n %{libavformat}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavformat}
This package contains a shared library for %{name}.

%files -n %{libavformat}
%{_libdir}/libavformat.so.%{avfmtmajor}*

#----------------------------------------------------------------------------

%package -n %{libavutil}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavutil}
This package contains a shared library for %{name}.

%files -n %{libavutil}
%{_libdir}/libavutil.so.%{avumajor}*

#----------------------------------------------------------------------------

%package -n %{libpostproc}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n	%{libpostproc}
This package contains a shared library for %{name}.

%files -n %{libpostproc}
%{_libdir}/libpostproc.so.%{ppmajor}*

#----------------------------------------------------------------------------

%package -n %{libswresample}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libswresample}
This package contains a shared library for %{name}.

%files -n %{libswresample}
%{_libdir}/libswresample.so.%{swrmajor}*

#----------------------------------------------------------------------------

%if %{with swscaler}
%package -n %{libswscale}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libswscale}
This package contains a shared library for %{name}.

%files -n %{libswscale}
%{_libdir}/libswscale.so.%{swsmajor}*
%endif

#----------------------------------------------------------------------------

%package -n %{libavresample}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavresample}
This package contains a shared library for %{name}.

%files -n %{libavresample}
%{_libdir}/libavresample.so.%{avrmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for the ffmpeg codec library
Group:		Development/C
Requires:	%{libavcodec} = %{EVRD}
Requires:	%{libavdevice} = %{EVRD}
Requires:	%{libavfilter} = %{EVRD}
Requires:	%{libavformat} = %{EVRD}
Requires:	%{libavresample} = %{EVRD}
Requires:	%{libavutil} = %{EVRD}
Requires:	%{libpostproc} = %{EVRD}
Requires:	%{libswresample} = %{EVRD}
%if %{with swscaler}
Requires:	%{libswscale} = %{EVRD}
%endif
Requires:	pkgconfig(OpenCL)
Provides:	ffmpeg-devel = %{EVRD}

%description -n %{devname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install this package if you want to compile apps with ffmpeg support.

%files -n %{devname}
%{_includedir}/libavcodec
%{_includedir}/libavdevice
%{_includedir}/libavfilter
%{_includedir}/libavformat
%{_includedir}/libavutil
%{_includedir}/libpostproc
%{_includedir}/libswresample
%{_includedir}/libavresample
%{_libdir}/libavcodec.so
%{_libdir}/libavdevice.so
%{_libdir}/libavfilter.so
%{_libdir}/libavformat.so
%{_libdir}/libavutil.so
%{_libdir}/libpostproc.so
%{_libdir}/libswresample.so
%{_libdir}/libavresample.so
%if %{with swscaler}
%{_includedir}/libswscale
%{_libdir}/libswscale.so
%{_libdir}/pkgconfig/libswscale.pc
%endif
%{_libdir}/pkgconfig/libavcodec.pc
%{_libdir}/pkgconfig/libavdevice.pc
%{_libdir}/pkgconfig/libavfilter.pc
%{_libdir}/pkgconfig/libavformat.pc
%{_libdir}/pkgconfig/libavutil.pc
%{_libdir}/pkgconfig/libpostproc.pc
%{_libdir}/pkgconfig/libswresample.pc
%{_libdir}/pkgconfig/libavresample.pc
%{_mandir}/man3/lib*.3.*

#----------------------------------------------------------------------------

%package -n %{statname}
Summary:	Static library for the ffmpeg codec library
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	ffmpeg-static-devel = %{EVRD}

%description -n	%{statname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install this package if you want to compile static apps with ffmpeg support.

%files -n %{statname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch2 -p1 -b .timeh~
%patch3 -p1 -b .flto_inline_asm~
%if %{with dlopen}
%patch1 -p1 -b .dlopen~
%patch4 -p1 -b .dl_headers~
%endif
%patch5 -p1 -b .xbmc~

%build
export CFLAGS="%{optflags} -fPIC -I%{_includedir}/openjpeg-1.5/"
export LDFLAGS="%{ldflags}"

./configure --prefix=%{_prefix} \
	--enable-shared \
	--libdir=%{_libdir} \
	--shlibdir=%{_libdir} \
	--incdir=%{_includedir} \
	--disable-stripping \
	--enable-postproc \
	--enable-gpl \
	--enable-pthreads \
	--enable-ladspa \
	--enable-libbluray \
	--enable-libtheora \
	--enable-libvorbis --disable-encoder=vorbis \
	--enable-libvpx \
	--enable-x11grab \
	--enable-runtime-cpudetect \
	--enable-libdc1394 \
	--enable-libschroedinger \
	--enable-librtmp \
	--enable-libspeex \
	--enable-libfreetype \
	--enable-libnut \
	--enable-libgsm \
	--enable-libcelt \
	--enable-avresample \
	--enable-opencl \
%if %{with opencv}
	--enable-libopencv \
%else
	--disable-libopencv \
%endif
	--enable-libopenjpeg \
	--enable-libopus \
	--enable-libsoxr \
	--enable-libwavpack \
	--disable-libxavs \
	--enable-libmodplug \
	--enable-libass \
	--enable-gnutls \
	--enable-libcdio \
	--enable-libpulse \
	--enable-libv4l2 \
%if 0
	--enable-frei0r \
%endif
%if %{build_plf}
	--enable-libmp3lame \
	--enable-libopencore-amrnb \
	--enable-libopencore-amrwb \
	--enable-version3 \
	--enable-libx264 \
	--enable-libx265 \
	--enable-libvo-amrwbenc \
	--enable-libxvid \
%else
	--disable-decoder=aac --disable-encoder=aac \
%if %{with dlopen}
	--enable-libmp3lame-dlopen \
	--enable-libopencore-amrnb-dlopen \
	--enable-libopencore-amrwb-dlopen \
	--enable-libx264-dlopen \
	--enable-libxvid-dlopen
%endif
%endif

%make

%install
%makeinstall_std SRC_PATH=`pwd`

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22554 |14mu|ffmpegthumbs-4.14.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Video thumbnail generator for KDE4 file managers
Name:		ffmpegthumbs
Epoch:		3
Version:	4.14.3
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libswscale)

%description
FFmpegThumbs is a video thumbnails implementation for KDE4 based on
FFmpegThumbnailer.

This thumbnailer uses FFmpeg to decode frames from the video files,
so supported video formats depend on the configuration flags of ffmpeg.

This thumbnailer was designed to be as fast and lightweight as possible.

%files
%{_kde_libdir}/kde4/ffmpegthumbs.so
%{_kde_services}/ffmpegthumbs.desktop

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Feb 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-3
+ Revision: 42cc8e8
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22555 |14mu|file-5.28-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname magic %{major}
%define devname %mklibname magic -d
%define staticname %mklibname magic -d -s

Summary:	A utility for determining file types
Name:		file
Version:	5.28
Release:	1
License:	BSD
Group:		File tools
Url:		http://www.darwinsys.com/file/
Source0:	ftp://ftp.astron.com/pub/file/%{name}-%{version}.tar.gz
Source1:	%{name}.rpmlintrc
Patch0:		file-rpm-locale.patch
Patch1:		file-5.18-x86boot.patch
Patch2:		file-5.26-selinux.patch
Patch3:		file-5.04-oracle.patch
Patch4:		file-5.05-dump.patch
Patch5:		file-5.28-berkeleydb.patch
Patch6:		file-4.20-xen.patch
Patch7:		file-5.15-images.patch
Patch8:		file-5.26-apple.patch
Patch9:		file-5.26-strength.patch
Patch10:	file-5.19-image-fmt-widths.patch
Patch11:	file-5.04-man-return-code.patch
Patch12:	file-5.04-volume_key.patch
Patch13:	file-5.26-no-magic.patch
Patch14:	file-5.18-journald.patch
Patch15:	file-5.28-compress-sigsegv.patch
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

%description
The file command is used to identify a particular file according to the
type of data contained by the file.  File can identify many different
file types, including ELF binaries, system libraries, RPM packages, and
different graphics formats.

You should install the file package, since the file command is such a
useful utility.

%files
%doc README MAINT ChangeLog
%{_bindir}/*
%{_datadir}/misc/*
%{_mandir}/man1/*
%{_mandir}/man4/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for handling magic files
Group:		System/Libraries

%description -n %{libname}
The file command is used to identify a particular file according to the
type of data contained by the file.  File can identify many different
file types, including ELF binaries, system libraries, RPM packages, and
different graphics formats.

Libmagic is a library for handlig the so called magic files the 'file'
command is based on.

%files -n %{libname}
%{_libdir}/libmagic.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files to build applications that handle magic files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	magic-devel = %{EVRD}

%description -n %{devname}
The file command is used to identify a particular file according to the
type of data contained by the file.  File can identify many different
file types, including ELF binaries, system libraries, RPM packages, and
different graphics formats.

Libmagic is a library for handlig the so called magic files the 'file'
command is based on.

%files -n %{devname}
%{_libdir}/libmagic.so
%{_includedir}/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package -n %{staticname}
Summary:	Static library to build applications that handle magic files
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	magic-static-devel = %{EVRD}

%description -n %{staticname}
The file command is used to identify a particular file according to the
type of data contained by the file.  File can identify many different
file types, including ELF binaries, system libraries, RPM packages, and
different graphics formats.

Libmagic is a library for handlig the so called magic files the 'file'
command is based on.

%files -n %{staticname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%package -n python-magic
Summary:	Python module to use libmagic
Group:		Development/Python
BuildArch:	noarch
Requires:	%{name} >= %{EVRD}

%description -n python-magic
Libmagic is a library for handlig the so called magic files the 'file'
command is based on.

This package contains the python binding for libmagic.

%files -n python-magic
%doc python/README python/example.py
%{py_puresitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1

%build
autoreconf -fi
CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" \
%configure2_5x --enable-static
%make

pushd python
python setup.py build
popd

%install
%makeinstall_std

# install one missing header file
install -m644 src/file.h -D %{buildroot}%{_includedir}/file.h

pushd python
python setup.py install --root=%{buildroot}
popd

%changelog

* Tue Jul 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.28-1
- (3417bfd) New version 5.28
- (3417bfd) Add compress-sigsegv patch from Fedora to fix zlib-related segfault



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22556 |14mu|filelight-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical disk usage statistics
Name:		filelight
Version:	4.14.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
Url:		http://utils.kde.org/projects/filelight/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
Filelight allows you to quickly understand exactly where your
diskspace is being used by graphically representing your file
system as a set of concentric segmented-rings. You can use it
to locate hotspots of disk usage and then manipulate those
areas using a file manager.

%files
%doc %{_kde_docdir}/HTML/en/filelight
%{_kde_bindir}/filelight
%{_kde_libdir}/kde4/filelightpart.so
%{_kde_applicationsdir}/filelight.desktop
%{_kde_appsdir}/filelight
%{_kde_appsdir}/filelightpart
%{_kde_iconsdir}/*/*/actions/view_filelight.*
%{_kde_iconsdir}/*/*/apps/filelight.*
%{_kde_configdir}/filelightrc
%{_kde_services}/filelightpart.desktop

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: e9f0a0e
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22557 |14mu|file-roller-3.16.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	An archive manager for GNOME
Name:		file-roller
Version:	3.16.4
Release:	2
License:	GPLv2+
URL:		http://fileroller.sourceforge.net
Group:		Archiving/Compression
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
# Merge into f-r 3.22
Patch0:		CVE-2016-7162.patch

BuildRequires:	intltool
BuildRequires:	itstool

BuildRequires:	libtool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnautilus-extension)
BuildRequires:	pkgconfig(sm)
BuildRequires:  pkgconfig(gio-unix-2.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(json-glib-1.0)
BuildRequires:  pkgconfig(libarchive)
BuildRequires:  pkgconfig(libnotify)

# for the gsettings schema
Requires:	nautilus

%description
File Roller is an archive manager for the GNOME environment.  This means that 
you can : create and modify archives; view the content of an archive; view a 
file contained in the archive; extract files from the archive.
File Roller is only a front-end (a graphical interface) to archiving programs 
like tar and zip. The supported file types are :
    * Tar archives uncompressed (.tar) or compressed with
          * gzip (.tar.gz , .tgz)
          * bzip (.tar.bz , .tbz)
          * bzip2 (.tar.bz2 , .tbz2)
          * compress (.tar.Z , .taz)
          * lzop (.tar.lzo , .tzo)
          * lzma (.tar.lzma , .tlz)
    * Zip archives (.zip)
    * Jar archives (.jar , .ear , .war)
    * Lha archives (.lzh)
    * Rar archives (.rar)
    * Single files compressed with gzip, bzip, bzip2, compress, lzop, lzma
    * ISO images

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-scrollkeeper \
	--disable-packagekit \
	--enable-nautilus-actions

make V=1 LIBTOOL=/usr/bin/libtool

%install
%makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS NEWS README 
%{_bindir}/*
%{_libdir}/nautilus/extensions-3.0/*.so
%{_libexecdir}/%{name}
%{_datadir}/applications/*
%{_datadir}/dbus-1/services/org.gnome.FileRoller.service
%{_datadir}/file-roller
%{_datadir}/GConf/gsettings/file-roller.convert
%{_datadir}/glib-2.0/schemas/org.gnome.FileRoller.gschema.xml
%{_datadir}/icons/hicolor/*/*/*.*
%{_datadir}/dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service
%{_datadir}/appdata/org.gnome.FileRoller.appdata.xml

%changelog

* Fri Sep 23 2016 Denis Silakov <dsilakov@gmail.com> 3.16.4-2
- (796f66f) Fix CVE-2016-7162



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22558 |14mu|filesystem-2.1.9-38
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The basic directory layout for a Linux system
Name:		filesystem
Version:	2.1.9
Release:	38
License:	Public Domain
Group:		System/Base
Url:		http://www.rosalinux.ru/
Source0:	%{name}.rpmlintrc
#Added to transfer /var/run and /var/lock from folders to symlinks
Provides:	should-restart = system

%description
The filesystem package is one of the basic packages that is installed on
a ROSA Linux system. Filesystem contains the basic directory layout
for a Linux operating system, including the correct permissions for the
directories.

%files
/bin
/boot
/etc
/home
/initrd
/lib
%if %{_lib} != lib
/%{_lib}
%endif
%dir /media
%dir /mnt
%dir /opt
/proc
/sys
%attr(750,root,root) /root
/sbin
%attr(1777,root,root) /tmp
%{_prefix}
%dir /run
%dir /run/lock
%dir /var
/var/db
/var/lib
/var/local
/var/empty
/var/cache
/var/log
/var/mail
/var/nis
/var/opt
/var/preserve
/var/run
/var/lock
%dir /var/spool
%attr(0755,root,daemon) %dir /var/spool/lpd
%attr(775,root,mail) /var/spool/mail
%attr(1777,root,root) /var/tmp
/var/yp

#----------------------------------------------------------------------------

%install
cd %{buildroot}
mkdir -p mnt media bin boot
mkdir -p opt proc root sbin sys tmp
mkdir -p home initrd
mkdir -p lib/modules

mkdir -p %{buildroot}%{_sysconfdir}/{profile.d,skel,security,ssl,sysconfig,default}
mkdir -p %{_lib}

mkdir -p %{buildroot}%{_prefix}/{etc,src,lib}
mkdir -p %{buildroot}/{%{_bindir},%{_libdir},%{_includedir},%{_sbindir},%{_datadir}}
mkdir -p %{buildroot}/%{_datadir}/{misc,pixmaps,applications,dict,doc,empty,fonts}
mkdir -p %{buildroot}/%{_datadir}/color/{icc,cmms,settings}

# man
mkdir -p %{buildroot}/%{_mandir}/man{1,2,3,4,5,6,7,8,9,n}
mkdir -p %{buildroot}/%{_infodir}
# games
mkdir -p %{buildroot}/{%{_gamesbindir},%{_gamesdatadir}}
mkdir -p %{buildroot}/{%{_libdir},%{_prefix}/lib}/games

mkdir -p %{buildroot}/%{_libdir}/gcc-lib
mkdir -p %{buildroot}/%{_prefix}/lib/gcc-lib

mkdir -p usr/local/{bin,doc,etc,games,lib,%{_lib},sbin,src,libexec,include}
mkdir -p usr/local/share/{man/man{1,2,3,4,5,6,7,8,9,n},info}

mkdir -p var/{local,log,nis,preserve,lib,empty}
mkdir -p var/spool/{mail,lpd}
mkdir -p var/lib/{games,misc}
mkdir -p var/{tmp,db,cache/man,opt,games,yp}
mkdir -p run/lock

ln -snf ../run var/run
ln -snf ../run/lock var/lock

ln -snf ../var/tmp usr/tmp
ln -snf spool/mail var/mail


%pretrans -p <lua>
vr = posix.stat("/var/run")
if vr and vr.type ~= "link" then
    os.rename("/var/run", "/var/run.old")
end

vl = posix.stat("/var/lock")
if vl and vl.type ~= "link" then
    os.rename("/var/lock", "/var/lock.old")
end


%post -p <lua>
--(tpg) seems like arg=arg+1 for lua
if arg[2] >= 2 then 
	vr = posix.stat("/var/run")
	if vr and vr.type ~= "link" then
		posix.symlink("../run", "/var/run")
	end

	vr = posix.stat("/var/lock")
	if vr and vr.type ~= "link" then
		posix.symlink("../run/lock", "/var/lock")
	end
end


%changelog

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 2.1.9-38
- (a2bd695) MassBuild#656: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22559 |14mu|filezilla-3.16.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Fast and reliable FTP client
Name:           filezilla
Version:        3.16.1
Release:        2
License:        GPLv2+
Group:          Networking/File transfer
Url:            http://filezilla-project.org/
Source0:        http://download.sourceforge.net/filezilla/FileZilla_%{version}_src.tar.bz2
Patch0:		filezilla-3.16.1-desktop-l10n.patch
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	xdg-utils
BuildRequires:	idn-devel
BuildRequires:	wxgtku3.0-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libfilezilla)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pugixml-devel
Requires:	xdg-utils

%description
FileZilla is a fast and reliable FTP client and server with lots 
of useful features and an intuitive interface

%files -f %{name}.lang
%{_bindir}/%{name}
%{_bindir}/fzsftp
%{_bindir}/fzputtygen
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/resources
%{_datadir}/%{name}/docs/fzdefaults.xml.example
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_datadir}/appdata/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man*/*

#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export CXX=/usr/bin/g++
%configure \
  --disable-static \
  --enable-locales \
  --disable-manualupdatecheck \
  --with-tinyxml=builtin \
  --with-wx-config=wx-config \
  --disable-autoupdatecheck

%make LIBS="-lpthread"

%install
%makeinstall_std

desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications \
	--add-category='GTK' \
	--add-category='X-MandrivaLinux-CrossDesktop'\
	%{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name}



%changelog

* Thu Mar 31 2016 Denis Silakov <dsilakov@gmail.com> 3.16.1-2
- (7d714aa) Fix l10n in desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22560 |14mu|firefox-51.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# WARNING, READ FIRST:
#
# This is a special package that needs special treatment. Due to the amount of
# security updates it needs, it's common to ship new upstream versions instead of patching.
# That means this package MUST be BUILDABLE for stable official releases.
# This also means only STABLE upstream releases, NO betas.
# This is a discussed topic. Please, do not flame it again.

%define major 51.0.1
%define ff_epoch 0
# (tpg) set version HERE !!!
%define realver %{major}
%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}

# (tpg) MOZILLA_FIVE_HOME
%define mozillalibdir %{_libdir}/%{name}-%{major}
%define pluginsdir %{_libdir}/mozilla/plugins

# this seems fragile, so require the exact version or later (#58754)
#%define sqlite3_version %(pkg-config --modversion sqlite3 &>/dev/null && pkg-config --modversion sqlite3 2>/dev/null || echo 0)
%define nss_version %(pkg-config --modversion nss &>/dev/null && pkg-config --modversion nss 2>/dev/null || echo 0)
%define nspr_version %(pkg-config --modversion nspr &>/dev/null && pkg-config --modversion nspr 2>/dev/null |sed -e 's!\.0!!' || echo 0)

%define _use_syshunspell 0

%define update_channel release

%define toolkit_gtk3 1

Summary:	Next generation web browser
Name:		firefox
Version:	%{major}
Epoch:		%{ff_epoch}
Release:	1
License:	MPLv1+
Group:		Networking/WWW
Url:		http://www.mozilla.com/firefox/
%if 0%{?prel}
Source0:	ftp://ftp.mozilla.org/pub/mozilla.org/%{name}/releases/%{realver}/source/%{name}-%{realver}%prel.source.tar.xz
%else
# Source0:	ftp://ftp.mozilla.org/pub/mozilla.org/%{name}/releases/%{realver}/source/%{name}-%{realver}.source.tar.xz
Source0:	https://archive.mozilla.org/pub/firefox/releases/%{realver}/source/%{name}-%{realver}.source.tar.xz
%endif
Source4:	%{name}.desktop
Source9:	kde.js
# Patches for kde integration of FF 
# http://www.rosenauer.org/hg/mozilla/summary
Patch11:	firefox-kde.patch
Patch12:	mozilla-kde.patch
Patch13:	mozilla-kde-background.patch
Patch34:	xulrunner_nojit.patch
Patch35:	firefox-37-build-with-time-independent-uuids.patch
Patch37:	firefox-50.1-fix-glibc-check.patch

# Fedora specific patches
# Unable to install addons from https pages
Patch204:	rhbz-966424.patch
Patch215:	firefox-enable-addons.patch
Patch219:	rhbz-1173156.patch

# Gtk3 upstream patches

BuildRequires:	gtk+2-devel
%if %{toolkit_gtk3}
BuildRequires:	gtk+3-devel
%endif

BuildRequires:	unzip
BuildRequires:	zip
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	jpeg-devel
BuildRequires:	zlib-devel
BuildRequires:	glib2-devel
BuildRequires:	python-devel
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	makedepend
BuildRequires:	nss-devel >= 2:3.24
BuildRequires:	nss-static-devel
BuildRequires:	pkgconfig(nspr)
BuildRequires:	startup-notification-devel
BuildRequires:	dbus-glib-devel
#BuildRequires:	pkgconfig(sqlite3) >= 3.8.10.1
BuildRequires:	pkgconfig(libevent)
%ifnarch %arm %mips
BuildRequires:	java-rpmbuild
BuildRequires:	java-1.8.0-openjdk-devel
BuildRequires:	yasm >= 1.0.1
%endif
%ifarch %arm
BuildRequires:	libffi-devel
%endif
BuildRequires:	rootcerts >= 1:20110830.00
BuildRequires:	pkgconfig(xt)
%if %_use_syshunspell
BuildRequires:	hunspell-devel
%endif
BuildRequires:	doxygen
# BuildRequires:  xulrunner-devel >= %xulrunner_version%{?prel:-0.%prel}
BuildRequires:	pkgconfig(alsa)
BuildRequires:	wget
BuildRequires:	pkgconfig(libnotify)
#BuildRequires:	cairo-devel >= 1.10
BuildRequires:	pkgconfig(gl)
#BuildRequires:	pkgconfig(vpx)
BuildRequires:	autoconf2.1
BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(theoradec)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(fontconfig)

%if 0%{?prel}
Provides:	%{name} = %{epoch}:%{realver}-0.%{prel}
%else
Provides:	%{name} = %{epoch}:%{realver}
%endif
Provides:	mozilla-firefox = %{epoch}:%{version}-%{release}
Provides:	webclient

#Requires:	%{mklibname sqlite3_ 0} >= %{sqlite3_version}
Requires:	%{mklibname nss 3} >= 2:%{nss_version}
Requires:	%{mklibname nspr 4} >= 2:%{nspr_version}
Requires:	indexhtml
Requires:	xdg-utils
# fixes bug #42096
Requires:	mailcap
%if %_use_syshunspell
Suggests:	hunspell-en
%endif
Suggests:	%{_lib}canberra0
Suggests:	%{_lib}cups2

%description
The award-winning Web browser is now faster, more secure, and fully
customizable to your online life. With Firefox(R), we've added powerful new
features that make your online experience even better. It is an 'open source'
product which is  freely available, and is acquiring a growing proportion of
international web browser usage.

Firefox claims to offer a more secure web browsing experience than other
products, with better protection against spyware and other Internet-based
security threats.  It includes all the standard features of a modern web
browser, like Internet searching, tracking recently visited sites, setting up
shortcuts to favourite sites, customising the software behaviour and so on.
Firefox also includes  features like 'tabbed browsing' (opening several web
sites as sections within the same window) and methods for controlling pop-up
windows, cookies and downloaded files.

%files
%{_bindir}/%{name}
%{_bindir}/mozilla-firefox
%{_iconsdir}/hicolor/*/apps/*.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*.desktop
%{_libdir}/%{name}-%{major}*
#% ghost %{mozillalibdir}/defaults/profile/bookmarks.html
%dir %{_libdir}/mozilla
%dir %{_libdir}/mozilla/extensions
%dir %{pluginsdir}
%dir %{_libdir}/mozilla/extensions/%{firefox_appid}
%dir %{_datadir}/mozilla/extensions/%{firefox_appid}

#---------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other

%description devel
Files and macros mainly for building Firefox extensions.

%files devel
%{_sys_macros_dir}/%{name}.macros

#---------------------------------------------------------------------

%prep
%setup -q

## KDE INTEGRATION
%patch11 -p1 -b .kdepatch
%patch12 -p1 -b .kdemoz
%patch13 -p1 -b .kdebackground

%ifarch %{arm}
%if "%{_target_cpu}" != "armv7l"
%patch34 -p1
%endif
%endif
%patch35 -p1
%patch37 -p1

# Fedora patches
%patch204 -p2 -b .966424
%patch215 -p1 -b .addons
%patch219 -p2 -b .rhbz-1173156

pushd js/src
autoconf-2.13
popd
autoconf-2.13

# needed to regenerate certdata.c
pushd security/nss/lib/ckfw/builtins
perl ./certdata.perl /etc/pki/tls/mozilla/certdata.txt
popd

%build

CFLAGS="$CFLAGS -Wno-error=coverage-mismatch -Wno-error=free-nonheap-object"
CXXFLAGS="$CFLAGS -Wno-error=coverage-mismatch -Wno-error=free-nonheap-object"
export CFLAGS
export CXXFLAGS

export MOZCONFIG=`pwd`/mozconfig
cat << EOF > $MOZCONFIG
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZ_MAKE_FLAGS="%{_smp_mflags}"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
ac_add_options --host=%{_host}
ac_add_options --target=%{_target_platform}
ac_add_options --enable-release
ac_add_options --enable-ipc-fuzzer
ac_add_options --prefix="%{_prefix}"
ac_add_options --libdir="%{_libdir}"
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-zlib
ac_add_options --with-system-jpeg
ac_add_options --with-pthreads
ac_add_options --with-system-libevent
ac_add_options --without-system-libvpx
ac_add_options --with-system-bz2
ac_add_options --enable-gio
ac_add_options --disable-updater
ac_add_options --disable-tests
%if %{toolkit_gtk3}
ac_add_options --enable-default-toolkit=cairo-gtk3
%else
ac_add_options --enable-default-toolkit=cairo-gtk2
%endif
ac_add_options --enable-official-branding
ac_add_options --disable-system-sqlite
ac_add_options --enable-startup-notification
ac_add_options --with-distribution-id=org.rosa
ac_add_options --disable-crashreporter

EOF

perl -p -i -e 's|\-0|\-9|g' config/make-jars.pl

export LDFLAGS="%{ldflags}"
make -f client.mk build

%install
# Make sure locale works for langpacks
cat > %{_builddir}/obj/dist/bin/browser/defaults/preferences/firefox-l10n.js << EOF
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
EOF

make -C %{_builddir}/obj/browser/installer STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0

# Copy files to buildroot
mkdir -p %{buildroot}%{mozillalibdir}
cp -rf %{_builddir}/obj/dist/firefox/* %{buildroot}%{mozillalibdir}

mkdir -p  %{buildroot}%{_bindir}
ln -sf %{mozillalibdir}/firefox %{buildroot}%{_bindir}/firefox
pushd %{buildroot}%{_bindir}
	ln -sf firefox mozilla-firefox
popd
mkdir -p %{buildroot}%{mozillalibdir}/defaults/preferences/
install -m 644 %{SOURCE9} %{buildroot}%{mozillalibdir}/defaults/preferences/kde.js

# Create and own %_libdir/mozilla/plugins & firefox extensions directories
mkdir -p %{buildroot}%{pluginsdir}
mkdir -p %{buildroot}%{_libdir}/mozilla/extensions/%{firefox_appid}
mkdir -p %{buildroot}%{_datadir}/mozilla/extensions/%{firefox_appid}

# (tpg) desktop entry
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/applications/%{name}.desktop

# (tpg) icons
cp %{buildroot}%{mozillalibdir}/browser/chrome/icons/default/default16.png %{buildroot}/%{mozillalibdir}/browser/icons/
for i in 16 22 24 32 48 256; do
# (cg) Not all icon sizes are installed with make install, so just redo it here.
install -m 644 browser/branding/official/default$i.png %{buildroot}%{mozillalibdir}/browser/chrome/icons/default/default$i.png
mkdir -p %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default$i.png %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps/%{name}.png ;
done
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default48.png %{buildroot}%{_liconsdir}/%{name}.png
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default32.png %{buildroot}%{_iconsdir}/%{name}.png
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default16.png %{buildroot}%{_miconsdir}/%{name}.png

# exclusions
rm -f %{buildroot}%{mozillalibdir}/README.txt
rm -f %{buildroot}%{mozillalibdir}/removed-files
rm -f %{buildroot}%{mozillalibdir}/precomplete

cat << EOF >> %{buildroot}%{mozillalibdir}/firefox.cfg
#code
pref("browser.rights.3.shown", false);
defaultPref("browser.startup.homepage", "data:text/html,browser.startup.homepage=file:///usr/share/doc/HTML/index.html");
pref("browser.shell.checkDefaultBrowser", false);
pref("browser.startup.homepage_override.mstone", "ignore");
pref("browser.ctrlTab.previews", true);
pref("browser.tabs.insertRelatedAfterCurrent", false);
pref("browser.backspace_action", 2);
pref("browser.display.use_system_colors", true);
pref("browser.download.folderList", 1);
pref("browser.link.open_external", 3);
pref("app.update.auto", false);
pref("app.update.enabled", false);
pref("app.update.autoInstallEnabled", false);
pref("security.ssl.require_safe_negotiation", false);
pref("dom.ipc.plugins.enabled.nswrapper*", false);
pref("extensions.autoDisableScopes", 0);
pref("extensions.shownSelectionUI", true);
pref("network.manage-offline-status", true);
pref("layers.offmainthreadcomposition.enabled", false);
pref("intl.locale.matchOS", true);
EOF
cat << EOF >> %{buildroot}%{mozillalibdir}/defaults/pref/config-prefs.js
pref("general.config.filename", "firefox.cfg");
pref("general.config.obscure_value", 0); // use this to disable the byte-shift
EOF

# display icon for Firefox button
mkdir -p %{buildroot}%{mozillalibdir}/defaults/profile/chrome
cat << EOF > %{buildroot}%{mozillalibdir}/defaults/profile/chrome/userChrome.css
#appmenu-toolbar-button {
	list-style-image: url("chrome://branding/content/icon16.png");
}
EOF

# use the system myspell dictionaries
rm -fr %{buildroot}%{mozillalibdir}/dictionaries
#ln -s %{_datadir}/hunspell %{buildroot}%{mozillalibdir}/dictionaries
ln -s %{_datadir}/dict/mozilla/ %{buildroot}%{mozillalibdir}/dictionaries

# (lm) touch and %ghost bookmarks.html to a proper uninstall
touch %{buildroot}%{mozillalibdir}/defaults/profile/bookmarks.html

mkdir -p %{buildroot}%{_sys_macros_dir}
cat <<FIN >%{buildroot}%{_sys_macros_dir}/%{name}.macros
# Macros from %{name} package
%%firefox_major		%{major}
%%firefox_epoch		%{ff_epoch}
%%firefox_version	%{major}%{?prel:-0.%prel}
%%firefox_mozillapath	%{mozillalibdir}
%%firefox_pluginsdir	%{pluginsdir}
%%firefox_appid		\{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%%firefox_extdir	%%(if [ "%%_target_cpu" = "noarch" ]; then echo %%{_datadir}/mozilla/extensions/%%{firefox_appid}; else echo %%{_libdir}/mozilla/extensions/%%{firefox_appid}; fi)
FIN

mkdir -p %{buildroot}%{_docdir}/%{name}

%pre
if [ -d %{mozillalibdir}/browser/dictionaries ]; then
	rm -fr %{mozillalibdir}/browser/dictionaries
fi

%post
if [ ! -r /etc/sysconfig/oem ]; then
	case `grep META_CLASS /etc/sysconfig/system` in
		*powerpack) bookmark="mozilla-powerpack.html" ;;
		*desktop) bookmark="mozilla-one.html";;
		*) bookmark="mozilla-download.html";;
	esac
	ln -s -f ../../../../share/mdk/bookmarks/mozilla/$bookmark  %{mozillalibdir}/defaults/profile/bookmarks.html
fi

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22561 |14mu|firefox-esr24-24.8.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with syshunspell

%define ff_epoch 0
%define oname firefox
%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}

# (tpg) MOZILLA_FIVE_HOME
%define mozillalibdir %{_libdir}/%{oname}-%{version}
%define pluginsdir %{_libdir}/mozilla/plugins

# this seems fragile, so require the exact version or later (#58754)
%define sqlite3_version %(pkg-config --modversion sqlite3 &>/dev/null && pkg-config --modversion sqlite3 2>/dev/null || echo 0)
%define nss_version %(pkg-config --modversion nss &>/dev/null && pkg-config --modversion nss 2>/dev/null || echo 0)
%define nspr_version %(pkg-config --modversion nspr &>/dev/null && pkg-config --modversion nspr 2>/dev/null |sed -e 's!\.0!!' || echo 0)

%define update_channel esr24

Summary:	Next generation web browser
Name:		%{oname}-esr24
Version:	24.8.1
Epoch:		%{ff_epoch}
Release:	9
License:	MPLv1+
Group:		Networking/WWW
Url:		http://www.mozilla.com/firefox/
Source0:	ftp://ftp.mozilla.org/pub/mozilla.org/%{oname}/releases/%{version}esr/source/%{oname}-%{version}esr.source.tar.bz2
Source4:	%{oname}.desktop
Source5:	firefox-searchengines-jamendo.xml
Source6:	firefox-searchengines-exalead.xml
Source8:	firefox-searchengines-askcom.xml
Source9:	kde.js
Source10:	firefox-searchengines-yandex.xml
Source11:	firefox-searchengines-google.xml
Source12:	firefox-searchengines-bing.xml
Patch1:		firefox-6.0-lang.patch
Patch2:		firefox-vendor.patch
Patch8:		firefox-22.0-disable-check-default-browser.patch
Patch9:		firefox-5.0-asciidel.patch
Patch10:	firefox-3.5.3-default-mail-handler.patch
# Patches for kde integration of FF
Patch11:	firefox-24-kde.patch
Patch12:	mozilla-24-kde.patch
Patch13:	mozilla-kde-background.patch

# Upstream patches
Patch50:	mozilla-esr24-gcm-sha256.patch
Patch51:	mozilla-esr24-tls1.2.patch

# ROSA
Patch90:	firefox-15.0-enable-addons.patch

BuildRequires:	autoconf2.1
BuildRequires:	doxygen
BuildRequires:	makedepend
BuildRequires:	python-simplejson
BuildRequires:	rootcerts
BuildRequires:	unzip
BuildRequires:	valgrind
BuildRequires:	wget
BuildRequires:	yasm
BuildRequires:	zip
BuildRequires:	libiw-devel
BuildRequires:	jpeg-devel
BuildRequires:	nss-static-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-app-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(gtk+-2.0)
%if %{with syshunspell}
BuildRequires:	pkgconfig(hunspell)
%endif
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss) >= 3.21
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)
# Otherwise fails with "ImportError: No module named Preprocessor"
BuildConflicts:	python-virtualenv
Requires:	%{_lib}nspr4 >= 2:%{nspr_version}
Requires:	%{_lib}nss3 >= 2:%{nss_version}
Requires:	%{_lib}sqlite3_0 >= %{sqlite3_version}
Requires:	indexhtml
Requires:	xdg-utils
# fixes bug #42096
Requires:	mailcap
Suggests:	hunspell-en
Suggests:	%{_lib}canberra0
Suggests:	%{_lib}cups2
Provides:	firefox-esr = %{EVRD}
Provides:	webclient

Conflicts:	%{oname}
Conflicts:	firefox-esr < 24.8.1-4
Obsoletes:	firefox-esr < 24.8.1-4

%description
The award-winning Web browser is now faster, more secure, and fully
customizable to your online life. With Firefox(R), we've added powerful new
features that make your online experience even better. It is an 'open source'
product which is  freely available, and is acquiring a growing proportion of
international web browser usage.

Firefox claims to offer a more secure web browsing experience than other
products, with better protection against spyware and other Internet-based
security threats. It includes all the standard features of a modern web
browser, like Internet searching, tracking recently visited sites, setting up
shortcuts to favourite sites, customising the software behaviour and so on.
Firefox also includes  features like 'tabbed browsing' (opening several web
sites as sections within the same window) and methods for controlling pop-up
windows, cookies and downloaded files.

%files
%{_bindir}/%{oname}
%{_bindir}/mozilla-firefox
%{_iconsdir}/hicolor/*/apps/*.png
%{_miconsdir}/%{oname}.png
%{_iconsdir}/%{oname}.png
%{_liconsdir}/%{oname}.png
%{_datadir}/applications/*.desktop
%{_libdir}/%{oname}-%{version}*
%dir %{_libdir}/mozilla
%dir %{_libdir}/mozilla/extensions
%dir %{pluginsdir}
%dir %{_libdir}/mozilla/extensions/%{firefox_appid}
%dir %{_datadir}/mozilla/extensions/%{firefox_appid}

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Conflicts:	%{oname}-devel
Conflicts:	firefox-esr-devel < 24.8.1-4
Obsoletes:	firefox-esr-devel < 24.8.1-4

%description devel
Files and macros mainly for building Firefox extensions.

%files devel
%{_sys_macros_dir}/%{oname}.macros

#----------------------------------------------------------------------------

%prep
%setup -qn mozilla-%{update_channel}
%patch1 -p1 -b .lang
%patch2 -p1 -b .vendor
%patch8 -p1 -b .disable-software-update
%patch9 -p1 -b .ascii
%patch10 -p1 -b .default-mail-handler

## KDE INTEGRATION
# Disable kde integration , need refactoring
%patch11 -p1 -b .kdepatch
%patch12 -p1 -b .kdemoz
%patch13 -p1 -b .kdebackground

%patch50 -p1 -b .gcm_sha256
%patch51 -p1 -b .tls12

%patch90 -p2 -b .addons

pushd js/src
autoconf-2.13
popd
autoconf-2.13

# needed to regenerate certdata.c
pushd security/nss/lib/ckfw/builtins
perl ./certdata.perl < /etc/pki/tls/mozilla/certdata.txt
popd

%build
%global optflags %(echo %{optflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//' -e 's/-Wa,--compress-debug-sections//')
%setup_compile_flags

CFLAGS=$(echo %{optflags} | sed -e 's/-fexceptions//')
CFLAGS="$CFLAGS -fno-strict-aliasing"
CXXFLAGS="$CFLAGS -fpermissive"
RPM_OPT_FLAGS="$CFLAGS"
LDFLAGS="%{ldflags}"
export CFLAGS
export CXXFLAGS
export RPM_OPT_FLAGS
export LDFLAGS

export MOZCONFIG=`pwd`/mozconfig
cat << EOF > $MOZCONFIG
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZ_MAKE_FLAGS="%{_smp_mflags}"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
mk_add_options AUTOCLOBBER=1
ac_add_options --host=%{_host}
ac_add_options --target=%{_target_platform}
ac_add_options --enable-optimize
ac_add_options --prefix="%{_prefix}"
ac_add_options --libdir="%{_libdir}"
ac_add_options --sysconfdir="%{_sysconfdir}"
ac_add_options --mandir="%{_mandir}"
ac_add_options --includedir="%{_includedir}"
ac_add_options --datadir="%{_datadir}"
ac_add_options --with-system-nspr
ac_add_options --without-system-nss
ac_add_options --with-system-zlib
ac_add_options --with-pthreads
ac_add_options --enable-webm
ac_add_options --enable-webrtc
ac_add_options --enable-ogg
ac_add_options --enable-jemalloc
ac_add_options --enable-gio
ac_add_options --disable-gnomevfs
ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --without-system-libvpx
ac_add_options --enable-official-branding
ac_add_options --enable-libproxy
ac_add_options --with-system-jpeg
ac_add_options --enable-system-cairo
ac_add_options --enable-canvas
ac_add_options --enable-svg
ac_add_options --enable-system-sqlite
ac_add_options --enable-extensions=default
ac_add_options --enable-startup-notification
ac_add_options --enable-libnotify
ac_add_options --enable-xinerama
ac_add_options --with-distribution-id=org.rosa
ac_add_options --disable-crashreporter
ac_add_options --enable-update-channel=%{update_channel}
ac_add_options --enable-gstreamer
ac_add_options --with-valgrind
ac_add_options --disable-javaxpcom
ac_add_options --enable-opus

EOF

perl -p -i -e 's|\-0|\-9|g' config/make-jars.pl

export LDFLAGS="%{ldflags}"
make -f client.mk build

%install
make -C %{_builddir}/obj/browser/installer STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0

# Copy files to buildroot
mkdir -p %{buildroot}%{mozillalibdir}
cp -rf %{_builddir}/obj/dist/firefox/* %{buildroot}%{mozillalibdir}

mkdir -p  %{buildroot}%{_bindir}
ln -sf %{mozillalibdir}/firefox %{buildroot}%{_bindir}/firefox
pushd %{buildroot}%{_bindir}
  ln -sf firefox mozilla-firefox
popd
mkdir -p %{buildroot}%{mozillalibdir}/defaults/preferences/
install -m 644 %{SOURCE9} %{buildroot}%{mozillalibdir}/defaults/preferences/kde.js

# Create and own %_libdir/mozilla/plugins & firefox extensions directories
mkdir -p %{buildroot}%{pluginsdir}
mkdir -p %{buildroot}%{_libdir}/mozilla/extensions/%{firefox_appid}
mkdir -p %{buildroot}%{_datadir}/mozilla/extensions/%{firefox_appid}

# (tpg) desktop entry
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/applications/%{oname}.desktop

# (tpg) icons
cp %{buildroot}%{mozillalibdir}/browser/chrome/icons/default/default16.png %{buildroot}/%{mozillalibdir}/browser/icons/
for i in 16 22 24 32 48 256; do
# (cg) Not all icon sizes are installed with make install, so just redo it here.
  install -m 644 browser/branding/official/default$i.png %{buildroot}%{mozillalibdir}/browser/chrome/icons/default/default$i.png
  mkdir -p %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps
  ln -sf %{mozillalibdir}/browser/chrome/icons/default/default$i.png %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps/%{oname}.png ;
done
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default48.png %{buildroot}%{_liconsdir}/%{oname}.png
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default32.png %{buildroot}%{_iconsdir}/%{oname}.png
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default16.png %{buildroot}%{_miconsdir}/%{oname}.png

# exclusions
rm -f %{buildroot}%{mozillalibdir}/README.txt
rm -f %{buildroot}%{mozillalibdir}/removed-files
rm -f %{buildroot}%{mozillalibdir}/precomplete

install -D -m644 browser/app/profile/prefs.js %{buildroot}%{mozillalibdir}/defaults/profile/prefs.js
cat << EOF >> %{buildroot}%{mozillalibdir}/defaults/profile/prefs.js
user_pref("browser.EULA.override", true);
user_pref("browser.shell.checkDefaultBrowser", false);
user_pref("browser.ctrlTab.previews", true);
user_pref("browser.tabs.insertRelatedAfterCurrent", false);
user_pref("browser.startup.homepage", "file:///usr/share/doc/HTML/index.html");
user_pref("browser.backspace_action", 2);
user_pref("browser.display.use_system_colors", true);
user_pref("browser.download.folderList", 1);
user_pref("browser.link.open_external", 3);
user_pref("app.update.auto", false);
user_pref("app.update.enabled", false);
user_pref("app.update.autoInstallEnabled", false);
user_pref("dom.ipc.plugins.enabled.nswrapper*", false);
user_pref("extensions.autoDisableScopes", 0);
user_pref("extensions.shownSelectionUI", true);
user_pref("network.manage-offline-status", true);
EOF

# display icon for Firefox button
mkdir -p %{buildroot}%{mozillalibdir}/defaults/profile/chrome
cat << EOF > %{buildroot}%{mozillalibdir}/defaults/profile/chrome/userChrome.css
#appmenu-toolbar-button {
  list-style-image: url("chrome://branding/content/icon16.png");
}
EOF

# use the system myspell dictionaries
rm -fr %{buildroot}%{mozillalibdir}/dictionaries
ln -s %{_datadir}/dict/mozilla/ %{buildroot}%{mozillalibdir}/dictionaries

# (lm) touch and %ghost bookmarks.html to a proper uninstall
touch %{buildroot}%{mozillalibdir}/defaults/profile/bookmarks.html

# search engines
rm -f %{buildroot}%{mozillalibdir}/browser/searchplugins/*
cp -f %{SOURCE5} %{buildroot}%{mozillalibdir}/browser/searchplugins/jamendo.xml
cp -f %{SOURCE6} %{buildroot}%{mozillalibdir}/browser/searchplugins/exalead.xml
cp -f %{SOURCE8} %{buildroot}%{mozillalibdir}/browser/searchplugins/askcom.xml
cp -f %{SOURCE10} %{buildroot}%{mozillalibdir}/browser/searchplugins/yandex.xml
cp -f %{SOURCE11} %{buildroot}%{mozillalibdir}/browser/searchplugins/google.xml
cp -f %{SOURCE12} %{buildroot}%{mozillalibdir}/browser/searchplugins/bing.xml

# Correct distro values on search engines
sed -i 's/@DISTRO_VALUE@/ffx/' %{buildroot}%{mozillalibdir}/browser/searchplugins/askcom.xml
sed -i 's/@DISTRO_VALUE@//' %{buildroot}%{mozillalibdir}/browser/searchplugins/exalead.xml

mkdir -p %{buildroot}%{_sys_macros_dir}
cat <<FIN >%{buildroot}%{_sys_macros_dir}/%{oname}.macros
# Macros from %{oname} package
%%firefox_major              %{version}
%%firefox_epoch              %{ff_epoch}
%%firefox_version            %{version}
%%firefox_mozillapath        %{mozillalibdir}
%%firefox_pluginsdir         %{pluginsdir}
%%firefox_appid              \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%%firefox_extdir             %%(if [ "%%_target_cpu" = "noarch" ]; then echo %%{_datadir}/mozilla/extensions/%%{firefox_appid}; else echo %%{_libdir}/mozilla/extensions/%%{firefox_appid}; fi)
FIN


%changelog

* Sun Jan 15 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0:24.8.1-9
- (bd70ef2) Don't use system NSS (internal is enough for TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 and TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) because using new system NSS breaks Facebook loading
- (bd70ef2) Update tls1.2 patch (keep values in code in sync with values inn prefs)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22562 |14mu|firefox-esr24-l10n-24.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname firefox-esr24

%define xpidir http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}esr/linux-i686/xpi/

# Supported l10n language lists
%define langlist	af ar ast be bg bn_IN bn_BD br bs ca cs cy da de el en_GB en_ZA eo es_AR es_CL es_ES es_MX et eu fa fi fr fy ga_IE gd gl gu_IN he hi hr hu hy id is it ja kk ko kn ku lg lt lv mai mk ml mr nb_NO nl nn_NO nso or pa_IN pl pt_BR pt_PT ro ru si sk sl sq sr sv_SE ta ta_LK te th tr uk vi zh_CN zh_TW zu

# Disabled l10n languages, for any reason
# - no locales-XX package:
# uu ak rm son

# Disabled myspell dicts, for any reason
%define disabled_dict_langlist	ar be bn br br_FR es_AR eu fi fy gl gu_IN he id ja ka kn ko mk pa_IN te tr zh_CN zh_TW

# Language descriptions
%define language_ak ak
%define langname_ak Akan
%define language_ar ar
%define langname_ar Arabic
%define language_ast ast
%define langname_ast Asturian
%define language_af af
%define langname_af Afrikaans
%define language_be be
%define langname_be Belarusian
%define language_bg bg
%define langname_bg Bulgarian
%define language_bn_BD bn-BD
%define langname_bn_BD Bengali
%define language_bn_IN bn-IN
%define langname_bn_IN Bengali
%define language_br br
%define langname_br Breton
%define language_bs bs
%define langname_bs Bosnian
%define language_ca ca
%define langname_ca Catalan
%define language_cs cs
%define langname_cs Czech
%define language_cy cy
%define langname_cy Welsh
%define language_da da
%define langname_da Dansk
%define language_de de
%define langname_de German
%define language_el el
%define langname_el Greek
%define language_en_GB en-GB
%define langname_en_GB British English
%define language_en_ZA en-ZA
%define langname_en_ZA English (South Africa)
%define language_eo eo
%define langname_eo Esperanto
%define language_es_AR es-AR
%define langname_es_AR Spanish (Argentina)
%define language_es_CL es-CL
%define langname_es_CL Spanish (Chile)
%define language_es_ES es-ES
%define langname_es_ES Spanish
%define language_es_MX es-MX
%define langname_es_MX Spanish (Mexico)
%define language_et et
%define langname_et Estonian
%define language_eu eu
%define langname_eu Basque
%define language_fa fa
%define langname_fa Farsi
%define language_fi fi
%define langname_fi Finnish
%define language_fr fr
%define langname_fr French
%define language_fy fy-NL
%define langname_fy Frisian
%define language_ga_IE ga-IE
%define langname_ga_IE Irish
%define language_gd gd
%define langname_gd Scottish Gaelic
%define language_gl gl
%define langname_gl Galician
%define language_gu_IN gu-IN
%define langname_gu_IN Gujarati
%define language_he he
%define langname_he Hebrew
%define language_hi hi-IN
%define langname_hi Hindi
%define language_hr hr
%define langname_hr Croatian
%define language_hu hu
%define langname_hu Hungarian
%define language_hy hy-AM
%define langname_hy Armenian
%define language_id id
%define langname_id Indonesian
%define language_is is
%define langname_is Icelandic
%define language_it it
%define langname_it Italian
%define language_ja ja
%define langname_ja Japanese
%define language_kk kk
%define langname_kk Kazakh
%define language_ko ko
%define langname_ko Korean
%define language_kn kn
%define langname_kn Kannada
%define language_ku ku
%define langname_ku Kurdish
%define language_lg lg
%define langname_lg Ganda
%define language_lt lt
%define langname_lt Lithuanian
%define language_lv lv
%define langname_lv Latvian
%define language_mai mai
%define langname_mai Maithili
%define language_mk mk
%define langname_mk Macedonian
%define language_ml ml
%define langname_ml Malayalam
%define language_mr mr
%define langname_mr Marathi
%define language_nb_NO nb-NO
%define langname_nb_NO Norwegian Bokmaal
%define language_nn_NO nn-NO
%define langname_nn_NO Norwegian Nynorsk
%define language_nl nl
%define langname_nl Dutch
%define language_nso nso
%define langname_nso Northern Sotho
%define language_or or
%define langname_or Oriya
%define language_pa_IN pa-IN
%define langname_pa_IN Punjabi (gurmukhi)
%define language_pl pl
%define langname_pl Polish
%define language_pt_BR pt-BR
%define langname_pt_BR Brazilian portuguese
%define language_pt_PT pt-PT
%define langname_pt_PT Portuguese
%define language_rm rm
%define langname_rm Rumantsch
%define language_ro ro
%define langname_ro Romanian
%define language_ru ru
%define langname_ru Russian
%define language_si si
%define langname_si Sinhala
%define language_sk sk
%define langname_sk Slovak
%define language_sl sl
%define langname_sl Slovenian
%define language_son son
%define langname_son Soŋay
%define language_sq sq
%define langname_sq Shqipe
%define language_sr sr
%define langname_sr Serbian
%define language_sv_SE sv-SE
%define langname_sv_SE Swedish
%define language_ta ta
%define langname_ta Tamil
%define language_ta_LK ta-LK
%define langname_ta_LK Tamil (Sri Lanka)
%define language_te te
%define langname_te Telugu
%define language_th th
%define langname_th Thai
%define language_tr tr
%define langname_tr Turkish
%define language_uk uk
%define langname_uk Ukrainian
%define language_uk_UA uk-UA
%define langname_uk_UA Ukrainian
%define language_vi vi
%define langname_vi Vietnamese
%define language_zh_CN zh-CN
%define langname_zh_CN Simplified Chinese
%define language_zh_TW zh-TW
%define langname_zh_TW Traditional Chinese
%define language_zu zu
%define langname_zu Zulu

# --- Danger line ---

# Defaults (all languages enabled by default)
# dicts
%{expand:%(for lang in %langlist; do echo "%%define with_dict_$lang 0"; done)}
%{expand:%(for lang in %disabled_dict_langlist; do echo "%%define with_dict_$lang 0"; done)}

# Locales
%{expand:%(for lang in %langlist; do echo "%%define locale_$lang `echo $lang | cut -d _ -f 1` "; done)}

Summary:	Localizations for Firefox (virtual package)
Name:		%{oname}-l10n
Version:	24.8.1
Release:	3
License:	GPL
Group:		Networking/WWW
Url:		http://www.firefox.com/
Source0:	%{name}-%{version}.tar.xz
# Language package template
Source1:	firefox-l10n-template.in
BuildRequires:	%{oname}-devel
BuildArch:	noarch

%description
Localizations for Firefox web browser.

# Expand all languages packages.
%{expand:%(\
	for lang in %langlist; do\
		echo "%%{expand:%%(sed "s!__LANG__!$lang!g" %{SOURCE1} 2> /dev/null)}";\
	done\
	)
}

%prep
%setup -q

%install
# Convert rpm macros to bash variables
%{expand:%(for lang in %langlist; do echo "language_$lang=%%{language_$lang}"; done)}

mkdir -p %{buildroot}%{firefox_extdir}/

# Install all languages
for lang in %{langlist}; do
	language="language_$lang"
	language=${!language}

	# l10n
	cp ${language}.xpi %{buildroot}%{firefox_extdir}/langpack-${language}@firefox.mozilla.org.xpi
done

%changelog

* Sun Feb 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 24.8.1-3
- (85ad470) Uncomment BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22563 |14mu|firefox-esr45-45.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ff_epoch 0
%define oname firefox
%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}

# (tpg) MOZILLA_FIVE_HOME
%define mozillalibdir %{_libdir}/%{oname}-%{version}
%define pluginsdir %{_libdir}/mozilla/plugins

# this seems fragile, so require the exact version or later (#58754)
%define sqlite3_version %(pkg-config --modversion sqlite3 &>/dev/null && pkg-config --modversion sqlite3 2>/dev/null || echo 0)
%define nss_version %(pkg-config --modversion nss &>/dev/null && pkg-config --modversion nss 2>/dev/null || echo 0)
%define nspr_version %(pkg-config --modversion nspr &>/dev/null && pkg-config --modversion nspr 2>/dev/null |sed -e 's!\.0!!' || echo 0)

%define update_channel esr45

Summary:	Next generation web browser
Name:		%{oname}-esr45
Version:	45.9.0
Epoch:		%{ff_epoch}
Release:	2
License:	MPLv1+
Group:		Networking/WWW
Url:		http://www.mozilla.com/firefox/
Source0:	https://archive.mozilla.org/pub/%{oname}/releases/%{version}esr/source/%{oname}-%{version}esr.source.tar.xz
Source1:	%{oname}.desktop
Source2:	kde.js
# Patches for kde integration of FF
Patch1:		firefox-45-kde.patch
Patch2:		mozilla-45-kde.patch
Patch3:		mozilla-45-kde-background.patch

# ROSA
Patch10:	firefox-43-enable-addons.patch

BuildRequires:	autoconf2.1
BuildRequires:	doxygen
BuildRequires:	java-rpmbuild
BuildRequires:	makedepend
BuildRequires:	rootcerts >= 1:20110830.00
BuildRequires:	unzip
BuildRequires:	wget
BuildRequires:	yasm >= 1.0.1
BuildRequires:	zip
BuildRequires:	bzip2-devel
BuildRequires:	java-1.8.0-openjdk-devel
BuildRequires:	jpeg-devel
BuildRequires:	libiw-devel
BuildRequires:	nss-static-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(nspr) >= 4.12
BuildRequires:	pkgconfig(nss) >= 3.24
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3) >= 3.8.10.1
BuildRequires:	pkgconfig(theoradec)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)

Conflicts:	firefox
Conflicts:	firefox-esr24
Conflicts:	firefox-esr < %{EVRD}

%description
The award-winning Web browser is now faster, more secure, and fully
customizable to your online life. With Firefox(R), we've added powerful new
features that make your online experience even better. It is an 'open source'
product which is  freely available, and is acquiring a growing proportion of
international web browser usage.

Firefox claims to offer a more secure web browsing experience than other
products, with better protection against spyware and other Internet-based
security threats. It includes all the standard features of a modern web
browser, like Internet searching, tracking recently visited sites, setting up
shortcuts to favourite sites, customising the software behaviour and so on.
Firefox also includes  features like 'tabbed browsing' (opening several web
sites as sections within the same window) and methods for controlling pop-up
windows, cookies and downloaded files.

%files
%{_bindir}/%{oname}
%{_bindir}/mozilla-firefox
%{_iconsdir}/hicolor/*/apps/*.png
%{_miconsdir}/%{oname}.png
%{_iconsdir}/%{oname}.png
%{_liconsdir}/%{oname}.png
%{_datadir}/applications/*.desktop
%{_libdir}/%{oname}-%{version}*
%dir %{_libdir}/mozilla
%dir %{_libdir}/mozilla/extensions
%dir %{pluginsdir}
%dir %{_libdir}/mozilla/extensions/%{firefox_appid}
%dir %{_datadir}/mozilla/extensions/%{firefox_appid}

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Conflicts:	firefox-devel
Conflicts:	firefox-esr-devel
Conflicts:	firefox-esr24-devel

%description devel
Files and macros mainly for building Firefox extensions.

%files devel
%{_sys_macros_dir}/%{oname}.macros

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}esr

## KDE INTEGRATION
%patch1 -p1 -b .kdepatch
%patch2 -p1 -b .kdemoz
%patch3 -p1 -b .kdebackground

%patch10 -p1

pushd js/src
autoconf-2.13
popd
autoconf-2.13

# needed to regenerate certdata.c
pushd security/nss/lib/ckfw/builtins
perl ./certdata.perl < /etc/pki/tls/mozilla/certdata.txt
popd

%build
%global optflags %(echo %{optflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//' -e 's/-Wa,--compress-debug-sections//')
%setup_compile_flags

CFLAGS="$CFLAGS -Wno-error=coverage-mismatch -Wno-error=free-nonheap-object"
CXXFLAGS="$CFLAGS -Wno-error=coverage-mismatch -Wno-error=free-nonheap-object"
export CFLAGS
export CXXFLAGS

export MOZCONFIG=`pwd`/mozconfig
cat << EOF > $MOZCONFIG
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZ_MAKE_FLAGS="%{_smp_mflags}"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
ac_add_options --host=%{_host}
ac_add_options --target=%{_target_platform}
ac_add_options --enable-release
ac_add_options --enable-ipc-fuzzer
ac_add_options --prefix="%{_prefix}"
ac_add_options --libdir="%{_libdir}"
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-zlib
ac_add_options --with-system-jpeg
ac_add_options --with-pthreads
ac_add_options --with-system-libevent
ac_add_options --without-system-libvpx
ac_add_options --with-system-bz2
ac_add_options --enable-gio
ac_add_options --enable-system-cairo
ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --enable-official-branding
ac_add_options --enable-system-sqlite
ac_add_options --enable-startup-notification
ac_add_options --enable-gstreamer=1.0
ac_add_options --enable-pulseaudio
ac_add_options --with-distribution-id=org.rosa
ac_add_options --disable-crashreporter
ac_add_options --disable-update-channel
EOF

perl -p -i -e 's|\-0|\-9|g' config/make-jars.pl

export LDFLAGS="%{ldflags}"
make -f client.mk build

%install
make -C %{_builddir}/obj/browser/installer STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0

# Copy files to buildroot
mkdir -p %{buildroot}%{mozillalibdir}
cp -rf %{_builddir}/obj/dist/firefox/* %{buildroot}%{mozillalibdir}

mkdir -p  %{buildroot}%{_bindir}
ln -sf %{mozillalibdir}/firefox %{buildroot}%{_bindir}/firefox
pushd %{buildroot}%{_bindir}
  ln -sf firefox mozilla-firefox
popd

mkdir -p %{buildroot}%{mozillalibdir}/defaults/preferences/
install -m 644 %{SOURCE2} %{buildroot}%{mozillalibdir}/defaults/preferences/kde.js

# Create and own %_libdir/mozilla/plugins & firefox extensions directories
mkdir -p %{buildroot}%{pluginsdir}
mkdir -p %{buildroot}%{_libdir}/mozilla/extensions/%{firefox_appid}
mkdir -p %{buildroot}%{_datadir}/mozilla/extensions/%{firefox_appid}

# (tpg) desktop entry
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{oname}.desktop

# (tpg) icons
cp %{buildroot}%{mozillalibdir}/browser/chrome/icons/default/default16.png %{buildroot}/%{mozillalibdir}/browser/icons/
for i in 16 22 24 32 48 256; do
# (cg) Not all icon sizes are installed with make install, so just redo it here.
  install -m 644 browser/branding/official/default$i.png %{buildroot}%{mozillalibdir}/browser/chrome/icons/default/default$i.png
  mkdir -p %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps
  ln -sf %{mozillalibdir}/browser/chrome/icons/default/default$i.png %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps/%{oname}.png ;
done
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default48.png %{buildroot}%{_liconsdir}/%{oname}.png
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default32.png %{buildroot}%{_iconsdir}/%{oname}.png
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default16.png %{buildroot}%{_miconsdir}/%{oname}.png

# exclusions
rm -f %{buildroot}%{mozillalibdir}/README.txt
rm -f %{buildroot}%{mozillalibdir}/removed-files
rm -f %{buildroot}%{mozillalibdir}/precomplete


cat << EOF >> %{buildroot}%{mozillalibdir}/firefox.cfg
#code
pref("browser.rights.3.shown", false);
defaultPref("browser.startup.homepage", "data:text/html,browser.startup.homepage=file:///usr/share/doc/HTML/index.html");
pref("browser.shell.checkDefaultBrowser", false);
pref("browser.startup.homepage_override.mstone", "ignore");
pref("browser.ctrlTab.previews", true);
pref("browser.tabs.insertRelatedAfterCurrent", false);
pref("browser.backspace_action", 2);
pref("browser.display.use_system_colors", true);
pref("browser.download.folderList", 1);
pref("browser.link.open_external", 3);
pref("app.update.auto", false);
pref("app.update.enabled", false);
pref("app.update.autoInstallEnabled", false);
pref("security.ssl.require_safe_negotiation", false);
pref("dom.ipc.plugins.enabled.nswrapper*", false);
pref("extensions.autoDisableScopes", 0);
pref("extensions.shownSelectionUI", true);
pref("network.manage-offline-status", true);
pref("layers.offmainthreadcomposition.enabled", false);
pref("intl.locale.matchOS", true);
EOF
cat << EOF >> %{buildroot}%{mozillalibdir}/defaults/pref/config-prefs.js
pref("general.config.filename", "firefox.cfg");
pref("general.config.obscure_value", 0); // use this to disable the byte-shift
EOF

# display icon for Firefox button
mkdir -p %{buildroot}%{mozillalibdir}/defaults/profile/chrome
cat << EOF > %{buildroot}%{mozillalibdir}/defaults/profile/chrome/userChrome.css
#appmenu-toolbar-button {
  list-style-image: url("chrome://branding/content/icon16.png");
}
EOF

# use the system myspell dictionaries
rm -fr %{buildroot}%{mozillalibdir}/dictionaries
ln -s %{_datadir}/dict/mozilla/ %{buildroot}%{mozillalibdir}/dictionaries

# (lm) touch and %ghost bookmarks.html to a proper uninstall
touch %{buildroot}%{mozillalibdir}/defaults/profile/bookmarks.html

mkdir -p %{buildroot}%{_sys_macros_dir}
cat <<FIN >%{buildroot}%{_sys_macros_dir}/%{oname}.macros
# Macros from %{oname} package
%%firefox_major              %{version}
%%firefox_epoch              %{ff_epoch}
%%firefox_version            %{version}
%%firefox_mozillapath        %{mozillalibdir}
%%firefox_pluginsdir         %{pluginsdir}
%%firefox_appid              \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%%firefox_extdir             %%(if [ "%%_target_cpu" = "noarch" ]; then echo %%{_datadir}/mozilla/extensions/%%{firefox_appid}; else echo %%{_libdir}/mozilla/extensions/%%{firefox_appid}; fi)
FIN

%changelog

* Thu Apr 20 2017 alzim <alzim@bk.ru> 0:45.9.0-2
- (84b40b1) Merge pull request #3 from import/firefox-esr45:rosa2016.1
- (84b40b1) Updated to 45.9.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22564 |14mu|firefox-esr45-l10n-45.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname firefox-esr45

%define xpidir http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}esr/linux-i686/xpi/

# Supported l10n language lists
%define langlist af ar ast be bg bn_IN bn_BD br bs ca cs cy da de el en_GB en_ZA eo es_AR es_CL es_ES es_MX et eu fa fi fr fy ga_IE gd gl gu_IN he hi hr hu hy id is it ja kk ko kn lt lv mai mk ml mr nb_NO nl nn_NO or pa_IN pl pt_BR pt_PT ro ru si sk sl sq sr sv_SE ta te th tr uk vi zh_CN zh_TW
# Disabled l10n languages, for any reason
# - no locales-XX package:
# uu ak rm son

# Disabled myspell dicts, for any reason
%define disabled_dict_langlist ar be bn br br_FR es_AR eu fi fy gl gu_IN he id ja ka kn ko mk pa_IN te tr zh_CN zh_TW

# Language descriptions
%define language_ak ak
%define langname_ak Akan
%define language_ar ar
%define langname_ar Arabic
%define language_ast ast
%define langname_ast Asturian
%define language_af af
%define langname_af Afrikaans
%define language_be be
%define langname_be Belarusian
%define language_bg bg
%define langname_bg Bulgarian
%define language_bn_BD bn-BD
%define langname_bn_BD Bengali
%define language_bn_IN bn-IN
%define langname_bn_IN Bengali
%define language_br br
%define langname_br Breton
%define language_bs bs
%define langname_bs Bosnian
%define language_ca ca
%define langname_ca Catalan
%define language_cs cs
%define langname_cs Czech
%define language_cy cy
%define langname_cy Welsh
%define language_da da
%define langname_da Dansk
%define language_de de
%define langname_de German
%define language_el el
%define langname_el Greek
%define language_en_GB en-GB
%define langname_en_GB British English
%define language_en_ZA en-ZA
%define langname_en_ZA English (South Africa)
%define language_eo eo
%define langname_eo Esperanto
%define language_es_AR es-AR
%define langname_es_AR Spanish (Argentina)
%define language_es_CL es-CL
%define langname_es_CL Spanish (Chile)
%define language_es_ES es-ES
%define langname_es_ES Spanish
%define language_es_MX es-MX
%define langname_es_MX Spanish (Mexico)
%define language_et et
%define langname_et Estonian
%define language_eu eu
%define langname_eu Basque
%define language_fa fa
%define langname_fa Farsi
%define language_fi fi
%define langname_fi Finnish
%define language_fr fr
%define langname_fr French
%define language_fy fy-NL
%define langname_fy Frisian
%define language_ga_IE ga-IE
%define langname_ga_IE Irish
%define language_gd gd
%define langname_gd Scottish Gaelic
%define language_gl gl
%define langname_gl Galician
%define language_gu_IN gu-IN
%define langname_gu_IN Gujarati
%define language_he he
%define langname_he Hebrew
%define language_hi hi-IN
%define langname_hi Hindi
%define language_hr hr
%define langname_hr Croatian
%define language_hu hu
%define langname_hu Hungarian
%define language_hy hy-AM
%define langname_hy Armenian
%define language_id id
%define langname_id Indonesian
%define language_is is
%define langname_is Icelandic
%define language_it it
%define langname_it Italian
%define language_ja ja
%define langname_ja Japanese
%define language_kk kk
%define langname_kk Kazakh
%define language_ko ko
%define langname_ko Korean
%define language_kn kn
%define langname_kn Kannada
%define language_lt lt
%define langname_lt Lithuanian
%define language_lv lv
%define langname_lv Latvian
%define language_mai mai
%define langname_mai Maithili
%define language_mk mk
%define langname_mk Macedonian
%define language_ml ml
%define langname_ml Malayalam
%define language_mr mr
%define langname_mr Marathi
%define language_nb_NO nb-NO
%define langname_nb_NO Norwegian Bokmaal
%define language_nn_NO nn-NO
%define langname_nn_NO Norwegian Nynorsk
%define language_nl nl
%define langname_nl Dutch
%define language_or or
%define langname_or Oriya
%define language_pa_IN pa-IN
%define langname_pa_IN Punjabi (gurmukhi)
%define language_pl pl
%define langname_pl Polish
%define language_pt_BR pt-BR
%define langname_pt_BR Brazilian portuguese
%define language_pt_PT pt-PT
%define langname_pt_PT Portuguese
%define language_rm rm
%define langname_rm Rumantsch
%define language_ro ro
%define langname_ro Romanian
%define language_ru ru
%define langname_ru Russian
%define language_si si
%define langname_si Sinhala
%define language_sk sk
%define langname_sk Slovak
%define language_sl sl
%define langname_sl Slovenian
%define language_son son
%define langname_son Soŋay
%define language_sq sq
%define langname_sq Shqipe
%define language_sr sr
%define langname_sr Serbian
%define language_sv_SE sv-SE
%define langname_sv_SE Swedish
%define language_ta ta
%define langname_ta Tamil
%define language_te te
%define langname_te Telugu
%define language_th th
%define langname_th Thai
%define language_tr tr
%define langname_tr Turkish
%define language_uk uk
%define langname_uk Ukrainian
%define language_uk_UA uk-UA
%define langname_uk_UA Ukrainian
%define language_vi vi
%define langname_vi Vietnamese
%define language_zh_CN zh-CN
%define langname_zh_CN Simplified Chinese
%define language_zh_TW zh-TW
%define langname_zh_TW Traditional Chinese
%define langname_zu Zulu

# --- Danger line ---

# Defaults (all languages enabled by default)
# dicts
%{expand:%(for lang in %langlist; do echo "%%define with_dict_$lang 0"; done)}
%{expand:%(for lang in %disabled_dict_langlist; do echo "%%define with_dict_$lang 0"; done)}

# Locales
%{expand:%(for lang in %langlist; do echo "%%define locale_$lang `echo $lang | cut -d _ -f 1` "; done)}

Summary:	Localizations for Firefox (virtual package)
Name:		%{oname}-l10n
Version:	45.9.0
Release:	1
License:	GPL
Group:		Networking/WWW
Url:		http://www.firefox.com/
Source0:	%{name}-%{version}.tar.xz
# Language package template
Source1:	firefox-l10n-template.in
BuildRequires:	%{oname}-devel
BuildArch:	noarch

%description
Localizations for Firefox web browser.

# Expand all languages packages.
%{expand:%(\
	for lang in %langlist; do\
		echo "%%{expand:%%(sed "s!__LANG__!$lang!g" %{SOURCE1} 2> /dev/null)}";\
	done\
	)
}

%prep
%setup -q

%install
# Convert rpm macros to bash variables
%{expand:%(for lang in %langlist; do echo "language_$lang=%%{language_$lang}"; done)}

mkdir -p %{buildroot}%{firefox_extdir}/

# Install all languages
for lang in %{langlist}; do
	language="language_$lang"
	language=${!language}

	# l10n
	cp ${language}.xpi %{buildroot}%{firefox_extdir}/langpack-${language}@firefox.mozilla.org.xpi
done

%changelog

* Thu Apr 20 2017 alzim <alzim@bk.ru> 45.9.0-1
- (b37858a) Merge pull request #4 from import/firefox-esr45-l10n:rosa2016.1
- (b37858a) Updated to 45.9.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22565 |14mu|firefox-esr52-52.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# WARNING, READ FIRST:
#
# This is a special package that needs special treatment. Due to the amount of
# security updates it needs, it's common to ship new upstream versions instead of patching.
# That means this package MUST be BUILDABLE for stable official releases.
# This also means only STABLE upstream releases, NO betas.
# This is a discussed topic. Please, do not flame it again.

%define oname firefox
%define major 52.9.0
%define ff_epoch 0
# (tpg) set version HERE !!!
%define realver %{major}
%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}

# (tpg) MOZILLA_FIVE_HOME
%define mozillalibdir %{_libdir}/%{name}-%{major}
%define pluginsdir %{_libdir}/mozilla/plugins

# this seems fragile, so require the exact version or later (#58754)
#%define sqlite3_version %(pkg-config --modversion sqlite3 &>/dev/null && pkg-config --modversion sqlite3 2>/dev/null || echo 0)
%define nss_version %(pkg-config --modversion nss &>/dev/null && pkg-config --modversion nss 2>/dev/null || echo 0)
%define nspr_version %(pkg-config --modversion nspr &>/dev/null && pkg-config --modversion nspr 2>/dev/null |sed -e 's!\.0!!' || echo 0)

%define _use_syshunspell 0

%define update_channel release

%define toolkit_gtk3 1

Summary:	Firefox ESR 52.x web browser
Name:		%{oname}-esr52
Version:	%{major}
Epoch:		%{ff_epoch}
Release:	1
License:	MPLv1+
Group:		Networking/WWW
Url:		http://www.mozilla.com/firefox/
Source0:	https://archive.mozilla.org/pub/firefox/releases/%{version}esr/source/%{oname}-%{version}esr.source.tar.xz
Source4:	%{oname}.desktop
Source9:	kde.js
# Patches for kde integration of FF 
# http://www.rosenauer.org/hg/mozilla/summary
Patch11:	firefox-kde.patch
Patch12:	mozilla-kde.patch
Patch13:	mozilla-kde-background.patch
Patch34:	xulrunner_nojit.patch
Patch35:	firefox-37-build-with-time-independent-uuids.patch
Patch37:	firefox-50.1-fix-glibc-check.patch

# Fedora specific patches
# Unable to install addons from https pages
Patch204:	rhbz-966424.patch
Patch215:	firefox-enable-addons.patch
Patch219:	rhbz-1173156.patch

BuildRequires:	gtk+2-devel
%if %{toolkit_gtk3}
BuildRequires:	gtk+3-devel
%endif
BuildRequires:	unzip
BuildRequires:	zip
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	jpeg-devel
BuildRequires:	zlib-devel
BuildRequires:	glib2-devel
BuildRequires:	python-devel
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	makedepend
BuildRequires:	nss-devel >= 2:3.24
BuildRequires:	nss-static-devel
BuildRequires:	pkgconfig(nspr)
BuildRequires:	startup-notification-devel
BuildRequires:	dbus-glib-devel
BuildRequires:	pkgconfig(libevent)
%ifnarch %arm %mips
BuildRequires:	java-rpmbuild
BuildRequires:	java-1.8.0-openjdk-devel
BuildRequires:	yasm >= 1.0.1
%endif
%ifarch %arm
BuildRequires:	libffi-devel
%endif
BuildRequires:	rootcerts >= 1:20110830.00
BuildRequires:	pkgconfig(xt)
%if %_use_syshunspell
BuildRequires:	hunspell-devel
%endif
BuildRequires:	doxygen
BuildRequires:	pkgconfig(alsa)
BuildRequires:	wget
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(gl)
BuildRequires:	autoconf2.1
BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(theoradec)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(fontconfig)

Requires:	%{mklibname nss 3} >= 2:%{nss_version}
Requires:	%{mklibname nspr 4} >= 2:%{nspr_version}
Requires:	indexhtml
Requires:	xdg-utils
# fixes bug #42096
Requires:	mailcap
%if %_use_syshunspell
Suggests:	hunspell-en
%endif
Suggests:	%{_lib}canberra0
Suggests:	%{_lib}cups2

Conflicts:	firefox-esr24
Conflicts:	firefox-esr45
Conflicts:	firefox-esr < %{EVRD}

Obsoletes:	firefox < 0:%{version}
Provides:	firefox = %{EVRD}

%description
The award-winning Web browser is now faster, more secure, and fully
customizable to your online life. With Firefox(R), we've added powerful new
features that make your online experience even better. It is an 'open source'
product which is  freely available, and is acquiring a growing proportion of
international web browser usage.

Firefox claims to offer a more secure web browsing experience than other
products, with better protection against spyware and other Internet-based
security threats.  It includes all the standard features of a modern web
browser, like Internet searching, tracking recently visited sites, setting up
shortcuts to favourite sites, customising the software behaviour and so on.
Firefox also includes  features like 'tabbed browsing' (opening several web
sites as sections within the same window) and methods for controlling pop-up
windows, cookies and downloaded files.

%files
%{_bindir}/%{oname}
%{_bindir}/mozilla-firefox
%{_iconsdir}/hicolor/*/apps/*.png
%{_miconsdir}/%{oname}.png
%{_iconsdir}/%{oname}.png
%{_liconsdir}/%{oname}.png
%{_datadir}/applications/*.desktop
%{_libdir}/%{name}-%{major}*
%dir %{_libdir}/mozilla
%dir %{_libdir}/mozilla/extensions
%dir %{pluginsdir}
%dir %{_libdir}/mozilla/extensions/%{firefox_appid}
%dir %{_datadir}/mozilla/extensions/%{firefox_appid}

#---------------------------------------------------------------------

%package devel
Summary:	Development files for %{oname}
Group:		Development/Other
Conflicts:	firefox-devel
Conflicts:	firefox-esr-devel
Conflicts:	firefox-esr24-devel
Conflicts:	firefox-esr45-devel

%description devel
Files and macros mainly for building Firefox extensions.

%files devel
%{_sys_macros_dir}/%{oname}.macros

#---------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}esr

## KDE INTEGRATION
%patch11 -p1 -b .kdepatch
%patch12 -p1 -b .kdemoz
%patch13 -p1 -b .kdebackground

%ifarch %{arm}
%if "%{_target_cpu}" != "armv7l"
%patch34 -p1
%endif
%endif
%patch35 -p1
%patch37 -p1

# Fedora patches
%patch204 -p2 -b .966424
%patch215 -p1 -b .addons
%patch219 -p2 -b .rhbz-1173156

pushd js/src
autoconf-2.13
popd
autoconf-2.13

# needed to regenerate certdata.c
pushd security/nss/lib/ckfw/builtins
perl ./certdata.perl /etc/pki/tls/mozilla/certdata.txt
popd

%build

CFLAGS="$CFLAGS -Wno-error=coverage-mismatch -Wno-error=free-nonheap-object"
CXXFLAGS="$CFLAGS -Wno-error=coverage-mismatch -Wno-error=free-nonheap-object"
export CFLAGS
export CXXFLAGS

export MOZCONFIG=`pwd`/mozconfig
cat << EOF > $MOZCONFIG
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZ_MAKE_FLAGS="%{_smp_mflags}"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
ac_add_options --host=%{_host}
ac_add_options --target=%{_target_platform}
ac_add_options --enable-release
ac_add_options --enable-ipc-fuzzer
ac_add_options --prefix="%{_prefix}"
ac_add_options --libdir="%{_libdir}"
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-zlib
ac_add_options --with-system-jpeg
ac_add_options --with-pthreads
ac_add_options --with-system-libevent
ac_add_options --without-system-libvpx
ac_add_options --with-system-bz2
ac_add_options --enable-gio
ac_add_options --disable-updater
ac_add_options --disable-tests
%if %{toolkit_gtk3}
ac_add_options --enable-default-toolkit=cairo-gtk3
%else
ac_add_options --enable-default-toolkit=cairo-gtk2
%endif
ac_add_options --enable-official-branding
ac_add_options --disable-system-sqlite
ac_add_options --enable-startup-notification
ac_add_options --with-distribution-id=org.rosa
ac_add_options --disable-crashreporter

EOF

perl -p -i -e 's|\-0|\-9|g' config/make-jars.pl

export LDFLAGS="%{ldflags}"
%make -f client.mk build

%install
# Make sure locale works for langpacks
cat > %{_builddir}/obj/dist/bin/browser/defaults/preferences/firefox-l10n.js << EOF
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
EOF

make -C %{_builddir}/obj/browser/installer STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0

# Copy files to buildroot
mkdir -p %{buildroot}%{mozillalibdir}
cp -rf %{_builddir}/obj/dist/firefox/* %{buildroot}%{mozillalibdir}

mkdir -p  %{buildroot}%{_bindir}
ln -sf %{mozillalibdir}/firefox %{buildroot}%{_bindir}/firefox
pushd %{buildroot}%{_bindir}
	ln -sf firefox mozilla-firefox
popd
mkdir -p %{buildroot}%{mozillalibdir}/defaults/preferences/
install -m 644 %{SOURCE9} %{buildroot}%{mozillalibdir}/defaults/preferences/kde.js

# Create and own %_libdir/mozilla/plugins & firefox extensions directories
mkdir -p %{buildroot}%{pluginsdir}
mkdir -p %{buildroot}%{_libdir}/mozilla/extensions/%{firefox_appid}
mkdir -p %{buildroot}%{_datadir}/mozilla/extensions/%{firefox_appid}

# (tpg) desktop entry
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/applications/%{oname}.desktop

# (tpg) icons
cp %{buildroot}%{mozillalibdir}/browser/chrome/icons/default/default16.png %{buildroot}/%{mozillalibdir}/browser/icons/
for i in 16 22 24 32 48 256; do
# (cg) Not all icon sizes are installed with make install, so just redo it here.
install -m 644 browser/branding/official/default$i.png %{buildroot}%{mozillalibdir}/browser/chrome/icons/default/default$i.png
mkdir -p %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default$i.png %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps/%{oname}.png ;
done
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default48.png %{buildroot}%{_liconsdir}/%{oname}.png
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default32.png %{buildroot}%{_iconsdir}/%{oname}.png
ln -sf %{mozillalibdir}/browser/chrome/icons/default/default16.png %{buildroot}%{_miconsdir}/%{oname}.png

# exclusions
rm -f %{buildroot}%{mozillalibdir}/README.txt
rm -f %{buildroot}%{mozillalibdir}/removed-files
rm -f %{buildroot}%{mozillalibdir}/precomplete

cat << EOF >> %{buildroot}%{mozillalibdir}/firefox.cfg
#code
pref("browser.rights.3.shown", false);
defaultPref("browser.startup.homepage", "data:text/html,browser.startup.homepage=file:///usr/share/doc/HTML/index.html");
pref("browser.shell.checkDefaultBrowser", false);
pref("browser.startup.homepage_override.mstone", "ignore");
pref("browser.ctrlTab.previews", true);
pref("browser.tabs.insertRelatedAfterCurrent", false);
pref("browser.backspace_action", 2);
pref("browser.display.use_system_colors", true);
pref("browser.download.folderList", 1);
pref("browser.link.open_external", 3);
pref("app.update.auto", false);
pref("app.update.enabled", false);
pref("app.update.autoInstallEnabled", false);
pref("security.ssl.require_safe_negotiation", false);
pref("dom.ipc.plugins.enabled.nswrapper*", false);
pref("extensions.autoDisableScopes", 0);
pref("extensions.shownSelectionUI", true);
pref("network.manage-offline-status", true);
pref("layers.offmainthreadcomposition.enabled", false);
pref("intl.locale.matchOS", true);
EOF
cat << EOF >> %{buildroot}%{mozillalibdir}/defaults/pref/config-prefs.js
pref("general.config.filename", "firefox.cfg");
pref("general.config.obscure_value", 0); // use this to disable the byte-shift
EOF

# display icon for Firefox button
mkdir -p %{buildroot}%{mozillalibdir}/defaults/profile/chrome
cat << EOF > %{buildroot}%{mozillalibdir}/defaults/profile/chrome/userChrome.css
#appmenu-toolbar-button {
	list-style-image: url("chrome://branding/content/icon16.png");
}
EOF

# use the system myspell dictionaries
rm -fr %{buildroot}%{mozillalibdir}/dictionaries
#ln -s %{_datadir}/hunspell %{buildroot}%{mozillalibdir}/dictionaries
ln -s %{_datadir}/dict/mozilla/ %{buildroot}%{mozillalibdir}/dictionaries

# (lm) touch and %ghost bookmarks.html to a proper uninstall
touch %{buildroot}%{mozillalibdir}/defaults/profile/bookmarks.html

mkdir -p %{buildroot}%{_sys_macros_dir}
cat <<FIN >%{buildroot}%{_sys_macros_dir}/%{oname}.macros
# Macros from %{name} package
%%firefox_major		%{major}
%%firefox_epoch		%{ff_epoch}
%%firefox_version	%{major}
%%firefox_mozillapath	%{mozillalibdir}
%%firefox_pluginsdir	%{pluginsdir}
%%firefox_appid		\{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%%firefox_extdir	%%(if [ "%%_target_cpu" = "noarch" ]; then echo %%{_datadir}/mozilla/extensions/%%{firefox_appid}; else echo %%{_libdir}/mozilla/extensions/%%{firefox_appid}; fi)
FIN

mkdir -p %{buildroot}%{_docdir}/%{name}

%pre
if [ -d %{mozillalibdir}/browser/dictionaries ]; then
	rm -fr %{mozillalibdir}/browser/dictionaries
fi

%post
if [ ! -r /etc/sysconfig/oem ]; then
	case `grep META_CLASS /etc/sysconfig/system` in
		*powerpack) bookmark="mozilla-powerpack.html" ;;
		*desktop) bookmark="mozilla-one.html";;
		*) bookmark="mozilla-download.html";;
	esac
	ln -s -f ../../../../share/mdk/bookmarks/mozilla/$bookmark  %{mozillalibdir}/defaults/profile/bookmarks.html
fi

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22566 |14mu|firefox-esr52-l10n-52.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define xpidir http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}esr/linux-i686/xpi/
%define oname firefox-esr52

# Supported l10n language lists
%define langlist af ar ast bg bn_IN bn_BD br bs ca cs cy da de el en_GB en_ZA eo es_AR es_CL es_ES es_MX et eu fa fi fr fy ga_IE gd gl gu_IN he hi hr hu hy id is it ja kk ko kn lt lv mai mk ml mr nb_NO nl nn_NO or pa_IN pl pt_BR pt_PT ro ru si sk sl sq sr sv_SE ta te th tr uk vi zh_CN zh_TW
# Disabled l10n languages, for any reason
# - no locales-XX package:
# uu ak be rm son

# Disabled myspell dicts, for any reason
%define disabled_dict_langlist ar be bn br br_FR es_AR eu fi fy gl gu_IN he id ja ka kn ko mk pa_IN te tr zh_CN zh_TW

# Language descriptions
%define language_ak ak
%define langname_ak Akan
%define language_ar ar
%define langname_ar Arabic
%define language_ast ast
%define langname_ast Asturian
%define language_af af
%define langname_af Afrikaans
%define language_be be
%define langname_be Belarusian
%define language_bg bg
%define langname_bg Bulgarian
%define language_bn_BD bn-BD
%define langname_bn_BD Bengali
%define language_bn_IN bn-IN
%define langname_bn_IN Bengali
%define language_br br
%define langname_br Breton
%define language_bs bs
%define langname_bs Bosnian
%define language_ca ca
%define langname_ca Catalan
%define language_cs cs
%define langname_cs Czech
%define language_cy cy
%define langname_cy Welsh
%define language_da da
%define langname_da Dansk
%define language_de de
%define langname_de German
%define language_el el
%define langname_el Greek
%define language_en_GB en-GB
%define langname_en_GB British English
%define language_en_ZA en-ZA
%define langname_en_ZA English (South Africa)
%define language_eo eo
%define langname_eo Esperanto
%define language_es_AR es-AR
%define langname_es_AR Spanish (Argentina)
%define language_es_CL es-CL
%define langname_es_CL Spanish (Chile)
%define language_es_ES es-ES
%define langname_es_ES Spanish
%define language_es_MX es-MX
%define langname_es_MX Spanish (Mexico)
%define language_et et
%define langname_et Estonian
%define language_eu eu
%define langname_eu Basque
%define language_fa fa
%define langname_fa Farsi
%define language_fi fi
%define langname_fi Finnish
%define language_fr fr
%define langname_fr French
%define language_fy fy-NL
%define langname_fy Frisian
%define language_ga_IE ga-IE
%define langname_ga_IE Irish
%define language_gd gd
%define langname_gd Scottish Gaelic
%define language_gl gl
%define langname_gl Galician
%define language_gu_IN gu-IN
%define langname_gu_IN Gujarati
%define language_he he
%define langname_he Hebrew
%define language_hi hi-IN
%define langname_hi Hindi
%define language_hr hr
%define langname_hr Croatian
%define language_hu hu
%define langname_hu Hungarian
%define language_hy hy-AM
%define langname_hy Armenian
%define language_id id
%define langname_id Indonesian
%define language_is is
%define langname_is Icelandic
%define language_it it
%define langname_it Italian
%define language_ja ja
%define langname_ja Japanese
%define language_kk kk
%define langname_kk Kazakh
%define language_ko ko
%define langname_ko Korean
%define language_kn kn
%define langname_kn Kannada
%define language_lt lt
%define langname_lt Lithuanian
%define language_lv lv
%define langname_lv Latvian
%define language_mai mai
%define langname_mai Maithili
%define language_mk mk
%define langname_mk Macedonian
%define language_ml ml
%define langname_ml Malayalam
%define language_mr mr
%define langname_mr Marathi
%define language_nb_NO nb-NO
%define langname_nb_NO Norwegian Bokmaal
%define language_nn_NO nn-NO
%define langname_nn_NO Norwegian Nynorsk
%define language_nl nl
%define langname_nl Dutch
%define language_or or
%define langname_or Oriya
%define language_pa_IN pa-IN
%define langname_pa_IN Punjabi (gurmukhi)
%define language_pl pl
%define langname_pl Polish
%define language_pt_BR pt-BR
%define langname_pt_BR Brazilian portuguese
%define language_pt_PT pt-PT
%define langname_pt_PT Portuguese
%define language_rm rm
%define langname_rm Rumantsch
%define language_ro ro
%define langname_ro Romanian
%define language_ru ru
%define langname_ru Russian
%define language_si si
%define langname_si Sinhala
%define language_sk sk
%define langname_sk Slovak
%define language_sl sl
%define langname_sl Slovenian
%define language_son son
%define langname_son Soŋay
%define language_sq sq
%define langname_sq Shqipe
%define language_sr sr
%define langname_sr Serbian
%define language_sv_SE sv-SE
%define langname_sv_SE Swedish
%define language_ta ta
%define langname_ta Tamil
%define language_te te
%define langname_te Telugu
%define language_th th
%define langname_th Thai
%define language_tr tr
%define langname_tr Turkish
%define language_uk uk
%define langname_uk Ukrainian
%define language_uk_UA uk-UA
%define langname_uk_UA Ukrainian
%define language_vi vi
%define langname_vi Vietnamese
%define language_zh_CN zh-CN
%define langname_zh_CN Simplified Chinese
%define language_zh_TW zh-TW
%define langname_zh_TW Traditional Chinese

# --- Danger line ---

# Defaults (all languages enabled by default)
# dicts
%{expand:%(for lang in %langlist; do echo "%%define with_dict_$lang 0"; done)}
%{expand:%(for lang in %disabled_dict_langlist; do echo "%%define with_dict_$lang 0"; done)}

# Locales
%{expand:%(for lang in %langlist; do echo "%%define locale_$lang `echo $lang | cut -d _ -f 1` "; done)}

Summary:	Localizations for Firefox (virtual package)
Name:		%{oname}-l10n
Version:	52.9.0
Release:	1
License:	GPL
Group:		Networking/WWW
Url:		http://www.firefox.com/
Source0:	%{name}-%{version}.tar.xz
# Language package template
Source1:	firefox-l10n-template.in
# No deleted!
Source2:	get-langpacks.sh
Source3:	firefox-esr52-l10n.rpmlintrc
BuildRequires:	%{oname}-devel
BuildArch:	noarch

%description
Localizations for Firefox web browser.

# Expand all languages packages.
%{expand:%(\
	for lang in %langlist; do\
		echo "%%{expand:%%(sed "s!__LANG__!$lang!g" %{SOURCE1} 2> /dev/null)}";\
	done\
	)
}

%prep
%setup -q

%build

%install
# Convert rpm macros to bash variables
%{expand:%(for lang in %langlist; do echo "language_$lang=%%{language_$lang}"; done)}

mkdir -p %{buildroot}%{firefox_extdir}/

# Install all languages
for lang in %{langlist}; do
	language="language_$lang"
	language=${!language}

#	l10n
	cp ${language}.xpi %{buildroot}%{firefox_extdir}/langpack-${language}@firefox.mozilla.org.xpi
done

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22567 |14mu|firefox-l10n-51.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define xpidir http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/linux-i686/xpi/
%define oname firefox

# Supported l10n language lists
%define langlist af ar ast bg bn_IN bn_BD br bs ca cs cy da de el en_GB en_ZA eo es_AR es_CL es_ES es_MX et eu fa fi fr fy ga_IE gd gl gu_IN he hi hr hu hy id is it ja kk ko kn lt lv mai mk ml mr nb_NO nl nn_NO or pa_IN pl pt_BR pt_PT ro ru si sk sl sq sr sv_SE ta te th tr uk vi zh_CN zh_TW
# Disabled l10n languages, for any reason
# - no locales-XX package:
# uu ak be rm son

# Disabled myspell dicts, for any reason
%define disabled_dict_langlist ar be bn br br_FR es_AR eu fi fy gl gu_IN he id ja ka kn ko mk pa_IN te tr zh_CN zh_TW

# Language descriptions
%define language_ak ak
%define langname_ak Akan
%define language_ar ar
%define langname_ar Arabic
%define language_ast ast
%define langname_ast Asturian
%define language_af af
%define langname_af Afrikaans
%define language_be be
%define langname_be Belarusian
%define language_bg bg
%define langname_bg Bulgarian
%define language_bn_BD bn-BD
%define langname_bn_BD Bengali
%define language_bn_IN bn-IN
%define langname_bn_IN Bengali
%define language_br br
%define langname_br Breton
%define language_bs bs
%define langname_bs Bosnian
%define language_ca ca
%define langname_ca Catalan
%define language_cs cs
%define langname_cs Czech
%define language_cy cy
%define langname_cy Welsh
%define language_da da
%define langname_da Dansk
%define language_de de
%define langname_de German
%define language_el el
%define langname_el Greek
%define language_en_GB en-GB
%define langname_en_GB British English
%define language_en_ZA en-ZA
%define langname_en_ZA English (South Africa)
%define language_eo eo
%define langname_eo Esperanto
%define language_es_AR es-AR
%define langname_es_AR Spanish (Argentina)
%define language_es_CL es-CL
%define langname_es_CL Spanish (Chile)
%define language_es_ES es-ES
%define langname_es_ES Spanish
%define language_es_MX es-MX
%define langname_es_MX Spanish (Mexico)
%define language_et et
%define langname_et Estonian
%define language_eu eu
%define langname_eu Basque
%define language_fa fa
%define langname_fa Farsi
%define language_fi fi
%define langname_fi Finnish
%define language_fr fr
%define langname_fr French
%define language_fy fy-NL
%define langname_fy Frisian
%define language_ga_IE ga-IE
%define langname_ga_IE Irish
%define language_gd gd
%define langname_gd Scottish Gaelic
%define language_gl gl
%define langname_gl Galician
%define language_gu_IN gu-IN
%define langname_gu_IN Gujarati
%define language_he he
%define langname_he Hebrew
%define language_hi hi-IN
%define langname_hi Hindi
%define language_hr hr
%define langname_hr Croatian
%define language_hu hu
%define langname_hu Hungarian
%define language_hy hy-AM
%define langname_hy Armenian
%define language_id id
%define langname_id Indonesian
%define language_is is
%define langname_is Icelandic
%define language_it it
%define langname_it Italian
%define language_ja ja
%define langname_ja Japanese
%define language_kk kk
%define langname_kk Kazakh
%define language_ko ko
%define langname_ko Korean
%define language_kn kn
%define langname_kn Kannada
%define language_lt lt
%define langname_lt Lithuanian
%define language_lv lv
%define langname_lv Latvian
%define language_mai mai
%define langname_mai Maithili
%define language_mk mk
%define langname_mk Macedonian
%define language_ml ml
%define langname_ml Malayalam
%define language_mr mr
%define langname_mr Marathi
%define language_nb_NO nb-NO
%define langname_nb_NO Norwegian Bokmaal
%define language_nn_NO nn-NO
%define langname_nn_NO Norwegian Nynorsk
%define language_nl nl
%define langname_nl Dutch
%define language_or or
%define langname_or Oriya
%define language_pa_IN pa-IN
%define langname_pa_IN Punjabi (gurmukhi)
%define language_pl pl
%define langname_pl Polish
%define language_pt_BR pt-BR
%define langname_pt_BR Brazilian portuguese
%define language_pt_PT pt-PT
%define langname_pt_PT Portuguese
%define language_rm rm
%define langname_rm Rumantsch
%define language_ro ro
%define langname_ro Romanian
%define language_ru ru
%define langname_ru Russian
%define language_si si
%define langname_si Sinhala
%define language_sk sk
%define langname_sk Slovak
%define language_sl sl
%define langname_sl Slovenian
%define language_son son
%define langname_son Soŋay
%define language_sq sq
%define langname_sq Shqipe
%define language_sr sr
%define langname_sr Serbian
%define language_sv_SE sv-SE
%define langname_sv_SE Swedish
%define language_ta ta
%define langname_ta Tamil
%define language_te te
%define langname_te Telugu
%define language_th th
%define langname_th Thai
%define language_tr tr
%define langname_tr Turkish
%define language_uk uk
%define langname_uk Ukrainian
%define language_uk_UA uk-UA
%define langname_uk_UA Ukrainian
%define language_vi vi
%define langname_vi Vietnamese
%define language_zh_CN zh-CN
%define langname_zh_CN Simplified Chinese
%define language_zh_TW zh-TW
%define langname_zh_TW Traditional Chinese

# --- Danger line ---

# Defaults (all languages enabled by default)
# dicts
%{expand:%(for lang in %langlist; do echo "%%define with_dict_$lang 0"; done)}
%{expand:%(for lang in %disabled_dict_langlist; do echo "%%define with_dict_$lang 0"; done)}

# Locales
%{expand:%(for lang in %langlist; do echo "%%define locale_$lang `echo $lang | cut -d _ -f 1` "; done)}

Summary:	Localizations for Firefox (virtual package)
Name:		%{oname}-l10n
Version:	51.0.1
Release:	1
License:	GPL
Group:		Networking/WWW
Url:		http://www.firefox.com/
Source0:	%{name}-%{version}.tar.xz
# Language package template
Source1:	firefox-l10n-template.in
# No deleted!
Source2:	get-langpacks.sh
BuildRequires:	%{oname}-devel
BuildArch:	noarch

%description
Localizations for Firefox web browser.

# Expand all languages packages.
%{expand:%(\
	for lang in %langlist; do\
		echo "%%{expand:%%(sed "s!__LANG__!$lang!g" %{SOURCE1} 2> /dev/null)}";\
	done\
	)
}

%prep
%setup -q

%install
# Convert rpm macros to bash variables
%{expand:%(for lang in %langlist; do echo "language_$lang=%%{language_$lang}"; done)}

mkdir -p %{buildroot}%{firefox_extdir}/

# Install all languages
for lang in %{langlist}; do
	language="language_$lang"
	language=${!language}

	# l10n
	cp ${language}.xpi %{buildroot}%{firefox_extdir}/langpack-${language}@firefox.mozilla.org.xpi
done

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22568 |14mu|firewalld-0.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without ebtables

Summary:	A dynamic firewall daemon
Name:		firewalld
Version:	0.4.2
Release:	4
License:	GPLv2+
Group:		System/Base
Url:		https://fedorahosted.org/firewalld/
Source0:	https://fedorahosted.org/released/firewalld/%{name}-%{version}.tar.bz2
Source1:	firewalld-0.4.2-ru.po
Source10:	firewalld.rpmlintrc
Patch0:		firewalld-0.4.2-MDNS-default.patch
Patch1:		firewalld-0.4.2-polkit-desktop-policy.patch
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-style-xsl
%if %{with ebtables}
BuildRequires:	ebtables
%endif
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	ipset
BuildRequires:	iptables
BuildRequires:	systemd-units
BuildRequires:	pkgconfig(glib-2.0)
%if %{with ebtables}
Requires:	ebtables
%endif
Requires:	ipset
Requires:	iptables
Requires:	python-dbus
Requires:	python-decorator
Requires:	python-slip-dbus >= 0.2.7
Requires:	typelib(NM) = 1.0
Requires(post,preun,postun):	rpm-helper
Conflicts:	firewall-config < 0.4.2-3
BuildArch:	noarch

%description
A firewall service daemon with D-BUS interface managing a dynamic firewall.

%files -f %{name}.lang
%doc COPYING README
%{_sbindir}/firewalld
%{_bindir}/firewall-cmd
%{_bindir}/firewall-offline-cmd
%{_datadir}/bash-completion/completions/firewall-cmd
%dir %{_datadir}/firewalld/
%dir %{_datadir}/firewalld/tests
%{_datadir}/firewalld/gtk3_niceexpander.py
%{_datadir}/firewalld/tests/*test.sh
%dir %{_prefix}/lib/firewalld
%dir %{_prefix}/lib/firewalld/icmptypes
%dir %{_prefix}/lib/firewalld/ipsets
%dir %{_prefix}/lib/firewalld/services
%dir %{_prefix}/lib/firewalld/xmlschema
%dir %{_prefix}/lib/firewalld/zones
%{_prefix}/lib/firewalld/icmptypes/*.xml
%{_prefix}/lib/firewalld/ipsets/README
%{_prefix}/lib/firewalld/services/*.xml
%{_prefix}/lib/firewalld/xmlschema/*
%{_prefix}/lib/firewalld/zones/*.xml
%dir %{_sysconfdir}/firewalld
%config(noreplace) %{_sysconfdir}/firewalld/firewalld.conf
%config(noreplace) %{_sysconfdir}/firewalld/lockdown-whitelist.xml
%dir %{_sysconfdir}/firewalld/icmptypes
%dir %{_sysconfdir}/firewalld/services
%dir %{_sysconfdir}/firewalld/zones
%config(noreplace) %{_sysconfdir}/sysconfig/firewalld
%{_unitdir}/firewalld.service
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/FirewallD.conf
%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.policy
%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.desktop.policy
%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.server.policy
%dir %{python_sitelib}/firewall
%dir %{python_sitelib}/firewall/config
%dir %{python_sitelib}/firewall/core
%dir %{python_sitelib}/firewall/core/io
%dir %{python_sitelib}/firewall/server
%{python_sitelib}/firewall/*.py*
%{python_sitelib}/firewall/config/*.py*
%{python_sitelib}/firewall/core/*.py*
%{python_sitelib}/firewall/core/io/*.py*
%{python_sitelib}/firewall/server/*.py*
%{_mandir}/man1/firewall*cmd*.1*
%{_mandir}/man1/firewalld*.1*
%{_mandir}/man5/firewall*.5*

%post
%systemd_post firewalld.service

%preun
%systemd_preun firewalld.service

%postun
%systemd_postun_with_restart firewalld.service

#----------------------------------------------------------------------------

%package -n firewall-applet
Summary:	Firewall panel applet
Group:		System/Base
Requires:	%{name} = %{EVRD}
Requires:	firewall-config = %{EVRD}
Requires:	python3-gobject3
Requires:	typelib(Notify) = 0.7

%description -n firewall-applet
The firewall panel applet provides a status information of firewalld and also
the firewall settings.

%files -n firewall-applet
%{_bindir}/firewall-applet
%config(noreplace) %{_sysconfdir}/firewall/applet.conf
%{_sysconfdir}/xdg/autostart/firewall-applet.desktop
%{_datadir}/icons/hicolor/*/apps/firewall-applet*.*
%{_mandir}/man1/firewall-applet*.1*

#----------------------------------------------------------------------------

%package -n firewall-config
Summary:	Firewall configuration application
Group:		System/Base
Requires:	%{name} = %{EVRD}
Requires:	python3-gobject3
Requires:	typelib(NetworkManager)
Requires:	typelib(Gtk) = 3.0

%description -n firewall-config
The firewall configuration application provides an configuration interface for 
firewalld.

%files -n firewall-config
%{_bindir}/firewall-config
%{_datadir}/firewalld/firewall-config.glade
%{_datadir}/firewalld/gtk3_chooserbutton.py*
%{_datadir}/applications/firewall-config.desktop
%{_datadir}/icons/hicolor/*/apps/firewall-config*.*
%{_datadir}/glib-2.0/schemas/org.fedoraproject.FirewallConfig.gschema.xml
%{_datadir}/appdata/firewall-config.appdata.xml
%{_mandir}/man1/firewall-config*.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

cp %{SOURCE1} po/ru.po

%build
autoreconf -fi
%configure2_5x \
	--enable-sysconfig \
%if %{without ebtables}
	--without-ebtables \
	--without-ebtables-restore \
%endif
	--with-systemd-unitdir=%{_unitdir}

%install
%makeinstall_std

desktop-file-install \
	--delete-original \
	--dir %{buildroot}%{_sysconfdir}/xdg/autostart \
	%{buildroot}%{_sysconfdir}/xdg/autostart/firewall-applet.desktop

desktop-file-install \
	--delete-original \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/firewall-config.desktop

%find_lang %{name} --all-name


%changelog

* Fri Jun 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.2-4
- (f5642a3) Update Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22569 |14mu|five-or-more-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		five-or-more
Version:	3.16.1
Release:	1
Summary:	GNOME Five or More game
License:	GPLv2+ and GFDL
Group:		Games/Puzzles
URL:		https://wiki.gnome.org/Five_or_more
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
Obsoletes:	glines
Obsoletes:	glines-extra-data

%description
Five or More is the GNOME port of the once popular Windows game called
Color Lines. The game's objective is to align as often as possible five
or more objects of the same color and shape causing them to disappear.
Play as long as possible, and be #1 in the High Scores!

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
%{_iconsdir}/*/*/apps/*
%{_mandir}/man6/%{name}.6*
%{_datadir}/appdata/%{name}.appdata.xml

%changelog

* Tue Apr 14 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (67ba685) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22570 |14mu|flac-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 8
%define	libname %mklibname %{name} %{major}
%define	devname %mklibname %{name} -d

%define	majorpp 6
%define	libnamepp %mklibname %{name}++ %{majorpp}
%define	devnamepp %mklibname %{name}++ -d

Summary:	An encoder/decoder for the Free Lossless Audio Codec
Name:		flac
Version:	1.3.1
Release:	1
License:	BSD and GPLv2+
Group:		Sound
Url:		http://flac.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/flac/%{name}-%{version}.tar.xz
# configure.ac use sed to remove "-g" from CFLAGS, but this kills our "-gdwarf-4" in it
Patch0:		%{name}-1.3.1-fix-wrongly-set-CFLAGS.patch
# Only the first hunk applies now: still needed?
Patch1:		%{name}-1.2.1-hidesyms.patch
BuildRequires:	libtool
%ifarch %{ix86}
BuildRequires:	nasm >= 0.98.30
%endif
BuildRequires:	gettext-devel
BuildRequires:	id3lib-devel
BuildRequires:	pkgconfig(ogg) >= 1.1.2

%description
FLAC is an Open Source lossless audio codec developed by Josh Coalson.
The package is comprised of:
  1) "libFLAC", a library which implements reference encoders and decoders,
     licensed under the GNU Lesser General Public License (LGPL);
  2) "flac", a command-line program for encoding and decoding files, licensed
     under the GNU General public License (GPL);
  3) "metaflac", a command-line program for editing FLAC metadata, licensed
     under the GPL;
  4) the player plugins for XMMS and Winamp, licensed under the GPL;
  5) the documentation, licensed under the GNU Free Documentation License.

%files
%doc AUTHORS COPYING* README installed-docs/*
%{_bindir}/%{name}
%{_bindir}/metaflac
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for FLAC
Group:		System/Libraries

%description  -n %{libname}
This package contains the C libraries for FLAC.

%files -n %{libname}
%doc AUTHORS COPYING*
%{_libdir}/libFLAC.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and headers needed for building apps using FLAC
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the libraries and header files necessary to develop
applications using FLAC written in C.

%files -n %{devname}
%doc AUTHORS COPYING*
%{_includedir}/FLAC
%{_libdir}/libFLAC.so
%{_datadir}/aclocal/libFLAC.m4
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package -n %{libnamepp}
Summary:	Shared C++ libraries for FLAC
Group:		System/Libraries

%description  -n %{libnamepp}
This package contains the libraries for C++ applications using FLAC.

%files -n %{libnamepp}
%doc AUTHORS COPYING*
%{_libdir}/libFLAC++.so.%{majorpp}*

#----------------------------------------------------------------------------

%package -n %{devnamepp}
Summary:	Libraries and headers needed for building apps using FLAC++
Group:		Development/C++
Requires:	%{libnamepp} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	%{name}++-devel = %{EVRD}

%description -n %{devnamepp}
This package contains the libraries and header files necessary to develop
applications using FLAC written in C++.

%files -n %{devnamepp}
%doc AUTHORS COPYING*
%{_includedir}/FLAC++
%{_libdir}/libFLAC++.so
%{_datadir}/aclocal/libFLAC++.m4
%{_libdir}/pkgconfig/%{name}++.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
# If still needed rediff P1
#patch1 -p1

./autogen.sh -V
rm -rf html
cp -r doc/html .
autoreconf -fi


%build
%configure2_5x \
	--disable-static \
	--disable-xmms-plugin \
	--disable-thorough-tests \
	--disable-asm-optimizations

%make


%check
#make -C test check


%install
%makeinstall_std

mv %{buildroot}%{_datadir}/doc/%{name}-%{version} installed-docs

%changelog

* Tue Jan 05 2016 Giovanni Mariani <mc2374@mclink.it> 1.3.1-1
- (28a6557) Massaged Description and actually remove from git dropped patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22571 |14mu|flex-2.5.37-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for creating scanners (text pattern recognizers)
Name:		flex
Version:	2.5.37
Release:	7
License:	BSD
Group:		Development/Tools
Url:		http://flex.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/flex/%{name}-%{version}.tar.bz2
Patch0:		flex-2.5.4a-skel.patch
BuildRequires:	bison
BuildRequires:	indent
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	texlive-cm-super
BuildRequires:	texlive-dehyph-exptl
BuildRequires:	texlive-ec
BuildRequires:	gettext-devel
Requires:	m4
Conflicts:	flex-reentrant

%description
The flex program generates scanners. Scanners are programs which can recognize
lexical patterns in text.

Flex takes pairs of regular expressions and C code as input and generates a C
source file as output. The output file is compiled and linked with a library
to produce an executable.

The executable searches through its input for occurrences of the regular
expressions. When a match is found, it executes the corresponding C code.

Flex was designed to work with both Yacc and Bison, and is used by many
programs as part of their build process.

You should install flex if you are going to use your system for application
development.

%files -f %{name}.lang
%doc NEWS README
%{_bindir}/*
%{_mandir}/man1/*
%{_libdir}/libfl*.a
%{_includedir}/FlexLexer.h
%{_infodir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .skel~

# Force regeneration of skel.c with Patch2 changes
rm -f skel.c

%build
#(tpg) these tests used features removed in bison-2.6
sed -i -e '/test-bison-yylloc/d' -e '/test-bison-yylval/d' tests/Makefile.am

# Force regeneration of configure script with --libdir= support
autoreconf -fi

CFLAGS="-fPIC %{optflags}" %configure2_5x \
	--disable-rpath
%make

%check
make check

%install
%makeinstall_std

%find_lang %{name}

pushd %{buildroot}
ln -sf flex .%{_bindir}/lex
ln -s flex.1 .%{_mandir}/man1/lex.1
ln -s flex.1 .%{_mandir}/man1/flex++.1
popd

%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.37-7
- (de8ad53) Build requires texlive-dehyph-exptl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22572 |14mu|flickcurl-1.25-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	C library for the Flickr API
Name:		flickcurl
Version:	1.25
Release:	4
License:	LGPLv2+
Group:		Networking/File transfer
Url:		http://librdf.org/flickcurl/
Source0:	http://download.dajobe.org/flickcurl/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libcares)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(raptor2)

%description
Flickcurl is a C library for the Flickr API, handling creating the
requests, signing, token management, calling the API, marshalling
request parameters and decoding responses. It uses libcurl to call the
REST web service and libxml2 to manipulate the XML responses. The
current version supports part of the API (see Flickcurl API coverage)
primarily the functions for reading photo, people and tags description,
uploading photos, changing tags and comments.

This package contains some utility programs using the %{name} library.

%files
%doc LICENSE-2.0.txt LICENSE.html AUTHORS
%doc NEWS NEWS.html README README.html ChangeLog coverage.html
%{_bindir}/%{name}
%{_bindir}/flickrdf
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/flickrdf.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C library for the Flickr API
Group:		System/Libraries

%description -n %{libname}
Flickcurl is a C library for the Flickr API, handling creating the
requests, signing, token management, calling the API, marshalling
request parameters and decoding responses. It uses libcurl to call the
REST web service and libxml2 to manipulate the XML responses. The
current version supports part of the API (see Flickcurl API coverage)
primarily the functions for reading photo, people and tags description,
uploading photos, changing tags and comments.

%files -n %{libname}
%doc LICENSE-2.0.txt LICENSE.html AUTHORS
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{libname}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for the %{name} library.

%files -n %{devname}
%doc NOTICE
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}.h
%{_bindir}/%{name}-config
%{_mandir}/man1/%{name}-config.1.*
%{_datadir}/gtk-doc/html/flickcurl

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog

* Mon Dec 26 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.25-4
- (14e99fd) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22573 |14mu|fltk-1.3.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1.3
%define soname 0
%define libname %mklibname %{name} %{soname}
%define libforms %mklibname %{name}_forms %{soname}
%define libgl %mklibname %{name}_gl %{soname}
%define libimages %mklibname %{name}_images %{soname}
%define devname %mklibname %{name} -d

Summary:	Fast Light Tool Kit (FLTK)
Name:		fltk
Version:	1.3.2
Release:	11
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.fltk.org
Source0:	ftp://ftp.easysw.com/pub/fltk/%{version}/%{name}-%{version}-source.tar.gz
Patch0:		fltk-1.3.0-link.patch
## FIXME/TODO: upstream these asap -- Rex
# add lib64 support, drop extraneous libs (bug #708185) and ldflags (#1112930)
Patch1:		fltk-1.3.2-fltk_config.patch
# libfltk_gl.so had undefined symbols
Patch3:		fltk-1.1.x-r5750-undefined.patch
Patch5:		fltk-1.1.8-fluid_desktop.patch
# http://www.fltk.org/str.php?L2599
Patch9:		fltk-1_v4.3.x-keyboard-x11.patch
# http://www.fltk.org/str.php?L2636
Patch10:	fltk-1.3.x-r9671-clipboard.patch
Patch11:	http://www.fltk.org/strfiles/2636/fltk-1_v6.3.x-clipboard-x11.patch
# http://www.fltk.org/str.php?L2660
Patch13:	fltk-1.3.x-r9671-cursor.patch
Patch20:	fltk-1_v4.3.x-cursor-abi.patch
# http://www.fltk.org/str.php?L2659
Patch15:	http://www.fltk.org/strfiles/2659/pixmap_v2.patch
# http://www.fltk.org/str.php?L2802
Patch16:	fltk-1.3.x-r9671-modal.patch
# http://www.fltk.org/str.php?L2816
Patch17:	http://www.fltk.org/strfiles/2816/fltk-1_v3.3.0-icons.patch
# http://www.fltk.org/str.php?L2860
Patch18:	fltk-1.3.x-screen_num.patch
Patch19:	http://www.fltk.org/strfiles/2860/fltk-1_v3.3.x-multihead.patch
BuildRequires:	cmake
BuildRequires:	man
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)

%description
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd
C++ graphical user interface toolkit for X (UNIX(r)), OpenGL(r),
and Microsoft(r) Windows(r) NT 4.0, 95, or 98. It was originally
developed by Mr. Bill Spitzak and is currently maintained by a
small group of developers across the world with a central
repository in the US.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Fast Light Tool Kit (FLTK) - main library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Conflicts:	%{name} < 1.3.2

%description -n %{libname}
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd
C++ graphical user interface toolkit for X (UNIX(r)), OpenGL(r),
and Microsoft(r) Windows(r) NT 4.0, 95, or 98. It was originally
developed by Mr. Bill Spitzak and is currently maintained by a
small group of developers across the world with a central
repository in the US.

%files -n %{libname}
%{_libdir}/libfltk.so.%{soname}
%{_libdir}/libfltk.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libforms}
Summary:	Fast Light Tool Kit (FLTK) - library
Group:		System/Libraries
Conflicts:	%{_lib}fltk0 < 1.3.2-1
Conflicts:	%{name} < 1.3.2

%description -n %{libforms}
This package contains a shared library for %{name}.

%files -n %{libforms}
%{_libdir}/libfltk_forms.so.%{soname}
%{_libdir}/libfltk_forms.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libgl}
Summary:	Fast Light Tool Kit (FLTK) - library
Group:		System/Libraries
Conflicts:	%{_lib}fltk0 < 1.3.2-1
Conflicts:	%{name} < 1.3.2

%description -n %{libgl}
This package contains a shared library for %{name}.

%files -n %{libgl}
%{_libdir}/libfltk_gl.so.%{soname}
%{_libdir}/libfltk_gl.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libimages}
Summary:	Fast Light Tool Kit (FLTK) - library
Group:		System/Libraries
Conflicts:	%{_lib}fltk0 < 1.3.2-1
Conflicts:	%{name} < 1.3.2

%description -n %{libimages}
This package contains a shared library for %{name}.

%files -n %{libimages}
%{_libdir}/libfltk_images.so.%{soname}
%{_libdir}/libfltk_images.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Fast Light Tool Kit (FLTK) - development environment
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libforms} = %{EVRD}
Requires:	%{libgl} = %{EVRD}
Requires:	%{libimages} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Install libfltk1-devel if you need to develop FLTK applications. You'll
need to install the libfltk1.1 package if you plan to run dynamically
linked applications.

%files -n %{devname}
%doc README CHANGES
%{_includedir}/F?
%{_bindir}/fltk-config
%{_bindir}/fluid
%{multiarch_bindir}/fltk-config
%{_mandir}/man?/*
%{_libdir}/libfltk*.so
%{_libdir}/libfltk*.a
%dir %{_libdir}/FLTK-%{major}
%{_libdir}/FLTK-%{major}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%define Werror_cflags %{nil}
export LDFLAGS="$LDFLAGS -lXfixes"
%cmake \
	-DOPTION_BUILD_SHARED_LIBS=ON \
	-DOPTION_CAIRO=ON \
	-DOPTION_CAIROEXT=ON \
	-DOPTION_PREFIX_MAN=%{_mandir} \
	-DOPTION_PREFIX_LIB=%{_libdir} \
	-DOPTION_BUILD_EXAMPLES=OFF \
	-DOPTION_PREFIX_CONFIG=%{_libdir}/FLTK-%{major} \
	-DFLTK_USE_SYSTEM_ZLIB=ON \
	-DFLTK_USE_SYSTEM_JPEG=ON \
	-DFLTK_USE_SYSTEM_PNG=ON \
	-DBUILD_EXAMPLES=OFF
%make

%install
%makeinstall_std -C build

%multiarch_binaries %{buildroot}%{_bindir}/fltk-config


%changelog

* Tue Jul 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-11
- (ac8c80e) Fix fltk-config patch - LDLIBS was dropped incorrectly and led to incorrect work of fltk-config



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22574 |14mu|flute-1.3.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: flute
Version: 1.3.0
Release: 7
Summary: Java CSS parser using SAC
# The entire source code is W3C except ParseException.java which is LGPLv2+
License: W3C and LGPLv2+
Group:   System/Libraries
Source0: http://downloads.sourceforge.net/jfreereport/%{name}-%{version}-OOo31.zip
URL: http://www.w3.org/Style/CSS/SAC/
BuildRequires: ant, java-devel >= 0:1.6.0, jpackage-utils, sac, java-rpmbuild
Requires: java >= 0:1.6.0 , jpackage-utils, sac
BuildArch: noarch

%description
A Cascading Style Sheets parser using the Simple API for CSS, for Java.

%package javadoc
Group: Development/Java
Summary: Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib sac

%build
ant jar javadoc

%install
mkdir -p %{buildroot}%{_javadir}
cp -p build/lib/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp build/api %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc COPYRIGHT.html
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc COPYRIGHT.html
%{_javadocdir}/%{name}

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.0-7
- (21f63cf) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22575 |14mu|fluxbox-1.3.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define title Fluxbox
%define style Met-Anti-Flux-blue

Summary:	Windowmanager based on the original blackbox-code
Name:		fluxbox
Version:	1.3.7
Release:	1
License:	MIT
Group:		Graphical desktop/Other
Url:		http://fluxbox.org/
Source0:	https://sourceforge.net/projects/fluxbox/files/fluxbox/%{name}-%{version}.tar.gz
Source3:	%{name}-icons.tar.bz2
Source4:	%{name}-%{style}.tar.bz2
Source6:	%{name}-artwiz-fonts.tar.bz2
Source10:	%{name}-splash.jpg
Source11:	%{name}-menu-xdg
Patch0:		fluxbox-startfluxbox-pulseaudio.patch
BuildRequires:	mkfontdir
# Make sure these exist
BuildRequires:	alsa-plugins-pulseaudio
BuildRequires:	pulseaudio
BuildRequires:	pulseaudio-module-x11
BuildRequires:	pulseaudio-utils
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(zlib)

Requires:	xmessage
Requires:	xdg-compliance-menu

%description
Fluxbox is yet another windowmanager for X. It's a fork from the origi-
nal blackbox-0.61.1 code. Fluxbox looks like blackbox and handles
styles, colors, window placement and similar thing exactly like black-
box. So what's the difference between fluxbox and blackbox then? The
answer is: LOTS!

Have a look at the homepage for more info ;)

%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%config(noreplace) %{_sysconfdir}/X11/%{name}/menu
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/16%{name}
%{_sysconfdir}/menu.d/%{name}
%{_bindir}/fbsetbg
%{_bindir}/fbrun
%{_bindir}/fbsetroot
%{_bindir}/fluxbox
%{_bindir}/fluxbox-generate_menu
%{_bindir}/fluxbox-update_configs
%{_bindir}/startfluxbox
%{_bindir}/fluxbox-remote
%{_mandir}/man1/*
%dir %{_datadir}/fonts/fluxbox-artwiz-fonts
%{_datadir}/fonts/fluxbox-artwiz-fonts/*.gz
%{_datadir}/fonts/fluxbox-artwiz-fonts/fonts.dir
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/init
%{_datadir}/%{name}/keys
%{_datadir}/%{name}/splash.jpg
%{_datadir}/%{name}/backgrounds/default.png
%{_datadir}/%{name}/styles/*
%{_datadir}/%{name}/pixmaps/*
%{_sysconfdir}/X11/fontpath.d/fluxbox-artwiz-fonts:unscaled:pri=50
%{_datadir}/%{name}/apps
%{_datadir}/%{name}/overlay
%{_datadir}/%{name}/windowmenu
%{_datadir}/%{name}/nls/*
%{_mandir}/man5/fluxbox-keys.5.*
%{_mandir}/man5/fluxbox-apps.5*
%{_mandir}/man5/fluxbox-menu.5*
%{_mandir}/man5/fluxbox-style.5*

#----------------------------------------------------------------------------

%package pulseaudio
Summary:	Enable pulseaudio support
Group:		Graphical desktop/Other
Requires:	%{name} = %{EVRD}
Requires:	alsa-plugins-pulseaudio
Requires:	pulseaudio
Requires:	pulseaudio-module-x11
Requires:	pulseaudio-utils

%description pulseaudio
Enable pulseaudio support.

%files pulseaudio
%{_sysconfdir}/fluxbox-pulseaudio

#----------------------------------------------------------------------------

%prep
%setup -q -a3
%patch0 -p0 -b .pulseaudio

%build
%configure2_5x \
	--enable-xft \
	--enable-xinerama \
	--enable-imlib2 \
	--enable-nls \
	--with-menu=%{_sysconfdir}/X11/fluxbox/menu \
	--with-style=%{_datadir}/%{name}/styles/%{style} \
	--with-keys=%{_datadir}/%{name}/keys \
	--with-init=%{_datadir}/%{name}/init

%make

%install
%makeinstall_std

# icon
install -D -m 644 %{name}48.png %{buildroot}%{_liconsdir}/%{name}.png
install -D -m 644 %{name}32.png %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{name}16.png %{buildroot}%{_miconsdir}/%{name}.png

# session file
install -d %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/16fluxbox << EOF
NAME=Fluxbox
ICON=fluxbox.png
EXEC=%{_bindir}/startfluxbox
DESC=%{summary}
SCRIPT:
exec %{_bindir}/startfluxbox
EOF

# menu
install -d %{buildroot}%{_sysconfdir}/menu.d
install -m 0755 %{SOURCE11} %{buildroot}%{_sysconfdir}/menu.d/%{name}

# Artwiz fonts
install -d %{buildroot}%{_datadir}/fonts
tar xjf %{SOURCE6} -C %{buildroot}%{_datadir}/fonts/
pushd %{buildroot}%{_datadir}/fonts/fluxbox-artwiz-fonts
mkfontdir
popd

# mdk-style and background.
install -d %{buildroot}%{_datadir}/%{name}/{styles,backgrounds}
tar xjf %{SOURCE4} -C %{buildroot}%{_datadir}/%{name}
# update background command for fluxbox >= 0.9.15
sed -i "s/^rootCommand:.*@WALLPAPER@/background: aspect\nbackground.pixmap: @WALLPAPER@/" %{buildroot}%{_datadir}/%{name}/styles/%{style}
sed -i "s,\@WALLPAPER@,%{_datadir}/%{name}/backgrounds/default.png," \
                                           %{buildroot}%{_datadir}/%{name}/styles/%{style}
sed -i "s,\@DATADIR\@,%{_datadir}/%{name}," %{buildroot}%{_datadir}/%{name}/styles/%{style}

pushd %{buildroot}%{_datadir}/%{name}/backgrounds/
ln -s %{_datadir}/mdk/backgrounds/default.png default.png
popd
install %{SOURCE10} %{buildroot}%{_datadir}/%{name}/splash.jpg

# bzip2 manpages (should be automatic, dirty); lenny
bzip2 %{buildroot}%{_mandir}/man1/*.1

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/fluxbox-artwiz-fonts \
    %{buildroot}%{_sysconfdir}/X11/fontpath.d/fluxbox-artwiz-fonts:unscaled:pri=50

mkdir -p %{buildroot}%{_sysconfdir}
touch -r ChangeLog %{buildroot}%{_sysconfdir}/fluxbox-pulseaudio


%changelog

* Mon Jun 27 2016 dsilakov <denis.silakov@rosalab.ru> 1.3.7-1
- (f35a1c6) Merge pull request #1 from tremod/fluxbox:rosa2014.1
- (f35a1c6) Update to 1.3.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22576 |14mu|folks-0.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define dirver 43
%define major 25
%define gir_major 0.6

%define libname		%mklibname %{name} %{major}
%define girname		%mklibname %{name}-gir %{gir_major}
%define develname	%mklibname -d %{name}

%define enable_vala 0

Summary:	Aggregates people from multiple sources to create metacontacts
Name:		folks
Version:	0.11.0
Release:	1
Group:		Networking/Instant messaging
License:	LGPLv2+
URL:		http://telepathy.freedesktop.org/wiki/Folks
Source0:	http://ftp.gnome.org/pub/GNOME/sources/folks/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	glib2.0-common
BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.9.6
BuildRequires:	pkgconfig(telepathy-glib) >= 0.13
BuildRequires:	pkgconfig(gconf-2.0) >= 2.31
BuildRequires:	pkgconfig(gee-0.8) >= 0.8.4
BuildRequires:	pkgconfig(libebook-1.2)
BuildRequires:	pkgconfig(libedataserver-1.2)
BuildRequires:	pkgconfig(libedata-book-1.2) >= 3.1.5
BuildRequires:	pkgconfig(libsocialweb-client)
BuildRequires:	pkgconfig(zeitgeist-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	vala-devel
BuildRequires:	vala-tools

Requires:	evolution-data-server

Obsoletes: %{name}-i18n

%description
libfolks is a library that aggregates people from multiple sources (eg,
Telepathy connection managers and eventually evolution data server, Facebook,
etc.) to create metacontacts. It's written in Vala (in part to evaluate Vala).
The initial goal is for GObject/C support, though the Vala bindings should
basically automatic.

%package -n %{libname}
Group:		System/Libraries
Summary:	Aggregates people from multiple sources to create metacontacts
# old libs left over in the repo
Obsoletes:	%{mklibname folks 0} < 0.7.0
Obsoletes:	%{mklibname folks 1} < 0.7.0

%description -n %{libname}
This package contains the dynamic libraries from %{name}.

%package -n %{girname}
Group:		System/Libraries
Summary:	Aggregates people from multiple sources to create metacontacts
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
This package contains the Gir-repository typelib for %{name}.

%package -n %{develname}
Group:		Development/C
Summary:	Aggregates people from multiple sources to create metacontacts
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This packages contains the headers and libraries for %{name}.

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure \
	--disable-static \
	--disable-fatal-warnings \
	--enable-libsocialweb-backend=auto \
	--enable-eds-backend \
%if %{enable_vala}
	--enable-vala \
	--enable-inspect-tool \
%endif
	--enable-import-tool

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README
%{_bindir}/folks-import
%dir %{_libdir}/folks/%{dirver}/
%{_libdir}/folks/%{dirver}/backends
%{_datadir}/GConf/gsettings/folks.convert
%{_datadir}/glib-2.0/schemas/org.freedesktop.folks.gschema.xml

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Folks*-%{gir_major}.typelib

%files -n %{develname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/folks
%{_datadir}/vala/vapi/folks*
%{_datadir}/gir-1.0/Folks*-%{gir_major}.gir


%changelog

* Tue Mar 10 2015 Tigro <ashejn@yandex-team.ru> 0.11.0-1
- (597bebf) upload source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22577 |14mu|fontconfig-2.11.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

# We pushed patches from plf to main repository (TK 03062015)

Summary:	Font configuration library
Name:		fontconfig
Version:	2.11.1
Release:	3
License:	MIT
Group:		System/X11
Url:		http://fontconfig.org/
Source0:	http://www.freedesktop.org/software/fontconfig/release/%{name}-%{version}.tar.bz2
# (fc) 2.3.2-3mdk prefer urw fonts
Source1:	30-mdv-urwfonts.conf
# (fc) 2.3.2-3mdk disable antialiasing for some fonts
Source3:	20-mdv-disable-antialias.conf
# (fc) 2.3.2-3mdk  Avoid KDE/QT uses some bitmapped fonts (guisseppe)
Source5:	30-mdv-avoid-bitmap.conf
# (fc) 2.4.2-1mdv disable embedded bitmap for big size (Mdv bug #25924)
Source8:	26-mdv-no-embeddedbitmap.conf
# (fc) 2.4.92-1mdv enable embeddedbitmap on some CJK fonts (Fedora)
Source10:	25-no-bitmap-fedora.conf
# (fc) 2.1-4mdk change order of default fonts
Source11:	fc-cache.filter
Source12:	fc-cache.script
Patch1:		fontconfig-mdvconfig.patch
Patch10:	00_old_diff_gz.patch
Patch11:	01_fonts_nanum.patch
Patch12:	04_ubuntu_monospace_lcd_filter_conf.patch
Patch13:	05_lcdfilterlegacy.patch
Patch14:	05_ubuntu_add_hinting_and_antialiasing_confs.patch
Patch15:	06_ubuntu_lcddefault.patch
BuildRequires:	ed
BuildRequires:	lynx
BuildRequires:	pkgconfig(freetype2) >= 2.3.5
BuildRequires:	pkgconfig(libxml-2.0)
Provides:	lib%{name} = %{EVRD}
Provides:	%{name}-libs = %{EVRD}
# fwang: add conflicts to ease upgrade
Conflicts:	x11-font-wqy-bitmapfont < 1.0-0.20070901.1

%description
Fontconfig is designed to locate fonts within the system and select them
according to requirements specified by applications.

This package contains Ubuntu LCD patches.

%files
%doc README AUTHORS COPYING doc/fontconfig-user.html doc/fontconfig-user.txt
%dir %{_var}/cache/fontconfig
%{_bindir}/*
%dir %{_sysconfdir}/fonts
%dir %{_sysconfdir}/fonts/conf.d
%{_datadir}/%{name}/conf.avail
%{_datadir}/xml/fontconfig/fonts.dtd
# those files must NOT have noreplace option
%config %{_sysconfdir}/fonts/fonts.conf
%config %{_sysconfdir}/fonts/conf.d/*.conf
%config %{_sysconfdir}/fonts/conf.d/README
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_var}/lib/rpm/filetriggers/fc-cache.*

%post
%{_bindir}/fc-cache --force --system-only >/dev/null

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Font configuration and customization library
Group:		System/Libraries

%description -n %{libname}
Fontconfig is designed to locate fonts within the system and select them
according to requirements specified by applications.

%files -n %{libname}
%{_libdir}/libfontconfig.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Font configuration and customization library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package includes the header files, and developer docs for the fontconfig
package. Install it if you want to develop programs which will use fontconfig.

%files -n %{devname}
%doc doc/fontconfig-devel doc/fontconfig-devel.txt 
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1

%build
export HASDOCBOOK=no

%configure2_5x \
	--disable-static \
	--localstatedir=/var \
	--with-add-fonts="/usr/lib/X11/fonts,/usr/X11R6/lib/X11/fonts,/opt/ttfonts" \
	--enable-libxml2

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d
cp %{SOURCE1} %{SOURCE3} %{SOURCE5} %{SOURCE8} %{SOURCE10} %{buildroot}%{_sysconfdir}/fonts/conf.d 

# needed in case main config files isn't up to date
cat << EOF > %{buildroot}%{_sysconfdir}/fonts/conf.d/00-cache.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Font cache directory list -->

        <cachedir>/var/cache/fontconfig</cachedir>
        <cachedir>~/.fontconfig</cachedir>

</fontconfig>
EOF

ln -s ../../..%{_datadir}/%{name}/conf.avail/25-unhint-nonlatin.conf %{buildroot}%{_sysconfdir}/fonts/conf.d
ln -s ../../..%{_datadir}/%{name}/conf.avail/10-sub-pixel-rgb.conf %{buildroot}%{_sysconfdir}/fonts/conf.d

# install filetriggers
install -d -m 0755 %{buildroot}%{_var}/lib/rpm/filetriggers
install -m 0644 %{SOURCE11} %{buildroot}%{_var}/lib/rpm/filetriggers
install -m 0755 %{SOURCE12} %{buildroot}%{_var}/lib/rpm/filetriggers


%changelog

* Wed Jan 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.11.1-3
- (e6f73a7) Add 10-sub-pixel-rgb.conf to default config



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22578 |14mu|fontforge-1.0-0.20170731.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ffversion 20170731

%define major 2
%define gdraw_major 5
%define gunicode_major 4
%define libname %mklibname %{name} %{major}
%define libgdraw %mklibname gdraw %{gdraw_major}
%define libgioftp %mklibname gioftp %{major}
%define libgunicode %mklibname gunicode %{gunicode_major}
%define libgutils %mklibname gutils %{major}
%define libexe %mklibname %{name}exe %{major}
%define devname %mklibname %{name} -d

%define gnulib_githead 2bf7326

Summary:	Font Editor for PostScript, TrueType, OpenType and various fonts
Name:		fontforge
Version:	1.0
Release:	0.%{ffversion}.1
License:	BSD-like
Group:		Publishing
Url:		http://fontforge.sourceforge.net/
# For current version, check https://github.com/fontforge/fontforge/releases
Source0:	http://github.com/fontforge/fontforge/archive/%{ffversion}.tar.gz
# https://github.com/fontforge/fontforge/issues/1725
# http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=snapshot;h=%{gnulib_githead};sf=tgz;name=gnulib-%{gnulib_githead}.tar.gz
Source1:	gnulib-%{gnulib_githead}.tar.gz
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch1:		fontforge-20140813-use-system-uthash.patch
#Patch0:		fontforge-20110222-link.patch
#Patch1:		fontforge-20090224-pythondl.patch
#Patch2:		fontforge-20110222-libz.so-linkage.patch
#Patch3:		fontforge-20120731-b-giflib51.patch

BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	git
BuildRequires:	jpeg-devel
BuildRequires:	libuninameslist-devel
BuildRequires:	libltdl-devel
BuildRequires:	ungif-devel
BuildRequires:	uthash-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(pangoxft)

# (Abel) it wants either autotrace or potrace
Requires:	potrace
Provides:	/usr/bin/fontforge

%description
FontForge is an outline font editor that lets you create your own 
postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and 
bitmap (bdf) fonts, or edit existing ones. Also lets you convert one
format to another. FontForge has support for many macintosh font formats.

%files -f FontForge.lang
%doc LICENSE doc/README-unix doc/README-Unix.html doc/html/fontforge-tutorial.pdf
%{_bindir}/*
%{_mandir}/man1/*
%{_iconsdir}/hicolor/*/apps/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/fontforge.xml
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	Library for %{name}

%description -n %{libname}
This package contains the shared library libfontforge.

%files -n %{libname}
%{_libdir}/libfontforge.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libexe}
Group:          System/Libraries
Summary:        Library for %{name}

%description -n %{libexe}
This package contains the shared library libfontforgeexe.

%files -n %{libexe}
%{_libdir}/libfontforgeexe.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgdraw}
Group:		System/Libraries
Summary:	Library for %{name}

%description -n %{libgdraw}
This package contains the shared library libgdraw.

%files -n %{libgdraw}
%{_libdir}/libgdraw.so.%{gdraw_major}*

#----------------------------------------------------------------------------

%package -n %{libgioftp}
Group:		System/Libraries
Summary:	Library for %{name}

%description -n %{libgioftp}
This package contains the shared library libgioftp.

%files -n %{libgioftp}
%{_libdir}/libgioftp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgunicode}
Group:		System/Libraries
Summary:	Library for %{name}

%description -n %{libgunicode}
This package contains the shared library libgunicode.

%files -n %{libgunicode}
%{_libdir}/libgunicode.so.%{gunicode_major}*

#----------------------------------------------------------------------------

%package -n %{libgutils}
Group:		System/Libraries
Summary:	Library for %{name}

%description -n %{libgutils}
This package contains the shared library libgutils.

%files -n %{libgutils}
%{_libdir}/libgutils.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Group:		Development/C
Summary:	Development files for %{name}
Requires:	%{libname} = %{EVRD}
Requires:	%{libgdraw} = %{EVRD}
Requires:	%{libgioftp} = %{EVRD}
Requires:	%{libgunicode} = %{EVRD}
Requires:	%{libgutils} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}

#----------------------------------------------------------------------------

%package python
Group:		Development/Python
Summary:	Library bindings for python

%description python
This package contains the python library for python applications that
use %{name}.

%files python
%{py_platsitedir}/fontforge.so
%{py_platsitedir}/psMat.so

#----------------------------------------------------------------------------

%prep
%setup -qn fontforge-%{ffversion}
tar xzf %{SOURCE1}

%apply_patches

mkdir -p htdocs
cp -pr doc/html/* htdocs
chmod 644 htdocs/nonBMP/index.html
# Fix bad line terminators
sed -i 's/\r//' htdocs/Big5.txt
sed -i 's/\r//' htdocs/corpchar.txt

%build
./bootstrap --skip-git --gnulib-srcdir=gnulib-%{gnulib_githead}
%configure2_5x \
	--disable-static \
	--with-freetype-bytecode=no \
	--with-regular-link \
	--enable-pyextension \
	--enable-longdouble \
	--enable-type3 \
	--enable-libff

sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
%makeinstall_std

desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	desktop/fontforge.desktop

# icons
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

mkdir -p %{buildroot}/%{_datadir}/mime/packages

install -p desktop/fontforge.xml %{buildroot}/%{_datadir}/mime/packages/

chrpath -d %{buildroot}%{_bindir}/%{name} %{buildroot}%{_libdir}/*.so.*

%find_lang FontForge


%changelog

* Tue Aug 15 2017 dsilakov <denis.silakov@rosalab.ru> 1.0-0.20170731.1
- (f298b15) Merge pull request #2 from vladimir71/fontforge:rosa2014.1
- (f298b15) fontforge



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22579 |14mu|fonts-ttf-bengali-0.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: A set of Bangla fonts under GPL
Name: fonts-ttf-bengali
# version number is defined at http://www.bengalinux.org/downloads/
Version: 0.5
Release: 15
License: GPL
Group: System/Fonts/True type
Source0: http://savannah.nongnu.org/download/freebangfont/Akaash-0.8.5.tar.gz
Source1: http://savannah.nongnu.org/download/freebangfont/Ani.tar.gz
Source2: http://savannah.nongnu.org/download/freebangfont/Likhan-0.5.tar.gz
Source3: http://savannah.nongnu.org/download/freebangfont/MuktiNarrow-0.94.tar.bz2
URL: http://www.bengalinux.org/
BuildArch:	noarch
BuildRequires: fontconfig
BuildRequires:	freetype-tools

Provides: fonts-tt-Akaash
Provides: fonts-tt-Ani
Provides: fonts-tt-Likhan
Provides: fonts-tt-MuktiNarrow

%description
This package contains a set of Bangla (Bengali) OpenType fonts based on
Unicode encoding scheme. The fonts are provided by Free Bangla Font project,
a sub project of Ankur group (http://www.bengalinux.org).

Install freebanglafont if you'd like to use Bangla or want to see Bangla
interface for GNOME, KDE, etc.

%prep
%setup -c -a 0 -a 1 -a 2 -a 3 -q

%build

%install
install -d %{buildroot}/%{_datadir}/fonts/TTF/bengali

for i in `find . -name "*.ttf"` ; do
install -m 644 $i %{buildroot}/%{_datadir}/fonts/TTF/bengali
done
for i in `find . -name "*.TTF"` ; do
  install -m 644 $i \
	 %{buildroot}/%{_datadir}/fonts/TTF/bengali/`basename $i .TTF`.ttf
done

mkdir -p %{buildroot}/%{_docdir}/%{name}-%{version}/Akaash/
install -m 644 Akaash/{BUGS,README,MAILINGLISTS,VERSION,CHANGELOG,CREDITS} \
	%{buildroot}/%{_docdir}/%{name}-%{version}/Akaash/
mkdir -p %{buildroot}/%{_docdir}/%{name}-%{version}/Ani/
install -m 644 Ani/{AUTHORS,BUGS,MAILINGLISTS,README,VERSION} \
	%{buildroot}/%{_docdir}/%{name}-%{version}/Ani/
mkdir -p %{buildroot}/%{_docdir}/%{name}-%{version}/Likhan/
install -m 644 Likhan-0.5/README \
	%{buildroot}/%{_docdir}/%{name}-%{version}/Likhan/
mkdir -p %{buildroot}/%{_docdir}/%{name}-%{version}/MuktiNarrow/
install -m 644 MuktiNarrow0.94/readme.txt \
	%{buildroot}/%{_docdir}/%{name}-%{version}/MuktiNarrow/
install -m 644 Ani/COPYING %{buildroot}/%{_docdir}/%{name}-%{version}/

%post
touch %{_datadir}/fonts/TTF

%clean
rm -fr %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/*
%dir %{_datadir}/fonts/TTF/
%dir %{_datadir}/fonts/TTF/bengali
%{_datadir}/fonts/TTF/bengali/*.ttf

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.5-15
- (56b60cc) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22580 |14mu|fonts-ttf-liberation-2.00.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname liberation-fonts-ttf

Summary:	Fonts to replace commonly used Microsoft Windows Fonts
Name:		fonts-ttf-liberation
Version:	2.00.1
Release:	10
# The license of the Liberation Fonts is a EULA that contains 
# GPLv2 and two exceptions:
# The first exception is the standard FSF font exception.
# The second exception is an anti-lockdown clause somewhat like
# the one in GPLv3. This license is Free, but GPLv2 and GPLv3
# incompatible.
License:	GPLv2+ with font exception
Group:		System/Fonts/True type
Url:		https://fedorahosted.org/liberation-fonts/
Source0:	https://fedorahosted.org/releases/l/i/liberation-fonts/%{pkgname}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	fontconfig
BuildRequires:	freetype-tools
# Google Chrome >= 70 depends from liberation-fonts
Provides:	liberation-fonts = %{EVRD}

%description
The Liberation Fonts are intended to be replacements for the three
most commonly used fonts on Microsoft systems: Times New Roman,
Arial, and Courier New.

%files
%doc README AUTHORS LICENSE TODO
%dir %{_datadir}/fonts/TTF/liberation
%{_datadir}/fonts/TTF/liberation/*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/liberation/fonts.dir
%{_datadir}/fonts/TTF/liberation/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-liberation:pri=50

#----------------------------------------------------------------------------

%prep
%setup -qn %{pkgname}-%{version}

%build

%install
mkdir -p %{buildroot}%{_datadir}/fonts/TTF/liberation

install -m 644 *.ttf %{buildroot}%{_datadir}/fonts/TTF/liberation
ttmkfdir %{buildroot}%{_datadir}/fonts/TTF/liberation > %{buildroot}%{_datadir}/fonts/TTF/liberation/fonts.dir
ln -s fonts.dir %{buildroot}%{_datadir}/fonts/TTF/liberation/fonts.scale

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/TTF/liberation \
	%{buildroot}%{_sysconfdir}/X11/fontpath.d/ttf-liberation:pri=50


%changelog

* Wed Oct 17 2018 Mikhail Novosyolov <m.novosyolov@rosalinux.ru> 2.00.1-10
- (d5b5dac) [backport] Add 'Provides: liveration-fonts' because it's a requirement for Google's RPMs of Chrome 70



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22581 |14mu|fonts-ttf-paratype-20141121-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mononame paratype-pt-mono
%define sansname paratype-pt-sans
%define serifname paratype-pt-serif

Summary:	A pan-Cyrillic typeface
Name:		fonts-ttf-paratype
Version:	20141121
Release:	4
License:	OFL
Group:		System/Fonts/True type
Url:		http://www.paratype.com/public/
# We now got new updated source archive to use
Source0:	http://www.fontstock.com/public/PTSansOFL.zip
Source1:	http://www.fontstock.com/public/PTSerifOFL.zip
Source2:	http://www.fontstock.com/public/PTMonoOFL.zip
Source12:	%{sansname}.metainfo.xml
Source13:	%{sansname}-narrow.metainfo.xml
Source14:	%{sansname}-caption.metainfo.xml
Source22:	%{serifname}.metainfo.xml
Source23:	%{serifname}-caption.metainfo.xml
Source31:	%{mononame}.metainfo.xml
BuildRequires:	fontconfig
BuildRequires:	ttmkfdir
Conflicts:	paratype-pt-sans-fonts < 20141121-3
Obsoletes:	paratype-pt-sans-fonts < 20141121-3
Provides:	paratype-pt-mono-fonts = %{EVRD}
Provides:	paratype-pt-sans-fonts = %{EVRD}
Provides:	paratype-pt-serif-fonts = %{EVRD}
BuildArch:	noarch

%description
The Paratype family was developed as part of the "Public Types of Russian
Federation" project. This project aims at enabling the peoples of Russia to
read and write their native languages, using free/libre fonts. It is
dedicated to the 300-year anniversary of the Russian civil type invented by
Peter the Great from 1708 to 1710, and was realized with financial support
from the Russian Federal Agency for Press and Mass Communications.

The fonts include support for all 54 title languages of the Russian
Federation as well as more common Western, Central European and Cyrillic
blocks making them unique and a very important tool for modern digital
communications.

Paratype is a grotesque font based on Russian type designs of the second part
of the 20th century. However, it also includes very distinctive features of
modern humanistic design, fulfilling present day aesthetic and functional
requirements.

It was designed by Alexandra Korolkova, Olga Umpeleva and Vladimir Yefimov
and released by ParaType.

This package includes the four basic styles and two narrows styles for
economic setting.

%files
%doc *.txt
%{_datadir}/appdata/%{mononame}.metainfo.xml
%{_datadir}/appdata/%{sansname}.metainfo.xml
%{_datadir}/appdata/%{sansname}-narrow.metainfo.xml
%{_datadir}/appdata/%{serifname}.metainfo.xml
%{_datadir}/fonts/TTF/paratype/PTF*.ttf
%{_datadir}/fonts/TTF/paratype/PTM*.ttf
%{_datadir}/fonts/TTF/paratype/PTN*.ttf
%{_datadir}/fonts/TTF/paratype/PTS*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/paratype/fonts.dir
%{_datadir}/fonts/TTF/paratype/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-paratype:pri=50

#----------------------------------------------------------------------------

%package caption
Summary:	A pan-Cyrillic typeface (caption forms for small text)
Group:		System/Fonts/True type
Conflicts:	paratype-pt-sans-caption-fonts < 20141121-3
Obsoletes:	paratype-pt-sans-caption-fonts < 20141121-3
Provides:	paratype-pt-sans-caption-fonts = %{EVRD}
Provides:	paratype-pt-serif-caption-fonts = %{EVRD}

%description caption
This paratype subpackage includes captions styles for small text sizes.

%files caption
%doc *.txt
%{_datadir}/appdata/%{sansname}-caption.metainfo.xml
%{_datadir}/appdata/%{serifname}-caption.metainfo.xml
%{_datadir}/fonts/TTF/paratype-caption/PTC*.ttf
%{_datadir}/fonts/TTF/paratype-caption/PTZ*.ttf
%verify(not mtime) %{_datadir}/fonts/TTF/paratype-caption/fonts.dir
%{_datadir}/fonts/TTF/paratype-caption/fonts.scale
%{_sysconfdir}/X11/fontpath.d/ttf-paratype-caption:pri=50

#----------------------------------------------------------------------------

%prep
%setup -q -c -T
unzip -o %{SOURCE0}
unzip -o %{SOURCE1}
unzip -o %{SOURCE2}

for txt in *.txt ; do
   if $(echo "$txt" | grep -q "rus\.txt") ; then
     iconv --from=UTF-16       --to=UTF-8 "$txt" > "$txt.1"
   else
     iconv --from=WINDOWS-1251 --to=UTF-8 "$txt" > "$txt.1"
   fi
   sed -i 's/\r//' "$txt.1"
   touch -r "$txt" "$txt.1"
   mv "$txt.1" "$txt"
done

%build

%install
# Paratype fonts
mkdir -p %{buildroot}%{_datadir}/fonts/TTF/paratype
install -m 0644 -p PTF*.ttf PTM*.ttf PTN*.ttf PTS*.ttf %{buildroot}%{_datadir}/fonts/TTF/paratype/

ttmkfdir %{buildroot}%{_datadir}/fonts/TTF/paratype > %{buildroot}%{_datadir}/fonts/TTF/paratype/fonts.dir
ln -s fonts.dir %{buildroot}%{_datadir}/fonts/TTF/paratype/fonts.scale

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/TTF/paratype \
        %{buildroot}%{_sysconfdir}/X11/fontpath.d/ttf-paratype:pri=50

# Paratype Caption fonts
mkdir -p %{buildroot}%{_datadir}/fonts/TTF/paratype-caption
install -m 0644 -p PTC*.ttf PTZ*.ttf %{buildroot}%{_datadir}/fonts/TTF/paratype-caption/

ttmkfdir %{buildroot}%{_datadir}/fonts/TTF/paratype-caption > %{buildroot}%{_datadir}/fonts/TTF/paratype-caption/fonts.dir
ln -s fonts.dir %{buildroot}%{_datadir}/fonts/TTF/paratype-caption/fonts.scale

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/TTF/paratype-caption \
        %{buildroot}%{_sysconfdir}/X11/fontpath.d/ttf-paratype-caption:pri=50

# Add AppStream metadata
install -Dm 0644 -p %{SOURCE12} \
        %{buildroot}%{_datadir}/appdata/%{sansname}.metainfo.xml
install -Dm 0644 -p %{SOURCE13} \
        %{buildroot}%{_datadir}/appdata/%{sansname}-narrow.metainfo.xml
install -Dm 0644 -p %{SOURCE14} \
        %{buildroot}%{_datadir}/appdata/%{sansname}-caption.metainfo.xml
install -Dm 0644 -p %{SOURCE22} \
        %{buildroot}%{_datadir}/appdata/%{serifname}.metainfo.xml
install -Dm 0644 -p %{SOURCE23} \
        %{buildroot}%{_datadir}/appdata/%{serifname}-caption.metainfo.xml
install -Dm 0644 -p %{SOURCE31} \
        %{buildroot}%{_datadir}/appdata/%{mononame}.metainfo.xml


%changelog

* Wed Apr 20 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 20141121-4
- (a4e569f) Use different way of packaging fonts (like we do with Droid and Liberation fonts)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22582 |14mu|foomatic-db-4.0-3.20150819.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define releasedate 20150819

Name:		foomatic-db
Version:	4.0
Release:	3.%{releasedate}.4
Epoch:		1
Summary:	Foomatic printer/driver database
License:	GPLv2 and MIT
Group:		System/Servers
Url:		http://www.linuxprinting.org/
Source:		http://www.openprinting.org/download/foomatic/%{name}-%{version}-%{releasedate}.tar.gz
# Perl script to clean up Manufacturer entries in the PPD files, so that
# drivers are sorted by the printer manufacturer in the graphical frontends
Source2:	cleanppd.pl.bz2
Patch0:		foomatic-db-20130312-cp_argument_list_too_long.diff
Patch1:		foomatic-db-device-ids.patch
Requires:	foomatic-db-engine
BuildArch:	noarch
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	cups
BuildRequires:	cups-common
BuildRequires:	foomatic-db-engine
# Make sure we get postscriptdriver tags:
BuildRequires: python-cups

%description
Foomatic is a comprehensive, spooler-independent database of printers,
printer drivers, and driver descriptions. It contains utilities to
generate PPD (Postscript Printer Description) files and printer queues
for CUPS, LPD, GNUlpr, LPRng, PPR, and PDQ using the database. There
is also the possibility to read the PJL options out of PJL-capable
laser printers and take them into account at the driver description
file generation.

There are spooler-independent command line interfaces to manipulate
queues (foomatic-configure) and to print files/manipulate jobs
(foomatic printjob).
 
This package is the Foomatic database, an XML database containing
information about the capabilities of near 1000 printers and around
250 drivers. Especially it contains the information how and with which
options the drivers have to be executed.

%prep

##### FOOMATIC

# Source trees for installation
%setup -q -n %{name}-%{releasedate}
%patch0 -p0
# foomatic-db patches
# Don't use "-b" when patching PPD files as the backups will be packaged.

# Device IDs for:
# Brother MFC-8840D (#678065)
# HP LaserJet M1522nf MFP (#745499)
# Lexmark C453 (#770169)
# HP DeskJet 720C (bug #797099)
# Kyocera FS-1118MFP (bug #782377)
%patch1 -p1

# Use sed instead of perl in the PPDs (bug #512739).
find db/source/PPD -type f -name '*.ppd' | xargs perl -pi -e 's,perl -p,sed,'

%build
# Makefile generation ("./make_configure" for CVS snapshots)
./make_configure
# Fix for lib64 architectures, avoid patch
perl -pi -e "s@/usr/lib/(cups|pdq|ppr)@%{_libdir}/\1@g" configure

# We do not compress the PPDs now, so that we can do a clean-up
%configure --disable-gzip-ppds

# "make" is not needed for this package, there is nothing to build

# Delete drivers which are not on the distro (obsolete drivers which are
# replaced by a new driver with a different name)
# "stp" replaced by "gimp-print"/"gutenprint"
rm -f db/source/driver/stp.xml
# "cZ11" replaced by "cZ11somsom"
rm -f db/source/driver/cZ11.xml
# "cZ11somsom" replaced by "lz11"
rm -f db/source/driver/cZ11somsom.xml
# "hpdj" replaced by "pcl3"
rm -f db/source/driver/hpdj.xml
# "lxm3200[mcp]" replaced by "lxm3200"
rm -f db/source/driver/lxm3200[mcp].xml
# "lxm3200" replaced by "lxm3200-tweaked"
rm -f db/source/driver/lxm3200.xml
# Japanese drivers which are not in our GhostScript
rm -f db/source/driver/bjc800j.xml
rm -f db/source/driver/bj10.xml

# These drivers come with their own Foomatic data. Remove the files
# from this package
rm -f db/source/*/gimp-print*.xml
rm -f db/source/*/gutenprint*.xml
rm -f db/source/*/foo2*.xml
rm -f db/source/*/lz11*.xml
rm -f db/source/*/m2300w*.xml
rm -f db/source/*/m2400w*.xml
rm -f db/source/[do]*/*[Pp]touch*.xml

# foo2zjs files
rm -f \
	db/source/printer/HP-Color_LaserJet_1500.xml \
	db/source/printer/HP-Color_LaserJet_1600.xml \
	db/source/printer/HP-Color_LaserJet_2600n.xml \
	db/source/printer/HP-LaserJet_1000.xml \
	db/source/printer/HP-LaserJet_1005.xml \
	db/source/printer/HP-LaserJet_1020.xml \
	db/source/printer/HP-LaserJet_1022.xml \
	db/source/printer/HP-LaserJet_M1005_MFP.xml \
	db/source/printer/Minolta-magicolor_2300_DL.xml \
	db/source/printer/Minolta-magicolor_2430_DL.xml \
	db/source/printer/Samsung-CLP-300.xml \
	db/source/printer/Samsung-CLP-600.xml \
	db/source/printer/Xerox-Phaser-6115MFP.xml

# m2300w files
rm -f \
	db/source/printer/Minolta-magicolor_2300W.xml \
	db/source/printer/Minolta-magicolor_2400W.xml

# ptouch files
rm -f \
	db/source/printer/Brother-PT-1500PC.xml \
	db/source/printer/Brother-PT-18R.xml \
	db/source/printer/Brother-PT-1950.xml \
	db/source/printer/Brother-PT-1950VP.xml \
	db/source/printer/Brother-PT-1960.xml \
	db/source/printer/Brother-PT-2420PC.xml \
	db/source/printer/Brother-PT-2450DX.xml \
	db/source/printer/Brother-PT-2500PC.xml \
	db/source/printer/Brother-PT-2600.xml \
	db/source/printer/Brother-PT-2610.xml \
	db/source/printer/Brother-PT-3600.xml \
	db/source/printer/Brother-PT-550A.xml \
	db/source/printer/Brother-PT-9200DX.xml \
	db/source/printer/Brother-PT-9200PC.xml \
	db/source/printer/Brother-PT-9400.xml \
	db/source/printer/Brother-PT-9500PC.xml \
	db/source/printer/Brother-PT-9600.xml \
	db/source/printer/Brother-PT-PC.xml \
	db/source/printer/Brother-QL-500.xml \
	db/source/printer/Brother-QL-550.xml \
	db/source/printer/Brother-QL-650TD.xml

# Delete drivers with empty command line prototype, they would give
# unusable printer/driver combos.
FOOMATICDB=`pwd` %{_sbindir}/foomatic-cleanupdrivers

# Correct recommended driver "gimp-print" or "gutenprint", must be 
# "gutenprint-ijs.5.0".
for f in db/source/printer/*.xml; do
	perl -p -i -e 's:<driver>(gimp-|guten)print</driver>:<driver>gutenprint-ijs.5.0</driver>:' $f
done

# Fixed default paper tray for HP Business Inkjet 2800.
perl -p -i -e 's/(\*DefaultInputSlot:\s+)Auto/$1Tray1/' db/source/PPD/HP/business_inkjet/HP_Business_Inkjet_2800.ppd
# Fixed device ID lines in the HP PPDs
perl -p -i -e 's/1284DeviceId/1284DeviceID/' db/source/PPD/HP/*/*.ppd

%install
# Do not use "make" macro, as parallelized build of Foomatic does not
# work.

# Install data files
make	PREFIX=%{_prefix} \
        DESTDIR=%{buildroot} \
        install

# Uncompress Perl script for cleaning up the PPD files
bzcat %{SOURCE2} > ./cleanppd.pl
chmod a+rx ./cleanppd.pl

# Do the clean-up
find %{buildroot}%{_datadir}/foomatic/db/source/PPD -name "*.ppd" -exec ./cleanppd.pl '{}' \;

# Remove PPDs which are not Adobe-compliant and therefore not working with
# CUPS 1.1.20 or newer
for ppd in `find %{buildroot}%{_datadir}/foomatic/db/source/PPD -name "*.ppd.gz"`
do
	cupstestppd -q $ppd || (
		rm -f $ppd && \
		echo "$ppd not Adobe-compliant. Deleted." && \
		echo $ppd >> deletedppds-%{name}-%{version}-%{release}.txt
	)
done

##### GENERAL STUFF

# Correct permissions
for f in %{buildroot}%{_datadir}/foomatic/db/source/*/*.xml; do
  chmod a-x $f
done
chmod a-x %{buildroot}%{_datadir}/foomatic/db/oldprinterids

##### SCRIPTS

# Restart the CUPS daemon when it is running, but do not start it when it
# is not running. The restart of the CUPS daemon updates the CUPS-internal
# PPD index

%post
/sbin/service cups condrestart > /dev/null 2>/dev/null || :

%postun
/sbin/service cups condrestart > /dev/null 2>/dev/null || :

##### CLEAN UP

%clean

##### FILES

%files
%doc README USAGE COPYING
%{_datadir}/foomatic/db
%{_datadir}/foomatic/xmlschema
%{_datadir}/cups/model/foomatic-db-ppds



%changelog

* Thu Nov 26 2015 Denis Silakov <dsilakov@gmail.com> 1:4.0-3.20150819.4
- (5133295) Updated to 20150819



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22583 |14mu|foomatic-db-engine-4.0.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define releasedate 0
%if %{releasedate}
%define tarname %{name}-%{version}-%{releasedate}
%else
%define tarname %{name}-%{version}
%endif

%define debug 0

##### GENERAL DEFINITIONS

Name:		foomatic-db-engine
Version:	4.0.12
Release:	1
Summary:        Foomatic database access, printer admin, and printing utils
License:        GPLv2
Group:          System/Servers
Url:            http://www.linuxprinting.org/
Requires:       foomatic-filters >= 3.0.2-1.20050816.1mdk perl-base >= 2:5.8.8

BuildRequires:	autoconf 
BuildRequires:	automake 
BuildRequires:	cups
BuildRequires:	perl-devel 
BuildRequires:	file 
BuildRequires:	libxml2-devel

##### FOOMATIC SOURCES

Source0:	http://www.openprinting.org/download/foomatic/%{tarname}.tar.gz

##### PACKAGE DESCRIPTIONS

%description
Foomatic is a comprehensive, spooler-independent database of printers,
printer drivers, and driver descriptions. It contains utilities to
generate PPD (Postscript Printer Description) files and printer queues
for CUPS, LPD, GNUlpr, LPRng, PPR, and PDQ using the database. There
is also the possibility to read the PJL options out of PJL-capable
laser printers and take them into account at the driver description
file generation.

There are spooler-independent command line interfaces to manipulate
queues (foomatic-configure) and to print files/manipulate jobs
(foomatic printjob).
 
This package contains the tools for accessing the Foomatic database,
for printer administration, and for printing.

%prep

##### FOOMATIC

# Source trees for installation
%setup -q -n %{tarname}
chmod -x *.c

%build

# Change compiler flags for debugging when in debug mode
%if %{debug}
export DONT_STRIP=1
export CFLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export CXXFLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export RPM_OPT_FLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
%endif


# Makefile generation ("./make_configure" for CVS snapshots)
./make_configure
%configure --libdir=%{_prefix}/lib

# Fix for new library "make install" behaviour of Perl 5.8.1.
perl -p -i -e 's/PREFIX=\$\(DESTDIR\)\$\(PERLPREFIX\)/PREFIX=\$\(PERLPREFIX\)/' Makefile

# Final build of Foomatic package
# Use the real file names of the printing utilities to be independent of the
# update-alternatives configuration

# Do not use "make" macro, as parallelized build of Foomatic does not
# work.

make	LPD_LPR=/usr/bin/lpr-lpd \
        LPD_LPQ=/usr/bin/lpq-lpd \
        LPD_LPRM=/usr/bin/lprm-lpd \
        LPD_LPC=/usr/sbin/lpc-lpd \
        CUPS_LPR=/usr/bin/lpr-cups \
        CUPS_LPQ=/usr/bin/lpq-cups \
        CUPS_LPRM=/usr/bin/lprm-cups \
        CUPS_LPC=/usr/sbin/lpc-cups \
        CUPS_LP=/usr/bin/lp-cups \
        CUPS_CANCEL=/usr/bin/cancel-cups \
        CUPS_LPSTAT=/usr/bin/lpstat-cups \
        PDQ_PRINTRC=/etc/pdq/printrc \
        PREFIX=%{_prefix} \
        PERL_INSTALLDIRS=vendor \
        DESTDIR=%{buildroot}

chmod a+rx mkinstalldirs

%install


# Change compiler flags for debugging when in debug mode
%if %{debug}
export DONT_STRIP=1
export CFLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export CXXFLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
export RPM_OPT_FLAGS="`echo %{optflags} |sed -e 's/-O3/-g/' |sed -e 's/-O2/-g/'`"
%endif

# Make directories
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_mandir}/man8

##### FOOMATIC

# Install program files
eval `perl '-V:installsitelib'`
mkdir -p %{buildroot}/$installsitelib
export INSTALLSITELIB=%{buildroot}/$installsitelib
make	PREFIX=%{_prefix} \
        DESTDIR=%{buildroot} \
        INSTALLSITELIB=%{buildroot}/$installsitelib \
        install

# Use update-alternatives to make "foomatic-printjob" also possible through
# the usual printing commands
 
( cd %{buildroot}%{_bindir}
  ln -s foomatic-printjob lpr-foomatic
  ln -s foomatic-printjob lpq-foomatic
  ln -s foomatic-printjob lprm-foomatic
)
( cd %{buildroot}%{_sbindir}
  ln -s %{_bindir}/foomatic-printjob lpc-foomatic
)

# Correct permissions
chmod -R a-X %{buildroot}%{perl_vendorlib}/Foomatic/*.pm

%post -n foomatic-db-engine
# Set up update-alternatives entries
%{_sbindir}/update-alternatives --install %{_bindir}/lpr lpr %{_bindir}/lpr-foomatic 1
%{_sbindir}/update-alternatives --install %{_bindir}/lpq lpq %{_bindir}/lpq-foomatic 1
%{_sbindir}/update-alternatives --install %{_bindir}/lprm lprm %{_bindir}/lprm-foomatic 1
%{_sbindir}/update-alternatives --install %{_sbindir}/lpc lpc %{_sbindir}/lpc-foomatic 1

%preun -n foomatic-db-engine
if [ "$1" -eq "0" ]; then
  # On removal
  # Remove update-alternatives entries
  %{_sbindir}/update-alternatives --remove lpr /usr/bin/lpr-foomatic
  %{_sbindir}/update-alternatives --remove lpq /usr/bin/lpq-foomatic
  %{_sbindir}/update-alternatives --remove lprm /usr/bin/lprm-foomatic
  %{_sbindir}/update-alternatives --remove lpc /usr/sbin/lpc-foomatic
fi

%clean

##### FILES

%files
%doc README TODO USAGE Foomatic-Devel-Ideas.txt ChangeLog
%{_bindir}/*
%{_sbindir}/*
%{perl_vendorlib}/Foomatic
%{_datadir}/foomatic/templates
%{_mandir}/man*/*
%{_prefix}/lib/cups/driver/*



%changelog

* Wed Nov 25 2015 Denis Silakov <dsilakov@gmail.com> 4.0.12-1
- (780d9eb) Updated to 4.0.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22584 |14mu|four-in-a-row-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		four-in-a-row
Version:	3.16.2
Release:	1
Summary:	GNOME Four-in-a-row game
License:	GPLv2+ and GFDL
Group:		Games/Boards
URL:		http://projects.gnome.org/gnome-games/
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.26
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	pkgconfig(zlib)
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
Obsoletes:	gnect

%description
The objective of Four-in-a-row is to build a line of four of your marbles
while trying to stop your opponent (human or computer) building a line
of his or her own.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --all-name --with-gnome

%files -f %{name}.lang
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
%{_iconsdir}/*/*/*/*
%{_mandir}/man6/%{name}.6*
%{_datadir}/appdata/%{name}.appdata.xml

%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (a771d8a) pack icons



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22585 |14mu|fping-3.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		fping
Version:	3.13
Release:	1
Summary:	Quickly ping N number of hosts to determine their reachability

License:	BSD
Group:		Networking/Other
URL:		http://fping.org/
Source0:	http://fping.org/dist/%{name}-%{version}.tar.gz

%description
fping is a ping(1) like program which uses the Internet Control Message
Protocol (ICMP) echo request to determine if a host is up. fping is different
from ping in that you can specify any  number of hosts on the command line, or
specify a file containing the lists of hosts to ping. Instead of trying one
host until it timeouts or replies, fping will send out a ping packet and move
on to the next host in a round-robin fashion. If a host replies, it is noted
and removed from the list of hosts to check. If a host does not respond within
a certain time limit and/or retry limit it will be considered unreachable.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files 
%doc README INSTALL ChangeLog
%attr(4755,root,root) %{_sbindir}/fping
%{_mandir}/man8/fping.8*

%changelog

* Sun Jan 03 2016 dsilakov <denis.silakov@rosalab.ru> 3.13-1
- (47c2139) Merge pull request #4 from import/fping:auto_update
- (47c2139) Updated to 3.13 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22586 |14mu|fprintd-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_doc 1
%{?_with_doc: %{expand: %%global with_doc 1}}

Summary:	D-Bus service for Fingerprint reader access
Name:		fprintd
Version:	0.7.0
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.freedesktop.org/wiki/Software/fprint/fprintd
Source0:	http://freedesktop.org/~hadess/%{name}-%{version}.tar.xz
%if %{with_doc}
BuildRequires:	gtk-doc
%endif
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libfprint) >= 0.4.0
BuildRequires:	pkgconfig(polkit-agent-1)

%description
D-Bus service to access fingerprint readers.

%files -f %{name}.lang
%doc README COPYING AUTHORS TODO
%{_bindir}/fprintd-*
%{_libexecdir}/fprintd
# FIXME This file should be marked as config when it does something useful
%{_sysconfdir}/fprintd.conf
%{_sysconfdir}/dbus-1/system.d/net.reactivated.Fprint.conf
%{_datadir}/dbus-1/system-services/net.reactivated.Fprint.service
%{_datadir}/polkit-1/actions/net.reactivated.fprint.device.policy
/lib/systemd/system/fprintd.service
%{_localstatedir}/lib/fprint
%{_mandir}/man1/fprintd.*

#--------------------------------------------------------------------

%package pam
Summary:	PAM module for fingerprint authentication
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}
# Note that we obsolete pam_fprint, but as the configuration
# is different, it will be mentioned in the release notes
Provides:	pam_fprint = %{EVRD}
Obsoletes:	pam_fprint < 0.2-5

%description pam
PAM module that uses the fprintd D-Bus service for fingerprint
authentication.

%files pam
%doc pam/README
/%{_lib}/security/pam_fprintd.so

#--------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	gtk-doc

%description devel
Development documentation for fprintd, the D-Bus service for
fingerprint readers access.

%files devel
%if %{with_doc}
%{_datadir}/gtk-doc/html/fprintd
%endif
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Device.xml
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml

#--------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
%if %{with_doc}
	--enable-gtk-doc \
%endif
	--enable-pam \
	--libdir=/%{_lib}/

%make

%install
%makeinstall_std
mkdir -p %{buildroot}/%{_localstatedir}/lib/fprint

mkdir -p %{buildroot}/lib/systemd/system/
sed -e "s|\@libexecdir\@|%{_libexecdir}|" data/fprintd.service.in > \
	%{buildroot}/lib/systemd/system/fprintd.service

rm -f %{buildroot}/%{_lib}/security/pam_fprintd.{a,la,so.*}

%find_lang %{name}


%changelog

* Tue Dec 13 2016 tremod <negry.m@yandex.ru> 0.7.0-1
- (6af0e39) Update to 0.7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22587 |14mu|frameworkintegration-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 workspace and cross-framework integration module
Name:		frameworkintegration
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5configwidgets-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5iconthemes-devel >= %{version}
BuildRequires:	kf5kio-devel >= %{version}
BuildRequires:	kf5notifications-devel >= %{version}
BuildRequires:	kf5widgetsaddons-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
Requires:	kinit
Suggests:	qt5-platformtheme-plasma5
Obsoletes:	frameworkintegration-i18n < 5.23.0

%description
KDE Frameworks 5 workspace and cross-framework integration module.

Framework Integration is a set of plugins responsible for better integration
of Qt applications when running on a KDE Plasma workspace.

Applications do not need to link to this directly.

%files
%dir %{_kde5_datadir}/kf5/infopage/
%{_kde5_datadir}/kf5/infopage/*
%{_kde5_notificationsdir}/plasma_workspace.notifyrc
%{_kde5_plugindir}/FrameworkIntegrationPlugin.so

#----------------------------------------------------------------------------

%define kf5style_major 5
%define libkf5style %mklibname kf5style %{kf5style_major}

%package -n %{libkf5style}
Summary:	KDE Frameworks 5 cross-framework integration shared library
Group:		System/Libraries

%description -n %{libkf5style}
KDE Frameworks 5 cross-framework integration shared library.

%files -n %{libkf5style}
%{_kde5_libdir}/libKF5Style.so.%{kf5style_major}*

#----------------------------------------------------------------------------

%define devkf5frameworkintegration %mklibname kf5frameworkintegration -d

%package -n %{devkf5frameworkintegration}
Summary:	Development files for KDE Frameworks 5 cross-framework integration module
Group:		Development/KDE and Qt
Requires:	%{libkf5style} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5frameworkintegration-devel = %{version}
Provides:	kf5style-devel = %{version}

%description -n %{devkf5frameworkintegration}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5frameworkintegration}
%{_kde5_includedir}/KF5/KStyle
%{_kde5_includedir}/KF5/frameworkintegration_version.h
%{_kde5_libdir}/cmake/KF5FrameworkIntegration
%{_kde5_libdir}/libKF5Style.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build




%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (12ee842) New version 5.24.0

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.23.0-1
- (634135b) Some parts moved to plasma5-integration
- (Andrey Bondrov: a372be4) New version 5.23.0

* Wed Apr 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21.0-2
- (413fc04) MassBuild#1023: Increase release tag

* Sun Apr 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21.0-1
- (80e6f15) New version 5.21.0

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-2
- (43fe7f3) MassBuild#1000: Increase release tag

* Mon Mar 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-1
- (6ce28f0) New version 5.20.0

* Sat Feb 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.19.0-1
- (30ae350) New version 5.19.0

* Mon Jan 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.18.0-1
- (971ab03) New version 5.18.0

* Mon Jan 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.17.0-2
- (9256979) Adjust default fonts
- (Andrey Bondrov: ab18ce1) Drop fonts-related script from kconf update

* Wed Dec 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.17.0-1
- (1f39ef4) New version 5.17.0

* Wed Nov 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.16.0-2
- (137d240) Bump release

* Wed Nov 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.16.0-1
- (90cb17c) Update files
- (Andrey Bondrov: 6277c5b) Update files
- (Andrey Bondrov: d7e9f39) New version 5.16.0

* Sun Oct 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.15.0-1
- (f30e0e7) New version 5.15.0

* Sat Sep 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.14.0-1
- (c5e885f) New version 5.14.0

* Wed Aug 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.13.0-1
- (6ecdc5a) New version 5.13.0

* Mon Jul 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.12.0-1
- (bbfb48b) New version 5.12.0

* Mon Jun 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.11.0-1
- (ba61468) New version 5.11.0

* Thu Jun 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.10.0-3
- (c16ff34) Make sure frameworkintegration requires i18n package

* Mon May 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.10.0-2
- (68e6aaf) Requires kinit

* Sat May 09 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.10.0-1
- (c0f2e72) New version 5.10.0

* Fri Apr 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.9.0-1
- (f93d305) New version 5.9.0

* Wed Mar 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.8.0-1
- (e9ce8f1) New version 5.8.0

* Fri Mar 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-5
- (84ad0fc) MassBuild#682: Increase release tag

* Sat Mar 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-4
- (5d1eeef) Provides kf5frameworkintegration-devel

* Sat Mar 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-3
- (a1a6c0b) Library shouldn't require main package

* Thu Mar 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-2
- (bf492ad) Adjust devel package Provides and headers directory



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22588 |14mu|freeimage-3.154-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%nil

%define oname	FreeImage
%define oversion 3.15.4
%define major	3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Image library
Name:		freeimage
Version:	3.154
Release:	5
License:	GPLv2+
Group:		System/Libraries
Url:		http://freeimage.sourceforge.net/
Source0:	http://downloads.sourceforge.net/freeimage/FreeImage3154.zip
# Check Debian repo for patches http://anonscm.debian.org/cgit/collab-maint/freeimage.git
Patch0:		freeimage-3.15.4-deb-disable-embedded-libraries.patch
Patch1:		freeimage-3.15.4-disable-jpegtransform.patch
Patch2:		freeimage-3.15.4-deb-fix-ftbfs-amd64.patch
Patch3:		freeimage-3.15.4-deb-makefile-modifications.patch
Patch4:		freeimage-3.15.4-deb-tiff-tag-truncation.patch
Patch5:		freeimage-3.15.4-deb-fix-libpng15.patch
Patch6:		freeimage-3.15.4-fix-forced-ownership.patch
Patch7:		FreeImage-3.15.3-CVE-2015-0852.patch
Patch8:		freeimage-3.15.4-makefile-pic.patch
Patch9:		freeimage-3.15.4-tiff4-4.0.4.patch
Patch10:	freeimage-3.15.4-CVE-2015-3885.patch
Patch11:	freeimage-3.15.4-CVE-2016-5684.patch
BuildRequires:	jpeg-devel
BuildRequires:	libraw-devel
BuildRequires:	mng-devel
BuildRequires:	png-devel
BuildRequires:	openexr-devel
BuildRequires:	openjpeg-devel
BuildRequires:	tiff-devel

%description
FreeImage is an Open Source library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG,
TIFF and others as needed by today's multimedia applications.
FreeImage is easy to use, fast, multithreading safe, compatible with
all 32-bit versions of Windows, and cross-platform (works both with
Linux and Mac OS X).

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	A library to Image library
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%doc Whatsnew.txt license-*.txt Wrapper/FreeImagePlus/WhatsNew_FIP.txt README.linux
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}-%{oversion}.so

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development tools for programs using %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and libraries needed for
developing programs using the %{name} library.

%files -n %{devname}
%{_includedir}/%{oname}*.h
%{_libdir}/lib%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}
%apply_patches

# Remove included libs to make sure these don't get used during compile
# Sadly LibTIFF4 can't be removed as TIFF-support relies on private defintions...
rm -rf Source/Lib{JPEG,MNG,OpenJPEG,PNG,RawLite,TIFF} Source/OpenEXR Source/ZLib

sed -i 's/\r//g' Whatsnew.txt license-*.txt gensrclist.sh \
  Wrapper/FreeImagePlus/WhatsNew_FIP.txt

sed -i -e 's/ -o root -g root//' Makefile.gnu
sed -i -e 's/\bldconfig//' Makefile.gnu

%build
sh ./gensrclist.sh
%setup_compile_flags CFLAGS="%{optflags} -fPIC -I`pkg-config --cflags libopenjpeg1`"
%make
#LIBRARIES="-lstdc++ -lm"

%install
mkdir -p %{buildroot}%{_includedir} %{buildroot}%{_libdir}

%make install \
  INCDIR=%{buildroot}%{_includedir} \
  INSTALLDIR=%{buildroot}%{_libdir}

rm -f %{buildroot}%{_libdir}/*.a


%changelog

* Sun Nov 20 2016 Denis Silakov <denis.silakov@rosalab.ru> 3.154-5
- (0cac312) Fix CVE-2015-3885 and CVE-2016-5684



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22589 |14mu|freeipmi-1.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define freeipmi_major		16
%define ipmiconsole_major	2
%define ipmidetect_major	0
%define ipmimonitoring_major	5
%define libfreeipmi		%mklibname freeipmi %{freeipmi_major}
%define libipmiconsole		%mklibname ipmiconsole %{ipmiconsole_major}
%define libipmidetect		%mklibname ipmidetect %{ipmidetect_major}
%define libipmimonitoring	%mklibname ipmimonitoring %{ipmimonitoring_major}
%define devname			%mklibname %{name} -d

Summary:	FreeIPMI
Name:		freeipmi
Version:	1.4.3
Release:	3
License:	GPLv2+
Group: 		System/Kernel and hardware
Url:		http://www.gnu.org/software/freeipmi/index.html
Source0:	http://ftp.gnu.org/gnu/freeipmi/%{name}-%{version}.tar.gz
Source1:	ipmidetectd.service
Source2:	bmc-watchdog.service
BuildRequires:	ghostscript
BuildRequires:	texinfo
BuildRequires:	texlive-dehyph-exptl
BuildRequires:	texlive-scheme-small
BuildRequires:	transfig
BuildRequires:	pkgconfig(guile-2.0)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(ncurses)

%description
The FreeIPMI project provides "Remote-Console" (out-of-band) and
"System Management Software" (in-band) based on Intelligent
Platform Management Interface (IPMI v1.5) specification.

%files
%doc AUTHORS COPYING ChangeLog* INSTALL NEWS README TODO
%doc doc/*.pdf
%{_sysconfdir}/freeipmi/*.conf
%{_mandir}/man5/freeipmi_interpret_sel.conf.5.*
%{_mandir}/man5/freeipmi_interpret_sensor.conf.5.*
%{_mandir}/man5/libipmiconsole.conf.5.*
%{_infodir}/freeipmi-faq.info*
%dir %{_localstatedir}/lib/%{name}
%{_localstatedir}/lib/%{name}/ipckey

#----------------------------------------------------------------------------

%package -n %{libfreeipmi}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libfreeipmi}
This package contains one of the libraries needed to run programs dynamically
linked with %{name}.

%files -n %{libfreeipmi}
%{_libdir}/libfreeipmi.so.%{freeipmi_major}*

#----------------------------------------------------------------------------

%package -n %{libipmiconsole}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libipmiconsole}
This package contains one of the libraries needed to run programs dynamically
linked with %{name}.

%files -n %{libipmiconsole}
%{_libdir}/libipmiconsole.so.%{ipmiconsole_major}*

#----------------------------------------------------------------------------

%package -n %{libipmidetect}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libipmidetect}
This package contains one of the libraries needed to run programs dynamically
linked with %{name}.

%files -n %{libipmidetect}
%{_libdir}/libipmidetect.so.%{ipmidetect_major}*

#----------------------------------------------------------------------------

%package -n %{libipmimonitoring}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libipmimonitoring}
This package contains one of the libraries needed to run programs dynamically
linked with %{name}.

%files -n %{libipmimonitoring}
%{_libdir}/libipmimonitoring.so.%{ipmimonitoring_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libfreeipmi} = %{EVRD}
Requires:	%{libipmimonitoring} = %{EVRD}
Requires:	%{libipmiconsole} = %{EVRD}
Requires:	%{libipmidetect} = %{EVRD}
Conflicts:	%{libfreeipmi} < 1.0.8-2
Conflicts:	%{libipmimonitoring} < 1.0.8-2
Conflicts:	%{libipmiconsole} < 1.0.8-2
Conflicts:	%{libipmidetect} < 1.0.8-2
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package fish
Summary:	FreeIPMI Shell
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}

%description fish
Fish provides Shell, Extension/Plug-in and scripting interface. As a
shell, User has access to both in-band and out-of-band access to the
host BMC through a rich set of IPMI commands.

%files fish
%{_sbindir}/bmc-config
%{_sbindir}/bmc-info
%{_sbindir}/ipmi-config
%{_sbindir}/ipmi-sel
%{_sbindir}/ipmi-sensors
%{_sbindir}/ipmi-sensors-config
%{_mandir}/man5/bmc-config.conf.5*
%{_mandir}/man5/ipmi-config.conf.5*
%{_mandir}/man8/bmc-config.8*
%{_mandir}/man8/bmc-info.8*
%{_mandir}/man8/ipmi-config.8*
%{_mandir}/man8/ipmi-sel.8*
%{_mandir}/man8/ipmi-sensors.8*
%{_mandir}/man8/ipmi-sensors-config.8*

#----------------------------------------------------------------------------

%package utils
Summary:	FreeIPMI Utilities
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}
Requires(post,preun):	rpm-helper

%description utils
FreeIPMI utilities ipmipower, bmc-watchdog, ipmiping, and rmcpping.

%files utils
%doc COPYING.bmc-watchdog DISCLAIMER.bmc-watchdog
%doc COPYING.ipmiconsole DISCLAIMER.ipmiconsole 
%doc COPYING.ipmiping DISCLAIMER.ipmiping
%doc COPYING.ipmipower DISCLAIMER.ipmipower
%{_unitdir}/bmc-watchdog.service
%{_unitdir}/bmcwatchdog.service
%{_unitdir}/ipmidetectd.service
%config(noreplace) %{_sysconfdir}/sysconfig/bmc-watchdog
%{_sbindir}/bmc-device
%{_sbindir}/bmc-watchdog
%{_sbindir}/ipmi-chassis
%{_sbindir}/ipmi-chassis-config
%{_sbindir}/ipmi-console
%{_sbindir}/ipmi-dcmi
%{_sbindir}/ipmi-detect
%{_sbindir}/ipmi-fru
%{_sbindir}/ipmi-locate
%{_sbindir}/ipmi-oem
%{_sbindir}/ipmi-pef-config
%{_sbindir}/ipmi-pet
%{_sbindir}/ipmi-ping
%{_sbindir}/ipmi-power
%{_sbindir}/ipmi-raw
%{_sbindir}/ipmiconsole
%{_sbindir}/ipmidetect
%{_sbindir}/ipmidetectd
%{_sbindir}/ipmimonitoring
%{_sbindir}/ipmiping
%{_sbindir}/ipmipower
%{_sbindir}/ipmiseld
%{_sbindir}/pef-config
%{_sbindir}/rmcp-ping
%{_sbindir}/rmcpping
%{_mandir}/man3/libfreeipmi.3.*
%{_mandir}/man3/libipmiconsole.3.*
%{_mandir}/man3/libipmidetect.3.*
%{_mandir}/man3/libipmimonitoring.3.*
%{_mandir}/man5/freeipmi.conf.5.*
%{_mandir}/man5/ipmi_monitoring_sensors.conf.5.*
%{_mandir}/man5/ipmiconsole.conf.5.*
%{_mandir}/man5/ipmidetect.conf.5.*
%{_mandir}/man5/ipmidetectd.conf.5.*
%{_mandir}/man5/ipmimonitoring.conf.5.*
%{_mandir}/man5/ipmimonitoring_sensors.conf.5.*
%{_mandir}/man5/ipmipower.conf.5.*
%{_mandir}/man5/libipmimonitoring.conf.5.*
%{_mandir}/man5/ipmiseld.conf.5.*
%{_mandir}/man7/freeipmi.7.*
%{_mandir}/man8/bmc-device.8.*
%{_mandir}/man8/bmc-watchdog.8.*
%{_mandir}/man8/ipmi-chassis-config.8.*
%{_mandir}/man8/ipmi-chassis.8.*
%{_mandir}/man8/ipmi-console.8.*
%{_mandir}/man8/ipmi-dcmi.8.*
%{_mandir}/man8/ipmi-detect.8.*
%{_mandir}/man8/ipmi-fru.8.*
%{_mandir}/man8/ipmi-locate.8.*
%{_mandir}/man8/ipmi-oem.8.*
%{_mandir}/man8/ipmi-pef-config.8.*
%{_mandir}/man8/ipmi-pet.8.*
%{_mandir}/man8/ipmi-ping.8.*
%{_mandir}/man8/ipmi-power.8.*
%{_mandir}/man8/ipmi-raw.8.*
%{_mandir}/man8/ipmiconsole.8.*
%{_mandir}/man8/ipmidetect.8.*
%{_mandir}/man8/ipmidetectd.8.*
%{_mandir}/man8/ipmimonitoring.8.*
%{_mandir}/man8/ipmiping.8.*
%{_mandir}/man8/ipmiseld.8.*
%{_mandir}/man8/ipmipower.8.*
%{_mandir}/man8/pef-config.8.*
%{_mandir}/man8/rmcp-ping.8.*
%{_mandir}/man8/rmcpping.8.*


%post utils
%_post_service bmcwatchdog

%preun utils
%_preun_service bmcwatchdog

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%define Werror_cflags %{nil}
%serverbuild
%configure2_5x \
	--localstatedir=%{_var} \
	--disable-dependency-tracking \
	--disable-static
%make
cd doc
make pdf
cd -

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}/%{name}
rm -f %{buildroot}%{_initrddir}/*  %{buildroot}%{_sysconfdir}/init.d/*

# Install systemd units
install -m 755 -d %{buildroot}%{_unitdir}
install -m 644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_unitdir}

# (cg) Make sure we mask the sysvinit script name
ln -s bmc-watchdog.service %{buildroot}%{_unitdir}/bmcwatchdog.service


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.3-3
- (f2b3ad7) Build requires texlive-dehyph-exptl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22590 |14mu|freeradius-2.2.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define __noautoreq 'perl\\(DBI\\)'

%define major 1
%define libname %mklibname freeradius %{major}
%define develname %mklibname -d freeradius

Summary:	High-performance and highly configurable RADIUS server
Name:		freeradius
Version:	2.2.9
Release:	1
License:	GPLv2+
Group:		System/Servers
URL:		http://www.freeradius.org/
Source0:	ftp://ftp.freeradius.org/pub/radius/%{name}-server-%{version}.tar.gz
Source1:	ftp://ftp.freeradius.org/pub/radius/%{name}-server-%{version}.tar.gz.sig
Source2:	freeradius.pam-0.77
Source3:	freeradius.pam
Source5:	freeradius.logrotate
Source6:	freeradius.sysconfig
Source7:	freeradius.service
Source8:	freeradius.tmpfiles
# http://code.google.com/p/freeradius-yubikey-module/
Source9:	rlm_yubikey.tar.gz
# Fix certificate location
Patch0:		freeradius-2.1.11-ssl-config.patch
Patch1:		freeradius-server-2.1.6-fix-format-errors.patch
Patch4:		freeradius-0.8.1-use-system-com_err.patch
Patch6:		freeradius-server-2.2.6-avoid-version.diff
Patch7:		freeradius-server-2.2.6-version-info.diff
Patch8:		freeradius-2.0.0-samba3.patch
Patch9:		freeradius-server-2.1.8-ltdl_no_la.patch
Patch10:	freeradius-server-linkage_fix.diff
Patch11:	freeradius-server-2.1.7-fix-perl-scripts.patch
Patch12:	freeradius-server-2.2.0-yubico-paths.diff
# dialup-admin is completely dropped in 3.x in any case,
# so don't spend much time on this patch
Patch14:	freeradius-server-2.2.6-php54.patch
BuildRequires:	gdbm-devel
BuildRequires:	krb5-devel
BuildRequires:	sasl-devel
BuildRequires:	libtool-devel
BuildRequires:	mysql-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	pcap-devel
BuildRequires:	perl-devel
BuildRequires:	postgresql-devel
BuildRequires:	rpm-helper
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)
# minimal version for ssl cert generation
Requires(post): openssl
Requires(post,preun,pre,postun):  rpm-helper

%description
The FreeRADIUS Server Project is a high-performance and highly configurable
GPL'd RADIUS server. It is somewhat similar to the Livingston 2.0 RADIUS
server, but has many more features, and is much more configurable.

%package -n	%{name}-krb5
Summary:	The Kerberos module for %{name}
Group:		System/Servers
Requires:	krb5-libs
Requires:	%{name} = %{version}-%{release}

%description -n	%{name}-krb5
The FreeRADIUS server can use Kerberos to authenticate users, and this module
is necessary for that.

%package -n	%{name}-ldap
Summary:	The LDAP module for %{name}
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description -n	%{name}-ldap
The FreeRADIUS server can use LDAP to authenticate users, and this module is
necessary for that.

%package -n	%{name}-postgresql
Summary:	The PostgreSQL module for %{name}
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description -n	%{name}-postgresql
The FreeRADIUS server can use PostgreSQL to authenticate users and do
accounting, and this module is necessary for that.

%package -n	%{name}-mysql
Summary:	The MySQL module for %{name}
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description -n	%{name}-mysql
The FreeRADIUS server can use MySQL to authenticate users and do accounting,
and this module is necessary for that.

%package -n	%{name}-unixODBC
Summary:	The unixODBC module for %{name}
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description -n	%{name}-unixODBC
The FreeRADIUS server can use unixODBC to authenticate users and do accounting,
and this module is necessary for that.

%package -n	%{name}-sqlite
Summary:	The sqlite module for %{name}
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description -n	%{name}-sqlite
The FreeRADIUS server can use sqlite to authenticate users and do accounting,
and this module is necessary for that.

%package -n	%{name}-yubikey
Summary:	The yubikey module for %{name}
Group:		System/Servers
Requires:	%{name} = %{version}-%{release}

%description -n	%{name}-yubikey
The FreeRADIUS server can use yubikey to authenticate users and do accounting,
and this module is necessary for that.

%package -n	%{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries

%description -n	%{libname}
Libraries for %{name}

%package -n	%{develname}
Summary:	Development headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname -d %{name} 1}
Provides:	freeradius-devel = %{version}-%{release}

%description -n	%{develname}
Development headers and libraries for %{name}

%package web
Summary:	Web based administration interface for freeradius
Group:		System/Servers
Requires:	apache-mod_php
Requires:	freeradius
Requires:	php-mysql
Requires:	net-snmp-mibs
Requires:	net-snmp-utils
Provides:	dialup_admin = %{version}-%{release}

%description web
dialup_admin is a web based administration interface for the freeradius radius
server. It is written in PHP4. It is modular and right now it assumes that user
information is stored in an ldap server or an sql database and accounting in an
sql server.

%prep
%setup -q -n %{name}-server-%{version}

# add the yubikey plugin from http://code.google.com/p/freeradius-yubikey-module/
tar -zxf %{SOURCE9}
mv freeradius-yubikey-module-read-only src/modules/rlm_yubikey

# fix strange perms
find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

%patch0 -p1 -b .config
# %patch2 -p0 -b .ruby
%patch4 -p1 -b .peroyvind
%patch6 -p1 -b .avoid-version
%patch7 -p1 -b .version-info
%patch8 -p0 -b .samba3
%patch9 -p1 -b .ltdl_no_la
%patch10 -p1 -b .linkage_fix
%patch11 -p1 -b .file-temp
%patch1 -p 1
%patch12 -p0
%patch14 -p1

./autogen.sh

# For pre release only:
perl -pi -e 's,\$\(RADIUSD_VERSION\),%{version},' doc/Makefile
perl -pi -e 's,\$\(RADIUSD_VERSION\),%{version},' doc/rfc/Makefile

# fix path
find . -type f | xargs perl -pi -e "s|/usr/local/bin|%{_bindir}|g"

# move php3 to php
find dialup_admin -name '*.php3' | while read php3; do
    mv $php3 ${php3%%.php3}.php
done

find dialup_admin -type f | xargs perl -pi -e "s|\.php3|\.php|g"
perl -pi -e "s|\\\${bindir}|\\\${bindir}/|g" dialup_admin/Makefile

%build
%serverbuild

export CFLAGS="$CFLAGS -fPIC -DLDAP_DEPRECATED"
export CXXFLAGS="$CXXFLAGS -fPIC -DLDAP_DEPRECATED"

%configure2_5x \
    --with-gnu-ld \
    --with-threads \
    --with-thread-pool \
    --with-system-libtool \
    --with-system-libltdl \
    --disable-static \
    --libdir=%{_libdir}/%{name}  \
    --libexecdir=%{_libdir}/%{name} \
    --localstatedir=%{_var} \
    --with-logdir=%{_var}/log/radius \
    --disable-ltdl-install \
    --with-ltdl-lib=%{_libdir} \
    --with-ltdl-include=%{_includedir} \
    --with-radacctdir=%{_var}/log/radius/radacct \
    --with-raddbdir=%{_sysconfdir}/raddb \
    --with-static-modules="" \
    --with-experimental-modules \
    --with-large-files \
    --with-rlm-dbm-lib-dir=%{_libdir} \
    --with-rlm-eap-peap-lib-dir=%{_libdir} \
    --with-openssl-libraries=%{_libdir} \
    --with-rlm-ruby-include-dir=%{_includedir}/ruby \
    --with-rlm-krb5-lib-dir=%{_libdir} \
    --with-rlm-ldap-lib-dir=%{_libdir} \
    --with-rlm-ldap-include-dir=%{_includedir}/ldap \
    --with-mysql-include-dir=%{_includedir}/mysql \
    --with-mysql-lib-dir=%{_libdir}/mysql \
    --with-mysql-dir=%{_prefix} \
    --with-rlm-sql-postgresql-lib-dir=%{_libdir}/mysql \
    --with-rlm-sql-postgresql-include-dir=%{_includedir}/pgsql \
    --with-unixodbc-lib-dir=%{_libdir} \
    --with-unixodbc-dir=%{_prefix} \
    --without-rlm_sql_db2 \
    --without-rlm_sql_firebird \
    --without-rlm_sql_freetds \
    --without-rlm_sql_iodbc \
    --without-rlm_sql_oracle \
    --without-rlm_sql_sybase \

# enable this one with a hack...
perl -pi \
    -e "s|^TARGET.*|TARGET=rlm_dbm|g;" \
    -e "s|^SRCS.*|SRCS=rlm_dbm.c|g;" \
    -e "s|^RLM_UTILS.*|RLM_UTILS=rlm_dbm_parser rlm_dbm_cat|g;" \
    -e "s|^RLM_CFLAGS.*|RLM_CFLAGS=-I%{_includedir}/gdbm -DHAVE_GDBM_NDBM_H|g;" \
    -e "s|^RLM_LIBS.*|RLM_LIBS=-L%{_libdir} -lgdbm -lgdbm_compat|g;" \
    -e "s|^RLM_INSTALL.*|RLM_INSTALL=rlm_dbm_install|g;" \
    src/modules/rlm_dbm/Makefile

%if "%{_lib}" == "lib64"
    perl -pi -e 's:sys_lib_search_path_spec=.*:sys_lib_search_path_spec="/lib64 /usr/lib64 /usr/local/lib64":' libtool
%endif

make

%install
make install R=%{buildroot}

install -d %{buildroot}%{_sysconfdir}/raddb/yubico

# fix default configuration file permissions
find %{buildroot}%{_sysconfdir}/raddb -type d | xargs chmod 755
find %{buildroot}%{_sysconfdir}/raddb -type f | xargs chmod 644
chmod 640 \
    %{buildroot}%{_sysconfdir}/raddb/acct_users \
    %{buildroot}%{_sysconfdir}/raddb/acct_users \
    %{buildroot}%{_sysconfdir}/raddb/clients.conf \
    %{buildroot}%{_sysconfdir}/raddb/preproxy_users \
    %{buildroot}%{_sysconfdir}/raddb/users \

# install headers
install -d -m 755 %{buildroot}%{_includedir}/%{name}
install -m 644 src/include/*  %{buildroot}%{_includedir}/%{name}/

# install distribution scripts and stuff...
install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/pam.d/radiusd
install -D -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/logrotate.d/radiusd
install -D -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/sysconfig/radiusd
install -D -m 644 %{SOURCE7} %{buildroot}%{_unitdir}/radiusd.service
install -D -m 644 %{SOURCE8} %{buildroot}%{_prefix}/lib/tmpfiles.d/radiusd.conf

# put the mibs in place
install -d -m 755 %{buildroot}%{_datadir}/snmp/mibs
install -m 644 mibs/RADIUS* %{buildroot}%{_datadir}/snmp/mibs/

# fix ghostfiles
touch %{buildroot}%{_localstatedir}/log/radius/radutmp
touch %{buildroot}%{_localstatedir}/log/radius/radwtmp
touch %{buildroot}%{_localstatedir}/log/radius/radius.log

# remove unneeded stuff
rm -f %{buildroot}%{_sbindir}/rc.radiusd
rm -f %{buildroot}%{_includedir}/%{name}/Makefile
rm -f %{buildroot}%{_sysconfdir}/raddb/Makefile
rm -rf %{buildroot}%{_sysconfdir}/raddb/sql/mssql
rm -rf %{buildroot}%{_sysconfdir}/raddb/sql/oracle
rm -f %{buildroot}%{_sysconfdir}/raddb/certs/*

find %{buildroot} -name '*.la' -delete
rm -f %{buildroot}%{_libdir}/%{name}/*.a

# include more docs
cp src/modules/rlm_sql/README README.sql
cp src/modules/rlm_cram/Readme Readme.cram
cp src/modules/rlm_cram/Standard.draft .
cp src/modules/rlm_cram/dictionary.sandy .
cp src/modules/rlm_smb/README README.smb

# put specific docs and files where they belong (prepare for doc inclusion)
cp doc/rlm_krb5 .
cp doc/RADIUS*.schema .
cp doc/rlm_ldap .

%multiarch_includes %{buildroot}%{_includedir}/freeradius/build-radpaths-h

%multiarch_includes %{buildroot}%{_includedir}/freeradius/radpaths.h

# the web cruft
install -d %{buildroot}%{_datadir}/%{name}-web
install -d %{buildroot}%{_sysconfdir}/%{name}-web

pushd dialup_admin
make \
    DIALUP_PREFIX=%{buildroot}%{_datadir}/freeradius-web \
    DIALUP_DOCDIR=%{buildroot}%{_docdir}/freeradius-web \
    DIALUP_CONFDIR=%{buildroot}%{_sysconfdir}/freeradius-web \
    install
popd

find %{buildroot}%{_datadir}/freeradius-web | xargs perl -pi \
    -e 's|\.\./conf/config\.php|%{_sysconfdir}/freeradius-web/config\.php|g;' \
    -e 's|%{buildroot}||g;'

find %{buildroot}%{_sysconfdir}/freeradius-web | xargs perl -pi \
    -e 's|\.\./conf/admin\.conf|%{_sysconfdir}/freeradius-web/admin\.conf|g;' \
    -e 's|%{buildroot}||g;'

find %{buildroot}%{_datadir}/freeradius-web/bin | xargs perl -pi \
    -e 's|/data/local/dialupadmin/conf/admin\.conf|%{_sysconfdir}/freeradius-web/admin\.conf|g;' \
    -e 's|/logs/radiusd/accounting|%{_localstatedir}/log/radius/accounting|g;'

mv %{buildroot}%{_datadir}/freeradius-web/bin/* %{buildroot}%{_bindir}
mv %{buildroot}%{_bindir}/snmpfinger \
    %{buildroot}%{_bindir}/freeradius-web-snmpfinger

# fix a simple redirector
cat > %{buildroot}%{_datadir}/%{name}-web/index.html << EOF
<html>
<head>
<title></title>
<meta HTTP-EQUIV="REFRESH" CONTENT="0; URL=htdocs/index.html">
</head>
<body>
</body>
</html>
EOF

# apache configuration
install -d %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/%{name}-web.conf <<EOF
# %{name} Apache configuration
Alias /%{name}-web %{_datadir}/%{name}-web

<Directory %{_datadir}/%{name}-web>
    Require all granted
</Directory>
EOF

# cron stuff
install -d %{buildroot}%{_sysconfdir}/cron.daily
cat > %{buildroot}%{_sysconfdir}/cron.daily/%{name}-web <<EOF
#!/bin/sh
%{_bindir}/tot_stats >/dev/null 2>&1
%{_bindir}/monthly_tot_stats >/dev/null 2>&1
EOF
chmod 755 %{buildroot}%{_sysconfdir}/cron.daily/%{name}-web

install -d %{buildroot}%{_sysconfdir}/cron.monthly
cat > %{buildroot}%{_sysconfdir}/cron.monthly/%{name}-web <<EOF
#!/bin/sh
%{_bindir}/truncate_radacct >/dev/null 2>&1
%{_bindir}/clean_radacct >/dev/null 2>&1
EOF
chmod 755 %{buildroot}%{_sysconfdir}/cron.monthly/%{name}-web

# cleanup
rm -rf %{buildroot}%{_docdir}/%{name}
rm -rf %{buildroot}%{_docdir}/freeradius-web
rm -rf %{buildroot}%{_datadir}/freeradius-web/bin
rm -rf %{buildroot}%{_datadir}/freeradius-web/sql
rm -f %{buildroot}%{_bindir}/dialup_admin.cron

%pre
%_pre_useradd radius %{_localstatedir}/log/radius/radacct /bin/false

%post
%_post_service radiusd
%create_ghostfile %{_localstatedir}/log/radius/radutmp radius radius 0644
%create_ghostfile %{_localstatedir}/log/radius/radwtmp radius radius 0644
%create_ghostfile %{_localstatedir}/log/radius/radius.log radius radius 0644
%_create_ssl_certificate radiusd -g radius
if [ $1 = 1 ]; then
    openssl dhparam -out  %{_sysconfdir}/raddb/certs/dh 1024 2>&1 >/dev/null
    dd if=/dev/urandom of=%{_sysconfdir}/raddb/certs/random count=10 2>&1 >/dev/null
    chgrp radius %{_sysconfdir}/raddb/certs/random
fi

%preun
%_preun_service radiusd

%postun
%_postun_userdel radius

%files
%doc doc COPYRIGHT CREDITS INSTALL LICENSE README.rst
%doc README.sql README.smb Readme.cram Standard.draft dictionary.sandy
%{_unitdir}/radiusd.service
%{_prefix}/lib/tmpfiles.d/radiusd.conf
%config(noreplace) %{_sysconfdir}/pam.d/radiusd
%config(noreplace) %{_sysconfdir}/logrotate.d/radiusd
%config(noreplace)  %{_sysconfdir}/sysconfig/radiusd
%dir %{_sysconfdir}/raddb
%config(noreplace) %{_sysconfdir}/raddb/attrs
%config(noreplace) %{_sysconfdir}/raddb/attrs.access_reject
%config(noreplace) %{_sysconfdir}/raddb/attrs.access_challenge
%config(noreplace) %{_sysconfdir}/raddb/attrs.accounting_response
%config(noreplace) %{_sysconfdir}/raddb/attrs.pre-proxy
%config(noreplace) %{_sysconfdir}/raddb/dictionary*
%config(noreplace) %{_sysconfdir}/raddb/experimental.conf
%config(noreplace) %{_sysconfdir}/raddb/example.pl
%config(noreplace) %{_sysconfdir}/raddb/hints
%config(noreplace) %{_sysconfdir}/raddb/huntgroups
%config(noreplace) %{_sysconfdir}/raddb/radiusd.conf
%config(noreplace) %{_sysconfdir}/raddb/*gdb
%config(noreplace) %{_sysconfdir}/raddb/policy.conf
%config(noreplace) %{_sysconfdir}/raddb/policy.txt
%config(noreplace) %{_sysconfdir}/raddb/proxy.conf
%config(noreplace) %{_sysconfdir}/raddb/eap.conf
%config(noreplace) %{_sysconfdir}/raddb/sql.conf
%config(noreplace) %{_sysconfdir}/raddb/sqlippool.conf
%config(noreplace) %{_sysconfdir}/raddb/templates.conf
# those contains passwords
%config(noreplace) %attr(0640,root,radius) %{_sysconfdir}/raddb/acct_users
%config(noreplace) %attr(0640,root,radius) %{_sysconfdir}/raddb/clients.conf
%config(noreplace) %attr(0640,root,radius) %{_sysconfdir}/raddb/preproxy_users
%config(noreplace) %attr(0640,root,radius) %{_sysconfdir}/raddb/users
%dir %{_sysconfdir}/raddb/certs
%dir %{_sysconfdir}/raddb/sites-available
%dir %{_sysconfdir}/raddb/sites-enabled
%config(noreplace) %{_sysconfdir}/raddb/sites-available/*
%config(noreplace) %{_sysconfdir}/raddb/sites-enabled/*
%dir %{_sysconfdir}/raddb/modules
%config(noreplace) %{_sysconfdir}/raddb/modules/*
%dir %{_sysconfdir}/raddb/sql
%dir %{_sysconfdir}/raddb/sql/ndb
%config(noreplace) %{_sysconfdir}/raddb/sql/ndb/README
%config(noreplace) %{_sysconfdir}/raddb/sql/ndb/admin.sql
%config(noreplace) %{_sysconfdir}/raddb/sql/ndb/schema.sql
%{_bindir}/radclient
%{_bindir}/radconf2xml
%{_bindir}/rad_counter
%{_bindir}/radcrypt
%{_bindir}/radeapclient
%{_bindir}/radlast
%{_bindir}/radsniff
%{_bindir}/radsqlrelay
%{_bindir}/radtest
%{_bindir}/radwho
%{_bindir}/radzap
%{_bindir}/rlm_dbm_cat
%{_bindir}/rlm_dbm_parser
%{_bindir}/rlm_ippool_tool
%{_bindir}/smbencrypt
%{_sbindir}/checkrad
%{_sbindir}/raddebug
%{_sbindir}/radiusd
%{_sbindir}/radmin
%{_sbindir}/radwatch
%attr(0755,radius,radius) %dir %{_localstatedir}/log/radius
%attr(0755,radius,radius) %dir %{_localstatedir}/log/radius/radacct
%attr(0644,radius,radius) %ghost %{_localstatedir}/log/radius/radutmp
%attr(0644,radius,radius) %ghost %{_localstatedir}/log/radius/radwtmp
%attr(0644,radius,radius) %ghost %{_localstatedir}/log/radius/radius.log
%{_datadir}/snmp/mibs/*
%{_datadir}/freeradius
%{_mandir}/man*/*

%files -n %{name}-krb5
%doc rlm_krb5
%{_libdir}/%{name}/rlm_krb5.so

%files -n %{name}-ldap
%doc RADIUS*.schema rlm_ldap doc/examples/openldap.schema
%config(noreplace) %{_sysconfdir}/raddb/ldap.attrmap
%{_libdir}/%{name}/rlm_ldap.so

%files -n %{name}-postgresql
%doc src/billing
%config(noreplace) %{_sysconfdir}/raddb/sql/postgresql
%{_libdir}/%{name}/rlm_sql_postgresql.so

%files -n %{name}-mysql
%config(noreplace) %{_sysconfdir}/raddb/sql/mysql
%{_libdir}/%{name}/rlm_sql_mysql.so

%files -n %{name}-unixODBC
%{_libdir}/%{name}/rlm_sql_unixodbc.so

%files -n %{name}-sqlite
%{_libdir}/%{name}/rlm_sql_sqlite.so

%files -n %{name}-yubikey
%dir %{_sysconfdir}/raddb/yubico
%{_libdir}/%{name}/rlm_yubikey.so

%files -n %{libname}
%{_libdir}/%{name}/libfreeradius-radius.so.%{major}*
%{_libdir}/%{name}/libfreeradius-eap.so.%{major}*
%{_libdir}/%{name}/rlm_acctlog.so
%{_libdir}/%{name}/rlm_acct_unique.so
%{_libdir}/%{name}/rlm_always.so
%{_libdir}/%{name}/rlm_attr_filter.so
%{_libdir}/%{name}/rlm_attr_rewrite.so
%{_libdir}/%{name}/rlm_cache.so
%{_libdir}/%{name}/rlm_caching.so
%{_libdir}/%{name}/rlm_chap.so
%{_libdir}/%{name}/rlm_checkval.so
%{_libdir}/%{name}/rlm_copy_packet.so
%{_libdir}/%{name}/rlm_counter.so
%{_libdir}/%{name}/rlm_cram.so
%{_libdir}/%{name}/rlm_dbm.so
%{_libdir}/%{name}/rlm_detail.so
%{_libdir}/%{name}/rlm_digest.so
%{_libdir}/%{name}/rlm_dynamic_clients.so
%{_libdir}/%{name}/rlm_eap_gtc.so
%{_libdir}/%{name}/rlm_eap_leap.so
%{_libdir}/%{name}/rlm_eap_md5.so
%{_libdir}/%{name}/rlm_eap_mschapv2.so
%{_libdir}/%{name}/rlm_eap_peap.so
%{_libdir}/%{name}/rlm_eap_sim.so
%{_libdir}/%{name}/rlm_eap.so
%{_libdir}/%{name}/rlm_eap_tls.so
%{_libdir}/%{name}/rlm_eap_ttls.so
%{_libdir}/%{name}/rlm_example.so
%{_libdir}/%{name}/rlm_exec.so
%{_libdir}/%{name}/rlm_expiration.so
%{_libdir}/%{name}/rlm_expr.so
%{_libdir}/%{name}/rlm_fastusers.so
%{_libdir}/%{name}/rlm_files.so
%{_libdir}/%{name}/rlm_ippool.so
%{_libdir}/%{name}/rlm_jradius.so
%{_libdir}/%{name}/rlm_linelog.so
%{_libdir}/%{name}/rlm_logintime.so
%{_libdir}/%{name}/rlm_mschap.so
%{_libdir}/%{name}/rlm_otp.so
%{_libdir}/%{name}/rlm_pam.so
%{_libdir}/%{name}/rlm_pap.so
%{_libdir}/%{name}/rlm_passwd.so
%{_libdir}/%{name}/rlm_perl.so
%{_libdir}/%{name}/rlm_policy.so
%{_libdir}/%{name}/rlm_preprocess.so
%{_libdir}/%{name}/rlm_protocol_filter.so
%{_libdir}/%{name}/rlm_python.so
%{_libdir}/%{name}/rlm_radutmp.so
%{_libdir}/%{name}/rlm_realm.so
%{_libdir}/%{name}/rlm_replicate.so
#%{_libdir}/%{name}/rlm_ruby.so
%{_libdir}/%{name}/rlm_sim_files.so
%{_libdir}/%{name}/rlm_smsotp.so
%{_libdir}/%{name}/rlm_soh.so
%{_libdir}/%{name}/rlm_sqlcounter.so
%{_libdir}/%{name}/rlm_sqlhpwippool.so
%{_libdir}/%{name}/rlm_sqlippool.so
%{_libdir}/%{name}/rlm_sql_log.so
%{_libdir}/%{name}/rlm_sql.so
%{_libdir}/%{name}/rlm_unix.so
%{_libdir}/%{name}/rlm_wimax.so

%files -n %{develname}
%doc todo
%{multiarch_includedir}/freeradius/build-radpaths-h
%{multiarch_includedir}/freeradius/radpaths.h
%{_includedir}/%{name}
%{_libdir}/%{name}/libfreeradius-radius.so
%{_libdir}/%{name}/libfreeradius-eap.so

%files -n %{name}-web
%doc dialup_admin/sql/mysql dialup_admin/sql/postgresql dialup_admin/sql/oracle
%doc dialup_admin/doc/AUTHORS dialup_admin/doc/FAQ dialup_admin/doc/HELP_WANTED
%doc dialup_admin/doc/HOWTO dialup_admin/doc/TODO dialup_admin/Changelog
%doc dialup_admin/README dialup_admin/bin/Changelog.*
%config(noreplace) %{_sysconfdir}/cron.daily/%{name}-web
%config(noreplace) %{_sysconfdir}/cron.monthly/%{name}-web
%config(noreplace) %{_webappconfdir}/%{name}-web.conf
%dir %{_sysconfdir}/%{name}-web
%config(noreplace) %{_sysconfdir}/%{name}-web/accounting.attrs
%config(noreplace) %{_sysconfdir}/%{name}-web/auth.request
%config(noreplace) %{_sysconfdir}/%{name}-web/default.vals
%config(noreplace) %{_sysconfdir}/%{name}-web/extra.ldap-attrmap
%config(noreplace) %{_sysconfdir}/%{name}-web/sql.attrmap
%config(noreplace) %{_sysconfdir}/%{name}-web/sql.attrs
%config(noreplace) %{_sysconfdir}/%{name}-web/user_edit.attrs
%config(noreplace) %{_sysconfdir}/%{name}-web/username.mappings
# those contains passwords
%config(noreplace) %attr(0640,root,apache) %{_sysconfdir}/%{name}-web/admin.conf
%config(noreplace) %attr(0640,root,apache) %{_sysconfdir}/%{name}-web/captions.conf
%config(noreplace) %attr(0640,root,apache) %{_sysconfdir}/%{name}-web/naslist.conf
%config(noreplace) %attr(0640,root,apache) %{_sysconfdir}/%{name}-web/config.php
%{_bindir}/backup_radacct
%{_bindir}/clean_radacct
%{_bindir}/clearsession
%{_bindir}/freeradius-web-snmpfinger
%{_bindir}/log_badlogins
%{_bindir}/monthly_tot_stats
%{_bindir}/showmodem
%{_bindir}/sqlrelay_query
%{_bindir}/tot_stats
%{_bindir}/truncate_radacct
%{_datadir}/%{name}-web

%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 2.2.9-1
- (5d1f34c) Updated to 2.2.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22591 |14mu|freerdp-2.0.0-0.git20160317.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rdtk_major      2
%define winpr_major     2
%define uwac_major      0
%define major           2

%define devname		%mklibname %{name} -d

%define librdtk		%mklibname rdtk %{rdtk_major}
%define libwinpr	%mklibname winpr %{winpr_major}
%define libuwac		%mklibname uwac %{uwac_major}
%define libclient	%mklibname freerdp-client %{major}
%define libxclient	%mklibname xfreerdp-client %{major}
%define libserver	%mklibname freerdp-server %{major}
%define libshadow	%mklibname freerdp-shadow %{major}
%define libname		%mklibname freerdp %{major}

%define date            20160317
%if %{date}
%define rel         0.git%{date}.1
%define tarballver      %{commit}
%define tarballdir      %{commit}
%define tarballgit      +git%{date}
%define commit          75ae3f58df5a14b4a67439aca96061a9c2ea5040
%else
%define rel         1
%define tarballver      %{version}
%define tarballdir      v%{version}
%endif

Summary:	A free remote desktop protocol client
Name:		freerdp
Version:	2.0.0
Release:	%{rel}
License:	Apache License
Group:		Networking/Remote access
Url:		http://freerdp.sourceforge.net/
#Source0:	https://github.com/downloads/FreeRDP/FreeRDP/%{name}-%{version}.tar.gz
Source0:	https://github.com/FreeRDP/FreeRDP/archive/%{tarballdir}/FreeRDP-%{version}%{?tarballgit}.tar.gz
BuildRequires:	cmake
BuildRequires:	docbook-style-xsl
BuildRequires:	xmlto
BuildRequires:	cups-devel
BuildRequires:	jpeg-devel
BuildRequires:	gsm-devel
BuildRequires:	pkgconfig(libpulse)
BuildRequires:  pkgconfig(gstreamer-1.0)
BuildRequires:  pkgconfig(gstreamer-base-1.0)
BuildRequires:  pkgconfig(gstreamer-app-1.0)
BuildRequires:  pkgconfig(gstreamer-audio-1.0)
BuildRequires:  pkgconfig(gstreamer-fft-1.0)
BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:  pkgconfig(gstreamer-video-1.0)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(libpcsclite)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(xv)
Obsoletes:	%{mklibname freerdp-utils 1} < %{EVRD}
Obsoletes:	%{mklibname freerdp-rail 1} < %{EVRD}
Obsoletes:	%{mklibname freerdp-kbd 1} < %{EVRD}
Obsoletes:	%{mklibname freerdp-gdi 1} < %{EVRD}
Obsoletes:	%{mklibname freerdp-core 1} < %{EVRD}
Obsoletes:	%{mklibname freerdp-codec 1} < %{EVRD}
Obsoletes:	%{mklibname freerdp-channels 1} < %{EVRD}
Obsoletes:	%{mklibname freerdp-cache 1} < %{EVRD}

%description
FreeRDP is a fork of the rdesktop project.

%files
%doc ChangeLog LICENSE README
%{_bindir}/*
%{_mandir}/man1/xfreerdp.1.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libfreerdp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwinpr}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2

%description -n %{libwinpr}
Shared library for %{name}.

%files -n %{libwinpr}
%{_libdir}/libwinpr.so.%{winpr_major}*

#----------------------------------------------------------------------------

%package -n %{librdtk}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2
Obsoletes:	%{_lib}freerdp1 < 1.0.2

%description -n %{librdtk}
Shared library for %{name}.

%files -n %{librdtk}
%{_libdir}/librdtk.so.%{rdtk_major}*

#----------------------------------------------------------------------------

%package -n %{libclient}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2

%description -n %{libclient}
Shared library for %{name}.

%files -n %{libclient}
%{_libdir}/libfreerdp-client.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libxclient}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2

%description -n %{libxclient}
Shared library for %{name}.

%files -n %{libxclient}
%{_libdir}/libxfreerdp-client.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libserver}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2

%description -n %{libserver}
Shared library for %{name}.

%files -n %{libserver}
%{_libdir}/libfreerdp-server.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libshadow}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}freerdp1 < 1.0.2

%description -n %{libshadow}
Shared library for %{name}.

%files -n %{libshadow}
%{_libdir}/libfreerdp-shadow*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libclient} = %{EVRD}
Requires:	%{libwinpr} = %{EVRD}
Requires:	%{librdtk} = %{EVRD}
Requires:	%{libshadow} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files and headers for %{name}.

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/cmake/*

#----------------------------------------------------------------------------

%prep
%setup -qn FreeRDP-%{tarballver}

%build
%cmake \
    -DWITH_CUPS=ON \
    -DWITH_PULSE=ON \
    -DWITH_X11=ON \
    -DWITH_XCURSOR=ON \
    -DWITH_XEXT=ON \
    -DWITH_XINERAMA=ON \
    -DWITH_XKBFILE=ON \
    -DWITH_XV=ON \
    -DWITH_GSM=ON \
    -DWITH_ALSA=OFF \
    -DWITH_JPEG=ON \
    -DWITH_WAYLAND=OFF \
    -DWITH_PCSC=ON \
    -DWITH_ZLIB=ON \
    -DWITH_SERVER=ON \
    -DWITH_FFMPEG=ON \
    -DWITH_CUNIT=OFF \
    -DWITH_DIRECTFB=OFF \
    -DWITH_FFMPEG=OFF \
    -DWITH_SSE2=OFF \
    -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib}
%make

%install
%makeinstall_std -C build


%changelog

* Tue Apr 26 2016 Denis Silakov <dsilakov@gmail.com> 2.0.0-0.git20160317.1
- (123cfa6) Added xdamage BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22592 |14mu|freetype2-2.5.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without subpixel
%bcond_without subpixel_hinting
%bcond_with pre246

%define major 6
%define libname %mklibname freetype %{major}
%define devname %mklibname freetype %{major} -d

%define git_url git://git.sv.gnu.org/freetype/freetype2.git

Summary:	A free and portable TrueType font rendering engine
Name:		freetype2
Version:	2.5.5
Release:	3
License:	FreeType License/GPLv2+
Group:		System/Libraries
Url:		http://www.freetype.org/
Source0:	http://savannah.nongnu.org/download/freetype/freetype-%{version}.tar.bz2
Source1:	http://savannah.nongnu.org/download/freetype/freetype-doc-%{version}.tar.bz2
Source2:	http://savannah.nongnu.org/download/freetype/ft2demos-%{version}.tar.bz2
Patch0:		ft2demos-2.3.12-mathlib.diff
Patch1:		freetype-2.4.2-CVE-2010-3311.patch
# Revert 2.4.5 -> 2.4.6 commit that changed font rendering in konsole if pre246 build was requested
# http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=b0962ac34e66052ccfee7996e5468f30d4bd5a72
Patch2:		freetype-2.5.5-pre246-rendering.patch
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(harfbuzz)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
The FreeType2 engine is a free and portable TrueType font rendering engine.
It has been developed to provide TT support to a great variety of
platforms and environments. Note that FreeType2 is a library, not a
stand-alone application, though some utility applications are included

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for a free and portable TrueType font rendering engine
Group:		System/Libraries

%description -n %{libname}
The FreeType2 engine is a free and portable TrueType font rendering
engine.  It has been developed to provide TT support to a great
variety of platforms and environments. Note that FreeType2 is a
library, not a stand-alone application, though some utility
applications are included

%files -n %{libname}
%{_libdir}/libfreetype.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static library for development with FreeType2
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package is only needed if you intend to develop or compile applications
which rely on the FreeType2 library. If you simply want to run existing
applications, you won't need this package.

%files -n %{devname}
%doc docs/*
%{_bindir}/freetype-config
%{_libdir}/libfreetype.so
%dir %{_includedir}/freetype2
%{_includedir}/freetype2/*
%{_mandir}/man1/freetype-config.1*
%{_datadir}/aclocal/*
%{_libdir}/pkgconfig/*.pc
%{multiarch_bindir}/freetype-config
%dir %{multiarch_includedir}/freetype2
%{multiarch_includedir}/freetype2/*

#----------------------------------------------------------------------------

%package demos
Summary:	A collection of FreeType demos
Group:		File tools

%description demos
The FreeType engine is a free and portable font rendering engine, developed to
provide advanced font support for a variety of platforms and environments. The
demos package includes a set of useful small utilities showing various
capabilities of the FreeType library.

%files demos
%{_bindir}/ftbench
%{_bindir}/ftdiff
%{_bindir}/ftdump
%{_bindir}/ftgamma
%{_bindir}/ftgrid
%{_bindir}/ftlint
%{_bindir}/ftmulti
%{_bindir}/ftstring
%{_bindir}/ftvalid
%{_bindir}/ftview

#----------------------------------------------------------------------------

%prep
%setup -qn freetype-%{version} -a1 -a2

pushd ft2demos-%{version}
%patch0 -p0
popd

%patch1 -p1 -b .CVE-2010-3311

%if %{with pre246}
%patch2 -p1
%endif

%if %{with subpixel}
perl -pi -e 's|^/\* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING \*/| #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING|' include/config/ftoption.h
%endif
%if %{with subpixel_hinting}
perl -pi -e 's|^/\* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING \*/| #define TT_CONFIG_OPTION_SUBPIXEL_HINTING|' include/config/ftoption.h
%endif
sed -i -e 's/#define CFF_CONFIG_OPTION_OLD_ENGINE/#undef CFF_CONFIG_OPTION_OLD_ENGINE/' devel/ftoption.h

%build
%configure2_5x --disable-static
%make

pushd ft2demos-%{version}
%make X11_PATH=%{_prefix} TOP_DIR=".."
popd

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/freetype-config

%multiarch_includes %{buildroot}%{_includedir}/freetype2/config/ftconfig.h

install -d %{buildroot}%{_bindir}

for ftdemo in ftbench ftdiff ftdump ftgamma ftgrid ftlint ftmulti ftstring ftvalid ftview; do
    builds/unix/libtool --mode=install install -m 755 ft2demos-%{version}/bin/$ftdemo %{buildroot}%{_bindir}
done


%changelog

* Wed Feb 15 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.5-3
- (2f5242b) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22593 |14mu|fuse-2.9.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define ulmajor 1
%define libname %mklibname %{name} %{major}
%define libulm %mklibname ulockmgr %{ulmajor}
%define devname %mklibname %{name} -d
%define sdevname %mklibname %{name} -d -s

Summary:	Interface for userspace programs to export a virtual filesystem to the kernel
Name:		fuse
Version:	2.9.7
Release:	1
License:	GPLv2+
Group:		System/Base
Url:		https://github.com/libfuse
Source0:	https://github.com/libfuse/libfuse/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1:	fuse.conf
Patch0:		mount-readlink-hang-workaround.patch
BuildRequires:	libtool
BuildRequires:	gettext-devel
Requires(post,preun):	rpm-helper

%description
FUSE (Filesystem in USErspace) is a simple interface for userspace
programs to export a virtual filesystem to the linux kernel.  FUSE
also aims to provide a secure method for non privileged users to
create and mount their own filesystem implementations.

%files
%doc AUTHORS ChangeLog NEWS README.NFS
%attr(0755,root,root) /sbin/mount.fuse
%attr(4755,root,root) /bin/fusermount
%attr(0755,root,root) /bin/ulockmgr_server
%config(noreplace) %{_sysconfdir}/fuse.conf
%{_bindir}/fusermount
%{_bindir}/ulockmgr_server
%{_mandir}/man1/fusermount.1.*
%{_mandir}/man1/ulockmgr_server.1.*
%{_mandir}/man8/mount.fuse.8.*

%preun
if [ -f %{_sysconfdir}/rc.d/init.d/fuse ]; then
	chkconfig --del fuse
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for fuse
License:	LGPLv2+
Group:		System/Libraries

%description -n %{libname}
Libraries for fuse.

%files -n %{libname}
/%{_lib}/libfuse.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libulm}
Summary:	libulockmgr for fuse
License:	LGPLv2+
Group:		System/Libraries
Conflicts:	%{libname} < 2.9.2-1

%description -n %{libulm}
Libraries for fuse.

%files -n %{libulm}
/%{_lib}/libulockmgr.so.%{ulmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and development libraries for %{name}
License:	LGPLv2+
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libulm} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Header files and development libraries for %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libraries for fuse
License:	LGPLv2+
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
Static libraries for fuse.

%files -n %{sdevname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

sed -e 's|mknod|/bin/echo Disabled: mknod |g' -i util/Makefile.in
sed -i -e 's|INIT_D_PATH=.*|INIT_D_PATH=%{_initrddir}|' configure*

%build
%configure2_5x \
	CC="%{__cc} -fuse-ld=bfd" \
	--bindir=/bin \
	--exec-prefix=/
%make

%install
%makeinstall_std
install -d %{buildroot}/%{_lib}
for l in libfuse.so libulockmgr.so; do
	rm %{buildroot}%{_libdir}/${l}
	mv %{buildroot}%{_libdir}/${l}.*.* %{buildroot}/%{_lib}
	ln -sr %{buildroot}/%{_lib}/${l}.*.* %{buildroot}%{_libdir}/${l}
done

# XXX: have a hard time believing that these symlinks are actually needed,,,
mkdir -p %{buildroot}%{_bindir}
ln -s /bin/fusermount %{buildroot}%{_bindir}/fusermount
ln -s /bin/ulockmgr_server %{buildroot}%{_bindir}/ulockmgr_server

rm -rf %{buildroot}%{_sysconfdir}/rc.d/init.d %{buildroot}%{_sysconfdir}/udev/rules.d

install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/fuse.conf

%changelog

* Sun Sep 04 2016 spectre <eugene.shatokhin@rosalab.ru> 2.9.7-1
- (7d1df46) Merge pull request #1 from alzim/fuse:rosa2016.1
- (7d1df46) Updated to 2.9.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22594 |14mu|fuse-exfat-1.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Free exFAT file system implementation
Name:		fuse-exfat
Version:	1.2.4
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		https://github.com/relan/exfat
Source0:	https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(fuse)
Requires:	exfat-utils
Requires:	fuse

%description
This driver is the first free exFAT file system implementation with write
support. exFAT is a simple file system created by Microsoft. It is intended
to replace FAT32 removing some of it's limitations. exFAT is a standard FS
for SDXC memory cards.

%files
/sbin/mount.exfat
/sbin/mount.exfat-fuse
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x \
	--sbindir=/sbin
%make

%install
%makeinstall_std


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.4-1
- (f49d30d) New version 1.2.4
- (f49d30d) New homepage URL
- (f49d30d) No longer requires scons to build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22595 |14mu|game-music-emu-0.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define	libname %mklibname gme %{major}
%define	devname %mklibname gme -d

Summary:	Game Music Emulators library
Name:		game-music-emu
Version:	0.6.0
Release:	1
License:	LGPLv2.1+
Group:		Sound
Url:		https://bitbucket.org/mpyne/game-music-emu/wiki/Home
Source0:	https://bitbucket.org/mpyne/%{name}/downloads/%{name}-%{version}.tar.bz2
BuildRequires:	cmake >= 2.6

%description
This is a collection of video game music file emulators that supports a
variety of formats and systems.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Game Music Emulators library
Group:		System/Libraries

%description -n %{libname}
This is a collection of video game music file emulators that supports a
variety of formats and systems.

%files -n %{libname}
%doc readme.txt gme.txt license.txt
%{_libdir}/libgme.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Game Music Emulators development library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	libgme-devel = %{EVRD}

%description -n %{devname}
This is a collection of video game music file emulators that supports a
variety of formats and systems.

%files -n %{devname}
%doc changes.txt design.txt
%{_libdir}/libgme.so
%{_libdir}/pkgconfig/libgme.pc
%{_includedir}/gme

#----------------------------------------------------------------------------

%prep
%setup -q

# Fix pkconfig file placement...
sed -i "s|lib/pkgconfig|%{_lib}/pkgconfig|g" gme/CMakeLists.txt
# ... and its libdir value (somehow ${lib_suffix} ends up empty on x86_64)
sed -i -e "s|\${exec_prefix}/lib\${lib_suffix}|\${exec_prefix}/%{_lib}|g" gme/libgme.pc.in


%build
%cmake
%make


%install
%makeinstall_std -C build

%changelog

* Mon Jan 18 2016 Giovanni Mariani <mc2374@mclink.it> 0.6.0-1
- (2726b05) Updated to release 0.6.0, removed now unneeded install workarounds, updated Url tag and S0 url



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22596 |14mu|ganymed-ssh2-251-0.beta1.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prerel		beta1
%define rel		3

Name:           ganymed-ssh2
Version:        251
Release:        %{?prerel:0.%prerel.}%{rel}
Summary:        SSH-2 protocol implementation in pure Java
Group:          Development/Java
License:        BSD
URL:            https://code.google.com/p/ganymed-ssh-2/
Source0:        https://ganymed-ssh-2.googlecode.com/files/%{name}-build%{version}%{?prerel:%prerel}.zip
Source1:	build.xml
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant
BuildArch:      noarch
BuildRequires:  java-devel >= 0:1.4.2

%description
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure
Java (tested on J2SE 1.4.2 and 5.0). It allows one to connect to SSH servers
from within Java programs. It supports SSH sessions (remote command execution
and shell access), local and remote port forwarding, local stream forwarding,
X11 forwarding and SCP. There are no dependencies on any JCE provider, as all
crypto functionality is included.

%package javadoc
Summary:        Javadoc for ganymed-ssh2
Group:          Development/Java

%description javadoc
Javadoc for ganymed-ssh2.

%prep
%setup -q -n %{name}-build%{version}%{?prerel:%prerel}
cp %{SOURCE1} .

# delete the jars that are in the archive
%{__rm} %{name}-build%{version}%{?prerel:%prerel}.jar

# fixing wrong-file-end-of-line-encoding warnings
%{__sed} -i 's/\r$//g' LICENSE.txt README.txt HISTORY.txt faq/FAQ.html
%{_bindir}/find examples -name \*.java | %{_bindir}/xargs -t %{__sed} -i 's/\r$//g'

%build
%ant

# Link source files to fix -debuginfo generation.
%{__rm} -f ch
%{__ln_s} src/ch


%install
# jar
%{__mkdir_p} %{buildroot}%{_javadir}
%{__cp} -a %{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a javadoc/* \
  %{buildroot}%{_javadocdir}/%{name}-%{version}

pushd %{buildroot}%{_javadir}/
%{__ln_s} %{name}-%{version}.jar %{name}.jar
popd

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt HISTORY.txt README.txt faq examples
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}


%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 251-0.beta1.3
- (f711868) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22597 |14mu|gawk-4.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The GNU version of the awk text processing utility
Name:		gawk
Version:	4.1.3
Release:	1
License:	GPLv3+
Group:		Text tools
Url:		http://www.gnu.org/software/gawk/gawk.html
Source0:	http://ftp.gnu.org/gnu/gawk/%{name}-%{version}.tar.xz
Source1:	http://ftp.gnu.org/gnu/gawk/%{name}-3.1.6-ps.tar.gz
BuildRequires:	byacc
BuildRequires:	gettext-devel
BuildRequires:	libsigsegv-devel >= 2.8
Provides:	awk
Provides:	/usr/bin/awk
Provides:	/usr/bin/gawk
Provides:	/bin/awk
Provides:	/bin/gawk

%description
The gawk packages contains the GNU version of awk, a text processing
utility.  Awk interprets a special-purpose programming language to do
quick and easy text pattern matching and reformatting jobs. Gawk should
be upwardly compatible with the Bell Labs research version of awk and
is almost completely compliant with the 1993 POSIX 1003.2 standard for
awk.

Install the gawk package if you need a text processing utility. Gawk is
considered to be a standard Linux tool for processing text.

%files -f %{name}.lang
%defattr(644,root,root,755)
%attr(755,root,root) /bin/*
%attr(755,root,root) %{_bindir}/*
%{_mandir}/*/*
%{_infodir}/*
%{_libdir}/gawk
%{_libdir}/awk
%{_datadir}/awk
%{_includedir}/*.h

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation about the GNU version of the awk text processing utility
Group:		Documentation

%description doc
The gawk packages contains the GNU version of awk, a text processing
utility.  Awk interprets a special-purpose programming language to do
quick and easy text pattern matching and reformatting jobs. Gawk should
be upwardly compatible with the Bell Labs research version of awk and
is almost completely compliant with the 1993 POSIX 1003.2 standard for
awk.

%files doc
%doc README INSTALL NEWS
%doc README_d POSIX.STD doc/*.ps

#----------------------------------------------------------------------------

%prep
%setup -q -b 1
mv ../%{name}-3.1.6/doc/*.ps doc
rm -rf ../%{name}-3.1.6

%build
%configure2_5x \
	--with-libsigsegv-prefix=%{_prefix} \
	--disable-rpath

%make

%install
%makeinstall_std bindir=/bin

%find_lang %{name}

mkdir -p %{buildroot}%{_bindir}
cd %{buildroot}%{_datadir}
mkdir awk && for i in *.awk;do
  mv $i awk
done
cd %{buildroot}%{_mandir}/man1
ln -s gawk.1 awk.1
cd %{buildroot}%{_bindir}
ln -s ../../bin/awk %{buildroot}%{_bindir}/awk
ln -s ../../bin/gawk %{buildroot}%{_bindir}/gawk


%changelog

* Thu Feb 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.1.3-1
- (69a155e) New version 4.1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22598 |14mu|gcab-0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api	1.0
%define major	0
%define libname	%mklibname %{name} %{api} %{major}
%define girname	%mklibname %{name}-gir %{api}
%define devname	%mklibname -d %{name}

Summary:	Tool and library mainly made to create Cabinet files
Name:		gcab
Version:	0.6
Release:	1
Group:		Development/Databases
License:	GPLv2+
Url:		http://www.gnome.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gcab/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	vala-tools
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(gobject-introspection-1.0)

%description
Tool and library mainly made to create Cabinet files.
 - creation supports plain and basic MSZIP compression
 - can open and list files from cabinet, no extraction

%package -n %{libname}
Summary:	A support library for %{name}
Group:		System/Libraries

%description -n %{libname}
A support library for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:        Development files for %{name}
Group:          Development/Other
Requires:	%{libname} = %{version}
Requires:	%{girname} = %{version}

%description -n %{devname}
Development files for %{name}.

%prep
%setup -q

%build
%configure2_5x \
        --disable-static

%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/gcab
%{_mandir}/man1/gcab*

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GCab-%{api}.typelib

%files -n %{devname}
%{_includedir}/lib%{name}-%{api}/*
%{_libdir}/lib%{name}-%{api}.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/GCab-%{api}.gir
%{_datadir}/vala/vapi/libgcab-%{api}.vapi
%doc %{_datadir}/gtk-doc/html/%{name}

%changelog
* Tue Mar 17 2015 Tigro <ashejn@gmail.com> 0.6-1
+ Revision: 404fb9e
- update to 0.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22599 |14mu|gcc-4.9.4_2017.01-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# functions with printf format attribute but with special parser and also
# receiving non constant format strings
%define		Werror_cflags			%{nil}

# avoid failures when testing if compiler used to build gcc can generate
# shared objects (regardless of unresolved symbols)
%define		_disable_ld_no_undefined	1

# avoid build failure due to configure built with different autoconf version
%define		_disable_libtoolize		1

#-----------------------------------------------------------------------
%define		official		1
%if %{official}
  %define	snapshot		%{nil}
%else
  %define	snapshot		-20120413
%endif
%define		system_compiler		1
%define		branch			4.9
%define		ver			%{branch}.4
%define		linaro			2017.01
%define		linaro_spin		%nil
%define		alternatives		/usr/sbin/update-alternatives
%define		gcclibexecdir		%{_libexecdir}/gcc/%{_target_platform}/%{ver}
%define		gccdir			%{_libdir}/gcc/%{_target_platform}/%{ver}
%define		multigccdir		%{_libdir}/gcc/%{_target_platform}/%{ver}/32
%define		multilibdir		%{_prefix}/lib
%define		multirootlibdir		/lib

#-----------------------------------------------------------------------
%define		gcc_major		1
%define		libgcc			%mklibname gcc %{gcc_major}
%define		multilibgcc		libgcc%{gcc_major}
%define		stdcxx_major		6
%define		libstdcxx		%mklibname stdc++ %{stdcxx_major}
%define		libstdcxx_devel		%mklibname stdc++ -d
%define		libstdcxx_static_devel	%mklibname stdc++ -d -s
%define		multilibstdcxx		libstdc++%{stdcxx_major}
%define		gcj_major		15
%define		libgcj			%mklibname gcj %{gcj_major}
%define		libgcj_devel		%mklibname gcj -d
%define		libgcj_static_devel	%mklibname gcj -d -s
%define		gcj_bc_major		1
%define		libgcj_bc		%mklibname gcj_bc %{gcj_bc_major}
# gcj multilib explicitly disabled
%define		gfortran_major		3
%define		libgfortran		%mklibname gfortran %{gfortran_major}
%define		libgfortran_devel	%mklibname gfortran -d
%define		libgfortran_static_devel %mklibname gfortran -d -s
%define		multilibgfortran	libgfortran%{gfortran_major}
%define		ffi_major		4
%define		libffi			%mklibname ffi %{ffi_major}
%define		libffi_devel		%mklibname ffi -d
%define		libffi_static_devel	%mklibname ffi -d -s
%define		multilibffi		libffi%{ffi_major}
%define		gnat_major		1
%define		libgnat			%mklibname gnat %{gnat_major}
%define		libgnat_devel		%mklibname gnat -d
%define		libgnat_static_devel	%mklibname gnat -d -s
%define		multilibgnat		libgnat%{gnat_major}
%define		go_major		5
%define		libgo			%mklibname go %{go_major}
%define		libgo_devel		%mklibname go -d
%define		libgo_static_devel	%mklibname go -d -s
%define		multilibgo		libgo%{go_major}
%define		gomp_major		1
%define		libgomp			%mklibname gomp %{gomp_major}
%define		libgomp_devel		%mklibname gomp -d
%define		libgomp_static_devel	%mklibname gomp -d -s
%define		multilibgomp		libgomp%{gomp_major}
%define		objc_major		4
%define		libobjc			%mklibname objc %{objc_major}
%define		libobjc_devel		%mklibname objc -d
%define		libobjc_static_devel	%mklibname objc -d -s
%define		multilibobjc		libobjc%{objc_major}
%define		quadmath_major		0
%define		libquadmath		%mklibname quadmath %{quadmath_major}
%define		libquadmath_devel	%mklibname quadmath -d
%define		libquadmath_static_devel %mklibname quadmath -d -s
%define		multilibquadmath	libquadmath%{quadmath_major}
%define		ssp_major		0
%define		libssp			%mklibname ssp %{ssp_major}
%define		libssp_devel		%mklibname ssp -d
%define		libssp_static_devel	%mklibname ssp -d -s
%define		multilibssp		libssp%{ssp_major}
%define		itm_major		1
%define		libitm			%mklibname itm %{itm_major}
%define		libitm_devel		%mklibname itm -d
%define		libitm_static_devel	%mklibname itm -d -s
%define		multilibitm		libitm%{itm_major}
%define		asan_major		1
%define		libasan			%mklibname asan %{asan_major}
%define		libasan_devel		%mklibname asan -d
%define		libasan_static_devel	%mklibname asan -d -s
%define		multilibasan		libasan%{asan_major}
%define		tsan_major		0
%define		libtsan			%mklibname tsan %{tsan_major}
%define		libtsan_devel		%mklibname tsan -d
%define		libtsan_static_devel	%mklibname tsan -d -s
%define		atomic_major		1
%define		libatomic		%mklibname atomic %{atomic_major}
%define		libatomic_devel		%mklibname atomic -d
%define		libatomic_static_devel	%mklibname atomic -d -s
%define		multilibatomic		libatomic%{atomic_major}
%define		cilk_major		5
%define		libcilkrts		%mklibname cilkrts %{cilk_major}
%define		libcilkrts_devel	%mklibname cilkrts -d
%define		libcilkrts_static_devel	%mklibname cilkrts -d -s
%define		multilibcilkrts		libcilkrts%{cilk_major}
%define		ubsan_major		0
%define		libubsan		%mklibname ubsan %{ubsan_major}
%define		libubsan_devel		%mklibname ubsan -d
%define		libubsan_static_devel	%mklibname ubsan -d -s
%define		multilibubsan		libubsan%{ubsan_major}
%define		vtv_major		0
%define		libvtv			%mklibname vtv %{vtv_major}
%define		libvtv_devel		%mklibname vtv -d
%define		libvtv_static_devel	%mklibname vtv -d -s
%define		multilibvtv		libvtv%{vtv_major}
%define		lsan_major		0
%define		liblsan			%mklibname lsan %{lsan_major}
%define		liblsan_devel		%mklibname lsan -d
%define		liblsan_static_devel	%mklibname lsan -d -s

#-----------------------------------------------------------------------
%define		build_ada		0
%define		build_asan		0
%define		build_check		0
%define		build_multilib		0
%define		build_go		0
%define		build_lto		1
%define		build_objc		0
%define		build_objcxx		0
%define		build_quadmath		0
%define		build_ssp		0
%ifarch	%{ix86} x86_64 %{arm}
%define		build_itm		1
%else
# aarch64 libitm support not implemented yet
%define		build_itm		0
%endif
%define		build_cloog		%{system_compiler}
%define		build_cxx		%{system_compiler}
%define		build_doc		0
%define		build_ffi		%{system_compiler}
%define		build_fortran		%{system_compiler}
%define		build_gomp		%{system_compiler}
# system_compiler && build_ffi
%ifarch %{ix86} x86_64 %{arm}
  %define	build_java		%{system_compiler}
%else
  %define	build_java		0
%endif
# need to build if major does not conflict with current system_compiler
%define		build_libgcc		%{system_compiler}
%define		build_pdf		%{build_doc}
%define		build_plugin		%{system_compiler}
%ifarch x86_64
  %define	build_multilib		%{system_compiler}
%endif
%ifarch %{ix86} x86_64
  %define	build_ada		%{system_compiler}
  %define	build_quadmath		%{system_compiler}
  %define	build_doc		1
# system_compiler && build_cxx
  %define	build_go		%{system_compiler}
%endif
%ifarch %{ix86} x86_64 %{arm} aarch64
  %define	build_objc		%{system_compiler}
  %define	build_objcxx		%{system_compiler}
  %define	build_asan		%{system_compiler}
%endif

%define		build_doc		0
%define		build_pdf		0

%define		package_ffi		0

# Some versions of gcc build shared libgnat/libgnarl, some don't...
%define		shared_libgnat		1

# Adapted from fedora procedure:
#   If there is no usable gcc-java neither libgcj for the arch,
# on an arch that has it, run:
#	rpmbuild -bc --define "_topdir `pwd`" --with java_build_tar SPECS/gcc.spec
# which creates libjava-classes-@{version}-@{release}.tar.bz2
#   With the tarball on the new arch, run:
#	rpmbuild -ba --define "_topdir `pwd`" -v --with java_bootstrap SPECS/gcc.spec
%bcond_with	java_build_tar
%bcond_with	java_bootstrap

%bcond_with	x32_bootstrap

#-----------------------------------------------------------------------

Summary:	GNU Compiler Collection
%if %{system_compiler}
Name:		gcc
%else
Name:		gcc%{branch}
%endif
Release:	6
License:	GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
Group:		Development/C
Url:		http://gcc.gnu.org/
%if "%{linaro}" != ""
Version:	%{ver}_%{linaro}
%if "%{linaro_spin}" != ""
Source0:	http://cbuild.validation.linaro.org/snapshots/gcc-linaro-%{branch}-%{linaro}-%{linaro_spin}.tar.xz
%else
Source0:	http://cbuild.validation.linaro.org/snapshots/gcc-linaro-%{branch}-%{linaro}.tar.xz
%endif
%else
Version:	%{ver}
%if %{official}
  #http://www.gnu.org/prep/ftp.html ...
Source0:	gcc-%{version}.tar.bz2
Source1:	gcc-%{version}.tar.bz2.sig
%else
  # http://gcc.gnu.org/mirrors.html
  # <<mirror>>/snapshots/@{branch}@{snapshot}/
Source0:	gcc-%{branch}%{snapshot}.tar.bz2
Source1:	md5.sum
%endif
%endif
Source4:	c89
Source5:	c99
%if %{with java_bootstrap}
Source6:	libjava-classes-%{version}-%{release}.tar.bz2
%endif
Source7:	gcc-x32-seed.tar.xz

Source100:	%{name}.rpmlintrc

Patch0:		gcc-4.7.1-uclibc-ldso-path.patch
Patch1:		gcc-4.6.0-java-nomulti.patch
Patch2:		gcc-4.9-aarch64-ld-path.patch
Patch3:		gcc-4.7.1-linux32.patch
Patch4:		gnatmake-execstack.patch
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55930
Patch5:		gcc-4.8-disable-dependency-tracking.patch
Patch6:		gcc-4.7.1-autoconf-2.69.patch
Patch7:		gcc-4.7.1-linker-plugin-detect.patch
Patch8:		gcc-4.7.1-extern-inline-not-inlined.patch
# Patch for Android compatibility (creating Linux->Android crosscompilers etc)
Patch9:		gcc-4.7-androidcompat.patch
Patch10:	gcc-4.7.3-texinfo-5.0.patch
# Fix build failure
Patch11:	gcc-4.8-istream-ignore.patch
Patch12:	gcc-4.8-non-fatal-compare-failure.patch
# https://bugs.launchpad.net/gcc-linaro/+bug/1225317
Patch13:	Gcc-4.8.2-arm-thumb2-CASE_VECTOR_SHORTEN_MODE.patch
# Fix for fileline_fn callback being NULL in libbacktrace sometimes
Patch15:	gcc-4.9.1-libbacktrace-fix-null-callback.patch

# From https://github.com/hjl-tools/gcc/
Patch16:	0001-retpoline-1.patch
Patch17:	0002-retpoline-2.patch
Patch18:	0003-retpoline-3.patch
Patch19:	0004-retpoline-4.patch
Patch20:	0005-retpoline-5.patch
Patch21:	0006-retpoline-6.patch
Patch22:	0007-retpoline-7.patch
Patch23:	0008-retpoline-8.patch
Patch24:	0009-retpoline-9.patch
Patch25:	0010-retpoline-10.patch
Patch26:	0011-retpoline-11.patch
Patch27:	0012-retpoline-12.patch
Patch28:	0013-retpoline-13.patch

BuildRequires:	binutils >= 2.20.51.0.2
BuildRequires:	dejagnu
BuildRequires:	elfutils-devel >= 0.147
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gdb
BuildRequires:	gettext
BuildRequires:	sash
BuildRequires:	sharutils
BuildRequires:	texinfo
%if %{build_doc}
BuildRequires:	texi2html
%endif
%if %{build_pdf}
BuildRequires:	texlive
%endif
BuildRequires:	util-linux
BuildRequires:	gmp-devel
BuildRequires:	mpfr-devel
BuildRequires:	libmpc-devel
BuildRequires:	pkgconfig(zlib)
%if %{build_cloog}
BuildRequires:	ppl-devel >= 0.11
BuildRequires:	ppl_c-devel >= 0.11
BuildRequires:	pkgconfig(cloog-isl)
BuildRequires:	pkgconfig(isl)
%endif

%if %{system_compiler}
Requires:	gcc-cpp >= %{EVRD}
Requires:	libgcc >= %{EVRD}
Requires:	libgomp >= %{EVRD}
%endif
Requires:	binutils >= 2.20.51.0.2
# Ensure https://qa.mandriva.com/show_bug.cgi?id=62943
# have been addressed if using an older version
Requires:	glibc-devel >= 2.13

%ifarch armv7l armv7hl
# find-provides fail to provide devel(libgcc_s) because it is a linker script
Provides:	devel(libgcc_s) = %{EVRD}
%endif

Obsoletes:	%{_lib}mudflap0 < 4.9.1_2014.05
Obsoletes:	%{_lib}mudflap-devel < 4.9.1_2014.05
Obsoletes:	%{_lib}mudflap-static-devel < 4.9.1_2014.05

%description
The gcc package contains the GNU Compiler Collection version %{branch}.

%files
%if %{system_compiler}
%{_bindir}/cc
%{_bindir}/c89
%{_bindir}/c99
%{_bindir}/gcc
%{_bindir}/gcc-ar
%{_bindir}/gcc-nm
%{_bindir}/gcc-ranlib
%{_bindir}/gcov
%{_bindir}/%{_target_platform}-gcc
%{_bindir}/%{_target_platform}-gcc-ar
%{_bindir}/%{_target_platform}-gcc-nm
%{_bindir}/%{_target_platform}-gcc-ranlib
%{_mandir}/man1/gcc.1*
%{_mandir}/man1/gcov.1*
%{_mandir}/man7/*
%{_localedir}/*/LC_MESSAGES/gcc.mo
%{_infodir}/gcc.info*
%{_infodir}/gccint.info*
%{_infodir}/gccinstall.info*
%{_libdir}/libgcc_s.so
%if %{build_multilib}
%{multilibdir}/libgcc_s.so
%endif
%endif
%{_bindir}/gcc-%{ver}
%{_bindir}/%{_target_platform}-gcc-%{ver}
%dir %{gccdir}
%{gcclibexecdir}/cc1
%{gcclibexecdir}/collect2
%{gccdir}/*.o
%{gccdir}/libgcc*.a
%{gccdir}/libgcov.a
%if %{build_lto}
%{gcclibexecdir}/lto*
%{gcclibexecdir}/liblto*
%endif
%dir %{gccdir}/include
%{gccdir}/include/*.h
%if %{build_java}
%exclude %{gccdir}/include/jawt*.h
%exclude %{gccdir}/include/jni*.h
%exclude %{gccdir}/include/jvm*.h
%endif
%{gcclibexecdir}/install-tools
%if "%{gcclibexecdir}" != "%{gccdir}"
%{gccdir}/install-tools
%endif
%if %{build_quadmath}
%exclude %{gccdir}/include/quadmath*.h
%endif
%if %{build_gomp}
%exclude %{gccdir}/include/omp*.h
%endif
%if %{build_multilib}
%dir %{multigccdir}
%{multigccdir}/*.o
%{multigccdir}/libgcc*.a
%{multigccdir}/libgcov.a
%endif
%if %{build_doc}
%doc %{_docdir}/gcc
%endif
%if %{build_check}
%doc %{_docdir}/gcc/test_summary.log
%endif

########################################################################
%if %{build_libgcc}
#-----------------------------------------------------------------------

%package -n %{libgcc}
Summary:	GNU C library
Group:		System/Libraries
%if "%{libgcc}" != "libgcc"
Provides:	libgcc = %{EVRD}
%endif

%description -n %{libgcc}
The %{libgcc} package contains GCC shared libraries for gcc %{branch}

%files -n %{libgcc}
/%{_lib}/libgcc_s.so.%{gcc_major}

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibgcc}
Summary:	GNU C library
Group:		System/Libraries
Conflicts:	%{libgcc} < 4.6.2-11

%description -n %{multilibgcc}
The %{multilibgcc} package contains GCC shared libraries for gcc %{branch}

%files -n %{multilibgcc}
%{multirootlibdir}/libgcc_s.so.%{gcc_major}
%endif

#-----------------------------------------------------------------------
# build libgcc
%endif

########################################################################
%if %{build_plugin}
#-----------------------------------------------------------------------

%package plugin-devel
Summary:	Headers to build gcc plugins
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	gmp-devel
Requires:	mpfr-devel
Requires:	libmpc-devel
Requires:	ppl-devel
Requires:	ppl_c-devel

%description plugin-devel
This package contains header files and other support files
for compiling GCC plugins. The GCC plugin ABI is currently
not stable, so plugins must be rebuilt any time GCC is updated.

%files plugin-devel
%{gccdir}/plugin
%if "%{gccdir}" != "%{gcclibexecdir}"
%{gcclibexecdir}/plugin
%endif

#-----------------------------------------------------------------------
# build_plugin
%endif

########################################################################
%if %{system_compiler}
#-----------------------------------------------------------------------

%package cpp
Summary:	The C Preprocessor
Group:		Development/C
Provides:	cpp = %{EVRD}
Requires:	%{name} = %{EVRD}

%description cpp
Cpp is the GNU C-Compatible Compiler Preprocessor.
Cpp is a macro processor which is used automatically
by the C compiler to transform your program before actual
compilation. It is called a macro processor because it allows
you to define macros, abbreviations for longer
constructs.

The C preprocessor provides four separate functionalities:

* Inclusion of header files. These are files of declarations that can be
  substituted into your program.
* Macro expansion. You can define 'macros,' which are abbreviations for 
  arbitrary fragments of C code, and then the C preprocessor will replace
  the macros with their definitions throughout the program.
* Conditional compilation. Using special preprocessing directives,
  you can include or exclude parts of the program according to various
  conditions.
* Line control. If you use a program to combine or rearrange source files
  into an intermediate file which is then compiled, you can use line
  control to inform the compiler about where each source line originated.

%files cpp
/lib/cpp
%{_bindir}/cpp
%{_mandir}/man1/cpp.1*
%{_infodir}/cpp*
%if %{build_doc}
%doc %{_docdir}/gcc-cpp
%endif
%{_localedir}/*/LC_MESSAGES/cpplib.mo

#-----------------------------------------------------------------------
# system_compiler
%endif

########################################################################
%if %{build_cxx}
#-----------------------------------------------------------------------

%package c++
Summary:	C++ support for gcc
Group:		Development/C++
Requires:	%{name} = %{EVRD}
%if %{system_compiler}
Requires:	%{libstdcxx_devel} = %{version}
%endif

%description c++
This package adds C++ support to the GNU Compiler Collection.
It includes support for most of the current C++ specification,
including templates and exception handling.

%files c++
%if %{system_compiler}
%{_bindir}/c++
%{_bindir}/g++
%{_bindir}/%{_target_platform}-c++
%{_bindir}/%{_target_platform}-g++
%{_mandir}/man1/g++.1*
%endif
%{_bindir}/c++-%{ver}
%{_bindir}/g++-%{ver}
%{_bindir}/%{_target_platform}-g++-%{ver}
%{gcclibexecdir}/cc1plus

#-----------------------------------------------------------------------

%package -n %{libstdcxx}
Summary:	GNU Standard C++ library
Group:		System/Libraries
%if "%{libstdcxx}" != "libstdc++"
Provides:	libstdc++ = %{EVRD}
%endif
%if %{build_doc}
BuildRequires:	doxygen
BuildRequires:	graphviz
%endif

%description -n %{libstdcxx}
The libstdc++ package contains a rewritten standard compliant
GCC Standard C++ Library.

%files -n %{libstdcxx}
/%{_lib}/libstdc++.so.%{stdcxx_major}*
%if %{system_compiler}
%{_localedir}/*/LC_MESSAGES/libstdc++.mo
%endif

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibstdcxx}
Summary:	GNU Standard C++ library
Group:		System/Libraries
Conflicts:	%{libstdcxx} < 4.6.2-11

%description -n %{multilibstdcxx}
The libstdc++ package contains a rewritten standard compliant
GCC Standard C++ Library.

%files -n %{multilibstdcxx}
%{multirootlibdir}/libstdc++.so.%{stdcxx_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libstdcxx_devel}
Summary:	Header files and libraries for C++ development
Group:		Development/C++
Requires:	%{libstdcxx} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibstdcxx} = %{EVRD}
%endif
%if "%{libstdcxx_devel}" != "libstdc++-devel"
Provides:	libstdc++-devel = %{EVRD}
%endif
Provides:	stdc++-devel = %{EVRD}
%if "%{ver}" != "%{version}"
# 4.7.2_2010.10 should provide 4.7.2 so clang can pick up the dep
%if "%{libstdcxx_devel}" != "libstdc++-devel"
Provides:	%{libstdcxx_devel} = %{ver}-%{release}
%endif
Provides:	libstdc++-devel = %{ver}-%{release}
Provides:	stdc++-devel = %{ver}-%{release}
%endif
# We don't want to pull in an entire Python environment just because of
# libstdc++'s python based gdb plugin...
%define __noautoreq '.*python.*'

%description -n %{libstdcxx_devel}
This is the GNU implementation of the standard C++ libraries.  This
package includes the header files and libraries needed for C++
development. This includes rewritten implementation of STL.

%files -n %{libstdcxx_devel}
%{_includedir}/c++/%{ver}
%{_libdir}/libstdc++.so
%{_datadir}/gdb/auto-load%{_libdir}/libstdc++.*.py
%if %{build_multilib}
%{multilibdir}/libstdc++.so
%{_datadir}/gdb/auto-load%{multilibdir}/libstdc++.*.py
%endif
%{py_puresitedir}/libstdcxx
%if %{build_doc}
%doc %{_docdir}/libstdc++
%endif

#-----------------------------------------------------------------------

%package -n %{libstdcxx_static_devel}
Summary:	Static libraries for the GNU standard C++ library
Group:		Development/C++
Requires:	%{libstdcxx_devel} = %{EVRD}
%if "%{libstdcxx_static_devel}" != "libstdc++-static-devel"
Provides:	libstdc++-static-devel = %{EVRD}
%endif
Provides:	stdc++-static-devel = %{EVRD}

%description -n %{libstdcxx_static_devel}
Static libraries for the GNU standard C++ library.

%files -n %{libstdcxx_static_devel}
%{_libdir}/libstdc++.*a
%{_libdir}/libsupc++.*a
%if %{build_multilib}
%{multilibdir}/libstdc++.*a
%{multilibdir}/libsupc++.*a
%endif

#-----------------------------------------------------------------------
# build_cxx
%endif

########################################################################
%if %{build_ada}
#-----------------------------------------------------------------------

%package gnat
Summary:	Ada 95 support for gcc
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libgnat_devel} = %{EVRD}
# no bootstrap support
BuildRequires:	gcc-gnat >= 3.1, libgnat >= 3.1

%description gnat
GNAT is a GNU Ada 95 front-end to GCC. This package includes development
tools, the documents and Ada 95 compiler.

%files gnat
%{_bindir}/gnat*
%if %{build_java}
%exclude %{_bindir}/gnative2ascii
%endif
%{gcclibexecdir}/gnat1
%{_infodir}/gnat*
%if %{build_doc}
%doc %{_docdir}/gcc-gnat
%endif

# libgnat and libgnarl are static-only these days
%if %{shared_libgnat}
#-----------------------------------------------------------------------

%package -n %{libgnat}
Summary:	GNU Ada 95 runtime libraries
Group:		System/Libraries
Provides:	libgnat = %{EVRD}
Obsoletes:	gnat-runtime < %{EVRD}

%description -n %{libgnat}
GNAT is a GNU Ada 95 front-end to GCC. This package includes shared
libraries, which are required to run programs compiled with the GNAT.

%files -n %{libgnat}
%{_libdir}/libgnat-%{branch}.so.%{gnat_major}
%{_libdir}/libgnarl-%{branch}.so.%{gnat_major}

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibgnat}
Summary:	GNU Ada 95 runtime libraries
Group:		System/Libraries
Conflicts:	%{libgnat} < 4.6.2-11

%description -n %{multilibgnat}
GNAT is a GNU Ada 95 front-end to GCC. This package includes shared
libraries, which are required to run programs compiled with the GNAT.

%files -n %{multilibgnat}
%{multilibdir}/libgnat-%{branch}.so.%{gnat_major}
%{multilibdir}/libgnarl-%{branch}.so.%{gnat_major}
%endif
%endif

#-----------------------------------------------------------------------

%package -n %{libgnat_devel}
Summary:	GNU Ada 95 libraries
Group:		Development/Other
%if %{shared_libgnat}
Requires:	%{libgnat} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibgnat} = %{EVRD}
%endif
%else
Obsoletes:	%{libgnat} < %{EVRD}
Obsoletes:	%{multilibgnat} < %{EVRD}
Requires:	%{libgnat_static_devel} = %{EVRD}
%endif
Provides:	libgnat-devel = %{EVRD}
Provides:	gnat-devel = %{EVRD}

%description -n %{libgnat_devel}
GNAT is a GNU Ada 95 front-end to GCC. This package includes shared
libraries, which are required to compile with the GNAT.

%files -n %{libgnat_devel}
%if %{shared_libgnat}
%{_libdir}/libgnat*.so
%{_libdir}/libgnarl*.so
%endif
%{gccdir}/adalib
%{gccdir}/adainclude
%exclude %{gccdir}/adalib/lib*.a
%if %{build_multilib}
%if %{shared_libgnat}
%{multilibdir}/libgnat*.so
%{multilibdir}/libgnarl*.so
%endif
%{multigccdir}/adalib
%{multigccdir}/adainclude
%exclude %{multigccdir}/adalib/lib*.a
%endif

#-----------------------------------------------------------------------

%package -n %{libgnat_static_devel}
Summary:	GNU Ada 95 static libraries
Group:		Development/Other
Requires:	%{libgnat_devel} = %{EVRD}
Provides:	libgnat-static-devel = %{EVRD}
Provides:	gnat-static-devel = %{EVRD}

%description -n %{libgnat_static_devel}
GNAT is a GNU Ada 95 front-end to GCC. This package includes static
libraries.

%files -n %{libgnat_static_devel}
%{gccdir}/adalib/lib*.a
%if %{build_multilib}
%{multigccdir}/adalib/lib*.a
%endif
#-----------------------------------------------------------------------
# build ada
%endif

########################################################################
%if %{build_fortran}
#-----------------------------------------------------------------------

%package gfortran
Summary:	Fortran 95 support for gcc
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libgfortran_devel} = %{EVRD}

%description gfortran
The gcc-gfortran package provides support for compiling Fortran
programs with the GNU Compiler Collection.

%files gfortran
%{_bindir}/gfortran
%{_bindir}/gfortran-%{ver}
%{_bindir}/%{_target_platform}-gfortran
%{_bindir}/%{_target_platform}-gfortran-%{ver}
%{_infodir}/gfortran.info*
%{_mandir}/man1/gfortran.1*
%{gcclibexecdir}/f951
%{gccdir}/finclude
%{gccdir}/libgfortranbegin.*a
%{gccdir}/libcaf_single.a
%if %{build_multilib}
%{multigccdir}/libgfortranbegin.a
%{multigccdir}/libcaf_single.a
%endif
%if %{build_doc}
%doc %{_docdir}/gcc-gfortran
%endif

#-----------------------------------------------------------------------

%package -n %{libgfortran}
Summary:	Fortran 95 runtime libraries
Group:		System/Libraries
%if %{build_quadmath}
Requires:	%{libquadmath} = %{EVRD}
%endif
Provides:	libgfortran = %{EVRD}
%if %{build_multilib}
Provides:	%{multilibgfortran} = %{EVRD}
%endif

%description -n %{libgfortran}
This package contains Fortran 95 shared library which is needed to run
Fortran 95 dynamically linked programs.

%files -n %{libgfortran}
%{_libdir}/libgfortran.so.%{gfortran_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibgfortran}
Summary:	Fortran 95 runtime libraries
Group:		System/Libraries
%if %{build_quadmath}
Requires:	%{multilibquadmath} = %{EVRD}
%endif
Conflicts:	%{libgfortran} < 4.6.2-11

%description -n %{multilibgfortran}
This package contains Fortran 95 shared library which is needed to run
Fortran 95 dynamically linked programs.

%files -n %{multilibgfortran}
%{multilibdir}/libgfortran.so.%{gfortran_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libgfortran_devel}
Summary:	Fortran 95 libraries
Group:		System/Libraries
Requires:	%{libgfortran} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibgfortran} = %{EVRD}
%endif
%if %{build_quadmath}
Requires:	%{libquadmath_devel} = %{EVRD}
%endif
Provides:	libgfortran-devel = %{EVRD}
Provides:	gfortran-devel = %{EVRD}

%description -n %{libgfortran_devel}
This package contains Fortran 95 shared library which is needed to
compile Fortran 95 programs.

%files -n %{libgfortran_devel}
%{_libdir}/libgfortran.so
%{_libdir}/libgfortran.spec
%if %{build_multilib}
%{multilibdir}/libgfortran.so
%{multilibdir}/libgfortran.spec
%endif

#-----------------------------------------------------------------------

%package -n %{libgfortran_static_devel}
Summary:	Fortran 95 static libraries
Group:		System/Libraries
Requires:	%{libgfortran_devel} = %{EVRD}
Provides:	libgfortran-static-devel = %{EVRD}
Provides:	gfortran-static-devel = %{EVRD}

%description -n %{libgfortran_static_devel}
This package contains Fortran 95 static library which is needed to
compile Fortran 95 programs.

%files -n %{libgfortran_static_devel}
%{_libdir}/libgfortran.*a
%if %{build_multilib}
%{multilibdir}/libgfortran.*a
%endif
#-----------------------------------------------------------------------
# build fortran
%endif

########################################################################
%if %{build_go}
#-----------------------------------------------------------------------

%package go
Summary:	Go support for gcc
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libgo_devel} = %{EVRD}
BuildRequires:	gcc-go

%description go
The gcc-go package provides support for compiling Go programs
with the GNU Compiler Collection.

%files go
%{_bindir}/gccgo
%{_bindir}/%{_target_platform}-gccgo
%dir %{_libdir}/go
%if %{build_multilib}
%dir %{multilibdir}/go
%endif
%{_infodir}/gccgo.info*
%{_mandir}/man1/gccgo.1*
%{_bindir}/gccgo-%{ver}
%{_bindir}/%{_target_platform}-gccgo-%{ver}
%{gcclibexecdir}/go1
%{_libdir}/go/%{ver}
%{_libdir}/libgobegin.a
%if %{build_multilib}
%{multilibdir}/go/%{ver}
%{multilibdir}/libgobegin.a
%endif
%if %{build_doc}
%doc %{_docdir}/gcc-go
%endif

#-----------------------------------------------------------------------

%package -n %{libgo}
Summary:	Go runtime libraries
Group:		System/Libraries
Provides:	libgo = %{EVRD}

%description -n %{libgo}
This package contains Go shared library which is needed to run
Go dynamically linked programs.

%files -n %{libgo}
%{_libdir}/libgo.so.%{go_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibgo}
Summary:	Go runtime libraries
Group:		System/Libraries
Conflicts:	%{libgo} < 4.6.2-11

%description -n %{multilibgo}
This package contains Go shared library which is needed to run
Go dynamically linked programs.

%files -n %{multilibgo}
%{multilibdir}/libgo.so.%{go_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libgo_devel}
Summary:	Go development libraries
Group:		Development/Other
Requires:	%{libgo} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibgo} = %{EVRD}
%endif
Provides:	libgo-devel = %{EVRD}
Provides:	go-devel = %{EVRD}

%description -n %{libgo_devel}
This package includes libraries and support files for compiling
Go programs.

%files -n %{libgo_devel}
%{_libdir}/libgo.so
%if %{build_multilib}
%{multilibdir}/libgo.so
%endif

#-----------------------------------------------------------------------

%package -n %{libgo_static_devel}
Summary:	Static Go libraries
Group:		Development/Other
Requires:	%{libgo_devel} = %{EVRD}
Provides:	libgo-static-devel = %{EVRD}
Provides:	go-static-devel = %{EVRD}

%description -n %{libgo_static_devel}
This package contains static Go libraries.

%files -n %{libgo_static_devel}
%{_libdir}/libgo.*a
%if %{build_multilib}
%{multilibdir}/libgo.*a
%endif

#-----------------------------------------------------------------------
# build go
%endif

########################################################################
%if %{build_java}
#-----------------------------------------------------------------------

%package java
Summary:	Java support for GCC
Group:		Development/Java
Requires:	%{name} = %{EVRD}
Requires:	%{libgcj_devel} = %{EVRD}
Requires:	ecj
BuildRequires:	ecj
BuildRequires:	jpackage-utils
BuildRequires:	unzip
BuildRequires:	zip

%description java
This package adds support for compiling Java(tm) programs and
bytecode into native code.

%files java
%{_bindir}/aot-compile
%{_bindir}/gc-analyze
%{_bindir}/gcj
%{_bindir}/gcj-dbtool
%{_bindir}/gcjh
%{_bindir}/gjavah
%{_bindir}/gjar
%{_bindir}/gjarsigner
%if %{without java_bootstrap}
%{_bindir}/gjdoc
%endif
%{_bindir}/gnative2ascii
%{_bindir}/grmic
%{_bindir}/gserialver
%{_bindir}/jcf-dump
%{_bindir}/jv-convert
%{_bindir}/rebuild-gcj-db
%{_mandir}/man1/aot-compile.1*
%{_mandir}/man1/gc-analyze.1*
%{_mandir}/man1/gcj.1*
%{_mandir}/man1/gcj-dbtool.1*
%{_mandir}/man1/gcjh.1*
%{_mandir}/man1/gjar.1*
%{_mandir}/man1/gjarsigner.1*
%{_mandir}/man1/gjavah.1*
%{_mandir}/man1/gjdoc.1*
%{_mandir}/man1/gnative2ascii.1*
%{_mandir}/man1/grmic.1*
%{_mandir}/man1/gserialver.1*
%{_mandir}/man1/jcf-dump.1*
%{_mandir}/man1/jv-convert.1*
%{_mandir}/man1/rebuild-gcj-db.1*
%{_infodir}/gcj.info*
%{_infodir}/cp-tools.info*
%{_bindir}/gcj-%{ver}
%{_bindir}/%{_target_platform}-gcj
%{_bindir}/%{_target_platform}-gcj-%{ver}
%{_bindir}/%{_target_platform}-gcjh
%{gcclibexecdir}/jc1
%{gcclibexecdir}/ecj1
%{gcclibexecdir}/jvgenmain
%if %{build_doc}
%doc %{_docdir}/gcc-java
%endif

#-----------------------------------------------------------------------

%package -n %{libgcj}
Summary:	Java runtime library for gcc (platform dependent parts)
Group:		System/Libraries
Provides:	libgcj = %{EVRD}
%if %{build_multilib}
# for compatibility and/or make updates clean
Provides:	libgcj%{gcj_major} = %{EVRD}
%endif
Requires:	zip >= 2.1
Requires:	libgcj-java >= %{EVRD}
%if %{without java_bootstrap}
# We need antlr
BuildRequires:	antlr-tool
%endif
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	spec-helper >= 0.31.10

%description -n %{libgcj}
The Java(tm) runtime library. You will need this package to run your Java
programs compiled using the Java compiler from GNU Compiler Collection (gcj).

%files -n %{libgcj}
%dir %{_libdir}/gcj-%{ver}-%{gcj_major}
%{_libdir}/gcj-%{ver}-%{gcj_major}/*.so
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_libdir}/gcj-%{ver}-%{gcj_major}/classmap.db
%{_libdir}/libgcj.so.%{gcj_major}*
%{_libdir}/libgcj-tools.so.%{gcj_major}*
%{_libdir}/libgij.so.%{gcj_major}*

#-----------------------------------------------------------------------

%package -n %{libgcj_bc}
Summary:	Java runtime library for gcc
Group:		System/Libraries
%if %{build_multilib}
Provides:	libgcj_bc%{gcj_bc_major} = %{EVRD}
%endif
Conflicts:	%{_lib}gcj13 < 4.7.3_2012.10-4
Conflicts:	%{_lib}gcj15 < 4.9.1_2014.05-2

%description -n %{libgcj_bc}
The Java(tm) runtime library. You will need this package to run your Java
programs compiled using the Java compiler from GNU Compiler Collection (gcj).

%files -n %{libgcj_bc}
%{_libdir}/libgcj_bc.so.%{gcj_bc_major}*

#-----------------------------------------------------------------------

%package -n libgcj-java
Summary:	Java runtime library for gcc (Java parts)
Group:		System/Libraries
Conflicts:	%{_lib}gcj13 < 4.7.3_2012.10-4
Requires:	%{libgcj} = %{EVRD}

%description -n libgcj-java
The Java(tm) runtime library. You will need this package to run your Java
programs compiled using the Java compiler from GNU Compiler Collection (gcj).

%files -n libgcj-java
%{_javadir}/libgcj*.jar

#-----------------------------------------------------------------------

%package -n gcj-tools
Summary:	Tools needed to use applications in the GCJ Java runtime
Group:		System/Libraries
Requires:	%{libgcj} = %{EVRD}
Requires:	zip >= 2.1

%description -n gcj-tools
Tools needed to run applications in the GCJ Java(tm) runtime. You will
need this package to run your Java programs in the Java Virtual Machine
(JVM) provided by the GNU Compiler Collection (gcj).

%files -n gcj-tools
%{_bindir}/gappletviewer
%{_bindir}/gij
%{_bindir}/grmid
%{_bindir}/grmiregistry
%{_bindir}/gtnameserv
%{_bindir}/gkeytool
%{_bindir}/gorbd
%{_mandir}/man1/gappletviewer.1*
%{_mandir}/man1/gij.1*
%{_mandir}/man1/grmiregistry.1*
%{_mandir}/man1/gkeytool.1*
%{_mandir}/man1/gorbd.1*
%{_mandir}/man1/grmid.1*
%{_mandir}/man1/gtnameserv.1*
%{_libdir}/logging.properties
%{_libdir}/security
%if %{build_pdf}
%doc %{_docdir}/libjava
%endif

#-----------------------------------------------------------------------

%package -n %{libgcj_devel}
Summary:	Libraries for Java development using GCC
Group:		Development/Java
Requires:	%{libgcj} = %{EVRD}
Requires:	%{libgcj_bc} = %{EVRD}
Requires:	awk
Requires:	pkgconfig(zlib)
Provides:	libgcj-devel = %{EVRD}
Provides:	gcj-devel = %{EVRD}

%description -n %{libgcj_devel}
The Java(tm) static libraries and C header files. You will need this
package to compile your Java programs using the GCC Java compiler (gcj).

%files -n %{libgcj_devel}
%{gccdir}/include/gcj
%{gccdir}/include/jawt*.h
%{gccdir}/include/jni*.h
%{gccdir}/include/jvm*.h
%{py_puresitedir}/libjava
%{_libdir}/pkgconfig/libgcj-%{branch}.pc
%{_libdir}/libgcj*.spec
%{_libdir}/libgcj*.so
%{_libdir}/libgij.so

#-----------------------------------------------------------------------

%package -n libgcj%{gcj_major}-src
Summary:	Java library sources
Group:		Development/Java
Requires:	%{libgcj} = %{EVRD}
Provides:	libgcj-src = %{EVRD}

%description -n libgcj%{gcj_major}-src
The Java(tm) runtime library sources.

%files -n libgcj%{gcj_major}-src
%{_javadir}/src-%{ver}.zip

#-----------------------------------------------------------------------
# build java
%endif

########################################################################
%if %{build_objc}
#-----------------------------------------------------------------------

%package objc
Summary:	Objective-C support for GCC
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libobjc_devel} = %{EVRD}

%description objc
gcc-objc provides Objective-C support for the GCC.
Mainly used on systems running NeXTSTEP, Objective-C is an
object-oriented derivative of the C language.

%files objc
%{gcclibexecdir}/cc1obj

#-----------------------------------------------------------------------

%package -n %{libobjc}
Summary:	Objective-C runtime
Group:		System/Libraries
Provides:	libobjc = %{EVRD}

%description -n %{libobjc}
This package contains Objective-C shared library which is needed to run
Objective-C dynamically linked programs.

%files -n %{libobjc}
%{_libdir}/libobjc.so.%{objc_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibobjc}
Summary:	Objective-C runtime
Group:		System/Libraries
Provides:	libobjc = %{EVRD}
Conflicts:	%{libobjc} < 4.6.2-11

%description -n %{multilibobjc}
This package contains Objective-C shared library which is needed to run
Objective-C dynamically linked programs.

%files -n %{multilibobjc}
%{multilibdir}/libobjc.so.%{objc_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libobjc_devel}
Summary:	Objective-C development libraries
Group:		Development/Other
Requires:	%{libobjc} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibobjc} = %{EVRD}
%endif
Provides:	libobjc-devel = %{EVRD}
Provides:	objc-devel = %{EVRD}

%description -n %{libobjc_devel}
This package includes libraries and support files for compiling
Objective-C programs.

%files -n %{libobjc_devel}
%{_libdir}/libobjc.so
%{gccdir}/include/objc
%if %{build_multilib}
%{multilibdir}/libobjc.so
%endif

#-----------------------------------------------------------------------

%package -n %{libobjc_static_devel}
Summary:	Static Objective-C libraries
Group:		Development/Other
Requires:	%{libobjc_devel} = %{EVRD}
Provides:	libobjc-static-devel = %{EVRD}
Provides:	objc-static-devel = %{EVRD}

%description -n %{libobjc_static_devel}
This package contains static Objective-C libraries.

%files -n %{libobjc_static_devel}
%{_libdir}/libobjc.*a
%if %{build_multilib}
%{multilibdir}/libobjc.*a
%endif
#-----------------------------------------------------------------------
# build objc
%endif

########################################################################
%if %{build_objcxx}
#-----------------------------------------------------------------------

%package objc++
Summary:	Objective-C++ support for GCC
Group:		Development/Other
Requires:	gcc-objc = %{EVRD}

%description objc++
gcc++-objc provides Objective-C++ support for the GCC.

%files objc++
%{gcclibexecdir}/cc1objplus
#-----------------------------------------------------------------------
# build objcxx
%endif

########################################################################
%if %{package_ffi}
#-----------------------------------------------------------------------

%package -n %{libffi}
Summary:	GCC support library for FFI
Group:		System/Libraries
Provides:	libffi = %{EVRD}

%description -n %{libffi}
This package contains GCC shared support library which is needed
for FFI support.

%files -n %{libffi}
%{_libdir}/libffi.so.%{ffi_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibffi}
Summary:	GCC support library for FFI
Group:		System/Libraries
Conflicts:	%{libffi} < 4.6.2-11

%description -n %{multilibffi}
This package contains GCC shared support library which is needed
for FFI support.

%files -n %{multilibffi}
%{multirootlibdir}/libffi.so.%{ffi_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libffi_devel}
Summary:	GCC development for FFI
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libffi} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibffi} = %{EVRD}
%endif
Provides:	libffi-devel = %{EVRD}
Provides:	ffi-devel = %{EVRD}

%description -n %{libffi_devel}
This package contains GCC development which is needed
to compile FFI support.

%files -n %{libffi_devel}
%{_libdir}/libffi.so
%if %{build_multilib}
%{multilibdir}/libffi.so
%endif
%{_mandir}/man3/*.3*

#-----------------------------------------------------------------------

%package -n %{libffi_static_devel}
Summary:	GCC FFI static library
Group:		Development/C
Requires:	%{libffi_devel} = %{EVRD}
Provides:	libffi-static-devel = %{EVRD}
Provides:	ffi-static-devel = %{EVRD}

%description -n %{libffi_static_devel}
This package contains GCC static libraries which are needed
to compile FFI support.

%files -n %{libffi_static_devel}
%{_libdir}/libffi.*a
%if %{build_multilib}
%{multilibdir}/libffi.*a
%endif

#-----------------------------------------------------------------------
# package ffi
%endif

########################################################################
%if %{build_quadmath}
#-----------------------------------------------------------------------

%package -n %{libquadmath}
Summary:	GCC __float128 shared support library
Group:		System/Libraries
Provides:	libquadmath = %{EVRD}

%description -n %{libquadmath}
This package contains GCC shared support library which is needed
for __float128 math support and for Fortran REAL*16 support.

%files -n %{libquadmath}
%{_libdir}/libquadmath.so.%{quadmath_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibquadmath}
Summary:	GCC __float128 shared support library
Group:		System/Libraries
Conflicts:	%{libquadmath} < 4.6.2-11

%description -n %{multilibquadmath}
This package contains GCC shared support library which is needed
for __float128 math support and for Fortran REAL*16 support.

%files -n %{multilibquadmath}
%{multilibdir}/libquadmath.so.%{quadmath_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libquadmath_devel}
Summary:	GCC __float128 support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libquadmath} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibquadmath} = %{EVRD}
%endif
Provides:	libquadmath-devel = %{EVRD}
Provides:	quadmath-devel = %{EVRD}

%description -n %{libquadmath_devel}
This package contains support for building Fortran programs using
REAL*16 and programs using __float128 math.

%files -n %{libquadmath_devel}
%{_libdir}/libquadmath.so
%if %{build_multilib}
%{multilibdir}/libquadmath.so
%endif
%{_infodir}/libquadmath.info*
%{gccdir}/include/quadmath*.h
%if %{build_pdf}
%doc %{_docdir}/libquadmath
%endif

#-----------------------------------------------------------------------

%package -n %{libquadmath_static_devel}
Summary:	Static libraries for __float128 support
Group:		Development/C
Requires:	%{libquadmath_devel} = %{EVRD}
Provides:	libquadmath-static-devel = %{EVRD}
Provides:	quadmath-static-devel = %{EVRD}

%description -n %{libquadmath_static_devel}
This package contains static libraries for building Fortran programs
using REAL*16 and programs using __float128 math.

%files -n %{libquadmath_static_devel}
%{_libdir}/libquadmath.*a
%if %{build_multilib}
%{multilibdir}/libquadmath.*a
%endif

#-----------------------------------------------------------------------
# build quadmath
%endif

########################################################################
%if %{build_gomp}
#-----------------------------------------------------------------------

%package -n %{libgomp}
Summary:	GCC OpenMP v3.0 shared support library
Group:		System/Libraries
Provides:	libgomp = %{EVRD}

%description -n %{libgomp}
This package contains GCC shared library which is needed
for OpenMP v3.0 support.

%files -n %{libgomp}
/%{_lib}/libgomp.so.%{gomp_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibgomp}
Summary:	GCC OpenMP v3.0 shared support library
Group:		System/Libraries
Provides:	libgomp = %{EVRD}
Conflicts:	%{libgomp} < 4.6.2-11

%description -n %{multilibgomp}
This package contains GCC shared library which is needed
for OpenMP v3.0 support.

%files -n %{multilibgomp}
%{multirootlibdir}/libgomp.so.%{gomp_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libgomp_devel}
Summary:	GCC OpenMP v3.0 development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libgomp} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibgomp} = %{EVRD}
%endif
Provides:	libgomp-devel = %{EVRD}
Provides:	gomp-devel = %{EVRD}

%description -n %{libgomp_devel}
This package contains GCC development which is needed
to compile OpenMP v3.0 support.

%files -n %{libgomp_devel}
%{_libdir}/libgomp.so
%{_libdir}/libgomp.spec
%if %{build_multilib}
%{multilibdir}/libgomp.so
%{multilibdir}/libgomp.spec
%endif
%{_infodir}/libgomp.info*
%{gccdir}/include/omp*.h
%if %{build_pdf}
%doc %{_docdir}/libgomp
%endif

#-----------------------------------------------------------------------

%package -n %{libgomp_static_devel}
Summary:	GCC OpenMP v3.0 static library
Group:		Development/C
Requires:	%{libgomp_devel} = %{EVRD}
Provides:	libgomp-static-devel = %{EVRD}
Provides:	gomp-static-devel = %{EVRD}

%description -n %{libgomp_static_devel}
This package contains GCC static libraries which are needed
to compile OpenMP v3.0 support.

%files -n %{libgomp_static_devel}
%{_libdir}/libgomp.*a
%if %{build_multilib}
%{multilibdir}/libgomp.*a
%endif

#-----------------------------------------------------------------------
# build gomp
%endif

########################################################################
%if %{build_ssp}
#-----------------------------------------------------------------------

%package -n %{libssp}
Summary:	GCC SSP shared support library
Group:		System/Libraries
Provides:	libssp = %{EVRD}

%description -n %{libssp}
This package contains GCC shared support library which is needed
for SSP support.

%files -n %{libssp}
%{_libdir}/libssp.so.%{ssp_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibssp}
Summary:	GCC SSP shared support library
Group:		System/Libraries
Provides:	libssp = %{EVRD}
Conflicts:	%{libssp} < 4.6.2-11

%description -n %{multilibssp}
This package contains GCC shared support library which is needed
for SSP support.

%files -n %{multilibssp}
%{multilibdir}/libssp.so.%{ssp_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libssp_devel}
Summary:	GCC SSP development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libssp} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibssp} = %{EVRD}
%endif
Provides:	libssp-devel = %{EVRD}
Provides:	ssp-devel = %{EVRD}

%description -n %{libssp_devel}
This package contains GCC libraries which are needed
to compile SSP support.

%files -n %{libssp_devel}
%{_libdir}/libssp.so
%if %{build_multilib}
%{multilibdir}/libssp.so
%endif
%{gccdir}/include/ssp

#-----------------------------------------------------------------------

%package -n %{libssp_static_devel}
Summary:	GCC SSP static libraries
Group:		Development/C
Requires:	%{libssp_devel} = %{EVRD}
Provides:	libssp-static-devel = %{EVRD}
Provides:	ssp-static-devel = %{EVRD}

%description -n %{libssp_static_devel}
This package contains GCC static libraries which are needed
to compile SSP support.

%files -n %{libssp_static_devel}
%{_libdir}/libssp.*.*a
%if %{build_multilib}
%{multilibdir}/libssp.*.*a
%endif

#-----------------------------------------------------------------------
# build ssp
%endif

########################################################################
%if %{build_itm}
#-----------------------------------------------------------------------

%package -n %{libitm}
Summary:	GCC Transactional Memory support library
Group:		System/Libraries
Provides:	libitm = %{EVRD}

%description -n %{libitm}
This package contains GCC's Transactional Memory support library.

%files -n %{libitm}
%{_libdir}/libitm.so.%{itm_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibitm}
Summary:	GCC Transactional Memory support library
Group:		System/Libraries
Provides:	libitm = %{EVRD}

%description -n %{multilibitm}
This package contains GCC's Transactional Memory support library.

%files -n %{multilibitm}
%{multilibdir}/libitm.so.%{itm_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libitm_devel}
Summary:	GCC Transactional Memory development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libitm} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibitm} = %{EVRD}
%endif
Provides:	libitm-devel = %{EVRD}
Provides:	itm-devel = %{EVRD}

%description -n %{libitm_devel}
This package contains GCC libraries which are needed
to use Transactional Memory features.

%files -n %{libitm_devel}
%{_libdir}/libitm.so
%{_libdir}/libitm.spec
%if %{build_multilib}
%{multilibdir}/libitm.so
%{multilibdir}/libitm.spec
%endif
%{_infodir}/libitm.info*

#-----------------------------------------------------------------------

%package -n %{libitm_static_devel}
Summary:	GCC Transactional Memory static libraries
Group:		Development/C
Requires:	%{libitm_devel} = %{EVRD}
Provides:	libitm-static-devel = %{EVRD}
Provides:	itm-static-devel = %{EVRD}

%description -n %{libitm_static_devel}
This package contains GCC static libraries which are needed
to compile Transactional Memory support.

%files -n %{libitm_static_devel}
%{_libdir}/libitm.a
%if %{build_multilib}
%{multilibdir}/libitm.a
%endif

#-----------------------------------------------------------------------
# build itm
%endif

%if %{build_asan}
#-----------------------------------------------------------------------
# Address Sanitizer
#-----------------------------------------------------------------------
%package -n %{libasan}
Summary:	GCC Address Sanitizer library
Group:		Development/C

%description -n %{libasan}
GCC Address Sanitizer Library.

%files -n %{libasan}
%{_libdir}/libasan.so.%{asan_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibasan}
Summary:	GCC Address Sanitizer library
Group:		Development/C

%description -n %{multilibasan}
GCC Address Sanitizer Library.

%files -n %{multilibasan}
%{multilibdir}/libasan.so.%{asan_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libasan_devel}
Summary:	GCC Address Sanitizer development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libasan} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibasan} = %{EVRD}
%endif
Provides:	libasan-devel = %{EVRD}
Provides:	asan-devel = %{EVRD}

%description -n %{libasan_devel}
This package contains GCC libraries which are needed
to use Address Sanitizer features.

%files -n %{libasan_devel}
%{_libdir}/libasan.so
%{_libdir}/libasan_preinit.o
%if %{build_multilib}
%{multilibdir}/libasan.so
%{multilibdir}/libasan_preinit.o
%endif

#-----------------------------------------------------------------------

%package -n %{libasan_static_devel}
Summary:	Static libasan
Group:		Development/C
Requires:	%{libasan_devel} = %{EVRD}

%description -n %{libasan_static_devel}
Static libasan.

%files -n %{libasan_static_devel}
%{_libdir}/libasan.a
%if %{build_multilib}
%{multilibdir}/libasan.a
%endif
%endif

#-----------------------------------------------------------------------
# Thread Sanitizer
#-----------------------------------------------------------------------
%ifarch x86_64
%package -n %{libtsan}
Summary:	GCC Thread Sanitizer library
Group:		Development/C

%description -n %{libtsan}
GCC Address Sanitizer Library.

%files -n %{libtsan}
%{_libdir}/libtsan.so.%{tsan_major}*

#-----------------------------------------------------------------------

%package -n %{libtsan_devel}
Summary:	GCC Thread Sanitizer development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libtsan} = %{EVRD}
Provides:	libtsan-devel = %{EVRD}
Provides:	tsan-devel = %{EVRD}

%description -n %{libtsan_devel}
This package contains GCC libraries which are needed
to use Thread Sanitizer features.

%files -n %{libtsan_devel}
%{_libdir}/libtsan.so

#-----------------------------------------------------------------------

%package -n %{libtsan_static_devel}
Summary:	Static libtsan
Group:		Development/C
Requires:	%{libtsan_devel} = %{EVRD}

%description -n %{libtsan_static_devel}
Static libtsan.

%files -n %{libtsan_static_devel}
%{_libdir}/libtsan.a
%endif

#-----------------------------------------------------------------------
# Atomic operations
#-----------------------------------------------------------------------
%package -n %{libatomic}
Summary:	GCC Atomic operations library
Group:		Development/C

%description -n %{libatomic}
GCC Atomic operations Library.

%files -n %{libatomic}
%{_libdir}/libatomic.so.%{atomic_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibatomic}
Summary:	GCC Atomic optimizer library
Group:		Development/C

%description -n %{multilibatomic}
GCC Atomic optimizer Library.

%files -n %{multilibatomic}
%{_prefix}/lib/libatomic.so.%{atomic_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libatomic_devel}
Summary:	GCC Atomic optimizer development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libatomic} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibatomic} = %{EVRD}
%endif
Provides:	libatomic-devel = %{EVRD}
Provides:	atomic-devel = %{EVRD}

%description -n %{libatomic_devel}
This package contains GCC libraries which are needed
to use Atomic optimizer features.

%files -n %{libatomic_devel}
%{_libdir}/libatomic.so
%if %{build_multilib}
%{multilibdir}/libatomic.so
%endif

#-----------------------------------------------------------------------

%package -n %{libatomic_static_devel}
Summary:	Static libatomic
Group:		Development/C
Requires:	%{libatomic_devel} = %{EVRD}

%description -n %{libatomic_static_devel}
Static libatomic.

%files -n %{libatomic_static_devel}
%{_libdir}/libatomic.a
%if %{build_multilib}
%{multilibdir}/libatomic.a
%endif

########################################################################
# Intel CILK
########################################################################
%ifarch %{ix86} x86_64
%package -n %{libcilkrts}
Summary:	CILK (multithreading programming language) runtime
Group:		Development/C

%description -n %{libcilkrts}
CILK (multithreading programming language) runtime.

%files -n %{libcilkrts}
%{_libdir}/libcilkrts.so.%{cilk_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibcilkrts}
Summary:	CILK (multithreading programming language) runtime
Group:		Development/C

%description -n %{multilibcilkrts}
CILK (multithreading programming language) runtime.

%files -n %{multilibcilkrts}
%{_prefix}/lib/libcilkrts.so.%{cilk_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libcilkrts_devel}
Summary:	Development files for the CILK multithreading programming language
Group:		Development/C
Requires:	%{libcilkrts} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibcilkrts} = %{EVRD}
%endif
Provides:	libcilkrts-devel = %{EVRD}
Provides:	cilkrts-devel = %{EVRD}

%description -n %{libcilkrts_devel}
Development files for the CILK multithreading programming language.

%files -n %{libcilkrts_devel}
%{_libdir}/libcilkrts.so
%{_libdir}/libcilkrts.spec
%if %{build_multilib}
%{_prefix}/lib/libcilkrts.so
%{_prefix}/lib/libcilkrts.spec
%endif
%{gccdir}/include/cilk

#-----------------------------------------------------------------------

%package -n %{libcilkrts_static_devel}
Summary:	Static libcilkrts
Group:		Development/C
Requires:	%{libcilkrts_devel} = %{EVRD}

%description -n %{libcilkrts_static_devel}
Static libcilkrts.

%files -n %{libcilkrts_static_devel}
%{_libdir}/libcilkrts.a
%if %{build_multilib}
%{multilibdir}/libcilkrts.a
%endif
%endif

########################################################################
# VTV (VTable Verification)
########################################################################
%ifarch %{ix86} x86_64
%package -n %{libvtv}
Summary:	VTable Verification library
Group:		Development/C

%description -n %{libvtv}
VTable Verification library.

%files -n %{libvtv}
%{_libdir}/libvtv.so.%{vtv_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibvtv}
Summary:	VTable Verification library
Group:		Development/C

%description -n %{multilibvtv}
VTable Verification library.

%files -n %{multilibvtv}
%{_prefix}/lib/libvtv.so.%{vtv_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libvtv_devel}
Summary:	GCC VTable Verification development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libvtv} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibvtv} = %{EVRD}
%endif
Provides:	libvtv-devel = %{EVRD}
Provides:	vtv-devel = %{EVRD}

%description -n %{libvtv_devel}
This package contains GCC libraries which are needed
to use VTable Verification features.

%files -n %{libvtv_devel}
%{_libdir}/libvtv.so
%if %{build_multilib}
%{_prefix}/lib/libvtv.so
%endif

#-----------------------------------------------------------------------

%package -n %{libvtv_static_devel}
Summary:	Static libvtv
Group:		Development/C
Requires:	%{libvtv_devel} = %{EVRD}

%description -n %{libvtv_static_devel}
Static libvtv

%files -n %{libvtv_static_devel}
%{_libdir}/libvtv.a
%if %{build_multilib}
%{multilibdir}/libvtv.a
%endif
%endif

########################################################################
# UBSan (Undefined Behavior Sanitizer)
########################################################################
%package -n %{libubsan}
Summary:	Undefined Behavior Sanitizer library
Group:		Development/C

%description -n %{libubsan}
Undefined Behavior Sanitizer library.

%files -n %{libubsan}
%{_libdir}/libubsan.so.%{ubsan_major}*

#-----------------------------------------------------------------------

%if %{build_multilib}
%package -n %{multilibubsan}
Summary:	Undefined Behavior Sanitizer library
Group:		Development/C

%description -n %{multilibubsan}
Undefined Behavior Sanitizer library.

%files -n %{multilibubsan}
%{_prefix}/lib/libubsan.so.%{ubsan_major}*
%endif

#-----------------------------------------------------------------------

%package -n %{libubsan_devel}
Summary:	GCC Undefined Behavior Sanitizer development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libubsan} = %{EVRD}
%if %{build_multilib}
Requires:	%{multilibubsan} = %{EVRD}
%endif
Provides:	libubsan-devel = %{EVRD}
Provides:	ubsan-devel = %{EVRD}

%description -n %{libubsan_devel}
This package contains GCC libraries which are needed
to use Undefined Behavior Sanitizer features.

%files -n %{libubsan_devel}
%{_libdir}/libubsan.so
%{_libdir}/libsanitizer.spec
%if %{build_multilib}
%{_prefix}/lib/libubsan.so
%{_prefix}/lib/libsanitizer.spec
%endif
%dir %{gccdir}/include/sanitizer/
%{gccdir}/include/sanitizer/*.h

#-----------------------------------------------------------------------

%package -n %{libubsan_static_devel}
Summary:	Static libubsan
Group:		Development/C
Requires:	%{libubsan_devel} = %{EVRD}

%description -n %{libubsan_static_devel}
Static libubsan.

%files -n %{libubsan_static_devel}
%{_libdir}/libubsan.a
%if %{build_multilib}
%{multilibdir}/libubsan.a
%endif

########################################################################
# LSan (Leak Sanitizer)
########################################################################
%ifarch x86_64
%package -n %{liblsan}
Summary:	Leak Sanitizer library
Group:		Development/C

%description -n %{liblsan}
Leak Sanitizer library.

%files -n %{liblsan}
%{_libdir}/liblsan.so.%{lsan_major}*

#-----------------------------------------------------------------------

%package -n %{liblsan_devel}
Summary:	GCC Leak Sanitizer development support
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{liblsan} = %{EVRD}
Provides:	liblsan-devel = %{EVRD}
Provides:	lsan-devel = %{EVRD}

%description -n %{liblsan_devel}
This package contains GCC libraries which are needed
to use Leak Sanitizer features.

%files -n %{liblsan_devel}
%{_libdir}/liblsan.so

#-----------------------------------------------------------------------

%package -n %{liblsan_static_devel}
Summary:	Static liblsan
Group:		Development/C
Requires:	%{liblsan_devel} = %{EVRD}

%description -n %{liblsan_static_devel}
Static liblsan.

%files -n %{liblsan_static_devel}
%{_libdir}/liblsan.a
%endif

########################################################################
%prep
%if "%{linaro}" != ""
%if "%{linaro_spin}" != ""
  %setup -q -n gcc-linaro-%{branch}-%{linaro}-%{linaro_spin}
%else
  %setup -q -n gcc-linaro-%{branch}-%{linaro}
%endif
%else
%if %{official}
  %setup -q -n gcc-%{version}%{snapshot}
%else
  %setup -q -n gcc-%{branch}%{snapshot}
%endif
%endif

%patch0 -p1 -b .uclibc~
%patch1 -p1 -b .java~
%patch2 -p1 -b .aarch64~
%patch3 -p1 -b .linux32~
%patch4 -p1 -b .execstack~
%patch5 -p1 -b .deptrack~
%patch6 -p1 -b .ac269~
%patch7 -p1 -b .plugindet~
# Breaks the build, see comment on bug 33763
#patch8 -p1 -b .ext_inline~
#patch9 -p1 -b .android~
#patch10 -p1 -b .texi50~
%patch11 -p1 -b .buildfix~
%patch12 -p1 -b .compare~
%patch13 -p1 -b .short
%patch15 -p1 -b .libbacktrace

%patch16 -p1
%patch17 -p1
%patch18 -p1
%patch19 -p1
%patch20 -p1
%patch21 -p1
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p1
%patch26 -p1
%patch27 -p1
%patch28 -p1

aclocal -I config
autoconf

echo %{vendor} > gcc/DEV-PHASE
%if !%{official}
    sed -i -e 's/4\.8\..*/%{version}/' gcc/BASE-VER
%endif

%if %{with java_bootstrap}
    tar xjf %{SOURCE6}
%endif

%if %{with x32_bootstrap}
    pushd gcc
        tar -xf %{SOURCE7}
        mkdir gnu
        ln -s /usr/include/gnu/stubs-64.h gnu/stubs-x32.h
    popd
%endif

#-----------------------------------------------------------------------
%build
# The -gdwarf-4 removal is a workaround for gcc bug #52420
OPT_FLAGS=`echo %{optflags} | \
    sed -e 's/\(-Wp,\)\?-D_FORTIFY_SOURCE=[12]//g' \
    -e 's/-m\(31\|32\|64\)//g' \
    -e 's/-fstack-protector//g' \
    -e 's/--param=ssp-buffer-size=4//' \
    -e 's/-gdwarf-4/-g/' \
    -e 's/-pipe//g'`
OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/[[:blank:]]\+/ /g'`

# FIXME debugedit
[ ! -z "$TMP" ] && export TMP=`echo $TMP | sed -e 's|/$||'`
[ ! -z "x$TMPDIR" ] && export TMPDIR=`echo $TMPDIR | sed -e 's|/$||'`

LANGUAGES=c
%if %{build_ada}
    LANGUAGES="$LANGUAGES,ada"
%endif
%if %{build_cxx}
    LANGUAGES="$LANGUAGES,c++"
%endif
%if %{build_fortran}
    LANGUAGES="$LANGUAGES,fortran"
%endif
%if %{build_go}
    LANGUAGES="$LANGUAGES,go"
%endif
%if %{build_java}
    LANGUAGES="$LANGUAGES,java"
%endif
%if %{build_lto}
    LANGUAGES="$LANGUAGES,lto"
%endif
%if %{build_objc}
    LANGUAGES="$LANGUAGES,objc"
%endif
%if %{build_objcxx}
    LANGUAGES="$LANGUAGES,obj-c++"
%endif

BOOTSTRAP=bootstrap
%ifarch %{ix86} x86_64
    %if %{system_compiler}
        BOOSTRAP=profiledbootstrap
    %endif
%endif

mkdir BUILD
cd BUILD

CC=%{__cc} \
CFLAGS="$OPT_FLAGS" \
CXXFLAGS="$OPT_FLAGS" \
GCJFLAGS="$OPT_FLAGS" \
TCFLAGS="$OPT_FLAGS" \
XCFLAGS="$OPT_FLAGS" \
../configure \
        --prefix=%{_prefix} \
        --libdir=%{_libdir} \
        --libexecdir=%{_libexecdir} \
        --mandir=%{_mandir} \
        --infodir=%{_infodir} \
%if !%{build_java}
        --disable-libgcj \
%else
        --disable-libjava-multilib \
        --with-java-home=%{_jvmdir}/java-1.5.0-gcj-1.5.0.0/jre \
        --with-ecj-jar=%{_datadir}/java/eclipse-ecj.jar \
        --enable-java-awt=gtk \
        --enable-gtk-cairo \
%endif
%if !%{build_cloog}
        --without-cloog \
        --without-ppl \
%else
        --with-cloog \
        --with-ppl \
        --enable-cloog-backend=isl \
        --disable-cloog-version-check \
%endif
%if !%{build_ffi}
        --disable-libffi \
%endif
%if !%{build_gomp}
        --disable-libgomp \
%endif
%if !%{build_quadmath}
        --disable-libquadmath \
  %if %{build_fortran}
        --disable-libquadmath-support \
  %endif
%endif
%if !%{build_ssp}
        --disable-libssp \
%endif
        --disable-libunwind-exceptions \
        --disable-werror \
        --enable-__cxa_atexit \
        --enable-gold=default \
        --with-plugin-ld=%{_bindir}/ld \
%if %{system_compiler}
        --enable-bootstrap \
%endif
        --enable-checking=release \
        --enable-gnu-unique-object \
        --enable-languages="$LANGUAGES" \
        --enable-linker-build-id \
%if !%{build_plugin}
        --disable-plugin \
%else
        --enable-plugin \
        --enable-lto \
%endif
        --enable-shared \
%if !%{system_compiler}
        --disable-static \
%endif
        --enable-threads=posix \
        --with-system-zlib \
        --with-bugurl=%{bugurl} \
%ifarch %{ix86} x86_64
        --with-tune=generic \
%endif
%ifarch %{ix86}
        --with-arch=i586 \
%endif
%ifarch x86_64
  %if %{build_multilib}
        --with-arch_32=i586 \
    %if %{with x32_boostrap}
        --with-multilib-list=m32,m64,mx32 \
    %else
        --with-multilib-list=m32,m64 \
    %endif
  %else
        --disable-multilib \
  %endif
%endif
%ifarch armv5te
        --with-arch=armv5te \
%endif
%ifarch armv7l armv7hl
        --without-multilib \
        --disable-multilib \
        --with-cpu=cortex-a8 \
        --with-tune=cortex-a8 \
        --with-arch=armv7-a \
        --with-mode=thumb \
  %ifarch armv7l
        --with-float=softfp \
  %else
        --with-float=hard \
  %endif
        --with-fpu=vfpv3-d16 \
        --with-abi=aapcs-linux \
%endif
        --host=%{_target_platform} \
        --build=%{_build} \
        --target=%{_target_platform}

GCJFLAGS="$OPT_FLAGS" \
%make BOOT_CFLAGS="$OPT_FLAGS" $BOOTSTRAP
# GNATMAKE=gnatmake GNATBIND=gnatbind

%if %{build_pdf}
    %make pdf || :
%endif

%if %{build_doc}
    pushd host-%{_target_platform}/gcc
        %make html || :
        %if %{build_pdf}
            %make pdf || :
        %endif
    popd
%endif

%if %{with java_build_tar}
find libjava -name \*.h -type f | \
    xargs grep -l '// DO NOT EDIT THIS FILE - it is machine generated' \
    > libjava-classes.list
find libjava -name \*.class -type f >> libjava-classes.list
find libjava/testsuite -name \*.jar -type f >> libjava-classes.list
tar cf - -T libjava-classes.list | bzip2 -9 \
    > %{make_rpmlint_happy_sourcedir}/libjava-classes-%{version}-%{release}.tar.bz2
%endif

#-----------------------------------------------------------------------

%if %{build_check}
%check
echo ====================TESTING=========================
%{_bindir}/time %make -k check || true
echo "XXX check time above XXX"
contrib/test_summary > test_summary.log
echo ====================TESTING END=====================
install -D -m644 test_summary.log %{buildroot}%{_docdir}/gcc/test_summary.log
%endif

#-----------------------------------------------------------------------

%install
%makeinstall_std -C BUILD

%if %{build_java}
    %make -C BUILD \
        DESTDIR=%{buildroot} \
        JAR=$PWD/BUILD/%{_target_platform}/libjava/scripts/jar \
        -C %{_target_platform}/libjava \
        install-src.zip
%endif

# configure python dir option does not cover libstdc++ and needs to remove
# /usr prefix for libjava
mkdir -p %{buildroot}%{py_puresitedir}
if [ -d %{buildroot}%{_datadir}/gcc-%{ver}/python ]; then
    mv -f %{buildroot}%{_datadir}/gcc-%{ver}/python/* \
        %{buildroot}%{py_puresitedir}
    rm -fr %{buildroot}%{_datadir}/gcc-%{ver}
    %if %{build_java}
    perl -pi -e 's|%{_datadir}/gcc-%{ver}/python|%{py_puresitedir}|;' \
        %{buildroot}%{_bindir}/aot-compile
    %endif
fi

pushd %{buildroot}%{_bindir}
%if %{system_compiler}
    mkdir -p %{buildroot}/lib
    ln -sf %{_bindir}/cpp %{buildroot}/lib/cpp
    install -m 0755 %{SOURCE4} %{SOURCE5} %{buildroot}%{_bindir}
    ln -sf %{_target_platform}-gcc-%{ver} cc
%else
    rm -f %{buildroot}%{_bindir}/cpp
%endif
    PROGRAMS="gcc"
    %if %{build_cxx}
        PROGRAMS="$PROGRAMS g++"
    %endif
    %if %{build_go}
        PROGRAMS="$PROGRAMS gccgo"
    %endif
    %if %{build_java}
        PROGRAMS="$PROGRAMS gcj"
    %endif
    %if %{build_fortran}
        PROGRAMS="$PROGRAMS gfortran"
    %endif
    for prog in $PROGRAMS; do
        if [ -f %{_target_platform}-$prog ]; then
            mv -f %{_target_platform}-$prog{,-%{ver}}
        fi
        rm -f $prog
        ln -sf %{_target_platform}-$prog-%{ver} $prog-%{ver}
        %if %{system_compiler}
            ln -sf %{_target_platform}-$prog-%{ver} $prog
            ln -sf %{_target_platform}-$prog-%{ver} %{_target_platform}-$prog
        %endif
    done
%if %{build_cxx}
    rm -f c++ %{_target_platform}-c++{,-%{ver}}
    ln -sf %{_target_platform}-g++-%{ver} c++-%{ver}
    %if %{system_compiler}
        ln -sf %{_target_platform}-g++-%{ver} c++
        ln -sf %{_target_platform}-g++-%{ver} %{_target_platform}-c++
    %endif
    mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{_libdir}
    mv -f %{buildroot}%{_libdir}/libstdc++.so.*.py \
        %{buildroot}%{_datadir}/gdb/auto-load%{_libdir}
    perl -pi -e 's|%{_datadir}/gcc-%{ver}/python|%{py_puresitedir}|;' \
        %{buildroot}%{_datadir}/gdb/auto-load%{_libdir}/libstdc++.*.py

    mkdir -p %{buildroot}/%{_lib}
    mv %{buildroot}%{_libdir}/libstdc++.so.%{stdcxx_major}* \
        %{buildroot}/%{_lib}
    ln -srf %{buildroot}/%{_lib}/libstdc++.so.%{stdcxx_major}.*.* \
        %{buildroot}%{_libdir}/libstdc++.so

    %if %{build_multilib}
        mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{multilibdir}
        mv -f %{buildroot}%{multilibdir}/libstdc++.so.*.py \
        %{buildroot}%{_datadir}/gdb/auto-load%{multilibdir}
        perl -pi -e 's|%{_datadir}/gcc-%{ver}/python|%{py_puresitedir}|;' \
            %{buildroot}%{_datadir}/gdb/auto-load%{multilibdir}/libstdc++.*.py

        mkdir -p %{buildroot}%{multirootlibdir}
        mv %{buildroot}%{multilibdir}/libstdc++.so.%{stdcxx_major}* \
            %{buildroot}%{multirootlibdir}
        ln -srf %{buildroot}%{multirootlibdir}/libstdc++.so.%{stdcxx_major}.*.* \
            %{buildroot}%{multilibdir}/libstdc++.so
    %endif
%endif
%if %{build_java}
    ln -sf gcjh %{_target_platform}-gcjh
    # For some reason, the .so file is a real file, not a symlink
    ln -sf libgcj_bc.so.1.0.0 %{buildroot}%{_libdir}/libgcj_bc.so
%endif
popd

%if %{build_gomp}
    mkdir -p %{buildroot}/%{_lib}
    mv %{buildroot}%{_libdir}/libgomp.so.%{gomp_major}* \
        %{buildroot}/%{_lib}
    ln -srf %{buildroot}/%{_lib}/libgomp.so.%{gomp_major}.*.* \
        %{buildroot}%{_libdir}/libgomp.so

    %if %{build_multilib}
        mkdir -p %{buildroot}%{multirootlibdir}
        mv %{buildroot}%{multilibdir}/libgomp.so.%{gomp_major}* \
            %{buildroot}%{multirootlibdir}
        ln -srf %{buildroot}%{multirootlibdir}/libgomp.so.%{gomp_major}.*.* \
            %{buildroot}%{multilibdir}/libgomp.so
    %endif
%endif

%if %{system_compiler}
    mkdir -p %{buildroot}/%{_lib}
    mv %{buildroot}%{_libdir}/libgcc_s.so.%{gcc_major} \
        %{buildroot}/%{_lib}
    ln -srf %{buildroot}/%{_lib}/libgcc_s.so.%{gcc_major} \
        %{buildroot}%{_libdir}/libgcc_s.so

    %if %{build_multilib}
        mkdir -p %{buildroot}%{multirootlibdir}
        mv %{buildroot}%{multilibdir}/libgcc_s.so.%{gcc_major} \
            %{buildroot}%{multirootlibdir}
        ln -srf %{buildroot}%{multirootlibdir}/libgcc_s.so.%{gcc_major} \
            %{buildroot}%{multilibdir}/libgcc_s.so
    %endif
%endif

%if %{shared_libgnat}
    %if %{build_ada}
        for lib in libgnarl libgnat; do
            rm -f %{buildroot}%{_libdir}/$lib.so
            rm -f %{buildroot}%{gccdir}/adalib/$lib.so
            mv -f %{buildroot}%{gccdir}/adalib/$lib-%{branch}.so \
                    %{buildroot}%{_libdir}/$lib-%{branch}.so.1
            ln -sf $lib-%{branch}.so.1 %{buildroot}%{_libdir}/$lib-%{branch}.so
            ln -sf $lib-%{branch}.so.1 %{buildroot}%{_libdir}/$lib.so
            %if %{build_multilib}
                rm -f %{buildroot}%{multilibdir}/$lib.so
                rm -f %{buildroot}%{multigccdir}/adalib/$lib.so
                mv -f %{buildroot}%{multigccdir}/adalib/$lib-%{branch}.so \
                        %{buildroot}%{multilibdir}/$lib-%{branch}.so.1
                ln -sf $lib-%{branch}.so.1 %{buildroot}%{multilibdir}/$lib-%{branch}.so
                ln -sf $lib-%{branch}.so.1 %{buildroot}%{multilibdir}/$lib.so
            %endif
        done
    %endif
%endif

mv -f %{buildroot}%{gccdir}/include{-fixed,}/syslimits.h
mv -f %{buildroot}%{gccdir}/include{-fixed,}/limits.h
rm -fr %{buildroot}%{gccdir}/include-fixed
rm -fr %{buildroot}%{gccdir}/install-tools/include

%if !%{system_compiler}
    rm -fr %{buildroot}%{_infodir}
    rm -fr %{buildroot}%{_mandir}
    rm -fr %{buildroot}%{_localedir}
    rm -f %{buildroot}%{_bindir}/gcov
    rm -f %{buildroot}%{_libdir}/libgcc_s.so
    %if %{build_multilib}
        rm -f %{buildroot}%{multilibdir}/libgcc_s.so
    %endif
    %if !%{build_libgcc}
        rm -f %{buildroot}%{_libdir}/libgcc_s.so.*
        %if %{build_multilib}
            rm -f %{buildroot}%{multilibdir}/libgcc_s.so.*
        %endif
    %endif
%endif
rm -f %{buildroot}%{_libdir}/libiberty.a
rm -f %{buildroot}%{multilibdir}/libiberty.a

%if !%{package_ffi}
    rm -f %{buildroot}%{_libdir}/libffi.*
    rm -f %{buildroot}%{multilibdir}/libffi.*
    rm -f %{buildroot}%{_mandir}/man3/ffi*
%else
    mkdir -p %{buildroot}/%{_lib}
    mv %{buildroot}%{_libdir}/libffi.so.%{ffi_major}* \
        %{buildroot}/%{_lib}
    ln -srf %{buildroot}/%{_lib}/libffi.so.%{ffi_major}.*.* \
        %{buildroot}%{_libdir}/libffi.so

    %if %{build_multilib}
        mkdir -p %{buildroot}%{multirootlibdir}
        mv %{buildroot}%{multilibdir}/libffi.so.%{ffi_major}* \
            %{buildroot}%{multirootlibdir}
        ln -srf %{buildroot}%{multirootlibdir}/libffi.so.%{ffi_major}.*.* \
            %{buildroot}%{multilibdir}/libffi.so
    %endif
%endif

cd BUILD

%if %{build_doc}
    %if %{build_cxx}
    mkdir -p %{buildroot}%{_docdir}/libstdc++
    cp -far libstdc++-v3/doc/html %{buildroot}%{_docdir}/libstdc++
    %endif
    pushd host-%{_target_platform}/gcc/HTML/gcc-%{ver}
        mkdir -p %{buildroot}%{_docdir}/gcc/html
        for doc in gcc gccinstall gccint; do
            cp -far $doc %{buildroot}%{_docdir}/gcc/html
        done
        %if %{system_compiler}
            mkdir -p %{buildroot}%{_docdir}/gcc-cpp/html
            for doc in cpp cppinternals; do
                cp -far $doc %{buildroot}%{_docdir}/gcc-cpp/html
            done
        %endif
        %if %{build_fortran}
            mkdir -p %{buildroot}%{_docdir}/gcc-gfortran/html
            cp -far gfortran %{buildroot}%{_docdir}/gcc-gfortran/html
        %endif
        %if %{build_go}
            mkdir -p %{buildroot}%{_docdir}/gcc-go/html
            cp -far go %{buildroot}%{_docdir}/gcc-go/html
        %endif
        %if %{build_java}
            mkdir -p %{buildroot}%{_docdir}/gcc-java/html
            cp -far java %{buildroot}%{_docdir}/gcc-java/html
        %endif
    popd
    %if %{build_pdf}
    pushd host-%{_target_platform}/gcc/doc
        for doc in gcc.pdf gccinstall.pdf gccint.pdf; do
            install -m 0644 $doc %{buildroot}%{_docdir}/gcc/$doc
        done
        %if %{system_compiler}
            for doc in cpp.pdf cppinternals.pdf; do
                install -m 0644 $doc %{buildroot}%{_docdir}/gcc-cpp/$doc
            done
        %endif
        %if %{build_ada}
            mkdir -p %{buildroot}%{_docdir}/gcc-gnat
            for doc in gnat_ugn.pdf gnat_rm.pdf gnat-style.pdf; do
                install -m 0644 $doc %{buildroot}%{_docdir}/gcc-gnat/$doc
            done
        %endif
        %if %{build_fortran}
            for doc in gfc-internals.pdf gfortran.pdf; do
                install -m 0644 $doc %{buildroot}%{_docdir}/gcc-gfortran/$doc
            done
        %endif
        %if %{build_go}
            install -m 0644 -D gccgo.pdf %{buildroot}%{_docdir}/gcc-go/gccgo.pdf
        %endif
        %if %{build_java}
            install -m 0644 -D gcj.pdf %{buildroot}%{_docdir}/gcc-java/gcj.pdf
        %endif
    popd
    pushd %{_target_platform}
        %if %{build_gomp}
            install -m 0644 -D libgomp/libgomp.pdf %{buildroot}%{_docdir}/libgomp/libgomp.pdf
        %endif
        %if %{build_quadmath}
            install -m 0644 -D libquadmath/libquadmath.pdf %{buildroot}%{_docdir}/libquadmath/libquadmath.pdf
        %endif
        %if %{build_java}
            install -m 0644 -D libjava/classpath/doc/cp-tools.pdf %{buildroot}%{_docdir}/libjava/cp-tools.pdf
        %endif
    popd
    %endif
%endif

cd ..

%if %{build_java}
# Workaround for all gcj related tools
# somehow getting the same build ID
strip --strip-unneeded \
	%{buildroot}%{_bindir}/gc-analyze \
	%{buildroot}%{_bindir}/gappletviewer \
	%{buildroot}%{_bindir}/gjar \
	%{buildroot}%{_bindir}/gij \
	%{buildroot}%{_bindir}/gjavah \
	%{buildroot}%{_bindir}/gjarsigner \
	%{buildroot}%{_bindir}/gkeytool \
	%{buildroot}%{_bindir}/gorbd \
	%{buildroot}%{_bindir}/grmic \
	%{buildroot}%{_bindir}/grmid \
	%{buildroot}%{_bindir}/gnative2ascii \
	%{buildroot}%{_bindir}/gserialver \
	%{buildroot}%{_bindir}/grmiregistry \
	%{buildroot}%{_bindir}/jv-convert \
	%{buildroot}%{_bindir}/gtnameserv \
	%{buildroot}%{_bindir}/gcjh
%endif

%changelog

* Thu Apr 19 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.4_2017.01-6
- (f170297) Add retpoline patches

* Wed Jun 07 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.4_2017.01-5
- (8522e40) Package sanitizer headers
- (Andrey Bondrov: 830eafb) Bump real version from 4.9.2 to 4.9.4

* Wed Jun 07 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.2_2017.01-5
- (509cfc7) New version 4.9-2017.01
- (509cfc7) Drop lto-names-reproduce patch (merged upstream)

* Thu Jun 11 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 4.9.2_2014.08-5
- (4044670) add reproducibility for lto names

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 4.9.2_2014.08-4
- (2c5c3a4) MassBuild#656: Increase release tag

* Fri Feb 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.2_2014.08-3
- (1c24cf6) Try to fix build with BR sash and util-linux

* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.2_2014.08-2
- (e3fb165) Bump release to rebuild itself

* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.2_2014.08-1
- (b516e97) 4.9.2 now

* Wed Sep 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.08-1
- (b0414f3) Drop merged patch
- (Andrey Bondrov: 0f5b35f) New version 4.9.1 2014.08

* Wed Aug 13 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 4.9.1_2014.07-3
- (d268577) Fixed: state->fileline_fn could be 0 in libbacktrace in some cases
- (d268577) This lead, among other things, to crashes of the apps built with TSan
- (d268577) enabled. When the app (or, to be exact, TSan) tried to output a
- (d268577) backtrace of a suspicious event, backtrace_pcinfo() was invoked.
- (d268577) At the end it called state->fileline_fn() which should have been set
- (d268577) before. However, it was not always the case. If debug info was missing
- (d268577) from some library used by the app or it was in a format that
- (d268577) libbacktrace did not understand, libbacktrace did not set
- (d268577) state->fileline_fn. The latter remained 0 and that resulted in a
- (d268577) segfault in backtrace_pcinfo().
- (d268577) Should now be fixed. The fix makes sure that the callback is always
- (d268577) initialized.

* Thu Jul 31 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.07-2
- (2c6c76f) Backport patch from upstream to fix bug 61801

* Fri Jul 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.07-1
- (5fb801f) New version 4.9.1 2014.07, drop merged patch

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.9.1_2014.05-7
- (18d5c85) MassBuild#440: Increase release tag

* Wed Jun 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.05-6
- (9613e59) Add patch from upstream to fix upstream bug 60965

* Fri May 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.05-5
- (74b016f) Fix typo

* Thu May 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.05-4
- (2182185) Bump release

* Thu May 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.05-3
- (d5b136a) Obsolete no longer built libraries
- (Andrey Bondrov: 2eb09f5) Bump release

* Wed May 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.9.1_2014.05-2
- (80c90f3) Handle situations when libexecdir is the same as libdir
- (Andrey Bondrov: 3f118bb) Define libexec dir in configure
- (Andrey Bondrov: e033fef) New version 4.9-2014.05 (sync with Cooker, too many changes to mention them all)

* Thu Feb 13 2014 Tigro <ashejn@gmail.com> 4.7.4_2014.01-1
- (7d18f32) update to 2014.01

* Fri Jan 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.3_2012.10-4
- (5a9337f) LOG Fix Requires
- (Andrey Bondrov: 3fdb711) LOG Fix files
- (Andrey Bondrov: ddd59a0) LOG Split libgcj package, fix issue with libgcj_bc.so being copy instead of symlink

* Thu Jan 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.3_2012.10-3.2
- (aea60a9) LOG Spec cleanup
- (Andrey Bondrov: 35d2117) LOG Switch from cloog-ppl to cloog-isl

* Tue Nov 13 2012 root <root@localhost.localdomain> 4.7.3_2012.10-3.1
- (850c27b) small fixes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22600 |14mu|gcr-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major_gck   0
%define api_gck     1

%define major_gcr   1
%define api_gcr     3

%define libname		%mklibname gcr %{api_gcr} %{major_gcr}
%define libnamebase	%mklibname gcr-base %{api_gcr} %{major_gcr}
%define libnamegck	%mklibname gck %{api_gck} %{major_gck}
%define girname		%mklibname gcr-gir %{major_gcr}
%define girnamegck	%mklibname gck-gir %{major_gck}
%define develname	%mklibname -d gcr 

Summary:    A library for bits of crypto UI and parsing
Name:       gcr
Version:    3.16.0
Release:    1
URL:        http://www.gnome.org/
License:    GPLv2+ and LGPLv2+
Group:      Networking/Remote access
Source0:    http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source10:   %{name}.rpmlintrc

BuildRequires:  intltool
BuildRequires:  libgcrypt-devel
BuildRequires:  libtasn1-tools
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(p11-kit-1) >= 0.19.1
BuildRequires:  pkgconfig(libtasn1)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  xsltproc
BuildRequires:  vala-tools
BuildRequires:  pkgconfig(libvala-0.28)

%description
A library for bits of crypto UI and parsing etc.

This package also contains the gcr-viewer binary.

%package -n %{libname}
Group:      System/Libraries
Summary:    Library for integration with the gnome keyring system
Requires:   %{name} = %{version}-%{release}
Conflicts:  %{_lib}gnome-keyring < 2.29.4
Obsoletes:  %{_lib}gcr-3_0 < 3.1.4
Obsoletes:  %{_lib}gcr-3_1 < 3.1.91

%description -n %{libname}
This package contains shared libraries for Gnome keyring.

%package -n %{libnamegck}
Group:      System/Libraries
Summary:    Library for integration with the gnome keyring system

%description -n %{libnamegck}
This package contains shared libraries for Gnome keyring.

%package -n %{libnamebase}
Group:          System/Libraries
Summary:        Library for integration with the gnome keyring system

%description -n %{libnamebase}
This package contains shared libraries for Gnome keyring.

%package -n %{girname}
Summary:        GObject Introspection interface description for Gcr
Group:          System/Libraries

%description -n %{girname}
GObject Introspection interface description for Gcr.

%package -n %{girnamegck}
Summary:        GObject Introspection interface description for Gck
Group:          System/Libraries

%description -n %{girnamegck}
GObject Introspection interface description for Gck.

%package -n %{develname}
Group:      Development/C
Summary:    Development files and headers for %{name}
Requires:   %{libname} = %{version}-%{release}
Requires:   %{libnamegck} = %{version}-%{release}
Requires:   %{libnamebase} = %{version}-%{release}
Requires:   %{girname} = %{version}-%{release}
Requires:   %{girnamegck} = %{version}-%{release}
Provides:   %{name}-devel = %{version}-%{release}
Conflicts:  %{_lib}-gnome-keyring-devel < 2.29.4

%description -n %{develname}
Thi package contains the development files and headers for %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
    --disable-static \
    --disable-update-mime \
    --disable-schemas-compile \
    --enable-introspection=yes
%make

%install
%makeinstall_std
find %{buildroot} -name "*.la" -exec rm -rf {} \;

# rm -f %{buildroot}/%{_datadir}/glib-2.0/schemas/org.gnome.crypto.pgp*.xml

%find_lang %{name}

%files -f %{name}.lang
%doc README NEWS
%{_bindir}/gcr-viewer
%{_libexecdir}/gcr-prompter
%{_datadir}/%{name}-%{api_gcr}/
%{_datadir}/dbus-1/services/org.gnome.keyring.PrivatePrompter.service
%{_datadir}/dbus-1/services/org.gnome.keyring.SystemPrompter.service
%{_datadir}/GConf/gsettings/org.gnome.crypto.pgp*.convert
%{_datadir}/glib-2.0/schemas/org.gnome.crypto.pgp*.xml
%{_datadir}/applications/gcr-viewer.desktop
%{_datadir}/applications/gcr-prompter.desktop
%{_datadir}/mime/packages/gcr-crypto-types.xml
%{_datadir}/icons/hicolor/*/apps/gcr*.png

%files -n %{libnamegck}
%{_libdir}/libgck-%{api_gck}.so.%{major_gck}*

%files -n %{girnamegck}
%{_libdir}/girepository-1.0/Gck-%{api_gck}.typelib

%files -n %{libnamebase}
%{_libdir}/libgcr-base-%{api_gcr}.so.%{major_gcr}*

%files -n %{libname}
%{_libdir}/libgcr-%{api_gcr}.so.%{major_gcr}*
%{_libdir}/libgcr-ui-%{api_gcr}.so.%{major_gcr}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gcr-%{api_gcr}.typelib
%{_libdir}/girepository-1.0/GcrUi-%{api_gcr}.typelib

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/*
%{_libdir}/libgck-%{api_gck}.so
%{_libdir}/libgcr-%{api_gcr}.so
%{_libdir}/libgcr-base-%{api_gcr}.so
%{_libdir}/libgcr-ui-%{api_gcr}.so
%{_includedir}/gck-%{api_gck}
%{_includedir}/gcr-%{api_gcr}
%{_libdir}/pkgconfig/gck-%{api_gck}.pc
%{_libdir}/pkgconfig/gcr-%{api_gcr}.pc
%{_libdir}/pkgconfig/gcr-base-%{api_gcr}.pc
%{_libdir}/pkgconfig/gcr-ui-%{api_gcr}.pc
%{_datadir}/gir-1.0/Gck-%{api_gck}.gir
%{_datadir}/gir-1.0/Gcr-%{api_gcr}.gir
%{_datadir}/gir-1.0/GcrUi-%{api_gcr}.gir
%{_datadir}/vala/


%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-1
- (0ef56fb) update to 3.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22601 |14mu|gdb-7.7.1_2014.06_1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# rpmbuild parameters:
# --with testsuite: Run the testsuite (biarch if possible).  Default is without.
# --with asan: gcc -fsanitize=address
# --with debug: Build without optimizations and without splitting the debuginfo.
# --without python: No python support.
# --with profile: gcc -fprofile-generate / -fprofile-use: Before better
#                 workload gets run it decreases the general performance now.
# --without rpm: Don't build rpm support (for aarch64 bootstrap)
%bcond_with rpm
%bcond_with testsuite

%{?build_chrome}%{?!build_chrome:%bcond_with chrome}

# Extract OpenMandriva Linux name and version
%define distro_version	%(perl -ne '/^([.\\w\\s]+) \\(.+\\).+/ and print $1' < /etc/release)
%define Werror_cflags %nil
# Libtool die die die!
%define __libtoolize /bin/true

%define linaro 2014.06-1

Summary: A GNU source-level debugger for C, C++, Fortran, Go and other languages
Name: gdb%{?_withi_debug:-debug}

#global snap       20140108
%define ver 7.7.1
Release:	10
License:	GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain
Group:		Development/Other
# Do not provide URL for snapshots as the file lasts there only for 2 days.
# ftp://sourceware.org/pub/gdb/snapshots/current/gdb-%{ver}.tar.bz2
# ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-%{ver}.tar.bz2
# ftp://sourceware.org/pub/gdb/releases/gdb-%{ver}.tar.bz2
%if "%{linaro}" == "%{nil}"
Source0:	ftp://sourceware.org/pub/gdb/snapshots/current/gdb-%{ver}.tar.bz2
Version:	%{ver}
%define gdb_src gdb-%{ver}
%else
Source0:	http://cbuild.validation.linaro.org/snapshots/gdb-linaro-%{ver}-%{linaro}.tar.bz2
Version:	%{ver}_%(echo %{linaro} |sed -e 's,-,_,g')
%define gdb_src gdb-linaro-%{ver}-%{linaro}
%endif
URL:		http://gnu.org/software/gdb/

# For our convenience
%define gdb_build build-%{_target_platform}
%define gdb_docdir %{_docdir}/%{name}-doc

%if 0%{?_with_debug:1}
# Define this if you want to skip the strip step and preserve debug info.
# Useful for testing.
%define __debug_install_post : > %{_builddir}/%{?buildsubdir}/debugfiles.list
%define debug_package %{nil}
%endif

# eu-strip: -g recognizes .gdb_index as a debugging section. (#631997)
Conflicts: elfutils < 0.149

# GDB patches have the format `gdb-<version>-bz<red-hat-bz-#>-<desc>.patch'.
# They should be created using patch level 1: diff -up ./gdb (or gdb-6.3/gdb).

#=
#push=Should be pushed upstream.
#maybepush=Should be pushed upstream unless it got obsoleted there.
#fedora=Should stay as a Fedora patch.
#ia64=Drop after RHEL-5 rebases and rebuilds are no longer meaningful.
#fedoratest=Keep it in Fedora only as a regression test safety.
#+ppc=Specific for ppc32/ppc64/ppc*
#+work=Requires some nontrivial work.

# Cleanup any leftover testsuite processes as it may stuck mock(1) builds.
#=push
Source2: gdb-orphanripper.c

# Man page for gstack(1).
#=push
Source3: gdb-gstack.man

# /etc/gdbinit (from Debian but with Fedora compliant location).
#=fedora
Source4: gdbinit

# Work around out-of-date dejagnu that does not have KFAIL
#=drop: That dejagnu is too old to be supported.
Patch1: gdb-6.3-rh-dummykfail-20041202.patch

# Match the Fedora's version info.
#=fedora
Patch2: gdb-6.3-rh-testversion-20041202.patch

# Better parse 64-bit PPC system call prologues.
#=maybepush+ppc: Write new testcase.
Patch105: gdb-6.3-ppc64syscall-20040622.patch

# Include the pc's section when doing a symbol lookup so that the
# correct symbol is found.
#=maybepush: Write new testcase.
Patch111: gdb-6.3-ppc64displaysymbol-20041124.patch

# Fix upstream `set scheduler-locking step' vs. upstream PPC atomic seqs.
#=push+work: It is a bit difficult patch, a part is ppc specific.
Patch112: gdb-6.6-scheduler_locking-step-sw-watchpoints2.patch
# Make upstream `set scheduler-locking step' as default.
#=push+work: How much is scheduler-locking relevant after non-stop?
Patch260: gdb-6.6-scheduler_locking-step-is-default.patch

# Add a wrapper script to GDB that implements pstack using the
# --readnever option.
#=push+work: with gdbindex maybe --readnever should no longer be used.
Patch118: gdb-6.3-gstack-20050411.patch

# VSYSCALL and PIE
#=fedoratest
Patch122: gdb-6.3-test-pie-20050107.patch
#=push: May get obsoleted by Tom's unrelocated objfiles patch.
Patch389: gdb-archer-pie-addons.patch
#=push+work: Breakpoints disabling matching should not be based on address.
Patch394: gdb-archer-pie-addons-keep-disabled.patch

# Get selftest working with sep-debug-info
#=fedoratest
Patch125: gdb-6.3-test-self-20050110.patch

# Test support of multiple destructors just like multiple constructors
#=fedoratest
Patch133: gdb-6.3-test-dtorfix-20050121.patch

# Fix to support executable moving
#=fedoratest
Patch136: gdb-6.3-test-movedir-20050125.patch

# Test sibling threads to set threaded watchpoints for x86 and x86-64
#=fedoratest
Patch145: gdb-6.3-threaded-watchpoints2-20050225.patch

# Notify observers that the inferior has been created
#=fedoratest
Patch161: gdb-6.3-inferior-notification-20050721.patch

# Verify printing of inherited members test
#=fedoratest
Patch163: gdb-6.3-inheritancetest-20050726.patch

# Add readnever option
#=push
Patch164: gdb-6.3-readnever-20050907.patch

# Fix debuginfo addresses resolving for --emit-relocs Linux kernels (BZ 203661).
#=push+work: There was some mail thread about it, this patch may be a hack.
Patch188: gdb-6.5-bz203661-emit-relocs.patch

# Support TLS symbols (+`errno' suggestion if no pthread is found) (BZ 185337).
#=push+work: It should be replaced by existing uncommitted Roland's glibc patch for TLS without libpthreads.
Patch194: gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch

# Fix TLS symbols resolving for shared libraries with a relative pathname.
# The testsuite needs `gdb-6.5-tls-of-separate-debuginfo.patch'.
#=fedoratest+work: One should recheck if it is really fixed upstream.
Patch196: gdb-6.5-sharedlibrary-path.patch

# Suggest fixing your target architecture for gdbserver(1) (BZ 190810).
# FIXME: It could be autodetected.
#=push+work: There are more such error cases that can happen.
Patch199: gdb-6.5-bz190810-gdbserver-arch-advice.patch

# Testcase for deadlocking on last address space byte; for corrupted backtraces.
#=fedoratest
Patch211: gdb-6.5-last-address-space-byte-test.patch

# Improved testsuite results by the testsuite provided by the courtesy of BEA.
#=fedoratest+work: For upstream it should be rewritten as a dejagnu test, the test of no "??" was useful.
Patch208: gdb-6.5-BEA-testsuite.patch

# Fix readline segfault on excessively long hand-typed lines.
#=fedoratest
Patch213: gdb-6.5-readline-long-line-crash-test.patch

# Fix bogus 0x0 unwind of the thread's topmost function clone(3) (BZ 216711).
#=fedora
Patch214: gdb-6.5-bz216711-clone-is-outermost.patch

# Test sideeffects of skipping ppc .so libs trampolines (BZ 218379).
#=fedoratest
Patch216: gdb-6.5-bz218379-ppc-solib-trampoline-test.patch

# Fix lockup on trampoline vs. its function lookup; unreproducible (BZ 218379).
#=fedora
Patch217: gdb-6.5-bz218379-solib-trampoline-lookup-lock-fix.patch

# Find symbols properly at their original (included) file (BZ 109921).
#=fedoratest
Patch225: gdb-6.5-bz109921-DW_AT_decl_file-test.patch

# Update PPC unwinding patches to their upstream variants (BZ 140532).
#=fedoratest+ppc
Patch229: gdb-6.3-bz140532-ppc-unwinding-test.patch

# Testcase for exec() from threaded program (BZ 202689).
#=fedoratest
Patch231: gdb-6.3-bz202689-exec-from-pthread-test.patch

# Backported fixups post the source tarball.
#Xdrop: Just backports.
Patch232: gdb-upstream.patch

# Testcase for PPC Power6/DFP instructions disassembly (BZ 230000).
#=fedoratest+ppc
Patch234: gdb-6.6-bz230000-power6-disassembly-test.patch

# Temporary support for shared libraries >2GB on 64bit hosts. (BZ 231832)
#=push+work: Upstream should have backward compat. API: libc-alpha: <20070127104539.GA9444@.*>
Patch235: gdb-6.3-bz231832-obstack-2gb.patch

# Allow running `/usr/bin/gcore' with provided but inaccessible tty (BZ 229517).
#=fedoratest
Patch245: gdb-6.6-bz229517-gcore-without-terminal.patch

# Notify user of a child forked process being detached (BZ 235197).
#=push: This is more about discussion if/what should be printed.
Patch247: gdb-6.6-bz235197-fork-detach-info.patch

# Avoid too long timeouts on failing cases of "annota1.exp annota3.exp".
#=fedoratest
Patch254: gdb-6.6-testsuite-timeouts.patch

# Support for stepping over PPC atomic instruction sequences (BZ 237572).
#=fedoratest
Patch258: gdb-6.6-bz237572-ppc-atomic-sequence-test.patch

# Test kernel VDSO decoding while attaching to an i386 process.
#=fedoratest
Patch263: gdb-6.3-attach-see-vdso-test.patch

# Test leftover zombie process (BZ 243845).
#=fedoratest
Patch271: gdb-6.5-bz243845-stale-testing-zombie-test.patch

# New locating of the matching binaries from the pure core file (build-id).
#=push
Patch274: gdb-6.6-buildid-locate.patch
# Fix loading of core files without build-ids but with build-ids in executables.
#=push
Patch659: gdb-6.6-buildid-locate-solib-missing-ids.patch
#=push
Patch353: gdb-6.6-buildid-locate-rpm.patch
#=push
Patch415: gdb-6.6-buildid-locate-core-as-arg.patch
# Workaround librpm BZ 643031 due to its unexpected exit() calls (BZ 642879).
#=push
Patch519: gdb-6.6-buildid-locate-rpm-librpm-workaround.patch
# [SCL] Skip deprecated .gdb_index warning for Red Hat built files (BZ 953585).
Patch833: gdb-6.6-buildid-locate-rpm-scl.patch

# Add kernel vDSO workaround (`no loadable ...') on RHEL-5 (kernel BZ 765875).
#=push
Patch276: gdb-6.6-bfd-vdso8k.patch

# Fix displaying of numeric char arrays as strings (BZ 224128).
#=fedoratest: But it is failing anyway, one should check the behavior more.
Patch282: gdb-6.7-charsign-test.patch

# Test PPC hiding of call-volatile parameter register.
#=fedoratest+ppc
Patch284: gdb-6.7-ppc-clobbered-registers-O2-test.patch

# Test ia64 memory leaks of the code using libunwind.
#=fedoratest
Patch289: gdb-6.5-ia64-libunwind-leak-test.patch

# Test hiding unexpected breakpoints on intentional step commands.
#=fedoratest
Patch290: gdb-6.5-missed-trap-on-step-test.patch

# Support DW_TAG_interface_type the same way as DW_TAG_class_type (BZ 426600).
#=fedoratest
Patch294: gdb-6.7-bz426600-DW_TAG_interface_type-test.patch

# Test gcore memory and time requirements for large inferiors.
#=fedoratest
Patch296: gdb-6.5-gcore-buffer-limit-test.patch

# Test debugging statically linked threaded inferiors (BZ 239652).
#  - It requires recent glibc to work in this case properly.
#=fedoratest
Patch298: gdb-6.6-threads-static-test.patch

# Test GCORE for shmid 0 shared memory mappings.
#=fedoratest: But it is broken anyway, sometimes the case being tested is not reproducible.
Patch309: gdb-6.3-mapping-zero-inode-test.patch

# Test a crash on `focus cmd', `focus prev' commands.
#=fedoratest
Patch311: gdb-6.3-focus-cmd-prev-test.patch

# Test various forms of threads tracking across exec() (BZ 442765).
#=fedoratest
Patch315: gdb-6.8-bz442765-threaded-exec-test.patch

# Silence memcpy check which returns false positive (sparc64)
#=push: But it is just a GCC workaround, look up the existing GCC PR for it.
Patch317: gdb-6.8-sparc64-silence-memcpy-check.patch

# Test a crash on libraries missing the .text section.
#=fedoratest
Patch320: gdb-6.5-section-num-fixup-test.patch

# Fix register assignments with no GDB stack frames (BZ 436037).
#=push+work: This fix is incorrect.
Patch330: gdb-6.8-bz436037-reg-no-longer-active.patch

# Make the GDB quit processing non-abortable to cleanup everything properly.
#=fedora: It was useful only after gdb-6.8-attach-signalled-detach-stopped.patch .
Patch331: gdb-6.8-quit-never-aborts.patch

# [RHEL5] Workaround kernel for detaching SIGSTOPped processes (BZ 809382).
#=fedora
Patch335: gdb-rhel5-compat.patch

# [RHEL5,RHEL6] Fix attaching to stopped processes.
#=fedora
Patch337: gdb-6.8-attach-signalled-detach-stopped.patch

# Test the watchpoints conditionals works.
#=fedoratest
Patch343: gdb-6.8-watchpoint-conditionals-test.patch

# Fix resolving of variables at locations lists in prelinked libs (BZ 466901).
#=fedoratest
Patch348: gdb-6.8-bz466901-backtrace-full-prelinked.patch

# The merged branch `archer-jankratochvil-fedora15' of:
# http://sourceware.org/gdb/wiki/ProjectArcher
#=push+work
Patch349: gdb-archer.patch

# Fix parsing elf64-i386 files for kdump PAE vmcore dumps (BZ 457187).
# - Turn on 64-bit BFD support, globally enable AC_SYS_LARGEFILE.
#=fedoratest
Patch360: gdb-6.8-bz457187-largefile-test.patch

# New test for step-resume breakpoint placed in multiple threads at once.
#=fedoratest
Patch381: gdb-simultaneous-step-resume-breakpoint-test.patch

# Fix GNU/Linux core open: Can't read pathname for load map: Input/output error.
# Fix regression of undisplayed missing shared libraries caused by a fix for.
#=push+work: It should be in glibc: libc-alpha: <20091004161706.GA27450@.*>
Patch382: gdb-core-open-vdso-warning.patch

# Fix syscall restarts for amd64->i386 biarch.
#=push
Patch391: gdb-x86_64-i386-syscall-restart.patch

# Fix stepping with OMP parallel Fortran sections (BZ 533176).
#=push+work: It requires some better DWARF annotations.
Patch392: gdb-bz533176-fortran-omp-step.patch

# Use gfortran44 when running the testsuite on RHEL-5.
#=fedoratest
Patch393: gdb-rhel5-gcc44.patch

# Fix regression by python on ia64 due to stale current frame.
#=push
Patch397: gdb-follow-child-stale-parent.patch

# Workaround ccache making lineno non-zero for command-line definitions.
#=fedoratest: ccache is rarely used and it is even fixed now.
Patch403: gdb-ccache-workaround.patch

# Testcase for "Do not make up line information" fix by Daniel Jacobowitz.
#=fedoratest
Patch407: gdb-lineno-makeup-test.patch

# Test power7 ppc disassembly.
#=fedoratest+ppc
Patch408: gdb-ppc-power7-test.patch

# Fix i386+x86_64 rwatch+awatch before run, regression against 6.8 (BZ 541866).
# Fix i386 rwatch+awatch before run (BZ 688788, on top of BZ 541866).
#=push+work: It should be fixed properly instead.
Patch417: gdb-bz541866-rwatch-before-run.patch

# Workaround non-stop moribund locations exploited by kernel utrace (BZ 590623).
#=push+work: Currently it is still not fully safe.
Patch459: gdb-moribund-utrace-workaround.patch

# Fix follow-exec for C++ programs (bugreported by Martin Stransky).
#=fedoratest
Patch470: gdb-archer-next-over-throw-cxx-exec.patch

# Backport DWARF-4 support (BZ 601887, Tom Tromey).
#=fedoratest
Patch475: gdb-bz601887-dwarf4-rh-test.patch

# [delayed-symfile] Test a backtrace regression on CFIs without DIE (BZ 614604).
#=fedoratest
Patch490: gdb-test-bt-cfi-without-die.patch

# Provide /usr/bin/gdb-add-index for rpm-build (Tom Tromey).
#=fedora: Re-check against the upstream version.
Patch491: gdb-gdb-add-index-script.patch

# Out of memory is just an error, not fatal (uninitialized VLS vars, BZ 568248).
#=drop+work: Inferior objects should be read in parts, then this patch gets obsoleted.
Patch496: gdb-bz568248-oom-is-error.patch

# Verify GDB Python built-in function gdb.solib_address exists (BZ # 634108).
#=fedoratest
Patch526: gdb-bz634108-solib_address.patch

# New test gdb.arch/x86_64-pid0-core.exp for kernel PID 0 cores (BZ 611435).
#=fedoratest
Patch542: gdb-test-pid0-core.patch

# [archer-tromey-delayed-symfile] New test gdb.dwarf2/dw2-aranges.exp.
#=fedoratest
Patch547: gdb-test-dw2-aranges.patch

# [archer-keiths-expr-cumulative+upstream] Import C++ testcases.
#=fedoratest
Patch548: gdb-test-expr-cumulative-archer.patch

# Toolchain on sparc is slightly broken and debuginfo files are generated
# with non 64bit aligned tables/offsets.
# See for example readelf -S ../Xvnc.debug.
#
# As a consenquence calculation of sectp->filepos as used in
# dwarf2_read_section (gdb/dwarf2read.c:1525) will return a non aligned buffer
# that cannot be used directly as done with MMAP.
# Usage will result in a BusError.
#
# While we figure out what's wrong in the toolchain and do a full archive
# rebuild to fix it, we need to be able to use gdb :)
#=push+work
Patch579: gdb-7.2.50-sparc-add-workaround-to-broken-debug-files.patch

# Work around PR libc/13097 "linux-vdso.so.1" warning message.
#=push
Patch627: gdb-glibc-vdso-workaround.patch

# Hack for proper PIE run of the testsuite.
#=fedoratest
Patch634: gdb-runtest-pie-override.patch

# Work around readline-6.2 incompatibility not asking for --more-- (BZ 701131).
#=fedora
Patch642: gdb-readline62-ask-more-rh.patch

# Print reasons for failed attach/spawn incl. SELinux deny_ptrace (BZ 786878).
#=push
Patch653: gdb-attach-fail-reasons-5of5.patch

# Workaround crashes from stale frame_info pointer (BZ 804256).
#=fedora
Patch661: gdb-stale-frame_info.patch

# Workaround PR libc/14166 for inferior calls of strstr.
#=fedora: Compatibility with RHELs (unchecked which ones).
Patch690: gdb-glibc-strstr-workaround.patch

# Include testcase for `Unable to see a variable inside a module (XLF)' (BZ 823789).
#=fedoratest
#+ppc
Patch698: gdb-rhel5.9-testcase-xlf-var-inside-mod.patch

# Testcase for `Setting solib-absolute-prefix breaks vDSO' (BZ 818343).
#=fedoratest
Patch703: gdb-rhbz-818343-set-solib-absolute-prefix-testcase.patch

# Fix `GDB cannot access struct member whose offset is larger than 256MB'
# (RH BZ 795424).
#=push+work
Patch811: gdb-rhbz795424-bitpos-20of25.patch
Patch812: gdb-rhbz795424-bitpos-21of25.patch
Patch813: gdb-rhbz795424-bitpos-22of25.patch
Patch814: gdb-rhbz795424-bitpos-23of25.patch
Patch816: gdb-rhbz795424-bitpos-25of25.patch
Patch817: gdb-rhbz795424-bitpos-25of25-test.patch
Patch818: gdb-rhbz795424-bitpos-lazyvalue.patch

# Import regression test for `gdb/findvar.c:417: internal-error:
# read_var_value: Assertion `frame' failed.' (RH BZ 947564) from RHEL 6.5.
#=fedoratest
Patch832: gdb-rhbz947564-findvar-assertion-frame-failed-testcase.patch

# Fix crash on 'enable count' (Simon Marchi, BZ 993118).
Patch843: gdb-enable-count-crash.patch

# Fix testsuite "ERROR: no fileid for".
Patch846: gdb-testsuite-nohostid.patch

# [rhel6] DTS backward Python compatibility API (BZ 1020004, Phil Muldoon).
Patch848: gdb-dts-rhel6-python-compat.patch

# Fix crash of -readnow /usr/lib/debug/usr/bin/gnatbind.debug (BZ 1069211).
Patch850: gdb-gnat-dwarf-crash-1of3.patch
Patch851: gdb-gnat-dwarf-crash-2of3.patch
Patch852: gdb-gnat-dwarf-crash-3of3.patch
# RPM5 patch
Patch1000: gdb-7.3.50.20110722-rpm5.patch

# ROSA/OMV/MGA have urpmi instead of yum:
Patch1001: gdb-7.7-buildid-locate-rosa.patch

# http://svnweb.mageia.org/soft/rpm/debuginfo-install/trunk/debuginfo-install
Source1000: debuginfo-install

BuildRequires:  bison
Buildrequires:  cloog-devel
BuildRequires:  flex
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  pkgconfig(expat)
BuildRequires:  pkgconfig(python)
BuildRequires:  pkgconfig(rpm) >= 5.3
BuildRequires:  readline-devel
BuildRequires:  texinfo
# To be cleaned up later
BuildRequires:	texlive
BuildRequires:	texlive-scheme-medium
# chrome is used for certified products
%if %{with chrome}
BuildRequires:	texlive-collection-texinfo
BuildRequires:	texlive-latex-fonts
BuildRequires:	texlive-ec
BuildRequires:	texlive-cm-super
%endif
%if %{with testsuite}
BuildRequires:	dejagnu
%endif


%description
GDB, the GNU debugger, allows you to debug programs written in C, C++,
Java, and other languages, by executing them in a controlled fashion
and printing their data.

%prep

# This allows the tarball name to be different from our
# version-release name.

%setup -q -n %{gdb_src}

# Files have `# <number> <file>' statements breaking VPATH / find-debuginfo.sh .
rm -f gdb/ada-exp.c gdb/ada-lex.c gdb/c-exp.c gdb/cp-name-parser.c gdb/f-exp.c
rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc-exp.c gdb/p-exp.c gdb/go-exp.c

# Apply patches defined above.

# Match the Fedora's version info.
%patch2 -p1

%patch349 -p1
%patch232 -p1
%patch1 -p1

%patch105 -p1
%patch111 -p1
%patch112 -p1
%patch118 -p1
%patch122 -p1
%patch125 -p1
%patch133 -p1
%patch136 -p1
%patch145 -p1
%patch161 -p1
%patch163 -p1
%patch164 -p1
%patch188 -p1
%patch194 -p1
%patch196 -p1
%patch199 -p1
%patch208 -p1
%patch211 -p1
%patch213 -p1
%patch214 -p1
%patch216 -p1
%patch217 -p1
%patch225 -p1
%patch229 -p1
%patch231 -p1
%patch234 -p1
%patch235 -p1
%patch245 -p1
%patch247 -p1
%patch254 -p1
%patch258 -p1
%patch260 -p1
%patch263 -p1
%patch271 -p1
%patch274 -p1
%patch659 -p1
%patch353 -p1
%patch276 -p1
%patch282 -p1
%patch284 -p1
%patch289 -p1
%patch290 -p1
%patch294 -p1
%patch296 -p1
%patch298 -p1
%patch309 -p1
%patch311 -p1
%patch315 -p1
%patch317 -p1
%patch320 -p1
%patch330 -p1
%patch343 -p1
%patch348 -p1
%patch360 -p1
%patch381 -p1
%patch382 -p1
%patch391 -p1
%patch392 -p1
%patch397 -p1
%patch403 -p1
%patch389 -p1
%patch394 -p1
%patch407 -p1
%patch408 -p1
%patch417 -p1
%patch459 -p1
%patch470 -p1
%patch475 -p1
%patch415 -p1
%patch519 -p1
%patch490 -p1
%patch491 -p1
%patch496 -p1
%patch526 -p1
%patch542 -p1
%patch547 -p1
%patch548 -p1
%patch579 -p1
%patch627 -p1
%patch634 -p1
%patch653 -p1
%patch661 -p1
%patch690 -p1
%patch698 -p1
%patch703 -p1
%patch811 -p1
%patch812 -p1
%patch813 -p1
%patch814 -p1
%patch816 -p1
%patch817 -p1
%patch818 -p1
%patch832 -p1
%patch843 -p1
%patch846 -p1
%patch850 -p1
%patch851 -p1
%patch852 -p1

%patch1000 -p1
%patch1001 -p1

find -name "*.orig" | xargs rm -f
! find -name "*.rej" # Should not happen.

cat > gdb/version.in << EOF
%{version}-%{release} (%{distro_version})
EOF

# Remove the info and other generated files added by the FSF release
# process.
rm -f libdecnumber/gstdint.h
rm -f bfd/doc/*.info
rm -f bfd/doc/*.info-*
rm -f gdb/doc/*.info
rm -f gdb/doc/*.info-*

# RL_STATE_FEDORA_GDB would not be found for:
# Patch642: gdb-readline62-ask-more-rh.patch
# --with-system-readline
mv -f readline/doc readline-doc
rm -rf readline/*
mv -f readline-doc readline/doc

%build
CONFIGURE_TOP=$PWD
# Identify the build directory with the version of gdb as well as the
# architecture, to allow for mutliple versions to be installed and
# built.
# Initially we're in the %{gdb_src} directory.

for fprofile in %{?_with_profile:-fprofile} ""
do

mkdir %{gdb_build}$fprofile
cd %{gdb_build}$fprofile

export CFLAGS="$RPM_OPT_FLAGS"

%if 0%{?_with_debug:1}
# --enable-werror could conflict with `-Wall -O0' but this is no longer true
# for recent GCCs.
CFLAGS="$CFLAGS -O0 -ggdb2"
%endif

CC=gcc CXX=g++ %configure	\
	--htmldir=%{gdb_docdir}					\
	--pdfdir=%{gdb_docdir}					\
	--with-system-gdbinit=%{_sysconfdir}/gdbinit		\
	--with-gdb-datadir=%{_datadir}/gdb			\
	--enable-gdb-build-warnings=,-Wno-unused		\
	--with-separate-debug-dir=/usr/lib/debug		\
	--disable-werror					\
	--disable-rpath						\
	--with-lzma						\
	--with-system-readline				\
	--with-expat						\
$(: ppc64 host build crashes on ppc variant of libexpat.so )	\
	--without-libexpat-prefix				\
	--disable-tui						\
%if 0%{!?_without_python:1}
	--with-python						\
%else
	--without-python					\
%endif
%if %{with rpm}
	--with-rpm						\
%else
	--without-rpm						\
%endif
	--without-libunwind					\
	--enable-64-bit-bfd					\
%if 0%{?_with_debug:1}
	--enable-static --disable-shared --enable-debug		\
%endif
	--enable-targets=all \
	%{_target_platform}

if [ -z "%{!?_with_profile:no}" ]
then
  # Run all the configure tests being incompatible with $FPROFILE_CFLAGS.
  %make configure-host configure-target
  %make clean

  # Workaround -fprofile-use:
  # linux-x86-low.c:2225: Error: symbol `start_i386_goto' is already defined
  %make -C gdb/gdbserver linux-x86-low.o
fi

# Global CFLAGS would fail on:
# conftest.c:1:1: error: coverage mismatch for function 'main' while reading counter 'arcs'
if [ "$fprofile" = "-fprofile" ]
then
  FPROFILE_CFLAGS='-fprofile-generate'
elif [ -z "%{!?_with_profile:no}" ]
then
  FPROFILE_CFLAGS='-fprofile-use'
  # We cannot use -fprofile-dir as the bare filenames clash.
  (cd ../%{gdb_build}-fprofile;
   # It was 333 on x86_64.
   test $(find -name "*.gcda"|wc -l) -gt 300
   find -name "*.gcda" | while read -r i
   do
     ln $i ../%{gdb_build}/$i
   done
  )
else
  FPROFILE_CFLAGS=""
fi

%make CFLAGS="$CFLAGS $FPROFILE_CFLAGS" LDFLAGS="$FPROFILE_CFLAGS"

if [ "$fprofile" = "-fprofile" ]
then
  cd gdb
  cp -p gdb gdb-withindex
  PATH="$PWD:$PATH" sh ../../gdb/gdb-add-index $PWD/gdb-withindex
  ./gdb -nx -ex q ./gdb-withindex
  ./gdb -nx -readnow -ex q ./gdb-withindex
  cd ..
fi

cd ..

done	# fprofile

cd %{gdb_build}

%make info
%make -C gdb/doc {gdb,annotate}{.info,/index.html,.pdf} MAKEHTMLFLAGS=--no-split

grep '#define HAVE_ZLIB_H 1' gdb/config.h

# Copy the <sourcetree>/gdb/NEWS file to the directory above it.
cp $RPM_BUILD_DIR/%{gdb_src}/gdb/NEWS $RPM_BUILD_DIR/%{gdb_src}

%check
# Initially we're in the %{gdb_src} directory.
cd %{gdb_build}

%if %{without testsuite}
echo ====================TESTSUITE DISABLED=========================
%else
echo ====================TESTING=========================
cd gdb
gcc -o ./orphanripper %{SOURCE2} -Wall -lutil -ggdb2
# Need to use a single --ignore option, second use overrides first.
# No `%{?_smp_mflags}' here as it may race.
# WARNING: can't generate a core file - core tests suppressed - check ulimit
# "readline-overflow.exp" - Testcase is broken, functionality is OK.
(
  # ULIMIT required for `gdb.base/auxv.exp'.
  ulimit -H -c
  ulimit -c unlimited || :

  # Setup $CHECK as `check//unix/' or `check//unix/-m64' for explicit bitsize.
  # Never use two different bitsizes as it fails on ppc64.
  echo 'int main (void) { return 0; }' >biarch.c
  CHECK=""
  for BI in -m64 -m32 -m31 ""
  do
    # Do not use size-less options if any of the sizes works.
    # On ia64 there is no -m64 flag while we must not leave a bare `check' here
    # as it would switch over some testing scripts to the backward compatibility
    # mode: when `make check' was executed from inside the testsuite/ directory.
    if [ -z "$BI" -a -n "$CHECK" ];then
      continue
    fi
    # Do not use $RPM_OPT_FLAGS as the other non-size options will not be used
    # in the real run of the testsuite.
    if ! gcc $BI -o biarch biarch.c
    then
      continue
    fi
    CHECK="$CHECK check//unix/$BI"
  done
  # Do not try -m64 inferiors for -m32 GDB as it cannot handle inferiors larger
  # than itself.
  # s390 -m31 still uses the standard ELF32 binary format.
  gcc $RPM_OPT_FLAGS -o biarch biarch.c
  RPM_SIZE="$(file ./biarch|sed -n 's/^.*: ELF \(32\|64\)-bit .*$/\1/p')"
  if [ "$RPM_SIZE" != "64" ]
  then
    CHECK="$(echo " $CHECK "|sed 's# check//unix/-m64 # #')"
  fi

  # Disable some problematic testcases.
  # RUNTESTFLAGS='--ignore ...' is not used below as it gets separated by the
  # `check//...' target spawn and too much escaping there would be dense.
  for test in				\
    gdb.base/readline-overflow.exp	\
    gdb.base/bigcore.exp		\
  ; do
    mv -f ../../gdb/testsuite/$test ../gdb/testsuite/$test-DISABLED || :
  done

  # Run all the scheduled testsuite runs also in the PIE mode.
  # Upstream GDB would lock up the testsuite run for too long on its failures.
  CHECK="$(echo $CHECK|sed 's#check//unix/[^ ]*#& &/-fPIE/-pie#g')"

  ./orphanripper %make -k $CHECK \
$(: Serialize the output to keep the order for regression checks. ) \
%if 0%{?el5:1}
    RUNTESTFLAGS="--tool gdb" \
%endif
    || :
)
for t in sum log
do
  for file in testsuite*/gdb.$t
  do
    suffix="${file#testsuite.unix.}"
    suffix="${suffix%/gdb.$t}"
    ln $file gdb-%{_target_platform}$suffix.$t || :
  done
done
# `tar | bzip2 | uuencode' may have some piping problems in Brew.
tar cjf gdb-%{_target_platform}.tar.bz2 gdb-%{_target_platform}*.{sum,log}
uuencode gdb-%{_target_platform}.tar.bz2 gdb-%{_target_platform}.tar.bz2
cd ../..
echo ====================TESTING END=====================
%endif

%install
# Initially we're in the %{gdb_src} directory.
cd %{gdb_build}

%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/gdbinit.d
sed 's#%%{_sysconfdir}#%{_sysconfdir}#g' <%{SOURCE4} >%{buildroot}%{_sysconfdir}/gdbinit

for i in `find %{buildroot}%{_datadir}/gdb/python/gdb -name "*.py"`
do
  # Files could be also patched getting the current time.
  touch -r $RPM_BUILD_DIR/%{gdb_src}/gdb/ChangeLog $i
done

install -m 0775 %{SOURCE1000} %{buildroot}%{_bindir}

# Remove the files that are part of a gdb build but that are owned and
# provided by other packages.
# These are part of binutils

rm -rf %{buildroot}%{_datadir}/locale/
rm -f %{buildroot}%{_infodir}/bfd*
rm -f %{buildroot}%{_infodir}/standard*
rm -f %{buildroot}%{_infodir}/mmalloc*
rm -f %{buildroot}%{_infodir}/configure*
rm -f %{buildroot}%{_infodir}/gdbint*
rm -f %{buildroot}%{_infodir}/stabs*
rm -rf %{buildroot}%{_includedir}
rm -rf %{buildroot}/%{_libdir}/lib{bfd*,opcodes*,iberty*,mmalloc*}

# Delete this too because the dir file will be updated at rpm install time.
# We don't want a gdb specific one overwriting the system wide one.

rm -f %{buildroot}%{_infodir}/dir

# pstack obsoletion
cp -p %{SOURCE3} %{buildroot}%{_mandir}/man1/gstack.1
ln -s gstack.1 %{buildroot}%{_mandir}/man1/pstack.1
ln -s gstack %{buildroot}%{_bindir}/pstack

# Packaged GDB is not a cross-target one.
(cd %{buildroot}%{_datadir}/gdb/syscalls
 rm -f mips*.xml
 rm -f sparc*.xml
%ifnarch x86_64
 rm -f amd64-linux.xml
%endif
%ifnarch %{ix86} x86_64
 rm -f i386-linux.xml
%endif
%ifnarch ppc ppc64
 rm -f ppc{,64}-linux.xml
%endif
)

%files
%doc COPYING3 COPYING COPYING.LIB README NEWS
%{_bindir}/gcore
%{_bindir}/gdb
%{_bindir}/debuginfo-install
%config(noreplace) %{_sysconfdir}/gdbinit
%{_sysconfdir}/gdbinit.d
%{_mandir}/*/gdbinit.5*
%{_mandir}/*/gdb.1*
%{_mandir}/*/gcore.1*
%{_mandir}/*/gdb-add-index.1*
%{_bindir}/gstack
%ifarch %arm
%{_bindir}/run
%{_libdir}/lib*-*mandriva-linux-gnu*-sim.a
%{_mandir}/man1/run.1*
%endif
%{_mandir}/*/gstack.1*
%{_bindir}/gdb-add-index
%{_bindir}/pstack
%{_mandir}/*/pstack.1*
%{_datadir}/gdb
# don't include the files in include, they are part of binutils
%{_bindir}/gdbserver
%{_mandir}/*/gdbserver.1*
%ifarch %{ix86} x86_64
%{_libdir}/libinproctrace.so
%endif
%{_infodir}/annotate.info*
%{_infodir}/gdb.info*

%changelog

* Tue Nov 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.7.1_2014.06_1-10
- (8969ef6) Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22602 |14mu|gdk-pixbuf2.0-2.31.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_gtkdoc 0
%define enable_tests 0
%define _disable_ld_as_needed	1

%define oname		gdk_pixbuf
%define pkgname		gdk-pixbuf
%define api_version	2.0
%define binary_version	2.10.0
%define major		0
%define girmajor	2.0

%define libname		%mklibname %{oname} %{api_version} %{major}
%define xlibname	%mklibname %{oname}_xlib %{api_version} %{major}
%define develname	%mklibname -d %{oname} %{api_version}
%define develxlib	%mklibname -d %{oname}_xlib %{api_version}
%define girname		%mklibname %{oname}-gir %{girmajor}

Summary:	Image loading and manipulation library for GTK+
Name:		%{pkgname}%{api_version}
Version:	2.31.4
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gtk.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.31/%{pkgname}-%{version}.tar.xz
Patch0:		0001-Be-more-careful-about-integer-overflow.patch

BuildRequires:	gettext-devel
BuildRequires:	jasper-devel
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
%if %enable_tests
BuildRequires:	x11-server-xvfb
# gw tests will fail without this
BuildRequires:	fonts-ttf-dejavu
%endif
%if %enable_gtkdoc
BuildRequires:	gtk-doc >= 0.9
BuildRequires:	sgml-tools
BuildRequires:	texinfo
%endif
Requires:	common-licenses
Conflicts:	gtk+2.0 < 2.21.3
Conflicts:	%{_lib}gdk_pixbuf2.0_0 < 2.24.0-6

Requires: 	%{name} = %{version}-%{release}

%description
This package contains libraries used by GTK+ to load and handle
various image formats.

%package -n %{libname}
Summary:	Image loading and manipulation library for GTK+
Group:		System/Libraries
Provides:	lib%{oname}%{api_version} = %{version}-%{release}
Requires(pre):	%{name} = %{version}-%{release}
Requires(post):	%{name} = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}

%description -n %{libname}
This package contains libraries used by GTK+ to load and handle
various image formats.

%package -n %{xlibname}
Summary:	Image loading and manipulation library for GTK+
Group:		System/Libraries

%description -n %{xlibname}
This package contains libraries used by GTK+ to load and handle
various image formats.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	gir-repository < 0.6.5-4
Requires: 	%{name} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Summary:	Development files for image handling library for GTK+
Group:		Development/GNOME and GTK+
Provides:	lib%{oname}%{api_version}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires: 	%{name} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Obsoletes:	%{_lib}gdk_pixbuf2.0_0-devel < 2.26

%description -n %{develname}
This package contains the development files needed to compile programs
that uses GTK+ image loading/manipulation library.

%package -n %{develxlib}
Summary:	Development files for image handling library for GTK+ - Xlib
Group:		Development/GNOME and GTK+
Provides:	lib%{oname}_xlib%{api_version}-devel = %{version}-%{release}
Requires:	%{xlibname} = %{version}-%{release}

%description -n %{develxlib}
This package contains the development files needed to compile programs
that uses GTK+ image loading/manipulation Xlib library.

%prep
%setup -qn %{pkgname}-%{version}
%apply_patches

%build
# fix crash in nautilus (GNOME bug #596977)
export CFLAGS=`echo %{optflags} | sed -e 's/-fomit-frame-pointer//g'`

#CONFIGURE_TOP=..
#export CPPFLAGS="-DGTK_COMPILATION"

autoreconf -f -i
%configure \
	--with-libjasper --with-x11 \
	--with-included-loaders=png \
%if !%{enable_gtkdoc}
	--enable-gtk-doc=no
%endif

%make

%if %enable_tests
%check
xvfb-run make check
%endif

%install
rm -rf %{buildroot} %{pkgname}.lang
%makeinstall_std RUN_QUERY_LOADER_TEST=false

touch %{buildroot}%{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders.cache

# handle biarch packages
progs="gdk-pixbuf-query-loaders"
mkdir -p %{buildroot}%{_libdir}/%{pkgname}-%{api_version}/bin
for f in $progs; do
  mv -f %{buildroot}%{_bindir}/$f %{buildroot}%{_libdir}/%{pkgname}-%{api_version}/bin/
  cat > %{buildroot}%{_bindir}/$f << EOF
#!/bin/sh
lib=%{_lib}
case ":\$1:" in
:lib*:) lib="\$1"; shift 1;;
esac
exec %{_prefix}/\$lib/%{pkgname}-%{api_version}/bin/$f \${1+"\$@"}
EOF
  chmod +x %{buildroot}%{_bindir}/$f
done

#remove not packaged files
find %{buildroot} -name *.la | xargs rm

%find_lang %{pkgname}

%post -n %{libname}
if [ "$1" = "2" ]; then
  if [ -f %{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders.cache ]; then
    rm -f %{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders.cache
  fi
fi
%{_libdir}/%{pkgname}-%{api_version}/bin/gdk-pixbuf-query-loaders --update-cache

%triggerin -n %{libname} -- %{_libdir}/gdk-pixbuf-%{api_version}/%{binary_version}/loaders/*.so
%{_libdir}/%{pkgname}-%{api_version}/bin/gdk-pixbuf-query-loaders --update-cache

%triggerpostun -n %{libname} -- %{_libdir}/gdk-pixbuf-%{api_version}/%{binary_version}/loaders/*.so
if [ -x %{_bindir}/gdk-pixbuf-query-loaders ]; then
%{_libdir}/%{pkgname}-%{api_version}/bin/gdk-pixbuf-query-loaders --update-cache
fi

%files -f %{pkgname}.lang
%doc README
%{_bindir}/gdk-pixbuf-query-loaders
%{_bindir}/gdk-pixbuf-pixdata
%{_mandir}/man1/gdk-pixbuf-query-loaders.1*

%files -n %{libname}
%{_libdir}/libgdk_pixbuf-%{api_version}.so.%{major}*
%dir %{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders
%{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders/*.so
%{_libdir}/%{pkgname}-%{api_version}/bin/gdk-pixbuf-query-loaders
%ghost %verify (not md5 mtime size) %{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders.cache

%files -n %{xlibname}
%{_libdir}/libgdk_pixbuf_xlib-%{api_version}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GdkPixbuf-%{girmajor}.typelib

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/gdk-pixbuf
%{_bindir}/gdk-pixbuf-csource
%{_libdir}/libgdk_pixbuf-%{api_version}.so
%{_includedir}/%{pkgname}-%{api_version}/%{pkgname}/
%{_libdir}/pkgconfig/gdk-pixbuf-%{api_version}.pc
%{_datadir}/gir-1.0/GdkPixbuf-%{api_version}.gir
%{_mandir}/man1/gdk-pixbuf-csource.1*

%files -n %{develxlib}
%{_libdir}/libgdk_pixbuf_xlib-%{api_version}.so
%{_includedir}/%{pkgname}-%{api_version}/%{pkgname}-xlib/
%{_libdir}/pkgconfig/gdk-pixbuf-xlib-%{api_version}.pc


%changelog

* Mon Aug 17 2015 Tigro <ashejn@gmail.com> 2.31.4-1
- (77778ac) fix https://bugzilla.gnome.org/show_bug.cgi?id=752297



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22603 |14mu|gdk-pixbuf2.0-2.31.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_gtkdoc 0
%define enable_tests 0
%define _disable_ld_as_needed	1

%define oname		gdk_pixbuf
%define pkgname		gdk-pixbuf
%define api_version	2.0
%define binary_version	2.10.0
%define major		0
%define girmajor	2.0

%define libname		%mklibname %{oname} %{api_version} %{major}
%define xlibname	%mklibname %{oname}_xlib %{api_version} %{major}
%define develname	%mklibname -d %{oname} %{api_version}
%define develxlib	%mklibname -d %{oname}_xlib %{api_version}
%define girname		%mklibname %{oname}-gir %{girmajor}

Summary:	Image loading and manipulation library for GTK+
Name:		%{pkgname}%{api_version}
Version:	2.31.4
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gtk.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.31/%{pkgname}-%{version}.tar.xz
Patch0:		0001-Be-more-careful-about-integer-overflow.patch

BuildRequires:	gettext-devel
BuildRequires:	jasper-devel
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
%if %enable_tests
BuildRequires:	x11-server-xvfb
# gw tests will fail without this
BuildRequires:	fonts-ttf-dejavu
%endif
%if %enable_gtkdoc
BuildRequires:	gtk-doc >= 0.9
BuildRequires:	sgml-tools
BuildRequires:	texinfo
%endif
Requires:	common-licenses
Conflicts:	gtk+2.0 < 2.21.3
Conflicts:	%{_lib}gdk_pixbuf2.0_0 < 2.24.0-6

Requires: 	%{name} = %{version}-%{release}

%description
This package contains libraries used by GTK+ to load and handle
various image formats.

%package -n %{libname}
Summary:	Image loading and manipulation library for GTK+
Group:		System/Libraries
Provides:	lib%{oname}%{api_version} = %{version}-%{release}
Requires(pre):	%{name} = %{version}-%{release}
Requires(post):	%{name} = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}

%description -n %{libname}
This package contains libraries used by GTK+ to load and handle
various image formats.

%package -n %{xlibname}
Summary:	Image loading and manipulation library for GTK+
Group:		System/Libraries

%description -n %{xlibname}
This package contains libraries used by GTK+ to load and handle
various image formats.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	gir-repository < 0.6.5-4
Requires:	%{name} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Summary:	Development files for image handling library for GTK+
Group:		Development/GNOME and GTK+
Provides:	lib%{oname}%{api_version}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires: 	%{name} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Obsoletes:	%{_lib}gdk_pixbuf2.0_0-devel < 2.26

%description -n %{develname}
This package contains the development files needed to compile programs
that uses GTK+ image loading/manipulation library.

%package -n %{develxlib}
Summary:	Development files for image handling library for GTK+ - Xlib
Group:		Development/GNOME and GTK+
Provides:	lib%{oname}_xlib%{api_version}-devel = %{version}-%{release}
Requires:	%{xlibname} = %{version}-%{release}

%description -n %{develxlib}
This package contains the development files needed to compile programs
that uses GTK+ image loading/manipulation Xlib library.

%prep
%setup -qn %{pkgname}-%{version}
%apply_patches

%build
# fix crash in nautilus (GNOME bug #596977)
export CFLAGS=`echo %{optflags} | sed -e 's/-fomit-frame-pointer//g'`

#CONFIGURE_TOP=..
#export CPPFLAGS="-DGTK_COMPILATION"

autoreconf -f -i
%configure \
	--with-libjasper --with-x11 \
	--with-included-loaders=png \
%if !%{enable_gtkdoc}
	--enable-gtk-doc=no
%endif

%make

%if %enable_tests
%check
xvfb-run make check
%endif

%install
rm -rf %{buildroot} %{pkgname}.lang
%makeinstall_std RUN_QUERY_LOADER_TEST=false

touch %{buildroot}%{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders.cache

# handle biarch packages
progs="gdk-pixbuf-query-loaders"
mkdir -p %{buildroot}%{_libdir}/%{pkgname}-%{api_version}/bin
for f in $progs; do
  mv -f %{buildroot}%{_bindir}/$f %{buildroot}%{_libdir}/%{pkgname}-%{api_version}/bin/
  cat > %{buildroot}%{_bindir}/$f << EOF
#!/bin/sh
lib=%{_lib}
case ":\$1:" in
:lib*:) lib="\$1"; shift 1;;
esac
exec %{_prefix}/\$lib/%{pkgname}-%{api_version}/bin/$f \${1+"\$@"}
EOF
  chmod +x %{buildroot}%{_bindir}/$f
done

#remove not packaged files
find %{buildroot} -name *.la | xargs rm

%find_lang %{pkgname}

%post -n %{libname}
if [ "$1" = "2" ]; then
  if [ -f %{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders.cache ]; then
    rm -f %{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders.cache
  fi
fi
%{_libdir}/%{pkgname}-%{api_version}/bin/gdk-pixbuf-query-loaders --update-cache

%triggerin -n %{libname} -- %{_libdir}/gdk-pixbuf-%{api_version}/%{binary_version}/loaders/*.so
%{_libdir}/%{pkgname}-%{api_version}/bin/gdk-pixbuf-query-loaders --update-cache

%triggerpostun -n %{libname} -- %{_libdir}/gdk-pixbuf-%{api_version}/%{binary_version}/loaders/*.so
if [ -x %{_bindir}/gdk-pixbuf-query-loaders ]; then
%{_libdir}/%{pkgname}-%{api_version}/bin/gdk-pixbuf-query-loaders --update-cache
fi

%files -f %{pkgname}.lang
%doc README
%{_bindir}/gdk-pixbuf-query-loaders
%{_bindir}/gdk-pixbuf-pixdata
%{_mandir}/man1/gdk-pixbuf-query-loaders.1*

%files -n %{libname}
%{_libdir}/libgdk_pixbuf-%{api_version}.so.%{major}*
%dir %{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders
%{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders/*.so
%{_libdir}/%{pkgname}-%{api_version}/bin/gdk-pixbuf-query-loaders
%ghost %verify (not md5 mtime size) %{_libdir}/%{pkgname}-%{api_version}/%{binary_version}/loaders.cache

%files -n %{xlibname}
%{_libdir}/libgdk_pixbuf_xlib-%{api_version}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GdkPixbuf-%{girmajor}.typelib

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/gdk-pixbuf
%{_bindir}/gdk-pixbuf-csource
%{_libdir}/libgdk_pixbuf-%{api_version}.so
%{_includedir}/%{pkgname}-%{api_version}/%{pkgname}/
%{_libdir}/pkgconfig/gdk-pixbuf-%{api_version}.pc
%{_datadir}/gir-1.0/GdkPixbuf-%{api_version}.gir
%{_mandir}/man1/gdk-pixbuf-csource.1*

%files -n %{develxlib}
%{_libdir}/libgdk_pixbuf_xlib-%{api_version}.so
%{_includedir}/%{pkgname}-%{api_version}/%{pkgname}-xlib/
%{_libdir}/pkgconfig/gdk-pixbuf-xlib-%{api_version}.pc


%changelog

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 2.31.4-2
- (2632266) update to 2.31.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22604 |14mu|gdl3-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	gdl
%define api	3
%define major	5

%define libname 	%mklibname %{oname} %api %major
%define develname	%mklibname -d %{oname} %api
%define girname 	%mklibname %{oname}-gir %{api}

Summary: Gnome Development/Docking library
Name: %{oname}3
Version: 3.16.0
Release: 1
License: LGPLv2+
Group: System/Libraries
Url: http://www.gnome.org
Source0: http://ftp.gnome.org/pub/GNOME/sources/gdl/3.16/%{oname}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: pkgconfig(gdk-3.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(libxml-2.0)

%description
This package contains components and libraries that are intended to be
shared between GNOME development tools, including gnome-debug,
gnome-build, and anjuta2.

The current pieces of GDL include:
 - A symbol browser bonobo component (symbol-browser-control).
 - A docking widget (gdl).
 - A utility library that also contains the stubs and skels for
   the symbol browser and text editor components (gdl, idl).

%package -n %{libname}
Group: System/Libraries
Summary: Gnome Development/Docking library - shared libraries
Suggests: %{name} = %{version}-%{release}

%description -n %{libname}
This package contains the dynamic libraries from %{name}.

%package -n %{girname}
Group: System/Libraries
Summary: GObject Introspection interface library for %{name}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{develname}
Group: Development/C
Summary: Gnome Development/Docking library headers and development libraries
Requires: %{libname} = %{version}-%{release}
Requires: %{girname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}

%description -n %{develname}
This packages contains the headers and libraries for %{name}.

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x \
	--disable-rpath \
	--disable-static

%make

%install
%makeinstall_std

# remove unpackaged files
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%find_lang %{oname}-%{api}

%files -f %{oname}-%{api}.lang

%files -n %{libname}
%{_libdir}/libgdl-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gdl-%{api}.typelib

%files -n %{develname}
%doc ChangeLog README NEWS MAINTAINERS AUTHORS
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/gtk-doc/html/gdl-*
%{_datadir}/gir-1.0/Gdl-%{api}.gir

%changelog
* Sat Mar 21 2015 Tigro <ashejn@gmail.com> 3.16.0-1
+ Revision: 9f372a8
- update to 3.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22605 |14mu|gdm-3.12.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major		1
%define	gmajor		1.0
%define libname		%mklibname gdm %{major}
%define develname	%mklibname -d %{name}
%define girname		%mklibname gdm-gir %{gmajor}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	The GNOME Display Manager
Name:		gdm
Version:	3.12.2
Release:	4
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/projects/gdm/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source1:	org.gnome.login-screen.gschema.override
Source2:	rosa-logo.png
# git format-patch --start-number 300 mga-3.1.2-plymouth..mga-3.1.2-patches
Patch0301:	0301-Novell-Look-at-the-current-runlevel-before-managing-.patch
Patch0302:	0302-Fix-gdm-pam.d-configs-3.12.2.patch
Patch0303:	0303-Read-.xsetup-scripts.patch

Provides:	dm

Requires(postun): rpm-helper systemd update-alternatives
Requires(post):	  dconf systemd update-alternatives

Requires:	pam
Requires:	sessreg
Requires:	usermode
Requires:	cdialog
Requires:	zenity
Requires:	gnome-session-bin
Requires:	gnome-settings-daemon
Requires:	metacity
Suggests:	gnome-power-manager
# for XFdrake on failsafe fallback:
Requires:	drakx-kbd-mouse-x11
Requires:	xinitrc >= 2.4.14
Requires:	dbus-x11
Requires:	polkit-gnome
Requires:	accountsservice
Requires:	gnome-icon-theme-symbolic
Provides:	gdm-Xnest
Obsoletes:	gdm-Xnest

Obsoletes:	gdm-themes
Conflicts:	gdm-220
BuildRequires: 	pkgconfig(accountsservice) >= 0.6.12
BuildRequires:	pkgconfig(check) >= 0.9.4
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.74
BuildRequires:	pkgconfig(fontconfig) >= 2.5.0
BuildRequires:	pkgconfig(gconf-2.0) >= 2.31.3
BuildRequires:	pkgconfig(gio-2.0) >= 2.29.3
BuildRequires:	pkgconfig(gobject-2.0) >= 2.29.3
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.91.1
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.4
BuildRequires:	pkgconfig(libxklavier) >= 4.0
BuildRequires:	pkgconfig(nss) >= 3.11.1
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(ply-boot-client)
BuildRequires:	pkgconfig(upower-glib) >= 0.9.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xdmcp)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pam-devel
BuildRequires:	libwrap-devel
BuildRequires:	audit-devel
BuildRequires:	intltool >= 0.40.0
BuildRequires:	gettext-devel
BuildRequires:	yelp-tools
BuildRequires:	dconf
BuildRequires:	itstool
BuildRequires:	gnome-common

Obsoletes:	gdm-user-switch-applet < 3.0.0
Obsoletes:	%{_lib}gdmsimplegreeter1

Requires:	%{_lib}gmenu-gir3.0 >= 3.8.0

%description
Gdm (the GNOME Display Manager) is a highly configurable
reimplementation of xdm, the X Display Manager. Gdm allows you to log
into your system with the X Window System running and supports running
several different X sessions on your local machine at the same time.

%pre
%_pre_useradd gdm %{_var}/lib/gdm /bin/false
%_pre_groupadd xgrp gdm

%post
# avoiding conflict with lightdm
if [ $1 -eq 1 ] ; then \
update-alternatives --install %{_bindir}/gdmflexiserver gdmflexiserver %{_libexecdir}/%{name}/gdmflexiserver 30
fi

# (cg) Setup dconf settings for gdm
# http://git.gnome.org/browse/gdm/commit/?id=eebeb62e2daccc932f3033fbd857b619ba9936d0
dconf update

if [ -f /%{_sysconfdir}/X11/xdm/Xsession -a ! -x /%{_sysconfdir}/X11/xdm/Xsession ]; then
        chmod +x /%{_sysconfdir}/X11/xdm/Xsession
fi
if [ -x /usr/sbin/chksession ]; then /usr/sbin/chksession -g || true; fi

%systemd_post gdm.service

%{_sbindir}/gdm-safe-restart >/dev/null 2>&1 || :

%postun
%_postun_userdel gdm
%_postun_groupdel xgrp gdm
%systemd_postun gdm.service

%preun
if [ $1 -ge 0 ] ; then \
	if [ ! -e %{_libexecdir}/%{name}/gdmflexiserver ]; then
		update-alternatives --remove gdmflexiserver %{_libexecdir}/%{name}/gdmflexiserver
	fi
fi
%systemd_preun gdm.service

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%_sysconfdir/dbus-1/system.d/gdm.conf
%{_bindir}/gdm-screenshot
%{_sbindir}/gdm
%dir %{_sysconfdir}/X11/gdm
%{_sysconfdir}/gdm
%config(noreplace) %{_sysconfdir}/pam.d/gdm
%config(noreplace) %{_sysconfdir}/pam.d/gdm-autologin
%config(noreplace) %{_sysconfdir}/pam.d/gdm-pin
%config(noreplace) %{_sysconfdir}/pam.d/gdm-fingerprint
%config(noreplace) %{_sysconfdir}/pam.d/gdm-password
%config(noreplace) %{_sysconfdir}/pam.d/gdm-smartcard
%config(noreplace) %{_sysconfdir}/pam.d/gdm-launch-environment
%config(noreplace) %{_sysconfdir}/X11/gdm/custom.conf
%config(noreplace) %{_sysconfdir}/X11/gdm/Xsession
%dir %{_sysconfdir}/X11/dm
%dir %{_sysconfdir}/X11/dm/Sessions
%config(noreplace) %{_sysconfdir}/X11/gdm/PreSession
%config(noreplace) %{_sysconfdir}/X11/gdm/PostSession
%config(noreplace) %{_sysconfdir}/X11/gdm/PostLogin
%config(noreplace) %{_sysconfdir}/X11/gdm/Init
%{_libexecdir}/gdm-host-chooser
%{_libexecdir}/gdm-session-worker
%{_libexecdir}/gdm-simple-chooser
%{_libexecdir}/gdm/gdmflexiserver
%dir %{_libdir}/gdm
%{_datadir}/pixmaps/*
%{_datadir}/gdm
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.xml
%dir %{_datadir}/hosts
%attr(1770, gdm, gdm) %dir %{_localstatedir}/lib/gdm
%ghost %attr(1755, gdm, gdm) %dir %{_localstatedir}/run/gdm/greeter
%ghost %attr(1777, root, gdm) %dir %{_localstatedir}/run/gdm
%attr(1755, root, gdm) %dir %{_localstatedir}/cache/gdm
%attr(700,gdm,gdm) %dir %{_localstatedir}/lib/gdm/.local
%attr(700,gdm,gdm) %dir %{_localstatedir}/lib/gdm/.local/share
%attr(700,gdm,gdm) %dir %{_localstatedir}/lib/gdm/.local/share/applications
%{_datadir}/dconf/profile/gdm
#%ghost %{_sysconfdir}/dconf/db/%{name}
#%dir %{_sysconfdir}/dconf/db/gdm.d
#%{_sysconfdir}/dconf/db/gdm.d/00-upstream-settings
#%dir %{_sysconfdir}/dconf/db/gdm.d/locks
%{_datadir}/gnome-session/sessions/gdm-shell.session
%dir %{_var}/log/gdm
%{_datadir}/icons/hicolor/*/apps/gdm*
# (cg) Note: Ship this, but lets not enable it or do anything fancy
# until we fully redo any prefdm stuff and have units for all DMs
# we support.
%{_unitdir}/gdm.service
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.override

#--------------------------------------------------------------------
%package -n %{libname}
Summary:	Library for the %name greeter
Group:		System/Libraries
Obsoletes:	%{_lib}gdmreeter1 < 3.2.1-3

%description -n %{libname}
Gdm (the GNOME Display Manager) is a highly configurable
reimplementation of xdm, the X Display Manager. Gdm allows you to log
into your system with the X Window System running and supports running
several different X sessions on your local machine at the same time.

%files -n %{libname}
%{_libdir}/libgdm.so.%{major}*

#--------------------------------------------------------------------

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{epoch}:%{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Gdm-%{gmajor}.typelib

#--------------------------------------------------------------------

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{epoch}:%{version}-%{release}
Provides:	%{name}-devel = %{epoch}:%{version}-%{release}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{develname}
%{_includedir}/gdm
%{_libdir}/libgdm.so
%{_libdir}/pkgconfig/gdm.pc
%{_datadir}/gir-1.0/Gdm-%{gmajor}.gir

#--------------------------------------------------------------------

%prep
%setup -q
cp data/Init.in data/Default.in
%apply_patches

%build
NOCONFIGURE=yes gnome-autogen.sh
%configure2_5x \
	--with-sysconfsubdir=X11/gdm \
	--with-dmconfdir=%{_sysconfdir}/X11/dm \
	--disable-static \
	--with-console-kit=no \
	--with-systemd \
	--with-plymouth

%make

%install
%makeinstall_std PAM_PREFIX=%{_sysconfdir}

# don't provide PreSession/PostSession, pam handle this
rm -f %{buildroot}%{_sysconfdir}/X11/PreSession/Default
rm -f %{buildroot}%{_sysconfdir}/X11/PostSession/Default

mkdir -p %{buildroot}%{_datadir}/hosts

%find_lang %{name} --with-gnome --all-name

mkdir -p %{buildroot}%{_var}/log/gdm %{buildroot}%{_sysconfdir}/X11/dm/Sessions

#remove unpackaged files
rm -rf %{buildroot}%{_sysconfdir}/X11/gdm/PostLogin/Default.sample \
  %{buildroot}%{_datadir}/xsessions/gnome.desktop

find %{buildroot} -name '*.la' -delete

# (cg) The existing gdm file is what we really want for gdm-password
rm -f %{buildroot}%{_sysconfdir}/pam.d/gdm-password
ln -s gdm %{buildroot}%{_sysconfdir}/pam.d/gdm-password

## (cg) For ghost ownership
#touch %{buildroot}%{_sysconfdir}/dconf/db/%{name}

pushd %{buildroot}%{_sysconfdir}
ln -s X11/gdm
popd

# avoiding conflict with lightdm
mkdir -p %{buildroot}%{_libexecdir}/%{name}
mv %{buildroot}%{_bindir}/gdmflexiserver %{buildroot}%{_libexecdir}/%{name}/gdmflexiserver

echo "auth       optional pam_group.so" >> %{buildroot}%{_sysconfdir}/pam.d/gdm
echo "auth       optional pam_group.so" >> %{buildroot}%{_sysconfdir}/pam.d/gdm-autologin
echo "-session     optional      pam_systemd.so" >> %{buildroot}%{_sysconfdir}/pam.d/gdm-fingerprint
echo "-session     optional      pam_systemd.so" >> %{buildroot}%{_sysconfdir}/pam.d/gdm-smartcard

# added ROSA logo
install -dD %{buildroot}%{_datadir}/glib-2.0/schemas
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/glib-2.0/schemas/
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/

sed -i 's@#!/bin/sh@#!/bin/bash@g' %{buildroot}%{_sysconfdir}/X11/gdm/Xsession

%changelog
* Thu Feb 26 2015 Tigro <ashejn@yandex-team.ru> 1:3.12.2-4
+ Revision: ac5f892
- drop patch to avoid conflict with plymouth-quit.service. New systemd fix plymouth freeze

* Fri Feb 13 2015 Tigro <ashejn@gmail.com> 1:3.12.2-4
+ Revision: fda8603
- drop plymouth-quit.service from Conflict

* Thu Feb 12 2015 Tigro <ashejn@yandex-team.ru> 1:3.12.2-4
+ Revision: a017035
- quit plymouth befor gdm start

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.12.2-3
+ Revision: 7320e81
- MassBuild#440: Increase release tag

* Wed Jun 11 2014 Tigro <ashejn@gmail.com> 1:3.12.2-2
+ Revision: 5886202
- Merge remote-tracking branch 'origin/gnome312' into rosa2014.1

* Thu May 29 2014 Tigro <ashejn@gmail.com> 1:3.12.2-2
+ Revision: 1d81bed
- drop old patch

* Thu May 29 2014 Tigro <ashejn@gmail.com> 1:3.12.2-2
+ Revision: 8a78846
- update gdm-pam.d-configs patch for gdm 3.12.2

* Wed May 28 2014 Tigro <ashejn@gmail.com> 1:3.12.2-1
+ Revision: ef320ef
- drop pam patch for test

* Wed May 28 2014 Tigro <ashejn@gmail.com> 1:3.12.2-1
+ Revision: 66c0453
- drop file

* Tue May 20 2014 Tigro <ashejn@gmail.com> 1:3.12.2-1
+ Revision: 867c345
- update to 3.12.2

* Mon May 12 2014 Tigro <ashejn@gmail.com> 1:3.12.1-1
+ Revision: 9d75808
- drop some files and packages

* Mon May 12 2014 Tigro <ashejn@gmail.com> 1:3.12.1-1
+ Revision: f3089b7
- change paths

* Mon May 12 2014 Tigro <ashejn@gmail.com> 1:3.12.1-1
+ Revision: fd7738a
- added BR: dconf

* Mon May 12 2014 Tigro <ashejn@gmail.com> 1:3.12.1-1
+ Revision: 24e1957
- update to 3.12.1

* Fri Nov 22 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-12
+ Revision: a1c5ce6
- update logo to english rosa

* Mon Nov 11 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-12
+ Revision: 3d41442
- drop scrollkeeper update

* Thu Nov 07 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-11
+ Revision: fc29dad
- change #!/bin/sh to #!/bin/bash in /etc/X11/gdm/Xsession

* Thu Nov 07 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-10
+ Revision: ce4bafe
- drop some sources

* Sat Nov 02 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-10
+ Revision: fab50fa
- bump release

* Sat Nov 02 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-8
+ Revision: e5030c9
- Revert "drop chksession run and remove %{_sysconfdir}/X11/dm/"
- This reverts commit 39c1679423ca46ab4f0b3d18156f5d00dcd0e444.

* Sat Nov 02 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-9
+ Revision: 4a4575d
- Revert "fix path"
- This reverts commit 93bb74b5d4cc22de9618951da865f27b6caca8eb.

* Sat Nov 02 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-9
+ Revision: 6d1dfcf
- Revert "do not remove gnome.desktop"
- This reverts commit ebacab9e1ebc2bc68484fe35ec01f4826d12d054.

* Fri Oct 25 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-9
+ Revision: ebacab9
- do not remove gnome.desktop

* Wed Oct 23 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-9
+ Revision: 93bb74b
- fix path

* Wed Oct 23 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-9
+ Revision: 39c1679
- drop chksession run and remove %{_sysconfdir}/X11/dm/

* Sun Oct 13 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-8
+ Revision: 576dd39
- pack file

* Sun Oct 13 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-8
+ Revision: 709038a
- added ROSA logo

* Wed Oct 09 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-7
+ Revision: f56304c
- drop plymouth conflicts

* Tue Oct 08 2013 akdengi <kazancas@mandriva.ru> 1:3.8.1.1-6
+ Revision: 91db9f2
- install alternatives for gdmflexiserver only in initial, not upgrade

* Wed Sep 18 2013 akdengi <alexander.kazancev@rosalab.ru> 1:3.8.1.1-5
+ Revision: b2ea34d
- fix post

* Wed Sep 18 2013 akdengi <alexander.kazancev@rosalab.ru> 1:3.8.1.1-4
+ Revision: dcffcf2
- fix triggers

* Mon Sep 16 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 1:3.8.1.1-3
+ Revision: 20ebf2d
- Added alternatives to avoid conflict with lightdm

* Thu Jul 25 2013 Tigro <ashejn@gmail.com> 1:3.8.1.1-2
+ Revision: a7734fb
- require package not typelib



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22606 |14mu|geary-0.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global vala_version_suffix -0.28
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	A lightweight email program designed around conversations
Name:		geary
Version:	0.10.0
Release:	1
License:	LGPLv2+
Group:		Networking/Mail
URL:		http://yorba.org/geary/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/geary/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	vala
BuildRequires:	vala-tools
BuildRequires:	make
BuildRequires:	cmake
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.30.0
BuildRequires:	pkgconfig(gio-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.2.0
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(unique-3.0) >= 3.0.0
BuildRequires:	pkgconfig(libnotify) >= 0.7.5
BuildRequires:	pkgconfig(libcanberra) >= 0.28
BuildRequires:	pkgconfig(sqlite3) >= 3.7.4
BuildRequires:	pkgconfig(gmime-2.6) >= 2.6.0
BuildRequires:	pkgconfig(gnome-keyring-1) >= 3.2.2
BuildRequires:	pkgconfig(webkitgtk-3.0) >= 1.8.0
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gcr-3)
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	xml2po

Requires:	hicolor-icon-theme

%description
Geary is a new email reader for GNOME designed to let you read your email
quickly and effortlessly. Its interface is based on conversations, so you
can easily read an entire discussion without having to click from message
to message.
Geary is still in early development and has limited features today, but
we're planning to add lightning-fast searching, multiple account support,
and much more. Eventually we'd like Geary to have an extensible plugin
architecture so that developers will be able to add all kinds of nifty
features in a modular way.

%prep
%setup -q

%build
%cmake -DVALA_EXECUTABLE:FILEPATH=%{_bindir}/valac%{?vala_version_suffix} \
       -DVAPIGEN:FILEPATH=%{_bindir}/vapigen%{?vala_version_suffix} \
       -DGSETTINGS_COMPILE=OFF \
       -DGSETTINGS_COMPILE_IN_PLACE=OFF \
       -DICON_UPDATE=OFF \
       -DDESKTOP_UPDATE=OFF \
       -DDISABLE_CONTRACT=ON

%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS MAINTAINERS README THANKS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/appdata/*
%{_datadir}/applications/*.desktop
%{_datadir}/glib-2.0/schemas/org.yorba.geary.gschema.xml
%{_datadir}/icons/hicolor/*/*/*

%changelog
* Tue Mar 31 2015 Tigro <ashejn@yandex-team.ru> 0.10.0-1
+ Revision: 4a6ceb4
- update version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22607 |14mu|gedit-3.16.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define _disable_ld_no_undefined 1
%define build_python 0

Summary:	Small but powerful text editor for GNOME
Name:		gedit
Version:	3.16.4
Release:	1
License:	GPLv2+
Group:		Editors 
URL:		http://www.gnome.org/projects/gedit/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/gedit/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	python-gi
BuildRequires:	attr-devel
BuildRequires:	vala-devel vala-tools
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(gtksourceview-3.0) >= 3.11.2
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(libpeas-gtk-1.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(x11)
%if %{build_python}
BuildRequires:	pkgconfig(pygobject-3.0)
%endif

Obsoletes:	%{_lib}gedit-private0 < 3.4.2
Obsoletes:	%{name}-zeitgeist < 3.15.91

%description
gEdit is a small but powerful text editor designed expressly
for GNOME.

It includes such features as split-screen mode, a plugin
API, which allows gEdit to be extended to support many
features while remaining small at its core, multiple
document editing through the use of a 'tabbed' notebook and
many more functions.

%package devel
Group:		Development/C
Summary:	Headers for writing gEdit plugins
Obsoletes:	%{_lib}gedit-private-devel < 3.4.2

%description devel
Install this if you want to build plugins that use gEdit's API.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-gtk-doc \
%if %{build_python}
	--enable-python \
%else
	--disable-python \
%endif
	--enable-introspection \
	--disable-updater \
	--enable-gvfs-metadata

%make LIBS='-lm'

%install
%makeinstall_std

find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc README AUTHORS NEWS MAINTAINERS
%{_bindir}/*
%{_datadir}/dbus-1/services/org.gnome.gedit.service
%{_datadir}/GConf/gsettings/gedit.*
%{_datadir}/gedit

%{_datadir}/appdata/org.gnome.gedit.appdata.xml
%{_datadir}/applications/org.gnome.gedit.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
%{_mandir}/man1/gedit.1*

%{_libdir}/gedit/gedit-bugreport.sh
%{_libdir}/gedit/girepository-1.0/Gedit-3.0.typelib

%{_libdir}/gedit/plugins/libdocinfo.so
%{_libdir}/gedit/plugins/docinfo.plugin

%{_libdir}/gedit/plugins/filebrowser.plugin
%{_libdir}/gedit/plugins/libfilebrowser.so

%{_libdir}/gedit/plugins/modelines.plugin
%{_libdir}/gedit/plugins/libmodelines.so

%{_libdir}/gedit/plugins/sort.plugin
%{_libdir}/gedit/plugins/libsort.so

%{_libdir}/gedit/plugins/spell.plugin
%{_libdir}/gedit/plugins/libspell.so

%{_libdir}/gedit/plugins/time.plugin
%{_libdir}/gedit/plugins/libtime.so

%{_libdir}/gedit/libgedit.so

%if %{build_python}
%{python_sitearch}/gi/overrides/Gedit.*
%{_libdir}/gedit/plugins/externaltools/*
%{_libdir}/gedit/plugins/externaltools.plugin

%{_libdir}/gedit/plugins/pythonconsole/*
%{_libdir}/gedit/plugins/pythonconsole.plugin

%{_libdir}/gedit/plugins/quickopen/*
%{_libdir}/gedit/plugins/quickopen.plugin

%{_libdir}/gedit/plugins/snippets/*
%{_libdir}/gedit/plugins/snippets.plugin
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.pythonconsole.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.externaltools.gschema.xml
%endif

%files devel
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_datadir}/vala/vapi/*

%changelog

* Tue Feb 02 2016 Tigro <ashejn@gmail.com> 3.16.4-1
- (1a3c155) update to 3.16.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22608 |14mu|gedit-plugins-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Extra plugins for gedit
Name:		gedit-plugins
Version:	3.16.0
Release:	1
License:	GPLv2+
Group:		Editors 
URL:		http://gedit.pn.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool itstool
BuildRequires:	pkgconfig(dbus-python)
BuildRequires:	pkgconfig(gedit) >= 3.11.3
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtksourceview-3.0)
BuildRequires:	pkgconfig(libpeas-gtk-1.0)
BuildRequires:	pkgconfig(python3)

Requires:	gedit >= 3.15.0

%description
gEdit is a small but powerful text editor designed expressly
for GNOME.

It includes such features as split-screen mode, a plugin
API, which allows gEdit to be extended to support many
features while remaining small at its core, multiple
document editing through the use of a 'tabbed' notebook and
many more functions.

This package contains some extra plugins for gEdit, extending gEdit
functionality.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std
find %{buildroot} -name *.la | xargs rm

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING ChangeLog AUTHORS
%doc %{_datadir}/help/*/gedit/*
%{_datadir}/glib-2.0/schemas/*.xml
%{_libdir}/gedit/plugins/*
%{_datadir}/gedit/plugins/*
%{_datadir}/appdata/*.xml

%changelog

* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (912e50a) update to 3.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22609 |14mu|gegl-0.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 0.3
%define libname %mklibname %{name} %{api}_%{major}
%define devname %mklibname %{name} -d
%define girname %mklibname %{name}-gir %{api}

Summary:	GEGL (Generic Graphics Library) - graph based image processing framework
Name:		gegl
Version:	0.3.4
Release:	1
License:	LGPLv3+
Group:		System/Libraries
Url:		http://www.gegl.org/
Source0:	ftp://ftp.gimp.org/pub/gegl/%{api}/%{name}-%{version}.tar.bz2
Patch0:		gegl-0.3.4-soname.patch
Patch1:		gegl-0.3.4-linking.patch
Patch2:		gegl-0.3.4-str-fmt.patch
BuildRequires:	enscript
BuildRequires:	intltool
BuildRequires:	gobject-introspection-devel
BuildRequires:	graphviz
BuildRequires:	imagemagick
BuildRequires:	pango-modules
BuildRequires:	ruby
#gw warning: this needs the deprecated libavcodec scaler (img_convert,...)
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(babl) >= 0.1.10
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libopenraw-1.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libspiro)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vapigen)
BuildRequires:	vala
BuildRequires:	vala-tools
%rename gegl03

%description
GEGL (Generic Graphics Library) is a graph based image processing framework.

GEGLs original design was made to scratch GIMPs itches for a new compositing
and processing core. This core is being designed to have minimal dependencies
and a simple well defined API.

%files -f %{name}-%{api}.lang
%doc README AUTHORS NEWS
%{_bindir}/gegl
%{_bindir}/gegl-imgcmp
%{_bindir}/gegl-tester
%{_libdir}/gegl-%{api}/*.so
%{_libdir}/gegl-%{api}/*.json

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for %{name}
Group:		System/Libraries
%define libname03  %mklibname gegl03 %{api} %{major}
%rename %{libname03}


%description -n %{libname}
GEGL (Generic Graphics Library) is a graph based image processing framework.

GEGLs original design was made to scratch GIMPs itches for a new compositing
and processing core. This core is being designed to have minimal dependencies
and a simple well defined API.

%files -n %{libname}
%{_libdir}/libgegl-%{api}.so.%{major}*
%{_libdir}/libgegl-npd-%{api}.so.%{major}*
%{_libdir}/libgegl-sc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
%define develname03 %mklibname -d gegl03
%rename %{develname03}

%description -n %{devname}
GEGL (Generic Graphics Library) is a graph based image processing
framework.

GEGLs original design was made to scratch GIMPs itches for a new
compositing and processing core. This core is being designed to
have minimal dependencies. and a simple well defined API.

%files -n %{devname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/gegl/
%{_libdir}/*.so
%{_includedir}/gegl-%{api}/
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/Gegl-%{api}.gir
%{_datadir}/vala/vapi/*

#----------------------------------------------------------------------------
%package -n %{girname}

Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{EVRD}
%define girname03     %mklibname gegl03-gir %{api}
%rename %{girname03}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Gegl-%{api}.typelib

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .ffmpeg11~
%patch1 -p1 -b .CVE-2012-4433
%patch2 -p1 -b .remove-src-over-op
export LC_ALL=UTF-8
autoreconf -vfi

%build
%configure2_5x \
	--disable-workshop
%make

%install
%makeinstall_std

%find_lang %{name}-%{api}

rm -f %{buildroot}%{_libdir}/gegl-%{api}/*.la


%changelog

* Sat Feb 06 2016 Denis Silakov <dsilakov@gmail.com> 0.3.4-1
- (8d69977) Added vala BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22610 |14mu|genius-1.0.20-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	A general purpose calculator and math tool
Name:		genius
Version:	1.0.20
Release:	1
License:	GPLv3+
Group:		Sciences/Mathematics
URL:		http://www.jirka.org/genius.html
Source0:	https://download.gnome.org/sources/genius/1.0/%{name}-%{version}.tar.xz
BuildRequires:  intltool >= 0.21
BuildRequires:  pkgconfig(glib-2.0) >= 2.12.0
BuildRequires:  pkgconfig(gmodule-2.0) >= 2.12.0
BuildRequires:  pkgconfig(gio-2.0) >= 2.16.0
BuildRequires:  pkgconfig(gtk+-2.0) >= 2.18.0
BuildRequires:  pkgconfig(vte) >= 0.17.1
BuildRequires:  pkgconfig(gtksourceview-2.0) >= 2.0.2
BuildRequires:  pkgconfig(gnome-doc-utils)
BuildRequires:  gmp-devel
BuildRequires:  gtk+2.0
BuildRequires:  readline-devel
BuildRequires:  mpfr-devel
BuildRequires:  flex
BuildRequires:  bison
BuildRequires:  scrollkeeper
BuildRequires:  automake

Requires:	ghostscript

%description
Genius is an advanced calculator and a mathematical programming language.
It handles multiple precision floating point numbers, infinite precision
integers, complex numbers and matrixes.

%package devel
Summary:	Files to develop genius plugins
Requires:	%{name} = %{version}

%description devel
Genius is an advanced calculator and a mathematical programming language.
It handles multiple precision floating point numbers, infinite precision
integers, complex numbers and matrixes.

This package contains developmend files and not required for runnind genius.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-mpfr \
	--disable-scrollkeeper \
	--disable-update-mimedb \
	--disable-static
%make

%install
%makeinstall_std

%{find_lang} %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}
%{_datadir}/application-registry/*
%{_datadir}/mime/packages/*
%{_datadir}/mime-info/*
%{_iconsdir}/hicolor/*/apps/*
%{_libdir}/%{name}
%{_libexecdir}/genius-readline-helper-fifo

%files devel
%{_includedir}/*

%changelog
* Fri Mar 13 2015 Tigro <ashejn@yandex-team.ru> 1.0.20-1
+ Revision: d301833
- pack files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22611 |14mu|geoclue-0.12.0-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	The geoinformation service
Name:		geoclue
Version:	0.12.0
Release:	13
License:	LGPLv2+
Group:		Networking/Other
Url:		http://www.freedesktop.org/wiki/Software/GeoClue
Source0:	http://folks.o-hand.com/jku/geoclue-releases/%{name}-%{version}.tar.gz
Patch0:		geoclue-0.12.0-gcc46.patch
Patch1:		geoclue-0.12.0-str-fmt.patch
Patch2:		geoclue-0.12.0-networkmanager-pkgconfig-typo.patch

BuildRequires:	GConf2
BuildRequires:	gtk-doc
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gypsy)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libxml-2.0)

%description
Geoclue is a modular geoinformation service built on top of the D-Bus
messaging system.The goal of the Geoclue project is to make creating
location-aware applications as simple as possible.

%files
%doc AUTHORS README
%dir %{_datadir}/geoclue-providers
%{_bindir}/%{name}*
%{_libdir}/%{name}-*
%{_datadir}/dbus-1/services/*.service
%{_datadir}/geoclue-providers/%{name}-*.provider
%{_datadir}/gtk-doc/html/%{name}

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Main library for %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files and headers for %{name}.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .gcc46~
%patch1 -p0 -b .str_fmt~
%patch2 -p1 -b .nm_pkgconf~

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--disable-gtk-doc \
	--enable-gtk=yes \
	--enable-conic=no \
	--enable-networkmanager=yes \
	--enable-gypsy=yes \
	--enable-gpsd=no \
	--enable-skyhook=no
%make

%install
%makeinstall_std

# Install the test gui as it seems the test isn't installed any more
install -m755 test/.libs/geoclue-test-gui -D %{buildroot}%{_bindir}/geoclue-test-gui


%changelog

* Thu Dec 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.12.0-13
- (7493930) Disable gpsd support, it's dropped in new versions anyway



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22612 |14mu|geocode-glib-3.16.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major 0
%define libname %mklibname %{name} %{major}
%define girname %mklibname %{name}-gir 1.0
%define develname %mklibname -d %{name}

Summary:	A convenience library for the Yahoo! Place Finder APIs
Name:		geocode-glib
Version:	3.16.3
Release:	1

Group:		Networking/Other
License:	LGPLv2
URL:		http://geoclue.freedesktop.org/
Source0:	http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(json-glib-1.0) >= 0.99
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	gobject-introspection-devel >= 0.6.3
BuildRequires:	pkgconfig(gnome-doc-utils)

%description
geocode-glib is a convenience library for the Yahoo! Place Finder
APIs, as described at:
http://developer.yahoo.com/geo/placefinder/

The Place Finder web service allows to do geocoding (finding longitude
and latitude from an address), and reverse geocoding (finding an address
from coordinates).

#------------------------------------------------------------------------------

%package -n %{libname}
Group: Networking/Other
Summary: A convenience library for the Yahoo! Place Finder APIs

%description -n %{libname}
Geocode-glib allows you to do geocoding (going from a place name,
to a longitude/latitude pair) and reverse geocoding (finding a place
name from coordinates) using Yahoo! Place Finder API.

This library should be used in place of Geoclue's D-Bus API for
geocoding and reverse geocoding.

#------------------------------------------------------------------------------

%package -n %{girname}
Group: Networking/Other
Summary: A convenience library for the Yahoo! Place Finder APIs

%description -n %{girname}
This package contains GObjectIntrospection data for geocode-glib.

#------------------------------------------------------------------------------

%package -n %{develname}
Group: Networking/Other
Summary: A convenience library for the Yahoo! Place Finder APIs
Requires: %{libname} = %{version}-%{release}
Requires: %{girname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the development files for geocode-glib.

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'


%files -n %{libname}
%{_libdir}/libgeocode-glib.so.%{major}*
%{_datadir}/icons/gnome/scalable/places/*.svg


%files -n %{girname}
%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib


%files -n %{develname}
%{_includedir}/geocode-glib-1.0/*
%{_libdir}/libgeocode-glib.so
%{_libdir}/pkgconfig/geocode-glib-1.0.pc
%{_datadir}/gir-1.0/GeocodeGlib-1.0.gir
%{_datadir}/gtk-doc/html/%{name}-1.0/*


%changelog

* Tue Feb 02 2016 Tigro <ashejn@gmail.com> 3.16.3-1
- (49a1177) update to 3.16.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22613 |14mu|geoip-1.5.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname GeoIP
%define major 1
%define updatemajor 0

%define libname %mklibname geoip %{major}
%define libupdate %mklibname geoipupdate %{updatemajor}
%define devname %mklibname geoip -d

Summary:	Find what country an IP address or hostname originates from
Name:		geoip
Version:	1.5.1
Release:	6
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.maxmind.com/app/c
Source0:	http://www.maxmind.com/download/geoip/api/c/%{oname}-%{version}.tar.gz
Source1:	http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/%{oname}.dat.gz
Source2:	http://geolite.maxmind.com/download/geoip/database/LICENSE.txt
Source3:	http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
Source4:	http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz
BuildRequires:	libtool
BuildRequires:	pkgconfig(zlib)
BuildRequires:  gzip-utils

%description
GeoIP is a C library that enables the user to find the country that any IP
address or hostname originates from. It uses a file based database that is
accurate as of March 2003. This database simply contains IP blocks as keys,
and countries as values. This database should be more complete and accurate
than using reverse DNS lookups. Commercial databases and automatic update
services are available from http://www.maxmind.com/

This module can be used to automatically select the geographically closest
mirror, to analyze your web server logs to determine the countries of your
visitors, for credit card fraud detection, and for software export controls.

%package -n	%{libname}
Summary:	Shared library part of GeoIP
Group:		System/Libraries
Suggests:	%{name} >= %{version}-%{release}

%description -n	%{libname}
This package contains a shared library for %{name}.

%package -n	%{libupdate}
Summary:	Shared library parts of GeoIP
Group:		System/Libraries

%description -n	%{libupdate}
This package contains a shared library for %{name}.

%package -n	%{devname}
Summary:	Headers and libraries needed for GeoIP development
Group:		Development/C
Requires:	%{libname} >= %{version}-%{release}
Requires:	%{libupdate} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{oname}-devel = %{version}-%{release}

%description -n	%{devname}
This package contains the development files for %{name}.

%prep
%setup -qn %{oname}-%{version}

zcat %{SOURCE1} > data/GeoIP.dat
cp %{SOURCE2} LICENSE.txt
zcat %{SOURCE3} > data/GeoLiteCity.dat
zcat %{SOURCE4} > data/GeoIPASNum.dat

%build
rm -rf configure autom4te.cache
libtoolize --copy --force; aclocal; automake --gnu --add-missing --copy; autoconf

%configure2_5x \
	--disable-static

%make

%check
#gw disable tests if there's no network
if ping -c 1 www.rosalab.com; then
make check
fi

%install
%makeinstall_std
#gw path fix man page
perl -pi -e "s^%{buildroot}^^" %{buildroot}%{_mandir}/man1/geoipupdate.1

mkdir -p %{buildroot}%{_datadir}/GeoIP
install -m0644 data/GeoLiteCity.dat %{buildroot}%{_datadir}/GeoIP/
install -m0644 data/GeoIPASNum.dat %{buildroot}%{_datadir}/GeoIP/

%files
%doc AUTHORS COPYING ChangeLog README TODO LICENSE.txt
%config(noreplace) %{_sysconfdir}/GeoIP.conf
%config(noreplace) %{_sysconfdir}/GeoIP.conf.default
%{_bindir}/geoiplookup
%{_bindir}/geoipupdate
%{_bindir}/geoiplookup6
%config(noreplace) %{_datadir}/GeoIP
%{_mandir}/man1/geoiplookup.1*
%{_mandir}/man1/geoiplookup6.1*
%{_mandir}/man1/geoipupdate.1*

%files -n %{libname}
%{_libdir}/libGeoIP.so.%{major}*

%files -n %{libupdate}
%{_libdir}/libGeoIPUpdate.so.%{updatemajor}*

%files -n %{devname}
%{_libdir}/lib*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc


%changelog

* Mon Jun 29 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.5.1-6
- (c7545a7) Rollback to older Fedora DB (GeoIP-1.5.1-6.fc21.i686.rpm)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22614 |14mu|gerbera-1.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	UPnP AV MediaServer
Name:		gerbera
Version:	1.0.0
Release:	4
License:	GPLv2+
Group:		Networking/Remote access
Url:		https://gerbera.io/
Source0:	https://github.com/v00d00/gerbera/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
Source1:	gerbera.logrotate
Source2:	80-gerbera.preset
Source3:	gerbera.service
Source4:	gerbera.conf
Source5:	gerbera-tmpfiles.conf
BuildRequires:	cmake
BuildRequires:	duktape-devel
BuildRequires:	magic-devel
BuildRequires:	mariadb-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libupnp-1.8)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(zlib)
Suggests:	youtube-dl
Requires(pre,post,postun):	rpm-helper
Requires(post,preun):	systemd

%description
UPnP AV MediaServer for Linux.

%files
%doc AUTHORS README.md ChangeLog.md
%{_sysconfdir}/logrotate.d/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_presetdir}/80-%{name}.preset
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/%{name}.service
%defattr(-,%{name},%{name})
%config(noreplace) %{_sysconfdir}/%{name}.conf
%dir %{_sysconfdir}/%{name}
%ghost %dir /run/%{name}
%ghost %{_logdir}/%{name}

%pre
# Create a user
%_pre_useradd %{name} %{_sysconfdir}/%{name} /bin/false

%post
%systemd_post %{name}.service

# Create initial log file so that logrotate doesn't complain
if [ $1 = 1 ]; then
   %create_ghostfile %{_logdir}/%{name} %{name} %{name} 644
fi

%preun
%systemd_preun %{name}.service

%postun
%_postun_userdel %{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake \
	-DWITH_TAGLIB:BOOL=OFF
%make

%install
install -D -m 0644 %{SOURCE2} %{buildroot}%{_presetdir}/80-%{name}.preset
install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service
install -D -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/%{name}.conf

%makeinstall_std -C build

mkdir -p %{buildroot}%{_logdir}
touch %{buildroot}%{_logdir}/%{name}
install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -D -m 644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf

mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mkdir -p %{buildroot}/run/%{name}

%changelog

* Mon Aug 14 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-4
- (a233230) Build without taglib support because current taglib version is too old



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22615 |14mu|geronimo-specs-1.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _duplicate_files_terminate_build 0

%define with_tests 0

%define bname       geronimo
%define section     free
%define sver_activation_1_0_2 1.2
%define sver_activation_1_1 1.0
%define sver_annotation_1_0 1.1.0
%define sver_corba_2_3 1.1
%define sver_corba_3_0 1.1
%define sver_ejb_3_0 1.0
%define sver_el_1_0 1.0
%define sver_interceptor_3_0 1.0
%define sver_j2ee_connector_1_5 1.1.1
%define sver_j2ee_deployment_1_1 1.1
%define sver_javaee_deployment_1_1MR3 1.0
%define sver_j2ee_jacc_1_0 1.1
%define sver_jacc_1_1 1.0
%define sver_j2ee_management_1_1 1.0
%define sver_javamail_1_4 1.1
%define sver_jaxr_1_0 1.1
%define sver_jaxrpc_1_1 1.1
%define sver_jms_1_1 1.1
%define sver_jpa_3_0 1.1.0
%define sver_jsp_2_0 1.1
%define sver_jsp_2_1 1.0
%define sver_jta_1_0_1B 1.1.1
%define sver_jta_1_1 1.1.0
%define sver_qname_1_1 1.1
%define sver_saaj_1_1 1.1
%define sver_stax_1_0 1.0
%define sver_ws_metadata_2_0 1.1.1
%define sver_commonj_1_1 1.0

Name:           geronimo-specs
Version:        1.2
Release:        12
Epoch:          0
Summary:        Geronimo J2EE server J2EE specifications
Url:            http://geronimo.apache.org
License:        Apache License
Group:          Development/Java
Source0:        %{name}-%{version}-src.tar.bz2

Source1:        %{name}-jpp-depmap.xml
Source1000:     geronimo-specs.build.xml
Source1001:     undot.py
Patch0:         geronimo-specs-1.2-pom_xml.patch
Patch1:         geronimo-specs-jta-1.0.1B-pom_xml.patch
Patch2:         geronimo-specs-j2ee-connector-1.5-pom_xml.patch
Patch3:         geronimo-specs-servlet-2.4-pom_xml.patch
Patch4:         geronimo-specs-j2ee-1.4-pom_xml.patch
Patch5:         geronimo-specs-corba-2.3-pom_xml.patch
BuildRequires:  jpackage-utils >= 1.7.2
BuildRequires:  java-devel >= 0:1.6.0
BuildRequires:  java-rpmbuild
BuildRequires:  ant
BuildRequires:  junit >= 3.8.1
BuildRequires:  xml-commons-jaxp-1.3-apis
BuildRequires:  xerces-j2
BuildRequires:  fdupes

Requires: geronimo-commonj-1.1-apis = %{version}-%{release}
Requires: geronimo-jaf-1.0.2-api = %{version}-%{release}
Requires: geronimo-jaf-1.1-api = %{version}-%{release}
Requires: geronimo-annotation-1.0-api = %{version}-%{release}
Requires: geronimo-corba-2.3-apis = %{version}-%{release}
Requires: geronimo-ejb-3.0-api = %{version}-%{release}
Requires: geronimo-el-1.0-api = %{version}-%{release}
Requires: geronimo-interceptor-3.0-api = %{version}-%{release}
Requires: geronimo-j2ee-1.4-apis = %{version}-%{release}
Requires: geronimo-j2ee-connector-1.5-api = %{version}-%{release}
Requires: geronimo-javaee-deployment-1.1-api = %{version}-%{release}
Requires: geronimo-javaee-deployment-1.1-api = %{version}-%{release}
Requires: geronimo-jacc-1.1-api = %{version}-%{release}
Requires: geronimo-j2ee-management-1.1-api = %{version}-%{release}
Requires: geronimo-javamail-1.4-api = %{version}-%{release}
Requires: geronimo-jaxrpc-1.1-api = %{version}-%{release}
Requires: geronimo-jms-1.1-api = %{version}-%{release}
Requires: geronimo-jpa-3.0-api = %{version}-%{release}
Requires: geronimo-jsp-2.0-api = %{version}-%{release}
Requires: geronimo-jsp-2.1-api = %{version}-%{release}
Requires: geronimo-jta-1.0.1B-api = %{version}-%{release}
Requires: geronimo-jta-1.1-api = %{version}-%{release}
Requires: geronimo-qname-1.1-api = %{version}-%{release}
Requires: geronimo-saaj-1.1-api = %{version}-%{release}
Requires: geronimo-stax-1.0-api = %{version}-%{release}
Requires: geronimo-ws-metadata-2.0-api = %{version}-%{release}

Obsoletes: geronimo-javamail-1.3.1-api < %{EVRD}
Obsoletes: geronimo-corba-1.0-apis < %{EVRD}
Obsoletes: geronimo-ejb-2.1-api < %{EVRD}
Obsoletes: geronimo-jacc-1.0-api < %{EVRD}
Obsoletes: geronimo-j2ee-management-1.0-api < %{EVRD}
Obsoletes: geronimo-jaxr-1.0-api < %{EVRD}
Obsoletes: geronimo-servlet-2.4-api < %{EVRD}
Obsoletes: geronimo-servlet-2.5-api < %{EVRD}

BuildArch:      noarch

%description
Geronimo is Apache's ASF-licensed J2EE server project.
These are the J2EE-Specifications
Note: You should use the sub packages for the Specifications
that you actually need.  The ones installed by the main package
are deprecated and will disappear in future releases.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package -n geronimo-commonj-1.1-apis
Summary:        CommonJ APIs
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    commonj_1_1_apis = %{version}-%{release}
Provides:    commonj_apis = 0:1.1

%description -n geronimo-commonj-1.1-apis
CommonJ Spec

%package -n geronimo-jaf-1.0.2-api
Summary:        J2EE JAF v1.0.2 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jaf = 0:1.0.2
# TODO: drop asap
Provides:    jaf_1_0_2_api = %{version}-%{release}
Provides:    activation_1_0_2_api = %{version}-%{release}
Provides:    jaf_api = 0:1.0.2
Provides:    activation_api = 0:1.0.2
# Don't obsolete jaf, classpathx-jaf provides it
# Don't even obsolete it versioned, as sun-jaf is at 1.1
#Obsoletes:    jaf
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jaf-1.0.2-api
Java Activation Framework 1.0.2


%package -n geronimo-jaf-1.1-api
Summary:        J2EE JAF v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jaf = 0:1.1
# TODO: drop asap
Provides:    jaf_1_1_api = %{version}-%{release}
Provides:    activation_1_1_api = %{version}-%{release}
Provides:    jaf_api = 0:1.1
Provides:    activation_api = 0:1.1
# Don't obsolete jaf, classpathx-jaf provides it
# Don't even obsolete it versioned, as sun-jaf is at 1.1
#Obsoletes:    jaf
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jaf-1.1-api
Java Activation Framework 1.1


%package -n geronimo-annotation-1.0-api
Summary:        JEE Common Annotations v1.0
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    annotation_1_0_api = %{version}-%{release}
Provides:    annotation_api = 0:1.0
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-annotation-1.0-api
JEE Common Annotations v1.0

%package -n geronimo-corba-2.3-apis
Summary:        CORBA v2.3 APIs
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    corba_2_3_apis = %{version}-%{release}
Provides:    corba_apis = 0:2.3

%description -n geronimo-corba-2.3-apis
CORBA 2.3 Spec

%package -n geronimo-ejb-3.0-api
Summary:        J2EE EJB v3.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    ejb = 0:3.0
# TODO: drop asap
Provides:    ejb_3_0_api = %{version}-%{release}
Provides:    ejb_api = 0:3.0
#Obsoletes:   ejb
Requires:    annotation_1_0_api
Requires:    interceptor_3_0_api
Requires:    jta_1_1_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
Obsoletes:   geronimo-specs-compat <= 0:1.0

%description -n geronimo-ejb-3.0-api
Enterprise JavaBeans Specification 3.0



%package -n geronimo-el-1.0-api
Summary:        Expression Language v1.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    el_1_0_api = %{version}-%{release}
Provides:    el_api = 0:1.0
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-el-1.0-api
Expression Language 1.0



%package -n geronimo-interceptor-3.0-api
Summary:        Interceptor v3.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    interceptor_3_0_api = %{version}-%{release}
Provides:    interceptor_api = 0:3.0
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-interceptor-3.0-api
Interceptor 3.0



%package -n geronimo-j2ee-1.4-apis
Summary:        J2EE v1.4 APIs
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-j2ee-1.4-apis
J2EE Specification (the complete set in one jar)


%package -n geronimo-j2ee-connector-1.5-api
Summary:        J2EE Connector v1.5 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    j2ee_connector_1_5_api = %{version}-%{release}
Provides:    j2ee_connector_api = 0:1.5
# drop the following asap
Provides:    j2ee-connector = 0:1.5
# Obsoletes:   j2ee-connector
Requires:    jta_1_0_1B_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
Obsoletes:   geronimo-specs-compat <= 0:1.0

%description -n geronimo-j2ee-connector-1.5-api
J2EE Connector Architecture 1.5 Specification


%package -n geronimo-j2ee-deployment-1.1-api
Summary:        J2EE Deployment v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    j2ee_deployment_1_1_api = %{version}-%{release}
Provides:    j2ee_deployment_api = 0:1.1
# drop the following asap
Provides:    j2ee-deployment = 0:1.1
# Obsoletes:    j2ee-deployment
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
Obsoletes:   geronimo-specs-compat <= 0:1.0

%description -n geronimo-j2ee-deployment-1.1-api
J2EE Application Deployment Specification

%package -n geronimo-javaee-deployment-1.1-api
Summary:        JEE Deployment v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    javaee_deployment_1_1_api = %{version}-%{release}
Provides:    javaee_deployment_api = 0:1.1
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-javaee-deployment-1.1-api
JEE Application Deployment Specification

%package -n geronimo-jacc-1.1-api
Summary:        J2EE JACC v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jacc_1_1_api = %{version}-%{release}
Provides:    jacc_api = 0:1.1
Requires:    servlet6
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jacc-1.1-api
Java Authorization Contract for Containers v1.1 Specification

%package -n geronimo-j2ee-management-1.1-api
Summary:        J2EE Management v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    j2ee_management_1_1_api = %{version}-%{release}
Provides:    j2ee_management_api = 0:1.1
# drop the following asap
Provides:    j2ee-management = 0:1.1
#Obsoletes:   j2ee-management
Requires:    ejb_3_0_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-j2ee-management-1.1-api
J2EE Application Management Specification 1.1

%package -n geronimo-javamail-1.4-api
Summary:        J2EE JavaMail v1.4 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    javamail_1_4_api = %{version}-%{release}
Provides:    javamail_api = 0:1.4
Requires:    jaf_1_1_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
# Do not provide javamail as this is just the API (is it?) and
# our 'javamail' alternative means the providers as well
# all in a single jar file called 'javamail.jar'
#Provides:    javamail = 0:1.4

%description -n geronimo-javamail-1.4-api
JavaMail API 1.4

%package -n geronimo-jaxrpc-1.1-api
Summary:        J2EE JAXRPC v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jaxrpc = 0:1.1
# TODO: drop asap
Provides:    jaxrpc_1_1_api = %{version}-%{release}
Provides:    jaxrpc_api = 0:1.1
Requires:    qname_1_1_api
Requires:    saaj_1_1_api
Requires:    servlet6
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jaxrpc-1.1-api
Java API for XML-Based RPC (JAXRPC)


%package -n geronimo-jms-1.1-api
Summary:        J2EE JMS v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jms_1_1_api = %{version}-%{release}
Provides:    jms_api = 0:1.1
# drop the following asap
Provides:    jms = 0:1.1
# Obsoletes:    jms
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
Obsoletes:   geronimo-specs-compat <= 0:1.0

%description -n geronimo-jms-1.1-api
JMS Specification


%package -n geronimo-jpa-3.0-api
Summary:        JPA v3.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jpa_3_0_api = %{version}-%{release}
Provides:    jpa_api = 0:3.0
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jpa-3.0-api
JPA Specification

%package -n geronimo-jsp-2.0-api
Summary:        J2EE JSP v2.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jsp = 0:2.0
# TODO: drop asap
Provides:    jsp_2_0_api = %{version}-%{release}
Provides:    jsp_api = 0:2.0
Requires:    servlet6
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jsp-2.0-api
JavaServer Pages Specification 2.0


%package -n geronimo-jsp-2.1-api
Summary:        JEE JSP v2.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jsp = 0:2.1
# TODO: drop asap
Provides:    jsp_2_1_api = %{version}-%{release}
Provides:    jsp_api = 0:2.1
Requires:    servlet6
Requires:    el_1_0_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-jsp-2.1-api
JavaServer Pages Specification 2.1


%package -n geronimo-jta-1.0.1B-api
Summary:        J2EE JTA v1.0.1B API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jta_1_0_1B_api = %{version}-%{release}
Provides:    jta_api = 0:1.0.1B
# drop the following asap
Provides:    jta = 0:1.0.1B
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
Obsoletes:   geronimo-specs-compat <= 0:1.0

%description -n geronimo-jta-1.0.1B-api
Java Transaction API Specification 1.0.1B


%package -n geronimo-jta-1.1-api
Summary:        J2EE JTA v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    jta_1_1_api = %{version}-%{release}
Provides:    jta_api = 0:1.1
# drop the following asap
Provides:    jta = 0:1.1
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives
Obsoletes:   geronimo-specs-compat <= 0:1.0

%description -n geronimo-jta-1.1-api
Java Transaction API Specification 1.1


%package -n geronimo-qname-1.1-api
Summary:        Namespace v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    qname_1_1_api = %{version}-%{release}
Provides:    qname_api = 0:1.1
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-qname-1.1-api
javax.xml.namespace.QName API


%package -n geronimo-saaj-1.1-api
Summary:        J2EE SAAJ v1.1 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    saaj = 0:1.1
# TODO: drop asap
Provides:    saaj_1_1_api = %{version}-%{release}
Provides:    saaj_api = 0:1.1
Requires:    jaf_1_0_2_api
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-saaj-1.1-api
SOAP with Attachments API for Java (SAAJ)


%package -n geronimo-stax-1.0-api
Summary:        XML Stax v1.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    stax_1_0_api = %{version}-%{release}
Provides:    stax_api = 0:1.0
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-stax-1.0-api
XML STax v1.0 API



%package -n geronimo-ws-metadata-2.0-api
Summary:        Webservices Metadata v2.0 API
Group:          Development/Java
Requires:    %{name}-poms = %{version}-%{release}
Provides:    ws_metadata_2_0_api = %{version}-%{release}
Provides:    ws_metadata_api = 0:2.0
Requires(preun):  %{_sbindir}/update-alternatives
Requires(post):  %{_sbindir}/update-alternatives

%description -n geronimo-ws-metadata-2.0-api
Webservices Metadata v2.0 API


%package poms
Summary:        POM files for geronimo-specs
Group:          Development/Java
Requires(post):   jpackage-utils >= 1.7.3
Requires(postun): jpackage-utils >= 1.7.3

%description poms
The Project Object Model files for the geronimo-specs modules.



%prep
%setup -q -n %{name}-%{version}
chmod -R go=u-w *
mkdir etc
cp LICENSE.txt etc
mkdir external_repo
ln -s %{_javadir} external_repo/JPP
%patch0 -b .sav0
%patch1 -p0 -b .sav1
%patch2 -p0 -b .sav2
%patch3 -p0 -b .sav3
%patch4 -p0 -b .sav4
%patch5 -p0 -b .sav5
cp %{SOURCE1000} build.xml

%build

ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
    -Didlj=%{java_home}/bin/idlj


%install
# Directory for poms
install -d -m 0755 %{buildroot}%{_datadir}/maven2/poms
# subpackage jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 0644 \
  geronimo-activation_1.0.2_spec-1.2/target/geronimo-activation_1.0.2_spec-1.2.jar \
  %{buildroot}%{_javadir}/geronimo-jaf-1.0.2-api-%{sver_activation_1_0_2}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jaf-1.0.2-api-%{sver_activation_1_0_2}.jar \
         geronimo-jaf-1.0.2-api.jar
popd
touch %{buildroot}%{_javadir}/jaf.jar
touch %{buildroot}%{_javadir}/jaf_api.jar
touch %{buildroot}%{_javadir}/jaf_1_0_2_api.jar
install -m 0644 geronimo-activation_1.0.2_spec-1.2/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jaf-1.0.2-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-activation_1.0.2_spec %{sver_activation_1_0_2} JPP geronimo-jaf-1.0.2-api
install -m 0644 \
  geronimo-activation_1.1_spec-1.0/target/geronimo-activation_1.1_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-jaf-1.1-api-%{sver_activation_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jaf-1.1-api-%{sver_activation_1_1}.jar \
         geronimo-jaf-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/jaf.jar
touch %{buildroot}%{_javadir}/jaf_api.jar
touch %{buildroot}%{_javadir}/jaf_1_1_api.jar
install -m 0644 geronimo-activation_1.1_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jaf-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-activation_1.1_spec %{sver_activation_1_1} JPP geronimo-jaf-1.1-api
install -m 0644 \
  geronimo-annotation_1.0_spec-1.1.0/target/geronimo-annotation_1.0_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-annotation-1.0-api-%{sver_annotation_1_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-annotation-1.0-api-%{sver_annotation_1_0}.jar \
         geronimo-annotation-1.0-api.jar
popd
touch %{buildroot}%{_javadir}/annotation_api.jar
touch %{buildroot}%{_javadir}/annotation_1_0_api.jar
install -m 0644 geronimo-annotation_1.0_spec-1.1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-annotation-1.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-annotation_1.0_spec %{sver_annotation_1_0} JPP geronimo-annotation-1.0-api
install -m 0644 \
  geronimo-spec-corba-2.3/target/geronimo-corba_2.3_spec-null.jar \
  %{buildroot}%{_javadir}/geronimo-corba-2.3-apis-%{sver_corba_2_3}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-corba-2.3-apis-%{sver_corba_2_3}.jar \
         geronimo-corba-2.3-apis.jar
popd
touch %{buildroot}%{_javadir}/corba_apis.jar
touch %{buildroot}%{_javadir}/corba_2_3_apis.jar
install -m 0644 geronimo-spec-corba-2.3/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-corba-2.3-apis.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-corba_2.3_spec %{sver_corba_2_3} JPP geronimo-corba-2.3-apis

install -m 0644 \
  geronimo-ejb_3.0_spec-1.0/target/geronimo-ejb_3.0_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-ejb-3.0-api-%{sver_ejb_3_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-ejb-3.0-api-%{sver_ejb_3_0}.jar \
         geronimo-ejb-3.0-api.jar
popd
touch %{buildroot}%{_javadir}/ejb.jar
touch %{buildroot}%{_javadir}/ejb_api.jar
touch %{buildroot}%{_javadir}/ejb_3_0_api.jar
install -m 0644 geronimo-ejb_3.0_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-ejb-3.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-ejb_3.0_spec %{sver_ejb_3_0} JPP geronimo-ejb-3.0-api
install -m 0644 \
  geronimo-el_1.0_spec-1.0/target/geronimo-el_1.0_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-el-1.0-api-%{sver_el_1_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-el-1.0-api-%{sver_el_1_0}.jar \
         geronimo-el-1.0-api.jar
popd
touch %{buildroot}%{_javadir}/el_api.jar
touch %{buildroot}%{_javadir}/el_1_0_api.jar
install -m 0644 geronimo-el_1.0_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-el-1.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-el_1.0_spec %{sver_el_1_0} JPP geronimo-el-1.0-api
install -m 0644 \
  geronimo-interceptor_3.0_spec-1.0/target/geronimo-interceptor_3.0_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-interceptor-3.0-api-%{sver_interceptor_3_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-interceptor-3.0-api-%{sver_interceptor_3_0}.jar \
         geronimo-interceptor-3.0-api.jar
popd
touch %{buildroot}%{_javadir}/interceptor_api.jar
touch %{buildroot}%{_javadir}/interceptor_3_0_api.jar
install -m 0644 geronimo-interceptor_3.0_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-interceptor-3.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-interceptor_3.0_spec %{sver_interceptor_3_0} JPP geronimo-interceptor-3.0-api
install -m 0644 \
  geronimo-j2ee-connector_1.5_spec-1.1.1/target/geronimo-j2ee-connector_1.5_spec-1.1.1.jar \
  %{buildroot}%{_javadir}/geronimo-j2ee-connector-1.5-api-%{sver_j2ee_connector_1_5}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-j2ee-connector-1.5-api-%{sver_j2ee_connector_1_5}.jar \
         geronimo-j2ee-connector-1.5-api.jar
popd
touch %{buildroot}%{_javadir}/j2ee-connector.jar
touch %{buildroot}%{_javadir}/j2ee_connector_api.jar
touch %{buildroot}%{_javadir}/j2ee_connector_1_5_api.jar
install -m 0644 geronimo-j2ee-connector_1.5_spec-1.1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-j2ee-connector-1.5-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-connector_1.5_spec %{sver_j2ee_connector_1_5} JPP geronimo-j2ee-connector-1.5-api
install -m 0644 \
  geronimo-j2ee-deployment_1.1_spec-1.1/target/geronimo-j2ee-deployment_1.1_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-j2ee-deployment-1.1-api-%{sver_j2ee_deployment_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-j2ee-deployment-1.1-api-%{sver_j2ee_deployment_1_1}.jar \
         geronimo-j2ee-deployment-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/j2ee-deployment.jar
touch %{buildroot}%{_javadir}/j2ee_deployment_api.jar
touch %{buildroot}%{_javadir}/j2ee_deployment_1_1_api.jar
install -m 0644 geronimo-j2ee-deployment_1.1_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-j2ee-deployment-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-deployment_1.1_spec %{sver_j2ee_deployment_1_1} JPP geronimo-j2ee-deployment-1.1-api
install -m 0644 \
  geronimo-javaee-deployment_1.1MR3_spec-1.0/target/geronimo-javaee-deployment_1.1MR3_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-javaee-deployment-1.1-api-%{sver_javaee_deployment_1_1MR3}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-javaee-deployment-1.1-api-%{sver_javaee_deployment_1_1MR3}.jar \
         geronimo-javaee-deployment-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/javaee_deployment_1_1MR3_api.jar
touch %{buildroot}%{_javadir}/javaee_deployment_api.jar
install -m 0644 geronimo-javaee-deployment_1.1MR3_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-javaee-deployment-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-javaee-deployment_1.1_spec %{sver_javaee_deployment_1_1MR3} JPP geronimo-javaee-deployment-1.1-api
install -m 0644 \
  geronimo-jacc_1.1_spec-1.0/target/geronimo-jacc_1.1_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-jacc-1.1-api-%{sver_jacc_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jacc-1.1-api-%{sver_jacc_1_1}.jar \
         geronimo-jacc-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/jacc_api.jar
touch %{buildroot}%{_javadir}/jacc_1_1_api.jar
install -m 0644 geronimo-jacc_1.1_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jacc-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-jacc_1.1_spec %{sver_jacc_1_1} JPP geronimo-jacc-1.1-api
install -m 0644 \
  geronimo-j2ee-management_1.1_spec-1.0/target/geronimo-j2ee-management_1.1_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-j2ee-management-1.1-api-%{sver_j2ee_management_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-j2ee-management-1.1-api-%{sver_j2ee_management_1_1}.jar \
         geronimo-j2ee-management-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/j2ee-management.jar
touch %{buildroot}%{_javadir}/j2ee_management_api.jar
touch %{buildroot}%{_javadir}/j2ee_management_1_1_api.jar
install -m 0644 geronimo-j2ee-management_1.1_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-j2ee-management-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-management_1.1_spec %{sver_j2ee_management_1_1} JPP geronimo-j2ee-management-1.1-api
install -m 0644 \
  geronimo-javamail_1.4_spec-1.1/target/geronimo-javamail_1.4_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-javamail-1.4-api-%{sver_javamail_1_4}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-javamail-1.4-api-%{sver_javamail_1_4}.jar \
         geronimo-javamail-1.4-api.jar
popd
touch %{buildroot}%{_javadir}/javamail_api.jar
touch %{buildroot}%{_javadir}/javamail_1_4_api.jar
install -m 0644 geronimo-javamail_1.4_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-javamail-1.4-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-javamail_1.4_spec %{sver_javamail_1_4} JPP geronimo-javamail-1.4-api
install -m 0644 \
  geronimo-jaxrpc_1.1_spec-1.1/target/geronimo-jaxrpc_1.1_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-jaxrpc-1.1-api-%{sver_jaxrpc_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jaxrpc-1.1-api-%{sver_jaxrpc_1_1}.jar \
         geronimo-jaxrpc-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/jaxrpc.jar
touch %{buildroot}%{_javadir}/jaxrpc_api.jar
touch %{buildroot}%{_javadir}/jaxrpc_1_1_api.jar
install -m 0644 geronimo-jaxrpc_1.1_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jaxrpc-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jaxrpc_1.1_spec %{sver_jaxrpc_1_1} JPP geronimo-jaxrpc-1.1-api
install -m 0644 \
  geronimo-spec-j2ee/target/geronimo-j2ee_1.4_spec-1.2-jar-with-dependencies.jar \
  %{buildroot}%{_javadir}/geronimo-j2ee-1.4-apis-%{version}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-j2ee-1.4-apis-%{version}.jar \
         geronimo-j2ee-1.4-apis.jar
popd
install -m 0644 geronimo-spec-j2ee/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-j2ee-1.4-apis.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee_1.4_spec %{version} JPP geronimo-j2ee-1.4-apis
install -m 0644 \
  geronimo-jms_1.1_spec-1.1/target/geronimo-jms_1.1_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-jms-1.1-api-%{sver_jms_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jms-1.1-api-%{sver_jms_1_1}.jar \
         geronimo-jms-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/jms.jar
touch %{buildroot}%{_javadir}/jms_api.jar
touch %{buildroot}%{_javadir}/jms_1_1_api.jar
install -m 0644 geronimo-jms_1.1_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jms-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jms_1.1_spec %{sver_jms_1_1} JPP geronimo-jms-1.1-api
install -m 0644 \
  geronimo-jpa_3.0_spec-1.1.0/target/geronimo-jpa_3.0_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-jpa-3.0-api-%{sver_jpa_3_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jpa-3.0-api-%{sver_jpa_3_0}.jar \
         geronimo-jpa-3.0-api.jar
popd
touch %{buildroot}%{_javadir}/jpa_api.jar
touch %{buildroot}%{_javadir}/jpa_3_0_api.jar
install -m 0644 geronimo-jpa_3.0_spec-1.1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jpa-3.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jpa_3.0_spec %{sver_jpa_3_0} JPP geronimo-jpa-3.0-api
install -m 0644 \
  geronimo-jsp_2.0_spec-1.1/target/geronimo-jsp_2.0_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-jsp-2.0-api-%{sver_jsp_2_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jsp-2.0-api-%{sver_jsp_2_0}.jar \
         geronimo-jsp-2.0-api.jar
popd
touch %{buildroot}%{_javadir}/jsp.jar
touch %{buildroot}%{_javadir}/jsp_api.jar
touch %{buildroot}%{_javadir}/jsp_2_0_api.jar
install -m 0644 geronimo-jsp_2.0_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jsp-2.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jsp_2.0_spec %{sver_jsp_2_0} JPP geronimo-jsp-2.0-api
install -m 0644 \
  geronimo-jsp_2.1_spec-1.0/target/geronimo-jsp_2.1_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-jsp-2.1-api-%{sver_jsp_2_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jsp-2.1-api-%{sver_jsp_2_1}.jar \
         geronimo-jsp-2.1-api.jar
popd
touch %{buildroot}%{_javadir}/jsp.jar
touch %{buildroot}%{_javadir}/jsp_api.jar
touch %{buildroot}%{_javadir}/jsp_2_1_api.jar
install -m 0644 geronimo-jsp_2.1_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jsp-2.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jsp_2.1_spec %{sver_jsp_2_1} JPP geronimo-jsp-2.1-api
install -m 0644 \
  geronimo-jta_1.0.1B_spec-1.1.1/target/geronimo-jta_1.0.1B_spec-1.1.1.jar \
  %{buildroot}%{_javadir}/geronimo-jta-1.0.1B-api-%{sver_jta_1_0_1B}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jta-1.0.1B-api-%{sver_jta_1_0_1B}.jar \
         geronimo-jta-1.0.1B-api.jar
popd
touch %{buildroot}%{_javadir}/jta.jar
touch %{buildroot}%{_javadir}/jta_api.jar
touch %{buildroot}%{_javadir}/jta_1_0_1B_api.jar
install -m 0644 geronimo-jta_1.0.1B_spec-1.1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jta-1.0.1B-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jta_1.0.1B_spec %{sver_jta_1_0_1B} JPP geronimo-jta-1.0.1B-api
install -m 0644 \
  geronimo-jta_1.1_spec-1.1.0/target/geronimo-jta_1.1_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-jta-1.1-api-%{sver_jta_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-jta-1.1-api-%{sver_jta_1_1}.jar \
         geronimo-jta-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/jta.jar
touch %{buildroot}%{_javadir}/jta_api.jar
touch %{buildroot}%{_javadir}/jta_1_1_api.jar
install -m 0644 geronimo-jta_1.1_spec-1.1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-jta-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jta_1.1_spec %{sver_jta_1_1} JPP geronimo-jta-1.1-api
install -m 0644 \
  geronimo-qname_1.1_spec-1.1/target/geronimo-qname_1.1_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-qname-1.1-api-%{sver_qname_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-qname-1.1-api-%{sver_qname_1_1}.jar \
         geronimo-qname-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/qname_api.jar
touch %{buildroot}%{_javadir}/qname_1_1_api.jar
install -m 0644 geronimo-qname_1.1_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-qname-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-qname_1.1_spec %{sver_qname_1_1} JPP geronimo-qname-1.1-api
install -m 0644 \
  geronimo-saaj_1.1_spec-1.1/target/geronimo-saaj_1.1_spec-1.1.jar \
  %{buildroot}%{_javadir}/geronimo-saaj-1.1-api-%{sver_saaj_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-saaj-1.1-api-%{sver_saaj_1_1}.jar \
         geronimo-saaj-1.1-api.jar
popd
touch %{buildroot}%{_javadir}/saaj.jar
touch %{buildroot}%{_javadir}/saaj_api.jar
touch %{buildroot}%{_javadir}/saaj_1_1_api.jar
install -m 0644 geronimo-saaj_1.1_spec-1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-saaj-1.1-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-saaj_1.1_spec %{sver_saaj_1_1} JPP geronimo-saaj-1.1-api
install -m 0644 \
  geronimo-stax-api_1.0_spec-1.0/target/geronimo-stax-api_1.0_spec-1.0.jar \
  %{buildroot}%{_javadir}/geronimo-stax-1.0-api-%{sver_stax_1_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-stax-1.0-api-%{sver_stax_1_0}.jar \
         geronimo-stax-1.0-api.jar
popd
touch %{buildroot}%{_javadir}/stax_api.jar
touch %{buildroot}%{_javadir}/stax_1_0_api.jar
install -m 0644 geronimo-stax-api_1.0_spec-1.0/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-stax-1.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-stax_1.0_spec %{sver_stax_1_0} JPP geronimo-stax-1.0-api
install -m 0644 \
  geronimo-ws-metadata_2.0_spec-1.1.1/target/geronimo-ws-metadata_2.0_spec-1.1.1.jar \
  %{buildroot}%{_javadir}/geronimo-ws-metadata-2.0-api-%{sver_ws_metadata_2_0}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-ws-metadata-2.0-api-%{sver_ws_metadata_2_0}.jar \
         geronimo-ws-metadata-2.0-api.jar
popd
touch %{buildroot}%{_javadir}/ws_metadata_api.jar
touch %{buildroot}%{_javadir}/ws_metadata_2_0_api.jar
install -m 0644 geronimo-ws-metadata_2.0_spec-1.1.1/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-ws-metadata-2.0-api.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-ws-metadata_2.0_spec %{sver_ws_metadata_2_0} JPP geronimo-ws-metadata-2.0-api
install -m 0644 \
  geronimo-spec-commonj/target/geronimo-commonj_1.1_spec-null.jar \
  %{buildroot}%{_javadir}/geronimo-commonj-1.1-apis-%{sver_commonj_1_1}.jar
pushd %{buildroot}%{_javadir}
  ln -sf geronimo-commonj-1.1-apis-%{sver_commonj_1_1}.jar \
         geronimo-commonj-1.1-apis.jar
popd
touch %{buildroot}%{_javadir}/commonj_apis.jar
touch %{buildroot}%{_javadir}/commonj_1_1_apis.jar
install -m 0644 geronimo-spec-commonj/pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-commonj-1.1-apis.pom
%add_to_maven_depmap org.apache.geronimo.specs geronimo-commonj_1.1_spec %{sver_commonj_1_1} JPP geronimo-commonj-1.1-apis
# Add the parent geronimo-specs pom
cp pom.xml \
  %{buildroot}%{_mavenpomdir}/JPP-geronimo-specs.pom
%add_to_maven_depmap org.apache.geronimo.specs specs 1.1 JPP geronimo-specs
# main package jars
install -d -m 0755 %{buildroot}%{_javadir}/geronimo
pushd %{buildroot}%{_javadir}/geronimo
  ln -sf ../geronimo-commonj-1.1-apis-%{version}.jar spec-commonj-1.1-%{version}.jar
  ln -sf spec-commonj-1.1-%{version}.jar spec-commonj-1.1.jar
  ln -sf ../geronimo-jaf-1.0.2-api-%{version}.jar spec-jaf-1.0.2-%{version}.jar
  ln -sf spec-jaf-1.0.2-%{version}.jar spec-jaf-1.0.2.jar
  ln -sf ../geronimo-jaf-1.1-api-%{version}.jar spec-jaf-1.1-%{version}.jar
  ln -sf spec-jaf-1.1-%{version}.jar spec-jaf-1.1.jar
  ln -sf ../geronimo-annotation-1.0-api-%{version}.jar spec-annotation-1.0-%{version}.jar
  ln -sf spec-annotation-1.0-%{version}.jar spec-annotation-1.0.jar
  ln -sf ../geronimo-ejb-3.0-api-%{version}.jar spec-ejb-3.0-%{version}.jar
  ln -sf spec-ejb-3.0-%{version}.jar spec-ejb-3.0.jar
  ln -sf ../geronimo-el-1.0-api-%{version}.jar spec-el-1.0-%{version}.jar
  ln -sf spec-el-1.0-%{version}.jar spec-el-1.0.jar
  ln -sf ../geronimo-interceptor-3.0-api-%{version}.jar spec-interceptor-3.0-%{version}.jar
  ln -sf spec-interceptor-3.0-%{version}.jar spec-interceptor-3.0.jar
  ln -sf ../geronimo-j2ee-connector-1.5-api-%{version}.jar \
    spec-j2ee-connector-1.5-%{version}.jar
  ln -sf spec-j2ee-connector-1.5-%{version}.jar spec-j2ee-connector-1.5.jar
  ln -sf ../geronimo-j2ee-deployment-1.1-api-%{version}.jar \
    spec-j2ee-deployment-1.1-%{version}.jar
  ln -sf spec-j2ee-deployment-1.1-%{version}.jar spec-j2ee-deployment-1.1.jar
  ln -sf ../geronimo-javaee-deployment-1.1-api-%{version}.jar \
    spec-javaee-deployment-1.1-%{version}.jar
  ln -sf spec-javaee-deployment-1.1-%{version}.jar spec-javaee-deployment-1.1.jar
  ln -sf ../geronimo-jacc-1.1-api-%{version}.jar spec-jacc-1.1-%{version}.jar
  ln -sf spec-jacc-1.1-%{version}.jar spec-jacc-1.1.jar
  ln -sf spec-j2ee-management-1.0-%{version}.jar spec-j2ee-management-1.0.jar
  ln -sf ../geronimo-j2ee-management-1.1-api-%{version}.jar \
    spec-j2ee-management-1.1-%{version}.jar
  ln -sf spec-j2ee-management-1.1-%{version}.jar spec-j2ee-management-1.1.jar
  ln -sf ../geronimo-j2ee-1.4-apis-%{version}.jar spec-j2ee-1.4-%{version}.jar
  ln -sf spec-j2ee-1.4-%{version}.jar spec-j2ee-1.4.jar
  ln -sf ../geronimo-jms-1.1-api-%{version}.jar spec-jms-1.1-%{version}.jar
  ln -sf spec-jms-1.1-%{version}.jar spec-jms-1.1.jar
  ln -sf ../geronimo-jpa-3.0-api-%{version}.jar spec-jpa-3.0-%{version}.jar
  ln -sf spec-jpa-3.0-%{version}.jar spec-jpa-3.0.jar
  ln -sf ../geronimo-jsp-2.0-api-%{version}.jar spec-jsp-2.0-%{version}.jar
  ln -sf spec-jsp-2.0-%{version}.jar spec-jsp-2.0.jar
  ln -sf ../geronimo-jsp-2.1-api-%{version}.jar spec-jsp-2.1-%{version}.jar
  ln -sf spec-jsp-2.1-%{version}.jar spec-jsp-2.1.jar
  ln -sf ../geronimo-jta-1.0.1B-api-%{version}.jar spec-jta-1.0.1B-%{version}.jar
  ln -sf spec-jta-1.0.1B-%{version}.jar spec-jta-1.0.1B.jar
  ln -sf ../geronimo-jta-1.1-api-%{version}.jar spec-jta-1.1-%{version}.jar
  ln -sf spec-jta-1.1-%{version}.jar spec-jta-1.1.jar
  ln -sf ../geronimo-stax-1.0-api-%{version}.jar spec-stax-1.0-%{version}.jar
  ln -sf spec-stax-1.0-%{version}.jar spec-stax-1.0.jar
  ln -sf ../geronimo-ws-metadata-2.0-api-%{version}.jar spec-ws-metadata-2.0-%{version}.jar
  ln -sf spec-ws-metadata-2.0-%{version}.jar spec-ws-metadata-2.0.jar
popd
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jaf-1.0.2
    cp -pr geronimo-activation_1.0.2_spec-1.2/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jaf-1.0.2
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jaf-1.1
    cp -pr geronimo-activation_1.1_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jaf-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/annotation-1.0
    cp -pr geronimo-annotation_1.0_spec-1.1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/annotation-1.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/commonj-1.1
    cp -pr geronimo-spec-commonj/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/commonj-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/corba-2.3
    cp -pr geronimo-spec-corba-2.3/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/corba-2.3
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/ejb-3.0
    cp -pr geronimo-ejb_3.0_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/ejb-3.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/el-1.0
    cp -pr geronimo-el_1.0_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/el-1.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/interceptor-3.0
    cp -pr geronimo-interceptor_3.0_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/interceptor-3.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/j2ee-connector-1.5
    cp -pr geronimo-j2ee-connector_1.5_spec-1.1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/j2ee-connector-1.5
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/j2ee-deployment-1.1
    cp -pr geronimo-j2ee-deployment_1.1_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/j2ee-deployment-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/javaee-deployment-1.1
    cp -pr geronimo-javaee-deployment_1.1MR3_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/javaee-deployment-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/j2ee-management-1.1
    cp -pr geronimo-j2ee-management_1.1_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/j2ee-management-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/javamail-1.4
    cp -pr geronimo-javamail_1.4_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/javamail-1.4
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jaxrpc-1.1
    cp -pr geronimo-jaxrpc_1.1_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jaxrpc-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jms-1.1
    cp -pr geronimo-jms_1.1_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jms-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jpa-3.0
    cp -pr geronimo-jpa_3.0_spec-1.1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jpa-3.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jsp-2.0
    cp -pr geronimo-jsp_2.0_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jsp-2.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jsp-2.1
    cp -pr geronimo-jsp_2.1_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jsp-2.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jta-1.0.1B
    cp -pr geronimo-jta_1.0.1B_spec-1.1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jta-1.0.1B
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jta-1.1
    cp -pr geronimo-jta_1.1_spec-1.1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jta-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/qname-1.1
    cp -pr geronimo-qname_1.1_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/qname-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/saaj-1.1
    cp -pr geronimo-saaj_1.1_spec-1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/saaj-1.1
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/stax-1.0
    cp -pr geronimo-stax-api_1.0_spec-1.0/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/stax-1.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/ws-metadata-2.0
    cp -pr geronimo-ws-metadata_2.0_spec-1.1.1/target/site/apidocs/* \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/ws-metadata-2.0
install -d -m 755 \
       %{buildroot}%{_javadocdir}/%{name}-%{version}/jacc-1.1
    cp -pr geronimo-jacc_1.1_spec-1.0/target/site/apidocs/* \
         %{buildroot}%{_javadocdir}/%{name}-%{version}/jacc-1.1
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # ghost symlink
# documents
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jaf-1.0.2
    cp -pr geronimo-activation_1.0.2_spec-1.2/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jaf-1.0.2
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jaf-1.1
    cp -pr geronimo-activation_1.1_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jaf-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/annotation-1.0
    cp -pr geronimo-annotation_1.0_spec-1.1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/annotation-1.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/commonj-1.1
    cp -pr geronimo-spec-commonj/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/commonj-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/corba-2.3
    cp -pr geronimo-spec-corba-2.3/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/corba-2.3
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/ejb-3.0
    cp -pr geronimo-ejb_3.0_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/ejb-3.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/el-1.0
    cp -pr geronimo-el_1.0_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/el-1.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/interceptor-3.0
    cp -pr geronimo-interceptor_3.0_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/interceptor-3.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-connector-1.5
    cp -pr geronimo-j2ee-connector_1.5_spec-1.1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-connector-1.5
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-deployment-1.1
    cp -pr geronimo-j2ee-deployment_1.1_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-deployment-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/javaee-deployment-1.1
    cp -pr geronimo-javaee-deployment_1.1MR3_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/javaee-deployment-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-management-1.1
    cp -pr geronimo-j2ee-management_1.1_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-management-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/javamail-1.4
    cp -pr geronimo-javamail_1.4_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/javamail-1.4
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jaxrpc-1.1
    cp -pr geronimo-jaxrpc_1.1_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jaxrpc-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jms-1.1
    cp -pr geronimo-jms_1.1_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jms-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jpa-3.0
    cp -pr geronimo-jpa_3.0_spec-1.1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jpa-3.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jsp-2.0
    cp -pr geronimo-jsp_2.0_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jsp-2.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jsp-2.1
    cp -pr geronimo-jsp_2.1_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jsp-2.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jta-1.0.1B
    cp -pr geronimo-jta_1.0.1B_spec-1.1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jta-1.0.1B
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jta-1.1
    cp -pr geronimo-jta_1.1_spec-1.1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jta-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/qname-1.1
    cp -pr geronimo-qname_1.1_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/qname-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/saaj-1.1
    cp -pr geronimo-saaj_1.1_spec-1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/saaj-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/stax-1.0
    cp -pr geronimo-stax-api_1.0_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/stax-1.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/ws-metadata-2.0
    cp -pr geronimo-ws-metadata_2.0_spec-1.1.1/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/ws-metadata-2.0
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/jacc-1.1
    cp -pr geronimo-jacc_1.1_spec-1.0/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/jacc-1.1
install -d -m 755 \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-1.4
    cp -pr geronimo-spec-j2ee/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}/j2ee-1.4
cp -pr etc/LICENSE.txt \
       %{buildroot}%{_docdir}/%{name}-%{version}
fdupes -s %{buildroot}/%{_javadocdir}/%{name}-%{version}


%post poms
%update_maven_depmap

%postun poms
%update_maven_depmap

%post -n geronimo-commonj-1.1-apis
%{_sbindir}/update-alternatives --install %{_javadir}/commonj_apis.jar commonj_apis %{_javadir}/geronimo-commonj-1.1-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/commonj_1_1_apis.jar commonj_1_1_apis %{_javadir}/geronimo-commonj-1.1-apis.jar 10100

%preun -n geronimo-commonj-1.1-apis
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove commonj_apis %{_javadir}/geronimo-commonj-1.1-apis.jar
    %{_sbindir}/update-alternatives --remove commonj_1_1_apis %{_javadir}/geronimo-commonj-1.1-apis.jar
fi

%post -n geronimo-jaf-1.0.2-api
%{_sbindir}/update-alternatives --install %{_javadir}/jaf.jar jaf %{_javadir}/geronimo-jaf-1.0.2-api.jar 10002
%{_sbindir}/update-alternatives --install %{_javadir}/jaf_api.jar jaf_api %{_javadir}/geronimo-jaf-1.0.2-api.jar 10002
%{_sbindir}/update-alternatives --install %{_javadir}/jaf_1_0_2_api.jar jaf_1_0_2_api %{_javadir}/geronimo-jaf-1.0.2-api.jar 10002

%preun -n geronimo-jaf-1.0.2-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jaf %{_javadir}/geronimo-jaf-1.0.2-api.jar
    %{_sbindir}/update-alternatives --remove jaf_api %{_javadir}/geronimo-jaf-1.0.2-api.jar
    %{_sbindir}/update-alternatives --remove jaf_1_0_2_api %{_javadir}/geronimo-jaf-1.0.2-api.jar
fi

%post -n geronimo-jaf-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/jaf.jar jaf %{_javadir}/geronimo-jaf-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jaf_api.jar jaf_api %{_javadir}/geronimo-jaf-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jaf_1_1_api.jar jaf_1_1_api %{_javadir}/geronimo-jaf-1.1-api.jar 10100

%preun -n geronimo-jaf-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jaf %{_javadir}/geronimo-jaf-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jaf_api %{_javadir}/geronimo-jaf-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jaf_1_1_api %{_javadir}/geronimo-jaf-1.1-api.jar
fi

%post -n geronimo-annotation-1.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/annotation_api.jar annotation_api %{_javadir}/geronimo-annotation-1.0-api.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/annotation_1_0_api.jar annotation_1_0_api %{_javadir}/geronimo-annotation-1.0-api.jar 10000

%preun -n geronimo-annotation-1.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove annotation_api %{_javadir}/geronimo-annotation-1.0-api.jar
    %{_sbindir}/update-alternatives --remove annotation_1_0_api %{_javadir}/geronimo-annotation-1.0-api.jar
fi

%post -n geronimo-corba-2.3-apis
%{_sbindir}/update-alternatives --install %{_javadir}/corba_apis.jar corba_apis %{_javadir}/geronimo-corba-2.3-apis.jar 20300
%{_sbindir}/update-alternatives --install %{_javadir}/corba_2_3_apis.jar corba_2_3_apis %{_javadir}/geronimo-corba-2.3-apis.jar 20300

%preun -n geronimo-corba-2.3-apis
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove corba_apis %{_javadir}/geronimo-corba-2.3-apis.jar
    %{_sbindir}/update-alternatives --remove corba_2_3_apis %{_javadir}/geronimo-corba-2.3-apis.jar
fi

%post -n geronimo-ejb-3.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/ejb.jar ejb %{_javadir}/geronimo-ejb-3.0-api.jar 30000
%{_sbindir}/update-alternatives --install %{_javadir}/ejb_api.jar ejb_api %{_javadir}/geronimo-ejb-3.0-api.jar 30000
%{_sbindir}/update-alternatives --install %{_javadir}/ejb_3_0_api.jar ejb_3_0_api %{_javadir}/geronimo-ejb-3.0-api.jar 30000

%preun -n geronimo-ejb-3.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove ejb %{_javadir}/geronimo-ejb-3.0-api.jar
    %{_sbindir}/update-alternatives --remove ejb_api %{_javadir}/geronimo-ejb-3.0-api.jar
    %{_sbindir}/update-alternatives --remove ejb_3_0_api %{_javadir}/geronimo-ejb-3.0-api.jar
fi

%post -n geronimo-el-1.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/el_api.jar el_api %{_javadir}/geronimo-el-1.0-api.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/el_1_0_api.jar el_1_0_api %{_javadir}/geronimo-el-1.0-api.jar 10000

%preun -n geronimo-el-1.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove el_api %{_javadir}/geronimo-el-1.0-api.jar
    %{_sbindir}/update-alternatives --remove el_1_0_api %{_javadir}/geronimo-el-1.0-api.jar
fi

%post -n geronimo-interceptor-3.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/interceptor_api.jar interceptor_api %{_javadir}/geronimo-interceptor-3.0-api.jar 30000
%{_sbindir}/update-alternatives --install %{_javadir}/interceptor_3_0_api.jar interceptor_3_0_api %{_javadir}/geronimo-interceptor-3.0-api.jar 30000

%preun -n geronimo-interceptor-3.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove interceptor_api %{_javadir}/geronimo-interceptor-3.0-api.jar
    %{_sbindir}/update-alternatives --remove interceptor_3_0_api %{_javadir}/geronimo-interceptor-3.0-api.jar
fi


%post -n geronimo-j2ee-connector-1.5-api
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee-connector.jar j2ee-connector %{_javadir}/geronimo-j2ee-connector-1.5-api.jar 10500
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_connector_api.jar j2ee_connector_api %{_javadir}/geronimo-j2ee-connector-1.5-api.jar 10500
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_connector_1_5_api.jar j2ee_connector_1_5_api %{_javadir}/geronimo-j2ee-connector-1.5-api.jar 10500

%preun -n geronimo-j2ee-connector-1.5-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove j2ee-connector %{_javadir}/geronimo-j2ee-connector-1.5-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_connector_api %{_javadir}/geronimo-j2ee-connector-1.5-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_connector_1_5_api %{_javadir}/geronimo-j2ee-connector-1.5-api.jar
fi

%post -n geronimo-j2ee-deployment-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee-deployment.jar j2ee-deployment %{_javadir}/geronimo-j2ee-deployment-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_deployment_api.jar j2ee_deployment_api %{_javadir}/geronimo-j2ee-deployment-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_deployment_1_1_api.jar j2ee_deployment_1_1_api %{_javadir}/geronimo-j2ee-deployment-1.1-api.jar 10100

%preun -n geronimo-j2ee-deployment-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove j2ee-deployment %{_javadir}/geronimo-j2ee-deployment-1.1-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_deployment_api %{_javadir}/geronimo-j2ee-deployment-1.1-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_deployment_1_1_api %{_javadir}/geronimo-j2ee-deployment-1.1-api.jar
fi

%post -n geronimo-javaee-deployment-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/javaee_deployment_api.jar javaee_deployment_api %{_javadir}/geronimo-javaee-deployment-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/javaee_deployment_1_1MR3_api.jar javaee_deployment_1_1MR3_api %{_javadir}/geronimo-javaee-deployment-1.1-api.jar 10100

%preun -n geronimo-javaee-deployment-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove javaee_deployment_api %{_javadir}/geronimo-javaee-deployment-1.1-api.jar
    %{_sbindir}/update-alternatives --remove javaee_deployment_1_1MR3_api %{_javadir}/geronimo-javaee-deployment-1.1-api.jar
fi


%post -n geronimo-jacc-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/jacc_api.jar jacc_api %{_javadir}/geronimo-jacc-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jacc_1_1_api.jar jacc_1_1_api %{_javadir}/geronimo-jacc-1.1-api.jar 10100

%preun -n geronimo-jacc-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jacc_api %{_javadir}/geronimo-jacc-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jacc_1_1_api %{_javadir}/geronimo-jacc-1.1-api.jar
fi


%post -n geronimo-j2ee-management-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee-management.jar j2ee-management %{_javadir}/geronimo-j2ee-management-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_management_api.jar j2ee_management_api %{_javadir}/geronimo-j2ee-management-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_management_1_1_api.jar j2ee_management_1_1_api %{_javadir}/geronimo-j2ee-management-1.1-api.jar 10100

%preun -n geronimo-j2ee-management-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove j2ee-management %{_javadir}/geronimo-j2ee-management-1.1-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_management_api %{_javadir}/geronimo-j2ee-management-1.1-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_management_1_1_api %{_javadir}/geronimo-j2ee-management-1.1-api.jar
fi


# Do not provide javamail as this is just the API (is it?) and
# our 'javamail' alternative means the providers as well
# all in a single jar file called 'javamail.jar'

%post -n geronimo-javamail-1.4-api
%{_sbindir}/update-alternatives --install %{_javadir}/javamail.jar javamail %{_javadir}/geronimo-javamail-1.4-api.jar 10400
%{_sbindir}/update-alternatives --install %{_javadir}/javamail_api.jar javamail_api %{_javadir}/geronimo-javamail-1.4-api.jar 10400
%{_sbindir}/update-alternatives --install %{_javadir}/javamail_1_4_api.jar javamail_1_4_api %{_javadir}/geronimo-javamail-1.4-api.jar 10400

%preun -n geronimo-javamail-1.4-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove javamail %{_javadir}/geronimo-javamail-1.4-api.jar
    %{_sbindir}/update-alternatives --remove javamail_api %{_javadir}/geronimo-javamail-1.4-api.jar
    %{_sbindir}/update-alternatives --remove javamail_1_4_api %{_javadir}/geronimo-javamail-1.4-api.jar
fi


%post -n geronimo-jaxrpc-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/jaxrpc.jar jaxrpc %{_javadir}/geronimo-jaxrpc-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jaxrpc_api.jar jaxrpc_api %{_javadir}/geronimo-jaxrpc-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jaxrpc_1_1_api.jar jaxrpc_1_1_api %{_javadir}/geronimo-jaxrpc-1.1-api.jar 10100

%preun -n geronimo-jaxrpc-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jaxrpc %{_javadir}/geronimo-jaxrpc-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jaxrpc_api %{_javadir}/geronimo-jaxrpc-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jaxrpc_1_1_api %{_javadir}/geronimo-jaxrpc-1.1-api.jar
fi


%post -n geronimo-jms-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/jms.jar jms %{_javadir}/geronimo-jms-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jms_api.jar jms_api %{_javadir}/geronimo-jms-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jms_1_1_api.jar jms_1_1_api %{_javadir}/geronimo-jms-1.1-api.jar 10100

%preun -n geronimo-jms-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jms %{_javadir}/geronimo-jms-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jms_api %{_javadir}/geronimo-jms-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jms_1_1_api %{_javadir}/geronimo-jms-1.1-api.jar
fi

%post -n geronimo-jpa-3.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/jpa_api.jar jpa_api %{_javadir}/geronimo-jpa-3.0-api.jar 30000
%{_sbindir}/update-alternatives --install %{_javadir}/jpa_3_0_api.jar jpa_3_0_api %{_javadir}/geronimo-jpa-3.0-api.jar 30000

%preun -n geronimo-jpa-3.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jpa_api %{_javadir}/geronimo-jpa-3.0-api.jar
    %{_sbindir}/update-alternatives --remove jpa_3_0_api %{_javadir}/geronimo-jpa-3.0-api.jar
fi

%post -n geronimo-jsp-2.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/jsp.jar jsp %{_javadir}/geronimo-jsp-2.0-api.jar 20000
%{_sbindir}/update-alternatives --install %{_javadir}/jsp_api.jar jsp_api %{_javadir}/geronimo-jsp-2.0-api.jar 20000
%{_sbindir}/update-alternatives --install %{_javadir}/jsp_2_0_api.jar jsp_2_0_api %{_javadir}/geronimo-jsp-2.0-api.jar 20000

%preun -n geronimo-jsp-2.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jsp %{_javadir}/geronimo-jsp-2.0-api.jar
    %{_sbindir}/update-alternatives --remove jsp_api %{_javadir}/geronimo-jsp-2.0-api.jar
    %{_sbindir}/update-alternatives --remove jsp_2_0_api %{_javadir}/geronimo-jsp-2.0-api.jar
fi

%post -n geronimo-jsp-2.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/jsp.jar jsp %{_javadir}/geronimo-jsp-2.1-api.jar 20100
%{_sbindir}/update-alternatives --install %{_javadir}/jsp_api.jar jsp_api %{_javadir}/geronimo-jsp-2.1-api.jar 20100
%{_sbindir}/update-alternatives --install %{_javadir}/jsp_2_1_api.jar jsp_2_1_api %{_javadir}/geronimo-jsp-2.1-api.jar 20100

%preun -n geronimo-jsp-2.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jsp %{_javadir}/geronimo-jsp-2.1-api.jar
    %{_sbindir}/update-alternatives --remove jsp_api %{_javadir}/geronimo-jsp-2.1-api.jar
    %{_sbindir}/update-alternatives --remove jsp_2_1_api %{_javadir}/geronimo-jsp-2.1-api.jar
fi


%post -n geronimo-jta-1.0.1B-api
%{_sbindir}/update-alternatives --install %{_javadir}/jta.jar jta %{_javadir}/geronimo-jta-1.0.1B-api.jar 10001
%{_sbindir}/update-alternatives --install %{_javadir}/jta_api.jar jta_api %{_javadir}/geronimo-jta-1.0.1B-api.jar 10001
%{_sbindir}/update-alternatives --install %{_javadir}/jta_1_0_1B_api.jar jta_1_0_1B_api %{_javadir}/geronimo-jta-1.0.1B-api.jar 10001

%preun -n geronimo-jta-1.0.1B-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jta %{_javadir}/geronimo-jta-1.0.1B-api.jar
    %{_sbindir}/update-alternatives --remove jta_api %{_javadir}/geronimo-jta-1.0.1B-api.jar
    %{_sbindir}/update-alternatives --remove jta_1_0_1B_api %{_javadir}/geronimo-jta-1.0.1B-api.jar
fi


%post -n geronimo-jta-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/jta.jar jta %{_javadir}/geronimo-jta-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jta_api.jar jta_api %{_javadir}/geronimo-jta-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jta_1_1_api.jar jta_1_1_api %{_javadir}/geronimo-jta-1.1-api.jar 10100

%preun -n geronimo-jta-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jta %{_javadir}/geronimo-jta-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jta_api %{_javadir}/geronimo-jta-1.1-api.jar
    %{_sbindir}/update-alternatives --remove jta_1_1_api %{_javadir}/geronimo-jta-1.1-api.jar
fi

%post -n geronimo-qname-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/qname_api.jar qname_api %{_javadir}/geronimo-qname-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/qname_1_1_api.jar qname_1_1_api %{_javadir}/geronimo-qname-1.1-api.jar 10100

%postun -n geronimo-qname-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove qname_api %{_javadir}/geronimo-qname-1.1-api.jar
    %{_sbindir}/update-alternatives --remove qname_1_1_api %{_javadir}/geronimo-qname-1.1-api.jar
fi

%post -n geronimo-saaj-1.1-api
%{_sbindir}/update-alternatives --install %{_javadir}/saaj.jar saaj %{_javadir}/geronimo-saaj-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/saaj_api.jar saaj_api %{_javadir}/geronimo-saaj-1.1-api.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/saaj_1_1_api.jar saaj_1_1_api %{_javadir}/geronimo-saaj-1.1-api.jar 10100

%preun -n geronimo-saaj-1.1-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove saaj %{_javadir}/geronimo-saaj-1.1-api.jar
    %{_sbindir}/update-alternatives --remove saaj_api %{_javadir}/geronimo-saaj-1.1-api.jar
    %{_sbindir}/update-alternatives --remove saaj_1_1_api %{_javadir}/geronimo-saaj-1.1-api.jar
fi

%post -n geronimo-stax-1.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/stax_api.jar stax_api %{_javadir}/geronimo-stax-1.0-api.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/stax_1_0_api.jar stax_1_0_api %{_javadir}/geronimo-stax-1.0-api.jar 10000

%preun -n geronimo-stax-1.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove stax_api %{_javadir}/geronimo-stax-1.0-api.jar
    %{_sbindir}/update-alternatives --remove stax_1_0_api %{_javadir}/geronimo-stax-1.0-api.jar
fi

%post -n geronimo-ws-metadata-2.0-api
%{_sbindir}/update-alternatives --install %{_javadir}/ws_metadata_api.jar ws_metadata_api %{_javadir}/geronimo-ws-metadata-2.0-api.jar 20000
%{_sbindir}/update-alternatives --install %{_javadir}/ws_metadata_2_0_api.jar ws_metadata_2_0_api %{_javadir}/geronimo-ws-metadata-2.0-api.jar 20000

%preun -n geronimo-ws-metadata-2.0-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove ws_metadata_api %{_javadir}/geronimo-ws-metadata-2.0-api.jar
    %{_sbindir}/update-alternatives --remove ws_metadata_2_0_api %{_javadir}/geronimo-ws-metadata-2.0-api.jar
fi

%post -n geronimo-j2ee-1.4-apis
%{_sbindir}/update-alternatives --install %{_javadir}/jaf_api.jar jaf_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10002
%{_sbindir}/update-alternatives --install %{_javadir}/jaf_1_0_2_api.jar jaf_1_0_2_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10002
%{_sbindir}/update-alternatives --install %{_javadir}/commonj_apis.jar commonj_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/commonj_1_1_apis.jar commonj_1_1_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/corba_apis.jar corba_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar 20300
%{_sbindir}/update-alternatives --install %{_javadir}/corba_2_3_apis.jar corba_2_3_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar 20300
%{_sbindir}/update-alternatives --install %{_javadir}/ejb_api.jar ejb_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 20100
%{_sbindir}/update-alternatives --install %{_javadir}/ejb_2_1_api.jar ejb_2_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 20100
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee-connector.jar j2ee-connector %{_javadir}/geronimo-j2ee-1.4-apis.jar 10500
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_connector_api.jar j2ee_connector_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10500
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_connector_1_5_api.jar j2ee_1_5_connector_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10500
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_deployment_api.jar j2ee_deployment_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_deployment_1_1_api.jar j2ee_deployment_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_management_api.jar j2ee_management_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/j2ee_management_1_0_api.jar j2ee_management_1_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/jacc_api.jar jacc_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/jacc_1_0_api.jar jacc_1_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/javamail_api.jar javamail_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10301
%{_sbindir}/update-alternatives --install %{_javadir}/javamail_1_3_1_api.jar javamail_1_3_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10301
%{_sbindir}/update-alternatives --install %{_javadir}/jaxr_api.jar jaxr_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/jaxr_1_0_api.jar jaxr_1_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10000
%{_sbindir}/update-alternatives --install %{_javadir}/jaxrpc_api.jar jaxrpc_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jaxrpc_1_1_api.jar jaxrpc_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jms_api.jar jms_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jms_1_1_api.jar jms_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jsp_api.jar jsp_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jsp_2_0_api.jar jsp_2_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/jta_api.jar jta_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10001
%{_sbindir}/update-alternatives --install %{_javadir}/jta_1_0_1B_api.jar jta_1_0_1B_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10001
%{_sbindir}/update-alternatives --install %{_javadir}/qname_api.jar qname_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/qname_1_1_api.jar qname_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/saaj_api.jar saaj_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100
%{_sbindir}/update-alternatives --install %{_javadir}/saaj_1_1_api.jar saaj_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar 10100

%preun -n geronimo-j2ee-1.4-apis
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jaf_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jaf_1_0_2_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove commonj_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove commonj_1_1_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove corba_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove corba_2_3_apis %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove ejb_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove ejb_2_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove j2ee-connector %{_javadir}/geronimo-j2ee-connector-1.5-api.jar
    %{_sbindir}/update-alternatives --remove j2ee_connector_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove j2ee_connector_1_5_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove j2ee_deployment_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove j2ee_deployment_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove j2ee_management_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove j2ee_management_1_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jacc_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jacc_1_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove javamail_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove javamail_1_3_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jaxr_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jaxr_1_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jaxrpc_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jaxrpc_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jms_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jms_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jsp_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jsp_2_0_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jta_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove jta_1_0_1B_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove qname_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove qname_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove saaj_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
    %{_sbindir}/update-alternatives --remove saaj_1_1_api %{_javadir}/geronimo-j2ee-1.4-apis.jar
fi

%files
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/LICENSE.txt
%dir %{_javadir}/geronimo
%{_javadir}/geronimo/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*

%files poms
%defattr(0644,root,root,0755)
%config %{_mavendepmapfragdir}/*
%{_mavenpomdir}/*

%files -n geronimo-commonj-1.1-apis
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-commonj-1.1-apis*.jar
%ghost %{_javadir}/commonj_1_1_apis.jar
%ghost %{_javadir}/commonj_apis.jar
%doc %{_docdir}/%{name}-%{version}/commonj-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/commonj-1.1
%dir %{_docdir}/%{name}-%{version}

%files -n geronimo-jaf-1.0.2-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jaf-1.0.2-api*.jar
%doc %{_docdir}/%{name}-%{version}/jaf-1.0.2/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jaf-1.0.2
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jaf.jar
%ghost %{_javadir}/jaf_api.jar
%ghost %{_javadir}/jaf_1_0_2_api.jar

%files -n geronimo-jaf-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jaf-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/jaf-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jaf-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jaf.jar
%ghost %{_javadir}/jaf_api.jar
%ghost %{_javadir}/jaf_1_1_api.jar

%files -n geronimo-annotation-1.0-api
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/annotation-1.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/annotation-1.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/annotation_api.jar
%ghost %{_javadir}/annotation_1_0_api.jar
%{_javadir}/geronimo-annotation-1.0-api*.jar

%files -n geronimo-corba-2.3-apis
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-corba-2.3-apis*.jar
%doc %{_docdir}/%{name}-%{version}/corba-2.3/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/corba-2.3
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/corba_apis.jar
%ghost %{_javadir}/corba_2_3_apis.jar


%files -n geronimo-ejb-3.0-api
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/ejb-3.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/ejb-3.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/ejb.jar
%ghost %{_javadir}/ejb_api.jar
%ghost %{_javadir}/ejb_3_0_api.jar
%{_javadir}/geronimo-ejb-3.0-api*.jar

%files -n geronimo-el-1.0-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-el-1.0-api*.jar
%doc %{_docdir}/%{name}-%{version}/el-1.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/el-1.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/el_api.jar
%ghost %{_javadir}/el_1_0_api.jar

%files -n geronimo-interceptor-3.0-api
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}/interceptor-3.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/interceptor-3.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/interceptor_api.jar
%ghost %{_javadir}/interceptor_3_0_api.jar
%{_javadir}/geronimo-interceptor-3.0-api*.jar

%files -n geronimo-j2ee-1.4-apis
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-j2ee-1.4-apis*.jar
%doc %{_docdir}/%{name}-%{version}/j2ee-1.4/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/j2ee-1.4
%dir %{_docdir}/%{name}-%{version}

%files -n geronimo-j2ee-connector-1.5-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-j2ee-connector-1.5-api*.jar
%doc %{_docdir}/%{name}-%{version}/j2ee-connector-1.5/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/j2ee-connector-1.5
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/j2ee-connector.jar
%ghost %{_javadir}/j2ee_connector_api.jar
%ghost %{_javadir}/j2ee_connector_1_5_api.jar

%files -n geronimo-j2ee-deployment-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-j2ee-deployment-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/j2ee-deployment-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/j2ee-deployment-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/j2ee-deployment.jar
%ghost %{_javadir}/j2ee_deployment_api.jar
%ghost %{_javadir}/j2ee_deployment_1_1_api.jar

%files -n geronimo-javaee-deployment-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-javaee-deployment-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/javaee-deployment-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/javaee-deployment-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/javaee_deployment_api.jar
%ghost %{_javadir}/javaee_deployment_1_1MR3_api.jar

%files -n geronimo-jacc-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jacc-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/jacc-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jacc-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jacc_api.jar
%ghost %{_javadir}/jacc_1_1_api.jar

%files -n geronimo-j2ee-management-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-j2ee-management-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/j2ee-management-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/j2ee-management-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/j2ee-management.jar
%ghost %{_javadir}/j2ee_management_api.jar
%ghost %{_javadir}/j2ee_management_1_1_api.jar

%files -n geronimo-javamail-1.4-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-javamail-1.4-api*.jar
%doc %{_docdir}/%{name}-%{version}/javamail-1.4/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/javamail-1.4
%dir %{_docdir}/%{name}-%{version}
# Do not provide it as this is just the API (is it?) and
# our 'javamail' alternative means the providers as well
# all in a single jar file called 'javamail.jar'
%ghost %{_javadir}/javamail_api.jar
%ghost %{_javadir}/javamail_1_4_api.jar

%files -n geronimo-jaxrpc-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jaxrpc-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/jaxrpc-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jaxrpc-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jaxrpc.jar
%ghost %{_javadir}/jaxrpc_api.jar
%ghost %{_javadir}/jaxrpc_1_1_api.jar

%files -n geronimo-jms-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jms-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/jms-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jms-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jms.jar
%ghost %{_javadir}/jms_api.jar
%ghost %{_javadir}/jms_1_1_api.jar

%files -n geronimo-jpa-3.0-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jpa-3.0-api*.jar
%doc %{_docdir}/%{name}-%{version}/jpa-3.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jpa-3.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jpa_api.jar
%ghost %{_javadir}/jpa_3_0_api.jar

%files -n geronimo-jsp-2.0-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jsp-2.0-api*.jar
%doc %{_docdir}/%{name}-%{version}/jsp-2.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jsp-2.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jsp.jar
%ghost %{_javadir}/jsp_api.jar
%ghost %{_javadir}/jsp_2_0_api.jar

%files -n geronimo-jsp-2.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jsp-2.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/jsp-2.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jsp-2.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jsp.jar
%ghost %{_javadir}/jsp_api.jar
%ghost %{_javadir}/jsp_2_1_api.jar

%files -n geronimo-jta-1.0.1B-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jta-1.0.1B-api*.jar
%doc %{_docdir}/%{name}-%{version}/jta-1.0.1B/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jta-1.0.1B
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jta.jar
%ghost %{_javadir}/jta_api.jar
%ghost %{_javadir}/jta_1_0_1B_api.jar

%files -n geronimo-jta-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-jta-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/jta-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/jta-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/jta.jar
%ghost %{_javadir}/jta_api.jar
%ghost %{_javadir}/jta_1_1_api.jar

%files -n geronimo-qname-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-qname-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/qname-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/qname-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/qname_api.jar
%ghost %{_javadir}/qname_1_1_api.jar

%files -n geronimo-saaj-1.1-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-saaj-1.1-api*.jar
%doc %{_docdir}/%{name}-%{version}/saaj-1.1/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/saaj-1.1
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/saaj.jar
%ghost %{_javadir}/saaj_api.jar
%ghost %{_javadir}/saaj_1_1_api.jar

%files -n geronimo-stax-1.0-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-stax-1.0-api*.jar
%doc %{_docdir}/%{name}-%{version}/stax-1.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/stax-1.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/stax_api.jar
%ghost %{_javadir}/stax_1_0_api.jar

%files -n geronimo-ws-metadata-2.0-api
%defattr(0644,root,root,0755)
%{_javadir}/geronimo-ws-metadata-2.0-api*.jar
%doc %{_docdir}/%{name}-%{version}/ws-metadata-2.0/LICENSE.txt
%dir %{_docdir}/%{name}-%{version}/ws-metadata-2.0
%dir %{_docdir}/%{name}-%{version}
%ghost %{_javadir}/ws_metadata_api.jar
%ghost %{_javadir}/ws_metadata_2_0_api.jar


%changelog

* Sat Mar 19 2016 Denis Silakov <dsilakov@gmail.com> 0:1.2-12
- (7c0077e) Drop old servlet-api subpackages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22616 |14mu|gettext-0.19.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define intl_major 8
%define major 0
%define libintl %mklibname intl %{intl_major}
%define libasprintf %mklibname asprintf %{major}
%define libgettextpo %mklibname gettextpo %{major}
%define libgettextmisc %mklibname gettextmisc

%bcond_with check
%bcond_with csharp
%bcond_with java
%{?build_emacs}%{?!build_emacs:%bcond_without emacs}

Summary:	GNU libraries and utilities for producing multi-lingual messages
Name:		gettext
Version:	0.19.4
Release:	1
License:	GPLv3+ and LGPLv2.1+
Group:		System/Internationalization
Url:		http://www.gnu.org/software/gettext/
Source0:	ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
Source2:	po-mode-init.el
# Missing in 0.19.1 tarball
Source3:	git-version-gen
Source100:	%{name}.rpmlintrc
# KDE example comes from 2003, it's really useless now
Patch0:		gettext-0.19.1-drop-kde-example.patch
Patch1:		gettext-0.18.1.1-stdio-gets.patch

BuildRequires:	bison
BuildRequires:	chrpath
%if %{with emacs}
BuildRequires:	emacs-nox
%endif
BuildRequires:	flex
BuildRequires:	texinfo
BuildRequires:	acl-devel
BuildRequires:	gomp-devel
BuildRequires:	libunistring-devel
BuildRequires:	pkgconfig(libcroco-0.6)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(libxml-2.0)
%if %{with check}
# test suite
BuildRequires:	locales-fa
BuildRequires:	locales-fr
BuildRequires:	locales-ja
BuildRequires:	locales-zh
%endif
%if %{with csharp}
# (Abel) we pick mono here, though pnet can be used as well.
BuildRequires:	mono
%endif
%if %{with java}
BuildRequires:	eclipse-ecj
BuildRequires:	gcc-java
BuildRequires:	gcj-tools
BuildRequires:	fastjar
%endif

Requires:	%{name}-base = %{version}-%{release}
Requires:	%{libgettextmisc} = %{version}-%{release}
# xgettext will dlopen() it when extracting strings from glade files
Requires:	%mklibname expat 1

%description
The GNU gettext package provides a set of tools and documentation for producing
multi-lingual messages in programs. Tools include a set of conventions about
how programs should be written to support message catalogs, a directory and
file naming organization for the message catalogs, a runtime library which
supports the retrieval of translated messages, and stand-alone programs for
handling the translatable and the already translated strings. Gettext provides
an easy to use library and tools for creating, using, and modifying natural
language catalogs and is a powerful and simple method for internationalizing
programs.

If you would like to internationalize or incorporate multi-lingual messages
into programs that you're developing, you should install gettext.

%files
%doc AUTHORS README COPYING gettext-runtime/ABOUT-NLS gettext-runtime/BUGS NEWS THANKS
%if %{with emacs}
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*.el
%endif
%{_bindir}/envsubst
%{_bindir}/gettext.sh
%{_bindir}/msg*
%{_bindir}/recode-sr-latin
%{_bindir}/xgettext
%dir %{_datadir}/gettext
%{_datadir}/%{name}/msgunfmt.tcl
%{_datadir}/%{name}/projects
%{_datadir}/%{name}/javaversion.class
%{_datadir}/%{name}/styles
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/hostname
%{_libdir}/%{name}/project-id
%{_libdir}/%{name}/urlget
%{_libdir}/%{name}/user-email
%if %{with java}
%exclude %{_libdir}/%{name}/gnu.gettext.*
%endif
%{_infodir}/gettext.*
%if %{with emacs}
%{_datadir}/emacs/site-lisp/*.el*
%endif
%{_mandir}/man1/envsubst.*
%{_mandir}/man1/msg*
%{_mandir}/man1/xgettext.*
%{_mandir}/man1/recode-sr-latin.*

#----------------------------------------------------------------------------

%package -n %{libintl}
Summary:	Basic libintl library for internationalization
Group:		System/Libraries
License:	LGPLv2.1+
Provides:	libintl = %{version}-%{release}

%description -n %{libintl}
This package contains the libintl library, which is important for
system internationalization.

%files -n %{libintl}
/%{_lib}/libintl.so.%{intl_major}*

#----------------------------------------------------------------------------

%package -n %{libasprintf}
Summary:	%{name} libasprintf needed by %{name} utilities
Group:		System/Libraries
License:	LGPLv2.1+
Conflicts:	%{_lib}gettextmisc < 0.18.1.1-4

%description -n %{libasprintf}
This package contains libasprintf shared library.

%files -n %{libasprintf}
%{_libdir}/libasprintf.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgettextpo}
Summary:	%{name} libgettextpo needed by %{name} utilities
Group:		System/Libraries
License:	LGPLv2.1+
Conflicts:	%{_lib}gettextmisc < 0.18.1.1-4

%description -n %{libgettextpo}
This package contains libgettextpo shared library.

%files -n %{libgettextpo}
%{_libdir}/libgettextpo.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgettextmisc}
Summary:	Other %{name} libraries needed by %{name} utilities
Group:		System/Libraries
License:	LGPLv2.1+

%description -n %{libgettextmisc}
This package contains all other libraries used by %{name} utilities,
and are not very widely used outside %{name}.

%files -n %{libgettextmisc}
%{_libdir}/libgettextlib-*.so
%{_libdir}/libgettextsrc-*.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/C
License:	LGPLv2.1+
Requires:	%{name} = %{EVRD}
Requires:	%{libgettextpo} = %{EVRD}
Requires:	%{libasprintf} = %{EVRD}
Requires:	%{libgettextmisc} = %{EVRD}
Requires:	%{libintl} = %{EVRD}
# fwang: autopoint requires cvs to work
Requires:	cvs

%description devel
This package contains all development related files necessary for
developing or compiling applications/libraries that needs
internationalization capability. You also need this package if you
want to add gettext support for your project.

%files devel
%doc gettext-runtime/man/*.3.html examples htmldoc
%{_bindir}/autopoint
%{_bindir}/gettextize
%{_datadir}/%{name}/ABOUT-NLS
%{_datadir}/%{name}/archive*
%{_datadir}/%{name}/config.rpath
%{_datadir}/%{name}/*.h
%{_datadir}/%{name}/intl
%{_datadir}/%{name}/po
%{_datadir}/aclocal/*
%{_includedir}/*
%{_infodir}/autosprintf*
# "lib*.so" cannot be used (it should be 'lib[^\.]*\.so' regexp in fact
# but using regexp is not possible here; so we list all files manually
%{_libdir}/libasprintf.so
%{_libdir}/libgettextlib.so
%{_libdir}/libgettextpo.so
%{_libdir}/libgettextsrc.so
%{_libdir}/libintl.so
%{_mandir}/man1/autopoint.*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package base
Summary:	Basic binary for showing translation of textual messages
Group:		System/Internationalization
Requires:	%{libintl} = %{EVRD}

%description base
This package contains the basic binary from %{name}. It is splitted from
%{name} because initscript need it to show translated boot messages.

%files base -f %{name}.lang
%doc gettext-runtime/man/*.1.html
%doc gettext-runtime/intl/COPYING*
/bin/gettext
%{_bindir}/gettext
%{_bindir}/ngettext
%{_mandir}/man1/gettext*
%{_mandir}/man1/ngettext*

#----------------------------------------------------------------------------

%if %{with java}
%package java
Summary:	Java binding for GNU gettext
Group:		System/Internationalization
Requires:	%{name} = %{version}

%description java
This package contains class file that implements the main GNU libintl
functions in Java. This allows compiling GNU gettext message catalogs
into Java ResourceBundle classes.

%files java
%doc gettext-runtime/intl-java/javadoc*
%{_libdir}/%{name}/gnu.gettext.*
%{_datadir}/%{name}/*.jar
%endif

#----------------------------------------------------------------------------

%if %{with csharp}
%package csharp
Summary:	C# binding for GNU gettext
Group:		System/Internationalization
Requires:	mono
Requires:	%{name} = %{version}

%description csharp
This package contains class file that implements the main GNU libintl
functions in C#. This allows compiling GNU gettext message catalogs
into C# dll or resource files.

%files csharp
%doc gettext-runtime/intl-csharp/csharpdoc/*
%{_libdir}/*.dll
%{_libdir}/gettext/*.exe
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
install -m 755 %{SOURCE3} build-aux/

%build
autoreconf -fi
%if %{with java}
export GCJ="%{_bindir}/gcj"
export JAVAC="%{_bindir}/gcj -C"
export JAR="%{_bindir}/fastjar"
%endif

for i in `find -name configure|sort`
do
pushd `dirname $i`
CONFIGURE_TOP=. \
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--enable-shared \
	--with-included-gettext \
%if %{with csharp}
	--enable-csharp=mono \
%else
	--disable-csharp \
%endif
%if ! %{with java}
	--disable-java
%endif

popd
done

%make

%if %{with check}
%check
export JAVAC=ecj
LC_ALL=C make check
%endif

%install
%makeinstall_std

# remove unwanted files
rm -f %{buildroot}%{_includedir}/libintl.h \
      %{buildroot}%{_datadir}/locale/locale.alias
rm -f gettext-runtime/intl-java/javadoc2/package-list

%if %{with emacs}
install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el
%endif

# remove non-standard lc directories
for i in en@boldquot en@quot ; do rm -rf %{buildroot}/%{_datadir}/locale/$i; done

# move installed doc back to %%doc
rm -rf htmldoc examples
mkdir htmldoc
for i in gettext-runtime/man/*.html; do
  rm -f %{buildroot}%{_datadir}/doc/gettext/`basename $i`
done
rm -rf %{buildroot}%{_datadir}/doc/gettext/javadoc*
mv %{buildroot}%{_datadir}/doc/gettext/* %{buildroot}/%{_datadir}/doc/libasprintf/* htmldoc
mv htmldoc/examples examples

# move crucial stuff to /lib and /bin
pushd %{buildroot}
mkdir -p bin
mkdir -p ./%{_lib}
mv usr/bin/gettext bin/
ln -s ../../bin/gettext usr/bin/gettext
mv .%{_libdir}/libintl.so.* ./%{_lib}/
rm -f .%{_libdir}/libintl.so
# if major changed, then package build will fail, which is a GOOD THING.
# this prevents mindless packaging.
[ -f %{_lib}/libintl.so.%{intl_major} ] && \
  ln -s ../../%{_lib}/libintl.so.%{intl_major} .%{_libdir}/libintl.so
popd

# remove java stuff, otherwise rpm complains
%if !%{with java}
rm -f %{buildroot}%{_libdir}/%{name}/gnu.gettext.* \
      %{buildroot}%{_datadir}/%{name}/*.jar
%endif

# cleanup rpaths
for i in %{buildroot}%{_bindir}/* `find %{buildroot}%{_libdir} -type f`; do
    if file $i | grep "ELF 64-bit" >/dev/null; then
	chrpath -l $i && chrpath --delete $i
    fi
done

%find_lang %{name} --all-name


%changelog

* Wed Apr 08 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.19.4-1
- (e468797) New version 0.19.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22617 |14mu|gexif-0.5-26
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical tool to access EXIF information in JPEG files
Name:		gexif
Version:	0.5
Release:	26
License:	LGPLv2+
Group:		Graphics
Url:		http://sourceforge.net/projects/libexif
Source0:	http://belnet.dl.sourceforge.net/sourceforge/libexif/%{name}-%{version}.tar.bz2
# Bug #23536
Patch0:		gexif-0.5-warning_non_fatal.patch

BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libexif-gtk)
BuildRequires:	pkgconfig(popt)

%description
Most digital cameras produce EXIF files, which are JPEG files with extra tags
that contain information about the image. The EXIF library allows you to parse
an EXIF file and read the data from those tags.

This package contains a graphical frontend for the EXIF library.

%files -f %{name}.lang
%doc AUTHORS ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# Make gexif compile with GTK 2.4.x or newer
perl -n -i -e '/^\s*-DGTK_DISABLE_DEPRECATED\b.*$/ || print $_' gexif/Makefile*

%build
%configure2_5x
%make

%install
%makeinstall_std

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Gexif
Comment=Access EXIF information from pictures
Comment[ru]=Доступ к EXIF-информации изображений
Exec=%{_bindir}/%{name}
Icon=graphics_section
Terminal=false
Type=Application
Categories=Graphics;GTK;
EOF

%find_lang %{name}


%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 0.5-26
- (20746aa) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22618 |14mu|gfxboot-4.5.7-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools to create graphical boot logos
Name:		gfxboot
Version:	4.5.7
Release:	14
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://en.opensuse.org/
Source0:	%{name}-%{version}.tar.xz
BuildRequires:	lynx
BuildRequires:	nasm
BuildRequires:	xmlto
BuildRequires:	sed
BuildRequires:	docbook-dtd-xml
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(x11)
ExclusiveArch:	%{ix86} x86_64

%description
gfxboot provides tools to create graphical boot logos, for grub, lilo
and syslinux. It supports arch-specific boot menus, advanced help
menus, multiple keymaps, animated images, and more graphical pretty
things.

%files
%{_sbindir}/gfxboot
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%package devel
Summary:	Tools for creating a graphical boot logo
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}
Requires:	master-boot-code
Requires:	qemu

%description devel
Here you find the necessary programs to create your own graphical boot
logo. The logo can be used with grub, lilo or syslinux.

%files devel
%{_bindir}/gfxboot-compile
%{_bindir}/gfxboot-font
%{_bindir}/gfxboot-adddir
%{_bindir}/gfxboot-keymapchars
%{_bindir}/gfxboot-test
%doc doc/gfxboot.txt
%doc doc/gfxboot.html

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export SUSE_ASNEEDED=0
%make
%make doc

%install
%makeinstall_std THEMES=""
install -d -m 755 %{buildroot}%{_mandir}/man8
install -m 644 doc/gfxboot.8 %{buildroot}%{_mandir}/man8

# gfxboot-compile is used to build as non-root, move it out of /usr/sbin
install -d %{buildroot}%{_bindir}
# add adddir and keymapchars since they are used in mandriva-gfxboot-theme
# build system
cp %{_builddir}/%{name}-%{version}/bin/adddir %{buildroot}%{_bindir}/gfxboot-adddir
cp %{_builddir}/%{name}-%{version}/bin/keymapchars %{buildroot}%{_bindir}/gfxboot-keymapchars
mv %{buildroot}%{_sbindir}/gfxboot-compile %{buildroot}%{_bindir}/gfxboot-compile
mv %{buildroot}%{_sbindir}/gfxboot-font %{buildroot}%{_bindir}/gfxboot-font
mv %{buildroot}%{_sbindir}/gfxtest %{buildroot}%{_bindir}/gfxboot-test


%changelog

* Sun Mar 01 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 4.5.7-14
- (43fbc3b) fix BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22619 |14mu|ggz-client-libs-0.0.14.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mod_major 4
%define core_major 9
%define modlibname %mklibname ggzmod %{mod_major}
%define corelibname %mklibname ggzcore %{core_major}

%define libggz_version %{version}
%define lib_name %mklibname %{name} %{core_major}
%define develname %mklibname -d %{name}

Name:		ggz-client-libs
Summary:	GGZ Client Libraries
Version:	0.0.14.1
Release:	11
License:	GPL
Group:		Games/Other
URL:		http://ggzgamingzone.org/
Source0:	http://ftp.ggzgamingzone.org/pub/ggz/%{version}/%{name}-%{version}.tar.gz

BuildRequires:	libggz-devel = %{libggz_version}
BuildRequires:	popt-devel
BuildRequires:	expat-devel
Requires(pre):	%{modlibname} = %{version}
Requires(pre):	%{corelibname} = %{version}

%description
The GGZ client libraries are necessary for running and/or developing
GGZ Gaming Zone clients and games.

This package contains shared data files of GGZ and utility that
maintain installed game modules.

%package -n	%{modlibname}
Summary:	GGZ Library containing functions interfacing game server and GGZ
Group:		System/Libraries
Requires:	%{name} = %{version}
Provides:	libggzmod = %{version}

%description -n	%{modlibname}
The GGZ client libraries are necessary for running and/or developing
GGZ Gaming Zone clients and games.

This package contains library that contains common functions for
interfacing a game server and GGZ.

%package -n	%{corelibname}
Summary:	GGZ Library needed by GGZ clients
Group:		System/Libraries
Requires:	%{name} = %{version}
Provides:	libggzcore = %{version}

%description -n	%{corelibname}
The GGZ client libraries are necessary for running and/or developing
GGZ Gaming Zone clients and games.

This package contains library that contains core functions needed
by all GGZ clients.

%package -n	%{develname}
Summary:	Development files for GGZ game clients library
Group:		Development/C
Requires:	libggz-devel = %{libggz_version}
Requires: 	%{modlibname} = %{version}-%{release}
Requires:	%{corelibname} = %{version}-%{release}
Provides: 	%{name}-devel = %{version}-%{release}

%description -n	%{develname}
The GGZ client libraries are necessary for running and/or developing
GGZ Gaming Zone clients and games.

This package contains headers and other development files used for
building GGZ Gaming Zone clients or game modules.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-libggz-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot} ggz*.lang
%makeinstall_std

%find_lang ggzcore
%find_lang ggz-config
cat ggz-config.lang >> ggzcore.lang

# owns various directories
mkdir -p %{buildroot}%{_libdir}/ggz \
	 %{buildroot}%{_datadir}/ggz/ggz-config \
	 %{buildroot}%{_datadir}/ggz/pixmaps

mkdir -p %{buildroot}%{_sysconfdir}
touch %{buildroot}%{_sysconfdir}/ggz.modules

%post
touch %{_sysconfdir}/ggz.modules

%files -f ggzcore.lang
%doc AUTHORS COPYING NEWS README QuickStart.GGZ README.GGZ
%ghost %{_sysconfdir}/ggz.modules
%{_sysconfdir}/xdg/menus/ggz.menu
%{_sysconfdir}/xdg/menus/applications-merged/ggz.merge.menu
%{_bindir}/ggz-config
%{_bindir}/ggz-wrapper
%{_bindir}/ggz
%dir %{_libexecdir}/ggz
%dir %{_libexecdir}/ggz/ggzwrap
%dir %{_datadir}/ggz
%dir %{_datadir}/ggz/ggz-config
%dir %{_datadir}/ggz/pixmaps
%{_datadir}/desktop-directories/ggz-games.directory
%{_datadir}/desktop-directories/ggz.directory
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man6/*
%{_mandir}/man7/*

%files -n %{modlibname}
%{_libdir}/libggzmod.so.%{mod_major}*

%files -n %{corelibname}
%{_libdir}/libggzcore.so.%{core_major}*

%files -n %{develname}
%doc COPYING ChangeLog
%{_includedir}/*
%{_libdir}/lib*.so
%{_mandir}/man3/*

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.0.14.1-11
- (6959b58) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22620 |14mu|ghetto-skype-1.5.0-1.20171130.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# To avoid out of memory error
%define _build_pkgcheck_set %{nil}

%define debug_package %{nil}

%define _skypedir /opt/ghetto-skype

%define __noautoreqfiles /opt/ghetto-skype/resources
%define __noautoreq 'libffmpeg.so*|libnode.so*'

%define git 20171130

Summary:	Web Skype + Tray Icon + Notifications
Name:		ghetto-skype
Version:	1.5.0
Release:	1.%{git}.3
License:	GPLv3+
Group:		Networking/Instant messaging
Url:		https://github.com/stanfieldr/ghetto-skype
# git snapshot
Source0:	%{name}-%{version}-%{git}.tar.bz2
Patch1:		ghetto-skype-1.6.0-autostart-dir.patch
Patch2:		ghetto-skype-1.6.0-browser-support.patch
Patch3:		ghetto-skype-1.5.0-20171130-fix-url.patch
BuildRequires:	git
BuildRequires:	graphicsmagick
BuildRequires:	libicns-utils
BuildRequires:	nodejs
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xkbfile)
AutoProv:	no

%description
Ghetto Skype is an electron client that uses Web Skype to better integrate
with desktop environments found on Linux.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_skypedir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{git}
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
npm install
#npm run dist

%ifarch x86_64
%define linuxunpacked dist/linux-unpacked
node_modules/.bin/build -l tar.gz --x64
%else
%define linuxunpacked dist/linux-ia32-unpacked
node_modules/.bin/build -l tar.gz --ia32
%endif

%install
mkdir -p %{buildroot}%{_skypedir}
cp -a %{linuxunpacked}/* %{buildroot}%{_skypedir}/

# install binary wrapper
mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh
pushd %{_skypedir}
./ghetto-skype
popd
EOF
chmod 755 %{buildroot}%{_bindir}/%{name}

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Ghetto Skype
Comment=An electron client that uses Web Skype
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Network;InstantMessaging;
EOF

# install menu icons
icns2png -x build/icon.icns
for N in 16 32 48 128 256 512;
do
install -D -m 0644 icon_${N}x${N}x32.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22621 |14mu|ghostscript-9.14-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define gsver 9.14
%define ijsver 0.35
%define ijsreloffset 100
%define ijsrel %(echo $((%{release} + %{ijsreloffset})))

%define ijsmajor 1
%define libijs %mklibname ijs %{ijsmajor}
%define libijs_devel %mklibname -d ijs

%define gsmajor 9
%define libgs %mklibname gs %{gsmajor}
%define libgs_devel %mklibname -d gs

%define bootstrap 0

%define GSx11SVGAmodule 1
%define withcupsfilters 0
%define debug 0
%if %{bootstrap}
%global withcupsfilters 0
%endif

Summary:	PostScript/PDF interpreter and renderer (Main executable)
Name:		ghostscript
Version:	%{gsver}
Release:	8
License:	GPLv2+
Group:		Publishing
Url:		http://www.ghostscript.com/awki/Index
Source0:	http://ghostscript.com/releases/%{name}-%{gsver}.tar.gz
Source2:	ps2pdfpress.bz2
Source3:	http://www.linuxprinting.org/download/printing/sipixa6.upp.bz2
Source4:	ghostscript.rpmlintrc

# Fedora patches
Patch1:		ghostscript-multilib.patch
Patch2:		ghostscript-scripts.patch
Patch3:		ghostscript-noopt.patch
Patch4:		ghostscript-runlibfileifexists.patch
Patch5:		ghostscript-icc-missing-check.patch
Patch6:		ghostscript-Fontmap.local.patch
Patch7:		ghostscript-iccprofiles-initdir.patch
Patch8:		ghostscript-gdevcups-debug-uninit.patch
Patch9:		ghostscript-wrf-snprintf.patch
Patch10:	ghostscript-9.14-system-zlib.patch

%if !%{bootstrap}
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(gtk+-2.0)
%endif
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	poppler-data
BuildRequires:	unzip
BuildRequires:	gettext-devel
BuildRequires:	glibc-devel
BuildRequires:	jbig2dec-devel
BuildRequires:	jpeg-devel
BuildRequires:	libpaper-devel
BuildRequires:	netpbm-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)

Requires:	ghostscript-common
Requires:	ghostscript-fonts
Requires:	poppler-data
Requires:	update-alternatives
Requires:	urw-fonts
%if !%{GSx11SVGAmodule}
%rename	ghostscript-module-X ghostscript-module-SVGALIB
%endif

%description
Ghostscript is a set of software tools that provide a PostScript(TM)
interpreter, a set of C procedures (the Ghostscript library, which
implements the graphics capabilities in the PostScript language) and
an interpreter for Portable Document Format (PDF) files. Ghostscript
translates PostScript code into many common, bitmapped and vector
formats, like those understood by your printer or screen. Ghostscript
is normally used to display PostScript files and to print PostScript
files to non-PostScript printers.

You should install ghostscript if you need to display PostScript or
PDF files, or if you have a non-PostScript printer.

%files
%{_bindir}/gsc
%{_bindir}/gs-common
%{_bindir}/ghostscript

%preun
if [ "$1" = 0 ]; then
  # Remove update-alternatives entry
  %{_sbindir}/update-alternatives --remove gs %{_bindir}/gsc
fi

%post
# Set up update-alternatives entries
%{_sbindir}/update-alternatives --install %{_bindir}/gs gs %{_bindir}/gsc 200

#----------------------------------------------------------------------------

%package dvipdf
Summary:	PostScript/PDF interpreter and renderer (DVI-to-PDF converter)
Group: 		Publishing
Requires: 	ghostscript
Requires:	coreutils
Requires:	tetex-dvips

%description dvipdf
Tool to convert the DVI format of TeX into the PDF format. There are
more such tools (for different quality levels) in the tetex-dvipdfm
package. All these tools use dvips of TeX to convert the DVI file to
PostScript, then they use GhostScript to generate the PDF file.

%files dvipdf
%{_bindir}/dvipdf

#----------------------------------------------------------------------------

%package common
Summary:	PostScript/PDF interpreter and renderer (Common files)
Group: 		Publishing
Requires:	urw-fonts >= 1.1
Requires:	ghostscript-fonts
Requires:	perl

%description common
Ghostscript is a PostScript/PDF interpreter. It can render both
PostScript and PDF files to devices which include X window, many
printer formats, and popular graphics file formats.

This package contains the common data files needed by GhostScript.

%files common
%dir %{_datadir}/ghostscript
%{_datadir}/ghostscript/%{gsver}
%{_mandir}/man1/*
%lang(de) %{_mandir}/de/man1/*
%{_bindir}/[e-f]*
#{_bindir}/gs-common
%{_bindir}/gs[a-b]*
%{_bindir}/gs[d-n]*
%{_bindir}/[j-l]*
%{_bindir}/[n-z]*
%if %{withcupsfilters}
# "pstoraster" wrapper script to make GhostScript being used as the
# cups-internal RIP
%attr(0755,root,root) %{_prefix}/lib*/cups/filter/*
%{_datadir}/cups/model/*
%config(noreplace) %{_sysconfdir}/cups/gstoraster.convs
%endif

%post common
# Initialize japanese fonts
if test -f /usr/share/fonts/ttf/japanese/cidinst; then
    sh /usr/share/fonts/ttf/japanese/cidinst
fi

#----------------------------------------------------------------------------

%package X
Summary:	PostScript/PDF interpreter and renderer (GTK-based executable)
Group: 		Publishing
Requires: 	ghostscript-common
Requires:	update-alternatives

%description X
Ghostscript is a PostScript/PDF interpreter. It can render both
PostScript and PDF files to devices which include X window, many
printer formats, and popular graphics file formats.

This package contains a GhostScript executable with GTK-based X
display support ("display" device, default, so it displays files by
simply entering "gs <file>" on the command line). It makes use of the
GhostScript shared library.

%files X
%{_bindir}/gsx

%preun X
if [ "$1" = 0 ]; then
  # Remove update-alternatives entry
  %{_sbindir}/update-alternatives --remove gs %{_bindir}/gsx
fi

%post X
# Set up update-alternatives entries
%{_sbindir}/update-alternatives --install %{_bindir}/gs gs %{_bindir}/gsx 100

#----------------------------------------------------------------------------

%if %{GSx11SVGAmodule}
%package module-X
Summary:	PostScript/PDF interpreter and renderer (Additional support for X)
Group: 		Publishing
Requires: 	ghostscript-common

%description module-X
Ghostscript is a PostScript/PDF interpreter. It can render both
PostScript and PDF files to devices which include X window, many
printer formats, and popular graphics file formats.

This package enhances Ghostscript with X window support.

%files module-X
%doc README.shared.mandrivalinux
%dir %{_libdir}/ghostscript/%{gsver}
%{_libdir}/ghostscript/%{gsver}/X11.so
%endif

#----------------------------------------------------------------------------

%package -n %{libgs}
Summary:	PostScript/PDF interpreter and renderer (GhostScript shared library)
Group:		Publishing

%description -n %{libgs}
This is the API library for programs which use the PostScript and/or
PDF interpreters of GhostScript.

%files -n %{libgs}
%{_libdir}/libgs.so.*%{gsmajor}*

#----------------------------------------------------------------------------

%package -n %{libgs_devel}
Summary:	Headers and links to compile against the "%{libgs}" library
Group:		Development/C
Requires:	%{libgs} >= %{gsver}
Provides:	%{name}-devel = %{gsver}
Provides:	libgs-devel = %{gsver}
Obsoletes:	%{_lib}gs9-devel < %{gsver}
Obsoletes:	%{_lib}gs8-devel < %{gsver}

%description -n %{libgs_devel}
This package contains the static library and the header files needed
to compile applications using the GhostScript shared library.

%files -n %{libgs_devel}
%{_libdir}/libgs.so
%{_includedir}/ghostscript

#----------------------------------------------------------------------------

%package -n %{libijs}
Summary:	Dynamic library for the IJS printer driver plug-in interface
Version:	%{ijsver}
Release:	%{ijsrel}
Group:		Publishing
Url:		http://www.linuxprinting.org/ijs/
Provides:	libijs = %{ijsver}-%{ijsrel}

%description -n %{libijs}
This is the API library for programs using the IJS printer driver
plug-in interface. Printer drivers using this interface can be added
to GhostScript (6.53 or newer) without needing to rebuild
GhostScript. Application programs providing an IJS interface can make
use of IJS printer drivers directly, without needing GhostScript.

%files -n %{libijs}
%{_libdir}/libijs-%{ijsver}.so

#----------------------------------------------------------------------------

%package -n %{libijs_devel}
Summary:	Headers and links for compiling against the "%{libijs}" library
Version:	%{ijsver}
Release:	%{ijsrel}
Group:		Development/C
Url:		http://www.linuxprinting.org/ijs/
Requires:	%{libijs} >= %{ijsver}
Requires:	multiarch-utils
Provides:	libijs-devel = %{ijsver}-%{ijsrel}
Provides:	ijs-devel = %{ijsver}-%{ijsrel}
Obsoletes:	%{_lib}ijs1-devel < %{ijsver}-%{ijsrel}

%description -n %{libijs_devel}
This package contains the static library and the header files needed
to compile applications using the IJS library.

%files -n %{libijs_devel}
%doc ijs/README
%{_libdir}/libijs.so
%{_libdir}/pkgconfig/ijs.pc
%{_includedir}/ijs
%{_bindir}/ijs_client_example
%{_bindir}/ijs_server_example
%{_bindir}/ijs-config

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for GhostScript
Group:		Publishing

%description doc
This package contains documentation for GhostScript.

%files doc
%doc %{_docdir}/ghostscript-doc-%{gsver}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# prevent building and using bundled libs
rm -rf jasper jbig2dec libpng jpeg tiff expat zlib lcms freetype

# Convert manual pages to UTF-8
from8859_1() {
        iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
        mv "${1}_" "$1"
}
for i in man/de/*.1; do from8859_1 "$i"; done

# Stuff for shared library support to ghostscript.
%if %{GSx11SVGAmodule}
# build a small README describing the features available.
cat <<EOF >README.shared.mandrivalinux
This version of ghostscript support shared modules dynamically loaded
at run time.

There are currently two modules compiled with the Mandriva Linux version of
ghostscript, one to support all X11 devices (typically used by gv) and
another to support the svgalib devices. Look at the
ghostscript-module-??? packages.

There is no configuration needed, just can add (or remove) the package
to add (or remove) the devices concerned in ghostscript.
EOF
%endif

# ps2pdfpress
bzcat %{SOURCE2} > ps2pdfpress

# UPP file for SiPix Pocket Printer A6
bzcat %{SOURCE3} > sipixa6.upp

%build
EXTRACFLAGS="-fno-strict-aliasing"

pushd ijs*
./autogen.sh
%configure2_5x \
%ifarch %{ix86}
	--disable-sse2 \
%endif
	--enable-shared \
	--disable-static

%make
popd

FONTPATH=
for path in \
        %{_datadir}/fonts/default/%{name} \
        %{_datadir}/fonts/default/Type1 \
        %{_datadir}/fonts/default/amspsfnt/pfb \
        %{_datadir}/fonts/default/cmpsfont/pfb \
        %{_datadir}/fonts \
        %{_datadir}/%{name}/conf.d \
        %{_sysconfdir}/%{name} \
        %{_sysconfdir}/%{name}/%{gs_dot_ver} \
        %{_datadir}/poppler/cMap/*
do
  FONTPATH="$FONTPATH${FONTPATH:+:}$path"
done
autoconf --force

%configure2_5x \
	--enable-dynamic \
%if !%{bootstrap}
    --enable-fontconfig \
%endif
    --with-drivers=ALL \
    --with-fontpath="$FONTPATH" \
    --with-ijs \
    --with-x \
    --disable-compile-inits \
    --with-system-libtiff \
%if %{withcupsfilters}
    --with-install-cups \
%endif
	CFLAGS="$CFLAGS $EXTRACFLAGS"


# Drivers which do not compile:
# Needs newsiop/lbp.h: nwp533
# Needs sys/ioccom.h: sparc
# Needs unbdev/lpviio.h: sparc

# Set documentation dir
perl -p -i -e 's|^(docdir=).*$|$1\$\(datadir\)/doc/%{name}-doc-%{gsver}|' Makefile

# Fix references to X11 libraries
perl -p -i -e "s|(/usr/X11R6)/lib\b|\1/%{_lib}|g" Makefile base/*.mak

# Correct paths for CJK fonts
perl -p -i -e "s:/usr/share/ghostscript/:/usr/share/ghostscript/Resource/:g" Resource/Init/gs_res.ps
perl -p -i -e "s:ghostscript/Resource/fonts:ghostscript/Resource/Font:g" Resource/Init/gs_res.ps

# Do not use "-ansi" in gcc calls
perl -p -i -e "s:-ansi::g" Makefile

# bork
perl -p -i -e "s|^EXTRALIBS=|EXTRALIBS=-L/%{_lib} -lz |g" Makefile

# The RPM macro for make is not used here, as parallelization of the build 
# process does not work.
%if %{GSx11SVGAmodule}
#make STDDIRS
make obj/X11.so
%endif
make so
#make pcl3opts
make cups

%install
# Make directories
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_mandir}/man1
%if !%{bootstrap}
install -d %{buildroot}%{_prefix}/lib/cups
install -d %{buildroot}%{_datadir}/cups/model
install -d %{buildroot}%{_sysconfdir}/cups
%endif

pushd ijs*
%configure2_5x \
	--enable-shared \
	--prefix=%{buildroot}%{_prefix} \
	--libdir=%{buildroot}%{_libdir}

# Work around bug in "configure" script
perl -p -i -e 's/\@OBJEXT\@/o/g' Makefile
perl -p -i -e 's/\@EXEEXT\@//g' Makefile
%makeinstall
# Fix prefixes in scripts
perl -p -i -e "s:%{buildroot}::g" %{buildroot}%{_bindir}/ijs-config
perl -p -i -e "s:%{buildroot}::g" %{buildroot}%{_libdir}/pkgconfig/ijs.pc
popd

##### GHOSTSCRIPT
mkdir -p %{buildroot}%{_docdir}/ghostscript-doc-%{gsver}

%if !%{bootstrap}
make \
	prefix=%{_prefix} \
	DESTDIR=%{buildroot} \
	gssharedir=%{_libdir}/ghostscript/%{gsver} \
	docdir=%{_docdir}/ghostscript-doc-%{gsver} \
	bindir=%{_bindir} \
%if %{withcupsfilters}
	install-cups \
%endif
	mandir=%{_mandir}
%endif

make \
	prefix=%{_prefix} \
	DESTDIR=%{buildroot} \
	gssharedir=%{_libdir}/ghostscript/%{gsver} \
	docdir=%{_docdir}/ghostscript-doc-%{gsver} \
	bindir=%{_bindir} \
	libdir=%{_libdir} \
	mandir=%{_mandir} \
	soinstall

%if %{GSx11SVGAmodule}
make \
	prefix=%{_prefix} \
	DESTDIR=%{buildroot} \
	gssharedir=%{_libdir}/ghostscript/%{gsver} \
	docdir=%{_docdir}/ghostscript-doc-%{gsver} \
	bindir=%{_bindir} \
	libdir=%{_libdir} \
	mandir=%{_mandir} \
	install-shared
%endif

ln -sf gs.1%{_extension} %{buildroot}%{_mandir}/man1/ghostscript.1%{_extension}

# ps2pdfpress
install -m 755 ps2pdfpress %{buildroot}%{_bindir}

# UPP file for SiPix Pocket Printer A6
install -m 644 sipixa6.upp %{buildroot}%{_datadir}/ghostscript/%{gsver}/lib/

# why?
%if %{withcupsfilters}
mv %{buildroot}%{_datadir}/cups/mime/gstoraster.convs %{buildroot}%{_sysconfdir}/cups/gstoraster.convs
%endif

# Add backward compatibility link to not break printerdrake in Mandriva
# 2006 and older
ln -s %{_bindir}/gsc %{buildroot}%{_bindir}/gs-common
ln -s %{_bindir}/gsc %{buildroot}%{_bindir}/ghostscript

# Correct permissions for all documentation files
chmod -R a+rX %{buildroot}%{_docdir}
chmod -R go-w %{buildroot}%{_docdir}
chmod -R u+w %{buildroot}%{_docdir}


%changelog

* Wed Apr 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 9.14-8
- (629aa5a) Rebuild with new poppler



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22622 |14mu|giflib-5.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define libname %mklibname gif %{major}
%define devname %mklibname gif -d

Summary:	Library for reading and writing gif images
Name:		giflib
Version:	5.1.4
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://giflib.sourceforge.net/
Source0:	https://sourceforge.net/projects/giflib/files/giflib-%{version}.tar.bz2
Patch0:		giflib-5.1.2-automake-1.13.patch
Patch1:		giflib-5.0.5_CVE-2015-7555.patch
BuildRequires:	xmlto
BuildRequires:	pkgconfig(x11)

%description
giflib is a library for reading and writing gif images. It is API and
ABI compatible with libungif which was in wide use while the LZW
compression algorithm was patented.

#----------------------------------------------------------------------------

%package progs
Summary:	Gif tools based on giflib
Group:		Graphics

%description progs
giflib is a library for reading and writing gif images. It is API and
ABI compatible with libungif which was in wide use while the LZW
compression algorithm was patented.

This package provides some gif tools based on giflib.

%files progs
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for reading and writing gif images
Group:		System/Libraries

%description -n %{libname}
giflib is a library for reading and writing gif images. It is API and
ABI compatible with libungif which was in wide use while the LZW
compression algorithm was patented.

%files -n %{libname}
%{_libdir}/libgif.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for giflib
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	giflib-devel = %{EVRD}
Provides:	ungif-devel = %{EVRD}

%description -n %{devname}
giflib is a library for reading and writing gif images. It is API and
ABI compatible with libungif which was in wide use while the LZW
compression algorithm was patented.

This packages provides the developement files for giflib.

%files -n %{devname}
%{_includedir}/gif_lib.h
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

# Let's try to keep -lungif working for really old code
ln -s libgif.so %{buildroot}%{_libdir}/libungif.so

%changelog

* Thu Aug 25 2016 dsilakov <denis.silakov@rosalab.ru> 5.1.4-1
- (735f9b6) Merge pull request #1 from alzim/giflib:rosa2014.1
- (735f9b6) Updated to 5.1.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22623 |14mu|gigolo-0.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -c 1-3)

Summary:	Frontend for GIO/GVFS
Name:		gigolo
Version:	0.4.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Xfce
Url:		http://www.xfce.org
Source0:	http://archive.xfce.org/src/apps/gigolo/%{url_ver}/gigolo-%{version}.tar.bz2
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-2.0)
Provides:	sion

%description
Gigolo is a frontend to easily manage connections to remote filesystems 
using GIO/GVFS. It allows you to quickly connect/mount a remote filesystem 
and manage bookmarks of such.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

rm -rf %{_docdir}/%{name}

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc AUTHORS README ChangeLog TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/*


%changelog
* Wed Oct 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.4.2-1
+ Revision: 7edf9ea
- Updated to 0.4.1, sync with cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22624 |14mu|gimp-2.8.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without  python

%define	api	2.0
%define	abi	2.8
%define	major	0
%define	libname 	%mklibname %{name} %{api}_%{major}
%define	libbase		%mklibname gimpbase %{api} %{major}
%define	libcolor	%mklibname gimpcolor %{api} %{major}
%define	libconfig	%mklibname gimpconfig %{api} %{major}
%define	libmath		%mklibname gimpmath %{api} %{major}
%define	libmodule	%mklibname gimpmodule %{api} %{major}
%define	libthumb	%mklibname gimpthumb %{api} %{major}
%define	libui		%mklibname gimpui %{api} %{major}
%define	libwidgets	%mklibname gimpwidgets %{api} %{major}
%define	devname 	%mklibname -d %{name}%{api}

Summary:	The GNU Image Manipulation Program
Name:		gimp
Epoch:		1
Version:	2.8.22
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://www.gimp.org/
Source0:	http://download.gimp.org/pub/gimp/v%{abi}/gimp-%{version}.tar.bz2
# add single-window mode by default
Source2:	sessionrc
# disable RGB font anti-aliasing, see http://bugs.rosalinux.ru/show_bug.cgi?id=6620
Source3:	fonts.conf
Source13:	gimp-scripting-sample.pl
Patch0:		gimp-2.5.1-desktopentry.patch
Patch1:		gimp-2.8.4-link.patch
Patch2:		gimp-2.8.14-initial-pref.patch
Patch3:		gimp-2.8.14-gegl-0.3.patch
Patch4:		gimp-2.8.14-gegl-0.3-multiline.patch

BuildRequires:	desktop-file-utils
BuildRequires:	iso-codes
BuildRequires:	gtk-doc
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	aalib-devel
BuildRequires:	bzip2-devel
BuildRequires:	ghostscript-devel
BuildRequires:	jasper-devel
BuildRequires:	libwmf-devel >= 0.2.8
BuildRequires:	mng-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(atk) >= 2.2.0
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gegl-0.3)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.30.2
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(poppler-glib)
# help browser
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
## mail plugin
#BuildRequires:	postfix #sendmail-command
# print plugin
#BuildRequires: libgimpprint-devel >= 4.2.0
# python plugin
%if %{with python}
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(python)
%endif
# Require gegl, otherwise GIMP crashes on some operations
# (at least on cage transformation)
Requires:	gegl
Requires:	%{libname} = %{EVRD}
Suggests:	gimp-help-2

%rename gimp2.6

%description
The GIMP is an image manipulation program suitable for photo retouching,
image composition and image authoring.  Many people find it extremely useful
in creating logos and other graphics for web pages.  The GIMP has many of the
tools and filters you would expect to find in similar commercial offerings,
and some interesting extras as well.

The GIMP provides a large image manipulation toolbox, including channel
operations and layers, effects, sub-pixel imaging and anti-aliasing,
and conversions, all with multi-level undo.

This version of The GIMP includes a scripting facility, but many of the
included scripts rely on fonts that we cannot distribute.  The GIMP ftp
site has a package of fonts that you can install by yourself, which
includes all the fonts needed to run the included scripts.  Some of the
fonts have unusual licensing requirements; all the licenses are documented
in the package.  Get them in ftp://ftp.gimp.org/pub/gimp/fonts/ if you are so
inclined.  Alternatively, choose fonts which exist on your system before
running the scripts.

%files -f gimp20.lang
%doc AUTHORS NEWS README README.i18n docs/Wilber*
%config(noreplace) %{_sysconfdir}/gimp/*/*
%{_bindir}/gimp
%{_bindir}/gimp-%{abi}
%{_bindir}/gimp-console
%{_bindir}/gimp-console-%{abi}
%dir %{_libdir}/gimp/%{api}
%dir %{_libdir}/gimp/%{api}/environ
%{_libdir}/gimp/%{api}/interpreters
%{_libdir}/gimp/%{api}/environ/default.env
%{_libdir}/gimp/%{api}/modules
%{_libdir}/gimp/%{api}/plug-ins
%exclude %{_libdir}/gimp/%{api}/plug-ins/*.py
%{_datadir}/applications/*
%{_datadir}/gimp
%{_datadir}/icons/hicolor/*/apps/gimp.png
%{_mandir}/man1/gimp-*
%{_mandir}/man1/gimp.*
%{_mandir}/man5/gimp*
%{_datadir}/appdata/*.xml

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GIMP libraries
Group:		System/Libraries

%description -n %{libname}
This package contains a shared library for %{name}.

%files -n %{libname}
%{_libdir}/libgimp-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libbase}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libbase}
This package contains a shared library for %{name}.

%files -n %{libbase}
%{_libdir}/libgimpbase-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcolor}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libcolor}
This package contains a shared library for %{name}.

%files -n %{libcolor}
%{_libdir}/libgimpcolor-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libconfig}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libconfig}
This package contains a shared library for %{name}.

%files -n %{libconfig}
%{_libdir}/libgimpconfig-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmath}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libmath}
This package contains a shared library for %{name}.

%files -n %{libmath}
%{_libdir}/libgimpmath-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmodule}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libmodule}
This package contains a shared library for %{name}.

%files -n %{libmodule}
%{_libdir}/libgimpmodule-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libthumb}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libthumb}
This package contains a shared library for %{name}.

%files -n %{libthumb}
%{_libdir}/libgimpthumb-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libui}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libui}
This package contains a shared library for %{name}.

%files -n %{libui}
%{_libdir}/libgimpui-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwidgets}
Summary:	GIMP libraries
Group:		System/Libraries
Conflicts:	%{_lib}gimp2.0_0 < 1:2.8.4-2

%description -n %{libwidgets}
This package contains a shared library for %{name}.

%files -n %{libwidgets}
%{_libdir}/libgimpwidgets-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	GIMP plugin and extension development kit
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Requires:	%{libbase} = %{EVRD}
Requires:	%{libcolor} = %{EVRD}
Requires:	%{libconfig} = %{EVRD}
Requires:	%{libmath} = %{EVRD}
Requires:	%{libmodule} = %{EVRD}
Requires:	%{libthumb} = %{EVRD}
Requires:	%{libui} = %{EVRD}
Requires:	%{libwidgets} = %{EVRD}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development libraries and header files for writing GIMP plugins and extensions.

%files -n %{devname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_bindir}/gimptool-*
%{_datadir}/aclocal/*.m4
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_mandir}/man1/gimptool-*

#----------------------------------------------------------------------------

%if %{with python}
%package python
Summary:	GIMP python extension
Group:		Graphics
Requires:	pygtk2.0

%description python
This package contains the python modules for GIMP, which act as a
wrapper to libgimp allowing the writing of plug-ins for Gimp.
This is similar to script-fu, except that you can use the full set
of Python extension modules from the plug-in, and you write plug-in
in python instead of in scheme.

%files python
%{_libdir}/gimp/%{api}/environ/pygimp.env
%{_libdir}/gimp/%{api}/python
%{_libdir}/gimp/%{api}/plug-ins/*.py
%{_libdir}/python%{py_ver}/site-packages/*.pth
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fiv
%configure2_5x \
	--enable-default-binary=yes \
	--enable-gimp-console \
	--enable-mp=yes \
%if %{with python}
	--enable-python=yes \
%else
	--enable-python=no \
%endif
	--with-gif-compression=lzw \
	--without-hal \
	--with-gvfs \
	--with-dbus \
	--enable-gtk-doc=yes \
	--with-pdbgen \
	--with-print \
	--with-lcms=lcms2 \
	--with-aa \
	--with-linux-input \
	--with-poppler \
	--with-webkit \
	--with-libtiff \
	--with-libjpeg \
	--with-libpng \
	--with-libmng \
	--with-libjasper \
	--with-libexif \
	--with-librsvg \
	--with-libxpm \
	--with-gvfs \
	--with-alsa \
	--with-dbus \
	--with-script-fu \
	--with-cairo-pdf

%make

%install
%makeinstall_std

# workaround broken help system
HELP_DIR=%{buildroot}%{_datadir}/gimp/%{api}/help/C
[[ -d $HELP_DIR ]] || mkdir -p $HELP_DIR
HELP_IDX=$HELP_DIR/introduction.html
echo -e '<HTML><HEAD><TITLE>GIMP Base Library</HEAD>\n<BODY><UL>' > $HELP_IDX

/bin/ls %{buildroot}%{_datadir}/gtk-doc/html/*/index.html | sed -e "s@%{buildroot}@@g" >> $HELP_IDX
perl -pi -e 's!(.*/html/)([^/]*)(/index.html)!<LI><A HREF="\1\2\3">\2</A>!g' $HELP_IDX

echo '</UL></BODY></HTML>' >> $HELP_IDX

%find_lang gimp20 --all-name

%if %{with python}
chmod 755 %{buildroot}%{_libdir}/gimp/%{api}/plug-ins/*.py
mkdir -p %{buildroot}%{_libdir}/python%{py_ver}/site-packages
echo %{_libdir}/gimp/%{api}/python > %{buildroot}%{_libdir}/python%{py_ver}/site-packages/gimp.pth
echo %{_libdir}/gimp/%{api}/plug-ins >> %{buildroot}%{_libdir}/python%{py_ver}/site-packages/gimp.pth
%endif

desktop-file-install --vendor="" \
	--add-category="X-MandrivaLinux-CrossDesktop" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

cp %{SOURCE2} %{buildroot}%{_sysconfdir}/gimp/2.0/
cp %{SOURCE3} %{buildroot}%{_sysconfdir}/gimp/2.0/

%changelog

* Fri May 12 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.8.22-1
- (453bd3f) New version 2.8.22
- (453bd3f) Drop CVE patch (merged upstream)

* Fri Apr 21 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.8.20-1
- (213fc73) New version 2.8.20
- (213fc73) Fix CVE-2007-3126

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.8.18-2
- (0fe0a56) MassBuild#1230: Increase release tag

* Thu Oct 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.8.18-1
- (8a2f342) New version 2.8.18
- (8a2f342) Add patch from Debian to fix linkage with new GEGL

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.8.16-6
- (05638f2) MassBuild#1169: Increase release tag

* Mon Sep 19 2016 Denis Silakov <denis.silakov@rosalab.ru> 1:2.8.16-5
- (445a896) BuildList#2715417: Increase release tag

* Tue Mar 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.8.16-4
- (860cfad) Add fonts.conf to disable RGB font anti-aliasing (RBZ#6620)

* Sat Feb 06 2016 Denis Silakov <dsilakov@gmail.com> 1:2.8.16-3
- (a32c7ca) Call autoreconf
- (Denis Silakov: 67277df) Patch to build ith gegl-0.3
- (Denis Silakov: 26cfb4c) Use gegl-0.3

* Sat Feb 06 2016 Denis Silakov <denis.silakov@rosalab.ru> 1:2.8.16-2
- (b16e115) Rebuild with new gegl

* Thu Nov 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.8.16-1
- (dd921b8) New version 2.8.16

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.8.14-4
- (7a4900e) Set InitialPreference in desktop file for KDE

* Wed Apr 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.8.14-3
- (287a2e0) Rebuild with new poppler

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1:2.8.14-2
- (60be729) MassBuild#656: Increase release tag

* Tue Dec 30 2014 Tigro <ashejn@gmail.com> 1:2.8.14-1
- (ea2f2b7) update to 2.8.14

* Tue Aug 26 2014 Tigro <ashejn@gmail.com> 1:2.8.12-1
- (139c91e) update to 2.8.12

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.8.10-4
- (20d4f6a) MassBuild#440: Increase release tag

* Mon Jun 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.8.10-3
- (7d8191a) Bump release

* Tue Jun 03 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.8.10-2
- (c147bd8) Added patch to build with freetype 2.5.1
- (Andrey Bondrov: bf36c59) MassBuild#430: Increase release tag

* Fri May 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:2.8.10-1
- (a734e41) Fix typo
- (Denis Silakov: 783f947) Updated to 2.8.10

* Tue Nov 05 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.8.8-1
- (dd98e2b) LOG New version 2.8.8, switch to lcms2

* Tue Aug 06 2013 Anton Chernyshov <ach@rosalab.ru> 1:2.8.6-3
- (98c6bbd) Fix macros for correct libs dependencies
- (Anton Chernyshov: e1ba16e) Add single-user mode by default

* Thu Jul 11 2013 Arkady Shane <ashejn@gmail.com> 1:2.8.6-2
- (0848e70) Requires %{libname}

* Sat Jun 22 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.8.6-1
- (b692fda) LOG New version 2.8.6, sync spec with Cooker

* Fri Aug 24 2012 Alexander Khryukin <alexander@mezon.ru> 1:2.8.2-1
- (c0d2071) version update 2.8.2

* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 1:2.8.0-2
- (eef9ecb) Automatic import for version 2.8.0-2

* Mon May 14 2012 Rosa <rosa@rosa-build.rosalab.ru> 1:2.8.0-1
- (2c44950) Automatic import for version 2.8.0

* Wed Apr 11 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 1:2.6.11-7.1
- (2e0a140) add security patch from mdv (forgotten when syncing)
- (Dmitry Mikhirev: ddbf852) remove BuildRoot specification

* Sun Feb 05 2012 Rosa <rosa@rosa-build.rosalab.ru> 1:2.6.12-1
- (d7c935e) Automatic import for version 2.6.12

* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1:2.6.11-11
- (3a779fa) Automatic import for version 2.6.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22625 |14mu|gir-repository-0.6.6-0.20100907.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Not needed here, debug info is empty
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define git 20100907
%define api 1.0

Summary:	GObject Introspection Repository
Name:		gir-repository
Version:	0.6.6
Release:	0.%{git}.9
License:	LGPLv2+
Group:		Development/C
Url:		http://www.gnome.org
%if %{git}
Source0:	%{name}-%{git}.tar.xz
%else
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
%endif
Patch0:		gir-repository-disable-gtk.patch
Patch1:		gir-repository-fix-goo-build.patch
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(libnautilus-extension)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(gtksourceview-2.0)
BuildRequires:	pkgconfig(goocanvas)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(avahi-gobject)
%if %{git}
BuildRequires:	gnome-common
%endif

Requires:	%{mklibname girepository 1.0 1}

%description
This is a repository of GIR interface description files.

%prep
%if %{git}
%setup -q -n %{name}
%else
%setup -q
%endif

%apply_patches
%if %{git}
./autogen.sh -V
%else
autoreconf -fi
%endif

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
rm -v %{buildroot}%{_datadir}/gir-%{api}/Atk-1.0.gir
rm -f %{buildroot}%{_datadir}/gir-%{api}/DBus*-1.0.gir
rm -v %{buildroot}%{_datadir}/gir-%{api}/Pango-1.0.gir
rm -v %{buildroot}%{_datadir}/gir-%{api}/PangoCairo-1.0.gir
rm -v %{buildroot}%{_datadir}/gir-%{api}/PangoFT2-1.0.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/GConf-2.0.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/GMenu-2.0.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/Gst*0.10.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/GSSDP-1.0.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/GUPnP-1.0.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/Soup-2.4.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/Unique-1.0.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/WebKit-1.0.gir
rm -v -f %{buildroot}%{_datadir}/gir-%{api}/Wnck-1.0.gir
rm -v %{buildroot}%{_libdir}/girepository-%{api}/Atk-1.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/GConf-2.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/GMenu-2.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/Gst*0.10.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/GSSDP-1.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/GUPnP-1.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/Soup-2.4.typelib
rm -v %{buildroot}%{_libdir}/girepository-%{api}/Pango-1.0.typelib
rm -v %{buildroot}%{_libdir}/girepository-%{api}/PangoCairo-1.0.typelib
rm -v %{buildroot}%{_libdir}/girepository-%{api}/PangoFT2-1.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/Unique-1.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/WebKit-1.0.typelib
rm -v -f %{buildroot}%{_libdir}/girepository-%{api}/Wnck-1.0.typelib
rm -v -f %{buildroot}%{_libdir}/libgirepo-DBus-custom.so

%files
%doc README NEWS AUTHORS
%{_datadir}/gir-%{api}/GnomeKeyring-2.0.gir
%{_datadir}/gir-%{api}/GooCanvas-0.10.gir
%{_datadir}/gir-%{api}/GtkSource-2.2.gir
%{_datadir}/gir-%{api}/Nautilus-1.0.gir
%{_datadir}/gir-%{api}/Notify-0.4.gir
%{_datadir}/gir-%{api}/Poppler-0.8.gir
%{_libdir}/girepository-%{api}/GnomeKeyring-2.0.typelib
%{_libdir}/girepository-%{api}/GooCanvas-0.10.typelib
%{_libdir}/girepository-%{api}/GtkSource-2.2.typelib
%{_libdir}/girepository-%{api}/Nautilus-1.0.typelib
%{_libdir}/girepository-%{api}/Notify-0.4.typelib
%{_libdir}/girepository-%{api}/Poppler-0.8.typelib


%changelog

* Wed Apr 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.6-0.20100907.9
- (2ada59e) Rebuild with new poppler



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22626 |14mu|git-2.13.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define devname %mklibname git -d
%define profile_branch 93git-branch.sh
%define profile_env 93git-env.sh

Summary:	Global Information Tracker
Name:		git
Version:	2.13.7
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Development/Tools
Url:		http://git-scm.com/
Source0:	https://www.kernel.org/pub/software/scm/git/%{name}-%{version}.tar.xz
Source2:	gitweb.conf
Source3:	%{profile_branch}
# Do we really need it? It's not used anyway
Source4:	%{profile_env}
BuildRequires:	asciidoc
BuildRequires:	docbook-dtd45-xml
BuildRequires:	xmlto
BuildRequires:	perl-CGI
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires:	git-core = %{EVRD}
Requires:	git-svn = %{EVRD}
Requires:	git-email = %{EVRD}
Suggests:	gitk = %{EVRD}
Suggests:	git-arch = %{EVRD}
Suggests:	git-core-oldies = %{EVRD}
Suggests:	git-cvs = %{EVRD}
Obsoletes:	python-git < 1:2.11

%description
This is a stupid (but extremely fast) directory content manager.  It
doesn't do a whole lot, but what it _does_ do is track directory
contents efficiently. It is intended to be the base of an efficient,
distributed source code management system. This package includes
rudimentary tools that can be used as a SCM, but you should look
elsewhere for tools for ordinary humans layered on top of this.

This is a dummy package which brings in all subpackages.

%files
# no file in the main package

#----------------------------------------------------------------------------

%package -n git-core
Summary:	Global Information Tracker
Group:		Development/Other
Requires:	diffutils
Suggests:	git-prompt
Requires:	less
Requires:	openssh-clients
Requires:	rsync
%rename gitcompletion

%description -n git-core
This is a stupid (but extremely fast) directory content manager.  It
doesn't do a whole lot, but what it _does_ do is track directory
contents efficiently. It is intended to be the base of an efficient,
distributed source code management system. This package includes
rudimentary tools that can be used as a SCM, but you should look
elsewhere for tools for ordinary humans layered on top of this.

This are the core tools with minimal dependencies.

You may want to install subversion, cpsps and/or tla to import
repositories from other VCS.

%files -n git-core -f %{name}.lang
%doc Documentation/*.html Documentation/howto Documentation/technical Documentation/RelNotes.txt.gz
%{_sysconfdir}/emacs/site-start.d/*
%{_sysconfdir}/bash_completion.d/*
%{_datadir}/emacs/site-lisp/*
%{_bindir}/git
%{_bindir}/git-*
%{_libdir}/git-core
%exclude %{_libdir}/git-core/*svn*
%exclude %{_libdir}/git-core/*cvs*
%exclude %{_libdir}/git-core/git-archimport
%exclude %{_libdir}/git-core/*email*
%{_datadir}/git-core
%{_datadir}/git-gui
%{_mandir}/*/git-*
%{_mandir}/*/git.*
%{_mandir}/*/gitattributes*
%{_mandir}/*/gitignore*
%{_mandir}/*/gitmodules*
%{_mandir}/*/gitnamespaces*
%{_mandir}/*/gitcli*
%{_mandir}/*/githooks*
%{_mandir}/*/gitrepository*
%{_mandir}/*/gitremote-helpers*
%{_mandir}/*/*tutorial*
%{_mandir}/*/*glossary*
%{_mandir}/*/giteveryday*
%{_mandir}/*/gitdiffcore*
%{_mandir}/*/gitworkflows*
%{_mandir}/*/gitrevisions*
%{_mandir}/*/gitcredentials*
%exclude %{_mandir}/man1/*svn*.1*
%exclude %{_mandir}/man1/*cvs*.1*
%exclude %{_mandir}/man7/*cvs*.7*
%exclude %{_mandir}/man1/*email*.1*
%exclude %{_mandir}/man1/git-archimport.1*

#----------------------------------------------------------------------------

%package -n gitk
Summary:	Git revision tree visualiser
Group:		Development/Other
Requires:	git-core = %{EVRD}
Requires:	tcl >= 8.4
Requires:	tk >= 8.4

%description -n gitk
Git revision tree visualiser.

%files -n gitk
%{_bindir}/gitk
%{_mandir}/*/gitk*
%{_datadir}/gitk

#----------------------------------------------------------------------------

# %package -n gitview
# Summary:	Git graphical revision tree visualiser
# Group:		Development/Other
# Requires:	git-core = %{EVRD}
# Requires:	python-cairo
# Requires:	pygtk2.0
# Requires:	python-gtksourceview
#
# %description -n gitview
# Git graphical revision tree visualiser.
#
# %files -n gitview
# %doc contrib/gitview/gitview.txt
# %{_bindir}/gitview

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Git development files
Group:		Development/Other
Provides:	git-devel = %{EVRD}

%description -n %{devname}
Development files for git.

%files -n %{devname}
%{_includedir}/git
%{_libdir}/libgit.a

#----------------------------------------------------------------------------

%package -n git-svn
Summary:	Git tools for importing Subversion repositories
Group:		Development/Other
Requires:	git-core = %{EVRD}
Requires:	perl-Git
Requires:	perl-SVN
Requires:	subversion

%description -n git-svn
Git tools for importing Subversion repositories.

%files -n git-svn
%{_libdir}/git-core/*svn*
%{_mandir}/man1/*svn*.1*

#----------------------------------------------------------------------------

%package -n git-cvs
Summary:	Git tools for importing CVS repositories
Group:		Development/Other
Requires:	git-core = %{EVRD}
Suggests:	cvs
Suggests:	cvsps

%description -n git-cvs
Git tools for importing CVS repositories.

%files -n git-cvs
%{_libdir}/git-core/*cvs*
%{_mandir}/man1/*cvs*.1*
%{_mandir}/man7/*cvs*.7*

#----------------------------------------------------------------------------

%package -n git-arch
Summary:	Git tools for importing Arch repositories
Group:		Development/Other
Requires:	git-core = %{EVRD}
Suggests:	tla

%description -n git-arch
Git tools for importing Arch repositories.

%files -n git-arch
%{_libdir}/git-core/git-archimport
%{_mandir}/man1/git-archimport.1*

#----------------------------------------------------------------------------

%package -n git-email
Summary:	Git tools for sending email
Group:		Development/Other
Requires:	git-core = %{EVRD}
Suggests:	perl-Authen-SASL
Suggests:	perl-MIME-Base64

%description -n git-email
Git tools for sending email.

%files -n git-email
%{_libdir}/git-core/*email*
%{_mandir}/man1/*email*.1*

#----------------------------------------------------------------------------

%package -n perl-Git
Summary:	Perl interface to Git
Group:		Development/Perl
Requires:	git-core = %{EVRD}

%description -n perl-Git
Perl interface to Git

%files -n perl-Git
%{perl_vendorlib}/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package -n git-core-oldies
Summary:	Git obsolete commands, bound to extinction
Group:		Development/Other
Requires:	git-core = %{EVRD}

%description -n git-core-oldies
Git obsolete commands, bound to extinction

%files -n git-core-oldies

#----------------------------------------------------------------------------

%package -n gitweb
Summary:	cgi-bin script for browse a git repository with web browser
Group:		System/Servers
Requires:	git-core = %{EVRD}
Requires:	apache-mod_perl

%description -n gitweb
cgi-bin script for browse a git repository with web browser.

%files -n gitweb
%doc gitweb/INSTALL gitweb/README
%config(noreplace) %{_sysconfdir}/gitweb.conf
%config(noreplace) %{_webappconfdir}/gitweb.conf
%{_datadir}/gitweb
%{_mandir}/man1/gitweb.1*
%{_mandir}/man5/gitweb.conf.5*

#----------------------------------------------------------------------------

%package -n git-prompt
Summary:	Shows the current git branch in your bash prompt
Group:		Shells
Requires:	git-core = %{EVRD}
Requires:	bash-completion

%description -n git-prompt
Shows the current git branch in your bash prompt.

%files -n git-prompt
%{_sysconfdir}/profile.d/%{profile_branch}

#----------------------------------------------------------------------------

%prep
%setup -q
# remove borring file
rm -f Documentation/.gitignore
# prefix gitweb css/png files with /gitweb
perl -pi -e 's!^(GITWEB_CSS|GITWEB_LOGO|GITWEB_FAVICON) = !$1 = /gitweb/!' Makefile

%build
# same flags and prefix must be passed for make test too
%define git_make_params prefix=%{_prefix} gitexecdir=%{_libdir}/git-core CFLAGS="%{optflags}" GITWEB_CONFIG=%{_sysconfdir}/gitweb.conf DOCBOOK_XSL_172=1
%make %{git_make_params} all doc gitweb

# Produce RelNotes.txt.gz
# sed trick changes "-x.y.z.txt" to "-x.y.z.0.txt" for ordering, then undoes it
# use awk to print a newline before each RelNotes header
cd Documentation/RelNotes \
&& relnotesls="`find . -name '*.txt' | sed 's/\([0-9]\.[0-9]\.[0-9]\)\.txt/\1.0.txt/' | sort -nr | sed 's/\([0-9]\.[0-9]\.[0-9]\)\.0\.txt/\1.txt/'`" \
&& awk 'FNR == 1 { print "" } { print }' $relnotesls | gzip -9c >../RelNotes.txt.gz

%install
mkdir -p %{buildroot}%{_bindir}
%makeinstall_std prefix=%{_prefix} gitexecdir=%{_libdir}/git-core  CFLAGS="%{optflags}"
make install-doc prefix=%{_prefix} gitexecdir=%{_libdir}/git-core   DESTDIR=%{buildroot}

# Avoid dependencies on obscure perl modules
chmod -x contrib/mw-to-git/git-remote-mediawiki.perl

# (cg) Copy the whole contrib dir as docs. It contains useful scripts.
mkdir -p %{buildroot}%{_datadir}/doc/git-core
cp -ar contrib %{buildroot}%{_datadir}/doc/git-core
# (cg) Even tho' we copy the whole contrib dir, copy this rather than symlink incase the user is excluding docs
# install -m 755 contrib/gitview/gitview %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_includedir}/git
cp *.h %{buildroot}%{_includedir}/git

mkdir -p %{buildroot}%{_libdir}
install -m 644 libgit.a %{buildroot}%{_libdir}/libgit.a

mv %{buildroot}/%{_prefix}/lib/perl5/site_perl %{buildroot}/%{_prefix}/lib/perl5/vendor_perl
rm -f %{buildroot}/%{perl_vendorlib}/Error.pm

mkdir -p %{buildroot}%{_datadir}/gitweb/static
install -m 755 gitweb/gitweb.cgi %{buildroot}%{_datadir}/gitweb
install -m 644 gitweb/static/*.css gitweb/static/*.png %{buildroot}%{_datadir}/gitweb/static/

mkdir -p %{buildroot}%{_sysconfdir}
install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/gitweb.conf
# apache configuration
mkdir -p %{buildroot}%{_webappconfdir}
cat > %{buildroot}%{_webappconfdir}/gitweb.conf <<EOF
# gitweb configuration
Alias /gitweb %{_datadir}/gitweb

<Directory %{_datadir}/gitweb>
	Require all granted
	Options ExecCgi
	DirectoryIndex gitweb.cgi
	AddHandler cgi-script .cgi
</Directory>
EOF

# fix .sp in man files
find %{buildroot}/%{_mandir} -type f | xargs perl -e 's/\.sp$/\n\.sp/g' -pi

# emacs VC backend:
mkdir -p %{buildroot}{%{_datadir}/emacs/site-lisp,/etc/emacs/site-start.d}
install -m 644 contrib/emacs/*.el %{buildroot}%{_datadir}/emacs/site-lisp
cat >%{buildroot}/etc/emacs/site-start.d/vc_git.el <<EOF
(add-to-list 'vc-handled-backends 'GIT)
EOF

# install bash-completion file
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
install -m644 contrib/completion/git-completion.bash \
	%{buildroot}%{_sysconfdir}/bash_completion.d/git
install -m644 contrib/completion/git-prompt.sh \
	%{buildroot}%{_sysconfdir}/bash_completion.d/git-prompt

# And the prompt manipulation file
install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{profile_branch}

# exposes a bug in less, as reported by coling
#install -D -m 0644 %SOURCE4 %{buildroot}%{_sysconfdir}/profile.d/%{profile_env}

%find_lang %{name}

%check
# We do NO_SVN_TESTS because git's tests hardcode
# replies from svn versions older than the one
# we're shipping -- and they have changed since
LC_ALL=C %make %{git_make_params} test NO_SVN_TESTS=true

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22627 |14mu|gitg-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 1.0
%define major 0
%define gmajor  1.0
%define libname %mklibname %{name} %{api} %major
%define girname %mklibname %{name}-gir %{gmajor}
%define develname %mklibname -d %{name}

Name:           gitg
Version:        3.16.1
Release:        1
Summary:        GTK++++ graphical interface for the git revision control system

Group:          Graphical desktop/GNOME
License:        GPLv2+
URL:            http://trac.novowork.com/gitg
Source0:        https://download.gnome.org/sources/gitg/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  intltool
BuildRequires:  pkgconfig(gee-0.8)
BuildRequires:  pkgconfig(gio-2.0) >= 2.38
BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.38
BuildRequires:  pkgconfig(glib-2.0) >= 2.38
BuildRequires:  pkgconfig(gmodule-2.0) >= 2.38
BuildRequires:  pkgconfig(gobject-2.0) >= 2.38
BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
BuildRequires:  pkgconfig(gsettings-desktop-schemas)
BuildRequires:  pkgconfig(gthread-2.0) >= 2.38
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10.0
BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.10
BuildRequires:  pkgconfig(gtkspell3-3.0) >= 3.0.3
BuildRequires:  pkgconfig(json-glib-1.0)
BuildRequires:  pkgconfig(libgit2-glib-1.0) >= 0.0.18
BuildRequires:  pkgconfig(libpeas-1.0) >= 1.5.0
BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.5.0
BuildRequires:  pkgconfig(pygobject-3.0)
BuildRequires:  pkgconfig(webkit2gtk-4.0)
BuildRequires:  pkgconfig(libsecret-1)
BuildRequires:  python3-devel
BuildRequires:  vala-tools

Requires:       git
Requires:	%{libname} >= %{version}-%{release}
Requires:	%{girname} >= %{version}-%{release}

%description
gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
convenient tool to visualize git history and actions that benefit from a
graphical presentation.

%package -n %{libname}
Group: System/Libraries
Summary: Shared library parts of %{name}

%description -n %{libname}
gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
convenient tool to visualize git history and actions that benefit from a
graphical presentation.

%package -n %{develname}
Group: Development/C
Summary: Development library parts of %{name}
Requires: %{libname} = %{version}-%{release}
Provides: libgitg-devel = %{version}-%{release}

%description -n %{develname}
gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
convenient tool to visualize git history and actions that benefit from a
graphical presentation.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Requires:       %{libname} = %{version}-%{release}
Conflicts:      %{name} < 0.3.2-2

%description -n %{girname}
GObject Introspection interface description for %{name}.

%prep
%setup -q

# Use webkitgtk4
sed -i -e '/name="WebKit2"/ s/3\.0/4.0/' Gitg-1.0.gir

%build
%configure2_5x \
	--disable-static \
	--disable-maintainer-mode
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/gitg
%{_datadir}/appdata/gitg.appdata.xml
%{_datadir}/applications/gitg.desktop
%{_datadir}/gitg
%{_datadir}/glib-2.0/schemas/org.gnome.gitg.gschema.xml
%{_datadir}/icons/hicolor/*/apps/gitg*
%{_libdir}/gitg/plugins/*
%{_mandir}/man1/gitg.1*
%{py3_platsitedir}/gi/overrides/*

%files -n %{libname}
%{_libdir}/libgitg*-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gitg*-%{gmajor}.typelib

%files -n %{develname}
%doc ChangeLog
%{_includedir}/libgitg*-%{api}
%{_libdir}/libgitg*-%{api}.so
%{_libdir}/pkgconfig/libgitg*-%{api}.pc
%{_datadir}/gir-%{gmajor}/Gitg*-%{gmajor}.gir
%{_datadir}/vala/vapi/libgitg*-%{api}.vapi

%changelog

* Fri May 01 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-1
- (dd6e005) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22628 |14mu|gjs-1.43.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api			1.0
%define major		0
%define girmajor	1.0
%define libname		%mklibname %{name} %major
%define develname	%mklibname -d %{name}
%define girname		%mklibname %{name}-gir %{girmajor}

Summary:	JavaScript bindings based on gobject-introspection
Name:		gjs
Version:	1.43.3
Release:	2
License:	BSD
Group:		Development/Other
Url:		http://live.gnome.org/Gjs
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.43/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(cairo-gobject)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gobject-2.0) >= 2.18.0
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.29.16
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(mozjs-24)

Provides:	/usr/bin/gjs
Provides:	/usr/bin/gjs-console

%description
This package contains JavaScript bindings based on gobject-introspection.

%package -n %{libname}
Group:		System/Libraries
Summary:	JavaScript bindings based on gobject-introspection

%description -n %{libname}
This package contains JavaScript bindings based on gobject-introspection.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Group:		Development/C
Summary:	JavaScript bindings based on gobject-introspection
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains JavaScript bindings based on gobject-introspection.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

%make V=1

%install
%makeinstall_std

%files
%doc README COPYING NEWS
%{_bindir}/gjs
%{_bindir}/gjs-console

%files -n %{libname}
%{_libdir}/libgjs.so.%{major}*

%files -n %{girname}
%{_libdir}/gjs/girepository-1.0/GjsPrivate-1.0.typelib

%files -n %{develname}
%{_libdir}/libgjs.so
%{_libdir}/pkgconfig/gjs-%{api}.pc
%{_libdir}/pkgconfig/gjs-internals-%{api}.pc
%{_includedir}/gjs-%{api}


%changelog

* Fri Mar 13 2015 Tigro <ashejn@yandex-team.ru> 1.43.3-2
- (5f14d03) P: /usr/bin/gjs-console



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22629 |14mu|gksu-2.0.2-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}

Summary:	GTK+ frontend to the su and sudo programs
Name:		gksu
Version:	2.0.2
Release:	15
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.nongnu.org/gksu/
Source0:	http://people.debian.org/~kov/gksu/gksu/%{name}-%{version}.tar.bz2
Patch0:		gksu-2.0.2-use-xvt-for-terminal.patch
Patch1:		gksu-2.0.2-fix-nautilus-link.patch
Patch2:		gksu-2.0.2-fixglibinclude.patch
Patch3:		02_format_security.patch
Patch4:		gksu-2.0.2-ru.patch
BuildRequires:	pkgconfig(libgksu2)
BuildRequires:	intltool

%description
gksu is a Gtk+ frontend to /bin/su. It supports login shells and preserving
environment when acting as a su frontend. It is useful to menu items or
other graphical programs that need to ask a user's password to run another
program as another user.

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/*
%{_datadir}/pixmaps/*.png
%{_datadir}/%{name}
%{_mandir}/man1/*.1.*

%post
if [ -e /etc/gksu.conf ]; then
   sh %{_datadir}/%{name}/gksu-migrate-conf.sh
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x --enable-nautilus-extension=no
%make

%install
%makeinstall_std

#we don't need .desktop file
rm -rf %{buildroot}%{_datadir}/applications

%find_lang %{name}


%changelog

* Thu Dec 07 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.2-15
- (80adef1) Add format security patch from Debian
- (80adef1) Add patch to fix Russian error message when incorrect password was given 3 times



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22630 |14mu|glib2.0-2.44.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

#gw this was required since 2.23.2 (new atomic OPs?)
%if %{_use_internal_dependency_generator}
%define __noautoreq 'GLIBC_PRIVATE|python\\(abi\\)'
%else
%define _requires_exceptions GLIBC_PRIVATE
%endif

%define enable_gtkdoc	0

# gw bootstrap: fam pulls glib2, so build without fam
%define bootstrap 0

%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

# Note that this is NOT a relocatable package
%define api	2.0
%define major	0
%define libname		%mklibname %{name}_ %{major}
%define libgio		%mklibname gio %{api} %{major}
%define libgmodule	%mklibname gmodule %{api} %{major}
%define libgthread	%mklibname gthread %{api} %{major}
%define libgobject	%mklibname gobject %{api} %{major}
%define develname	%mklibname -d %{name}
%if %{_lib} == lib
%define	bit	32
%else
%define	bit	64
%endif
%define gio	gio2.0-%{bit}

Summary:	GIMP Toolkit and GIMP Drawing Kit support library
Name:		glib%{api}
Epoch:		1
Version:	2.44.1
Release:	1
Group:		System/Libraries
License:	LGPLv2+
Url:		http://www.gtk.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/glib/%{url_ver}/glib-%{version}.tar.xz
Source1:	glib20.sh
Source2:	glib20.csh
Patch0:		glib-2.34.1-no-warnings.patch
BuildRequires:	gettext
BuildRequires:	libtool >= 1.4.2-2
BuildRequires:	locales-en
BuildRequires:	docbook-dtd412-xml
BuildRequires:	docbook-xsl, xsltproc
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(libpcre) >= 8.11
Requires:	pkgconfig(shared-mime-info) >= 0.70
BuildRequires:	pkgconfig(zlib)
%if !%{bootstrap}
BuildRequires:	pkgconfig(gamin)
%endif
%if %{enable_gtkdoc}
BuildRequires:	pkgconfig(gtk-doc) >= 0.10
%endif

%description
Glib is a handy library of utility functions. This C
library is designed to solve some portability problems
and provide other useful functionality which most
programs require.

Glib is used by GDK, GTK+ and many applications.
You should install Glib because many of your applications
will depend on this library.

%package common
Summary:	data files used by glib
Group:		System/Libraries
Conflicts:	gio2.0_0 < 2.28.4-2

%description common
Glib is a handy library of utility functions. This C
library is designed to solve some portability problems
and provide other useful functionality which most
programs require.

Glib is used by GDK, GTK+ and many applications.
You should install Glib because many of your applications
will depend on this library.

This package contains data used by glib library.

%package -n %{libname}
Summary:	%{summary}
Group:		%{group}
Provides:	glib2 = %{EVRD}
Conflicts:	%{_lib}gio2.0_0 < 2.28.4-2
Conflicts:	%{develname} < 1:2.31.2

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libglib.

%package -n %{libgio}
Summary:	%{summary}
Group:		%{group}
Conflicts:	%{libname} < 1:2.31.2

%description -n %{libgio}
This package contains the library needed to run programs dynamically
linked with libgio.

%package -n %{libgmodule}
Summary:	%{summary}
Group:		%{group}
Conflicts:	%{libname} < 1:2.31.2

%description -n %{libgmodule}
This package contains the library needed to run programs dynamically
linked with libgmodule.

%package -n %{libgobject}
Summary:	%{summary}
Group:		%{group}
Conflicts:	%{libname} < 1:2.31.2

%description -n %{libgobject}
This package contains the library needed to run programs dynamically
linked with libgobject.

%package -n %{libgthread}
Summary:	%{summary}
Group:		%{group}
Conflicts:	%{libname} < 1:2.31.2

%description -n %{libgthread}
This package contains the library needed to run programs dynamically
linked with libgthread.

%package -n %{gio}
Summary:	GIO is the input, output and streaming API of glib
Group:		%{group}
Conflicts:	%{name}-common < 2.23.4-2mdv2010.1
Provides:	gio2.0
Obsoletes:	%{libgio} < 2.28.4-3

%description -n %{gio}
GIO is the input, output and streaming API of glib. It on the one hand
provides a set of various streaming classes to access data from different
sources in a convenient way and on the other hand it provides a high level
file system abstraction to access file and directories not only local but also
on the network. For the latter you need to install gvfs.

%package -n %{develname}
Summary:	Static libraries and header files of %{name}
Group:		Development/C
Requires:	glib-gettextize = %{EVRD}
Requires:	%{name}-common = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libgio} = %{EVRD}
Requires:	%{libgmodule} = %{EVRD}
Requires:	%{libgobject} = %{EVRD}
Requires:	%{libgthread} = %{EVRD}
Requires:	python
Provides:	glib2-devel = %{EVRD}
Provides:	libglib2-devel = %{EVRD}
Provides:	libglib2.0-devel = %{EVRD}
#gw for %{_datadir}/glib-%{api}/gdb
Conflicts:	glib-gettextize < 2.25.3
Obsoletes:	%{_lib}glib2.0_0-codegen < 2.32.3-4

%description -n %{develname}
Static libraries and header files for the support library for the GIMP's X
libraries, which are available as public libraries.  GLIB includes generally
useful data structures.

%package -n glib-gettextize
Summary:	Gettextize replacement
Group:		Development/Other

%description -n glib-gettextize
%{name} package is designed to replace gettextize completely.
Various gettext related files are modified in glib and gtk+ to
allow better and more flexible i18n; however gettextize overwrites
them with its own copy of files, thus nullifying the changes.
If this replacement of gettextize is run instead, then all gnome
packages can potentially benefict from the changes.

%prep
%setup -qn glib-%{version}
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--with-pcre=system \
	--enable-man \
	--disable-static \
%if %{with selinux}
	--enable-selinux \
%else
	--disable-selinux \
%endif
	--with-runtime-libdir=../../%{_lib} \
%if !%{enable_gtkdoc}
	--enable-gtk-doc=no
%endif

%make

%check
#gw http://bugzilla.gnome.org/show_bug.cgi?id=440544
#make check

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/profile.d
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/50glib20.sh
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/50glib20.csh
%find_lang glib20

# remove files
find %{buildroot} -name "*.la" -delete
rm -f %{buildroot}%{_libdir}/gio/modules/lib*a

mv %{buildroot}%{_bindir}/gio-querymodules %{buildroot}%{_bindir}/gio-querymodules-%{bit}
mv %{buildroot}%{_mandir}/man1/gio-querymodules.1 %{buildroot}%{_mandir}/man1/gio-querymodules-%{bit}.1

#ghost files
touch %{buildroot}%{_libdir}/gio/modules/giomodule.cache \
      %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled

#gw at the moment, don't ship these:
rm -f %{buildroot}%{_datadir}/systemtap/tapset/{glib,gobject}.stp

%post -n %{gio}
%{_bindir}/gio-querymodules-%{bit} %{_libdir}/gio/modules

%triggerin -n %{gio} -- %{_libdir}/gio/modules/*.so
%{_bindir}/gio-querymodules-%{bit} %{_libdir}/gio/modules

%triggerpostun -n %{gio} -- %{_libdir}/gio/modules/*.so
%{_bindir}/gio-querymodules-%{bit} %{_libdir}/gio/modules

%post common
%{_bindir}/glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas/

%triggerin common -- %{_datadir}/glib-2.0/schemas/*.xml
%{_bindir}/glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas/

%triggerpostun common -- %{_datadir}/glib-2.0/schemas/*.xml
%{_bindir}/glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas/

%files common -f glib20.lang
%doc README
%config(noreplace) %{_sysconfdir}/profile.d/*
%{_datadir}/bash-completion/completions/gdbus
%{_datadir}/bash-completion/completions/gsettings
%{_datadir}/bash-completion/completions/gapplication
%{_bindir}/gdbus
%{_bindir}/glib-compile-schemas
%{_bindir}/gsettings
%{_bindir}/gapplication
%{_mandir}/man1/glib-compile-schemas.1*
%{_mandir}/man1/gsettings.1*
%{_mandir}/man1/gdbus.1*
%{_mandir}/man1/gapplication.1.xz
%dir %{_datadir}/glib-2.0/
%dir %{_datadir}/glib-2.0/schemas/
%{_datadir}/glib-2.0/schemas/gschema.dtd
%ghost %{_datadir}/glib-2.0/schemas/gschemas.compiled

%files -n %{libgio}
/%{_lib}/libgio-%{api}.so.%{major}*

%files -n %{libname}
/%{_lib}/libglib-%{api}.so.%{major}*

%files -n %{libgmodule}
/%{_lib}/libgmodule-%{api}.so.%{major}*

%files -n %{libgthread}
/%{_lib}/libgthread-%{api}.so.%{major}*

%files -n %{libgobject}
/%{_lib}/libgobject-%{api}.so.%{major}*

%files -n %{gio}
%{_bindir}/gio-querymodules-%{bit}
%{_mandir}/man1/gio-querymodules-%{bit}.1*
%if !%{bootstrap}
%dir %{_libdir}/gio/
%dir %{_libdir}/gio/modules/
%{_libdir}/gio/modules/libgiofam.so
%endif
%ghost %{_libdir}/gio/modules/giomodule.cache

%files -n %{develname}
%doc AUTHORS ChangeLog NEWS
%doc %{_datadir}/gtk-doc/html/*
%{_libdir}/lib*.so
%{_libdir}/glib-%{api}/include/
#%{_libdir}/gdbus-%{api}/codegen/
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_mandir}/man1/glib-genmarshal.1*
%{_mandir}/man1/glib-mkenums.1*
%{_mandir}/man1/gobject-query.1*
%{_mandir}/man1/gtester-report.1*
%{_mandir}/man1/gtester.1*
%{_datadir}/aclocal/glib-%{api}.m4
%{_datadir}/aclocal/gsettings.m4
%{_bindir}/glib-genmarshal
%{_bindir}/glib-mkenums
%{_bindir}/gobject-query
%{_bindir}/gtester*
%{_datadir}/gdb/auto-load/%{_lib}/lib*-gdb.py
%{_datadir}/glib-%{api}/gdb/
%{_datadir}/glib-%{api}/codegen
%{_datadir}/bash-completion/completions/gresource
%{_bindir}/gdbus-codegen
%{_bindir}/glib-compile-resources
%{_bindir}/gresource
%{_mandir}/man1/gdbus-codegen.1*
%{_mandir}/man1/glib-compile-resources.1*
%{_mandir}/man1/gresource.1*

%files -n glib-gettextize
%{_bindir}/glib-gettextize
%{_mandir}/man1/glib-gettextize.1*
%{_datadir}/aclocal/glib-gettext.m4
%{_datadir}/glib-%{api}/gettext/

%changelog

* Fri Jul 10 2015 Tigro <ashejn@yandex-team.ru> 1:2.44.1-1
- (9c3ab2d) drop glib2-do-not-unload.patch patch
- (Tigro: 76ee2da) update to 2.44.1

* Mon Jun 22 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1:2.40.0-8
- (a7716f7) add missed patch
- (din (Dmitry Fedorov): f23f908) link libgobject with a flag indicating that it can't be unloaded; fix #bz5805

* Mon May 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.40.0-7
- (de6832c) Require python for devel package, not for the main one
- (Denis Silakov: c81c360) Require python, not python(abi)

* Mon May 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.40.0-6
- (f60d920) Rebuild

* Wed May 13 2015 Tigro <ashejn@gmail.com> 1:2.44.1-1
- (65e6d3e) update to 2.44.1

* Mon Mar 23 2015 Tigro <ashejn@gmail.com> 1:2.44.0-1
- (d4eb647) update to 2.44.0

* Tue Mar 17 2015 Tigro <ashejn@yandex-team.ru> 1:2.43.92-1
- (aa5a405) update to 2.43.92

* Sun Mar 08 2015 Tigro <ashejn@gmail.com> 1:2.43.91-1
- (647c4fa) update to 2.43.91

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1:2.40.0-5.2
- (757c3ee) MassBuild#656: Increase release tag

* Tue Feb 03 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.40.0-5.1
- (0214e98) Adjust selinux build conditions

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.40.0-4
- (a9a3ed6) MassBuild#440: Increase release tag

* Tue Jun 24 2014 Tigro <ashejn@gmail.com> 1:2.40.0-3
- (bb53675) bump release

* Tue Jun 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.40.0-2
- (81f1a70) Bump release

* Tue Apr 08 2014 Tigro <ashejn@gmail.com> 1:2.40.0-1
- (328d55e) pack files
- (Tigro: 3913cef) added source
- (Tigro: 8a196d0) update to 2.40.0

* Wed Mar 12 2014 Tigro <ashejn@gmail.com> 1:2.39.91-1
- (b082a63) update to 2.39.91

* Thu Oct 17 2013 Tigro <ashejn@gmail.com> 1:2.36.3-4
- (4bcfd96) fix https://bugzilla.gnome.org/show_bug.cgi?id=701609

* Mon Sep 09 2013 Tigro <ashejn@gmail.com> 1:2.36.3-3
- (b7894f3) added autoreconf
- (Tigro: de273b3) Backport patch from upstream to fix dconf corruption, among other failures. (gnome #701560)

* Fri Jun 28 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.36.3-2
- (05391fe) release up

* Thu Jun 20 2013 root <root@localhost.localdomain> 1:2.36.3-1
- (21cbdeb) sync to gnome38 branch

* Tue Dec 04 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.34.3-1
- (87ec991) LOG New version 2.34.3 (very minor update, mostly docs and translations)

* Thu Nov 15 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.34.2-1
- (484f263) LOG New version 2.34.2

* Sat Oct 20 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.34.1-2
- (5dfc496) LOG Add patch to disable annoying warnings about deprecated schemas

* Tue Oct 16 2012 mdawkins <mattydaw@gmail.com> 1:2.34.1-1
- (1d0f0e2) new version 2.34.1
- (1d0f0e2) added sources file

* Fri Sep 28 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 1:2.34.0-1
- (23f69fe) added BR: xsltproc
- (ashejn: 648640f) enable man
- (Tigro: 5a31e55) fix typo
- (Tigro: 078bde4) update to 2.34.0

* Fri Sep 21 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.32.4-1
- (9f4fd7b) More file fixes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22631 |14mu|glibc-2.19-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	checklist	%{_builddir}/%{name}-%{version}/Check.list

# crypt blowfish support
%define crypt_bf_ver	1.2

%define _slibdir	/%{_lib}
%define _slibdir32	/lib
%define _libdir32	%{_prefix}/lib

%define	major		6
%define	libc		%mklibname c %{major}
%define	devname		%mklibname -d c
%define	statname	%mklibname -d -s c
%define	multilibc	libc%{major}

%define	_disable_ld_no_undefined	1
%undefine _fortify_cflags

%ifarch %{arm}
%define _gnu		-gnueabi
%endif

# Define Xen arches to build with -mno-tls-direct-seg-refs
%define xenarches	%{ix86}

# Distro-specific default value is defined in branding-configs package
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}
%{?build_systap}%{?!build_systap:%bcond_without systap}

# FIXME disable libselinux, new version is not yet available 
%bcond_with selinux

# Allow make check to fail only when running kernels where we know
# tests must pass (no missing features or bugs in the kernel)
%define check_min_kver 2.6.21

# Define to build a biarch package
%define build_multiarch	0
%ifarch x86_64
%define build_multiarch	1
%endif

%bcond_without nscd
%bcond_without i18ndata
%bcond_with timezone
%bcond_without nsscrypt
%bcond_without locales

# build documentation by default
%bcond_without		doc
%bcond_with		pdf
# enable utils by default
%bcond_without		utils

#-----------------------------------------------------------------------
Summary:	The GNU libc libraries
Name:		glibc
Epoch:		6
Version:	2.19
Release:	22
License:	LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
Group:		System/Libraries
Url:		http://www.eglibc.org/
Source0:	http://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz
Source1:	http://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz.sig

# From Fedora
Source2:	glibc_post_upgrade.c
Source3:	glibc-manpages.tar.bz2
Source4:	nscd.conf
Source5:	glibc-check.sh
Source6:	nscd.service
Source7:	nscd.socket
Source10:	libc-lock.h

# Locales
Source20:	Makefile.locales

# Blowfish support
Source50:	http://www.openwall.com/crypt/crypt_blowfish-%{crypt_bf_ver}.tar.gz
Source51:	http://www.openwall.com/crypt/crypt_blowfish-%{crypt_bf_ver}.tar.gz.sign
Source52:	http://cvsweb.openwall.com/cgi/cvsweb.cgi/~checkout~/Owl/packages/glibc/crypt_freesec.c
Source53:	http://cvsweb.openwall.com/cgi/cvsweb.cgi/~checkout~/Owl/packages/glibc/crypt_freesec.h

Source100:	%{name}.rpmlintrc

Source1000:	locale-pkg
Source1001:	locale_install.sh
Source1002:	locale_uninstall.sh

#-----------------------------------------------------------------------
# fedora patches
#
# Patches that are highly unlikely to ever be accepated upstream.
#

# Configuration twiddle, not sure there's a good case to get upstream to
# change this.
Patch0: 	glibc-fedora-nscd.patch

# Build info files in the source tree, then move to the build
# tree so that they're identical for multilib builds
Patch4:		glibc-rh825061.patch

# Horrible hack, never to be upstreamed.  Can go away once the world
# has been rebuilt to use the new ld.so path.
Patch5:		glibc-arm-hardfloat-3.patch

# Needs to be sent upstream
Patch6:		glibc-rh697421.patch

# Needs to be sent upstream
Patch10:	glibc-rh841318.patch

# All these were from the glibc-fedora.patch mega-patch and need another
# round of reviewing.  Ideally they'll either be submitted upstream or
# dropped.

Patch11:	glibc-fedora-uname-getrlimit.patch
Patch12:	glibc-fedora-__libc_multiple_libcs.patch
Patch14:	glibc-fedora-elf-ORIGIN.patch
Patch15:	glibc-fedora-elf-init-hidden_undef.patch
Patch16:	glibc-fedora-elf-rh737223.patch
Patch18:	eglibc-fedora-test-debug-gnuc-hack.patch
Patch20:	glibc-fedora-getrlimit-PLT.patch
Patch21:	glibc-fedora-i386-tls-direct-seg-refs.patch
Patch22:	eglibc-fedora-pt_chown.patch
Patch23:	glibc-fedora-include-bits-ldbl.patch
Patch24:	glibc-fedora-ldd.patch
Patch25:	glibc-fedora-linux-tcsetattr.patch
Patch26:	eglibc-fedora-locale-euro.patch
Patch27:	eglibc-fedora-localedata-locales-fixes.patch
# We disagree with
#		glibc-fedora-streams-rh436349.patch
# Therefore we don't package/apply it.
Patch29:	glibc-fedora-localedata-rh61908.patch
Patch30:	glibc-fedora-localedef.patch
Patch31:	glibc-fedora-locarchive.patch
Patch32:	glibc-fedora-manual-dircategory.patch
Patch33:	glibc-fedora-nis-rh188246.patch
Patch34:	glibc-fedora-nptl-linklibc.patch
Patch35:	glibc-fedora-ppc-unwind.patch
Patch37:	eglibc-fedora-strict-aliasing.patch

#
# Patches from upstream
#

#
# Patches submitted, but not yet approved upstream.
# Each should be associated with a BZ.
# Obviously we're not there right now, but that's the goal
#

Patch38:	glibc-rh757881.patch
Patch40:	glibc-rh741105.patch
# Upstream BZ 13818
Patch49:	glibc-rh800224.patch
# Upstream BZ 14247
Patch50:	glibc-rh827510.patch
# Upstream BZ 14185
Patch54:	glibc-rh819430.patch
Patch55:	glibc-rh911307.patch
Patch51:	glibc-rh952799.patch

Patch501:	glibc-rh1170118-CVE-2014-7817.patch
Patch502:	glibc-rh1194143.patch
Patch503:	glibc-rh1199525.patch
Patch504:	glibc-rh1296031.patch

#-----------------------------------------------------------------------
# mandriva patches
Patch56:	eglibc-mandriva-localedef-archive-follow-symlinks.patch
Patch57:	eglibc-mandriva-fix-dns-with-broken-routers.patch
Patch58:	eglibc-mandriva-nss-upgrade.patch
#Drop patch. Use default directory for locale definitions 
#Patch59:	eglibc-mandriva-share-locale.patch
Patch60:	eglibc-mandriva-nsswitch.conf.patch
Patch61:	eglibc-mandriva-xterm-xvt.patch
Patch62:	eglibc-mandriva-nscd-enable.patch
Patch63:	eglibc-mandriva-nscd-no-host-cache.patch
Patch64:	eglibc-mandriva-i386-hwcapinfo.patch
Patch65:	eglibc-mandriva-nscd-init-should-start.patch
Patch66:	eglibc-mandriva-timezone.patch
Patch67:	eglibc-mandriva-biarch-cpp-defines.patch
Patch68:	eglibc-mandriva-ENOTTY-fr-translation.patch
Patch69:	eglibc-mandriva-biarch-utils.patch
Patch70:	eglibc-mandriva-multiarch.patch
Patch71:	eglibc-mandriva-i586-hptiming.patch
Patch72:	eglibc-mandriva-i586-if-no-cmov.patch
Patch73:	eglibc-mandriva-pt_BR-i18nfixes.patch
Patch74:	eglibc-mandriva-testsuite-ldbl-bits.patch
Patch75:	eglibc-mandriva-testsuite-rt-notparallel.patch

# https://bugzilla.redhat.com/show_bug.cgi?id=638477#c275
# https://bugzilla.redhat.com/show_bug.cgi?id=696096
# https://bugzilla.redhat.com/attachment.cgi?id=491198
Patch77:	eglibc-mandriva-fix-for-new-memcpy-behavior.patch
Patch79:	eglibc-mandriva-no-leaf-attribute.patch
Patch80:	eglibc-mandriva-string-format-fixes.patch
Patch81:	eglibc-mandriva-mdv-avx-owl-crypt.patch
Patch82:	eglibc-mandriva-mdv-owl-crypt_freesec.patch
Patch83:	eglibc-mandriva-avx-relocate_fcrypt.patch
Patch84:	eglibc-mandriva-avx-increase_BF_FRAME.patch
Patch85:	eglibc-mandriva-mdv-wrapper_handle_sha.patch
# Reverts a part of eglibc-fedora-uname-getrlimit.patch that breaks the build
Patch86:	nptl-getrlimit-compile.patch
Patch87:	eglibc-2.17-bo-locale-buildfix.patch
# http://sourceware.org/bugzilla/show_bug.cgi?id=14995
# http://sourceware.org/bugzilla/attachment.cgi?id=6795
Patch88:	glibc-2.17-gold.patch
# Crypt-blowfish patches
Patch100:	crypt_blowfish-arm.patch

BuildRequires:	autoconf2.5
BuildRequires:	gettext
BuildRequires:	kernel-headers
BuildRequires:	patch
BuildRequires:	perl
BuildRequires:	cap-devel
%if %{with selinux}
BuildRequires:	pkgconfig(libselinux) >= 1.17.10
%endif
BuildRequires:	texinfo
%if %{with pdf}
BuildRequires:	texlive
%endif
%if %{with utils}
BuildRequires:	gd-devel
%endif
%if %{with systap}
BuildRequires:	systemtap-devel
%endif
%if %{with nsscrypt}
BuildRequires:	nss-devel >= 3.15.1-2
%endif
# we'll be the only package requiring this, avoiding any other package
# dependencies on '/bin/sh' or 'bash'
Requires:	bash
# Requires:	filesystem
%ifarch %{xenarches}
%rename		%{name}-xen
%endif
# The dynamic linker supports DT_GNU_HASH
Provides:	rtld(GNU_HASH)
Provides:	glibc-crypt_blowfish = %{crypt_bf_ver}
Provides:	eglibc-crypt_blowfish = %{crypt_bf_ver}
Provides:	should-restart = system
Obsoletes:	glibc-profile
# Old prelink versions breaks the system with glibc 2.11
Conflicts:	prelink < 1:0.4.2-1.20091104.1mdv2010.1
# Determine minimum kernel versions (rhbz#619538)
%define		enablekernel 2.6.32
Conflicts:	kernel < %{enablekernel}
Conflicts:	locales < %{EVRD}
Conflicts:	locales > %{EVRD}

# Don't try to explicitly provide GLIBC_PRIVATE versioned libraries
%define _filter_GLIBC_PRIVATE 1

Obsoletes:	ld.so
Provides:	ld.so

%rename		ldconfig
Provides:	/sbin/ldconfig
Obsoletes:	nss_db

%description
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.

# %post
# %{_sbindir}/glibc_post_upgrade

%files -f libc.lang
%if %{with timezone}
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/localtime
%endif
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/nsswitch.conf
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/ld.so.conf
%dir %{_sysconfdir}/ld.so.conf.d
%config(noreplace) %{_sysconfdir}/rpc
%doc %dir %{_docdir}/glibc
%doc %{_docdir}/glibc/nss
%doc %{_docdir}/glibc/gai.conf
%doc %{_docdir}/glibc/COPYING
%doc %{_docdir}/glibc/COPYING.LIB
%{_mandir}/man1/*
%{_mandir}/man8/rpcinfo.8*
%{_mandir}/man8/ld.so*
%{_localedir}/locale.alias
/sbin/sln
%{_prefix}/libexec/getconf
%ifarch x86_64
%exclude %{_prefix}/libexec/getconf/POSIX_V6_ILP32_OFF32
%exclude %{_prefix}/libexec/getconf/POSIX_V6_ILP32_OFFBIG
%exclude %{_prefix}/libexec/getconf/POSIX_V7_ILP32_OFF32
%exclude %{_prefix}/libexec/getconf/POSIX_V7_ILP32_OFFBIG
%exclude %{_prefix}/libexec/getconf/XBS5_ILP32_OFF32
%exclude %{_prefix}/libexec/getconf/XBS5_ILP32_OFFBIG
%endif
%{_slibdir}/ld-%{version}.so
%ifarch %{ix86}
%{_slibdir}/ld-linux.so.2
%{_slibdir}/i686
%endif
%ifarch x86_64
%{_slibdir}/ld-linux-x86-64.so.2
%endif
%ifarch armv7l
%{_slibdir}/ld-linux.so.3
%endif
%ifarch armv7hl armv6j
%{_slibdir}/ld-linux-armhf.so.3
%endif
%ifarch aarch64
%{_slibdir}/ld-linux-aarch64.so.1
%{_slibdir32}/ld-linux-aarch64.so.1
%endif
%{_slibdir}/lib*-[.0-9]*.so
%{_slibdir}/lib*.so.[0-9]*
%{_slibdir}/libSegFault.so
%dir %{_libdir}/audit
%{_libdir}/audit/sotruss-lib.so
%dir %{_libdir}/gconv
%{_libdir}/gconv/*.so
%{_libdir}/gconv/gconv-modules
%ghost %{_libdir}/gconv/gconv-modules.cache
# %attr(4755,root,root) %{_prefix}/libexec/pt_chown
%{_bindir}/catchsegv
%{_bindir}/gencat
%{_bindir}/getconf
%{_bindir}/getent
%{_bindir}/iconv
%{_bindir}/ldd
%ifarch %{ix86}
%{_bindir}/lddlibc4
%endif
%{_bindir}/locale
%{_bindir}/localedef
%{_bindir}/makedb
%{_bindir}/pldd
%{_bindir}/sotruss
%{_bindir}/sprof
%{_bindir}/tzselect
%{_sbindir}/iconvconfig
%{_sbindir}/glibc_post_upgrade
/sbin/ldconfig
%{_mandir}/man8/ldconfig*
%ghost %{_sysconfdir}/ld.so.cache
%dir %{_var}/cache/ldconfig
%ghost %{_var}/cache/ldconfig/aux-cache
%{_var}/lib/rpm/filetriggers/ldconfig.*
%{_var}/db/Makefile

########################################################################
%if %{build_multiarch}
#-----------------------------------------------------------------------
%package -n	%{multilibc}
Summary:	The GNU libc libraries
Group:		System/Libraries
Conflicts:	glibc < 6:2.14.90-13

%post -n	%{multilibc}
    %{_sbindir}/iconvconfig %{_libdir32}/gconv -o %{_libdir32}/gconv/gconv-modules.cache

%description -n	%{multilibc}
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.

%files -n	%{multilibc}
%{_slibdir32}/ld-%{version}.so
%{_slibdir32}/ld-linux*.so.2
%{_slibdir32}/lib*-[.0-9]*.so
%{_slibdir32}/lib*.so.[0-9]*
%{_slibdir32}/libSegFault.so
%dir %{_libdir32}/audit
%{_libdir32}/audit/sotruss-lib.so
%{_libdir32}/gconv/*.so
%{_libdir32}/gconv/gconv-modules
%ghost %{_libdir32}/gconv/gconv-modules.cache
%{_prefix}/libexec/getconf/POSIX_V6_ILP32_OFF32
%{_prefix}/libexec/getconf/POSIX_V6_ILP32_OFFBIG
%{_prefix}/libexec/getconf/POSIX_V7_ILP32_OFF32
%{_prefix}/libexec/getconf/POSIX_V7_ILP32_OFFBIG
%{_prefix}/libexec/getconf/XBS5_ILP32_OFF32
%{_prefix}/libexec/getconf/XBS5_ILP32_OFFBIG
#-----------------------------------------------------------------------
# build_multiarch
%endif

#-----------------------------------------------------------------------
%package	devel
Summary:	Header and object files for development using standard C libraries
Group:		Development/C
Requires:	%{name} = %{EVRD}
%if %{build_multiarch}
Requires:	%{multilibc} = %{EVRD}
%endif
Requires:	kernel-headers
Provides:	glibc-crypt_blowfish-devel = %{crypt_bf_ver}
Provides:	eglibc-crypt_blowfish-devel = %{crypt_bf_ver}
%rename		glibc-doc
%if %{with pdf}
%rename		glibc-doc-pdf
%endif

%description	devel
The glibc-devel package contains the header and object files necessary
for developing programs which use the standard C libraries (which are
used by nearly all programs).  If you are developing programs which
will use the standard C libraries, your system needs to have these
standard header and object files available in order to create the
executables.

%files		devel
%{_mandir}/man3/*
%{_infodir}/libc.info*
%doc %{_docdir}/glibc/*
%exclude %{_docdir}/glibc/nss
%exclude %{_docdir}/glibc/gai.conf
%exclude %{_docdir}/glibc/COPYING
%exclude %{_docdir}/glibc/COPYING.LIB
%{_includedir}/*
%{_libdir}/*.o
%{_libdir}/*.so
%{_libdir}/libc_nonshared.a
%{_libdir}/libg.a
%{_libdir}/libieee.a
%{_libdir}/libmcheck.a
%{_libdir}/libpthread_nonshared.a
%{_libdir}/librpcsvc.a
%if %{build_multiarch}
%{_libdir32}/*.o
%{_libdir32}/*.so
%{_libdir32}/libc_nonshared.a
%{_libdir32}/libg.a
%{_libdir32}/libieee.a
%{_libdir32}/libmcheck.a
%{_libdir32}/libpthread_nonshared.a
%{_libdir32}/librpcsvc.a
%endif

#-----------------------------------------------------------------------
%package	static-devel
Summary:	Static libraries for GNU C library
Group:		Development/C
Requires:	%{name}-devel = %{EVRD}

%description	static-devel
The glibc-static-devel package contains the static libraries necessary
for developing programs which use the standard C libraries. Install
glibc-static-devel if you need to statically link your program or
library.

%files		static-devel
%{_libdir}/libBrokenLocale.a
%{_libdir}/libanl.a
%{_libdir}/libc.a
%{_libdir}/libcrypt.a
%{_libdir}/libdl.a
%{_libdir}/libm.a
%{_libdir}/libnsl.a
%{_libdir}/libpthread.a
%{_libdir}/libresolv.a
%{_libdir}/librt.a
%{_libdir}/libutil.a
%if %{build_multiarch}
%{_libdir32}/libBrokenLocale.a
%{_libdir32}/libanl.a
%{_libdir32}/libc.a
%{_libdir32}/libcrypt.a
%{_libdir32}/libdl.a
%{_libdir32}/libm.a
%{_libdir32}/libnsl.a
%{_libdir32}/libpthread.a
%{_libdir32}/libresolv.a
%{_libdir32}/librt.a
%{_libdir32}/libutil.a
%endif

########################################################################
%if %{with nscd}
#-----------------------------------------------------------------------
%package -n	nscd
Summary:	A Name Service Caching Daemon (nscd)
Group:		System/Servers
Conflicts:	kernel < 2.2.0
Requires(post):	systemd
Requires(pre):	rpm-helper
Requires(preun):rpm-helper
Requires(post):	rpm-helper
Requires(postun):rpm-helper

%description -n	nscd
Nscd caches name service lookups and can dramatically improve
performance with NIS+, and may help with DNS as well.

%pre -n nscd
    %_pre_useradd nscd / /sbin/nologin

%post -n nscd
    %_post_service nscd

%preun -n nscd
    %_preun_service nscd

%postun -n nscd
    %_postun_userdel nscd
    if [ "$1" -ge "1" ]; then
	systemctl condrestart nscd > /dev/null 2>&1 || :
    fi

%files -n 	nscd
%config(noreplace) %{_sysconfdir}/nscd.conf
%{_tmpfilesdir}/nscd.conf
%{_unitdir}/nscd.service
%{_unitdir}/nscd.socket
%{_sbindir}/nscd
/var/db/nscd
#-----------------------------------------------------------------------
# with nscd
%endif

########################################################################
%if %{with utils}
#-----------------------------------------------------------------------
%package	utils
Summary:	Development utilities from GNU C library
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description	utils
The glibc-utils package contains memusage, a memory usage profiler,
mtrace, a memory leak tracer and xtrace, a function call tracer which
can be helpful during program debugging.

If unsure if you need this, don't install this package.

%files		utils
%{_bindir}/memusage
%{_bindir}/memusagestat
%{_bindir}/mtrace
%{_bindir}/pcprofiledump
%{_bindir}/xtrace
%{_slibdir}/libmemusage.so
%{_slibdir}/libpcprofile.so
%if %{build_multiarch}
%{_slibdir32}/libmemusage.so
%{_slibdir32}/libpcprofile.so
%endif
#-----------------------------------------------------------------------
# with utils
%endif

########################################################################
%if %{with i18ndata}
#-----------------------------------------------------------------------
%package	i18ndata
Summary:	Database sources for 'locale'
Group:		System/Libraries
%rename		glibc-localedata

%description	i18ndata
This package contains the data needed to build the locale data files
to use the internationalization features of the GNU libc.

%files		i18ndata
%dir %{_datadir}/i18n
%dir %{_datadir}/i18n/charmaps
%{_datadir}/i18n/charmaps/*
%dir %{_datadir}/i18n/locales
%{_datadir}/i18n/locales/*
%{_datadir}/i18n/SUPPORTED
#-----------------------------------------------------------------------
# with i18ndata
%endif

########################################################################
%if %{with timezone}
#-----------------------------------------------------------------------
%package -n	timezone
Summary:	Time zone descriptions
Group:		System/Base
Obsoletes:	zoneinfo

%description -n	timezone
These are configuration files that describe possible time zones.

%files -n	timezone
%{_sbindir}/zdump
%{_sbindir}/zic
%{_mandir}/man1/zdump.1*
%{_datadir}/zoneinfo
#-----------------------------------------------------------------------
# with timezone
%endif

########################################################################

%if ! %{without locales}
%package -n locales
Summary:	Base files for localization
Group:		System/Internationalization
Requires:	%{name}-i18ndata
Requires(pre):	glibc = %{EVRD}

%description -n locales
These are the base files for language localization.

You also need to install the specific locales-?? for the language(s) you want.
Then the user need to set the LANG variable to their preferred language in
their ~/.profile configuration file.

%files -n locales
%{_bindir}/locale_install.sh
%{_bindir}/locale_uninstall.sh
%dir %{_datadir}/locale
%dir %{_prefix}/lib/locale
%ghost %{_prefix}/lib/locale/locale-archive
%{_prefix}/lib/locale/ISO*
%{_prefix}/lib/locale/CP*
%{_prefix}/lib/locale/UTF*
%{_prefix}/lib/locale/KOI*

# Locale specifc packages
%{expand:%(sh %{SOURCE1000} Afar aa aa_DJ aa_ER aa_ET)}
%{expand:%(sh %{SOURCE1000} Afrikaans af af_ZA)}
%{expand:%(sh %{SOURCE1000} Amharic am am_ET byn_ER gez_ER gez_ET om_ET om_KE sid_ET ti_ER ti_ET tig_ER wal_ET)}
%{expand:%(sh %{SOURCE1000} Akan ak ak_GH)}
%{expand:%(sh %{SOURCE1000} Angika anp anp_IN)}
%{expand:%(sh %{SOURCE1000} Arabic ar ar_AE ar_BH ar_DZ ar_EG ar_IN ar_IQ ar_JO ar_KW ar_LB ar_LY ar_MA ar_OM ar_QA ar_SA ar_SD ar_SS ar_SY ar_TN ar_YE)}
%{expand:%(sh %{SOURCE1000} Assamese as as_IN)}
%{expand:%(sh %{SOURCE1000} Asturian ast ast_ES)}
%{expand:%(sh %{SOURCE1000} Aymara ayc ayc_PE)}
%{expand:%(sh %{SOURCE1000} Azeri az az_AZ)}
%{expand:%(sh %{SOURCE1000} Belarusian be be_BY)}
%{expand:%(sh %{SOURCE1000} Bemba bem bem_ZM)}
%{expand:%(sh %{SOURCE1000} Berber ber ber_DZ ber_MA)}
%{expand:%(sh %{SOURCE1000} Bulgarian bg bg_BG)}
%{expand:%(sh %{SOURCE1000} Bengali bn bn_BD bn_IN)}
%{expand:%(sh %{SOURCE1000} Tibetan bo bo_CN bo_IN)}
%{expand:%(sh %{SOURCE1000} Breton br br_FR)}
%{expand:%(sh %{SOURCE1000} Bosnian bs bs_BA)}
%{expand:%(sh %{SOURCE1000} Catalan ca ca_AD ca_ES ca_FR ca_IT)}
%{expand:%(sh %{SOURCE1000} "Crimean Tatar" crh crh_UA)}
%{expand:%(sh %{SOURCE1000} Czech cs cs_CZ)}
%{expand:%(sh %{SOURCE1000} Chuvash cv cv_RU)}
%{expand:%(sh %{SOURCE1000} Welsh cy cy_GB)}
%{expand:%(sh %{SOURCE1000} Danish da da_DK)}
%{expand:%(sh %{SOURCE1000} German de de_AT de_BE de_CH de_DE de_LU)}
%{expand:%(sh %{SOURCE1000} Dogri doi doi_IN)}
%{expand:%(sh %{SOURCE1000} Dhivehi dv dv_MV)}
%{expand:%(sh %{SOURCE1000} Dzongkha dz dz_BT)}
%{expand:%(sh %{SOURCE1000} Greek el r:gr el_CY el_GR)}
%{expand:%(sh %{SOURCE1000} English en en_AG en_AU en_BW en_CA en_DK en_GB en_HK en_IE en_IN en_NG en_NZ en_PH en_SG en_US en_ZA en_ZM en_ZW)}
%{expand:%(sh %{SOURCE1000} Esperanto eo eo_XX)}
# Potentially unhandled: es@tradicional?, an = Aragonese
%{expand:%(sh %{SOURCE1000} Spanish es an_ES es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE)}
%{expand:%(sh %{SOURCE1000} Estonian et et_EE)}
%{expand:%(sh %{SOURCE1000} Basque eu eu_ES)}
%{expand:%(sh %{SOURCE1000} Farsi fa fa_IR)}
%{expand:%(sh %{SOURCE1000} Finnish fi fi_FI)}
%{expand:%(sh %{SOURCE1000} Fulah ff ff_SN)}
%{expand:%(sh %{SOURCE1000} Faroese fo fo_FO)}
%{expand:%(sh %{SOURCE1000} French fr fr_BE fr_CA fr_CH fr_FR fr_LU)}
%{expand:%(sh %{SOURCE1000} Friulan fur fur_IT)}
%{expand:%(sh %{SOURCE1000} Frisian fy fy_DE fy_NL)}
%{expand:%(sh %{SOURCE1000} Irish ga ga_IE)}
%{expand:%(sh %{SOURCE1000} "Scottish Gaelic" gd gd_GB)}
%{expand:%(sh %{SOURCE1000} Galician gl gl_ES)}
%{expand:%(sh %{SOURCE1000} Gujarati gu gu_IN)}
%{expand:%(sh %{SOURCE1000} "Manx Gaelic" gv gv_GB)}
%{expand:%(sh %{SOURCE1000} Hausa ha ha_NG)}
%{expand:%(sh %{SOURCE1000} Hebrew he he_IL iw_IL)}
%{expand:%(sh %{SOURCE1000} Hindi hi bho_IN brx_IN hi_IN ur_IN)}
%{expand:%(sh %{SOURCE1000} Chhattisgarhi hne hne_IN)}
%{expand:%(sh %{SOURCE1000} Croatian hr hr_HR)}
%{expand:%(sh %{SOURCE1000} "Upper Sorbian" hsb hsb_DE)}
%{expand:%(sh %{SOURCE1000} Breyol ht ht_HT)}
%{expand:%(sh %{SOURCE1000} Hungarian hu hu_HU)}
%{expand:%(sh %{SOURCE1000} Armenian hy hy_AM)}
%{expand:%(sh %{SOURCE1000} Interlingua ia ia_FR)}
%{expand:%(sh %{SOURCE1000} Indonesian id id_ID)}
%{expand:%(sh %{SOURCE1000} Igbo ig ig_NG)}
%{expand:%(sh %{SOURCE1000} Inupiaq ik ik_CA)}
%{expand:%(sh %{SOURCE1000} Icelandic is is_IS)}
%{expand:%(sh %{SOURCE1000} Italian it it_CH it_IT)}
%{expand:%(sh %{SOURCE1000} Inuktitut iu iu_CA)}
%{expand:%(sh %{SOURCE1000} Japanese ja ja ja_JP)}
%{expand:%(sh %{SOURCE1000} Georgian ka ka_GE)}
%{expand:%(sh %{SOURCE1000} Kazakh kk kk_KZ)}
%{expand:%(sh %{SOURCE1000} Greenlandic kl kl_GL)}
%{expand:%(sh %{SOURCE1000} Khmer km km_KH)}
%{expand:%(sh %{SOURCE1000} Kannada kn kn_IN)}
%{expand:%(sh %{SOURCE1000} Korean ko ko_KR)}
%{expand:%(sh %{SOURCE1000} Konkani kok kok_IN)}
%{expand:%(sh %{SOURCE1000} Kashmiri ks ks_IN ks_IN@devanagari)}
%{expand:%(sh %{SOURCE1000} Kurdish ku ku_TR)}
%{expand:%(sh %{SOURCE1000} Cornish kw kw_GB)}
%{expand:%(sh %{SOURCE1000} Kyrgyz ky ky_KG)}
%{expand:%(sh %{SOURCE1000} Luxembourgish lb lb_LU)}
%{expand:%(sh %{SOURCE1000} Luganda lg lg_UG)}
%{expand:%(sh %{SOURCE1000} Limburguish li li_BE li_NL)}
%{expand:%(sh %{SOURCE1000} Ligurian lij lij_IT)}
%{expand:%(sh %{SOURCE1000} Laotian lo lo_LA)}
%{expand:%(sh %{SOURCE1000} Lithuanian lt lt_LT)}
%{expand:%(sh %{SOURCE1000} Latvian lv lv_LV)}
%{expand:%(sh %{SOURCE1000} Magahi mag mag_IN)}
%{expand:%(sh %{SOURCE1000} Maithili mai mai_IN)}
%{expand:%(sh %{SOURCE1000} Malagasy mg mg_MG)}
%{expand:%(sh %{SOURCE1000} Mari mhr mhr_RU)}
%{expand:%(sh %{SOURCE1000} Maori mi mi_NZ)}
%{expand:%(sh %{SOURCE1000} Macedonian mk mk_MK)}
%{expand:%(sh %{SOURCE1000} Malayalam ml ml_IN)}
%{expand:%(sh %{SOURCE1000} Mongolian mn mn_MN)}
%{expand:%(sh %{SOURCE1000} Manipuri mni mni_IN)}
%{expand:%(sh %{SOURCE1000} Marathi mr mr_IN)}
%{expand:%(sh %{SOURCE1000} Malay ms ms_MY)}
%{expand:%(sh %{SOURCE1000} Maltese mt mt_MT)}
%{expand:%(sh %{SOURCE1000} Burmese my my_MM)}
%{expand:%(sh %{SOURCE1000} "Lower Saxon" nds nds_DE nds_NL)}
%{expand:%(sh %{SOURCE1000} Nepali ne ne_NP)}
%{expand:%(sh %{SOURCE1000} Nahuatl nhn nhn_MX)}
%{expand:%(sh %{SOURCE1000} Niuean niu niu_NU niu_NZ)}
%{expand:%(sh %{SOURCE1000} Dutch nl nl_AW nl_BE nl_NL)}
%{expand:%(sh %{SOURCE1000} Norwegian no r:nb r:nn nb_NO nn_NO)}
%{expand:%(sh %{SOURCE1000} Ndebele nr nr_ZA)}
%{expand:%(sh %{SOURCE1000} "Northern Sotho" nso nso_ZA)}
%{expand:%(sh %{SOURCE1000} Occitan oc oc_FR)}
%{expand:%(sh %{SOURCE1000} Oriya or or_IN)}
%{expand:%(sh %{SOURCE1000} Ossetian os os_RU)}
%{expand:%(sh %{SOURCE1000} Punjabi pa pa_IN pa_PK)}
%{expand:%(sh %{SOURCE1000} Papiamento pap r:pp pap_AN pap_AW pap_CW)}
%{expand:%(sh %{SOURCE1000} Polish pl csb_PL pl_PL)}
%{expand:%(sh %{SOURCE1000} Pashto ps ps_AF)}
%{expand:%(sh %{SOURCE1000} Portuguese pt pt_BR pt_PT)}
%{expand:%(sh %{SOURCE1000} Quechua quz quz_PE)}
%{expand:%(sh %{SOURCE1000} Romanian ro ro_RO)}
%{expand:%(sh %{SOURCE1000} Russian ru ru_RU ru_UA)}
%{expand:%(sh %{SOURCE1000} Kinyarwanda rw rw_RW)}
%{expand:%(sh %{SOURCE1000} Sanskrit sa sa_IN)}
%{expand:%(sh %{SOURCE1000} Santali sat sat_IN)}
%{expand:%(sh %{SOURCE1000} Sardinian sc sc_IT)}
%{expand:%(sh %{SOURCE1000} Sindhi sd sd_IN sd_IN@devanagari)}
%{expand:%(sh %{SOURCE1000} Saami se se_NO)}
%{expand:%(sh %{SOURCE1000} Secwepemctsin shs shs_CA)}
%{expand:%(sh %{SOURCE1000} Sinhala si si_LK)}
%{expand:%(sh %{SOURCE1000} Slovak sk sk_SK)}
%{expand:%(sh %{SOURCE1000} Slovenian sl sl_SI)}
%{expand:%(sh %{SOURCE1000} Serbian sr sr_ME sr_RS)}
%{expand:%(sh %{SOURCE1000} Somali so so_DJ so_ET so_KE so_SO)}
%{expand:%(sh %{SOURCE1000} Albanian sq sq_AL sq_MK)}
%{expand:%(sh %{SOURCE1000} Swati ss ss_ZA)}
%{expand:%(sh %{SOURCE1000} Sotho st st_ZA)}
%{expand:%(sh %{SOURCE1000} Swedish sv sv_FI sv_SE)}
# sw_XX?
%{expand:%(sh %{SOURCE1000} Swahili sw sw_KE sw_TZ)}
%{expand:%(sh %{SOURCE1000} Silesian szl szl_PL)}
%{expand:%(sh %{SOURCE1000} Tamil ta ta_IN ta_LK)}
%{expand:%(sh %{SOURCE1000} Telugu te te_IN)}
%{expand:%(sh %{SOURCE1000} Tajik tg tg_TJ)}
%{expand:%(sh %{SOURCE1000} Thai th th_TH)}
%{expand:%(sh %{SOURCE1000} Tharu/Tharuhati the the_NP)}
%{expand:%(sh %{SOURCE1000} Turkmen tk tk_TM)}
%{expand:%(sh %{SOURCE1000} Pilipino tl r:ph fil_PH tl_PH)}
%{expand:%(sh %{SOURCE1000} Tswana tn tn_ZA)}
%{expand:%(sh %{SOURCE1000} Turkish tr tr_CY tr_TR)}
%{expand:%(sh %{SOURCE1000} Tsonga ts ts_ZA)}
%{expand:%(sh %{SOURCE1000} Tatar tt tt_RU)}
%{expand:%(sh %{SOURCE1000} Uyghur ug ug_CN)}
%{expand:%(sh %{SOURCE1000} Unami unm unm_US)}
%{expand:%(sh %{SOURCE1000} Ukrainian uk uk_UA)}
%{expand:%(sh %{SOURCE1000} Urdu ur ur_PK)}
%{expand:%(sh %{SOURCE1000} Uzbek uz uz_UZ)}
%{expand:%(sh %{SOURCE1000} Venda ve ve_ZA)}
%{expand:%(sh %{SOURCE1000} Vietnamese vi vi_VN)}
%{expand:%(sh %{SOURCE1000} Walloon wa wa_BE)}
%{expand:%(sh %{SOURCE1000} Walser wae wae_CH)}
%{expand:%(sh %{SOURCE1000} Wolof wo wo_SN)}
%{expand:%(sh %{SOURCE1000} Xhosa xh xh_ZA)}
%{expand:%(sh %{SOURCE1000} Yiddish yi yi_US)}
%{expand:%(sh %{SOURCE1000} Yoruba yo yo_NG)}
%{expand:%(sh %{SOURCE1000} "Yue Chinese (Cantonese)" yue yue_HK)}
%{expand:%(sh %{SOURCE1000} Chinese zh zh_CN zh_HK zh_SG zh_TW cmn_TW hak_TW lzh_TW nan_TW nam_TW@latin)}
%{expand:%(sh %{SOURCE1000} Zulu zu zu_ZA)}

#-----------------------------------------------------------------------
# without locales
%endif
########################################################################

%prep
%setup -q -a3 -a50

%patch00 -p1
%patch04 -p1
%patch05 -p1
%patch06 -p1
%patch10 -p1 -b .rh841318~
%patch11 -p1
%patch12 -p1 -b .multiple~
%patch14 -p1 -b .elfORIGIN~
%patch15 -p1
%patch16 -p1 -b .rh737223~
%patch18 -p1
%patch20 -p1
%patch21 -p1
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p1
%patch26 -p1 -b .curr~
%patch27 -p1
%patch29 -p1 -b .locales~
%patch30 -p1
%patch31 -p1
%patch32 -p1
%patch33 -p1
%patch34 -p1
%patch35 -p1
%patch37 -p1 -b .aliasing~
%patch40 -p1
%patch49 -p1 -b .rh800224~
%patch50 -p1
%patch54 -p1
%patch55 -p1
%patch51 -p1
%patch56 -p1
%patch57 -p1
%patch58 -p1 -b .nssUpgrade~
%patch60 -p1
%patch61 -p1
%patch62 -p1
%patch63 -p1
%patch64 -p1 -b .hwcap~
%patch65 -p1
%patch66 -p1
%patch67 -p1
%patch68 -p1
%patch69 -p1
%patch70 -p1 -b .multiarch~
%patch71 -p1 -b .hpt~
%patch72 -p1
%patch73 -p1
%patch74 -p1 -b .ldbl~
%patch75 -p1 -b .tsp~
%patch79 -p1
%patch80 -p1

%patch501 -p1
%patch502 -p1
%patch503 -p1
%patch504 -p1


# copy freesec source
cp %{SOURCE52} %{SOURCE53} crypt/
echo "Applying crypt_blowfish patch:"
%patch81 -p1 -b .owlCrypt~
mv crypt/crypt.h crypt/gnu-crypt.h
chmod 0644 crypt_blowfish-%{crypt_bf_ver}/*.[chS]
cp -a crypt_blowfish-%{crypt_bf_ver}/*.[chS] crypt/

## FreeSec support for extended/new-style/BSDI hashes in crypt(3)
%patch82 -p1 -b .freesec~
%patch83 -p1 -b .relocateFcrypt~
%patch84 -p0
# add sha256-crypt and sha512-crypt support to the Openwall wrapper
%patch85 -p1

%patch86 -p1 -b .compile~

%patch87 -p1 -b .boLocale~

%patch88 -p1 -b .gold~

%patch100 -p1 -b .blowfish_nonx86~

%if %{with selinux}
    # XXX kludge to build nscd with selinux support as it added -nostdinc
    # so /usr/include/selinux is not found
    ln -s %{_includedir}/selinux selinux
%endif

find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \;

# Remove patch backups from files we ship in glibc packages
rm -f ChangeLog.[^0-9]*
rm -f localedata/locales/{???_??,??_??}.*
rm -f localedata/locales/[a-z_]*.*

# Regenerate autoconf files, some of our patches touch them
# Remove the autoconf 2.68 hardcode...
sed -i -e "s,2.68,`autoconf --version |head -n1 |cut -d' ' -f4`," aclocal.m4
# fix nss headers location
sed -i -e 's@<hasht.h>@<nss/hasht.h>@g' -e 's@<nsslowhash.h>@<nss/nsslowhash.h>@g' configure*

aclocal
autoconf

#-----------------------------------------------------------------------
%build
# ...
[ -d ports ] || ln -s ../ports .
mkdir bin
ln -sf %{_bindir}/ld.bfd bin/ld
export PATH=$PWD/bin:$PATH

# Prepare test matrix in the next function
> %{checklist}

#
# BuildGlibc <arch> [<extra_configure_options>+]
#
function BuildGlibc() {
  arch="$1"
  shift 1

  # Select optimization flags and compiler to use
  BuildAltArch="no"
  BuildCompFlags=""
  BuildFlags=""
  case $arch in
    i[3-6]86)
%ifarch x86_64
	BuildFlags="-march=pentium4 -mtune=generic"
	BuildAltArch="yes"
	BuildCompFlags="-m32"
%else
	BuildFlags="-march=$arch -mtune=atom"
%endif
      ;;
    x86_64)
      BuildFlags="-mtune=generic"
      ;;
    armv5t*)
      BuildFlags="-march=armv5t"
      BuildCompFlags="-march=armv5t"
      ;;
    # to check
    armv7*)
      BuildFlags="-march=armv7-a"
      BuildCompFlags="-march=armv7-a"
      ;;
    armv6*)
      BuildFlags="-march=armv6"
      BuildCompFlags="-march=armv6"
      ;;
  esac
  BuildCompFlags="$BuildCompFlags -fuse-ld=bfd"

  # Choose multiarch support
  MultiArchFlags=
  case $arch in
    i686 | x86_64)
      MultiArchFlags="--enable-multi-arch"
      ;;
  esac

  # Determine C & C++ compilers
  BuildCC="%{__cc} $BuildCompFlags"
  BuildCXX="%{__cxx} $BuildCompFlags"

  BuildFlags="$BuildFlags -DNDEBUG=1 %{__common_cflags} -O3"

  # XXX: -frecord-gcc-switches makes gold abort with assertion error and gcc segfault :|
  #BuildFlags="$(echo $BuildFlags |sed -e 's#-frecord-gcc-switches##g')"

  # Do not use direct references against %gs when accessing tls data
  # XXX make it the default in GCC? (for other non glibc specific usage)
%ifarch %{xenarches}
  BuildFlags="$BuildFlags -mno-tls-direct-seg-refs"
%endif

  # Extra configure flags
  ExtraFlags=

   # We'll be having issues with biarch builds of these two as longs as their
   # build dependencies aren't provided as biarch packages as well.
   # But as the alternate arch is less likely to make any use of the
   # functionality and that we might just ditch biarch packaging completely,
   # we just enable it on the main arch for now.
%if %{with nsscrypt} || %{with systap}
   if [[ "$BuildAltArch" = "no" ]]; then
%if %{with nsscrypt}
   ExtraFlags="$ExtraFlags --enable-nss-crypt"
%endif
%if %{with systap}
   ExtraFlags="$ExtraFlags --enable-systemtap"
%endif
   fi
%endif

  # NPTL+TLS are now the default
  Pthreads="nptl"

  # Add-ons
  AddOns="$Pthreads,ports,libidn"

  # Force a separate and clean object dir
  rm -rf build-$arch-linux
  mkdir  build-$arch-linux
  pushd  build-$arch-linux
  [[ "$BuildAltArch" = "yes" ]] && touch ".alt" || touch ".main"
  CC="$BuildCC" CXX="$BuildCXX" CFLAGS="$BuildFlags" LDFLAGS="%{ldflags} -fuse-ld=bfd" ../configure \
    $arch-%{_target_vendor}-%{_target_os}%{?_gnu} \
    --prefix=%{_prefix} \
    --libexecdir=%{_prefix}/libexec \
    --infodir=%{_infodir} \
    --localedir=%{_localedir} \
    --enable-add-ons=$AddOns \
    --disable-profile \
    --enable-static \
    --enable-bind-now \
    $ExtraFlags \
    $MultiArchFlags \
    --enable-kernel=%{enablekernel} \
    --with-headers=%{_includedir} ${1+"$@"}
  %make -r
  popd

  check_flags="-k"

  # Generate test matrix
  [[ -d "build-$arch-linux" ]] || {
    echo "ERROR: PrepareGlibcTest: build-$arch-linux does not exist!"
    return 1
  }
  local BuildJobs="%{_smp_mflags}"
  echo "$BuildJobs -d build-$arch-linux $check_flags" >> %{checklist}

  case $arch in
  i686)		base_arch=i586;;
  *)		base_arch=none;;
  esac

  [[ -d "build-$base_arch-linux" ]] && {
    check_flags="$check_flags -l build-$base_arch-linux/elf/ld.so"
    echo "$BuildJobs -d build-$arch-linux $check_flags" >> %{checklist}
  }
  return 0
}

# Build main glibc
BuildGlibc %{_target_cpu}

%if %{build_multiarch}
    %ifarch x86_64
	BuildGlibc i686
    %endif
%else
    # Build i686 libraries if not already building for i686
    case %{_target_cpu} in
    i686)
	;;
    i[3-5]86)
	BuildGlibc i686
	;;
    esac
%endif

make -C crypt_blowfish-%{crypt_bf_ver} man

# post install wrapper
gcc -static -Lbuild-%{_target_cpu}-linux %{optflags} -Os %{SOURCE2} -o build-%{_target_cpu}-linux/glibc_post_upgrade \
  '-DLIBTLS="/%{_lib}/tls/"' \
  '-DGCONV_MODULES_DIR="%{_libdir}/gconv"' \
  '-DLD_SO_CONF="/etc/ld.so.conf"' \
  '-DICONVCONFIG="%{_sbindir}/iconvconfig"'

#-----------------------------------------------------------------------
%check
# ...
export PATH=$PWD/bin:$PATH

export TMPDIR=/tmp
export TIMEOUTFACTOR=16
while read arglist; do
    sh %{SOURCE5} $arglist || exit 1
done < %{checklist}

#-----------------------------------------------------------------------
%install
# ...
export PATH=$PWD/bin:$PATH

%if %{build_multiarch}
    %ifarch x86_64
	ALT_ARCH=i686
    %endif
    %make install install_root=%{buildroot} -C build-${ALT_ARCH}-linux
%endif
%make install install_root=%{buildroot} -C build-%{_target_cpu}-linux
%if %{build_multiarch}
    %ifarch x86_64
	rm -f %{buildroot}%{_bindir}/lddlibc4
    %endif
%endif

install -m700 build-%{_target_cpu}-linux/glibc_post_upgrade -D %{buildroot}%{_sbindir}/glibc_post_upgrade
sh manpages/Script.sh

# Install extra glibc libraries
function InstallGlibc() {
  local BuildDir="$1"
  local SubDir="$2"
  local LibDir="$3"

  [[ -z "$LibDir" ]] && LibDir="%{_slibdir}"

  pushd $BuildDir
  mkdir -p %{buildroot}$LibDir/$SubDir/
  install -m755 libc.so %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libc-*.so`
  ln -sf `basename %{buildroot}$LibDir/libc-*.so` %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libc.so.*`
  install -m755 math/libm.so %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libm-*.so`
  ln -sf `basename %{buildroot}$LibDir/libm-*.so` %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libm.so.*`
  install -m755 nptl/libpthread.so %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libpthread-*.so`
  ln -sf `basename %{buildroot}$LibDir/libpthread-*.so` %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libpthread.so.*`
  install -m755 nptl_db/libthread_db.so %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libthread_db-*.so`
  ln -sf `basename %{buildroot}$LibDir/libthread_db-*.so` %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/libthread_db.so.*`
  install -m755 rt/librt.so %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/librt-*.so`
  ln -sf `basename %{buildroot}$LibDir/librt-*.so` %{buildroot}$LibDir/$SubDir/`basename %{buildroot}$LibDir/librt.so.*`
  popd
}

# Install arch-specific optimized libraries
case %{_target_cpu} in
i[3-5]86)
  InstallGlibc build-i686-linux i686
  ;;
esac

# NPTL <bits/stdio-lock.h> is not usable outside of glibc, so include
# the generic one (RH#162634)
install -m644 bits/stdio-lock.h -D %{buildroot}%{_includedir}/bits/stdio-lock.h
# And <bits/libc-lock.h> needs sanitizing as well.
install -m644 %{SOURCE10} -D %{buildroot}%{_includedir}/bits/libc-lock.h

# Compatibility hack: this locale has vanished from glibc, but some other
# programs are still using it. Normally we would handle it in the %pre
# section but with glibc that is simply not an option
mkdir -p %{buildroot}%{_localedir}/ru_RU/LC_MESSAGES

# Remove the files we don't want to distribute
rm -f %{buildroot}%{_libdir}/libNoVersion*
rm -f %{buildroot}%{_slibdir}/libNoVersion*


# (tpg) workaround for aarch64 ?
%ifarch aarch64
ls -sf %{_slibdir}/ld-linux-aarch64.so.1 %{buildroot}%{_slibdir32}/ld-linux-aarch64.so.1
%endif

install -m 644 mandriva/nsswitch.conf %{buildroot}%{_sysconfdir}/nsswitch.conf

# This is for ncsd - in glibc 2.2
%if %{with nscd}
    install -m644 nscd/nscd.conf -D %{buildroot}%{_sysconfdir}/nscd.conf
    install -m755 %{SOURCE6} -D %{buildroot}%{_unitdir}/nscd.service
    mkdir -p %{buildroot}%{_tmpfilesdir}
    install -m 644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}
    install -m755 %{SOURCE7} -D %{buildroot}%{_unitdir}/nscd.socket
    install -m755 -d %{buildroot}/var/db/nscd
%endif

# These man pages require special attention
mkdir -p %{buildroot}%{_mandir}/man3
install -p -m 0644 crypt_blowfish-%{crypt_bf_ver}/*.3 %{buildroot}%{_mandir}/man3/

# Useless and takes place
rm -rf %{buildroot}/%{_datadir}/zoneinfo/{posix,right}

# Include ld.so.conf
echo "include /etc/ld.so.conf.d/*.conf" > %{buildroot}%{_sysconfdir}/ld.so.conf
chmod 644 %{buildroot}%{_sysconfdir}/ld.so.conf
mkdir -p  %{buildroot}%{_sysconfdir}/ld.so.conf.d

# ldconfig cache
mkdir -p %{buildroot}%{_var}/cache/ldconfig
touch %{buildroot}%{_var}/cache/ldconfig/aux-cache

# automatic ldconfig cache update on rpm installs/removals
# (see http://wiki.mandriva.com/en/Rpm_filetriggers)
install -d %{buildroot}%{_var}/lib/rpm/filetriggers
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/ldconfig.filter << EOF
^.((/lib|/usr/lib)(64)?/[^/]*\.so\.|/etc/ld.so.conf.d/[^/]*\.conf)
EOF
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/ldconfig.script << EOF
#!/bin/sh
ldconfig -X
EOF
chmod 755 %{buildroot}%{_var}/lib/rpm/filetriggers/ldconfig.script

# gconv-modules.cache
touch %{buildroot}%{_libdir}/gconv/gconv-modules.cache
chmod 644 %{buildroot}%{_libdir}/gconv/gconv-modules.cache
%if %{build_multiarch}
    touch %{buildroot}%{_libdir32}/gconv/gconv-modules.cache
    chmod 644 %{buildroot}%{_libdir32}/gconv/gconv-modules.cache
%endif

touch %{buildroot}%{_sysconfdir}/ld.so.cache

# Strip debugging info from all static libraries
pushd %{buildroot}%{_libdir}
    for i in *.a; do
	if [ -f "$i" ]; then
	    strip -g -R .comment -R .GCC.command.line $i
	fi
    done
popd

# rquota.x and rquota.h are now provided by quota
rm -f %{buildroot}%{_includedir}/rpcsvc/rquota.[hx]

%if %{with i18ndata}
    install -m644 localedata/SUPPORTED %{buildroot}%{_datadir}/i18n/
%endif

rm -rf %{buildroot}%{_includedir}/netatalk/

# /etc/localtime - we're proud of our timezone #Well we(mdk) may put Paris
%if %{with timezone}
    rm -f %{buildroot}%{_sysconfdir}/localtime
    cp -f %{buildroot}%{_datadir}/zoneinfo/CET %{buildroot}%{_sysconfdir}/localtime
%endif

# Documentation
install -m 755 -d %{buildroot}%{_docdir}/glibc
    pushd build-%{_target_cpu}-linux html
%if %{with doc}
	make html
	cp -fpar manual/libc %{buildroot}%{_docdir}/glibc/html
%endif
%if %{with pdf}
	make pdf
	install -m644 -D manual/libc.pdf %{buildroot}%{_docdir}/glibc/libc.pdf
%endif
    popd
install -m 644 COPYING COPYING.LIB README NEWS INSTALL BUGS		\
    PROJECTS CONFORMANCE hesiod/README.hesiod				\
    ChangeLog* crypt/README.ufc-crypt nis/nss posix/gai.conf		\
    %{buildroot}%{_docdir}/glibc
xz -0 --text %{buildroot}%{_docdir}/glibc/ChangeLog*
install -m 644 timezone/README %{buildroot}%{_docdir}/glibc/README.timezone
install -m 755 -d %{buildroot}%{_docdir}/glibc/crypt_blowfish
install -m 644 crypt_blowfish-%{crypt_bf_ver}/{README,LINKS,PERFORMANCE} \
    %{buildroot}%{_docdir}/glibc/crypt_blowfish

# Localization
%find_lang libc

# Remove unpackaged files
rm -f  %{buildroot}%{_infodir}/dir.old*
rm -rf %{buildroot}%{_includedir}/asm-*/mach-*/
rm -f  %{buildroot}%{_localedir}/locale-archive*

rm %{buildroot}%{_bindir}/rpcgen %{buildroot}%{_mandir}/man1/rpcgen.1*

# XXX: verify
#find %{buildroot}%{_localedir} -type f -name LC_\* -o -name SYS_LC_\* |xargs rm -f

%if !%{with nscd}
    rm -f %{buildroot}%{_sbindir}/nscd
%endif

rm -f %{buildroot}%{_infodir}/dir

%if %{without utils}
    rm -f  %{buildroot}%{_bindir}/memusage
    rm -f  %{buildroot}%{_bindir}/memusagestat
    rm -f  %{buildroot}%{_bindir}/mtrace
    rm -f  %{buildroot}%{_bindir}/pcprofiledump
    rm -f  %{buildroot}%{_bindir}/xtrace
    rm -f  %{buildroot}%{_slibdir}/libmemusage.so
    rm -f  %{buildroot}%{_slibdir}/libpcprofile.so
    %if %{build_multiarch}
	rm -f  %{buildroot}%{_slibdir32}/libmemusage.so
	rm -f  %{buildroot}%{_slibdir32}/libpcprofile.so
    %endif
%endif

%if !%{with timezone}
    rm -f  %{buildroot}%{_sysconfdir}/localtime
    rm -f  %{buildroot}%{_sbindir}/zdump
    rm -f  %{buildroot}%{_sbindir}/zic
    rm -f  %{buildroot}%{_mandir}/man1/zdump.1*
    rm -rf %{buildroot}%{_datadir}/zoneinfo
%endif

%if !%{with i18ndata}
    rm -rf %{buildroot}%{_datadir}/i18n
%endif

%if ! %{without locales}
export PATH=%{buildroot}%{_bindir}:%{buildroot}%{_sbindir}:$PATH
export LD_LIBRARY_PATH=%{buildroot}/%{_lib}:%{buildroot}%{_libdir}:$LD_LIBRARY_PATH
export I18NPATH=%{buildroot}%{_datadir}/i18n

# Needed for/used by locale-archive
mkdir -p %{buildroot}%{_prefix}/lib/locale
touch %{buildroot}%{_prefix}/lib/locale/locale-archive

# Locale related tools
install -c -m 755 %{SOURCE1001} %{SOURCE1002} %{buildroot}%{_bindir}/

# make default charset pseudo-locales
# those will be symlinked (for LC_CTYPE, LC_COLLATE mainly) from
# a lot of other locales, thus saving space
for DEF_CHARSET in UTF-8 ISO-8859-1 ISO-8859-2 ISO-8859-3 ISO-8859-4 \
	 ISO-8859-5 ISO-8859-7 ISO-8859-9 \
	 ISO-8859-13 ISO-8859-14 ISO-8859-15 KOI8-R KOI8-U CP1251
do
	# don't use en_DK because of LC_MONETARY
	localedef -c -f $DEF_CHARSET -i en_US %{buildroot}%{_prefix}/lib/locale/$DEF_CHARSET || :
done
# TODO: REMOVE?^^^

%endif

# This will make the '-g' argument to be passed to eu-strip for these libraries, so that
# some info is kept that's required to make valgrind work without depending on glibc-debug
# package to be installed.
export EXCLUDE_FROM_FULL_STRIP="ld-%{version}.so libpthread libc-%{version}.so libm-%{version}.so"


%changelog

* Fri Feb 19 2016 Denis Silakov <dsilakov@gmail.com> 6:2.19-22
- (491d574) Fix CVE-2015-7547 and several other issues

* Wed Oct 21 2015 Denis Silakov <dsilakov@gmail.com> 6:2.19-21
- (3f47d56) No need to call systemd-tmpfiles in postscript, systemd trigger will take care of this
- (Denis Silakov: 6a8659b) Fix tmpfile creation in nscd pre-script

* Fri Sep 18 2015 Denis Silakov <dsilakov@gmail.com> 6:2.19-20
- (30b6993) Added tmpfiles config for nscd

* Mon May 18 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 6:2.19-19
- (d1eff96) BuildList#2501564: Increase release tag

* Fri May 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 6:2.19-18
- (1b8bce9) BuildList#2501564: Increase release tag

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 6:2.19-17
- (24a5e18) BuildList#2501564: Increase release tag

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 6:2.19-16
- (c9e73e4) BuildList#2501564: Increase release tag

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 6:2.19-15
- (21f5a35) MassBuild#656: Increase release tag

* Fri Feb 20 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 6:2.19-14
- (88ed98d) do not enable selinux explicitly
- (Dmitry Fedorov: 605d936) disable selinux, new version of libselinux not yet available
- (law: 7d56d99) Increase release number

* Thu Feb 12 2015 law <a.lahin@ntcit-rosa.ru> 6:2.19-13
- (08f876e) Require new glibc version for locales
- (law: 379327e) Force the same version of glibc and locales*
- (Andrey Bondrov: 7285b9d) Sync with Current (re-organize locales)

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6:2.19-8
- (0f0e96f) MassBuild#440: Increase release tag

* Mon Jun 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-7
- (0b9a6ae) Merge some fixes from Cooker to fix issues with building locales
- (Andrey Bondrov: 8f9285d) Bump release (rebuild to regenerate static libs with new lto flags)

* Fri May 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-6
- (11e25d7) Update Requires for generated locale packages

* Fri May 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-5
- (b9d8ab5) Don't use LD_LIBRARY_PATH when building locales, otherwise localedef fails to run
- (Andrey Bondrov: 1f457e2) Now build with locales

* Thu May 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-4
- (9099714) Another try without locales, silesystem and post script
- (Andrey Bondrov: ed228f8) Now build with locales

* Thu May 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.19-3
- (ac6d376) Generate locales package only when building locales is enabled
- (Andrey Bondrov: 53b0ad4) Don't build locales for now
- (Andrey Bondrov: 4f92249) Drop changelog
- (Andrey Bondrov: da72ea0) New version 2.19 (sync with OpenMandriva 2014.0), now includes locales

* Wed Dec 11 2013 Denis Silakov <denis.silakov@rosalab.ru> 6:2.15-9
- (d71bf7a) Ru l10n fix

* Fri Dec 06 2013 Denis Silakov <denis.silakov@rosalab.ru> 6:2.15-8
- (a9d9b73) Added systemtap-devel BR
- (Alex Burmashev: 1855b0a) enabled -mno-tls-direct-seg-refs for x86_64

* Mon Oct 22 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6:2.15-7
- (a53e9bf) LOG Add rpmlint filter



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22632 |14mu|glibmm2.4-2.44.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d "." -f -2)

%define pkgname glibmm
%define api 2.4
%define major 1
%define libname %mklibname %{pkgname} %{api} %{major}
%define devname %mklibname %{pkgname} %{api} -d

Summary:	C++ interface for Glib
Name:		%{pkgname}%{api}
Version:	2.44.0
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://gtkmm.sourceforge.net/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{url_ver}/%{pkgname}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	mm-common >= 0.9.4
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(glib-2.0) >= 2.30
BuildRequires:	pkgconfig(sigc++-2.0) >= 2.2.10

%description
GtkMM provides a C++ interface to the GTK+ GUI library.

%{pkgname} originally belongs to GtkMM, but is now separated,
for use with non-GUI software written in C++.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++ interface for Glib
Group:		System/Libraries

%description -n %{libname}
GtkMM provides a C++ interface to the GTK+ GUI library.

%{pkgname} originally belongs to gtkmm, but is now separated,
for use with non-GUI software written in C++.

This package contains the library needed to run programs dynamically
linked with %{pkgname}.

%files -n %{libname}
%doc COPYING NEWS README
%{_libdir}/libglibmm*%{api}.so.%{major}*
%{_libdir}/libgiomm*%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and development files of %{pkgname}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	%{pkgname}%{api}-devel = %{EVRD}
Requires:	mm-common >= 0.9.4

%description -n %{devname}
This package contains the headers and development files that are needed,
when trying to develop or compile applications which need %{pkgname}.

%files -n %{devname}
%doc AUTHORS ChangeLog
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/giomm-%{api}/
%{_libdir}/glibmm-%{api}/
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package doc
Summary:	GlibMM documentation
Group:		Documentation

%description doc
GtkMM provides a C++ interface to the GTK+ GUI library.

%{pkgname} originally belongs to GtkMM, but is now separated,
for use with non-GUI software written in C++.

This package contains all API documentation for %{pkgname}.

%files doc
%doc %{_datadir}/doc/glibmm-%{api}
%{_datadir}/devhelp/books/glibmm-2.4/

#----------------------------------------------------------------------------

%prep
%setup -qn %{pkgname}-%{version}

%build
%configure2_5x \
	--enable-shared \
	--disable-static

%make

%install
%makeinstall_std

# make check does nothing

%changelog

* Wed Mar 25 2015 Tigro <ashejn@yandex-team.ru> 2.44.0-1
- (d724b60) update to 2.44.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22633 |14mu|glib-networking-2.44.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname %mklibname %{name}

Summary:	Network-related GIO modules
Name:		glib-networking
Version:	2.44.0
Release:	1

Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.44/%{name}-%{version}.tar.xz
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org/

BuildRequires:	pkgconfig(glib-2.0) >= 2.27.90
BuildRequires:	pkgconfig(libproxy-1.0) >= 0.3.1
BuildRequires:	pkgconfig(gnutls) >= 2.1.7
BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	intltool

Requires:	%{libname} = %{EVRD}

%description
This package contains the network-related GIO modules for Glib.

%package -n %{libname}
Summary:	Network-related GIO modules
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libname}
This package contains the network-related GIO modules for Glib.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %buildroot%_libdir/gio/modules/*.la
%find_lang %{name}

%files -f %{name}.lang
%defattr(-,root,root)
%doc README
%{_libexecdir}/glib-pacrunner
%{_datadir}/dbus-1/services/*.service

%files -n %libname
%defattr(-,root,root)
%{_libdir}/gio/modules/*.so


%changelog

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 2.44.0-1
- (2632c4c) update to 2.44.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22634 |14mu|glitz-0.5.6-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define libglx %mklibname %{name}-glx %{major}
%define devname %mklibname %{name} -d

Summary:	OpenGL image compositing library
Name:		glitz
Version:	0.5.6
Release:	16
License:	BSD
Group:		System/Libraries
Url:		http://cairographics.org/
Source0:	http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
Patch0:		glitz-0.4.0-libtool.patch
Patch1:		glitz-0.5.6-wformat.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(x11)

%description
Glitz is an OpenGL image compositing library. Glitz provides
Porter/Duff compositing of images and implicit mask generation for
geometric primitives including trapezoids, triangles, and rectangles.

The semantics of glitz are designed to precisely match the
specification of the X Render extension. Glitz does not only implement
X Render features like component alpha and image transformations, but
also support for additional features like convolution filters and color
gradients, which are not currently part of the X Render specification.

The performance and capabilities of glitz are much dependent on
graphics hardware. Glitz does not in any way handle software
fall-backs when graphics hardware is insufficient. However, glitz
will report if any requested operation cannot be carried out by
graphics hardware, hence making a higher level software layer
responsible for appropriate actions.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	OpenGL image compositing library
Group:		System/Libraries
Provides:	glitz = %{EVRD}

%description -n %{libname}
Glitz is an OpenGL image compositing library. Glitz provides
Porter/Duff compositing of images and implicit mask generation for
geometric primitives including trapezoids, triangles, and rectangles.

The semantics of glitz are designed to precisely match the
specification of the X Render extension. Glitz does not only implement
X Render features like component alpha and image transformations, but
also support for additional features like convolution filters and color
gradients, which are not currently part of the X Render specification.

The performance and capabilities of glitz are much dependent on
graphics hardware. Glitz does not in any way handle software
fall-backs when graphics hardware is insufficient. However, glitz
will report if any requested operation cannot be carried out by
graphics hardware, hence making a higher level software layer
responsible for appropriate actions.

%files -n %{libname}
%doc AUTHORS COPYING README NEWS TODO
%{_libdir}/libglitz.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libglx}
Summary:	OpenGL image compositing library
Group:		System/Libraries
Conflicts:	%{_lib}glitz1 < 0.5.6-13

%description -n %{libglx}
Glitz is an OpenGL image compositing library. Glitz provides
Porter/Duff compositing of images and implicit mask generation for
geometric primitives including trapezoids, triangles, and rectangles.

The semantics of glitz are designed to precisely match the
specification of the X Render extension. Glitz does not only implement
X Render features like component alpha and image transformations, but
also support for additional features like convolution filters and color
gradients, which are not currently part of the X Render specification.

The performance and capabilities of glitz are much dependent on
graphics hardware. Glitz does not in any way handle software
fall-backs when graphics hardware is insufficient. However, glitz
will report if any requested operation cannot be carried out by
graphics hardware, hence making a higher level software layer
responsible for appropriate actions.

%files -n %{libglx}
%doc AUTHORS COPYING README NEWS TODO
%{_libdir}/libglitz-glx.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for glitz library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libglx} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}glitz-static-devel < 0.5.6-13

%description -n %{devname}
Development files for glitz library.

%files -n %{devname}
%{_libdir}/lib*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .libtool
%patch1 -p1 -b .wformat

%build
%configure2_5x --disable-static
%make LDFLAGS+=-ldl

%install
%makeinstall_std

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.5.6-16
- (f178c4e) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22635 |14mu|glu-9.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Mesa libGLU library
Name:		glu
Version:	9.0.0
Release:	7
License:	MIT
Group:		System/Libraries
Url:		http://mesa3d.org/
# snapshot only at this point
Source0:	ftp://ftp.freedesktop.org/pub/mesa/glu/%{name}-%{version}.tar.bz2
Source2:	make-git-snapshot.sh
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	pkgconfig(gl)

%description
Mesa implementation of the standard GLU OpenGL utility API.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Files for Mesa (GLU libs)
Group:		System/Libraries
Provides:	libmesaglu = %{EVRD}
%rename		%{_lib}mesaglu1

%description -n %{libname}
GLU is the OpenGL Utility Library.

It provides a number of functions upon the base OpenGL library to provide
higher-level drawing routines from the more primitive routines provided by
OpenGL.

%files -n %{libname}
%{_libdir}/libGLU.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for GLU libs
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	libmesaglu-devel = %{EVRD}
Provides:	mesaglu-devel = %{EVRD}
%rename		%{_lib}mesaglu1-devel

%description -n %{devname}
This package contains the headers needed to compile programs with GLU.

%files -n %{devname}
%{_includedir}/GL/glu.h
%{_includedir}/GL/glu_mangle.h
%{_libdir}/libGLU.so
%{_libdir}/pkgconfig/glu.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/man/man3/gl[A-Z]*


%changelog
* Tue Feb 24 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 9.0.0-7
+ Revision: cfce94d
- Properly mark the packages as the replacement for lib(64)mesaglu*
- May help if someone wants to upgrade the system from ROSA 2012 LTS
- to ROSA R3 or newer.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22636 |14mu|gmock-1.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_rebuild_configure 1

%define major 0
%define libname %mklibname %{name} %{major}
%define libmain %mklibname %{name}_main %{major}
%define devname %mklibname %{name} -d

Summary:	Google C++ Mocking Framework
Name:		gmock
Version:	1.7.0
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://code.google.com/p/googlemock/
Source0:	http://googlemock.googlecode.com/files/gmock-%{version}.zip
Patch0:		gmock-1.6.0-enable-install.patch
BuildRequires:	gtest-devel >= 1.7.0
BuildRequires:	python

%description
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s
specifics in mind, Google C++ Mocking Framework (or Google Mock for
short) is a library for writing and using C++ mock classes.

Google Mock:

 o lets you create mock classes trivially using simple macros,
 o supports a rich set of matchers and actions,
 o handles unordered, partially ordered, or completely ordered
   expectations,
 o is extensible by users, and
 o works on Linux, Mac OS X, Windows, Windows Mobile, minGW, and
   Symbian.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for the %{name} package
Group:		System/Libraries

%description -n %{libname}
Library for %{name}.

%files -n %{libname}
%{_libdir}/libgmock.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmain}
Summary:	Libraries for the %{name} package
Group:		System/Libraries
Conflicts:	%{_lib}gmock0 < 1.7.0

%description -n %{libmain}
Library for %{name}.

%files -n %{libmain}
%{_libdir}/libgmock_main.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libmain} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%doc CHANGES CONTRIBUTORS README
%{_libdir}/lib*.so
%{_includedir}/gmock/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--with-gtest \
	--enable-external-gtest

%make LIBS='-lpthread -lgtest'

%install
%makeinstall_std

# why repkg gtest
rm -fr %{buildroot}%{_includedir}/gtest/
rm -fr %{buildroot}%{_libdir}/libgtest*
rm -fr %{buildroot}%{_datadir}/aclocal

%check
%make check


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.0-1
- (324c834) New version 1.7.0
- (324c834) Split libgmock_main from main library package
- (324c834) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22637 |14mu|gnome-backgrounds-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Background images for the GNOME desktop
Name:		gnome-backgrounds
Version:	3.16.0
Release:	1

License:	GPLv2
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildArch:	noarch

BuildRequires:	intltool

%description
This module contains a set of backgrounds packaged with the GNOME desktop.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
%find_lang %{name}

%files -f %{name}.lang
%doc NEWS README AUTHORS
%{_datadir}/gnome-background-properties/
%{_datadir}/backgrounds/*

%changelog

* Mon Mar 23 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (27aaa1e) update to 3.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22638 |14mu|gnome-battery-bench-3.15.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           gnome-battery-bench
Version:        3.15.4
Release:        1
Summary:        Measure power usage in defined scenarios

License:        GPLv2+
Group:          Graphical desktop/GNOME
URL:            https://git.gnome.org/browse/%{name}
Source0:        https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires: asciidoc
BuildRequires: desktop-file-utils
BuildRequires: xmlto
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libevdev)
BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xtst)

%description
This application is designed for measuring power usage. It does it by
recording the reported battery statistics as it replays recorded event
logs, and then using that to estimate power consumption and total
battery lifetime.

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.BatteryBench.desktop

%files
%doc README COPYING
%{_bindir}/%{name}
%{_bindir}/gbb
%{_datadir}/%{name}
%{_datadir}/applications/org.gnome.BatteryBench.desktop
%{_datadir}/dbus-1/services/org.gnome.BatteryBench.service
%{_datadir}/dbus-1/system-services/org.gnome.BatteryBench.Helper.service
%{_datadir}/polkit-1/actions/org.gnome.BatteryBench.Helper.policy
%{_libexecdir}/gnome-battery-bench-helper
%{_mandir}/man1/gbb.1*
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.gnome.BatteryBench.Helper.conf


%changelog

* Wed Mar 25 2015 Tigro <ashejn@yandex-team.ru> 3.15.4-1
- (f1a3c4c) clean up spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22639 |14mu|gnome-bluetooth-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define	major	13
%define	maj_app	0
%define	gir_maj	1.0
%define	libname	%mklibname %{name} %{major}
%define	lib_app	%mklibname %{name}-applet %{maj_app}
%define	girname	%mklibname %{name}-gir %{gir_maj}
%define	gir_app	%mklibname %{name}-applet-gir %{gir_maj}
%define	devname	%mklibname -d %{name}

Name: 	 	gnome-bluetooth
Summary: 	GNOME Bluetooth Subsystem
Epoch:		1
Version: 	3.16.1
Release:	1
#gw lib is LGPL, main app is GPL
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
URL:		http://usefulinc.com/software/gnome-bluetooth/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source1:	61-gnome-bluetooth-rfkill.rules

BuildRequires:	intltool itstool
BuildRequires:	GConf2
BuildRequires:	gettext
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(unique-3.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libudev)

Requires:	bluez

Obsoletes:	nautilus-sendto-bluetooth < %{version}
Provides:	nautilus-sendto-bluetooth = %{version}

Provides:	bluez-pin

Obsoletes:	%{gir_app}
Obsoletes:	%{lib_app}

%description
The gnome-bluetooth package contains graphical utilities to setup,
monitor and use Bluetooth devices.

%package -n	%{libname}
Group:		System/Libraries
Summary: 	GNOME bluetooth library
Conflicts:	%{_lib}gnome-bluetooth7 < 1:2.31
Obsoletes:	%{_lib}gnome-bluetooth11

%description -n	%{libname}
Library from GNOME-Bluetooth.

%package -n	%{lib_app}
Group:		System/Libraries
Summary: 	GNOME bluetooth Applet library

%description -n %{lib_app}
Library from GNOME-Bluetooth Applet

%package -n	%{girname}
Group:		System/Libraries
Summary:	GObject Introspection interface for %{name}
Requires:	%{libname} = %{EVRD}

%description -n	%{girname}
GObject Introspection interface for %{name}.

%package -n	%{devname}
Group:		Development/C
Summary:	Development libraries and header files from %{name}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{version}-%{release}


%description -n	%{devname}
Development libraries and header files from %{name}

%prep
%setup -q
%apply_patches

%build
export LDFLAGS="$LDFLAGS -lm"

%configure2_5x \
	--enable-shared \
	--disable-static \
	--disable-desktop-update \
	--disable-icon-update

%make
										
%install
%makeinstall_std
%find_lang %{name}2 --all-name --with-gnome

mkdir -p %{buildroot}/lib/udev/rules.d
install -m644 %{SOURCE1} %{buildroot}/lib/udev/rules.d/

%files -f %{name}2.lang
%doc README AUTHORS
%{_bindir}/*
%{_datadir}/applications/bluetooth-sendto.desktop
%{_datadir}/icons/hicolor/*/*/*.*
%{_datadir}/%{name}
%{_mandir}/man1/*
/lib/udev/rules.d/*

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GnomeBluetooth-%{gir_maj}.typelib

%files -n %{devname}
%{_datadir}/gtk-doc/html/%{name}
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir

%changelog

* Mon Apr 20 2015 Tigro <ashejn@gmail.com> 1:3.16.1-1
- (06818bd) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22640 |14mu|gnome-boxes-3.16.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Boxes manager for GNOME
Name:		gnome-boxes
Version:	3.16.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		https://live.gnome.org/Boxes
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-boxes/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	vala-tools
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(clutter-gtk-1.0) >= 1.0.1
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0) => 2.29.90
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.9.6
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.3.5
BuildRequires:	pkgconfig(gtk-vnc-2.0) >= 0.4.4
BuildRequires:	pkgconfig(gudev-1.0) >= 167
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libosinfo-1.0) >= 0.2.11
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libvirt-gconfig-1.0) >= 0.2.0
BuildRequires:	pkgconfig(libvirt-gobject-1.0) >= 0.2.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.7.8
BuildRequires:	pkgconfig(spice-client-gtk-3.0) >= 0.27
BuildRequires:	pkgconfig(tracker-sparql-1.0)
Requires:	fuseiso
# gnome-boxes uses a dark theme
Requires:	gnome-icon-theme
# XXX - libvirtd service should be running
Requires:	libvirt-utils
# Needed for unattended installer:
Requires:	mtools
Requires:	qemu
Requires:	qemu-img

%description
Standalone boxes manager for GNOME desktop.

%files -f %{name}.lang
%doc AUTHORS README NEWS TODO
%doc %{_datadir}/help/*/gnome-boxes/*
%{_bindir}/%{name}
%{_libexecdir}/gnome-boxes-search-provider
%{_datadir}/%{name}/
%{_datadir}/applications/*.desktop
%{_datadir}/appdata/*.appdata.xml
%{_datadir}/dbus-1/services/org.gnome.Boxes.SearchProvider.service
%{_datadir}/dbus-1/services/org.gnome.Boxes.service
%{_datadir}/glib-2.0/schemas/org.gnome.boxes.gschema.xml
%{_datadir}/gnome-shell/search-providers/gnome-boxes-search-provider.ini
%{_iconsdir}/*/*/*/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Fri Apr 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.16.2-2
- (84b90ae) Adjust spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22641 |14mu|gnome-builder-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define gir_major 1.0
%define libname %mklibname %{name} %{gir_major}
%define develname %mklibname -d %{name}
%define girname %mklibname %{name}-gir %{gir_major}

Summary:	IDE for writing GNOME-based software
Name:		gnome-builder
Version:	3.16.1
Release:	1

Group:		Editors 
License:	GPLv3+ and GPLv2+ and LGPLv3+ and LGPLv2+ and MIT and CC-BY-SA and CC0
URL:		https://wiki.gnome.org/Apps/Builder
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtksourceview-3.0) >= 3.16.1
BuildRequires:	pkgconfig(libdevhelp-3.0)
BuildRequires:	pkgconfig(libgit2-glib-1.0)
BuildRequires:	pkgconfig(gjs-1.0)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	appstream-util
BuildRequires:	llvm-devel
BuildRequires:	clang-devel
BuildRequires:	pkgconfig(python3)

Requires:	uncrustify
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description
Builder attempts to be an IDE for writing software for GNOME. It does not try
to be a generic IDE, but one specialized for writing GNOME software.

%package -n %{libname}
Summary:        Library for the GData protocol
Group:          System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{libname}
This package contains the dynamic libraries from %{name}.

%package -n %{girname}
Group:          System/Libraries
Summary:        GObject Introspection interface library for %{name}
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Requires:	%{libname} = %{EVRD}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
%configure2_5x
%make V=1

%install
%makeinstall_std

find $RPM_BUILD_ROOT -name '*.la' -delete

%find_lang gnome-builder

%check
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/org.gnome.Builder.appdata.xml
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.Builder.desktop

%files -f gnome-builder.lang
%doc NEWS README COPYING
%{_bindir}/%{name}
# AppData is CC0.
%{_datadir}/appdata/org.gnome.Builder.appdata.xml
%{_datadir}/applications/org.gnome.Builder.desktop
%{_datadir}/dbus-1/services/org.gnome.Builder.service
%{_datadir}/glib-2.0/schemas/*.gschema.xml
%{_datadir}/gtksourceview-3.0/styles/builder*.xml
# CC-BY-SA.
%{_datadir}/icons/*/*/*/*

%files -n %{libname}
%{_libdir}/libide-1.0.so

%files -n %{girname}
%{_libdir}/girepository-1.0/Ide-1.0.typelib

%files -n %{develname}
%{_libdir}/pkgconfig/libide-1.0.pc
%{_datadir}/gir-1.0/Ide-1.0.gir

%changelog

* Tue Apr 14 2015 Arkady Shane <ashejn@gmail.com> 3.16.1-1
- (fc3a42f) drop autocomplete dir



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22642 |14mu|gnome-builder-3.16.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define gir_major 1.0
%define libname %mklibname %{name} %{gir_major}
%define develname %mklibname -d %{name}
%define girname %mklibname %{name}-gir %{gir_major}

Summary:	IDE for writing GNOME-based software
Name:		gnome-builder
Version:	3.16.3
Release:	3

Group:		Editors 
License:	GPLv3+ and GPLv2+ and LGPLv3+ and LGPLv2+ and MIT and CC-BY-SA and CC0
URL:		https://wiki.gnome.org/Apps/Builder
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtksourceview-3.0) >= 3.16.1
BuildRequires:	pkgconfig(libdevhelp-3.0)
BuildRequires:	pkgconfig(libgit2-glib-1.0)
BuildRequires:	pkgconfig(gjs-1.0)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	appstream-util
BuildRequires:	llvm-devel
BuildRequires:	clang-devel
BuildRequires:	pkgconfig(python3)

Requires:	uncrustify
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}

%description
Builder attempts to be an IDE for writing software for GNOME. It does not try
to be a generic IDE, but one specialized for writing GNOME software.

%package -n %{libname}
Summary:        Library for the GData protocol
Group:          System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{libname}
This package contains the dynamic libraries from %{name}.

%package -n %{girname}
Group:          System/Libraries
Summary:        GObject Introspection interface library for %{name}
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Requires:	%{libname} = %{EVRD}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make V=1

%install
%makeinstall_std

find $RPM_BUILD_ROOT -name '*.la' -delete

%find_lang gnome-builder

%check
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/org.gnome.Builder.appdata.xml
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.Builder.desktop

%files -f gnome-builder.lang
%doc NEWS README COPYING
%{_bindir}/%{name}
%{_libexecdir}/%{name}/ide-*
# AppData is CC0.
%{_datadir}/appdata/org.gnome.Builder.appdata.xml
%{_datadir}/applications/org.gnome.Builder.desktop
%{_datadir}/dbus-1/services/org.gnome.Builder.service
%{_datadir}/glib-2.0/schemas/*.gschema.xml
%{_datadir}/gtksourceview-3.0/styles/builder*.xml
# CC-BY-SA.
%{_datadir}/icons/*/*/*/*
%{_datadir}/gtk-doc/html/libide/*

%files -n %{libname}
%{_libdir}/%{name}/libide-1.0.so

%files -n %{girname}
%{_libdir}/%{name}/girepository-1.0/Ide-1.0.typelib

%files -n %{develname}
%{_libdir}/pkgconfig/libide-1.0.pc
%{_datadir}/gir-1.0/Ide-1.0.gir

%changelog

* Sun Feb 19 2017 Denis Silakov <denis.silakov@rosalab.ru> 3.16.3-3
- (1c3ff4a) Rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22643 |14mu|gnome-calculator-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           gnome-calculator
Version:        3.16.1
Release:        1
Summary:        A desktop calculator

Group:          Graphical desktop/GNOME
License:        GPLv2+
URL:            http://live.gnome.org/Gcalctool
Source0:        http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(gtksourceview-3.0)
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: libxml2-utils
BuildRequires: flex
BuildRequires: bison
BuildRequires: intltool
BuildRequires: itstool
BuildRequires: %{_lib}mpfr-devel

Provides:  gcalctool = 6.6.2-3
Obsoletes: gcalctool < 6.6.2-3


%description
gnome-calculator is a powerful graphical calculator with financial,
logical and scientific modes. It uses a multiple precision package
to do its arithmetic to give a high degree of accuracy.


%prep
%setup -q
%apply_patches


%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-calculator.desktop

sed -i 's/GTK/GTK;System/' $RPM_BUILD_ROOT%{_datadir}/applications/gnome-calculator.desktop

%find_lang %{name} --with-gnome --all-name


%files -f %{name}.lang
%doc COPYING NEWS
%{_bindir}/gcalccmd
%{_bindir}/gnome-calculator
%{_libexecdir}/gnome-calculator-search-provider
%{_datadir}/applications/*.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml
%{_datadir}/dbus-1/services/org.gnome.Calculator.SearchProvider.service
%{_datadir}/gnome-shell/search-providers/gnome-calculator-search-provider.ini
%{_datadir}/appdata/gnome-calculator.appdata.xml
%doc %{_mandir}/man1/gnome-calculator.1*
%doc %{_mandir}/man1/gcalccmd.1*


%changelog

* Mon May 25 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-1
- (eb68ccf) drop patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22644 |14mu|gnome-calendar-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           gnome-calendar
Version:        3.16.2
Release:        1
Summary:        Simple and beautiful calendar application designed to fit GNOME 3

License:        GPLv3+
Group:		Graphical desktop/GNOME
URL:            https://wiki.gnome.org/Apps/Calendar

Source0:        https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  intltool
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libecal-1.2)
BuildRequires:  pkgconfig(libedataserver-1.2)
BuildRequires:  pkgconfig(libical) >= 1.0
BuildRequires:  appstream-util
BuildRequires:  desktop-file-utils

%description
Calendar is a simple and beautiful calendar application designed to fit
GNOME 3.
Features:
* Week, month and year views
* Basic editing of events
* Evolution Data Server integration
* Search support

%prep
%setup -q

%build
%configure2_5x
%make LIBS="-lical"

%install
%makeinstall_std
%find_lang %{name}

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Calendar.desktop
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/org.gnome.Calendar.appdata.xml


%files -f %{name}.lang
%doc NEWS README COPYING
%{_bindir}/%{name}
%{_datadir}/applications/org.gnome.Calendar.desktop
%{_datadir}/dbus-1/services/org.gnome.Calendar.service
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/appdata/org.gnome.Calendar.appdata.xml
%{_datadir}/glib-2.0/schemas/org.gnome.calendar.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.calendar.gschema.xml
# co-own these directories
%dir %{_datadir}/gnome-shell
%dir %{_datadir}/gnome-shell/search-providers
%{_datadir}/gnome-shell/search-providers/org.gnome.Calendar.search-provider.ini


%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (6abf43e) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22645 |14mu|gnome-characters-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%global appname org.gnome.Characters

Name:		gnome-characters
Version:	3.16.2
Release:	1
Summary:	Character map application for GNOME
# Files from gtk-js-app are licensed under 3-clause BSD.
# Other files are GPL 2.0 or later.
License:	BSD and GPLv2+
Group:		Graphical desktop/GNOME
URL:		https://wiki.gnome.org/Design/Apps/CharacterMap
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	appstream-util 
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	pkgconfig(gjs-1.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(pangoft2)

Requires:	gjs >= 1.43.3

# This package contains libunistring modules from Gnulib.  If a recent
# enough version of libunistring is installed on the system, it will
# be used instead.  However, as of today, the libunistring package in
# F22 is older and we try to avoid unnecessary dependency.

# BuildRequires:	   libunistring-devel
Provides:	bundled(gnulib)

%description
Characters is a simple utility application to find and insert unusual
characters.


%prep
%setup -q


%build
%configure2_5x
%make LIBS='-lpangoft2-1.0'


%install
%makeinstall_std
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%find_lang %{appname}

%check
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.desktop

%files -f %{appname}.lang
%doc NEWS README COPYING COPYINGv2
%{_bindir}/%{name}
%{_datadir}/dbus-1/services/%{appname}.BackgroundService.service
%{_datadir}/icons/gnome/scalable/categories/characters*.svg
%{_datadir}/appdata/%{appname}.appdata.xml
%{_datadir}/applications/%{appname}.desktop
%{_datadir}/dbus-1/services/%{appname}.service
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/%{appname}
%{_datadir}/gnome-shell/search-providers/%{appname}.search-provider.ini
%{_libdir}/%{appname}


%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (82845a3) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22646 |14mu|gnome-chess-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           gnome-chess
Version:        3.16.2
Release:        1
Summary:        GNOME Chess game

License:        GPLv2+ and GFDL
Group:		Games/Other
URL:            https://live.gnome.org/Chess
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(librsvg-2.0)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)
BuildRequires:  pkgconfig(sqlite3)
BuildRequires:  vala-devel

Obsoletes: gnome-games < 3.7.92
Obsoletes: glchess < 3.7.92
Provides: glchess = %{version}-%{release}

Requires: gnuchess

%description
A chess game which supports several chess engines, with 2D and optionally 3D
support if OpenGL is present.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-chess.desktop

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc COPYING
%{_bindir}/gnome-chess
%{_datadir}/applications/gnome-chess.desktop
%{_datadir}/glib-2.0/schemas/*.gschema.xml
%{_datadir}/gnome-chess
%{_datadir}/icons/*/*/*/*
%{_mandir}/man6/gnome-chess.6*
%{_sysconfdir}/gnome-chess/engines.conf
%{_datadir}/appdata/gnome-chess.appdata.xml

%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (efaae56) pack icons



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22647 |14mu|gnome-clocks-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           gnome-clocks
Version:        3.16.2
Release:        1
Summary:        Clock application designed for GNOME 3

License:        GPLv2+
Group:		Graphical desktop/GNOME
URL:            https://live.gnome.org/GnomeClocks
Source0:        http://download.gnome.org/sources/gnome-clocks/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(libcanberra-gtk3) >= 0.30
BuildRequires:  pkgconfig(gweather-3.0)
BuildRequires:  pkgconfig(gnome-desktop-3.0)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(geocode-glib-1.0)
BuildRequires:  pkgconfig(geoclue-2.0)
BuildRequires:  pkgconfig(gsound)
BuildRequires:  vala-tools
BuildRequires:  itstool
BuildRequires:  intltool

%description
Clock application designed for GNOME 3

%prep
%setup -q

%build
%configure2_5x
%make V=1 %{?_smp_mflags}

%install
%makeinstall_std

%find_lang %{name}

%files -f gnome-clocks.lang
%doc AUTHORS COPYING README NEWS
%{_bindir}/gnome-clocks
%{_datadir}/gnome-clocks
%{_datadir}/icons/*/*/apps/*
%{_datadir}/glib-2.0/schemas/org.gnome.clocks.gschema.xml
%{_datadir}/appdata/org.gnome.clocks.appdata.xml
%{_datadir}/applications/org.gnome.clocks.desktop
%{_datadir}/dbus-1/services/org.gnome.clocks.service
%{_datadir}/help/*/gnome-clocks/*
%{_datadir}/gnome-shell/search-providers/org.gnome.clocks.search-provider.ini

%changelog

* Tue Sep 15 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (5e15860) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22648 |14mu|gnome-color-manager-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:   Color management tools for GNOME
Name:      gnome-color-manager
Version:   3.16.0
Release:   1
License:   GPLv2+
Group:     Graphical desktop/GNOME
Url:       http://projects.gnome.org/gnome-color-manager/
Source0:   ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd41-sgml
BuildRequires:	docbook-utils
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool itstool
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(colord)
BuildRequires:	pkgconfig(colord-gtk)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(mash-0.2)
BuildRequires:	pkgconfig(mx-1.0)
BuildRequires:	pkgconfig(vte-2.90)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)

Requires: colord
Requires: gnome-icon-theme
Requires: shared-color-profiles

%description
gnome-color-manager is a session framework that makes it easy to manage, 
install and generate color profiles in the GNOME desktop.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-scrollkeeper \
	--enable-packagekit

%make 

%install
%makeinstall_std

%find_lang %name --with-gnome --all-name

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/gcm-*
%{_libexecdir}/gcm-helper-exiv
%{_datadir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/*/*.png
%{_datadir}/icons/hicolor/scalable/*/*.svg
%{_datadir}/man/man1/*
%{_datadir}/appdata/gcm-viewer.appdata.xml

%changelog

* Mon Mar 23 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-1
- (88aa44a) update to 3.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22649 |14mu|gnome-common-3.14.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gnome-common
Summary:	Gnome-common contains useful things common to building gnome packages
Version:	3.14.0
Release:	1
License: 	GPLv3+
Group:		Development/GNOME and GTK+
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.14/%{name}-%{version}.tar.xz
URL: 		http://www.gnome.org/
Requires:	common-licenses
BuildRequires:	pkgconfig gawk
BuildArch:	noarch

%description
gnome-common is for building various GNOME modules from CVS. It is not
needed to run GNOME.

%prep
%setup -q

%build
%configure2_5x
%make

%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT

%makeinstall_std

%files
%defattr(-, root, root)
%doc ChangeLog 
%{_bindir}/*
%{_datadir}/aclocal/*.m4
%{_datadir}/gnome-common


%changelog

* Mon Mar 09 2015 Tigro <ashejn@gmail.com> 3.14.0-1
- (a300814) update to 3.14.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22650 |14mu|gnome-contacts-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-contacts
Version:	3.16.2
Release:	1
Summary:	Contacts manager for GNOME
Group:		Graphical desktop/GNOME
License:	GPLv2+
URL:		https://live.gnome.org/ThreePointOne/Features/Contacts
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	vala-devel >= 0.20
BuildRequires:	vala-tools
BuildRequires:	pkgconfig(folks)
BuildRequires:	pkgconfig(folks-eds)
BuildRequires:	pkgconfig(folks-telepathy)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	pkgconfig(goa-1.0)
BuildRequires:	pkgconfig(libebook-1.2)
BuildRequires:	pkgconfig(libedataserver-1.2)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(cheese) >= 3.6.0
BuildRequires:	pkgconfig(cheese-gtk) >= 3.6.0
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(champlain-0.12)
BuildRequires:	pkgconfig(geocode-glib-1.0)

Requires:	telepathy-mission-control

%description
Standalone contacts manager for GNOME desktop.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS README NEWS ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_libexecdir}/gnome-contacts-search-provider
%{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
%{_datadir}/dbus-1/services/org.gnome.Contacts.service
%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
%{_datadir}/gnome-shell/search-providers/*.ini
%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.enums.xml
%{_datadir}/appdata/*.xml

%changelog

* Wed Apr 22 2015 Tigro <ashejn@gmail.com> 3.16.2-1
- (afe55da) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22651 |14mu|gnome-control-center-3.16.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	GNOME control center
Name:		gnome-control-center
Version:	3.16.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org/softwaremap/projects/control-center/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		lv3-typo-default-layout.patch
Patch1:		gnome-control-center-3.15.91-fontconfig.patch
Patch4:		gcc-increase-field-for-long-Russian-words.patch
Patch5:		gnome-control-center-3.16.2-drop-wacom-calibrate-button.patch

# added hardcoded launchers to control-center
Patch11:	gnome-control-center-3.16.1-ubuntu_external_panels.patch
# revert dropping library of g-c-c
Patch12:	revert_git_drop_library.patch

BuildRequires:	desktop-file-utils
BuildRequires:	docbook-style-xsl
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	shared-mime-info
BuildRequires:	cups-devel
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(accountsservice) >= 0.6.39
BuildRequires:	pkgconfig(cheese-gtk) >= 2.91.91.1
BuildRequires:	pkgconfig(colord) >= 0.1.25
BuildRequires:	pkgconfig(colord-gtk) >= 0.1.25
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0) >= 2.23.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.29.14
BuildRequires:	pkgconfig(gnome-bluetooth-1.0)
BuildRequires:	pkgconfig(gnome-desktop-3.0) >= 3.1.0
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-settings-daemon) >= 3.3.91
BuildRequires:	pkgconfig(goa-backend-1.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(grilo-0.2)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.13
BuildRequires:	pkgconfig(libgnome-menu-3.0)
BuildRequires:	pkgconfig(libgnomekbd) >= 2.91.91
BuildRequires:	pkgconfig(libgnomekbdui) >= 2.91.91
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(libnm-glib) >= 0.8.992
BuildRequires:	pkgconfig(libnm-glib-vpn) => 0.8.992
BuildRequires:	pkgconfig(libnm-util) >= 0.8.992
BuildRequires:	pkgconfig(libnm-gtk) >= 0.8.992
BuildRequires:	pkgconfig(libnotify) >= 0.7.3
BuildRequires:	pkgconfig(libpulse) >= 0.9.16
BuildRequires:	pkgconfig(libpulse-mainloop-glib) >= 0.9.16
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(libwacom)
BuildRequires:	pkgconfig(libxklavier) >= 5.1
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mm-glib)
BuildRequires:	pkgconfig(NetworkManager) >= 0.8.992
BuildRequires:	pkgconfig(polkit-gobject-1) >= 0.97
BuildRequires:	pkgconfig(pwquality)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(upower-glib) >= 0.9.1
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi) >= 1.2
BuildRequires:	pkgconfig(xxf86misc)
Requires:	cups-pk-helper
Requires:	gnome-settings-daemon >= 2.21.5

Suggests:	ntp

%description
GNOME Control-center is a configuration tool for easily setting up your
GNOME environment.

%files -f %{name}-2.0.lang
%doc AUTHORS NEWS README
%{_bindir}/gnome-control-center
%{_libexecdir}/gnome-control-center-search-provider
%{_libdir}/cc-remote-login-helper
%{_datadir}/applications/*
%{_datadir}/appdata/*.appdata.xml
%{_datadir}/gnome-control-center/
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/sounds/gnome/default/*
%{_datadir}/pixmaps
%{_datadir}/dbus-1/services/*
%{_datadir}/bash-completion/*
%{_datadir}/gnome-shell
%{_mandir}/man?/*
%{_datadir}/polkit-1/actions/*.policy
%{_datadir}/polkit-1/rules.d/*.rules

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for GNOME control center
Group:		System/Libraries
Conflicts:	gnome-control-center < 3.12.1-9

%description -n %{libname}
Shared library for GNOME control center

%files -n %{libname}
%{_libdir}/libgnome-control-center.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries, include files for GNOME control center
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{_lib}gnome-window-settings-devel < 3.12.1-9

%description -n %{devname}
Development libraries, include files for GNOME Control Center

%files -n %{devname}
%{_datadir}/pkgconfig/*
%{_libdir}/pkgconfig/*
%{_libdir}/libgnome-control-center.so
%{_includedir}/gnome-control-center-1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

# % make V=1
make V=1


%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} \;
rm -f %{buildroot}%{_datadir}/applications/mimeinfo.cache

desktop-file-install --delete-original \
	--dir %{buildroot}%{_datadir}/applications \
	--add-only-show-in GNOME \
	%{buildroot}%{_datadir}/applications/*.desktop

%find_lang %{name}-2.0 --with-gnome --all-name


%changelog

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 3.16.2-2
- (8dddc19) update to 3.16.2

* Thu Sep 10 2015 Stas Fomin <stas-fomin@yandex.ru> 3.12.1-14
- (441008a) Updated gnome-control-center.spec

* Mon Sep 07 2015 Stas Fomin <stas-fomin@yandex.ru> 3.12.1-13
- (cc5c4d1) Try usual make
- (Stas Fomin: 5714189) fix for NM tested and worked on my machine

* Sun Sep 06 2015 Stas Fomin <stas-fomin@yandex.ru> 3.12.1-10
- (f3e94ee) try to fix http://forum.rosalinux.com/viewtopic.php?t=5967&p=49362

* Tue Jul 14 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-2
- (e118064) bump release

* Tue Jul 14 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (3686a3e) drop Calibrate button on wacom panel
- (Tigro: 1118030) Revert "disable broken wacom support https://bugzilla.redhat.com/show_bug.cgi?id=1222377"
- (Tigro: 1118030) This reverts commit 377c96c8d151c9c9ec9ceb49146f0b64f5f02a5c.

* Sun Jul 12 2015 Tigro <ashejn@gmail.com> 3.16.2-2
- (377c96c) disable broken wacom support https://bugzilla.redhat.com/show_bug.cgi?id=1222377

* Wed May 13 2015 Tigro <ashejn@gmail.com> 3.16.2-1
- (a1a84d4) update to 3.16.2

* Thu Apr 16 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-1
- (6a824a9) pack appdata xml
- (Tigro: a7ed852) update patch
- (Tigro: 2da5e0a) update to 3.16.1

* Wed Apr 01 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-3
- (ec04081) added XFdrake to GNOME Control Center panel

* Fri Mar 27 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-2
- (ba02c1e) bump release

* Mon Mar 23 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-1
- (64cbf75) added S: ntp
- (Tigro: e082541) update to 3.16.0
- (Tigro: a2393d4) update to 3.16.0

* Tue Mar 17 2015 Tigro <ashejn@gmail.com> 3.15.92-1
- (0ce609d) update to 3.15.92

* Tue Mar 10 2015 Tigro <ashejn@yandex-team.ru> 3.15.91-1
- (52ec739) define version
- (Tigro: 55b832e) update fontconfig patch
- (Tigro: 491d4dc) update to 3.15.91

* Tue Mar 10 2015 Tigro <ashejn@yandex-team.ru> 3.12.1-9
- (858145f) update Ubuntu patches for GNOME 3.16
- (Andrey Bondrov: 6ef83d6) Fix files
- (Andrey Bondrov: b064fc5) Split library package according to our packaging policy
- (Andrey Bondrov: 2f71405) Spec cleanup

* Sat Oct 25 2014 Tigro <ashejn@gmail.com> 3.12.1-8
- (52a02c3) leave only gnome-tweak-tool

* Fri Oct 24 2014 Tigro <ashejn@gmail.com> 3.12.1-7
- (815c581) update desktop-file-install rules
- (Tigro: 7ea2596) fix typo and pack another pkgconfig
- (Tigro: 84bb2df) pack files
- (Tigro: bc4fd9f) added patch
- (Tigro: b9c68a5) added the way to add special desktop launchers to g-c-c

* Fri Sep 12 2014 Tigro <ashejn@gmail.com> 3.12.1-6
- (6dd9b17) rebuilt against new modemmanager

* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 3.12.1-5
- (73779b9) bump release

* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 3.12.1-4
- (64a8b45) increase size
- (Alex Burmashev: 6c53bef) MassBuild#440: Increase release tag

* Mon Jun 16 2014 Tigro <ashejn@gmail.com> 3.12.1-3
- (b27e023) bump release to build against new colord

* Tue May 27 2014 Tigro <ashejn@gmail.com> 3.12.1-2
- (f350a73) apply gcc-increase-field-for-long-Russian-words.patch patch

* Wed Apr 30 2014 Tigro <ashejn@gmail.com> 3.12.1-1
- (67786ec) added BR: grilo-0.2
- (Tigro: ae7a09c) drop obsolete configure
- (Tigro: e2e60df) drop patch
- (Tigro: d25f09e) update field patch
- (Tigro: c6e8c4b) update patches
- (Tigro: 8f186fd) update fontconfig patch
- (Tigro: 7372a41) update to 3.12.1

* Wed Mar 12 2014 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.6-2
- (a5a0d6b) Added icon for drakxservices

* Thu Feb 13 2014 akdengi <kazancas@mandriva.ru> 3.8.6-1
- (ff1db4d) Update to 3.8.6

* Thu Feb 13 2014 akdengi <alexander.kazancev@rosalab.ru> 3.8.4.1-9
- (e29daae) use logind instead upower when battery power crytical

* Fri Jan 17 2014 akdengi <kazancas@mandriva.ru> 3.8.4.1-8
- (46d44cd) disable upower patch

* Fri Nov 22 2013 Ural Mullabaev <ural.mullabaev@rosalab.ru> 3.8.4.1-7
- (86161f5) Increased width for scrollbar



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22652 |14mu|gnome-desktop3-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define oname gnome-desktop

%define	api_version	3
%define api		3.0
%define major		10

%define libname		%mklibname %{oname} %{api_version} %{major}
%define develname	%mklibname -d %{oname} %{api_version}
%define girname		%mklibname %{oname}-gir %{api}

Summary:	Package containing code shared among gnome-panel, gnome-session, nautilus, etc
Name:		%{oname}3
Version:	3.16.2
Release:	1
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{oname}/%{url_ver}/%{oname}-%{version}.tar.xz

BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	ldetect-lst
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(xkeyboard-config)
BuildRequires:	itstool, iso-codes-devel


Requires:	ldetect-lst >= 0.1.282
Obsoletes:	%{name}-common < 2.91.92
Conflicts:	gnome-desktop-common < 2.32.1-2
%rename 	%{oname}

%description
This package contains some data files and other shared components of the
GNOME user environment.

%package -n %{libname}
Summary:	%{summary}
Group:		System/Libraries
%rename		%{_lib}%{oname}-3_2
Obsoletes:	%{_lib}gnome-desktop3_4
Obsoletes:	%{_lib}gnome-desktop3_7

%description -n %{libname}
This package contains an internal library
(libgnomedesktop) used to implement some portions of the GNOME
desktop.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{oname}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{oname}.

%package -n %{develname}
Summary:	Development libraries, include files for %{oname}
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}

%description -n %{develname}
Development libraries, include files for internal library %{oname}.

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x \
	--disable-static \
	--with-gnome-distributor="%_vendor" \
	--disable-scrollkeeper \
	--with-pnp-ids-path=%{_datadir}/hwdata/pnp.ids

%make LIBS='-lrt -lgmodule-2.0'

%install
%makeinstall_std 
rm -f %{buildroot}%{_libdir}/*.la

%find_lang %{oname}-%{api}
for d in `ls -1 %{buildroot}%{_datadir}/gnome/help/`; do
  %find_lang $d --with-gnome
  cat $d.lang >> %{oname}-%{api}.lang
done

%files -f %{oname}-%{api}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_datadir}/gnome/gnome-version.xml
%{_datadir}/help/*

%files -n %{libname}
%{_libdir}/libgnome-desktop-%{api_version}.so.%{major}*
%{_libdir}/gnome-rr-debug

%files -n %{girname}
%{_libdir}/girepository-1.0/GnomeDesktop-%{api}.typelib

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/GnomeDesktop-%{api}.gir
%doc %{_datadir}/gtk-doc/html/*


%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (d09d582) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22653 |14mu|gnome-dictionary-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	8
%define api	1.0
%define libname	%mklibname gdict %{api} %{major}
%define devname	%mklibname -d gdict %{api}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-dictionary
Epoch:		1
Version:	3.16.2
Release:	1
Summary:	GNOME Dictionary
License:	GPLv2+ and LGPLv2
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool, itstool
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
Conflicts:	gnome-utils < 1:3.3.2

%description
GNOME Dictionary - Look up words in dictionary sources.

%package -n %{libname}
Group:		System/Libraries
Summary:	GNOME dictionary shared library

%description -n %{libname}
This is the shared library required by the GNOME Dictionary.

%package -n %{devname}
Group:		Development/C
Summary:	GNOME dictionary library development files
Requires:	%{libname} = %{epoch}:%{version}-%{release}
Provides:	libgdict%{api}-devel = %{epoch}:%{version}-%{release}

%description -n %{devname}
This is the shared library required by the GNOME Dictionary.

%prep
%setup -q

%build
%configure2_5x \
	--disable-rpath \
	--disable-static \
	--disable-schemas-compile \
	--disable-scrollkeeper
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

#we don't want these
find %{buildroot} -name "*.la" -delete

%files -f %{name}.lang
%doc README NEWS AUTHORS TODO
%{_bindir}/%{name}
%{_datadir}/gdict-%{api}/
%{_datadir}/glib-2.0/schemas/org.gnome.dictionary.gschema.xml
%{_datadir}/applications/*.desktop
%{_datadir}/appdata/*.xml
%{_datadir}/dbus-1/services/org.gnome.Dictionary.service
%{_mandir}/man1/%{name}.1.*

%files -n %{libname}
%{_libdir}/libgdict-%{api}.so.%{major}*

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/gdict/
%{_libdir}/libgdict-%{api}.so
%{_libdir}/pkgconfig/gdict-%{api}.pc
%{_includedir}/gdict-%{api}


%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 1:3.16.2-1
- (159ee4b) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22654 |14mu|gnome-directory-thumbnailer-0.1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-directory-thumbnailer
Version:        0.1.5
Release:        1
Summary:        Thumbnailer for directories

License:        LGPLv2+
Group:		Graphical desktop/GNOME
URL:            https://wiki.gnome.org/GnomeDirectoryThumbnailer
Source0:        http://download.gnome.org/sources/%{name}/0.1/%{name}-%{version}.tar.xz

BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(glib-2.0)
Buildrequires:  pkgconfig(gtk+-3.0)
Buildrequires:  pkgconfig(gnome-desktop-3.0)

BuildRequires:  intltool

%description
Thumbnailer for directories based on some heuristics.


%prep
%setup -q


%build
%configure2_5x \
	 --disable-silent-rules

%make


%install
%makeinstall_std

%find_lang %{name}


%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/gnome-directory-thumbnailer
%dir %{_datadir}/thumbnailers
%{_datadir}/thumbnailers/gnome-directory-thumbnailer.thumbnailer

%changelog

* Tue Apr 14 2015 Tigro <ashejn@gmail.com> 0.1.5-1
- (089b318) fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22655 |14mu|gnome-disk-utility-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	Disk management daemon
Name:		gnome-disk-utility
Version:	3.16.2
Release:	1
License:	LGPLv2+
Group:		System/Configuration/Other
URL:		http://git.gnome.org/cgit/gnome-disk-utility
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gio-unix-2.0) >= 2.31.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.3.0
BuildRequires:	pkgconfig(udisks2) >= 1.90
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(pwquality)
BuildRequires:	pkgconfig(libsystemd-login) >= 186
BuildRequires:	pkgconfig(libsystemd)
BuildRequires:	pkgconfig(libsecret-1)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(gnome-settings-daemon)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	gnome-doc-utils
BuildRequires:	intltool
BuildRequires:	gtk-doc
Requires:	polkit-agent
Requires:	udisks2 >= 1.90

%description
This package contains the Palimpsest disk management application.
Palimpsest supports partitioning, file system creation, encryption,
RAID, SMART monitoring, etc.

%prep
%setup -q

%build
%configure2_5x \
        --disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc README AUTHORS NEWS
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/*/*/*/*
%{_libdir}/gnome-settings-daemon-3.0/*
%{_datadir}/glib-2.0/schemas/*.xml
%{_mandir}/man1/gnome*1*


%changelog

* Fri Dec 18 2015 Tigro <ashejn@gmail.com> 3.16.2-1
- (0332f5f) added BR: pkgconfig(libsystemd)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22656 |14mu|gnome-documents-3.16.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		api		1.0

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-documents
Version:	3.16.5
Release:	1
License:	GPLv2+
Summary:	Document manager application for GNOME
Url:		http://www.gnome.org/
Group:		Graphical desktop/GNOME
Source0:	ftp://ftp.gnome.org/pub/gnome/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	gobject-introspection-devel
BuildRequires:	intltool, libxml2-utils, itstool, xsltproc
BuildRequires:	pkgconfig(evince-document-3.0) >= 3.3.0
BuildRequires:	pkgconfig(evince-view-3.0) >= 3.3.0
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.9.6
BuildRequires:	pkgconfig(glib-2.0) >= 2.29.90
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.1.13
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	pkgconfig(goa-1.0) >= 3.1.90
BuildRequires:	pkgconfig(libgdata) >= 0.16.1
BuildRequires:	pkgconfig(clutter-gtk-1.0) >= 1.0.1
BuildRequires:	pkgconfig(gjs-1.0)
BuildRequires:  pkgconfig(zapojit-0.0)
BuildRequires:  pkgconfig(evince-document-3.0)
BuildRequires:  pkgconfig(tracker-sparql-1.0)
BuildRequires:  pkgconfig(webkit2gtk-4.0)
BuildRequires:  inkscape
BuildRequires:  docbook-dtd42-xml
BuildRequires:	docbook-style-xsl
BuildRequires:  librsvg

Requires:	gjs
Requires:	tracker
Requires:	typelib(Rest)
Requires:	typelib(Soup)
Requires:	typelib(JavaScriptCore)
Requires:       %{_lib}tracker-gir1.0

Obsoletes:	%{_lib}gdprivate1.0_0 < 0.3.3
Obsoletes:	%{_lib}gdprivate1.0-devel < 0.3.3
Obsoletes:	%{_lib}gdprivate-gir1.0 < %{version}

%description
Documents is a document manager application for GNOME.

%package -n gnome-books
Summary:        A e-books manager application for GNOME
Group:		Graphical desktop/GNOME
Requires:       gnome-epub-thumbnailer
Requires:	%{name} = %{EVRD}

%description -n gnome-books
gnome-books is an e-books manager application for GNOME,
aiming to be a simple and elegant replacement for using Files to show
the Documents directory.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/scalable/apps/gnome-documents-symbolic.svg
%{_datadir}/icons/hicolor/*/apps/gnome-documents.png
%{_libdir}/%{name}/girepository-1.0/GdPrivate-%{api}.typelib
%{_libdir}/%{name}/*.so
%{_datadir}/dbus-1/services/org.gnome.Documents.service
%{_datadir}/glib-2.0/schemas/org.gnome.documents.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.Documents.enums.xml
%{_libdir}/%{name}/girepository-1.0/Gd-%{api}.typelib
%{_mandir}/man1/gnome-documents.1*
%{_datadir}/gnome-shell/search-providers/org.gnome.Documents.search-provider.ini
%{_datadir}/applications/org.gnome.Documents.desktop
%{_datadir}/appdata/org.gnome.Documents.appdata.xml

%files -n gnome-books
%doc README AUTHORS NEWS TODO COPYING
%{_bindir}/gnome-books
%{_datadir}/dbus-1/services/org.gnome.Books.service
%{_datadir}/glib-2.0/schemas/org.gnome.books.gschema.xml
%{_datadir}/applications/org.gnome.Books.desktop
%{_datadir}/icons/hicolor/scalable/apps/gnome-books-symbolic.svg
%{_datadir}/icons/hicolor/*/apps/gnome-books.png
%{_mandir}/man1/gnome-books.1*
%{_datadir}/appdata/org.gnome.Books.appdata.xml

%changelog

* Tue Feb 02 2016 Tigro <ashejn@gmail.com> 3.16.5-1
- (a015b38) update to 3.16.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22657 |14mu|gnome-epub-thumbnailer-1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           gnome-epub-thumbnailer
Version:        1.5
Release:        1
Summary:        Thumbnailers for EPub and MOBI books

License:        GPLv2+
Group:		Graphical desktop/GNOME
URL:            https://git.gnome.org/browse/gnome-epub-thumbnailer
Source0:        http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(libxml-2.0)
Buildrequires:  pkgconfig(libarchive)

%description
Thumbnailers for EPub and MOBI books


%prep
%setup -q
%apply_patches


%build
%configure2_5x
%make


%install
%makeinstall_std


%files
%doc AUTHORS COPYING NEWS README
%{_bindir}/gnome-epub-thumbnailer
%{_bindir}/gnome-mobi-thumbnailer
%dir %{_datadir}/thumbnailers
%{_datadir}/thumbnailers/gnome-epub-thumbnailer.thumbnailer
%{_datadir}/thumbnailers/gnome-mobi-thumbnailer.thumbnailer


%changelog

* Mon Mar 23 2015 Tigro <ashejn@yandex-team.ru> 1.5-1
- (32051b7) cleanup spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22658 |14mu|gnome-font-viewer-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	GNOME Font viewer
Name:		gnome-font-viewer
Version:	3.16.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	gnome-desktop3-devel
Conflicts:	gnome-utils < 1:3.3.1

%description
Font viewer for Gnome desktop.

%prep
%setup -q

%build
%configure2_5x \
	--disable-rpath \
	--disable-schemas-compile
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc NEWS
%{_bindir}/%{name}
%{_bindir}/gnome-thumbnail-font
%{_datadir}/thumbnailers/gnome-font-viewer.thumbnailer
%{_datadir}/applications/*.desktop
%{_datadir}/appdata/*.xml
%{_datadir}/dbus-1/services/org.gnome.font-viewer.service


%changelog

* Wed May 13 2015 Tigro <ashejn@gmail.com> 3.16.2-1
- (68d0fbb) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22659 |14mu|gnome-getting-started-docs-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           gnome-getting-started-docs
Version:        3.16.2
Release:        1
Summary:        Help a new user get started in GNOME

License:        CC-BY-SA
URL:            http://help.gnome.org/
Source0:        http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Group:          Books/Other

BuildArch:      noarch

BuildRequires:  pkgconfig
BuildRequires:  gettext
BuildRequires:  itstool
BuildRequires:  yelp-tools
Requires: gnome-user-docs

%description
This package contains a 'Getting Started' guide that can be viewed
with yelp. It is normally used together with gnome-initial-setup.

%package as
Summary:        as translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description as
as translations for the Getting Started guide videos.

%package ca
Summary:        ca translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description ca
ca translations for the Getting Started guide videos.

%package cs
Summary:        cs translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description cs
cs translations for the Getting Started guide videos.

%package de
Summary:        de translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description de
de translations for the Getting Started guide videos.

%package el
Summary:        el translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description el
el translations for the Getting Started guide videos.

%package es
Summary:        es translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description es
es translations for the Getting Started guide videos.

%package fr
Summary:        fr translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description fr
fr translations for the Getting Started guide videos.

%package gl
Summary:        gl translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description gl
gl translations for the Getting Started guide videos.

%package gu
Summary:        gu translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description gu
gu translations for the Getting Started guide videos.

%package hi
Summary:        hi translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description hi
hi translations for the Getting Started guide videos.

%package hu
Summary:        hu translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description hu
hu translations for the Getting Started guide videos.

%package id
Summary:        id translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description id
id translations for the Getting Started guide videos.

%package ja
Summary:        ja translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description ja
ja translations for the Getting Started guide videos.

%package it
Summary:        it translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description it
it translations for the Getting Started guide videos.

%package kn
Summary:        kn translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description kn
kn translations for the Getting Started guide videos.

%package ko
Summary:        ko translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description ko
ko translations for the Getting Started guide videos.

%package lv
Summary:        lv translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description lv
lv translations for the Getting Started guide videos.

%package mr
Summary:        mr translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description mr
mr translations for the Getting Started guide videos.

%package pa
Summary:        pa translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description pa
pa translations for the Getting Started guide videos.

%package pl
Summary:        pl translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description pl
pl translations for the Getting Started guide videos.

%package ru
Summary:        ru translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description ru
ru translations for the Getting Started guide videos.

%package sk
Summary:        sk translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description sk
sk translations for the Getting Started guide videos.

%package sv
Summary:        sv translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description sv
sv translations for the Getting Started guide videos.

%package ta
Summary:        ta translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description ta
ta translations for the Getting Started guide videos.

%package te
Summary:        te translations for gnome-getting-started-docs videos
Group:          Books/Other
Requires:       gnome-getting-started-docs = %{version}-%{release}

%description te
te translations for the Getting Started guide videos.


%prep
%setup -q
%apply_patches


%build
%configure2_5x
%make


%install
%makeinstall_std

%find_lang %{name} --all-name --with-gnome


%files -f %{name}.lang
%doc COPYING NEWS AUTHORS
%exclude %{_datadir}/help/??/gnome-help/figures/

%files as
%{_datadir}/help/as/gnome-help/figures/

%files ca
%{_datadir}/help/ca/gnome-help/figures/

%files cs
%{_datadir}/help/cs/gnome-help/figures/

%files de
%{_datadir}/help/de/gnome-help/figures/

%files el
%{_datadir}/help/el/gnome-help/figures/

%files es
%{_datadir}/help/es/gnome-help/figures/

%files fr
%{_datadir}/help/fr/gnome-help/figures/

%files gl
%{_datadir}/help/gl/gnome-help/figures/

%files gu
%{_datadir}/help/gu/gnome-help/figures/

%files hi
%{_datadir}/help/hi/gnome-help/figures/

%files hu
%{_datadir}/help/hu/gnome-help/figures/

%files id
%{_datadir}/help/id/gnome-help/figures/

%files it
%{_datadir}/help/it/gnome-help/figures/

%files ja
%{_datadir}/help/ja/gnome-help/figures/

%files kn
%{_datadir}/help/kn/gnome-help/figures/

%files ko
%{_datadir}/help/ko/gnome-help/figures/

%files lv
%{_datadir}/help/lv/gnome-help/figures/

%files mr
%{_datadir}/help/mr/gnome-help/figures/

%files pa
%{_datadir}/help/pa/gnome-help/figures/

%files pl
%{_datadir}/help/pl/gnome-help/figures/

%files ru
%{_datadir}/help/ru/gnome-help/figures/

%files sk
%{_datadir}/help/sk/gnome-help/figures/

%files sv
%{_datadir}/help/sv/gnome-help/figures/

%files ta
%{_datadir}/help/ta/gnome-help/figures/

%files te
%{_datadir}/help/te/gnome-help/figures/


%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (f4c0057) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22660 |14mu|gnome-initial-setup-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           gnome-initial-setup
Version:        3.16.2
Release:        1
Summary:        Bootstrapping your OS

Group:          Graphical desktop/GNOME
License:        GPLv2+
URL:            https://live.gnome.org/GnomeOS/Design/Whiteboards/InitialSetup
Source0:        http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

# this depends on a yelp patch that hasn't been merged upstream yet
# https://bugzilla.gnome.org/show_bug.cgi?id=687957
Patch0: yelp-fixes.patch
# added english layout to russian
#Patch1: 0001-add-english-layout-to-russian.patch
# Add special button to close gnome-initial-setup
#Patch3: add-close-button.patch

%global nm_version 0.9
%global glib_required_version 2.29.4
%global gtk_required_version 3.1.2

BuildRequires:  krb5-devel
BuildRequires:  desktop-file-utils
BuildRequires:  intltool
BuildRequires:  pkgconfig(pwquality)
BuildRequires:  pkgconfig(NetworkManager) >= %{nm_version}
BuildRequires:  pkgconfig(libnm-glib) >= %{nm_version}
BuildRequires:  pkgconfig(libnm-glib-vpn) >= %{nm_version}
BuildRequires:  pkgconfig(libnm-util) >= %{nm_version}
BuildRequires:  pkgconfig(libnm-gtk)
BuildRequires:  pkgconfig(accountsservice)
BuildRequires:  pkgconfig(gnome-desktop-3.0)
BuildRequires:  pkgconfig(gstreamer-0.10)
BuildRequires:  pkgconfig(cheese)
BuildRequires:  pkgconfig(cheese-gtk) >= 3.3.5
BuildRequires:  pkgconfig(geoclue)
BuildRequires:  pkgconfig(gweather-3.0)
BuildRequires:  pkgconfig(goa-1.0)
BuildRequires:  pkgconfig(goa-backend-1.0)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:  pkgconfig(gtk+-3.0) >= %{gtk_required_version}
BuildRequires:  pkgconfig(glib-2.0) >= %{glib_required_version}
BuildRequires:  pkgconfig(gio-2.0) >= %{glib_required_version}
BuildRequires:  pkgconfig(gio-unix-2.0) >= %{glib_required_version}
BuildRequires:  pkgconfig(gdm)
BuildRequires:  pkgconfig(iso-codes)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(vapigen)
BuildRequires:	vala-tools
BuildRequires:  autoconf automake libtool
BuildRequires:  gnome-common
BuildRequires:  pkgconfig(ibus-1.0)
BuildRequires:  pkgconfig(libsecret-1) >= 0.18
BuildRequires:  pkgconfig(polkit-agent-1)
BuildRequires:  pkgconfig(geoclue-2.0)

# gnome-initial-setup is being run by gdm
Requires: gdm
Requires: libgnomekbd-common

Requires(pre): shadow-utils

Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

Provides: user(%name)

%description
GNOME Initial Setup is an alternative to firstboot, providing
a good setup experience to welcome you to your system, and walks
you through configuring it. It is integrated with gdm.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'

# Desktop file does not (and probably will not) ever validate, as it uses
# an absolute path /tmp/-style trigger to determine whether to autostart.
# desktop-file-validate %%{buildroot}/%%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
desktop-file-validate %{buildroot}%{_datadir}/gdm/greeter/applications/gnome-initial-setup.desktop
desktop-file-validate %{buildroot}%{_datadir}/gdm/greeter/applications/setup-shell.desktop

mkdir -p %{buildroot}%{_localstatedir}/lib/gnome-initial-setup

%find_lang %{name}

%pre
useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null || :

%postun
userdel %{name} &>/dev/null || :

%files -f %{name}.lang
%doc COPYING README
%{_sysconfdir}/xdg/autostart/gnome-initial-setup-first-login.desktop
%{_libexecdir}/gnome-initial-setup
%{_libexecdir}/gnome-initial-setup-copy-worker
%{_libexecdir}/gnome-welcome-tour
%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop
%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop

%{_datadir}/gdm/greeter/applications/gnome-initial-setup.desktop
%{_datadir}/gdm/greeter/applications/setup-shell.desktop
%{_datadir}/gnome-session/sessions/gnome-initial-setup.session
%{_datadir}/gnome-shell/modes/initial-setup.json
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules


%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (57e1409) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22661 |14mu|gnome-keyring-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define api	3

Summary:	Keyring and password manager for the GNOME desktop
Name:		gnome-keyring
Version:	3.16.0
Release:	1
License:	GPLv2+ and LGPLv2+
Group:		Networking/Remote access
URL:		http://www.gnome.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	glib2.0-common
BuildRequires:	gtk-doc
BuildRequires:	libtasn1-tools
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(dbus-1) >= 1.0
BuildRequires:	pkgconfig(gck-1) >= 3.3.4
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:	pkgconfig(libtasn1)

#gw for keyring management GUI
Suggests:	seahorse

%description
gnome-keyring is a program that keep password and other secrets for
users. It is run as a damon in the session, similar to ssh-agent, and
other applications can locate it by an environment variable.
 
The program can manage several keyrings, each with its own master
password, and there is also a session keyring which is never stored to
disk, but forgotten when the session ends.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--with-pam-dir=/%{_lib}/security \
	--disable-static \
	--enable-pam \
	--disable-schemas-compile

%make LIBS='-lgmodule-2.0 -lglib-2.0'

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name "*.la" -exec rm -rf {} \;

%find_lang %{name} %{name}.lang

%files -f %{name}.lang
%doc README NEWS
%{_sysconfdir}/xdg/autostart/%{name}-gpg.desktop
%{_sysconfdir}/xdg/autostart/%{name}-pkcs11.desktop
%{_sysconfdir}/xdg/autostart/%{name}-secrets.desktop
%{_sysconfdir}/xdg/autostart/%{name}-ssh.desktop
%{_bindir}/%{name}
%{_bindir}/%{name}-%{api}
%attr(755,root,root) %{_bindir}/%{name}-daemon
%{_libdir}/%{name}
%{_libdir}/pkcs11
/%{_lib}/security/pam_gnome_keyring*.so
%{_datadir}/dbus-1/services/org.gnome.keyring.service
%{_datadir}/dbus-1/services/org.freedesktop.secrets.service
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/org.gnome.crypto.cache.gschema.xml
%{_datadir}/p11-kit/modules/gnome-keyring.module
%{_mandir}/man1/gnome-*

%changelog

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (2dc5ed9) update to 3.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22662 |14mu|gnome-klotski-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-klotski
Version:	3.16.2
Release:	1
Summary:	GNOME Klotski game
License:	GPLv2+ and GFDL
Group:		Games/Puzzles
URL:		https://wiki.gnome.org/Klotski
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
Obsoletes:	gnotski

%description
A series of sliding block puzzles. Try and solve them in the least number of
moves.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.klotski.gschema.xml
%{_datadir}/%{name}
%{_iconsdir}/*/*/apps/*
%{_mandir}/man6/%{name}.6*
%{_datadir}/appdata/%{name}.appdata.xml


%changelog

* Tue Sep 15 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (02d9233) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22663 |14mu|gnome-logs-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		gnome-logs
Version:	3.16.2
Release:	1
Summary:	GNOME Log Viewer
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		https://wiki.gnome.org/Apps/Logs
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.35.9
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.9.6
BuildRequires:	pkgconfig(libsystemd-journal)
BuildRequires:	appdata-tools
BuildRequires:	gsettings-desktop-schemas
BuildRequires:	itstool
BuildRequires:	libxml2-utils
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd43-xml
Requires:	gsettings-desktop-schemas

%description
Logs makes it easy to view and filter log messages and events. Filter
logs by category and importance to get the information you want. Use
the integrated search to get more relevant results.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

find %{buildroot} -name '*.la' -delete

%find_lang %{name}

%files -f %{name}.lang
%doc README NEWS
%doc %{_datadir}/help/*/%{name}/*
%{_bindir}/%{name}
%{_iconsdir}/*/*/*/*
%{_datadir}/appdata/*.appdata.xml
%{_datadir}/applications/org.gnome.Logs.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.Logs.*.xml
%{_datadir}/dbus-1/services/org.gnome.Logs.service
%{_mandir}//man1/%{name}.1*

%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (74b8f65) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22664 |14mu|gnome-mahjongg-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           gnome-mahjongg
Version:        3.16.2
Release:        1
Summary:        GNOME Mahjongg game

License:        GPLv2+ and CC-BY-SA
Group:		Games/Other
URL:            http://projects.gnome.org/gnome-games/
Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-mahjongg/%{url_ver}/gnome-mahjongg-%{version}.tar.xz

BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: intltool libxml2-utils
BuildRequires: itstool
BuildRequires: desktop-file-utils

Obsoletes: gnome-games-mahjongg < 1:3.7.4

%description
Mahjongg is a simple pattern recognition game. You score points by
matching identical tiles.


%prep
%setup -q

%build
%configure2_5x
%make


%install
%makeinstall_std

%find_lang %{name} --with-gnome


%check
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-mahjongg.desktop


%files -f %{name}.lang
%doc COPYING
%{_datadir}/applications/gnome-mahjongg.desktop
%{_datadir}/glib-2.0/schemas/*.gschema.xml
%{_mandir}/man6/gnome-mahjongg.6*
%{_bindir}/gnome-mahjongg
%{_datadir}/gnome-mahjongg
%{_datadir}/icons/*/*/*/*
%{_datadir}/appdata/gnome-mahjongg.appdata.xml

%changelog

* Tue Sep 15 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (8a3959c) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22665 |14mu|gnome-maps-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-maps
Version:	3.16.2
Release:	1
Summary:	A map application for GNOME
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gio-2.0) >= 2.39.3
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gjs-1.0) >= 1.39.0
BuildRequires:	pkgconfig(geoclue-2.0)
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(folks)
BuildRequires:	pkgconfig(geocode-glib-1.0)
BuildRequires:	pkgconfig(champlain-0.12) >= 0.12.9
BuildRequires:	gjs
Requires:	gjs
Requires:	geoclue2 >= 1.99.3

Requires:	typelib(GeocodeGlib)
Requires:	typelib(GtkChamplain)
Requires:	typelib(Memphis)
Requires:	typelib(Champlain)

%description
%{name} is a map application for GNOME.

%prep
%setup -q

%build
%configure2_5x  --disable-rpath --disable-schemas-compile
%make

%install
%makeinstall_std

find %{buildroot} -name "*.la" -delete
# There is no devel file, so at this moment also no need to keep
rm %{buildroot}%{_datadir}/gir-1.0/GnomeMaps-1.0.gir

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc NEWS README
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/glib-2.0/schemas/*
%{_datadir}/applications/*
%{_datadir}/appdata/*.appdata.xml
%{_datadir}/dbus-1/services/org.gnome.Maps.service
%{_iconsdir}/*/*/apps/*



%changelog

* Wed May 13 2015 Tigro <ashejn@gmail.com> 3.16.2-1
- (9481a45) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22666 |14mu|gnome-menus-3.13.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define api	3
%define gimajor	3.0
%define libname	%mklibname gnome-menu %{api} %{major}
%define girname	%mklibname gmenu-gir %{gimajor}
%define devname	%mklibname -d gnome-menu

Summary:	GNOME menu library
Name:		gnome-menus
Version:	3.13.3
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.13/%{name}-%{version}.tar.xz

BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(python)

Obsoletes:	gnome-menus2 < 3.4

Obsoletes:	python-%{name} < %{version}

%description
The package contains an implementation of the draft "Desktop Menu
Specification" from freedesktop.org:
http://www.freedesktop.org/Standards/menu-spec

Also contained here are the GNOME menu layout configuration files,
.directory files and assorted menu related utility programs.

%package -n %{libname}
Group:		System/Libraries
Summary:	GNOME menu library
Conflicts:	gir-repository < 0.6.5-8

%description -n %{libname}
This package contains the shared libraries of %{name}.

%package -n %{girname}
Group:		System/Libraries
Summary:	GObject Introspection interface library for %{name}
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{devname}
Group:		Development/C
Summary:	GNOME menu library development files
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}gnome-menu2-devel < 3.4
Conflicts:	gir-repository < 0.6.5-8

%description -n %{devname}
This package contains the development libraries of %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{name}-3.0

mkdir -p %{buildroot}%{_sysconfdir}/xdg/gnome
mv %{buildroot}%{_sysconfdir}/xdg/menus %{buildroot}%{_sysconfdir}/xdg/gnome

%files -f %{name}-3.0.lang
%doc README NEWS HACKING AUTHORS ChangeLog
%{_datadir}/desktop-directories/*
%dir %{_sysconfdir}/xdg/gnome
%dir %{_sysconfdir}/xdg/gnome/menus
%config(noreplace) %{_sysconfdir}/xdg/gnome/menus/*

%files -n %{libname}
%{_libdir}/libgnome-menu-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GMenu-%{gimajor}.typelib

%files -n %{devname}
%{_libdir}/lib*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/GMenu-%{gimajor}.gir


%changelog

* Tue Mar 10 2015 Tigro <ashejn@yandex-team.ru> 3.13.3-1
- (f0f2435) update to 3.13.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22667 |14mu|gnome-mines-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           gnome-mines
Version:        3.16.0
Release:        1
Summary:        GNOME Mines Sweeper game

License:        GPLv2+ and CC-BY-SA
Group:		Games/Other
URL:            http://projects.gnome.org/gnome-games/
Source0:        http://download.gnome.org/sources/gnome-mines/%{url_ver}/gnome-mines-%{version}.tar.xz

BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gdk-3.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(librsvg-2.0)

Obsoletes: gnome-games < 3.7.92
Obsoletes: gnomine < 3.7.92
Provides: gnomine = %{version}-%{release}

%description
The popular logic puzzle minesweeper. Find mines on a grid 
using hints from squares you have already cleared.

%prep
%setup -q

%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-mines.desktop

%find_lang %{name} --with-gnome


%files -f %{name}.lang
%doc COPYING
%{_bindir}/gnome-mines
%{_datadir}/applications/gnome-mines.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.mines.gschema.xml
%{_datadir}/gnome-mines
%{_datadir}/icons/*/*/apps/*
%{_datadir}/icons/hicolor/16x16/actions/flag-symbolic.svg
%{_mandir}/man6/gnome-mines.6*
%{_datadir}/appdata/*.xml


%changelog

* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (b764c3b) update to 3.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22668 |14mu|gnome-music-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		gnome-music
Version:	3.16.2
Release:	1
Summary:	Music player and management application
License:	GPLv2+
Group:		Sound
URL:		https://wiki.gnome.org/Design/Apps/Music
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	python3
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.35.9
BuildRequires:	pkgconfig(grilo-0.2) >= 0.2.6
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.8
BuildRequires:	pkgconfig(libmediaart-2.0)
BuildRequires:	pkgconfig(libgdata)
BuildRequires:	itstool
BuildRequires:	libxml2-utils
Requires:	gnome-settings-daemon
Requires:	grilo
Requires:	python3-dbus
Requires:	python3-gobject3
Requires:	tracker
Suggests:	grilo-plugins
Requires:	typelib(TotemPlParser)
Requires:	typelib(Grl)
Requires:	python3-gi-cairo
Requires:	typelib(MediaArt)

%description
Music is the new GNOME music playing application.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

find %{buildroot} -name '*.la' -delete

%find_lang %{name}

%files -f %{name}.lang
%doc README NEWS
%{_bindir}/%{name}
%{_libdir}/%{name}
%{py3_puresitedir}/gnomemusic
%{_datadir}/applications/*.desktop
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/%{name}
%{_iconsdir}/*/*/*/*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/help/*/gnome-music/*
%{_mandir}/man1/gnome-music.1*

%changelog

* Tue Aug 11 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (a96a123) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22669 |14mu|gnome-nibbles-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		gnome-nibbles
Version:	3.16.1
Release:	1
Summary:	GNOME Nibbles game
License:	GPLv2+ and GFDL
Group:		Games/Arcade
URL:		https://wiki.gnome.org/Nibbles
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(clutter-1.0) >= 1.0.0
BuildRequires:	pkgconfig(clutter-gtk-1.0) >= 1.0.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.26
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
Obsoletes:	gnibbles

%description
Pilot a worm around a maze trying to collect diamonds and at the same time
avoiding the walls and yourself. With each diamond your worm grows longer and
navigation becomes more and more difficult. Playable by up to four people.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.nibbles.gschema.xml
%{_datadir}/%{name}
%{_iconsdir}/*/*/apps/*
%{_mandir}/man6/%{name}.6*
%{_datadir}/appdata/*.appdata.xml


%changelog

* Mon Apr 13 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (51da709) pack icon



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22670 |14mu|gnome-online-accounts-3.16.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define	oname		goa
%define	api		1.0
%define	major		0
%define	libname		%mklibname %{oname} %{api} %{major}
%define	backendname	%mklibname %{oname}-backend %{api} %{major}
%define	girname		%mklibname %{oname}-gir %{api}
%define	develname	%mklibname -d %{oname} %{api}
%define	develbackend	%mklibname -d %{oname}-backend %{api}

Summary:	Provide online accounts information
Name:		gnome-online-accounts
Version:	3.16.5
Release:	1
Group:		Graphical desktop/GNOME
License:	LGPLv2+
URL:		http://developer.gnome.org/goa/stable/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  gtk-doc
BuildRequires:  intltool
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(gnome-keyring-1)
BuildRequires:  pkgconfig(json-glib-1.0)
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(rest-0.7)
BuildRequires:  pkgconfig(webkit2gtk-4.0)
BuildRequires:  pkgconfig(libsecret-1)
BuildRequires:  pkgconfig(telepathy-glib)

%description
gnome-online-accounts provides interfaces so applications and 
libraries in GNOME can access the user's online accounts.

%package -n %{libname}
Summary:	Runtime libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
Runtime libraries for %{name}.

%package -n %{backendname}
Summary:	Runtime libraries for %{name}
Group:		System/Libraries

%description -n %{backendname}
Runtime libraries for %{name}.

%package -n %{girname}
Summary:	GObject introspection interface for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject introspection interface for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{oname}-devel = %{version}-%{release}

%description -n %{develname}
The gnome-online-accounts-devel package contains libraries and header
files for developing applications that use gnome-online-accounts.

%package -n %{develbackend}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{backendname} = %{version}-%{release}
Provides:	%{oname}-backend-devel = %{version}-%{release}

%description -n %{develbackend}
The gnome-online-accounts-devel package contains libraries and header
files for developing applications that use gnome-online-accounts.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-gtk-doc

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std
%find_lang %{name} --all-name
rm -f %{buildroot}/%{_libdir}/*.la
rm -f %{buildroot}/%{_libdir}/*.a

%files -f %{name}.lang
%doc NEWS COPYING
%{_libexecdir}/goa-daemon
%{_libdir}/goa-1.0/web-extensions/libgoawebextension.so
%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
%{_datadir}/glib-2.0/schemas/org.gnome.online-accounts.gschema.xml
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/%{name}/irc-networks.xml
%{_mandir}/man8/goa-daemon.8*

%files -n %{libname}
%{_libdir}/libgoa-%{api}.so.*

%files -n %{backendname}
%{_libdir}/libgoa-backend-%{api}.so.*

%files -n %{girname}
%{_libdir}/girepository-1.0/Goa-%{api}.typelib

%files -n %{develname}
%{_includedir}/goa-%{api}/
%{_libdir}/goa-%{api}/include/goaconfig.h
%{_libdir}/libgoa-%{api}.so
%{_libdir}/pkgconfig/goa-%{api}.pc
%{_datadir}/gir-1.0/Goa-%{api}.gir
%{_datadir}/gtk-doc/html/goa/

%files -n %{develbackend}
%{_libdir}/libgoa-backend-%{api}.so
%{_libdir}/pkgconfig/goa-backend-%{api}.pc


%changelog

* Thu Dec 10 2015 Tigro <ashejn@gmail.com> 3.16.5-1
- (ad49dea) update to 3.16.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22671 |14mu|gnome-online-miners-3.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-online-miners
Version:	3.14.3
Release:	1
Summary:	Crawls through your online content
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		https://git.gnome.org/browse/gnome-online-miners
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.35.1
BuildRequires:	pkgconfig(goa-1.0) >= 3.2.0
BuildRequires:	pkgconfig(grilo-0.2) >= 0.2.6
BuildRequires:	pkgconfig(libgdata) >= 0.16.1
BuildRequires:	pkgconfig(tracker-miner-1.0)
BuildRequires:	pkgconfig(tracker-sparql-1.0)
BuildRequires:	pkgconfig(zapojit-0.0) >= 0.0.2
BuildRequires:	pkgconfig(libgfbgraph-0.2)
Requires:	dbus
Requires:	grilo-plugins

%description
GNOME Online Miners provides a set of crawlers that go through your online
content and index them locally in Tracker. It has miners for Flickr, Google
and SkyDrive.

%prep
%setup -q

%build
%configure2_5x \
	--disable-silent-rules \
	--disable-static
%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -delete

# Use %%doc instead.
rm -rf %{buildroot}%{_docdir}/%{name}

%files
%doc AUTHORS COPYING ChangeLog README
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Flickr.service
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.GData.service
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Zpj.service
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Owncloud.service
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.Facebook.service
%{_datadir}/dbus-1/services/org.gnome.OnlineMiners.MediaServer.service
%{_libdir}/%{name}/libgom-1.0.so
%{_libexecdir}/gom-flickr-miner
%{_libexecdir}/gom-gdata-miner
%{_libexecdir}/gom-zpj-miner
%{_libexecdir}/gom-owncloud-miner
%{_libexecdir}/gom-facebook-miner
%{_libexecdir}/gom-media-server-miner


%changelog

* Sun Dec 20 2015 Tigro <ashejn@gmail.com> 3.14.3-1
- (ee96c6d) Merge branch 'rosa2014.1' of abf.rosalinux.ru:import/gnome-online-miners into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22672 |14mu|gnome-packagekit-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	A PackageKit client for the GNOME desktop
Name:		gnome-packagekit
Version:	3.16.0
Release:	1
License:	GPLv2+
Group:		System/Configuration/Packaging
Url:		http://www.packagekit.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-packagekit/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd41-sgml
BuildRequires:	docbook-utils
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(packagekit-glib2)
BuildRequires:	pkgconfig(unique-1.0)
BuildRequires:	pkgconfig(upower-glib)
Requires:	%{name}-common = %{EVRD}
Conflicts:	%{name}-common < 3.14.0

%description
This package contains PackageKit client programs designed for the GNOME
desktop.

%files
%{_bindir}/gpk-application
%{_bindir}/gpk-log
%{_bindir}/gpk-prefs
%{_bindir}/gpk-update-*
%{_datadir}/appdata/gpk*.xml
%{_datadir}/applications/gpk-application.desktop
%{_datadir}/applications/gpk-prefs.desktop
%{_datadir}/applications/gpk-update-viewer.desktop
%{_datadir}/gnome-packagekit/gpk-application.ui
%{_datadir}/gnome-packagekit/gpk-prefs.ui
%{_datadir}/gnome-packagekit/gpk-update-viewer.ui
%{_datadir}/gnome-packagekit/gpk-log.ui
%{_mandir}/man1/gpk-application*
%{_mandir}/man1/gpk-prefs*
%{_mandir}/man1/gpk-update*
%{_mandir}/man1/gpk-log*
%{_datadir}/applications/gpk-log.desktop

#----------------------------------------------------------------------------

%package common
Summary:	Common files and services for GNOME PackageKit
Group:		System/Configuration/Packaging
Requires:	packagekit
Provides:	packagekit-gui

%description common
Common files and services used by GNOME PackageKit. This packages provides
D-Bus service for packages installation.

%files common -f %{name}.lang
%{_datadir}/applications/gpk-install-*.desktop
%{_datadir}/GConf/gsettings/org.gnome.packagekit.gschema.migrate
%{_datadir}/glib-2.0/schemas/org.gnome.packagekit.gschema.xml
%dir %{_datadir}/gnome-packagekit
%{_datadir}/gnome-packagekit/gpk-client.ui
%{_datadir}/gnome-packagekit/gpk-error.ui
%{_datadir}/gnome-packagekit/gpk-eula.ui
%{_datadir}/gnome-packagekit/gpk-signature.ui
%{_datadir}/gnome-packagekit/icons
%{_iconsdir}/hicolor/*/*/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-scrollkeeper

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%changelog

* Sat Dec 19 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (61594a8) drop desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22673 |14mu|gnome-photos-3.16.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:          gnome-photos
Summary:       Access, organize and share your photos on GNOME
Version:       3.16.3
Release:       3
URL:           https://live.gnome.org/GnomePhotos

# GNOME Photos itself is GPLv2+, but the bundled libgd is LGPLv2+
License:       GPLv2+ and LGPLv2+
Group:         Graphical desktop/GNOME

Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
# patch to fix another potential g_malloc issue
Patch0:        gnome-photos-3.16.3-another-g_malloc_issue.patch
# patch to fix CVE-2013-7447
Patch1:        gnome-photos-3.19.4-CVE-2013-7447.patch

BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(cairo)
BuildRequires: intltool itstool
BuildRequires: pkgconfig(clutter-1.0) >= 1.11
BuildRequires: pkgconfig(clutter-gtk-1.0) >= 1.3.2
BuildRequires: pkgconfig(exempi-2.0)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.35.6
BuildRequires: pkgconfig(gnome-desktop-3.0) > 3.7.6
BuildRequires: pkgconfig(goa-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(babl)
BuildRequires: pkgconfig(gegl-0.3)
BuildRequires: pkgconfig(libexif) >= 0.6
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(tracker-sparql-1.0)
BuildRequires: pkgconfig(libgfbgraph-0.2)
BuildRequires: pkgconfig(grilo-0.2)
BuildRequires: pkgconfig(libgdata)
BuildRequires: gnome-common

Requires: gegl03
Requires: gnome-online-miners
Requires: tracker

# libgd is not meant to be installed as a system-wide shared library.
# It is just a way for GNOME applications to share widgets and other common
# code on an ad-hoc basis.
Provides: bundled(libgd)


%description
Photos, like Documents, Music and Videos, is one of the core GNOME
applications meant for find and reminding the user about her content.


%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make


%install
%makeinstall_std

# Upstream doesn't install with desktop-file-install, so let's check
# FIXME: The desktop file is invalid, sent patch upstream, should be fixed in
# next release
#desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}


%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/glib-2.0/schemas/org.gnome.photos.gschema.xml
%{_datadir}/icons/*/*/*/*
%{_docdir}/%{name}
%{_datadir}/help/*/gnome-photos/*
%{_datadir}/appdata/org.gnome.Photos.appdata.xml
%{_datadir}/applications/org.gnome.Photos.desktop
%{_datadir}/dbus-1/services/org.gnome.Photos.service
%{_datadir}/gnome-shell/search-providers/org.gnome.Photos.search-provider.ini

%changelog

* Thu Mar 03 2016 Tigro <ashejn@gmail.com> 3.16.3-3
- (7371430) added R tracker to avoid http://bugs.rosalinux.ru/show_bug.cgi?id=6753#c2

* Fri Feb 19 2016 Tigro <ashejn@gmail.com> 3.16.3-2
- (f49084b) update patch
- (Tigro: 1e0ae9b) fix CVE-2013-7447 and g_malloc_issue

* Fri Jan 29 2016 Tigro <ashejn@gmail.com> 3.16.3-1
- (291b8c4) fix depend on gegl03
- (Tigro: a635513) update to 3.16.3

* Mon Jul 27 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-2
- (e04880a) rebuilt against new libgdata

* Thu May 14 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (cb79ba4) update to 31.6.2

* Mon Mar 23 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-1
- (4bf4cdc) update to 3.16.0

* Sun Mar 15 2015 Tigro <ashejn@gmail.com> 3.15.91-1
- (59e492c) pack icons
- (Tigro: 30cecb7) pack files
- (Tigro: 7bc5fd3) bump gegl release
- (Tigro: ccdc3f0) added BR: libgdata
- (Tigro: 644365a) update to 3.15.91

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-3
- (62f2798) MassBuild#440: Increase release tag

* Wed May 14 2014 Tigro <ashejn@gmail.com> 3.12.1-2
- (8c33bcd) added R: gnome-online-miners

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.1-1
- (722fa3c) drop desktop file
- (Tigro: 5516577) pack some files
- (Tigro: 895337d) addedb BR: itstool
- (Tigro: a76a66a) drop autoreconf
- (Tigro: bbca697) addedb BR: grilo-0.2
- (Tigro: 79c2374) added BR: libgfbgraph-0.2
- (Tigro: bca8429) update tracker depend
- (Tigro: 2683fb6) update to 3.12.1

* Wed Jul 10 2013 Arkady Shane <ashejn@gmail.com> 3.8.2-2
- (59e9d55) gnome-photos requires gegl plugins

* Tue May 14 2013 Tigro <ashejn@gmail.com> 3.8.2-1
- (68cad17) update to 3.8.2

* Thu Apr 18 2013 Tigro <ashejn@gmail.com> 3.8.0-1
- (ef25c29) added BR: gegl-0.2
- (Tigro: 048ad3c) added BR: babl
- (Tigro: 43d895c) update to 3.8.0

* Fri Apr 05 2013 Tigro <ashejn@gmail.com> 3.7.3-1
- (8e5447f) added group

* Fri Apr 05 2013 Tigro <ashejn@gmail.com> 
- (ad53406) adapt spec for rosa/mandriva



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22674 |14mu|gnome-power-manager-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		gnome-power-manager
Version:	3.16.1
Release:	1
Summary:	GNOME Power Manager
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/projects/gnome-power-manager/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-power-manager/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	docbook-dtd41-sgml
BuildRequires:	docbook-utils
BuildRequires:	intltool
BuildRequires:	xmlto
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(upower-glib)
BuildRequires:	pkgconfig(libnotify)
Requires:	gnome-mime-data
Requires:	gnome-icon-theme
Requires(preun):  GConf2
Requires:	upower

%description
GNOME Power Manager uses the information and facilities provided by Upower
displaying icons and handling user callbacks in an interactive GNOME session. 
GNOME Power Preferences allows authorised users to set policy and 
change preferences.

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std
%find_lang %{name}
 
%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README 
%{_datadir}/applications/gnome-power-statistics.desktop
%{_bindir}/*
%{_datadir}/glib-2.0/schemas/org.gnome.power-manager.gschema.xml
%{_datadir}/icons/*/*/*/*
%{_datadir}/appdata/gnome-power-statistics.appdata.xml
%{_mandir}/man1/*


%changelog

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (20bb945) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22675 |14mu|gnome-python-desktop-2.32.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_gnomeprint 1

%define pygtk 2.10.3
%define gnomepython 2.10.0
%define oname gnome-python

Summary:	GNOME Desktop bindings for Python
Name:		gnome-python-desktop
Version:	2.32.0
Release:	14
License:	LGPLv2+ and GPLv2+
Group:		Development/GNOME and GTK+
Url:		ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
#gw link plparser wrapper with gtk until it was update for 2.29
Patch1:		gnome-python-desktop-2.29.1-totem-plparser-add-gtk.patch

BuildRequires:	gnome-python-gconf >= %{gnomepython}
BuildRequires:	x11-server-xvfb
BuildRequires:	pkgconfig(gnome-desktop-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gnome-python-2.0) >= %{gnomepython}
BuildRequires:	pkgconfig(gtksourceview-1.0) >= 1.1.90
BuildRequires:	pkgconfig(libcanberra)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libgnomeui-2.0) >= 2.0.0
BuildRequires:	pkgconfig(libwnck-1.0)
BuildRequires:	pkgconfig(pygtk-2.0) >= %{pygtk}
BuildRequires:	pkgconfig(python)
Requires:	gnome-desktop
Conflicts:	gnome-python-extras < 2.13.3

%description
The gnome-python-desktop package contains the Python bindings for the
GNOME Desktop modules.

%files
%doc AUTHORS ChangeLog
%dir %{_datadir}/pygtk/2.0/defs
%{py_platsitedir}/gtk-2.0/gnomedesktop/
%{py_platsitedir}/gtk-2.0/bugbuddy*
%{_datadir}/pygtk/2.0/defs/_gnomedesktop.defs

#----------------------------------------------------------------------------

%package -n %{oname}-gnomekeyring
Summary:	Python bindings for Gnome-keyring
Group:		Development/GNOME and GTK+
Requires:	gnome-keyring
Conflicts:	gnome-python-desktop < 2.32.0-5

%description -n %{oname}-gnomekeyring
This module contains a wrapper that makes Gnome-keyring available from Python.

%files -n %{oname}-gnomekeyring
%doc examples/keyring*
%{py_platsitedir}/gtk-2.0/gnomekeyring.so
%{_datadir}/pygtk/2.0/defs/gnomekeyring.defs

#----------------------------------------------------------------------------

%package -n %{oname}-gtksourceview
Summary:	Python bindings for Gtksourceview
Group:		Development/GNOME and GTK+
Requires:	gtksourceview1
Requires:	%{oname}-gnomeprint = %{version}
Conflicts:	gnome-python-desktop < 2.32.0-5

%description -n %{oname}-gtksourceview
This module contains a wrapper that makes Gtksourceview available from Python.

%files -n %{oname}-gtksourceview
%doc examples/gtksourceview
%{py_platsitedir}/gtk-2.0/gtksourceview.so
%{_datadir}/pygtk/2.0/defs/gtksourceview.defs
%{_datadir}/gtk-doc/html/pygtksourceview

#----------------------------------------------------------------------------

%package -n %{oname}-gtop
Summary:	Python bindings for Gtop
Group:		Development/GNOME and GTK+
Requires:	libgtop2
BuildRequires:	pkgconfig(libgtop-2.0)

%description -n %{oname}-gtop
This module contains a wrapper that makes Gtop available from Python.

%files -n %{oname}-gtop
%{py_platsitedir}/gtk-2.0/gtop.so

#----------------------------------------------------------------------------

%package -n %{oname}-totem
Summary:	Python bindings for the Totem playlist parser
Group:		Development/GNOME and GTK+
BuildRequires:	pkgconfig(totem-plparser)

%description -n %{oname}-totem
This module contains a wrapper that makes the Totem playlist parser
available from Python.

%files -n %{oname}-totem
%{py_platsitedir}/gtk-2.0/totem/

#----------------------------------------------------------------------------

%if %{build_gnomeprint}
%package -n %{oname}-gnomeprint
Summary:	Python bindings for interacting with gnomeprint and gnomeprintui
Group:		Development/GNOME and GTK+
Requires:	libgnomeprintui
Requires:	gnome-python-canvas
Conflicts:	gnome-python-desktop < 2.32.0-5
BuildRequires:	pkgconfig(libgnomeprintui-2.2)

%description -n %{oname}-gnomeprint
This module contains a wrapper that allows the use of gnomeprint and
gnomeprintui via python.

%files -n %{oname}-gnomeprint
%doc examples/gnomeprint/
%{py_platsitedir}/gtk-2.0/gnomeprint/
%{_datadir}/pygtk/2.0/defs/art.defs
%{_datadir}/pygtk/2.0/defs/print.defs
%{_datadir}/pygtk/2.0/defs/printui.defs
%{_datadir}/gtk-doc/html/pygnomeprint*
%endif

#----------------------------------------------------------------------------

%package -n %{oname}-wnck
Summary:	Python-wnck bindings
Group:		Development/GNOME and GTK+
Conflicts:	gnome-python-desktop < 2.32.0-5

%description -n %{oname}-wnck
This package contains a module that allows communication with the Window
Manager using the EWMH specification from Python applications.

%files -n %{oname}-wnck
%doc examples/wnck*
%{py_platsitedir}/gtk-2.0/wnck.so
%{_datadir}/pygtk/2.0/defs/wnck.defs

#----------------------------------------------------------------------------

%package devel
Summary:	Pkgconfig file for %{name}
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{EVRD}
Conflicts:	gnome-python-desktop < 2.32.0-5

%description devel
This package contains pkgconfig file for %{name}.

%files devel
%{_libdir}/pkgconfig/%{name}-2.0.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--disable-applet \
	--disable-braseroburn \
	--disable-braseromedia \
	--disable-evince \
	--disable-evolution \
	--disable-evolution_ecal \
	--disable-mediaprofiles \
	--disable-metacity \
	--disable-rsvg
%make LIBS="`python-config --libs`"

%install
%makeinstall_std

%check
# Disabled due to http://bugzilla.gnome.org/show_bug.cgi?id=565593 :
# check fails against Python 2.6 due to Python issue #4244 - AdamW
# 2008/12
#xvfb-run make check

%changelog

* Mon Dec 12 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.32.0-14
- (674d53f) Drop explicit libwnck requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22676 |14mu|gnome-robots-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-robots
Version:	3.16.1
Release:	1
Summary:	GNOME Robots game
License:	GPLv2+ and GFDL
Group:		Games/Arcade
URL:		https://wiki.gnome.org/Robots
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires:	pkgconfig(libcanberra-gtk3) >= 0.26
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.32.0
BuildRequires:	intltool > 0.50
BuildRequires:	itstool
BuildRequires:	libxml2-utils
Obsoletes:	gnobots2
Obsoletes:	gnobots2-extra-data

%description
The classic game where you have to avoid a hoard of robots who are trying to
kill you. Each step you take brings them closer toward you. Fortunately they
aren't very smart and you also have a helpful teleportation gadget.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.robots.gschema.xml
%{_datadir}/%{name}
%{_iconsdir}/*/*/*/*
%{_mandir}/man6/%{name}.6*
%{_datadir}/appdata/%{name}.appdata.xml


%changelog

* Mon Apr 13 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (8a2e47e) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22677 |14mu|gnome-screenshot-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		gnome-screenshot
Version:	3.16.2
Release:	1
Summary:	GNOME Screenshot utility
License:	GPLv2+
Group:		File tools
Url:		http://live.gnome.org/GnomeUtils/Baobab
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(glib-2.0) >= 2.31.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(libcanberra-gtk3)
Conflicts:	gnome-utils < 1:3.3.1

%description
Gnome screenshot utility.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-rpath \
	--disable-schemas-compile

%make

%install
%makeinstall_std

#handle docs with files section
rm -rf %{buildroot}%{_defaultdocdir}

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc NEWS
%{_bindir}/%{name}
%{_datadir}/GConf/gsettings/gnome-screenshot.convert
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-screenshot.gschema.xml
%{_datadir}/dbus-1/services/org.gnome.Screenshot.service
%{_datadir}/applications/*.desktop
%{_datadir}/appdata/*.appdata.xml
%{_mandir}/man1/%{name}.1*

%changelog

* Wed May 13 2015 Tigro <ashejn@gmail.com> 3.16.2-1
- (47c10e2) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22678 |14mu|gnome-session-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	The gnome desktop programs for the GNOME GUI desktop environment
Name:		gnome-session
Version:	3.16.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/softwaremap/projects/gnome-session/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source1:	gnome-session-startgnome
Source2:	gnome-session-gnomerc

BuildRequires:	desktop-file-utils
BuildRequires:	gtk-doc
BuildRequires:	intltool >= 0.40.0
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.76
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gio-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.90.7
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(json-glib-1.0) >= 0.10
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libsystemd-id128)
BuildRequires:	pkgconfig(libsystemd-journal)
BuildRequires:	pkgconfig(libsystemd-login) >= 38
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(upower-glib) >= 0.9.0
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	tcp_wrappers-devel
BuildRequires:	x11-xtrans-devel
BuildRequires:	xmlto

Requires:	GConf2 >= 1.2.1
Requires:	desktop-common-data
Requires:	gnome-user-docs
Requires:	gnome-settings-daemon
Requires:	%{name}-bin = %{EVRD}

Requires:	typelib(PangoCairo)
Requires:	typelib(PangoFT2)

%description
GNOME (GNU Network Object Model Environment) is a user-friendly
set of applications and desktop tools to be used in conjunction with a
window manager for the X Window System.

The GNOME Session Manager restores a set session (group of applications)
when you log into GNOME.

%package bin
Group: %{group}
Summary: %{summary}

%description bin
This package contains the binaries for the GNOME Session Manager, but 
no startup scripts. It is meant for applications such as GDM that use 
gnome-session internally.

%package wayland-session
Summary: %{summary}
Requires: %{name} = %{EVRD}

%description wayland-session
This package contains Wayland session desktop file.

%prep
%setup -q
%apply_patches

%build
%configure2_5x --enable-systemd --disable-schemas-install

%make

%install
%makeinstall_std

# wmsession session file
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat << EOF > %{buildroot}%{_sysconfdir}/X11/wmsession.d/02GNOME
NAME=GNOME
ICON=gnome-logo-icon-transparent.png
DESC=GNOME Environment
EXEC=%{_bindir}/startgnome
SCRIPT:
exec %{_bindir}/startgnome
EOF

install -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/startgnome

mkdir -p %{buildroot}%{_sysconfdir}/gnome
install -m 0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/gnome/gnomerc
# gw these produce rpmlint errors:
#rm -rf %{buildroot}%{_datadir}/locale/{be@latin}
%find_lang %{name}-3.0

# remove unpackaged files
rm -rf %{buildroot}%{_datadir}/xsessions

%post
if [ "$1" = "2" -a -r /etc/sysconfig/desktop ]; then
  sed -i -e "s|^DESKTOP=Gnome$|DESKTOP=GNOME|g" /etc/sysconfig/desktop
fi

%files bin
%{_bindir}/gnome-session
%{_bindir}/gnome-session-inhibit
%{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/*/apps/*
%{_mandir}/man1/gnome-session.*

%files -f %{name}-3.0.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/*
%{_sysconfdir}/gnome/gnomerc
%{_bindir}/startgnome
%{_bindir}/gnome-session-quit
%{_libdir}/gnome-session-check-accelerated
%{_libdir}/gnome-session-check-accelerated-helper
%{_libdir}/gnome-session-failed
%{_datadir}/GConf/gsettings/gnome-session.convert
%{_mandir}/man1/gnome-session-quit.*
%{_mandir}/man1/gnome-session-inhibit.1.*

%files wayland-session
%doc AUTHORS COPYING ChangeLog NEWS README
%{_datadir}/wayland-sessions/gnome-wayland.desktop


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22679 |14mu|gnome-settings-daemon-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary: GNOME Settings Daemon
Name: gnome-settings-daemon
Version: 3.16.2
Release: 1
License: GPLv2+
Group: Graphical desktop/GNOME
URL: http://www.gnome.org/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	cups-devel
BuildRequires:	docbook-style-xsl
BuildRequires:	gnome-common
BuildRequires:	intltool, xsltproc
BuildRequires:	ldetect-lst
BuildRequires:	pkgconfig(colord)
BuildRequires:	pkgconfig(dbus-1) >= 1.1.2
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.74
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(geoclue-2.0)
BuildRequires:	pkgconfig(geocode-glib-1.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.29.14
BuildRequires:	pkgconfig(gnome-desktop-3.0) >= 3.1.5
BuildRequires:	pkgconfig(gsettings-desktop-schemas) >= 3.2.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.3.4
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(gweather-3.0)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(kbproto)
BuildRequires:	pkgconfig(lcms2) >= 2.2
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(libgnomekbd) >= 2.91.1
BuildRequires:	pkgconfig(libgnomekbdui) >= 2.91.1
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnotify) >= 0.7.3,
BuildRequires:	pkgconfig(libpulse) >= 0.9.16
BuildRequires:	pkgconfig(libpulse-mainloop-glib) >= 0.9.16
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(libwacom)
BuildRequires:	pkgconfig(libxklavier) >= 5.0
BuildRequires:	pkgconfig(nss) >= 3.11.2,
BuildRequires:	pkgconfig(polkit-gobject-1) >= 0.97
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(upower-glib) >= 0.9.1
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xkeyboard-config)
BuildRequires:	pkgconfig(xorg-wacom)

%description
GNOME settings daemon manages the configuration of the desktop in the
background.

%package devel
Summary:	Include files for the GNOME settings daemon
Group:		Development/GNOME and GTK+

%description devel
Include files for the GNOME settings daemon

%prep
%setup -q
%apply_patches


%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-profiling

%make

%install
%makeinstall_std xmldir=%{buildroot}%{_datadir}/gnome-control-center/keybindings
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%{find_lang} %{name} --with-gnome --all-name

%pre
if [ -d %{_libexecdir}/%{name} ]
  then rm -rf %{_libexecdir}/%{name} 
fi

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS
%dir %{_libdir}/gnome-settings-daemon-3.0

# list plugins explicitly, so we notice if one goes missing
# some of these don't have a separate gschema
%{_libdir}/gnome-settings-daemon-3.0/a11y-keyboard.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/liba11y-keyboard.so

%{_libdir}/gnome-settings-daemon-3.0/power.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libpower.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.power.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/clipboard.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libclipboard.so

%{_libdir}/gnome-settings-daemon-3.0/housekeeping.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libhousekeeping.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/keyboard.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libkeyboard.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.keyboard.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/media-keys.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libmedia-keys.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.media-keys.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/mouse.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libmouse.so

%{_libdir}/gnome-settings-daemon-3.0/print-notifications.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libprint-notifications.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.print-notifications.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/sound.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libsound.so

%{_libdir}/gnome-settings-daemon-3.0/wacom.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libgsdwacom.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.wacom.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/xrandr.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libxrandr.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xrandr.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/xsettings.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libxsettings.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/a11y-settings.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/liba11y-settings.so

%{_libdir}/gnome-settings-daemon-3.0/color.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/libcolor.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/libgsd.so

%{_libdir}/gnome-settings-daemon-3.0/orientation.gnome-settings-plugin
%{_libdir}/gnome-settings-daemon-3.0/liborientation.so
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.orientation.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/libsharing.so
%{_libdir}/gnome-settings-daemon-3.0/sharing.gnome-settings-plugin
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.sharing.gschema.xml

%{_libdir}/gnome-settings-daemon-3.0/libscreensaver-proxy.so
%{_libdir}/gnome-settings-daemon-3.0/screensaver-proxy.gnome-settings-plugin

%{_libdir}/gnome-settings-daemon-3.0/libdatetime.so
%{_libdir}/gnome-settings-daemon-3.0/datetime.gnome-settings-plugin

%{_libdir}/gnome-settings-daemon-3.0/librfkill.so
%{_libdir}/gnome-settings-daemon-3.0/rfkill.gnome-settings-plugin

%{_libdir}/gnome-settings-daemon-3.0/libsmartcard.so
%{_libdir}/gnome-settings-daemon-3.0/smartcard.gnome-settings-plugin

%{_libexecdir}/gnome-settings-daemon
%{_libexecdir}/gsd-backlight-helper
%{_libexecdir}/gsd-locate-pointer
%{_libexecdir}/gsd-printer
%{_libexecdir}/gsd-wacom-led-helper
%{_libexecdir}/gsd-list-wacom
%{_libexecdir}/gsd-test-wacom
%{_libexecdir}/gsd-test-a11y-keyboard
%{_libexecdir}/gsd-test-a11y-settings
%{_libexecdir}/gsd-test-input-helper
%{_libexecdir}/gsd-test-keyboard
%{_libexecdir}/gsd-test-media-keys
%{_libexecdir}/gsd-test-mouse
%{_libexecdir}/gsd-test-orientation
%{_libexecdir}/gnome-settings-daemon-localeexec
%{_libexecdir}/gsd-test-datetime
%{_libexecdir}/gsd-test-rfkill
%{_libexecdir}/gsd-test-smartcard
%{_libexecdir}/gsd-wacom-oled-helper

/usr/lib/udev/rules.d/61-gnome-settings-daemon-rfkill.rules

%{_libexecdir}/gsd-test-housekeeping
%{_libexecdir}/gsd-test-xrandr
%{_libexecdir}/gsd-test-print-notifications
%{_libexecdir}/gsd-test-sound
%{_libexecdir}/gsd-test-wacom-osd
%{_libexecdir}/gsd-test-xsettings
%{_libexecdir}/gsd-test-screensaver-proxy

%{_datadir}/gnome-settings-daemon/

%{_sysconfdir}/xdg/autostart/gnome-settings-daemon.desktop

%{_datadir}/icons/hicolor/*/apps/gsd-xrandr.*

%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy

%{_datadir}/GConf/gsettings/gnome-settings-daemon.convert

%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.datetime.gschema.xml

%{_datadir}/man/man1/gnome-settings-daemon.1.*

%files devel
%{_includedir}/gnome-settings-daemon-3.0
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
%dir %{_datadir}/gnome-settings-daemon-3.0
%{_datadir}/gnome-settings-daemon-3.0/input-device-example.sh

%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (ae5c16e) update to 3.16.2

* Wed Apr 15 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (e9e5dd6) update to 3.16.1

* Mon Mar 23 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-1
- (b38d8de) update to 3.16.0
- (Tigro: c0ec428) update to 3.16.0

* Tue Mar 17 2015 Tigro <ashejn@gmail.com> 3.15.92-1
- (f470f6c) remove cursor plugin: https://bugzilla.gnome.org/show_bug.cgi?id=744343
- (Tigro: 55c601b) update to 3.15.92

* Tue Mar 10 2015 Tigro <ashejn@yandex-team.ru> 3.15.91-1
- (4bf9739) pack some files
- (Tigro: c465452) added BR: libnm-glib-vpn
- (Tigro: ff9c4c2) added BR: libnm-glib, libnm-util
- (Tigro: 447261c) update to 3.15.91

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-3
- (8085794) MassBuild#440: Increase release tag

* Mon Jun 16 2014 Tigro <ashejn@gmail.com> 3.12.2-2
- (35c5810) bump release to build against new colord

* Tue May 20 2014 Tigro <ashejn@gmail.com> 3.12.2-1
- (594760b) drop old tarball
- (Tigro: 9b372bd) update to 3.12.2

* Tue Apr 29 2014 Tigro <ashejn@gmail.com> 3.12.1-1
- (d05b76a) fix path again. only /usr/lib for udev rules
- (Tigro: 3c34fc5) fix path
- (Tigro: 08023f5) drop and pack files
- (Tigro: 354f409) added some BRs
- (Tigro: 7ef3302) added BR: xkeyboard-config
- (Tigro: 6b9734b) drop two-finger patch
- (Tigro: cbb1039) drop battery patch
- (Tigro: da7c845) update to 3.12.1

* Tue Feb 11 2014 Tigro <ashejn@gmail.com> 3.8.6.1-1
- (f3ae009) drop background components
- (Tigro: 27a7659) update to 3.8.6.1 and disable background plugin

* Mon Jan 20 2014 Tigro <ashejn@gmail.com> 3.8.5-6
- (990a10a) update two finger patch
- (Tigro: b0020b1) Added patch for two-finger-scrolling checking

* Sat Jan 11 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 3.8.5-5
- (ef081d5) Added patch for battery level icon

* Fri Dec 13 2013 Tigro <ashejn@gmail.com> 3.8.5-4
- (2a1da60) drop packagekit files
- (Tigro: 016008d) drop packagekit debend

* Thu Nov 28 2013 Tigro <ashejn@gmail.com> 3.8.5-3
- (990fac5) update russian translations

* Thu Nov 21 2013 Tigro <ashejn@gmail.com> 3.8.5-2
- (5a9122f) fix rosa#3072

* Mon Oct 14 2013 Tigro <ashejn@gmail.com> 3.8.5-1
- (ac6b148) update to 3.8.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22680 |14mu|gnome-shell-3.16.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

# To make GNOME Shell extensions load, we need to get rid of DT_RUNPATH on /usr/bin/gnome-shell
# (see glibc bug #13945, GNOME bug #670477, Mageia bug #4523)
%define _disable_ld_enable_new_dtags 1

Summary:	Next generation GNOME desktop shell
Name:		gnome-shell
Version:	3.16.3
Release:	1
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
Url:		http://live.gnome.org/GnomeShell
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/gnome-shell/%{url_ver}/%{name}-%{version}.tar.xz
Patch1:		gnome-shell-3.15.91-new-favorites.patch
#Patch9:		gnome-shell-3.8.4-focus-losing-after-suspend.patch

BuildRequires: intltool >= 0.40
BuildRequires: rootcerts
BuildRequires: polkit-1-devel
BuildRequires: pkgconfig(clutter-1.0)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(folks)
BuildRequires: pkgconfig(gcr-3)
BuildRequires: pkgconfig(gjs-1.0) >= 1.36
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(gnome-bluetooth-1.0)
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libcanberra)
BuildRequires: pkgconfig(libecal-1.2)
BuildRequires: pkgconfig(libedataserver-1.2)
BuildRequires: pkgconfig(libgnome-menu-3.0)
BuildRequires: pkgconfig(libmutter) >= %{version}
BuildRequires: pkgconfig(libnm-glib)
BuildRequires: pkgconfig(libnm-util)
BuildRequires: pkgconfig(libnm-gtk)
BuildRequires: pkgconfig(libnm-glib-vpn)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(telepathy-glib)
BuildRequires: pkgconfig(telepathy-logger-0.2)
BuildRequires: pkgconfig(caribou-1.0)
BuildRequires: pkgconfig(python3)
BuildRequires: xsltproc
BuildRequires: docbook-style-xsl
BuildRequires: chrpath

Requires: at-spi2-atk
Requires: gjs
Requires: glxinfo
Requires: gnome-session
Requires: gtk+3.0
Requires: json-glib
Requires: librsvg
Requires: mutter

# md until js & python typelib autoreqs works
Requires: typelib(AccountsService)
Requires: typelib(Caribou)
Requires: typelib(ClutterX11) 
Requires: typelib(DBusGLib)
Requires: typelib(Folks)
Requires: typelib(Gcr)
Requires: typelib(Gkbd)
Requires: typelib(GDesktopEnums)
Requires: typelib(Gee)
Requires: typelib(GMenu)
Requires: typelib(Meta)
Requires: typelib(NMClient)
Requires: typelib(NetworkManager)
Requires: typelib(Polkit)
Requires: typelib(Soup)
Requires: typelib(TelepathyGLib)
Requires: typelib(TelepathyLogger)
Requires: typelib(UPowerGlib)
Requires: typelib(Cogl)
Requires: typelib(GjsPrivate)
Requires: typelib(IBus)
Requires: typelib(Gdm)
Requires: typelib(GnomeBluetooth)
Requires: typelib(Gck)
Requires: typelib(GWeather)

Obsoletes: %{name}-docs
Obsoletes: gnome-applets

%description
The GNOME Shell redefines user interactions with the GNOME desktop. In
particular, it offers new paradigms for launching applications,
accessing documents, and organizing open windows in GNOME. Later, it
will introduce a new applets eco-system and offer new solutions for
other desktop features, such as notifications and contacts
management. The GNOME Shell is intended to replace functions handled
by the GNOME Panel and by the window manager in previous versions of
GNOME. The GNOME Shell has rich visual effects enabled by new
graphical technologies.


%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-compile-warnings=no

%make

%install
%makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
%find_lang %{name}

%files -f %{name}.lang
%doc README 
%{_bindir}/*
%{_libdir}/%{name}
%{_libdir}/mozilla/plugins/*.so
%{_libexecdir}/gnome-shell-calendar-server
%{_libexecdir}/gnome-shell-hotplug-sniffer
%{_libexecdir}/gnome-shell-perf-helper
%{_libexecdir}/gnome-shell-portal-helper
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/gnome-shell-extension-prefs.desktop
%{_datadir}/applications/gnome-shell-wayland.desktop
%{_datadir}/applications/org.gnome.Shell.PortalHelper.desktop
%{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
%{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
%{_datadir}/dbus-1/services/org.gnome.Shell.PortalHelper.service
%{_datadir}/dbus-1/interfaces/
%{_datadir}/GConf/gsettings/gnome-shell-overrides.convert
%{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml
%{_datadir}/%{name}
%{_datadir}/gtk-doc/*
%{_datadir}/applications/evolution-calendar.desktop
%{_mandir}/man1/%{name}.1*


%changelog

* Fri Jul 03 2015 Tigro <ashejn@yandex-team.ru> 3.16.3-1
- (ae8ce7e) update to 3.16.3

* Fri May 15 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (e54bf9d) drop patch
- (Tigro: 8e22046) update to 3.16.2

* Wed Apr 15 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (c70afdf) update to 3.16.1

* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (3e5cb2b) update to 3.16.0

* Tue Mar 17 2015 Tigro <ashejn@gmail.com> 3.15.92-1
- (7088ad8) update to 3.15.92

* Sat Mar 14 2015 Tigro <ashejn@gmail.com> 3.15.91-2
- (fc2838b) added R: typelib(GWeather)

* Tue Mar 10 2015 Tigro <ashejn@yandex-team.ru> 3.15.91-1
- (5828103) pack files
- (Tigro: fdcc3ff) added BR: python3
- (Tigro: edff391) update to 3.15.91

* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 3.12.2-4
- (66ea0ea) update firefox patch

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-3
- (f0880e9) MassBuild#440: Increase release tag

* Tue May 20 2014 Tigro <ashejn@gmail.com> 3.12.2-2
- (f4aa5f1) bump release

* Tue May 20 2014 Tigro <ashejn@gmail.com> 3.12.2-1
- (51d3569) added some requires
- (Tigro: 240179b) update to 3.12.2

* Tue May 13 2014 Tigro <arkady.shane@rosalab.ru> 3.12.1-2
- (312c01c) drop typelib(GnomeBluetoothApplet) depend

* Thu Apr 24 2014 Tigro <ashejn@gmail.com> 3.12.1-1
- (e0309dd) drop chpath call and some old fixes
- (Tigro: cd3a431) update version
- (Tigro: d6cb91b) drop walpaper patch
- (Tigro: 9718258) update to 3.12.1

* Mon Feb 17 2014 akdengi <kazancas@mandriva.ru> 3.8.4-14
- (8e60507) Fix touchscreen in classic mode

* Wed Feb 05 2014 Julia Pikareva <julia.pikareva@rosalab.ru> 3.8.4-13
- (fb98abd) Increment counter release.

* Wed Feb 05 2014 Julia Pikareva <julia.pikareva@rosalab.ru> 3.8.4-12
- (52cb3b9) Bugfix wallpaper change from Firefox.
- (Aleksey Yermakov: a8dd350) Updated & enabled tray_in_overlay patch.

* Sat Jan 11 2014 Tigro <ashejn@gmail.com> 3.8.4-11
- (205b08e) do not apply tray patch as it break gnome-shell menu

* Fri Jan 10 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 3.8.4-10
- (5869f3d) Added patch to prevent losing of focus after suspend

* Wed Dec 18 2013 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.4-9
- (3974b23) Added patch to always show message tray in overlay.

* Tue Dec 10 2013 Tigro <ashejn@gmail.com> 3.8.4-8
- (55203a6) bump release

* Tue Dec 10 2013 Tigro <ashejn@gmail.com> 3.8.4-7
- (a6478ad) add some requires
- (Tigro: 4892a6f) drop obsolete depend



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22681 |14mu|gnome-shell-extensions-3.16.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:        Modify and extend GNOME Shell functionality and behavior
Name:           gnome-shell-extensions
Version:        3.16.2
Release:        2

Group:          Graphical desktop/GNOME
License:        GPLv2+ and BSD
URL:            http://live.gnome.org/GnomeShell/Extensions
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source1:        gnomerc-classic

BuildRequires:  desktop-file-utils
BuildRequires:  intltool
BuildRequires:  pkgconfig(gnome-desktop-3.0)
BuildRequires:  pkgconfig(libgtop-2.0)

Requires:       gnome-shell >= 3.15.90

BuildArch:      noarch

Obsoletes:	%{name}-systemMonitor < 3.15.91

%description
GNOME Shell Extensions is a collection of extensions providing additional and
optional functionality to GNOME Shell.

Enabled extensions:
  * alternate-tab
  * apps-menu
  * auto-move-windows
  * drive-menu
  * launch-new-instance
  * native-window-placement
  * places-menu
  * systemMonitor
  * user-theme
  * window-list
  * windowsNavigator
  * workspace-indicator
  * screenshot-window-sizer


#------------------------------------------------------------------------------

%package -n %{name}-common
Summary:        Files common to GNOME Shell Extensions
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       gnome-shell >= 3.12
# Dock extension no longer provides by GNOME Shell extensions >= 3.7.1
Obsoletes:      %{name}-dock < 3.7.1

%description -n %{name}-common
GNOME Shell Extensions is a collection of extensions providing additional and
optional functionality to GNOME Shell. Common files and directories needed by
extensions are provided here.

%files -n %{name}-common -f %{name}.lang
%doc COPYING NEWS README
%dir %{_datadir}/gnome-shell/extensions/

#------------------------------------------------------------------------------

%package -n gnome-classic-session
Summary:        GNOME "classic" mode session
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{name}-alternate-tab = %{version}-%{release}
Requires:       %{name}-apps-menu = %{version}-%{release}
#Requires:       %{name}-launch-new-instance = %{version}-%{release}
Requires:       %{name}-places-menu = %{version}-%{release}
Requires:       %{name}-window-list = %{version}-%{release}

Requires(post): desktop-common-data
Requires(postun): desktop-common-data

Provides:       gnome-panel = 3.6.2-7
Obsoletes:      gnome-panel < 3.6.2-7

%description -n gnome-classic-session
This package contains the required components for the GNOME Shell "classic"
mode, which aims to provide a GNOME 2-like user interface.

%files -n gnome-classic-session
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/*
%config(noreplace) %{_sysconfdir}/gnome/gnomerc-classic
%{_datadir}/gnome-session/sessions/gnome-classic.session
%{_datadir}/gnome-shell/modes/classic.json
%{_datadir}/gnome-shell/theme/*.svg
%{_datadir}/gnome-shell/theme/gnome-classic.css
%{_datadir}/gnome-shell/theme/gnome-classic-high-contrast.css
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.classic-overrides.gschema.xml
%{_bindir}/startgnome_classic

%post -n gnome-classic-session
if [ -d /etc/X11/dm/Sessions ]; then
    /usr/sbin/chksession -g
fi
if [ -d /usr/share/apps/kdm/sessions ]; then
    /usr/sbin/chksession -K
fi

%postun -n gnome-classic-session
if [ -d /etc/X11/dm/Sessions ]; then
    /usr/sbin/chksession -g
fi
if [ -d /usr/share/apps/kdm/sessions ]; then
    /usr/sbin/chksession -K
fi

#------------------------------------------------------------------------------

%package -n %{name}-alternate-tab
Summary:        Classic Alt+Tab behavior for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{name}-common = %{version}-%{release}

%description -n %{name}-alternate-tab
This GNOME Shell extension changes Alt+Tab to be window-based instead of
app-based.

%files -n %{name}-alternate-tab
%{_datadir}/gnome-shell/extensions/alternate-tab*/

#------------------------------------------------------------------------------

%package -n %{name}-screenshot-window-sizer
Summary:        Screenshot window sizer for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{name}-common = %{version}-%{release}

%description -n %{name}-screenshot-window-sizer
This GNOME Shell extension allows to easily resize windows for GNOME Software
screenshots.

%files -n %{name}-screenshot-window-sizer
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml
%{_datadir}/gnome-shell/extensions/screenshot-window-sizer*/

#------------------------------------------------------------------------------

%package -n %{name}-apps-menu
Summary:        Application menu for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{name}-common = %{version}-%{release}

%description  -n %{name}-apps-menu
This GNOME Shell extension adds a GNOME 2.x style menu for applications.

%files -n %{name}-apps-menu
%{_datadir}/gnome-shell/extensions/apps-menu*/

#------------------------------------------------------------------------------

%package -n %{name}-auto-move-windows
Summary:        Assign specific workspaces to applications in GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{name}-common = %{version}-%{release}

%description -n %{name}-auto-move-windows
This GNOME Shell extension enables easy workspace management. A specific
workspace can be assigned to each application as soon as it creates a window,
in a manner configurable with a GSettings key.

%files -n %{name}-auto-move-windows
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.auto-move-windows.gschema.xml
%{_datadir}/gnome-shell/extensions/auto-move-windows*/

#------------------------------------------------------------------------------

%package -n %{name}-drive-menu
Summary:        Drive status menu for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{name}-common = %{version}-%{release}

%description -n %{name}-drive-menu
This GNOME Shell extension provides a panel status menu for accessing and
unmounting removable devices.

%files -n %{name}-drive-menu
%{_datadir}/gnome-shell/extensions/drive-menu*/

#------------------------------------------------------------------------------

%package -n %{name}-launch-new-instance
Summary:        Always launch a new application instance for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{name}-common = %{version}-%{release}

%description  -n %{name}-launch-new-instance
This GNOME Shell extension modifies the behavior of clicking in the dash and
app launcher to always launch a new application instance.


%files -n %{name}-launch-new-instance
%{_datadir}/gnome-shell/extensions/launch-new-instance*/

#------------------------------------------------------------------------------

%package -n %{name}-native-window-placement
Summary:        Native window placement for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{name}-common = %{version}-%{release}

%description  -n %{name}-native-window-placement
This GNOME Shell extension provides additional configurability for the window
layout in the overview, including a mechanism similar to KDE4.

%files -n %{name}-native-window-placement
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.native-window-placement.gschema.xml
%{_datadir}/gnome-shell/extensions/native-window-placement*/

#------------------------------------------------------------------------------

%package -n %{name}-places-menu
Summary:        Places status menu for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{name}-common = %{version}-%{release}

%description -n %{name}-places-menu
This GNOME Shell extension add a system status menu for quickly navigating
places in the system.

%files -n %{name}-places-menu
%{_datadir}/gnome-shell/extensions/places-menu*/

#------------------------------------------------------------------------------

%package -n %{name}-user-theme
Summary:        Support for custom themes in GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{name}-common = %{version}-%{release}

%description -n %{name}-user-theme
This GNOME Shell extension enables loading a GNOME Shell theme from
~/.themes/<name>/gnome-shell/.

%files -n %{name}-user-theme
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.xml
%{_datadir}/gnome-shell/extensions/user-theme*/

#------------------------------------------------------------------------------

%package -n %{name}-window-list
Summary:        Display a window list at the bottom of the screen in GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{name}-common = %{version}-%{release}

%description -n %{name}-window-list
This GNOME Shell extension displays a window list at the bottom of the screen.


%files -n %{name}-window-list
%{_datadir}/gnome-shell/extensions/window-list*/
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-list.gschema.xml

#------------------------------------------------------------------------------

%package -n %{name}-windowsNavigator
Summary:        Support for keyboard selection of windows and workspaces in GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{name}-common = %{version}-%{release}

%description -n %{name}-windowsNavigator
This GNOME Shell extension enables keyboard selection of windows and workspaces
in overlay mode, by pressing the Alt and Ctrl key respectively.


%files -n %{name}-windowsNavigator
%{_datadir}/gnome-shell/extensions/windowsNavigator*/

#------------------------------------------------------------------------------

%package -n %{name}-workspace-indicator
Summary:        Workspace indicator for GNOME Shell
Group:          Graphical desktop/GNOME
License:        GPLv2+
Requires:       %{name}-common = %{version}-%{release}

%description -n %{name}-workspace-indicator
This GNOME Shell extension add a system status menu for quickly changing
workspaces.

%files -n %{name}-workspace-indicator
%{_datadir}/gnome-shell/extensions/workspace-indicator*/

#------------------------------------------------------------------------------

%prep
%setup -q


%build
%configure2_5x  --enable-extensions="all"
%make


%install
%makeinstall_std

# Drop useless example extension
rm -r %{buildroot}%{_datadir}/gnome-shell/extensions/example*/
rm %{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.example.gschema.xml

# helper script
mkdir -p %{buildroot}%{_bindir}
cat << EOF >%{buildroot}%{_bindir}/startgnome_classic
#!/bin/sh

if [ -x ~/.gnomerc ]; then
 exec ~/.gnomerc
else
 exec /etc/gnome/gnomerc-classic
fi
EOF
chmod 755 %{buildroot}%{_bindir}/startgnome_classic

# wmsession session file
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat << EOF > %{buildroot}%{_sysconfdir}/X11/wmsession.d/03GNOME_CLASSIC
NAME=GNOME Classic
ICON=gnome-logo-icon-transparent.png
DESC=GNOME 3 Classic Mode
EXEC=%{_bindir}/startgnome_classic
SCRIPT:
exec %{_bindir}/startgnome_classic
EOF

mkdir -p %{buildroot}%{_sysconfdir}/gnome
install -m755 %{SOURCE1} %{buildroot}%{_sysconfdir}/gnome/

rm -rf %{buildroot}%{_datadir}/xsessions/

%find_lang %{name}


%changelog

* Sat Jan 30 2016 Tigro <ashejn@gmail.com> 3.16.2-2
- (b788f33) launch new instance extension does not work with dash-to-dock extension

* Fri Jul 03 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (b655030) update to 3.16.2

* Wed Apr 15 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (116951d) update to 3.16.1

* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (2047d71) update to 3.16.0

* Tue Mar 17 2015 Tigro <ashejn@gmail.com> 3.15.92-1
- (6f55b9f) update to 3.15.92

* Wed Mar 11 2015 Tigro <ashejn@yandex-team.ru> 3.15.91-1
- (2e8c808) fix group name
- (Tigro: 45fe46e) pack files
- (Tigro: 062b399) drop systemMonitor subpackage
- (Tigro: 8e0be4f) update to 3.15.91

* Wed Mar 04 2015 Tigro <ashejn@yandex-team.ru> 3.12.2-4
- (bb8f4d8) clean up spec
- (Tigro: 8022918) another scheme to run classic mode. Fixes duplicate decoration and missing icons in GNOME Control Center

* Wed Aug 13 2014 Tigro <ashejn@gmail.com> 3.12.2-3
- (8270238) define env to start classic mode

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
- (e9f6127) MassBuild#440: Increase release tag

* Fri May 16 2014 Tigro <ashejn@gmail.com> 3.12.2-1
- (b7957ac) update to 3.12.2

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.0-1
- (8da498e) drop some packages
- (Tigro: ce8550b) update to 3.12.0

* Mon Feb 03 2014 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.4-4
- (f796ca1) Added patch for window list panel to appear on lowest monitor.

* Mon Nov 04 2013 Tigro <ashejn@gmail.com> 3.8.4-3
- (0134cb7) another rule
- (Tigro: 3be49e8) run session generation really and for gnome-classic-session package

* Sun Nov 03 2013 Tigro <ashejn@gmail.com> 3.8.4-2
- (13a355e) added post script
- (Tigro: b1990d3) drop xsessions directory

* Fri Sep 13 2013 Tigro <ashejn@gmail.com> 3.8.4-1
- (93b68ee) update to 3.8.4

* Mon Jul 22 2013 Alexander Kazancev <kazancas@gmail.com> 3.8.3.1-2
- (f551933) Add %{_bindir}/startgnome_classic
- (Alexander Kazancev: e74ee1c) fix spec
- (akdengi: 1534468) drop /usr/bin/startgnome_classic
- (akdengi: 0b8f51c) add /etc/X11/wmsession.d/03GNOME_CLASSIC

* Thu Jun 20 2013 root <root@localhost.localdomain> 3.8.3.1-1
- (9093769) sync to gnome38 branch

* Fri Dec 07 2012 Tigro <ashejn@gmail.com> 3.6.1-1
- (c6df33f) pack some files
- (Tigro: 712b743) update to 3.6.1

* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 3.2.0-2
- (05c373c) Automatic import for version 3.2.0-2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22682 |14mu|gnome-shell-extensions-desktop-shortcuts-0.1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-shell-extensions-desktop-shortcuts
Version:        0.1.2
Release:        7
Summary:        Gnome Shell extension allows you to add shortcuts to the desktop

Group:          Graphical desktop/GNOME
License:        GPLv3+
URL:            http://extensions.gnome.org
Source0:        https://abf.io/uxteam/%{name}-devel/archive/%{name}-devel-v%{version}.tar.gz
Patch0:		gnome-shell-extensions-desktop-shortcuts-devel-v0.1.2-gnome-shell-version.patch
BuildArch:      noarch
Requires:       gnome-shell


%description
Gnome Shell extension allows you to add shortcuts to the desktop.

%prep
%setup -qn %{name}-devel-v%{version}
%apply_patches


%build
# Nothing to build

%define extname DesktopShortcuts@rosalab.com
%define extdir %{buildroot}%{_datadir}/gnome-shell/extensions/%{extname}

%install
rm -rf %{buildroot}
mkdir -p %{extdir}
cp -r *  %{extdir}

%files
%defattr(-,root,root,-)
%{_datadir}/gnome-shell/extensions/%{extname}

%changelog

* Tue Mar 24 2015 Tigro <ashejn@yandex-team.ru> 0.1.2-7
- (43b3f01) update to work with gnome-shell 3.16



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22683 |14mu|gnome-shell-extensions-win-key-for-help-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-shell-extensions-win-key-for-help
Version:        1.0.0
Release:        1
Summary:        Gnome Shell extension showing a list of hot keys when Win key holding down

Group:          Graphical desktop/GNOME
License:        GPLv3+
Url:				 https://github.com/belonesox/win-key-for-help-gnome-shell-extension
Source0:	       https://github.com/belonesox/win-key-for-help-gnome-shell-extension/archive/v%{version}.tar.gz
BuildArch:      noarch
Requires:       gnome-shell
Requires:       mutter

%description
Gnome Shell extension showing a list of hot keys when Win key holding down.

%files
%{_datadir}/gnome-shell/extensions/*

%prep
%setup -qn win-key-for-help-gnome-shell-extension-%{version}
%apply_patches

%build

%install
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/
cp -r .  %{buildroot}%{_datadir}/gnome-shell/extensions/win-key-for-help-gnome-shell-extension@belonesox.github.com 
%changelog

* Tue Dec 22 2015 Stas Fomin <stas-fomin@yandex.ru> 1.0.0-1
- (db8ce4d) move sources to github



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22684 |14mu|gnome-shell-rosa-extensions-3.16.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-shell-rosa-extensions
Version:        3.16.0.6
Release:        1
Summary:        A gnome-shell extensions used in ROSA GNOME Desktop

Group:          Graphical desktop/GNOME
License:        GPLv3+
URL:            http://extensions.gnome.org
Source0:        %{name}-%{version}.tar.xz
BuildArch:      noarch
Requires:       gnome-shell >= 3.16.0


%description
This package contains GNOME Shell extensions from http://extensions.gnome.org:

dash-to-dock@micxgx.gmail.com
SkypeNotification@chrisss404.gmail.com
openweather-extension@jenslody.de

%prep
%setup -q


%build
# Nothing to build


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_sysconfdir}/skel/.local/share/gnome-shell/extensions/
cp -r *@*  %{buildroot}%{_sysconfdir}/skel/.local/share/gnome-shell/extensions/

%files
%defattr(-,root,root,-)
%dir %attr(0700, root, root) %{_sysconfdir}/skel/.local
%dir %attr(0700, root, root) %{_sysconfdir}/skel/.local/share
%{_sysconfdir}/skel/.local/share/gnome-shell/extensions/*

%changelog

* Thu Feb 18 2016 Tigro <ashejn@gmail.com> 3.16.0.6-1
- (15abb12) update Skype extension, set default icon size in dock to 64



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22685 |14mu|gnome-shell-rosa-hotkeys-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           gnome-shell-rosa-hotkeys
Version:        1.0.0
Release:        1
Summary:        Windows-like desktop hotkeys for GNOME Shell

Group:          Graphical desktop/GNOME
License:        GPLv3+
Url:				 https://github.com/belonesox/win-hotkeys-gnome-shell-extension
Source0:	       https://github.com/belonesox/win-hotkeys-gnome-shell-extension/archive/v%{version}.tar.gz

BuildArch:      noarch
Requires:       gnome-shell


%description
This package contains GNOME Shell extension
implementing familiar (Windows-like) desktop hotkeys.

%prep
%setup -qn win-hotkeys-gnome-shell-extension-%{version}


%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/
cp -r .  %{buildroot}%{_datadir}/gnome-shell/extensions/win-hotkeys-gnome-shell-extension@belonesox.github.com 

%files
%defattr(-,root,root,-)
%{_datadir}/gnome-shell/extensions/*

%changelog

* Mon Dec 21 2015 belonesox <stas-fomin@yandex.ru> 1.0.0-1
- (c3f340e) Merge pull request #1 from belonesox/gnome-shell-rosa-hotkeys:rosa2014.1
- (c3f340e) porting to GNOME Shell 3.16



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22686 |14mu|gnome-shell-theme-korora-0.5-1.20150716git939ecf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global theme    Korora
%global daterev 20150716git939ecf

Summary:	%{theme} theme for Gnome Shell
Name:		gnome-shell-theme-korora
Version:	0.5
Release:	1.%{daterev}

Group:		Graphical desktop/Other
License:	GPLv2
URL:		https://github.com/kororaproject/kp-gnome-shell-theme-korora
Source0:	%{name}-%{version}-%{daterev}.tar.xz
# set 11pt for main font
Patch0:		gnome-shell-theme-korora-0.5-change-font-size.patch
# black background for dock
Patch1:		gnome-shell-theme-korora-0.5-black-background-for-dock.patch

BuildArch:	noarch

%description
The %{theme} theme for GNOME Shell.

%prep
%setup -q
%apply_patches

%install
mkdir -p -m755 %{buildroot}%{_datadir}/themes/%{theme}/gnome-shell
cp -pr gnome-shell/* %{buildroot}%{_datadir}/themes/%{theme}/gnome-shell

%files
%defattr(-,root,root)
%dir %{_datadir}/themes/%{theme}
%{_datadir}/themes/%{theme}/gnome-shell/


%changelog

* Tue Jan 19 2016 Tigro <ashejn@gmail.com> 0.5-1.20150716git939ecf
- (6d3d06e) clean up spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22687 |14mu|gnome-sound-recorder-3.16.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		gnome-sound-recorder
Version:	3.16.0
Release:	2
Summary:	A simple, modern sound recorder
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
URL:		https://wiki.gnome.org/Apps/Polari
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.35.9
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.9.12
BuildRequires:	gsettings-desktop-schemas
BuildRequires:	desktop-file-utils
Obsoletes:	gnome-media
Requires:	gsettings-desktop-schemas

BuildArch:	noarch

%description
A simple, modern sound recorder for the GNOME desktop.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

#fix missing cap
sed -i '1s@.*@#!/usr/bin/gjs@' \
	%{buildroot}%{_datadir}/%{name}/org.gnome.SoundRecorder

find %{buildroot} -name '*.la' -delete

%find_lang %{name}

%files -f %{name}.lang
%doc NEWS
%{_bindir}/%{name}
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/%{name}
%{_datadir}/applications/org.gnome.SoundRecorder.desktop
%{_iconsdir}/*/*/*/*
%{_datadir}/appdata/*.xml


%changelog

* Sat Jan 30 2016 Arkady Shane <ashejn@gmail.com> 3.16.0-2
- (2f6017f) fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22688 |14mu|gnome-sudoku-3.17.90-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define _appdatadir %{_datadir}/appdata

Name:           gnome-sudoku
Epoch:          1
Version:        3.17.90
Release:        1
Summary:        GNOME Sudoku game

License:        GPLv2+ and CC-BY-SA
Group:		    Games/Other
Url:            http://projects.gnome.org/gnome-games/
Source0:        http://download.gnome.org/sources/gnome-sudoku/%{url_ver}/gnome-sudoku-%{version}.tar.xz
Source100:	gnome-sudoku.rpmlintrc

BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(pygobject-3.0)
BuildRequires:  pkgconfig(python-2.7)
BuildRequires:  pkgconfig(gee-0.8)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(qqwing) >= 1.3.4
BuildRequires:  pkgconfig(json-glib-1.0)
BuildRequires:	appstream-util
BuildRequires:	desktop-file-utils

Requires:       gtk+3.0
# fix http://bugs.rosalinux.ru/show_bug.cgi?id=2826
Requires:       python3-gi-cairo

Obsoletes: gnome-games < 3.7.92

%description
GNOME version of the popular Sudoku Japanese logic game.

%files -f %{name}.lang
%doc COPYING NEWS
%{_bindir}/gnome-sudoku
%{_datadir}/applications/gnome-sudoku.desktop
%{_datadir}/gnome-sudoku
%{_datadir}/icons/hicolor/*/apps/gnome-sudoku*.*
%{_mandir}/man6/gnome-sudoku.6*
%{_appdatadir}/gnome-sudoku.appdata.xml
%{_datadir}/glib-2.0/schemas/org.gnome.sudoku.gschema.xml
#--------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make


%install
%makeinstall_std
%find_lang %{name} --with-gnome

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-sudoku.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml





%changelog

* Sat Sep 05 2015 abfonly <abfonly@gmail.com> 1:3.17.90-1
- (e7965af) Merge pull request #1 from abfonly/gnome-sudoku:gnome316
- (e7965af) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22689 |14mu|gnome-system-monitor-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Simple process monitor
Name:		gnome-system-monitor
Version:	3.16.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool >= 0.41.0 itstool
BuildRequires:	pkgconfig(giomm-2.4) >= 2.27
BuildRequires:	pkgconfig(glib-2.0) >= 2.28.0
BuildRequires:	pkgconfig(glibmm-2.4) >= 2.27
BuildRequires:	pkgconfig(gnome-icon-theme) >= 2.31
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:	pkgconfig(gtkmm-3.0) >= 2.99
BuildRequires:	pkgconfig(libgtop-2.0) >= 2.28.2
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.12
BuildRequires:	pkgconfig(libwnck-3.0) >= 2.91.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.0
BuildRequires:  pkgconfig(libsystemd-daemon) >= 38
BuildRequires:  pkgconfig(libsystemd-login) >= 38
Requires:	polkit-agent
%ifnarch %arm %mips
Requires: lsb-release
%endif

%description
Gnome-system-monitor is a simple process and system monitor.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-scrollkeeper \
	--enable-systemd

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std
%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc README NEWS AUTHORS
%{_bindir}/gnome-system-monitor
%{_libdir}/gnome-system-monitor/gsm-kill
%{_libdir}/gnome-system-monitor/gsm-renice
%{_datadir}/applications/*
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.gschema.xml
%{_datadir}/polkit-1/actions/org.gnome.gnome-system-monitor.policy
%{_datadir}/appdata/gnome-system-monitor.appdata.xml

%changelog

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (4f35835) update to 3.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22690 |14mu|gnome-taquin-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           gnome-taquin
Version:        3.16.2
Release:        1
Summary:        Sliding-block puzzle game

License:        GPLv3+ and GPLv2+ and CC-BY-SA
Group:		Games/Other
URL:            https://wiki.gnome.org/Apps/Taquin
Source0:        http://download.gnome.org/sources/gnome-taquin/%{url_ver}/gnome-taquin-%{version}.tar.xz

BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.15
BuildRequires:  pkgconfig(librsvg-2.0)
BuildRequires:  pkgconfig(libcanberra-gtk3)

BuildRequires:  desktop-file-utils
BuildRequires:  intltool
BuildRequires:  itstool


%description
Taquin is a computer version of the 15-puzzle and other sliding puzzles.
The object of Taquin is to move tiles so that they reach their places, 
either indicated with numbers, or with parts of a great image.

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std
%find_lang %{name} --with-gnome
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.taquin.desktop


%files -f %{name}.lang
%doc AUTHORS NEWS COPYING COPYING.sounds COPYING.themes
%{_bindir}/gnome-taquin
%{_datadir}/appdata/org.gnome.taquin.appdata.xml
%{_datadir}/applications/org.gnome.taquin.desktop
%{_datadir}/dbus-1/services/org.gnome.taquin.service
%{_datadir}/glib-2.0/schemas/org.gnome.taquin.gschema.xml
%{_datadir}/gnome-taquin
%{_datadir}/icons/*/*/apps/gnome-taquin*
%{_mandir}/man6/gnome-taquin.6.*


%changelog

* Tue Feb 02 2016 Tigro <ashejn@gmail.com> 3.16.2-1
- (899fd3a) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22691 |14mu|gnome-terminal-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	GNOME terminal
Name:		gnome-terminal
Version:	3.16.2
Release:	1

License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

Patch0:		0001-build-Don-t-treat-warnings-as-errors.patch

#Patch100:	gnome-terminal-restore-transparency.patch
Patch101:	gnome-terminal-restore-dark.patch
Patch102:	gnome-terminal-command-notify.patch

Patch150:	gnome-terminal-3.16.1-russian-for-dark-theme.patch
Patch151:	gnome-terminal-3.16.0-menu-accelerator-enabled-false.patch

BuildRequires:	gnome-doc-utils-devel
BuildRequires:	intltool itstool
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	appdata-tools
BuildRequires:	libice-devel
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(vte-2.91) >= 0.40.2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(dconf)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(libnautilus-extension)
BuildRequires:	pkgconfig(vapigen)
BuildRequires:	scrollkeeper
BuildRequires:	gnome-shell
BuildRequires:	yelp-tools

%description
This is the GNOME terminal emulator application.

%prep
%setup -q
%apply_patches

%build
autoreconf -f -i
%configure2_5x \
	--with-nautilus-extension \
	--with-gtk=3.0

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS NEWS HACKING
%{_bindir}/*
%{_libdir}/gnome-terminal*
%{_datadir}/applications/*
%{_datadir}/dbus-1/services/org.gnome.Terminal.service
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml
%{_libdir}/nautilus/extensions-3.0/*
%{_datadir}/appdata/*.appdata.xml
%{_datadir}/gnome-shell/search-providers/gnome-terminal-search-provider.ini

%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (abe80c3) bump vte version
- (Tigro: 2241c8b) update to 3.16.2

* Mon Apr 13 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (522802d) update translation patch
- (Tigro: 3871b0b) update to 3.16.1

* Thu Mar 26 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-2
- (f872ba8) drop override file
- (Tigro: 6c3e9f5) drop override scheme file

* Thu Mar 26 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-1
- (f567c1d) set menu-accelerator-enabled to false
- (Tigro: b1f1837) use dark theme by default
- (Tigro: 9fea625) bump vte version
- (Tigro: c6f44cb) disable  gnome-terminal-restore-transparency.patch and enable translation patch
- (Tigro: ebd7fc1) update to 3.16.0

* Fri Mar 20 2015 Tigro <ashejn@yandex-team.ru> 3.15.92-2
- (afec422) set menu-accelerator-enabled=false

* Thu Mar 19 2015 Tigro <ashejn@yandex-team.ru> 3.15.92-1
- (d2d23f7) fix typo
- (Tigro: fa0b691) drop release
- (Tigro: c4d8146) redefine depends and pack files
- (Tigro: a68c9cc) update to 3.15.92

* Thu Mar 19 2015 Tigro <ashejn@yandex-team.ru> 3.15.90-1
- (1b9f904) added BR: vte-2.91
- (Tigro: f5cc56a) update to 3.15.90

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-2
- (e87e154) MassBuild#440: Increase release tag

* Fri May 16 2014 Tigro <ashejn@gmail.com> 3.12.2-1
- (305fc47) update to 3.12.2

* Tue May 06 2014 Tigro <ashejn@gmail.com> 3.12.1-1
- (521b046) fix path
- (Tigro: 38217c7) pack files
- (Tigro: c276a1c) added BR: pkgconfig(libnautilus-extension)
- (Tigro: ecac2ef) added BR: gnome-shell
- (Tigro: a3da0e6) added BR: appdata-tools
- (Tigro: 9aa3a52) update to 3.12.1

* Mon Feb 17 2014 Tigro <ashejn@gmail.com> 3.8.4-2
- (e1a0135) update help translation, not terminal
- (Tigro: fc02f05) update Russian translation

* Thu Sep 05 2013 Tigro <ashejn@gmail.com> 3.8.4-1
- (bbeadaf) build with vte3 package
- (Tigro: f26fd0f) update to 3.8.4

* Thu Jun 20 2013 root <root@localhost.localdomain> 3.8.3-1
- (3bd866d) sync to gnome38 branch

* Fri Oct 19 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 3.6.1-1
- (c4b7c15) LOG update to 3.6.1

* Fri Oct 05 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 3.6.0-1
- (b6c9423) update to 3.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22692 |14mu|gnome-tetravex-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           gnome-tetravex
Version:        3.16.0
Release:        1
Summary:        GNOME Tetravex game

License:        GPLv2+ and CC-BY-SA
Group:		Games/Other
URL:            https://live.gnome.org/Tetravex
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(librsvg-2.0)

Obsoletes: gnome-games-extra < 3.7.92
Obsoletes: gnome-games < 3.7.92
Obsoletes: gnotravex < 3.7.92
Provides: gnotravex = %{EVRD}

%description
A puzzle game where you have to match a grid of tiles together. The skill
level ranges from the simple two by two up to the seriously mind-bending six
by six grid.

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-gnome


%files -f %{name}.lang
%doc COPYING
%{_bindir}/gnome-tetravex
%{_datadir}/applications/gnome-tetravex.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.tetravex.gschema.xml
%{_datadir}/icons/hicolor/*/apps/gnome-tetravex.*
%{_datadir}/icons/HighContrast/*/apps/gnome-tetravex.*
%{_mandir}/man6/gnome-tetravex.6*
%{_datadir}/appdata/gnome-tetravex.appdata.xml

%changelog

* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (40dd732) update to 3.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22693 |14mu|gnome-themes-standard-3.16.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d. -f1,2)

Name:		gnome-themes-standard
Version:	3.16.2
Release:	4
Summary:	Standard themes for GNOME applications
Group:		Graphical desktop/GNOME
License:	LGPLv2+
URL:		http://git.gnome.org/browse/gnome-themes-standard
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/%{url_ver}/%{name}-%{version}.tar.xz
Source1:	settings.ini
Source2:	gtkrc

BuildRequires:	intltool
BuildRequires:	libxml2-utils
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	gtk-update-icon-cache
Requires:	gnome-icon-theme
Requires:	abattis-cantarell-fonts
Requires:	adwaita-icon-theme
Requires:	adwaita-cursor-theme
Requires:	adwaita-gtk2-theme = %{version}-%{release}

%rename		gnome-themes

%description
The gnome-themes-standard package contains the standard theme for the GNOME
desktop, which provides default appearance for cursors, desktop background,
window borders and GTK+ applications.

%package -n adwaita-gtk2-theme
Summary:	Adwaita gtk2 theme
Group:		Graphical desktop/GNOME

%description -n adwaita-gtk2-theme
The adwaita-gtk2-theme package contains a gtk2 theme for presenting widgets
with a GNOME look and feel.

%package -n adwaita-gtk3-theme
Summary:	Adwaita gtk3 theme
Group:		Graphical desktop/GNOME

%description -n adwaita-gtk3-theme
The adwaita-gtk3-theme package contains a gtk3 theme for rendering widgets
with a GNOME look and feel.

%prep
%setup -q

%build
%configure2_5x 
%make

%install
%makeinstall_std

# we don't want these
rm -rf %{buildroot}%{_libdir}/gtk-3.0/3.0.0/theming-engines/libadwaita.la

install -Dpm644 %{SOURCE1} %{buildroot}%{_sysconfdir}/gtk-3.0/settings.ini
install -Dpm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/gtk-2.0/gtkrc

%post
touch --no-create %{_datadir}/icons/Adwaita &>/dev/null || :
for t in Adwaita HighContrast; do
    touch --no-create %{_datadir}/icons/$t &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
done

%postun
if [ $1 -eq 0 ] ; then
    for t in Adwaita HighContrast; do
        touch --no-create %{_datadir}/icons/$t &>/dev/null
        gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
    done
fi

%posttrans
for t in Adwaita HighContrast; do
  gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
done

%files
%doc NEWS README

# Background and WM
%{_datadir}/themes/Adwaita
%exclude %{_datadir}/themes/Adwaita/gtk-2.0

# A11y themes
%{_datadir}/icons/HighContrast
%{_datadir}/themes/HighContrast

%files -n adwaita-gtk2-theme
# gtk2 Theme
%{_datadir}/themes/Adwaita/gtk-2.0
%{_libdir}/gtk-2.0/2.10.0/engines/libadwaita.so

# Default gtk2 settings
%{_sysconfdir}/gtk-2.0/gtkrc

%files -n adwaita-gtk3-theme
# Default gtk3 settings
%{_sysconfdir}/gtk-3.0/settings.ini


%changelog

* Mon Jan 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.16.2-4
- (395a700) Add default font settings



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22694 |14mu|gnome-tweak-tool-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d "." -f -2)

Name:		gnome-tweak-tool
Version:	3.16.2
Release:	1
Summary:	A tool to customize advanced GNOME 3 options
Group:		Graphical desktop/GNOME
License:	GPLv3
URL:		http://live.gnome.org/GnomeTweakTool
Source0:	ftp://ftp.gnome.org/pub/gnome/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		gnome-tweak-tool-3.12.0-categories-for-g-c-c.patch
Patch1:		gnome-tweak-tool-3.15.90-autostart.patch
BuildArch:	noarch

BuildRequires:	desktop-file-utils
BuildRequires:	GConf2
BuildRequires:	intltool
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	pkgconfig(gtk+-3.0)

Requires:	gnome-shell
Requires:	python-gi

%description
GNOME Tweak Tool is an application for changing the advanced settings
of GNOME 3.

Features:
* Install and switch gnome-shell themes
* Switch GTK+ themes
* Switch icon themes
* Change
  - The user-interface and title bar fonts
  - Icons in menus and buttons
  - Behavior on laptop lid close
  - Shell font size
  - File manager desktop icons
  - Title bar click action
  - Shell clock to show date
  - Font hinting
  - Font anti-aliasing

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--build=%{_host}

%make

%install
%makeinstall_std

sed -i '/OnlyShowIn/s@Pantheon;@@g' $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

desktop-file-install --delete-original			\
  --dir $RPM_BUILD_ROOT%{_datadir}/applications		\
  --add-category="DesktopSettings"			\
  --add-category="X-GNOME-Settings-Panel"		\
  --add-category="X-GNOME-PersonalSettings"		\
  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/%{name}
%{_libexecdir}/gnome-tweak-tool-lid-inhibitor
%{python_sitelib}/gtweak
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/icons/*/*/*/*
%{_datadir}/appdata/gnome-tweak-tool.appdata.xml


%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (76feb11) pack files
- (Tigro: c944137) update to 3.16.2

* Mon Apr 20 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (fa49343) update to 3.16.1

* Wed Mar 25 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-1
- (41609e3) update to 3.16.0

* Tue Mar 17 2015 Tigro <ashejn@gmail.com> 3.15.92-1
- (bbe820d) update to 3.15.92

* Tue Mar 10 2015 Tigro <ashejn@yandex-team.ru> 3.15.90-1
- (1fef94d) update to 3.15.90

* Fri Feb 13 2015 Tigro <ashejn@yandex-team.ru> 3.12.0-6
- (749e367) try to fix https://bugs.launchpad.net/ubuntu/+source/gnome-tweak-tool/+bug/1316289

* Tue Nov 18 2014 Tigro <ashejn@gmail.com> 3.12.0-5
- (902f639) change russian name

* Sat Oct 25 2014 Tigro <ashejn@gmail.com> 3.12.0-4
- (402bc9d) drop Pantheon from OnlyShowIn
- (Tigro: c743cf2) validate desktop file
- (Tigro: ee512c3) added some groups for control center

* Wed Oct 15 2014 Tigro <ashejn@gmail.com> 3.12.0-3
- (49bb821) added tweak tool into gnome control center

* Wed Oct 15 2014 Tigro <ashejn@gmail.com> 3.12.0-2
- (d0b29d7) drop old sources
- (Alex Burmashev: 1b28495) MassBuild#440: Increase release tag

* Tue May 06 2014 Tigro <ashejn@gmail.com> 3.12.0-1
- (43af64e) pack file
- (Tigro: 45e2f0e) added BR for gtk+
- (Tigro: 0d597fb) update to 3.12.0

* Fri Feb 14 2014 akdengi <alexander.kazancev@rosalab.ru> 3.8.1-1
- (060f042) update to 3.8.1

* Thu Nov 28 2013 Tigro <ashejn@gmail.com> 3.8.0-7
- (b535aca) update russian translations

* Tue Oct 29 2013 Ural Mullabaev <ural.mullabaev@rosalab.ru> 3.8.0-6
- (ba408b9) Added patch to increase size of comboboxes in the Typing tab

* Mon Oct 28 2013 Tigro <ashejn@gmail.com> 3.8.0-5
- (9d6feee) drop another line
- (Tigro: a13fcf7) fix release and drop ru.po

* Mon Oct 28 2013 Tigro <ashejn@gmail.com> 3.8.0-45
- (c272d77) enable resize function for tweak tool window

* Mon Oct 28 2013 Tigro <ashejn@gmail.com> 3.8.0-3
- (00a6d2d) drop old files
- (Tigro: a6d9990) Add patch to allow pref.js for system extensions (thanks to Ralph Bean)

* Thu Jun 20 2013 root <root@localhost.localdomain> 3.8.0-2
- (4db69c1) sync to gnome38 branch

* Fri Feb 08 2013 Tigro <ashejn@gmail.com> 3.6.1-3
- (ca0880f) Drop lid close configuration options that are now handled by systemd

* Thu Feb 07 2013 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.6.1-2
- (fdbf917) Added src file
- (Aleksey Yermakov: ef34d08) Changed icon theme verification mechanics to more compatable method.

* Tue Oct 30 2012 Arkady Shane <ashejn@gmail.com> 3.6.1-1
- (50d7a62) update to 3.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22695 |14mu|gnome-user-docs-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	GNOME User Documentation
Name:		gnome-user-docs
Version:	3.16.1
Release:	1

License:	GFDL
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Group:		Books/Other
Url:		http://www.gnome.org/

BuildRequires: itstool
BuildRequires: xsltproc
BuildRequires: pkgconfig(gnome-doc-utils)

BuildArch:	noarch

%description
This package contains the GNOME Glossary, Introduction to GNOME, and a Unix
Primer.

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

%files 
#FIXME: find-lang can't deal with %{_datadir}/help
#-f gnome-help.lang
%doc README NEWS
%{_datadir}/help/C/*
%lang(cs) %{_datadir}/help/cs/gnome-help
%lang(ca) %{_datadir}/help/ca/gnome-help
%lang(de) %{_datadir}/help/de/gnome-help
%lang(el) %{_datadir}/help/el/gnome-help
%lang(es) %{_datadir}/help/es/gnome-help
%lang(fi) %{_datadir}/help/fi/gnome-help
%lang(fr) %{_datadir}/help/fr/gnome-help
%lang(gl) %{_datadir}/help/gl/gnome-help
%lang(hi) %{_datadir}/help/hi/gnome-help
%lang(hu) %{_datadir}/help/hu/gnome-help
%lang(id) %{_datadir}/help/id/gnome-help
%lang(it) %{_datadir}/help/it/gnome-help
%lang(ja) %{_datadir}/help/ja/gnome-help
%lang(lv) %{_datadir}/help/lv/gnome-help
%lang(nl) %{_datadir}/help/nl/gnome-help
%lang(pa) %{_datadir}/help/pa/gnome-help
%lang(pt_BR) %{_datadir}/help/pt_BR/gnome-help
%lang(ru) %{_datadir}/help/ru/gnome-help
%lang(sl) %{_datadir}/help/sl/gnome-help
%lang(sr) %{_datadir}/help/sr/gnome-help
%lang(sr@latin) %{_datadir}/help/sr@latin/gnome-help
%lang(sv) %{_datadir}/help/sv/gnome-help
%lang(te) %{_datadir}/help/te/gnome-help
%lang(vi) %{_datadir}/help/vi/gnome-help
%lang(ta) %{_datadir}/help/ta/gnome-help
%lang(zh_CN) %{_datadir}/help/zh_CN/gnome-help
%lang(mr) %{_datadir}/help/mr/gnome-help
%lang(kn) %{_datadir}/help/kn/gnome-help
%lang(gu) %{_datadir}/help/gu/gnome-help
%lang(as) %{_datadir}/help/as/gnome-help

%changelog

* Wed Apr 15 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (3e78748) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22696 |14mu|gnome-vfs2-2.24.4-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

%define pkgname gnome-vfs
%define api 2
%define major 0
%define libname %mklibname %{name}_ %{major}
%define devname %mklibname %{name} -d

Summary:	GNOME virtual file-system libraries
Name:		%{pkgname}%{api}
Version:	2.24.4
Release:	14
License:	GPLv2+ and LGPLv2.1+
Group:		Graphical desktop/GNOME
Url:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.bz2
Patch0:		gnome-vfs-2.24.4-docbook-dtd45.patch
# (gw) 2.6.0-1mdk set default web browser
Patch5:		gnome-vfs-2.8.2-webclient.patch
# (fc) 2.8.2-1mdk handle about: url (Fedora)
Patch8:		gnome-vfs-2.7.90-schema_about_for_upstream.patch
# (fc) 2.8.3-5mdk support pamconsole mount option (Fedora)
Patch10:	gnome-vfs-2.24.1-console-mount-opt.patch
# (fc) 2.17.91-2mdv replace references to gnomemeeting with ekiga
Patch11:	gnome-vfs-2.17.91-fixh323.patch
# (fc) 2.17.91-3mdv allow OnlyShowIn=KDE .desktop to be used when running under KDE (Mdv bug #26999)
Patch12:	gnome-vfs-2.17.91-onlyshow.patch
# (fc) 2.18.0.1-2mdv fix crash when fstab is being edited (Ubuntu) (GNOME bug #300547)
Patch13:	gnome-vfs-2.20.0-fstab-edit-crash.patch
# (fc) 2.18.0.1-2mdv fix uuid and label mount point duplication (initial idea from Ubuntu bug #57701) (Mdv bug #32792)
Patch14:	gnome-vfs-2.20.0-uuid-label-mount.patch
# (fc) 2.18.0.1-2mdv resolve mount point fstab symlinks (Ubuntu)
Patch15:	gnome-vfs-2.20.0-resolve-fstab-symlinks.patch
# (fc) 2.24.2-3mdv add default media player schema (GNOME bug #435653) (Fedora)
Patch16:	gnome-vfs-2.24.2-default-media-application-schema.patch
# (fc) 2.24.2-3mdv ensure mailto evolution command is a mailer (RH bug #197868) (Fedora)
Patch17:	gnome-vfs-2.15.91-mailto-command.patch
# (fc) 2.24.2-3mdv fix dbus error (Fedora bug #486286) (Fedora)
Patch18:	gnome-vfs-2.24.xx-utf8-mounts.patch
# (fc) CVE-2009-2473 gnome-vfs2 embedded neon: billion laughs DoS attacck (Fedora)
Patch19:	gnome-vfs-2.24.3-CVE-2009-2473.patch

BuildRequires:	docbook-dtd45-xml
BuildRequires:	gawk
BuildRequires:	GConf2
BuildRequires:	gnome-mime-data
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	acl-devel
BuildRequires:	bzip2-devel
BuildRequires:	fam-devel
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0) >= 1.1.1
BuildRequires:	pkgconfig(glib-2.0) >= 2.9.3
BuildRequires:	pkgconfig(libssl)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	perl-XML-Parser
Requires:	%{libname} = %{EVRD}
Requires:	dbus-x11
Requires:	shared-mime-info
# needed for www-browser
Requires:	desktop-common-data
Requires:	gnome-mime-data >= 2.0.0
Requires(post,preun):	GConf2 >= 1.1.1
Conflicts:	%{_lib}gnome-vfs2_0 < 2.24.4-5

%description
The GNOME Virtual File System provides an abstraction to common file
system operations like reading, writing and copying files, listing
directories and so on.  It is similar in spirit to the Midnight
Commander's VFS (as it uses a similar URI scheme) but it is designed
from the ground up to be extensible and to be usable from any
application.

%files -n %{name} -f %{pkgname}-2.0.lang
%doc AUTHORS NEWS README
%config(noreplace) %{_sysconfdir}/%{pkgname}-*
%config(noreplace) %{_sysconfdir}/gconf/schemas/*
%{_bindir}/*
%{_datadir}/dbus-1/services/*.service
%dir %{_libdir}/%{pkgname}-2.0
%dir %{_libdir}/%{pkgname}-2.0/modules
%{_libdir}/%{pkgname}-2.0/modules/*.so
%{_libexecdir}/gnome-vfs-daemon

%define schemas desktop_default_applications desktop_gnome_url_handlers system_dns_sd system_http_proxy system_smb

%preun
%preun_uninstall_gconf_schemas %{schemas}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GNOME virtual file-system shared library
Group:		System/Libraries

%description -n %{libname}
The GNOME Virtual File System provides an abstraction to common file
system operations like reading, writing and copying files, listing
directories and so on.

This package contains the main GNOME VFS libraries, which is required
by the basic GNOME 2 system.

%files -n %{libname}
%{_libdir}/libgnomevfs-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and include files for gnome-vfs
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The GNOME Virtual File System provides an abstraction to common file
system operations like reading, writing and copying files, listing
directories and so on.

This package includes libraries and header files for developing
GNOME VFS applications.

%files -n %{devname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/gnome-vfs*2.0/*
%dir %{multiarch_includedir}/gnome-vfs-2.0
%dir %{multiarch_includedir}/gnome-vfs-2.0/libgnomevfs
%{multiarch_includedir}/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h
%{_libdir}/*.so
%{_libdir}/%{pkgname}-*/include
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{pkgname}-%{version}
%apply_patches

# this is a hack for glib2.0 >= 2.31.0
sed -i -e 's/-DG_DISABLE_DEPRECATED//g' \
	./daemon/Makefile.* \
	./libgnomevfs/Makefile.*

%build
%configure2_5x \
	--enable-gtk-doc=yes \
%if %{with selinux}
	--enable-selinux \
%else
	--disable-selinux \
%endif
	--disable-hal \
	--disable-static

%make

%install
%makeinstall_std

# multiarch policy
%multiarch_includes %{buildroot}%{_includedir}/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h

# we ship our own files in drakconf and drakwizard
rm -f %{buildroot}%{_sysconfdir}/gnome-vfs-2.0/vfolders/{system,server}-settings.vfolder-info

# don't package these
rm -f %{buildroot}%{_libdir}/%{pkgname}-*/modules/*a
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print

%find_lang %{pkgname}-2.0


%changelog

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.24.4-14
- (c446fa5) Add patch to fix build with docbook-dtd45



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22697 |14mu|gnome-weather-3.17.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define _appdatadir %{_datadir}/appdata
# if we need tests package enable here.Sflo
%define with_tests 0

Name:		gnome-weather
Version:	3.17.1
Release:	2
Summary:	A weather application for GNOME

License:	GPLv2+ and LGPLv2+ and MIT and CC-BY and CC-BY-SA
Group:		Graphical desktop/GNOME
URL:		https://live.gnome.org/Design/Apps/Weather
Source0:	http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source100:	gnome-weather.rpmlintrc
# patch from stella/centos
Patch0:		0001-Fix-desktop-file-keywords-translations.patch

BuildRequires:	gjs
BuildRequires:	intltool
BuildRequires:	pkgconfig(gjs-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	gnome-common
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gweather-3.0) >= %{version}
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.35.9
BuildRequires:	appstream-util
BuildRequires:	desktop-file-utils

Requires:	typelib(GWeather)
Requires:	typelib(GIRepository)
Requires:	typelib(GLib)
Requires:	typelib(GWeather)
Requires:	typelib(Gtk) = 3.0
Requires:	typelib(cairo)
Requires:	gjs
Requires:	%{_lib}pango1.0_0
Requires:	%{_lib}gtk+3_0
Requires:	%{_lib}glib2.0_0
Requires:	%{_lib}gobject2.0_0

BuildArch:	noarch

%description
gnome-weather is a weather application for GNOME

%files -f org.gnome.Weather.lang
%doc NEWS data/CREDITS COPYING
%{_bindir}/%{name}
%{_datadir}/applications/org.gnome.Weather.Application.desktop
%{_datadir}/dbus-1/services/org.gnome.Weather.Application.service
%{_datadir}/dbus-1/services/org.gnome.Weather.BackgroundService.service
%{_datadir}/glib-2.0/schemas/org.gnome.Weather.Application.gschema.xml
%dir %{_datadir}/gnome-shell/
%dir %{_datadir}/gnome-shell/search-providers/
%{_datadir}/gnome-shell/search-providers/org.gnome.Weather.Application.search-provider.ini
%{_datadir}/icons/*/*/*/*
%{_datadir}/org.gnome.Weather/*
%{_appdatadir}/*.xml

#------------------------------------------------------
%if %{with_tests}
%package tests
Summary:	Tests for the gnome-weather package
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description tests
The gnome-weather-tests package contains tests that can be used to verify
the functionality of the installed gnome-weather package.

%files tests
%doc NEWS data/CREDITS COPYING
%{_libexecdir}/installed-tests/org.gnome.Weather/
%{_datadir}/installed-tests
%endif
#------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%if %{with_tests}
%configure2_5x --disable-static --enable-installed-tests
%else
%configure2_5x --disable-static
%endif

%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%find_lang org.gnome.Weather

%check
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Weather.Application.desktop
%changelog

* Wed Jan 18 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.17.1-2
- (e7a97b9) Build requires gjs

* Sat Aug 29 2015 abfonly <abfonly@gmail.com> 3.17.1-1
- (c0d0d71) Fixed min BR
- (abfonly: 4c0e9e5) Log: update to 3.17.1
- (abfonly: 4c0e9e5) * Fix initial application state when geolocation is disabled
- (abfonly: 4c0e9e5) * Fix temperature unit shown in the menu when not explicitly configured
- (abfonly: 4c0e9e5) * Translation updates
- (abfonly: 4c0e9e5) #
- (abfonly: 4c0e9e5) ready for appdata policy
- (abfonly: 4c0e9e5) tests package added as bcond, disabled for now
- (abfonly: 3b9f01b) Log: update to 3.17.1
- (abfonly: 3b9f01b) * Fix initial application state when geolocation is disabled
- (abfonly: 3b9f01b) * Fix temperature unit shown in the menu when not explicitly configured
- (abfonly: 3b9f01b) * Translation updates
- (abfonly: 3b9f01b) #
- (abfonly: 3b9f01b) ready for appdata policy

* Tue Apr 28 2015 Tigro <ashejn@gmail.com> 3.16.2.1-1
- (fe0bad2) drop icon path
- (Tigro: 7162cc5) update to 3.16.2.1

* Tue Apr 14 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (e26dc5d) pack file
- (Tigro: 356706f) update to 3.16.1

* Mon Mar 23 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-1
- (a6dc978) update to 3.16.0

* Wed Mar 11 2015 Tigro <ashejn@yandex-team.ru> 3.15.91-1
- (34aa2c0) build as noarch
- (Tigro: 83e9b89) pack files
- (Tigro: 9b60544) fix typo
- (Tigro: b25fe26) fix lang
- (Tigro: ba97016) update to 3.15.91

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.1-3
- (5100fe3) MassBuild#440: Increase release tag

* Fri May 23 2014 Tigro <ashejn@gmail.com> 3.12.1-2
- (bdfcbad) fix path
- (Tigro: ecfb195) fix cap in start file

* Tue May 20 2014 Tigro <ashejn@gmail.com> 3.12.1-1
- (21731e9) update to 3.12.1

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.0-1
- (17c4a64) drop desktop file
- (Tigro: d91ddd2) drop desktop file
- (Tigro: 7bf6db8) added BR: gweather-3.0
- (Tigro: e3e45ed) update to 3.12.0

* Fri May 31 2013 Tigro <ashejn@gmail.com> 3.8.2-2
- (b7277b3) update Russian and Czech translations

* Tue May 14 2013 Tigro <ashejn@gmail.com> 3.8.2-1
- (a81bec6) update to 3.8.2

* Mon Apr 29 2013 Tigro <ashejn@gmail.com> 3.8.1-3
- (c4038e4) bump release

* Mon Apr 29 2013 Tigro <ashejn@gmail.com> 3.8.1-2
- (bc0ddc2) added autoreq no
- (Tigro: 3b0a08a) another exclude
- (Tigro: 62f09c5) another exclude
- (Tigro: d54270f) another req
- (Tigro: b2f0160) added noureq for typelib
- (Tigro: 85ac421) drop some provides
- (Arkady Shane: 14200b1) drop missing provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22698 |14mu|gnote-3.17.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	api	3.17
%define	major	0
%define	libname	%mklibname %{name} %{api} %{major}
%define	devname	%mklibname %{name} -d
%define _appdatadir %{_datadir}/appdata

Name:           gnote
Version:        3.17.0
Release:        1
Summary:        Note-taking application
Group:          Graphical desktop/GNOME
License:        GPLv3+
URL:            http://live.gnome.org/Gnote
Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnote/%{api}/%{name}-%{version}.tar.xz
Source100:      gnote.rpmlintrc

BuildRequires:  boost-devel
BuildRequires:  desktop-file-utils
BuildRequires:  gettext
BuildRequires:  pkgconfig(gtkmm-3.0)
BuildRequires:  pkgconfig(gtkspell3-3.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(libsecret-1)
BuildRequires:  pkgconfig(uuid)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  libxml2-utils
BuildRequires:  pkgconfig(libxslt)
BuildRequires:  pkgconfig(libpcre)
BuildRequires:  appstream-util

%description
Gnote is a desktop note-taking application which is simple and easy to use.
It lets you organize your notes intelligently by allowing you to easily link
ideas together with Wiki style interconnects. It is a port of Tomboy to C++ 
and consumes fewer resources.


%files -f %{name}.lang
%doc COPYING README TODO NEWS AUTHORS
%{_bindir}/gnote
%{_mandir}/man1/gnote.1.*
%{_datadir}/applications/gnote.desktop
%{_datadir}/gnote/
%{_libdir}/gnote/
%{_datadir}/icons/hicolor/*/apps/gnote.png
%{_datadir}/icons/hicolor/scalable/apps/gnote.svg
%{_datadir}/dbus-1/services/org.gnome.Gnote.service
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
%{_datadir}/gnome-shell/search-providers/gnote-search-provider.ini
%{_appdatadir}/*.xml

#---------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.


%files -n %{libname}
%doc COPYING README TODO NEWS AUTHORS
%{_libdir}/libgnote-%{api}.so.%{major}*

#---------------------------------------------------------

%package -n %{devname}
Summary:	Development library for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development library for %{name}.


%files -n %{devname}
%doc COPYING README TODO NEWS AUTHORS
%{_libdir}/*.so

#---------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static --with-gnu-ld
%make V=1

%install
%makeinstall_std

find %{buildroot} -type f -name "*.la" -delete

%find_lang %{name} --with-gnome


%check
desktop-file-validate %{buildroot}%{_datadir}/applications/gnote.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml



%changelog

* Sat Aug 29 2015 abfonly <abfonly@gmail.com> 3.17.0-1
- (88b12ab) Merge pull request #1 from abfonly/gnote:gnome316
- (88b12ab) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22699 |14mu|gnucash-2.6.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define major	0
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

%define doc_version 2.6.7
%define build_hbci 1

%if %{_use_internal_dependency_generator}
%define __noautoreq 'devel\\(libgncmod(.*)\\)|libgnc.*so$'
%endif

Summary:	Application to keep track of your finances
Name:		gnucash
Version:	2.6.7
Release:	1
License:	GPLv2+
Group:		Office
Url:		http://www.gnucash.org/
Source0:	http://downloads.sourceforge.net/gnucash/%{name}-%{version}.tar.bz2
Source4:	http://downloads.sourceforge.net/gnucash/%{name}-docs-%{doc_version}.tar.gz
Source100:	gnucash.rpmlintrc

BuildRequires:	intltool
BuildRequires:	desktop-file-utils
BuildRequires:	rarian
BuildRequires:	slib
BuildRequires:	swig
BuildRequires:	xsltproc
BuildRequires:	dbi-devel
BuildRequires:	libdbi-drivers-dbd-sqlite3
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(guile-2.0)
BuildRequires:	pkgconfig(ktoblzcheck)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libgoffice-0.8)
BuildRequires:	pkgconfig(libofx)
BuildRequires:	pkgconfig(webkit-1.0)
Requires:	libdbi-drivers-dbd-sqlite3
Requires:	guile-runtime
Requires:	slib
Requires:	yelp
Suggests:	perl-Finance-Quote
%rename gnucash-sql

%description
GnuCash is a personal finance manager. A check-book like
register GUI allows you to enter and track bank accounts,
stocks, income and even currency trades. The interface is
designed to be simple and easy to use, but is backed with
double-entry accounting principles to ensure balanced books.

%package ofx
Summary:	Enables OFX importing in GnuCash
Group:		Office
Requires:	%{name} = %{version}-%{release}

%description ofx
This package adds OFX file import support to the base
GnuCash package. Install this package if you want to
import OFX files.

%if %{build_hbci}
%package hbci
Summary:	Enables HBCI importing in GnuCash
Group:		Office
Requires:	%{name} = %{version}-%{release}
BuildRequires:	pkgconfig(aqbanking)
# only require the wizard, it will pull aqhbci package too 
#gw it really required qt3-wizard which wasn't included in aqbanking for a while
Requires:	aqhbci

%description hbci
This package adds HBCI file import support to the base
GnuCash package. Install this package if you want to
import HBCI files.
%endif

%package -n %{devname}
Group:		Development/C
Summary:	Libraries needed to develop for gnucash
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Libraries needed to develop for gnucash.

%package -n %{libname}
Summary:	Libraries for gnucash
Group:		System/Libraries

%description -n %{libname}
This package provides libraries to use gnucash.

%prep
%setup -q -a 4
%apply_patches

%build
%configure2_5x \
	--enable-gui \
	--enable-ofx \
	--disable-error-on-warning \
	--disable-schemas-install \
	--disable-static \
	--enable-locale-specific-tax \
	--enable-dbi \
	--with-html-engine=webkit \
%if %{build_hbci}
	--enable-aqbanking
%endif

pushd gnucash-docs-%{doc_version}
%configure2_5x \
	--localstatedir=/var/lib
popd

make

pushd gnucash-docs-%{doc_version}
make
popd

%install
%makeinstall_std

pushd gnucash-docs-%{doc_version}
%makeinstall_std
popd

rm -f %{buildroot}%{_infodir}/dir

%{find_lang} %{name} --with-gnome --all-name
rm -fr %{buildroot}%{_libexecdir}/gnucash/src/libqof/qof/test

# Menu entry
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="GTK" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# don't ship /usr/bin/gnc-test-env as it's only used for build and testing, this mitigates CVE-2010-3999
rm -f %{buildroot}%{_bindir}/gnc-test-env

#%post
#%define schemas apps_gnucash_dialog_business_common apps_gnucash_dialog_commodities apps_gnucash_dialog_common apps_gnucash_dialog_prices apps_gnucash_dialog_print_checks apps_gnucash_dialog_reconcile apps_gnucash_dialog_totd apps_gnucash_general apps_gnucash_history apps_gnucash_import_generic_matcher apps_gnucash_import_qif apps_gnucash_warnings apps_gnucash_window_pages_account_tree apps_gnucash_window_pages_register apps_gnucash_dialog_scheduled_transctions

%preun
%preun_uninstall_gconf_schemas %schemas

%if %build_hbci
%preun hbci
%preun_uninstall_gconf_schemas apps_gnucash_dialog_hbci
%endif

%files -f %{name}.lang
%doc AUTHORS COPYING HACKING NEWS README*
%doc doc/README.german doc/README.francais doc/guile-hackers.txt
%{_datadir}/glib-2.0/schemas/org.gnucash.dialogs.business.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.dialogs.checkprinting.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.dialogs.commodities.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.dialogs.export.csv.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.dialogs.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.dialogs.import.csv.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.dialogs.import.generic.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.dialogs.import.qif.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.dialogs.reconcile.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.dialogs.sxs.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.dialogs.totd.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.history.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.warnings.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.window.pages.account.tree.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnucash.window.pages.gschema.xml
%config(noreplace) %{_sysconfdir}/%{name}
%{_bindir}/gnucash
%{_bindir}/gnucash-env
%{_bindir}/gnc-fq-check
%{_bindir}/gnc-fq-dump
%{_bindir}/gnc-fq-helper
%{_bindir}/gnc-fq-update
%{_datadir}/applications/%{name}.desktop
%{_libexecdir}/%{name}/overrides/*
%dir %{_libdir}/gnucash
%{_libdir}/gnucash/*.so*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/accounts
%{_datadir}/%{name}/checks
%{_datadir}/%{name}/gtkbuilder
%{_datadir}/%{name}/jqplot
%{_datadir}/%{name}/pixmaps
%{_datadir}/%{name}/ui
%{_datadir}/%{name}/gnome
%{_datadir}/%{name}/tip_of_the_day.list
%{_datadir}/%{name}/make-prefs-migration-script.xsl
%{_datadir}/%{name}/migratable-prefs.xml
%{_datadir}/%{name}/scm
%{_libdir}/gnucash/scm/ccache/2.0/*
%{_datadir}/appdata/gnucash.appdata.xml
%{_iconsdir}/hicolor/*/apps/gnucash*
%{_mandir}/*/*

%exclude %{_libdir}/gnucash/libgncmod-ofx*
%if %{build_hbci}
%exclude %{_libdir}/gnucash/libgncmod-aqbanking*
%exclude %{_datadir}/gnucash/ui/gnc-plugin-aqbanking-ui.xml
%endif
%exclude %{_datadir}/gnucash/ui/gnc-plugin-ofx-ui.xml

%files ofx
%doc doc/README.OFX
%{_datadir}/glib-2.0/schemas/org.gnucash.dialogs.import.ofx.gschema.xml
%{_libdir}/gnucash/libgncmod-ofx*
%{_datadir}/gnucash/ui/gnc-plugin-ofx-ui.xml

%if %{build_hbci}
%files hbci
%doc doc/README.HBCI
%{_datadir}/glib-2.0/schemas/org.gnucash.dialogs.import.hbci.gschema.xml
%{_libdir}/gnucash/libgncmod-aqbanking*
%{_datadir}/gnucash/ui/gnc-plugin-aqbanking-ui.xml
%endif

%files -n %{libname}
%{_libdir}/libgnc-backend-sql.so.%{major}*
%{_libdir}/libgnc-backend-xml-utils.so.%{major}*
%{_libdir}/libgnc-business-ledger.so.%{major}*
%{_libdir}/libgnc-core-utils.so.%{major}*
%{_libdir}/libgnc-gnome.so.%{major}*
%{_libdir}/libgnc-module.so.%{major}*
%{_libdir}/libgnc-qof.so.1*
%{_libdir}/lib*.so

%files -n %{devname}
%{_bindir}/gnucash-make-guids
%{_bindir}/gnucash-valgrind
%{_includedir}/gnucash


%changelog

* Tue Sep 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.6.7-1
- (cd301cc) Updated to 2.6.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22700 |14mu|gnuchess-6.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define book_version 1.02

Summary:	The GNU chess program
Name:		gnuchess
Version:	6.2.4
Release:	1
Source0:	ftp://ftp.gnu.org/pub/gnu/chess/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/pub/gnu/chess/%{name}-%{version}.tar.gz.sig
Source2:	ftp://ftp.gnu.org/pub/gnu/chess/book_%{book_version}.pgn.gz
Source3:	ftp://ftp.gnu.org/pub/gnu/chess/book_%{book_version}.pgn.gz.sig
Group:		Games/Boards
URL:		http://www.gnu.org/software/chess/
License:	GPL and Public Domain
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
BuildRequires:	flex
Provides:	chessengine
Obsoletes:	gnuchess-book
Provides:	gnuchess-book

%description
The gnuchess package contains the GNU chess program.  By default,
GNUchess uses a text-based interface.  Alternatively, GNUchess can
be used in conjunction with other GUI interface, thus serving as a
chess engine.

You should install the gnuchess package if you would like to play
chess on your computer. If you'd like to use a graphical interface
with GNUchess, you'll also need to install other GUI interface,
such as xboard or eboard.

This package also includes opening book for gnuchess, containing many
historic games played between masters and grandmasters.

%prep
%setup -q
gzip -dc %{SOURCE2} > book.pgn

%build
%configure2_5x	--bindir=%{_gamesbindir} --datadir=%{_gamesdatadir}
%make

# create book
echo -e 'book add book.pgn\nquit' | ./src/gnuchess -

%install
%makeinstall_std

install -m0644 book.pgn -D %{buildroot}%{_gamesdatadir}/gnuchess/book.pgn

%find_lang %{name}

%clean

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_gamesbindir}/*
%{_gamesdatadir}/gnuchess
%{_gamesdatadir}/games/plugins/*/*
%{_infodir}/*
%{_mandir}/man1/*

%changelog

* Sun Nov 20 2016 Denis Silakov <denis.silakov@rosalab.ru> 6.2.4-1
- (505a987) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22701 |14mu|gnupg-1.4.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNU privacy guard - a free PGP replacement
Name:		gnupg
Version:	1.4.21
Release:	1
License:	GPLv3+
Group:		File tools
Url:		http://www.gnupg.org
Source0:	ftp://ftp.gnupg.org/gcrypt/gnupg/%{name}-%{version}.tar.bz2
Source1:	ftp://ftp.gnupg.org/gcrypt/gnupg/%{name}-%{version}.tar.bz2.sig
Source2:	mdk-keys.tar.bz2
Source3:	mdk-keys.tar.bz2.sig
Patch1:		gnupg-1.4.2.2-use-agent-by-default.diff
Patch4:		gnupg-1.4.5-ppc64.patch
# splitted off from the previous debian patch
Patch6:		gnupg-1.4.7-deb-free_caps.patch
Patch7:		gnupg-1.4.7-deb-manpage.patch
Patch8:		gnupg-1.4.7-deb-min_privileges.patch
BuildRequires:	bison
BuildRequires:	docbook-utils
BuildRequires:	gettext
BuildRequires:	sendmail-command
BuildRequires:	bzip2-devel
BuildRequires:	openldap-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libusb)

%description
GnuPG is GNU's tool for secure communication and data storage.
It can be used to encrypt data and to create digital signatures.
It includes an advanced key management facility and is compliant
with the proposed OpenPGP Internet standard as described in RFC2440.

%files -f %{name}.lang
%doc README NEWS THANKS TODO doc/DETAILS doc/FAQ doc/HACKING
%doc doc/OpenPGP doc/samplekeys.asc
%doc doc/gpgv.texi
%attr(0755,root,root) %{_bindir}/gpg
%attr(0755,root,root) %{_bindir}/gpgv
%attr(0755,root,root) %{_bindir}/lspgpot
%attr(0755,root,root) %{_bindir}/gpgsplit
%attr(0755,root,root) %{_bindir}/gpg-zip
%dir %{_libdir}/gnupg
%attr(0755,root,root) %{_libdir}/gnupg/gpgkeys_curl
%attr(0755,root,root) %{_libdir}/gnupg/gpgkeys_finger
%attr(0755,root,root) %{_libdir}/gnupg/gpgkeys_hkp
%attr(0755,root,root) %{_libdir}/gnupg/gpgkeys_ldap
%dir %{_datadir}/gnupg
%{_datadir}/gnupg/options.skel
%{_mandir}/man1/*
%{_infodir}/gnupg1.info*
%dir %{_sysconfdir}/RPM-GPG-KEYS
%attr(0644,root,root) %{_sysconfdir}/RPM-GPG-KEYS/*.asc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p0 -b .use_agent
%patch4 -p1 -b .ppc64
%patch6 -p1 -b .free_caps
%patch7 -p1 -b .manpage
%patch8 -p1 -b .min_privileges

%build
%serverbuild
%configure2_5x \
	--without-included-regex \
	--without-included-gettext \
	--without-included-zlib \
	--with-static-rnd=linux \
	--disable-rpath \
	--without-capabilities \
	--enable-noexecstack \
%ifarch %{sunsparc}
	--enable-m-guard
%else
	--disable-m-guard
%endif
%make

%check
# all tests must pass
make check

%install
%makeinstall_std

sed -e "s#../g10/gpg#gpg#" < tools/lspgpot > %{buildroot}%{_bindir}/lspgpot

perl -pi -e 's|/usr/local|/usr/|' %{buildroot}%{_mandir}/man1/gpg.1

# install some extra man pages by debian
install -m0644 debian/gpgsplit.1 %{buildroot}%{_mandir}/man1/
install -m0644 debian/lspgpot.1 %{buildroot}%{_mandir}/man1/

# installed but not wanted
rm -f %{buildroot}%{_datadir}/gnupg/{FAQ,faq.html}
rm -f %{buildroot}%{_datadir}/locale/locale.alias

mkdir -p %{buildroot}%{_sysconfdir}/RPM-GPG-KEYS
tar xvjf %{SOURCE2} -C %{buildroot}%{_sysconfdir}/RPM-GPG-KEYS

%find_lang %{name}


%changelog

* Fri Sep 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.21-1
- (b44cb4f) New version 1.4.21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22702 |14mu|gnupg2-2.0.27-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname gnupg

%define build_gpgagentscript 0
%{?_without_gpgagentscript: %global build_gpgagentscript 0}
%{?_with_gpgagentscript: %global build_gpgagentscript 1}

Summary:	GNU privacy guard - a free PGP replacement
Name:		gnupg2
Version:	2.0.27
Release:	1
License:	GPLv3+
Group:		File tools
Url:		http://www.gnupg.org
Source0:	ftp://ftp.gnupg.org/gcrypt/gnupg/%{pkgname}-%{version}.tar.bz2
Source2:	gpg-agent.sh
Source3:	gpg-agent-xinit.sh
Source4:	sysconfig-gnupg2
Patch0:		gnupg-1.9.3-use-ImageMagick-for-photo.patch
Patch1:		gnupg-2.0.20-tests-s2kcount.patch
BuildRequires:	docbook-utils
BuildRequires:	sendmail-command
BuildRequires:	bzip2-devel
BuildRequires:	libassuan-devel
BuildRequires:	libksba-devel
BuildRequires:	openldap-devel
BuildRequires:	pth-devel >= 2.0.0
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(gpg-error)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	gettext-devel >= 0.19.3
Provides:	newpg = %{EVRD}
Requires:	dirmngr
Requires:	pinentry
Requires:	gnupg

%description
GnuPG is GNU's tool for secure communication and data storage.
It can be used to encrypt data and to create digital signatures.
It includes an advanced key management facility and is compliant
with the proposed OpenPGP Internet standard as described in RFC2440.

%files -f %{name}.lang
%doc README NEWS THANKS TODO ChangeLog
%doc doc/FAQ doc/HACKING doc/KEYSERVER doc/OpenPGP doc/TRANSLATE doc/DETAILS 
%doc doc/examples
%if %{build_gpgagentscript}
%attr(0755,root,root) %{_sysconfdir}/profile.d/gpg-agent.sh
%attr(0755,root,root) %{_sysconfdir}/X11/xinit.d/gpg-agent
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%endif
%attr(4755,root,root) %{_bindir}/gpgsm
%{_bindir}/gpg-agent
%{_bindir}/gpgconf
%{_bindir}/kbxutil
%{_bindir}/watchgnupg
%{_bindir}/gpgsm-gencert.sh
%{_bindir}/gpgkey2ssh
%{_bindir}/gpg-connect-agent
%{_bindir}/gpgparsemail
%{_bindir}/gpg2
%{_bindir}/gpgv2
%{_bindir}/symcryptrun
%{_sbindir}/addgnupghome
%{_sbindir}/applygnupgdefaults
%dir %{_libdir}/gnupg2
%{_libdir}/gnupg2/gpg-check-pattern
%{_libdir}/gnupg2/gpg-preset-passphrase
%{_libdir}/gnupg2/gpg-protect-tool
%{_libdir}/gnupg2/gnupg-pcsc-wrapper
%{_libdir}/gnupg2/gpg2keys_curl
%{_libdir}/gnupg2/gpg2keys_finger
%{_libdir}/gnupg2/gpg2keys_hkp
%{_libdir}/gnupg2/gpg2keys_ldap
%{_libdir}/gnupg2/scdaemon
%{_infodir}/gnupg.info*
%{_mandir}/man1/gpg-agent.1*
%{_mandir}/man1/gpg-connect-agent.1*
%{_mandir}/man1/gpg-preset-passphrase.1*
%{_mandir}/man1/gpg2.1*
%{_mandir}/man1/gpgconf.1*
%{_mandir}/man1/gpgparsemail.1*
%{_mandir}/man1/gpgsm-gencert.sh.1*
%{_mandir}/man1/gpgsm.1*
%{_mandir}/man1/gpgv2.1*
%{_mandir}/man1/scdaemon.1*
%{_mandir}/man1/symcryptrun.1*
%{_mandir}/man1/watchgnupg.1*
%{_mandir}/man8/addgnupghome.8*
%{_mandir}/man8/applygnupgdefaults.8*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{pkgname}-%{version}
%patch0 -p1 -b .ImageMagick
%patch1 -p1

%build
%serverbuild

./autogen.sh

%configure2_5x \
	--libexecdir=%{_libdir}/gnupg2 \
	--enable-symcryptrun \
	--disable-rpath \
	--without-capabilities \
	--with-adns=no \
	--with-pkits-tests

# no parallel make (v2.0.5 at least)
%make

# all tests must pass on i586 and x86_64
%check
[[ -n "$GPG_AGENT_INFO" ]] || eval `./agent/gpg-agent --use-standard-socket --daemon --write-env-file gpg-agent-info`
make check
[[ -a gpg-agent-info ]] && kill -0 `cut -d: -f 2 gpg-agent-info`
rm -f gpg-agent-info

%install
%makeinstall_std
#Remove: #60298
%if %{build_gpgagentscript}
install -d %{buildroot}/%{_sysconfdir}/profile.d
install %{SOURCE2} %{buildroot}/%{_sysconfdir}/profile.d/gpg-agent.sh
install -d %{buildroot}/%{_sysconfdir}/X11/xinit.d
install %{SOURCE3} %{buildroot}/%{_sysconfdir}/X11/xinit.d/gpg-agent
install -d %{buildroot}/%{_sysconfdir}/sysconfig
install %{SOURCE4} %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
%endif
# remove this from package because the content of options.skel is the
# identical for both gnupg 1/2, except for comment
rm -rf %{buildroot}%{_datadir}/gnupg

rm -rf %{buildroot}%{_docdir}/gnupg

# fix file conflict with 'gnupg' package
rm %{buildroot}%{_mandir}/man1/gpg-zip.1

%find_lang %{name}


%changelog

* Wed Apr 08 2015 Tigro <ashejn@yandex-team.ru> 2.0.27-1
- (42891b8) fix typo on version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22703 |14mu|gnuplot-5.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modeversion 0.7.0

Summary:	A program for plotting mathematical expressions and data
Name:		gnuplot
Version:	5.0.1
Release:	2
License:	Freeware-like
Group:		Sciences/Other
Url:		http://www.gnuplot.info/
Source0:	http://downloads.sourceforge.net/project/gnuplot/%{name}/%{version}/%{name}-%{version}.tar.gz
Source1:	https://github.com/bruceravel/gnuplot-mode/archive/%{modeversion}/%{name}-mode-%{modeversion}.tar.gz
Source2:	http://www.gnuplot.info/faq/faq.html
Source11:	%{name}.16.png
Source12:	%{name}.32.png
Source13:	%{name}.48.png
Patch0:		gnuplot-mode-0.7.0-disable-f9.patch
Patch1:		gnuplot-4.6.3-nocrossbuild.patch
BuildRequires:	emacs-bin
BuildRequires:	texlive
BuildRequires:	texlive-collection-latexextra
BuildRequires:	texlive-dehyph-exptl
BuildRequires:	texlive-epstopdf
BuildRequires:	texinfo
BuildRequires:	gd-devel
BuildRequires:	readline-devel
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5PrintSupport)
Requires:	gnuplot-nox
Suggests:	gnuplot-mode
Suggests:	gnuplot-doc

%description
Gnuplot is a command-line driven, interactive function plotting program
especially suited for scientific data representation. Gnuplot can be used to
plot functions and data points in both two and three dimensions and in many
different formats.

Install gnuplot if you need a graphics package for scientific data
representation.

This package provides GNUPlot without any X dependency.

%files
%{_bindir}/gnuplot

#----------------------------------------------------------------------------

%package nox
Summary:	A program for plotting mathematical expressions and data
Group:		Sciences/Other
Conflicts:	gnuplot < 4.4.3

%description nox
Gnuplot is a command-line driven, interactive function plotting program
especially suited for scientific data representation. Gnuplot can be used to
plot functions and data points in both two and three dimensions and in many
different formats.

Install gnuplot if you need a graphics package for scientific data
representation.

%files nox
%doc Copyright faq.html
%doc README
%doc NEWS PORTING
%{_bindir}/gnuplot-nox
%{_mandir}/*/*
%{_libdir}/gnuplot
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/texmf/tex/latex/gnuplot

#----------------------------------------------------------------------------

%package mode
Summary:	Yet another Gnuplot mode for Emacs
Group:		Sciences/Other
Conflicts:	gnuplot < 4.4.3

%description mode
Gnuplot is a major mode for Emacs flavours with the following features:

 - Functions for plotting lines, regions, entire scripts, or entire files
 - Graphical interface to setting command arguments
 - Syntax colorization
 - Completion of common words in Gnuplot
 - Code indentation
 - On-line help using Info for Gnuplot functions and features
 - Interaction with Gnuplot using comint
 - Pull-down menus plus a toolbar in XEmacs
 - Distributed with a quick reference sheet in postscript.

%files mode
%doc gnuplot-mode-%{modeversion}/gpelcard.pdf
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*.el
%{_datadir}/emacs/site-lisp/*

#----------------------------------------------------------------------------

%package doc
Summary:	GNUPlot Documentation
Group:		Documentation
Conflicts:	gnuplot < 4.4.3

%description doc
Gnuplot is a command-line driven, interactive function plotting program
especially suited for scientific data representation. Gnuplot can be used to
plot functions and data points in both two and three dimensions and in many
different formats.

Install gnuplot if you need a graphics package for scientific data
representation.

This package provides the additional documentation.

%files doc
%doc demo docs/gnuplot.pdf
%{_datadir}/gnuplot

#----------------------------------------------------------------------------

%prep
%setup -q -a 1
%patch0 -p1
%patch1 -p1

perl -pi -e 's|(^\s*)mkinstalldirs\s|$1./mkinstalldirs |' gnuplot-mode-%{modeversion}/Makefile.in
# Non-free stuff. Ouch. -- Geoff
rm -f demo/prob.dem demo/prob2.dem

%build
autoreconf -vfi
export CFLAGS="%{optflags} -fno-fast-math"
export CONFIGURE_TOP=..

mkdir build-nox
pushd build-nox
        %configure2_5x \
                --with-readline=gnu \
                --without-linux-vga \
                --without-x \
                --without-qt \
                --disable-wxwidgets
        %make -C src
        make -C docs ps
        %make -C docs pdf
popd

mkdir build-x11
pushd build-x11
        %configure2_5x \
                --with-readline=gnu \
                --without-linux-vga
        %make
%make
popd

unset CONFIGURE_TOP
pushd gnuplot-mode-%{modeversion}
    autoreconf -vfi
    %configure2_5x
    %make
popd

cp -f %{SOURCE2} .
chmod 644 faq.html

%install
pushd build-nox
%makeinstall_std
mv %{buildroot}%{_bindir}/gnuplot %{buildroot}%{_bindir}/gnuplot-nox
popd

pushd build-x11
%makeinstall_std
popd

pushd gnuplot-mode-%{modeversion}
    %makeinstall_std
    pdflatex gpelcard
    install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
    install -m 644 dotemacs.el %{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el
popd

# Copy back from build dir to be able to package those files
pushd build-nox
        cp docs/gnuplot.pdf ../docs/
popd

# menu

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Gnuplot
GenericName=Function plotting program
GenericName[ru]=Построение графиков функций
Comment=The famous function plotting program
Comment[af]=Die welbekende funksieplotprogram
Comment[ar]=برنامج تحديد الوظائف الشهير
Comment[az]=Funksiya çap edici proqram
Comment[bg]=Програма за чертане с плотер
Comment[bn]=ফাংশন প্লট অঙ্কনকারী বিখ্যাত প্রোগ্রাম
Comment[bs]=Poznati program za crtanje funkcija
Comment[ca]=El conegut programa de funcions d'impressió amb traçador
Comment[cs]=Známý program pro vytváření grafů funkcí
Comment[cy]=Rhaglen plotio swyddogaeth enwog
Comment[da]=Det berømte funktion-plotteprogram
Comment[de]=Das berühmte Programm zur Darstellung mathematischer Funktionen
Comment[el]=Το διάσημο πρόγραμμα σχεδίασης μαθηματικών συναρτήσεων
Comment[es]=El programa famoso de graficado de funciones
Comment[et]=Kuulus funktsioonide joonistamise rakendus
Comment[eu]=Funtzioak marrazteko programa ospetsua
Comment[fa]=برنامه‌ی مشهور ترسیم تابع
Comment[fi]=Kuuluisa kuvaajienpiirto-ohjelma
Comment[fr]=Le fameux programme de traçage de fonction
Comment[gl]=O famoso programa de representación de funcións
Comment[he]=תוכנת ציור הפונקציות המפורסמת
Comment[hi]=एक प्रसिद्ध फ़ंक्शन प्लौटिंग प्रोग्राम
Comment[hr]=Čuveni program za crtanje funkcija
Comment[hu]=Elterjedt függvényábrázoló
Comment[id]=Program plot terkenal
Comment[is]=Víðfrægt falla-teikniforrit
Comment[it]=Il famoso programma per tracciare funzioni
Comment[ja]=有名な関数プロットソフト
Comment[ky]=Белгилүү функция сызуучу програм
Comment[lt]=Garsioji funkcijų braižymų programa
Comment[lv]=Slavenā programma funkciju zīmēšanai
Comment[mk]=Познатиот програм за цртање графици на функции
Comment[mt]=Programm famuż li jipplottja funzjonijiet
Comment[nb]=Det berømte plotteprogrammet
Comment[nl]=Het beroemde functie-plotprogramma (grafieken van functies)
Comment[nn]=Eit program for plotting av funksjonar
Comment[pl]=Słynny program do rysowania wykresów
Comment[pt]=O famoso programa de gráficos de funções
Comment[pt_BR]=O famoso programa para plotagem de funções
Comment[ro]=Faimosul program de trasare de funcții
Comment[ru]=Знаменитая программа для построения графиков функций
Comment[sc]=Su programa po fai plot de funtzionis
Comment[sk]=Plotting program s mnohými funkciami
Comment[sl]=Znani program za risanje funkcij
Comment[sq]=Program me famë të funksioneve gjurmuese
Comment[sr]=Познати функционални плотинг програм
Comment[sr@Latn]=Poznati funkcionalni ploting program
Comment[sv]=Det berömda programmet för funktionsplotting
Comment[ta]=gவரைவியல்
Comment[tg]=Барномаи машҳури нақшакашии вазифоӣ
Comment[th]=โปรแกรมวาดรูปฟังชั่น
Comment[tl]=Ang tanyag na program na nagpa-plot ng function
Comment[tr]=Fonksiyon çizim programı
Comment[uk]=Відома програма для побудови графіків функцій
Comment[vi]=Chương trình có chức năng vẽ nổi tiếng
Comment[wa]=Li fameus programe di traçaedje di fonccions
Comment[zh_CN]=绘制函数图像
Comment[zh_TW]=著名的函數繪製程式
Exec=%{name}
Icon=%{name}
Terminal=true
Type=Application
StartupNotify=true
Categories=Graphics;Science;
EOF

# icon
install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0.1-2
- (ffaeaba) Run autoreconf to fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22704 |14mu|gnutls-3.2.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define dirver %(echo %{version}|cut -d. -f1,2,3)

%define major 28
%define sslmajor 27
%define xsslmajor 0
%define libname %mklibname %{name} %{major}
%define libnamexx %mklibname %{name}xx %{major}
%define libssl %mklibname %{name}-openssl %{sslmajor}
%define libxssl %mklibname %{name}-xssl %{xsslmajor}
%define devname %mklibname %{name} -d

Summary:	Library providing a secure layer (SSL)
Name:		gnutls
Version:	3.2.21
Release:	1
License:	GPLv2+ and LGPLv2.1+
Group:		System/Libraries
Url:		http://www.gnutls.org
Source0:	ftp://ftp.gnutls.org/gcrypt/gnutls/v%{url_ver}/%{name}-%{version}.tar.xz
Patch1:		gnutls-3.2.7-rpath.patch
# Use only FIPS approved ciphers in the FIPS mode
Patch7:		gnutls-2.12.21-fips-algorithms.patch
Patch8:		gnutls-3.1.11-nosrp.patch

BuildRequires:	liblzo-devel
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libtasn1)
BuildRequires:	pkgconfig(nettle)
BuildRequires:	pkgconfig(p11-kit-1)
%ifnarch %{arm} %{mips} aarch64
BuildRequires:	valgrind
%endif

%description
GnuTLS is a project that aims to develop a library which provides 
a secure layer, over a reliable transport layer.

%files
%doc NEWS README
%{_bindir}/[cgs]*
%{_bindir}/danetool
%{_bindir}/psktool
%{_bindir}/p11tool
%{_bindir}/ocsptool
%{_mandir}/man?/*
%{_infodir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library providing a secure layer (SSL)
Group:		System/Libraries
Requires:	%{name}-locales
# To avoid file conflicts when both 32 and 64 bit old libraries are installed
%if "%{_lib}" == "lib64"
Conflicts:	lib%{name}%{major} < 3.2.15
%endif

%description -n %{libname}
This package contains a shared library for %{name}.

%files -n %{libname}
%{_libdir}/libgnutls.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamexx}
Summary:	Library providing a secure layer (SSL)
Group:		System/Libraries
Conflicts:	%{_lib}gnutls28 < 3.2.15

%description -n %{libnamexx}
This package contains a shared library for %{name}.

%files -n %{libnamexx}
%{_libdir}/libgnutlsxx.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libssl}
Summary:	Library providing a secure layer (SSL)
Group:		System/Libraries
Conflicts:	%{_lib}gnutls-ssl27 < 3.2.15
Obsoletes:	%{_lib}gnutls-ssl27 < 3.2.15

%description -n %{libssl}
This package contains a shared library for %{name}.

%files -n %{libssl}
%{_libdir}/libgnutls-openssl.so.%{sslmajor}*

#----------------------------------------------------------------------------

%package -n %{libxssl}
Summary:	Library providing a secure layer (SSL)
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{libxssl}
This package contains a shared library for %{name}.

%files -n %{libxssl}
%{_libdir}/libgnutls-xssl.so.%{xsslmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamexx} = %{EVRD}
Requires:	%{libssl} = %{EVRD}
Requires:	%{libxssl} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains all necessary files to compile or develop
programs/libraries that use %{name}.

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/gnutls

#----------------------------------------------------------------------------

%package locales
Summary:	Locale files for GnuTLS
Group:		System/Internationalization
BuildArch:	noarch
Conflicts:	%{_lib}gnutls28 < 3.2.15

%description
Locale files for GnuTLS main library.

%files locales -f %{name}.lang

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{dirver}
%patch1 -p1 -b .rpath
# This patch is not applicable as we use nettle now but some parts will be
# later reused.
# patch7 -p1 -b .fips
%patch8 -p1 -b .nosrp

sed 's/gnutls_srp.c//g' -i lib/Makefile.in
sed 's/gnutls_srp.lo//g' -i lib/Makefile.in

%build
%configure2_5x \
	--disable-static \
	--with-included-libtasn1=no \
	--disable-srp-authentication \
	--with-libz-prefix=%{_prefix} \
%ifnarch %{arm} %{mips} aarch64
	--enable-valgrind-tests \
%endif
	--disable-non-suiteb-curves \
	--disable-rpath \
	--disable-guile

%make

%install
%makeinstall_std

%find_lang %{name}

%check
#make check

%changelog
* Thu Jan 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.2.21-1
+ Revision: e2ede8a
- New version 3.2.21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22705 |14mu|gobject-introspection-1.44.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define typelibnames DBus-1.0 DBusGLib-1.0 GIRepository-2.0 GL-1.0 GLib-2.0 GModule-2.0 GObject-2.0 Gio-2.0 cairo-1.0 fontconfig-2.0 freetype2-2.0 libxml2-2.0 xfixes-4.0 xft-2.0 xlib-2.0 xrandr-1.3

%define url_ver %(echo %{version}|cut -d. -f1,2)

%bcond_with bootstrap

%define api 1.0
%define major 1
%define libname %mklibname girepository %{api} %{major}
%define devname %mklibname girepository -d

Summary:	GObject Introspection
Name:		gobject-introspection
Version:	1.44.0
Release:	1
License:	GPLv2+, LGPLv2.1+, MIT
Group:		Development/C
Url:		http://live.gnome.org/GObjectIntrospection
Source0:	http://ftp.acc.umu.se/pub/GNOME/sources/gobject-introspection/%{url_ver}/%{name}-%{version}.tar.xz
# gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates typelib()-style Provides/Requires.
Source1:	gi-find-deps.sh
Source2:	typelib.macros
Source3:	gobject-introspection-typelib.template
# PATCH-FIX-UPSTREAM g-ir-dep-tool.patch bgo#665672 dimstar@opensuse.org -- Add g-ir-dep-tool to get further automatic dependencies.
Patch0:		g-ir-dep-tool.patch

BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libtool
# this could be removed if the typelib stuff is backported
BuildRequires:	rpm >= 5.4.7-14
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(cairo-gobject)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(python)
BuildRequires:	python-mako
# these are needed by the g-ir-dep-tool
%if %{without bootstrap}
BuildRequires:	gobject-introspection >= 1.32.0-2
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.32.0
%endif

Requires:	%{libname} = %{EVRD}
Conflicts:	%mklibname girepository 1.0 0 < 0.6.10-5
%rename		gir-repository

# Provide typelib() symbols based on gobject-introspection-typelib.template
# The template is checked during install if it matches the installed *.typelib files.
%if %{with bootstrap}
%(cat %{SOURCE3} | awk '{ print "Provides: " $0}')
%endif

%description
The goal of the project is to describe the APIs and  collect them in
a uniform, machine readable format.

%files
%doc README
%dir %{_libdir}/girepository-%{api}
%{_libdir}/girepository-%{api}/*.typelib

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GObject Introspection shared library
Group:		System/Libraries
Conflicts:	%{name} < 0.6.8-2

%description -n %{libname}
The goal of the project is to describe the APIs and  collect them in
a uniform, machine readable format.

%files -n %{libname}
%{_libdir}/libgirepository-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	GObject Introspection development libraries
Group:		Development/C
# these two pkgs are needed for typelib requires generation
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
#gw /usr/bin/libtool is called in giscanner
Requires:	libtool
Provides:	libgirepository-devel = %{EVRD}
Provides:	girepository-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The goal of the project is to describe the APIs and  collect them in
a uniform, machine readable format.

%files -n %{devname}
%doc ChangeLog TODO NEWS AUTHORS
%{_bindir}/g-ir-annotation-tool
%{_bindir}/g-ir-compiler
%{_bindir}/g-ir-dep-tool
%{_bindir}/g-ir-generate
%{_bindir}/g-ir-scanner
%{_bindir}/g-ir-doc-tool
%{_libdir}/%{name}
%{_libdir}/libgirepository-%{api}.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}-%{api}
%{_datadir}/aclocal/*.m4
%{_datadir}/%{name}-%{api}
#%{_datadir}/gtk-doc/html/gi
%dir %{_datadir}/gir-%{api}
%{_datadir}/gir-%{api}/*.gir
%{_rpmhome}/gi-find-deps.sh
%{_rpmhome}/macros.d/typelib
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--disable-static

%make V=1

%install
%makeinstall_std
install -D %{SOURCE1} %{buildroot}%{_rpmhome}/gi-find-deps.sh
install -D %{SOURCE2} -m 0644 %{buildroot}%{_rpmhome}/macros.d/typelib

# comparing, if we provide all the symbols expected.
%if %{with bootstrap}
ls %{buildroot}%{_libdir}/girepository-1.0/*.typelib | sh %{SOURCE1} -P > gobject-introspection-typelib.installed
diff -s %{SOURCE3} gobject-introspection-typelib.installed
%endif


%changelog

* Tue Mar 24 2015 Tigro <ashejn@yandex-team.ru> 1.44.0-1
- (d9d5d2f) update to 1.44.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22706 |14mu|gocr-0.50-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_as_needed 1

Summary:	OCR (Optical Character Recognition) program
Name:		gocr
Version:	0.50
Release:	1
License:	GPLv2
Group:		Graphics
URL:		http://jocr.sourceforge.net/
Source0:	http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-%{version}.tar.gz
Source1:	http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-%{version}.tar.gz.asc
Source2:	%{name}-icons.tar.bz2
BuildRequires:	libnetpbm-devel
Requires:	gzip
Requires:	bzip2
Requires:	jpeg-progs
Requires:	netpbm
Requires:	transfig

%description
GOCR is an optical character recognition program, released under the
GNU General Public License. It reads images in many formats (pnm, pbm,
pgm, ppm, some pcx and tga image files (or PNM from stdin); if
pnm-tools installed and running linux-like system you can also use
pnm.gz, pnm.bz2, png, jpg, tiff, gif, bmp and others) and outputs
a text file.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

# drop buggy tcl frontend
rm -rf %{buildroot}%{_bindir}/gocr.tcl

# Desktop menu - not needed without GUI frontend
#mkdir -p %{buildroot}/{%{_miconsdir},%{_liconsdir},%{_menudir}}
#bzcat %{SOURCE2}|tar xf - -C %{buildroot}/%{_datadir}
#
#mkdir -p %{buildroot}%{_datadir}/applications/
#cat << EOF > %{buildroot}%{_datadir}/applications/%{name}.desktop
#[Desktop Entry]
#Type=Application
#Exec=%{_bindir}/gocr
#Icon=%{name}
#Categories=Graphics;Viewer;
#Name=Gocr
#Name[ru]=Gocr
#Comment=Optical recognition program
#Comment[ru]=Система распознавания текста
#EOF

%clean

%files -n %{name}
%doc AUTHORS BUGS CREDITS HISTORY README REMARK.txt REVIEW TODO
%doc doc/{examples.txt,gocr.html,unicode.txt}
%{_mandir}/man1/*
%attr(755,root,root) %{_bindir}/*
#%{_datadir}/applications/%{name}.desktop

%changelog

* Sat Nov 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.50-1
- (42ff7e0) Updated to 0.50 , spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22707 |14mu|golang-1.9.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# build ids are n	ot currently generated:
# https://code.google.com/p/go/issues/detail?id=5238
#
# also, debuginfo extraction currently fails with
# "Failed to write file: invalid section alignment"
%global debug_package %{nil}

# we are shipping the full contents of src in the data subpackage, which
# contains binary-like things (ELF data for tests, etc)
%global _binaries_in_noarch_packages_terminate_build 0

# Don't alter timestamps of especially the .a files (or else go will rebuild later)
# Actually, don't strip at all since we are not even building debug packages and this corrupts the dwarf testdata
%global __strip /bin/true

# rpmbuild magic to keep from having meta dependency on libc.so.6
# % define _use_internal_dependency_generator 0
# % define __find_requires %{nil}
%global debug_package %{nil}
%global __spec_install_post /usr/lib/rpm/brp-compress

# %define _emacs_sitelispdir %{_datadir}/emacs/site-lisp
# %define _xemacs_sitelispdir %{_datadir}/xemacs/site-lisp
# %define _emacs_sitestartdir %{_datadir}/emacs/site-lisp
# %define _xemacs_sitestartdir %{_datadir}/xemacs/site-lisp

%define __noautoreq '/bin/rc|/usr/bin/awk|libc.so'

Name:           golang
Version:        1.9.7
Release:        1
Summary:        The Go Programming Language
Group:          Development/Other
License:        BSD
URL:            http://golang.org/
Source0:        https://storage.googleapis.com/golang/go%{version}.src.tar.gz
Source3:        macros.go
#bootstrap
Source10:	https://storage.googleapis.com/golang/go%{version}.linux-amd64.tar.gz
Source11:	https://storage.googleapis.com/golang/go%{version}.linux-386.tar.gz
# for hostname
BuildRequires:  net-tools 

%rename go

# We strip the meta dependency, but go does require glibc.
# This is an odd issue, still looking for a better fix.
Requires:   glibc

# Having godoc and the documentation separate was broken
Obsoletes:      %{name}-godoc < 1.1-4
Obsoletes:      %{name}-docs < 1.1-4

# RPM can't handle symlink -> dir with subpackages, so merge back
Obsoletes:      %{name}-data < 1.1.1-4

ExclusiveArch:  %{ix86} x86_64 %{arm}

Source100:      golang-gdbinit
Source101:      golang-prelink.conf
Source102:	%{name}.rpmlintrc

%description
%{summary}.

# Workaround old RPM bug of symlink-replaced-with-dir failure
%pretrans -p <lua>
for _,d in pairs({"api", "doc", "include", "lib", "src"}) do
  path = "%{_libdir}/%{name}/" .. d
  if posix.stat(path, "type") == "link" then
    os.remove(path)
    posix.mkdir(path)
  end
end


%prep
#setup -q -n go


# setup go_arch (BSD-like scheme)
%ifarch %{ix86}
sed -i 's|GOARCH|386|' %{SOURCE3}
%define go_arch 386
%setup -q -a11 -T -c -n go-bootstrap
%endif

%ifarch x86_64
sed -i 's|GOARCH|amd64|' %{SOURCE3}
%define go_arch amd64
%setup -q -a10 -T -c -n go-bootstrap
%endif

%setup -q -n go


%build
export CFLAGS="${RPM_OPT_FLAGS/-Wstrict-aliasing=2/} -Wno-error"
export LDFLAGS="$RPM_LD_FLAGS"

# set up final install location
export GOROOT_FINAL=%{_libdir}/%{name}
#export GOROOT=$(pwd -P)
export GOROOT=$RPM_BUILD_DIR/go-bootstrap/go
export GOBIN="$GOROOT"/bin
export GOROOT_BOOTSTRAP=$GOROOT
# TODO use the system linker to get the system link flags and build-id
# when https://code.google.com/p/go/issues/detail?id=5221 is solved
#export GO_LDFLAGS="-linkmode external -extldflags $RPM_LD_FLAGS"

# build
#cd src
#./make.bash
#cd ..

pushd src
./make.bash
popd

# build static version of documentation
export PATH="$PATH":"$GOROOT"/bin
#cd doc
#make
#cd ..

%check
export GOROOT=$(pwd -P)
export PATH="$PATH":"$GOROOT"/bin
cd src
# For now test 3729,5603 doesn't pass so skiping it
perl -pi -e 's/!windows/!windows,!linux/' ../misc/cgo/test/issue3729.go
perl -pi -e 's/func Test3729/\/\/func Test3729/' ../misc/cgo/test/cgo_test.go
perl -pi -e 's/^package/\/\/ +build !linux
package/' ../misc/cgo/test/issue5603.go
perl -pi -e 's/func Test5603/\/\/func Test5603/' ../misc/cgo/test/cgo_test.go
#./run.bash --no-rebuild
cd ..


%install
# create the top level directories
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_libdir}/%{name}

# remove all .bat
pushd src
rm -f *.bat
popd


# install everything into libdir (until symlink problems are fixed)
# https://code.google.com/p/go/issues/detail?id=5830
#cp -av api bin doc favicon.ico include lib pkg robots.txt src %{buildroot}%{_libdir}/%{name}
cp -av bin lib src pkg robots.txt %{buildroot}%{_libdir}/%{name}

# remove the unnecessary zoneinfo file (Go will always use the system one first)
rm -rfv %{buildroot}%{_libdir}/%{name}/lib/time

# remove the doc Makefile
rm -rfv %{buildroot}%{_libdir}/%{name}/doc/Makefile

# add symlinks for binaries
pushd %{buildroot}%{_bindir}
for z in %{buildroot}%{_libdir}/%{name}/bin/*
  do ln -s %{_libdir}/%{name}/bin/$(basename $z)
done
popd

# gdbinit
#mkdir -p %{buildroot}%{_sysconfdir}/gdbinit.d
install -d %{buildroot}%{_sysconfdir}/gdbinit.d
cp -av %{SOURCE100} %{buildroot}%{_sysconfdir}/gdbinit.d/golang

# prelink blacklist
#mkdir -p %{buildroot}%{_sysconfdir}/prelink.conf.d
install -d %{buildroot}%{_sysconfdir}/prelink.conf.d
cp -av %{SOURCE101} %{buildroot}%{_sysconfdir}/prelink.conf.d/golang.conf

# install RPM macros ($GOARCH prepared in %%prep section)
install -Dm644 %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm/macros.go

%files
%doc api/ doc/ AUTHORS CONTRIBUTORS LICENSE PATENTS VERSION README.md
# go files
%{_libdir}/%{name}
# bin symlinks
%{_bindir}/go
#%{_bindir}/godoc
%{_bindir}/gofmt
# gdbinit (for gdb debugging)
%{_sysconfdir}/gdbinit.d
# prelink blacklist
%{_sysconfdir}/prelink.conf.d
# ROM macros
%config %{_sysconfdir}/rpm/macros.go


%changelog

* Fri Oct 26 2018 Mikhail N <m.novosyolov@rosalinux.ru> 1.9.7-1
- (847d452) Updated to 1.9.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22708 |14mu|golang-blackfriday-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define import_path github.com/russross/blackfriday
%define gopath %{_libdir}/golang
%define gosrc %{gopath}/src/%{import_path}

Summary:	Markdown processor for Go
Name:		golang-blackfriday
Version:	1.2
Release:	4
License:	BSD
Group:		Development/Other
Url:		https://%{import_path}
Source0:        https://%{import_path}/archive/v%{version}.tar.gz
Provides:       golang(%{import_path}) = %{version}-%{release}

%package devel
BuildRequires:  golang >= 1.3.3
BuildRequires:	golang-net-devel
Requires:       golang >= 1.3.3
Summary:        Markdown processor for Go

%description
Blackfriday is a markdown processor for Go

%description devel
Blackfriday is a markdown processor for Go devel part

%prep
%setup -q -n blackfriday-%{version}

%build
go build

%install
mkdir -p %{buildroot}%{gosrc}
for d in . ; do
    install -d -p %{buildroot}/%{gosrc}/$d
    cp -av $d/*.go %{buildroot}/%{gosrc}/$d
done
rm -f %{buildroot}%{gosrc}/{README.md}

%files
%doc README.md

%files devel
%doc README.md
%dir %attr(755,root,root) %{gosrc}
%{gosrc}/*.go



%changelog

* Tue Jun 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
- (771ac08) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22709 |14mu|golang-net-0.1.git84a4013f96e0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prerelease 84a4013f96e01fdd14b65d260a78b543e3702ee1
%define import_path code.google.com/p/go.net
%define gopath %{_libdir}/golang
%define gosrc %{gopath}/src/%{import_path}
%define shortcommit %(c=%{prerelease}; echo ${c:0:12})

Summary:	Supplementary Go networking libraries
Name:		golang-net
Version:	0.1.git%{shortcommit}
Release:	9
License:	BSD
Group:		Development/Other
Url:		http://net.go.googlecode.com
Source0:	http://net.go.googlecode.com/archive/%{prerelease}.zip
Provides:       golang(%{import_path}) = %{version}-%{release}
Provides:       golang(%{import_path}/dict) = %{version}-%{release}
Provides:       golang(%{import_path}/html) = %{version}-%{release}
Provides:       golang(%{import_path}/html/atom) = %{version}-%{release}
Provides:       golang(%{import_path}/idna) = %{version}-%{release}
Provides:       golang(%{import_path}/ipv4) = %{version}-%{release}
Provides:       golang(%{import_path}/ipv6) = %{version}-%{release}
Provides:       golang(%{import_path}/proxy) = %{version}-%{release}
Provides:       golang(%{import_path}/publicsuffix) = %{version}-%{release}
Provides:       golang(%{import_path}/spdy) = %{version}-%{release}
Provides:       golang(%{import_path}/websocket) = %{version}-%{release}

%package devel
BuildRequires:  golang >= 1.3.3
Requires:       golang >= 1.3.3
Summary:        Supplementary Go networking libraries

%description devel
Supplementary Go networking libraries devel part

%description
Supplementary Go networking libraries

%prep
cd %{_builddir}
rm -rf net.go-*
unzip %{SOURCE0}

%build
cd %{_builddir}/net.go-%{shortcommit}
#go build

%install
mkdir -p %{buildroot}%{gosrc}
cp -av %{_builddir}/net.go-%{shortcommit}/* %{buildroot}%{gosrc}/
rm -vf %{buildroot}%{gosrc}/LICENSE
rm -vf %{buildroot}%{gosrc}/README
rm -vf %{buildroot}%{gosrc}/AUTHORS
rm -vf %{buildroot}%{gosrc}/CONTRIBUTORS
rm -vf %{buildroot}%{gosrc}/PATENTS

%files
%doc net.go-%{shortcommit}/README
%doc net.go-%{shortcommit}/LICENSE

%files devel
%doc net.go-%{shortcommit}/LICENSE
%doc net.go-%{shortcommit}/README
%doc net.go-%{shortcommit}/AUTHORS
%doc net.go-%{shortcommit}/CONTRIBUTORS
%doc net.go-%{shortcommit}/PATENTS
%{gosrc}/*



%changelog

* Tue Jun 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.git84a4013f96e0-9
- (795d92b) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22710 |14mu|gom-0.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	1.0
%define major	0
%define libname	%mklibname gom %{api} %{major}
%define devname	%mklibname gom %{api} -d
%define girname	%mklibname gom-gir %{api}

%define url_ver	%(echo %{version} | cut -d. -f1,2)

Name:           gom
Version:        0.3.2
Release:        1
Summary:        GObject to SQLite object mapper library
Group:		System/Libraries
License:	LGPLv2+
URL:            https://wiki.gnome.org/Projects/Gom
Source0:        https://download.gnome.org/sources/gom/%{url_ver}/gom-%{version}.tar.xz
BuildRequires:  gobject-introspection-devel
BuildRequires:  intltool
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(gobject-2.0)
BuildRequires:  pkgconfig(sqlite3)
BuildRequires:	pkgconfig(libpng16)

%description
Gom provides an object mapper from GObjects to SQLite. It helps you write
applications that need to store structured data as well as make complex queries
upon that data.

%package -n %{libname}
Summary:	GObject to SQLite object mapper library
Group:		System/Libraries

%description -n %{libname}
Gom provides an object mapper from GObjects to SQLite. It helps you write
applications that need to store structured data as well as make complex queries
upon that data.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:        Development files for %{name}
Group:		Development/Other
Requires:       %{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name '*.la' -delete

%find_lang gom

%files -f gom.lang

%files -n %{libname}
%{_libdir}/libgom-%{api}.so.%{major}
%{_libdir}/libgom-%{api}.so.%{major}.*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gom-%{api}.typelib

%files -n %{devname}
%doc %{_datadir}/gtk-doc
%{_includedir}/gom-%{api}
%{_libdir}/libgom-%{api}.so
%{_libdir}/pkgconfig/gom-%{api}.pc
%{_datadir}/gir-1.0/Gom-%{api}.gir


%changelog

* Tue Feb 02 2016 Tigro <ashejn@gmail.com> 0.3.2-1
- (ebf3611) update to 0.3.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22711 |14mu|go-md2man-1.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define import_path github.com/cpuguy83/go-md2man
%define gopath %{_libdir}/golang
%define gosrc %{gopath}/src/%{import_path}

Summary:	Transform md into man pages
Name:		go-md2man
Version:	1.0.2
Release:	2
License:	Specific
Group:		Development/Other
Url:		https://%{import_path}
Source0:        https://%{import_path}/archive/v%{version}.tar.gz
Provides:       golang(%{import_path}) = %{version}-%{release}
Provides:       golang(%{import_path}/mangen)

%package devel
BuildRequires:  golang >= 1.3.3
BuildRequires:  golang-blackfriday-devel
BuildRequires:  golang-net-devel
Requires:       golang >= 1.3.3
Summary:        Transform md into man pages devel part

%description
Transform md into man pages

%description devel
Transform md into man pages devel part

%prep
%setup -q  -n %{name}-%{version}

%build
mkdir -p ./_build/src/github.com/cpuguy83/
ln -s $(pwd) ./_build/src/%{import_path}
export GOPATH=$(pwd)/_build:%{gopath}
pushd $(pwd)/_build/src/%{import_path}
go build
popd

%install
mkdir -p %{buildroot}%{gosrc}
for d in . mangen; do
    install -d -p %{buildroot}/%{gosrc}/$d
    cp -av $d/*.go %{buildroot}/%{gosrc}/$d
done
rm -f %{buildroot}%{gosrc}/{README.md}
install -d -m 755 %{buildroot}/%{_bindir}
install -m 755 %{name} %{buildroot}/%{_bindir}/%{name}

%files
%doc README.md
%{_bindir}/%{name}

%files devel
%doc README.md
%dir %attr(755,root,root) %{gosrc}
%dir %attr(755,root,root) %{gosrc}/mangen
%{gosrc}/*.go
%{gosrc}/*/*.go



%changelog

* Tue Jun 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-2
- (174fd89) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22712 |14mu|goobox-3.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d "." -f -2)

Summary:	CD player and ripper for GNOME
Name:		goobox
Version:	3.4.0
Release:	1
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
License:	GPLv2+
Group:		Sound
Url:		http://www.gnome.org
BuildRequires:	pkgconfig(glib-2.0) >= 2.28
BuildRequires:	pkgconfig(gstreamer-1.0) >= 1.0.0
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.6.0
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libbrasero-media3)
BuildRequires:	pkgconfig(libdiscid)
BuildRequires:	pkgconfig(libmusicbrainz5) >= 5.0.0
BuildRequires:	pkgconfig(libnotify) >= 0.4.3
BuildRequires:	pkgconfig(sm)
BuildRequires:	intltool >= 0.35.0
BuildRequires:	itstool 
BuildRequires:	libxml2-utils
Requires:	gstreamer1.0-plugins-good

%description
Goobox is a CD player and ripper that always knows just what to do.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc README NEWS AUTHORS ChangeLog
%{_bindir}/%{name}
%{_datadir}/GConf/gsettings/%{name}.convert
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/*/*/*/*
%{_datadir}/appdata/%{name}.appdata.xml



%changelog

* Wed Apr 15 2015 Tigro <ashejn@gmail.com> 3.4.0-1
- (c3f8bee) pack icons



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22713 |14mu|google-authenticator-1.03-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	One-time pass-code support using open standards
Name:		google-authenticator
Version:	1.03
Release:	1
License:	ASL 2.0
Group:		System/Libraries
Url:		https://github.com/google/%{name}-libpam/
Source0:	https://github.com/google/%{name}-libpam/archive/%{version}.zip
BuildRequires:	libtool
BuildRequires:	pam-devel

%description
The Google Authenticator package contains a plug-able authentication
module (PAM) which allows login using one-time pass-codes conforming to
the open standards developed by the Initiative for Open Authentication
(OATH) (which is unrelated to OAuth).

Pass-code generators are available (separately) for several mobile
platforms.

These implementations support the HMAC-Based One-time Password (HOTP)
algorithm specified in RFC 4226 and the Time-based One-time Password
(TOTP) algorithm currently in draft.

%files
%doc README.md FILEFORMAT CONTRIBUTING.md LICENSE
%{_bindir}/%{name}
/%{_lib}/security/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-libpam-%{version}

%build
./bootstrap.sh
%configure2_5x \
	--libdir="/%{_lib}/"
%make

%install
%makeinstall_std


%changelog

* Thu Jun 15 2017 Rosa <rosa@abf.rosalinux.ru> 1.03-1
- (e59d3b4) Automatic import for version 1.03-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22714 |14mu|google-perftools-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gperftools

%define pr_major 0
%define major 4
%define libprofiler %mklibname profiler %{pr_major}
%define libtcmalloc %mklibname tcmalloc %{major}
%define libtcmallocpr %mklibname tcmalloc_and_profiler %{major}
%define libtcmallocd %mklibname tcmalloc_debug %{major}
%define libtcmallocm %mklibname tcmalloc_minimal %{major}
%define libtcmallocmd %mklibname tcmalloc_minimal_debug %{major}
%define devname %mklibname google-perftools -d

Summary:	Performance tools for C++
Name:		google-perftools
Version:	2.1
Release:	4
License:	BSD
Group:		System/Libraries
Url:		http://code.google.com/p/%{oname}/
Source0:	http://%{oname}.googlecode.com/files/%{oname}-%{version}.tar.gz
BuildRequires:	file
BuildRequires:	libtool
Conflicts:	%{_lib}google-perftools4 < 2.1

%description
The google-perftools packages contains some utilities to improve and analyze
the performance of C++ programs.  This includes an optimized thread-caching
malloc() and cpu and heap profiling utilities.

%files
%doc AUTHORS COPYING ChangeLog INSTALL README
%{_bindir}/pprof
%{_mandir}/man1/pprof.1*

#----------------------------------------------------------------------------

%package -n %{libprofiler}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}google-perftools4 < 2.1
Obsoletes:	%{_lib}google-perftools4 < 2.1

%description -n %{libprofiler}
Shared library for %{name}.

%files -n %{libprofiler}
%{_libdir}/libprofiler.so.%{pr_major}*

#----------------------------------------------------------------------------

%package -n %{libtcmalloc}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}google-perftools4 < 2.1

%description -n %{libtcmalloc}
Shared library for %{name}.

%files -n %{libtcmalloc}
%{_libdir}/libtcmalloc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libtcmallocpr}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}google-perftools4 < 2.1

%description -n %{libtcmallocpr}
Shared library for %{name}.

%files -n %{libtcmallocpr}
%{_libdir}/libtcmalloc_and_profiler.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libtcmallocd}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}google-perftools4 < 2.1

%description -n %{libtcmallocd}
Shared library for %{name}.

%files -n %{libtcmallocd}
%{_libdir}/libtcmalloc_debug.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libtcmallocm}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}google-perftools4 < 2.1

%description -n %{libtcmallocm}
Shared library for %{name}.

%files -n %{libtcmallocm}
%{_libdir}/libtcmalloc_minimal.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libtcmallocmd}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}google-perftools4 < 2.1

%description -n %{libtcmallocmd}
Shared library for %{name}.

%files -n %{libtcmallocmd}
%{_libdir}/libtcmalloc_minimal_debug.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for google-perftools libraries
Group:		Development/C++
Requires:	%{libprofiler} = %{EVRD}
Requires:	%{libtcmalloc} = %{EVRD}
Requires:	%{libtcmallocpr} = %{EVRD}
Requires:	%{libtcmallocd} = %{EVRD}
Requires:	%{libtcmallocm} = %{EVRD}
Requires:	%{libtcmallocmd} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for google-perftools libraries.

%files -n %{devname}
%doc doc/*.html doc/*.png doc/*.dot doc/*.gif doc/*.txt TODO
%{_includedir}/google/*.h
%{_includedir}/%{oname}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
%ifarch x86_64
	--enable-frame-pointers
%endif

%make

%install
%makeinstall_std

# cleanup
rm -rf %{buildroot}/usr/share/doc/%{oname}-%{version}

%changelog

* Fri Feb 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1-4
- (2c7ae7a) MassBuild#1257: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22715 |14mu|gpart-0.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hard disk primary partition table reconstruction
Name:		gpart
Version:	0.2.1
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		https://github.com/baruch/gpart/
Source0:	https://github.com/baruch/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz

%description
A tool which tries to guess the primary partition table of a PC-type hard disk
in case the primary partition table in sector 0 is damaged, incorrect or
deleted. The guessed table can be written to a file or device. Supported
(guessable) filesystem or partition types: DOS/Windows FAT, Linux ext2 and
swap, OS/2 HPFS, Windows NTFS, FreeBSD and Solaris/x86 disklabels, Minix FS,
QNX 4 FS, Reiser FS, LVM physical volumes, BeOS FS, SGI XFS.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/%{name}
%{_mandir}/man8/*




%changelog

* Mon Jun 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-1
- (4c8eed9) Updated to 0.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22716 |14mu|gparted-0.26.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _files_listed_twice_terminate_build 0

Summary:	Graphical frontend to libparted
Name:		gparted
Version:	0.26.1
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://gparted.org
Source0:	http://downloads.sourceforge.net/project/gparted/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1:	http://downloads.sourceforge.net/project/gparted/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz.sig
Source2:	gparted-console.apps
Source3:	gparted-pam.d
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	rarian
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libparted)
BuildRequires:	pkgconfig(sigc++-2.0)
BuildRequires:	pkgconfig(uuid)
Requires:	gpart
Requires:	usermode-consoleonly
Requires:	yelp

%description
GParted stands for Gnome Partition Editor and is a graphical frontend to
libparted. Among other features it supports creating, resizing, moving
and copying of partitions.

%files -f %{name}.lang
%doc AUTHORS README COPYING ChangeLog
%{_bindir}/%{name}
%{_sbindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/*
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man8/*
%config(noreplace) %{_sysconfdir}/pam.d/gparted
%config(noreplace) %{_sysconfdir}/security/console.apps/gparted

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

sed '/latin\/figures/d' %{name}.lang

#consolehelper
mkdir -p %{buildroot}%{_bindir}
ln -s consolehelper %{buildroot}%{_bindir}/gparted
sed -i 's|%{_sbindir}|%{_bindir}|' %{buildroot}%{_datadir}/applications/*.desktop

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cp %{SOURCE2} %{buildroot}%{_sysconfdir}/security/console.apps/gparted

mkdir -p %{buildroot}%{_sysconfdir}/pam.d
cp %{SOURCE3} %{buildroot}%{_sysconfdir}/pam.d/gparted

desktop-file-install --vendor='' \
	--dir %{buildroot}%{_datadir}/applications/ \
	--remove-category=GNOME \
	--add-category='GTK;HardwareSettings;Settings' \
	%{buildroot}%{_datadir}/applications/*.desktop

%changelog

* Sat Jul 09 2016 abondrov <andrey.bondrov@rosalab.ru> 0.26.1-1
- (81f7ff1) Merge pull request #3 from alzim/gparted:rosa2014.1
- (81f7ff1) Updated to 0.26.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22717 |14mu|gpm-1.20.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without	ncurses
%bcond_with	uclibc

# this defines the library version that this package builds.
%define	major	2
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d

Summary:	A mouse server for the Linux console
Name:		gpm
Version:	1.20.7
Release:	9
License:	GPLv2+
Group:		System/Servers
Url:		http://www.nico.schottelius.org/software/gpm/
Source0:	http://www.nico.schottelius.org/software/gpm/archives/%{name}-%{version}.tar.lzma
#(proyvind): please don't remove, still used by DrakX micro environment
Source1:	gpm.init
Source2:	inputattach.c
Source3:	gpm.service
# fedora patches (gpm-1.20.5-1.fc10.src.rpm)
Patch1:		gpm-1.20.1-multilib.patch
Patch2:		gpm-1.20.1-lib-silent.patch
Patch4:		gpm-1.20.5-close-fds.patch
Patch5:		gpm-1.20.7-weak-wgetch.patch
# mdv patches
Patch50:	gpm-1.20.5-nodebug.patch
Patch51:	gpm-1.20.0-docfix.patch
Patch52:	gpm-1.20.7-do_not_build_it_twice.diff
Patch53:	gpm-1.20.5-format_not_a_string_literal_and_no_format_arguments.diff
# these automake files are utter crap, so just let's rip out the stuff that really doesn't belong
# there, we don't use and that's causing problem..
Patch54:	gpm-1.20.7-fix-out-of-source-build.patch

BuildRequires:	bison
BuildRequires:	byacc
BuildRequires:	texinfo
%if %{with ncurses}
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
%endif
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.33.2-3
%endif
Requires(post,preun):	chkconfig
Requires(post,preun):	rpm-helper

%description
Gpm provides mouse support to text-based Linux applications like the
emacs editor, the Midnight Commander file management system, and other
programs.  Gpm also provides console cut-and-paste operations using
the mouse and includes a program to allow pop-up menus to appear at
the click of a mouse button.

%files
%config(noreplace) %{_sysconfdir}/gpm-root.conf
%{_unitdir}/gpm.service
%{_initrddir}/gpm
%{_bindir}/display-buttons
%{_bindir}/display-coords
%{_bindir}/mev
%{_bindir}/gpm-root
%{_bindir}/hltest
%{_bindir}/mouse-test
%{_bindir}/disable-paste
%{_bindir}/get-versions
%{_sbindir}/gpm
%{_sbindir}/inputattach
%{_infodir}/gpm.info*
%{_mandir}/man1/mev.1*
%{_mandir}/man1/mouse-test.1*
%{_mandir}/man1/gpm-root.1*
%{_mandir}/man7/gpm-types.7*
%{_mandir}/man8/gpm.8*

%post
%_post_service gpm
# handle init sequence change
if [ -f /etc/rc5.d/S85gpm ]; then
    chkconfig --add gpm
fi

%preun
%_preun_service gpm

#----------------------------------------------------------------------------

%if %{with uclibc}
%package -n uclibc-%{name}
Summary:	A mouse server for the Linux console (uClibc build)
Group:		System/Servers

%description -n uclibc-%{name}
Gpm provides mouse support to text-based Linux applications like the
emacs editor, the Midnight Commander file management system, and other
programs.  Gpm also provides console cut-and-paste operations using
the mouse and includes a program to allow pop-up menus to appear at
the click of a mouse button.

%files -n uclibc-%{name}
%{uclibc_root}%{_bindir}/display-buttons
%{uclibc_root}%{_bindir}/display-coords
%{uclibc_root}%{_bindir}/mev
%{uclibc_root}%{_bindir}/gpm-root
%{uclibc_root}%{_bindir}/hltest
%{uclibc_root}%{_bindir}/mouse-test
%{uclibc_root}%{_bindir}/disable-paste
%{uclibc_root}%{_bindir}/get-versions
%{uclibc_root}%{_sbindir}/gpm
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries and header files for developing mouse driven programs
Group:		System/Libraries

%description -n %{libname}
Library used by the gpm program.

%files -n %{libname}
/%{_lib}/libgpm.so.%{major}*

#----------------------------------------------------------------------------

%if %{with uclibc}
%package -n uclibc-%{libname}
Summary:	Libraries and header files for developing mouse driven programs (uClibc build)
Group:		System/Libraries

%description -n uclibc-%{libname}
Library used by the gpm program.

%files -n uclibc-%{libname}
%{uclibc_root}/%{_lib}/libgpm.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for developing mouse driven programs
Group:		Development/C
Requires:	%{libname} = %{EVRD}
%if %{with uclibc}
Requires:	uclibc-%{libname} = %{EVRD}
%endif
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The %{devname} package contains the libraries and header files needed
for development of mouse driven programs.  This package allows you to
develop text-mode programs which use the mouse.

Install %{devname} if you need to develop text-mode programs which
will use the mouse. You'll also need to install the gpm package.

%files -n %{devname}
%{_libdir}/libgpm.a
%{_libdir}/libgpm.so
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libgpm.so
%endif
%{_includedir}/gpm.h

#----------------------------------------------------------------------------

%prep
%setup -q
find -name \*.c |xargs chmod 644

# fedora patches
%patch1 -p1 -b .multilib~
%patch2 -p1 -b .lib-silent́~
%patch4 -p1 -b .close-fd~
%patch5 -p1 -b .weak-wgetch~

# mdv patches
%patch50 -p1 -b .nodebug~
%patch51 -p1 -b .docfix~
%patch52 -p1 -b .do_not_build_it_twice~
%patch53 -p0 -b .format_not_a_string_literal_and_no_format_arguments~
%patch54 -p1 -b .out_of_source~

cp %{SOURCE2} inputattach.c

./autogen.sh

%if %{with uclibc}
mkdir .uclibc
cp -a * .uclibc
%endif

%build
export ac_cv_path_emacs=no

%if %{with uclibc}
pushd .uclibc
CFLAGS="%{uclibc_cflags}" \
%uclibc_configure \
	--disable-static \
%if !%{with ncurses}
	--without-curses
%endif

make
unset CFLAGS
popd
%endif

%configure2_5x \
%if !%{with ncurses}
	--without-curses
%endif

make

%{__cc} %{optflags} %{ldflags} -o inputattach inputattach.c

%install
%if %{with uclibc}
%makeinstall_std -C .uclibc
mkdir -p %{buildroot}%{uclibc_root}/%{_lib}
mv %{buildroot}%{uclibc_root}%{_libdir}/libgpm.so.%{major}* %{buildroot}%{uclibc_root}/%{_lib}
ln -srf %{buildroot}%{uclibc_root}/%{_lib}/libgpm.so.%{major}.* %{buildroot}%{uclibc_root}%{_libdir}/libgpm.so
%endif

%makeinstall_std

install -m644 conf/gpm-root.conf -D %{buildroot}%{_sysconfdir}/gpm-root.conf
install -m755 inputattach -D %{buildroot}%{_sbindir}/inputattach

mkdir -p %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libgpm.so.%{major}* %{buildroot}/%{_lib}
ln -srf %{buildroot}/%{_lib}/libgpm.so.%{major}.*.* %{buildroot}%{_libdir}/libgpm.so

install -m755 %{SOURCE1} -D %{buildroot}%{_initrddir}/gpm
install -m644 %{SOURCE3} -D %{buildroot}%{_unitdir}/gpm.service
chmod +x %{buildroot}/%{_lib}/libgpm.so.%{major}*


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.20.7-9
- (4e27b20) Disable parallel build
- (4e27b20) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22718 |14mu|gpsd-3.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 22
%define libgps %mklibname gps %{major}
%define libqtname %mklibname Qgpsmm %{major}
%define devname %mklibname %{name} -d

Summary:	GPS data translator and GUI
Name:		gpsd
Version:	3.15
Release:	1
License:	BSD
Group:		Sciences/Geosciences
Url:		http://catb.org/gpsd/
Source0:	http://download.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
Source1:	gpsd.rules
Patch0:		gpsd-3.15-link.patch
Patch1:		gpsd-2.90-udev.patch
BuildRequires:	docbook-style-xsl
BuildRequires:	scons
BuildRequires:	udev
BuildRequires:	xmlto
BuildRequires:	lesstif-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(python)
Requires:	%{name}-python = %{EVRD}

%description
gpsd is a service daemon that mediates access to a GPS sensor
connected to the host computer by serial or USB interface, making its
data on the location/course/velocity of the sensor available to be
queried on TCP port 2947 of the host computer.  With gpsd, multiple
GPS client applications (such as navigational and wardriving software)
can share access to a GPS without contention or loss of data.  Also,
gpsd responds to queries with a format that is substantially easier to
parse than NMEA 0183.  A client library is provided for applications.

After installing this RPM, gpsd will automatically connect to USB
GPSes when they are plugged in and requires no configuration.  For
serial GPSes, you will need to start gpsd by hand.  Once connected,
the daemon automatically discovers the correct baudrate, stop bits,
and protocol. The daemon will be quiescent when there are no
clients asking for location information, and copes gracefully when the
GPS is unplugged and replugged.

%files
%doc README
%{_sbindir}/gpsd
%{_sbindir}/gpsdctl
%{_bindir}/gegps
%{_bindir}/gps2udp
%{_bindir}/gpscat
%{_bindir}/gpsctl
%{_bindir}/gpsprof
%{_bindir}/gpsmon
%{_bindir}/gpsdecode
%{_bindir}/ntpshmmon
%{_mandir}/man1/ntpshmmon.1.xz
%{_mandir}/man8/gpsd.8*
%{_mandir}/man8/gpsdctl.8*
%{_mandir}/man8/gpsinit.8*
%{_mandir}/man1/gegps.1*
%{_mandir}/man1/gps.1*
%{_mandir}/man1/gps2udp.1*
%{_mandir}/man1/gpsprof.1*
%{_mandir}/man1/gpscat.1*
%{_mandir}/man1/gpsctl.1*
%{_mandir}/man1/gpsmon.1*
%{_mandir}/man1/gpsdecode.1*
%{_mandir}/man5/gpsd_json.5*
%{_mandir}/man5/srec.5*
%{_sysconfdir}/init.d/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_sysconfdir}/udev/agents.d/usb/gpsd
%{_sysconfdir}/udev/rules.d/70-gpsd.rules

#----------------------------------------------------------------------------

%package -n %{libgps}
Summary:	Libraries for gpsd
Group:		System/Libraries
Conflicts:	%{_lib}gpsd19 < 2.95-5

%description -n %{libgps}
This package contains a shared library for %{name}.

%files -n %{libgps}
%{_libdir}/libgps.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqtname}
Summary:	Qt bindings for gpsd
Group:		System/Libraries

%description -n %{libqtname}
This package contains Qt bindings for gpsd.

%files -n %{libqtname}
%{_libdir}/libQgpsmm.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Client libraries in C and Python for talking to a running gpsd or GPS
Group:		Development/C
Requires:	%{libgps} = %{EVRD}
Requires:	%{libqtname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}gpsd-static-devel < 2.95-5

%description -n %{devname}
This package provides C header files for the gpsd shared libraries
that manage access to a GPS for applications; also Python modules.
You will need to have gpsd installed for it to work.

%files -n %{devname}
%doc TODO
%{_includedir}/gps.h
%{_includedir}/libgpsmm.h
%{_libdir}/libgps.so
%{_libdir}/libQgpsmm.so
%{_libdir}/libQgpsmm.prl
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man1/gpsfake.1*
%{_mandir}/man3/libgps.3*
%{_mandir}/man3/libgpsmm.3*
%{_mandir}/man3/libQgpsmm.3*
%{_bindir}/gpsfake

#----------------------------------------------------------------------------

%package clients
Summary:	Clients for gpsd with an X interface
Group:		Sciences/Geosciences
Requires:	%{name}
Requires:	%{name}-python

%description clients
xgps is a simple test client for gpsd with an X interface. It displays
current GPS position/time/velocity information and (for GPSes that
support the feature) the locations of accessible satellites.

xgpsspeed is a speedometer that uses position information from the GPS.
It accepts an -h option and optional argument as for gps, or a -v option
to dump the package version and exit. Additionally, it accepts -rv
(reverse video) and -nc (needle color) options.

%files clients
%{_bindir}/xgps
%{_bindir}/cgps
%{_bindir}/gpspipe
%{_bindir}/xgpsspeed
%{_bindir}/gpxlogger
%{_bindir}/lcdgps
%{_mandir}/man1/xgps.1*
%{_mandir}/man1/cgps.1*
%{_mandir}/man1/gpspipe.1*
%{_mandir}/man1/lcdgps.1.*
%{_mandir}/man1/xgpsspeed.1*
%{_datadir}/applications/mandriva-%{name}-clients.desktop

#----------------------------------------------------------------------------

%package python
Summary:	Python bindings for gpsd
Group:		Development/Python

%description python
This package contains the Python bindings for gpsd. It will be needed
for any applications that interface with gpsd via python.

%files python
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%setup_compile_flags
%scons prefix=%{_prefix} datadir=%{_datadir} libdir=%{_libdir} nostrip=true

%install
export CC=%{__cc}
export CXX=%{__cxx}
export DESTDIR=%{buildroot}
%setup_compile_flags
%scons_install

# udev rules
install -d -m 0755 %{buildroot}%{_sysconfdir}/udev/rules.d
install -p -m 0644 gpsd.rules %{buildroot}%{_sysconfdir}/udev/rules.d/70-gpsd.rules

mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d
install -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/70-gpsd.rules

mkdir -p %{buildroot}%{_sysconfdir}/udev/agents.d/usb
install -m755 gpsd.hotplug %{buildroot}%{_sysconfdir}/udev/agents.d/usb/gpsd

# init scripts
install -d -m 0755 %{buildroot}%{_sysconfdir}/init.d
install -p -m 0755 packaging/rpm/gpsd.init \
	%{buildroot}%{_sysconfdir}/init.d/gpsd

install -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig
install -p -m 0644 packaging/rpm/gpsd.sysconfig \
	%{buildroot}%{_sysconfdir}/sysconfig/gpsd

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-clients.desktop << EOF
[Desktop Entry]
Name=XGPS
Comment=XGPS
Exec=xgps
Icon=communications_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Science;Geology;
EOF


%changelog

* Thu Dec 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.15-1
- (01ace94) Adjust spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22719 |14mu|gptfdisk-1.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An fdisk-like partitioning tool for GPT disks
Name:		gptfdisk
Version:	1.0.1
Release:	2
License:	GPLv2+
Group:		System/Configuration/Hardware
Url:		http://www.rodsbooks.com/gdisk
Source0:	http://download.sourceforge.net/project/gptfdisk/gptfdisk/%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(icu-io)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(uuid)
Provides:	gdisk = %{EVRD}
Conflicts:	gdisk < 1.0.1
Obsoletes:	gdisk < 1.0.1

%description
An fdisk-like partitioning tool for GPT disks. GPT
fdisk features a command-line interface, fairly direct
manipulation of partition table structures, recovery
tools to help you deal with corrupt partition tables,
and the ability to convert MBR disks to GPT format.

%files
%doc NEWS COPYING README
%{_sbindir}/gdisk
%{_sbindir}/cgdisk
%{_sbindir}/sgdisk
%{_sbindir}/fixparts
%{_mandir}/man8/*.8*

#----------------------------------------------------------------------------

%prep
%setup -qn gptfdisk-%{version}

%build
%setup_compile_flags
%make CC=%{__cc} CXX=%{__cxx}

%install
mkdir -p %{buildroot}%{_sbindir}
install -Dp -m0755 gdisk %{buildroot}%{_sbindir}
install -Dp -m0755 cgdisk %{buildroot}%{_sbindir}
install -Dp -m0755 sgdisk %{buildroot}%{_sbindir}
install -Dp -m0755 fixparts %{buildroot}%{_sbindir}
install -Dp -m0644 gdisk.8 %{buildroot}%{_mandir}/man8/gdisk.8
install -Dp -m0644 cgdisk.8 %{buildroot}%{_mandir}/man8/cgdisk.8
install -Dp -m0644 sgdisk.8 %{buildroot}%{_mandir}/man8/sgdisk.8
install -Dp -m0644 fixparts.8 %{buildroot}%{_mandir}/man8/fixparts.8


%changelog

* Wed Mar 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-2
- (6864c5a) Fix man pages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22720 |14mu|granatier-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Bomberman game
Name:		granatier
Epoch:		1
Version:	4.14.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/granatier/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Granatier is a clone of the classic Bomberman game, inspired by the work
of the Clanbomber clone.

%files
%{_kde_bindir}/granatier
%{_kde_applicationsdir}/granatier.desktop
%{_kde_appsdir}/granatier
%{_kde_datadir}/config.kcfg/granatier.kcfg
%{_kde_docdir}/*/*/granatier
%{_kde_iconsdir}/*/*/apps/granatier.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 283a737
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22721 |14mu|grantlee-qt5-5.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grantlee

Summary:	Qt string template engine based on the Django template system
Name:		%{oname}-qt5
Version:	5.0.0
Release:	2
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.gitorious.org/grantlee/pages/Home
Source0:	http://downloads.grantlee.org/%{oname}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Test)

%description
Grantlee is a plugin based String Template system written using the Qt
framework. The goals of the project are to make it easier for application
developers to separate the structure of documents from the data they
contain, opening the door for theming.

The syntax is intended to follow the syntax of the Django template
system, and the design of Django is reused in Grantlee. Django is covered
by a BSD style license.

Part of the design of both is that application developers can extend the
syntax by implementing their own tags and filters. For details of how to
do that, see the API documentation.

For template authors, different applications using Grantlee will present
the same interface and core syntax for creating new themes. For details
of how to write templates, see the documentation.

#----------------------------------------------------------------------------

# Should be possible to install both 32 and 64 bit package
%define modules %mklibname %{name}-modules

%package -n %{modules}
Summary:	Modules for Qt string template engine based on the Django template system
Group:		System/Libraries

%description -n %{modules}
Modules for Qt string template engine based on the Django template system

%files -n %{modules}
%doc AUTHORS CHANGELOG COPYING.LIB README
%{_libdir}/%{oname}/5.0/*.so

#----------------------------------------------------------------------------

%define templates_major 5
%define libtemplates %mklibname Grantlee_Templates %{templates_major}

%package -n %{libtemplates}
Summary:	Shared library for %{name}
Group:		System/Libraries
Requires:	%{modules}

%description  -n %{libtemplates}
Shared library for %{name}.

%files -n %{libtemplates}
%{_libdir}/libGrantlee_Templates.so.%{templates_major}*

#----------------------------------------------------------------------------

%define textdocument_major 5
%define libtextdocument %mklibname Grantlee_TextDocument %{textdocument_major}

%package -n %{libtextdocument}
Summary:	Shared library for %{name}
Group:		System/Libraries
Requires:	%{modules}

%description  -n %{libtextdocument}
Shared library for %{name}.

%files -n %{libtextdocument}
%{_libdir}/libGrantlee_TextDocument.so.%{textdocument_major}*

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libtemplates} = %{EVRD}
Requires:	%{libtextdocument} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	grantlee5-devel = %{EVRD}
# Qt4-based version
Conflicts:	%{oname}-devel

%description -n %{devname}
Libraries and header files to develop applications that use %{name}.

%files -n %{devname}
%{_libdir}/cmake/Grantlee5
%{_includedir}/%{oname}
%{_includedir}/%{oname}_textdocument.h
%{_includedir}/%{oname}_templates.h
%{_libdir}/libGrantlee_Templates.so
%{_libdir}/libGrantlee_TextDocument.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_qt5
%make

%install
%makeinstall_std -C build


%changelog

* Tue Feb 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0.0-2
- (cce16d4) Add modules subpackage (should be possible to install both 32 and 64 bit package)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22722 |14mu|graphicsmagick-1.3.26-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# GraphicsMagick actually uses libtool to load its modules
%define dont_remove_libtool_files 1

%define	Werror_cflags	%nil

%define	build_modules	1
%define	enable_jasper	1
%define	enable_graphwiz	1

%define	oname		GraphicsMagick
%define	major		3
%define	wand_major	2
%define	libname		%mklibname %{name} %{major}
%define	libnamepp	%mklibname %{name}++ 12
%define	libwandname	%mklibname graphicsmagickwand %{wand_major}
%define	devname		%mklibname %{name} -d
%define	qlev		Q16

%define __noautoprov '.*\.so$'

Summary:	An X application for displaying and manipulating images
Name:		graphicsmagick
Version:	1.3.26
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://www.graphicsmagick.org/
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{oname}-%{version}.tar.xz
Patch1:		GraphicsMagick-CVE-2017-11403.patch
Patch2:		GraphicsMagick-CVE-2017-11102-1.patch
Patch3:		GraphicsMagick-CVE-2017-11102-2.patch
Patch4:		GraphicsMagick-CVE-2017-11139.patch
Patch5:		GraphicsMagick-CVE-2017-11140.patch
Patch6:		GraphicsMagick-CVE-2017-11636.patch
Patch7:		GraphicsMagick-CVE-2017-11637.patch
Patch8:		GraphicsMagick-CVE-2017-11638.patch
Patch9:		GraphicsMagick-CVE-2017-11641.patch
Patch10:	GraphicsMagick-CVE-2017-11643.patch
BuildRequires:	chrpath
BuildRequires:	bzip2-devel
BuildRequires:	ghostscript-devel
BuildRequires:	jbigkit-devel
BuildRequires:	jpeg-devel
BuildRequires:	libtool-devel
BuildRequires:	libwmf-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(zlib)

%description
GraphicsMagick is the swiss army knife of image processing. It 
provides a robust collection of tools and libraries which support 
reading, writing, and manipulating an image in over 88 major formats 
including important formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, 
SVG, and TIFF. GraphicsMagick supports huge images on systems that 
support large files, and has been tested with gigapixel-size images. 
GraphicsMagick can create new images on the fly, making it suitable 
for building dynamic Web applications. GraphicsMagick may be used to 
resize, rotate, sharpen, color reduce, or add special effects to an 
image and save the result in the same or differing image format. 
Image processing operations are available from the command line, as 
well as through C, C++, Perl, or Windows COM programming interfaces. 
Extensions are available from third-parties to support programming in 
Python, Tcl, and Ruby. With some modification, language extensions for 
ImageMagick may be used.

%files
%doc ChangeLog *.txt
%{_bindir}/gm
%dir %{_libdir}/GraphicsMagick-%{version}/config
%{_libdir}/GraphicsMagick-%{version}/config/*.mgk
%dir %{_datadir}/GraphicsMagick-%{version}/config
%{_datadir}/GraphicsMagick-%{version}/config/*.mgk
%if %{build_modules}
%dir %{_libdir}/%{oname}-%{version}/modules-%{qlev}
%{_libdir}/%{oname}-%{version}/modules-%{qlev}/filters
%dir %{_libdir}/%{oname}-%{version}/modules-%{qlev}/coders
%{_libdir}/%{oname}-%{version}/modules-%{qlev}/coders/*.so
%{_libdir}/%{oname}-%{version}/modules-%{qlev}/coders/*.la
%endif
%{_mandir}/man1/GraphicsMagick++-config.1.*
%{_mandir}/man1/GraphicsMagick-config.1.*
%{_mandir}/man1/GraphicsMagickWand-config.1.*
%{_mandir}/man1/gm.1.*
%{_mandir}/man4/miff.4.*
%{_mandir}/man5/quantize.5.*

#--------------------------------------------------------------

%package -n %{libname}
Summary:	%{oname} libraries
Group:		System/Libraries

%description -n %{libname}
This package contains a shared library for %{name}.

%files -n %{libname}
%{_libdir}/libGraphicsMagick.so.%{major}*

#--------------------------------------------------------------

%package -n %{libnamepp}
Summary:	%{oname} libraries
Group:		System/Libraries
Conflicts:	%{_lib}graphicsmagick3 < 1.3.18-2

%description -n %{libnamepp}
This package contains a shared library for %{name}.

%files -n %{libnamepp}
%{_libdir}/libGraphicsMagick++.so.12*

#--------------------------------------------------------------

%package -n %{libwandname}
Summary:	%{oname} libraries
Group:		System/Libraries

%description -n %{libwandname}
This package contains a shared library for %{name}.

%files -n %{libwandname}
%{_libdir}/libGraphicsMagickWand.so.%{wand_major}*

#--------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for %{oname} app development
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Requires:	%{libnamepp} = %{version}
Requires:	%{libwandname} = %{version}

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%{_bindir}/GraphicsMagick++-config
%{_bindir}/GraphicsMagick-config
%{_bindir}/GraphicsMagickWand-config
%dir %{_includedir}/GraphicsMagick
%{_includedir}/GraphicsMagick/Magick++.h
%dir %{_includedir}/GraphicsMagick/magick
%{_includedir}/GraphicsMagick/magick/*.h
%dir %{_includedir}/GraphicsMagick/Magick++
%{_includedir}/GraphicsMagick/Magick++/*.h
%dir %{_includedir}/GraphicsMagick/wand
%{_includedir}/GraphicsMagick/wand/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#--------------------------------------------------------------

%package -n perl-Graphics-Magick
Summary:	Libraries and modules for access to %{oname} from perl
Group:		Development/Perl
Requires:	%{name} = %{version}
%if %{enable_graphwiz}
Requires:	graphviz
%endif

%description -n perl-Graphics-Magick
This is the %{oname} perl support package. It includes perl modules
and support files for access to %{oname} library from perl.

%files -n perl-Graphics-Magick
%{_mandir}/man3*/*::*.3pm*
%{perl_vendorarch}/Graphics
%{perl_vendorarch}/auto

#--------------------------------------------------------------

%package doc
Summary:	%{name} Documentation
Group:		Books/Other

%description doc
This package contains HTML/PDF documentation of %{name}.

%files doc
%{_datadir}/doc/GraphicsMagick

#--------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches

%build
%configure2_5x \
	--enable-fast-install \
	--disable-ltdl-install \
	--without-dps \
	--with-quantum-depth=16 \
%if %{build_modules}
	--with-modules \
%else
	--without-modules \
%endif
	--enable-shared \
	--disable-static \
	--with-pic \
%if %{enable_jasper}
	--with-jp2 \
%else
	--without-jp2 \
%endif
	--with-perl-options="INSTALLDIRS=vendor"  \
	--with-perl

%make
%make perl-build

%install
%makeinstall_std
%makeinstall_std -C PerlMagick

# remove unwanted files
rm -f %{buildroot}%{_datadir}/GraphicsMagick-%{version}/{ChangeLog,NEWS.txt}
rm -f %{buildroot}%{_libdir}/*.la

# fix rights and remove rpaths
chmod 755 %{buildroot}%{perl_vendorarch}/auto/Graphics/Magick/Magick.so
chrpath -d %{buildroot}%{perl_vendorarch}/auto/Graphics/Magick/Magick.so

%changelog

* Thu Nov 30 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.26-1
- (48cba33) New version 1.3.26
- (48cba33) Keep .la files for modules



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22723 |14mu|graphite2-1.3.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname graphite2_ %{major}
%define devname %mklibname graphite2 -d

Summary:	Font rendering capabilities for complex non-Roman writing systems
Name:		graphite2
Version:	1.3.8
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://sourceforge.net/projects/silgraphite/
Source0:	https://sourceforge.net/projects/silgraphite/files/%{name}/graphite2-%{version}.tgz
BuildRequires:	cmake
BuildConflicts:	dblatex
BuildRequires:	pkgconfig(freetype2)

%description
Graphite2 is a project within SIL’s Non-Roman Script Initiative and Language
Software Development groups to provide rendering capabilities for complex
non-Roman writing systems. Graphite can be used to create "smart fonts"
capable of displaying writing systems with various complex behaviors. With
respect to the Text Encoding Model, Graphite handles the "Rendering" aspect
of writing system implementation.

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for graphite2
Group:		System/Libraries

%description -n %{libname}
Graphite2 is a project within SIL’s Non-Roman Script Initiative and Language
Software Development groups to provide rendering capabilities for complex
non-Roman writing systems. Graphite can be used to create "smart fonts"
capable of displaying writing systems with various complex behaviors. With
respect to the Text Encoding Model, Graphite handles the "Rendering" aspect
of writing system implementation.

%files -n %{libname}
%{_libdir}/libgraphite2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development header files and libraries for graphite2
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Includes and definitions for developing with graphite2.

%files -n %{devname}
%doc ChangeLog
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*.cmake
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DENABLE_COMPARE_RENDERER=OFF
%make

%install
%makeinstall_std -C build


%changelog

* Fri Aug 26 2016 Denis Silakov <dsilakov@gmail.com> 1.3.8-1
- (52310a1) Fix source name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22724 |14mu|grep-2.28-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _bindir /bin

Summary:	The GNU versions of grep pattern matching utilities
Name:		grep
Version:	2.28
Release:	1
License:	GPLv3+
Group:		Text tools
Url:		http://www.gnu.org/software/grep/grep.html
Source0:	ftp://ftp.gnu.org/pub/gnu/grep/%{name}-%{version}.tar.xz
Source1:	ftp://ftp.gnu.org/pub/gnu/grep/%{name}-%{version}.tar.xz.sig
BuildRequires:	bison
BuildRequires:	gettext
BuildRequires:	texinfo
BuildRequires:	pkgconfig(libpcre)
Provides:	/bin/grep

%description
The GNU versions of commonly used grep utilities.  Grep searches one or
more input files for lines which contain a match to a specified pattern
and then prints the matching lines. GNU's grep utilities include grep,
egrep and fgrep.

You should install grep on your system, because it is a very useful utility
for searching through text files, for system administration tasks, etc.

%files -f %{name}.lang
%{_bindir}/egrep
%{_bindir}/fgrep
%{_bindir}/grep
%{_bindir}/grep-syr
%{_mandir}/man1/egrep.1*
%{_mandir}/man1/fgrep.1*
%{_mandir}/man1/grep.1*

#----------------------------------------------------------------------------

%package doc
Summary:	Grep documentation in info format
Group:		Documentation

%description doc
The GNU versions of commonly used grep utilities.  Grep searches one or
more input files for lines which contain a match to a specified pattern
and then prints the matching lines. GNU's grep utilities include grep,
egrep and fgrep.

You should install grep on your system, because it is a very useful utility
for searching through text files, for system administration tasks, etc.

Install this package if you want info documentation on grep.

%files doc
%doc AUTHORS THANKS TODO NEWS README ChangeLog
%{_infodir}/*.info*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# Build version that properly works with Syriac language
%configure2_5x \
	--with-included-regex \
	--enable-perl-regexp \
	--exec-prefix=/ \
	--enable-threads=posix

%make

mv src/grep src/grep-syr

make clean

# Build version that properly works with european languages
%configure2_5x \
	--without-included-regex \
	--enable-perl-regexp \
	--exec-prefix=/ \
	--enable-threads=posix

%install
%makeinstall_std

install -m 0755 src/grep-syr %{buildroot}%{_bindir}/grep-syr

%find_lang %{name}

%check
make check

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22725 |14mu|grilo-0.2.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define api	0.2
%define major	1
%define major_grlnet	0
%define libname	%mklibname %{name} %{api} %{major}
%define libgrlnet	%mklibname grlnet %{api} %{major_grlnet}
%define girname %mklibname %{name}-gir %{api}
%define girgrlnet %mklibname grlnet-gir %{api}
%define devname	%mklibname -d %{name}


Summary:	Content discovery framework
Name:		grilo
Version:	0.2.12
Release:	1
Group:		System/Libraries
License:	LGPLv2+
Url:		http://live.gnome.org/Grilo
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	vala-tools
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(totem-plparser)

%description
Grilo is a framework that provides access to different sources of
multimedia content, using a pluggable system.
This package contains the core library and elements.

%package -n %{libname}
Summary:	Libraries files for Grilo framework
Group:		System/Libraries

%description -n %{libname}
This package contains the core library for %{name}.

%package -n %{libgrlnet}
Summary:	Libraries files for Grilo framework
Group:		System/Libraries

%description -n %{libgrlnet}
This package contains the grlnet library for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{girgrlnet}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girgrlnet}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Libraries/include files for Grilo framework
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libgrlnet} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Requires:	%{girgrlnet = %{version}-%{release}}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Grilo is a framework that provides access to different sources of
multimedia content, using a pluggable system.

This package contains the core library and elements, as well as
general and API documentation.

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--enable-vala \
	--enable-gtk-doc \
	--enable-introspection \
	--enable-grl-net \
	--disable-tests

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_libdir}/grilo-%{api} %{buildroot}%{_datadir}/grilo-%{api}/plugins

# Remove files that will not be packaged
rm -f %{buildroot}%{_bindir}/grilo-simple-playlist

%find_lang %{name} || touch %{name}.lang

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README TODO
%{_bindir}/grl-inspect-%{api}
%{_bindir}/grl-launch-%{api}
%{_bindir}/grilo-test-ui-%{api}
%{_libdir}/grilo-%{api}
%{_datadir}/grilo-%{api}/plugins
%{_mandir}/man1/*.1.*

%files -n %{libname}
%{_libdir}/libgrilo-%{api}.so.%{major}*
%{_libdir}/libgrlpls-%{api}.so.*

%files -n %{libgrlnet}
%{_libdir}/libgrlnet-%{api}.so.%{major_grlnet}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Grl-%{api}.typelib
%{_libdir}/girepository-1.0/GrlPls-%{api}.typelib

%files -n %{girgrlnet}
%{_libdir}/girepository-1.0/GrlNet-%{api}.typelib

%files -n %{devname}
%doc AUTHORS COPYING NEWS README TODO
%doc %{_datadir}/gtk-doc/html/%{name}
%{_includedir}/%{name}-%{api}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/*.gir
%{_datadir}/vala/vapi/*


%changelog

* Wed Mar 11 2015 Tigro <ashejn@yandex-team.ru> 0.2.12-1
- (0fcebbd) pack files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22726 |14mu|grilo-plugins-0.2.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	0.2

%define url_ver %(echo %{version} | cut -d. -f1,2)

Name:		grilo-plugins
Version:	0.2.14
Release:	2
Summary:	Plugins for the Grilo framework
Group:		System/Libraries
License:	LGPLv2+
Url:		https://live.gnome.org/Grilo
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	gnome-common
BuildRequires:	intltool itstool
BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmime-2.6)
BuildRequires:	libgdata-devel
BuildRequires:	pkgconfig(libquvi)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(rest-0.7)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(tracker-sparql-1.0)
BuildRequires:	pkgconfig(grilo-0.2)
BuildRequires:  pkgconfig(json-glib-1.0)
BuildRequires:  pkgconfig(gom-1.0)
BuildRequires:  pkgconfig(libmediaart-2.0)

Requires:	grilo

%description
Grilo is a framework that provides access to different sources of
multimedia content, using a pluggable system.
This package contains plugins to get information from theses sources:
- Apple Trailers
- Bookmarks
- Filesystem
- Flickr
- Gravatar
- Jamendo
- Last.fm (for album arts)
- Local metadata (album arts and thumbnails)
- Metadata Store
- Podcasts
- Shoutcast
- Tracker
- UPnP
- Vimeo
- Youtube

%prep
%setup -q
%apply_patches

%build
#NOCONFIGURE=1 gnome-autogen.sh
%configure2_5x \
	--disable-static \
	--enable-apple-trailers \
	--enable-bookmarks \
	--enable-filesystem \
	--enable-flickr	\
	--enable-gravatar \
	--enable-jamendo \
	--enable-lastfm-albumart \
	--enable-localmetadata \
	--enable-metadata-store \
	--enable-podcasts \
	--enable-shoutcast \
	--enable-tracker \
	--enable-vimeo \
	--enable-youtube

%make

%install
%makeinstall_std

# Remove files that will not be packaged
find %{buildroot} -name "*.la" -delete

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_libdir}/grilo-%{api}/grl-apple-trailers.xml
%{_libdir}/grilo-%{api}/libgrlappletrailers.so

%{_libdir}/grilo-%{api}/grl-bliptv.xml
%{_libdir}/grilo-%{api}/libgrlbliptv.so

%{_libdir}/grilo-%{api}/grl-bookmarks.xml
%{_libdir}/grilo-%{api}/libgrlbookmarks.so

%{_libdir}/grilo-%{api}/grl-filesystem.xml
%{_libdir}/grilo-%{api}/libgrlfilesystem.so

%{_libdir}/grilo-%{api}/grl-flickr.xml
%{_libdir}/grilo-%{api}/libgrlflickr.so

%{_libdir}/grilo-%{api}/grl-gravatar.xml
%{_libdir}/grilo-%{api}/libgrlgravatar.so

%{_libdir}/grilo-%{api}/grl-jamendo.xml
%{_libdir}/grilo-%{api}/libgrljamendo.so

%{_libdir}/grilo-%{api}/grl-lastfm-albumart.xml
%{_libdir}/grilo-%{api}/libgrllastfm-albumart.so

%{_libdir}/grilo-%{api}/grl-local-metadata.xml
%{_libdir}/grilo-%{api}/libgrllocalmetadata.so

%{_libdir}/grilo-%{api}/grl-metadata-store.xml
%{_libdir}/grilo-%{api}/libgrlmetadatastore.so

%{_libdir}/grilo-%{api}/grl-podcasts.xml
%{_libdir}/grilo-%{api}/libgrlpodcasts.so

%{_libdir}/grilo-%{api}/grl-shoutcast.xml
%{_libdir}/grilo-%{api}/libgrlshoutcast.so

%{_libdir}/grilo-%{api}/grl-tracker.xml
%{_libdir}/grilo-%{api}/libgrltracker.so

%{_libdir}/grilo-%{api}/grl-vimeo.xml
%{_libdir}/grilo-%{api}/libgrlvimeo.so

%{_libdir}/grilo-%{api}/grl-youtube.xml
%{_libdir}/grilo-%{api}/libgrlyoutube.so

%{_libdir}/grilo-%{api}/grl-raitv.xml
%{_libdir}/grilo-%{api}/libgrlraitv.so

%{_libdir}/grilo-%{api}/grl-magnatune.xml
%{_libdir}/grilo-%{api}/libgrlmagnatune.so

%{_libdir}/grilo-%{api}/grl-optical-media.xml
%{_libdir}/grilo-%{api}/libgrloptical-media.so

%{_libdir}/grilo-%{api}/grl-lua-factory.xml
%{_libdir}/grilo-%{api}/libgrlluafactory.so

%{_libdir}/grilo-%{api}/grl-pocket.xml
%{_libdir}/grilo-%{api}/libgrlpocket.so

%{_libdir}/grilo-%{api}/grl-tmdb.xml
%{_libdir}/grilo-%{api}/libgrltmdb.so

%{_libdir}/grilo-%{api}/grl-dleyna.xml
%{_libdir}/grilo-%{api}/libgrldleyna.so

%{_libdir}/grilo-%{api}/grl-opensubtitles.xml
%{_libdir}/grilo-%{api}/libgrlopensubtitles.so

%{_libdir}/grilo-%{api}/grl-thetvdb.xml
%{_libdir}/grilo-%{api}/libgrlthetvdb.so

%{_datadir}/help/C/examples/example-tmdb.c
%{_datadir}/help/C/grilo-plugins/grilo-plugins.xml
%{_datadir}/help/C/grilo-plugins/legal.xml

%{_datadir}/grilo-plugins/grl-lua-factory/*

%changelog

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 0.2.14-2
- (564050f) update to 0.2.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22727 |14mu|grub2-2.00-79
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libdir32 %{_exec_prefix}/lib
%define platform pc
%define efi 1

%global efi %{ix86} x86_64

# build documentation by default
%bcond_without  doc
%bcond_with     pdf

%bcond_with talpo

Summary:	GNU GRUB is a Multiboot boot loader
Name:		grub2
Version:	2.00
Release:	79
License:	GPLv3+
Group:		System/Kernel and hardware
Url:		http://www.gnu.org/software/grub/
Source0:	grub-%{version}.tar.gz
Source1:	90_persistent
Source2:	grub.default
Source3:	grub.melt
# www.4shared.com/archive/lFCl6wxL/grub_guidetar.html
Source4:	grub_guide.tar.gz
Source8:	grub2-po-update.tar.gz
Source9:	update-grub2
Source10:	README.urpmi
Source11:	grub2.rpmlintrc
Source12:	42_efi
Source13:	43_rescue
Source14:	grub2-cfg-mod

Patch0:		grub2-locales.patch
Patch1:		grub2-00_header.patch
Patch2:		grub2-custom-color.patch
Patch3:		grub2-move-terminal.patch
Patch4:		grub2-read-cfg.patch
Patch5:		grub2-symlink-is-garbage.patch
Patch6:		grub2-name-corrections.patch
Patch8:		grub2-theme-not_selected_item_box.patch
Patch9:		grub-2.00.Linux.remove.patch
Patch10:	grub2-mkfont-fix.patch
Patch11:	grub2-2.00-class-via-os-prober.patch
Patch12:	grub-2.00.safe.patch
Patch13:	grub-2.00-unifont-path.patch
Patch14:	grub-2.00-proportional-scale.patch
Patch15:	grub-2.00.30_os-prober.options.patch
# Build with freetype 2.5.1 and higher
Patch16:	grub-2.00-freetype-2.5.1.patch
Patch18:	grub-2.00.fix.build.flex.patch

# Fedora patches:
# https://bugzilla.redhat.com/show_bug.cgi?id=857936
Patch100:	grub2-2.00-fda-add-fw_path-search_v2.patch
# Add support for entering the firmware setup screen.
Patch101:	grub2-2.00-fda-Add-fwsetup.patch
# Don't decrease efi memory map size
Patch102:	grub2-2.00-fda-dont-decrease-mmap-size.patch
# IBM client architecture (CAS) reboot support
Patch103:	grub2-2.00-fda-cas-reboot-support.patch
# Read chunks in smaller blocks
Patch104:	grub2-2.00-fda-efidisk-ahci-workaround.patch
# Fix crash on http: https://bugzilla.redhat.com/show_bug.cgi?id=860834
Patch105:	grub2-2.00-fda-fix-http-crash.patch
# Issue separate DNS queries for ipv4 and ipv6
Patch106:	grub2-2.00-fda-Issue-separate-DNS-queries-for-ipv4-and-ipv6.patch
# Don't allow insmod when secure boot is enabled
Patch107:	grub2-2.00-fda-no-insmod-on-sb.patch
# Add support for crappy cd craparino
Patch108:	grub2-2.00-fda-cdpath.patch
# Add support for linuxefi
Patch109:	grub2-2.00-fda-linuxefi.patch
# Fix parallel build
Patch110:	grub2-2.00-parallel-build.patch

#Mageia patches
# Fix autoreconf warnings
Patch200:	grub2-2.00-mga-fix_AM_PROG_MKDIR_P-configure.ac.patch

# ROSA quick fix. Need rediff previous patch
Patch500:	grub2-10_linux_hibernate_fix.patch

Patch501:	grub2-2.00-gnulib-compatibility.patch
Patch502:	grub2-2.00-os-prober-efi-support.patch
Patch503:	grub2-2.00-improved-boot-menu.patch
Patch504:	grub2-2.00-cut-long-menu-titles.patch
Patch505:	grub-2.00.texi.diff
Patch506:	grub-2.00.autoreconf.patch
Patch507:	grub2-2.00.30_os-prober-loading-messages.patch
Patch508:	grub2-linuxefi_non_sb_fallback.patch
Patch509:	grub2-2.00-btrfs-subvolumes-support.patch
Patch510:	grub2-2.00-efi-install-secureboot-support.patch
Patch511:	grub2-2.00-avoid-mbr-id-overwrite.patch
Patch512:	grub2-2.00-support-grub.cfg-links.patch
Patch513:	grub2-2.00-probe-targets-list.patch
Patch514:	grub2-2.00-secureboot-chainloader.patch
Patch515:	grub2-2.00-efi-install-grub-cfg.patch
Patch516:	0516-Fix-security-issue-when-reading-username-and-passwor.patch

# Backported from upstream and re-worked for 2.00
Patch600:	0001-xfs-Fix-termination-loop-for-directory-iteration.patch
Patch601:	0002-xfs-Convert-inode-numbers-to-cpu-endianity-immediate.patch
Patch602:	0003-xfs-Add-helpers-for-inode-size.patch
Patch603:	0004-xfs-V5-filesystem-format-support.patch
Patch604:	0005-xfs-silence-Coverity-overflow-warning.patch
Patch605:	0006-fix-handling-of-symlink.patch

# For updating Makefile template after patch 12
BuildRequires:	autogen
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	fonts-ttf-unifont >= 6.2
BuildRequires:	help2man
BuildRequires:	ruby
%if %{with talpo}
BuildRequires:	talpo
%endif
BuildRequires:	texinfo
%if %{with pdf}
BuildRequires:	texlive-collection-texinfo
BuildRequires:	texlive-epsf
BuildRequires:	texlive-latex
%endif
BuildRequires:	glibc-static-devel
BuildRequires:	liblzo-devel
BuildRequires:	pkgconfig(devmapper)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(ncurses)

Requires:	grub2-theme
Requires:	xorriso
Requires(post):	os-prober >= 1.63-5
Requires:	e2fsprogs >= 1.42.13
Suggests:	grub2-theme-rosa

Provides:	bootloader
Provides:	grub2bootloader

%description
GNU GRUB is a Multiboot boot loader. It was derived from GRUB, the
GRand Unified Bootloader, which was originally designed and implemented
by Erich Stefan Boleyn.

Briefly, a boot loader is the first software program that runs when a
computer starts. It is responsible for loading and transferring control
to the operating system kernel software (such as the Hurd or Linux).
The kernel, in turn, initializes the rest of the operating system (e.g. GNU).

%files -f pc/grub.lang
#%{libdir32}/%{name}
%{libdir32}/grub/*-%{platform}
#%{_sbindir}/%{name}-*
#%{_bindir}/%{name}-*
%{_sbindir}/update-grub2
%{_bindir}/%{name}-editenv
%{_bindir}/%{name}-fstest
%{_bindir}/%{name}-kbdcomp
%{_bindir}/%{name}-menulst2cfg
%{_bindir}/%{name}-mkfont
%{_bindir}/%{name}-mkimage
%{_bindir}/%{name}-mklayout
%{_bindir}/%{name}-mkpasswd-pbkdf2
%{_bindir}/%{name}-mkrelpath
%{_bindir}/%{name}-mkrescue
%{_bindir}/%{name}-mkstandalone
%{_bindir}/%{name}-script-check
%{_sbindir}/%{name}-bios-setup
%{_sbindir}/%{name}-install
%{_sbindir}/%{name}-mkconfig
%{_sbindir}/%{name}-mknetdir
%{_sbindir}/%{name}-ofpathname
%{_sbindir}/%{name}-probe
%{_sbindir}/%{name}-reboot
%{_sbindir}/%{name}-set-default
%{_sbindir}/%{name}-sparc64-setup
%{_sbindir}/grub2-cfg-mod
#%{_datadir}/%{name}
%{_datadir}/grub
%attr(0700,root,root) %dir %{_sysconfdir}/grub.d
%{_sysconfdir}/grub.d/README
%config %{_sysconfdir}/grub.d/??_*
%{_sysconfdir}/%{name}.cfg
#%attr(0644,root,root) %config %{_sysconfdir}/default/grub
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/default/grub
%{_sysconfdir}/bash_completion.d/grub
%dir /boot/%{name}
%dir /boot/%{name}/locale
# Actually, this is replaced by update-grub from scriptlets,
# but it takes care of modified persistent part
%config(noreplace) /boot/%{name}/grub.cfg
%doc %{_docdir}/%{name}
%{_infodir}/%{name}.info*
%{_infodir}/grub-dev.info*
%{_mandir}/*/%{name}-*
%exclude %{_mandir}/*/%{name}-efi-*
# RPM filetriggers
%{_filetriggers_dir}/%{name}.*
%dir /boot/%{name}/fonts
/boot/%{name}/fonts/unicode.pf2

%post
exec >/dev/null 2>&1
# Create device.map or reuse one from GRUB Legacy
cp -u /boot/grub/device.map /boot/%{name}/device.map 2>/dev/null ||
	%{_sbindir}/%{name}-mkdevicemap
# Determine the partition with /boot
BOOT_PARTITION=$(df -h /boot |(read; awk '{print $1; exit}'|sed 's/[[:digit:]]*$//'))
# (Re-)Generate core.img, but don't let it be installed in boot sector
%{_sbindir}/%{name}-install $BOOT_PARTITION
# Regenerate configure on install or update
%{_sbindir}/update-grub2
#bugfix: error message before loading of grub2 menu on boot
cp -f /boot/grub2/locale/en@quot.mo /boot/grub2/locale/en.mo

#delete non-needing doubling rpmsave and rpmnew files
rm -f /etc/grub.d/*.rpmsave
rm -f /etc/grub.d/*.rpmnew

%preun
exec >/dev/null
if [ $1 = 0 ]; then
    # XXX Ugly
    rm -f /boot/%{name}/*.mod
    rm -f /boot/%{name}/*.img
    rm -f /boot/%{name}/*.lst
    rm -f /boot/%{name}/*.o
    rm -f /boot/%{name}/device.map
fi

#-----------------------------------------------------------------------

%ifarch %{efi}
%package efi
Summary:	GRUB for EFI systems
Group:		System/Kernel and hardware
Suggests:	efibootmgr

%description efi
The GRand Unified Bootloader (GRUB) is a highly configurable and customizable
bootloader with modular architecture.

It support rich variety of kernel formats, file systems, computer 
architectures and hardware devices.  This subpackage provides support 
for EFI systems.

%files efi
%attr(0755,root,root) %dir /boot/efi/EFI/rosa/grub2-efi
%attr(0755,root,root) /boot/efi/EFI/rosa/grub2-efi/grub.efi
%attr(0755,root,root) /boot/efi/EFI/rosa/grub2-efi/grubcd.efi
%attr(0755,root,rott) %ghost %config(noreplace) /boot/efi/EFI/rosa/grub2-efi/grub.cfg
/etc/bash_completion.d/grub-efi
%{libdir32}/grub/%{_arch}-efi/
%{_sbindir}/%{name}-efi*
%{_bindir}/%{name}-efi*
%{_mandir}/*/%{name}-efi-*
#%{_datadir}/grub
#%{_sysconfdir}/grub.d
%config(noreplace) %{_sysconfdir}/%{name}-efi.cfg
%endif

#-----------------------------------------------------------------------

%prep
%setup -q -n grub-%{version}
%apply_patches
perl -pi -e 's/(\@image\{font_char_metrics,,,,)\.(png\})/$1$2/;' \
        docs/grub-dev.texi

sed -ri -e 's/-g"/"/g' -e "s/-Werror//g" configure.ac

perl -pi -e 's/-Werror//;' grub-core/Makefile.am
export GRUB_CONTRIB="$PWD/grub-extras"
aclocal --force -Im4 -I/usr/share/aclocal --install
./autogen.sh

tar -xf %{SOURCE8}
pushd po-update; sh ./update.sh; popd
cd ..

%build
export CONFIGURE_TOP="$PWD"
%ifarch %{efi}
mkdir -p efi
pushd efi
%configure \
%if %{with talpo}
	CC=talpo \
	CFLAGS=-fplugin-arg-melt-option=talpo-arg-file:%{SOURCE3} \
%else
	CFLAGS="" \
%endif
	TARGET_LDFLAGS=-static \
	--with-platform=efi \
	--program-transform-name=s,grub,%{name}-efi, \
	--libdir=%{libdir32} \
	--libexecdir=%{libdir32} \
	--with-grubdir=grub2 \
	--disable-werror \
	--enable-grub-emu-usb \
	--enable-grub-mkfont
%make all

%if %{with doc}
make html
%endif
%if %{with pdf}
make pdf
%endif
%ifarch %{ix86}
%define grubefiarch i386-efi
%else
%define grubefiarch %{_arch}-efi
%endif

COMMON_MODULES="
	appleldr boot chain configfile echo efi_gop efi_uga halt linux linuxefi loadbios loadenv minicmd normal reboot search test
	all_video font gfxmenu gfxterm png
	part_apple part_gpt part_msdos
	btrfs ext2 fat hfsplus reiserfs xfs
	lvm mdraid09 mdraid1x
"
./grub-mkimage -O %{grubefiarch} -p /EFI/rosa/%{name}-efi -o grub.efi -d grub-core ${COMMON_MODULES}
./grub-mkimage -O %{grubefiarch} -p /BOOT/EFI -o grubcd.efi -d grub-core ${COMMON_MODULES} iso9660

%if %{defined auto_sign}
    %auto_sign grub.efi grubcd.efi
%endif

popd
%endif

mkdir -p pc
cd pc
%configure \
%if %{with talpo}
	CC=talpo \
	CFLAGS=-fplugin-arg-melt-option=talpo-arg-file:%{SOURCE3} \
%else
	CFLAGS="" \
%endif
	TARGET_LDFLAGS=-static \
	--with-platform=pc \
    %ifarch x86_64
	--enable-efiemu \
    %endif
	--program-transform-name=s,grub,%{name}, \
	--libdir=%{libdir32} \
	--libexecdir=%{libdir32} \
	--with-grubdir=grub2 \
	--disable-werror \
	--enable-grub-emu-usb \
	--enable-grub-mkfont
%make all

%if %{with doc}
make html
%endif
%if %{with pdf}
make pdf
%endif

%install
cp %{SOURCE10} .
%ifarch %{efi}
cd efi
%makeinstall_std
%if %{with doc}
%makeinstall_std -C docs install-html
%endif
%if %{with pdf}
%makeinstall_std -C docs install-pdf
%endif
mv %{buildroot}%{_infodir}/grub.info %{buildroot}%{_infodir}/grub2.info
#install -m644 COPYING INSTALL NEWS README THANKS TODO ChangeLog	\
#	%{buildroot}%{_docdir}/%{name}
mv %{buildroot}/etc/bash_completion.d/grub %{buildroot}/etc/bash_completion.d/grub-efi


# Script that makes part of grub.cfg persist across updates
install -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/grub.d/

# Ghost config file
 install -m 755 -d %{buildroot}/boot/efi/EFI/rosa/
 install -d %{buildroot}/boot/efi/EFI/rosa/%{name}-efi
 touch %{buildroot}/boot/efi/EFI/rosa/%{name}-efi/grub.cfg
 ln -s ../boot/efi/EFI/rosa/%{name}-efi/grub.cfg %{buildroot}%{_sysconfdir}/%{name}-efi.cfg

# Install ELF files modules and images were created from into
# the shadow root, where debuginfo generator will grab them from
find %{buildroot} -name '*.mod' -o -name '*.img' |
while read MODULE
do
        BASE=$(echo $MODULE |sed -r "s,.*/([^/]*)\.(mod|img),\1,")
        # Symbols from .img files are in .exec files, while .mod
        # modules store symbols in .elf. This is just because we
        # have both boot.img and boot.mod ...
        EXT=$(echo $MODULE |grep -q '.mod' && echo '.elf' || echo '.exec')
        TGT=$(echo $MODULE |sed "s,%{buildroot},.debugroot,")
#        install -m 755 -D $BASE$EXT $TGT
done
 install -m 755 grub.efi %{buildroot}/boot/efi/EFI/rosa/%{name}-efi/grub.efi
 install -m 755 grubcd.efi %{buildroot}/boot/efi/EFI/rosa/%{name}-efi/grubcd.efi
cd ..
%endif
cd pc
######EFI
%makeinstall_std
%if %{with doc}
%makeinstall_std -C docs install-html
%endif
%if %{with pdf}
%makeinstall_std -C docs install-pdf
%endif
mv -f %{buildroot}%{_docdir}/grub %{buildroot}%{_docdir}/%{name}
#install -m644 COPYING INSTALL NEWS README THANKS TODO ChangeLog	\
#	%{buildroot}%{_docdir}/%{name}

# (bor) grub.info is harcoded in sources
mv %{buildroot}%{_infodir}/grub.info %{buildroot}%{_infodir}/grub2.info

# Script that makes part of grub.cfg persist across updates
install -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/grub.d/

# Ghost config file
install -d %{buildroot}/boot/%{name}
install -d %{buildroot}/boot/%{name}/locale
touch %{buildroot}/boot/%{name}/grub.cfg
ln -s ../boot/%{name}/grub.cfg %{buildroot}%{_sysconfdir}/%{name}.cfg

# Install ELF files modules and images were created from into
# the shadow root, where debuginfo generator will grab them from
find %{buildroot} -name '*.mod' -o -name '*.img' |
while read MODULE
do
        BASE=$(echo $MODULE |sed -r "s,.*/([^/]*)\.(mod|img),\1,")
        # Symbols from .img files are in .exec files, while .mod
        # modules store symbols in .elf. This is just because we
        # have both boot.img and boot.mod ...
        EXT=$(echo $MODULE |grep -q '.mod' && echo '.elf' || echo '.exec')
        TGT=$(echo $MODULE |sed "s,%{buildroot},.debugroot,")
#        install -m 755 -D $BASE$EXT $TGT
done
# Defaults
install -m 644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/default/grub

#Add more useful update-grub2 script
install -m 755 -D %{SOURCE9} %{buildroot}%{_sbindir}

# Install filetriggers to update grub.cfg on kernel add or remove
install -d %{buildroot}%{_filetriggers_dir}
pushd %{buildroot}%{_filetriggers_dir} && {
	cat > %{name}.filter << EOF
^./boot/vmlinuz-
EOF
	cat > %{name}.script << EOF
#!/bin/sh
%{_sbindir}/update-grub2
EOF
	chmod 0755 %{name}.script
	popd
}

#mv -f %{buildroot}/%{libdir32}/grub %{buildroot}/%{libdir32}/%{name}
#mv -f %{buildroot}/%{_datadir}/grub %{buildroot}/%{_datadir}/%{name}

# Windows EFI entry
install -m 755 %{SOURCE12} %{buildroot}%{_sysconfdir}/grub.d

# repair section
install -m 755 %{SOURCE13} %{buildroot}%{_sysconfdir}/grub.d

# <akdengi> install programm to change option in /etc/default/grub
install -m 755 %{SOURCE14} %{buildroot}%{_sbindir}/grub2-cfg-mod

%find_lang grub

#drop all zero-length file
#find %{buildroot} -size 0 -delete

#Copy font to properly place
mkdir -p %{buildroot}/boot/%{name}/fonts/
cp -f %{buildroot}%{_datadir}/grub/unicode.pf2 %{buildroot}/boot/%{name}/fonts/


%changelog

* Fri Jul 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.00-79
- (8724c35) Backport some patches from upstream for XFS V5 filesystem format support

* Tue Mar 15 2016 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-78
- (4dc4203) Fixed compatibility with e2fsprogs (hibernating with file swap)

* Tue Jan 19 2016 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-77
- (be5a4e1) Added ROSA theme to default config

* Mon Jan 11 2016 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-76
- (6aae85c) Hide console messages with Plymouth

* Mon Dec 21 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-75
- (476155a) Fixed CVE-2015-8370

* Fri Jul 10 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-74
- (7486aa7) Using more universal update-grub2 for kernel trigger
- (Konstantin Vlasov: 5805e8b) Removed branding-configs-common dependency
- (Konstantin Vlasov: 5805e8b) Looks like it was not required at all. It is a mistery why it was added in the first place (as rosa-release-common).
- (Denis Silakov: c2bcc94) Bump release

* Tue May 19 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-73
- (d75476b) Moved creating EFI grub.cfg from update-grub2 into grub2-install
- (d75476b) Earlier update-grub2 replaced EFI grub.cfg, so that Grub displayed boot menu from this system, and there was no way of updating local menu without making it the main one. Now it's more logical, only grub2 installation replaces the main menu (just like in non-EFI mode).

* Tue May 19 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-72
- (5b225b6) Do not add Windows EFI entry if os-prober is disabled
- (Konstantin Vlasov: 0f259d1) Fixed Windows EFI entry
- (Konstantin Vlasov: 0478f4f) Fixed: UEFI Windows boot entry sometimes not created

* Fri Mar 20 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-71
- (cb18ac5) Updated branding dependency
- (cb18ac5) Due to strange urpmi behavior, 'rosa-release-common' dependency is not checked by version, so in most cases it takes 'rosa-release-common' package instead of 'branding-configs-common'. So, changing the Requires explicitly.
- (Konstantin Vlasov: a4b5fa8) Optimized %files section

* Wed Feb 25 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-70
- (91aa393) Various fixes and improvements
- (91aa393) 1. Fixed hints string in Windows EFI boot entry.
- (91aa393) 2. Showing full list of available target types in grub-probe help.
- (91aa393) 3. Imported patch for Secure Boot support in chainloader.

* Tue Feb 17 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-69
- (a42cf79) Merge import/rosa2014.1 into signer/rosa2014.1
- (Konstantin Vlasov: ad525b4) Added option for inserting linked grub2 menuentries
- (Konstantin Vlasov: ad525b4) 1. If GRUB_OS_PROBER_LINKED=true, instead of embedding os-probed menu entries, a link to the target grub.cfg is created.
- (Konstantin Vlasov: ad525b4) 2. Exception: If currently booted system uses separate /boot, and the probed system also uses the same separate /boot, then GRUB_OS_PROBER_LINKED value for this system is ignored, and standard menuentry is created. (Otherwise the resulting menuentry will not boot the target OS, but reload the current grub.cfg.)
- (Konstantin Vlasov: ad525b4) 3. If the probed system uses separate /boot (different from the currently used /boot), the entry name is formatted like that: "sda2: ROSA Desktop (sda5), Fedora (sda6)...", where "sda2" is the target /boot, sda5/sda6/etc. are respective root partitions, and distro names are the shortened versions of the original target OS names (one or two first words).

* Tue Feb 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.00-66
- (07162c8) Post-merge fixes
- (Andrey Bondrov: 773a96b) Make docs build conditional, more spec cleanups

* Tue Feb 03 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-68
- (4f37f79) Various UEFI-related fixes
- (4f37f79) 1. Fixed: When installing in UEFI mode on an MBR-partitioned hard disk, the MBR disk ID was changed. It caused boot failure of the existing Legacy-BIOS Windows installation.
- (4f37f79) 2. Fixed: Windows UEFI entry was not added, if grub config update was caused by kcm_grub2 running with non-root privileges (reason: elevation of privileges does not update PATH, and required tools cannot be found).
- (4f37f79) 3. Minor fix: BOOTx64.efi filename case fixed (not that it matters much on FAT file system...)

* Mon Dec 22 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-67
- (1bc1924) Release uplift

* Mon Dec 08 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-66
- (25077bd) Added signing of the EFI images

* Mon Dec 08 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-65
- (df449af) Fixed grub.cfg for UEFI when separate /boot is used

* Thu Dec 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.00-64
- (8461ec0) Minor cleanups

* Thu Nov 20 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-63
- (8e23f8f) SecureBoot support for grub2-install
- (8e23f8f) 1. Instead of generating new grub.efi image, an existing one (ROSA-signed) is used, so that it could be loaded by the shim when SecureBoot enabled.
- (8e23f8f) 2. If SecureBoot is available for this machine (no matter, turned on or off), and shim is present, using shim instead of grub2 as bootloader.
- (Konstantin Vlasov: 4ced689) Moved efi mans into efi subpackage
- (Konstantin Vlasov: 2593a50) Adapted grub.cfg for EFI+SecureBoot
- (Konstantin Vlasov: 0c50346) Improvements on all-in-one EFI grub (for signing)
- (Konstantin Vlasov: 863fe82) Patches cleanup and build requirements fix

* Tue Oct 14 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-62
- (b661c4a) btrfs subvolume detection supported

* Fri Oct 10 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-61
- (8fcf5de) Fixed: UEFI Windows entry did not use savedefault option

* Wed Sep 24 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.00-60
- (8ed633f) Added modules required for booting from USB flash



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22728 |14mu|grub2-theme-breeze-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname breeze-grub

%define grub_name grub2

Summary:	Breeze theme for grub2
Name:		grub2-theme-breeze
Version:	5.7.2
Release:	1
License:	GPLv3+
Group:		System/Kernel and hardware
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
Requires(pre):	grub2 >=2.00-28
#Provides:	grub2-theme
BuildArch:	noarch

%description
This package provides Breeze theme for grub2.

%files
%dir /boot/%{grub_name}/themes/breeze
/boot/%{grub_name}/themes/breeze/*

%post
if [ $1 -eq 1 ] ; then
# Remove all previous theme from config
sed -i '/GRUB_THEME=*/d' %{_sysconfdir}/default/grub
sed -i '/GRUB_BACKGROUND=*/d' %{_sysconfdir}/default/grub
# Remove trailing blank lines from /etc/default/grub
sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' %{_sysconfdir}/default/grub
# Check that /etc/default/grub ends in a linefeed
[ "$(tail -n 1 %{_sysconfdir}/default/grub | wc --lines)" = "1" ] || echo >> %{_sysconfdir}/default/grub
# Add theme
echo "GRUB_THEME=\"/boot/grub2/themes/breeze/theme.txt\"" >> %{_sysconfdir}/default/grub
# Regenerate configure on install or update
%{_sbindir}/update-grub2
fi

%postun
exec > /var/log/%{grub_name}_theme_postun.log 2>&1
# Only if uninstalling theme
if [ $1 -eq 0 ]; then
# Remove theme from config
sed -i '/GRUB_THEME=\/boot\/grub2\/themes\/breeze\/theme.txt/d' %{_sysconfdir}/default/grub
fi

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build

%install
mkdir -p %{buildroot}/boot/%{grub_name}/themes/breeze
cp -r breeze/* %{buildroot}/boot/%{grub_name}/themes/breeze/

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (70c07e0) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22729 |14mu|grub-customizer-5.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical interface to configure the grub2/burg settings
Name:		grub-customizer
Version:	5.0.6
Release:	1
License:	GPLv3+
Group:		System/Configuration/Boot and Init
Url:		https://launchpad.net/grub-customizer
Source0:	https://launchpadlibrarian.net/160721885/%{name}_%{version}.tar.gz
Source1:	%{name}-grub.cfg
Source2:	%{name}-pamd
Source3:	translation-ru.mo
Source4:	translation-ru.po
Patch0:		grub-customizer-sbin.patch
Patch1:		grub-customizer-3.0.4-russian_desktopfile.patch
Patch2:		grub-customizer-5.0.6-gettext.patch
BuildRequires:	cmake
BuildRequires:	gettext
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtkmm-3.0)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	grub2
Requires:	grub2
Requires:	usermode-consoleonly

%description
Grub Customizer is a graphical interface to configure the grub2/burg
settings with focus on the individual list order - without losing the
dynamical behavior of grub.

%files -f %{name}.lang
%{_bindir}/%{name}
%{_sbindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/polkit-1/actions/*.policy
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_libdir}/grubcfg-proxy
%{_mandir}/man1/%{name}.1*
%dir %{_sysconfdir}/%{name}
%{_sysconfdir}/%{name}/grub.cfg
%{_sysconfdir}/pam.d/%{name}
%{_sysconfdir}/security/console.apps/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p2
%patch1 -p1
%patch2 -p1

# Fix Russian translation for 4.0.6, should be checked in future updates
cp %{SOURCE3} translation/translation-ru.mo
cp %{SOURCE4} translation/translation-ru.po

%build
%cmake
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_bindir}
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/%{name}

mkdir %{buildroot}/etc/%{name} -p
cp %{SOURCE1} %{buildroot}/etc/%{name}/grub.cfg
mkdir %{buildroot}/etc/pam.d -p
cp %{SOURCE2} %{buildroot}/etc/pam.d/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} << EOF
USER=root
PROGRAM=%{_sbindir}/%{name}
FALLBACK=false
SESSION=true
EOF

%find_lang %{name}


%changelog

* Sat Jun 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0.6-1
- (99df941) New version 5.0.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22730 |14mu|gsettings-desktop-schemas-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Shared GSettings schemas for the desktop
Name:		gsettings-desktop-schemas
Version:	3.16.1
Release:	1

Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://gnome.org/

BuildRequires: pkgconfig(glib-2.0) >= 2.25
BuildRequires: intltool
BuildRequires: libgirepository-devel
BuildRequires: gobject-introspection

%description
This contains a collection of GSettings schemas for settings shared by
various components of a desktop.

%package devel
Group: Development/C
Summary: Development files for %name
Requires: %{name} = %{version}-%{release}

%description devel
This contains a collection of GSettings schemas for settings shared by
various components of a desktop.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std pkgconfigdir=%_datadir/pkgconfig

%find_lang %name

%files -f %{name}.lang
%doc README NEWS AUTHORS
%_datadir/GConf/gsettings/gsettings-desktop-schemas.convert
%_datadir/GConf/gsettings/wm-schemas.convert
%_libdir/girepository-1.0/GDesktopEnums-3.0.typelib
%_datadir/glib-2.0/schemas/*.xml
%_datadir/gir-1.0/GDesktopEnums-3.0.gir

%files devel
%doc ChangeLog HACKING MAINTAINERS
%_includedir/%name
%_datadir/pkgconfig/%name.pc

%changelog

* Mon Apr 13 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-1
- (16b86e9) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22731 |14mu|gsound-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define gir_major 1.0
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}
%define girname %mklibname %{name}-gir %{gir_major}

Name:           gsound
Version:        1.0.1
Release:        1
Summary:        Small gobject library for playing system sounds

License:        LGPLv2
Group:		Graphical desktop/GNOME
URL:            https://wiki.gnome.org/Projects/GSound
Source0:        http://download.gnome.org/sources/gsound/1.0/gsound-%{version}.tar.xz

BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(libcanberra)
BuildRequires:  vala-tools
BuildRequires:  pkgconfig(libvala-0.28)

Requires:	%{girname} = %{EVRD}


%description
GSound is a small library for playing system sounds. 
It's designed to be used via GObject Introspection, 
and is a thin wrapper around the libcanberra C library


%package -n %{libname}
Summary:        Libraries for %{name}
Group:          System/Libraries

%description -n %{libname}
This package contains libraries used by %{name}.

%package -n %{girname}
Summary: GObject Introspection interface description for %{name}
Group: System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Summary:        Development files for %{name}
Group:          Development/GNOME and GTK+
Requires:       %{libname} = %{EVRD}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q


%build
%configure2_5x	\
	--disable-static \
	--enable-vala

%make


%install
%makeinstall_std
find $RPM_BUILD_ROOT -name '*.la' -delete


%files
%doc COPYING README
%{_bindir}/gsound-play
%dir %{_libdir}/girepository-1.0

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GSound-1.0.typelib

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/gsound.pc
%dir %{_datadir}/gir-1.0
%{_datadir}/gir-1.0/GSound-%{gir_major}.gir
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/gsound
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/gsound.*

%changelog

* Sat Mar 14 2015 Tigro <ashejn@gmail.com> 1.0.1-1
- (7d5d268) fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22732 |14mu|gssdp-0.14.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 1.0
%define major 3
%define libname	%mklibname %{name} %{api} %{major}
%define girname	%mklibname %{name}-gir %{api}
%define devname	%mklibname %{name} -d

Summary:	Implements resource discovery and announcement over SSDP
Name:		gssdp
Version:	0.14.13
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://www.gupnp.org/sources/gssdp/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	vala-tools

%description
GSSDP implements resource discovery and announcement over SSDP.

%files
%doc AUTHORS README ChangeLog NEWS
%{_bindir}/gssdp-device-sniffer
%{_datadir}/%{name}/*.ui

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for gssdp
Group:		System/Libraries
Obsoletes:	%{mklibname gssdp 2} < 0.10.0
Conflicts:	%mklibname %{name} %{api} 2

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with gssdp.

%files -n %{libname}
%{_libdir}/libgssdp-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for GSSDP
Group:		System/Libraries
Conflicts:	%{_lib}gssdp1.0_3 < 0.12.1-2

%description -n %{girname}
GObject Introspection interface description for GSSDP.

%files -n %{girname}
%{_libdir}/girepository-1.0/GSSDP-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use gssdp
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use gssdp.

%files -n %{devname}
%{_includedir}/gssdp-%{api}/lib%{name}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/gssdp*.pc
%{_datadir}/gtk-doc/html/*
%{_datadir}/gir-1.0/GSSDP-%{api}.gir
%{_datadir}/vala/vapi/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog

* Tue Feb 02 2016 Tigro <ashejn@gmail.com> 0.14.13-1
- (b102007) update to 0.14.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22733 |14mu|gssproxy-0.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global servicename gssproxy
%global pubconfpath %{_sysconfdir}/gssproxy
%global gpstatedir %{_localstatedir}/lib/gssproxy

Summary:	GSSAPI Proxy
Name:		gssproxy
Version:	0.7.0
Release:	1
License:	MIT
Group:		System/Servers
Url:		https://pagure.io/gssproxy
Source0:	https://releases.pagure.org/gssproxy/%{name}-%{version}.tar.gz
Patch0:		Properly-renew-expired-credentials.patch
Patch1:		Change-impersonator-check-code.patch
Patch2:		Allow-connection-to-self-when-impersonator-set.patch
Patch3:		Remove-gpm_release_ctx-to-fix-double-unlock.patch
Patch4:		Update-systemd-file.patch

Patch100:	0001-Add-support-for-the-NO_CI_FLAG-credentials-option.REVERT
Patch101:	0002-Add-test-to-check-setting-cred-options.REVERT

BuildRequires:	docbook-dtd44-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	doxygen
BuildRequires:	findutils
BuildRequires:	xsltproc
BuildRequires:	gettext-devel
BuildRequires:	keyutils-devel
BuildRequires:	pkgconfig(ini_config)
BuildRequires:	pkgconfig(krb5)
BuildRequires:	pkgconfig(libverto)
BuildRequires:	pkgconfig(ref_array)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(systemd)
# Looks like it's loaded at runtime
Requires:	%{_lib}verto-tevent1
Requires(post,preun):	rpm-helper

%description
A proxy for GSSAPI credential handling.

%files
%doc COPYING
%{_unitdir}/gssproxy.service
%{_sbindir}/gssproxy
%dir %{pubconfpath}
%dir %{gpstatedir}
%attr(700,root,root) %dir %{gpstatedir}/clients
%attr(700,root,root) %dir %{gpstatedir}/rcache
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/gssproxy/gssproxy.conf
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/gssproxy/99-nfs-client.conf
%config(noreplace) %{_sysconfdir}/gss/mech.d/gssproxy.conf
%{_libdir}/gssproxy/proxymech.so
%{_mandir}/man5/gssproxy.conf.5*
%{_mandir}/man8/gssproxy.8*
%{_mandir}/man8/gssproxy-mech.8*

%post
%_post_service %{name}

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p2 -b .Properly-renew-expired-credentials
%patch1 -p2 -b .Change-impersonator-check-code
%patch2 -p2 -b .Allow-connection-to-self-when-impersonator-set
%patch3 -p2 -b .Remove-gpm_release_ctx-to-fix-double-unlock
%patch4 -p2 -b .Update-systemd-file

%if %{mdvver} < 201610
# These two patches remove use of GSS_KRB5_CRED_NO_CI_FLAGS_X
# which was not added to krb5 until krb5-1.14
%patch100 -p1
%patch101 -p1
%endif

%build
%global optflags %{optflags} -fno-strict-aliasing
%configure2_5x \
	--with-pubconf-path=%{pubconfpath} \
	--with-initscript=systemd \
	--disable-static \
	--disable-rpath \
	--with-gpp-default-behavior=REMOTE_FIRST \
	--without-selinux

%make
make test_proxymech

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_sysconfdir}/gssproxy
install -m 644 examples/gssproxy.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf
install -m 644 examples/99-nfs-client.conf %{buildroot}%{_sysconfdir}/gssproxy/99-nfs-client.conf

install -d -m 755 %{buildroot}%{_sysconfdir}/gss/mech.d
install -m 644 examples/mech %{buildroot}%{_sysconfdir}/gss/mech.d/gssproxy.conf

install -d -m 755 %{buildroot}%{gpstatedir}/rcache


%changelog

* Mon Jan 22 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.0-1
- (a51d68a) Fix build with older krb5 releases for pre-rosa2016.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22734 |14mu|gstreamer0.10-plugins-bad-0.10.23-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_experimental 0
%define build_amrwb 0
%define build_voaac 0
%define build_faac 0
%define build_faad 0
%define build_xvid 0
%define build_dts 0
%define build_dirac 1
%define build_gme 1
%define build_celt 1

###############################
# Hardcore PLF build
%define build_plf 0
###############################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%define build_amrwb 1
%define build_voaac 1
%define build_faac 1
%define build_faad 1
%define build_xvid 1
%define build_dts 1
%endif

%define oname	gst-plugins-bad
%define bname	gstreamer%{api}
%define api	0.10
%define major	23
%define libgstbasevideo		%mklibname gstbasevideo %{api} %{major}
%define libgstbasecamerabinsrc	%mklibname gstbasecamerabinsrc %{api} %{major}
%define libgstcodecparsers	%mklibname gstcodecparsers %{api} %{major}
%define libgstphotography	%mklibname gstphotography %{api} %{major}
%define libgstsignalprocessor	%mklibname gstsignalprocessor %{api} %{major}
%define libgstvdp 		%mklibname gstvdp %{api} %{major}
%define devname 		%mklibname %{oname} -d %{api}

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-bad
Version:	0.10.23
Release:	6%{?extrarelsuffix}
License:	LGPLv2+ and GPLv2+
Group:		Sound
Url:		http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{oname}-%{version}.tar.bz2
Patch0:		gst-plugins-bad-0.10.7-wildmidi-timidity.cfg.patch
Patch1:		gst-plugins-bad-0.10.23-h264.patch
# With new directfb we get macro expanded to
#  __attribute__((__attribute__((no_instrument_function))))
# See http://permalink.gmane.org/gmane.comp.graphics.directfb.devel/3679
Patch2:		gst-plugins-bad-0.10.23-attribute.patch
# gw: fix for bug #36437 (paths to realplayer codecs)
# prefer codecs from the RealPlayer package in restricted
Patch10:	gst-plugins-bad-0.10.6-real-codecs-path.patch

BuildRequires:	fonts-ttf-dejavu
#gw for checks
BuildRequires:	gstreamer%{api}-plugins-good
BuildRequires:	bzip2-devel
#gw for autoreconf
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(exempi-2.0)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api}) >= 0.10.33
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(libmimic)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sndfile)
%ifarch %{ix86}
BuildRequires:	nasm => 0.90
BuildRequires:	valgrind
%endif
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink
Provides:	%{bname}-fluendo-mpegdemux
Requires:	%{bname}-voip >= %{version}-%{release}
Conflicts:	%{bname}-farsight <= 1:0.12.10

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're
missing something - be it a good code review, some documentation, a
set of tests, a real live maintainer, or some actual wide use. If the
blanks are filled in they might be upgraded to become part of either
gstreamer-plugins-good or gstreamer-plugins-ugly, depending on the
other factors. If the plug-ins break, you can't complain - instead,
you can fix the problem and send us a patch, or bribe someone into
fixing them for you.  New contributors can start here for things to
work on.

%if %{build_plf}
This package is in restricted as it violates some patents.
%endif

%files -f %{oname}-%{api}.lang
%doc AUTHORS COPYING README NEWS
%{_datadir}/glib-2.0/schemas/org.freedesktop.gstreamer-0.10.default-elements.gschema.xml
%{_libdir}/gstreamer-%{api}/libgstadpcmdec.so
%{_libdir}/gstreamer-%{api}/libgstadpcmenc.so
%{_libdir}/gstreamer-%{api}/libgstaiff.so
%{_libdir}/gstreamer-%{api}/libgstapexsink.so
%{_libdir}/gstreamer-%{api}/libgstasfmux.so
%{_libdir}/gstreamer-%{api}/libgstautoconvert.so
%{_libdir}/gstreamer-%{api}/libgstaudiovisualizers.so
%{_libdir}/gstreamer-%{api}/libgstbayer.so
%{_libdir}/gstreamer-%{api}/libgstcamerabin.so
%{_libdir}/gstreamer-%{api}/libgstcamerabin2.so
%{_libdir}/gstreamer-%{api}/libgstcoloreffects.so
%{_libdir}/gstreamer-%{api}/libgstcolorspace.so
%{_libdir}/gstreamer-%{api}/libgstdccp.so
%{_libdir}/gstreamer-%{api}/libgstdataurisrc.so
%{_libdir}/gstreamer-%{api}/libgstdebugutilsbad.so
%{_libdir}/gstreamer-%{api}/libgstdvb.so
%{_libdir}/gstreamer-%{api}/libgstdvbsuboverlay.so
%{_libdir}/gstreamer-%{api}/libgstdvdspu.so
%{_libdir}/gstreamer-%{api}/libgstfaceoverlay.so
%{_libdir}/gstreamer-%{api}/libgstfbdevsink.so
%{_libdir}/gstreamer-%{api}/libgstfestival.so
%{_libdir}/gstreamer-%{api}/libgstfrei0r.so
%{_libdir}/gstreamer-%{api}/libgstfreeverb.so
%{_libdir}/gstreamer-%{api}/libgstgaudieffects.so
%{_libdir}/gstreamer-%{api}/libgstgeometrictransform.so
%{_libdir}/gstreamer-%{api}/libgstgsettingselements.so
%{_libdir}/gstreamer-%{api}/libgsthdvparse.so
%{_libdir}/gstreamer-%{api}/libgstid3tag.so
%{_libdir}/gstreamer-%{api}/libgstinter.so
%{_libdir}/gstreamer-%{api}/libgstinterlace.so
%{_libdir}/gstreamer-%{api}/libgstivfparse.so
%{_libdir}/gstreamer-%{api}/libgstjpegformat.so
%{_libdir}/gstreamer-%{api}/libgstlegacyresample.so
%{_libdir}/gstreamer-%{api}/libgstmpegdemux.so
%{_libdir}/gstreamer-%{api}/libgstmpegpsmux.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsmux.so
%{_libdir}/gstreamer-%{api}/libgstmpegvideoparse.so
%{_libdir}/gstreamer-%{api}/libgstmve.so
%{_libdir}/gstreamer-%{api}/libgstmimic.so
%{_libdir}/gstreamer-%{api}/libgstmxf.so
%{_libdir}/gstreamer-%{api}/libgstopenal.so
# New version of opencv is not supported yet,
# uncomment when the plugin is built again
#{_libdir}/gstreamer-%{api}/libgstopencv.so
%{_libdir}/gstreamer-%{api}/libgstopus.so
%{_libdir}/gstreamer-%{api}/libgstpcapparse.so
%{_libdir}/gstreamer-%{api}/libgstpnm.so
%{_libdir}/gstreamer-%{api}/libgstrawparse.so
%{_libdir}/gstreamer-%{api}/libgstreal.so
%{_libdir}/gstreamer-%{api}/libgstremovesilence.so
%{_libdir}/gstreamer-%{api}/libgstscaletempoplugin.so
%{_libdir}/gstreamer-%{api}/libgstsdpelem.so
%{_libdir}/gstreamer-%{api}/libgstsegmentclip.so
%{_libdir}/gstreamer-%{api}/libgstshm.so
%{_libdir}/gstreamer-%{api}/libgstsiren.so
%{_libdir}/gstreamer-%{api}/libgstsmooth.so
%{_libdir}/gstreamer-%{api}/libgstsndfile.so
%{_libdir}/gstreamer-%{api}/libgststereo.so
%{_libdir}/gstreamer-%{api}/libgstsubenc.so
%{_libdir}/gstreamer-%{api}/libgstvcdsrc.so
%{_libdir}/gstreamer-%{api}/libgstvideomaxrate.so
%{_libdir}/gstreamer-%{api}/libgstvideomeasure.so
%{_libdir}/gstreamer-%{api}/libgstvideosignal.so
%{_libdir}/gstreamer-%{api}/libgstvmnc.so
%{_libdir}/gstreamer-%{api}/libgstbz2.so
%{_libdir}/gstreamer-%{api}/libgstcdaudio.so
%{_libdir}/gstreamer-%{api}/libgstcdxaparse.so
%{_libdir}/gstreamer-%{api}/libgstdecklink.so
%{_libdir}/gstreamer-%{api}/libgstfieldanalysis.so
%{_libdir}/gstreamer-%{api}/libgstfragmented.so
%{_libdir}/gstreamer-%{api}/libgstlinsys.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsdemux.so
%{_libdir}/gstreamer-%{api}/libgstpatchdetect.so
%{_libdir}/gstreamer-%{api}/libgstsdi.so
%{_libdir}/gstreamer-%{api}/libgstvideofiltersbad.so
%{_libdir}/gstreamer-%{api}/libgstvideoparsersbad.so
%{_libdir}/gstreamer-%{api}/libgstfreeze.so
%{_libdir}/gstreamer-%{api}/libgsth264parse.so
%{_libdir}/gstreamer-%{api}/libgstmodplug.so
%{_libdir}/gstreamer-%{api}/libgstnsf.so
%{_libdir}/gstreamer-%{api}/libgstnuvdemux.so
%{_libdir}/gstreamer-%{api}/libgstrfbsrc.so
%{_libdir}/gstreamer-%{api}/libgstsdl.so
%{_libdir}/gstreamer-%{api}/libgstspeed.so
%{_libdir}/gstreamer-%{api}/libgsttrm.so
%{_libdir}/gstreamer-%{api}/libgsttta.so
%{_libdir}/gstreamer-%{api}/libgsty4mdec.so

#----------------------------------------------------------------------------

%package -n %{libgstbasevideo}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstbasevideo}
This package contains a shared library for %{name}.

%files -n %{libgstbasevideo}
%{_libdir}/libgstbasevideo-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstbasecamerabinsrc}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Conflicts:	%{_lib}gstbasevideo0.10_23 < 0.10.23-5

%description -n %{libgstbasecamerabinsrc}
This package contains a shared library for %{name}.

%files -n %{libgstbasecamerabinsrc}
%{_libdir}/libgstbasecamerabinsrc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstcodecparsers}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Conflicts:	%{_lib}gstphotography0.10_23 < 0.10.23-5

%description -n %{libgstcodecparsers}
This package contains a shared library for %{name}.

%files -n  %{libgstcodecparsers}
%{_libdir}/libgstcodecparsers-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstphotography}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstphotography}
This package contains a shared library for %{name}.

%files -n %{libgstphotography}
%{_libdir}/libgstphotography-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstsignalprocessor}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Conflicts:	%{_lib}gstphotography0.10_23 < 0.10.23-5

%description -n %{libgstsignalprocessor}
This package contains a shared library for %{name}.

%files -n %{libgstsignalprocessor}
%{_libdir}/libgstsignalprocessor-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstvdp}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstvdp}
This package contains a shared library for %{name}.

%files -n %{libgstvdp}
%{_libdir}/libgstvdp-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libgstbasevideo} = %{version}-%{release}
Requires:	%{libgstbasecamerabinsrc} = %{version}-%{release}
Requires:	%{libgstcodecparsers} = %{version}-%{release}
Requires:	%{libgstphotography} = %{version}-%{release}
Requires:	%{libgstsignalprocessor} = %{version}-%{release}
Requires:	%{libgstvdp} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}gstphotography-devel < 0.10.23-5
Obsoletes:	%{_lib}gstbasevideo-devel < 0.10.23-5
Conflicts:	%{_lib}gstbasevideo-devel < 0.10.23-5

%description -n %{devname}
This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devname}
%{_libdir}/libgstbasevideo-%{api}.so
%{_libdir}/libgstbasecamerabinsrc-%{api}.so
%{_libdir}/libgstcodecparsers-%{api}.so
%{_libdir}/libgstphotography-%{api}.so
%{_libdir}/libgstsignalprocessor-%{api}.so
%{_libdir}/libgstvdp-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/basecamerabinsrc/*.h
%{_includedir}/gstreamer-%{api}/gst/codecparsers
%{_includedir}/gstreamer-%{api}/gst/interfaces/photography*
%{_includedir}/gstreamer-%{api}/gst/signalprocessor/gstsignalprocessor.h
%{_includedir}/gstreamer-%{api}/gst/vdpau/
%{_includedir}/gstreamer-%{api}/gst/video/
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-codecparsers-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-basevideo-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{bname}-curl
Summary:	GStreamer Curl plugin
Group:		Networking/Other
BuildRequires:	pkgconfig(libcurl)

%description -n %{bname}-curl
This is a HTTP plugin for GStreamer based on the curl library.

%files -n %{bname}-curl
%{_libdir}/gstreamer-%{api}/libgstcurl.so

#----------------------------------------------------------------------------

%package -n %{bname}-dc1394
Summary:	GStreamer DC1394 plugin
Group:		System/Libraries
BuildRequires:	pkgconfig(libdc1394-2)

%description -n %{bname}-dc1394
This is a IEEE 1394 (Firewire) support plugin for GStreamer.

%files -n %{bname}-dc1394
%{_libdir}/gstreamer-%{api}/libgstdc1394.so

#----------------------------------------------------------------------------

%package -n %{bname}-ofa
Summary:	GStreamer OFA plugin
Group:		Sound
BuildRequires:	pkgconfig(libofa)

%description -n %{bname}-ofa
This is a metadata support plugin for GStreamer based on the Open
Fingerprint Architecture library.

%files -n %{bname}-ofa
%{_libdir}/gstreamer-%{api}/libgstofa.so

#----------------------------------------------------------------------------

%package -n %{bname}-wildmidi
Summary:	GStreamer wildmidi plugin
Group:		Sound
BuildRequires:	wildmidi-devel
Requires:	timidity-instruments

%description -n %{bname}-wildmidi
This is a MIDI plugin for GStreamer based on the wildmidi library.

%files -n %{bname}-wildmidi
%{_libdir}/gstreamer-%{api}/libgstwildmidi.so

#----------------------------------------------------------------------------

%package -n %{bname}-mpeg2enc
Summary:	GStreamer mjpegtools plug-in
Group:		Video
BuildRequires:	pkgconfig(mjpegtools)

%description -n %{bname}-mpeg2enc
mjpegtools-based encoding and decoding plug-in.

%files -n %{bname}-mpeg2enc
%{_libdir}/gstreamer-%{api}/libgstmpeg2enc.so
%{_libdir}/gstreamer-%{api}/libgstmplex.so

#----------------------------------------------------------------------------

%if %{build_gme}
%package -n %{bname}-gme
Summary:	GStreamer Game Music plug-in
Group:		Sound
BuildRequires:	libgme-devel

%description -n %{bname}-gme
Game Music decoding plug-in.

%files -n %{bname}-gme
%{_libdir}/gstreamer-%{api}/libgstgme.so
%endif

#----------------------------------------------------------------------------

%if %{build_dirac}
%package -n %{bname}-dirac
Summary:	GStreamer dirac plug-in
Group:		Video
BuildRequires:	pkgconfig(dirac)

%description -n %{bname}-dirac
Dirac encoding and decoding plug-in.

%files -n %{bname}-dirac
%{_libdir}/gstreamer-%{api}/libgstdirac.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-schroedinger
Summary:	GStreamer dirac plug-in based on Schroedinger
Group:		Video
BuildRequires:	pkgconfig(schroedinger-1.0)
Epoch:		1

%description -n %{bname}-schroedinger
Dirac encoding and decoding plug-in based on Schroedinger.

%files -n %{bname}-schroedinger
%{_libdir}/gstreamer-%{api}/libgstschro.so

#----------------------------------------------------------------------------

%package -n %{bname}-vp8
Summary:	GStreamer VP8 plug-in
Group:		Video
BuildRequires:	pkgconfig(vpx)

%description -n %{bname}-vp8
VP8 encoding and decoding plug-in.

%files -n %{bname}-vp8
%{_libdir}/gstreamer-%{api}/libgstvp8.so
%{_libdir}/gstreamer-%{api}/libgstrtpvp8.so

#----------------------------------------------------------------------------

### LADSPA ###
%package -n %{bname}-ladspa
Summary:	Gstreamer wrapper for LADSPA plug-ins
Group:		Sound
Requires:	ladspa
BuildRequires:	ladspa-devel

%description -n %{bname}-ladspa
Plug-in which wraps LADSPA plug-ins for use by GStreamer applications.
We suggest you also get the cmt package of ladspa plug-ins
and steve harris's swh-plugins package.

%files -n %{bname}-ladspa
%{_libdir}/gstreamer-%{api}/libgstladspa.so

#----------------------------------------------------------------------------

%if %{build_dts}
%package -n %{bname}-dts
Summary:	GStreamer plug-ins for DTS audio playback
Group:		Sound
BuildRequires:	pkgconfig(libdts)

%description -n %{bname}-dts
Plug-ins for decoding DTS audio.

%files -n %{bname}-dts
%{_libdir}/gstreamer-%{api}/libgstdtsdec.so
%endif

#----------------------------------------------------------------------------

%if %{build_xvid}
%package -n %{bname}-xvid
Summary:	GStreamer plug-ins for XVID video encoding and decoding
Group:		Video
BuildRequires:	xvid-devel >= 1.1

%description -n %{bname}-xvid
Plug-ins for encoding and decoding XVID video.

This package is in restricted as it violates some patents.

%files -n %{bname}-xvid
%{_libdir}/gstreamer-%{api}/libgstxvid.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-musepack
Summary:	GStreamer plug-in Musepack playback
Group:		Sound
BuildRequires:	libmpcdec-devel

%description -n %{bname}-musepack
This plugin for GStreamer can play audio files which are encoded with
Andree Buschmann's encoder Musepack. These files have the filename
postfixes mpc, mp+ or mpp.

%files -n %{bname}-musepack
%{_libdir}/gstreamer-%{api}/libgstmusepack.so

#----------------------------------------------------------------------------

%package -n %{bname}-mms
Summary:	GStreamer plug-in for mms streams
Group:		System/Libraries
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libmms)

%description -n %{bname}-mms
Plug-in supporting the mms protocol based on the libmms library.

%files -n %{bname}-mms
%{_libdir}/gstreamer-%{api}/libgstmms.so

#----------------------------------------------------------------------------

%package -n %{bname}-rtmp
Summary:	GStreamer plug-in for rtmp streams
Group:		System/Libraries
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(librtmp)

%description -n %{bname}-rtmp
Plug-in supporting the rtmp protocol based on the librtmp library.

%files -n %{bname}-rtmp
%{_libdir}/gstreamer-%{api}/libgstrtmp.so

#----------------------------------------------------------------------------

%package -n %{bname}-directfb
Summary:	GStreamer plug-in for DirectFB output
Group:		Video
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(directfb)

%description -n %{bname}-directfb
Plug-in supporting the video output to DirectFB.

%files -n %{bname}-directfb
%{_libdir}/gstreamer-%{api}/libgstdfbvideosink.so

#----------------------------------------------------------------------------

%package -n %{bname}-soundtouch
Summary:	GStreamer plug-in for SoundTouch support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(soundtouch)

%description -n %{bname}-soundtouch
Plug-in supporting the SoundTouch audio manipulation support.

%files -n %{bname}-soundtouch
%{_libdir}/gstreamer-%{api}/libgstsoundtouch.so

#----------------------------------------------------------------------------

%package -n %{bname}-kate
Summary:	GStreamer Karaoke and text plugin
Group:		Video
BuildRequires:	pkgconfig(tiger)

%description -n %{bname}-kate
This is a Karaoke and text plugin for GStreamer based on libkate and libtiger.

%files -n %{bname}-kate
%{_libdir}/gstreamer-%{api}/libgstkate.so

#----------------------------------------------------------------------------

%package -n %{bname}-libass
Summary:	GStreamer subtitles plugin
Group:		Video
BuildRequires:	pkgconfig(libass)

%description -n %{bname}-libass
This is a subtitle plugin for GStreamer based on libass.

%files -n %{bname}-libass
%{_libdir}/gstreamer-%{api}/libgstassrender.so

#----------------------------------------------------------------------------

%package -n %{bname}-resindvd
Summary:	GStreamer DVD menu plugin
Group:		Video
BuildRequires:	pkgconfig(dvdnav)

%description -n %{bname}-resindvd
This is a DVD playback plugin for GStreamer with menu support.

%files -n %{bname}-resindvd
%{_libdir}/gstreamer-%{api}/libresindvd.so

#----------------------------------------------------------------------------

%package -n %{bname}-voip
Summary:	GStreamer voip plugins
Group:		Sound

%description -n %{bname}-voip
This is a collection of VoIP plugins for GStreamer.

%files -n %{bname}-voip
%{_libdir}/gstreamer-%{api}/libgstrtpmux.so
%{_libdir}/gstreamer-%{api}/libgstliveadder.so
%{_libdir}/gstreamer-%{api}/libgstdtmf.so

#----------------------------------------------------------------------------

%package -n %{bname}-cog
Summary:	GStreamer COG plugin
Group:		Video
BuildRequires:	pkgconfig(orc-0.4)

%description -n %{bname}-cog
This is a signal processing plugin for GStreamer based on Orc.

%files -n %{bname}-cog
%{_libdir}/gstreamer-%{api}/libgstcog.so

#----------------------------------------------------------------------------

%package -n %{bname}-vdpau
Summary:	GStreamer plug-in for playback using VDPAU
Group:		Video
BuildRequires:	vdpau-devel

%description -n %{bname}-vdpau
This plug-in adds video playback support to GStreamer based on VDPAU 
(Video Decode and Presentation API for Unix).

%files -n %{bname}-vdpau
%{_libdir}/gstreamer-%{api}/libgstvdpau.so

#----------------------------------------------------------------------------

%if %{build_faad}
%package -n %{bname}-faad
Summary:	GStreamer plug-in for AAC audio playback
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	libfaad2-devel => 2.0

%description -n %{bname}-faad
Plug-ins for playing AAC audio

This package is in restricted as it violates some patents.

%files -n %{bname}-faad
%{_libdir}/gstreamer-%{api}/libgstfaad.so
%endif

#----------------------------------------------------------------------------

%if %{build_faac}
%package -n %{bname}-faac
Summary:	GStreamer plug-ins for AAC audio encoding
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	libfaac-devel

%description -n %{bname}-faac
Plug-ins for encoding AAC audio

This package is in restricted as it violates some patents.

%files -n %{bname}-faac
%{_libdir}/gstreamer-%{api}/libgstfaac.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-gsm
Summary:	GStreamer plugin for GSM lossy audio format
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	gsm-devel >= 1.0.10

%description -n %{bname}-gsm
Output plugin for GStreamer to convert to GSM lossy audio format.

%files -n %{bname}-gsm
%{_libdir}/gstreamer-%{api}/libgstgsm.so

#----------------------------------------------------------------------------

%package -n %{bname}-neon
Summary:	GStreamer HTTP plugin based on libneon
Group:		System/Libraries
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(neon)

%description -n %{bname}-neon
Plug-in for HTTP access based on libneon.

%files -n %{bname}-neon
%{_libdir}/gstreamer-%{api}/libgstneonhttpsrc.so

#----------------------------------------------------------------------------

%package -n %{bname}-nas
Summary:	Gstreamer output plugin for the NAS sound server
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	nas-devel

%description -n %{bname}-nas
Output plugin for GStreamer for use with the nas sound server.

%files -n %{bname}-nas
%{_libdir}/gstreamer-%{api}/libgstnassink.so

#----------------------------------------------------------------------------

%if %{build_amrwb}
%package -n %{bname}-amrwb
Summary:	GStreamer plug-in for AMR-WB support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(vo-amrwbenc)

%description -n %{bname}-amrwb
Plug-in for decoding AMR-WB under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-amrwb
%{_datadir}/gstreamer-%{api}/presets/GstVoAmrwbEnc.prs
%{_libdir}/gstreamer-%{api}/libgstvoamrwbenc.so
%endif

#----------------------------------------------------------------------------

%if %{build_voaac}
%package -n %{bname}-vo-aac
Summary:	GStreamer plug-in for VisualOn AAC encoding
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(vo-aacenc)

%description -n %{bname}-vo-aac
Plug-in for encoding AAC under GStreamer based on VisualOn AAC library.

This package is in restricted as it violates some patents.

%files -n %{bname}-vo-aac
%{_libdir}/gstreamer-%{api}/libgstvoaacenc.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-jp2k
Summary:	GStreamer plug-in for JPEG2000 support
Group:		Graphics
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(jasper)

%description -n %{bname}-jp2k
Plug-in for JPEG2000 support under GStreamer.

%files -n %{bname}-jp2k
%{_libdir}/gstreamer-%{api}/libgstjp2k.so
%{_libdir}/gstreamer-%{api}/libgstjp2kdecimator.so

#----------------------------------------------------------------------------

%if %{build_celt}
%package -n %{bname}-celt
Summary:	GStreamer plug-in for CELT support
Group:		Video
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(celt)

%description -n %{bname}-celt
Plug-in for CELT support under GStreamer.

%files -n %{bname}-celt
%{_libdir}/gstreamer-%{api}/libgstcelt.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-rsvg
Summary:	GStreamer plug-in for SVG support
Group:		Graphics
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(librsvg-2.0)

%description -n %{bname}-rsvg
Plug-in for SVG support under GStreamer.

%files -n %{bname}-rsvg
%{_libdir}/gstreamer-%{api}/libgstrsvg.so

#----------------------------------------------------------------------------

%package doc
Group:		Books/Computer books
Summary:	GStreamer application library

%description doc
This is the documentation of %{name}.

%files doc
%doc docs/plugins/html
%{_datadir}/gtk-doc/html/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches
#gw broken configure in 0.10.19.2
#autoreconf -fi

%build
#work around broken mjpegtools headers including config.h:
export CPPFLAGS="-I."
%configure2_5x \
	--disable-static \
	--disable-dependency-tracking \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
%if ! %{build_celt}
	--disable-celt \
%endif
%if ! %{build_faac}
	--disable-faac \
%endif
%if ! %{build_faad}
	--disable-faad \
%endif
%if ! %{build_dirac}
	--disable-dirac \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang %{oname}-%{api}


%changelog

* Tue May 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.23-6
- (2b3ed21) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22735 |14mu|gstreamer0.10-plugins-ugly-0.10.19-4.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.10
%define majorminor 0.10
%define bname gstreamer0.10
%define build_plf 0
%{?_with_plf: %{expand: %%global build_plf 1}}
%define build_experimental 0
%{?_with_experimental: %{expand: %%global build_experimental 1}}
%define build_lame 0
%define build_amrnb 0
%define build_amrwbdec 0
%define build_x264 0

######################################33
# Hardcode PLF build
%define build_plf 0
######################################33

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_lame 1
%define build_x264 1
%define build_amrnb 1
%define build_amrwbdec 1
%endif

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-ugly
Version:	0.10.19
Release:	4.1%{?extrarelsuffix}
License:	LGPLv2+
Group:		Sound
URL:		http://gstreamer.freedesktop.org/
Source:		http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{version}.tar.xz
Patch0:		gstreamer-plugins-ugly-0.10.17-amr-linking.patch
Patch1:		gst-plugins-ugly-0.10.19-opencore.patch
# mugged from arch
Patch2:		gstreamer-plugins-ugly-0.10.19-cdio-0.90.patch
%ifnarch %{mips} %{arm}
BuildRequires:	valgrind
%endif
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(orc-0.4) >= 0.4.5
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that have good quality and
correct functionality, but distributing them might pose problems. The
license on either the plug-ins or the supporting libraries might not
be how the GStreamer authors like. The code might be widely known to
present patent problems.

%if %{build_plf}
This package is in Restricted repository as it violates some patents.
%endif

%files -f gst-plugins-ugly-%{majorminor}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{majorminor}/libgstasf.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdlpcmdec.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdread.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdsub.so
%{_libdir}/gstreamer-%{majorminor}/libgstiec958.so
%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpegaudioparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpegstream.so
%{_libdir}/gstreamer-%{majorminor}/libgstrmdemux.so
%if %{build_experimental}
%{_libdir}/gstreamer-%{majorminor}/libgstsynaesthesia.so
%endif

#----------------------------------------------------------------------------

%if %{build_lame}
### LAME ###
%package -n %{bname}-lame
Summary:	GStreamer plug-in for encoding mp3 songs using lame
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	liblame-devel >= 3.89

%description -n %{bname}-lame
Plug-in for encoding mp3 with lame under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-lame
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
%endif

#----------------------------------------------------------------------------

%if %{build_x264}
%package -n %{bname}-x264
Summary:	GStreamer plug-in for H264/AVC video encoding
Group:		Video
BuildRequires:	pkgconfig(x264)

%description -n %{bname}-x264
Plug-in for encoding H264/AVC video.

This package is in restricted as it violates some patents.

%files -n %{bname}-x264
%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstX264Enc.prs
%endif

#----------------------------------------------------------------------------

%if %{build_amrnb}
%package -n %{bname}-amrnb
Summary:	GStreamer plug-in for AMR-NB support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(opencore-amrnb)

%description -n %{bname}-amrnb
Plug-in for decoding AMR-NB under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-amrnb
%{_libdir}/gstreamer-%{majorminor}/libgstamrnb.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstAmrnbEnc.prs
%endif

#----------------------------------------------------------------------------

%if %{build_amrwbdec}
%package -n %{bname}-amrwbdec
Summary:	GStreamer plug-in for AMR-WB decoding support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(opencore-amrwb)

%description -n %{bname}-amrwbdec
Plug-in for decoding AMR-Wb under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-amrwbdec
%{_libdir}/gstreamer-%{majorminor}/libgstamrwbdec.so
%endif

#----------------------------------------------------------------------------

### SIDPLAY ###
%package -n %{bname}-sid
Summary:	GStreamer Sid C64 music plugin
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	sidplay-devel => 1.36.0

%description -n %{bname}-sid
Plugin for playback of C64 SID format music files

%files -n %{bname}-sid
%{_libdir}/gstreamer-%{majorminor}/libgstsid.so

#----------------------------------------------------------------------------

### A52DEC ###
%package -n %{bname}-a52dec
Summary:	GStreamer VOB decoder plugin
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	a52dec-devel

%description -n %{bname}-a52dec
Plugin for decoding of VOB files

%files -n %{bname}-a52dec
%{_libdir}/gstreamer-%{majorminor}/libgsta52dec.so

#----------------------------------------------------------------------------

%package -n %{bname}-mpeg
Summary:	GStreamer plug-ins for MPEG video playback and encoding
Group:		Video
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libmpeg2)

%description -n %{bname}-mpeg
Plug-ins for playing and encoding MPEG video.

%files -n %{bname}-mpeg
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so

#----------------------------------------------------------------------------

%package -n %{bname}-cdio
Summary:	GStreamer plug-in for audio CD playback
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libcdio)
Conflicts:	%{bname}-plugins-good < 0.10.10

%description -n %{bname}-cdio
Plug-in for audio CD playback.

%files -n %{bname}-cdio
%{_libdir}/gstreamer-%{majorminor}/libgstcdio.so

#----------------------------------------------------------------------------

%package -n %{bname}-twolame
Summary:	GStreamer plug-in for MP2 encoding support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(twolame)

%description -n %{bname}-twolame
Plug-in for encoding MP2 under GStreamer.

%files -n %{bname}-twolame
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so

#----------------------------------------------------------------------------

%prep
%setup -q -n gst-plugins-ugly-%{version}
%apply_patches
autoconf

%build
%configure2_5x \
	--disable-dependency-tracking \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
%if !%{build_lame}
	--disable-lame \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang gst-plugins-ugly-%{majorminor}

rm -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.a
rm -f %{buildroot}%{_libdir}/*.a

%check
cd tests/check
make check

%changelog

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.19-4.1
- (2b7ba65) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22736 |14mu|gstreamer1.0-1.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	gstreamer
%define api	1.0
%define name	%{oname}%{api}
%define vname	%{oname}10

%define major		0
%define libname		%mklibname %{oname} %{api} %{major}
%define gi_name		%mklibname gst-gir %{api}
%define libnamedev	%mklibname -d %{name}
%define build_docs 	0

Name: 		%{oname}%{api}
Summary: 	GStreamer Streaming-media framework runtime
Version: 	1.6.3
Release: 	1
License: 	LGPLv2+
Group: 		Sound
URL:            http://gstreamer.freedesktop.org/
Source0: 	http://gstreamer.freedesktop.org/src/gstreamer/%{oname}-%{version}.tar.xz
Source1:	gstreamer.prov
Patch0:	        gstreamer-inspect-rpm-format.patch
BuildRequires:  pkgconfig(gio-2.0) >= 2.32.0
BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
BuildRequires:  pkgconfig(gmodule-no-export-2.0)
BuildRequires:  pkgconfig(gobject-2.0)
BuildRequires:  pkgconfig(gthread-2.0)
BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.9
BuildRequires:  gobject-introspection-devel
BuildRequires:	pkgconfig(popt)
BuildRequires:	gettext-devel
BuildRequires:  libcheck-devel
BuildRequires:  chrpath
BuildRequires:  bison
BuildRequires:  flex

%ifnarch %arm %mips
BuildRequires:  valgrind-devel
%endif

%ifarch %ix86
BuildRequires: 	nasm => 0.90
%endif

%if %build_docs
BuildRequires: 	gtk-doc >= 0.7
BuildRequires: 	transfig
BuildRequires:  docbook-dtd42-xml
BuildRequires:  docbook-dtd412-xml
BuildRequires:  ghostscript
BuildRequires:  python-pyxml
%endif

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new 
plugins.

%package tools
Summary:	GStreamer Streaming-media framework runtime
Group:		Sound
Provides:	%{vname}-tools = %{version}-%{release}

%description tools
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new 
plugins.

%package -n %{libname}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Requires:	%{name}-tools >= %{version}-%{release}
Provides:	libgstreamer%{api} = %{version}-%{release}

%description -n %{libname}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{gi_name}
Summary:	GObject Introspection interface libraries for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{gi_name}
GObject Introspection interface libraries for %{name}.

%package -n %{libnamedev}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name}-tools = %{version}-%{release}
Provides:	gstreamer%{api}-devel = %{version}-%{release}

%description -n %{libnamedev}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%prep
%setup -q -n %{oname}-%{version}
%apply_patches

%build
%configure2_5x \
	--enable-debug \
	--disable-static \
	--disable-dependency-tracking \
	--with-package-name='%_vendor %{name} package' \
	--with-package-origin='http://bugs.%_vendor.org/' \
	--disable-tests \
	--disable-examples \
	--disable-rpath \
%if %build_docs
	--enable-docbook \
	--enable-gtk-doc \
%else	
	--disable-docbook \
	--disable-gtk-doc \
%endif
%ifarch %mips
	--disable-valgrind \
%endif
	--with-html-dir=%{_datadir}/gtk-doc/html

%make

%check
cd tests/check
# disable check as it will stall at build in iurt
#make check

%install
%makeinstall_std

mkdir -p %{buildroot}%{_var}/cache/%{oname}-%{api}

#clean the files we don't want to install 
find %{buildroot} -name '*.la' -delete

%find_lang %{oname}-%{api}

%if %build_docs
mv %{buildroot}%{_datadir}/doc/%{oname}-%{api}/ installed-docs
%endif

#gw really remove rpath for rpmlint
chrpath -d %{buildroot}{%_bindir/gst-{inspect,launch,typefind}-1.0,%_libdir/{*.so,%{oname}-%api/*.so}}

# Add the provides script
install -m0755 -D %{SOURCE1} %{buildroot}%{_prefix}/lib/rpm/%{_vendor}/%{name}.prov

%files tools -f %{oname}-%{api}.lang
%doc AUTHORS COPYING README NEWS
%dir %{_var}/cache/%{oname}-%{api}
%{_bindir}/gst-inspect-%{api}
%{_bindir}/gst-launch-%{api}
%{_bindir}/gst-typefind-%{api}
%{_mandir}/man1/gst-inspect-%{api}.1*
%{_mandir}/man1/gst-launch-%{api}.1*
%{_mandir}/man1/gst-typefind-%{api}.1*
%{_datadir}/bash-completion/completions/gst-inspect-1.0
%{_datadir}/bash-completion/completions/gst-launch-1.0
%{_datadir}/bash-completion/helpers/gst
%{_datadir}/bash-completion/helpers/gst-completion-helper-1.0
%{_libdir}/gstreamer-1.0/gst-ptp-helper

%files -n %{libname}
%dir %{_libdir}/%{oname}-%{api}
%{_libdir}/libgstbase-%{api}.so.%{major}*
%{_libdir}/libgstcheck-%{api}.so.%{major}*
%{_libdir}/libgstreamer-%{api}.so.%{major}*
%{_libdir}/libgstnet-%{api}.so.%{major}*
%{_libdir}/libgstcontroller-%{api}.so.%{major}*
%{_libdir}/%{oname}-%{api}/gst-plugin-scanner
%{_libdir}/%{oname}-%{api}/libgstcoreelements.so

%files -n %{gi_name}
%{_libdir}/girepository-1.0/Gst-%{api}.typelib
%{_libdir}/girepository-1.0/GstBase-%{api}.typelib
%{_libdir}/girepository-1.0/GstCheck-%{api}.typelib
%{_libdir}/girepository-1.0/GstController-%{api}.typelib
%{_libdir}/girepository-1.0/GstNet-%{api}.typelib

%files -n %{libnamedev}
%doc ChangeLog

%if %build_docs
%doc installed-docs/*
%endif

%{_prefix}/lib/rpm/%{_vendor}/%{name}.prov
%dir %{_includedir}/%{oname}-%{api}
%dir %{_includedir}/%{oname}-%{api}/gst
%{_includedir}/%{oname}-%{api}/gst/*.h
%dir %{_includedir}/%{oname}-%{api}/gst/base/
%{_includedir}/%{oname}-%{api}/gst/base/*.h
%{_includedir}/%{oname}-%{api}/gst/check/
%dir %{_includedir}/%{oname}-%{api}/gst/controller/
%{_includedir}/%{oname}-%{api}/gst/controller/*.h
%{_includedir}/%{oname}-%{api}/gst/net/
%{_libdir}/%{oname}-%{api}/include/gst/gstconfig.h
%{_libdir}/libgstbase-%{api}.so
%{_libdir}/libgstcheck-%{api}.so
%{_libdir}/libgstreamer-%{api}.so
%{_libdir}/libgstnet-%{api}.so
%{_libdir}/libgstcontroller-%{api}.so
%{_datadir}/aclocal/gst-element-check-%{api}.m4
%{_libdir}/pkgconfig/gstreamer-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-base-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-check-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-net-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-controller-%{api}.pc
## we specify the API docs as regular files since %docs doesn't fail when
#  files aren't found anymore for RPM >= 4
#  we list all of the files we really need to trap incomplete doc builds
#  then we catch the rest with *, you can safely ignore the errors from this
## gstreamer API
%{_datadir}/gtk-doc/html/*
%{_datadir}/gir-1.0/Gst-%{api}.gir
%{_datadir}/gir-1.0/GstBase-%{api}.gir
%{_datadir}/gir-1.0/GstCheck-%{api}.gir
%{_datadir}/gir-1.0/GstController-%{api}.gir
%{_datadir}/gir-1.0/GstNet-%{api}.gir

%changelog

* Mon Jan 25 2016 Tigro <ashejn@gmail.com> 1.6.3-1
- (b0a2470) update to 1.6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22737 |14mu|gstreamer1.0-libav-1.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0

Summary:	Gstreamer plugin for the libav codec
Name:		gstreamer%{api}-libav
Version:	1.6.3
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://gstreamer.freedesktop.org
Source0:	http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
%ifnarch %{arm} %{mips}
BuildRequires:	valgrind
%endif
Buildrequires:	yasm
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api}) >= %{version}
BuildRequires:	pkgconfig(gstreamer-%{api}) >= %{version}
BuildRequires:	pkgconfig(gstreamer-base-%{api}) >= %{version}
BuildRequires:	pkgconfig(gstreamer-check-%{api}) >= %{version}
BuildRequires:	pkgconfig(orc-0.4) >= 0.4.16
Provides:	gstreamer%{api}-ffmpeg = %{EVRD}

%description
Video codec plugin for GStreamer based on the libav libraries.

%files
%doc README NEWS TODO ChangeLog AUTHORS
%{_libdir}/gstreamer-%{api}/libgstlibav.so

#----------------------------------------------------------------------------

%prep
%setup -qn gst-libav-%{version}

%build
%configure2_5x \
	--disable-static \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
	--with-libav-extra-configure='--disable-decoder=mp3 --disable-decoder=mp3on4 --disable-decoder=mp3adu --disable-demuxer=mp3 --disable-demuxer=asf'
%make

%install
%makeinstall_std

#remove gtk-doc
rm -rf %{buildroot}%{_datadir}/gtk-doc

%changelog

* Mon Jan 25 2016 Tigro <ashejn@gmail.com> 1.6.3-1
- (2cc44f8) update to 1.6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22738 |14mu|gstreamer1.0-plugins-bad-1.4.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		1.0
%define bname		gstreamer%{api}

%define build_experimental	0
%{?_with_experimental: %{expand: %%global build_experimental 1}}
%define build_amrwb	0
%define build_faac	0
%define build_faad	0
%define build_xvid	0
%define build_dts	0
%define build_dirac	0
%define build_gme	1
%define build_celt	0

##########################
# Hardcode PLF build
%define build_plf	0
##########################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_amrwb	0
%define build_faac	1
%define build_faad	1
%define build_xvid	0
%define build_dts	1
%endif

%define libmajor	0
%define libnamephoto	%mklibname gstphotography %{api} %{libmajor}
%define develnamephoto	%mklibname -d gstphotographyi %{api}
%define libnamebase	%mklibname gstbasevideo %{api} %{libmajor}
%define develnamebase	%mklibname -d gstbasevideo %{api}
%define libnamempegts   %mklibname gstmpegts %{api} %{libmajor}
%define develnamempegts	%mklibname -d gstmpegts %{api}
%define libnameuridownloader	%mklibname gsturidownloader %{api} %{libmajor}
%define develnameuridownloader	%mklibname -d gsturidownloader %{api}
%define libnameinsertbin	%mklibname gstinsertbin %{api} %{libmajor}
%define develnameinsertbin	%mklibname -d gstinsertbin %{api}
%define libnamebadbase		%mklibname gstbadbase %{api} %{libmajor}
%define develnamebadbase	%mklibname -d gstbadbase %{api}
%define libnamebadvideo		%mklibname gstbadvideo %{api} %{libmajor}
%define develnamebadvideo	%mklibname -d gstbadvideo %{api}


Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-bad
Version:	1.4.5
Release:	3%{?extrarelsuffix}
License:	LGPLv2+ and GPLv2+
Group: 		Sound
URL:		http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
Patch0:		0001-srtpdec-Add-support-for-RTP-RTCP-mixing-if-data-arri.patch
#gw for the pixbuf plugin
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(orc-0.4) >= 0.4.5
BuildRequires:	pkgconfig(sdl)
BuildRequires:	libbzip2-devel
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(exempi-2.0)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(opus)
%ifarch %ix86
BuildRequires:	nasm => 0.90
%endif
BuildRequires:	pkgconfig(valgrind)
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
BuildRequires:	pkgconfig(gstreamer-1.0) >= %{version}
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(libmimic)
BuildRequires:	pkgconfig(libass)
BuildRequires:  pkgconfig(dvdnav)
%if %{build_plf}
BuildRequires:	pkgconfig(vo-aacenc)
BuildRequires:	pkgconfig(vo-amrwbenc)
%endif
#gw for checks
#BuildRequires:	gstreamer0.10-plugins-good
BuildRequires:	fonts-ttf-dejavu
#gw for autoreconf
BuildRequires:	gettext-devel
Obsoletes:	%{bname}-voip < %{version}-%{release}
Obsoletes:	%{bname}-rtpvp8 < %{version}-%{release}

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're
missing something - be it a good code review, some documentation, a
set of tests, a real live maintainer, or some actual wide use. If the
blanks are filled in they might be upgraded to become part of either
gstreamer-plugins-good or gstreamer-plugins-ugly, depending on the
other factors. If the plug-ins break, you can't complain - instead,
you can fix the problem and send us a patch, or bribe someone into
fixing them for you.  New contributors can start here for things to
work on.

%if %{build_plf}
This package is in restricted repository as it violates some patents.
%endif

%package -n %{libnamephoto}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libnamephoto}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnamephoto}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libnamephoto} = %{version}-%{release}
Provides:	gstphotography%{api}-devel = %{version}-%{release}

%description -n %{develnamephoto}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{libnamempegts}
Summary:        Libraries for GStreamer streaming-media framework
Group:          System/Libraries
# package bug
Obsoletes:	%{_lib}gstmpegts1.0_0-devel < 1.4.5-2

%description -n %{libnamempegts}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnamempegts}
Summary:        Libraries and include files for GStreamer streaming-media framework
Group:          Development/C
Requires:       %{libnamempegts} = %{version}-%{release}
Provides:       gstmpegts%{api}-devel = %{version}-%{release}

%description -n %{develnamempegts}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{libnameuridownloader}
Summary:        Libraries for GStreamer streaming-media framework
Group:          System/Libraries
# package bug
Obsoletes:	%{_lib}gsturidownloader1.0_0-devel < 1.4.5-2

%description -n %{libnameuridownloader}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnameuridownloader}
Summary:        Libraries and include files for GStreamer streaming-media framework
Group:          Development/C
Requires:       %{libnameuridownloader} = %{version}-%{release}
Provides:       gsturidownloader%{api}-devel = %{version}-%{release}

%description -n %{develnameuridownloader}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{libnameinsertbin}
Summary:        Libraries for GStreamer streaming-media framework
Group:          System/Libraries
# package bug
Obsoletes:	%{_lib}gstinsertbin1.0_0-devel < 1.4.5-2

%description -n %{libnameinsertbin}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnameinsertbin}
Summary:        Libraries and include files for GStreamer streaming-media framework
Group:          Development/C
Requires:       %{libnameinsertbin} = %{version}-%{release}
Provides:       gstinsertbin%{api}-devel = %{version}-%{release}

%description -n %{develnameinsertbin}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{libnamebase}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libnamebase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnamebase}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libnamebase} = %{version}-%{release}
Provides:	gstbasevideo%{api}-devel = %{version}-%{release}

%description -n %{develnamebase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{libnamebadbase}
Summary:        Libraries for GStreamer streaming-media framework
Group:          System/Libraries

%description -n %{libnamebadbase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnamebadbase}
Summary:        Libraries for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libnamebadbase} = %{version}-%{release}
Provides:	gstbasevideo%{api}-devel = %{version}-%{release}

%description -n %{develnamebadbase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

%package -n %{libnamebadvideo}
Summary:        Libraries for GStreamer streaming-media framework
Group:          System/Libraries

%description -n %{libnamebadvideo}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnamebadvideo}
Summary:        Libraries for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libnamebadvideo} = %{version}-%{release}
Provides:	gstbasevideo%{api}-devel = %{version}-%{release}

%description -n %{develnamebadvideo}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

%package -n %{bname}-curl
Summary:	GStreamer Curl plugin
Group:		Networking/Other
BuildRequires:	pkgconfig(libcurl)

%description -n %{bname}-curl
This is a HTTP plugin for GStreamer based on the curl library.

%files -n %{bname}-curl
%{_libdir}/gstreamer-%{api}/libgstcurl.so

%package -n %{bname}-mpeg2enc
Summary:	GStreamer mjpegtools plug-in
Group:		Video
BuildRequires:	pkgconfig(mjpegtools)

%description -n %{bname}-mpeg2enc
mjpegtools-based encoding and decoding plug-in.

%files -n %{bname}-mpeg2enc
%{_libdir}/gstreamer-%{api}/libgstmpeg2enc.so
%{_libdir}/gstreamer-%{api}/libgstmplex.so

%if %{build_gme}
%package -n %{bname}-gme
Summary:	GStreamer Game Music plug-in
Group:		Sound
BuildRequires:	libgme-devel

%description -n %{bname}-gme
Game Music decoding plug-in.

%files -n %{bname}-gme
%{_libdir}/gstreamer-%{api}/libgstgme.so
%endif

%if %{build_dirac}
%package -n %{bname}-dirac
Summary:	GStreamer dirac plug-in
Group:		Video
BuildRequires:	pkgconfig(dirac) >= 0.9

%description -n %{bname}-dirac
Dirac encoding and decoding plug-in.

%files -n %{bname}-dirac
%{_libdir}/gstreamer-%{api}/libgstdirac.so
%endif

%package -n %{bname}-schroedinger
Summary:	GStreamer dirac plug-in based on Schroedinger
Group:		Video
BuildRequires:	pkgconfig(schroedinger-1.0)
Epoch:		1

%description -n %{bname}-schroedinger
Dirac encoding and decoding plug-in based on Schroedinger.

%files -n %{bname}-schroedinger
%{_libdir}/gstreamer-%{api}/libgstschro.so

%if %build_dts
%package -n %{bname}-dts
Summary:	GStreamer plug-ins for DTS audio playback
Group:		Sound
BuildRequires:	dtsdec-devel

%description -n %{bname}-dts
Plug-ins for decoding DTS audio.

%files -n %{bname}-dts
%{_libdir}/gstreamer-%{api}/libgstdtsdec.so
%endif

%if %{build_xvid}
%package -n %{bname}-xvid
Summary:	GStreamer plug-ins for XVID video encoding and decoding
Group:		Video
BuildRequires:	xvid-devel >= 1.1

%description -n %{bname}-xvid
Plug-ins for encoding and decoding XVID video.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-xvid
%{_libdir}/gstreamer-%{api}/libgstxvid.so
%endif

%package -n %{bname}-mms
Summary:	GStreamer plug-in for mms streams
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(libmms)

%description -n %{bname}-mms
Plug-in supporting the mms protocol based on the libmms library.

%files -n %{bname}-mms
%{_libdir}/gstreamer-%{api}/libgstmms.so

%package -n %{bname}-rtmp
Summary:	GStreamer plug-in for rtmp streams
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(librtmp)

%description -n %{bname}-rtmp
Plug-in supporting the rtmp protocol based on the librtmp library.

%files -n %{bname}-rtmp
%{_libdir}/gstreamer-%{api}/libgstrtmp.so

%package -n %{bname}-soundtouch
Summary:	GStreamer plug-in for SoundTouch support
Group:		Sound
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(soundtouch)

%description -n %{bname}-soundtouch
Plug-in supporting the SoundTouch audio manipulation support.

%files -n %{bname}-soundtouch
%{_libdir}/gstreamer-%{api}/libgstsoundtouch.so

%package -n %{bname}-libass
Summary:	GStreamer subtitles plugin
Group:		Video
BuildRequires:	pkgconfig(libass)

%description -n %{bname}-libass
This is a subtitle plugin for GStreamer based on libass.

%files -n %{bname}-libass
%{_libdir}/gstreamer-%{api}/libgstassrender.so

%package doc
Group:		Books/Computer books
Summary:	GStreamer application library
BuildArch:	noarch

%description doc
This is the documentation of %{name}.

%prep
%setup -q -n gst-plugins-bad-%{version}
%apply_patches

%build
%configure2_5x --disable-dependency-tracking --disable-static \
  --with-package-name='Rosa %{name} package' \
  --with-package-origin='http://www.rosalinux.com/' \
  --disable-directfb \
%if ! %{build_celt}
	--disable-celt \
%endif
%if ! %{build_faac}
	--disable-faac \
%endif
%if ! %{build_faad}
	--disable-faad \
%endif
%if ! %{build_dirac}
	--disable-dirac \
%endif
%if ! %{build_xvid}
	--disable-xvid \
%endif
%if ! %{build_dts}
	--disable-dts \
%endif
%if ! %{build_plf}
	--disable-voamrwbenc --disable-voaacenc \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

make

%install
%makeinstall_std

%find_lang gst-plugins-bad-%{api}

# Clean out files that should not be part of the rpm.
# This is the recommended way of dealing with it for RH8
find %{buildroot} -name '*.la' -delete

%files doc
%doc docs/plugins/html
%{_datadir}/gtk-doc/html/

%files -f gst-plugins-bad-%{api}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{api}/libgstadpcmdec.so
%{_libdir}/gstreamer-%{api}/libgstadpcmenc.so
%{_libdir}/gstreamer-%{api}/libgstasfmux.so
%{_libdir}/gstreamer-%{api}/libgstaudiovisualizers.so
%{_libdir}/gstreamer-%{api}/libgstautoconvert.so
%{_libdir}/gstreamer-%{api}/libgstbayer.so
%{_libdir}/gstreamer-%{api}/libgstcamerabin2.so
%{_libdir}/gstreamer-%{api}/libgstcoloreffects.so
%{_libdir}/gstreamer-%{api}/libgstdataurisrc.so
%{_libdir}/gstreamer-%{api}/libgstdebugutilsbad.so
%{_libdir}/gstreamer-%{api}/libgstdvb.so
%{_libdir}/gstreamer-%{api}/libgstdvbsuboverlay.so
%{_libdir}/gstreamer-%{api}/libgstdvdspu.so
%{_libdir}/gstreamer-%{api}/libgstfieldanalysis.so
%{_libdir}/gstreamer-%{api}/libgstfestival.so
%{_libdir}/gstreamer-%{api}/libgstfrei0r.so
%{_libdir}/gstreamer-%{api}/libgstgaudieffects.so
%{_libdir}/gstreamer-%{api}/libgstgdp.so
%{_libdir}/gstreamer-%{api}/libgstgeometrictransform.so
%{_libdir}/gstreamer-%{api}/libgstid3tag.so
%{_libdir}/gstreamer-%{api}/libgstinter.so
%{_libdir}/gstreamer-%{api}/libgstinterlace.so
%{_libdir}/gstreamer-%{api}/libgstjpegformat.so
%{_libdir}/gstreamer-%{api}/libgstliveadder.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsmux.so
%{_libdir}/gstreamer-%{api}/libgstmimic.so
%{_libdir}/gstreamer-%{api}/libgstmpegpsdemux.so
%{_libdir}/gstreamer-%{api}/libgstopus.so
%{_libdir}/gstreamer-%{api}/libgstpcapparse.so
%{_libdir}/gstreamer-%{api}/libgstpnm.so
%{_libdir}/gstreamer-%{api}/libgstrawparse.so
%{_libdir}/gstreamer-%{api}/libgstremovesilence.so
%{_libdir}/gstreamer-%{api}/libgstsdpelem.so
%{_libdir}/gstreamer-%{api}/libgstsegmentclip.so
%{_libdir}/gstreamer-%{api}/libgstshm.so
%{_libdir}/gstreamer-%{api}/libgstsiren.so
%{_libdir}/gstreamer-%{api}/libgstsmooth.so
%{_libdir}/gstreamer-%{api}/libgstspeed.so
%{_libdir}/gstreamer-%{api}/libgstsubenc.so
%{_libdir}/gstreamer-%{api}/libgstbz2.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsdemux.so
%{_libdir}/gstreamer-%{api}/libgstvideoparsersbad.so
%{_libdir}/gstreamer-%{api}/libgstdecklink.so
%{_libdir}/gstreamer-%{api}/libgstmpegpsmux.so
%{_libdir}/gstreamer-%{api}/libgstmidi.so
%{_libdir}/gstreamer-%{api}/libgstopenal.so
%{_libdir}/gstreamer-%{api}/libgstrfbsrc.so
%{_libdir}/gstreamer-%{api}/libgstaccurip.so
%{_libdir}/gstreamer-%{api}/libgstaiff.so
%{_libdir}/gstreamer-%{api}/libgstaudiofxbad.so
%{_libdir}/gstreamer-%{api}/libgstdashdemux.so
%{_libdir}/gstreamer-%{api}/libgstfbdevsink.so
%{_libdir}/gstreamer-%{api}/libgstfreeverb.so
%{_libdir}/gstreamer-%{api}/libgstivtc.so
%{_libdir}/gstreamer-%{api}/libgstmxf.so
%{_libdir}/gstreamer-%{api}/libgstresindvd.so
%{_libdir}/gstreamer-%{api}/libgstsmoothstreaming.so
%{_libdir}/gstreamer-%{api}/libgstvideofiltersbad.so
%{_libdir}/gstreamer-%{api}/libgstyadif.so
%{_libdir}/gstreamer-%{api}/libgstaudiomixer.so
%{_libdir}/gstreamer-%{api}/libgstcompositor.so
%{_libdir}/gstreamer-%{api}/libgstivfparse.so
%{_libdir}/gstreamer-%{api}/libgstjp2kdecimator.so
%{_libdir}/gstreamer-%{api}/libgstsndfile.so
%{_libdir}/gstreamer-%{api}/libgststereo.so
%{_libdir}/gstreamer-%{api}/libgstvideosignal.so
%{_libdir}/gstreamer-%{api}/libgstvmnc.so

%if %{build_plf}
%{_libdir}/gstreamer-%{api}/libgstvoaacenc.so
%{_libdir}/gstreamer-%{api}/libgstvoamrwbenc.so
%{_datadir}/gstreamer-%{api}/presets/GstVoAmrwbEnc.prs
%endif
%if %{build_experimental}
#%{_libdir}/gstreamer-%{api}/libgstdeinterlace2.so
%endif

%{_libdir}/gstreamer-%{api}/libgstmodplug.so
%{_libdir}/gstreamer-%{api}/libgsty4mdec.so



%if %{build_faad}
%package -n %{bname}-faad
Summary:	GStreamer plug-in for AAC audio playback
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	libfaad2-devel

%description -n %{bname}-faad
Plug-ins for playing AAC audio

This package is in restricted repository as it violates some patents.

%files -n %{bname}-faad
%{_libdir}/gstreamer-%{api}/libgstfaad.so
%endif

%if %{build_faac}
%package -n %{bname}-faac
Summary:	GStreamer plug-ins for AAC audio encoding
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	libfaac-devel

%description -n %{bname}-faac
Plug-ins for encoding AAC audio

This package is in restricted repository as it violates some patents.

%files -n %{bname}-faac
%{_libdir}/gstreamer-%{api}/libgstfaac.so
%endif

%package -n %{bname}-gsm
Summary:	GStreamer plugin for GSM lossy audio format
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	gsm-devel >= 1.0.10

%description -n %{bname}-gsm
Output plugin for GStreamer to convert to GSM lossy audio format.

%files -n %{bname}-gsm
%{_libdir}/gstreamer-%{api}/libgstgsm.so

%if 0
### SWFDEC FLASH PLUGIN ###
%package -n %{bname}-swfdec
Summary: 	GStreamer Flash rendering plug-in
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}
BuildRequires:	libswfdec-devel => 0.3.0

%description -n %{bname}-swfdec
Plug-in for rendering Flash animations using swfdec library

%files -n %{bname}-swfdec
%{_libdir}/gstreamer-%{api}/libgstswfdec.so
%endif

%if %{build_amrwb}
%package -n %{bname}-amrwb
Summary:	GStreamer plug-in for AMR-WB support
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	libamrwb-devel

%description -n %{bname}-amrwb
Plug-in for decoding AMR-WB under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrwb
%{_datadir}/gstreamer-%{api}/presets/GstAmrwbEnc.prs
%{_libdir}/gstreamer-%{api}/libgstamrwbenc.so
%endif

%if %{build_celt}
%package -n %{bname}-celt
Summary:	GStreamer plug-in for CELT support
Group:		Video
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(celt) >= 0.7.0

%description -n %{bname}-celt
Plug-in for CELT support under GStreamer.

%files -n %{bname}-celt
%{_libdir}/gstreamer-%{api}/libgstcelt.so
%endif

%files -n %{libnamephoto}
%{_libdir}/libgstphotography-%{api}.so.%{libmajor}*
%{_libdir}/libgstcodecparsers-%{api}.so.%{libmajor}*

%files -n %{develnamephoto}
%{_libdir}/libgstcodecparsers-%{api}.so
%{_libdir}/libgstphotography-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/codecparsers/
%{_includedir}/gstreamer-%{api}/gst/interfaces/photography*
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-codecparsers-%{api}.pc

%files -n %{libnamempegts}
%{_libdir}/libgstmpegts-%{api}.so.%{libmajor}*
#%{_libdir}/girepository-%{api}/GstMpegts-%{api}.typelib

%files -n %{develnamempegts}
%{_libdir}/libgstmpegts-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/mpegts/*
%{_libdir}/pkgconfig/gstreamer-mpegts-%{api}.pc
#%{_datadir}/gir-%{api}/GstMpegts-%{api}.gir

%files -n %{libnameinsertbin}
%{_libdir}/libgstinsertbin-%{api}.so.%{libmajor}*
#%{_libdir}/girepository-%{api}/GstInsertBin-%{api}.typelib

%files -n %{develnameinsertbin}
%{_libdir}/libgstinsertbin-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/insertbin/*
%{_libdir}/pkgconfig/gstreamer-insertbin-%{api}.pc
#%{_datadir}/gir-%{api}/GstInsertBin-%{api}.gir

%files -n %{libnameuridownloader}
%{_libdir}/libgsturidownloader-%{api}.so.%{libmajor}*

%files -n %{develnameuridownloader}
%{_libdir}/libgsturidownloader-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/uridownloader/*

%files -n %{libnamebase}
%{_libdir}/libgstbasecamerabinsrc-%{api}.so.%{libmajor}*

%files -n %{develnamebase}
%{_libdir}/libgstbasecamerabinsrc-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/basecamerabinsrc/*

%files -n %{libnamebadbase}
%{_libdir}/libgstbadbase-%{api}.so.%{libmajor}*

%files -n %{develnamebadbase}
%{_libdir}/libgstbadbase-%{api}.so

%files -n %{libnamebadvideo}
%{_libdir}/libgstbadvideo-%{api}.so.%{libmajor}*

%files -n %{develnamebadvideo}
%{_libdir}/libgstbadvideo-%{api}.so

%changelog

* Wed Apr 22 2015 Arkady Shane <ashejn@gmail.com> 1.4.5-3
- (ea7ad56) Obsoletes in proper place



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22739 |14mu|gstreamer1.0-plugins-bad-1.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		1.0
%define bname		gstreamer%{api}

%define build_experimental	0
%define build_amrwb	0
%define build_faac	0
%define build_faad	0
%define build_xvid	0
%define build_dts	0
%define build_dirac	0
%define build_gme	1
%define build_celt	0

##########################
# Hardcode PLF build
%define build_plf	0
##########################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_amrwb	0
%define build_faac	1
%define build_faad	1
%define build_xvid	0
%define build_dts	1
%endif

%define major			0
%define libadaptivedemux	%mklibname gstadaptivedemux %{api} %{major}
%define devadaptivedemux	%mklibname gstadaptivedemux %{api} -d
%define libbadbase		%mklibname gstbadbase %{api} %{major}
%define devbadbase		%mklibname gstbadbase %{api} -d
%define libbadvideo		%mklibname gstbadvideo %{api} %{major}
%define devbadvideo		%mklibname gstbadvideo %{api} -d
%define libbase			%mklibname gstbasevideo %{api} %{major}
%define devbase			%mklibname gstbasevideo %{api} -d
%define libcodecparsers		%mklibname gstcodecparsers %{api} %{major}
%define devcodecparsers		%mklibname gstcodecparsers %{api} -d
%define libgl			%mklibname gstgl %{api} %{major}
%define devgl			%mklibname gstgl %{api} -d
%define libinsertbin		%mklibname gstinsertbin %{api} %{major}
%define devinsertbin		%mklibname gstinsertbin %{api} -d
%define libmpegts		%mklibname gstmpegts %{api} %{major}
%define devmpegts		%mklibname gstmpegts %{api} -d
%define libphoto		%mklibname gstphotography %{api} %{major}
%define devphoto		%mklibname gstphotography %{api} -d
%define liburidownloader	%mklibname gsturidownloader %{api} %{major}
%define devuridownloader	%mklibname gsturidownloader %{api} -d

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-bad
Version:	1.6.3
Release:	2%{?extrarelsuffix}
License:	LGPLv2+ and GPLv2+
Group: 		Sound
Url:		http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
BuildRequires:	fonts-ttf-dejavu
%ifarch %{ix86}
BuildRequires:	nasm => 0.90
%endif
BuildRequires:	bzip2-devel
#gw for autoreconf
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dvdnav)
BuildRequires:	pkgconfig(exempi-2.0)
#gw for the pixbuf plugin
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-%{api}) >= %{version}
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api}) >= %{version}
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libmimic)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(orc-0.4) >= 0.4.5
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(valgrind)
%if %{build_plf}
BuildRequires:	pkgconfig(vo-aacenc)
BuildRequires:	pkgconfig(vo-amrwbenc)
%endif
Obsoletes:	%{bname}-voip < 1.6
Obsoletes:	%{bname}-rtpvp8 < 1.6

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're
missing something - be it a good code review, some documentation, a
set of tests, a real live maintainer, or some actual wide use. If the
blanks are filled in they might be upgraded to become part of either
gstreamer-plugins-good or gstreamer-plugins-ugly, depending on the
other factors. If the plug-ins break, you can't complain - instead,
you can fix the problem and send us a patch, or bribe someone into
fixing them for you.  New contributors can start here for things to
work on.

%if %{build_plf}
This package is in restricted repository as it violates some patents.
%endif

%files -f gst-plugins-bad-%{api}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{api}/libgstaccurip.so
%{_libdir}/gstreamer-%{api}/libgstadpcmdec.so
%{_libdir}/gstreamer-%{api}/libgstadpcmenc.so
%{_libdir}/gstreamer-%{api}/libgstaiff.so
%{_libdir}/gstreamer-%{api}/libgstasfmux.so
%{_libdir}/gstreamer-%{api}/libgstaudiofxbad.so
%{_libdir}/gstreamer-%{api}/libgstaudiomixer.so
%{_libdir}/gstreamer-%{api}/libgstaudiovisualizers.so
%{_libdir}/gstreamer-%{api}/libgstautoconvert.so
%{_libdir}/gstreamer-%{api}/libgstbayer.so
%{_libdir}/gstreamer-%{api}/libgstbz2.so
%{_libdir}/gstreamer-%{api}/libgstcamerabin2.so
%{_libdir}/gstreamer-%{api}/libgstcoloreffects.so
%{_libdir}/gstreamer-%{api}/libgstcompositor.so
%{_libdir}/gstreamer-%{api}/libgstdashdemux.so
%{_libdir}/gstreamer-%{api}/libgstdataurisrc.so
%{_libdir}/gstreamer-%{api}/libgstdebugutilsbad.so
%{_libdir}/gstreamer-%{api}/libgstdecklink.so
%{_libdir}/gstreamer-%{api}/libgstdtls.so
%{_libdir}/gstreamer-%{api}/libgstdvb.so
%{_libdir}/gstreamer-%{api}/libgstdvbsuboverlay.so
%{_libdir}/gstreamer-%{api}/libgstdvdspu.so
%{_libdir}/gstreamer-%{api}/libgstfbdevsink.so
%{_libdir}/gstreamer-%{api}/libgstfieldanalysis.so
%{_libdir}/gstreamer-%{api}/libgstfestival.so
%{_libdir}/gstreamer-%{api}/libgstfragmented.so
%{_libdir}/gstreamer-%{api}/libgstfreeverb.so
%{_libdir}/gstreamer-%{api}/libgstfrei0r.so
%{_libdir}/gstreamer-%{api}/libgstgaudieffects.so
%{_libdir}/gstreamer-%{api}/libgstgdp.so
%{_libdir}/gstreamer-%{api}/libgstgeometrictransform.so
%{_libdir}/gstreamer-%{api}/libgstid3tag.so
%{_libdir}/gstreamer-%{api}/libgstinter.so
%{_libdir}/gstreamer-%{api}/libgstinterlace.so
%{_libdir}/gstreamer-%{api}/libgstivfparse.so
%{_libdir}/gstreamer-%{api}/libgstivtc.so
%{_libdir}/gstreamer-%{api}/libgstjp2kdecimator.so
%{_libdir}/gstreamer-%{api}/libgstjpegformat.so
%{_libdir}/gstreamer-%{api}/libgstliveadder.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsmux.so
%{_libdir}/gstreamer-%{api}/libgstmidi.so
%{_libdir}/gstreamer-%{api}/libgstmimic.so
%{_libdir}/gstreamer-%{api}/libgstmodplug.so
%{_libdir}/gstreamer-%{api}/libgstmpegpsdemux.so
%{_libdir}/gstreamer-%{api}/libgstmpegpsmux.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsdemux.so
%{_libdir}/gstreamer-%{api}/libgstmxf.so
%{_libdir}/gstreamer-%{api}/libgstopenal.so
%{_libdir}/gstreamer-%{api}/libgstopus.so
%{_libdir}/gstreamer-%{api}/libgstpcapparse.so
%{_libdir}/gstreamer-%{api}/libgstpnm.so
%{_libdir}/gstreamer-%{api}/libgstrawparse.so
%{_libdir}/gstreamer-%{api}/libgstremovesilence.so
%{_libdir}/gstreamer-%{api}/libgstresindvd.so
%{_libdir}/gstreamer-%{api}/libgstrfbsrc.so
%{_libdir}/gstreamer-%{api}/libgstrtpbad.so
%{_libdir}/gstreamer-%{api}/libgstrtponvif.so
%{_libdir}/gstreamer-%{api}/libgstsdpelem.so
%{_libdir}/gstreamer-%{api}/libgstsegmentclip.so
%{_libdir}/gstreamer-%{api}/libgstshm.so
%{_libdir}/gstreamer-%{api}/libgstsiren.so
%{_libdir}/gstreamer-%{api}/libgstsmooth.so
%{_libdir}/gstreamer-%{api}/libgstsmoothstreaming.so
%{_libdir}/gstreamer-%{api}/libgstsndfile.so
%{_libdir}/gstreamer-%{api}/libgstspeed.so
%{_libdir}/gstreamer-%{api}/libgststereo.so
%{_libdir}/gstreamer-%{api}/libgstsubenc.so
%{_libdir}/gstreamer-%{api}/libgstvcdsrc.so
%{_libdir}/gstreamer-%{api}/libgstvideofiltersbad.so
%{_libdir}/gstreamer-%{api}/libgstvideoparsersbad.so
%{_libdir}/gstreamer-%{api}/libgstvideosignal.so
%{_libdir}/gstreamer-%{api}/libgstvmnc.so
%{_libdir}/gstreamer-%{api}/libgstyadif.so
%{_libdir}/gstreamer-%{api}/libgsty4mdec.so
%if %{build_plf}
%{_libdir}/gstreamer-%{api}/libgstvoaacenc.so
%{_libdir}/gstreamer-%{api}/libgstvoamrwbenc.so
%{_datadir}/gstreamer-%{api}/presets/GstVoAmrwbEnc.prs
%endif
%if %{build_experimental}
%{_libdir}/gstreamer-%{api}/libgstdeinterlace2.so
%endif
%{_datadir}/gstreamer-%{api}/presets/GstFreeverb.prs

#----------------------------------------------------------------------------

%package -n %{libadaptivedemux}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libadaptivedemux}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libadaptivedemux}
%{_libdir}/libgstadaptivedemux-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devadaptivedemux}
Summary:	Libraries for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libadaptivedemux} = %{EVRD}
Provides:	gstadaptivedemux%{api}-devel = %{EVRD}

%description -n %{devadaptivedemux}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

%files -n %{devadaptivedemux}
%{_libdir}/libgstadaptivedemux-%{api}.so

#----------------------------------------------------------------------------

%package -n %{libbadbase}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libbadbase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libbadbase}
%{_libdir}/libgstbadbase-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devbadbase}
Summary:	Libraries for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libbadbase} = %{EVRD}
Provides:	gstbadbase%{api}-devel = %{EVRD}

%description -n %{devbadbase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

%files -n %{devbadbase}
%{_libdir}/libgstbadbase-%{api}.so

#----------------------------------------------------------------------------

%package -n %{libbadvideo}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libbadvideo}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libbadvideo}
%{_libdir}/libgstbadvideo-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devbadvideo}
Summary:	Libraries for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libbadvideo} = %{EVRD}
Provides:	gstbadvideo%{api}-devel = %{EVRD}

%description -n %{devbadvideo}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

%files -n %{devbadvideo}
%{_libdir}/libgstbadvideo-%{api}.so

#----------------------------------------------------------------------------

%package -n %{libbase}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libbase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libbase}
%{_libdir}/libgstbasecamerabinsrc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devbase}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libbase} = %{EVRD}
Provides:	gstbasecamerabinsrc%{api}-devel = %{EVRD}
Provides:	gstbasevideo%{api}-devel = %{EVRD}

%description -n %{devbase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devbase}
%{_includedir}/gstreamer-%{api}/gst/basecamerabinsrc/*
%{_libdir}/libgstbasecamerabinsrc-%{api}.so

#----------------------------------------------------------------------------

%package -n %{libcodecparsers}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Conflicts:	%{_lib}gstphotography1.0_0 < 1.6.2

%description -n %{libcodecparsers}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libcodecparsers}
%{_libdir}/libgstcodecparsers-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devcodecparsers}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libcodecparsers} = %{EVRD}
Provides:	gstcodecparsers%{api}-devel = %{EVRD}
Conflicts:	%{_lib}gstphotographyi1.0-devel < 1.6.2

%description -n %{devcodecparsers}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devcodecparsers}
%{_libdir}/libgstcodecparsers-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/codecparsers/
%{_libdir}/pkgconfig/gstreamer-codecparsers-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{libgl}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgl}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libgl}
%{_libdir}/libgstgl-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devgl}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libgl} = %{EVRD}
Provides:	gstgl%{api}-devel = %{EVRD}

%description -n %{devgl}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devgl}
%{_libdir}/libgstgl-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/gl/
%{_libdir}/gstreamer-%{api}/include/gst/gl/gstglconfig.h
%{_libdir}/pkgconfig/gstreamer-gl-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{libinsertbin}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
# package bug
Obsoletes:	%{_lib}gstinsertbin1.0_0-devel < 1.4.5-2

%description -n %{libinsertbin}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libinsertbin}
%{_libdir}/libgstinsertbin-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devinsertbin}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libinsertbin} = %{EVRD}
Provides:	gstinsertbin%{api}-devel = %{EVRD}

%description -n %{devinsertbin}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devinsertbin}
%{_libdir}/libgstinsertbin-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/insertbin/*
%{_libdir}/pkgconfig/gstreamer-insertbin-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{libmpegts}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
# package bug
Obsoletes:	%{_lib}gstmpegts1.0_0-devel < 1.4.5-2

%description -n %{libmpegts}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libmpegts}
%{_libdir}/libgstmpegts-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devmpegts}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libmpegts} = %{EVRD}
Provides:	gstmpegts%{api}-devel = %{EVRD}

%description -n %{devmpegts}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devmpegts}
%{_libdir}/libgstmpegts-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/mpegts/*
%{_libdir}/pkgconfig/gstreamer-mpegts-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{libphoto}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libphoto}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libphoto}
%{_libdir}/libgstphotography-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devphoto}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libphoto} = %{EVRD}
Provides:	gstphotography%{api}-devel = %{EVRD}
Conflicts:	%{_lib}gstphotographyi1.0-devel < 1.6.2
Obsoletes:	%{_lib}gstphotographyi1.0-devel < 1.6.2

%description -n %{devphoto}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devphoto}
%{_libdir}/libgstphotography-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/interfaces/photography*
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{liburidownloader}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
# package bug
Obsoletes:	%{_lib}gsturidownloader1.0_0-devel < 1.4.5-2

%description -n %{liburidownloader}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{liburidownloader}
%{_libdir}/libgsturidownloader-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devuridownloader}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{liburidownloader} = %{EVRD}
Provides:	gsturidownloader%{api}-devel = %{EVRD}

%description -n %{devuridownloader}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devuridownloader}
%{_libdir}/libgsturidownloader-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/uridownloader/*

#----------------------------------------------------------------------------

%package doc
Summary:	GStreamer documennation
Group:		Documentation
BuildArch:	noarch

%description doc
This is the documentation of %{name}.

%files doc
%doc docs/plugins/html
%{_datadir}/gtk-doc/html/

#----------------------------------------------------------------------------

%if %{build_amrwb}
%package -n %{bname}-amrwb
Summary:	GStreamer plug-in for AMR-WB support
Group:		Sound
BuildRequires:	libamrwb-devel
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-amrwb
Plug-in for decoding AMR-WB under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrwb
%{_libdir}/gstreamer-%{api}/libgstamrwbenc.so
%{_datadir}/gstreamer-%{api}/presets/GstAmrwbEnc.prs
%endif

#----------------------------------------------------------------------------

%if %{build_celt}
%package -n %{bname}-celt
Summary:	GStreamer plug-in for CELT support
Group:		Video
BuildRequires:	pkgconfig(celt) >= 0.7.0
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-celt
Plug-in for CELT support under GStreamer.

%files -n %{bname}-celt
%{_libdir}/gstreamer-%{api}/libgstcelt.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-curl
Summary:	GStreamer Curl plugin
Group:		Networking/Other
BuildRequires:	pkgconfig(libcurl)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-curl
This is a HTTP plugin for GStreamer based on the curl library.

%files -n %{bname}-curl
%{_libdir}/gstreamer-%{api}/libgstcurl.so

#----------------------------------------------------------------------------

%if %{build_dirac}
%package -n %{bname}-dirac
Summary:	GStreamer dirac plug-in
Group:		Video
BuildRequires:	pkgconfig(dirac) >= 0.9
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-dirac
Dirac encoding and decoding plug-in.

%files -n %{bname}-dirac
%{_libdir}/gstreamer-%{api}/libgstdirac.so
%endif

#----------------------------------------------------------------------------

%if %{build_dts}
%package -n %{bname}-dts
Summary:	GStreamer plug-ins for DTS audio playback
Group:		Sound
BuildRequires:	pkgconfig(libdts)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-dts
Plug-ins for decoding DTS audio.

%files -n %{bname}-dts
%{_libdir}/gstreamer-%{api}/libgstdtsdec.so
%endif

#----------------------------------------------------------------------------

%if %{build_faac}
%package -n %{bname}-faac
Summary:	GStreamer plug-ins for AAC audio encoding
Group:		Sound
BuildRequires:	libfaac-devel
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-faac
Plug-ins for encoding AAC audio.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-faac
%{_libdir}/gstreamer-%{api}/libgstfaac.so
%endif

#----------------------------------------------------------------------------

%if %{build_faad}
%package -n %{bname}-faad
Summary:	GStreamer plug-in for AAC audio playback
Group:		Sound
BuildRequires:	libfaad2-devel
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-faad
Plug-ins for playing AAC audio

This package is in restricted repository as it violates some patents.

%files -n %{bname}-faad
%{_libdir}/gstreamer-%{api}/libgstfaad.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-gl
Summary:	GStreamer OpenGL plug-in
Group:		Sound
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-gl
GStreamer OpenGL plug-in.

%files -n %{bname}-gl
%{_libdir}/gstreamer-%{api}/libgstopengl.so

#----------------------------------------------------------------------------

%if %{build_gme}
%package -n %{bname}-gme
Summary:	GStreamer Game Music plug-in
Group:		Sound
BuildRequires:	libgme-devel
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-gme
Game Music decoding plug-in.

%files -n %{bname}-gme
%{_libdir}/gstreamer-%{api}/libgstgme.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-gsm
Summary:	GStreamer plugin for GSM lossy audio format
Group:		Sound
BuildRequires:	gsm-devel >= 1.0.10
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-gsm
Output plugin for GStreamer to convert to GSM lossy audio format.

%files -n %{bname}-gsm
%{_libdir}/gstreamer-%{api}/libgstgsm.so

#----------------------------------------------------------------------------

%package -n %{bname}-libass
Summary:	GStreamer subtitles plugin
Group:		Video
BuildRequires:	pkgconfig(libass)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-libass
This is a subtitle plugin for GStreamer based on libass.

%files -n %{bname}-libass
%{_libdir}/gstreamer-%{api}/libgstassrender.so

#----------------------------------------------------------------------------

%package -n %{bname}-mms
Summary:	GStreamer plug-in for mms streams
Group:		System/Libraries
BuildRequires:	pkgconfig(libmms)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-mms
Plug-in supporting the mms protocol based on the libmms library.

%files -n %{bname}-mms
%{_libdir}/gstreamer-%{api}/libgstmms.so

#----------------------------------------------------------------------------

%package -n %{bname}-mpeg2enc
Summary:	GStreamer mjpegtools plug-in
Group:		Video
BuildRequires:	pkgconfig(mjpegtools)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-mpeg2enc
mjpegtools-based encoding and decoding plug-in.

%files -n %{bname}-mpeg2enc
%{_libdir}/gstreamer-%{api}/libgstmpeg2enc.so
%{_libdir}/gstreamer-%{api}/libgstmplex.so

#----------------------------------------------------------------------------

%package -n %{bname}-rtmp
Summary:	GStreamer plug-in for rtmp streams
Group:		System/Libraries
BuildRequires:	pkgconfig(librtmp)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-rtmp
Plug-in supporting the rtmp protocol based on the librtmp library.

%files -n %{bname}-rtmp
%{_libdir}/gstreamer-%{api}/libgstrtmp.so

#----------------------------------------------------------------------------

%package -n %{bname}-schroedinger
Summary:	GStreamer dirac plug-in based on Schroedinger
Epoch:		1
Group:		Video
BuildRequires:	pkgconfig(schroedinger-1.0)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-schroedinger
Dirac encoding and decoding plug-in based on Schroedinger.

%files -n %{bname}-schroedinger
%{_libdir}/gstreamer-%{api}/libgstschro.so

#----------------------------------------------------------------------------

%package -n %{bname}-soundtouch
Summary:	GStreamer plug-in for SoundTouch support
Group:		Sound
BuildRequires:	pkgconfig(soundtouch)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-soundtouch
Plug-in supporting the SoundTouch audio manipulation support.

%files -n %{bname}-soundtouch
%{_libdir}/gstreamer-%{api}/libgstsoundtouch.so

#----------------------------------------------------------------------------

%if %{build_xvid}
%package -n %{bname}-xvid
Summary:	GStreamer plug-ins for XVID video encoding and decoding
Group:		Video
BuildRequires:	xvid-devel >= 1.1
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-xvid
Plug-ins for encoding and decoding XVID video.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-xvid
%{_libdir}/gstreamer-%{api}/libgstxvid.so
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn gst-plugins-bad-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-dependency-tracking \
	--disable-static \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
	--disable-directfb \
%if ! %{build_celt}
	--disable-celt \
%endif
%if ! %{build_faac}
	--disable-faac \
%endif
%if ! %{build_faad}
	--disable-faad \
%endif
%if ! %{build_dirac}
	--disable-dirac \
%endif
%if ! %{build_xvid}
	--disable-xvid \
%endif
%if ! %{build_dts}
	--disable-dts \
%endif
%if ! %{build_plf}
	--disable-voaacenc \
	--disable-voamrwbenc \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

make

%install
%makeinstall_std

%find_lang gst-plugins-bad-%{api}

# Clean out files that should not be part of the rpm.
# This is the recommended way of dealing with it for RH8
find %{buildroot} -name '*.la' -delete


%changelog

* Wed Feb 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.3-2
- (82dd8a9) Build requires pkgconfig(glu)
- (Andrey Bondrov: 8b6eaee) Build OpenGL plugin and library

* Mon Jan 25 2016 Tigro <ashejn@gmail.com> 1.6.3-1
- (d138b66) update to 1.6.3

* Fri Dec 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.2-2
- (6b881f8) Fix a typo
- (Andrey Bondrov: 4de7ac9) Move Freeverb presets to a proper package
- (Andrey Bondrov: 4de7ac9) More spec cleanups
- (Andrey Bondrov: db8bdfe) Minor cleanups
- (Andrey Bondrov: f0baa90) Split gstcodecparsers files from gstphotography into individual subpackage
- (Andrey Bondrov: 1781e9a) Rename libgstphotographyi1.0-devel to libgstphotography1.0-devel (fix a typo)
- (Andrey Bondrov: 9586519) Spec cleanup

* Thu Dec 24 2015 Tigro <ashejn@gmail.com> 1.6.2-1
- (1fa381e) pack file
- (Tigro: ed90879) pack files
- (Tigro: 25c7597) drop patch
- (Tigro: a2e01c6) decrease release

* Wed Dec 23 2015 Tigro <ashejn@gmail.com> 1.6.2-4
- (2da96af) 1.6.2

* Fri Dec 18 2015 Tigro <ashejn@gmail.com> 1.4.5-4
- (32fe37d) bump release

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 1.4.5-3
- (191ccbd) update to 1.4.5

* Tue May 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.4-4
- (75cc8c8) Bump release

* Wed Apr 22 2015 Arkady Shane <ashejn@gmail.com> 1.4.5-3
- (ea7ad56) Obsoletes in proper place

* Mon Apr 20 2015 Tigro <ashejn@yandex-team.ru> 1.2.4-3
- (a7342df) fix libnames

* Mon Apr 20 2015 Tigro <ashejn@yandex-team.ru> 1.4.5-2
- (0b4700e) fix libnames

* Mon Mar 09 2015 Tigro <ashejn@gmail.com> 1.4.5-1
- (551f234) fix typo in name
- (Tigro: fca3d46) pack more files
- (Tigro: e98c878) fix typo
- (Tigro: 9176193) disable directfb
- (Tigro: 7c549fc) apply uptream patch
- (Tigro: a87dddc) drop patch
- (Tigro: fed3ed4) update to 1.4.5

* Sat Feb 28 2015 Tigro <ashejn@gmail.com> 1.2.4-2
- (4685d2e) rebuild with DVD menu plugin

* Fri May 16 2014 Tigro <arkady.shane@rosalab.ru> 1.2.4-1
- (0321e32) drop gir and typelib files
- (Tigro: 4c8e04e) update to 1.2.4

* Tue Sep 10 2013 Tigro <ashejn@gmail.com> 1.0.10-1
- (e21ce81) pack files
- (Tigro: ab4e98f) update to 1.0.10

* Fri Aug 02 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.0.7-2
- (906500c) Bump release to rebuild with the new opus

* Thu Jun 13 2013 Tigro <ashejn@gmail.com> 1.0.7-1
- (778b1d4) update to 1.0.7

* Mon Mar 25 2013 Arkady Shane <ashejn@gmail.com> 1.0.6-1
- (07a36c3) pack some libraries
- (Arkady Shane: 766cda9) update to 1.0.6

* Thu Jan 10 2013 Tigro <ashejn@gmail.com> 1.0.3-2
- (ba4988f) rename vp8 to rtpvp8

* Tue Dec 04 2012 Alexander Khryukin <alexander@mezon.ru> 1.0.3-1
- (6c07885) tar.xz removed from git
- (Alexander Khryukin: e3bd102) version update 1.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22740 |14mu|gstreamer1.0-plugins-base-1.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0

%define bname gstreamer%{api}
%define libname %mklibname gstreamer-plugins-base %{api} %{major}
%define girname %mklibname gstreamer-plugins-base-gir %{api}
%define devname %mklibname gstreamer-plugins-base %{api} -d

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-base
Version:	1.6.3
Release:	1
License:	LGPLv2+
Group:		Sound
Url:		http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz
Patch0:		align.patch
Patch1:		0001-missing-plugins-Remove-the-mpegaudioversion-field.patch
#gw we need some fonts for the tests
BuildRequires:	fonts-ttf-dejavu
BuildRequires:	gtk-doc
%ifarch %{ix86}
BuildRequires:	nasm => 0.90
%endif
BuildRequires:	alsa-oss-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-%{api}) >= %{version}
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(theora)
%ifnarch %{arm} %{mips}
BuildRequires:	pkgconfig(valgrind)
%endif
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xv)
Provides:	%{bname}-plugins

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of reference plugins, base classes for other
plugins, and helper libraries:
 * device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
 * containers: ogg
 * codecs: vorbis, theora
 * text: textoverlay, subparse
 * sources: audiotestsrc, videotestsrc, gnomevfssrc
 * network: tcp
 * typefind
 * audio processing: audioconvert, adder, audiorate, audioscale, volume
 * visualisation: libvisual
 * video processing: ffmpegcolorspace
 * aggregate elements: decodebin, playbin

%files -f gst-plugins-base-%{api}.lang
%doc AUTHORS COPYING README NEWS
%{_bindir}/gst-discoverer-%{api}
%{_bindir}/gst-play-%{api}
%{_bindir}/gst-device-monitor-%{api}
%{_mandir}/man1/*
# non-core plugins without external dependencies
%{_libdir}/gstreamer-%{api}/libgstapp.so
%{_libdir}/gstreamer-%{api}/libgstaudioconvert.so
%{_libdir}/gstreamer-%{api}/libgstaudiorate.so
%{_libdir}/gstreamer-%{api}/libgstaudioresample.so
%{_libdir}/gstreamer-%{api}/libgstaudiotestsrc.so
%{_libdir}/gstreamer-%{api}/libgstencodebin.so
%{_libdir}/gstreamer-%{api}/libgstgio.so
%{_libdir}/gstreamer-%{api}/libgstpango.so
%{_libdir}/gstreamer-%{api}/libgstsubparse.so
%{_libdir}/gstreamer-%{api}/libgsttcp.so
%{_libdir}/gstreamer-%{api}/libgstvolume.so
%{_libdir}/gstreamer-%{api}/libgstadder.so
%{_libdir}/gstreamer-%{api}/libgsttypefindfunctions.so
%{_libdir}/gstreamer-%{api}/libgstvideotestsrc.so
%{_libdir}/gstreamer-%{api}/libgsttheora.so
%{_libdir}/gstreamer-%{api}/libgstogg.so
%{_libdir}/gstreamer-%{api}/libgstvideorate.so
%{_libdir}/gstreamer-%{api}/libgstvideoscale.so
%{_libdir}/gstreamer-%{api}/libgstvorbis.so
%{_libdir}/gstreamer-%{api}/libgstximagesink.so
%{_libdir}/gstreamer-%{api}/libgstxvimagesink.so
%{_libdir}/gstreamer-%{api}/libgstalsa.so
%{_libdir}/gstreamer-%{api}/libgstplayback.so
%{_libdir}/gstreamer-%{api}/libgstvideoconvert.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GStreamer plugin libraries
Group:		System/Libraries

%description -n %{libname}
This package contain the basic audio and video playback library and
the interfaces library.

%files -n %{libname}
%{_libdir}/libgstaudio-%{api}.so.%{major}*
%{_libdir}/libgstapp-%{api}.so.%{major}*
%{_libdir}/libgstfft-%{api}.so.%{major}*
%{_libdir}/libgstpbutils-%{api}.so.%{major}*
%{_libdir}/libgstriff-%{api}.so.%{major}*
%{_libdir}/libgstrtp-%{api}.so.%{major}*
%{_libdir}/libgstrtsp-%{api}.so.%{major}*
%{_libdir}/libgsttag-%{api}.so.%{major}*
%{_libdir}/libgstsdp-%{api}.so.%{major}*
%{_libdir}/libgstvideo-%{api}.so.%{major}*
%{_libdir}/libgstallocators-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	Object Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/GstApp-%{api}.typelib
%{_libdir}/girepository-1.0/GstAudio-%{api}.typelib
%{_libdir}/girepository-1.0/GstFft-%{api}.typelib
%{_libdir}/girepository-1.0/GstPbutils-%{api}.typelib
%{_libdir}/girepository-1.0/GstRtp-%{api}.typelib
%{_libdir}/girepository-1.0/GstRtsp-%{api}.typelib
%{_libdir}/girepository-1.0/GstSdp-%{api}.typelib
%{_libdir}/girepository-1.0/GstTag-%{api}.typelib
%{_libdir}/girepository-1.0/GstVideo-%{api}.typelib
%{_libdir}/girepository-1.0/GstAllocators-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary: 	GStreamer Plugin Library Headers
Group: 		Development/C
Requires: 	%{libname} = %{EVRD}
Requires:	%{name} = %{EVRD}
Provides:	libgstreamer%{api}-plugins-base-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
GStreamer support libraries header files.

%files -n %{devname}
%doc docs/libs/html docs/plugins/html
%{_includedir}/gstreamer-%{api}/gst/app/
%{_includedir}/gstreamer-%{api}/gst/audio
%{_includedir}/gstreamer-%{api}/gst/fft
%{_includedir}/gstreamer-%{api}/gst/pbutils
%{_includedir}/gstreamer-%{api}/gst/riff
%{_includedir}/gstreamer-%{api}/gst/rtsp
%{_includedir}/gstreamer-%{api}/gst/sdp
%{_includedir}/gstreamer-%{api}/gst/tag/
%{_includedir}/gstreamer-%{api}/gst/video/
%{_includedir}/gstreamer-%{api}/gst/rtp
%{_includedir}/gstreamer-%{api}/gst/allocators
%{_libdir}/pkgconfig/gstreamer-app-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-audio-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-fft-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-pbutils-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-plugins-base-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-riff-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-rtp-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-rtsp-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-sdp-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-tag-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-video-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-allocators-%{api}.pc
%{_libdir}/libgstaudio-%{api}.so
%{_libdir}/libgstapp-%{api}.so
%{_libdir}/libgstfft-%{api}.so
%{_libdir}/libgstpbutils-%{api}.so
%{_libdir}/libgstriff-%{api}.so
%{_libdir}/libgstrtp-%{api}.so
%{_libdir}/libgstrtsp-%{api}.so
%{_libdir}/libgsttag-%{api}.so
%{_libdir}/libgstsdp-%{api}.so
%{_libdir}/libgstvideo-%{api}.so
%{_libdir}/libgstallocators-%{api}.so
%{_datadir}/gtk-doc/html/*
%{_datadir}/gir-1.0/GstApp-%{api}.gir
%{_datadir}/gir-1.0/GstAudio-%{api}.gir
%{_datadir}/gir-1.0/GstFft-%{api}.gir
%{_datadir}/gir-1.0/GstPbutils-%{api}.gir
%{_datadir}/gir-1.0/GstRtp-%{api}.gir
%{_datadir}/gir-1.0/GstRtsp-%{api}.gir
%{_datadir}/gir-1.0/GstSdp-%{api}.gir
%{_datadir}/gir-1.0/GstTag-%{api}.gir
%{_datadir}/gir-1.0/GstVideo-%{api}.gir
%{_datadir}/gir-1.0/GstAllocators-%{api}.gir
%{_datadir}/gst-plugins-base/%{api}/license-translations.dict
###

#----------------------------------------------------------------------------

### CDPARANOIA ###
%package -n %{bname}-cdparanoia
Summary:	Gstreamer plugin for CD audio input using CDParanoia IV
Group:		Sound
Requires:	%{name} = %{EVRD}
BuildRequires:	libcdda-devel

%description -n %{bname}-cdparanoia
Plugin for ripping audio tracks using cdparanoia under GStreamer

%files -n %{bname}-cdparanoia
%{_libdir}/gstreamer-%{api}/libgstcdparanoia.so

#----------------------------------------------------------------------------

%package -n %{bname}-libvisual
Summary:	GStreamer visualisations plug-in based on libvisual
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(libvisual-0.4)

%description -n %{bname}-libvisual
This plugin makes visualisations based on libvisual available for
GStreamer applications.

%files -n %{bname}-libvisual
%{_libdir}/gstreamer-%{api}/libgstlibvisual.so

#----------------------------------------------------------------------------

%prep
%setup -q -n gst-plugins-base-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-dependency-tracking \
	--disable-static \
	--enable-experimental \
	--with-package-name='%{_vendor} %{name} package' \
	--with-package-origin='%{bugurl}' \
	--enable-libvisual
%make

%install
%makeinstall_std
%find_lang gst-plugins-base-%{api}

# Clean out files that should not be part of the rpm.
# This is the recommended way of dealing with it for RH8
find %{buildroot} -name '*.la' -delete


%changelog

* Mon Jan 25 2016 Tigro <ashejn@gmail.com> 1.6.3-1
- (b7d47ac) update to 1.6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22741 |14mu|gstreamer1.0-plugins-good-1.6.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_check	0

%define major		1.0
%define majorminor	1.0
%define bname		gstreamer1.0

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-good
Version:	1.6.3
Release:	2
License:	LGPLv2.1+
Group:		Sound
Url:		http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz
Patch0:		flxdec-bounds1.patch
Patch1:		flxdec-bounds2.patch
%ifarch %{ix86}
BuildRequires:	nasm
%endif
BuildRequires:	gstreamer1.0-plugins-base
BuildRequires:	bzip2-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dbus-glib-1)
# (gw) For the pixbuf plugin
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(orc-0.4) >= 0.4.5
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(theora)
%ifnarch %{mips} %{arm}
BuildRequires:	pkgconfig(valgrind)
%endif
BuildRequires:	pkgconfig(vorbis)

Obsoletes:	gstreamer1.0-voip < %{version}

Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

# gw this is the default http source:
Suggests:	%{bname}-soup

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that are considered to have
good quality code, correct functionality, the preferred license (LGPL
for the plug-in code, LGPL or LGPL-compatible for the supporting
library). People writing elements should base their code on these
elements.

%files -f gst-plugins-good-%{majorminor}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{majorminor}/libgstalaw.so
%{_libdir}/gstreamer-%{majorminor}/libgstalpha.so
%{_libdir}/gstreamer-%{majorminor}/libgstalphacolor.so
%{_libdir}/gstreamer-%{majorminor}/libgstapetag.so
%{_libdir}/gstreamer-%{majorminor}/libgstaudiofx.so
%{_libdir}/gstreamer-%{majorminor}/libgstaudioparsers.so
%{_libdir}/gstreamer-%{majorminor}/libgstauparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstautodetect.so
%{_libdir}/gstreamer-%{majorminor}/libgstavi.so
%{_libdir}/gstreamer-%{majorminor}/libgstcutter.so
%{_libdir}/gstreamer-%{majorminor}/libgstdebug.so
%{_libdir}/gstreamer-%{majorminor}/libgstdeinterlace.so
%{_libdir}/gstreamer-%{majorminor}/libgsteffectv.so
%{_libdir}/gstreamer-%{majorminor}/libgstflv.so
%{_libdir}/gstreamer-%{majorminor}/libgstequalizer.so
%{_libdir}/gstreamer-%{majorminor}/libgstflxdec.so
%{_libdir}/gstreamer-%{majorminor}/libgstgdkpixbuf.so
%{_libdir}/gstreamer-%{majorminor}/libgstgoom.so
%{_libdir}/gstreamer-%{majorminor}/libgstgoom2k1.so
%{_libdir}/gstreamer-%{majorminor}/libgsticydemux.so
%{_libdir}/gstreamer-%{majorminor}/libgstid3demux.so
%{_libdir}/gstreamer-%{majorminor}/libgstimagefreeze.so
%{_libdir}/gstreamer-%{majorminor}/libgstinterleave.so
%{_libdir}/gstreamer-%{majorminor}/libgstisomp4.so
%{_libdir}/gstreamer-%{majorminor}/libgstjpeg.so
%{_libdir}/gstreamer-%{majorminor}/libgstlevel.so
%{_libdir}/gstreamer-%{majorminor}/libgstmatroska.so
%{_libdir}/gstreamer-%{majorminor}/libgstmonoscope.so
%{_libdir}/gstreamer-%{majorminor}/libgstmulaw.so
%{_libdir}/gstreamer-%{majorminor}/libgstmultifile.so
%{_libdir}/gstreamer-%{majorminor}/libgstmultipart.so
%{_libdir}/gstreamer-%{majorminor}/libgstnavigationtest.so
%{_libdir}/gstreamer-%{majorminor}/libgstossaudio.so
%{_libdir}/gstreamer-%{majorminor}/libgstoss4audio.so
%{_libdir}/gstreamer-%{majorminor}/libgstpng.so
%{_libdir}/gstreamer-%{majorminor}/libgstreplaygain.so
%{_libdir}/gstreamer-%{majorminor}/libgstrtp.so
%{_libdir}/gstreamer-%{majorminor}/libgstrtpmanager.so
%{_libdir}/gstreamer-%{majorminor}/libgstrtsp.so
%{_libdir}/gstreamer-%{majorminor}/libgstshapewipe.so
%{_libdir}/gstreamer-%{majorminor}/libgstshout2.so
%{_libdir}/gstreamer-%{majorminor}/libgstsmpte.so
%{_libdir}/gstreamer-%{majorminor}/libgstspectrum.so
%{_libdir}/gstreamer-%{majorminor}/libgsttaglib.so
%{_libdir}/gstreamer-%{majorminor}/libgstudp.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux2.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideobox.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideocrop.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideofilter.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideomixer.so
%{_libdir}/gstreamer-%{majorminor}/libgstwavenc.so
%{_libdir}/gstreamer-%{majorminor}/libgstwavparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstximagesrc.so
%{_libdir}/gstreamer-%{majorminor}/libgsty4menc.so
%{_libdir}/gstreamer-%{majorminor}/libgstcairo.so
%{_libdir}/gstreamer-%{majorminor}/libgstdtmf.so
%dir %{_datadir}/gstreamer-%{majorminor}/
%dir %{_datadir}/gstreamer-%{majorminor}/presets
%{_datadir}/gstreamer-%{majorminor}/presets/*
%{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{major}/*

#----------------------------------------------------------------------------

%package -n %{bname}-jack
Summary:	GStreamer plug-in for the Jack Sound Server
Group:		Sound
BuildRequires:	pkgconfig(jack) => 0.28.0
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

%description -n %{bname}-jack
Plug-in for the JACK professional sound server.

%files -n %{bname}-jack
%{_libdir}/gstreamer-%{majorminor}/libgstjack.so

#----------------------------------------------------------------------------

%package -n %{bname}-soup
Summary:	GStreamer HTTP plugin based on libsoup
Group:		System/Libraries
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(libsoup-2.4)

%description -n %{bname}-soup
Plug-in for HTTP access based on libsoup.

%files -n %{bname}-soup
%{_libdir}/gstreamer-%{majorminor}/libgstsouphttpsrc.so

#----------------------------------------------------------------------------

%package -n %{bname}-pulse
Summary:	Pulseaudio plugin for GStreamer
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(libpulse) >= 0.9.7
Requires:	pulseaudio >= 0.9.7

%description -n %{bname}-pulse
This is a GStreamer audio output plugin using the Pulseaudio sound server.

%files -n %{bname}-pulse
%{_libdir}/gstreamer-%{majorminor}/libgstpulse.so

#----------------------------------------------------------------------------

### LIBDV ###
%package -n %{bname}-dv
Summary:	GStreamer DV plug-in
Group:		Video
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(libdv) >= 0.98

%description -n %{bname}-dv
Plug-in for digital video support using libdv.

%files -n %{bname}-dv
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so

#----------------------------------------------------------------------------

%package -n %{bname}-speex
Summary:	Gstreamer plugin for encoding and decoding Ogg Speex audio files
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(speex)

%description -n %{bname}-speex
Plug-Ins for creating and playing Ogg Speex audio files.

%files -n %{bname}-speex
%{_libdir}/gstreamer-%{majorminor}/libgstspeex.so

#----------------------------------------------------------------------------

### RAW1394 ###
%package -n %{bname}-raw1394
Summary:	GStreamer raw1394 Firewire plug-in
Group:		System/Libraries
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(libiec61883)
BuildRequires:	pkgconfig(libraw1394)

%description -n %{bname}-raw1394
Plug-in for digital video support using raw1394.

%files -n %{bname}-raw1394
%{_libdir}/gstreamer-%{majorminor}/libgst1394.so

#----------------------------------------------------------------------------

### FLAC ###
%package -n %{bname}-flac
Summary:	GStreamer plug-in for FLAC lossless audio
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(flac) >= 1.0.4

%description -n %{bname}-flac
Plug-in for the free FLAC lossless audio format.

%files -n %{bname}-flac
%{_libdir}/gstreamer-%{majorminor}/libgstflac.so

#----------------------------------------------------------------------------

### AALIB ###
%package -n %{bname}-aalib
Summary:	Gstreamer plugin for Ascii-art output
Group:		Video
BuildRequires:	aalib-devel >= 1.3
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-aalib
Plugin for viewing movies in Ascii-art using aalib library.

%files -n %{bname}-aalib
%{_libdir}/gstreamer-%{majorminor}/libgstaasink.so

#----------------------------------------------------------------------------

%package -n %{bname}-caca
Summary:	Gstreamer plugin for Ascii-art output
Group:		Video
BuildRequires:	pkgconfig(caca)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-caca
Plugin for viewing movies in Ascii-art using caca library.

%files -n %{bname}-caca
%{_libdir}/gstreamer-%{majorminor}/libgstcacasink.so

#----------------------------------------------------------------------------

%package -n %{bname}-wavpack
Summary:	Gstreamer plugin for encoding and decoding WavPack audio files
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(wavpack)

%description -n %{bname}-wavpack
Plug-Ins for creating and playing WavPack audio files.

%files -n %{bname}-wavpack
%{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so

#----------------------------------------------------------------------------

%package -n %{bname}-vp8
Summary:	GStreamer VP8 plug-in
Group:		Video
BuildRequires:	pkgconfig(vpx)

%description -n %{bname}-vp8
VP8 encoding and decoding plug-in.

%files -n %{bname}-vp8
%{_libdir}/gstreamer-%{majorminor}/libgstvpx.so

#----------------------------------------------------------------------------

%prep
%setup -q -n gst-plugins-good-%{version}
%patch0 -p1
%patch1 -p1

%build
%configure2_5x  \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
	--disable-dependency-tracking \
	--enable-experimental \
	--disable-esd \
	--disable-hal
%make

%if %{enable_check}
# FIXME: Some tests on mips are currently failing with timeouts
# so disable them. Moreover, orc is failing to compile stuff
# on arm/mips so orc checks are half-failings (as the backup functions
# are working)
%check
cd tests/check
%ifarch %{arm} %{mips}
make check || /bin/true
%else
make check
%endif
%endif

%install
rm -f gst-plugins-base-%{majorminor}.lang

%makeinstall_std GETTEXT_PACKAGE=gst-plugins-good-%{majorminor}

%find_lang gst-plugins-good-%{majorminor}

# Clean out files that should not be part of the rpm.
# This is the recommended way of dealing with it for RH8
rm -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.la
rm -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.a
rm -f %{buildroot}%{_libdir}/*.a

#blino remove development doc since we don't ship devel files
rm -rf %{buildroot}%{_docdir}/docs/plugins/html


%changelog

* Thu Nov 24 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.3-2
- (3cd1290) Add patches to fix security issues related to bounds checks



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22742 |14mu|gstreamer1.0-plugins-ugly-1.6.3-1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1.0
%define majorminor 1.0
%define bname gstreamer1.0

%bcond_with experimental

%define build_amrnb 0
%define build_amrwbdec 0
%define build_lame 0
%define build_x264 0

##########################
# Hardcode PLF build
%define build_plf 0
##########################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_amrnb 1
%define build_amrwbdec 1
%define build_lame 1
%define build_x264 1
%endif

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-ugly
Version:	1.6.3
Release:	1.1%{?extrarelsuffix}
License:	LGPLv2+
Group:		Sound
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{version}.tar.xz
Url:		http://gstreamer.freedesktop.org/
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(orc-0.4)
%ifnarch %{mips} %{arm}
BuildRequires:	pkgconfig(valgrind)
%endif
Requires:	%{bname}-a52dec
%if %{build_amrnb}
Requires:	%{bname}-amrnb
%endif
%if %{build_amrwbdec}
Requires:	%{bname}-amrwbdec
%endif
Requires:	%{bname}-cdio
%if %{build_lame}
Requires:	%{bname}-lame
%endif
Requires:	%{bname}-mpeg
Requires:	%{bname}-sid
Requires:	%{bname}-twolame
%if %{build_x264}
Requires:	%{bname}-x264
%endif
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related. Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that have good quality and
correct functionality, but distributing them might pose problems. The
license on either the plug-ins or the supporting libraries might not
be how the GStreamer authors like. The code might be widely known to
present patent problems.

%if %{build_plf}
This package is in Restricted repository as it violates some patents.
%endif

%files -f gst-plugins-ugly-%{majorminor}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{majorminor}/libgstasf.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdlpcmdec.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdread.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdsub.so
%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
%{_libdir}/gstreamer-%{majorminor}/libgstrmdemux.so
%if %{with experimental}
%{_libdir}/gstreamer-%{majorminor}/libgstsynaesthesia.so
%endif
%{_libdir}/gstreamer-%{majorminor}/libgstxingmux.so

#----------------------------------------------------------------------------

%package -n %{bname}-a52dec
Summary:	GStreamer VOB decoder plugin
Group:		Sound
BuildRequires:	a52dec-devel >= 0.7.3
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-a52dec
Plugin for decoding of VOB files.

%files -n %{bname}-a52dec
%{_libdir}/gstreamer-%{majorminor}/libgsta52dec.so

#----------------------------------------------------------------------------

%if %{build_amrnb}
%package -n %{bname}-amrnb
Summary:	GStreamer plug-in for AMR-NB support
Group: 		Sound
BuildRequires:	pkgconfig(opencore-amrnb)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-amrnb
Plug-in for decoding AMR-NB under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrnb
%{_libdir}/gstreamer-%{majorminor}/libgstamrnb.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstAmrnbEnc.prs
%endif

#----------------------------------------------------------------------------

%if %{build_amrwbdec}
%package -n %{bname}-amrwbdec
Summary:	GStreamer plug-in for AMR-WB decoding support
Group:		Sound
BuildRequires:	pkgconfig(opencore-amrwb)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-amrwbdec
Plug-in for decoding AMR-Wb under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrwbdec
%{_libdir}/gstreamer-%{majorminor}/libgstamrwbdec.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-cdio
Summary:	GStreamer plug-in for audio CD playback
Group:		Sound
BuildRequires:	pkgconfig(libcdio)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-cdio
Plug-in for audio CD playback.

%files -n %{bname}-cdio
%{_libdir}/gstreamer-%{majorminor}/libgstcdio.so

#----------------------------------------------------------------------------

%if %{build_lame}
%package -n %{bname}-lame
Summary:	GStreamer plug-in for encoding mp3 songs using lame
Group:		Sound
BuildRequires:	liblame-devel >= 3.89
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-lame
Plug-in for encoding mp3 with lame under GStreamer.

This package is in the restricted repository as it violates some patents.

%files -n %{bname}-lame
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-mpeg
Summary:	GStreamer plug-ins for MPEG video playback and encoding
Group:		Video
BuildRequires:	pkgconfig(libmpeg2)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-mpeg
Plug-ins for playing and encoding MPEG video.

%files -n %{bname}-mpeg
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so

#----------------------------------------------------------------------------

%package -n %{bname}-sid
Summary:	GStreamer Sid C64 music plugin
Group:		Sound
BuildRequires:	sidplay-devel => 1.36.0
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-sid
Plugin for playback of C64 SID format music files

%files -n %{bname}-sid
%{_libdir}/gstreamer-%{majorminor}/libgstsid.so

#----------------------------------------------------------------------------

%package -n %{bname}-twolame
Summary:	GStreamer plug-in for MP2 encoding support
Group:		Sound
BuildRequires:	pkgconfig(twolame)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-twolame
Plug-in for encoding MP2 under GStreamer.

%files -n %{bname}-twolame
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so

#----------------------------------------------------------------------------

%if %{build_x264}
%package -n %{bname}-x264
Summary:	GStreamer plug-in for H264/AVC video encoding
Group:		Video
BuildRequires:	pkgconfig(x264)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-x264
Plug-in for encoding H264/AVC video.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-x264
%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstX264Enc.prs
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn gst-plugins-ugly-%{version}

%build
%configure2_5x \
	--disable-dependency-tracking \
	--disable-static \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
%if !%{build_lame}
	--disable-lame \
%endif
%if %{with experimental}
	--enable-experimental
%endif

%make

%check
cd tests/check
make check

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang gst-plugins-ugly-%{majorminor}

#remove gtk-doc
rm -rf %{buildroot}%{_datadir}/gtk-doc

%changelog

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.3-1.1
- (aba1628) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22743 |14mu|gstreamer1.0-vaapi-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0

Summary:	VA-API support for GStreamer %{api}
Name:		gstreamer%{api}-vaapi
Version:	1.6.0
Release:	1
License:	LGPLv2+ and GPLv2+
Group:		Video
Url:		https://github.com/01org/gstreamer-vaapi
Source0: 	http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-%{version}.tar.xz
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glesv2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-%{api})
BuildRequires:  pkgconfig(gstreamer-gl-%{api})
BuildRequires:	pkgconfig(gstreamer-codecparsers-%{api})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api})
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)

%description
Gstreamer-vaapi is a collection of VA-API based plugins for GStreamer
and helper libraries. vaapidecode is used to decode MPEG-2, MPEG-4,
H.264, VC-1, WMV3 videos to video/x-vaapi-surface surfaces, depending
on the underlying HW capabilities. vaapiconvert is used to convert from
video/x-raw-yuv pixels to video/x-vaapi-surface surfaces. vaapisink is
used to display video/x-vaapi-surface surfaces to the screen.

%files
%doc NEWS README
%{_libdir}/gstreamer-%{api}/libgstvaapi.so

#----------------------------------------------------------------------------

%prep
%setup -qn gstreamer-vaapi-%{version}

%build
%configure2_5x \
	--disable-gtk-doc \
	--disable-gtk-doc-html
%make V=1

%install
%makeinstall_std

# drop plugin docs
rm -rf %{buildroot}/%{_datadir}/gtk-doc/


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22744 |14mu|gtest-1.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:			gtest
Summary:		Google's framework for writing C++ tests
Version:		1.7.0
Release:		1
License:		BSD
Group:			Development/C++
URL:			http://code.google.com/p/googletest/
Source0:		http://googletest.googlecode.com/files/%{name}-%{version}.zip
Patch0:			gtest-1.6.0_install.patch

%description
Google's framework for writing C++ tests on a variety of platforms 
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based 
on the xUnit architecture. Supports automatic test discovery, a rich 
set of assertions, user-defined assertions, death tests, fatal and 
non-fatal failures, value- and type-parameterized tests, various 
options for running the tests, and XML test report generation.

%package -n		%{libname}
Summary:		Shared libraries for %{name}
Group:			System/Libraries

%description -n 	%{libname}
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based
on the xUnit architecture. Supports automatic test discovery, a rich
set of assertions, user-defined assertions, death tests, fatal and
non-fatal failures, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.

This package contains the shared %{name} libraries.

%package -n		%{develname}
Summary:		Development files for %{name}
Group:			Development/C++
Requires:		%{libname} = %{version}-%{release}
Provides:		%{name}-devel = %{version}-%{release}

%description -n		%{develname}
This package contains development files for %{name}.

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x --disable-static
%make LIBS='-lpthread'

%install
%makeinstall_std

%check
%make check

%files -n %{libname}
%doc README 
%{_libdir}/lib%{name}*.so.%{major}*

%files -n %{develname}
%{_libdir}/lib%{name}*.so
%{_includedir}/%{name}
%{_datadir}/aclocal/%{name}.m4

%changelog
* Mon Nov 24 2014 dsilakov <denis.silakov@rosalab.ru> 1.7.0-1
+ Revision: 4cb2f64
- Merge pull request #1 from import/gtest:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22745 |14mu|gthumb-3.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	An image viewer and browser for GNOME
Name:		gthumb
Version:	3.4.3
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://gthumb.sourceforge.net/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	GConf2
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(champlain-0.12)
BuildRequires:	pkgconfig(champlain-gtk-0.12)
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libbrasero-burn3)
BuildRequires:	pkgconfig(libopenraw-1.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libraw)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libsoup-gnome-2.4)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(webkit2gtk-4.0)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(sm)
BuildRequires:	yelp-tools
BuildRequires:	%{_lib}secret-devel
Requires:	gsettings-desktop-schemas


%description
gThumb lets you browse your hard disk, showing you thumbnails of image files.
It also lets you view single files (including GIF animations), add comments to
images, organize images in catalogs, print images, view slideshows, set your
desktop background, and more.

%files -f %{name}.lang
%doc AUTHORS NEWS README COPYING
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/GConf/gsettings/gthumb.convert
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/gthumb
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/appdata/*.xml
%dir %{_libdir}/%{name}/
%dir %{_libdir}/%{name}/extensions/
%{_libdir}/%{name}/extensions/*.extension
%{_libdir}/%{name}/extensions/*.so
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%package devel
Summary:	Header files for building %{name} extensions
Group:		Development/C

%description devel
gThumb lets you browse your hard disk, showing you thumbnails of image files.
It also lets you view single files (including GIF animations), add comments to
images, organize images in catalogs, print images, view slideshows, set your
desktop background, and more.

%files devel
%doc ChangeLog
%{_includedir}/%{name}-*/
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/gthumb.m4

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome --all-name




%changelog

* Fri Aug 05 2016 Victor Ryzhikh <victorr2007@yandex.ru> 3.4.3-1
- (7a31a6b) Updated to version 3.4.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22746 |14mu|gtk+2.0-2.24.28-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_gtkdoc 1
%define enable_bootstrap 0
%define enable_tests 0

%define pkgname		gtk+
%define api_version	2.0
%define binary_version	2.10.0
%define major		0
%define libname		%mklibname %{pkgname} %{api_version} %{major}
%define develname	%mklibname -d %{pkgname} %{api_version}
# this isnt really a true lib pkg, but a modules/plugin pkg
%define modules		%mklibname gtk-modules %{api_version}

%define gail_major	18
%define libgail		%mklibname gail %{gail_major}
%define develgail	%mklibname -d gail

%define girname		%mklibname gtk-gir %{api_version}


Summary:	The GIMP ToolKit (GTK+), a library for creating GUIs
Name:		%{pkgname}%{api_version}
Version:	2.24.28
Release:	1
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gtk.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.24/%{pkgname}-%{version}.tar.xz
# extra IM modules (vietnamese and tamil) -- pablo
#gw TODO, needs to be fixed for 2.21.3
Patch4:		gtk+-2.13.1-extra_im.patch 
# (fc) 2.0.6-8mdk fix infinite loop and crash in file selector when / and $HOME are not readable (bug #90)
Patch5:		gtk+-2.6.9-fileselectorfallback.patch
# (fwang) 2.22.1-3 use Qtcurve theme by default if available
Patch12:	gtk+-defaulttheme.patch
# (gb) 2.4.4-2mdk handle biarch
#Patch13:	gtk+-2.2.4-lib64.patch

# (fc) 2.18.2-2mdv fix nautilus crash (GNOME bug #596977) (pterjan)
# It seems, the patch does not do what is supposed to according to the
# discussion in #596977. It also introduces problems with garbled tray in
# LXDE, when adding or removing icons there.
# Patch15:	gtk+-2.18.1-fixnautiluscrash.patch
# (fc) 2.20.0-2mdv improve tooltip appareance (GNOME bug #599617) (Fedora)

#Patch18:	gtk+-2.21.1-fresh-tooltips.patch
# (fc) 2.20.0-2mdv improve tooltip positioning (GNOME bug #599618) (Fedora)
#Patch19:	gtk+-2.20.0-tooltip-positioning.patch
# (fc) 2.20.0-2mdv allow window dragging toolbars / menubar (GNOME bug #611313)
Patch20:	gtk+-2.24.7-window-dragging.patch
# (fc) 2.20.0-3mdv allow specifying icon padding for tray icon (GNOME bug #583273) (Fedora)
Patch21:	gtk+-2.20.0-icon-padding.patch
#Patch22:	gtk+-2.24.9-gir-linking.patch

# Fix for https://bugzilla.gnome.org/show_bug.cgi?id=723366
#Patch23:	gtk+-2.24.20-fix-open-file-dialog-crash.patch

BuildRequires:	cups-devel
BuildRequires:	fam-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(atk) >= 1.29.2
BuildRequires:	pkgconfig(cairo) >= 1.6.0
BuildRequires:	pkgconfig(gdk-pixbuf-2.0) >= 2.21.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.25.10
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.9.5
BuildRequires:	pkgconfig(pango) >= 1.20.0
BuildRequires:	pkgconfig(pangocairo) >= 1.20.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
%if %{enable_tests}
BuildRequires:	x11-server-xvfb
# gw tests will fail without this
BuildRequires:	fonts-ttf-dejavu
%endif
%if %{enable_gtkdoc}
BuildRequires:	gtk-doc >= 0.9
BuildRequires:	sgml-tools
BuildRequires:	texinfo
%endif

Requires:	%{name}-common = %{version}-%{release}
# MD to pull in all the orphaned module loaders
Requires:	fontconfig
Requires:	gdk-pixbuf2.0
Requires:	gio2.0
Requires:	pango-modules

# required for icon theme apis to work
Requires:	hicolor-icon-theme
# built as a subpackage of gtk3
Requires:	gtk-update-icon-cache

%if !%{enable_bootstrap}
Suggests:	xdg-user-dirs-gtk
Suggests:	elementary-theme
%endif
Provides:	gtk2 = %{version}-%{release}
Obsoletes:	%{pkgname}2 < %{version}-%{release}
Provides:	%{pkgname}2 = %{version}-%{release}
#(proyvind): to ensure we have g_malloc0_n & g_malloc_n (required by trigger)
#            provided by the ABI
Conflicts:	glib2 < 2.24
Conflicts:	perl-Gtk2 < 1.113

%description
The gtk+ package contains the GIMP ToolKit (GTK+), a library for creating
graphical user interfaces for the X Window System.  GTK+ was originally
written for the GIMP (GNU Image Manipulation Program) image processing
program, but is now used by several other programs as well.  

If you are planning on using the GIMP or another program that uses GTK+,
you'll need to have the gtk+ package installed.

%package common
Summary:	%{summary}
Group:		%{group}
BuildArch:	noarch
Conflicts:	%{name} <= 2.24.8-2
Requires:	%{modules} = %{version}-%{release}
Requires:	gtk2-modules = %{version}-%{release}

%description common
This package contains the common files for the GTK+2.0 graphical user
interface.

%package -n %{modules}
Summary:	%{summary}
Group:		%{group}
Requires:	%{name} = %{version}-%{release}
Provides:	gtk2-modules = %{version}-%{release}
Conflicts:	%{_lib}gtk+2.0_0 < 2.24.8-4
Conflicts:	%{_lib}gtk+2.0 < 2.24.8-7
#(proyvind): to ensure we have g_malloc0_n & g_malloc_n (required by trigger)
#            provided by the ABI
Conflicts:	glib2 < 2.24
Conflicts:	%{_lib}gail18 < 2.24.8-3
%if !%{enable_bootstrap}
Suggests:	%{_lib}gtk-aurora-engine
%endif

%description -n %{modules}
This package contains the immodules, engines and printbackends libraries 
for %{name} to function properly.

%package -n %{develname}
Summary:	Development files for GTK+ (GIMP ToolKit) applications
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	gtk2-devel = %{version}-%{release}
Provides:	%{pkgname}2-devel = %{version}-%{release}
Provides:	lib%{pkgname}%{api_version}-devel = %{version}-%{release}
Provides:	%{libname}-devel = %{version}-%{release}

%description -n %{develname}
The libgtk+-devel package contains the static libraries and header files
needed for developing GTK+ (GIMP ToolKit) applications. The libgtk+-devel
package contains GDK (the General Drawing Kit, which simplifies the interface
for writing GTK+ widgets and using GTK+ widgets in applications), and GTK+
(the widget set).

%package -n %{libname}
Summary:	X11 backend of The GIMP ToolKit (GTK+)
Group:		System/Libraries
Obsoletes:	%{_lib}%{pkgname}-x11-%{api_version}_%{major}

%description -n %{libname}
This package contains the X11 version of library needed to run
programs dynamically linked with gtk+.

%package -n %{girname}
Summary:	GObject Introspection interface description for %name
Group:		System/Libraries
Conflicts:	%{_lib}gtk+-x11-2.0_0 < 2.24.8-3
Conflicts:	gir-repository < 0.6.5-4

%description -n %{girname}
GObject Introspection interface description for %name.

%package -n %{libgail}
Summary:	GNOME Accessibility Implementation Library
Group:		System/Libraries

%description -n %{libgail}
Gail is the GNOME Accessibility Implementation Library

%package -n %{develgail}
Summary:	Development libraries, include files for GAIL
Group:		Development/GNOME and GTK+
Provides:	gail-devel = %{version}-%{release}
Requires:	%{libgail} = %{version}-%{release}

%description -n %{develgail}
Gail is the GNOME Accessibility Implementation Library

%prep
%setup -qn %{pkgname}-%{version}
%apply_patches

#needed by patches 4 & 13
#gw disable it for bootstrapping
mkdir -p m4
autoreconf -fi

%build
# fix crash in nautilus (GNOME bug #596977)
export CFLAGS=`echo %{optflags} | sed -e 's/-fomit-frame-pointer//g'`

#CONFIGURE_TOP=.. 
export CPPFLAGS="-DGTK_COMPILATION"
%configure2_5x \
	--disable-static \
	--enable-xinerama \
	--with-xinput=xfree

%make

%check
%if %{enable_tests}
XDISPLAY=$(i=1; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
%{_bindir}/Xvfb :$XDISPLAY &
export DISPLAY=:$XDISPLAY
make check
kill $(cat /tmp/.X$XDISPLAY-lock) ||:
%endif

%install
rm -rf %{buildroot}

%makeinstall_std mandir=%{_mandir} RUN_QUERY_IMMODULES_TEST=false RUN_QUERY_LOADER_TEST=false

mkdir -p %{buildroot}%{_sysconfdir}/gtk-%{api_version}
touch %{buildroot}%{_sysconfdir}/gtk-%{api_version}/gtk.immodules.%{_lib}
mkdir -p %{buildroot}%{_libdir}/gtk-%{api_version}/modules

# Remove unpackaged files
rm -f %{buildroot}%{_bindir}/gtk-update-icon-cache
rm -f %{buildroot}%{_mandir}/man1/gtk-update-icon-cache.1*

# handle biarch packages
progs="gtk-query-immodules-%{api_version}"
mkdir -p %{buildroot}%{_libdir}/gtk-%{api_version}/bin
for f in $progs; do
  mv -f %{buildroot}%{_bindir}/$f %{buildroot}%{_libdir}/gtk-%{api_version}/bin/
  cat > %{buildroot}%{_bindir}/$f << EOF
#!/bin/sh
lib=%{_lib}
case ":\$1:" in
:lib*:) lib="\$1"; shift 1;;
esac
exec %{_prefix}/\$lib/gtk-%{api_version}/bin/$f \${1+"\$@"}
EOF
  chmod +x %{buildroot}%{_bindir}/$f
done

%{find_lang} gtk20
%find_lang gtk20-properties
cat gtk20-properties.lang >> gtk20.lang



%post -n %{modules}
if [ "$1" = "2" ]; then
  if [ -f %{_sysconfdir}/gtk-%{api_version}/gtk.immodules ]; then
    rm -f %{_sysconfdir}/gtk-%{api_version}/gtk.immodules
  fi
fi
%{_libdir}/gtk-%{api_version}/bin/gtk-query-immodules-%{api_version} > %{_sysconfdir}/gtk-%{api_version}/gtk.immodules.%{_lib}

%triggerin -n %{modules} -- %{_libdir}/gtk-%{api_version}/%{binary_version}/immodules/*.so
%{_libdir}/gtk-%{api_version}/bin/gtk-query-immodules-%{api_version} > %{_sysconfdir}/gtk-%{api_version}/gtk.immodules.%{_lib}

%triggerpostun -n %{modules} -- %{_libdir}/gtk-%{api_version}/%{binary_version}/immodules/*.so
if [ -x %{_libdir}/gtk-%{api_version}/bin/gtk-query-immodules-%{api_version} ]; then %{_libdir}/gtk-%{api_version}/bin/gtk-query-immodules-%{api_version} > %{_sysconfdir}/gtk-%{api_version}/gtk.immodules.%{_lib}
fi

%files
%doc README
%{_bindir}/gtk-query-immodules-%{api_version}

%files common -f gtk20.lang
%{_datadir}/themes/
%dir %{_sysconfdir}/gtk-%{api_version}
%config(noreplace) %{_sysconfdir}/gtk-%{api_version}/im-multipress.conf

%files -n %{modules}
%ghost %verify (not md5 mtime size) %config(noreplace) %{_sysconfdir}/gtk-%{api_version}/gtk.immodules.%{_lib}
%dir %{_libdir}/gtk-%{api_version}
%dir %{_libdir}/gtk-%{api_version}/bin
%{_libdir}/gtk-%{api_version}/bin/gtk-query-immodules-%{api_version}
%dir %{_libdir}/gtk-%{api_version}/modules
%dir %{_libdir}/gtk-%{api_version}/%{binary_version}
%dir %{_libdir}/gtk-%{api_version}/%{binary_version}/immodules
%dir %{_libdir}/gtk-%{api_version}/%{binary_version}/engines
%dir %{_libdir}/gtk-%{api_version}/%{binary_version}/printbackends
%{_libdir}/gtk-%{api_version}/%{binary_version}/immodules/*.so
%{_libdir}/gtk-%{api_version}/%{binary_version}/engines/*.so
%{_libdir}/gtk-%{api_version}/%{binary_version}/printbackends/*.so
# from gail lib
%{_libdir}/gtk-2.0/modules/libferret.so
%{_libdir}/gtk-2.0/modules/libgail.so

%files -n %{develname}
%doc docs/*.txt AUTHORS ChangeLog NEWS* README*
%doc %{_datadir}/gtk-doc/html/gdk2/
%doc %{_datadir}/gtk-doc/html/gtk2/
%{_bindir}/gtk-demo
%{_bindir}/gtk-builder-convert
%{_datadir}/aclocal/*
%{_datadir}/gtk-%{api_version}/
%{_includedir}/gtk-unix-print-%{api_version}/
%{_includedir}/gtk-%{api_version}/gdk
%{_includedir}/gtk-%{api_version}/gtk
%{_libdir}/gtk-%{api_version}/include
%{_libdir}/pkgconfig/gdk-%{api_version}.pc
%{_libdir}/pkgconfig/gtk+-%{api_version}.pc
%{_libdir}/pkgconfig/gtk+-unix-print-%{api_version}.pc
%{_libdir}/libgdk-x11-%{api_version}.so
%{_libdir}/libgtk-x11-%{api_version}.so
%{_datadir}/gir-1.0/Gdk-2.0.gir
%{_datadir}/gir-1.0/GdkX11-2.0.gir
%{_datadir}/gir-1.0/Gtk-2.0.gir
%{_libdir}/pkgconfig/*x11*

%files -n %{libname}
%{_libdir}/libgdk-x11-%{api_version}.so.%{major}*
%{_libdir}/libgtk-x11-%{api_version}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gdk-%{api_version}.typelib
%{_libdir}/girepository-1.0/GdkX11-%{api_version}.typelib
%{_libdir}/girepository-1.0/Gtk-%{api_version}.typelib

%files -n %{libgail}
%{_libdir}/libgailutil.so.%{gail_major}*

%files -n %{develgail}
%{_datadir}/gtk-doc/html/gail-libgail-util
%{_libdir}/libgailutil.so
%{_includedir}/gail-1.0/
%{_libdir}/pkgconfig/gail.pc


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22747 |14mu|gtk+2.0-2.24.30-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without gtkdoc
%bcond_with bootstrap
%bcond_with tests

%define pkgname gtk+
%define binary_version 2.10.0

%define api 2.0
%define major 0
%define libname %mklibname %{pkgname} %{api} %{major}
%define devname %mklibname %{pkgname} %{api} -d
# this isnt really a true lib pkg, but a modules/plugin pkg
%define modules %mklibname gtk-modules %{api}

%define gail_major 18
%define libgail %mklibname gail %{gail_major}
%define devgail %mklibname gail -d

%define girname %mklibname gtk-gir %{api}

Summary:	The GIMP ToolKit (GTK+), a library for creating GUIs
Name:		%{pkgname}%{api}
Version:	2.24.30
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gtk.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.24/%{pkgname}-%{version}.tar.xz
# extra IM modules (vietnamese and tamil) -- pablo
#gw TODO, needs to be fixed for 2.21.3
Patch0:		gtk+-2.13.1-extra_im.patch
# (fc) 2.0.6-8mdk fix infinite loop and crash in file selector when / and $HOME are not readable (bug #90)
Patch1:		gtk+-2.6.9-fileselectorfallback.patch
# (fwang) 2.22.1-3 use elementary theme by default if available
Patch2:		gtk+-defaulttheme.patch
# (fc) 2.20.0-2mdv allow window dragging toolbars / menubar (GNOME bug #611313)
Patch3:		gtk+-2.24.7-window-dragging.patch
# (fc) 2.20.0-3mdv allow specifying icon padding for tray icon (GNOME bug #583273) (Fedora)
Patch4:		gtk+-2.20.0-icon-padding.patch

BuildRequires:	cups-devel
BuildRequires:	fam-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
%if %{with tests}
BuildRequires:	x11-server-xvfb
# gw tests will fail without this
BuildRequires:	fonts-ttf-dejavu
%endif
%if %{with gtkdoc}
BuildRequires:	gtk-doc
BuildRequires:	sgml-tools
BuildRequires:	texinfo
%endif
Requires:	%{name}-common = %{EVRD}
# MD to pull in all the orphaned module loaders
Requires:	fontconfig
Requires:	gdk-pixbuf2.0
Requires:	gio2.0
Requires:	pango-modules
# required for icon theme apis to work
Requires:	hicolor-icon-theme
# built as a subpackage of gtk3
Requires:	gtk-update-icon-cache
%if %{without bootstrap}
Suggests:	xdg-user-dirs-gtk
Suggests:	elementary-theme
%endif
Provides:	gtk2 = %{EVRD}
Provides:	%{pkgname}2 = %{EVRD}
Obsoletes:	%{pkgname}2 < %{EVRD}

%description
The gtk+ package contains the GIMP ToolKit (GTK+), a library for creating
graphical user interfaces for the X Window System.  GTK+ was originally
written for the GIMP (GNU Image Manipulation Program) image processing
program, but is now used by several other programs as well.

If you are planning on using the GIMP or another program that uses GTK+,
you'll need to have the gtk+ package installed.

%files
%doc README
%{_bindir}/gtk-query-immodules-%{api}

#----------------------------------------------------------------------------

%package common
Summary:	The GIMP ToolKit (GTK+), a library for creating GUIs
Group:		System/Libraries
Requires:	%{modules} = %{EVRD}
Requires:	gtk2-modules = %{EVRD}
BuildArch:	noarch

%description common
This package contains the common files for the GTK+2.0 graphical user
interface.

%files common -f gtk20.lang
%{_datadir}/themes/
%dir %{_sysconfdir}/gtk-%{api}
%config(noreplace) %{_sysconfdir}/gtk-%{api}/im-multipress.conf

#----------------------------------------------------------------------------

%package -n %{modules}
Summary:	The GIMP ToolKit (GTK+), a library for creating GUIs
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Provides:	gtk2-modules = %{EVRD}
%if %{without bootstrap}
Suggests:	%{_lib}gtk-aurora-engine
%endif

%description -n %{modules}
This package contains the immodules, engines and printbackends libraries 
for %{name} to function properly.

%files -n %{modules}
%ghost %verify (not md5 mtime size) %config(noreplace) %{_sysconfdir}/gtk-%{api}/gtk.immodules.%{_lib}
%dir %{_libdir}/gtk-%{api}
%dir %{_libdir}/gtk-%{api}/bin
%{_libdir}/gtk-%{api}/bin/gtk-query-immodules-%{api}
%dir %{_libdir}/gtk-%{api}/modules
%dir %{_libdir}/gtk-%{api}/%{binary_version}
%dir %{_libdir}/gtk-%{api}/%{binary_version}/immodules
%dir %{_libdir}/gtk-%{api}/%{binary_version}/engines
%dir %{_libdir}/gtk-%{api}/%{binary_version}/printbackends
%{_libdir}/gtk-%{api}/%{binary_version}/immodules/*.so
%{_libdir}/gtk-%{api}/%{binary_version}/engines/*.so
%{_libdir}/gtk-%{api}/%{binary_version}/printbackends/*.so
# from gail lib
%{_libdir}/gtk-2.0/modules/libferret.so
%{_libdir}/gtk-2.0/modules/libgail.so

%post -n %{modules}
if [ "$1" = "2" ]; then
  if [ -f %{_sysconfdir}/gtk-%{api}/gtk.immodules ]; then
    rm -f %{_sysconfdir}/gtk-%{api}/gtk.immodules
  fi
fi
%{_libdir}/gtk-%{api}/bin/gtk-query-immodules-%{api} > %{_sysconfdir}/gtk-%{api}/gtk.immodules.%{_lib}

%triggerin -n %{modules} -- %{_libdir}/gtk-%{api}/%{binary_version}/immodules/*.so
%{_libdir}/gtk-%{api}/bin/gtk-query-immodules-%{api} > %{_sysconfdir}/gtk-%{api}/gtk.immodules.%{_lib}

%triggerpostun -n %{modules} -- %{_libdir}/gtk-%{api}/%{binary_version}/immodules/*.so
if [ -x %{_libdir}/gtk-%{api}/bin/gtk-query-immodules-%{api} ]; then %{_libdir}/gtk-%{api}/bin/gtk-query-immodules-%{api} > %{_sysconfdir}/gtk-%{api}/gtk.immodules.%{_lib}
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	X11 backend of The GIMP ToolKit (GTK+)
Group:		System/Libraries

%description -n %{libname}
This package contains the X11 version of library needed to run
programs dynamically linked with gtk+.

%files -n %{libname}
%{_libdir}/libgdk-x11-%{api}.so.%{major}*
%{_libdir}/libgtk-x11-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	gir-repository < 0.6.5-4

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Gdk-%{api}.typelib
%{_libdir}/girepository-1.0/GdkX11-%{api}.typelib
%{_libdir}/girepository-1.0/Gtk-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for GTK+ (GIMP ToolKit) applications
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	gtk2-devel = %{EVRD}
Provides:	%{pkgname}2-devel = %{EVRD}
Provides:	lib%{pkgname}%{api}-devel = %{EVRD}
Provides:	%{libname}-devel = %{EVRD}

%description -n %{devname}
The libgtk+-devel package contains the static libraries and header files
needed for developing GTK+ (GIMP ToolKit) applications. The libgtk+-devel
package contains GDK (the General Drawing Kit, which simplifies the interface
for writing GTK+ widgets and using GTK+ widgets in applications), and GTK+
(the widget set).

%files -n %{devname}
%doc docs/*.txt AUTHORS ChangeLog NEWS* README*
%doc %{_datadir}/gtk-doc/html/gdk2/
%doc %{_datadir}/gtk-doc/html/gtk2/
%{_bindir}/gtk-demo
%{_bindir}/gtk-builder-convert
%{_datadir}/aclocal/*
%{_datadir}/gtk-%{api}/
%{_includedir}/gtk-unix-print-%{api}/
%{_includedir}/gtk-%{api}/gdk
%{_includedir}/gtk-%{api}/gtk
%{_libdir}/gtk-%{api}/include
%{_libdir}/pkgconfig/gdk-%{api}.pc
%{_libdir}/pkgconfig/gtk+-%{api}.pc
%{_libdir}/pkgconfig/gtk+-unix-print-%{api}.pc
%{_libdir}/libgdk-x11-%{api}.so
%{_libdir}/libgtk-x11-%{api}.so
%{_datadir}/gir-1.0/Gdk-2.0.gir
%{_datadir}/gir-1.0/GdkX11-2.0.gir
%{_datadir}/gir-1.0/Gtk-2.0.gir
%{_libdir}/pkgconfig/*x11*

#----------------------------------------------------------------------------

%package -n %{libgail}
Summary:	GNOME Accessibility Implementation Library
Group:		System/Libraries

%description -n %{libgail}
Gail is the GNOME Accessibility Implementation Library

%files -n %{libgail}
%{_libdir}/libgailutil.so.%{gail_major}*

#----------------------------------------------------------------------------

%package -n %{devgail}
Summary:	Development libraries, include files for GAIL
Group:		Development/GNOME and GTK+
Requires:	%{libgail} = %{EVRD}
Provides:	gail-devel = %{EVRD}

%description -n %{devgail}
Gail is the GNOME Accessibility Implementation Library

%files -n %{devgail}
%{_datadir}/gtk-doc/html/gail-libgail-util
%{_libdir}/libgailutil.so
%{_includedir}/gail-1.0/
%{_libdir}/pkgconfig/gail.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{pkgname}-%{version}
%apply_patches

#needed by patches 4 & 13
#gw disable it for bootstrapping
mkdir -p m4
autoreconf -fi

%build
# fix crash in nautilus (GNOME bug #596977)
export CFLAGS=`echo %{optflags} | sed -e 's/-fomit-frame-pointer//g'`

#CONFIGURE_TOP=.. 
export CPPFLAGS="-DGTK_COMPILATION"
%configure2_5x \
	--disable-static \
	--enable-xinerama \
	--with-xinput=xfree

%make

%install
%makeinstall_std mandir=%{_mandir} RUN_QUERY_IMMODULES_TEST=false RUN_QUERY_LOADER_TEST=false

mkdir -p %{buildroot}%{_sysconfdir}/gtk-%{api}
touch %{buildroot}%{_sysconfdir}/gtk-%{api}/gtk.immodules.%{_lib}
mkdir -p %{buildroot}%{_libdir}/gtk-%{api}/modules

# Remove unpackaged files
rm -f %{buildroot}%{_bindir}/gtk-update-icon-cache
rm -f %{buildroot}%{_mandir}/man1/gtk-update-icon-cache.1*

# handle biarch packages
progs="gtk-query-immodules-%{api}"
mkdir -p %{buildroot}%{_libdir}/gtk-%{api}/bin
for f in $progs; do
  mv -f %{buildroot}%{_bindir}/$f %{buildroot}%{_libdir}/gtk-%{api}/bin/
  cat > %{buildroot}%{_bindir}/$f << EOF
#!/bin/sh
lib=%{_lib}
case ":\$1:" in
:lib*:) lib="\$1"; shift 1;;
esac
exec %{_prefix}/\$lib/gtk-%{api}/bin/$f \${1+"\$@"}
EOF
  chmod +x %{buildroot}%{_bindir}/$f
done

%find_lang gtk20
%find_lang gtk20-properties
cat gtk20-properties.lang >> gtk20.lang

%check
%if %{with tests}
XDISPLAY=$(i=1; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
%{_bindir}/Xvfb :$XDISPLAY &
export DISPLAY=:$XDISPLAY
make check
kill $(cat /tmp/.X$XDISPLAY-lock) ||:
%endif

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22748 |14mu|gtk+3.0-3.16.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define enable_gtkdoc 0
%define enable_bootstrap 0
%define enable_tests 0

%define pkgname		gtk+
%define api		3
%define api_version	3.0
%define binary_version	3.0.0
%define major		0
%define libname		%mklibname %{pkgname} %{api} %{major}
%define devname		%mklibname -d %{pkgname} %{api_version}
# this isnt really a true lib pkg, but a modules/plugin pkg
%define modules		%mklibname gtk-modules %{api_version}

%define gail_major	0
%define libgail		%mklibname gail %{api} %{gail_major}
%define devgail		%mklibname -d gail %{api_version}

%define libgir		%mklibname gtk-gir %{api_version}

Summary:	The GIMP ToolKit (GTK+), a library for creating GUIs
Name:		%{pkgname}%{api_version}
Version:	3.16.7
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gtk.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gtk+/%{url_ver}/%{pkgname}-%{version}.tar.xz

BuildRequires:	cups-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(atk) >= 1.29.2
BuildRequires:	pkgconfig(cairo) >= 1.6.0
BuildRequires:	pkgconfig(colord)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0) >= 2.26
BuildRequires:	pkgconfig(glib-2.0) >= 2.25.10
BuildRequires:	pkgconfig(epoxy)
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.9.5
BuildRequires:	pkgconfig(pango) >= 1.30
BuildRequires:	pkgconfig(pangocairo) >= 1.30
BuildRequires:	pkgconfig(atk-bridge-2.0) >= 2.6.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
#gw needed for gtk-update-icon-cache in gtk+3.0 3.0.9
BuildRequires:	gtk+2.0

%if %{enable_tests}
BuildRequires:	x11-server-xvfb
# gw tests will fail without this
BuildRequires	fonts-ttf-dejavu
%endif
%if %{enable_gtkdoc}
BuildRequires:	gtk-doc >= 0.9
BuildRequires:	sgml-tools
BuildRequires:	texlive-texinfo
%endif
%if !%{enable_bootstrap}
Suggests:	xdg-user-dirs-gtk
%endif
Requires:	%{name}-common = %{version}-%{release}
# MD to pull in all the orphaned module loaders
Requires:	fontconfig
Requires:	gdk-pixbuf2.0
Requires:	gio2.0
Requires:	glib2.0-common
Requires:	pango-modules

# standard icons
Requires: adwaita-icon-theme
# required for icon theme apis to work
Requires: hicolor-icon-theme
# split out in a subpackage
Requires: gtk-update-icon-cache

# gtk3 itself includes the Adwaita theme now
Conflicts: adwaita-gtk3-theme < 3.13.3
#Provides: adwaita-gtk3-theme = %{version}-%{release}

# gtk3 no longer provides the GtkThemeEngine interface used there
Obsoletes: gtk3-engines <= 2.91.5

Obsoletes:	gtk-engines3 < 3.0.0
Provides:	%{pkgname}%{api} = %{version}-%{release}

%description
The gtk+ package contains the GIMP ToolKit (GTK+), a library for creating
graphical user interfaces for the X Window System.  GTK+ was originally
written for the GIMP (GNU Image Manipulation Program) image processing
program, but is now used by several other programs as well.  

If you are planning on using the GIMP or another program that uses GTK+,
you'll need to have the gtk+ package installed.

%package common
Summary:	%{summary}
Group:		%{group}
BuildArch:	noarch
Conflicts:	%{name} < 3.3.2-2

%description common
This package contains the common files for the GTK+3.0 graphical user
interface.

%package -n %{modules}
Summary:	%{summary}
Group:		%{group}
Requires:	%{name} = %{version}-%{release}
Provides:	gtk%{api}-modules = %{version}-%{release}
Obsoletes:	%{_lib}gtk+3 < 3.3.4-2
Obsoletes:	%{_lib}gtk+3.0_0 < 3.0.0
Obsoletes:	%{_lib}gtk+-x11-3.0_0 < 3.0.0
Obsoletes:	%{_lib}gtk-engines3 < 3.0.0

%description -n %{modules}
This package contains the immodules, engines and printbackends libraries
for %{name} to function properly.

%package -n %{devname}
Summary:	Development files for GTK+ (GIMP ToolKit) applications
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libgir} = %{version}-%{release}
Provides:	%{pkgname}%{api}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
The libgtk+-devel package contains the static libraries and header files
needed for developing GTK+ (GIMP ToolKit) applications. The libgtk+-devel
package contains GDK (the General Drawing Kit, which simplifies the interface
for writing GTK+ widgets and using GTK+ widgets in applications), and GTK+
(the widget set).

%package -n %{libname}
Summary:	Shared libraries of The GIMP ToolKit (GTK+)
Group:		System/Libraries
Requires:	%{name}-common
# These modules are requierd by any program that attempts to print somethin using GTK possibilities
Requires:	%{modules}
Conflicts:	%{_lib}gtk+3_0 < 3.3.2-2

%description -n %{libname}
This package contains the shared libraries needed to run programs dynamically 
linked with gtk+.

%package -n %{libgir}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}gtk+3_0 < 3.3.2-2

%description -n %{libgir}
GObject Introspection interface description for %{name}.

%package -n %{libgail}
Summary:	GNOME Accessibility Implementation Library
Group:		System/Libraries
Obsoletes:	%{_lib}gail3.0_0 < 3.0.0

%description -n %{libgail}
Gail is the GNOME Accessibility Implementation Library

%package -n %{devgail}
Summary:	Development libraries, include files for GAIL
Group:		Development/GNOME and GTK+
Provides:	libgail-%{api_version}-devel = %{version}-%{release}
Requires:	%{libgail} = %{version}

%description -n %{devgail}
Gail is the GNOME Accessibility Implementation Library

%package -n gtk-update-icon-cache
Summary: Icon theme caching utility
# gtk-update-icon-cache used to be shipped in the gtk2 package
Conflicts: gtk2 < 2.24.22-6

%description -n gtk-update-icon-cache
GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot of
system call and disk seek overhead when the application starts. Since the
format of the cache files allows them to be mmap()ed shared between multiple
applications, the overall memory consumption is reduced as well.

%prep
%setup -qn %{pkgname}-%{version}
%apply_patches

%build
# fix crash in nautilus (GNOME bug #596977)
export CFLAGS=`echo %{optflags} | sed -e 's/-fomit-frame-pointer//g'`

%configure2_5x \
	--disable-static \
	--enable-xkb \
	--enable-xinerama \
	--enable-xrandr \
	--enable-xfixes \
	--enable-xcomposite \
	--enable-xdamage \
	--enable-x11-backend \
	--enable-packagekit=yes \
	--enable-gtk2-dependency \
	--enable-colord 

%make

%check
%if %enable_tests
XDISPLAY=$(i=1; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
%{_bindir}/Xvfb :$XDISPLAY &
export DISPLAY=:$XDISPLAY
make check
kill $(cat /tmp/.X$XDISPLAY-lock) ||:
%endif

%install
%makeinstall_std RUN_QUERY_IMMODULES_TEST=false RUN_QUERY_LOADER_TEST=false

touch %{buildroot}%{_libdir}/gtk-%{api_version}/%{binary_version}/immodules.cache
mkdir -p %{buildroot}%{_libdir}/gtk-%{api_version}/modules

%if "%{_lib}" != "lib"
 mv %{buildroot}%{_bindir}/gtk-query-immodules-%{api_version} %{buildroot}%{_bindir}/gtk-query-immodules-%{api_version}-64
%else
 mv %{buildroot}%{_bindir}/gtk-query-immodules-%{api_version} %{buildroot}%{_bindir}/gtk-query-immodules-%{api_version}-32
%endif

%find_lang gtk30 gtk30-properties gtk30.lang

%post -n %{modules}
if [ "$1" = "2" ]; then
  if [ -f %{_sysconfdir}/gtk-%{api_version}/gtk.immodules ]; then
    rm -f %{_sysconfdir}/gtk-%{api_version}/gtk.immodules
  fi
fi
%if "%{_lib}" != "lib"
 %{_bindir}/gtk-query-immodules-%{api_version}-64 --update-cache
%else
 %{_bindir}/gtk-query-immodules-%{api_version}-32 --update-cache
%endif

%triggerin -n %{modules} -- %{_libdir}/gtk-%{api_version}/%{binary_version}/immodules/*.so
%if "%{_lib}" != "lib"
 %{_bindir}/gtk-query-immodules-%{api_version}-64 --update-cache
%else
 %{_bindir}/gtk-query-immodules-%{api_version}-32 --update-cache
%endif

%triggerpostun -n %{modules} -- %{_libdir}/gtk-%{api_version}/%{binary_version}/immodules/*.so
%if "%{_lib}" != "lib"
 %{_bindir}/gtk-query-immodules-%{api_version}-64 --update-cache
%else
 %{_bindir}/gtk-query-immodules-%{api_version}-32 --update-cache
%endif

%files
%doc README
%{_bindir}/gtk-query-immodules-%{api_version}-*
%{_bindir}/gtk-launch

%files common -f gtk30.lang
%dir %{_sysconfdir}/gtk-%{api_version}
%config(noreplace) %{_sysconfdir}/gtk-%{api_version}/im-multipress.conf
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
%{_datadir}/themes
%{_mandir}/man1/gtk-query-immodules-%{api_version}.1*
%{_mandir}/man1/gtk-launch.1*
%{_mandir}/man1/broadwayd.1*

%files -n %{modules}
%ghost %verify (not md5 mtime size) %{_libdir}/gtk-%{api_version}/3.0.0/immodules.cache
%dir %{_libdir}/gtk-%{api_version}
%dir %{_libdir}/gtk-%{api_version}/modules
%dir %{_libdir}/gtk-%{api_version}/%{binary_version}
%{_libdir}/gtk-%{api_version}/%{binary_version}/immodules
%{_libdir}/gtk-%{api_version}/%{binary_version}/printbackends

%files -n %{libname}
%{_libdir}/libgtk-3.so.%{major}*
%{_libdir}/libgdk-3.so.%{major}*

%files -n %{libgir}
%{_libdir}/girepository-1.0/Gdk-%{api_version}.typelib
%{_libdir}/girepository-1.0/GdkX11-%{api_version}.typelib
%{_libdir}/girepository-1.0/Gtk-%{api_version}.typelib

%files -n %{devname}
%doc docs/*.txt AUTHORS ChangeLog NEWS* README*
%{_bindir}/gtk3-demo
%{_bindir}/gtk3-demo-application
%{_bindir}/gtk3-widget-factory
%{_bindir}/gtk-encode-symbolic-svg
%{_bindir}/gtk3-icon-browser
%{_includedir}/gtk-%{api_version}
%{_libdir}/libgtk-%{api}.so
%{_libdir}/libgdk-%{api}.so
%{_libdir}/pkgconfig/gdk-*%{api_version}.pc
%{_libdir}/pkgconfig/gtk+-*%{api_version}.pc
%{_datadir}/aclocal/*
%{_datadir}/gtk-%{api_version}
%{_datadir}/gir-1.0/Gdk-%{api_version}.gir
%{_datadir}/gir-1.0/GdkX11-%{api_version}.gir
%{_datadir}/gir-1.0/Gtk-%{api_version}.gir
%{_datadir}/applications/gtk3-demo.desktop
%{_datadir}/applications/gtk3-widget-factory.desktop
%{_datadir}/applications/gtk3-icon-browser.desktop
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml
%{_datadir}/icons/hicolor/*/apps/*.png
%{_mandir}/man1/gtk-encode-symbolic-svg.1*
%{_mandir}/man1/gtk3-demo-application.1*
%{_mandir}/man1/gtk3-demo.1*
%{_mandir}/man1/gtk3-icon-browser.1*
%{_mandir}/man1/gtk3-widget-factory.1*
%doc %{_datadir}/gtk-doc/html/gdk3
%doc %{_datadir}/gtk-doc/html/gtk3

%files -n %{libgail}
%{_libdir}/libgailutil-%{api}.so.%{gail_major}*

%files -n %{devgail}
%{_includedir}/gail-%{api_version}
%{_libdir}/libgailutil-%{api}.so
%{_libdir}/pkgconfig/gail-%{api_version}.pc
%{_datadir}/gtk-doc/html/gail-libgail-util3

%files -n gtk-update-icon-cache
%doc COPYING
%{_bindir}/gtk-update-icon-cache
%{_mandir}/man1/gtk-update-icon-cache.1*

%changelog

* Thu Feb 25 2016 Tigro <ashejn@gmail.com> 3.16.7-3
- (6fb8d25) drop default application patch to fix http://forum.rosalab.ru/viewtopic.php?f=53&t=6859&p=65053#p65053

* Mon Dec 21 2015 Tigro <ashejn@gmail.com> 3.16.7-2
- (d57714e) added C: adwaita-gtk3-theme < 3.13.3
- (Tigro: d2fd7d7) drop P: and O: adwaita-gtk3-theme

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 3.16.7-1
- (836ea4c) update to 3.16.7
- (Tigro: 884a4ca) update to 3.16.7

* Sat Oct 03 2015 Tigro <ashejn@gmail.com> 3.12.2-9
- (fc8d43b) update patch
- (Tigro: 28945ad) fix GNOME #750994 and #750870

* Wed Jul 08 2015 Tigro <ashejn@yandex-team.ru> 3.16.5-1
- (35d762a) update to 3.16.5

* Tue Jun 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.12.2-8
- (05ab0bf) Require "modules" subpackage for the library to avoid problems with printing in GTK-based applications (http://bugs.rosalinux.ru/show_bug.cgi?id=4635)

* Mon Jun 15 2015 Tigro <ashejn@yandex-team.ru> 3.16.4-1
- (ac6a9c0) update to 3.16.4

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.3-1
- (d31aa8e) update to 3.16.3

* Tue Apr 14 2015 Tigro <ashejn@gmail.com> 3.16.2-1
- (2c4b48f) update to 3.16.2

* Wed Apr 08 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-1
- (22d97cd) update patch
- (Tigro: 4a99aa3) update to 3.16.1

* Mon Mar 23 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (5fd96ff) update to 3.16.0

* Tue Mar 17 2015 Tigro <ashejn@gmail.com> 3.15.12-1
- (dcd9d57) update to 3.15.12

* Tue Mar 17 2015 Tigro <ashejn@yandex-team.ru> 3.15.11-1
- (c9493db) update to 3.15.11

* Wed Mar 11 2015 Tigro <ashejn@yandex-team.ru> 3.15.10-3
- (94084a4) bump release

* Wed Mar 11 2015 Tigro <ashejn@yandex-team.ru> 3.15.10-2
- (2fefcc0) create gtk-update-icon-cache subpackage and Provides adwaita-gtk3-theme
- (Tigro: f5a8cd5) bump release

* Sun Mar 08 2015 Tigro <ashejn@gmail.com> 3.15.10-1
- (b63d530) disable installed tests again
- (Tigro: 7d9f0d7) pack files and enable installed tests
- (Tigro: 82c4f2b) update to 3.15.10

* Sun Mar 08 2015 Tigro <ashejn@gmail.com> 3.15.9-1
- (e6d901f) added BR: epoxy
- (Tigro: 42c1acb) drop old patch
- (Tigro: 64556f1) update default application patch

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 3.12.2-7
- (7909699) MassBuild#656: Increase release tag

* Sun Nov 16 2014 Tigro <ashejn@gmail.com> 3.12.2-6
- (6310307) added checkbox to allow set default application for any files by default

* Fri Sep 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.12.2-5
- (36a4b15) Add common subpackage to library Requires

* Mon Sep 08 2014 Tigro <ashejn@gmail.com> 3.12.2-4
- (b2248c7) invert GTK_DISABLE_CSD var
- (Tigro: 0ec2ddf) breaks usability by forcing client side decorations on X11

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-3
- (540c860) MassBuild#440: Increase release tag

* Mon Jun 16 2014 Tigro <ashejn@gmail.com> 3.12.2-2
- (cba4326) bump release to build against new colord

* Fri May 16 2014 Tigro <ashejn@gmail.com> 3.12.2-1
- (14ac6d9) update to 3.12.2

* Tue Apr 15 2014 Tigro <ashejn@gmail.com> 3.12.1-1
- (0eff0db) update to 3.12.1

* Wed Apr 09 2014 Tigro <ashejn@gmail.com> 3.12.0-1
- (b496c1e) pack some files
- (Tigro: 65b3f49) drop remove
- (Tigro: 48eaad8) disable patch apply
- (Tigro: 4561e42) added source
- (Tigro: 099a7e2) update to 3.12.0

* Thu Oct 17 2013 Tigro <ashejn@gmail.com> 3.8.6-1
- (9ead5e9) drop gtk/gtkdbusgenerated.[hc], these need to be regenerated with the system glib
- (Tigro: c68e001) update to 3.8.6

* Thu Oct 17 2013 Tigro <ashejn@gmail.com> 3.8.5-1
- (d60cc22) added russian translation
- (Tigro: 9a78df0) update to 3.8.5

* Thu Sep 26 2013 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.4-2
- (8bc9270) Added 'Set as default' checkbox to 'Open with..' dialog.

* Thu Sep 05 2013 Tigro <ashejn@gmail.com> 3.8.4-1
- (23a4862) update to 3.8.4

* Thu Jun 20 2013 root <root@localhost.localdomain> 3.8.2-1
- (d4e7a0d) sync to gnome38 branch

* Wed Nov 21 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.6.2-1
- (5362aa9) LOG New bugfix version 3.6.2

* Mon Oct 29 2012 mdawkins <mattydaw@gmail.com> 3.6.1-1
- (e216446) new version 3.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22749 |14mu|gtk-doc-1.21-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	API documentation generation tool for GTK+ and GNOME
Name:		gtk-doc
Version:	1.21
Release: 	5
License: 	GPLv2+ and GFDL
Group: 		Development/GNOME and GTK+
Url: 		http://www.gtk.org/gtk-doc/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/%{version}/%{name}-%{version}.tar.xz
BuildArch: 	noarch

BuildRequires:  itstool
BuildRequires:  docbook-dtd43-xml
BuildRequires:  docbook-style-xsl
BuildRequires:  gnome-doc-utils
BuildRequires:	openjade
BuildRequires:  rarian
BuildRequires:  source-highlight
BuildRequires:	xsltproc
#gw for building the checks
BuildRequires:  pkgconfig(glib-2.0)

Requires:	diffutils
Requires:	docbook-utils
Requires:	docbook-dtd43-xml
Requires: 	docbook-style-xsl
Requires:	source-highlight
Requires:	xsltproc
%define __noautoreq 'perl\\(gtkdoc-common.pl\\)'
Requires(post,postun): rarian

%description
gtk-doc is a tool for generating API reference documentation.
it is used for generating the documentation for GTK+, GLib
and GNOME.

%package	mkpdf
Summary:	API documentation PDF format generation tool for GTK+ and GNOME
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{version}
Conflicts:	%{name} < 1.17-3

%description	mkpdf
gtkdoc-mkpdf is a tool for generating API reference documentation in PDF 
format. It is used for generating the documentation for GTK+, GLib and 
GNOME.

%prep
%setup -q
# Move this doc file to avoid name collisions
mv doc/README doc/README.docs

%build
%configure2_5x \
	--build=%{_build} \
	--disable-scrollkeeper

%make

%install
%makeinstall_std 

# include shared directory
install -d -m 755 %{buildroot}%{_datadir}/gtk-doc/html

%check
PERL5LIB=$(pwd) PATH=$PATH:$(pwd) make check

%files 
%doc AUTHORS README doc/* examples
%{_bindir}/gtkdoc-check
%{_bindir}/gtkdoc-depscan
%{_bindir}/gtkdoc-fixxref
%{_bindir}/gtkdoc-mkdb
%{_bindir}/gtkdoc-mkhtml
%{_bindir}/gtkdoc-mkman
%{_bindir}/gtkdoc-mktmpl
%{_bindir}/gtkdoc-rebase
%{_bindir}/gtkdoc-scan
%{_bindir}/gtkdoc-scangobj
%{_bindir}/gtkdocize
%{_datadir}/gtk-doc
%{_datadir}/sgml/gtk-doc
%{_datadir}/pkgconfig/gtk-doc.pc
%{_datadir}/aclocal/*
%{_datadir}/help/*/gtk-doc-manual/

%files mkpdf
%{_bindir}/gtkdoc-mkpdf


%changelog
* Fri Jan 30 2015 Tigro <ashejn@yandex-team.ru> 1.21-5
+ Revision: 91afa97
- sync depends with current/main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22750 |14mu|gtkglarea2-2.0.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	2.0
%define	major	1
%define	fname	gtkglarea
%define	libname	%mklibname gtkgl %{api} %{major}
%define	devname	%mklibname gtkgl -d
%define	bogus	%mklibname %{fname} 2.0

Summary:	OpenGL widget for GTK+ GUI toolkit
Name:		gtkglarea2
Version:	2.0.1
Release:	16
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.mono-project.com/GtkGLArea
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%name/%{fname}-%{version}.tar.bz2
Patch0:		gtkglarea-2.0.0-wformat.patch
Patch1:		gtkglarea-2.0.1-link-against-libm.patch

BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)

%description
Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl which
is basically wrapper around GLX functions. The widget itself is very similar
to GtkDrawinigArea widget and adds only three extra functions.

Lower level gdkgl functions make it easy to render on any widget that has
OpenGL capable visual, rendering to off-screen pixmaps is also supported.

%package -n	%{libname}
Summary:	OpenGL widget for GTK+ GUI toolkit
Group:		System/Libraries
%rename		%{_lib}gtkglarea1
%rename		bogus

%description -n %{libname}
Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl which
is basically wrapper around GLX functions. The widget itself is very similar
to GtkDrawinigArea widget and adds only three extra functions.

Lower level gdkgl functions make it easy to render on any widget that has
OpenGL capable visual, rendering to off-screen pixmaps is also supported.

%package -n	%{devname}
Summary:	Includes and static libs
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
%rename		%{_lib}gtkglarea1-devel

%description -n	%{devname}
Libraries and includes files you can use for GtkGLArea development

%prep
%setup -qn %{fname}-%{version}
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall

%files -n %{libname}
%{_libdir}/libgtkgl-%{api}.so.%{major}*

%files -n %{devname}
%doc AUTHORS COPYING ChangeLog README
%doc docs/*.txt
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/gtkgl-2.0.pc


%changelog
* Thu Feb 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-16
+ Revision: 8bb3988
- Rework library names to follow packaging policies



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22751 |14mu|gtkmm2.4-2.24.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname gtkmm
%define api_version 2.4
%define major 1
%define libname %mklibname %{pkgname} %{api_version} %{major}
%define devname %mklibname %{pkgname} %{api_version} -d

Summary:	C++ interface for popular GUI library GTK+
Name:		%{pkgname}%{api_version}
Version:	2.24.4
Release:	1
#gw lib is LGPL, tool is GPL
License:	LGPLv2+ and GPLv2+
Group:		System/Libraries
Url:		http://gtkmm.sourceforge.net/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{pkgname}-%{version}.tar.xz
BuildRequires:	pkgconfig(atkmm-1.6)
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pangomm-1.4)

%description
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++ interface for popular GUI library GTK+
Group:		System/Libraries
Provides:	lib%{name} = %{EVRD}
Provides:	%{pkgname}%{api_version} = %{EVRD}

%description -n %{libname}
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains the library needed to run programs dynamically
linked with %{pkgname}.

%files -n %{libname}
%{_libdir}/libgdkmm-%{api_version}.so.%{major}*
%{_libdir}/libgtkmm-%{api_version}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and development files of %{pkgname}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	%{pkgname}%{api_version}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers and development files that are needed,
when trying to develop or compile applications which need %{pkgname}.

%files -n %{devname}
%doc PORTING ChangeLog AUTHORS COPYING NEWS README
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/gtkmm-%{api_version}/
%{_libdir}/gdkmm-%{api_version}/
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package doc
Summary:	GTKmm documentation
Group:		Documentation

%description doc
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains all API documentation for gtkmm. You can readily read
this documentation with devhelp, a documentation reader.

%files doc
%doc %{_datadir}/doc/gtkmm-%{api_version}/
%doc %{_datadir}/devhelp/books/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{pkgname}-%{version}

%build
%configure2_5x \
	--enable-shared \
	--disable-static
%make

# make check does nothing

%install
%makeinstall_std MMDOCTOOLDIR=%{_datadir}/mm-common/doctool


%changelog

* Wed Mar 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.24.4-1
- (b613ef1) New version 2.24.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22752 |14mu|gtkmm3.0-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d "." -f -2)

%define pkgname	gtkmm
%define api_version 3.0
%define major 1
%define libname_orig %mklibname %{pkgname} %{api_version}
%define libname %mklibname %{pkgname} %{api_version} %{major}
%define develname %mklibname -d %{pkgname} %{api_version}

Name:		%{pkgname}%{api_version}
Summary:	C++ interface for popular GUI library gtk+
Version:	3.16.0
Release:	1
#gw lib is LGPL, tool is GPL
License:	LGPLv2+ and GPLv2+
Group:		System/Libraries
URL:		http://gtkmm.sourceforge.net/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gtkmm/%{url_ver}/%{pkgname}-%{version}.tar.xz

BuildRequires:	xsltproc
BuildRequires:	pkgconfig(atkmm-1.6)
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(giomm-2.4) >= 2.44.0
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(pangomm-1.4)
BuildRequires:	doxygen

%description
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

%package	-n %{libname}
Summary:	C++ interface for popular GUI library gtk+
Group:		System/Libraries
Provides:	%{libname_orig} = %{version}-%{release}
Provides:	%{pkgname}%{api_version} = %{version}-%{release}

%description	-n %{libname}
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains the library needed to run programs dynamically
linked with %{pkgname}.

%package	-n %{develname}
Summary:	Headers and development files of %{pkgname}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Provides:	%{pkgname}%{api_version}-devel = %{version}-%{release}
Provides:	%{libname_orig}-devel = %{version}-%{release}
Obsoletes:	%{_lib}gtkmm3.0_1-static-devel
Obsoletes:	%{_lib}gtkmm3.0-static-devel

%description	-n %{develname}
This package contains the headers and development files that are needed,
when trying to develop or compile applications which need %{pkgname}.

%package	doc
Summary:	GTKmm documentation
Group:		Books/Other

%description	doc
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains all API documentation for gtkmm. You can readily read
this documentation with devhelp, a documentation reader.

%prep
%setup -qn %{pkgname}-%{version}

%build
%configure2_5x \
	--disable-static

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%doc AUTHORS COPYING NEWS README
%{_libdir}/libgdkmm-%{api_version}.so.%{major}*
%{_libdir}/libgtkmm-%{api_version}.so.%{major}*

%files -n %{develname}
%doc PORTING ChangeLog
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/gtkmm-%{api_version}
%{_libdir}/gdkmm-%{api_version}
%{_libdir}/pkgconfig/*.pc

%files doc
%doc %{_datadir}/doc/gtkmm-%{api_version}
%doc %{_datadir}/devhelp/books/*

%changelog

* Wed Mar 25 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-1
- (f143135) define version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22753 |14mu|gtk-sharp2-2.12.21-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname gtk-sharp
%define monodir %{_prefix}/lib/mono

Summary:	C# language binding for the gtk+ toolkit
Name:		gtk-sharp2
Version:	2.12.21
Release:	4
License:	LGPLv2
Group:		Development/C#
URL:		http://gtk-sharp.sourceforge.net/
Source0:	http://download.mono-project.com/sources/gtk-sharp212/%{oname}-%{version}.tar.gz
Requires: glib-sharp2 = %{version}
BuildRequires: pkgconfig(atk)
BuildRequires: pkgconfig(gobject-2.0) >= 2.12.0
BuildRequires: pkgconfig(gtk+-2.0) >= 2.12.0
BuildRequires: pkgconfig(libglade-2.0) >= 2.3.6
BuildRequires: pkgconfig(mono-2) >= 1.0
BuildRequires: pkgconfig(mono-cairo) >= 1.0
BuildRequires: pkgconfig(pango)
BuildRequires:	monodoc

%description
Gtk-sharp is a C# language binding for the  gtk+ toolkit.

%package devel
Summary: C# code generation tools for %name
Group: Development/C#

%description devel
This contains the code generation tools of gtk-sharp. It is needed for building
C# wrappers for GObject APIs.

%package -n glib-sharp2
Summary:        C# binding for glib
Group:          Development/C#
Requires:       mono >= 1.0

%description -n glib-sharp2
Glib-sharp is a C# language binding for glib.

%package -n glade-sharp2
Summary:        C# binding for glade
Group:          Development/C#
Requires: %{name} = %{version}

%description -n glade-sharp2
Glade-sharp is a C# language binding for glade.

%package doc
Summary:	Documentation for gtk-sharp
Group:		Development/C#
BuildArch:	noarch
Requires(post): mono-tools >= 1.1.9
Requires(postun): mono-tools >= 1.1.9

%description doc
Gtk-sharp is a C# language binding for the  gtk+ toolkit.
This package provides documentation for gtk-sharp. 

%prep
%setup -q -n %{oname}-%{version}

%build
%configure2_5x
make

%install
%makeinstall_std

rm -rf %{buildroot}%{_libdir}/lib*a
rm -fr sample/valtest/{.deps, .libs}

# Docs are broken for now...
# %post doc
# %{_bindir}/monodoc --make-index > /dev/null

# %postun doc
# if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
# fi

%files
%{monodir}/gac/*atk-sharp
%{monodir}/gac/*gdk-sharp
%{monodir}/gac/*gtk-dotnet
%{monodir}/gac/*gtk-sharp
%{monodir}/gac/*pango-sharp
%{monodir}/%{oname}-2.0/*atk-sharp.dll*
%{monodir}/%{oname}-2.0/*gdk-sharp.dll*
%{monodir}/%{oname}-2.0/*gtk-sharp.dll*
%{monodir}/%{oname}-2.0/*gtk-dotnet.dll*
%{monodir}/%{oname}-2.0/*pango-sharp.dll*
%{_libdir}/libatksharpglue-2.so
%{_libdir}/libgdksharpglue-2.so
%{_libdir}/libgtksharpglue-2.so
%{_libdir}/libpangosharpglue-2.so
%{_libdir}/pkgconfig/gtk-sharp-2.0.pc
%{_libdir}/pkgconfig/gtk-dotnet-2.0.pc

%files -n glib-sharp2
%{monodir}/gac/*glib-sharp
%{monodir}/%{oname}-2.0/*glib-sharp.dll*
%{_libdir}/libglibsharpglue-2.so
%{_libdir}/pkgconfig/glib-sharp-2.0.pc

%files -n glade-sharp2
%{monodir}/gac/*glade-sharp
%{monodir}/%{oname}-2.0/*glade-sharp.dll*
%{_libdir}/pkgconfig/glade-sharp-2.0.pc
%{_libdir}/libgladesharpglue-2.so

%files doc
%doc ChangeLog README README.generator
%{_prefix}/lib/monodoc/sources/gtk*

%files devel
%{_bindir}/*
%{_datadir}/gapi-2.0/
%{_libdir}/pkgconfig/gapi-2.0.pc
%{_prefix}/lib/%{oname}-2.0/

%changelog
* Wed Jan 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.12.21-4
+ Revision: 966dc08
- Disable post scripts - monodoc is broken for now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22754 |14mu|gtksourceview3-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 3.0
%define major 1
%define oname gtksourceview
%define libname %mklibname %{oname}- %{api} %{major}
%define girname %mklibname %{oname}-gir %{api}
%define devname %mklibname -d %{oname}- %{api}

Summary:	Source code viewing library
Name:		gtksourceview3
Version:	3.16.2
Release:	1
License:	GPLv2+
Group:		Editors
Url:		http://people.ecsc.co.uk/~matt/downloads/rpms/gtksourceview/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{oname}/%{url_ver}/%{oname}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(libxml-2.0)

%description
GtkSourceview is a library that adds syntax highlighting,
line numbers, and other programming-editor features.
GtkSourceView specializes these features for a code editor.

%files -f %{oname}-%{api}.lang
%doc AUTHORS NEWS README
%{_datadir}/gtksourceview-%{api}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Source code viewing library
Group:		Editors
Requires:	%{name} = %{EVRD}
Obsoletes:	%{_lib}gtksourceview-3.0_0 < 3.8.2

%description -n %{libname}
GtkSourceview is a library that adds syntax highlighting,
line numbers, and other programming-editor features.
GtkSourceView specializes these features for a code editor.

%files -n %{libname}
%{_libdir}/libgtksourceview-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/GtkSource-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and include files for GtkSourceView
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{oname}-%{api}-devel = %{EVRD}

%description -n %{devname}
GtkSourceView development files.

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/gtksourceview-%{api}
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/GtkSource-%{api}.gir

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{oname}-%{api}


%changelog

* Tue Feb 02 2016 Tigro <ashejn@gmail.com> 3.16.2-1
- (0dc1cae) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22755 |14mu|gtk-vnc-0.5.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define libgvnc %mklibname gvnc %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define girgvnc %mklibname gvnc-gir %{api}
%define develname %mklibname -d %{name} %{api}
%define develgvnc %mklibname -d gvnc %{api}

%define gtk3_builddir gtk3-build
%define api3 2.0
%define libname3 %mklibname %{name} %{api3} %{major}
%define girname3 %mklibname %{name}-gir %{api3}
%define develname3 %mklibname -d %{name} %{api3}

Summary: A VNC viewer widget for GTK
Name: gtk-vnc
Version: 0.5.4
Release: 1
License: LGPLv2+
Group: System/Libraries
Url: http://gtk-vnc.sourceforge.net/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: vala-tools
BuildRequires: gettext-devel
BuildRequires: libsasl-devel
BuildRequires: pkgconfig(gnutls)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(pygtk-2.0)
BuildRequires: pkgconfig(libview)
BuildRequires: pkgconfig(libgcrypt)

Obsoletes:     mozilla-%{name} < 0.5.4

%description
gtk-vnc is a VNC viewer widget for GTK. It is built using 
coroutines allowing it to be completely asynchronous while 
remaining single threaded. It provides a core C library, and
bindings for Python (PyGTK)

%package -n %{libname}
Summary: A VNC viewer widget for GTK
Group: System/Libraries
Requires: gtk-vnc-common >= %{version}-%{release}

%description -n %{libname}
This package contains the gtk-vnc shared library for %{name}.

%package -n %{libgvnc}
Summary: A VNC viewer widget for GTK
Group: System/Libraries
Conflicts: %{_lib}gtk-vnc1.0_0 < 0.4.4-2

%description -n %{libgvnc}
This package contains the gvnc shared library for %{name}.

%package -n %{libname3}
Summary: A VNC viewer widget for GTK3
Group: System/Libraries
Requires: gtk-vnc-common >= %{version}-%{release}

%description -n %{libname3}
This package contains the gtk-vnc shared library for %{name}.

%package -n %{girname}
Summary: GObject Introspection interface library for %{name}
Group: System/Libraries
Requires: %{libname} = %{version}-%{release}
Conflicts: %{_lib}gtk-vnc1.0_0 < 0.4.4-2

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{girgvnc}
Summary: GObject Introspection interface library for %{name}
Group: System/Libraries
Requires: %{libgvnc} = %{version}-%{release}
Conflicts: %{_lib}gtk-vnc1.0_0 < 0.4.4-2

%description -n %{girgvnc}
GObject Introspection interface library for %{libgvnc}.

%package -n %{girname3}
Summary: GObject Introspection interface library for %{name}
Group: System/Libraries
Requires: %{libname3} = %{version}-%{release}

%description -n %{girname3}
GObject Introspection interface library for %{name}.

%package common
Summary: A VNC viewer widget for GTK
Group: System/Libraries

%description common
gtk-vnc is a VNC viewer widget for GTK. It is built using 
coroutines allowing it to be completely asynchronous while 
remaining single threaded. It provides a core C library, and
bindings for Python (PyGTK)

This package contains translations used by gtk-vnc

%package -n %{develname}
Summary: A VNC viewer widget for GTK
Group: Development/C
Requires: %{libname} = %{version}-%{release}
Requires: %{girname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
Provides: %{name}%{api}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the development files for %{name}.

%package -n %{develgvnc}
Summary: A VNC viewer widget for GTK
Group: Development/C
Requires: %{libgvnc} = %{version}-%{release}
Requires: %{girgvnc} = %{version}-%{release}
Provides: gvnc%{api}-devel = %{version}-%{release}
Provides: gvnc-devel = %{version}-%{release}

%description -n %{develgvnc}
This package contains the development files for %{libgvnc}.

%package -n %{develname3}
Summary: A VNC viewer widget for GTK3
Group: Development/C
Requires: %{libname3} = %{version}-%{release}
Requires: %{girname3} = %{version}-%{release}
Provides: %{name}%{api3}-devel = %{version}-%{release}

%description -n %{develname3}
This package contains the development files for %{name}.

%package -n python-%{name}
Summary: A VNC viewer widget for Python/GTK
Group:Development/Python
Requires: %{libname} = %{version}-%{release}

%description -n python-%{name}
gtk-vnc is a VNC viewer widget for GTK. It is built using 
coroutines allowing it to be completely asynchronous while 
remaining single threaded. It provides a core C library, and
bindings for Python (PyGTK)

%prep
%setup -q
%apply_patches

mkdir ../%{gtk3_builddir}
cp -a . ../%{gtk3_builddir}
mv ../%{gtk3_builddir} .

%build
%configure2_5x \
	--disable-static \
	--with-examples \
	--with-gtk=2.0

%make LIBS='-lgmodule-2.0 -lz'

pushd %{gtk3_builddir}
%configure2_5x \
	--disable-static \
	--with-examples \
	--with-gtk=3.0

%make LIBS='-lgmodule-2.0 -lz'
popd

%install
%makeinstall_std
%makeinstall_std -C %{gtk3_builddir}
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

%find_lang %{name}

%files common -f %{name}.lang

%files
%doc README NEWS AUTHORS
%{_bindir}/gvnccapture
%{_bindir}/gvncviewer
%{_mandir}/man1/gvnccapture.1*

%files -n %{libname}
%{_libdir}/libgtk-vnc-%{api}.so.%{major}*

%files -n %{libgvnc}
%{_libdir}/libgvnc-%{api}.so.%{major}*

%files -n %{libname3}
%{_libdir}/libgtk-vnc-%{api3}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GtkVnc-%{api}.typelib

%files -n %{girgvnc}
%{_libdir}/girepository-1.0/GVnc-%{api}.typelib

%files -n %{girname3}
%{_libdir}/girepository-1.0/GtkVnc-%{api3}.typelib

%files -n %{develname}
%doc ChangeLog
%{_libdir}/libgtk-vnc-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_includedir}/gtk-vnc-%{api}
%{_datadir}/gir-1.0/GtkVnc-%{api}.gir

%files -n %{develgvnc}
%{_libdir}/libgvnc-%{api}.so
%{_libdir}/pkgconfig/gvnc-%{api}.pc
%{_includedir}/gvnc-%{api}
%{_datadir}/gir-1.0/GVnc-%{api}.gir

%files -n %{develname3}
%{_libdir}/libgtk-vnc-%{api3}.so
%{_libdir}/pkgconfig/%{name}-%{api3}.pc
%{_includedir}/gtk-vnc-%{api3}
%{_datadir}/gir-1.0/GtkVnc-%{api3}.gir
%{_datadir}/vala/vapi/*

%files -n python-%{name}
%{py_platsitedir}/gtkvnc.so

%changelog

* Thu Mar 12 2015 Tigro <ashejn@yandex-team.ru> 0.5.4-1
- (55e3210) drop mozilla plugin package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22756 |14mu|gucharmap-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api	2_90
%define major	7
%define gir_major	2.90
%define libname		%mklibname %{name} %{api} %{major}
%define develname	%mklibname -d %{name}
%define girname		%mklibname %{name}-gir %{gir_major}

Summary:	A Unicode character map and font viewer
Name:		gucharmap
Version:	3.16.2
Release:	1
License:	GPLv2+
Group:		Publishing
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
URL:		http://gucharmap.sourceforge.net/
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool, itstool
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	appstream-util

%description
gucharmap is a Unicode/ISO 10646 character map and font viewer. It
supports anti-aliased, scalable truetype fonts in X, using Xft, and
works on Unix and Windows platforms.

%package -n %{libname}
Summary:	Main library for gucharmap
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with gucharmap.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Summary:	Headers for developing programs that will use gucharmap
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the headers that programmers will need to develop
applications which will use gucharmap.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-gtk=3.0 \
	--enable-introspection \
	--disable-scrollkeeper 

%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc README TODO
%{_bindir}/*
%{_datadir}/glib-2.0/schemas/
%{_datadir}/applications/*
%{_datadir}/appdata/gucharmap.appdata.xml

%files -n %{libname}
%{_libdir}/libgucharmap_%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gucharmap-%{gir_major}.typelib

%files -n %{develname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/gir-1.0/Gucharmap-%{gir_major}.gir

%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (19ec075) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22757 |14mu|gupnp-0.20.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 1.0
%define major 4
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name} -d

Summary:	Object-oriented framework for creating UPnP devices and control points
Name:		gupnp
Version:	0.20.15
Release:	1
License:	GPLv2+
Group:		Development/Other
Url:		http://www.gupnp.org/sources/gupnp/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gupnp/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(gssdp-1.0) >= 0.14.8
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	vala-tools

%description
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for gupnp
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with gupnp.

%files -n %{libname}
%{_libdir}/*%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Conflicts:	%{_lib}gupnp1.0_4 < 0.20.5

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/GUPnP-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use gupnp
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use gupnp

%files -n %{devname}
%doc AUTHORS README NEWS
%{_libdir}/pkgconfig/gupnp*.pc
%{_includedir}/gupnp-1.0/lib%{name}/*.h
%{_libdir}/*.so
%{_datadir}/gtk-doc/html/*
%{_bindir}/gupnp-binding-tool
%{_datadir}/gir-1.0/GUPnP-1.0.gir
%{_datadir}/vala/vapi/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog

* Tue Feb 02 2016 Tigro <ashejn@gmail.com> 0.20.15-1
- (cb4bc7e) define version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22758 |14mu|gupnp-av-0.12.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 1.0
%define major 2
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name} -d

Summary:	A collection of helpers for building UPnP AV applications
Name:		gupnp-av
Version:	0.12.7
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gupnp.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(gupnp-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	vala-tools

%description
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible.

GUPnP-AV is a collection of helpers for building AV (audio/video)
applications using GUPnP.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A collection of helpers for building UPnP AV applications
Group:		System/Libraries

%description -n %{libname}
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible.

GUPnP-AV is a collection of helpers for building AV (audio/video) 
applications using GUPnP.

%files -n %{libname}
%{_libdir}/libgupnp-av-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/GUPnPAV-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development package for gupnp-av
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Files for development with gupnp-av.

%files -n %{devname}
%doc AUTHORS COPYING README
%{_datadir}/gtk-doc/html/gupnp-av/
%{_includedir}/gupnp-av-%{api}
%{_libdir}/pkgconfig/gupnp-av-%{api}.pc
%{_libdir}/libgupnp-av-%{api}.so
%{_datadir}/gir-1.0/GUPnPAV-%{api}.gir
%{_datadir}/%{name}
%{_datadir}/vala/vapi/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x --disable-static
%make LIBS='-lgmodule-2.0'

%install
%makeinstall_std


%changelog

* Thu Mar 12 2015 Tigro <ashejn@yandex-team.ru> 0.12.7-1
- (a501418) update to 0.12.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22759 |14mu|gupnp-igd-0.2.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api	1.0
%define major	4
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname -d %{name}

Summary:	Handle Internet Gateway Device port mappings
Name:		gupnp-igd
Version:	0.2.4
Release:	1
Group:		System/Libraries
License:	LGPLv2+
Url:		http://www.gupnp.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/gupnp-igd/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gupnp-1.0) >= 0.18
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(pygobject-2.0)

%description
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible.

GUPnP-Igd is a library that handle Internet Gateway Device port mappings.

%package -n %{libname}
Summary:	Handle Internet Gateway Device port mappings
Group:		System/Libraries

%description -n %{libname}
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible.

GUPnP-Igd is a library that handle Internet Gateway Device port mappings.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}gupnp-igd1.0_4 < 0.2.2-1

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Development package for gupnp-igd
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Files for development with gupnp-igd.

%package -n python-%{name}
Summary:	Python bindings for %{name}
Group:		Development/Python
Requires:	%{libname} = %{version}-%{release}
BuildRequires:	python-devel

%description -n python-%{name}
Python bindings for %{name}.

%prep
%setup -q
%apply_patches

#aclocal
#automake -a

%build
autoreconf -fiv
%configure2_5x --disable-static --enable-python
%make LIBS='-lpython2.7'

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libgupnp-igd-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GUPnPIgd-%{api}.typelib

%files -n %{devname}
%doc AUTHORS COPYING README
%{_datadir}/gtk-doc/html/gupnp-igd/
%{_includedir}/gupnp-igd-%{api}
%{_libdir}/pkgconfig/gupnp-igd-%{api}.pc
%{_libdir}/libgupnp-igd-%{api}.so
%{_datadir}/gir-1.0/GUPnPIgd-%{api}.gir

%files -n python-%{name}
%{py_platsitedir}/gupnp


%changelog

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 0.2.4-1
- (718d7dd) Updated to 0.2.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22760 |14mu|gutenprint-5.2.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define driverversion 5.2
%define gutenprintmajor 2
%define libgutenprint %mklibname gutenprint %{gutenprintmajor}
%define devgutenprint %mklibname gutenprint -d
%define gutenprintui2major 1
%define libgutenprintui2 %mklibname gutenprintui2_ %{gutenprintui2major}
%define devgutenprintui2 %mklibname gutenprintui2 -d

%define cups_serverbin %{_exec_prefix}/lib/cups

%define _disable_ld_no_undefined 1

Summary:	Photo-quality printer drivers primarily for inkjet printers
Name:		gutenprint
Version:	5.2.11
Release:	1
License:	GPLv2+
Group:		Publishing
Url:		http://gimp-print.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/gimp-print/%{name}-%{driverversion}/%{version}/%{name}-%{version}.tar.bz2
Patch1:		gutenprint-5.0.1-menu.patch
Patch2:		gutenprint-5.2.9-fix-brother-hl-2030-support.patch
Patch3:		gutenprint-5.2.3-default-a4.patch
Patch4:		gutenprint-5.2.9-m4dir.patch
Patch5:		gutenprint-5.2.11-ijs-config.patch
BuildRequires:	autoconf2.5
BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	flex
BuildRequires:	foomatic-db
BuildRequires:	foomatic-db-engine
BuildRequires:	cups-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gimp-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ijs)
BuildRequires:	pkgconfig(libtiff-4)

%description
Gutenprint is a high quality printer driver suite for photo-quality
printing on inkjet printers, especially Epson. There are also some
Canon, HP, and Lexmark inkjets (older models) and PCL bw laser
printers supported (PCL 5e and earlier). If your printer is supported
by Gutenprint and not an HP printer supported by HPIJS, this is the
best choice of a free software printer driver.

Keep in mind that the leader of this project is hobby photographer and
wanted to get his 6-ink Epson Stylus Photo EX working in its best
quality without necessity of proprietary software.

#----------------------------------------------------------------------------

%package -n %{libgutenprint}
Summary:	Shared library for high-quality image printing
Group:		Publishing
Provides:	libgutenprint = %{EVRD}

%description -n %{libgutenprint}
This is a high-quality printing library used by the Gutenprint plugin,
the Gutenprint IJS color/photo inkjet/laser driver for GhostScript,
and by specialized CUPS drivers.

%files -n %{libgutenprint}
%{_libdir}/libgutenprint.so.%{gutenprintmajor}*

#----------------------------------------------------------------------------

%package -n %{devgutenprint}
Summary:	Headers and links for compiling against libgutenprint
Group:		Development/C
Requires:	%{libgutenprint} = %{EVRD}
Provides:	libgutenprint-devel = %{EVRD}
Provides:	gutenprint-devel = %{EVRD}
Conflicts:	%{_lib}gutenprint2-devel < 5.2.9-6
Obsoletes:	%{_lib}gutenprint2-devel < 5.2.9-6

%description -n %{devgutenprint}
These are the links and header files to compile applications which
should use the libgutenprint library.

%files -n %{devgutenprint}
%{_libdir}/libgutenprint.so
%{_libdir}/libgutenprint.a
%{_libdir}/pkgconfig/gutenprint.pc
%{_includedir}/gutenprint

#----------------------------------------------------------------------------

%package -n %{libgutenprintui2}
Summary:	Shared library for Gutenprint GUI with GTK 2.x
Group:		Publishing
Provides:	libgutenprintui2 = %{EVRD}

%description -n %{libgutenprintui2}
This is a GTK-2.x-based GUI library to create dialogs to control
the Gutenprint printer drivers.

%files -n %{libgutenprintui2}
%{_libdir}/libgutenprintui2.so.%{gutenprintui2major}*

#----------------------------------------------------------------------------

%package -n %{devgutenprintui2}
Summary:	Headers and links for compiling against libgutenprintui2
Group:		Development/C
Requires:	%{libgutenprintui2} = %{EVRD}
Provides:	libgutenprintui2-devel = %{EVRD}
Conflicts:	%{_lib}gutenprintui2_1-devel < 5.2.9-6
Obsoletes:	%{_lib}gutenprintui2_1-devel < 5.2.9-6

%description -n %{devgutenprintui2}
These are the links and header files to compile applications which
should use the libgutenprintui2 library.

%files -n %{devgutenprintui2}
%{_libdir}/libgutenprintui2.so
%{_libdir}/libgutenprintui2.a
%{_libdir}/pkgconfig/gutenprintui2.pc
%{_includedir}/gutenprintui2

#----------------------------------------------------------------------------

%package common
Summary:	Documentation, samples and translations of Gutenprint
Group:		Publishing
Provides:	gimpprint-common = %{EVRD}

%description common
Documentation, sample files, and translations of Gutenprint.

%files common -f gutenprint.lang
%doc ABOUT-NLS AUTHORS NEWS README
%{_bindir}/testpattern
%{_datadir}/gutenprint

#----------------------------------------------------------------------------

%package cups
Summary:	Special CUPS printer driver of Gutenprint
Group:		Publishing
Requires:	cups
Requires:	gutenprint-common = %{EVRD}
Provides:	gimpprint-cups = %{EVRD}

%description cups
This package contains a special Gutenprint printer driver to be used
with CUPS (and without GhostScript) and also the appropriate PPD files
to set up print queues with this driver.

With the Gutenprint CUPS drivers you can do a colour caibration. Use
the program "cups-calibrate" to perform it.

%files cups
%{_mandir}/man8/cups-*
%{_bindir}/cups-*
%{_sbindir}/cups-*
%{_datadir}/cups/calibrate.ppm
%attr(0755,root,root) %{_prefix}/lib*/cups/driver/gutenprint.%{driverversion}
%attr(0755,root,root) %{_prefix}/lib*/cups/filter/*
%config(noreplace) %{_sysconfdir}/cups/command.*

%post cups
# Restart the CUPS daemon when it is running, but do not start it when it
# is not running. The restart of the CUPS daemon updates the CUPS-internal
# PPD index
/sbin/service cups condrestart || :
# Update print queues with Gutenprint CUPS driver
/usr/sbin/cups-genppdupdate > /dev/null 2>/dev/null || :

%postun cups
# Restart the CUPS daemon when it is running, but do not start it when it
# is not running. The restart of the CUPS daemon updates the CUPS-internal
# PPD index
# Do not restart on upgrades, as it is already restarted by post section.
if [ $1 -eq 1 ]; then
	/sbin/service cups condrestart || :
fi

#----------------------------------------------------------------------------

%package ijs
Summary:	Gutenprint IJS plugin for GhostScript
Group:		Publishing
Requires:	ghostscript
Requires:	gutenprint-common = %{EVRD}
Provides:	gimpprint-ijs = %{EVRD}

%description ijs
This package contains a Gutenprint plugin for GhostScripts IJS
interface. This gives access to the high printing quality of
Gutenprint with every GhostScript version containing the IJS
interface. Install also the gutenprint-foomatic package for easy setup
of print queues with arbitrary printing systems.

%files ijs
%{_mandir}/man1/ijsgutenprint.1*
%{_bindir}/ijsgutenprint*

#----------------------------------------------------------------------------

%package foomatic
Summary:	Foomatic data for Gutenprint IJS plugin for GhostScript
Group:		Publishing
Requires:	foomatic-db
Requires:	foomatic-db-engine
Provides:	gimpprint-foomatic = %{EVRD}

%description foomatic
Foomatic data for the Gutenprint IJS plug-in for GhostScript. You need
this package to set up print queues with printerdrake, KDE Printing
Manager, or directly with Foomatic.

%files foomatic
%{_datadir}/foomatic/db/*/*/*.xml

%post foomatic
# Update print queues with Gimp-Print/Gutenprint IJS driver
ls /etc/cups/ppd/*.ppd > /dev/null 2>&1 && \
for f in /etc/cups/ppd/*.ppd; do \
	queue=`basename ${f%%.ppd}`; \
	grep -E -q '\*FoomaticIDs.*(gimp-print|gutenprint)' $f && \
		foomatic-configure -n $queue -f \
			-d gutenprint-ijs.%{driverversion} \
			>/dev/null 2>&1 || :; \
done
exit 0

#----------------------------------------------------------------------------

%package escputil
Summary:	Gutenprint ink level monitor and printer maintenance tool
Group:		Publishing
Requires:	gutenprint-common
Provides:	gimpprint-escputil

%description escputil
This is a command line tool to query ink levels and to maintain
Epson's inkjet printers. It allows ink level query, head alignment,
nozzle checking, and nozzle cleaning. If you want a graphical
interface, use mtink instead.

%files escputil
%{_mandir}/man1/escputil*
%attr(0755,lp,sys) %{_bindir}/escputil

#----------------------------------------------------------------------------

%package gimp2
Summary:	Gutenprint plugin for high-quality image printing
Group:		Publishing
Requires:	gimp
Requires:	gutenprint-common
Provides:	gimpprint-gimp2 = %{EVRD}

%description gimp2
This is a plug-in for the GIMP, which allows printing of images and
photos in very high quality on many modern inkjet printers and also
some lasers. Especially on Epson Stylus printers the quality which one
gets under proprietary operating systems is reached, due to Epson
publishing the protocols of their printers, but other brands of
printers give very high qualities, too. It can also output PostScript
to be able to print out of the GIMP on any printer.

%files gimp2
%{_libdir}/gimp/2.0/plug-ins/gutenprint

#----------------------------------------------------------------------------

%prep
%setup -q -n gutenprint-%{version}
%patch1 -p1 -b .menu
%patch2 -p0 -b .bro
%patch3 -p1 -b .a4
%patch4 -p1
%patch5 -p0

%build
autoreconf -fi
%configure2_5x \
	--enable-shared \
	--disable-rpath \
	--disable-libgutenprintui \
	--enable-libgutenprintui2 \
	--without-gimp \
	--with-gimp2 \
	--with-cups \
	--enable-cups-level3-ppds \
	--enable-simplified-cups-ppds \
	--disable-static-genppd \
	--disable-translated-cups-ppds \
	--with-ijs \
	--with-foomatic \
	--with-foomatic3

%make

%install
%makeinstall_std

# Remove /usr/share/foomatic/kitload.log
rm -f %{buildroot}%{_datadir}/foomatic/kitload.log

# Remove "canon" and "epson" CUPS backends
rm -f %{buildroot}%{_prefix}/lib*/cups/backend/canon
rm -f %{buildroot}%{_prefix}/lib*/cups/backend/epson

# Remove a GTK-1.x file which is installed even when GTK-1.x support
# is disabled (Gutenprint bug)
rm -f %{buildroot}%{_libdir}/pkgconfig/gutenprintui.pc

# Fix up rpath.
for file in \
  %{buildroot}%{_sbindir}/cups-genppd.5.2 \
  %{buildroot}%{_libdir}/gimp/*/plug-ins/* \
  %{buildroot}%{_libdir}/*.so.* \
  %{buildroot}%{cups_serverbin}/driver/* \
  %{buildroot}%{cups_serverbin}/filter/* \
  %{buildroot}%{_bindir}/*
do
  chrpath --delete ${file}
done


# Translation files of Gutenprint
find %{buildroot} -regex ".*/gutenprint.*.[mp]o" | sed -e "s@^%{buildroot}@@" > gutenprint.lang


%changelog

* Sat Oct 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.11-1
- (4a0c096) Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22761 |14mu|gv-3.7.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		gv
Version:	3.7.4
Release:	1
Summary:	An enhanced front-end for the ghostscript PostScript(TM) interpreter
License:	GPL
Group:		Publishing
URL:		http://www.gnu.org/software/gv/
# old source: ftp://thep.physik.uni-mainz.de/pub/gv/unix/%{name}-%{version}.tar.bz2
Source0:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig
Source11:	%{name}.png
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(x11)
BuildRequires:	Xaw3d-devel
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	texinfo
Obsoletes:	ghostview
Provides:	ghostview
Requires:	ghostscript-module-X
Patch1:		gv-3.6.3-gvuncompress.patch

%description
Gv provides a user interface for the ghostscript PostScript(TM)
interpreter.  Derived from the ghostview program, gv can display
PostScript and PDF documents using the X Window System.

Install the gv package if you'd like to view PostScript and PDF documents
on your system.  You'll also need to have the ghostscript package
installed, as well as the X Window System.

%prep
%setup -q
%patch0 -p1 -b .gvuncompress
%patch1 -p1 -b .gvuncompress

%build
# force regeneration of file
rm -f src/gv_intern_res_unix.dat

%configure2_5x \
	--with-scratch-dir=~/tmp/ \
	--enable-scrollbar-code
%make

%install
%makeinstall_std
install -m 0755 gvuncompress %{buildroot}%{_bindir}/gvuncompress

# icons
mkdir -p %{buildroot}%{_iconsdir} %{buildroot}%{_miconsdir}
install -m644 %{SOURCE11} -D %{buildroot}%{_liconsdir}/gv.png
convert -geometry 32x32 %{SOURCE11} %{buildroot}%{_iconsdir}/gv.png
convert -geometry 16x16 %{SOURCE11} %{buildroot}%{_miconsdir}/gv.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=gv
Comment=Viewer for Postscript and PDF files
Comment=Просмотр файлов Postscript и PDF
Exec=%{_bindir}/gv %f
Icon=gv
Terminal=false
Type=Application
Categories=Office;Viewer;
EOF


%files
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_infodir}/*
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_datadir}/applications/*

%changelog

* Tue Mar 22 2016 Denis Silakov <dsilakov@gmail.com> 3.7.4-1
- (233f867) Updated to 3.7.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22762 |14mu|gvfs-1.24.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}
%define gioname gio2.0

%define enable_gphoto2 1

%define Werror_cflags %nil

Summary:	Glib VFS library
Name:		gvfs
Version:	1.24.3
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org:21/pub/GNOME/sources/gvfs/%{url_ver}/%{name}-%{version}.tar.xz
#gw from Ubuntu, fix music player detection
# https://bugs.freedesktop.org/show_bug.cgi?id=24500
Patch0:		gvfs-music-player-mimetype.patch

BuildRequires:	intltool
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl
BuildRequires:	cdda-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(glib-2.0) >= 2.31.0
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gmodule-no-export-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(gudev-1.0) >= 186
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libsoup-gnome-2.4) >= 2.26.0
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(udisks2)
BuildRequires:	pkgconfig(libsystemd)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(bluez) >= 4.0
%if %{enable_gphoto2}
BuildRequires:	pkgconfig(libgphoto2)
%endif
BuildRequires:	pkgconfig(libimobiledevice-1.0) >= 1.1.0
BuildRequires:	pkgconfig(libplist) >= 0.15

Requires(post,postun):	%{gioname} >= 2.23.4-2
Requires:	dconf
Requires:	udisks2
Requires:	%{name}-mtp
Suggests:	%{name}-fuse
Suggests:	%{name}-smb
Suggests:	%{name}-archive
Suggests:	%{name}-iphone
%if %{enable_gphoto2}
Suggests:	%{name}-gphoto2
%endif
Conflicts:	%{libname} < 1.6.7-4
Conflicts:	%{name}-gphoto2 <= 1.13.2-2

Obsoletes:	%{name}-obexftp < 1.23.92

%description
This is a Virtual File System library based on gio and Glib.

%files -f gvfs.lang
%{_datadir}/bash-completion/completions/gvfs-*
%{_bindir}/gvfs-*
%{_libdir}/gio/modules/libgioremote-volume-monitor.so
%{_libdir}/gio/modules/libgvfsdbus.so
%{_libexecdir}/gvfsd
%{_libexecdir}/gvfsd-afp
%{_libexecdir}/gvfsd-afp-browse
%{_libexecdir}/gvfsd-burn
%{_libexecdir}/gvfsd-cdda
%{_libexecdir}/gvfsd-computer
%{_libexecdir}/gvfsd-dav
%{_libexecdir}/gvfsd-dnssd
%{_libexecdir}/gvfsd-ftp
%{_libexecdir}/gvfsd-http
%{_libexecdir}/gvfsd-localtest
%{_libexecdir}/gvfsd-metadata
%{_libexecdir}/gvfsd-network
%{_libexecdir}/gvfsd-recent
%{_libexecdir}/gvfsd-sftp
%{_libexecdir}/gvfsd-trash
%{_libdir}/gvfs-udisks2-volume-monitor
%{_prefix}/lib/tmpfiles.d/gvfsd-fuse-tmpfiles.conf
%{_datadir}/dbus-1/services/gvfs-daemon.service
%{_datadir}/dbus-1/services/gvfs-metadata.service
%{_datadir}/dbus-1/services/org.gtk.Private.UDisks2VolumeMonitor.service
%dir %{_datadir}/gvfs
%dir %{_datadir}/gvfs/mounts
%dir %{_datadir}/gvfs/remote-volume-monitors
%{_datadir}/gvfs/mounts/afp-browse.mount
%{_datadir}/gvfs/mounts/afp.mount
%{_datadir}/gvfs/mounts/burn.mount
%{_datadir}/gvfs/mounts/cdda.mount
%{_datadir}/gvfs/mounts/computer.mount
%{_datadir}/gvfs/mounts/dav.mount
%{_datadir}/gvfs/mounts/dav+sd.mount
%{_datadir}/gvfs/mounts/dns-sd.mount
%{_datadir}/gvfs/mounts/ftp.mount
%{_datadir}/gvfs/mounts/http.mount
%{_datadir}/gvfs/mounts/localtest.mount
%{_datadir}/gvfs/mounts/network.mount
%{_datadir}/gvfs/mounts/recent.mount
%{_datadir}/gvfs/mounts/sftp.mount
%{_datadir}/gvfs/mounts/trash.mount
%{_datadir}/GConf/gsettings/gvfs-dns-sd.convert
%{_datadir}/glib-2.0/schemas/org.gnome.system.dns_sd.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.system.gvfs.enums.xml
%{_datadir}/gvfs/remote-volume-monitors/udisks2.monitor
%{_mandir}/man1/gvfs-*
%{_mandir}/man1/gvfsd.*
%{_mandir}/man1/gvfsd-metadata.*
%{_mandir}/man7/gvfs.*
%{_sysconfdir}/skel/.gvfs

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Glib VFS library
Group:		System/Libraries

%description -n %{libname}
This is a Virtual File System library based on gio and Glib.

%files -n %{libname}
%{_libdir}/gvfs/libgvfs*.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Glib VFS Library - development files

Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This is a Virtual File System library based on gio and Glib.

%files -n %{devname}
%doc NEWS ChangeLog AUTHORS TODO
%{_includedir}/gvfs-client

#----------------------------------------------------------------------------

%package fuse
Summary:	FUSE support for gvfs
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	fuse

%description fuse
This package provides support for applications not using gio
to access the gvfs filesystems.

%files fuse
%{_libexecdir}/gvfsd-fuse
%{_mandir}/man1/gvfsd-fuse.*

#----------------------------------------------------------------------------

%package iphone
Summary:	Iphone support for gvfs
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description iphone
This package provides support for reading and writing files on
the iPhone and the iPod TouchP to applications using gvfs.

%files iphone
%{_libexecdir}/gvfs-afc-volume-monitor
%{_libexecdir}/gvfsd-afc
%{_datadir}/dbus-1/services/org.gtk.Private.AfcVolumeMonitor.service
%{_datadir}/gvfs/mounts/afc.mount
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor

#----------------------------------------------------------------------------

%package smb
Summary:	Windows fileshare support for gvfs
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description smb
This package provides support for reading and writing files on windows
shares (smb) to applications using gvfs.

%files smb
%{_libexecdir}/gvfsd-smb
%{_libexecdir}/gvfsd-smb-browse
%{_datadir}/gvfs/mounts/smb-browse.mount
%{_datadir}/gvfs/mounts/smb.mount
%{_datadir}/GConf/gsettings/gvfs-smb.convert
%{_datadir}/glib-2.0/schemas/org.gnome.system.smb.gschema.xml

#----------------------------------------------------------------------------

%package mtp
Summary:	Support MTP media players
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description mtp
This package provides support for reading and writing files on MTP
media players.

%files mtp
%{_libexecdir}/gvfs-mtp-volume-monitor
%{_libexecdir}/gvfsd-mtp
%{_datadir}/dbus-1/services/org.gtk.Private.MTPVolumeMonitor.service
%{_datadir}/gvfs/mounts/mtp.mount
%{_datadir}/gvfs/remote-volume-monitors/mtp.monitor

#----------------------------------------------------------------------------

%package archive
Summary:	Archiving support for gvfs
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description archive
This package provides support for accessing files inside Zip and Tar archives,
as well as ISO images, to applications using gvfs.

%files archive
%{_libexecdir}/gvfsd-archive
%{_datadir}/gvfs/mounts/archive.mount

#----------------------------------------------------------------------------

%if %{enable_gphoto2}
%package gphoto2
Summary:	Gphoto2 support for gvfs
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description gphoto2
This package provides support for reading and writing files on
PTP based cameras (Picture Transfer Protocol) and MTP based
media players (Media Transfer Protocol) to applications using gvfs.

%files gphoto2
%{_libexecdir}/gvfsd-gphoto2
%{_datadir}/gvfs/mounts/gphoto2.mount
%{_libexecdir}/gvfs-gphoto2-volume-monitor
%{_datadir}/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service
%{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--with-dbus-service-dir=%{_datadir}/dbus-1/services \
	--disable-hal \
	--disable-gdu \
	--enable-udisks2 \
%if %{enable_gphoto2}
	--enable-gphoto2
%else
	--disable-gphoto2
%endif

%make

%install
%makeinstall_std
%find_lang gvfs

mkdir -p %{buildroot}%{_sysconfdir}/skel/.gvfs

# upstream bash completion is installed in the wrong place, with the wrong perms
# and redefine system variables without notice
rm -f %{buildroot}%{_sysconfdir}/profile.d/gvfs-bash-completion.sh


%changelog

* Sun Nov 20 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.24.3-1
- (b61658e) New version 1.24.3

* Sun Nov 20 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.24.1-1
- (d5ead0c) Install /etc/skel/.gvfs
- (Andrey Bondrov: 21267db) Requires dconf
- (Tigro: ff39dfe) update to 1.24.1

* Mon Sep 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.21.2-5
- (a30807f) Added libsystemd BR
- (Denis Silakov: db2cc53) Rebuild with new libimobiledevice and libplist

* Mon Apr 13 2015 Tigro <ashejn@yandex-team.ru> 1.24.1-1
- (101ba36) update to 1.24.1

* Mon Mar 23 2015 Tigro <ashejn@yandex-team.ru> 1.24.0-1
- (10feb99) update to 1.24.0

* Tue Mar 17 2015 Tigro <ashejn@yandex-team.ru> 1.23.92-1
- (9cd192d) disable obexftp support
- (Tigro: f6f6583) update to 1.23.92

* Wed Mar 11 2015 Tigro <ashejn@yandex-team.ru> 1.23.90-1
- (067a024) pack more bash completion files
- (Tigro: c93cc1c) update to 1.23.90

* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.21.2-4
- (7cae00f) Bump release

* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.21.2-3
- (df71d60) Update BuildRequires to handle libcdio and libcdio_paranoia split

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.21.2-2
- (231b07f) MassBuild#440: Increase release tag

* Fri Jun 06 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.21.2-1
- (941257d) Updated to 1.21.2 (by updates_builder)

* Tue Jun 03 2014 Tigro <ashejn@gmail.com> 1.20.2-2
- (764f5f5) added iphone subpackage

* Fri May 16 2014 Tigro <ashejn@gmail.com> 1.20.2-1
- (991f836) pack files
- (Tigro: 9c77602) update to 1.20.2

* Wed May 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.16.3-2
- (5eafc82) Spec cleanup

* Thu Jun 20 2013 root <root@localhost.localdomain> 1.16.3-1
- (b6534f0) sync to gnome38 branch

* Fri Nov 23 2012 Alexander Khryukin <alexander@mezon.ru> 1.14.2-1
- (398dbf5) old gvfs-1.14.1.tar.xz added too
- (Alexander Khryukin: 9e73389) version update 1.14.2

* Sat Oct 20 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.14.1-1
- (8ba5e96) LOG Add pkgconfig(gtk+-3.0) to BuildRequires
- (Andrey Bondrov: 1c4d3b7) LOG Update BuildRequires and files
- (Andrey Bondrov: 1520459) LOG Add xsltproc to BuildRequires and iphone subpackage to Suggests
- (Andrey Bondrov: 481068c) LOG Drop no longer needed patch
- (Andrey Bondrov: 50a5e95) LOG New version 1.14.1

* Sat Oct 20 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.13.2-5
- (a17d5ea) LOG Bump release for updates purpose

* Fri Aug 17 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.13.2-4
- (7146943) LOG New version 1.13.2 (sync with Cooker)

* Fri Aug 17 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.7-4
- (fbfa58c) Update patch to fix build with new glib (again)
- (Andrey Bondrov: 7a53ed9) Update patch to fix build with new glib
- (Andrey Bondrov: dc4db48) Add patch to fix build with new glib
- (Andrey Bondrov: 7a15040) Temporary update spec, but we need to update version later

* Mon Mar 12 2012 Andrew Lukoshko <andrew.lukoshko@rosalab.ru> 1.6.7-3
- (64dbb7a) added libgdu0 to buildreq
- (Andrew Lukoshko: 9159329) added libgdu0 to buildreq



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22763 |14mu|gwenview-4.14.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Fast and easy to use image viewer for KDE
Name:		gwenview
Version:	4.14.3
Release:	4
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
# Drop inode/directory, add image/svg+xml, image/svg+xml-compressed and image/x-xcf
Patch0:		gwenview-4.11.0-mimetypes.patch
BuildRequires:	baloo-devel
BuildRequires:	kdebase4-devel
BuildRequires:	kfilemetadata-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(libkdcraw)
BuildRequires:	pkgconfig(libkipi)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(zlib)
Requires:	kipi-common
Obsoletes:	%{name}-devel < 2:4.10.3-3

%description
Gwenview is a fast and easy to use image viewer/browser for KDE.
All common image formats are supported, such as PNG(including transparency),
JPEG(including EXIF tags and lossless transformations), GIF, XCF (Gimp
image format), BMP, XPM and others. Standard features include slideshow,
fullscreen view, image thumbnails, drag'n'drop, image zoom, full network
transparency using the KIO framework, including basic file operations and
browsing in compressed archives, non-blocking GUI with adjustable views.
Gwenview also provides image and directory KParts components for use e.g. in
Konqueror. Additional features, such as image renaming, comparing,
converting, and batch processing, HTML gallery and others are provided by the
KIPI image framework.

%files
%doc %{_kde_docdir}/HTML/en/gwenview/
%{_kde_bindir}/gwenview
%{_kde_bindir}/gwenview_importer
%{_kde_libdir}/kde4/gvpart.so
%{_kde_appsdir}/gvpart
%{_kde_appsdir}/gwenview
%{_kde_services}/gvpart.desktop
%{_kde_services}/ServiceMenus/slideshow.desktop
%{_kde_applicationsdir}/gwenview.desktop
%{_kde_appsdir}/solid/actions/gwenview_importer.desktop
%{_kde_appsdir}/solid/actions/gwenview_importer_camera.desktop
%{_kde_iconsdir}/*/*/*/gwenview*
%{_kde_iconsdir}/*/*/*/document-share*

#------------------------------------------------

%define gwenviewlib_major 4
%define libgwenviewlib %mklibname gwenviewlib %{gwenviewlib_major}

%package -n %{libgwenviewlib}
Summary:	Gwenview library
Group:		System/Libraries
# liblcms2.so.2 is provided by LibreOffice package by mistake in Main Release
#so make sure proper liblcms2_2 package is installed in Rosa 2012.1
%if %{mdvver} == 201210
Requires:	%{_lib}lcms2_2
%endif

%description -n %{libgwenviewlib}
Gwenview library.

%files -n %{libgwenviewlib}
%{_kde_libdir}/libgwenviewlib.so.%{gwenviewlib_major}*

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't need this as we don't have any devel headers
rm -f %{buildroot}%{_kde_libdir}/libgwenviewlib.so


%changelog

* Mon Jan 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-4
- (985cda8) Build requires baloo-devel and kfilemetadata-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22764 |14mu|gzip-1.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The GNU data compression program
Name:		gzip
Version:	1.8
Release:	1
License:	GPLv3+
Group:		Archiving/Compression
Url:		http://www.gzip.org
Source0:	ftp://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
Source1:	ftp://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.gz.sig
Patch1:		gzip-1.3.5-zforce.patch
Patch6:		gzip-1.3.3-window-size.patch
Patch12:	gzip-1.3.5-cve-2006-4335.patch
Patch14:	gzip-1.3.5-cve-2006-4338.patch
Patch15:	gzip-1.3.9-cve-2006-4337.patch
Patch16:	gzip-1.3.5-cve-2006-4337_len.patch
Patch17:	gzip-1.3.14-CVE-2009-2624-1.diff
BuildRequires:	texinfo
# make check
BuildRequires:	util-linux
Requires:	less
Requires:	mktemp

%description
The gzip package contains the popular GNU gzip data compression
program. Gzipped files have a .gz extension.

Gzip should be installed on your Mandriva Linux system, because it is a
very commonly used data compression program.

%files
%doc NEWS README AUTHORS ChangeLog
/bin/gzip
/bin/gunzip
%{_mandir}/man1/gunzip.1*
%{_mandir}/man1/gzexe.1*
%{_mandir}/man1/gzip.1*
%{_mandir}/man1/zforce.1*
%{_mandir}/man1/zless.1*
%{_mandir}/man1/zmore.1*
%{_mandir}/man1/znew.1*
%{_infodir}/*
%{_bindir}/gunzip
%{_bindir}/gzexe
%{_bindir}/gzip
%{_bindir}/zforce
%{_bindir}/zless
%{_bindir}/zmore
%{_bindir}/znew

#----------------------------------------------------------------------------

%package utils
Summary:	Utilities dealing with gzip compressed files
Requires:	gzip = %{version}

%description utils
The gzip-utils package contains programs for manipulating gzip-compressed
archives: zcat, zcmp, zdiff, zgrep.

%files utils
/bin/zcat
%{_bindir}/zcat
%{_bindir}/zcmp
%{_bindir}/zdiff
%{_bindir}/zegrep
%{_bindir}/zfgrep
%{_bindir}/zgrep
%{_mandir}/man1/zcat.1*
%{_mandir}/man1/zcmp.1*
%{_mandir}/man1/zdiff.1*
%{_mandir}/man1/zgrep.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p0 -b .zforce
%patch6 -p1 -b .window-size
%patch12 -p1 -b .4335
%patch14 -p1 -b .4338
%patch15 -p1 -b .4337
%patch16 -p1 -b .4337l
%patch17 -p0 -b .CVE-2009-2624-1

%build
export DEFS="-DNO_ASM"
export CPPFLAGS="-DHAVE_LSTAT"
%configure2_5x
%make

%install
%makeinstall_std

install -d %{buildroot}/bin

for i in gzip gunzip zcat; do
    mv -f %{buildroot}%{_bindir}/$i %{buildroot}/bin/$i
    ln -sf ../../bin/$i %{buildroot}%{_bindir}/$i
done

for i in zcmp zdiff zforce zgrep zmore znew ; do
	sed -e "s|%{buildroot}||g" < %{buildroot}%{_bindir}/$i > %{buildroot}%{_bindir}/.$i
	rm -f %{buildroot}%{_bindir}/$i
	mv %{buildroot}%{_bindir}/.$i %{buildroot}%{_bindir}/$i
	chmod 755 %{buildroot}%{_bindir}/$i
done

# uncompress is a part of ncompress package
rm -f %{buildroot}%{_bindir}/uncompress

cat > %{buildroot}%{_bindir}/zless <<EOF
#!/bin/sh
export LESSOPEN="|lesspipe.sh %s"
less "\$@"
EOF
chmod 755 %{buildroot}%{_bindir}/zless

%check
make check

%changelog

* Fri Sep 02 2016 dsilakov <denis.silakov@rosalab.ru> 1.8-1
- (cd8499e) Merge pull request #2 from alzim/gzip:rosa2016.1
- (cd8499e) Updated to 1.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22765 |14mu|hamcrest-1.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define with()          %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
%define without()       %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
%define bcond_with()    %{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}

# This option controls jarjar on qdox
# Since bundling the qdox classes prevents upgrades, we disable it by default
%bcond_with jarjar

# This option controls tests which requires ant-junit and testng
%bcond_with tests

Name:           hamcrest
Version:        1.3
Release:        6
Epoch:          0
Summary:        Library of matchers for building test expressions
License:        BSD
URL:            http://code.google.com/p/hamcrest/
Group:          Development/Java
Source0:        http://%{name}.googlecode.com/files/%{name}-1.3.tgz
Source1:        http://repo1.maven.org/maven2/org/%{name}/%{name}-parent/%{version}/%{name}-parent-%{version}.pom
Source2:        http://repo1.maven.org/maven2/org/%{name}/%{name}-library/%{version}/%{name}-library-%{version}.pom
Source3:        http://repo1.maven.org/maven2/org/%{name}/%{name}-integration/%{version}/%{name}-integration-%{version}.pom
Source4:        http://repo1.maven.org/maven2/org/%{name}/%{name}-generator/%{version}/%{name}-generator-%{version}.pom
Source5:        http://repo1.maven.org/maven2/org/%{name}/%{name}-core/%{version}/%{name}-core-%{version}.pom
Source6:        http://repo1.maven.org/maven2/org/%{name}/%{name}-all/%{version}/%{name}-all-%{version}.pom
# This file was added by the maintainer for compatibility with maven dep
# solving system
Source7:        %{name}-text-%{version}.pom

Source8:        hamcrest-core-MANIFEST.MF
Source9:        hamcrest-library-MANIFEST.MF
Source10:       hamcrest-text-MANIFEST.MF
Source11:       hamcrest-integration-MANIFEST.MF
Source12:       hamcrest-generator-MANIFEST.MF

Patch0:         %{name}-%{version}-build.patch
Patch1:         %{name}-%{version}-no-jarjar.patch
Patch3:         %{name}-%{version}-javadoc.patch

Requires:       java-headless >= 1:1.6.0
Requires:       qdox
Requires:       easymock2

BuildRequires:  jpackage-utils >= 0:1.7.4
BuildRequires:  java-devel >= 1:1.6.0
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  ant-junit
BuildRequires:  zip
BuildRequires:  easymock2
%if %with jarjar
BuildRequires:  jarjar
%endif
BuildRequires:  junit
BuildRequires:  qdox
%if %with tests
BuildRequires:  testng
%endif

BuildArch:      noarch

%description
Provides a library of matcher objects (also known as constraints or predicates)
allowing 'match' rules to be defined declaratively, to be used in other
frameworks. Typical scenarios include testing frameworks, mocking libraries and
UI validation rules.

%package javadoc
Group:          Documentation
Summary:        Javadoc for %{name}
BuildArch:      noarch

%description javadoc
Javadoc for %{name}.

%package demo
Group:          Development/Java
Summary:        Demos for %{name}
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:       junit
%if %with tests
Requires:       testng
%endif

%description demo
Demonstrations and samples for %{name}.

%prep
%setup -q
find . -type f -name "*.jar" | xargs -t rm
rm -fr hamcrest-integration/src/main/java/org/hamcrest/integration/JMock1Adapter.java
rm -fr hamcrest-integration/src/main/java/org/hamcrest/JMock1Matchers.java
rm -fr hamcrest-unit-test/src/main/java/org/hamcrest/integration/JMock1AdapterTest.java
# BUILD/hamcrest-%{version}/lib/generator/jarjar-1.0rc3.jar.no
%if %with jarjar
ln -sf $(build-classpath jarjar) lib/generator/
%endif
# BUILD/hamcrest-1.1/lib/generator/qdox-1.6.1.jar.no
ln -sf $(build-classpath qdox) lib/generator/
# BUILD/hamcrest-1.1/lib/integration/easymock-2.2.jar.no
ln -sf $(build-classpath easymock2) lib/integration/
# BUILD/hamcrest-1.1/lib/integration/jmock-1.10RC1.jar.no
ln -sf $(build-classpath jmock) lib/integration/
# BUILD/hamcrest-1.1/lib/integration/testng-4.6-jdk15.jar.no
%if %with tests
ln -sf $(build-classpath testng-jdk15) lib/integration/
%endif
%patch0 -p1
%if %without jarjar
%patch1 -p1
%endif
%patch3 -p1

perl -pi -e 's/\r$//g' LICENSE.txt

%build
export CLASSPATH=$(build-classpath qdox)
export OPT_JAR_LIST="junit ant/ant-junit"
# The unit-test goal is switched off as some tests fail with JDK 7
# see https://github.com/hamcrest/JavaHamcrest/issues/30
ant -Dant.build.javac.source=1.5 -Dversion=%{version} -Dbuild.sysclasspath=last clean core generator library bigjar javadoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}/%{name}
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -m 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP.%{name}-parent.pom
%add_to_maven_depmap JPP.%{name}-parent.pom

install -m 644 build/%{name}-all-%{version}.jar %{buildroot}%{_javadir}/%{name}/all.jar
install -m 644 %{SOURCE6} %{buildroot}%{_mavenpomdir}/JPP.%{name}-all.pom
%add_to_maven_depmap JPP.%{name}-all.pom %{name}/all.jar

install -m 644 build/%{name}-core-%{version}.jar %{buildroot}%{_javadir}/%{name}/core.jar
install -m 644 %{SOURCE5} %{buildroot}%{_mavenpomdir}/JPP.%{name}-core.pom
%add_to_maven_depmap JPP.%{name}-core.pom %{name}/core.jar

install -m 644 build/%{name}-generator-%{version}.jar %{buildroot}%{_javadir}/%{name}/generator.jar
install -m 644 %{SOURCE4} %{buildroot}%{_mavenpomdir}/JPP.%{name}-generator.pom
%add_to_maven_depmap JPP.%{name}-generator.pom %{name}/generator.jar

install -m 644 build/%{name}-library-%{version}.jar %{buildroot}%{_javadir}/%{name}/library.jar
install -m 644 %{SOURCE2} %{buildroot}%{_mavenpomdir}/JPP.%{name}-library.pom
%add_to_maven_depmap JPP.%{name}-library.pom %{name}/library.jar

install -m 644 build/%{name}-integration-%{version}.jar %{buildroot}%{_javadir}/%{name}/integration.jar
install -m 644 %{SOURCE3} %{buildroot}%{_mavenpomdir}/JPP.%{name}-integration.pom
%add_to_maven_depmap JPP.%{name}-integration.pom %{name}/integration.jar

#install -m 644 build/%{name}-text-%{version}.jar %{buildroot}%{_javadir}/%{name}/text.jar
#install -m 644 %{SOURCE7} %{buildroot}%{_mavenpomdir}/JPP.%{name}-text.pom
# % add_to_maven_depmap JPP.%{name}-text.pom %{name}/text.jar

%if %with tests
install -m 644 build/%{name}-unit-test-%{version}.jar %{buildroot}%{_javadir}/%{name}/unit-test.jar
%endif

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr build/temp/hamcrest-all-1.3-javadoc.jar.contents/* %{buildroot}%{_javadocdir}/%{name}

# demo
install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -pr %{name}-examples %{buildroot}%{_datadir}/%{name}/

%files
%doc LICENSE.txt
%{_javadir}/%{name}
%{_datadir}/maven2
%{_mavendepmapfragdir}

%files javadoc
%{_javadocdir}/%{name}

%files demo
%{_datadir}/%{name}

%changelog

* Thu Jun 18 2015 dsilakov <denis.silakov@rosalab.ru> 0:1.3-6
- (b57254c) Merge pull request #1 from dsilakov/hamcrest:rosa2014.1
- (b57254c) Updatd to 1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22766 |14mu|harfbuzz-1.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_as_needed 1
%define _disable_ld_no_undefined 1

%define major 0
%define libname %mklibname %{name} %{major}
%define libicu %mklibname %{name}-icu %{major}
%define devname %mklibname %{name} -d

Summary:	OpenType text shaping engine
Name:		harfbuzz
Version:	1.4.2
Release:	1
License:	MIT
Group:		Development/Other
Url:		http://www.freedesktop.org/wiki/Software/HarfBuzz
Source0:	http://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(icu-uc)
BuildRequires:	pkgconfig(graphite2)

%description
HarfBuzz is an OpenType text shaping engine.
There are two HarfBuzz code trees in existence today.

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for the %{name} package
Group:		System/Libraries

%description -n %{libname}
Shared library for the %{name} package.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libicu}
Summary:	Shared library for the %{name} package
Group:		System/Libraries
Conflicts:	%{_lib}harfbuzz0 < 0.9.28-3

%description -n %{libicu}
Shared library for the %{name} package.

%files -n %{libicu}
%{_libdir}/lib%{name}-icu.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and development libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libicu} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	harfbuzz < 0.9.28-3

%description -n %{devname}
%{name} development headers and libraries.

%files -n %{devname}
%doc AUTHORS README
%{_datadir}/gtk-doc/html/%{name}/
%{_libdir}/pkgconfig/*
%{_libdir}/*.so
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-graphite2

%make

%install
%makeinstall_std


%changelog

* Wed Feb 15 2017 abondrov <andrey.bondrov@rosalab.ru> 1.4.2-1
- (1bbf19e) Merge pull request #2 from keleg/harfbuzz:rosa2014.1
- (1bbf19e) Up to 1.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22767 |14mu|hdparm-9.52-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A utility for displaying and/or setting hard disk parameters
Name:		hdparm
Version:	9.52
Release:	1
License:	BSD
Group:		System/Kernel and hardware
Url:		http://sourceforge.net/projects/hdparm/
Source0:	https://sourceforge.net/projects/hdparm/files/hdparm/%{name}-%{version}.tar.gz
Source1:	hdparm-sysconfig

%description
Hdparm is a useful system utility for setting (E)IDE hard drive parameters. For
example, hdparm can be used to tweak hard drive performance and to spin down
hard drives for power conservation.

%files
%doc hdparm.lsm Changelog README.acoustic
%config(noreplace) %{_sysconfdir}/sysconfig/harddisks
/sbin/hdparm
%{_mandir}/man8/hdparm.8*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%serverbuild
%make \
	CFLAGS="%{optflags}" \
	LDFLAGS="%{ldflags}" \
	STRIP=/bin/true

%install
install -m0755 hdparm -D %{buildroot}/sbin/hdparm
install -m0644 hdparm.8 -D %{buildroot}%{_mandir}/man8/hdparm.8
install -m0644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/sysconfig/harddisks


%changelog

* Tue May 16 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 9.52-1
- (829f1d2) New version 9.52



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22768 |14mu|heimdal-1.5.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'devel\\(libcom_err(.*)\\)'
%else
%define _requires_exceptions devel(libcom_err
%endif

Summary:	Heimdal implementation of Kerberos V5 system
Name:		heimdal
Version:	1.5.3
Release:	9
License:	BSD-like
Group:		Networking/Other
Url:		http://www.h5l.org
Source0:	http://www.h5l.org/dist/src/heimdal-%{version}.tar.gz
Source1:	http://www.h5l.org/dist/src/heimdal-%{version}.tar.gz.asc
Source2:	%{name}-ldconfig.conf
#FIXME
#Source2:	%{name}.logrotate
Source3:	%{name}.sysconfig
#Source4:	%{name}-krb5.conf
Source5:	%{name}-ftpd.xinetd
Source6:	%{name}-rshd.xinetd
Source7:	%{name}-telnetd.xinetd
Source8:	%{name}-kadmind.xinetd

# systemd services
Source10:	%{name}-ipropd-master.service
Source11:	%{name}-ipropd-slave.service
Source12:	%{name}-kadmind.service
Source13:	%{name}-kdc.service
Source14:	%{name}-kpasswdd.service
Source15:	ipropd-slave-env-sheck.sh

Patch0:		heimdal-1.5.3-texi-fixes.patch
Patch11:	heimdal-1.4-passwd-check.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	texinfo
BuildRequires:	db-devel
BuildRequires:	openldap-devel >= 2.0
BuildRequires:	pam-devel
BuildRequires:	readline-devel
#BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xt)
#Required for tests/ldap
BuildRequires:	openldap-servers

%description
Heimdal is a free implementation of Kerberos 5. The goals are to:
   - have an implementation that can be freely used by anyone
   - be protocol compatible with existing implementations and, if not in
     conflict, with RFC 1510 (and any future updated RFC)
   - be reasonably compatible with the M.I.T Kerberos V5 API
   - have support for Kerberos V5 over GSS-API (RFC1964)
   - include the most important and useful application programs (rsh,
     telnet, popper, etc.)
   - include enough backwards compatibility with Kerberos V4
   - IPv6 support

#----------------------------------------------------------------------------

%package	workstation
Summary:	Kerberos programs for use on workstations
Group:		Networking/Other
Requires:	%{name}-libs = %{EVRD}
Conflicts:	krb5-workstation
Provides:	kerberos-workstation

%description	workstation
This package contains Kerberos 5 programs for use on workstations.

%files workstation
%{_bindir}/afslog
%{_bindir}/compile_et
%{_bindir}/kgetcred
%{_bindir}/kx
%{_bindir}/pfrom
%{_bindir}/rxtelnet
%{_bindir}/rxterm
%{_bindir}/string2key
%{_bindir}/tenletxr
%{_bindir}/otpprint
%{_bindir}/verify_krb5_conf
%{_bindir}/xnlock
%{_bindir}/kf
%{_bindir}/kdestroy
%{_bindir}/kinit
%{_bindir}/klist
%{_bindir}/kpasswd
%{_bindir}/gsstool
%{_bindir}/kcc
%{_bindir}/pagsh
%{_bindir}/hxtool
%{_bindir}/idn-lookup
%{_bindir}/kswitch
%attr(4755,root,root) %{_bindir}/otp
%attr(4755,root,root) %{_bindir}/su
%attr(4755,root,root) %{_bindir}/ksu
%{_sbindir}/kadmin
%{_sbindir}/ktutil
%{_sbindir}/digest-service
%{_mandir}/man1/afslog.1*
%{_mandir}/man1/ksu.1*
%{_mandir}/man1/kdestroy.1*
%{_mandir}/man1/kgetcred.1*
%{_mandir}/man1/klist.1*
%{_mandir}/man1/kswitch.1*
%{_mandir}/man1/kinit.1*
%{_mandir}/man1/kpasswd.1*
%{_mandir}/man1/pagsh.1*
%{_mandir}/man1/otp.1*
%{_mandir}/man1/otpprint.1*
%{_mandir}/man1/kf.1*
%{_mandir}/man1/kx.1*
%{_mandir}/man1/pfrom.1*
%{_mandir}/man1/rxtelnet.1*
%{_mandir}/man1/rxterm.1*
%{_mandir}/man1/tenletxr.1*
%{_mandir}/man1/xnlock.1*
%{_mandir}/man5/krb5.conf.5.*
%{_mandir}/man5/login.access.5.*
%{_mandir}/cat1/kdestroy.1*
%{_mandir}/cat1/kgetcred.1*
%{_mandir}/cat1/klist.1*
%{_mandir}/cat1/kswitch.1*
%{_mandir}/cat1/afslog.1*
%{_mandir}/cat1/ksu.1*
%{_mandir}/cat1/kinit.1*
%{_mandir}/cat1/kpasswd.1*
%{_mandir}/cat1/pagsh.1*
%{_mandir}/cat1/otp.1*
%{_mandir}/cat1/otpprint.1*
%{_mandir}/cat1/kf.1*
%{_mandir}/cat1/kx.1*
%{_mandir}/cat1/pfrom.1*
%{_mandir}/cat1/rxtelnet.1*
%{_mandir}/cat1/rxterm.1*
%{_mandir}/cat1/tenletxr.1*
%{_mandir}/cat1/xnlock.1*
%{_mandir}/man5/mech.5*
%{_mandir}/*8/verify_krb5_conf.8*
%{_mandir}/man8/string2key.8*
%{_mandir}/man8/kadmin.8*
%{_mandir}/man8/ktutil.8*
%{_mandir}/cat8/string2key.8*
%{_mandir}/cat8/kadmin.8*
%{_mandir}/cat8/ktutil.8*

#----------------------------------------------------------------------------

%package	server
Summary:	Kerberos Server
Group:		System/Servers
Requires:	%{name}-libs = %{EVRD}
# krb5 package ships krb5.conf etc on mdv 2008.0 and later
Requires:	krb5
Requires(post):	chkconfig
Requires(preun):chkconfig
Conflicts:	krb5-server

%description	server
This package contains the master KDC.

%files server
%doc NEWS TODO
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_unitdir}/*.service
%config(noreplace) %{_sysconfdir}/xinetd.d/kadmind
%dir %{_localstatedir}/lib/%{name}
%config(noreplace) %{_localstatedir}/lib/%{name}/kadmind.acl
# %{_mandir}/*1/kimpersonate.1*
%{_mandir}/*8/kdigest.8*
%{_mandir}/*8/kimpersonate.8*
%{_mandir}/*8/iprop.8*
%{_mandir}/*8/iprop-log.8*
%{_mandir}/man8/kstash.8*
%{_mandir}/man8/hprop.8*
%{_mandir}/man8/hpropd.8*
%{_mandir}/man8/kadmind.8*
%{_mandir}/man8/kdc.8*
%{_mandir}/man8/kxd.8*
%{_mandir}/man8/kfd.8*
%{_mandir}/man8/kpasswdd.8*
%{_mandir}/man8/kcm.8*
%{_mandir}/*8/ipropd-*.8*
%{_mandir}/cat8/kstash.8*
%{_mandir}/cat8/hprop.8*
%{_mandir}/cat8/hpropd.8*
%{_mandir}/cat8/kadmind.8*
%{_mandir}/cat8/kdc.8*
%{_mandir}/cat8/kxd.8*
%{_mandir}/cat8/kfd.8*
%{_mandir}/cat8/kpasswdd.8*
%{_mandir}/cat8/kcm.8*
%{_sbindir}/kstash
%{_sbindir}/hprop
%{_sbindir}/hpropd
%{_sbindir}/ipropd-master
%{_sbindir}/ipropd-slave
%{_sbindir}/kadmind
%{_sbindir}/kdc
%{_sbindir}/kxd
%{_sbindir}/kfd
%{_sbindir}/kpasswdd
%{_sbindir}/iprop-log
%{_sbindir}/kcm
%{_sbindir}/kdigest
%{_sbindir}/kimpersonate
%{_sbindir}/ipropd-slave-env-sheck.sh
#{_libdir}/%{name}
%{_datadir}/%{name}
%doc doc/*.html lib/hdb/hdb.schema

%pre server
if [ -d %{_var}/%{name} ]; then
    mv %{_var}/%{name} %{_localstatedir}/lib/%{name}
fi

%post server
cat <<EOF

Please be aware that since release 1.5.3-8 heimdal is under systemd control.
Old-style environment variables START_KDC, START_MASTER, etc. are deprecated.
Use systemctl to enable and/or disable heimdal Daemons when needed.

EOF

if grep -sq "START_" %{_sysconfdir}/sysconfig/%{name}
then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
	source %{_sysconfdir}/sysconfig/%{name}
	cat <<EOF
Your environment file seems to contain these environment variables. Heimdal
services are going to be enabled according to current configuration for your
convinience.

EOF
	# Silent defaults:
	START_KDC=yes
	START_MASTER=no
	START_SLAVE=no
	START_KADMIND=no
	START_KPASSWD=no

	echo -n "START_KDC	= $START_KDC	: "
	if [ "$START_KDC" == "no" ]
	then
		echo "systemctl disable heimdal-kdc.service"
		/bin/systemctl --no-reload disable heimdal-kdc.service > /dev/null 2>&1 || :
	else
		echo "systemctl enable  heimdal-kdc.service"
		/bin/systemctl --no-reload enable heimdal-kdc.service > /dev/null 2>&1 || :
		/bin/systemctl start heimdal-kdc.service > /dev/null 2>&1 || :
	fi

	echo -n "START_MASTER	= $START_MASTER	: "
	if [ "$START_MASTER" == "yes" ]
	then
		echo "systemctl enable  heimdal-ipropd-master.service"
		/bin/systemctl --no-reload enable heimdal-ipropd-master.service > /dev/null 2>&1 || :
		/bin/systemctl start heimdal-ipropd-master.service > /dev/null 2>&1 || :
	else
		echo "systemctl disable heimdal-ipropd-master.service"
		/bin/systemctl --no-reload disable heimdal-ipropd-master.service > /dev/null 2>&1 || :
	fi

	echo -n "START_SLAVE	= $START_SLAVE	: "
	if [ "$START_SLAVE" == "yes" ]
	then
		echo "systemctl enable  heimdal-ipropd-slave.service"
		/bin/systemctl --no-reload enable heimdal-ipropd-slave.service > /dev/null 2>&1 || :
		/bin/systemctl start heimdal-ipropd-slave.service > /dev/null 2>&1 || :
	else
		echo "systemctl disable heimdal-ipropd-slave.service"
		/bin/systemctl --no-reload disable heimdal-ipropd-slave.service > /dev/null 2>&1 || :
	fi

	echo -n "START_KADMIND	= $START_KADMIND	: "
	if [ "$START_KADMIND" == "yes" ]
	then
		echo "systemctl enable  heimdal-kadmind.service"
		/bin/systemctl --no-reload enable heimdal-kadmind.service > /dev/null 2>&1 || :
		/bin/systemctl start heimdal-kadmind.service > /dev/null 2>&1 || :
	else
		echo "systemctl disable heimdal-kadmind.service"
		/bin/systemctl --no-reload disable heimdal-kadmind.service > /dev/null 2>&1 || :
	fi

	echo -n "START_KPASSWD	= $START_KPASSWD	: "
	if [ "$START_KPASSWD" == "yes" ]
	then
		echo "systemctl enable  heimdal-kpasswdd.service"
		/bin/systemctl --no-reload enable heimdal-kpasswdd.service > /dev/null 2>&1 || :
		/bin/systemctl start heimdal-kpasswdd.service > /dev/null 2>&1 || :
	else
		echo "systemctl disable heimdal-kpasswdd.service"
		/bin/systemctl --no-reload disable heimdal-kpasswdd.service > /dev/null 2>&1 || :
	fi

	cat <<EOF

Please review %{_sysconfdir}/sysconfig/%{name}.rpmnew and consider replacing your
current environment file with new one to avoid confusion in the future.

If you have suggestions or problems with Heimdal and systemd please report
to http://bugs.rosalinux.ru

EOF
cat > %{_sysconfdir}/sysconfig/%{name}.rpmnew <<EOF
# Heimdal KDC is a Kerberos 5 Key Distribution Center server
# Issue one of these commands to enable or disable this service:
#  systemctl enable  heimdal-kdc.service
#  systemctl disable heimdal-kdc.service

KDC_ARGS="$KDC_ARGS"

# Heimdal ipropd-master incremental propagation service
# Issue one of the folowing commands to enable or disable this service:
#  systemctl enable  heimdal-ipropd-master.service
#  systemctl disable heimdal-ipropd-master.service

MASTER_ARGS="$MASTER_ARGS"

# Heimdal ipropd-slave incremental propagation service
# Issue one of the folowing commands to enable or disable this service:
#  systemctl enable  heimdal-ipropd-slave.service
#  systemctl disable heimdal-ipropd-slave.service

SLAVE_ARGS="$SLAVE_ARGS"
MASTER="$MASTER"

# Heimdal kadmind remote administration service
# Issue one of the folowing commands to enable or disable this service:
#  systemctl enable  heimdal-kadmind.service
#  systemctl disable heimdal-kadmind.service

KADMIND_ARGS="$KADMIND_ARGS"

# Heimdal kpasswdd allows users to change their KDC passwords
# Issue one of the folowing commands to enable or disable this service:
#  systemctl enable  heimdal-kpasswdd.service
#  systemctl disable heimdal-kpasswdd.service

KPASSWD_ARGS="$KPASSWD_ARGS"
EOF
else
	if [ $1 -eq 1 ] ; then 
		# Initial installation 
		/bin/systemctl daemon-reload >/dev/null 2>&1 || :
		/bin/systemctl --no-reload enable  heimdal-kdc.service > /dev/null 2>&1 || :
		/bin/systemctl --no-reload disable heimdal-ipropd-master.service > /dev/null 2>&1 || :
		/bin/systemctl --no-reload disable heimdal-ipropd-slave.service > /dev/null 2>&1 || :
		/bin/systemctl --no-reload disable heimdal-kadmind.service > /dev/null 2>&1 || :
		/bin/systemctl --no-reload disable heimdal-kpasswdd.service > /dev/null 2>&1 || :
	fi
fi

%preun server
/bin/systemctl --no-reload disable heimdal-kdc.service > /dev/null 2>&1 || :
/bin/systemctl --no-reload disable heimdal-ipropd-master.service > /dev/null 2>&1 || :
/bin/systemctl --no-reload disable heimdal-ipropd-slave.service > /dev/null 2>&1 || :
/bin/systemctl --no-reload disable heimdal-kadmind.service > /dev/null 2>&1 || :
/bin/systemctl --no-reload disable heimdal-kpasswdd.service > /dev/null 2>&1 || :
/bin/systemctl stop heimdal-kdc.service > /dev/null 2>&1 || :
/bin/systemctl stop heimdal-ipropd-master.service > /dev/null 2>&1 || :
/bin/systemctl stop disable heimdal-ipropd-slave.service > /dev/null 2>&1 || :
/bin/systemctl stop disable heimdal-kadmind.service > /dev/null 2>&1 || :
/bin/systemctl stop disable heimdal-kpasswdd.service > /dev/null 2>&1 || :



#----------------------------------------------------------------------------

# Not working right yet
%if 0
%package	hdb_ldap
Summary:	Kerberos Server LDAP Backend
Group:		System/Servers
Requires:	%{name}-server = %{EVRD}

%description	hdb_ldap
This package contains the LDAP HDB backend plugin, which allows the use of
an LDAP server for storing the Heimdal database.

%files hdb_ldap
%{_libdir}/hdb_ldap*
%endif

#----------------------------------------------------------------------------

%package	libs
Summary:	Heimdal shared libraries
Group:		System/Libraries

%description	libs
This package contains shared libraries required by several of the other heimdal
packages.

%files libs
%attr(400,root,root) %ghost %{_sysconfdir}/krb5.keytab
%{_sysconfdir}/ld.so.conf.d/%{name}.conf
%{_libdir}/%{name}
#/lib*.so*
#{_libdir}/#{name}/windc*.so*
%{_infodir}/heimdal.info*
%{_infodir}/hx509.info.*
%{_mandir}/man8/kerberos.8*
%{_mandir}/cat8/kerberos.8*

#----------------------------------------------------------------------------

%package	login
Summary:	Used when signing onto a system
Group:		Networking/Other
Requires:	%{name}-libs = %{EVRD}

%description	login
login is used when signing onto a system. It can also be used to
switch from one user to another at any time (most modern shells have
support for this feature built into them, however). This package
contain kerberized version login program.

%files login
%{_bindir}/heimdal-login
%{_mandir}/man1/heimdal-login.1*
%{_mandir}/cat1/heimdal-login.1*

#----------------------------------------------------------------------------

%package	ftp
Summary:	The standard UNIX FTP (file transfer protocol) client
Group:		Networking/Other
Requires:	%{name}-libs = %{EVRD}
Conflicts:	ftp-client-krb5
Provides:	ftp-client

%description	ftp
The ftp package provides the standard UNIX command-line FTP client
with kerberos authentication support. FTP is the file transfer
protocol, which is a widely used Internet protocol for transferring
files and for archiving files.

%files ftp
%{_bindir}/ftp
%{_mandir}/man1/ftp.1*
%{_mandir}/cat1/ftp.1*

#----------------------------------------------------------------------------

%package	rsh
Summary:	Clients for remote access commands (rsh, rlogin, rcp)
Group:		Networking/Other
Requires:	%{name}-libs = %{EVRD}
Provides:	rsh-client

%description	rsh
The rsh package contains a set of programs which allow users to run
commands on remote machines, login to other machines and copy files
between machines (rsh, rlogin and rcp). All three of these commands
use rhosts style authentication. This package contains the clients
needed for all of these services.

%files rsh
%{_bindir}/rsh
%{_bindir}/rcp
%{_mandir}/man1/rsh.1*
%{_mandir}/cat1/rsh.1*
%{_mandir}/man1/rcp.1*
%{_mandir}/cat1/rcp.1*

#----------------------------------------------------------------------------

%package	telnet
Summary:	Client for the telnet remote login
Group:		Networking/Other
Requires:	%{name}-libs = %{EVRD}
Conflicts:	krb5-appl-clients
Conflicts:	netkit-telnet
Provides:	telnet-client

%description	telnet
Telnet is a popular protocol for remote logins across the Internet.
This package provides a command line telnet client.

%files telnet
%{_bindir}/telnet
%{_mandir}/man1/telnet.1*
%{_mandir}/cat1/telnet.1*

#----------------------------------------------------------------------------

%package	ftpd
Summary:	The standard UNIX FTP (file transfer protocol) server
Group:		System/Servers
Requires(pre):	xinetd
Requires:	%{name}-libs = %{EVRD}
Conflicts:	ftp-server-krb5
Provides:	ftp-server

%description	ftpd
FTP is the file transfer protocol, which is a widely used Internet
protocol for transferring files and for archiving files.

%files ftpd
%config(noreplace) %{_sysconfdir}/xinetd.d/ftpd
%{_sbindir}/ftpd
%{_mandir}/man8/ftpd.8*
%{_mandir}/cat8/ftpd.8*

%post ftpd
service xinetd condreload

%postun ftpd
service xinetd condreload

#----------------------------------------------------------------------------

%package	rshd
Summary:	Server for remote access commands (rsh, rlogin, rcp)
Group:		System/Servers
Requires(pre):	xinetd
Requires:	%{name}-libs = %{EVRD}
Provides:	rsh-server

%description	rshd
The rsh package contains a set of programs which allow users to run
commmands on remote machines, login to other machines and copy files
between machines (rsh, rlogin and rcp). All three of these commands
use rhosts style authentication. This package contains servers needed
for all of these services.

%files rshd
%config(noreplace) %{_sysconfdir}/xinetd.d/rshd
%{_sbindir}/rshd
%{_mandir}/man8/rshd.8*
%{_mandir}/cat8/rshd.8*

%post rshd
service xinetd condreload

%postun rshd
service xinetd condreload

#----------------------------------------------------------------------------

%package	telnetd
Summary:	Server for the telnet remote login
Group:		System/Servers
Requires(pre):	xinetd
Requires:	%{name}-libs = %{EVRD}
Conflicts:	krb5-appl-servers
Conflicts:	netkit-telnet-server
Provides:	telnet-server

%description	telnetd
Telnet is a popular protocol for remote logins across the Internet.
This package provides a telnet daemon which allows remote logins into
the machine it is running on.

%files telnetd
%config(noreplace) %{_sysconfdir}/xinetd.d/telnetd
%{_sbindir}/telnetd
%{_mandir}/man8/telnetd.8*
%{_mandir}/cat8/telnetd.8*

%post telnetd
service xinetd condreload

%postun telnetd
service xinetd condreload

#----------------------------------------------------------------------------

%if 0
%package	clients
Summary:	Kerberos programs for use on workstations
Group:		Networking/Other
Requires:	%{name}-libs = %{EVRD}

%description	clients
Kerberos 5 Clients.
%endif

#----------------------------------------------------------------------------

%package	daemons
Summary:	Kerberos daemons programs for use on servers
Group:		System/Servers
Requires:	%{name}-libs = %{EVRD}

%description	daemons
Kerberos Daemons.

%files daemons
%{_sbindir}/popper
%{_sbindir}/push
%{_mandir}/man8/popper.8*
%{_mandir}/man8/push.8*
%{_mandir}/cat8/popper.8*
%{_mandir}/cat8/push.8*

#----------------------------------------------------------------------------

%package	devel
Summary:	Header files for heimdal
Group:		System/Libraries
Requires:	%{name}-libs = %{EVRD}

%description	devel
Contains files needed to compile software using the heimdal libraries

%files devel
%{_bindir}/heimdal-config
%{multiarch_bindir}/heimdal-config
%{_includedir}/*

#----------------------------------------------------------------------------

%package	devel-doc
Summary:	Developer documentation for heimdal
Group:		System/Libraries

%description	devel-doc
Contains the documentation covering functions etc. in the heimdal libraries

%files devel-doc
%{_mandir}/man1/heimdal-config.1*
%{_mandir}/cat1/heimdal-config.1*
%{_mandir}/man3/*
%{_mandir}/cat3/*

#----------------------------------------------------------------------------

%package -n	openldap-schemas-%{name}
Summary:	OpenLDAP schema files from %{name}-%{EVRD} source tree
Group:		Databases
BuildArch:	noarch
Requires(pre):	openldap-config

%files -n		openldap-schemas-%{name}
%config(noreplace) %{_sysconfdir}/openldap/schema/*
%attr(750,ldap,ldap) %config(noreplace) %{_sysconfdir}/openldap/slapd.d/%{name}.conf

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch11 -p1 -b .passwd_check

%build
%serverbuild
#   --sysconfdir=%{_sysconfdir}/%{name} \
%configure2_5x \
    --libexecdir=%{_sbindir} \
    --with-hdbdir=%{_localstatedir}/lib/%{name} \
    --disable-static \
    --enable-shared \
    --with-readline \
    --with-readline-lib=%{_libdir} \
    --with-readline-include=%{_includedir}/readline \
    --with-openldap=%{_prefix} \
    --with-sqlite3=%{_prefix} \
    --with-libintl=%{_prefix} \
    --with-x \
    --with-ipv6 \
    --enable-kcm \
    --enable-pk-init \
    --enable-hdb-openldap-module
#if 0
#    --enable-hdb-openldap-module
#endif
make
%make -C doc html

%install
install -d %{buildroot}%{_localstatedir}/lib/%{name}
#install -d %{buildroot}%{_sysconfdir}/%{name}

%makeinstall_std

install appl/su/.libs/su %{buildroot}%{_bindir}/ksu
#install %{SOURCE4} %{buildroot}%{_sysconfdir}/krb5.conf

# Systemd service files for all daemons
mkdir -p %{buildroot}%{_unitdir}
install -m644 %{SOURCE10} -D %{buildroot}%{_unitdir}/
install -m644 %{SOURCE11} -D %{buildroot}%{_unitdir}/
install -m644 %{SOURCE12} -D %{buildroot}%{_unitdir}/
install -m644 %{SOURCE13} -D %{buildroot}%{_unitdir}/
install -m644 %{SOURCE14} -D %{buildroot}%{_unitdir}/

install -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}.conf
install -m644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m755 %{SOURCE15} -D %{buildroot}%{_sbindir}
# FIXME install %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

install -m644 %{SOURCE5} -D %{buildroot}%{_sysconfdir}/xinetd.d/ftpd
install -m644 %{SOURCE6} -D %{buildroot}%{_sysconfdir}/xinetd.d/rshd
install -m644 %{SOURCE7} -D %{buildroot}%{_sysconfdir}/xinetd.d/telnetd
install -m644 %{SOURCE8} -D %{buildroot}%{_sysconfdir}/xinetd.d/kadmind

chmod +r %{buildroot}%{_bindir}/otp   # qrde dlaczego to ma chmod 0

#touch %{buildroot}%{_sysconfdir}/%{name}/krb5.keytab
touch %{buildroot}%{_sysconfdir}/krb5.keytab
touch %{buildroot}%{_localstatedir}/lib/%{name}/kadmind.acl

# prevent some conflicts
mv %{buildroot}%{_mandir}/man1/su.1 %{buildroot}%{_mandir}/man1/ksu.1
mv %{buildroot}%{_mandir}/cat1/su.1 %{buildroot}%{_mandir}/cat1/ksu.1
mv %{buildroot}%{_mandir}/man1/krb5-config.1 %{buildroot}%{_mandir}/man1/heimdal-config.1
mv %{buildroot}%{_mandir}/cat1/krb5-config.1 %{buildroot}%{_mandir}/cat1/heimdal-config.1
mv %{buildroot}%{_bindir}/login %{buildroot}%{_bindir}/heimdal-login
mv %{buildroot}%{_mandir}/man1/login.1 %{buildroot}%{_mandir}/man1/heimdal-login.1
mv %{buildroot}%{_mandir}/cat1/login.1 %{buildroot}%{_mandir}/cat1/heimdal-login.1

rm -f %{buildroot}%{_mandir}/*5/ftpusers.5*

rm -f %{buildroot}%{_libdir}/lib{com_err,ss}.so
rm -f %{buildroot}%{_includedir}/{glob,fnmatch,ss/ss}.h
rm -f %{buildroot}%{_bindir}/mk_cmds

rm -f %{buildroot}%{_mandir}/man3/{DES,DH,EVP,OpenSSL,RAND,RSA}*

# see if we can avoid conflicting with krb5-devel
mv %{buildroot}%{_bindir}/krb5-config %{buildroot}%{_bindir}/heimdal-config
%multiarch_binaries %{buildroot}%{_bindir}/heimdal-config

mkdir -p %{buildroot}%{_includedir}/%{name}
mv %{buildroot}%{_includedir}/{gssapi,kadm5,krb5,roken} %{buildroot}%{_includedir}/%{name}/
mv %{buildroot}%{_includedir}/*.h %{buildroot}%{_includedir}/%{name}/

# stuff installed there because of libexecdir redefinition
mv %{buildroot}%{_sbindir}/%{name} %{buildroot}%{_libdir}

# see if we can avoid conflicting with krb5-libs
mv %{buildroot}%{_libdir}/*.so* %{buildroot}%{_libdir}/%{name}/

# utils
install -m755 tools/kdc-log-analyze.pl -D %{buildroot}%{_datadir}/%{name}/kdc-log-analyze.pl
install -m755 lib/kadm5/check-cracklib.pl -D %{buildroot}%{_datadir}/%{name}/check-cracklib.pl
perl -pi -e 's|^#! ?/usr/pkg/bin/perl|#!%{_bindir}/perl|' \
    %{buildroot}%{_datadir}/%{name}/*.pl

# Prepare schema files to be included into OpenLDAP configuration
mkdir -p %{buildroot}%{_sysconfdir}/openldap/{schema,slapd.d}
install -m 0644 lib/hdb/hdb.schema %{buildroot}%{_sysconfdir}/openldap/schema/
cat > %{buildroot}%{_sysconfdir}/openldap/slapd.d/%{name}.conf <<EOF
# If you need heimdal support load this file or copy
# uncommented lines below to your slapd.conf.

include %{_sysconfdir}/openldap/schema/hdb.schema

EOF
chmod 0644 %{buildroot}%{_sysconfdir}/openldap/slapd.d/%{name}.conf

# cleanups
rm -f %{buildroot}%{_libdir}/*.*a
rm -f %{buildroot}%{_libdir}/pkgconfig/heimdal-gssapi.pc

# looks like we don't need these
rm -f %{buildroot}%{_mandir}/*5/qop.5*
rm -f %{buildroot}%{_mandir}/cat5/mech.5

%check
%if %{?_with_test:1}%{!?_with_test:0}
# For some reason this check fails partially just under rpm:
perl -pi -e 's/check-iprop //g' tests/kdc/Makefile
make -C tests check
%endif



%changelog

* Tue Oct 20 2015 Denis Silakov <dsilakov@gmail.com> 1.5.3-9
- (d541f92) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22769 |14mu|help2man-1.47.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Create simple man pages from --help output

Name:		help2man
Version:	1.47.3
Release:	1
Group:		Development/Other
License:	GPLv3
Url:		http://www.gnu.org/software/help2man/
Source0:	ftp://ftp.gnu.org:21/gnu/help2man/%{name}-%{version}.tar.xz
BuildArch:	noarch

%description
help2man is a script to create simple man pages from the --help and 
--version output of programs.

Since most GNU documentation is now in info format, this provides a way 
to generate a placeholder man page pointing to that resource while still 
providing some useful information.

%prep
%setup -q

%build
%configure --disable-nls
%make

%install
%makeinstall

%files
%doc debian/changelog COPYING INSTALL README NEWS THANKS
%{_bindir}/%{name}
%{_infodir}/%{name}.info*
%{_mandir}/man1/%{name}.1*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.47.3-1
- (6634362) Merge pull request #7 from import/help2man:auto_update
- (6634362) Updated to 1.47.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22770 |14mu|highlight-3.28-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		highlight
Summary:	Universal source code to formatted text converter
Version:	3.28
Release:	1
Group:		Development/Other
License:	GPLv3
URL:		http://www.andre-simon.de/
Source0:	http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
Patch0:		highlight-3.24-l10n.patch

BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(lua)
BuildRequires:	boost-devel
BuildRequires:	desktop-file-utils

%description
A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX,
XSL-FO, XML or ANSI escape sequences with syntax highlighting.
It supports several programming and markup languages.
Language descriptions are configurable and support regular expressions.
The utility offers indentation and reformatting capabilities.
It is easily possible to create new language definitions and colour themes.

%files
%doc examples/
%{_bindir}/highlight
%{_datadir}/highlight/
%{_mandir}/man1/highlight.1*
%config(noreplace) %{_sysconfdir}/highlight/
#----------------------------------------------------------

%package gui
Summary:	GUI for the hihghlight source code formatter
Requires:	%{name} = %{EVRD}

%description gui
A Qt-based GUI for the highlight source code formatter source.

%files gui
%doc ChangeLog AUTHORS README* TODO
%{_bindir}/highlight-gui
%{_datadir}/applications/highlight.desktop
%{_datadir}/pixmaps/highlight.xpm
#----------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make
rm -rf src/gui-qt/moc*
%make gui QMAKE="qmake-qt5"


%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/pixmaps

%make install-gui DESTDIR=%{buildroot}

rm -rf %{buildroot}%{_docdir}/%{name}/

desktop-file-install \
    --dir %{buildroot}%{_datadir}/applications \
   highlight.desktop






%changelog

* Mon Apr 04 2016 Denis Silakov <dsilakov@gmail.com> 3.28-1
- (6bb0b4c) Updated to 3.28, build gui with Qt5, added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22771 |14mu|hitori-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		hitori
Version:	3.16.2
Release:	1
Summary:	Logic puzzle game for GNOME

Group:		Games/Other
# The executable is licensed under GPLv3+, while the user manual is CC-BY-SA.
License:	GPLv3+ and CC-BY-SA
URL:		http://live.gnome.org/Hitori
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	itstool
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	intltool

%description
A small application written to allow one to play the Hitori puzzle game,
which is similar in theme to more popular puzzles such as Sudoku.

It has full support for playing the game (i.e. it checks all three rules are
satisfied). It has undo/redo support, can give hints, and allows for cells
to be tagged with one of two different tags, to aid in solving the puzzle.
It has support for anything from 5×5 to 10×10 grids.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make


%install
%makeinstall_std

%find_lang %{name} --with-gnome

desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop

%files -f %{name}.lang
%doc AUTHORS MAINTAINERS NEWS README COPYING COPYING-DOCS
%{_bindir}/%{name}
%{_datadir}/appdata/hitori.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.hitori.gschema.xml
%{_datadir}/icons/*/*/*/*

%changelog

* Tue Feb 02 2016 Tigro <ashejn@gmail.com> 3.16.2-1
- (9bcefac) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22772 |14mu|hostapd-2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Optional user space component for Host AP driver
Name:		hostapd
Version:	2.6
Release:	1
License:	GPLv2
Group:		System/Servers
Url:		http://hostap.epitest.fi/hostapd/
Source0:	http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
Source3:	%{name}.service
Patch0:		%{name}-config.patch
Patch1:			hostapd-2.5-mga-defconfig.patch
# CVE-2017-130[77-82, 86-88]
Patch2:			rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
Patch3:			rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch
Patch4:			rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch
Patch5:			rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch
Patch6:			rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch
Patch7:			rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch
# wpa_supplicant only
#Patch8:			rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch
Patch9:			rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch

BuildRequires:	systemd-units
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(openssl)
Requires(post,preun):	rpm-helper
Requires(post,preun,postun):	systemd

%description
Hostapd is an optional user space component for Host AP driver. It adds
more features to the basic IEEE 802.11 management included in the kernel
driver: using external RADIUS authentication server for MAC address
based access control, IEEE 802.1X Authenticator and dynamic WEP keying,
RADIUS accounting.

%files
%doc %{name}/ChangeLog %{name}/README
%{_sbindir}/%{name}
%{_sbindir}/%{name}_cli
%config(noreplace) %{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.accept
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.deny

#-------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
pushd %{name}
cat defconfig | sed \
	-e '/^#CONFIG_DRIVER_NONE=y/s/^#//' \
	-e '/^#CONFIG_IEEE80211R=y/s/^#//' \
	-e '/^#CONFIG_IEEE80211AC=y/s/^#//' \
	-e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \
	-e '/^#CONFIG_LIBNL32=y/s/^#//' \
	> .config
echo "CFLAGS += -I%{_includedir}/libnl3" >> .config
echo "LIBS += -L%{_libdir}" >> .config
sed -i -e 's/CFLAGS =.*/CFLAGS = -MMD %{optflags}/' Makefile
%make CC="%{__cc}" #CFLAGS="-MMD %{optflags}"
popd

%install
pushd %{name}
install -d -m 755 %{buildroot}%{_sbindir}
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -d -m 755 %{buildroot}/%{_unitdir}
install -m 755 %{name}        %{buildroot}%{_sbindir}
install -m 755 %{name}_cli    %{buildroot}%{_sbindir}
install -m 600 %{name}.conf   %{buildroot}%{_sysconfdir}/%{name}
install -m 644 %{name}.accept %{buildroot}%{_sysconfdir}/%{name}
install -m 644 %{name}.deny   %{buildroot}%{_sysconfdir}/%{name}
install -pm 644 %{SOURCE3}   %{buildroot}/%{_unitdir}/%{name}.service
popd

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

%changelog

* Sat Oct 21 2017 alekseyz <a.zimin@rosalinux.ru> 2.6-1
- (10284c3) Merge pull request #2 from import/hostapd:rosa2016.1
- (10284c3) Updated to 2.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22773 |14mu|hostap-utils-0.4.7-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility programs for Host AP driver for Intersil Prism2/2.5/3
Name:		hostap-utils
Version:	0.4.7
Release:	12
License:	GPL
Group:		System/Configuration/Networking
URL:		http://hostap.epitest.fi/
Source0:	http://hostap.epitest.fi/releases/hostap-utils-%{version}.tar.gz
Source1:	hostap_cs.conf
Requires:	wireless-tools
Provides:	hostap
Obsoletes:	hostap
Epoch:		0

%description
This is a Linux driver for wireless LAN cards based on Intersil's Prism2/2.5/3
chipset. The driver supports a so called Host AP mode, i.e., it takes care of 
IEEE 802.11 management functions in the host computer and acts as an access
point. This does not require any special firmware for the wireless LAN card.
In addition to this, it has support for normal station operations in BSS and
possible also in IBSS. 

This packages contains binary utilities for use with hostap. 

%prep

%setup -q -n %{name}-%{version}

%build
%make CC="%{__cc}" CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install

install -d -m 755 %{buildroot}%{_sbindir}
install -d -m 755 %{buildroot}%{_sysconfdir}/pcmcia
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pcmcia
install -m 755 hostap_crypt_conf %{buildroot}%{_sbindir}
install -m 755 hostap_diag %{buildroot}%{_sbindir}
install -m 755 hostap_fw_load %{buildroot}%{_sbindir}
install -m 755 hostap_io_debug %{buildroot}%{_sbindir}
install -m 755 hostap_rid %{buildroot}%{_sbindir}
install -m 755 prism2_param %{buildroot}%{_sbindir}
install -m 755 prism2_srec %{buildroot}%{_sbindir}
install -m 755 split_combined_hex %{buildroot}%{_sbindir}

%clean

%files
%doc COPYING ChangeLog README 
%config(noreplace) %{_sysconfdir}/pcmcia/hostap_cs.conf
%{_sbindir}/hostap_crypt_conf
%{_sbindir}/hostap_diag
%{_sbindir}/hostap_fw_load
%{_sbindir}/hostap_io_debug
%{_sbindir}/hostap_rid
%{_sbindir}/prism2_param
%{_sbindir}/prism2_srec
%{_sbindir}/split_combined_hex

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0:0.4.7-12
- (b49f5ab) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22774 |14mu|hplip-3.16.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Define if you want to build the sane backend (default)
%define sane_backend 1
%{?_with_sane: %global sane_backend 1}
%{?_without_sane: %global sane_backend 0}

%define major 0
%define libhpip %mklibname hpip %{major}
%define libhpipp %mklibname hpipp %{major}
%define libhpmud %mklibname hpmud %{major}
%define libhpdiscovery %mklibname hpdiscovery %{major}
%define sanemaj 1
%define libsane %mklibname sane-hpaio %{sanemaj}
%define devname %mklibname hpip -d

# Suppress automatically generated Requires for devel packages
%define __noautoreq 'devel\(.*\)'

%define extraversion %nil

Summary:	HP printer/all-in-one driver infrastructure
Name:		hplip
Version:	3.16.11
Release:	3
License:	GPLv2+ and MIT
Group:		System/Printing
Url:		http://hplip.sourceforge.net/
Source0:	http://garr.dl.sourceforge.net/sourceforge/hplip/%{name}-%{version}%{extraversion}.tar.gz
Source1:	hpcups-update-ppds.sh
Source2:	copy-deviceids.py
# http://www.iconfinder.com/icondetails/6393/128/fax_hardware_icon
Source3:	hp-sendfax.png
Source4:	hplip.rpmlintrc
# http://hplipopensource.com/node/367
Source5:	http://hplipopensource.com/hplip-web/smartinstall/SmartInstallDisable-Tool.run
Source6:	README.urpmi
# (doktor5000) fix linking with python and libsane
# taken from mandriva
# (Anssi) Apply udev rules even on ACTION=="change", otherwise the permissions
# do not get applied in %%post on a new installation:
Patch2:		hplip-apply-udev-rules-on-action-change.patch

# Fedora patches
Patch101:	hplip-pstotiff-is-rubbish.patch
Patch102:	hplip-strstr-const.patch
Patch104:	hplip-no-asm.patch
Patch105:	hplip-deviceIDs-drv.patch
Patch107:	hplip-deviceIDs-ppd.patch
Patch108:	hplip-retry-open.patch
Patch109:	hplip-snmp-quirks.patch
Patch111:	hplip-hpijs-marker-supply.patch
Patch112:	hplip-clear-old-state-reasons.patch
Patch114:	hplip-hpcups-sigpipe.patch
Patch115:	hplip-logdir.patch
Patch116:	hplip-bad-low-ink-warning.patch
Patch121:	hplip-ppd-ImageableArea.patch
# fedora patch not necessary. done via sed call
#Patch129: hplip-makefile-chgrp.patch
Patch134:	hplip-udev-rules.patch

# Debian/Ubuntu patches
# taken from http://patch-tracker.debian.org/package/hplip/3.11.7-1
Patch201:	01_rss.dpatch
Patch203:	14_charsign_fixes.dpatch
Patch204:	85_rebuild_python_ui.dpatch
Patch206:	hplip-photosmart_b9100_support.patch
Patch207:	pjl-duplex-binding.dpatch
#hplip-pjl-duplex-binding.patch
Patch209:	hp-check-groups.dpatch
Patch210:	hplip-3.15.11-mga-plasma-delay-startup.patch
# (doktor5000) rediff original debian patch for hplip 3.11.10
Patch220:	add-lidil-two-cartridge-modes.dpatch
Patch225:	hpfax-bug-function-used-before-importing-log.dpatch
Patch226:	hp-systray-make-menu-title-visible-in-sni-qt-indicator.dpatch
Patch227:	hp-systray-make-menu-appear-in-sni-qt-indicator-with-kde.dpatch
Patch228:	hpaio-option-duplex.diff

Patch301:	hplip-3.16.8-cups-2.2.patch
Patch302:	hplip-CVE-2013-4325.patch
Patch303:	hplip-3.13.10-fix-systray-x.patch
Patch304:	hplip-3.15.6-hpipp_linkage.patch
Patch305:	hpps-3.16.11-fix-syntax.patch

BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	polkit
BuildRequires:	python-sip >= 4.1.1
BuildRequires:	net-snmp-devel
BuildRequires:	cups-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(udev)
# Make sure we get postscriptdriver tags.
BuildRequires:	python3-cups
%if %{sane_backend}
BuildRequires:	pkgconfig(sane-backends)
BuildRequires:	xsane
%endif
Requires(post):	systemd
Requires:	cups
# For dynamic ppd generation.
Requires:	foomatic-filters
Requires:	hplip-model-data
Requires:	hplip-hpijs
Requires:	hplip-hpijs-ppds
Requires:	sip-api(%{sip_api_major}) = %{sip_api}
# Needed for communicating with ethernet-connected printers
Requires:	net-snmp-mibs
# Needed to generate fax cover pages
Requires:	python3-reportlab
Requires:	python-reportlab
# Needed since 2.8.4 for IPC
Requires:	python3-dbus
Requires:	polkit-agent
Requires:	usermode-consoleonly
Requires:	python3-gobject3
# Required by hp-scan for command line scanning
Requires:	python3-pillow
Requires:	sane-backends-hpaio
# Needed to avoid misleading errors about network connectivity (RH bug #705843)
Requires:	wget
# (tpg) hp-check needs this
Requires:	acl
# hplip tools use internal symbols from libhplip that can change among versions
Requires:	%{libhpip} = %{version}
Requires:	%{libhpipp} = %{version}
# Some HP ppds are in foomatic-db and foomatic-db-hpijs (mdv bug #47415)
Suggests:	foomatic-db-hpijs
# hp-doctor requires gui modules
Requires:	hplip-gui
Requires:	gnupg
# due to hp-plugin
Requires:	%{name}-compat-libs = %{version}-%{release}


# foomatic-db-hpijs drivers are provided by hp and by this package now
# NOTE: remove the foomatic-db-hpijs deps sometime in 2010-10-?? ?
Provides:	foomatic-db-hpijs = %{version}-%{release}

%description
This is the HP driver package to supply Linux support for most
Hewlett-Packard DeskJet, LaserJet, PSC, OfficeJet, and PhotoSmart
printers and all-in-one peripherals (also known as Multi-Function
Peripherals or MFPs), which can print, scan, copy, fax, and/or access
flash memory cards.

It is work in progress, but printing, scanning, memory card access,
ink/toner/battery/consumable level checking, and inkjet printer
maintenance are supported on most models, when either connected to the
USB or LAN (built-in interfaces or selected HP JetDirect models) on a
Linux workstation with CUPS printing system.

For status and consumable checking and also for inkjet maintenance
there is the graphical tool "hp-toolbox" available (Menu:
"System"/"Monitoring"/"HP Printer Toolbox").

%package -n %{libhpdiscovery}
Summary:	Dynamic hpdiscovery library
Group:		System/Printing

%description -n %{libhpdiscovery}
Dynamic hpdiscovery library

%package -n %{libhpip}
Summary:	Dynamic library for the "hplip" HP printer/all-in-one drivers
Group:		System/Printing

%description -n %{libhpip}
Library needed for the "hplip" HP printer/all-in-one drivers

%package -n %{libhpipp}
Summary:	Dynamic library for the "hplip" HP printer/all-in-one drivers
Group:		System/Printing

%description -n %{libhpipp}
Library needed for the "hplip" HP printer/all-in-one drivers

%package -n %{libhpmud}
Summary:	Dynamic library for the "hplip" HP printer/all-in-one drivers
Group:		System/Printing
Conflicts:	%{_lib}hpip0 < 3.13.2-4

%description -n %{libhpmud}
Library needed for the "hplip" HP printer/all-in-one drivers

%package -n %{devname}
Summary:	Headers and links to compile against the "%{libhpip}" ("hplip") library
Group:		Development/C
Requires:	%{libhpip} >= %{version}-%{release}
Requires:	%{libhpipp} >= %{version}-%{release}
Requires:	%{libhpmud} >= %{version}-%{release}
Requires:	%{libsane} >= %{version}-%{release}
Provides:	libhpip-devel = %{version}-%{release}
Obsoletes:	%{_lib}hpip0-devel < 3.13.2-4

%description -n %{devname}
This package contains all files which one needs to compile programs using
the "%{libhpip}" library.

%if %{sane_backend}
%package -n %{libsane}
Summary:	SANE driver for scanners in HP's multi-function devices (from HPLIP)
Group:		System/Printing
Provides:	sane-backends-hpaio = %{version}-%{release}
# (cjw) for system-config-printer
Provides:	libsane-hpaio = %{version}-%{release}

%description -n %{libsane}
SANE driver for scanners in HP's multi-function devices (from HPLIP)
%endif

%package model-data
Summary:	Data file listing the HP printer models supported by HPLIP
Group:		System/Printing

%description model-data
HPLIP supports most current HP printers and multifunction devices, but
there are some older models not supported. This package contains the
list of supported models. Printerdrake installs it automatically to
determine whether HPLIP has to be installed or not.

%package compat-libs
Summary:	HPLIP Python 2 modules
License:	GPLv2+ and MIT
Requires:	%{name} = %{version}-%{release}
Requires:	python-pillow
Requires:	python-dbus
Requires:	python
BuildRequires:	python-devel

%description compat-libs
Python 2 modules needed by HP plugin.

%package gui
Summary:	HPLIP graphical tools
Group:		System/Printing
Requires:	%{name} = %{version}-%{release}
Requires:	python3-qt4-gui
Requires:	usermode

%description gui
HPLIP graphical tools.

%package hpijs
Summary:	HPs printer driver IJS plug-in for GhostScript
Group:		System/Printing
Requires:	ghostscript
Provides:	hpijs = %{EVRD}

%description hpijs
HPs printer driver IJS plug-in for GhostScript. This driver gives full
printing support for nearly all non-PostScript inkjet and laser
printers made by HP.

%package hpijs-ppds
Summary:	PPD files for the HPIJS printer driver
Group:		System/Printing
Requires:	foomatic-filters
Requires:	hplip-hpijs

%description hpijs-ppds
PPD files to use the HPIJS printer driver with foomatic-rip and a
printer spooler like CUPS, LPRng, PDQ, ...

%package doc
Summary:	Documentation for HPLIP
Group:		System/Printing

%description doc
This package contains documentation for the HPLIP driver.

This is the HP driver package to supply Linux support for most
Hewlett-Packard DeskJet, LaserJet, PSC, OfficeJet, and PhotoSmart
printers and all-in-one peripherals (also known as Multi-Function
Peripherals or MFPs), which can print, scan, copy, fax, and/or access
flash memory cards.

%prep
%setup -qn %{name}-%{version}%{extraversion}

%patch2 -p1 -b .udev-rules-on-action-change

# Fedora patches

# The pstotiff filter is rubbish so replace it (launchpad #528394).
%patch101 -p1 -b .pstotiff-is-rubbish

# Fix compilation.
%patch102 -p1 -b .strstr-const

# Make sure to avoid handwritten asm.
%patch104 -p1 -b .no-asm

# Corrected several IEEE 1284 Device IDs using foomatic data.
# Color LaserJet CM1312nfi (bug #581005)
# Color LaserJet 3800 (bug #581935)
# Color LaserJet 2840 (bug #582215)
# Color LaserJet CP1518ni (bug #613689)
# Color LaserJet 2600n (bug #613712)
# Color LaserJet 2500/3700/4550/4600/4650/4700/5550/CP1515n/CP2025n
#                CP3525/CP4520 Series/CM2320nf (bug #659040)
# Color LaserJet CP2025dn (bug #651509)
# Color LaserJet CM4730 MFP (bug #658831)
# Color LaserJet CM3530 MFP (bug #659381)
# LaserJet 4050 Series/4100 Series/2100 Series/4350/5100 Series/8000 Series
#               P3005/P3010 Series/P4014/P4515 (bug #659039)
# LaserJet Professional P1606dn (bug #708472)
# LaserJet Professional M1212nf MFP (bug #742490)
# LaserJet M1536dnf MFP (bug #743915)
# LaserJet M1522nf MFP (bug #745498)
# LaserJet M1319f MFP (bug #746614)
# LaserJet M1120 MFP (bug #754139)
# LaserJet P1007 (bug #585272)
# LaserJet P1505 (bug #680951)
# LaserJet P2035 (Ubuntu #917703)
# PSC 1600 series (bug #743821)
# Officejet 6300 series (bug #689378)
# LaserJet Professional P1102w (bug #795958)
# Color LaserJet CM4540 MFP (bug #968177)
# Color LaserJet cp4005 (bug #980976)
%patch105 -p1 -b .ids

chmod +x %{SOURCE2}
mv prnt/drv/hpijs.drv.in{,.deviceIDs-drv-hpijs}
%{SOURCE2} prnt/drv/hpcups.drv.in \
           prnt/drv/hpijs.drv.in.deviceIDs-drv-hpijs \
           > prnt/drv/hpijs.drv.in

# Add Device ID for
# LaserJet 1200 (bug #577308)
# LaserJet 1320 series (bug #579920)
# LaserJet 2300 (bug #576928)
# LaserJet P2015 Series (bug #580231)
# LaserJet 4250 (bug #585499)
# Color LaserJet 2605dn (bug #583953)
# Color LaserJet 3800 (bug #581935)
# Color LaserJet 2840 (bug #582215)
# LaserJet 4050 Series/4100 Series/2100 Series/2420/4200/4300/4350/5100 Series
#          8000 Series/M3027 MFP/M3035 MFP/P3005/P3010 Series (bug #659039)
# Color LaserJet 2500/2550/2605dn/3700/4550/4600
#                4650/4700/5550/CP3525 (bug #659040)
# Color LaserJet CM4730 MFP (bug #658831)
# Color LaserJet CM3530 MFP (bug #659381)
# Designjet T770 (bug #747957)
# Color LaserJet CM4540 MFP (bug #968177)
# Color LaserJet cp4005 (bug #980976)
for ppd_file in $(grep '^diff' %{PATCH107} | cut -d " " -f 4);
do
  gunzip ${ppd_file#*/}.gz
done

%patch107 -p1 -b .deviceIDs-ppd
for ppd_file in $(grep '^diff' %{PATCH107} | cut -d " " -f 4);
do
  gzip -n ${ppd_file#*/}
done


# Retry when connecting to device fails (RH bug #532112).
%patch108 -p1 -b .retry-open

# Mark SNMP quirks in PPD for HP OfficeJet Pro 8500 (RH bug #581825).
%patch109 -p1 -b .snmp-quirks

# Fixed bogus low ink warnings from hpijs driver (RH bug #643643).
%patch111 -p1 -b .hpijs-marker-supply

# Clear old printer-state-reasons we used to manage (RH bug #510926).
%patch112 -p1 -b .clear-old-state-reasons

# Avoid busy loop in hpcups when backend has exited (RH bug #525944).
%patch114 -p1 -b .hpcups-sigpipe

%patch115 -p1 -b .logdir

# Fixed Device ID parsing code in hpijs's dj9xxvip.c (RH bug #510926).
%patch116 -p1 -b .bad-low-ink-warning

# Fix ImageableArea for Laserjet 8150/9000 (RH bug #596298).
for ppd_file in $(grep '^diff' %{PATCH121} | cut -d " " -f 4);
do
  gunzip ${ppd_file#*/}.gz
done
%patch121 -p1 -b .ImageableArea
for ppd_file in $(grep '^diff' %{PATCH121} | cut -d " " -f 4);
do
  gzip -n ${ppd_file#*/}
done

# Don't run 'chgrp lp /var/log/hp' in makefile (removes all lines with "chgrp")
sed -i '/chgrp/d' Makefile.am

sed -i.duplex-constraints \
    -e 's,\(UIConstraints.* \*Duplex\),//\1,' \
    prnt/drv/hpcups.drv.in


# Removed SYSFS use in udev rules and actually made them work (bug #560754).
# Move udev rules to /lib/udev/rules.d (bug #748208).
%patch134 -p1 -b .udev-rules

# Debian/Ubuntu patches

# This patch tries to make sure that black is printed with just
# the black pen, if the printer supports it
%patch201 -p1 -b .01_rss

# code cleanup related to char signedness
%patch203 -p1 -b .14_charsign

# compiling ui files to py
%patch204 -p1 -b .85_rebuild_python_ui

# Corrections on the models.dat entry for the HP PhotoSmart Pro B9100,
# especially for the correct color calibration mode.
%patch206 -p1 -b .hplip-photosmart_b9100_support

# Fixes Short-edge duplex printing if duplex is PJL-controlled
# https://bugs.launchpad.net/hplip/+bug/244295
%patch207 -p1 -b .hplip-pjl-duplex-binding

# original patch from debian, path to kdesu added for %%_libdir on x86_64

# https://bugs.launchpad.net/debian/+source/hplip/+bug/530746
%patch209 -p1 -b .hp-check-groups

%patch210 -p1 -b .plasma

# disable for now, as this changes default hplip behavior
# and change in default scanning application should be decided by a poll first

%patch220 -p1 -b .add-lidil-two-cartridge-modes

%patch225 -p1 -b .hpfax-bug-function-used-before-importing-log

%patch226 -p1 -b .hp-systray-make-menu-title-visible-in-sni-qt-indicator

%patch227 -p1 -b .hp-systray-make-menu-appear-in-sni-qt-indicator-with-kde

%patch228 -p1 -b .hpaio-option-duplex

%patch301 -p1

%patch302 -p0

%patch303 -p1

%patch304 -p1

%patch305 -p1

sed -i.duplex-constraints \
    -e 's,\(UIConstraints.* \*Duplex\),//\1,' \
    prnt/drv/hpcups.drv.in

# Change shebang /usr/bin/env python -> /usr/bin/python (bug #618351).
find -name '*.py' -print0 | xargs -0 \
    sed -i.env-python -e 's,^#!/usr/bin/env python,#!/usr/bin/python3,'

sed -i.env-python -e 's,^#!/usr/bin/env python,#!/usr/bin/python3,' \
    fax/filters/pstotiff


# Make all files in the source user-writable
chmod -R u+w .

# compat-libs
rm -rf ../compat-libs
cp -a . ../compat-libs

%build
%serverbuild
#needed by patches 204 and 205
# create required files as placeholder, otherwise autoreconf fails
touch NEWS README AUTHORS ChangeLog
autoreconf -ifv

pushd ../compat-libs
# create required files as placeholder, otherwise autoreconf fails
touch NEWS README AUTHORS ChangeLog
autoreconf -ifv
%configure2_5x PYTHON=/usr/bin/python2
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make libhpmud.la hpmudext.la libhpipp.la cupsext.la pcardext.la scanext.la
popd

%if !%{sane_backend}
WITHOUT_SANE="--without-sane"
%endif
%configure2_5x \
	$WITHOUT_SANE \
	--disable-foomatic-rip-hplip-install \
	--enable-scan-build \
	--enable-gui-build \
	--enable-fax-build \
	--enable-pp-build \
	--enable-qt4 --disable-qt3 \
	--enable-hpcups-install \
	--enable-cups-drv-install \
	--enable-cups-ppd-install \
	--enable-hpijs-install \
	--enable-udev-acl-rules \
	--disable-policykit \
	--with-mimedir=%{_datadir}/cups/mime \
	PYTHON=/usr/bin/python3

sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
pushd ../compat-libs
make install-libLTLIBRARIES \
     install-hpmudextLTLIBRARIES \
     install-cupsextLTLIBRARIES \
     install-pcardextLTLIBRARIES \
     install-scanextLTLIBRARIES \
     DESTDIR=%{buildroot} PYTHON=/usr/bin/python
rm -f %{buildroot}%{py_platsitedir}/*.la
popd


mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sysconfdir}/hp

%makeinstall_std PYTHON=/usr/bin/python3

# Install files which the "make install" missed to install
install -m 644 ip/hpip.h %{buildroot}%{_includedir}
install -m 644 ip/xform.h %{buildroot}%{_includedir}

# Move doc in sub-package
mv %{buildroot}%{_docdir}/%{name}-%{version}%{extraversion} %{buildroot}%{_docdir}/%{name}-doc-%{version}%{extraversion}

# Remove static libraries of SANE driver
rm -f %{buildroot}%{_libdir}/sane/libsane-hpaio*.la
rm -f %{buildroot}%{_sysconfdir}/sane.d/dll.conf
mkdir -p %{buildroot}%{_sysconfdir}/sane.d/dll.d
echo 'hpaio' > %{buildroot}%{_sysconfdir}/sane.d/dll.d/hpaio

# Remove other unneeded/unwanted files
# Remove files we don't want to package.
rm -f %{buildroot}%{_datadir}/hplip/hpaio.desc
rm -f %{buildroot}%{_datadir}/hplip/hplip-install
rm -rf %{buildroot}%{_datadir}/hplip/install.*
rm -f %{buildroot}%{_datadir}/hplip/uninstall.*
rm -f %{buildroot}%{_bindir}/hp-uninstall
rm -f %{buildroot}%{_datadir}/hplip/upgrade.*
rm -f %{buildroot}%{_bindir}/hp-upgrade
rm -f %{buildroot}%{_bindir}/hp-config_usb_printer
rm -f %{buildroot}%{_unitdir}/hplip-printer@.service
rm -f %{buildroot}%{_datadir}/hplip/config_usb_printer.*
rm -f %{buildroot}%{_datadir}/hplip/hpijs.drv.in.template
rm -f %{buildroot}%{_datadir}/cups/mime/pstotiff.types
rm -f %{buildroot}%{_datadir}/hplip/fax/pstotiff*
rm -f %{buildroot}%{_cups_serverbin}/filter/hpcac
rm -f %{buildroot}%{py3_platsitedir}/*.la


mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --vendor='' \
	--dir=%{buildroot}%{_datadir}/applications \
	--remove-category='Application' \
	--remove-category='Utility' \
	--add-category='System' \
	--add-category='Settings' \
	--add-category='Printing' \
	--add-category='Qt' \
	--add-category='HardwareSettings' \
	--remove-key='Version' \
	%{buildroot}%{_datadir}/applications/hplip.desktop

# Create /run/hplip
mkdir -p %{buildroot}/run/hplip

# install /usr/lib/tmpfiles.d/hplip.conf (bug #1015831)
mkdir -p %{buildroot}%{_tmpfilesdir}
cat > %{buildroot}%{_tmpfilesdir}/hplip.conf <<EOF
# See tmpfiles.d(5) for details

d /run/hplip 0775 root lp -
EOF

# install menu icons
for N in 16 32 48 64; do convert %{SOURCE3} -resize ${N}x${N} $N.png; done
install -D -m 0644 16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/hp-sendfax.png
install -D -m 0644 32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/hp-sendfax.png
install -D -m 0644 48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/hp-sendfax.png
install -D -m 0644 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/hp-sendfax.png
install -D -m 0644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/hp-sendfax.png

# (cg) Correct the udev rules dir
mkdir -p %{buildroot}/lib
mv %{buildroot}%{_sysconfdir}/udev %{buildroot}/lib/

# Regenerate hpcups PPDs on upgrade if necessary (bug #579355).
install -p -m755 %{SOURCE1} %{buildroot}%{_bindir}/hpcups-update-ppds

# A tool disable smart install feature in HP printer(s) from linux
# HP Smart Install is a service running on firmware which makes printer to appear
# as "Mass Storage Devices" when connected via USB cable. This is to install the
# minimal printer software from flash memory of printer. This service needs to be
# disabled on linux in order to have the device function as a printer.
install -p -m755 %{SOURCE5} %{buildroot}%{_bindir}/SmartInstallDisable-Tool.run
mkdir -p %{buildroot}%{_docdir}/%{name}
install -p -m755 %{SOURCE6} %{buildroot}%{_docdir}/%{name}

# Make sure pyc files are generated, otherwise we can get
# difficult to debug problems
pushd %{buildroot}%{_datadir}/%{name}
python3 -m compileall .
popd

# create empty /var/lib/hp/hplip.state to fix hp-plugin installation (mga#5395)
mkdir -p %{buildroot}%{_localstatedir}/lib/hp/
touch %{buildroot}%{_localstatedir}/lib/hp/hplip.state

# Create an empty plugins directory to make sure it gets the right
mkdir -p %{buildroot}%{_datadir}/hplip/prnt/plugins

# create empty log directory so that it can be owned
mkdir -p %{buildroot}%{_localstatedir}/log/hp/tmp

mkdir -p %{buildroot}%{_unitdir}
mv -f %{buildroot}/usr/lib/systemd/system/hplip-printer@.service %{buildroot}%{_unitdir}/hplip-printer@.service

# Images in docdir should not be executable (bug #440552).
find doc/images -type f -exec chmod 644 {} \;

#We do not need hal
rm -f %{buildroot}%{_datadir}/hal/fdi/preprobe/10osvendor/20-hplip-devices.fdi

#Add rules for all hp printers
echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="03f0", GROUP="lp", MODE:="666"' >> %{buildroot}/lib/udev/rules.d/56-hpmud.rules

# consolehelper config
#

mkdir -p %{buildroot}%{_sbindir}

# - console user, no password
for pak in hp-setup hp-diagnose_plugin; do
		mv %{buildroot}%{_bindir}/$pak %{buildroot}%{_sbindir}/$pak
        ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/$pak
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps/
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak <<EOF
USER=root
PROGRAM=%{_sbindir}/$pak
FALLBACK=false
SESSION=true
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
		cat > %{buildroot}%{_sysconfdir}/pam.d/$pak  <<EOF
#%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF
done

%post
%tmpfiles_create %{name}.conf

%post -n hplip-hpijs-ppds
# Restart CUPS to make the printing PPDs known to it
%_post_service cups

%post -n hplip-hpijs
%{_bindir}/hpcups-update-ppds &>/dev/null ||:

%post -n hplip-model-data
/sbin/udevadm trigger --subsystem-match=usb --attr-match=idVendor=03f0
# ensure permissions are ready when installation completes
/sbin/udevadm settle --timeout=15
:

# Restart CUPS to make the removal of the Fax PPD known to it
%_post_service cups

%postun -n hplip-hpijs-ppds
# Restart CUPS to make the removal of the printing PPDs known to it
%_post_service cups

%files
%config(noreplace) %{_sysconfdir}/hp
%dir %{_localstatedir}/lib/hp/
%{_bindir}/hp-align
%{_bindir}/hp-clean
%{_bindir}/hp-colorcal
%{_bindir}/hp-devicesettings
%{_bindir}/hp-diagnose_plugin
%{_bindir}/hp-diagnose_queues
%{_bindir}/hp-doctor
%{_datadir}/hplip/doctor.py*
%{_bindir}/hp-fab
%{_bindir}/hp-faxsetup
%{_bindir}/hp-firmware
%{_bindir}/hp-info
%{_bindir}/hp-levels
%{_bindir}/hp-linefeedcal
%{_bindir}/hp-logcapture
%{_bindir}/hp-makecopies
%{_bindir}/hp-makeuri
%{_bindir}/hp-pkservice
%{_bindir}/hp-plugin
%{_bindir}/hp-pqdiag
%{_bindir}/hp-printsettings
%{_bindir}/hp-probe
%{_bindir}/hp-query
%{_bindir}/hp-scan
%{_bindir}/hp-sendfax
%{_bindir}/hp-setup
%{_bindir}/hp-testpage
%{_bindir}/hp-timedate
%{_bindir}/hp-unload
%{_bindir}/hp-wificonfig

%{_sbindir}/hp-diagnose_plugin
%{_sbindir}/hp-setup

%{_sysconfdir}/pam.d/hp-diagnose_plugin
%{_sysconfdir}/pam.d/hp-setup
%{_sysconfdir}/security/console.apps/hp-diagnose_plugin
%{_sysconfdir}/security/console.apps/hp-setup

# A tool to disable Smart Install
%{_bindir}/SmartInstallDisable-Tool.run

%exclude %{_datadir}/hplip/data/models
# C libraries for Python
%{_libdir}/python3*/*/*.so*
# CUPS backends (0755 permissions, so that CUPS 1.2 runs these backends
# as lp user)
# Note: this must be /usr/lib not _{_libdir}, since that's the
# CUPS serverbin directory.
%attr(0755,root,root) %{_prefix}/lib/cups/backend/hp*
%{_prefix}/lib/cups/filter/hpcups
%{_prefix}/lib/cups/filter/hpcupsfax
%{_prefix}/lib/cups/filter/hpps
%{_prefix}/lib/cups/filter/pstotiff
%{_datadir}/ppd/HP/HP-Fax*.ppd*
%{_datadir}/cups/drv/hp/hpcups.drv
# Files
%dir %{_datadir}/hplip
%{_datadir}/hplip/__pycache__
%{_datadir}/hplip/align.py*
%{_datadir}/hplip/check-plugin.py*
%{_datadir}/hplip/clean.py*
%{_datadir}/hplip/colorcal.py*
#{_datadir}/hplip/config_usb_printer.py*
%{_datadir}/hplip/devicesettings.py*
%{_datadir}/hplip/diagnose_plugin.py*
%{_datadir}/hplip/diagnose_queues.py*
%{_datadir}/hplip/fab.py*
%{_datadir}/hplip/fax
%{_datadir}/hplip/faxsetup.py*
%{_datadir}/hplip/firmware.py*
%{_datadir}/hplip/hpdio.py*
%{_datadir}/hplip/hpssd*
%{_datadir}/hplip/info.py*
%{_datadir}/hplip/__init__.py*
%{_datadir}/hplip/levels.py*
%{_datadir}/hplip/linefeedcal.py*
%{_datadir}/hplip/logcapture.py*
%{_datadir}/hplip/makecopies.py*
%{_datadir}/hplip/makeuri.py*
%{_datadir}/hplip/pkservice.py*
%{_datadir}/hplip/plugin.py*
%{_datadir}/hplip/pqdiag.py*
%{_datadir}/hplip/printsettings.py*
%{_datadir}/hplip/probe.py*
%{_datadir}/hplip/query.py*
%{_datadir}/hplip/scan.py*
%{_datadir}/hplip/sendfax.py*
%{_datadir}/hplip/setup.py*
%{_datadir}/hplip/testpage.py*
%{_datadir}/hplip/timedate.py*
%{_datadir}/hplip/unload.py*
%{_datadir}/hplip/wificonfig.py*
# Directories
%{_datadir}/hplip/base
%{_datadir}/hplip/copier
%dir %{_datadir}/hplip/data
%{_datadir}/hplip/data/ldl
%{_datadir}/hplip/data/localization
%{_datadir}/hplip/data/models
%{_datadir}/hplip/data/pcl
%{_datadir}/hplip/data/ps
%{_datadir}/hplip/installer
%{_datadir}/hplip/pcard
%{_datadir}/hplip/prnt
%{_datadir}/hplip/scan
#{_datadir}/polkit-1/actions/com.hp.hplip.policy
#{_datadir}/dbus-1/system-services/com.hp.hplip.service
%{_localstatedir}/lib/hp/hplip.state
%{_docdir}/%{name}/README.urpmi
%dir %attr(0775,root,lp) /run/hplip
%{_tmpfilesdir}/hplip.conf
%{_unitdir}/hplip-printer@.service
%{_datadir}/hplip/hplip_clean.sh
%{_datadir}/cups/mime/pstotiff.convs


%files doc
%doc %{_docdir}/%{name}-doc-%{version}%{extraversion}

%files -n %{libhpdiscovery}
%{_libdir}/libhpdiscovery.so.%{major}*

%files -n %{libhpip}
%{_libdir}/libhpip.so.%{major}*

%files -n %{libhpipp}
%{_libdir}/libhpipp.so.%{major}*

%files -n %{libhpmud}
%{_libdir}/libhpmud.so.%{major}*

%files -n %{devname}
%{_includedir}/hpip.h
%{_includedir}/xform.h
%{_libdir}/libhpip.so
%{_libdir}/libhpipp.so
%{_libdir}/libhpmud.so
%{_libdir}/libhpdiscovery.so
%if %{sane_backend}
%{_libdir}/sane/libsane-hpaio.so
%endif

%if %{sane_backend}
%files -n %{libsane}
%{_libdir}/sane/libsane-hpaio.so.%{sanemaj}*
# Not really a shared library package so it's OK to have config here
%config(noreplace) %{_sysconfdir}/sane.d/dll.d/hpaio
%endif

%files compat-libs
# Python extensions
%{py_platsitedir}/*.so

%files model-data
/lib/udev/rules.d/*.rules
%{_datadir}/hplip/data/models

%files gui
%{_bindir}/hp-check
%{_bindir}/hp-print
%{_bindir}/hp-systray
%{_bindir}/hp-toolbox
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/hp-sendfax.png
%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
# Files
%{_datadir}/hplip/check.py*
%{_datadir}/hplip/print.py*
%{_datadir}/hplip/systray.py*
%{_datadir}/hplip/toolbox.py*
# Directories
%{_datadir}/hplip/data/images
%{_datadir}/hplip/ui4

%files hpijs
%{_bindir}/hpijs
# Needed for both printing and fax PPDs. They all need HPIJS, therefore
# the link is here
%dir %{_datadir}/ppd
%dir %{_datadir}/ppd/HP
#{_datadir}/cups/drv/hp/hpijs.drv
%{_bindir}/hpcups-update-ppds

%files hpijs-ppds
%{_datadir}/ppd/HP/apollo*.ppd*
%{_datadir}/ppd/HP/hp-*.ppd*

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22775 |14mu|htmldoc-1.8.29-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Convert HTML documents into PDF or PS format
Name:		htmldoc
Version:	1.8.29
Release:	1
License:	GPLv2+
Group:		File tools
Url:		https://www.msweet.org/projects.php?Z1
Source:		http://www.msweet.org/files/project1/%{name}-%{version}-source.tar.bz2
Patch3:		htmldoc-1.8.27-fixdso.patch
BuildRequires:	fltk-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires:	fltk

%description
HTMLDOC allow you to convert Html documents into PDF or PS format.
Links and somes specific things of PDF format can be used.

%files
%defattr(-,root,root,0755)
%doc CHANGES.txt README.txt COPYING.txt
%{_bindir}/htmldoc
%{_mandir}/man1/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%package nogui
Summary:	Convert HTML documents into PDF or PS format
Group:		File tools

%description nogui
This package contains the non-GUI version of %{name}

%files nogui
%defattr(-,root,root,0755)
%doc CHANGES.txt README.txt COPYING.txt
%{_bindir}/htmldoc-nogui

#----------------------------------------------------------------------------

%prep
%setup -q
%patch3 -p1

%build
# first build the non gui version
%configure2_5x \
	--disable-rpath \
	--disable-localpng \
	--disable-localjpeg \
	--disable-localzlib \
	--without-gui

%make
mv htmldoc/htmldoc htmldoc-nogui
make clean

%configure2_5x \
	--disable-rpath \
	--disable-localpng \
	--disable-localjpeg \
	--disable-localzlib \
	--with-gui \
	--with-openssl-libs \
	--with-openssl-includes

%make

%install
%makeinstall

install -d %{buildroot}%{_bindir}
install -m0755 htmldoc-nogui %{buildroot}%{_bindir}/

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=HTMLDoc
Comment=Convert HTML files to PDF or PostScript
Comment[ru]=Преобразование HTML в PDF и PostScript
Exec=%{_bindir}/%{name}
Icon=publishing_section
Terminal=false
Type=Application
StartupNotify=true
MimeType=text/html;
Categories=FileTools;Utility;
EOF


%changelog

* Tue Mar 22 2016 Denis Silakov <dsilakov@gmail.com> 1.8.29-1
- (6abd04b) Drop merged patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22776 |14mu|htop-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           htop
Version:        2.0.1
Release:        1

Summary:        Interactive text-mode process viewer for Linux
License:        GPLv2+
Group:          Monitoring
Url:            http://htop.sourceforge.net/
Source0:        http://hisham.hm/htop/releases/%{version}/%{name}-%{version}.tar.gz

BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(ncursesw)
BuildRequires:  pkgconfig(ncurses)


%description
htop is an interactive process viewer for Linux, similar to top.
It requires ncurses. Tested with Linux 2.4 and 2.6.

Some advantages over top:

* you can scroll the list vertically and horizontally to see
  all processes and complete command lines
* htop starts faster than top
* you don't need to type the process number to kill a process
* you don't need to type the process number or the priority value to
  renice a process
* htop supports mouse operation

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std
# A hack to hide htop.from the menu
rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop

%files
%doc README AUTHORS NEWS
%{_bindir}/%{name}
%{_datadir}/pixmaps/*
%{_mandir}/man1/%{name}.*

%changelog

* Sat Jun 04 2016 abondrov <andrey.bondrov@rosalab.ru> 2.0.1-1
- (b86f2d5) Merge pull request #1 from alzim/htop:rosa2014.1
- (b86f2d5) Updated to 2.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22777 |14mu|http-parser-2.0-0.20121128gitcd01361.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# we use the upstream version from http_parser.h as the SONAME
%global somajor 2
%global sominor 0

%global git_date 20121128
%global git_commit_hash cd01361
%global github_seq 7

%define libname %mklibname http_parser %{somajor}
%define devname http-parser-devel

%define strictlibname %mklibname http_parser_strict %{somajor}

Name:           http-parser
Version:        %{somajor}.%{sominor}
Release:        0.%{git_date}git%{git_commit_hash}.1
Summary:        HTTP request/response parser for C

Group:          System/Libraries
License:        MIT
URL:            http://github.com/joyent/http-parser
# download from https://github.com/joyent/http-parser/tarball/%%{version}
Source0:        joyent-http-parser-v%{version}-%{github_seq}-g%{git_commit_hash}.tar.gz

# Build shared library with SONAME using gyp and remove -O flags so optflags take over
# TODO: do this nicely upstream
Patch1:		http-parser-gyp-sharedlib.patch

BuildRequires:	gyp

%description
This is a parser for HTTP messages written in C. It parses both requests and
responses. The parser is designed to be used in performance HTTP applications.
It does not make any syscalls nor allocations, it does not buffer data, it can
be interrupted at anytime. Depending on your architecture, it only requires
about 40 bytes of data per message stream (in a web server that is per
connection).


%package -n %{devname}
Group:          Development/Other
Summary:        Development headers and libraries for http-parser
Requires:       %{libname} = %{EVRD}
Requires:       %{strictlibname} = %{EVRD}

%description -n %{devname}
Development headers and libraries for http-parser.

%package -n %{libname}
Summary:    %{summary}
Group:      System/Libraries

%description -n %{libname}
This is a parser for HTTP messages written in C. It parses both requests and
responses. The parser is designed to be used in performance HTTP applications.
It does not make any syscalls nor allocations, it does not buffer data, it can
be interrupted at anytime. Depending on your architecture, it only requires
about 40 bytes of data per message stream (in a web server that is per
connection).

%package -n %{strictlibname}
Summary:    %{summary}
Group:      System/Libraries

%description -n %{strictlibname}
Http-parser strict library.

%prep
%setup -q -n joyent-http-parser-%{git_commit_hash}
%patch1


%build
# TODO: fix -fPIC upstream
export CFLAGS='%{optflags} -fPIC'
gyp -f make --depth=`pwd` http_parser.gyp
%make BUILDTYPE=Release 


%install
install -d %{buildroot}%{_includedir}
install -d %{buildroot}%{_libdir}

install -pm644 http_parser.h %{buildroot}%{_includedir}

#install regular variant
install out/Release/lib.target/libhttp_parser.so.%{somajor} %{buildroot}%{_libdir}/libhttp_parser.so.%{somajor}.%{sominor}
ln -sf libhttp_parser.so.%{somajor}.%{sominor} %{buildroot}%{_libdir}/libhttp_parser.so.%{somajor}
ln -sf libhttp_parser.so.%{somajor}.%{sominor} %{buildroot}%{_libdir}/libhttp_parser.so

#install strict variant
install out/Release/lib.target/libhttp_parser_strict.so.%{somajor} %{buildroot}%{_libdir}/libhttp_parser_strict.so.%{somajor}.%{sominor}
ln -sf libhttp_parser_strict.so.%{somajor}.%{sominor} %{buildroot}%{_libdir}/libhttp_parser_strict.so.%{somajor}
ln -sf libhttp_parser_strict.so.%{somajor}.%{sominor} %{buildroot}%{_libdir}/libhttp_parser_strict.so


%check
export LD_LIBRARY_PATH='./out/Release/lib.target' 
./out/Release/test-nonstrict
./out/Release/test-strict


%files
%doc AUTHORS CONTRIBUTIONS LICENSE-MIT README.md

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libhttp_parser.so
%{_libdir}/libhttp_parser_strict.so

%files -n %{libname}
%{_libdir}/libhttp_parser.so.*

%files -n %{strictlibname}
%{_libdir}/libhttp_parser_strict.so.*

%changelog

* Wed Apr 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.0-0.20121128gitcd01361.1
- (5210bf4) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22778 |14mu|hugin-2015.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Panorama Tools GUI
Name:		hugin
Version:	2015.0.0
Release:	1
License:	GPLv2+
Group:		Graphics
Url:		http://hugin.sourceforge.net
Source0:	http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.bz2
Patch0:		hugin-2012.0.0-invalid-utf8.patch
Patch1:		hugin-2015.0.0-l10n-ru.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	swig >= 2.0
BuildRequires:	tclap
BuildRequires:	zip
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
# pkgconfig(libtiff-4) is not provided by libtiff in 2011 so we use old format
BuildRequires:	tiff-devel
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(lensfun)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libpano13) >= 2.9.18
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	perl-Image-ExifTool
BuildRequires:	vigra-devel
Requires:	enblend >= 3.2
Requires:	libpano13-tools >= 2.9.18
Requires:	perl-Image-ExifTool

%description
Hugin can be used to stitch multiple images together. The resulting image can
span 360 degrees. Another common use is the creation of very high resolution
pictures by combining multiple images. 

%prep
%setup -q
%patch0 -p0
%patch1 -p1
# Fix error: non-readable in debug package, we get 1000+ errors from rpmlint
find . -type f -exec chmod 644 {} \;

%build
%define Werror_cflags %{nil}
%cmake -DCMAKE_SKIP_RPATH:BOOL=OFF -DBUILD_HSI=1 -DENABLE_LAPACK=ON
find . -iname flags.make -exec sed -i 's/\-pthread;/\-pthread\ /' {} \;
find . -iname link.txt -exec sed -i 's/\-pthread;/\-pthread\ /' {} \;
%make

%install
%makeinstall_std -C build

# menu entry
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="X-MandrivaLinux-CrossDesktop;" \
	--add-category="Photography" \
	--add-category="Graphics" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name} nona_gui %{name}.lang

%files -f %{name}.lang
%doc AUTHORS COPYING INSTALL_cmake README README_JP TODO doc/nona.txt doc/fulla.html src/hugin1/hugin/xrc/data/help_en_EN/LICENCE.manual
%{_bindir}/*
%{_libdir}/%{name}/lib*.so.*
%{_datadir}/%{name}
%{_datadir}/appdata/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/gnome/48x48/mimetypes/gnome-mime-application-x-ptoptimizer-script.png
%{_datadir}/mime/packages/hugin.xml
%{_datadir}/pixmaps/hugin.png
%{_datadir}/pixmaps/ptbatcher.png
%{py_platsitedir}/*
%{_mandir}/man?/*


%changelog

* Wed Feb 03 2016 Denis Silakov <dsilakov@gmail.com> 2015.0.0-1
- (8b049d6) Added fftw BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22779 |14mu|hunspell-1.3.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 1.3
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Spell checker and morphological analyzer library
Name:		hunspell
Version:	1.3.2
Release:	9
License:	GPLv2+
Group:		System/Internationalization
Url:		http://hunspell.sourceforge.net/
Source0:	http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
# (tpg) Mdv's specific path to myspell dictionaries
Patch0:		%{name}-1.2.15-dict-path.patch
BuildRequires:	bison
BuildRequires:	libtool
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncursesw)

%description
Hunspell is a spell checker and morphological analyzer library and program
designed for languages with rich morphology and complex word compounding
or character encoding.

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/*
%lang(hu) %{_mandir}/hu/man1/*
%{_mandir}/man1/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for hunspell
Group:		System/Libraries
Provides:	libhunspell = %{EVRD}

%description -n %{libname}
Shared library for hunspell.

%files -n %{libname}
%{_libdir}/libhunspell-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for hunspell
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files and headers for hunspell.

%files -n %{devname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h*
%{_libdir}/libparsers.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%lang(hu) %{_mandir}/hu/man4/*
%{_mandir}/man4/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--with-ui \
	--with-readline \
	--with-experimental \
	--disable-rpath

%make

%install
%makeinstall_std

%find_lang %{name}

%check
# Fails in ABF container, local build is fine
# make check


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.2-9
- (fb1b117) Disable tests because they fails in ABF container, local build is fine



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22780 |14mu|hupnp-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname herqq

%define major 1
%define api 2.7
%define libname %mklibname hupnp %{major}
%define libqtsolution %mklibname QtSolutions_SOAP %{api} %{major}
%define devname %mklibname hupnp -d

Summary:	Qt4-based software library for building UPnP devices and control points
Name:		hupnp
Version:	1.0.0
Release:	5
License:	LGPLv3+
Group:		System/Libraries
Url:		http://www.herqq.org
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{srcname}-%{version}.zip
BuildRequires:	qt4-devel

%description
Herqq UPnP (HUPnP) is a software library for building UPnP devices and control
points conforming to the UPnP Device Architecture version 1.1. It is designed
to be simple to use and robust in operation. It is built using C++ and the Qt
Framework following many of the design principles and programming practices
used in the Qt Framework. It integrates into Qt-based software smoothly and
enables truly rapid UPnP development.

%files

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libname}
Software library for building UPnP devices and control points.

%files -n %{libname}
%{_libdir}/libHUpnp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqtsolution}
Summary:	Library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}libqtsolution1 < 1.0.0-5
Obsoletes:	%{_lib}libqtsolution1 < 1.0.0-5

%description -n %{libqtsolution}
Library for %{name}.

%files -n %{libqtsolution}
%{_libdir}/libQtSolutions_SOAP-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libqtsolution} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 1.0.0-5
Obsoletes:	%{name}-devel < 1.0.0-5

%description -n %{devname}
Libraries and header files to develop applications that use %{name}.

%files -n %{devname}
%{_includedir}/HUpnpCore/
%{_libdir}/libQtSolutions_SOAP-2.7.so
%{_libdir}/libHUpnp.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}

%build
%qmake_qt4 %{srcname}.pro

%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}/usr/include/HUpnpCore
pushd hupnp/bin
mv lib* %{buildroot}%{_libdir}
popd
pushd hupnp/deploy/include/HUpnpCore/
mv * %{buildroot}/usr/include/HUpnpCore/
popd


%changelog
* Sun Dec 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-5
+ Revision: b9fb05f
- Fix library and devel packages' naming



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22781 |14mu|hwdata-0.309-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hardware identification and configuration data
Name:		hwdata
Version:	0.309
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		https://github.com/vcrhonek/hwdata
Source0:	https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
Source1:	sdio.ids
Conflicts:	ldetect-lst < 0.1.318-1
BuildArch:	noarch

%description
hwdata contains various hardware identification and configuration data,
such as the pci.ids and usb.ids databases.

%files
%doc LICENSE COPYING
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/*.ids
%{_datadir}/misc/*.ids

#------------------------------------------------------------------

%prep
%setup -q
%apply_patches
%configure

%build
# nothing to build

%install
make install DESTDIR=%{buildroot}
mkdir -p %{buildroot}%{_datadir}/misc
cp -f %{SOURCE1} %{buildroot}%{_datadir}/%{name}/

# kmod-compat provides the equivalent black lists of the drivers 
# in /etc/modprobe.d already.
rm -f %{buildroot}%{_libdir}/modprobe.d/dist-blacklist.conf

###compatibilty symlink, remove when it is no longer needed
cd %{buildroot}%{_datadir}/
ln -s %{name}/usb.ids usb.ids
ln -s %{name}/pci.ids pci.ids
ln -s %{name}/pnp.ids pnp.ids
ln -s ../%{name}/pnp.ids misc/pnp.ids
###end of it

%changelog

* Thu Feb 22 2018 alekseyz <a.zimin@rosalinux.ru> 0.309-1
- (57210c7) Merge pull request #4 from import/hwdata:rosa2016.1
- (57210c7) Updated to 0.309



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22782 |14mu|hwinfo-21.46-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 21
%define libname %mklibname hd %{major}
%define devname %mklibname hd -d

Summary:	Hardware Library
Name:		hwinfo
License:	GPLv2+
Group:		System/Kernel and hardware
Version:	21.46
Release:	1
Url:		http://software.opensuse.org
# Source are generated for git
# git clone git://gitorious.org/opensuse/hwinfo.git
# pushd hwinfo && git checkout %{version} &&
# popd && tar -caf %{name}-%{version}.tar.gz  hwinfo
Source0:	%{name}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	perl-XML-Parser
BuildRequires:	perl-XML-Writer
BuildRequires:	udev
%ifarch %{ix86} x86_64
BuildRequires:	libx86emu-devel
%endif

%description
A simple program that lists results from the hardware detection
library.

%files
%{_sbindir}/hwinfo
%{_sbindir}/mk_isdnhwdb
%{_sbindir}/getsysinfo
%{_mandir}/man8/*
%dir %{_localstatedir}/lib/hardware
%dir %{_localstatedir}/lib/hardware/udi
%dir %{_datadir}/hwinfo
%{_datadir}/hwinfo/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraies for %{name}
Group:		System/Libraries

%description -n %{libname}
Libraries for %{name}.

%files -n %{libname}
%{_libdir}/libhd.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Hardware Detection Library
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	libhd-devel = %{EVRD}

%description -n %{devname}
This library collects information about the hardware installed on a system.

%files -n %{devname}
%doc doc/libhd/html
%{_sbindir}/check_hd
%{_sbindir}/convert_hd
%{_libdir}/libhd.so
%{_libdir}/pkgconfig/hwinfo.pc
%{_includedir}/hd.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
make LIBDIR=%{_libdir} LDFLAGS="%{optflags} -Lsrc"
make doc

%install
%makeinstall_std LIBDIR=%{_libdir}

install -d -m 755 %{buildroot}%{_mandir}/man8
install -m 644 doc/hwinfo.8 %{buildroot}%{_mandir}/man8
mkdir -p %{buildroot}%{_var}/lib/hardware/udi


%changelog

* Tue Jun 13 2017 abondrov <andrey.bondrov@rosalab.ru> 21.46-1
- (de71704) Merge pull request #1 from survolog/hwinfo:rosa2016.1
- (de71704) update to 21.46



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22783 |14mu|hw-probe-1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA Hardware Probe Tool
Name:		hw-probe
Version:	1.4
Release:	2
Group:		Development/Other
License:	LGPLv2.1+
URL:		https://linux-hardware.org
Source0:	hw-probe-%{version}.tar.gz
Requires:	perl-Digest-SHA
Requires:	curl
Requires:	usermode-consoleonly
Requires:	hwinfo
Requires:	dmidecode
Requires:	pciutils
Requires:	usbutils
Requires:	pnputils
Requires:	smartmontools
Requires:	edid-decode
Suggests:	hdparm
Suggests:	sysstat
Suggests:	acpica
Suggests:	mesa-demos
Suggests:	memtester
Suggests:	rfkill
Suggests:	mcelog
Suggests:	cpuid
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%define debug_package %{nil}

%description
A tool to probe for hardware, check its operability and upload result
to the ROSA Linux Hardware Database.

%prep
%setup -q -n hw-probe-%{version}
chmod 0644 README.md

%build
# Nothing to build yet

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_prefix}
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}

# consolehelper config
mkdir -p %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
cat > %{buildroot}%{_sysconfdir}/pam.d/%{name}  <<EOF
#%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<EOF
USER=<user>
PROGRAM=/usr/sbin/%{name}
FALLBACK=false
SESSION=true
EOF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README.md
%{_bindir}/%{name}
%{_sbindir}/%{name}
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}

%changelog

* Fri Apr 20 2018 Andrey Ponomarenko <andrewponomarenko@yandex.ru> 1.4-2
- (8aaf6ac) - Require perl-Digest-SHA and edid-decode
- (8aaf6ac) - Added suggests for most interesting packages: hdparm, sysstat, acpica, mesa-demos, memtester, rfkill, mcelog and cpuid



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22784 |14mu|hw-probe-gui-1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GUI for ROSA HW Probe Tool
Name:		hw-probe-gui
Version:	1.3
Release:	1
Group:		Development/Other
License:	GPLv2+ or LGPLv2+
URL:		https://linux-hardware.org
Source0:	hw-probe.desktop
Source1:	dialog.sh
Requires:	hw-probe >= 1.3
Requires:	kdialog
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%define debug_package %{nil}

%description
Desktop file and simple graphical UI for ROSA HW Probe Tool.

%prep

%build
# Nothing to build yet

%install
rm -rf %{buildroot}

# desktop file
mkdir -p %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE0} %{buildroot}%{_datadir}/applications/

# dialog
mkdir -p %{buildroot}%{_datadir}/hw-probe
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/hw-probe/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_datadir}/applications/hw-probe.desktop
%{_datadir}/hw-probe

%changelog

* Sat Dec 02 2017 Andrey Ponomarenko <andrewponomarenko@yandex.ru> 1.3-1
- (fee3518) Updated to 1.3. Removed private access to probe via GUI.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22785 |14mu|hxtools-20150304-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A collection of several multipurpose scripts and tools
Name:		hxtools
Version:	20150304
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://inai.de/projects/hxtools/
Source0:	http://inai.de/files/hxtools/%{name}-%{version}.tar.xz
BuildRequires:	libcap-devel
BuildRequires:	pkgconfig(libHX)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(mount)
BuildRequires:	pkgconfig(xcb)
Suggests:	mc

%description
A collection of multipurpose scripts and tools by the developper Jan
Engelhardt (http://inai.de) used in other projects.

%files
%doc LICENSE.GPL2 LICENSE.GPL3 LICENSE.WTFPL LICENSES.txt
%config(noreplace) %{_sysconfdir}/hxloginpref.conf
%{_libexecdir}/hxtools/doxygen-kerneldoc-filter
%{_datadir}/hxtools/hx*
%{_mandir}/man7/hxtools.7*

#----------------------------------------------------------------------------

%package extract
Summary:	Hxtools scripts and binaries for game packaging
Group:		Games/Other

%description extract
Hxtools scripts and binaries for game packaging.

%files extract
%{_libexecdir}/hxtools/shared.pm
%{_libexecdir}/hxtools/extract_*
%{_mandir}/man1/extract*.1*

#----------------------------------------------------------------------------

%package fonts
Summary:	Hxtools fonts
Group:		System/Fonts/X11 bitmap

%description fonts
Hxtools fonts.

%files fonts
%doc kbd/README
%{_bindir}/clt2bdf
%{_libexecdir}/hxtools/clt2pbm
%{_libexecdir}/hxtools/fnt2bdf
%{_libexecdir}/hxtools/vfontas
%{_xfontdir}/misc/*
%{_datadir}/kbd
%{_datadir}/hxtools/rfc*
%{_mandir}/man1/clt2bdf.1*
%{_mandir}/man1/clt2pbm.1*
%{_mandir}/man1/fnt2bdf.1*
%{_mandir}/man1/vfontas.1*

#----------------------------------------------------------------------------

%package git
Summary:	Hxtools utilities dedicated to git
Group:		Development/Tools
Requires:	coreutils
Requires:	git
Requires:	less

%description git
Hxtools utilities dedicated to git.

%files git
%{_bindir}/git-*
%{_bindir}/pesubst
%{_libexecdir}/hxtools/git-blame-stats
%{_libexecdir}/hxtools/git-new-root
%{_libexecdir}/hxtools/git-revert-stats
%{_datadir}/hxtools/gitconfig
%{_mandir}/man1/pesubst.1*
%{_mandir}/man1/git-author-stat.1*
%{_mandir}/man1/git-export-patch.1*
%{_mandir}/man1/git-forest.1*
%{_mandir}/man1/git-revert-stats.1*
%{_mandir}/man1/git-track.1*

#----------------------------------------------------------------------------

%package sound
Summary:	Hxtools scripts and binaries for audio processing
Group:		Sound
Suggests:	ossp
Suggests:	TiMidity++

%description sound
Hxtools scripts and binaries for audio processing.

%files sound
%{_bindir}/googtts
%{_bindir}/gpsh
%{_bindir}/hcdplay
%{_bindir}/omixer
%{_bindir}/oplay
%{_bindir}/orec
%{_libexecdir}/hxtools/bsvplay
%{_libexecdir}/hxtools/mod2ogg
%{_libexecdir}/hxtools/pcmdiff
%{_libexecdir}/hxtools/qplay
%{_mandir}/man1/bsvplay.1*
%{_mandir}/man1/hcdplay.1*
%{_mandir}/man1/mod2ogg.1*
%{_mandir}/man1/omixer.1*
%{_mandir}/man1/oplay.1*
%{_mandir}/man1/orec.1*
%{_mandir}/man1/pcmdiff.1*
%{_mandir}/man1/qplay.1*

#----------------------------------------------------------------------------

%package system
Summary:	Hxtools scripts and binaries dedicated to system
Group:		System/Base
Requires:	sudo
Suggests:	wdiff

%description system
Hxtools scripts and binaries dedicated to system.

%files system
%{_bindir}/clock_info
%{_bindir}/declone
%{_bindir}/ofl
%{_bindir}/pmap_dirty
%{_bindir}/su1
%{_bindir}/sysinfo
%{_bindir}/xcp
%{_libexecdir}/hxtools/cctypeinfo
%{_libexecdir}/hxtools/fd0ssh
%{_libexecdir}/hxtools/psthreads
%{_libexecdir}/hxtools/logontime
%{_libexecdir}/hxtools/netload
%{_libexecdir}/hxtools/paddrspacesize
%{_libexecdir}/hxtools/printcaps
%{_libexecdir}/hxtools/proc*
%{_libexecdir}/hxtools/utmp_register
%{_mandir}/man1/cctypeinfo.1*
%{_mandir}/man1/clock_info.1*
%{_mandir}/man1/declone.1*
%{_mandir}/man1/fd0ssh.1*
%{_mandir}/man1/ofl.1*
%{_mandir}/man1/psthreads.1*
%{_mandir}/man1/sysinfo.1*
%{_mandir}/man1/xcp.1*
%{_mandir}/man8/logontime.8*
%{_mandir}/man8/netload.8*
%{_mandir}/man8/printcaps.8*
%{_mandir}/man8/utmp_register.8*

#----------------------------------------------------------------------------

%package utils
Summary:	The hxtools scripts and tools
Group:		File tools
Requires:	fontforge
Requires:	xterm

%description utils
The hxtools scripts and tools.

%files utils
%{_bindir}/bin2c
%{_bindir}/checkbrack
%{_bindir}/cwdiff
%{_bindir}/fxterm
%{_bindir}/qtar
%{_bindir}/rot13
%{_bindir}/spec-beautifier
%{_bindir}/tailhex
%{_bindir}/wktimer
%{_libexecdir}/hxtools/diff2php
%{_libexecdir}/hxtools/mailsplit
%{_libexecdir}/hxtools/peicon
%{_libexecdir}/hxtools/recursive_lower
%{_libexecdir}/hxtools/rezip
%{_libexecdir}/hxtools/sourcefuncsize
%{_libexecdir}/hxtools/vcsaview
%{_mandir}/man1/bin2c.1*
%{_mandir}/man1/checkbrack.1*
%{_mandir}/man1/cwdiff.1*
%{_mandir}/man1/diff2php.1*
%{_mandir}/man1/fxterm.1*
%{_mandir}/man1/mailsplit.1*
%{_mandir}/man1/peicon.1*
%{_mandir}/man1/qtar.1*
%{_mandir}/man1/rot13.1*
%{_mandir}/man1/recursive_lower.1*
%{_mandir}/man1/spec-beautifier.1*
%{_mandir}/man1/sourcefuncsize.1*
%{_mandir}/man1/tailhex.1*
%{_mandir}/man8/vcsaview.8*
%{_mandir}/man1/wktimer.1*

#----------------------------------------------------------------------------

%package video
Summary:	Hxtools scripts and binaries for video processing
Group:		Video
Requires:	ffmpeg

%description video
Hxtools scripts and binaries for video processing.

%files video
%{_bindir}/move_moov
%{_bindir}/ssa2srt
%{_libexecdir}/hxtools/stxdb
%{_mandir}/man1/ssa2srt.1*
%{_mandir}/man1/stxdb.1*

#----------------------------------------------------------------------------



%prep
%setup -q

%build
%configure2_5x \
	--disable-silent-rules
%make

%install
%makeinstall_std

#already provided by man
rm %{buildroot}/%{_bindir}/man2html
rm %{buildroot}/%{_mandir}/man1/man2html.1*

#no corresponding binary
rm %{buildroot}/%{_mandir}/man8/xfs_irecover.8*


%changelog

* Tue Sep 06 2016 Rosa <rosa@abf.rosalinux.ru> 20150304-1
- (ceb6066) Automatic import for version 20150304-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22786 |14mu|i2c-tools-3.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Heterogeneous set of I2C tools for Linux
Name:		i2c-tools
Version:	3.1.2
Release:	4
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.lm-sensors.org/wiki/I2CTools
Source0:	http://dl.lm-sensors.org/i2c-tools/releases/%{name}-%{version}.tar.bz2
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
Requires:	udev
Conflicts:	lm_sensors < 3.0.0

%description
This package contains a heterogeneous set of I2C tools for Linux: a bus
probing tool, a chip dumper, register-level access helpers, EEPROM
decoding scripts, and more.

%files
%defattr(0644,root,root,0755)
%doc CHANGES COPYING README
%attr(660,root,root) %dev(c,89,0) /lib/udev/devices/i2c-0
%attr(660,root,root) %dev(c,89,0) /lib/udev/devices/i2c-1
%attr(660,root,root) %dev(c,89,0) /lib/udev/devices/i2c-2
%attr(660,root,root) %dev(c,89,0) /lib/udev/devices/i2c-3
#%attr(0755,root,root) %{_bindir}/*
#%attr(0755,root,root) %{_sbindir}/*
%exclude %{_sbindir}/eeprog
%exclude %{_sbindir}/eeprom
%exclude %{_sbindir}/eepromer
%attr(0755,root,root) %{_bindir}/ddcmon
%attr(0755,root,root) %{_bindir}/decode-dimms
%attr(0755,root,root) %{_bindir}/decode-edid
%attr(0755,root,root) %{_bindir}/decode-vaio
%attr(0755,root,root) %{_sbindir}/i2cdetect
%attr(0755,root,root) %{_sbindir}/i2cdump
%attr(0755,root,root) %{_sbindir}/i2cget
%attr(0755,root,root) %{_sbindir}/i2cset
%attr(0755,root,root) %{_sbindir}/i2c-stub-from-dump
%{_mandir}/man8/i2cdetect.8*
%{_mandir}/man8/i2cdump.8*
%{_mandir}/man8/i2cget.8*
%{_mandir}/man8/i2cset.8*
%{_mandir}/man8/i2c-stub-from-dump.8*
%{_mandir}/man1/decode-dimms.1*
%{_mandir}/man1/decode-vaio.1*

#----------------------------------------------------------------------------

%package eepromer
Summary:	Programs for reading/writing i2c/smbus eeproms
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}

%description eepromer
Programs for reading/writing i2c/smbus eeproms. Notice that writing the
eeproms in your system is very dangerous and is likely to render your system
unusable. Do not install, let alone use this, unless you really, _really_ know
what you are doing.

%files eepromer
%defattr(0644,root,root,0755)
%doc eepromer/README eepromer/README.eeprom eepromer/README.eepromer eepromer/README.eeprog
%attr(0755,root,root) %{_sbindir}/eeprog
%attr(0755,root,root) %{_sbindir}/eeprom
%attr(0755,root,root) %{_sbindir}/eepromer

#----------------------------------------------------------------------------

%package -n python-smbus
Summary:	Python module for SMBus access via I2C
Group:		System/Kernel and hardware
Requires:	python

%description -n python-smbus
This Python module allows SMBus access through the I2C /dev interface
on Linux hosts. The host kernel must have I2C support, I2C device
interface support, and a bus adapter driver.

%files -n python-smbus
%defattr(0644,root,root,0755)
%doc py-smbus/README
%{py_platsitedir}/smbus*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

pushd eepromer
%make CFLAGS="%{optflags} -I../include"
popd

pushd py-smbus
CFLAGS="%{optflags} -I../include" python setup.py build
popd

%install
%makeinstall
cp -a eepromer/eeprog eepromer/eeprom eepromer/eepromer %{buildroot}%{_sbindir}

pushd py-smbus
python setup.py install --root=%{buildroot} --compile --optimize=2
popd

rm -r %{buildroot}%{_includedir}/linux

%changelog

* Tue Dec 12 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.2-4
- (f88f7cc) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22787 |14mu|iagno-3.17.90-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define _appdatadir %{_datadir}/appdata

Name:           iagno
Version:        3.17.90
Release:        1
Summary:        GNOME Reversi game

License:        GPLv2+ and CC-BY-SA
Group:		Games/Other
URL:            http://live.gnome.org/Iagno
Source0:        http://download.gnome.org/sources/iagno/%{url_ver}/iagno-%{version}.tar.xz
Source100:      iagno.rpmlintrc

BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libcanberra)
BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: intltool
BuildRequires: itstool
BuildRequires: desktop-file-utils
BuildRequires: appstream-util


Obsoletes: gnome-games < 3.7.92

%description
The GNOME version of Reversi. The goal is to control the most disks
on the board.

%files -f %{name}.lang
%doc COPYING NEWS
%{_bindir}/iagno
%{_datadir}/applications/iagno.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.iagno.gschema.xml
%{_datadir}/iagno/
%{_datadir}/icons/*/*/apps/*
%{_mandir}/man6/iagno.6*
%{_appdatadir}/*.xml


%prep
%setup -q

%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/iagno.desktop
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml

%find_lang %{name} --with-gnome



%changelog

* Sat Aug 29 2015 abfonly <abfonly@gmail.com> 3.17.90-1
- (bbd8c3a) Merge pull request #1 from abfonly/iagno:gnome316
- (bbd8c3a) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22788 |14mu|ibus-1.5.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	1.0
%define major	5
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname %mklibname %{name} -d

Summary:	A next generation input framework
Name:		ibus
Version:	1.5.8
Release:	1
License:	GPLv2+
Group:		System/Internationalization
Url:		http://code.google.com/p/ibus/
Source0:	http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	ibus.macros
Patch0:		ibus-1.5.7-desktop.patch
BuildRequires:	dconf
BuildRequires:	GConf2
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	kde4-macros
BuildRequires:	vala
BuildRequires:	vala-devel
BuildRequires:	vala-tools
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(dbus-python)
BuildRequires:	pkgconfig(dconf)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(gio-2.0) >= 2.32.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.32.0
BuildRequires:	pkgconfig(gobject-2.0) >= 2.32.0
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gthread-2.0) >= 2.32.0
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(pygobject-3.0) >= 3.0.0
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(vapigen)
BuildRequires:	pkgconfig(x11)
BuildRequires:	python-gi

Requires:	iso-codes
Requires:	librsvg
Requires:	python-gobject >= 2.15
Requires:	python-dbus >= 0.83.0
Requires:	pygtk2.0
Requires:	python-notify
Requires:	pyxdg
Suggests:	%{name}-gtk = %{EVRD}
Requires:       %{name}-ui

%description
IBus is a next generation input framework.

%files -f %{name}10.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_sysconfdir}/gconf/schemas/ibus.schemas
%{_sysconfdir}/dconf/profile/ibus
%{_sysconfdir}/dconf/db/ibus.d
%{_bindir}/*
%{_libexecdir}/ibus-dconf
%{_libexecdir}/ibus-gconf
%{_libexecdir}/ibus-x11
# %{_libexecdir}/ibus-ui-gtk*
%{_libexecdir}/ibus-engine-simple
%exclude %{_datadir}/ibus/component/gtkpanel.xml
%{_datadir}/applications/*.desktop
%{_datadir}/bash-completion/completions/ibus.bash
%{_datadir}/GConf/gsettings/ibus.convert
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.gschema.xml
%{_datadir}/ibus/*
%{_iconsdir}/*/*/*/*
%{_mandir}/man1/ibus-daemon.1.*
%{_mandir}/man1/ibus-setup.1.*
%{_mandir}/man1/ibus.1.*
%{py_puresitedir}/*
%ifarch x86_64
%{py_platsitedir}/*
%endif

%preun
%preun_uninstall_gconf_schemas ibus

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Internationalization
Obsoletes:	%{_lib}ibus5 < 1.5.2-1
Conflicts:	%{_lib}ibus5 < 1.5.2-1

%description -n %{libname}
IBus shared libraries.

%files -n %{libname}
%{_libdir}/libibus-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}ibus5 < 1.5.2-1

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/IBus-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers of %{name} for development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	ibus-devel < 1.5.2-1
Obsoletes:	ibus-devel < 1.5.2-1

%description -n %{devname}
IBus development package: development libraries, header files, and the like.

%files -n %{devname}
%{_includedir}/ibus-1.0
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/ibus
%{_datadir}/gir-1.0/*.gir
%{_datadir}/vala/vapi/*.vapi
%{_datadir}/vala/vapi/ibus-1.0.deps
%{_sysconfdir}/rpm/macros.d/%{name}.macros

#----------------------------------------------------------------------------

%package gtk
Summary:	IBus gtk module
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}
Requires(post):	gtk+2.0
Requires(postun): gtk+2.0

%description gtk
IBus gtk module.

%files gtk
%{_libdir}/gtk-2.0/*/immodules/*.so

#----------------------------------------------------------------------------

%package gtk3
Summary:	IBus gtk3 module
Group:		System/Internationalization
Requires:	%{name} = %{EVRD}
Requires(post):	gtk+3.0
Requires(postun): gtk+3.0

%description gtk3
IBus gtk module.

%files gtk3
%{_libdir}/gtk-3.0/*/immodules/*.so

#----------------------------------------------------------------------------

%package    ui-gtk3
Summary:    GTK+ 3.0 UI for IBus
Group:      System/Internationalization
Provides:   ibus-ui
Requires:   %{name} = %{version}
Suggests:   %{name}-gtk3 = %{version}
Conflicts:  ibus < 1.4.99.20121006-2

%description ui-gtk3
GTK+ 3.0 UI for IBus.

%files ui-gtk3
%{_libexecdir}/ibus-ui-gtk3
%{_datadir}/ibus/component/gtkpanel.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
        --enable-vala=yes \
        --enable-gtk3 \
        --enable-gtk2 \
        --enable-dconf \
        --enable-gconf \
        --enable-python-library \
        --enable-dbus-python-check \
        --enable-surrounding-text \

%make

%install
%makeinstall_std

# install rpm macro
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d/
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.d/%{name}.macros

rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/ibus.desktop

# install ui automatic selector wrapper
mv %{buildroot}%{_bindir}/%{name}-daemon %{buildroot}%{_bindir}/%{name}-daemon-real
cat >%{buildroot}%{_bindir}/%{name}-daemon <<EOF
#!/bin/bash
if [ "\$DESKTOP" = "KDE" -a -x %{_kde_libdir}/kde4/libexec/kimpanel-ibus-panel ]
then
    exec %{_bindir}/ibus-daemon-real --panel=%{_kde_libdir}/kde4/libexec/kimpanel-ibus-panel "\$@".
else
    exec %{_bindir}/ibus-daemon-real "\$@"
fi
EOF
chmod 0755 %{buildroot}%{_bindir}/%{name}-daemon

%find_lang %{name}10

%changelog
* Wed Oct 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.8-1
+ Revision: 57e8273
- Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22789 |14mu|icedtea-web-1.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define javaver 1.8.0
%define priority 18000

%ifarch %{ix86}
%define archinstall i386
%endif
%ifarch x86_64
%define archinstall amd64
%endif

%define javadir %{_jvmdir}/java-openjdk
%define jredir %{_jvmdir}/jre-openjdk
%define javaplugin libjavaplugin.so
%ifarch x86_64
%define javaplugin libjavaplugin.so.%{_arch}
%endif

%define binsuffix .itweb

Summary:	Additional Java components for OpenJDK
Name:		icedtea-web
Version:	1.6.1
Release:	2
Group:		Networking/WWW
License:	LGPLv2+ and GPLv2 with exceptions
Url:		http://icedtea.classpath.org/wiki/IcedTea-Web
Source0:	http://icedtea.classpath.org/download/source/%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	zip
BuildRequires:	java-%{javaver}-openjdk-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(mozilla-plugin)
BuildRequires:	pkgconfig(zlib)
Requires:	java-%{javaver}-openjdk
Requires(post,postun):	update-alternatives
# Standard JPackage plugin provides
Provides:	java-plugin = %{javaver}

%description
The IcedTea-Web project provides a Java web browser plugin, an implementation
of Java Web Start (originally based on the Netx project) and a settings tool to
manage deployment settings for the aforementioned plugin and Web Start
implementations.

%files
%doc NEWS README COPYING
%{_bindir}/*
%{_libdir}/IcedTeaPlugin.so
%{_datadir}/applications/*
%{_datadir}/icedtea-web
%{_datadir}/pixmaps/*
%{_mandir}/man1/*
%{_mandir}/??/*
# Post-script fails if this directory doesn't exist, so package it
%dir %{_libdir}/mozilla/plugins/

%post
if [ $1 -gt 1 ]; then
update-alternatives --remove %{javaplugin} \
	%{jre6dir}/lib/%{archinstall}/IcedTeaPlugin.so 2>/dev/null || :
fi

%posttrans
update-alternatives \
	--install %{_libdir}/mozilla/plugins/libjavaplugin.so %{javaplugin} \
	%{_libdir}/IcedTeaPlugin.so %{priority} \
	--slave %{_bindir}/javaws javaws %{_prefix}/bin/javaws%{binsuffix} \
	--slave %{_mandir}/man1/javaws.1.xz javaws.1.xz \
	%{_mandir}/man1/javaws-itweb.1.xz
exit 0

%postun
if [ $1 -eq 0 ]; then
	update-alternatives --remove %{javaplugin} %{_libdir}/IcedTeaPlugin.so
fi
exit 0

#----------------------------------------------------------------------------

%package javadoc
Summary:	API documentation for IcedTea-Web
Requires:	jpackage-utils
BuildArch:	noarch

%description javadoc
This package contains Javadocs for the IcedTea-Web project.

%files javadoc
%{_javadocdir}/%{name}
%doc COPYING

#----------------------------------------------------------------------------

%prep
%setup -q

# ugly hack to make it work on 2009.0/mes5 (pcpa)
sed -e 's|AC_CANONICAL_HOST||;' -i configure.*
autoreconf -fi

%build
%configure2_5x \
	--with-pkgversion=%{_vendor}-%{release}-%{_arch} \
	--docdir=%{_javadocdir}/%{name} \
	--with-jdk-home=%{javadir} \
	--with-jre-home=%{jredir} \
	--program-suffix=%{binsuffix}

%make CXXFLAGS="%{optflags}"

%install
%makeinstall_std
# Move javaws man page to a more specific name
mv %{buildroot}%{_mandir}/man1/javaws.1 %{buildroot}%{_mandir}/man1/javaws-itweb.1

# Install desktop files.
install -d -m755 %{buildroot}%{_datadir}/{applications,pixmaps}
cp javaws.png %{buildroot}%{_datadir}/pixmaps
desktop-file-install --vendor ''\
	--dir %{buildroot}%{_datadir}/applications javaws.desktop
desktop-file-install --vendor ''\
	--dir %{buildroot}%{_datadir}/applications itweb-settings.desktop

mkdir -p %{buildroot}%{_libdir}/mozilla/plugins/


%changelog

* Sat Jun 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.1-2
- (6ed7c09) Fix post-script (man files are xz now, not gz)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22790 |14mu|icu4j-52.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           icu4j
Version:        52.1
Release:        1
Epoch:          1
Summary:        International Components for Unicode for Java
License:        MIT and EPL 
URL:            http://site.icu-project.org/
Group:          Development/Java
#CAUTION
#to create a tarball use following procedure
#svn co http://source.icu-project.org/repos/icu/icu4j/tags/release-52-eclipse-20140218 icu4j-<version>
#tar caf icu4j-<version>.tar.xz icu4j-<version>/
Source0:        icu4j-%{version}.tar.xz
Source1:        %{name}-%{version}.pom

# Java 8 taglet API changes
Patch0:         java8-taglets.patch

# Add better OSGi metadata to core jar
Patch1:         improve-osgi-manifest.patch

BuildRequires:  ant >= 1.7.0
# FIXME:  is this necessary or is it just adding strings in the hrefs in
# the docs?
BuildRequires:  java-javadoc >= 1:1.6.0
# This is to ensure we get OpenJDK and not GCJ
BuildRequires:  java-devel >= 1:1.7.0
BuildRequires:  jpackage-utils >= 0:1.5
BuildRequires:  java-rpmbuild
BuildRequires:  zip
Requires:       jpackage-utils
# This is to ensure we get OpenJDK and not GCJ
Requires:       java-headless >= 1:1.6.0

BuildArch:      noarch


%description
The International Components for Unicode (ICU) library provides robust and
full-featured Unicode services on a wide variety of platforms. ICU supports
the most current version of the Unicode standard, and provides support for
supplementary characters (needed for GB 18030 repertoire support).

Java provides a very strong foundation for global programs, and IBM and the
ICU team played a key role in providing globalization technology into Sun's
Java. But because of its long release schedule, Java cannot always keep
up-to-date with evolving standards. The ICU team continues to extend Java's
Unicode and internationalization support, focusing on improving
performance, keeping current with the Unicode standard, and providing
richer APIs, while remaining as compatible as possible with the original
Java text and internationalization API design.

%package charset
Summary:        Charset converter library of %{name}
Group:          Development/Java
Requires:       jpackage-utils

%description charset
Charset sublibrary of %{name}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Documentation
Requires:       jpackage-utils
Requires:       java-javadoc >= 1:1.6.0

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}-%{version}
%patch0
%patch1

cp %{SOURCE1} .

%{__sed} -i 's/\r//' APIChangeReport.html
%{__sed} -i 's/\r//' readme.html

sed --in-place "s/ .*bootclasspath=.*//g" build.xml
sed --in-place "s/<date datetime=.*when=\"after\"\/>//" build.xml
sed --in-place "/javac1.3/d" build.xml
sed --in-place "s:/usr/lib:%{_datadir}:g" build.xml

%build
%ant -Dicu4j.javac.source=1.5 -Dicu4j.javac.target=1.5 -Dj2se.apidoc=%{_javadocdir}/java jar docs

%install

# jars
mkdir -p %{buildroot}%{_javadir}
cp -ap %{name}.jar %{buildroot}%{_javadir}/%{name}.jar
cp -ap %{name}-charset.jar %{buildroot}%{_javadir}/%{name}-charset.jar

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr doc/* %{buildroot}%{_javadocdir}/%{name}

# maven stuff
install -d -m 755 %{buildroot}%{_mavenpomdir}
cp %{name}-%{version}.pom %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%files
%doc readme.html APIChangeReport.html
%{_javadir}/%{name}.jar
# %{_datadir}/maven-metadata/*
%{_mavenpomdir}/*.pom

%files charset
%{_javadir}/%{name}-charset.jar

%files javadoc
%doc %{_javadocdir}/*


%changelog

* Thu Jun 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:52.1-1
- (bb3036e) Added java-rpmbuild BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22791 |14mu|id3lib-3.8.3-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3.8
%define major 3
%define libname %mklibname id3_ %{api} %{major}
%define devname %mklibname id3 -d
%define staticname %mklibname id3 -d -s

Summary:	A software library for manipulating ID3v1 and ID3v2 tags
Name:		id3lib
Version:	3.8.3
Release:	25
Epoch:		1
License:	LGPL
Group:		Sound
Url:		http://id3lib.sourceforge.net
Source0:	http://download.sourceforge.net/id3lib/%{name}-%{version}.tar.bz2
Patch0:		id3lib-3.8.2-doxygen.patch
Patch1:		patch_id3lib_3.8.3_UTF16_writing_bug.diff
Patch2:		id3lib-3.8.3-CVE-2007-4460.patch
Patch3:		id3lib-3.8.3-includes.patch
Patch4:		id3lib-3.8.3-vbr_buffer_overflow.diff
Patch5:		id3lib-3.8.3-libtool-autofoo.patch
Provides:	id3lib-examples
BuildRequires:	doxygen
BuildRequires:	pkgconfig(zlib)

%description
This package provides a software library for manipulating ID3v1 and ID3v2 tags.
It provides a convenient interface for software developers to include
standards-compliant ID3v1/2 tagging capabilities in their applications.
Features include identification of valid tags, automatic size conversions,
(re)synchronisation of tag frames, seamless tag (de)compression, and optional
padding facilities.
Included are some simple command line example applications.

%files
%doc AUTHORS HISTORY NEWS README THANKS TODO
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Id3lib libraries
Group:		System/Libraries

%description -n %{libname}
This package provides a software library for manipulating ID3v1 and ID3v2 tags.

%files -n %{libname}
%doc README COPYING
%{_libdir}/libid3-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use id3lib
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(zlib)
Provides:	libid3-devel = %{EVRD}
Provides:	libid3lib-devel = %{EVRD}
Provides:	id3lib-devel = %{EVRD}
Provides:	id3lib-doc = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use id3lib, the software library for ID3v1 and ID3v2
tag manipulation.

%files -n %{devname}
%doc ChangeLog doc/*.html doc/*gif doc/*.txt doc/*.jpg doc/*.ico doc/*.css
%doc doc/api doc/examples
%{_includedir}/id3*.h
%{_includedir}/id3
%{_libdir}/*.so

#----------------------------------------------------------------------------

%package -n %{staticname}
Summary:	Id3lib static libraries
Group:		Development/C++
Requires:	%{devname} = %{EVRD}

%description -n %{staticname}
This package provides a software library for manipulating ID3v1 and
ID3v2 tags. It contains the static library of id3lib.

%files -n %{staticname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
(mkdir -p doc/examples
cd examples
cp *.cpp *.c *.h *.tag *.jpg *.mp3 ../doc/examples
)

%build
%configure2_5x
%make
%make docs

%install
%makeinstall_std


%changelog
* Sat Oct 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:3.8.3-25
+ Revision: 0d96924
- Add patch to fix VBR buffer overflow



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22792 |14mu|ifmetric-0.3-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool to change the priority of IPv4 routes
Name:		ifmetric
Version:	0.3
Release:	12
License:	GPL
Group: 		System/Configuration/Networking
Url: 		http://0pointer.de/lennart/projects/ifmetric/
Source0:	http://0pointer.de/lennart/projects/ifmetric/%{name}-%{version}.tar.gz
BuildRequires:	lynx

%description
ifmetric is a Linux tool for setting the metrics of all IPv4 routes
attached to a given network interface at once. This may be used to
change the priority of routing IPv4 traffic over the interface.
Lower metrics correlate with higher priorities.

%prep
%setup -q

%build
%configure2_5x --disable-xmltoman
%make

%install
%makeinstall

%clean

%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_sbindir}/%{name}
%{_mandir}/man8/%{name}.*






%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.3-12
- (b9c5635) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22793 |14mu|ifplugd-0.28-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Detect and perform actions when an ethernet cable is (un)plugged
Name:		ifplugd
Version:	0.28
Release:	23
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://0pointer.de/lennart/projects/ifplugd/
Source0:	http://0pointer.de/lennart/projects/ifplugd/%{name}-%{version}.tar.gz
Patch0:		ifplugd-0.28-exit-status.patch
Patch1:		ifplugd-0.28-event.patch
Patch2:		ifplugd-0.28-include.patch
Patch3:		ifplugd-0.28-onlink.patch
BuildRequires:	doxygen
BuildRequires:	lynx
BuildRequires:	libdaemon-devel

%description
ifplugd is a Linux daemon which will automatically configure your
ethernet device when a cable is plugged in and automatically
unconfigure it if the cable is pulled. This is useful on laptops with
onboard network adapters, since it will only configure the interface
when a cable is really connected.

%files
%doc doc/README doc/NEWS doc/README.html doc/style.css LICENSE
/sbin/ifplugd
/sbin/ifplugstatus
%{_mandir}/man?/ifplugd*
%{_mandir}/man?/ifplugstatus*
%dir %{_sysconfdir}/ifplugd
%config(noreplace) %{_sysconfdir}/ifplugd/ifplugd.conf
%{_sysconfdir}/ifplugd/ifplugd.action

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .exit-status
%patch1 -p1 -b .event
%patch2 -p1 -b .include
%patch3 -p1 -b .onlink

%build
%configure2_5x \
	--sbindir=/sbin
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_sysconfdir}/init.d/ifplugd


%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.28-23
- (bf3c44e) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22794 |14mu|imagemagick-6.9.4.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
# ImageMagick actually uses libtool to load its modules
%define dont_remove_libtool_files 1
%define build_test 0
%define bootstrap 0

# some other funny version
# (aw) from the docs: Versions with Q8 in the name are 8 bits-per-pixel
# component (e.g. 8-bit red, 8-bit green, etc.), whereas, Q16 in the
# filename are 16 bits-per-pixel component. A Q16 version permits you
# to read or write 16-bit images without losing precision but requires
# twice as much resources as the Q8 version.
%define qlev Q16

# their "official" version
%define rversion 6.9.4
# their "minor" version
%define minor_rev 9
# the full file version
%define dversion %{rversion}-%{minor_rev}

%define api 6
%define major 2
%define cppmajor 6
%define libMagickpp %mklibname Magick++ %{api}.%{qlev} %{cppmajor}
%define libMagickCore %mklibname MagickCore %{api}.%{qlev} %{major}
%define libMagickWand %mklibname MagickWand %{api}.%{qlev} %{major}
%define devname %mklibname magick -d

Summary:	An X application for displaying and manipulating images
Name:		imagemagick
Version:	%{rversion}.%{minor_rev}
Release:	1
License:	BSD-like
Group:		Graphics
Url:		http://www.imagemagick.org/
Source0:	ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{dversion}.tar.xz
Source1:	ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{dversion}.tar.xz.asc
Source2:	%{name}.rpmlintrc
Source3:	ImageMagick.pdf.bz2
# re-scaled from ftp://ftp.imagemagick.org/pub/ImageMagick/images/magick-icon.png
Source10:	magick-icon_16x16.png
Source11:	magick-icon_32x32.png
Source12:	magick-icon_48x48.png
Source13:	magick-icon_64x64.png
Patch0:		imagemagick-urw.diff
Patch1:		imagemagick-fpx.diff
Patch2:		ImageMagick-libpath.diff

BuildRequires:	chrpath
BuildRequires:	ghostscript
BuildRequires:	subversion
BuildRequires:	bzip2-devel
BuildRequires:	jbig-devel
BuildRequires:	jpeg-devel
BuildRequires:	libtool-devel
BuildRequires:	libwmf-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(cairo)
%if !%{bootstrap}
BuildRequires:	pkgconfig(ddjvuapi)
%endif
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libgvc)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(lqr-1)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(zlib)

%description
ImageMagick is a powerful image display, conversion and manipulation tool. It
runs in an X session. With this tool, you can view, edit and display a variety
of image formats.

ImageMagick can make use of the following delegate programs, available as
packages in Mandriva Linux: curl enscript ffmpeg ghostscript ghostscript-X gimp
gnuplot graphviz html2ps mplayer ncompress netpbm sane-backends tetex-dvips
transfig ufraw xdg-utils zip autotrace povray

%files
%doc README.txt
%doc %{_docdir}/ImageMagick-%{api}
%{_sysconfdir}/ImageMagick-%{api}
%{_bindir}/animate
%{_bindir}/compare
%{_bindir}/composite
%{_bindir}/convert
%{_bindir}/conjure
%{_bindir}/display
%{_bindir}/identify
%{_bindir}/import
%{_bindir}/mogrify
%{_bindir}/montage
%{_bindir}/stream
%dir %{_libdir}/ImageMagick-%{rversion}
%dir %{_libdir}/ImageMagick-%{rversion}/modules-%{qlev}
%dir %{_libdir}/ImageMagick-%{rversion}/modules-%{qlev}/coders
%{_libdir}/ImageMagick-%{rversion}/modules-%{qlev}/coders/*
%dir %{_libdir}/ImageMagick-%{rversion}/modules-%{qlev}/filters
%{_libdir}/ImageMagick-%{rversion}/modules-%{qlev}/filters/*
%{_libdir}/ImageMagick-%{rversion}/config-%{qlev}
%{_datadir}/ImageMagick-%{api}
%{_mandir}/man1/*
%{_mandir}/man3/*
%exclude %{_mandir}/man3/*::*.3pm*

#----------------------------------------------------------------------------

%package desktop
Summary:	ImageMagick menus
Group:		Graphics
Requires:	xterm

%description desktop
This package contains the menu and .desktop entries to run the "display"
command from the menu.

%files desktop
%{_datadir}/applications/*
%{_iconsdir}/%{name}.png
%{_iconsdir}/hicolor/64x64/apps/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%package -n %{libMagickpp}
Summary:	ImageMagick libraries
Group:		System/Libraries
Obsoletes:	%{_lib}magick6 < 6.8.5.6-1

%description -n %{libMagickpp}
This package contains a library for %{name}.

%files -n %{libMagickpp}
%{_libdir}/libMagick++-%{api}.%{qlev}.so.%{cppmajor}*

#----------------------------------------------------------------------------

%package -n %{libMagickCore}
Summary:	ImageMagick libraries
Group:		System/Libraries
Conflicts:	%{_lib}magick6 < 6.8.5.6-1

%description -n %{libMagickCore}
This package contains a library for %{name}.

%files -n %{libMagickCore}
%{_libdir}/libMagickCore-%{api}.%{qlev}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libMagickWand}
Summary:	ImageMagick libraries
Group:		System/Libraries
Conflicts:	%{_lib}magick6 < 6.8.5.6-1

%description -n %{libMagickWand}
This package contains a library for %{name}.

%files -n %{libMagickWand}
%{_libdir}/libMagickWand-%{api}.%{qlev}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and header files for ImageMagick app development
Group:		Development/C
Requires:	%{libMagickpp} = %{EVRD}
Requires:	%{libMagickCore} = %{EVRD}
Requires:	%{libMagickWand} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
If you want to create applications that will use ImageMagick code or APIs,
you'll need to install these packages as well as ImageMagick. These additional
packages aren't necessary if you simply want to use ImageMagick, however.

ImageMagick-devel is an addition to ImageMagick which includes development
libraries and header files necessary to develop applications.

%files -n %{devname}
%{_includedir}/ImageMagick-%{api}
%{multiarch_bindir}/Magick-config
%{multiarch_bindir}/Magick++-config
%{multiarch_bindir}/MagickCore-config
%{multiarch_bindir}/MagickWand-config
%{multiarch_bindir}/Wand-config
%dir %{multiarch_includedir}/ImageMagick-%{api}
%dir %{multiarch_includedir}/ImageMagick-%{api}/magick
%{multiarch_includedir}/ImageMagick-%{api}/magick/magick-config.h
%{_bindir}/Magick-config
%{_bindir}/Magick++-config
%{_bindir}/MagickCore-config
%{_bindir}/MagickWand-config
%{_bindir}/Wand-config
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package -n perl-Image-Magick
Summary:	Libraries and modules for access to ImageMagick from perl
Group:		Development/Perl
Requires:	%{name} = %{EVRD}
Requires:	graphviz
Requires:	libwmf

%description -n perl-Image-Magick
This is the ImageMagick perl support package. It includes perl modules and
support files for access to ImageMagick library from perl.

%files -n perl-Image-Magick
%{perl_vendorarch}/Image
%{perl_vendorarch}/auto/Image
%{_mandir}/man3*/*::*.3pm*

#----------------------------------------------------------------------------

%package doc
Summary:	%{name} Documentation
Group:		Books/Other
BuildArch:	noarch

%description doc
This package contains HTML/PDF documentation of %{name}.

%files doc
%doc ImageMagick.pdf ChangeLog LICENSE NEWS* NOTICE
%doc QuickStart.txt installed_docs/*

#----------------------------------------------------------------------------

%prep
%setup -qn ImageMagick-%{rversion}-%{minor_rev}
%patch0 -p1
%patch1 -p1
%patch2 -p1

bzcat %{SOURCE3} > ImageMagick.pdf
install -m 644 %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} .
libtoolize --copy --force; aclocal -I m4; autoconf; automake -a

%build
#gw the format-string patch is incomplete:
%define Werror_cflags %nil
export CFLAGS="%{optflags} -fno-strict-aliasing -fPIC"
export CXXFLAGS="%{optflags} -fno-strict-aliasing -fPIC"

# don't use icecream
export PATH=/bin:/usr/bin

%configure2_5x \
	--disable-static \
	--docdir=%{_defaultdocdir}/imagemagick \
	--with-pic \
	--enable-shared \
	--enable-fast-install \
	--disable-ltdl-install \
	--with-threads \
	--with-magick_plus_plus \
	--with-gslib \
	--with-wmf \
	--with-lcms \
	--with-rsvg \
	--with-xml \
	--without-dps \
	--without-windows-font-dir \
	--with-modules \
	--with-perl \
	--with-perl-options="INSTALLDIRS=vendor CC='%{__cc} -L$PWD/magick/.libs' LDDLFLAGS='-shared -L$PWD/magick/.libs'" \
	--with-jp2 \
	--with-gvc \
	--with-lqr

# Disable rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
# (Abel) set LD_RUN_PATH to null, to avoid adding rpath to perlmagick module
%makeinstall_std LD_RUN_PATH="" pkgdocdir=/installed_docs

# fix docs inclusion (fix an unknown new rpm bug)
rm -rf installed_docs; mv %{buildroot}/installed_docs .

# Remove unpackaged files
rm -f %{buildroot}%{_libdir}/*.la
rm -f %{buildroot}%{_libdir}/libltdl*

# create compatible symlinks
ln -s libMagick++-%{api}.%{qlev}.so %{buildroot}%{_libdir}/libMagick++.so
ln -s libMagickCore-%{api}.%{qlev}.so %{buildroot}%{_libdir}/libMagickCore.so
ln -s libMagickWand-%{api}.%{qlev}.so %{buildroot}%{_libdir}/libMagickWand.so

%multiarch_binaries %{buildroot}%{_bindir}/Magick-config

%multiarch_binaries %{buildroot}%{_bindir}/Magick++-config

%multiarch_binaries %{buildroot}%{_bindir}/MagickCore-config

%multiarch_binaries %{buildroot}%{_bindir}/MagickWand-config

%multiarch_binaries %{buildroot}%{_bindir}/Wand-config

%multiarch_includes %{buildroot}%{_includedir}/ImageMagick-%{api}/magick/magick-config.h

# nuke rpath
chrpath -d %{buildroot}%{perl_vendorarch}/auto/Image/Magick/Magick.so

# icons
install -m 755 -d \
	%{buildroot}%{_liconsdir} \
	%{buildroot}%{_iconsdir} \
	%{buildroot}%{_iconsdir}/hicolor/64x64/apps \
	%{buildroot}%{_miconsdir}

install -m 644 magick-icon_16x16.png %{buildroot}%{_miconsdir}/%{name}.png
install -m 644 magick-icon_32x32.png %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 magick-icon_48x48.png %{buildroot}%{_liconsdir}/%{name}.png
install -m 644 magick-icon_64x64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png

install -m 755 -d %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=ImageMagick
Name[ru]=ImageMagick
Comment=Views Graphics files
Comment[ru]=Просмотр графических файлов
Exec=%{_bindir}/xterm -geometry 40x15 -title ImageMagick +sb -iconic -e %{_bindir}/display
Icon=%{name}
Terminal=false
Type=Application
Categories=Graphics;Viewer;
EOF

%if %{build_test}
%check
# these tests require X
if [ -f PerlMagick/t/x11/read.t ]; then
	mv PerlMagick/t/x11/read.t PerlMagick/t/x11/read.t.disabled
fi
if [ -f PerlMagick/t/x11/write.t ]; then
	mv PerlMagick/t/x11/write.t PerlMagick/t/x11/write.t.disabled
fi
#dlname=`grep "^dlname" Magick++/lib/.libs/libMagick++.la | cut -d\' -f2`
#LD_PRELOAD="$PWD/Magick++/lib/.libs/$dlname" VERBOSE="1" make check
make check
%endif


%changelog

* Tue Jun 21 2016 abondrov <andrey.bondrov@rosalab.ru> 6.9.4.9-1
- (418cdc2) Merge pull request #3 from alzim/imagemagick:rosa2014.1
- (418cdc2) Updated to 6.9.4-9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22795 |14mu|imlib2-1.4.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name}_ %{major}
%define devname %mklibname %{name} -d

Summary:	Powerful image loading and rendering library
Name:		imlib2
Version:	1.4.8
Release:	1
License:	Imlib2
Group:		System/Libraries
Url:		http://enlightenment.org/Libraries/Imlib2/
Source0:	http://sourceforge.net/projects/enlightenment/files/imlib2-src/%{version}/%{name}-%{version}.tar.bz2
Patch0:		imlib2-1.4.2-fontclean.patch
# Upstream patches
Patch1:         0001-Fix-assuming-signed-overflow-does-not-occur-warning.patch
Patch2:         0002-Fix-some-variable-set-but-not-used-warnings.patch
Patch3:         0003-Fix-some-variable-might-be-clobbered-warnings.patch
Patch4:         0004-Fix-off-by-one-OOB-read-in-__imlib_MergeUpdate.patch
Patch5:         0005-GIF-loader-Fix-out-of-bound-reads-from-colormap.patch
Patch6:         0006-GIF-loader-Remove-check-made-redundant-by-previous-c.patch
Patch7:         0007-GIF-loader-Reduce-progress-checks-from-per-pixel-to.patch
Patch8:         0008-GIF-loader-Indent.patch
Patch9:         0009-Fix-potential-divide-by-zero-in-imlib_image_draw_ell.patch
Patch10:        0010-Fix-integer-overflow-resulting-in-insufficient-heap.patch
Patch11:        0011-loader_xpm-remove-nonsense-impossible-broken-conditi.patch
Patch12:        0012-Fix-cross-endianness-for-masks-1-bit-depth-images.patch
Patch13:        0013-Harden-API-and-internals-against-overly-large-images.patch
BuildRequires:	bzip2-devel
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	ungif-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)

%description
Imlib2 is an advanced replacement library for libraries like libXpm that
provides many more features with much greater flexibility and speed than
standard libraries, including font rasterization, rotation, RGBA space
rendering and blending, dynamic binary filters, scripting, and more.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Powerful image loading and rendering library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Requires:	%{libname}-filters = %{EVRD}
Requires:	%{libname}-loaders = %{EVRD}

%description -n %{libname}
Imlib2 is an advanced replacement library for libraries like libXpm that
provides many more features with much greater flexibility and speed than
standard libraries, including font rasterization, rotation, RGBA space
rendering and blending, dynamic binary filters, scripting, and more.

%files -n %{libname}
%doc AUTHORS README COPYING
%{_libdir}/libImlib2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Imlib2 headers, development libraries and documentation
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
# taken from fedora where the demos and data are simply removed
Obsoletes:	%{name}-data < 1.4.5-3

%description -n %{devname}
Imlib2 is an advanced replacement library for libraries like libXpm that
provides many more features with much greater flexibility and speed than
standard libraries, including font rasterization, rotation, RGBA space
rendering and blending, dynamic binary filters, scripting, and more.

This package contains various headers and development libraries for %{name}.
You need this package if you want to compile or develop any applications
that need %{name}.

%files -n %{devname}
%doc ChangeLog doc/index.html doc/imlib2.gif doc/blank.gif
%{multiarch_bindir}/imlib2-config
%{_bindir}/imlib2-config
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*

#----------------------------------------------------------------------------

%package -n %{libname}-filters
Summary:	Imlib2 basic plugin filters set
Group:		System/Libraries

%description -n %{libname}-filters
This package contains Imlib2 basic set of plugin filters.

%files -n %{libname}-filters
%{_libdir}/%{name}/filters

#----------------------------------------------------------------------------

%package -n %{libname}-loaders
Summary:	Imlib2 loader for various graphic formats
Group:		System/Libraries

%description -n %{libname}-loaders
This package contains Imlib2 image loader/saver for various graphic formats,
such as jpeg, gif, tiff, xpm etc.

%files -n %{libname}-loaders
%{_libdir}/%{name}/loaders

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
%ifarch x86_64
	--enable-amd64 \
	--disable-mmx \
%endif
%ifarch ix86
	--disable-amd64 \
	--enable-mmx \
%endif
	--enable-visibility-hiding
%make

%install
%makeinstall_std

# remove demos and their dependencies
rm -f %{buildroot}%{_bindir}/imlib2_*
rm -rf %{buildroot}%{_datadir}/imlib2/data/

%multiarch_binaries %{buildroot}%{_bindir}/imlib2-config


%changelog

* Sat Apr 23 2016 Denis Silakov <dsilakov@gmail.com> 1.4.8-1
- (c2997b0) Updated to 1.4.8 + a set of upstream fixes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22796 |14mu|indent-2.2.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GNU program for formatting C code
Name:		indent
Version:	2.2.11
Release:	1
License:	GPL
Group:		Development/C
URL:		http://www.gnu.org/software/indent/indent.html
Source:		ftp://ftp.gnu.org/pub/gnu/indent/%{name}-%{version}.tar.gz
Patch1:		indent-2.2.10.gcc-fix.patch
# https://lists.gnu.org/archive/html/bug-indent/2011-08/msg00000.html
Patch2:         indent-2.2.11-Do-not-split-decimal-float-suffix-from-constant.patch
# https://lists.gnu.org/archive/html/bug-indent/2012-02/msg00000.html
Patch3:         indent-2.2.11-Return-non-zero-exit-code-on-tests-failure.patch
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/indent/files/2.2.11-texi2html-5.patch
Patch4:         indent-2.2.11-texi2html-5.patch
BuildRequires:	gettext
BuildRequires:	texi2html

%description
Indent is a GNU program for beautifying C code, so that it is easier to read.
Indent can also convert from one C writing style to a different one. Indent
understands correct C syntax and tries to handle incorrect C syntax.

Install the indent package if you are developing applications in C and you'd
like to format your code automatically.

%prep

%setup -q
%patch -p0
%patch2 -p1 -b .float-suffix
%patch3 -p1 -b .exit-code
%patch4 -p1 -b .texi2html

%build
%configure2_5x
%make

%install
%makeinstall_std

# html file handled in percent-doc
rm -rf %{buildroot}%{_prefix}/doc

# fix message catalog name
[ -d %{buildroot}%{_datadir}/locale/zh_TW.Big5 ] && \
  mv %{buildroot}%{_datadir}/locale/zh_TW{.Big5,}

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS ChangeLog README doc/indent.html
%{_bindir}/indent
%{_bindir}/texinfo2man
%{_mandir}/man?/*
%{_infodir}/*.info*

%changelog

* Mon Jun 27 2016 Denis Silakov <dsilakov@gmail.com> 2.2.11-1
- (2ad3713) Added texi2html BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22797 |14mu|indi-apogee-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	INDI driver for Apgoee Alta (U & E) line of CCDs
Name:		indi-apogee
Version:	1.0
Release:	9
License:	LGPLv2+
Group:		Development/Other
Url:		http://indi.sourceforge.net/
Source0:	http://downloads.sourceforge.net/indi/%{name}_%{version}.tar.gz
Patch0:		indi-apogee_1.0-fix-str-fmt.patch
Patch1:		indi-apogee_1.0-cfitsio-prefix.patch
Patch2:		indi-apogee_1.0-dso.patch
BuildRequires:	cmake
BuildRequires:	libapogee-devel
BuildRequires:	libnova-devel
BuildRequires:	indi-devel-static
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(libindi)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(zlib)

%description
This package provides the INDI driver for Apgoee Alta (U & E) line of CCDs.

%files
%doc ChangeLog README
%{_bindir}/indi_apogeee_ccd
%{_bindir}/indi_apogeeu_ccd
%{_datadir}/indi/indi_apogee.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Wed Oct 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-9
+ Revision: 45d30f2
- Minor cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22798 |14mu|indilib-0.9.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 0
%define libname %mklibname indi %{major}
%define libindidriver %mklibname indidriver %{major}
%define libindimain %mklibname indimain %{major}
%define libindiAD %mklibname indiAlignmentDriver %{major}
%define devname %mklibname indi -d
%define sdevname %mklibname indi -d -s

Summary:	Library to control astronomical devices
Name:		indilib
Version:	0.9.8.1
Release:	2
License:	LGPLv2+
Group:		Development/C
Url:		http://indi.sourceforge.net/
Source0:	http://downloads.sourceforge.net/indi/libindi_%{version}.tar.gz
Patch0:		libindi-0.9.8-static-client.patch
Patch1:		libindi-0.9.8.1-mathplugin.patch
BuildRequires:	cmake
BuildRequires:	systemd-units
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	libfli-devel
BuildRequires:	libnova-devel
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(zlib)
Provides:	indi = %{EVRD}

%description
INDI is an instrument neutral distributed interface control protocol
that aims to provide backend driver support and automation for a wide
range of Astronomical devices (telescopes, focusers, CCDs..etc).

%files
%doc ChangeLog NEWS README TODO
%{_bindir}/*
%{_datadir}/indi
%{_libdir}/indi
%{_udevrulesdir}/99-gpusb.rules

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library files for INDI
Group:		Development/C

%description -n %{libname}
INDI is an instrument neutral distributed interface control protocol
that aims to provide backend driver support and automation for a wide
range of Astronomical devices (telescopes, focusers, CCDs..etc).

This package contains library files of indilib.

%files -n %{libname}
%{_libdir}/libindi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libindidriver}
Summary:	Library files for INDI
Group:		Development/C
Conflicts:	%{_lib}indi0 < 0.9.8

%description -n %{libindidriver}
This package contains library files of indilib.

%files -n %{libindidriver}
%{_libdir}/libindidriver.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libindimain}
Summary:	Library files for INDI
Group:		Development/C
Conflicts:	%{_lib}indi0 < 0.9.8

%description -n %{libindimain}
This package contains library files of indilib.

%files -n %{libindimain}
%{_libdir}/libindimain.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libindiAD}
Summary:	Library files for INDI
Group:		Development/C

%description -n %{libindiAD}
This package contains library files of indilib.

%files -n %{libindiAD}
%{_libdir}/libindiAlignmentDriver.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	INDI devellopment files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libindidriver} = %{EVRD}
Requires:	%{libindimain} = %{EVRD}
Requires:	%{libindiAD} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	indi-devel = %{EVRD}

%description -n %{devname}
INDI is an instrument neutral distributed interface control protocol
that aims to provide backend driver support and automation for a wide
range of Astronomical devices (telescopes, focusers, CCDs..etc).

This package contains files need to build applications using indilib.

%files -n %{devname}
%doc ChangeLog README* NEWS
%{_libdir}/libindi.so
%{_libdir}/libindidriver.so
%{_libdir}/libindimain.so
%{_libdir}/libindiAlignmentDriver.so
%{_libdir}/pkgconfig/libindi.pc
%{_includedir}/libindi/*.h

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	INDI devellopment files
Group:		Development/C
Requires:	%{name}-devel = %{EVRD}
Provides:	indi-devel-static = %{EVRD}
Provides:	%{name}-devel-static = %{EVRD}

%description -n %{sdevname}
INDI is an instrument neutral distributed interface control protocol
that aims to provide backend driver support and automation for a wide
range of Astronomical devices (telescopes, focusers, CCDs..etc).

This package contains files need to build applications using indilib.

%files -n %{sdevname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -qn libindi-0.9.8
%patch0 -p1
%patch1 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.8.1-2
- (fb01140) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22799 |14mu|initscripts-9.56-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# The restart part in the real _post_service doesn't work with netfs and isn't needed
# for other scripts
%define _mypost_service() if [ $1 = 1 ]; then /sbin/chkconfig --add %{1}; fi;

%define initlvl_chg() if [[ -f /etc/rc3.d/S%{2}%{1} ]] && [[ -f /etc/rc5.d/S%{2}%{1} ]] && grep -q -e 'chkconfig: [0-9]+ %{3}' /etc/init.d/%{1}; then chkconfig --add %{1} || : ; fi; \
%{nil}

%define _libexecdir %{_prefix}/libexec

Summary:	Scripts to bring up network interfaces and legacy utilities
Name:		initscripts
Version:	9.56
Release:	8
Epoch:		2
License:	GPLv2
Group:		System/Base
Url:		https://fedorahosted.org/releases/i/n/initscripts/
Source0:	initscripts-%{version}.tar.bz2
Source1:	%{name}.rpmlintrc
Source2:	initscripts-omv.patch.bz2 # 91a549c3f5897a96b13f0b2d73ee2ec655c5ac99 in omv_software/initscripts
Source3:	initscripts-omv-9.54_9.56.patch

#ROSA specific patches for the mandriva features
Patch0011:	0011-Display-manager-scripts-updates.patch
Patch0012:	0012-Network-scripts-updates.patch
Patch0013:	0013-Drop-mandriva-everytime-and-obsoletes-Mandriva-patches.patch
Patch0014:	0014-Network-scripts-chkconfig.patch

# (cg) Upstream cherry picks
Patch101:	initscripts-9.56-remove-legacy-files.patch

# (cg) Patches to go into mgaconf mega patch eventually

#ROSA patches
Patch0505:	initscripts-9.45-check-256color-term.patch

Patch0511:	initscripts-9.45-non-systemd_support_removal.patch
Patch0515:	initscripts-9.45-new-i18n-config.patch

# Updates for systemd random-seed handling (based on upstream cc8710da5e426d2e092d0621f03f67af6ffdcc27)
Patch0517:	initscripts-9.45-updates-for-random-seed.patch
Patch0518:	initscripts-9.56-remove-fedora-loadmodules.patch
Patch0519:	initscripts-9.56-sysctl.patch

# ROSA patch: fix paths in /lib/systemd/fedora-domainname
Patch0520:	initscripts-9.56-fedora-domainname-paths.patch

BuildRequires:	python
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(popt)

Requires:	dmsetup
Requires:	e2fsprogs
Requires:	ethtool
# for /bin/find
Requires:	findutils
# for /bin/awk
Requires:	gawk
Requires:	gettext-base
Requires:	ifmetric
Requires:	ifplugd >= 0.24
# for /sbin/ip
Requires:	iproute2
# for /sbin/arping
Requires:	iputils
Requires:	mktemp
Requires:	module-init-tools
Requires:	mount
Requires:	net-tools
# for /bin/sed
Requires:	sed
# (blino) for pidof -c
# (bor) for pidof -m
Requires:	procps-ng
# for /sbin/fuser
Requires:	psmisc
Requires:	resolvconf >= 1.41
Requires:	setup
Requires:	udev >= 194-26
Requires:	util-linux-ng >= 2.16
Requires(post):	chkconfig
Requires(post):	grep
Requires(post):	/usr/bin/tr
Requires(post,preun):	rpm-helper
Provides:	/etc/init.d
Provides:	/sbin/service
Provides:	rhsound = %{version}-%{release}
Provides:	sapinit = %{version}-%{release}
Conflicts:	dmraid < 1.0.0-0.rc16.18
Conflicts:	lvm2 < 2.02.99
# http://bugzilla.redhat.com/show_bug.cgi?id=252973
Conflicts:	nut < 2.2.0
Conflicts:	prcsys

%description
This package contains the script that activates and deactivates most
network interfaces, some utilities, and other legacy files.

%files -f %{name}.lang
%dir %{_sysconfdir}/sysconfig/network-scripts
%dir %{_sysconfdir}/sysconfig/network-scripts/ifup.d
%dir %{_sysconfdir}/sysconfig/network-scripts/ifdown.d
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/adjtime
%config(noreplace) %{_sysconfdir}/sysconfig/init
%config(noreplace) %{_sysconfdir}/sysconfig/autofsck
%config(noreplace) %{_sysconfdir}/sysconfig/netconsole
%config(noreplace) %{_sysconfdir}/sysconfig/readonly-root
%{_sysconfdir}/sysconfig/network-scripts/ifdown
/sbin/ifdown
%{_sysconfdir}/sysconfig/network-scripts/ifdown-post
%{_sysconfdir}/sysconfig/network-scripts/ifup
/sbin/ifup
%dir %{_sysconfdir}/sysconfig/console
%dir %{_sysconfdir}/sysconfig/console/consoletrans
%dir %{_sysconfdir}/sysconfig/console/consolefonts
%{_sysconfdir}/sysconfig/network-scripts/network-functions
%{_sysconfdir}/sysconfig/network-scripts/network-functions-ipv6
%{_sysconfdir}/sysconfig/network-scripts/init.ipv6-global
%config(noreplace) %{_sysconfdir}/sysconfig/network-scripts/ifcfg-lo
%{_sysconfdir}/sysconfig/network-scripts/ifup-post
%{_sysconfdir}/sysconfig/network-scripts/ifup-routes
%{_sysconfdir}/sysconfig/network-scripts/ifdown-routes
%{_sysconfdir}/sysconfig/network-scripts/ifup-plip
%{_sysconfdir}/sysconfig/network-scripts/ifup-plusb
%{_sysconfdir}/sysconfig/network-scripts/ifup-bnep
%{_sysconfdir}/sysconfig/network-scripts/ifdown-bnep
%{_sysconfdir}/sysconfig/network-scripts/ifup-eth
%{_sysconfdir}/sysconfig/network-scripts/ifdown-eth
%{_sysconfdir}/sysconfig/network-scripts/ifup-ipv6
%{_sysconfdir}/sysconfig/network-scripts/ifdown-ipv6
%{_sysconfdir}/sysconfig/network-scripts/ifup-sit
%{_sysconfdir}/sysconfig/network-scripts/ifdown-sit
%{_sysconfdir}/sysconfig/network-scripts/ifup-tunnel
%{_sysconfdir}/sysconfig/network-scripts/ifdown-tunnel
%{_sysconfdir}/sysconfig/network-scripts/ifup-aliases
%{_sysconfdir}/sysconfig/network-scripts/ifup-isdn
%{_sysconfdir}/sysconfig/network-scripts/ifdown-isdn
%{_sysconfdir}/sysconfig/network-scripts/ifup-wireless
%{_sysconfdir}/sysconfig/network-scripts/ifup-hso
%{_sysconfdir}/sysconfig/network-scripts/ifdown-hso
%config(noreplace) %{_sysconfdir}/networks
%{_sysconfdir}/rwtab
%dir %{_sysconfdir}/rwtab.d
%{_sysconfdir}/statetab
%dir %{_sysconfdir}/statetab.d
%ifarch s390 s390x
/lib/udev/rules.d/55-ccw.rules
%endif
/lib/lsb/init-functions
%dir %{_sysconfdir}/rc.d/init.d
%{_sysconfdir}/rc.d/init.d/*
%dir %{_prefix}/lib/sysctl.d
%{_prefix}/lib/sysctl.d/00-system.conf
%exclude %{_sysconfdir}/profile.d/debug*
%config %{_sysconfdir}/profile.d/*
%{_sysconfdir}/sysconfig/network-scripts/ifup.d/vpn
%{_sysconfdir}/sysconfig/network-scripts/ifdown.d/vpn
%{_sbindir}/vpn-start
%{_sbindir}/vpn-stop
%{_sbindir}/mdv-network-event
%{_sbindir}/sys-unconfig
/bin/ipcalc
/bin/usleep
%attr(4755,root,root) %{_sbindir}/usernetctl
/sbin/consoletype
/sbin/genhostid
%attr(2755,root,root) /sbin/netreport
/lib/udev/rules.d/*
/lib/udev/rename_device
%ifarch s390 s390x
/lib/udev/ccw_init
%endif
/sbin/service
/sbin/sushell
#mdv
/sbin/hibernate-cleanup.sh
%{_mandir}/man*/*
%lang(cs) %{_mandir}/cs/man*/*
%lang(et) %{_mandir}/et/man*/*
%lang(fi) %{_mandir}/fi/man*/*
%lang(fr) %{_mandir}/fr/man*/*
%lang(it) %{_mandir}/it/man*/*
%lang(pt_BR) %{_mandir}/pt_BR/man*/*
%lang(ru) %{_mandir}/ru/man*/*
%lang(uk) %{_mandir}/uk/man*/*
%ghost %dir %attr(775,root,root) /var/run/netreport
%dir %{_sysconfdir}/NetworkManager
%dir %{_sysconfdir}/NetworkManager/dispatcher.d
%{_sysconfdir}/NetworkManager/dispatcher.d/00-netreport
%doc sysconfig.txt sysvinitfiles static-routes-ipv6 ipv6-tunnel.howto ipv6-6to4.howto changes.ipv6
/var/lib/stateless
%{_bindir}/*
%{_tmpfilesdir}/initscripts.conf
%{_tmpfilesdir}/mandriva.conf
%{_var}/lib/rpm/filetriggers/clean-legacy-sysv-symlinks.*
%{_systemdrootdir}/fedora-autorelabel
%{_systemdrootdir}/fedora-domainname
%{_systemdrootdir}/fedora-import-state
%{_systemdrootdir}/fedora-readonly
%{_systemdrootdir}/mandriva-save-dmesg
%{_systemunitdir}/basic.target.wants/fedora-autorelabel.service
%{_systemunitdir}/basic.target.wants/fedora-autorelabel-mark.service
#/lib/systemd/system/ctrl-alt-del.target
%{_systemunitdir}/fedora-autorelabel.service
%{_systemunitdir}/fedora-autorelabel-mark.service
%{_systemunitdir}/fedora-domainname.service
%{_systemunitdir}/fedora-import-state.service
%{_systemunitdir}/fedora-readonly.service
%{_systemunitdir}/mandriva-save-dmesg.service
%{_systemunitdir}/local-fs.target.wants/fedora-import-state.service
%{_systemunitdir}/local-fs.target.wants/fedora-readonly.service
%{_systemunitdir}/mandriva-kmsg-loglevel.service
%dir %{_libexecdir}/initscripts
%dir %{_libexecdir}/initscripts/legacy-actions

%post
%tmpfiles_create %{name}.conf
%tmpfiles_create mandriva.conf

if [ $1 -ge 2 ]; then
# (tpg) kill this too
chkconfig --del partmon > /dev/null 2>&1 || :
fi

%_mypost_service network

%_mypost_service netconsole

# %{_sysconfdir}/sysconfig/desktop format has changed
if [ -r %{_sysconfdir}/sysconfig/desktop ]; then
    if ! grep -q = %{_sysconfdir}/sysconfig/desktop; then
	DESK=`cat %{_sysconfdir}/sysconfig/desktop`
	echo "DESKTOP=$DESK" > %{_sysconfdir}/sysconfig/desktop
    fi
fi

# only needed on upgrade
if [ $1 != 0 ]; then
	# Handle boot sequence changes on upgrade
	%initlvl_chg partmon 80 13
	
fi

%preun
%_preun_service netconsole

%_preun_service network

%_preun_service partmon

%postun
if [ -f /var/lock/TMP_1ST ];then
	rm -f /var/lock/TMP_1ST
fi

#----------------------------------------------------------------------------

%package -n debugmode
Summary:	Scripts for running in debug mode
Group:		System/Base
Requires:	initscripts

%description -n debugmode
The debugmode package contains some basic scripts that are used to run
the system in a debug mode.

Currently, this consists of various memory checking code.

%files -n debugmode
%config(noreplace) %{_sysconfdir}/sysconfig/debug
%config %{_sysconfdir}/profile.d/debug*

#----------------------------------------------------------------------------

%prep
%setup -q
# Adapt mandriva megapatch 9.54 to version 9.56
tar xaf %{SOURCE2}
patch initscripts-omv.patch -i %{SOURCE3}
patch -p1 -i initscripts-omv.patch
%apply_patches
find -name "*.0???~" -delete
rm -rf po
ln -s mandriva/po

%build
%global optflags %{optflags} -Os
%setup_compile_flags

make
make -C mandriva

%install
mkdir -p %{buildroot}%{_sysconfdir}
make ROOT=%{buildroot} SUPERUSER=`id -un` SUPERGROUP=`id -gn` mandir=%{_mandir} install

#MDK
make -C mandriva install ROOT=%{buildroot} mandir=%{_mandir}

python mandriva/gprintify.py \
	`find %{buildroot}%{_sysconfdir}/rc.d -type f` \
	`find %{buildroot}%{_sysconfdir}/sysconfig/network-scripts -type f` \
	%{buildroot}%{_systemdrootdir}/fedora-* \
	%{buildroot}%{_systemdrootdir}/mandriva-*

# (tpg) remove as its not needed
for i in 0 1 2 3 4 5 6; do
rm -rf %{buildroot}%{_sysconfdir}/rc$i.d ;
done

%find_lang %{name}

rm -rf %{buildroot}%{_sysconfdir}/event.d
rm -rf %{buildroot}%{_sysconfdir}/init

rm -f %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifup-ctc
rm -f %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifup-iucv
rm -f %{buildroot}/lib/udev/rules.d/55-ccw.rules
rm -f %{buildroot}/lib/udev/ccw_init

# remove unused hotplug helper and ipsec/isdn stuff
rm -f %{buildroot}/%{_sysconfdir}/sysconfig/network-scripts/{ifdown-ippp,ifup-ippp,ifdown-ipsec,ifup-ipsec,net.hotplug}

# we have our own copy of gprintify
export DONT_GPRINTIFY=1

#delete prefdm
rm -f %{buildroot}/%{_sysconfdir}/X11/prefdm

#delete old module config
rm -f %{buildroot}/%{_sysconfdir}/modules

# (cg) Clean up danging symlinks after initscript removal
install -d %{buildroot}%{_var}/lib/rpm/filetriggers
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/clean-legacy-sysv-symlinks.filter << EOF
^.%{_initrddir}/
EOF
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/clean-legacy-sysv-symlinks.script << EOF
#!/bin/sh
find -L /etc/rc.d/rc{0,1,2,3,4,5,6,7}.d -type l -exec rm -f {} +
EOF
chmod 755 %{buildroot}%{_var}/lib/rpm/filetriggers/clean-legacy-sysv-symlinks.script


%changelog

* Wed Mar 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:9.56-8
- (e0f1232) Add default runlevels to network script

* Wed Mar 23 2016 Vladimir Golubkov <vgol.mail@gmail.com> 2:9.56-7
- (54cfa66) fix paths in /lib/systemd/fedora-domainname

* Wed Mar 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:9.56-6
- (be1a3ae) Spec cleanup
- (Andrey Bondrov: 1e61d0e) Don't use systemd_post macro for network and netconsole services (they are still sysvinit)
- (Andrey Bondrov: 1e61d0e) Minor cleanups

* Fri Jul 24 2015 law <a.lahin@ntcit-rosa.ru> 2:9.56-5
- (52f3472) Don't override default kernel parameters (the OMV change is not justified)

* Wed Jul 15 2015 law <a.lahin@ntcit-rosa.ru> 2:9.56-4
- (f7b2488) Rid of legacy fedora-loadmodules.service

* Mon Jun 29 2015 law <a.lahin@ntcit-rosa.ru> 2:9.56-2
- (0906678) Remove /etc/inittab, /etc/crypttab, utmp, wtmp, btmp

* Mon Jun 29 2015 law <a.lahin@ntcit-rosa.ru> 2:9.56-1
- (bea8ee5) Upgrade to version 9.56

* Fri Jun 26 2015 law <a.lahin@ntcit-rosa.ru> 2:9.54-1
- (07fae76) Upgrade to version 9.54

* Mon Jun 01 2015 law <a.lahin@ntcit-rosa.ru> 2:9.45-10
- (53af26e) Increase release number

* Mon Jun 01 2015 law <a.lahin@ntcit-rosa.ru> 2:9.45-9
- (cd444dd) Restore lost dot (source ~./i18n)
- (law: c3ce5c8) Increase release number

* Fri May 29 2015 law <a.lahin@ntcit-rosa.ru> 2:9.45-8
- (52eb41b) Read system locale environment if locale is not defined
- (law: 09b47ff) Increase release number

* Thu Apr 16 2015 law <a.lahin@ntcit-rosa.ru> 2:9.45-7
- (4cad6f0) Update configs description in sysconfig.txt
- (law: ac939c8) Increase release number

* Tue Mar 17 2015 law <a.lahin@ntcit-rosa.ru> 2:9.45-6
- (7bc3c2b) Don't source /etc/locale.conf in lang.[c]sh as it processed by systemd
- (law: f907e2a) Remove i18n_ini_syntax.patch as not needed (see #1355)
- (law: 574fbc7) Remove mandriva-specific i18n functions
- (law: 9bba0ad) Remove prefdm patch as prefdm no longer exists
- (law: 187e221) Increase release number

* Mon Mar 02 2015 law <a.lahin@ntcit-rosa.ru> 2:9.45-5
- (b5a1d58) Updates for systemd random-seed handling
- (Alexander Lakhin: 395229a) MassBuild#656: Increase release tag

* Wed Feb 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:9.45-4
- (548a409) Drop unused files
- (law: 764b974) Increase release number

* Tue Feb 10 2015 law <a.lahin@ntcit-rosa.ru> 2:9.45-3
- (579542d) Check for *256color terminfo existence before changing TERM
- (law: abefdfa) Sync with current
- (law: 906c39f) Increase release number

* Fri Jan 30 2015 law <a.lahin@ntcit-rosa.ru> 2:9.45-2
- (17b60d8) Fix dmraid conflict specification
- (law: 99b7939) Increase release number

* Thu Dec 18 2014 law <a.lahin@ntcit-rosa.ru> 2:9.45-1
- (410faf7) Sync service file with fedora/omv
- (law: 0f3b130) Conflict with older lvm & dmraid so we get the required versions that allow us to drop fedora-storage-unit
- (law: 209b65c) Fix .spec
- (law: 6d803bf) Consolidate all network-related changes
- (law: 9bf42d7) Reorder changes in the first three patches; rename them as appropriate
- (law: 93a9a4c) Remove initscripts-ntcit-release.patch as useless after dropping mandriva-everytime
- (law: 35796fa) Upgrade to 9.45

* Wed Dec 17 2014 law <a.lahin@ntcit-rosa.ru> 2:9.34-21
- (5dfdd11) Drop old mandriva megapatch
- (law: c7b520e) Increase release number

* Mon Dec 15 2014 law <a.lahin@ntcit-rosa.ru> 2:9.34-20
- (adc3445) Extract ROSA-specific changes from Mandriva megapatch
- (law: cce2dd0) Sync with import/rosa2014.1

* Mon Nov 24 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 2:9.25-31
- (f6dc8d9) BuildList#2335496: Increase release tag

* Mon Nov 17 2014 law <a.lahin@ntcit-rosa.ru> 2:9.25-30
- (a51ef84) Increase release number

* Mon Nov 17 2014 law <a.lahin@ntcit-rosa.ru> 2:9.25-29
- (604f813) Non-systemd support removal
- (law: b8d4833) Increase release number

* Mon Nov 17 2014 law <a.lahin@ntcit-rosa.ru> 2:9.25-28
- (a785e06) Remove loadkeys patch as too specific; remove orphaned namespace patch
- (law: 8d692ce) Increase release number

* Fri Nov 14 2014 law <a.lahin@ntcit-rosa.ru> 2:9.25-27
- (ba57d93) Eliminate references to /etc/locale
- (Dmitry Fedorov: 623f7b1) Updated initscripts.spec

* Wed Nov 05 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 2:9.25-26
- (fd80788) Updated initscripts-autorelabel-conditions.patch
- (Dmitry Fedorov: 552d85e) BuildList#2320548: Increase release tag

* Wed Oct 08 2014 alexanderlaw <a.lahin@ntcit-rosa.ru> 2:9.25-25
- (271d2a3) Increase release number

* Wed Oct 08 2014 alexanderlaw <a.lahin@ntcit-rosa.ru> 2:9.25-24
- (0bb076f) Complete switch to new i18n config #rm6199
- (alexanderlaw: 0495476) Increase release number

* Wed Oct 08 2014 alexanderlaw <a.lahin@ntcit-rosa.ru> 2:9.25-23
- (e52a064) Switch to new i18n config #rm6199
- (Dmitry Fedorov: 8323c06) BuildList#2274925: Increase release tag
- (alexanderlaw: 55e92d9) Increase release number

* Thu Oct 02 2014 alexanderlaw <a.lahin@ntcit-rosa.ru> 2:9.25-22
- (5d69fae) Remove legacy text #rm6199
- (Dmitry Fedorov: 7b82ad6) MassBuild#518: Increase release tag

* Tue Aug 12 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:9.25-21
- (b1c2bea) MassBuild#472: Increase release tag

* Tue Aug 12 2014 Alex Burmashev <alex.burmashev@gmail.com> 2:9.25-20
- (789bee8) sync to certified branch, 12.08.2014

* Fri Jul 18 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:9.25-19
- (ba13ae3) MassBuild#456: Increase release tag

* Wed Jul 02 2014 Alex Burmashev <alex.burmashev@gmail.com> 2:9.25-18
- (5dff0e9) sync to certified branch

* Tue Jul 01 2014 Alex Burmashev <alex.burmashev@gmail.com> 9.25-16
- (a67da2d) sync to certified branch

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 9.34-16
- (39c76c4) MassBuild#440: Increase release tag

* Mon Apr 21 2014 Alex Burmashev <alex.burmashev@gmail.com> 9.34-15
- (50b3821) added loadkeys ru patch

* Fri Jan 10 2014 akdengi <kazancas@mandriva.ru> 9.34-14
- (e64af0b) another fix rc.sysinit
- (akdengi: 900aae3) fix rc.sysinit

* Fri Jan 10 2014 akdengi <kazancas@mandriva.ru> 9.34-12
- (6580262) Drop mandriva-everytime.service and some obsoletes Mandriva patches

* Mon Oct 21 2013 Alexander Kazancev <kazancas@gmail.com> 9.34-11
- (53b10f0) Fix dhclient options
- (Alexander Kazancev: 8b4db47) Up release

* Wed Sep 04 2013 akdengi <kazancas@mandriva.ru> 9.34-10
- (1fa0373) move USE_NM_ONLY config to NM packager
- (Alexander Kazancev: 59762fb) Need latest udev >= 194-26
- (akdengi: 643ab24) drop 60-net udev rule and add options NM_USE_ONLY=yes in /etc/sysconfig/network. Clean spec

* Tue Aug 06 2013 akdengi <kazancas@mandriva.ru> 9.34-9
- (b3268dd) add rules

* Thu Jun 13 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 9.25-12.6
- (783ab0d) fixed a typo
- (root: 9d7a56f) added a loadkeys ru patch

* Tue Mar 05 2013 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 9.25-12.5
- (75fac13) updated spec

* Tue Mar 05 2013 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 9.25-12.2
- (1367812) Default selinux location has been changed
- (root: 4f901f8) removed&disabled the loadkeys-ru patch

* Fri Dec 28 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 9.25-12.1
- (bffc32e) LOG fix for #1355 (handling ~/.i18n file with ini syntax)

* Fri Aug 03 2012 root <root@localhost.localdomain> 9.25-12
- (dd3d596) loadkeys patch
- (root: c461d57) added loadkeys ru to fix ru console output



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22800 |14mu|inkscape-0.92.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#Develop version from http://repos.fedorapeople.org/repos/ryanlerch/inkscape-unstable
%define Werror_cflags %nil

Summary:	A vector-based drawing program using SVG
Name:		inkscape
Version:	0.92.3
Release:	2
License:	GPLv2+
Group:		Graphics
Url:		http://inkscape.sourceforge.net/
Source0:	https://inkscape.global.ssl.fastly.net/media/resources/file/%{name}-%{version}.tar.bz2
Source1:	inkscape-0.92.3_ru.tar.gz
Patch1:		inkscape-0.92+devel-fix-desktop-file.patch
BuildRequires:	desktop-file-utils
BuildRequires:	dos2unix
BuildRequires:	gdk-pixbuf2.0
BuildRequires:	intltool

BuildRequires:	perl-XML-Parser
BuildRequires:	boost-devel
BuildRequires:	perl-devel
BuildRequires:	potrace-devel
BuildRequires:	pkgconfig(bdw-gc) >= 6.4
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(gtkspell-2.0)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libcdr-0.1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libvisio-0.1)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(loudmouth-1.0)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(python)

Requires:	gdk-pixbuf2.0
Requires:	gnome-vfs2
Requires:	pstoedit
Requires:	python-lxml
Requires:	python
Suggests:	uniconvertor

%description
Inkscape is a generic SVG-based vector-drawing program.

Inkscape uses the W3C SVG (= "Scalable Vector Graphics") standard as its
native file format. Therefore, it is a very useful tool for web designers
and can be used as an interchange format for desktop publishing.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/*.desktop
%{_datadir}/inkscape/
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man1/*
%{_mandir}/*/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

pushd po
tar -xvzf %{SOURCE1}
popd

# https://bugs.launchpad.net/inkscape/+bug/314381
# A couple of files have executable bits set,
# despite not being executable
find . -name '*.cpp' | xargs chmod -x
find . -name '*.h' | xargs chmod -x
find share/extensions -name '*.py' | xargs chmod -x

# Fix end of line encodings
dos2unix -k -q share/extensions/*.py

%build
export CXXFLAGS="%{optflags} -fpermissive -std=gnu++11"
#autoreconf -fi
./autogen.sh
%configure2_5x \
	--with-gnome-vfs \
	--enable-lcms \
	--enable-poppler-cairo
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
	--add-category="X-MandrivaLinux-CrossDesktop" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# No skencil anymore
rm -f %{buildroot}%{_datadir}/%{name}/extensions/sk2svg.sh

%find_lang %{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22801 |14mu|ipa-4.2.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global platform_module rosa

Summary:	The Identity, Policy and Audit system
Name:		ipa
Version:	4.2.0
Release:	8
License:	GPLv3+
Group:		System/Base
Url:		http://www.freeipa.org/
Source0:	http://www.freeipa.org/downloads/src/freeipa-%{version}.tar.gz
Patch0:		freeipa-4.2.0-rosa-platform.patch

# RHEL spec file only: START
Patch0001:	0001-Start-dirsrv-for-kdcproxy-upgrade.patch
Patch0002:	0002-Fix-DNS-records-installation-for-replicas.patch
Patch0003:	0003-Prevent-to-rename-certprofile-profile-id.patch
Patch0004:	0004-Stageusedr-activate-show-username-instead-of-DN.patch
Patch0005:	0005-copy-schema-to-ca-allow-to-overwrite-schema-files.patch
Patch0006:	0006-spec-file-Update-minimum-required-version-of-krb5.patch
Patch0007:	0007-do-not-import-memcache-on-client.patch
Patch0008:	0008-selinux-enable-httpd_run_ipa-to-allow-communicating-.patch
Patch0009:	0009-oddjob-avoid-chown-keytab-to-sssd-if-sssd-user-does-.patch
Patch0010:	0010-webui-fix-user-reset-password-dialog.patch
Patch0011:	0011-fix-hbac-rule-search-for-non-admin-users.patch
Patch0012:	0012-fix-selinuxusermap-search-for-non-admin-users.patch
Patch0013:	0013-Validate-adding-privilege-to-a-permission.patch
Patch0014:	0014-migration-Use-api.env-variables.patch
Patch0015:	0015-sysrestore-copy-files-instead-of-moving-them-to-avoi.patch
Patch0016:	0016-Allow-value-no-for-replica-certify-all-attr-in-abort.patch
Patch0017:	0017-trusts-Check-for-AD-root-domain-among-our-trusted-do.patch
Patch0018:	0018-enable-debugging-of-ntpd-during-client-installation.patch
Patch0019:	0019-cermonger-Use-private-unix-socket-when-DBus-SystemBu.patch
Patch0020:	0020-ipa-client-install-Do-not-re-start-certmonger-and-DB.patch
Patch0021:	0021-DNS-Consolidate-DNS-RR-types-in-API-and-schema.patch
Patch0022:	0022-ipaplatform-Add-constants-submodule.patch
Patch0023:	0023-DNS-check-if-DNS-package-is-installed.patch
Patch0024:	0024-dcerpc-Expand-explanation-for-WERR_ACCESS_DENIED.patch
Patch0025:	0025-dcerpc-Fix-UnboundLocalError-for-ccache_name.patch
Patch0026:	0026-fix-broken-search-for-users-by-their-manager.patch
Patch0027:	0027-dcerpc-Add-get_trusted_domain_object_type-method.patch
Patch0028:	0028-idviews-Restrict-anchor-to-name-and-name-to-anchor-c.patch
Patch0029:	0029-idviews-Enforce-objectclass-check-in-idoverride-del.patch
Patch0030:	0030-idviews-Check-for-the-Default-Trust-View-only-if-app.patch
Patch0031:	0031-replication-Fix-incorrect-exception-invocation.patch
Patch0032:	0032-webui-add-Kerberos-configuration-instructions-for-Ch.patch
Patch0033:	0033-Remove-ico-files-from-Makefile.patch
Patch0034:	0034-ACI-plugin-correctly-parse-bind-rules-enclosed-in-pa.patch
Patch0035:	0035-ULC-Fix-stageused-add-from-delete-command.patch
Patch0036:	0036-webui-fix-regressions-failed-auth-messages.patch
Patch0037:	0037-Validate-vault-s-file-parameters.patch
Patch0038:	0038-certprofile-import-do-not-require-profileId-in-profi.patch
Patch0039:	0039-user-show-add-out-option-to-save-certificates-to-fil.patch
Patch0040:	0040-store-certificates-issued-for-user-entries-as-userCe.patch
Patch0041:	0041-Fix-incorrect-type-comparison-in-trust-fetch-domains.patch
Patch0042:	0042-Fix-selector-of-protocol-for-LSA-RPC-binding-string.patch
Patch0043:	0043-dcerpc-Simplify-generation-of-LSA-RPC-binding-string.patch
Patch0044:	0044-Fixed-missing-KRA-agent-cert-on-replica.patch
Patch0045:	0045-webui-add-LDAP-vs-Kerberos-behavior-description-to-u.patch
Patch0046:	0046-Fix-upgrade-of-sidgen-and-extdom-plugins.patch
Patch0047:	0047-Give-more-info-on-virtual-command-access-denial.patch
Patch0048:	0048-Allow-SAN-extension-for-cert-request-self-service.patch
Patch0049:	0049-Add-profile-for-DNP3-IEC-62351-8-certificates.patch
Patch0050:	0050-Work-around-python-nss-bug-on-unrecognised-OIDs.patch
Patch0051:	0051-adtrust-install-Correctly-determine-4.2-FreeIPA-serv.patch
Patch0052:	0052-certprofile-import-improve-profile-format-documentat.patch
Patch0053:	0053-Fix-default-CA-ACL-added-during-upgrade.patch
Patch0054:	0054-Fix-KRB5PrincipalName-UPN-SAN-comparison.patch
Patch0055:	0055-adjust-search-so-that-it-works-for-non-admin-users.patch
Patch0056:	0056-validate-mutually-exclusive-options-in-vault-add.patch
Patch0057:	0057-idranges-raise-an-error-when-local-IPA-ID-range-is-b.patch
Patch0058:	0058-install-Fix-server-and-replica-install-options.patch
Patch0059:	0059-certprofile-add-profile-format-explanation.patch
Patch0060:	0060-ULC-Prevent-preserved-users-from-being-assigned-memb.patch
Patch0061:	0061-Asymmetric-vault-validate-public-key-in-client.patch
Patch0062:	0062-add-permission-System-Manage-User-Certificates.patch
Patch0063:	0063-Add-permission-for-bypassing-CA-ACL-enforcement.patch
Patch0064:	0064-Added-CLI-param-and-ACL-for-vault-service-operations.patch
Patch0065:	0065-trusts-Detect-missing-Samba-instance.patch
Patch0066:	0066-winsync-migrate-Add-warning-about-passsync.patch
Patch0067:	0067-winsync-migrate-Expand-the-man-page.patch
Patch0068:	0068-fix-typo-in-BasePathNamespace-member-pointing-to-ods.patch
Patch0069:	0069-ipa-backup-archive-DNSSEC-zone-file-and-kasp.db.patch
Patch0070:	0070-baseldap-Allow-overriding-member-param-label-in-LDAP.patch
Patch0071:	0071-vault-Fix-param-labels-in-output-of-vault-owner-comm.patch
Patch0072:	0072-Fixed-vault-container-ownership.patch
Patch0073:	0073-vault-normalize-service-principal-in-service-vault-o.patch
Patch0074:	0074-vault-validate-vault-type.patch
Patch0075:	0075-install-Fix-replica-install-with-custom-certificates.patch
Patch0076:	0076-trusts-harden-trust-fetch-domains-oddjobd-based-scri.patch
Patch0077:	0077-user-undel-Fix-error-messages.patch
Patch0078:	0078-Prohibit-deletion-of-predefined-profiles.patch
Patch0079:	0079-improve-the-handling-of-krb5-related-errors-in-dnsse.patch
Patch0080:	0080-client-Add-support-for-multiple-IP-addresses-during-.patch
Patch0081:	0081-vault-Fix-vault-find-with-criteria.patch
Patch0082:	0082-vault-Add-container-information-to-vault-command-res.patch
Patch0083:	0083-Server-Upgrade-Start-DS-before-CA-is-started.patch
Patch0084:	0084-cert-request-remove-allowed-extensions-check.patch
Patch0085:	0085-client-Add-description-of-ip-address-and-all-ip-addr.patch
Patch0086:	0086-Backup-resore-authentication-control-configuration.patch
Patch0087:	0087-Add-flag-to-list-all-service-and-user-vaults.patch

Patch1001:	1001-Hide-pkinit-functionality-from-production-version.patch
Patch1002:	1002-Remove-pkinit-plugin.patch
Patch1003:	1003-Remove-pkinit-references-from-tool-man-pages.patch
Patch1004:	1004-Change-branding-to-IPA-and-Identity-Management.patch
Patch1005:	1005-Remove-pylint-from-build-process.patch
Patch1006:	1006-Remove-i18test-from-build-process.patch
Patch1007:	1007-Do-not-build-tests.patch
Patch1008:	1008-RCUE.patch
Patch1009:	1009-Do-not-allow-installation-in-FIPS-mode.patch
# RHEL spec file only: END

# Likely not needed
#BuildRequires:	check
# RHEL spec file only: START
BuildRequires:	diffstat
# RHEL spec file only: END
BuildRequires:	java-headless
BuildRequires:	krb5-workstation
BuildRequires:	libunistring-devel
# Don't have it yet
#BuildRequires:	pki-base >= 10.2.5-5
BuildRequires:	rhino
BuildRequires:	openldap-devel
BuildRequires:	softhsm-devel
BuildRequires:	pkgconfig(krb5)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libverto)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(p11-kit-1)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(sss_idmap)
BuildRequires:	pkgconfig(sss_nss_idmap)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(xmlrpc)
BuildRequires:	pyasn1
BuildRequires:	pyOpenSSL
BuildRequires:	python-backports-ssl_match_hostname
BuildRequires:	python-cryptography
BuildRequires:	python-dns >= 1.11.1
BuildRequires:	python-dnspython
BuildRequires:	python-kdcproxy >= 0.3
BuildRequires:	python-kerberos >= 1.1
BuildRequires:	python-krbV
BuildRequires:	python-ldap
#BuildRequires:	python-lesscpy
BuildRequires:	python-sssd
BuildRequires:	python-lxml
BuildRequires:	python-m2crypto
BuildRequires:	python-memcached
BuildRequires:	python-netaddr
BuildRequires:	python-nss
BuildRequires:	python-qrcode-core
BuildRequires:	python-rhsm
BuildRequires:	python-setuptools
BuildRequires:	python-yubico >= 1.2.3

%description
IPA is an integrated solution to provide centrally managed Identity (machine,
user, virtual machines, groups, authentication credentials), Policy
(configuration settings, access control information) and Audit (events,
logs, analysis thereof).

#----------------------------------------------------------------------------

%package client
Summary:	IPA authentication for use on clients
Group:		System/Base
Requires:	%{name}-python = %{EVRD}
#Requires:	authconfig
Requires:	autofs
Requires:	bind-utils
Requires:	certmonger >= 0.78
Requires:	curl
Requires:	krb5-workstation
Requires:	nfs-utils
Requires:	nss
Requires:	ntp
Requires:	oddjob-mkhomedir
Requires:	pam_krb5
Requires:	python-backports-ssl_match_hostname
Requires:	python-dns >= 1.11.1
Requires:	python-dnspython
Requires:	python-krbV
Requires:	python-ldap
Requires:	python-sssd
Requires:	sasl-plug-gssapi
Requires:	sssd
Requires:	sssd-client
Requires:	wget
Requires:	xmlrpc-c >= 1.27.4
Requires:	initscripts >= 2:9.56-8
Requires(post):	policycoreutils
Requires(post):	sssd

%description client
IPA is an integrated solution to provide centrally managed Identity (machine,
user, virtual machines, groups, authentication credentials), Policy
(configuration settings, access control information) and Audit (events,
logs, analysis thereof). If your network uses IPA for authentication,
this package should be installed on every client machine.

%files client
%doc COPYING README Contributors.txt
%{_sbindir}/ipa-client-install
%{_sbindir}/ipa-client-automount
%{_sbindir}/ipa-certupdate
%{_sbindir}/ipa-getkeytab
%{_sbindir}/ipa-rmkeytab
%{_sbindir}/ipa-join
%dir %{_usr}/share/ipa
%dir %{_localstatedir}/lib/ipa-client
%dir %{_localstatedir}/lib/ipa-client/sysrestore
%dir %{python_sitelib}/ipaclient
%{python_sitelib}/ipaclient/*.py*
%{_mandir}/man1/ipa-getkeytab.1*
%{_mandir}/man1/ipa-rmkeytab.1*
%{_mandir}/man1/ipa-client-install.1*
%{_mandir}/man1/ipa-client-automount.1*
%{_mandir}/man1/ipa-certupdate.1*
%{_mandir}/man1/ipa-join.1*
%{_mandir}/man5/default.conf.5*

%post client
if [ $1 -gt 1 ] ; then
    # Has the client been configured?
    restore=0
    test -f '/var/lib/ipa-client/sysrestore/sysrestore.index' && restore=$(wc -l '/var/lib/ipa-client/sysrestore/sysrestore.index' | awk '{print $1}')

    if [ -f '/etc/sssd/sssd.conf' -a $restore -ge 2 ]; then
        if ! grep -E -q '/var/lib/sss/pubconf/krb5.include.d/' /etc/krb5.conf  2>/dev/null ; then
            echo "includedir /var/lib/sss/pubconf/krb5.include.d/" > /etc/krb5.conf.ipanew
            cat /etc/krb5.conf >> /etc/krb5.conf.ipanew
            mv -Z /etc/krb5.conf.ipanew /etc/krb5.conf
        fi
    fi

    if [ -f '/etc/sysconfig/ntpd' -a $restore -ge 2 ]; then
        if grep -E -q 'OPTIONS=.*-u ntp:ntp' /etc/sysconfig/ntpd 2>/dev/null; then
            sed -r '/OPTIONS=/ { s/\s+-u ntp:ntp\s+/ /; s/\s*-u ntp:ntp\s*// }' /etc/sysconfig/ntpd >/etc/sysconfig/ntpd.ipanew
            mv -Z /etc/sysconfig/ntpd.ipanew /etc/sysconfig/ntpd

            /bin/systemctl condrestart ntpd.service 2>&1 || :
        fi
    fi

    if [ ! -f '/etc/ipa/nssdb/cert8.db' -a $restore -ge 2 ]; then
        python2 -c 'from ipapython.certdb import create_ipa_nssdb; create_ipa_nssdb()' >/dev/null 2>&1
        tempfile=$(mktemp)
        if certutil -L -d /etc/pki/nssdb -n 'IPA CA' -a >"$tempfile" 2>/var/log/ipaupgrade.log; then
            certutil -A -d /etc/ipa/nssdb -n 'IPA CA' -t CT,C,C -a -i "$tempfile" >/var/log/ipaupgrade.log 2>&1
        elif certutil -L -d /etc/pki/nssdb -n 'External CA cert' -a >"$tempfile" 2>/var/log/ipaupgrade.log; then
            certutil -A -d /etc/ipa/nssdb -n 'External CA cert' -t C,, -a -i "$tempfile" >/var/log/ipaupgrade.log 2>&1
        fi
        rm -f "$tempfile"
    fi
fi

%triggerin client -- openssh-server
# Has the client been configured?
restore=0
test -f '/var/lib/ipa-client/sysrestore/sysrestore.index' && restore=$(wc -l '/var/lib/ipa-client/sysrestore/sysrestore.index' | awk '{print $1}')

if [ -f '/etc/ssh/sshd_config' -a $restore -ge 2 ]; then
    if grep -E -q '^(AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys|PubKeyAgent /usr/bin/sss_ssh_authorizedkeys %u)$' /etc/ssh/sshd_config 2>/dev/null; then
        sed -r '
            /^(AuthorizedKeysCommand(User|RunAs)|PubKeyAgentRunAs)[ \t]/ d
        ' /etc/ssh/sshd_config >/etc/ssh/sshd_config.ipanew

        if /usr/sbin/sshd -t -f /dev/null -o 'AuthorizedKeysCommand=/usr/bin/sss_ssh_authorizedkeys' -o 'AuthorizedKeysCommandUser=nobody'; then
            sed -ri '
                s/^PubKeyAgent (.+) %u$/AuthorizedKeysCommand \1/
                s/^AuthorizedKeysCommand .*$/\0\nAuthorizedKeysCommandUser nobody/
            ' /etc/ssh/sshd_config.ipanew
        elif /usr/sbin/sshd -t -f /dev/null -o 'AuthorizedKeysCommand=/usr/bin/sss_ssh_authorizedkeys' -o 'AuthorizedKeysCommandRunAs=nobody'; then
            sed -ri '
                s/^PubKeyAgent (.+) %u$/AuthorizedKeysCommand \1/
                s/^AuthorizedKeysCommand .*$/\0\nAuthorizedKeysCommandRunAs nobody/
            ' /etc/ssh/sshd_config.ipanew
        elif /usr/sbin/sshd -t -f /dev/null -o 'PubKeyAgent=/usr/bin/sss_ssh_authorizedkeys %u' -o 'PubKeyAgentRunAs=nobody'; then
            sed -ri '
                s/^AuthorizedKeysCommand (.+)$/PubKeyAgent \1 %u/
                s/^PubKeyAgent .*$/\0\nPubKeyAgentRunAs nobody/
            ' /etc/ssh/sshd_config.ipanew
        fi

        mv -Z /etc/ssh/sshd_config.ipanew /etc/ssh/sshd_config
        chmod 600 /etc/ssh/sshd_config

        systemctl condrestart sshd.service 2>&1 || :
    fi
fi

#----------------------------------------------------------------------------

%package admintools
Summary:	IPA administrative tools
Group:		System/Base
Requires:	%{name}-python = %{EVRD}
Requires:	%{name}-client = %{EVRD}
Requires:	python-krbV
Requires:	python-ldap

%description admintools
IPA is an integrated solution to provide centrally managed Identity (machine,
user, virtual machines, groups, authentication credentials), Policy
(configuration settings, access control information) and Audit (events,
logs, analysis thereof). This package provides command-line tools for
IPA administrators.

%files admintools
%doc COPYING README Contributors.txt
%{_bindir}/ipa
%config %{_sysconfdir}/bash_completion.d
%{_mandir}/man1/ipa.1*

#----------------------------------------------------------------------------

%package python
Summary:	Python libraries used by IPA
Group:		Development/Python
Requires:	dbus-python
Requires:	gnupg
Requires:	iproute2
Requires:	keyutils
Requires:	pyasn1
Requires:	pyOpenSSL
Requires:	python-cryptography
Requires:	python-dateutil
Requires:	python-kerberos
Requires:	python-sssd
Requires:	python-lxml
Requires:	python-netaddr
Requires:	python-nss >= 0.16
Requires:	python-qrcode-core
Requires:	python-setuptools
Requires:	python-yubico >= 1.2.3
Requires:	wget

%description python
IPA is an integrated solution to provide centrally managed Identity (machine,
user, virtual machines, groups, authentication credentials), Policy
(configuration settings, access control information) and Audit (events,
logs, analysis thereof). If you are using IPA you need to install this
package.

%files python -f ipa.lang
%doc COPYING README Contributors.txt
%dir %{python_sitelib}/ipapython
%{python_sitelib}/ipapython/*.py*
%dir %{python_sitelib}/ipapython/dnssec
%{python_sitelib}/ipapython/dnssec/*.py*
%dir %{python_sitelib}/ipapython/install
%{python_sitelib}/ipapython/install/*.py*
%dir %{python_sitelib}/ipalib
%{python_sitelib}/ipalib/*
%dir %{python_sitelib}/ipaplatform
%{python_sitelib}/ipaplatform/*
%attr(0644,root,root) %{python_sitearch}/default_encoding_utf8.so
%attr(0644,root,root) %{python_sitearch}/_ipap11helper.so
%{python_sitelib}/ipapython-*.egg-info
%{python_sitelib}/freeipa-*.egg-info
%{python_sitelib}/ipaplatform-*.egg-info
%{python_sitearch}/python_default_encoding-*.egg-info
%{python_sitearch}/_ipap11helper-*.egg-info
%dir %attr(0755,root,root) %{_sysconfdir}/ipa/
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
%dir %attr(0755,root,root) %{_sysconfdir}/ipa/nssdb
%dir %attr(0755,root,root) %{_sysconfdir}/ipa/dnssec
%ghost %config(noreplace) %{_sysconfdir}/ipa/nssdb/cert8.db
%ghost %config(noreplace) %{_sysconfdir}/ipa/nssdb/key3.db
%ghost %config(noreplace) %{_sysconfdir}/ipa/nssdb/secmod.db
%ghost %config(noreplace) %{_sysconfdir}/ipa/nssdb/pwdfile.txt
%ghost %config(noreplace) %{_sysconfdir}/pki/ca-trust/source/ipa.p11-kit

#----------------------------------------------------------------------------

%prep
# RHEL spec file only: START
# Update timestamps on the files touched by a patch, to avoid non-equal
# .pyc/.pyo files across the multilib peers within a build, where "Level"
# is the patch prefix option (e.g. -p1)
# Taken from specfile for sssd and python-simplejson
UpdateTimestamps() {
  Level=$1
  PatchFile=$2

  # Locate the affected files:
  for f in $(diffstat $Level -l $PatchFile); do
    # Set the files to have the same timestamp as that of the patch:
    touch -r $PatchFile $f
  done
}

%setup -qn freeipa-%{version}

for p in %patches ; do
    patch -p1 -i $p
    UpdateTimestamps -p1 $p
done

%build
# UI compilation segfaulted on some arches when the stack was lower (#1040576)
export JAVA_STACK_SIZE="8m"

export CFLAGS="%{optflags} $CFLAGS"
export LDFLAGS="%{ldflags} $LDFLAGS"
export SUPPORTED_PLATFORM=%{platform_module}

# Force re-generate of platform support
export IPA_VENDOR_VERSION_SUFFIX=-%{release}
rm -f ipapython/version.py
rm -f ipaplatform/services.py
rm -f ipaplatform/tasks.py
rm -f ipaplatform/paths.py
rm -f ipaplatform/constants.py
make version-update

pushd ipa-client
%configure2_5x
popd
%make IPA_VERSION_IS_GIT_SNAPSHOT=no client

%install
export SUPPORTED_PLATFORM=%{platform_module}
# Force re-generate of platform support
export IPA_VENDOR_VERSION_SUFFIX=-%{release}
rm -f ipapython/version.py
rm -f ipaplatform/services.py
rm -f ipaplatform/tasks.py
rm -f ipaplatform/paths.py
rm -f ipaplatform/constants.py
make version-update
make client-install DESTDIR=%{buildroot}

%find_lang ipa

mkdir -p %{buildroot}%{_usr}/share/ipa

mkdir -p %{buildroot}%{_sysconfdir}/ipa/
touch %{buildroot}%{_sysconfdir}/ipa/default.conf
touch %{buildroot}%{_sysconfdir}/ipa/ca.crt

mkdir -p %{buildroot}%{_sysconfdir}/ipa/nssdb
touch %{buildroot}%{_sysconfdir}/ipa/nssdb/cert8.db
touch %{buildroot}%{_sysconfdir}/ipa/nssdb/key3.db
touch %{buildroot}%{_sysconfdir}/ipa/nssdb/secmod.db
touch %{buildroot}%{_sysconfdir}/ipa/nssdb/pwdfile.txt

mkdir -p %{buildroot}%{_sysconfdir}/pki/ca-trust/source
touch %{buildroot}%{_sysconfdir}/pki/ca-trust/source/ipa.p11-kit

mkdir -p %{buildroot}%{_sysconfdir}/ipa/dnssec
mkdir -p %{buildroot}/%{_localstatedir}/lib/ipa-client/sysrestore
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
install -pm 644 contrib/completion/ipa.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/ipa


%changelog

* Wed Jul 20 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.0-8
- (b9908f2) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22802 |14mu|iplog-2.2.3-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Logs TCP, UDP, and ICMP connections to syslog
Name:		iplog
Version:	2.2.3
Release:	23
License:	GPL
Group:		Monitoring
URL:		http://ojnk.sourceforge.net
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.service
Source2:	%{name}.conf
Patch0:		%{name}-2.2.3-gcc-3.3.patch
Buildrequires:	libpcap-devel 

%description
iplog is a TCP/IP traffic logger. Currently, it is capable of logging TCP, UDP
and ICMP traffic. Adding support for other protocols should be relatively easy.
iplog contains a built-in packet filter, allowing for logging or excluding
packets that fit a given set of criteria.

%prep

%setup -q
%patch0 -p1 -b .gcc3.3

%build
%configure
%make

%install
%makeinstall

install -m0644 %{SOURCE1} -D %{buildroot}%{_unitdir}/%{name}.service
install -m0644 %{SOURCE2} -D %{buildroot}/%{_sysconfdir}/%{name}.conf

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%clean

%files
%doc AUTHORS COPYING README TODO NEWS
%attr(0644,root,root) %{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_sbindir}/*
%{_mandir}/man5/*
%{_mandir}/man8/*



%changelog
* Fri Oct 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.3-23
+ Revision: 1e33f74
- Migrated to systemd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22803 |14mu|ipmitool-1.8.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility for interfacing with IPMI devices
Name:		ipmitool
Version:	1.8.15
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://ipmitool.sourceforge.net/
Source0:	http://sourceforge.net/projects/ipmitool/files/ipmitool/1.8.15/%{name}-%{version}.tar.bz2
#Patch0:		ipmitool-1.8.10-fix-format-error.patch
Patch1:		ipmitool-1.8.11-CVE-2011-4339.diff
ExcludeArch:	%arm %mips

BuildRequires:	pkgconfig(libfreeipmi)
BuildRequires:	pkgconfig(openssl)
Requires:	freeipmi

%description
IPMI stands for Intelligent Platform Management Interface 
and is an open standard for machine health, and (remote) control
and is implemented by many hardware vendors - Intel is one of the originators, 
and early adopters of the standard.
This package contains a utility for interfacing with IPMI-enabled devices
through either the OpenIPMI kernel driver or with IPMI-over-LAN protocol.
These functions include printing FRU(Field Replaceable Unit) information,
LAN configuration, sensor readings, and remote chassis power control. 

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-ipmievd \
	--enable-intf-lan \
	--enable-intf-open \
	--enable-intf-lanplus \
	--with-kerneldir=/usr/src/linux \
	--with-plugin-path=%{_libdir}/ipmitool
make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}/%{name}

%files
%doc README AUTHORS COPYING ChangeLog
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man1/*
%{_mandir}/man8/*
%{_datadir}/ipmitool

%changelog
* Tue Jan 20 2015 dsilakov <denis.silakov@rosalab.ru> 1.8.15-1
+ Revision: 1f72e40
- Merge pull request #3 from import/ipmitool:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22804 |14mu|ipmiutil-2.9.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Name:      ipmiutil
Version:   2.9.7
Release:   1
Summary:   Easy-to-use IPMI server management utilities

License:   BSD
Group:     System/Kernel and hardware
Source:    http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source100: %{name}.rpmlintrc
URL:       http://ipmiutil.sourceforge.net
Requires:  systemd-units
BuildRequires: openssl-devel
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: autoconf

%define unit_dir  %{_unitdir}
%define systemd_fls %{_datadir}/%{name}
%define init_dir  %{_initrddir}

%description
The ipmiutil package provides easy-to-use utilities to view the SEL,
perform an IPMI chassis reset, set up the IPMI LAN and Platform Event Filter
entries to allow SNMP alerts, Serial-Over-LAN console, event daemon, and 
other IPMI tasks.
These can be invoked with the metacommand ipmiutil, or via subcommand
shortcuts as well.  IPMIUTIL can also write sensor thresholds, FRU asset tags, 
and has a full IPMI configuration save/restore.
An IPMI driver can be provided by either the OpenIPMI driver (/dev/ipmi0)
or the Intel IPMI driver (/dev/imb), etc.  If used locally and no driver is
detected, ipmiutil will use user-space direct I/Os instead.

%package devel
Group:    Development/C
Summary:  Includes libraries and headers for the ipmiutil package

Provides: ipmiutil-static = %{version}-%{release}

%description devel
The ipmiutil-devel package contains headers and libraries which are
useful for building custom IPMI applications.

%prep
%setup -q

%build
export CC=gcc
export CXX=g++
autoreconf -fiv
%configure
make

%install
%makeinstall_std

%files
%dir %{_datadir}/%{name}
%dir %{_var}/lib/%{name}
%{_bindir}/ipmiutil
%{_bindir}/idiscover
%{_bindir}/ievents
%{_sbindir}/ipmi_port
%{_sbindir}/ialarms 
%{_sbindir}/iconfig
%{_sbindir}/icmd 
%{_sbindir}/ifru 
%{_sbindir}/igetevent 
%{_sbindir}/ihealth 
%{_sbindir}/ilan 
%{_sbindir}/ireset 
%{_sbindir}/isel 
%{_sbindir}/iseltime
%{_sbindir}/isensor 
%{_sbindir}/iserial 
%{_sbindir}/isol 
%{_sbindir}/iwdt 
%{_sbindir}/ipicmg 
%{_sbindir}/ifirewall 
%{_sbindir}/ifwum 
%{_sbindir}/ihpm 
%{_datadir}/%{name}/ipmiutil_evt
%{_datadir}/%{name}/ipmiutil_asy
%{_datadir}/%{name}/ipmiutil_wdt
%{_datadir}/%{name}/ipmi_port
%{_datadir}/%{name}/ipmi_info
%{_datadir}/%{name}/checksel
%{systemd_fls}/ipmiutil_evt.service
%{systemd_fls}/ipmiutil_asy.service
%{systemd_fls}/ipmiutil_wdt.service
%{systemd_fls}/ipmi_port.service
%{_datadir}/%{name}/ipmiutil.env
%{_datadir}/%{name}/ipmiutil.pre
%{_datadir}/%{name}/ipmiutil.setup
%{_datadir}/%{name}/ipmi_if.sh
%{_datadir}/%{name}/evt.sh
%{_datadir}/%{name}/ipmi.init.basic
%{_datadir}/%{name}/bmclanpet.mib
%{_mandir}/man?/*
%doc AUTHORS ChangeLog COPYING NEWS README TODO 
%doc doc/UserGuide

%files devel
# %{_datadir}/%{name} is used by both ipmiutil and ipmituil-devel
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/ipmi_sample.c
%{_datadir}/%{name}/ipmi_sample_evt.c
%{_datadir}/%{name}/isensor.c
%{_datadir}/%{name}/ievents.c
%{_datadir}/%{name}/isensor.h
%{_datadir}/%{name}/ievents.h
%{_datadir}/%{name}/Makefile
%{_includedir}/ipmicmd.h
%{_libdir}/libipmiutil.*


%post
# POST_INSTALL, $1 = 1 if rpm -i, $1 = 2 if rpm -U

if [ "$1" = "1" ]
then
   # doing rpm -i, first time
   vardir=%{_var}/lib/%{name}
   scr_dir=%{_datadir}/%{name}

   if [ -x /bin/systemctl ]; then
      echo "IINITDIR=%{init_dir}" >>%{_datadir}/%{name}/ipmiutil.env
      cp -f ${scr_dir}/ipmiutil_evt.service %{unit_dir}
      cp -f ${scr_dir}/ipmiutil_asy.service %{unit_dir}
      cp -f ${scr_dir}/ipmiutil_wdt.service %{unit_dir}
      cp -f ${scr_dir}/ipmi_port.service    %{unit_dir}
      # systemctl enable ipmi_port.service >/dev/null 2>&1 || :
   else 
      cp -f ${scr_dir}/ipmiutil_wdt %{init_dir}
      cp -f ${scr_dir}/ipmiutil_asy %{init_dir}
      cp -f ${scr_dir}/ipmiutil_evt %{init_dir}
      cp -f ${scr_dir}/ipmi_port    %{init_dir}
      cp -f ${scr_dir}/ipmi_info    %{init_dir}
   fi

   # Run some ipmiutil command to see if any IPMI interface works.
   %{_bindir}/ipmiutil sel -v >/dev/null 2>&1
   IPMIret=$?

   # If IPMIret==0, the IPMI cmd was successful, and IPMI is enabled locally.
   if [ $IPMIret -eq 0 ]; then
      # If IPMI is enabled, automate managing the IPMI SEL
      if [ -d %{_sysconfdir}/cron.daily ]; then
         cp -f %{_datadir}/%{name}/checksel %{_sysconfdir}/cron.daily
      fi
      # IPMI_IS_ENABLED, so enable services, but only if Red Hat
      if [ -f /etc/redhat-release ]; then
         if [ -x /bin/systemctl ]; then
            touch ${scr_dir}/ipmi_port.service
         elif [ -x /sbin/chkconfig ]; then
            /sbin/chkconfig --add ipmi_port
            /sbin/chkconfig --add ipmiutil_wdt
            /sbin/chkconfig --add ipmiutil_evt 
            /sbin/chkconfig --add ipmi_info
         fi
      fi
   
      # Capture a snapshot of IPMI sensor data once now for later reuse.
      sensorout=$vardir/sensor_out.txt
      if [ ! -f $sensorout ]; then
         %{_bindir}/ipmiutil sensor -q >$sensorout
      fi
   fi
else
   # postinstall, doing rpm update
   %{_bindir}/ipmiutil sel -v >/dev/null 2>&1
   if [ $? -eq 0 ]; then
      if [ -d %{_sysconfdir}/cron.daily ]; then
         cp -f %{_datadir}/%{name}/checksel %{_sysconfdir}/cron.daily
      fi
   fi
fi
%systemd_post  ipmiutil_evt.service
%systemd_post  ipmiutil_asy.service
%systemd_post  ipmiutil_wdt.service
%systemd_post  ipmi_port.service

%preun
# before uninstall,  $1 = 1 if rpm -U, $1 = 0 if rpm -e
if [ "$1" = "0" ]
then
   if [ -x /bin/systemctl ]; then
     if [ -f %{unit_dir}/ipmiutil_evt.service ]; then
%systemd_preun  ipmiutil_evt.service
%systemd_preun  ipmiutil_asy.service
%systemd_preun  ipmiutil_wdt.service
%systemd_preun  ipmi_port.service
     fi
   else 
     if [ -x /sbin/service ]; then
        /sbin/service ipmi_port stop       >/dev/null 2>&1
        /sbin/service ipmiutil_wdt stop    >/dev/null 2>&1
        /sbin/service ipmiutil_asy stop    >/dev/null 2>&1
        /sbin/service ipmiutil_evt stop    >/dev/null 2>&1
     fi
     if [ -x /sbin/chkconfig ]; then
        /sbin/chkconfig --del ipmi_port    >/dev/null 2>&1
        /sbin/chkconfig --del ipmiutil_wdt >/dev/null 2>&1
        /sbin/chkconfig --del ipmiutil_asy >/dev/null 2>&1
        /sbin/chkconfig --del ipmiutil_evt >/dev/null 2>&1
     fi
   fi
   if [ -f %{_sysconfdir}/cron.daily/checksel ]; then
        rm -f %{_sysconfdir}/cron.daily/checksel
   fi
fi

%postun
if [ -x /bin/systemctl ]; then
%systemd_postun_with_restart  ipmi_port.service
   if [ -f %{unit_dir}/ipmiutil_evt.service ]; then
      rm -f %{unit_dir}/ipmiutil_evt.service 
      rm -f %{unit_dir}/ipmiutil_asy.service 
      rm -f %{unit_dir}/ipmiutil_wdt.service 
      rm -f %{unit_dir}/ipmi_port.service    
   fi
else
   if [ -f %{init_dir}/ipmiutil_evt.service ]; then
      rm -f %{init_dir}/ipmiutil_wdt 2>/dev/null
      rm -f %{init_dir}/ipmiutil_asy 2>/dev/null
      rm -f %{init_dir}/ipmiutil_evt 2>/dev/null
      rm -f %{init_dir}/ipmi_port    2>/dev/null
   fi
fi

%changelog

* Sun Apr 10 2016 Denis Silakov <dsilakov@gmail.com> 2.9.7-1
- (c13df8d) ADded rpmlintrc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22805 |14mu|ipsec-tools-0.8.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global racoonconfdir %{_sysconfdir}/racoon
%global _hardened_build 1

%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	Tools for configuring and using IPSEC
Name:		ipsec-tools
Version:	0.8.2
Release:	7
License:	BSD
Group:		Networking/Other
Url:		http://ipsec-tools.sourceforge.net/
Source0:	ftp://ftp.netbsd.org/pub/NetBSD/misc/ipsec-tools/0.8/ipsec-tools-%{version}.tar.bz2
Source1:	racoon.conf
Source2:	psk.txt
Source3:	p1_up_down
Source4:	racoon.service
Source5:	racoon.pam
Source6:	ifup-ipsec
Source7:	ifdown-ipsec
# Ignore acquires that are sent by kernel for SAs that are already being
# negotiated (#234491)
Patch3:		ipsec-tools-0.8.0-acquires.patch
# Support for labeled IPSec on loopback
Patch4:		ipsec-tools-0.8.0-loopback.patch
# Create racoon as PIE
Patch11:	ipsec-tools-0.7.1-pie.patch
# Fix leak in certification handling
Patch14:	ipsec-tools-0.7.2-moreleaks.patch
# Do not install development files
Patch16:	ipsec-tools-0.8.0-nodevel.patch
# Use krb5 gssapi mechanism
Patch18:	ipsec-tools-0.7.3-gssapi-mech.patch
# Drop -R from linker
Patch19:	ipsec-tools-0.7.3-build.patch
# Silence strict aliasing warnings
Patch20:	ipsec-tools-0.8.0-aliasing.patch
# CVE-2015-4047
Patch21:	ipsec-tools-0.8.2-CVE-2015-4047.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	systemd-units
BuildRequires:	pam-devel
BuildRequires:	openldap-devel
%if %{with selinux}
BuildRequires:	audit-libs-devel >= 1.3.1
BuildRequires:	selinux-devel
%endif
BuildRequires:	pkgconfig(krb5)
BuildRequires:	pkgconfig(openssl)
Requires:	pam
Requires(post,preun,postun):	systemd
Provides:	kvpnc-backend
# No longer provided and not used by anything
Obsoletes:	%{_lib}ipsec0 < 0.8.1
Obsoletes:	%{_lib}ipsec-devel < 0.8.1

%description
This package contains tools necessary for establishing keys for IPSEC
connections including the rekeying during the connection lifetime.

The main tools of this package are:

- setkey, a program to directly manipulate policies and SAs in the kernel
- racoon, an IKEv1 keying daemon

%files
%doc src/racoon/samples/racoon.conf src/racoon/samples/psk.txt
%doc src/racoon/doc/FAQ
%doc ChangeLog NEWS README
/sbin/*
%{_sbindir}/*
%{_mandir}/man*/*
%{_unitdir}/racoon.service
%dir %{racoonconfdir}
%{racoonconfdir}/scripts/*
%dir %{racoonconfdir}/certs
%dir %{racoonconfdir}/scripts
%dir %{_localstatedir}/racoon
%config(noreplace) %{racoonconfdir}/psk.txt
%config(noreplace) %{racoonconfdir}/racoon.conf
%config(noreplace) %{_sysconfdir}/pam.d/racoon
%{_sysconfdir}/sysconfig/network-scripts/ifup-ipsec
%{_sysconfdir}/sysconfig/network-scripts/ifdown-ipsec

%post
if [ $1 -eq 1 ] ; then
/bin/systemctl preset racoon.service >/dev/null 2>&1 || :
fi

%preun
if [ $1 -eq 0 ] ; then
# Package removal, not upgrade
/bin/systemctl --no-reload disable racoon.service > /dev/null 2>&1 || :
/bin/systemctl stop racoon.service > /dev/null 2>&1 || :
fi

%postun
if [ $1 -ge 1 ] ; then
# Package upgrade, not uninstall
/bin/systemctl try-restart racoon.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%patch3 -p1 -b .acquires
%patch4 -p1 -b .loopback

%patch11 -p1 -b .pie
%patch14 -p1 -b .moreleaks
%patch16 -p1 -b .nodevel
%patch18 -p1 -b .gssapi-mech
%patch19 -p1 -b .build
%patch20 -p1 -b .aliasing
%patch21 -p1 -b .cve_2015_4047

./bootstrap

%build
# Needed because some bad sizeof()'s
sed -i 's|-Werror||g' configure
# Needed to avoid error on gethostbyname, enable full relro
LDFLAGS="$LDFLAGS -Wl,--as-needed"
# Enable full relro hardening
export LDFLAGS="$LDFLAGS -fPIC -pie -Wl,-z,relro -Wl,-z,now"
%configure \
	--with-kernel-headers=/usr/include \
	--sysconfdir=%{racoonconfdir} \
	--without-readline \
	--enable-adminport \
	--enable-hybrid \
	--enable-frag \
	--enable-dpd \
	--enable-gssapi \
	--enable-natt \
%if %{with selinux}
	--enable-audit \
	--enable-security-context \
	--enable-selinux \
%else
	--disable-audit \
	--disable-security-context \
	--disable-selinux \
%endif
	--with-libpam \
	--with-libldap
# --with-libradius requires an unknown radius library
# and complains about our -liconv being broken.
make

%install
mkdir -p %{buildroot}/sbin
mkdir -p %{buildroot}%{racoonconfdir}
%makeinstall_std

install -m 600 %{SOURCE1} %{buildroot}%{racoonconfdir}/racoon.conf
install -m 600 %{SOURCE2} %{buildroot}%{racoonconfdir}/psk.txt

mv %{buildroot}%{_sbindir}/setkey %{buildroot}/sbin

mkdir -m 0700 -p %{buildroot}%{racoonconfdir}/certs
mkdir -m 0700 -p %{buildroot}%{racoonconfdir}/scripts
install -m 700 %{SOURCE3} %{buildroot}%{racoonconfdir}/scripts/p1_up_down
install -D -m 755 %{SOURCE4} %{buildroot}%{_unitdir}/racoon.service
install -D -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/pam.d/racoon

mkdir -m 0755 -p %{buildroot}%{_sysconfdir}/sysconfig/network-scripts
install -p -m 755 %{SOURCE6} %{SOURCE7} %{buildroot}%{_sysconfdir}/sysconfig/network-scripts


%changelog

* Tue Mar 08 2016 Denis Silakov <dsilakov@gmail.com> 0.8.2-7
- (424fe5b) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22806 |14mu|ipv6calc-0.99.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility to manipulate IPv6 addresses
Name:		ipv6calc
Version:	0.99.1
Release:	1
License:	GPLv2+
Group:		System/Base
Url:		http://www.deepspace6.net/projects/ipv6calc.html
Source0:	ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/%{name}-%{version}.tar.gz
Patch0:		ipv6calc-0.99.1-dont-update-anything.patch
BuildRequires:	perl-XML-Simple
BuildRequires:	wget
BuildRequires:	pkgconfig(geoip)
Requires:	geoip

%description
ipv6calc is a small but powerful utility written in the C programming language
to manipulate (not only) IPv6 addresses. ipv6calc allows the users to convert a
given IPv6 address to the compressed format or to the format used by
/proc/net/if_inet6. ipv6calc is also the replacement of the old ip6_int Perl
program.

%files
%doc CREDITS README TODO USAGE doc/ipv6calc.html installed-docs/*
%{_bindir}/ipv6*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_mandir}/man8/*.8*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .dont-update-anything~

%build
export LDFLAGS=-Wl,--allow-multiple-definition
export CFLAGS=-Wno-error
%configure2_5x \
	--enable-geoip \
	--with-geoip-ipv4-default-file=%{_datadir}/GeoIP/GeoIP.dat

# update databases (for now disabled by patch)
%make update

%make

%install
%makeinstall_std

## Install examples and helper files to temporary dir
## to be tagged as docs
mkdir -p installed-docs

# ipv6logconv
mkdir -p installed-docs/ipv6logconv
cp -r examples/analog/* installed-docs/ipv6logconv

# ipv6loganon
mkdir -p installed-docs/ipv6loganon
cp ipv6loganon/README installed-docs/ipv6loganon/

# ipv6logstats
mkdir -p installed-docs/ipv6logstats
cp ipv6logstats/example_* ipv6logstats/collect_ipv6logstats.pl README installed-docs/ipv6logstats/
cp -r ipv6logstats/examples-data ipv6logstats/examples-gri installed-docs/ipv6logstats/

# ipv6calcweb
mkdir -p installed-docs/ipv6calcweb
cp ipv6calcweb/USAGE ipv6calcweb/ipv6calcweb.cgi installed-docs/ipv6calcweb

%check
#make test


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.99.1-1
- (8757e10) New version 0.99.1
- (8757e10) Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22807 |14mu|ipxe-20150803-1.git989fe14c
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

# Resulting binary formats we want from iPXE
%global formats rom

# PCI IDs (vendor,product) of the ROMS we want for QEMU
#
#    pcnet32: 0x1022 0x2000
#   ne2k_pci: 0x10ec 0x8029
#      e1000: 0x8086 0x100e
#    rtl8139: 0x10ec 0x8139
# virtio-net: 0x1af4 0x1000
%global qemuroms 10222000 10ec8029 8086100e 10ec8139 1af41000

# We only build the ROMs if on an x86 build host. The resulting
# binary RPM will be noarch, so other archs will still be able
# to use the binary ROMs.
%global buildarches %{ix86} x86_64

# debugging firmwares does not go the same way as a normal program.
# moreover, all architectures providing debuginfo for a single noarch
# package is currently clashing in koji, so don't bother.
%global debug_package %{nil}

# Upstream don't do "releases" :-( So we're going to use the date
# as the version, and a GIT hash as the release. Generate new GIT
# snapshots using the folowing commands:
#
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix ipxe-${date}-git${hash}/ ${hash} | xz -7e > ipxe-${date}-git${hash}.tar.xz
#
# And then change these two:

%global date 20150803
%global hash 989fe14c

Name:    ipxe
Version: %{date}
Release: 1.git%{hash}
Summary: A network boot loader

Group:   System/Configuration/Boot and Init 
License: GPLv2 and BSD
URL:     http://ipxe.org/

Source0: %{name}-%{date}-git%{hash}.tar.xz
Source1: USAGE
Source2: config.local.general.h

# From QEMU
#Patch1001: qemu-0001-efi_snp-improve-compliance-with-the-EFI_SIMPLE_NETWO.patch
#Patch1002: qemu-0002-efi-make-load-file-protocol-optional.patch

%ifarch %{buildarches}
BuildRequires: perl
BuildRequires: syslinux
BuildRequires: mtools
BuildRequires: mkisofs
BuildRequires: edk2-tools
BuildRequires: pkgconfig(liblzma)
BuildRequires: binutils-devel

Obsoletes: gpxe <= 1.0.1

%package bootimgs
Summary: Network boot loader images in bootable USB, CD, floppy and GRUB formats
Group:   Emulators
BuildArch: noarch
Obsoletes: gpxe-bootimgs <= 1.0.1

%package roms
Summary: Network boot loader roms in .rom format
Group:  Emulators
Requires: %{name}-roms-qemu = %{version}-%{release}
BuildArch: noarch
Obsoletes: gpxe-roms <= 1.0.1

%package roms-qemu
Summary: Network boot loader roms supported by QEMU, .rom format
Group:  Emulators
BuildArch: noarch
Obsoletes: gpxe-roms-qemu <= 1.0.1

%description bootimgs
iPXE is an open source network bootloader. It provides a direct
replacement for proprietary PXE ROMs, with many extra features such as
DNS, HTTP, iSCSI, etc.

This package contains the iPXE boot images in USB, CD, floppy, and PXE
UNDI formats.

%description roms
iPXE is an open source network bootloader. It provides a direct
replacement for proprietary PXE ROMs, with many extra features such as
DNS, HTTP, iSCSI, etc.

This package contains the iPXE roms in .rom format.


%description roms-qemu
iPXE is an open source network bootloader. It provides a direct
replacement for proprietary PXE ROMs, with many extra features such as
DNS, HTTP, iSCSI, etc.

This package contains the iPXE ROMs for devices emulated by QEMU, in
.rom format.
%endif

%description
iPXE is an open source network bootloader. It provides a direct
replacement for proprietary PXE ROMs, with many extra features such as
DNS, HTTP, iSCSI, etc.

%prep
%setup -q -n %{name}-%{version}-git%{hash}

%apply_patches
cp -a %{SOURCE1} .

# Apply local configuration tweaks
cp -a %{SOURCE2} src/config/local/general.h

%build
%ifarch %{buildarches}
# The src/Makefile.housekeeping relies on .git/index existing
# but since we pass GITVERSION= to make, we don't actally need
# it to be the real deal, so just touch it to let the build pass
mkdir .git
touch .git/index

ISOLINUX_BIN=/usr/share/syslinux/isolinux.bin
cd src
# ath9k drivers are too big for an Option ROM
rm -rf drivers/net/ath/ath9k

%make \
    bin/undionly.kpxe bin/ipxe.{dsk,iso,usb,lkrn} allroms \
    ISOLINUX_BIN=${ISOLINUX_BIN} NO_WERROR=1 V=1 \
    GITVERSION=%{hash}

# build roms with efi support for qemu
mkdir bin-combined
for rom in %qemuroms; do
  make NO_WERROR=1 V=1 GITVERSION=%{hash} bin/${rom}.rom
  make NO_WERROR=1 V=1 GITVERSION=%{hash} bin-i386-efi/${rom}.efidrv
%ifarch x86_64
  make NO_WERROR=1 V=1 GITVERSION=%{hash} bin-x86_64-efi/${rom}.efidrv
%endif
  vid="0x${rom%%????}"
  did="0x${rom#????}"
  EfiRom -f "$vid" -i "$did" --pci23 \
         -b  bin/${rom}.rom \
         -ec bin-i386-efi/${rom}.efidrv \
%ifarch x86_64
         -ec bin-x86_64-efi/${rom}.efidrv \
%endif
         -o  bin-combined/${rom}.rom
  EfiRom -d  bin-combined/${rom}.rom
done

%endif

%install
%ifarch %{buildarches}
mkdir -p %{buildroot}/%{_datadir}/%{name}/
mkdir -p %{buildroot}/%{_datadir}/%{name}.efi/
pushd src/bin/

cp -a undionly.kpxe ipxe.{iso,usb,dsk,lkrn} %{buildroot}/%{_datadir}/%{name}/

for fmt in %{formats};do
 for img in *.${fmt};do
      if [ -e $img ]; then
   cp -a $img %{buildroot}/%{_datadir}/%{name}/
   echo %{_datadir}/%{name}/$img >> ../../${fmt}.list
  fi
 done
done
popd

# the roms supported by qemu will be packaged separatedly
# remove from the main rom list and add them to qemu.list
for fmt in rom ;do
 for rom in %{qemuroms} ; do
  sed -i -e "/\/${rom}.${fmt}/d" ${fmt}.list
  echo %{_datadir}/%{name}/${rom}.${fmt} >> qemu.${fmt}.list
 done
done
for rom in %{qemuroms}; do
  cp src/bin-combined/${rom}.rom %{buildroot}/%{_datadir}/%{name}.efi/
  echo %{_datadir}/%{name}.efi/${rom}.rom >> qemu.rom.list
done
%endif

%ifarch %{buildarches}
%files bootimgs
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/ipxe.iso
%{_datadir}/%{name}/ipxe.usb
%{_datadir}/%{name}/ipxe.dsk
%{_datadir}/%{name}/ipxe.lkrn
%{_datadir}/%{name}/undionly.kpxe
%doc COPYING COPYING.GPLv2 COPYING.UBDL USAGE

%files roms -f rom.list
%dir %{_datadir}/%{name}
%doc COPYING COPYING.GPLv2 COPYING.UBDL

%files roms-qemu -f qemu.rom.list
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}.efi
%doc COPYING COPYING.GPLv2 COPYING.UBDL
%endif

%changelog

* Thu Aug 20 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 20150803-1.git989fe14c
- (0cee101) Mark x86_64-only parts as such



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22808 |14mu|irssi-0.8.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		irssi
Version:	0.8.21
Release:	1
Summary:	IRC client

License:	GPLv2+
Group:		Networking/IRC
BuildRequires:	glib2-devel ncurses-devel perl-devel >= 2:5.14.2-3 openssl-devel
URL:		http://irssi.org/
Source0:	https://github.com/irssi/irssi/releases/download/%{version}/%{name}-%{version}.tar.xz
Suggests:	irssi-perl

%description
Irssi is a modular and flexible IRC client for UNIX that has only a text mode
user interface (but as 80-90% of the code isn't text mode specific, other UIs
could be created pretty easily). Also, Irssi isn't really even IRC specific
anymore, there are already working SILC and ICB modules available. Support for
other protocols like ICQ and Jabber could be created some day too.

Irssi is one of the most popular IRC clients at the moment.

%package	devel
Group:		Development/C
Summary:	Static libraries for the development of irssi applications

Requires:	%{name} = %{version}

%description	devel
Static libraries for the development of irssi applications.

%package	perl
Group:		Networking/IRC
Summary:	Perl plugin for irssi

Requires:	%{name} = %{version}
Conflicts:	perl-silc

%description	perl
Perl plugin for irssi.

%prep
%setup -q

%build
%configure2_5x	--with-modules \
		--enable-ipv6 \
		--with-proxy \
		--with-socks \
		--with-bot \
		--with-perl=module \
		--with-perl-lib=vendor
%make

%install
%makeinstall_std

# Files that should not be installed:
rm -f %{buildroot}%{perl_vendorarch}/perllocal.pod
rm -rf %{buildroot}%{_docdir}/%{name}

%files
%doc AUTHORS TODO NEWS docs/*
%attr(755,root,root) %{_bindir}/*
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/scripts
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/modules
%exclude %{_libdir}/%{name}/modules/libfe_perl.*
%exclude %{_libdir}/%{name}/modules/libperl_core.*
%{_libdir}/%{name}/modules/*.so
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_mandir}/man1/%{name}.1*

%files devel
%{_libdir}/%{name}/modules/*.a
%{_includedir}/%{name}

%files perl
%{_libdir}/%{name}/modules/libfe_perl.so
%{_libdir}/%{name}/modules/libperl_core.so
%{perl_vendorarch}/Irssi*
%{perl_vendorarch}/auto/*
%{_datadir}/%{name}/scripts

%changelog

* Mon Jan 16 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.8.21-1
- (90dea44) Updated to 0.8.21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22809 |14mu|iso-codes-3.68-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mapping between ISO country codes and full names
Name:		iso-codes
Version:	3.68
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://pkg-isocodes.alioth.debian.org/
Source0:	http://pkg-isocodes.alioth.debian.org/downloads/%{name}-%{version}.tar.xz
Source1:	http://pkg-isocodes.alioth.debian.org/downloads/%{name}-%{version}.tar.xz.sig
BuildRequires:	python3
BuildArch:	noarch

%description
This package aims to provide the list of the country and language (and
currency) names in one place, rather than repeated in many programs.

%files -f %{name}.lang
%doc ChangeLog
%dir %{_datadir}/xml/iso-codes/
%{_datadir}/xml/iso-codes/*.xml
%{_datadir}/iso-codes/json/*.json

#----------------------------------------------------------------------------

%package devel
Summary:	Files for development using %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
This package contains the pkg-config files for development
when building programs that use %{name}.

%files devel
%{_datadir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name} --all-name

%changelog

* Wed Jul 13 2016 dsilakov <denis.silakov@rosalab.ru> 3.68-1
- (2145ea6) Merge pull request #1 from alzim/iso-codes:rosa2014.1
- (2145ea6) Updated to 3.68



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22810 |14mu|isomd5sum-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities for working with md5sum implanted in ISO images
Name:		isomd5sum
Version:	1.1.0
Release:	1
License:	GPLv2+
Group:		Archiving/Cd burning
Url:		https://github.com/rhinstaller/isomd5sum
Source0:	https://github.com/rhinstaller/isomd5sum/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires:	popt-devel

%description
The isomd5sum package contains utilities for implanting and verifying
an md5sum implanted into an ISO9660 image.

%files
%doc COPYING
%{_bindir}/implantisomd5
%{_bindir}/checkisomd5
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%package devel
Summary:	Development headers and library for using isomd5sum 
Group:		Development/C
Requires: %{name} = %{EVRD}

%description devel
This contains header files and a library for working with the isomd5sum
implanting and checking.

%files devel
%{_includedir}/*.h
%{_libdir}/*.a

#----------------------------------------------------------------------------

%package -n python-isomd5sum
Summary:	Python bindings for isomd5sum
Group:		Development/Python
BuildRequires:	pkgconfig(python3)

%description -n python-isomd5sum
Python bindings for isomd5sum.

%files -n python-isomd5sum
%{_libdir}/python3.4/site-packages/pyisomd5sum.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CFLAGS="%{optflags} -Wno-strict-aliasing"
make checkisomd5 implantisomd5 pyisomd5sum.so

%install
make DESTDIR=%{buildroot} install-bin install-devel install-python

%changelog

* Mon Apr 25 2016 dsilakov <denis.silakov@rosalab.ru> 1.1.0-1
- (c073ce4) Merge pull request #1 from alzim/isomd5sum:rosa2014.1
- (c073ce4) Updated to 1.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22811 |14mu|isorelax-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define cvstag  release-20050331

Name:           isorelax
Summary:        Public interfaces for RELAX Core
Url:            http://iso-relax.sourceforge.net/
Version:        0.1
Release:        4
License:        MIT
Group:          Development/Java
BuildArch:	noarch 	 
BuildRequires:	java-devel

# mkdir isorelax-release-20050331-src
# cd isorelax-release-20050331-src
# cvs -d:pserver:anonymous@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax \
#   export -r release-20050331 src lib
# cvs -d:pserver:anonymous@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax \
#   co -r release-20050331 build.xml
# rm -rf CVS
# cd ..
# tar cjf isorelax-release-20050331-src.tar.bz2 isorelax-release-20050331-src
Source0:        %{name}-%{cvstag}-src.tar.bz2
Patch0:         %{name}-apidocsandcompressedjar.patch

BuildRequires:  java-devel
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant
BuildRequires:  xerces-j2
BuildRequires:  xml-commons-jaxp-1.3-apis
Requires:       xerces-j2
Requires:       xml-commons-jaxp-1.3-apis

%description
The ISO RELAX project was started to host public interfaces
useful for applications to support RELAX Core. Now, however,
some of the hosted material is schema language-neutral.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}-%{cvstag}-src
find . -name "*.jar" -exec rm -f {} \;
ln -s %{_javadir}/ant.jar lib/
%patch0 -p0

%build
export CLASSPATH=$(build-classpath \
xerces-j2 \
xml-commons-jaxp-1.3-apis \
)
%{ant} release

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 %{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && \
 for jar in *-%{version}*; do \
     ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; \
 done
)

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr apidocs/* %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(-,root,root,-)
%{_javadir}/*

%files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/%{name}

%changelog

* Sun May 15 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
- (8c48806) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22812 |14mu|itstool-2.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		itstool
Version:	2.0.2
Release:	1
Summary:	ITS-based XML translation tool
Group:		System/Internationalization
License:	GPLv3+
URL:		http://itstool.org/
Source0:	http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
BuildArch:	noarch
Requires:	python-libxml2

%description
ITS Tool allows you to translate XML documents with PO files, using rules from
the W3C Internationalization Tag Set (ITS) to determine what to translate and
how to separate it into PO file messages.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc NEWS
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1*




%changelog

* Fri Feb 12 2016 Denis Silakov <dsilakov@gmail.com> 2.0.2-1
- (57a8480) Updated to 2.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22813 |14mu|jack-1.9.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

# D-Bus support enabled by default, set "--with nodbus" to disable
%bcond_without dbus
# Build classic jackd executable as well
%bcond_without classic

%define major 0
%define libname %mklibname jack %{major}
%define libnet %mklibname jacknet %{major}
%define libserver %mklibname jackserver %{major}
%define devname %mklibname jack -d

Summary:	The Jack Audio Connection Kit 2
Name:		jack
Version:	1.9.10
Release:	2
Epoch:		1
# Lib is LGPL, apps are GPL
License:	LGPLv2+ and GPLv2+
Group:		System/Servers
Url:		http://jackaudio.org/
Source0:	http://jackaudio.org/downloads/%{name}-%{version}.tar.bz2
Patch1:		jack-doxygen-output-dir-fix.patch
Buildrequires:	doxygen
BuildRequires:	fltk-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(celt)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(libiec61883)
BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
%if %{with dbus}
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(expat)
%endif
Provides:	jackit = %{EVRD}
Obsoletes:	jackit < 1.9.9.5-3

%description
This package provides the C++ multiprocessor implementation of the Jack
Audio Connection Kit (JACK), also known as JACK2. This package comes with
enabled D-Bus support for JACK2, which is required by the LADI
session handler.
JACK is a low-latency audio server, written primarily for the Linux
operating system. It can connect a number of different applications to
an audio device, as well as allowing them to share audio between
themselves. Its clients can run in their own processes (ie. as a
normal application), or can they can run within a JACK server (ie. a
"plugin").

JACK is different from other audio server efforts in that it has been
designed from the ground up to be suitable for professional audio
work. This means that it focuses on two key areas:	synchronous
execution of all clients, and low latency operation.

%files
%doc README README_NETJACK2
%doc %{_mandir}/man1/*
%{_bindir}/jack_zombie
%{_bindir}/jack_bufsize
%{_bindir}/jack_rec
%{_bindir}/jack_test
%{_bindir}/jack_cpu
%{_bindir}/jack_server_control
%{_bindir}/jack_thru
%{_bindir}/jack_cpu_load
%{_bindir}/jack_load
%{_bindir}/jack_unload
%{_bindir}/jack_monitor_client
%{_bindir}/jack_connect
%{_bindir}/jack_disconnect
%{_bindir}/jack_lsp
%{_bindir}/jack_freewheel
%{_bindir}/jack_evmon
%{_bindir}/jack_alias
%{_bindir}/alsa_in
%{_bindir}/alsa_out
%{_bindir}/jack_netsource
%{_bindir}/jack_iodelay
%{_bindir}/jack_latent_client
%{_bindir}/jack_midi_dump
%{_bindir}/jack_session_notify
%{_bindir}/jack_midi_latency_test
%{_bindir}/jack_net_master
%{_bindir}/jack_net_slave
%if %{with dbus}
%{_bindir}/jackdbus
%{_datadir}/dbus-1/services/org.jackaudio.service
%{_bindir}/jack_control
%endif
%{_bindir}/jackd
%dir %{_libdir}/jack
%{_libdir}/jack/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library associated with jack
Group:		System/Libraries

%description -n %{libname}
This package contains a shared library for the Jack Audio Connection Kit.

%files -n %{libname}
%{_libdir}/libjack.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnet}
Summary:	Library associated with jack
Group:		System/Libraries
Conflicts:	%{_lib}jack0 < 1.9.8-11

%description -n %{libnet}
This package contains a shared library for the Jack Audio Connection Kit.

%files -n %{libnet}
%{_libdir}/libjacknet.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libserver}
Summary:	Library associated with jack server, needed for jackd/jackdbus
Group:		System/Libraries
Conflicts:	%{libname} < 1.9.8-1

%description -n %{libserver}
This package contains a shared library for the Jack Audio Connection Kit 
Server.

%files -n %{libserver}
%{_libdir}/libjackserver.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for Jack
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libnet} = %{EVRD}
Requires:	%{libserver} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Header files for the Jack Audio Connection Kit.

%files -n %{devname}
%doc %{_datadir}/jack-audio-connection-kit/reference/html
%{_includedir}/jack
%{_libdir}/lib*.so
%dir %{_libdir}/jack
%{_libdir}/pkgconfig/jack.pc

#----------------------------------------------------------------------------

%package example-clients
Summary:	Example clients that use Jack
Group:		Sound
Requires:	%{name}
Obsoletes:	jackit-example-clients < 1.9.9.5-3

%description example-clients
Small example clients that use the Jack Audio Connection Kit.

%files example-clients
%{_bindir}/jack_metro
%{_bindir}/jack_midiseq
%{_bindir}/jack_midisine
%{_bindir}/jack_multiple_metro
%{_bindir}/jack_samplerate
%{_bindir}/jack_showtime
%{_bindir}/jack_simple_client
%{_bindir}/jack_transport
%{_bindir}/jack_wait
%{_bindir}/jack_simple_session_client

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%setup_compile_flags
export CC=%{__cc}
export CXX=%{__cxx}
export cc=%{__cc}
export AR=%{__ar}
export RANLIB=%{__ranlib}

# still disable ffado firewire
./waf configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--alsa \
%if %{with dbus}
	--dbus \
%if %{with classic}
	--classic \
%endif
%endif
	--doxygen \
	-j1

./waf

%install
./waf install --destdir=%{buildroot}

# Fix permissions
chmod 0755 %{buildroot}%{_libdir}/*.so*
chmod 0755 %{buildroot}%{_libdir}/jack/*.so


%changelog

* Wed Jan 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.9.10-2
- (361b910) Provide jackit



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22814 |14mu|jakarta-oro-2.0.8-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define short_name	oro
%define section		free

Name:           jakarta-oro
Version:        2.0.8
Release:        6
Epoch:		0
Summary:        Full regular expressions API
License:        Apache License
Group:          Development/Java
URL:            http://jakarta.apache.org/%{name}/
Source0:        %{name}-%{version}.tar.bz2
BuildRequires:  java-rpmbuild > 0:1.5
BuildRequires:  java-1.8.0-openjdk-devel
BuildRequires:  ant
BuildArch:      noarch
Provides:       oro = %{EVRD}

%description
The Jakarta-ORO Java classes are a set of text-processing Java classes
that provide Perl5 compatible regular expressions, AWK-like regular
expressions, glob expressions, and utility classes for performing
substitutions, splits, filtering filenames, etc. This library is the
successor to the OROMatcher, AwkTools, PerlTools, and TextTools
libraries from ORO, Inc. (www.oroinc.com). They have been donated to the
Jakarta Project by Daniel Savarese (www.savarese.org), the copyright
holder of the ORO libraries. Daniel will continue to participate in
their development under the Jakarta Project.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
# remove all CVS files
for dir in `find . -type d -name CVS`; do rm -rf $dir; done
for file in `find . -type f -name .cvsignore`; do rm -rf $file; done

%build
%ant -Dfinal.name=%{name} jar javadocs

%install
#jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 %{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && ln -s %{name}-%{version}.jar %{short_name}-%{version}.jar)
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
#javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -s %{name}-%{version} %{name})
(cd %{buildroot}%{_javadocdir} && ln -s %{name}-%{version} %{short_name}-%{version})
(cd %{buildroot}%{_javadocdir} && ln -s %{short_name}-%{version} %{short_name})
rm -rf docs/api

%files
%doc COMPILE ISSUES README TODO CHANGES CONTRIBUTORS LICENSE STYLE
%{_javadir}/*.jar

%files javadoc
%{_javadocdir}/*


%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:2.0.8-6
- (6639fce) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22815 |14mu|jakarta-taglibs-standard-1.1.2-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global base_name       standard
%global short_name      taglibs-%{base_name}

Name:           jakarta-taglibs-standard
Version:        1.1.2
Release:        17
Epoch:          0
Summary:        An open-source implementation of the JSP Standard Tag Library
License:        ASL 2.0
Group:          Development/Java
URL:            http://jakarta.apache.org/taglibs/
Source0:        http://archive.apache.org/dist/jakarta/taglibs/standard/source/jakarta-taglibs-standard-%{version}-src.tar.gz
Source1:        http://repo1.maven.org/maven2/jstl/jstl/%{version}/jstl-%{version}.pom
Source2:        http://repo1.maven.org/maven2/taglibs/standard/%{version}/standard-%{version}.pom

Patch0:         jakarta-taglibs-standard-1.1.1-build.patch
Patch1:         fix-1.6.0-build.patch
Patch2:         %{name}-jdbc-4.1.patch
# remove relocation use -a parameter with %%add_maven_depmap
# prevent maven/system overflow
Patch3:         jakarta-taglibs-standard-1.1.2-jstl-pom.patch
Patch4:         jakarta-taglibs-standard-1.1.2-standard-pom.patch

BuildArch:      noarch
BuildRequires:  jpackage-utils >= 0:1.5.30
BuildRequires:  ant
BuildRequires:  servlet6
BuildRequires:  tomcat-jsp-2.2-api
BuildRequires:  java-devel
BuildRequires:  java-javadoc
BuildRequires:  xalan-j2 >= 2.6.0
Requires:       servlet6
Requires:       tomcat-jsp-2.2-api
Requires:       xalan-j2 >= 2.6.0

Provides:       javax.servlet.jsp.jstl

%description
This package contains Jakarta Taglibs's open-source implementation of the 
JSP Standard Tag Library (JSTL), version 1.1. JSTL is a standard under the
Java Community Process.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Documentation

%description    javadoc
Javadoc for %{name}.


%prep
%setup -q -n %{name}-%{version}-src
%patch0 -p0 -b .orig
%patch1 -p0
%patch2 -p0
#
rm -fr standard/src/org/apache/taglibs/standard/lang/jstl/test/PageContextImpl.java
rm -fr standard/src/org/apache/taglibs/standard/lang/jstl/test/EvaluationTest.java
cat > build.properties <<EOBP
build.dir=build
dist.dir=dist
servlet24.jar=$(build-classpath tomcat-servlet-api)
jsp20.jar=$(build-classpath jsp)
jaxp-api.jar=$(build-classpath xalan-j2)
EOBP

cp -p %{SOURCE1} jstl-1.1.2.pom
%patch3 -p0
cp -p %{SOURCE2} standard-1.1.2.pom
%patch4 -p0


%build
ant \
  -Dfinal.name=%{short_name} \
  -Dj2se.javadoc=%{_javadocdir}/java \
  -f standard/build.xml \
  dist


%install
# jars
mkdir -p %{buildroot}%{_javadir}
cp -p standard/dist/standard/lib/jstl.jar %{buildroot}%{_javadir}/jakarta-taglibs-core.jar
cp -p standard/dist/standard/lib/standard.jar %{buildroot}%{_javadir}/jakarta-taglibs-standard.jar
(cd %{buildroot}%{_javadir} && for jar in jakarta-*; do ln -sf ${jar} `echo $jar| sed "s|jakarta-||g"`; done)

mkdir -p %{buildroot}%{_mavenpomdir}
install -pm 644 jstl-1.1.2.pom %{buildroot}%{_mavenpomdir}/JPP-jakarta-taglibs-core.pom
# %add_maven_depmap JPP-jakarta-taglibs-core.pom jakarta-taglibs-core.jar -a "javax.servlet:jstl,org.eclipse.jetty.orbit:javax.servlet.jsp.jstl"
install -pm 644 standard-1.1.2.pom %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
# %add_maven_depmap JPP-%{name}.pom %{name}.jar -a "org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish"

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr standard/dist/standard/javadoc/* %{buildroot}%{_javadocdir}/%{name}

# J2EE API dir
install -d -m 755 %{buildroot}%{_javadir}/javax.servlet.jsp.jstl/
ln -sf ../%{name}.jar %{buildroot}%{_javadir}/javax.servlet.jsp.jstl/
ln -sf ../jakarta-taglibs-core.jar %{buildroot}%{_javadir}/javax.servlet.jsp.jstl/

%files
%doc LICENSE NOTICE
%doc standard/README_src.txt standard/README_bin.txt standard/dist/doc/doc/standard-doc/*.html
%{_javadir}/javax.servlet.jsp.jstl/
%{_javadir}/*jar
%{_datadir}/maven2/poms/*pom

%files javadoc
%doc LICENSE NOTICE
%doc %{_javadocdir}/%{name}





%changelog

* Thu Mar 17 2016 Denis Silakov <dsilakov@gmail.com> 0:1.1.2-17
- (42c58f1) Switch to newer servlet



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22816 |14mu|jansson-2.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	C library for encoding, decoding and manipulating JSON data
Name:		jansson
Version:	2.7
Release:	1
License:	MIT
Group:		System/Libraries
Url:		http://www.digip.org/jansson/
Source0:	http://www.digip.org/jansson/releases/%{name}-%{version}.tar.bz2
BuildRequires:	python-sphinx

%description
Small library for parsing and writing JSON documents.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C library for encoding, decoding and manipulating JSON data
Group:		System/Libraries
Conflicts:	%{name} < 2.7
Obsoletes:	%{name} < 2.7

%description -n %{libname}
Small library for parsing and writing JSON documents.

%files -n %{libname}
%doc LICENSE CHANGES
%{_libdir}/libjansson.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for jansson
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 2.7
Obsoletes:	%{name}-devel < 2.7

%description -n %{devname}
Header files for developing applications making use of jansson.

%files -n %{devname}
%doc doc/_build/html/*
%{_libdir}/libjansson.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
%make
make html

%install
%makeinstall_std

%check
make check


%changelog

* Wed Apr 22 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.7-1
- (7c30c56) New version 2.7
- (7c30c56) Properly name library and development packages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22817 |14mu|jarjar-1.0-2.rc7.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section free

Summary:        Jar Jar Links
Name:           jarjar
Version:        1.0
Release:        2.rc7.7
Epoch:          0
License:        GPL
URL:            http://code.google.com/p/jarjar/
Group:          Development/Java
Source0:        http://%{name}.googlecode.com/files/%{name}-src-1.0rc7.zip
Source1:        jarjar-0.9.pom
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit >= 0:1.6
BuildRequires:  java-rpmbuild >= 0:1.7.2
BuildRequires:  junit4
BuildRequires:  asm3
BuildRequires:  maven2

Requires:  asm3
Requires(post):    jpackage-utils >= 0:1.7.2
Requires(postun):  jpackage-utils >= 0:1.7.2

BuildArch:      noarch


%description
Jar Jar Links is a utility that makes it easy to repackage Java 
libraries and embed them into your own distribution. This is 
useful for two reasons:
You can easily ship a single jar file with no external dependencies. 
You can avoid problems where your library depends on a specific 
version of a library, which may conflict with the dependencies of 
another library.

%package maven2-plugin
Summary:        Maven2 plugin for %{name}
Group:          Development/Java
Requires:       maven2
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description maven2-plugin
%{summary}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
%setup -q -n %{name}-%{version}rc7
%remove_java_binaries

%build
pushd lib
ln -sf $(build-classpath asm3/asm3) asm-3.1.jar
ln -sf $(build-classpath asm3/asm3-commons) asm-commons-3.1.jar
ln -sf $(build-classpath maven2/plugin-api) maven-plugin-api.jar
popd
export CLASSPATH=$(build-classpath ant asm3/asm3 asm3/asm3-commons maven2/plugin-api)
%{ant} jar jar-util javadoc mojo

%install

# jars
mkdir -p %{buildroot}%{_javadir}

install -m 644 dist/%{name}-%{version}rc7.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 644 dist/%{name}-util-%{version}rc7.jar \
  %{buildroot}%{_javadir}/%{name}-util-%{version}.jar
install -m 644 dist/%{name}-plugin-%{version}rc7.jar \
  %{buildroot}%{_javadir}/%{name}-maven2-plugin-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%add_to_maven_depmap tonic jarjar %{version} JPP %{name}
%add_to_maven_depmap com.tonicsystems jarjar %{version} JPP %{name}
%add_to_maven_depmap tonic jarjar-util %{version} JPP %{name}-util
%add_to_maven_depmap com.tonicsystems jarjar-util %{version} JPP %{name}-util
%add_to_maven_depmap tonic jarjar-plugin %{version} JPP %{name}-plugin
%add_to_maven_depmap com.tonicsystems jarjar-plugin %{version} JPP %{name}-plugin

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 %{SOURCE1} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}.pom

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc COPYING
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}-util-%{version}.jar
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-util.jar
%{_datadir}/maven2/poms/*
%config(noreplace) %{_mavendepmapfragdir}/*

%files maven2-plugin
%defattr(0644,root,root,0755)
%{_javadir}/%{name}-maven2-plugin-%{version}.jar
%{_javadir}/%{name}-maven2-plugin.jar

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0-2.rc7.7
- (b811044) Use junit4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22818 |14mu|jasper-1.900.1-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define sdevname %mklibname %{name} -d -s

%bcond_with bootstrap

Summary:	JPEG-2000 utilities
Name:		jasper
Version:	1.900.1
Release:	20
License:	BSD-like
Group:		Graphics
Url:		http://www.ece.uvic.ca/~mdadams/jasper/
Source0: 	http://www.ece.uvic.ca/~mdadams/jasper/software/%{name}-%{version}.zip
Patch1:		jasper-1.701.0-GL.patch
# autoconf/automake bits of patch1
Patch2:		jasper-1.701.0-GL-ac.patch
# CVE-2007-2721 (bug #240397)
# borrowed from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413041;msg=88
Patch3:		patch-libjasper-stepsizes-overflow.diff
# borrowed from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469786 
Patch4:		jpc_dec.c.patch
# OpenBSD hardening patches addressing couple of possible integer overflows
# during the memory allocations
# https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2008-3520
Patch5:		jasper-1.900.1-CVE-2008-3520.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2008-3522
Patch6:		jasper-1.900.1-CVE-2008-3522.patch
# add pkg-config support
Patch7:		jasper-pkgconfig.patch
Patch8:		jasper-1.900.1-CVE-2011-4516-CVE-2011-4517-CERT-VU-887409.patch
# Issues found by static analysis of code
Patch10:	jasper-1.900.1-Coverity-BAD_SIZEOF.patch
Patch11:	jasper-1.900.1-Coverity-CHECKED_RETURN.patch
Patch12:	jasper-1.900.1-Coverity-FORWARD_NULL.patch
Patch13:	jasper-1.900.1-Coverity-NULL_RETURNS.patch
Patch14:	jasper-1.900.1-Coverity-RESOURCE_LEAK.patch
Patch15:	jasper-1.900.1-Coverity-UNREACHABLE.patch
Patch16:	jasper-1.900.1-Coverity-UNUSED_VALUE.patch

Patch19: jasper-1.900.1-CVE-2014-9029.patch
Patch20: jasper-1.900.1-CVE-2014-8137.patch
Patch21: jasper-1.900.1-CVE-2014-8138.patch
Patch22: jasper-1.900.1-CVE-2014-8157.patch
Patch23: jasper-1.900.1-CVE-2014-8158.patch
Patch25: jasper-1.900.1-CVE-2016-1867.patch
Patch26: jasper-1.900.1-CVE-2016-2089.patch
Patch27: jasper-1.900.1-CVE-2016-1577.patch
Patch28: jasper-1.900.1-CVE-2016-2116.patch
Patch29: jasper-CVE-2015-5221.patch

BuildRequires:	jpeg-devel
%if %{without bootstrap}
BuildRequires:	pkgconfig(glut)
%endif

%description
JasPer is a software-based implementation of the codec specified in the
emerging JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1).  This package
contains tools for working with JPEG-2000 images.

%files
%doc README LICENSE NEWS
%{_bindir}/imgcmp
%{_bindir}/imginfo
%{_bindir}/jasper
%if %{without bootstrap}
%{_bindir}/jiv
%endif
%{_bindir}/tmrdemo
%{_mandir}/man1/imgcmp.1*
%{_mandir}/man1/imginfo.1*
%{_mandir}/man1/jasper.1*
%{_mandir}/man1/jiv.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for JasPer
Group:		System/Libraries

%description -n %{libname}
JasPer is a software-based implementation of the codec specified in the
emerging JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1). This package
contains shared library for working with JPEG-2000 images.

%files -n %{libname}
%{_libdir}/libjasper.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs which will use the libjasper library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
This package includes the header files necessary for developing programs which
will manipulate JPEG-2000 files using the libjasper library.

%files -n %{devname}
%doc doc/README.pdf doc/jasper.pdf doc/jpeg2000.pdf 
%dir %{_includedir}/%{name}
%dir %{multiarch_includedir}/%{name}
%{multiarch_includedir}/%{name}/*.h
%{_includedir}/%{name}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/jasper.pc

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libraries for programs which will use the libjasper library
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
This package includes the static libraries necessary for developing programs
which will manipulate JPEG-2000 files using the libjasper library.

%files -n %{sdevname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .GL
%patch2 -p1 -b .GL-ac
%patch3 -p1 -b .CVE-2007-2721
%patch4 -p1 -b .jpc_dec_assertion
%patch5 -p1 -b .CVE-2008-3520
%patch6 -p1 -b .CVE-2008-3522
%patch7 -p1 -b .pkgconfig
%patch8 -p1 -b .CVE-2011-4516-4517

%patch10 -p1 -b .BAD_SIZEOF
%patch11 -p1 -b .CHECKED_RETURN
%patch12 -p1 -b .FORWARD_NULL
%patch13 -p1 -b .NULL_RETURNS
%patch14 -p1 -b .RESOURCE_LEAK
%patch15 -p1 -b .UNREACHABLE
%patch16 -p1 -b .UNUSED_VALUE

%patch19 -p1 -b .CVE-2014-9029
%patch20 -p1 -b .CVE-2014-8137
%patch21 -p1 -b .CVE-2014-8138
%patch22 -p1 -b .CVE-2014-8157
%patch23 -p1 -b .CVE-2014-8158
%patch25 -p1 -b .CVE-2016-1867
%patch26 -p1 -b .CVE-2016-2089
%patch27 -p1 -b .CVE-2016-1577
%patch28 -p1 -b .CVE-2016-2116
%patch29 -p1 -b .CVE-2015-5221

mv doc/README doc/README.pdf

%build
autoreconf -fi

%configure2_5x --enable-shared

%make

%install
%makeinstall_std

%multiarch_includes %{buildroot}%{_includedir}/jasper/jas_config.h


%changelog

* Tue Sep 20 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.900.1-20
- (309b986) Fix CVE-2015-5221



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22819 |14mu|java-1.8.0-openjdk-1.8.0.131-1.b12.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _files_listed_twice_terminate_build 0

# note, parametrised macros are order-senisitve (unlike not-parametrized) even with normal macros
# also necessary when passing it as parameter other macros. If not macro, then it is considered as switch
%global debug_suffix_unquoted -debug
# quoted one for shell operations
%global debug_suffix "%{debug_suffix_unquoted}"
%global normal_suffix ""

#if you wont only debug build, but providing java, build only normal build, but  set normalbuild_parameter
%global debugbuild_parameter  slowdebug
%global normalbuild_parameter release
%global debug_warning This package have full debug on. Install only in need, and remove asap.
%global debug_on with full debug on
%global for_debug for packages with debug on

# by default we build normal build always.
%global include_normal_build 1
%if %{include_normal_build}
%global build_loop1 %{normal_suffix}
%else
%global build_loop1 %{nil}
%endif

# by default we build debug build during main build only on intel arches
%ifarch %{ix86} x86_64
%global include_debug_build 0
%else
%global include_debug_build 0
%endif

# on intels, we build shenandoah htspot
%ifarch x86_64
%global use_shenandoah_hotspot 1
%else
%global use_shenandoah_hotspot 0
%endif

%if %{include_debug_build}
%global build_loop2 %{debug_suffix}
%else
%global build_loop2 %{nil}
%endif

# if you disable both builds, then build fails
%global build_loop  %{build_loop1} %{build_loop2}
# note, that order  normal_suffix debug_suffix, in case of both enabled,
# is expected in one single case at the end of build
%global rev_build_loop %{build_loop2} %{build_loop1}

%ifarch %{jit_arches}
%global bootstrap_build 1
%else
%global bootstrap_build 0
%endif

%if %{bootstrap_build}
%global targets bootcycle-images docs
%else
%global targets all
%endif

%global aarch64         aarch64 arm64 armv8
# sometimes we need to distinguish big and little endian PPC64
%global ppc64le         ppc64le
%global ppc64be         ppc64 ppc64p7
%global multilib_arches %{power64} sparc64 x86_64
%global jit_arches      %{ix86} x86_64 sparcv9 sparc64 %{aarch64} %{power64}

%ifnarch %{jit_arches}
# Disable hardened build on non-jit arches. Work-around for RHBZ#1290936.
%undefine _hardened_build
%global ourcppflags %{nil}
%global ourldflags %{nil}
%else
%ifarch %{aarch64}
# Disable hardened build on AArch64 as it didn't bootcycle
%undefine _hardened_build
%global ourcppflags "-fstack-protector-strong"
%global ourldflags %{nil}
%else
# Filter out flags from the optflags macro that cause problems with the OpenJDK build
# We filter out -O flags so that the optimisation of HotSpot is not lowered from O3 to O2
# We filter out -Wall which will otherwise cause HotSpot to produce hundreds of thousands of warnings (100+mb logs)
# We replace it with -Wformat (required by -Werror=format-security) and -Wno-cpp to avoid FORTIFY_SOURCE warnings
# We filter out -fexceptions as the HotSpot build explicitly does -fno-exceptions and it's otherwise the default for C++
%global ourflags %(echo %{optflags} | sed -e 's|-Wformat|-Wformat -Wno-cpp|')
%global ourcppflags %(echo %ourflags | sed -e 's|-fexceptions||')
%global ourldflags %(echo %{ldflags} | sed -e 's|-Wl,--no-undefined||')
%endif
%endif

# With diabled nss is NSS deactivated, so in NSS_LIBDIR can be wrong path
# the initialisation must be here. LAter the pkg-connfig have bugy behaviour
#looks liekopenjdk RPM specific bug
# Always set this so the nss.cfg file is not broken
%global NSS_LIBDIR %(pkg-config --variable=libdir nss)

# fix for https://bugzilla.redhat.com/show_bug.cgi?id=1111349
%global _privatelibs libmawt[.]so.*
%global __noautoprov ^(%{_privatelibs})$
%global __noautoreq ^(%{_privatelibs})$

%ifarch x86_64
%global archinstall amd64
%endif
%ifarch ppc
%global archinstall ppc
%endif
%ifarch %{ppc64be}
%global archinstall ppc64
%endif
%ifarch %{ppc64le}
%global archinstall ppc64le
%endif
%ifarch %{ix86}
%global archinstall i386
%endif
%ifarch ia64
%global archinstall ia64
%endif
%ifarch s390
%global archinstall s390
%endif
%ifarch s390x
%global archinstall s390x
%endif
%ifarch %{arm}
%global archinstall arm
%endif
%ifarch %{aarch64}
%global archinstall aarch64
%endif
# 32 bit sparc, optimized for v9
%ifarch sparcv9
%global archinstall sparc
%endif
# 64 bit sparc
%ifarch sparc64
%global archinstall sparcv9
%endif
%ifnarch %{jit_arches}
%global archinstall %{_arch}
%endif


%{?build_systap}%{?!build_systap:%bcond_without systap}

# Convert an absolute path to a relative path.  Each symbolic link is
# specified relative to the directory in which it is installed so that
# it will resolve properly within chrooted installations.
%global script 'use File::Spec; print File::Spec->abs2rel($ARGV[0], $ARGV[1])'
%global abs2rel perl -e %{script}


# Standard JPackage naming and versioning defines.
%global origin          openjdk
# note, following three variables are sedded from update_sources if used correctly. Hardcode them rather there.
%global project         aarch64-port
%global repo            jdk8u
%global revision        aarch64-jdk8u131-b12
# eg # jdk8u60-b27 -> jdk8u60 or # aarch64-jdk8u60-b27 -> aarch64-jdk8u60  (dont forget spec escape % by %%)
%global whole_update    %(VERSION=%{revision}; echo ${VERSION%%-*})
# eg  jdk8u60 -> 60 or aarch64-jdk8u60 -> 60
%global updatever       %(VERSION=%{whole_update}; echo ${VERSION##*u})
# eg jdk8u60-b27 -> b27
%global buildver        %(VERSION=%{revision}; echo ${VERSION##*-})
# priority must be 7 digits in total. The expression is workarounding tip
%global priority        %(TIP=1800%{updatever};  echo ${TIP/tip/999})

%global javaver         1.8.0

# parametrized macros are order-sensitive
%global fullversion     %{name}-%{version}-%{release}
#images stub
%global j2sdkimage()       j2sdk-image
# output dir stub
%global buildoutputdir() %{expand:openjdk/build/jdk8.build%1}
#we can copy the javadoc to not arched dir, or made it not noarch
%global uniquejavadocdir()    %{expand:%{fullversion}%1}
#main id and dir of this jdk
%global uniquesuffix()        %{expand:%{fullversion}.%{_arch}%1}

# Standard JPackage directories and symbolic links.
%global sdkdir()        %{expand:%{uniquesuffix %%1}}
%global jrelnk()        %{expand:jre-%{javaver}-%{origin}-%{version}-%{release}.%{_arch}%1}

%global jredir()        %{expand:%{sdkdir %%1}/jre}
%global sdkbindir()     %{expand:%{_jvmdir}/%{sdkdir %%1}/bin}
%global jrebindir()     %{expand:%{_jvmdir}/%{jredir %%1}/bin}
%global jvmjardir()     %{expand:%{_jvmjardir}/%{uniquesuffix %%1}}

%global rpm_state_dir %{_localstatedir}/lib/rpm-state/

%if %{with systap}
# Where to install systemtap tapset (links)
# We would like these to be in a package specific subdir,
# but currently systemtap doesn't support that, so we have to
# use the root tapset dir for now. To distinquish between 64
# and 32 bit architectures we place the tapsets under the arch
# specific dir (note that systemtap will only pickup the tapset
# for the primary arch for now). Systemtap uses the machine name
# aka build_cpu as architecture specific directory name.
%global tapsetroot /usr/share/systemtap
%global tapsetdir %{tapsetroot}/tapset/%{_build_cpu}
%endif

# not-duplicated scriplets for normal/debug packages
%global update_desktop_icons /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%global post_script() %{expand:
update-desktop-database %{_datadir}/applications &> /dev/null || :
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
exit 0
}


%global post_headless() %{expand:
# FIXME: identical binaries are copied, not linked. This needs to be
# fixed upstream.
# The pretrans lua scriptlet prevents an unmodified java.security
# from being replaced via an update. It gets created as
# java.security.rpmnew instead. This invalidates the patch of
# JDK-8061210 of the January 2015 CPU, JDK-8043201 of the
# July 2015 CPU and JDK-8141287 of the January 2016 CPU. We
# fix this via a post scriptlet which runs on updates.
if [ "$1" -gt 1 ]; then
  javasecurity="%{_jvmdir}/%{uniquesuffix}/jre/lib/security/java.security"
  sum=$(md5sum "${javasecurity}" | cut -d' ' -f1)
  # This is the md5sum of an unmodified java.security file
  if [ "${sum}" = '1690ac33955594f71dc952c9e83fd396' -o \\
       "${sum}" = 'b138695d0c0ea947e64a21a627d973ba' -o \\
       "${sum}" = 'd17958676bdb9f9d941c8a59655311fb' -o \\
       "${sum}" = '5463aef7dbf0bbcfe79e0336a7f92701' -o \\
       "${sum}" = '400cc64d4dd31f36dc0cc2c701d603db' -o \\
       "${sum}" = '321342219bb130d238ff144b9e5dbfc1' -o \\
       "${sum}" = '134a37a84983b620f4d8d51a550c0c38' -o \\
       "${sum}" = '5ea976e209d0d0b5b6ab148416123e02' ]; then
    if [ -f "${javasecurity}.rpmnew" ]; then
      mv -f "${javasecurity}.rpmnew" "${javasecurity}"
    fi
  fi
fi

%ifarch %{jit_arches}
# MetaspaceShared::generate_vtable_methods not implemented for PPC JIT
%ifnarch %{power64}
#see https://bugzilla.redhat.com/show_bug.cgi?id=513605
%{jrebindir %%1}/java -Xshare:dump >/dev/null 2>/dev/null
%endif
%endif

PRIORITY=%{priority}
if [ "%1" == %{debug_suffix} ]; then
  let PRIORITY=PRIORITY-1
fi

ext=%{_extension}
alternatives \\
  --install %{_bindir}/java java %{jrebindir %%1}/java $PRIORITY  \\
  --slave %{_jvmdir}/jre jre %{_jvmdir}/%{jredir %%1} \\
  --slave %{_jvmjardir}/jre jre_exports %{_jvmjardir}/%{jrelnk %%1} \\
  --slave %{_bindir}/jjs jjs %{jrebindir %%1}/jjs \\
  --slave %{_bindir}/keytool keytool %{jrebindir %%1}/keytool \\
  --slave %{_bindir}/orbd orbd %{jrebindir %%1}/orbd \\
  --slave %{_bindir}/pack200 pack200 %{jrebindir %%1}/pack200 \\
  --slave %{_bindir}/rmid rmid %{jrebindir %%1}/rmid \\
  --slave %{_bindir}/rmiregistry rmiregistry %{jrebindir %%1}/rmiregistry \\
  --slave %{_bindir}/servertool servertool %{jrebindir %%1}/servertool \\
  --slave %{_bindir}/tnameserv tnameserv %{jrebindir %%1}/tnameserv \\
  --slave %{_bindir}/policytool policytool %{jrebindir %%1}/policytool \\
  --slave %{_bindir}/unpack200 unpack200 %{jrebindir %%1}/unpack200 \\
  --slave %{_mandir}/man1/java.1$ext java.1$ext \\
  %{_mandir}/man1/java-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jjs.1$ext jjs.1$ext \\
  %{_mandir}/man1/jjs-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/keytool.1$ext keytool.1$ext \\
  %{_mandir}/man1/keytool-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/orbd.1$ext orbd.1$ext \\
  %{_mandir}/man1/orbd-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/pack200.1$ext pack200.1$ext \\
  %{_mandir}/man1/pack200-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/rmid.1$ext rmid.1$ext \\
  %{_mandir}/man1/rmid-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/rmiregistry.1$ext rmiregistry.1$ext \\
  %{_mandir}/man1/rmiregistry-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/servertool.1$ext servertool.1$ext \\
  %{_mandir}/man1/servertool-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/tnameserv.1$ext tnameserv.1$ext \\
  %{_mandir}/man1/tnameserv-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/policytool.1$ext policytool.1$ext \\
  %{_mandir}/man1/policytool-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/unpack200.1$ext unpack200.1$ext \\
  %{_mandir}/man1/unpack200-%{uniquesuffix %%1}.1$ext

for X in %{origin} %{javaver} ; do
  alternatives \\
    --install %{_jvmdir}/jre-"$X" \\
    jre_"$X" %{_jvmdir}/%{jredir %%1} $PRIORITY  \\
    --slave %{_jvmjardir}/jre-"$X" \\
    jre_"$X"_exports %{_jvmdir}/%{jredir %%1}
done

update-alternatives --install %{_jvmdir}/jre-%{javaver}-%{origin} jre_%{javaver}_%{origin} %{_jvmdir}/%{jrelnk %%1} $PRIORITY  \\
--slave %{_jvmjardir}/jre-%{javaver}       jre_%{javaver}_%{origin}_exports      %{jvmjardir %%1}

update-desktop-database %{_datadir}/applications &> /dev/null || :
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
exit 0
}

%global postun_script() %{expand:
update-desktop-database %{_datadir}/applications &> /dev/null || :
if [ $1 -eq 0 ] ; then
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    %{update_desktop_icons}
fi
exit 0
}


%global postun_headless() %{expand:
  alternatives --remove java %{jrebindir %%1}/java
  alternatives --remove jre_%{origin} %{_jvmdir}/%{jredir %%1}
  alternatives --remove jre_%{javaver} %{_jvmdir}/%{jredir %%1}
  alternatives --remove jre_%{javaver}_%{origin} %{_jvmdir}/%{jrelnk %%1}
}

%global posttrans_script() %{expand:
%{update_desktop_icons}
}

%global post_devel() %{expand:

PRIORITY=%{priority}
if [ "%1" == %{debug_suffix} ]; then
  let PRIORITY=PRIORITY-1
fi

ext=%{_extension}
alternatives \\
  --install %{_bindir}/javac javac %{sdkbindir %%1}/javac $PRIORITY  \\
  --slave %{_jvmdir}/java java_sdk %{_jvmdir}/%{sdkdir %%1} \\
  --slave %{_jvmjardir}/java java_sdk_exports %{_jvmjardir}/%{sdkdir %%1} \\
  --slave %{_bindir}/appletviewer appletviewer %{sdkbindir %%1}/appletviewer \\
  --slave %{_bindir}/extcheck extcheck %{sdkbindir %%1}/extcheck \\
  --slave %{_bindir}/idlj idlj %{sdkbindir %%1}/idlj \\
  --slave %{_bindir}/jar jar %{sdkbindir %%1}/jar \\
  --slave %{_bindir}/jarsigner jarsigner %{sdkbindir %%1}/jarsigner \\
  --slave %{_bindir}/javadoc javadoc %{sdkbindir %%1}/javadoc \\
  --slave %{_bindir}/javah javah %{sdkbindir %%1}/javah \\
  --slave %{_bindir}/javap javap %{sdkbindir %%1}/javap \\
  --slave %{_bindir}/jcmd jcmd %{sdkbindir %%1}/jcmd \\
  --slave %{_bindir}/jconsole jconsole %{sdkbindir %%1}/jconsole \\
  --slave %{_bindir}/jdb jdb %{sdkbindir %%1}/jdb \\
  --slave %{_bindir}/jdeps jdeps %{sdkbindir %%1}/jdeps \\
  --slave %{_bindir}/jhat jhat %{sdkbindir %%1}/jhat \\
  --slave %{_bindir}/jinfo jinfo %{sdkbindir %%1}/jinfo \\
  --slave %{_bindir}/jmap jmap %{sdkbindir %%1}/jmap \\
  --slave %{_bindir}/jps jps %{sdkbindir %%1}/jps \\
  --slave %{_bindir}/jrunscript jrunscript %{sdkbindir %%1}/jrunscript \\
  --slave %{_bindir}/jsadebugd jsadebugd %{sdkbindir %%1}/jsadebugd \\
  --slave %{_bindir}/jstack jstack %{sdkbindir %%1}/jstack \\
  --slave %{_bindir}/jstat jstat %{sdkbindir %%1}/jstat \\
  --slave %{_bindir}/jstatd jstatd %{sdkbindir %%1}/jstatd \\
  --slave %{_bindir}/native2ascii native2ascii %{sdkbindir %%1}/native2ascii \\
  --slave %{_bindir}/rmic rmic %{sdkbindir %%1}/rmic \\
  --slave %{_bindir}/schemagen schemagen %{sdkbindir %%1}/schemagen \\
  --slave %{_bindir}/serialver serialver %{sdkbindir %%1}/serialver \\
  --slave %{_bindir}/wsgen wsgen %{sdkbindir %%1}/wsgen \\
  --slave %{_bindir}/wsimport wsimport %{sdkbindir %%1}/wsimport \\
  --slave %{_bindir}/xjc xjc %{sdkbindir %%1}/xjc \\
  --slave %{_mandir}/man1/appletviewer.1$ext appletviewer.1$ext \\
  %{_mandir}/man1/appletviewer-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/extcheck.1$ext extcheck.1$ext \\
  %{_mandir}/man1/extcheck-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/idlj.1$ext idlj.1$ext \\
  %{_mandir}/man1/idlj-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jar.1$ext jar.1$ext \\
  %{_mandir}/man1/jar-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jarsigner.1$ext jarsigner.1$ext \\
  %{_mandir}/man1/jarsigner-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/javac.1$ext javac.1$ext \\
  %{_mandir}/man1/javac-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/javadoc.1$ext javadoc.1$ext \\
  %{_mandir}/man1/javadoc-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/javah.1$ext javah.1$ext \\
  %{_mandir}/man1/javah-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/javap.1$ext javap.1$ext \\
  %{_mandir}/man1/javap-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jcmd.1$ext jcmd.1$ext \\
  %{_mandir}/man1/jcmd-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jconsole.1$ext jconsole.1$ext \\
  %{_mandir}/man1/jconsole-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jdb.1$ext jdb.1$ext \\
  %{_mandir}/man1/jdb-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jdeps.1$ext jdeps.1$ext \\
  %{_mandir}/man1/jdeps-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jhat.1$ext jhat.1$ext \\
  %{_mandir}/man1/jhat-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jinfo.1$ext jinfo.1$ext \\
  %{_mandir}/man1/jinfo-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jmap.1$ext jmap.1$ext \\
  %{_mandir}/man1/jmap-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jps.1$ext jps.1$ext \\
  %{_mandir}/man1/jps-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jrunscript.1$ext jrunscript.1$ext \\
  %{_mandir}/man1/jrunscript-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jsadebugd.1$ext jsadebugd.1$ext \\
  %{_mandir}/man1/jsadebugd-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jstack.1$ext jstack.1$ext \\
  %{_mandir}/man1/jstack-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jstat.1$ext jstat.1$ext \\
  %{_mandir}/man1/jstat-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/jstatd.1$ext jstatd.1$ext \\
  %{_mandir}/man1/jstatd-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/native2ascii.1$ext native2ascii.1$ext \\
  %{_mandir}/man1/native2ascii-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/rmic.1$ext rmic.1$ext \\
  %{_mandir}/man1/rmic-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/schemagen.1$ext schemagen.1$ext \\
  %{_mandir}/man1/schemagen-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/serialver.1$ext serialver.1$ext \\
  %{_mandir}/man1/serialver-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/wsgen.1$ext wsgen.1$ext \\
  %{_mandir}/man1/wsgen-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/wsimport.1$ext wsimport.1$ext \\
  %{_mandir}/man1/wsimport-%{uniquesuffix %%1}.1$ext \\
  --slave %{_mandir}/man1/xjc.1$ext xjc.1$ext \\
  %{_mandir}/man1/xjc-%{uniquesuffix %%1}.1$ext

for X in %{origin} %{javaver} ; do
  alternatives \\
    --install %{_jvmdir}/java-"$X" \\
    java_sdk_"$X" %{_jvmdir}/%{sdkdir %%1} $PRIORITY  \\
    --slave %{_jvmjardir}/java-"$X" \\
    java_sdk_"$X"_exports %{_jvmjardir}/%{sdkdir %%1}
done

update-alternatives --install %{_jvmdir}/java-%{javaver}-%{origin} java_sdk_%{javaver}_%{origin} %{_jvmdir}/%{sdkdir %%1} $PRIORITY  \\
--slave %{_jvmjardir}/java-%{javaver}-%{origin}       java_sdk_%{javaver}_%{origin}_exports      %{_jvmjardir}/%{sdkdir %%1}

update-desktop-database %{_datadir}/applications &> /dev/null || :
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

exit 0
}

%global postun_devel() %{expand:
  alternatives --remove javac %{sdkbindir %%1}/javac
  alternatives --remove java_sdk_%{origin} %{_jvmdir}/%{sdkdir %%1}
  alternatives --remove java_sdk_%{javaver} %{_jvmdir}/%{sdkdir %%1}
  alternatives --remove java_sdk_%{javaver}_%{origin} %{_jvmdir}/%{sdkdir %%1}

update-desktop-database %{_datadir}/applications &> /dev/null || :

if [ $1 -eq 0 ] ; then
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    %{update_desktop_icons}
fi
exit 0
}

%global posttrans_devel() %{expand:
%{update_desktop_icons}
}

%global post_javadoc() %{expand:

PRIORITY=%{priority}
if [ "%1" == %{debug_suffix} ]; then
  let PRIORITY=PRIORITY-1
fi

alternatives \\
  --install %{_javadocdir}/java javadocdir %{_javadocdir}/%{uniquejavadocdir %%1}/api \\
  $PRIORITY 
exit 0
}

%global postun_javadoc() %{expand:
  alternatives --remove javadocdir %{_javadocdir}/%{uniquejavadocdir %%1}/api
exit 0
}

%global post_javadoc_zip() %{expand:

PRIORITY=%{priority}
if [ "%1" == %{debug_suffix} ]; then
  let PRIORITY=PRIORITY-1
fi

alternatives \\
  --install %{_javadocdir}/java-zip javadoczip %{_javadocdir}/%{uniquejavadocdir %%1}.zip \\
  $PRIORITY  
exit 0
}

%global postun_javadoc_zip() %{expand:
  alternatives --remove javadoczip %{_javadocdir}/%{uniquejavadocdir %%1}.zip
exit 0
}

%global files_jre() %{expand:
%{_datadir}/icons/hicolor/*x*/apps/java-%{javaver}.png
%{_datadir}/applications/*policytool%1.desktop
}


%global files_jre_headless() %{expand:
%defattr(-,root,root,-)
%doc %{buildoutputdir %%1}/images/%{j2sdkimage}/jre/ASSEMBLY_EXCEPTION
%doc %{buildoutputdir %%1}/images/%{j2sdkimage}/jre/LICENSE
%doc %{buildoutputdir %%1}/images/%{j2sdkimage}/jre/THIRD_PARTY_README
%dir %{_jvmdir}/%{sdkdir %%1}
%{_jvmdir}/%{jrelnk %%1}
%{_jvmjardir}/%{jrelnk %%1}
%{_jvmprivdir}/*
%{jvmjardir %%1}
%dir %{_jvmdir}/%{jredir %%1}/lib/security
%{_jvmdir}/%{jredir %%1}/lib/security/cacerts
%config(noreplace) %{_jvmdir}/%{jredir %%1}/lib/security/US_export_policy.jar
%config(noreplace) %{_jvmdir}/%{jredir %%1}/lib/security/local_policy.jar
%config(noreplace) %{_jvmdir}/%{jredir %%1}/lib/security/java.policy
%config(noreplace) %{_jvmdir}/%{jredir %%1}/lib/security/java.security
%config(noreplace) %{_jvmdir}/%{jredir %%1}/lib/security/blacklisted.certs
%config(noreplace) %{_jvmdir}/%{jredir %%1}/lib/logging.properties
%{_mandir}/man1/java-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jjs-%{uniquesuffix %%1}.1*
%{_mandir}/man1/keytool-%{uniquesuffix %%1}.1*
%{_mandir}/man1/orbd-%{uniquesuffix %%1}.1*
%{_mandir}/man1/pack200-%{uniquesuffix %%1}.1*
%{_mandir}/man1/rmid-%{uniquesuffix %%1}.1*
%{_mandir}/man1/rmiregistry-%{uniquesuffix %%1}.1*
%{_mandir}/man1/servertool-%{uniquesuffix %%1}.1*
%{_mandir}/man1/tnameserv-%{uniquesuffix %%1}.1*
%{_mandir}/man1/unpack200-%{uniquesuffix %%1}.1*
%{_mandir}/man1/policytool-%{uniquesuffix %%1}.1*
%config(noreplace) %{_jvmdir}/%{jredir %%1}/lib/security/nss.cfg
%{_jvmdir}/%{jredir %%1}/lib/%{archinstall}/server/
%{_jvmdir}/%{jredir %%1}/lib/%{archinstall}/client/
}

%global files_devel() %{expand:
%defattr(-,root,root,-)
%doc %{buildoutputdir %%1}/images/%{j2sdkimage}/ASSEMBLY_EXCEPTION
%doc %{buildoutputdir %%1}/images/%{j2sdkimage}/LICENSE
%doc %{buildoutputdir %%1}/images/%{j2sdkimage}/THIRD_PARTY_README
%dir %{_jvmdir}/%{sdkdir %%1}/bin
%dir %{_jvmdir}/%{sdkdir %%1}/include
%dir %{_jvmdir}/%{sdkdir %%1}/lib
%{_jvmdir}/%{sdkdir %%1}/bin/*
%{_jvmdir}/%{sdkdir %%1}/include/*
%{_jvmdir}/%{sdkdir %%1}/lib/*
#%{_jvmjardir}/%{sdkdir %%1}
%{_datadir}/applications/*jconsole%1.desktop
%{_mandir}/man1/appletviewer-%{uniquesuffix %%1}.1*
%{_mandir}/man1/extcheck-%{uniquesuffix %%1}.1*
%{_mandir}/man1/idlj-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jar-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jarsigner-%{uniquesuffix %%1}.1*
%{_mandir}/man1/javac-%{uniquesuffix %%1}.1*
%{_mandir}/man1/javadoc-%{uniquesuffix %%1}.1*
%{_mandir}/man1/javah-%{uniquesuffix %%1}.1*
%{_mandir}/man1/javap-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jconsole-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jcmd-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jdb-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jdeps-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jhat-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jinfo-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jmap-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jps-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jrunscript-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jsadebugd-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jstack-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jstat-%{uniquesuffix %%1}.1*
%{_mandir}/man1/jstatd-%{uniquesuffix %%1}.1*
%{_mandir}/man1/native2ascii-%{uniquesuffix %%1}.1*
%{_mandir}/man1/rmic-%{uniquesuffix %%1}.1*
%{_mandir}/man1/schemagen-%{uniquesuffix %%1}.1*
%{_mandir}/man1/serialver-%{uniquesuffix %%1}.1*
%{_mandir}/man1/wsgen-%{uniquesuffix %%1}.1*
%{_mandir}/man1/wsimport-%{uniquesuffix %%1}.1*
%{_mandir}/man1/xjc-%{uniquesuffix %%1}.1*
%if %{with systap}
%dir %{tapsetroot}
%dir %{tapsetdir}
%{tapsetdir}/*%{version}-%{release}.%{_arch}%1.stp
%dir %{_jvmdir}/%{sdkdir %%1}/tapset
%{_jvmdir}/%{sdkdir %%1}/tapset/*.stp
%endif
}

%global files_demo() %{expand:
%defattr(-,root,root,-)
%doc %{buildoutputdir %%1}/images/%{j2sdkimage}/jre/LICENSE
}

%global files_src() %{expand:
%defattr(-,root,root,-)
%doc README.src
%{_jvmdir}/%{sdkdir %%1}/src.zip
}

%global files_javadoc() %{expand:
%defattr(-,root,root,-)
%doc %{_javadocdir}/%{uniquejavadocdir %%1}
%doc %{buildoutputdir %%1}/images/%{j2sdkimage}/jre/LICENSE
}

%global files_javadoc_zip() %{expand:
%defattr(-,root,root,-)
%doc %{_javadocdir}/%{uniquejavadocdir %%1}.zip
%doc %{buildoutputdir %%1}/images/%{j2sdkimage}/jre/LICENSE
}

%global files_accessibility() %{expand:
%{_jvmdir}/%{jredir %%1}/lib/%{archinstall}/libatk-wrapper.so
%{_jvmdir}/%{jredir %%1}/lib/ext/java-atk-wrapper.jar
%{_jvmdir}/%{jredir %%1}/lib/accessibility.properties
}

# not-duplicated requires/provides/obsolate for normal/debug packages
%global java_rpo() %{expand:
Requires: fontconfig
Requires: x11-font-type1

# Requires rest of java
Requires: %{name}-headless%1 = %{epoch}:%{version}-%{release}
#OrderWithRequires: %{name}-headless%1 = %{epoch}:%{version}-%{release}


# Standard JPackage base provides.
Provides: jre-%{javaver}-%{origin}%1 = %{epoch}:%{version}-%{release}
Provides: jre-%{origin}%1 = %{epoch}:%{version}-%{release}
Provides: jre-%{javaver}%1 = %{epoch}:%{version}-%{release}
Provides: java-%{javaver}%1 = %{epoch}:%{version}-%{release}
Provides: jre = %{javaver}%1
Provides: java-%{origin}%1 = %{epoch}:%{version}-%{release}
Provides: java%1 = %{epoch}:%{javaver}
# Standard JPackage extensions provides.
Provides: java-fonts%1 = %{epoch}:%{version}

Obsoletes: java-1.7.0-openjdk%1 < %{EVRD}
}

%global java_headless_rpo() %{expand:
# Require /etc/pki/java/cacerts.
#Requires: ca-certificates
Requires: rootcerts-java
# Require jpackage-utils for ownership of /usr/lib/jvm/
Requires: jpackage-utils
# Require zoneinfo data provided by tzdata-java subpackage.
Requires: timezone-java >= 2015d
# libsctp.so.1 is being `dlopen`ed on demand
Requires: lksctp-tools
# tool to copy jdk's configs - should be Recommends only, but then only dnf/yum eforce it, not rpm transaction and so no configs are persisted when pure rpm -u is run. I t may be consiedered as regression
Requires: copy-jdk-configs >= 1.1-1
#OrderWithRequires: copy-jdk-configs
# Post requires alternatives to install tool alternatives.
Requires(post):   update-alternatives
# Postun requires alternatives to uninstall tool alternatives.
Requires(postun): update-alternatives

# Standard JPackage base provides.
Provides: jre-%{javaver}-%{origin}-headless%1 = %{epoch}:%{version}-%{release}
Provides: jre-%{origin}-headless%1 = %{epoch}:%{version}-%{release}
Provides: jre-%{javaver}-headless%1 = %{epoch}:%{version}-%{release}
Provides: java-%{javaver}-headless%1 = %{epoch}:%{version}-%{release}
Provides: jre-headless%1 = %{epoch}:%{javaver}
Provides: java-%{origin}-headless%1 = %{epoch}:%{version}-%{release}
Provides: java-headless%1 = %{epoch}:%{javaver}
# Standard JPackage extensions provides.
Provides: jndi%1 = %{epoch}:%{version}
Provides: jndi-ldap%1 = %{epoch}:%{version}
Provides: jndi-cos%1 = %{epoch}:%{version}
Provides: jndi-rmi%1 = %{epoch}:%{version}
Provides: jndi-dns%1 = %{epoch}:%{version}
Provides: jaas%1 = %{epoch}:%{version}
Provides: jsse%1 = %{epoch}:%{version}
Provides: jce%1 = %{epoch}:%{version}
Provides: jdbc-stdext%1 = 4.1
Provides: java-sasl%1 = %{epoch}:%{version}

Obsoletes: java-1.7.0-openjdk-headless%1 < %{EVRD}
}

%global java_devel_rpo() %{expand:
# Require base package.
Requires:         %{name}%1 = %{epoch}:%{version}-%{release}
#OrderWithRequires: %{name}-headless%1 = %{epoch}:%{version}-%{release}
# Post requires alternatives to install tool alternatives.
Requires(post):   update-alternatives
# Postun requires alternatives to uninstall tool alternatives.
Requires(postun): update-alternatives

# Standard JPackage devel provides.
Provides: java-sdk-%{javaver}-%{origin}%1 = %{epoch}:%{version}
Provides: java-sdk-%{javaver}%1 = %{epoch}:%{version}
Provides: java-sdk-%{origin}%1 = %{epoch}:%{version}
Provides: java-sdk%1 = %{epoch}:%{javaver}
Provides: java-%{javaver}-devel%1 = %{epoch}:%{version}
Provides: java-devel-%{origin}%1 = %{epoch}:%{version}
Provides: java-devel%1 = %{epoch}:%{javaver}

Obsoletes: java-1.7.0-openjdk-devel%1 < %{EVRD}
}


%global java_demo_rpo() %{expand:
Requires: %{name}%1 = %{epoch}:%{version}-%{release}
#OrderWithRequires: %{name}-headless%1 = %{epoch}:%{version}-%{release}

Obsoletes: java-1.7.0-openjdk-demo%1 < %{EVRD}
}

%global java_javadoc_rpo() %{expand:
#OrderWithRequires: %{name}-headless%1 = %{epoch}:%{version}-%{release}
# Post requires alternatives to install javadoc alternative.
Requires(post):   update-alternatives
# Postun requires alternatives to uninstall javadoc alternative.
Requires(postun): update-alternatives

# Standard JPackage javadoc provides.
Provides: java-javadoc%1 = %{epoch}:%{version}-%{release}
Provides: java-%{javaver}-javadoc%1 = %{epoch}:%{version}-%{release}

Obsoletes: java-1.7.0-openjdk-javadoc%1 < %{EVRD}

}

%global java_src_rpo() %{expand:
Requires: %{name}-headless%1 = %{epoch}:%{version}-%{release}

Obsoletes: java-1.7.0-openjdk-src%1 < %{EVRD}
}

%global java_accessibility_rpo() %{expand:
Requires: java-atk-wrapper
Requires: %{name}%1 = %{epoch}:%{version}-%{release}
#OrderWithRequires: %{name}-headless%1 = %{epoch}:%{version}-%{release}

Obsoletes: java-1.7.0-openjdk-accessibility%1 < %{EVRD}
}

# Prevent brp-java-repack-jars from being run.
%global __jar_repack 0

Name:    java-%{javaver}-%{origin}
Version: %{javaver}.%{updatever}
Release: 1.%{buildver}.4
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
# and this change was brought into RHEL-4.  java-1.5.0-ibm packages
# also included the epoch in their virtual provides.  This created a
# situation where in-the-wild java-1.5.0-ibm packages provided "java =
# 1:1.5.0".  In RPM terms, "1.6.0 < 1:1.5.0" since 1.6.0 is
# interpreted as 0:1.6.0.  So the "java >= 1.6.0" requirement would be
# satisfied by the 1:1.5.0 packages.  Thus we need to set the epoch in
# JDK package >= 1.6.0 to 1, and packages referring to JDK virtual
# provides >= 1.6.0 must specify the epoch, "java >= 1:1.6.0".
Epoch:   1
Summary: OpenJDK Runtime Environment
Group:   Development/Java

License:  ASL 1.1 and ASL 2.0 and GPL+ and GPLv2 and GPLv2 with exceptions and LGPL+ and LGPLv2 and MPLv1.0 and MPLv1.1 and Public Domain and W3C
URL:      http://openjdk.java.net/

# aarch64-port now contains integration forest of both aarch64 and normal jdk
# Source from upstream OpenJDK8 project. To regenerate, use
# VERSION=aarch64-jdk8u101-b14 FILE_NAME_ROOT=aarch64-port-jdk8u-${VERSION}
# REPO_ROOT=<path to checked-out repository> generate_source_tarball.sh
# where the source is obtained from http://hg.openjdk.java.net/%%{project}/%%{repo}
Source0:  %{project}-%{repo}-%{revision}.tar.xz

# Additional source needed to build under Mageia
Source1:  9ae547861e9f.tar.bz2

# Custom README for -src subpackage
Source2:  README.src

# Script to generate Source1 (requires mercurial)
Source3:  mga-add-missing-files.sh

# Use 'generate_tarballs.sh' to generate the following tarballs
# They are based on code contained in the IcedTea7 project.

# Systemtap tapsets. Zipped up to keep it small.
Source8: systemtap-tapset-3.4.0pre01.tar.xz

# Desktop files. Adapated from IcedTea.
Source9: jconsole.desktop.in
Source10: policytool.desktop.in

# nss configuration file
Source11: nss.cfg

# Removed libraries that we link instead
Source12: %{name}-remove-intree-libraries.sh

# Ensure we aren't using the limited crypto policy
Source13: TestCryptoLevel.java

# Ensure ECDSA is working
Source14: TestECDSA.java

Source20: repackReproduciblePolycies.sh

# New versions of config files with aarch64 support. This is not upstream yet.
Source100: config.guess
Source101: config.sub
# shenandoah hotpost
Source999: aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u131-b12-shenandoah-merge-2017-04-20.tar.xz

Source1000: %{name}.rpmlintrc

# RPM/distribution specific patches

# Accessibility patches
# Ignore AWTError when assistive technologies are loaded 
Patch1:   %{name}-accessible-toolkit.patch
# Restrict access to java-atk-wrapper classes
Patch3: java-atk-wrapper-security.patch
# Upstreamable patches
# PR2737: Allow multiple initialization of PKCS11 libraries
Patch5: multiple-pkcs11-library-init.patch

# Rely on nanoTime to get Thread.join working when clock is stopped or set back
Patch501: java-1.8.0-openjdk-use-nanoTime_in_thread-join.patch

# PR2095, RH1163501: 2048-bit DH upper bound too small for Fedora infrastructure (sync with IcedTea 2.x)
Patch504: rh1163501.patch
# S4890063, PR2304, RH1214835: HPROF: default text truncated when using doe=n option
Patch511: rh1214835.patch
# Turn off strict overflow on IndicRearrangementProcessor{,2}.cpp following 8140543: Arrange font actions
Patch512: no_strict_overflow.patch
# Support for building the SunEC provider with the system NSS installation
# PR1983: Support using the system installation of NSS with the SunEC provider
# PR2127: SunEC provider crashes when built using system NSS
# PR2815: Race condition in SunEC provider with system NSS
# PR2899: Don't use WithSeed versions of NSS functions as they don't fully process the seed
# PR2934: SunEC provider throwing KeyException with current NSS
Patch513: pr1983-jdk.patch
Patch514: pr1983-root.patch
Patch515: pr2127.patch
Patch516: pr2815.patch
Patch517: pr2899.patch
Patch518: pr2934.patch
# S8150954, RH1176206, PR2866: Taking screenshots on x11 composite desktop produces wrong result
# In progress: http://mail.openjdk.java.net/pipermail/awt-dev/2016-March/010742.html
Patch508: rh1176206-jdk.patch
Patch509: rh1176206-root.patch
# RH1337583, PR2974: PKCS#10 certificate requests now use CRLF line endings rather than system line endings
Patch523: pr2974-rh1337583.patch
# PR3083, RH1346460: Regression in SSL debug output without an ECC provider
Patch528: pr3083-rh1346460.patch

# 8153711, PR3313, RH1284948: [REDO] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
Patch535: 8153711-pr3313-rh1284948.patch

# Arch-specific upstreamable patches
# PR2415: JVM -Xmx requirement is too high on s390
Patch100: %{name}-s390-java-opts.patch
# Type fixing for s390
Patch102: %{name}-size_t.patch
# Use "%z" for size_t on s390 as size_t != intptr_t
Patch103: s390-size_t_format_flags.patch

# Patches which need backporting to 8u
# S8073139, RH1191652; fix name of ppc64le architecture
Patch601: %{name}-rh1191652-root.patch
Patch602: %{name}-rh1191652-jdk.patch
Patch603: %{name}-rh1191652-hotspot-aarch64.patch
# Include all sources in src.zip
Patch7: include-all-srcs.patch
# 8035341: Allow using a system installed libpng
Patch202: system-libpng.patch
# 8042159: Allow using a system-installed lcms2
Patch203: system-lcms.patch
# PR2462: Backport "8074839: Resolve disabled warnings for libunpack and the unpack200 binary"
# This fixes printf warnings that lead to build failure with -Werror=format-security from optflags
Patch502: pr2462.patch
# S8148351, PR2842: Only display resolved symlink for compiler, do not change path
Patch506: pr2842-01.patch
Patch507: pr2842-02.patch
# S8154313: Generated javadoc scattered all over the place
Patch400: 8154313.patch
# S6260348, PR3066: GTK+ L&F JTextComponent not respecting desktop caret blink rate
Patch526: 6260348-pr3066.patch
# S8162384, PR3122, RH1358661: Performance regression: bimorphic inlining may be bypassed by type speculation
# 8061305, PR3335, RH1423421: Javadoc crashes when method name ends with "Property"
Patch538: 8061305-pr3335-rh1423421.patch
Patch532: 8162384-pr3122-rh1358661.patch
# RH1367357: lcms2: Out-of-bounds read in Type_MLU_Read()
Patch533: rh1367357.patch
# 8174164, PR3334, RH1417266: SafePointNode::_replaced_nodes breaks with irreducible loops"
Patch537: 8174164-pr3334-rh1417266.patch
# 6515172, PR3346: Runtime.availableProcessors() ignores Linux taskset command
Patch542: 6515172-pr3346.patch
# 8144566, PR3352: Custom HostnameVerifier disables SNI extension
Patch544: 8144566-pr3352.patch
# 8165231, RH1437545: java.nio.Bits.unaligned() doesn't return true on ppc
Patch546: 8165231-rh1437545.patch
# 8173941, PR3326: SA does not work if executable is DSO
Patch547: 8173941-pr3326.patch
# 8174729, PR3336, RH1420518: Race Condition in java.lang.reflect.WeakCache
Patch548: 8174729-pr3336-rh1420518.patch
# 8175097, PR3334, RH1417266: [TESTBUG] 8174164 fix missed the test
Patch549: 8175097-pr3334-rh1417266.patch

# Patches upstream and appearing in 8u112

# Patches ineligible for 8u
# 8043805: Allow using a system-installed libjpeg
Patch201: system-libjpeg.patch
# custom securities
Patch207: PR3183.patch

# Local fixes
# PR1834, RH1022017: Reduce curves reported by SSL to those in NSS
Patch525: pr1834-rh1022017.patch

# Non-OpenJDK fixes

BuildRequires: autoconf
BuildRequires: automake
BuildRequires: pkgconfig(alsa)
BuildRequires: binutils
BuildRequires: cups-devel
BuildRequires: desktop-file-utils
BuildRequires: fontconfig
BuildRequires: freetype-devel
BuildRequires: giflib-devel
BuildRequires: gcc-c++
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(lcms2)
BuildRequires: jpeg-devel
BuildRequires: pkgconfig(libpng)
BuildRequires: xsltproc
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xtst)
BuildRequires: libxslt-devel
# Requirements for setting up the nss.cfg
BuildRequires: nss-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(xproto)
BuildRequires: zip
BuildRequires: java-1.8.0-openjdk-devel
# Zero-assembler build requirement.
%ifnarch %{jit_arches}
BuildRequires: pkgconfig(libffi)
%endif
BuildRequires: timezone-java >= 2015d
BuildRequires: patch >= 2.7.5
# Earlier versions have a bug in tree vectorization on PPC
BuildRequires: gcc >= 4.8.3-8

# cacerts build requirement.
BuildRequires: openssl
%if %{with systap}
BuildRequires: systemtap
%endif

# this is built always, also during debug-only build
# when it is built in debug-only, then this package is just placeholder
%{java_rpo %{nil}}

%description
The OpenJDK runtime environment.

%if %{include_debug_build}
%package debug
Summary: OpenJDK Runtime Environment %{debug_on}
Group:   Development/Java

%{java_rpo %{debug_suffix_unquoted}}
%description debug
The OpenJDK runtime environment.
%{debug_warning}
%endif

%if %{include_normal_build}
%package headless
Summary: OpenJDK Runtime Environment
Group:   Development/Java

%{java_headless_rpo %{nil}}

%description headless
The OpenJDK runtime environment without audio and video support.
%endif

%if %{include_debug_build}
%package headless-debug
Summary: OpenJDK Runtime Environment %{debug_on}
Group:   Development/Java

%{java_headless_rpo %{debug_suffix_unquoted}}

%description headless-debug
The OpenJDK runtime environment without audio and video support.
%{debug_warning}
%endif

%if %{include_normal_build}
%package devel
Summary: OpenJDK Development Environment
Group:   Development/Java

%{java_devel_rpo %{nil}}

%description devel
The OpenJDK development tools.
%endif

%if %{include_debug_build}
%package devel-debug
Summary: OpenJDK Development Environment %{debug_on}
Group:   Development/Tools

%{java_devel_rpo %{debug_suffix_unquoted}}

%description devel-debug
The OpenJDK development tools.
%{debug_warning}
%endif

%if %{include_normal_build}
%package demo
Summary: OpenJDK Demos
Group:   Development/Java

%{java_demo_rpo %{nil}}

%description demo
The OpenJDK demos.
%endif

%if %{include_debug_build}
%package demo-debug
Summary: OpenJDK Demos %{debug_on}
Group:   Development/Java

%{java_demo_rpo %{debug_suffix_unquoted}}

%description demo-debug
The OpenJDK demos.
%{debug_warning}
%endif

%if %{include_normal_build}
%package src
Summary: OpenJDK Source Bundle
Group:   Development/Java

%{java_src_rpo %{nil}}

%description src
The OpenJDK source bundle.
%endif

%if %{include_debug_build}
%package src-debug
Summary: OpenJDK Source Bundle %{for_debug}
Group:   Development/Java

%{java_src_rpo %{debug_suffix_unquoted}}

%description src-debug
The OpenJDK source bundle %{for_debug}.
%endif

%if %{include_normal_build}
%package javadoc
Summary: OpenJDK API Documentation
Group:   Documentation
Requires: jpackage-utils
BuildArch: noarch

%{java_javadoc_rpo %{nil}}

%description javadoc
The OpenJDK API documentation.
%endif

%if %{include_normal_build}
%package javadoc-zip
Summary: OpenJDK API Documentation compressed in single archive
Group:   Documentation
Requires: jpackage-utils
BuildArch: noarch

%{java_javadoc_rpo %{nil}}

%description javadoc-zip
The OpenJDK API documentation compressed in single archive.
%endif

%if %{include_debug_build}
%package javadoc-debug
Summary: OpenJDK API Documentation %{for_debug}
Group:   Documentation
Requires: jpackage-utils
BuildArch: noarch

%{java_javadoc_rpo %{debug_suffix_unquoted}}

%description javadoc-debug
The OpenJDK API documentation %{for_debug}.
%endif

%if %{include_debug_build}
%package javadoc-zip-debug
Summary: OpenJDK API Documentation compressed in single archive %{for_debug}
Group:   Documentation
Requires: jpackage-utils
BuildArch: noarch

%{java_javadoc_rpo %{debug_suffix_unquoted}}

%description javadoc-zip-debug
The OpenJDK API documentation compressed in single archive %{for_debug}.
%endif


%if %{include_normal_build}
%package accessibility
Summary: OpenJDK accessibility connector

%{java_accessibility_rpo %{nil}}

%description accessibility
Enables accessibility support in OpenJDK by using java-atk-wrapper. This allows
compatible at-spi2 based accessibility programs to work for AWT and Swing-based
programs.

Please note, the java-atk-wrapper is still in beta, and OpenJDK itself is still
being tuned to be working with accessibility features. There are known issues
with accessibility on, so please do not install this package unless you really
need to.
%endif

%if %{include_debug_build}
%package accessibility-debug
Summary: OpenJDK accessibility connector %{for_debug}

%{java_accessibility_rpo %{debug_suffix_unquoted}}

%description accessibility-debug
See normal java-%{version}-openjdk-accessibility description.
%endif

%prep
if [ %{include_normal_build} -eq 0 -o  %{include_normal_build} -eq 1 ] ; then
  echo "include_normal_build is %{include_normal_build}"
else
  echo "include_normal_build is %{include_normal_build}, thats invalid. Use 1 for yes or 0 for no"
  exit 11
fi
if [ %{include_debug_build} -eq 0 -o  %{include_debug_build} -eq 1 ] ; then
  echo "include_debug_build is %{include_debug_build}"
else
  echo "include_debug_build is %{include_debug_build}, thats invalid. Use 1 for yes or 0 for no"
  exit 12
fi
if [ %{include_debug_build} -eq 0 -a  %{include_normal_build} -eq 0 ] ; then
  echo "you have disabled both include_debug_build and include_debug_build. no go."
  exit 13
fi
%setup -q -c -n %{uniquesuffix ""} -T -a 0
# Add the missing files to be able to build under Mageia
tar xjf %{SOURCE1} -C openjdk/jdk --strip-components=1 --overwrite
# https://bugzilla.redhat.com/show_bug.cgi?id=1189084
prioritylength=`expr length %{priority}`
if [ $prioritylength -ne 7 ] ; then
 echo "priority must be 7 digits in total, violated"
 exit 14
fi
# For old patches
ln -s openjdk jdk8
%if %{use_shenandoah_hotspot}
#on intels, repalce hotpost by shenandoah-able hotspot
pushd openjdk
tar -xf %{SOURCE999}
rm -rf hotspot
cp -r openjdk/hotspot .
rm -rf openjdk
popd
%endif

cp %{SOURCE2} .

# replace outdated configure guess script
#
# the configure macro will do this too, but it also passes a few flags not
# supported by openjdk configure script
cp %{SOURCE100} openjdk/common/autoconf/build-aux/
cp %{SOURCE101} openjdk/common/autoconf/build-aux/

# OpenJDK patches

# Remove libraries that are linked
sh %{SOURCE12}

%patch201
%patch202
%patch203
%patch207

%patch1
%patch3
%patch5
%patch7

# s390 build fixes
%patch100
%patch102
%patch103

%patch501

# Zero fixes.
%patch603
%patch601
%patch602

%patch502
%patch504
%patch506
%patch507
%patch508
%patch509
%patch511
%patch512
#patch513
#patch514
#patch515
#patch516
#patch517
%patch400
%patch523
%patch525
%patch526
%patch528
%patch532
%patch533
%patch538
%patch542
%patch544
%patch535
%patch546
%patch547
%patch537
%patch548
%patch549



# Extract systemtap tapsets
%if %{with systap}
tar -x -I xz -f %{SOURCE8}
%if %{include_debug_build}
cp -r tapset tapset%{debug_suffix}
%endif


for suffix in %{build_loop} ; do
  for file in "tapset"$suffix/*.in; do
    OUTPUT_FILE=`echo $file | sed -e s:%{javaver}\.stp\.in$:%{version}-%{release}.%{_arch}.stp:g`
    sed -e s:@ABS_SERVER_LIBJVM_SO@:%{_jvmdir}/%{sdkdir $suffix}/jre/lib/%{archinstall}/server/libjvm.so:g $file > $file.1
# TODO find out which architectures other than i686 have a client vm
%ifarch %{ix86}
    sed -e s:@ABS_CLIENT_LIBJVM_SO@:%{_jvmdir}/%{sdkdir $suffix}/jre/lib/%{archinstall}/client/libjvm.so:g $file.1 > $OUTPUT_FILE
%else
    sed -e '/@ABS_CLIENT_LIBJVM_SO@/d' $file.1 > $OUTPUT_FILE
%endif
    sed -i -e s:@ABS_JAVA_HOME_DIR@:%{_jvmdir}/%{sdkdir $suffix}:g $OUTPUT_FILE
    sed -i -e s:@INSTALL_ARCH_DIR@:%{archinstall}:g $OUTPUT_FILE
    sed -i -e s:@prefix@:%{_jvmdir}/%{sdkdir $suffix}/:g $OUTPUT_FILE
  done
done
# systemtap tapsets ends
%endif

# Prepare desktop files
for suffix in %{build_loop} ; do
for file in %{SOURCE9} %{SOURCE10} ; do
    FILE=`basename $file | sed -e s:\.in$::g`
    EXT="${FILE##*.}"
    NAME="${FILE%.*}"
    OUTPUT_FILE=$NAME$suffix.$EXT
    sed -e s:#JAVA_HOME#:%{sdkbindir $suffix}:g $file > $OUTPUT_FILE
    sed -i -e  s:#JRE_HOME#:%{jrebindir $suffix}:g $OUTPUT_FILE
    sed -i -e  s:#ARCH#:%{version}-%{release}.%{_arch}$suffix:g $OUTPUT_FILE
done
done

# this is check which controls, that latest java.security is included in post(_headless)
%{check_sum_presented_in_spec openjdk/jdk/src/share/lib/security/java.security-linux}


%build
# How many cpu's do we have?
export NUM_PROC=%(/usr/bin/getconf _NPROCESSORS_ONLN 2> /dev/null || :)
export NUM_PROC=${NUM_PROC:-1}
%if 0%{?_smp_ncpus_max}
# Honor %%_smp_ncpus_max
[ ${NUM_PROC} -gt %{?_smp_ncpus_max} ] && export NUM_PROC=%{?_smp_ncpus_max}
%endif

# Build IcedTea and OpenJDK.
%ifarch s390x sparc64 alpha %{power64} %{aarch64}
export ARCH_DATA_MODEL=64
%endif
%ifarch alpha
export CFLAGS="$CFLAGS -mieee"
%endif

# We use ourcppflags because the OpenJDK build seems to
# pass EXTRA_CFLAGS to the HotSpot C++ compiler...
# Explicitly set the C++ standard as the default has changed on GCC >= 6
EXTRA_CFLAGS="%ourcppflags -std=gnu++98 -Wno-error -fno-delete-null-pointer-checks "
#-fno-lifetime-dse"
EXTRA_CPP_FLAGS="%ourcppflags -std=gnu++98 -fno-delete-null-pointer-checks "
#-fno-lifetime-dse"
%ifarch %{power64} ppc
# fix rpmlint warnings
EXTRA_CFLAGS="$EXTRA_CFLAGS -fno-strict-aliasing"
%endif
export EXTRA_CFLAGS

(cd openjdk/common/autoconf
 bash ./autogen.sh
)

for suffix in %{build_loop} ; do
if [ "$suffix" = "%{debug_suffix}" ] ; then
debugbuild=%{debugbuild_parameter}
else
debugbuild=%{normalbuild_parameter}
fi

mkdir -p %{buildoutputdir $suffix}
pushd %{buildoutputdir $suffix}

bash ../../configure \
%ifnarch %{jit_arches}
    --with-jvm-variants=zero \
%endif
    --disable-zip-debug-info \
    --with-milestone="fcs" \
    --with-update-version=%{updatever} \
    --with-build-number=%{buildver} \
    --with-boot-jdk=/usr/lib/jvm/java-openjdk \
    --with-debug-level=$debugbuild \
    --enable-unlimited-crypto \
    --with-zlib=system \
    --with-libjpeg=system \
    --with-giflib=system \
    --with-libpng=system \
    --with-lcms=bundled \
    --with-stdc++lib=dynamic \
    --with-extra-cxxflags="$EXTRA_CPP_FLAGS" \
    --with-extra-cflags="$EXTRA_CFLAGS" \
    --with-extra-ldflags="%{ourldflags}" \
    --with-num-cores="$NUM_PROC"

cat spec.gmk
cat hotspot-spec.gmk

# The combination of FULL_DEBUG_SYMBOLS=0 and ALT_OBJCOPY=/does_not_exist
# disables FDS for all build configs and reverts to pre-FDS make logic.
# STRIP_POLICY=none says don't do any stripping. DEBUG_BINARIES=true says
# ignore all the other logic about which debug options and just do '-g'.

make \
    DEBUG_BINARIES=true \
    JAVAC_FLAGS=-g \
    STRIP_POLICY=no_strip \
    POST_STRIP_CMD="" \
    LOG=trace \
    SCTP_WERROR= \
    %{targets}

make zip-docs

# the build (erroneously) removes read permissions from some jars
# this is a regression in OpenJDK 7 (our compiler):
# http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1437
find images/%{j2sdkimage} -iname '*.jar' -exec chmod ugo+r {} \;
chmod ugo+r images/%{j2sdkimage}/lib/ct.sym

# remove redundant *diz and *debuginfo files
find images/%{j2sdkimage} -iname '*.diz' -exec rm {} \;
find images/%{j2sdkimage} -iname '*.debuginfo' -exec rm {} \;

popd >& /dev/null

# Install nss.cfg right away as we will be using the JRE above
export JAVA_HOME=$(pwd)/%{buildoutputdir $suffix}/images/%{j2sdkimage}

# Install nss.cfg right away as we will be using the JRE above
install -m 644 %{SOURCE11} $JAVA_HOME/jre/lib/security/

# Use system-wide tzdata
#rm $JAVA_HOME/jre/lib/tzdb.dat
#ln -s %{_datadir}/javazi/tzdb.dat $JAVA_HOME/jre/lib/tzdb.dat

#build cycles
done

%install
STRIP_KEEP_SYMTAB=libjvm*

for suffix in %{build_loop} ; do

pushd %{buildoutputdir  $suffix}/images/%{j2sdkimage}

#install jsa directories so we can owe them
mkdir -p %{buildroot}%{_jvmdir}/%{jredir $suffix}/lib/%{archinstall}/server/
mkdir -p %{buildroot}%{_jvmdir}/%{jredir $suffix}/lib/%{archinstall}/client/

  # Install main files.
  install -d -m 755 %{buildroot}%{_jvmdir}/%{sdkdir $suffix}
  cp -a bin include lib src.zip %{buildroot}%{_jvmdir}/%{sdkdir $suffix}
  install -d -m 755 %{buildroot}%{_jvmdir}/%{jredir $suffix}
  cp -a jre/bin jre/lib %{buildroot}%{_jvmdir}/%{jredir $suffix}

%if %{with systap}
  # Install systemtap support files.
  install -dm 755 %{buildroot}%{_jvmdir}/%{sdkdir $suffix}/tapset
  # note, that uniquesuffix  is in BUILD dir in this case
  cp -a $RPM_BUILD_DIR/%{uniquesuffix ""}/tapset$suffix/*.stp %{buildroot}%{_jvmdir}/%{sdkdir $suffix}/tapset/
  pushd %{buildroot}%{_jvmdir}/%{sdkdir $suffix}/tapset/
   tapsetFiles=`ls *.stp`
  popd
  install -d -m 755 %{buildroot}%{tapsetdir}
  pushd %{buildroot}%{tapsetdir}
    RELATIVE=$(%{abs2rel} %{_jvmdir}/%{sdkdir $suffix}/tapset %{tapsetdir})
    for name in $tapsetFiles ; do
      targetName=`echo $name | sed "s/.stp/$suffix.stp/"`
      ln -sf $RELATIVE/$name $targetName
    done
  popd
%endif

  # Install cacerts symlink.
  rm -f %{buildroot}%{_jvmdir}/%{jredir $suffix}/lib/security/cacerts
  pushd %{buildroot}%{_jvmdir}/%{jredir $suffix}/lib/security
    RELATIVE=$(%{abs2rel} %{_sysconfdir}/pki/java \
      %{_jvmdir}/%{jredir $suffix}/lib/security)
    ln -sf $RELATIVE/cacerts .
  popd

  # Install extension symlinks.
  install -d -m 755 %{buildroot}%{jvmjardir $suffix}
  pushd %{buildroot}%{jvmjardir $suffix}
    RELATIVE=$(%{abs2rel} %{_jvmdir}/%{jredir $suffix}/lib %{jvmjardir $suffix})
    ln -sf $RELATIVE/jsse.jar jsse-%{version}.jar
    ln -sf $RELATIVE/jce.jar jce-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-ldap-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-cos-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-rmi-%{version}.jar
    ln -sf $RELATIVE/rt.jar jaas-%{version}.jar
    ln -sf $RELATIVE/rt.jar jdbc-stdext-%{version}.jar
    ln -sf jdbc-stdext-%{version}.jar jdbc-stdext-3.0.jar
    ln -sf $RELATIVE/rt.jar sasl-%{version}.jar
    for jar in *-%{version}.jar
    do
      if [ x%{version} != x%{javaver} ]
      then
        ln -sf $jar $(echo $jar | sed "s|-%{version}.jar|-%{javaver}.jar|g")
      fi
      ln -sf $jar $(echo $jar | sed "s|-%{version}.jar|.jar|g")
    done
  popd

  # Install JCE policy symlinks.
  install -d -m 755 %{buildroot}%{_jvmprivdir}/%{uniquesuffix $suffix}/jce/vanilla

  # Install versioned symlinks.
  pushd %{buildroot}%{_jvmdir}
    ln -sf %{jredir $suffix} %{jrelnk $suffix}
  popd

  pushd %{buildroot}%{_jvmjardir}
    ln -sf %{sdkdir $suffix} %{jrelnk $suffix}
  popd

  # Remove javaws man page
  rm -f man/man1/javaws*

  # Install man pages.
  install -d -m 755 %{buildroot}%{_mandir}/man1
  for manpage in man/man1/*
  do
    # Convert man pages to UTF8 encoding.
    iconv -f ISO_8859-1 -t UTF8 $manpage -o $manpage.tmp
    mv -f $manpage.tmp $manpage
    install -m 644 -p $manpage %{buildroot}%{_mandir}/man1/$(basename \
      $manpage .1)-%{uniquesuffix $suffix}.1
  done

  # Install demos and samples.
  cp -a demo %{buildroot}%{_jvmdir}/%{sdkdir $suffix}
  mkdir -p sample/rmi
  if [ ! -e sample/rmi/java-rmi.cgi ] ; then 
    # hack to allow --short-circuit on install
    mv bin/java-rmi.cgi sample/rmi
  fi
  cp -a sample %{buildroot}%{_jvmdir}/%{sdkdir $suffix}

popd


# Install Javadoc documentation.
install -d -m 755 %{buildroot}%{_javadocdir}
cp -a %{buildoutputdir $suffix}/docs %{buildroot}%{_javadocdir}/%{uniquejavadocdir $suffix}
cp -a %{buildoutputdir $suffix}/bundles/jdk-%{javaver}_%{updatever}$suffix-%{buildver}-docs.zip %{buildroot}%{_javadocdir}/%{uniquejavadocdir $suffix}.zip

# Install icons and menu entries.
for s in 16 24 32 48 ; do
  install -D -p -m 644 \
    openjdk/jdk/src/solaris/classes/sun/awt/X11/java-icon${s}.png \
    %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/java-%{javaver}.png
done

# Install desktop files.
install -d -m 755 %{buildroot}%{_datadir}/{applications,pixmaps}
for e in jconsole$suffix policytool$suffix ; do
    desktop-file-install --vendor=%{uniquesuffix $suffix} --mode=644 \
        --dir=%{buildroot}%{_datadir}/applications $e.desktop
done

# Install /etc/.java/.systemPrefs/ directory
# See https://bugzilla.redhat.com/show_bug.cgi?id=741821
mkdir -p %{buildroot}%{_sysconfdir}/.java/.systemPrefs

# Find JRE directories.
find %{buildroot}%{_jvmdir}/%{jredir $suffix} -type d \
  | grep -v jre/lib/security \
  | sed 's|'%{buildroot}'|%dir |' \
  > %{name}.files-headless"$suffix"
# Find JRE files.
find %{buildroot}%{_jvmdir}/%{jredir $suffix} -type f -o -type l \
  | grep -v jre/lib/security \
  | sed 's|'%{buildroot}'||' \
  > %{name}.files.all"$suffix"
#split %%{name}.files to %%{name}.files-headless and %%{name}.files
#see https://bugzilla.redhat.com/show_bug.cgi?id=875408
NOT_HEADLESS=\
"%{_jvmdir}/%{uniquesuffix $suffix}/jre/lib/%{archinstall}/libjsoundalsa.so
%{_jvmdir}/%{uniquesuffix $suffix}/jre/lib/%{archinstall}/libpulse-java.so
%{_jvmdir}/%{uniquesuffix $suffix}/jre/lib/%{archinstall}/libsplashscreen.so
%{_jvmdir}/%{uniquesuffix $suffix}/jre/lib/%{archinstall}/libawt_xawt.so
%{_jvmdir}/%{uniquesuffix $suffix}/jre/lib/%{archinstall}/libjawt.so
%{_jvmdir}/%{uniquesuffix $suffix}/jre/bin/policytool"
#filter  %%{name}.files from  %%{name}.files.all to %%{name}.files-headless
ALL=`cat %{name}.files.all"$suffix"`
for file in $ALL ; do 
  INLCUDE="NO" ; 
  for blacklist in $NOT_HEADLESS ; do
#we can not match normally, because rpmbuild will evaluate !0 result as script failure
    q=`expr match "$file" "$blacklist"` || :
    l=`expr length  "$blacklist"` || :
    if [ $q -eq $l  ]; then 
      INLCUDE="YES" ; 
    fi;
done
if [ "x$INLCUDE" = "xNO"  ]; then 
    echo "$file" >> %{name}.files-headless"$suffix"
else
    echo "$file" >> %{name}.files"$suffix"
fi
done
# Find demo directories.
find %{buildroot}%{_jvmdir}/%{sdkdir $suffix}/demo \
  %{buildroot}%{_jvmdir}/%{sdkdir $suffix}/sample -type d \
  | sed 's|'%{buildroot}'|%dir |' \
  > %{name}-demo.files"$suffix"

# FIXME: remove SONAME entries from demo DSOs.  See
# https://bugzilla.redhat.com/show_bug.cgi?id=436497

# Find non-documentation demo files.
find %{buildroot}%{_jvmdir}/%{sdkdir $suffix}/demo \
  %{buildroot}%{_jvmdir}/%{sdkdir $suffix}/sample \
  -type f -o -type l | sort \
  | grep -v README \
  | sed 's|'%{buildroot}'||' \
  >> %{name}-demo.files"$suffix"
# Find documentation demo files.
find %{buildroot}%{_jvmdir}/%{sdkdir $suffix}/demo \
  %{buildroot}%{_jvmdir}/%{sdkdir $suffix}/sample \
  -type f -o -type l | sort \
  | grep README \
  | sed 's|'%{buildroot}'||' \
  | sed 's|^|%doc |' \
  >> %{name}-demo.files"$suffix"

# intentionally after the files generation, as it goes to separate package
# Create links which leads to separately installed java-atk-bridge and allow configuration
# links points to java-atk-wrapper - an dependence
  pushd %{buildroot}/%{_jvmdir}/%{jredir $suffix}/lib/%{archinstall}
    ln -s %{_libdir}/java-atk-wrapper/libatk-wrapper.so.0 libatk-wrapper.so
  popd
  pushd %{buildroot}/%{_jvmdir}/%{jredir $suffix}/lib/ext
     ln -s %{_libdir}/java-atk-wrapper/java-atk-wrapper.jar  java-atk-wrapper.jar
  popd
  pushd %{buildroot}/%{_jvmdir}/%{jredir $suffix}/lib/
    echo "#Config file to  enable java-atk-wrapper" > accessibility.properties
    echo "" >> accessibility.properties
    echo "assistive_technologies=org.GNOME.Accessibility.AtkWrapper" >> accessibility.properties
    echo "" >> accessibility.properties
  popd

bash %{SOURCE20} %{buildroot}/%{_jvmdir}/%{jredir $suffix} %{javaver}
# https://bugzilla.redhat.com/show_bug.cgi?id=1183793
touch -t 201401010000 %{buildroot}/%{_jvmdir}/%{jredir $suffix}/lib/security/java.security

# end, dual install
done

%if %{include_normal_build} 
# intentioanlly only for non-debug
%pretrans headless -p <lua>
-- see https://bugzilla.redhat.com/show_bug.cgi?id=1038092 for whole issue
-- see https://bugzilla.redhat.com/show_bug.cgi?id=1290388 for pretrans over pre
-- if copy-jdk-configs is in transaction, it installs in pretrans to temp
-- if copy_jdk_configs is in temp, then it means that copy-jdk-configs is in tranasction  and so is
-- preferred over one in %%{_libexecdir}. If it is not in transaction, then depends 
-- whether copy-jdk-configs is installed or not. If so, then configs are copied
-- (copy_jdk_configs from %%{_libexecdir} used) or not copied at all
local posix = require "posix"
local debug = false

SOURCE1 = "%{rpm_state_dir}/copy_jdk_configs.lua"
SOURCE2 = "%{_libexecdir}/copy_jdk_configs.lua"

local stat1 = posix.stat(SOURCE1, "type");
local stat2 = posix.stat(SOURCE2, "type");

  if (stat1 ~= nil) then
  if (debug) then
    print(SOURCE1 .." exists - copy-jdk-configs in transaction, using this one.")
  end;
  package.path = package.path .. ";" .. SOURCE1
else 
  if (stat2 ~= nil) then
  if (debug) then
    print(SOURCE2 .." exists - copy-jdk-configs alrady installed and NOT in transation. Using.")
  end;
  package.path = package.path .. ";" .. SOURCE2
  else
    if (debug) then
      print(SOURCE1 .." does NOT exists")
      print(SOURCE2 .." does NOT exists")
      print("No config files will be copied")
    end
  return
  end
end
-- run contetn of included file with fake args
arg = {"--currentjvm", "%{uniquesuffix %{nil}}", "--jvmdir", "%{_jvmdir %{nil}}", "--origname", "%{name}", "--origjavaver", "%{javaver}", "--arch", "%{_arch}"}
require "copy_jdk_configs.lua"

%post headless
%{post_headless %{nil}}


%postun headless
%{postun_headless %{nil}}

%post devel
%{post_devel %{nil}}

%postun devel
%{postun_devel %{nil}}

%post javadoc
%{post_javadoc %{nil}}

%postun javadoc
%{postun_javadoc %{nil}}

%post javadoc-zip
%{post_javadoc_zip %{nil}}

%postun javadoc-zip
%{postun_javadoc_zip %{nil}}
%endif

%if %{include_normal_build} 
%files -f %{name}.files
# main package builds always
%{files_jre %{nil}}
%else
%files
# placeholder
%endif


%if %{include_normal_build} 
%files headless  -f %{name}.files-headless
# important note, see https://bugzilla.redhat.com/show_bug.cgi?id=1038092 for whole issue 
# all config/norepalce files (and more) have to be declared in pretrans. See pretrans
%{files_jre_headless %{nil}}

%files devel
%{files_devel %{nil}}

%files demo -f %{name}-demo.files
%{files_demo %{nil}}

%files src
%{files_src %{nil}}

%files javadoc
%{files_javadoc %{nil}}

%files javadoc-zip
%{files_javadoc_zip %{nil}}

%files accessibility
%{files_accessibility %{nil}}
%endif

%if %{include_debug_build} 
%files debug -f %{name}.files-debug
%{files_jre %{debug_suffix_unquoted}}

%files headless-debug  -f %{name}.files-headless-debug
%{files_jre_headless %{debug_suffix_unquoted}}

%files devel-debug
%{files_devel %{debug_suffix_unquoted}}

%files demo-debug -f %{name}-demo.files-debug
%{files_demo %{debug_suffix_unquoted}}

%files src-debug
%{files_src %{debug_suffix_unquoted}}

%files javadoc-debug
%{files_javadoc %{debug_suffix_unquoted}}

%files javadoc-zip-debug
%{files_javadoc_zip %{debug_suffix_unquoted}}

%files accessibility-debug
%{files_accessibility %{debug_suffix_unquoted}}
%endif


%changelog

* Tue Jul 11 2017 keleg <vladimir.potapov@rosalab.ru> 1:1.8.0.131-1.b12.4
- (c9cccf0) up to jdk8u131-b12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22820 |14mu|java-atk-wrapper-0.32.90-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname java-atk-wrapper %{major}
%define develname %mklibname java-atk-wrapper -d

Name:       java-atk-wrapper
Version:    0.32.90
Release:    1
Summary:    Java ATK Wrapper
Group:      Development/Java
License:    LGPLv2+
URL:        http://git.gnome.org/browse/java-atk-wrapper
Source0:    http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.32/%{name}-%{version}.tar.xz
# explain how to use java-atk-wrapper with different java runtimes
Source1:    README.urpmi

BuildRequires:  java-devel

BuildRequires:  pkgconfig(atk)
BuildRequires:  pkgconfig(gconf-2.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(atk-bridge-2.0)
BuildRequires:  pkgconfig(atspi-2)
BuildRequires:  pkgconfig(gdk-3.0)
BuildRequires:  x11-tools

Requires:   java
Requires:   x11-tools

Requires:   %{libname} = %{EVRD}

%description
Java ATK Wrapper is a implementation of ATK by using JNI technic. It
converts Java Swing events into ATK events, and send these events to
ATK-Bridge.

JAW is part of the Bonobo deprecation project. It will replaces the
former java-access-bridge.
By talking to ATK-Bridge, it keeps itself from being affected by the
change of underlying communication mechanism.

%package -n %{libname}
Summary:        Libraries for %{name}
Group:          System/Libraries

%description -n %{libname}
This package contains libraries used by %{name}.

%package -n %{develname}
Summary:        Development files for %{name}
Group:          Development/GNOME and GTK+
Requires:       %{libname} = %{EVRD}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
export CFLAGS="%{optflags} -I/usr/include/atk-1.0 -I/usr/include/glib-2.0"
%configure2_5x
%make
cp %{SOURCE1} .

%install
%makeinstall_std

%files
%doc AUTHORS COPYING.LESSER NEWS README README.urpmi
%{_prefix}/lib/jvm/*/

%files -n %{libname}
%{_libdir}/libatk-wrapper.so.%{major}*

%files -n %{develname}
%{_libdir}/libatk-wrapper.so

%changelog

* Sat Mar 14 2015 Tigro <ashejn@yandex-team.ru> 0.32.90-1
- (d9d09bd) fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22821 |14mu|javacc-5.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           javacc
Version:        5.0
Release:        9
Summary:        A parser/scanner generator for java
License:        BSD
Source0:        https://javacc.dev.java.net/files/documents/17/142527/%{name}-%{version}src.tar.gz
Source1:        javacc.sh
Source2:        jjdoc
Source3:        jjtree
#Jar used for bootstrapping
Source4:        javacc.jar
URL:            https://javacc.dev.java.net/
Group:          Development/Java
Requires:       java, jpackage-utils >= 0:1.5
BuildRequires:  ant, ant-junit, junit >= 0:3.8.1
BuildRequires:  java-devel, jpackage-utils >= 0:1.5

BuildArch:      noarch

%description 
Java Compiler Compiler (JavaCC) is the most popular parser generator for use
with Java applications. A parser generator is a tool that reads a grammar
specification and converts it to a Java program that can recognize matches to
the grammar. In addition to the parser generator itself, JavaCC provides other
standard capabilities related to parser generation such as tree building (via
a tool called JJTree included with JavaCC), actions, debugging, etc.

%package manual
Summary:        Manual for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}

%description manual
Manual for %{name}.

%package demo
Summary:        Examples for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}

%description demo
Examples for %{name}.

%prep
%setup -q -n %{name}

# Remove binary information in the source tar
find . -name "*.jar" -exec rm {} \;
find . -name "*.class" -exec rm {} \;

find ./examples -type f -exec sed -i 's/\r//' {} \;

cp -p %{SOURCE4} bootstrap/javacc.jar

%build
# Use the bootstrap javacc.jar to generate some required
# source java files. After these source files are generated we
# remove the bootstrap jar and build the binary from source.
ant -f src/org/javacc/parser/build.xml parser-files
ant -f src/org/javacc/jjtree/build.xml tree-files
find . -name "*.jar" -exec rm {} \;
ant jar

%install
rm -fr %{buildroot}
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 bin/lib/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
install -d -m 755 %{buildroot}/%{_bindir}
install -pD -T -m 755 %{SOURCE1} %{buildroot}/%{_bindir}/javacc.sh
install -pD -T -m 755 %{SOURCE2} %{buildroot}/%{_bindir}/jjdoc
install -pD -T -m 755 %{SOURCE3} %{buildroot}/%{_bindir}/jjtree

install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}/%{_mavenpomdir}/JPP-%{name}.pom

%add_to_maven_depmap net.java.dev.javacc %{name} %{version} JPP %{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*.jar
%doc LICENSE README
%{_bindir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files manual
%doc www/*

%files demo
%doc examples

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.0-9
- (56b9946) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22822 |14mu|java-cup-11a-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with                bootstrap

%define section            free

Name:           java-cup
Version:        11a
Release:        24
Epoch:          1
Summary:        LALR Parser Generator in Java
License:        BSD-style
URL:            http://www2.cs.tum.edu/projects/cup/
# https://www2.in.tum.de/WebSVN/dl.php?repname=CUP&path=/develop/&rev=0&isdir=1
Source0:        develop.tar.bz2
Source1:        java-cup.script
Source2:        java-cup-generated-files.tar.bz2
Patch0:         java-cup-javadoc.patch
Patch1:         java-cup-no-classpath-in-manifest.patch
Patch2:         java-cup-no-cup-no-jflex.patch
Patch3:         java-cup-classpath.patch
# Missing symbolFactory initialization in lr_parser, causes sinjdoc to crash
Patch4:         java-cup-lr_parser-constructor.patch
BuildRequires:  ant
%if %without bootstrap
BuildRequires:  java-cup
BuildRequires:  jflex
%endif
BuildRequires:  java-rpmbuild
Group:          Development/Java
Buildarch:      noarch
Obsoletes:      java_cup < 1:11a
Provides:       java_cup = %{epoch}:%{version}-%{release}

%description
java-cup is a LALR Parser Generator in Java.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package manual
Summary:        Documentation for %{name}
Group:          Development/Java

%description manual
Documentation for %{name}.

%prep
%setup -q -n develop
%patch0 -p1
%patch1 -p1
%if %with bootstrap
%setup -q -T -D -a 2 -n develop
%patch2 -p1
%else
find . -name '*.jar' | %{_bindir}/xargs rm
%patch3 -p1
%endif
%patch4 -p1
perl -pi -e 's/1\.2/1\.4/g' build.xml
mkdir -p classes dist

%build
%if %with bootstrap
export CLASSPATH=
%else
export CLASSPATH=$(build-classpath java-cup jflex)
%endif
export OPT_JAR_LIST=
%ant
%ant javadoc

%install

# jar
mkdir -p %{buildroot}%{_javadir}
install -m 644 dist/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 644 dist/%{name}-%{version}-runtime.jar %{buildroot}%{_javadir}/%{name}-runtime-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} ${jar/-%{version}/}; done)
# compatibility symlinks
(cd %{buildroot}%{_javadir} && ln -s %{name}.jar java_cup.jar && ln -s %{name}-runtime.jar java_cup-runtime.jar)

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -s %{name}-%{version} %{name})

mkdir -p %{buildroot}%{_bindir}
install -m 755 %{SOURCE1} %{buildroot}%{_bindir}/java-cup

%files
%defattr(0644,root,root,0755)
%doc changelog.txt
%attr(0755,root,root) %{_bindir}/java-cup
%{_javadir}/*

%files manual
%defattr(0644,root,root,0755)
%doc manual.html

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:11a-24
- (115ae28) Rebuild with java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22823 |14mu|jaxen-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without     bootstrap
%define dom4jver   1.6.1

# We don't want to build with maven
%bcond_with        maven

# If you don't want the manual to be built, give rpmbuild option
# '--without manual'
%bcond_with        manual

Name:           jaxen
Version:        1.1.2
Release:        4
Epoch:          0
Summary:        An XPath engine written in Java
License:        BSD
Url:            http://jaxen.codehaus.org/
Group:          Development/Java
Source0:        http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.2.tar.gz
Source6:        http://prdownloads.sourceforge.net/dom4j/dom4j-%{dom4jver}.tar.gz
Source7:        build.xml
%if %with maven
Source1:        pom-maven2jpp-depcat.xsl
Source2:        pom-maven2jpp-newdepmap.xsl
Source3:        pom-maven2jpp-mapdeps.xsl
Source4:        jaxen-1.1-b7-jpp-depmap.xml

Source5:        jaxen-1.1-b7-build.xml
%endif
Patch0:         %{name}-notest.patch
%if %without bootstrap
Requires:       dom4j >= 0:1.6.1
%endif
Requires:       jdom >= 0:1.0-0.rc1.1jpp
Requires:       xalan-j2
Requires:       xerces-j2
Requires:       xom
BuildRequires:  ant >= 0:1.6, java-rpmbuild >= 0:1.6, junit, ant-junit
BuildRequires:  java-devel
%if %with maven
BuildRequires:  maven >= 0:1.1, saxon, saxon-scripts
BuildRequires:  maven-plugin-changes >= 0:1.1
BuildRequires:  maven-plugin-file-activity >= 0:1.1
BuildRequires:  maven-plugin-developer-activity >= 0:1.1
BuildRequires:  maven-plugin-license >= 0:1.1
BuildRequires:  maven-plugin-jdepend >= 0:1.1
BuildRequires:  maven-plugin-tasklist >= 0:1.1
%endif
%if %without bootstrap
BuildRequires:  dom4j >= 0:1.6.1
%endif
BuildRequires:  jdom >= 0:1.0-0.rc1.1jpp
BuildRequires:  xalan-j2
BuildRequires:  xerces-j2
BuildRequires:  xom
Provides:       jaxen-bootstrap <= %{version}-%{release}
Obsoletes:      jaxen-bootstrap <= %{version}-%{release}
BuildArch:      noarch
BuildRequires:  java-devel >= 0:1.4.2

%description
Jaxen is an XPath engine written in Java to work against a variety of XML
based object models such as DOM, dom4j and JDOM together with Java
Beans.

%if %with maven
%if %with manual
%package manual
Summary:        Documents for %{name}
Group:          Development/Java

%description manual
%{summary}.
%endif
%endif

%package demo
Summary:        Samples for %{name}
Group:          Development/Java
Requires:       jaxen = %{epoch}:%{version}-%{release}

%description demo
%{summary}.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
# If you dont want to build with maven, give rpmbuild option '--without
# maven'
# If you dont want the manual to be built, give rpmbuild option
# '--without manual'

%if %without bootstrap
%setup -q -a 7
%else
%setup -q -a 6
%patch0
%endif
%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t rm

%if %with maven
export DEPCAT=$(pwd)/jaxen-1.1-b7-depcat.new.xml
echo '<?xml version="1.0" standalone="yes"?>' > $DEPCAT
echo '<depset>' >> $DEPCAT
for p in $(find . -name project.xml); do
    pushd $(dirname $p)
    /usr/bin/saxon project.xml %{SOURCE1} >> $DEPCAT
    popd
done
echo >> $DEPCAT
echo '</depset>' >> $DEPCAT
/usr/bin/saxon $DEPCAT %{SOURCE2} > jaxen-1.1-b7-depmap.new.xml
%else
%if %without bootstrap
mkdir -p target/lib
pushd target/lib
build-jar-repository . dom4j-1.6.1.jar jdom-1.0.jar xom-1.0.jar
ln -s %{_javadir}/xerces-j2.jar xercesImpl-2.6.2.jar
popd
%endif
%endif

%build
%if %with maven
for p in $(find . -name project.xml); do
    pushd $(dirname $p)
    cp project.xml project.xml.orig
    /usr/bin/saxon -o project.xml project.xml.orig %{SOURCE3} map=%{SOURCE4}
    popd
done

mkdir .maven

%if %with manual
maven \
        -Dmaven.repo.remote=file:/usr/share/maven/repository \
        -Dmaven.home.local=$(pwd)/.maven \
        jar javadoc xdoc
%else
maven \
        -Dmaven.repo.remote=file:/usr/share/maven/repository \
        -Dmaven.home.local=$(pwd)/.maven \
        jar javadoc
%endif
%else
%if %with bootstrap
export CLASSPATH=$(build-classpath \
jdom \
xalan-j2 \
xerces-j2 \
xom \
)
pushd dom4j-%{dom4jver}/src/java
javac -sourcepath ../../../src/java/main:. \
        org/dom4j/Attribute.java \
        org/dom4j/Branch.java \
        org/dom4j/CDATA.java \
        org/dom4j/Comment.java \
        org/dom4j/Document.java \
        org/dom4j/DocumentException.java \
        org/dom4j/Element.java \
        org/dom4j/Namespace.java \
        org/dom4j/Node.java \
        org/dom4j/ProcessingInstruction.java \
        org/dom4j/Text.java \
        org/dom4j/io/SAXReader.java

%{jar} cf ../../dom4j.jar $(find . -name "*.class")
popd

export CLASSPATH=$(build-classpath \
jdom \
xalan-j2 \
xerces-j2 \
xom \
):`pwd`/dom4j-%{dom4jver}/dom4j.jar
%endif
%{ant} -Dnoget=true jar javadoc
%endif

%install

# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 target/%{name}-%{version}.jar \
%{buildroot}%{_javadir}/%{name}-%{version}.jar

(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do \
ln -sf ${jar} ${jar/-%{version}/}; done)

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
%if %with maven
cp -pr target/docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
rm -rf target/docs/apidocs
%else
cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%endif
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# manual
%if %with maven
%if %with manual
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
cp -pr target/docs/* %{buildroot}%{_docdir}/%{name}-%{version}
%endif
%endif

# demo
install -d -m 755 %{buildroot}%{_datadir}/%{name}-%{version}/samples
cp -pr src/java/samples/* %{buildroot}%{_datadir}/%{name}-%{version}/samples

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/*

%if %with maven
%if %with manual
%files manual
%defattr(0644,root,root,0755)
%doc %{_docdir}/%{name}-%{version}
%endif
%endif

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}-%{version}

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.1.2-4
- (da53fcc) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22824 |14mu|jdepend-2.9.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free
Name:           jdepend
Version:        2.9.1
Release:        2
Epoch:          0
Summary:        Java Design Quality Metrics
License:        BSD-style
Url:            http://www.clarkware.com/
Group:          Development/Java
Source0:        http://www.clarkware.com/software/jdepend-%{version}.zip
BuildRequires:  java-rpmbuild
BuildRequires:  ant
BuildArch:      noarch

%description
JDepend traverses a set of Java class and source file directories and
generates design quality metrics for each Java package. JDepend allows
you to automatically measure the quality of a design in terms of its
extensibility, reusability, and maintainability to effectively manage
and control package dependencies.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package demo
Summary:        Demos for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description demo
Demonstrations and samples for %{name}.

%prep
%setup -q
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
# fix strange permissions
find . -type d -exec chmod 755 {} \;

%build
%{ant} jar javadoc

%install

# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 dist/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done)
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a build/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
# demo
install -d -m 755 %{buildroot}%{_datadir}/%{name}
cp -pr sample %{buildroot}%{_datadir}/%{name}

# fix end-of-line
%{__perl} -pi -e 's/\r\n/\n/g' README LICENSE

for i in `find docs -type f`; do
    %{__perl} -pi -e 's/\r\n/\n/g' $i
done

for i in `find %{buildroot}%{_datadir}/%{name} -type f -name "*.java" -o -name "*.properties"`; do
    %{__perl} -pi -e 's/\r\n/\n/g' $i
done

for i in `find %{buildroot}%{_javadocdir} -type f -name "*.htm*" -o -name "*.css"`; do
    %{__perl} -pi -e 's/\r\n/\n/g' $i
done

%files
%defattr(0644,root,root,0755)
%doc README LICENSE docs
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%dir %{_javadocdir}/%{name}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%changelog
* Thu Nov 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:2.9.1-2
+ Revision: ea926a1
- Disable gcj support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22825 |14mu|jdom-1.1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           jdom
Version:        1.1.3
Release:	5
Epoch:          0
Summary:        Java alternative to DOM and SAX
License:        Apache License-like
URL:            http://www.jdom.org/
Group:          Development/Java
Source0:        http://jdom.org/dist/binary/archive/%{name}-%{version}.tar.gz
Patch0:         %{name}-crosslink.patch
Patch1:         %{name}-1.0-OSGiManifest.patch
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  java-javadoc
BuildRequires:	xalan-j2
BuildRequires:  ant
BuildRequires:	jaxen
BuildArch:      noarch
Requires:	xalan-j2

%description
JDOM is, quite simply, a Java representation of an XML document. JDOM
provides a way to represent that document for easy and efficient
reading, manipulation, and writing. It has a straightforward API, is a
lightweight and fast, and is optimized for the Java programmer. It's an
alternative to DOM and SAX, although it integrates well with both DOM
and SAX.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%package demo
Summary:        Demos for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description demo
Demonstrations and samples for %{name}.


%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p0
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
find . -name "*.class" -exec rm -f {} \;


%build
export CLASSPATH=$(build-classpath xml-commons-apis xalan-j2 jaxen)
sed -e 's|<property name="build.compiler".*||' build.xml > tempf; cp tempf build.xml; rm tempf
%ant -Dj2se.apidoc=%{_javadocdir}/java package javadoc-link


%install

# jars
mkdir -p %{buildroot}%{_javadir}
cp -p build/%{name}-1.1.2-snap.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# demo
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -pr samples %{buildroot}%{_datadir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc CHANGES.txt COMMITTERS.txt LICENSE.txt README.txt TODO.txt
%{_javadir}/%{name}*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}
%doc %{_javadocdir}/%{name}-%{version}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0:1.1.3-5
- (8032129) Updated to 1.1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22826 |14mu|jflex-1.4.3-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           jflex
Version:        1.4.3
Release:        23
Epoch:          0
Summary:        A Lexical Analyzer Generator for Java
License:        GPL
Group:          Development/Java
#Vendor:         JPackage Project
#Distribution:   JPackage
Source0:        http://www.jflex.de/jflex-1.4.3.tar.gz
Source1:        jflex.script
#Source2:        jflex-1.4.1-generated-files.tar.bz2
Patch0:         jflex-build_xml.patch
Patch1:         jflex-junit-incompatibility.patch
URL:            http://www.jflex.de/
Requires:       java_cup
Requires:       jpackage-utils
BuildRequires:  ant
BuildRequires:  java_cup
BuildRequires:  java-rpmbuild
BuildRequires:  junit
BuildArch:      noarch

%description
JFlex is a lexical analyzer generator for Java written in Java. It is 
also a rewrite of the very useful tool JLex which was developed by 
Elliot Berk at Princeton University. As Vern Paxson states for his C/C++ 
tool flex: they do not share any code though.

Design goals The main design goals of JFlex are:

    * Full unicode support
    * Fast generated scanners
    * Fast scanner generation
    * Convenient specification syntax
    * Platform independence
    * JLex compatibility

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
%patch0 -p0 -b .sav
%patch1 -p1 -b .sav

# Remove bundled stuff
find -name *.jar -delete
rm -rf jflex-1.4.3/src/java_cup

%{__sed} -i 's/\r//' COPYRIGHT
%{__sed} -i 's|includes="JFlex/\*\*,java_cup/\*\*,skeleton|includes="JFlex/\*\*,skeleton|g' src/build.xml

%build

pushd src
# intial build using the autogenerated sym.java LexParse.java and LexScan.java
# these are created by the jflex ant task which needs to be built first
CLASSPATH=%{_javadir}/junit.jar:%{_javadir}/java_cup.jar \
%ant jar-bootstrap
# now that the JFlex.jar has been build we can use jflex ant tasks
# removing the generated files and rebuilding using the JFlex.jar
CLASSPATH=%{_javadir}/junit.jar:%{_javadir}/java_cup.jar:../lib/JFlex.jar \
%ant genclean libclean jar

javadoc -sourcepath . -d ../api JFlex
popd

%install
# jar
mkdir -p %{buildroot}%{_javadir}
install -m 644 lib/JFlex.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -s ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
# compatibility symlink
(cd %{buildroot}%{_javadir} && ln -s jflex.jar JFlex.jar)
# javadoc
mkdir -p 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -s %{name}-%{version} %{name})

mkdir -p %{buildroot}%{_bindir}
install -m 755 %{SOURCE1} %{buildroot}%{_bindir}/jflex

perl -pi -e 's/\r$//g' examples/standalone/sample.inp

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ "$1" = "0" ]; then
    rm -f %{_javadocdir}/%{name}
fi

%files
%defattr(0644,root,root,0755)
%doc COPYRIGHT doc examples src/README src/changelog
%attr(0755,root,root) %{_bindir}/jflex
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/JFlex.jar

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%ghost %{_javadocdir}/%{name}

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.4.3-23
- (712667d) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22827 |14mu|jikes-1.23-0.20050308.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: 	Java source to bytecode compiler
Name: 		jikes
Version:	1.23
Release: 	0.20050308.8
License: 	IBM Public License
Group: 		Development/Java
Provides: 	guavac
Obsoletes: 	guavac
URL: 		http://ibm.com/developerworks/opensource/jikes/
Source0: 	http://oss.software.ibm.com/pub/jikes/%{version}/%{name}-cvs.tar.bz2

%description
The IBM Jikes compiler translates Java source files to bytecode. It
also supports incremental compilation and automatic makefile generation,
and is maintained by the Jikes Project:
  http://ibm.com/developerworks/opensource
  
%prep
%setup -q -n %{name}

%build
%configure2_5x --enable-source15
%make

%install
%makeinstall
rm -rf %{buildroot}%{_datadir}/doc

%clean

%files
%doc README AUTHORS ChangeLog NEWS TODO INSTALL
%doc doc/*.htm*
%doc %{_mandir}/man1/jikes.1*
%{_bindir}/jikes
%{_includedir}/jikesapi.h





%changelog

* Mon Nov 09 2015 Denis Silakov <dsilakov@gmail.com> 1.23-0.20050308.8
- (082bc22) Updated upstream URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22828 |14mu|jline-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	maven

Name:           jline
Version:        1.0
Release:        7
Summary:        Java library for reading and editing user input in console applications
License:        BSD
URL:            http://jline.sf.net/
Group:          Development/Java
Source0:        http://superb-east.dl.sourceforge.net/sourceforge/jline/jline-%{version}.zip
Source1:        CatalogManager.properties
Source2:        jline-build.xml
Requires:       /bin/sh
BuildRequires:  java-rpmbuild >= 0:1.7
%if %{with maven}
BuildRequires:  xml-commons-resolver
BuildRequires:  maven2
BuildRequires:  maven2-plugin-resources
BuildRequires:  maven2-plugin-compiler
BuildRequires:  maven-surefire-plugin
BuildRequires:  maven2-plugin-jar
BuildRequires:  maven2-plugin-install
BuildRequires:  maven2-plugin-site
BuildRequires:  maven2-plugin-assembly
BuildRequires:  maven2-plugin-javadoc
BuildRequires:  ant-apache-resolver
%else
BuildRequires:  ant
BuildRequires:  junit
%endif
BuildArch:      noarch

%description
JLine is a java library for reading and editing user input in console
applications. It features tab-completion, command history, password
masking, customizable keybindings, and pass-through handlers to use to
chain to other console applications.

%package        demo
Summary:        Demos for %{name}
Group:          Development/Java

%description    demo
Demonstrations and samples for %{name}.

# FIXME: the maven ant:ant generated build.xml file does not contain 
#        a javadoc task
%if %{with maven}
%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.
%endif

%prep
%setup -q
%remove_java_binaries

cp %{SOURCE2} src/build.xml

#%{__perl} -pi -e 's/^import com\.sun\.jmx\.snmp\.ThreadContext\;$//' src/src/main/java/jline/Terminal.java

%build
# Now done by Patch0 for documentation purposes
#perl -p -i -e 's|^.*<attribute name="Class-Path".*||' build.xml

# Use locally installed DTDs
export CLASSPATH=$(pwd)/build:$(pwd)/src/target/test-classes

cd src/

%if %{with maven}
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
mkdir -p $MAVEN_REPO_LOCAL

mvn-jpp \
        -e \
                -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
                -Dmaven.test.failure.ignore=true \
        install javadoc:javadoc
%else
mkdir -p $(pwd)/.m2/repository
build-jar-repository $(pwd)/.m2/repository junit
export CLASSPATH=$(pwd)/target/classes:$(pwd)/target/test-classes
%{ant} -Dbuild.sysclasspath="only" -Duser.home=$(pwd) 
%endif

%install
# jars
for jar in $(find -type f -name "*.jar"); do
	install -m644 $jar -D %{buildroot}%{_javadir}/%{name}-%{version}.jar
	jar -i %{buildroot}%{_javadir}/%{name}-%{version}.jar
done
%create_jar_links
chmod a+r %{buildroot}%{_javadir}/*jar

# the maven ant:ant task did not generate a build.xml file with a javadoc task
%if %{with maven}
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
for target in $(find -type d -name target); do
        install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}/`basename \`dirname $target\` | sed -e s:jline-::g`
        cp -pr $target/site/apidocs/* $jar %{buildroot}%{_javadocdir}/%{name}-%{version}/`basename \`dirname $target\` | sed -e s:jline-::g`
done
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} 
%endif

%files
%doc LICENSE.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%doc LICENSE.txt

%if %{with maven}

%files javadoc
%doc %{_javadocdir}/*
%endif

#FIXME: add javadoc support to generated build.xml


%changelog

* Sun Feb 07 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
- (c38c682) Do not require /bin/stty



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22829 |14mu|jmock1-1.2.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define maven_name jmock

Name:           jmock1
Version:        1.2.0
Release:        9
Summary:        Test Java code using mock objects

Group:          Development/Java
License:        Open Source
URL:            http://jmock.codehaus.org/
Source0:        jmock-1.2.0.tar.gz
# svn export http://svn.codehaus.org/jmock/tags/1.2.0/ jmock-1.2.0
Source1:        jmock-1.2.0.pom
Source2:        jmock-cglib-1.2.0.pom


Patch0:         jmock-1.2.0-AssertMo.patch
Patch1:         jmock-1.2.0-build_xml.patch
Patch2:		jmock-asm_rename.patch
Patch3:		jmock-1.2.0-cglib2.2-asm3.patch

BuildArch:      noarch
BuildRequires:	java-devel 
BuildRequires:  java-rpmbuild 
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit
BuildRequires:  junit >= 0:3.8.1
BuildRequires:  cglib
BuildRequires:  objectweb-asm
BuildRequires:  jaxp_parser_impl
Requires:  cglib
Requires:  objectweb-asm
Provides:	jmock = %{version}-%{release}

%description
jMock is a library for testing Java code using mock objects.
Mock objects help you design and test the interactions between the 
objects in your programs.
The jMock package:
* makes it quick and easy to define mock objects, so you don't break 
  the rhythm of programming.
* lets you define flexible constraints over object interactions, 
  reducing the brittleness of your tests.
* is easy to extend.


%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%package        demo
Summary:        Examples for %{name}
Group:          Development/Java

%description    demo
%{summary}.

%prep
%setup -q -n jmock-%{version}
%remove_java_binaries

%patch0 -p0 -b .sav
%patch1 -p0 -b .sav
%patch2 -p1
%patch3 -p1

%build
export OPT_JAR_LIST="ant/ant-junit junit"

export CLASSPATH=$(build-classpath cglib objectweb-asm):build/classes
CLASSPATH=build/classes:$CLASSPATH
%ant -Dbuild.sysclasspath=only package


%install

install -Dpm 644 build/jmock-core-%{version}.jar \
  %{buildroot}%{_javadir}/jmock-%{version}.jar
install -pm 644 build/jmock-cglib-%{version}.jar \
  %{buildroot}%{_javadir}/jmock-cglib-%{version}.jar
install -pm 644 build/jmock-tests-%{version}.jar \
  %{buildroot}%{_javadir}/jmock-tests-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

%add_to_maven_depmap %{maven_name} %{maven_name} %{version} JPP %{maven_name}
%add_to_maven_depmap %{maven_name} %{maven_name}-cglib %{version} JPP %{maven_name}-cglib

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 %{SOURCE1} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.%{maven_name}.pom
install -pm 644 %{SOURCE2} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.%{maven_name}-cglib.pom

#
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/javadoc-%{version}/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} 
#
install -dm 755 %{buildroot}%{_datadir}/%{name}-%{version}
cp -pr examples/* %{buildroot}%{_datadir}/%{name}-%{version}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE.txt overview.html
%{_javadir}/*.jar
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files demo
%doc %{_datadir}/%{name}-%{version}


%changelog

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 1.2.0-9
- (8f7fe9e) Drop gcj



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22830 |14mu|jogl-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Java bindings for the OpenGL API
Name:		jogl
Version:	1.1.1
Release:	1
Group:		Development/Java
License:	BSD
URL:		http://jogl.dev.java.net/
# svn co https://svn.java.net/svn/jogl~svn/branches/1.x-maint jogl-1.1.1
Source0:	%{name}-%{version}.tar.bz2
# match gluegen package
# svn co https://svn.java.net/svn/gluegen~svn/branches/1.0b06-maint gluegen-1.0b06
Source1:	gluegen-1.0b06.tar.bz2
Source2:	jogl.properties
Patch0:		%{name}-1.1.1-src-no-link-against-sun-java.patch
# http://pkgs.fedoraproject.org/gitweb/?p=gluegen.git;a=blob;f=fix-antlr-classpath.patch
Patch1:		fix-antlr-classpath.patch
BuildRequires:	ant
BuildRequires:	ant-antlr
BuildRequires:	antlr
BuildRequires:	jpackage-utils
BuildRequires:	mesa-common-devel
BuildRequires:	java-rpmbuild
BuildRequires:	unzip
BuildRequires:	update-alternatives
BuildRequires:	xml-commons-apis
BuildRequires:	cpptasks
BuildRequires:	pkgconfig(xt)
Requires:	java >= 1.5

%description 
The JOGL Project hosts a reference implementation of the Java bindings for
OpenGL API, and is designed to provide hardware-supported 3D graphics to
applications written in the Java programming language.

It is part of a suite of open-source technologies initiated bu the Game
Technology Group at Sun Microsystems.

JOGL provides full access to the APIs in the OpenGL 1.5 specification as
well as nearly all vendor extensions, and integrated with the AWT and Swing
widget sets.

%package javadoc
Summary:	Javadoc for jogl
Group:		Development/Java

%description javadoc
Javadoc for jogl.

%package manual
Summary:	User documetation for jogl
Group:		Development/Java

%description manual
Usermanual for jogl.


%prep
%setup -q -b 1
ln -sf gluegen-1.0b06 ../gluegen
pushd make
%patch0 -p0
popd
pushd ../gluegen-1.0b06
%patch1 -p1
popd

cp %{SOURCE2} make

%build
export OPT_JAR_LIST="antlr ant/antlr"
export CLASSPATH=$(build-classpath antlr ant/ant-antlr)

pushd make
perl -pi -e 's@/usr/X11R6/%{_lib}@%{_libdir}@g' build.xml

%ant \
    -Duser.home=%{_topdir}/SOURCES \
    -Dantlr.jar=$(build-classpath antlr) \
    all \
    javadoc.dev.x11

popd

%install

# jars
install -dm 755 %{buildroot}%{_javadir}
install -m 644 build/%{name}.jar \
	%{buildroot}%{_javadir}/%{name}-%{version}.jar
pushd %{buildroot}%{_javadir}
	for jar in *-%{version}*; do
		ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`
	done
popd

# native lib
install -dm 755 %{buildroot}%{_libdir}
install -m 644 build/obj/lib*.so \
	%{buildroot}%{_libdir}

# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr javadoc_jogl_dev/* \
	%{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # ghost symlink

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%files
%defattr(644,root,root,755)
%{_javadir}/*.jar
%attr(755,root,root) %{_libdir}/libjogl.so
%attr(755,root,root) %{_libdir}/libjogl_awt.so

%files javadoc
%doc %{_javadocdir}/%{name}-%{version}
%ghost %doc %{_javadocdir}/%{name}

%files manual
%doc doc/*

%changelog

* Thu May 12 2016 Denis Silakov <dsilakov@gmail.com> 1.1.1-1
- (0e8c037) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22831 |14mu|jovie-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KTTS - KDE Text-to-Speech
Name:		jovie
Version:	4.14.3
Release:	1
Epoch:		2
License:	LGPLv2
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	speech-dispatcher-devel
Obsoletes:	kdeaccessibility4-core < 2:4.5.71
Obsoletes:	kdeaccessibility4 < 2:4.5.71
Obsoletes:	kttsd < 2:4.5.71

%description
Jovie is a subsystem within the KDE desktop for
conversion of text to audible speech. Jovie is currently under development
and aims to become the standard subsystem for all KDE applications
to provide speech output.
User Features:
 * Speak any text from the KDE clipboard.
 * Speak any plain text file.
 * Speak all or any portion of a text file from Kate.
 * Speak all or any portion of an HTML page from Konqueror.
 * Use as the speech backend for KMouth and KSayIt.
 * Speak KDE notifications (KNotify).
 * Long text is parsed into sentences. User may backup by sentence or
    paragraph, replay, pause, and stop playing.
 * Audio output via GStreamer (version 0.8.7 or later)

%files
%doc %{_kde_docdir}/HTML/en/jovie
%{_kde_bindir}/jovie
%{_kde_applicationsdir}/jovieapp.desktop
%{_kde_libdir}/kde4/kcm_kttsd.so
%{_kde_libdir}/kde4/jovie_stringreplacerplugin.so
%{_kde_libdir}/kde4/jovie_talkerchooserplugin.so
%{_kde_libdir}/kde4/jovie_xmltransformerplugin.so
%{_kde_appsdir}/jovie
%{_kde_iconsdir}/*/*/actions/female.png
%{_kde_iconsdir}/*/*/actions/male.png
%{_kde_iconsdir}/*/*/actions/nospeak.png
%{_kde_iconsdir}/*/*/actions/speak.png
%{_kde_services}/jovie.desktop
%{_kde_services}/jovie_stringreplacerplugin.desktop
%{_kde_services}/jovie_talkerchooserplugin.desktop
%{_kde_services}/jovie_xmltransformerplugin.desktop
%{_kde_services}/kcmkttsd.desktop
%{_kde_services}/kttsd.desktop
%{_kde_servicetypes}/jovie_filterplugin.desktop

#-----------------------------------------------------------------------------

%define kttsd_major 4
%define libkttsd %mklibname kttsd %{kttsd_major}

%package -n %{libkttsd}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkttsd}
KDE 4 library.

%files -n %{libkttsd}
%{_kde_libdir}/libkttsd.so.%{kttsd_major}*

#---------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libkttsd} = %{EVRD}

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_libdir}/libkttsd.so

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: 9dc3d86
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22832 |14mu|jpackage-utils-1.7.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

# debug package is empty and rpmlint rejects build

%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define distver 1.7
%define section free

%define sdk_provider	openjdk

Name:           jpackage-utils
Version:        1.7.5
Release:        5
Epoch:          0
Summary:        JPackage utilities
License:        BSD-style
URL:            http://www.jpackage.org/
Source0:        %{name}-%{version}.tar.bz2
Source1:        classpath.security
Source2:        %{name}-README
Source3:        abs2rel.sh
Source4:        abs2rel.lua
Source10:	jpackage.generic.macros
Source11:	jpackage.override.mandriva.macros
Patch0:		java-functions-openjdk.patch
Patch1:         %{name}-enable-gcj-support.patch
Patch2:         %{name}-own-mavendirs.patch
Patch3:         %{name}-prefer-jre.patch
Patch4:         %{name}-set-classpath.patch

Group:          Development/Java
# (anssi 12/2007): No longer noarch as different JDK is used on x86(_64) than
# on other archs.
#BuildArch:      noarch
AutoReqProv:    no
Requires(post): rpm-helper

%description
Utilities for the JPackage Project:

* %{_bindir}/build-classpath
                                build the Java classpath in a portable manner
* %{_bindir}/build-jar-repository
                                build a jar repository in a portable manner
* %{_bindir}/rebuild-jar-repository
                                rebuild a jar repository in a portable manner
                                (after a jvm change...)
* %{_bindir}/build-classpath-directory
                                build the Java classpath from a directory
* %{_bindir}/diff-jars
                                show jar content differences
* %{_bindir}/jvmjar
                                install jvm extensions
* %{_bindir}/create-jar-links
                                create custom jar links
* %{_bindir}/clean-binary-files
                                remove binary files from sources
* %{_bindir}/check-binary-files
                                check for presence of unexpected binary files
* %{_datadir}/java-utils/java-functions
                                shell script functions library for Java
                                applications
* %{_sysconfdir}/java/jpackage-release
                                string identifying the currently installed
                                JPackage release
* %{_sysconfdir}/java/java.conf
                                system-wide Java configuration file
* %{_sysconfdir}/rpm/macros.d/jpackage.macros
                                RPM macros for Java packagers and developers
* %{_docdir}/%{name}/jpackage-policy
                                Java packaging policy for packagers and
                                developers

It also contains the license, man pages, documentation, XSL files of general
use with maven2, a header file for spec files etc.

%package -n java-rpmbuild
Summary:	Java SDK for building Mandriva java rpm packages
Group:		Development/Java
Requires:	java-devel-%{sdk_provider}
Requires:	jpackage-utils = %{version}

%description -n java-rpmbuild
Contains links that set up the default java SDK which is used for
building Mandriva rpm packages of java software.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
%{__perl} -pi -e 's/(^%%_[ml]*iconsdir)/#\1/g' misc/macros.jpackage
%{__perl} -pi -e 's/(^%%_menudir)/#\1/' misc/macros.jpackage
perl -pi -e 's|jre/sh|jre/bin|g' java-utils/java-functions 
cp %{SOURCE2} .

%build
echo "JPackage release %{distver} (%{distribution}) for %{_target_cpu}" \
 > etc/jpackage-release


%install
# Pull macros out of macros.jpackage and emulate them during install for
# smooth bootstrapping experience.
for dir in \
    jvmdir jvmjardir jvmprivdir \
    jvmlibdir jvmdatadir jvmsysconfdir \
    jvmcommonlibdir jvmcommondatadir jvmcommonsysconfdir \
    javadir jnidir javadocdir mavenpomdir \
    mavendepmapdir mavendepmapfragdir; do
  export _${dir}=$(rpm --eval $(grep -E "^%_${dir}\b" \
    misc/macros.jpackage | %{__awk} '{ print $2 }'))
done

install -dm 755 %{buildroot}${_jvmdir}
install -dm 755 %{buildroot}${_jvmjardir}
install -dm 755 %{buildroot}${_jvmprivdir}
install -dm 755 %{buildroot}${_jvmlibdir}
install -dm 755 %{buildroot}${_jvmdatadir}
install -dm 755 %{buildroot}${_jvmsysconfdir}
install -dm 755 %{buildroot}${_jvmcommonlibdir}
install -dm 755 %{buildroot}${_jvmcommondatadir}
install -dm 755 %{buildroot}${_jvmcommonsysconfdir}
install -dm 755 %{buildroot}${_javadir}
install -dm 755 %{buildroot}${_javadir}-utils
install -dm 755 %{buildroot}${_javadir}-ext
install -dm 755 %{buildroot}${_javadir}-{1.3.1,1.4.0,1.4.1,1.4.2}
install -dm 755 %{buildroot}${_javadir}-{1.5.0,1.6.0,1.7.0,1.8.0}
install -dm 755 %{buildroot}${_jnidir}
install -dm 755 %{buildroot}${_jnidir}-ext
install -dm 755 %{buildroot}${_jnidir}-{1.3.1,1.4.0,1.4.1,1.4.2}
install -dm 755 %{buildroot}${_jnidir}-{1.5.0,1.6.0,1.7.0,1.8.0}
install -dm 755 %{buildroot}${_javadocdir}
install -dm 755 %{buildroot}${_mavenpomdir}
install -dm 755 %{buildroot}${_mavendepmapfragdir}

pushd bin
for i in *; do
	install -pm 755 -D $i %{buildroot}%{_bindir}/$i
done
popd
install -m644 etc/font.properties -D %{buildroot}%{_sysconfdir}/java/font.properties

# Install abs2rel scripts
install -pm 755 %{SOURCE3}  %{buildroot}%{_javadir}-utils
install -pm 644 %{SOURCE4} %{buildroot}%{_javadir}-utils

# Create an initial (empty) depmap
echo -e "<dependencies>\\n" \
  > %{buildroot}${_mavendepmapdir}/maven2-depmap.xml
echo -e "</dependencies>\\n" \
  >> %{buildroot}${_mavendepmapdir}/maven2-depmap.xml

cat > etc/java.conf << EOF
# System-wide Java configuration file                                -*- sh -*-
#
# JPackage Project <http://www.jpackage.org/>

# Location of jar files on the system
JAVA_LIBDIR=${_javadir}

# Location of arch-specific jar files on the system
JNI_LIBDIR=${_jnidir}

# Root of all JVM installations
JVM_ROOT=${_jvmdir}

# You can define a system-wide JVM root here if you're not using the
# default one.
#
# If you have the a base JRE package installed
# (e.g. java-1.6.0-openjdk):
#JAVA_HOME=\$JVM_ROOT/jre
#
# If you have the a devel JDK package installed
# (e.g. java-1.6.0-openjdk-devel):
#JAVA_HOME=\$JVM_ROOT/java

# Options to pass to the java interpreter
JAVACMD_OPTS=
EOF

install -pm 644 etc/java.conf %{buildroot}%{_sysconfdir}/java/java.conf
install -pm 644 etc/jpackage-release -D %{buildroot}%{_sysconfdir}/java/jpackage-release
install -pm 644 java-utils/java-functions -D %{buildroot}${_javadir}-utils
install -m644 misc/macros.jpackage -D %{buildroot}%{_sysconfdir}/rpm/macros.d/jpackage.macros
install -m644 %{SOURCE10} -D %{buildroot}%{_sysconfdir}/rpm/macros.d/jpackage.generic.macros
install -m644 %{SOURCE11} -D %{buildroot}%{_sysconfdir}/rpm/macros.d/jpackage.override.mandriva.macros

mkdir -p %{buildroot}%{_mandir}/man1
install -pm 644 man/* %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}${_javadir}-utils/xml
install -pm 644 xml/* %{buildroot}${_javadir}-utils/xml

ln -s java-%{sdk_provider} %{buildroot}${_jvmdir}/java-rpmbuild
ln -s java-%{sdk_provider} %{buildroot}${_jvmjardir}/java-rpmbuild

## BEGIN GCJ/CLASSPATH SPECIFIC ##
mkdir -p %{buildroot}%{_libdir}/security
cp -a %{SOURCE1} %{buildroot}%{_libdir}/security/classpath.security.real

mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/rebuild-security-providers << EOF
#!/bin/sh
# Rebuild the list of security providers classpath.security

cat %{_libdir}/security/classpath.security \
  | grep -v "^security.provider." \
  > %{_libdir}/security/classpath.security.bak
mv -f %{_libdir}/security/classpath.security.bak \
  %{_libdir}/security/classpath.security

providers=\$(ls %{_sysconfdir}/java/security/security.d | sort \
  | awk -F- '{ print \$2 }')
count=0
for provider in \$providers
do
  case \$provider in
  *.rpmsave|*.rpmorig|*.rpmnew|*~|*.orig|*.bak)
  ;;
  *)
  count=\$((count + 1))
  echo "security.provider."\$count"="\$provider \
    >> %{_libdir}/security/classpath.security
  ;;
  esac
done
EOF

mkdir -p %{buildroot}%{_sysconfdir}/java/security/security.d
pushd  %{buildroot}%{_sysconfdir}/java/security/security.d
touch 1000-gnu.java.security.provider.Gnu
touch 1500-org.bouncycastle.jce.provider.BouncyCastleProvider
touch 2000-gnu.javax.crypto.jce.GnuCrypto
touch 3000-gnu.javax.crypto.jce.GnuSasl
touch 4000-gnu.javax.net.ssl.provider.Jessie
touch 5000-gnu.javax.security.auth.callback.GnuCallbacks
popd

mkdir -p %{buildroot}%{_libdir}
cat > %{buildroot}%{_libdir}/logging.properties.real << EOF
# Default logging properties.
# See javadoc in java.util.logging.LogManager to information on
# overriding these settings.  Most of the defaults are compiled in, so
# this file is fairly minimal.

# Send log records to System.err, default to OFF instead of INFO.
handlers = java.util.logging.ConsoleHandler
.level = OFF
EOF

mkdir -p %{buildroot}%{_javadir}/gcj-endorsed
## END GCJ/CLASSPATH SPECIFIC ##


cat <<EOF > %{name}-%{version}.files
%{_bindir}/*
%{_mandir}/man1/*
%dir %{_sysconfdir}/java
%dir ${_jvmdir}
%dir ${_jvmjardir}
%dir ${_jvmprivdir}
# %dir ${_jvmlibdir}
%dir ${_jvmdatadir}
%dir ${_jvmsysconfdir}
%dir ${_jvmcommonlibdir}
%dir ${_jvmcommondatadir}
%dir ${_jvmcommonsysconfdir}
%dir ${_javadir}
%dir ${_javadir}-*
%dir ${_jnidir}
%dir ${_jnidir}-*
%dir ${_javadocdir}
%dir %{_datadir}/maven2
%dir ${_mavenpomdir}
%dir ${_mavendepmapdir}
%dir ${_mavendepmapfragdir}
${_javadir}-utils/*
%config %{_sysconfdir}/java/jpackage-release
%config(noreplace) %{_sysconfdir}/java/java.conf
%config(noreplace) %{_sysconfdir}/java/font.properties
%{_sysconfdir}/rpm/macros.d/jpackage.*macros
%config(noreplace) ${_mavendepmapdir}/maven2-depmap.xml
%dir %{_libdir}/security
%{_libdir}/security/classpath.security.real
%dir %{_sysconfdir}/java/security
%dir %{_sysconfdir}/java/security/security.d
%{_sysconfdir}/java/security/security.d/*
%{_libdir}/logging.properties.real
%dir %{_javadir}/gcj-endorsed
EOF

cat <<EOF > java-rpmbuild-%{version}.files
${_jvmdir}/java-rpmbuild
${_jvmjardir}/java-rpmbuild
EOF

chmod 644 doc/* etc/httpd-javadoc.conf

%post
cp -af %{_libdir}/security/classpath.security.real %{_libdir}/security/classpath.security
cp -af %{_libdir}/logging.properties.real %{_libdir}/logging.properties
if [ -x %{_bindir}/rebuild-security-providers ]; then
  %{_bindir}/rebuild-security-providers
fi

%triggerin -- libgcj12-base
cp -af %{_libdir}/security/classpath.security.real %{_libdir}/security/classpath.security
cp -af %{_libdir}/logging.properties.real %{_libdir}/logging.properties

%triggerpostun -- libgcj12-base
cp -af %{_libdir}/security/classpath.security.real %{_libdir}/security/classpath.security
cp -af %{_libdir}/logging.properties.real %{_libdir}/logging.properties
# caused by triggerin:
rm -f %{_libdir}/security/classpath.security.rpmsave

%files -f %{name}-%{version}.files
%defattr(-,root,root,-)
%doc jpackage-utils-README LICENSE.txt HEADER.JPP doc/* etc/httpd-javadoc.conf

%files -n java-rpmbuild -f java-rpmbuild-%{version}.files

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.7.5-5
- (3808223) Add support for jaav 1.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22833 |14mu|jpilot-1.8.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define name_plugin %{name}_plugin
%define pilot_link_version 0.12.5

Summary:	Palm pilot desktop for Linux
Name:		jpilot
Version:	1.8.2
Release:	2
License:	GPLv2+
Group:		Communications
Url:		http://www.jpilot.org/
Source0:	http://jpilot.org/%{name}-%{version}.tar.gz
Patch2:		jpilot-0.99.1u-plugins-improvement.patch
Patch4:		jpilot-1.8.0-linkage.patch
Patch7:		jpilot-1.6.2-fix-desktop.patch

BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(pilot-link) >= %{pilot_link_version}
Requires:	jpilot-expense
Requires:	jpilot-keyring
Requires:	jpilot-synctime
Requires:	pilot-link >= %{pilot_link_version}

%description
J-Pilot is a desktop organizer application for Palm PDAs that runs
under Linux and UNIX.  It is similar in functionality to the one that
3Com distributes for a well known rampant legacy operating system.

%files -f %{name}.lang
%doc AUTHORS BUGS ChangeLog README TODO
%doc docs/manual.html docs/jpilot-*.png docs/jpilot-*.jpg
%{_bindir}/*
%{_datadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/*
%{_mandir}/man1/*
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins

#----------------------------------------------------------------------------

%package expense
Summary:	The expense plugin for jpilot
Group:		Communications

%description expense
J-Pilot is a desktop organizer application for Palm PDAs that runs
under Linux and UNIX.  It is similar in functionality to the one that
3Com distributes for a well known rampant legacy operating system.

This package contains the expense plugin for jpilot.

%files expense
%{_libdir}/%{name}/plugins/libexpense.so

#----------------------------------------------------------------------------

%package keyring
Summary:	The keyring plugin for jpilot
Group:		Communications

%description keyring
J-Pilot is a desktop organizer application for Palm PDAs that runs
under Linux and UNIX.  It is similar in functionality to the one that
3Com distributes for a well known rampant legacy operating system.

This package contains the keyring plugin for jpilot.

%files keyring
%{_libdir}/%{name}/plugins/libkeyring.so

#----------------------------------------------------------------------------

%package synctime
Summary:	The synctime plugin for jpilot
Group:		Communications

%description synctime
J-Pilot is a desktop organizer application for Palm PDAs that runs
under Linux and UNIX.  It is similar in functionality to the one that
3Com distributes for a well known rampant legacy operating system.

This package contains the synctime plugin for jpilot.

%files synctime
%{_libdir}/%{name}/plugins/libsynctime.so

#----------------------------------------------------------------------------

%package devel
Summary:	Header file needed for jpilot plugin development
Group:		Development/C
Provides:	%{name_plugin}-devel = %{EVRD}

%description devel
J-Pilot is a desktop organizer application for Palm PDAs that runs
under Linux and UNIX.  It is similar in functionality to the one that 
3Com distributes for a well known rampant legacy operating system.

The header files required for plugin development.

%files devel
%doc docs/plugin.html
%{_includedir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export ABILIB="%{_lib}"
%configure2_5x
%make

%install
%makeinstall_std

# copy empty/*.pdb in %{_datadir}/jpilot/
mkdir -p %{buildroot}%{_datadir}/jpilot
cp empty/*.pdb %{buildroot}%{_datadir}/jpilot/

# copy jpilotrc.* in %{_datadir}/jpilot/
cp jpilotrc.* %{buildroot}%{_datadir}/jpilot/

# clean documentation done by makefile itself.
rm -rf %{buildroot}/usr/doc

mkdir -p %{buildroot}/%{_includedir}
install -m 644 {libplugin,prefs}.h %{buildroot}%{_includedir}/

# use builtin icons and ImageMagick to do the conversion.
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -resize 16x16 icons/jpilot-icon1.xpm %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -resize 32x32 icons/jpilot-icon1.xpm %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -resize 48x48 icons/jpilot-icon1.xpm %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

desktop-file-install --vendor="" \
	--remove-key="Encoding" \
	--remove-category="Application" \
	--add-category="GTK" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

%find_lang %{name}


%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 1.8.2-2
- (321414c) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22834 |14mu|jpilot-Mail-0.1.7-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Mail plugin for JPilot
Name:		jpilot-Mail
Version:	0.1.7
Release:	13
License:	GPLv2 and GPLv2+
Group:		Communications
URL:		http://ludovic.rousseau.free.fr/softwares/jpilot-Mail/index.html
Source0:	http://ludovic.rousseau.free.fr/softwares/jpilot-Mail/%{name}-%{version}.tar.gz
Patch0:		jpilot-Mail-0.1.7-gcc4.patch
Patch1:		jpilot-Mail-0.1.7-libdir_fix.diff
Requires:	jpilot >= 0.99.6
BuildRequires:	gtk2-devel 
BuildRequires:	jpilot-devel >= 0.99.6
BuildRequires:	pilot-link-devel >= 0.12.0

%description
jpilot-Mail is a plugin for JPilot which enables you to deliver mail that was
written on your Palm and upload mail that you received to your Palm.

%prep

%setup -q
%patch0 -p1 -b .gcc4
%patch1 -p1 -b .libdir_fix

# To build on x86_64
sed -i "s|/usr/lib |%{_libdir} |g" configure*

%build
%configure2_5x --enable-gtk2
%make

%install
%makeinstall libdir=%{buildroot}%{_libdir}/jpilot/plugins datadir=%{buildroot}%{_docdir}/%{name}

%clean

%files
%doc doc/*.png doc/*.html
%doc ChangeLog README TODO
%{_libdir}/jpilot/plugins/libmail.so




%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.1.7-13
- (5f8ecb4) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22835 |14mu|jsch-0.1.54-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section   free

Name:           jsch
Version:        0.1.54
Release:        1
Epoch:          0
Summary:        Pure Java implementation of SSH2
Group:          Development/Java
License:        BSD-style
URL:            http://www.jcraft.com/jsch/
Source0:        http://downloads.sourceforge.net/sourceforge/jsch/jsch-%{version}.zip
# wget \
# http://download.eclipse.org/tools/orbit/downloads/drops/R20080611105805/bundles/com.jcraft.jsch_0.1.37.v200803061811.jar
# unzip com.jcraft.jsch_*.jar META-INF/MANIFEST.MF
# mv META-INF/MANIFEST.MF .
# sed -i "/^Name/d" MANIFEST.MF
# sed -i "/^SHA1/d" MANIFEST.MF
# dos2unix MANIFEST.MF
# sed -i "/^$/d" MANIFEST.MF
# unix2dos MANIFEST.MF
Source1:        MANIFEST.MF


BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  java-devel >= 1.4.2
BuildRequires:  jzlib >= 0:1.0.5
BuildRequires:  ant
BuildRequires:  zip

BuildArch:      noarch

Requires:       jzlib >= 0:1.0.5

%description
JSch allows you to connect to an sshd server and use port forwarding,
X11 forwarding, file transfer, etc., and you can integrate its
functionality into your own Java programs.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%package        demo
Summary:        Examples for %{name}
Group:          Development/Java

%description    demo
%{summary}.

%prep
%setup -q

%build
export CLASSPATH=$(build-classpath jzlib)
%{ant} dist javadoc

# inject the OSGi Manifest
mkdir META-INF
cp %{SOURCE1} META-INF
zip dist/lib/%{name}-*.jar META-INF/MANIFEST.MF

%install
# jars
install -Dpm 644 dist/lib/%{name}-*.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# examples
install -dm 755 %{buildroot}%{_datadir}/%{name}-%{version}
cp -pr examples/* %{buildroot}%{_datadir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_datadir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files demo
%defattr(0644,root,root,0755)
%doc %{_datadir}/%{name}-%{version}
%doc %{_datadir}/%{name}



%changelog

* Fri Sep 23 2016 Denis Silakov <dsilakov@gmail.com> 0:0.1.54-1
- (908183e) Updated to 0.1.54



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22836 |14mu|jsoncpp-1.6.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with docs

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	C++ JSON Library
Name:		jsoncpp
Version:	1.6.5
Release:	1
License:	Public Domain
Group:		System/Libraries
Url:		http://jsoncpp.sourceforge.net/
Source0:	https://github.com/open-source-parsers/jsoncpp/archive/%{name}-%{version}.zip
Patch0:		jsoncpp-1.6.5-autotools.patch
Patch1:		jsoncpp-1.6.5-disable-docs.patch
#To generate docs
%if %{with docs}
BuildRequires:	doxygen
BuildRequires:	graphviz
%endif

%description
JsonCpp is a simple API to manipulate JSON value, handle serialization 
and unserialization to string.

It can also preserve existing comment in unserialization/serialization steps,
making it a convenient format to store user input files.

Unserialization parsing is user friendly and provides precise error reports.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	JsonCpp library
Group:		System/Libraries

%description -n %{libname}
JsonCpp is a simple API to manipulate JSON value, handle serialization
and unserialization to string.

It can also preserve existing comment in unserialization/serialization steps,
making it a convenient format to store user input files.

Unserialization parsing is user friendly and provides precise error reports.

%files -n %{libname}
%doc NEWS.txt README.md
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Files for building applications with %{name} support.

%files -n %{devname}
%{_libdir}/lib%{name}.so
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/json/*.h
%if %{with docs}
%doc %{_defaultdocdir}/libjsoncpp/html/*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%if %{without docs}
%patch1 -p1
%endif

# make sure doxyfile.in can be processed by autoconf
sed -i -e 's/%/@/g' doc/doxyfile.in
touch README ChangeLog NEWS

%build
autoreconf -fi
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%changelog

* Wed Dec 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.5-1
- (1be0474) New version 1.6.5
- (1be0474) Use autotools instead of scons to build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22837 |14mu|json-glib-1.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libver 1.0
%define major 0

%define libname		%mklibname %{name} %{libver} %{major}
%define develname	%mklibname %{name} -d

Name:		json-glib
Version:	1.0.4
Release:	1
Summary:	Library for JavaScript Object Notation format
Group:		System/Libraries
License:	LGPLv2+
URL:		http://live.gnome.org/JsonGlib
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.0/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	gtk-doc
Requires:	%{libname} = %{version}-%{release}

%description
%{name} is a library providing serialization and deserialization support
for the JavaScript Object Notation (JSON) format.

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Provides:	lib%{name} = %{version}-%{release}

%description -n %{libname}
%{name} is a library providing serialization and deserialization support
for the JavaScript Object Notation (JSON) format.


%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
The %{develname} package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
%configure2_5x	--disable-static
%make 


%install
rm -rf %{buildroot}
%makeinstall_std

%find_lang %{name}-%{libver}

%check
%make check

%files -f %{name}-%{libver}.lang
%{_bindir}/*

%files -n %{libname}
%{_libdir}/lib%{name}-%{libver}.so.%{major}*
%_libdir/girepository-1.0/Json-%{libver}.typelib

%files -n %{develname}
%doc NEWS ChangeLog
%{_libdir}/lib%{name}-%{libver}.so
%{_libdir}/pkgconfig/%{name}-%{libver}.pc
%{_includedir}/%{name}-%{libver}/
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/%{name}/
%{_datadir}/gir-1.0/Json-%{libver}.gir

%changelog

* Tue Mar 17 2015 Tigro <ashejn@yandex-team.ru> 1.0.4-1
- (53b5cb0) drop man



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22838 |14mu|jtidy-1.0-0.1.r7dev.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        HTML syntax checker and pretty printer
Name:           jtidy
Version:        1.0
Release:        0.1.r7dev.2
Epoch:          2
License:        BSD-Style
URL:            http://jtidy.sourceforge.net/
Source0:        http://download.sf.net/jtidy/jtidy-04aug2000r7-dev.zip
Source1:        %{name}.jtidy.script
Patch0:         %{name}.noapis.patch
Requires:       jaxp_parser_impl
Requires:       xml-commons-jaxp-1.3-apis
Requires:       jpackage-utils
BuildRequires:  ant >= 0:1.6
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  xml-commons-jaxp-1.3-apis
Group:          Development/Java
BuildArch:      noarch

%description
JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty
printer. Like its non-Java cousin, JTidy can be used as a tool for
cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM
parser for real-world HTML.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%package scripts
Summary:        Utility scripts for %{name}
Group:          Development/Java
Requires:       jpackage-utils >= 0:1.5
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description scripts
Utility scripts for %{name}.

%prep
%setup -q -n %{name}-04aug2000r7-dev
%patch0 -p0
%remove_java_binaries
# correct silly permissions
chmod -R go=u-w *

%build
export CLASSPATH=$(build-classpath xml-commons-jaxp-1.3-apis)
%ant -Dant.build.javac.source=1.4 jar javadoc

%install

# jar
mkdir -p %{buildroot}%{_javadir}
cp -ap build/Tidy.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
# jar versioning
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do \
ln -s ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -ap doc/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && ln -s %{name}-%{version} %{name})

# shell script
mkdir -p %{buildroot}%{_bindir}
cp -ap %{SOURCE1} %{buildroot}%{_bindir}/%{name}

# ant.d
mkdir -p %{buildroot}%{_sysconfdir}/ant.d
cat > %{buildroot}%{_sysconfdir}/ant.d/%{name} << EOF
jtidy xml-commons-jaxp-1.3-apis
EOF

%files
%defattr(0644,root,root,0755)
%doc LICENSE NOTES doc/devel
%{_javadir}/*
%config(noreplace) %{_sysconfdir}/ant.d/%{name}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/*

%files scripts
%defattr(0755,root,root,0755)
%{_bindir}/*

%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:1.0-0.1.r7dev.2
- (09a5583) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22839 |14mu|juk-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A music player and manager for KDE
Name:		juk
Version:	4.14.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/multimedia/juk/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libtunepimp-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(taglib) >= 1.7
Requires:	kdebase4-runtime

%description
JuK is an audio jukebox application, supporting collections of MP3, Ogg
Vorbis, and FLAC audio files. It allows you to edit the "tags" of your
audio files, and manage your collection and playlists. It's main focus,
in fact, is on music management.

%files
%doc %{_kde_docdir}/HTML/en/juk
%{_kde_applicationsdir}/juk.desktop
%{_kde_appsdir}/juk
%{_kde_bindir}/juk
%{_kde_datadir}/appdata/juk.appdata.xml
%{_kde_iconsdir}/*/*/apps/juk.*
%{_kde_services}/ServiceMenus/jukservicemenu.desktop
%{_datadir}/dbus-1/interfaces/org.kde.juk.collection.xml
%{_datadir}/dbus-1/interfaces/org.kde.juk.player.xml
%{_datadir}/dbus-1/interfaces/org.kde.juk.search.xml

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: de3b2b0
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22840 |14mu|junit-3.8.2-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		junit
Version:	3.8.2
Release:	16
Summary:	Java regression test package
License:	CPL
Url:		http://www.junit.org/
Group:		Development/Java
Source0:	http://osdn.dl.sourceforge.net/junit/junit3.8.2.tar.bz2
Source1:	junit3.8.2-build.xml
Source2:	http://repo1.maven.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom
BuildRequires:	ant
BuildRequires:	java-rpmbuild >= 0:1.6
BuildRequires:	java-1.8.0-openjdk-devel
BuildArch:      noarch

%description
JUnit is a regression testing framework written by Erich Gamma and Kent
Beck. It is used by the developer who implements unit tests in Java.
JUnit is Open Source Software, released under the IBM Public License and
hosted on SourceForge.

%package manual
Group:		Development/Java
Summary:	Manual for %{name}

%description manual
Documentation for %{name}.

%package javadoc
Group:		Development/Java
Summary:	Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%package demo
Group:		Development/Java
Summary:	Demos for %{name}
Requires:	%{name} = %{version}-%{release}

%description demo
Demonstrations and samples for %{name}.

%prep
%setup -q -n %{name}%{version}
# extract sources
%{jar} xf src.jar
rm -f src.jar
cp %{SOURCE1} build.xml

%build
%ant dist

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 %{name}%{version}/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} ${jar/-%{version}/}; done)
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name} 	 
# pom 	 
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms 	 
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr %{name}%{version}/javadoc/* %{buildroot}%{_javadocdir}/%{name}
# demo
install -d -m 755 %{buildroot}%{_datadir}/%{name}/demo/junit
cp -pr %{name}%{version}/%{name}/* %{buildroot}%{_datadir}/%{name}/demo/junit

# fix end-of-line 	 
perl -pi -e 's/\r\n/\n/g' README.html

for i in `find %{name}%{version}/doc -type f -name "*.htm*"`; do
    perl -pi -e 's/\r\n/\n/g' $i
done 	 

for i in `find %{buildroot}%{_datadir}/%{name} -type f -name "*.java"`; do
    perl -pi -e 's/\r\n/\n/g' $i
done

install -d -m 755 %{buildroot}%{_docdir}/%{name}
cp -p README.html %{buildroot}%{_docdir}/%{name}
cp -par doc/* %{buildroot}%{_docdir}/%{name}

%clean

%post 	 
%update_maven_depmap 	 

%postun 	 
%update_maven_depmap 	 

%files
%{_javadir}/*
%doc %dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/README.html
%{_datadir}/maven2
%{_mavendepmapfragdir}
%if %{gcj_support}
%{_libdir}/gcj/%{name} 	 
%endif

%files manual
%doc %{_docdir}/%{name}
%exclude %{_docdir}/%{name}/README.html

%files javadoc
%{_javadocdir}/%{name}

%files demo
%{_datadir}/%{name}

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.8.2-16
- (132d1e3) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22841 |14mu|junit4-4.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           junit4
Version:        4.11
Release:        1
Summary:        Java regression test package
License:        CPL
URL:            http://www.junit.org/
Group:          Development/Java
# git clone --bare git://github.com/KentBeck/junit.git junit.git
# mkdir junit-4.8.2
# git --git-dir=junit.git --work-tree=junit-4.8.2 checkout r4.8.2
# tar cjf junit-4.8.2.tar.bz2 junit-4.8.2/
Source0:        junit-%{version}-clean.tar.gz
# Removing hamcrest source jar references (not available and/or necessary)
Patch0:         %{name}-no-hamcrest-src.patch
Patch1:		junit-r4.11-remove-InaccessibleBaseClassTest.patch
Requires(post): jpackage-utils >= 0:1.7.4
Requires(postun): jpackage-utils >= 0:1.7.4
Requires:       hamcrest
BuildRequires:  ant
BuildRequires:  jpackage-utils >= 0:1.7.4
BuildRequires:  java-1.8.0-devel
BuildRequires:  java-rpmbuild
BuildRequires:  hamcrest
BuildArch:      noarch

%description
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. 
It is used by the developer who implements unit tests in Java. JUnit is Open
Source Software, released under the Common Public License Version 1.0 and 
JUnit is Open Source Software, released under the IBM Public License and
hosted on SourceForge.

%package manual
Group:          Development/Java
Summary:        Manual for %{name}

%description manual
Documentation for %{name}.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Requires:       jpackage-utils

%description javadoc
Javadoc for %{name}.

%package demo
Group:          Development/Java
Summary:        Demos for %{name}
Requires:       %{name} = %{version}-%{release}

%description demo
Demonstrations and samples for %{name}.

%prep
%setup -q -n junit-r%{version}
%patch0 -p1
%patch1 -p1

cp build/maven/junit-pom-template.xml pom.xml

ln -s $(build-classpath hamcrest/core) lib/hamcrest-core-1.3.jar
perl -pi -e 's/\r$//g' stylesheet.css

%build
export CLASSPATH=/usr/share/java/hamcrest/core.jar
export OPT_JAR_LIST=:
%ant dist
#ant -Dant.build.javac.source=1.6 dist

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 junit%{version}-SNAPSHOT/junit-%{version}-SNAPSHOT.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
pushd %{buildroot}%{_javadir} 
ln -sf %{name}-%{version}.jar %{name}.jar
popd

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -m 644 pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP-%{name}.pom
%add_to_maven_depmap junit junit %{version} JPP %{name}

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr junit%{version}-SNAPSHOT/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# demo
install -d -m 755 %{buildroot}%{_datadir}/%{name}/demo/junit # Not using %%name for last part because it is 
                                                                # part of package name
cp -pr junit%{version}-SNAPSHOT/junit/* %{buildroot}%{_datadir}/%{name}/demo/junit

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc cpl-v10.html README.html
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_datadir}/maven2/*
%{_mavendepmapfragdir}/*

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%files manual
%defattr(0644,root,root,0755)
%doc junit%{version}-SNAPSHOT/doc/*


%changelog

* Thu Jun 18 2015 dsilakov <denis.silakov@rosalab.ru> 4.11-1
- (e8dbe9b) Merge pull request #1 from dsilakov/junit4:rosa2014.1
- (e8dbe9b) Updated to 4.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22842 |14mu|jython-2.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define cpython_version	%{py_ver}
%define	pyxml_version	0.8.4
%define	section		free

Name:		jython
Version:	2.2.1
Release:	6
Summary:	Java source interpreter
License:	Modified CNRI Open Source License
URL:		http://www.jython.org/
# svn export https://jython.svn.sourceforge.net/svnroot/jython/tags/Release_2_2_1/jython jython-2.2
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-cachedir.patch
Patch1:		%{name}-no-copy-python.patch
Patch2:		%{name}-nofullbuildpath.patch
Requires:	jline
Requires:	jpackage-utils >= 0:1.6
Requires:	jakarta-oro
Requires:	libreadline-java
Requires:	servlet6
BuildRequires:	java-rpmbuild
BuildRequires:	ant >= 0:1.6
BuildRequires:	ht2html
BuildRequires:	jline
BuildRequires:	libreadline-java
#BuildRequires:	mysql-connector-java
BuildRequires:	jakarta-oro
BuildRequires:	javacc
BuildRequires:	python
# FIXME: PyXML now seems to be shipped with jython
# FIXME: Keeping internal PyXML for now
#BuildRequires:	PyXML >= 0:%{pyxml_version}
BuildRequires:	servlet6
Group:		Development/Java
BuildArch:	noarch
BuildRequires:	java-devel

%description
Jython is an implementation of the high-level, dynamic, object-oriented
language Python seamlessly integrated with the Java platform. The
predecessor to Jython, JPython, is certified as 100% Pure Java. Jython is
freely available for both commercial and non-commercial use and is
distributed with source code. Jython is complementary to Java and is
especially suited for the following tasks: Embedded scripting - Java
programmers can add the Jython libraries to their system to allow end
users to write simple or complicated scripts that add functionality to the
application. Interactive experimentation - Jython provides an interactive
interpreter that can be used to interact with Java packages or with
running Java applications. This allows programmers to experiment and debug
any Java system using Jython. Rapid application development - Python
programs are typically 2-10X shorter than the equivalent Java program.
This translates directly to increased programmer productivity. The
seamless interaction between Python and Java allows developers to freely
mix the two languages both during development and in shipping products.

%package	demo
Summary:	Demo for %{name}
Requires:	%{name} = %{EVRD}
Group:		Development/Java

%description	demo
Demonstrations and samples for %{name}.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1 -b .nofullbuild~
# remove all binary libs
%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs rm
# remove all SVN files
#%{_bindir}/find . -type d -name .svn | %{_bindir}/xargs %{__rm} -r

%{__perl} -pi -e 's/execon/apply/g' build.xml
%{__perl} -pi -e 's/ if="full-build"//g' build.xml
export CLASSPATH=$(build-classpath mysql-connector-java oro tomcat-servlet-api)
# FIXME: fix jpackage-utils to handle multilib correctly
export CLASSPATH=$CLASSPATH:%{_libdir}/libreadline-java/libreadline-java.jar

rm -rf org/apache

perl -p -i -e 's|execon|apply|g' build.xml

ant \
  -Dpython.home=%{_bindir} \
  -Dht2html.dir=%{_datadir}/ht2html \
  -Dpython.lib=./CPythonLib \
  -Dpython.exe=%{_bindir}/python \
  -DPyXmlHome=%{_libdir}/python%{py_ver} \
  -Dtargetver=1.3 \
  copy-dist


# remove #! from python files
pushd dist
  for f in `find . -name '*.py'`
  do
    sed --in-place  "s:#!\s*/usr.*::" $f
  done
popd

%install
# jar
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 dist/%{name}.jar \
  %{buildroot}%{_javadir}/%{name}.jar

# data
install -d -m 755 %{buildroot}%{_datadir}/%{name}
# these are not supposed to be distributed

cp -pr dist/Lib %{buildroot}%{_datadir}/%{name}
cp -pr dist/Tools %{buildroot}%{_datadir}/%{name}
# demo
cp -pr dist/Demo %{buildroot}%{_datadir}/%{name}


# registry
install -m 644 registry %{buildroot}%{_datadir}/%{name}
# scripts
install -d %{buildroot}%{_bindir}

cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh
#
# %{name} script
# JPackage Project (http://jpackage.sourceforge.net)

# Source functions library
. %{_datadir}/java-utils/java-functions

# Source system prefs
if [ -f %{_sysconfdir}/%{name}.conf ] ; then
  . %{_sysconfdir}/%{name}.conf
fi

# Source user prefs
if [ -f \$HOME/.%{name}rc ] ; then
  . \$HOME/.%{name}rc
fi

# Arch-specific location of dependency
case \$(uname -m) in
   x86_64 | ia64 | s390x | ppc64 | sparc64 )
      JYTHONLIBDIR="/usr/lib64" ;;
   * )
      JYTHONLIBDIR="/usr/lib" ;;
esac

# Configuration
MAIN_CLASS=org.python.util.%{name}
BASE_FLAGS=-Dpython.home=%{_datadir}/%{name}
BASE_JARS="%{name} oro tomcat-servlet-api mysql-connector-java"

BASE_FLAGS="\$BASE_FLAGS -Dpython.console=org.python.util.ReadlineConsole"
BASE_FLAGS="\$BASE_FLAGS -Djava.library.path=\$JYTHONLIBDIR/libreadline-java"
BASE_FLAGS="\$BASE_FLAGS -Dpython.console.readlinelib=Editline"

# Set parameters
set_jvm
CLASSPATH=$CLASSPATH:\$JYTHONLIBDIR/libreadline-java/libreadline-java.jar
set_classpath \$BASE_JARS
set_flags \$BASE_FLAGS
set_options \$BASE_OPTIONS

# Let's start
run "\$@"
EOF

cat > %{buildroot}%{_bindir}/%{name}c << EOF
#!/bin/sh
#
# %{name}c script
# JPackage Project (http://jpackage.sourceforge.net)

%{_bindir}/%{name} %{_datadir}/%{name}/Tools/%{name}c/%{name}c.py "\$@"
EOF

%files
%doc ACKNOWLEDGMENTS NEWS LICENSE.txt README.txt
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0755,root,root) %{_bindir}/%{name}c
%{_javadir}/*
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/Lib
%attr(-,root,root) %{_datadir}/%{name}/Lib/*
%{_datadir}/%{name}/Tools
%{_datadir}/%{name}/registry

%files demo
%{_datadir}/%{name}/Demo

%changelog

* Wed Mar 16 2016 Denis Silakov <dsilakov@gmail.com> 2.2.1-6
- (1c4fb05) Updated to modern BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22843 |14mu|jzlib-1.0.7-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section   free

Name:           jzlib
Version:        1.0.7
Release:        17
Epoch:          0
Summary:        JZlib re-implementation of zlib in pure Java

Group:          Development/Java
License:        BSD-style
URL:            http://www.jcraft.com/jzlib/
Source0:        http://www.jcraft.com/jzlib/jzlib-%{version}.tar.bz2
Source1:        %{name}_build.xml

BuildArch:      noarch
BuildRequires:  java-rpmbuild >= 0:1.5.31, ant >= 0:1.5.4

%description
The zlib is designed to be a free, general-purpose, legally unencumbered 
-- that is, not covered by any patents -- lossless data-compression 
library for use on virtually any computer hardware and operating system. 
The zlib was written by Jean-loup Gailly (compression) and Mark Adler 
(decompression). 

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
%{summary}.

%package        demo
Summary:        Examples for %{name}
Group:          Development/Java

%description    demo
%{summary}.


%prep
%setup -q -n %{name}-%{version}
cp %{SOURCE1} build.xml
mkdir src
mv com src

%build
%ant dist javadoc 

%install
# jars
install -Dpm 644 dist/lib/%{name}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink

# examples
install -dm 755 %{buildroot}%{_datadir}/%{name}-%{version}
cp -pr example/* %{buildroot}%{_datadir}/%{name}-%{version}
ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/%{name} # ghost symlink

%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%post demo
rm -f %{_datadir}/%{name}
ln -s %{name}-%{version} %{_datadir}/%{name}


%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%ghost %doc %{_javadocdir}/%{name}

%files demo
%defattr(0644,root,root,0755)
%doc %{_datadir}/%{name}-%{version}
%ghost %doc %{_datadir}/%{name}

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.0.7-17
- (459e95e) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22844 |14mu|k3b-2.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

Summary:	CD-Burner for KDE4
Name:		k3b
Version:	2.0.3
Release:	2%{?extrarelsuffix}
Epoch:		4
License:	GPLv2+
Group:		Archiving/Cd burning
Url:		http://k3b.sourceforge.net/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{name}-%{version}a.tar.xz
Source1:	k3b-docbook-ru.tar.bz2
Patch0:		k3b-2.0.3-always-use-growisofs-for-dvd.patch
Patch1:		k3b-2.0.2-docbook-ru.patch
Patch2:		k3b-2.0.3-k3bsetup-desktop.patch
BuildRequires:	doxygen
BuildRequires:	kdelibs4-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	libkcddb-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(polkit-qt-1)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis)
%if %{build_plf}
BuildRequires:	liblame-devel
%else
BuildConflicts:	liblame-devel
%endif
Requires:	cdrecord
Requires:	mkisofs
Requires:	cdrdao
Requires:	sox
Requires:	vcdimager
Requires:	normalize
Requires:	dvd+rw-tools
Requires:	kdebase4-runtime
Suggests:	transсode

%description
K3b is CD-writing software which intends to be feature-rich and
provide an easily usable interface. Features include burning
audio CDs from .WAV and .MP3 audio files, configuring external
programs and configuring devices.

%if %{build_plf}
This package is in Restricted repository because it supports
mp3 encoding which is patent-protected.
%endif

%files -f %{name}.lang
%{_kde_bindir}/k3b
%{_kde_bindir}/k3bsetup
%{_kde_libdir}/kde4/kcm_k3bsetup.so
%{_kde_libdir}/kde4/kcm_k3boggvorbisencoder.so
%{_kde_libdir}/kde4/kio_videodvd.so
%{_kde_libdir}/kde4/k3bffmpegdecoder.so
%{_kde_libdir}/kde4/k3bflacdecoder.so
%{_kde_libdir}/kde4/k3bmaddecoder.so
%{_kde_libdir}/kde4/k3boggvorbisdecoder.so
%{_kde_libdir}/kde4/k3boggvorbisencoder.so
%{_kde_libdir}/kde4/k3bmpcdecoder.so
%{_kde_libdir}/kde4/k3blibsndfiledecoder.so
%{_kde_libdir}/kde4/k3baudiometainforenamerplugin.so
%{_kde_libdir}/kde4/k3baudioprojectcddbplugin.so
%{_kde_libdir}/kde4/k3bexternalencoder.so
%{_kde_libdir}/kde4/k3bsoxencoder.so
%{_kde_libdir}/kde4/k3bwavedecoder.so
%{_kde_libdir}/kde4/kcm_k3bexternalencoder.so
%{_kde_libdir}/kde4/kcm_k3bsoxencoder.so
%if %{build_plf}
%{_kde_libdir}/kde4/k3blameencoder.so
%{_kde_libdir}/kde4/kcm_k3blameencoder.so
%endif
%{_kde_datadir}/applications/kde4/k3b.desktop
%{_kde_datadir}/mime/packages/x-k3b.xml
%{_kde_appsdir}/k3b
%{_kde_appsdir}/konqsidebartng/virtual_folders/services/videodvd.desktop
%{_kde_appsdir}/solid/actions/*
%{_kde_datadir}/kde4/services/ServiceMenus/*.desktop
%{_kde_datadir}/kde4/services/*.desktop
%{_kde_datadir}/kde4/servicetypes/k3bplugin.desktop
%{_kde_datadir}/kde4/services/videodvd.protocol
%{_kde_iconsdir}/hicolor/*/apps/k3b.*
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.k3bsetup.conf
%{_kde_libdir}/kde4/libexec/k3bsetuphelper
%{_kde_datadir}/polkit-1/actions/org.kde.kcontrol.k3bsetup.policy
%{_kde_datadir}/dbus-1/system-services/org.kde.kcontrol.k3bsetup.service
%{_kde_datadir}/doc/HTML/*

#------------------------------------------------

%define libk3b_major 6
%define libk3b %mklibname k3blib %{libk3b_major}

%package -n %{libk3b}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libk3b}
KDE 4 core library.

%files -n %{libk3b}
%{_kde_libdir}/libk3blib.so.%{libk3b_major}*

#------------------------------------------------

%define libk3bdevice_major 6
%define libk3bdevice %mklibname k3bdevice %{libk3bdevice_major}

%package -n %{libk3bdevice}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libk3bdevice}
KDE 4 core library.

%files -n %{libk3bdevice}
%{_kde_libdir}/libk3bdevice.so.%{libk3bdevice_major}*

#------------------------------------------------

%package devel
Group:		Development/KDE and Qt
Summary:	Development libraries from %{name}
Requires:	%{libk3bdevice} = %{EVRD}
Requires:	%{libk3b} = %{EVRD}

%description devel
Development libraries from %{name}.

%files devel
%{_kde_includedir}/*.h
%{_kde_libdir}/libk3blib.so
%{_kde_libdir}/libk3bdevice.so

#------------------------------------------------

%prep
%setup -q -a1
%patch0 -p1 -b .dvd
%patch1 -p1 -b .docbook-ru
%patch2 -p1 -b .k3bsetup

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang --with-html k3b k3bsetup kio_videodvd libk3b libk3bdevice %{name}.lang

%changelog
* Thu Feb 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:2.0.3-2
+ Revision: 3108ede
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22845 |14mu|kaccessible-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kaccessible
Summary:	Accessibility services like focus tracking and a screenreader
Version:	4.14.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://www.kde.org/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	speech-dispatcher-devel
Obsoletes:	kdeaccessibility4-core < 2:4.8.0

%description
kaccessible implements a QAccessibleBridgePlugin to provide
accessibility services like focus tracking and a screenreader.

%files
%{_kde_libdir}/kde4/libexec/kaccessibleapp
%{_kde_libdir}/kde4/plugins/accessiblebridge/kaccessiblebridge.so
%{_datadir}/dbus-1/services/org.kde.kaccessible.service

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: e032b46
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22846 |14mu|kaccounts-integration-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Internet accounts integration module
Name:		kaccounts-integration
Version:	16.04.3
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5wallet-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	pkgconfig(accounts-qt5)
BuildRequires:	pkgconfig(libaccounts-glib)
BuildRequires:	pkgconfig(libsignon-qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	signon
Requires:	signon-ui
Requires:	signon-plugin-oauth2

%description
Plasma 5 Internet accounts integration module.

%files
%{_kde5_services}/kcm_kaccounts.desktop
%{_kde5_services}/kded/accounts.desktop
%{_qt5_plugindir}/kcm_kaccounts.so
%{_qt5_plugindir}/kded_accounts.so

#--------------------------------------------------------------------

%define qmlkaccounts %mklibname kaccounts-qml

%package -n %{qmlkaccounts}
Summary:	QML plugin for Plasma 5 Internet accounts integration module
Group:		System/Libraries
Provides:	kaccounts-qml = %{EVRD}

%description -n %{qmlkaccounts}
QML plugin for Plasma 5 Internet accounts integration module.

%files -n %{qmlkaccounts}
%dir %{_kde5_qmldir}/org/kde/kaccounts/
%{_kde5_qmldir}/org/kde/kaccounts/*

#----------------------------------------------------------------------------

%define kaccounts_major 1
%define libkaccounts %mklibname kaccounts %{kaccounts_major}

%package -n %{libkaccounts}
Summary:	Plasma 5 Internet accounts integration shared library
Group:		System/Libraries
Requires:	%{qmlkaccounts}

%description -n %{libkaccounts}
Plasma 5 Internet accounts integration shared library.

%files -n %{libkaccounts}
%{_kde5_libdir}/libkaccounts.so.%{kaccounts_major}
%{_kde5_libdir}/libkaccounts.so.%{version}

#----------------------------------------------------------------------------

%define devkaccounts %mklibname kaccounts -d

%package -n %{devkaccounts}
Summary:	Development files for Plasma 5 Internet accounts integration module
Group:		Development/KDE and Qt
Requires:	%{libkaccounts} = %{EVRD}
Requires:	intltool
Provides:	%{name}-devel = %{EVRD}
Provides:	kaccounts-devel = %{version}

%description -n %{devkaccounts}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkaccounts}
%{_kde5_includedir}/KAccounts
%{_kde5_libdir}/cmake/KAccounts
%{_kde5_libdir}/libkaccounts.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (bd5ca43) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22847 |14mu|kaccounts-providers-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Internet accounts providers module
Name:		kaccounts-providers
Version:	16.04.3
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	intltool
BuildRequires:	kaccounts-devel
BuildRequires:	kf5declarative-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5package-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Plasma 5 Internet accounts providers module.

%files
%{_kde5_datadir}/accounts/providers/kde/google.provider
%{_kde5_datadir}/accounts/providers/kde/owncloud.provider
%{_kde5_datadir}/accounts/providers/kde/twitter.provider
%dir %{_kde5_datadir}/kpackage/genericqml/org.kde.kaccounts.owncloud/
%{_kde5_datadir}/kpackage/genericqml/org.kde.kaccounts.owncloud/*
%{_kde5_sysconfdir}/signon-ui/webkit-options.d/accounts.google.com.conf
%{_kde5_sysconfdir}/signon-ui/webkit-options.d/api.twitter.com.conf
%{_kde5_sysconfdir}/signon-ui/webkit-options.d/identi.ca.conf
%{_kde5_sysconfdir}/signon-ui/webkit-options.d/www.facebook.com.conf
%{_qt5_plugindir}/kaccounts/ui/owncloud_plugin_kaccounts.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (994647d) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22848 |14mu|kactivities-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 user work in separate activities organization module
Name:		kactivities
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	boost-devel
BuildRequires:	kf5configwidgets-devel >= %{version}
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5kio-devel >= %{version}
BuildRequires:	kf5windowsystem-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 user work in separate activities organization module.

KActivities provides the infrastructure needed to manage a user's activites,
allowing them to switch between tasks, and for applications to update their
state to match the user's current activity. This includes a daemon, a library
for interacting with that daemon, and plugins for integration with other
frameworks.

#----------------------------------------------------------------------------

%define qmlkf5activities %mklibname kf5activities-qml

%package -n %{qmlkf5activities}
Summary:	QML plugin for KDE Frameworks 5 KActivities
Group:		System/Libraries
Provides:	kf5activities-qml = %{EVRD}

%description -n %{qmlkf5activities}
QML plugin for KDE Frameworks 5 KActivities.

%files -n %{qmlkf5activities}
%dir %{_kde5_qmldir}/org/kde/activities/
%{_kde5_qmldir}/org/kde/activities/*

#----------------------------------------------------------------------------

%define kf5activities_major 5
%define libkf5activities %mklibname kf5activities %{kf5activities_major}

%package -n %{libkf5activities}
Summary:	KDE Frameworks 5 separate activities shared library
Group:		System/Libraries
Requires:	%{qmlkf5activities}
Obsoletes:	kactivities-i18n < 5.20.0

%description -n %{libkf5activities}
KDE Frameworks 5 separate activities shared library.

%files -n %{libkf5activities}
%{_kde5_libdir}/libKF5Activities.so.%{kf5activities_major}*

#----------------------------------------------------------------------------

%define devkf5activities %mklibname kf5activities -d

%package -n %{devkf5activities}
Summary:	Development files for KDE Frameworks 5 separate activities module
Group:		Development/KDE and Qt
Requires:	%{libkf5activities} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5activities-devel = %{version}

%description -n %{devkf5activities}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5activities}
%{_kde5_includedir}/KF5/KActivities
%{_kde5_includedir}/KF5/kactivities_version.h
%{_kde5_libdir}/cmake/KF5Activities
%{_kde5_libdir}/pkgconfig/libKActivities.pc
%{_kde5_libdir}/libKF5Activities.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (53d77f2) New version 5.24.0

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.23.0-1
- (7b2fbc8) New version 5.23.0

* Wed Apr 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21.0-2
- (610d0ad) MassBuild#1022: Increase release tag

* Sun Apr 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21.0-1
- (7513f44) New version 5.21.0

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-3
- (1963438) MassBuild#1000: Increase release tag

* Thu Mar 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-2
- (1c6a56f) Obsolete i18n package

* Tue Mar 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-1
- (373a198) Major package rework (builds only library and QML parts now, other parts moved into individual packages)
- (Andrey Bondrov: 5a5eda4) New version 5.20.0

* Sat Feb 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.19.0-1
- (73e82c3) New version 5.19.0

* Tue Jan 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.18.0-1
- (94ffa7f) No longer requires kf5service-devel to build
- (Andrey Bondrov: b83846d) Update files and add new shared private library package libkactivitymanagerd_plugin
- (Andrey Bondrov: 38fc88b) Plugins are now versioned
- (Andrey Bondrov: 68f5038) New version 5.18.0

* Wed Dec 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.17.0-1
- (f6c2fbb) New version 5.17.0

* Wed Nov 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.16.0-2
- (b654ae4) Bump release

* Wed Nov 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.16.0-1
- (35d74e2) Adjust BuildRequires format
- (Andrey Bondrov: 10784a3) Build requires pkgconfig(Qt5QuickWidgets)
- (Andrey Bondrov: 89bb26d) New version 5.16.0

* Sun Oct 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.15.0-1
- (9f6df0c) New version 5.15.0

* Sat Sep 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.14.0-1
- (212d5d9) New version 5.14.0

* Wed Aug 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.13.0-1
- (02ea24e) New version 5.13.0

* Mon Jul 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.12.0-1
- (6c4b461) New version 5.12.0

* Mon Jun 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.11.0-1
- (a73c0c6) New version 5.11.0

* Sat May 09 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.10.0-1
- (c6fc9f3) New version 5.10.0

* Fri Apr 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.9.0-1
- (3f6e183) New version 5.9.0

* Wed Mar 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.8.0-1
- (3211d8a) New version 5.8.0

* Fri Mar 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-3
- (0c91d90) MassBuild#682: Increase release tag

* Thu Mar 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-2
- (400a884) Adjust devel package Provides and headers directory
- (400a884) Add Conflicts with KDE4 libkactivities package

* Wed Feb 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-1
- (18ab6f2) Add required KF5 version to BuildRequires
- (Andrey Bondrov: 20d5f8b) New version 5.7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22849 |14mu|kactivities-stats-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 activities usage statistics module
Name:		kactivities-stats
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	boost-devel
BuildRequires:	kf5activities-devel >= %{version}
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 activities usage statistics module.

#----------------------------------------------------------------------------

%define kf5activitiesstats_major 1
%define libkf5activitiesstats %mklibname kf5activitiesstats %{kf5activitiesstats_major}

%package -n %{libkf5activitiesstats}
Summary:	KDE Frameworks 5 activities usage statistics shared library
Group:		System/Libraries

%description -n %{libkf5activitiesstats}
KDE Frameworks 5 activities usage statistocs shared library.

%files -n %{libkf5activitiesstats}
%{_kde5_libdir}/libKF5ActivitiesStats.so.%{kf5activitiesstats_major}
%{_kde5_libdir}/libKF5ActivitiesStats.so.%{version}

#----------------------------------------------------------------------------

%define devkf5activitiesstats %mklibname kf5activitiesstats -d

%package -n %{devkf5activitiesstats}
Summary:	Development files for KDE Frameworks 5 activities usage statistics module
Group:		Development/KDE and Qt
Requires:	%{libkf5activitiesstats} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5activitiesstats-devel = %{version}

%description -n %{devkf5activitiesstats}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5activitiesstats}
%{_kde5_includedir}/KF5/KActivitiesStats
%{_kde5_includedir}/KF5/kactivitiesstats_version.h
%{_kde5_libdir}/cmake/KF5ActivitiesStats
%{_kde5_libdir}/pkgconfig/libKActivitiesStats.pc
%{_kde5_libdir}/libKF5ActivitiesStats.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (b5f80de) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22850 |14mu|kactivitymanagerd-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 user work in separate activities organization module
Name:		kactivitymanagerd
Version:	5.7.2
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
Patch0:		kactivities-5.18.0-soname.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	boost-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5globalaccel-devel
BuildRequires:	kf5guiaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Widgets)
# There are file conflicts with KDE4 package
Conflicts:	libkactivities
# This package was split from KF kactivities since KF 5.20
Conflicts:	kactivities < 5.20
Obsoletes:	kactivities < 5.20
Conflicts:	kactivities-i18n < 5.20

%description
Plasma 5 user work in separate activities organization module.

KActivities provides the infrastructure needed to manage a user's activites,
allowing them to switch between tasks, and for applications to update their
state to match the user's current activity. This includes a daemon, a library
for interacting with that daemon, and plugins for integration with other
frameworks.

%files -f kactivities5.lang
%{_kde5_bindir}/kactivitymanagerd
%{_kde5_services}/kactivitymanagerd.desktop
%{_kde5_servicetypes}/kactivitymanagerd-plugin.desktop
%{_qt5_plugindir}/kactivitymanagerd/*/*.so

#----------------------------------------------------------------------------

%define plugin_major 5
%define libkactivitymanagerd_plugin %mklibname kactivitymanagerd_plugin %{plugin_major}

%package -n %{libkactivitymanagerd_plugin}
Summary:	KDE Frameworks 5 separate activities shared library (private)
Group:		System/Libraries

%description -n %{libkactivitymanagerd_plugin}
KDE Frameworks 5 separate activities shared library (private).

%files -n %{libkactivitymanagerd_plugin}
%{_kde5_libdir}/libkactivitymanagerd_plugin.so.%{plugin_major}

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

# Private library
rm -f %{buildroot}%{_kde5_libdir}/libkactivitymanagerd_plugin.so

%find_lang kactivities5


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 1:5.7.2-1
- (a324c3f) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22851 |14mu|kajongg-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Majongg game for KDE
Name:		kajongg
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+ and LGPLv2+ and GFDL
Url:		http://www.kde.org/applications/games/kajongg/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	python-kde4
BuildRequires:	python-qt4
BuildRequires:	python-twisted-core
BuildRequires:	pkgconfig(sqlite3)
Requires:	python-kde4
Requires:	python-twisted-core
Requires:	qt4-database-plugin-sqlite
Requires:	kmahjongglib
# kajongg needed ogg123 @ runtime
Requires:	vorbis-tools
BuildArch:	noarch

%description
Kajongg is the ancient Chinese board game for 4 players.

Kajongg can be used in two different ways: Scoring a manual game where you play
as always and use Kajongg for the computation of scores and for bookkeeping. Or
you can use Kajongg to play against any combination of other human players or
computer players.

%files
%{_kde_bindir}/kajongg
%{_kde_bindir}/kajonggserver
%{_kde_applicationsdir}/kajongg.desktop
%{_kde_appsdir}/kajongg
%{_kde_docdir}/HTML/en/kajongg
%{_kde_iconsdir}/hicolor/*/*/*kajongg*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 7a359c1
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22852 |14mu|kalgebra-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without opengl

Summary:	MathML-based graph calculator
Name:		kalgebra
Version:	4.14.3
Release:	1
License:	GPLv2+ and LGPLv2+ and GFDL
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KAlgebra
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	libkdeedu-devel >= %{version}
BuildRequires:	readline-devel
BuildRequires:	analitza-devel
%if %{with opengl}
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
%endif
# add SHOULD_BUILD_OPENGL option, to be able to disable support
# on arm because plotter3d assumes qreal=double all over the place
Patch0:		kalgebra-4.13.2-opengl_optional.patch

%description
KAlgebra is a mathematical calculator based content markup MathML
language. Nowadays it is capable to make simple MathML operations
(arithmetic and logical) and representate 2D and 3D graphs. It is
actually not necessary to know MathML to use KAlgebra.

%files
%doc COPYING COPYING.LIB COPYING.DOC
%doc %{_kde_docdir}/HTML/en/kalgebra
%{_kde_bindir}/kalgebra
%{_kde_bindir}/kalgebramobile
%{_kde_applicationsdir}/kalgebra.desktop
%{_kde_applicationsdir}/kalgebramobile.desktop
%{_kde_appsdir}/katepart/syntax/kalgebra.xml
%{_kde_appsdir}/kalgebramobile
%{_kde_appsdir}/plasma/plasmoids/org.kde.graphsplasmoid
%{_kde_datadir}/appdata/kalgebra.appdata.xml
%{_kde_iconsdir}/*/*/apps/kalgebra.*
%{_kde_libdir}/kde4/plasma_applet_kalgebra.so
%{_kde_libdir}/kde4/imports/org/kde/analitza/
%{_kde_services}/kalgebra*.desktop
%{_kde_services}/graphsplasmoid.desktop

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .opengl_optional

%build
%cmake_kde4 \
%if %{with opengl}
	-DSHOULD_BUILD_OPENGL:BOOL=ON
%else
	-DSHOULD_BUILD_OPENGL:BOOL=OFF
%endif

%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: ce617f5
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22853 |14mu|kalzium-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Shows the periodic system of the elements
Name:		kalzium
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/kalzium
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
%ifnarch %{arm}
BuildRequires:	pkgconfig(avogadro)
%endif
BuildRequires:	pkgconfig(eigen2)
BuildRequires:	pkgconfig(eigen3)
BuildRequires:	pkgconfig(openbabel-2.0)
BuildRequires:	chemical-mime-data
BuildRequires:	facile
BuildRequires:	ocaml
Requires:	libkdeedu = %{version}
Requires:	openbabel
%ifnarch %{arm}
Requires:	avogadro
%endif
Requires:	chemical-mime-data
Requires:	ocaml
Conflicts:	cantor < 4.6.90
Conflicts:	kdeedu4-core < 4.6.90

%description
Kalzium is an application which will show you some information about the
periodic system of the elements. Therefore you could use it as an
information database.

%files
%doc COPYING COPYING.LIB COPYING.DOC
%doc %{_kde_docdir}/HTML/en/kalzium
%{_kde_applicationsdir}/kalzium.desktop
%{_kde_applicationsdir}/kalzium_cml.desktop
%{_kde_appsdir}/kalzium
%{_kde_appsdir}/libkdeedu/data/elements.xml
%{_kde_appsdir}/libkdeedu/data/isotopes.xml
%{_kde_appsdir}/libkdeedu/data/spectra.xml
%{_kde_appsdir}/libkdeedu/data/symbols.csv
%{_kde_appsdir}/libkdeedu/data/symbols2.csv
%{_kde_bindir}/kalzium
%{_kde_configdir}/kalzium.knsrc
%{_kde_datadir}/appdata/kalzium.appdata.xml
%{_kde_datadir}/config.kcfg/kalzium.kcfg
%{_kde_iconsdir}/hicolor/*/apps/kalzium.*
%{_kde_libdir}/kde4/concentrationCalculator.so
%{_kde_libdir}/kde4/gasCalculator.so
%{_kde_libdir}/kde4/nuclearCalculator.so
%{_kde_libdir}/kde4/plasma_applet_molmassCalculator.so
%{_kde_mandir}/man1/kalzium.1.*
%{_kde_services}/concentrationCalculator.desktop
%{_kde_services}/gasCalculator.desktop
%{_kde_services}/nuclearCalculator.desktop
%{_kde_services}/plasma-applet-Molmasscalculator.desktop

#-----------------------------------------------------------------------------

%package -n plasma-engine-kalzium
Summary:	plasma didyouknow Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description -n plasma-engine-kalzium
kalzium engine applet

%files -n plasma-engine-kalzium
%{_kde_libdir}/kde4/plasma_engine_kalzium.so
%{_kde_services}/plasma-dataengine-kalzium.desktop

#------------------------------------------------------------------------------

%package -n plasma-applet-didyouknow
Summary:	plasma didyouknow Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description -n plasma-applet-didyouknow
Plasma applet where you can answer questions

%files -n plasma-applet-didyouknow
%{_kde_libdir}/kde4/plasma_applet_didyouknow.so
%{_kde_services}/plasma_didyouknow.desktop
%{_kde_appsdir}/desktoptheme/default/widgets/chalkboard.svg

#------------------------------------------------------------------------------

%define compoundviewer_major 4
%define libcompoundviewer %mklibname compoundviewer %{compoundviewer_major}

%package -n %{libcompoundviewer}
Summary:	Kalzium runtime library
Group:		System/Libraries

%description -n %{libcompoundviewer}
Kalzium runtime library.

%files -n %{libcompoundviewer}
%{_kde_libdir}/libcompoundviewer.so.%{compoundviewer_major}*

#----------------------------------------------------------------------------

%define science_major 4
%define libscience %mklibname science %{science_major}

%package -n %{libscience}
Summary:	Runtime library for KDE Education Application
Group:		System/Libraries

%description -n %{libscience}
libscience is a library that provides classes for chemical data.This library is
mainly used by kalzium.

%files -n %{libscience}
%{_kde_libdir}/libscience.so.%{science_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	pkgconfig(eigen2)
Requires:	pkgconfig(eigen3)
Requires:	pkgconfig(openbabel-2.0)
Requires:	%{libcompoundviewer} = %{EVRD}
Requires:	%{libscience} = %{EVRD}
Conflicts:	kdeedu4-devel < 4.6.90

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_libdir}/libcompoundviewer.so
%{_includedir}/libkdeedu
%{_kde_libdir}/libscience.so

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: dbf6b6e
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22854 |14mu|kamera-4.14.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Kamera ioslave
Name:		kamera
Version:	4.14.3
Release:	2
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kamera-4.14.3-filesize-limit.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libgphoto2)

%description
Kamera ioslave.

%files
%doc COPYING COPYING.DOC
%doc %{_kde_docdir}/HTML/en/kcontrol/kamera
%{_kde_libdir}/kde4/kcm_kamera.so
%{_kde_libdir}/kde4/kio_kamera.so
%{_kde_services}/camera.protocol
%{_kde_services}/kamera.desktop
%{_kde_appsdir}/solid/actions/solid_camera.desktop

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Fri Dec 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-2
+ Revision: 910194a
- Add patch to fix 2GB file limit on download



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22855 |14mu|kamoso-2.0.2-7.20140902.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20140902

Summary:	Application to take pictures and videos out of your webcam
Name:		kamoso
Version:	2.0.2
Release:	7.%{git}.5
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://launchpad.net/kamoso
#Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
# git snapshot from 2014.09.02
Source0:	%{name}-9318857.tar.bz2
Patch0:		kamoso-2.0.2-fix-thumbnails.patch
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(QtGStreamer-1.0)
BuildRequires:	pkgconfig(libkipi)
Requires:	qt-gstreamer

%description
Kamoso is an application to take pictures and videos out of your webcam.

%files -f %{name}.lang
%doc %{_kde_docdir}/HTML/en/%{name}
%{_kde_bindir}/*
%{_kde_libdir}/kde4/*.so
%{_kde_applicationsdir}/kamoso.desktop
%{_kde_iconsdir}/hicolor/scalable/actions/kipiplugin_youtube.svgz
%{_kde_iconsdir}/hicolor/*/apps/kamoso.*
%{_kde_services}/*.desktop
%{_kde_servicetypes}/*.desktop

#--------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Keep only svg kipiplugin_youtube icons to avoid conflicts with purpose package
rm -rf %{buildroot}%{_kde_iconsdir}/hicolor/*/actions/kipiplugin_youtube.png

%find_lang %{name}

%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.2-7.20140902.5
- (93f2ccd) Keep only svg kipiplugin_youtube icons to avoid conflicts with purpose package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22856 |14mu|kanagram-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Word learning program
Name:		kanagram
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/kanagram
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	libkdeedu-devel >= %{version}
Requires:	libkdeedu = %{version}
Obsoletes:	%{_lib}kanagramengine4 < 4.14
Obsoletes:	kanagram-devel < 4.14

%description
Kanagram is a replacement for KMessedWords. Kanagram mixes up the letters
of a word (creating an anagram), and you have to guess what the mixed up
word is. Kanagram features several built-in word lists, hints, and a cheat
feature which reveals the original word. Kanagram also has a vocabulary
editor, so you can make your own vocabularies, and distribute them through
Kanagram's KNewStuff download service.

%files
%doc ChangeLog TODO COPYING COPYING.DOC
%doc %{_kde_docdir}/HTML/en/kanagram
%{_kde_applicationsdir}/kanagram.desktop
%{_kde_appsdir}/kanagram
%{_kde_appsdir}/plasma/packages/org.kde.kanagram
%{_kde_bindir}/kanagram
%{_kde_configdir}/kanagram.knsrc
%{_kde_datadir}/appdata/kanagram.appdata.xml
%{_kde_datadir}/config.kcfg/kanagram.kcfg
%{_kde_iconsdir}/*/*/apps/kanagram*

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 006269e
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22857 |14mu|kapidox-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 module for API documentation generation
Name:		kapidox
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
Url:		https://www.kde.org/
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(python)
Requires:	python-jinja2
Requires:	python-yaml
BuildArch:	noarch

%description
KDE Frameworks 5 module for API documentation generation.

%files
%{_kde5_bindir}/*
%{_kde5_mandir}/man1/depdiagram-generate.1*
%{_kde5_mandir}/man1/depdiagram-generate-all.1*
%{_kde5_mandir}/man1/depdiagram-prepare.1*
%dir %{py_sitedir}/kapidox/
%{py_sitedir}/kapidox/*
%{py_sitedir}/kapidox-*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (5a49a0d) Update files (upstream removed man pages for scripts that no longer exist)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22858 |14mu|kapman-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kapman
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	A Pac-Man clone
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/kapman/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Kapman is a clone of the well known game Pac-Man.

You must run through the maze to eat all pills without being captured by a
ghost. By eating an energizer, Kapman gets the ability to eat ghosts for a few
seconds. When a stage is cleared of pills and energizer the player is taken to
the next stage with slightly increased game speed.

%files
%{_kde_bindir}/kapman
%{_kde_applicationsdir}/kapman.desktop
%{_kde_appsdir}/kapman
%{_kde_docdir}/*/*/kapman
%{_kde_iconsdir}/hicolor/*/apps/kapman.*
%{_kde_datadir}/sounds/kapman

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 1436cd6
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22859 |14mu|kapptemplate-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Templates for KDE Application Development
Name:		kapptemplate
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KAppTemplate is a set of modular shell scripts that will create a framework for
any number of KDE application types. At its base level, it handles creation of
things like the automake/autoconf framework, lsm files, RPM spec files, and po
files. Then, there are individual modules that allow you to create a skeleton
KDE application, a KPart application, a KPart plugin, or even convert existing
source code to the KDE framework.

%files
%{_kde_bindir}/kapptemplate
%{_kde_applicationsdir}/kapptemplate.desktop
%{_kde_datadir}/config.kcfg/kapptemplate.kcfg
%{_kde_appsdir}/kdevappwizard
%{_kde_docdir}/*/*/kapptemplate
%{_kde_iconsdir}/hicolor/*/apps/kapptemplate.png

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 0454bb6
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22860 |14mu|karchive-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 module with various classes for compression and decompression
Name:		karchive
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	bzip2-devel
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(zlib)

%description
KDE Frameworks 5 module with various classes for compression and decompression.

KArchive provides classes for easy reading, creation and manipulation of
"archive" formats like ZIP and TAR.

It also provides transparent compression and decompression of data, like the
GZip format, via a subclass of QIODevice.

#----------------------------------------------------------------------------

%define kf5archive_major 5
%define libkf5archive %mklibname kf5archive %{kf5archive_major}

%package -n %{libkf5archive}
Summary:	KDE Frameworks 5 KArchive shared library
Group:		System/Libraries

%description -n %{libkf5archive}
KDE Frameworks 5 KArchive shared library.

%files -n %{libkf5archive}
%{_kde5_libdir}/libKF5Archive.so.%{kf5archive_major}*

#----------------------------------------------------------------------------

%define devkf5archive %mklibname kf5archive -d

%package -n %{devkf5archive}
Summary:	Development files for KDE Frameworks 5 KArchive
Group:		Development/KDE and Qt
Requires:	%{libkf5archive} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5archive-devel = %{version}

%description -n %{devkf5archive}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5archive}
%{_kde5_includedir}/KF5/KArchive
%{_kde5_includedir}/KF5/karchive_version.h
%{_kde5_libdir}/cmake/KF5Archive
%{_kde5_libdir}/libKF5Archive.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (8880cfe) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22861 |14mu|kate-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced text editor
Name:		kate
Version:	4.14.3
Release:	1
Epoch:		3
License:	GPLv2+ LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://kate-editor.org/
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Source1:	kwriteroot.desktop
Source10:	%{name}.rpmlintrc
BuildRequires:	python-sip
BuildRequires:	python-qt4
BuildRequires:	python-kde4
BuildRequires:	binutils-devel
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	libltdl-devel
BuildRequires:	python-kde4-devel
BuildRequires:	subversion-devel
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(QJson)
Requires:	konsole >= 1:%{version}
Requires:	katepart = %{EVRD}
Requires:	kate-extensions = %{EVRD}
Conflicts:	kdelibs4-core < 2:4.6.90
Obsoletes:	%{_lib}ktexteditor-codesnippets0 < 3:4.10.0

%description
A fast and advanced text editor with nice plugins for KDE 4.

%files
%doc COPYING.LIB AUTHORS README
%{_kde_bindir}/kate
%{_kde_libdir}/libkdeinit4_kate.so
%{_kde_libdir}/kde4/katebacktracebrowserplugin.so
%{_kde_libdir}/kde4/katefilebrowserplugin.so
%{_kde_libdir}/kde4/katefiletemplates.so
%{_kde_libdir}/kde4/kategdbplugin.so
%{_kde_libdir}/kde4/katekonsoleplugin.so
%{_kde_libdir}/kde4/katemailfilesplugin.so
%{_kde_libdir}/kde4/kateopenheaderplugin.so
%{_kde_libdir}/kde4/katereplicodeplugin.so
%{_kde_libdir}/kde4/katesearchplugin.so
%{_kde_libdir}/kde4/katesymbolviewerplugin.so
%{_kde_libdir}/kde4/katetabbarextensionplugin.so
%{_kde_libdir}/kde4/katetextfilterplugin.so
%{_kde_libdir}/kde4/plasma_applet_katesession.so
%{_kde_libdir}/kde4/katebuildplugin.so
%{_kde_libdir}/kde4/katectagsplugin.so
%{_kde_libdir}/kde4/kate_kttsd.so
%{_kde_libdir}/kde4/katexmlcheckplugin.so
%{_kde_libdir}/kde4/katetabifyplugin.so
%{_kde_libdir}/kde4/katexmltoolsplugin.so
%{_kde_libdir}/kde4/katecloseexceptplugin.so
%{_kde_libdir}/kde4/katefiletreeplugin.so
%{_kde_libdir}/kde4/katesqlplugin.so
%{_kde_libdir}/kde4/katepateplugin.so
%{_kde_libdir}/kde4/kateprojectplugin.so
%{_kde_libdir}/kde4/katesnippetsplugin.so
%{_kde_applicationsdir}/kate.desktop
%{_kde_appsdir}/kate
%{_kde_appsdir}/katexmltools
%{_kde_appsdir}/kconf_update/kate-2.4.upd
%{_kde_iconsdir}/hicolor/*/apps/*.*
%{_kde_iconsdir}/hicolor/*/actions/debug-kategdb.*
%exclude %{_kde_iconsdir}/hicolor/scalable/apps/ktexteditorautobrace.svgz
%{_kde_services}/katebacktracebrowserplugin.desktop
%{_kde_services}/katefilebrowserplugin.desktop
%{_kde_services}/katefiletemplates.desktop
%{_kde_services}/kategdbplugin.desktop
%{_kde_services}/katekonsoleplugin.desktop
%{_kde_services}/katemailfilesplugin.desktop
%{_kde_services}/kateopenheader.desktop
%{_kde_services}/katesearch.desktop
%{_kde_services}/katesymbolviewer.desktop
%{_kde_services}/katetabbarextension.desktop
%{_kde_services}/katetextfilter.desktop
%{_kde_services}/plasma-applet-katesession.desktop
%{_kde_services}/katebuildplugin.desktop
%{_kde_services}/katectagsplugin.desktop
%{_kde_services}/kate_kttsd.desktop
%{_kde_services}/katexmlcheck.desktop
%{_kde_services}/katetabifyplugin.desktop
%{_kde_services}/katexmltools.desktop
%{_kde_services}/katesql.desktop
%{_kde_services}/katecloseexceptplugin.desktop
%{_kde_services}/katefiletreeplugin.desktop
%{_kde_services}/katepate_*.desktop
%{_kde_services}/kateprojectplugin.desktop
%{_kde_services}/katereplicodeplugin.desktop
%{_kde_services}/katesnippetsplugin.desktop
%{_kde_services}/pate.desktop
%{_kde_servicetypes}/kateplugin.desktop
%{_kde_servicetypes}/katepythonplugin.desktop
%{_kde_mandir}/man1/kate.1.*
%{_kde_docdir}/*/*/kate

#-----------------------------------------------------------------------------

%package -n python-kate
Summary:	Python interface to the Kate text editor
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description -n python-kate
Python interface to the Kate text editor.

%files -n python-kate
%{py_platsitedir}/PyKate4

#-----------------------------------------------------------------------------

%package -n katepart
Summary:	Kate KPart
Group:		Graphical desktop/KDE
Conflicts:	kdelibs4-core < 2:4.6.90
Conflicts:	kate < 3:4.10.5-2

%description -n katepart
This package contains the Kate KPart component.

%files -n katepart
%{_kde_libdir}/kde4/katepart.so
%{_kde_appsdir}/katepart
%{_kde_configdir}/katemoderc
%{_kde_configdir}/katerc
%{_kde_configdir}/kateschemarc
%{_kde_configdir}/katesyntaxhighlightingrc
%{_kde_configdir}/ktexteditor_codesnippets_core.knsrc
%{_kde_services}/katepart.desktop

#-----------------------------------------------------------------------------

%package -n kwrite
Summary:	Simple text editor for KDE 4
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	katepart = %{EVRD}
Suggests:	kate-extensions

%description -n kwrite
KWrite is a text editor for KDE, based on the Kate's editor component.
Features :
    Syntax highlighting according to the file type
    Word completion
    Auto-identation
    Plugin support
    Vi input mode

%files -n kwrite
%{_kde_bindir}/kwrite
%{_kde_libdir}/libkdeinit4_kwrite.so
%{_kde_applicationsdir}/kwrite.desktop
%{_kde_applicationsdir}/kwriteroot.desktop
%{_kde_appsdir}/kwrite
%{_kde_docdir}/*/*/kwrite

#------------------------------------------------------------------------------

%package -n ktexteditor
Summary:	Ktexteditor
Group:		Graphical desktop/KDE
Obsoletes:	kate-extensions < %{EVRD}
Provides:	kate-extensions = %{EVRD}

%description -n ktexteditor
Ktexteditor package.

%files -n ktexteditor
%{_kde_libdir}/kde4/ktexteditor_autobrace.so
%{_kde_libdir}/kde4/ktexteditor_exporter.so
%{_kde_libdir}/kde4/ktexteditor_hlselection.so
%{_kde_libdir}/kde4/ktexteditor_iconinserter.so
%{_kde_libdir}/kde4/ktexteditor_insertfile.so
%{_kde_libdir}/kde4/ktexteditor_lumen.so
%{_kde_appsdir}/ktexteditor_exporter
%{_kde_appsdir}/ktexteditor_iconinserter
%{_kde_appsdir}/ktexteditor_insertfile
%{_kde_services}/ktexteditor_autobrace.desktop
%{_kde_services}/ktexteditor_autobrace_config.desktop
%{_kde_services}/ktexteditor_exporter.desktop
%{_kde_services}/ktexteditor_hlselection.desktop
%{_kde_services}/ktexteditor_iconinserter.desktop
%{_kde_services}/ktexteditor_insertfile.desktop
%{_kde_services}/ktexteditor_lumen.desktop
%{_kde_iconsdir}/hicolor/scalable/apps/ktexteditorautobrace.svgz

#------------------------------------------------------------------------------

%define kateinterfaces_major 4
%define libkateinterfaces %mklibname kateinterfaces %{kateinterfaces_major}

%package -n %{libkateinterfaces}
Summary:	Runtime library for Kate
Group:		System/Libraries

%description -n %{libkateinterfaces}
Runtime library for Kate.

%files -n %{libkateinterfaces}
%{_kde_libdir}/libkateinterfaces.so.%{kateinterfaces_major}*

#------------------------------------------------------------------------------

%define libkatepartinterfaces_major 4
%define libkatepartinterfaces %mklibname katepartinterfaces %{libkatepartinterfaces_major}

%package -n %{libkatepartinterfaces}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkatepartinterfaces}
Runtime library for Kate.

%files -n %{libkatepartinterfaces}
%{_kde_libdir}/libkatepartinterfaces.so.%{libkatepartinterfaces_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Header files for kate
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	pkgconfig(hunspell)
Requires:	pkgconfig(libxslt)
Requires:	subversion-devel
Requires:	binutils-devel
Requires:	boost-devel
Requires:	libltdl-devel
Requires:	antlr-tool
Requires:	antlr-C++
Requires:	%{libkateinterfaces} = %{EVRD}
Requires:	%{libkatepartinterfaces} = %{EVRD}
Conflicts:	kdesdk4-devel < 1:4.6.90
Conflicts:	kdelibs4-devel < 2:4.6.90

%description  devel
This package includes the header files you will need to compile applications
against kate.

%files devel
%{_kde_includedir}/*
%{_kde_libdir}/libkateinterfaces.so
%{_kde_libdir}/libkatepartinterfaces.so

#---------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

install -m 0644 %{SOURCE1} %{buildroot}%{_kde_applicationsdir}/kwriteroot.desktop


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: ae3ffe4
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22862 |14mu|katomic-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		katomic
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Build complex atoms with a minimal amount of moves
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=katomic
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KAtomic is a fun educational game built around molecular geometry.
It employs simplistic two-dimensional looks at different chemical elements.

%files
%{_kde_bindir}/katomic
%{_kde_applicationsdir}/katomic.desktop
%{_kde_docdir}/*/*/katomic
%{_kde_iconsdir}/hicolor/*/apps/katomic.png
%{_kde_appsdir}/katomic
%{_kde_configdir}/katomic.knsrc
%{_kde_appsdir}/kconf_update/katomic-levelset-upd.pl
%{_kde_appsdir}/kconf_update/katomic-levelset.upd

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: e8a0443
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22863 |14mu|kauth-5.24.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 policy and authentication module
Name:		kauth
Version:	5.24.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
Patch0:		kauth-5.3.0-compile.patch
Patch1:		kauth-5.24.0-CVE-2017-8422.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kcoreaddons-devel >= %{version}
BuildRequires:	pkgconfig(polkit-qt5-1)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 policy and authentication module.

KAuth provides a convenient, system-integrated way to offload actions that need
to be performed as a privileged user (root, for example) to small (hopefully
secure) helper utilities.

%files
%{_kde5_datadir}/kf5/kauth/*.stub
%{_kde5_libexecdir}/kauth/kauth-policy-gen
%{_qt5_plugindir}/kauth/backend/kauth_backend_plugin.so
%{_qt5_plugindir}/kauth/helper/kauth_helper_plugin.so
%{_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf

#----------------------------------------------------------------------------

%package i18n
Summary:	KAuth translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KAuth translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5auth_major 5
%define libkf5auth %mklibname kf5auth %{kf5auth_major}

%package -n %{libkf5auth}
Summary:	KDE Frameworks 5 policy and authentication shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5auth}
KDE Frameworks 5 policy and authentication shared library.

%files -n %{libkf5auth}
%{_kde5_libdir}/libKF5Auth.so.%{kf5auth_major}*

#----------------------------------------------------------------------------

%define devkf5auth %mklibname kf5auth -d

%package -n %{devkf5auth}
Summary:	Development files for KDE Frameworks 5 policy and authentication module
Group:		Development/KDE and Qt
Requires:	%{libkf5auth} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5auth-devel = %{version}

%description -n %{devkf5auth}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5auth}
%{_kde5_includedir}/KF5/KAuth
%{_kde5_includedir}/KF5/kauth_version.h
%{_kde5_libdir}/cmake/KF5Auth
%{_kde5_libdir}/libKF5Auth.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde5 -DKAUTH_BACKEND=PolkitQt5-1
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Thu May 18 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-2
- (644029d) Add patch to fix CVE-2017-8422



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22864 |14mu|kbd-1.15.3-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kbddir /usr/lib/kbd
%define mdv_keymaps_ver 20081113

Name:   	kbd
Version:	1.15.3
Release:	13
Summary:	Keyboard and console utilities for Linux
License:	GPL
Group:  	Terminals
URL:    	ftp://ftp.kernel.org/pub/linux/utils/kbd/
Source0:	ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2
Source2:	ucwfonts.tar.bz2
Source3:	ftp://ftp.linux-france.org/pub/macintosh/kbd-mac-fr-4.1.tar.gz
Source4:	kbd-latsun-fonts.tar.bz2
Source5:	kbd-mdv-keymaps-%{mdv_keymaps_ver}.tar.bz2
# mandriva keyboard updates
Patch0: 	kbd-1.15-mandriva.patch
# tilde with twosuperior in french keyboard
Patch1: 	kbd-1.15-tilde_twosuperior_french_kbd.patch
# some modifications to cover PPC using Linux keycodes
Patch2: 	kbd-1.12-ppc_using_linux_keycodes.patch
# thai support, I tried to convert it from console-tools package
# (support added by Pablo), see these patches as reference:
# http://linux.thai.net/~thep/th-console/console-tools/console-tools-thai_ksym.patch
# http://linux.thai.net/~thep/th-console/console-data/console-data-thai_orig-1999.08.29.patch
# (note: thai_ksym patch not needed anymore, it's merged in kbd)
Patch4: 	kbd-1.12-data_thai.patch
# avoid kbd scheme for loadkeys, we use unicode_start in configure_keyboard.sh
Patch5: 	kbd-1.14.1-unicode_start_no_loadkeys.patch
# (fc) remove unneeded calls in unicode_stop
Patch6:		kbd-1.15-remove-unneeded-calls.patch
# (fc) allow to wait for VT switch in userland (Novell bug #540482) (Gentoo)
Patch7:		kbd-1.12-chvt-userwait.patch
# (tpg) fix es translation, probably will be dropped on next release
Patch8:		kbd-1.15.3-fix-es-translation.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gcc
BuildRequires:	gettext-devel
BuildRequires:	glibc-devel
BuildRequires:	make
Conflicts:	initscripts <= 8.54-2mdv2008.0
Conflicts:	util-linux < 2.13
Obsoletes:	console-tools <= 0.2.3-64
Obsoletes:	libconsole0 <= 0.2.3-64
Obsoletes:	libconsole0-devel <= 0.2.3-64
Obsoletes:	libconsole0-static-devel <= 0.2.3-64
Obsoletes:	lib64console0 <= 0.2.3-64
Obsoletes:	lib64console0-devel <= 0.2.3-64
Obsoletes:	lib64console0-static-devel <= 0.2.3-64

%description
This package contains utilities to load console fonts and keyboard maps.
It also includes a number of different fonts and keyboard maps.

%prep
%setup -q -a 2
%patch0 -p1
%patch1 -p1
%ifarch ppc ppc64
%patch2 -p1
%endif
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1

mkdir mac_frnew; cd mac_frnew
tar -zxf %{SOURCE3}
gunzip mac-fr-ext_new.kmap.gz
mv mac-fr-ext_new.kmap ../data/keymaps/mac/all/mac-fr-ext_new.map
cd ..; rm -rf mac_frnew

tar -jxf %{SOURCE4}

pushd data
tar -jxf %{SOURCE5}
cp keymaps/i386/include/delete.inc keymaps/i386/include/delete.map
popd

%build
%configure2_5x	\
	--datadir=%{kbddir} \
	--mandir=%{_mandir} \
	--enable-nls \
	--localedir=%{_datadir}/locale \
	--enable-optional-progs \
	--disable-rpath

%make

%install
%makeinstall_std \
	localedir=%{_datadir}/locale

# keep some keymap/consolefonts compatibility with console-tools
ln -s fr-latin9.map.gz \
	%{buildroot}%{kbddir}/keymaps/i386/azerty/fr-latin0.map.gz
ln -s us-acentos.map.gz \
	%{buildroot}%{kbddir}/keymaps/i386/qwerty/us-intl.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-br-abnt2.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-gr.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-no-latin1.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-cz-us-qwertz.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-hu.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-Pl02.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-ru1.map.gz
ln -s mac-us.map.gz \
	%{buildroot}%{kbddir}/keymaps/mac/all/mac-jp106.map.gz
ln -s iso07u-16.psfu.gz \
	%{buildroot}%{kbddir}/consolefonts/iso07.f16.psfu.gz
ln -s lat5-16.psfu.gz \
	%{buildroot}%{kbddir}/consolefonts/lat5u-16.psfu.gz
# Define default console font
ln -s LatGrkCyr-8x16.psfu.gz \
	%{buildroot}%{kbddir}/consolefonts/default.psfu.gz

# Our initscripts/drakx-kbd-mouse-x11 may want to load these directly as
# they were like this when using console-tools (GRP_TOGGLE), so we do
# this to keep compatibility (#32284)
for toggle_file in alt_shift_toggle caps_toggle ctrl_alt_toggle \
                   ctrl_shift_toggle lwin_toggle menu_toggle \
                   rwin_toggle toggle
do
	cp %{buildroot}%{kbddir}/keymaps/i386/include/$toggle_file.inc \
	   %{buildroot}%{kbddir}/keymaps/i386/include/$toggle_file.map
	gzip %{buildroot}%{kbddir}/keymaps/i386/include/$toggle_file.map
done

# some scripts expects setfont, unicode_{start,stop} and loadkeys inside /bin
mkdir -p %{buildroot}/bin
mv %{buildroot}/%{_bindir}/unicode_{start,stop} %{buildroot}/bin
ln -s ../../bin/unicode_start %{buildroot}/%{_bindir}/unicode_start
ln -s ../../bin/unicode_stop %{buildroot}/%{_bindir}/unicode_stop
mv %{buildroot}/%{_bindir}/{loadkeys,setfont,kbd_mode} %{buildroot}/bin
ln -s ../../bin/kbd_mode %{buildroot}/%{_bindir}/kbd_mode
ln -s ../../bin/loadkeys %{buildroot}/%{_bindir}/loadkeys
ln -s ../../bin/setfont %{buildroot}/%{_bindir}/setfont

%find_lang %{name}

%triggerun -- kbd < 1.15-5mdv
  /sbin/chkconfig --del keytable
exit 0


%files -f %{name}.lang
%defattr(0755,root,root,0755)
%{_bindir}/chvt
%{_bindir}/deallocvt
%{_bindir}/dumpkeys
%{_bindir}/fgconsole
%{_bindir}/getkeycodes
%{_bindir}/kbd_mode
%{_bindir}/kbdrate
%{_bindir}/loadkeys
%{_bindir}/loadunimap
%{_bindir}/mapscrn
%{_bindir}/openvt
%{_bindir}/psfaddtable
%{_bindir}/psfgettable
%{_bindir}/psfstriptable
%{_bindir}/psfxtable
%ifarch %{ix86}
%{_bindir}/resizecons
%endif
%{_bindir}/setfont
%{_bindir}/setkeycodes
%{_bindir}/setleds
%{_bindir}/setmetamode
%{_bindir}/showconsolefont
%{_bindir}/showkey
%{_bindir}/unicode_start
%{_bindir}/unicode_stop
%{_bindir}/clrunimap
%{_bindir}/getunimap
%{_bindir}/kbdinfo
%{_bindir}/outpsfheader
%{_bindir}/screendump
%{_bindir}/setlogcons
%{_bindir}/setpalette
%{_bindir}/setvesablank
%{_bindir}/setvtrgb
%{_bindir}/spawn_console
%{_bindir}/spawn_login
/bin/loadkeys
/bin/setfont
/bin/unicode_start
/bin/unicode_stop
/bin/kbd_mode
%defattr(0644,root,root,0755)
%{_mandir}/man1/chvt.1*
%{_mandir}/man1/deallocvt.1*
%{_mandir}/man1/dumpkeys.1*
%{_mandir}/man1/fgconsole.1*
%{_mandir}/man1/kbd_mode.1*
%{_mandir}/man1/loadkeys.1*
%{_mandir}/man1/openvt.1*
%{_mandir}/man1/psfaddtable.1*
%{_mandir}/man1/psfgettable.1*
%{_mandir}/man1/psfstriptable.1*
%{_mandir}/man1/psfxtable.1*
%{_mandir}/man1/setleds.1*
%{_mandir}/man1/setmetamode.1*
%{_mandir}/man1/showkey.1*
%{_mandir}/man1/unicode_start.1*
%{_mandir}/man1/unicode_stop.1*
%{_mandir}/man5/keymaps.5*
%{_mandir}/man8/getkeycodes.8*
%{_mandir}/man8/kbdrate.8*
%{_mandir}/man8/loadunimap.8*
%{_mandir}/man8/mapscrn.8*
%{_mandir}/man8/resizecons.8*
%{_mandir}/man8/setfont.8*
%{_mandir}/man8/setkeycodes.8*
%{_mandir}/man8/showconsolefont.8*
%{_mandir}/man1/codepage.1*
%{_mandir}/man1/screendump.1*
%{_mandir}/man1/splitfont.1*
%{_mandir}/man8/clrunimap.8*
%{_mandir}/man8/getunimap.8*
%{_mandir}/man8/mk_modmap.8*
%{_mandir}/man8/setlogcons.8*
%{_mandir}/man8/setvesablank.8*
%{_mandir}/man8/setvtrgb.8*
%{_mandir}/man8/vcstime.8*
%{kbddir}



%changelog

* Thu Apr 23 2015 din <d.fedorov@ntcit-rosa.ru> 1.15.3-13
- (9d16974) Merge pull request #4 from law/kbd:rosa2014.1
- (9d16974) Add latsun fonts to satisfy existing Fresh installations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22865 |14mu|kblackbox-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kblackbox
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Find atoms in a grid by shooting electrons
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kblackbox
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KBlackbox is a game of hide and seek played on a grid of boxes where the
computer has hidden several balls. The position of the hidden balls can be
deduced by shooting beams into the box.

%files
%{_kde_bindir}/kblackbox
%{_kde_applicationsdir}/kblackbox.desktop
%{_kde_appsdir}/kblackbox
%{_kde_docdir}/*/*/kblackbox
%{_kde_iconsdir}/hicolor/*/apps/kblackbox.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 3ec43e6
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22866 |14mu|kblocks-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kblocks
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Single player falling blocks puzzle game
Group:		Games/Arcade
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/kblocks/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KBlocks is the classic falling blocks game.

The idea is to stack the falling blocks to create horizontal lines
without any gaps. When a line is completed it is removed, and more
space is available in the play area. When there is not enough space
for blocks to fall, the game is over.

%files
%{_kde_bindir}/kblocks
%{_kde_applicationsdir}/kblocks.desktop
%{_kde_appsdir}/kblocks
%{_kde_datadir}/config.kcfg/kblocks.kcfg
%{_kde_configdir}/kblocks.knsrc
%{_kde_docdir}/HTML/en/kblocks
%{_kde_iconsdir}/hicolor/*/apps/kblocks.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 4bca355
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22867 |14mu|kbookmarks-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 bookmarks and the XBEL format support module
Name:		kbookmarks
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5configwidgets-devel >= %{version}
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5iconthemes-devel >= %{version}
BuildRequires:	kf5widgetsaddons-devel >= %{version}
BuildRequires:	kf5xmlgui-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)

%description
KDE Frameworks 5 bookmarks and the XBEL format support module.

KBookmarks lets you access and manipulate bookmarks stored using the
XBEL format.

#----------------------------------------------------------------------------

%package i18n
Summary:	KBookmarks translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KBookmarks translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5bookmarks_major 5
%define libkf5bookmarks %mklibname kf5bookmarks %{kf5bookmarks_major}

%package -n %{libkf5bookmarks}
Summary:	KDE Frameworks 5 bookmarks and the XBEL format support shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5bookmarks}
KDE Frameworks 5 bookmarks and the XBEL format support shared library.

%files -n %{libkf5bookmarks}
%{_kde5_libdir}/libKF5Bookmarks.so.%{kf5bookmarks_major}*

#----------------------------------------------------------------------------

%define devkf5bookmarks %mklibname kf5bookmarks -d

%package -n %{devkf5bookmarks}
Summary:	Development files for KDE Frameworks 5 bookmarks support module
Group:		Development/KDE and Qt
Requires:	%{libkf5bookmarks} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5bookmarks-devel = %{version}

%description -n %{devkf5bookmarks}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5bookmarks}
%{_kde5_includedir}/KF5/KBookmarks
%{_kde5_includedir}/KF5/kbookmarks_version.h
%{_kde5_libdir}/cmake/KF5Bookmarks
%{_kde5_libdir}/libKF5Bookmarks.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (898d13d) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22868 |14mu|kbounce-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kbounce
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Claim areas and don't get disturbed
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kbounce
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KBounce is a single player arcade game with the elements of puzzle.

It is played on a field, surrounded by wall, with two or more balls
bouncing around within the walls. The object of the game is to build
new walls to decrease the size of the active field.

%files
%{_kde_bindir}/kbounce
%{_kde_applicationsdir}/kbounce.desktop
%{_kde_appsdir}/kbounce
%{_kde_iconsdir}/*/*/apps/kbounce*
%{_kde_docdir}/*/*/kbounce

#-------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: ef0635d
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22869 |14mu|kbreakout-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Breakout like game
Name:		kbreakout
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/kbreakout/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Requires:	libkdegames-corebindings

%description
KBreakout is a Breakout-like game.

Its object is to destroy as many bricks as possible without losing the ball.

%files
%{_kde_bindir}/kbreakout
%{_kde_applicationsdir}/kbreakout.desktop
%{_kde_appsdir}/kbreakout
%{_kde_iconsdir}/hicolor/*/apps/kbreakout.png
%{_kde_docdir}/*/*/kbreakout

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 540703a
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22870 |14mu|kbruch-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Practice calculating with fractions
Name:		kbruch
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/kbruch
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KBruch is a small program to practice calculating with fractions.

%files
%doc README NEWS VERSION AUTHORS ChangeLog TODO COPYING COPYING.DOC
%doc %{_kde_docdir}/HTML/en/kbruch
%{_kde_bindir}/kbruch
%{_kde_applicationsdir}/kbruch.desktop
%{_kde_appsdir}/kbruch
%{_kde_iconsdir}/*/*/apps/kbruch.*
%{_kde_datadir}/appdata/kbruch.appdata.xml
%{_kde_datadir}/config.kcfg/kbruch.kcfg
%{_kde_mandir}/man1/kbruch.1.*

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: e4b3bf1
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22871 |14mu|kcachegrind-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Visualisation tool for profiling data generated by Cachegrind and Calltree
Name:		kcachegrind
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Requires:	valgrind

%description
KCachegrind is a visualisation tool for the profiling data generated by
Cachegrind and Calltree (they profile data file format is upwards compatible).
Calltree extends Cachegrind, which is part of Valgrind.

%files
%{_kde_bindir}/kcachegrind
%{_kde_bindir}/dprof2calltree
%{_kde_bindir}/hotshot2calltree
%{_kde_bindir}/memprof2calltree
%{_kde_bindir}/op2calltree
%{_kde_bindir}/pprof2calltree
%{_kde_appsdir}/kcachegrind
%{_kde_applicationsdir}/kcachegrind.desktop
%{_kde_iconsdir}/*/*/*/kcachegrind*
%{_kde_docdir}/*/*/kcachegrind

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 91e1561
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22872 |14mu|kcalc-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kcalc
Summary:	Do scientific calculations
Version:	4.14.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://utils.kde.org/projects/kcalc/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	gmp-devel

%description
KCalc is a calculator which offers many more mathematical functions
than meet the eye on a first glance. Please study the section on
keyboard accelerators and modes in the handbook to learn more about
the many functions available.

%files
%{_kde_appsdir}/kcalc
%{_kde_appsdir}/kconf_update
%{_kde_bindir}/kcalc
%{_kde_applicationsdir}/kcalc.desktop
%{_kde_datadir}/config.kcfg/kcalc.kcfg
%{_kde_docdir}/HTML/*/kcalc
%{_kde_libdir}/libkdeinit4_kcalc.so

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 06c77fd
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22873 |14mu|kcalcore-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Frameworks 5 calendar access module
Name:		kcalcore
Version:	16.04.3
Release:	1
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 calendar access module.

#----------------------------------------------------------------------------

%define kf5calendarcore_major 5
%define libkf5calendarcore %mklibname kf5calendarcore %{kf5calendarcore_major}

%package -n %{libkf5calendarcore}
Summary:	KDE Frameworks 5 calendar access shared library
Group:		System/Libraries

%description -n %{libkf5calendarcore}
KDE Frameworks 5 calendar access shared library.

%files -n %{libkf5calendarcore}
%{_kde5_libdir}/libKF5CalendarCore.so.%{kf5calendarcore_major}*

#----------------------------------------------------------------------------

%define devkf5calendarcore %mklibname kf5calendarcore -d

%package -n %{devkf5calendarcore}
Summary:	Development files for KDE Frameworks 5 calendar access module
Group:		Development/KDE and Qt
Requires:	%{libkf5calendarcore} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5calendarcore-devel = %{version}

%description -n %{devkf5calendarcore}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5calendarcore}
%{_kde5_includedir}/KF5/KCalCore
%{_kde5_includedir}/KF5/kcalcore_version.h
%{_kde5_libdir}/cmake/KF5CalendarCore
%{_kde5_libdir}/libKF5CalendarCore.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (b511884) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22874 |14mu|kcalutils-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Frameworks 5 calendar utility module
Name:		kcalutils
Version:	16.04.3
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	grantlee-qt5-devel
BuildRequires:	kf5calendarcore-devel
BuildRequires:	kf5codecs-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5identitymanagement-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 calendar utility module.

%files
%dir %{_kde5_datadir}/kcalendar/templates/default/
%{_kde5_datadir}/kcalendar/templates/default/*.html
%{_kde5_libdir}/grantlee/5.*/kcalendar_grantlee_plugin.so

#----------------------------------------------------------------------------

%define kf5calendarutils_major 5
%define libkf5calendarutils %mklibname kf5calendarutils %{kf5calendarutils_major}

%package -n %{libkf5calendarutils}
Summary:	KDE Frameworks 5 calendar utility shared library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libkf5calendarutils}
KDE Frameworks 5 calendar utility shared library.

%files -n %{libkf5calendarutils}
%{_kde5_libdir}/libKF5CalendarUtils.so.%{kf5calendarutils_major}*

#----------------------------------------------------------------------------

%define devkf5calendarutils %mklibname kf5calendarutils -d

%package -n %{devkf5calendarutils}
Summary:	Development files for KDE Frameworks 5 calendar utility module
Group:		Development/KDE and Qt
Requires:	%{libkf5calendarutils} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5calendarutils-devel = %{version}

%description -n %{devkf5calendarutils}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5calendarutils}
%{_kde5_includedir}/KF5/KCalUtils
%{_kde5_includedir}/KF5/kcalutils_version.h
%{_kde5_libdir}/cmake/KF5CalendarUtils
%{_kde5_libdir}/libKF5CalendarUtils.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Mon Jul 18 2016 Rosa <rosa@abf.rosalinux.ru> 16.04.3-1
- (fc24ff5) Automatic import for version 16.04.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22875 |14mu|kcharselect-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kcharselect
Summary:	Select special characters from any font
Version:	4.14.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://utils.kde.org/projects/kcharselect
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KCharSelect is a tool to select special characters from all installed
fonts and copy them into the clipboard.

%files
%{_kde_appsdir}/kcharselect
%{_kde_bindir}/kcharselect
%{_kde_applicationsdir}/KCharSelect.desktop
%{_kde_docdir}/HTML/*/kcharselect

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 403f8f0
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22876 |14mu|kcm-drakfirewall-1.0-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A KDE Control Module for launching drakfirewall
Name:		kcm-drakfirewall
Version:	1.0
Release:	11
License:	GPLv3+
Group:		Graphical desktop/KDE
Source0:	kcm_drakfirewall.desktop
BuildRequires:  kde4-macros
BuildArch:	noarch

%description
Drakfirewall launcher for KDE Control Center.

%files
%{_kde_services}/kcm_drakfirewall.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde_services}/


%changelog
* Wed Feb 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-11
+ Revision: eb081bf
- Add kde-macros BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22877 |14mu|kcm-drakguard-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A KDE Control Module for launching drakguard
Name:		kcm-drakguard
Version:	1.0
Release:	8
License:	GPLv3+
Group:		Graphical desktop/KDE
Source0:	kcm_drakguard.desktop
BuildRequires: kde4-macros
BuildArch:	noarch

%description
Drakguard launcher for KDE Control Center.

%files
%{_kde_services}/kcm_drakguard.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde_services}/

%changelog
* Wed Feb 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-8
+ Revision: b2a8b5e
- Add kde4-macros BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22878 |14mu|kcm-grub2-0.5.8-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define getres kcm-grub2-getres

Summary:	A KDE Control Module for configuring the GRUB2 bootloader
Name:		kcm-grub2
Version:	0.5.8
Release:	13
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://ksmanis.wordpress.com/projects/grub2-editor/
Source0:	%{name}-%{version}.tar.gz
Source1:	get_res.cpp
Source2:	%{name}.po
Source3:	kcm-grub2-languages
Patch0:		kcm-grub2-read-mode-from-file.patch
Patch1:		kcm-grub2-language.patch
Patch2:		kcm-grub2-fixed-set-default.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(hwinfo)
BuildRequires:	pkgconfig(ImageMagick)
Requires:	grub2

%description
Smoothly integrated in KDE System Settings, it is the central place 
for managing your GRUB2 configuration.

%files -f %{name}.lang
%doc COPYING README
%{_datadir}/kde4/services/kcm_grub2.desktop
%{_kde_libdir}/kde4/kcm_grub2.so
%{_kde_libdir}/kde4/libexec/kcmgrub2helper
%config %{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmgrub2.conf
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmgrub2.service
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmgrub2.policy
%{_sbindir}/%{getres}
%{_localstatedir}/lib/mandriva/kde4-profiles/common/share/config/languages

%post
%{_sbindir}/%{getres}

#----------------------------------------------------------------------------

%prep
%setup -n %{name}-%{version} -q
cp -f %{SOURCE2} ./po/ru/kcm-grub2.po
%apply_patches
g++ %{SOURCE1} -l hd -o %{getres}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

install -d %{buildroot}%{_sbindir}
install -m 700 %{getres} %{buildroot}%{_sbindir}/%{getres}
mkdir -p %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/common/share/config
install -m 644 %{SOURCE3} %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/common/share/config/languages

%find_lang %{name}

%changelog

* Tue Jun 13 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.8-13
- (30818f6) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22879 |14mu|kcm-logdrake-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A KDE Control Module for launching logdrake
Name:		kcm-logdrake
Version:	1.0
Release:	1
License:	GPLv3+
Group:		Graphical desktop/KDE
Source0:	kcm_logdrake.desktop
BuildRequires:  kde4-macros
BuildArch:	noarch

%description
Logdrake launcher for KDE Control Center.

%files
%{_kde_services}/kcm_logdrake.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde_services}/


%changelog

* Fri May 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-1
- (4140000) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22880 |14mu|kcm-printer-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           kcm-printer
Version:        1.0
Release:        10
License:        GPLv3+
Group:          Graphical desktop/KDE
Summary:        A KDE Control Module for launching system-config-printer
BuildArch:      noarch
BuildRequires:	kde4-macros
Source0:        kcm_printer.desktop
%rename      kde-print-manager

%description
system-config-printer launcher for KDE Control Center

%prep

%build

%install
mkdir -p %{buildroot}%{_kde_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde_services}/

%files
%{_kde_services}/kcm_printer.desktop

%changelog

* Wed Jun 24 2015 Andrey Ponomarenko <aponomarenko@rosalab.ru> 1.0-10
- (9a58dbb) Renamed desktop icon.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22881 |14mu|kcm-touchpad-1.1-3.20141125.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20141125

Summary:	Advanced touchpad configuration GUI for KDE
Name:		kcm-touchpad
Version:	1.1
Release:	3.%{git}.4
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/utils/kcm-touchpad
# git clone git://anongit.kde.org/kcm-touchpad
Source0:	%{name}-%{version}-%{git}.tar.bz2
Source1:	kcm-touchpad_ru.tar.bz2
Patch0:		kcm-touchpad-1.1-lang.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(x11-xcb)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-record)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xorg-synaptics)
Requires:	kdebase4-runtime
Conflicts:	kcm_touchpad
Obsoletes:	kcm_touchpad < 1.1

%description
Advanced touchpad configuration GUI for KDE.

%files -f kcm_touchpad.lang
%doc COPYING README.md
%{_kde_bindir}/kcm-touchpad-list-devices
%{_kde_libdir}/kde4/kded_touchpad.so
%{_kde_services}/kcm_touchpad.desktop
%{_kde_services}/kded/touchpad.desktop
%{_kde_appsdir}/kcm_touchpad/kcm_touchpad.notifyrc
%{_kde_datadir}/config.kcfg/touchpad.kcfg
%{_kde_datadir}/config.kcfg/touchpaddaemon.kcfg
%{_kde_iconsdir}/hicolor/*/devices/input-touchpad.png
%{_kde_iconsdir}/hicolor/scalable/devices/input-touchpad.svgz
%{_datadir}/dbus-1/interfaces/org.kde.touchpad.xml

#----------------------------------------------------------------------------

%package -n plasma-applet-touchpad
Summary:	Plasma applet to show current touchpad state
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 1.1-3

%description -n plasma-applet-touchpad
Plasma applet to show current touchpad state.

%files -n plasma-applet-touchpad -f plasma_applet_touchpad.lang
%{_kde_appsdir}/desktoptheme/default/icons/touchpad.svg
%{_kde_appsdir}/plasma/plasmoids/touchpad/contents/ui/touchpad.qml
%{_kde_appsdir}/plasma/plasmoids/touchpad/metadata.desktop
%{_kde_appsdir}/plasma/services/touchpad.operations
%{_kde_libdir}/kde4/plasma_engine_touchpad.so
%{_kde_services}/plasma-applet-touchpad.desktop
%{_kde_services}/plasma-dataengine-touchpad.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{git}
%patch0 -p1

pushd po
tar -xvf %{SOURCE1}
popd

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang kcm_touchpad

%find_lang plasma_applet_touchpad

%changelog
* Wed Dec 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-3.20141125.4
+ Revision: eee6e4d
- Update Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22882 |14mu|kcmutils-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 module with various classes to work with KCModules
Name:		kcmutils
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5configwidgets-devel >= %{version}
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5declarative-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5iconthemes-devel >= %{version}
BuildRequires:	kf5itemviews-devel >= %{version}
BuildRequires:	kf5package-devel >= %{version}
BuildRequires:	kf5service-devel >= %{version}
BuildRequires:	kf5xmlgui-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 module with various classes to work with KCModules.

KCMUtils provides various classes to work with KCModules. KCModules can
be created with the KConfigWidgets framework.

%files
%{_kde5_servicetypes}/kcmodule.desktop
%{_kde5_servicetypes}/kcmoduleinit.desktop

#----------------------------------------------------------------------------

%package i18n
Summary:	KCMUtils translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KCMUtils translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5kcmutils_major 5
%define libkf5kcmutils %mklibname kf5kcmutils %{kf5kcmutils_major}

%package -n %{libkf5kcmutils}
Summary:	KDE Frameworks 5 KCMUtils shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5kcmutils}
KDE Frameworks 5 KCMUtils shared library.

%files -n %{libkf5kcmutils}
%{_kde5_libdir}/libKF5KCMUtils.so.%{kf5kcmutils_major}*

#----------------------------------------------------------------------------

%define devkf5kcmutils %mklibname kf5kcmutils -d

%package -n %{devkf5kcmutils}
Summary:	Development files for KDE Frameworks 5 KCMUtils
Group:		Development/KDE and Qt
Requires:	%{libkf5kcmutils} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5kcmutils-devel = %{EVRD}

%description -n %{devkf5kcmutils}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5kcmutils}
%{_kde5_includedir}/KF5/KCMUtils
%{_kde5_includedir}/KF5/kcmutils_version.h
%{_kde5_libdir}/cmake/KF5KCMUtils
%{_kde5_libdir}/libKF5KCMUtils.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (30d33ff) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22883 |14mu|kcm-XFdrake-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A KDE Control Module for launching XFdrake
Name:		kcm-XFdrake
Version:	1.0
Release:	10
License:	GPLv3+
Group:		Graphical desktop/KDE
Source0:	kcm_XFdrake.desktop
BuildRequires:  kde4-macros
BuildArch:	noarch

%description
XFdrake launcher for KDE Control Center.

%files
%{_datadir}/kde4/services/kcm_XFdrake.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde_services}/

%changelog

* Wed Jun 24 2015 Andrey Ponomarenko <aponomarenko@rosalab.ru> 1.0-10
- (14c20e0) Renamed desktop icon.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22884 |14mu|kcodecs-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 module with various classes for text encoding
Name:		kcodecs
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 module with various classes for text encoding.

KCodecs provides a collection of methods to manipulate strings using various
encodings. It supports:

 * base64
 * quoted-printable
 * uu

#----------------------------------------------------------------------------

%package i18n
Summary:	KCodecs translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KCodecs translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5codecs_major 5
%define libkf5codecs %mklibname kf5codecs %{kf5codecs_major}

%package -n %{libkf5codecs}
Summary:	KDE Frameworks 5 text encoding shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5codecs}
KDE Frameworks 5 text encoding shared library.

%files -n %{libkf5codecs}
%{_kde5_libdir}/libKF5Codecs.so.%{kf5codecs_major}*

#----------------------------------------------------------------------------

%define devkf5codecs %mklibname kf5codecs -d

%package -n %{devkf5codecs}
Summary:	Development files for KDE Frameworks 5 text encoding module
Group:		Development/KDE and Qt
Requires:	%{libkf5codecs} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5codecs-devel = %{version}

%description -n %{devkf5codecs}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5codecs}
%{_kde5_includedir}/KF5/KCodecs
%{_kde5_includedir}/KF5/kcodecs_version.h
%{_kde5_libdir}/cmake/KF5Codecs
%{_kde5_libdir}/libKF5Codecs.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (7d941b4) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22885 |14mu|kcolorchooser-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kcolorchooser
Summary:	KDE Color Chooser
Version:	4.14.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2
URL:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KColorChooser is a simple application to select the color from the screen or
from a pallete.
Features :
   - Select colors from any location on the screen.
   - Select colors from a range of standard palletes available.
   - Color values shown in Hue-Saturation-Value (HSV), Red-Green-Blue (RGB) and
     HTML formats.

%files
%{_kde_bindir}/kcolorchooser
%{_kde_applicationsdir}/kcolorchooser.desktop
%{_kde_iconsdir}/*/*/*/kcolorchooser*

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: 6ea95dc
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22886 |14mu|kcompletion-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 module with text completion helpers and widgets
Name:		kcompletion
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kconfig-devel >= %{version}
BuildRequires:	kwidgetsaddons-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 module with text completion helpers and widgets.

When typing filenames, email addresses and other text where the user often
wants to select from existing data (including what they previously typed)
rather than enter anything wholly original, users often find it helpful if
they only need to type the first few characters, and then have the application
offer them a set of choices or attempt to finish off what they were typing.
Email clients, shells and "open file" dialogs often provide this functionality.

This framework helps implement this in Qt-based applications. You can use one
of the completion-ready widgets provided by this framework, or integrate it
into your application's other widgets directly.

#----------------------------------------------------------------------------

%package i18n
Summary:	KCompletion translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KCompletion translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5completion_major 5
%define libkf5completion %mklibname kf5completion %{kf5completion_major}

%package -n %{libkf5completion}
Summary:	KDE Frameworks 5 text completion shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5completion}
KDE Frameworks 5 text completion shared library.

%files -n %{libkf5completion}
%{_kde5_libdir}/libKF5Completion.so.%{kf5completion_major}*

#----------------------------------------------------------------------------

%define devkf5completion %mklibname kf5completion -d

%package -n %{devkf5completion}
Summary:	Development files for KDE Frameworks 5 text completion module
Group:		Development/KDE and Qt
Requires:	%{libkf5completion} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5completion-devel = %{version}

%description -n %{devkf5completion}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5completion}
%{_kde5_includedir}/KF5/KCompletion
%{_kde5_includedir}/KF5/kcompletion_version.h
%{_kde5_libdir}/cmake/KF5Completion
%{_kde5_libdir}/libKF5Completion.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (eb27090) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22887 |14mu|kconfig-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 advanced configuration system module
Name:		kconfig
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Xml)
# Just to make KF5 applications use distro theme instead of the upstream one
Requires:	plasma5-config
Suggests:	frameworkintegration

%description
KDE Frameworks 5 advanced configuration system module.

KConfig provides an advanced configuration system. It is made of two parts:
KConfigCore and KConfigGui.

KConfigCore provides access to the configuration files themselves.

KConfigGui provides a way to hook widgets to the configuration so that they are
automatically initialized from the configuration and automatically propagate
their changes to their respective configuration files.

%files
%{_kde5_bindir}/kreadconfig5
%{_kde5_bindir}/kwriteconfig5
%{_kde5_libexecdir}/kf5/kconf_update
%{_kde5_libexecdir}/kf5/kconfig_compiler_kf5

#----------------------------------------------------------------------------

%package i18n
Summary:	KConfig translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KConfig translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5configcore_major 5
%define libkf5configcore %mklibname kf5configcore %{kf5configcore_major}

%package -n %{libkf5configcore}
Summary:	KDE Frameworks 5 advanced configuration system shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5configcore}
KDE Frameworks 5 advanced configuration system shared library.

%files -n %{libkf5configcore}
%{_kde5_libdir}/libKF5ConfigCore.so.%{kf5configcore_major}*

#----------------------------------------------------------------------------

%define kf5configgui_major 5
%define libkf5configgui %mklibname kf5configgui %{kf5configgui_major}

%package -n %{libkf5configgui}
Summary:	KDE Frameworks 5 advanced configuration system shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5configgui}
KDE Frameworks 5 advanced configuration system shared library.

%files -n %{libkf5configgui}
%{_kde5_libdir}/libKF5ConfigGui.so.%{kf5configgui_major}*

#----------------------------------------------------------------------------

%define devkf5config %mklibname kf5config -d

%package -n %{devkf5config}
Summary:	Development files for KDE Frameworks 5 advanced configuration system
Group:		Development/KDE and Qt
Requires:	%{libkf5configcore} = %{EVRD}
Requires:	%{libkf5configgui} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5config-devel = %{version}

%description -n %{devkf5config}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5config}
%{_kde5_includedir}/KF5/KConfigCore
%{_kde5_includedir}/KF5/KConfigGui
%{_kde5_includedir}/KF5/kconfig_version.h
%{_kde5_libdir}/cmake/KF5Config
%{_kde5_libdir}/libKF5ConfigCore.so
%{_kde5_libdir}/libKF5ConfigGui.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (b34120e) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22888 |14mu|kconfigwidgets-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 configuration dialogs widgets module
Name:		kconfigwidgets
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5auth-devel >= %{version}
BuildRequires:	kf5codecs-devel >= %{version}
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5doctools-devel >= %{version}
BuildRequires:	kf5guiaddons-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5widgetsaddons-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 configuration dialogs widgets module.

KConfigWidgets provides easy-to-use classes to create configuration dialogs,
as well as a set of widgets which uses KConfig to store their settings.

%files
%{_kde5_bindir}/preparetips5
%{_kde5_mandir}/man1/preparetips5.1*

#----------------------------------------------------------------------------

%package i18n
Summary:	KConfigWidgets translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KConfigWidgets translations.

%files i18n -f %{name}.lang
%{_localedir}/*/kf5_entry.desktop

#----------------------------------------------------------------------------

%define kf5configwidgets_major 5
%define libkf5configwidgets %mklibname kf5configwidgets %{kf5configwidgets_major}

%package -n %{libkf5configwidgets}
Summary:	KDE Frameworks 5 configuration dialogs widgets shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5configwidgets}
KDE Frameworks 5 configuration dialogs widgets shared library.

%files -n %{libkf5configwidgets}
%{_kde5_libdir}/libKF5ConfigWidgets.so.%{kf5configwidgets_major}*

#----------------------------------------------------------------------------

%define devkf5configwidgets %mklibname kf5configwidgets -d

%package -n %{devkf5configwidgets}
Summary:	Development files for KDE Frameworks 5 configuration dialogs widgets module
Group:		Development/KDE and Qt
Requires:	%{libkf5configwidgets} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5configwidgets-devel = %{version}

%description -n %{devkf5configwidgets}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5configwidgets}
%{_kde5_includedir}/KF5/KConfigWidgets
%{_kde5_includedir}/KF5/kconfigwidgets_version.h
%{_kde5_libdir}/cmake/KF5ConfigWidgets
%{_kde5_libdir}/libKF5ConfigWidgets.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt --with-man

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (6b28595) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22889 |14mu|kcontacts-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Frameworks 5 address book module
Name:		kcontacts
Version:	16.04.3
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5codecs-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 address book module.

KCcontacts provides an API for address book data. This can be used by all
application using data of this type, e.g. KAddressBook, KMail, KOrganizer,
etc.

%files
%{_kde5_datadir}/kf5/kcontacts/countrytransl.map

#----------------------------------------------------------------------------

%define kf5contacts_major 5
%define libkf5contacts %mklibname kf5contacts %{kf5contacts_major}

%package -n %{libkf5contacts}
Summary:	KDE Frameworks 5 address book shared library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libkf5contacts}
KDE Frameworks 5 address book shared library.

%files -n %{libkf5contacts}
%{_kde5_libdir}/libKF5Contacts.so.%{kf5contacts_major}*

#----------------------------------------------------------------------------

%define devkf5contacts %mklibname kf5contacts -d

%package -n %{devkf5contacts}
Summary:	Development files for KDE Frameworks 5 address book module
Group:		Development/KDE and Qt
Requires:	%{libkf5contacts} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5contacts-devel = %{version}

%description -n %{devkf5contacts}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5contacts}
%{_kde5_includedir}/KF5/KContacts
%{_kde5_includedir}/KF5/kcontacts_version.h
%{_kde5_libdir}/cmake/KF5Contacts
%{_kde5_libdir}/libKF5Contacts.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (b93c8a9) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22890 |14mu|kcoreaddons-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 module with classes for various routines
Name:		kcoreaddons
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	shared-mime-info
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	shared-mime-info

%description
KDE Frameworks 5 module with classes for various routines.

KCoreAddons provides classes built on top of QtCore to perform various tasks
such as manipulating mime types, autosaving files, creating backup files,
generating random sequences, performing text manipulations such as macro
replacement, accessing user information and many more.

%files
%{_kde5_bindir}/desktoptojson
%{_kde5_datadir}/mime/packages/kde5.xml

#----------------------------------------------------------------------------

%package i18n
Summary:	KCoreAddons translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KCoreAddons translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5coreaddons_major 5
%define libkf5coreaddons %mklibname kf5coreaddons %{kf5coreaddons_major}

%package -n %{libkf5coreaddons}
Summary:	KDE Frameworks 5 KCoreAddons shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5coreaddons}
KDE Frameworks 5 KCoreAddons shared library.

%files -n %{libkf5coreaddons}
%{_kde5_libdir}/libKF5CoreAddons.so.%{kf5coreaddons_major}*

#----------------------------------------------------------------------------

%define devkf5coreaddons %mklibname kf5coreaddons -d

%package -n %{devkf5coreaddons}
Summary:	Development files for KDE Frameworks 5 KCoreAddons
Group:		Development/KDE and Qt
Requires:	%{libkf5coreaddons} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5coreaddons-devel = %{version}

%description -n %{devkf5coreaddons}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5coreaddons}
%{_kde5_includedir}/KF5/KCoreAddons
%{_kde5_includedir}/KF5/kcoreaddons_version.h
%{_kde5_libdir}/cmake/KF5CoreAddons
%{_kde5_libdir}/libKF5CoreAddons.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (9e18a61) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22891 |14mu|kcrash-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 crash analysis and bug report module
Name:		kcrash
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kcoreaddons-devel >= %{version}
BuildRequires:	kwindowsystem-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)

%description
KDE Frameworks 5 crash analysis and bug report module.

KCrash provides support for intercepting and handling application crashes.

#----------------------------------------------------------------------------

%define kf5crash_major 5
%define libkf5crash %mklibname kf5crash %{kf5crash_major}

%package -n %{libkf5crash}
Summary:	KDE Frameworks 5 crash analysis and bug report shared library
Group:		System/Libraries

%description -n %{libkf5crash}
KDE Frameworks 5 crash analysis and bug report shared library.

%files -n %{libkf5crash}
%{_kde5_libdir}/libKF5Crash.so.%{kf5crash_major}*

#----------------------------------------------------------------------------

%define devkf5crash %mklibname kf5crash -d

%package -n %{devkf5crash}
Summary:	Development files for KDE Frameworks 5 crash analysis and bug report module
Group:		Development/KDE and Qt
Requires:	%{libkf5crash} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5crash-devel = %{version}

%description -n %{devkf5crash}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5crash}
%{_kde5_includedir}/KF5/KCrash
%{_kde5_includedir}/KF5/kcrash_version.h
%{_kde5_libdir}/cmake/KF5Crash
%{_kde5_libdir}/libKF5Crash.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (e908e4b) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22892 |14mu|kcron-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graphical editor for the cron command scheduler
Name:		kcron
Version:	4.14.3
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
Kcron is a graphical frontend to the cron system, used to schedule regular
tasks on a Unix system.

%files
%{_kde_services}/kcm_cron.desktop
%{_kde_libdir}/kde4/kcm_cron.so
%{_kde_docdir}/*/*/kcron

#------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: e2c4cc3
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22893 |14mu|kdb-3.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE database connectivity and creation framework for various database vendors
Name:		kdb
Version:	3.0.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	http://fr2.rpmfind.net/linux/KDE/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(sqlite3)

%description
KDE database connectivity and creation framework for various database vendors.

%files
%{_kde5_bindir}/kdb3_sqlite3_dump
%{_qt5_plugindir}/kdb3/kdb_mysqldriver.so
%{_qt5_plugindir}/kdb3/kdb_postgresqldriver.so
%{_qt5_plugindir}/kdb3/kdb_sqlitedriver.so
%{_qt5_plugindir}/kdb3/sqlite3/kdb_sqlite_icu.so

#----------------------------------------------------------------------------

%package i18n
Summary:	KDb translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KDb translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kdb3_major 3
%define libkdb3 %mklibname kdb3_ %{kdb3_major}

%package -n %{libkdb3}
Summary:	KDE database connectivity and creation framework shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkdb3}
KDE database connectivity and creation framework shared library.

%files -n %{libkdb3}
%{_kde5_libdir}/libKDb3.so.%{kdb3_major}*

#----------------------------------------------------------------------------

%define devkdb %mklibname kdb -d

%package -n %{devkdb}
Summary:	Development files for KDE database connectivity and creation framework
Group:		Development/KDE and Qt
Requires:	%{libkdb3} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devkdb}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkdb}
%{_kde5_includedir}/KDb3/
%{_kde5_libdir}/cmake/KDb3/
%{_kde5_libdir}/pkgconfig/KDb3.pc
%{_kde5_libdir}/libKDb3.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt


%changelog

* Sat Jan 14 2017 Rosa <rosa@abf.rosalinux.ru> 3.0.0-1
- (c4764db) Automatic import for version 3.0.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22894 |14mu|kdbusaddons-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 DBus addons module with various classes on top of QtDBus
Name:		kdbusaddons
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5X11Extras)

%description
KDE Frameworks 5 DBus addons module with various classes on top of QtDBus.

KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
create KDED modules.

%files
%{_kde5_bindir}/kquitapp5

#----------------------------------------------------------------------------

%package i18n
Summary:	KDBusAddons translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KDBusAddons translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5dbusaddons_major 5
%define libkf5dbusaddons %mklibname kf5dbusaddons %{kf5dbusaddons_major}

%package -n %{libkf5dbusaddons}
Summary:	KDE Frameworks 5 DBus addons shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5dbusaddons}
KDE Frameworks 5 DBus addons shared library.

%files -n %{libkf5dbusaddons}
%{_kde5_libdir}/libKF5DBusAddons.so.%{kf5dbusaddons_major}*

#----------------------------------------------------------------------------

%define devkf5dbusaddons %mklibname kf5dbusaddons -d

%package -n %{devkf5dbusaddons}
Summary:	Development files for KDE Frameworks 5 DBus addons
Group:		Development/KDE and Qt
Requires:	%{libkf5dbusaddons} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5dbusaddons-devel = %{version}

%description -n %{devkf5dbusaddons}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5dbusaddons}
%{_kde5_includedir}/KF5/KDBusAddons
%{_kde5_includedir}/KF5/kdbusaddons_version.h
%{_kde5_libdir}/cmake/KF5DBusAddons
%{_kde5_libdir}/libKF5DBusAddons.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (1a327e0) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22895 |14mu|kde4-audiocd-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE I/O Slave for Audio CDs
Name:		kde4-audiocd
Version:	4.14.3
Release:	1
Epoch:		3
Group:		Graphical desktop/KDE
License:	GPLv2
Url:		https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/audiocd-kio-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	cdda-devel
Buildrequires:	libkcddb-devel
Buildrequires:	libkcompactdisc-devel
Buildrequires:	pkgconfig(libcdio_paranoia)
Buildrequires:	pkgconfig(flac)
Buildrequires:	pkgconfig(vorbis)
Conflicts:	kdemultimedia4-core < 3:4.5.71

%description
KDE I/O Slave for Audio CDs.

%files
%{_kde_libdir}/kde4/kcm_audiocd.so
%{_kde_libdir}/kde4/kio_audiocd.so
%{_kde_libdir}/kde4/libaudiocd_*
%{_kde_datadir}/config.kcfg/audiocd_*
%{_kde_services}/audiocd.desktop
%{_kde_services}/audiocd.protocol
%{_kde_appsdir}/konqsidebartng/virtual_folders/services/audiocd.desktop
%{_kde_appsdir}/solid/actions/solid_audiocd.desktop
%{_kde_docdir}/HTML/en/kioslave/audiocd

#------------------------------------------------------------------------------

%define audiocdplugins_major 4
%define libaudiocdplugins %mklibname audiocdplugins %{audiocdplugins_major}

%package -n %{libaudiocdplugins}
Summary:	KDE I/O Slave for Audio CDs library
Group:		System/Libraries

%description -n %{libaudiocdplugins}
KDE I/O Slave for Audio CDs library using cdparanoia.

%files -n %{libaudiocdplugins}
%{_kde_libdir}/libaudiocdplugins.so.%{audiocdplugins_major}*

#--------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libaudiocdplugins} = %{EVRD}
Conflicts:	kdemultimedia4-devel < 3:4.8.95

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_kde_libdir}/libaudiocdplugins.so
%{_kde_includedir}/*

#--------------------------------------------------------------------

%prep
%setup -qn audiocd-kio-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: 9fda69c
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22896 |14mu|kde4-windeco-dekorator-0.5.1-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Themable and Customizable Window Decoration Engine for KDE 4
Name:		kde4-windeco-dekorator
Version:	0.5.1
Release:	17
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde-look.org/content/show.php?content=87921
Source0:	dekorator-%{version}.tar.bz2
Source1:	elementary-emerald-theme.tar.gz
Source2:	kwindeKoratorrc
Source3:	kwin_deKorator_config.mo
Patch0:		dekorator-0.5.1-kde4.8-rosa.patch
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(qimageblitz)
Suggests:	kde4-kwin-dekorator-themes

%description
Unofficial port of the famous "deKorator" window decoration engine to KDE 4.
You can find themes at http://www.kde-look.org/index.php?xcontentmode=21

%files -f kwin_deKorator_config.lang
%doc AUTHORS CHANGELOG.original COPYING README README.original TODO
%{_kde_libdir}/kde4/kwin3_deKorator.so
%{_kde_libdir}/kde4/kwin_deKorator_config.so
%{_kde_appsdir}/kwin/deKorator.desktop
%{_kde_appsdir}/deKorator/themes/*
%{_kde_configdir}/deKoratorthemes.knsrc
%{_kde_configdir}/kwindeKoratorrc

#--------------------------------------------------------------------

%prep
%setup -qn dekorator-%{version}
%apply_patches

%build
%cmake_kde4
%make

%install
pushd build
%makeinstall_std
tar xf %{SOURCE1}
mkdir -p %{buildroot}/%{_kde_appsdir}/deKorator/themes/
cp -r Elementary %{buildroot}/%{_kde_appsdir}/deKorator/themes/
mkdir -p %{buildroot}/%{_kde_configdir}/
cp %{SOURCE2} %{buildroot}/%{_kde_configdir}/
mkdir -p %{buildroot}/%{_localedir}/ru/LC_MESSAGES/
cp %{SOURCE3} %{buildroot}/%{_localedir}/ru/LC_MESSAGES/
popd

%find_lang kwin_deKorator_config

%changelog
* Sun Jan 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.1-17
+ Revision: 82d6ee0
- Add Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22897 |14mu|kde5-l10n-16.04.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Supported l10n language
# to update this list (depending on which new localisations tarballs are available
# from upstream), you can use:
# $ ls SOURCES/kde-l10n*tar.xz | grep -v @valencia | awk -F- '{print $3}' | tr '\n' ' '
#
# Note: ca@valencia is treated differently because of the @ in the tarball name
%define langlist ar bg bs ca cs da de el en_GB es et eu fa fi fr ga gl he hi hr hu ia id is it ja kk km ko lt lv nb nds nl nn pa pl pt pt_BR ro ru sk sl sv tr ug uk wa zh_CN zh_TW

%define disabled_langs af az be bn_IN bo br csb cy eo fo fy hne kn ku gu lo mai mi mk ml mt mr ne oc se si sr ta tg th ven vi xh

%define build_ca_valencia 0

%{expand:%(for lang in %{disabled_langs}; do echo "%%{expand:%%define build_$lang 0}"; done)}
%{expand:%(for lang in %{langlist}; do echo "%%{expand:%%define build_$lang 1}"; done)}

%define oname kde-l10n

Summary:	Internationalization support for KDE (KF5 branch)
Name:		kde5-l10n
Version:	16.04.3
Release:	4
Epoch:		3
License:	LGPLv2.1+
Group:		System/Internationalization
Url:		http://www.kde.org
# l10n sources
# list ca@valencia tarball separately due to the @ in the tarball name
#Source1: kde-l10n-ca@valencia-%{version}.tar.bz2
%{expand:%(\
    i=2; \
    for lang in %langlist; do\
        echo "%%{expand:Source$i: ftp://ftp.kde.org/pub/kde/stable/applications/%%{version}/src/%%{oname}/%%{oname}-$lang-%%{version}.tar.xz}";\
        i=$[i+1];\
    done\
    )
}
Source100:	kde5-l10n.rpmlintrc
# Should be checked in 15.08.1+ if still needed
Source101:	kdenlive-ru.po
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd45-xml
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5i18n-devel
BuildArch:	noarch

%description
Internationalization support for KDE (KF5 branch).

#----------------------------------------------------------------------------------------

%package en_US
Summary:	American English support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-en
Provides:	%{name}-American = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description en_US
%{summary}.

This is an empty package, en_US support is already provided by KF5.

%files en_US

#----------------------------------------------------------------------------------------

%if %{build_af}
%package af
Summary:	Afrikaans language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Afrikaans = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description af
This package provides Afrikaans translations for KDE.

%files af
%lang(af) %{_kde5_localedir}/af/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_ar}
%package ar
Summary:	Arabic language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ar
Provides:	%{name}-Arabic = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ar
This package provides Arabic translation for KDE.

%files ar
%lang(ar) %{_kde5_localedir}/ar/LC_MESSAGES/*
%{_kde5_datadir}/klettres/ar/
%endif

#----------------------------------------------------------------------------------------

%if %{build_az}
%package az
Summary:	Azerbaijani language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Azerbaijani = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description az
This package provides Azerbaijani translations for KDE.

%files az
%lang(az) %{_kde5_localedir}/az/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_be}
%package be
Summary:	Belarusian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Belarusian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description be
%{summary}.

%files be
%lang(be) %{_kde5_localedir}/be/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_bn_IN}
%package bn_IN
Summary:	Bengali India language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-bn
Provides:	%{name}-Bengali-India = %{version}-%{release}
Provides:	%{name}-Bengali = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description bn_IN
%{summary}.

%files bn_IN
%lang(bn_IN) %{_kde5_localedir}/bn_IN/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_bg}
%package bg
Summary:	Bulgarian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-bg
Provides:	%{name}-Bulgarian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description bg
%{summary}.

%files bg
%lang(bg) %{_kde5_localedir}/bg/LC_MESSAGES/*
%{_kde5_datadir}/kvtml/bg/
%endif

#----------------------------------------------------------------------------------------

%if %{build_bo}
%package bo
Summary:	Tibetan language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Tibetan = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description bo
%{summary}.

%files bo
%lang(bo) %{_kde5_localedir}/bo/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_br}
%package br
Summary:	Breton language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Breton = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description br
%{summary}.

%files br
%lang(br) %{_kde5_localedir}/br/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_bs}
%package bs
Summary:	Bosnian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Bosnian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description bs
%{summary}.

%files bs
%lang(bs) %{_kde5_localedir}/bs/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_ca}
%package ca
Summary:	Catalan language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ca
Provides:	%{name}-Catalan = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ca
%{summary}.

%files ca
%lang(ca) %{_kde5_localedir}/ca/LC_MESSAGES/*
%{_kde5_datadir}/khangman/ca.txt
%{_kde5_datadir}/ktuberling/sounds/ca.soundtheme
%{_kde5_datadir}/ktuberling/sounds/ca/*
%{_kde5_datadir}/kvtml/ca/
%{_kde5_docdir}/HTML/ca/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_ca_valencia}
%package ca-valencia
Summary:	Catalan (Valencian) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Catalan-Valencian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ca-valencia
%{summary}.

%files ca-valencia
%lang(ca-valencia) %{_kde5_localedir}/ca@valencia/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_cs}
%package cs
Summary:	Czech language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-cs
Provides:	%{name}-Czech = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description cs
%{summary}.

%files cs
%lang(cs) %{_kde5_localedir}/cs/LC_MESSAGES/*
%{_kde5_datadir}/khangman/cs.txt
%{_kde5_datadir}/klettres/cs/
%{_kde5_datadir}/kvtml/cs/
%{_kde5_docdir}/HTML/cs/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_csb}
%package csb
Summary:	Kashubian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pl
Provides:	%{name}-Kashubian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description csb
%{summary}.

%files csb
%lang(csb) %{_kde5_localedir}/csb/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_cy}
%package cy
Summary:	Welsh language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Welsh = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description cy
%{summary}.

%files cy
%lang(cy) %{_kde5_localedir}/cy/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_da}
%package da
Summary:	Danish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-da
Provides:	%{name}-Danish = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description da
%{summary}.

%files da
%lang(da) %{_kde5_localedir}/da/LC_MESSAGES/*
%{_kde5_datadir}/khangman/da.txt
%{_kde5_datadir}/klettres/da/
%{_kde5_datadir}/ktuberling/sounds/da.soundtheme
%{_kde5_datadir}/ktuberling/sounds/da/*
%{_kde5_datadir}/kvtml/da/
%{_kde5_docdir}/HTML/da/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_de}
%package de
Summary:	German language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-de
Provides:	%{name}-German = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description de
%{summary}.

%files de
%lang(de) %{_kde5_localedir}/de/LC_MESSAGES/*
%{_kde5_datadir}/klettres/de/
%{_kde5_datadir}/khangman/de.txt
%{_kde5_datadir}/ktuberling/sounds/de.soundtheme
%{_kde5_datadir}/ktuberling/sounds/de/*
%{_kde5_datadir}/kvtml/de/
%{_kde5_docdir}/HTML/de/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_el}
%package el
Summary:	Greek language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-el
Provides:	%{name}-Greek = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description el
%{summary}.

%files el
%lang(el) %{_kde5_localedir}/el/LC_MESSAGES/*
%{_kde5_datadir}/ktuberling/sounds/el.soundtheme
%{_kde5_datadir}/ktuberling/sounds/el/*
%{_kde5_datadir}/kvtml/el
%{_kde5_docdir}/HTML/el/
%endif

#----------------------------------------------------------------------------------------

%if %{build_en_GB}
%package en_GB
Summary:	British English support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-en
Provides:	%{name}-British = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description en_GB
%{summary}.

%files en_GB
%lang(en_GB) %{_kde5_localedir}/en_GB/LC_MESSAGES/*
%{_kde5_datadir}/klettres/en_GB/
%{_kde5_datadir}/kvtml/en_GB/
%{_kde5_datadir}/katepart/syntax/logohighlightstyle.en_GB.xml
%{_kde5_datadir}/kturtle/data/logokeywords.en_GB.xml
%{_kde5_datadir}/kturtle/examples/en_GB/
%endif

#----------------------------------------------------------------------------------------

%if %{build_eo}
%package eo
Summary:	Esperanto support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-eo
Provides:	%{name}-Esperanto = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description eo
%{summary}.

%files eo
%lang(eo) %{_kde5_localedir}/eo/LC_MESSAGES/*
%{_kde5_docdir}/HTML/eo/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_es}
%package es
Summary:	Spanish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-es
Provides:	%{name}-Spanish = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description es
%{summary}.

%files es
%lang(es) %{_kde5_localedir}/es/LC_MESSAGES/*
%{_kde5_datadir}/khangman/es.txt
%{_kde5_datadir}/klettres/es/
%{_kde5_datadir}/ktuberling/sounds/es.soundtheme
%{_kde5_datadir}/ktuberling/sounds/es/*
%{_kde5_datadir}/kvtml/es/
%{_kde5_docdir}/HTML/es/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_et}
%package et
Summary:	Estonian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-et
Provides:	%{name}-Estonian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description et
%{summary}.

%files et
%lang(et) %{_kde5_localedir}/et/LC_MESSAGES/*
%{_kde5_datadir}/khangman/et.txt
%{_kde5_datadir}/kvtml/et/
%{_kde5_docdir}/HTML/et/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_eu}
%package eu
Summary:	Basque language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-eu
Provides:	%{name}-Basque = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description eu
This package provides Basque translations for KDE.

%files eu
%lang(eu) %{_kde5_localedir}/eu/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_fa}
%package fa
Summary:	Farsi language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-fa
Provides:	%{name}-Farsi = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description fa
%{summary}.

%files fa
%lang(fa) %{_kde5_localedir}/fa/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_fi}
%package fi
Summary:	Finnish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-fi
Provides:	%{name}-Finnish = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description fi
%{summary}.

%files fi
%lang(fi) %{_kde5_localedir}/fi/LC_MESSAGES/*
%{_kde5_localedir}/fi/LC_SCRIPTS/
%{_kde5_datadir}/khangman/fi.txt
%{_kde5_datadir}/ktuberling/sounds/fi.soundtheme
%{_kde5_datadir}/ktuberling/sounds/fi/*
%{_kde5_datadir}/kvtml/fi/
%endif

#----------------------------------------------------------------------------------------

%if %{build_fo}
%package fo
Summary:	Faroese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Faroese = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description fo
%{summary}.

%files fo
%lang(fo) %{_kde5_localedir}/fo/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_fr}
%package fr
Summary:	French language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-fr
Provides:	%{name}-French = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description fr
%{summary}.

%files fr
%lang(fr) %{_kde5_localedir}/fr/LC_MESSAGES/*
%{_kde5_localedir}/fr/LC_SCRIPTS/
%{_kde5_datadir}/khangman/fr.txt
%{_kde5_datadir}/kstars/fr/info_url.dat
%{_kde5_datadir}/ktuberling/sounds/fr.soundtheme
%{_kde5_datadir}/ktuberling/sounds/fr/*
%{_kde5_datadir}/kvtml/fr/
%{_kde5_docdir}/HTML/fr/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_fy}
%package fy
Summary:	Frisian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-fy
Provides:	%{name}-Frisian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description fy
%{summary}.

%files fy
%lang(fy) %{_kde5_localedir}/fy/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_ga}
%package ga
Summary:	Irish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ga
Provides:	%{name}-Irish = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ga
%{summary}.

%files ga
%lang(ga) %{_kde5_localedir}/ga/LC_MESSAGES/*
%{_kde5_datadir}/khangman/ga.txt
%{_kde5_datadir}/ktuberling/sounds/ga.soundtheme
%{_kde5_datadir}/ktuberling/sounds/ga/*
%{_kde5_datadir}/kvtml/ga/
%endif

#----------------------------------------------------------------------------------------

%if %{build_gl}
%package gl
Summary:	Galician language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-gl
Provides:	%{name}-Galician = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description gl
%{summary}.

%files gl
%lang(gl) %{_kde5_localedir}/gl/LC_MESSAGES/*
%{_kde5_datadir}/khangman/gl.txt
%{_kde5_datadir}/kvtml/gl/
%{_kde5_datadir}/ktuberling/sounds/gl.soundtheme
%{_kde5_datadir}/ktuberling/sounds/gl/*
%{_kde5_docdir}/HTML/gl/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_gu}
%package gu
Summary:	Gujarati language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-gu
Provides:	%{name}-Gujarati = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description gu
%{summary}.

%files gu
%lang(gu) %{_kde5_localedir}/gu/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_he}
%package he
Summary:	Hebrew language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-he
Provides:	%{name}-Hebrew = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description he
%{summary}.

%files he
%lang(he) %{_kde5_localedir}/he/LC_MESSAGES/*
%{_kde5_datadir}/klettres/he/
%endif

#----------------------------------------------------------------------------------------

%if %{build_hi}
%package hi
Summary:	Hindi language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-hi
Provides:	%{name}-Hindi = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description hi
%{summary}.

%files hi
%lang(hi) %{_kde5_localedir}/hi/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_hne}
%package hne
Summary:	Chhattisgarhi language support for KDE 
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-hne
Provides:	%{name}-Chhattisgarhi = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description hne
%{summary}.

%files hne
%lang(hne) %{_kde5_localedir}/hne/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_hr}
%package hr
Summary:	Croatian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-hr
Provides:	%{name}-Croatian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description hr
%{summary}.

%files hr
%lang(hr) %{_kde5_localedir}/hr/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_hu}
%package hu
Summary:	Hungarian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-hu
Provides:	%{name}-Hungarian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description hu
%{summary}.

%files hu
%lang(hu) %{_kde5_localedir}/hu/LC_MESSAGES/*
%{_kde5_datadir}/khangman/hu.txt
%{_kde5_datadir}/kvtml/hu/
%{_kde5_datadir}/klettres/hu/
%endif

#----------------------------------------------------------------------------------------

%if %{build_ia}
%package ia
Summary:	Interlingua language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Interlingua = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ia
%{summary}.

%files ia
%lang(ia) %{_kde5_localedir}/ia/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_id}
%package id
Summary:	Indonesian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-id
Provides:	%{name}-Indonesian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description id
%{summary}.

%files id
%lang(id) %{_kde5_localedir}/id/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_is}
%package is
Summary:	Icelandic language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-is
Provides:	%{name}-Icelandic = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description is
%{summary}.

%files is
%lang(is) %{_kde5_localedir}/is/LC_MESSAGES/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_it}
%package it
Summary:	Italian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-it
Provides:	%{name}-Italian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description it
%{summary}.

%files it
%lang(it) %{_kde5_localedir}/it/LC_MESSAGES/*
%{_kde5_datadir}/klettres/it/
%{_kde5_datadir}/ktuberling/sounds/it.soundtheme
%{_kde5_datadir}/ktuberling/sounds/it/*
%{_kde5_datadir}/kvtml/it/
%{_kde5_docdir}/HTML/it/*
%endif

#------------------------------------------------------------------------------

%if %{build_ja}
%package ja
Summary:	Japanese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ja
Provides:	%{name}-Japanese = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ja
%{summary}.

%files ja
%lang(ja) %{_kde5_localedir}/ja/LC_MESSAGES/*
%{_kde5_localedir}/ja/LC_SCRIPTS/
%{_kde5_docdir}/HTML/ja/*
%endif

#------------------------------------------------------------------------------

%if %{build_kn}
%package kn
Summary:	Kannada language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-kn
Provides:	%{name}-Kannada = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description kn
%{summary}.

%files kn
%lang(kn) %{_kde5_localedir}/kn/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_kk}
%package kk
Summary:	Kazakh language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-kk
Provides:	%{name}-Kazakh = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description kk
%{summary}.

%files kk
%lang(kk) %{_kde5_localedir}/kk/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_km}
%package km
Summary:	Khmer language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-km
Provides:	%{name}-Khmer = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description km
%{summary}.

%files km
%lang(km) %{_kde5_localedir}/km/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_ko}
%package ko
Summary:	Korean language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ko
Provides:	%{name}-Korean = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ko
%{summary}.

%files ko
%lang(ko) %{_kde5_localedir}/ko/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_ku}
%package ku
Summary:	Kurdish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ku
Provides:	%{name}-Kurdish = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ku
%{summary}.


%files ku
%lang(ku) %{_kde5_localedir}/ku/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_lo}
%package lo
Summary:	Lao language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Lao = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description lo
%{summary}.

%files lo
%lang(lo) %{_kde5_localedir}/lo/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_lt}
%package lt
Summary:	Lithuanian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-lt
Provides:	%{name}-Lithuanian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description lt
%{summary}.

%files lt
%lang(lt) %{_kde5_localedir}/lt/LC_MESSAGES/*
%{_kde5_datadir}/klettres/lt/
%{_kde5_datadir}/klettres/lt.txt
%{_kde5_datadir}/ktuberling/sounds/lt.soundtheme
%{_kde5_datadir}/ktuberling/sounds/lt/*
%{_kde5_docdir}/HTML/lt/*
%endif

#------------------------------------------------------------------------------

%if %{build_lv}
%package lv
Summary:	Latvian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-lv
Provides:	%{name}-Latvian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description lv
%{summary}.

%files lv
%lang(lv) %{_kde5_localedir}/lv/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_mai}
%package mai
Summary:	Maithili language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-mai
Provides:	%{name}-Maithili = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description mai
%{summary}.

%files mai
%lang(mai) %{_kde5_localedir}/mai/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_mi}
%package mi
Summary:	Maori language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Maori = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description mi
%{summary}.

%files mi
%lang(mi) %{_kde5_localedir}/mi/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_mk}
%package mk
Summary:	Macedonian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-mk
Provides:	%{name}-Macedonian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description mk
%{summary}.

%files mk
%lang(mk) %{_kde5_localedir}/mk/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_ml}
%package ml
Summary:	Malayalam language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ml
Provides:	%{name}-Malayalam = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ml
%{summary}.

%files ml
%lang(ml) %{_kde5_localedir}/ml/LC_MESSAGES/*
%{_kde5_datadir}/klettres/ml/
%endif

#------------------------------------------------------------------------------

%if %{build_mr}
%package mr
Summary:	Marathi language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ca
Provides:	%{name}-Marathi = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description mr
%{summary}.

%files mr
%lang(mr) %{_kde5_localedir}/mr/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_mt}
%package mt
Summary:	Maltese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Maltese = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description mt
%{summary}.

%files mt
%lang(mt) %{_kde5_localedir}/mt/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_nb}
%package nb
Summary:	Norwegian (Bokmaal) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-nb
Provides:	%{name}-Norwegian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description nb
%{summary}.

%files nb
%lang(nb) %{_kde5_localedir}/nb/LC_MESSAGES/*
%{_kde5_datadir}/khangman/nb.txt
%{_kde5_datadir}/kvtml/nb/
%{_kde5_datadir}/klettres/nb/
%{_kde5_datadir}/katepart/syntax/logohighlightstyle.nb.xml
%{_kde5_datadir}/kturtle/data/logokeywords.nb.xml
%{_kde5_datadir}/kturtle/examples/nb/*.logo
%endif

#------------------------------------------------------------------------------

%if %{build_nds}
%package nds
Summary:	Low Saxon language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-nds
Provides:	%{name}-LowSaxon = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description nds
%{summary}.

%files nds
%lang(nds) %{_kde5_localedir}/nds/LC_MESSAGES/*
%{_kde5_datadir}/katepart/syntax/logohighlightstyle.nds.xml
%{_kde5_datadir}/klettres/nds/
%{_kde5_datadir}/khangman/nds.txt
%{_kde5_datadir}/kstars/nds/info_url.dat
%{_kde5_datadir}/ktuberling/sounds/nds.soundtheme
%{_kde5_datadir}/ktuberling/sounds/nds/*
%{_kde5_datadir}/kturtle/examples/nds
%{_kde5_datadir}/kvtml/nds/
%endif

#------------------------------------------------------------------------------

%if %{build_ne}
%package ne
Summary:	Nepali language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ne
Provides:	%{name}-Nepali = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ne
%{summary}.

%files ne
%lang(ne) %{_kde5_localedir}/ne/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_nl}
%package nl
Summary:	Dutch language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-nl
Provides:	%{name}-nl = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description nl
%{summary}.

%files nl
%lang(nl) %{_kde5_localedir}/nl/LC_MESSAGES/*
%{_kde5_datadir}/klettres/nl/
%{_kde5_datadir}/kvtml/nl/
%{_kde5_datadir}/katepart/syntax/logohighlightstyle.nl.xml
%{_kde5_datadir}/ktuberling/sounds/nl.soundtheme
%{_kde5_datadir}/ktuberling/sounds/nl/*
%{_kde5_datadir}/kturtle/data/logokeywords.nl.xml
%{_kde5_datadir}/kturtle/examples/nl/*.logo
%{_kde5_docdir}/HTML/nl/*
%endif

#------------------------------------------------------------------------------

%if %{build_nn}
%package nn
Summary:	Norwegian (Nynorsk) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-nn
Provides:	%{name}-Norwegian-Nynorsk = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description nn
%{summary}.

%files nn
%lang(nn) %{_kde5_localedir}/nn/LC_MESSAGES/*
%{_kde5_localedir}/nn/LC_SCRIPTS/
%{_kde5_datadir}/khangman/nn.txt
%{_kde5_datadir}/kvtml/nn/
%{_kde5_docdir}/HTML/nn/*
%endif

#------------------------------------------------------------------------------

%if %{build_oc}
%package oc
Summary:	Occitan language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Occitan = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description oc
%{summary}.

%files oc
%lang(oc) %{_kde5_localedir}/oc/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_pa}
%package pa
Summary:	Punjabi language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pa
Provides:	%{name}-Punjabi = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description pa
%{summary}.

%files pa
%lang(pa) %{_kde5_localedir}/pa/LC_MESSAGES/*
%{_kde5_datadir}/kvtml/pa
%endif

#------------------------------------------------------------------------------

%if %{build_pl}
%package pl
Summary:	Polish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pl
Provides:	%{name}-Polish = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description pl
%{summary}.

%files pl
%lang(pl) %{_kde5_localedir}/pl/LC_MESSAGES/*
%{_kde5_localedir}/pl/LC_SCRIPTS/
%{_kde5_datadir}/khangman/pl.txt
%{_kde5_datadir}/kvtml/pl/
%{_kde5_docdir}/HTML/pl/*
%endif

#------------------------------------------------------------------------------

%if %{build_pt}
%package pt
Summary:	Portuguese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pt
Provides:	%{name}-Portuguese = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description pt
%{summary}.

%files pt
%lang(pt) %{_kde5_localedir}/pt/LC_MESSAGES/*
%{_kde5_datadir}/khangman/pt.txt
%{_kde5_datadir}/ktuberling/sounds/pt.soundtheme
%{_kde5_datadir}/ktuberling/sounds/pt/*
%{_kde5_datadir}/kvtml/pt/
%{_kde5_docdir}/HTML/pt/*
%endif

#------------------------------------------------------------------------------

%if %{build_pt_BR}
%package pt_BR
Summary:	Brazil Portuguese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pt
Provides:	%{name}-Brazil = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description pt_BR
%{summary}.

%files pt_BR
%lang(pt_BR) %{_kde5_localedir}/pt_BR/LC_MESSAGES/*
%{_kde5_datadir}/autocorrect/pt_BR.xml
%{_kde5_datadir}/khangman/pt_BR.txt
%{_kde5_datadir}/klettres/pt_BR/*
%{_kde5_datadir}/kvtml/pt_BR/
%{_kde5_docdir}/HTML/pt_BR/*
%endif

#------------------------------------------------------------------------------

%if %{build_ro}
%package ro
Summary:	Romanian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ro
Provides:	%{name}-Romanian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ro
%{summary}.

%files ro
%lang(ro) %{_kde5_localedir}/ro/LC_MESSAGES/*
%{_kde5_datadir}/ktuberling/sounds/ro.soundtheme
%{_kde5_datadir}/ktuberling/sounds/ro/*
%{_kde5_datadir}/kvtml/ro/
%endif

#------------------------------------------------------------------------------

%if %{build_ru}
%package ru
Summary:	Russian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ru
Provides:	%{name}-Russian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ru
%{summary}.

%files ru
%lang(ru) %{_kde5_localedir}/ru/LC_MESSAGES/*
%{_kde5_datadir}/kvtml/ru/
%{_kde5_datadir}/katepart/syntax/logohighlightstyle.ru.xml
%{_kde5_datadir}/klettres/ru
%{_kde5_datadir}/ktuberling/sounds/ru.soundtheme
%{_kde5_datadir}/ktuberling/sounds/ru/*
%{_kde5_docdir}/HTML/ru/*
%endif

#------------------------------------------------------------------------------

%if %{build_se}
%package se
Summary:	Northern Sami language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-se
Provides:	%{name}-NorthernSami = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description se
%{summary}.

%files se
%lang(se) %{_kde5_localedir}/se/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_si}
%package si
Summary:	Sinhala language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-si
Provides:	%{name}-Sinhala = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description si
%{summary}.

%files si
%lang(si) %{_kde5_localedir}/si/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_sk}
%package sk
Summary:	Slovak language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-sk
Provides:	%{name}-Slovak = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description sk
%{summary}.

%files sk
%lang(sk) %{_kde5_localedir}/sk/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_sl}
%package sl
Summary:	Slovenian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-sl
Provides:	%{name}-Slovenian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description sl
%{summary}.

%files sl
%lang(sl) %{_kde5_localedir}/sl/LC_MESSAGES/*
%{_kde5_datadir}/khangman/sl.txt
%{_kde5_datadir}/ktuberling/sounds/sl.soundtheme
%{_kde5_datadir}/ktuberling/sounds/sl/*
%{_kde5_datadir}/kvtml/sl/*
%endif

#------------------------------------------------------------------------------

%if %{build_sr}
%package sr
Summary:	Serbian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-sr
Provides:	%{name}-Serbian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description sr
%{summary}.

%files sr
%lang(sr) %{_kde5_localedir}/sr/LC_MESSAGES/*
%{_kde5_localedir}/sr/LC_SCRIPTS/
%{_kde5_localedir}/sr@latin/LC_MESSAGES/*
%{_kde5_localedir}/sr@latin/LC_SCRIPTS/
%{_kde5_localedir}/sr@ijekavian/LC_MESSAGES/
%{_kde5_localedir}/sr@ijekavian/LC_SCRIPTS/
%{_kde5_localedir}/sr@ijekavianlatin/LC_MESSAGES/
%{_kde5_localedir}/sr@ijekavianlatin/LC_SCRIPTS
%{_kde5_datadir}/desktoptheme/*/widgets/l10n/sr
%{_kde5_datadir}/desktoptheme/*/widgets/l10n/sr@latin
%{_kde5_datadir}/desktoptheme/*/widgets/l10n/sr@ijekavian
%{_kde5_datadir}/desktoptheme/*/widgets/l10n/sr@ijekavianlatin
%{_kde5_datadir}/desktoptheme/default/icons/l10n/sr*
%{_kde5_datadir}/khangman/sr@latin.txt
%{_kde5_datadir}/kvtml/sr*/
%{_kde5_docdir}/HTML/sr/*
%{_kde5_docdir}/HTML/sr@latin/*
%endif

#------------------------------------------------------------------------------

%if %{build_sv}
%package sv
Summary:	Swedish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-sv
Provides:	%{name}-Swedish = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description sv
%{summary}.

%files sv
%lang(sv) %{_kde5_localedir}/sv/LC_MESSAGES/*
%{_kde5_datadir}/khangman/sv.txt
%{_kde5_datadir}/ktuberling/sounds/sv.soundtheme
%{_kde5_datadir}/ktuberling/sounds/sv/*
%{_kde5_datadir}/kvtml/sv/
%{_kde5_docdir}/HTML/sv/*
%endif

#------------------------------------------------------------------------------

%if %{build_ta}
%package ta
Summary:	Tamil language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ta
Provides:	%{name}-Tamil = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ta
%{summary}.

%files ta
%lang(ta) %{_kde5_localedir}/ta/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_tg}
%package tg
Summary:	Tajik language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-tg
Provides:	%{name}-Tajik = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description tg
%{summary}.

%files tg
%lang(tg) %{_kde5_localedir}/tg/LC_MESSAGES/*
%{_kde5_datadir}/kvtml/tg/
%{_kde5_datadir}/khangman/tg.txt
%endif

#------------------------------------------------------------------------------

%if %{build_th}
%package th
Summary:	Thai language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-th
Provides:	%{name}-Thai = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description th
%{summary}.

%files th
%lang(th) %{_kde5_localedir}/th/LC_MESSAGES/*
%{_kde5_localedir}/th/charset
%{_kde5_localedir}/th/flag.png
%endif

#------------------------------------------------------------------------------

%if %{build_tr}
%package tr
Summary:	Turkish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-tr
Provides:	%{name}-Turkish = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description tr
%{summary}.

%files tr
%lang(tr) %{_kde5_localedir}/tr/LC_MESSAGES/*
%{_kde5_datadir}/khangman/tr.txt
%{_kde5_datadir}/kvtml/tr/
%{_kde5_docdir}/HTML/tr/*
%endif

#------------------------------------------------------------------------------

%if %{build_ug}
%package ug
Summary:	Uyghur language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ug
Provides:	%{name}-Uyghur = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ug
%{summary}.

%files ug
%lang(ug) %{_kde5_localedir}/ug/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_uk}
%package uk
Summary:	Ukrainian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-uk
Suggests:	%{name}-uk
Provides:	%{name}-Ukrainian = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description uk
%{summary}.

%files uk
%lang(uk) %{_kde5_localedir}/uk/LC_MESSAGES/*
%{_kde5_localedir}/uk/LC_SCRIPTS/
%{_kde5_datadir}/kvtml/uk/
%{_kde5_datadir}/klettres/uk/
%{_kde5_datadir}/ktuberling/sounds/uk.soundtheme
%{_kde5_datadir}/ktuberling/sounds/uk/*
%{_kde5_docdir}/HTML/uk/*
%endif

#------------------------------------------------------------------------------

%if %{build_ven}
%package ven
Summary:	Venda language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Venda = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description ven
%{summary}.

%files ven
%lang(ven) %{_kde5_localedir}/ven/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_vi}
%package vi
Summary:	Vietnamese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Vietnamese = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description vi
%{summary}.

%files vi
%lang(vi) %{_kde5_localedir}/vi/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_wa}
%package wa
Summary:	Walloon language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-wa
Provides:	%{name}-Walloon = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description wa
%{summary}.

%files wa
%lang(wa) %{_kde5_localedir}/wa/LC_MESSAGES/*
%{_kde5_datadir}/ktuberling/sounds/wa.soundtheme
%{_kde5_datadir}/ktuberling/sounds/wa/*
%endif

#------------------------------------------------------------------------------

%if %{build_xh}
%package xh
Summary:	Xhosa (a Bantu language) support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Xhosa = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description xh
%{summary}.

%files xh
%lang(xh) %{_kde5_localedir}/xh/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%if %{build_zh_CN}
%package zh_CN
Summary:	Chinese (Simplified Chinese) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-zh
Provides:	%{name}-Chinese = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description zh_CN
%{summary}.

%files zh_CN
%lang(zh_CN) %{_kde5_localedir}/zh_CN/LC_MESSAGES/*
%{_kde5_datadir}/kvtml/zh_CN/
%endif

#------------------------------------------------------------------------------

%if %{build_zh_TW}
%package zh_TW
Summary:	Chinese (Traditional) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-zh
Provides:	%{name}-Chinese-Traditional = %{version}-%{release}
Conflicts:	plasma5-kio-extras < 15.08.0
Conflicts:	plasma5-khelpcenter < 5.6.5

%description zh_TW
%{summary}.

%files zh_TW
%lang(zh_TW) %{_kde5_localedir}/zh_TW/LC_MESSAGES/*
%endif

#------------------------------------------------------------------------------

%prep
%setup -T -q -n %{oname}-%{version} -c

for lang in %{langlist} ; do
  echo $lang | grep -v '^#' && \
  xz -dc %{_sourcedir}/%{oname}-$lang-%{version}.tar.xz | tar -xf -
done

%if %{build_ca_valencia}
tar -xf %{_sourcedir}/%{oname}-ca@valencia-%{version}.tar.xz
%endif

cp %{SOURCE101} %{oname}-ru-%{version}/5/ru/messages/kdemultimedia/kdenlive.po

%build
for lang in %{langlist} ; do
pushd %{oname}-$lang-%{version}
      sed -i /"add_subdirectory(4)"/d CMakeLists.txt
      %cmake_kde5_kf5locales
      %make
popd
done

# build ca@valencia separately due to the @ in the tarball name
%if %{build_ca_valencia}
pushd %{oname}-ca@valencia-%{version}
      %cmake_kde5_kf5locales
      %make
popd
%endif

%install
for lang in %{langlist} ; do
pushd %{oname}-$lang-%{version}
     %makeinstall_std -C build
popd
done

# install ca@valencia separately due to the @ in the tarball name
%if %{build_ca_valencia}
pushd %{oname}-ca@valencia-%{version}
     %makeinstall_std -C build
popd
%endif

# remove mans for now to avoid conflicts with KDE4 versions
rm -rf %{buildroot}%{_kde5_mandir}

# move to a proper place
mv %{buildroot}%{_kde5_datadir}/apps/kvtml %{buildroot}%{_kde5_datadir}/kvtml

%changelog

* Sat Nov 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:16.04.3-4
- (94e77af) Update kdenlive translations

* Fri Nov 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:16.04.3-3
- (401d57d) Update kdenlive translations

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:16.04.3-2
- (088f9cb) MassBuild#1169: Increase release tag

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:16.04.3-1
- (da6c555) New version 16.04.3

* Tue Jun 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:16.04.2-2
- (fe19187) Add Conflicts with plasma5-khelpcenter

* Mon Jun 20 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:16.04.2-1
- (05ab194) Update files (add da HTML docs)
- (Andrey Bondrov: 6ebb858) Update files (drop ca and nb LC_SCRIPTS)
- (Andrey Bondrov: 877fefa) Restore kdenlive-ru.po
- (Andrey Bondrov: b7460d7) New version 16.04.2

* Mon Mar 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:15.12.3-1
- (cb79b4d) Update files (add ca, nb and nn LC_SCRIPTS)
- (Andrey Bondrov: cb71951) New version 15.12.3

* Wed Feb 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:15.12.2-1
- (7524fb1) New version 15.12.2

* Wed Jan 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:15.12.1-1
- (5d81ce6) Update files (add autocorrect/pt_BR.xml)
- (Andrey Bondrov: 0e6ae61) New version 15.12.1

* Sat Jan 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:15.12.0-1
- (21ff49e) Add ktuberling sound files
- (Andrey Bondrov: 242ae94) New version 15.12.0

* Mon Nov 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:15.08.3-1
- (fcbb14a) Restore kdenlive Russian translation
- (Andrey Bondrov: d9339e4) New version 15.08.3

* Thu Oct 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:15.08.2-1
- (f402bfc) New version 15.08.2

* Tue Sep 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:15.08.1-1
- (2a5186d) New version 15.08.1

* Fri Aug 28 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:15.08.0-3
- (63807eb) Update Russian translation for kdenlive

* Thu Aug 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:15.08.0-2
- (6ce0014) Bump release

* Thu Aug 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:15.08.0-1
- (56e75dd) Add Conflicts with plasma5-kio-extras < 15.08.0
- (Andrey Bondrov: 94e15b1) Add docbooks for tr locale
- (Andrey Bondrov: d368eb0) Add kstars data files for fr and nds locales
- (Andrey Bondrov: f40ce43) New version 15.08.0
- (Andrey Bondrov: f40ce43) Disable sr locale (not ready for KF5 port yet)
- (Andrey Bondrov: f40ce43) Drop external Russian kdenlive localization, should be fixed in source tarball now

* Mon Aug 03 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:15.04.3-2
- (38b3699) Enable Serbian language

* Thu Jul 02 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:15.04.3-1
- (99051e9) New version 15.04.3

* Thu Jun 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:15.04.2-5
- (2c4b8bc) Update Russian translation for kdenlive once more (final)

* Wed Jun 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:15.04.2-4
- (05186aa) Update Russian translation for kdenlive once more (hope last time)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22898 |14mu|kde5-macros-5.6-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Base install macros for KDE Frameworks 5
Name:		kde5-macros
Version:	5.6
Release:	17
License:	GPLv2+
Group:		Development/KDE and Qt
Url:		http://www.rosalinux.com
Source0:	kde5.macros
Requires:	cmake
Requires:	qt5-macros
Requires:	rosa-release-common
BuildArch:	noarch

%description
Base install macros for KDE Frameworks 5.

%files
%{_sysconfdir}/rpm/macros.d/kde5.macros

#----------------------------------------------------------------------------

%prep

%build

%install
install -d -m 755 %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/rpm/macros.d/


%changelog
* Fri Mar 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6-17
+ Revision: 41a6637
- Add kf5locales_fix macro to fix find_lang output for /locale/kf5 files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22899 |14mu|kdeadmin4-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	K Desktop Environment - Administrative Tools
Name:		kdeadmin4
Version:	4.14.3
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Suggests:	kcron
Suggests:	ksystemlog
Suggests:	kuser
BuildArch:	noarch

%description
The kdeadmin package contains packages that usually only a system
administrator might need:
- kcron (editor for the cron command scheduler)
- kuser (user manager)
- ksystemlog (system log viewer tool for KDE4)

%files

#------------------------------------------------------------------------

%prep

%build

%install


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: 39675d3
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22900 |14mu|kdeartwork4-4.14.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Additional artwork (themes, sound themes, icons,etc...) for KDE
Name:		kdeartwork4
Version:	4.14.3
Release:	4
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdeartwork-%{version}.tar.xz
Patch0:		kdeartwork-4.14.3-cmake.patch
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	xscreensaver-base
BuildRequires:	pkgconfig(eigen3)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libkexiv2)
BuildRequires:	pkgconfig(xt)
Conflicts:	kde-wallpapers < 2:4.10.0
Obsoletes:	kdeartwork4-aurorae-themes-air-oxygen < 1:4.10.0
Obsoletes:	kdeartwork4-aurorae-themes-oxygen < 1:4.10.0
Obsoletes:	kdeartwork4-sounds < 1:4.12.0
Suggests:	%{name}-emoticons
Suggests:	%{name}-kscreensaver
Suggests:	%{name}-styles
Suggests:	%{name}-wallpapers
Suggests:	%{name}-color-schemes

%description
Additional artwork (themes, sound themes, icons,etc...) for KDE.

%files
%doc README

#-------------------------------------------------------------------------

%package color-schemes
Summary:	%{name} color schemes
Group:		Graphical desktop/KDE
Buildarch:	noarch

%description color-schemes
%{name} color schemes.

%files color-schemes
%{_kde_appsdir}/color-schemes

#-------------------------------------------------------------------------

%package emoticons
Summary:	%{name} emoticons
Group:		Graphical desktop/KDE
Buildarch:	noarch
Obsoletes:	%{name}-emoticons < %{EVRD}

%description emoticons
%{name} emoticons.

%files emoticons
%{_kde_datadir}/emoticons/*

#-------------------------------------------------------------------------

%package icons-theme-mono
Summary:	Mono Icons from kde4
Group:		Graphical desktop/KDE
Buildarch:	noarch

%description icons-theme-mono
Mono icons theme

%files icons-theme-mono
%{_kde_iconsdir}/mono

#-------------------------------------------------------------------------

%package icons-theme-nuvola
Summary:	Default Icons from kde4
Group:		Graphical desktop/KDE
Buildarch:	noarch
Obsoletes:	%{name}-icons-theme-nuvola < %{EVRD}

%description icons-theme-nuvola
nuvola icons theme

%files icons-theme-nuvola
%{_kde_iconsdir}/nuvola

#-----------------------------------------------------------------------------

%package kscreensaver
Summary:	%{name} kscreensaver
Group:		Graphical desktop/KDE

%description kscreensaver
%{name} kscreensaver.

%files kscreensaver
%{_kde_appsdir}/kfiresaver
%{_kde_appsdir}/kscreensaver
%{_kde_bindir}/*.kss
%{_kde_services}/ScreenSavers/*
%{_kde_bindir}/kxsconfig
%{_kde_bindir}/kxsrun

#-----------------------------------------------------------------------------

%package -n plasma-desktoptheme-androbit
Summary:	Plasma androbit desktopthemes
Group:		Graphical desktop/KDE
Provides:	plasma-desktoptheme
Buildarch:	noarch

%description -n plasma-desktoptheme-androbit
Plasma androbit desktopthemes.

%files -n plasma-desktoptheme-androbit
%{_kde_appsdir}/desktoptheme/Androbit

#-----------------------------------------------------------------------------

%package -n plasma-desktoptheme-aya
Summary:	Plasma aya desktopthemes
Group:		Graphical desktop/KDE
Provides:	plasma-desktoptheme
Buildarch:	noarch

%description -n plasma-desktoptheme-aya
Plasma aya desktopthemes.

%files -n plasma-desktoptheme-aya
%{_kde_appsdir}/desktoptheme/Aya

#-----------------------------------------------------------------------------

%package -n plasma-desktoptheme-produkt
Summary:	Plasma produkt desktopthemes
Group:		Graphical desktop/KDE
Provides:	plasma-desktoptheme
Buildarch:	noarch

%description -n plasma-desktoptheme-produkt
Plasma produkt desktopthemes.

%files -n plasma-desktoptheme-produkt
%{_kde_appsdir}/desktoptheme/Produkt

#-----------------------------------------------------------------------------

%package -n plasma-desktoptheme-slim-glow
Summary:	Plasma slim-glow desktopthemes
Group:		Graphical desktop/KDE
Provides:	plasma-desktoptheme
Buildarch:	noarch

%description -n plasma-desktoptheme-slim-glow
Plasma slim-glow desktopthemes.

%files -n plasma-desktoptheme-slim-glow
%{_kde_appsdir}/desktoptheme/slim-glow

#-----------------------------------------------------------------------------

%package -n plasma-desktoptheme-tibanna
Summary:	Plasma tibanna desktopthemes
Group:		Graphical desktop/KDE
Provides:	plasma-desktoptheme
Buildarch:	noarch

%description -n plasma-desktoptheme-tibanna
Plasma tibanna desktopthemes.

%files -n plasma-desktoptheme-tibanna
%{_kde_appsdir}/desktoptheme/Tibanna

#-------------------------------------------------------------------------

%package styles
Summary:	%{name} styles
Group:		Graphical desktop/KDE
Conflicts:	kdebase4-workspace < 2:4.5.68

%description styles
%{name} styles.

%files styles
%{_kde_appsdir}/kstyle
%{_kde_libdir}/kde4/kstyle_phase_config.so
%{_kde_libdir}/kde4/plugins/styles/phasestyle.so
%{_kde_libdir}/kde4/kwin3_kde2.so
%{_kde_libdir}/kde4/kwin3_keramik.so
%{_kde_libdir}/kde4/kwin3_modernsys.so
%{_kde_libdir}/kde4/kwin3_quartz.so
%{_kde_libdir}/kde4/kwin3_redmond.so
%{_kde_libdir}/kde4/kwin3_web.so
%{_kde_libdir}/kde4/kwin_kde2_config.so
%{_kde_libdir}/kde4/kwin_keramik_config.so
%{_kde_libdir}/kde4/kwin_modernsys_config.so
%{_kde_libdir}/kde4/kwin_quartz_config.so
%{_kde_appsdir}/kwin/kde2.desktop
%{_kde_appsdir}/kwin/keramik.desktop
%{_kde_appsdir}/kwin/modernsystem.desktop
%{_kde_appsdir}/kwin/quartz.desktop
%{_kde_appsdir}/kwin/redmond.desktop
%{_kde_appsdir}/kwin/web.desktop

#-------------------------------------------------------------------------

%package wallpapers
Summary:	%{name} wallpapers
Group:		Graphical desktop/KDE
Buildarch:	noarch

%description wallpapers
%{name} wallpapers.

%files wallpapers
%{_kde_datadir}/wallpapers/*

#-----------------------------------------------------------------------------

%prep
%setup -qn kdeartwork-%{version}
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Sat May 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-4
- (d319dd3) Add patch to fix build with newer cmake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22901 |14mu|kdebase4-4.14.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_iconoverlay 0

Summary:	K Desktop Environment
Name:		kdebase4
Version:	4.14.3
Release:	6
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/kde-baseapps-%{version}.tar.xz
Source1:	%{name}.rpmlintrc
Patch1:		kdebase-4.2.95-Use-Mandriva-Home-Icon.patch
Patch2:		kdebase-4.8.97-mdvuserface.patch
Patch3:		kdebase-4.10.0-fileplaces.patch
Patch4:		kdebase-4.10.2-konq-templates-cleanup.patch
Patch5:		kdebase-4.11.4-folderview-preview.patch
Patch12:	kdebase-4.8.1-Set-Preview-true.patch
Patch101:	kdebase-4.12.1-dolphinrcui.patch
Patch104:	kdebase-4.8.2-dolphin-delete-files-on-flash-drives.patch
Patch105:	kdebase-4.14.1-dolphin-klook.patch
Patch106:	kdebase-4.12.1-konqueror-settings-kio-proxy.patch
Patch107:	kdebase-4.10.0-iconoverlay-plugin.patch
Patch108:	kdebase-4.9.5-iconoverlay-race-fix.patch
# branch patches
# Backport from Applications 15.04 to sync with kdelibs4 4.14.8
Patch201:	kdebase-4.14.3-places-model-1.patch
Patch202:	kdebase-4.14.3-places-model-2.patch
Patch203:	kdebase-4.14.3-places-model-3.patch
Patch204:	kdebase-4.14.3-places-model-4.patch
Patch205:	kdebase-4.14.3-odt-metainfo.patch
# trunk patches
# test patches
BuildRequires:	baloo-devel
BuildRequires:	baloo-widgets-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kfilemetadata-devel
BuildRequires:	tidy-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(libstreams)
BuildRequires:	pkgconfig(qimageblitz) < 5.0.0
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)
Requires:	kdebase4-runtime
Suggests:	dolphin
Suggests:	kdepasswd
Suggests:	kde4-nsplugins
Suggests:	kdialog
Suggests:	kfind
Suggests:	konqueror
Suggests:	keditbookmarks
Requires:	plasma-applet-folderview

%description
This meta package requires all base kdebase 4 packages.

%files
%doc README

#------------------------------------------------

%define dolphinprivate_major 4
%define libdolphinprivate %mklibname dolphinprivate %{dolphinprivate_major}

%package -n %{libdolphinprivate}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libdolphinprivate}
KDE 4 core library.

%files -n %{libdolphinprivate}
%{_kde_libdir}/libdolphinprivate.so.%{dolphinprivate_major}*

#-----------------------------------------------------------------------------

%package -n dolphin
Summary:	File manager for KDE focusing on usability
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	kfind
Provides:	dolphin4
Suggests:	ffmpegthumbs
Suggests:	kde-odf-thumbnail
Suggests:	klook
Provides:	kde4-dolphin = %{EVRD}

%description -n dolphin
Dolphin is a file manager for KDE focusing on usability.
The main features of Dolphin are:
- Navigation bar for URLs, which allows to navigate quickly
     through the file hierarchy.
- View properties are remembered for each folder.
- Split of views is supported.
- Network transparency.
- Undo/redo functionality.
- Renaming of a variable number of selected items in one step.

Dolphin is not intended to be a competitor to Konqueror: Konqueror
acts as universal viewer being able to show HTML pages, text documents,
directories and a lot more, whereas Dolphin focuses on being only a file
manager. This approach allows to optimize the user interface for the task
of file management.

%files -n dolphin
%doc %{_kde_docdir}/HTML/en/dolphin/
%{_kde_bindir}/dolphin
%{_kde_bindir}/servicemenudeinstallation
%{_kde_bindir}/servicemenuinstallation
%{_kde_applicationsdir}/dolphin.desktop
%{_kde_services}/dolphinpart.desktop
%{_kde_services}/kcmdolphingeneral.desktop
%{_kde_services}/kcmdolphinnavigation.desktop
%{_kde_services}/kcmdolphinservices.desktop
%{_kde_services}/kcmdolphinviewmodes.desktop
%{_kde_services}/filenamesearch.protocol
%{_kde_servicetypes}/fileviewversioncontrolplugin.desktop
%if %{build_iconoverlay}
%{_kde_servicetypes}/iconviewoverlaycontrolplugin.desktop
%endif
%{_kde_configdir}/servicemenu.knsrc
%{_kde_datadir}/config.kcfg/dolphin_*
%{_kde_libdir}/libkdeinit4_dolphin.so
%{_kde_libdir}/kde4/dolphinpart.so
%{_kde_libdir}/kde4/kcm_dolphingeneral.so
%{_kde_libdir}/kde4/kcm_dolphinnavigation.so
%{_kde_libdir}/kde4/kcm_dolphinservices.so
%{_kde_libdir}/kde4/kcm_dolphinviewmodes.so
%{_kde_libdir}/kde4/kio_filenamesearch.so
%{_kde_appsdir}/dolphinpart/dolphinpart.rc
%{_kde_appsdir}/dolphin/
%{_kde_datadir}/appdata/dolphin.appdata.xml
%{_kde_datadir}/templates/

#-----------------------------------------------------------------------------

%package -n kdepasswd
Summary:	User password management for KDE
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	accountsservice

%description -n kdepasswd
User password management.

%files -n kdepasswd
%doc %{_kde_docdir}/HTML/en/kdepasswd/
%{_kde_bindir}/kdepasswd
%{_kde_libdir}/kde4/kcm_useraccount.so
%{_kde_applicationsdir}/kdepasswd.desktop
%{_kde_services}/kcm_useraccount.desktop
%{_kde_datadir}/config.kcfg/kcm_useracc*
%{_kde_appsdir}/kdm/pics/users/*.png

#-----------------------------------------------------------------------------

%package -n kde4-nsplugins
Summary:	Netscape plugins wrapper for KDE
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Conflicts:	kdebase4-devel < 1:4.7.90-2

%description -n kde4-nsplugins
Netscape plugins wrapper for kde.

%files -n kde4-nsplugins
%{_datadir}/dbus-1/interfaces/org.kde.nsplugins.*.xml
%{_kde_bindir}/nspluginscan
%{_kde_bindir}/nspluginviewer
%{_kde_appsdir}/nsplugin/nspluginpart.rc
%{_kde_libdir}/kde4/libkcminit_nsplugins.so
%{_kde_libdir}/kde4/libnsplugin.so
%{_kde_services}/khtml_plugins.desktop

#------------------------------------------------

%define konq_major 5
%define libkonq %mklibname konq %{konq_major}

%package -n %{libkonq}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkonq}
KDE 4 core library.

%files -n %{libkonq}
%{_kde_libdir}/libkonq.so.%{konq_major}*

#------------------------------------------------

%define konqsidebarplugin_major 4
%define libkonqsidebarplugin %mklibname konqsidebarplugin %{konqsidebarplugin_major}

%package -n %{libkonqsidebarplugin}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkonqsidebarplugin}
KDE 4 core library.

%files -n %{libkonqsidebarplugin}
%{_kde_libdir}/libkonqsidebarplugin.so.%{konqsidebarplugin_major}*

#------------------------------------------------

%define konquerorprivate_major 4
%define libkonquerorprivate %mklibname konquerorprivate %{konquerorprivate_major}

%package -n %{libkonquerorprivate}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkonquerorprivate}
KDE 4 core library.

%files -n %{libkonquerorprivate}
%{_kde_libdir}/libkonquerorprivate.so.%{konquerorprivate_major}*

#------------------------------------------------

%define kbookmarkmodel_private_major 4
%define libkbookmarkmodel_private %mklibname kbookmarkmodel_private %{kbookmarkmodel_private_major}

%package -n %{libkbookmarkmodel_private}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkbookmarkmodel_private}
KDE 4 core library.

%files -n %{libkbookmarkmodel_private}
%{_kde_libdir}/libkbookmarkmodel_private.so.%{kbookmarkmodel_private_major}*

#------------------------------------------------

%package -n konq-plugins
Summary:	Konqueror plugins
Group:		Graphical desktop/KDE
Requires:	konqueror
Conflicts:	dolphin < 1:4.7.0

%description -n konq-plugins
This module contains plugins that interact with Konqueror.

%files -n konq-plugins
%{_kde_bindir}/fsview
%{_kde_libdir}/kde4/adblock.so
%{_kde_libdir}/kde4/akregatorkonqfeedicon.so
%{_kde_libdir}/kde4/autorefresh.so
%{_kde_libdir}/kde4/babelfishplugin.so
%{_kde_libdir}/kde4/dirfilterplugin.so
%{_kde_libdir}/kde4/domtreeviewerplugin.so
%{_kde_libdir}/kde4/fsviewpart.so
%{_kde_libdir}/kde4/khtmlsettingsplugin.so
%{_kde_libdir}/kde4/kimgallery.so
%{_kde_libdir}/kde4/minitoolsplugin.so
%{_kde_libdir}/kde4/rellinksplugin.so
%{_kde_libdir}/kde4/searchbarplugin.so
%{_kde_libdir}/kde4/uachangerplugin.so
%{_kde_libdir}/kde4/validatorsplugin.so
%{_kde_libdir}/kde4/webarchiverplugin.so
%{_kde_libdir}/kde4/webarchivethumbnail.so
%{_kde_appsdir}/akregator/pics/feed.png
%{_kde_appsdir}/dolphinpart/kpartplugins/dirfilterplugin.desktop
%{_kde_appsdir}/dolphinpart/kpartplugins/dirfilterplugin.rc
%{_kde_appsdir}/dolphinpart/kpartplugins/kimgalleryplugin.desktop
%{_kde_appsdir}/dolphinpart/kpartplugins/kimgalleryplugin.rc
%{_kde_appsdir}/domtreeviewer/domtreeviewerui.rc
%{_kde_appsdir}/fsview/fsview_part.rc
%{_kde_appsdir}/khtml/kpartplugins/akregator_konqfeedicon.desktop
%{_kde_appsdir}/khtml/kpartplugins/akregator_konqfeedicon.rc
%{_kde_appsdir}/khtml/kpartplugins/autorefresh.desktop
%{_kde_appsdir}/khtml/kpartplugins/autorefresh.rc
%{_kde_appsdir}/khtml/kpartplugins/khtmlsettingsplugin.desktop
%{_kde_appsdir}/khtml/kpartplugins/khtmlsettingsplugin.rc
%{_kde_appsdir}/khtml/kpartplugins/minitoolsplugin.desktop
%{_kde_appsdir}/khtml/kpartplugins/minitoolsplugin.rc
%{_kde_appsdir}/khtml/kpartplugins/plugin_adblock.desktop
%{_kde_appsdir}/khtml/kpartplugins/plugin_adblock.rc
%{_kde_appsdir}/khtml/kpartplugins/plugin_babelfish.rc
%{_kde_appsdir}/khtml/kpartplugins/plugin_domtreeviewer.desktop
%{_kde_appsdir}/khtml/kpartplugins/plugin_domtreeviewer.rc
%{_kde_appsdir}/khtml/kpartplugins/plugin_rellinks.desktop
%{_kde_appsdir}/khtml/kpartplugins/plugin_rellinks.rc
%{_kde_appsdir}/khtml/kpartplugins/plugin_translator.desktop
%{_kde_appsdir}/khtml/kpartplugins/plugin_validators.desktop
%{_kde_appsdir}/khtml/kpartplugins/plugin_validators.rc
%{_kde_appsdir}/khtml/kpartplugins/plugin_webarchiver.desktop
%{_kde_appsdir}/khtml/kpartplugins/plugin_webarchiver.rc
%{_kde_appsdir}/khtml/kpartplugins/uachangerplugin.desktop
%{_kde_appsdir}/khtml/kpartplugins/uachangerplugin.rc
%{_kde_appsdir}/konqueror/icons/oxygen/*/actions/google.png
%{_kde_appsdir}/konqueror/icons/oxygen/scalable/actions/google.svgz
%{_kde_appsdir}/konqueror/kpartplugins/searchbar.desktop
%{_kde_appsdir}/konqueror/kpartplugins/searchbar.rc
%{_kde_appsdir}/konqueror/opensearch/google.xml
%{_kde_appsdir}/kwebkitpart/kpartplugins/akregator_konqfeedicon.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/akregator_konqfeedicon.rc
%{_kde_appsdir}/kwebkitpart/kpartplugins/autorefresh.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/autorefresh.rc
%{_kde_appsdir}/kwebkitpart/kpartplugins/plugin_babelfish.rc
%{_kde_appsdir}/kwebkitpart/kpartplugins/plugin_translator.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/plugin_validators.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/plugin_validators.rc
%{_kde_appsdir}/kwebkitpart/kpartplugins/uachangerplugin.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/uachangerplugin.rc
%{_kde_appsdir}/kwebkitpart/kpartplugins/khtmlsettingsplugin.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/khtmlsettingsplugin.rc
%{_kde_datadir}/config.kcfg/validators.kcfg
%{_kde_configdir}/translaterc
%{_kde_iconsdir}/hicolor/*/apps/fsview.png
%{_kde_iconsdir}/oxygen/*/actions/babelfish.png
%{_kde_iconsdir}/oxygen/*/actions/cssvalidator.png
%{_kde_iconsdir}/oxygen/*/actions/htmlvalidator.png
%{_kde_iconsdir}/oxygen/*/actions/imagegallery.png
%{_kde_iconsdir}/oxygen/*/actions/validators.png
%{_kde_iconsdir}/oxygen/*/actions/webarchiver.png
%{_kde_iconsdir}/oxygen/scalable/actions/htmlvalidator.svgz
%{_kde_iconsdir}/oxygen/scalable/actions/validators.svgz
%{_kde_services}/ServiceMenus/imageconverter.desktop
%{_kde_services}/fsview_part.desktop
%{_kde_services}/webarchivethumbnail.desktop

#-----------------------------------------------------------------------------

%package -n konqueror
Summary:	KDE file and web browser
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	dolphin
Suggests:	keditbookmarks
Suggests:	konq-plugins
Conflicts:	kdebase4-devel < 1:4.7.90-2

%description -n konqueror
KDE file and web browser

%files -n konqueror
%{_datadir}/dbus-1/interfaces/org.kde.FavIcon.xml
%{_datadir}/dbus-1/interfaces/org.kde.?onqueror.*.xml
%doc %{_kde_docdir}/HTML/en/konqueror/
%{_kde_bindir}/kfmclient
%{_kde_bindir}/konqueror
%{_kde_libdir}/kde4/kded_konqy_preloader.so
%{_kde_libdir}/kde4/kcm_kio.so
%{_kde_libdir}/kde4/kcm_konq.so
%{_kde_libdir}/kde4/kcm_konqhtml.so
%{_kde_libdir}/kde4/kcm_kurifilt.so
%{_kde_libdir}/kde4/kcm_performance.so
%{_kde_libdir}/kde4/konq_aboutpage.so
%{_kde_libdir}/kde4/konq_shellcmdplugin.so
%{_kde_libdir}/kde4/konq_sidebar.so
%{_kde_libdir}/kde4/konq_sidebartree_dirtree.so
%{_kde_libdir}/kde4/konqsidebar_tree.so
%{_kde_libdir}/kde4/konqsidebar_web.so
%{_kde_libdir}/kde4/khtmlkttsdplugin.so
%{_kde_libdir}/libkdeinit4_kfmclient.so
%{_kde_libdir}/libkdeinit4_konqueror.so
%{_kde_libdir}/kde4/kcm_history.so
%{_kde_libdir}/kde4/kded_favicons.so
%{_kde_libdir}/kde4/konq_sound.so
%{_kde_libdir}/kde4/konq_sidebartree_bookmarks.so
%{_kde_libdir}/kde4/konqsidebar_history.so
%{_kde_libdir}/kde4/konqsidebar_places.so
%{_kde_libdir}/kde4/libexec/kcmproxyhelper
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmproxy.conf
%{_kde_datadir}/polkit-1/actions/org.kde.kcontrol.kcmproxy.policy
%{_kde_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmproxy.service
%{_kde_appsdir}/kcontrol/*
%{_kde_datadir}/config.kcfg/konqueror*
%{_kde_applicationsdir}/Home.desktop
%{_kde_applicationsdir}/kfmclient.desktop
%{_kde_applicationsdir}/kfmclient_dir.desktop
%{_kde_applicationsdir}/kfmclient_html.desktop
%{_kde_applicationsdir}/kfmclient_war.desktop
%{_kde_appsdir}/kcmcss/template.css
%{_kde_appsdir}/khtml/kpartplugins/khtmlkttsd.desktop
%{_kde_appsdir}/khtml/kpartplugins/khtmlkttsd.rc
%{_kde_appsdir}/dolphinpart/kpartplugins/kshellcmdplugin.desktop
%{_kde_appsdir}/dolphinpart/kpartplugins/kshellcmdplugin.rc
%{_kde_appsdir}/konqsidebartng
%{_kde_appsdir}/kbookmark/directory_bookmarkbar.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/khtmlkttsd.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/khtmlkttsd.rc
%{_kde_datadir}/autostart/konqy_preload.desktop
%{_kde_configdir}/konqsidebartngrc
%{_kde_services}/cache.desktop
%{_kde_services}/cookies.desktop
%{_kde_services}/ebrowsing.desktop
%{_kde_services}/filebehavior.desktop
%{_kde_services}/kcmkonqyperformance.desktop
%{_kde_services}/kcmperformance.desktop
%{_kde_services}/kded/konqy_preloader.desktop
%{_kde_services}/khtml_behavior.desktop
%{_kde_services}/khtml_filter.desktop
%{_kde_services}/khtml_general.desktop
%{_kde_services}/khtml_java_js.desktop
%{_kde_services}/konq_aboutpage.desktop
%{_kde_services}/konq_sidebartng.desktop
%{_kde_services}/konqueror.desktop
%{_kde_services}/netpref.desktop
%{_kde_services}/proxy.desktop
%{_kde_services}/smb.desktop
%{_kde_services}/useragent.desktop
%{_kde_services}/useragentstrings
%{_kde_services}/khtml_appearance.desktop
%{_kde_services}/kcmhistory.desktop
%{_kde_servicetypes}/konqaboutpage.desktop
%{_kde_servicetypes}/uasprovider.desktop
%{_kde_servicetypes}/konqdndpopupmenuplugin.desktop
%{_kde_appsdir}/konqueror/
%{_kde_iconsdir}/*/*/*/konqueror.*
%{_kde_services}/kded/favicons.desktop
%{_kde_servicetypes}/konqpopupmenuplugin.desktop
%exclude %{_kde_appsdir}/konqueror/icons/oxygen/*/actions/google.png
%exclude %{_kde_appsdir}/konqueror/icons/oxygen/scalable/actions/google.svgz
%exclude %{_kde_appsdir}/konqueror/kpartplugins/searchbar.desktop
%exclude %{_kde_appsdir}/konqueror/kpartplugins/searchbar.rc
%exclude %{_kde_appsdir}/konqueror/opensearch/google.xml

#-----------------------------------------------------------------------------

%package -n keditbookmarks
Summary:	Bookmark editor
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime

%description -n keditbookmarks
Bookmark editor.

%files -n keditbookmarks
%{_kde_bindir}/kbookmarkmerger
%{_kde_bindir}/keditbookmarks
%{_kde_libdir}/libkdeinit4_keditbookmarks.so
%{_kde_applicationsdir}/keditbookmarks.desktop
%{_kde_services}/bookmarks.desktop
%{_kde_appsdir}/keditbookmarks
%{_kde_datadir}/config.kcfg/keditbook*
%{_kde_mandir}/man1/kbookmarkmerger.1.*

#-----------------------------------------------------------------------------

%package -n kfind
Summary:	Application finder
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime

%description -n kfind
Application finder

%files -n kfind
%doc %{_kde_docdir}/HTML/en/kfind/
%{_kde_bindir}/kfind
%{_kde_applicationsdir}/kfind.desktop
%{_kde_iconsdir}/*/*/*/kfind.*
%{_kde_mandir}/man1/kfind.1.*

#-----------------------------------------------------------------------------

%package -n kdialog
Summary:	Dialog KDE base widgets
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Conflicts:	kdebase4-devel < 1:4.7.90-2

%description -n kdialog
Dialog KDE base widgets

%files -n kdialog
%{_datadir}/dbus-1/interfaces/org.kde.kdialog.ProgressDialog.xml
%{_kde_bindir}/kdialog

#-----------------------------------------------------------------------------

%package -n plasma-applet-folderview
Summary:	Display the content of folders (Desktop as default)
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-folderview
Display the content of folders (Desktop as default)

%files -n plasma-applet-folderview
%{_kde_libdir}/kde4/plasma_applet_folderview.so
%{_kde_services}/plasma-applet-folderview.desktop

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for kdebase 4
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libkonq} = %{EVRD}
Requires:	%{libkonqsidebarplugin} = %{EVRD}
Requires:	%{libkbookmarkmodel_private} = %{EVRD}

%description devel
This package contains header files needed if you wish to build applications
based on kdebase.

%files devel
%{_kde_libdir}/libkonq.so
%{_kde_libdir}/libkonqsidebarplugin.so
%{_kde_libdir}/libkbookmarkmodel_private.so
%{_kde_includedir}/*.h

#-----------------------------------------------------------------------------

%prep
%setup -q -n kde-baseapps-%{version}

# Rediff
%patch1 -p0 -b .mdvicon
%patch2 -p1 -b .mdvface
%patch3 -p1 -b .fileplaces
%patch4 -p1 -b .konq-templates
%patch5 -p1 -b .folder-preview
%patch12 -p1
%patch101 -p1
#patch104 -p1
%patch105 -p1 -b .0105~
%patch106 -p1 -b .0106~
%if %{build_iconoverlay}
%patch107 -p1 -b .icon-plugin
%patch108 -p1 -b .icon-race
%endif

%patch201 -p1
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_datadir}/applications/kde4/konqbrowser.desktop
rm -f %{buildroot}%{_kde_datadir}/applications/kde4/konquerorsu.desktop

# not used by anything
rm -f %{buildroot}%{_kde_libdir}/libdolphinprivate.so


%changelog

* Thu Aug 18 2016 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1:4.14.3-6
- (2833e02) Remove odt metainfo

* Tue Aug 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-5
- (499f68b) Don't ship libdolphinprivate.so in development package

* Tue May 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-4
- (f9faa6f) Backport one more places-model patch

* Thu May 14 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-3
- (5a3e1fc) Backport places-model patches from apps 15.04 to sync with kdelibs4 4.14.8

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1:4.14.3-2
- (5866711) MassBuild#656: Increase release tag

* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
- (5bf9605) LOG New version 4.14.3 (sync spec and patches with Cooker)

* Wed Aug 27 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-2
- (1a88c33) Add folderview-bug294795 patch to workaround KDE bug #294795

* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
- (e91185e) LOG New version 4.13.3 (sync spec and patches with Cooker)

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:4.13.2-2
- (f4c3092) MassBuild#440: Increase release tag

* Mon Jun 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.2-1
- (0a8b27f) LOG New version 4.13.2 (sync spec and patches with Cooker)

* Tue Apr 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.12.4-2
- (0bf4104) Backport dolphin-bookmarks-l10n patch from trunk

* Wed Apr 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.12.4-1
- (b1b5ce3) LOG New version 4.12.4 (sync spec and patches with Cooker)

* Thu Mar 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.12.3-2
- (1c62f97) LOG New version 4.12.3 (sync spec and patches with Cooker)

* Fri Mar 07 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1:4.11.4-2
- (fc3fca6) Added default preview plugins

* Wed Dec 18 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.11.4-1
- (f975c12) LOG New version 4.11.4

* Wed Nov 27 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.11.3-2
- (5b8ce62) LOG Add revert-unsupported patch from upstream to fix regression in Dolphin

* Thu Nov 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.11.3-1
- (14c9774) LOG New version 4.11.3

* Fri Oct 25 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.11.2-1
- (336c81d) LOG New version 4.11.2

* Tue Jul 09 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.10.5-1
- (a0366e0) LOG New version 4.10.5

* Thu Jun 13 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.10.4-1
- (7356dd3) LOG New version 4.10.4

* Thu May 23 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.10.3-2
- (460d932) LOG Update konq-templates-cleanup patch to remove more entries in Create menu

* Mon May 20 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.10.3-1
- (f60ac72) LOG New version 4.10.3 (sync with Cooker)

* Thu Jan 31 2013 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1:4.9.5-3
- (af9b1f8) Reworked IconOverlay plugin a bit more to avoid unsafe thread reuse
- (af9b1f8) It turned out that IconOverlayObserver instances tried to reuse the
- (af9b1f8) worker thread objects (instances of UpdateFileStatesThread) in a not
- (af9b1f8) very safe way. For example, request could be passed to a thread
- (af9b1f8) object that was about to be destroyed.
- (af9b1f8) Reworked the code a bit more to prevent such reuse along with the
- (af9b1f8) problems it introduces.

* Wed Jan 30 2013 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1:4.9.5-2
- (3d580a7) Fixed a race in IconOverlay plugin for Dolphin (bug #1519)
- (3d580a7) In IconOverlay plugin, an instance of UpdateFileStatesThread could
- (3d580a7) be destroyed while the thread this instance controlled was still
- (3d580a7) running. This occasionnaly resulted in segfaults.
- (3d580a7) Details: http://bugs.rosalinux.ru/show_bug.cgi?id=1519
- (3d580a7) This commit fixes that problem by making the instance of
- (3d580a7) UpdateFileStatesThread wait for the thread to finish.

* Sat Jan 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.5-1
- (127cb26) LOG Re-diff konq-templates-cleanup patch
- (Andrey Bondrov: b75e6b5) LOG New version 4.9.5

* Wed Dec 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.4-1
- (4acc8e4) LOG New version 4.9.4

* Sun Dec 02 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.4-0.1
- (f23d5f8) LOG Update to 4.9.4 (git snapshot), re-diff icon overlay patch, drop some old no longer used patches

* Wed Nov 07 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.3-1
- (ed5f184) LOG New version 4.9.3

* Fri Nov 02 2012 Sergey Borovkov <sergey.borovkov@osinit.ru> 1:4.9.2-4
- (6f07cff) New klook patch

* Mon Oct 22 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.2-3
- (d53f99e) Bump release for updates purpose



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22902 |14mu|kdebase4-runtime-4.14.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	K Desktop Environment - Base Runtime
Name:		kdebase4-runtime
Version:	4.14.3
Release:	7
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/kde-runtime-%{version}.tar.xz
Source1:	kdebase4-runtime.rpmlintrc
Patch0:		kdebase-runtime-4.5.74-fix-htsearch-path.patch
Patch1:		kde-runtime-4.9.98-link-tirpc.patch
# See http://bugs.rosalinux.ru/show_bug.cgi?id=1902
Patch2:		kde-runtime-4.10.2-kdesu-encoding.patch
Patch3:		kde-runtime-4.10.4-kcm-attica-network-error.patch
Patch4:		kde-runtime-4.11.3-save-i18n-settings.patch
Patch5:		kdebase-runtime-4.3.2-knotify-fix-cpu-charge.patch
Patch8:		kdebase-runtime-4.4.1-use-mdv-icon.patch

#(nl) DO NOT REMOVE, NEEDED FOR MDV/ROSA DEFAULT DESKTOP
Patch9:		kdebase-runtime-4.6.4-do-not-show-homedesktop.patch
Patch10:	kdebase-runtime-4.6.4-do-not-copy-trash.patch

Patch11:	kde-runtime-4.14.3-hide-kcm_attica.patch
Patch100:	kdebase-runtime-4.8.0-knetattachxdg.patch
Patch101:	kde-runtime-4.11.0-l10n-ru.patch
Patch103:	kde-runtime-4.9.3-kcmlocale-fix-translations.patch
# Fix knotify settings overwriting pulse volume
Patch104:	kdebase-runtime-4.6.0-canberra.patch

# Backports
# Revert http://quickgit.kde.org/?p=kde-runtime.git&a=commitdiff&h=9c061a16753e8801f157842107cdc19bd06c4533
# to fix issue with missing video capture devices in Phonon
Patch200:	kde-runtime-4.11.3-pulse.patch

BuildRequires:	automoc4
BuildRequires:	jpeg-devel
BuildRequires:	kdelibs4-devel >= 5:4.9.98-2
BuildRequires:	kdepimlibs4-devel
BuildRequires:	nepomuk-core-devel
BuildRequires:	ntrack-devel
BuildRequires:	openslp-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(libattica)
BuildRequires:	pkgconfig(libcanberra)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(libntrack-qt4)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libssh) >= 0.6.0
BuildRequires:	pkgconfig(libstreams)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(NetworkManager)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(soprano)
BuildRequires:	pkgconfig(xcursor)

Requires:	kdelibs4-core
Requires:	oxygen-icon-theme
Requires:	soprano-plugin-redland
Suggests:	cagibi
Suggests:	djvulibre
Suggests:	gdb
Suggests:	hicolor-icon-theme
Suggests:	kde4-l10n
Suggests:	kdialog
Suggests:	khelpcenter
Suggests:	kwallet-daemon
Conflicts:	kdebase4-workspace < 2:4.10.0
Conflicts:	nepomuk-scribo < 1:0.6.0-3

%description
KDE 4 application runtime components.

%files -f %{name}.lang
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf
%{_sysconfdir}/xdg/menus/kde-information.menu
%{_datadir}/dbus-1/*services/*.service
%{_datadir}/polkit-1/actions/*.policy
#
%{_kde_bindir}/kcmshell4
%{_kde_bindir}/kde-cp
%{_kde_bindir}/kde-mv
%{_kde_bindir}/kde-open
%{_kde_bindir}/kde4
%{_kde_bindir}/kde4-menu
%{_kde_bindir}/kdebugdialog
%{_kde_bindir}/kdesu
%{_kde_bindir}/keditfiletype
%{_kde_bindir}/kfile4
%{_kde_bindir}/kglobalaccel
%{_kde_bindir}/khotnewstuff-upload
%{_kde_bindir}/khotnewstuff4
%{_kde_bindir}/kiconfinder
%{_kde_bindir}/kioclient
%{_kde_bindir}/kmimetypefinder
%{_kde_bindir}/knotify4
%{_kde_bindir}/kquitapp
%{_kde_bindir}/kreadconfig
%{_kde_bindir}/kstart
%{_kde_bindir}/ksvgtopng
%{_kde_bindir}/ktraderclient
%{_kde_bindir}/ktrash
%{_kde_bindir}/kuiserver
%{_kde_bindir}/kwriteconfig
%{_kde_bindir}/plasmapkg
%{_kde_bindir}/plasma-remote-helper
%{_kde_bindir}/solid-hardware
%{_kde_libdir}/kconf_update_bin/phonon_devicepreference_update
%{_kde_libdir}/kconf_update_bin/phonon_deviceuids_update
%{_kde_libdir}/kde4/comicbookthumbnail.so
%{_kde_libdir}/kde4/cursorthumbnail.so
%{_kde_libdir}/kde4/djvuthumbnail.so
%{_kde_libdir}/kde4/exrthumbnail.so
%{_kde_libdir}/kde4/fixhosturifilter.so
%{_kde_libdir}/kde4/htmlthumbnail.so
%{_kde_libdir}/kde4/imagethumbnail.so
%{_kde_libdir}/kde4/jpegthumbnail.so
%{_kde_libdir}/kde4/kcm_attica.so
%{_kde_libdir}/kde4/kcm_cgi.so
%{_kde_libdir}/kde4/kcm_componentchooser.so
%{_kde_libdir}/kde4/kcm_device_automounter.so
%{_kde_libdir}/kde4/kcm_emoticons.so
%{_kde_libdir}/kde4/kcm_filetypes.so
%{_kde_libdir}/kde4/kcm_icons.so
%{_kde_libdir}/kde4/kcm_kded.so
%{_kde_libdir}/kde4/kcm_kdnssd.so
%{_kde_libdir}/kde4/kcm_knotify.so
%{_kde_libdir}/kde4/kcm_locale.so
%{_kde_libdir}/kde4/kcm_phonon.so
%{_kde_libdir}/kde4/kcm_trash.so
%{_kde_libdir}/kde4/kcmspellchecking.so
%{_kde_libdir}/kde4/kded_desktopnotifier.so
%{_kde_libdir}/kde4/kded_device_automounter.so
%{_kde_libdir}/kde4/kded_kpasswdserver.so
%{_kde_libdir}/kde4/kded_ktimezoned.so
%{_kde_libdir}/kde4/kded_networkstatus.so
%{_kde_libdir}/kde4/kded_networkwatcher.so
%{_kde_libdir}/kde4/kded_phononserver.so
%{_kde_libdir}/kde4/kded_recentdocumentsnotifier.so
%{_kde_libdir}/kde4/kded_remotedirnotify.so
%{_kde_libdir}/kde4/kded_solidautoeject.so
%{_kde_libdir}/kde4/kded_soliduiserver.so
%{_kde_libdir}/kde4/kio_about.so
%{_kde_libdir}/kde4/kio_applications.so
%{_kde_libdir}/kde4/kio_archive.so
%{_kde_libdir}/kde4/kio_bookmarks.so
%{_kde_libdir}/kde4/kio_cgi.so
%{_kde_libdir}/kde4/kio_desktop.so
%{_kde_libdir}/kde4/kio_filter.so
%{_kde_libdir}/kde4/kio_finger.so
%{_kde_libdir}/kde4/kio_fish.so
%{_kde_libdir}/kde4/kio_floppy.so
%{_kde_libdir}/kde4/kio_info.so
%{_kde_libdir}/kde4/kio_man.so
%{_kde_libdir}/kde4/kio_network.so
%{_kde_libdir}/kde4/kio_nfs.so
%{_kde_libdir}/kde4/kio_recentdocuments.so
%{_kde_libdir}/kde4/kio_remote.so
%{_kde_libdir}/kde4/kio_settings.so
%{_kde_libdir}/kde4/kio_sftp.so
%{_kde_libdir}/kde4/kio_thumbnail.so
%{_kde_libdir}/kde4/kio_trash.so
%{_kde_libdir}/kde4/kshorturifilter.so
%{_kde_libdir}/kde4/kuriikwsfilter.so
%{_kde_libdir}/kde4/kurisearchfilter.so
%{_kde_libdir}/kde4/libkmanpart.so
%{_kde_libdir}/kde4/librenaudioplugin.so
%{_kde_libdir}/kde4/librenimageplugin.so
%{_kde_libdir}/kde4/localdomainurifilter.so
%{_kde_libdir}/kde4/plasma-kpart.so
%{_kde_libdir}/kde4/plasma_appletscript_declarative.so
%{_kde_libdir}/kde4/plasma_appletscript_simple_javascript.so
%{_kde_libdir}/kde4/plasma_containment_newspaper.so
%{_kde_libdir}/kde4/plasma_dataenginescript_javascript.so
%{_kde_libdir}/kde4/plasma_packagestructure_javascriptaddon.so
%{_kde_libdir}/kde4/plasma_runnerscript_javascript.so
%{_kde_libdir}/kde4/svgthumbnail.so
%{_kde_libdir}/kde4/textthumbnail.so
%{_kde_libdir}/kde4/windowsexethumbnail.so
%{_kde_libdir}/kde4/windowsimagethumbnail.so
%{_kde_libdir}/kde4/libexec/drkonqi
%{_kde_libdir}/kde4/libexec/kcmremotewidgetshelper
%{_kde_libdir}/kde4/libexec/kdeeject
%{_kde_libdir}/kde4/libexec/kdesu
%{_kde_libdir}/kde4/libexec/kdesud
%{_kde_libdir}/kde4/libexec/kdontchangethehostname
%{_kde_libdir}/kde4/libexec/kioexec
%{_kde_libdir}/kde4/libexec/knetattach
%{_kde_libdir}/kde4/plugins
%{_kde_libdir}/kde4/imports/org/kde/dirmodel/qmldir
%{_kde_libdir}/kde4/imports/org/kde/dirmodel/libdirmodelplugin.so
%{_kde_libdir}/kde4/imports/org/kde/draganddrop/qmldir
%{_kde_libdir}/kde4/imports/org/kde/draganddrop/libdraganddropplugin.so
%{_kde_libdir}/kde4/imports/org/kde/locale/qmldir
%{_kde_libdir}/kde4/imports/org/kde/locale/liblocalebindingsplugin.so
%{_kde_libdir}/kde4/imports/org/kde/plasma
%{_kde_libdir}/kde4/imports/org/kde/qtextracomponents/libqtextracomponentsplugin.so
%{_kde_libdir}/kde4/imports/org/kde/qtextracomponents/qmldir
%{_kde_libdir}/kde4/imports/org/kde/runnermodel/qmldir
%{_kde_libdir}/kde4/imports/org/kde/runnermodel/librunnermodelplugin.so
%{_kde_libdir}/kde4/platformimports
%{_kde_libdir}/kde4/kio_smb.so
%{_kde_libdir}/attica_kde.so
%{_kde_libdir}/libkdeinit4_kcmshell4.so
%{_kde_libdir}/libkdeinit4_kglobalaccel.so
%{_kde_libdir}/libkdeinit4_kuiserver.so
%{_kde_libdir}/libknotifyplugin.so
%{_kde_applicationsdir}/knetattach.desktop
%{_kde_appsdir}/desktoptheme
%{_kde_appsdir}/drkonqi
%{_kde_appsdir}/hardwarenotifications
%{_kde_appsdir}/kcm_componentchooser
%{_kde_appsdir}/kcm_phonon
%{_kde_appsdir}/kcmlocale
%{_kde_appsdir}/kconf_update/*.upd
%{_kde_appsdir}/kde
%{_kde_appsdir}/kglobalaccel
%{_kde_appsdir}/kio_bookmarks
%{_kde_appsdir}/kio_desktop
%{_kde_appsdir}/kio_docfilter
%{_kde_appsdir}/kio_finger
%{_kde_appsdir}/kio_info
%{_kde_appsdir}/konqsidebartng
%{_kde_appsdir}/ksmserver
%{_kde_appsdir}/libphonon
%{_kde_appsdir}/phonon
%{_kde_appsdir}/remoteview
%{_kde_appsdir}/konqueror/dirtree/remote/smb-network.desktop
%{_kde_datadir}/config.kcfg/jpegcreatorsettings.kcfg
%{_kde_configdir}/*.knsrc
%{_kde_configdir}/kshorturifilterrc
%{_kde_datadir}/desktop-directories/*.directory
%{_kde_datadir}/emoticons/kde4
%{_kde_iconsdir}/default.kde4
%{_kde_iconsdir}/hicolor/*/apps/*
%{_kde_services}/*.protocol
%{_kde_services}/comicbookthumbnail.desktop
%{_kde_services}/componentchooser.desktop
%{_kde_services}/cursorthumbnail.desktop
%{_kde_services}/desktopthumbnail.desktop
%{_kde_services}/device_automounter_kcm.desktop
%{_kde_services}/directorythumbnail.desktop
%{_kde_services}/djvuthumbnail.desktop
%{_kde_services}/emoticons.desktop
%{_kde_services}/exrthumbnail.desktop
%{_kde_services}/filetypes.desktop
%{_kde_services}/fixhosturifilter.desktop
%{_kde_services}/htmlthumbnail.desktop
%{_kde_services}/icons.desktop
%{_kde_services}/imagethumbnail.desktop
%{_kde_services}/jpegthumbnail.desktop
%{_kde_services}/kcm_attica.desktop
%{_kde_services}/kcm_kdnssd.desktop
%{_kde_services}/kcm_phonon.desktop
%{_kde_services}/kcmcgi.desktop
%{_kde_services}/kcmkded.desktop
%{_kde_services}/kcmnotify.desktop
%{_kde_services}/kcmtrash.desktop
%{_kde_services}/kglobalaccel.desktop
%{_kde_services}/kmanpart.desktop
%{_kde_services}/knotify4.desktop
%{_kde_services}/kshorturifilter.desktop
%{_kde_services}/kuiserver.desktop
%{_kde_services}/kuriikwsfilter.desktop
%{_kde_services}/kurisearchfilter.desktop
%{_kde_services}/language.desktop
%{_kde_services}/localdomainurifilter.desktop
%{_kde_services}/plasma-containment-newspaper.desktop
%{_kde_services}/plasma-kpart.desktop
%{_kde_services}/plasma-packagestructure-javascript-addon.desktop
%{_kde_services}/plasma-scriptengine-applet-declarative.desktop
%{_kde_services}/plasma-scriptengine-applet-simple-javascript.desktop
%{_kde_services}/plasma-scriptengine-dataengine-javascript.desktop
%{_kde_services}/plasma-scriptengine-runner-javascript.desktop
%{_kde_services}/qimageioplugins/webp.desktop
%{_kde_services}/renaudiodlg.desktop
%{_kde_services}/renimagedlg.desktop
%{_kde_services}/searchproviders
%{_kde_services}/spellchecking.desktop
%{_kde_services}/svgthumbnail.desktop
%{_kde_services}/textthumbnail.desktop
%{_kde_services}/windowsexethumbnail.desktop
%{_kde_services}/windowsimagethumbnail.desktop
%{_kde_services}/kded/*.desktop
%{_kde_servicetypes}/*.desktop
%{_kde_datadir}/locale/currency
%{_kde_datadir}/locale/l10n/*/*
%{_kde_datadir}/locale/l10n/*.desktop
%{_kde_mandir}/man?/*
%{_kde_datadir}/mime/packages/*.xml
%{_kde_datadir}/sounds/*

#----------------------------------------------------------------------------

%package -n khelpcenter
Summary:	KDE help center
Group:		Graphical desktop/KDE
Conflicts:	%{name} < 1:4.14.3-5

%description -n khelpcenter
KDE help center.

%files -n khelpcenter -f khelpcenter.lang
%{_kde_applicationsdir}/Help.desktop
%{_kde_appsdir}/khelpcenter/
%{_kde_bindir}/khelpcenter
%{_kde_datadir}/config.kcfg/khelpcenter.kcfg
%{_kde_libdir}/libkdeinit4_khelpcenter.so
%{_kde_libdir}/kde4/libexec/khc_indexbuilder
%{_kde_libdir}/kde4/libexec/khc_docbookdig.pl
%{_kde_libdir}/kde4/libexec/khc_htdig.pl
%{_kde_libdir}/kde4/libexec/khc_htsearch.pl
%{_kde_libdir}/kde4/libexec/khc_mansearch.pl
%{_kde_services}/khelpcenter.desktop

#----------------------------------------------------------------------------

%package -n kwallet-daemon
Summary:	Kwallet daemon
Group:		Graphical desktop/KDE
Conflicts:	%{name} < 1:4.5.71

%description -n kwallet-daemon
Kwallet daemon.

%files -n kwallet-daemon
%{_kde_bindir}/kwalletd
%{_kde_libdir}/libkdeinit4_kwalletd.so
%{_kde_appsdir}/kwalletd
%{_kde_services}/kwalletd.desktop

#----------------------------------------------------------------------------

%define kwalletbackend_major 4
%define libkwalletbackend %mklibname kwalletbackend %{kwalletbackend_major}

%package -n %{libkwalletbackend}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkwalletbackend}
KDE 4 core library.

%files -n %{libkwalletbackend}
%{_kde_libdir}/libkwalletbackend.so.%{kwalletbackend_major}*

#----------------------------------------------------------------------------

%define molletnetwork_major 4
%define libmolletnetwork %mklibname molletnetwork %{molletnetwork_major}

%package -n %{libmolletnetwork}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libmolletnetwork}
KDE 4 core library.

%files -n %{libmolletnetwork}
%{_kde_libdir}/libmolletnetwork.so.%{molletnetwork_major}*

#----------------------------------------------------------------------------

%package devel
Summary:	Header files and documentation for compiling KDE applications
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{name} = %{EVRD}
Requires:	%{libkwalletbackend} = %{EVRD}
Requires:	%{libmolletnetwork} = %{EVRD}
Conflicts:	%{name} < 1:4.14.3-5

%description devel
This package includes the header files you will need to compile applications
for KDE. Also included is the KDE API documentation in HTML format for easy
browsing.

%files devel
%{_kde_includedir}/*.h
%{_kde_libdir}/libkwalletbackend.so
%{_kde_libdir}/libmolletnetwork.so
%{_kde_appsdir}/cmake/modules/*.cmake
%{_datadir}/dbus-1/interfaces/*.xml

#----------------------------------------------------------------------------

%prep
%setup -qn kde-runtime-%{version}

%patch0 -p1 -b .htsearch
%patch1 -p1 -b .tirpclinkage~
%patch3 -p1 -b .kcm_attica~
%patch2 -p1 -b .kdesu~
%patch4 -p1 -b .save_i18n~
%patch5 -p1 -b .bug_49814~
%patch8 -p0
%patch9 -p0
%patch10 -p1
%patch11 -p1 -b .hide_attica~
%patch100 -p1
%patch101 -p1
%patch103 -p1
%patch104 -p1

%patch200 -p1 -R

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_iconsdir}/hicolor/index.theme

mkdir -p %{buildroot}%{_kde_bindir}
ln -s %{_kde_libdir}/kde4/libexec/kdesu %{buildroot}%{_kde_bindir}/kdesu

%find_lang fundamentals kdebugdialog kdesu onlinehelp \
           attica bookmarks cache componentchooser cookies ebrowsing emoticons filemanager filetypes history icons \
           kcm_ssl kcmcgi kcmcss kcmlaunch kcmnotify kded knetattach \
           khtml-adblock khtml-behavior khtml-general khtml-java-js khtml-plugins \
           language nepomuk netpref performance phonon proxy smb solid-device-automounter spellchecking trash useragent \
           bzip2 cgi finger fish floppy gzip info man nepomuksearch network nfs sftp tar thumbnail xz \
           %{name}.lang --with-html

%find_lang khelpcenter --with-html


%changelog

* Fri Nov 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-7
- (bae4ce8) BuildList#2597249: Increase release tag

* Mon Oct 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-6
- (2b981b4) Bump release

* Tue Mar 24 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-5
- (3c050a0) Move khelpcenter to individual package to avoid conflicts with Plamsa 5

* Sun Mar 22 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-4
- (d7e9421) Don't require libkactivities and polkit-kde-agent-1, they are required by kdebase4-workspace now

* Tue Mar 03 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-3
- (295bc24) Add patch to hide kcm_attica (seems to be no longer supported)

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1:4.14.3-2
- (c1b5621) MassBuild#656: Increase release tag

* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
- (d87fdd0) LOG New version 4.14.3 (sync spec and patches with Cooker)

* Mon Sep 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-2
- (5d4b66a) Require polkit-kde-agent-1 instead of polkit-kde-1

* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
- (43047e8) LOG New version 4.13.3 (sync spec and patches with Cooker)

* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.2-3
- (7d32908) Bump release

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:4.13.2-1.2
- (9582cfd) MassBuild#440: Increase release tag

* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.2-1.1
- (7d6cca1) Bump release

* Mon Jun 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.2-1
- (5b15b9b) LOG New version 4.13.2 (sync spec and patches with Cooker)

* Wed Apr 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.12.4-1
- (04019f5) LOG New version 4.12.4 (sync spec and patches with Cooker)

* Thu Mar 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.12.3-1
- (6845751) LOG New version 4.12.3 (sync spec and patches with Cooker)

* Wed Dec 18 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.11.4-1
- (73754e4) LOG New version 4.11.4

* Wed Nov 20 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.11.3-6
- (c7c29cc) LOG Don't suggest kde4-splash-mdv because we don't have it
- (Andrey Bondrov: 60caccd) LOG Use canberra patch instead of knotify-volume patch

* Tue Nov 19 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.11.3-5
- (666cd97) LOG Update save-i18n-settings patch to make sure it doesn't create .i18n file with C locale when prefered languages list is empty
- (Andrey Bondrov: 1f9bdb7) LOG Update save-i18n-settings patch to use QFile instead of QSettings (OMDV #317)

* Thu Nov 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.11.3-4
- (1c63aef) LOG New version 4.11.3

* Fri Oct 25 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.11.2-1
- (d166e80) LOG New version 4.11.2

* Tue Jul 09 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.10.5-1
- (34a43cf) LOG New version 4.10.5

* Wed Jun 19 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.10.4-2
- (8a331eb) LOG Add kcm-attica-network-error patch to handle network errors in KCM Attica

* Thu Jun 13 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.10.4-1
- (f130887) LOG New version 4.10.4

* Mon May 20 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.10.3-1
- (eee2ed1) LOG New version 4.10.3 (sync with Cooker)

* Mon Apr 08 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.5-2
- (dd74b1d) LOG Add kdesu-encoding patch to fix Rosa bug 1902

* Sat Jan 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.5-1
- (a468e82) LOG New version 4.9.5

* Wed Dec 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.4-1
- (9e42bd6) LOG New version 4.9.4

* Sun Dec 02 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.4-0.1
- (a78cbf1) LOG Update to 4.9.4 (git snapshot)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22903 |14mu|kdebase4-workspace-4.11.22-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without drakclock
%bcond_without kscreen
%bcond_without networkmanager
%bcond_with printer_applet

%define kdm_version 2.10.1

# Distro-specific default value should be defined in branding-configs package
%{?build_chrome}%{?!build_chrome:%bcond_with chrome}
%{?build_ruby}%{?!build_ruby:%bcond_without ruby}

Summary:	KDE 4 application workspace components
Name:		kdebase4-workspace
Version:	4.11.22
Release:	9
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/kde-workspace-%{version}.tar.xz
Source1:	kde.pam
Source2:	kde-np.pam
Source4:	systemsettings.desktop
Source6:	kdebase-workspace-kdm-%{kdm_version}.tar.bz2
Source8:	kcm_drakclock.desktop
Source9:	omv-startkde
Source10:	rosa-startkde
Source11:	omv-kdm.service
Source12:	rosa-kdm.service
Source13:	kde4-default.desktop
Source20:	%{name}.rpmlintrc
Patch0:		kdebase-workspace-4.5.76-mdv-adopt-ldetect-path.patch
# Use drakclock for time settings, patch from Mageia
Patch1:		kdebase-workspace-4.6.2-mageia-drakclock.patch
# Hide native clock configurator as we have drakclock instead
Patch2:		kde-workspace-4.10.2-hide-default-clock.patch
Patch3:		kdebase-workspace-4.11.0-menu-toptile.patch
# Add checkbox to enable/disable bytecode interpreter in KDE4 font anti-aliasing settings
Patch4:		kde-workspace-4.9.4-fontconfig.patch
# Just a workaround to make sure text box size for OSD is always big enough
Patch5:		kde-workspace-4.11.0-desktop-osd.patch
# Always show icons in pager widget, even if they don't fit window rectangle
Patch6:		kde-workspace-4.10.3-pager-icons.patch
# Fix action labels vertical alignment in Device Notifier applet
Patch7:		kde-workspace-4.10.3-devicenotifier.patch
# Fix screenlocker greeter focus after Alt modifier is pressed (keyboard layout switching etc)
Patch8:		kde-workspace-4.10.3-greeter.patch
# Adjust default power settings
Patch9:		kde-workspace-4.11.20-power-settings.patch
# Prefer system locale for KDM when reading it from KDM config fails
Patch10:	kde-workspace-4.10.3-fix-kcmkdm-locale.patch
Patch11:	kdebase-workspace-4.2.0-fix_gtkrc_iaora.patch
# Fix screenlocker greeter focus when screensaver is used
Patch12:	kde-workspace-4.11.4-screenlocker-handle-fake-focus.patch
# Use current wallpaper for screenlocker if it's a scaled image
Patch13:	kde-workspace-4.11.4-screenlocker-background.patch
# Don't add activities and launchers to standard panel by default
Patch14:	kde-workspace-4.11.0-default-panel-layout.patch
# Load session files from /usr/share/xsessions by default
Patch15:	kde-workspace-4.11.11-xsessions.patch
# Adjust session name in kde-plasma.desktop
Patch16:	kde-workspace-4.11.11-desktop-session.patch
# Use 64x64 icons instead of 128x128 when switching windows
# See http://bugs.rosalinux.ru/show_bug.cgi?id=2053
Patch17:	kde-workspace-4.11.15-tabbox-iconsize.patch
Patch18:	kdebase-workspace-4.8.95-startup-sound.patch
Patch19:	kdebase-workspace-4.2.1-use-mdvicon.patch
Patch20:	kde-workspace-4.10.2-BUILD_KCM_RANDR.patch
Patch21:	kde-workspace-4.8.3-ruby.patch
Patch22:	kde-workspace-4.11.13-fix-translation-strings.patch
Patch23:	kde-workspace-4.11.15-cursor_rus.patch
# See https://bugs.kde.org/show_bug.cgi?id=340915
Patch24:	kde-workspace-4.11.20-kwin-activation.patch
# Backported from Plasma 5 branch
Patch25:	kde-workspace-4.11.22-systemsettings-icons.patch
Patch26:	kdebase-workspace-4.11.0-simpleapplet-defaults.patch
# Make it possible to set wallpaper via dbus
# See https://bugs.kde.org/show_bug.cgi?id=217950
Patch27:	kde-workspace-4.11.6-dbus-wallpaper.patch
Patch28:	kde-workspace-4.11.22-ksysguarddrc.patch
Patch29:	kde-workspace-4.11.22-aurorae-knsrc.patch
Patch30:	kde-workspace-4.11.22-allow-root-login.patch
# See http://quickgit.kde.org/?p=kde-workspace.git&a=commitdiff&h=c1469413f36d4e4cd9dd49e70bc5d660cf2f3c55
# And http://quickgit.kde.org/?p=kde-workspace.git&a=commitdiff&h=dcc70fbb55919ac56ae188ceb3d5bf7b94c2dbcd
# We partially revert it because we need at least deKorator to work
Patch50:	kde-workspace-4.11.3-decorations.patch
Patch100:	kdebase-workspace-4.8.1-hideklipper.patch
Patch101:	kdebase-workspace-4.8.97-klippermenu.patch
# (tpg) use original patch https://bugs.kde.org/show_bug.cgi?id=206089
# (tpg) updated from Fedora
Patch104:	kde-workspace-4.11.1-kdm_plymouth081.patch
# (tpg) from Fedora - make use of systemd multiseat
Patch105:	kde-workspace-4.11.1-kdm-logind-multiseat.patch
# older Fedora patch, let's keep it for Rosa
Patch106:	kdebase-workspace-4.7.3.fedora-kdm-plymouth.patch
Patch107:	kdebase-workspace-4.11.0-no-hal.patch
# See http://bugs.rosalinux.ru/show_bug.cgi?id=5189
Patch108:	kde-workspace-4.11.15-pass-locale-env.patch

BuildRequires:	automoc4
BuildRequires:	bdftopcf
BuildRequires:	imake
BuildRequires:	libxml2-utils
BuildRequires:	qt4-qtdbus
BuildRequires:	xrdb
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	ieee1284-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	python-kde4-devel
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(avahi-compat-libdns_sd)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(glesv2)
BuildRequires:	pkgconfig(libdmtx)
BuildRequires:	pkgconfig(libgpsd)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libqalculate)
BuildRequires:	pkgconfig(libraw1394)
# (tpg) needed for patch 107
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libsystemd-id128)
BuildRequires:	pkgconfig(libsystemd-journal)
BuildRequires:	pkgconfig(libsystemd-login)

BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libxklavier)
BuildRequires:	pkgconfig(lua)
%if %{with networkmanager}
BuildRequires:	pkgconfig(NetworkManager)
%endif
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(qimageblitz) < 5.0.0
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-renderutil)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xtst)
Requires:	baloo
Requires:	desktop-common-data
Requires:	kdebase4-runtime
Requires:	kde4-integration
Requires:	kde4-windeco-dekorator
Requires:	khelpcenter
Requires:	libkactivities
Requires:	mandriva-kde-translation
Requires:	polkit-kde-agent-1
Requires:	qt4-qtdbus
Requires:	setxkbmap
Requires:	strigi
Requires:	udisks2
Requires:	xdg-utils
Requires:	xmessage
Requires:	xprop
Requires:	xset
Suggests:	kickoff
Suggests:	klipper
%if %{with networkmanager}
Suggests:	networkmanager
%endif
Suggests:	plasma-applet-system-monitor-net
Suggests:	plasma-applet-system-monitor-hwinfo
Suggests:	plasma-applet-system-monitor-hdd
Suggests:	plasma-applet-system-monitor-cpu
Suggests:	plasma-applet-system-monitor-temperature
%if %{with kscreen}
Requires:	kscreen
%else
Requires:	krandr
%endif
%if "%{disttag}" == "omv"
Requires:	homerun
%else
Suggests:	rosapanel
%endif
Conflicts:	kdm < 2:4.10.2-4
Obsoletes:	kdebase4-workspace-googlegadgets < 2:4.11.0
Obsoletes:	%{_lib}solidcontrolifaces4 < 2:4.11.0
Obsoletes:	%{_lib}solidcontrol4 < 2:4.11.0
Obsoletes:	%{_lib}kwinnvidiahack4 < 2:4.11.0
Requires(post,preun):	update-alternatives

%description
This package contains the KDE 4 application workspace components.

%files
%{_sysconfdir}/profile.d/70kde4.sh
%if %{with printer_applet}
%{_kde_bindir}/printer-applet
%{_kde_appsdir}/printer-applet
%endif
%{_kde_sysconfdir}/dbus-1/system.d/org.kde.fontinst.conf
%{_kde_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf
%{_kde_sysconfdir}/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
%{_kde_sysconfdir}/ksysguarddrc
%{_kde_bindir}/kaccess
%{_kde_bindir}/kapplymousetheme
%{_kde_bindir}/kblankscrn.kss
%{_kde_bindir}/kcheckrunning
%{_kde_bindir}/kcminit
%{_kde_bindir}/kcminit_startup
%{_kde_bindir}/kdostartupconfig4
%{_kde_bindir}/kfontinst
%{_kde_bindir}/kfontview
%{_kde_bindir}/kmenuedit
%{_kde_bindir}/krandom.kss
%{_kde_bindir}/krdb
%{_kde_bindir}/krunner
%{_kde_bindir}/ksmserver
%{_kde_bindir}/ksplashsimple
%{_kde_bindir}/ksplashx
%{_kde_bindir}/ksplashx_scale
%{_kde_bindir}/ksplashqml
%{_kde_bindir}/kstartupconfig4
%{_kde_bindir}/ksysguard
%{_kde_bindir}/ksysguardd
%{_kde_bindir}/ksystraycmd
%{_kde_bindir}/kwin*
%{_kde_bindir}/oxygen-demo
%{_kde_bindir}/oxygen-settings
%{_kde_bindir}/plasma-desktop
%{_kde_bindir}/plasma-netbook
%{_kde_bindir}/plasma-overlay
%{_kde_bindir}/plasma-windowed
%{_kde_bindir}/solid-action-desktop-gen
%{_kde_bindir}/startkde
%{_kde_bindir}/oxygen-shadow-demo
%{_kde_bindir}/systemsettings
%{_kde_libdir}/kconf_update_bin/*
%{_kde_libdir}/kde4/imports
%{_kde_libdir}/kde4/classic_mode.so
%{_kde_libdir}/kde4/fontthumbnail.so
%{_kde_libdir}/kde4/icon_mode.so
%{_kde_libdir}/kde4/ion_bbcukmet.so
%{_kde_libdir}/kde4/ion_envcan.so
%{_kde_libdir}/kde4/ion_noaa.so
%{_kde_libdir}/kde4/ion_wettercom.so
%{_kde_libdir}/kde4/kcm_access.so
%{_kde_libdir}/kde4/kcm_autostart.so
%{_kde_libdir}/kde4/kcm_bell.so
%{_kde_libdir}/kde4/kcm_clock.so
%{_kde_libdir}/kde4/kcm_colors.so
%{_kde_libdir}/kde4/kcm_cursortheme.so
%{_kde_libdir}/kde4/kcm_desktoppaths.so
%{_kde_libdir}/kde4/kcm_desktoptheme.so
%{_kde_libdir}/kde4/kcm_display.so
%{_kde_libdir}/kde4/kcm_fontinst.so
%{_kde_libdir}/kde4/kcm_fonts.so
%{_kde_libdir}/kde4/kcm_hotkeys.so
%{_kde_libdir}/kde4/kcm_input.so
%{_kde_libdir}/kde4/kcm_joystick.so
%{_kde_libdir}/kde4/kcm_keyboard.so
%{_kde_libdir}/kde4/kcm_keys.so
%{_kde_libdir}/kde4/kcm_krunner_kill.so
%{_kde_libdir}/kde4/kcm_ksplashthemes.so
%{_kde_libdir}/kde4/kcm_kwin4_effect_builtins.so
%{_kde_libdir}/kde4/kcm_kwin4_genericscripted.so
%{_kde_libdir}/kde4/kwin4_effect_gles_builtins.so
%{_kde_libdir}/kde4/kcm_kwincompositing.so
%{_kde_libdir}/kde4/kcm_kwindecoration.so
%{_kde_libdir}/kde4/kcm_kwindesktop.so
%{_kde_libdir}/kde4/kcm_kwinoptions.so
%{_kde_libdir}/kde4/kcm_kwinrules.so
%{_kde_libdir}/kde4/kcm_kwinscreenedges.so
%{_kde_libdir}/kde4/kcm_kwin_scripts.so
%{_kde_libdir}/kde4/kcm_kwintabbox.so
%{_kde_libdir}/kde4/kcm_launch.so
%{_kde_libdir}/kde4/kcm_screensaver.so
%{_kde_libdir}/kde4/kcm_smserver.so
%{_kde_libdir}/kde4/kcm_solid_actions.so
%{_kde_libdir}/kde4/kcm_standard_actions.so
%{_kde_libdir}/kde4/kcm_style.so
%{_kde_libdir}/kde4/kcm_workspaceoptions.so
%{_kde_libdir}/kde4/kded_freespacenotifier.so
%{_kde_libdir}/kde4/kded_kephal.so
%{_kde_libdir}/kde4/kded_keyboard.so
%{_kde_libdir}/kde4/kded_khotkeys.so
%{_kde_libdir}/kde4/kded_kwrited.so
%{_kde_libdir}/kde4/kded_statusnotifierwatcher.so
%{_kde_libdir}/kde4/keyboard_layout_widget.so
%{_kde_libdir}/kde4/kfontviewpart.so
%{_kde_libdir}/kde4/kio_fonts.so
%{_kde_libdir}/kde4/krunner_bookmarksrunner.so
%{_kde_libdir}/kde4/krunner_calculatorrunner.so
%{_kde_libdir}/kde4/krunner_kill.so
%{_kde_libdir}/kde4/krunner_locations.so
%{_kde_libdir}/kde4/krunner_nepomuksearchrunner.so
%{_kde_libdir}/kde4/krunner_plasma-desktop.so
%{_kde_libdir}/kde4/krunner_recentdocuments.so
%{_kde_libdir}/kde4/krunner_services.so
%{_kde_libdir}/kde4/krunner_sessions.so
%{_kde_libdir}/kde4/krunner_shell.so
%{_kde_libdir}/kde4/krunner_solid.so
%{_kde_libdir}/kde4/krunner_webshortcuts.so
%{_kde_libdir}/kde4/krunner_windowedwidgets.so
%{_kde_libdir}/kde4/krunner_windows.so
%{_kde_libdir}/kde4/kstyle_oxygen_config.so
%{_kde_libdir}/kde4/kwin3_aurorae.so
%{_kde_libdir}/kde4/kwin3_b2.so
%{_kde_libdir}/kde4/kwin3_laptop.so
%{_kde_libdir}/kde4/kwin3_oxygen.so
%{_kde_libdir}/kde4/kwin4_effect_builtins.so
%{_kde_libdir}/kde4/kwin_b2_config.so
%{_kde_libdir}/kde4/kwin_oxygen_config.so
%{_kde_libdir}/kde4/libexec/fontinst
%{_kde_libdir}/kde4/libexec/fontinst_helper
%{_kde_libdir}/kde4/libexec/fontinst_x11
%{_kde_libdir}/kde4/libexec/kcmdatetimehelper
%{_kde_libdir}/kde4/libexec/ksysguardprocesslist_helper
%{_kde_libdir}/kde4/libexec/kwin_killer_helper
%{_kde_libdir}/kde4/libexec/kwin_opengl_test
%{_kde_libdir}/kde4/libexec/kwin_rules_dialog
%{_kde_libdir}/kde4/libexec/kscreenlocker_greet
%{_kde_libdir}/kde4/kded_appmenu.so
%{_kde_libdir}/kde4/kded_ktouchpadenabler.so
%{_kde_libdir}/kde4/plasma-geolocation-gps.so
%{_kde_libdir}/kde4/plasma-geolocation-ip.so
%{_kde_libdir}/kde4/plasma_animator_default.so
%{_kde_libdir}/kde4/plasma_applet_activitybar.so
%{_kde_libdir}/kde4/plasma_applet_clock.so
%{_kde_libdir}/kde4/plasma_applet_currentappcontrol.so
%{_kde_libdir}/kde4/plasma_applet_dig_clock.so
%{_kde_libdir}/kde4/plasma_applet_icon.so
%{_kde_libdir}/kde4/plasma_applet_keyboard.so
%{_kde_libdir}/kde4/plasma_applet_pager.so
%{_kde_libdir}/kde4/plasma_applet_panelspacer_internal.so
%{_kde_libdir}/kde4/plasma_applet_searchbox.so
%{_kde_libdir}/kde4/plasma_applet_sm_hdd_activity.so
%{_kde_libdir}/kde4/plasma_applet_sm_ram.so
%{_kde_libdir}/kde4/plasma_applet_system-monitor.so
%{_kde_libdir}/kde4/plasma_applet_systemtray.so
%{_kde_libdir}/kde4/plasma_applet_tasks.so
%{_kde_libdir}/kde4/plasma_applet_trash.so
%{_kde_libdir}/kde4/plasma_applet_windowlist.so
%{_kde_libdir}/kde4/plasma_appletscriptengine_dashboard.so
%{_kde_libdir}/kde4/plasma_appletscriptengine_webapplet.so
%{_kde_libdir}/kde4/plasma_containment_desktop.so
%{_kde_libdir}/kde4/plasma_containment_netpanel.so
%{_kde_libdir}/kde4/plasma_containment_panel.so
%{_kde_libdir}/kde4/plasma_containment_sal.so
%{_kde_libdir}/kde4/plasma_containment_saverdesktop.so
%{_kde_libdir}/kde4/plasma_containmentactions_applauncher.so
%{_kde_libdir}/kde4/plasma_containmentactions_contextmenu.so
%{_kde_libdir}/kde4/plasma_containmentactions_minimalcontextmenu.so
%{_kde_libdir}/kde4/plasma_containmentactions_paste.so
%{_kde_libdir}/kde4/plasma_containmentactions_switchactivity.so
%{_kde_libdir}/kde4/plasma_containmentactions_switchdesktop.so
%{_kde_libdir}/kde4/plasma_containmentactions_switchwindow.so
%{_kde_libdir}/kde4/plasma_engine_activities.so
%{_kde_libdir}/kde4/plasma_engine_akonadi.so
%{_kde_libdir}/kde4/plasma_engine_applicationjobs.so
%{_kde_libdir}/kde4/plasma_engine_apps.so
%{_kde_libdir}/kde4/plasma_engine_calendar.so
%{_kde_libdir}/kde4/plasma_engine_devicenotifications.so
%{_kde_libdir}/kde4/plasma_engine_dict.so
%{_kde_libdir}/kde4/plasma_engine_executable.so
%{_kde_libdir}/kde4/plasma_engine_favicons.so
%{_kde_libdir}/kde4/plasma_engine_filebrowser.so
%{_kde_libdir}/kde4/plasma_engine_geolocation.so
%{_kde_libdir}/kde4/plasma_engine_hotplug.so
%{_kde_libdir}/kde4/plasma_engine_keystate.so
%{_kde_libdir}/kde4/plasma_engine_metadata.so
%{_kde_libdir}/kde4/plasma_engine_mouse.so
%{_kde_libdir}/kde4/plasma_engine_mpris2.so
%{_kde_libdir}/kde4/plasma_engine_notifications.so
%{_kde_libdir}/kde4/plasma_engine_nowplaying.so
%{_kde_libdir}/kde4/plasma_engine_places.so
%{_kde_libdir}/kde4/plasma_engine_powermanagement.so
%{_kde_libdir}/kde4/plasma_engine_rss.so
%{_kde_libdir}/kde4/plasma_engine_searchlaunch.so
%{_kde_libdir}/kde4/plasma_engine_share.so
%{_kde_libdir}/kde4/plasma_engine_soliddevice.so
%{_kde_libdir}/kde4/plasma_engine_statusnotifieritem.so
%{_kde_libdir}/kde4/plasma_engine_systemmonitor.so
%{_kde_libdir}/kde4/plasma_engine_tasks.so
%{_kde_libdir}/kde4/plasma_engine_time.so
%{_kde_libdir}/kde4/plasma_engine_weather.so
%{_kde_libdir}/kde4/plasma_packagestructure_dashboard.so
%{_kde_libdir}/kde4/plasma_packagestructure_share.so
%{_kde_libdir}/kde4/plasma_packagestructure_web.so
%{_kde_libdir}/kde4/plasma_toolbox_desktoptoolbox.so
%{_kde_libdir}/kde4/plasma_toolbox_nettoolbox.so
%{_kde_libdir}/kde4/plasma_toolbox_paneltoolbox.so
%{_kde_libdir}/kde4/plasma_wallpaper_color.so
%{_kde_libdir}/kde4/plasma_wallpaper_image.so
%{_kde_libdir}/kde4/plugins/styles/oxygen.so
%{_kde_libdir}/kde4/powerdevilkeyboardbrightnesscontrolaction_config.so
%{_kde_libdir}/kde4/ion_debianweather.so
%{_kde_libdir}/kde4/krunner_activities.so
%{_kde_libdir}/libkdeinit4_*.so
%{_kde_libdir}/strigi/strigita_font.so
%{_kde_applicationsdir}/kfontview.desktop
%{_kde_applicationsdir}/kmenuedit.desktop
%{_kde_applicationsdir}/ksysguard.desktop
%{_kde_applicationsdir}/systemsettings.desktop
%{_kde_applicationsdir}/kdesystemsettings.desktop
%{_kde_appsdir}/color-schemes
%{_kde_appsdir}/desktoptheme
%{_kde_appsdir}/freespacenotifier
%{_kde_appsdir}/kaccess
%{_kde_appsdir}/katepart
%{_kde_appsdir}/kcminput
%{_kde_appsdir}/kcmkeys
%{_kde_appsdir}/kcmstyle
%{_kde_appsdir}/kcmsolidactions
%{_kde_appsdir}/kconf_update/*
%{_kde_appsdir}/kcontrol
%{_kde_appsdir}/kdisplay
%{_kde_appsdir}/kfontinst
%{_kde_appsdir}/kfontview
%{_kde_appsdir}/khotkeys
%{_kde_appsdir}/kmenuedit
%{_kde_appsdir}/konqsidebartng/virtual_folders/services/fonts.desktop
%{_kde_appsdir}/ksmserver
%{_kde_appsdir}/ksplash
%{_kde_appsdir}/kstyle
%{_kde_appsdir}/ksysguard
%{_kde_appsdir}/kthememanager
%{_kde_appsdir}/kwin
%{_kde_appsdir}/kwrited
%{_kde_appsdir}/plasma
%{_kde_appsdir}/plasma-desktop
%{_kde_appsdir}/plasma-netbook
%{_kde_appsdir}/solid/*/*.desktop
%{_kde_appsdir}/systemsettings
%{_kde_appsdir}/kcmkeyboard
%{_kde_autostart}/*.desktop
%{_kde_datadir}/config.kcfg/*.kcfg
%{_kde_configdir}/xcursor.knsrc
%{_kde_configdir}/activities.knsrc
%{_kde_configdir}/aurorae.knsrc
%{_kde_configdir}/background.knsrc
%{_kde_configdir}/colorschemes.knsrc
%{_kde_configdir}/ksplash.knsrc
%{_kde_configdir}/ksysguard.knsrc
%{_kde_configdir}/kwineffect.knsrc
%{_kde_configdir}/kwinscripts.knsrc
%{_kde_configdir}/kwinswitcher.knsrc
%{_kde_configdir}/plasma-overlayrc
%{_kde_configdir}/plasma-themes.knsrc
%{_kde_configdir}/wallpaper.knsrc
%{_kde_configdir}/kfontinst.knsrc
%{_kde_datadir}/dbus-1/services/org.kde.fontinst.service
%{_kde_datadir}/dbus-1/services/org.kde.krunner.service
%{_kde_datadir}/dbus-1/system-services/org.kde.fontinst.service
%{_kde_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmclock.service
%{_kde_datadir}/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service
%doc %{_kde_docdir}/HTML/en/kcontrol
%doc %{_kde_docdir}/HTML/en/kfontview
%doc %{_kde_docdir}/HTML/en/kmenuedit
%doc %{_kde_docdir}/HTML/en/ksysguard
%doc %{_kde_docdir}/HTML/en/plasma-desktop
%doc %{_kde_docdir}/HTML/en/systemsettings
%{_kde_iconsdir}/Oxygen_*
%{_kde_iconsdir}/KDE_Classic
%{_kde_iconsdir}/*/*/*/*
%{_kde_services}/ScreenSavers/kblank.desktop
%{_kde_services}/ScreenSavers/krandom.desktop
%{_kde_services}/ServiceMenus/installfont.desktop
%{_kde_services}/autostart.desktop
%{_kde_services}/bell.desktop
%{_kde_services}/clock.desktop
%{_kde_services}/colors.desktop
%{_kde_services}/cursortheme.desktop
%{_kde_services}/desktop.desktop
%{_kde_services}/desktoppath.desktop
%{_kde_services}/desktoptheme.desktop
%{_kde_services}/deviceinfocategory.desktop
%{_kde_services}/display.desktop
%{_kde_services}/fontinst.desktop
%{_kde_services}/fonts.desktop
%{_kde_services}/fonts.protocol
%{_kde_services}/fontthumbnail.desktop
%{_kde_services}/graphicalinfocategory.desktop
%{_kde_services}/ion-bbcukmet.desktop
%{_kde_services}/ion-debianweather.desktop
%{_kde_services}/ion-envcan.desktop
%{_kde_services}/ion-noaa.desktop
%{_kde_services}/ion-wettercom.desktop
%{_kde_services}/joystick.desktop
%{_kde_services}/kaccess.desktop
%if %{with drakclock}
%{_kde_services}/kcm_drakclock.desktop
%endif
%{_kde_services}/kcm_keyboard.desktop
%{_kde_services}/kcmaccess.desktop
%{_kde_services}/kcmlaunch.desktop
%{_kde_services}/kcmsmserver.desktop
%{_kde_services}/kded/appmenu.desktop
%{_kde_services}/kded/freespacenotifier.desktop
%{_kde_services}/kded/kephal.desktop
%{_kde_services}/kded/keyboard.desktop
%{_kde_services}/kded/khotkeys.desktop
%{_kde_services}/kded/kwrited.desktop
%{_kde_services}/kded/ktouchpadenabler.desktop
%{_kde_services}/kded/statusnotifierwatcher.desktop
%{_kde_services}/keys.desktop
%{_kde_services}/kfontviewpart.desktop
%{_kde_services}/khotkeys.desktop
%{_kde_services}/ksplashthememgr.desktop
%{_kde_services}/kwin
%{_kde_services}/kwin-script-desktopchangeosd.desktop
%{_kde_services}/kwin-script-synchronizeskipswitcher.desktop
%{_kde_services}/kwin-script-videowall.desktop
%{_kde_services}/kwinactions.desktop
%{_kde_services}/kwinadvanced.desktop
%{_kde_services}/kwincompositing.desktop
%{_kde_services}/kwindecoration.desktop
%{_kde_services}/kwinfocus.desktop
%{_kde_services}/kwinmoving.desktop
%{_kde_services}/kwinoptions.desktop
%{_kde_services}/kwinrules.desktop
%{_kde_services}/kwinscreenedges.desktop
%{_kde_services}/kwinscripts.desktop
%{_kde_services}/kwintabbox.desktop
%{_kde_services}/lostfoundcategory.desktop
%{_kde_services}/mouse.desktop
%{_kde_services}/networkinfocategory.desktop
%{_kde_services}/plasma-animator-default.desktop
%{_kde_services}/plasma-applet-activitybar.desktop
%{_kde_services}/plasma-applet-analogclock.desktop
%{_kde_services}/plasma-applet-currentappcontrol.desktop
%{_kde_services}/plasma-applet-devicenotifier.desktop
%{_kde_services}/plasma-applet-digitalclock.desktop
%{_kde_services}/plasma-applet-icon.desktop
%{_kde_services}/plasma-applet-lockout.desktop
%{_kde_services}/plasma-applet-org.kde.notifications.desktop
%{_kde_services}/plasma-applet-panelspacer-internal.desktop
%{_kde_services}/plasma-applet-searchbox.desktop
%{_kde_services}/plasma-applet-sm_hdd_activity.desktop
%{_kde_services}/plasma-applet-sm_ram.desktop
%{_kde_services}/plasma-applet-system-monitor.desktop
%{_kde_services}/plasma-applet-systemtray.desktop
%{_kde_services}/plasma-applet-trash.desktop
%{_kde_services}/plasma-applet-windowlist.desktop
%{_kde_services}/plasma-containment-desktop.desktop
%{_kde_services}/plasma-containment-desktopdashboard.desktop
%{_kde_services}/plasma-containment-netpanel.desktop
%{_kde_services}/plasma-containment-panel.desktop
%{_kde_services}/plasma-containment-sal.desktop
%{_kde_services}/plasma-containment-saverdesktop.desktop
%{_kde_services}/plasma-containmentactions-applauncher.desktop
%{_kde_services}/plasma-containmentactions-contextmenu.desktop
%{_kde_services}/plasma-containmentactions-minimalcontextmenu.desktop
%{_kde_services}/plasma-containmentactions-paste.desktop
%{_kde_services}/plasma-containmentactions-switchactivity.desktop
%{_kde_services}/plasma-containmentactions-switchdesktop.desktop
%{_kde_services}/plasma-containmentactions-switchwindow.desktop
%{_kde_services}/plasma-dataengine-applicationjobs.desktop
%{_kde_services}/plasma-dataengine-apps.desktop
%{_kde_services}/plasma-dataengine-calendar.desktop
%{_kde_services}/plasma-dataengine-devicenotifications.desktop
%{_kde_services}/plasma-dataengine-dict.desktop
%{_kde_services}/plasma-dataengine-executable.desktop
%{_kde_services}/plasma-dataengine-favicons.desktop
%{_kde_services}/plasma-dataengine-filebrowser.desktop
%{_kde_services}/plasma-dataengine-geolocation.desktop
%{_kde_services}/plasma-dataengine-hotplug.desktop
%{_kde_services}/plasma-dataengine-keystate.desktop
%{_kde_services}/plasma-dataengine-mouse.desktop
%{_kde_services}/plasma-dataengine-mpris2.desktop
%{_kde_services}/plasma-dataengine-notifications.desktop
%{_kde_services}/plasma-dataengine-nowplaying.desktop
%{_kde_services}/plasma-dataengine-places.desktop
%{_kde_services}/plasma-dataengine-powermanagement.desktop
%{_kde_services}/plasma-dataengine-rss.desktop
%{_kde_services}/plasma-dataengine-share-addon-im9.desktop
%{_kde_services}/plasma-dataengine-share-addon-imgur.desktop
%{_kde_services}/plasma-dataengine-share-addon-pastebincom.desktop
%{_kde_services}/plasma-dataengine-share-addon-pasteopensuseorg.desktop
%{_kde_services}/plasma-dataengine-share-addon-pasteubuntucom.desktop
%{_kde_services}/plasma-dataengine-share-addon-privatepastecom.desktop
%{_kde_services}/plasma-dataengine-share-addon-simplestimagehosting.desktop
%{_kde_services}/plasma-dataengine-share-addon-wklej.desktop
%{_kde_services}/plasma-dataengine-share-addon-wstaw.desktop
%{_kde_services}/plasma-dataengine-share.desktop
%{_kde_services}/plasma-dataengine-soliddevice.desktop
%{_kde_services}/plasma-dataengine-systemmonitor.desktop
%{_kde_services}/plasma-dataengine-tasks.desktop
%{_kde_services}/plasma-dataengine-time.desktop
%{_kde_services}/plasma-dataengine-weather.desktop
%{_kde_services}/plasma-engine-activities.desktop
%{_kde_services}/plasma-engine-akonadi.desktop
%{_kde_services}/plasma-engine-metadata.desktop
%{_kde_services}/plasma-engine-searchlaunch.desktop
%{_kde_services}/plasma-geolocation-gps.desktop
%{_kde_services}/plasma-geolocation-ip.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-desktop.defaultPanel.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-desktop.findWidgets.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-desktop.photoActivity.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-netbook.defaultPage.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-netbook.defaultPanel.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-netbook.defaultSal.desktop
%{_kde_services}/plasma-packagestructure-dashboard.desktop
%{_kde_services}/plasma-packagestructure-share.desktop
%{_kde_services}/plasma-packagestructure-web.desktop
%{_kde_services}/plasma-pager-default.desktop
%{_kde_services}/plasma-runner-bookmarks.desktop
%{_kde_services}/plasma-runner-calculator.desktop
%{_kde_services}/plasma-runner-kill.desktop
%{_kde_services}/plasma-runner-kill_config.desktop
%{_kde_services}/plasma-runner-locations.desktop
%{_kde_services}/plasma-runner-nepomuksearch.desktop
%{_kde_services}/plasma-runner-plasma-desktop.desktop
%{_kde_services}/plasma-runner-services.desktop
%{_kde_services}/plasma-runner-sessions.desktop
%{_kde_services}/plasma-runner-shell.desktop
%{_kde_services}/plasma-runner-solid.desktop
%{_kde_services}/plasma-runner-webshortcuts.desktop
%{_kde_services}/plasma-runner-windowedwidgets.desktop
%{_kde_services}/plasma-runner-windows.desktop
%{_kde_services}/plasma-sal-bookmarks.desktop
%{_kde_services}/plasma-sal-contacts.desktop
%{_kde_services}/plasma-sal-development.desktop
%{_kde_services}/plasma-sal-education.desktop
%{_kde_services}/plasma-sal-games.desktop
%{_kde_services}/plasma-sal-graphics.desktop
%{_kde_services}/plasma-sal-internet.desktop
%{_kde_services}/plasma-sal-multimedia.desktop
%{_kde_services}/plasma-sal-office.desktop
%{_kde_services}/plasma-sal-system.desktop
%{_kde_services}/plasma-sal-utility.desktop
%{_kde_services}/plasma-scriptengine-applet-dashboard.desktop
%{_kde_services}/plasma-scriptengine-applet-web.desktop
%{_kde_services}/plasma-tasks-default.desktop
%{_kde_services}/plasma-toolbox-desktoptoolbox.desktop
%{_kde_services}/plasma-toolbox-nettoolbox.desktop
%{_kde_services}/plasma-toolbox-paneltoolbox.desktop
%{_kde_services}/plasma-wallpaper-color.desktop
%{_kde_services}/plasma-wallpaper-image.desktop
%{_kde_services}/plasma_applet_keyboard.desktop
%{_kde_services}/plasma_engine_statusnotifieritem.desktop
%{_kde_services}/plasma-applet-org.kde.showActivityManager.desktop
%{_kde_services}/plasma-dataengine-share-addon-imgsusepasteorg.desktop
%{_kde_services}/plasma-dataengine-share-addon-kde.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-desktop.SaL.desktop
%{_kde_services}/plasma-layout-org.kde.plasma-desktop.desktopIcons.desktop
%{_kde_services}/plasma-runner-activityrunner.desktop
%{_kde_services}/powerdevilkeyboardbrightnesscontrolaction.desktop
%{_kde_services}/recentdocuments.desktop
%{_kde_services}/screensaver.desktop
%{_kde_services}/settings-accessibility.desktop
%{_kde_services}/settings-account-details.desktop
%{_kde_services}/settings-application-and-system-notifications.desktop
%{_kde_services}/settings-application-appearance-and-behavior.desktop
%{_kde_services}/settings-application-appearance.desktop
%{_kde_services}/settings-audio-and-video.desktop
%{_kde_services}/settings-bluetooth.desktop
%{_kde_services}/settings-classic-view.desktop
%{_kde_services}/settings-desktop-appearance.desktop
%{_kde_services}/settings-display.desktop
%{_kde_services}/settings-hardware.desktop
%{_kde_services}/settings-icon-view.desktop
%{_kde_services}/settings-input-devices.desktop
%{_kde_services}/settings-locale.desktop
%{_kde_services}/settings-lost-and-found.desktop
%{_kde_services}/settings-network-and-connectivity.desktop
%{_kde_services}/settings-network-settings.desktop
%{_kde_services}/settings-permissions.desktop
%{_kde_services}/settings-personal-information.desktop
%{_kde_services}/settings-power-management.desktop
%{_kde_services}/settings-removable-devices.desktop
%{_kde_services}/settings-sharing.desktop
%{_kde_services}/settings-shortcuts-and-gestures.desktop
%{_kde_services}/settings-startup-and-shutdown.desktop
%{_kde_services}/settings-system-administration.desktop
%{_kde_services}/settings-window-behaviour.desktop
%{_kde_services}/settings-workspace-appearance-and-behavior.desktop
%{_kde_services}/settings-workspace-behavior.desktop
%{_kde_services}/solid-actions.desktop
%{_kde_services}/standard_actions.desktop
%{_kde_services}/style.desktop
%{_kde_services}/workspaceoptions.desktop
%{_kde_servicetypes}/*.desktop
%{_kde_datadir}/polkit-1/actions/org.kde.fontinst.policy
%{_kde_datadir}/polkit-1/actions/org.kde.kcontrol.kcmclock.policy
%{_kde_datadir}/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy
%{_kde_datadir}/sounds/pop.wav
%{_kde_datadir}/wallpapers/*
%{_datadir}/xsessions/kde-plasma.desktop
%{_datadir}/custom-xsessions/kde4-default.desktop

%post
%{_sbindir}/update-alternatives --install %{_datadir}/xsessions/default.desktop default.desktop %{_datadir}/custom-xsessions/kde4-default.desktop 10
%{_sbindir}/update-alternatives --install %{_kde_autostart}/krunner-alt.desktop krunner.desktop %{_kde_appsdir}/plasma/autostart/krunner.desktop 10
%{_sbindir}/update-alternatives --install %{_kde_autostart}/plasma-desktop-alt.desktop plasma-desktop.desktop %{_kde_appsdir}/plasma/autostart/plasma-desktop.desktop 10

%preun
if [ $1 -eq 0 ]; then
    %{_sbindir}/update-alternatives --remove default.desktop %{_datadir}/custom-xsessions/kde4-default.desktop
    %{_sbindir}/update-alternatives --remove krunner.desktop %{_kde_appsdir}/plasma/autostart/krunner.desktop
    %{_sbindir}/update-alternatives --remove plasma-desktop.desktop %{_kde_appsdir}/plasma/autostart/plasma-desktop.desktop
fi

#-----------------------------------------------------------------------------

%package -n kde4-integration
Summary:	KDE4 integration plugin
Group:		Graphical desktop/KDE
Conflicts:	kdebase4-workspace < 2:4.11.20

%description -n kde4-integration
This plugin provides integration of pure Qt4 applications with KDE4 Workspace.

%files -n kde4-integration
%{_kde_libdir}/kde4/plugins/gui_platform/libkde.so

#-----------------------------------------------------------------------------

%package -n kdm
Summary:	KDE Desktop Login Manager
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	kde4-config-file
Provides:	dm
# Broken for now
#Requires:	kdmfprintplugin

%description -n kdm
KDE Desktop Login Manager.

%post -n kdm
chksession -K
# todo - use native %systemd_post
if [ ! -e /etc/systemd/system/display-manager.service ] ; then
  /bin/systemctl enable kdm.service 2>&1 || :
fi

%preun -n kdm
%systemd_preun kdm.service

%postun -n kdm
chksession -K
%systemd_postun kdm.service

%files -n kdm
%config(noreplace) %{_sysconfdir}/pam.d/kde
%config(noreplace) %{_sysconfdir}/pam.d/kde-np
%config(noreplace) %{_sysconfdir}/logrotate.d/kdm
%{_kde_bindir}/kdm
%{_kde_bindir}/kdmctl
%{_kde_bindir}/genkdmconf
%{_kde_libdir}/kde4/libexec/kdm_config
%{_kde_libdir}/kde4/libexec/kdm_greet
%{_kde_libdir}/kde4/libexec/kfontprint
%{_kde_libdir}/kde4/libexec/krootimage
%attr(4755,root,root) %{_kde_libdir}/kde4/libexec/kcheckpass
%{_kde_libdir}/kde4/kcm_kdm.so
%{_kde_appsdir}/doc/kdm
%dir %{_kde_appsdir}/kdm
%{_kde_appsdir}/kdm/*
%{_kde_datadir}/config/kdm.knsrc
%{_kde_datadir}/config/kdm
%{_kde_services}/kdm.desktop
%{_kde_docdir}/*/*/kdm
%{_kde_libdir}/kde4/kgreet_*
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmkdm.conf
%{_kde_datadir}/polkit-1/actions/org.kde.kcontrol.kcmkdm.policy
%{_kde_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmkdm.service
%{_kde_libdir}/kde4/libexec/kcmkdmhelper
%{_sysconfdir}/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf
%{_kde_libdir}/kde4/libexec/backlighthelper
%{_kde_datadir}/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service
%{_kde_datadir}/polkit-1/actions/org.kde.powerdevil.backlighthelper.policy
%{_unitdir}/kdm.service
%attr(0775,root,root) %dir %{_localstatedir}/spool/gdm
%attr(0770, root, root) %dir %{_localstatedir}/lib/kdm

#----------------------------------------------------------------------------

%package -n kickoff
Summary:	KDE application launcher
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Conflicts:	%{name} < 2:4.8.97-2

%description -n kickoff
KickOff is the KDE application launcher, or "start menu".

%files -n kickoff
%{_kde_libdir}/libkickoff.so
%{_kde_libdir}/kde4/plasma_applet_launcher.so
%{_kde_libdir}/kde4/plasma_applet_simplelauncher.so
%{_kde_services}/plasma-applet-launcher.desktop
%{_kde_services}/plasma-applet-simplelauncher.desktop

#----------------------------------------------------------------------------

%package -n kinfocenter
Summary:	KDE system information center
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Provides:	kinfocenter4 = %{EVRD}
Requires:	ldetect-lst

%description -n kinfocenter
Kinfocenter is a utility in KDE that provides information
about a computer system.

%files -n kinfocenter
%{_kde_bindir}/kinfocenter
%dir %{_kde_appsdir}/kinfocenter
%{_kde_appsdir}/kinfocenter/*
%{_kde_appsdir}/kcmview1394
%{_kde_libdir}/kde4/kcm_info.so
%{_kde_libdir}/kde4/kcm_opengl.so
%{_kde_libdir}/kde4/kcm_nic.so
%{_kde_libdir}/kde4/kcm_usb.so
%{_kde_libdir}/kde4/kcm_view1394.so
%{_kde_libdir}/kde4/kcm_memory.so
%{_kde_libdir}/kde4/kcm_pci.so
%{_kde_libdir}/kde4/kcm_samba.so
%{_kde_libdir}/kde4/kcm_infosummary.so
%{_kde_libdir}/kde4/devinfo.so
%{_kde_applicationsdir}/kinfocenter.desktop
%{_kde_docdir}/*/*/kinfocenter
%{_kde_services}/dma.desktop
%{_kde_services}/interrupts.desktop
%{_kde_services}/ioports.desktop
%{_kde_services}/kcmusb.desktop
%{_kde_services}/kcmview1394.desktop
%{_kde_services}/nic.desktop
%{_kde_services}/opengl.desktop
%{_kde_services}/scsi.desktop
%{_kde_services}/xserver.desktop
%{_kde_services}/kcm_memory.desktop
%{_kde_services}/kcm_pci.desktop
%{_kde_services}/smbstatus.desktop
%{_kde_services}/devinfo.desktop
%{_kde_services}/kcm_infosummary.desktop


#----------------------------------------------------------------------------

%package -n klipper
Summary:	Clipboard manager for KDE
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Conflicts:	%{name} < 2:4.7.97

%description -n klipper
Klipper is a clipboard manager for the KDE interface. It allows users of
Unix-like operating systems running the KDE desktop environment to access
a history of X Selections, any item of which can be reselected for pasting.

%files -n klipper
%{_kde_bindir}/klipper
%{_kde_applicationsdir}/klipper.desktop
%doc %{_kde_docdir}/HTML/en/klipper

#----------------------------------------------------------------------------

%package -n krandr
Summary:	KDE screen management tools
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Conflicts:	%{name} < 2:4.11.10-4

%description -n krandr
KDE screen management tools.

%files -n krandr
%{_kde_bindir}/krandrstartup
%{_kde_bindir}/krandrtray
%{_kde_libdir}/kde4/kcm_randr.so
%{_kde_libdir}/kde4/kded_randrmonitor.so
%{_kde_applicationsdir}/krandrtray.desktop
%{_kde_services}/kded/randrmonitor.desktop
%{_kde_services}/randr.desktop

#----------------------------------------------------------------------------

%package -n plasma-applet-battery
Summary:	Simple plasma battery applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	plasma-krunner-powerdevil
Provides:	plasma-applet

%description -n plasma-applet-battery
Simple plasma battery applet.

%files -n plasma-applet-battery
%{_kde_services}/plasma-applet-batterymonitor.desktop

#----------------------------------------------------------------------------

%package -n plasma-applet-calendar
Summary:	Plasma applet calendar
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description -n plasma-applet-calendar
Plasma Calendar applet.

%files -n plasma-applet-calendar
%{_kde_libdir}/kde4/plasma_applet_calendar.so
%{_kde_services}/plasma-applet-calendar.desktop

#----------------------------------------------------------------------------

%package -n plasma-applet-quicklaunch
Summary:	Launch your favourite Applications
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet
Obsoletes:	plasma-applet-quicklauncher

%description -n plasma-applet-quicklaunch
Reimplements the quicklaunch applet present in kde3.5.

Features:
- Add icons by specify a .desktop file
- Add icons by dragging .desktop files from other locations
- Rearrange icons by dragging them in place
- Configurable number of rows
- Configurable number of visible icons.

%files -n plasma-applet-quicklaunch
%{_kde_libdir}/kde4/plasma_applet_quicklaunch.so
%{_kde_services}/plasma-applet-quicklaunch.desktop

#----------------------------------------------------------------------------

%package -n plasma-applet-system-monitor-cpu
Summary:	A CPU usage monitor
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	lm_sensors
Provides:	plasma-applet

%description -n plasma-applet-system-monitor-cpu
A CPU usage monitor.

%files -n plasma-applet-system-monitor-cpu
%{_kde_libdir}/kde4/plasma_applet_sm_cpu.so
%{_kde_services}/plasma-applet-sm_cpu.desktop

#----------------------------------------------------------------------------

%package -n plasma-applet-system-monitor-hdd
Summary:	A hard disk usage monitor
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	lm_sensors
Provides:	plasma-applet

%description -n plasma-applet-system-monitor-hdd
A hard disk usage monitor.

%files -n plasma-applet-system-monitor-hdd
%{_kde_libdir}/kde4/plasma_applet_sm_hdd.so
%{_kde_services}/plasma-applet-sm_hdd.desktop

#----------------------------------------------------------------------------

%package -n plasma-applet-system-monitor-hwinfo
Summary:	Plasma applet that Show hardware informations
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	lm_sensors
Provides:	plasma-applet

%description -n plasma-applet-system-monitor-hwinfo
Plasma applet that Show hardware informations.

%files -n plasma-applet-system-monitor-hwinfo
%{_kde_libdir}/kde4/plasma_applet_sm_hwinfo.so
%{_kde_services}/plasma-applet-sm_hwinfo.desktop

#----------------------------------------------------------------------------

%package -n plasma-applet-system-monitor-net
Summary:	A network usage monitor
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description -n plasma-applet-system-monitor-net
A network usage monitor.

%files -n plasma-applet-system-monitor-net
%{_kde_libdir}/kde4/plasma_applet_sm_net.so
%{_kde_services}/plasma-applet-sm_net.desktop

#----------------------------------------------------------------------------

%package -n plasma-applet-system-monitor-temperature
Summary:	A system temperature monitor
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	hddtemp
Requires:	lm_sensors
Provides:	plasma-applet

%description -n plasma-applet-system-monitor-temperature
A system temperature monitor.

%files -n plasma-applet-system-monitor-temperature
%{_kde_libdir}/kde4/plasma_applet_sm_temperature.so
%{_kde_services}/plasma-applet-sm_temperature.desktop

#----------------------------------------------------------------------------

%package -n plasma-applet-webbrowser
Summary:	A simple webbrowser applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description -n plasma-applet-webbrowser
A simple webbrowser applet.

%files -n plasma-applet-webbrowser
%{_kde_libdir}/kde4/plasma_applet_webbrowser.so
%{_kde_services}/plasma-applet-webbrowser.desktop

#----------------------------------------------------------------------------

%package -n plasma-runner-places
Summary:	Plasma applet places
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-places
Plasma runner places.

%files -n plasma-runner-places
%{_kde_libdir}/kde4/krunner_placesrunner.so
%{_kde_services}/plasma-runner-places.desktop

#----------------------------------------------------------------------------

%package -n plasma-krunner-powerdevil
Summary:	KDE power management applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	upower
Provides:	plasma-krunner
Provides:	powerdevil = %{EVRD}

%description -n plasma-krunner-powerdevil
KDE power management applet.

%files -n plasma-krunner-powerdevil
%{_kde_libdir}/kde4/kded_powerdevil.so
%{_kde_libdir}/kde4/krunner_powerdevil.so
%{_kde_libdir}/kde4/powerdevilbrightnesscontrolaction_config.so
%{_kde_libdir}/kde4/powerdevildimdisplayaction_config.so
%{_kde_libdir}/kde4/powerdevildpmsaction.so
%{_kde_libdir}/kde4/powerdevildpmsaction_config.so
%{_kde_libdir}/kde4/powerdevilrunscriptaction_config.so
%{_kde_libdir}/kde4/powerdevilsuspendsessionaction_config.so
%{_kde_libdir}/kde4/kcm_powerdevilglobalconfig.so
%{_kde_libdir}/kde4/kcm_powerdevilprofilesconfig.so
%{_kde_libdir}/kde4/kcm_powerdevilactivitiesconfig.so
%{_kde_libdir}/kde4/powerdevilhandlebuttoneventsaction_config.so
%{_kde_appsdir}/powerdevil
%{_kde_services}/kded/powerdevil.desktop
%{_kde_services}/powerdevilglobalconfig.desktop
%{_kde_services}/powerdevilhandlebuttoneventsaction.desktop
%{_kde_services}/powerdevilprofilesconfig.desktop
%{_kde_services}/plasma-runner-powerdevil.desktop
%{_kde_services}/powerdevilbrightnesscontrolaction.desktop
%{_kde_services}/powerdevildimdisplayaction.desktop
%{_kde_services}/powerdevildpmsaction.desktop
%{_kde_services}/powerdevilrunscriptaction.desktop
%{_kde_services}/powerdevilsuspendsessionaction.desktop
%{_kde_services}/powerdevilactivitiesconfig.desktop

#----------------------------------------------------------------------------

%package -n plasma-scriptengine-python
Summary:	Support for python plasma applets
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	python-kde4
Conflicts:	%{name} < 2:4.5.80

%description -n plasma-scriptengine-python
This package allow kde4 to use plasma applets written in python.

%files -n plasma-scriptengine-python
%{py_platsitedir}/PyKDE4/*
%{_kde_appsdir}/plasma_scriptengine_python
%{_kde_services}/plasma-scriptengine-applet-python.desktop
%{_kde_services}/plasma-scriptengine-dataengine-python.desktop
%{_kde_services}/plasma-scriptengine-runner-python.desktop
%{_kde_services}/plasma-scriptengine-wallpaper-python.desktop

#----------------------------------------------------------------------------

%if %{with ruby}
%package -n plasma-scriptengine-ruby
Summary:	Support for ruby plasma applets
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	ruby-kde4
Conflicts:	%{name} < 2:4.5.80

%description -n plasma-scriptengine-ruby
This package allow kde4 to use plasma applets written in ruby.

%files -n plasma-scriptengine-ruby
%{_kde_appsdir}/plasma_scriptengine_ruby
%{_kde_services}/plasma-scriptengine-ruby-applet.desktop
%{_kde_services}/plasma-scriptengine-ruby-dataengine.desktop
%endif

#----------------------------------------------------------------------------

%define libkdecorations_major 4
%define libkdecorations %mklibname kdecorations %{libkdecorations_major}

%package -n %{libkdecorations}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkdecorations}
KDE 4 core library.

%files -n %{libkdecorations}
%{_kde_libdir}/libkdecorations.so.%{libkdecorations_major}*

#----------------------------------------------------------------------------

%define libkephal_major 4
%define libkephal %mklibname kephal %{libkephal_major}

%package -n %{libkephal}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkephal}
KDE 4 core library.

%files -n %{libkephal}
%{_kde_libdir}/libkephal.so.%{libkephal_major}*

#----------------------------------------------------------------------------

%define libkfontinst_major 4
%define libkfontinst %mklibname kfontinst %{libkfontinst_major}

%package -n %{libkfontinst}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkfontinst}
KDE 4 core library.

%files -n %{libkfontinst}
%{_kde_libdir}/libkfontinst.so.%{libkfontinst_major}*

#----------------------------------------------------------------------------

%define libkfontinstui_major 4
%define libkfontinstui %mklibname kfontinstui %{libkfontinstui_major}

%package -n %{libkfontinstui}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkfontinstui}
KDE 4 core library.

%files -n %{libkfontinstui}
%{_kde_libdir}/libkfontinstui.so.%{libkfontinstui_major}*

#----------------------------------------------------------------------------

%define libkhotkeysprivate_major 4
%define libkhotkeysprivate %mklibname khotkeysprivate %{libkhotkeysprivate_major}

%package -n %{libkhotkeysprivate}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkhotkeysprivate}
KDE 4 core library.

%files -n %{libkhotkeysprivate}
%{_kde_libdir}/libkhotkeysprivate.so.%{libkhotkeysprivate_major}*

#----------------------------------------------------------------------------

%define libkscreensaver_major 5
%define libkscreensaver %mklibname kscreensaver %{libkscreensaver_major}

%package -n %{libkscreensaver}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkscreensaver}
KDE 4 core library.

%files -n %{libkscreensaver}
%{_kde_libdir}/libkscreensaver.so.%{libkscreensaver_major}*

#----------------------------------------------------------------------------

%define libksgrd_major 4
%define libksgrd %mklibname ksgrd %{libksgrd_major}

%package -n %{libksgrd}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libksgrd}
KDE 4 core library.

%files -n %{libksgrd}
%{_kde_libdir}/libksgrd.so.%{libksgrd_major}*

#----------------------------------------------------------------------------

%define libksignalplotter_major 4
%define libksignalplotter %mklibname ksignalplotter %{libksignalplotter_major}

%package -n %{libksignalplotter}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libksignalplotter}
KDE 4 core library.

%files -n %{libksignalplotter}
%{_kde_libdir}/libksignalplotter.so.%{libksignalplotter_major}*

#----------------------------------------------------------------------------

%define libkwineffects_major 1
%define libkwineffects %mklibname kwineffects %{libkwineffects_major}

%package -n %{libkwineffects}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkwineffects}
KDE 4 core library.

%files -n %{libkwineffects}
%{_kde_libdir}/libkwineffects.so.%{libkwineffects_major}*

#----------------------------------------------------------------------------

%define libkwinglesutils_major 1
%define libkwinglesutils %mklibname kwinglesutils %{libkwinglesutils_major}

%package -n %{libkwinglesutils}
Summary:	Gles2 runtime library for kwin
Group:		System/Libraries

%description -n %{libkwinglesutils}
Kwin GLES2 runtime library.

%files -n %{libkwinglesutils}
%{_kde_libdir}/libkwinglesutils.so.%{libkwinglesutils_major}*

#----------------------------------------------------------------------------

%define libkwinglutils_major 1
%define libkwinglutils %mklibname kwinglutils %{libkwinglutils_major}

%package -n %{libkwinglutils}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkwinglutils}
KDE 4 core library.

%files -n %{libkwinglutils}
%{_kde_libdir}/libkwinglutils.so.%{libkwinglutils_major}*

#----------------------------------------------------------------------------

%define libkworkspace_major 4
%define libkworkspace %mklibname kworkspace %{libkworkspace_major}

%package -n %{libkworkspace}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkworkspace}
KDE 4 core library.

%files -n %{libkworkspace}
%{_kde_libdir}/libkworkspace.so.%{libkworkspace_major}*

#----------------------------------------------------------------------------

%define liblsofui_major 4
%define liblsofui %mklibname lsofui %{liblsofui_major}

%package -n %{liblsofui}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{liblsofui}
KDE 4 core library.

%files -n %{liblsofui}
%{_kde_libdir}/liblsofui.so.%{liblsofui_major}*

#----------------------------------------------------------------------------

%define liboxygenstyle_major 4
%define liboxygenstyle %mklibname oxygenstyle %{liboxygenstyle_major}

%package -n %{liboxygenstyle}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{liboxygenstyle}
KDE 4 core library.

%files -n %{liboxygenstyle}
%{_kde_libdir}/liboxygenstyle.so.%{liboxygenstyle_major}*

#----------------------------------------------------------------------------

%define liboxygenstyleconfig_major 4
%define liboxygenstyleconfig %mklibname oxygenstyleconfig %{liboxygenstyleconfig_major}

%package -n %{liboxygenstyleconfig}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{liboxygenstyleconfig}
KDE 4 core library.

%files -n %{liboxygenstyleconfig}
%{_kde_libdir}/liboxygenstyleconfig.so.%{liboxygenstyleconfig_major}*

#----------------------------------------------------------------------------

%define libplasma_applet_system_monitor_major 4
%define libplasma_applet_system_monitor %mklibname plasma_applet_system_monitor %{libplasma_applet_system_monitor_major}

%package -n %{libplasma_applet_system_monitor}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libplasma_applet_system_monitor}
KDE 4 core library.

%files -n %{libplasma_applet_system_monitor}
%{_kde_libdir}/libplasma_applet-system-monitor.so.%{libplasma_applet_system_monitor_major}*

#----------------------------------------------------------------------------

%define libplasmaclock_major 4
%define libplasmaclock %mklibname plasmaclock %{libplasmaclock_major}

%package -n %{libplasmaclock}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libplasmaclock}
KDE 4 core library.

%files -n %{libplasmaclock}
%{_kde_libdir}/libplasmaclock.so.%{libplasmaclock_major}*

#----------------------------------------------------------------------------

%define libplasmagenericshell_major 4
%define libplasmagenericshell %mklibname plasmagenericshell %{libplasmagenericshell_major}

%package -n %{libplasmagenericshell}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libplasmagenericshell}
KDE 4 core library.

%files -n %{libplasmagenericshell}
%{_kde_libdir}/libplasmagenericshell.so.%{libplasmagenericshell_major}*

#----------------------------------------------------------------------------

%define libplasma_geolocation_interface_major 4
%define libplasma_geolocation_interface %mklibname plasma-geolocation-interface %{libplasma_geolocation_interface_major}

%package -n %{libplasma_geolocation_interface}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libplasma_geolocation_interface}
KDE 4 core library.

%files -n %{libplasma_geolocation_interface}
%{_kde_libdir}/libplasma-geolocation-interface.so.%{libplasma_geolocation_interface_major}*

#----------------------------------------------------------------------------

%define powerdevilconfigcommonprivate_major 4
%define libpowerdevilconfigcommonprivate %mklibname powerdevilconfigcommonprivate %{powerdevilconfigcommonprivate_major}

%package -n %{libpowerdevilconfigcommonprivate}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libpowerdevilconfigcommonprivate}
KDE 4 core library.

%files -n %{libpowerdevilconfigcommonprivate}
%{_kde_libdir}/libpowerdevilconfigcommonprivate.so.%{powerdevilconfigcommonprivate_major}*

#----------------------------------------------------------------------------

%define libpowerdevilcore_major 0
%define libpowerdevilcore %mklibname powerdevilcore %{libpowerdevilcore_major}

%package -n %{libpowerdevilcore}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libpowerdevilcore}
KDE 4 core library.

%files -n %{libpowerdevilcore}
%{_kde_libdir}/libpowerdevilcore.so.%{libpowerdevilcore_major}*

#----------------------------------------------------------------------------

%define libpowerdevilui_major 4
%define libpowerdevilui %mklibname powerdevilui %{libpowerdevilui_major}

%package -n %{libpowerdevilui}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libpowerdevilui}
KDE 4 core library.

%files -n %{libpowerdevilui}
%{_kde_libdir}/libpowerdevilui.so.%{libpowerdevilui_major}*

#----------------------------------------------------------------------------

%define libprocesscore_major 4
%define libprocesscore %mklibname processcore %{libprocesscore_major}

%package -n %{libprocesscore}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libprocesscore}
KDE 4 core library.

%files -n %{libprocesscore}
%{_kde_libdir}/libprocesscore.so.%{libprocesscore_major}*

#----------------------------------------------------------------------------

%define libprocessui_major 4
%define libprocessui %mklibname processui %{libprocessui_major}

%package -n %{libprocessui}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libprocessui}
KDE 4 core library.

%files -n %{libprocessui}
%{_kde_libdir}/libprocessui.so.%{libprocessui_major}*

#----------------------------------------------------------------------------

%define libsystemsettingsview_major 2
%define libsystemsettingsview %mklibname systemsettingsview %{libsystemsettingsview_major}

%package -n %{libsystemsettingsview}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libsystemsettingsview}
KDE 4 core library.

%files -n %{libsystemsettingsview}
%{_kde_libdir}/libsystemsettingsview.so.%{libsystemsettingsview_major}*

#----------------------------------------------------------------------------

%define libtaskmanager_major 4
%define libtaskmanager %mklibname taskmanager %{libtaskmanager_major}

%package -n %{libtaskmanager}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libtaskmanager}
KDE 4 core library.

%files -n %{libtaskmanager}
%{_kde_libdir}/libtaskmanager.so.%{libtaskmanager_major}*

#----------------------------------------------------------------------------

%define libweather_ion_major 6
%define libweather_ion %mklibname weather_ion %{libweather_ion_major}

%package -n %{libweather_ion}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libweather_ion}
KDE 4 core library.

%files -n %{libweather_ion}
%{_kde_libdir}/libweather_ion.so.%{libweather_ion_major}*

#----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for kdebase 4
Group:		Development/KDE and Qt
Requires:	kde4-macros
Requires:	kdelibs4-devel
Requires:	%{libkdecorations} = %{EVRD}
Requires:	%{libkscreensaver} = %{EVRD}
Requires:	%{libksgrd} = %{EVRD}
Requires:	%{libkwineffects} = %{EVRD}
Requires:	%{libkwinglesutils} = %{EVRD}
Requires:	%{libkworkspace} = %{EVRD}
Requires:	%{libplasmaclock} = %{EVRD}
Requires:	%{libprocesscore} = %{EVRD}
Requires:	%{libprocessui} = %{EVRD}
Requires:	%{libtaskmanager} = %{EVRD}
Requires:	%{liblsofui} = %{EVRD}
Requires:	%{libkfontinstui} = %{EVRD}
Requires:	%{libkfontinst} = %{EVRD}
Requires:	%{libkhotkeysprivate} = %{EVRD}
Requires:	%{libweather_ion} = %{EVRD}
Requires:	%{libkephal} = %{EVRD}
Requires:	%{libplasma_applet_system_monitor} = %{EVRD}
Requires:	%{libplasma_geolocation_interface} = %{EVRD}
Requires:	%{libplasmagenericshell} = %{EVRD}
Requires:	%{libsystemsettingsview} = %{EVRD}
Requires:	%{libksignalplotter} = %{EVRD}
Requires:	%{libkwinglutils} = %{EVRD}
Requires:	%{liboxygenstyleconfig} = %{EVRD}
Requires:	%{liboxygenstyle} = %{EVRD}
Requires:	%{libpowerdevilcore} = %{EVRD}
Requires:	%{libpowerdevilconfigcommonprivate} = %{EVRD}
Requires:	%{libpowerdevilui} = %{EVRD}

%description devel
This package contains header files needed if you wish to build applications
based on kdebase.

%files devel
%{_kde_libdir}/libpowerdevilui.so
%{_kde_libdir}/libkdecorations.so
%{_kde_libdir}/libkfontinst.so
%{_kde_libdir}/libkfontinstui.so
%{_kde_libdir}/libkscreensaver.so
%{_kde_libdir}/libksgrd.so
%{_kde_libdir}/libkephal.so
%{_kde_libdir}/libkwineffects.so
%{_kde_libdir}/libkworkspace.so
%{_kde_libdir}/libplasma_applet-system-monitor.so
%{_kde_libdir}/libplasmaclock.so
%{_kde_libdir}/libpowerdevilcore.so
%{_kde_libdir}/libprocesscore.so
%{_kde_libdir}/libprocessui.so
%{_kde_libdir}/libtaskmanager.so
%{_kde_libdir}/libweather_ion.so
%{_kde_libdir}/liblsofui.so
%{_kde_libdir}/libplasma-geolocation-interface.so
%{_kde_libdir}/libplasmagenericshell.so
%{_kde_libdir}/libsystemsettingsview.so
%{_kde_libdir}/libksignalplotter.so
%{_kde_libdir}/libkwinglutils.so
%{_kde_libdir}/libkwinglesutils.so
%{_kde_libdir}/liboxygenstyleconfig.so
%{_kde_libdir}/liboxygenstyle.so
%{_kde_libdir}/libpowerdevilconfigcommonprivate.so
%{_kde_includedir}/*
%{_kde_libdir}/kde4/plugins/designer/*
%{_kde_datadir}/apps/cmake/*/*
%{_kde_datadir}/dbus-1/interfaces/*
%{_kde_libdir}/cmake/KDE4Workspace

#-----------------------------------------------------------------------------

%prep
%setup -qn kde-workspace-%{version}

rm -fr kdm/kfrontend libs/kdm
tar xf %{SOURCE6}

%patch0 -p1

%if %{with drakclock}
%patch1 -p1
%patch2 -p1
%endif

%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch18 -p1
%patch19 -p1
%patch20 -p1
%patch21 -p1
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p1
%patch26 -p1
%patch27 -p1
%patch28 -p1
%patch29 -p1
%patch30 -p1
%patch50 -p1
%patch100 -p1
%patch101 -p1

%if "%{disttag}" == "omv"
# OpenMandriva Plymouth and KDM patches
%patch104 -p1
%patch105 -p1
%else
# ROSA Plymouth and KDM patches
%patch106 -p1
%endif

%patch107 -p1
%patch108 -p1

%build
%cmake_kde4 \
	-DBUILD_KCM_RANDR:BOOL=ON \
%if %{with ruby}
	-DWITH_RUBY_SCRIPTENGINE=ON \
%endif
	-DKDE4_XDMCP:BOOL=ON \
	-DKWIN_BUILD_WITH_OPENGLES=ON
%make

%install
%makeinstall_std -C build

%if %{with drakclock}
install -m 0644 %{SOURCE8} %{buildroot}%{_kde_services}/kcm_drakclock.desktop
%endif

# Remove it because all it does is adding Activities widget to existing panel
rm -f %{buildroot}%{_kde_appsdir}/plasma-desktop/updates/addShowActivitiesManagerPlasmoid.js

install -d -m 0755 %{buildroot}%{_datadir}/xsessions/
install -m 0644 %{buildroot}%{_kde_appsdir}/kdm/sessions/kde-plasma.desktop %{buildroot}%{_datadir}/xsessions/kde-plasma.desktop
install -d -m 0755 %{buildroot}%{_datadir}/custom-xsessions/
install -m 0644 %{SOURCE13} %{buildroot}%{_datadir}/custom-xsessions/kde4-default.desktop

rm -fr %{buildroot}%{_kde_appsdir}/kdm/sessions
rm -fr %{buildroot}%{_kde_configdir}/kdm/X*
rm -fr %{buildroot}%{_kde_configdir}/kdm/backgroundrc
rm -fr %{buildroot}%{_kde_configdir}/kdm/kdmrc

# Env entry for start kde4
install -d -m 0755 %{buildroot}/etc/profile.d

cat <<EOF > %{buildroot}/etc/profile.d/70kde4.sh
#!/bin/bash

function kde4 {
xinit /etc/X11/Xsession KDE4
}
EOF

# Install kde pam configuration file
install -d -m 0755 %{buildroot}%{_sysconfdir}/pam.d/
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/kde
install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/kde-np

%if "%{disttag}" == "omv"
# OpenMandriva startkde
install -m 0755 %{SOURCE9} %{buildroot}%{_kde_bindir}/startkde
%else
# Rosa startkde
install -m 0755 %{SOURCE9} %{buildroot}%{_kde_bindir}/startkde
%endif

# We need to expand libdir into startkde
sed -e 's,LIBDIR,%{_libdir},g' -i %{buildroot}%{_kde_bindir}/startkde
sed -e 's,KDE4_LIBEXEC_INSTALL_DIR,%{_libdir}/kde4/libexec,g' -i %{buildroot}%{_kde_bindir}/startkde

# systemd implimentation
install -d -m 0775 %{buildroot}%{_unitdir}
# It's different in OMV and ROSA
%if "%{disttag}" == "omv"
install -m 0644 %{SOURCE11} %{buildroot}%{_unitdir}/kdm.service
%else
install -m 0644 %{SOURCE12} %{buildroot}%{_unitdir}/kdm.service
%endif

# logrotate
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
cat << EOF > %{buildroot}%{_sysconfdir}/logrotate.d/kdm
/var/log/kdm.log {
weekly
notifempty
missingok
nocompress
}
EOF

# We use our desktop files. Write over is a better decision than a patch that breaks most of the times
cp -f %{SOURCE4} %{buildroot}%{_kde_applicationsdir}/

# Own as part of plymouth/kdm integration hacks (rhbz #551310)
mkdir -p -m775 %{buildroot}%{_localstatedir}/spool/gdm
mkdir -p -m770 %{buildroot}%{_localstatedir}/lib/kdm

sed -i 's!preferences-other!preferences-app-run!g' \
  %{buildroot}%{_kde_services}/settings-startup-and-shutdown.desktop

# Provide these files via alternatives to avoid file conflicts with BE::Shell
mkdir -p %{buildroot}%{_kde_appsdir}/plasma/autostart
mv %{buildroot}%{_kde_autostart}/krunner.desktop %{buildroot}%{_kde_appsdir}/plasma/autostart/
mv %{buildroot}%{_kde_autostart}/plasma-desktop.desktop %{buildroot}%{_kde_appsdir}/plasma/autostart/

%check
for f in %{buildroot}%{_kde_applicationsdir}/*.desktop ; do
  desktop-file-validate $f
done


%changelog

* Mon Sep 17 2018 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2:4.11.22-9
- (346fc91) Add 2FA support to the KDM greeter

* Tue Sep 19 2017 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2:4.11.22-8
- (5cdde16) Add user grid layout to the KDM greeter

* Mon Sep 11 2017 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2:4.11.22-7
- (e475f66) Add login allowance for root user to KDM config module

* Thu Sep 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.22-6
- (553b2e6) Add missing ProvidersUrl to aurorae knsrc file

* Thu May 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.22-5
- (820792b) Add patch to fix ksysguarddrc path definition

* Mon Apr 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.22-4
- (80de4e3) Backport systemsettings-icons patch to fix icons in System Settings

* Mon Jan 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.22-3
- (35e5e70) Add kwin-activation patch to fix issues with applications focus at startup

* Wed Dec 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.22-2
- (c76f1cf) Add power-settings patch to adjust default power settings

* Thu Dec 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.22-1
- (c63a70f) New version 4.11.22

* Thu Dec 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.20-2
- (680e5ea) Bump release

* Tue Jun 09 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.20-1
- (e8fda51) Split libkde.so to new kde4-integration subpackage, it's needed outside KDE 4
- (Andrey Bondrov: 14e77c8) Sort subpackages
- (Andrey Bondrov: c8b5b41) New version 4.11.20

* Thu Jun 04 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 2:4.11.18-6
- (7eb0307) add pam_loginuid module

* Thu Jun 04 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 2:4.11.18-5
- (a68e62a) add pam_loginuid module
- (Andrey Bondrov: ba908e9) Add in-spec changelog to make tracking changes easier
- (din (Dmitry Fedorov): 7842229) add pam_selinux module

* Wed May 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.18-4
- (ac7688e) Adjust Russian translation in systemsettings.desktop

* Wed Apr 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.18-3
- (06f3546) Adjust conditions (prefer bcond-style)

* Fri Apr 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.18-2
- (cecad0e) Use new kdm only for certified products

* Thu Apr 16 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.18-1
- (1c9bcc4) New version 4.11.18
- (1c9bcc4) Drop aurorae-fixes patch (merged upstream)
- (1c9bcc4) Update kdm (user slider implemented as a grid layout)

* Mon Mar 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.17-2
- (08cac0c) Update pass-locale-env patch, make it really work

* Mon Mar 30 2015 law <a.lahin@ntcit-rosa.ru> 2:4.11.17-1
- (28c96d5) Pass locale environment variables also to Xsetup (#bz5189)
- (Andrey Bondrov: 40ad7ea) New version 4.11.17
- (Andrey Bondrov: 40ad7ea) Add aurorae-fixes patch to fix issues with Aurorae decorations

* Tue Mar 24 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.15-7
- (df1bb94) Require khelpcenter because it's split from kdebase4-runtime

* Wed Mar 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.15-6
- (d14c4c7) Require baloo, libkactivities and polkit-kde-agent-1

* Tue Mar 17 2015 law <a.lahin@ntcit-rosa.ru> 2:4.11.15-5
- (b85e88e) Pass locale environment variables to xsession (#bz5189)
- (Denis Silakov: 34cd5c5) Change category of drakclock in KDE Control Center
- (Alexander Lakhin: d2f23bc) MassBuild#656: Increase release tag

* Tue Jan 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.15-4
- (9a5dcd3) Adjust autostart alternatives

* Tue Jan 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.15-3
- (cd05e58) Use alternatives for some files to avoid file conflicts with BE::Shell



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22904 |14mu|kde-base-artwork-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE 4 application workspace components
Name:		kde-base-artwork
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Conflicts:	kdebase4-workspace < 2:4.9.1
BuildArch:	noarch

%description
This package provides the Air and Ariya Splash Screen.

%files
%doc COPYING
%{_kde_appsdir}/ksplash/Themes/Air

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Rename Default ksplashx folder to Air & edit the Theme.rc to match the folder name so we can have a description
sed -i 's/KSplash\ Theme\:\ Default/KSplash\ Theme\:\ Air/' %{buildroot}%{_kde_appsdir}/ksplash/Themes/Default/Theme.rc
sed -i 's/Default\ Splash\ Screen/Air\ and\ Ariya\ Splash\ Screen/' %{buildroot}%{_kde_appsdir}/ksplash/Themes/Default/Theme.rc
mv %{buildroot}%{_kde_appsdir}/ksplash/Themes/Default/ %{buildroot}%{_kde_appsdir}/ksplash/Themes/Air


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 678abe5
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22905 |14mu|kdeclarative-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 QML integration module
Name:		kdeclarative
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5globalaccel-devel >= %{version}
BuildRequires:	kf5guiaddons-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5iconthemes-devel >= %{version}
BuildRequires:	kf5kio-devel >= %{version}
BuildRequires:	kf5package-devel >= %{version}
BuildRequires:	kf5widgetsaddons-devel >= %{version}
BuildRequires:	kf5windowsystem-devel >= %{version}
BuildRequires:	pkgconfig(epoxy)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 QML integration module.

KDeclarative provides integration of QML and KDE workspaces. It's comprises
two parts: a library used by the C++ part of your application to intergrate
QML with KDE Frameworks specific features, and a series of QML imports that
offer bindings to some of the Frameworks.

%files
%{_kde5_bindir}/kpackagelauncherqml

#----------------------------------------------------------------------------

%package i18n
Summary:	KDeclarative translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KDeclarative translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define qmlkf5declarative %mklibname kf5declarative-qml

%package -n %{qmlkf5declarative}
Summary:	QML plugins for KDE Frameworks 5 KDeclarative
Group:		System/Libraries
Provides:	kf5declarative-qml = %{EVRD}

%description -n %{qmlkf5declarative}
QML plugins for KDE Frameworks 5 KDeclarative:
 * draganddrop
 * kcoreaddons
 * kio
 * kquickcontrols
 * kquickcontrolsaddons

%files -n %{qmlkf5declarative}
%dir %{_kde5_qmldir}/org/kde/draganddrop/
%{_kde5_qmldir}/org/kde/draganddrop/*
%dir %{_kde5_qmldir}/org/kde/kcoreaddons/
%{_kde5_qmldir}/org/kde/kcoreaddons/*
%dir %{_kde5_qmldir}/org/kde/kio/
%{_kde5_qmldir}/org/kde/kio/*
%dir %{_kde5_qmldir}/org/kde/kquickcontrols/
%{_kde5_qmldir}/org/kde/kquickcontrols/*
%dir %{_kde5_qmldir}/org/kde/kquickcontrolsaddons/
%{_kde5_qmldir}/org/kde/kquickcontrolsaddons/*
%dir %{_kde5_qmldir}/org/kde/private/kquickcontrols/
%{_kde5_qmldir}/org/kde/private/kquickcontrols/*
%dir %{_kde5_qmldir}/org/kde/kwindowsystem/
%{_kde5_qmldir}/org/kde/kwindowsystem/*

#----------------------------------------------------------------------------

%define kf5calendarevents_major 5
%define libkf5calendarevents %mklibname kf5calendarevents %{kf5calendarevents_major}

%package -n %{libkf5calendarevents}
Summary:	KDE Frameworks 5 QML integration shared library
Group:		System/Libraries
Requires:	%{name}-i18n
Requires:	%{qmlkf5declarative}

%description -n %{libkf5calendarevents}
KDE Frameworks 5 QML integration shared library.

%files -n %{libkf5calendarevents}
%{_kde5_libdir}/libKF5CalendarEvents.so.%{kf5calendarevents_major}*

#----------------------------------------------------------------------------

%define kf5declarative_major 5
%define libkf5declarative %mklibname kf5declarative %{kf5declarative_major}

%package -n %{libkf5declarative}
Summary:	KDE Frameworks 5 QML integration shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n
Requires:	%{qmlkf5declarative}

%description -n %{libkf5declarative}
KDE Frameworks 5 QML integration shared library.

%files -n %{libkf5declarative}
%{_kde5_libdir}/libKF5Declarative.so.%{kf5declarative_major}*

#----------------------------------------------------------------------------

%define kf5quickaddons_major 5
%define libkf5quickaddons %mklibname kf5quickaddons %{kf5quickaddons_major}

%package -n %{libkf5quickaddons}
Summary:	KDE Frameworks 5 QML integration shared library
Group:		System/Libraries
Requires:	%{name}-i18n
Requires:	%{qmlkf5declarative}

%description -n %{libkf5quickaddons}
KDE Frameworks 5 QML integration shared library.

%files -n %{libkf5quickaddons}
%{_kde5_libdir}/libKF5QuickAddons.so.%{kf5quickaddons_major}*

#----------------------------------------------------------------------------

%define devkf5declarative %mklibname kf5declarative -d

%package -n %{devkf5declarative}
Summary:	Development files for KDE Frameworks 5 QML integration module
Group:		Development/KDE and Qt
Requires:	%{libkf5calendarevents} = %{EVRD}
Requires:	%{libkf5declarative} = %{EVRD}
Requires:	%{libkf5quickaddons} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5declarative-devel = %{version}

%description -n %{devkf5declarative}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5declarative}
%{_kde5_includedir}/KF5/KDeclarative
%{_kde5_includedir}/KF5/kdeclarative_version.h
%{_kde5_libdir}/cmake/KF5Declarative
%{_kde5_libdir}/libKF5CalendarEvents.so
%{_kde5_libdir}/libKF5Declarative.so
%{_kde5_libdir}/libKF5QuickAddons.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (caeccb9) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22906 |14mu|kde-cli-tools-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 CLI (command line interface) tools
Name:		kde-cli-tools
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
Source10:	%{name}.rpmlintrc
Patch0:		kde-cli-tools-5.2.1-rename-translations.patch
Patch1:		kde-cli-tools-5.2.1-no-docs.patch
# Likely other applocations need this too
Patch2:		kde-cli-tools-5.2.1-translate-kdesu.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5config-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5su-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xext)
Requires:	kinit

%description
Plasma 5 CLI (command line interface) tools (kcmshell, kdesu etc).

%files -f %{name}.lang
%{_kde5_bindir}/kcmshell5
%{_kde5_bindir}/kde-open5
%{_kde5_bindir}/kdecp5
%{_kde5_bindir}/kdemv5
%{_kde5_bindir}/kdesu5
%{_kde5_bindir}/keditfiletype5
%{_kde5_bindir}/kioclient5
%{_kde5_bindir}/kmimetypefinder5
%{_kde5_bindir}/kstart5
%{_kde5_bindir}/ksvgtopng5
%{_kde5_bindir}/ktraderclient5
%{_kde5_libdir}/libkdeinit5_kcmshell5.so
%{_kde5_libexecdir}/kf5/kdeeject
%{_kde5_libexecdir}/kf5/kdesu
%{_qt5_plugindir}/kcm_filetypes.so
%{_kde5_services}/filetypes.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

for oldlang in po/*/*.po
do
    newlang=`echo $oldlang | sed s,\.po,5\.po,g`
    mv $oldlang $newlang
done

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

pushd %{buildroot}%{_kde5_bindir}
ln -s %{_kde5_libexecdir}/kf5/kdesu kdesu5
popd

%find_lang %{name} --all-name


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (302ca13) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22907 |14mu|kdecoration-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 plugin based library to create window decorations
Name:		kdecoration
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)

%description
Plasma 5 plugin based library to create window decorations.

KDecoration2 is a library to create window decorations. These window
decorations can be used by for example an X11 based window manager which
re-parents a Client window to a window decoration frame.

#----------------------------------------------------------------------------

%define kdecorations2_major 5
%define libkdecorations2 %mklibname kdecorations2_ %{kdecorations2_major}

%package -n %{libkdecorations2}
Summary:	Plasma 5 window decorations shared library
Group:		System/Libraries

%description -n %{libkdecorations2}
Plasma 5 window decorations shared library.

%files -n %{libkdecorations2}
%{_kde5_libdir}/libkdecorations2.so.%{kdecorations2_major}*

#----------------------------------------------------------------------------

%define kdecorations2private_major 5
%define libkdecorations2private %mklibname kdecorations2private %{kdecorations2private_major}

%package -n %{libkdecorations2private}
Summary:	Plasma 5 window decorations shared library
Group:		System/Libraries

%description -n %{libkdecorations2private}
Plasma 5 window decorations shared library.

%files -n %{libkdecorations2private}
%{_kde5_libdir}/libkdecorations2private.so.%{kdecorations2private_major}*

#----------------------------------------------------------------------------

%define devkf5decoration %mklibname kf5decoration -d

%package -n %{devkf5decoration}
Summary:	Development files for Plasma 5 window decorations library
Group:		Development/KDE and Qt
Requires:	%{libkdecorations2} = %{EVRD}
Requires:	%{libkdecorations2private} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kdecoration2-devel = %{version}

%description -n %{devkf5decoration}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5decoration}
%{_kde5_includedir}/KDecoration2
%{_kde5_includedir}/KF5/kdecoration2_version.h
%{_kde5_libdir}/cmake/KDecoration2
%{_kde5_libdir}/libkdecorations2.so
%{_kde5_libdir}/libkdecorations2private.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (7674455) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22908 |14mu|kded-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 system level services daemon
Name:		kded
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
Source10:	%{name}.rpmlintrc
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5crash-devel >= %{version}
BuildRequires:	kf5dbusaddons-devel >= %{version}
BuildRequires:	kf5doctools-devel >= %{version}
BuildRequires:	kf5init-devel >= %{version}
BuildRequires:	kf5service-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	%{name}-i18n

%description
KDE Frameworks 5 system level services daemon.

KDED stands for KDE Daemon which isn't very descriptive. It runs in the
background and performs a number of small tasks. Some of these tasks are
built in, others are started on demand.

%files
%{_kde5_bindir}/*
%{_kde5_mandir}/man8/kded5.8*
%{_kde5_libdir}/libkdeinit5_kded5.so
%{_kde5_servicetypes}/kdedmodule.desktop
%{_datadir}/dbus-1/services/org.kde.kded5.service

#----------------------------------------------------------------------------

%package i18n
Summary:	KDED translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KDED translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define devkf5kded %mklibname kf5kded -d

%package -n %{devkf5kded}
Summary:	Development files for KDE Frameworks 5 system level services daemon
Group:		Development/KDE and Qt
Requires:	%{name}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5kded-devel = %{version}

%description -n %{devkf5kded}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5kded}
%{_kde5_libdir}/cmake/KDED
%{_datadir}/dbus-1/interfaces/org.kde.kded5.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt --with-man

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (f5b163f) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22909 |14mu|kde-dev-scripts-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Various scripts for KDE development
Name:		kde-dev-scripts
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Requires:	colorsvn
Conflicts:	kdesdk4-core < 1:4.11.0
Conflicts:	kdesdk4-scripts < 1:4.11.0
Obsoletes:	kdesdk4-scripts < 1:4.11.0
BuildArch:	noarch

%description
This package contains various scripts for KDE development.

%files
%{_kde_bindir}/adddebug
%{_kde_bindir}/build-progress.sh
%{_kde_bindir}/cheatmake
%{_kde_bindir}/create_cvsignore
%{_kde_bindir}/create_makefile
%{_kde_bindir}/create_makefiles
%{_kde_bindir}/create_svnignore
%{_kde_bindir}/cvs-clean
%{_kde_bindir}/cvsaddcurrentdir
%{_kde_bindir}/cvsbackport
%{_kde_bindir}/cvsblame
%{_kde_bindir}/cvscheck
%{_kde_bindir}/cvsforwardport
%{_kde_bindir}/cvslastchange
%{_kde_bindir}/cvslastlog
%{_kde_bindir}/cvsrevertlast
%{_kde_bindir}/cvsversion
%{_kde_bindir}/cxxmetric
%{_kde_bindir}/draw_lib_dependencies
%{_kde_bindir}/extend_dmalloc
%{_kde_bindir}/extractattr
%{_kde_bindir}/extractrc
%{_kde_bindir}/findmissingcrystal
%{_kde_bindir}/fix-include.sh
%{_kde_bindir}/fixkdeincludes
%{_kde_bindir}/fixuifiles
%{_kde_bindir}/includemocs
%{_kde_bindir}/kde_generate_export_header
%{_kde_bindir}/kdedoc
%{_kde_bindir}/kdekillall
%{_kde_bindir}/kdelnk2desktop.py
%{_kde_bindir}/kdemangen.pl
%{_kde_bindir}/krazy-licensecheck
%{_kde_bindir}/makeobj
%{_kde_bindir}/noncvslist
%{_kde_bindir}/nonsvnlist
%{_kde_bindir}/package_crystalsvg
%{_kde_bindir}/png2mng.pl
%{_kde_bindir}/pruneemptydirs
%{_kde_bindir}/qtdoc
%{_kde_bindir}/reviewboard-am
%{_kde_bindir}/svn-clean
%{_kde_bindir}/svnbackport
%{_kde_bindir}/svnchangesince
%{_kde_bindir}/svngettags
%{_kde_bindir}/svnintegrate
%{_kde_bindir}/svnforwardport
%{_kde_bindir}/svnlastchange
%{_kde_bindir}/svnlastlog
%{_kde_bindir}/svnrevertlast
%{_kde_bindir}/svnversions
%{_kde_bindir}/zonetab2pot.py
%{_kde_bindir}/optimizegraphics
%{_kde_bindir}/wcgrep
%{_kde_bindir}/kde-systemsettings-tree.py
%{_kde_mandir}/man1/adddebug.1.*
%{_kde_mandir}/man1/cheatmake.1.*
%{_kde_mandir}/man1/create_cvsignore.1.*
%{_kde_mandir}/man1/create_makefile.1.*
%{_kde_mandir}/man1/create_makefiles.1.*
%{_kde_mandir}/man1/cvscheck.1.*
%{_kde_mandir}/man1/cvslastchange.1.*
%{_kde_mandir}/man1/cvslastlog.1.*
%{_kde_mandir}/man1/cvsrevertlast.1.*
%{_kde_mandir}/man1/cxxmetric.1.*
%{_kde_mandir}/man1/extend_dmalloc.1.*
%{_kde_mandir}/man1/extractrc.1.*
%{_kde_mandir}/man1/fixincludes.1.*
%{_kde_mandir}/man1/pruneemptydirs.1.*
%{_kde_mandir}/man1/qtdoc.1.*
%{_kde_mandir}/man1/reportview.1.*
%{_kde_mandir}/man1/transxx.1.*
%{_kde_mandir}/man1/zonetab2pot.py.1.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# (nl) Prefer the file from colorsvn as it is more up to date
# and this fix a conflict between kde-dev-scripts and colorsvn
rm -f %{buildroot}%{_kde_bindir}/colorsvn


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 2d96435
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22910 |14mu|kde-dev-utils-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities for KDE application development
Name:		kde-dev-utils
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Source10:	kde-dev-utils.rpmlintrc
BuildRequires:	binutils-devel
BuildRequires:	libtool-devel
BuildRequires:	kdelibs4-devel
Suggests:	kmtrace = %{EVRD}
Suggests:	kpartloader = %{EVRD}
Suggests:	kprofilemethod = %{EVRD}
Suggests:	kstartperf = %{EVRD}
Suggests:	kuiviewer = %{EVRD}

%description
Utilities for KDE application development:
 - kmtrace: memory allocation debugging tool for KDE
 - kpartloader: test application for KParts
 - kprofilemethod: helper macros for profiling using QTime
 - kstartperf: startup time measurement tool for KDE applications
 - kuiviewer: UI files viewer for KDE

%files

#----------------------------------------------------------------------------

%package -n kpartloader
Summary:	Test application for KParts
Group:		Graphical desktop/KDE
Conflicts:	kdesdk4-core < 1:4.11.0

%description -n kpartloader
Test application for KParts.

%files -n kpartloader
%{_kde_bindir}/kpartloader
%{_kde_appsdir}/kpartloader

#----------------------------------------------------------------------------

%package -n kprofilemethod
Summary:	Helper macros for profiling using QTime
Group:		Development/KDE and Qt
Conflicts:	kdesdk4-devel < 1:4.11.0

%description -n kprofilemethod
Helper macros for profiling using QTime.

%files -n kprofilemethod
%doc kprofilemethod/README
%{_kde_includedir}/kprofilemethod.h

#----------------------------------------------------------------------------

%package -n kstartperf
Summary:	Startup time measurement tool for KDE applications
Group:		Graphical desktop/KDE
Conflicts:	kdesdk4-core < 1:4.11.0
Conflicts:	kdesdk4-scripts < 1:4.11.0

%description -n kstartperf
Startup time measurement tool for KDE applications.

%files -n kstartperf
%{_kde_bindir}/kstartperf
%{_kde_libdir}/kde4/kstartperf.so

#----------------------------------------------------------------------------

%package -n kuiviewer
Summary:	UI files viewer for KDE
Group:		Graphical desktop/KDE

%description -n kuiviewer
Displays Qt Designer UI files.

%files -n kuiviewer
%{_kde_bindir}/kuiviewer
%{_kde_libdir}/kde4/quithumbnail.so
%{_kde_libdir}/kde4/kuiviewerpart.so
%{_kde_applicationsdir}/kuiviewer.desktop
%{_kde_appsdir}/kuiviewer
%{_kde_appsdir}/kuiviewerpart
%{_kde_iconsdir}/hicolor/*/apps/kuiviewer.png
%{_kde_services}/kuiviewer_part.desktop
%{_kde_services}/designerthumbnail.desktop

#----------------------------------------------------------------------------

%package -n kmtrace
Summary:	Memory allocation debugging tool for KDE
Group:		Graphical desktop/KDE
Conflicts:	kdesdk4-scripts < 1:4.11.0

%description -n kmtrace
Memory allocation debugging tool for KDE.

%files -n kmtrace
%{_kde_bindir}/kmtrace
%{_kde_bindir}/demangle
%{_kde_bindir}/kminspector
%{_kde_bindir}/kmmatch
%{_kde_appsdir}/kmtrace
%{_kde_mandir}/man1/demangle.1.*

#----------------------------------------------------------------------------

%define ktrace_major 4
%define libktrace %mklibname ktrace %{ktrace_major}

%package -n %{libktrace}
Summary:	Shared library for kmtrace
Group:		System/Libraries

%description -n %{libktrace}
Shared library for kmtrace.

%files -n %{libktrace}
%{_kde_libdir}/libktrace.so.%{ktrace_major}*

#----------------------------------------------------------------------------

%define devktrace %mklibname ktrace -d

%package -n %{devktrace}
Summary:	Development files for kmtrace
Group:		Development/KDE and Qt
Requires:	%{libktrace} = %{EVRD}
Provides:	kmtrace-devel = %{EVRD}
Conflicts:	kdesdk4-devel < 1:4.11.0

%description -n %{devktrace}
This package includes the header files you will need to compile applications
based on kmtrace libraries.

%files -n %{devktrace}
%{_kde_includedir}/ktrace.h
%{_kde_libdir}/libktrace.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 6373d0e
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22911 |14mu|kdegames4-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE - Games
Name:		kdegames4
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://games.kde.org/
Suggests:	bomber
Suggests:	bovo
Suggests:	granatier
Suggests:	kajongg
Suggests:	kapman
Suggests:	katomic
Suggests:	kblackbox
Suggests:	kblocks
Suggests:	kbounce
Suggests:	kbreakout
Suggests:	kdiamond
Suggests:	kfourinline
Suggests:	kgoldrunner
Suggests:	kigo
Suggests:	killbots
Suggests:	kiriki
Suggests:	kjumpingcube
Suggests:	klickety
Suggests:	klines
Suggests:	kmahjongg
Suggests:	kmines
Suggests:	knavalbattle
Suggests:	knetwalk
Suggests:	kolf
Suggests:	kollision
Suggests:	konquest
Suggests:	kpat
Suggests:	kreversi
Suggests:	kshisen
Suggests:	ksirk
Suggests:	ksnakeduel
Suggests:	kspaceduel
Suggests:	ksquares
Suggests:	ksudoku
Suggests:	ktuberling
Suggests:	kubrick
Suggests:	lskat
Suggests:	palapeli
Suggests:	picmi
BuildArch:	noarch

%description
Games for the K Desktop Environment.
This is a compilation of various games for KDE project:
- bomber: Arcade bombing game
- bovo: Classic pen and paper game
- granatier: KDE Bomberman game
- kajongg: Majongg game for KDE
- kapman: A Pac-Man clone
- katomic: Build complex atoms with a minimal amount of moves
- kblackbox: Find atoms in a grid by shooting electrons
- kblocks: Single player falling blocks puzzle game
- kbounce: Claim areas and don't get disturbed
- kbreakout: Breakout like game
- kdiamond: Three-in-a-row game
- kfourinline: Place 4 pieces in a row
- kgoldrunner: A game of action and puzzle solving
- kigo: Go board game for KDE
- killbots: KDE port of the classic BSD console game robots
- kiriki: Close of Yahtzee
- kjumpingcube: A tactical game for number-crunchers
- klickety: An adaptation of the Clickomania game
- klines: Place 5 equal pieces together, but wait, there are 3 new ones
- kmahjongg: A tile laying patience
- kmines: The classic mine sweeper
- knavalbattle: Battleship game with built-in game server
- knetwalk: Turn the board pieces to get all computers connected
- kolf: A golf game
- kollision: A simple ball dodging game
- konquest: Conquer the planets of your enemy
- kpat: Several patience card games
- kreversi: Old reversi board game, also known as othello
- kshisen: Patience game where you take away all pieces
- ksirk: Computerized version of a well known strategy board game
- ksnakeduel: Snake race played against the computer
- kspaceduel: Two player game with shooting spaceships flying around a sun
- ksquares: An implementation of the popular paper based game squares
- ksudoku: Play, create and solve sudoku grids
- ktuberling: "Potato editor" game
- kubrick: Game based on Rubik's Cube
- lskat: Lieutnant skat
- palapeli: Jigsaw puzzle game
- picmi: A nonogram logic game for KDE

%files

#-----------------------------------------------------------------------------

%prep
# Nothing

%build
# Nothing

%install
# Nothing


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 0720918
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22912 |14mu|kdegraphics-mobipocket-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A collection of plugins to handle mobipocket files
Name:		kdegraphics-mobipocket
Version:	4.14.3
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libstreams)
Conflicts:	kdegraiphics4-core < 2:4.6.90
Obsoletes:	mobipocket < 2:4.8.0

%description
A collection of plugins to handle mobipocket files.

%files
%doc COPYING
%{_kde_libdir}/kde4/mobithumbnail.so
%{_kde_libdir}/strigi/strigila_mobi.so
%{_kde_services}/mobithumbnail.desktop

#----------------------------------------------------------------------

%define major 1
%define libqmobipocket %mklibname qmobipocket %{major}

%package -n %{libqmobipocket}
Summary:	QMobipocket library
Group:		System/Libraries

%description -n %{libqmobipocket}
QMobipocket library.

%files -n %{libqmobipocket}
%{_kde_libdir}/libqmobipocket.so.%{major}*

#----------------------------------------------------------------------

%define devqmobipocket %mklibname qmobipocket -d

%package -n %{devqmobipocket}
Summary:	Development files for QMobipocket
Group:		System/Libraries
Requires:	%{libqmobipocket} = %{EVRD}
Provides:	qmobipocket-devel = %{EVRD}

%description -n %{devqmobipocket}
Development files for QMobipocket.

%files -n %{devqmobipocket}
%{_kde_includedir}/qmobipocket/
%{_kde_libdir}/libqmobipocket.so
%{_kde_libdir}/cmake/QMobipocket/

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: ad457ab
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22913 |14mu|kdegraphics-strigi-analyzer-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kdegraphics-strigi-analyzer
Summary:	Strigi plugins
Version:	4.14.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2
URL:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(libstreams)
Conflicts:	kdegraphics4-core < 2:4.6.90

%description
Strigi plugin for dvi & tiff.

%files
%doc COPYING COPYING.LIB
%{_kde_libdir}/strigi/strigiea_dvi.so
%{_kde_libdir}/strigi/strigiea_tiff.so

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: f13dcf7
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22914 |14mu|kdegraphics-thumbnailers-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kdegraphics-thumbnailers
Summary:	Postscript, PDF, DVI and RAW ThumbCreator
Version:	4.14.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2
URL:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libkdcraw) >= 0.2.0
BuildRequires:	pkgconfig(libkexiv2) >= 0.2.0
Conflicts:	kdegraphics4-common < 2:4.6.90
Conflicts:	kdegraphics4-core   < 2:4.6.90

%description
PostScript, PDF, DVI and RAW files ThumbCreator.

%files
%doc COPYING COPYING.LIB
%{_kde_libdir}/kde4/gsthumbnail.so
%{_kde_libdir}/kde4/rawthumbnail.so
%{_kde_services}/gsthumbnail.desktop
%{_kde_services}/rawthumbnail.desktop

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: 56c2d00
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22915 |14mu|kde-gtk-config-2.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GTK2 and GTK3 configurator for KDE
Name:		kde-gtk-config
Version:	2.2.1
Release:	4
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/base/kde-gtk-config
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kde-gtk-config-2.2-gtkrc-2.0-kde-config-file.patch
# Upstream patches
Patch10:	0001-The-last-line-of-the-configuration-file-wasn-t-being.patch
Patch11:	0002-Add-some-const.patch
Patch12:	0003-Be-consistent-regarding-the-loading-and-saving-of-th.patch
Patch13:	0004-CMake-policy.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)

%description
Configuration dialog to adapt GTK applications appearance to your taste
under KDE. Among its many features, it lets you:
- Choose which theme is used for GTK2 and GTK3 applications.
- Tweak some GTK applications behaviour.
- Select what icon theme to use in GTK applications.
- Select GTK applications default fonts.
- Easily browse and install new GTK2 and GTK3 themes.

%files -f %{name}.lang
%doc README COPYING ChangeLog
%{_kde_libdir}/kde4/libexec/gtk_preview
%{_kde_libdir}/kde4/libexec/gtk3_preview
%{_kde_libdir}/kde4/libexec/reload_gtk_apps
%{_kde_libdir}/kde4/kcm_cgc.so
%{_kde_appsdir}/kcm-gtk-module/preview.ui
%{_kde_configdir}/cgcgtk3.knsrc
%{_kde_configdir}/cgcicon.knsrc
%{_kde_configdir}/cgctheme.knsrc
%{_kde_iconsdir}/hicolor/48x48/apps/kde-gtk-config.png
%{_kde_services}/kde-gtk-config.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}


%changelog

* Sat May 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.1-4
- (ac043eb) Add patch from upstream to fix build with newer cmake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22916 |14mu|kde-l10n-4.14.3-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Supported l10n language
# to update this list (depending on which new localisations tarballs are available
# from upstream), you can use:
# $ ls SOURCES/kde-l10n*tar.bz2 | grep -v @valencia | awk -F- '{print $3}' | tr '\n' ' '
#
# Note: ca@valencia is treated differently because of the @ in the tarball name
%define langlist ar bg bs ca cs da de el en_GB es et eu fa fi fr ga gl he hr hu ia id is it ja kk km ko lt lv nb nds nl nn pa pl pt pt_BR ro ru sk sl sr sv tr ug uk wa zh_CN zh_TW

%define disabled_langs af az be bn_IN bo br csb cy eo fo fy hne kn ku gu hi lo mai mi mk ml mt mr ne oc se si ta tg th ven vi xh

%define build_ca_valencia 0

%{expand:%(for lang in %{disabled_langs}; do echo "%%{expand:%%define build_$lang 0}"; done)}
%{expand:%(for lang in %{langlist}; do echo "%%{expand:%%define build_$lang 1}"; done)}

Summary:	Internationalization support for KDE
Name:		kde-l10n
Version:	4.14.3
Release:	18
Epoch:		3
License:	LGPLv2.1+
Group:		System/Internationalization
Url:		http://www.kde.org
# l10n sources
# list ca@valencia tarball separately due to the @ in the tarball name
#Source1: kde-l10n-ca@valencia-%{version}.tar.bz2
%{expand:%(\
    i=2; \
    for lang in %langlist; do\
        echo "%%{expand:Source$i: ftp://ftp.kde.org/pub/kde/stable/%%{version}/src/%%{name}/%%{name}-$lang-%%{version}.tar.xz}";\
        i=$[i+1];\
    done\
    )
}
Source100:	kde-l10n.rpmlintrc
# Extra translations missing in upstream
Source102:	kfilemodule-ru.po
Source103:	makekdewidgets-ru.po
Source200:	russian-translation-rosa-addon.tar.bz2
Source201:	kdepim_ru.tar.bz2
Patch0:		kde-l10n-ru-4.14.3-fix_dekorator.patch
Patch1:		kde-l10n-ru-4.14.3-krfb-ru.po.patch
Patch2:		kde-l10n-ru-4.14.3-knotest-ru.po.patch
Patch3:		kde-l10n-ru-4.14.3-konsole.patch
Patch4:		kde-l10n-ru-4.14.3-timezones-ru.patch
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd45-xml
BuildRequires:	kdelibs4-devel >= %{version}
BuildArch:	noarch

%description
Internationalization support for KDE.

#----------------------------------------------------------------------------------------

%package en_US
Summary:	American English support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-en
Provides:	%{name}-American = %{version}-%{release}

%description en_US
%{summary}.

This is an empty package, en_US support is already provided by kdelibs4.

%files en_US

#----------------------------------------------------------------------------------------

%if %{build_af}
%package af
Summary:	Afrikaans language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Afrikaans = %{version}-%{release}

%description af
This package provides Afrikaans translations for KDE.

%files af
%lang(af) %{_kde_datadir}/locale/af/LC_MESSAGES/*
%{_kde_datadir}/locale/af/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_ar}
%package ar
Summary:	Arabic language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ar
Provides:	%{name}-Arabic = %{version}-%{release}

%description ar
This package provides Arabic translation for KDE.

%files ar
%lang(ar) %{_kde_datadir}/locale/ar/LC_MESSAGES/*
%{_kde_datadir}/locale/ar/entry.desktop
%{_kde_datadir}/locale/ar/LC_SCRIPTS/
%{_kde_appsdir}/klettres/ar/
%endif

#----------------------------------------------------------------------------------------

%if %{build_az}
%package az
Summary:	Azerbaijani language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Azerbaijani = %{version}-%{release}

%description az
This package provides Azerbaijani translations for KDE.

%files az
%lang(az) %{_kde_datadir}/locale/az/LC_MESSAGES/*
%{_kde_datadir}/locale/az/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_eu}
%package eu
Summary:	Basque language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-eu
Provides:	%{name}-Basque = %{version}-%{release}

%description eu
This package provides Basque translations for KDE.

%files eu
%lang(eu) %{_kde_datadir}/locale/eu/LC_MESSAGES/*
%{_kde_datadir}/locale/eu/entry.desktop
%{_kde_docdir}/HTML/eu/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_be}
%package be
Summary:	Belarusian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Belarusian = %{version}-%{release}

%description be
This package provides Belarusian translations for KDE.

%files be
%lang(be) %{_kde_datadir}/locale/be/LC_MESSAGES/*
%{_kde_datadir}/locale/be/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_bn_IN}
%package bn_IN
Summary:	Bengali India language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-bn
Provides:	%{name}-Bengali-India = %{version}-%{release}
Provides:	%{name}-Bengali = %{version}-%{release}

%description bn_IN
%{summary}.

%files bn_IN
%lang(bn_IN) %{_kde_datadir}/locale/bn_IN/LC_MESSAGES/*
%{_kde_datadir}/locale/bn_IN/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_bg}
%package bg
Summary:	Bulgarian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-bg
Provides:	%{name}-Bulgarian = %{version}-%{release}

%description bg
%{summary}.

%files bg
%lang(bg) %{_kde_datadir}/locale/bg/LC_MESSAGES/*
%{_kde_datadir}/locale/bg/entry.desktop
%{_kde_appsdir}/kvtml/bg/
%endif

#----------------------------------------------------------------------------------------

%if %{build_bo}
%package bo
Summary:	Tibetan language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Tibetan = %{version}-%{release}

%description bo
%{summary}.

%files bo
%lang(bo) %{_kde_datadir}/locale/bo/LC_MESSAGES/*
%{_kde_datadir}/locale/bo/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_br}
%package br
Summary:	Breton language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Breton = %{version}-%{release}

%description br
%{summary}.

%files br
%lang(br) %{_kde_datadir}/locale/br/LC_MESSAGES/*
%{_kde_datadir}/locale/br/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_bs}
%package bs
Summary:	Bosnian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Bosnian = %{version}-%{release}

%description bs
%{summary}.

%files bs
%lang(bs) %{_kde_datadir}/locale/bs/LC_MESSAGES/*
%{_kde_datadir}/locale/bs/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_ca}
%package ca
Summary:	Catalan language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ca
Provides:	%{name}-Catalan = %{version}-%{release}

%description ca
%{summary}.

%files ca
%lang(ca) %{_kde_datadir}/locale/ca/LC_MESSAGES/*
%{_kde_datadir}/locale/ca/LC_SCRIPTS/
%{_kde_datadir}/locale/ca/entry.desktop
%{_kde_appsdir}/autocorrect/ca.xml
%{_kde_appsdir}/khangman/ca.txt
%{_kde_appsdir}/ktuberling/sounds/ca*
%{_kde_appsdir}/kvtml/ca/
%{_kde_docdir}/HTML/ca/*
%{_kde_mandir}/ca/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_ca_valencia}
%package ca-valencia
Summary:	Catalan (Valencian) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Catalan-Valencian = %{version}-%{release}

%description ca-valencia
%{summary}.

%files ca-valencia
%lang(ca-valencia) %{_kde_datadir}/locale/ca@valencia/LC_MESSAGES/*
%{_kde_datadir}/locale/ca@valencia/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_cs}
%package cs
Summary:	Czech language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-cs
Provides:	%{name}-Czech = %{version}-%{release}

%description cs
%{summary}.

%files cs
%lang(cs) %{_kde_datadir}/locale/cs/LC_MESSAGES/*
%{_kde_datadir}/locale/cs/entry.desktop
%{_kde_appsdir}/autocorrect/cs.xml
%{_kde_appsdir}/khangman/cs.txt
%{_kde_appsdir}/klettres/cs/
%{_kde_appsdir}/kvtml/cs/
%{_kde_docdir}/HTML/cs/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_csb}
%package csb
Summary:	Kashubian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pl
Provides:	%{name}-Kashubian = %{version}-%{release}

%description csb
%{summary}.

%files csb
%lang(csb) %{_kde_datadir}/locale/csb/LC_MESSAGES/*
%{_kde_datadir}/locale/csb/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_cy}
%package cy
Summary:	Welsh language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Welsh = %{version}-%{release}

%description cy
%{summary}.

%files cy
%lang(cy) %{_kde_datadir}/locale/cy/LC_MESSAGES/*
%{_kde_datadir}/locale/cy/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_da}
%package da
Summary:	Danish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-da
Provides:	%{name}-Danish = %{version}-%{release}

%description da
%{summary}.

%files da
%lang(da) %{_kde_datadir}/locale/da/LC_MESSAGES/*
%{_kde_datadir}/locale/da/entry.desktop
%{_kde_appsdir}/ktuberling/sounds/da*
%{_kde_appsdir}/khangman/da.txt
%{_kde_appsdir}/klettres/da/
%{_kde_appsdir}/kvtml/da/
%{_kde_docdir}/HTML/da/*
%{_kde_mandir}/da/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_de}
%package de
Summary:	German language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-de
Provides:	%{name}-German = %{version}-%{release}

%description de
%{summary}.

%files de
%lang(de) %{_kde_datadir}/locale/de/LC_MESSAGES/*
%{_kde_datadir}/locale/de/LC_SCRIPTS/
%{_kde_datadir}/locale/de/entry.desktop
%{_kde_appsdir}/autocorrect/de_DE.xml
%{_kde_appsdir}/kajongg/voices/de/
%{_kde_appsdir}/klettres/de/
%{_kde_appsdir}/ktuberling/sounds/de*
%{_kde_appsdir}/khangman/de.txt
%{_kde_appsdir}/kvtml/de/
%{_kde_appsdir}/step/objinfo/l10n/de/
%{_kde_docdir}/HTML/de/*
%{_kde_mandir}/de/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_el}
%package el
Summary:	Greek language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-el
Provides:	%{name}-Greek = %{version}-%{release}

%description el
%{summary}.

%files el
%lang(el) %{_kde_datadir}/locale/el/LC_MESSAGES/*
%{_kde_datadir}/locale/el/entry.desktop
%{_kde_appsdir}/kvtml/el
%{_kde_appsdir}/ktuberling/sounds/el*
%{_kde_docdir}/HTML/el/
%{_kde_mandir}/el/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_gu}
%package gu
Summary:	Gujarati language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-gu
Provides:	%{name}-Gujarati = %{version}-%{release}

%description gu
%{summary}.

%files gu
%lang(gu) %{_kde_datadir}/locale/gu/LC_MESSAGES/*
%{_kde_datadir}/locale/gu/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_en_GB}
%package en_GB
Summary:	British English support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-en
Provides:	%{name}-British = %{version}-%{release}

%description en_GB
%{summary}.

%files en_GB
%lang(en_GB) %{_kde_datadir}/locale/en_GB/LC_MESSAGES/*
%{_kde_datadir}/locale/en_GB/entry.desktop
%{_kde_appsdir}/klettres/en_GB/
%{_kde_appsdir}/kvtml/en_GB/
%{_kde_appsdir}/katepart/syntax/logohighlightstyle.en_GB.xml
%{_kde_appsdir}/kturtle/data/logokeywords.en_GB.xml
%{_kde_appsdir}/kturtle/examples/en_GB/
%{_kde_docdir}/HTML/en_GB/
%endif

#----------------------------------------------------------------------------------------

%if %{build_eo}
%package eo
Summary:	Esperanto support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-eo
Provides:	%{name}-Esperanto = %{version}-%{release}

%description eo
%{summary}.

%files eo
%lang(eo) %{_kde_datadir}/locale/eo/LC_MESSAGES/*
%{_kde_datadir}/locale/eo/entry.desktop
%{_kde_docdir}/HTML/eo/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_es}
%package es
Summary:	Spanish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-es
Provides:	%{name}-Spanish = %{version}-%{release}

%description es
%{summary}.

%files es
%lang(es) %{_kde_datadir}/locale/es/LC_MESSAGES/*
%{_kde_datadir}/locale/es/entry.desktop
%{_kde_appsdir}/autocorrect/es.xml
%{_kde_appsdir}/ktuberling/sounds/es*
%{_kde_appsdir}/khangman/es.txt
%{_kde_appsdir}/klettres/es/
%{_kde_appsdir}/kvtml/es/
%{_kde_docdir}/HTML/es/*
%{_kde_mandir}/es/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_et}
%package et
Summary:	Estonian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-et
Provides:	%{name}-Estonian = %{version}-%{release}

%description et
%{summary}.

%files et
%lang(et) %{_kde_datadir}/locale/et/LC_MESSAGES/*
%{_kde_datadir}/locale/et/entry.desktop
%{_kde_appsdir}/khangman/et.txt
%{_kde_appsdir}/kvtml/et/
%{_kde_docdir}/HTML/et/*
%{_kde_mandir}/et/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_fa}
%package fa
Summary:	Farsi language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-fa
Provides:	%{name}-Farsi = %{version}-%{release}

%description fa
%{summary}.

%files fa
%lang(fa) %{_kde_datadir}/locale/fa/LC_MESSAGES/*
%{_kde_datadir}/locale/fa/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_fi}
%package fi
Summary:	Finnish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-fi
Provides:	%{name}-Finnish = %{version}-%{release}

%description fi
%{summary}.

%files fi
%lang(fi) %{_kde_datadir}/locale/fi/LC_MESSAGES/*
%{_kde_datadir}/locale/fi/entry.desktop
%{_kde_datadir}/locale/fi/LC_SCRIPTS/
%{_kde_appsdir}/khangman/fi.txt
%{_kde_appsdir}/ktuberling/sounds/fi*
%{_kde_appsdir}/kvtml/fi/
%endif

#----------------------------------------------------------------------------------------

%if %{build_fo}
%package fo
Summary:	Faroese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Faroese = %{version}-%{release}

%description fo
%{summary}.

%files fo
%lang(fo) %{_kde_datadir}/locale/fo/LC_MESSAGES/*
%{_kde_datadir}/locale/fo/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_fr}
%package fr
Summary:	French language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-fr
Provides:	%{name}-French = %{version}-%{release}

%description fr
%{summary}.

%files fr
%lang(fr) %{_kde_datadir}/locale/fr/LC_MESSAGES/*
%{_kde_datadir}/locale/fr/LC_SCRIPTS/
%{_kde_datadir}/locale/fr/entry.desktop
%{_kde_appsdir}/autocorrect/fr.xml
%{_kde_appsdir}/ktuberling/sounds/fr*
%{_kde_appsdir}/khangman/fr.txt
%{_kde_appsdir}/kvtml/fr/
%{_kde_docdir}/HTML/fr/*
%{_kde_mandir}/fr/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_fy}
%package fy
Summary:	Frisian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-fy
Provides:	%{name}-Frisian = %{version}-%{release}

%description fy
%{summary}.

%files fy
%lang(fy) %{_kde_datadir}/locale/fy/LC_MESSAGES/*
%{_kde_datadir}/locale/fy/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_ga}
%package ga
Summary:	Irish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ga
Provides:	%{name}-Irish = %{version}-%{release}

%description ga
%{summary}.

%files ga
%lang(ga) %{_kde_datadir}/locale/ga/LC_MESSAGES/*
%{_kde_datadir}/locale/ga/LC_SCRIPTS/
%{_kde_datadir}/locale/ga/entry.desktop
%{_kde_appsdir}/khangman/ga.txt
%{_kde_appsdir}/ktuberling/sounds/ga*
%{_kde_appsdir}/kvtml/ga/
%endif

#----------------------------------------------------------------------------------------

%if %{build_gl}
%package gl
Summary:	Galician language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-gl
Provides:	%{name}-Galician = %{version}-%{release}

%description gl
%{summary}.

%files gl
%lang(gl) %{_kde_datadir}/locale/gl/LC_MESSAGES/*
%{_kde_datadir}/locale/gl/entry.desktop
%{_kde_appsdir}/khangman/gl.txt
%{_kde_appsdir}/kvtml/gl/
%{_kde_appsdir}/ktuberling/sounds/gl.soundtheme
%{_kde_appsdir}/ktuberling/sounds/gl/
%{_kde_docdir}/HTML/gl/*
%{_kde_mandir}/gl/*/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_he}
%package he
Summary:	Hebrew language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-he
Provides:	%{name}-Hebrew = %{version}-%{release}

%description he
%{summary}.

%files he
%lang(he) %{_kde_datadir}/locale/he/LC_MESSAGES/*
%{_kde_datadir}/locale/he/entry.desktop
%{_kde_appsdir}/klettres/he/
%{_kde_docdir}/HTML/he/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_hi}
%package hi
Summary:	Hindi language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-hi
Provides:	%{name}-Hindi = %{version}-%{release}

%description hi
%{summary}.

%files hi
%lang(hi) %{_kde_datadir}/locale/hi/LC_MESSAGES/*
%{_kde_datadir}/locale/hi/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_hne}
%package hne
Summary:	Chhattisgarhi language support for KDE 
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-hne
Provides:	%{name}-Chhattisgarhi = %{version}-%{release}

%description hne
%{summary}.

%files hne
%lang(hne) %{_kde_datadir}/locale/hne/LC_MESSAGES/*
%{_kde_datadir}/locale/hne/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_hr}
%package hr
Summary:	Croatian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-hr
Provides:	%{name}-Croatian = %{version}-%{release}

%description hr
%{summary}.

%files hr
%lang(hr) %{_kde_datadir}/locale/hr/LC_MESSAGES/*
%{_kde_datadir}/locale/hr/entry.desktop
%{_kde_datadir}/locale/hr/LC_SCRIPTS
%endif

#----------------------------------------------------------------------------------------

%if %{build_hu}
%package hu
Summary:	Hungarian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-hu
Provides:	%{name}-Hungarian = %{version}-%{release}

%description hu
%{summary}.

%files hu
%lang(hu) %{_kde_datadir}/locale/hu/LC_MESSAGES/*
%{_kde_datadir}/locale/hu/entry.desktop
%{_kde_appsdir}/autocorrect/hu.xml
%{_kde_appsdir}/kanagram/hu.txt
%{_kde_appsdir}/khangman/hu.txt
%{_kde_appsdir}/kvtml/hu/
%{_kde_appsdir}/klettres/hu/
%{_kde_docdir}/HTML/hu/*
%endif

#----------------------------------------------------------------------------------------

%if %{build_ia}
%package ia
Summary:	Interlingua language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Interlingua = %{version}-%{release}

%description ia
%{summary}.

%files ia
%lang(ia) %{_kde_datadir}/locale/ia/LC_MESSAGES/*
%{_kde_datadir}/locale/ia/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_id}
%package id
Summary:	Indonesian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-id
Provides:	%{name}-Indonesian = %{version}-%{release}

%description id
%{summary}.

%files id
%lang(id) %{_kde_datadir}/locale/id/LC_MESSAGES/*
%{_kde_datadir}/locale/id/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_is}
%package is
Summary:	Icelandic language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-is
Provides:	%{name}-Icelandic = %{version}-%{release}

%description is
%{summary}.

%files is
%lang(is) %{_kde_datadir}/locale/is/LC_MESSAGES/*
%{_kde_datadir}/locale/is/entry.desktop
%endif

#----------------------------------------------------------------------------------------

%if %{build_it}
%package it
Summary:	Italian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-it
Provides:	%{name}-Italian = %{version}-%{release}

%description it
%{summary}.

%files it
%lang(it) %{_kde_datadir}/locale/it/LC_MESSAGES/*
%{_kde_datadir}/locale/it/entry.desktop
%{_kde_appsdir}/autocorrect/it_IT.xml
%{_kde_appsdir}/ktuberling/sounds/it*
%{_kde_appsdir}/klettres/it/
%{_kde_appsdir}/kvtml/it/
%{_kde_appsdir}/step/objinfo/l10n/it/
%{_kde_docdir}/HTML/it/*
%{_kde_mandir}/it/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_ja}
%package ja
Summary:	Japanese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ja
Provides:	%{name}-Japanese = %{version}-%{release}

%description ja
%{summary}.

%files ja
%lang(ja) %{_kde_datadir}/locale/ja/LC_MESSAGES/*
%{_kde_datadir}/locale/ja/LC_SCRIPTS/
%{_kde_datadir}/locale/ja/entry.desktop
%{_kde_docdir}/HTML/ja/*
%endif

#------------------------------------------------------------------------------

%if %{build_kn}
%package kn
Summary:	Kannada language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-kn
Provides:	%{name}-Kannada = %{version}-%{release}

%description kn
%{summary}.

%files kn
%lang(kn) %{_kde_datadir}/locale/kn/LC_MESSAGES/*
%{_kde_datadir}/locale/kn/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_kk}
%package kk
Summary:	Kazakh language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-kk
Provides:	%{name}-Kazakh = %{version}-%{release}

%description kk
%{summary}.

%files kk
%lang(kk) %{_kde_datadir}/locale/kk/LC_MESSAGES/*
%{_kde_datadir}/locale/kk/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_km}
%package km
Summary:	Khmer language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-km
Provides:	%{name}-Khmer = %{version}-%{release}

%description km
%{summary}.

%files km
%lang(km) %{_kde_datadir}/locale/km/LC_MESSAGES/*
%{_kde_datadir}/locale/km/entry.desktop
%{_kde_datadir}/locale/km/flag.png
%endif

#------------------------------------------------------------------------------

%if %{build_ko}
%package ko
Summary:	Korean language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ko
Provides:	%{name}-Korean = %{version}-%{release}

%description ko
%{summary}.

%files ko
%lang(ko) %{_kde_datadir}/locale/ko/LC_MESSAGES/*
%{_kde_datadir}/locale/ko/LC_SCRIPTS/
%{_kde_datadir}/locale/ko/entry.desktop
%{_kde_docdir}/HTML/ko/*
%endif

#------------------------------------------------------------------------------

%if %{build_ku}
%package ku
Summary:	Kurdish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ku
Provides:	%{name}-Kurdish = %{version}-%{release}

%description ku
%{summary}.


%files ku
%lang(ku) %{_kde_datadir}/locale/ku/LC_MESSAGES/*
%{_kde_datadir}/locale/ku/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_lo}
%package lo
Summary:	Lao language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Lao = %{version}-%{release}

%description lo
%{summary}.

%files lo
%lang(lo) %{_kde_datadir}/locale/lo/LC_MESSAGES/*
%{_kde_datadir}/locale/lo/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_lt}
%package lt
Summary:	Lithuanian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-lt
Provides:	%{name}-Lithuanian = %{version}-%{release}

%description lt
%{summary}.

%files lt
%lang(lt) %{_kde_datadir}/locale/lt/LC_MESSAGES/*
%{_kde_datadir}/locale/lt/LC_SCRIPTS/
%{_kde_datadir}/locale/lt/entry.desktop
%{_kde_appsdir}/klettres/lt/
%{_kde_appsdir}/klettres/lt.txt
%{_kde_appsdir}/ktuberling/sounds/lt/
%{_kde_appsdir}/ktuberling/sounds/lt.soundtheme
%{_kde_docdir}/HTML/lt/*
%{_kde_mandir}/lt/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_lv}
%package lv
Summary:	Latvian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-lv
Provides:	%{name}-Latvian = %{version}-%{release}

%description lv
%{summary}.

%files lv
%lang(lv) %{_kde_datadir}/locale/lv/LC_MESSAGES/*
%{_kde_datadir}/locale/lv/entry.desktop
%{_kde_datadir}/locale/lv/LC_SCRIPTS
%endif

#------------------------------------------------------------------------------

%if %{build_nds}
%package nds
Summary:	Low Saxon language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-nds
Provides:	%{name}-LowSaxon = %{version}-%{release}

%description nds
%{summary}.

%files nds
%lang(nds) %{_kde_datadir}/locale/nds/LC_MESSAGES/*
%{_kde_datadir}/locale/nds/entry.desktop
%{_kde_appsdir}/autocorrect/nds.xml
%{_kde_appsdir}/klettres/nds/
%{_kde_appsdir}/khangman/nds.txt
%{_kde_appsdir}/kvtml/nds/
%{_kde_appsdir}/ktuberling/sounds/nds*
%{_kde_appsdir}/katepart/syntax/logohighlightstyle.nds.xml
%{_kde_appsdir}/kturtle/examples/nds
%{_kde_docdir}/HTML/nds/*
%endif

#------------------------------------------------------------------------------

%if %{build_mi}
%package mi
Summary:	Maori language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Maori = %{version}-%{release}

%description mi
%{summary}.

%files mi
%lang(mi) %{_kde_datadir}/locale/mi/LC_MESSAGES/*
%{_kde_datadir}/locale/mi/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_mk}
%package mk
Summary:	Macedonian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-mk
Provides:	%{name}-Macedonian = %{version}-%{release}

%description mk
%{summary}.

%files mk
%lang(mk) %{_kde_datadir}/locale/mk/LC_MESSAGES/*
%{_kde_datadir}/locale/mk/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_mai}
%package mai
Summary:	Maithili language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-mai
Provides:	%{name}-Maithili = %{version}-%{release}

%description mai
%{summary}.

%files mai
%lang(mai) %{_kde_datadir}/locale/mai/LC_MESSAGES/*
%{_kde_datadir}/locale/mai/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_ml}
%package ml
Summary:	Malayalam language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ml
Provides:	%{name}-Malayalam = %{version}-%{release}

%description ml
%{summary}.

%files ml
%lang(ml) %{_kde_datadir}/locale/ml/LC_MESSAGES/*
%{_kde_datadir}/locale/ml/LC_SCRIPTS/
%{_kde_datadir}/locale/ml/entry.desktop
%{_kde_appsdir}/klettres/ml/
%endif

#------------------------------------------------------------------------------

%if %{build_mt}
%package mt
Summary:	Maltese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Maltese = %{version}-%{release}

%description mt
%{summary}.

%files mt
%lang(mt) %{_kde_datadir}/locale/mt/LC_MESSAGES/*
%{_kde_datadir}/locale/mt/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_mr}
%package mr
Summary:	Marathi language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ca
Provides:	%{name}-Marathi = %{version}-%{release}

%description mr
%{summary}.

%files mr
%lang(mr) %{_kde_datadir}/locale/mr/LC_MESSAGES/*
%{_kde_datadir}/locale/mr/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_ne}
%package ne
Summary:	Nepali language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ne
Provides:	%{name}-Nepali = %{version}-%{release}

%description ne
%{summary}.

%files ne
%lang(ne) %{_kde_datadir}/locale/ne/LC_MESSAGES/*
%{_kde_datadir}/locale/ne/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_nl}
%package nl
Summary:	Dutch language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-nl
Provides:	%{name}-nl = %{version}-%{release}

%description nl
%{summary}.

%files nl
%lang(nl) %{_kde_datadir}/locale/nl/LC_MESSAGES/*
%{_kde_datadir}/locale/nl/LC_SCRIPTS/
%{_kde_datadir}/locale/nl/entry.desktop
%{_kde_appsdir}/ktuberling/sounds/nl*
%{_kde_appsdir}/klettres/nl/
%{_kde_appsdir}/kvtml/nl/
%{_kde_appsdir}/katepart/syntax/logohighlightstyle.nl.xml
%{_kde_appsdir}/kturtle/data/logokeywords.nl.xml
%{_kde_appsdir}/kturtle/examples/nl/*.logo
%{_kde_docdir}/HTML/nl/*
%{_kde_mandir}/nl/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_se}
%package se
Summary:	Northern Sami language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-se
Provides:	%{name}-NorthernSami = %{version}-%{release}

%description se
%{summary}.

%files se
%lang(se) %{_kde_datadir}/locale/se/LC_MESSAGES/*
%{_kde_datadir}/locale/se/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_nb}
%package nb
Summary:	Norwegian (Bokmaal) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-nb
Provides:	%{name}-Norwegian = %{version}-%{release}

%description nb
%{summary}.

%files nb
%lang(nb) %{_kde_datadir}/locale/nb/LC_MESSAGES/*
%{_kde_datadir}/locale/nb/LC_SCRIPTS/
%{_kde_datadir}/locale/nb/entry.desktop
%{_kde_appsdir}/khangman/nb.txt
%{_kde_appsdir}/kvtml/nb/
%{_kde_appsdir}/klettres/nb/
%{_kde_appsdir}/katepart/syntax/logohighlightstyle.nb.xml
%{_kde_appsdir}/kturtle/data/logokeywords.nb.xml
%{_kde_appsdir}/kturtle/examples/nb/*.logo
%{_kde_docdir}/HTML/nb/*
%{_kde_mandir}/nb/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_nn}
%package nn
Summary:	Norwegian (Nynorsk) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-nn
Provides:	%{name}-Norwegian-Nynorsk = %{version}-%{release}

%description nn
%{summary}.

%files nn
%lang(nn) %{_kde_datadir}/locale/nn/LC_MESSAGES/*
%{_kde_datadir}/locale/nn/LC_SCRIPTS/
%{_kde_datadir}/locale/nn/entry.desktop
%{_kde_appsdir}/khangman/nn.txt
%{_kde_appsdir}/kvtml/nn/
%{_kde_docdir}/HTML/nn/*
%endif

#------------------------------------------------------------------------------

%if %{build_oc}
%package oc
Summary:	Occitan language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Occitan = %{version}-%{release}

%description oc
%{summary}.

%files oc
%lang(oc) %{_kde_datadir}/locale/oc/LC_MESSAGES/*
%{_kde_datadir}/locale/oc/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_pl}
%package pl
Summary:	Polish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pl
Provides:	%{name}-Polish = %{version}-%{release}

%description pl
%{summary}.

%files pl
%lang(pl) %{_kde_datadir}/locale/pl/LC_MESSAGES/*
%{_kde_datadir}/locale/pl/LC_SCRIPTS/
%{_kde_datadir}/locale/pl/entry.desktop
%{_kde_appsdir}/khangman/pl.txt
%{_kde_appsdir}/kvtml/pl/
%{_kde_docdir}/HTML/pl/*
%{_kde_mandir}/pl/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_pt}
%package pt
Summary:	Portuguese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pt
Provides:	%{name}-Portuguese = %{version}-%{release}

%description pt
%{summary}.

%files pt
%lang(pt) %{_kde_datadir}/locale/pt/LC_MESSAGES/*
%{_kde_datadir}/locale/pt/entry.desktop
%{_kde_appsdir}/khangman/pt.txt
%{_kde_appsdir}/ktuberling/sounds/pt*
%{_kde_appsdir}/kvtml/pt/
%{_kde_docdir}/HTML/pt/*
%{_kde_mandir}/pt/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_pa}
%package pa
Summary:	Punjabi language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pa
Provides:	%{name}-Punjabi = %{version}-%{release}

%description pa
%{summary}.

%files pa
%lang(pa) %{_kde_datadir}/locale/pa/LC_MESSAGES/*
%{_kde_datadir}/locale/pa/entry.desktop
%{_kde_appsdir}/kvtml/pa
%endif

#------------------------------------------------------------------------------

%if %{build_pt_BR}
%package pt_BR
Summary:	Brazil Portuguese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-pt
Provides:	%{name}-Brazil = %{version}-%{release}

%description pt_BR
%{summary}.

%files pt_BR
%lang(pt_BR) %{_kde_datadir}/locale/pt_BR/LC_MESSAGES/*
%{_kde_datadir}/locale/pt_BR/entry.desktop
%{_kde_appsdir}/autocorrect/pt_BR.xml
%{_kde_appsdir}/khangman/pt_BR.txt
%{_kde_appsdir}/klettres/pt_BR/*
%{_kde_appsdir}/kvtml/pt_BR/
%{_kde_docdir}/HTML/pt_BR/*
%{_kde_mandir}/pt_BR/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_ro}
%package ro
Summary:	Romanian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ro
Provides:	%{name}-Romanian = %{version}-%{release}

%description ro
%{summary}.

%files ro
%lang(ro) %{_kde_datadir}/locale/ro/LC_MESSAGES/*
%{_kde_datadir}/locale/ro/entry.desktop
%{_kde_appsdir}/kvtml/ro/
%{_kde_appsdir}/ktuberling/sounds/ro*
%{_kde_docdir}/HTML/ro/*
%endif

#------------------------------------------------------------------------------

%if %{build_ru}
%package ru
Summary:	Russian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ru
Provides:	%{name}-Russian = %{version}-%{release}

%description ru
%{summary}.

%files ru
%lang(ru) %{_kde_datadir}/locale/ru/LC_MESSAGES/*
%{_kde_datadir}/locale/ru/LC_SCRIPTS/
%{_kde_datadir}/locale/ru/entry.desktop
%{_kde_appsdir}/autocorrect/ru_RU.xml
%{_kde_appsdir}/kvtml/ru/
%{_kde_appsdir}/katepart/syntax/logohighlightstyle.ru.xml
%{_kde_appsdir}/klettres/ru
%{_kde_appsdir}/ktuberling/sounds/ru/
%{_kde_appsdir}/ktuberling/sounds/ru.soundtheme
%{_kde_docdir}/HTML/ru/*
%{_kde_mandir}/ru/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_si}
%package si
Summary:	Sinhala language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-si
Provides:	%{name}-Sinhala = %{version}-%{release}

%description si
%{summary}.

%files si
%lang(si) %{_kde_datadir}/locale/si/LC_MESSAGES/*
%{_kde_datadir}/locale/si/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_sk}
%package sk
Summary:	Slovak language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-sk
Provides:	%{name}-Slovak = %{version}-%{release}

%description sk
%{summary}.

%files sk
%lang(sk) %{_kde_datadir}/locale/sk/LC_MESSAGES/*
%{_kde_datadir}/locale/sk/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_sl}
%package sl
Summary:	Slovenian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-sl
Provides:	%{name}-Slovenian = %{version}-%{release}

%description sl
%{summary}.

%files sl
%lang(sl) %{_kde_datadir}/locale/sl/LC_MESSAGES/*
%{_kde_datadir}/locale/sl/entry.desktop
%{_kde_appsdir}/khangman/sl.txt
%{_kde_appsdir}/ktuberling/sounds/sl*
%{_kde_appsdir}/kvtml/sl/*
%{_kde_docdir}/HTML/sl/*
%endif

#------------------------------------------------------------------------------

%if %{build_sr}
%package sr
Summary:	Serbian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-sr
Provides:	%{name}-Serbian = %{version}-%{release}

%description sr
%{summary}.

%files sr
%lang(sr) %{_kde_datadir}/locale/sr/LC_MESSAGES/*
%{_kde_datadir}/locale/sr/LC_SCRIPTS/
%{_kde_datadir}/locale/sr/entry.desktop
%{_kde_datadir}/locale/sr@latin/entry.desktop
%{_kde_datadir}/locale/sr@latin/LC_MESSAGES/*
%{_kde_datadir}/locale/sr@latin/LC_SCRIPTS/
%{_kde_datadir}/locale/sr@ijekavian/LC_MESSAGES/
%{_kde_datadir}/locale/sr@ijekavian/LC_SCRIPTS/
%{_kde_datadir}/locale/sr@ijekavian/entry.desktop
%{_kde_datadir}/locale/sr@ijekavianlatin/LC_MESSAGES/
%{_kde_datadir}/locale/sr@ijekavianlatin/LC_SCRIPTS
%{_kde_datadir}/locale/sr@ijekavianlatin/entry.desktop
%{_kde_appsdir}/ktuberling/sounds/sr*
%{_kde_iconsdir}/*/*/*/*/sr/
%{_kde_iconsdir}/*/*/*/*/sr@latin/
%{_kde_iconsdir}/*/*/*/*/sr@ijekavian/
%{_kde_iconsdir}/*/*/*/*/sr@ijekavianlatin/
%{_kde_appsdir}/desktoptheme/*/widgets/l10n/sr
%{_kde_appsdir}/desktoptheme/*/widgets/l10n/sr@latin
%{_kde_appsdir}/desktoptheme/*/widgets/l10n/sr@ijekavian
%{_kde_appsdir}/desktoptheme/*/widgets/l10n/sr@ijekavianlatin
%{_kde_appsdir}/desktoptheme/default/icons/l10n/sr*
%{_kde_appsdir}/khangman/sr@latin.txt
%{_kde_appsdir}/kvtml/sr*/
%{_kde_docdir}/HTML/sr/*
%{_kde_docdir}/HTML/sr@latin/*
%{_kde_mandir}/sr/*/*
%{_kde_mandir}/sr@latin/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_sv}
%package sv
Summary:	Swedish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-sv
Provides:	%{name}-Swedish = %{version}-%{release}

%description sv
%{summary}.

%files sv
%lang(sv) %{_kde_datadir}/locale/sv/LC_MESSAGES/*
%{_kde_datadir}/locale/sv/entry.desktop
%{_kde_datadir}/locale/sv/LC_SCRIPTS/
%{_kde_appsdir}/khangman/sv.txt
%{_kde_appsdir}/ktuberling/sounds/sv*
%{_kde_appsdir}/kvtml/sv/
%{_kde_docdir}/HTML/sv/*
%{_kde_mandir}/sv/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_ta}
%package ta
Summary:	Tamil language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ta
Provides:	%{name}-Tamil = %{version}-%{release}

%description ta
%{summary}.

%files ta
%lang(ta) %{_kde_datadir}/locale/ta/LC_MESSAGES/*
%{_kde_datadir}/locale/ta/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_tg}
%package tg
Summary:	Tajik language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-tg
Provides:	%{name}-Tajik = %{version}-%{release}

%description tg
%{summary}.

%files tg
%lang(tg) %{_kde_datadir}/locale/tg/LC_MESSAGES/*
%{_kde_datadir}/locale/tg/entry.desktop
%{_kde_appsdir}/kvtml/tg/
%{_kde_appsdir}/khangman/tg.txt
%endif

#------------------------------------------------------------------------------

%if %{build_th}
%package th
Summary:	Thai language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-th
Provides:	%{name}-Thai = %{version}-%{release}

%description th
%{summary}.

%files th
%lang(th) %{_kde_datadir}/locale/th/LC_MESSAGES/*
%{_kde_datadir}/locale/th/charset
%{_kde_datadir}/locale/th/entry.desktop
%{_kde_datadir}/locale/th/flag.png
%endif

#------------------------------------------------------------------------------

%if %{build_tr}
%package tr
Summary:	Turkish language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-tr
Provides:	%{name}-Turkish = %{version}-%{release}

%description tr
%{summary}.

%files tr
%lang(tr) %{_kde_datadir}/locale/tr/LC_MESSAGES/*
%{_kde_datadir}/locale/tr/entry.desktop
%{_kde_appsdir}/khangman/tr.txt
%{_kde_appsdir}/kvtml/tr/
%{_kde_docdir}/HTML/tr/*
%{_kde_mandir}/tr/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_uk}
%package uk
Summary:	Ukrainian language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-uk
Suggests:	%{name}-uk
Provides:	%{name}-Ukrainian = %{version}-%{release}

%description uk
%{summary}.

%files uk
%lang(uk) %{_kde_datadir}/locale/uk/LC_MESSAGES/*
%{_kde_datadir}/locale/uk/LC_SCRIPTS/
%{_kde_datadir}/locale/uk/entry.desktop
%{_kde_appsdir}/autocorrect/uk.xml
%{_kde_appsdir}/ktuberling/sounds/uk*
%{_kde_appsdir}/step/objinfo/l10n/uk/
%{_kde_appsdir}/kvtml/uk/
%{_kde_appsdir}/klettres/uk/
%{_kde_docdir}/HTML/uk/*
%{_kde_mandir}/uk/*/*
%endif

#------------------------------------------------------------------------------

%if %{build_ug}
%package ug
Summary:	Uyghur language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-ug
Provides:	%{name}-Uyghur = %{version}-%{release}

%description ug
%{summary}.

%files ug
%lang(ug) %{_kde_datadir}/locale/ug/LC_MESSAGES/*
%{_kde_datadir}/locale/ug/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_ven}
%package ven
Summary:	Venda language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Venda = %{version}-%{release}

%description ven
%{summary}.

%files ven
%lang(ven) %{_kde_datadir}/locale/ven/LC_MESSAGES/*
%{_kde_datadir}/locale/ven/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_vi}
%package vi
Summary:	Vietnamese language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Vietnamese = %{version}-%{release}

%description vi
%{summary}.

%files vi
%lang(vi) %{_kde_datadir}/locale/vi/LC_MESSAGES/*
%{_kde_datadir}/locale/vi/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_wa}
%package wa
Summary:	Walloon language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-wa
Provides:	%{name}-Walloon = %{version}-%{release}

%description wa
%{summary}.

%files wa
%lang(wa) %{_kde_datadir}/locale/wa/LC_MESSAGES/*
%{_kde_datadir}/locale/wa/entry.desktop
%{_kde_appsdir}/ktuberling/sounds/wa*
%{_kde_docdir}/HTML/wa/*
%endif

#------------------------------------------------------------------------------

%if %{build_xh}
%package xh
Summary:	Xhosa (a Bantu language) support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Provides:	%{name}-Xhosa = %{version}-%{release}

%description xh
%{summary}.

%files xh
%lang(xh) %{_kde_datadir}/locale/xh/LC_MESSAGES/*
%{_kde_datadir}/locale/xh/entry.desktop
%endif

#------------------------------------------------------------------------------

%if %{build_zh_CN}
%package zh_CN
Summary:	Chinese (Simplified Chinese) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-zh
Provides:	%{name}-Chinese = %{version}-%{release}

%description zh_CN
%{summary}.

%files zh_CN
%lang(zh_CN) %{_kde_datadir}/locale/zh_CN/LC_MESSAGES/*
%{_kde_datadir}/locale/zh_CN/LC_SCRIPTS/
%{_kde_datadir}/locale/zh_CN/charset
%{_kde_datadir}/locale/zh_CN/entry.desktop
%{_kde_datadir}/locale/zh_CN/flag.png
%{_kde_appsdir}/kvtml/zh_CN/
%{_kde_appsdir}/step/objinfo/l10n/zh_CN/
%{_kde_docdir}/HTML/zh_CN/*
%endif

#------------------------------------------------------------------------------

%if %{build_zh_TW}
%package zh_TW
Summary:	Chinese (Traditional) language support for KDE
Group:		System/Internationalization
Provides:	%{name} = %{version}
Requires:	locales-zh
Provides:	%{name}-Chinese-Traditional = %{version}-%{release}

%description zh_TW
%{summary}.

%files zh_TW
%lang(zh_TW) %{_kde_datadir}/locale/zh_TW/LC_MESSAGES/*
%{_kde_datadir}/locale/zh_TW/entry.desktop
%{_kde_docdir}/HTML/zh_TW/*
%endif

#------------------------------------------------------------------------------

%prep
%setup -T -q -n %{name}-%{version} -c

for lang in %{langlist} ; do
  echo $lang | grep -v '^#' && \
  xz -dc %{_sourcedir}/%{name}-$lang-%{version}.tar.xz | tar -xf -
done

%if %{build_ca_valencia}
tar -xf %{_sourcedir}/%{name}-ca@valencia-%{version}.tar.xz
%endif

# Translation updates
cp %{SOURCE102} %{name}-ru-%{version}/messages/kdelibs/kfilemodule.po
cp %{SOURCE103} %{name}-ru-%{version}/messages/kdelibs/makekdewidgets.po

# Add extra docbooks
pushd %{name}-ru-%{version}
tar -xf %{SOURCE200}
tar -xf %{SOURCE201}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
popd

%build
for lang in %{langlist} ; do
pushd %{name}-$lang-%{version}
      %cmake_kde4
      %make
popd
done

# build ca@valencia separately due to the @ in the tarball name
%if %{build_ca_valencia}
pushd %{name}-ca@valencia-%{version}
      %cmake_kde4
      %make
popd
%endif

%install
for lang in %{langlist} ; do
pushd %{name}-$lang-%{version}
     %makeinstall_std -C build
popd
done

# install ca@valencia separately due to the @ in the tarball name
%if %{build_ca_valencia}
pushd %{name}-ca@valencia-%{version}
     %makeinstall_std -C build
popd
%endif


%changelog

* Wed Sep 12 2018 Ural Mullabaev <ural.mullabaev@rosalab.ru> 3:4.14.3-18
- (53567b1) Update Russian translations for greeter

* Mon Nov 13 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-17
- (8113e08) Update Russian translations for timezones

* Thu Aug 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-16
- (e8cb3a1) Don't suggest obsolete kde5-l10n packages

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-15
- (3a8a2a2) MassBuild#1230: Increase release tag

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-14
- (e7eff6d) MassBuild#1169: Increase release tag

* Thu Mar 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-13
- (7b1eec0) Update Russian translations for KMail and other kdepim packages (more changes)

* Mon Feb 22 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-12
- (1ab1494) Update Russian translations for KMail and other kdepim packages

* Mon Aug 03 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-11
- (3997582) Enable Serbian language

* Fri May 22 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-10
- (011fdf1) Suggest kde5-l10n packages
- (011fdf1) Drop no longer needed Conflicts with konq-plugins

* Mon Apr 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 3:4.14.3-9
- (f935474) Bump release.

* Thu Apr 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 3:4.14.3-6
- (0fd5cc7) Updated Russian documentation ofr Konsole

* Thu Apr 02 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-8
- (a1d100c) Require docbook-dtd45-xml instead of docbook-dtd42-xml
- (Andrey Bondrov: 65242ba) Add missing Fundamentals Russian docbook

* Tue Mar 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 3:4.14.3-7
- (26d8d40) Really apply knotes patch

* Tue Mar 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 3:4.14.3-6
- (ca68af5) Fix knotes localization

* Sat Mar 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 3:4.14.3-5
- (22c26ef) Fix typo
- (Denis Silakov: 1d0e6e3) Fix krfb localization

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 3:4.14.3-4
- (d2fe644) MassBuild#656: Increase release tag

* Sun Jan 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-3
- (ea6a79e) Add fix_dekorator patch to fix Russian translation for deKorator

* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-2
- (4dce357) LOG New version 4.14.3 (sync spec and patches with Cooker)

* Tue Sep 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-3
- (34a22bf) Add extra docbooks for Russian locale

* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-2
- (7ca4a5d) Use better kcm_baloofile ru translation

* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
- (22e5363) LOG New version 4.13.3 (sync spec and patches with Cooker)

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3:4.13.2-2
- (4b3b236) MassBuild#440: Increase release tag

* Mon Jun 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.2-1
- (d4874a3) LOG New version 4.13.2 (sync spec and patches with Cooker)

* Wed Apr 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.12.4-1
- (b5667dc) LOG New version 4.12.4 (sync spec and patches with Cooker)

* Thu Mar 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.12.3-1
- (355b127) LOG New version 4.12.3 (sync spec and patches with Cooker)

* Wed Dec 18 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.11.4-1
- (733b657) LOG New version 4.11.4

* Thu Nov 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.11.3-1
- (956a236) LOG New version 4.11.3

* Fri Oct 25 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.11.2-1
- (efb5476) LOG New version 4.11.2

* Tue Jul 09 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.10.5-1
- (2ee490e) LOG New version 4.10.5

* Thu Jun 13 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.10.4-1
- (2996b63) LOG New version 4.10.4

* Thu May 23 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.10.3-3
- (8bec613) LOG Add missing ru translations kfilemodule.po and makekdewidgets.po

* Mon May 20 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.10.3-2
- (f9edf13) LOG New version 4.10.3 (sync with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22917 |14mu|kdelibs4-4.14.32-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bootstrap 0
%{?_branch: %{expand: %%global bootstrap 1}}

%define compile_apidox 0
%{?_with_apidox: %{expand: %%global compile_apidox 1}}

%define with_drkonqi 0
%{?_with_drkonqi: %{expand: %%global with_drkonqi 1}}

%define udisk_backend 1

# exclude libkactivities or not
%define no_libkactivities 1

%bcond_without nepomuk

Summary:	K Desktop Environment - Libraries
Name:		kdelibs4
Version:	4.14.32
Release:	1
Epoch:		5
License:	ARTISTIC BSD GPLv2+ LGPLv2+ QPLv1.0
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/kdelibs-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
Patch1:		kdelibs-4.1.85-add-kde-menu.patch
Patch2:		kdelibs-4.5.80-usr-abrt-instead-of-drkonqi.patch
Patch3:		kdelibs-4.14.4-fix-cmakelist-to-use-pthread.patch
# Use /use/share/doc5/HTML as fallback for docs, handle KF5 docs this way
Patch4:		kdelibs-4.14.8-doc5.patch
# Add kdedbx45.dtd from KF5 to make sure khelpcenter can open KF5 docbooks
Patch5:		kdelibs-4.14.8-kf5-dtd.patch
# Battery reporting support for KDE Connect from
# http://albertvaka.wordpress.com/2013/08/05/introducing-kde-connect/
Patch10:	kdelibs-4.11.1-phonepower.patch
# Revert upsteam commit because it leads to incorrect icons on desktop
# For example, application shortcuts are displayed with x-desktop mimetype icon
Patch11:	kdelibs-4.11.2-delayed-icons.patch
# Revert upstream commit because it leads to ugly empty dialog popup when
# adding new empty panel or RocketBar
Patch12:	kdelibs-4.11.2-containment-config.patch
Patch13:	kdelibs-4.14.3-docbook-dtd45.patch
# Revert upstream commit until cmake files are properly fixed in upstream
Patch14:	kdelibs-4.14.13-cmake-keep-cmp0002.patch
Patch15:	kdelibs-4.14.18-strigi.patch
Patch100:	kdelibs-4.8.0-plasma.patch
Patch200:	kdelibs-4.8.1-add-extra-catalogs.patch
Patch203:	kdelibs-4.14.8-fileplaces.patch
Patch204:	kdelibs-4.8.1-kfile-knewfilemenu-removed-LinkToDevice.patch
Patch206:	kdelibs-4.8.3-kfile-klook.patch
Patch207:	kdelibs4-4.9.3-iconwidget-revert-commit-c6160d14.patch
Patch208:	kdelibs-4.9.3-kio-ftp.patch
# Don't use HEAD to get mimetype. Sometimes servers don't return mimetype
# with it for webdav. It's also wrong for directories - HEAD will return
# text/xml (since it's actually file listing in XML)
Patch209:	kdelibs-4.12.4-improve-mimetype-detection-for-webdav.patch
Patch210:	kdelibs-4.14.4-armlinking.patch
Patch211:	kdelibs-4.13.2-kdecmake.patch
BuildRequires:	automoc
BuildRequires:	bison
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	flex
BuildRequires:	kde4-macros >= 4.1.71
BuildRequires:	libxml2-utils
BuildRequires:	rootcerts
BuildRequires:	shared-mime-info
BuildRequires:	xsltproc
BuildRequires:	acl-devel
BuildRequires:	aspell-devel
BuildRequires:	bzip2-devel
BuildRequires:	cups-devel >= 1.2
BuildRequires:	gdbm-devel
BuildRequires:	grantlee-devel
BuildRequires:	hspell-devel
BuildRequires:	krb5-devel
BuildRequires:	utempter-devel
BuildRequires:	pam-devel
BuildRequires:	pcre-devel
BuildRequires:	polkit-qt-1-devel >= 0.98.1
BuildRequires:	sasl-devel
BuildRequires:	tiff-devel
BuildRequires:	ungif-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(avahi-compat-libdns_sd)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(dbusmenu-qt)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gamin)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(libart-2.0)
BuildRequires:	pkgconfig(libattica)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libstreams) >= 0.6.3
BuildRequires:	pkgconfig(libxml-2.0) >= 2.4.11
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(OpenEXR)
%if %{with nepomuk}
BuildRequires:	pkgconfig(soprano) > 2.7.57
%else
BuildConflicts:	pkgconfig(soprano)
%endif
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtDBus)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xpm)
%if %{udisk_backend}
BuildRequires:	pkgconfig(udev)
%endif
# Optional, but let's build support for what we can
BuildRequires:	hupnp-devel
# Support for m-p-i is included even if not found during build
#BuildRequires:	media-player-info

%description
Libraries for the K Desktop Environment.

#----------------------------------------------------------------------------

%define kde3support_major 4
%define libkde3support %mklibname kde3support %{kde3support_major}

%package -n %{libkde3support}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkde3support}
KDE 4 core library.

%files -n %{libkde3support}
%{_kde_libdir}/libkde3support.so.%{kde3support_major}*

#----------------------------------------------------------------------------

%define kdecore_major 5
%define libkdecore %mklibname kdecore %{kdecore_major}

%package -n %{libkdecore}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	phonon-backend >= 4.2.0
Requires:	kde4-config-file
%if ! %{bootstrap}
Suggests:	kde-l10n
%endif
Requires:	kdelibs4-core = %{EVRD}

%description -n %{libkdecore}
KDE 4 core library.

%files -n %{libkdecore}
%{_kde_libdir}/libkdecore.so.%{kdecore_major}*

#----------------------------------------------------------------------------

%define kdefakes_major 5
%define libkdefakes %mklibname kdefakes %{kdefakes_major}

%package -n %{libkdefakes}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkdefakes}
KDE 4 core library.

%files -n %{libkdefakes}
%{_kde_libdir}/libkdefakes.so.%{kdefakes_major}*

#----------------------------------------------------------------------------

%define kdesu_major 5
%define libkdesu %mklibname kdesu %{kdesu_major}

%package -n %{libkdesu}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkdesu}
KDE 4 core library.

%files -n %{libkdesu}
%{_kde_libdir}/libkdesu.so.%{kdesu_major}*

#----------------------------------------------------------------------------

%define kdeui_major 5
%define libkdeui %mklibname kdeui %{kdeui_major}

%package -n %{libkdeui}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	dbus-x11

%description -n %{libkdeui}
KDE 4 core library.

%files -n %{libkdeui}
%{_kde_libdir}/libkdeui.so.%{kdeui_major}*

#----------------------------------------------------------------------------

%define kdnssd_major 4
%define libkdnssd %mklibname kdnssd %{kdnssd_major}

%package -n %{libkdnssd}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkdnssd}
KDE 4 core library.

%files -n %{libkdnssd}
%{_kde_libdir}/libkdnssd.so.%{kdnssd_major}*

#----------------------------------------------------------------------------

%define kfile_major 4
%define libkfile %mklibname kfile %{kfile_major}

%package -n %{libkfile}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkfile}
KDE 4 core library.

%files -n %{libkfile}
%{_kde_libdir}/libkfile.so.%{kfile_major}*

#----------------------------------------------------------------------------

%define khtml_major 5
%define libkhtml %mklibname khtml %{khtml_major}

%package -n %{libkhtml}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkhtml}
KDE 4 core library.

%files -n %{libkhtml}
%{_kde_libdir}/libkhtml.so.%{khtml_major}*

#----------------------------------------------------------------------------

%define kimproxy_major 4
%define libkimproxy %mklibname kimproxy %{kimproxy_major}

%package -n %{libkimproxy}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkimproxy}
KDE 4 core library.

%files -n %{libkimproxy}
%{_kde_libdir}/libkimproxy.so.%{kimproxy_major}*

#----------------------------------------------------------------------------

%define kio_major 5
%define libkio %mklibname kio %{kio_major}

%package -n %{libkio}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkio}
KDE 4 core library.

%files -n %{libkio}
%{_kde_libdir}/libkio.so.%{kio_major}*

#----------------------------------------------------------------------------

%define kjsembed_major 4
%define libkjsembed %mklibname kjsembed %{kjsembed_major}

%package -n %{libkjsembed}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkjsembed}
KDE 4 core library.

%files -n %{libkjsembed}
%{_kde_libdir}/libkjsembed.so.%{kjsembed_major}*

#----------------------------------------------------------------------------

%define kjs_major 4
%define libkjs %mklibname kjs %{kjs_major}

%package -n %{libkjs}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkjs}
KDE 4 core library.

%files -n %{libkjs}
%{_kde_libdir}/libkjs.so.%{kjs_major}*

#----------------------------------------------------------------------------

%define kmediaplayer_major 4
%define libkmediaplayer %mklibname kmediaplayer %{kmediaplayer_major}

%package -n %{libkmediaplayer}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkmediaplayer}
KDE 4 core library.

%files -n %{libkmediaplayer}
%{_kde_libdir}/libkmediaplayer.so.%{kmediaplayer_major}*

#----------------------------------------------------------------------------

%define knewstuff2_major 4
%define libknewstuff2 %mklibname knewstuff2_ %{knewstuff2_major}

%package -n %{libknewstuff2}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libknewstuff2}
KDE 4 core library.

%files -n %{libknewstuff2}
%{_kde_libdir}/libknewstuff2.so.%{knewstuff2_major}*

#----------------------------------------------------------------------------

%define knotifyconfig_major 4
%define libknotifyconfig %mklibname knotifyconfig %{knotifyconfig_major}

%package -n %{libknotifyconfig}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libknotifyconfig}
KDE 4 core library.

%files -n %{libknotifyconfig}
%{_kde_libdir}/libknotifyconfig.so.%{knotifyconfig_major}*

#----------------------------------------------------------------------------

%define kntlm_major 4
%define libkntlm %mklibname kntlm %{kntlm_major}

%package -n %{libkntlm}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkntlm}
KDE 4 core library.

%files -n %{libkntlm}
%{_kde_libdir}/libkntlm.so.%{kntlm_major}*

#----------------------------------------------------------------------------

%define kparts_major 4
%define libkparts %mklibname kparts %{kparts_major}

%package -n %{libkparts}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkparts}
KDE 4 core library.

%files -n %{libkparts}
%{_kde_libdir}/libkparts.so.%{kparts_major}*

#----------------------------------------------------------------------------

%define krosscore_major 4
%define libkrosscore %mklibname krosscore %{krosscore_major}

%package -n %{libkrosscore}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkrosscore}
KDE 4 core library.

%files -n %{libkrosscore}
%{_kde_libdir}/libkrosscore.so.%{krosscore_major}*

#----------------------------------------------------------------------------

%define krossui_major 4
%define libkrossui %mklibname krossui %{krossui_major}

%package -n %{libkrossui}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkrossui}
KDE 4 core library.

%files -n %{libkrossui}
%{_kde_libdir}/libkrossui.so.%{krossui_major}*

#----------------------------------------------------------------------------

%define ktexteditor_major 4
%define libktexteditor %mklibname ktexteditor %{ktexteditor_major}

%package -n %{libktexteditor}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libktexteditor}
KDE 4 core library.

%files -n %{libktexteditor}
%{_kde_libdir}/libktexteditor.so.%{ktexteditor_major}*

#----------------------------------------------------------------------------

%define kunittest_major 4
%define libkunittest %mklibname kunittest %{kunittest_major}

%package -n %{libkunittest}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkunittest}
KDE 4 core library.

%files -n %{libkunittest}
%{_kde_libdir}/libkunittest.so.%{kunittest_major}*

#----------------------------------------------------------------------------

%define kutils_major 4
%define libkutils %mklibname kutils %{kutils_major}

%package -n %{libkutils}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkutils}
KDE 4 core library.

%files -n %{libkutils}
%{_kde_libdir}/libkutils.so.%{kutils_major}*

#----------------------------------------------------------------------------

%define solid_major 4
%define libsolid %mklibname solid %{solid_major}

%package -n %{libsolid}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libsolid}
KDE 4 core library.

%files -n %{libsolid}
%{_kde_libdir}/libsolid.so.%{solid_major}*

#----------------------------------------------------------------------------

%define threadweaver_major 4
%define libthreadweaver %mklibname threadweaver %{threadweaver_major}

%package -n %{libthreadweaver}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libthreadweaver}
KDE 4 core library.

%files -n %{libthreadweaver}
%{_kde_libdir}/libthreadweaver.so.%{threadweaver_major}*

#----------------------------------------------------------------------------

%define kpty_major 4
%define libkpty %mklibname kpty %{kpty_major}

%package -n %{libkpty}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkpty}
KDE 4 core library.

%files -n %{libkpty}
%{_kde_libdir}/libkpty.so.%{kpty_major}*

#----------------------------------------------------------------------------

%define kjsapi_major 4
%define libkjsapi %mklibname kjsapi %{kjsapi_major}

%package -n %{libkjsapi}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkjsapi}
KDE 4 core library.

%files -n %{libkjsapi}
%{_kde_libdir}/libkjsapi.so.%{kjsapi_major}*

#----------------------------------------------------------------------------

%define libplasma_major 3
%define libplasma %mklibname plasma %{libplasma_major}

%package -n %{libplasma}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libplasma}
KDE 4 core library.

%files -n %{libplasma}
%{_kde_libdir}/libplasma.so.%{libplasma_major}*

#----------------------------------------------------------------------------

%define libkunitconversion_major 4
%define libkunitconversion %mklibname kunitconversion %{libkunitconversion_major}

%package -n %{libkunitconversion}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkunitconversion}
KDE 4 core library.

%files -n %{libkunitconversion}
%{_kde_libdir}/libkunitconversion.so.%{libkunitconversion_major}*

#----------------------------------------------------------------------------

%define libkdewebkit_major 5
%define libkdewebkit %mklibname kdewebkit %{libkdewebkit_major}

%package -n %{libkdewebkit}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdewebkit}
KDE 4 library.

%files -n %{libkdewebkit}
%{_kde_libdir}/libkdewebkit.so.%{libkdewebkit_major}*

#----------------------------------------------------------------------------

%define libknewstuff3_major 4
%define libknewstuff3 %mklibname knewstuff3_ %{libknewstuff3_major}

%package -n %{libknewstuff3}
Summary:	KDE 4 library
Group:		System/Libraries
Obsoletes:	%{_lib}knewstuff34 < %{EVRD}

%description -n %{libknewstuff3}
KDE 4 library.

%files -n %{libknewstuff3}
%{_kde_libdir}/libknewstuff3.so.%{libknewstuff3_major}*

#----------------------------------------------------------------------------

%define libkcmutils_major 4
%define libkcmutils %mklibname kcmutils %{libkcmutils_major}

%package -n %{libkcmutils}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkcmutils}
KDE 4 library.

%files -n %{libkcmutils}
%{_kde_libdir}/libkcmutils.so.%{libkcmutils_major}*

#----------------------------------------------------------------------------

%define libkprintutils_major 4
%define libkprintutils %mklibname kprintutils %{libkprintutils_major}

%package -n %{libkprintutils}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkprintutils}
KDE 4 library.

%files -n %{libkprintutils}
%{_kde_libdir}/libkprintutils.so.%{libkprintutils_major}*

#----------------------------------------------------------------------------

%define libkidletime_major 4
%define libkidletime %mklibname kidletime %{libkidletime_major}

%package -n %{libkidletime}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkidletime}
KDE 4 library.

%files -n %{libkidletime}
%{_kde_libdir}/libkidletime.so.%{libkidletime_major}*

#----------------------------------------------------------------------------

%define libkemoticons_major 4
%define libkemoticons %mklibname kemoticons %{libkemoticons_major}

%package -n %{libkemoticons}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkemoticons}
KDE 4 library.

%files -n %{libkemoticons}
%{_kde_libdir}/libkemoticons.so.%{libkemoticons_major}*

#----------------------------------------------------------------------------

%if %{with nepomuk}
%define nepomuk_major 4
%define libnepomuk %mklibname nepomuk %{nepomuk_major}

%package -n %{libnepomuk}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libnepomuk}
KDE 4 core library.

%files -n %{libnepomuk}
%{_kde_libdir}/libnepomuk.so.%{nepomuk_major}*
%endif

#----------------------------------------------------------------------------

%if %{with nepomuk}
%define libnepomukquery_major 4
%define libnepomukquery %mklibname nepomukquery %{libnepomukquery_major}

%package -n %{libnepomukquery}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libnepomukquery}
KDE 4 library.

%files -n %{libnepomukquery}
%{_kde_libdir}/libnepomukquery.so.%{libnepomukquery_major}*
%endif

#----------------------------------------------------------------------------

%if %{with nepomuk}
%define libnepomukutils_major 4
%define libnepomukutils %mklibname nepomukutils %{libnepomukutils_major}

%package -n %{libnepomukutils}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libnepomukutils}
KDE 4 library.

%files -n %{libnepomukutils}
%{_kde_libdir}/libnepomukutils.so.%{libnepomukutils_major}*
%endif

#----------------------------------------------------------------------------

%if ! %{no_libkactivities}
%define libkactivities_major 6
%define libkactivities %mklibname kactivities %{libkactivities_major}

%package -n %{libkactivities}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkactivities}
KDE 4 library.

%files -n %{libkactivities}
%{_kde_libdir}/libkactivities.so.%{libkactivities_major}*
%endif

#----------------------------------------------------------------------------

%define libkdeclarative_major 5
%define libkdeclarative %mklibname kdeclarative %{libkdeclarative_major}

%package -n %{libkdeclarative}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdeclarative}
KDE 4 library.

%files -n %{libkdeclarative}
%{_kde_libdir}/libkdeclarative.so.%{libkdeclarative_major}*

#----------------------------------------------------------------------------

%package devel
Summary:	Header files and documentation for compiling KDE applications
Group:		Development/KDE and Qt
Requires:	automoc
Requires:	kde4-macros
Requires:	qt4-qtdbus
Requires:	shared-mime-info
Requires:	xsltproc
# add requires on libxml2-utils, as when building most kde applications,
# it will call xmllint to validate the docbook files:
Requires:	libxml2-utils
Requires:	kdelibs4-core = %{EVRD}
Requires:	%{libkcmutils} = %{EVRD}
Requires:	%{libkde3support} = %{EVRD}
Requires:	%{libkdecore} = %{EVRD}
Requires:	%{libkdefakes} = %{EVRD}
Requires:	%{libkdesu} = %{EVRD}
Requires:	%{libkdeui} = %{EVRD}
Requires:	%{libkdewebkit} = %{EVRD}
Requires:	%{libkdnssd} = %{EVRD}
Requires:	%{libkemoticons} = %{EVRD}
Requires:	%{libkfile} = %{EVRD}
Requires:	%{libkhtml} = %{EVRD}
Requires:	%{libkidletime} = %{EVRD}
Requires:	%{libkimproxy} = %{EVRD}
Requires:	%{libkio} = %{EVRD}
Requires:	%{libkjsapi} = %{EVRD}
Requires:	%{libkjsembed} = %{EVRD}
Requires:	%{libkjs} = %{EVRD}
Requires:	%{libkmediaplayer} = %{EVRD}
Requires:	%{libknewstuff2} = %{EVRD}
Requires:	%{libknewstuff3} = %{EVRD}
Requires:	%{libknotifyconfig} = %{EVRD}
Requires:	%{libkntlm} = %{EVRD}
Requires:	%{libkparts} = %{EVRD}
Requires:	%{libkprintutils} = %{EVRD}
Requires:	%{libkpty} = %{EVRD}
Requires:	%{libkrosscore} = %{EVRD}
Requires:	%{libkrossui} = %{EVRD}
Requires:	%{libktexteditor} = %{EVRD}
Requires:	%{libkunitconversion} = %{EVRD}
Requires:	%{libkunittest} = %{EVRD}
Requires:	%{libkutils} = %{EVRD}
Requires:	%{libplasma} = %{EVRD}
Requires:	%{libsolid} = %{EVRD}
Requires:	%{libthreadweaver} = %{EVRD}
%if ! %{no_libkactivities}
Requires:	%{libkactivities} = %{EVRD}
%endif
Requires:	%{libkdeclarative} = %{EVRD}
%if %{with nepomuk}
Requires:	%{libnepomuk} = %{EVRD}
Requires:	%{libnepomukquery} = %{EVRD}
Requires:	%{libnepomukutils} = %{EVRD}
%endif
Conflicts:	%{name}-core < 5:4.7.80-4

%description devel
This package includes the header files you will need to compile applications 
for KDE. Also included is the KDE API documentation in HTML format for easy 
browsing.

%files devel
%{_datadir}/dbus-1/*/*
%{_kde_includedir}/*
%{_kde_appsdir}/cmake/modules/*
%{_kde_libdir}/libkdefakes.so
%{_kde_libdir}/libkdesu.so
%{_kde_libdir}/libkdnssd.so
%{_kde_libdir}/libkhtml.so
%{_kde_libdir}/libkimproxy.so
%{_kde_libdir}/libkjs.so
%{_kde_libdir}/libkjsembed.so
%{_kde_libdir}/libkmediaplayer.so
%{_kde_libdir}/libknewstuff2.so
%{_kde_libdir}/libknotifyconfig.so
%{_kde_libdir}/libkntlm.so
%{_kde_libdir}/libkparts.so
%{_kde_libdir}/libkrossui.so
%{_kde_libdir}/libktexteditor.so
%{_kde_libdir}/libkunittest.so
%{_kde_libdir}/libkutils.so
%{_kde_libdir}/libkde3support.so
%{_kde_libdir}/libkpty.so
%{_kde_libdir}/libkfile.so
%{_kde_libdir}/libsolid.so
%{_kde_libdir}/libkrosscore.so
%{_kde_libdir}/libkdecore.so
%{_kde_libdir}/libkdeui.so
%{_kde_libdir}/libkio.so
%{_kde_libdir}/libthreadweaver.so
%{_kde_libdir}/libkjsapi.so
%{_kde_libdir}/libplasma.so
%{_kde_libdir}/libkunitconversion.so
%{_kde_libdir}/libkdewebkit.so
%{_kde_libdir}/libknewstuff3.so
%{_kde_libdir}/libkprintutils.so
%{_kde_libdir}/libkidletime.so
%{_kde_libdir}/libkemoticons.so
%{_kde_libdir}/libkcmutils.so
%if ! %{no_libkactivities}
%{_kde_libdir}/libkactivities.so
%endif
%if %{with nepomuk}
%{_kde_libdir}/libnepomuk.so
%{_kde_libdir}/libnepomukquery.so
%{_kde_libdir}/libnepomukutils.so
%endif
%{_kde_libdir}/libkdeclarative.so
%{_kde_libdir}/kde4/plugins/designer
%{_kde_bindir}/checkXML
%{_kde_mandir}/man1/checkXML.1*
%{_kde_mandir}/man1/makekdewidgets.1*
%{_kde_mandir}/man1/kconfig_compiler.1*
%{_kde_bindir}/kconfig_compiler
%{_kde_bindir}/makekdewidgets
%{_libdir}/cmake/KDeclarative/*.cmake

#----------------------------------------------------------------------------

%package core
Summary:	KDE 4 system core files
Group:		Graphical desktop/KDE
Requires:	abrt
Requires:	docbook-dtd45-xml
Requires:	docbook-style-xsl
Requires:	rootcerts
Requires:	shared-desktop-ontologies
Requires:	shared-mime-info
Suggests:	enchant-dictionary
Suggests:	xdg-utils

%description core
KDE 4 system core files.

%files core
%{_kde_bindir}/kbuildsycoca4
%{_kde_bindir}/kcookiejar4
%{_kde_bindir}/kde4-config
%{_kde_bindir}/kded4
%{_kde_bindir}/kdeinit4
%{_kde_bindir}/kdeinit4_shutdown
%{_kde_bindir}/kdeinit4_wrapper
%{_kde_bindir}/kjs
%{_kde_bindir}/kjscmd
%{_kde_bindir}/kmailservice
%{_kde_bindir}/ktelnetservice
%{_kde_bindir}/kross
%{_kde_bindir}/kshell4
%{_kde_bindir}/kunittestmodrunner
%{_kde_bindir}/kwrapper4
%{_kde_bindir}/meinproc4
%{_kde_bindir}/meinproc4_simple
%{_kde_bindir}/preparetips
%if %{with nepomuk}
%{_kde_bindir}/nepomuk-rcgen
%{_kde_bindir}/kfilemetadatareader
%endif
%dir %{_kde_libdir}/kde4
%{_kde_libdir}/kde4/*.so
%dir %{_kde_libdir}/kde4/libexec
%{_kde_libdir}/kde4/libexec/filesharelist
%attr(4755,root,root) %{_kde_libdir}/kde4/libexec/fileshareset
%{_kde_libdir}/kde4/libexec/kauth-policy-gen
%{_kde_libdir}/kde4/libexec/kconf_update
%{_kde_libdir}/kde4/libexec/kdesu_stub
%{_kde_libdir}/kde4/libexec/kio_http_cache_cleaner
%{_kde_libdir}/kde4/libexec/kioslave
%{_kde_libdir}/kde4/libexec/klauncher
%attr(4755,root,root) %{_kde_libdir}/kde4/libexec/kpac_dhcp_helper
%{_kde_libdir}/kde4/libexec/ksendbugmail
%{_kde_libdir}/kde4/libexec/lnusertemp
%{_kde_libdir}/kde4/libexec/start_kdeinit
%{_kde_libdir}/kde4/libexec/start_kdeinit_wrapper
%dir %{_kde_libdir}/kde4/plugins
%{_kde_libdir}/kde4/plugins/imageformats
%{_kde_libdir}/kde4/plugins/kauth
%{_kde_libdir}/kde4/plugins/script
%{_kde_libdir}/libkdeinit4_*
%{_kde_datadir}/config
%{_kde_datadir}/mime/*
%{_kde_datadir}/kde4
%{_kde_applicationsdir}/kmailservice.desktop
%{_kde_applicationsdir}/ktelnetservice.desktop
%{_kde_appsdir}/proxyscout
%{_kde_appsdir}/LICENSES
%{_kde_appsdir}/kssl
%{_kde_appsdir}/ksgmltools2
%{_kde_appsdir}/knewstuff
%{_kde_appsdir}/kjava
%{_kde_appsdir}/khtml
%{_kde_appsdir}/kdewidgets
%{_kde_appsdir}/kdeui
%{_kde_appsdir}/kconf_update
%{_kde_appsdir}/kcm_componentchooser
%{_kde_appsdir}/kcharselect
%{_kde_docdir}/HTML/en/sonnet
%{_kde_docdir}/HTML/en/common/*
%{_kde_docdir}/HTML/en/kioslave/data
%{_kde_docdir}/HTML/en/kioslave/file
%{_kde_docdir}/HTML/en/kioslave/ftp
%{_kde_docdir}/HTML/en/kioslave/help
%{_kde_docdir}/HTML/en/kioslave/http
%{_kde_docdir}/HTML/en/kioslave/mailto
%{_kde_docdir}/HTML/en/kioslave/rlogin
%{_kde_docdir}/HTML/en/kioslave/telnet
%{_kde_docdir}/HTML/en/kioslave/webdav
%{_kde_mandir}/man1/kde4-config.1*
%{_kde_mandir}/man7/kdeoptions.7*
%{_kde_mandir}/man7/qtoptions.7*
%{_kde_mandir}/man8/kbuildsycoca4.8*
%{_kde_mandir}/man8/kcookiejar4.8*
%{_kde_mandir}/man8/kdeinit4.8*
%{_kde_mandir}/man8/meinproc4.8*
%{_kde_mandir}/man1/kjs.1.*
%{_kde_mandir}/man1/kjscmd.1.*
%{_kde_mandir}/man1/kross.1.*
%{_kde_mandir}/man1/preparetips.1.*
%{_kde_mandir}/man8/kded4.8.*
%{_kde_iconsdir}/hicolor/*/actions/presence_away.png
%{_kde_iconsdir}/hicolor/*/actions/presence_offline.png
%{_kde_iconsdir}/hicolor/*/actions/presence_online.png
%{_kde_iconsdir}/hicolor/*/actions/presence_unknown.png
%{_kde_datadir}/locale/all_languages
%{_sysconfdir}/dbus-1/system.d/org.kde.auth.conf
%{_kde_sysconfdir}/xdg/kde4/menus/applications.menu
%{_kde_appsdir}/kauth
%{_kde_appsdir}/plasma
%{_kde_datadir}/locale/en_US/entry.desktop

#----------------------------------------------------------------------------

%if %{compile_apidox}
%package apidoc
Summary:	Development documentation for %{name}
Group:		Development/KDE and Qt
Requires:	qt4-doc

%description apidoc
This packages contains all development documentation for kdelibs

%files apidoc
%{_docdir}/kde4/api/*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q -n kdelibs-%{version}

%patch1 -p0
%if ! %{with_drkonqi}
%patch2 -p0
%endif
%patch3 -p1
%patch4 -p1 -b .doc5~
%patch5 -p1 -b .kf5dtd~
%patch10 -p1 -b .phonepower~
%patch11 -p1 -b .delayed~
%patch12 -p1 -R
%patch13 -p1 -b .dtd45~
%patch14 -p1 -b .cmp0002~
%if %{mdvver} >= 201610
%patch15 -p1 -b .strigi~
%endif
%patch100 -p1
%patch200 -p1
%patch203 -p1
%patch204 -p1
%patch206 -p1
%patch207 -p1
%patch208 -p1
%patch209 -p1
%patch210 -p1
%patch211 -p1

%build
%cmake_kde4 %{?no_libkactivities:-DBUILD_libkactivities:BOOL=OFF}

%if %{compile_apidox}
  cd ..
  doc/api/doxygen.sh --doxdatadir=${PWD}/doc/common .
%endif

%install
%makeinstall_std -C build

%if %{compile_apidox}
  mkdir -p %{buildroot}%{_docdir}/kde4/api
  cp -av kdelibs-%{version}-apidocs %{buildroot}%{_docdir}/kde4/api/kdelibs
%endif

rm -fr %{buildroot}%{_kde_appsdir}/kssl/ca-bundle.crt
ln -snf %{_sysconfdir}/pki/tls/certs/ca-bundle.crt %{buildroot}%{_kde_appsdir}/kssl/ca-bundle.crt


%changelog

* Thu May 18 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.32-1
- (9c77201) Apply strigi patch only in rosa2016.1+
- (Andrey Bondrov: b6ba5c9) New version 4.14.32

* Fri Feb 10 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.29-1
- (ce7ced3) New version 4.14.29

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.28-2
- (084eb3f) MassBuild#1230: Increase release tag

* Sat Jan 28 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.28-1
- (5b0712a) New version 4.14.28

* Tue Oct 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.25-1
- (5a68ece) Fix build with patched strigi
- (Andrey Bondrov: bfe9efb) New version 4.14.25

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.13-5
- (acfe97f) MassBuild#1169: Increase release tag

* Thu Sep 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.13-4
- (7a8b9c2) Bump release

* Mon Sep 05 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.13-3
- (adc7045) Bump release

* Tue Jan 05 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.13-2
- (c17fca3) Add cmake-keep-cmp0002 patch to keep CMP0002 policy as it was before 4.14.11

* Mon Jan 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.13-1
- (ed8a106) New version 4.14.13

* Wed Sep 16 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.12-1
- (0bb54f2) New version 4.14.12

* Thu Jun 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.8-3
- (101ed50) Add kf5-dtd patch to make sure khelpcenter can open docbooks from KF5

* Thu Jun 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.8-1
- (50d8718) Add doc5 patch to handle docs from KF5 applications
- (Andrey Bondrov: 5107231) New version 4.14.8
- (Andrey Bondrov: 5107231) Drop icons-overlay patch (fixed upstream)
- (Andrey Bondrov: 5107231) Re-diff fileplaces patch

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 5:4.14.4-3
- (efb370d) MassBuild#656: Increase release tag

* Fri Jan 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.4-2
- (ae0c686) Add icons-overlay patch (revert buggy upstream commit)

* Tue Jan 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.4-1
- (94cf64f) Re-diff armlinking patch
- (Andrey Bondrov: a4e22ce) Re-diff fix-cmakelist-to-use-pthread patch
- (Andrey Bondrov: 8d98244) New version 4.14.4

* Sun Dec 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.3-3
- (87fa4b8) Don't require media-player-info for build, it's runtime-only dependency

* Wed Dec 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.3-2
- (d30fdec) Use docbook-dtd45-xml instead of docbook-dtd42-xml

* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.14.3-1
- (97726db) LOG New version 4.14.3 (sync spec and patches with Cooker)

* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.13.3-2
- (9e7a9cf) BuildList#2062192: Increase release tag

* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.13.3-1
- (05e626d) LOG New version 4.13.3 (sync spec and patches with Cooker)

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5:4.13.2-1.2
- (7f6f5dd) MassBuild#440: Increase release tag

* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.13.2-1.1
- (86b7b24) Bump release

* Mon Jun 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.13.2-1
- (d8ae567) LOG New version 4.13.2 (sync spec and patches with Cooker)

* Wed Jun 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5:4.12.4-5
- (2822428) Just bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22918 |14mu|kdelibs4support-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 porting aid from KDELibs4 module
Name:		kdelibs4support
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
Patch0:		kdelibs4support-5.6.0-docbook-dtd45.patch
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-designer
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5completion-devel >= %{version}
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5configwidgets-devel >= %{version}
BuildRequires:	kf5crash-devel >= %{version}
BuildRequires:	kf5designerplugin-devel >= %{version}
BuildRequires:	kf5doctools-devel >= %{version}
BuildRequires:	kf5globalaccel-devel >= %{version}
BuildRequires:	kf5guiaddons-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5iconthemes-devel >= %{version}
BuildRequires:	kf5kded-devel >= %{version}
BuildRequires:	kf5kio-devel >= %{version}
BuildRequires:	kf5notifications-devel >= %{version}
BuildRequires:	kf5parts-devel >= %{version}
BuildRequires:	kf5service-devel >= %{version}
BuildRequires:	kf5textwidgets-devel >= %{version}
BuildRequires:	kf5unitconversion-devel >= %{version}
BuildRequires:	kf5widgetsaddons-devel >= %{version}
BuildRequires:	kf5windowsystem-devel >= %{version}
BuildRequires:	kf5xmlgui-devel >= %{version}
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(NetworkManager)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
Requires:	docbook-dtd45-xml
Requires:	docbook-style-xsl

%description
KDE Frameworks 5 porting aid from KDELibs4 module.

This framework provides code and utilities to ease the transition from
kdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++
classes whose functionality has been replaced by code in CMake, Qt and
other frameworks.

%files
%{_kde5_bindir}/kdebugdialog5
%{_kde5_bindir}/kf5-config
%{_kde5_datadir}/kf5/kdoctools/customization/*
%{_kde5_datadir}/kf5/kssl/ca-bundle.crt
%{_kde5_datadir}/kf5/locale/*
%{_kde5_datadir}/kf5/widgets/*
# Likely requires config in /etc, TODO
%{_kde5_libexecdir}/kf5/fileshareset
%{_kde5_mandir}/man1/kf5-config.1*
%{_kde5_plugindir}/kded/networkstatus.so
%{_kde5_plugindir}/kio/metainfo.so
%{_kde5_services}/kcm_ssl.desktop
%{_kde5_services}/metainfo.protocol
%{_kde5_services}/qimageioplugins/*.desktop
%{_kde5_servicetypes}/*.desktop
%{_kde5_sysconfdir}/xdg/colors/*
%{_kde5_sysconfdir}/xdg/kdebug.areas
%{_kde5_sysconfdir}/xdg/kdebugrc
%{_kde5_sysconfdir}/xdg/ksslcalist
%{_localedir}/kf5_all_languages
%{_qt5_plugindir}/kcm_ssl.so

#----------------------------------------------------------------------------

%package -n qt5-designer-plugin-%{name}
Summary:	Qt5 Designer plugin for KDELibs4Support
Group:		Development/KDE and Qt

%description -n qt5-designer-plugin-%{name}
Qt5 Designer plugin for KDELibs4Support.

%files -n qt5-designer-plugin-%{name}
%{_qt5_plugindir}/designer/kf5deprecatedwidgets.so

#----------------------------------------------------------------------------

%package i18n
Summary:	KDELibs4Support translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KDELibs4Support translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5kdelibs4support_major 5
%define libkf5kdelibs4support %mklibname kf5kdelibs4support %{kf5kdelibs4support_major}

%package -n %{libkf5kdelibs4support}
Summary:	KDE Frameworks 5 porting aid from KDELibs4 shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5kdelibs4support}
KDE Frameworks 5 porting aid from KDELibs4 shared library.

%files -n %{libkf5kdelibs4support}
%{_kde5_libdir}/libKF5KDELibs4Support.so.%{kf5kdelibs4support_major}*

#----------------------------------------------------------------------------

%define devkf5kdelibs4support %mklibname kf5kdelibs4support -d

%package -n %{devkf5kdelibs4support}
Summary:	Development files for KDE Frameworks 5 porting aid from KDELibs4 module
Group:		Development/KDE and Qt
Requires:	%{libkf5kdelibs4support} = %{EVRD}
Requires:	kf5designerplugin-devel >= %{version}
Requires:	kf5doctools-devel >= %{version}
Requires:	kf5emoticons-devel >= %{version}
Requires:	kf5globalaccel-devel >= %{version}
Requires:	kf5guiaddons-devel >= %{version}
Requires:	kf5i18n-devel >= %{version}
Requires:	kf5init-devel >= %{version}
Requires:	kf5itemmodels-devel >= %{version}
Requires:	kf5itemviews-devel >= %{version}
Requires:	kf5jobwidgets-devel >= %{version}
Requires:	kf5kcmutils-devel >= %{version}
Requires:	kf5kio-devel >= %{version}
Requires:	kf5notifications-devel >= %{version}
Requires:	kf5parts-devel >= %{version}
Requires:	kf5pty-devel >= %{version}
Requires:	kf5service-devel >= %{version}
Requires:	kf5solid-devel >= %{version}
Requires:	kf5sonnet-devel >= %{version}
Requires:	kf5su-devel >= %{version}
Requires:	kf5textwidgets-devel >= %{version}
Requires:	kf5unitconversion-devel >= %{version}
Requires:	kf5widgetsaddons-devel >= %{version}
Requires:	kf5windowsystem-devel >= %{version}
Requires:	qt5-designer-plugin-%{name}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5kdelibs4support-devel = %{version}

%description -n %{devkf5kdelibs4support}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5kdelibs4support}
%{_kde5_includedir}/KF5/KDELibs4Support
%{_kde5_includedir}/KF5/kdelibs4support_version.h
%{_kde5_libdir}/cmake/KDELibs4
%{_kde5_libdir}/cmake/KF5KDE4Support
%{_kde5_libdir}/cmake/KF5KDELibs4Support
%{_kde5_libdir}/libKF5KDELibs4Support.so
%{_datadir}/dbus-1/interfaces/kf5_org.*.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-html --with-kde --with-man

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (d99f7b6) New version 5.24.0

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.23.0-1
- (eabc226) New version 5.23.0

* Wed Apr 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21.0-2
- (b38f7a9) MassBuild#1025: Increase release tag

* Sun Apr 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21.0-1
- (8751651) New version 5.21.0

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-2
- (0b7daac) MassBuild#1000: Increase release tag

* Mon Mar 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-1
- (07dcadc) New version 5.20.0

* Sat Feb 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.19.0-1
- (f876fdc) New version 5.19.0

* Tue Jan 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.18.0-1
- (7c2e1fb) Build requires kf5kded-devel
- (Andrey Bondrov: 1378993) New version 5.18.0

* Wed Dec 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.17.0-1
- (18cd04a) New version 5.17.0

* Wed Nov 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.16.0-2
- (1043866) Bump release

* Tue Nov 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.16.0-1
- (624873b) New version 5.16.0

* Sun Oct 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.15.0-1
- (b4125d6) New version 5.15.0

* Sat Sep 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.14.0-1
- (a1bce9a) Update files
- (Andrey Bondrov: 2dc0b40) New version 5.14.0

* Wed Aug 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.13.0-1
- (375e780) New version 5.13.0

* Mon Jul 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.12.0-1
- (f36274c) New version 5.12.0

* Mon Jun 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.11.0-1
- (e998b3a) New version 5.11.0

* Sat May 09 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.10.0-1
- (c9b73d5) New version 5.10.0

* Fri Apr 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.9.0-1
- (d86c9a1) New version 5.9.0

* Wed Mar 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.8.0-1
- (1499616) Drop datapath patch, seems to be no longer needed
- (Andrey Bondrov: 511716f) New version 5.8.0

* Sun Mar 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-10
- (f3965c2) Add patch to fix datapath in cmake module

* Fri Mar 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-9
- (47b19a3) MassBuild#682: Increase release tag

* Fri Mar 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-8
- (6676b15) Rebuild for new HTML docs dir

* Fri Mar 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-7
- (c2a15d3) Add more dependencies to development package's Requires

* Fri Mar 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-6
- (3675cf0) Add more dependencies to development package's Requires

* Fri Mar 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-5
- (e78c490) Fix typo
- (Andrey Bondrov: f8a5ec4) Add more dependencies to development package's Requires

* Fri Mar 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-4
- (a4c4b2a) Add kf5doctools-devel to development package's Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22919 |14mu|kdenetwork4-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	K Desktop Environment - Network Applications
Name:		kdenetwork4
Version:	4.14.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Suggests:	kdenetwork-filesharing
Suggests:	kdenetwork-strigi-analyzers
Suggests:	kdnssd
Suggests:	kget
Suggests:	kopete
Suggests:	kppp
Suggests:	krdc
Suggests:	krfb
Obsoletes:	kdenetwork4-devel < 3:4.11.0
BuildArch:	noarch

%description
Networking applications for the K Desktop Environment:
 - kdenetwork-filesharing: Samba filesharing dialog for KDE
 - kdenetwork-strigi-analyzers: KDE network strigi plugins
 - kdnssd: DNS-SD service discovery monitor
 - kget: Versatile and user-friendly download manager for KDE
 - kopete: KDE internet messenger
 - kppp: KDE tool to setup PPP (Point-to-Point Protocol) connections
 - krfb: Desktop Sharing server, allow others to access your desktop via VNC
 - krdc: a client for Desktop Sharing and other VNC servers

%files

#----------------------------------------------------------------------------

%prep

%build

%install


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: 59459ee
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22920 |14mu|kdenetwork-filesharing-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Samba filesharing dialog for KDE4
Name:		kdenetwork-filesharing
Version:	4.14.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Conflicts:	kde4-filesharing < 3:4.11.0
Obsoletes:	kde4-filesharing < 3:4.11.0

%description
Samba filesharing dialog for KDE4.

%files
%{_kde_libdir}/kde4/sambausershareplugin.so
%{_kde_services}/sambausershareplugin.desktop

#-------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: 0e5c251
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22921 |14mu|kdenetwork-strigi-analyzers-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE network strigi plugins
Name:		kdenetwork-strigi-analyzers
Version:	4.14.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libstreamanalyzer)

%description
This package provides:
- Strigi meta information plugin for BitTorrent files (*.torrent).

%files
%{_kde_libdir}/strigi/strigita_torrent_analyzer.so

#-------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: 094622e
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22922 |14mu|kdenlive-16.08.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A non-linear video editing application for Plasma 5
Name:		kdenlive
Version:	16.08.2
Release:	2
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://konsole.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kdenlive-16.08.2-wizard-applications.patch
Patch1:		kdenlive-16.08.2-style.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5archive-devel
BuildRequires:	kf5bookmarks-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5crash-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5filemetadata-devel
BuildRequires:	kf5guiaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5newstuff-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5notifyconfig-devel
BuildRequires:	kf5plotting-devel
BuildRequires:	kf5textwidgets-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(mlt-framework) >= 6.2.0
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Declarative)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(shared-mime-info)
BuildRequires:	pkgconfig(sm)
Requires:	breeze-icon-theme
Requires:	dvgrab
Requires:	ffmpeg
Requires:	frei0r-plugins
Requires:	ladspa
Requires:	mlt >= 6.2.0
Requires:	phonon4qt5-backend
Requires:	qt5-qtquickcontrols-qml
Requires:	x11-font-misc-misc

%description
Kdenlive is a non-linear video editor for Plasma 5. It relies on a separate
renderer, piave, to handle it's rendering. Kdenlive supports multitrack
editing.

%files
%doc AUTHORS README ChangeLog COPYING
%{_kde5_applicationsdir}/org.kde.kdenlive.desktop
%{_kde5_bindir}/kdenlive
%{_kde5_bindir}/kdenlive_render
%{_kde5_datadir}/kdenlive
%{_kde5_datadir}/config.kcfg/kdenlivesettings.kcfg
%{_kde5_docdir}/HTML/en/kdenlive
%{_kde5_iconsdir}/hicolor/*/actions/kdenlive-*.*
%{_kde5_iconsdir}/hicolor/*/apps/kdenlive.*
%{_kde5_iconsdir}/hicolor/*/mimetypes/application-x-kdenlive.*
%{_kde5_iconsdir}/hicolor/*/mimetypes/application-x-kdenlivetitle.*
%{_kde5_iconsdir}/hicolor/*/mimetypes/video-mlt-playlist.*
%{_kde5_mandir}/man1/kdenlive.1*
%{_kde5_mandir}/man1/kdenlive_render.1*
%{_kde5_notificationsdir}/kdenlive.notifyrc
%{_kde5_services}/mltpreview.desktop
%{_kde5_sysconfdir}/xdg/kdenlive_*.knsrc
%{_kde5_xmlguidir}/kdenlive/kdenliveui.rc
%{_appdatadir}/org.kde.kdenlive.appdata.xml
%{_datadir}/mime/packages/*.xml
%{_qt5_plugindir}/mltpreview.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

# We don't use Debian menus
rm -f %{buildroot}%{_kde5_datadir}/menu/kdenlive

%changelog

* Sat Nov 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:16.08.2-2
- (9ea41fb) Requires qt5-qtquickcontrols-qml

* Fri Nov 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:16.08.2-1
- (6f4c0e7) New version 16.08.2
- (6f4c0e7) Require breeze-icon-theme, frei0r-plugins, ladspa and phonon4qt5-backend

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:15.08.3-2
- (b6150e3) MassBuild#1169: Increase release tag

* Mon Nov 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:15.08.3-1
- (d5c1f5a) New version 15.08.3

* Mon Oct 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:15.08.2-2
- (bd6789a) Update to 15.08.2 with Epoch added

* Mon Oct 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:15.04.3-5
- (feffef8) Bump release

* Mon Oct 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:15.04.3-1
- (fa10d71) Rebuild version 15.04.3 with Epoch

* Thu Oct 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.08.2-1
- (cada19d) New version 15.08.2

* Wed Sep 16 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.08.1-1
- (df025f0) New version 15.08.1

* Thu Aug 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.08.0-1
- (c4557e8) Build requires pkgconfig(Qt5Qml) now
- (Andrey Bondrov: 83780c0) Build requires pkgconfig(Qt5Qml) now
- (Andrey Bondrov: 3bf0a73) New version 15.08.0
- (Andrey Bondrov: 3bf0a73) Drop merged patches
- (Andrey Bondrov: 3bf0a73) Re-diff wizard-applications patch

* Thu Jul 02 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.04.3-1
- (1016a08) Turn release build ON (should have been done upstream)
- (Andrey Bondrov: 181df8e) New version 15.04.3

* Thu Jun 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.04.2-3
- (cfdc104) Add patch to adjust default applications in wizard

* Thu Jun 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.04.2-2
- (01de837) Make it possible to configure applications for audio, video and graphics again
- (Andrey Bondrov: d041649) Respect CMAKE_CXX_FLAGS (add patch)

* Thu Jun 04 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.04.2-1
- (f209d20) New version 15.04.2

* Mon Jun 01 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.04.1-1
- (b9a2eae) Require pkgconfig(glu) to build
- (Andrey Bondrov: cd914be) New version 15.04.1
- (Andrey Bondrov: cd914be) Switch to KF5 and Qt5

* Sat Nov 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.10-2
- (9c90b8b) Update Russian translation

* Thu Nov 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.10-1
- (454c899) New version 0.9.10

* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.8-1
- (3a8293e) New version 0.9.8

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.6-4
- (fcf0714) MassBuild#440: Increase release tag

* Fri Aug 02 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.6-3
- (817a31c) LOG Rebuild against new mlt

* Mon Apr 08 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.6-1
- (d60de8f) LOG New version 0.9.6

* Thu Feb 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-4
- (bede2cb) Do not suggest recordmydesktop - completely replaced with ffmpeg in kdenlive 0.9.4

* Sat Feb 02 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-3
- (0ec110d) Added xine to suggests
- (Denis Silakov: 10573c6) Added libv4l2 BR

* Wed Jan 30 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.9.4-2
- (2b8b06d) Bump release to rebuild with new json



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22923 |14mu|kdepim4-4.14.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An application suite to manage personal information
Name:		kdepim4
Version:	4.14.4
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://community.kde.org/KDE_PIM
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/kdepim-%{version}.tar.xz
Patch0:		kdepim-4.12.1-cmake-libkaddressbookgrantlee.patch
Patch1:		kdepim-4.14.1-storageservicemanager-desktop.patch
BuildRequires:	xsltproc
BuildRequires:	baloo-devel
BuildRequires:	boost-devel
BuildRequires:	gpgme-devel
BuildRequires:	grantlee-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	kdepim4-runtime-devel
BuildRequires:	libassuan-devel
BuildRequires:	pkgconfig(akonadi)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(libkgapi) >= 2.2.0
BuildRequires:	pkgconfig(libstreams)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(zlib)
Suggests:	akonadi-common
Suggests:	kleopatra
Suggests:	akregator
Suggests:	knode
Suggests:	kaddressbook
Suggests:	kalarm
Suggests:	ktimetracker
Suggests:	kmail
Suggests:	kmailcvt
Suggests:	knotes
Suggests:	kontact
Suggests:	korganizer
Suggests:	ksendemail
Suggests:	kjots

%description
Information Management applications for the K Desktop Environment.
	- kaddressbook: The KDE addressbook application.
	- korganizer: a calendar-of-events and todo-list manager
	- kalarm: gui for setting up personal alarm/reminder messages
	- kalarmd: personal alarm/reminder messages daemon, shared by korganizer
	  and kalarm.
	- kaplan: A shell for the PIM apps, still experimental.
	- ktimetracker: Time tracker.
	- kfile-plugins: vCard KFIleItem plugin.
	- knotes: yellow notes application
	- konsolecalendar: Command line tool for accessing calendar files.
	- kmail: universal mail client
	- kmailcvt: converst addressbooks to kmail format

%files

#----------------------------------------------------------------------

%package core
Summary:	Core files for KDE PIM
Group:		Graphical desktop/KDE
Requires:	akonadi-kde >= 3:%{version}
Requires:	kdebase4-runtime
Requires:	kdelibs4-core
Requires:	storageservicemanager = %{EVRD}
Conflicts:	%{_lib}kdepim4 < 3:4.11.0
Conflicts:	%{_lib}kpgp4 < 3:4.11.0
Conflicts:	%{name}-devel < 3:4.11.0
Obsoletes:	akonadi-folderarchive-agent < 3:4.13.0
Obsoletes:	pimactivity < 3:4.13.0

%description core
Core files for KDE PIM.

%files core -f %{name}.lang
%exclude %{_kde_docdir}/HTML/en/*
%dir %{_kde_services}/kontact
%{_kde_iconsdir}/oxygen/*/mimetypes/x-mail-distribution-list.*
%{_kde_appsdir}/kdepimwidgets
%{_kde_plugindir}/designer/kdepimwidgets.so
%{_kde_plugindir}/designer/mailcommonwidgets.so
%{_kde_plugindir}/designer/pimcommonwidgets.so
%{_kde_appsdir}/kconf_update/kpgp-3.1-upgrade-address-data.pl
%{_kde_appsdir}/kconf_update/kpgp.upd
%{_datadir}/dbus-1/interfaces/org.kde.mailtransport.service.xml

#-----------------------------------------------------------------------------

%package -n akonadiconsole
Summary:	Console that help to debug akonadi
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}
Conflicts:	kdepim4-core < 2:4.4.2-5

%description -n akonadiconsole
Console that help to debug akonadi.

%files -n akonadiconsole
%{_kde_bindir}/akonadiconsole
%{_kde_applicationsdir}/akonadiconsole.desktop
%{_kde_appsdir}/akonadiconsole/akonadiconsoleui.rc
%{_kde_iconsdir}/hicolor/*/apps/akonadiconsole.png

#-----------------------------------------------------------------------------

%package -n akonadi-archivemail-agent
Summary:	Akonadi archivemail agent
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n akonadi-archivemail-agent
Akonadi archivemail agent.

%files -n akonadi-archivemail-agent
%doc %{_kde_docdir}/HTML/en/akonadi_archivemail_agent
%{_kde_bindir}/akonadi_archivemail_agent
%{_kde_datadir}/akonadi/agents/archivemailagent.desktop
%{_kde_appsdir}/akonadi_archivemail_agent/

#-----------------------------------------------------------------------------

%package -n akonadi-followupreminder-agent
Summary:	Akonadi followupreminder agent
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n akonadi-followupreminder-agent
Akonadi followup reminder agent allows to remind you when an email was not
answered.

%files -n akonadi-followupreminder-agent
%doc %{_kde_docdir}/HTML/en/akonadi_followupreminder_agent
%{_kde_bindir}/akonadi_followupreminder_agent
%{_kde_datadir}/akonadi/agents/followupreminder.desktop
%{_kde_appsdir}/akonadi_followupreminder_agent/

#-----------------------------------------------------------------------------

%package -n akonadi-mailfilter-agent
Summary:	Akonadi mailfilter agent
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n akonadi-mailfilter-agent
Akonadi mailfilter agent.

%files -n akonadi-mailfilter-agent
%{_kde_bindir}/akonadi_mailfilter_agent
%{_kde_datadir}/akonadi/agents/mailfilteragent.desktop
%{_kde_appsdir}/akonadi_mailfilter_agent/
%{_kde_appsdir}/kconf_update/mailfilteragent.upd
%{_kde_appsdir}/kconf_update/migrate-kmail-filters.pl

#-----------------------------------------------------------------------------

%package -n akonadi-notes-agent
Summary:	Akonadi notes agent
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}
Requires:	knotes = %{EVRD}

%description -n akonadi-notes-agent
Akonadi notes agent. It adds notes received via network and handles note
alarm notifications.

%files -n akonadi-notes-agent
%doc %{_kde_docdir}/HTML/en/akonadi_notes_agent
%{_kde_bindir}/akonadi_notes_agent
%{_kde_datadir}/akonadi/agents/notesagent.desktop
%{_kde_appsdir}/akonadi_notes_agent/
%{_kde_appsdir}/kconf_update/noteglobalsettings.upd

#-----------------------------------------------------------------------------

%package -n akonadi-sendlater-agent
Summary:	Akonadi sendlater agent
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n akonadi-sendlater-agent
Akonadi sendlater agent.

%files -n akonadi-sendlater-agent
%doc %{_kde_docdir}/HTML/en/akonadi_sendlater_agent
%{_kde_bindir}/akonadi_sendlater_agent
%{_kde_datadir}/akonadi/agents/sendlateragent.desktop
%{_kde_appsdir}/akonadi_sendlater_agent/

#-----------------------------------------------------------------------------

%package -n akregator
Summary:	A Feed Reader for KDE
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/Akregator
Requires:	%{name}-core = %{EVRD}
Provides:	kde4-akregator = %{EVRD}
Conflicts:	%{name}-core < 2:4.5.77
Conflicts:	%{name}-devel < 3:4.11.0

%description -n akregator
Akregator is a news feed reader for the KDE desktop. It enables you to
follow news sites, blogs and other RSS/Atom-enabled websites without
the need to manually check for updates using a web browser. Akregator
is designed to be both easy to use and to be powerful enough to read
hundreds of news sources conveniently. It comes with Konqueror
integration for adding news feeds and with an internal browser for
easy news reading.

%files -n akregator
%doc %{_kde_docdir}/HTML/en/akregator
%{_kde_bindir}/akregator
%{_kde_bindir}/akregatorstorageexporter
%{_kde_applicationsdir}/akregator.desktop
%{_kde_appsdir}/akregator
%{_kde_appsdir}/akregator_sharemicroblog_plugin
%{_kde_datadir}/config.kcfg/akregator.kcfg
%{_kde_iconsdir}/*/*/apps/akregator.*
%{_kde_iconsdir}/*/*/apps/akregator_empty.*
%{_kde_services}/kontact/akregatorplugin.desktop
%{_kde_services}/akregator_*
%{_kde_services}/feed.protocol
%{_kde_servicetypes}/akregator_plugin.desktop
%{_kde_libdir}/kde4/akregator*
%{_kde_libdir}/kde4/kontact_akregatorplugin.so
%{_datadir}/dbus-1/interfaces/org.kde.akregator.part.xml

#-----------------------------------------------------------------------------

%package -n blogilo
Summary:	Blogging client for kde
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n blogilo
Blogilo is a blogging client for KDE, which supports famous blogging
APIs.

It was known as Bilbo blogger before, But because of a trademark
issue, We (Blogilo developers) decided to choose a new name for it.
More information about the decision can be found at
http://blogilo.gnufolks.org/news/.

Its current features:

* A full featured WYSIWYG editor.
* An HTML editor with syntax highlighting.
* Previewing your post with your blog style! like when you are
visiting it at your blog.
* Support for Blogger1.0, MetaWeblog, MovableType (Wordpress supports
All of these!) and Google GData (used on Blogspot.com blogs) APIs!
* Support for Creating/Modifying/Deleting posts.
* Support for creating drafts and scheduled posts!
* Support for uploading media files to your blog (Just on supported
APIs e.g. MetaWeblog and MovableType)
* Support for uploading to FTP server.
* Support for Fetching your recent blog entries.
* Support for adding Images to post from your system. It will upload
them on Submitting post to blog (Just on supported APIs e.g.
MetaWeblog and MovableType)
* Support for saving local entries before publishing.
* Saving your writing copy to prevent data loss, at configurable
intervals.
* and ...

%files -n blogilo
%doc %{_kde_docdir}/HTML/en/blogilo
%{_kde_bindir}/blogilo
%{_kde_appsdir}/blogilo
%{_kde_applicationsdir}/blogilo.desktop
%{_kde_datadir}/config.kcfg/blogilo.kcfg
%{_kde_iconsdir}/*/*/apps/blogilo.*
%{_kde_iconsdir}/*/*/actions/format-text-blockquote.*
%{_kde_iconsdir}/*/*/actions/format-text-code.*
%{_kde_iconsdir}/*/*/actions/insert-more-mark.*
%{_kde_iconsdir}/*/*/actions/remove-link.*
%{_kde_iconsdir}/*/*/actions/upload-media.*

#-----------------------------------------------------------------------------

%package -n headerthemeeditor
Summary:	KMail Header Theme Editor
Group:		Graphical desktop/KDE
Requires:	kmail

%description -n headerthemeeditor
KMail Header Theme Editor.

%files -n headerthemeeditor
%doc %{_kde_docdir}/HTML/en/headerthemeeditor
%{_kde_bindir}/headerthemeeditor
%{_kde_appsdir}/headerthemeeditor
%{_kde_applicationsdir}/headerthemeeditor.desktop

#-----------------------------------------------------------------------------

%package -n contactthemeeditor
Summary:	KDE Contact Theme Editor
Group:		Graphical desktop/KDE
Requires:	kaddressbook

%description -n contactthemeeditor
KDE Contact Theme Editor.

%files -n contactthemeeditor
%doc %{_kde_docdir}/HTML/en/contactthemeeditor
%{_kde_bindir}/contactthemeeditor
%{_kde_appsdir}/contactthemeeditor
%{_kde_appsdir}/kconf_update/grantleetheme.upd
%{_kde_applicationsdir}/contactthemeeditor.desktop

#-----------------------------------------------------------------------------

%package -n importwizard
Summary:	Import Wizard allows to migrate data from mailer as thunderbird/evolution etc
Group:		Graphical desktop/KDE
Requires:	kmail

%description -n importwizard
Import Wizard allows to migrate data from mailer as thunderbird/evolution etc.

%files -n importwizard
%doc %{_kde_docdir}/HTML/en/importwizard
%{_kde_bindir}/importwizard
%{_kde_applicationsdir}/importwizard.desktop
%{_kde_iconsdir}/*/*/apps/kontact-import-wizard.*

#-----------------------------------------------------------------------------

%package -n kaddressbook
Summary:	The KDE addressbook application
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KAddressBook
Requires:	%{name}-core = %{EVRD}
# Grantlee is needed for the simple view in kaddressbook
Requires:	grantlee
Requires:	akonadi-common
Suggests:	contactthemeeditor = %{EVRD}
Provides:	kde4-kaddressbook = %{EVRD}
Conflicts:	%{name}-devel < 3:4.11.0

%description -n kaddressbook
The KDE addressbook application.

%files -n kaddressbook
%doc %{_kde_docdir}/HTML/en/kabcclient
%{_kde_bindir}/kaddressbook
%{_kde_bindir}/kabc2mutt
%{_kde_bindir}/kabcclient
%{_kde_applicationsdir}/kaddressbook.desktop
%{_kde_applicationsdir}/kaddressbook-importer.desktop
%{_kde_appsdir}/kaddressbook
%{_kde_configdir}/kaddressbook_themes.knsrc
%{_kde_libdir}/kde4/kcm_ldap.so
%{_kde_libdir}/akonadi/contact/editorpageplugins/cryptopageplugin.so
%{_kde_libdir}/kde4/kaddressbookpart.so
%{_kde_libdir}/kde4/kontact_kaddressbookplugin.so
%{_kde_iconsdir}/*/*/apps/kaddressbook.*
%{_kde_services}/kaddressbookpart.desktop
%{_kde_services}/kontact/kaddressbookplugin.desktop
%{_kde_services}/kcmldap.desktop
%{_kde_mandir}/man1/kabcclient.1.*
%{_datadir}/dbus-1/interfaces/org.kde.addressbook.service.xml

#-----------------------------------------------------------------------------

%package -n kalarm
Summary:	A personal alarm message, command and email scheduler
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KAlarm
Requires:	%{name}-core = %{EVRD}
Provides:	kde4-kalarm = %{EVRD}
Conflicts:	%{name}-devel < 3:4.11.0

%description -n kalarm
KAlarm is a personal alarm message, command and email scheduler. It lets you
set up personal alarm messages which pop up on the screen at the chosen time,
or you can schedule commands to be executed or emails to be sent.

%files -n kalarm
%doc %{_kde_docdir}/HTML/en/kalarm
%{_kde_bindir}/kalarm
%{_kde_bindir}/kalarmautostart
%{_kde_libdir}/kde4/libexec/kalarm_helper
%{_kde_applicationsdir}/kalarm.desktop
%{_kde_appsdir}/kalarm
%{_kde_appsdir}/kconf_update/kalarm-1.2.1-general.pl
%{_kde_appsdir}/kconf_update/kalarm-1.9.5-defaults.pl
%{_kde_appsdir}/kconf_update/kalarm-2.0.2-general.pl
%{_kde_appsdir}/kconf_update/kalarm-2.1.5-general.pl
%{_kde_appsdir}/kconf_update/kalarm-version.pl
%{_kde_appsdir}/kconf_update/kalarm.upd
%{_kde_autostart}/kalarm.autostart.desktop
%{_kde_datadir}/config.kcfg/kalarmconfig.kcfg
%{_kde_datadir}/polkit-1/actions/org.kde.kalarmrtcwake.policy
%{_kde_iconsdir}/*/*/apps/kalarm.*
%{_sysconfdir}/dbus-1/system.d/org.kde.kalarmrtcwake.conf
%{_datadir}/dbus-1/system-services/org.kde.kalarmrtcwake.service
%{_datadir}/dbus-1/interfaces/org.kde.kalarm.kalarm.xml

#---------------------------------------------------------------------------

%package -n kincidenceeditor
Summary:	kincidenceeditor
Group:		Graphical desktop/KDE

%description -n kincidenceeditor
New incidince editor.

%files -n kincidenceeditor
%{_kde_bindir}/kincidenceeditor

#-----------------------------------------------------------------------------

%package -n kjots
Summary:	KDE note taking utility
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KJots
Requires:	%{name}-core = %{EVRD}
Provides:	kde4-kjots = %{EVRD}

%description -n kjots
A small program which is handy for keeping and organizing miscellaneous
notes.

%files -n kjots
%doc %{_kde_docdir}/HTML/en/kjots
%{_kde_bindir}/kjots
%{_kde_appsdir}/desktoptheme/default/widgets/stickynote.svgz
%{_kde_appsdir}/kjots
%{_kde_applicationsdir}/Kjots.desktop
%{_kde_libdir}/kde4/kcm_kjots.so
%{_kde_libdir}/kde4/kjotspart.so
%{_kde_libdir}/kde4/kontact_kjotsplugin.so
%{_kde_libdir}/kde4/plasma_applet_akonotes_list.so
%{_kde_libdir}/kde4/plasma_applet_akonotes_note.so
%{_kde_datadir}/config.kcfg/kjots.kcfg
%{_kde_iconsdir}/*/*/apps/kjots.*
%{_kde_iconsdir}/*/*/actions/edit-delete-page.*
%{_kde_services}/akonotes_list.desktop
%{_kde_services}/akonotes_note.desktop
%{_kde_services}/kjots_config_misc.desktop
%{_kde_services}/kjotspart.desktop
%{_kde_services}/kontact/kjots_plugin.desktop

#-----------------------------------------------------------------------------

%package -n kleopatra
Summary:	KDE Certificate Manager
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}
Provides:	kde4-kleopatra = %{EVRD}

%description -n kleopatra
KDE Certificate Manager

%files -n kleopatra
%doc %{_kde_docdir}/HTML/en/kleopatra
%doc %{_kde_docdir}/HTML/en/kwatchgnupg
%{_kde_bindir}/kleopatra
%{_kde_bindir}/kgpgconf
%{_kde_bindir}/kwatchgnupg
%{_kde_applicationsdir}/kleopatra.desktop
%{_kde_applicationsdir}/kleopatra_import.desktop
%{_kde_configdir}/libkleopatrarc
%{_kde_appsdir}/kleopatra
%{_kde_appsdir}/libkleopatra
%{_kde_appsdir}/kwatchgnupg
%{_kde_iconsdir}/*/*/apps/kleopatra.*
%{_kde_services}/kleopatra_*
%{_kde_libdir}/kde4/kcm_kleopatra.so

#-----------------------------------------------------------------------------

%package -n kmail
Summary:	KDE Email Client
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KMail
Requires:	%{name}-core = %{EVRD}
Requires:	kdepimlibs4-core
Requires:	sasl-plug-plain
Requires:	sasl-plug-ntlm
Requires:	sasl-plug-login
Requires:	sasl-plug-digestmd5
Requires:	kio4-pop3
Requires:	kio4-smtp
Requires:	kio4-mbox
Requires:	kio4-imap
Requires:	kio4-sieve
Requires:	akonadi-archivemail-agent = %{EVRD}
Requires:	akonadi-followupreminder-agent = %{EVRD}
Requires:	akonadi-mailfilter-agent = %{EVRD}
Requires:	akonadi-sendlater-agent = %{EVRD}
Requires:	headerthemeeditor = %{EVRD}
Requires:	messageviewer = %{EVRD}
Suggests:	kaddressbook = %{EVRD}
Suggests:	kmailcvt = %{EVRD}
Suggests:	pinentry-qt4
Suggests:	openssh-askpass-qt4
Suggests:	pimsettingexporter
Suggests:	importwizard
Suggests:	mboximporter
Suggests:	sieveeditor
Provides:	kde4-kmail = %{EVRD}
Provides:	kmail2 = %{EVRD}
Conflicts:	kmail-common < 3:4.11.0
Conflicts:	%{name}-devel < 3:4.11.0

%description -n kmail
KMail is the email component of Kontact, the integrated personal
information manager of KDE.

%files -n kmail
%doc %{_kde_docdir}/HTML/en/kmail
%{_kde_bindir}/kmail
%{_kde_bindir}/kmail_antivir.sh
%{_kde_bindir}/kmail_clamav.sh
%{_kde_bindir}/kmail_fprot.sh
%{_kde_bindir}/kmail_sav.sh
%{_kde_applicationsdir}/KMail2.desktop
%{_kde_applicationsdir}/kmail_view.desktop
%{_kde_appsdir}/composereditor/composereditorinitialhtml
%{_kde_appsdir}/kconf_update/kmail*
%{_kde_appsdir}/kconf_update/upgrade-signature.pl
%{_kde_appsdir}/kconf_update/upgrade-transport.pl
%{_kde_appsdir}/kmail2
%{_kde_datadir}/config.kcfg/customtemplates_kfg.kcfg
%{_kde_datadir}/config.kcfg/kmail.kcfg
%{_kde_datadir}/config.kcfg/templatesconfiguration_kfg.kcfg
%{_kde_configdir}/kmail.antispamrc
%{_kde_configdir}/kmail.antivirusrc
%{_kde_configdir}/ksieve_script.knsrc
%{_kde_iconsdir}/*/*/apps/kmail.*
%{_kde_services}/kontact/kmailplugin.desktop
%{_kde_services}/kmail_config_accounts.desktop
%{_kde_services}/kmail_config_appearance.desktop
%{_kde_services}/kmail_config_composer.desktop
%{_kde_services}/kmail_config_identity.desktop
%{_kde_services}/kmail_config_misc.desktop
%{_kde_services}/kmail_config_security.desktop
%{_kde_services}/kcmkmailsummary.desktop
%{_kde_services}/kcm_kpimidentities.desktop
%{_kde_services}/ServiceMenus/kmail_addattachmentservicemenu.desktop
%{_kde_servicetypes}/dbusmail.desktop
%{_kde_libdir}/kde4/kcm_kmail.so
%{_kde_libdir}/kde4/kcm_kpimidentities.so
%{_kde_libdir}/kde4/kmailpart.so
%{_kde_libdir}/kde4/kcm_kmailsummary.so
%{_kde_libdir}/kde4/kontact_kmailplugin.so
%{_kde_libdir}/kde4/ktexteditorkabcbridge.so
%{_datadir}/dbus-1/interfaces/org.kde.kmail.kmail.xml
%{_datadir}/dbus-1/interfaces/org.kde.kmail.kmailpart.xml

#-----------------------------------------------------------------------------

%package -n kmailcvt
Summary:	KDE Mail Import tool
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KMail
Requires:	%{name}-core = %{EVRD}
Provides:	kde4-kmailcvt = %{EVRD}

%description -n kmailcvt
KDE Mail Import tool

%files -n kmailcvt
%doc %{_kde_docdir}/HTML/en/kmailcvt
%{_kde_bindir}/kmailcvt
%{_kde_appsdir}/kmailcvt/pics/step1.png
%{_kde_iconsdir}/*/*/apps/kmailcvt.*

#-----------------------------------------------------------------------------

%package -n knode
Summary:	A newsreader for the K Desktop Environment
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KNode
Requires:	%{name}-core = %{EVRD}
Requires:	kdepimlibs4-core
Requires:	kio4-nntp
Provides:	kde4-knode = %{EVRD}
Conflicts:	%{name}-devel < 3:4.11.0

%description -n knode
KNode is a newsreader for the K Desktop Environment.

It is GNKSA compliant (unfortunally a review is still pending), and has
support for MIME and multiple servers.

It is a online-reader, but in combination with a local newsserver like
leafnode also usable with dial-up connections.

%files -n knode
%doc %{_kde_docdir}/HTML/en/knode
%doc %{_kde_docdir}/HTML/en/kioslave/news
%{_kde_bindir}/knode
%{_kde_applicationsdir}/KNode.desktop
%{_kde_appsdir}/knode
%{_kde_appsdir}/kconf_update/knode.upd
%{_kde_iconsdir}/*/*/apps/knode.*
%{_kde_services}/kontact/knodeplugin.desktop
%{_kde_services}/knode_config_accounts.desktop
%{_kde_services}/knode_config_appearance.desktop
%{_kde_services}/knode_config_cleanup.desktop
%{_kde_services}/knode_config_identity.desktop
%{_kde_services}/knode_config_post_news.desktop
%{_kde_services}/knode_config_privacy.desktop
%{_kde_services}/knode_config_read_news.desktop
%{_kde_libdir}/kde4/kcm_knode.so
%{_kde_libdir}/kde4/knodepart.so
%{_kde_libdir}/kde4/kontact_knodeplugin.so
%{_datadir}/dbus-1/interfaces/org.kde.knode.xml

#-----------------------------------------------------------------------------

%package -n knotes
Summary:	Notes for the K Desktop Environment
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KNotes
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-kresources
Requires:	akonadi-notes-agent = %{EVRD}
Requires:	kio4-nntp
Provides:	kde4-knotes = %{EVRD}
Conflicts:	%{name}-devel < 3:4.11.0

%description -n knotes
KNotes aims to be a useful and full featured notes application for
the KDE project. It tries to be as fast and lightweight as possible
although including some advanced features.

%files -n knotes
%doc %{_kde_docdir}/HTML/en/knotes
%{_kde_bindir}/knotes
%{_kde_applicationsdir}/knotes.desktop
%{_kde_datadir}/config.kcfg/knotesglobalconfig.kcfg
%{_kde_datadir}/config/knotes_printing_theme.knsrc
%{_kde_appsdir}/knotes
%{_kde_iconsdir}/*/*/apps/knotes.*
%{_kde_iconsdir}/*/*/actions/knotes_*
%{_kde_services}/kcmknotessummary.desktop
%{_kde_services}/kontact/knotesplugin.desktop
%{_kde_services}/knote_config_action.desktop
%{_kde_services}/knote_config_collection.desktop
%{_kde_services}/knote_config_display.desktop
%{_kde_services}/knote_config_editor.desktop
%{_kde_services}/knote_config_misc.desktop
%{_kde_services}/knote_config_network.desktop
%{_kde_services}/knote_config_print.desktop
%{_kde_libdir}/kde4/kcm_knote.so
%{_kde_libdir}/kde4/kcm_knotessummary.so
%{_kde_libdir}/kde4/kontact_knotesplugin.so
%{_datadir}/dbus-1/interfaces/org.kde.KNotes.xml

#-----------------------------------------------------------------------------

%package -n kontact
Summary:	Kontact Container
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/Kontact
Requires:	%{name}-core = %{EVRD}
Requires:	kio4-ldap
Provides:	kde4-kontact = %{EVRD}
Suggests:	akregator
Suggests:	kmail
Suggests:	knotes
Suggests:	ktimetracker
Suggests:	knode
Suggests:	kalarm
Suggests:	kaddressbook
Suggests:	korganizer
Conflicts:	%{name}-devel < 3:4.11.0

%description -n kontact
The KDE Kontact Personal Information Management suite unites mature and
proven KDE applications under one roof. Thanks to the powerful KParts
technology, existing applications are seamlessly integrated into one.

%files -n kontact
%doc %{_kde_docdir}/HTML/en/kontact
%doc %{_kde_docdir}/HTML/en/kontact-admin
%{_kde_bindir}/kontact
%{_kde_appsdir}/kontact
%{_kde_appsdir}/kontactsummary
%{_kde_applicationsdir}/Kontact.desktop
%{_kde_applicationsdir}/kontact-admin.desktop
%{_kde_datadir}/config.kcfg/kontact.kcfg
%{_kde_iconsdir}/*/*/apps/kontact.*
%{_kde_services}/kontactconfig.desktop
%{_kde_services}/kcmapptsummary.desktop
%{_kde_services}/kcmkontactsummary.desktop
%{_kde_services}/kcmsdsummary.desktop
%{_kde_services}/kontact/summaryplugin.desktop
%{_kde_services}/kontact/specialdatesplugin.desktop
%{_kde_libdir}/kde4/kcm_apptsummary.so
%{_kde_libdir}/kde4/kcm_kontact.so
%{_kde_libdir}/kde4/kcm_kontactsummary.so
%{_kde_libdir}/kde4/kontact_journalplugin.so
%{_kde_libdir}/kde4/kcm_sdsummary.so
%{_kde_libdir}/kde4/kontact_specialdatesplugin.so
%{_kde_libdir}/kde4/kontact_summaryplugin.so
%{_datadir}/dbus-1/interfaces/org.kde.kontact.KNotes.xml

#-----------------------------------------------------------------------------

%package -n korganizer
Summary:	Calendar and scheduling component
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KOrganizer
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-kresources
Requires:	kio4-ldap
Suggests:	kincidenceeditor
Provides:	kde4-korganizer = %{EVRD}
Conflicts:	%{name}-devel < 3:4.11.0

%description -n korganizer
KOrganizer provides management of events and tasks, alarm notification,
web export, network transparent handling of data, group scheduling,
import and export of calendar files and more. It is able to work together
with a wide variety of groupware servers, for example Kolab, Open-Xchange,
Citadel or OpenGroupware.org.

%files -n korganizer
%doc %{_kde_docdir}/HTML/en/korganizer
%doc %{_kde_docdir}/HTML/en/konsolekalendar
%{_kde_bindir}/calendarjanitor
%{_kde_bindir}/ical2vcal
%{_kde_bindir}/konsolekalendar
%{_kde_bindir}/korgac
%{_kde_bindir}/korganizer
%{_kde_applicationsdir}/konsolekalendar.desktop
%{_kde_applicationsdir}/korganizer-import.desktop
%{_kde_applicationsdir}/korganizer.desktop
%{_kde_appsdir}/kconf_update/korganizer.upd
%{_kde_appsdir}/korgac
%{_kde_appsdir}/korganizer
%{_kde_iconsdir}/*/*/apps/konsolekalendar.*
%{_kde_iconsdir}/*/*/apps/korganizer.*
%{_kde_iconsdir}/*/*/actions/checkmark.*
%{_kde_iconsdir}/*/*/actions/smallclock.*
%{_kde_iconsdir}/*/*/actions/upindicator.*
%{_kde_iconsdir}/*/*/apps/korg-journal.*
%{_kde_iconsdir}/*/*/apps/korg-todo.*
%{_kde_autostart}/korgac.desktop
%{_kde_datadir}/config.kcfg/korganizer.kcfg
%{_kde_configdir}/korganizer.knsrc
%{_kde_services}/kontact/korganizerplugin.desktop
%{_kde_services}/kontact/todoplugin.desktop
%{_kde_services}/kcmtodosummary.desktop
%{_kde_services}/kontact/journalplugin.desktop
%{_kde_services}/korganizer*
%{_kde_services}/webcal.protocol
%{_kde_servicetypes}/calendardecoration.desktop
%{_kde_servicetypes}/calendarplugin.desktop
%{_kde_servicetypes}/dbuscalendar.desktop
%{_kde_libdir}/kde4/kcm_todosummary.so
%{_kde_libdir}/kde4/kontact_todoplugin.so
%{_kde_libdir}/kde4/kcm_korganizer.so
%{_kde_libdir}/kde4/korg_*
%{_kde_libdir}/kde4/korganizerpart.so
%{_kde_libdir}/kde4/kontact_korganizerplugin.so
%{_datadir}/dbus-1/interfaces/org.kde.korganizer.KOrgac.xml
%{_datadir}/dbus-1/interfaces/org.kde.korganizer.Korganizer.xml
%{_datadir}/dbus-1/interfaces/org.kde.Korganizer.Calendar.xml

#-----------------------------------------------------------------------------

%package kresources
Summary:	KDE pim resource plugins
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description kresources
This package includes several plugins needed to interface with groupware
servers. It also includes plugins for features such as blogging and
tracking feature plans.

%files kresources
%{_kde_libdir}/kde4/kcal_blog.so
%{_kde_libdir}/kde4/kcal_remote.so
%{_kde_services}/kresources/kcal/blog.desktop
%{_kde_services}/kresources/kcal/remote.desktop

#-----------------------------------------------------------------------------

%package -n ksendemail
Summary:	%{name} ksendemail
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n ksendemail
%{name} ksendemail.

%files -n ksendemail
%{_kde_bindir}/ksendemail

#-----------------------------------------------------------------------------

%package -n ktimetracker
Summary:	Tracks time spent on various tasks
Group:		Graphical desktop/KDE
Url:		http://community.kde.org/Ktimetracker
Requires:	%{name}-core = %{EVRD}
Provides:	kde4-ktimetracker = %{EVRD}
Conflicts:	%{name}-devel < 3:4.11.0

%description -n ktimetracker
KTimeTracker tracks time spent on various tasks. It is useful for tracking
hours to be billed to different clients or just to find out what percentage
of your day is spent playing Doom or reading Slashdot.

%files -n ktimetracker
%doc %{_kde_docdir}/HTML/en/ktimetracker
%{_kde_bindir}/karm
%{_kde_bindir}/ktimetracker
%{_kde_appsdir}/ktimetracker
%{_kde_applicationsdir}/ktimetracker.desktop
%{_kde_iconsdir}/*/*/apps/ktimetracker.*
%{_kde_services}/ktimetrackerpart.desktop
%{_kde_services}/ktimetracker_config_behavior.desktop
%{_kde_services}/ktimetracker_config_display.desktop
%{_kde_services}/ktimetracker_config_storage.desktop
%{_kde_libdir}/kde4/ktimetrackerpart.so
%{_kde_libdir}/kde4/kcm_ktimetracker.so
%{_datadir}/dbus-1/interfaces/org.kde.ktimetracker.ktimetracker.xml

#-----------------------------------------------------------------------------

%package -n ktnef
Summary:	KDE TNEF File Viewer
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n ktnef
The TNEF File Viewer allows you to handle mail attachments using the TNEF
format. These attachments are usually found in mails coming from Microsoft
mail servers and embed the mail properties as well as the actual attachments.

%files -n ktnef
%doc %{_kde_docdir}/HTML/en/ktnef
%{_kde_bindir}/ktnef
%{_kde_applicationsdir}/ktnef.desktop
%{_kde_appsdir}/ktnef
%{_kde_iconsdir}/*/*/apps/ktnef*.*
%{_kde_iconsdir}/*/*/actions/ktnef*.*

#-----------------------------------------------------------------------------

%package -n mboximporter
Summary:	MBoxImporter allows to migrate data from MBox
Group:		Graphical desktop/KDE
Requires:	kmail

%description -n mboximporter
MBoxImporter allows to migrate data from MBox.

%files -n mboximporter
%{_kde_bindir}/mboximporter
%{_kde_applicationsdir}/mboximporter.desktop

#-----------------------------------------------------------------------------

%package -n messageviewer
Summary:	Message viewer for KDE Email Client
Group:		Graphical desktop/KDE
Url:		http://userbase.kde.org/KMail
Conflicts:	akonadi-mailfilter-agent < 3:4.11.0
Conflicts:	kmail-common < 3:4.11.0
Obsoletes:	kmail-common < 3:4.11.0

%description -n messageviewer
Message viewer for KDE Email Client.

%files -n messageviewer
%{_kde_appsdir}/libmessageviewer
%{_kde_appsdir}/messageviewer
%{_kde_appsdir}/messagelist
%{_kde_libdir}/kde4/messageviewer_bodypartformatter_application_mstnef.so
%{_kde_libdir}/kde4/messageviewer_bodypartformatter_text_calendar.so
%{_kde_libdir}/kde4/messageviewer_bodypartformatter_text_vcard.so
%{_kde_libdir}/kde4/messageviewer_bodypartformatter_text_xdiff.so
%{_kde_plugindir}/accessible/messagevieweraccessiblewidgetfactory.so
%{_kde_plugindir}/grantlee/0.3/grantlee_messageheaderfilters.so
%{_kde_datadir}/config/messageviewer_header_themes.knsrc

#-----------------------------------------------------------------------------

%package -n pimsettingexporter
Summary:	Allows to save data from KDE PIM applications and restore them in other systems
Group:		Graphical desktop/KDE
Requires:	kmail
Obsoletes:	backupmail < 3:4.10.0

%description -n pimsettingexporter
Allows to save data from KDE PIM applications and restore them in other
systems. Successor of Backup Mail from KDE 4.9.

%files -n pimsettingexporter
%doc %{_kde_docdir}/HTML/en/pimsettingexporter
%{_kde_bindir}/pimsettingexporter
%{_kde_applicationsdir}/pimsettingexporter.desktop
%{_kde_appsdir}/pimsettingexporter/backup-structure.txt
%{_kde_appsdir}/pimsettingexporter/pimsettingexporter.rc

#-----------------------------------------------------------------------------

%package -n sieveeditor
Summary:	Storage service manager
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n sieveeditor
KDE storage service manager. It allows to manage your storage service as
DropBox etc.

%files -n sieveeditor
%doc %{_kde_docdir}/HTML/en/sieveeditor
%{_kde_bindir}/sieveeditor
%{_kde_applicationsdir}/sieveeditor.desktop
%{_kde_appsdir}/sieve/scripts/
%{_kde_appsdir}/sieveeditor/

#-----------------------------------------------------------------------------

%package -n storageservicemanager
Summary:	Storage service manager
Group:		Graphical desktop/KDE
Requires:	%{name}-core = %{EVRD}

%description -n storageservicemanager
KDE storage service manager. It allows to manage your storage service as
DropBox etc.

%files -n storageservicemanager
%{_kde_bindir}/storageservicemanager
%{_kde_applicationsdir}/storageservicemanager.desktop
%{_kde_appsdir}/storageservicemanager/
%{_kde_iconsdir}/*/*/apps/kdepim-dropbox.*
%{_kde_iconsdir}/*/*/apps/kdepim-googledrive.*

#-----------------------------------------------------------------------------

%define akonadi_next_major 4
%define libakonadi_next %mklibname akonadi-next %{akonadi_next_major}

%package -n %{libakonadi_next}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libakonadi_next}
KDE 4 library.

%files -n %{libakonadi_next}
%{_kde_libdir}/libakonadi_next.so.%{akonadi_next_major}*

#-----------------------------------------------------------------------------

%define akregatorinterfaces_major 4
%define libakregatorinterfaces %mklibname akregatorinterfaces %{akregatorinterfaces_major}

%package -n %{libakregatorinterfaces}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libakregatorinterfaces}
KDE 4 library.

%files -n %{libakregatorinterfaces}
%{_kde_libdir}/libakregatorinterfaces.so.%{akregatorinterfaces_major}*

#-----------------------------------------------------------------------------

%define akregatorprivate_major 4
%define libakregatorprivate %mklibname akregatorprivate %{akregatorprivate_major}

%package -n %{libakregatorprivate}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libakregatorprivate}
KDE 4 library.

%files -n %{libakregatorprivate}
%{_kde_libdir}/libakregatorprivate.so.%{akregatorprivate_major}*

#------------------------------------------------------------------------------

%define calendarsupport_major 4
%define libcalendarsupport %mklibname calendarsupport %{calendarsupport_major}

%package -n %{libcalendarsupport}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libcalendarsupport}
KDE 4 library for korganizer-Mobile.

%files -n %{libcalendarsupport}
%{_kde_libdir}/libcalendarsupport.so.%{calendarsupport_major}*

#------------------------------------------------------------------------------

%define calendarsupportcollectionpage_major 4
%define libcalendarsupportcollectionpage %mklibname calendarsupportcollectionpage %{calendarsupportcollectionpage_major}

%package -n %{libcalendarsupportcollectionpage}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libcalendarsupportcollectionpage}
KDE 4 library for korganizer-Mobile.

%files -n %{libcalendarsupportcollectionpage}
%{_kde_libdir}/libcalendarsupportcollectionpage.so.%{calendarsupportcollectionpage_major}*

#-----------------------------------------------------------------------------

%define composereditorng_major 4
%define libcomposereditorng %mklibname composereditorng %{composereditorng_major}

%package -n %{libcomposereditorng}
Summary:	Library providing autospell checking
Group:		System/Libraries

%description -n %{libcomposereditorng}
This library provides autospell checking.

%files -n %{libcomposereditorng}
%{_kde_libdir}/libcomposereditorng.so.%{composereditorng_major}*

#-----------------------------------------------------------------------------

%define eventviews_major 4
%define libeventviews %mklibname eventviews %{eventviews_major}

%package -n %{libeventviews}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libeventviews}
KDE 4 library.

%files -n %{libeventviews}
%{_kde_libdir}/libeventviews.so.%{eventviews_major}*

#-----------------------------------------------------------------------------

%define followupreminder_major 4
%define libfollowupreminder %mklibname followupreminder %{followupreminder_major}

%package -n %{libfollowupreminder}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libfollowupreminder}
KDE 4 library.

%files -n %{libfollowupreminder}
%{_kde_libdir}/libfollowupreminder.so.%{followupreminder_major}*

#-----------------------------------------------------------------------------

%define grantleetheme_major 4
%define libgrantleetheme %mklibname grantleetheme %{grantleetheme_major}

%package -n %{libgrantleetheme}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libgrantleetheme}
KDE 4 library.

%files -n %{libgrantleetheme}
%{_kde_libdir}/libgrantleetheme.so.%{grantleetheme_major}*

#-----------------------------------------------------------------------------

%define grantleethemeeditor_major 4
%define libgrantleethemeeditor %mklibname grantleethemeeditor %{grantleethemeeditor_major}

%package -n %{libgrantleethemeeditor}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libgrantleethemeeditor}
KDE 4 library.

%files -n %{libgrantleethemeeditor}
%{_kde_libdir}/libgrantleethemeeditor.so.%{grantleethemeeditor_major}*

#----------------------------------------------------------------------------

%define incidenceeditorsng_major 4
%define libincidenceeditorsng %mklibname incidenceeditorsng %{incidenceeditorsng_major}

%package -n %{libincidenceeditorsng}
Summary:	KDE 4 library
Group:		System/Libraries
Obsoletes:	%{_lib}incidenceeditors4 < 2:4.5.68

%description -n %{libincidenceeditorsng}
KDE 4 library.

%files -n %{libincidenceeditorsng}
%{_kde_libdir}/libincidenceeditorsng.so.%{incidenceeditorsng_major}*

#-----------------------------------------------------------------------------

%define incidenceeditorsngmobile_major 4
%define libincidenceeditorsngmobile %mklibname incidenceeditorssngmobile %{incidenceeditorsngmobile_major}

%package -n %{libincidenceeditorsngmobile}
Summary:	KDEPIM Mobile Library
Group:		System/Libraries

%description -n %{libincidenceeditorsngmobile}
KDE PIM Mobile library.

%files -n %{libincidenceeditorsngmobile}
%{_kde_libdir}/libincidenceeditorsngmobile.so.%{incidenceeditorsngmobile_major}*

#-----------------------------------------------------------------------------

%define kaddressbookgrantlee_major 4
%define libkaddressbookgrantlee %mklibname kaddressbookgrantlee %{kaddressbookgrantlee_major}

%package -n %{libkaddressbookgrantlee}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkaddressbookgrantlee}
KDE 4 library.

%files -n %{libkaddressbookgrantlee}
%{_kde_libdir}/libkaddressbookgrantlee.so.%{kaddressbookgrantlee_major}*

#-----------------------------------------------------------------------------

%define kaddressbookprivate_major 4
%define libkaddressbookprivate %mklibname kaddressbookprivate %{kaddressbookprivate_major}

%package -n %{libkaddressbookprivate}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkaddressbookprivate}
KDE 4 library.

%files -n %{libkaddressbookprivate}
%{_kde_libdir}/libkaddressbookprivate.so.%{kaddressbookprivate_major}*

#-----------------------------------------------------------------------------

%define kcal_resourceblog 4
%define libkcal_resourceblog %mklibname kcal_resourceblog %{kcal_resourceblog}

%package -n %{libkcal_resourceblog}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkcal_resourceblog}
KDE 4 library.

%files -n %{libkcal_resourceblog}
%{_kde_libdir}/libkcal_resourceblog.so.%{kcal_resourceblog}*

#-----------------------------------------------------------------------------

%define kcal_resourceremote_major 4
%define libkcal_resourceremote %mklibname kcal_resourceremote %{kcal_resourceremote_major}

%package -n %{libkcal_resourceremote}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkcal_resourceremote}
KDE 4 library.

%files -n %{libkcal_resourceremote}
%{_kde_libdir}/libkcal_resourceremote.so.%{kcal_resourceremote_major}*

#-----------------------------------------------------------------------------

%define kdepim_major 4
%define libkdepim %mklibname kdepim %{kdepim_major}

%package -n %{libkdepim}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdepim}
KDE 4 library.

%files -n %{libkdepim}
%{_kde_libdir}/libkdepim.so.%{kdepim_major}*

#-----------------------------------------------------------------------

%define kdgantt2_major 0
%define libkdgantt2 %mklibname kdgantt2 %{kdgantt2_major}

%package -n %{libkdgantt2}
Summary:	KDE4 library
Group:		System/Libraries

%description -n %{libkdgantt2}
KDE 4 library.

%files -n %{libkdgantt2}
%{_kde_libdir}/libkdgantt2.so.%{kdgantt2_major}*

#-----------------------------------------------------------------------------

%define kleo_major 4
%define libkleo %mklibname kleo %{kleo_major}

%package -n %{libkleo}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkleo}
KDE 4 library.

%files -n %{libkleo}
%{_kde_libdir}/libkleo.so.%{kleo_major}*

#-----------------------------------------------------------------------------

%define kmailprivate_major 4
%define libkmailprivate %mklibname kmailprivate %{kmailprivate_major}

%package -n %{libkmailprivate}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkmailprivate}
KDE 4 library.

%files -n %{libkmailprivate}
%{_kde_libdir}/libkmailprivate.so.%{kmailprivate_major}*

#-----------------------------------------------------------------------------

%define kmanagesieve_major 4
%define libkmanagesieve %mklibname kmanagesieve %{kmanagesieve_major}

%package -n %{libkmanagesieve}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkmanagesieve}
KDE 4 library.

%files -n %{libkmanagesieve}
%{_kde_libdir}/libkmanagesieve.so.%{kmanagesieve_major}*

#-----------------------------------------------------------------------------

%define knodecommon_major 4
%define libknodecommon %mklibname knodecommon %{knodecommon_major}

%package -n %{libknodecommon}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libknodecommon}
KDE 4 library.

%files -n %{libknodecommon}
%{_kde_libdir}/libknodecommon.so.%{knodecommon_major}*

#-----------------------------------------------------------------------------

%define knotesprivate_major 4
%define libknotesprivate %mklibname knotesprivate %{knotesprivate_major}

%package -n %{libknotesprivate}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libknotesprivate}
KDE 4 library.

%files -n %{libknotesprivate}
%{_kde_libdir}/libknotesprivate.so.%{knotesprivate_major}*

#-----------------------------------------------------------------------------

%define kontactprivate_major 4
%define libkontactprivate %mklibname kontactprivate %{kontactprivate_major}

%package -n %{libkontactprivate}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkontactprivate}
KDE 4 library.

%files -n %{libkontactprivate}
%{_kde_libdir}/libkontactprivate.so.%{kontactprivate_major}*

#-----------------------------------------------------------------------------

%define korganizer_core_major 4
%define libkorganizer_core %mklibname korganizer_core %{korganizer_core_major}

%package -n %{libkorganizer_core}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkorganizer_core}
KDE 4 library.

%files -n %{libkorganizer_core}
%{_kde_libdir}/libkorganizer_core.so.%{korganizer_core_major}*

#-----------------------------------------------------------------------------

%define korganizer_interfaces_major 4
%define libkorganizer_interfaces %mklibname korganizer_interfaces %{korganizer_interfaces_major}

%package -n %{libkorganizer_interfaces}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkorganizer_interfaces}
KDE 4 library.

%files -n %{libkorganizer_interfaces}
%{_kde_libdir}/libkorganizer_interfaces.so.%{korganizer_interfaces_major}*

#-----------------------------------------------------------------------------

%define korganizerprivate_major 4
%define libkorganizerprivate %mklibname korganizerprivate %{korganizerprivate_major}

%package -n %{libkorganizerprivate}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkorganizerprivate}
KDE 4 library.

%files -n %{libkorganizerprivate}
%{_kde_libdir}/libkorganizerprivate.so.%{korganizerprivate_major}*

#-----------------------------------------------------------------------------

%define kpgp_major 4
%define libkpgp %mklibname kpgp %{kpgp_major}

%package -n %{libkpgp}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkpgp}
KDE 4 library.

%files -n %{libkpgp}
%{_kde_libdir}/libkpgp.so.%{kpgp_major}*

#----------------------------------------------------------------------------

%define ksieve_major 4
%define libksieve %mklibname ksieve %{ksieve_major}

%package -n %{libksieve}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libksieve}
KDE 4 library.

%files -n %{libksieve}
%{_kde_libdir}/libksieve.so.%{ksieve_major}*

#-----------------------------------------------------------------------------

%define ksieveui_major 4
%define libksieveui %mklibname ksieveui %{ksieveui_major}

%package -n %{libksieveui}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libksieveui}
KDE 4 library.

%files -n %{libksieveui}
%{_kde_libdir}/libksieveui.so.%{ksieveui_major}*

#-----------------------------------------------------------------------------

%define mailcommon_major 4
%define libmailcommon %mklibname mailcommon %{mailcommon_major}

%package -n %{libmailcommon}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libmailcommon}
KDE 4 library.

%files -n %{libmailcommon}
%{_kde_libdir}/libmailcommon.so.%{mailcommon_major}*

#-----------------------------------------------------------------------------

%define mailimporter_major 4
%define libmailimporter %mklibname mailimporter %{mailimporter_major}

%package -n %{libmailimporter}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libmailimporter}
KDE 4 library.

%files -n %{libmailimporter}
%{_kde_libdir}/libmailimporter.so.%{mailimporter_major}*

#-----------------------------------------------------------------------------

%define messagecore_major 4
%define libmessagecore %mklibname messagecore %{messagecore_major}

%package -n %{libmessagecore}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libmessagecore}
KDE 4 library.

%files -n %{libmessagecore}
%{_kde_libdir}/libmessagecore.so.%{messagecore_major}*

#-----------------------------------------------------------------------------

%define messagelist_major 4
%define libmessagelist %mklibname messagelist %{messagelist_major}

%package -n %{libmessagelist}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libmessagelist}
KDE 4 library.

%files -n %{libmessagelist}
%{_kde_libdir}/libmessagelist.so.%{messagelist_major}*

#-----------------------------------------------------------------------------

%define messageviewer_major 4
%define libmessageviewer %mklibname messageviewer %{messageviewer_major}

%package -n %{libmessageviewer}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libmessageviewer}
KDE 4 library.

%files -n %{libmessageviewer}
%{_kde_libdir}/libmessageviewer.so.%{messageviewer_major}*

#-----------------------------------------------------------------------------

%define kdepimdbusinterfaces_major 4
%define libkdepimdbusinterfaces %mklibname kdepimdbusinterfaces %{kdepimdbusinterfaces_major}

%package -n %{libkdepimdbusinterfaces}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdepimdbusinterfaces}
KDE 4 library.

%files -n %{libkdepimdbusinterfaces}
%{_kde_libdir}/libkdepimdbusinterfaces.so.%{kdepimdbusinterfaces_major}*

#-----------------------------------------------------------------------------

%define kleopatraclientcore_major 0
%define libkleopatraclientcore %mklibname kleopatraclientcore %{kleopatraclientcore_major}

%package -n %{libkleopatraclientcore}
Summary:	KDE 4 library
Group:		System/Libraries
Obsoletes:	%{_lib}kleopatraclientcore4 <= 2:4.5

%description -n %{libkleopatraclientcore}
KDE 4 library.

%files -n %{libkleopatraclientcore}
%{_kde_libdir}/libkleopatraclientcore.so.%{kleopatraclientcore_major}*

#-----------------------------------------------------------------------------

%define kleopatraclientgui_major 0
%define libkleopatraclientgui %mklibname kleopatraclientgui %{kleopatraclientgui_major}

%package -n %{libkleopatraclientgui}
Summary:	KDE 4 library
Group:		System/Libraries
Obsoletes:	%{_lib}kleopatraclientgui4 <= 2:4.5

%description -n %{libkleopatraclientgui}
KDE 4 library.

%files -n %{libkleopatraclientgui}
%{_kde_libdir}/libkleopatraclientgui.so.%{kleopatraclientgui_major}*

#-----------------------------------------------------------------------------

%define messagecomposer_major 4
%define libmessagecomposer %mklibname messagecomposer %{messagecomposer_major}

%package -n %{libmessagecomposer}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libmessagecomposer}
KDE 4 library.

%files -n %{libmessagecomposer}
%{_kde_libdir}/libmessagecomposer.so.%{messagecomposer_major}*

#-----------------------------------------------------------------------------

%define noteshared_major 4
%define libnoteshared %mklibname noteshared %{noteshared_major}

%package -n %{libnoteshared}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libnoteshared}
KDE 4 library.

%files -n %{libnoteshared}
%{_kde_libdir}/libnoteshared.so.%{noteshared_major}*

#-----------------------------------------------------------------------------

%define pimcommon_major 4
%define libpimcommon %mklibname pimcommon %{pimcommon_major}

%package -n %{libpimcommon}
Summary:	Library to import/export PIM configuration
Group:		System/Libraries

%description -n %{libpimcommon}
This library provides the tool to import/export PIM configuration.

%files -n %{libpimcommon}
%{_kde_libdir}/libpimcommon.so.%{pimcommon_major}*

#-----------------------------------------------------------------------------

%define sendlater_major 4
%define libsendlater %mklibname sendlater %{sendlater_major}

%package -n %{libsendlater}
Summary:	KDE PIM library
Group:		System/Libraries

%description -n %{libsendlater}
KDE PIM library.

%files -n %{libsendlater}
%{_kde_libdir}/libsendlater.so.%{sendlater_major}*

#-----------------------------------------------------------------------------

%define templateparser_major 4
%define libtemplateparser %mklibname templateparser %{templateparser_major}

%package -n %{libtemplateparser}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libtemplateparser}
KDE 4 library.

%files -n %{libtemplateparser}
%{_kde_libdir}/libtemplateparser.so.%{templateparser_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	kdepimlibs4-devel
Requires:	kdepim4-runtime-devel
Requires:	%{libakonadi_next} = %{EVRD}
Requires:	%{libakregatorinterfaces} = %{EVRD}
Requires:	%{libakregatorprivate} = %{EVRD}
Requires:	%{libcalendarsupport} = %{EVRD}
Requires:	%{libcalendarsupportcollectionpage} = %{EVRD}
Requires:	%{libcomposereditorng} = %{EVRD}
Requires:	%{libeventviews} = %{EVRD}
Requires:	%{libfollowupreminder} = %{EVRD}
Requires:	%{libgrantleetheme} = %{EVRD}
Requires:	%{libgrantleethemeeditor} = %{EVRD}
Requires:	%{libincidenceeditorsng} = %{EVRD}
Requires:	%{libincidenceeditorsngmobile} = %{EVRD}
Requires:	%{libkaddressbookgrantlee} = %{EVRD}
Requires:	%{libkaddressbookprivate} = %{EVRD}
Requires:	%{libkcal_resourceblog} = %{EVRD}
Requires:	%{libkcal_resourceremote} = %{EVRD}
Requires:	%{libkdepim} = %{EVRD}
Requires:	%{libkdepimdbusinterfaces} = %{EVRD}
Requires:	%{libkdgantt2} = %{EVRD}
Requires:	%{libkleo} = %{EVRD}
Requires:	%{libkleopatraclientcore} = %{EVRD}
Requires:	%{libkleopatraclientgui} = %{EVRD}
Requires:	%{libkmailprivate} = %{EVRD}
Requires:	%{libkmanagesieve} = %{EVRD}
Requires:	%{libknodecommon} = %{EVRD}
Requires:	%{libknotesprivate} = %{EVRD}
Requires:	%{libkorganizer_interfaces} = %{EVRD}
Requires:	%{libkorganizerprivate} = %{EVRD}
Requires:	%{libkpgp} = %{EVRD}
Requires:	%{libksieve} = %{EVRD}
Requires:	%{libksieveui} = %{EVRD}
Requires:	%{libmailcommon} = %{EVRD}
Requires:	%{libmailimporter} = %{EVRD}
Requires:	%{libmessagecomposer} = %{EVRD}
Requires:	%{libmessagecore} = %{EVRD}
Requires:	%{libmessagelist} = %{EVRD}
Requires:	%{libmessageviewer} = %{EVRD}
Requires:	%{libnoteshared} = %{EVRD}
Requires:	%{libpimcommon} = %{EVRD}
Requires:	%{libsendlater} = %{EVRD}
Requires:	%{libtemplateparser} = %{EVRD}

%description devel
This package contains header files needed if you wish to build applications
based on kdepim.

%files devel
%{_kde_libdir}/*.so

#----------------------------------------------------------------------

%prep
%setup -q -n kdepim-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4 -DKDEPIM_BUILD_MOBILE=false
%make

%install
%makeinstall_std -C build

# akonadi_folderarchive_agent was removed, no need to keep desktop file
rm -f %{buildroot}%{_kde_datadir}/akonadi/agents/folderarchiveagent.desktop

%find_lang %{name} --all-name --with-html


%changelog
* Tue Jan 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.4-1
+ Revision: d9a9050
- New shared library package libcalendarsupportcollectionpage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22924 |14mu|kdepim4-runtime-4.14.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	K Desktop Environment Information Management runtime stuff
Name:		kdepim4-runtime
Version:	4.14.4
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://community.kde.org/KDE_PIM
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/kdepim-runtime-%{version}.tar.xz
Source1:	%{name}.rpmlintrc
Patch10:	kdepim-runtime-4.10.5-noakonaditray.patch
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	qt4-qtdbus
BuildRequires:	akonadi
BuildRequires:	pkgconfig(akonadi)
BuildRequires:	pkgconfig(LibKFbAPI)
BuildRequires:	pkgconfig(libkgapi) >= 2.2.0
BuildRequires:	pkgconfig(libstreams)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(shared-desktop-ontologies)

%description
Information Management applications for the K Desktop Environment runtime libs.

#-----------------------------------------------------------------------------

%package -n akonadi-kde
Group:		Graphical desktop/KDE
Summary:	Akonadi control center for KDE
Provides:	kdepim4-runtime = %{EVRD}
Conflicts:	kdepim4-runtime-devel < 2:4.7.97
Conflicts:	%{_lib}kdepim-copy4 < 3:4.9.0
Requires:	akonadi
%if %{mdvver} >= 201400
Requires:	mariadb-client
%else
Requires:	mysql-client
%endif

%description -n akonadi-kde
Akonadi control center for KDE.

%files -n akonadi-kde
%{_kde_bindir}/*
%{_kde_appsdir}/akonadi
%{_kde_appsdir}/akonadi_facebook_resource/akonadi_facebook_resource.notifyrc
%{_kde_appsdir}/akonadi_maildispatcher_agent
%{_kde_appsdir}/akonadi_newmailnotifier_agent/akonadi_newmailnotifier_agent.notifyrc
%{_kde_appsdir}/kconf_update/newmailnotifier.upd
%{_kde_applicationsdir}/*
%{_kde_datadir}/akonadi/
%{_kde_datadir}/mime/packages/*
%{_kde_libdir}/kde4/*
%{_kde_iconsdir}/*/*/*/*
%{_kde_configdir}/*
%{_kde_autostart}/kaddressbookmigrator.desktop
%{_kde_services}/*
%{_kde_servicetypes}/*.desktop
%{_kde_datadir}/dbus-1/interfaces/*

#-----------------------------------------------------------------------------

%define akonadi_filestore_major 4
%define libakonadi_filestore %mklibname akonadi_filestore %{akonadi_filestore_major}

%package -n %{libakonadi_filestore}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libakonadi_filestore}
KDE 4 library.

%files -n %{libakonadi_filestore}
%{_kde_libdir}/libakonadi-filestore.so.%{akonadi_filestore_major}*

#-----------------------------------------------------------------------------

%define folderarchivesettings_major 4
%define libfolderarchivesettings %mklibname folderarchivesettings %{folderarchivesettings_major}

%package -n %{libfolderarchivesettings}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libfolderarchivesettings}
KDE 4 library.

%files -n %{libfolderarchivesettings}
%{_kde_libdir}/libfolderarchivesettings.so.%{folderarchivesettings_major}*

#-----------------------------------------------------------------------------

%define kdepim_copy_major 4
%define libkdepim_copy %mklibname kdepim-copy %{kdepim_copy_major}

%package -n %{libkdepim_copy}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkdepim_copy}
KDE 4 library.

%files -n %{libkdepim_copy}
%{_kde_libdir}/libkdepim-copy.so.%{kdepim_copy_major}*

#-----------------------------------------------------------------------------

%define kmindexreader_major 4
%define libkmindexreader %mklibname kmindexreader %{kmindexreader_major}

%package -n %{libkmindexreader}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libkmindexreader}
KDE 4 library.

%files -n %{libkmindexreader}
%{_kde_libdir}/libkmindexreader.so.%{kmindexreader_major}*

#-----------------------------------------------------------------------------

%define maildir_major 4
%define libmaildir %mklibname maildir %{maildir_major}

%package -n %{libmaildir}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libmaildir}
KDE 4 library.

%files -n %{libmaildir}
%{_kde_libdir}/libmaildir.so.%{maildir_major}*

#----------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdepimlibs4-devel
Requires:	%{libakonadi_filestore} = %{EVRD}
Requires:	%{libfolderarchivesettings} = %{EVRD}
Requires:	%{libkdepim_copy} = %{EVRD}
Requires:	%{libkmindexreader} = %{EVRD}
Requires:	%{libmaildir} = %{EVRD}

%description devel
This package contains header files needed if you wish to build applications
based on kdepim-runtime.

%files devel
%{_kde_libdir}/libakonadi-filestore.so
%{_kde_libdir}/libfolderarchivesettings.so
%{_kde_libdir}/libkdepim-copy.so
%{_kde_libdir}/libkmindexreader.so
%{_kde_libdir}/libmaildir.so

#----------------------------------------------------------------------

%prep
%setup -q -n kdepim-runtime-%{version}
%patch10 -p1

%build
rm -fr po
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Remove non packaged files
rm -rf %{buildroot}%{_kde_libdir}/libnepomukfeederpluginlib.a


%changelog
* Tue Jan 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.4-1
+ Revision: 911338a
- Don't force kdelibs4-devel version

* Tue Jan 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.4-1
+ Revision: 9793e3a
- New version 4.14.4

* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: 3ed403c
- LOG New version 4.14.3 (sync spec and patches with Cooker)

* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
+ Revision: 5dbe349
- LOG New version 4.13.3 (sync spec and patches with Cooker)

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3:4.13.2-2
+ Revision: 5b1aa49
- MassBuild#440: Increase release tag

* Mon Jun 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.2-1
+ Revision: 38d7c1b
- LOG New version 4.13.2 (sync spec and patches with Cooker)

* Tue May 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.12.4-1
+ Revision: fabb935
- Still use mysql for a while

* Wed Apr 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.12.4-1
+ Revision: 556abf9
- LOG New version 4.12.4 (sync spec and patches with Cooker)

* Thu Mar 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.12.3-1
+ Revision: 140e843
- LOG New version 4.12.3 (sync spec and patches with Cooker)

* Wed Dec 18 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.11.4-1
+ Revision: 64ceb84
- LOG New version 4.11.4

* Thu Nov 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.11.3-1
+ Revision: 93d1a25
- LOG New version 4.11.3

* Fri Oct 25 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.11.2-1
+ Revision: c6a0ac0
- LOG New version 4.11.2

* Tue Jul 09 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.10.5-1
+ Revision: a0ce1b8
- LOG New version 4.10.5

* Thu Jun 13 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.10.4-1
+ Revision: b586b2c
- LOG New version 4.10.4

* Mon May 20 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.10.3-1
+ Revision: 5c4221b
- LOG New version 4.10.3 (sync with Cooker)

* Tue Jan 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.5-2
+ Revision: d5051a8
- LOG Rebuild for new qjson

* Sat Jan 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.5-1
+ Revision: 0ecd68f
- LOG New version 4.9.5

* Thu Dec 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.4-1
+ Revision: 801d385
- LOG New version 4.9.4

* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.4-0.1
+ Revision: d393162
- LOG Update to 4.9.4 (git snapshot)

* Wed Nov 07 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.3-1
+ Revision: 12f126d
- LOG Drop l10n-ru patch

* Wed Nov 07 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.3-1
+ Revision: 1b8baca
- LOG New version 4.9.3

* Fri Oct 19 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.2-2
+ Revision: 02d5df0
- Add rpmlint filters

* Thu Oct 04 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.2-1
+ Revision: 3ed5020
- New version 4.9.2

* Mon Sep 10 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.1-1
+ Revision: 95a35e5
- New version 4.9.1

* Tue Aug 07 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.9.0-1
+ Revision: 6d66770
- New version 4.9.0

* Sun Jul 22 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.8.97-2
+ Revision: fe83a76
- Add pkgconfig(libkgapi) to BuildRequires

* Mon Jul 16 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.8.97-1
+ Revision: 9c92a29
- New version 4.8.97, re-diff and enable l10n-ru patch, various spec updates

* Thu Jun 28 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.8.95-1
+ Revision: dea3466
- Update to 4.8.95

* Wed Jun 27 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.8.90-1
+ Revision: 38af506
- Update to 4.8.90

* Mon Jun 25 2012 root <root@localhost.localdomain> 3:4.8.4-1
+ Revision: 8da8912
- initial import



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22925 |14mu|kdepimlibs4-4.14.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Libraries of the KDE-PIM project
Name:		kdepimlibs4
Version:	4.14.4
Release:	3
Epoch:		3
License:	ARTISTIC BSD GPL_V2 LGPL_V2 QPL_V1.0
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/kde/kdepimlibs
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source:		ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/kdepimlibs-%{version}.tar.xz
BuildRequires:	automoc4
BuildRequires:	boost-devel
BuildRequires:	gpgme-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(akonadi)
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xpm)

%description
This module includes libraries that are central to the development and
execution of a KDE-PIM application.

The KDE-PIM project aims to bring together those who wish to help design,
implement, test, etc. anything that's to do with personal information
management.

This rather broad scope encompasses mail clients, addressbooks, usenet news,
scheduling and even sticky notes.

#----------------------------------------------------------------------------

%package core
Group:		Development/KDE and Qt
Summary:	Config file and icons file for %{name}
Obsoletes:	kdepimlibs4-common < %{EVRD}
Obsoletes:	kdepim4-ioslaves < %{EVRD}
Conflicts:	%{name}-devel < 2.4.5.71
Conflicts:	akonadi-kde < 3:4.12.0

%description core
This packages contains all icons, config file etc... of kdepimlibs4.

%files core
%{_kde_bindir}/akonadi_benchmarker
%{_kde_bindir}/akonadi2xml
%{_kde_bindir}/akonaditest
%{_kde_libdir}/kde4/akonadi_knut_resource.so
%{_kde_libdir}/kde4/akonadi_serializer_socialfeeditem.so
%{_kde_libdir}/kde4/kabc_directory.so
%{_kde_libdir}/kde4/kabc_file.so
%{_kde_libdir}/kde4/kabc_net.so
%{_kde_libdir}/kde4/kabcformat_binary.so
%{_kde_libdir}/kde4/kcal_local.so
%{_kde_libdir}/kde4/kcal_localdir.so
%{_kde_libdir}/kde4/kcm_akonadicontact_actions.so
%{_kde_libdir}/kde4/kcm_kresources.so
%{_kde_libdir}/kde4/kcm_mailtransport.so
%{_kde_libdir}/kde4/akonadi/akonadi_test_searchplugin.so
%{_kde_libdir}/kde4/akonadi/akonaditestsearchplugin.desktop
%{_kde_appsdir}/akonadi/
%{_kde_appsdir}/akonadi-kde/
%{_kde_appsdir}/akonadi_knut_resource/
%{_kde_appsdir}/kabc/
%{_kde_appsdir}/kconf_update/mailtransports.upd
%{_kde_appsdir}/kconf_update/migrate-transports.pl
%{_kde_appsdir}/libkholidays/
%{_kde_services}/akonadi/contact
%{_kde_services}/akonadicontact_actions.desktop
%{_kde_services}/kcm_mailtransport.desktop
%dir %{_kde_services}/kresources
%{_kde_services}/kresources.desktop
%dir %{_kde_services}/kresources/kabc
%{_kde_services}/kresources/kabc/dir.desktop
%{_kde_services}/kresources/kabc/file.desktop
%{_kde_services}/kresources/kabc/net.desktop
%{_kde_services}/kresources/kabc_manager.desktop
%{_kde_services}/kresources/kcal
%{_kde_services}/kresources/kcal_manager.desktop
%{_kde_servicetypes}/*.desktop
%{_datadir}/dbus-1/interfaces/*
%{_kde_datadir}/akonadi/agents/knutresource.desktop
%{_kde_datadir}/config.kcfg/*
%{_kde_datadir}/mime/packages/kdepimlibs-mime.xml
%{_kde_datadir}/mime/packages/x-vnd.akonadi.socialfeeditem.xml
%{_kde_docdir}/HTML/en/kcontrol/kresources
%dir %{_kde_docdir}/HTML/en/kioslave

#----------------------------------------------------------------------------

%package -n kio4-imap
Summary:	KDE 4 imap module
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n kio4-imap
KDE 4 imap module.

%files -n kio4-imap
%{_kde_docdir}/HTML/en/kioslave/imap
%{_kde_libdir}/kde4/kio_imap4.so
%{_kde_datadir}/kde4/services/imap*

#----------------------------------------------------------------------------

%package -n kio4-pop3
Summary:	KDE 4 pop3 module
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n kio4-pop3
KDE 4 pop3 module.

%files -n kio4-pop3
%{_kde_docdir}/HTML/en/kioslave/pop3
%{_kde_libdir}/kde4/kio_pop3.so
%{_kde_datadir}/kde4/services/pop*

#----------------------------------------------------------------------------

%package -n kio4-ldap
Summary:	KDE 4 ldap module
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n kio4-ldap
KDE 4 ldap module.

%files -n kio4-ldap
%{_kde_docdir}/HTML/en/kioslave/ldap
%{_kde_libdir}/kde4/kio_ldap.so
%{_kde_datadir}/kde4/services/ldap*
%{_kde_libdir}/kde4/kabc_ldapkio.so
%{_kde_datadir}/kde4/services/kresources/kabc/ldapkio.desktop

#----------------------------------------------------------------------------

%package -n kio4-sieve
Summary:	KDE 4 sieve module
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n kio4-sieve
KDE 4 sieve module.

%files -n kio4-sieve
%{_kde_libdir}/kde4/kio_sieve.so
%{_kde_datadir}/kde4/services/sieve*
%doc %{_kde_docdir}/HTML/en/kioslave/sieve

#----------------------------------------------------------------------------

%package -n kio4-mbox
Summary:	KDE 4 mbox module
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n kio4-mbox
KDE 4 mbox module.

%files -n kio4-mbox
%{_kde_libdir}/kde4/kio_mbox.so
%{_kde_datadir}/kde4/services/mbox*
%doc %{_kde_docdir}/HTML/en/kioslave/mbox

#----------------------------------------------------------------------------

%package -n kio4-smtp
Summary:	KDE 4 smtp module
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n kio4-smtp
KDE 4 smtp module.

%files -n kio4-smtp
%{_kde_docdir}/HTML/en/kioslave/smtp
%{_kde_libdir}/kde4/kio_smtp.so
%{_kde_datadir}/kde4/services/smtp*

#----------------------------------------------------------------------------

%package -n kio4-nntp
Summary:	KDE 4 nntp module
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n kio4-nntp
KDE 4 nntp module.

%files -n kio4-nntp
%{_kde_docdir}/HTML/en/kioslave/nntp
%{_kde_libdir}/kde4/kio_nntp.so
%{_kde_datadir}/kde4/services/nntp*

#----------------------------------------------------------------------------

%define akonadi_calendar_major 4
%define libakonadi_calendar %mklibname akonadi-calendar %{akonadi_calendar_major}

%package -n %{libakonadi_calendar}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_calendar}
KDE 4 core library.

%files -n %{libakonadi_calendar}
%{_kde_libdir}/libakonadi-calendar.so.%{akonadi_calendar_major}*

#----------------------------------------------------------------------------

%define akonadi_contact_major 4
%define libakonadi_contact %mklibname akonadi-contact %{akonadi_contact_major}

%package -n %{libakonadi_contact}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_contact}
KDE 4 core library.

%files -n %{libakonadi_contact}
%{_kde_libdir}/libakonadi-contact.so.%{akonadi_contact_major}*

#----------------------------------------------------------------------------

%define akonadi_kabc_major 4
%define libakonadi_kabc %mklibname akonadi-kabc %{akonadi_kabc_major}

%package -n %{libakonadi_kabc}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_kabc}
KDE 4 core library.

%files -n %{libakonadi_kabc}
%{_kde_libdir}/libakonadi-kabc.so.%{akonadi_kabc_major}*

#----------------------------------------------------------------------------

%define akonadi_kcal_major 4
%define libakonadi_kcal %mklibname akonadi-kcal %{akonadi_kcal_major}

%package -n %{libakonadi_kcal}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_kcal}
KDE 4 core library.

%files -n %{libakonadi_kcal}
%{_kde_libdir}/libakonadi-kcal.so.%{akonadi_kcal_major}*

#----------------------------------------------------------------------------

%define akonadi_kde_major 4
%define libakonadi_kde %mklibname akonadi-kde %{akonadi_kde_major}

%package -n %{libakonadi_kde}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_kde}
KDE 4 core library.

%files -n %{libakonadi_kde}
%{_kde_libdir}/libakonadi-kde.so.%{akonadi_kde_major}*

#----------------------------------------------------------------------------

%define akonadi_kmime_major 4
%define libakonadi_kmime %mklibname akonadi-kmime %{akonadi_kmime_major}

%package -n %{libakonadi_kmime}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_kmime}
KDE 4 core library.

%files -n %{libakonadi_kmime}
%{_kde_libdir}/libakonadi-kmime.so.%{akonadi_kmime_major}*

#----------------------------------------------------------------------------

%define akonadi_notes_major 4
%define libakonadi_notes %mklibname akonadi-notes %{akonadi_notes_major}

%package -n %{libakonadi_notes}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_notes}
KDE 4 core library.

%files -n %{libakonadi_notes}
%{_kde_libdir}/libakonadi-notes.so.%{akonadi_notes_major}*

#----------------------------------------------------------------------------

%define akonadi_socialutils_major 4
%define libakonadi_socialutils %mklibname akonadi-socialutils %{akonadi_socialutils_major}

%package -n %{libakonadi_socialutils}
Summary:	Akonadi social utilities library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libakonadi_socialutils}
Akonadi social utilities library.

%files -n %{libakonadi_socialutils}
%{_kde_libdir}/libakonadi-socialutils.so.%{akonadi_socialutils_major}*

#-----------------------------------------------------------------------------

%define akonadi_xml_major 4
%define libakonadi_xml %mklibname akonadi-xml %{akonadi_xml_major}

%package -n %{libakonadi_xml}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libakonadi_xml}
KDE 4 library.

%files -n %{libakonadi_xml}
%{_kde_libdir}/libakonadi-xml.so.%{akonadi_xml_major}*

#----------------------------------------------------------------------------

%define kabc_major 4
%define libkabc %mklibname kabc %{kabc_major}

%package -n %{libkabc}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkabc}
KDE 4 core library.

%files -n %{libkabc}
%{_kde_libdir}/libkabc.so.%{kabc_major}*

#----------------------------------------------------------------------------

%define kblog_major 4
%define libkblog %mklibname kblog %{kblog_major}

%package -n %{libkblog}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkblog}
KDE 4 core library.

%files -n %{libkblog}
%{_kde_libdir}/libkblog.so.%{kblog_major}*

#----------------------------------------------------------------------------

%define kabc_file_core_major 4
%define libkabc_file_core %mklibname kabc_file_core %{kabc_file_core_major}

%package -n %{libkabc_file_core}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkabc_file_core}
KDE 4 core library.

%files -n %{libkabc_file_core}
%{_kde_libdir}/libkabc_file_core.so.%{kabc_file_core_major}*

#----------------------------------------------------------------------------

%define kcal_major 4
%define libkcal %mklibname kcal %{kcal_major}

%package -n %{libkcal}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkcal}
KDE 4 core library.

%files -n %{libkcal}
%{_kde_libdir}/libkcal.so.%{kcal_major}*

#----------------------------------------------------------------------------

%define kimap_major 4
%define libkimap %mklibname kimap %{kimap_major}

%package -n %{libkimap}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkimap}
KDE 4 core library.

%files -n %{libkimap}
%{_kde_libdir}/libkimap.so.%{kimap_major}*

#----------------------------------------------------------------------------

%define kldap_major 4
%define libkldap %mklibname kldap %{kldap_major}

%package -n %{libkldap}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkldap}
KDE 4 core library.

%files -n %{libkldap}
%{_kde_libdir}/libkldap.so.%{kldap_major}*

#----------------------------------------------------------------------------

%define kmbox_major 4
%define libkmbox %mklibname kmbox %{kmbox_major}

%package -n %{libkmbox}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}
Obsoletes:	%{_lib}mbox4 < 2:4.5.71

%description -n %{libkmbox}
KDE 4 core library.

%files -n %{libkmbox}
%{_kde_libdir}/libkmbox.so.%{kmbox_major}*

#----------------------------------------------------------------------------

%define kmime_major 4
%define libkmime %mklibname kmime %{kmime_major}

%package -n %{libkmime}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkmime}
KDE 4 core library.

%files -n %{libkmime}
%{_kde_libdir}/libkmime.so.%{kmime_major}*

#----------------------------------------------------------------------------

%define kpimutils_major 4
%define libkpimutils %mklibname kpimutils %{kpimutils_major}

%package -n %{libkpimutils}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkpimutils}
KDE 4 core library.

%files -n %{libkpimutils}
%{_kde_libdir}/libkpimutils.so.%{kpimutils_major}*

#----------------------------------------------------------------------------

%define kresources_major 4
%define libkresources %mklibname kresources %{kresources_major}

%package -n %{libkresources}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkresources}
KDE 4 core library.

%files -n %{libkresources}
%{_kde_libdir}/libkresources.so.%{kresources_major}*

#----------------------------------------------------------------------------

%define ktnef_major 4
%define libktnef %mklibname ktnef %{ktnef_major}

%package -n %{libktnef}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libktnef}
KDE 4 core library.

%files -n %{libktnef}
%{_kde_libdir}/libktnef.so.%{ktnef_major}*

#----------------------------------------------------------------------------

%define kxmlrpcclient_major 4
%define libkxmlrpcclient %mklibname kxmlrpcclient %{kxmlrpcclient_major}

%package -n %{libkxmlrpcclient}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libkxmlrpcclient}
KDE 4 core library.

%files -n %{libkxmlrpcclient}
%{_kde_libdir}/libkxmlrpcclient.so.%{kxmlrpcclient_major}*

#----------------------------------------------------------------------------

%define mailtransport_major 4
%define libmailtransport %mklibname mailtransport %{mailtransport_major}

%package -n %{libmailtransport}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libmailtransport}
KDE 4 core library.

%files -n %{libmailtransport}
%{_kde_libdir}/libmailtransport.so.%{mailtransport_major}*

#------------------------------------------------

%define syndication_major 4
%define libsyndication %mklibname syndication %{syndication_major}

%package -n %{libsyndication}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libsyndication}
KDE 4 core library.

%files -n %{libsyndication}
%{_kde_libdir}/libsyndication.so.%{syndication_major}*

#----------------------------------------------------------------------------

%define qgpgme_major 1
%define libqgpgme %mklibname qgpgme %{qgpgme_major}

%package -n %{libqgpgme}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libqgpgme}
KDE 4 core library.

%files -n %{libqgpgme}
%{_kde_libdir}/libqgpgme.so.%{qgpgme_major}*

#----------------------------------------------------------------------------

%define gpgmepp_major 2
%define libgpgmepp %mklibname gpgme++ %{gpgmepp_major}

%package -n %{libgpgmepp}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libgpgmepp}
KDE 4 core library.

%files -n %{libgpgmepp}
%{_kde_libdir}/libgpgme+*.so.%{gpgmepp_major}*

#----------------------------------------------------------------------------

%define kpimidentities_major 4
%define libkpimidentities %mklibname kpimidentities %{kpimidentities_major}

%package -n %{libkpimidentities}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkpimidentities}
KDE 4 core library.

%files -n %{libkpimidentities}
%{_kde_libdir}/libkpimidentities.so.%{kpimidentities_major}*

#----------------------------------------------------------------------------

%define kholidays_major 4
%define libkholidays %mklibname kholidays %{kholidays_major}

%package -n %{libkholidays}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkholidays}
KDE 4 core library.

%files -n %{libkholidays}
%{_kde_libdir}/libkholidays.so.%{kholidays_major}*

#----------------------------------------------------------------------------

%define kpimtextedit_major 4
%define libkpimtextedit %mklibname kpimtextedit %{kpimtextedit_major}

%package -n %{libkpimtextedit}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkpimtextedit}
KDE 4 core library.

%files -n %{libkpimtextedit}
%{_kde_libdir}/libkpimtextedit.so.%{kpimtextedit_major}*

#----------------------------------------------------------------------------

%define microblog_major 4
%define libmicroblog %mklibname microblog %{microblog_major}

%package -n %{libmicroblog}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libmicroblog}
KDE 4 core library.

%files -n %{libmicroblog}
%{_kde_libdir}/libmicroblog.so.%{microblog_major}*

#----------------------------------------------------------------------------

%define kontactinterface_major 4
%define libkontactinterface %mklibname kontactinterface %{kontactinterface_major}

%package -n %{libkontactinterface}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkontactinterface}
KDE 4 core library.

%files -n %{libkontactinterface}
%{_kde_libdir}/libkontactinterface.so.%{kontactinterface_major}*

#----------------------------------------------------------------------------

%define kcalcore_major 4
%define libkcalcore %mklibname kcalcore %{kcalcore_major}

%package -n %{libkcalcore}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkcalcore}
KDE 4 core library.

%files -n %{libkcalcore}
%{_kde_libdir}/libkcalcore.so.%{kcalcore_major}*

#----------------------------------------------------------------------------

%define kcalutils_major 4
%define libkcalutils %mklibname kcalutils %{kcalutils_major}

%package -n %{libkcalutils}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkcalutils}
KDE 4 core library.

%files -n %{libkcalutils}
%{_kde_libdir}/libkcalutils.so.%{kcalutils_major}*

#----------------------------------------------------------------------------

%define kalarmcal_major 2
%define libkalarmcal %mklibname kalarmcal %{kalarmcal_major}

%package -n %{libkalarmcal}
Summary:	KDE 4 core library
Group:		System/Libraries
Requires:	%{name}-core = %{EVRD}

%description -n %{libkalarmcal}
KDE 4 core library.

%files -n %{libkalarmcal}
%{_kde_libdir}/libkalarmcal.so.%{kalarmcal_major}*

#----------------------------------------------------------------------------

%package devel
Group:		Development/KDE and Qt
Summary:	Header files and documentation for compiling KDE applications
Requires:	%{name}-core = %{EVRD}
Requires:	%{libakonadi_calendar} = %{EVRD}
Requires:	%{libakonadi_contact} = %{EVRD}
Requires:	%{libakonadi_kabc} = %{EVRD}
Requires:	%{libakonadi_kcal} = %{EVRD}
Requires:	%{libakonadi_kde} = %{EVRD}
Requires:	%{libakonadi_kmime} = %{EVRD}
Requires:	%{libakonadi_notes} = %{EVRD}
Requires:	%{libakonadi_socialutils} = %{EVRD}
Requires:	%{libakonadi_xml} = %{EVRD}
Requires:	%{libgpgmepp} = %{EVRD}
Requires:	%{libkabc} = %{EVRD}
Requires:	%{libkabc_file_core} = %{EVRD}
Requires:	%{libkblog} = %{EVRD}
Requires:	%{libkcal} = %{EVRD}
Requires:	%{libkcalcore} = %{EVRD}
Requires:	%{libkcalutils} = %{EVRD}
Requires:	%{libkholidays} = %{EVRD}
Requires:	%{libkimap} = %{EVRD}
Requires:	%{libkldap} = %{EVRD}
Requires:	%{libkmbox} = %{EVRD}
Requires:	%{libkmime} = %{EVRD}
Requires:	%{libkontactinterface} = %{EVRD}
Requires:	%{libkpimidentities} = %{EVRD}
Requires:	%{libkpimtextedit} = %{EVRD}
Requires:	%{libkpimutils} = %{EVRD}
Requires:	%{libkresources} = %{EVRD}
Requires:	%{libktnef} = %{EVRD}
Requires:	%{libkxmlrpcclient} = %{EVRD}
Requires:	%{libmailtransport} = %{EVRD}
Requires:	%{libmicroblog} = %{EVRD}
Requires:	%{libqgpgme} = %{EVRD}
Requires:	%{libsyndication} = %{EVRD}
Requires:	%{libkalarmcal} = %{EVRD}
Requires:	kdelibs4-devel
Requires:	boost-devel
# To avoid file conflict (FindQtOAuth.cmake)
Conflicts:	choqok-devel < 1.3-3

%description devel
This package includes the header files you will need to compile applications
for KDE. Also included is the KDE API documentation in HTML format for easy
browsing.

%files devel
%{_kde_includedir}/*
%{_kde_libdir}/*.so
# kimaptest gets built as static lib only
%{_kde_libdir}/libkimaptest.a
%{_kde_datadir}/apps/cmake/*/*
%{_kde_libdir}/gpgmepp/*.cmake
%{_kde_libdir}/kde4/plugins/designer/*.so
%{_kde_libdir}/cmake/KdepimLibs

#----------------------------------------------------------------------------

%prep
%setup -q -n kdepimlibs-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Tue Jan 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.4-3
- (6f7db85) Drop kdepimlibs4-core from libsyndication4 Requires to avoid dependency on kdepimlibs4-core for ktorrent
- (Andrey Bondrov: 6bc6688) Drop kdepimlibs4-core from libkxmlrpcclient4 Requires to avoid dependency on kdepimlibs4-core for kdebase4-runtime

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 3:4.14.4-2
- (63eb7da) MassBuild#656: Increase release tag

* Tue Jan 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.4-1
- (9f34345) New version 4.14.4

* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
- (b0dfd47) LOG New version 4.14.3 (sync spec and patches with Cooker)

* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.3-1
- (65c89d5) LOG New version 4.13.3 (sync spec and patches with Cooker)

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3:4.13.2-2
- (e4b069a) MassBuild#440: Increase release tag

* Mon Jun 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.13.2-1
- (b4dcd83) LOG New version 4.13.2 (sync spec and patches with Cooker)

* Fri May 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.12.4-2
- (e4fb07d) Bump release

* Wed Apr 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.12.4-1
- (8e4aadb) LOG New version 4.12.4 (sync spec and patches with Cooker)

* Thu Mar 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.12.3-1
- (18bfdc7) LOG New version 4.12.3 (sync spec and patches with Cooker)

* Wed Dec 18 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.4-1
- (fba6cd7) LOG New version 4.11.4

* Thu Nov 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.3-1
- (51a4231) LOG New version 4.11.3

* Fri Oct 25 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.11.2-1
- (5384bfe) LOG New version 4.11.2

* Tue Jul 09 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.10.5-1
- (7b217c0) LOG New version 4.10.5

* Thu Jun 13 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.10.4-1
- (b059fe0) LOG New version 4.10.4

* Mon May 20 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.10.3-1
- (98f40f6) LOG New version 4.10.3 (sync with Cooker)

* Sat Jan 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.9.5-1
- (5d05565) LOG New version 4.9.5

* Wed Dec 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.9.4-1
- (9f7bec3) LOG New version 4.9.4

* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.9.4-0.1
- (78e76ce) LOG Update to 4.9.4 (git snapshot)

* Wed Nov 07 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.9.3-1
- (4559bc3) LOG Drop l10n-ru patch
- (Andrey Bondrov: e746a18) LOG New version 4.9.3

* Thu Oct 04 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.9.2-1
- (4e516d9) New version 4.9.2

* Mon Sep 10 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.9.1-1
- (b7e92dd) New version 4.9.1

* Sat Aug 04 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.9.0-2
- (c5f8106) Rebuild for new gpgme

* Fri Aug 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.9.0-1
- (7ed854e) Re-diff l10n patch
- (Andrey Bondrov: 7c816fc) New version 4.9.0

* Fri Jul 13 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.8.97-1
- (1104904) New version 4.8.97

* Thu Jun 28 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.8.95-1
- (777f23f) Update to 4.8.95

* Tue Jun 19 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.8.90-1
- (b4b7244) Update to 4.8.90



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22926 |14mu|kdeplasma-addons-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A compilation of plasma items (runners, applets, plasmoids) for KDE4
Name:		kdeplasma-addons
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdeplasma-addons-%{version}.tar.xz
BuildRequires:	boost-devel
BuildRequires:	kdebase4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	lm_sensors-devel
BuildRequires:	marble-devel
BuildRequires:	python-devel
BuildRequires:	qt4-qtdbus
BuildRequires:	pkgconfig(eigen2)
BuildRequires:	pkgconfig(libkexiv2)
BuildRequires:	pkgconfig(libqalculate)
BuildRequires:	pkgconfig(qimageblitz) < 5.0.0
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(qoauth)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xtst)

# Possible features to add:
#BuildRequires: pkgconfig(ibus-1.0)
#BuildRequires:	pkgconfig(scim)

Provides:	kdeplasma
Provides:	kdeplasma4 = %{version}

Suggests:	plasma-desktoptheme-default

Suggests:	plasma-applet-bball
Suggests:	plasma-applet-binaryclock
Suggests:	plasma-applet-blackboard
Suggests:	plasma-applet-bookmarks
Suggests:	plasma-applet-bubblemon
Suggests:	plasma-applet-calculator
Suggests:	plasma-applet-charselect
Suggests:	plasma-applet-comic
Suggests:	plasma-applet-dict
Suggests:	plasma-applet-eyes
Suggests:	plasma-applet-fifteenpuzzle
Suggests:	plasma-applet-filewatcher
Suggests:	plasma-applet-frame
Suggests:	plasma-applet-fuzzy-clock
Suggests:	plasma-applet-icontasks
Suggests:	plasma-applet-incomingmsg
Suggests:	plasma-applet-kimpanel
Suggests:	plasma-applet-kolourpicker
Suggests:	plasma-applet-konqprofiles
Suggests:	plasma-applet-konsoleprofiles
Suggests:	plasma-applet-knowledgebase
Suggests:	plasma-applet-lancelot
Suggests:	plasma-applet-leavenote
Suggests:	plasma-applet-life
Suggests:	plasma-applet-luna
Suggests:	plasma-applet-magnifique
Suggests:	plasma-applet-mediaplayer
Suggests:	plasma-applet-microblog
Suggests:	plasma-applet-news
Suggests:	plasma-applet-notes
Suggests:	plasma-applet-nowplaying
Suggests:	plasma-applet-opendesktop
Suggests:	plasma-applet-paste
Suggests:	plasma-applet-plasmaboard
Suggests:	plasma-applet-previewer
Suggests:	plasma-applet-qalculate
Suggests:	plasma-applet-rssnow
Suggests:	plasma-applet-rtm
Suggests:	plasma-applet-showdashboard
Suggests:	plasma-applet-showdesktop
Suggests:	plasma-applet-spellcheck
Suggests:	plasma-applet-systemloadviewer
Suggests:	plasma-applet-timer
Suggests:	plasma-applet-unitconverter
Suggests:	plasma-applet-weather
Suggests:	plasma-applet-weatherstation
Suggests:	plasma-applet-webslice

Suggests:	plasma-runner-audioplayercontrol
Suggests:	plasma-runner-browserhistory
Suggests:	plasma-runner-charrunner
Suggests:	plasma-runner-contacts
Suggests:	plasma-runner-converter
Suggests:	plasma-runner-datetime
Suggests:	plasma-runner-dictionary
Suggests:	plasma-runner-events
Suggests:	plasma-runner-katesessions
Suggests:	plasma-runner-konquerorsessions
Suggests:	plasma-runner-konsolesessions
Suggests:	plasma-runner-kopete
Suggests:	plasma-runner-mediawiki
Suggests:	plasma-runner-spellchecker
Suggests:	plasma-runner-translator
Suggests:	plasma-runner-youtube

Suggests:	plasma-wallpaper-mandelbrot
Suggests:	plasma-wallpaper-marble
Suggests:	plasma-wallpaper-pattern
Suggests:	plasma-wallpaper-potd
Suggests:	plasma-wallpaper-qml
Suggests:	plasma-wallpaper-virus
Suggests:	plasma-wallpaper-weather

%description
A compilation of plasma items (runners, applets, plasmoids) for KDE4.

%files
%doc COPYING

#-----------------------------------------------------------------------------

%package -n plasma-applet-icontasks
Summary:	Plasma icontasks applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-icontasks
Plasma icontasks applet.

%files -n plasma-applet-icontasks
%{_kde_libdir}/kde4/plasma_applet_icontasks.so
%{_kde_services}/plasma-applet-icontasks.desktop
%{_kde_appsdir}/kdeplasma-addons/mediabuttonsrc
%{_kde_appsdir}/desktoptheme/default/icontasks

#-----------------------------------------------------------------------------

%package -n plasma-applet-filewatcher
Summary:	Monitor applet for files
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-filewatcher
Monitor applet for files.

%files -n plasma-applet-filewatcher
%{_kde_libdir}/kde4/plasma_applet_fileWatcher.so
%{_kde_services}/plasma-fileWatcher-default.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-bookmarks
Summary:	Bookmark applet for KDE
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Provides:	plasma-applet

%description -n plasma-applet-bookmarks
This applet provides access to KDE's bookmark

%files -n plasma-applet-bookmarks
%{_kde_services}/plasma-applet-bookmarks.desktop
%{_kde_libdir}/kde4/plasma_applet_bookmarks.so

#-----------------------------------------------------------------------------

%package -n plasma-applet-notes
Summary:	Plasma notes applets
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-notes
Plasma notes applets.

%files -n plasma-applet-notes
%{_kde_libdir}/kde4/plasma_applet_notes.so
%{_kde_services}/plasma-notes-default.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-showdesktop
Summary:	Show desktop contents
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-showdesktop
Show desktop contents.

%files -n plasma-applet-showdesktop
%{_kde_libdir}/kde4/plasma_applet_showdesktop.so
%{_kde_services}/plasma-applet-showdesktop.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-comic
Summary:	Make your day happy with daily desktop comics applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet
Requires:	plasma-dataengine-comic = %{EVRD}
Conflicts:	plasma-dataengine-comic < 4.10.4-2

%description -n plasma-applet-comic
Make your day happy with daily desktop comics applet

%files -n plasma-applet-comic
%{_kde_libdir}/kde4/plasma_applet_comic.so
%{_kde_configdir}/comic.knsrc
%{_kde_services}/plasma-comic-default.desktop
%{_kde_appsdir}/plasma/packages/org.kde.comic

#-----------------------------------------------------------------------------

%package -n plasma-applet-konqprofiles
Summary:	Live konqueror profile viewer
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Requires:	plasma-dataengine-konqprofiles = %{EVRD}
Provides:	plasma-applet

%description -n plasma-applet-konqprofiles
Live konqueror profile viewer.

%files -n plasma-applet-konqprofiles
%{_kde_appsdir}/plasma/plasmoids/konqprofiles
%{_kde_services}/plasma-applet-konqprofiles.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-rssnow
Summary:	Plasma RSS Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-rssnow
Plasma RSS Applet

%files -n plasma-applet-rssnow
%{_kde_libdir}/kde4/plasma_applet_rssnow.so
%{_kde_appsdir}/desktoptheme/default/rssnow
%{_kde_services}/plasma-applet-rssnow.desktop
%{_kde_appsdir}/rssnow

#-----------------------------------------------------------------------------

%package -n plasma-applet-previewer
Summary:	Previewer Plasma Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-previewer
Previewer Plasma Applet

%files -n plasma-applet-previewer
%{_kde_libdir}/kde4/plasma_applet_previewer.so
%{_kde_iconsdir}/hicolor/*/apps/previewer.png
%{_kde_services}/ServiceMenus/preview.desktop
%{_kde_services}/plasma-applet-previewer.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-bball
Summary:	bball Plasma Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-bball
bball Plasma Applet

%files -n plasma-applet-bball
%{_kde_iconsdir}/*/*/*/bball*
%{_kde_services}/plasma-applet-bball.desktop
%{_kde_appsdir}/bball
%{_kde_libdir}/kde4/plasma_applet_bball.so

#-----------------------------------------------------------------------------

%package -n plasma-applet-incomingmsg
Summary:	incomingmsg Plasma Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-incomingmsg
incomingmsg Plasma Applet

%files -n plasma-applet-incomingmsg
%{_kde_services}/plasma-applet-incomingmsg.desktop
%{_kde_libdir}/kde4/plasma_applet_incomingmsg.so

#-----------------------------------------------------------------------------

%package -n plasma-applet-leavenote
Summary:	Leave A Note
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-leavenote
Leave notes for users while they are away

%files -n plasma-applet-leavenote
%{_kde_libdir}/kde4/plasma_applet_leavenote.so
%{_kde_services}/plasma-applet-leavenote.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-life
Summary:	life Plasma Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-life
life Plasma Applet

%files -n plasma-applet-life
%{_kde_libdir}/kde4/plasma_applet_life.so
%{_kde_services}/plasma-applet-life.desktop
%{_kde_iconsdir}/hicolor/*/apps/lifegame.*

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-kdeobservatory
Summary:	Engine of the kdeobservatory plasma applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine

%description -n plasma-dataengine-kdeobservatory
Engine of the kdeobservatory plasma applet

%files -n plasma-dataengine-kdeobservatory
%{_kde_libdir}/kde4/plasma_engine_kdeobservatory.so
%{_kde_appsdir}/plasma/services/kdeobservatory.operations
%{_kde_services}/plasma-engine-kdeobservatory.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-pastebin
Summary:	Pastebin plasma Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-pastebin
Paste text/images to a remote server

%files -n plasma-applet-pastebin
%{_kde_services}/plasma-applet-pastebin.desktop
%{_kde_libdir}/kde4/plasma_applet_pastebin.so
%{_kde_appsdir}/plasma_pastebin
%{_kde_configdir}/pastebin.knsrc

#-----------------------------------------------------------------------------

%package -n plasma-applet-knowledgebase
Summary:	Widget that can query the knowledgebase of opendesktop.org
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet
Requires:	plasma-dataengine-ocs

%description -n plasma-applet-knowledgebase
Widget that can query the knowledgebase of opendesktop.org

%files -n plasma-applet-knowledgebase
%{_kde_libdir}/kde4/plasma_applet_knowledgebase.so
%{_kde_services}/plasma-applet-knowledgebase.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-blackboard
Summary:	A blackboard plasma applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-blackboard
A blackboard plasma applet

%files -n plasma-applet-blackboard
%{_kde_libdir}/kde4/plasma_applet_blackboard.so
%{_kde_services}/plasma-applet-blackboard.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-plasmaboard
Summary:	A plasmaboard plasma applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-plasmaboard
A virtual, on-screen keyboard

%files -n plasma-applet-plasmaboard
%{_kde_libdir}/kde4/plasma_applet_plasmaboard.so
%{_kde_services}/plasma_applet_plasmaboard.desktop
%{_kde_appsdir}/plasmaboard

#-----------------------------------------------------------------------------

%package -n plasma-applet-konsoleprofiles
Summary:	Live konsole profile viewer
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Requires:	plasma-dataengine-konsoleprofiles = %{EVRD}
Provides:	plasma-applet

%description -n plasma-applet-konsoleprofiles
Live konsole profile viewer.

%files -n plasma-applet-konsoleprofiles
%{_kde_appsdir}/plasma/plasmoids/konsoleprofiles
%{_kde_services}/plasma-applet-konsoleprofiles.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-luna
Summary:	Lunar calendar
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-luna
Lunar calendar applet.

%files -n plasma-applet-luna
%{_kde_libdir}/kde4/plasma_applet_luna.so
%{_kde_services}/plasma-applet-luna.desktop
%{_kde_iconsdir}/hicolor/*/apps/luna.png

#-----------------------------------------------------------------------------

%package -n plasma-applet-lancelot
Summary:	Plasma lancelot applets
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-lancelot
Plasma lancelot applets.

%files -n plasma-applet-lancelot
%{_kde_bindir}/lancelot
%{_kde_libdir}/kde4/plasma_applet_lancelot_part.so
%{_kde_libdir}/kde4/plasma_applet_lancelot_launcher.so
%{_kde_services}/plasma-applet-lancelot-launcher.desktop
%{_kde_iconsdir}/hicolor/*/apps/lancelot*.png
%{_kde_iconsdir}/hicolor/*/apps/plasmaapplet-shelf.png
%{_kde_services}/plasma-applet-lancelot-part.desktop
%{_kde_services}/lancelot.desktop
%{_kde_datadir}/mime/packages/lancelotpart-mime.xml
%{_kde_appsdir}/desktoptheme/*/lancelot
%{_kde_appsdir}/lancelot

#-----------------------------------------------------------------------------

%define lancelot_major 2
%define liblancelot %mklibname lancelot %{lancelot_major}

%package -n %{liblancelot}
Summary:	%{name} library
Group:		System/Libraries
Obsoletes:	%{_lib}lancelot1 < %{EVRD}

%description -n %{liblancelot}
%{name} library.

%files -n %{liblancelot}
%{_kde_libdir}/liblancelot.so.*

#-----------------------------------------------------------------------------

%package -n plasma-desktoptheme-default
Summary:	Plasma default desktopthemes
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace

%description -n plasma-desktoptheme-default
Plasma default desktopthemes.

%files -n plasma-desktoptheme-default
%{_kde_appsdir}/desktoptheme/default/widgets

#-----------------------------------------------------------------------------

%package -n plasma-applet-microblog
Summary:	Microblog applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet
Requires:	plasma-dataengine-microblog = %{EVRD}
Provides:	plasma-applet-twitter = %{EVRD}

%description -n plasma-applet-microblog
Update and view your microblog status

%files -n plasma-applet-microblog
%{_kde_libdir}/kde4/plasma_applet_microblog.so
%{_kde_services}/plasma-applet-microblog.desktop
%{_kde_appsdir}/plasma/services/tweet.operations

#-----------------------------------------------------------------------------

%package -n plasma-applet-nowplaying
Summary:	SWoong notifier applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-nowplaying
Song notifier applet

%files -n plasma-applet-nowplaying
%{_kde_appsdir}/plasma/plasmoids/nowplaying
%{_kde_services}/plasma-applet-nowplaying.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-binaryclock
Summary:	Simplified way to see the hours
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-binaryclock
Simplified way to see the hours.

%files -n plasma-applet-binaryclock
%{_kde_libdir}/kde4/plasma_applet_binaryclock.so
%{_kde_services}/plasma-applet-binaryclock.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-dict
Summary:	Dict applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-dict
A dict applets.

%files -n plasma-applet-dict
%{_kde_libdir}/kde4/plasma_applet_dict.so
%{_kde_services}/plasma-dict-default.desktop
%{_kde_iconsdir}/hicolor/scalable/apps/accessories-dict*

#-----------------------------------------------------------------------------

%package -n plasma-applet-fuzzy-clock
Summary:	A lazy way to see the hours
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-fuzzy-clock
A lazy way to see the hours.

%files -n plasma-applet-fuzzy-clock
%{_kde_libdir}/kde4/plasma_applet_fuzzy_clock.so
%{_kde_services}/plasma-clock-fuzzy.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-frame
Summary:	A basic pictures frame to desktop
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-frame
A basic pictures frame to desktop.

%files -n plasma-applet-frame
%{_kde_libdir}/kde4/plasma_applet_frame.so
%{_kde_services}/plasma-frame-default.desktop
%{_kde_appsdir}/plasma-applet-frame

#-----------------------------------------------------------------------------

%package -n plasma-applet-showdashboard
Summary:	Plasma showdashboard applets
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-showdashboard
Plasma showdashboard applets.

%files -n plasma-applet-showdashboard
%{_kde_libdir}/kde4/plasma_applet_showdashboard.so
%{_kde_services}/plasma-applet-showdashboard.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-calculator
Summary:	Plasma calculator applets
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-calculator
Plasma calculator applets.

%files -n plasma-applet-calculator
%{_kde_appsdir}/plasma/plasmoids/calculator
%{_kde_services}/plasma-applet-calculator.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-fifteenpuzzle
Summary:	Plasma fifteenpuzzle applets
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-fifteenpuzzle
Plasma fifteenpuzzle applets.

%files -n plasma-applet-fifteenpuzzle
%{_kde_libdir}/kde4/plasma_applet_fifteenPuzzle.so
%{_kde_services}/plasma-applet-fifteenPuzzle.desktop
%{_kde_appsdir}/desktoptheme/default/fifteenPuzzle
%{_kde_iconsdir}/*/*/*/fifteenpuzzle.*

#-----------------------------------------------------------------------------

%package -n plasma-applet-kolourpicker
Summary:	Basic color picker
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-kolourpicker
Basic color picker.

%files -n plasma-applet-kolourpicker
%{_kde_libdir}/kde4/plasma_applet_kolourpicker.so
%{_kde_services}/plasma-kolourpicker-default.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-unitconverter
Summary:	Unit Converter
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-unitconverter
Unit Converter.

%files -n plasma-applet-unitconverter
%{_kde_libdir}/kde4/plasma_applet_unitconverter.so
%{_kde_services}/plasma-applet-unitconverter.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-systemloadviewer
Summary:	System Load Viewer
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-systemloadviewer
System Load Viewer.

%files -n plasma-applet-systemloadviewer
%{_kde_libdir}/kde4/plasma-applet_systemloadviewer.so
%{_kde_services}/plasma-applet-systemloadviewer.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-weather
Summary:	Weather Forecast
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Conflicts:	plasma-wallpaper-qml < 4.10.2-2
Provides:	plasma-applet

%description -n plasma-applet-weather
Weather Forecast.

%files -n plasma-applet-weather
%{_kde_libdir}/kde4/plasma_applet_weather.so
%{_kde_services}/plasma-applet-weather.desktop
%{_kde_appsdir}/desktoptheme/default/weather/wind-arrows.svgz
%{_kde_appsdir}/plasma/packages/org.kde.weather/

#-----------------------------------------------------------------------------

%package -n plasma-applet-bubblemon
Summary:	Monitor your system
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-bubblemon
A pretty bubble that monitors your system.

%files -n plasma-applet-bubblemon
%{_kde_libdir}/kde4/plasma_applet_bubblemon.so
%{_kde_services}/plasma-applet-bubblemon.desktop
%{_kde_appsdir}/desktoptheme/default/bubblemon/bubble.svg

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-comic
Summary:	Plasma comic dataengines
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine
Conflicts:	plasma-applet-comic < 4.10.4-2

%description -n plasma-dataengine-comic
Plasma comic dataengines.

%files -n plasma-dataengine-comic
%{_kde_libdir}/kde4/plasma_comic_krossprovider.so
%{_kde_libdir}/kde4/plasma_engine_comic.so
%{_kde_libdir}/kde4/plasma_packagestructure_comic.so
%{_kde_services}/plasma-dataengine-comic.desktop
%{_kde_services}/plasma-packagestructure-comic.desktop
%{_kde_servicetypes}/plasma_comicprovider.desktop

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-microblog
Summary:	Plasma micrbolog dataengines
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine
Provides:	plasma-dataengine-twitter = %{EVRD}

%description -n plasma-dataengine-microblog
Plasma microblog dataengines.

%files -n plasma-dataengine-microblog
%{_kde_libdir}/kde4/plasma_engine_microblog.so
%{_kde_services}/plasma-dataengine-microblog.desktop

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-rtm
Summary:	An engine to work with Remember the Milk
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine
Provides:	plasma-dataengine-rememberthemilk = %{EVRD}
Provides:	plasma-dataengine-rtm = %{EVRD}

%description -n plasma-dataengine-rtm
An engine to work with Remember the Milk.

%files -n plasma-dataengine-rtm
%{_kde_libdir}/kde4/plasma_engine_rtm.so
%{_kde_services}/plasma-engine-rtm.desktop
%{_kde_appsdir}/plasma/services/rtmauth.operations
%{_kde_appsdir}/plasma/services/rtmtask.operations
%{_kde_appsdir}/plasma/services/rtmtasks.operations

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-ocs
Summary:	Open Collaboration Services
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine
Provides:	plasma-dataengine-ocs = %{EVRD}

%description -n plasma-dataengine-ocs
Open Collaboration Services.

%files -n plasma-dataengine-ocs
%{_kde_libdir}/kde4/plasma_engine_ocs.so
%{_kde_services}/plasma-dataengine-ocs.desktop

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-potd
Summary:	Picture of the Day
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine
Provides:	plasma-dataengine-potd = %{EVRD}

%description -n plasma-dataengine-potd
Data Engine for getting various online Pictures of The Day.

%files -n plasma-dataengine-potd
%{_kde_libdir}/kde4/plasma_potd_apodprovider.so
%{_kde_libdir}/kde4/plasma_potd_epodprovider.so
%{_kde_libdir}/kde4/plasma_potd_flickrprovider.so
%{_kde_libdir}/kde4/plasma_potd_natgeoprovider.so
%{_kde_libdir}/kde4/plasma_potd_oseiprovider.so
%{_kde_libdir}/kde4/plasma_potd_wcpotdprovider.so
%{_kde_libdir}/kde4/plasma_engine_potd.so
%{_kde_services}/plasma-dataengine-potd.desktop
%{_kde_services}/apodprovider.desktop
%{_kde_services}/epodprovider.desktop
%{_kde_services}/flickrprovider.desktop
%{_kde_services}/natgeoprovider.desktop
%{_kde_services}/oseiprovider.desktop
%{_kde_services}/wcpotdprovider.desktop
%{_kde_servicetypes}/plasma_potdprovider.desktop

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-konqprofiles
Summary:	List and launch Konqueror profiles
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine

%description -n plasma-dataengine-konqprofiles
Data Engine to list and launch Konqueror profiles.

%files -n plasma-dataengine-konqprofiles
%{_kde_libdir}/kde4/plasma_engine_konqprofiles.so
%{_kde_services}/plasma-dataengine-konqprofiles.desktop
%{_kde_appsdir}/plasma/services/org.kde.plasma.dataengine.konqprofiles.operations

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-konsoleprofiles
Summary:	List and launch Konsole profiles
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine

%description -n plasma-dataengine-konsoleprofiles
Data Engine to list and launch Konsole profiles.

%files -n plasma-dataengine-konsoleprofiles
%{_kde_libdir}/kde4/plasma_engine_konsoleprofiles.so
%{_kde_services}/plasma-dataengine-konsoleprofiles.desktop
%{_kde_appsdir}/plasma/services/org.kde.plasma.dataengine.konsoleprofiles.operations

#-----------------------------------------------------------------------------

%package -n plasma-runner-converter
Summary:	Plasma converter runners
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-converter
Plasma converter runners.

%files -n plasma-runner-converter
%{_kde_services}/plasma-runner-converter.desktop
%{_kde_libdir}/kde4/krunner_converter.so

#-----------------------------------------------------------------------------

%package -n plasma-runner-charrunner
Summary:	Plasma charrunner runners
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-charrunner
Plasma charrunner runners.

%files -n plasma-runner-charrunner
%{_kde_libdir}/kde4/kcm_krunner_charrunner.so
%{_kde_libdir}/kde4/krunner_charrunner.so
%{_kde_services}/CharRunner_config.desktop
%{_kde_services}/CharacterRunner.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-datetime
Summary:	Plasma charrunner runners
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-datetime
Plasma datetime runners.

%files -n plasma-runner-datetime
%{_kde_libdir}/kde4/plasma_runner_datetime.so
%{_kde_services}/plasma-runner-datetime.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-dictionary
Summary:	Plasma charrunner runners
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-dictionary
Plasma datetime runners.

%files -n plasma-runner-dictionary
%{_kde_libdir}/kde4/kcm_krunner_dictionary.so
%{_kde_libdir}/kde4/krunner_dictionary.so
%{_kde_services}/plasma-runner-dictionary.desktop
%{_kde_services}/plasma-runner-dictionary_config.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-contacts
Summary:	Plasma contacts runners
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-contacts
Plasma contacts runners.

%files -n plasma-runner-contacts
%{_kde_libdir}/kde4/krunner_contacts.so
%{_kde_services}/plasma-runner-contacts.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-events
Summary:	Plasma events runners
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-events
Plasma events runners.

%files -n plasma-runner-events
%{_kde_libdir}/kde4/plasma_runner_events.so
%{_kde_libdir}/kde4/kcm_plasma_runner_events.so
%{_kde_services}/plasma-runner-events_config.desktop
%{_kde_services}/plasma-runner-events.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-weatherstation
Summary:	Plasma applet weatherstation
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Conflicts:	plasma-wallpaper-qml < 4.10.2-2
Provides:	plasma-applet

%description -n plasma-applet-weatherstation
Plasma applet weatherstation.

%files -n plasma-applet-weatherstation
%{_kde_libdir}/kde4/plasma_applet_weatherstation.so
%{_kde_appsdir}/desktoptheme/default/weatherstation
%{_kde_appsdir}/plasma/packages/org.kde.lcdweather/
%{_kde_services}/plasma-applet-weatherstation.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-news
Summary:	Plasma applet news
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-news
Plasma applet news

%files -n plasma-applet-news
%{_kde_services}/plasma-applet-news.desktop
%{_kde_libdir}/kde4/plasma_applet_news.so
%{_kde_appsdir}/desktoptheme/default/stylesheets/news.css

#-----------------------------------------------------------------------------

%package -n plasma-applet-charselect
Summary:	Plasma applet charselect
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-charselect
Plasma applet charselect

%files -n plasma-applet-charselect
%{_kde_services}/plasma-applet-charselect.desktop
%{_kde_libdir}/kde4/plasma_applet_charselect.so

#-----------------------------------------------------------------------------

%package -n plasma-applet-eyes
Summary:	Plasma applet paste
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-eyes
Plasma applet eyes

%files -n plasma-applet-eyes
%{_kde_libdir}/kde4/plasma_applet_eyes.so
%{_kde_services}/plasma-applet-eyes.desktop
%{_kde_iconsdir}/hicolor/*/apps/eyes.*

#-----------------------------------------------------------------------------

%package -n plasma-applet-paste
Summary:	Plasma applet paste
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-paste
Plasma applet paste

%files -n plasma-applet-paste
%{_kde_libdir}/kde4/plasma_applet_paste.so
%{_kde_services}/plasma-applet-paste.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-timer
Summary:	Plasma applet timer
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-timer
Plasma applet timer

%files -n plasma-applet-timer
%{_kde_libdir}/kde4/plasma_applet_timer.so
%{_kde_services}/plasma-applet-timer.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-opendesktop
Summary:	Communicate using the Social Desktop
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Requires:	plasma-dataengine-ocs
Provides:	plasma-applet

%description -n plasma-applet-opendesktop
Communicate using the Social Desktop.

%files -n plasma-applet-opendesktop
%{_kde_libdir}/kde4/plasma_applet_opendesktop.so
%{_kde_services}/plasma-applet-opendesktop.desktop
%{_kde_services}/plasma-applet-opendesktop-activities.desktop
%{_kde_libdir}/kde4/plasma_applet_opendesktop_activities.so
%{_kde_appsdir}/plasma-applet-opendesktop-activities/plasma-applet-opendesktop-activities.notifyrc
%{_kde_appsdir}/plasma/services/ocsPerson.operations
%{_kde_appsdir}/plasma-applet-opendesktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-magnifique
Summary:	A magnification glass for Plasma canvas
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-magnifique
A magnification glass for Plasma canvas.

%files -n plasma-applet-magnifique
%{_kde_libdir}/kde4/plasma_applet_magnifique.so
%{_kde_services}/plasma-applet-magnifique.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-qalculate
Summary:	A Qalculate plasma applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-qalculate
A Qalculate plasma applet

%files -n plasma-applet-qalculate
%{_kde_libdir}/kde4/plasma_applet_qalculate.so
%{_kde_services}/plasma-applet-qalculate.desktop
%{_kde_iconsdir}/hicolor/*/apps/qalculate-applet.png

#-----------------------------------------------------------------------------

%package -n plasma-applet-mediaplayer
Summary:	Widget that can play video and sound
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-mediaplayer
Widget that can play video and sound.

%files -n plasma-applet-mediaplayer
%{_kde_libdir}/kde4/plasma_applet_mediaplayer.so
%{_kde_services}/plasma-applet-mediaplayer.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-spellcheck
Summary:	Fast spell checking applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-spellcheck
Fast spell checking applet

%files -n plasma-applet-spellcheck
%{_kde_libdir}/kde4/plasma_applet_spellcheck.so
%{_kde_services}/plasma-applet-spellcheck.desktop

#-----------------------------------------------------------------------------

%package -n plasma-applet-webslice
Summary:	Applet that show a part of a webpage
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet

%description -n plasma-applet-webslice
Applet that show a part of a webpage

%files -n plasma-applet-webslice
%{_kde_services}/plasma-applet-webslice.desktop
%{_kde_libdir}/kde4/plasma_applet_webslice.so

#-----------------------------------------------------------------------------

%package -n plasma-applet-rtm
Summary:	Remember The Milk Todo list applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet
Provides:	plasma-applet-rememberthemilk = %{EVRD}
Requires:	plasma-dataengine-rtm = %{EVRD}

%description -n plasma-applet-rtm
Remember The Milk Todo list applet.

%files -n plasma-applet-rtm
%{_kde_libdir}/kde4/plasma_applet_rtm.so
%{_kde_services}/plasma-applet-rememberthemilk.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-konquerorsessions
Summary:	Plasma runner places
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-konquerorsessions
Plasma runner konquerorsessions.

%files -n plasma-runner-konquerorsessions
%{_kde_services}/konquerorsessions.desktop
%{_kde_libdir}/kde4/krunner_konquerorsessions.so

#-----------------------------------------------------------------------------

%package -n plasma-runner-katesessions
Summary:	Plasma runner katesessions
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-katesessions
Plasma runner katesessions.

%files -n plasma-runner-katesessions
%{_kde_services}/katesessions.desktop
%{_kde_libdir}/kde4/krunner_katesessions.so

#-----------------------------------------------------------------------------

%package -n plasma-runner-konsolesessions
Summary:	Plasma runner konsolesessions
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-konsolesessions
Plasma runner konsolesessions.

%files -n plasma-runner-konsolesessions
%{_kde_services}/konsolesessions.desktop
%{_kde_libdir}/kde4/krunner_konsolesessions.so

#-----------------------------------------------------------------------------

%package -n plasma-runner-browserhistory
Summary:	Plasma runner browserhistory
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-browserhistory
Plasma runner browserhistory.

%files -n plasma-runner-browserhistory
%{_kde_libdir}/kde4/krunner_browserhistory.so
%{_kde_services}/browserhistory.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-spellchecker
Summary:	Plasma runner spellchecker
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-spellchecker
Plasma runner spellchecker.

%files -n plasma-runner-spellchecker
%{_kde_services}/plasma-runner-spellchecker.desktop
%{_kde_services}/plasma-runner-spellchecker_config.desktop
%{_kde_libdir}/kde4/krunner_spellcheckrunner.so
%{_kde_libdir}/kde4/kcm_krunner_spellcheck.so

#-----------------------------------------------------------------------------

%package -n plasma-runner-audioplayercontrol
Summary:	Plasma runner audioplayercontrol
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-audioplayercontrol
Plasma runner audioplayercontrol.

%files -n plasma-runner-audioplayercontrol
%{_kde_libdir}/kde4/kcm_krunner_audioplayercontrol.so
%{_kde_libdir}/kde4/krunner_audioplayercontrol.so
%{_kde_services}/plasma-runner-audioplayercontrol.desktop
%{_kde_services}/plasma-runner-audioplayercontrol_config.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-kopete
Summary:	Plasma runner kopete
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-kopete
Plasma runner kopete.

%files -n plasma-runner-kopete
%{_kde_libdir}/kde4/krunner_kopete.so
%{_kde_services}/plasma-runner-kopete.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-mediawiki
Summary:	Plasma runner mediawiki (matches MediaWiki queries)
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-mediawiki
Plasma runner mediawiki (matches MediaWiki queries).

%files -n plasma-runner-mediawiki
%{_kde_libdir}/kde4/krunner_mediawiki.so
%{_kde_services}/plasma-runner-techbase.desktop
%{_kde_services}/plasma-runner-wikipedia.desktop
%{_kde_services}/plasma-runner-wikitravel.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-translator
Summary:	Plasma translator runner
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner

%description -n plasma-runner-translator
Provides translation via Google Translate.

%files -n plasma-runner-translator
%{_kde_libdir}/kde4/krunner_translator.so
%{_kde_services}/plasma-runner-translator.desktop

#-----------------------------------------------------------------------------

%package -n plasma-runner-youtube
Summary:	Plasma runner youtube (matches YouTube queries)
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-runner
Conflicts:	kipi-plugins-youtube < 2.0.2-2

%description -n plasma-runner-youtube
Plasma runner youtube (matches YouTube queries).

%files -n plasma-runner-youtube
%{_kde_libdir}/kde4/krunner_youtube.so
%{_kde_services}/plasma-runner-youtube.desktop
%{_kde_iconsdir}/hicolor/*/actions/krunner_youtube.*

#-----------------------------------------------------------------------------

%package -n plasma-wallpaper-pattern
Summary:	Pattern wallpaper
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-wallpaper

%description -n plasma-wallpaper-pattern
Pattern wallpaper.

%files -n plasma-wallpaper-pattern
%{_kde_libdir}/kde4/plasma_wallpaper_pattern.so
%{_kde_services}/plasma-wallpaper-pattern.desktop
%{_kde_appsdir}/plasma_wallpaper_pattern

#-----------------------------------------------------------------------------

%package -n plasma-wallpaper-weather
Summary:	Weather wallpaper
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-wallpaper

%description -n plasma-wallpaper-weather
Weather wallpaper.

%files -n plasma-wallpaper-weather
%{_kde_libdir}/kde4/plasma_wallpaper_weather.so
%{_kde_services}/plasma-wallpaper-weather.desktop
%{_kde_configdir}/plasmaweather.knsrc

#-----------------------------------------------------------------------------

%package -n plasma-wallpaper-virus
Summary:	Virus wallpaper
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-wallpaper

%description -n plasma-wallpaper-virus
Virus wallpaper.

%files -n plasma-wallpaper-virus
%{_kde_libdir}/kde4/plasma_wallpaper_virus.so
%{_kde_services}/plasma-wallpaper-virus.desktop
%{_kde_configdir}/virus_wallpaper.knsrc

#-----------------------------------------------------------------------------

%package -n plasma-wallpaper-marble
Summary:	Marble wallpaper
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Requires:	marble-common
Provides:	plasma-wallpaper

%description -n plasma-wallpaper-marble
Marble wallpaper.

%files -n plasma-wallpaper-marble
%{_kde_libdir}/kde4/plasma_wallpaper_marble.so
%{_kde_services}/plasma-wallpaper-marble.desktop

#-----------------------------------------------------------------------------

%package -n plasma-wallpaper-mandelbrot
Summary:	Mandelbrot wallpaper
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-wallpaper

%description -n plasma-wallpaper-mandelbrot
Mandelbrot wallpaper.

%files -n plasma-wallpaper-mandelbrot
%{_kde_libdir}/kde4/plasma_wallpaper_mandelbrot.so
%{_kde_services}/plasma-wallpaper-mandelbrot.desktop

#-----------------------------------------------------------------------------

%package -n plasma-wallpaper-qml
Summary:	Animated Wallpaper
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-wallpaper

%description -n plasma-wallpaper-qml
Animated QML Wallpaper.

%files -n plasma-wallpaper-qml
%{_kde_libdir}/kde4/plasma_wallpaper_qml.so
%{_kde_appsdir}/plasma/wallpapers/org.kde.animals/
%{_kde_appsdir}/plasma/wallpapers/org.kde.haenau/
%{_kde_appsdir}/plasma/wallpapers/org.kde.hunyango/
%{_kde_services}/plasma-wallpaper-qml.desktop

#-----------------------------------------------------------------------------

%package -n plasma-wallpaper-potd
Summary:	Potd wallpaper
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-wallpaper

%description -n plasma-wallpaper-potd
Potd wallpaper.

%files -n plasma-wallpaper-potd
%{_kde_libdir}/kde4/plasma_wallpaper_potd.so
%{_kde_services}/plasma-wallpaper-potd.desktop


#-----------------------------------------------------------------------------

%define plasmacomicprovidercore_major 1
%define libplasmacomicprovidercore %mklibname plasmacomicprovidercore %{plasmacomicprovidercore_major}

%package -n %{libplasmacomicprovidercore}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libplasmacomicprovidercore}
%{name} library.

%files -n %{libplasmacomicprovidercore}
%{_kde_libdir}/libplasmacomicprovidercore.so.%{plasmacomicprovidercore_major}*

#-----------------------------------------------------------------------------

%define plasmaweather_major 4
%define libplasmaweather %mklibname plasmaweather %{plasmaweather_major}

%package -n %{libplasmaweather}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libplasmaweather}
%{name} library.

%files -n %{libplasmaweather}
%{_kde_libdir}/libplasmaweather.so.%{plasmaweather_major}*

#-----------------------------------------------------------------------------

%define rtm_major 4
%define librtm %mklibname rtm %{rtm_major}

%package -n %{librtm}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{librtm}
%{name} library.

%files -n %{librtm}
%{_kde_libdir}/librtm.so.%{rtm_major}*

#-----------------------------------------------------------------------------

%define plasmapotdprovidercore_major 1
%define libplasmapotdprovidercore %mklibname plasmapotdprovidercore %{plasmapotdprovidercore_major}

%package -n %{libplasmapotdprovidercore}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libplasmapotdprovidercore}
%{name} library.

%files -n %{libplasmapotdprovidercore}
%{_kde_libdir}/libplasmapotdprovidercore.so.%{plasmapotdprovidercore_major}*

#-----------------------------------------------------------------------------

%define lancelot_datamodels_major 1
%define liblancelot_datamodels %mklibname lancelot-datamodels %{lancelot_datamodels_major}

%package -n %{liblancelot_datamodels}
Summary:	%{name} library
Group:		System/Libraries
Obsoletes:	%{_lib}lancelot-datamodels0 < %{EVRD}

%description -n %{liblancelot_datamodels}
%{name} library.

%files -n %{liblancelot_datamodels}
%{_kde_libdir}/liblancelot-datamodels.so.%{lancelot_datamodels_major}*

#-----------------------------------------------------------------------------

%define plasma_containments_grouping_major 4
%define libplasma_containments_grouping %mklibname plasmacontainmentsgrouping %{plasma_containments_grouping_major}

%package -n %{libplasma_containments_grouping}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libplasma_containments_grouping}
%{name} library.

%files -n %{libplasma_containments_grouping}
%{_kde_libdir}/libplasma_groupingcontainment.so.%{plasma_containments_grouping_major}*

#------------------------------------------------------------------------------

%package -n plasma-applet-kimpanel
Summary:	KDE Input method panel (applet)
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-applet
Requires:	plasma-dataengine-kimpanel

%description -n plasma-applet-kimpanel
KDE Input method panel (applet)

%files -n plasma-applet-kimpanel
%{_kde_libdir}/kde4/plasma_applet_kimpanel.so
%{_kde_datadir}/config.kcfg/kimpanelconfig.kcfg
%{_kde_services}/plasma-applet-kimpanel.desktop

#-----------------------------------------------------------------------------

%package -n plasma-dataengine-kimpanel
Summary:	Engine of the kimpanel plasma applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-workspace
Provides:	plasma-dataengine

%description -n plasma-dataengine-kimpanel
Engine of the kimpanel plasma applet.

%files -n plasma-dataengine-kimpanel
%{_kde_libdir}/kde4/plasma_engine_kimpanel.so
%{_kde_appsdir}/plasma/services/kimpanel.operations
%{_kde_services}/plasma-dataengine-kimpanel.desktop

#-----------------------------------------------------------------------------

%package -n plasma-containments-grouping
Summary:	Containments that do widget grouping and gridding
Group:		Graphical desktop/KDE

%description -n plasma-containments-grouping
This little project will provide the user the ability to layout his
applets in a more advanced way: He will be able to group them inside
special QGraphicsWidgets called Groups, in a way that depends on the
specific group.

%files -n plasma-containments-grouping
%{_kde_libdir}/kde4/plasma_containment_groupingdesktop.so
%{_kde_libdir}/kde4/plasma_containment_groupingpanel.so
%{_kde_libdir}/kde4/plasma_containment_griddesktop.so
%{_kde_services}/plasma-containment-griddesktop.desktop
%{_kde_services}/plasma-containment-groupingdesktop.desktop
%{_kde_services}/plasma-containment-groupingpanel.desktop

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libplasmacomicprovidercore} = %{EVRD}
Requires:	%{libplasmaweather} = %{EVRD}
Requires:	%{librtm} = %{EVRD}
Requires:	%{libplasmapotdprovidercore} = %{EVRD}
Requires:	%{liblancelot} = %{EVRD}
Requires:	plasma-applet-kimpanel = %{EVRD}
Requires:	kdelibs4-devel

%description devel
This package contains header files needed if you wish to build applications
based on %{name}

%files devel
%{_kde_libdir}/*.so
%{_kde_includedir}/lancelot
%{_kde_includedir}/KDE/Lancelot
%{_kde_includedir}/lancelot-datamodels
%{_kde_appsdir}/cmake/modules/FindLancelot-Datamodels.cmake
%{_kde_appsdir}/cmake/modules/FindLancelot.cmake

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 7300e40
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22927 |14mu|kde-print-manager-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Printer management for KDE
Name:		kde-print-manager
Version:	4.14.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		https://projects.kde.org/projects/playground/base/print-manager
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/print-manager-%{version}.tar.xz
Source1:	kde-print-manager.rpmlintrc
BuildRequires:	gettext
BuildRequires:	kdelibs4-devel
BuildRequires:	cups-devel
Requires:	kdebase4-runtime
Obsoletes:	kdeutils4-printer-applet < 4.10.0
Obsoletes:	system-config-printer-kde < 2:4.10.0
Provides:	system-config-printer-kde = 2:%{version}-%{release}

%description
Printer management for KDE.

%files
%{_kde_bindir}/kde-add-printer
%{_kde_bindir}/kde-print-queue
%{_kde_libdir}/kde4/kcm_printer_manager.so
%{_kde_libdir}/kde4/kded_printmanager.so
%{_kde_libdir}/kde4/imports/org/kde/printmanager
%{_kde_libdir}/kde4/libexec/configure-printer
%{_kde_libdir}/libkcupslib.so
%{_kde_appsdir}/plasma/plasmoids/org.kde.printmanager
%{_kde_appsdir}/printmanager
%{_kde_plugindir}/designer/printmanagerwidget.so
%{_kde_services}/kcm_printer_manager.desktop
%{_kde_services}/kded/printmanager.desktop
%{_kde_services}/plasma-applet-printmanager.desktop
%{_datadir}/dbus-1/services/org.kde.ConfigurePrinter.service

#----------------------------------------------------------------------------

%prep
%setup -q -n print-manager-%{version}

%build
%cmake_kde4 -DLIBEXEC_INSTALL_DIR:PATH=%{_kde_libdir}/kde4/libexec
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 8d3aaee
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22928 |14mu|kdesdk4-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	K Desktop Environment - Software Development Kit
Name:		kdesdk4
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Suggests:	cervisia
Suggests:	dolphin-plugins
Suggests:	lokalize
Suggests:	kapptemplate
Suggests:	kcachegrind
Suggests:	kde-dev-scripts
Suggests:	kde-dev-utils
Suggests:	kdesdk-kioslaves
Suggests:	kdesdk-strigi-analyzers
Suggests:	kdesdk-thumbnailers
Suggests:	kompare
Suggests:	okteta
Suggests:	poxml
Suggests:	umbrello
Obsoletes:	kdesdk4-core < 1:4.11.0
Obsoletes:	kdesdk4-devel < 1:4.11.0
BuildArch:	noarch

%description
Metapackage for Software Development Kit for the K Desktop Environment.

%files

#---------------------------------------------------------------

%prep

%build

%install


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 307cdea
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22929 |14mu|kdesdk-kioslaves-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE SDK KIO slaves
Name:		kdesdk-kioslaves
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	subversion-devel
Suggests:	kio4-perldoc = %{EVRD}
Suggests:	kio4-svn = %{EVRD}

%description
KIO slaves for:
 - Perl documentation
 - SVN

%files

#----------------------------------------------------------------------------

%package -n kio4-perldoc
Summary:	A KIO slave interface for Perl documentation
Group:		Graphical desktop/KDE
Requires:	perl(Pod::Perldoc)
Conflicts:	kdesdk4-core < 1:4.11.0

%description -n kio4-perldoc
A KIO slave interface for Perl documentation.

%files -n kio4-perldoc
%{_kde_libdir}/kde4/kio_perldoc.so
%{_kde_appsdir}/kio_perldoc
%{_kde_services}/perldoc.protocol

#----------------------------------------------------------------------------

%package -n kio4-svn
Summary:	A KIO slave interface for SVN
Group:		Graphical desktop/KDE
Requires:	subversion
Conflicts:	kdesdk4-core < 1:4.11.0
Conflicts:	kdesdk4-devel < 1:4.11.0
Conflicts:	cervisia < 1:4.11.0

%description -n kio4-svn
A KIO slave interface for SVN.

%files -n kio4-svn
%{_kde_bindir}/kio_svn_helper
%{_kde_libdir}/kde4/kded_ksvnd.so
%{_kde_libdir}/kde4/kio_svn.so
%{_kde_iconsdir}/hicolor/*/actions/vcs-add-svn-kiosvn.*
%{_kde_iconsdir}/hicolor/*/actions/vcs-branch-svn-kiosvn.*
%{_kde_iconsdir}/hicolor/*/actions/vcs-merge-svn-kiosvn.*
%{_kde_iconsdir}/hicolor/*/actions/vcs-remove-svn-kiosvn.*
%{_kde_iconsdir}/hicolor/*/actions/vcs-status-svn-kiosvn.*
%{_kde_iconsdir}/hicolor/*/actions/vcs-switch-svn-kiosvn.*
%{_kde_services}/ServiceMenus/subversion.desktop
%{_kde_services}/ServiceMenus/subversion_toplevel.desktop
%{_kde_services}/kded/ksvnd.desktop
%{_kde_services}/svn+file.protocol
%{_kde_services}/svn+http.protocol
%{_kde_services}/svn+https.protocol
%{_kde_services}/svn+ssh.protocol
%{_kde_services}/svn.protocol
%{_datadir}/dbus-1/interfaces/org.kde.ksvnd.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 5608bb1
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22930 |14mu|kdesdk-strigi-analyzers-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Strigi analyzers for diff, po, ts and xlf files
Name:		kdesdk-strigi-analyzers
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libstreamanalyzer)
Conflicts:	kdesdk4-strigi-analyzer < 1:4.11.0
Obsoletes:	kdesdk4-strigi-analyzer < 1:4.11.0
Conflicts:	lokalize < 1:4.11.0

%description
Strigi analyzers for diff, po, ts and xlf files.

%files
%{_kde_libdir}/strigi/strigila_diff.so
%{_kde_libdir}/strigi/strigila_po.so
%{_kde_libdir}/strigi/strigita_ts.so
%{_kde_libdir}/strigi/strigita_xlf.so
%{_kde_datadir}/strigi/fieldproperties/strigi_translation.fieldproperties

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 6214c33
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22931 |14mu|kdesdk-thumbnailers-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A preview image generator plugin for gettext translations and templates
Name:		kdesdk-thumbnailers
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	gettext-devel
BuildRequires:	kdelibs4-devel
Requires:	gettext
Conflicts:	kde-thumbnailer-po < 1:4.11.0
Obsoletes:	kde-thumbnailer-po < 1:4.11.0

%description
A preview image generator plugin for gettext translations and templates.

%files
%{_kde_libdir}/kde4/pothumbnail.so
%{_kde_datadir}/config.kcfg/pocreatorsettings.kcfg
%{_kde_services}/pothumbnail.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: c56ab13
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22932 |14mu|kdesignerplugin-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 Qt Designer/Creator integration module
Name:		kdesignerplugin
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-designer
BuildRequires:	qt5-linguist-tools
BuildRequires:	kcompletion-devel >= %{version}
BuildRequires:	kconfig-devel >= %{version}
BuildRequires:	kconfigwidgets-devel >= %{version}
BuildRequires:	kcoreaddons-devel >= %{version}
BuildRequires:	kdbusaddons-devel >= %{version}
BuildRequires:	kdoctools-devel >= %{version}
BuildRequires:	kiconthemes-devel >= %{version}
BuildRequires:	kio-devel >= %{version}
BuildRequires:	kitemviews-devel >= %{version}
BuildRequires:	kplotting-devel >= %{version}
BuildRequires:	kservice-devel >= %{version}
BuildRequires:	ktextwidgets-devel >= %{version}
BuildRequires:	kwidgetsaddons-devel >= %{version}
BuildRequires:	kdewebkit-devel >= %{version}
BuildRequires:	kxmlgui-devel >= %{version}
BuildRequires:	sonnet-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5Xml)
Requires:	%{name}-i18n

%description
KDE Frameworks 5 Qt Designer/Creator integration module.

This framework provides plugins for Qt Designer that allow it to display
the widgets provided by various KDE frameworks, as well as a utility
(kgendesignerplugin) that can be used to generate other such plugins
from ini-style description files.

%files
%{_kde5_bindir}/kgendesignerplugin
%{_kde5_datadir}/kf5/widgets/pics/*.png
%{_kde5_mandir}/man1/kgendesignerplugin.1*
%{_qt5_plugindir}/designer/kdewebkit5widgets.so
%{_qt5_plugindir}/designer/kf5widgets.so

#----------------------------------------------------------------------------

%package i18n
Summary:	KDesignerPlugin translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KDesignerPlugin translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define devkf5designerplugin %mklibname kf5designerplugin -d

%package -n %{devkf5designerplugin}
Summary:	Development files for KDE Frameworks 5 Qt Designer/Creator integration module
Group:		Development/KDE and Qt
Requires:	%{name}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5designerplugin-devel = %{version}

%description -n %{devkf5designerplugin}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5designerplugin}
%{_kde5_libdir}/cmake/KF5DesignerPlugin

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt --with-man

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (2e047d5) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22933 |14mu|kdesu-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 integration with su for elevated privileges module
Name:		kdesu
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5pty-devel >= %{version}
BuildRequires:	kf5service-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(x11)

%description
KDE Frameworks 5 integration with su for elevated privileges module.

KDESu provides functionality for building GUI front ends for (password asking)
console mode programs. For example, kdesu and kdessh use it to interface with
su and ssh respectively.

%files
%attr(2755,root,nogroup) %{_kde5_libexecdir}/kf5/kdesud
%{_kde5_libexecdir}/kf5/kdesu_stub

#----------------------------------------------------------------------------

%package i18n
Summary:	KDESu translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KDESu translations.

%files i18n -f kdesud5.lang

#----------------------------------------------------------------------------

%define kf5su_major 5
%define libkf5su %mklibname kf5su %{kf5su_major}

%package -n %{libkf5su}
Summary:	KDE Frameworks 5 KDESu shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5su}
KDE Frameworks 5 KDESu shared library.

%files -n %{libkf5su}
%{_kde5_libdir}/libKF5Su.so.%{kf5su_major}*

#----------------------------------------------------------------------------

%define devkf5su %mklibname kf5su -d

%package -n %{devkf5su}
Summary:	Development files for KDE Frameworks 5 KDESu module
Group:		Development/KDE and Qt
Requires:	%{libkf5su} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5su-devel = %{version}

%description -n %{devkf5su}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5su}
%{_kde5_includedir}/KF5/KDESu
%{_kde5_includedir}/KF5/kdesu_version.h
%{_kde5_libdir}/cmake/KF5Su
%{_kde5_libdir}/libKF5Su.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang kdesud5

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (9c9f8c2) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22934 |14mu|kdesvn-1.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE client for subversion
Name:		kdesvn
Version:	1.7.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://kdesvn.alwins-world.de/
Source0:	http://download.kde.org/stable/kdesvn/%{version}/%{name}-%{version}.tar.xz
Source1:	kdesvn_ru.po
BuildRequires:	kdelibs4-devel
BuildRequires:	subversion-devel
Requires:	cervisia
Requires:	graphviz

%description
kdesvn is yet another client for subversion. But it uses native 
KDE API instead of a extra lib like GAMBAS and it is using the 
native subversion delevelopment API instead of just parsing the 
output of the commandline tool like most other clients do. It tries 
to setup a look and feel like the standard filemanager of KDE and is 
integrated into it via KPart.
The base C++ interface to subversion I took from the (real great) tool 
Rapidsvn (see http://rapidsvn.tigris.org/) with some modifcations and fixes.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog
%{_kde_bindir}/*
%{_kde_libdir}/kde4/*
%{_kde_datadir}/svnqt
%{_kde_appsdir}/kdesvn
%{_kde_appsdir}/kdesvnpart
%{_kde_appsdir}/kconf_update/*
%{_kde_iconsdir}/hicolor/*/*/*
%{_kde_applicationsdir}/kdesvn.desktop
%{_kde_datadir}/config.kcfg/*
%{_kde_services}/ServiceMenus/kdesvn_subversion.desktop
%{_kde_services}/ServiceMenus/kdesvn_subversion_toplevel.desktop
%{_kde_services}/kded/kdesvnd.desktop
%{_kde_services}/kdesvnpart.desktop
%{_kde_services}/ksvn*.protocol
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

cp %{SOURCE1} po/ru/kdesvn.po

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} kdesvnaskpass %{name}.lang --with-html --with-man

rm -f %{buildroot}%{_kde_libdir}/libsvnqt.a
rm -f %{buildroot}%{_datadir}/dbus-1/interfaces/org.kde.kdesvnd.xml

# fwang: conflicts with cervisia
rm -f %{buildroot}%{_kde_services}/svn*.protocol


%changelog

* Thu Jan 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.0-2
- (4b6b6e3) Update Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22935 |14mu|kdetoys4-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	K Desktop Environment - Toys and Amusements
Name:		kdetoys4
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Suggests:	amor
Suggests:	kteatime
Suggests:	ktux
Obsoletes:	kdetoys4-devel < 1:4.11.0
BuildArch:	noarch

%description
Toys for the K Desktop Environment.

Software suggested by this metapackage:
	- amor: Amusing Misuse Of Resources put's comic figures above your windows
	- kteatime: system tray applet that makes sure your tea doesn't get too strong
	- ktux: Tux-in-a-Spaceship screen saver

%files

#-------------------------------------------------------------------

%prep

%build

%install


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 42c13d7
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22936 |14mu|kde-wallpapers-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Additional official wallpapers for KDE4
Name:		kde-wallpapers
Version:	4.14.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	LGPLv3
Url:		http://www.kde.org/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	automoc4
Conflicts:	kdebase4-workspace < 2:4.6.90
BuildArch:	noarch

%description
This package contains additional official wallpapers for KDE4.

%files
%doc LICENSE
%{_kde_datadir}/wallpapers/*

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: 22e8ce4
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22937 |14mu|kdewebdev4-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A web editor for the KDE Desktop Environment
Name:		kdewebdev4
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://kdewebdev.org/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdewebdev-%{version}.tar.xz
BuildRequires:	automoc4
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	ruby-devel
BuildRequires:	tidy-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
Requires:	kfilereplace
Requires:	kimagemapeditor
Requires:	klinkstatus
Requires:	kommander

%description
A web editor for the KDE Desktop Environment.

%files
%doc README

#--------------------------------------------------------------------------

%package -n kfilereplace
Summary:	Search and replace tool
Group:		Graphical desktop/KDE
Conflicts:	kdewebdev4-devel < 1:4.11.0

%description -n kfilereplace
Search and replace tool.

%files -n kfilereplace
%{_kde_bindir}/kfilereplace
%{_kde_applicationsdir}/kfilereplace.desktop
%{_kde_appsdir}/kfilereplace
%{_kde_appsdir}/kfilereplacepart
%{_kde_iconsdir}/*/*/apps/kfilereplace.png
%{_kde_iconsdir}/*/*/actions/*
%{_kde_services}/kfilereplacepart.desktop
%{_kde_libdir}/kde4/libkfilereplacepart.so
%{_kde_docdir}/HTML/en/kfilereplace
%{_datadir}/dbus-1/interfaces/org.kde.kfilereplace.xml

#--------------------------------------------------------------------------

%package -n kimagemapeditor
Summary:	HTML image map editor
Group:		Graphical desktop/KDE

%description -n kimagemapeditor
HTML image map editor.

%files -n kimagemapeditor
%{_kde_bindir}/kimagemapeditor
%{_kde_applicationsdir}/kimagemapeditor.desktop
%{_kde_appsdir}/kimagemapeditor
%{_kde_iconsdir}/hicolor/*/apps/kimagemapeditor.png
%{_kde_services}/kimagemapeditorpart.desktop
%{_kde_libdir}/kde4/libkimagemapeditor.so
%{_kde_docdir}/*/*/kimagemapeditor

#--------------------------------------------------------------------

%package -n klinkstatus
Summary:	Link checker tool
Group:		Graphical desktop/KDE
Requires:	tidy
Conflicts:	kdewebdev4-devel < 1:4.11.0

%description -n klinkstatus
Link checker tool. It features:
* Support several protocols (allowing fast checking of
  local documents): http, ftp, ssh (fish or sftp) and file.
* Proxy support
* Allows authentication when checking restricted documents
* Supports the latest Web standards-- HTML 4.0, HTTP 1.1
* Server-Side Includes (SSI, aka SHTML) are supported and checked
* Regular expressions to restrict which URLs are searched
* Show link results as they are checked
* Tree like view (that reflects the file structure of the documents) or
  flat view
* Limit the search depth
* Fragment identifiers ("#" anchor links that point to a specific
  section in a document) are supported and checked
* Pause/Resume of checking session
* History of checked URLs
* Tabbed checking (allow multiple sessions at the same time)
* Filter checked links (good, broken, malformed and undetermined)
* Configurable number of simultaneous connections (performance tunning)
* Other configurable options like "check external links",
  "check parent folders", "timeout"
* Good integration with Quanta+

%files -n klinkstatus
%{_kde_bindir}/klinkstatus
%{_kde_libdir}/kde4/klinkstatuspart.so
%{_kde_libdir}/kde4/automationklinkstatus.so
%{_kde_libdir}/kde4/krossmoduleklinkstatus.so
%{_kde_applicationsdir}/klinkstatus.desktop
%{_kde_appsdir}/klinkstatus
%{_kde_appsdir}/klinkstatuspart
%{_kde_iconsdir}/*/*/apps/klinkstatus.png
%{_kde_services}/klinkstatus_part.desktop
%{_kde_services}/klinkstatus_automation.desktop
%{_kde_services}/krossmoduleklinkstatus.desktop
%{_kde_configdir}/klinkstatus.knsrc
%{_kde_docdir}/HTML/en/klinkstatus
%{_datadir}/dbus-1/interfaces/org.kde.kdewebdev.klinkstatus.SearchManager.xml

#--------------------------------------------------------------------------

%package -n kommander
Summary:	Visual dialog building tool
Group:		Graphical desktop/KDE

%description -n kommander
Kommander is a visual dialog building tool which may be expanded to create
full mainwindow applications. The primary objective is to create as much
functionality as possible without using any scripting language. This is
provided by the following features:
* Specials - these are prefaced with an "@" like @widgetText. The offer
  special features like the value of a widget, functions, aliases, global
  variables and such.
* DCOP integration - this allows Kommander dialogs to control and be
  controled in interactions with other KDE applicatins. It is a very powerful
  feature!
* Signals and Slots - this is a little less intuitive to a new user. It is
  under review for how we process things in the first major release. These
  offer a limited event model for when a button is pushed or a widget is
  changed. Combined with "Population Text" it is rather powerful.

%files -n kommander
%{_kde_bindir}/kommander
%{_kde_datadir}/applnk/.hidden/kommander.desktop

#--------------------------------------------------------------------------

%define klinkstatuscommon_major 4
%define libklinkstatuscommon %mklibname klinkstatuscommon %{klinkstatuscommon_major}

%package -n %{libklinkstatuscommon}
Summary:	KDE4 shared library
Group:		System/Libraries

%description -n %{libklinkstatuscommon}
KDE4 shared library.

%files -n %{libklinkstatuscommon}
%{_kde_libdir}/libklinkstatuscommon.so.%{klinkstatuscommon_major}*

#--------------------------------------------------------------------------

%define kommanderwidgets_major 4
%define libkommanderwidgets %mklibname kommanderwidgets %{kommanderwidgets_major}

%package -n %{libkommanderwidgets}
Summary:	KDE4 shared library
Group:		System/Libraries

%description -n %{libkommanderwidgets}
KDE4 shared library.

%files -n %{libkommanderwidgets}
%{_kde_libdir}/libkommanderwidgets.so.%{kommanderwidgets_major}*

#--------------------------------------------------------------------------

%define kommandercore_major 4
%define libkommandercore %mklibname kommandercore %{kommandercore_major}

%package -n %{libkommandercore}
Summary:	KDE4 shared library
Group:		System/Libraries

%description -n %{libkommandercore}
KDE4 shared library.

%files -n %{libkommandercore}
%{_kde_libdir}/libkommandercore.so.%{kommandercore_major}*

#--------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	kde4-macros
Requires:	kdelibs4-devel
Requires:	%{libklinkstatuscommon} = %{EVRD}
Requires:	%{libkommandercore} = %{EVRD}
Requires:	%{libkommanderwidgets} = %{EVRD}

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_kde_includedir}/*
%{_kde_libdir}/*.so

#--------------------------------------------------------------------------

%prep
%setup -q -n kdewebdev-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: aef4f4d
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22938 |14mu|kdewebkit-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 QtWebKit integration module
Name:		kdewebkit
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kconfig-devel >= %{version}
BuildRequires:	kcoreaddons-devel >= %{version}
BuildRequires:	kio-devel >= %{version}
BuildRequires:	kjobwidgets-devel >= %{version}
BuildRequires:	kparts-devel >= %{version}
BuildRequires:	kservice-devel >= %{version}
BuildRequires:	kwallet-kf5-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 QtWebKit integration module.

This library provides KDE integration of the QtWebKit library. If you are
using QtWebKit in your KDE application, you are encouraged to use this layer
instead of using the QtWebKit classes directly.

#----------------------------------------------------------------------------

%define kf5webkit_major 5
%define libkf5webkit %mklibname kf5webkit %{kf5webkit_major}

%package -n %{libkf5webkit}
Summary:	KDE Frameworks 5 QtWebKit integration shared library
Group:		System/Libraries

%description -n %{libkf5webkit}
KDE Frameworks 5 QtWebKit integration shared library.

%files -n %{libkf5webkit}
%{_kde5_libdir}/libKF5WebKit.so.%{kf5webkit_major}*

#----------------------------------------------------------------------------

%define devkf5webkit %mklibname kf5webkit -d

%package -n %{devkf5webkit}
Summary:	Development files for KDE Frameworks 5 QtWebKit integration module
Group:		Development/KDE and Qt
Requires:	%{libkf5webkit} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5webkit-devel = %{version}

%description -n %{devkf5webkit}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5webkit}
%{_kde5_includedir}/KF5/KDEWebKit
%{_kde5_includedir}/KF5/kdewebkit_version.h
%{_kde5_libdir}/cmake/KF5WebKit
%{_kde5_libdir}/libKF5WebKit.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (c537337) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22939 |14mu|kdf-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kdf
Summary:	View free disk space
Version:	4.14.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://utils.kde.org/projects/kdf
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KDiskFree displays the available file devices (hard drive partitions,
floppy and CD/DVD drives, etc.) along with information on their capacity,
free space, type and mount point. It also allows you to mount and unmount
drives and view them in a file manager.

%files
%{_kde_appsdir}/kdf
%{_kde_bindir}/kdf
%{_kde_bindir}/kwikdisk
%{_kde_libdir}/kde4/kcm_kdf.so
%{_kde_iconsdir}/*/*/apps/kcmdf.*
%{_kde_iconsdir}/*/*/apps/kdf.*
%{_kde_iconsdir}/*/*/apps/kwikdisk.*
%{_kde_applicationsdir}/kdf.desktop
%{_kde_applicationsdir}/kwikdisk.desktop
%{_kde_services}/kcmdf.desktop
%{_kde_docdir}/HTML/*/kdf
%{_kde_docdir}/HTML/*/kcontrol/blockdevices

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 1f8acbe
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22940 |14mu|kdiagram-2.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE libraries (KChart, KGantt) for creating business diagrams
Name:		kdiagram
Version:	2.6.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	http://fr2.rpmfind.net/linux/KDE/stable/kdiagram/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE libraries (KChart, KGantt) for creating business diagrams.

#----------------------------------------------------------------------------

%package -n kchart-i18n
Summary:	KChart translations
Group:		System/Internationalization
BuildArch:	noarch

%description -n kchart-i18n
KProperty translations.

%files -n kchart-i18n -f kchart.lang

#----------------------------------------------------------------------------

%define kchart_major 2
%define libkchart %mklibname kchart %{kchart_major}

%package -n %{libkchart}
Summary:	KDE business diagrams shared library (KChart)
Group:		System/Libraries
Requires:	kchart-i18n

%description -n %{libkchart}
KDE business diagrams shared library (KChart).

%files -n %{libkchart}
%{_kde5_libdir}/libKChart.so.%{kchart_major}*

#----------------------------------------------------------------------------

%define devkchart %mklibname kchart -d

%package -n %{devkchart}
Summary:	Development files for KDE business diagrams library (KChart)
Group:		Development/KDE and Qt
Requires:	%{libkchart} = %{EVRD}
Provides:	kchart-devel = %{EVRD}

%description -n %{devkchart}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkchart}
%{_kde5_includedir}/KChart/
%{_kde5_includedir}/kchart_version.h
%{_kde5_libdir}/cmake/KChart/
%{_kde5_libdir}/libKChart.so
%{_kde5_mkspecsdir}/qt_KChart.pri

#----------------------------------------------------------------------------

%package -n kgantt-i18n
Summary:	KGantt translations
Group:		System/Internationalization
BuildArch:	noarch

%description -n kgantt-i18n
KProperty translations.

%files -n kgantt-i18n -f kgantt.lang

#----------------------------------------------------------------------------

%define kgantt_major 2
%define libkgantt %mklibname kgantt %{kgantt_major}

%package -n %{libkgantt}
Summary:	KDE business diagrams shared library (KGantt)
Group:		System/Libraries
Requires:	kgantt-i18n

%description -n %{libkgantt}
KDE business diagrams shared library (KGantt).

%files -n %{libkgantt}
%{_kde5_libdir}/libKGantt.so.%{kgantt_major}*

#----------------------------------------------------------------------------

%define devkgantt %mklibname kgantt -d

%package -n %{devkgantt}
Summary:	Development files for KDE business diagrams library (KGantt)
Group:		Development/KDE and Qt
Requires:	%{libkgantt} = %{EVRD}
Provides:	kgantt-devel = %{EVRD}

%description -n %{devkgantt}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkgantt}
%{_kde5_includedir}/KGantt/
%{_kde5_includedir}/kgantt_version.h
%{_kde5_libdir}/cmake/KGantt/
%{_kde5_libdir}/libKGantt.so
%{_kde5_mkspecsdir}/qt_KGantt.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5 \
	-DBUILD_TESTING:BOOL=OFF
%make

%install
%makeinstall_std -C build

%find_lang kchart --with-qt
%find_lang kgantt --with-qt


%changelog

* Fri Jan 13 2017 Rosa <rosa@abf.rosalinux.ru> 2.6.0-1
- (2e33de2) Automatic import for version 2.6.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22941 |14mu|kdiamond-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kdiamond
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Three-in-a-row game
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/kdiamond/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KDiamond is a three-in-a-row game (much like Bejeweled) for the KDE desktop.

%files
%{_kde_bindir}/kdiamond
%{_kde_applicationsdir}/kdiamond.desktop
%{_kde_appsdir}/kdiamond
%{_kde_configdir}/kdiamond.knsrc
%{_kde_iconsdir}/*/*/*/kdiamond.*
%{_kde_docdir}/*/*/kdiamond
%{_kde_datadir}/sounds/KDiamond*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 3d0159a
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22942 |14mu|kdmfprintplugin-0.0-0.1050414.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define     oname KDMFprintPlugin
%define     svn_snapshot 1050414

Summary:	Fingerprint support for KDM
Name:		kdmfprintplugin
Version:	0.0
Release:	0.%{svn_snapshot}.7
License:	GPLv2+
Group:		System/Configuration/Packaging
URL:		http://websvn.kde.org/trunk/playground/base/kfingerprint/KDMFprintPlugin/
Source0:	%{oname}-%{version}.%{svn_snapshot}.tar.bz2
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
Requires:	kfingermanager
Requires:	pam_fprint
Requires:	libfprint

%description
Fingerprint support for KDM.

%files
%{_sysconfdir}/pam.d/kdm-fprintd
%{_sysconfdir}/pam.d/kscreensaver-fprintd
%{_sysconfdir}/pam.d/system-auth-fprintd
%{_kde_libdir}/kde4/kgreet_fprintd.so
%{_kde_appsdir}/kgreet_fprintd/pics/swipe.gif

#--------------------------------------------------------------------

%prep
%setup -q -n %{oname}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Tue Dec 13 2016 Nemial <negry.m@yandex.ru> 0.0-0.1050414.7
- (1f8f1f1) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22943 |14mu|kdnssd-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DNS-SD Service Discovery Monitor
Name:		kdnssd
Version:	4.14.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/zeroconf-ioslave-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Provides:	zeroconf-ioslave = %{EVRD}
Requires:	nss_mdns
Conflicts:	kdenetwork4-devel < 3:4.11.0

%description
DNS-SD Service Discovery Monitor.

%files
%dir %{_kde_appsdir}/remoteview
%{_kde_appsdir}/remoteview/zeroconf.desktop
%{_kde_libdir}/kde4/kded_dnssdwatcher.so
%{_kde_libdir}/kde4/kio_zeroconf.so
%{_kde_services}/kded/dnssdwatcher.desktop
%{_kde_services}/zeroconf.protocol
%{_datadir}/dbus-1/interfaces/org.kde.kdnssd.xml

#-------------------------------------------

%prep
%setup -q -n zeroconf-ioslave-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: 2bec0b1
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22944 |14mu|kdnssd-kf5-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

%define oname kdnssd

Summary:	KDE Frameworks 5 DNSSD module
Name:		%{oname}-kf5
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(avahi-core)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 DNSSD module.

#----------------------------------------------------------------------------

%package i18n
Summary:	KDNSSD translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KDNSSD translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5dnssd_major 5
%define libkf5dnssd %mklibname kf5dnssd %{kf5dnssd_major}

%package -n %{libkf5dnssd}
Summary:	KDE Frameworks 5 DNSSD shared library
Group:		System/Libraries
Requires:	%{name}-i18n
Requires:	nss_mdns

%description -n %{libkf5dnssd}
KDE Frameworks 5 DNSSD shared library.

%files -n %{libkf5dnssd}
%{_kde5_libdir}/libKF5DNSSD.so.%{kf5dnssd_major}*

#----------------------------------------------------------------------------

%define devkf5dnssd %mklibname kf5dnssd -d

%package -n %{devkf5dnssd}
Summary:	Development files for KDE Frameworks 5 DNSSD module
Group:		Development/KDE and Qt
Requires:	%{libkf5dnssd} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5dnssd-devel = %{version}

%description -n %{devkf5dnssd}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5dnssd}
%{_kde5_includedir}/KF5/KDNSSD/
%{_kde5_libdir}/libKF5DNSSD.so
%{_kde5_libdir}/cmake/KF5DNSSD
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (074c5fb) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22945 |14mu|kdoctools-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 documentation generation module
Name:		kdoctools
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5archive-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)
Requires:	%{name}-i18n
Requires:	docbook-dtd45-xml
Requires:	docbook-style-xsl

%description
KDE Frameworks 5 documentation generation module.

KDocTools provides tools to generate documentation in various format from
DocBook files.

%files
%{_kde5_bindir}/checkXML5
%{_kde5_bindir}/meinproc5
%{_kde5_datadir}/kf5/kdoctools/
%{_kde5_mandir}/man1/checkXML5.1*
%{_kde5_mandir}/man7/kf5options.7*
%{_kde5_mandir}/man7/qt5options.7*
%{_kde5_mandir}/man8/meinproc5.8*

#----------------------------------------------------------------------------

%package i18n
Summary:	KDocTools translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KDocTools translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define devkf5doctools %mklibname kf5doctools -d

%package -n %{devkf5doctools}
Summary:	Development files for KDE Frameworks 5 documentation generation module
Group:		Development/KDE and Qt
Requires:	%{name}
Requires:	karchive-devel
Provides:	%{name}-devel = %{EVRD}
Provides:	xsltkde-devel = %{EVRD}
Provides:	kf5doctools-devel = %{version}

%description -n %{devkf5doctools}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5doctools}
%{_kde5_includedir}/KF5/XsltKde
%{_kde5_libdir}/cmake/KF5DocTools
%{_kde5_libdir}/libKF5XsltKde.a

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-kde --with-man --with-html

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (b549637) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22946 |14mu|kemoticons-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 emoticons and emoticons themes support module
Name:		kemoticons
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5archive-devel >= %{version}
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5service-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)

%description
KDE Frameworks 5 emoticons and emoticons themes support module.

KEmoticons converts emoticons from text to a graphical representation with
images in HTML. It supports setting different themes for emoticons coming
from different providers.

%files
%{_kde5_datadir}/emoticons/Breeze/
%{_kde5_datadir}/emoticons/EmojiOne/
%{_kde5_datadir}/emoticons/Konqi/
%{_kde5_plugindir}/KEmoticonsIntegrationPlugin.so
%{_kde5_plugindir}/emoticonsthemes/*.so
%{_kde5_services}/emoticonstheme_*.desktop
%{_kde5_servicetypes}/kemoticonsTheme.desktop

#----------------------------------------------------------------------------

%define kf5emoticons_major 5
%define libkf5emoticons %mklibname kf5emoticons %{kf5emoticons_major}

%package -n %{libkf5emoticons}
Summary:	KDE Frameworks 5 emoticons support shared library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libkf5emoticons}
KDE Frameworks 5 KEmoticons emoticons support library.

%files -n %{libkf5emoticons}
%{_kde5_libdir}/libKF5Emoticons.so.%{kf5emoticons_major}*

#----------------------------------------------------------------------------

%define devkf5emoticons %mklibname kf5emoticons -d

%package -n %{devkf5emoticons}
Summary:	Development files for KDE Frameworks 5 emoticons support module
Group:		Development/KDE and Qt
Requires:	%{libkf5emoticons} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5emoticons-devel = %{version}

%description -n %{devkf5emoticons}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5emoticons}
%{_kde5_includedir}/KF5/KEmoticons
%{_kde5_includedir}/KF5/kemoticons_version.h
%{_kde5_libdir}/cmake/KF5Emoticons
%{_kde5_libdir}/libKF5Emoticons.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sun Jul 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (dfba9ca) Update files (drop Glass, it's moved to kde-look.org)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22947 |14mu|kernel-4.1.38-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kernelversion	4
%define patchlevel	1
# sublevel is now used for -stable patches
%define sublevel	38

# Release number. Increase this before a rebuild.
%define rpmrel		2

# kernel base name (also name of srpm)
%define kname 		kernel
%define rpmtag		%{disttag}

# fakerel and fakever never change, they are used to fool
# rpm/urpmi/smart and ensure the kernels are installed,
# not upgraded so old kernel is not overwritten or removed
%define fakever		1
%define fakerel 	%mkrel 1

# version defines
%define kversion  	%{kernelversion}.%{patchlevel}.%{sublevel}
%define kverrel   	%{kversion}-%{rpmrel}
%define tar_ver   	%{kernelversion}.%{patchlevel}

%ifarch %{ix86}
# Use a standard suffix for 32-bit x86
%define arch_suffix	i586
%else
%define arch_suffix	%{_arch}
%endif

%define buildrpmrel     %{rpmrel}%{rpmtag}-%{arch_suffix}
%define buildrel     	%{kversion}-%{buildrpmrel}

# Having different top-level names for packages means that you have to remove
# them by hand :(
%define top_dir_name 	%{kname}-%{_arch}

%define build_dir 	${RPM_BUILD_DIR}/%{top_dir_name}
%define src_dir 	%{build_dir}/linux-%{tar_ver}
############################################################################

# SELinux is now built in by default but some other hardening features
# are not.
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}
%if %{with selinux}
%global enhanced_security 1
%else
%global enhanced_security 0
%endif
# Allow "rpmbuild --with enhanced_security <...>"
%{?_with_enhanced_security:%global enhanced_security 1}
############################################################################

# Build defines
%define build_doc 		0
%define build_source 		0
%define build_devel 		1
%define build_debug		0
%define build_headers		0

# Build nrj desktop kernels
%define build_nrj_desktop		1

# Build nrj laptop kernels
%define build_nrj_laptop		1

# build perf and cpupower tools
%define build_perf		0
%define build_cpupower		0

# compress modules with xz
%define build_modxz		1
# End of user definitions

# buildtime flags
%{?_without_nrj_desktop: %global build_nrj_desktop 0}
%{?_without_nrj_laptop: %global build_nrj_laptop 0}

%{?_with_nrj_desktop: %global build_nrj_desktop 1}
%{?_with_nrj_laptop: %global build_nrj_laptop 1}

%{?_without_doc: %global build_doc 0}
%{?_without_source: %global build_source 0}
%{?_without_devel: %global build_devel 0}
%{?_without_debug: %global build_debug 0}
%{?_without_perf: %global build_perf 0}
%{?_without_cpupower: %global build_cpupower 0}
%{?_without_modxz: %global build_modxz 0}

%{?_with_doc: %global build_doc 1}
%{?_with_source: %global build_source 1}
%{?_with_devel: %global build_devel 1}
%{?_with_debug: %global build_debug 1}
%{?_with_perf: %global build_perf 1}
%{?_with_cpupower: %global build_cpupower 1}
%{?_with_modxz: %global build_modxz 1}

%if !%{build_debug}
# Disable debug rpms.
%define _enable_debug_packages 	%{nil}
%define debug_package 		%{nil}
%endif

############################################################
### Linker start1 > Check point to build for omv or rosa ###
############################################################
%if %(if [ -z "$CC" ] ; then echo 0; else echo 1; fi)
%define kmake %make CC="$CC"
%else
%define kmake %make
%endif
# there are places where parallel make don't work
%define smake make

###########################################################
###  Linker end1 > Check point to build for omv or rosa ###
###########################################################

# Parallelize xargs invocations on smp machines
%define kxargs xargs %([ -z "$RPM_BUILD_NCPUS" ] \\\
	&& RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"; \\\
	[ "$RPM_BUILD_NCPUS" -gt 1 ] && echo "-P $RPM_BUILD_NCPUS")

#
# SRC RPM description
#
Summary: 	The Linux kernel
Name:		%{kname}
Version: 	%{kversion}
Release: 	%{rpmrel}
License: 	GPLv2
Group: 	 	System/Kernel and hardware
ExclusiveArch: %{ix86} x86_64
URL:            http://www.kernel.org

####################################################################
#
# Sources
#
Source0: 	ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/linux-%{tar_ver}.tar.xz
Source1: 	ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/linux-%{tar_ver}.tar.sign

# This is for disabling *config, mrproper, prepare, scripts on -devel rpms
# TODO: is it needed?
Source2: 	disable-mrproper-prepare-scripts-configs-in-devel-rpms.patch

# Kernel configuration files.
# kernel-<arch>.config is the common part. kernel-<flavour>-<arch>.config is
# what should be added to it to get the initial configuration file for
# the particular kernel flavour.
Source110:	kernel-%{arch_suffix}.config
Source111:	kernel-nrj-desktop-%{arch_suffix}.config
Source112:	kernel-nrj-laptop-%{arch_suffix}.config

# Cpupower: the service, the config, etc.
Source50:	cpupower.service
Source51:	cpupower.config
Source52:	cpupower-start.sh
Source53:	cpupower.path

Source80:	kernel.rpmlintrc
####################################################################

# Patches

# The patch to make kernel x.y.z from x.y.0.
Patch1:   	ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/patch-%{kversion}.xz
Source10: 	ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.x/patch-%{kversion}.sign

# Upstream fixes:
Patch20:	dccp-fix-freeing-skb-too-early-for-ipv6_recvpktinfo.patch

# ROSA-specific patches

# Adds explicit linking of the Perf Python extension with libdl, thus fixing
# the build.
Patch100:	perf-python-ext-link-with-dl.patch

# Perf docs are built after all the kernels. To validate the xml files
# generated during that process, xmlto tries to get DTD files from the Net.
# If it fails, the whole build fails, which is unfortunate. Let us avoid
# this.
Patch101:	perf-xmlto-skip-validation.patch

# Bug http://bugs.rosalinux.ru/show_bug.cgi?id=4791
Patch102:	inotify-increase-max-user-watches.patch

# Export pci_ids.h to user space, needed by ldetect
# TODO: is it really needed now?
Patch103:	include-kbuild-export-pci_ids.patch

# http://hw.rosalinux.ru/index.php?id=usb:105b-e065
# http://www.gnebehay.com/blog/lenovo-flexpad-bluetooth-debian/
Patch104:	bluetooth-add-support-for-BCM43142A0.patch

# http://bugs.rosalinux.ru/show_bug.cgi?id=6235
# http://bugs.rosalinux.ru/show_bug.cgi?id=6459
Patch105:	audit-make-it-less-verbose.patch

# http://bugs.rosalinux.ru/show_bug.cgi?id=5649#c6
Patch106:	drm-cirrus-Use-16bpp-as-default.patch

# Fixes for ThinkPad/Lenovo compact keyboards, adapted from kernel 4.3.
Patch107:	HID-lenovo-01-Use-constants-for-axes-names.patch
Patch108:	HID-lenovo-02-Add-missing-return-value-check.patch
Patch109:	HID-lenovo-03-Hide-middle-button-press-until-release.patch

# Increase vmalloc area, https://bugs.mageia.org/show_bug.cgi?id=904
Patch110:	x86-increase-default-minimum-vmalloc-area-by-64MB-to-192MB.patch

# disable floppy autoloading (mga #4696)
Patch111:	block-floppy-disable-pnp-modalias.patch

# prefer ata over ide drivers
Patch112:	ata-prefer-ata-drivers-over-ide-drivers-when-both-are-built.patch

# AUFS from http://aufs.sourceforge.net/	
Patch113:	fs-aufs4.patch

# http://bugs.rosalinux.ru/show_bug.cgi?id=6410
# https://bugzilla.kernel.org/show_bug.cgi?id=70761
Patch114:	alx-kernel-bz70761-c46.patch

# BFQ IO scheduler, http://algogroup.unimore.it/people/paolo/disk_sched/
Patch116:	0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r8-4.1.patch
Patch117:	0002-block-introduce-the-BFQ-v7r8-I-O-sched-for-4.1.patch
Patch118:	0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r8-for-4.1.0.patch

# The missing part of the mainline commit fac8e0f57969.
Patch120:	tunnels-Don-t-apply-GRO-to-multiple-layers-of-encapsulation-2.patch

# Sanitizing kernel memory
# We do not use "Patch:" here because apply_patched would always apply it
# then, it seems, even if we place "Patch: <..>" under a conditional.
Source701:	sanitize-memory.patch
####################################################################

# Defines for the things that are needed for all the kernels
#
%define common_desc_kernel The kernel package contains the Linux kernel (vmlinuz), the core of your \
operating system. The kernel handles the basic functions \
of the operating system: memory allocation, process allocation, device \
input and output, etc.

%define common_desc_kernel_smp This kernel relies on in-kernel smp alternatives to switch between up & smp \
mode depending on detected hardware. To force the kernel to boot in single \
processor mode, use the "nosmp" boot parameter.


### Global Requires/Provides

%define requires1	grub2
%define requires2	dracut >= 041-11
%define requires3	kmod >= 20-1
%define requires4	sysfsutils >=  2.1.0-12
%define requires5	linux-firmware >= 20160318

%define kprovides1 	%{kname} = %{kverrel}
%define kprovides2 	kernel = %{tar_ver}
%define kprovides3 	alsa = 1.0.27

Autoreqprov: 	no

BuildRequires: 	bc
BuildRequires: 	binutils
BuildRequires: 	gcc
# For power tools
BuildRequires:	pkgconfig(ncurses)

BuildRequires:	kmod-devel kmod-compat

%ifarch x86_64
BuildRequires:  numa-devel
%endif

# for perf, cpufreq and all other tools
# for cpupower
%if %{build_cpupower}
BuildRequires:		pciutils-devel
%endif
# for perf
%if %{build_perf}
BuildRequires:		asciidoc
BuildRequires:		audit-devel
BuildRequires:		binutils-devel
BuildRequires:		bison
BuildRequires:		elfutils-devel
BuildRequires:		flex
BuildRequires:		libunwind-devel
BuildRequires:		newt-devel
BuildRequires:		perl-devel
BuildRequires:		pkgconfig(gtk+-2.0)
BuildRequires:		python-devel
BuildRequires:		xmlto
BuildRequires:		zlib-devel
BuildRequires:		pkgconfig(libcrypto)
%endif

# might be useful too:
Suggests:		microcode


%description
%common_desc_kernel
%common_desc_kernel_smp

# Define obsolete/provides to help automatic upgrades of old kernel-xen-pvops
%define latest_obsoletes_server kernel-xen-pvops-latest < 3.2.1-1
%define latest_provides_server kernel-xen-pvops-latest = %{kverrel}
%define latest_obsoletes_devel_server kernel-xen-pvops-devel-latest < 3.2.1-1
%define latest_provides_devel_server kernel-xen-pvops-devel-latest = %{kverrel}

# mkflavour() name flavour processor
# name: the flavour name in the package name
# flavour: first parameter of CreateKernel()
%define mkflavour()					\
%package -n %{kname}-%{1}-%{buildrel}			\
Version:	%{fakever}				\
Release:	%{fakerel}				\
Provides:	%kprovides1 %kprovides2 %kprovides3	\
%{expand:%%{?kprovides_%{1}:Provides: %{kprovides_%{1}}}} \
Provides:   %{kname}-%{1}              			 \
%if %{build_nrj_desktop}              		\
Provides:   kernel-desktop              		\
%endif                                  		\
Requires(pre):	%requires1 %requires2 %requires3 %requires4 \
Requires:	%requires2 %requires5			\
Provides:	should-restart = system			\
Suggests:	crda					\
%if %build_devel					\
Requires:	%{kname}-%{1}-devel-%{buildrel}		\
Requires(post):	%{kname}-%{1}-devel-%{buildrel}		\
%endif							\
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
%endif							\
Summary:	%{expand:%{summary_%(echo %{1} | sed -e "s/-/_/g")}} \
Group:		System/Kernel and hardware		\
%description -n %{kname}-%{1}-%{buildrel}		\
%common_desc_kernel %{expand:%{info_%(echo %{1} | sed -e "s/-/_/g")}} \
%common_desc_kernel_smp					\
							\
%if %build_devel					\
%package -n	%{kname}-%{1}-devel-%{buildrel}		\
Version:	%{fakever}				\
Release:	%{fakerel}				\
Requires:	glibc-devel ncurses-devel make gcc perl	\
Requires(post):		dkms				\
Requires(preun):	dkms				\
Summary:	Development files for %{kname}-%{1}-%{buildrel} \
Group:		Development/Kernel			\
Provides:	%{kname}-devel = %{kverrel} 		\
Provides:	%{kname}-%{1}-devel			\
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
%endif							\
%description -n %{kname}-%{1}-devel-%{buildrel}		\
This package contains the kernel files (headers and build tools) \
that should be enough to build additional drivers for   \
use with %{kname}-%{1}-%{buildrel}.                     \
							\
If you want to build your own kernel, you need to install the full \
%{kname}-source-%{buildrel} rpm.			\
							\
%endif							\
							\
%if %build_debug					\
%package -n	%{kname}-%{1}-%{buildrel}-debuginfo	\
Version:	%{fakever}				\
Release:	%{fakerel}				\
Summary:	Files with debuginfo for %{kname}-%{1}-%{buildrel} \
Group:		Development/Debug			\
Provides:	kernel-debug = %{kverrel} 		\
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
%endif							\
%description -n %{kname}-%{1}-%{buildrel}-debuginfo	\
This package contains the files with debuginfo to aid in debug tasks \
when using %{kname}-%{1}-%{buildrel}.			\
							\
If you need to look at debug information or use some application that \
needs debugging info from the kernel, this package may help. \
							\
%endif							\
							\
%package -n %{kname}-%{1}-%{kernelversion}.%{patchlevel}-latest \
Version:	%{kversion}				\
Release:	%{rpmrel}				\
Summary:	Meta package for the latest %{kname}-%{1} in %{kernelversion}.%{patchlevel} series \
Group:		System/Kernel and hardware		\
Requires:	%{kname}-%{1}-%{buildrel}		\
Obsoletes:	%{kname}-%{1}-latest < %{kversion}-%{release} \
Provides:	%{kname}-%{1}-latest = %{kversion}-%{release} \
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
Obsoletes:	%{kname}-%{1}-pae-%{kernelversion}.%{patchlevel}-latest < %{kversion}-%{release} \
Provides:	%{kname}-%{1}-pae-%{kernelversion}.%{patchlevel}-latest = %{kversion}-%{release} \
Obsoletes:	%{kname}-%{1}-pae-latest < %{kversion}-%{release} \
Provides:	%{kname}-%{1}-pae-latest = %{kversion}-%{release} \
%endif							\
%description -n %{kname}-%{1}-%{kernelversion}.%{patchlevel}-latest \
This meta package aims to make sure you always have the \
latest %{kname}-%{1} %{kernelversion}.%{patchlevel}.x installed... \
							\
%if %build_devel					\
							\
%package -n %{kname}-%{1}-%{kernelversion}.%{patchlevel}-devel-latest \
Version:	%{kversion}				\
Release:	%{rpmrel}				\
Summary:	Meta package for the latest %{kname}-%{1}-devel in %{kernelversion}.%{patchlevel} series \
Group:		Development/Kernel			\
Requires:	%{kname}-%{1}-devel-%{buildrel}		\
Obsoletes:	%{kname}-%{1}-devel-latest < %{kversion}-%{release} \
Provides:	%{kname}-%{1}-devel-latest = %{kversion}-%{release} \
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
Obsoletes:	%{kname}-%{1}-pae-%{kernelversion}.%{patchlevel}-devel-latest < %{kversion}-%{release} \
Provides:	%{kname}-%{1}-pae-%{kernelversion}.%{patchlevel}-devel-latest = %{kversion}-%{release} \
Obsoletes:	%{kname}-%{1}-pae-devel-latest < %{kversion}-%{release} \
Provides:	%{kname}-%{1}-pae-devel-latest = %{kversion}-%{release} \
%endif							\
Provides:	%{kname}-devel-latest			\
%description -n %{kname}-%{1}-%{kernelversion}.%{patchlevel}-devel-latest \
This meta package aims to make sure you always have the \
latest %{kname}-%{1}-devel %{kernelversion}.%{patchlevel}.x installed... \
							\
%endif							\
							\
%post -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-post \
%preun -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-preun \
%postun -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-postun \
							\
%if %build_devel					\
%post -n %{kname}-%{1}-devel-%{buildrel} -f kernel_devel_files.%{1}-post \
%preun -n %{kname}-%{1}-devel-%{buildrel} -f kernel_devel_files.%{1}-preun \
%postun -n %{kname}-%{1}-devel-%{buildrel} -f kernel_devel_files.%{1}-postun \
%endif							\
							\
%files -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1} \
%files -n %{kname}-%{1}-%{kernelversion}.%{patchlevel}-latest	\
							\
%if %build_devel					\
%files -n %{kname}-%{1}-devel-%{buildrel} -f kernel_devel_files.%{1} \
%files -n %{kname}-%{1}-%{kernelversion}.%{patchlevel}-devel-latest \
%endif							\
							\
%if %build_debug					\
%files -n %{kname}-%{1}-%{buildrel}-debuginfo -f kernel_debug_files.%{1} \
%endif

%if %build_nrj_desktop
%define summary_nrj_desktop A general-purpose Linux Kernel
%define info_nrj_desktop This is a general-purpose kernel.
%mkflavour nrj-desktop
%endif

%if %build_nrj_laptop
%define summary_nrj_laptop Linux Kernel for laptops
%define info_nrj_laptop This kernel is mostly intended for laptops.
%mkflavour nrj-laptop
%endif

#
# kernel-source
#
%if %build_source
%package -n %{kname}-source-%{buildrel}
Version: 	%{fakever}
Release: 	%{fakerel}
Requires: 	glibc-devel, ncurses-devel, make, gcc, perl, diffutils
Summary: 	The source code of %{kname}-%{buildrel}
Group: 		Development/Kernel
Autoreqprov: 	no
Provides: 	kernel-source = %{kverrel}
Buildarch:	noarch

%description -n %{kname}-source-%{buildrel}
The %{kname}-source package contains the source code for the kernel.
These source files are only needed if you want to build your own
custom kernel that is better tuned to your particular hardware.

If you only want the files needed to build third-party (dkms-*,...)
drivers against, install the *-devel-* rpm that is matching your kernel.

#
# kernel-source-latest: virtual rpm
#
%package -n %{kname}-source-latest
Version: 	%{kversion}
Release: 	%{rpmrel}
Summary: 	Virtual rpm for latest %{kname}-source
Group:   	Development/Kernel
Requires: 	%{kname}-source-%{buildrel}
Buildarch:	noarch

%description -n %{kname}-source-latest
This package is a virtual rpm that aims to make sure you always have the
latest %{kname}-source installed...
%endif

#
# kernel-doc: documentation for the Linux kernel
#
%if %build_doc
%package -n %{kname}-doc
Version: 	%{kversion}
Release: 	%{rpmrel}
Summary: 	Various documentation bits found in the %{kname} source
Group: 		Documentation
Buildarch:	noarch

%description -n %{kname}-doc
This package contains documentation files from the %{kname} source.
Various bits of information about the Linux kernel and the device drivers
shipped with it are documented in these files. You also might want install
this package if you need a reference to the options that can be passed to
Linux kernel modules at load time.
%endif

#
# kernel/tools
#
%if %{build_perf}
%package -n perf
Version:	%{kversion}
Release:	%{rpmrel}
Summary:	perf tool and the supporting documentation
Group:		System/Kernel and hardware

%description -n perf
the perf tool and the supporting documentation.
%endif

%if %{build_cpupower}
%package -n cpupower
Version:	%{kversion}
Release:	%{rpmrel}
Summary:	The cpupower tools
Group:		System/Kernel and hardware
Requires(post):  rpm-helper >= 0.24.0-3
Requires(preun): rpm-helper >= 0.24.0-3
Obsoletes:	cpufreq cpufrequtils

%description -n cpupower
The cpupower tools.

%post -n cpupower

if [ $1 -ge 0 ]; then
# Do not enable/disable cpupower.service directly, because it should start
# when cpupower.path triggers it.
	/bin/systemctl enable cpupower.path >/dev/null 2>&1 || :
	/bin/systemctl start cpupower.path >/dev/null 2>&1 || :
fi

%preun -n cpupower
if [ $1 -eq 0 ]; then
        /bin/systemctl --no-reload disable cpupower.path > /dev/null 2>&1 || :
        /bin/systemctl stop cpupower.path > /dev/null 2>&1 || :
fi

%package -n cpupower-devel
Version:	%{kversion}
Release:	%{rpmrel}
Summary:	Development files for cpupower
Group:		Development/Kernel
Requires:	cpupower = %{kversion}-%{rpmrel}
Conflicts:	%{_lib}cpufreq-devel

%description -n cpupower-devel
This package contains the development files for cpupower.
%endif

%if %{build_headers}
%package headers
Version:	%kversion
Release:	%rpmrel
Summary:	Linux kernel header files mostly used by your C library
Group:		System/Kernel and hardware
Epoch:		1
%rename linux-userspace-headers

%description headers
C header files from the Linux kernel. The header files define
structures and constants that are needed for building most
standard programs, notably the C library.

This package is not suitable for building kernel modules, you
should use the 'kernel-devel' package instead.

%files headers
%_includedir/*
# Don't conflict with cpupower-devel
%if %{build_cpupower}
%exclude %_includedir/cpufreq.h
%endif
%endif

#
# End packages - here begins build stage
#
%prep
%setup -q -n %top_dir_name -c
cd %src_dir

%apply_patches

%if %{enhanced_security}
patch -p1 --fuzz=0 < %{SOURCE701}
%endif

#
# Setup Begin
#

# Configs
cp %{SOURCE110} .
%if %build_debug
sed -i	's/# CONFIG_DEBUG_INFO is not set/CONFIG_DEBUG_INFO=y\nCONFIG_DEBUG_INFO_REDUCED=y/' \
	./kernel-%{arch_suffix}.config
%endif

# Hardening features
%if %{enhanced_security}
sed -i	's/# CONFIG_PAX_MEMORY_SANITIZE is not set/CONFIG_PAX_MEMORY_SANITIZE=y/' \
	./kernel-%{arch_suffix}.config
sed -i	's/# CONFIG_PAGE_POISONING is not set/CONFIG_PAGE_POISONING=y\nCONFIG_PAGE_POISONING_NO_SANITY=y/' \
	./kernel-%{arch_suffix}.config
%endif

# We may not want to build nrj-desktop flavour in some cases but its config
# is nice to have. It is used when preparing the RPM with the sources,
# for example.
FLAVOURS="nrj-desktop"
cp %{SOURCE111} .

%if %{build_nrj_laptop}
cp %{SOURCE112} .
FLAVOURS="${FLAVOURS} nrj-laptop"
%endif

CONFIG_DIR=arch/x86/configs
mkdir -p "${CONFIG_DIR}"

for flav in ${FLAVOURS}; do
	echo "Creating configuration file for \"$flav\" kernel."
	cp ./kernel-%{arch_suffix}.config .config
# Make sure a newline is at the end of the basic part of the config.
	echo >> .config
	cat ./kernel-${flav}-%{arch_suffix}.config >> .config
	make ARCH=%{_arch} oldconfig && \
	mv .config arch/x86/configs/%{arch_suffix}_defconfig-${flav} && \
	echo "Created arch/x86/configs/%{arch_suffix}_defconfig-${flav}."
done

# Remove the no longer needed parts of the config files
rm -f ./kernel*.config

# make sure the kernel has the sublevel we know it has...
LC_ALL=C perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile

# get rid of unwanted files
find . -name '*~' -o -name '*.orig' -o -name '*.append' | %kxargs rm -f
find . -name '.get_maintainer.ignore' | %kxargs rm -f

%build

# Common target directories
%define _kerneldir /usr/src/linux-%{kversion}-%{buildrpmrel}
%define _bootdir /boot
%define _modulesdir /lib/modules

# Directories definition needed for building
%define temp_root %{build_dir}/temp-root
%define temp_source %{temp_root}%{_kerneldir}
%define temp_boot %{temp_root}%{_bootdir}
%define temp_modules %{temp_root}%{_modulesdir}

PrepareKernel() {
	name=$1
	extension=$2
	config_dir=arch/x86/configs
	echo "Make config for kernel $extension"

	%smake -s mrproper

	if [ -z "$name" ]; then
		cp ${config_dir}/%{arch_suffix}_defconfig-nrj-desktop .config
	else
		cp ${config_dir}/%{arch_suffix}_defconfig-$name .config
	fi

	# make sure EXTRAVERSION says what we want it to say
	LC_ALL=C perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -$extension/" Makefile
}

BuildKernel() {
	KernelVer=$1

	echo "Building kernel $KernelVer"

	%kmake -s all

	# Start installing stuff
	install -d %{temp_boot}
	install -m 644 System.map %{temp_boot}/System.map-$KernelVer
	install -m 644 .config %{temp_boot}/config-$KernelVer
	xz -c Module.symvers > %{temp_boot}/symvers-$KernelVer.xz

	cp -f arch/x86/boot/bzImage %{temp_boot}/vmlinuz-$KernelVer

	# modules
	install -d %{temp_modules}/$KernelVer
	%smake INSTALL_MOD_PATH=%{temp_root} KERNELRELEASE=$KernelVer modules_install

	# headers
	%if %{build_headers}
		%make INSTALL_HDR_PATH=%{temp_root}%{_prefix} KERNELRELEASE=$KernelVer headers_install
		find %{temp_root}%{_prefix} -name .install -or -name ..install.cmd | %kxargs rm -f
	%endif

	# remove /lib/firmware, we use a separate kernel-firmware
	rm -rf %{temp_root}/lib/firmware
}

SaveDevel() {
	devel_flavour=$1

	KernelVer=%{kversion}-$devel_flavour-%{buildrpmrel}
	DevelRoot=/usr/src/linux-$KernelVer
	TempDevelRoot=%{temp_root}$DevelRoot

	mkdir -p $TempDevelRoot
	for i in $(find . -name 'Makefile*'); do cp -R --parents $i $TempDevelRoot;done
	for i in $(find . -name 'Kconfig*' -o -name 'Kbuild*'); do cp -R --parents $i $TempDevelRoot;done
	cp -fR Documentation/DocBook/media/*.b64 $TempDevelRoot/Documentation/DocBook/media/
	cp -fR include $TempDevelRoot
	# ln -s ../generated/uapi/linux/version.h $TempDevelRoot/include/linux/version.h
	cp -fR scripts $TempDevelRoot
	cp -fR kernel/bounds.c $TempDevelRoot/kernel
	cp -fR kernel/time/timeconst.bc $TempDevelRoot/kernel/time
	cp -fR tools/include $TempDevelRoot/tools/
	cp -fR arch/x86/kernel/asm-offsets.{c,s} $TempDevelRoot/arch/x86/kernel/
	cp -fR arch/x86/kernel/asm-offsets_{32,64}.c $TempDevelRoot/arch/x86/kernel/
	cp -fR arch/x86/purgatory/* $TempDevelRoot/arch/x86/purgatory/
	cp -fR arch/x86/syscalls/syscall* $TempDevelRoot/arch/x86/syscalls/
	cp -fR arch/x86/include $TempDevelRoot/arch/x86/
	cp -fR arch/x86/tools $TempDevelRoot/arch/x86/
	cp -fR .config Module.symvers $TempDevelRoot

	# Needed for truecrypt build (Danny)
	cp -fR drivers/md/dm.h $TempDevelRoot/drivers/md/

	# Needed for lguest
	cp -fR drivers/lguest/lg.h $TempDevelRoot/drivers/lguest/

	# Needed for lirc_gpio (#39004)
	cp -fR drivers/media/pci/bt8xx/bttv{,p}.h $TempDevelRoot/drivers/media/pci/bt8xx/
	cp -fR drivers/media/pci/bt8xx/bt848.h $TempDevelRoot/drivers/media/pci/bt8xx/
	cp -fR drivers/media/common/btcx-risc.h $TempDevelRoot/drivers/media/common/

	# Needed for external dvb tree (#41418)
	cp -fR drivers/media/dvb-core/*.h $TempDevelRoot/drivers/media/dvb-core/
	cp -fR drivers/media/dvb-frontends/lgdt330x.h $TempDevelRoot/drivers/media/dvb-frontends/

	# add acpica header files, needed for fglrx build
	cp -fR drivers/acpi/acpica/*.h $TempDevelRoot/drivers/acpi/acpica/

	# aufs2 has a special file needed
	cp -fR fs/aufs/magic.mk $TempDevelRoot/fs/aufs

	# SELinux needs security/selinux/include
	cp -fR security/selinux/include $TempDevelRoot/security/selinux

	for i in alpha arc avr32 blackfin c6x cris frv h8300 hexagon ia64 m32r m68k m68knommu metag microblaze \
		 mips mn10300 nios2 openrisc parisc powerpc s390 score sh sparc tile unicore32 xtensa; do
		rm -rf $TempDevelRoot/arch/$i
	done

	rm -rf $TempDevelRoot/arch/arm*
	rm -rf $TempDevelRoot/include/kvm/arm*
	rm -rf $TempDevelRoot/include/soc

	# Clean the scripts tree, and make sure everything is ok (sanity check)
	# running prepare+scripts (tree was already "prepared" in build)
	pushd $TempDevelRoot >/dev/null
		%smake -s prepare scripts
		%smake -s clean
	popd >/dev/null
	rm -f $TempDevelRoot/.config.old

	# fix permissions
	chmod -R a+rX $TempDevelRoot

	# disable mrproper in -devel rpms
	patch -p1 --fuzz=0 -d $TempDevelRoot -i %{SOURCE2}

	# Create the symlinks needed by DKMS
	ModulesRoot=%{temp_modules}/$KernelVer
	mkdir -p $ModulesRoot
	kernel_devel_files=../kernel_devel_files.$devel_flavour


### Create the kernel_devel_files.*
cat > $kernel_devel_files <<EOF
%dir $DevelRoot
%dir $DevelRoot/arch
%dir $DevelRoot/include
$DevelRoot/Documentation
$DevelRoot/arch/um
$DevelRoot/arch/x86
$DevelRoot/block
$DevelRoot/crypto
$DevelRoot/drivers
$DevelRoot/firmware
$DevelRoot/fs
$DevelRoot/include/Kbuild
$DevelRoot/include/acpi
$DevelRoot/include/asm-generic
$DevelRoot/include/clocksource
$DevelRoot/include/config
$DevelRoot/include/crypto
$DevelRoot/include/drm
$DevelRoot/include/dt-bindings
$DevelRoot/include/generated
$DevelRoot/include/keys
$DevelRoot/include/kvm
$DevelRoot/include/linux
$DevelRoot/include/math-emu
$DevelRoot/include/media
$DevelRoot/include/memory
$DevelRoot/include/misc
$DevelRoot/include/net
$DevelRoot/include/pcmcia
$DevelRoot/include/ras
$DevelRoot/include/rdma
$DevelRoot/include/rxrpc
$DevelRoot/include/scsi
$DevelRoot/include/sound
$DevelRoot/include/target
$DevelRoot/include/trace
$DevelRoot/include/uapi
$DevelRoot/include/video
$DevelRoot/include/xen
$DevelRoot/init
$DevelRoot/ipc
$DevelRoot/kernel
$DevelRoot/lib
$DevelRoot/mm
$DevelRoot/net
$DevelRoot/samples
$DevelRoot/scripts
$DevelRoot/security
$DevelRoot/sound
$DevelRoot/tools
$DevelRoot/usr
$DevelRoot/virt
$DevelRoot/.config
$DevelRoot/Kbuild
$DevelRoot/Kconfig
$DevelRoot/Makefile
$DevelRoot/Module.symvers
$DevelRoot/arch/Kconfig
%{_modulesdir}/$KernelVer/build
%{_modulesdir}/$KernelVer/source
EOF


### Create -devel Post script on the fly
cat > $kernel_devel_files-post <<EOF
/usr/sbin/dkms_autoinstaller start $KernelVer
EOF


### Create -devel Preun script on the fly
cat > $kernel_devel_files-preun <<EOF
for ii in \$(/usr/sbin/dkms status -k ${KernelVer} | awk '{ print \$1 \$2; }'); do
	mod=\$(echo \$ii | awk -v FS=',' '{ print \$1; }')
	ver=\$(echo \$ii | awk -v FS=',' '{ print \$2; }')
	/usr/sbin/dkms --rpm_safe_upgrade uninstall -m \$mod -v \$ver -k ${KernelVer} || true
done

# If any DKMS modules with REMAKE_INITRD=yes in their configs have been
# uninstalled, initrd has been regenerated for the given kernel. However,
# the kernel itself might have been uninstalled before, so that (defunct)
# initrd image files would be left behind. Remove them if the kernel itself
# is no longer installed. Should work if they are ininstalled in parallel
# too.
if ! test -f /boot/vmlinuz-${KernelVer}; then
	rm -f /boot/initrd-${KernelVer}.img
	rm -f /boot/initrd-${KernelVer}_old.img
fi
EOF

### Create -devel Postun script on the fly
cat > $kernel_devel_files-postun <<EOF
rm -rf /usr/src/linux-$KernelVer >/dev/null
# depmod (called when removing DKMS modules) might have created files in
# /lib/modules/.../. Remove these first.
rm -rf /lib/modules/$KernelVer/modules*
# Remove the dir if it is already empty.
find /lib/modules/$KernelVer -maxdepth 0 -empty -exec rm -rf {} \; || true
EOF
}

SaveDebug() {
	debug_flavour=$1

	install -m 644 vmlinux \
	      %{temp_boot}/vmlinux-%{kversion}-$debug_flavour-%{buildrpmrel}
	kernel_debug_files=../kernel_debug_files.$debug_flavour
	echo "%{_bootdir}/vmlinux-%{kversion}-$debug_flavour-%{buildrpmrel}" \
		>> $kernel_debug_files

	find %{temp_modules}/%{kversion}-$debug_flavour-%{buildrpmrel}/kernel \
		-name "*.ko" | \
		%kxargs -I '{}' objcopy --only-keep-debug '{}' '{}'.debug
	find %{temp_modules}/%{kversion}-$debug_flavour-%{buildrpmrel}/kernel \
		-name "*.ko" | %kxargs -I '{}' \
		sh -c 'cd `dirname {}`; \
		       objcopy --add-gnu-debuglink=`basename {}`.debug \
		       --strip-debug `basename {}`'

	pushd %{temp_modules}
	find %{kversion}-$debug_flavour-%{buildrpmrel}/kernel \
		-name "*.ko.debug" > debug_module_list
	popd
	cat %{temp_modules}/debug_module_list | \
		sed 's|\(.*\)|%{_modulesdir}/\1|' >> $kernel_debug_files
	cat %{temp_modules}/debug_module_list | \
		sed 's|\(.*\)|%exclude %{_modulesdir}/\1|' \
		>> ../kernel_exclude_debug_files.$debug_flavour
	rm -f %{temp_modules}/debug_module_list
}

CreateFiles() {
	kernel_flavour=$1
	KernelVer=%{kversion}-$kernel_flavour-%{buildrpmrel}

	kernel_files=../kernel_files.$kernel_flavour

ker="vmlinuz"

### Create the kernel_files.*
cat > $kernel_files <<EOF
%{_bootdir}/System.map-$KernelVer
%{_bootdir}/symvers-$KernelVer.xz
%{_bootdir}/config-$KernelVer
%{_bootdir}/$ker-$KernelVer
%{_modulesdir}/$KernelVer/kernel
%{_modulesdir}/$KernelVer/modules.*
EOF

%if %build_debug
    cat ../kernel_exclude_debug_files.$kernel_flavour >> $kernel_files
%endif

### Create kernel Post script
# We always regenerate initrd here, even if it already exists. This may
# happen if kernel-<...>-devel is installed first, triggers rebuild of
# DKMS modules and some of these request remaking of initrd. The initrd
# that is created then will be non-functional. But when the user installs
# kernel-<...> package, that defunct initrd will be replaced with a working
# one here.
#
# depmod is also needed, because some DKMS-modules might have been installed
# when the devel package was installed but that was before the main modules
# were installed.
# This is also the reason the devel package is in Requires(post) for this
# package now: it must be installed completely before we call depmod here.
cat > $kernel_files-post <<EOF
/sbin/depmod -a $KernelVer
INITRD=/boot/initrd-$KernelVer.img
/sbin/dracut -f \${INITRD} $KernelVer

# File triggers from grub packages will handle this.
#/usr/sbin/update-grub2

pushd /boot > /dev/null
if [ -L vmlinuz-$kernel_flavour ]; then
	rm -f vmlinuz-$kernel_flavour
fi
if [ -L initrd-$kernel_flavour.img ]; then
	rm -f initrd-$kernel_flavour.img
fi
popd > /dev/null
EOF

### Create kernel Preun script on the fly
cat > $kernel_files-preun <<EOF
pushd /boot > /dev/null
if [ -L vmlinuz-$kernel_flavour ]; then
	if [ "\$(readlink vmlinuz-$kernel_flavour)" = "vmlinuz-$KernelVer" ]; then
		rm -f vmlinuz-$kernel_flavour
	fi
fi
if [ -L initrd-$kernel_flavour.img ]; then
	if [ "\$(readlink initrd-$kernel_flavour.img)" = "initrd-$KernelVer.img" ]; then
		rm -f initrd-$kernel_flavour.img
	fi
fi

# File triggers from grub packages will handle this.
#/usr/sbin/update-grub2

popd > /dev/null
exit 0
EOF

### Create kernel Postun script on the fly
cat > $kernel_files-postun <<EOF
rm -f /boot/initrd-${KernelVer}.img
rm -f /boot/initrd-${KernelVer}_old.img
# Third-party modules might have left something in /lib/modules/.../kernel/.
rm -rf /lib/modules/${KernelVer}/kernel/
rm -rf /lib/modules/${KernelVer}/modules*
# Remove /lib/modules/<...>/ if it is empty (-devel uses it too).
find /lib/modules/${KernelVer} -maxdepth 0 -empty -exec rm -rf {} \; || true
EOF
}

CreateKernel() {
	flavour=$1

	PrepareKernel $flavour $flavour-%{buildrpmrel}

	BuildKernel %{kversion}-$flavour-%{buildrpmrel}
	%if %build_devel
		SaveDevel $flavour
	%endif
	%if %build_debug
		SaveDebug $flavour
	%endif
	CreateFiles $flavour
}


###
# DO it...
###


# Create a simulacro of buildroot
rm -rf %{temp_root}
install -d %{temp_root}


# make sure we are in the directory
cd %src_dir

%if %build_nrj_desktop
CreateKernel nrj-desktop
%endif

%if %build_nrj_laptop
CreateKernel nrj-laptop
%endif

# set extraversion to match srpm to get nice version reported by the tools
LC_ALL=C perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{rpmrel}/" Makefile


############################################################
### Linker start3 > Check point to build for omv or rosa ###
############################################################
%if %{build_perf}
%ifarch x86_64
%define perf_is_x64	1
%else
%define perf_is_x64	0
%endif

%smake -C tools/perf -s IS_X86_64=%{perf_is_x64} HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix} all
%smake -C tools/perf -s prefix=%{_prefix} man
%endif

%if %{build_cpupower}
# make sure version-gen.sh is executable.
chmod +x tools/power/cpupower/utils/version-gen.sh
%make -C tools/power/cpupower CPUFREQ_BENCH=false
%endif
############################################################
###  Linker end3 > Check point to build for omv or rosa  ###
############################################################


# We don't make to repeat the depend code at the install phase
%if %build_source
PrepareKernel "" %{buildrpmrel}-custom
%smake -s mrproper
%endif

###
### install
###
%install
cd %src_dir

# Directories definition needed for installing
%define target_source %{buildroot}%{_kerneldir}
%define target_boot %{buildroot}%{_bootdir}
%define target_modules %{buildroot}%{_modulesdir}

# We want to be able to test several times the install part
rm -rf %{buildroot}
cp -a %{temp_root} %{buildroot}

# Create directories infastructure
%if %build_source
install -d %{target_source}

tar cf - . | tar xf - -C %{target_source}
chmod -R a+rX %{target_source}

# we remove all the source files that we don't ship
# first architecture files
for i in alpha arc avr32 blackfin c6x cris frv h8300 hexagon ia64 m32r m68k m68knommu metag microblaze \
	 mips nios2 openrisc parisc powerpc s390 score sh sh64 sparc tile unicore32 v850 xtensa mn10300; do
	rm -rf %{target_source}/arch/$i
done
rm -rf %{target_source}/include/kvm/arm*

# other misc files
rm -f %{target_source}/{.config.old,.config.cmd,.gitignore,.lst,.mailmap}
rm -f %{target_source}/{.missing-syscalls.d,arch/.gitignore,firmware/.gitignore}
rm -rf %{target_source}/.tmp_depmod/

# Remove .install and ..install.cmd files from this directory tree too.
find %{target_source}/include -name .install -or -name ..install.cmd | %kxargs rm -f

#endif %build_source
%endif

# compressing modules
%if %{build_modxz}
find %{target_modules} -name "*.ko" | %kxargs xz -6e
%else
find %{target_modules} -name "*.ko" | %kxargs gzip -9
%endif

# We used to have a copy of PrepareKernel here
# Now, we make sure that the thing in the linux dir is what we want it to be
pushd %{target_modules}
for i in *; do
	rm -f $i/build $i/source
	ln -sf /usr/src/linux-$i $i/build
	ln -sf /usr/src/linux-$i $i/source
done

# sniff, if we compressed all the modules, we change the stamp :(
# we really need the depmod -ae here
for i in *; do
	/sbin/depmod -ae -b %{buildroot} -F %{target_boot}/System.map-$i $i
	echo $?
done

for i in *; do
	pushd $i
	echo "Creating modules.description for $i"
	modules=`find . -name "*.ko.[g,x]z"`
	echo $modules | %kxargs /sbin/modinfo \
	| perl -lne 'print "$name\t$1" if $name && /^description:\s*(.*)/; $name = $1 if m!^filename:\s*(.*)\.k?o!; $name =~ s!.*/!!' > modules.description
	popd
done
popd

# need to set extraversion to match srpm again to avoid rebuild
LC_ALL=C perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{rpmrel}/" Makefile
%if %{build_perf}

# perf tool binary and supporting scripts/binaries
make -C tools/perf -s V=1 DESTDIR=%{buildroot} IS_X86_64=%{perf_is_x64} HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix} install

# perf man pages (note: implicit rpm magic compresses them later)
make -C tools/perf  -s V=1 DESTDIR=%{buildroot} IS_X86_64=%{perf_is_x64} HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix} install-man
%endif

############################################################
### Linker start4 > Check point to build for omv or rosa ###
############################################################
%if %{build_cpupower}
make -C tools/power/cpupower DESTDIR=%{buildroot} libdir=%{_libdir} mandir=%{_mandir} CPUFREQ_BENCH=false install
rm -f %{buildroot}%{_libdir}/*.{a,la}
%find_lang cpupower
mv cpupower.lang ../
chmod 0755 %{buildroot}%{_libdir}/libcpupower.so*
mkdir -p %{buildroot}%{_unitdir} %{buildroot}%{_sysconfdir}/sysconfig
install -m644 %{SOURCE50} %{buildroot}%{_unitdir}/cpupower.service
install -m644 %{SOURCE53} %{buildroot}%{_unitdir}/cpupower.path
install -m644 %{SOURCE51} %{buildroot}%{_sysconfdir}/sysconfig/cpupower
install -m755 %{SOURCE52} %{buildroot}%{_bindir}/cpupower-start.sh
%endif
############################################################
### Linker start4 > Check point to build for omv or rosa ###
############################################################

###
### clean
###
%clean
rm -rf %{buildroot}


# We don't want to remove this, the whole reason of its existence is to be
# able to do several rpm --short-circuit -bi for testing install
# phase without repeating compilation phase
#rm -rf %{temp_root}

###
### source and doc file lists
###

%if %build_source
%files -n %{kname}-source-%{buildrel}
%dir %{_kerneldir}
%dir %{_kerneldir}/arch
%dir %{_kerneldir}/include
%{_kerneldir}/Documentation
%{_kerneldir}/arch/Kconfig
%{_kerneldir}/arch/arm
%{_kerneldir}/arch/arm64
%{_kerneldir}/arch/um
%{_kerneldir}/arch/x86
%{_kerneldir}/block
%{_kerneldir}/crypto
%{_kerneldir}/drivers
%{_kerneldir}/firmware
%{_kerneldir}/fs
%{_kerneldir}/include/Kbuild
%{_kerneldir}/include/acpi
%{_kerneldir}/include/asm-generic
%{_kerneldir}/include/clocksource
%{_kerneldir}/include/crypto
%{_kerneldir}/include/drm
%{_kerneldir}/include/dt-bindings
%{_kerneldir}/include/keys
%{_kerneldir}/include/kvm
%{_kerneldir}/include/linux
%{_kerneldir}/include/math-emu
%{_kerneldir}/include/media
%{_kerneldir}/include/memory
%{_kerneldir}/include/misc
%{_kerneldir}/include/net
%{_kerneldir}/include/pcmcia
%{_kerneldir}/include/ras
%{_kerneldir}/include/rdma
%{_kerneldir}/include/rxrpc
%{_kerneldir}/include/scsi
%{_kerneldir}/include/soc
%{_kerneldir}/include/sound
%{_kerneldir}/include/target
%{_kerneldir}/include/trace
%{_kerneldir}/include/uapi
%{_kerneldir}/include/video
%{_kerneldir}/include/xen
%{_kerneldir}/init
%{_kerneldir}/ipc
%{_kerneldir}/kernel
%{_kerneldir}/lib
%{_kerneldir}/mm
%{_kerneldir}/net
%{_kerneldir}/virt
%{_kerneldir}/samples
%{_kerneldir}/scripts
%{_kerneldir}/security
%{_kerneldir}/sound
%{_kerneldir}/tools
%{_kerneldir}/usr
%{_kerneldir}/COPYING
%{_kerneldir}/CREDITS
%{_kerneldir}/Kbuild
%{_kerneldir}/Kconfig
%{_kerneldir}/MAINTAINERS
%{_kerneldir}/Makefile
%{_kerneldir}/README
%{_kerneldir}/REPORTING-BUGS

%files -n %{kname}-source-latest
%endif

%if %build_doc
%files -n %{kname}-doc
%doc linux-%{tar_ver}/Documentation/*
%endif

%if %{build_perf}
%files -n perf
%{_bindir}/perf
%ifarch x86_64
%{_bindir}/perf-read-vdso32
%endif
%{_bindir}/trace
%dir %{_prefix}/libexec/perf-core
%dir %{_libdir}/traceevent
%dir %{_libdir}/traceevent/plugins
%{_libdir}/libperf-gtk.so
%{_libdir}/traceevent/plugins/*
%{_prefix}/libexec/perf-core/*
%{_mandir}/man[1-8]/perf*
%{_sysconfdir}/bash_completion.d/perf
%endif

%if %{build_cpupower}
%files -n cpupower -f cpupower.lang
%{_bindir}/cpupower
%{_bindir}/cpupower-start.sh
%{_libdir}/libcpupower.so.0
%{_libdir}/libcpupower.so.0.0.0
%{_unitdir}/cpupower.service
%{_unitdir}/cpupower.path
%{_mandir}/man[1-8]/cpupower*
%config(noreplace) %{_sysconfdir}/sysconfig/cpupower

%files -n cpupower-devel
%{_libdir}/libcpupower.so
%{_includedir}/cpufreq.h
%endif

%changelog

* Fri Feb 24 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.38-2
- (7f2db57) Added one more fix from the stable patch queue

* Sat Feb 18 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.38-1
- (5a4fa1f) Added missing %define

* Tue Feb 14 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:4.1.38-1
- (b2d2945) Do not build perf, cpupower, sources and headers
- (b2d2945) The packages for the newer kernel versions could be used instead.

* Fri Jan 20 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.38-1
- (654af6d) Merge /home/eugene/work/kernel/rosa/kernel-4.1-unofficial
- (Evgenii Shatokhin: 5680074) Updated to version 4.1.38

* Fri Jan 20 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.37-1
- (0d96fb4) Make ext3 built in rather than a module
- (0d96fb4) This saves us the trouble of maintaining different dracut configurations
- (0d96fb4) for different kernels: ext3 module has been dropped from 4.2+.
- (0d96fb4) The ISO images with kernel 4.1 (which still rely on ext3) should become
- (0d96fb4) more reliable now, when ext3 is always available in the kernel.

* Fri Jan 20 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.35-1
- (f97bc27) Make ext3 built in rather than a module
- (f97bc27) This saves us the trouble of maintaining different dracut configurations
- (f97bc27) for different kernels: ext3 module has been dropped from 4.2+.
- (f97bc27) The ISO images with kernel 4.1 (which still rely on ext3) should become
- (f97bc27) more reliable now, when ext3 is always available in the kernel.

* Thu Dec 29 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.37-1
- (67aaecf) Updated to version 4.1.37

* Wed Nov 30 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.36-1
- (135ab08) Updated to version 4.1.36

* Wed Oct 26 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.35-1
- (f57deba) Updated to version 4.1.35
- (Evgenii Shatokhin: 0b1698a) Updated to version 4.1.35

* Fri Oct 21 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.34-2
- (64072e7) Added one more upstream fix

* Thu Oct 13 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.34-1
- (8d97009) Updated to version 4.1.34

* Sun Sep 18 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.33-1
- (87018ef) Updated to version 4.1.33

* Sun Sep 18 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.32-1
- (b4d3d02) Disable FW_LOADER_USER_HELPER_FALLBACK
- (b4d3d02) It causes problems with WiFi:
- (b4d3d02) http://forum.rosalab.ru/viewtopic.php?f=53&t=5372&p=76294#p76294
- (b4d3d02) https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1398458
- (Evgenii Shatokhin: fd4ca93) Updated to version 4.1.32

* Mon Sep 05 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.31-2
- (a784a0b) Release number 2 is enough

* Mon Sep 05 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.31-4
- (030ce6f) Merged changes from kernels_stable/kernel-4.1

* Mon Sep 05 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.31-1
- (c40dea6) Enabled support for SMB2, SMB3 as well as FS cache for CIFS
- (Evgenii Shatokhin: 6333698) Updated to version 4.1.31

* Wed Aug 31 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.30-4
- (8a630e1) Release up

* Thu Aug 18 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.30-3
- (75db62e) Release up

* Thu Aug 18 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.30-2
- (4ada3d9) Make sure the old -latest packages are replaced with -4.1-latest
- (4ada3d9) The users may still have installed something like:
- (4ada3d9) kernel-nrj-desktop-devel-latest (4.1.25-1)
- (4ada3d9) kernel-nrj-desktop-latest (4.1.25-1)
- (4ada3d9) This is a relict from the days there were no branch-specific -latest
- (4ada3d9) packages, like kernel-nrj-desktop-4.1-latest, etc.
- (4ada3d9) As we no longer provide the old-style -latest packages for the kernels
- (4ada3d9) 4.1.x and newer, let us make the upgrade to -4.1-latest seamless.
- (Evgenii Shatokhin: ba11660) Release up

* Tue Aug 16 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.30-1
- (0a52298) Merged branch "master" from kernels_stable/kernel-4.1
- (Evgenii Shatokhin: 2dac473) Updated to version 4.1.30

* Tue Aug 16 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.29-2
- (b6b2312) New build model for the kernel (ported from kernel-4.6 project)
- (b6b2312) See the commits 05a8c4904699..16da528365de in
- (b6b2312) https://abf.io/kernels_stable/kernel-4.6.
- (b6b2312) Hightlights:
- (b6b2312) * New build model: everything in a single project.
- (b6b2312) * PAE by default on i586. No non-PAE flavours remain.
- (b6b2312) * SELinux is now built in (disabled by default).
- (b6b2312) * Dropped ndiswrapper (can be built separately if it is really needed).

* Mon Aug 01 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.29-1
- (63d865f) Updated to version 4.1.29

* Sat Jun 25 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.27-1
- (70a7ebe) Updated to version 4.1.27

* Thu Jun 09 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.26-1
- (128db28) Updated to version 4.1.26

* Tue May 24 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.25-1
- (a15fafc) Updated to version 4.1.25

* Fri Apr 29 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.23-1
- (51e6806) Updated to version 4.1.23

* Fri Apr 22 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.22-2
- (7eb48d2) Reverted a problematic patch for radeon runtime PM
- (7eb48d2) https://bugzilla.kernel.org/show_bug.cgi?id=115321
- (7eb48d2) https://bugzilla.kernel.org/show_bug.cgi?id=116251

* Wed Apr 20 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.17-1
- (70639a4) Restored the accidentally removed 3rdparty stuff

* Wed Apr 20 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.22-1
- (67bf694) Restored the accidentally removed 3rdparty stuff

* Wed Apr 20 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.17-1
- (f89a8cb) Updated 'mrproper' patch for version 4.1.22

* Wed Apr 20 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.22-1
- (a1d302c) Updated 'mrproper' patch for version 4.1.22
- (Evgenii Shatokhin: b217f2e) Updated to version 4.1.22

* Fri Mar 25 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.19-3
- (85bf31d) Updated the fix for kernel bug #69131, added the fix for kernel bug #113861
- (85bf31d) * https://bugzilla.kernel.org/show_bug.cgi?id=69131: it was suggested to
- (85bf31d) try the full patch. Its first part did not actually make it to mainline.
- (85bf31d) * https://bugzilla.kernel.org/show_bug.cgi?id=113861
- (85bf31d) "[radeon] Xorg fatal freeze upon startx"

* Fri Mar 11 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.19-2
- (ef95b27) Release up for a rebuild with the fixed patch for AUFS

* Fri Mar 11 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.19-1
- (8b57420) Updated to version 4.1.19 with additional fixes
- (8b57420) Besides the upstream update, the following changes were made:
- (8b57420) 1. Disabled CONFIG_INTEL_IOMMU_DEFAULT_ON option as well as a few others
- (8b57420) that might have caused boot problems.
- (8b57420) 2. Made CONFIG_CRYPTO* and some other options closer to what Fedora
- (8b57420) uses, just in case.
- (8b57420) 3. Updated AUFS to version "4.1.13+-20160223".
- (8b57420) 4. Added a patch to fix WiFi hard-block issues on some HP laptops.
- (8b57420) https://bugzilla.kernel.org/show_bug.cgi?id=69131

* Mon Feb 01 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.17-1
- (53b6f33) Do not build kernel*-latest for the unofficial kernels
- (53b6f33) Only kernel*-<major>.<minor>-latest should be built. Same for the
- (53b6f33) development packages.
- (53b6f33) We now encourage the users to install kernel*-<major>.<minor>-latest
- (53b6f33) explicitly if they want a different branch of the kernel. Less confusion
- (53b6f33) as a result.
- (Evgenii Shatokhin: 86931b3) Updated to version 4.1.17

* Sun Jan 24 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.16-1
- (c916d88) Updated to version 4.1.16

* Thu Dec 17 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.15-1
- (b32ba33) Restored the name of the needed patch revision
- (Evgenii Shatokhin: 8e2366b) Updated to version 4.1.15 with a few additional changes
- (Evgenii Shatokhin: 8e2366b) Additional changes:
- (Evgenii Shatokhin: 8e2366b) * Added a patch to fix bug #6410 (alx).
- (Evgenii Shatokhin: 8e2366b) * Added a patch for audit to make it less verbose in the logs (bug #6235).
- (Evgenii Shatokhin: 8e2366b) * config: Enabled bpf() syscall.

* Wed Dec 09 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.1.13-1
- (fd86926) Merged the changes from import/kernel
- (Evgenii Shatokhin: d651dcf) Kernel 4.1 becomes the official one
- (Evgenii Shatokhin: d651dcf) The users who wish to use 3.14.x, may get it from the unofficial
- (Evgenii Shatokhin: d651dcf) repositories:
- (Evgenii Shatokhin: d651dcf) http://abf-downloads.rosalinux.ru/kernels_stable_personal/repository/rosa2014.1/x86_64/kernel_3_14/release/
- (Evgenii Shatokhin: d651dcf) http://abf-downloads.rosalinux.ru/kernels_stable_personal/repository/rosa2014.1/i586/kernel_3_14/release/

* Thu Sep 24 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.53-1
- (c6abf64) Updated to version 3.14.53

* Fri Jul 10 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.44-6
- (16943d0) More fixes for VFS (bug #5926)
- (16943d0) Details:
- (16943d0) https://abf.io/soft/kernel-patches-and-configs/pull_requests/4

* Thu Jul 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.44-5
- (203ada6) Avoid overlayfs crash in unmount
- (203ada6) Pull request:
- (203ada6) https://abf.io/soft/kernel-patches-and-configs/pull_requests/2

* Wed Jul 08 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.44-4
- (53e2534) Use the branch name rather than tag for the patchset and configs
- (53e2534) The tag had to contain both the version and the release of the package.
- (53e2534) This is inconvenient when mass rebuilds are in action: the release is
- (53e2534) incremented automatically then.
- (53e2534) Using the top of the appropriate branch is safer. It is also possible to
- (53e2534) specify any other revision, so this scheme is more flexible as well.
- (Eugene Shatokhin: c05e51e) Added enhancements to AUFS and Overlay FS
- (Eugene Shatokhin: c05e51e) See https://abf.io/soft/kernel-patches-and-configs,
- (Eugene Shatokhin: c05e51e) commit 908f69af600a206e2ae3fbc06820f1ad875e1c1b.

* Mon Jun 15 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.44-3
- (36c36f1) Added a couple of changes that may help with bug #5649
- (36c36f1) * Disabled CONFIG_X86_SYSFB.
- (36c36f1) * Added a patch for cirrus driver to use 16 BPP by default.
- (36c36f1) See http://bugs.rosalinux.ru/show_bug.cgi?id=5649#c6.

* Thu Jun 11 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.44-2
- (6cb7096) Updated patches/0006-sched-move...patch for kernel 3.14.44 - part 2

* Thu Jun 11 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.44-1
- (0c3b964) Updated to version 3.14.44
- (0c3b964) Besides the updates from the upstream, the following changes were made:
- (0c3b964) * added fixes for CVE-2014-3647, CVE-2015-4036, CVE-2015-2666;
- (0c3b964) * updated AUFS patches;
- (0c3b964) * updated BFQ patches to version v7r8;
- (0c3b964) * re-enabled SPI.

* Thu Jun 11 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.39-7
- (2a573f8) Get the patchset and configs from abf.io/soft/... directly
- (2a573f8) One just needs to add a git tag "version-release" to the code in
- (2a573f8) https://abf.io/soft/kernel-patches-and-configs/.
- (2a573f8) No need to upload these archives to FileStore anymore.
- (Eugene Shatokhin: 5d66ca0) Removed the obsolete Readme (v2)
- (Eugene Shatokhin: 1e65e6c) Removed the obsolete Readme
- (Eugene Shatokhin: 580cc51) If SELinux is used, set CONFIG_AUDITSYSCALL=y as well

* Mon May 25 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.39-6
- (e14f05d) Added 2 patches from 3.14.40 to fix bug #5622

* Wed Apr 29 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.14.39-5
- (819bdc9) Enabled SPI: needed by the cert. systems



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22948 |14mu|kernel-4.9.155-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kernelversion	4
%define patchlevel	9
# sublevel is now used for -stable patches
%define sublevel	155

# Release number. Increase this before a rebuild.
%define rpmrel		1

# kernel base name (also name of srpm)
%define kname 		kernel
%define rpmtag		%{disttag}

# fakerel and fakever never change, they are used to fool
# rpm/urpmi/smart and ensure the kernels are installed,
# not upgraded so old kernel is not overwritten or removed
%define fakever		1
%define fakerel 	%mkrel 1

# version defines
%define kversion  	%{kernelversion}.%{patchlevel}.%{sublevel}
%define kverrel   	%{kversion}-%{rpmrel}
%define tar_ver   	%{kernelversion}.%{patchlevel}

%ifarch %{ix86}
# Use a standard suffix for 32-bit x86
%define arch_suffix	i586
%else
%define arch_suffix	%{_arch}
%endif

%define buildrpmrel     %{rpmrel}%{rpmtag}-%{arch_suffix}
%define buildrel     	%{kversion}-%{buildrpmrel}

# Having different top-level names for packages means that you have to remove
# them by hand :(
%define top_dir_name 	%{kname}-%{_arch}

%define build_dir 	${RPM_BUILD_DIR}/%{top_dir_name}
%define src_dir 	%{build_dir}/linux-%{tar_ver}
############################################################################

# SELinux is now built in by default but some other hardening features
# are not.
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}
%if %{with selinux}
%global enhanced_security 1
%else
%global enhanced_security 0
%endif
# Allow "rpmbuild --with enhanced_security <...>"
%{?_with_enhanced_security:%global enhanced_security 1}
############################################################################

# Build defines
%define build_doc 		1
%define build_source 		0
%define build_devel 		1
%define build_debug		0

# Build nrj desktop kernels
%define build_nrj_desktop		1

# Build nrj laptop kernels
%define build_nrj_laptop		1

# build perf and cpupower tools
%define build_perf		1
%define build_cpupower		1

# compress modules with xz
%define build_modxz		1
# End of user definitions

# buildtime flags
%{?_without_nrj_desktop: %global build_nrj_desktop 0}
%{?_without_nrj_laptop: %global build_nrj_laptop 0}

%{?_with_nrj_desktop: %global build_nrj_desktop 1}
%{?_with_nrj_laptop: %global build_nrj_laptop 1}

%{?_without_doc: %global build_doc 0}
%{?_without_source: %global build_source 0}
%{?_without_devel: %global build_devel 0}
%{?_without_debug: %global build_debug 0}
%{?_without_perf: %global build_perf 0}
%{?_without_cpupower: %global build_cpupower 0}
%{?_without_modxz: %global build_modxz 0}

%{?_with_doc: %global build_doc 1}
%{?_with_source: %global build_source 1}
%{?_with_devel: %global build_devel 1}
%{?_with_debug: %global build_debug 1}
%{?_with_perf: %global build_perf 1}
%{?_with_cpupower: %global build_cpupower 1}
%{?_with_modxz: %global build_modxz 1}

%if !%{build_debug}
# Disable debug rpms.
%define _enable_debug_packages 	%{nil}
%define debug_package 		%{nil}
%endif

############################################################
### Linker start1 > Check point to build for omv or rosa ###
############################################################
%if %(if [ -z "$CC" ] ; then echo 0; else echo 1; fi)
%define kmake %make CC="$CC"
%else
%define kmake %make
%endif
# there are places where parallel make don't work
%define smake make

###########################################################
###  Linker end1 > Check point to build for omv or rosa ###
###########################################################

# Parallelize xargs invocations on smp machines
%define kxargs xargs %([ -z "$RPM_BUILD_NCPUS" ] \\\
	&& RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"; \\\
	[ "$RPM_BUILD_NCPUS" -gt 1 ] && echo "-P $RPM_BUILD_NCPUS")

#
# SRC RPM description
#
Summary: 	The Linux kernel
Name:		%{kname}
Version: 	%{kversion}
Release: 	%{rpmrel}
License: 	GPLv2
Group: 	 	System/Kernel and hardware
ExclusiveArch: %{ix86} x86_64
URL:            http://www.kernel.org

####################################################################
#
# Sources
#
Source0: 	https://cdn.kernel.org/pub/linux/kernel/v%{kernelversion}.x/linux-%{tar_ver}.tar.xz
#Source1: 	https://cdn.kernel.org/pub/linux/kernel/v%{kernelversion}.x/linux-%{tar_ver}.tar.sign

# This is for disabling *config, mrproper, prepare, scripts on -devel rpms
# TODO: is it needed?
Source2: 	disable-mrproper-prepare-scripts-configs-in-devel-rpms.patch

# Kernel configuration files.
# kernel-<arch>.config is the common part. kernel-<flavour>-<arch>.config is
# what should be added to it to get the initial configuration file for
# the particular kernel flavour.
Source110:	kernel-%{arch_suffix}.config
Source111:	kernel-nrj-desktop-%{arch_suffix}.config
Source112:	kernel-nrj-laptop-%{arch_suffix}.config

# Cpupower: the service, the config, etc.
Source50:	cpupower.service
Source51:	cpupower.config
Source52:	cpupower-start.sh
Source53:	cpupower.path

Source80:	kernel.rpmlintrc
####################################################################

# Patches

# The patch to make kernel x.y.z from x.y.0.
Patch1:   	https://cdn.kernel.org/pub/linux/kernel/v%{kernelversion}.x/patch-%{kversion}.xz
#Source10: 	https://cdn.kernel.org/pub/linux/kernel/v%{kernelversion}.x/patch-%{kversion}.sign

# ROSA-specific patches
# We need to apply this one only when building 32-bit kernels but RPM
# does not care if the patch is in an if-block, unfortunately...
Source91:	revert-mm-meminit-only-set-page-reserved-in-the-memblock-re.patch

# Adds explicit linking of the Perf Python extension with libdl, thus fixing
# the build.
Patch100:	perf-python-ext-link-with-dl.patch

# Perf docs are built after all the kernels. To validate the xml files
# generated during that process, xmlto tries to get DTD files from the Net.
# If it fails, the whole build fails, which is unfortunate. Let us avoid
# this.
Patch101:	perf-xmlto-skip-validation.patch

# Export pci_ids.h to user space, needed by ldetect
# TODO: is it really needed now?
Patch103:	include-kbuild-export-pci_ids.patch

# http://bugs.rosalinux.ru/show_bug.cgi?id=6235
# http://bugs.rosalinux.ru/show_bug.cgi?id=6459
Patch104:	audit-make-it-less-verbose.patch

# http://bugs.rosalinux.ru/show_bug.cgi?id=5649#c6
Patch105:	drm-cirrus-Use-16bpp-as-default.patch

# Increase vmalloc area, https://bugs.mageia.org/show_bug.cgi?id=904
Patch106:	x86-increase-default-minimum-vmalloc-area-by-64MB-to-192MB.patch

# disable floppy autoloading (mga #4696)
Patch107:	block-floppy-disable-pnp-modalias.patch

# prefer ata over ide drivers
Patch108:	ata-prefer-ata-drivers-over-ide-drivers-when-both-are-built.patch

# AUFS from http://aufs.sourceforge.net/
Patch109:	fs-aufs4.patch

# BFQ IO scheduler, http://algogroup.unimore.it/people/paolo/disk_sched/
Patch111:	0001-block-cgroups-kconfig-build-bits-for-BFQ-v7r11-4.5.0.patch
Patch112:	0002-block-introduce-the-BFQ-v7r11-I-O-sched-for-4.5.0.patch
Patch113:	0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r11-for.patch
Patch114:	0004-Turn-into-BFQ-v8r7-for-4.9.0.patch

# https://bugs.freedesktop.org/show_bug.cgi?id=97822
# http://bugs.rosalinux.ru/show_bug.cgi?id=7533
Patch200:	i915_hack_bug_97822.patch

# https://bugzilla.kernel.org/show_bug.cgi?id=189291#c25
# https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1598312
Patch201:	0001-revert-x86-irq-Remove-sis-apic-bug-workaround.patch
Patch202:	0002-revert-x86-irq-Use-cached-IOAPIC-entry-instead-of-reading-f.patch

# Patches from mainline.
Patch300:	rt2800-enable-rt3290-unconditionally-on-pci-probe.patch
Patch301:	printk-add-Kconfig-option-to-set-default-console-loglevel.patch

# May fix http://bugs.rosalinux.ru/show_bug.cgi?id=8925#c3
Patch302:	drm-nouveau-Move-irq-setup-teardown-to-pci-ctor-dtor.patch

# https://bugs.debian.org/897599
Patch303:	random-make-getrandom-ready-earlier.patch

# Sanitizing kernel memory
# We do not use "Patch:" here because apply_patches would always apply it
# then, it seems, even if we place "Patch: <..>" under a conditional.
Source701:	sanitize-memory.patch
####################################################################

# Defines for the things that are needed for all the kernels
#
%define common_desc_kernel The kernel package contains the Linux kernel (vmlinuz), the core of your \
operating system. The kernel handles the basic functions \
of the operating system: memory allocation, process allocation, device \
input and output, etc.

%define common_desc_kernel_smp This kernel relies on in-kernel smp alternatives to switch between up & smp \
mode depending on detected hardware. To force the kernel to boot in single \
processor mode, use the "nosmp" boot parameter.


### Global Requires/Provides

%define requires1	grub2
%define requires2	dracut >= 041-11
%define requires3	kmod >= 20-1
%define requires4	sysfsutils >=  2.1.0-12
%define requires5	linux-firmware >= 20160318

%define kprovides1 	%{kname} = %{kverrel}
%define kprovides2 	kernel = %{tar_ver}
%define kprovides3 	alsa = 1.0.27

Autoreqprov: 	no

BuildRequires: 	bc
BuildRequires: 	binutils
BuildRequires: 	gcc
# For power tools
BuildRequires:	pkgconfig(ncurses)

BuildRequires:	kmod-devel kmod-compat

%ifarch x86_64
BuildRequires:  numa-devel
%endif

# for perf, cpufreq and all other tools
# for cpupower
%if %{build_cpupower}
BuildRequires:		pciutils-devel
%endif
# for perf
%if %{build_perf}
BuildRequires:		asciidoc
BuildRequires:		audit-devel
BuildRequires:		binutils-devel
BuildRequires:		bison
BuildRequires:		elfutils-devel
BuildRequires:		flex
BuildRequires:		libunwind-devel
BuildRequires:		newt-devel
BuildRequires:		perl-devel
BuildRequires:		pkgconfig(gtk+-2.0)
BuildRequires:		python-devel
BuildRequires:		xmlto
BuildRequires:		zlib-devel
BuildRequires:		pkgconfig(libcrypto)
%endif

# might be useful too:
Suggests:		microcode


%description
%common_desc_kernel
%common_desc_kernel_smp

# Define obsolete/provides to help automatic upgrades of old kernel-xen-pvops
%define latest_obsoletes_server kernel-xen-pvops-latest < 3.2.1-1
%define latest_provides_server kernel-xen-pvops-latest = %{kverrel}
%define latest_obsoletes_devel_server kernel-xen-pvops-devel-latest < 3.2.1-1
%define latest_provides_devel_server kernel-xen-pvops-devel-latest = %{kverrel}

# mkflavour() name flavour processor
# name: the flavour name in the package name
# flavour: first parameter of CreateKernel()
%define mkflavour()					\
%package -n %{kname}-%{1}-%{buildrel}			\
Version:	%{fakever}				\
Release:	%{fakerel}				\
Provides:	%kprovides1 %kprovides2 %kprovides3	\
%{expand:%%{?kprovides_%{1}:Provides: %{kprovides_%{1}}}} \
Provides:   %{kname}-%{1}              			 \
%if %{build_nrj_desktop}              		\
Provides:   kernel-desktop              		\
%endif                                  		\
Requires(pre):	%requires1 %requires2 %requires3 %requires4 \
Requires:	%requires2 %requires5			\
Provides:	should-restart = system			\
Suggests:	crda					\
%if %build_devel					\
Requires:	%{kname}-%{1}-devel-%{buildrel}		\
Requires(post):	%{kname}-%{1}-devel-%{buildrel}		\
%endif							\
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
%endif							\
Summary:	%{expand:%{summary_%(echo %{1} | sed -e "s/-/_/g")}} \
Group:		System/Kernel and hardware		\
%description -n %{kname}-%{1}-%{buildrel}		\
%common_desc_kernel %{expand:%{info_%(echo %{1} | sed -e "s/-/_/g")}} \
%common_desc_kernel_smp					\
							\
%if %build_devel					\
%package -n	%{kname}-%{1}-devel-%{buildrel}		\
Version:	%{fakever}				\
Release:	%{fakerel}				\
Requires:	glibc-devel ncurses-devel make gcc perl	\
Requires(post):		dkms				\
Requires(preun):	dkms				\
Summary:	Development files for %{kname}-%{1}-%{buildrel} \
Group:		Development/Kernel			\
Provides:	%{kname}-devel = %{kverrel} 		\
Provides:	%{kname}-%{1}-devel			\
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
%endif							\
%description -n %{kname}-%{1}-devel-%{buildrel}		\
This package contains the kernel files (headers and build tools) \
that should be enough to build additional drivers for   \
use with %{kname}-%{1}-%{buildrel}.                     \
							\
If you want to build your own kernel, you need to install the full \
%{kname}-source-%{buildrel} rpm.			\
							\
%endif							\
							\
%if %build_debug					\
%package -n	%{kname}-%{1}-%{buildrel}-debuginfo	\
Version:	%{fakever}				\
Release:	%{fakerel}				\
Summary:	Files with debuginfo for %{kname}-%{1}-%{buildrel} \
Group:		Development/Debug			\
Provides:	kernel-debug = %{kverrel} 		\
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
%endif							\
%description -n %{kname}-%{1}-%{buildrel}-debuginfo	\
This package contains the files with debuginfo to aid in debug tasks \
when using %{kname}-%{1}-%{buildrel}.			\
							\
If you need to look at debug information or use some application that \
needs debugging info from the kernel, this package may help. \
							\
%endif							\
							\
%package -n %{kname}-%{1}-%{kernelversion}.%{patchlevel}-latest \
Version:	%{kversion}				\
Release:	%{rpmrel}				\
Summary:	Meta package for the latest %{kname}-%{1} in %{kernelversion}.%{patchlevel} series \
Group:		System/Kernel and hardware		\
Requires:	%{kname}-%{1}-%{buildrel}		\
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
Obsoletes:	%{kname}-%{1}-pae-%{kernelversion}.%{patchlevel}-latest < %{kversion}-%{release} \
Provides:	%{kname}-%{1}-pae-%{kernelversion}.%{patchlevel}-latest = %{kversion}-%{release} \
%endif							\
%description -n %{kname}-%{1}-%{kernelversion}.%{patchlevel}-latest \
This meta package aims to make sure you always have the \
latest %{kname}-%{1} %{kernelversion}.%{patchlevel}.x installed... \
							\
%if %build_devel					\
							\
%package -n %{kname}-%{1}-%{kernelversion}.%{patchlevel}-devel-latest \
Version:	%{kversion}				\
Release:	%{rpmrel}				\
Summary:	Meta package for the latest %{kname}-%{1}-devel in %{kernelversion}.%{patchlevel} series \
Group:		Development/Kernel			\
Requires:	%{kname}-%{1}-devel-%{buildrel}		\
%ifarch %{ix86}						\
Conflicts:	arch(x86_64)				\
Obsoletes:	%{kname}-%{1}-pae-%{kernelversion}.%{patchlevel}-devel-latest < %{kversion}-%{release} \
Provides:	%{kname}-%{1}-pae-%{kernelversion}.%{patchlevel}-devel-latest = %{kversion}-%{release} \
%endif							\
Provides:	%{kname}-devel-latest			\
%description -n %{kname}-%{1}-%{kernelversion}.%{patchlevel}-devel-latest \
This meta package aims to make sure you always have the \
latest %{kname}-%{1}-devel %{kernelversion}.%{patchlevel}.x installed... \
							\
%endif							\
							\
%post -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-post \
%preun -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-preun \
%postun -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1}-postun \
							\
%if %build_devel					\
%post -n %{kname}-%{1}-devel-%{buildrel} -f kernel_devel_files.%{1}-post \
%preun -n %{kname}-%{1}-devel-%{buildrel} -f kernel_devel_files.%{1}-preun \
%postun -n %{kname}-%{1}-devel-%{buildrel} -f kernel_devel_files.%{1}-postun \
%endif							\
							\
%files -n %{kname}-%{1}-%{buildrel} -f kernel_files.%{1} \
%files -n %{kname}-%{1}-%{kernelversion}.%{patchlevel}-latest	\
							\
%if %build_devel					\
%files -n %{kname}-%{1}-devel-%{buildrel} -f kernel_devel_files.%{1} \
%files -n %{kname}-%{1}-%{kernelversion}.%{patchlevel}-devel-latest \
%endif							\
							\
%if %build_debug					\
%files -n %{kname}-%{1}-%{buildrel}-debuginfo -f kernel_debug_files.%{1} \
%endif

%if %build_nrj_desktop
%define summary_nrj_desktop A general-purpose Linux Kernel
%define info_nrj_desktop This is a general-purpose kernel.
%mkflavour nrj-desktop
%endif

%if %build_nrj_laptop
%define summary_nrj_laptop Linux Kernel for laptops
%define info_nrj_laptop This kernel is mostly intended for laptops.
%mkflavour nrj-laptop
%endif

#
# kernel-source
#
%if %build_source
%package -n %{kname}-source-%{buildrel}
Version: 	%{fakever}
Release: 	%{fakerel}
Requires: 	glibc-devel, ncurses-devel, make, gcc, perl, diffutils
Summary: 	The source code of %{kname}-%{buildrel}
Group: 		Development/Kernel
Autoreqprov: 	no
Provides: 	kernel-source = %{kverrel}
Buildarch:	noarch

%description -n %{kname}-source-%{buildrel}
The %{kname}-source package contains the source code for the kernel.
These source files are only needed if you want to build your own
custom kernel that is better tuned to your particular hardware.

If you only want the files needed to build third-party (dkms-*,...)
drivers against, install the *-devel-* rpm that is matching your kernel.

#
# kernel-source-latest: virtual rpm
#
%package -n %{kname}-source-latest
Version: 	%{kversion}
Release: 	%{rpmrel}
Summary: 	Virtual rpm for latest %{kname}-source
Group:   	Development/Kernel
Requires: 	%{kname}-source-%{buildrel}
Buildarch:	noarch

%description -n %{kname}-source-latest
This package is a virtual rpm that aims to make sure you always have the
latest %{kname}-source installed...
%endif

#
# kernel-doc: documentation for the Linux kernel
#
%if %build_doc
%package -n %{kname}-doc
Version: 	%{kversion}
Release: 	%{rpmrel}
Summary: 	Various documentation bits found in the %{kname} source
Group: 		Documentation
Buildarch:	noarch

%description -n %{kname}-doc
This package contains documentation files from the %{kname} source.
Various bits of information about the Linux kernel and the device drivers
shipped with it are documented in these files. You also might want install
this package if you need a reference to the options that can be passed to
Linux kernel modules at load time.
%endif

#
# kernel/tools
#
%if %{build_perf}
%package -n perf
Version:	%{kversion}
Release:	%{rpmrel}
Summary:	perf tool and the supporting documentation
Group:		System/Kernel and hardware

%description -n perf
the perf tool and the supporting documentation.
%endif

%if %{build_cpupower}
%package -n cpupower
Version:	%{kversion}
Release:	%{rpmrel}
Summary:	The cpupower tools
Group:		System/Kernel and hardware
Requires(post):  rpm-helper >= 0.24.0-3
Requires(preun): rpm-helper >= 0.24.0-3
Obsoletes:	cpufreq < 3.0
Obsoletes:	cpufrequtils < 10.0

%description -n cpupower
The cpupower tools.

%post -n cpupower

if [ $1 -ge 0 ]; then
# Do not enable/disable cpupower.service directly, because it should start
# when cpupower.path triggers it.
	/bin/systemctl enable cpupower.path >/dev/null 2>&1 || :
	/bin/systemctl start cpupower.path >/dev/null 2>&1 || :
fi

%preun -n cpupower
if [ $1 -eq 0 ]; then
        /bin/systemctl --no-reload disable cpupower.path > /dev/null 2>&1 || :
        /bin/systemctl stop cpupower.path > /dev/null 2>&1 || :
fi

%package -n cpupower-devel
Version:	%{kversion}
Release:	%{rpmrel}
Summary:	Development files for cpupower
Group:		Development/Kernel
Requires:	cpupower = %{kversion}-%{rpmrel}
Conflicts:	%{_lib}cpufreq-devel

%description -n cpupower-devel
This package contains the development files for cpupower.
%endif

%package headers
Version:	%kversion
Release:	%rpmrel
Summary:	Linux kernel header files mostly used by your C library
Group:		System/Kernel and hardware
Epoch:		1
%rename linux-userspace-headers

%description headers
C header files from the Linux kernel. The header files define
structures and constants that are needed for building most
standard programs, notably the C library.

This package is not suitable for building kernel modules, you
should use the 'kernel-devel' package instead.

%files headers
%_includedir/*
# Don't conflict with cpupower-devel
%if %{build_cpupower}
%exclude %_includedir/cpufreq.h
%endif

#
# End packages - here begins build stage
#
%prep
%setup -q -n %top_dir_name -c
cd %src_dir

%apply_patches

%ifarch %{ix86}
patch -p1 --fuzz=0 < %{SOURCE91}
%endif

%if %{enhanced_security}
patch -p1 --fuzz=0 < %{SOURCE701}
%endif

#
# Setup Begin
#

# Configs
cp %{SOURCE110} .
%if %build_debug
sed -i	's/# CONFIG_DEBUG_INFO is not set/CONFIG_DEBUG_INFO=y\nCONFIG_DEBUG_INFO_DWARF4=y\nCONFIG_GDB_SCRIPTS=y/' \
	./kernel-%{arch_suffix}.config
%endif

# Hardening features
%if %{enhanced_security}
sed -i	's/# CONFIG_PAX_MEMORY_SANITIZE is not set/CONFIG_PAX_MEMORY_SANITIZE=y/' \
	./kernel-%{arch_suffix}.config
sed -i	's/# CONFIG_PAGE_POISONING is not set/CONFIG_PAGE_POISONING=y\nCONFIG_PAGE_POISONING_NO_SANITY=y/' \
	./kernel-%{arch_suffix}.config
%endif

# We may not want to build nrj-desktop flavour in some cases but its config
# is nice to have. It is used when preparing the RPM with the sources,
# for example.
FLAVOURS="nrj-desktop"
cp %{SOURCE111} .

%if %{build_nrj_laptop}
cp %{SOURCE112} .
FLAVOURS="${FLAVOURS} nrj-laptop"
%endif

CONFIG_DIR=arch/x86/configs
mkdir -p "${CONFIG_DIR}"

for flav in ${FLAVOURS}; do
	echo "Creating configuration file for \"$flav\" kernel."
	cp ./kernel-%{arch_suffix}.config .config
# Make sure a newline is at the end of the basic part of the config.
	echo >> .config
	cat ./kernel-${flav}-%{arch_suffix}.config >> .config
	make ARCH=%{_arch} oldconfig && \
	mv .config arch/x86/configs/%{arch_suffix}_defconfig-${flav} && \
	echo "Created arch/x86/configs/%{arch_suffix}_defconfig-${flav}."
done

# Remove the no longer needed parts of the config files
rm -f ./kernel*.config

# make sure the kernel has the sublevel we know it has...
LC_ALL=C perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile

# get rid of unwanted files
find . -name '*~' -o -name '*.orig' -o -name '*.append' | %kxargs rm -f
find . -name '.get_maintainer.ignore' | %kxargs rm -f

%build

# Common target directories
%define _kerneldir /usr/src/linux-%{kversion}-%{buildrpmrel}
%define _bootdir /boot
%define _modulesdir /lib/modules

# Directories definition needed for building
%define temp_root %{build_dir}/temp-root
%define temp_source %{temp_root}%{_kerneldir}
%define temp_boot %{temp_root}%{_bootdir}
%define temp_modules %{temp_root}%{_modulesdir}

PrepareKernel() {
	name=$1
	extension=$2
	config_dir=arch/x86/configs
	echo "Make config for kernel $extension"

	%smake -s mrproper

	if [ -z "$name" ]; then
		cp ${config_dir}/%{arch_suffix}_defconfig-nrj-desktop .config
	else
		cp ${config_dir}/%{arch_suffix}_defconfig-$name .config
	fi

	# make sure EXTRAVERSION says what we want it to say
	LC_ALL=C perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -$extension/" Makefile
}

BuildKernel() {
	KernelVer=$1

	echo "Building kernel $KernelVer"

	%kmake -s all

	# Start installing stuff
	install -d %{temp_boot}
	install -m 644 System.map %{temp_boot}/System.map-$KernelVer
	install -m 644 .config %{temp_boot}/config-$KernelVer
	xz -c Module.symvers > %{temp_boot}/symvers-$KernelVer.xz

	cp -f arch/x86/boot/bzImage %{temp_boot}/vmlinuz-$KernelVer

	# modules
	install -d %{temp_modules}/$KernelVer
	%smake INSTALL_MOD_PATH=%{temp_root} KERNELRELEASE=$KernelVer modules_install

	# headers
	%make INSTALL_HDR_PATH=%{temp_root}%{_prefix} KERNELRELEASE=$KernelVer headers_install
	find %{temp_root}%{_prefix} -name .install -or -name ..install.cmd | %kxargs rm -f

	# remove /lib/firmware, we use a separate kernel-firmware
	rm -rf %{temp_root}/lib/firmware
}

SaveDevel() {
	devel_flavour=$1

	KernelVer=%{kversion}-$devel_flavour-%{buildrpmrel}
	DevelRoot=/usr/src/linux-$KernelVer
	TempDevelRoot=%{temp_root}$DevelRoot

	mkdir -p $TempDevelRoot
	for i in $(find . -name 'Makefile*'); do cp -R --parents $i $TempDevelRoot;done
	for i in $(find . -name 'Kconfig*' -o -name 'Kbuild*'); do cp -R --parents $i $TempDevelRoot;done
	# cp -fR Documentation/DocBook/media/*.b64 $TempDevelRoot/Documentation/DocBook/media/
	cp -fR include $TempDevelRoot
	# ln -s ../generated/uapi/linux/version.h $TempDevelRoot/include/linux/version.h
	cp -fR scripts $TempDevelRoot
	cp -fR kernel/bounds.c $TempDevelRoot/kernel
	cp -fR kernel/time/timeconst.bc $TempDevelRoot/kernel/time
	cp -fR tools/include $TempDevelRoot/tools/
	cp -fR arch/x86/kernel/asm-offsets.{c,s} $TempDevelRoot/arch/x86/kernel/
	cp -fR arch/x86/kernel/asm-offsets_{32,64}.c $TempDevelRoot/arch/x86/kernel/
	cp -fR arch/x86/purgatory/* $TempDevelRoot/arch/x86/purgatory/
	cp -fR arch/x86/entry/syscalls/syscall* $TempDevelRoot/arch/x86/entry/syscalls/
	cp -fR arch/x86/include $TempDevelRoot/arch/x86/
	cp -fR arch/x86/tools $TempDevelRoot/arch/x86/
	cp -fR .config Module.symvers $TempDevelRoot

	# Needed for truecrypt build (Danny)
	cp -fR drivers/md/dm.h $TempDevelRoot/drivers/md/

	# Needed for lguest
	cp -fR drivers/lguest/lg.h $TempDevelRoot/drivers/lguest/

	# Needed for lirc_gpio (#39004)
	cp -fR drivers/media/pci/bt8xx/bttv{,p}.h $TempDevelRoot/drivers/media/pci/bt8xx/
	cp -fR drivers/media/pci/bt8xx/bt848.h $TempDevelRoot/drivers/media/pci/bt8xx/
	cp -fR drivers/media/common/btcx-risc.h $TempDevelRoot/drivers/media/common/

	# Needed for external dvb tree (#41418)
	cp -fR drivers/media/dvb-core/*.h $TempDevelRoot/drivers/media/dvb-core/
	cp -fR drivers/media/dvb-frontends/lgdt330x.h $TempDevelRoot/drivers/media/dvb-frontends/

	# add acpica header files, needed for fglrx build
	cp -fR drivers/acpi/acpica/*.h $TempDevelRoot/drivers/acpi/acpica/

	# aufs2 has a special file needed
	cp -fR fs/aufs/magic.mk $TempDevelRoot/fs/aufs

	# SELinux needs security/selinux/include
	cp -fR security/selinux/include $TempDevelRoot/security/selinux

	# needed for kexec
	cp -fR arch/x86/boot/*.h $TempDevelRoot/arch/x86/boot/
	cp -fR arch/x86/boot/*.c $TempDevelRoot/arch/x86/boot/

	for i in alpha arc avr32 blackfin c6x cris frv h8300 hexagon ia64 m32r m68k m68knommu metag microblaze \
		 mips mn10300 nios2 openrisc parisc powerpc s390 score sh sparc tile unicore32 xtensa; do
		rm -rf $TempDevelRoot/arch/$i
	done

	rm -rf $TempDevelRoot/arch/arm*
	rm -rf $TempDevelRoot/include/kvm/arm*
	rm -rf $TempDevelRoot/include/soc

	# Clean the scripts tree, and make sure everything is ok (sanity check)
	# running prepare+scripts (tree was already "prepared" in build)
	pushd $TempDevelRoot >/dev/null
		%smake -s prepare scripts
		%smake -s clean
	popd >/dev/null
	rm -f $TempDevelRoot/.config.old

	# fix permissions
	chmod -R a+rX $TempDevelRoot

	# disable mrproper in -devel rpms
	patch -p1 --fuzz=0 -d $TempDevelRoot -i %{SOURCE2}

	# Create the symlinks needed by DKMS
	ModulesRoot=%{temp_modules}/$KernelVer
	mkdir -p $ModulesRoot
	kernel_devel_files=../kernel_devel_files.$devel_flavour


### Create the kernel_devel_files.*
cat > $kernel_devel_files <<EOF
%dir $DevelRoot
%dir $DevelRoot/arch
%dir $DevelRoot/include
$DevelRoot/Documentation
$DevelRoot/arch/um
$DevelRoot/arch/x86
$DevelRoot/block
$DevelRoot/certs
$DevelRoot/crypto
$DevelRoot/drivers
$DevelRoot/firmware
$DevelRoot/fs
$DevelRoot/include/Kbuild
$DevelRoot/include/acpi
$DevelRoot/include/asm-generic
$DevelRoot/include/clocksource
$DevelRoot/include/config
$DevelRoot/include/crypto
$DevelRoot/include/drm
$DevelRoot/include/dt-bindings
$DevelRoot/include/generated
$DevelRoot/include/keys
$DevelRoot/include/kvm
$DevelRoot/include/linux
$DevelRoot/include/math-emu
$DevelRoot/include/media
$DevelRoot/include/memory
$DevelRoot/include/misc
$DevelRoot/include/net
$DevelRoot/include/pcmcia
$DevelRoot/include/ras
$DevelRoot/include/rdma
$DevelRoot/include/rxrpc
$DevelRoot/include/scsi
$DevelRoot/include/sound
$DevelRoot/include/target
$DevelRoot/include/trace
$DevelRoot/include/uapi
$DevelRoot/include/video
$DevelRoot/include/xen
$DevelRoot/init
$DevelRoot/ipc
$DevelRoot/kernel
$DevelRoot/lib
$DevelRoot/mm
$DevelRoot/net
$DevelRoot/samples
$DevelRoot/scripts
$DevelRoot/security
$DevelRoot/sound
$DevelRoot/tools
$DevelRoot/usr
$DevelRoot/virt
$DevelRoot/.config
$DevelRoot/Kbuild
$DevelRoot/Kconfig
$DevelRoot/Makefile
$DevelRoot/Module.symvers
$DevelRoot/arch/Kconfig
%{_modulesdir}/$KernelVer/build
%{_modulesdir}/$KernelVer/source
EOF


### Create -devel Post script on the fly
cat > $kernel_devel_files-post <<EOF
/usr/sbin/dkms_autoinstaller start $KernelVer
EOF


### Create -devel Preun script on the fly
cat > $kernel_devel_files-preun <<EOF
for ii in \$(/usr/sbin/dkms status -k ${KernelVer} | awk '{ print \$1 \$2; }'); do
	mod=\$(echo \$ii | awk -v FS=',' '{ print \$1; }')
	ver=\$(echo \$ii | awk -v FS=',' '{ print \$2; }')
	/usr/sbin/dkms --rpm_safe_upgrade uninstall -m \$mod -v \$ver -k ${KernelVer} || true
done

# If any DKMS modules with REMAKE_INITRD=yes in their configs have been
# uninstalled, initrd has been regenerated for the given kernel. However,
# the kernel itself might have been uninstalled before, so that (defunct)
# initrd image files would be left behind. Remove them if the kernel itself
# is no longer installed. Should work if they are uninstalled in parallel
# too.
if ! test -f /boot/vmlinuz-${KernelVer}; then
	rm -f /boot/initrd-${KernelVer}.img
	rm -f /boot/initrd-${KernelVer}_old.img
fi
EOF

### Create -devel Postun script on the fly
cat > $kernel_devel_files-postun <<EOF
rm -rf /usr/src/linux-$KernelVer >/dev/null
# depmod (called when removing DKMS modules) might have created files in
# /lib/modules/.../. Remove these first.
rm -rf /lib/modules/$KernelVer/modules*
# Remove the dir if it is already empty.
find /lib/modules/$KernelVer -maxdepth 0 -empty -exec rm -rf {} \; || true
EOF
}

SaveDebug() {
	debug_flavour=$1

	install -m 644 vmlinux \
	      %{temp_boot}/vmlinux-%{kversion}-$debug_flavour-%{buildrpmrel}
	kernel_debug_files=../kernel_debug_files.$debug_flavour
	echo "%{_bootdir}/vmlinux-%{kversion}-$debug_flavour-%{buildrpmrel}" \
		>> $kernel_debug_files

	find %{temp_modules}/%{kversion}-$debug_flavour-%{buildrpmrel}/kernel \
		-name "*.ko" | \
		%kxargs -I '{}' objcopy --only-keep-debug '{}' '{}'.debug
	find %{temp_modules}/%{kversion}-$debug_flavour-%{buildrpmrel}/kernel \
		-name "*.ko" | %kxargs -I '{}' \
		sh -c 'cd `dirname {}`; \
		       objcopy --add-gnu-debuglink=`basename {}`.debug \
		       --strip-debug `basename {}`'

	pushd %{temp_modules}
	find %{kversion}-$debug_flavour-%{buildrpmrel}/kernel \
		-name "*.ko.debug" > debug_module_list
	popd
	cat %{temp_modules}/debug_module_list | \
		sed 's|\(.*\)|%{_modulesdir}/\1|' >> $kernel_debug_files
	cat %{temp_modules}/debug_module_list | \
		sed 's|\(.*\)|%exclude %{_modulesdir}/\1|' \
		>> ../kernel_exclude_debug_files.$debug_flavour
	rm -f %{temp_modules}/debug_module_list
}

CreateFiles() {
	kernel_flavour=$1
	KernelVer=%{kversion}-$kernel_flavour-%{buildrpmrel}

	kernel_files=../kernel_files.$kernel_flavour

ker="vmlinuz"

### Create the kernel_files.*
cat > $kernel_files <<EOF
%{_bootdir}/System.map-$KernelVer
%{_bootdir}/symvers-$KernelVer.xz
%{_bootdir}/config-$KernelVer
%{_bootdir}/$ker-$KernelVer
%{_modulesdir}/$KernelVer/kernel
%{_modulesdir}/$KernelVer/modules.*
EOF

%if %build_debug
    cat ../kernel_exclude_debug_files.$kernel_flavour >> $kernel_files
%endif

### Create kernel Post script
# We always regenerate initrd here, even if it already exists. This may
# happen if kernel-<...>-devel is installed first, triggers rebuild of
# DKMS modules and some of these request remaking of initrd. The initrd
# that is created then will be non-functional. But when the user installs
# kernel-<...> package, that defunct initrd will be replaced with a working
# one here.
#
# depmod is also needed, because some DKMS-modules might have been installed
# when the devel package was installed but that was before the main modules
# were installed.
# This is also the reason the devel package is in Requires(post) for this
# package now: it must be installed completely before we call depmod here.
cat > $kernel_files-post <<EOF
/sbin/depmod -a $KernelVer
INITRD=/boot/initrd-$KernelVer.img
/sbin/dracut -f \${INITRD} $KernelVer

# File triggers from grub packages will handle this.
#/usr/sbin/update-grub2

pushd /boot > /dev/null
if [ -L vmlinuz-$kernel_flavour ]; then
	rm -f vmlinuz-$kernel_flavour
fi
if [ -L initrd-$kernel_flavour.img ]; then
	rm -f initrd-$kernel_flavour.img
fi
popd > /dev/null
EOF

### Create kernel Preun script on the fly
cat > $kernel_files-preun <<EOF
pushd /boot > /dev/null
if [ -L vmlinuz-$kernel_flavour ]; then
	if [ "\$(readlink vmlinuz-$kernel_flavour)" = "vmlinuz-$KernelVer" ]; then
		rm -f vmlinuz-$kernel_flavour
	fi
fi
if [ -L initrd-$kernel_flavour.img ]; then
	if [ "\$(readlink initrd-$kernel_flavour.img)" = "initrd-$KernelVer.img" ]; then
		rm -f initrd-$kernel_flavour.img
	fi
fi

# File triggers from grub packages will handle this.
#/usr/sbin/update-grub2

popd > /dev/null
exit 0
EOF

### Create kernel Postun script on the fly
cat > $kernel_files-postun <<EOF
rm -f /boot/initrd-${KernelVer}.img
rm -f /boot/initrd-${KernelVer}_old.img
rm -f /boot/initrd-${KernelVer}kdump.img
rm -f /boot/initramfs-${KernelVer}kdump.img

# Third-party modules might have left something in /lib/modules/.../kernel/.
rm -rf /lib/modules/${KernelVer}/kernel/
rm -rf /lib/modules/${KernelVer}/modules*
# Remove /lib/modules/<...>/ if it is empty (-devel uses it too).
find /lib/modules/${KernelVer} -maxdepth 0 -empty -exec rm -rf {} \; || true
EOF
}

CreateKernel() {
	flavour=$1

	PrepareKernel $flavour $flavour-%{buildrpmrel}

	BuildKernel %{kversion}-$flavour-%{buildrpmrel}
	%if %build_devel
		SaveDevel $flavour
	%endif
	%if %build_debug
		SaveDebug $flavour
	%endif
	CreateFiles $flavour
}


###
# DO it...
###


# Create a simulacro of buildroot
rm -rf %{temp_root}
install -d %{temp_root}


# make sure we are in the directory
cd %src_dir

%if %build_nrj_desktop
CreateKernel nrj-desktop
%endif

%if %build_nrj_laptop
CreateKernel nrj-laptop
%endif

# set extraversion to match srpm to get nice version reported by the tools
LC_ALL=C perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{rpmrel}/" Makefile


############################################################
### Linker start3 > Check point to build for omv or rosa ###
############################################################
%if %{build_perf}
%ifarch x86_64
%define perf_is_x64	1
%else
%define perf_is_x64	0
%endif

# There is a bug in the kernel patches 4.9.102 - 4.9.110 or even newer:
# tools/perf/check-headers.sh is not executable.
# http://lkml.iu.edu/hypermail/linux/kernel/1806.0/01882.html
chmod +x tools/perf/check-headers.sh

%smake -C tools/perf -s IS_X86_64=%{perf_is_x64} HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix} all
%smake -C tools/perf -s prefix=%{_prefix} man
%endif

%if %{build_cpupower}
# make sure version-gen.sh is executable.
chmod +x tools/power/cpupower/utils/version-gen.sh
%make -C tools/power/cpupower CPUFREQ_BENCH=false
%endif
############################################################
###  Linker end3 > Check point to build for omv or rosa  ###
############################################################


# We don't make to repeat the depend code at the install phase
%if %build_source
PrepareKernel "" %{buildrpmrel}-custom
%smake -s mrproper
%endif

###
### install
###
%install
cd %src_dir

# Directories definition needed for installing
%define target_source %{buildroot}%{_kerneldir}
%define target_boot %{buildroot}%{_bootdir}
%define target_modules %{buildroot}%{_modulesdir}

# We want to be able to test several times the install part
rm -rf %{buildroot}
cp -a %{temp_root} %{buildroot}

# Create directories infastructure
%if %build_source
install -d %{target_source}

tar cf - . | tar xf - -C %{target_source}
chmod -R a+rX %{target_source}

# we remove all the source files that we don't ship
# first architecture files
for i in alpha arc avr32 blackfin c6x cris frv h8300 hexagon ia64 m32r m68k m68knommu metag microblaze \
	 mips nios2 openrisc parisc powerpc s390 score sh sh64 sparc tile unicore32 v850 xtensa mn10300; do
	rm -rf %{target_source}/arch/$i
done
rm -rf %{target_source}/include/kvm/arm*

# other misc files
rm -f %{target_source}/{.config.old,.config.cmd,.gitignore,.lst,.mailmap}
rm -f %{target_source}/{.missing-syscalls.d,arch/.gitignore,firmware/.gitignore}
rm -rf %{target_source}/.tmp_depmod/
rm -f %{target_source}/certs/.gitignore

# Remove .install and ..install.cmd files from this directory tree too.
find %{target_source}/include -name .install -or -name ..install.cmd | %kxargs rm -f

#endif %build_source
%endif

# compressing modules
%if %{build_modxz}
find %{target_modules} -name "*.ko" | %kxargs xz -6e
%else
find %{target_modules} -name "*.ko" | %kxargs gzip -9
%endif

# We used to have a copy of PrepareKernel here
# Now, we make sure that the thing in the linux dir is what we want it to be
pushd %{target_modules}
for i in *; do
	rm -f $i/build $i/source
	ln -sf /usr/src/linux-$i $i/build
	ln -sf /usr/src/linux-$i $i/source
done

# sniff, if we compressed all the modules, we change the stamp :(
# we really need the depmod -ae here
for i in *; do
	/sbin/depmod -ae -b %{buildroot} -F %{target_boot}/System.map-$i $i
	echo $?
done

for i in *; do
	pushd $i
	echo "Creating modules.description for $i"
	modules=`find . -name "*.ko.[g,x]z"`
	echo $modules | %kxargs /sbin/modinfo \
	| perl -lne 'print "$name\t$1" if $name && /^description:\s*(.*)/; $name = $1 if m!^filename:\s*(.*)\.k?o!; $name =~ s!.*/!!' > modules.description
	popd
done
popd

# need to set extraversion to match srpm again to avoid rebuild
LC_ALL=C perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{rpmrel}/" Makefile
%if %{build_perf}

# perf tool binary and supporting scripts/binaries
make -C tools/perf -s V=1 DESTDIR=%{buildroot} IS_X86_64=%{perf_is_x64} HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix} install

# perf man pages (note: implicit rpm magic compresses them later)
make -C tools/perf  -s V=1 DESTDIR=%{buildroot} IS_X86_64=%{perf_is_x64} HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix} install-man
%endif

############################################################
### Linker start4 > Check point to build for omv or rosa ###
############################################################
%if %{build_cpupower}
make -C tools/power/cpupower DESTDIR=%{buildroot} libdir=%{_libdir} mandir=%{_mandir} CPUFREQ_BENCH=false install
rm -f %{buildroot}%{_libdir}/*.{a,la}
%find_lang cpupower
mv cpupower.lang ../
chmod 0755 %{buildroot}%{_libdir}/libcpupower.so*
mkdir -p %{buildroot}%{_unitdir} %{buildroot}%{_sysconfdir}/sysconfig
install -m644 %{SOURCE50} %{buildroot}%{_unitdir}/cpupower.service
install -m644 %{SOURCE53} %{buildroot}%{_unitdir}/cpupower.path
install -m644 %{SOURCE51} %{buildroot}%{_sysconfdir}/sysconfig/cpupower
install -m755 %{SOURCE52} %{buildroot}%{_bindir}/cpupower-start.sh
%endif
############################################################
### Linker start4 > Check point to build for omv or rosa ###
############################################################

###
### clean
###
%clean
rm -rf %{buildroot}


# We don't want to remove this, the whole reason of its existence is to be
# able to do several rpm --short-circuit -bi for testing install
# phase without repeating compilation phase
#rm -rf %{temp_root}

###
### source and doc file lists
###

%if %build_source
%files -n %{kname}-source-%{buildrel}
%dir %{_kerneldir}
%dir %{_kerneldir}/arch
%dir %{_kerneldir}/include
%{_kerneldir}/Documentation
%{_kerneldir}/arch/Kconfig
%{_kerneldir}/arch/arm
%{_kerneldir}/arch/arm64
%{_kerneldir}/arch/um
%{_kerneldir}/arch/x86
%{_kerneldir}/block
%{_kerneldir}/certs
%{_kerneldir}/crypto
%{_kerneldir}/drivers
%{_kerneldir}/firmware
%{_kerneldir}/fs
%{_kerneldir}/include/Kbuild
%{_kerneldir}/include/acpi
%{_kerneldir}/include/asm-generic
%{_kerneldir}/include/clocksource
%{_kerneldir}/include/crypto
%{_kerneldir}/include/drm
%{_kerneldir}/include/dt-bindings
%{_kerneldir}/include/keys
%{_kerneldir}/include/kvm
%{_kerneldir}/include/linux
%{_kerneldir}/include/math-emu
%{_kerneldir}/include/media
%{_kerneldir}/include/memory
%{_kerneldir}/include/misc
%{_kerneldir}/include/net
%{_kerneldir}/include/pcmcia
%{_kerneldir}/include/ras
%{_kerneldir}/include/rdma
%{_kerneldir}/include/rxrpc
%{_kerneldir}/include/scsi
%{_kerneldir}/include/soc
%{_kerneldir}/include/sound
%{_kerneldir}/include/target
%{_kerneldir}/include/trace
%{_kerneldir}/include/uapi
%{_kerneldir}/include/video
%{_kerneldir}/include/xen
%{_kerneldir}/init
%{_kerneldir}/ipc
%{_kerneldir}/kernel
%{_kerneldir}/lib
%{_kerneldir}/mm
%{_kerneldir}/net
%{_kerneldir}/virt
%{_kerneldir}/samples
%{_kerneldir}/scripts
%{_kerneldir}/security
%{_kerneldir}/sound
%{_kerneldir}/tools
%{_kerneldir}/usr
%{_kerneldir}/COPYING
%{_kerneldir}/CREDITS
%{_kerneldir}/Kbuild
%{_kerneldir}/Kconfig
%{_kerneldir}/MAINTAINERS
%{_kerneldir}/Makefile
%{_kerneldir}/README
%{_kerneldir}/REPORTING-BUGS

%files -n %{kname}-source-latest
%endif

%if %build_doc
%files -n %{kname}-doc
%doc linux-%{tar_ver}/Documentation/*
%endif

%if %{build_perf}
%files -n perf
%{_bindir}/perf
%ifarch x86_64
%{_bindir}/perf-read-vdso32
%endif
%{_bindir}/trace
%dir %{_prefix}/libexec/perf-core
%dir %{_libdir}/traceevent
%dir %{_libdir}/traceevent/plugins
%{_libdir}/libperf-gtk.so
%{_libdir}/traceevent/plugins/*
%{_prefix}/libexec/perf-core/*
%{_mandir}/man[1-8]/perf*
%{_sysconfdir}/bash_completion.d/perf
%{_datadir}/perf-core/strace/groups/file
%{_datadir}/doc/perf-tip/*.txt
%endif

%if %{build_cpupower}
%files -n cpupower -f cpupower.lang
%{_bindir}/cpupower
%{_bindir}/cpupower-start.sh
%{_libdir}/libcpupower.so.0
%{_libdir}/libcpupower.so.0.0.1
%{_unitdir}/cpupower.service
%{_unitdir}/cpupower.path
%{_mandir}/man[1-8]/cpupower*
%config(noreplace) %{_sysconfdir}/sysconfig/cpupower

%files -n cpupower-devel
%{_libdir}/libcpupower.so
%{_includedir}/cpufreq.h
%endif

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22949 |14mu|keybinder3-0.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname keybinder

%define api 3.0
%define major 0
%define girmajor 3.0
%define libname %mklibname %{oname} %{api} %{major}
%define girname %mklibname %{oname}-gir %{girmajor}
%define devname %mklibname %{oname} %{api} -d

Summary:	A library for registering global keyboard shortcuts
Name:		keybinder3
Version:	0.3.0
Release:	1
License:	MIT
Group:		System/Libraries
Url:		https://github.com/engla/keybinder/tree/keybinder-3.0
Source0:	https://github.com/engla/keybinder/archive/%{oname}-%{api}-v%{version}.tar.gz
BuildRequires:	gnome-common
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtk-doc)

%description
Keybinder is a library for registering global keyboard shortcuts.
Keybinder works with GTK-based applications using the X Window System.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libkeybinder-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection files for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection files for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Keybinder-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/keybinder-%{api}/keybinder.h
%{_libdir}/libkeybinder-%{api}.so
%{_libdir}/pkgconfig/keybinder-%{api}.pc
%{_datadir}/gir-1.0/Keybinder-%{girmajor}.gir

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{oname}-%{api}-v%{version}

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.0-1
- (3f013f6) Build requires gnome-common



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22950 |14mu|keychain-2.7.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Keychain manages ssh-agent to minimise passphrase entry for ssh
Name:		keychain
Version:	2.7.1
Release:	9
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://www.funtoo.org/en/security/%{name}/intro
Source0:	http://www.funtoo.org/archive/%{name}/%{name}-%{version}.tar.bz2
Source1:	%{name}.profile.sh
Source2:	%{name}.profile.csh
Patch0:		keychain-2.7.1-openssh68.patch
Requires:	gnupg2
Suggests:	openssh-askpass
Requires:	openssh-clients
BuildArch:	noarch

%description
Keychain is a manager for OpenSSH, ssh.com, Sun SSH and GnuPG agents.
It acts as a front-end to the agents, allowing you to easily have one
long-running agent process per system, rather than per login session.
This dramatically reduces the number of times you need to enter your
passphrase from once per new login session to once every time your
local machine is rebooted.

Run keychain once manually per user, after which keychain will run (quietly)
every time you log in (from a profile script).

Hint: If you get tired of keychain, delete ~/.keychain .

%files
%doc README.rst ChangeLog COPYING.txt keychain.pod keychain.txt
%{_bindir}/*
%{_sysconfdir}/profile.d/*
%{_mandir}/man1/%{name}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_sysconfdir}/profile.d
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/99%{name}.sh
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/99%{name}.csh
install -d -m 755 %{buildroot}%{_mandir}/man1/
install -m 644 keychain.1 %{buildroot}%{_mandir}/man1/


%changelog

* Tue Sep 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.7.1-9
- (ee82eb0) Add patch from upstream with OpenSSH 6.8+ support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22951 |14mu|keyutils-1.5.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define sdevname %mklibname %{name} -d -s

Summary:	Linux Key Management Utilities
Name:		keyutils
Version:	1.5.10
Release:	1
License:	GPLv2+ and LGPLv2+
Group:		System/Base
Url:		http://people.redhat.com/~dhowells/keyutils/
Source0:	http://people.redhat.com/~dhowells/keyutils/%{name}-%{version}.tar.bz2
# Fix paths in man page and default config file
Patch0:		keyutils-1.5.10-usr.patch

%description
Utilities to control the kernel key management facility and to provide
a mechanism by which the kernel call back to userspace to get a key
instantiated.

%files
%doc README LICENCE.GPL LICENCE.LGPL
%config(noreplace) %{_sysconfdir}/request-key.conf
%{_bindir}/keyctl
%{_sbindir}/request-key
%{_sbindir}/key.dns_resolver
%{_mandir}/man1/keyctl.1.*
%{_mandir}/man5/request-key.conf.5.*
%{_mandir}/man8/request-key.8.*
%{_mandir}/man8/key.dns_resolver.8.*
%{_datadir}/%{name}/request-key-debug.sh

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Linux Key Management Utilities
Group:		System/Libraries

%description -n %{libname}
Library to control the kernel key management facility and to provide
a mechanism by which the kernel call back to userspace to get a key
instantiated.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Developement files for %{libname}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
Developement files for %{libname}.

%files -n %{devname}
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so
%{_mandir}/man3/*.3.*
%{_mandir}/man7/*.7.*

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Key utilities static library
Group:		Development/Other
Requires:	%{devname} = %{EVRD}

%description -n %{sdevname}
This package provides %{name} static library.

%files -n %{sdevname}
%{_libdir}/lib%{name}.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make \
	ETCDIR=%{_sysconfdir} \
	BINDIR=%{_bindir} \
	SBINDIR=%{_sbindir} \
	LIBDIR=%{_libdir} \
	USRLIBDIR=%{_libdir} \
	SHAREDIR=%{_datadir}/%{name} \
	INCLUDEDIR=%{_includedir} \
	CFLAGS='%{optflags}'

%install
make ETCDIR=%{_sysconfdir} \
	BINDIR=%{_bindir} \
	SBINDIR=%{_sbindir} \
	LIBDIR=%{_libdir} \
	USRLIBDIR=%{_libdir} \
	SHAREDIR=%{_datadir}/%{name} \
	INCLUDEDIR=%{_includedir} \
	DESTDIR=%{buildroot} \
	install

pushd %{buildroot}%{_libdir}
    rm -f lib%{name}.so
    ln -s lib%{name}.so.%{major} lib%{name}.so
popd

%changelog

* Fri Jun 22 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.10-1
- (067483a) New version 1.5.10 (Add Diffie-Helman keyctl function)
- (067483a) Fix paths in man page and default config



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22952 |14mu|kfilemetadata-4.14.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A KDE library for extracting file metadata
Name:		kfilemetadata
Version:	4.14.3
Release:	4
License:	GPLv2+
Group:		Graphical desktop/KDE
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%name-%{version}.tar.xz
Url:		https://www.kde.org/
BuildRequires:	ebook-tools-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	qmobipocket-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(taglib)

%description
A KDE library for extracting file metadata.

%files
%{_kde_libdir}/kde4/*.so
%{_kde_services}/*.desktop
%{_kde_servicetypes}/kfilemetadataextractor.desktop

#----------------------------------------------------------------------------

%define kfilemetadata_major 4
%define libkfilemetadata %mklibname kfilemetadata %{kfilemetadata_major}

%package -n %{libkfilemetadata}
Summary:	A KDE library for extracting file metadata
Group:		System/Libraries

%description -n %{libkfilemetadata}
A KDE library for extracting file metadata.

%files -n %{libkfilemetadata}
%{_kde_libdir}/libkfilemetadata.so.%{kfilemetadata_major}*

#----------------------------------------------------------------------------

%define devkfilemetadata %mklibname kfilemetadata -d

%package -n %{devkfilemetadata}

Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libkfilemetadata} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devkfilemetadata}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkfilemetadata}
%{_kde_libdir}/libkfilemetadata.so
%{_kde_includedir}/kfilemetadata/
%{_kde_libdir}/cmake/KFileMetaData

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Wed Apr 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.14.3-4
- (071a187) Rebuild with new poppler



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22953 |14mu|kfingermanager-0.0-0.1050414.8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname KFingerManager
%define svn_snapshot 1050414 

Summary:	Fingerprint Manager for KDE4
Name:		kfingermanager
Version:	0.0
Release:	0.%{svn_snapshot}.8
License:	GPLv2+
Group:		System/Configuration/Packaging
URL:		http://websvn.kde.org/trunk/playground/base/kfingerprint/KFingerManager/
Source0:	%{oname}-%{version}.%{svn_snapshot}.tar.bz2
Source1:	%{name}.po
Patch0:		kfingermanager-mdv-fix-category.patch
Patch1:         KFingerManager-russian.patch
BuildRequires:	kdelibs4-devel

%description
Fingerprint Manager for KDE4.

%files
%lang(ru) %{_localedir}/ru/LC_MESSAGES/*
%{_kde_libdir}/kde4/kcm_kfingermanager.so
%{_kde_appsdir}/kfingermanager
%{_kde_datadir}/config/kfingerrc
%{_kde_datadir}/kde4/services/kfingermanager.desktop

#--------------------------------------------------------------------

%prep
%setup -q -n %{oname}
%patch0
%patch1 -p1
# cp %{SOURCE1} .

%build
%cmake_kde4
%make
pwd
msgfmt %{SOURCE1} -o kcmkfingermanager.mo
# msgfmt %{name}.po -o %{name}.mo

%install
%makeinstall_std -C build
mkdir -p %{buildroot}%{_localedir}/ru/LC_MESSAGES/
install -m 644 build/kcmkfingermanager.mo %{buildroot}%{_localedir}/ru/LC_MESSAGES/


%changelog
* Wed Oct 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.0-0.1050414.8
+ Revision: 8cf2e7a
- Improve Russian l10n



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22954 |14mu|kfloppy-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# workaround bug in rpm unpackaged subdir check
%define _unpackaged_subdirs_terminate_build 0

Name:		kfloppy
Summary:	Format floppy disks
Version:	4.14.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://utils.kde.org/projects/kfloppy
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KFloppy is a utility that provides a straightforward graphical means to
format 3.5" and 5.25" floppy disks.

%files
%{_kde_bindir}/kfloppy
%{_kde_iconsdir}/*/*/apps/kfloppy.*
%{_kde_applicationsdir}/KFloppy.desktop
%{_kde_docdir}/HTML/*/kfloppy

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 6e65d04
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22955 |14mu|kfourinline-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kfourinline
Summary:	Place 4 pieces in a row
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kfourinline
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KFourInLine is a board game for two players based on the Connect-Four game.

The players try to build up a row of four pieces using different strategies.

%files
%{_kde_bindir}/kfourinline
%{_kde_bindir}/kfourinlineproc
%{_kde_applicationsdir}/kfourinline.desktop
%{_kde_appsdir}/kfourinline
%{_kde_docdir}/*/*/kfourinline
%{_kde_iconsdir}/hicolor/*/apps/kfourinline.png
%{_kde_datadir}/config.kcfg/kwin4.kcfg

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 1f27b79
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22956 |14mu|kgamma-4.14.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE color profiling
Name:		kgamma
Version:	4.14.3
Release:	3
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kgamma-4.14.3-cmake.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(xxf86vm)
Conflicts:	okular < 2:4.6.4

%description
Adjust your monitor's gamma settings.

%files
%doc %{_kde_docdir}/HTML/*/kcontrol/%{name}
%{_kde_bindir}/xf86gammacfg
%{_kde_services}/%{name}.desktop
%{_kde_appsdir}/%{name}
%{_kde_libdir}/kde4/*_kgamma.*

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Sat May 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-3
- (4bb4a8b) Add patch to fix build with newer cmake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22957 |14mu|kgeography-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kgeography
Summary:	A geography learning program
Version:	4.14.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 GFDL
URL:		http://edu.kde.org/kgeography
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KGeography is a geography learning program.

%files
%doc README COPYING COPYING.DOC AUTHORS
%doc %{_kde_docdir}/HTML/en/%{name}
%{_kde_appsdir}/%{name}
%{_kde_bindir}/%{name}
%{_kde_iconsdir}/*/*/apps/%{name}.*
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_datadir}/config.kcfg/%{name}.kcfg

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: b6dd070
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22958 |14mu|kget-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Versatile and user-friendly download manager for KDE4
Name:		kget
Version:	4.14.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	boost-devel
BuildRequires:	gpgme-devel
BuildRequires:	kdebase4-devel
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	libktorrent-devel
BuildRequires:	nepomuk-core-devel
BuildRequires:	nepomuk-widgets-devel
BuildRequires:	pkgconfig(libmms)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(sqlite3)
Conflicts:	kdenetwork4-devel < 3:4.11.0

%description
KGet is a versatile and user-friendly download manager.
Features:
- Downloading files from FTP and HTTP(S) sources.
- Pausing and resuming of downloading files, as well as the ability
  to restart   a download.
- Tells lots of information about current and pending downloads.
- Embedding into system tray.
- Integration with the Konqueror web browser.
- Metalink support which contains multiple URLs for downloads, along
  with checksums and other information.

%files
%doc %{_kde_docdir}/HTML/*/kget
%{_kde_bindir}/kget
%{_kde_applicationsdir}/kget.desktop
%{_kde_appsdir}/kget
%{_kde_appsdir}/kconf_update/kget*
%{_kde_appsdir}/dolphinpart/kpartplugins/kget_plug_in.rc
%{_kde_appsdir}/dolphinpart/kpartplugins/kget_plug_in.desktop
%{_kde_appsdir}/khtml/kpartplugins/kget_plug_in.rc
%{_kde_appsdir}/khtml/kpartplugins/kget_plug_in.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/kget_plug_in.desktop
%{_kde_appsdir}/kwebkitpart/kpartplugins/kget_plug_in.rc
%{_kde_services}/kget_*
%{_kde_services}/plasma-engine-kget.desktop
%{_kde_services}/kgetbarapplet-default.desktop
%{_kde_services}/kgetpiechartapplet-default.desktop
%{_kde_services}/plasma-runner-kget.desktop
%{_kde_services}/ServiceMenus/kget_download.desktop
%{_kde_servicetypes}/kget_*
%{_kde_libdir}/kde4/krunner_kget.so
%{_kde_libdir}/kde4/kget_*
%{_kde_libdir}/kde4/plasma_engine_kget.so
%{_kde_libdir}/kde4/kcm_kget_checksumsearchfactory.so
%{_kde_libdir}/kde4/kcm_kget_metalinkfactory.so
%{_kde_libdir}/kde4/kcm_kget_bittorrentfactory.so
%{_kde_libdir}/kde4/kcm_kget_mirrorsearchfactory.so
%{_kde_libdir}/kde4/kcm_kget_mmsfactory.so
%{_kde_libdir}/kde4/kcm_kget_multisegkiofactory.so
%{_kde_libdir}/kde4/plasma_kget_barapplet.so
%{_kde_libdir}/kde4/plasma_kget_piechart.so
%{_kde_datadir}/config.kcfg/kget*
%{_kde_datadir}/ontology/kde/kget_history.ontology
%{_kde_datadir}/ontology/kde/kget_history.trig
%{_kde_iconsdir}/*/*/apps/kget.*
%{_datadir}/dbus-1/services/org.kde.kget.service

#----------------------------------------------------------------------------

%define kgetcore_major 4
%define libkgetcore %mklibname kgetcore %{kgetcore_major}

%package -n %{libkgetcore}
Summary:	Shared library for KGet
Group:		System/Libraries

%description -n %{libkgetcore}
Shared library for KGet.

%files -n %{libkgetcore}
%{_kde_libdir}/libkgetcore.so.%{kgetcore_major}*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't need it because there are no headers anyway
rm -f %{buildroot}%{_kde_libdir}/libkgetcore.so


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: ed8c101
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22959 |14mu|kglobalaccel-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 global workspace shortcuts module
Name:		kglobalaccel
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5crash-devel >= %{version}
BuildRequires:	kf5dbusaddons-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5windowsystem-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-xtest)

%description
KDE Frameworks 5 global workspace shortcuts module.

KGlobalAccel allows you to have global accelerators that are independent of
the focused window. Unlike regular shortcuts, the application's window does
not need focus for them to be activated.

NOTE: Functional only with Plasma Workspaces.

%files
%{_kde5_bindir}/kglobalaccel5
%{_kde5_services}/kglobalaccel5.desktop
%{_datadir}/dbus-1/services/org.kde.kglobalaccel.service
%{_qt5_plugindir}/org.kde.kglobalaccel5.platforms/KF5GlobalAccelPrivateXcb.so

#----------------------------------------------------------------------------

%package i18n
Summary:	KGlobalAccel translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KGlobalAccel translations.

%files i18n
#find_lang fails here
%{_localedir}/*/LC_MESSAGES/%{name}*.qm

#----------------------------------------------------------------------------

%define kf5globalaccel_major 5
%define libkf5globalaccel %mklibname kf5globalaccel %{kf5globalaccel_major}

%package -n %{libkf5globalaccel}
Summary:	KDE Frameworks 5 global workspace shortcuts shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5globalaccel}
KDE Frameworks 5 global workspace shortcuts shared library.

%files -n %{libkf5globalaccel}
%{_kde5_libdir}/libKF5GlobalAccel.so.%{kf5globalaccel_major}*

#----------------------------------------------------------------------------

%define kf5globalaccelprivate_major 5
%define libkf5globalaccelprivate %mklibname kf5globalaccelprivate %{kf5globalaccelprivate_major}

%package -n %{libkf5globalaccelprivate}
Summary:	KDE Frameworks 5 global workspace shortcuts shared library
Group:		System/Libraries

%description -n %{libkf5globalaccelprivate}
KDE Frameworks 5 global workspace shortcuts shared library.

%files -n %{libkf5globalaccelprivate}
%{_kde5_libdir}/libKF5GlobalAccelPrivate.so.%{kf5globalaccelprivate_major}*

#----------------------------------------------------------------------------

%define devkf5globalaccel %mklibname kf5globalaccel -d

%package -n %{devkf5globalaccel}
Summary:	Development files for KDE Frameworks 5 global workspace shortcuts
Group:		Development/KDE and Qt
Requires:	%{libkf5globalaccel} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5globalaccel-devel = %{version}
Conflicts:	%{name} < 5.7.0

%description -n %{devkf5globalaccel}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5globalaccel}
%{_kde5_includedir}/KF5/KGlobalAccel
%{_kde5_includedir}/KF5/kglobalaccel_version.h
%{_kde5_libdir}/cmake/KF5GlobalAccel
%{_kde5_libdir}/libKF5GlobalAccel.so
%{_kde5_mkspecsdir}/*.pri
%{_datadir}/dbus-1/interfaces/*.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

# Internal library, shouldn't be used by other packages
rm -rf %{buildroot}%{_kde5_libdir}/libKF5GlobalAccelPrivate.so

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (a332899) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22960 |14mu|kgoldrunner-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A game of action and puzzle solving
Name:		kgoldrunner
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://games.kde.org/game.php?game=kgoldrunner
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KGoldrunner is an action game where the hero runs through a maze, climbs
stairs, dig holes and dodges enemies in order to collect all the gold nuggets
and escape to the next level. Your enemies are also after the gold. Worse
still, they are after you!.

%files
%{_kde_bindir}/kgoldrunner
%{_kde_applicationsdir}/KGoldrunner.desktop
%{_kde_configdir}/kgoldrunner.knsrc
%{_kde_appsdir}/kgoldrunner
%{_kde_docdir}/*/*/kgoldrunner
%{_kde_iconsdir}/hicolor/*/apps/kgoldrunner.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: d3eaea2
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22961 |14mu|kgpg-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Control your GPG keys
Name:		kgpg
Version:	4.14.3
Release:	1
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://utils.kde.org/projects/kgpg
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel

%description
KGpg is a simple interface for GnuPG, a powerful encryption utility.

%files
%{_kde_applicationsdir}/kgpg.desktop
%{_kde_appsdir}/kgpg
%{_kde_autostart}/kgpg.desktop
%{_kde_bindir}/kgpg
%{_kde_datadir}/config.kcfg/kgpg.kcfg
%{_kde_docdir}/HTML/*/kgpg
%{_kde_iconsdir}/*/*/apps/kgpg.*
%{_kde_services}/ServiceMenus/encryptfile.desktop
%{_kde_services}/ServiceMenus/encryptfolder.desktop
%{_kde_services}/ServiceMenus/viewdecrypted.desktop
%{_datadir}/appdata/kgpg.appdata.xml
%{_datadir}/dbus-1/interfaces/org.kde.kgpg.Key.xml

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: d421b6e
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22962 |14mu|kguiaddons-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 GUI addons with various classes on top of QtGui
Name:		kguiaddons
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
Url:		https://www.kde.org/
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(xcb)

%description
KDE Frameworks 5 GUI addons with various classes on top of QtGui.

#--------------------------------------------------------------------

%define kf5guiaddons_major 5
%define libkf5guiaddons %mklibname kf5guiaddons %{kf5guiaddons_major}

%package -n %{libkf5guiaddons}
Summary:	KDE Frameworks 5 GUI addons shared library
Group:		System/Libraries

%description -n %{libkf5guiaddons}
KDE Frameworks 5 GUI addons shared library.

%files -n %{libkf5guiaddons}
%{_kde5_libdir}/libKF5GuiAddons.so.%{kf5guiaddons_major}*

#--------------------------------------------------------------------

%define devkf5guiaddons %mklibname kf5guiaddons -d

%package -n %{devkf5guiaddons}
Summary:	Development files for KDE Frameworks 5 GUI addons
Group:		Development/KDE and Qt
Requires:	%{libkf5guiaddons} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5guiaddons-devel = %{version}

%description -n %{devkf5guiaddons}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5guiaddons}
%{_kde5_includedir}/KF5/KGuiAddons
%{_kde5_includedir}/KF5/kguiaddons_version.h
%{_kde5_libdir}/cmake/KF5GuiAddons
%{_kde5_libdir}/libKF5GuiAddons.so
%{_kde5_mkspecsdir}/*.pri

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (a9e01dc) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22963 |14mu|khangman-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Classical hangman game
Name:		khangman
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/khangman
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdeedu-devel >= %{version}
BuildRequires:	kdelibs4-devel
Requires:	libkdeedu = %{version}

%description
KHangman is the classical hangman game. The child should guess a word
letter by letter. At each miss, the picture of a hangman appears. After
10 tries, if the word is not guessed, the game is over and the answer
is displayed.

%files
%doc COPYING COPYING.DOC README
%doc %{_kde_docdir}/HTML/en/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}
%{_kde_bindir}/%{name}
%{_kde_configdir}/%{name}.knsrc
%{_kde_datadir}/appdata/khangman.appdata.xml
%{_kde_datadir}/config.kcfg/%{name}.kcfg
%{_kde_iconsdir}/*/*/apps/%{name}*
%{_kde_mandir}/man6/%{name}.6.*

#----------------------------------------------------------------------------

%define khangmanengine_major 4
%define libkhangmanengine %mklibname khangmanengine %{khangmanengine_major}

%package -n %{libkhangmanengine}
Summary:	Runtime library for KDE Education Application
Group:		System/Libraries

%description -n %{libkhangmanengine}
Runtime library for KDE Education Application.

%files -n %{libkhangmanengine}
%{_kde_libdir}/libkhangmanengine.so.%{khangmanengine_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libkhangmanengine} = %{version}-%{release}
Requires:	kdelibs4-devel
Requires:	libkdeedu-devel

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_libdir}/libkhangmanengine.so
%{_includedir}/%{name}

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 9a68084
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22964 |14mu|khtml-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 HTML rendering engine
Name:		khtml
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	karchive-devel >= %{version}
BuildRequires:	kcodecs-devel >= %{version}
BuildRequires:	kglobalaccel-devel >= %{version}
BuildRequires:	ki18n-devel >= %{version}
BuildRequires:	kiconthemes-devel >= %{version}
BuildRequires:	kio-devel >= %{version}
BuildRequires:	kjs-devel >= %{version}
BuildRequires:	knotifications-devel >= %{version}
BuildRequires:	kparts-devel >= %{version}
BuildRequires:	ktextwidgets-devel >= %{version}
BuildRequires:	kwallet-kf5-devel >= %{version}
BuildRequires:	kwidgetsaddons-devel >= %{version}
BuildRequires:	kwindowsystem-devel >= %{version}
BuildRequires:	kxmlgui-devel >= %{version}
BuildRequires:	sonnet-devel >= %{version}
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
KDE Frameworks 5 HTML rendering engine.

KHTML is a web rendering engine, based on the KParts technology and using KJS
for JavaScript support.

%files
%dir %{_kde5_datadir}/kf5/khtml/
%{_kde5_datadir}/kf5/khtml/*
%dir %{_kde5_datadir}/kf5/kjava/
%{_kde5_datadir}/kf5/kjava/*
%{_kde5_plugindir}/parts/*.so
%{_kde5_services}/*.desktop
%{_kde5_sysconfdir}/xdg/khtmlrc

#----------------------------------------------------------------------------

%package i18n
Summary:	KHtml translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KHtml translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5khtml_major 5
%define libkf5khtml %mklibname kf5khtml %{kf5khtml_major}

%package -n %{libkf5khtml}
Summary:	KDE Frameworks 5 HTML rendering engine shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5khtml}
KDE Frameworks 5 HTML rendering engine shared library.

%files -n %{libkf5khtml}
%{_kde5_libdir}/libKF5KHtml.so.%{kf5khtml_major}*

#----------------------------------------------------------------------------

%define devkf5khtml %mklibname kf5khtml -d

%package -n %{devkf5khtml}
Summary:	Development files for KDE Frameworks 5 HTML rendering engine
Group:		Development/KDE and Qt
Requires:	%{libkf5khtml} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5khtml-devel = %{version}

%description -n %{devkf5khtml}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5khtml}
%{_kde5_includedir}/KF5/KHtml
%{_kde5_includedir}/KF5/khtml_version.h
%{_kde5_libdir}/cmake/KF5KHtml
%{_kde5_libdir}/libKF5KHtml.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sun Jul 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (4f11671) Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22965 |14mu|ki18n-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 advanced internationalization framework
Name:		ki18n
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
# Prefer locales from /usr/share/locale/kf5 if they exist
Patch0:		ki18n-5.18.0-localepath.patch
# Try translations from mandriva-kde-translation as fallback
Patch1:		ki18n-5.9.0-extra-catalog.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Test)
Requires:	mandriva-kde-translation

%description
KDE Frameworks 5 advanced internationalization framework.

KI18n provides functionality for internationalizing user interface text
in applications, based on the GNU Gettext translation system.
It wraps the standard Gettext functionality, so that the programmers
and translators can use the familiar Gettext tools and workflows.

KI18n provides additional functionality as well, for both programmers
and translators, which can help to achieve a higher overall quality
of source and translated text. This includes argument capturing,
customizable markup, and translation scripting.

%files
%{_kde5_plugindir}/ktranscript.so

#----------------------------------------------------------------------------

%package i18n
Summary:	KI18n translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KI18n translations.

%files i18n -f %{name}.lang
%lang(ca) %{_datadir}/locale/ca/LC_SCRIPTS
%lang(ca) %{_datadir}/locale/ca@valencia/LC_SCRIPTS
%lang(fi) %{_datadir}/locale/fi/LC_SCRIPTS
%lang(gd) %{_datadir}/locale/gd/LC_SCRIPTS
%lang(ko) %{_datadir}/locale/ko/LC_SCRIPTS
%lang(nb) %{_datadir}/locale/nb/LC_SCRIPTS
%lang(nn) %{_datadir}/locale/nn/LC_SCRIPTS
%lang(ru) %{_datadir}/locale/ru/LC_SCRIPTS
%lang(sr) %{_datadir}/locale/sr/LC_SCRIPTS
%lang(sr) %{_datadir}/locale/sr@ijekavian/LC_SCRIPTS
%lang(sr) %{_datadir}/locale/sr@ijekavianlatin/LC_SCRIPTS
%lang(sr) %{_datadir}/locale/sr@latin/LC_SCRIPTS
%lang(uk) %{_datadir}/locale/uk/LC_SCRIPTS
%lang(zh) %{_datadir}/locale/zh_CN/LC_SCRIPTS

#----------------------------------------------------------------------------

%define kf5i18n_major 5
%define libkf5i18n %mklibname kf5i18n %{kf5i18n_major}

%package -n %{libkf5i18n}
Summary:	KDE Frameworks 5 internationalization shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5i18n}
KDE Frameworks 5 internationalization shared library.

%files -n %{libkf5i18n}
%{_kde5_libdir}/libKF5I18n.so.%{kf5i18n_major}*

#----------------------------------------------------------------------------

%define devkf5i18n %mklibname kf5i18n -d

%package -n %{devkf5i18n}
Summary:	Development files for KDE Frameworks 5 internationalization framework
Group:		Development/KDE and Qt
Requires:	%{libkf5i18n} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5i18n-devel = %{version}

%description -n %{devkf5i18n}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5i18n}
%{_kde5_includedir}/KF5/KI18n
%{_kde5_includedir}/KF5/ki18n_version.h
%{_kde5_libdir}/cmake/KF5I18n
%{_kde5_libdir}/libKF5I18n.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (bc34967) New version 5.24.0

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.23.0-1
- (df59913) New version 5.23.0

* Wed Apr 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21.0-2
- (35befba) MassBuild#1017: Increase release tag

* Mon Apr 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21.0-1
- (7847ad4) Update files (add ca and ca@valencia LC_SCRIPTS)
- (Andrey Bondrov: 347ad73) New version 5.21.0

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-2
- (35c17bd) MassBuild#1000: Increase release tag

* Mon Mar 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-1
- (60c0136) Update files (add nb and nn LC_SCRIPTS)
- (Andrey Bondrov: 372a184) New version 5.20.0

* Sat Feb 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.19.0-1
- (b9ff1a3) New version 5.19.0

* Mon Jan 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.18.0-1
- (72a1ff4) Update files (add zh_CN/LC_SCRIPTS to i18n package)
- (Andrey Bondrov: 3369028) Re-diff localepath patch
- (Andrey Bondrov: 2709abe) New version 5.18.0

* Fri Dec 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.17.0-1
- (7f60f9f) Build requires pkgconfig(Qt5Qml)
- (Andrey Bondrov: c84c42c) New version 5.17.0

* Wed Nov 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.16.0-2
- (45dc164) Bump release

* Tue Nov 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.16.0-1
- (2abed05) New version 5.16.0

* Sun Oct 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.15.0-1
- (fd65adf) New version 5.15.0

* Sat Sep 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.14.0-1
- (50e25f8) New version 5.14.0

* Wed Aug 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.13.0-1
- (420f9dd) New version 5.13.0

* Mon Jul 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.12.0-1
- (98dc073) Update files (add scripts for ko locale)
- (Andrey Bondrov: 09700e6) New version 5.12.0

* Mon Jun 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.11.0-1
- (7cdb54f) New version 5.11.0

* Sat May 09 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.10.0-1
- (f56f208) New version 5.10.0

* Mon Apr 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.9.0-3
- (bc99ae4) Requires mandriva-kde-translation

* Mon Apr 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.9.0-2
- (2d4e4dd) Try translations from mandriva-kde-translation as fallback

* Fri Apr 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.9.0-1
- (1756fd3) Update files
- (Andrey Bondrov: f46d291) Update files
- (Andrey Bondrov: 2a71874) New version 5.9.0

* Wed Mar 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.8.0-1
- (4c70c16) Drop datapath patch, seems to be no longer needed
- (Andrey Bondrov: 45ec9db) New version 5.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22966 |14mu|kiconthemes-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 icon themes support module
Name:		kiconthemes
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5archive-devel >= %{version}
BuildRequires:	kf5configwidgets-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5itemviews-devel >= %{version}
BuildRequires:	kf5widgetsaddons-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 icon themes support module.

%files
%{_kde5_bindir}/kiconfinder5

#----------------------------------------------------------------------------

%package i18n
Summary:	KIconThemes translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KIconThemes translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5iconthemes_major 5
%define libkf5iconthemes %mklibname kf5iconthemes %{kf5iconthemes_major}

%package -n %{libkf5iconthemes}
Summary:	KDE Frameworks 5 icon themes support shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5iconthemes}
KDE Frameworks 5 icon themes support shared library.

%files -n %{libkf5iconthemes}
%{_kde5_libdir}/libKF5IconThemes.so.%{kf5iconthemes_major}*

#----------------------------------------------------------------------------

%define devkf5iconthemes %mklibname kf5iconthemes -d

%package -n %{devkf5iconthemes}
Summary:	Development files for KDE Frameworks 5 icon themes support module
Group:		Development/KDE and Qt
Requires:	%{libkf5iconthemes} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5iconthemes-devel = %{version}

%description -n %{devkf5iconthemes}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5iconthemes}
%{_kde5_includedir}/KF5/KIconThemes
%{_kde5_includedir}/KF5/kiconthemes_version.h
%{_kde5_libdir}/cmake/KF5IconThemes
%{_kde5_libdir}/libKF5IconThemes.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (0137d68) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22967 |14mu|kidentitymanagement-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Frameworks 5 PIM identity management module
Name:		kidentitymanagement
Version:	16.04.3
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5codecs-devel
BuildRequires:	kf5completion-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5emoticons-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5pimtextedit-devel
BuildRequires:	kf5textwidgets-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 PIM identity management module.

#----------------------------------------------------------------------------

%define kf5identitymanagement_major 5
%define libkf5identitymanagement %mklibname kf5identitymanagement %{kf5identitymanagement_major}

%package -n %{libkf5identitymanagement}
Summary:	KDE Frameworks 5 PIM identity management shared library
Group:		System/Libraries

%description -n %{libkf5identitymanagement}
KDE Frameworks 5 PIM identity management shared library.

%files -n %{libkf5identitymanagement}
%{_kde5_libdir}/libKF5IdentityManagement.so.%{kf5identitymanagement_major}*

#----------------------------------------------------------------------------

%define devkf5identitymanagement %mklibname kf5identitymanagement -d

%package -n %{devkf5identitymanagement}
Summary:	Development files for KDE Frameworks 5 PIM identity management module
Group:		Development/KDE and Qt
Requires:	%{libkf5identitymanagement} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5identitymanagement-devel = %{version}

%description -n %{devkf5identitymanagement}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5identitymanagement}
%{_kde5_includedir}/KF5/KIdentityManagement
%{_kde5_includedir}/KF5/kidentitymanagement_version.h
%{_kde5_libdir}/cmake/KF5IdentityManagement
%{_kde5_libdir}/libKF5IdentityManagement.so
%{_kde5_mkspecsdir}/*.pri
%{_datadir}/dbus-1/interfaces/kf5_org.kde.pim.IdentityManager.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Mon Jul 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (c41a672) Minor cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22968 |14mu|kidletime-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 user activity monitoring module
Name:		kidletime
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11-xcb)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-sync)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xscrnsaver)

%description
KDE Frameworks 5 user activity monitoring module.

KIdleTime is a singleton reporting information on idle time. It is useful
not only for finding out about the current idle time of the PC, but also
for getting notified upon idle time events, such as custom timeouts, or
user activity.

%files
%{_kde5_plugindir}/org.kde.kidletime.platforms/KF5IdleTimeXcbPlugin0.so
%{_kde5_plugindir}/org.kde.kidletime.platforms/KF5IdleTimeXcbPlugin1.so

#----------------------------------------------------------------------------

%define kf5idletime_major 5
%define libkf5idletime %mklibname kf5idletime %{kf5idletime_major}

%package -n %{libkf5idletime}
Summary:	KDE Frameworks 5 user activity monitoring shared library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libkf5idletime}
KDE Frameworks 5 user activity monitoring shared library.

%files -n %{libkf5idletime}
%{_kde5_libdir}/libKF5IdleTime.so.%{kf5idletime_major}*

#----------------------------------------------------------------------------

%define devkf5idletime %mklibname kf5idletime -d

%package -n %{devkf5idletime}
Summary:	Development files for KDE Frameworks 5 user activity monitoring module
Group:		Development/KDE and Qt
Requires:	%{libkf5idletime} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5idletime-devel = %{version}

%description -n %{devkf5idletime}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5idletime}
%{_kde5_includedir}/KF5/KIdleTime
%{_kde5_includedir}/KF5/kidletime_version.h
%{_kde5_libdir}/cmake/KF5IdleTime
%{_kde5_libdir}/libKF5IdleTime.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (0dd5e8b) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22969 |14mu|kig-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Interactive Geometry
Name:		kig
Version:	4.14.3
Release:	1
License:	GPLv2+ and GFDL
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/kig
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(python)

%description
Kig is a program for use in math classes in high school, to allow
students to interactively explore geometric concepts.

%files
%doc COPYING COPYING.DOC AUTHORS ChangeLog
%doc %{_kde_docdir}/HTML/en/kig
%{_kde_appsdir}/katepart/syntax/python-kig.xml
%{_kde_appsdir}/kig
%{_kde_applicationsdir}/kig.desktop
%{_kde_bindir}/kig
%{_kde_bindir}/pykig.py
%{_kde_datadir}/appdata/kig.appdata.xml
%{_kde_iconsdir}/*/*/apps/kig.*
%{_kde_iconsdir}/*/*/mimetypes/application-x-kig.*
%{_kde_libdir}/kde4/kigpart.so
%{_kde_mandir}/man1/kig.1.*
%{_kde_services}/kig_part.desktop

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 1f4bb53
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22970 |14mu|kigo-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kigo
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Go board game for KDE
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/kigo/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Requires:	gnugo

%description
Kigo is an open-source implementation of the popular Go game.

Go is a strategic board game for two players. It is also known as igo
(Japanese), weiqi or wei ch'i (Chinese) or baduk (Korean).
Go is noted for being rich in strategic complexity despite its simple rules.
The game is played by two players who alternately place black and white stones
(playing pieces, now usually made of glass or plastic) on the vacant
intersections of a grid of 19x19 lines (9x9 or 13x13 for easier games).

%files
%{_kde_bindir}/kigo
%{_kde_applicationsdir}/kigo.desktop
%{_kde_appsdir}/kigo
%{_kde_datadir}/config.kcfg/kigo.kcfg
%{_kde_configdir}/kigo-games.knsrc
%{_kde_configdir}/kigo.knsrc
%{_kde_docdir}/HTML/en/kigo
%{_kde_iconsdir}/*/*/apps/kigo.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 35ee793
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22971 |14mu|killbots-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		killbots
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	KDE port of the classic BSD console game robots
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/killbots/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Killbots is a simple game of evading killer robots.

Who created the robots and why they have been programmed to destroy, no one
knows. All that is known is that the robots are numerous and their sole
objective is to destroy you. Fortunately for you, their creator has focused on
quantity rather than quality and as a result the robots are severely lacking
in intelligence. Your superior wit and a fancy teleportation device are your
only weapons against the never-ending stream of mindless automatons.

%files
%{_kde_bindir}/killbots
%{_kde_applicationsdir}/killbots.desktop
%{_kde_appsdir}/killbots
%{_kde_datadir}/config.kcfg/killbots.kcfg
%{_kde_docdir}/*/*/killbots
%{_kde_iconsdir}/hicolor/*/apps/killbots.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build



%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: ef8348d
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22972 |14mu|kimageformats-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 image format plugins for Qt
Name:		kimageformats
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 image format plugins for Qt.

This framework provides additional image format plugins for QtGui. As
such it is not required for the compilation of any other software, but
may be a runtime requirement for Qt-based software to support certain
image formats.

%files
%{_qt5_plugindir}/imageformats/*.so
%{_kde5_services}/qimageioplugins/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (846aedd) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22973 |14mu|kimono-4.14.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	C# Mono KDE 4 bindings
Name:		kimono
Version:	4.14.3
Release:	2
Epoch:		1
Group:		Development/KDE and Qt
License:	GPLv2 LGPLv2
Url:		https://projects.kde.org/projects/kde/kdebindings/csharp/kimono
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kimono-4.7.2-fix-link-against-soprano-index-librairies.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	smokekde-devel >= 1:%{version}
BuildRequires:	qyoto-devel >= 1:%{version}
BuildRequires:	pkgconfig(mono)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
Provides:	mono-kde4 = %{EVRD}
Requires:	qyoto >= 1:%{version}

%description
NET/Mono bindings for the KDE libraries.

%files
%doc COPYING.GPLv2 COPYING.LGPLv2
%{_kde_prefix}/lib/mono/qyoto/kde-dotnet.dll
%{_kde_prefix}/lib/mono/qyoto/khtml-dll.dll
%{_kde_prefix}/lib/mono/qyoto/soprano.dll
%{_kde_prefix}/lib/mono/qyoto/ktexteditor-dotnet.dll
%{_kde_prefix}/lib/mono/qyoto/plasma-dll.dll
%{_kde_prefix}/lib/mono/qyoto/nepomuk-dll.dll
%{_kde_prefix}/lib/mono/qyoto/akonadi.dll
%{_kde_prefix}/lib/mono/gac/kde-dotnet
%{_kde_prefix}/lib/mono/gac/khtml-dll
%{_kde_prefix}/lib/mono/gac/soprano
%{_kde_prefix}/lib/mono/gac/ktexteditor-dotnet
%{_kde_prefix}/lib/mono/gac/plasma-dll
%{_kde_prefix}/lib/mono/gac/nepomuk-dll
%{_kde_prefix}/lib/mono/gac/akonadi
%{_kde_libdir}/kde4/kimonopluginfactory.so
%{_kde_libdir}/libkhtml-sharp.so
%{_kde_libdir}/libnepomuk-sharp.so
%{_kde_libdir}/libsoprano-sharp.so
%{_kde_libdir}/libkimono.so
%{_kde_libdir}/libktexteditor-sharp.so
%{_kde_libdir}/libplasma-sharp.so
%{_kde_libdir}/libakonadi-sharp.so
%{_kde_appsdir}/plasma_scriptengine_kimono
%{_kde_services}/plasma-scriptengine-kimono-applet.desktop
%{_kde_services}/plasma-scriptengine-kimono-dataengine.desktop

#------------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Wed Sep 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-2
- (214b75e) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22974 |14mu|kinit-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 process launcher to speed up launching KDE applications
Name:		kinit
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5crash-devel >= %{version}
BuildRequires:	kf5doctools-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5kio-devel >= %{version}
BuildRequires:	kf5service-devel >= %{version}
BuildRequires:	kf5windowsystem-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(x11)
# We could also use libcap-devel and libcap-utils but
# 4755 for start_kdeinit is enough, see CMakeLists.txt
Requires:	%{name}-i18n

%description
KDE Frameworks 5 process launcher to speed up launching KDE applications.

It launches processes by forking and then loading a dynamic library which
should contain a 'kdemain(...)' function.

Using kdeinit to launch KDE applications makes starting a typical KDE
applications 2.5 times faster (100ms instead of 250ms on a P-III 500) It
reduces memory consumption by approx. 350Kb per application.

%files
%{_kde5_bindir}/*
%{_kde5_mandir}/man8/kdeinit5.8*
%{_kde5_libdir}/libkdeinit5_klauncher.so
%{_kde5_libexecdir}/kf5/klauncher
# 4755 is recommended by upstream but it breaks id command for user
# attr(4755,root,root) %{_kde5_libexecdir}/kf5/start_kdeinit
%{_kde5_libexecdir}/kf5/start_kdeinit
%{_kde5_libexecdir}/kf5/start_kdeinit_wrapper

#----------------------------------------------------------------------------

%package i18n
Summary:	KInit translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KInit translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define devkf5init %mklibname kf5init -d

%package -n %{devkf5init}
Summary:	Development files for KDE Frameworks 5 process launcher
Group:		Development/KDE and Qt
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5init-devel = %{version}

%description -n %{devkf5init}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5init}
%{_kde5_libdir}/cmake/KF5Init
%{_datadir}/dbus-1/interfaces/kf5_org.kde.*.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt --with-man

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (3eb9ecd) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22975 |14mu|kino-1.3.4-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GNOME DV-editing utility
Name:		kino
Epoch:		2
Version:	1.3.4
Release:	12
License:	GPLv2+
Group:		Video
Url:		http://www.kinodv.org/
Source0:	http://downloads.sourgeforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		kino-1.3.4-fix-desktop-file.patch
Patch1:		kino-1.3.4-videodev.h.patch
Patch2:		kino-1.3.2-fix-str-fmt.patch
Patch3:		kino-1.3.4-use-soundwrapper.patch
Patch4:		kino-1.3.4-ffmpeg0.8.patch
Patch5:		kino-1.3.4-libav-0.8.patch
Patch6:		kino-1.3.4-link.patch
Patch7:		kino-automake-1.13.patch

BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	a52dec-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libiec61883)
BuildRequires:	pkgconfig(libquicktime)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(xv)
Requires:	mjpegtools
Requires:	soundwrapper
Requires:	udev
#gw needed by the scripts in /usr/share/kino/scripts
Requires:	ffmpeg
#it needs rawplay
Requires:	smilutils

%description
The new generation of digital camcorders use the Digital Video (DV) data
format. Kino allows you to record, create, edit, and play movies recorded
with DV camcorders. Unlike other editors, this program uses many keyboard
commands for fast navigating and editing inside the movie.

%package devel
Group:		Development/C++
Summary:	Header files for kino plugin development
Requires:	%{name} = %{EVRD}

%description	devel
This contains the C++ headers needed to build extensions for kino.

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p1
%patch4 -p0
%patch5 -p1
%patch6 -p0
%patch7 -p1 -b .am13~

autoreconf -fi
# More ffmpeg encoder name changes
sed -i -e 's,vcodec h264,vcodec libx264,g' scripts/exports/*
sed -i -e 's,acodec mp3,acodec libmp3lame,g' scripts/exports/ffmpeg_mp3.sh

%build
#export CPPFLAGS="%{optflags} -I%{_includedir}/libavcodec -I%{_includedir}/libavdevice -I%{_includedir}/libavformat -I%{_includedir}/libavcodec -I%{_includedir}/libpostproc -I%{_includedir}/libswscale"
%configure2_5x \
	--enable-quicktime \
	--disable-local-ffmpeg
%make

%install
mkdir -p %{buildroot}%{_bindir}
%makeinstall_std

rm -rf %{buildroot}%{_sysconfdir}/hotplug/ %{buildroot}%{_libdir}/hotplug

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 pixmaps/%{name}.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS BUGS ChangeLog NEWS README* TODO
%{_sysconfdir}/udev/rules.d/kino.rules
%{_bindir}/*
%{_libdir}/kino-gtk2/
%{_datadir}/mime/packages/kino.xml
%{_datadir}/applications/*
%{_datadir}/kino/
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_mandir}/man1/*

%files devel
%{_includedir}/%{name}


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.3.4-12
+ Revision: 163593f
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22976 |14mu|kio-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 resource and network access abstraction module
Name:		kio
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
Patch0:		kio-5.24.0-fileplaces.patch
Patch1:		kio-5.21.0-doc5.patch
Patch2:		kio-5.17.0-templates.patch
Patch3:		kio-5.17.0-remove-link-to-device-menu.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	acl-devel
BuildRequires:	attr-devel
BuildRequires:	kf5archive-devel >= %{version}
BuildRequires:	kf5bookmarks-devel >= %{version}
BuildRequires:	kf5codecs-devel >= %{version}
BuildRequires:	kf5completion-devel >= %{version}
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5configwidgets-devel >= %{version}
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5dbusaddons-devel >= %{version}
BuildRequires:	kf5doctools-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5iconthemes-devel >= %{version}
BuildRequires:	kf5itemviews-devel >= %{version}
BuildRequires:	kf5jobwidgets-devel >= %{version}
BuildRequires:	kf5notifications-devel >= %{version}
BuildRequires:	kf5service-devel >= %{version}
BuildRequires:	kf5solid-devel >= %{version}
BuildRequires:	kf5wallet-devel >= %{version}
BuildRequires:	kf5widgetsaddons-devel >= %{version}
BuildRequires:	kf5windowsystem-devel >= %{version}
BuildRequires:	kf5xmlgui-devel >= %{version}
BuildRequires:	pkgconfig(krb5-gssapi)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
Requires:	mandriva-kde-translation
Suggests:	plasma5-kio-extras

%description
KDE Frameworks 5 resource and network access abstraction module.

This framework implements almost all the file management functions you
will ever need. In fact, the KDE file manager (Dolphin) and the KDE
file dialog also uses this to provide its network-enabled file management.

It supports accessing files locally as well as via HTTP and FTP out of the
box and can be extended by plugins to support other protocols as well. There
is a variety of plugins available, e.g. to support access via SSH.

The framework can also be used to bridge a native protocol to a file-based
interface. This makes the data accessible in all applications using the KDE
file dialog or any other KIO enabled infrastructure.

%files
%{_kde5_applicationsdir}/*.desktop
%{_kde5_bindir}/*
%{_kde5_datadir}/kf5/kcookiejar/domain_info
%{_kde5_libexecdir}/kf5/*
%{_kde5_mandir}/man8/*.8*
%{_kde5_notificationsdir}/*.notifyrc
%{_kde5_plugindir}/kded/*.so
%{_kde5_plugindir}/kio/*.so
%{_kde5_plugindir}/kiod/*.so
%{_kde5_plugindir}/urifilters/*.so
%{_kde5_services}/*.desktop
%{_kde5_services}/*.protocol
%{_kde5_services}/searchproviders/*.desktop
%{_kde5_services}/useragentstrings/*.desktop
%{_kde5_servicetypes}/*.desktop
%{_kde5_sysconfdir}/xdg/accept-languages.codes
%{_kde5_sysconfdir}/xdg/kshorturifilterrc
%{_qt5_plugindir}/kcm_*.so
%{_datadir}/dbus-1/services/org.kde.*.service

#----------------------------------------------------------------------------

%package i18n
Summary:	KIO translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KIO translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5kiocore_major 5
%define libkf5kiocore %mklibname kf5kiocore %{kf5kiocore_major}

%package -n %{libkf5kiocore}
Summary:	KDE Frameworks 5 resource and network access abstraction shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5kiocore}
KDE Frameworks 5 resource and network access abstraction shared library.

%files -n %{libkf5kiocore}
%{_kde5_libdir}/libKF5KIOCore.so.%{kf5kiocore_major}*

#----------------------------------------------------------------------------

%define kf5kiofilewidgets_major 5
%define libkf5kiofilewidgets %mklibname kf5kiofilewidgets %{kf5kiofilewidgets_major}

%package -n %{libkf5kiofilewidgets}
Summary:	KDE Frameworks 5 resource and network access abstraction shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5kiofilewidgets}
KDE Frameworks 5 resource and network access abstraction shared library.

%files -n %{libkf5kiofilewidgets}
%{_kde5_libdir}/libKF5KIOFileWidgets.so.%{kf5kiofilewidgets_major}*

#----------------------------------------------------------------------------

%define kf5kiogui_major 5
%define libkf5kiogui %mklibname kf5kiogui %{kf5kiogui_major}

%package -n %{libkf5kiogui}
Summary:	KDE Frameworks 5 resource and network access abstraction shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5kiogui}
KDE Frameworks 5 resource and network access abstraction shared library.

%files -n %{libkf5kiogui}
%{_kde5_libdir}/libKF5KIOGui.so.%{kf5kiogui_major}*

#----------------------------------------------------------------------------

%define kf5kiontlm_major 5
%define libkf5kiontlm %mklibname kf5kiontlm %{kf5kiontlm_major}

%package -n %{libkf5kiontlm}
Summary:	KDE Frameworks 5 resource and network access abstraction shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5kiontlm}
KDE Frameworks 5 resource and network access abstraction shared library.

%files -n %{libkf5kiontlm}
%{_kde5_libdir}/libKF5KIONTLM.so.%{kf5kiontlm_major}*

#----------------------------------------------------------------------------

%define kf5kiowidgets_major 5
%define libkf5kiowidgets %mklibname kf5kiowidgets %{kf5kiowidgets_major}

%package -n %{libkf5kiowidgets}
Summary:	KDE Frameworks 5 resource and network access abstraction shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5kiowidgets}
KDE Frameworks 5 resource and network access abstraction shared library.

%files -n %{libkf5kiowidgets}
%{_kde5_libdir}/libKF5KIOWidgets.so.%{kf5kiowidgets_major}*

#----------------------------------------------------------------------------

%define devkf5kio %mklibname kf5kio -d

%package -n %{devkf5kio}
Summary:	Development files for KDE Frameworks 5 KIO module
Group:		Development/KDE and Qt
Requires:	%{libkf5kiocore} = %{EVRD}
Requires:	%{libkf5kiofilewidgets} = %{EVRD}
Requires:	%{libkf5kiogui} = %{EVRD}
Requires:	%{libkf5kiontlm} = %{EVRD}
Requires:	%{libkf5kiowidgets} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5kio-devel = %{version}

%description -n %{devkf5kio}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5kio}
%{_kde5_includedir}/KF5/KIOCore
%{_kde5_includedir}/KF5/KIOFileWidgets
%{_kde5_includedir}/KF5/KIOGui
%{_kde5_includedir}/KF5/KIOWidgets
%{_kde5_includedir}/KF5/kio
%{_kde5_includedir}/KF5/kio_version.h
%{_kde5_libdir}/cmake/KF5KIO
%{_kde5_libdir}/libKF5KIOCore.so
%{_kde5_libdir}/libKF5KIOFileWidgets.so
%{_kde5_libdir}/libKF5KIOGui.so
%{_kde5_libdir}/libKF5KIONTLM.so
%{_kde5_libdir}/libKF5KIOWidgets.so
%{_kde5_mkspecsdir}/*.pri
%{_datadir}/dbus-1/interfaces/kf5_org.kde.*.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-kde --with-man --with-html

%changelog

* Sun Jul 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (3f53d93) Properly name fileplaces patch
- (Andrey Bondrov: 9f89e5e) Re-diff fileplaces patch
- (Andrey Bondrov: 9f89e5e) Drop ru patch (fixed upstream)
- (Andrey Bondrov: 5767963) New version 5.24.0

* Tue Jun 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.23.0-2
- (e89f16a) Fix Russian translation for fileplaces (broken in KF 5.23.0 again)

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.23.0-1
- (78920d2) New version 5.23.0

* Wed Apr 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21.0-2
- (5306b8a) MassBuild#1021: Increase release tag

* Mon Apr 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21.0-1
- (db6770f) Re-diff doc5 patch
- (Andrey Bondrov: 7392209) Drop ru patch (fixed upstream)
- (Andrey Bondrov: c1c7218) New version 5.21.0

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-3
- (39da6a2) MassBuild#1000: Increase release tag

* Fri Apr 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-2
- (00abd28) Fix Russian translation for fileplaces (broken in KF 5.20.0)

* Tue Mar 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-1
- (2faa775) Drop ru patch (fixed upstream)
- (Andrey Bondrov: 734dbb9) Re-diff fileplaces patch
- (Andrey Bondrov: df19e79) New version 5.20.0

* Sun Feb 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.19.0-1
- (7ba4cf6) Add new library libkf5kiogui
- (7ba4cf6) Update files
- (Andrey Bondrov: 2f9b897) Re-diff ru patch
- (Andrey Bondrov: 4f91629) New version 5.19.0

* Tue Jan 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.18.0-1
- (a5f5853) Re-diff Russian translation patch
- (Andrey Bondrov: 4f186ae) New version 5.18.0

* Sun Jan 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.17.0-4
- (1bd4b58) Properly remove Link to device from Create New... menu

* Sun Jan 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.17.0-3
- (59377f5) Drop Link to device action (from Create New... menu)
- (Andrey Bondrov: 2878092) Drop HTML file template (from Create New... menu)

* Mon Dec 28 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.17.0-2
- (6e128bf) Update Russian translations

* Wed Dec 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.17.0-1
- (7053fb2) New version 5.17.0

* Wed Nov 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.16.0-2
- (8cae44c) Bump release

* Wed Nov 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.16.0-1
- (e190581) Re-diff fileplaces and doc5 patches
- (Andrey Bondrov: 310cb2a) Drop dolphin_popup_menu patch (fixed upstream)
- (Andrey Bondrov: 9891bc9) New version 5.16.0

* Mon Oct 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.15.0-1
- (f4c1094) Backport dolphin_popup_menu.patch
- (Andrey Bondrov: e327a46) New version 5.15.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22977 |14mu|kio-mtp-0-0.20150403.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20150403

Summary:	MTP Kio slave
Name:		kio-mtp
Version:	0
Release:	0.%{git}.1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/base/kio-mtp
# From KDE's git
Source0:	%{name}-%{git}.tar.bz2
Patch0:         kio-mtp-20131020.mtp.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libmtp)

%description
Kio slave providing access to MTP device using the mtp:/// protocol.

%files
%{_kde_appsdir}/konqueror/dirtree/remote/mtp-network.desktop
%{_kde_appsdir}/remoteview/mtp-network.desktop
%{_kde_appsdir}/solid/actions/solid_mtp.desktop
%{_kde_libdir}/kde4/kio_mtp.so
%{_kde_services}/mtp.protocol

#------------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{git}
%apply_patches

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Wed May 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0-0.20150403.1
- (da975cd) New git snapshot (from 2015.04.03)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22978 |14mu|kio-sysinfo-1.8.3-0.1230316.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# svn co svn://anonsvn.kde.org/home/kde/trunk/playground/base/kio_sysinfo/
%define oname  kio_sysinfo
%define svn    1230316

Summary:	KIO Slave sysinfo:/
Name:		kio-sysinfo
Version:	1.8.3
Release:	0.%{svn}.4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://websvn.kde.org/trunk/playground/base/kio_sysinfo/
Source0:	%{oname}-%{svn}.tar.xz
Source1:	cpu.png
Source2:	sysinfo.png
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(hwinfo)

%description
KIO Slave sysinfo:/. It shows various information about your pc,
like cpu, ram. kernel version, exc. It also shows the removable
devices and partition (total space/available space) and you can open,
mount and unmount it from this KIO slave.

%files
%{_kde_libdir}/kde4/*
%{_kde_appsdir}/sysinfo
%{_kde_datadir}/applications/kde4/kfmclient_sysinfo.desktop
%{_kde_datadir}/kde4/services/ksysinfopart.desktop
%{_kde_datadir}/kde4/services/sysinfo.protocol
%{_kde_datadir}/mime/packages/x-sysinfo.xml

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}

%build
%cmake_kde4 -DSYSINFO_DISTRO:STRING=rosa
%make

%install
%makeinstall_std -C build


%changelog

* Tue Jun 13 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.3-0.1230316.4
- (c28649a) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22979 |14mu|kiriki-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kiriki
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Close of Yahtzee
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kiriki
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Kiriki is an addictive and fun dice game, designed to be played by as
many as six players.

Participants have to collect points by rolling five dice for up to
three times per single turn.

%files
%{_kde_bindir}/kiriki
%{_kde_applicationsdir}/kiriki.desktop
%{_kde_docdir}/*/*/kiriki
%{_kde_iconsdir}/hicolor/*/apps/kiriki.png
%{_kde_appsdir}/kiriki

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: bda3b0e
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22980 |14mu|kitemmodels-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 addons module for Qt Model/View
Name:		kitemmodels
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 addons module for Qt Model/View.

KItemModels provides various models:
* KBreadcrumbSelectionModel - Selects the parents of selected items to create
  breadcrumbs
* KCheckableProxyModel - Adds a checkable capability to a source model
* KDescendantsProxyModel - Proxy Model for restructuring a Tree into a list
* KLinkItemSelectionModel - Share a selection in multiple views which do not
  have the same source model
* KModelIndexProxyMapper - Mapping of indexes and selections through proxy
  models
* KRecursiveFilterProxyModel - Recursive filtering of models
* KSelectionProxyModel - A Proxy Model which presents a subset of its source
  model to observers

#----------------------------------------------------------------------------

%define kf5itemmodels_major 5
%define libkf5itemmodels %mklibname kf5itemmodels %{kf5itemmodels_major}

%package -n %{libkf5itemmodels}
Summary:	KDE Frameworks 5 KItemModels shared library
Group:		System/Libraries

%description -n %{libkf5itemmodels}
KDE Frameworks 5 KItemModels shared library.

%files -n %{libkf5itemmodels}
%{_kde5_libdir}/libKF5ItemModels.so.%{kf5itemmodels_major}*

#----------------------------------------------------------------------------

%define devkf5itemmodels %mklibname kf5itemmodels -d

%package -n %{devkf5itemmodels}
Summary:	Development files for KDE Frameworks 5 KItemModels
Group:		Development/KDE and Qt
Requires:	%{libkf5itemmodels} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5itemmodels-devel = %{version}

%description -n %{devkf5itemmodels}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5itemmodels}
%{_kde5_includedir}/KF5/KItemModels
%{_kde5_includedir}/KF5/kitemmodels_version.h
%{_kde5_libdir}/cmake/KF5ItemModels
%{_kde5_libdir}/libKF5ItemModels.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (fc82720) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22981 |14mu|kitemviews-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 addons module for Qt Model/View
Name:		kitemviews
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 addons module for Qt Model/View.

KItemViews includes a set of views, which can be used with item models. It
includes views for categorizing lists and to add search filters to flat and
hierarchical lists.

#----------------------------------------------------------------------------

%package i18n
Summary:	KItemViews translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KItemViews translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5itemviews_major 5
%define libkf5itemviews %mklibname kf5itemviews %{kf5itemviews_major}

%package -n %{libkf5itemviews}
Summary:	KDE Frameworks 5 KItemViews shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5itemviews}
KDE Frameworks 5 KItemViews shared library.

%files -n %{libkf5itemviews}
%{_kde5_libdir}/libKF5ItemViews.so.%{kf5itemviews_major}*

#----------------------------------------------------------------------------

%define devkf5itemviews %mklibname kf5itemviews -d

%package -n %{devkf5itemviews}
Summary:	Development files for KDE Frameworks 5 KItemViews
Group:		Development/KDE and Qt
Requires:	%{libkf5itemviews} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5itemviews-devel = %{version}

%description -n %{devkf5itemviews}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5itemviews}
%{_kde5_includedir}/KF5/KItemViews
%{_kde5_includedir}/KF5/kitemviews_version.h
%{_kde5_libdir}/cmake/KF5ItemViews
%{_kde5_libdir}/libKF5ItemViews.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (a0443dd) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22982 |14mu|kiten-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A Japanese reference/learning tool
Name:		kiten
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/kiten
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
Kiten is a Japanese reference/learning tool.

Kiten features:
* Search with english keyword, Japanese reading, or a Kanji string on a
  list of EDICT files.
* Search with english keyword, Japanese reading, number of strokes, grade
  number, or a Kanji on a list of KANJIDIC files.
* Comes with all necessary files.
* Very fast.
* Limit searches to only common entries.
* Nested searches of results possible.
* Compact, small, fast interface.
* Global KDE keybindings for searching highlighted strings.
* Learning dialog. (One can even open up multiple ones and have them sync
  between each other.)
* Browse Kanji by grade.
* Add Kanji to a list for later learning.
* Browse list, and get quizzed on them.

%files
%doc COPYING COPYING.DOC COPYING.LIB AUTHORS README
%doc %{_kde_docdir}/HTML/en/kiten
%{_kde_applicationsdir}/kiten.desktop
%{_kde_applicationsdir}/kitenkanjibrowser.desktop
%{_kde_applicationsdir}/kitenradselect.desktop
%{_kde_appsdir}/kiten
%{_kde_appsdir}/kitenradselect
%{_kde_appsdir}/kitenkanjibrowser
%{_kde_bindir}/kiten
%{_kde_bindir}/kitengen
%{_kde_bindir}/kitenradselect
%{_kde_bindir}/kitenkanjibrowser
%{_kde_datadir}/appdata/kiten.appdata.xml
%{_kde_datadir}/config.kcfg/kiten.kcfg
%{_kde_iconsdir}/*/*/apps/kiten.*
%{_datadir}/fonts/kanjistrokeorders

#----------------------------------------------------------------------------

%define libkiten_major 4
%define libkiten %mklibname kiten %{libkiten_major}

%package -n %{libkiten}
Summary:	Runtime library for Kiten
Group:		System/Libraries

%description -n %{libkiten}
libkiten is a library for managing a variety of japanese cross-language
dictionaries through a common interface. It provides a light abstraction layer
over various types of japanese dictionaries, with a simple facility for adding
more types.

%files -n %{libkiten}
%{_kde_libdir}/libkiten.so.%{libkiten_major}*

#----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libkiten} = %{EVRD}
Conflicts:	kdeedu4-devel < 4.6.90

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_libdir}/libkiten.so
%{_includedir}/libkiten/

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: fd04b9d
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22983 |14mu|kjobwidgets-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 module with widgets for tracking KJob instances
Name:		kjobwidgets
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5widgetsaddons-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)

%description
KDE Frameworks 5 module with widgets for tracking KJob instances.

KJobWIdgets provides widgets for showing progress of asynchronous jobs.

#----------------------------------------------------------------------------

%package i18n
Summary:	KJobWidgets translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KJobWidgets translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5jobwidgets_major 5
%define libkf5jobwidgets %mklibname kf5jobwidgets %{kf5jobwidgets_major}

%package -n %{libkf5jobwidgets}
Summary:	KDE Frameworks 5 KJob instances tracking shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5jobwidgets}
KDE Frameworks 5 KJob instances tracking shared library.

%files -n %{libkf5jobwidgets}
%{_kde5_libdir}/libKF5JobWidgets.so.%{kf5jobwidgets_major}*

#----------------------------------------------------------------------------

%define devkf5jobwidgets %mklibname kf5jobwidgets -d

%package -n %{devkf5jobwidgets}
Summary:	Development files for KDE Frameworks 5 KJob instances tracking module
Group:		Development/KDE and Qt
Requires:	%{libkf5jobwidgets} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5jobwidgets-devel = %{version}
Conflicts:	%{name} < 5.7.0-2
Obsoletes:	%{name} < 5.7.0-2

%description -n %{devkf5jobwidgets}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5jobwidgets}
%{_kde5_includedir}/KF5/KJobWidgets
%{_kde5_includedir}/KF5/kjobwidgets_version.h
%{_kde5_libdir}/cmake/KF5JobWidgets
%{_kde5_libdir}/libKF5JobWidgets.so
%{_kde5_mkspecsdir}/*.pri
%{_datadir}/dbus-1/interfaces/kf5_org.kde.*.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (5caf102) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22984 |14mu|kjs-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 JS scripting support module
Name:		kjs
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5doctools-devel >= %{version}
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 JS scripting support module.

This library provides an ECMAScript compatible interpreter. The ECMA standard
is based on well known scripting languages such as Netscape's JavaScript and
Microsoft's JScript.

%files
%{_kde5_bindir}/kjs5
%{_kde5_mandir}/man1/kjs5.1*

#----------------------------------------------------------------------------

%define kf5js_major 5
%define libkf5js %mklibname kf5js %{kf5js_major}

%package -n %{libkf5js}
Summary:	KDE Frameworks 5 JS scripting support shared library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libkf5js}
KDE Frameworks 5 JS scripting support shared library.

%files -n %{libkf5js}
%{_kde5_libdir}/libKF5JS.so.%{kf5js_major}*

#----------------------------------------------------------------------------

%define kf5jsapi_major 5
%define libkf5jsapi %mklibname kf5jsapi %{kf5jsapi_major}

%package -n %{libkf5jsapi}
Summary:	KDE Frameworks 5 JS scripting support shared library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libkf5jsapi}
KDE Frameworks 5 JS scripting support shared library.

%files -n %{libkf5jsapi}
%{_kde5_libdir}/libKF5JSApi.so.%{kf5jsapi_major}*

#----------------------------------------------------------------------------

%define devkf5js %mklibname kf5js -d

%package -n %{devkf5js}
Summary:	Development files for KDE Frameworks 5 JS scripting support module
Group:		Development/KDE and Qt
Requires:	%{libkf5js} = %{EVRD}
Requires:	%{libkf5jsapi} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5js-devel = %{version}

%description -n %{devkf5js}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5js}
%{_kde5_includedir}/KF5/kjs
%{_kde5_includedir}/KF5/wtf
%{_kde5_includedir}/KF5/kjs_version.h
%{_kde5_libdir}/cmake/KF5JS
%{_kde5_libdir}/libKF5JS.so
%{_kde5_libdir}/libKF5JSApi.so
%{_kde5_mkspecsdir}/*.pri
%{_kde5_datadir}/kf5/kjs/create_hash_table

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (625c756) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22985 |14mu|kjsembed-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 embedded JS module
Name:		kjsembed
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kdoctools-devel >= %{version}
BuildRequires:	ki18n-devel >= %{version}
BuildRequires:	kjs-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5UiTools)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)

%description
KDE Frameworks 5 embedded JS module.

KSJEmbed provides a method of binding JavaScript objects to QObjects,
so you can script your applications.

%files
%{_kde5_bindir}/kjscmd5
%{_kde5_bindir}/kjsconsole
%{_kde5_mandir}/man1/kjscmd5.1*

#----------------------------------------------------------------------------

%package i18n
Summary:	KJsEmbed translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KJsEmbed translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5jsembed_major 5
%define libkf5jsembed %mklibname kf5jsembed %{kf5jsembed_major}

%package -n %{libkf5jsembed}
Summary:	KDE Frameworks 5 embedded JS shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5jsembed}
KDE Frameworks 5 embedded JS shared library.

%files -n %{libkf5jsembed}
%{_kde5_libdir}/libKF5JsEmbed.so.%{kf5jsembed_major}*

#----------------------------------------------------------------------------

%define devkf5jsembed %mklibname kf5jsembed -d

%package -n %{devkf5jsembed}
Summary:	Development files for KDE Frameworks 5 embedded JS module
Group:		Development/KDE and Qt
Requires:	%{libkf5jsembed} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5jsembed-devel = %{version}

%description -n %{devkf5jsembed}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5jsembed}
%{_kde5_includedir}/KF5/KJsEmbed
%{_kde5_libdir}/cmake/KF5JsEmbed
%{_kde5_libdir}/libKF5JsEmbed.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt --with-man

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (503ad8f) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22986 |14mu|kjumpingcube-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kjumpingcube
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	A tactical game for number-crunchers
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kjumpingcube
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KJumpingCube is a tactical one or two-player game. The playing field
consists of squares that contains points which can be increased. By
this you can gain more fields and finally win the board over.

%files
%{_kde_bindir}/kjumpingcube
%{_kde_applicationsdir}/kjumpingcube.desktop
%{_kde_appsdir}/kjumpingcube
%{_kde_datadir}/config.kcfg/kjumpingcube.kcfg
%{_kde_docdir}/*/*/kjumpingcube
%{_kde_iconsdir}/hicolor/*/apps/kjumpingcube.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 8d7a0fd
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22987 |14mu|kldap-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Frameworks 5 LDAP module
Name:		kldap
Version:	16.04.3
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5completion-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	openldap-devel
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 LDAP module.

#----------------------------------------------------------------------------

%define kf5ldap_major 5
%define libkf5ldap %mklibname kf5ldap %{kf5ldap_major}

%package -n %{libkf5ldap}
Summary:	KDE Frameworks 5 LDAP shared library
Group:		System/Libraries

%description -n %{libkf5ldap}
KDE Frameworks 5 LDAP shared library.

%files -n %{libkf5ldap}
%{_kde5_libdir}/libKF5Ldap.so.%{kf5ldap_major}*

#----------------------------------------------------------------------------

%define devkf5ldap %mklibname kf5ldap -d

%package -n %{devkf5ldap}
Summary:	Development files for KDE Frameworks 5 LDAP module
Group:		Development/KDE and Qt
Requires:	%{libkf5ldap} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5ldap-devel = %{version}

%description -n %{devkf5ldap}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5ldap}
%{_kde5_includedir}/KF5/KLDAP
%{_kde5_includedir}/KF5/kldap_version.h
%{_kde5_libdir}/cmake/KF5Ldap
%{_kde5_libdir}/libKF5Ldap.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (3f69922) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22988 |14mu|klettres-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Language learning program
Name:		klettres
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/klettres
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KLettres aims to help to learn the alphabet and then to read some syllables
in different languages. It is meant to help learning the very first sounds
of a new language, for children or for adults.

%files
%doc COPYING COPYING.DOC COPYING.LIB AUTHORS TODO
%doc %{_kde_docdir}/HTML/en/klettres
%{_kde_applicationsdir}/klettres.desktop
%{_kde_appsdir}/klettres
%{_kde_bindir}/klettres
%{_kde_configdir}/klettres.knsrc
%{_kde_datadir}/appdata/klettres.appdata.xml
%{_kde_datadir}/config.kcfg/klettres.kcfg
%{_kde_iconsdir}/*/*/apps/klettres.*

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 0c2c0ff
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22989 |14mu|klickety-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		klickety
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	An adaptation of the Clickomania game
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/ksame/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Provides:	ksame = %{EVRD}
Obsoletes:	ksame < 1:4.5.74

%description
Klickety is an adaptation of the Clickomania game. The rules are similar
to those of the Same game: your goal is to clear the board by clicking on
groups to destroy them.

%files
%{_kde_bindir}/klickety
%{_kde_applicationsdir}/klickety.desktop
%{_kde_applicationsdir}/ksame.desktop
%{_kde_appsdir}/klickety
%{_kde_appsdir}/kconf_update/klickety.upd
%{_kde_appsdir}/kconf_update/klickety-2.0-inherit-ksame-highscore.pl
%{_kde_docdir}/HTML/en/klickety
%{_kde_iconsdir}/*/*/apps/klickety.*
%{_kde_iconsdir}/*/*/apps/ksame.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 845fc42
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22990 |14mu|klines-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		klines
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Place 5 equal pieces together, but wait, there are 3 new ones
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=klines
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KLines is a simple but highly addictive one player game.

The player has to move the colored balls around the game board, gathering them
into the lines of the same color by five. Once the line is complete it is
removed from the board, therefore freeing precious space. In the same time the
new balls keep arriving by three after each move, filling up the game board.

%files
%{_kde_bindir}/klines
%{_kde_applicationsdir}/klines.desktop
%{_kde_appsdir}/klines
%{_kde_docdir}/*/*/klines
%{_kde_iconsdir}/hicolor/*/apps/klines.png
%{_kde_datadir}/config.kcfg/klines.kcfg

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 4e0af9f
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22991 |14mu|klook-2.0-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Quick file preview
Name:		klook
Version:	2.0
Release:	18
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		https://abf.rosalinux.ru/uxteam/KLook
Source0:	%{name}-%{version}.tar.gz
Patch0:		klook-2.0-codec.patch
Patch1:		klook-2.0-formats.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(exiv2)
Requires:	okular
Requires:	okular-ooo
Requires:	okular-chm
Requires:	okular-pdf
Requires:	okular-fb

%description
Klook is a quick preview feature based on Qt and Qt Quick.

%files -f %{name}.lang
%{_kde_bindir}/klook
%{_kde_appsdir}/klook
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4

%install
%makeinstall_std -C build

%find_lang %{name}


%changelog

* Tue Jul 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-18
- (3ee94ad) Use vnd.adobe.photoshop instead of x-psd for psd images



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22992 |14mu|kmag-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Screen magnifier for KDE4
Name:		kmag
Version:	4.14.3
Release:	1
Epoch:		2
License:	GPLv2+ and GFDL
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/utilities/kmag/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	qaccessibilityclient-devel
Requires:	kdebase4-runtime

%description
KMag is a small utility for Linux to magnify a part of the screen. KMag is very
useful for people with visual disabilities and for those working in the fields
of image analysis, web development etc.

%files
%doc AUTHORS ChangeLog COPYING COPYING.DOC README TODO
%doc %{_kde_docdir}/HTML/en/kmag
%{_kde_bindir}/kmag
%{_kde_appsdir}/kmag
%{_kde_applicationsdir}/kmag.desktop
%{_kde_iconsdir}/hicolor/*/*/kmag*
%{_kde_mandir}/man1/kmag.1.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: b57de28
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22993 |14mu|kmahjongg-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kmahjongg
Summary:	A tile laying patience
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kmahjongg
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkmahjongg-devel
Requires:	libkdegames-common
Requires:	kmahjongglib

%description
In KMahjongg the tiles are scrambled and staked on top of each other to
resemble a certain shape. The player is then expected to remove all the
tiles off the game board by locating each tile's matching pair.

%files
%{_kde_bindir}/kmahjongg
%{_kde_applicationsdir}/kmahjongg.desktop
%{_kde_appsdir}/kmahjongg
%{_kde_docdir}/*/*/kmahjongg
%{_kde_iconsdir}/hicolor/*/apps/kmahjongg.*
%{_kde_datadir}/config.kcfg/kmahjongg.kcfg

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 2c587df
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22994 |14mu|kmbox-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Frameworks 5 MBox module
Name:		kmbox
Version:	16.04.3
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	boost-devel
BuildRequires:	kf5mime-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 module for accessing mail storages in MBox format.

#----------------------------------------------------------------------------

%define kf5mbox_major 5
%define libkf5mbox %mklibname kf5mbox %{kf5mbox_major}

%package -n %{libkf5mbox}
Summary:	KDE Frameworks 5 MBox shared library
Group:		System/Libraries

%description -n %{libkf5mbox}
KDE Frameworks 5 MBox shared library.

%files -n %{libkf5mbox}
%{_kde5_libdir}/libKF5Mbox.so.%{kf5mbox_major}*

#----------------------------------------------------------------------------

%define devkf5mbox %mklibname kf5mbox -d

%package -n %{devkf5mbox}
Summary:	Development files for KDE Frameworks 5 MBox module
Group:		Development/KDE and Qt
Requires:	%{libkf5mbox} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5mbox-devel = %{version}

%description -n %{devkf5mbox}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5mbox}
%{_kde5_includedir}/KF5/KMbox
%{_kde5_includedir}/KF5/kmbox_version.h
%{_kde5_libdir}/cmake/KF5Mbox
%{_kde5_libdir}/libKF5Mbox.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (42ff2c9) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22995 |14mu|kmediaplayer-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 media player features plugin interface
Name:		kmediaplayer
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kparts-devel >= %{version}
BuildRequires:	kxmlgui-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 media player features plugin interface.

KMediaPlayer builds on the KParts framework to provide a common interface
for KParts that can play media files.

%files
%{_kde5_servicetypes}/kmediaplayer.desktop
%{_kde5_servicetypes}/kmediaplayerengine.desktop

#----------------------------------------------------------------------------

%define kf5mediaplayer_major 5
%define libkf5mediaplayer %mklibname kf5mediaplayer %{kf5mediaplayer_major}

%package -n %{libkf5mediaplayer}
Summary:	KDE Frameworks 5 KMediaPlayer media player shared library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libkf5mediaplayer}
KDE Frameworks 5 media player shared library.

%files -n %{libkf5mediaplayer}
%{_kde5_libdir}/libKF5MediaPlayer.so.%{kf5mediaplayer_major}*

#----------------------------------------------------------------------------

%define devkf5mediaplayer %mklibname kf5mediaplayer -d

%package -n %{devkf5mediaplayer}
Summary:	Development files for KDE Frameworks 5 media player interface
Group:		Development/KDE and Qt
Requires:	%{libkf5mediaplayer} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5mediaplayer-devel = %{version}

%description -n %{devkf5mediaplayer}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5mediaplayer}
%{_kde5_includedir}/KF5/KMediaPlayer
%{_kde5_includedir}/KF5/kmediaplayer_version.h
%{_kde5_libdir}/cmake/KF5MediaPlayer
%{_kde5_libdir}/libKF5MediaPlayer.so
%{_datadir}/dbus-1/interfaces/kf5_org.kde.KMediaPlayer.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (cecd5d2) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22996 |14mu|kmime-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Frameworks 5 MIME module
Name:		kmime
Version:	16.04.3
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	boost-devel
BuildRequires:	kf5codecs-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 MIME module.

#----------------------------------------------------------------------------

%define kf5mime_major 5
%define libkf5mime %mklibname kf5mime %{kf5mime_major}

%package -n %{libkf5mime}
Summary:	KDE Frameworks 5 MIME shared library
Group:		System/Libraries

%description -n %{libkf5mime}
KDE Frameworks 5 MIME shared library.

%files -n %{libkf5mime}
%{_kde5_libdir}/libKF5Mime.so.%{kf5mime_major}*

#----------------------------------------------------------------------------

%define devkf5mime %mklibname kf5mime -d

%package -n %{devkf5mime}
Summary:	Development files for KDE Frameworks 5 MIME module
Group:		Development/KDE and Qt
Requires:	%{libkf5mime} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5mime-devel = %{version}

%description -n %{devkf5mime}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5mime}
%{_kde5_includedir}/KF5/KMime
%{_kde5_includedir}/KF5/kmime_version.h
%{_kde5_libdir}/cmake/KF5Mime
%{_kde5_libdir}/libKF5Mime.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (632a689) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22997 |14mu|kmines-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kmines
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	The classic mine sweeper
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kmines
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KMines is a classic Minesweeper game. The idea is to uncover all the squares
without blowing up any mines. When a mine is blown up, the game is over.

%files
%{_kde_bindir}/kmines
%{_kde_applicationsdir}/kmines.desktop
%{_kde_appsdir}/kmines
%{_kde_configdir}/kmines.knsrc
%{_kde_docdir}/*/*/kmines
%{_kde_iconsdir}/hicolor/*/apps/kmines.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: f79c35f
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22998 |14mu|kmix-16.04.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Digital Mixer
Name:		kmix
Version:	16.04.0
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/multimedia/kmix/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kmix-4.9.2-nodisplay.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(libcanberra)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libpulse-mainloop-glib)
Requires:	kdebase4-runtime
Obsoletes:	kdemultimedia4-core < 3:4.5.71
Conflicts:	kdemultimedia4-devel < 3:4.8.95
Conflicts:	kde4-audiocd < 3:4.8.95

%description
KMix is an application to allow you to change the volume of your sound
card. Though small, it is full-featured, and it supports several
platforms and sound drivers.

%files
%{_kde_appsdir}/kmix
%{_kde_appsdir}/plasma/services/mixer.operations
%{_kde_bindir}/kmix
%{_kde_bindir}/kmixctrl
%{_kde_bindir}/kmixremote
%{_kde_iconsdir}/*/*/*/*
%{_kde_applicationsdir}/kmix.desktop
%{_kde_services}/kmixctrl_restore.desktop
%{_kde_services}/plasma-dataengine-mixer.desktop
%{_kde_services}/kded/kmixd.desktop
%{_kde_libdir}/libkdeinit4_kmix*
%{_kde_libdir}/kde4/kded_kmixd.so
%{_kde_libdir}/kde4/plasma_engine_mixer.so
%{_kde_autostart}/restore_kmix_volumes.desktop
%{_kde_autostart}/kmix_autostart.desktop
%{_datadir}/dbus-1/interfaces/org.kde.kmix.control.xml
%{_datadir}/dbus-1/interfaces/org.kde.kmix.mixer.xml
%{_datadir}/dbus-1/interfaces/org.kde.kmix.mixset.xml
%{_kde_docdir}/HTML/en/kmix

#------------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4 -DKMIX_KF5_BUILD:BOOL=FALSE
%make

%install
%makeinstall_std -C build


%changelog

* Sat May 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:16.04.0-1
- (5027d4d) Upload sources tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 22999 |14mu|kmod-20-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	2
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d

# (tpg) this is important
# keep this synchronized with module-init-tools-ver-rel+1
%define module_ver 3.17-1

Summary:	Utilities to load modules into the kernel
Name:		kmod
Version:	20
Release:	1
License:	LGPLv2.1+ and GPLv2+
Group:		System/Kernel and hardware
Url:		http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
# See also: http://packages.profusion.mobi/kmod/
Source0:	http://ftp.kernel.org/pub/linux/utils/kernel/kmod/%{name}-%{version}.tar.xz
Source1:	http://ftp.kernel.org/pub/linux/utils/kernel/kmod/%{name}-%{version}.tar.sign
# (tpg) provide config files from module-init-tools
Source2:	modprobe.default
Source3:	modprobe.preload
Source4:	blacklist-mdv.conf
Source5:	ipw-no-associate.conf
Source6:	blacklist-compat.conf
Source7:	usb.conf

BuildRequires:	gtk-doc
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(zlib)

%description
kmod is a set of tools to handle common tasks with Linux kernel
modules like insert, remove, list, check properties, resolve
dependencies and aliases.

These tools are designed on top of libkmod, a library that is shipped
with kmod. The aim is to be compatible with tools, configurations and
indexes from module-init-tools project.

%files
/bin/kmod
%{_datadir}/bash-completion/completions/kmod
%{_mandir}/man5/*
%{_mandir}/man8/*

#---------------------------------------------------------------------------

%package	compat
Summary:	Compat symlinks for kernel module utilities
License:	GPLv2+
Group:		System/Kernel and hardware
Obsoletes:	module-init-tools < %{module_ver}
Provides:	module-init-tools = %{module_ver}
Requires:	%{name} = %{EVRD}

%description	compat
kmod is a set of tools to handle common tasks with Linux kernel
modules like insert, remove, list, check properties, resolve
dependencies and aliases.

This package contains traditional name symlinks (lsmod, etc.)

%files compat
%dir %{_sysconfdir}/modprobe.d
%dir %{_sysconfdir}/depmod.d
%dir /lib/modprobe.d
%config(noreplace) %{_sysconfdir}/modprobe.preload
%config(noreplace) %{_sysconfdir}/modprobe.conf
%config(noreplace) %{_sysconfdir}/modprobe.d/*.conf
/bin/lsmod
/sbin/*

#---------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Library to interact with Linux kernel modules
License:	LGPLv2.1+
Group:		System/Libraries
# (tpg) do not require this until initscripts are fixed
#Requires:	%{name}-compat = %{EVRD}
Conflicts:	%{mklibname modprobe 0} <= 3.6-18
Conflicts:	%{mklibname modprobe 1} < %{module_ver}

%description -n	%{libname}
libkmod was created to allow programs to easily insert, remove and
list modules, also checking its properties, dependencies and aliases.

%files -n %{libname}
/%{_lib}/libkmod.so.%{major}*

#---------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development files for libkmod
Group:		Development/C
License:	LGPLv2.1+
Requires:	%{libname} = %{EVRD}
Requires:	%{name}-compat = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
libkmod was created to allow programs to easily insert, remove and
list modules, also checking its properties, dependencies and aliases.

%files -n %{devname}
%doc %{_docdir}/%{name}
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libkmod.so

#---------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
aclocal -I m4
automake -a
autoconf

%build
# The extra --includedir gives us the possibility to detect dependent
# packages which fail to properly use pkgconfig.
%configure2_5x \
	--with-xz \
	--with-zlib \
	--includedir=%{_includedir}/%{name}-%{version} \
	--with-rootlibdir=/%{_lib} \
	--bindir=/bin \
	--enable-shared \
	--enable-gtk-doc \
	--enable-gtk-doc-html \
	--with-html-dir=%{_docdir}/%{name}/html
%make


%install
%makeinstall_std
# Remove standalone tools
rm -f %{buildroot}/bin/kmod-*
rm -f %{buildroot}%{_libdir}/libkmod.la

# (tpg) install config files
install -d -m755 %{buildroot}%{_sysconfdir}
install -d -m755 %{buildroot}%{_sysconfdir}/depmod.d
install -d -m755 %{buildroot}%{_sysconfdir}/modprobe.d
install -d -m755 %{buildroot}/lib/modprobe.d
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/modprobe.d/00_modprobe.conf
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{buildroot}%{_sysconfdir}/modprobe.d
touch %{buildroot}%{_sysconfdir}/modprobe.conf

# (tpg) we still use this
ln -s ../modprobe.conf %{buildroot}%{_sysconfdir}/modprobe.d/01_mandriva.conf

# kmod-compat
mkdir -p %{buildroot}/{bin,sbin}
ln -s kmod %{buildroot}/bin/lsmod
for i in depmod insmod lsmod modinfo modprobe rmmod; do
	ln -s /bin/kmod %{buildroot}/sbin/$i
done;

%changelog
* Fri Mar 06 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 20-1
+ Revision: 798c0c3
- Updated to version 20 + removed obsolete stuff
- 1. Most significant changes in version 20 since version 17:
- Bug fixes:
- - Handle bogus values from ELF, making sure they don't overflow while
- parsing the file.
- - Fix leak in depmod when -b flag is passed multiple times.
- - Fix race between loading modules and checking if it's loaded in the
- kernel.
- - Fix missing CLOEXEC in library.
- - Fix error message while opening kmod's index.
- - Fix leaks in error paths.
- - Fix use-after-free in hash implementation causing a wrong index to be
- generated by depmod with out-of-tree modules.
- New features:
- - Calling depmod with modules creating a dependency loop will now make
- depmod return an error and not update the indexes.
- - Only the modules listed in modules.builtin index are now considered as
- builtin.
- 2. Added a couple of changes from cooker:
- - Blacklisting 'udlfb' by default: udl module should be used for
- DisplayLink devices instead.
- - Adding dependencies between *hci_hcd to avoid kernel warnings.
- 3. Cleaned up, removed some obsolete stuff.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23000 |14mu|kmoonhelper-0.6.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	New Moon KDE Integration
Name:		kmoonhelper
Version:	0.6.4
Release:	1
License:	MIT
Group:		Graphical desktop/KDE
Url:		http://www.rosalinux.com/
# Forked from kmozillahelper-0.6.4-4 package
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	kde4-macros
BuildRequires:	kdelibs4-devel
Requires:	qt4-qtdbus

%description
Package providing integration of New Moon browser with KDE.

%files
%{_prefix}/lib/mozilla/%{name}
%{_kde_appsdir}/%{name}/%{name}.notifyrc

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Tue Jun 28 2016 Rosa <rosa@abf.rosalinux.ru> 0.6.4-1
- (28f93d0) Automatic import for version 0.6.4-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23001 |14mu|kmousetool-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kmousetool
Version:	4.14.3
Release:	1
Epoch:		2
Summary:	Automatic Mouse Click
Group:		Graphical desktop/KDE
License:	GPLv2 and GFDL
URL:		http://www.kde.org/applications/utilities/kmousetool/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xtst)
Requires:	kdebase4-runtime

%description
KMouseTool is a Linux-based KDE program. It clicks the mouse for you,
so you don't have to. KMouseTool works with any mouse or pointing device.

%files
%doc AUTHORS ChangeLog COPYING COPYING.DOC README TODO
%{_kde_bindir}/kmousetool
%{_kde_applicationsdir}/kmousetool.desktop
%{_kde_appsdir}/kmousetool
%{_kde_iconsdir}/hicolor/*/*/kmousetool*
%{_kde_docdir}/HTML/en/kmousetool
%{_kde_mandir}/man1/kmousetool.1.*

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: 7ccf9c6
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23002 |14mu|kmouth-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kmouth
Version:	4.14.3
Release:	1
Epoch:		2
Summary:	A type-and-say front end for speech synthesizers
Group:		Graphical desktop/KDE
License:	GPLv2 and GFDL
URL:		http://www.kde.org/applications/utilities/kmouth/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Requires:	kdebase4-runtime

%description
KMouth is a program which enables persons that cannot speak to let their
computer speak, e.g. mutal people or people who have lost their voice. It has a
text input field and speaks the sentences that you enter. It also has support
for user defined phrasebooks.

%files
%doc AUTHORS COPYING COPYING.DOC
%{_kde_bindir}/kmouth
%{_kde_applicationsdir}/kmouth.desktop
%{_kde_appsdir}/kmouth
%{_kde_configdir}/kmouthrc
%{_kde_iconsdir}/*/*/apps/kmouth.png
%{_kde_docdir}/HTML/en/kmouth
%{_kde_mandir}/man1/kmouth.1.*

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: eacf1a5
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23003 |14mu|kmozillahelper-0.6.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mozilla KDE Integration
Name:		kmozillahelper
Version:	0.6.4
Release:	6
License:	MIT
Group:		Graphical desktop/KDE
Url:		http://www.opensuse.org/
Source0:	kmozillahelper-%{version}.tar.bz2
Patch0:		kmozillahelper-0.6.4-setwallpaper.patch

BuildRequires:	kde4-macros
BuildRequires:	kdelibs4-devel

Provides:	mozilla-xulrunner191-kde4 = %{version}-%{release}
Provides:	mozilla-xulrunner-kde4 = %{version}-%{release}
# Just to make sure we have both kmozillahelper and kmoonhelper 
Requires:	kmoonhelper
Requires:	qt4-qtdbus

%description
Package providing integration of Mozilla applications with KDE.

%files
%{_prefix}/lib/mozilla/kmozillahelper
%{_kde_appsdir}/kmozillahelper/kmozillahelper.notifyrc

#--------------------------------------------------------------------

%prep
%setup -qn kmozillahelper
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Tue Jun 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.4-6
- (b642169) Require kmoonhelper (just to make sure we have both kmozillahelper and kmoonhelper)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23004 |14mu|kmplot-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A mathematical function plotter
Name:		kmplot
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/kmplot
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Conflicts:	kdeedu4-devel < 4.6.90

%description
KmPlot is a mathematical function plotter for the KDE-Desktop.

It has built in a powerfull parser. You can plot different functions
simultaneously and combine their function terms to build new functions.
KmPlot supports functions with parameters and functions in polar
coordinates. Several grid modes are possible. Plots may be printed with
high precision in correct scale.

%files
%doc COPYING COPYING.DOC TODO
%doc %{_kde_docdir}/HTML/*/kmplot
%{_kde_applicationsdir}/kmplot.desktop
%{_kde_appsdir}/kmplot
%{_kde_bindir}/kmplot
%{_kde_datadir}/appdata/kmplot.appdata.xml
%{_kde_datadir}/config.kcfg/kmplot.kcfg
%{_kde_iconsdir}/*/*/apps/kmplot.*
%{_kde_libdir}/kde4/libkmplotpart.so
%{_kde_mandir}/man1/kmplot.1.*
%{_kde_services}/kmplot_part.desktop
%{_datadir}/dbus-1/interfaces/org.kde.kmplot.KmPlot.xml
%{_datadir}/dbus-1/interfaces/org.kde.kmplot.MainDlg.xml
%{_datadir}/dbus-1/interfaces/org.kde.kmplot.Parser.xml
%{_datadir}/dbus-1/interfaces/org.kde.kmplot.View.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 924a0d6
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23005 |14mu|kmymoney-4.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Personal Finances Manager
Name:		kmymoney
Version:	4.7.2
Release:	2
License:	GPLv2+
Group:		Office
Url:		http://techbase.kde.org/Projects/KMyMoney
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kmymoney-3.98.0-fix-desktop-file.patch
BuildRequires:	doxygen
BuildRequires:	fdupes
BuildRequires:	perl-Finance-Quote
BuildRequires:	boost-devel
BuildRequires:	gmpxx-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	pkgconfig(aqbanking)
BuildRequires:	pkgconfig(libalkimia)
BuildRequires:	pkgconfig(libofx)
BuildRequires:	pkgconfig(libxml++-2.6)
BuildRequires:	pkgconfig(libxml-2.0)
Requires:	perl-Finance-Quote

%description
KMyMoney Personal Finance Manager.

%files -f %{name}.lang
%{_kde_applicationsdir}/*.desktop
%{_kde_appsdir}/*
%{_kde_bindir}/*
%{_kde_datadir}/config.kcfg/*.kcfg
%{_kde_datadir}/config/*
%{_kde_iconsdir}/*/*/*/*
%{_kde_libdir}/kde4/*.so
%{_kde_services}/*.desktop
%{_kde_servicetypes}/*.desktop
%{_datadir}/appdata/kmymoney.appdata.xml
%{_datadir}/mime/packages/*.xml

#-----------------------------------------------------------------------------

%define kmm_kdchart_major 4
%define libkmm_kdchart %mklibname kmm_kdchart %{kmm_kdchart_major}

%package -n %{libkmm_kdchart}
Summary:	KMyMoney library
Group:		System/Libraries

%description -n %{libkmm_kdchart}
KMyMoney library.

%files -n %{libkmm_kdchart}
%{_kde_libdir}/libkmm_kdchart.so.%{kmm_kdchart_major}*

#-----------------------------------------------------------------------------

%define kmm_mymoney_major 4
%define libkmm_mymoney %mklibname kmm_mymoney %{kmm_mymoney_major}

%package -n %{libkmm_mymoney}
Summary:	KMyMoney library
Group:		System/Libraries

%description -n %{libkmm_mymoney}
KMyMoney library.

%files -n %{libkmm_mymoney}
%{_kde_libdir}/libkmm_mymoney.so.%{kmm_mymoney_major}*

#-----------------------------------------------------------------------------

%define kmm_plugin_major 4
%define libkmm_plugin %mklibname kmm_plugin %{kmm_plugin_major}

%package -n %{libkmm_plugin}
Summary:	KMyMoney library
Group:		System/Libraries

%description -n %{libkmm_plugin}
KMyMoney library.

%files -n %{libkmm_plugin}
%{_kde_libdir}/libkmm_plugin.so.%{kmm_plugin_major}*

#-----------------------------------------------------------------------------

%define kmm_widgets_major 4
%define libkmm_widgets %mklibname kmm_widgets %{kmm_widgets_major}

%package -n %{libkmm_widgets}
Summary:	KMyMoney library
Group:		System/Libraries

%description -n %{libkmm_widgets}
KMyMoney library.

%files -n %{libkmm_widgets}
%{_kde_libdir}/libkmm_widgets.so.%{kmm_widgets_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	KMyMoney Development library
Group:		Development/KDE and Qt
Requires:	%{libkmm_kdchart} = %{EVRD}
Requires:	%{libkmm_mymoney} = %{EVRD}
Requires:	%{libkmm_plugin} = %{EVRD}
Requires:	%{libkmm_widgets} = %{EVRD}

%description devel
KMyMoney development files.

%files devel
%{_kde_libdir}/*.so
%{_kde_includedir}/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
%patch0 -p0

%build
export LIBICAL_BASE=/usr
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html

%changelog

* Tue Jun 16 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.2-2
- (4b2fde9) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23006 |14mu|knavalbattle-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Battleship game with built-in game server
Name:		knavalbattle
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2 and LGPLv2 and GFDL
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/games/navalbattle/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Obsoletes:	kbattleship < 1:4.9.80
Provides:	kbattleship = %{EVRD}

%description
Naval Battle (ex-KBattleship) is a Battle Ship game for KDE.

Ships are placed on a board which represents the sea. Players try to hit each
others ships in turns without knowing where they are placed. The first player
to destroy all ships wins the game.

%files
%{_kde_bindir}/knavalbattle
%{_kde_applicationsdir}/knavalbattle.desktop
%{_kde_appsdir}/knavalbattle/
%{_kde_appsdir}/kconf_update/knavalbattle.upd
%{_kde_docdir}/*/*/knavalbattle
%{_kde_iconsdir}/hicolor/*/apps/knavalbattle.*
%{_kde_services}/knavalbattle.protocol

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 33f392f
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23007 |14mu|knetwalk-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Turn the board pieces to get all computers connected
Name:		knetwalk
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+ and LGPLv2+ and GFDL
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/games/knetwalk/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Requires:	libkdegames-corebindings

%description
KNetWalk is a small game where you have to build up a computer network by
rotating the wires to connect the terminals to the server. When the network is
build, a highscore-list comes up where competitions can be fought out.

%files
%{_kde_bindir}/knetwalk
%{_kde_applicationsdir}/knetwalk.desktop
%{_kde_appsdir}/knetwalk
%{_kde_docdir}/*/*/knetwalk
%{_kde_iconsdir}/hicolor/*/apps/knetwalk.*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: fe60118
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23008 |14mu|knetworkmanager-0.9.0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname networkmanagement

%define devname %mklibname -d knetworkmanager
%define novellvpn 0
%define pptp 1
%define strongswan 0
%define openswan 1
%define openvn 1
%define vpnc 1
# knetworkmanager is not compatible with modern openconnect
%define openconnect 0

Summary:	KDE NetworkManager
Name:		knetworkmanager
Version:	0.9.0.11
Release:	3
Epoch:		2
License:	(GPLv2+ or GPLv3+) and GPLv2+ and LGPLv2+ and LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source0:	http://download.kde.org/unstable/networkmanagement/%{version}/src/%{srcname}-%{version}.tar.xz
Source1:	knetworkmanager.po.ru
Source2:	libknetworkmanager.po.ru
Source100:	knetworkmanager.rpmlintrc
Patch0:		networkmanagement-0.9-useversion.patch
Patch1:		networkmanagement-0.9-compile-po-files.patch
Patch4:		networkmanagement-0.9.0.2-ui-fix.patch

BuildRequires:	mobile-broadband-provider-info
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(libnm-util) >= 0.9
BuildRequires:	pkgconfig(libnm-glib) >= 0.9
%if %{openconnect}
BuildRequires:	pkgconfig(openconnect) >= 3.10
%endif
Requires:	%{name}-common
# plasmoid crashes if knetworkmanager is running
Requires:	plasma-applet-networkmanagement

%description
KNetworkManager is a system tray applet for controlling network
connections on systems that use the NetworkManager daemon.

%files
%doc TODO DESIGN COPYING COPYING.LIB README.install.urpmi

#--------------------------------------------------------------------

%package -n %{name}-common
Summary:	Common files used by knetworkmanager
Group:		System/Configuration/Networking
Requires:	kdebase4-workspace
Requires:	networkmanager

%description -n %{name}-common
Common files used by knetworkmanager and plasma-applet-networkmanagement.

%files -n %{name}-common -f %{name}.lang
%{_kde_libdir}/kde4/kcm_networkmanagement.so
%{_kde_libdir}/kde4/libexec/networkmanagement_configshell
%{_kde_services}/kcm_networkmanagement.desktop
%{_kde_servicetypes}/networkmanagement_vpnuiplugin.desktop
%{_kde_iconsdir}/oxygen/*/*/*
%{_kde_appsdir}/networkmanagement/

#--------------------------------------------------------------------

%package -n plasma-applet-networkmanagement
Summary:	NetworkManager plasma applet
Group:		Graphical desktop/KDE
Requires:	%{name}-common

%description -n plasma-applet-networkmanagement
Network Management Plasma applet for controlling network
connections on systems that use the NetworkManager service.

%files -n plasma-applet-networkmanagement -f plasma_applet_networkmanagement.lang
%{_kde_libdir}/kde4/plasma_applet_networkmanagement.so
%{_kde_libdir}/kde4/plasma_engine_networkmanagement.so
%{_kde_libdir}/kde4/kcm_networkmanagement_tray.so
%{_kde_libdir}/kde4/kded_networkmanagement.so
%{_kde_libdir}/kde4/solid_modemmanager05.so
%{_kde_libdir}/kde4/solid_networkmanager09.so
%{_kde_services}/plasma-applet-networkmanagement.desktop
%{_kde_services}/plasma-engine-networkmanagement.desktop
%{_kde_services}/kcm_networkmanagement_tray.desktop
%{_kde_services}/kded/networkmanagement.desktop
%{_kde_services}/solidbackends/solid_modemmanager05.desktop
%{_kde_services}/solidbackends/solid_networkmanager09.desktop
%{_kde_servicetypes}/solidmodemmanagernm09.desktop
%{_kde_servicetypes}/solidnetworkmanagernm09.desktop
%{_kde_appsdir}/desktoptheme/default/icons/network2.svgz

#--------------------------------------------------------------------

%define knmclient_major 4
%define libknmclient %mklibname knmclient %{knmclient_major}

%package -n %{libknmclient}
Summary:	libknclient library used by %{name}
Group:		System/Libraries 

%description -n %{libknmclient}
libknclient library used by %{name}.

%files -n %{libknmclient}
%{_kde_libdir}/libknmclient.so.%{knmclient_major}*

#--------------------------------------------------------------------

%define libkinternals_major 4
%define libknminternals %mklibname knminternals %{libkinternals_major}

%package -n %{libknminternals}
Summary:	libkninternals library used by %{name}
Group:		System/Libraries

%description -n %{libknminternals}
libkninternals library used by %{name}

%files -n %{libknminternals}
%{_kde_libdir}/libknminternals.so.%{libkinternals_major}*

#--------------------------------------------------------------------

%define libservice_major 4
%define libknmservice %mklibname knmservice %{libservice_major}

%package -n %{libknmservice}
Summary:	libknservice library used by %{name}
Group:		System/Libraries

%description -n %{libknmservice}
libknservice library used by %{name}.

%files -n %{libknmservice}
%{_kde_libdir}/libknmservice.so.%{libservice_major}*

#--------------------------------------------------------------------

%define libsolidcontrolnm_major 4
%define libsolidcontrolnm %mklibname solidcontrolnm %{libsolidcontrolnm_major}

%package -n %{libsolidcontrolnm}
Summary:	libsolidcontrol library for networkmanager 0.9
Group:		System/Libraries

%description -n %{libsolidcontrolnm}
libsolidcontrol library for networkmanager 0.9

%files -n %{libsolidcontrolnm}
%{_kde_libdir}/libsolidcontrolnm09.so.%{libsolidcontrolnm_major}*
%{_datadir}/locale/*/*/solidcontrolnm09*

#-------------------------------------------------------------------------

%define libsolidcontrolnm_ifaces_major 4
%define libsolidcontrolnm_ifaces %mklibname solidcontrolnmifaces %{libsolidcontrolnm_ifaces_major}

%package -n %{libsolidcontrolnm_ifaces}
Summary:	libsolidcontrol library for networkmanager 0.9
Group:		System/Libraries

%description -n %{libsolidcontrolnm_ifaces}
libsolidcontrol library for networkmanager 0.9

%files -n %{libsolidcontrolnm_ifaces}
%{_kde_libdir}/libsolidcontrolnm09ifaces.so.%{libsolidcontrolnm_ifaces_major}*

#-------------------------------------------------------------------------

%define libknmui_major 4
%define libknmui %mklibname knmui %{libknmui_major}

%package -n %{libknmui}
Summary:	libknui library used by %{name}
Group:		System/Libraries

%description -n %{libknmui}
libknui library used by %{name}.

%files -n %{libknmui}
%{_kde_libdir}/libknmui.so.%{libknmui_major}*

#--------------------------------------------------------------------
%define libsolidcontrolfuture_major 4
%define libsolidcontrolfuture %mklibname solidcontrolfuture %{libsolidcontrolfuture_major}

%package -n %{libsolidcontrolfuture}
Summary:	solidcontrolfuture library used by %{name}
Group:		System/Libraries

%description -n %{libsolidcontrolfuture}
libsolidcontrolfuture library used by %{name}.

%files -n %{libsolidcontrolfuture}
%{_kde_libdir}/libsolidcontrolfuture.so.%{libsolidcontrolfuture_major}*

#--------------------------------------------------------------------

%define libknm_nm %mklibname knm_nm

%package -n %{libknm_nm}
Summary:	NetworkManager back-end for %{name}
Group:		System/Libraries

%description -n %{libknm_nm}
NetworkManager back-end for %{name}.

%files -n %{libknm_nm}
%{_kde_libdir}/libknm_nm.so

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libknmclient} = %{EVRD}
Requires:	%{libknminternals} = %{EVRD}
Requires:	%{libknmservice} = %{EVRD}
Requires:	%{libknmui} = %{EVRD}
Requires:	%{libsolidcontrolfuture} = %{EVRD}
Provides:	knetworkmanager-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}

%files -n %{devname}
%{_kde_libdir}/libknmclient.so
%{_kde_libdir}/libknminternals.so
%{_kde_libdir}/libknmservice.so
%{_kde_libdir}/libknmui.so
%{_kde_libdir}/libsolidcontrolfuture.so
%{_kde_includedir}/solid/controlnm09/
%{_kde_libdir}/libsolidcontrolnm09.so
%{_kde_libdir}/libsolidcontrolnm09ifaces.so

#--------------------------------------------------------------------

%if %{openvn}
%package -n knetworkmanager-openvpn
Summary:	OpenVPN support for knetworkmanager
Group:		Graphical desktop/KDE 
Requires:	networkmanager-openvpn

%description -n knetworkmanager-openvpn
%{summary}.

%files -n knetworkmanager-openvpn
%{_kde_libdir}/kde4/networkmanagement_openvpnui.so
%{_kde_datadir}/kde4/services/networkmanagement_openvpnui.desktop
%endif

#--------------------------------------------------------------------

%if %{openswan}
%package -n knetworkmanager-openswan
Summary:	OpenSwan support for knetworkmanager
Group:		Graphical desktop/KDE

%description -n knetworkmanager-openswan
%{summary}.

%files -n knetworkmanager-openswan
%{_kde_libdir}/kde4/networkmanagement_openswanui.so
%{_kde_datadir}/kde4/services/networkmanagement_openswanui.desktop
%endif

#--------------------------------------------------------------------

%if %{novellvpn}
%package -n knetworkmanager-novellvpn
Summary:	Vpnc support for knetworkmanager
Group:		Graphical desktop/KDE

%description -n knetworkmanager-novellvpn
%{summary}.

%files -n knetworkmanager-novellvpn
%{_kde_libdir}/kde4/networkmanagement_novellvpnui.so
%{_kde_datadir}/kde4/services/networkmanagement_novellvpnui.desktop
%endif

#--------------------------------------------------------------------

%if %{pptp}

%package -n knetworkmanager-pptp
Summary:	Pptp support for knetworkmanager
Group:		Graphical desktop/KDE
Requires:	networkmanager-pptp

%description -n knetworkmanager-pptp
%{summary}.

%files -n knetworkmanager-pptp
%{_kde_libdir}/kde4/networkmanagement_pptpui.so
%{_kde_datadir}/kde4/services/networkmanagement_pptpui.desktop

%endif

#--------------------------------------------------------------------

%if %{strongswan}
%package -n knetworkmanager-strongswan
Summary:	strongSwan support for knetworkmanager
Group:		Graphical desktop/KDE

%description -n knetworkmanager-strongswan
%{summary}.

%files -n knetworkmanager-strongswan
%{_kde_libdir}/kde4/networkmanagement_strongswanui.so
%{_kde_datadir}/kde4/services/networkmanagement_strongswanui.desktop
%endif

#--------------------------------------------------------------------

%if %{vpnc}
%package -n knetworkmanager-vpnc
Summary:	Vpnc support for knetworkmanager
Group:		Graphical desktop/KDE
Requires:	networkmanager-vpnc

%description -n knetworkmanager-vpnc
%{summary}.

%files -n knetworkmanager-vpnc
%{_kde_libdir}/kde4/networkmanagement_vpncui.so
%{_kde_datadir}/kde4/services/networkmanagement_vpncui.desktop
%endif

#-------------------------------------------------------------------

%if %{openconnect}
%package openconnect
Summary:	Openconnect support for %{name}
Group:		Graphical desktop/KDE
Requires:	openconnect

%description openconnect
Openconnect plugin for %{name}

%files openconnect
%{_kde_libdir}/kde4/networkmanagement_openconnectui.so
%{_kde_services}/networkmanagement_openconnectui.desktop
%endif

#--------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}
%apply_patches

cp %{SOURCE1} po/ru/knetworkmanager.po
cp %{SOURCE2} po/ru/libknetworkmanager.po

%build
%cmake_kde4 \
	-DDBUS_SYSTEM_POLICY_DIR=%{_sysconfdir}/dbus-1/system.d \
	-DINSTALL_KNM_AUTOSTART=ON
%make

%install
%makeinstall_std -C build

%if ! %{novellvpn}
rm %{buildroot}%{_kde_libdir}/kde4/networkmanagement_novellvpnui.so
rm %{buildroot}%{_kde_datadir}/kde4/services/networkmanagement_novellvpnui.desktop
%endif

%if ! %{pptp}
rm %{buildroot}%{_kde_libdir}/kde4/networkmanagement_pptpui.so
rm %{buildroot}%{_kde_datadir}/kde4/services/networkmanagement_pptpui.desktop
%endif

%if ! %{strongswan}
rm %{buildroot}%{_kde_libdir}/kde4/networkmanagement_strongswanui.so
rm %{buildroot}%{_kde_datadir}/kde4/services/networkmanagement_strongswanui.desktop
%endif

%if ! %{openvn}
rm %{buildroot}%{_kde_libdir}/kde4/networkmanagement_openvpnui.so
rm %{buildroot}%{_kde_datadir}/kde4/services/networkmanagement_openvpnui.desktop
%endif

%if ! %{vpnc}
rm %{buildroot}%{_kde_libdir}/kde4/networkmanagement_vpncui.so
rm %{buildroot}%{_kde_datadir}/kde4/services/networkmanagement_vpncui.desktop
%endif

%find_lang %{name} lib%{name} %{name}.lang
%find_lang plasma_applet_networkmanagement
%find_lang solidcontrolnm09

cat > README.install.urpmi << EOF
The monolithic client is not built anymore by upstream.
You need to use now the plasma applet.

Regards,

EOF


%changelog

* Mon Sep 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:0.9.0.11-3
- (8dca364) Just disable openconnect in knetworkmanager
- (Denis Silakov: 8bd13c9) Rebuild with new openconnect

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 2:0.9.0.11-2
- (0b40916) MassBuild#656: Increase release tag

* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:0.9.0.11-1
- (76deb33) Add OpenSwan subpackage, enable OpenConnect subpackage
- (Andrey Bondrov: 8fa1e43) New version 0.9.0.11

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2:0.9.0.10-2
- (9a9dd00) MassBuild#440: Increase release tag

* Sat Dec 07 2013 akdengi <kazancas@mandriva.ru> 2:0.9.0.10-1
- (dadaab5) Update to 0.9.0.10

* Sat Oct 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:0.9.0.9-2
- (f28f352) LOG Rebuild with KDE 4.11, spec cleanup

* Mon Aug 19 2013 akdengi <kazancas@mandriva.ru> 2:0.9.0.9-1
- (fcb0a61) fix filelist
- (akdengi: b13bca4) 0.9.0.9

* Thu Aug 15 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:0.9.0.7-2.1
- (53b81d3) Bump release

* Wed Feb 27 2013 Alexander Kazancev <kazancas@gmail.com> 2:0.9.0.7-2
- (cfae9ab) Add networkmanager to Requires

* Tue Feb 26 2013 akdengi <kazancas@gmail.com> 2:0.9.0.7-1
- (a13bbf0) fix spec
- (akdengi: f19cefc) add missing files
- (akdengi: 92120c3) update to 0.9.0.7

* Wed Nov 14 2012 Alexander Kazancev <kazancas@gmail.com> 2:0.9.0.5-1
- (0c52c59) Updated knetworkmanager.spec
- (akdengi: fea6a12) LOG update to 0.9.0.5

* Mon Aug 13 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0.4-1
- (066f266) LOG -new version 0.9.0.4

* Wed May 30 2012 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 2:0.9.0.2-3
- (d45a9cc) LOG: network applet - network checkbox's hover fixed
- (Evgeniy Auzhin: 690b44c) changelog added
- (Evgeniy Auzhin: 6ec8c9e) LOG: text color of network checkbox changed

* Mon May 28 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0.2-2
- (e4eab28) fix missed russian translation

* Sun May 27 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0.2-1
- (5477a30) fix translate and desktop file
- (akdengi: fa9beb3) another fix lang file
- (akdengi: 5ae8b79) add findlang for solidcontrolnm09
- (akdengi: 163909d) add to BR libnm-glib
- (akdengi: fc23524) new version 0.9.0.2

* Fri Apr 06 2012 akdengi <kazancas@mandriva.ru> 2:0.9.0-2
- (88df1cc) fix source name
- (akdengi: 080c747) fix source name
- (akdengi: 5019598) fix l10n tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23009 |14mu|knewstuff-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 application assets downloading support module
Name:		knewstuff
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5attica-devel >= %{version}
BuildRequires:	kf5archive-devel >= %{version}
BuildRequires:	kf5completion-devel >= %{version}
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5iconthemes-devel >= %{version}
BuildRequires:	kf5itemviews-devel >= %{version}
BuildRequires:	kf5kio-devel >= %{version}
BuildRequires:	kf5textwidgets-devel >= %{version}
BuildRequires:	kf5widgetsaddons-devel >= %{version}
BuildRequires:	kf5xmlgui-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)

%description
KDE Frameworks 5 application assets downloading support module.

The KNewStuff library implements collaborative data sharing for applications.
It uses libattica to support the Open Collaboration Services specification.

%files
%{_kde5_datadir}/kf5/knewstuff/pics/thumb_frame.png
%dir %{_kde5_datadir}/kf5/kmoretools/presets-kmoretools/
%{_kde5_datadir}/kf5/kmoretools/presets-kmoretools/*
%dir %{_kde5_datadir}/kf5/kmoretools/unittest-kmoretools/
%{_kde5_datadir}/kf5/kmoretools/unittest-kmoretools/*

#----------------------------------------------------------------------------

%package i18n
Summary:	KNewStuff translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KNewStuff translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5newstuff_major 5
%define libkf5newstuff %mklibname kf5newstuff %{kf5newstuff_major}

%package -n %{libkf5newstuff}
Summary:	KDE Frameworks 5 KNewStuff application assets downloading support library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5newstuff}
KDE Frameworks 5 application assets downloading support shared library.

%files -n %{libkf5newstuff}
%{_kde5_libdir}/libKF5NewStuff.so.%{kf5newstuff_major}*

#----------------------------------------------------------------------------

%define devkf5newstuff %mklibname kf5newstuff -d

%package -n %{devkf5newstuff}
Summary:	Development files for KDE Frameworks assets downloading support module
Group:		Development/KDE and Qt
Requires:	%{libkf5newstuff} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5newstuff-devel = %{version}

%description -n %{devkf5newstuff}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5newstuff}
%{_kde5_includedir}/KF5/KNewStuff3
%{_kde5_includedir}/KF5/knewstuff_version.h
%{_kde5_libdir}/cmake/KF5NewStuff
%{_kde5_libdir}/libKF5NewStuff.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (e13a3d8) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23010 |14mu|knotifications-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 system notifications module
Name:		knotifications
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5codecs-devel >= %{version}
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5iconthemes-devel >= %{version}
BuildRequires:	kf5service-devel >= %{version}
BuildRequires:	kf5windowsystem-devel >= %{version}
BuildRequires:	pkgconfig(dbusmenu-qt5)
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)

%description
KDE Frameworks 5 system notifications module.

%files
%{_kde5_servicetypes}/knotificationplugin.desktop

#----------------------------------------------------------------------------

%package i18n
Summary:	KNotifications translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KNotifications translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5notifications_major 5
%define libkf5notifications %mklibname kf5notifications %{kf5notifications_major}

%package -n %{libkf5notifications}
Summary:	KDE Frameworks 5 system notifications shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5notifications}
KDE Frameworks 5 system notifications shared library.

%files -n %{libkf5notifications}
%{_kde5_libdir}/libKF5Notifications.so.%{kf5notifications_major}*

#----------------------------------------------------------------------------

%define devkf5notifications %mklibname kf5notifications -d

%package -n %{devkf5notifications}
Summary:	Development files for KDE Frameworks 5 system notifications module
Group:		Development/KDE and Qt
Requires:	%{libkf5notifications} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5notifications-devel = %{version}
Conflicts:	%{name} < 5.7.0-2

%description -n %{devkf5notifications}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5notifications}
%{_kde5_includedir}/KF5/KNotifications
%{_kde5_includedir}/KF5/knotifications_version.h
%{_kde5_libdir}/cmake/KF5Notifications
%{_kde5_libdir}/libKF5Notifications.so
%{_kde5_mkspecsdir}/*.pri
%{_datadir}/dbus-1/interfaces/kf5_org.kde.*.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (cbc95d7) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23011 |14mu|knotifyconfig-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 KNotify configuration system module
Name:		knotifyconfig
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kcompletion-devel >= %{version}
BuildRequires:	kconfig-devel >= %{version}
BuildRequires:	kconfigwidgets-devel >= %{version}
BuildRequires:	ki18n-devel >= %{version}
BuildRequires:	kio-devel >= %{version}
BuildRequires:	knotifications-devel >= %{version}
BuildRequires:	kservice-devel >= %{version}
BuildRequires:	kwidgetsaddons-devel >= %{version}
BuildRequires:	kxmlgui-devel >= %{version}
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 KNotify configuration system module.

KNotifyConfig provides a configuration dialog for desktop notifications which
can be embedded in your application.

#----------------------------------------------------------------------------

%package i18n
Summary:	KNotifyConfig translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KNotifyConfig translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5notifyconfig_major 5
%define libkf5notifyconfig %mklibname kf5notifyconfig %{kf5notifyconfig_major}

%package -n %{libkf5notifyconfig}
Summary:	KDE Frameworks 5 KNotify configuration system shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5notifyconfig}
KDE Frameworks 5 KNotify configuration system shared library.

%files -n %{libkf5notifyconfig}
%{_kde5_libdir}/libKF5NotifyConfig.so.%{kf5notifyconfig_major}*

#----------------------------------------------------------------------------

%define devkf5notifyconfig %mklibname kf5notifyconfig -d

%package -n %{devkf5notifyconfig}
Summary:	Development files for KDE Frameworks 5 KNotify configuration system module
Group:		Development/KDE and Qt
Requires:	%{libkf5notifyconfig} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5notifyconfig-devel = %{version}

%description -n %{devkf5notifyconfig}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5notifyconfig}
%{_kde5_includedir}/KF5/KNotifyConfig
%{_kde5_includedir}/KF5/knotifyconfig_version.h
%{_kde5_libdir}/cmake/KF5NotifyConfig
%{_kde5_libdir}/libKF5NotifyConfig.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (b1698cd) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23012 |14mu|kolf-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kolf
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	A golf game
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/kolf/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Kolf is a miniature golf game. The game is played from an overhead view, with
a short bar representing the golf club. Kolf features many different types of
objects, such as water hazards, slopes, sand traps, and black holes (warps),
among others.

Features :
- Single and Multi-player (up to ten players) modes
- High scores table
- Dynamic courses
- Third-party courses
- Course editor

%files
%{_kde_bindir}/kolf
%{_kde_applicationsdir}/kolf.desktop
%{_kde_appsdir}/kolf
%{_kde_docdir}/*/*/kolf
%{_kde_iconsdir}/hicolor/*/apps/kolf.png

#------------------------------------------------------------------------------

%define libkolfprivate_private 4
%define libkolfprivate %mklibname kolfprivate %{libkolfprivate_private}

%package -n %{libkolfprivate}
Summary:	Runtime library for Kolf
Group:		System/Libraries

%description -n %{libkolfprivate}
Runtime library for Kolf.

%files -n %{libkolfprivate}
%{_kde_libdir}/libkolfprivate.so.%{libkolfprivate_private}*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't need this for now
rm -f %{buildroot}%{_kde_libdir}/libkolfprivate.so


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: ca7af32
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23013 |14mu|kollision-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kollision
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	A simple ball dodging game
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/kollision/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description -n kollision
A simple ball dodging game.

%files
%{_kde_bindir}/kollision
%{_kde_applicationsdir}/kollision.desktop
%{_kde_appsdir}/kollision
%{_kde_iconsdir}/*/*/apps/kollision.*
%{_kde_docdir}/*/*/kollision

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: c6f5ada
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23014 |14mu|kolourpaint-4.14.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A free, easy-to-use paint program for KDE
Name:		kolourpaint
Version:	4.14.3
Release:	3
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/graphics/kolourpaint/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
# Set InitialPreference lower than gwenview
Patch0:		kolourpaint-4.14.3.initial-pref.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(qimageblitz) < 5.0.0

%description
KolourPaint is a free, easy-to-use paint program for KDE.

%files
%doc COPYING COPYING.LIB COPYING.DOC
%doc %{_kde_docdir}/HTML/en/kolourpaint/
%{_kde_applicationsdir}/kolourpaint.desktop
%{_kde_appsdir}/kolourpaint
%{_kde_bindir}/kolourpaint
%{_kde_datadir}/appdata/kolourpaint.appdata.xml
%{_kde_iconsdir}/hicolor/*/apps/kolourpaint.*

#----------------------------------------------------------------------------

%define kolourpaint_lgpl_major 4
%define libkolourpaint_lgpl %mklibname kolourpaint_lgpl %{kolourpaint_lgpl_major}

%package -n %{libkolourpaint_lgpl}
Summary:	Runtime library for Kolourpaint
Group:		System/Libraries

%description -n %{libkolourpaint_lgpl}
Runtime library for Kolourpaint.

%files -n %{libkolourpaint_lgpl}
%{_kde_libdir}/libkolourpaint_lgpl.so.%{kolourpaint_lgpl_major}*

#----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libkolourpaint_lgpl} = %{EVRD}
Conflicts:	kdegraphics4-devel < 2:4.6.90

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_kde_libdir}/libkolourpaint_lgpl.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Mon Jul 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:4.14.3-3
- (92df71e) Set InitialPreference to prefer gwenview and gimp over kolourpaint



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23015 |14mu|kompare-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A diff graphic tool for KDE
Name:		kompare
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	libkomparediff2-devel

%description
Kompare is a GUI front-end program that enables differences between source
files to be viewed and merged. It can be used to compare differences on files
or the contents of folders, and it supports a variety of diff formats and
provide many options to customize the information level displayed.

Features:
 - Comparing directories
 - Reading diff files
 - Creating and applying patches

%files
%{_kde_bindir}/kompare
%{_kde_libdir}/kde4/komparenavtreepart.so
%{_kde_libdir}/kde4/komparepart.so
%{_kde_applicationsdir}/kompare.desktop
%{_kde_appsdir}/kompare
%{_kde_services}/komparenavtreepart.desktop
%{_kde_services}/komparepart.desktop
%{_kde_servicetypes}/kompareviewpart.desktop
%{_kde_servicetypes}/komparenavigationpart.desktop
%{_kde_iconsdir}/hicolor/*/apps/kompare.*
%{_kde_docdir}/*/*/kompare

#----------------------------------------------------------------------------

%define komparedialogpages_major 4
%define libkomparedialogpages %mklibname komparedialogpages %{komparedialogpages_major}

%package -n %{libkomparedialogpages}
Summary:	Kompare shared library
Group:		System/Libraries

%description -n %{libkomparedialogpages}
Kompare shared library.

%files -n %{libkomparedialogpages}
%{_kde_libdir}/libkomparedialogpages.so.%{komparedialogpages_major}*

#----------------------------------------------------------------------------

%define kompareinterface_major 4
%define libkompareinterface %mklibname kompareinterface %{kompareinterface_major}

%package -n %{libkompareinterface}
Summary:	Kompare shared library
Group:		System/Libraries

%description -n %{libkompareinterface}
Kompare shared library.

%files -n %{libkompareinterface}
%{_kde_libdir}/libkompareinterface.so.%{kompareinterface_major}*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Kompare
Group:		Development/KDE and Qt
Requires:	%{libkomparedialogpages} = %{EVRD}
Requires:	%{libkompareinterface} = %{EVRD}
Conflicts:	kdesdk4-devel < 1:1.4.11.0

%description devel
This package includes the header files you will need to compile applications
based on Kompare libraries.

%files devel
%{_kde_includedir}/kompare
%{_kde_libdir}/libkomparedialogpages.so
%{_kde_libdir}/libkompareinterface.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: e5f40d9
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23016 |14mu|konquest-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		konquest
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Conquer the planets of your enemy
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/konquest/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Konquest is the KDE version of Gnu-Lactic Konquest. Players conquer other
planets by sending ships to them. The goal is to build an interstellar
empire and ultimately conquer all other player's planets.

%files
%{_kde_bindir}/konquest
%{_kde_applicationsdir}/konquest.desktop
%{_kde_appsdir}/konquest
%{_kde_docdir}/*/*/konquest
%{_kde_iconsdir}/hicolor/*/apps/konquest.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: dcb78ec
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23017 |14mu|konsole-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A terminal emulator similar to xterm for KDE
Name:		konsole
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2 GFDL
Url:		http://konsole.kde.org/
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Source1:	%{name}.rpmlintrc
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-devel
Requires:	kdebase4-runtime
Requires:	x11-font-misc-misc

%description
A terminal emulator, similar to xterm, for KDE.

%files
%doc README COPYING COPYING.DOC COPYING.LIB doc/*
%{_kde_bindir}/konsole
%{_kde_bindir}/konsoleprofile
%{_kde_libdir}/kde4/libkonsolepart.so
%{_kde_libdir}/libkdeinit4_konsole.so
%{_kde_libdir}/libkonsoleprivate.so
%{_kde_appsdir}/konsole
%{_kde_appsdir}/kconf_update/konsole*
%{_kde_applicationsdir}/konsole.desktop
%{_kde_services}/konsolepart.desktop
%{_kde_services}/ServiceMenus/konsolehere.desktop
%{_kde_services}/ServiceMenus/konsolerun.desktop
%{_kde_servicetypes}/terminalemulator.desktop
%{_kde_docdir}/HTML/en/%{name}

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: bd0b213
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23018 |14mu|konversation-1.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A user friendly IRC Client for KDE
Name:		konversation
Version:	1.5.1
Release:	1
License:	GPLv2+
Group:		Networking/IRC
Url:		http://konversation.kde.org
Source0:	http://fr2.rpmfind.net/linux/KDE/stable/konversation/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(qca2)
Provides:	kde4-irc-client

%description
Konversation is a graphical Internet Relay Chat client (IRC)
with KDE support.

Features:

* Standard IRC features
* SSL server support
* Bookmarking support
* Easy to use graphical user interface
* Multiple servers and channels in one single window
* DCC file transfer
* Multiple identities for different servers
* Text decorations and colors
* OnScreen Display for notifications
* Automatic UTF-8 detection
* Per channel encoding support
* Theme support for nick icons
* Highly configurable

%files -f %{name}.lang
%doc README
%{_kde_bindir}/*
%{_kde_appsdir}/%{name}
%{_kde_appsdir}/kconf_update/*
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_iconsdir}/*/*/*/*
%{_kde_services}/konvirc.protocol
%{_kde_services}/konvirc6.protocol
%{_kde_services}/konvircs.protocol

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html

%changelog
* Wed Nov 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.1-1
+ Revision: 9b159d8
- New version 1.5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23019 |14mu|kopete-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Internet Messenger
Name:		kopete
Version:	4.14.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/internet/kopete/
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kopete-4.12.4-jsoncpp.patch
BuildRequires:	jpeg-devel
BuildRequires:	jsoncpp-devel
BuildRequires:	kdelibs4-devel
# Useless for now because Kleopatra headers are not installed
BuildRequires:	kdepim4-devel
BuildRequires:	kdepimlibs4-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(libgadu)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(libmsn)
BuildRequires:	pkgconfig(libotr)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(linphone)
BuildRequires:	pkgconfig(meanwhile)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(ortp)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(qimageblitz) < 5.0.0
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)
# Not in Main
#BuildRequires:	srtp-devel

Requires:	akonadi
Requires:	qca2-plugin-openssl-%{_lib}
Requires:	kdepimlibs4-core
Requires:	jasper
Conflicts:	kdenetwork4-devel < 3:4.11.0
Conflicts:	%{_lib}kopete4 < 3:4.11.0
Conflicts:	%{_lib}kopete_otr_shared1 < 3:4.11.0

%description
Kopete is a flexible and extendable multiple protocol instant messaging
system designed as a plugin-based system.

All protocols are plugins and allow modular installment, configuration,
and usage without the main application knowing anything about the plugin
being loaded.

The goal of Kopete is to provide users with a standard and easy to use
interface between all of their instant messaging systems, but at the same
time also providing developers with the ease of writing plugins to support
a new protocol.

The core Kopete development team provides a handful of plugins that most
users can use, in addition to templates for new developers to base a
plugin off of.

%files
%{_kde_bindir}/kopete
%{_kde_bindir}/kopete_latexconvert.sh
%{_kde_bindir}/winpopup-install
%{_kde_bindir}/winpopup-send
%{_kde_appsdir}/kopete
%{_kde_appsdir}/kopete_contactnotes
%{_kde_appsdir}/kopete_groupwise
%{_kde_appsdir}/kopete_history
%{_kde_appsdir}/kopete_history2
%{_kde_appsdir}/kopete_jabber
%{_kde_appsdir}/kopete_latex
%{_kde_appsdir}/kopete_otr
%{_kde_appsdir}/kopete_privacy
%{_kde_appsdir}/kopete_skype
%{_kde_appsdir}/kopete_statistics
%{_kde_appsdir}/kopete_translator
%{_kde_appsdir}/kopete_yahoo
%{_kde_appsdir}/kopete_wlm
%{_kde_appsdir}/kopeterichtexteditpart
%{_kde_appsdir}/kconf_update/kopete-*
%{_kde_libdir}/kde4/kcm_kopete_*
%{_kde_libdir}/kde4/kopete_*
%{_kde_libdir}/libqgroupwise.so
%{_kde_libdir}/kde4/libchattexteditpart.so
%{_kde_applicationsdir}/kopete.desktop
%{_kde_configdir}/kopeterc
%{_kde_datadir}/config.kcfg/historyconfig.kcfg
%{_kde_datadir}/config.kcfg/history2config.kcfg
%{_kde_datadir}/config.kcfg/kopeteappearancesettings.kcfg
%{_kde_datadir}/config.kcfg/kopetebehaviorsettings.kcfg
%{_kde_datadir}/config.kcfg/kopete_otr.kcfg
%{_kde_datadir}/config.kcfg/kopetestatussettings.kcfg
%{_kde_datadir}/config.kcfg/latexconfig.kcfg
%{_kde_datadir}/config.kcfg/nowlisteningconfig.kcfg
%{_kde_datadir}/config.kcfg/webpresenceconfig.kcfg
%{_kde_datadir}/config.kcfg/translatorconfig.kcfg
%{_kde_services}/aim.protocol
%{_kde_services}/chatwindow.desktop
%{_kde_services}/emailwindow.desktop
%{_kde_services}/kconfiguredialog/kopete_*
%{_kde_services}/kopete_*
%{_kde_services}/xmpp.protocol
%{_kde_services}/callto.protocol
%{_kde_services}/skype.protocol
%{_kde_services}/tel.protocol
%{_kde_servicetypes}/kopete*
%{_kde_datadir}/sounds/Kopete_Event.ogg
%{_kde_datadir}/sounds/Kopete_Received.ogg
%{_kde_datadir}/sounds/Kopete_Sent.ogg
%{_kde_datadir}/sounds/Kopete_User_is_Online.ogg
%{_kde_iconsdir}/*/*/actions/account_offline_overlay.*
%{_kde_iconsdir}/*/*/actions/contact_away_overlay.*
%{_kde_iconsdir}/*/*/actions/contact_busy_overlay.*
%{_kde_iconsdir}/*/*/actions/contact_food_overlay.*
%{_kde_iconsdir}/*/*/actions/contact_freeforchat_overlay.*
%{_kde_iconsdir}/*/*/actions/contact_invisible_overlay.*
%{_kde_iconsdir}/*/*/actions/contact_phone_overlay.*
%{_kde_iconsdir}/*/*/actions/contact_xa_overlay.*
%{_kde_iconsdir}/*/*/actions/emoticon.*
%{_kde_iconsdir}/*/*/actions/im-status-message-edit.*
%{_kde_iconsdir}/*/*/actions/mail-encrypt.*
%{_kde_iconsdir}/*/*/actions/metacontact_unknown.*
%{_kde_iconsdir}/*/*/actions/newmessage.*
%{_kde_iconsdir}/*/*/actions/status_unknown_overlay.*
%{_kde_iconsdir}/*/*/actions/status_unknown.*
%{_kde_iconsdir}/*/*/actions/view-user-offline-kopete.*
%{_kde_iconsdir}/*/*/actions/voicecall.*
%{_kde_iconsdir}/*/*/actions/webcamreceive.*
%{_kde_iconsdir}/*/*/actions/webcamsend.*
%{_kde_iconsdir}/*/*/apps/kopete-offline.*
%{_kde_iconsdir}/*/*/apps/kopete.*
%{_kde_iconsdir}/*/*/status/object-locked-finished.*
%{_kde_iconsdir}/*/*/status/object-locked-unverified.*
%{_kde_iconsdir}/*/*/status/object-locked-verified.*
%{_kde_datadir}/config.kcfg/urlpicpreview.kcfg
%{_kde_docdir}/HTML/*/kopete
%{_kde_libdir}/mozilla/plugins/skypebuttons.so
%dir %{_kde_libdir}/kde4/plugins/accessible
%{_kde_libdir}/kde4/plugins/accessible/chatwindowaccessiblewidgetfactory.so
%{_datadir}/dbus-1/interfaces/*.xml
%exclude %{_kde_appsdir}/kopete_latex
%exclude %{_kde_libdir}/kde4/kcm_kopete_latex.*
%exclude %{_kde_libdir}/kde4/kopete_latex.*
%exclude %{_kde_datadir}/kde4/services/kopete_latex.desktop
%exclude %{_kde_datadir}/config.kcfg/latexconfig.kcfg
%exclude %{_kde_bindir}/kopete_latexconvert.sh
%exclude %{_kde_datadir}/kde4/services/kconfiguredialog/kopete_latex_config.desktop
%exclude %{_kde_appsdir}/kopete/icons/oxygen/32x32/apps/latex.png

#----------------------------------------------------------------------------

%package latex
Summary:	Kopete latex plugin for write andd read mesages in latex
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
Requires:	imagemagick

%description latex
Kopete latex plugin for write andd read mesages in latexinder.

%files latex
%{_kde_bindir}/kopete_latexconvert.sh
%{_kde_appsdir}/kopete_latex
%{_kde_appsdir}/kopete/icons/oxygen/32x32/apps/latex.png
%{_kde_libdir}/kde4/kcm_kopete_latex.*
%{_kde_libdir}/kde4/kopete_latex.*
%{_kde_datadir}/config.kcfg/latexconfig.kcfg
%{_kde_services}/kopete_latex.desktop
%{_kde_services}/kconfiguredialog/kopete_latex_config.desktop

#----------------------------------------------------------------------------

%define kopetecontactlist_major 1
%define libkopetecontactlist %mklibname kopetecontactlist %{kopetecontactlist_major}

%package -n %{libkopetecontactlist}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopetecontactlist}
Kopete shared library.

%files -n %{libkopetecontactlist}
%{_kde_libdir}/libkopetecontactlist.so.%{kopetecontactlist_major}*

#----------------------------------------------------------------------------

%define kyahoo_major 1
%define libkyahoo %mklibname kyahoo %{kyahoo_major}

%package -n %{libkyahoo}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkyahoo}
Kopete shared library.

%files -n %{libkyahoo}
%{_kde_libdir}/libkyahoo.so.%{kyahoo_major}*

#----------------------------------------------------------------------------

%define kopete_videodevice_major 4
%define libkopete_videodevice %mklibname kopete_videodevice %{kopete_videodevice_major}

%package -n %{libkopete_videodevice}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopete_videodevice}
Kopete shared library.

%files -n %{libkopete_videodevice}
%{_kde_libdir}/libkopete_videodevice.so.%{kopete_videodevice_major}*

#----------------------------------------------------------------------------

%define kopeteaddaccountwizard_major 1
%define libkopeteaddaccountwizard %mklibname kopeteaddaccountwizard %{kopeteaddaccountwizard_major}

%package -n %{libkopeteaddaccountwizard}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopeteaddaccountwizard}
Kopete shared library.

%files -n %{libkopeteaddaccountwizard}
%{_kde_libdir}/libkopeteaddaccountwizard.so.%{kopeteaddaccountwizard_major}*

#----------------------------------------------------------------------------

%define kopete_major 4
%define libkopete %mklibname kopete %{kopete_major}

%package -n %{libkopete}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopete}
Kopete shared library.

%files -n %{libkopete}
%{_kde_libdir}/libkopete.so.%{kopete_major}*

#----------------------------------------------------------------------------

%define kopeteprivacy_major 1
%define libkopeteprivacy %mklibname kopeteprivacy %{kopeteprivacy_major}

%package -n %{libkopeteprivacy}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopeteprivacy}
Kopete shared library.

%files -n %{libkopeteprivacy}
%{_kde_libdir}/libkopeteprivacy.so.%{kopeteprivacy_major}*

#----------------------------------------------------------------------------

%define kopetechatwindow_shared_major 1
%define libkopetechatwindow_shared %mklibname kopetechatwindow_shared %{kopetechatwindow_shared_major}

%package -n %{libkopetechatwindow_shared}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopetechatwindow_shared}
Kopete shared library.

%files -n %{libkopetechatwindow_shared}
%{_kde_libdir}/libkopetechatwindow_shared.so.%{kopetechatwindow_shared_major}*

#----------------------------------------------------------------------------

%define kopete_otr_shared_major 1
%define libkopete_otr_shared %mklibname kopete_otr_shared %{kopete_otr_shared_major}

%package -n %{libkopete_otr_shared}
Summary:	Kopete shared library
Group:		System/Libraries
Conflicts:	kopete-otr < 0.8

%description -n %{libkopete_otr_shared}
Kopete shared library.

%files -n %{libkopete_otr_shared}
%{_kde_libdir}/libkopete_otr_shared.so.%{kopete_otr_shared_major}*

#----------------------------------------------------------------------------

%define kopetestatusmenu_major 1
%define libkopetestatusmenu %mklibname kopetestatusmenu %{kopetestatusmenu_major}

%package -n %{libkopetestatusmenu}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopetestatusmenu}
Kopete shared library.

%files -n %{libkopetestatusmenu}
%{_kde_libdir}/libkopetestatusmenu.so.%{kopetestatusmenu_major}*

#----------------------------------------------------------------------------

%define kopete_oscar_major 4
%define libkopete_oscar %mklibname kopete_oscar %{kopete_oscar_major}

%package -n %{libkopete_oscar}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopete_oscar}
Kopete shared library.

%files -n %{libkopete_oscar}
%{_kde_libdir}/libkopete_oscar.so.%{kopete_oscar_major}*

#----------------------------------------------------------------------------

%define oscar_major 1
%define liboscar %mklibname oscar %{oscar_major}

%package -n %{liboscar}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{liboscar}
Kopete shared library.

%files -n %{liboscar}
%{_kde_libdir}/liboscar.so.%{oscar_major}*

#----------------------------------------------------------------------------

%define kopeteidentity_major 1
%define libkopeteidentity %mklibname kopeteidentity %{kopeteidentity_major}

%package -n %{libkopeteidentity}
Summary:	Kopete shared library
Group:		System/Libraries

%description -n %{libkopeteidentity}
Kopete shared library.

%files -n %{libkopeteidentity}
%{_kde_libdir}/libkopeteidentity.so.%{kopeteidentity_major}*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Kopete
Group:		Development/KDE and Qt
Requires:	%{libkopetecontactlist} = %{EVRD}
Requires:	%{libkyahoo} = %{EVRD}
Requires:	%{libkopete_videodevice} = %{EVRD}
Requires:	%{libkopeteaddaccountwizard} = %{EVRD}
Requires:	%{libkopete} = %{EVRD}
Requires:	%{libkopeteprivacy} = %{EVRD}
Requires:	%{libkopetechatwindow_shared} = %{EVRD}
Requires:	%{libkopete_oscar} = %{EVRD}
Requires:	%{liboscar} = %{EVRD}
Requires:	%{libkopete_otr_shared} = %{EVRD}
Requires:	%{libkopeteidentity} = %{EVRD}
Requires:	%{libkopetestatusmenu} = %{EVRD}
Conflicts:	kdenetwork4-devel < 3:4.11.0

%description devel
This package contains header files needed if you want to build applications
based on Kopete.

%files devel
%{_kde_libdir}/*.so
%exclude %{_kde_libdir}/libqgroupwise.so
%{_kde_includedir}/kopete

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4 -DWITH_GOOGLETALK=OFF
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: deeca81
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23020 |14mu|korundum-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE4 bindings for Ruby
Name:		korundum
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+ and LGPLv2.1+
Group:		Development/KDE and Qt
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	ruby-qt4-devel >= 1:%{version}
BuildRequires:	smokekde-devel >= 1:%{version}
BuildRequires:	pkgconfig(akonadi)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
Requires:	ruby-qt4 >= 1:%{version}
Obsoletes:	ruby-kde4 < 1:4.6.90
Provides:	ruby-kde4 = %{EVRD}
Provides:	kderuby = %{EVRD}

%description
A KDE4 bindings for Ruby language.

%files
%{_kde_bindir}/krubyapplication
%{_kde_libdir}/kde4/krubypluginfactory.so
%{ruby_sitearchdir}/akonadi.so
%{ruby_sitearchdir}/khtml.so
%{ruby_sitearchdir}/kio.so
%{ruby_sitearchdir}/korundum4.so
%{ruby_sitearchdir}/ktexteditor.so
%{ruby_sitearchdir}/solid.so
%{ruby_sitearchdir}/soprano.so
%{ruby_sitearchdir}/nepomuk.so
%{ruby_sitearchdir}/plasma_applet.so
%{ruby_sitearchdir}/okular.so
%{ruby_sitearchdir}/kate.so
%{ruby_sitelibdir}/KDE
%{ruby_sitelibdir}/akonadi
%{ruby_sitelibdir}/khtml
%{ruby_sitelibdir}/ktexteditor
%{ruby_sitelibdir}/soprano
%{ruby_sitelibdir}/nepomuk
%{ruby_sitelibdir}/solid
%{ruby_sitelibdir}/okular
%{ruby_sitelibdir}/kio
%{_kde_appsdir}/plasma_applet_ruby_clock
%{_kde_appsdir}/plasma_ruby_digital_clock
%{_kde_services}/*.desktop

#------------------------------------------------------------------------------

%package devel
Summary:	Tools for ruby-kde4
Group:		Development/KDE and Qt
Requires:	ruby-qt4-devel >= %{epoch}:%{version}
Requires:	%{name} = %{EVRD}
Obsoletes:	ruby-kde4-devel < 1:4.6.90
Provides:	ruby-kde4-devel = %{EVRD}

%description devel
ruby-kde4 devel files.

%files devel
%{_kde_bindir}/rbkconfig_compiler4
%{_kde_datadir}/applications/kde4/dbpedia_references.desktop
%{_kde_appsdir}/dbpedia_references

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: dede46a
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23021 |14mu|kpackage-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 module used to install and load non-binary packages
Name:		kpackage
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	karchive-devel >= %{version}
BuildRequires:	kconfig-devel >= %{version}
BuildRequires:	kcoreaddons-devel >= %{version}
BuildRequires:	kdoctools-devel >= %{version}
BuildRequires:	ki18n-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 module used to install and load non-binary packages.

The Package framework lets the user to install and load packages of non-binary
content such as scripted extensions or graphic assets, as they were traditional
plugins.

%files
%{_kde5_bindir}/kpackagetool5
%{_kde5_mandir}/man1/kpackagetool5.1*
%{_kde5_servicetypes}/kpackage-packagestructure.desktop

#----------------------------------------------------------------------------

%package i18n
Summary:	KPackage translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KPackage translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5package_major 5
%define libkf5package %mklibname kf5package %{kf5package_major}

%package -n %{libkf5package}
Summary:	KDE Frameworks 5 package management shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5package}
KDE Frameworks 5 package management shared library.

%files -n %{libkf5package}
%{_kde5_libdir}/libKF5Package.so.%{kf5package_major}*

#----------------------------------------------------------------------------

%define devkf5package %mklibname kf5package -d

%package -n %{devkf5package}
Summary:	Development files for KDE Frameworks 5 package management module
Group:		Development/KDE and Qt
Requires:	%{libkf5package} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5package-devel = %{version}

%description -n %{devkf5package}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5package}
%{_kde5_includedir}/KF5/KPackage
%{_kde5_includedir}/KF5/kpackage_version.h
%{_kde5_libdir}/cmake/KF5Package
%{_kde5_libdir}/libKF5Package.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt --with-man

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (b50ac21) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23022 |14mu|kparts-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 document centric plugin system module
Name:		kparts
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kconfig-devel >= %{version}
BuildRequires:	kcoreaddons-devel >= %{version}
BuildRequires:	ki18n-devel >= %{version}
BuildRequires:	kiconthemes-devel >= %{version}
BuildRequires:	kio-devel >= %{version}
BuildRequires:	kjobwidgets-devel >= %{version}
BuildRequires:	knotifications-devel >= %{version}
BuildRequires:	kservice-devel >= %{version}
BuildRequires:	ktextwidgets-devel >= %{version}
BuildRequires:	kwidgetsaddons-devel >= %{version}
BuildRequires:	kxmlgui-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)

%description
KDE Frameworks 5 document centric plugin system module.

KParts implements the framework for KDE parts, which are elaborate widgets
with a user-interface defined in terms of actions (menu items, toolbar icons).

%files
%{_kde5_servicetypes}/*.desktop
%{_qt5_plugindir}/notepadpart.so
%{_qt5_plugindir}/spellcheckplugin.so

#----------------------------------------------------------------------------

%package i18n
Summary:	KParts translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KParts translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5parts_major 5
%define libkf5parts %mklibname kf5parts %{kf5parts_major}

%package -n %{libkf5parts}
Summary:	KDE Frameworks 5 document centric plugin system shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5parts}
KDE Frameworks 5 document centric plugin system shared library.

%files -n %{libkf5parts}
%{_kde5_libdir}/libKF5Parts.so.%{kf5parts_major}*

#----------------------------------------------------------------------------

%define devkf5parts %mklibname kf5parts -d

%package -n %{devkf5parts}
Summary:	Development files for KDE Frameworks 5 document centric plugin system module
Group:		Development/KDE and Qt
Requires:	%{libkf5parts} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5parts-devel = %{version}

%description -n %{devkf5parts}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5parts}
%{_kde5_includedir}/KF5/KParts
%{_kde5_includedir}/KF5/kparts_version.h
%{_kde5_libdir}/cmake/KF5Parts
%{_kde5_libdir}/libKF5Parts.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (023f076) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23023 |14mu|kpat-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kpat
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Several patience card games
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/kpatience/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Requires:	libkdegames-common
Conflicts:	kdegames4-devel < 1:4.5.71-0.svn1184269.2
Conflicts:	kdegames4-core < 1:4.9.80

%description -n kpat
KPatience is a relaxing card sorting game. To win the game a player has to
arrange a single deck of cards in certain order amongst each other.

%files -n kpat
%{_kde_bindir}/kpat
%{_kde_libdir}/libkcardgame.so
%{_kde_applicationsdir}/kpat.desktop
%{_kde_appsdir}/kpat
%{_kde_datadir}/config.kcfg/kpat.kcfg
%{_kde_configdir}/kpat.knsrc
%{_kde_configdir}/kcardtheme.knsrc
%{_kde_docdir}/*/*/kpat
%{_kde_iconsdir}/hicolor/*/apps/kpat.png
%{_datadir}/mime/packages/kpatience.xml

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 804cbab
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23024 |14mu|kpeople-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 people contacts module
Name:		kpeople
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5itemviews-devel >= %{version}
BuildRequires:	kf5service-devel >= %{version}
BuildRequires:	kf5widgetsaddons-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 people contacts module.

KPeople offers unified access to our contacts from different sources,
grouping them by person while still exposing all the data.

Furthermore, KPeople will also provide facilities to integrate the data
provided in user interfaces by providing QML and Qt Widgets components.

The sources are plugin-based, allowing to easily extend the contacts
collection.

%files
%{_kde5_datadir}/kf5/kpeople/dummy_avatar.png
%{_kde5_servicetypes}/kpeople_data_source.desktop
%{_kde5_servicetypes}/kpeople_plugin.desktop
%{_kde5_servicetypes}/persondetailsplugin.desktop

#----------------------------------------------------------------------------

%package i18n
Summary:	KPeople translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KPeople translations.

%files i18n -f kpeople5.lang

#----------------------------------------------------------------------------

%define qmlkf5people %mklibname kf5people-qml

%package -n %{qmlkf5people}
Summary:	QML plugin for KDE Frameworks 5 KPeople
Group:		System/Libraries
Provides:	kf5people-qml = %{EVRD}

%description -n %{qmlkf5people}
QML plugin for KDE Frameworks 5 KPeople.

%files -n %{qmlkf5people}
%dir %{_kde5_qmldir}/org/kde/people/
%{_kde5_qmldir}/org/kde/people/*

#----------------------------------------------------------------------------

%define kf5people_major 5
%define libkf5people %mklibname kf5people %{kf5people_major}

%package -n %{libkf5people}
Summary:	KDE Frameworks 5 people contacts shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n
Requires:	%{qmlkf5people}

%description -n %{libkf5people}
KDE Frameworks 5 people contacts shared library.

%files -n %{libkf5people}
%{_kde5_libdir}/libKF5People.so.%{kf5people_major}*

#----------------------------------------------------------------------------

%define kf5peoplebackend_major 5
%define libkf5peoplebackend %mklibname kf5peoplebackend %{kf5peoplebackend_major}

%package -n %{libkf5peoplebackend}
Summary:	KDE Frameworks 5 people contacts shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n
Requires:	%{qmlkf5people}

%description -n %{libkf5peoplebackend}
KDE Frameworks 5 people contacts shared library.

%files -n %{libkf5peoplebackend}
%{_kde5_libdir}/libKF5PeopleBackend.so.%{kf5peoplebackend_major}*

#----------------------------------------------------------------------------

%define kf5peoplewidgets_major 5
%define libkf5peoplewidgets %mklibname kf5peoplewidgets %{kf5peoplewidgets_major}

%package -n %{libkf5peoplewidgets}
Summary:	KDE Frameworks 5 people contacts shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n
Requires:	%{qmlkf5people}

%description -n %{libkf5peoplewidgets}
KDE Frameworks 5 people contacts shared library.

%files -n %{libkf5peoplewidgets}
%{_kde5_libdir}/libKF5PeopleWidgets.so.%{kf5peoplewidgets_major}*

#----------------------------------------------------------------------------

%define devkf5people %mklibname kf5people -d

%package -n %{devkf5people}
Summary:	Development files for KDE Frameworks 5 people contacts module
Group:		Development/KDE and Qt
Requires:	%{libkf5people} = %{EVRD}
Requires:	%{libkf5peoplebackend} = %{EVRD}
Requires:	%{libkf5peoplewidgets} = %{EVRD}
Provides:	kf5people-devel = %{version}

%description -n %{devkf5people}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5people}
%{_kde5_includedir}/KF5/KPeople
%{_kde5_libdir}/cmake/KF5People
%{_kde5_libdir}/libKF5People.so
%{_kde5_libdir}/libKF5PeopleBackend.so
%{_kde5_libdir}/libKF5PeopleWidgets.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang kpeople5

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (1dfc743) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23025 |14mu|kphotoalbum-4.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Image Database
Name:		kphotoalbum
Version:	4.7.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kphotoalbum.org
Source0:	http://download.kde.org/stable/kphotoalbum/%{version}/src/%{name}-%{version}.tar.xz
Source1:	kphotoalbum_ru.tar.gz
BuildRequires:	marble-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libkdcraw)
BuildRequires:	pkgconfig(libkexiv2)
BuildRequires:	pkgconfig(libkface)
BuildRequires:	pkgconfig(libkgeomap)
BuildRequires:	pkgconfig(libkipi)
Suggests:	kipi-plugins

%description
Image database for KDE.

%files -f %{name}.lang
%{_kde_bindir}/kphotoalbum
%{_kde_bindir}/kpa-backup.sh
%{_kde_bindir}/open-raw.pl
%{_kde_applicationsdir}/*.desktop
%{_kde_appsdir}/kphotoalbum
%{_kde_datadir}/config/kphotoalbumrc
%{_kde_iconsdir}/hicolor/*/*/*

#------------------------------------------------

%prep
%setup -q

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html

%changelog

* Fri Feb 26 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.7.1-1
- (35f6b6c) New version 4.7.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23026 |14mu|kpimtextedit-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Advanced text editor with html features
Name:		kpimtextedit
Version:	16.04.3
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	grantlee-qt5-devel
BuildRequires:	kf5codecs-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5designerplugin-devel
BuildRequires:	kf5emoticons-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5sonnet-devel
BuildRequires:	kf5textwidgets-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Advanced text editor with html features.

#----------------------------------------------------------------------------

%define kf5pimtextedit_major 5
%define libkf5pimtextedit %mklibname kf5pimtextedit %{kf5pimtextedit_major}

%package -n %{libkf5pimtextedit}
Summary:	Advanced text editor with html features shared library
Group:		System/Libraries

%description -n %{libkf5pimtextedit}
Advanced text editor with html features shared library.

%files -n %{libkf5pimtextedit}
%{_kde5_libdir}/libKF5PimTextEdit.so.%{kf5pimtextedit_major}*

#----------------------------------------------------------------------------

%package designer-plugin
Summary:	KF5PimTextEdit Qt Designer plugin
Group:		Development/KDE and Qt

%description designer-plugin
Qt Designer plugin for KF5PimTextEdit.

%files designer-plugin
%{_qt5_plugindir}/designer/kpimtexteditwidgets.so

#----------------------------------------------------------------------------

%define devkf5pimtextedit %mklibname kf5pimtextedit -d

%package -n %{devkf5pimtextedit}
Summary:	Development files for advanced text editor with html features module
Group:		Development/KDE and Qt
Requires:	%{libkf5pimtextedit} = %{EVRD}
Suggests:	%{name}-designer-plugin = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5pimtextedit-devel = %{version}

%description -n %{devkf5pimtextedit}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5pimtextedit}
%{_kde5_includedir}/KF5/KPIMTextEdit
%{_kde5_includedir}/KF5/kpimtextedit_version.h
%{_kde5_libdir}/cmake/KF5PimTextEdit
%{_kde5_libdir}/libKF5PimTextEdit.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Mon Jul 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (8d27d97) Build requires pkgconfig(Qt5Designer)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23027 |14mu|kplotting-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 module for data plotting
Name:		kplotting
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 module for data plotting.

KPlotWidget is a QWidget-derived class that provides a virtual base class
for easy data-plotting. The idea behind KPlotWidget is that you only have
to specify information in "data units"; i.e., the natural units of the
data being plotted. KPlotWidget automatically converts everything
to screen pixel units.

#----------------------------------------------------------------------------

%define kf5plotting_major 5
%define libkf5plotting %mklibname kf5plotting %{kf5plotting_major}

%package -n %{libkf5plotting}
Summary:	KDE Frameworks 5 data plotting shared library
Group:		System/Libraries

%description -n %{libkf5plotting}
KDE Frameworks 5 data plotting shared library.

%files -n %{libkf5plotting}
%{_kde5_libdir}/libKF5Plotting.so.%{kf5plotting_major}*

#----------------------------------------------------------------------------

%define devkf5plotting %mklibname kf5plotting -d

%package -n %{devkf5plotting}
Summary:	Development files for KDE Frameworks 5 data plotting module
Group:		Development/KDE and Qt
Requires:	%{libkf5plotting} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5plotting-devel = %{version}

%description -n %{devkf5plotting}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5plotting}
%{_kde5_includedir}/KF5/KPlotting
%{_kde5_includedir}/KF5/kplotting_version.h
%{_kde5_libdir}/cmake/KF5Plotting
%{_kde5_libdir}/libKF5Plotting.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (3bb02d5) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23028 |14mu|kpmcore-2.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	KDE partition management library
Name:		kpmcore
Version:	2.2.1
Release:	1
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable//%{name}/%{version}/%{name}-%{version}.tar.xz
Source1:	kpmcore_ru.tar.gz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5service-devel
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(libatasmart)
BuildRequires:	pkgconfig(libparted)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
Conflicts:	partitionmanager < 2.0.0

%description
KDE partition management library.

%files
%{_kde5_services}/pmdummybackendplugin.desktop
%{_kde5_services}/pmlibpartedbackendplugin.desktop
%{_kde5_servicetypes}/pmcorebackendplugin.desktop
%{_qt5_plugindir}/libpmdummybackendplugin.so
%{_qt5_plugindir}/libpmlibpartedbackendplugin.so

#----------------------------------------------------------------------------

%package i18n
Summary:	KDE partition management library translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KDE partition management library translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	KDE partition management shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libname}
KDE partition management shared library.

%files -n %{libname}
%{_kde5_libdir}/libkpmcore.so.%{major}
%{_kde5_libdir}/libkpmcore.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for KDE partition management shared library
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devname}
%{_kde5_includedir}/kpmcore
%{_kde5_libdir}/cmake/KPMcore
%{_kde5_libdir}/libkpmcore.so

#----------------------------------------------------------------------------

%prep
%setup -q

pushd po/ru
tar -xvzf %{SOURCE1}
popd

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name}

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.1-1
- (ec2b67d) New version 2.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23029 |14mu|kppp-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE tool to setup PPP (Point-to-Point Protocol) connections
Name:		kppp
Version:	4.14.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Source10:	%{name}.rpmlintrc
BuildRequires:	kdelibs4-devel
Requires:	ppp
Requires:	%{name}-provider = %{EVRD}
Conflicts:	kdenetwork4-devel < 3:4.11.0

%description
KPPP is used to setup PPP (Point-to-Point Protocol) connections. This is most
useful for connecting with a cell phone "modem" card these days. It is also use
to configure real modem connections.

%files
%{_kde_appsdir}/kppp
%{_kde_bindir}/kppp
%{_kde_bindir}/kppplogview
%{_kde_applicationsdir}/Kppp.desktop
%{_kde_applicationsdir}/kppplogview.desktop
%{_kde_docdir}/HTML/*/kppp
%{_kde_iconsdir}/*/*/apps/kppp.*
%{_datadir}/dbus-1/interfaces/org.kde.kppp.xml
%exclude %{_kde_appsdir}/kppp/Rules
%exclude %{_kde_appsdir}/kppp/Provider

#-----------------------------------------------------------

%package provider
Summary:	List of providers for KPPP
Group:		Graphical desktop/KDE

%description provider
List of providers for KPPP.

%files provider
%{_kde_appsdir}/kppp/Rules
%{_kde_appsdir}/kppp/Provider

#-------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: aeedce0
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23030 |14mu|kproperty-3.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE property editing framework with editor widget
Name:		kproperty
Version:	3.0.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	http://fr2.rpmfind.net/linux/KDE/stable/kproperty/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5guiaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KProperty is a property editing framework with editor widget similar to what
is known from Qt Designer.

%files
%{_kde5_datadir}/kpropertywidgets3/icons/kproperty_breeze.rcc

#----------------------------------------------------------------------------

%package i18n
Summary:	KProperty translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KProperty translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kpropertycore3_major 3
%define libkpropertycore3 %mklibname kpropertycore3_ %{kpropertycore3_major}

%package -n %{libkpropertycore3}
Summary:	KDE property editing framework shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkpropertycore3}
KDE property editing framework shared library.

%files -n %{libkpropertycore3}
%{_kde5_libdir}/libKPropertyCore3.so.%{kpropertycore3_major}*

#----------------------------------------------------------------------------

%define kpropertywidgets3_major 3
%define libkpropertywidgets3 %mklibname kpropertywidgets3_ %{kpropertywidgets3_major}

%package -n %{libkpropertywidgets3}
Summary:	KDE property editing framework shared library
Group:		System/Libraries

%description -n %{libkpropertywidgets3}
KDE property editing framework shared library.

%files -n %{libkpropertywidgets3}
%{_kde5_libdir}/libKPropertyWidgets3.so.%{kpropertywidgets3_major}*

#----------------------------------------------------------------------------

%define devkproperty %mklibname kproperty -d

%package -n %{devkproperty}
Summary:	Development files for KDE property editing framework
Group:		Development/KDE and Qt
Requires:	%{libkpropertycore3} = %{EVRD}
Requires:	%{libkpropertywidgets3} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devkproperty}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkproperty}
%{_kde5_includedir}/KPropertyCore3/
%{_kde5_includedir}/KPropertyWidgets3/
%{_kde5_libdir}/cmake/KPropertyCore3/
%{_kde5_libdir}/cmake/KPropertyWidgets3/
%{_kde5_libdir}/pkgconfig/KPropertyCore3.pc
%{_kde5_libdir}/pkgconfig/KPropertyWidgets3.pc
%{_kde5_libdir}/libKPropertyCore3.so
%{_kde5_libdir}/libKPropertyWidgets3.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt


%changelog

* Fri Jan 13 2017 Rosa <rosa@abf.rosalinux.ru> 3.0.0-1
- (a542886) Automatic import for version 3.0.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23031 |14mu|kpty-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 pseudo terminal devices module
Name:		kpty
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kcoreaddons-devel >= %{version}
BuildRequires:	ki18n-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 pseudo terminal devices module.

KPty provides primitives to interface with pseudo terminal devices as well
as a KProcess derived class for running child processes and communicating
with them using a pty.

#----------------------------------------------------------------------------

%package i18n
Summary:	KPty translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KPty translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5pty_major 5
%define libkf5pty %mklibname kf5pty %{kf5pty_major}

%package -n %{libkf5pty}
Summary:	KDE Frameworks 5 pseudo terminal devices shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5pty}
KDE Frameworks 5 pseudo terminal devices shared library.

%files -n %{libkf5pty}
%{_kde5_libdir}/libKF5Pty.so.%{kf5pty_major}*

#----------------------------------------------------------------------------

%define devkf5pty %mklibname kf5pty -d

%package -n %{devkf5pty}
Summary:	Development files for KDE Frameworks 5 pseudo terminal devices module
Group:		Development/KDE and Qt
Requires:	%{libkf5pty} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5pty-devel = %{version}

%description -n %{devkf5pty}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5pty}
%{_kde5_includedir}/KF5/KPty
%{_kde5_includedir}/KF5/kpty_version.h
%{_kde5_libdir}/cmake/KF5Pty
%{_kde5_libdir}/libKF5Pty.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (620a255) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23032 |14mu|kqtquickcharts-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qt Quick plugin to render beautiful and interactive charts
Name:		kqtquickcharts
Version:	4.14.3
Release:	1
License:	LGPLv2.1+
Group:		Development/KDE and Qt
Url:		http://edu.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
Qt Quick plugin to render beautiful and interactive charts.

%files
%doc COPYING AUTHORS
%dir %{_kde_libdir}/kde4/imports/org/kde/charts
%{_kde_libdir}/kde4/imports/org/kde/charts/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 76dcf84
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23033 |14mu|krb5-1.12.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	crosscompile
%if %{with crosscompile}
%define bootstrap 1
%else
%define bootstrap 0
%endif
%define oname mit-krb5

%{?_without_bootstrap: %global bootstrap 0}
%{?_with_bootstrap: %global bootstrap 1}

%define	major 3
%define	libname	%mklibname %{name}_ %{major}
%define	libk5crypto	%mklibname k5crypto %{major}

%define	support_major 0
%define	libnamesupport	%mklibname %{name}support %{support_major}

%define rad_major 0
%define libnamerad %mklibname krad %{rad_major}

%define	mit_major 9
%define	libkadm5clnt_mit	%mklibname kadm5clnt_mit %{mit_major}
%define	libkadm5srv_mit	%mklibname kadm5srv_mit %{mit_major}

%define	gssapi_major 2
%define	libgssapi_krb5	%mklibname gssapi_%{name}_ %{gssapi_major}

%define	gssrpc_major 4
%define	libgssrpc	%mklibname gssrpc %{gssrpc_major}

%define	kdb5_major 7
%define	libkdb5	%mklibname kdb5_ %{kdb5_major}

%define	ldap_major 1
%define	libkdb_ldap	%mklibname kdb_ldap %{ldap_major}

%define devname	%mklibname -d %{name}
# enable checking after compile
%define enable_check 0
%{?_with_check: %global %enable_check 1}

# Distro-specific default value is defined in branding-configs package
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	The Kerberos network authentication system
Name:		krb5
Version:	1.12.5
Release:	2
License:	MIT
Url:		http://web.mit.edu/kerberos/www/
Group:		System/Libraries
# from http://web.mit.edu/kerberos/dist/krb5/1.9/krb5-1.9.2-signed.tar
Source0:	krb5-%{version}.tar.gz
Source1:	krb5-%{version}.tar.gz.asc
Source2:	kprop.service
Source4:	kadmin.service
Source5:	krb5kdc.service
Source6:	krb5.conf
Source10:	kdc.conf
Source11:	kadm5.acl
Source19:	krb5kdc.sysconfig
Source20:	kadmin.sysconfig
# The same source files we "check", generated with "krb5-tex-pdf.sh create"
# and tarred up.
Source23:	krb5-1.10.3-pdf.tar.xz
Source24:	krb5-tex-pdf.sh
Source25:	krb5-1.10-manpaths.txt
Source29:	ksu.pamd
Source30:	kerberos-iv.portreserve
Source31:	kerberos-adm.portreserve
Source32:	krb5_prop.portreserve
Source33:	krb5kdc.logrotate
Source34:	kadmind.logrotate
Source35:	kdb_check_weak.c
Source40:	%{name}.rpmlintrc

Patch5:		krb5-1.10-ksu-access.patch
Patch6:		krb5-1.12-ksu-path.patch
Patch12:	krb5-1.12-ktany.patch
Patch16:	krb5-1.12-buildconf.patch
Patch23:	krb5-1.3.1-dns.patch
Patch29:	krb5-1.10-kprop-mktemp.patch
Patch30:	krb5-1.3.4-send-pr-tempfile.patch
Patch39:	krb5-1.12-api.patch
Patch59:	krb5-1.10-kpasswd_tcp.patch
Patch60:	krb5-1.12-pam.patch
Patch63:	krb5-1.12-selinux-label.patch
Patch71:	krb5-1.11-dirsrv-accountlock.patch
Patch86:	krb5-1.9-debuginfo.patch
Patch105:	krb5-kvno-230379.patch
Patch108:	krb5-CVE-2014-5351.patch

# mageia
Patch155:	krb5-init_context_null_spnego.patch
Patch156:	krb5-CVE-2015-8629.patch
Patch157:	krb5-CVE-2015-8630.patch
Patch158:	krb5-CVE-2015-8631.patch
Patch159:	krb5-CVE-2016-3119.patch
Patch160:	krb5-1.14.4-CVE-2016-3120.patch
Patch161:	Prevent-KDC-unset-status-assertion-failures.patch
Patch162:	krb5-1.12.5-CVE-2017-11462.patch
Patch163:	krb5-1.15.1-CVE-2017-15088.patch


BuildRequires:	bison
%if %{enable_check}
BuildRequires:	dejagnu
%endif
BuildRequires:	flex
BuildRequires:	libtool
BuildRequires:	python-sphinx
BuildRequires:	systemd-units
#BuildRequires:	texlive-latex-bin
BuildRequires:	keyutils-devel
%if !%{bootstrap}
BuildRequires:	openldap-devel
%endif
BuildRequires:	pam-devel
%if %{with selinux}
BuildRequires:	selinux-devel
%endif
BuildRequires:	pkgconfig(com_err)
BuildRequires:	pkgconfig(libverto)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
Conflicts:	%{_lib}krb53 < 1.12.2-9

%description
Kerberos V5 is a trusted-third-party network authentication system,
which can improve your network's security by eliminating the insecure
practice of cleartext passwords.

%files
%doc README
%config(noreplace) %{_sysconfdir}/krb5.conf
%dir %{_sysconfdir}/kerberos
%dir %{_sysconfdir}/krb5.conf.d
%dir %{_libdir}/krb5
%dir %{_libdir}/krb5/plugins
%dir %{_libdir}/krb5/plugins/kdb
%dir %{_libdir}/krb5/plugins/preauth
%dir %{_libdir}/krb5/plugins/authdata
#{_libdir}/krb5/plugins/*
#%{_libdir}/krb5/plugins/preauth/encrypted_challenge.so
%{_libdir}/krb5/plugins/preauth/otp.so
%{_libdir}/krb5/plugins/kdb/db2.so 
%{_datadir}/locale/en_US/LC_MESSAGES/mit-krb5.mo

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The shared library used by Kerberos 5
Group:		System/Libraries
Requires:	%{name} >= %{EVRD}
Conflicts:	%{_lib}krb53 < 1.12.2-9
Obsoletes:	%{_lib}krb53 < 1.12.2-9
%rename	krb5-libs

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libkrb5.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgssapi_krb5}
Summary:	The shared library used by Kerberos 5 - gssapi_krb5
Group:		System/Libraries
Conflicts:	%{_lib}krb53 < 1.12.2-9

%description -n %{libgssapi_krb5}
This package contains the shared library gssrpc for %{name}.

%files -n %{libgssapi_krb5}
%{_libdir}/libgssapi_krb5.so.%{gssapi_major}*

#----------------------------------------------------------------------------

%package -n %{libgssrpc}
Summary:	The shared library used by Kerberos 5 - gssrpc
Group:		System/Libraries
Conflicts:	%{_lib}krb53 < 1.12.2-9

%description -n %{libgssrpc}
This package contains the shared library gssrpc for %{name}.

%files -n %{libgssrpc}
%{_libdir}/libgssrpc.so.%{gssrpc_major}*

#----------------------------------------------------------------------------

%package -n %{libk5crypto}
Summary:	The shared library used by Kerberos 5 - k5crypto
Group:		System/Libraries
Conflicts:	%{_lib}krb53 < 1.12.2-9

%description -n %{libk5crypto}
This package contains the shared library k5crypto for %{name}.

%files -n %{libk5crypto}
%{_libdir}/libk5crypto.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamesupport}
Summary:	The shared library used by Kerberos 5 - krb5support
Group:		System/Libraries
Conflicts:	%{_lib}krb53 < 1.12.2-9

%description -n %{libnamesupport}
This package contains the shared library krb5support for %{name}.

%files -n %{libnamesupport}
%{_libdir}/libkrb5support.so.%{support_major}*

#----------------------------------------------------------------------------

%package -n %{libnamerad}
Summary:	The shared library used by Kerberos 5 - krad
Group:		System/Libraries

%description -n %{libnamerad}
This package contains the shared library krad for %{name}.

%files -n %{libnamerad}
%{_libdir}/libkrad.so.%{rad_major}*

#----------------------------------------------------------------------------

%package -n %{libkadm5clnt_mit}
Summary:	The shared library used by Kerberos 5 - kadm5clnt_mit
Group:		System/Libraries
Conflicts:	%{_lib}krb53 < 1.12.2-9
Obsoletes:	%{_lib}kadm5clnt_mit8 < 1.12.1

%description -n %{libkadm5clnt_mit}
This package contains the shared library kadm5clnt_mit for %{name}.

%files -n %{libkadm5clnt_mit}
%{_libdir}/libkadm5clnt_mit.so.%{mit_major}*

#----------------------------------------------------------------------------

%package -n %{libkadm5srv_mit}
Summary:	The shared library used by Kerberos 5 - kadm5srv_mit
Group:		System/Libraries
Conflicts:	%{_lib}krb53 < 1.12.2-9
Obsoletes:	%{_lib}kadm5srv_mit8 < 1.12.1

%description -n %{libkadm5srv_mit}
This package contains the shared library kadm5srv_mit for %{name}.

%files -n %{libkadm5srv_mit}
%{_libdir}/libkadm5srv_mit.so.%{mit_major}*

#----------------------------------------------------------------------------

%package -n %{libkdb5}
Summary:	The shared library used by Kerberos 5 - kdb5
Group:		System/Libraries
Conflicts:	%{_lib}krb53 < 1.12.2-9
Obsoletes:	%{_lib}kdb5_6 < 1.12.1

%description -n %{libkdb5}
This package contains the shared library kdb5 for %{name}.

%files -n %{libkdb5}
%{_libdir}/libkdb5.so.%{kdb5_major}*

#----------------------------------------------------------------------------

%package -n %{libkdb_ldap}
Summary:	The shared library used by Kerberos 5 - kdb_ldap
Group:		System/Libraries

%description -n %{libkdb_ldap}
This package contains the shared library kdb_ldap for %{name}.

%if !%{bootstrap}
%files -n %{libkdb_ldap}
%{_libdir}/libkdb_ldap.so.%{ldap_major}*
%endif

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files needed for compiling Kerberos 5 programs
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libgssapi_krb5} = %{EVRD}
Requires:	%{libgssrpc} = %{EVRD}
Requires:	%{libnamesupport} = %{EVRD}
Requires:	%{libkadm5clnt_mit} = %{EVRD}
Requires:	%{libkadm5srv_mit} = %{EVRD}
Requires:	%{libkdb5} = %{EVRD}
Requires:	%{libnamerad} = %{EVRD}
%if !%{bootstrap}
Requires:	%{libkdb_ldap} = %{EVRD}
%endif
Provides:	krb5-devel = %{EVRD}

%description -n %{devname}
Kerberos is a network authentication system.  The krb5-devel package
contains the header files and libraries needed for compiling Kerberos
5 programs. If you want to develop Kerberos-aware programs, you'll
need to install this package.

%files -n %{devname}
#doc build-pdf/appdev.pdf build-pdf/plugindev.pdf
%doc doc/krb5-protocol
%{_includedir}/*.h
%{_includedir}/gssapi
%{_includedir}/gssrpc
%{_includedir}/kadm5
%{_includedir}/krb5
%dir %{multiarch_includedir}/gssapi
%{multiarch_includedir}/gssapi/gssapi.h
%dir %{multiarch_includedir}/gssrpc
%{multiarch_includedir}/gssrpc/types.h
%{multiarch_includedir}/krb5.h
%{_bindir}/krb5-config
%{multiarch_bindir}/krb5-config
%{_libdir}/libgssapi_krb5.so
%{_libdir}/libgssrpc.so
%{_libdir}/libk5crypto.so
%{_libdir}/libkadm5clnt.so
%{_libdir}/libkadm5clnt_mit.so
%{_libdir}/libkadm5srv.so
%{_libdir}/libkadm5srv_mit.so
%{_libdir}/libkdb5.so
%{_libdir}/libkrb5.so
%{_libdir}/libkrb5support.so
%{_libdir}/libkrad.so
%if !%{bootstrap}
%{_libdir}/libkdb_ldap.so
%endif
%{_mandir}/man1/krb5-config.1*
%{_libdir}/pkgconfig/*

# Protocol test clients
%{_bindir}/sim_client
%{_bindir}/gss-client
%{_bindir}/uuclient

# Protocol test servers
%{_sbindir}/gss-server
%{_sbindir}/uuserver

#----------------------------------------------------------------------------

%package server
Summary:	The server programs for Kerberos 5
Group:		System/Servers
Requires(post,preun): rpm-helper
Requires(post,preun,postun): systemd-units
# we drop files in its directory, but we don't want to own that directory
Requires:	logrotate
# mktemp is used by krb5-send-pr
Requires:	mktemp
# portreserve is used by init scripts for kadmind, kpropd, and krb5kdc
Requires:	portreserve

%description server
Kerberos is a network authentication system.  The krb5-server package
contains the programs that must be installed on a Kerberos 5 server.
If you're installing a Kerberos 5 server, you need to install this
package (in other words, most people should NOT install this
package).

%files server
#doc build-pdf/admin.pdf build-pdf/build.pdf
%{_unitdir}/krb5kdc.service
%{_unitdir}/kadmin.service
%{_unitdir}/kprop.service
%config(noreplace) %{_sysconfdir}/sysconfig/krb5kdc
%config(noreplace) %{_sysconfdir}/sysconfig/kadmin
%config(noreplace) %{_sysconfdir}/portreserve/kerberos-iv
%config(noreplace) %{_sysconfdir}/portreserve/kerberos-adm
%config(noreplace) %{_sysconfdir}/portreserve/krb5_prop
%config(noreplace) %{_sysconfdir}/logrotate.d/krb5kdc
%config(noreplace) %{_sysconfdir}/logrotate.d/kadmind
%dir /var/log/kerberos
%dir %{_sysconfdir}/kerberos/krb5kdc
%config(noreplace) %{_sysconfdir}/kerberos/krb5kdc/kdc.conf
%config(noreplace) %{_sysconfdir}/kerberos/krb5kdc/kadm5.acl
%{_mandir}/man5/kadm5.acl.5*
%{_mandir}/man5/kdc.conf.5*
%{_sbindir}/kadmin.local
%{_mandir}/man8/kadmin.local.8*
%{_sbindir}/kadmind
%{_mandir}/man8/kadmind.8*
%{_sbindir}/kdb5_util
%{_mandir}/man8/kdb5_util.8*
%{_sbindir}/kprop
%{_mandir}/man8/kprop.8*
%{_sbindir}/kpropd
%{_mandir}/man8/kpropd.8*
%{_sbindir}/kproplog
%{_mandir}/man8/kproplog.8*
%{_sbindir}/krb5kdc
%{_mandir}/man8/krb5kdc.8*
%{_sbindir}/sim_server
%{_bindir}/sclient
%{_mandir}/man1/sclient.1*
%{_sbindir}/sserver
%{_mandir}/man8/sserver.8*

%post server
if [ $1 -eq 1 ] ; then 
    # Initial installation 
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
exit 0

%preun server
if [ "$1" -eq "0" ] ; then
    /bin/systemctl --no-reload disable krb5kdc.service > /dev/null 2>&1 || :
    /bin/systemctl --no-reload disable kadmin.service > /dev/null 2>&1 || :
    /bin/systemctl --no-reload disable kprop.service > /dev/null 2>&1 || :
    /bin/systemctl stop krb5kdc.service > /dev/null 2>&1 || :
    /bin/systemctl stop kadmin.service > /dev/null 2>&1 || :
    /bin/systemctl stop kprop.service > /dev/null 2>&1 || :
fi
exit 0

%postun server
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart krb5kdc.service >/dev/null 2>&1 || :
    /bin/systemctl try-restart kadmin.service >/dev/null 2>&1 || :
    /bin/systemctl try-restart kprop.service >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package server-ldap
Summary:	The LDAP storage plugin for the Kerberos 5 KDC
Group:		System/Servers
Requires:	%{name}-server = %{EVRD}

%description server-ldap
Kerberos is a network authentication system. The krb5-server package
contains the programs that must be installed on a Kerberos 5 key
distribution center (KDC). If you are installing a Kerberos 5 KDC,
and you wish to use a directory server to store the data for your
realm, you need to install this package. 

%files server-ldap
%doc src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif
%doc src/plugins/kdb/ldap/libkdb_ldap/kerberos.schema
%if !%{bootstrap}
%{_libdir}/krb5/plugins/kdb/kldap.so
%{_sbindir}/kdb5_ldap_util
%{_mandir}/man8/kdb5_ldap_util.8*
%endif

#----------------------------------------------------------------------------

%package workstation
Summary:	Kerberos 5 programs for use on workstations
Group:		System/Base
Requires(post):	rpm-helper
Requires(preun):rpm-helper
Provides:	kerberos-workstation

%description workstation
Kerberos is a network authentication system.  The krb5-workstation
package contains the basic Kerberos programs (kinit, klist, kdestroy,
kpasswd). If your network uses Kerberos, this package should be installed
on every workstation.

%files workstation
%doc src/config-files/services.append
%doc build-html/*
#doc build-pdf/user.pdf build-pdf/basic.pdf
%attr(0755,root,root) %doc src/config-files/convert-config-files
%{_mandir}/man5/krb5.conf.5*
%{_bindir}/kdestroy
%{_bindir}/kswitch
%{_mandir}/man1/kdestroy.1*
%{_mandir}/man1/kswitch.1*
%{_bindir}/kinit
%{_mandir}/man5/.k5identity.5*
%{_mandir}/man5/.k5login.5*
%{_mandir}/man1/kinit.1*
%{_bindir}/klist
%{_mandir}/man1/klist.1*
%{_bindir}/kpasswd
%{_mandir}/man1/kpasswd.1*
%{_bindir}/kvno
%{_mandir}/man1/kvno.1*
%{_bindir}/kadmin
%{_mandir}/man1/kadmin.1*
%{_bindir}/k5srvutil
%{_mandir}/man1/k5srvutil.1*
%{_bindir}/ktutil
%{_mandir}/man1/ktutil.1*
%{_mandir}/man5/k5identity.5.*
%{_mandir}/man5/k5login.5.*
%attr(4755,root,root) %{_bindir}/ksu
%{_mandir}/man1/ksu.1*
%config(noreplace) /etc/pam.d/ksu
# Problem-reporting tool
%{_datadir}/gnats
%{_sbindir}/krb5-send-pr
%{_mandir}/man1/krb5-send-pr.1*

#----------------------------------------------------------------------------

%package pkinit-openssl
Summary:	The PKINIT module for Kerberos 5
Group:		System/Libraries

%description pkinit-openssl
Kerberos is a network authentication system. The krb5-pkinit-openssl
package contains the PKINIT plugin, which uses OpenSSL to allow clients
to obtain initial credentials from a KDC using a private key and a
certificate.

%files pkinit-openssl
%{_libdir}/krb5/plugins/preauth/pkinit.so

#----------------------------------------------------------------------------

%package -n	openldap-schemas-%{name}
Summary:	OpenLDAP schema files from %{name}-%{EVRD} source tree
Group:		Databases
BuildArch:	noarch
Requires(pre):	openldap-config

%files -n	openldap-schemas-%{name}
%config(noreplace) %{_sysconfdir}/openldap/schema/*
%attr(750,ldap,ldap) %config(noreplace) %{_sysconfdir}/openldap/slapd.d/%{name}.conf

#----------------------------------------------------------------------------

%prep
%setup -q -a 23 -n krb5-%{version}
ln -s NOTICE LICENSE

%patch60 -p1 -b .pam

%if %{with selinux}
%patch63 -p1 -b .pam
%endif

%patch5  -p1 -b .ksu-access
%patch6  -p1 -b .ksu-path
%patch12 -p1 -b .ktany
%patch16 -p1 -b .buildconf
%patch23 -p1 -b .dns
%patch29 -p1 -b .kprop-mktemp
%patch30 -p1 -b .send-pr-tempfile
%patch39 -p1 -b .api
%patch59 -p1 -b .kpasswd_tcp
%patch71 -p1 -b .dirsrv-accountlock
%patch86 -p0 -b .debuginfo
%patch105 -p1 -b .kvno
%patch108 -p1

%patch155 -p1 -b .init_context_null_spnego
%patch156 -p1 -b .CVE-2015-8629
%patch157 -p1 -b .CVE-2015-8630
%patch158 -p1 -b .CVE-2015-8631
%patch159 -p1 -b .CVE-2016-3119
%patch160 -p1 -b .CVE-2016-3120
%patch161 -p1 -b .CVE-2017-11368
%patch162 -p1 -b .CVE-2017-11462
%patch163 -p1 -b .CVE-2017-15088

# Take the execute bit off of documentation.
chmod -x doc/krb5-protocol/*.txt 

sed -i s,^attributetype:,attributetypes:,g \
    src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif 


%build
pushd src
    autoreconf -fi
popd
%if %{with crosscompile}
export krb5_cv_attr_constructor_destructor=yes
export ac_cv_func_regcomp=yes
export ac_cv_printf_positional=yes
export ac_cv_file__etc_environment=no
export ac_cv_file__etc_TIMEZONE=no
sed -i "406d" src/include/k5-platform.h
%endif

%serverbuild
# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's|-fPIE||g'`

pushd src
# Work out the CFLAGS and CPPFLAGS which we intend to use.
INCLUDES=-I%{_includedir}/et
CFLAGS="`echo $RPM_OPT_FLAGS $DEFINES $INCLUDES -fPIC`"
CPPFLAGS="`echo $DEFINES $INCLUDES`" 
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
        CC="%{__cc}" \
	CFLAGS="$CFLAGS" \
	CPPFLAGS="$CPPFLAGS" \
	--enable-shared \
	--localstatedir=%{_sysconfdir}/kerberos \
	--enable-dns-for-realm \
	--enable-pkinit \
	--with-system-verto \
	--without-tcl \
	--with-system-et \
	--with-system-ss \
	--disable-static \
	--disable-rpath \
%if !%{bootstrap}
	--with-ldap \
%endif
	--with-pam

	#--with-netlib=-lresolv

%make
popd

# Build the docs.
make -C src/doc paths.py version.py
cp src/doc/paths.py doc/
mkdir -p build-man build-html build-pdf
sphinx-build -a -b man   -t pathsubs doc build-man
sphinx-build -a -b html  -t pathsubs doc build-html
rm -fr build-html/_sources
#sphinx-build -a -b latex -t pathsubs doc build-pdf
#make -C build-pdf


%check
# Run the test suite.  Won't run in the build system because /dev/pts is
# not available for telnet tests and so on.
# make check TMPDIR=%{_tmppath}

%install

# Sample KDC config files (bundled kdc.conf and kadm5.acl).
install -d %{buildroot}%{_sysconfdir}/kerberos/krb5kdc
install -m0644 %{SOURCE10} %{buildroot}%{_sysconfdir}/kerberos/krb5kdc/kdc.conf
install -m0600 %{SOURCE11} %{buildroot}%{_sysconfdir}/kerberos/krb5kdc/kadm5.acl

# Default configuration file for everything.
install -d %{buildroot}%{_sysconfdir}
install -m0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/krb5.conf
install -d %{buildroot}%{_sysconfdir}/krb5.conf.d

# Server init scripts (krb5kdc,kadmind,kpropd) and their sysconfig files.
install -d %{buildroot}%{_unitdir}
for init in \
    %{SOURCE5} \
    %{SOURCE4} \
    %{SOURCE2} ; do
    install -m0644 ${init} %{buildroot}%{_unitdir}
done

install -d %{buildroot}%{_sysconfdir}/sysconfig
for sysconfig in \
    %{SOURCE19} \
    %{SOURCE20} ; do
    install -m0644 ${sysconfig} \
    %{buildroot}%{_sysconfdir}/sysconfig/`basename ${sysconfig} .sysconfig`
done

# portreserve configuration files.
install -d %{buildroot}%{_sysconfdir}/portreserve
for portreserve in \
    %{SOURCE30} \
    %{SOURCE31} \
    %{SOURCE32} ; do
    install -m0644 ${portreserve} \
    %{buildroot}/%{_sysconfdir}/portreserve/`basename ${portreserve} .portreserve`
done

# logrotate configuration files
install -d %{buildroot}%{_sysconfdir}/logrotate.d
for logrotate in \
    %{SOURCE33} \
    %{SOURCE34} ; do
    install -m0644 ${logrotate} \
    %{buildroot}%{_sysconfdir}/logrotate.d/`basename ${logrotate} .logrotate`
done

# PAM configuration files.
install -d %{buildroot}%{_sysconfdir}/pam.d/
for pam in \
    %{SOURCE29} ; do
    install -m0644 ${pam} \
    %{buildroot}/%{_sysconfdir}/pam.d/`basename ${pam} .pamd`
done

# Plug-in directories.
install -d %{buildroot}%{_libdir}/krb5/plugins/preauth
install -d %{buildroot}%{_libdir}/krb5/plugins/kdb
install -d %{buildroot}%{_libdir}/krb5/plugins/authdata

# The rest of the binaries, headers, libraries, and docs.
make -C src \
    DESTDIR=%{buildroot} \
    EXAMPLEDIR=%{_docdir}/%{devname}/examples\
    install

# logdir
install -d %{buildroot}/var/log/kerberos

# clear the LDFLAGS
perl -pi -e "s|^LDFLAGS.*|LDFLAGS=''|g" %{buildroot}%{_bindir}/krb5-config


# multiarch policy
%multiarch_binaries %{buildroot}%{_bindir}/krb5-config

%multiarch_includes %{buildroot}%{_includedir}/gssapi/gssapi.h

# (gb) this one could be fixed differently and properly using <stdint.h>

%multiarch_includes %{buildroot}%{_includedir}/gssrpc/types.h

%multiarch_includes %{buildroot}%{_includedir}/krb5.h

# Install processed man pages.
for section in 1 5 8; do
	install -m 644 build-man/*.$section %{buildroot}%{_mandir}/man$section/
done

# Prepare schema files to be included into OpenLDAP configuration
mkdir -p %{buildroot}%{_sysconfdir}/openldap/{schema,slapd.d}
install -m 0644 src/plugins/kdb/ldap/libkdb\_ldap/kerberos.{ldif,schema} %{buildroot}%{_sysconfdir}/openldap/schema/
cat > %{buildroot}%{_sysconfdir}/openldap/slapd.d/%{name}.conf <<EOF
# If you need krb5 support load this file or copy
# uncommented lines below to your slapd.conf.

include %{_sysconfdir}/openldap/schema/kerberos.schema

EOF


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23034 |14mu|krdc-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Remote Desktop Client
Name:		krdc
Version:	4.14.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		krdc-4.11.0-desktop.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libvncserver)
BuildRequires:	pkgconfig(TelepathyQt4)
BuildRequires:	freerdp >= 1.0.2
Requires:	freerdp >= 1.0.2
Conflicts:	kde4-filesharing < 3:4.8.0

%description
KDE Remote Desktop Client is a client application that allows you to view
or even control the desktop session on another machine that is running a
compatible server. VNC and RDP are supported.

%files
%{_kde_bindir}/krdc
%{_kde_appsdir}/krdc
%{_kde_applicationsdir}/krdc.desktop
%{_kde_datadir}/config.kcfg/krdc.kcfg
%{_kde_libdir}/kde4/kcm_krdc_rdpplugin.so
%{_kde_libdir}/kde4/kcm_krdc_vncplugin.so
%{_kde_libdir}/kde4/krdc_rdpplugin.so
%{_kde_libdir}/kde4/krdc_testplugin.so
%{_kde_libdir}/kde4/krdc_vncplugin.so
%{_kde_services}/rdp.protocol
%{_kde_services}/vnc.protocol
%{_kde_services}/krdc_rdp.desktop
%{_kde_services}/krdc_rdp_config.desktop
%{_kde_services}/krdc_test.desktop
%{_kde_services}/krdc_vnc.desktop
%{_kde_services}/krdc_vnc_config.desktop
%{_kde_services}/ServiceMenus/smb2rdc.desktop
%{_kde_servicetypes}/krdc_plugin.desktop
%{_kde_docdir}/HTML/*/krdc
#### Telepathy-Qt4-based optional feature ####
%{_kde_bindir}/krdc_rfb_approver
%{_kde_appsdir}/krdc_rfb_approver
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.krdc_rfb*.service
%{_datadir}/telepathy/clients/krdc_rfb*.client

#----------------------------------------------------------------------------

%define krdccore_major 4
%define libkrdccore %mklibname krdccore %{krdccore_major}

%package -n %{libkrdccore}
Summary:	Shared library for KRDC
Group:		System/Libraries
Obsoletes:	%{_lib}krdccore1 < 3:4.10.1

%description -n %{libkrdccore}
Shared library for KRDC.

%files -n %{libkrdccore}
%{_kde_libdir}/libkrdccore.so.%{krdccore_major}*

#----------------------------------------------------------------------------

%define devkrdccore %mklibname krdccore -d

%package -n %{devkrdccore}
Summary:	Development for KRDC
Group:		Development/KDE and Qt
Requires:	%{libkrdccore} = %{EVRD}
Conflicts:	kdenetwork4-devel < 3:4.11.0
Provides:	%{name}-devel = %{EVRD}

%description -n %{devkrdccore}
This package contains header files needed if you want to build applications
based on KRDC.

%files -n %{devkrdccore}
%{_kde_includedir}/krdc
%{_kde_libdir}/libkrdccore.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: 183952e
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23035 |14mu|kremotecontrol-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kremotecontrol
Summary:	KDE Frontend for the LIRC Suite
Version:	4.14.3
Release:	1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GPLD
URL:		http://www.kde.org/applications/utilities/kremotecontrol/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xtst)
Requires:	kdebase4-runtime
Obsoletes:	%{name}-devel < 4.11.0
Conflicts:	kdeutils4-core < 4.5.72

%description
KRemoteControl is a KDE frontend for the Linux Infrared Remote Control system
(LIRC).
It consist of two parts: a systemtray applet and a configuration module.

%files
%doc AUTHORS COPYING COPYING.LIB README TODO
%{_kde_bindir}/krcdnotifieritem
%{_kde_libdir}/kde4/kcm_remotecontrol.so
%{_kde_libdir}/kde4/kded_kremotecontroldaemon.so
%{_kde_libdir}/kde4/plasma_engine_kremoteconrol.so
%{_kde_libdir}/kde4/kremotecontrol_lirc.so
%{_kde_services}/kremotecontrolbackends/kremotecontrol_lirc.desktop
%{_kde_servicetypes}/kremotecontrolmanager.desktop
%{_kde_applicationsdir}/krcdnotifieritem.desktop
%{_kde_appsdir}/kremotecontrol/
%{_kde_appsdir}/kremotecontroldaemon/
%{_kde_iconsdir}/*/*/actions/krcd_flash.*
%{_kde_iconsdir}/*/*/actions/krcd_off.*
%{_kde_iconsdir}/*/*/apps/krcd.*
%{_kde_iconsdir}/*/*/devices/infrared-remote.*
%{_kde_services}/kcm_remotecontrol.desktop
%{_kde_services}/kded/kremotecontroldaemon.desktop
%{_kde_services}/plasma-engine-kremotecontrol.desktop
%{_kde_docdir}/HTML/en/kcontrol/kremotecontrol/

#------------------------------------------------------------------------------

%define kremotecontrol_major 1
%define libkremotecontrol %mklibname kremotecontrol %{kremotecontrol_major}
%define oldlibkremotecontrol %mklibname libkremotecontrol 1

%package -n %{libkremotecontrol}
Summary:	Runtime library for kremotecontrol
Group:		System/Libraries
Obsoletes:	%{oldlibkremotecontrol} < 4.7.90

%description -n %{libkremotecontrol}
KRemoteControl is a KDE frontend for the Linux Infrared Remote Control system 
(LIRC).

It consist of two parts: a systemtray applet and a configuration module.

This package provides the runtime library for kremotecontrol.

%files -n %{libkremotecontrol}
%{_kde_libdir}/liblibkremotecontrol.so.%{kremotecontrol_major}*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't need it because there are no devel headers anyway
rm -f %{buildroot}%{_kde_libdir}/liblibkremotecontrol.so


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 81885ef
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23036 |14mu|kreport-3.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE framework for the creation and generation of reports in multiple formats
Name:		kreport
Version:	3.0.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	http://fr2.rpmfind.net/linux/KDE/stable/kreports/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5guiaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	pkgconfig(KPropertyWidgets3)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)

%description
KDE framework for the creation and generation of reports in multiple formats.

%files
%dir %{_kde5_datadir}/kreport3/
%{_kde5_datadir}/kreport3/*
%{_kde5_servicetypes}/kreport_elementplugin.desktop
%{_qt5_plugindir}/kreport3/org.kde.kreport.barcode.so
%{_qt5_plugindir}/kreport3/org.kde.kreport.web.so

#----------------------------------------------------------------------------

%define kreport3_major 3
%define libkreport3 %mklibname kreport3_ %{kreport3_major}

%package -n %{libkreport3}
Summary:	KDE reports shared library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libkreport3}
KDE reports shared library.

%files -n %{libkreport3}
%{_kde5_libdir}/libKReport3.so.%{kreport3_major}*

#----------------------------------------------------------------------------

%define devkreport %mklibname kreport -d

%package -n %{devkreport}
Summary:	Development files for KDE reports module
Group:		Development/KDE and Qt
Requires:	%{libkreport3} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devkreport}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkreport}
%{_kde5_includedir}/KReport3
%{_kde5_libdir}/cmake/KReport3
%{_kde5_libdir}/pkgconfig/KReport3.pc
%{_kde5_libdir}/libKReport3.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Fri Jan 13 2017 Rosa <rosa@abf.rosalinux.ru> 3.0.0-1
- (21fa48d) Automatic import for version 3.0.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23037 |14mu|kreversi-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Old reversi board game, also known as othello
Name:		kreversi
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+ and LGPLv2+ and GFDL
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/games/kreversi/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Requires:	libkdegames-corebindings
Conflicts:	kdegames4-core < 1:4.9.80

%description
KReversi is a simple one player strategy game played against the computer.

If a player's piece is captured by an opposing player, that piece is turned
over to reveal the color of that player. A winner is declared when one player
has more pieces of his own color on the board and there are no more possible
moves.

%files
%{_kde_bindir}/kreversi
%{_kde_applicationsdir}/kreversi.desktop
%{_kde_appsdir}/kreversi
%{_kde_iconsdir}/hicolor/*/apps/kreversi.png
%{_kde_iconsdir}/oxygen/*/actions/lastmoves.*
%{_kde_iconsdir}/oxygen/*/actions/legalmoves.*
%{_kde_docdir}/*/*/kreversi

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 051decf
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23038 |14mu|krfb-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Remote Desktop Server
Name:		krfb
Version:	4.14.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		krfb-4.11.0-desktop.patch
Patch1:		krfb-4.11.0-soversion.patch
BuildRequires:	jpeg-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(TelepathyQt4)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(zlib)

%description
KDE Desktop Sharing is a server application that allows you to share your
current session with a user on another machine, who can use a VNC client
to view or even control the desktop.

%files
%{_kde_bindir}/krfb
%{_kde_appsdir}/krfb
%{_kde_applicationsdir}/krfb.desktop
%{_kde_libdir}/kde4/krfb_*.so
%{_kde_services}/krfb*.desktop
%{_kde_servicetypes}/krfb*.desktop
%{_kde_docdir}/HTML/*/krfb
#### Telepathy-Qt4-based optional feature ####
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.krfb_rfb*.service
%{_datadir}/telepathy/clients/krfb_rfb*.client

#----------------------------------------------------------------------------

%define krfbprivate_major 4
%define libkrfbprivate %mklibname krfbprivate %{krfbprivate_major}

%package -n %{libkrfbprivate}
Summary:	KRFB shared library
Group:		System/Libraries

%description -n %{libkrfbprivate}
KRFB shared library.

%files -n %{libkrfbprivate}
%{_kde_libdir}/libkrfbprivate.so.%{krfbprivate_major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: c9fa772
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23039 |14mu|krita-3.3.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Sketching and painting program
Name:		krita
Version:	3.3.3
Release:	2
Epoch:		16
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	http://fr2.rpmfind.net/linux/KDE/stable/%{name}/%{version}/%{name}-%{version}.tar.gz
Source1:	krita-3.3.3_ru.tar.gz
Patch0:		krita-3.1.3-style.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	boost-devel
BuildRequires:	gomp-devel
BuildRequires:	jpeg-devel
BuildRequires:	kf5archive-devel
BuildRequires:	kf5completion-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5crash-devel
BuildRequires:	kf5guiaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5itemmodels-devel
BuildRequires:	kf5itemviews-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	vc-devel
BuildRequires:	pkgconfig(eigen3)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libraw)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(OpenColorIO)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(poppler-qt5)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(zlib)
Conflicts:	calligra-l10n < 3.0

%description
Krita offers an end–to–end solution for creating digital painting files
from scratch by masters. It supports concept art, creation of comics
and textures for rendering.

%files -f %{name}.lang
%{_kde5_applicationsdir}/krita_*.desktop
%{_kde5_applicationsdir}/org.kde.krita.desktop
%{_kde5_bindir}/krita
%dir %{_kde5_datadir}/color/icc/krita/
%{_kde5_datadir}/color/icc/krita/*
%{_kde5_datadir}/color-schemes/Krita*.colors
%dir %{_kde5_datadir}/krita/
%{_kde5_datadir}/krita/*
%dir %{_kde5_datadir}/kritaplugins/
%{_kde5_datadir}/kritaplugins/*
%{_kde5_iconsdir}/hicolor/*/apps/calligrakrita.*
%{_kde5_iconsdir}/hicolor/*/mimetypes/application-x-krita.*
%dir %{_kde5_libdir}/kritaplugins/
%{_kde5_libdir}/kritaplugins/*.so
%{_kde5_sysconfdir}/xdg/kritarc
%{_appdatadir}/org.kde.krita.appdata.xml

#--------------------------------------------------------------------

%define kritabasicflakes_major 18
%define libkritabasicflakes %mklibname kritabasicflakes %{kritabasicflakes_major}

%package -n %{libkritabasicflakes}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritabasicflakes}
Krita shared library.

%files -n %{libkritabasicflakes}
%{_kde5_libdir}/libkritabasicflakes.so.%{kritabasicflakes_major}*

#--------------------------------------------------------------------

%define kritacolor_major 18
%define libkritacolor %mklibname kritacolor %{kritacolor_major}

%package -n %{libkritacolor}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritacolor}
Krita shared library.

%files -n %{libkritacolor}
%{_kde5_libdir}/libkritacolor.so.%{kritacolor_major}*

#--------------------------------------------------------------------

%define kritacolord_major 18
%define libkritacolord %mklibname kritacolord %{kritacolord_major}

%package -n %{libkritacolord}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritacolord}
Krita shared library.

%files -n %{libkritacolord}
%{_kde5_libdir}/libkritacolord.so.%{kritacolord_major}*

#--------------------------------------------------------------------

%define kritaflake_major 18
%define libkritaflake %mklibname kritaflake %{kritaflake_major}

%package -n %{libkritaflake}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritaflake}
Krita shared library.

%files -n %{libkritaflake}
%{_kde5_libdir}/libkritaflake.so.%{kritaflake_major}*

#--------------------------------------------------------------------

%define kritaglobal_major 18
%define libkritaglobal %mklibname kritaglobal %{kritaglobal_major}

%package -n %{libkritaglobal}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritaglobal}
Krita shared library.

%files -n %{libkritaglobal}
%{_kde5_libdir}/libkritaglobal.so.%{kritaglobal_major}*

#--------------------------------------------------------------------

%define kritaimage_major 18
%define libkritaimage %mklibname kritaimage %{kritaimage_major}

%package -n %{libkritaimage}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritaimage}
Krita shared library.

%files -n %{libkritaimage}
%{_kde5_libdir}/libkritaimage.so.%{kritaimage_major}*

#--------------------------------------------------------------------

%define kritalibbrush_major 18
%define libkritalibbrush %mklibname kritalibbrush %{kritalibbrush_major}

%package -n %{libkritalibbrush}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritalibbrush}
Krita shared library.

%files -n %{libkritalibbrush}
%{_kde5_libdir}/libkritalibbrush.so.%{kritalibbrush_major}*

#--------------------------------------------------------------------

%define kritalibpaintop_major 18
%define libkritalibpaintop %mklibname kritalibpaintop %{kritalibpaintop_major}

%package -n %{libkritalibpaintop}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritalibpaintop}
Krita shared library.

%files -n %{libkritalibpaintop}
%{_kde5_libdir}/libkritalibpaintop.so.%{kritalibpaintop_major}*

#--------------------------------------------------------------------

%define kritaodf_major 18
%define libkritaodf %mklibname kritaodf %{kritaodf_major}

%package -n %{libkritaodf}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritaodf}
Krita shared library.

%files -n %{libkritaodf}
%{_kde5_libdir}/libkritaodf.so.%{kritaodf_major}*

#--------------------------------------------------------------------

%define kritapigment_major 18
%define libkritapigment %mklibname kritapigment %{kritapigment_major}

%package -n %{libkritapigment}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritapigment}
Krita shared library.

%files -n %{libkritapigment}
%{_kde5_libdir}/libkritapigment.so.%{kritapigment_major}*

#--------------------------------------------------------------------

%define kritaplugin_major 18
%define libkritaplugin %mklibname kritaplugin %{kritaplugin_major}

%package -n %{libkritaplugin}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritaplugin}
Krita shared library.

%files -n %{libkritaplugin}
%{_kde5_libdir}/libkritaplugin.so.%{kritaplugin_major}*

#--------------------------------------------------------------------

%define kritapsd_major 18
%define libkritapsd %mklibname kritapsd %{kritapsd_major}

%package -n %{libkritapsd}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritapsd}
Krita shared library.

%files -n %{libkritapsd}
%{_kde5_libdir}/libkritapsd.so.%{kritapsd_major}*

#--------------------------------------------------------------------

%define kritastore_major 18
%define libkritastore %mklibname kritastore %{kritastore_major}

%package -n %{libkritastore}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritastore}
Krita shared library.

%files -n %{libkritastore}
%{_kde5_libdir}/libkritastore.so.%{kritastore_major}*

#--------------------------------------------------------------------

%define kritatext_major 18
%define libkritatext %mklibname kritatext %{kritatext_major}

%package -n %{libkritatext}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritatext}
Krita shared library.

%files -n %{libkritatext}
%{_kde5_libdir}/libkritatext.so.%{kritatext_major}*

#--------------------------------------------------------------------

%define kritatextlayout_major 18
%define libkritatextlayout %mklibname kritatextlayout %{kritatextlayout_major}

%package -n %{libkritatextlayout}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritatextlayout}
Krita shared library.

%files -n %{libkritatextlayout}
%{_kde5_libdir}/libkritatextlayout.so.%{kritatextlayout_major}*

#--------------------------------------------------------------------

%define kritaui_major 18
%define libkritaui %mklibname kritaui %{kritaui_major}

%package -n %{libkritaui}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritaui}
Krita shared library.

%files -n %{libkritaui}
%{_kde5_libdir}/libkritaui.so.%{kritaui_major}*

#--------------------------------------------------------------------

%define kritaundo2_major 18
%define libkritaundo2 %mklibname kritaundo2_ %{kritaundo2_major}

%package -n %{libkritaundo2}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritaundo2}
Krita shared library.

%files -n %{libkritaundo2}
%{_kde5_libdir}/libkritaundo2.so.%{kritaundo2_major}*

#--------------------------------------------------------------------

%define kritavectorimage_major 18
%define libkritavectorimage %mklibname kritavectorimage %{kritavectorimage_major}

%package -n %{libkritavectorimage}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritavectorimage}
Krita shared library.

%files -n %{libkritavectorimage}
%{_kde5_libdir}/libkritavectorimage.so.%{kritavectorimage_major}*

#--------------------------------------------------------------------

%define kritaversion_major 18
%define libkritaversion %mklibname kritaversion %{kritaversion_major}

%package -n %{libkritaversion}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritaversion}
Krita shared library.

%files -n %{libkritaversion}
%{_kde5_libdir}/libkritaversion.so.%{kritaversion_major}*

#--------------------------------------------------------------------

%define kritawidgets_major 18
%define libkritawidgets %mklibname kritawidgets %{kritawidgets_major}

%package -n %{libkritawidgets}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritawidgets}
Krita shared library.

%files -n %{libkritawidgets}
%{_kde5_libdir}/libkritawidgets.so.%{kritawidgets_major}*

#--------------------------------------------------------------------

%define kritawidgetutils_major 18
%define libkritawidgetutils %mklibname kritawidgetutils %{kritawidgetutils_major}

%package -n %{libkritawidgetutils}
Summary:	Krita shared library
Group:		System/Libraries

%description -n %{libkritawidgetutils}
Krita shared library.

%files -n %{libkritawidgetutils}
%{_kde5_libdir}/libkritawidgetutils.so.%{kritawidgetutils_major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

# Don't package development libraries as there are no headers
rm -rf %{buildroot}%{_kde5_libdir}/libkritabasicflakes.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritacolor.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritacolord.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritaflake.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritaglobal.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritaimage.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritalibbrush.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritalibpaintop.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritaodf.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritapigment.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritaplugin.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritapsd.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritastore.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritatext.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritatextlayout.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritaui.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritaundo2.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritavectorimage.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritaversion.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritawidgets.so
rm -rf %{buildroot}%{_kde5_libdir}/libkritawidgetutils.so

%if %{mdvver} < 201610
sed -i s,Theme=.*,Theme=ROSA,g %{buildroot}%{_kde5_sysconfdir}/xdg/kritarc
%endif

%find_lang %{name} --all-name --with-qt


%changelog

* Fri Jan 19 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16:3.3.3-2
- (cf17143) Use ROSA theme for pre-2016.1 releases



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23040 |14mu|kross-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 multi-language application scripting module
Name:		kross
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kcompletion-devel >= %{version}
BuildRequires:	kcoreaddons-devel >= %{version}
BuildRequires:	kdoctools-devel >= %{version}
BuildRequires:	ki18n-devel >= %{version}
BuildRequires:	kiconthemes-devel >= %{version}
BuildRequires:	kio-devel >= %{version}
BuildRequires:	kparts-devel >= %{version}
BuildRequires:	kservice-devel >= %{version}
BuildRequires:	kwidgetsaddons-devel >= %{version}
BuildRequires:	kxmlgui-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5UiTools)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)

%description
KDE Frameworks 5 multi-language application scripting module.

Kross is a scripting bridge to embed scripting functionality into an
application. It supports QtScript as a scripting interpreter backend.

%files
%{_kde5_bindir}/kf5kross
%{_kde5_mandir}/man1/kf5kross.1*
%{_qt5_plugindir}/*.so
%{_qt5_plugindir}/script/*.so

#----------------------------------------------------------------------------

%package i18n
Summary:	Kross translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
Kross translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5krosscore_major 5
%define libkf5krosscore %mklibname kf5krosscore %{kf5krosscore_major}

%package -n %{libkf5krosscore}
Summary:	KDE Frameworks 5 multi-language application scripting shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5krosscore}
KDE Frameworks 5 multi-language application scripting shared library.

%files -n %{libkf5krosscore}
%{_kde5_libdir}/libKF5KrossCore.so.%{kf5krosscore_major}*

#----------------------------------------------------------------------------

%define kf5krossui_major 5
%define libkf5krossui %mklibname kf5krossui %{kf5krossui_major}

%package -n %{libkf5krossui}
Summary:	KDE Frameworks 5 multi-language application scripting shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5krossui}
KDE Frameworks 5 multi-language application scripting shared library.

%files -n %{libkf5krossui}
%{_kde5_libdir}/libKF5KrossUi.so.%{kf5krossui_major}*

#----------------------------------------------------------------------------

%define devkf5kross %mklibname kf5kross -d

%package -n %{devkf5kross}
Summary:	Development files for KDE Frameworks 5 application scripting module
Group:		Development/KDE and Qt
Requires:	%{libkf5krosscore} = %{EVRD}
Requires:	%{libkf5krossui} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5kross-devel = %{version}

%description -n %{devkf5kross}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5kross}
%{_kde5_includedir}/KF5/KrossCore
%{_kde5_includedir}/KF5/KrossUi
%{_kde5_includedir}/KF5/kross_version.h
%{_kde5_libdir}/cmake/KF5Kross
%{_kde5_libdir}/libKF5KrossCore.so
%{_kde5_libdir}/libKF5KrossUi.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt --with-man

%changelog

* Sun Jul 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (530bd3d) Add man pages translations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23041 |14mu|kross-interpreters-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with java 0
%bcond_with falcon 0
%bcond_with ruby 0

Name:		kross-interpreters
Summary:	KDE bindings to non-C++ languages
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		https://projects.kde.org/projects/kde/kdebindings/kross-interpreters
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	java-devel
%if %with ruby
BuildRequires:	ruby-devel
%endif
BuildRequires:	python-devel
BuildRequires:	qscintilla-qt4-devel
%if %with falcon
BuildRequires:	falcon-devel
%endif

%description
Language interpreters to enable in-process scripting with Kross.

#----------------------------------------------------------------

%package java
Summary:	Java kross interpreter

%description java
Java kross interpreter

%files java
%{_kde_libdir}/kde4/kross/kross.jar
%{_kde_libdir}/kde4/krossjava.so

#---------------------------------------------------------------

%package python
Summary:	Python kross-interpreter
Conflicts:	python-kde4 < 1:4.7.0

%description python
Python kross interpreter

%files python
%{_kde_libdir}/kde4/krosspython.so

#--------------------------------------------------------------
%if %with ruby
%package ruby
Summary:	Ruby kross interpreter
Conflicts:	ruby-kde4 < 1:4.7.0

%description ruby
Ruby kross interpreter

%files ruby
%{_kde_libdir}/kde4/krossruby.so
%endif

#------------------------------------------------------------

%if %with falcon
%package -n falcon-kde4
Summary:	Falcon KDE 4 bindings
Group:		Development/KDE and Qt
Requires:	falcon

%description -n falcon-kde4
Falcon KDE 4 bindings.

%files -n falcon-kde4
%{_kde_libdir}/kde4/krossfalcon.so
%endif

#------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: e764360
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23042 |14mu|kruler-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kruler
Summary:	KDE Screen Ruler
Version:	4.14.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2 GFDL
URL:		http://www.kde.org/applications/graphics/kruler
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KRuler displays on screen a ruler measuring pixels.
Features :
    - Integrated color picker
    - Change the length of the ruler
    - Change the orientation of the ruler
    - Change the color, transparency and font of the ruler

%files
%doc %{_kde_docdir}/HTML/en/%{name}
%{_kde_bindir}/kruler
%{_kde_applicationsdir}/kruler.desktop
%{_kde_appsdir}/kruler
%{_kde_iconsdir}/*/*/*/kruler*

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: 5804512
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23043 |14mu|krunner-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 parallelized query system module
Name:		krunner
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kconfig-devel >= %{version}
BuildRequires:	kcoreaddons-devel >= %{version}
BuildRequires:	ki18n-devel >= %{version}
BuildRequires:	kio-devel >= %{version}
BuildRequires:	kservice-devel >= %{version}
BuildRequires:	kf5plasma-devel >= %{version}
BuildRequires:	solid-devel >= %{version}
BuildRequires:	threadweaver-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 parallelized query system module.

The Plasma workspace provides an application called KRunner which, among other
things, allows one to type into a text area which causes various actions and
information that match the text appear as the text is being typed.

%files
%{_kde5_servicetypes}/plasma-runner.desktop

#----------------------------------------------------------------------------

%define qmlkf5krunner %mklibname kf5krunner-qml

%package -n %{qmlkf5krunner}
Summary:	QML plugin for KDE Frameworks 5 KRunner
Group:		System/Libraries
Provides:	kf5krunner-qml = %{EVRD}

%description -n %{qmlkf5krunner}
QML plugin for KDE Frameworks 5 KRunner.

%files -n %{qmlkf5krunner}
%dir %{_kde5_qmldir}/org/kde/runnermodel/
%{_kde5_qmldir}/org/kde/runnermodel/*

#----------------------------------------------------------------------------

%define kf5runner_major 5
%define libkf5runner %mklibname kf5runner %{kf5runner_major}

%package -n %{libkf5runner}
Summary:	KDE Frameworks 5 parallelized query system shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{qmlkf5krunner}

%description -n %{libkf5runner}
KDE Frameworks 5 parallelized query system shared library.

%files -n %{libkf5runner}
%{_kde5_libdir}/libKF5Runner.so.%{kf5runner_major}*

#----------------------------------------------------------------------------

%define devkf5runner %mklibname kf5runner -d

%package -n %{devkf5runner}
Summary:	Development files for KDE Frameworks 5 parallelized query system module
Group:		Development/KDE and Qt
Requires:	%{libkf5runner} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5runner-devel = %{version}

%description -n %{devkf5runner}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5runner}
%{_kde5_datadir}/kdevappwizard/templates/runner.tar.*
%{_kde5_includedir}/KF5/KRunner
%{_kde5_includedir}/KF5/krunner_version.h
%{_kde5_libdir}/cmake/KF5Runner
%{_kde5_libdir}/libKF5Runner.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (f49f4a4) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23044 |14mu|ksaneplugin-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ksaneplugin
Summary:	KDE Scan Service
Version:	4.14.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2
URL:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libksane) >= 0.3.0
Requires:	libksane
Conflicts:	kdegraphics4-core < 2:4.6.90

%description
This is a KScan plugin that implements the scanning through libksane.

%files
%{_kde_libdir}/kde4/ksaneplugin.so
%{_kde_services}/ksane_scan_service.desktop

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: 61f7876
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23045 |14mu|kscd-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Audio CD Player
Name:		kscd
Version:	4.14.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/multimedia/kscd
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kscd-4.12.1-fix-multiple-CD-device.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libmusicbrainz3)
Requires:	kdebase4-runtime
Conflicts:	kdemultimedia4-core < 3:4.5.71
Conflicts:	kdemultimedia4-devel < 3:4.8.95
Suggests:	gstreamer0.10-cdparanoia

%description
KsCD is a small, fast, CDDB enabled audio CD player which supports
multiple platforms.

%files
%{_kde_bindir}/kscd
%{_kde_applicationsdir}/kscd.desktop
%{_kde_datadir}/config.kcfg/kscd.kcfg
%{_kde_appsdir}/kscd
%{_kde_iconsdir}/*/*/apps/kscd.*
%{_kde_appsdir}/solid/actions/kscd-play-audiocd.desktop
%{_datadir}/dbus-1/interfaces/org.kde.kscd.cdplayer.xml

#------------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: b7ca6d4
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23046 |14mu|kscreen-1.0.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Display Management software
Name:		kscreen
Version:	1.0.2.1
Release:	4
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/libs/kscreen
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
# From upstream
Patch0:		kscreen-1.0.2-fix-typo.patch
Patch1:		001-cmake-target.patch
Patch2:		002-cmake-policy.patch
Patch3:		003-cmake-requires.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(kscreen)
BuildRequires:	pkgconfig(QJson)
Requires:	kdebase4-runtime
Requires:	libkscreen

%description
KCM and KDED modules for managing displays in KDE.

%files -f %{name}.lang
%{_kde_bindir}/kscreen-console
%{_kde_libdir}/kde4/kcm_kscreen.so
%{_kde_libdir}/kde4/kded_kscreen.so
%{_kde_datadir}/apps/kcm_kscreen
%{_kde_datadir}/kde4/services/kcm_kscreen.desktop
%{_kde_datadir}/kde4/services/kded/kscreen.desktop
%{_kde_iconsdir}/hicolor/*/actions/kdocumentinfo.*

#------------------------------------------------------------------------------

%package -n plasma-applet-kscreen
Summary:	Plasma applet for quick display configuration
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description -n plasma-applet-kscreen
Plasma applet for quick display configuration.

%files -n plasma-applet-kscreen -f plasma_applet_org.kde.plasma.kscreen.lang
%{_kde_libdir}/kde4/plasma_applet_kscreen.so
%{_kde_appsdir}/plasma/packages/org.kde.plasma.kscreen.qml
%{_kde_services}/plasma-applet-kscreen.desktop
%{_kde_services}/plasma-applet-kscreen-qml.desktop

#------------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} kcm_displayconfiguration %{name}.lang

%find_lang plasma_applet_org.kde.plasma.kscreen


%changelog

* Sat May 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2.1-4
- (ae8625e) Add patches from upstream to fix build with new cmake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23047 |14mu|kscreenlocker-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 screen locker
Name:		kscreenlocker
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	wayland-tools
BuildRequires:	kf5crash-devel
BuildRequires:	kf5declarative-devel
BuildRequires:	kf5globalaccel-devel
BuildRequires:	kf5idletime-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5wayland-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(wayland-client)
BuildRequires:	pkgconfig(wayland-server)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcursor)
Conflicts:	plasma5-workspace < 5.5

%description
Plasma 5 screen locker.

%files -f %{name}.lang
%{_kde5_datadir}/kconf_update/kscreenlocker.upd
%{_kde5_datadir}/kconf_update/ksreenlocker_5_3_separate_autologin.pl
%{_kde5_datadir}/ksmserver/screenlocker/org.kde.passworddialog/
%attr(6755,root,root) %{_kde5_libexecdir}/kcheckpass
%{_kde5_libexecdir}/kscreenlocker_greet
%{_kde5_notificationsdir}/ksmserver.notifyrc
%{_kde5_services}/screenlocker.desktop
%{_qt5_plugindir}/screenlocker_kcm.so

#----------------------------------------------------------------------------

%define kscreenlocker_major 5
%define libkscreenlocker %mklibname kscreenlocker %{kscreenlocker_major}

%package -n %{libkscreenlocker}
Summary:	Plasma 5 screen locker shared library
Group:		System/Libraries

%description -n %{libkscreenlocker}
Plasma 5 screen locker shared library.

%files -n %{libkscreenlocker}
%{_kde5_libdir}/libKScreenLocker.so.%{kscreenlocker_major}*

#----------------------------------------------------------------------------

%define devkscreenlocker %mklibname kscreenlocker -d

%package -n %{devkscreenlocker}
Summary:	Development files for Plasma 5 screen locker library
Group:		Development/KDE and Qt
Requires:	%{libkscreenlocker} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}plasma5-workspace-devel < 5.5

%description -n %{devkscreenlocker}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkscreenlocker}
%{_kde5_includedir}/KScreenLocker
%{_kde5_libdir}/cmake/KScreenLocker
%{_kde5_libdir}/cmake/ScreenSaverDBusInterface
%{_kde5_libdir}/libKScreenLocker.so
%{_datadir}/dbus-1/interfaces/kf5_org.freedesktop.ScreenSaver.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5_kf5locales
%make

%install
%makeinstall_std -C build

%find_lang kscreenlocker kscreenlocker_greet screenlocker_kcm %{name}.lang
%kf5locales_fix %{name}.lang

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (448fef9) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23048 |14mu|kservice-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 advanced plugin and service introspection module
Name:		kservice
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
Patch0:		kservice-5.15.0-kde-menu.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5crash-devel >= %{version}
BuildRequires:	kf5dbusaddons-devel >= %{version}
BuildRequires:	kf5doctools-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Xml)

%description
KDE Frameworks 5 advanced plugin and service introspection module.

%files
%{_kde5_bindir}/kbuildsycoca5
%{_kde5_mandir}/man8/desktoptojson.8*
%{_kde5_mandir}/man8/kbuildsycoca5.8*
%{_kde5_servicetypes}/application.desktop
%{_kde5_servicetypes}/kplugininfo.desktop
# Never used (we use /etc/xdg/menus/kde-applications.menu) but let's keep it
%{_kde5_sysconfdir}/xdg/kde5/menus/kde-applications.menu

#----------------------------------------------------------------------------

%package i18n
Summary:	KService translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KService translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5service_major 5
%define libkf5service %mklibname kf5service %{kf5service_major}

%package -n %{libkf5service}
Summary:	KDE Frameworks 5 plugin and service introspection shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5service}
KDE Frameworks 5 plugin and service introspection shared library.

%files -n %{libkf5service}
%{_kde5_libdir}/libKF5Service.so.%{kf5service_major}*

#----------------------------------------------------------------------------

%define devkf5service %mklibname kf5service -d

%package -n %{devkf5service}
Summary:	Development files for KDE Frameworks 5 plugin and service introspection module
Group:		Development/KDE and Qt
Requires:	%{libkf5service} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5service-devel = %{version}

%description -n %{devkf5service}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5service}
%{_kde5_includedir}/KF5/KService
%{_kde5_includedir}/KF5/kservice_version.h
%{_kde5_libdir}/cmake/KF5Service
%{_kde5_libdir}/libKF5Service.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-man

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (e693b1e) New version 5.24.0

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.23.0-1
- (e73fcb8) New version 5.23.0

* Wed Apr 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21.0-2
- (c4d5a79) MassBuild#1017: Increase release tag

* Sun Apr 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21.0-1
- (5cd1bad) New version 5.21.0

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-2
- (0411a14) MassBuild#1000: Increase release tag

* Mon Mar 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-1
- (0ee751a) New version 5.20.0

* Sat Feb 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.19.0-1
- (ac5a51a) New version 5.19.0

* Mon Jan 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.18.0-1
- (5864388) New version 5.18.0

* Wed Dec 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.17.0-1
- (d040760) New version 5.17.0

* Wed Nov 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.16.0-2
- (2fd0c1a) Bump release

* Wed Nov 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.16.0-1
- (d6b73f4) Drop mimeassociations patch (fixed upstream)
- (Andrey Bondrov: fdd82b1) New version 5.16.0

* Tue Oct 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.15.0-2
- (106436d) Backport mimeassociations patch from upstream

* Mon Oct 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.15.0-1
- (0822d8d) Update files
- (Andrey Bondrov: 769fe2d) Re-diff kde-menu patch
- (Andrey Bondrov: 2d9be8a) New version 5.15.0

* Sat Sep 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.14.0-1
- (49a3389) Re-diff kde-menu patch
- (Andrey Bondrov: eb7d910) New version 5.14.0

* Wed Aug 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.13.0-1
- (fc012be) New version 5.13.0

* Mon Jul 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.12.0-1
- (d0942be) New version 5.12.0

* Mon Jun 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.11.0-1
- (051d4da) New version 5.11.0

* Sat May 09 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.10.0-1
- (2b1290c) New version 5.10.0

* Fri May 08 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.9.0-2
- (931a98e) Use /etc/xdg/menus/kde-applications.menu instead of /etc/xdg/menus/applications.menu
- (931a98e) Adjust BuildRequires

* Fri Apr 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.9.0-1
- (bb33cdc) New version 5.9.0

* Wed Mar 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.8.0-1
- (cdf7f3c) New version 5.8.0

* Fri Mar 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-3
- (b19b89b) MassBuild#682: Increase release tag

* Thu Mar 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-2
- (07e7723) Adjust devel package Provides and headers directory

* Wed Feb 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.0-1
- (f494235) Re-diff menu path patch
- (Andrey Bondrov: 8552df0) Add required KF5 version to BuildRequires
- (Andrey Bondrov: 1bc0187) New version 5.7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23049 |14mu|kshisen-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kshisen
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Patience game where you take away all pieces
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/game.php?game=kshisen
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkmahjongg-devel
Requires:	libkdegames-common
Requires:	kmahjongglib

%description
KShisen is a solitaire-like game played using the standard set of Mahjong
tiles. Unlike Mahjong however, KShisen has only one layer of scrambled tiles.

%files
%{_kde_bindir}/kshisen
%{_kde_applicationsdir}/kshisen.desktop
%{_kde_appsdir}/kshisen
%{_kde_datadir}/sounds/kshisen
%{_kde_datadir}/config.kcfg/kshisen.kcfg
%{_kde_iconsdir}/hicolor/*/apps/kshisen*
%{_kde_docdir}/*/*/kshisen

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 25edafe
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23050 |14mu|ksirk-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ksirk
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Computerized version of a well known strategy board game
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/ksirk/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
BuildRequires:	pkgconfig(qca2)

%description -n ksirk
KsirK is a computerized version of the well known strategic board game Risk.
The goal of the game is simply to conquer the world by attacking your neighbors
with your armies.

Features :
- Support for 1-6 human or computer (AI) players
- Multi-player gaming over a network
- You can easily create new skins with SVG graphics and the skin editor
- Hot New Stuff support. You can easily download and install new skins

%files
%{_kde_bindir}/ksirk*
%{_kde_applicationsdir}/ksirk*.desktop
%{_kde_datadir}/config.kcfg/ksirk*settings.kcfg
%{_kde_configdir}/ksirk.knsrc
%{_kde_appsdir}/ksirk*
%{_kde_iconsdir}/*/*/apps/ksirk.png
%{_kde_docdir}/*/*/ksirk
%{_kde_docdir}/*/*/ksirkskineditor

#------------------------------------------------------------------------------

%define iris_ksirk_major 2
%define libiris_ksirk %mklibname iris_ksirk %{iris_ksirk_major}

%package -n %{libiris_ksirk}
Summary:	KDE 4 library
Group:		System/Libraries

%description -n %{libiris_ksirk}
KDE 4 library.

%files -n %{libiris_ksirk}
%{_kde_libdir}/libiris_ksirk.so.%{iris_ksirk_major}*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't need it for now
rm -f %{buildroot}%{_kde_libdir}/libiris_ksirk.so



%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: c21c012
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23051 |14mu|ksnakeduel-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ksnakeduel
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Snake race played against the computer
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/ksnakeduel/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Obsoletes:	kdesnake < 1:4.9.80
Provides:	kdesnake = %{EVRD}
Provides:	ksnake = %{EVRD}
Requires:	ktron = %{EVRD}

%description
KSnakeDuel is a fast action game where you steer a snake which has to eat
food. While eating the snake grows. But once a player collides with the
other snake or the wall the game is lost. This becomes of course more and
more difficult the longer the snakes grow.

%files
%{_kde_bindir}/kdesnake
%{_kde_applicationsdir}/kdesnake.desktop
%{_kde_iconsdir}/hicolor/*/*/kdesnake.*

#------------------------------------------------------------------------------

%package -n ktron
Summary:	Simple Tron clone
Group:		Graphical desktop/KDE
URL:		http://www.kde.org/applications/games/ktron

%description -n ktron
Well known from the famous movie, KTron is a popular computer game for two
players. In a fast action sequence both players have to move and avoid
colliding with any walls, the opponent as well as the own path. The player
colliding first looses the game.

%files -n ktron
%{_kde_bindir}/ktron
%{_kde_applicationsdir}/ktron.desktop
%{_kde_appsdir}/ktron
%{_kde_datadir}/config.kcfg/ktron.kcfg
%{_kde_configdir}/ktron.knsrc
%{_kde_iconsdir}/hicolor/*/*/ktron.png
%{_kde_docdir}/HTML/en/ktron

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: cc8a010
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23052 |14mu|ksnapshot-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Screenshot Utility
Name:		ksnapshot
Version:	4.14.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2 GFDL
Url:		http://www.kde.org/applications/graphics/ksnapshot
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
# Workaround keyboard grabbing issues with delayed capture
# When capturing screenshots with popped up menus, in some cases
# grabber doesn't get initialized properly
# See KDE bug: https://bugs.kde.org/show_bug.cgi?id=210916
Patch0:		ksnapshot-4.10.3-grabkeyboard.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libkipi)
BuildRequires:	pkgconfig(xcb-xfixes)
Conflicts:	kdegraphics4-devel < 2:4.6.90
Requires:	kipi-common
Suggests:	kipi-plugins

%description
KSnapshot is a KDE snapshot tool with many features.
Features:
    - Save in multiple formats
    - Take new shapshot
    - Open with... possibility to open snapshot in external editor.
    - Copy to clipboard
    - Several capture modes, including selected region or single window
    - Snapshot delay

%files
%doc COPYING COPYING.LIB COPYING.DOC
%doc %{_kde_docdir}/HTML/en/%{name}/
%{_kde_bindir}/kbackgroundsnapshot
%{_kde_bindir}/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_iconsdir}/hicolor/*/apps/%{name}.png
%{_kde_iconsdir}/hicolor/scalable/apps/%{name}.svgz
%{_datadir}/dbus-1/interfaces/org.kde.ksnapshot.xml

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: 3c81742
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23053 |14mu|kspaceduel-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		kspaceduel
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Two player game with shooting spaceships flying around a sun
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/kspaceduel/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
In KSpaceDuel each of two possible players control a satellite spaceship
orbiting the sun. As the game progresses players have to eliminate the
opponent's spacecraft with bullets or mines.

%files
%{_kde_bindir}/kspaceduel
%{_kde_applicationsdir}/kspaceduel.desktop
%{_kde_appsdir}/kspaceduel
%{_kde_docdir}/*/*/kspaceduel
%{_kde_iconsdir}/hicolor/*/apps/kspaceduel.png
%{_kde_datadir}/config.kcfg/kspaceduel.kcfg

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 456565f
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23054 |14mu|ksquares-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ksquares
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	An implementation of the popular paper based game squares
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/ksquares/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KSquares is an implementation of the popular paper based game squares. 
You must draw lines to complete squares, the player with the most s
quares wins.

%files
%{_kde_bindir}/ksquares
%{_kde_applicationsdir}/ksquares.desktop
%{_kde_appsdir}/ksquares
%{_kde_datadir}/config.kcfg/ksquares.kcfg
%{_kde_iconsdir}/hicolor/*/apps/ksquares.png
%{_kde_docdir}/*/*/ksquares

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: d3c185e
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23055 |14mu|ksshaskpass-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 SSH-askpass
Name:		ksshaskpass
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5wallet-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	pkgconfig(Qt5Core)
Requires:	openssh-clients
Requires(post,postun):	update-alternatives

%description
Ksshaskpass is a front-end for ssh-add which stores the password of the sh key
in KWallet.

Ksshaskpass is not meant to be executed directly, you need to tell ssh-add
about it. ssh-add will then call it if it is not associated to a terminal.

%files -f %{name}.lang
%{_kde5_bindir}/ksshaskpass
%{_kde5_mandir}/man1/ksshaskpass.1*

%post
update-alternatives --install %{_libdir}/ssh/ssh-askpass ssh-askpass %{_kde5_bindir}/ksshaskpass 60
update-alternatives --install %{_bindir}/ssh-askpass bssh-askpass %{_kde5_bindir}/ksshaskpass 60

%postun
[ $1 = 0 ] || exit 0
update-alternatives --remove ssh-askpass %{_kde5_bindir}/ksshaskpass
update-alternatives --remove bssh-askpass %{_kde5_bindir}/ksshaskpass

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name}

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (60494fc) Drop desktop file as upstream did
- (60494fc) Adjust style for KF5 BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23056 |14mu|kstars-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without indilib
%define indilib_version 0.9.8
%define xplanet_version 1.2.1

Summary:	A Desktop Planetarium
Name:		kstars
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/kstars
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
Source10:	%{name}.rpmlintrc
BuildRequires:	xplanet >= %{xplanet_version}
BuildRequires:	kdelibs4-devel
BuildRequires:	libfli-devel
BuildRequires:	python-kde4-devel
BuildRequires:	pkgconfig(cfitsio)
BuildRequires:	pkgconfig(eigen3)
BuildRequires:	pkgconfig(QJson)
%if %{with indilib}
BuildRequires:	pkgconfig(libindi) >= %{indilib_version}
BuildRequires:	indilib-devel-static >= %{indilib_version}
Requires:	indilib >= %{indilib_version}
%endif
Requires:	python-kde4

%description
KStars is a Desktop Planetarium for KDE. It provides an accurate graphical
simulation of the night sky, from any location on Earth, at any date and
time. The display includes 130,000 stars, 13,000 deep-sky objects,all 8
planets, the Sun and Moon, and thousands of comets and asteroids.

%files
%doc COPYING COPYING.DOC README README.ephemerides README.customize README.images README.planetmath README.timekeeping AUTHORS
%doc %{_kde_docdir}/HTML/*/kstars
%{_kde_applicationsdir}/kstars.desktop
%{_kde_appsdir}/kstars
%{_kde_bindir}/kstars
%{_kde_configdir}/kstars.knsrc
%{_kde_datadir}/appdata/kstars.appdata.xml
%{_kde_datadir}/config.kcfg/kstars.kcfg
%{_kde_iconsdir}/*/*/apps/kstars.*
%{_kde_libdir}/libhtmesh.a

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: cf35c8d
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23057 |14mu|ksudoku-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Play, create and solve sudoku grids
Name:		ksudoku
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/ksudoku/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)

%description
The word Sudoku means "single number in an alloted place" in Japanese. These
are the basic rules. Every sudoku Sudoku is a square of 81 cells divided into
9 columns and 9 rows and in 9 subsquares (3x3) of 9 cells each. Solving takes
usually from 10 to 30 minutes, depending on puzzle level, your skill and
experience.

Some cells are filled with a number at the beginnning: the remaining are to
be filled by the player using numbers from 1 to 9, without repeating a number
twice on each column, row or subsuquare (each of them must contain only
one 1, one 2, one 3, and so on). The game requires logic and patience.
The numerals in Sudoku puzzles are used for convenience (for example in 16x16
board we use letters): arithmetic relationships between numbers are irrelevant.

This program supports also 16x16 games with numbers from 1 to 16 and 256
cells with 16 cols, rows and subsquares! (if normal sudoku are not enough for
you).

More information at http://en.wikipedia.org/wiki/Sudoku

%files
%{_kde_bindir}/ksudoku
%{_kde_applicationsdir}/ksudoku.desktop
%{_kde_appsdir}/ksudoku
%{_kde_configdir}/ksudokurc
%{_kde_iconsdir}/hicolor/*/apps/ksudoku.png
%{_kde_docdir}/*/*/ksudoku

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: d6a90dc
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23058 |14mu|ksystemlog-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	System log viewer tool for KDE4
Name:		ksystemlog
Version:	4.14.3
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Requires:	pciutils

%description
This program is developed for being used by beginner users, which don't know
how to find information about their Linux system, and how the log files are
in their computer. But it is also designed for advanced users, who want to
quickly see problems occuring on their server.

KSystemLog has the following features :
- View all the main log of your system, by selecting them directly in a menu
- Auto display new lines logged in bold
- Tabbed view to allow displaying several logs at the same time
- Saving in a file and copying to clipboard the selected log lines are also
  implemented (and email to your friends)
- It can parse the following log files of your system:
  - X.org (or Xfree) logs
  - System logs (using the Syslog parser of KSystemLog)
  - Kernel logs
  - Daemons logs
  - Cron logs
  - Boot logs
  - Authentication logs
  - Cups logs
  - ACPID logs

%files
%{_kde_bindir}/ksystemlog
%{_kde_appsdir}/ksystemlog
%{_kde_applicationsdir}/ksystemlog.desktop
%{_kde_docdir}/*/*/ksystemlog

#------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: 792a303
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23059 |14mu|kteatime-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	System tray applet that makes sure your tea doesn't get too strong
Name:		kteatime
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
System tray applet that makes sure your tea doesn't get too strong.

%files
%{_kde_bindir}/kteatime
%{_kde_appsdir}/kteatime
%{_kde_applicationsdir}/kteatime.desktop
%{_kde_iconsdir}/hicolor/*/apps/kteatime.*
%{_kde_docdir}/*/*/kteatime

#-------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 7541fae
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23060 |14mu|ktexteditor-kf5-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

%define oname ktexteditor

Summary:	KDE Frameworks 5 advanced embeddable text editor module
Name:		%{oname}-kf5
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	karchive-devel >= %{version}
BuildRequires:	kconfig-devel >= %{version}
BuildRequires:	kguiaddons-devel >= %{version}
BuildRequires:	ki18n-devel >= %{version}
BuildRequires:	kio-devel >= %{version}
BuildRequires:	kparts-devel >= %{version}
BuildRequires:	sonnet-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(Qt5XmlPatterns)

%description
KDE Frameworks 5 advanced embeddable text editor module.

KTextEditor provides a powerful text editor component that you can embed in
your application, either as a KPart or using the KF5::TextEditor library
(if you need more control).

%files
%{_kde5_datadir}/katepart5/*
%{_kde5_plugindir}/parts/katepart.so
%{_kde5_services}/katepart.desktop
%{_kde5_servicetypes}/ktexteditor.desktop
%{_kde5_servicetypes}/ktexteditorplugin.desktop

#----------------------------------------------------------------------------

%package i18n
Summary:	KTextEditor translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KTextEditor translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5texteditor_major 5
%define libkf5texteditor %mklibname kf5texteditor %{kf5texteditor_major}

%package -n %{libkf5texteditor}
Summary:	KDE Frameworks 5 advanced embeddable text editor shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5texteditor}
KDE Frameworks 5 advanced embeddable text editor shared library.

%files -n %{libkf5texteditor}
%{_kde5_libdir}/libKF5TextEditor.so.%{kf5texteditor_major}*

#----------------------------------------------------------------------------

%define devkf5texteditor %mklibname kf5texteditor -d

%package -n %{devkf5texteditor}
Summary:	Development files for KDE Frameworks 5 advanced embeddable text editor module
Group:		Development/KDE and Qt
Requires:	%{libkf5texteditor} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5texteditor-devel = %{version}

%description -n %{devkf5texteditor}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5texteditor}
%{_kde5_includedir}/KF5/KTextEditor
%{_kde5_includedir}/KF5/ktexteditor_version.h
%{_kde5_libdir}/cmake/KF5TextEditor
%{_kde5_libdir}/libKF5TextEditor.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (362b98a) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23061 |14mu|ktextwidgets-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 advanced text editing widgets module
Name:		ktextwidgets
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kcompletion-devel >= %{version}
BuildRequires:	kconfig-devel >= %{version}
BuildRequires:	kconfigwidgets-devel >= %{version}
BuildRequires:	ki18n-devel >= %{version}
BuildRequires:	kiconthemes-devel >= %{version}
BuildRequires:	kservice-devel >= %{version}
BuildRequires:	kwidgetsaddons-devel >= %{version}
BuildRequires:	kwindowsystem-devel >= %{version}
BuildRequires:	sonnet-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 advanced text editing widgets module.

KTextWidgets provides widgets for displaying and editing text. It supports
rich text as well as plain text.

%files
%{_kde5_servicetypes}/kregexpeditor.desktop

#----------------------------------------------------------------------------

%package i18n
Summary:	KTextWidgets translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KTextWidgets translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5textwidgets_major 5
%define libkf5textwidgets %mklibname kf5textwidgets %{kf5textwidgets_major}

%package -n %{libkf5textwidgets}
Summary:	KDE Frameworks 5 text editing widgets shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5textwidgets}
KDE Frameworks 5 text editing widgets shared library.

%files -n %{libkf5textwidgets}
%{_kde5_libdir}/libKF5TextWidgets.so.%{kf5textwidgets_major}*

#----------------------------------------------------------------------------

%define devkf5textwidgets %mklibname kf5textwidgets -d

%package -n %{devkf5textwidgets}
Summary:	Development files for KDE Frameworks 5 text editing widgets module
Group:		Development/KDE and Qt
Requires:	%{libkf5textwidgets} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5textwidgets-devel = %{version}

%description -n %{devkf5textwidgets}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5textwidgets}
%{_kde5_includedir}/KF5/KTextWidgets
%{_kde5_includedir}/KF5/ktextwidgets_version.h
%{_kde5_libdir}/cmake/KF5TextWidgets
%{_kde5_libdir}/libKF5TextWidgets.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (02a9cbe) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23062 |14mu|ktimer-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ktimer
Summary:	Execute programs after some time
Version:	4.14.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://utils.kde.org/projects/ktimer
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KTimer is a little tool to execute programs after some time.

%files
%{_kde_bindir}/ktimer
%{_kde_iconsdir}/*/*/apps/ktimer.*
%{_kde_applicationsdir}/ktimer.desktop
%{_kde_docdir}/HTML/*/ktimer

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 980414a
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23063 |14mu|ktoblzcheck-1.48-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname %{name} %major
%define devname	%mklibname -d %{name}

Summary:	A library to check account numbers and bank codes of German banks
Name:		ktoblzcheck
Version:	1.48
Release:	1
Group:		System/Libraries
License:	LGPLv2+
Url:		http://ktoblzcheck.sourceforge.net
Source0:	http://sourceforge.net/projects/ktoblzcheck/files/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(python)

%description 
KtoBLZCheck is a library to check account numbers and bank codes of
German banks. Both a library for other programs as well as a short
command-line tool is available. It is possible to check pairs of
account numbers and bank codes (BLZ) of German banks, and to map bank
codes (BLZ) to the clear-text name and location of the bank.

%package -n python-%{name}
Group:		Development/Python
Summary:	A library to check account numbers and bank codes of German banks
Requires:	%{name} = %{version}

%description -n python-%{name}
KtoBLZCheck is a library to check account numbers and bank codes of
German banks. Both a library for other programs as well as a short
command-line tool is available. It is possible to check pairs of
account numbers and bank codes (BLZ) of German banks, and to map bank
codes (BLZ) to the clear-text name and location of the bank.

%package -n %{libname}
Group:		System/Libraries
Summary:	A library to check account numbers and bank codes of German banks
Suggests:	%{name} >= %{version}

%description -n %{libname}
KtoBLZCheck is a library to check account numbers and bank codes of
German banks. Both a library for other programs as well as a short
command-line tool is available. It is possible to check pairs of
account numbers and bank codes (BLZ) of German banks, and to map bank
codes (BLZ) to the clear-text name and location of the bank.

%package -n %{devname}
Group:		Development/C++
Summary:	A library to check account numbers and bank codes of German banks
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
KtoBLZCheck is a library to check account numbers and bank codes of
German banks. Both a library for other programs as well as a short
command-line tool is available. It is possible to check pairs of
account numbers and bank codes (BLZ) of German banks, and to map bank
codes (BLZ) to the clear-text name and location of the bank.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc README COPYING ChangeLog
%{_bindir}/ktoblzcheck
%{_datadir}/ktoblzcheck/*
%{_mandir}/man1/ktoblzcheck.1*

%files -n %{libname}
%{_libdir}/libktoblzcheck.so.%{major}*

%files -n %{devname}
%{_libdir}/libktoblzcheck.so
%{_includedir}/iban.h
%{_includedir}/ktoblzcheck.h
%{_libdir}/pkgconfig/ktoblzcheck.pc

%files -n python-%{name}
%{py_puresitedir}/*.py*

%changelog
* Mon Jan 19 2015 dsilakov <denis.silakov@rosalab.ru> 1.48-1
+ Revision: 3451b78
- Merge pull request #6 from import/ktoblzcheck:auto_update
- Updated to 1.48 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23064 |14mu|ktouch-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A program for learning touch typing
Name:		ktouch
Version:	4.14.3
Release:	1
License:	GPLv2+ and GFDL
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/ktouch
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(xkbfile)
Requires:	kqtquickcharts

%description
KTouch is a program for learning touch typing. KTouch is a way to learn
to type on a keyboard quickly and correctly. Every finger has its place
on the keyboard with associated keys to press.

KTouch helps you learn to touch typing by providing you with something
to write. KTouch can also help you to remember what fingers to use.

%files
%doc COPYING COPYING.DOC AUTHORS
%doc %{_kde_docdir}/HTML/*/ktouch
%{_kde_applicationsdir}/ktouch.desktop
%{_kde_appsdir}/ktouch
%{_kde_bindir}/ktouch
%{_kde_datadir}/appdata/ktouch.appdata.xml
%{_kde_datadir}/config.kcfg/ktouch.kcfg
%{_kde_iconsdir}/*/*/apps/ktouch.*
%{_kde_mandir}/man1/ktouch.1.*

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 1cf7572
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23065 |14mu|ktuberling-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ktuberling
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	"Potato editor" game
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/ktuberling/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
KTuberling is a "potato editor" game intended for small children and adults
who remain young at heart. The game has no winner; the only purpose is to
make the funniest faces you can.

%files
%{_kde_bindir}/ktuberling
%{_kde_applicationsdir}/ktuberling.desktop
%{_kde_appsdir}/ktuberling
%{_kde_docdir}/*/*/ktuberling
%{_kde_iconsdir}/hicolor/*/apps/ktuberling.png
%{_kde_iconsdir}/hicolor/*/mimetypes/application-x-tuberling.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 46b54be
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23066 |14mu|kturtle-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An educational programming environment
Name:		kturtle
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/kturtle
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KTurtle is an educational programming environment for the KDE Desktop.
KTurtle aims to make programming as easy and touchable as possible, and
therefore can be used to teach kids the basics of math, geometry
and... programming.

%files
%doc AUTHORS COPYING COPYING.DOC FAQ
%doc %{_kde_docdir}/HTML/*/%{name}
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_appsdir}/%{name}
%{_kde_bindir}/%{name}
%{_kde_configdir}/%{name}.knsrc
%{_kde_datadir}/appdata/kturtle.appdata.xml
%{_kde_iconsdir}/hicolor/*/apps/%{name}.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 4e3732c
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23067 |14mu|ktux-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tux-in-a-Spaceship screensaver
Name:		ktux
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel

%description
Tux-in-a-Spaceship screensaver.

%files
%{_kde_bindir}/ktux
%{_kde_appsdir}/ktux
%{_kde_iconsdir}/hicolor/*/apps/ktux.*
%{_kde_services}/ScreenSavers/ktux.desktop

#-------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 96cfab9
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23068 |14mu|kubrick-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Game based on Rubik's Cube
Name:		kubrick
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://www.kde.org/applications/games/kubrick/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)

%description
Kubrick is a game based on the Rubik's Cube™ puzzle.

The cube sizes range from 2x2x2 up to 6x6x6, or you can play with irregular
"bricks" such as 5x3x2 or "mats" such as 6x4x1 or 2x2x1. The game has a
selection of puzzles at several levels of difficulty, as well as demos of
pretty patterns and solution moves, or you can make up your own puzzles.

%files
%{_kde_bindir}/kubrick
%{_kde_applicationsdir}/kubrick.desktop
%{_kde_appsdir}/kubrick
%{_kde_docdir}/*/*/kubrick
%{_kde_iconsdir}/hicolor/*/apps/kubrick.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 0a7713d
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23069 |14mu|kunitconversion-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 unit conversion module
Name:		kunitconversion
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	ki18n-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Xml)

%description
KDE Frameworks 5 unit conversion module.

KUnitConversion provides functions to convert values in different physical
units. It supports converting different prefixes (e.g. kilo, mega, giga) as
well as converting between different unit systems (e.g. liters, gallons).

#----------------------------------------------------------------------------

%package i18n
Summary:	KUnitConversion translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KUnitConversion translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5unitconversion_major 5
%define libkf5unitconversion %mklibname kf5unitconversion %{kf5unitconversion_major}

%package -n %{libkf5unitconversion}
Summary:	KDE Frameworks 5 unit conversion shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5unitconversion}
KDE Frameworks 5 unit conversion shared library.

%files -n %{libkf5unitconversion}
%{_kde5_libdir}/libKF5UnitConversion.so.%{kf5unitconversion_major}*

#----------------------------------------------------------------------------

%define devkf5unitconversion %mklibname kf5unitconversion -d

%package -n %{devkf5unitconversion}
Summary:	Development files for KDE Frameworks 5 unit conversion module
Group:		Development/KDE and Qt
Requires:	%{libkf5unitconversion} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5unitconversion-devel = %{version}

%description -n %{devkf5unitconversion}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5unitconversion}
%{_kde5_includedir}/KF5/KUnitConversion
%{_kde5_includedir}/KF5/kunitconversion_version.h
%{_kde5_libdir}/cmake/KF5UnitConversion
%{_kde5_libdir}/libKF5UnitConversion.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (ba9ea99) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23070 |14mu|kup-0.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libgit24kup %mklibname git24kup %{major}

Summary:	A KDE-based frontend for the very excellent backup software
Name:		kup
Version:	0.5.1
Release:	3
License:	GPLv2+
Group:		Archiving/Backup
# Also https://github.com/spersson/Kup
Url:		http://kde-apps.org/content/show.php/Kup+Backup+System?content=147465
Source0:	https://github.com/spersson/Kup/archive/Kup-%{name}-%{version}.tar.gz
Source10:	kup-0.5.1-ru.po
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires:	bup
Requires:	rsync

%description
Kup is created for helping people to keep up-to-date backups of their personal
files.

Backup types:
 - Synchronized folders with the use of "rsync".
 - Incremental backup archive with the use of "bup"
Backup destinations:
 - local filesystem, monitored for availability. That means you can set
   a destination folder which only exist when perhaps a network shared drive
   is mounted and Kup will detect when it becomes available.
 - external storage, like usb hard drives. Also monitored for availability.
Schedules:
 - manual only (triggered from tray icon popup menu)
 - interval (suggests new backup after some time has passed since last backup)
 - usage based (suggests new backup after you have been active on your computer
   for some hours since last backup).

%files -f %{name}.lang
%doc LICENSE MAINTAINER README.md
%dir %{_kde_appsdir}/kup-daemon/
%{_kde_appsdir}/kup-daemon/*
%{_kde_autostart}/kup-daemon.desktop
%{_kde_bindir}/kup-daemon
%{_kde_bindir}/kup-filedigger
%{_kde_libdir}/kde4/kcm_kup.so
%{_kde_libdir}/kde4/kio_bup.so
%{_kde_libdir}/libkdeinit4_kup-daemon.so
%{_kde_iconsdir}/hicolor/*/*/*
%{_kde_services}/bup.protocol
%{_kde_services}/kcm_kup.desktop

#----------------------------------------------------------------------------

%package -n %{libgit24kup}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libgit24kup}
Shared library for %{name}.

%files -n %{libgit24kup}
%{_kde_libdir}/libgit24kup.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -qn Kup-%{name}-%{version}
cp %{SOURCE10} po/ru.po

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde_libdir}/libgit24kup.so

%find_lang %{name}


%changelog

* Mon Dec 14 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.1-3
- (40a4373) Fix a typo in Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23071 |14mu|kuser-16.04.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Users and groups manager for KDE4
Name:		kuser
Version:	16.04.0
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel

%description
Kuser is a tool to create, remove and modify user accounts and groups.

%files
%{_kde_bindir}/kuser
%{_kde_applicationsdir}/kuser.desktop
%{_kde_appsdir}/kuser
%{_kde_datadir}/config.kcfg/kuser.kcfg
%{_kde_docdir}/*/*/kuser
%{_kde_iconsdir}/*/*/*/kuser*

#------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Sat May 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:16.04.0-1
- (ba004ce) New version 16.04.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23072 |14mu|kwallet-4.14.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Wallet Management Tool
Name:		kwallet
Version:	4.14.3
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/system/kwalletmanager/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kwalletmanager-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Conflicts:	kdeutils4-core < 4.5.72
Requires:	kdebase4-runtime
Requires:	kwallet-daemon

%description
KDE Wallet Manager is for management of the wallets installed on the
system. The KDE wallet subsystem provides a convenient and secure way
to manage all your passwords.

%files
%doc COPYING COPYING.LIB TODO
%doc %{_kde_docdir}/HTML/en/kwallet/
%{_kde_bindir}/kwalletmanager
%{_kde_appsdir}/kwalletmanager
%{_kde_libdir}/kde4/libexec/kcm_kwallet_helper
%{_kde_libdir}/kde4/kcm_kwallet.so
%{_kde_iconsdir}/*/*/apps/kwalletmanager2.*
%{_kde_iconsdir}/*/*/apps/kwalletmanager.*
%{_kde_applicationsdir}/kwalletmanager-kwalletd.desktop
%{_kde_applicationsdir}/kwalletmanager.desktop
%{_kde_services}/kwalletconfig.desktop
%{_kde_services}/kwalletmanager_show.desktop
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmkwallet.conf
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmkwallet.service
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmkwallet.policy

#------------------------------------------------------------------------------

%prep
%setup -q -n kwalletmanager-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Thu Jul 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-3
- (89407ed) Requires kwallet-daemon



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23073 |14mu|kwallet-kf5-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

%define oname kwallet

Summary:	KDE Frameworks 5 secure and unified container for user passwords module
Name:		%{oname}-kf5
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	gpgme-devel
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5configwidgets-devel >= %{version}
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5dbusaddons-devel >= %{version}
BuildRequires:	kf5doctools-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5iconthemes-devel >= %{version}
BuildRequires:	kf5notifications-devel >= %{version}
BuildRequires:	kf5service-devel >= %{version}
BuildRequires:	kf5widgetsaddons-devel >= %{version}
BuildRequires:	kf5windowsystem-devel >= %{version}
# TODO: KF5Gpgmepp from PIM, not ready yet
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 secure and unified container for user passwords module.

This framework contains two main components:
* Interface to KWallet, the safe desktop-wide storage for passwords on KDE
  workspaces.
* The kwalletd used to safely store the passwords on KDE workspaces.

%files
%{_kde5_bindir}/kwalletd5
%{_kde5_bindir}/kwallet-query
%{_kde5_mandir}/man1/kwallet-query.1*
%{_kde5_notificationsdir}/kwalletd.notifyrc
%{_kde5_services}/kwalletd5.desktop
%{_datadir}/dbus-1/services/org.kde.kwalletd.service
%{_datadir}/dbus-1/services/org.kde.kwalletd5.service

#----------------------------------------------------------------------------

%package i18n
Summary:	KWallet translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KWallet translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5wallet_major 5
%define libkf5wallet %mklibname kf5wallet %{kf5wallet_major}

%package -n %{libkf5wallet}
Summary:	KDE Frameworks 5 user passwords container shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5wallet}
KDE Frameworks 5 user passwords container shared library.

%files -n %{libkf5wallet}
%{_kde5_libdir}/libKF5Wallet.so.%{kf5wallet_major}*

#----------------------------------------------------------------------------

%define kf5walletbackend_major 5
%define libkf5walletbackend %mklibname kf5walletbackend5_ %{kf5walletbackend_major}

%package -n %{libkf5walletbackend}
Summary:	KDE Frameworks 5 user passwords container shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5walletbackend}
KDE Frameworks 5 user passwords container shared library.

%files -n %{libkf5walletbackend}
%{_kde5_libdir}/libkwalletbackend5.so.%{kf5walletbackend_major}*

#----------------------------------------------------------------------------

%define devkf5wallet %mklibname kf5wallet -d

%package -n %{devkf5wallet}
Summary:	Development files for KDE Frameworks 5 user passwords container module
Group:		Development/KDE and Qt
Requires:	%{libkf5wallet} = %{EVRD}
Requires:	%{libkf5walletbackend} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5wallet-devel = %{version}

%description -n %{devkf5wallet}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5wallet}
%{_kde5_includedir}/KF5/KWallet/
%{_kde5_includedir}/KF5/kwallet_version.h
%{_kde5_libdir}/libKF5Wallet.so
%{_kde5_libdir}/libkwalletbackend5.so
%{_kde5_libdir}/cmake/KF5Wallet
%{_kde5_mkspecsdir}/*.pri
%{_datadir}/dbus-1/interfaces/kf5_org.kde.*.xml

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (fae7de1) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23074 |14mu|kwallet-pam-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 KWallet PAM module
Name:		kwallet-pam
Version:	5.7.2
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	extra-cmake-modules
BuildRequires:	socat
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(libgcrypt)
Requires:	socat

%description
Plasma 5 KWallet PAM module.

To enable it add these lines to /etc/pam.d/kde:

---------------------
auth            optional        pam_kwallet5.so
session         optional        pam_kwallet5.so
---------------------

%files
%{_kde5_autostart}/pam_kwallet_init.desktop
%{_kde5_libexecdir}/pam_kwallet_init
/%{_lib}/security/pam_kwallet5.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}/%{_lib}/security/
mv %{buildroot}%{_kde5_libdir}/security/pam_kwallet5.so %{buildroot}/%{_lib}/security/pam_kwallet5.so

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (219dc95) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23075 |14mu|kwayland-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 Wayland support library
Name:		kwayland
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	wayland-tools
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(wayland-client)
BuildRequires:	pkgconfig(wayland-scanner)
BuildRequires:	pkgconfig(wayland-server)

%description
KDE Frameworks 5 Wayland support library.

%files
%{_kde5_libexecdir}/org-kde-kf5-kwayland-testserver
%{_kde5_sysconfdir}/xdg/org_kde_kwayland.categories

#----------------------------------------------------------------------------

%define kf5waylandclient_major 5
%define libkf5waylandclient %mklibname kf5waylandclient %{kf5waylandclient_major}

%package -n %{libkf5waylandclient}
Summary:	KDE Frameworks 5 Wayland support shared library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libkf5waylandclient}
KDE Frameworks 5 Wayland support shared library.

%files -n %{libkf5waylandclient}
%{_kde5_libdir}/libKF5WaylandClient.so.%{kf5waylandclient_major}*

#----------------------------------------------------------------------------

%define kf5waylandserver_major 5
%define libkf5waylandserver %mklibname kf5waylandserver %{kf5waylandserver_major}

%package -n %{libkf5waylandserver}
Summary:	KDE Frameworks 5 Wayland support shared library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libkf5waylandserver}
KDE Frameworks 5 Wayland support shared library.

%files -n %{libkf5waylandserver}
%{_kde5_libdir}/libKF5WaylandServer.so.%{kf5waylandserver_major}*

#----------------------------------------------------------------------------

%define devkf5wayland %mklibname kf5wayland -d

%package -n %{devkf5wayland}
Summary:	Development files for KDE Frameworks 5 Wayland support library
Group:		Development/KDE and Qt
Requires:	%{libkf5waylandclient} = %{EVRD}
Requires:	%{libkf5waylandserver} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5wayland-devel = %{version}

%description -n %{devkf5wayland}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5wayland}
%{_kde5_includedir}/KF5/KWayland
%{_kde5_includedir}/KF5/kwayland_version.h
%{_kde5_libdir}/cmake/KF5Wayland
%{_kde5_libdir}/libKF5WaylandClient.so
%{_kde5_libdir}/libKF5WaylandServer.so
%{_kde5_mkspecsdir}/qt_KWaylandClient.pri
%{_kde5_mkspecsdir}/qt_KWaylandServer.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (642b8bd) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23076 |14mu|kwayland-integration-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Wayland integration plugins
Name:		kwayland-integration
Version:	5.7.2
Release:	1
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5idletime-devel
BuildRequires:	kf5wayland-devel >= %{version}
BuildRequires:	kf5windowsystem-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)

%description
Plasma 5 Wayland integration plugins for IdleTime and WindowSystem.

%files
%{_kde5_plugindir}/org.kde.kidletime.platforms/KF5IdleTimeKWaylandPlugin.so
%{_kde5_plugindir}/org.kde.kwindowsystem.platforms/KF5WindowSystemKWaylandPlugin.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (0a4d811) Build requires pkgconfig(Qt5Test)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23077 |14mu|kwidgetsaddons-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 Widgets addons with various classes on top of QtWidgets
Name:		kwidgetsaddons
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5UiTools)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
KDE Frameworks 5 Widgets addons with various classes on top of QtWidgets.

%files
%{_kde5_datadir}/kf5/kcharselect/kcharselect-data

#----------------------------------------------------------------------------

%package i18n
Summary:	KWidgetsAddons translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KWidgetsAddons translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5widgetsaddons_major 5
%define libkf5widgetsaddons %mklibname kf5widgetsaddons %{kf5widgetsaddons_major}

%package -n %{libkf5widgetsaddons}
Summary:	KDE Frameworks 5 Widgets addons shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5widgetsaddons}
KDE Frameworks 5 Widgets addons shared library.

%files -n %{libkf5widgetsaddons}
%{_kde5_libdir}/libKF5WidgetsAddons.so.%{kf5widgetsaddons_major}*

#----------------------------------------------------------------------------

%define devkf5widgetsaddons %mklibname kf5widgetsaddons -d

%package -n %{devkf5widgetsaddons}
Summary:	Development files for KDE Frameworks 5 Widgets addons
Group:		Development/KDE and Qt
Requires:	%{libkf5widgetsaddons} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5widgetsaddons-devel = %{version}

%description -n %{devkf5widgetsaddons}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5widgetsaddons}
%{_kde5_includedir}/KF5/KWidgetsAddons
%{_kde5_includedir}/KF5/kwidgetsaddons_version.h
%{_kde5_libdir}/cmake/KF5WidgetsAddons
%{_kde5_libdir}/libKF5WidgetsAddons.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (98a0937) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23078 |14mu|kwindowsystem-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 module with various classes for window management
Name:		kwindowsystem
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xrender)

%description
KDE Frameworks 5 module with various classes for window management.

KWindowSystem provides access to certain properties and features of the
window manager.

KWindowSystem provides information about the state of the window
manager and allows asking the window manager to change them using a
more high-level interface than the NETWinInfo/NETRootInfo lowlevel
classes.

%files
%{_kde5_plugindir}/org.kde.kwindowsystem.platforms/KF5WindowSystemWaylandPlugin.so
%{_kde5_plugindir}/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so

#----------------------------------------------------------------------------

%package i18n
Summary:	KWindowSystem translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KWindowSystem translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5windowsystem_major 5
%define libkf5windowsystem %mklibname kf5windowsystem %{kf5windowsystem_major}

%package -n %{libkf5windowsystem}
Summary:	KDE Frameworks 5 KWindowSystem shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5windowsystem}
KDE Frameworks 5 KWindowSystem shared library.

%files -n %{libkf5windowsystem}
%{_kde5_libdir}/libKF5WindowSystem.so.%{kf5windowsystem_major}*

#----------------------------------------------------------------------------

%define devkf5windowsystem %mklibname kf5windowsystem -d

%package -n %{devkf5windowsystem}
Summary:	Development files for KDE Frameworks 5 KWindowSystem
Group:		Development/KDE and Qt
Requires:	%{libkf5windowsystem} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5windowsystem-devel = %{version}

%description -n %{devkf5windowsystem}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5windowsystem}
%{_kde5_includedir}/KF5/KWindowSystem
%{_kde5_includedir}/KF5/kwindowsystem_version.h
%{_kde5_libdir}/cmake/KF5WindowSystem
%{_kde5_libdir}/libKF5WindowSystem.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (5b4cd5e) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23079 |14mu|kwordquiz-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A general purpose flash card program
Name:		kwordquiz
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/kwordquiz
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdeedu-devel >= %{version}
BuildRequires:	kdelibs4-devel
Requires:	libkdeedu = %{version}

%description
KWordQuiz is a general purpose flash card program. It can be used for
vocabulary learning and many other subjects. If you need more advanced
language learning features, please try KVocTrain.

%files
%doc AUTHORS COPYING COPYING.LIB COPYING.DOC
%doc %{_kde_docdir}/*/*/kwordquiz
%{_kde_applicationsdir}/kwordquiz.desktop
%{_kde_appsdir}/kwordquiz
%{_kde_bindir}/kwordquiz
%{_kde_configdir}/kwordquiz.knsrc
%{_kde_datadir}/appdata/kwordquiz.appdata.xml
%{_kde_datadir}/config.kcfg/kwordquiz.kcfg
%{_kde_iconsdir}/*/*/apps/kwordquiz.*
%{_kde_iconsdir}/*/*/mimetypes/application-x-kwordquiz.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 2e176b3
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23080 |14mu|kwrited-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 write daemon
Name:		kwrited
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5pty-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Plasma 5 write daemon. It's used to watch for messages from local users sent
with write(1) or wall(1).

%files
%{_kde5_autostart}/kwrited-autostart.desktop
%attr(4755,root,root) %{_kde5_bindir}/kwrited
%{_kde5_notificationsdir}/kwrited.notifyrc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (6129d38) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23081 |14mu|kxmlgui-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 user configurable main windows module
Name:		kxmlgui
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5attica-devel >= %{version}
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5configwidgets-devel >= %{version}
BuildRequires:	kf5globalaccel-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5iconthemes-devel >= %{version}
BuildRequires:	kf5itemviews-devel >= %{version}
BuildRequires:	kf5textwidgets-devel >= %{version}
BuildRequires:	kf5widgetsaddons-devel >= %{version}
BuildRequires:	kf5windowsystem-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)

%description
KDE Frameworks 5 user configurable main windows module.

KXMLGUI provides a framework for managing menu and toolbar actions in an
abstract way. The actions are configured through a XML description and
hooks in the application code. The framework supports merging of multiple
description for example for integrating actions from plugins.

%files
%{_kde5_libexecdir}/kf5/ksendbugmail
%{_kde5_sysconfdir}/xdg/ui/ui_standards.rc

#----------------------------------------------------------------------------

%package i18n
Summary:	KXmlGui translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KXmlGui translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5xmlgui_major 5
%define libkf5xmlgui %mklibname kf5xmlgui %{kf5xmlgui_major}

%package -n %{libkf5xmlgui}
Summary:	KDE Frameworks 5 user configurable main windows shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5xmlgui}
KDE Frameworks 5 user configurable main windows shared library.

%files -n %{libkf5xmlgui}
%{_kde5_libdir}/libKF5XmlGui.so.%{kf5xmlgui_major}*

#----------------------------------------------------------------------------

%define devkf5xmlgui %mklibname kf5xmlgui -d

%package -n %{devkf5xmlgui}
Summary:	Development files for KDE Frameworks 5 user configurable main windows module
Group:		Development/KDE and Qt
Requires:	%{libkf5xmlgui} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5xmlgui-devel = %{version}

%description -n %{devkf5xmlgui}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5xmlgui}
%{_kde5_includedir}/KF5/KXmlGui
%{_kde5_includedir}/KF5/kxmlgui_version.h
%{_kde5_libdir}/cmake/KF5XmlGui
%{_kde5_libdir}/libKF5XmlGui.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (a61151a) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23082 |14mu|kxmlrpcclient-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 XMLRPC services interaction module
Name:		kxmlrpcclient
Version:	5.24.0
Release:	1
License:	BSD
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5kio-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 XMLRPC services interaction module.

KXmlRpcClient contains simple XML-RPC Client support. It is a complete
client and is quite easy to use. Only one interface is exposed to the
world, kxmlrpcclient/client.h and of that interface, you only need to
use 3 methods: setUrl, setUserAgent and call.

A small note on authentication. If you will be accessing an XML-RPC server
which uses HTTP-AUTH, simply set the user and pass in the URL. To use
Digest authentication, call setDigestAuthEnabled(true).

#----------------------------------------------------------------------------

%package i18n
Summary:	KXmlRpcClient translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KXmlRpcClient translations.

%files i18n -f libkxmlrpcclient5.lang

#----------------------------------------------------------------------------

%define kf5xmlrpcclient_major 5
%define libkf5xmlrpcclient %mklibname kf5xmlrpcclient %{kf5xmlrpcclient_major}

%package -n %{libkf5xmlrpcclient}
Summary:	KDE Frameworks 5 XMLRPC services interaction shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libkf5xmlrpcclient}
KDE Frameworks 5 XMLRPC services interaction shared library.

%files -n %{libkf5xmlrpcclient}
%{_kde5_libdir}/libKF5XmlRpcClient.so.%{kf5xmlrpcclient_major}*

#----------------------------------------------------------------------------

%define devkf5xmlrpcclient %mklibname kf5xmlrpcclient -d

%package -n %{devkf5xmlrpcclient}
Summary:	Development files for KDE Frameworks 5 XMLRPC services interaction module
Group:		Development/KDE and Qt
Requires:	%{libkf5xmlrpcclient} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5xmlrpcclient-devel = %{version}

%description -n %{devkf5xmlrpcclient}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5xmlrpcclient}
%{_kde5_includedir}/KF5/KXmlRpcClient
%{_kde5_includedir}/KF5/kxmlrpcclient_version.h
%{_kde5_libdir}/cmake/KF5XmlRpcClient
%{_kde5_libdir}/libKF5XmlRpcClient.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang libkxmlrpcclient5

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (7a53520) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23083 |14mu|la-capitaine-icon-theme-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Icon theme inspired by macOS and Google's Material Design
Name:		la-capitaine-icon-theme
Version:	0.4.0
Release:	2
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		https://krourke.org/projects/art/la-capitaine-icon-theme
Source0:	https://krourke.org/files/%{name}-%{version}.tar.gz
BuildArch:	noarch

%description
Icon theme inspired by macOS and Google's Material Design.

%files
%dir %{_iconsdir}/la-capitaine
%{_iconsdir}/la-capitaine/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
install -d %{buildroot}%{_iconsdir}/la-capitaine
cp -R * %{buildroot}%{_iconsdir}/la-capitaine/


%changelog

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.0-2
- (383782a) MassBuild#1230: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23084 |14mu|la-capitaine-rosa-icon-theme-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname la-capitaine-rosa-icons-devel

Summary:	La Capitaine icons theme (ROSA fork)
Name:		la-capitaine-rosa-icon-theme
Version:	0.4.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		https://abf.io/uxteam/la-capitaine-rosa-icons-devel
Source0:	https://abf.io/uxteam/la-capitaine-rosa-icons-devel/archive/%{oname}-%{version}.tar.gz
BuildArch:	noarch

%description
La Capitaine is an icon pack inspired by MacOS and Google Material Design.
A beautiful hybrid between the two most popular design specifications to date.

This package provides ROSA's fork adopted for KDE needs.

%files
%dir %{_datadir}/icons/la-capitaine-rosa
%{_datadir}/icons/la-capitaine-rosa/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build

%install
mkdir -p %{buildroot}%{_datadir}/icons/la-capitaine-rosa
cp -r ./* %{buildroot}%{_datadir}/icons/la-capitaine-rosa

%changelog

* Tue May 02 2017 Michl Voznesensky <m.voznesensky@rosalinux.ru> 0.4.0-2
- (f3aaae1) Update release (fix ktorrent icon)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23085 |14mu|laptop-mode-tools-1.71-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Userland scripts to control "laptop mode"
Name:		laptop-mode-tools
Version:	1.71
Release:	3
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.samwel.tk/laptop_mode/laptop_mode
Source0:	http://www.samwel.tk/laptop_mode/tools/downloads/%{name}-%{version}.tar.gz
Patch0:		cpufreq-pstate.patch
Patch1:		no-exec-redirection.patch
Patch2:		brcmsmac-has-no-power-management-support.patch
Requires:	hdparm
Requires:	sdparm
Requires(post,preun):	rpm-helper
Conflicts:	suspend-scripts < 1.9.2
BuildArch:	noarch

%description
Userland scripts to control "laptop mode". Laptop mode is a Linux
kernel feature that allows your laptop to save considerable power, by
allowing the hard drive to spin down for longer periods of time. This
package contains the userland scripts that are needed to enable laptop
mode.

%files
%doc README.md
%{_sbindir}/*
%{_prefix}/lib/pm-utils/sleep.d/01laptop-mode
%dir %{_sysconfdir}/laptop-mode
%{_sysconfdir}/laptop-mode/*-start
%{_sysconfdir}/laptop-mode/*-stop
%dir %{_sysconfdir}/laptop-mode/*.d
%config(noreplace) %{_sysconfdir}/laptop-mode/conf.d/*.conf
%config(noreplace) %{_sysconfdir}/laptop-mode/*.conf
%config(noreplace) %{_sysconfdir}/acpi/events/*
%attr(755,root,root) %{_sysconfdir}/acpi/actions/*
%{_sysconfdir}/power/event.d/laptop-mode
%{_sysconfdir}/power/scripts.d/laptop-mode
%{_sysconfdir}/apm
%{_sysconfdir}/pm
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/module-helpers
%dir %{_datadir}/%{name}/modules
%{_datadir}/%{name}/modules/*
%{_datadir}/%{name}/module-helpers/*
%{_mandir}/man8/*
%{_tmpfilesdir}/laptop-mode.conf
%{_udevrulesdir}/99-laptop-mode.rules
%{_unitdir}/laptop-mode.service
%{_unitdir}/laptop-mode.timer
%{_unitdir}/lmt-poll.service
/lib/udev/lmt-udev

%post
%tmpfiles_create laptop-mode.conf
%systemd_post laptop-mode
%systemd_post lmt-poll

%preun
%systemd_preun laptop-mode
%systemd_preun lmt-poll

#----------------------------------------------------------------------------

%package gui
Summary:	GUI for laptop mode tools
Requires:	%{name} = %{EVRD}
Requires:	python-qt4
Requires:	xdg-utils

%description gui
GUI for laptop mode tools.

%files gui
%{_bindir}/lmt-config-gui
%{_datadir}/%{name}/lmt.py
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-kde.desktop
%{_datadir}/polkit-1/actions/org.linux.lmt.gui.policy

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

sed -i -e 's|/usr/bin/env python2|/usr/bin/python|' gui/LMT.py

%build

%install
#not created during install
mkdir -p %{buildroot}%{_sysconfdir}/pm/sleep.d

DESTDIR=%{buildroot} \
INIT_D=%{buildroot}%{_initrddir} \
MAN_D=%{_mandir} \
INSTALL="install" \
  ./install.sh

# Prefer systemd files
rm -rf %{buildroot}%{_initrddir}

install -p -D -m 644 gui/LMT.py %{buildroot}%{_datadir}/%{name}/lmt.py
install -p -D -m 755 gui/lmt-config-gui %{buildroot}%{_bindir}/lmt-config-gui

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Laptop Mode Tools
Comment=Laptop Mode Tools graphical user interface
Comment[ru]=Графический интерфейс Laptop Mode Tools
Exec=xdg-su -c "%{_bindir}/lmt-config-gui"
Icon=computer-laptop
Terminal=false
Type=Application
Categories=System;Utility;
NotShowIn=KDE;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-kde.desktop << EOF
[Desktop Entry]
Name=Laptop Mode Tools
Comment=Laptop Mode Tools graphical user interface
Comment[ru]=Графический интерфейс Laptop Mode Tools
Exec=%{_bindir}/lmt-config-gui
Icon=computer-laptop
Terminal=false
Type=Application
Categories=System;Utility;
OnlyShowIn=KDE;
X-KDE-SubstituteUID=true
X-KDE-Username=root
EOF


%changelog

* Mon May 29 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.71-3
- (7355388) Add menu entries for GUI



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23086 |14mu|lazarus-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lazarus Component Library and IDE for Freepascal
Name:		lazarus
Version:	1.6.0
Release:	1
# GNU Classpath style exception, see COPYING.modifiedLGPL
License:	GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions
Group:		Development/Pascal
Url:		http://www.lazarus-ide.org/
# Source0:	http://sourceforge.net/projects/%{name}/files/Lazarus%20Zip%20_%20GZip/Lazarus%20%{version}/%{name}-%{version}-0.tar.gz
Source0:	%{name}-%{version}-0.tar.gz
Source1:	lazarus-miscellaneousoptions
Source10:	lazarus.rpmlintrc
Patch0:		lazarus-1.4.4-makefile.patch
Patch1:		lazarus-1.4.4-desktop.patch
Patch3:		add_gdb_settings.patch
BuildRequires:	desktop-file-utils
BuildRequires:	fpc >= 2.6.4
BuildRequires:	fpc-src >= 2.6.4
BuildRequires:	gdb
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	binutils
Requires:	fpc >= 2.6.4
Requires:	fpc-src >= 2.6.4
Requires:	gdb
Requires:	pkgconfig(gdk-pixbuf-2.0)
Requires:	pkgconfig(glib-2.0)
Requires:	pkgconfig(gtk+-2.0)
Requires:	glibc-devel

%description
Lazarus is a free and opensource RAD tool for freepascal using the lazarus
component library - LCL, which is also included in this package.

%files
%doc lazarus/COPYING* lazarus/README.txt
%{_libdir}/%{name}
%{_bindir}/%{name}-ide
%{_bindir}/startlazarus
%{_bindir}/lazbuild
%{_bindir}/%{name}-miscellaneousoptions
%{_datadir}/pixmaps/lazarus.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/lazarus.xml
%dir %{_sysconfdir}/lazarus
%config(noreplace) %{_sysconfdir}/lazarus/editoroptions.xml
%config(noreplace) %{_sysconfdir}/lazarus/environmentoptions.xml
%{_mandir}/*/*

%postun
if [ $1 = 0 ]
then
rm -rf %{_libdir}/%{name}
fi

#----------------------------------------------------------------------------

%prep
%setup -qc
%patch0 -p1
%patch1 -p1
%patch3 -p0

%build
cd lazarus
# Remove the files for building debian-repositories
rm -rf debian
pushd tools
find install -depth -type d ! \( -path "install/linux/*" -o -path "install/linux" -o -path "install" \) -exec rm -rf '{}' \;
popd

export FPCDIR=%{_datadir}/fpcsrc/
fpcmake -Tall

MAKEOPTS="-gl -gw -Fl/usr/%{_lib}"

make bigide OPT="$MAKEOPTS"
make tools OPT="$MAKEOPTS"
make lazbuild OPT="$MAKEOPTS"

# Add the ability to create gtk2-applications
export LCL_PLATFORM=gtk2
make packager/registration lazutils lcl codetools bigidecomponents OPT='-gl -gw'
export LCL_PLATFORM=
strip lazarus
strip startlazarus
strip lazbuild

%install
LAZARUSDIR=%{_libdir}/%{name}
FPCDIR=%{_datadir}/fpcsrc/
mkdir -p %{buildroot}$LAZARUSDIR
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/mime/packages
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_sysconfdir}/lazarus
cp -a lazarus/* %{buildroot}$LAZARUSDIR/
install -m 0644 lazarus/images/ide_icon48x48.png %{buildroot}%{_datadir}/pixmaps/lazarus.png
install -m 0644 lazarus/install/lazarus.desktop %{buildroot}%{_datadir}/applications/lazarus.desktop
install -m 0644 lazarus/install/lazarus-mime.xml $LazBuildDir%{buildroot}%{_datadir}/mime/packages/lazarus.xml
ln -sf $LAZARUSDIR/lazarus %{buildroot}%{_bindir}/lazarus-ide
ln -sf $LAZARUSDIR/startlazarus %{buildroot}%{_bindir}/startlazarus
ln -sf $LAZARUSDIR/lazbuild %{buildroot}%{_bindir}/lazbuild
cat lazarus/install/man/man1/lazbuild.1 | gzip > %{buildroot}%{_mandir}/man1/lazbuild.1.gz
cat lazarus/install/man/man1/lazarus-ide.1 | gzip > %{buildroot}%{_mandir}/man1/lazarus-ide.1.gz
cat lazarus/install/man/man1/startlazarus.1 | gzip > %{buildroot}%{_mandir}/man1/startlazarus.1.gz
install lazarus/tools/install/linux/editoroptions.xml %{buildroot}%{_sysconfdir}/lazarus/editoroptions.xml

# fix fpc and lazarus path
install lazarus/tools/install/linux/environmentoptions.xml %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml
sed -i 's/\$(FPCVER)\///g' %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml
sed -i 's/%LazarusVersion%//g' %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml

#Fix config path (akdengi)
sed -i 's#__LAZARUSDIR__#'$LAZARUSDIR/'#g' %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml
sed -i 's#__FPCSRCDIR__#'$FPCDIR'#g' %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml

chmod 755 %{buildroot}%{_libdir}/%{name}/components/lazreport/tools/localize.sh

pushd %{buildroot}%{_libdir}/%{name}
rm -f *.txt
rm -rf install
popd

install -m 755 %{SOURCE1} %{buildroot}%{_bindir}/

%changelog

* Sat Apr 23 2016 dsilakov <denis.silakov@rosalab.ru> 1.6.0-1
- (d15dd12) Merge pull request #1 from alzim/lazarus:rosa2014.1
- (d15dd12) Updated to 1.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23087 |14mu|lbxproxy-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: lbxproxy
Version: 1.0.3
Release: 1
Summary: Low Bandwidth X proxy
Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(ice) >= 1.0.0
BuildRequires: pkgconfig(lbxutil) >= 1.0.0
BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: x11-xtrans-devel >= 1.0.0

%description
Applications that would like to take advantage of the Low Bandwidth
extension to X (LBX) must make their connections to an lbxproxy. These
applications need to know nothing about LBX, they simply connect to the
lbxproxy as if were a regular server. The lbxproxy accepts client connections,
multiplexes them over a single connection to the X server, and performs various
optimizations on the X protocol to make it faster over low bandwidth and/or
high latency connections.
Note that current X servers don't support the LBX extension, so this package is
only useful to connect to old X servers.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/lbxproxy
/etc/X11/lbxproxy/AtomControl
%{_mandir}/man1/lbxproxy.1*

%changelog
* Mon Feb 02 2015 dsilakov <denis.silakov@rosalab.ru> 1.0.3-1
+ Revision: 2bdf587
- Merge pull request #1 from import/lbxproxy:auto_update
- Updated to 1.0.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23088 |14mu|ldapjdk-4.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define spname                ldapsp
%define tar_name        ldapsdk_java
%define tar_version        20020819
%define section                free

Name:           ldapjdk
Version:        4.18
Release:        1
Epoch:          0
Summary:        Mozilla LDAP Java SDK
License:        MPL
Group:          Development/Java
URL:            http://www.mozilla.org/directory/javasdk.html
# cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot export -r LDAPJavaSDK_418 DirectorySDKSourceJava
# tar cjf ldapjdk-4.18.tar.bz2 mozilla
Source0:        ldapjdk-4.18.tar.bz2
Requires:       oro
Requires:       jndi
Requires:       jpackage-utils >= 0:1.5
Requires:       jaas
Requires:       jsse
Requires:       java-sasl
BuildRequires:  oro
BuildRequires:  java-1.7.0-openjdk-devel
BuildRequires:  jndi
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  jaas
BuildRequires:  jsse
BuildRequires:  jss
BuildRequires:  java-sasl
Provides:       jndi-ldap = 0:1.3.0
Provides:       ldapsdk = %{epoch}:%{version}-%{release}
Obsoletes:      ldapsdk < %{epoch}:%{version}-%{release}
Buildarch:      noarch

%description
The Mozilla LDAP SDKs enable you to write applications which access,
manage, and update the information stored in an LDAP directory.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}
Obsoletes:      openjmx-javadoc < %{epoch}:%{version}-%{release}

%description javadoc
Javadoc for %{name}

%prep
%setup -q -c

%build
find . -type f -name "*.jar" | xargs -t rm
mv mozilla/directory/* .
rm -rf mozilla

cd java-sdk
export JAVA_HOME="%{java_home}"
export CLASSPATH=$(build-classpath oro jndi jaas jss jsse sasl)
export MOZ_SRC=`pwd`
export JAVA_VERSION=1.5
srcpath=ietfldap:ldapfilter:ldapbeans:ldapjdk:ldapsp:tools

# Main jar
%__make -f ldap.mk clean
%__make -f ldap.mk
%__make -f ldap.mk basepackage
%__make -f ldap.mk JAVADOC="%{javadoc} -sourcepath $srcpath" doc

# ldap jdndi service provides
%__make -f ldapsp.mk clean
%__make -f ldapsp.mk
%__make -f ldapsp.mk basepackage
%__make -f ldapsp.mk JAVADOC="%{javadoc} -sourcepath $srcpath" doc

%install

install -d -m 755 %{buildroot}%{_javadir}
install -m 644 java-sdk/dist/packages/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 644 java-sdk/dist/packages/%{spname}.jar %{buildroot}%{_javadir}/%{spname}-%{version}.jar

pushd %{buildroot}%{_javadir}
        for jar in *-%{version}.jar ; do
                ln -fs ${jar} $(echo $jar | sed "s|-%{version}.jar|.jar|g")
        done
popd

install -d -m 755 %{buildroot}%{_javadir}-1.3.0

pushd %{buildroot}%{_javadir}-1.3.0
        ln -fs ../java/*%{spname}.jar jndi-ldap.jar
popd

install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -r java-sdk/dist/doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc buildjsdk.txt java-sdk/*.htm
%{_javadir}/%{name}*.jar
%{_javadir}/%{spname}*.jar
%{_javadir}-1.3.0/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}
%{_javadocdir}/%{name}-%{version}

%changelog
* Thu Nov 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 0:4.18-1
+ Revision: c879a70
- Build with Java 7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23089 |14mu|ldb-1.1.25-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname ldb %{major}
%define devname %mklibname ldb -d
%define libpyldbutil %mklibname pyldb-util %{major}
%define devpyldbutil %mklibname pyldb-util -d

Summary:	Library implementing Samba's embedded database
Name:		ldb
Version:	1.1.25
Release:	1
Epoch:		1
License:	GPLv2+
Group:		System/Libraries
Url:		http://ldb.samba.org/
Source0:	http://www.samba.org/ftp/ldb/%{name}-%{version}.tar.gz
Source1:	http://www.samba.org/ftp/ldb/%{name}-%{version}.tar.asc
Source2:	samba-pubkey.asc
BuildRequires:	docbook-style-xsl
BuildRequires:	python-tdb >= 1.3.8
BuildRequires:	python-tevent >= 0.9.26
BuildRequires:	xsltproc
BuildRequires:	openldap-devel
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(pytalloc-util) >= 2.1.5
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(talloc) >= 2.1.5
BuildRequires:	pkgconfig(tdb) >= 1.3.8
BuildRequires:	pkgconfig(tevent) >= 0.9.26

%track
prog %{name} = {
	url = http://www.samba.org/ftp/ldb/
	version = %{version}
	regex = %{name}-(__VER__)\.tar\.gz
}

%description
Library implementing Samba's embedded database and utilities for backing up,
restoring and manipulating the database.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library implementing Samba's embedded database
Group:		System/Libraries

%description -n %{libname}
Library implementing Samba's embedded database.

%files -n %{libname}
%{_libdir}/libldb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Library implementing Samba's embedded database
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(tevent) >= 0.9.25
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Library implementing Samba's embedded database.

%files -n %{devname}
%{_libdir}/libldb.so
%{_libdir}/pkgconfig/ldb.pc
%{_includedir}/ldb*.h

#----------------------------------------------------------------------------

%package -n python-ldb
Summary:	Python bindings to Samba's ldb embedded database
Group:		Development/Python

%description -n python-ldb
Python bindings to Samba's ldb embedded database.

%files -n python-ldb
%{py_platsitedir}/ldb.so
%{py_platsitedir}/_ldb_text.py

#----------------------------------------------------------------------------

%package utils
Summary:	Tools for backing up, restoring, and manipulating Samba's embedded database
Group:		Databases

%description utils
Tools for backing up, restoring, and manipulating Samba's embedded database.

%files utils
%{_bindir}/ldb*
%{_libdir}/ldb
%{_mandir}/man1/ldb*.1*
%{_mandir}/man3/ldb*.3*

#----------------------------------------------------------------------------

%package -n %{libpyldbutil}
Summary:	Utility library for using tdb functions in python
Group:		System/Libraries

%description -n %{libpyldbutil}
Utility library for using tdb functions in python.

%files -n %{libpyldbutil}
%{_libdir}/libpyldb-util.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devpyldbutil}
Summary:	Development files for utility library for using tdb functions in python
Group:		Development/Python
Requires:	%{libpyldbutil} = %{EVRD}
Requires:	pkgconfig(talloc) >= 2.1.3
Provides:	pyldb-util-devel = %{EVRD}

%description -n %{devpyldbutil}
Development files for utility library for using tdb functions in python.

%files -n %{devpyldbutil}
%{_libdir}/libpyldb-util.so
%{_includedir}/pyldb.h
%{_libdir}/pkgconfig/pyldb-util.pc

#----------------------------------------------------------------------------

%prep
%setup -q
sed -i -e 's,http://docbook.sourceforge.net/release/xsl/current,/usr/share/sgml/docbook/xsl-stylesheets,g' docs/builddocs.sh buildtools/wafsamba/wafsamba.py buildtools/wafsamba/samba_conftests.py

# Fix unreadable files
find . -perm 0640 -exec chmod 0644 '{}' \;

%build
# The ldb linker script is incompatible with gold
export LDFLAGS="%{optflags} -fuse-ld=bfd"
%configure2_5x \
	--with-modulesdir=%{_libdir} \
	--bundled-libraries=NONE
%make

%install
%makeinstall_std


%changelog

* Tue Dec 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.1.25-1
- (061c332) New version 1.1.25



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23090 |14mu|ldetect-lst-0.1.333-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	bootstrap

Summary:	Hardware list for the light detection library
Name:		ldetect-lst
Version:	0.1.333
Release:	2
Group:		System/Kernel and hardware
License:	GPLv2+
URL:		https://abf.rosalinux.ru/soft/ldetect-lst/
Source0:	https://abf.io/soft/ldetect-lst/archive/%{name}-%{version}.tar.gz

Patch0:		use-nvidia375.patch

Requires(post):	perl-base
Requires(post):	gzip
Requires(post):	bash
# libfreebl3.so
Requires(post): nss
Requires(preun):perl-base
BuildRequires:	perl-MDK-Common
%if !%{with bootstrap}
# for testsuite:
BuildRequires:	drakx-kbd-mouse-x11
# needed to create fallback-modules.alias
#BuildRequires:	kernel-desktop
BuildRequires:	kernel-nrj-desktop
# for list_modules.pm
BuildRequires:	drakxtools-backend >= 10.30
%endif
Conflicts:	ldetect < 0.7.18
# for XFdrake using nvidia-current instead of nvidia-97xx
Conflicts:	drakx-kbd-mouse-x11 < 0.21
BuildArch:	noarch

%description
The hardware device lists provided by this package are used as lookup 
table to get hardware autodetection.

%package	devel
Summary:	Devel for ldetect-lst
Group:		Development/Perl
Requires:	ldetect-lst = %{version}-%{release}

%description	devel
Development files for ldetect-lst.

%prep
%setup -q

%apply_patches

%build
%if %{with bootstrap}
pushd lst
touch hardcoded-modules.alias fallback-modules.alias preferred-modules.alias
popd
%endif

%make

%install
%makeinstall slibdir=%{buildroot}/lib

#not provide ids for now
rm -f %{buildroot}%{_datadir}/usb.ids
rm -f %{buildroot}%{_datadir}/oui.txt
rm -f %{buildroot}%{_datadir}/pci.ids
rm -f %{buildroot}%{_datadir}/misc/pnp.ids

%post
#update ldetect after install
/usr/sbin/update-ldetect-lst

%files
%{_datadir}/%{name}
%{_sbindir}/*
/lib/module-init-tools/ldetect-lst-modules.alias

%files devel
%doc README.pcitable
%{_bindir}/*

%changelog

* Tue Dec 13 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 0.1.333-2
- (6f217d1) Use nvidia375 instead of nvidia361
- (6f217d1) We cannot just use the newer versions of ldetect-lst because support for
- (6f217d1) fglrx was dropped there and we still keep it here.
- (6f217d1) However, the users need newer NVidia drivers, so I added a patch to the
- (6f217d1) currently used version of ldetect-lst to enable nvidia375.

* Thu Apr 14 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 0.1.333-1
- (a06faed) Updated to version 0.1.333: added nvidia361, removed nvidia352
- (a06faed) The long-lived branch 361.x of NVidia drivers supercedes 352.x and
- (a06faed) 346.x.
- (a06faed) Here is the list of branches supported by NVidia:
- (a06faed) http://www.nvidia.com/object/unix.html

* Thu Dec 03 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 0.1.332-1
- (0581c0b) Updated to version 0.1.332
- (0581c0b) * Updated pcitable and the Readme files for NVidia drivers corresponding
- (0581c0b) to version 340.96 of nvidia340 and version 352.63 of nvidia352.
- (0581c0b) * Prepared to drop nvidia173 and nvidia346.
- (0581c0b) nvidia173 is not supported by Xorg 1.16 and newer. nouveau should be
- (0581c0b) used instead.
- (0581c0b) nvidia346 is obsoleted by nvidia352.

* Tue Aug 11 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.1.331-1
- (d7024f5) Updated to version 0.1.331
- (d7024f5) Most significant changes:
- (d7024f5) * Updated PCI IDS for NVidia graphics cards based on what version 352.30
- (d7024f5) of the driver supports.
- (d7024f5) * Only nouveau will be offered from now on for the GPUs supported by
- (d7024f5) nvidia173 but not by the newer drivers.

* Thu Jul 02 2015 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.1.330-1
- (9521759) Updated to 0.1.330: support for Catalyst 15.5.

* Wed May 20 2015 law <a.lahin@ntcit-rosa.ru> 0.1.329-3
- (7577fa4) Add bash as a %post requirement

* Thu Apr 30 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 0.1.329-2
- (9ae2525) fix requires
- (Dmitry Fedorov: dfc8ea4) fix post-requires

* Mon Mar 02 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.1.329-1
- (c0cb702) Updated to version 0.1.329
- (c0cb702) 1. Revisited PCI IDs of NVidia GPUs supported by the driver "nvidia340".
- (c0cb702) 2. Added support for NVidia drivers 346.x.
- (c0cb702) 3. (Experimental) Get the source tarball from ABF rather than from
- (c0cb702) File Store. May simplify things.

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 0.1.327-2
- (212a74f) MassBuild#656: Increase release tag

* Wed Nov 19 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.1.327-1
- (706c2ff) Updated to version 0.1.327
- (706c2ff) Changes in this version:
- (706c2ff) * revisited handling of AMD/ATI graphics cards
- (706c2ff) * updated PCI IDs for radeon (kernel 3.14.22) and for fglrx 14.301.1001
- (706c2ff) (AMD Catalyst 14.9)
- (706c2ff) * dropped some of the old, unused and/or broken stuff

* Tue Jul 22 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.1.326-1
- (e6a20d0) Cosmetic: fixed the naming of NVidia graphics cards

* Tue Jul 22 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.1.325-1
- (afa455b) Updated to version 0.1.325
- (afa455b) Here are the main changes in this version.
- (afa455b) 1. The databases of PCI IDs and USB IDs have been updated.
- (afa455b) 2. Handling of NVidia graphics has been rewritten (see Readme.pcitable)
- (afa455b) so that the newest applicable long-lived proprietary driver is suggested
- (afa455b) to the users, along with nouveau.
- (afa455b) nvidia-current is no longer suggested by default (it is risky to use it
- (afa455b) in production systens because NVidia sometimes drops the support for
- (afa455b) older cards from there).
- (afa455b) nvidia-long-lived is no more. It corresponded to nvidia304 recently,
- (afa455b) so the users are advised to use that driver instead or take what
- (afa455b) XFdrake will suggest.

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.1.323-2
- (7fc9ad2) MassBuild#440: Increase release tag

* Tue Apr 15 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.1.323-1
- (5d96780) 0.1.323: updated ati radeon proprietary driver (fglrx) to 13.350.1005

* Fri Mar 14 2014 akdengi <kazancas@mandriva.ru> 0.1.322-1
- (d244fe5) 0.1.322

* Fri Mar 14 2014 akdengi <kazancas@mandriva.ru> 0.1.321-1
- (5f896e8) 0.1.322
- (akdengi: 38a795b) fix merge
- (akdengi: e767070) Update card list

* Wed Feb 12 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 0.1.319-1
- (33adbe3) Updated to 0.1.319: replace radeon-firmware with linux-firmware in Cards+

* Thu Dec 12 2013 Alexander Kazancev <kazancas@gmail.com> 0.1.318-3
- (6596c82) Updated ldetect-lst.spec
- (akdengi: a48b197) up release

* Wed Sep 04 2013 Alexander Kazancev <kazancas@gmail.com> 0.1.318-2
- (32b1270) Updated ldetect-lst.spec
- (Alexander Kazancev: 429acd0) Not provide hwdata and pciids

* Mon Aug 19 2013 akdengi <kazancas@mandriva.ru> 0.1.318-1
- (d9b939b) 0.1.318

* Tue Jan 29 2013 akdengi <kazancas@gmail.com> 0.1.317-1
- (97c9fa0) 0.1.317

* Wed Dec 26 2012 akdengi <kazancas@mandriva.ru> 0.1.316-1
- (0171b17) BR kernel-nrj-desktop
- (akdengi: 388033c) 0.1.316

* Wed Nov 28 2012 akdengi <kazancas@mandriva.ru> 0.1.315-1
- (6b5ede6) LOG -new version 0.1.315

* Mon Nov 12 2012 akdengi <kazancas@mandriva.ru> 0.1.313-3
- (fe20681) enable sisimedia driver and drop fglrx-legacy for Xorg 13 support

* Wed Oct 31 2012 akdengi <kazancas@mandriva.ru> 0.1.313-1
- (3ba2c82) LOG - 0.1.313

* Wed Oct 31 2012 akdengi <kazancas@mandriva.ru> 0.1.312-4
- (ff1bcca) Now pcitable and usbtable not empty

* Wed Oct 31 2012 Alexander Kazancev <kazancas@gmail.com> 0.1.312-3
- (dd43900) Updated ldetect-lst.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23091 |14mu|leafnode-1.11.8-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Leafsite NNTP server
Name:		leafnode
Version:	1.11.8
Release:	13
License:	Artistic
Group:		System/Servers
Url:		http://www.leafnode.org
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source1:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2.asc
Source2:	%{name}.texpire
Source3:	%{name}.filters
Source4:	%{name}.xinetd
Source5:        %{name}-tmpfiles.conf
BuildRequires:	pkgconfig(libpcre)
Requires:	xinetd
Conflicts:	inn

%description
Leafnode is a small NNTP server for leaf sites without permanent
connection to the internet. It supports a subset of NNTP and is able to
automatically fetch the newsgroups the user reads regularly from the
newsserver of the ISP.

%prep
%setup -q

%build
%configure2_5x \
	--with-spooldir=/var/spool/news \
	--with-lockfile=/run/lock/news/%{name} \
	--sysconfdir=%{_sysconfdir}/%{name}
%make 

%install
%makeinstall_std
install -d %{buildroot}%{_sysconfdir}/{cron.daily,leafnode}
install -m 755 %SOURCE2 %{buildroot}%{_sysconfdir}/cron.daily/texpire
install -m 600 %{_builddir}/%{name}-%{version}/config.example %{buildroot}%{_sysconfdir}/leafnode/config
install -m 600 %SOURCE3 %{buildroot}%{_sysconfdir}/leafnode/filters
install -D -m644 %{SOURCE4} %{buildroot}/etc/xinetd.d/%{name}
install -D -p -m 0644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf

cp doc_german/README doc_german/README.de

# Install the man pages
install -d %{buildroot}%{_mandir}/{,de}/man{1,3,8}
install -m 644 doc_german/*.1 %{buildroot}%{_mandir}/de/man1
rm -rf doc_german/*.1
install -m 644 doc_german/*.8 %{buildroot}%{_mandir}/de/man8
rm -rf doc_german/*.8
install -m 644 `find . -name "*.1"` %{buildroot}%{_mandir}/man1
install -m 644 `find . -name "*.8"` %{buildroot}%{_mandir}/man8
rm -f %{buildroot}%{_mandir}/man?/pcre*
mkdir -p %{buildroot}/var/spool/news/message.id/{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}

%pre
if [ -f %{_sysconfdir}/cron.daily/texpire.cron ] ; then
        rm -f %{_sysconfdir}/cron.daily/texpire.cron
fi

%post
systemd-tmpfiles --create %{name}.conf

%files
%doc COPYING CREDITS INSTALL README tools/archivefaq.pl update.sh
#%doc doc_german/README.de doc_german/txt/*
%attr(755,root,root) %config(noreplace) %{_sysconfdir}/cron.daily/texpire
%attr (644,root,man) %{_mandir}/man1/*
%attr (644,root,man) %{_mandir}/de/man1/*
%attr (644,root,man) %{_mandir}/man8/*
%attr (644,root,man) %{_mandir}/de/man8/*
#%attr (644,root,man) %{_mandir}/de/man1/*
#%attr (644,root,man) %{_mandir}/de/man8/*
%defattr (644,news,news,755)
%dir %{_sysconfdir}/leafnode
%attr(600,news,news) %config(noreplace) %{_sysconfdir}/leafnode/*
%config(noreplace) %{_sysconfdir}/xinetd.d/%{name}
%attr(750,news,news) %{_sbindir}/*
%attr(755,news,news) %{_bindir}/*
%{_tmpfilesdir}/%{name}.conf
%dir /var/spool/news
%dir /var/spool/news/*
%dir /var/spool/news/message.id/*


%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.11.8-13
+ Revision: 1c6521a
- Move lock file to /run/lock



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23092 |14mu|leptonica-1.72-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname lept %{major}
%define devname %mklibname lept -d

Summary:	C library for image processing and image analysis operations
Name:		leptonica
Version:	1.72
Release:	1
License:	MIT
Group:		Graphics
Url:		http://www.leptonica.org
Source0:	http://www.leptonica.com/source/%{name}-%{version}.tar.gz
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(zlib)

%description
Well-tested C code for some basic image processing operations, along with
a description of the functions and some design methods. A full set of affine
transformations (translation, shear, rotation, scaling) on images of all depths
is included, with the exception that some of the scaling methods do not work
at all depths. There are also implementations of binary morphology, grayscale
morphology, convolution and rank order filters, and applications such as jbig2
image processing and color quantization.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C library for image processing and image analysis operations
Group:		System/Libraries

%description -n %{libname}
Well-tested C code for some basic image processing operations, along with
a description of the functions and some design methods. A full set of affine
transformations (translation, shear, rotation, scaling) on images of all depths
is included, with the exception that some of the scaling methods do not work
at all depths. There are also implementations of binary morphology, grayscale
morphology, convolution and rank order filters, and applications such as jbig2
image processing and color quantization.

%files -n %{libname}
%{_libdir}/liblept.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	C library for image processing and image analysis operations
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	leptonica-devel = %{EVRD}

%description -n %{devname}
Well-tested C code for some basic image processing operations, along with
a description of the functions and some design methods. A full set of affine
transformations (translation, shear, rotation, scaling) on images of all depths
is included, with the exception that some of the scaling methods do not work
at all depths. There are also implementations of binary morphology, grayscale
morphology, convolution and rank order filters, and applications such as jbig2
image processing and color quantization.

This package contains development files only.

%files -n %{devname}
%doc leptonica-license.txt README.html
%{_libdir}/liblept.so
%{_libdir}/pkgconfig/lept.pc
%{_includedir}/leptonica

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-programs
%make

%install
%makeinstall_std


%changelog

* Mon Nov 16 2015 Denis Silakov <dsilakov@gmail.com> 1.72-1
- (062bc1c) Updated to 1.72



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23093 |14mu|less-481-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define less_p_vers 1.82

Summary:	A text file browser similar to more, but better
Name:		less
Version:	481
Release:	6
License:	GPLv3+ or BSD-like
Group:		File tools
Url:		http://www.greenwoodsoftware.com/less
Source0:	http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
Source1:	faq_less.html
Source2:	http://www-zeuthen.desy.de/~friebel/unix/less/lesspipe-%{less_p_vers}.tar.gz
Patch0:		less-374-manpages.patch
Patch2:		lesspipe-1.72-posix.patch
Patch3:		less-382-fixline.patch
Patch4:		less-392-Foption.patch
# If o3read isn't installed, use the filter that comes with lesspipe
Patch5:		lesspipe-1.72-optional-o3read.patch
Patch6:		less-457-use-odt2txt-in-stead-of-sxw2txt.patch
BuildRequires:	pkgconfig(ncursesw)
# lesspipe.sh requires file
Requires:	file
Requires:	sed
Suggests:	html2text
Suggests:	odt2txt

%description
The less utility is a text file browser that resembles more, but has
more capabilities.  Less allows you to move backwards in the file as
well as forwards.  Since less doesn't have to read the entire input file
before it starts, less starts up more quickly than text editors (for
example, vi).

You should install less because it is a basic utility for viewing text
files, and you'll use it frequently.

%files
%doc README NEWS README.lesspipe
%doc faq_less.html lesspipe-%{less_p_vers}/{ChangeLog,german.txt,TODO}
%doc README.urpmi
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/*
%{_sysconfdir}/profile.d/*

#----------------------------------------------------------------------------

%prep
%setup -q -a 2
%patch0 -p1 -b .manpages~
cd lesspipe-%{less_p_vers}
%patch2 -p1 -b .posix~
%patch5 -p1 -b .o3read~
cd ..
%patch3 -p1 -b .fixline
%patch4 -p1 -b .Foption
%patch6 -p1 -b .odt2xt~
chmod a+r lesspipe-%{less_p_vers}/*
cp lesspipe-%{less_p_vers}/README README.lesspipe

# Some source files have very odd permissions
# that happen to be passed on to the debug package
find . -name "*.[ch]" |xargs chmod 0644

%build
CFLAGS=$(echo "%{optflags} -DHAVE_LOCALE" | sed -e s/-fomit-frame-pointer//)
%configure2_5x
%make
cd lesspipe-%{less_p_vers}
./configure --yes
cd ..

%install
%makeinstall
# faq
install -m 644 %{SOURCE1} .
cd lesspipe-%{less_p_vers}
%makeinstall PREFIX=%{buildroot}%{_prefix}
cd ..
mkdir -p %{buildroot}%{_sysconfdir}/profile.d/
cat << EOF > %{buildroot}%{_sysconfdir}/profile.d/20less.sh
CHARSET=\$(locale charmap 2> /dev/null)
if [ -z \$LESSCHARSET ]; then
    case "\$CHARSET" in
        ISO*|KOI*|CP*)
            export LESSCHARSET="\$CHARSET"
        ;;
        * )
            export LESSCHARSET="UTF-8"
        ;;
    esac
fi
# Make a filter for less
export LESSOPEN="|/usr/bin/lesspipe.sh %s"
export LESS="-R"
EOF

cat << EOF > %{buildroot}%{_sysconfdir}/profile.d/20less.csh
if ( \$?LESSCHARSET ) then
    if ( \$LESSCHARSET == "") then
        unsetenv LESSCHARSET
    endif
endif
if ! ( \$?LESSCHARSET ) then
    set CHARSET=\`locale charmap\`
    switch ("\$CHARSET")
        case ISO*
        case KOI*
        case CP*
            setenv LESSCHARSET \$CHARSET
            breaksw
        default
            setenv LESSCHARSET UTF-8
            breaksw
    endsw
endif
# Make a filter for less
setenv LESSOPEN "|/usr/bin/lesspipe.sh %s"
setenv LESS "-R"
EOF

cat << EOF > README.urpmi
This version of less includes lesspipe.sh from Wolfgang Friebel
( http://www-zeuthen.desy.de/~friebel//unix/less/ ).

This enables you to view gz, bz2, lzma, zip, rpm and html files
among others with less. It works by setting the LESSOPEN 
environment variable, see the man pages for details.

If you want to disable this behavior, either use 'unset LESSOPEN' or
use an alias ( alias less='less -l' ).

less will open html files with lynx, then html2text, then cat if
none of the previous were found.
EOF

install -m644 lessecho.1 %{buildroot}%{_mandir}/man1

%check
cd lesspipe-%{less_p_vers}
# make sure we're testing stuff with new less and not currently installed one
export PATH=$PWD/../:$PATH
# FIXME The test suite in lesspipe 1.72 doesn't seem to be compatible
# with perl 5.14 -- re-enable once lesspipe tests have been fixed.
#make test


%changelog

* Wed Sep 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 481-6
- (5473e44) Updated to 481



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23094 |14mu|lftp-4.6.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
# build options
%bcond_with	dante

%define	major	0
%define	libjobs	%mklibname %{name}-jobs %{major}
%define	libtasks %mklibname %{name}-tasks %{major}
%define	devname	%mklibname %{name} -d

Summary:	Commandline ftp client
Name:		lftp
Version:	4.6.2
Release:	3
Group:		Networking/File transfer
License:	GPLv2+
Url:		http://lftp.yar.ru/
Source0:	http://lftp.yar.ru/ftp/%{name}-%{version}.tar.xz
Source1:	http://lftp.yar.ru/ftp/%{name}-%{version}.tar.xz.asc
Patch0:		lftp-2.2.0-lftpgetmanpage.patch
Patch1:		lftp-3.7.7-mdkconf.patch
Patch4:		lftp-4.4.0-gets.patch

BuildRequires:	readline-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(ncursesw)
%if %{with dante}
BuildRequires:	dante-devel
%endif
Requires:	less
Conflicts:	%{_lib}lftp0 < 4.6.0-1

Provides:	ftp

%description
LFTP is a shell-like command line ftp client. The main two advantages
over other ftp clients are reliability and ability to perform tasks
in background. It will reconnect and reget the file being transferred
if the connection broke. You can start a transfer in background and
continue browsing on the ftp site.  It does this all in one process.
When you have started background jobs and feel you are done, you can
just exit lftp and it automatically moves to nohup mode and completes
the transfers. It has also such nice features as reput and mirror.

%if !%{with dante}
Build option:
--with dante	Enable dante support
%endif

%package -n	%{libjobs}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}lftp0 < 4.6.0-1

%description -n	%{libjobs}
Dynamic libraries from %{name}.

%package -n	%{libtasks}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries
Conflicts:	%{_lib}lftp0 < 4.6.0-1

%description -n	%{libtasks}
Dynamic libraries from %{name}.

%package -n	%{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libjobs} >= %{version}-%{release}
Requires:	%{libtasks} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release} 

%description -n	%{devname}
Libraries and includes files for developing programs based on %{name}.

%prep
%setup -q
%apply_patches
%configure2_5x \
	--with-modules=yes \
	--with-pager="exec less" \
%if %{with dante}
	--with-socksdante=yes \
%endif

%make 

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING FAQ MIRRORS NEWS 
%doc README.* THANKS TODO lftp.lsm BUGS
%config(noreplace) %{_sysconfdir}/lftp.conf
%{_bindir}/*
%{_mandir}/man?/*
%{_datadir}/%{name}/
%dir %{_libdir}/lftp/%{version}
%{_libdir}/lftp/%{version}/*.so

%files -n %{libjobs}
%{_libdir}/liblftp-jobs.so.%{major}*

%files -n %{libtasks}
%{_libdir}/liblftp-tasks.so.%{major}*

%files -n %{devname}
%{_libdir}/*.so


%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.6.2-3
- (23b37f2) Updated to 4.6.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23095 |14mu|lha-1.14i-26.20160508.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20160508

Summary:	An archiving and compression utility for LHarc format archives
Name:		lha
Epoch:		1
Version:	1.14i
Release:	26.%{git}.1
License:	Freeware-like
Group:		Archiving/Compression
Url:		https://github.com/jca02266/lha
Source0:	https://github.com/jca02266/lha/archive/master.zip
Source1:	http://packages.debian.org/changelogs/pool/non-free/l/lha/current/copyright

%description
LhA is an archiving and compression utility for LHarc format archive.
LhA is mostly used in the Amiga and in the DOS world, but can be used 
under Linux to extract files from .lha and .lzh archives. 

Install the LhA package if you need to extract files from .lha or .lzh
Amiga or DOS archives, or if you have to build LhA archives to
be read on the Amiga or DOS.

%prep
%setup -qn %{name}-master
cp %{SOURCE1} .

%build
autoreconf -is
%configure2_5x
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_mandir}/ja/mann
install -m 644 man/lha.n %{buildroot}%{_mandir}/ja/mann/lha.n

%files
%doc copyright
%{_bindir}/lha
%{_mandir}/man1/lha.1*
%lang(ja) %{_mandir}/ja/mann/lha.n*

%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 1:1.14i-26.20160508.1
- (2835698) Updated to 20160508 snapshot



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23096 |14mu|libaccounts-glib-1.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define commit 00254a604a7c7bd38c41794a80ad8930e90f21aa

%define major 0
%define libname %mklibname accounts-glib %{major}
%define girname %mklibname accounts-glib-gir 1.0
%define devname %mklibname accounts-glib -d

Summary:	Accounts and SSO (Single Sign-On) framework
Name:		libaccounts-glib
Version:	1.21
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://code.google.com/p/accounts-sso/
Source0:	http://accounts-sso.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	gtk-doc
BuildRequires:	python-gi >= 2.90
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(check) >= 0.9.4
BuildRequires:	pkgconfig(gio-2.0) >= 2.30
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.26
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(pygobject-3.0) >= 2.90
BuildRequires:	pkgconfig(sqlite3) >= 3.7.0

%description
Accounts and SSO (Single Sign-On) framework for Linux and POSIX based
platforms.

%files
%{_bindir}/*
%{_datadir}/xml
%{_datadir}/backup-framework
%{_libdir}/libaccounts-glib/accounts-glib-test.sh
%{_libdir}/libaccounts-glib/accounts-glib-test-wrapper.sh
%{_libdir}/libaccounts-glib/accounts-glib-testsuite
%{_libdir}/libaccounts-glib/test-process
%{_libdir}/libaccounts-glib/tests.xml
%{_datadir}/libaccounts-glib/testdata/accounts/applications/Gallery.application
%{_datadir}/libaccounts-glib/testdata/accounts/applications/Mailer.application
%{_datadir}/libaccounts-glib/testdata/accounts/providers/MyProvider.provider
%{_datadir}/libaccounts-glib/testdata/accounts/providers/maemo.provider
%{_datadir}/libaccounts-glib/testdata/accounts/providers/fake-os/MyProvider.provider
%{_datadir}/libaccounts-glib/testdata/accounts/service-types/e-mail.service-type
%{_datadir}/libaccounts-glib/testdata/accounts/services/MyService.service
%{_datadir}/libaccounts-glib/testdata/accounts/services/MyService2.service
%{_datadir}/libaccounts-glib/testdata/accounts/services/OtherService.service
%{_datadir}/libaccounts-glib/testdata/applications/Mailer.desktop
%{_mandir}/man1/ag-backup.1*
%{_mandir}/man1/ag-tool.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Accounts and SSO (Single Sign-On) framework
Group:		System/Libraries

%description -n %{libname}
Accounts and SSO (Single Sign-On) framework for Linux and POSIX based
platforms.

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Accounts-1.0.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name} < 1.16-2

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%doc COPYING AUTHORS
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}
%{_datadir}/gir-1.0/Accounts-1.0.gir
%{_datadir}/vala/vapi/*
%{_datadir}/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python binding for %{name}
Group:		Development/Python

%description -n python-%{name}
Python binding for %{name}.

%files -n python-%{name}
%{py_platsitedir}/gi/overrides/Accounts.*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-VERSION_%{version}-%{commit}

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Tue Jun 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.21-1
- (7741a08) Build requires gtk-doc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23097 |14mu|libalkimia-4.3.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname alkimia %{major}
%define devname %mklibname alkimia -d

Summary:	Financial library
Name:		libalkimia
Version:	4.3.2
Release:	8
License:	LGPLv2+
Group:		Office
Url:		http://kde-apps.org/content/show.php/libalkimia?content=137323
Source0:	http://kde-apps.org/CONTENT/content-files/137323-libalkimia-%{version}.tar.bz2
BuildRequires:	gmpxx-devel
BuildRequires:	kdelibs4-devel

%description
Financial library used by KMyMoney and Scrooge.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Financial Library
Group:		System/Libraries

%description -n %{libname}
Financial library used by KMyMoney and Scrooge.

%files -n %{libname}
%{_kde_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Obsoletes:	libalkimia-devel < 4.3.2-2

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%{_kde_includedir}/alkimia/
%{_kde_libdir}/%{name}.so
%{_kde_libdir}/pkgconfig/%{name}.pc
%{_datadir}/apps/cmake/modules/FindLibAlkimia.cmake

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Tue Jun 16 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.3.2-8
- (8c6879e) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23098 |14mu|libappindicator-12.10.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.1
%define girmajor 0.1
%define girgtk %mklibname appindicator-gir %{girmajor}
%define girgtk3 %mklibname appindicator3-gir %{girmajor}

%define major 1
%define libgtk %mklibname appindicator %{major}
%define devgtk %mklibname appindicator -d
%define libgtk3 %mklibname appindicator3_ %{major}
%define devgtk3 %mklibname appindicator3 -d

Summary:	Application indicators library
Name:		libappindicator
Version:	12.10.0
Release:	5
License:	LGPLv2+ and LGPLv3+
Group:		System/Libraries
Url:		https://launchpad.net/libappindicator
Source0:	%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE 001_opensuse_build_fix_all.patch nmarques@opensuse.org 
#-- This patch fixes python links and  eplaces pkgconfig() calls from "nunit" to "mono-nunit"
# PATCH-FIX-OPENSUSE - libappindicator-mono-nunit-fix.patch nmarques@opensuse.org 
#-- use mono-nunit for pkgconfig() calls instead of nunit
#Patch0:	libappindicator-mono-nunit-fix.patch
# PATCH-FIX-OPENSUSE - libappindicator-header-fixes.patch nmarques@opensuse.org 
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	perl-XML-SAX
BuildRequires:	vala-tools
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(dbusmenu-gtk-0.4)
BuildRequires:	pkgconfig(dbusmenu-gtk3-0.4)
BuildRequires:	pkgconfig(gapi-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtk-sharp-2.0)
BuildRequires:	pkgconfig(indicate-0.6)
BuildRequires:	pkgconfig(indicator-0.4)
BuildRequires:	pkgconfig(indicator3-0.4)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(mono)
BuildRequires:	pkgconfig(mono-nunit)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(python2)

%description
A library and indicator to take menus from applications and place them in
the panel.

#----------------------------------------------------------------------------

%package -n appindicator-sharp
Summary:	Application indicator library - assembly CLI
Group:		Development/C#
Conflicts:	%{_lib}appindicator-devel < 12.10.0-4

%description -n appindicator-sharp
This package provides the appindicator-sharp assembly that allows CLI (.NET)
programs to take menus from applications and place them in the panel.

This package provides assemblies to be used by applications.

%files -n appindicator-sharp
%{_prefix}/lib/mono/appindicator-sharp/
%{_prefix}/lib/mono/gac/
%{_libdir}/cli/appindicator-sharp*
%{_libdir}/pkgconfig/appindicator-sharp-%{api}.pc

#----------------------------------------------------------------------------

%package -n appindicator-vala
Summary:	Application indicator library - Vala bindings
Group:		Development/Other

%description -n appindicator-vala
This package provides Vala bindings for the application indicator library.

%files -n appindicator-vala
%{_datadir}/vala/vapi/appindicator-%{api}.deps
%{_datadir}/vala/vapi/appindicator-%{api}.vapi

#----------------------------------------------------------------------------

%package -n appindicator3-vala
Summary:	Application indicator library - Vala bindings
Group:		Development/Other

%description -n appindicator3-vala
This package provides Vala bindings for the application indicator library.

%files -n appindicator3-vala
%{_datadir}/vala/vapi/appindicator3-%{api}.deps
%{_datadir}/vala/vapi/appindicator3-%{api}.vapi

#----------------------------------------------------------------------------

%package -n python-appindicator
Summary:	Application indicator library - Python 2 bindings
Group:		Development/Python

%description -n python-appindicator
This package provides Python 2 bindings for the application indicator library.

%files -n python-appindicator
%{_datadir}/pygtk/2.0/defs/appindicator.defs
%dir %{py_platsitedir}/appindicator/
%{py_platsitedir}/appindicator/*

#----------------------------------------------------------------------------

%package -n %{libgtk}
Summary:	Application indicator library - shared libraries
Group:		System/Libraries
Provides:	appindicator-gtk2 = %{EVRD}

%description -n %{libgtk}
A library and indicator to take menus from applications and place them in
the panel.

This package provides the shared libraries to be used by applications.

%files -n %{libgtk}
%doc gtk2/README gtk2/COPYING gtk2/COPYING.LGPL.2.1
%{_libdir}/libappindicator.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girgtk}
Summary:	GObject Introspection files for %{name}
Group:		System/Libraries
Requires:	%{libgtk} = %{EVRD}

%description -n %{girgtk}
GObject Introspection files for %{name}.

%files -n %{girgtk}
%{_libdir}/girepository-1.0/AppIndicator-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devgtk}
Summary:	Application indicator library - development files
Group:		Development/C
Requires:	%{libgtk} = %{EVRD}
Requires:	%{girgtk} = %{EVRD}
Provides:	appindicator-gtk2-devel = %{EVRD}

%description -n %{devgtk}
A library and indicator to take menus from the applications and place them in
the panel.

This package provides the files that are needed to build applications.

%files -n %{devgtk}
%{_includedir}/libappindicator-%{api}/
%{_libdir}/libappindicator.so
%{_libdir}/pkgconfig/appindicator-%{api}.pc
%{_datadir}/gir-1.0/AppIndicator-%{girmajor}.gir

#----------------------------------------------------------------------------

%package -n %{libgtk3}
Summary:	Application indicator library - shared libraries
Group:		System/Libraries
Provides:	appindicator-gtk3 = %{EVRD}

%description -n %{libgtk3}
A library and indicator to take menus from applications and place them in
the panel.

This package provides the shared libraries to be used by applications.

%files -n %{libgtk3}
%doc gtk3/README gtk3/COPYING gtk3/COPYING.LGPL.2.1
%{_libdir}/libappindicator3.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girgtk3}
Summary:	GObject Introspection files for %{name}
Group:		System/Libraries
Requires:	%{libgtk3} = %{EVRD}
Conflicts:	%{_lib}appindicator1 < 12.10.0-4

%description -n %{girgtk3}
GObject Introspection files for %{name}.

%files -n %{girgtk3}
%{_libdir}/girepository-1.0/AppIndicator3-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devgtk3}
Summary:	Application indicator library - development files
Group:		Development/C
Requires:	%{libgtk3} = %{EVRD}
Requires:	%{girgtk3} = %{EVRD}
Provides:	appindicator-gtk3-devel = %{EVRD}
Conflicts:	%{_lib}appindicator-devel < 12.10.0-4

%description -n %{devgtk3}
A library and indicator to take menus from the applications and place them in
the panel.

This package provides the files that are needed to build applications.

%files -n %{devgtk3}
%{_datadir}/gtk-doc/html/libappindicator/
%{_includedir}/libappindicator3-%{api}/
%{_libdir}/libappindicator3.so
%{_libdir}/pkgconfig/appindicator3-%{api}.pc
%{_datadir}/gir-1.0/AppIndicator3-%{girmajor}.gir

#----------------------------------------------------------------------------

%prep
%setup -qc

mv %{name}-%{version} gtk2
cp -r gtk2 gtk3

%build
pushd gtk2
# Warning, patch requires reconf
NOCONFIGURE=1 autoreconf -fi
%configure2_5x \
	--disable-static \
	--with-gtk=2

make LIBS='-lgmodule-2.0'
popd

pushd gtk3
# Warning, patch requires reconf
NOCONFIGURE=1 autoreconf -fi
%configure2_5x \
	--disable-static \
	--with-gtk=3

make LIBS='-lgmodule-2.0'
popd

%install
%makeinstall_std -C gtk2
%makeinstall_std -C gtk3


%changelog

* Tue Jun 09 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 12.10.0-5
- (bd60ace) Adjust groups for sharp and python bindings



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23099 |14mu|libarchive-3.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 13
%define libname %mklibname archive %{major}
%define devname %mklibname archive -d

Summary:	Library for reading and writing streaming archives
Name:		libarchive
Version:	3.2.1
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://www.libarchive.org
Source0:	http://www.libarchive.org/downloads/%{name}-%{version}.tar.gz
Patch0:		libarchive-2.6.1-headers.patch
Patch1:		libarchive-3.2.0-lzma_mt.patch
Patch2:		libarchive-3.2.1-issue770.patch
Patch3:		libarchive-3.2.1-issue767.patch
Patch4:		libarchive-3.2.1-issue748.patch
Patch5:		libarchive-3.2.1-issue744-2.patch
Patch6:		libarchive-3.2.1-issue731.patch
Patch7:		libarchive-3.2.1-CVE-2016-5418.patch
Patch8:		9f0dee226163de2490510fd258fbd9547a032f16.patch
Patch9:		libarchive-3.2.1-issue747.patch
Patch10:	libarchive-3.2.1-issue761.patch
Patch11:	libarchive-3.2.1-issue744.patch
BuildRequires:	bison
BuildRequires:	libtool
BuildRequires:	sharutils
BuildRequires:	acl-devel
BuildRequires:	attr-devel
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(liblzma)

%description
Libarchive is a programming library that can create and read several different
streaming archive formats, including most popular tar variants and several cpio
formats. It can also write shar archives and read ISO9660 CDROM images and ZIP
archives. The bsdtar program is an implementation of tar(1) that is built on
top of libarchive. It started as a test harness, but has grown and is now the
standard system tar for FreeBSD 5 and 6.

#------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for reading and writing streaming archives
Group:		System/Libraries

%description -n %{libname}
Libarchive is a programming library that can create and read several different
streaming archive formats, including most popular tar variants and several cpio
formats. It can also write shar archives and read ISO9660 CDROM images and ZIP
archives. The bsdtar program is an implementation of tar(1) that is built on
top of libarchive. It started as a test harness, but has grown and is now the
standard system tar for FreeBSD 5 and 6.

%files -n %{libname}
%{_libdir}/libarchive.so.%{major}*

#------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for the libarchive library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{libname}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libarchive is a programming library that can create and read several different
streaming archive formats, including most popular tar variants and several cpio
formats. It can also write shar archives and read ISO9660 CDROM images and ZIP
archives. The bsdtar program is an implementation of tar(1) that is built on
top of libarchive. It started as a test harness, but has grown and is now the
standard system tar for FreeBSD 5 and 6.

This package contains header files for the libarchive library.

%files -n %{devname}
%{_libdir}/libarchive.so
%{_libdir}/pkgconfig/libarchive.pc
%{_includedir}/*.h
%{_mandir}/man3/*
%{_mandir}/man5/*

#------------------------------------------------------------------

%package -n bsdtar
Summary:	Full-featured tar replacement built on libarchive
Group:		Archiving/Backup

%description -n bsdtar
The bsdtar program is a full-featured tar replacement built on libarchive.

%files -n bsdtar
%doc NEWS README
%{_bindir}/bsdtar
%{_mandir}/man1/bsdtar.1*

#------------------------------------------------------------------

%package -n bsdcpio
Summary:	Copy files to and from archives
Group:		Archiving/Backup

%description -n bsdcpio
bsdcpio copies files between archives and directories. This implementation can
extract from tar, pax, cpio, zip, jar, ar, and ISO 9660 cdrom images and can
create tar, pax, cpio, ar, and shar archives.

%files -n bsdcpio
%{_bindir}/bsdcpio
%{_mandir}/man1/bsdcpio.1*

#------------------------------------------------------------------

%package -n bsdcat
Summary:	Expand files to standard output
Group:		Networking/Other

%description -n bsdcat
The bsdcat program typically takes a filename as an argument or reads standard
input when used in a pipe. In both cases decompressed data it written to
standard output.

%files -n bsdcat
%doc README NEWS COPYING
%{_bindir}/bsdcat
%{_mandir}/*/bsdcat*

#------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .headers
#patch1 -p1 -R
%patch2 -p1 -b .issue770
%patch3 -p1 -b .issue767
%patch4 -p1 -b .issue748
%patch5 -p1 -b .issue744-2
%patch6 -p1 -b .issue731
%patch7 -p1 -b .CVE-2016-5418
%patch8 -p1 -b .9f0dee2
%patch9 -p1 -b .issue747
%patch10 -p1 -b .issue761
%patch11 -p1 -b .issue744

%build
autoreconf -fis

%configure2_5x \
	--disable-static \
	--enable-bsdtar=shared \
	--enable-bsdcpio=shared

%make

%install
%makeinstall_std

%changelog

* Mon Oct 17 2016 Denis Silakov <denis.silakov@rosalab.ru> 3.2.1-2
- (fdb5786) Add fixes for a bunch of CVEs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23100 |14mu|libass-0.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname ass %{major}
%define devname %mklibname ass -d

Summary:	Library for SSA/ASS subtitles rendering
Name:		libass
Version:	0.12.1
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://code.google.com/p/libass/
Source0:	http://libass.googlecode.com/files/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(enca)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)

%description
Libass is a portable library for SSA/ASS subtitles rendering.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for SSA/ASS subtitles rendering
Group:		System/Libraries

%description -n %{libname}
Libass is a portable library for SSA/ASS subtitles rendering.

%files -n %{libname}
%{_libdir}/libass.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libass development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	ass-devel = %{EVRD}

%description -n %{devname}
Libass is a portable library for SSA/ASS subtitles rendering.

This package contains the files for developing applications which
will use libass.

%files -n %{devname}
%doc Changelog
%{_libdir}/libass.so
%{_includedir}/ass
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog

* Mon May 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.12.1-1
- (f8586fd) New version 0.12.1, new library major 5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23101 |14mu|libast-0.7-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname ast %{major}
%define devname %mklibname ast -d

Summary:	Library of Assorted Spiffy Things
Name:		libast
Version:	0.7
Release:	22
License:	BSD
Group:		System/Libraries
Url:		http://www.eterm.org/
Source0:	http://www.eterm.org/download/%{name}-%{version}.tar.gz
Patch0:		libast-0.7-linkage.patch
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)

%description
LibAST is the Library of Assorted Spiffy Things.  It contains various
handy routines and drop-in substitutes for some good-but-non-portable
functions.  It currently has a built-in memory tracking subsystem as
well as some debugging aids and other similar tools.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library of Assorted Spiffy Things
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
LibAST is the Library of Assorted Spiffy Things.  It contains various
handy routines and drop-in substitutes for some good-but-non-portable
functions.  It currently has a built-in memory tracking subsystem as
well as some debugging aids and other similar tools.

%files -n %{libname}
%doc README
%{_libdir}/libast.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development related files for LibAST
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Install this package if you need to compile applications that needs
%{name}.

%files -n %{devname}
%doc README
%{_libdir}/lib*.so
%{_includedir}/*
%{_datadir}/aclocal/*.m4
%{_bindir}/libast-config
%{multiarch_bindir}/libast-config

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static
%make X_LIBS="-lX11"

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/libast-config

%multiarch_includes %{buildroot}%{_includedir}/libast/sysdefs.h


%changelog

* Sat May 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7-22
- (f6d91f5) Fix linkage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23102 |14mu|libbluedevil-2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname bluedevil %{major}
%define devname %mklibname bluedevil -d

Summary:	Qt-based library written in C++ to handle all Bluetooth functionality
Name:		libbluedevil
# Version 1.x supports bluez 4.x and version 2.x supports bluez 5.x
Version:	2.1
Release:	1
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/libs/libname
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		libbluedevil-2.0-fix.patch
BuildRequires:	cmake
BuildRequires:	kde4-macros
BuildRequires:	qt4-devel

%description
Qt-based library written in C++ to handle all Bluetooth functionality.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Bluedevil Runtime library
Group:		System/Libraries

%description -n %{libname}
Qt-based library written in C++ to handle all Bluetooth functionality.

%files -n %{libname}
%{_kde_libdir}/libbluedevil.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devname}
%{_kde_includedir}/bluedevil
%{_kde_libdir}/libbluedevil.so
%{_kde_libdir}/pkgconfig/bluedevil.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Wed Sep 09 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1-1
- (c34b0e0) New version 2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23103 |14mu|libbluray-0.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname bluray %{major}
%define devname %mklibname bluray -d

Summary:	Blu-Ray Disc playback library for media players
Name:		libbluray
Version:	0.9.2
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.videolan.org/developers/libbluray.html
Source0:	ftp://ftp.videolan.org/pub/videolan/libbluray/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	ant
BuildRequires:	java-rpmbuild
BuildRequires:	jaxp
BuildRequires:	xerces-j2
BuildRequires:	libgcj-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libxml-2.0)

%description
libbluray is an open-source library designed for Blu-Ray Discs playback for
media players, like VLC or MPlayer.

The library has support for navigation, playlist parsing, menus and BD-J.

For BD-J support, you need to install libbluray-java.

This package does not contain any DRM circumvention functionality, so you can
only play unprotected Blu-Ray discs with it as is.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Blu-Ray Disc playback library for media players
Group:		System/Libraries

%description -n %{libname}
libbluray is an open-source library designed for Blu-Ray Discs playback for
media players, like VLC or MPlayer.

For BD-J support, you need to install libbluray-java.

This package does not contain any DRM circumvention functionality, so you can
only play unprotected Blu-Ray discs with it as is.

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	libbluray development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	bluray-devel = %{EVRD}

%description -n %{devname}
These are the files needed for building programs using libbluray.
This package does not contain any DRM circumvention functionality.

%files -n %{devname}
%doc README.txt
%{_includedir}/%{name}
%{_bindir}/bd_info
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package java
Summary:	BD-J support for libbluray
Group:		System/Libraries
# Maybe switch to suggesting/requiring libbluray-java in the main lib,
# and dropping these below reqs instead?
Requires:	java >= 1.6
Requires:	jpackage-utils

%description java
libbluray is an open-source library designed for Blu-Ray Discs playback for
media players, like VLC or MPlayer.

This package contains the BD-J support for libbluray.

This package does not contain any DRM circumvention functionality.

%files java
%{_javadir}/%{name}-j2se-%{version}.jar

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# for ant
export JAVA_HOME=%{java_home}
./bootstrap
%configure2_5x \
	--disable-static \
	--with-jdk=%{java_home} \
	--enable-bdjava
%make

%install
%makeinstall_std


%changelog

* Mon Feb 22 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.2-1
- (ef60b68) Build requires pkgconfig(fontconfig)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23104 |14mu|libbonoboui-2.24.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without gtkdoc
%bcond_without xvfb

%define api 2
%define major 0
%define libname %mklibname bonoboui %{api} %{major}
%define devname %mklibname bonoboui -d

Summary:	Library for compound documents in GNOME
Name:		libbonoboui
Version:	2.24.5
Release:	10
License:	GPLv2+ and LGPLv2.1+
Group:		System/Libraries
Url:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
%if %{with gtkdoc}
BuildRequires:	gtk-doc
%endif
BuildRequires:	intltool
BuildRequires:	pkgconfig(bonobo-activation-2.0)
BuildRequires:	pkgconfig(gdk-x11-2.0)
BuildRequires:	pkgconfig(libbonobo-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libgnomecanvas-2.0)
BuildRequires:	pkgconfig(libgnome-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	perl-XML-Parser
%if %{with xvfb}
BuildRequires:	x11-server-xvfb
%endif
Requires:	%{libname} = %{EVRD}
# To make bonobo-browser work
Requires:	libbonobo

%description
Bonobo is a library that provides the necessary framework for GNOME
applications to deal with compound documents, i.e. those with a
spreadsheet and graphic embedded in a word-processing document.

This package contains various needed modules and files for bonobo 2
to operate.

%files -f %{name}-2.0.lang
%doc README NEWS changes.txt
%{_bindir}/*
%{_libdir}/bonobo/servers/*
%{_libdir}/bonobo-2.0
%{_libdir}/libglade/2.0/*.so
%{_datadir}/gnome-2.0
%{_datadir}/applications/bonobo-browser.desktop

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for compound documents in GNOME
Group:		System/Libraries
Provides:	%{name}%{api} = %{EVRD}

%description -n %{libname}
Bonobo is a library that provides the necessary framework for GNOME
applications to deal with compound documents, i.e. those with a
spreadsheet and graphic embedded in a word-processing document.

This package provides libraries to use Bonobo.

%files -n %{libname}
%{_libdir}/libbonoboui-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries, include files and sample code for Bonobo 2
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Bonobo is a library that provides the necessary framework for GNOME
applications to deal with compound documents, i.e. those with a
spreadsheet and graphic embedded in a word-processing document.

This package provides the necessary development libraries and include
files to allow you to develop programs using the Bonobo document model;
it includes demonstration executables and codes as well.

%files -n %{devname}
%doc ChangeLog
%doc %{_datadir}/gtk-doc/html/*
%{_includedir}/*
%{_libdir}/libbonobo*.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
%if %{with gtkdoc}
	--enable-gtk-doc
%endif

%make

%install
%makeinstall_std

%find_lang %{name}-2.0

%check
%if %{with xvfb}
xvfb-run -a make check
%else
make check
%endif

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.24.5-10
- (76bf347) Added libbonobo requirement.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23105 |14mu|libbsd-0.8.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname bsd %{major}
%define devname %mklibname bsd -d

Summary:	Library providing BSD-compatible functions for portability
Name:		libbsd
Version:	0.8.3
Release:	1
License:	BSD and ISC and Copyright only and Public Domain
Group:		System/Libraries
Url:		http://libbsd.freedesktop.org/
Source0:	http://libbsd.freedesktop.org/releases/libbsd-%{version}.tar.xz

%description
libbsd provides useful functions commonly found on BSD systems, and
lacking on others like GNU systems, thus making it easier to port
projects with strong BSD origins, without needing to embed the same
code over and over again on each project.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Development files for libbsd
Group:		Development/C
Conflicts:	%{_lib}bsd < 0.4.1-3
Obsoletes:	%{_lib}bsd < 0.4.1-3

%description -n %{libname}
Development files for the libbsd library.

%files -n %{libname}
%doc COPYING README TODO ChangeLog
%{_libdir}/libbsd.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libbsd
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for the libbsd library.

%files -n %{devname}
%{_includedir}/bsd
%{_libdir}/libbsd.so
%{_libdir}/libbsd-ctor.a
%{_libdir}/pkgconfig/libbsd.pc
%{_libdir}/pkgconfig/libbsd-ctor.pc
%{_libdir}/pkgconfig/libbsd-overlay.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# These cause file conflicts
rm -rf %{buildroot}%{_mandir}/man3/


%changelog

* Sat May 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.3-1
- (d89360e) New version 0.8.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23106 |14mu|libburn-1.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	4
%define libname %mklibname burn %{major}
%define devname %mklibname burn -d

Summary:	Library for reading, mastering and writing optical discs
Name:		libburn
Version:	1.4.2
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://libburnia-project.org/
Source0:	http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
Source1:	http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz.sig
BuildRequires:	doxygen
BuildRequires:	graphviz

%description
Libburn is an open-source library for reading, mastering and writing
optical discs.

#----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	An open-source library for optical discs

%description -n %{libname}
An open-source library for reading, mastering and writing optical discs.

%files -n %{libname}
%{_libdir}/libburn.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for development with %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}burn6-devel < 1.2.4
Obsoletes:	%{_lib}burn-static-devel < 1.2.8-2

%description -n %{devname}
This package includes the header files for the %{name} package.

%files -n %{devname}
%doc README AUTHORS COPYRIGHT
%{_libdir}/libburn.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}

#----------------------------------------------------------------------------

%package -n cdrskin
Summary:	Limited cdrecord compatibility wrapper for libburn
Group:		Archiving/Cd burning

%description -n cdrskin
A limited cdrecord compatibility wrapper which allows to use some
libburn features from the command line. 

%files -n cdrskin
%doc cdrskin/README
%{_bindir}/cdrskin
%{_mandir}/man1/cdrskin.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

# build documentation
pushd doc
doxygen -u doxygen.conf
doxygen doxygen.conf
popd

%changelog

* Sun Apr 24 2016 dsilakov <denis.silakov@rosalab.ru> 1.4.2-1
- (9acf7ef) Merge pull request #1 from alzim/libburn:rosa2014.1
- (9acf7ef) Updated to 1.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23107 |14mu|libcaca-0.99-0.beta19.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prerel beta19
%define major 0
%define libname %mklibname caca %{major}
%define libnamexx %mklibname caca++ %{major}
%define libgl_plugin %mklibname libgl_plugin %{major}
%define libx11_plugin %mklibname libx11_plugin %{major}
%define devname %mklibname caca -d

%bcond_with docs
%bcond_without slang
%{?build_mono}%{?!build_mono:%bcond_without mono}

Summary:	Text mode graphics library
Name:		libcaca
Version:	0.99
Release:	%{?prerel:0.%{prerel}.}4
License:	GPLv2+
Group:		System/Libraries
Url:		http://libcaca.zoy.org/
Source0:	http://caca.zoy.org/raw-attachment/wiki/libcaca/%{name}-%{version}%{?prerel:.%{prerel}}.tar.gz
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(pangoft2)
BuildRequires:	pkgconfig(ruby)
%if %{with slang}
BuildRequires:	pkgconfig(slang)
%endif
BuildRequires:	pkgconfig(x11)
%if %{with docs}
BuildRequires:	doxygen texlive
%endif
%if %{with mono}
BuildRequires:	mono
%endif

%description
libcaca is the Colour AsCii Art library. It provides high level functions
for colour text drawing, simple primitives for line, polygon and ellipse
drawing, as well as powerful image to text conversion routines.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Text mode graphics library
Group:		System/Libraries

%description -n %{libname}
libcaca is the Colour AsCii Art library. It provides high level functions
for colour text drawing, simple primitives for line, polygon and ellipse
drawing, as well as powerful image to text conversion routines.

This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libcaca.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamexx}
Summary:	Text mode graphics library
Group:		System/Libraries
Conflicts:	%{libname} < 0.99-0.beta17.4

%description -n %{libnamexx}
This package contains the shared library for %{name}++.

%files -n %{libnamexx}
%{_libdir}/libcaca++.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgl_plugin}
Summary:	Text mode graphics library
Group:		System/Libraries
Conflicts:	%{libname} < 0.99-0.beta17.4

%description -n %{libgl_plugin}
This package contains the shared library libgl_plugin.

%files -n %{libgl_plugin}
%{_libdir}/caca/libgl_plugin.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libx11_plugin}
Summary:	Text mode graphics library
Group:		System/Libraries
Conflicts:	%{libname} < 0.99-0.beta17.4

%description -n %{libx11_plugin}
This package contains the shared library libgl_plugin.

%files -n %{libx11_plugin}
%{_libdir}/caca/libx11_plugin.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libcaca
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libnamexx} = %{version}-%{release}
Requires:	%{libgl_plugin} = %{version}-%{release}
Requires:	%{libx11_plugin} = %{version}-%{release}
Obsoletes:	%{mklibname -d caca 0} < 0.99-0.beta18

%description -n %{devname}
libcaca is the Colour AsCii Art library. It provides high level functions
for colour text drawing, simple primitives for line, polygon and ellipse
drawing, as well as powerful image to text conversion routines.

This package contains the header files and static libraries needed to
compile applications or shared objects that use libcaca.

%files -n %{devname}
%doc NEWS NOTES
%{_bindir}/caca-config
%{multiarch_bindir}/caca-config
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/lib*.so
%{_libdir}/caca/lib*.so
%{_mandir}/man1/caca-config.1*
%if %{with docs}
%{_mandir}/man3/*
%doc installed-docs/pdf/* installed-docs/html 
%endif

#----------------------------------------------------------------------------

%package -n caca-utils
Summary:	Text mode graphics utilities
Group:		Graphics
Conflicts:	%{libname} < 0.99-0.beta17.4

%description -n caca-utils
This package contains utilities and demonstration programs for libcaca, the
Colour AsCii Art library.

cacaview is a simple image viewer for the terminal. It opens most image
formats such as JPEG, PNG, GIF etc. and renders them on the terminal using
ASCII art. The user can zoom and scroll the image, set the dithering method
or enable anti-aliasing.

cacaball is a tiny graphic program that renders animated ASCII metaballs on
the screen, cacafire is a port of AALib's aafire and displays burning ASCII
art flames, cacamoir animates colourful moire circles and cacaplas displays
an old school plasma effect.

cacademo is a simple application that shows the libcaca rendering features
such as line and ellipses drawing, triangle filling and sprite blitting.

%files -n caca-utils
%doc README THANKS AUTHORS
%{_bindir}/cacaclock
%{_bindir}/cacademo
%{_bindir}/cacafire
%{_bindir}/cacaplay
%{_bindir}/cacaserver
%{_bindir}/cacaview
%{_bindir}/img2txt
%{_datadir}/libcaca/
%{_mandir}/man1/cacademo.1*
%{_mandir}/man1/cacafire.1*
%{_mandir}/man1/cacaplay.1*
%{_mandir}/man1/cacaserver.1*
%{_mandir}/man1/cacaview.1*
%{_mandir}/man1/img2txt.1*

#----------------------------------------------------------------------------

%if %{with mono}
%package -n caca-sharp
Summary:	Mono binding for libcaca
Group:		Development/Other

%description -n caca-sharp
Mono binding for libcaca.

%files -n caca-sharp
%{_libdir}/mono/caca-sharp*
%{_libdir}/mono/gac/caca-sharp
%endif

#----------------------------------------------------------------------------

%package -n ruby-caca
Summary:	Ruby binding for libcaca
Group:		Development/Ruby

%description -n ruby-caca
Ruby binding for libcaca.

%files -n ruby-caca
%{ruby_sitelibdir}/caca.rb
%{ruby_sitearchdir}/*.so

#----------------------------------------------------------------------------

%package -n python-caca
Summary:	Python binding for libcaca
Group:		Development/Python

%description -n python-caca
Python binding for libcaca.

%files -n python-caca
%{py_puresitedir}/caca

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}%{?prerel:.%{prerel}}
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
%if %{with slang}
	--enable-slang \
%else
	--disable-slang \
%endif
	--enable-ncurses \
	--enable-x11 \
	--enable-imlib2 \
%if %{with docs}
	--enable-doc \
%else
	--disable-doc \
%endif
	--enable-plugins \
	--disable-java

%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/caca-config

%if %{with docs}
rm -rf installed-docs
mv %{buildroot}%{_datadir}/doc/libcaca-dev installed-docs
rm %{buildroot}%{_datadir}/doc/libcucul-dev
%endif


%changelog

* Sat May 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.99-0.beta19.4
- (53e0ddd) Drop no longer needed patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23108 |14mu|libcacard-2.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname cacard %major
%define develname %mklibname -d cacard

Name: libcacard
Version: 2.5.2
Release: 1
Summary: Common Access Card (CAC) Emulation
Group: System/Libraries
License: LGPLv2+
URL: http://www.spice-space.org/download
Source0: http://www.spice-space.org/download/libcacard/libcacard-%{version}.tar.xz

BuildRequires: pkgconfig(glib-2.0) >= 2.22.0
BuildRequires: pkgconfig(nss) >= 3.12.8

%description
Common Access Card (CAC) emulation library.

%package -n %libname
Summary: Common Access Card (CAC) Emulation
Group: System/Libraries
Suggests: %{name}-tools = %{version}-%{release}

%description -n %libname
Common Access Card (CAC) emulation library.

%package tools
Summary: CAC Emulation tools
Group: System/Libraries
Requires: %{libname} = %{version}-%{release}

%description tools
CAC emulation tools.

%package -n %develname
Summary: CAC Emulation devel
Group: Development/C
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}

%description -n %develname
CAC emulation development files.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
find %buildroot -name '*.la' | xargs rm -f

%files -n %libname
%doc COPYING README.md
%{_libdir}/libcacard.so.%{major}*

%files -n %develname
%{_includedir}/cacard
%{_libdir}/pkgconfig/libcacard.pc
%{_libdir}/libcacard.so

%files tools
%{_bindir}/vscclient

%changelog

* Mon Feb 29 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.5.2-1
- (5ff8dd6) Require the development files for glib-2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23109 |14mu|libcdaudio-0.99.12-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname cdaudio %{major}
%define devname %mklibname cdaudio -d

Summary:	A library for controlling CD-ROM devices
Name:		libcdaudio
Version:	0.99.12
Release:	17
Group:		Sound
License:	LGPLv2.1+
Url:		http://libcdaudio.sourceforge.net/
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}-config
Patch0:		%{name}-0.99.10.config.patch
Patch1:		%{name}-0.99-CAN-2005-0706.patch
Patch2:		%{name}-0.99.12-buffovfl.patch

%description
libcdaudio is a library for controlling CD-ROM devices.

#----------------------------------------------------------------------------

%package common
Summary:	Data files for %{name}
Group:		Sound
Conflicts:	%{_lib}cdaudio1 < 0.99.12-17

%description common
Data files for %{name}.

%files common
%{_sysconfdir}/cdserver

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for controlling CD-ROM devices
Group:		System/Libraries
Requires:	%{name}-common >= %{EVRD}

%description -n %{libname}
libcdaudio is a library for controlling CD-ROM devices.

%files -n %{libname}
%doc README NEWS AUTHORS ChangeLog
%{_libdir}/libcdaudio.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	cdaudio-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%{_bindir}/libcdaudio-config
%{multiarch_bindir}/libcdaudio-config
%{_includedir}/*
%{_libdir}/lib*.so
%{_datadir}/aclocal/*
%{_libdir}/pkgconfig/libcdaudio.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p0

cp %{SOURCE1} cdserver

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 cdserver %{buildroot}%{_sysconfdir}

%multiarch_binaries %{buildroot}%{_bindir}/libcdaudio-config


%changelog
* Sat Dec 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.99.12-17
+ Revision: 44f8699
- Split noarch data from library package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23110 |14mu|libcdr-0.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.1

%define major 1
%define libname %mklibname cdr %{api} %{major}
%define devname %mklibname cdr %{api} -d

Summary:	A library providing ability to interpret and import Corel Draw drawings
Name:		libcdr
Version:	0.1.0
Release:	3
License:	GPLv2+ or LGPLv2.1+
Group:		System/Libraries
Url:		http://www.freedesktop.org/wiki/Software/libcdr
Source0:	http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(zlib)

%description
Libcdr is library providing ability to interpret and import Corel Draw
drawings into various applications. You can find it being used in
libreoffice.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library providing ability to interpret and import Corel Draw drawings
Group:		System/Libraries
Conflicts:	%{_lib}cdr1 < 0.1.0-3
Obsoletes:	%{_lib}cdr1 < 0.1.0-3

%description -n %{libname}
Libcdr is library providing ability to interpret and import Corel Draw
drawings into various applications. You can find it being used in
libreoffice.

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING.*
%{_libdir}/%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}cdr-devel < 0.1.0-3
Obsoletes:	%{_lib}cdr-devel < 0.1.0-3

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%{_includedir}/%{name}-%{api}
%{_libdir}/%{name}-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation of %{name} API
Group:		Documentation
BuildArch:	noarch

%description doc
The %{name}-doc package contains documentation files for %{name}.

%files doc
%doc COPYING.*
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/html

#----------------------------------------------------------------------------

%package tools
Summary:	Tools to transform Corel Draw drawings into other formats
Group:		Graphics

%description tools
Tools to transform Corel Draw drawings into other formats.
Currently supported: XHTML, raw.

%files tools
%{_bindir}/cdr2text
%{_bindir}/cdr2raw
%{_bindir}/cdr2xhtml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure \
	--disable-static \
	--disable-werror

sed -i \
    -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
    libtool

%make V=1


%install
%makeinstall_std

# these binaries do nothing currently
rm -f %{buildroot}/%{_bindir}/cmx2*


%changelog
* Fri Feb 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.0-3
+ Revision: bb032fe
- More spec cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23111 |14mu|libcec-3.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname cec %{major}
%define devname %mklibname cec -d

Name:		libcec
Version:	3.1.0
Release:	1
Summary:	Pulse-Eight CEC adapter control library
License:	GPLv2+
Group:		System/Libraries
URL:		http://libcec.pulse-eight.com/
Source0:	https://github.com/Pulse-Eight/libcec/archive/%{name}-%{version}.tar.gz?/%{name}-%{name}-%{version}.tar.gz
Source1:	libcec.rpmlintrc
BuildRequires:  cmake
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(p8-platform)
BuildRequires:	lockdev-devel

%description
With libcec you can access your Pulse-Eight CEC adapter.

#----------------------------------------------------------------------------

%package -n cec-utils
Summary:	Utilities for Pulse-Eight CEC adapter control
Group:		System/Configuration/Hardware
# the binaries require the library, but automatic dependency generation doesn't
# catch that
Requires:	%{libname} = %{EVRD}

%description -n cec-utils
With libcec you can access your Pulse-Eight CEC adapter.

This package contains the command-line tools to configure and test your
Pulse-Eight CEC adapter.

%files -n cec-utils
%{_bindir}/cec-client
%{_bindir}/cec-client-%{version}
%{_bindir}/cecc-client
%{_bindir}/cecc-client-%{version}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for Pulse-Eight CEC adapter control
Group:		System/Libraries

%description -n %{libname}
With libcec you can access your Pulse-Eight CEC adapter.

This package contains the shared library which allows programs to access your
Pulse-Eight CEC adapter.

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	cec-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
With libcec you can access your Pulse-Eight CEC adapter.

This package contains the files for developing applications which
will use libcec.

%files -n %{devname}
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}/*.h

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{name}-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build

%changelog

* Thu Apr 21 2016 dsilakov <denis.silakov@rosalab.ru> 3.1.0-1
- (2fa541d) Merge pull request #1 from alzim/libcec:rosa2014.1
- (2fa541d) Updated 3.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23112 |14mu|libcerf-1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname cerf %{major}
%define devname	%mklibname cerf -d

Name:		libcerf
Summary:	Complex error functions, Dawson, Faddeeva, and Voigt function
Version:	1.3
Release:	1
Group:		System/Libraries
License:	MIT
Url:		http://sourceforge.net/projects/libcerf/
Source0:	http://downloads.sourceforge.net/libcerf/libcerf-%{version}.tgz
Patch0:		libcerf-1.3-fix-version.patch

%description
A self-contained C library providing complex error functions, based on
Faddeeva's plasma dispersion function w(z).

Also provides Dawson's integral and Voigt's convolution of a Gaussian
and a Lorentzian.

%package -n %{libname}
Summary:	Complex error functions, Dawson, Faddeeva, and Voigt function
Group:		System/Libraries

%description -n %{libname}
A self-contained C library providing complex error functions, based on
Faddeeva's plasma dispersion function w(z).

Also provides Dawson's integral and Voigt's convolution of a Gaussian
and a Lorentzian.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the development files for %{name}.

%prep
%setup -q
%apply_patches

%build
autoreconf -vfi
%configure2_5x
%make

%install
%make_install

#we don't want these
find %{buildroot} -name "*.la" -delete
rm -rf %{buildroot}%{_mandir}/html/

%files -n %{libname}
%doc CHANGELOG README
%doc COPYING
%{_libdir}/%{name}.so.%{major}
%{_libdir}/%{name}.so.%{major}.*

%files -n %{devname}
%{_includedir}/cerf.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_mandir}/man3/*

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.3-1
- (0c0d142) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23113 |14mu|libcgroup-0.41-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	1
%define	mname	cgroup
%define	libname	%mklibname %{mname} %{major}
%define	devname	%mklibname %{mname} -d

Summary:	Tools and libraries to control and monitor control groups
Name:		lib%{mname}
Group:		System/Base
Version:	0.41
Release:	3
License:	LGPLv2+
URL:		http://libcg.sourceforge.net/
Source0:	http://downloads.sourceforge.net/libcg/%{name}/v%{version}/%{name}-%{version}.tar.bz2
Source1:	cgconfig.service
Source2:	cgred.service
Source3:	cgred.sysconfig
#Source4:	libcgroup-README.Mandriva
Patch0:		fedora-config.patch
Patch1:		libcgroup-0.37-chmod.patch
Patch2:		libcgroup-0.40.rc1-coverity.patch
Patch3:		libcgroup-0.40.rc1-fread.patch
Patch4:		libcgroup-0.40.rc1-templates-fix.patch
Patch5:		libcgroup-0.41-lex.patch
Patch6:		libcgroup-0.41-api.c-support-for-setting-multiline-values-in-contro.patch
BuildRequires:	pam-devel
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	coreutils
Requires(pre):	shadow-utils

%description
Control groups infrastructure. The tools and library to manipulate, control,
administrate and monitor control groups and the associated controllers.

%package -n	%{mname}
Summary:	Tools to control and monitor control groups 
Group:		System/Base
Provides:	%{name} = %{version}-%{release}
Requires(post):	rpm-helper
Requires(preun): rpm-helper

%description -n	cgroup
Control groups infrastructure. The tools to manipulate, control, administrate
and monitor control groups and the associated controllers.

%package -n	pam_%{mname}
Summary:	A Pluggable Authentication Module for libcgroup
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n	pam_%{mname}
Linux-PAM module, which allows administrators to classify the user's login
processes to pre-configured control group.

%package -n	%{libname}
Summary:	Libraries to control and monitor control groups
Group:		System/Libraries
# binaries are statically linked, so while they don't require the library,
# anything linked against the library will require the config files etc.
# rovided by the main package
Requires:	%{mname} = %{version}-%{release}

%description -n	%{libname}
Control groups infrastructure. The library to manipulate, control, administrate
and monitor control groups and the associated controllers.

%package -n	%{devname}
Summary:	Development libraries to develop applications that utilize control groups
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
It provides API to create/delete and modify cgroup nodes. It will also in the
future allow creation of persistent configuration for control groups and
provide scripts to manage that configuration.

%prep
%setup -q
%apply_patches

%build
%configure	--bindir=/bin \
		--sbindir=/sbin \
		--libdir=/%{_lib} \
		--enable-opaque-hierarchy="name=systemd"
%make

%install
%makeinstall_std

# install config files
install -m644 samples/cgconfig.conf -D %{buildroot}%{_sysconfdir}/cgconfig.conf
install -m644 samples/cgconfig.sysconfig -D %{buildroot}%{_sysconfdir}/sysconfig/cgconfig
install -m644 samples/cgrules.conf -D %{buildroot}%{_sysconfdir}/cgrules.conf
install -m644 samples/cgsnapshot_blacklist.conf %{buildroot}/%{_sysconfdir}/cgsnapshot_blacklist.conf



# sanitize pam module, we need only pam_cgroup.so in the right directory
rm -f %{buildroot}/%{_lib}/security/pam_cgroup.so
mv -f %{buildroot}/%{_lib}/security/pam_cgroup.so.*.*.* %{buildroot}/%{_lib}/security/pam_cgroup.so
rm -f %{buildroot}/%{_lib}/security/pam_cgroup.so.*
rm -f %{buildroot}/%{_lib}/security/pam_cgroup.la

# install unit and sysconfig files
install -d %{buildroot}%{_unitdir}
install -m 644 %SOURCE1 %{buildroot}%{_unitdir}/
install -m 644 %SOURCE2 %{buildroot}%{_unitdir}/
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %SOURCE3 %{buildroot}%{_sysconfdir}/sysconfig/cgred

# move the devel stuff to /usr
mkdir -p %{buildroot}%{_libdir}
mv -f %{buildroot}/%{_lib}/lib%{mname}.la %{buildroot}%{_libdir}
rm -f %{buildroot}/%{_lib}/lib%{mname}.so
ln -sf ../../%{_lib}/lib%{mname}.so.%{major} %{buildroot}%{_libdir}/lib%{mname}.so

# pkgconfig file as well
mkdir -p %{buildroot}%{_libdir}/pkgconfig
mv -f %{buildroot}/%{_lib}/pkgconfig/%{name}.pc %{buildroot}%{_libdir}/pkgconfig

# For now we will keep this, but this will be moved to /sys/fs/cgroup in later versions
# pre-create /cgroup directory
mkdir -p %{buildroot}/cgroup

%post -n %{mname}
getent group cgred >/dev/null || groupadd -r cgred
%_post_service cgred
%_post_service cgconfig

%preun -n %{mname}
%_preun_service cgconfig
%_preun_service cgred

%files -n %{mname}
%doc README_daemon
%dir /cgroup
%config(noreplace) %{_sysconfdir}/sysconfig/cgred
%config(noreplace) %{_sysconfdir}/sysconfig/cgconfig
%config(noreplace) %{_sysconfdir}/cgconfig.conf
%config(noreplace) %{_sysconfdir}/cgrules.conf
%config(noreplace) %{_sysconfdir}/cgsnapshot_blacklist.conf
%{_mandir}/man[158]/*.[158]*
%{_unitdir}/cgconfig.service
%{_unitdir}/cgred.service
/bin/cgclassify
/bin/cgcreate
/bin/cgdelete
/bin/cgexec
/bin/cgget
/bin/cgset
/bin/cgsnapshot
/bin/lscgroup
/bin/lssubsys
/sbin/cgclear
/sbin/cgconfigparser
/sbin/cgrulesengd

%files -n pam_%{mname}
/%{_lib}/security/pam_cgroup.so

%files -n %{libname}
/%{_lib}/lib%{mname}.so.%{major}
/%{_lib}/lib%{mname}.so.%{major}.*

%files -n %{devname}
%{_includedir}/libcgroup.h
%{_includedir}/libcgroup
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/lib%{mname}.so


%changelog

* Thu Aug 06 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.41-3
- (cff8027) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23114 |14mu|libchamplain-0.12.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define oname		champlain

%define api			0.12
%define major		0
%define gir_major	0.12
%define libname		%mklibname champlain %{api} %{major}
%define libgtk		%mklibname champlain-gtk %{api} %{major}
%define girname		%mklibname %{oname}-gir %{gir_major}
%define girgtk		%mklibname %{oname}-gtk-gir %{gir_major}
%define develname	%mklibname champlain %{api} -d

Summary:	Map view for Clutter
Name:		libchamplain
Version:	0.12.10
Release:	2
License:	LGPLv2+
Group:		Graphical desktop/GNOME 
URL:		http://blog.pierlux.com/projects/libchamplain/en/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		libchamplain-0.12.2-fix-linking.patch
BuildRequires:	chrpath
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(libsoup-gnome-2.4)
BuildRequires:	pkgconfig(memphis-0.2)
BuildRequires:	vala-tools

%description
Libchamplain is a C library aimed to provide a ClutterActor to display
rasterized maps.

%package -n %{libname}
Summary:	Map view for Clutter
Group:		System/Libraries

%description -n %{libname}
Libchamplain is a C library aimed to provide a ClutterActor to display
rasterized maps.

%package -n %{libgtk}
Summary:	Map view for Clutter
Group:		System/Libraries

%description -n %{libgtk}
Libchamplain is a C library aimed to provide a ClutterActor to display
rasterized maps.

This package contains the GTK+ view for %{name}

%package -n %{girname}
Summary:	GObject Introspection interface description for GData
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for GData.

%package -n %{girgtk}
Summary:	GObject Introspection interface description for GData
Group:		System/Libraries
Requires:	%{libgtk} = %{version}-%{release}

%description -n %{girgtk}
GObject Introspection interface description for GData.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libgtk} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Requires:	%{girgtk} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname champlain 0.3 -d

%description -n %{develname}
This package contains development files for %{name}.

%prep
%setup -q
%apply_patches

autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--enable-gtk-doc \
	--enable-python \
	--enable-introspection 

# Omit unused direct shared library dependencies.
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool

%make

%install
%makeinstall_std 
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

# Remove rpaths.
chrpath --delete %{buildroot}%{_libdir}/%{name}-gtk-*.so.*

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Champlain-%{gir_major}.typelib

%files -n %{libgtk}
%{_libdir}/%{name}-gtk-%{api}.so.%{major}*

%files -n %{girgtk}
%{_libdir}/girepository-1.0/GtkChamplain-%{gir_major}.typelib

%files -n %{develname}
%doc NEWS
%doc demos/launcher.c
%{_libdir}/%{name}-%{api}.so
%{_libdir}/%{name}-gtk-%{api}.so
%{_libdir}/pkgconfig/champlain-%{api}.pc
%{_libdir}/pkgconfig/champlain-gtk-%{api}.pc
# %{_libdir}/pkgconfig/champlain-memphis-%{api}.pc
%dir %{_datadir}/gtk-doc/html/%{name}-%{api}
%dir %{_datadir}/gtk-doc/html/%{name}-gtk-%{api}
%doc %{_datadir}/gtk-doc/html/%{name}-%{api}/*
%doc %{_datadir}/gtk-doc/html/%{name}-gtk-%{api}/*
%dir %{_includedir}/%{name}-%{api}
%dir %{_includedir}/%{name}-%{api}/champlain
%{_includedir}/%{name}-%{api}/champlain/*.h
%dir %{_includedir}/%{name}-gtk-%{api}
%dir %{_includedir}/%{name}-gtk-%{api}/champlain-gtk/
%{_includedir}/%{name}-gtk-%{api}/champlain-gtk/*.h
%{_datadir}/gir-1.0/Champlain-%{gir_major}.gir
%{_datadir}/gir-1.0/GtkChamplain-%{gir_major}.gir
%{_datadir}/vala/vapi/champlain*


%changelog

* Sun Mar 29 2015 Tigro <ashejn@gmail.com> 0.12.10-2
- (9487353) rebuilt against new clutter-gtk



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23115 |14mu|libcmis-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.5
%define major 5
%define libname %mklibname cmis %{api} %{major}
%define libcmis_c %mklibname cmis-c %{api} %{major}
%define devname %mklibname -d cmis

Summary:	A C++ client library for the CMIS interface
Name:		libcmis
Version:	0.5.0
Release:	1
License:	GPLv2+ or LGPLv2+ or MPLv1.1
Group:		System/Libraries
Url:		http://sourceforge.net/projects/libcmis/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	docbook2x
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml-2.0)

%description
LibCMIS is a C++ client library for the CMIS interface. This allows C++
applications to connect to any ECM behaving as a CMIS server like
Alfresco, Nuxeo for the open source ones.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Text categorization library
Group:		System/Libraries

%description -n %{libname}
LibCMIS is a C++ client library for the CMIS interface. This allows C++
applications to connect to any ECM behaving as a CMIS server like
Alfresco, Nuxeo for the open source ones.

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcmis_c}
Summary:	Text categorization library
Group:		System/Libraries

%description -n %{libcmis_c}
This package contains a shared library for %{name}.

%files -n %{libcmis_c}
%{_libdir}/%{name}-c-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libcmis_c} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc AUTHORS COPYING.GPL COPYING.LGPL COPYING.MPL README
%{_includedir}/%{name}-%{api}
%{_includedir}/%{name}-c-%{api}
%{_libdir}/%{name}-%{api}.so
%{_libdir}/%{name}-c-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/pkgconfig/%{name}-c-%{api}.pc

#----------------------------------------------------------------------------

%package tools
Summary:	Command line tool to access CMIS
Group:		Publishing

%description tools
The %{name}-tools package contains a tool for accessing CMIS from the
command line.

%files tools
%{_bindir}/cmis-client
%{_mandir}/manx/cmis-client.xml.*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
sed -i -e 's/docbook-to-man/db2x_docbook2man/' configure

%build
%configure2_5x \
	--disable-static \
	--disable-tests \
	--disable-werror \
	--with-man=no

%make

%install
%makeinstall_std


%changelog

* Wed Mar 04 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.0-1
- (1f29f91) New version 0.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23116 |14mu|libdbi-0.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname dbi %{major}
%define devname %mklibname dbi -d

Summary:	Database Independent Abstraction Layer for C
Name:		libdbi
Version:	0.9.0
Release:	4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://libdbi.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/libdbi/%{name}-%{version}.tar.gz
BuildRequires:	docbook-dtd-sgml
BuildRequires:	docbook-style-dsssl
BuildRequires:	openjade

%description
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Database Independent Abstraction Layer for C
Group:		System/Libraries

%description -n %{libname}
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

%files -n %{libname}
%doc AUTHORS ChangeLog INSTALL README
%{_libdir}/libdbi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	dbi-devel = %{EVRD}
Conflicts:	%{_lib}dbi1 < 0.9.0-4

%description -n %{devname}
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

This package contains the static library and header files.

%files -n %{devname}
%doc README TODO doc/programmers-guide doc/driver-guide doc/*.pdf
%{_includedir}/dbi
%{_libdir}/*.so
%{_libdir}/pkgconfig/dbi.pc

#----------------------------------------------------------------------------

%prep
%setup -q

# fix dir perms
find -type d | xargs chmod 755

%build
%configure2_5x --disable-static

%make

%install
%makeinstall_std

# nuke installed docs
rm -rf %{buildroot}%{_docdir}


%changelog
* Wed Feb 04 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.0-4
+ Revision: 5f77cbf
- Move pkgconfig file to development package
- Adjust BuildRequires
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23117 |14mu|libdbi-drivers-0.9.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Database drivers for libdbi

Name:		libdbi-drivers
Version:	0.9.0
Release:	3
License:	LGPL
Group:		System/Libraries
URL:		http://libdbi-drivers.sourceforge.net/
Source0:	http://downloads.sourceforge.net/libdbi-drivers/%{name}-%{version}.tar.gz
BuildRequires:	libtool
BuildRequires:	autoconf
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel
BuildRequires:	sqlite3-devel
BuildRequires:	freetds-devel >= 0.62.4
BuildRequires:	dbi-devel >= 0.8.3
BuildRequires:	openjade
BuildRequires:	docbook-style-dsssl
BuildRequires:	docbook-dtd41-sgml

%description
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

%package	dbd-mysql
Summary:	MySQL driver for libdbi

Group:		System/Libraries

%description	dbd-mysql
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

This driver provides connectivity to MySQL database servers through the libdbi
database independent abstraction layer. Switching a program's driver does not
require recompilation or rewriting source code.

%package	dbd-pgsql
Summary:	PostgreSQL driver for libdbi

Group:		System/Libraries

%description	dbd-pgsql
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

This driver provides connectivity to PostgreSQL database servers through the
libdbi database independent abstraction layer. Switching a program's driver
does not require recompilation or rewriting source code.

%package	dbd-sqlite3
Summary:	SQLite3 driver for libdbi

Group:		System/Libraries

%description	dbd-sqlite3
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

This driver provides connectivity to SQLite3 database servers through the
libdbi database independent abstraction layer. Switching a program's driver
does not require recompilation or rewriting source code.

%package	dbd-freetds
Summary:	MSSQL (FreeTDS) driver for libdbi

Group:		System/Libraries

%description	dbd-freetds
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

This driver provides connectivity to MSSQL database servers through the libdbi
database independent abstraction layer. Switching a program's driver does not
require recompilation or rewriting source code.

%package	devel
Summary:	Static library and header files for the %{name} library drivers

Group:		Development/C
Provides:	%{name}-drivers-devel
Requires:	dbi-devel >= 0.8.2

%description	devel
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.

This package contains the static libraries and header files.

%prep
%setup -qn %{name}-%{version}

# fix dir perms
find -type d | xargs chmod 755

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" acinclude.m4

%build
sh autogen.sh

%configure2_5x \
    --enable-shared \
    --enable-static \
    --with-mysql \
    --with-pgsql \
    --with-sqlite3 \
    --with-freetds \
    --with-freetds-incdir=%{_includedir} \
    --with-freetds-libdir=%{_libdir} \
    --with-dbi-incdir=%{_includedir}/dbi \
    --with-dbi-libdir=%{_libdir}

%make

%install
%makeinstall_std

# install development headers
install -d %{buildroot}%{_includedir}/dbi
install -m0644 drivers/mysql/dbd_mysql.h %{buildroot}%{_includedir}/dbi/
install -m0644 drivers/pgsql/dbd_pgsql.h %{buildroot}%{_includedir}/dbi/
install -m0644 drivers/sqlite3/dbd_sqlite3.h %{buildroot}%{_includedir}/dbi/
install -m0644 drivers/freetds/dbd_freetds.h %{buildroot}%{_includedir}/dbi/

# fix some docs
cp drivers/mysql/TODO TODO.mysql
cp drivers/pgsql/TODO TODO.pgsql
cp drivers/sqlite3/TODO TODO.sqlite3

# cleanup
rm -rf %{buildroot}%{_docdir}/%{name}*

%files dbd-mysql
%doc drivers/mysql/README
%doc drivers/mysql/AUTHORS
%doc drivers/mysql/dbd_mysql
%doc drivers/mysql/dbd_mysql.pdf
%{_libdir}/dbd/libdbdmysql.so

%files dbd-pgsql
%doc drivers/pgsql/README
%doc drivers/pgsql/AUTHORS
%doc drivers/pgsql/dbd_pgsql
%doc drivers/pgsql/dbd_pgsql.pdf
%{_libdir}/dbd/libdbdpgsql.so

%files dbd-sqlite3
%doc drivers/sqlite3/AUTHORS
%doc drivers/sqlite3/README
%doc drivers/sqlite3/AUTHORS
%doc drivers/sqlite3/dbd_sqlite3
%doc drivers/sqlite3/dbd_sqlite3.pdf
%{_libdir}/dbd/libdbdsqlite3.so

%files dbd-freetds
%doc drivers/freetds/README
%{_libdir}/dbd/libdbdfreetds.so

%files devel
%doc AUTHORS ChangeLog INSTALL README TODO*
%{_libdir}/dbd/*.a
%{_includedir}/dbi/*.h




%changelog
* Sun Oct 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-3
+ Revision: b003493
- Disable old sqlite2 driver



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23118 |14mu|libdbusmenu-0.6.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.4
%define major 4
%define libname %mklibname dbusmenu-glib %{major}
%define girname %mklibname dbusmenu-gir %{api}
%define devname %mklibname dbusmenu-glib -d

%define libgtk %mklibname dbusmenu-gtk %{major}
%define girgtk %mklibname dbusmenu-gtk-gir %{api}
%define devgtk %mklibname dbusmenu-gtk -d

%define libgtk3 %mklibname dbusmenu-gtk3_ %{major}
%define girgtk3 %mklibname dbusmenu-gtk3-gir %{api}
%define devgtk3 %mklibname dbusmenu-gtk3 -d

%define libjson %mklibname dbusmenu-jsonloader %{major}
%define devjson %mklibname dbusmenu-jsonloader -d

Summary:	Library for applications to pass a menu scructure accross DBus
Name:		libdbusmenu
Version:	0.6.2
Release:	5
License:	LGPLv3+
Group:		System/Libraries
Url:		https://launchpad.net/dbusmenu
Source0:	http://launchpad.net/dbusmenu/0.6/%{version}/+download/%{name}-%{version}.tar.gz

BuildRequires:	intltool
BuildRequires:	vala-tools
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(json-glib-1.0) >= 0.13.4
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(valgrind)

%description
A small little library that was created by pulling out some comon code
out of indicator-applet. It passes a menu structure across DBus so that
a program can create a menu simply without worrying about how it is
displayed on the other side of the bus.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for applications to pass a menu structure accross DBus
Group:		System/Libraries

%description -n %{libname}
A small library for applications to raise "flags" on DBus for other
components of the desktop to pick up and visualize. Currently used by
the messaging indicator.

%files -n %{libname}
%{_libdir}/%{name}-glib.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject introspection interface description for DBus
Group:		System/Libraries

%description -n %{girname}
A small library for applications to raise "flags" on DBus for other
components of the desktop to pick up and visualize. Currently used by
the messaging indicator.

%files -n %{girname}
%{_libdir}/girepository-1.0/Dbusmenu-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Library headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n %{devname}
%dir %{_includedir}/libdbusmenu-glib-%{api}
%{_includedir}/libdbusmenu-glib-%{api}/libdbusmenu-glib
%{_libdir}/libdbusmenu-glib.so
%{_libdir}/pkgconfig/dbusmenu-glib-%{api}.pc
%{_datadir}/gir-1.0/Dbusmenu-%{api}.gir
%{_datadir}/vala/vapi/Dbusmenu-%{api}.vapi
%doc %{_datadir}/gtk-doc/html/libdbusmenu-glib

#----------------------------------------------------------------------------

%package -n %{libjson}
Summary:	Library for applications to pass a menu structure accross DBus
Group:		System/Libraries

%description -n %{libjson}
A small little library that was created by pulling out some comon code
out of indicator-applet. It passes a menu structure across DBus so that
a program can create a menu simply without worrying about how it is
displayed on the other side of the bus.

%files -n %{libjson}
%{_libdir}/%{name}-jsonloader.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devjson}
Summary:	Library headers for %{name}
Group:		Development/C
Requires:	%{libjson} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-jsonloader-devel = %{EVRD}

%description -n %{devjson}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n %{devjson}
%{_includedir}/libdbusmenu-glib-%{api}/libdbusmenu-jsonloader
%{_libdir}/libdbusmenu-jsonloader.so
%{_libdir}/pkgconfig/dbusmenu-jsonloader-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{libgtk}
Summary:	Library for applications to pass a menu structure accross DBus
Group:		System/Libraries

%description -n %{libgtk}
A small little library that was created by pulling out some comon code
out of indicator-applet. It passes a menu structure across DBus so that
a program can create a menu simply without worrying about how it is
displayed on the other side of the bus.

%files -n %{libgtk}
%{_libdir}/%{name}-gtk.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girgtk}
Summary:	GObject introspection interface description for DBusGtk
Group:		System/Libraries

%description -n %{girgtk}
A small library for applications to raise "flags" on DBus for other
components of the desktop to pick up and visualize. Currently used by
the messaging indicator.

%files -n %{girgtk}
%{_libdir}/girepository-1.0/DbusmenuGtk-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devgtk}
Summary:	Library headers for %{name}
Group:		Development/C
Requires:	%{libgtk} = %{EVRD}
Requires:	%{girgtk} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-gtk-devel = %{EVRD}

%description -n %{devgtk}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n %{devgtk}
%{_includedir}/libdbusmenu-gtk-%{api}/libdbusmenu-gtk
%{_libdir}/libdbusmenu-gtk.so
%{_libdir}/pkgconfig/dbusmenu-gtk-%{api}.pc
%{_datadir}/gir-1.0/DbusmenuGtk-%{api}.gir
%{_datadir}/vala/vapi/DbusmenuGtk-%{api}.vapi

#----------------------------------------------------------------------------

%package -n %{libgtk3}
Summary:	Library for applications to pass a menu structure accross DBus
Group:		System/Libraries

%description -n %{libgtk3}
A small little library that was created by pulling out some comon code
out of indicator-applet. It passes a menu structure across DBus so that
a program can create a menu simply without worrying about how it is
displayed on the other side of the bus.

%files -n %{libgtk3}
%{_libdir}/%{name}-gtk3.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girgtk3}
Summary:	GObject introspection interface description for DBusGtk
Group:		System/Libraries

%description -n %{girgtk3}
A small library for applications to raise "flags" on DBus for other
components of the desktop to pick up and visualize. Currently used by
the messaging indicator.

%files -n %{girgtk3}
%{_libdir}/girepository-1.0/DbusmenuGtk3-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devgtk3}
Summary:	Library headers for %{name}
Group:		Development/C
Requires:	%{libgtk3} = %{EVRD}
Requires:	%{girgtk3} = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-gtk3-devel = %{EVRD}
Conflicts:	%{_lib}dbusmenu-gtk-devel < 0.6.2-5

%description -n %{devgtk3}
This is the libraries, include files and other resources you can use
to incorporate %{name} into applications.

%files -n %{devgtk3}
%{_includedir}/libdbusmenu-gtk3-%{api}/libdbusmenu-gtk
%{_libdir}/libdbusmenu-gtk3.so
%{_libdir}/pkgconfig/dbusmenu-gtk3-%{api}.pc
%{_datadir}/gir-1.0/DbusmenuGtk3-%{api}.gir
%{_datadir}/vala/vapi/DbusmenuGtk3-%{api}.vapi
%doc %{_datadir}/gtk-doc/html/libdbusmenu-gtk

#----------------------------------------------------------------------------

%package tools
Summary:	Tools useful when building applications
Group:		Development/Tools

%description tools
This package contains tools that are useful when building applications. 

%files tools
%{_libexecdir}/dbusmenu-bench
%{_libexecdir}/dbusmenu-dumper
%{_libexecdir}/dbusmenu-testapp
%{_datadir}/%{name}/json/test-gtk-label.json
%{_defaultdocdir}/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -qc

mv %{name}-%{version} gtk2
cp -r gtk2 gtk3

%build
CFLAGS="%{optflags} -Wno-error=deprecated-declarations"

pushd gtk2
%configure2_5x \
	--disable-static \
	--disable-gtk-doc-html \
	--with-gtk=2
%make
popd

pushd gtk3
%configure2_5x \
	--disable-static \
	--enable-gtk-doc-html \
	--with-gtk=3
%make
popd

%install
%makeinstall_std -C gtk2
%makeinstall_std -C gtk3


%changelog

* Thu Jun 04 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.2-5
- (44dcd76) Build both GTK2 and GTK3 versions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23119 |14mu|libdbusmenu-qt5-0.9.3-0.20140604.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global snapshot 20140604

Summary:	A Qt implementation of the DBusMenu protocol (Qt5 version)
Name:		libdbusmenu-qt5
Version:	0.9.3
Release:	0.%{snapshot}.1
Epoch:		1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		https://launchpad.net/libdbusmenu-qt/
#Source0:	https://launchpad.net/libdbusmenu-qt/trunk/%{version}/+download/libdbusmenu-qt-%{version}.tar.gz
# bzr branch lp:libdbusmenu-qt && mv libdbusmenu-qt{,5-%{version}} && \
# tar -c libdbusmenu-qt5-0.9.2 | gzip -c > libdbusmenu-qt5-0.9.2-${snapshot}bzr.tar.gz
Source0:	%{name}-%{version}-%{snapshot}bzr.tar.bz2
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
This library provides a Qt implementation of the DBusMenu protocol.

The DBusMenu protocol makes it possible for applications to export and import
their menus over DBus.

#----------------------------------------------------------------------------

%define dbusmenuqt5_major 2
%define libdbusmenuqt5 %mklibname dbusmenu-qt5_ %{dbusmenuqt5_major}

%package -n %{libdbusmenuqt5}
Summary:	A Qt implementation of the DBusMenu protocol (Qt5 version)
Group:		System/Libraries
Requires:	nss_mdns

%description -n %{libdbusmenuqt5}
This library provides a Qt implementation of the DBusMenu protocol.

The DBusMenu protocol makes it possible for applications to export and import
their menus over DBus.

%files -n %{libdbusmenuqt5}
%{_libdir}/libdbusmenu-qt5.so.%{dbusmenuqt5_major}*

#----------------------------------------------------------------------------

%define devdbusmenuqt5 %mklibname dbusmenu-qt5 -d

%package -n %{devdbusmenuqt5}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libdbusmenuqt5} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	dbusmenu-qt5-devel = %{EVRD}

%description -n %{devdbusmenuqt5}
Development files for %{name}.

%files -n %{devdbusmenuqt5}
%doc COPYING README
%doc %{_datadir}/doc/libdbusmenu-qt5-doc/
%{_includedir}/dbusmenu-qt5/
%{_libdir}/libdbusmenu-qt5.so
%{_libdir}/pkgconfig/dbusmenu-qt5.pc
%{_libdir}/cmake/dbusmenu-qt5/

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}

%build
%cmake_qt5 \
	-DUSE_QT4:BOOL=FALSE \
	-DUSE_QT5:BOOL=TRUE \
	-DWITH_DOC:BOOL=TRUE
%make

%install
%makeinstall_std -C build

# unpackaged files
rm -rf %{buildroot}%{_docdir}/dbusmenu-qt


%changelog

* Sat Dec 05 2015 Denis Silakov <dsilakov@gmail.com> 1:0.9.3-0.20140604.1
- (79b3e52) Revert last update for now - should adopt dependent packages first



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23120 |14mu|libdmx-1.1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname dmx %{major}
%define devname %mklibname dmx -d

Name:		libdmx
Summary:	DMX library (part of X.org)
Version:	1.1.3
Release:	4
Group:		Development/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libdmx-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)

%description
The DMX extension provides support for communication with and control of
Xdmx server. Attributes of the Xdmx server and of the back-end screens
attached to the server can be queried and modified via this protocol.

%package -n %{libname}
Summary:	The dmx Library
Group:		Development/X11
Provides:	%{name} = %{version}

%description -n %{libname}
The DMX extension provides support for communication with and control of
Xdmx server. Attributes of the Xdmx server and of the back-end screens
attached to the server can be queried and modified via this protocol.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}dmx-static-devel < 1.1.2

%description -n %{devname}
Development files for %{name}.

%prep
%setup -q

%build
%configure2_5x	\
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libdmx.so.%{major}*

%files -n %{devname}
%{_libdir}/libdmx.so
%{_libdir}/pkgconfig/dmx.pc
%{_includedir}/X11/extensions/*.h
%{_mandir}/man3/DMX*.3*


%changelog

* Mon Sep 14 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.1.3-4
- (b6d8408) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23121 |14mu|libdrm-2.4.74-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname drm %{major}
%define develname %mklibname drm -d

%define kms_major 1
%define libkms %mklibname kms %{kms_major}
%ifarch %{ix86} x86_64
%define intel_major 1
%define libintel %mklibname drm_intel %{intel_major}
%endif
%define nouveau_major 2
%define libnouveau %mklibname drm_nouveau %{nouveau_major}
%define radeon_major 1
%define libradeon %mklibname drm_radeon %{radeon_major}
%define amdgpu_major 1
%define libamdgpu %mklibname drm_amdgpu %{amdgpu_major}

Summary:	Userspace interface to kernel DRM services
Name:		libdrm
Version:	2.4.74
Release:	1
Group:		System/Libraries
License:	MIT/X11
URL:		http://xorg.freedesktop.org
Source0:	http://dri.freedesktop.org/libdrm/libdrm-%{version}.tar.bz2
Source1:	91-drm-modeset.rules

# From Fedora:
Patch0100:	libdrm-2.4.64-make-dri-perms-okay.patch
Patch0101:	libdrm-2.4.70-no-bc.patch

BuildRequires: kernel-headers >= 1:2.6.27.4-3mnb2
BuildRequires: libpthread-stubs
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: udev-devel
BuildRequires: libpciaccess-devel
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(atomic_ops)
BuildRequires: docbook-style-xsl
BuildRequires: xsltproc
Conflicts:	kernel-headers <= 1:2.6.27.4-2mnb2

%description
Userspace interface to kernel DRM services

%package common
Summary:	Common files for the userspace interface to kernel DRM services
Group:		System/Libraries

%description common
Common files for the userspace interface to kernel DRM services

%package -n	%{libname}
Summary:	Userspace interface to kernel DRM services
Group:		System/Libraries
Provides:	%{name} = %{version}
Requires:	%{name}-common

%description -n	%{libname}
Userspace interface to kernel DRM services

%package -n %{libkms}
Summary:	Shared library for KMS
Group:		System/Libraries

%description -n %{libkms}
Shared library for kernel mode setting.

%ifarch %{ix86} x86_64
%package -n	%{libintel}
Summary:	Shared library for Intel kernel DRM services
Group:		System/Libraries
Conflicts:	%{_lib}drm2 < 2.4.5-2

%description -n %{libintel}
Shared library for Intel kernel Direct Rendering Manager services.
%endif

%package -n	%{libnouveau}
Summary:	Shared library for Nouveau kernel DRM services
Group:		System/Libraries

%description -n %{libnouveau}
Shared library for Nouveau kernel Direct Rendering Manager services.

%package -n	%{libradeon}
Summary:	Shared library for Radeon kernel DRM services
Group:		System/Libraries
Conflicts:	%{_lib}drm2 < 2.4.5-2

%description -n %{libradeon}
Shared library for Radeon kernel Direct Rendering Manager services.

%package -n	%{libamdgpu}
Summary:	Shared library for AMDGPU kernel DRM services
Group:		System/Libraries

%description -n %{libamdgpu}
Shared library for AMDGPU kernel Direct Rendering Manager services.

%package -n	%{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}
Requires:	%{libkms} = %{version}
%ifarch %{ix86} x86_64
Requires:	%{libintel} = %{version}
%endif
Requires:	%{libnouveau} = %{version}
Requires:	%{libradeon} = %{version}
Requires:	%{libamdgpu} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}drm2-devel
Obsoletes:	%{_lib}drm-static-devel
Obsoletes:	drm-nouveau-devel < 2.3.0-2.20090111.2

%description -n	%{develname}
Development files for %{name}

%prep
%setup -q
%apply_patches

%build
# Needed for patch4
autoreconf -fv --install
%configure2_5x \
    --enable-udev \
%ifnarch %{ix86} x86_64
    --disable-intel \
%endif
    --disable-valgrind
    
# --enable-nouveau-experimental-api is not needed since 2.4.34

%make

%install
%makeinstall_std 
mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d/
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/

find %{buildroot} -type f -name '*.la' -exec rm -f {} \;

# (cg) Note that RH remove drm.h drm_mode.h drm_sarea.h r300_reg.h via_3d_reg.h
# and we should perhaps do the same? (previous attempts have not gone well :)

%files common
%{_sysconfdir}/udev/rules.d/91-drm-modeset.rules

%files -n %{libname}
%{_libdir}/libdrm.so.%{major}*

%files -n %{libkms}
%{_libdir}/libkms.so.%{kms_major}*

%ifarch %{ix86} x86_64
%files -n %{libintel}
%{_libdir}/libdrm_intel.so.%{intel_major}*
%endif

%files -n %{libnouveau}
%{_libdir}/libdrm_nouveau.so.%{nouveau_major}*

%files -n %{libradeon}
%{_libdir}/libdrm_radeon.so.%{radeon_major}*

%files -n %{libamdgpu}
%{_libdir}/libdrm_amdgpu.so.%{amdgpu_major}*

%files -n %{develname}
%{_includedir}/libdrm
%{_includedir}/libkms
%{_includedir}/*.h
%{_libdir}/libdrm*.so
%{_libdir}/libkms.so
%{_libdir}/pkgconfig/libdrm*.pc
%{_libdir}/pkgconfig/libkms*.pc
%{_mandir}/man3/*
%{_mandir}/man7/*


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23122 |14mu|libdvdnav-5.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname dvdnav %{major}
%define devname %mklibname dvdnav -d

Summary:	DVD Navigation library
Name:		libdvdnav
Version:	5.0.3
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.mplayerhq.hu
Source0:	http://dvdnav.mplayerhq.hu/releases/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(dvdread) >= 5.0.2

%description
libdvdnav provides support to applications wishing to make use of advanced
DVD features.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	DVD Navigation library
Group:		System/Libraries

%description -n %{libname}
libdvdnav provides support to applications wishing to make use of advanced
DVD features.

%files -n %{libname}
%doc COPYING README
%{_libdir}/libdvdnav.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	DVD Navigation library headers and support files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
libdvdnav provides support to applications wishing to make use of advanced
DVD features.

This package contains the C headers and support files for compiling 
applications with libdvdnav.

%files -n %{devname}
%doc COPYING TODO AUTHORS
%{_libdir}/libdvdnav.so
%{_includedir}/dvdnav/
%{_libdir}/pkgconfig/dvdnav.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std docdir=%{_docdir}/%{libname}


%changelog
* Thu Feb 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0.3-1
+ Revision: 5dc33b2
- New version 5.0.3, dvdnavmini library is dropped upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23123 |14mu|libdvdread-5.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname dvdread %{major}
%define devname %mklibname dvdread -d

Summary:	Library to read DVD images
Name:		libdvdread
Version:	5.0.2
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.mplayerhq.hu/
Source0:	http://dvdnav.mplayerhq.hu/releases/%{name}-%{version}.tar.bz2

%description
libdvdread provides a simple foundation for reading DVD-Video images.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to read DVD images
Group:		System/Libraries

%description -n %{libname}
Libdvdread provides a simple foundation for reading DVD-Video images.
This package contains the shared library to run applications utilizing
libdvdread.

%files -n %{libname}
%doc README AUTHORS TODO
%{_libdir}/libdvdread.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libdvdread library headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This is the libraries, include files and other resources you can use
to incorporate libdvdread into applications.

%files -n %{devname}
%{_includedir}/dvdread
%{_libdir}/libdvdread.so
%{_libdir}/pkgconfig/dvdread.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std docdir=%{_docdir}/%{libname}


%changelog
* Thu Feb 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0.2-1
+ Revision: 3e9bc50
- New version 5.0.2, update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23124 |14mu|libebml-1.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# % define debug_package %{nil}

%define major 4
%define libname %mklibname ebml %{major}
%define devname %mklibname ebml -d

Summary:	Extensible Binary Meta Language Library
Name:		libebml
Version:	1.3.3
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.matroska.org/
Source0:	http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2

%description
This library is used for I/O operations in the Extensible Binary Meta
Language (EBML), which is a kind of binary version of XML.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Extensible Binary Meta Language shared Library
Group:		System/Libraries

%description -n %{libname}
This library is used for I/O operations in the Extensible Binary Meta
Language (EBML), which is a kind of binary version of XML.

%files -n %{libname}
%{_libdir}/libebml.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Extensible Binary Meta Language Library headers and static library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the C++ headers and the static library needed
for development with EBML.

%files -n %{devname}
%doc LICENSE*
%{_includedir}/ebml
%{_libdir}/libebml.so
%{_libdir}/pkgconfig/libebml.pc

#----------------------------------------------------------------------------

%prep
%setup -q
# fix end of line encoding
sed -i 's/\r//' LICENSE.LGPL

# fix encoding
iconv -f ISO8859-1 -t UTF-8 ChangeLog -o ChangeLog-utf8
touch -r ChangeLog ChangeLog-utf8
mv -f ChangeLog-utf8 ChangeLog

%build
%configure2_5x
%make

%install
%makeinstall_std

# fix lib permissions so that it gets properly stripped and -debug isn't empty
chmod a+x %{buildroot}%{_libdir}/*.so*

rm -f %{buildroot}%{_libdir}/*.a


%changelog

* Thu Dec 10 2015 Denis Silakov <dsilakov@gmail.com> 1.3.3-1
- (27d79bf) Updated to 1.3.3, fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23125 |14mu|libechonest-2.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname echonest
%define major 2.3
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Summary:	Qt library for communicating with The Echo Nest
Name:		libechonest
Version:	2.3.0
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		https://projects.kde.org/projects/playground/libs/libechonest/
Source0:	http://files.lfranchi.com/%{name}-%{version}.tar.bz2

BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtNetwork)
BuildRequires:	pkgconfig(QtTest)

%description
Qt library for communicating with The Echo Nest.
It currently supports almost all of the features of the Echo Nest API,
including all API functions.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	libechonest core library
Group:		System/Libraries

%description -n %{libname}
A C++/Qt library to access the APIs provided by The Echo Nest.

%files -n %{libname}
%{_libdir}/libechonest.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	%{name} development files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{oname}-devel = %{EVRD}

%description -n %{devname}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devname}
%{_includedir}/%{oname}/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build

%changelog
* Sat Nov 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.0-1
+ Revision: e06983c
- Add boost-devel to BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23126 |14mu|libedit-3.1-1.20150325.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap 20150325
%define major	0
%define libname %mklibname edit %{major}
%define devname %mklibname edit -d

Summary:	Provides generic line editing functions similar to those found in GNU Readline

Name:		libedit
Version:	3.1
Release:	1.%{snap}.1
License:	BSD-style
Group:		System/Libraries
Url:		http://www.thrysoee.dk/editline/
Source0:	http://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
BuildRequires:	pkgconfig(ncursesw) >= 5.9

%description
This is an autotool- and libtoolized port of the NetBSD Editline library 
(libedit). This Berkeley-style licensed command line editor library 
provides generic line editing, history, and tokenization functions, 
similar to those found in GNU Readline.

%package -n	%{libname}
Summary:	Provides generic line editing functions similar to those found in GNU Readline
Group:		System/Libraries
Conflicts:	libedit < %{EVRD}

%description -n	%{libname}
This is an autotool- and libtoolized port of the NetBSD Editline library 
(libedit). This Berkeley-style licensed command line editor library 
provides generic line editing, history, and tokenization functions, 
similar to those found in GNU Readline.

%package -n	%{devname}
Summary:	Development files for %{name}

Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	libedit < %{EVRD}

%description -n	%{devname}
This package contains development files for %{name}.

%prep
%setup -qn %{name}-%{snap}-%{version}

%build
autoreconf -fiv
%configure --disable-static
%make

%install
%makeinstall_std

# Allows us to include the examples in separate %%doc directory
find examples -type f ! -name "*.c" | %{_bindir}/xargs rm
rm -r examples/.libs

%files -n %{libname}
%{_libdir}/libedit.so.%{major}*

%files -n %{devname}
%doc examples
%doc ChangeLog INSTALL THANKS
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libedit.pc
%{_mandir}/man3/*
%{_mandir}/man5/*


%changelog

* Mon Oct 05 2015 Denis Silakov <uragan@localhost.localdomain> 3.1-1.20150325.1
- (db598c8) Updated to 3.1, 20150325 snapshot



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23127 |14mu|libepoxy-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global major 0
%define libname %mklibname epoxy %{major}
%define devname %mklibname epoxy -d

Summary:	Direct Rendering Manager runtime library
Name:		libepoxy
Version:	1.2
Release:	3
License:	MIT
Group:		System/Libraries
Url:		http://github.com/anholt/libepoxy
Source0:	https://codeload.github.com/anholt/libepoxy/tar.gz/v%{version}/%{name}-%{version}.tar.gz
BuildRequires:	x11-util-macros
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(gl)

%description
A library for handling OpenGL function pointer management.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Direct Rendering Manager runtime library
Group:		System/Libraries

%description -n %{libname}
A library for handling OpenGL function pointer management.

%files -n %{libname}
%{_libdir}/libepoxy.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libepoxy
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc README.md
%dir %{_includedir}/epoxy
%{_includedir}/epoxy/*
%{_libdir}/libepoxy.so
%{_libdir}/pkgconfig/epoxy.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./autogen.sh

%configure \
	--disable-silent-rules

%make

%install
%makeinstall_std


%changelog
* Mon Feb 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2-3
+ Revision: 9fe6cb0
- Adjust spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23128 |14mu|libestr-0.1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname	%mklibname estr %{major}
%define devname %mklibname estr -d

Name:           libestr
Version:        0.1.9
Release:        1
Summary:        String handling essentials library
Group:		System/Libraries
License:        LGPLv2+
URL:            http://libestr.adiscon.com/
Source0:        http://libestr.adiscon.com/files/download/libestr-%{version}.tar.gz

%description
This package compiles the string handling essentials library
used by the Rsyslog daemon.

%package        -n %{libname}
Summary:        String handling essentials library
Group:		System/Libraries

%description    -n %{libname}
This package compiles the string handling essentials library
used by the Rsyslog daemon.

%package        -n %{devname}
Summary:        Development files for %{name}
Group:		Development/C
Requires:       %{libname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}

%description    -n %{devname}
The package contains libraries and header files for
developing applications that use libestr.

%prep
%setup -q

%build
%configure2_5x --disable-static --with-pic
%make

%install
%makeinstall_std

%files -n %{libname}
%doc README COPYING AUTHORS ChangeLog
%{_libdir}/lib*.so.%{major}*

%files -n %{devname}
%{_includedir}/libestr.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/libestr.pc




%changelog
* Thu Oct 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.1.9-1
+ Revision: 5f85cce
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23129 |14mu|libev-4.20-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname ev %{major}
%define devname %mklibname ev -d

Summary:	High-performance event loop/event model
Name:		libev
Epoch:		1
Version:	4.20
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://software.schmorp.de/pkg/libev.html
Source0:	http://dist.schmorp.de/libev/%{name}-%{version}.tar.gz
Patch0:		libev-4.15-Add-pkgconfig-support.patch
Patch1:		libev-4.20-Modernize-the-configure.ac.patch

%description
libev is a high-performance event loop/event model with lots of features.
(see benchmark at http://libev.schmorp.de/bench.html)

It is modelled (very losely) after libevent and the Event perl module,
but aims to be faster and more correct, and also more featureful.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	High-performance event loop/event model
Group:		System/Libraries

%description -n %{libname}
libev is a high-performance event loop/event model with lots of features.
(see benchmark at http://libev.schmorp.de/bench.html)

It is modelled (very losely) after libevent and the Event perl module,
but aims to be faster and more correct, and also more featureful.

%files -n %{libname}
%{_libdir}/libev.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	High-performance event loop/event model
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This is the development files needed in order to develop applications using
libev.

%files -n %{devname}
%doc README
%{_includedir}/%{name}/ev*.h
%{_libdir}/libev*.so
%{_libdir}/pkgconfig/%{name}.pc 
%{_mandir}/man3/ev*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
autoreconf -fiv
%configure2_5x \
	--disable-static \
	--includedir=%{_includedir}/%{name}
%make

%install
%makeinstall_std

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1:4.20-1
- (49b9c03) Updated to 4.20



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23130 |14mu|libevdev-1.5.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname evdev %{major}
%define devname %mklibname evdev -d
%define utilname libevdev-utils

Name:		libevdev
Version:	1.5.4
Release:	3
Summary:	Kernel Evdev Device Wrapper Library
Group:		System/Libraries
License:	MIT
URL:		http://www.freedesktop.org/wiki/Software/libevdev
Source0:	http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz

BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	python

%description
%{name} is a library to wrap kernel evdev devices and provide a proper API
to interact with those devices.

%package -n %{libname}
Summary:	Kernel Evdev Device Wrapper Library
Group:		System/Libraries

%description -n %{libname}
%{name} is a library to wrap kernel evdev devices and provide a proper API
to interact with those devices.

%files -n %{libname}
%{_libdir}/libevdev.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Kernel Evdev Device Wrapper Library - Development Package
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for %{name}: headers, etc.

%files -n %{devname}
%doc COPYING
%dir %{_includedir}/libevdev-1.0/
%dir %{_includedir}/libevdev-1.0/libevdev
%{_includedir}/libevdev-1.0/libevdev/libevdev.h
%{_includedir}/libevdev-1.0/libevdev/libevdev-uinput.h
%{_libdir}/libevdev.so
%{_libdir}/pkgconfig/libevdev.pc
%{_mandir}/man3/libevdev.3*

#----------------------------------------------------------------------------

%package -n %{utilname}
Summary:	Kernel Evdev Device Wrapper Library - Utilities Package
Group:		System/Kernel and hardware

%description -n %{utilname}
This package provides utilities for evdev devices.

%files -n %{utilname}
%{_bindir}/touchpad-edge-detector
%{_bindir}/mouse-dpi-tool
%{_bindir}/libevdev-tweak-device

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf --force -v --install
%configure2_5x --disable-static --disable-silent-rules
%make

%install
%makeinstall_std

# We intentionally don't ship *.la files
rm -f %{buildroot}%{_libdir}/*.la

%changelog

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.4-3
- (899cfe2) MassBuild#1169: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23131 |14mu|libexttextcat-3.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 2.0
%define libname %mklibname exttextcat %{api} %{major}
%define devname %mklibname exttextcat -d

Summary:	Text categorization library
Name:		libexttextcat
Version:	3.4.4
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://www.freedesktop.org/wiki/Software/libexttextcat
Source0:	http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz

%description
N-Gram-Based Text Categorization library primarily intended for language
guessing.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Text categorization library
Group:		System/Libraries
Requires:	%{name}-data >= %{EVRD}
Conflicts:	%{_lib}exttextcat0 < 3.3.1-8
Obsoletes:	%{_lib}exttextcat0 < 3.3.1-8

%description -n %{libname}
N-Gram-Based Text Categorization library primarily intended for language
guessing.

%files -n %{libname}
%{_libdir}/libexttextcat-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files and headers for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	textcat-devel = %{EVRD}

%description -n %{devname}
Development files and headers for %{name}.

%files -n %{devname}
%dir %{_includedir}/%{name}
%{_libdir}/libexttextcat-%{api}.so
%{_includedir}/%{name}/*
%{_libdir}/pkgconfig/*.pc
%{_datadir}/vala/vapi/libexttextcat.vapi

#----------------------------------------------------------------------------

%package tools
Summary:	Tool for creating custom document fingerprints
Group:		Publishing
Requires:	%{libname} = %{EVRD}
Conflicts:	%{_lib}textcat-devel < 3.3.1

%description tools
The %{name}-tools package contains the createfp program that allows
you to easily create your own document fingerprints.

%files tools
%{_bindir}/createfp

#----------------------------------------------------------------------------

%package data
Summary:	Data files for text categorization library
Group:		System/Libraries
Conflicts:	%{_lib}exttextcat0 < 3.3.1-4

%description data
Data files for %{name}.

%files data
%doc LICENSE README*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
mkdir -p m4
autoreconf -fi
%configure2_5x \
	--disable-static \

%make

%install
%makeinstall_std

%check
make check


%changelog

* Sat Apr 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.4.4-1
- (ebe5a73) New version 3.4.4, new API 2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23132 |14mu|libfakekey-0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname fakekey 0
%define devname %mklibname fakekey -d

Summary:	Converting characters to X key-presses
Name:		libfakekey
Version:	0.1
Release:	6
License:	LGPLv2+
Group:		System/Libraries
Url:		http://projects.o-hand.com/matchbox/
Source0:	http://matchbox-project.org/sources/libfakekey/%{version}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xtst)

%description
libfakekey is a simple library for converting UTF-8 characters into
'fake' X key-presses.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Converting characters to X key-presses
Group:		System/Libraries

%description -n %{libname}
libfakekey is a simple library for converting UTF-8 characters into
'fake' X key-presses.

%files -n %{libname}
%doc COPYING
%{_libdir}/libfakekey.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%{_includedir}/fakekey/
%{_libdir}/libfakekey.so
%{_libdir}/pkgconfig/libfakekey.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export LDFLAGS="-lX11 -lXtst -lXi"
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog

* Mon Nov 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-6
- (2923674) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23133 |14mu|libffado-2.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname ffado %{major}
%define devname %mklibname ffado -d

Summary:	Firewire audio drivers for JACK
Name:		libffado
Version:	2.2.1
Release:	2
License:	GPLv2+ and GPLv3+
Group:		Sound
Source0:	http://www.ffado.org/files/%{name}-%{version}.tgz
Patch0:		libffado-2.2.1-errno.patch
Url:		http://www.ffado.org/
BuildRequires:	scons
BuildRequires:	python-dbus
BuildRequires:	python-qt4-dbus
BuildRequires:	python-qt4-devel
BuildRequires:	pkgconfig(libconfig)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-c++-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(libiec61883)
BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	pkgconfig(libxml++-2.6)

%description
The FFADO library provides a generic, open-source solution for the
support of FireWire based audio devices for the Linux platform. It is the
successor of the FreeBoB project. Currently this library is used by the
firewire backends of the jack audio connection kit sound server
(jackit package). This backend provides audio and midi support,
and is available in both jack1 and jack2.

#----------------------------------------------------------------------------

%package -n ffado
Summary:	Firewire audio driver applications and utilities
Group:		Sound
Requires:	%{libname} = %{EVRD}
Requires:	python-dbus
Requires:	python-qt4
Requires:	qt4-qtdbus
Conflicts:	%{mklibname ffado 2} < 2.1.0-2

%description -n ffado
Configuration utilities for the FFADO firewire drivers.

%files -n ffado
%doc AUTHORS ChangeLog LICENSE.* README
%{_bindir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/python
%{_datadir}/%{name}/configuration
%{_datadir}/%{name}/*.xml
%{_datadir}/applications/ffado-mixer.desktop
%dir %{_datadir}/%{name}/icons
%{_datadir}/%{name}/icons/hi64-apps-ffado.png
%{py_puresitedir}/ffado/*.ui
%{py_puresitedir}/ffado/*.py
%{py_puresitedir}/ffado/mixer/*.ui
%{py_puresitedir}/ffado/mixer/*.py
%{py_puresitedir}/ffado/widgets/*.py
%{_datadir}/dbus-1/services/org.ffado.Control.service
%doc %{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Firewire audio drivers for JACK
Group:		Sound

%description -n %{libname}
The FFADO library provides a generic, open-source solution for the
support of FireWire based audio devices for the Linux platform. It is the
successor of the FreeBoB project. Currently this library is used by the
firewire backends of the jack audio connection kit sound server
(jackit package). This backend provides audio and midi support,
and is available in both jack1 and jack2.

%files -n %{libname}
%{_libdir}/libffado.so.%{major}*
/lib/udev/rules.d/60-ffado.rules

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Firewire audio driver library development headers
Group:		Sound
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files needed to build applications against libffado.

%files -n %{devname}
%{_libdir}/%{name}.so
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
scons PREFIX=%{_prefix} LIBDIR=%{_libdir} MANDIR=%{_mandir}

%install
scons PREFIX=%{_prefix} LIBDIR=%{_libdir} \
      DESTDIR=%{buildroot} install
      
install -m 0755 support/tools/listirqinfo.py %{buildroot}%{_datadir}/libffado/python
install -m 0755 support/tools/helpstrings.py %{buildroot}%{_datadir}/libffado/python
chmod a+x %{buildroot}%{_datadir}/libffado/python/*.py

sed -i -e '1i#!/usr/bin/python' %{buildroot}%{_datadir}/libffado/python/ffado_diag_helpers.py
sed -i -e '1i#!/usr/bin/python' %{buildroot}%{_datadir}/libffado/python/helpstrings.py

rm -rf %{buildroot}%{_bindir}/test-dice-eap

mkdir -p %{buildroot}%{_datadir}/applications
#make desktop file
cat > %{buildroot}%{_datadir}/applications/ffado-mixer.desktop <<EOF
[Desktop Entry]
Name=Ffado Mixer
Name[ru]=Микшер Ffado
Comment=Mixer for Firewire Audio Devices
Comment[ru]=Микшер для аудио-устройств Firewire
Exec=%{_bindir}/ffado-mixer
Icon=%{_datadir}/%{name}/icons/hi64-apps-ffado.png
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Multimedia-Sound;AudioVideo;
EOF

%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 2.2.1-2
- (10ba3c7) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23134 |14mu|libfilezilla-0.4.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname filezilla %{major}
%define devname %mklibname filezilla -d

Summary:	Small and modern C++ library
Name:		libfilezilla
Version:	0.4.0.1
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		https://lib.filezilla-project.org/
Source0:	http://sourceforge.net/projects/filezilla/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
Patch0:		libfilezilla-0.4.0.1-lstat.patch
BuildRequires:	doxygen
BuildRequires:	graphviz

# needed for testsuite
BuildRequires:	locales-en
BuildRequires:	pkgconfig(cppunit)

%description
libfilezilla is a free, open source C++ library, offering some basic
functionality to build high-performing, platform-independent programs.
Some of the highlights include:

* A typesafe, multi-threaded event system that's very simple to use yet
  extremely efficient.
* Timers for periodic events.
* A datetime class that not only tracks timestamp but also their accuracy,
  which simplifies dealing with timestamps originating from different sources.
* Simple process handling for spawning child processes with redirected I/O.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Small and modern C++ library
Group:		System/Libraries

%description -n %{libname}
libfilezilla is a free, open source C++ library, offering some basic
functionality to build high-performing, platform-independent programs.
Some of the highlights include:

* A typesafe, multi-threaded event system that's very simple to use yet
  extremely efficient.
* Timers for periodic events.
* A datetime class that not only tracks timestamp but also their accuracy,
  which simplifies dealing with timestamps originating from different sources.
* Simple process handling for spawning child processes with redirected I/O.

%files -n %{libname}
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development package for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Header files for development with %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog NEWS README
%doc doc/doxygen-doc/*
%{_includedir}/%{name}/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static
%make

pushd doc
make html
popd

%install
%make_install

%check
LC_ALL=en_US.UTF-8 \
make check


%changelog

* Sat Jun 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.0.1-2
- (d178833) Add patch to fix issue with lstat (Value too large for defined data type)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23135 |14mu|libfontenc-1.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname fontenc %{major}
%define develname %mklibname fontenc -d

Name:		libfontenc
Summary:	The fontenc Library
Version:	1.1.3
Release:	1
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2

BuildRequires:	zlib-devel
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1
# list of encodings
Requires:	x11-font-encodings

%description
libfontenc is a library which helps font libraries portably determine and 
deal with different encodings of fonts.

%package -n %{libname}
Summary:	The fontenc Library
Group:		System/Libraries
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
libfontenc is a library which helps font libraries portably determine and 
deal with different encodings of fonts.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libfontenc-devel = %{version}-%{release}
Obsoletes:	%{_lib}fontenc1-devel < 1.1.1
Obsoletes:	%{_lib}fontenc-static-devel < 1.1.1.
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}.

%prep
%setup -qn libfontenc-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir} \
	--with-encodingsdir=%{_datadir}/fonts/encodings

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libfontenc.so.%{major}*

%files -n %{develname}
%{_libdir}/libfontenc.so
%{_libdir}/pkgconfig/fontenc.pc
%{_includedir}/X11/fonts/fontenc.h

%changelog

* Wed Sep 16 2015 dsilakov <denis.silakov@rosalab.ru> 1.1.3-1
- (e6d3434) Merge pull request #2 from import/libfontenc:auto_update
- (e6d3434) Updated to 1.1.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23136 |14mu|libfonts-1.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	TrueType Font Layouting
Name:		libfonts
Version:	1.1.6
Release:	4
License:	LGPLv2+
Group:		System/Libraries 
Url:		http://reporting.pentaho.org/
Source0:	http://downloads.sourceforge.net/jfreereport/%{name}-%{version}.zip
Patch0:	libfonts-1.1.2-fix-build.patch
BuildArch:	noarch

BuildRequires:	ant
BuildRequires:	ant-contrib
BuildRequires:	java-devel >= 0:1.6.0
BuildRequires:	jpackage-utils
BuildRequires:	libloader >= 1.1.3
BuildRequires:	itext
BuildRequires:	java-rpmbuild
Requires:	java >= 0:1.6.0
Requires:	jpackage-utils
Requires:	libloader >= 1.1.3
Requires:	itext

%description
LibFonts is a library developed to support advanced layouting in JFreeReport.
This library allows to read TrueType-Font files to extract layouting specific
informations.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java 
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%patch0 -p0
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib libbase commons-logging-api libloader itext
cd lib
ln -s %{_javadir}/ant ant-contrib

%build
ant jar javadoc
for file in README.txt licence-LGPL.txt ChangeLog.txt; do
    tr -d '\r' < $file > $file.new
    mv $file.new $file
done

%install
mkdir -p %{buildroot}%{_javadir}
cp -p ./dist/%{name}-%{version}.jar %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{name}.jar
popd

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp bin/javadoc/docs/api %{buildroot}%{_javadocdir}/%{name}

%files
%doc licence-LGPL.txt README.txt ChangeLog.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-4
- (645d848) Drop ant-nodeps BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23137 |14mu|libformula-1.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Formula Parser
Name:		libformula
Version:	1.1.6
Release:	4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://reporting.pentaho.org/
Source0:	http://downloads.sourceforge.net/jfreereport/%{name}-%{version}.zip
Patch0:		libformula-1.1.2-fix-build.patch
BuildArch:	noarch
BuildRequires:	ant
BuildRequires:	ant-contrib
BuildRequires:	java-devel
BuildRequires:	jpackage-utils
BuildRequires:	libbase >= 1.1.3
Requires:	java
Requires:	jpackage-utils
Requires:	jakarta-commons-logging
Requires:	libbase >= 1.1.3

%description
LibFormula provides Excel-Style-Expressions. The implementation provided
here is very generic and can be used in any application that needs to
compute formulas.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%patch0 -p0
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib commons-logging-api libbase
cd lib
ln -s %{_javadir}/ant ant-contrib

%build
ant jar javadoc

%install
mkdir -p %{buildroot}%{_javadir}
cp -p ./dist/%{name}-%{version}.jar %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{name}.jar
popd

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp bin/javadoc/docs/api %{buildroot}%{_javadocdir}/%{name}

%files
%doc licence-LGPL.txt README.txt ChangeLog.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-4
- (dd082bc) Drop ant-nodeps BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23138 |14mu|libfprint-0.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname fprint %{major}
%define devname %mklibname fprint -d

Summary:	Library for adding support for consumer fingerprint readers
Name:		libfprint
Version:	0.6.0
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.freedesktop.org/wiki/Software/fprint/libfprint
Source0:	http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(openssl)
BuildRequires:  pkgconfig(pixman-1)

%description
libfprint is an open source software library designed to make it easy for
application developers to add support for consumer fingerprint readers to their
software.

Features:
    * Written in C
    * Licensed as LGPL-2.1
    * Depends on libusb for USB communication and glib
    * Primarily developed for linux, but should be fairly portable
    * Offers a single API to application developers to access the entire range
      of supported devices
    * Supports imaging - downloading live fingerprint scans from the device
    * Includes image processing/matching code
    * Supports enrollment/verification - enrolling a print from a known user,
      and then later comparing a live scan to the enrolled print

#----------------------------------------------------------------------------

%package common
Summary:	Common files for consumer fingerprint readers support library
Group:		System/Libraries

%description common
Common files for consumer fingerprint readers support library.

%files common
%{_udevrulesdir}/60-fprint-autosuspend.rules

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for adding support for consumer fingerprint readers
Group:		System/Libraries
Requires:	%{name}-common
Provides:	%{name} = %{EVRD}

%description -n %{libname}
libfprint is an open source software library designed to make it easy for
application developers to add support for consumer fingerprint readers to their
software.

%files -n %{libname}
%{_libdir}/libfprint.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library for adding support for consumer fingerprint readers
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
libfprint is an open source software library designed to make it easy for
application developers to add support for consumer fingerprint readers to their
software.

This package includes the headers and development library for building
applications that support finger print readers.

%files -n %{devname}
%{_includedir}/libfprint
%{_libdir}/libfprint.so
%{_libdir}/pkgconfig/libfprint.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make
pushd doc
make docs
popd

%install
%makeinstall_std


%changelog

* Tue Dec 13 2016 tremod <negry.m@yandex.ru> 0.6.0-1
- (96e3d4d) Add BRqs pixman-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23139 |14mu|libfs-1.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname fs %{major}
%define develname %mklibname fs -d

Summary:	Library Interface to the X Font Server
Name:		libfs
Version:	1.0.7
Release:	1
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libFS-%{version}.tar.bz2
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1
BuildRequires:	x11-xtrans-devel >= 1.0.0

%description
Libfs is a library interface to the X Font Server.

%package -n %{libname}
Summary:	Library Interface to the X Font Server
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
Libfs is a library interface to the X Font Server.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Conflicts:	libxorg-x11-devel < 7.0
Obsoletes:	%{_lib}fs-static-devel < 1.0.4

%description -n %{develname}
Development files for %{name}.

%pre -n %{develname}
if [ -h %{_includedir}/X11 ]; then
	rm -f %{_includedir}/X11
fi

%prep
%setup -qn libFS-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std
rm -f %{buildroot}%{_datadir}/doc/libFS/FSlib.txt

%files -n %{libname}
%doc doc/FSlib.txt
%{_libdir}/libFS.so.%{major}*

%files -n %{develname}
%{_libdir}/libFS.so
%{_libdir}/pkgconfig/libfs.pc
%{_includedir}/X11/fonts/FSlib.h

%changelog

* Fri Sep 04 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.7-1
- (af93ef8) Updated to version 1.0.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23140 |14mu|libgcrypt-1.6.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 20
%define libname %mklibname gcrypt %{major}
%define devname %mklibname gcrypt -d

# disable tests by default, no /dev/random feed, no joy
%bcond_with	check

Summary:	GNU Cryptographic library
Name:		libgcrypt
Version:	1.6.6
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnupg.org/
# don't convert to bzip2, since we ship archive signature
Source0:	ftp://ftp.gnupg.org/gcrypt/libgcrypt/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.gnupg.org/gcrypt/libgcrypt/%{name}-%{version}.tar.gz.sig
Patch0:		libgcrypt-1.2.0-libdir.patch
Patch1:		libgcrypt-1.6.1-add-pkgconfig-support.patch
# use poll instead of select when gathering randomness
Patch2:		libgcrypt-1.6.1-use-poll.patch
# slight optimalization of mpicoder.c to silence Valgrind (#968288)
Patch3:		libgcrypt-1.6.1-mpicoder-gccopt.patch
BuildRequires:	pth-devel
BuildRequires:	pkgconfig(gpg-error)

%description
Libgcrypt is a general purpose cryptographic library based on the code from
GNU Privacy Guard.

It provides functions for all cryptograhic building blocks:
- symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour),
- hash algorithms (MD5, RIPE-MD160, SHA-1, TIGER-192),
- MACs (HMAC for all hash algorithms),
- public key algorithms (RSA, ElGamal, DSA),
- large integer functions,
- random numbers and a lot of supporting functions.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GNU Cryptographic library
Group:		System/Libraries

%description -n %{libname}
Libgcrypt is a general purpose cryptographic library based on the code from
GNU Privacy Guard.

It provides functions for all cryptograhic building blocks:
- symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour),
- hash algorithms (MD5, RIPE-MD160, SHA-1, TIGER-192),
- MACs (HMAC for all hash algorithms),
- public key algorithms (RSA, ElGamal, DSA),
- large integer functions,
- random numbers and a lot of supporting functions.

%files -n %{libname}
%doc AUTHORS README NEWS THANKS TODO
%{_libdir}/libgcrypt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for GNU cryptographic library
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libgcrypt is a general purpose cryptographic library based on the code from
GNU Privacy Guard.

This package contains files needed to develop applications using libgcrypt.

%files -n %{devname}
%doc ChangeLog README.*
%{_bindir}/*
%{_includedir}/*.h
%{_libdir}/lib*.a
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/libgcrypt.pc
%{_datadir}/aclocal/*
%{_infodir}/gcrypt.info*
%{_mandir}/man1/hmac256.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .libdir~ .pkgconfig~
%patch1 -p1 -b .pkgconfig~
%patch2 -p1
%patch3 -p1

%build
autoreconf -fi
%configure2_5x \
	--enable-shared \
	--enable-static \
	--enable-m-guard
%make

%install
%makeinstall_std

%if %{with check}
%check
make check
%endif

%changelog

* Tue Oct 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.6-1
- (fc411d7) New version 1.6.6
- (fc411d7) Drop merged patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23141 |14mu|libgdata-0.17.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major 22
%define gir_major 0.0
%define libname %mklibname gdata %{major}
%define develname %mklibname -d gdata
%define girname %mklibname gdata-gir %{gir_major}

Summary:	Library for the GData protocol
Name:		libgdata
Version:	0.17.1
Release:	1
Group:		System/Libraries
License:	LGPLv2+
URL:		http://live.gnome.org/libgdata
Source0:	http://ftp.gnome.org/pub/GNOME/sources/libgdata/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:  autoconf automake libtool
BuildRequires:  rootcerts
Requires:       rootcerts
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gcr-base-3)
BuildRequires:	pkgconfig(goa-1.0)
BuildRequires:	pkgconfig(oauth) >= 0.9.4
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libuhttpmock-0.0)

%description
libgdata is a GLib-based library for accessing online service APIs using the
GData protocol --- most notably, Google's services. It provides APIs to access
the common Google services, and has full asynchronous support.

%package i18n
Summary:	Library for the GData protocol - translations
Group:		System/Internationalization

%description i18n
libgdata is a GLib-based library for accessing online service APIs using the
GData protocol --- most notably, Google's services. It provides APIs to access
the common Google services, and has full asynchronous support.

%package -n %{libname}
Summary:	Library for the GData protocol
Group:		System/Libraries

%description -n %{libname}
This package contains the dynamic libraries from %{name}.

%package -n %{girname}
Group:		System/Libraries
Summary:	GObject Introspection interface library for %{name}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains libraries and header files for %{name}.

%prep
%setup -q
#apply_patches

%build
%configure2_5x \
    --disable-static \
    --with-ca-certs=/etc/pki/tls/certs/ca-bundle.crt

%make

%install
%makeinstall_std
%find_lang gdata

# remove unpackaged files
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%files i18n -f gdata.lang

%files -n %{libname}
%doc NEWS README AUTHORS
%{_libdir}/libgdata.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GData-%{gir_major}.typelib

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gtk-doc/html/gdata/
%{_datadir}/gir-1.0/GData-0.0.gir


%changelog

* Mon Jul 27 2015 Tigro <ashejn@yandex-team.ru> 0.17.1-1
- (45ba21e) bump major



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23142 |14mu|libgdata-0.17.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major 22
%define gir_major 0.0
%define libname %mklibname gdata %{major}
%define develname %mklibname -d gdata
%define girname %mklibname gdata-gir %{gir_major}

Summary:	Library for the GData protocol
Name:		libgdata
Version:	0.17.2
Release:	1
Group:		System/Libraries
License:	LGPLv2+
URL:		http://live.gnome.org/libgdata
Source0:	http://ftp.gnome.org/pub/GNOME/sources/libgdata/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:  autoconf automake libtool
BuildRequires:  rootcerts
Requires:       rootcerts
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gcr-base-3)
BuildRequires:	pkgconfig(goa-1.0)
BuildRequires:	pkgconfig(vapigen)
BuildRequires:	pkgconfig(oauth) >= 0.9.4
BuildRequires:	pkgconfig(libuhttpmock-0.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	vala-tools

%description
libgdata is a GLib-based library for accessing online service APIs using the
GData protocol --- most notably, Google's services. It provides APIs to access
the common Google services, and has full asynchronous support.

%package i18n
Summary:	Library for the GData protocol - translations
Group:		System/Internationalization

%description i18n
libgdata is a GLib-based library for accessing online service APIs using the
GData protocol --- most notably, Google's services. It provides APIs to access
the common Google services, and has full asynchronous support.

%package -n %{libname}
Summary:	Library for the GData protocol
Group:		System/Libraries

%description -n %{libname}
This package contains the dynamic libraries from %{name}.

%package -n %{girname}
Group:		System/Libraries
Summary:	GObject Introspection interface library for %{name}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains libraries and header files for %{name}.

%prep
%setup -q

%build
%configure2_5x \
    --disable-static \
    --with-ca-certs=/etc/pki/tls/certs/ca-bundle.crt

%make

%install
%makeinstall_std
%find_lang gdata

# remove unpackaged files
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%files i18n -f gdata.lang

%files -n %{libname}
%doc NEWS README AUTHORS
%{_libdir}/libgdata.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/GData-%{gir_major}.typelib

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gtk-doc/html/gdata/
%{_datadir}/gir-1.0/GData-0.0.gir
%{_datadir}/vala/vapi/*


%changelog

* Tue Aug 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.17.2-1
- (5e7ba9a) Added json-glib BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23143 |14mu|libgdiplus-3.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname gdiplus %{major}
%define devname %mklibname gdiplus -d

Summary:	An Open Source implementation of the GDI+ API
Name:		libgdiplus
Version:	3.12
Release:	1
License:	MIT
Group:		System/Libraries
Url:		http://go-mono.com
Source0:	http://www.go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz
Patch0:		libgdiplus-3.12-linkage.patch
Patch1:		libgdiplus-giflib5.patch
BuildRequires:	jpeg-devel
BuildRequires:	giflib-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xrender)

%description
An Open Source implementation of the GDI+ API.
This is part of the Mono project.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	An Open Source implementation of the GDI+ API
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
An Open Source implementation of the GDI+ API.
This is part of the Mono project.

%files -n %{libname}
%doc AUTHORS COPYING
%{_libdir}/libgdiplus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries for developing with libgdiplus
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides the necessary development libraries to allow
you to develop with libgdiplus.

%files -n %{devname}
%doc src/ChangeLog
%{_libdir}/libgdiplus.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .linkage
%patch1 -p1 -b .giflib51

%build
autoreconf -fi
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog

* Mon May 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.12-1
- (252ac49) Build requires pkgconfig(cairo)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23144 |14mu|libgee-0.18.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api	0.8
%define major	2

%define libname %mklibname gee %{api} %{major}
%define girname %mklibname gee-gir %{api}
%define devname %mklibname -d gee 

Summary:	GObject-based collection library
Name:		libgee
Version:	0.18.0
Release:	1
License: 	LGPLv2+
Group:		System/Libraries
URL: 		http://live.gnome.org/Libgee
Source0: 	ftp://ftp.gnome.org/pub/GNOME/sources/libgee/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)

%description
Libgee is a collection library providing GObject-based interfaces and 
classes for commonly used data structures. 

%package -n	%{libname}
Summary:	Collection library providing GObject-based interfaces and classes 
Group:		%{group}

%description -n	%{libname}
Libgee is a collection library providing GObject-based interfaces and 
classes for commonly used data structures. 

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n	%{devname}
Summary:	Libraries and include files for developing with libgee
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	%{girname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package provides the necessary development libraries and include
files to allow you to develop with libgee.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%files -n %{libname}
%doc AUTHORS COPYING NEWS README
%{_libdir}/libgee-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gee-%{api}.typelib

%files -n %{devname}
%doc ChangeLog
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/vala/vapi/*.vapi
%{_datadir}/gir-1.0/Gee-%{api}.gir


%changelog

* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 0.18.0-1
- (0f982e6) update to 0.18.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23145 |14mu|libgexiv2-0.10.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define major 2
%define gir_major 0.10
%define libname %mklibname gexiv2_ %{major}
%define devname %mklibname -d gexiv2
%define gir_name %mklibname gexiv2-gir %{gir_major}

Summary:	A GObject-based wrapper around the Exiv2 library
Name:		libgexiv2
Version:	0.10.3
Release:	1
License:	GPLv2+
Group:		Graphics
Source0:	https://download.gnome.org/sources/gexiv2/%{url_ver}/gexiv2-%{version}.tar.xz
Url:		https://wiki.gnome.org/Projects/gexiv2
BuildRequires:	libtool
BuildRequires:	python-gobject
BuildRequires:	python-gi
BuildRequires:	python3-gobject3
BuildRequires:	python3-gi
BuildRequires:	sed
BuildRequires:	pkgconfig(exiv2) >= 0.21
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(vapigen)

%description
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes
the basic features of Exiv2 available to GNOME applications.

#----------------------------------------------------------------------------

%package -n %{gir_name}
Summary:	GObject Introspection interface description for %{name}
Group:		Graphics
Requires:	%{libname} = %{EVRD}

%description -n %{gir_name}
GObject Introspection interface description for %{name}.

%files -n %{gir_name}
%{_libdir}/girepository-1.0/*-%{gir_major}.typelib

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A GObject-based wrapper around the Exiv2 library
Group:		Graphics

%description -n %{libname}
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes
the basic features of Exiv2 available to GNOME applications.

%files -n %{libname}
%{_libdir}/libgexiv2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	A GObject-based wrapper around the Exiv2 library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes
the basic features of Exiv2 available to GNOME applications.

%files -n %{devname}
%{_includedir}/gexiv2
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/vala/vapi/gexiv2.vapi
%{_datadir}/gir-1.0/*-%{gir_major}.gir

#----------------------------------------------------------------------------

%package -n gexiv2-python
Summary:	Python2 bindings for %{name}
Group:		Development/Python
Requires:	%{libname} = %{EVRD}
Requires:	python-gobject
Requires:	python-gi

%description -n gexiv2-python
This package contains the python2 bindings for %{name}.

%files -n gexiv2-python
%{python_sitearch}/gi/overrides/GExiv2.py

#----------------------------------------------------------------------------

%package -n gexiv2-python3
Summary:	Python3 bindings for %{name}
Group:		Development/Python
Requires:	%{libname} = %{EVRD}
Requires:	python3-gobject3
Requires:	python3-gi

%description -n gexiv2-python3
This package contains the python3 bindings for %{name}.

%files -n gexiv2-python3
%{python3_sitearch}/gi/overrides/GExiv2.*

#----------------------------------------------------------------------------

%prep
%setup -q -n gexiv2-%{version}

%build
%configure2_5x \
	--enable-introspection \
	--enable-tests \
	--enable-static=no
%make

%install
%makeinstall_std


%changelog
* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 0.10.3-1
+ Revision: 8ae20c1
- update to 0.10.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23146 |14mu|libggz-0.0.14.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname ggz %{major}
%define develname %mklibname -d ggz

# Enable encryption support?
%define enable_encrypt 0
%{?_with_encrypt: %global enable_encrypt 1}

# select between GNUTLS or OpenSSL
%define use_openssl 0
%{?_with_openssl: %global use_openssl 1}

Name:		libggz
Summary:	Common library for the GGZ Gaming Zone
Version:	0.0.14.1
Release:	12
License:	GPL
Group:		System/Libraries
URL:		http://ggzgamingzone.org/
Source0:	http://ftp.ggzgamingzone.org/pub/ggz/%{version}/%{name}-%{version}.tar.gz

%if %{enable_encrypt}
%if %{use_openssl}
BuildRequires:	pkgconfig(openssl)
%else
BuildRequires:	pkgconfig(gnutls)
%endif
%endif

%description
The GGZ Gaming Zone server allows other computers to connect to yours via
the Internet and play network games. This library provides features required
for running both clients and the server.

Build Option:
--with encrypt      Enable encryption support
--with openssl      Prefer OpenSSL to GNUTLS, for encryption support
                    (Useless unless "--with encrypt" is also used)

%package	-n %{libname}
Summary:	Common library for running GGZ Gaming Zone applications
Group:		Games/Other
Provides:	%{name} = %{version}-%{release}

%description	-n %{libname}
The GGZ Gaming Zone server allows other computers to connect to yours
via the Internet and play network games. 

This package contains the shared library that provides features
required for running both clients and the server.

%package	-n %{develname}
Summary:	Development files used to build GGZ Gaming Zone applications
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description	-n %{develname}
The GGZ Gaming Zone server allows other computers to connect to yours
via the Internet and play network games. 

This package contains the libraries required for building both clients
and the server.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
%if %enable_encrypt
	--with-gcrypt=yes	\
%if %use_openssl
	--with-tls=OpenSSL	\
%else
	--with-tls=GnuTLS	\
%endif
%endif

%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS COPYING NEWS README README.GGZ QuickStart.GGZ
%{_libdir}/libggz.so.%{major}*
%{_mandir}/man?/*

%files -n %{develname}
%doc COPYING ChangeLog
%{_includedir}/*
%{_libdir}/libggz.so

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.0.14.1-12
- (7e4f7b8) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23147 |14mu|libgit2-0.22.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	22
%define libname %mklibname git2_ %{major}
%define devname %mklibname -d git2

Name:		libgit2
Version:	0.22.2
Release:	2
Summary:	A C implementation of the Git core methods as a library
Group:		System/Libraries
License:	GPLv2 with exceptions
URL:		http://libgit2.github.com/
Source0:	https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz

# Use system libxdiff
#Patch0: libgit2-0.19.0-system-libxdiff.patch

# Add htonl() and friends declarations on non-x86 arches
Patch1:		libgit2-0.19.0-non-x86.patch

#Patch2:  libgit2-build-fix.diff

BuildRequires:	cmake >= 2.6
BuildRequires:	http-parser-devel
BuildRequires:	openssl-devel
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	python
BuildRequires:	zlib-devel

%description
libgit2 is a portable, pure C implementation of the Git core methods
provided as a re-entrant linkable library with a solid API, allowing
you to write native speed custom Git applications in any language
with bindings.

%package -n %{libname}
Summary:	A C implementation of the Git core methods as a library
Group:		System/Libraries

%description -n %{libname}
libgit2 is a portable, pure C implementation of the Git core methods
provided as a re-entrant linkable library with a solid API, allowing
you to write native speed custom Git applications in any language
with bindings.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q
%apply_patches

# Remove VCS files from examples
find examples -name ".gitignore" -delete

# Fix pkgconfig generation
sed -i 's|@CMAKE_INSTALL_PREFIX@/||' libgit2.pc.in

# Don't test network
sed -i 's/ionline/xonline/' CMakeLists.txt

# Remove bundled libraries
rm -rf deps
#rm -rf src/xdiff

%build
%cmake \
	-DTHREADSAFE:BOOL=ON \
	-DUSE_SSH:BOOL=ON
%make

%check
ctest -V

%install
%makeinstall_std -C build

%files -n %{libname}
%doc README.md COPYING AUTHORS
%{_libdir}/libgit2.so.%{major}
%{_libdir}/libgit2.so.0.%{major}.*

%files -n %{devname}
%doc docs examples
%{_libdir}/libgit2.so
%{_libdir}/pkgconfig/libgit2.pc
%{_includedir}/git2*


%changelog

* Tue Apr 07 2015 Tigro <ashejn@yandex-team.ru> 0.22.2-2
- (4aaef57) rebuilt with libssh support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23148 |14mu|libgit2-glib-0.22.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	0
%define api	1.0
%define libname	%mklibname git2-glib %{api} %{major}
%define devname	%mklibname -d git2-glib %{api}

%define url_ver	%(echo %{version} | cut -d. -f1,2)

Name:		libgit2-glib
Version:	0.22.8
Release:	1
Summary:	Git library for GLib
Group:		System/Libraries
License:	LGPLv2+
URL:		https://wiki.gnome.org/Libgit2-glib
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libgit2)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	python3-gobject3
BuildRequires:	vala-tools
BuildRequires:	pkgconfig(vapigen)
BuildRequires:	gtk-doc
# (tv) for autoconf:
BuildRequires:	gnome-common
# Depend on python3-gobject for the python3 gi overrides directory.
# If we ever get a libgit2-glib consumer that does not depend on python3,
# it would probably make sense to split it to a separate subpackage.
Requires:	python3-gobject3

%description
libgit2-glib is a glib wrapper library around the libgit2 git access library.

%package -n %{libname}
Summary:	A glib wrapper library around the libgit2 git access library
Group:		System/Libraries

%description -n %{libname}
libgit2-glib is a glib wrapper library around the libgit2 git access library.


%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{_lib}%{name}-devel = %{version}-%{release}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static --enable-gtk-doc
%make

%install
%makeinstall_std

# Remove unwanted la files
find %{buildroot} -name "*.la" -delete

%files -n %{libname}
%doc AUTHORS NEWS
%{_libdir}/libgit2-glib-%{api}.so.%{major}
%{_libdir}/libgit2-glib-%{api}.so.%{major}.*
%{_libdir}/girepository-1.0/Ggit-1.0.typelib
%{python3_sitearch}

%files -n %{devname}
%doc %{_datadir}/gtk-doc/
%{_includedir}/libgit2-glib-%{api}/
%{_libdir}/libgit2-glib-%{api}.so
%{_libdir}/pkgconfig/libgit2-glib-%{api}.pc
%{_datadir}/gir-1.0/Ggit-1.0.gir
%{_datadir}/vala/


%changelog

* Fri May 01 2015 Tigro <ashejn@yandex-team.ru> 0.22.8-1
- (55e866c) update to 0.22.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23149 |14mu|libgksu-2.0.13-0.pre1.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 2.0.12
%define pre pre1

%define major 0
%define api 2.0
%define libname %mklibname gksu %{api} %{major}
%define devname %mklibname gksu %{api} -d

Summary:	GKSu libraries
Name:		libgksu
Version:	2.0.13
Release:	0.%{pre}.3
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.nongnu.org/gksu/
Source0:	https://launchpad.net/ubuntu/+archive/primary/+files/libgksu_%{version}~%{pre}.orig.tar.gz
Patch0:		libgksu-2.0.12-fix-str-fmt.patch
Patch1:		libgksu-2.0.13-fix_lib64_detection.patch
Patch2:		libgksu-2.0.12-fix-build.patch
Patch3:		Makefile.am.patch
Patch4:		libgksu-2.0.12-l10n-ru.patch
# Apply translation to wrong password answer from sudo
Patch5:		libgksu-2.0.12-wrong-password-gettext.patch
Patch6:		libgksu-2.0.12-proper-line.patch
# From Debian package
Patch10:	06_unguarded_child_stderr.patch
Patch11:	18_g_markup_escape_text_for_command.patch
BuildRequires:	desktop-file-utils
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(pkg-config)

%description
GKSu is a library that provides a Gtk+ frontend to su and sudo. It
supports login shells and preserving environment when acting as a su
frontend. It is useful to menu items or other graphical programs
that need to ask a user's password to run another program as another user.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	GKSu libraries
Group:		System/Libraries

%description -n %{libname}
GKSu is a library that provides a Gtk+ frontend to su and sudo. It
supports login shells and preserving environment when acting as a su
frontend. It is useful to menu items or other graphical programs
that need to ask a user's password to run another program as another user.

%files -n %{libname} -f %{name}.lang
%{_libdir}/libgksu2.so.%{major}*
%{_libdir}/%{name}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development package for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	libgksu2.0-devel = %{EVRD}
Provides:	libgksu2-devel = %{EVRD}
Provides:	libgksu-devel = %{EVRD}
Conflicts:	%{_lib}gksu2.0_0-devel < 2.0.12-10
Obsoletes:	%{_lib}gksu2.0_0-devel < 2.0.12-10

%description -n %{devname}
Development package for %{name}

GKSu is a library that provides a Gtk+ frontend to su and sudo. It
supports login shells and preserving environment when acting as a su
frontend. It is useful to menu items or other graphical programs
that need to ask a user's password to run another program as another user.

%files -n %{devname}
%doc INSTALL ChangeLog AUTHORS
%{_libdir}/lib*.a
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_datadir}/gtk-doc/html/%{name}

#----------------------------------------------------------------------------

%package -n gksu-utils
Summary:	Utilities package for %{name}
Group:		System/Base
Requires:	%{libname} = %{EVRD}

%description -n gksu-utils
Utilities package for %{name}.

GKSu is a library that provides a Gtk+ frontend to su and sudo. It
supports login shells and preserving environment when acting as a su
frontend. It is useful to menu items or other graphical programs
that need to ask a user's password to run another program as another user.

%files -n gksu-utils
%{_sysconfdir}/gconf/schemas/gksu.schemas
%{_bindir}/gksu-properties
%{_datadir}/man/man1/gksu-properties.1*
%{_datadir}/applications/gksu-properties.desktop
%{_datadir}/libgksu/gksu-properties.ui
%{_datadir}/pixmaps/gksu.png

%preun -n gksu-utils
%preun_uninstall_gconf_schemas gksu

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{oversion}
%patch0 -p1 -b .str
%patch1 -p1
%patch2 -p0
%patch3 -p0
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch10 -p1
%patch11 -p1
touch README NEWS
#sed -i 's:dist_pkglibexec_SCRIPTS:dist_pkgdata_SCRIPTS:g' \
#                $(grep -l dist_pkglibexec_SCRIPTS $(find . -name Makefile.am))

%build
autoreconf -fi
%configure2_5x LIBS="-lX11"
echo "CATALOGS =  ca.gmo cs.gmo da.gmo de.gmo es.gmo eu.gmo fr.gmo hu.gmo it.gmo ko.gmo lt.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sv.gmo nb.gmo nl.gmo th.gmo zh_CN.gmo" > po/Makefile1
cat po/Makefile >> po/Makefile1
mv -f po/Makefile1 po/Makefile
%make

%install
%makeinstall_std

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="AdvancedSettings" \
  --add-category="Settings" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%find_lang %{name}

%changelog

* Thu Dec 07 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.13-0.pre1.3
- (78c4800) Read input from proper line



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23150 |14mu|libgltf-0.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global major 0
%global api 0.0
%define libname %mklibname gltf %{api} %{major}
%define devname %mklibname gltf -d

Summary:	A library for rendering glTF models
Name:		libgltf
Version:	0.0.2
Release:	1
License:	MPLv2.0
Group:		System/Libraries
Url:		https://wiki.documentfoundation.org/Development/libgltf
Source0:	http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	boost-devel
BuildRequires:	glm-devel
BuildRequires:	pkgconfig(glew)

%description
%{name} is a library for rendering glTF models -- development glTF, the GL
Transmission Format, is the runtime asset format for the GL APIs: WebGL,
OpenGL ES, and OpenGL. glTF bridges the gap between formats used by modeling
tools and the GL APIs.

%{name} provides methods to load the OpenGL scene from glTF format and render
it into an existing OpenGL context. %{name} also allows to change the camera
position so the scene can be displayed from different points of view.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for rendering glTF models
Group:		System/Libraries

%description -n %{libname}
%{name} is a library for rendering glTF models -- development glTF, the GL
Transmission Format, is the runtime asset format for the GL APIs: WebGL,
OpenGL ES, and OpenGL. glTF bridges the gap between formats used by modeling
tools and the GL APIs.

%{name} provides methods to load the OpenGL scene from glTF format and render
it into an existing OpenGL context. %{name} also allows to change the camera
position so the scene can be displayed from different points of view.

%files -n %{libname}
%doc AUTHORS COPYING NEWS
%{_libdir}/%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc ChangeLog
%{_includedir}/%{name}-%{api}
%{_libdir}/%{name}-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-silent-rules \
	--disable-static \
	--disable-werror
%make

%install
%makeinstall_std


%changelog
* Tue Mar 03 2015 Rosa <rosa@abf.rosalinux.ru> 0.0.2-1
+ Revision: 97a25c3
- Automatic import for version 0.0.2-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23151 |14mu|libgnomesu-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname gnomesu %major
%define libnamedev %mklibname gnomesu -d

Summary:	Library for accessing superuser privileges from GNOME
Version:	2.0.0
Name:		libgnomesu
License:	LGPLv2+
Group:		System/Libraries
Release:	1
Url:		http://members.chello.nl/~h.lai/libgnomesu/
# Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.gz
Source0:	https://github.com/openSUSE/libgnomesu/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
Patch0:		libgnomesu-0.9.5-pam_stack.patch
Patch1:		libgnomesu-1.0.0-format-strings.patch
Patch2:		libgnomesu-1.0.0-deprecated.patch
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pam-devel
BuildRequires:	intltool
Provides:	gnomesu
Obsoletes:	gnomesu

%description
libgnomesu is a library for providing superuser privileges to GNOME 
applications. It supports sudo, consolehelper, PAM and su.

%files -f %name-1.0.lang
%defattr(-,root,root)
%doc README ChangeLog NEWS TODO AUTHORS
%config(noreplace) %_sysconfdir/pam.d/gnomesu-pam
%_bindir/gnomesu
%attr(4111,root,root) %_libexecdir/gnomesu-backend
%attr(4111,root,root) %_libexecdir/gnomesu-pam-backend

#------------------------------------------------------------------

%package -n %libname
Summary:	Library for accessing superuser privileges from GNOME
Group:		System/Libraries
Requires:	%name >= %{EVRD}

%description -n %libname
libgnomesu is a library for providing superuser privileges to GNOME 
applications. It supports sudo, consolehelper, PAM and su.

%files -n %libname
%defattr(-,root,root)
%_libdir/libgnomesu.so.%{major}*

#-----------------------------------------------------------------

%package -n %libnamedev
Summary:	Library for accessing superuser privileges from GNOME
Group:		Development/C
Requires:	%libname = %{EVRD}
Provides:	%name-devel = %{EVRD}
Obsoletes:	%mklibname -d gnomesu 0

%description -n %libnamedev
libgnomesu is a library for providing superuser privileges to GNOME 
applications. It supports sudo, consolehelper, PAM and su.

%files -n %libnamedev
%defattr(-,root,root)
%_includedir/libgnomesu-1.0/
%_libdir/pkgconfig/libgnomesu-1.0.pc
%_libdir/lib*.so

#-----------------------------------------------------------------

%prep
%setup -q
%apply_patches
intltoolize --force
autoreconf -fi

%build
%configure2_5x --disable-setuid-error
%make

%install
rm -rf %{buildroot} %name-1.0.lang
%makeinstall_std
%find_lang %name-1.0
#gw fix perms for cpio
chmod 755 %{buildroot}%_libexecdir/*

%changelog

* Thu Jul 14 2016 abondrov <andrey.bondrov@rosalab.ru> 2.0.0-1
- (74fae02) Merge pull request #1 from alzim/libgnomesu:rosa2014.1
- (74fae02) Updated to 2.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23152 |14mu|libgpod-0.8.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_mono}%{?!build_mono:%bcond_without mono}

%define api 1.0

%define major 4
%define libname %mklibname gpod %{major}
%define devname %mklibname gpod -d

Summary:	Library to access an iPod audio player
Name:		libgpod
Version:	0.8.3
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gtkpod.org/
Source0:	http://prdownloads.sourceforge.net/gtkpod/%{name}-%{version}.tar.bz2
# upstreamable patch: reduce pkgconfig-related overlinking
Patch0:		libgpod-0.8.2-pkgconfig_overlinking.patch
Patch1:		libgpod-fixswig.patch
Patch2:		libgpod-0.8.3-mono4.patch
# fix segfault when opening the Playcounts file.
Patch3:		github.com-jburton-libgpod-fix-segfault.patch
BuildRequires:	gtk-doc
BuildRequires:	eject
BuildRequires:	intltool
BuildRequires:	sg3_utils-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libimobiledevice-1.0)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(udev)

%description
libgpod is a library meant to abstract access to an iPod content. It
provides an easy to use API to retrieve the list of files and playlist
stored on an iPod, to modify them and to save them back to the iPod.

%files -f %{name}.lang
%doc README* AUTHORS
%{_bindir}/ipod-read-sysinfo-extended
/lib/udev/iphone-set-info
/lib/udev/ipod-set-info
/lib/udev/rules.d/90-libgpod.rules

#----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	Library to access an iPod audio player
Requires:	eject
#gw this is needed to have the udev script started after connecting an ipod
Requires:	%{name}

%description -n %{libname}
libgpod is a library meant to abstract access to an iPod content. It
provides an easy to use API to retrieve the list of files and playlist
stored on an iPod, to modify them and to save them back to the iPod.

%files -n %{libname}
%{_libdir}/libgpod.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Library to access an iPod audio player
Group:		Development/C
Requires:	%{libname} = %{EVRD}
%if %{with mono}
Requires:	%{name}-sharp = %{EVRD}
%endif
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
libgpod is a library meant to abstract access to an iPod content. It
provides an easy to use API to retrieve the list of files and playlist
stored on an iPod, to modify them and to save them back to the iPod.

%files -n %{devname}
%doc ChangeLog
%{_libdir}/libgpod.so
%{_libdir}/libgpod.*a
%{_libdir}/pkgconfig/libgpod-%{api}.pc
%if %{with mono}
%{_libdir}/pkgconfig/libgpod-sharp.pc
%endif
%{_includedir}/gpod-%{api}/
%{_datadir}/gtk-doc/html/*

#----------------------------------------------------------------------------

%package -n python-gpod
Summary:	Python module for iPod access
Group:		Development/Python
BuildRequires:	mutagen
BuildRequires:	swig
BuildRequires:	docbook-dtd412-xml
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(python)
Requires:	mutagen

%description -n python-gpod
libgpod is a library meant to abstract access to an iPod content. It
provides an easy to use API to retrieve the list of files and playlist
stored on an iPod, to modify them and to save them back to the iPod.

This is a Python binding for libgpod.

%files -n python-gpod
%{py_platsitedir}/gpod/

#----------------------------------------------------------------------------

%if %{with mono}
%package sharp
Summary:	Mono binding to libgpod for iPod access
Group:		Development/Other
BuildRequires:	gtk-sharp2
BuildRequires:	pkgconfig(gapi-2.0)
BuildRequires:	pkgconfig(mono)
Requires:	%{libname} = %{EVRD}

%description sharp
libgpod is a library meant to abstract access to an iPod content. It
provides an easy to use API to retrieve the list of files and playlist
stored on an iPod, to modify them and to save them back to the iPod.

This is a Mono binding for libgpod.

%files sharp
%dir %{_libdir}/%{name}/
%{_libdir}/%{name}/libgpod-sharp*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-gtk-doc \
	--enable-udev \
	--without-hal

%make

%install
%makeinstall_std

%if %{without mono}
rm -f %{buildroot}%{_libdir}/pkgconfig/libgpod-sharp.pc
%endif

%find_lang %{name}


%changelog

* Mon Sep 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3-1
- (fddbde2) Updated to 0.8.3, fix segfault and add several build-time patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23153 |14mu|libgsf-1.14.32-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	1
%define major	114
%define libname	%mklibname gsf- %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname	%mklibname -d gsf- %{api}


Summary:	GNOME Structured File library

Name:		libgsf
Epoch:		1
Version:	1.14.32
Release:	1
Group:		System/Libraries
License:	LGPLv2
URL:		http://www.gnumeric.org
Source0:	ftp://ftp.gnome.org:21/pub/GNOME/sources/libgsf/1.14/%{name}-%{version}.tar.xz

BuildRequires:	GConf2
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	bzip2-devel
BuildRequires:	pygtk2.0-devel
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.8.0
BuildRequires:	pkgconfig(gnome-vfs-2.0) >= 2.2.0
BuildRequires:	pkgconfig(gnome-vfs-module-2.0) >= 2.2.0
BuildRequires:	pkgconfig(gobject-2.0) >= 2.6.0
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6.4
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0 
BuildRequires:	pkgconfig(libbonobo-2.0) >= 2.0.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.4.16
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(pygobject-2.0)

%description
A library for reading and writing structured files (eg MS OLE and Zip).

%package -n %{libname}
Summary:	%{summary}

Group:		%{group}

%description -n %{libname}
A library for reading and writing structured files (eg MS OLE and Zip).

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}

Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Support files necessary to compile applications with libgsf

Group:		Development/C
Requires:	%{libname} = %{epoch}:%{version}-%{release}
Requires:	%{girname} = %{epoch}:%{version}-%{release}
Provides:	%{name}-%{api}-devel = %{epoch}:%{version}-%{release}
Provides:	%{name}-devel = %{epoch}:%{version}-%{release}
Obsoletes:	%mklibname -d gsf- 1 114

%description -n %{devname}
Libraries, headers, and support files necessary to compile
applications using libgsf.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-python \
	--enable-gtk-doc \
	--enable-introspection

%make

%install
%makeinstall_std

# remove unpackaged files
rm -rf %{buildroot}%{_datadir}/doc/libgsf

%find_lang libgsf

%files -f %{name}.lang
%doc AUTHORS COPYING README
# %{_bindir}/gsf
%{_bindir}/gsf-vba-dump
%{_bindir}/gsf-office-thumbnailer
%{_datadir}/thumbnailers/gsf-office.thumbnailer
%{_mandir}/man1/*
%{_bindir}/gsf
%{_datadir}/gtk-doc/html/gsf

%files -n %{libname}
%{_libdir}/libgsf*-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gsf-%{api}.typelib

%files -n %{devname}
# %doc %{_datadir}/gtk-doc/html/gsf
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/*.gir

%changelog
* Thu Mar 12 2015 Tigro <ashejn@yandex-team.ru> 1:1.14.32-1
+ Revision: 70df85d
- update to 1.14.32



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23154 |14mu|libgsf-1.14.34-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	1
%define major	114
%define libname	%mklibname gsf- %{api} %{major}
%define girname %mklibname %{name}-gir %{api}
%define devname	%mklibname -d gsf- %{api}


Summary:	GNOME Structured File library

Name:		libgsf
Epoch:		1
Version:	1.14.34
Release:	1
Group:		System/Libraries
License:	LGPLv2
URL:		http://www.gnumeric.org
Source0:	ftp://ftp.gnome.org:21/pub/GNOME/sources/libgsf/1.14/%{name}-%{version}.tar.xz

BuildRequires:	GConf2
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	bzip2-devel
BuildRequires:	pygtk2.0-devel
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.8.0
BuildRequires:	pkgconfig(gnome-vfs-2.0) >= 2.2.0
BuildRequires:	pkgconfig(gnome-vfs-module-2.0) >= 2.2.0
BuildRequires:	pkgconfig(gobject-2.0) >= 2.6.0
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6.4
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0 
BuildRequires:	pkgconfig(libbonobo-2.0) >= 2.0.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.4.16
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(pygobject-2.0)

%description
A library for reading and writing structured files (eg MS OLE and Zip).

%package -n %{libname}
Summary:	%{summary}

Group:		%{group}

%description -n %{libname}
A library for reading and writing structured files (eg MS OLE and Zip).

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}

Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Support files necessary to compile applications with libgsf

Group:		Development/C
Requires:	%{libname} = %{epoch}:%{version}-%{release}
Requires:	%{girname} = %{epoch}:%{version}-%{release}
Provides:	%{name}-%{api}-devel = %{epoch}:%{version}-%{release}
Provides:	%{name}-devel = %{epoch}:%{version}-%{release}
Obsoletes:	%mklibname -d gsf- 1 114

%description -n %{devname}
Libraries, headers, and support files necessary to compile
applications using libgsf.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-python \
	--enable-gtk-doc \
	--enable-introspection

%make

%install
%makeinstall_std

# remove unpackaged files
rm -rf %{buildroot}%{_datadir}/doc/libgsf

%find_lang libgsf

%files -f %{name}.lang
%doc AUTHORS COPYING README
# %{_bindir}/gsf
%{_bindir}/gsf-vba-dump
%{_bindir}/gsf-office-thumbnailer
%{_datadir}/thumbnailers/gsf-office.thumbnailer
%{_mandir}/man1/*
%{_bindir}/gsf
%{_datadir}/gtk-doc/html/gsf

%files -n %{libname}
%{_libdir}/libgsf*-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Gsf-%{api}.typelib

%files -n %{devname}
# %doc %{_datadir}/gtk-doc/html/gsf
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/*.gir

%changelog

* Wed Jan 13 2016 dsilakov <denis.silakov@rosalab.ru> 1:1.14.34-1
- (8d82118) Merge pull request #2 from import/libgsf:auto_update
- (8d82118) Updated to 1.14.34 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23155 |14mu|libgweather-3.17.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)


%define api		3
%define major		6
%define gir_major	3.0

%define libname		%mklibname gweather %{api} %{major}
%define develname	%mklibname -d gweather
%define girname		%mklibname gweather-gir %{gir_major}
%define olddevelname %mklibname -d gnome-applets

Summary:	GNOME Weather applet library
Name:		libgweather
Version:	3.17.2
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/libgweather/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		libgweather-3.17.2-update-METAR.patch
BuildRequires:	intltool
BuildRequires:	libxml2-utils
BuildRequires:	pkgconfig(gconf-2.0) 
BuildRequires:	GConf2
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libsoup-gnome-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(geocode-glib-1.0)

%description
This is a library to provide Weather data to the GNOME panel applet.

%files -f %{name}-3.0.lang
%doc AUTHORS NEWS
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/locations.dtd
%{_datadir}/%{name}/Locations.xml
%{_datadir}/glib-2.0/schemas/org.gnome.GWeather.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.GWeather.gschema.xml

#------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	GNOME Weather applet library
Requires:	%{name} >= %{EVRD}

Obsoletes:	%{_lib}gweather3_1 < %{version}
Obsoletes:	%{_lib}gweather3_3 < %{version}

%description -n %{libname}
This is a library to provide Weather data to the GNOME panel applet.


%files -n %{libname}
%doc AUTHORS NEWS
%{_libdir}/libgweather-%{api}.so.%{major}*

#------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.


%files -n %{girname}
%doc AUTHORS NEWS
%{_libdir}/girepository-1.0/GWeather-%{gir_major}.typelib

#------------------------------------------

%package -n %{develname}
Group:		Development/C
Summary:	GNOME Weather applet library
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{olddevelname} < 2.21.3

%description -n %{develname}
This is a library to provide Weather data to the GNOME panel applet.


%files -n %{develname}
%doc AUTHORS NEWS
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*
%{_datadir}/gtk-doc/html/%{name}-3.0
%{_datadir}/gir-1.0/GWeather-%{gir_major}.gir

#------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--enable-introspection=yes \
	--disable-static \
	--disable-gtk-doc 

%make 

%install
%makeinstall_std
%find_lang %{name}-3.0 --all-name

%changelog

* Thu Sep 01 2016 alzim <alzim@bk.ru> 3.17.2-2
- (c33c689) Merge pull request #2 from alzim/libgweather:rosa2016.1
- (c33c689) Add patche



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23156 |14mu|libHX-3.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 28
%define libname %mklibname HX %{major}
%define devname %mklibname HX -d

Summary:	A library for common data structures and low level operations
Name:		libHX
Version:	3.22
Release:	1
Group:		System/Libraries
License:	GPLv3+ and LGPLv2+
Url:		http://libhx.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/libhx/%{name}/%{version}/libHX-%{version}.tar.xz

%description
A library for:
- A+R/B trees to use for lists or maps (associative arrays)
- Deques (double-ended queues) (Stacks (LIFO) / Queues (FIFOs))
- platform independent opendir-style directory access
- platform independent dlopen-style shared library access
- auto-storage strings with direct access
- command line option (argv) parser
- shell-style config file parser
- platform independent random number generator with transparent
  /dev/urandom support
- various string, memory and zvec ops

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for common data structures and low level operations
Group:		System/Libraries

%description -n %{libname}
- A+R/B trees to use for lists or maps (associative arrays)
- Deques (double-ended queues) (Stacks (LIFO) / Queues (FIFOs))
- platform independent opendir-style directory access
- platform independent dlopen-style shared library access
- auto-storage strings with direct access
- command line option (argv) parser
- shell-style config file parser
- platform independent random number generator with transparent
  /dev/urandom support
- various string, memory and zvec ops

%files -n %{libname}
/%{_lib}/libHX.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc doc/*
%{_includedir}/*
/%{_lib}/*.so
%{_libdir}/pkgconfig/libHX.pc
%{_datadir}/doc/libhx/libHX_Documentation.pdf

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# /sbin/mount.crypt from pam_mount uses libHX
%configure2_5x \
	--disable-static \
	--libdir=/%{_lib} \
	--with-pkgconfigdir=%{_libdir}/pkgconfig
%make

%install
%makeinstall_std


%changelog

* Tue Sep 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.22-1
- (bd5c8bb) New version 3.22
- (bd5c8bb) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23157 |14mu|libical-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname ical %{major}
%define libnamess %mklibname icalss %{major}
%define libnamevcal %mklibname icalvcal %{major}
%define devname %mklibname ical -d

Summary:	An implementation of basic iCAL protocols
Name:		libical
Version:	1.0.1
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://sourceforge.net/projects/freeassociation/
Source0:	https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0:		libical-1.0-avoid-putenv.patch
BuildRequires:	bison
Buildrequires:	cmake
BuildRequires:	flex

Requires:	tzdata

%description
Libical is an Open Source implementation of the IETF's iCalendar
Calendaring and Scheduling protocols (RFC 2445, 2446, and 2447).
It parses iCal components and provides a C API for manipulating
the component properties, parameters, and subcomponents.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Files for developing applications that use libical
Group:		System/Libraries

%description -n %{libname}
Libical is an Open Source implementation of the IETF's iCalendar
Calendaring and Scheduling protocols (RFC 2445, 2446, and 2447).
It parses iCal components and provides a C API for manipulating
the component properties, parameters, and subcomponents.

%files -n %{libname}
%{_libdir}/libical.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamess}
Summary:	Files for developing applications that use libical
Group:		System/Libraries

%description -n %{libnamess}
Libical is an Open Source implementation of the IETF's iCalendar
Calendaring and Scheduling protocols (RFC 2445, 2446, and 2447).
It parses iCal components and provides a C API for manipulating
the component properties, parameters, and subcomponents.

%files -n %{libnamess}
%{_libdir}/libicalss.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamevcal}
Summary:	Files for developing applications that use libical
Group:		System/Libraries

%description -n %{libnamevcal}
Libical is an Open Source implementation of the IETF's iCalendar
Calendaring and Scheduling protocols (RFC 2445, 2446, and 2447).
It parses iCal components and provides a C API for manipulating
the component properties, parameters, and subcomponents.

%files -n %{libnamevcal}
%{_libdir}/libicalvcal.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files for developing applications that use libical
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libnamess} = %{EVRD}
Requires:	%{libnamevcal} = %{EVRD}

%description -n %{devname}
The header files and libtool library for developing applications that
use libical.

%files -n %{devname}
%doc LICENSE ReadMe.txt THANKS
%doc doc/UsingLibical*
%{_includedir}/*
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_libdir}/cmake/LibIcal

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Sat Mar 14 2015 Tigro <ashejn@yandex-team.ru> 1.0.1-1
- (ab3bb7c) update %doc section



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23158 |14mu|libice-1.0.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname ice %{major}
%define develname %mklibname ice -d

Name:		libice
Summary:	X Inter Client Exchange Library
Version:	1.0.9
Release:	5
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	ftp://xorg.freedesktop.org/pub/individual/lib/libICE-%{version}.tar.bz2

BuildRequires:  pkgconfig(libbsd)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1
BuildRequires:	x11-xtrans-devel >= 1.0.0

%description
libice provides an interface to ICE, the Inter-Client Exchange protocol.
Motivated by issues arising from the need for X Window System clients to
share data with each other, the ICE protocol provides a generic framework for
building protocols on top of reliable, byte-stream transport connections. It
provides basic mechanisms for setting up and shutting down connections, for
performing authentication, for negotiating versions, and for reporting
errors.

%package -n %{libname}
Summary:	X Inter Client Exchange Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libname}
libice provides an interface to ICE, the Inter-Client Exchange protocol.
Motivated by issues arising from the need for X Window System clients to
share data with each other, the ICE protocol provides a generic framework for
building protocols on top of reliable, byte-stream transport connections. It
provides basic mechanisms for setting up and shutting down connections, for
performing authentication, for negotiating versions, and for reporting
errors.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libice-devel = %{version}-%{release}
Obsoletes:	%{_lib}ice6-devel < 1.0.8
Obsoletes:	%{_lib}ice-static-devel < 1.0.8
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -q -n libICE-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std
mv %{buildroot}/%{_datadir}/doc/lib{ICE,ice}

%files -n %{libname}
%{_libdir}/libICE.so.%{major}*

%files -n %{develname}
%{_datadir}/doc/libice
%{_libdir}/libICE.so
%{_libdir}/pkgconfig/ice.pc
%{_includedir}/X11/ICE/ICEutil.h
%{_includedir}/X11/ICE/ICE.h
%{_includedir}/X11/ICE/ICEproto.h
%{_includedir}/X11/ICE/ICEconn.h
%{_includedir}/X11/ICE/ICElib.h
%{_includedir}/X11/ICE/ICEmsg.h


%changelog

* Thu Nov 16 2017 keleg <vladimir.potapov@rosalab.ru> 1.0.9-5
- (0b7eca9) Merge pull request #1 from import/libice:rosa2016.1
- (0b7eca9) Fix CVE-2017-2626



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23159 |14mu|libicns-0.8.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname icns %{major}
%define devname %mklibname icns -d

Summary:	Library for manipulating MacOS X icns files
Name:		libicns
Version:	0.8.1
Release:	6
License:	GPL, LGPL
Group:		System/Libraries
Url:		http://icns.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/icns/icns/libicns-%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(libpng)

%description
%{name} is a library providing functionality for easily reading and
writing MacOS X icns files.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library files for %{name}
Group:		System/Libraries

%description -n %{libname}
%{name} is a library providing functionality for easily reading and
writing MacOS X icns files.

%files -n %{libname}
%{_libdir}/libicns.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel package for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
%{name} is a library providing functionality for easily reading and
writing MacOS X icns files.

This package contains libraries and header files need for development.

%files -n %{devname}
%doc src/apidocs.*
%{_includedir}/icns.h
%{_libdir}/libicns.so
%{_libdir}/pkgconfig/libicns.pc

#----------------------------------------------------------------------------

%package -n libicns-utils
Summary:	Utilities for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n libicns-utils
Software for library for manipulating MacOS X .icns icon format.
Currently provides support for reading and writing icns files
in most sizes.

Also provides utilities for manipulating files in the .icns format:
* icns2png - convert Mac OS icns files to png images
* png2icns - convert png images to Mac OS icns files
* icontainer2icns - extract icns files from icontainers

%files -n libicns-utils
%doc README
%{_bindir}/icns2png
%{_bindir}/icontainer2icns
%{_bindir}/png2icns
%{_mandir}/man1/icns2png.1*
%{_mandir}/man1/icontainer2icns.1*
%{_mandir}/man1/png2icns.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make

%install
%makeinstall_std


%changelog

* Tue Dec 05 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-6
- (c7e7d3e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23160 |14mu|libidn-1.33-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 11
%define libname %mklibname idn %{major}
%define devname %mklibname idn -d

%{?build_java}%{?!build_java:%bcond_without java}
%{?build_mono}%{?!build_mono:%bcond_without mono}

Summary:	Internationalized string processing library
Name:		libidn
Version:	1.33
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.gnu.org/software/libidn/
Source0:	http://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz
Source1:	http://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz.sig
Patch0:		libidn-1.32-automake-1.12.patch
BuildRequires:	gengetopt
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	texinfo
BuildRequires:	gettext-devel
%if %{with java}
BuildRequires:	java-rpmbuild
BuildRequires:	valgrind
%endif
%if %{with mono}
BuildRequires:	mono
%endif

%description
GNU Libidn is an implementation of the Stringprep, Punycode and
IDNA specifications defined by the IETF Internationalized Domain
Names (IDN) working group, used for internationalized domain
names.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Internationalized string processing library
Group:		System/Libraries

%description -n	%{libname}
GNU Libidn is an implementation of the Stringprep, Punycode and
IDNA specifications defined by the IETF Internationalized Domain
Names (IDN) working group, used for internationalized domain
names.

%files -n %{libname}
%{_libdir}/libidn.so.%{major}*
%{_infodir}/%{libname}.info*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the %{libname} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	idn-devel = %{EVRD}
Obsoletes:	%{_lib}idn11-devel < 1.25

%description -n %{devname}
Development files for the %{libname} library.

%files -n %{devname} -f %{devname}.filelist
%doc doc/libidn.html TODO libc/example.c examples/README examples/Makefile.*
%{_libdir}/libidn.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package -n idn
Summary:	Commandline interface to the %{libname} library
Group:		System/Servers

%description -n idn
This package provides the commandline interface to the
%{libname} library.

%files -n idn -f %{name}.lang
%doc ChangeLog FAQ README THANKS contrib
%{_bindir}/idn
%{_mandir}/man1/idn.1*
%{_datadir}/*emacs/site-lisp/*.el

#----------------------------------------------------------------------------

%if %{with java}
%package -n %{libname}-java
Summary:	Java support for the %{name}
Group:		Development/Java
Provides:	%{name}-java = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{libname}-java
Java support for the %{name}.

%files -n %{libname}-java
%{_datadir}/java/*.jar
%endif

#----------------------------------------------------------------------------

%if %{with mono}
%package -n %{libname}-mono
Summary:	Mono support for the %{name}
Group:		Development/Other
Provides:	%{name}-mono = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{libname}-mono
Mono support for the %{name}.

%files -n %{libname}-mono
%{_libdir}/*.dll
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

# Name directory sections consistently in the info file, rhbz #209491
sed -i '/^INFO-DIR-SECTION/{s/GNU Libraries/Libraries/;s/GNU utilities/Utilities/;}' doc/libidn.info

iconv -f ISO-8859-1 -t UTF-8 doc/libidn.info > iconv.tmp
mv iconv.tmp doc/libidn.info

%build
autoreconf -fi

%configure2_5x \
%if %{with java}
	--enable-java \
	--enable-valgrind-tests \
%endif
%if %{with mono}
	--enable-csharp=mono \
%endif
	--disable-rpath \
	--disable-static

make

%install
%makeinstall_std

# fix "invalid-lc-messages-dir":
rm -rf %{buildroot}%{_datadir}/locale/en@*quot

# make a nice list for docs
find doc -type f | sed 's/^/%{doc} /' | \
    grep -v "Makefile*" | \
    grep -v "\.tex*" | \
    grep -v "\.info" | \
    grep -v "\.1" | \
    grep -v "\.3" | \
    grep -v "\.sgml" | \
    grep -v "\.xml" | \
    grep -v "gdoc" | \
    grep -v "mdate-sh" > %{libname}-devel.filelist

find examples -type f -name ".c" | sed 's/^/%{doc} /' >> %{devname}.filelist

#(tpg) really not needed... also got lzma'd :)

rm -rf %{buildroot}%{_infodir}/*.png*

# this fixes a file clash in a mixed arch env
mv %{buildroot}%{_infodir}/%{name}.info %{buildroot}%{_infodir}/%{libname}.info

%find_lang %{name}

%changelog

* Tue Aug 23 2016 Denis Silakov <dsilakov@gmail.com> 1.33-1
- (2911aa7) Updated to 1.33



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23161 |14mu|libiec61883-1.2.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname iec61883_ %{major}
%define devname %mklibname iec61883 -d

Summary:	Streaming library for IEEE1394
Name:		libiec61883
Version:	1.2.0
Release:	12
License:	LGPLv2.1+
Group:		System/Libraries
Source0:	http://linux1394.org/dl/%{name}-%{version}.tar.gz
Url:		http://linux1394.org
BuildRequires:	pkgconfig(libraw1394) >= 1.2.0

%description
The libiec61883 library provides an higher level API for streaming DV,
MPEG-2 and audio over IEEE1394.  Based on the libraw1394 isochronous
functionality, this library acts as a filter that accepts DV-frames,
MPEG-2 frames or audio samples from the application and breaks these
down to isochronous packets, which are transmitted using libraw1394.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Streaming library for IEEE1394
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
The libiec61883 library provides an higher level API for streaming DV,
MPEG-2 and audio over IEEE1394.  Based on the libraw1394 isochronous
functionality, this library acts as a filter that accepts DV-frames,
MPEG-2 frames or audio samples from the application and breaks these
down to isochronous packets, which are transmitted using libraw1394.

%files -n %{libname}
%doc AUTHORS COPYING NEWS README
%{_libdir}/libiec61883.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libiec61883
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}iec61883_0-devel < 1.2.0-12
Obsoletes:	%{_lib}iec61883_0-devel < 1.2.0-12

%description -n %{devname}
Development libraries needed to build applications against libiec61883.

%files -n %{devname}
%doc examples/*.c
%{_libdir}/libiec61883.so
%{_includedir}/*
%{_libdir}/pkgconfig/libiec61883.pc

#----------------------------------------------------------------------------

%package utils
Summary:	Utilities for use with libiec61883
Group:		Communications
Requires:	%{name} = %{version}

%description utils
Utilities that make use of iec61883

%files utils
%{_bindir}/*
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q
perl -pi -e's,noinst,bin,' examples/Makefile.am

%build
autoreconf -i
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Fri Dec 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-12
+ Revision: 5dea185
- Properly name devel library package
- Don't build static library
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23162 |14mu|libimobiledevice-1.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname imobiledevice %{major}
%define devname %mklibname imobiledevice -d

Summary:	Library for connecting to Apple iPhone and iPod touch
Name:		libimobiledevice
Version:	1.2.0
Release:	3
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://libimobiledevice.org/
Source0:	http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
Patch0:		libimobiledevice-1.2.0-listen-local.patch

BuildRequires:	python-cython
BuildRequires:	swig
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libplist)
BuildRequires:	pkgconfig(libplist++)
BuildRequires:	pkgconfig(libtasn1)
BuildRequires:	pkgconfig(libusbmuxd)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)

%description
A library for connecting to Apple's iPhone or iPod touch devices.

%files
%doc AUTHORS COPYING.LESSER README
%{_bindir}/idevice*
%{_mandir}/man1/idevice*.1.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for connecting to Apple iPhone and iPod touch
Group:		System/Libraries

%description -n %{libname}
A library for connecting to Apple's iPhone or iPod touch devices.

%files -n %{libname}
%{_libdir}/libimobiledevice.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development package for libimobiledevice
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Files for development with libimobiledevice.

%files -n %{devname}
%{_libdir}/pkgconfig/libimobiledevice-1.0.pc
%{_libdir}/libimobiledevice.so
%{_includedir}/libimobiledevice

#----------------------------------------------------------------------------

%package -n python-imobiledevice
Summary:	Python bindings for libimobiledevice
Group:		Development/Python

%description -n python-imobiledevice
Python bindings for libimobiledevice.

%files -n python-imobiledevice
%{py_platsitedir}/imobiledevice.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi # for CVE-2013-2142 patch
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog

* Sat Oct 29 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.2.0-3
- (5f31153) only listen on loopback network interface (upstream fix)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23163 |14mu|libindicator-12.10.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3
%define major 7
%define libname %mklibname indicator %{major}
%define devname %mklibname indicator -d

%define libname3 %mklibname indicator %{api} %{major}
%define devname3 %mklibname indicator %{api} -d

Summary:	Panel indicator applet libraries
Name:		libindicator
Version:	12.10.1
Release:	4
License:	GPLv3+
Group:		System/Libraries
Url:		https://launchpad.net/libindicator
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)

%description
Panel indicator applet library.

This library contains information to build indicators to go into the indicator
applet.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Panel indicator applet - shared library files - gtk+2
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library files - gtk+2.

%files -n %{libname}
%{_libexecdir}/indicator-loader
%{_libdir}/libindicator.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Panel indicator applet - library development files - gtk+2
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains files that are needed to build applications gtk+2.

%files -n %{devname}
%dir %{_datadir}/%{name}
%{_includedir}/libindicator-0.4/
%{_libdir}/pkgconfig/indicator-0.4.pc
%{_libdir}/libindicator.so

#----------------------------------------------------------------------------

%package -n %{libname3}
Summary:	Panel indicator applet - shared library files - gtk+3
Group:		System/Libraries
Conflicts:	%{name}-tools < 0.5.0-2

%description -n %{libname3}
This package contains the shared library files - gtk+3.

%files -n %{libname3}
%{_libexecdir}/indicator-loader%{api}
%{_libdir}/libindicator%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname3}
Summary:	Panel indicator applet - library development files - gtk+3
Group:		Development/C
Requires:	%{libname3} = %{EVRD}
Obsoletes:	%{name}-tools < 0.5.0-2

%description -n %{devname3}
This package contains files that are needed to build applications - gtk+3.

%files -n %{devname3}
%doc ChangeLog AUTHORS COPYING
%{_includedir}/libindicator%{api}-0.4/
%{_datadir}/%{name}/80indicator-debugging
%{_libdir}/pkgconfig/indicator%{api}-0.4.pc
%{_libdir}/libindicator%{api}.so

#----------------------------------------------------------------------------

%prep
%setup -q

mkdir ../gtk3
cp -a . ../gtk3/
mv ../gtk3 .

%build
%global optflags %{optflags} -Wno-error=deprecated-declarations

%configure2_5x \
	--disable-static \
	--with-gtk=2 \
	--disable-tests

%make

pushd gtk3
%configure2_5x \
	--disable-static \
	--with-gtk=3 \
	--disable-tests

%make
popd

%install
%makeinstall_std
%makeinstall_std -C gtk3


%changelog

* Tue Jun 09 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 12.10.1-4
- (cf8c1cb) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23164 |14mu|libinput-0.13.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 10
%define libname %mklibname input %{major}
%define develname %mklibname -d input

Summary:	Handles input devices for display servers
Name:		libinput
Version:	0.13.0
Release:	1
License:	LGPLv2
Group:		System/Libraries
URL:		http://www.freedesktop.org/wiki/Software/libinput/
Source0:	http://www.freedesktop.org/software/libinput/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(mtdev)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libevdev)

%description
libinput is a library to handle input devices in Wayland
compositors and to provide a generic X.Org input driver.

%package -n %{libname}
Summary:	Libraries for libinput
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libname}
libinput is a library to handle input devices in Wayland
compositors and to provide a generic X.Org input driver.

%package -n %{develname}
Summary:	Development files and heders for %{name}
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{develname}
Development files and heders for %{name}.

%prep
%setup -q

%build
%configure

%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.la

%files
%{_libdir}/udev/libinput-device-group
%{_libdir}/udev/rules.d/80-libinput-device-groups.rules

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

%files -n %{develname}
%doc README.txt COPYING
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/*
%{_includedir}/*

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23165 |14mu|libinput-1.5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 10
%define libname %mklibname input %{major}
%define develname %mklibname -d input

%define _udevdir /lib/udev/

Summary:	Handles input devices for display servers
Name:		libinput
Version:	1.5.3
Release:	1
License:	LGPLv2
Group:		System/Libraries
URL:		http://www.freedesktop.org/wiki/Software/libinput/
Source0:	http://www.freedesktop.org/software/libinput/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(mtdev)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libevdev)
BuildRequires:	pkgconfig(libwacom)


%description
libinput is a library that handles input devices for display servers and other
applications that need to directly deal with input devices.

It provides device detection, device handling, input device event processing
and abstraction so minimize the amount of custom input code the user of
libinput need to provide the common set of functionality that users expect.

%package -n %{libname}
Summary:	Libraries for libinput
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libname}
libinput is a library that handles input devices for display servers and other
applications that need to directly deal with input devices.

It provides device detection, device handling, input device event processing
and abstraction so minimize the amount of custom input code the user of
libinput need to provide the common set of functionality that users expect.

%package -n %{develname}
Summary:	Development files and heders for %{name}
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{develname}
Development files and heders for %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static --disable-silent-rules \
	--with-udev-dir=%{_udevdir}

%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.la

%files
%{_udevdir}/libinput-device-group
%{_udevdir}/libinput-model-quirks
%{_udevdir}/rules.d/80-libinput-device-groups.rules
%{_udevdir}/rules.d/90-libinput-model-quirks.rules
%{_udevdir}/hwdb.d/90-libinput-model-quirks.hwdb
%{_bindir}/libinput-list-devices
%{_bindir}/libinput-debug-events
%{_mandir}/man1/libinput-list-devices.1*
%{_mandir}/man1/libinput-debug-events.1*

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

%files -n %{develname}
%doc README.txt COPYING
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/*
%{_includedir}/*

%changelog

* Wed Dec 07 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.5.3-1
- (4f8fc5e) Updated to version 1.5.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23166 |14mu|libisofs-1.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	6
%define libname	%mklibname isofs %{major}
%define devname	%mklibname isofs -d

Summary:	Library for creating ISO disc images
Name:		libisofs
Version:	1.4.2
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://libburnia-project.org/wiki/Libisofs
Source0:	http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
Source1:	http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz.sig
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	pkgconfig(libburn-1)

%description
Libisofs is a library that handles creating ISO disc image files. It
is intended to work together with libburn to write these images to
discs.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for creating ISO disc images
Group:		System/Libraries

%description -n %{libname}
Libisofs is a library that handles creating ISO disc image files. It
is intended to work together with libburn to write these images to
discs.

%files -n %{libname}
%{_libdir}/libisofs.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for development with %{name}
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
This package includes the header files for the %{name} package.

%files -n %{devname}
%doc README AUTHORS COPYRIGHT
%{_libdir}/libisofs.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# build documentation
doxygen doc/doxygen.conf

%changelog

* Sun Apr 24 2016 dsilakov <denis.silakov@rosalab.ru> 1.4.2-1
- (f2bccb9) Merge pull request #1 from alzim/libisofs:rosa2014.1
- (f2bccb9) Updated to 1.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23167 |14mu|libixion-0.12.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	0.12
%define major	0
%define libname	%mklibname ixion %{api} %{major}
%define devname	%mklibname ixion -d

Summary:	Threaded multi-target formula parser & interpreter
Name:		libixion
Version:	0.12.0
Release:	3
License:	MIT
Group:		Publishing
Url:		http://gitorious.org/ixion
Source0:	http://kohei.us/files/ixion/src/%{name}-%{version}.tar.xz
BuildRequires:	libtool
BuildRequires:	boost-devel
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(mdds-1.2)
BuildRequires:	pkgconfig(python2)

%description
Ixion is a general purpose formula parser & interpreter that can calculate
multiple named targets, or "cells".

#----------------------------------------------------------------------------

%package tools
Summary:	Spreadsheet file processing library
Group:		Publishing

%description tools
Tools to use ixion parser and interpreter from cli.

%files tools
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Threaded multi-target formula parser & interpreter
Group:		System/Libraries

%description -n %{libname}
Ixion is a general purpose formula parser & interpreter that can calculate
multiple named targets, or "cells".

%files -n %{libname}
%{_libdir}/libixion-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Threaded multi-target formula parser & interpreter
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
Ixion is a general purpose formula parser & interpreter that can calculate
multiple named targets, or "cells".

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x LIBS=-lboost_system \
	--disable-static \
	--disable-python

%make

%install
%makeinstall_std

%check
make check

%changelog

* Tue Mar 21 2017 alzim <alzim@bk.ru> 0.12.0-3
- (725e19d) Merge pull request #3 from alzim/libixion:rosa2014.1
- (725e19d) New version 0.12.0 New API 0.12 Now requires mdds-1.2 to build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23168 |14mu|libjit-0.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20140618

%define major 0
%define libname %mklibname jit %{major}
%define libjitdynamic %mklibname jitdynamic %{major}
%define libjitplus %mklibname jitplus %{major}
%define devname %mklibname jit -d

Summary:	Just-In-Time compiler library
Name:		libjit
Version:	0.1.3
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://savannah.gnu.org/projects/libjit/
Source0:	%{name}-%{version}-%{git}.tar.bz2
Patch0:		libjit-0.1.3-20140618-sfmt.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	texinfo

%description
LibJIT is a library that provides generic Just-In-Time compiler functionality
independent of any particular bytecode, language, or runtime. It started
off as a part of the DotGNU project and was used as the backend for DotGNU
Portable.NET JIT engine. Since then it has been used in a number of other
projects not related to DotGNU and became a separate project on its own right.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Just-In-Time compiler library
Group:		System/Libraries

%description -n %{libname}
LibJIT is a library that provides generic Just-In-Time compiler functionality
independent of any particular bytecode, language, or runtime. It started
off as a part of the DotGNU project and was used as the backend for DotGNU
Portable.NET JIT engine. Since then it has been used in a number of other
projects not related to DotGNU and became a separate project on its own right.

%files -n %{libname}
%{_libdir}/libjit.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libjitdynamic}
Summary:	Just-In-Time compiler library
Group:		System/Libraries

%description -n %{libjitdynamic}
LibJIT is a library that provides generic Just-In-Time compiler functionality
independent of any particular bytecode, language, or runtime. It started
off as a part of the DotGNU project and was used as the backend for DotGNU
Portable.NET JIT engine. Since then it has been used in a number of other
projects not related to DotGNU and became a separate project on its own right.

%files -n %{libjitdynamic}
%{_libdir}/libjitdynamic.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libjitplus}
Summary:	Just-In-Time compiler library
Group:		System/Libraries

%description -n %{libjitplus}
LibJIT is a library that provides generic Just-In-Time compiler functionality
independent of any particular bytecode, language, or runtime. It started
off as a part of the DotGNU project and was used as the backend for DotGNU
Portable.NET JIT engine. Since then it has been used in a number of other
projects not related to DotGNU and became a separate project on its own right.

%files -n %{libjitplus}
%{_libdir}/libjitplus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Just-In-Time compiler library
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Requires:	%{libjitdynamic} = %{EVRD}
Requires:	%{libjitplus} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for Just-In-Time compiler library.

%files -n %{devname}
%doc AUTHORS COPYING COPYING.LESSER ChangeLog NEWS README
%{_libdir}/*.so
%dir %{_includedir}/jit/
%{_includedir}/jit/*.h
%{_infodir}/%{name}.info*
%{_mandir}/man3/%{name}.3*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{git}
%patch0 -p1

%build
autoreconf -fi
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Mon Dec 29 2014 Rosa <rosa@abf.rosalinux.ru> 0.1.3-1
+ Revision: 843d750
- Automatic import for version 0.1.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23169 |14mu|libjpeg-turbo-1.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 8
%define libname %mklibname jpeg %{major}
%define devname %mklibname jpeg -d
%define sdevname %mklibname jpeg -d -s

%define majorturbo 0
%define libturbo %mklibname turbojpeg %{majorturbo}

%define major62 62
%define libname62 %mklibname jpeg %{major62}

Summary:	A MMX/SSE2 accelerated library for manipulating JPEG image files
Name:		libjpeg-turbo
Epoch:		1
Version:	1.4.0
Release:	1
License:	wxWidgets Library License
Group:		System/Libraries
Url:		http://sourceforge.net/projects/libjpeg-turbo
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
# These two allow automatic lossless rotation of JPEG images from a digital
# camera which have orientation markings in the EXIF data. After rotation
# the orientation markings are reset to avoid duplicate rotation when
# applying these programs again.
Source2:	http://jpegclub.org/jpegexiforient.c
Source3:	http://jpegclub.org/exifautotran.txt
Patch0:		jpeg-6b-c++fixes.patch
BuildRequires:	libtool >= 1.4
%ifarch %{ix86} x86_64
BuildRequires:	nasm
%endif

%description
This package contains a library of functions for manipulating JPEG images.
It is a high-speed, libjpeg-compatible version for x86 and x86-64
processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate
baseline JPEG compression and decompression. It is generally 2-4x as fast
as the unmodified version of libjpeg, all else being equal.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for manipulating JPEG image format files
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libjpeg.

%files -n %{libname}
%doc change.log ChangeLog.txt README README-turbo.txt
%{_libdir}/libjpeg.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libname62}
Summary:	A library for manipulating JPEG image format files
Group:		System/Libraries

%description -n %{libname62}
This package contains the library needed to run programs dynamically linked
with libjpeg.

%files -n %{libname62}
%{_libdir}/libjpeg.so.%{major62}*

#----------------------------------------------------------------------------

%package -n %{libturbo}
Summary:	TurboJPEG library
Group:		System/Libraries

%description -n %{libturbo}
This package contains the library needed to run programs dynamically linked
with libturbojpeg.

%files -n %{libturbo}
%{_libdir}/libturbojpeg.so.%{majorturbo}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs which will use the libjpeg library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libturbo} = %{EVRD}
Provides:	jpeg-devel = %{EVRD}
Conflicts:	jpeg6-devel
Conflicts:	%{_lib}turbojpeg < 1:1.3.0
Obsoletes:	%{_lib}turbojpeg < 1:1.3.0
Obsoletes:	%{mklibname jpeg 62 -d} < 6b-45

%description -n %{devname}
The libjpeg-turbo devel package includes the header files necessary for
developing programs which will manipulate JPEG files using the libjpeg
library.

%files -n %{devname}
%doc coderules.txt example.c jconfig.txt libjpeg.txt structure.txt
%{_libdir}/libjpeg.so
%{_libdir}/libturbojpeg.so
%{_includedir}/*.h

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libraries for programs which will use the libjpeg library
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	jpeg-static-devel = %{EVRD}
Conflicts:	jpeg6-static-devel
Obsoletes:	%{mklibname jpeg 62 -d -s} < 6b-45
Obsoletes:	%{mklibname jpeg 7 -d -s} < 7-3

%description -n %{sdevname}
The libjpeg static devel package includes the static libraries necessary
for developing programs which will manipulate JPEG files using the libjpeg
library.

%files -n %{sdevname}
%{_libdir}/libjpeg.a
%{_libdir}/libturbojpeg.a

#----------------------------------------------------------------------------

%package -n jpeg-progs
Summary:	Programs for manipulating JPEG format image files
Group:		Graphics
%rename		libjpeg-progs
%rename		jpeg6-progs

%description -n jpeg-progs
This package contains simple client programs for accessing the
libjpeg functions.  The library client programs include cjpeg, djpeg,
jpegtran, rdjpgcom, wrjpgcom and jpegexiforient, coupled with the script
exifautotran. Cjpeg compresses an image file into JPEG format. Djpeg
decompresses a JPEG file into a regular image file. Jpegtran can perform
various useful transformations on JPEG files: it can make lossless
cropping of JPEG files and lossless pasting of one JPEG into another
(dropping). Rdjpgcom displays any text comments included in a JPEG file.
Wrjpgcom inserts text comments into a JPEG file. Jpegexiforient allow
automatic lossless rotation of JPEG images from a digital camera which
have orientation markings in the EXIF data.

%files -n jpeg-progs
%doc usage.txt wizard.txt
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
# Fix perms
chmod -x README-turbo.txt

cp %{SOURCE2} jpegexiforient.c
cp %{SOURCE3} exifautotran

%build
CONFIGURE_TOP="$PWD"

mkdir -p jpeg8
pushd jpeg8
CFLAGS="%{optflags} -Ofast -funroll-loops" \
%configure2_5x \
	--enable-shared \
	--enable-static \
	--with-jpeg8
%make
popd

mkdir -p jpeg62
pushd jpeg62
CFLAGS="%{optflags} -Ofast -funroll-loops" \
%configure2_5x \
	--enable-shared \
	--disable-static
%make
popd

%__cc %{optflags} %{ldflags} -o jpegexiforient jpegexiforient.c

%install
make install-libLTLIBRARIES DESTDIR=%{buildroot} -C jpeg62
%makeinstall_std -C jpeg8

install -m755 jpegexiforient -D %{buildroot}%{_bindir}/jpegexiforient
install -m755 exifautotran -D %{buildroot}%{_bindir}/exifautotran

#(neoclust) Provide jpegint.h because it is needed by certain software
install -m644 jpegint.h -D %{buildroot}%{_includedir}/jpegint.h

# cleanup
rm -f %{buildroot}%{_docdir}/*


%changelog
* Sat Jan 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.4.0-1
+ Revision: 6b064e8
- New version 1.4.0, adjust spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23170 |14mu|libkcddb-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		libkcddb
Summary:	KDE4 library for retrieving and sending CDDB information
Version:	4.14.3
Release:	1
Epoch:		3
Group:		Graphical desktop/KDE
License:	GPLv2
URL:		http://projects.kde.org/projects/kde/kdemultimedia/libkcddb
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libmusicbrainz5)
Conflicts:	%{_lib}kcddb4 < 3:4.8.95
Conflicts:	kde4-audiocd < 3:4.8.95

%description
KDE4 library for retrieving and sending CDDB information.

%files
%{_kde_datadir}/config.kcfg/libkcddb.kcfg
%{_kde_services}/libkcddb.desktop
%{_kde_docdir}/HTML/en/kcontrol/cddbretrieval
%{_kde_libdir}/kde4/kcm_cddb.so

#------------------------------------------------------------------------------
%define kcddb_major 4
%define libkcddb %mklibname kcddb %{kcddb_major}

%package -n %{libkcddb}
Summary:	%{name} library
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libkcddb}
KDE4 library for retrieving and sending CDDB information.

%files -n %{libkcddb}
%{_kde_libdir}/libkcddb.so.%{kcddb_major}*

#------------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libkcddb} = %{EVRD}
Conflicts:	kdemultimedia4-devel < 3:4.8.95

%description devel
KDE4 library for retrieving and sending CDDB information.

This package contains header files needed if you wish to build applications
based on libkcddb.

%files devel
%{_kde_libdir}/libkcddb.so
%{_kde_libdir}/cmake/libkcddb
%{_kde_includedir}/*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: 4fec559
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23171 |14mu|libkcompactdisc-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		libkcompactdisc
Version:	4.14.3
Release:	1
Epoch:		3
Summary:	KDE library for playing & ripping CDs
Group:		System/Libraries
License:	GPLv2
URL:		https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(alsa)

%description
KDE library for playing & ripping CDs.

#------------------------------------------------------------------------------
%define kcompactdisc_major 4
%define libkcompactdisc %mklibname kcompactdisc %{kcompactdisc_major}

%package -n %{libkcompactdisc}
Summary:	KDE library for playing & ripping CDs
Group:		System/Libraries

%description -n %{libkcompactdisc}
KDE library for playing & ripping CDs.

%files -n %{libkcompactdisc}
%{_kde_libdir}/libkcompactdisc.so.%{kcompactdisc_major}
%{_kde_libdir}/libkcompactdisc.so.%{kcompactdisc_major}.*

#------------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libkcompactdisc} = %{EVRD}
Conflicts:	kdemultimedia4-devel < 3:4.8.95

%description devel
KDE library for playing & ripping CDs.

This package contains header files needed if you wish to build applications
based on libkcompactdisc.

%files devel
%{_kde_libdir}/libkcompactdisc.so
%{_kde_libdir}/cmake/libkcompactdisc
%{_kde_includedir}/*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: 35a668d
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23172 |14mu|libkdcraw-4.14.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	C++ interface around LibRaw library
Name:		libkdcraw
Version:	4.14.3
Release:	4
Epoch:		2
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	automoc4
BuildRequires:	kdelibs4-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libraw)

%description
Libkdcraw is a C++ interface around LibRaw library used to decode RAW
picture files. More information about LibRaw can be found at
http://www.libraw.org.

%files
%doc README AUTHORS NEWS TODO COPYING

#----------------------------------------------------------------------

%package common
Summary:	Non-library files for the kdcraw library
Group:		System/Libraries

%description common
Common files for the kdcraw library

%files common
%{_kde_appsdir}/libkdcraw
%{_kde_iconsdir}/hicolor/*/apps/kdcraw.png

#------------------------------------------------

%define kdcraw_major 23
%define libkdcraw %mklibname kdcraw %{kdcraw_major}

%package -n %{libkdcraw}
Summary:	Kdcraw library
Group:		System/Libraries
Requires:	%{name}-common
Obsoletes:	%{_lib}kdcraw20 < 2:4.9.0
Obsoletes:	%{_lib}kdcraw21 < 2:4.10.0
Obsoletes:	%{_lib}kdcraw22 < 2:4.12.0

%description -n %{libkdcraw}
Libkdcraw is a C++ interface around LibRaw library used to decode RAW
picture files. More information about LibRaw can be found at
http://www.libraw.org.

%files -n %{libkdcraw}
%{_kde_libdir}/libkdcraw.so.%{kdcraw_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libkdcraw} = %{EVRD}
Conflicts:	kdegraphics4-devel < 2:4.6.90

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_includedir}/libkdcraw/
%{_kde_libdir}/libkdcraw.so
%{_kde_libdir}/pkgconfig/libkdcraw.pc

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Fri Sep 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-4
- (509485a) Library package should not require the same version of common subpackage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23173 |14mu|libkdeedu-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Free Educational Software based on the KDE technologies
Name:		libkdeedu
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	automoc4
BuildRequires:	kdelibs4-devel

%description
Runtime library for KDE Education Application.

%files
%doc README AUTHORS
%dir %{_kde_appsdir}/kvtml/en
%{_kde_appsdir}/kvtml/en/animals.kvtml
%{_kde_appsdir}/kvtml/en/clothing.kvtml
%{_kde_appsdir}/kvtml/en/computers.kvtml
%{_kde_appsdir}/kvtml/en/currencies.kvtml
%{_kde_appsdir}/kvtml/en/easy.kvtml
%{_kde_appsdir}/kvtml/en/fruits.kvtml
%{_kde_appsdir}/kvtml/en/hard.kvtml
%{_kde_appsdir}/kvtml/en/inventions.kvtml
%{_kde_appsdir}/kvtml/en/medium.kvtml
%{_kde_appsdir}/kvtml/en/numbers.kvtml
%{_kde_appsdir}/kvtml/en/objects.kvtml
%{_kde_appsdir}/kvtml/en/people.kvtml
%{_kde_appsdir}/kvtml/en/professions.kvtml
%{_kde_appsdir}/kvtml/en/space.kvtml
%{_kde_appsdir}/kvtml/en/sports.kvtml
%{_kde_appsdir}/kvtml/en/transportation.kvtml
%{_kde_appsdir}/kvtml/en/vegetables.kvtml
%{_kde_appsdir}/kvtml/en/worldcapitals.kvtml
%{_iconsdir}/hicolor/*/actions/editplots.png
%{_iconsdir}/hicolor/*/actions/functionhelp.png
%{_iconsdir}/hicolor/*/actions/maximum.png
%{_iconsdir}/hicolor/*/actions/minimum.png
%{_iconsdir}/hicolor/*/actions/newdifferential.png
%{_iconsdir}/hicolor/*/actions/newfunction.png
%{_iconsdir}/hicolor/*/actions/newimplicit.png
%{_iconsdir}/hicolor/*/actions/newparametric.png
%{_iconsdir}/hicolor/*/actions/newpolar.png
%{_iconsdir}/hicolor/*/actions/resetview.png
%{_iconsdir}/hicolor/scalable/actions/deriv_func.svgz
%{_iconsdir}/hicolor/scalable/actions/editconstants.svgz
%{_iconsdir}/hicolor/scalable/actions/editplots.svgz
%{_iconsdir}/hicolor/scalable/actions/functionhelp.svgz
%{_iconsdir}/hicolor/scalable/actions/integral_func.svgz
%{_iconsdir}/hicolor/scalable/actions/maximum.svgz
%{_iconsdir}/hicolor/scalable/actions/minimum.svgz
%{_iconsdir}/hicolor/scalable/actions/newfunction.svgz
%{_iconsdir}/hicolor/scalable/actions/newparametric.svgz
%{_iconsdir}/hicolor/scalable/actions/newpolar.svgz
%{_iconsdir}/hicolor/scalable/actions/resetview.svgz
%{_iconsdir}/hicolor/*/actions/coords.png
%{_iconsdir}/hicolor/*/actions/deriv_func.png
%{_iconsdir}/hicolor/*/actions/editconstants.png
%{_iconsdir}/hicolor/*/actions/func.png
%{_iconsdir}/hicolor/*/actions/integral_func.png
%{_iconsdir}/hicolor/*/actions/lessen.png
%{_iconsdir}/hicolor/*/actions/magnify.png

#---------------------------------------------

%define keduvocdocument_major 4
%define libkeduvocdocument %mklibname keduvocdocument %{keduvocdocument_major}

%package -n %{libkeduvocdocument}
Summary:	Runtime library for KDE Education Application
Group:		System/Libraries

%description -n %{libkeduvocdocument}
Runtime library for KDE Education Application

%files -n %{libkeduvocdocument}
%{_kde_libdir}/libkeduvocdocument.so.%{keduvocdocument_major}*

#--------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libkeduvocdocument} = %{version}-%{release}
Conflicts:	kdeedu4-devel < 4.6.90

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_includedir}/libkdeedu
%{_kde_libdir}/libkeduvocdocument.so
%{_kde_libdir}/libqtmmlwidget.a
%{_kde_libdir}/cmake/%{name}

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: b7530ed
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23174 |14mu|libkdegames-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE games library
Name:		libkdegames
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
Url:		http://games.kde.org/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sndfile)

%description
This packages provides common code and data for many KDE games.

#-------------------------------------------------------------------------------

%package common
Summary:	Common files needed by KDE games
Group:		Graphical desktop/KDE
BuildArch:	noarch
Obsoletes:	kdegames4-core < 1:4.9.80

%description common
This package provides common files needed by KDE games such as carddecks
for KDE cardgames.

%files common
%{_kde_appsdir}/carddecks/
%{_kde_appsdir}/kconf_update/kgthemeprovider-migration.upd

#-------------------------------------------------------------------------------

%package corebindings
Summary:	Qml plugins for KDE games
Group:		Graphical desktop/KDE

%description corebindings
Qml plugins for KDE games.

%files corebindings
%{_kde_libdir}/kde4/imports/org/kde/games/core/KgItem.qml
%{_kde_libdir}/kde4/imports/org/kde/games/core/libcorebindingsplugin.so
%{_kde_libdir}/kde4/imports/org/kde/games/core/qmldir

#-------------------------------------------------------------------------------

%define libkdegames_major 6
%define libkdegames %mklibname kdegames %{libkdegames_major}

%package -n %{libkdegames}
Summary:	Runtime Library for KDE games
Group:		System/Libraries
Obsoletes:	%{_lib}kdegames4 < 1:4.8.0
Obsoletes:	%{_lib}kdegames5 < 1:4.9.0
Obsoletes:	%{_lib}kggzgames4 < 1:4.8.0
Obsoletes:	%{_lib}kggzmod4 < 1:4.8.0
Obsoletes:	%{_lib}kggznet4 < 1:4.8.0

%description -n %{libkdegames}
Runtime Library for KDE games.

%files -n %{libkdegames}
%{_kde_libdir}/libkdegames.so.%{libkdegames_major}*

#-------------------------------------------------------------------------------

%define libkdegamesprivate_major 1
%define libkdegamesprivate %mklibname kdegamesprivate 1

%package -n %{libkdegamesprivate}
Summary:	Runtime Library for KDE games
Group:		System/Libraries

%description -n %{libkdegamesprivate}
Runtime Library for KDE games.

%files -n %{libkdegamesprivate}
%{_kde_libdir}/libkdegamesprivate.so.%{libkdegamesprivate_major}*

#-------------------------------------------------------------------------------

%package devel
Summary:	Headers files for KDE games library
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Obsoletes:	kdegames4-devel < 1:4.9.80
Provides:	kdegames4-devel = %{EVRD}
Requires:	%{libkdegames} = %{EVRD}
Requires:	%{libkdegamesprivate} = %{EVRD}

%description devel
Headers files needed to build applications based on KDE games library.

%files devel
%{_kde_libdir}/cmake/KDEGames/*.cmake
%{_kde_libdir}/libkdegamesprivate.so
%{_kde_libdir}/libkdegames.so
%{_kde_includedir}/*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 910a1df
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23175 |14mu|libkexiv2-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 11
%define libname %mklibname kexiv2_ %{major}
%define devname %mklibname kexiv2 -d

Summary:	KDE4 wrapper around exiv2 library
Name:		libkexiv2
Version:	4.14.3
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	automoc4
Conflicts:	%{_lib}kexiv2_9 < 2:4.6.90

%description
Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures
metadata as EXIF/IPTC and XMP.

%files
%doc AUTHORS COPYING NEWS README TODO
%{_kde_appsdir}/libkexiv2/data/topicset.iptc-subjectcode.xml

#--------------------------------------------------------------------

%package -n %{libname}
Summary:	%{name} library
Group:		System/Libraries
Obsoletes:	%{_lib}kexiv2_10 < 2:4.8.90
Requires:	%{name}

%description -n %{libname}
Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures
metadata as EXIF/IPTC and XMP.

%files -n %{libname}
%{_kde_libdir}/libkexiv2.so.%{major}*

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	pkgconfig(exiv2)
Requires:	%{libname} = %{EVRD}
Conflicts:	kdegraphics4-devel < 2:4.6.10
Conflicts:	libkexiv2-devel < 2:4.12.1
Obsoletes:	libkexiv2-devel < 2:4.12.1

%description -n %{devname}
This package contains header files needed if you wish to build applications
based on libkexiv2.

%files -n %{devname}
%{_includedir}/libkexiv2
%{_libdir}/cmake/libkexiv2-*/*.cmake
%{_libdir}/pkgconfig/libkexiv2.pc
%{_libdir}/libkexiv2.so

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: 19a822f
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23176 |14mu|libkface-15.04.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname kface %{major}
%define devname %mklibname kface -d

Summary:	Library to perform face recognition and detection over pictures
Name:		libkface
Version:	15.04.1
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(opencv)

%description
Library to perform face recognition and detection over pictures.

#----------------------------------------------------------------------------

%package common
Summary:	Data files for face recognition and detection over pictures library
Group:		Graphical desktop/KDE
BuildArch:	noarch

%description common
Data files for face recognition and detection over pictures library.

%files common
%dir %{_kde_appsdir}/libkface/
%{_kde_appsdir}/libkface/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to perform face recognition and detection over pictures
Group:		System/Libraries
Requires:	%{name}-common

%description -n %{libname}
Library to perform face recognition and detection over pictures.

%files -n %{libname}
%{_kde_libdir}/libkface.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%dir %{_kde_includedir}/libkface/
%{_kde_includedir}/libkface/*.h
%{_kde_libdir}/libkface.so
%dir %{_kde_libdir}/cmake/Kface-*/
%{_kde_libdir}/cmake/Kface-*/*.cmake
%{_kde_libdir}/pkgconfig/libkface.pc

#----------------------------------------------------------------------------



%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Thu May 14 2015 Rosa <rosa@abf.rosalinux.ru> 2:15.04.1-1
- (d82aeeb) Automatic import for version 15.04.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23177 |14mu|libkgapi-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Library to access various Google services via their public API
Name:		libkgapi
Version:	2.2.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://progdan.cz/category/akonadi-google/
Source0:	http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
Patch0:		libkgapi-2.2.0-pkgconfig.patch
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepimlibs4-devel >= 3:4.13.80
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(QJson)

%description
LibKGAPI (previously called LibKGoogle) is a C++ library that implements APIs
for various Google services.

Currently supported APIs:
  - Calendar API v3 (https://developers.google.com/google-apps/calendar)
  - Contacts API v3 (https://developers.google.com/google-apps/contacts/v3/)
  - Tasks API v1 (https://developers.google.com/google-apps/tasks)
  - Latitude API v1 (https://developers.google.com/latitude/v1/)
  - Static Google Maps API v2
    (https://developers.google.com/maps/documentation/staticmaps/)
  - Drive API v2 (https://developers.google.com/drive/v2/reference)

#----------------------------------------------------------------------------

%define major2 2
%define libname2 %mklibname kgapi2_ %{major2}

%package -n %{libname2}
Summary:	Runtime library for %{name}
Group:		System/Libraries

%description -n %{libname2}
Runtime Library for %{name}.

%files -n %{libname2}
%{_kde_libdir}/libkgapi2.so.%{major2}
%{_kde_libdir}/libkgapi2.so.%{version}

#----------------------------------------------------------------------------

%define devname %mklibname kgapi -d

%package -n %{devname}
Summary:	Development files for libkgapi
Group:		Development/KDE and Qt
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname2} = %{EVRD}

%description -n %{devname}
Development files for libkgapi.

%files -n %{devname}
%{_kde_libdir}/libkgapi2.so
%{_kde_includedir}/*
%{_kde_libdir}/pkgconfig/*.pc
%{_kde_libdir}/cmake/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-1
+ Revision: ffaabde
- New version 2.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23178 |14mu|libkgeomap-15.04.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname kgeomap %{major}
%define devname %mklibname kgeomap -d

Summary:	Library for browsing and arranging photos on a map
Name:		libkgeomap
Version:	15.04.1
Release:	1
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	marble-devel
BuildRequires:	pkgconfig(libkexiv2)

%description
Library for browsing and arranging photos on a map.

#----------------------------------------------------------------------------

%package common
Summary:	Data files for browsing and arranging photos on a map library
Group:		Graphical desktop/KDE
BuildArch:	noarch

%description common
Data files for browsing and arranging photos on a map library.

%files common
%dir %{_kde_appsdir}/libkgeomap/
%{_kde_appsdir}/libkgeomap/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for browsing and arranging photos on a map
Group:		System/Libraries
Requires:	%{name}-common

%description -n %{libname}
Library for browsing and arranging photos on a map.

%files -n %{libname}
%{_kde_libdir}/libkgeomap.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_kde_appsdir}/cmake/modules/FindKGeoMap.cmake
%dir %{_kde_includedir}/libkgeomap/
%{_kde_includedir}/libkgeomap/*.h
%{_kde_libdir}/libkgeomap.so
%{_kde_libdir}/pkgconfig/libkgeomap.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Seems to be useless
rm -f %{buildroot}%{_kde_bindir}/libkgeomap_demo


%changelog

* Thu May 14 2015 Rosa <rosa@abf.rosalinux.ru> 2:15.04.1-1
- (afb1622) Automatic import for version 15.04.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23179 |14mu|libkipi-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Interface to use kipi-plugins for KDE
Name:		libkipi
Version:	4.14.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source:		ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	automoc4

%description
Libkipi is an interface to use kipi-plugins from a KDE image management
program like digiKam (http://www.digikam.org).

#------------------------------------------------

%package -n kipi-common
Summary:	Non-library files for the kipi library
Group:		System/Libraries

%description -n kipi-common
Common files and tools for the kipi library.

%files -n kipi-common
%doc README TODO AUTHORS COPYING
%{_kde_bindir}/kxmlkipicmd
%{_kde_appsdir}/kipi
%{_kde_appsdir}/kxmlkipicmd
%{_kde_iconsdir}/*/*/*/kipi.*
%{_kde_libdir}/kde4/kipiplugin_kxmlhelloworld.so
%{_kde_services}/kipiplugin_kxmlhelloworld.desktop
%{_kde_servicetypes}/kipiplugin.desktop

#------------------------------------------------

%define kipi_major 11
%define libkipi %mklibname kipi %{kipi_major}

%package -n %{libkipi}
Summary:	libkipi library
Group:		System/Libraries
Obsoletes:	%{_lib}kipi8 < 2:4.9.0
Obsoletes:	%{_lib}kipi9 < 2:4.10.0
Obsoletes:	%{_lib}kipi10 < 2:4.11.0

%description -n %{libkipi}
Libkipi is an interface to use kipi-plugins from a KDE image management
program like digiKam (http://www.digikam.org).

%files -n %{libkipi}
%{_kde_libdir}/libkipi.so.%{kipi_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel >= 2:%{version}
Requires:	%{libkipi} = %{EVRD}
Conflicts:	kdegraphics4-devel < 2:4.6.90

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_includedir}/%{name}
%{_kde_libdir}/libkipi.so
%{_kde_libdir}/pkgconfig/libkipi.pc

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: dd1622c
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23180 |14mu|libkmahjongg-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		libkmahjongg
Summary:	Library used for loading and rendering of Mahjongg tilesets
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://games.kde.org/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
This package provides the library for loading and rendering of Mahjongg
tilesets and associated backgrounds, used by KMahjongg, Kajongg and KShisen.

#------------------------------------------------------------------------------

%package -n kmahjongglib
Summary:	Common files needed by KMahjongg, Kajongg and KShisen
Group:		Games/Other
BuildArch:	noarch

%description -n kmahjongglib
Common files needed by KMahjongg, Kajongg and KShisen.

%files -n kmahjongglib
%{_kde_appsdir}/kmahjongglib

#-------------------------------------------------------------------------------

%define libkmahjongglib_major 4
%define libkmahjongglib %mklibname kmahjongglib %{libkmahjongglib_major}

%package -n %{libkmahjongglib}
Summary:	Runtime library for KMahjongg
Group:		System/Libraries
Requires:	kmahjongglib

%description -n %{libkmahjongglib}
Runtime library for KMahjongg.

%files -n %{libkmahjongglib}
%{_kde_libdir}/libkmahjongglib.so.%{libkmahjongglib_major}*

#-------------------------------------------------------------------------------

%package devel
Summary:	Headers files for KMahjongg library
Group:		Development/KDE and Qt
Conflicts:	kdegames4-devel < 1:4.9.80
Requires:	libkdegames-devel
Requires:	%{libkmahjongglib} = %{EVRD}

%description devel
Headers files needed to build applications based on KMahjongg library.

%files devel
%{_kde_libdir}/libkmahjongglib.so
%{_kde_includedir}/*

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: be6859c
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23181 |14mu|libkomparediff2-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname komparediff2_ %{major}
%define devname %mklibname komparediff2 -d

Summary:	KDE library to compare files and strings
Name:		libkomparediff2
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
KDE library to compare files and strings.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Kompare shared library
Group:		System/Libraries

%description -n %{libname}
Kompare shared library.

%files -n %{libname}
%doc COPYING
%{_kde_libdir}/libkomparediff2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libkomparediff2
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	kdesdk4-devel < 1:1.4.11.0
Conflicts:	kompare-devel < 1:1.4.12.0

%description -n %{devname}
This package includes the header files you will need to compile applications
based on libkomparediff2 library.

%files -n %{devname}
%doc COPYING
%{_kde_includedir}/%{name}
%{_kde_libdir}/cmake/%{name}/
%{_kde_libdir}/libkomparediff2.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 914dfa1
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23182 |14mu|libkqoauth-0.98-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kqoauth

%define major 0
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Summary:	C++/Qt OAuth 1.0 RFC 5849 library
Name:		libkqoauth
Version:	0.98
Release:	2
License:	LGPLv3+
Group:		System/Libraries
Url:		https://github.com/kypeli/kQOAuth
# https://github.com/kypeli/kQOAuth/archive/%%{version}.tar.gz
Source0:	kQOAuth-%{version}.tar.gz
Patch0:		libdir.patch
BuildRequires:	pkgconfig(QtNetwork) >= 4.7

%description
kQOAuth is a OAuth 1.0 library written for Qt in C++. The goals for the library
have been to provide easy integration to existing Qt applications utilizing Qt
signals describing the OAuth process, and to provide a convenient approach to
OAuth authentication. kQOAuth has support for retrieving the user authorization
from the service provider's website. kQOAuth will open the user's web browser
to the authorization page, give a local URL as the callback URL and setup a
HTTP server on this address to listen for the reply from the service and then
process it.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++/Qt OAuth 1.0 RFC 5849 library
Group:		System/Libraries

%description -n %{libname}
kQOAuth is a OAuth 1.0 library written for Qt in C++. The goals for the library
have been to provide easy integration to existing Qt applications utilizing Qt
signals describing the OAuth process, and to provide a convenient approach to
OAuth authentication. kQOAuth has support for retrieving the user authorization
from the service provider's website. kQOAuth will open the user's web browser
to the authorization page, give a local URL as the callback URL and setup a
HTTP server on this address to listen for the reply from the service and then
process it.

%files -n %{libname}
%doc COPYING CHANGELOG README*
%{_libdir}/lib%{oname}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name} = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%doc COPYING CHANGELOG README*
%{_includedir}/QtKOAuth/
%{_libdir}/%{name}.so
%{_libdir}/%{name}.prl
%{_libdir}/pkgconfig/kqoauth.pc
%{_prefix}/lib/qt4/mkspecs/features/kqoauth.prf

#----------------------------------------------------------------------------

%prep
%setup -qn kQOAuth-%{version}
%patch0 -p1

%build
%qmake_qt4 \
	PREFIX=%{_prefix} \
	KQOAUTH_LIBDIR=%{_libdir} \
	QMAKE_STRIP="" \
	QMAKE_CXXFLAGS+="%{optflags}"
%make

%install
%make_install INSTALL_ROOT=%{buildroot}


%changelog

* Thu May 14 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.98-2
- (db10a62) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23183 |14mu|libksane-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A library for dealing with scanners
Name:		libksane
Version:	4.14.3
Release:	1
Epoch:		2
Group:		System/Libraries
License:	GPLv2
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	sane-devel
BuildRequires:	automoc4
Conflicts:	kdegraphics4-core < 2:4.6.90

%description
LibKSane is a KDE interface for SANE library to control flat scanner.

%files
%{_kde_iconsdir}/hicolor/*/actions/black-white.png
%{_kde_iconsdir}/hicolor/*/actions/color.png
%{_kde_iconsdir}/hicolor/*/actions/gray-scale.png

#------------------------------------------------

%define ksane_major 0
%define libksane %mklibname ksane %{ksane_major}

%package -n %{libksane}
Summary:	A library for dealing with scanners
Group:		System/Libraries

%description -n %{libksane}
LibKSane is a KDE interface for SANE library to control flat scanners.

%files -n %{libksane}
%{_kde_libdir}/libksane.so.%{ksane_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	sane-devel
Requires:	%{libksane} = %{EVRD}
Conflicts:	kdegraphics4-devel < 2:4.6.90

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_kde_includedir}/%{name}
%{_kde_libdir}/cmake/KSane/KSaneConfig.cmake
%{_kde_libdir}/libksane.so
%{_kde_libdir}/pkgconfig/libksane.pc

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: 2428945
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23184 |14mu|libksba-1.3.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 8
%define libname %mklibname ksba %{major}
%define devname %mklibname ksba -d

Summary:	Library handling X.509 certificates and CMS data
Name:		libksba
Version:	1.3.5
Release:	1
License:	GPLv3+
Group:		System/Libraries
Url:		http://www.gnupg.org/
Source0:	ftp://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gpg-error) >= 1.8

%description
KSBA is a library designed to build software based on the X.509
and CMS protocols.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library handling X.509 certificates and CMS data
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
KSBA is a library designed to build software based on the X.509
and CMS protocols.

%files -n %{libname}
%{_libdir}/libksba.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name} package
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
KSBA is a library designed to build software based on the X.509
and CMS protocols.

This package contains files needed to develop applications using
%{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog README THANKS TODO
%{multiarch_bindir}/ksba-config
%{_bindir}/ksba-config
%{_datadir}/aclocal/*
%{_includedir}/*.h
%{_infodir}/*.info*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/ksba-config

%check
%make check


%changelog

* Fri Sep 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.5-1
- (f4f3430) New version 1.3.5
- (f4f3430) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23185 |14mu|libkscreen-1.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Display configuration library
Name:		libkscreen
Version:	1.0.5
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/libs/libkscreen
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
# Upstream patches
Patch10:	001-fix-crash-xrandr1.1.patch
Patch11:	002-cmake-target.patch
Patch12:	003-cmake-quoting.patch
Patch13:	004-cmake-qjson.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-renderutil)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(QJson)
Requires:	kdebase4-runtime

%description
LibKScreen is a library that provides access to current configuration
of connected displays and ways to change the configuration.

%files
%{_kde_libdir}/kde4/plugins/kscreen/KSC_Fake.so
%{_kde_libdir}/kde4/plugins/kscreen/KSC_XRandR.so
%{_kde_libdir}/kde4/plugins/kscreen/KSC_XRandR11.so

#------------------------------------------------------------------------------

%define major 1
%define libname %mklibname kscreen %{major}

%package -n %{libname}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libname}
LibKScreen is a library that provides access to current configuration
of connected displays and ways to change the configuration.

%files -n %{libname}
%{_kde_libdir}/libkscreen.so.%{major}*

#------------------------------------------------------------------------------

%define devname %mklibname kscreen -d

%package -n %{devname}
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
Files needed to build applications based on %{name}.

%files -n %{devname}
%{_kde_includedir}/kscreen
%{_kde_libdir}/cmake/LibKScreen
%{_kde_libdir}/libkscreen.so
%{_kde_libdir}/pkgconfig/kscreen.pc

#------------------------------------------------------------------------------

%prep
%setup -q
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Sat May 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.5-1
- (8bf9004) New version 1.0.5
- (8bf9004) Add patches from upstream to fix crash with XRandr 1.1 backend and various cmake issues



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23186 |14mu|libkscreen-kf5-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libkscreen

Summary:	KDE Frameworks 5 display configuration library
Name:		%{oname}-kf5
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5wayland-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-randr)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xrandr)

%description
KDE Frameworks 5 display configuration library. It provides access to current
configuration of connected displays and ways to change the configuration.

%files
%{_kde5_bindir}/kscreen-doctor
%{_kde5_libexecdir}/kf5/kscreen_backend_launcher
%{_kde5_plugindir}/kscreen/*.so
%{_datadir}/dbus-1/services/org.kde.kscreen.service

#----------------------------------------------------------------------------

%define kf5screen_major 7
%define libkf5screen %mklibname kf5screen %{kf5screen_major}

%package -n %{libkf5screen}
Summary:	KDE Frameworks 5 display configuration shared library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libkf5screen}
KDE Frameworks 5 display configuration shared library.

%files -n %{libkf5screen}
%{_kde5_libdir}/libKF5Screen.so.%{kf5screen_major}
%{_kde5_libdir}/libKF5Screen.so.%{version}

#----------------------------------------------------------------------------

%define devkf5screen %mklibname kf5screen -d

%package -n %{devkf5screen}
Summary:	Development files for KDE Frameworks 5 display configuration library
Group:		Development/KDE and Qt
Requires:	%{libkf5screen} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devkf5screen}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5screen}
%{_kde5_includedir}/KF5/KScreen
%{_kde5_includedir}/KF5/kscreen_version.h
%{_kde5_libdir}/cmake/KF5Screen
%{_kde5_libdir}/pkgconfig/kscreen2.pc
%{_kde5_libdir}/libKF5Screen.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (cbd0112) Update files (add /usr/bin/kscreen-doctor)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23187 |14mu|libksysguard-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 KDE System Guard library
Name:		libksysguard
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
Patch0:		libksysguard-5.4.3-rename-translations.patch
Patch1:		libksysguard-5.5.2-rename-libraries.patch
# Don't apply these for now, may be unpredictable
Patch2:		libksysguard-5.2.1-rename-scripts.patch
Patch3:		libksysguard-5.2.1-rename-helper-services.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kauth-devel
BuildRequires:	kcompletion-devel
BuildRequires:	kcoreaddons-devel
BuildRequires:	kconfig-devel
BuildRequires:	kconfigwidgets-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	ki18n-devel
BuildRequires:	kiconthemes-devel
BuildRequires:	kservice-devel
BuildRequires:	kwidgetsaddons-devel
BuildRequires:	kwindowsystem-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
Conflicts:	kdebase4-workspace

%description
Plasma 5 KDE System Guard library.

%files
%{_kde5_datadir}/ksysguard/scripts
%{_kde5_libexecdir}/kauth/ksysguardprocesslist_helper
%{_kde5_sysconfdir}/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
%{_datadir}/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service
%{_datadir}/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy

#----------------------------------------------------------------------------

%package i18n
Summary:	Plasma 5 KDE System Guard library translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
Plasma 5 KDE System Guard library translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define ksgrd5_major 7
%define libksgrd5 %mklibname ksgrd5_ %{ksgrd5_major}

%package -n %{libksgrd5}
Summary:	Plasma 5 KDE System Guard shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libksgrd5}
Plasma 5 KDE System Guard shared library.

%files -n %{libksgrd5}
%{_kde5_libdir}/libksgrd5.so.%{ksgrd5_major}
%{_kde5_libdir}/libksgrd5.so.%{version}

#----------------------------------------------------------------------------

%define ksignalplotter5_major 7
%define libksignalplotter5 %mklibname ksignalplotter5_ %{ksignalplotter5_major}

%package -n %{libksignalplotter5}
Summary:	Plasma 5 KDE System Guard shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libksignalplotter5}
Plasma 5 KDE System Guard shared library.

%files -n %{libksignalplotter5}
%{_kde5_libdir}/libksignalplotter5.so.%{ksignalplotter5_major}
%{_kde5_libdir}/libksignalplotter5.so.%{version}

#----------------------------------------------------------------------------

%define lsofui5_major 7
%define liblsofui5 %mklibname lsofui5_ %{lsofui5_major}

%package -n %{liblsofui5}
Summary:	Plasma 5 KDE System Guard shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{liblsofui5}
Plasma 5 KDE System Guard shared library.

%files -n %{liblsofui5}
%{_kde5_libdir}/liblsofui5.so.%{lsofui5_major}
%{_kde5_libdir}/liblsofui5.so.%{version}

#----------------------------------------------------------------------------

%define processcore5_major 7
%define libprocesscore5 %mklibname processcore5_ %{processcore5_major}

%package -n %{libprocesscore5}
Summary:	Plasma 5 KDE System Guard shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libprocesscore5}
Plasma 5 KDE System Guard shared library.

%files -n %{libprocesscore5}
%{_kde5_libdir}/libprocesscore5.so.%{processcore5_major}
%{_kde5_libdir}/libprocesscore5.so.%{version}

#----------------------------------------------------------------------------

%define processui5_major 7
%define libprocessui5 %mklibname processui5_ %{processui5_major}

%package -n %{libprocessui5}
Summary:	Plasma 5 KDE System Guard shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libprocessui5}
Plasma 5 KDE System Guard shared library.

%files -n %{libprocessui5}
%{_kde5_libdir}/libprocessui5.so.%{processui5_major}
%{_kde5_libdir}/libprocessui5.so.%{version}

#----------------------------------------------------------------------------

%define devksysguard5 %mklibname ksysguard5 -d

%package -n %{devksysguard5}
Summary:	Development files for Plasma 5 KDE System Guard library
Group:		Development/KDE and Qt
Requires:	%{libksgrd5} = %{EVRD}
Requires:	%{libksignalplotter5} = %{EVRD}
Requires:	%{liblsofui5} = %{EVRD}
Requires:	%{libprocesscore5} = %{EVRD}
Requires:	%{libprocessui5} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5sysguard-devel = %{version}

%description -n %{devksysguard5}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devksysguard5}
%{_includedir}/ksysguard5
%{_kde5_libdir}/cmake/KF5SysGuard
%{_kde5_libdir}/libksgrd5.so
%{_kde5_libdir}/libksignalplotter5.so
%{_kde5_libdir}/liblsofui5.so
%{_kde5_libdir}/libprocesscore5.so
%{_kde5_libdir}/libprocessui5.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

for oldlang in po/*/*.po
do
    newlang=`echo $oldlang | sed s,\.po,5\.po,g`
    mv $oldlang $newlang
done

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (850a594) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23188 |14mu|libkvkontakte-4.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname kvkontakte %{major}
%define devname %mklibname kvkontakte -d

Summary:	Library for asynchronous interaction with vkontakte social network
Name:		libkvkontakte
Group:		System/Libraries
Version:	4.12.0
Release:	2
License:	LGPLv2.1+
Url:		https://projects.kde.org/projects/extragear/libs/libkvkontakte
Source0:	http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		libkvkontakte-4.12.0-cmake.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(QJson)

%description
KDE C++ library for asynchronous interaction with vkontakte.ru social
network via its open API.

#----------------------------------------------------------------------------

%package i18n
Summary:	%{name} translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
%{name} translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	%{name} shared library
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libname}
KDE C++ library for asynchronous interaction with vkontakte.ru social
network via its open API.

%files -n %{libname}
%{_kde_libdir}/libkvkontakte.so.%{major}
%{_kde_libdir}/libkvkontakte.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	%{name} developpement files
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	libkvkontakte-devel = %{EVRD}
Provides:	kvkontakte-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and headers files needed to develop
progams that need libkvkontakte.

%files -n %{devname}
%{_kde_includedir}/libkvkontakte/
%{_kde_libdir}/cmake/LibKVkontakte/
%{_kde_libdir}/libkvkontakte.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name}

%changelog

* Sat May 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.12.0-2
- (c30dd94) Add patch to fix build with new cmake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23189 |14mu|liblangtag-0.4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname langtag %{major}
%define devname %mklibname langtag -d

Summary:	An interface library to access tags for identifying languages
Name:		liblangtag
Version:	0.4.0
Release:	4
License:	LGPLv3+
Group:		System/Internationalization
Url:		https://github.com/tagoh/liblangtag/
Source0:	https://github.com/downloads/tagoh/%{name}/%{name}-%{version}.tar.bz2
Patch0:		0001-Fix-build-issues-with-MSVC.patch
Patch1:		fix-format-not-a-string-literal.diff
Patch2:		fix-linking.diff
BuildRequires:	gtk-doc
BuildRequires:	libtool
BuildRequires:	pkgconfig(libxml-2.0)

%description
An interface library to access tags for identifying languages.

Features:
* several subtag registry database supports:
  - language
  - extlang
  - script
  - region
  - variant
  - extension
  - grandfathered
  - redundant
* handling of the language tags
  - parser
  - matching
  - canonicalizing

#----------------------------------------------------------------------------

%package common
Summary:	Data files for %{name}
Group:		System/Internationalization
Conflicts:	%{_lib}langtag1 < 0.4.0-4
BuildArch:	noarch

%description common
Data files for %{name}.

%files common
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package modules
Summary:	Modules for %{name}
Group:		System/Internationalization
Conflicts:	%{_lib}langtag1 < 0.4.0-4

%description modules
Modules for %{name}.

%files modules
%{_libdir}/%{name}/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	An interface library to access tags for identifying languages
Group:		System/Libraries
Requires:	%{name}-common >= %{EVRD}
Requires:	%{name}-modules >= %{EVRD}

%description -n %{libname}
An interface library to access tags for identifying languages.

%files -n %{libname}
%doc AUTHORS COPYING NEWS README
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc COPYING
%doc %{_datadir}/gtk-doc/html/%{name}
%{_includedir}/%{name}
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-shared \
	--disable-introspection

%make

%install
%makeinstall_std


%changelog
* Thu Dec 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.0-4
+ Revision: 2b991a0
- Split noarch files and modules from library package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23190 |14mu|liblayout-0.2.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	CSS based layouting framework
Name:		liblayout
Version:	0.2.10
Release:	4
License:	LGPLv2+
Group:		System/Libraries 
Url:		http://reporting.pentaho.org/
Source0:	http://downloads.sourceforge.net/jfreereport/liblayout-%{version}.zip
BuildArch:	noarch
BuildRequires:	ant
BuildRequires:	flute
BuildRequires:	java-devel >= 0:1.6.0 
BuildRequires:	java-rpmbuild
BuildRequires:	jpackage-utils
BuildRequires:	libbase >= 1.1.3
BuildRequires:	libfonts
BuildRequires:	libloader
BuildRequires:	librepository
BuildRequires:	pentaho-libxml
BuildRequires:	sac
BuildRequires:	xml-commons-apis
Requires:	flute
Requires:	java >= 0:1.6.0 
Requires:	jpackage-utils
Requires:	libbase >= 1.0.0
Requires:	libloader >= 1.1.3
Requires:	librepository >= 1.1.3
Requires:	libfonts >= 1.1.3
Requires:	pentaho-libxml
Requires:	sac
Requires:	xml-commons-apis

%description
LibLayout is a layouting framework. It is based on the Cascading StyleSheets
standard. The layouting expects to receive its content as a DOM structure
(although it does not rely on the W3C-DOM API).

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java 
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib flute libloader librepository libxml libfonts \
    sac jaxp libbase commons-logging-api

%build
ant jar javadoc
for file in README.txt licence-LGPL.txt ChangeLog.txt; do
    tr -d '\r' < $file > $file.new
    mv $file.new $file
done

%install
mkdir -p %{buildroot}%{_javadir}
cp -p build/lib/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp build/api %{buildroot}%{_javadocdir}/%{name}

%files
%doc licence-LGPL.txt README.txt ChangeLog.txt
%{_javadir}/*.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.10-4
- (b49848f) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23191 |14mu|libloader-1.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Resource Loading Framework
Name:		libloader
Version:	1.1.6
Release:	4
License:	LGPLv2+
Group:		Development/Java 
Url:		http://reporting.pentaho.org/
Source0:	http://downloads.sourceforge.net/jfreereport/%{name}-%{version}.zip
Patch0:		libloader-1.1.2-fix-build.patch
BuildArch:	noarch

BuildRequires:	ant
BuildRequires:	ant-contrib
BuildRequires:	java-devel
BuildRequires:	jpackage-utils
BuildRequires:	libbase >= 1.1.3
Requires:	java
Requires:	jpackage-utils
Requires:	libbase >= 1.1.3

%description
LibLoader is a general purpose resource loading framework. It has been
designed to allow to load resources from any physical location and to
allow the processing of that content data in a generic way 
totally transparent to the user of that library.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%patch0 -p0
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib libbase commons-logging-api
cd lib
ln -s %{_javadir}/ant ant-contrib

%build
ant jar javadoc
for file in README.txt licence-LGPL.txt ChangeLog.txt; do
    tr -d '\r' < $file > $file.new
    mv $file.new $file
done

%install
mkdir -p %{buildroot}%{_javadir}
cp -p ./dist/%{name}-%{version}.jar %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{name}.jar
popd

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp bin/javadoc/docs/api %{buildroot}%{_javadocdir}/%{name}

%files
%doc licence-LGPL.txt README.txt ChangeLog.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-4
- (aff385c) Drop ant-nodeps BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23192 |14mu|liblogging-1.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define stdflog_major 0
%define rfc3195_major 0
%define stdflog_libname %mklibname logging-stdlog %{stdflog_major}
%define stdflog_devname %mklibname logging-stdlog -d
%define rfc3195_libname %mklibname logging-rfc3195 %{rfc3195_major}
%define rfc3195_devname %mklibname logging-rfc3195 -d

Name:           liblogging
Version:        1.0.4
Release:        1
Summary:        An easy to use logging library
License:        BSD
Group:          System/Libraries
Url:            http://www.liblogging.org/
Source0:        http://download.rsyslog.com/liblogging/%{name}-%{version}.tar.gz
BuildRequires:  pkgconfig(libsystemd-journal)

%description
Liblogging is an easy to use logging library.

It contains the Libstdlog component used for standard logging
(syslog replacement) purposes via multiple channels.

%package -n %{stdflog_libname}
Summary:        An easy to use logging library
Group:          System/Libraries

%description -n %{stdflog_libname}
Libstdlog component of Liblogging library used for standard logging
(syslog replacement) purposes via multiple channels.

%package -n %{stdflog_devname}
Summary:        Development files for LibLogging stdlog library
Group:          Development/C
Requires:       %{stdflog_libname} = %{version}

%description -n %{stdflog_devname}
Header files and libraries necessary for developing programs which
use liblogging-stdflog library.

%package -n %{rfc3195_libname}
Summary:        An easy to use logging library - rfc3195 component
Group:          System/Libraries

%description -n %{rfc3195_libname}
Rfc3195 library from Liblogging.

%package -n %{rfc3195_devname}
Summary:        Development files for LibLogging stdlog library
Group:          Development/C
Requires:       %{rfc3195_libname} = %{version}

%description -n %{rfc3195_devname}
Header files and libraries necessary for developing programs which
use liblogging-rfc3195 library.


%prep
%setup -q

%build
autoreconf -fi
%configure \
  --disable-static \
  --enable-rfc3195 \
  --enable-journal

%make V=1

%install
%makeinstall_std

%files -n %{stdflog_libname}
%doc COPYING
%{_libdir}/liblogging-stdlog.so.%{stdflog_major}*
%{_bindir}/stdlogctl
%{_mandir}/man1/stdlogctl*

%files -n %{rfc3195_libname}
%{_libdir}/liblogging-rfc3195.so.%{rfc3195_major}*

%files -n %{stdflog_devname}
%doc ChangeLog COPYING README
%{_libdir}/liblogging-stdlog.so
%{_includedir}/%{name}
%{_libdir}/pkgconfig/liblogging-stdlog.pc
%{_mandir}/man3/stdlog*

%files -n %{rfc3195_devname}
%doc rfc3195/doc/html
%{_libdir}/liblogging-rfc3195.so
%{_libdir}/pkgconfig/liblogging-rfc3195.pc



%changelog
* Thu Oct 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.4-1
+ Revision: f07e0fc
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23193 |14mu|liblqr-0.4.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 1
%define libname %mklibname lqr %{api} %{major}
%define devname %mklibname lqr %{api} -d

Summary:	LiquidRescale seam-carving library
Name:		liblqr
Version:	0.4.1
Release:	11
License:	LGPLv3+ and GPLv3+
Group:		System/Libraries
Url:		http://liblqr.wikidot.com/
Source0:	%{name}-%{api}-%{version}.tar.bz2
Patch0:		liblqr-docbook_fixes.diff
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd45-xml
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(glib-2.0)

%description
The Liquid Rescale (lqr) library provides a C/C++ API for performing
non-uniform resizing of images by the seam-carving technique.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	LiquidRescale seam-carving library
Group:		System/Libraries
Conflicts:	%{_lib}lqr0 < 0.4.1-11
Obsoletes:	%{_lib}lqr0 < 0.4.1-11

%description -n %{libname}
The Liquid Rescale (lqr) library provides a C/C++ API for performing
non-uniform resizing of images by the seam-carving technique.

%files -n %{libname}
%doc COPYING
%{_libdir}/liblqr-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for the LiquidRescale library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	lqr-devel = %{EVRD}
Conflicts:	%{_lib}lqr-devel < 0.4.1-11
Obsoletes:	%{_lib}lqr-devel < 0.4.1-11

%description -n %{devname}
The Liquid Rescale (lqr) library provides a C/C++ API for performing
non-uniform resizing of images by the seam-carving technique.

This package contains the static LiquidRescale library and its header files.

%files -n %{devname}
%doc AUTHORS COPYING ChangeLog README
%doc docs/html/* examples
%dir %{_includedir}/lqr-%{api}
%dir %{_includedir}/lqr-%{api}/lqr
%{_includedir}/lqr-%{api}/*.h
%{_includedir}/lqr-%{api}/lqr/*.h
%{_libdir}/liblqr-%{api}.so
%{_libdir}/pkgconfig/lqr-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{api}-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static

%make

# make the html docs
pushd docs
make
popd

%install
%makeinstall_std


%changelog
* Fri Dec 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.1-11
+ Revision: d6ddf52
- Rename library and devel packages according to packaging policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23194 |14mu|liblzo-2.09-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname lzo
%define major 2
%define apiver 2
%define libname %mklibname lzo %{apiver} %{major}
%define devname %mklibname lzo -d

%bcond_with	uclibc

Summary:	Data compression library with very fast (de-)compression
Name:		liblzo
Version:	2.09
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.oberhumer.com/opensource/lzo/
Source0:	http://www.oberhumer.com/opensource/lzo/download/%{oname}-%{version}.tar.gz
%if %{with uclibc}
BuildRequires:	uClibc-devel
%endif

%description
LZO is a portable lossless data compression library written in ANSI C. 
It offers pretty fast compression and *very* fast decompression. 
Decompression requires no memory. In addition there are slower
compression levels achieving a quite competitive compression ratio while 
still decompressing at this very high speed.

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Data compression library with very fast (de-)compression
Group:		System/Libraries

%description -n %{libname}
LZO is a portable lossless data compression library written in ANSI C.
It offers pretty fast compression and *very* fast decompression.
Decompression requires no memory. In addition there are slower
compression levels achieving a quite competitive compression ratio while
still decompressing at this very high speed.

%files -n %{libname}
%doc AUTHORS NEWS README THANKS doc/LZO.TXT doc/LZO.FAQ
%{_libdir}/liblzo%{apiver}.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Headers files of liblzo library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}2-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
LZO is a portable lossless data compression library written in ANSI C.
It offers pretty fast compression and *very* fast decompression.
Decompression requires no memory. In addition there are slower
compression levels achieving a quite competitive compression ratio while
still decompressing at this very high speed.

%files -n %{devname}
%doc doc/LZOAPI.TXT doc/LZOTEST.TXT
%{_bindir}/lzotest
%{_libdir}/*.a
%if %{with uclibc}
%{uclibc_root}%{_libdir}/*.a
%endif
%{_libdir}/*.so
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
export CONFIGURE_TOP=`pwd`
%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%configure2_5x	CC="%{uclibc_cc}" \
		CFLAGS="%{uclibc_cflags}" \
		--disable-shared
%make
popd
%endif

mkdir -p shared
cd shared
%configure2_5x	--enable-shared
%make
cd ..

%install
%if %{with uclibc}
install -m644 uclibc/src/.libs/liblzo2.a -D %{buildroot}%{uclibc_root}%{_libdir}/liblzo.a
%endif

%makeinstall_std -C shared
install -m755 shared/lzotest/lzotest -D %{buildroot}%{_bindir}/lzotest
rm -rf %{buildroot}%{_datadir}/doc/lzo

%check
cd shared
make check
make test

%changelog

* Sat Apr 23 2016 dsilakov <denis.silakov@rosalab.ru> 2.09-1
- (0b253f3) Merge pull request #1 from alzim/liblzo:rosa2014.1
- (0b253f3) Updated 2.09



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23195 |14mu|libmatroska-1.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# For some reasons library is unstripped and we don't have time for investigation
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define ebmlver 1.3.0
%define major 6
%define libname %mklibname matroska %{major}
%define devname %mklibname matroska -d

Summary:	Matroska Audio/Video file format library
Name:		libmatroska
Version:	1.4.4
Release:	1
License:	GPL/QPL
Group:		System/Libraries
Url:		https://www.matroska.org/
Source0:	https://dl.matroska.org/downloads/libmatroska/%{name}-%{version}.tar.bz2
BuildRequires:	libebml-devel >= %{ebmlver}

%description
In short, matroska is a new Audio/Video file format. It is an advanced
and full featured format.

Advanced because it is based on EBML, a kind of XML equivalent, that
allow infinite extensibility of the format. And full featured because
it includes precise seeking, any audio/video/subtitle codec support
including VCM/ACM/DirectShow compatibility, timecode based format,
complex frame dependencies, chaptering, internationalisation, error
protection, tagging, file attachement, control track (to be defined),
menu (to be defined), etc. All these features are not yet implemented
but already defined in the format.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Matroska Audio/Video file format shared library
Group:		System/Libraries

%description -n %{libname}
In short, matroska is a new Audio/Video file format. It is an advanced
and full featured format.

Advanced because it is based on EBML, a kind of XML equivalent, that
allow infinite extensibility of the format. And full featured because
it includes precise seeking, any audio/video/subtitle codec support
including VCM/ACM/DirectShow compatibility, timecode based format,
complex frame dependencies, chaptering, internationalisation, error
protection, tagging, file attachement, control track (to be defined),
menu (to be defined), etc. All these features are not yet implemented
but already defined in the format.

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Matroska Audio/Video file format headers and static library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
In short, matroska is a new Audio/Video file format. It is an advanced
and full featured format.

Advanced because it is based on EBML, a kind of XML equivalent, that
allow infinite extensibility of the format. And full featured because
it includes precise seeking, any audio/video/subtitle codec support
including VCM/ACM/DirectShow compatibility, timecode based format,
complex frame dependencies, chaptering, internationalisation, error
protection, tagging, file attachement, control track (to be defined),
menu (to be defined), etc. All these features are not yet implemented
but already defined in the format.

This package contains the C++ headers and the static library needed
for development with Matroska.

%files -n %{devname}
%doc LICENSE*
%{_includedir}/matroska
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/libmatroska.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
    --disable-static
%make

%install
%makeinstall_std

%changelog

* Tue Apr 26 2016 dsilakov <denis.silakov@rosalab.ru> 1.4.4-1
- (cb89543) Merge pull request #1 from alzim/libmatroska:rosa2014.1
- (cb89543) Updated to 1.4.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23196 |14mu|libmediaart-1.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	api	2.0
%define major	0
%define	libname	%mklibname	mediaart %{api} %{major}
%define	girname	%mklibname	mediaart-gir %{api} 
%define	devname	%mklibname	mediaart	-d

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	Library for managing media art caches
Name:		libmediaart
Version:	1.9.0
Release:	1
License:	GPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org/
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	gtk-doc
BuildRequires:  vala-devel vala-tools
BuildRequires:	pkgconfig(vapigen)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.35.1
BuildRequires:	pkgconfig(gio-2.0) >= 2.35.1
BuildRequires:	pkgconfig(gio-unix-2.0) >= 2.35.1

%description
Library tasked with managing, extracting and handling media art caches.

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Library tasked with managing, extracting and handling media art caches.


This package contains the shared library for %{name}.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}

%description -n %{devname}
This package contains files needed for development with %{name}.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-gtk-doc
%make

%install
%makeinstall_std

#Remove libtool archives.
find %{buildroot} -name '*.la' -delete

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/MediaArt-%{api}.typelib

%files -n %{devname}
%dir %{_includedir}/%{name}-%{api}
%dir %{_includedir}/%{name}-%{api}/%{name}
%{_includedir}/%{name}-%{api}/%{name}/*
#%doc %{_datadir}/doc/%{name}/*
%{_datadir}/gtk-doc/html/%{name}/*
%{_datadir}/gir-1.0/MediaArt-%{api}.gir
%{_libdir}/%{name}-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_datadir}/vala/vapi/%{name}-%{api}.vapi


%changelog

* Tue Mar 10 2015 Tigro <ashejn@yandex-team.ru> 1.9.0-1
- (3930789) bump api version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23197 |14mu|libmicrohttpd-0.9.34-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 10
%define libname %mklibname microhttpd %{major}
%define devname %mklibname microhttpd -d

%define spdy_major 0
%define libspdy %mklibname microspdy %{spdy_major}
%define devspdy %mklibname microspdy -d

Summary:	Small C library to run an HTTP server
Name:		libmicrohttpd
Version:	0.9.34
Release:	2
License:	GPLv2+
Group:		System/Libraries
Url:		http://gnunet.org/libmicrohttpd/
Source0:	http://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
Patch0:		libmicrohttpd-0.9.34-spdy-pc.patch
Patch1:		libmicrohttpd-0.9.34-zlib.patch
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
libmicrohttpd is a small C library that is supposed to make it easy to
run an HTTP server as part of another application. Key features that
distinguish libmicrohttpd from other projects are:

* C library: fast and small
* API is simple, expressive and fully reentrant
* Implementation is (largely) http 1.1 compliant
* HTTP server can listen on multiple ports
* Support for IPv6
* Creates binary of only 22k (for now)
* Three different threading models

libmicrohttpd was started because the author needed an easy way to add
a concurrent HTTP server to other projects. Existing alternatives were
either non-free, not reentrant, standalone, of terrible code quality or
a combination thereof. Do not use libmicrohttpd if you are looking for
a standalone http server; there are many other projects out there that
provide that kind of functionality already. However, if you want to be
able to serve simple WWW pages from within your C or C++ application,
check it out.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Small C library to run an HTTP server
Group:		System/Libraries

%description -n %{libname}
libmicrohttpd is a small C library that is supposed to make it easy to
run an HTTP server as part of another application. Key features that
distinguish libmicrohttpd from other projects are:

* C library: fast and small
* API is simple, expressive and fully reentrant
* Implementation is (largely) http 1.1 compliant
* HTTP server can listen on multiple ports
* Support for IPv6
* Creates binary of only 22k (for now)
* Three different threading models

libmicrohttpd was started because the author needed an easy way to add
a concurrent HTTP server to other projects. Existing alternatives were
either non-free, not reentrant, standalone, of terrible code quality or
a combination thereof. Do not use libmicrohttpd if you are looking for
a standalone http server; there are many other projects out there that
provide that kind of functionality already. However, if you want to be
able to serve simple WWW pages from within your C or C++ application,
check it out.

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING NEWS README
%{_libdir}/libmicrohttpd.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{libname}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}microhttpd10 < 0.9.34-2

%description -n %{devname}
Development files for %{libname}.

%files -n %{devname}
%{_includedir}/microhttpd.h
%{_libdir}/libmicrohttpd.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/info/*
%{_mandir}/man3/%{name}.3*

#----------------------------------------------------------------------------

%package -n %{libspdy}
Summary:	Lightweight library for embedding a webserver using the SPDY protocol
Group:		System/Libraries
Obsoletes:	%{_lib}microspdy10 < 0.9.34-2

%description -n %{libspdy}
GNU libmicrospdy is a small C library that is supposed to make it
easy to run a SPDY server as part of another application.

The library is part of the libmicrohttpd project and source tree
and shared its advantages of being fast aand small with a simple API.

%files -n %{libspdy}
%doc COPYING
%{_libdir}/libmicrospdy.so.%{spdy_major}*

#----------------------------------------------------------------------------

%package -n %{devspdy}
Summary:	Development files for libmicrospdy
Group:		Development/C
Requires:	%{libspdy} = %{EVRD}

%description -n %{devspdy}
Development files for libmicrospdy.

%files -n %{devspdy}
%{_includedir}/microspdy.h
%{_libdir}/libmicrospdy.so
%{_libdir}/pkgconfig/libmicrospdy.pc

#----------------------------------------------------------------------------

%package -n microspdy2http
Summary:	Translates incoming SPDY requests to http server on localhost
Group:		Networking/WWW

%description -n microspdy2http
Translates incoming SPDY requests to HTTP server on localhost.
* Uses libcurl
* No error handling for curl requests

%files -n microspdy2http
%{_bindir}/microspdy2http

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .spdy-pc
%patch1 -p1 -b .zlib

%build
autoreconf --install --force
%configure2_5x \
	--disable-static \
	--with-gnutls
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_infodir}/dir
rm -f %{buildroot}%{_bindir}/demo


%changelog

* Wed Jul 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.34-2
- (84b10ce) Fix a typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23198 |14mu|libmikmod-3.3.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	3
%define	libname	%mklibname mikmod %{major}
%define	devname	%mklibname mikmod -d

Summary:	Sound library supporting multiple module formats and digital sound files
Name:		libmikmod
Version:	3.3.8
Release:	1
License:	LGPLv2+
Group:		Sound
Url:		http://mikmod.raphnet.net/
Source0:	http://sourceforge.net/projects/mikmod/files/libmikmod/3.3.8/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(alsa)

%description
Libmikmod is a portable sound library, capable of playing samples as
well as module files, originally written by Jean-Paul Mikkers (MikMak)
for DOS. It has subsequently been hacked by many hands and now runs on
many Unix flavours.

It uses the OSS /dev/dsp driver including in all recent kernels for
output, as well as ALSA and EsounD, and will also write wav files.

Supported file formats include 669, AMF, APUN, DSM, FAR, GDM, IT, IMF,MOD,
MED, MTM, OKT, S3M, STM, STX, ULT, UNI and XM.
Full source included, use of this library for music/sound effects in
your own programs is encouraged !

%package -n	%{libname}
Summary:	Sound library supporting multiple module formats and digital sound files
Group:		Sound

%description -n %{libname}
Libmikmod is a portable sound library, capable of playing samples as
well as module files, originally written by Jean-Paul Mikkers (MikMak)
for DOS. It has subsequently been hacked by many hands and now runs on
many Unix flavours.

It uses the OSS /dev/dsp driver including in all recent kernels for
output, as well as ALSA and EsounD, and will also write wav files.

Supported file formats include 669, AMF, APUN, DSM, FAR, GDM, IT, IMF,MOD,
MED, MTM, OKT, S3M, STM, STX, ULT, UNI and XM.
Full source included, use of this library for music/sound effects in
your own programs is encouraged !

%package -n	%{devname}
Summary:	Development related files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
Install the limikmod-devel package if you want to develop applications that
will use the limikmod library.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-altivec \
	--enable-alsa
%make

%install
%makeinstall_std

chmod 755 %{buildroot}%{_libdir}/lib*.so.%{major}*

%multiarch_binaries %{buildroot}%{_bindir}/libmikmod-config

%files -n %{libname}
%doc AUTHORS
%{_libdir}/libmikmod.so.%{major}*

%files -n %{devname}
%doc NEWS README TODO
%{_bindir}/libmikmod-config
%{_libdir}/pkgconfig/libmikmod.pc
%{multiarch_bindir}/libmikmod-config
%{_libdir}/*.so
%{_datadir}/aclocal/*
%{_includedir}/*
%{_mandir}/man1/*
%{_infodir}/*

%changelog

* Wed Jan 13 2016 dsilakov <denis.silakov@rosalab.ru> 3.3.8-1
- (b149f3e) Merge pull request #13 from import/libmikmod:auto_update
- (b149f3e) Updated to 3.3.8 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23199 |14mu|libmm-qt-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname ModemManagerQt %{major}
%define devname %mklibname ModemManagerQt -d

Summary:	Qt-only wrapper for ModemManager DBus API
Name:		libmm-qt
Version:	1.0.1
Release:	4
Epoch:		1
License:	LGPLv2+
Group:		System/Libraries
Url:		https://projects.kde.org/projects/extragear/libs/libmm-qt
Source0:	ftp://ftp.kde.org/pub/kde/unstable/modemmanager-qt/1.0.0/src/%{name}-%{version}-1.tar.xz
Patch0:		libmm-qt-1.0.1-optflags.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(ModemManager)
BuildRequires:	pkgconfig(QtCore)

%description
Qt library for ModemManager.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt-only wrapper for ModemManager DBus API
Group:		System/Libraries
Conflicts:	%{_lib}mm-qt0 < 1:0.5.0
Obsoletes:	%{_lib}mm-qt0 < 1:0.5.0

%description -n %{libname}
Qt library for ModemManager.

%files -n %{libname}
%{_libdir}/libModemManagerQt.so.%{major}
%{_libdir}/libModemManagerQt.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(ModemManager)
Conflicts:	%{_lib}mm-qt-devel < 1:0.5.0
Obsoletes:	%{_lib}mm-qt-devel < 1:0.5.0

%description -n %{devname}
Qt libraries and headers for developing applications that use ModemManager.

%files -n %{devname}
%doc README
%{_libdir}/pkgconfig/ModemManagerQt.pc
%{_includedir}/ModemManagerQt/
%{_libdir}/libModemManagerQt.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Sat May 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.0.1-4
- (642da5f) Don't override system build flags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23200 |14mu|libmsn-4.2.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define msn_major 0.3
%define libname %mklibname msn %{msn_major}
%define devname %mklibname msn -d

Summary:	Reusable, open-source and fully documented library for MSN
Name:		libmsn
Version:	4.2.1
Release:	6
License:	GPLv2+
Group:		Development/C++
Url:		http://sourceforge.net/projects/libmsn
Source0:	http://downloads.sourceforge.net/libmsn/%name-%version.tar.bz2
Patch0:		libmsn-4.2.1-unistd.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(openssl)

%description
Libmsn is a reusable, open-source, fully documented library for connecting
to Microsoft's MSN Messenger service.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Reusable, open-source and fully documented library for MSN
Group:		System/Libraries

%description -n %{libname}
Libmsn is a reusable, open-source, fully documented library for connecting
to Microsoft's MSN Messenger service.


%files -n %{libname}
%{_libdir}/libmsn.so.%{msn_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 4.2.1-6
Obsoletes:	%{name}-devel < 4.2.1-6

%description -n %{devname}
Files needed to build applications based on %{name}.

%files -n %{devname}
%{_libdir}/pkgconfig/*
%{_includedir}/msn
%{_libdir}/libmsn.so

#----------------------------------------------------------------------------

%package test
Summary:	Connection test utility
Group:		Development/C++

%description test
Connection test utility.

%files test
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog
* Fri Dec 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.1-6
+ Revision: c7d9693
- Properly name devel package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23201 |14mu|libmspack-0.5-0.1.alpha
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname mspack %{major}
%define develname %mklibname mspack -d

Summary:	Library for CAB and related files compression and decompression
Name:		libmspack
Version:	0.5
Release:	0.1.alpha
Group:		System/Libraries
License:	LGPLv2
URL:		http://www.cabextract.org.uk/libmspack/
Source0:	http://www.cabextract.org.uk/libmspack/%{name}-%{version}alpha.tar.gz
Patch0:		%{name}-0.4alpha-doc.patch
BuildRequires:	doxygen

%description
The purpose of libmspack is to provide both compression and decompression of 
some loosely related file formats used by Microsoft.

%package -n	%{libname}
Summary:	Library for CAB and related files compression and decompression
Group:		System/Libraries

%description -n	%{libname}
The purpose of libmspack is to provide both compression and decompression of 
some loosely related file formats used by Microsoft.

%package -n	%{develname}
Summary:	The development libraries and header files for libmspack
Group:		Development/C
Requires:	%{libname} >= %{version}
%rename	%{name}-devel

%description -n	%{develname}
This package contains libraries, header files and documentation for developing
applications that use %{name}.

%prep

%setup -q -n %{name}-%{version}alpha
%patch0 -p1

chmod a-x mspack/mspack.h

%build
%configure2_5x \
    --disable-static \
    --disable-silent-rules
%make

%install
%makeinstall_std INSTALL='install -p'


iconv -f ISO_8859-1 -t utf8 ChangeLog --output Changelog.utf8
touch -r ChangeLog Changelog.utf8
mv Changelog.utf8 ChangeLog

pushd doc
doxygen
find html -type f | xargs touch -r %{SOURCE0}
rm -f html/installdox
popd

rm %{buildroot}%{_libdir}/*.la

%files -n %{libname}
%doc README TODO COPYING.LIB ChangeLog AUTHORS
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

%files -n %{develname}
%doc doc/html
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc



%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-0.1.alpha
- (563f996) Updated to 0.5alpha



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23202 |14mu|libmtp-1.1.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 9
%define libname %mklibname mtp %{major}
%define devname %mklibname mtp -d

Summary:	Implementation of Microsoft's Media Transfer Protocol
Name:		libmtp
Version:	1.1.13
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://libmtp.sourceforge.net/
Source0:	https://sourceforge.net/projects/libmtp/files/libmtp/%{version}/libmtp-%{version}.tar.gz
Patch0:		libmtp-1.1.6.xperia.patch
BuildRequires:	doxygen
BuildRequires:	pkgconfig(libusb-1.0)

%description
libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP)
in the form of a library suitable primarily for POSIX compliant
operating systems. We implement MTP Basic, the stuff proposed for
standardization. MTP Enhanced is for Windows only, if we implement
it, well that depends...

It was initially based on (forked from) the great libptp2 library
by Mariusz Woloszyn but has since been moved over to follow Marcus
Meissners and Hubert Figuere's libgphoto2 fork of libptp2 (or is libptp2
a fork of libgphoto?). The core implementation is identical to
libgphoto2, there is just a different API adapted to portable media
players.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
Requires:	%{name}-utils >= %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libmtp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%{_includedir}/%{name}.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%package doc
Summary:	Libmtp documentation
Group:		Documentation

%description doc
This package contains documentation of libmtp.

%files doc
%doc %{_datadir}/doc/%{name}/html

#----------------------------------------------------------------------------

%package utils
Summary:	Tools provided by libmtp
Group:		System/Libraries
Provides:	mtp-utils = %{EVRD}

%description utils
This package contains various tools provided by libmtp.

%files utils
%{_bindir}/*
%config(noreplace) %{_datadir}/hal/fdi/information/10freedesktop/10-usb-music-players-libmtp.fdi
/lib/udev/mtp-probe
/lib/udev/hwdb.d/69-libmtp.hwdb
/lib/udev/rules.d/*.rules

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static \
	--enable-doxygen \
	--with-udev=/lib/udev \
	--with-udev-rules=60-libmtp.rules
%make

%install
%makeinstall_std

#-- FEDORA COPY
mkdir -p %{buildroot}%{_datadir}/hal/fdi/information/10freedesktop
install -p -m 644 libmtp.fdi %{buildroot}%{_datadir}/hal/fdi/information/10freedesktop/10-usb-music-players-libmtp.fdi
#-- FEDORA COPY
# Replace links with relative links
rm -f %{buildroot}%{_bindir}/mtp-delfile
rm -f %{buildroot}%{_bindir}/mtp-getfile
rm -f %{buildroot}%{_bindir}/mtp-newfolder
rm -f %{buildroot}%{_bindir}/mtp-sendfile
rm -f %{buildroot}%{_bindir}/mtp-sendtr
pushd %{buildroot}%{_bindir}
ln -sf mtp-connect mtp-delfile
ln -sf mtp-connect mtp-getfile
ln -sf mtp-connect mtp-newfolder
ln -sf mtp-connect mtp-sendfile
ln -sf mtp-connect mtp-sendtr
popd

mkdir -p %{buildroot}%{_datadir}/doc/%{name}/html
mv -f %{buildroot}%{_datadir}/doc/%{name}-%{version}/html/* %{buildroot}/%{_datadir}/doc/%{name}/html/

%changelog

* Tue Sep 19 2017 alekseyz <a.zimin@rosalinux.ru> 1.1.13-1
- (86c0011) Merge pull request #1 from import/libmtp:rosa2016.1
- (86c0011) Updated to 1.1.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23203 |14mu|libmusicbrainz4-4.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname libmusicbrainz

%define api 4
%define major 3
%define libname %mklibname musicbrainz %{api} %{major}
%define devname %mklibname musicbrainz %{api} -d

Summary:	A software library for accesing MusicBrainz servers
Name:		libmusicbrainz4
Version:	4.0.3
Release:	1
License:	LGPLv2+
Group:		Sound
Url:		http://musicbrainz.org/doc/libmusicbrainz
Source0:	https://github.com/downloads/metabrainz/libmusicbrainz/%{oname}-%{version}.tar.gz
Patch0:		cmake_include_dir.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(libdiscid)
BuildRequires:	pkgconfig(neon)

%description
The MusicBrainz client library allows applications to make metadata
lookup to a MusicBrainz server, generate signatures from WAV data and
create CD Index Disk ids from audio CD roms.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A software library for accesing MusicBrainz servers
Group:		System/Libraries

%description -n %{libname}
The MusicBrainz client library allows applications to make metadata
lookup to a MusicBrainz server, generate signatures from WAV data and
create CD Index Disk ids from audio CD roms.

%files -n %{libname}
%doc AUTHORS.txt COPYING.txt NEWS.txt
%{_libdir}/libmusicbrainz%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use libmusicbrainz
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use libmusicbrainz.

%files -n %{devname}
%{_includedir}/musicbrainz%{api}
%{_libdir}/*.so
%{_libdir}/pkgconfig/libmusicbrainz%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches

%build
%setup_compile_flags
cmake \
%if "%{_lib}" == "lib64"
	-DLIB_SUFFIX=64 \
%endif
	-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}
%make

%install
%makeinstall_std


%changelog

* Sat May 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.0.3-1
- (6b7ea58) New version 4.0.3
- (6b7ea58) Spec cleanup
- (6b7ea58) Fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23204 |14mu|libmwaw-0.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname mwaw
%define api 0.3
%define major 3
%define libname %mklibname %{fname} %{api} %{major}
%define devname %mklibname %{fname} -d

Summary:	Import library for some old mac text documents
Name:		libmwaw
Version:	0.3.4
Release:	1
# The entire source code is LGPLv2+/MPLv2.0 except
# src/lib/MWAWOLEStream.[ch]xx which are BSD. There is also
# src/tools/zip/zip.cpp which is GPLv2+, but we do not build the binary
# it is used for.
License:	(LGPLv2+ or MPLv2.0) and BSD
Group:		System/Libraries
Url:		http://sourceforge.net/projects/libmwaw/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(zlib)

%description
libmwaw contains some import filters for old mac text documents
(MacWrite, ClarisWorks, ... ) based on top of the libwpd (which is
already used in three word processors).

#----------------------------------------------------------------------------

%package tools
Summary:	Tools to transform the supported formats into other formats
License:	LGPLv2+
Group:		Publishing

%description tools
Tools to transform the supported document formats into other formats.
Supported output formats are XHTML, text and raw.

%files tools
%{_bindir}/mwaw2csv
%{_bindir}/mwaw2html
%{_bindir}/mwaw2raw
%{_bindir}/mwaw2text
%{_bindir}/mwaw2svg

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Import library for some old mac text documents
Group:		System/Libraries

%description -n %{libname}
libmwaw contains some import filters for old mac text documents
(MacWrite, ClarisWorks, ... ) based on top of the libwpd (which is
already used in three word processors).

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc CHANGES COPYING.* README
%doc %{_docdir}/%{name}
%{_includedir}/%{name}-%{api}
%{_libdir}/%{name}-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-zip
%make

%install
%makeinstall_std
# it seems this tool is only useful on MacOS
rm -f %{buildroot}/%{_bindir}/mwawFile

%changelog

* Wed Mar 04 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.4-1
- (d9cdab2) New version 0.3.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23205 |14mu|libmygpo-qt-1.0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1.0
%define libname %mklibname mygpo-qt %{major}
%define devname %mklibname mygpo-qt -d

Summary:	Qt Library that wraps the gpodder.net Web API
Name:		libmygpo-qt
Version:	1.0.8
Release:	3
License:	LGPLv3+
Group:		System/Libraries
Url:		http://wiki.gpodder.org/wiki/Libmygpo-qt
Source0:	http://stefan.derkits.at/files/libmygpo-qt/%{name}.%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(QJson)

%description
libmygpo-qt is a Qt Library that wraps the gpodder.net Web API.

v1.0 wraps nearly every Request from the gpodder.net API except:
-) Simple API Calls Downloading subscription Lists & Uploading
   subscription Lists
-) Retrieving Subscription Changes (you should use "Retrieving Updates
   for a given Device" instead)

#---------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
libmygpo-qt is a Qt Library that wraps the gpodder.net Web API.

v1.0 wraps nearly every Request from the gpodder.net API except:
-) Simple API Calls Downloading subscription Lists & Uploading
   subscription Lists
-) Retrieving Subscription Changes (you should use "Retrieving Updates
   for a given Device" instead)

%files -n %{libname}
%{_libdir}/libmygpo-qt.so.%{major}*
%{_libdir}/libmygpo-qt.so.1

#---------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}mygpo-qt-devel < 1.0.8-3
Obsoletes:	%{_lib}mygpo-qt-devel < 1.0.8-3

%description -n %{devname}
libmygpo-qt is a Qt Library that wraps the gpodder.net Web API.

This package contains files need to build applications using libmygpo-qt.

%files -n %{devname}
%{_libdir}/libmygpo-qt.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/mygpo-qt
%{_libdir}/cmake/mygpo-qt

#---------------------------------------------------------------------

%prep
%setup -qn %{name}.%{version}
%apply_patches

%build
%cmake -DMYGPO_BUILD_TESTS=OFF
%make

%install
%makeinstall_std -C build

%changelog
* Fri Dec 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.8-3
+ Revision: 6f4d815
- Properly name devel package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23206 |14mu|libndp-1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname ndp %{major}
%define devname %mklibname ndp -d

Summary:	Library for Neighbor Discovery Protocol
Name:		libndp
Version:	1.6
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.libndp.org/
Source0:	http://www.libndp.org/files/%{name}-%{version}.tar.gz

%description
This package contains a library which provides a wrapper
for IPv6 Neighbor Discovery Protocol.  It also provides a tool
named ndptool for sending and receiving NDP messages.

#----------------------------------------------------------------------------

%package -n ndptool
Summary:	Tool for sending and receiving ndp messages
Group:		Networking/Other

%description -n ndptool
Tool for sending and receiving NDP messages.

%files -n ndptool
%{_bindir}/ndptool
%{_mandir}/man8/ndptool.8*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for Neighbor Discovery Protocol
Group:		System/Libraries

%description -n %{libname}
This package contains a library which provides a wrapper
for IPv6 Neighbor Discovery Protocol.  It also provides a tool
named ndptool for sending and receiving NDP messages.

%files -n %{libname}
%{_libdir}/libndp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for libndp development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	ndp-devel = %{EVRD}

%description -n %{devname}
The libndp-devel package contains the header files and libraries
necessary for developing programs using libndp.

%files -n %{devname}
%{_includedir}/ndp.h
%{_libdir}/libndp.so
%{_libdir}/pkgconfig/libndp.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog

* Sun Nov 27 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.6-1
- (80de407) Updated to 1.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23207 |14mu|libnice-0.1.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gstapi 1.0
%define gir_api 0.1
%define oname nice
%define major 10
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d
%define girname %mklibname %{name}-gir %{gir_api}

Summary:	Implementation of the IETF's draft I.C.E standard
Name:		libnice
Version:	0.1.13
Release:	1
License:	LGPLv2+ and MPLv1+
Group:		System/Libraries
Url:		http://nice.freedesktop.org/wiki/
Source0:	http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{gstapi})
BuildRequires:	pkgconfig(gupnp-igd-1.0)

%description
Nice is an implementation of the IETF's draft Interactive Connectivity
Establishment standard (ICE). It provides GLib-based library, libnice.

ICE is useful for applications that want to establish peer-to-peer UDP
data streams. It automates the process of traversing NATs and provides
security against some attacks.

Existing standards that use ICE include the Session Initiation Protocol
(SIP) and Jingle, XMPP extension for audio/video calls.

Nice includes integration with GStreamer. It is used by Farsight for RTP
transport.

#----------------------------------------------------------------------------

%package utils
Summary:	Dynamic libraries from %{oname}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-utils = %{EVRD}

%description utils
This package contains various tools from %{name}.

%files utils
%{_bindir}/s*
%{_bindir}/threaded-example

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries from %{oname}
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Obsoletes:	%{_lib}nice1 < 0.1.1-4

%description -n %{libname}
Dynamic libraries from %{name}.

%files -n %{libname}
%{_libdir}/libnice.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary: 	Header files, libraries and development documentation for %{oname}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{oname}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files, static libraries and development
documentation for %{oname}. If you like to develop programs using %{oname},
you will need to install %{oname}-devel.

%files -n %{devname}
%doc AUTHORS COPYING COPYING.LGPL COPYING.MPL NEWS README
%{_includedir}/%{oname}/*.h
%{_includedir}/stun/*.h
%{_includedir}/stun/usages/*.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{oname}.pc
%{_datadir}/gtk-doc/html/%{name}/*
%{_datadir}/gir-1.0/*

#----------------------------------------------------------------------------

%package -n gstreamer%{gstapi}-%{oname}
Summary:	Gstreamer elements from %{oname}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
# conflict with older %%libname that had the gst .so, before the split
Conflicts:	%{_lib}nice0 < 0.1.0
Conflicts:	%{_lib}nice1 < 0.1.0
Obsoletes:	gstreamer0.10-%{oname} < 0.1.7

%description -n gstreamer%{gstapi}-%{oname}
Gstreamer elements from %{oname}.

%files -n gstreamer%{gstapi}-%{oname}
%{_libdir}/gstreamer-%{gstapi}/*.so

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/*typelib

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-gupnp \
	--disable-static

# disable rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
%makeinstall_std

#% check
#disabled due fails
#make check


%changelog

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 0.1.13-1
- (f8e5688) Added git BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23208 |14mu|libnih-1.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname		%mklibname nih %{major}
%define libdbusname	%mklibname nih-dbus %{major}
%define develname	%mklibname nih -d
%define debugcflags	%nil
%define	debug_package	%nil

%define __noautoreq	'GLIBC_PRIVATE'

Name:		libnih
Version:	1.0.3
Release:	2
Summary:	Small, efficient and safe library of general purpose routines
URL:		https://launchpad.net/libnih
Source0:	https://launchpad.net/libnih/1.0/1.0.3/+download/%{name}-%{version}.tar.gz
Group:		System/Libraries
License:	GPLv2
Epoch:		1

BuildRequires:	dbus-devel
BuildRequires:	expat-devel

%description
libnih is a small library for C application development containing functions
that are not implemented elsewhere in the standard library set. libnih is
roughly equivalent to other C libraries such as glib, except that its focus
is on a small size and intended for applications that sit very low in the
software stack, especially outside of /usr.
It expressly does not reimplement functions that already exist in libraries
ordinarily shipped in /lib such libc6, and does not do foolish things like
invent arbitrary typedefs for perfectly good C types.

### ---------------------------------------------------------------------------------- ###

%package	utils
Summary:	D-Bus binding code generator
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description	utils
This package contains nih-dbus-tool utility.

### ---------------------------------------------------------------------------------- ###

%package -n	%{libname}
Summary:	Main libnih library
Group:		System/Libraries

%description -n %{libname}
Main libnih library.

### ---------------------------------------------------------------------------------- ###

%package -n	%{libdbusname}
Summary:	DBUS libnih library
Group:		System/Libraries

%description -n %{libdbusname}
DBUS libnih library.
y
### ---------------------------------------------------------------------------------- ###

%package -n	%{develname}
Summary:	Development files for libnih
Group:		Development/C
Requires:	%{libname}	= %{EVRD}
Requires:	%{libdbusname}	= %{EVRD}
Provides:	%{name}-devel	= %{EVRD}

%description -n %{develname}
Developement files for libnih.

### ---------------------------------------------------------------------------------- ###

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

# These files are not required
rm -f %{buildroot}%{_libdir}/%{name}*.a

# Build process under x86_64 systems places *.pc files into
# /usr/lib/pkgconfig instead of /usr/lib64/pkgconfig
if [ ! -d %{buildroot}%{_libdir}/pkgconfig ]
then
	mv %{buildroot}/usr/lib/pkgconfig %{buildroot}%{_libdir}
fi

%files	utils
%doc README AUTHORS COPYING
%{_bindir}/nih-dbus-tool
%{_mandir}/man1/nih-dbus-tool.1.xz

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}
%{_libdir}/%{name}.so.%{major}.*

%files -n %{libdbusname}
%{_libdir}/%{name}-dbus.so.%{major}
%{_libdir}/%{name}-dbus.so.%{major}.*

%files -n %{develname}
%doc COPYING
%{_includedir}/%{name}.h
%{_includedir}/%{name}-dbus.h
%{_includedir}/nih/*.h
%{_includedir}/nih-dbus/*.h
%{_libdir}/%{name}.so
%{_libdir}/%{name}-dbus.so
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/pkgconfig/%{name}-dbus.pc
%{_datadir}/aclocal/*

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23209 |14mu|libnl3-3.2.27-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 3
%define major 200
%define libname %mklibname nl %{api} %{major}
%define libcli %mklibname nl-cli %{api} %{major}
%define libgenl %mklibname nl-genl %{api} %{major}
%define libnf %mklibname nl-nf %{api} %{major}
%define libroute %mklibname nl-route %{api} %{major}
%define libidiag %mklibname nl-idiag %{api} %{major}
%define libxfrm %mklibname nl-xfrm %{api} %{major}
%define devname %mklibname nl %{api} -d

Summary:	Library for applications dealing with netlink sockets
Name:		libnl3
Version:	3.2.27
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		https://github.com/thom311/libnl
Source0:	https://github.com/thom311/libnl/releases/download/libnl3_2_27/libnl-%{version}.tar.gz
BuildRequires:	bison
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	graphviz
BuildRequires:	libtool

%description
libnl is a library for applications dealing with netlink sockets.
The library provides an interface for raw netlink messaging and
various netlink family specific interfaces.

#----------------------------------------------------------------------------

%package -n libnl3-tools
Summary:	Applications dealing with netlink sockets
Group:		System/Kernel and hardware
Conflicts:	%{_lib}nl_3 < 3.2.22-2

%description -n libnl3-tools
libnl is a library for applications dealing with netlink sockets.
The library provides an interface for raw netlink messaging and
various netlink family specific interfaces.

%files -n libnl3-tools
%dir %{_sysconfdir}/libnl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libnl/classid
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libnl/pktloc
%{_bindir}/nl-*
%{_bindir}/nf-*
%{_bindir}/genl-ctrl-list
%{_bindir}/idiag-socket-details
%{_mandir}/man8/*
%dir %{_libdir}/libnl
%dir %{_libdir}/libnl/cli
%dir %{_libdir}/libnl/cli/qdisc
%dir %{_libdir}/libnl/cli/cls
%{_libdir}/libnl/cli/qdisc/htb.so
%{_libdir}/libnl/cli/qdisc/blackhole.so
%{_libdir}/libnl/cli/qdisc/pfifo.so
%{_libdir}/libnl/cli/qdisc/bfifo.so
%{_libdir}/libnl/cli/cls/basic.so
%{_libdir}/libnl/cli/cls/cgroup.so
%{_libdir}/libnl/cli/qdisc/plug.so
%{_libdir}/libnl/cli/qdisc/fq_codel.so
%{_libdir}/libnl/cli/qdisc/ingress.so
%{_libdir}/libnl/cli/qdisc/hfsc.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for applications dealing with netlink sockets
Group:		System/Libraries
Obsoletes:	%{_lib}nl_3 < 3.2.22-2

%description -n %{libname}
This package contains a shared library for %{name}.

%files -n %{libname}
%{_libdir}/libnl-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcli}
Summary:	Library for applications dealing with netlink sockets
Group:		System/Libraries
Conflicts:	%{_lib}nl_3 < 3.2.22-2

%description -n %{libcli}
This package contains a shared library for %{name}.

%files -n %{libcli}
%{_libdir}/libnl-cli-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgenl}
Summary:	Library for applications dealing with netlink sockets
Group:		System/Libraries
Conflicts:	%{_lib}nl_3 < 3.2.22-2

%description -n %{libgenl}
This package contains a shared library for %{name}.

%files -n %{libgenl}
%{_libdir}/libnl-genl-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnf}
Summary:	Library for applications dealing with netlink sockets
Group:		System/Libraries
Conflicts:	%{_lib}nl_3 < 3.2.22-2

%description -n %{libnf}
This package contains a shared library for %{name}.

%files -n %{libnf}
%{_libdir}/libnl-nf-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libroute}
Summary:	Library for applications dealing with netlink sockets
Group:		System/Libraries
Conflicts:	%{_lib}nl_3 < 3.2.22-2

%description -n %{libroute}
This package contains a shared library for %{name}.

%files -n %{libroute}
%{_libdir}/libnl-route-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libidiag}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}nl_3 < 3.2.22-2

%description -n %{libidiag}
Netlink Inet Diag Family Library.

%files -n %{libidiag}
%{_libdir}/libnl-idiag-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libxfrm}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}nl_3 < 3.2.22-2

%description -n %{libxfrm}
Netlink Inet Diag Family Library.

%files -n %{libxfrm}
%{_libdir}/libnl-xfrm-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files of libnl
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libcli} = %{EVRD}
Requires:	%{libgenl} = %{EVRD}
Requires:	%{libnf} = %{EVRD}
Requires:	%{libroute} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}nl_3-devel < 3.2.22-2
Obsoletes:	%{_lib}nl_3-devel < 3.2.22-2

%description -n %{devname}
libnl is a library for applications dealing with netlink sockets.
The library provides an interface for raw netlink messaging and
various netlink family specific interfaces.

%files -n %{devname}
%dir %{_includedir}/libnl3
%dir %{_includedir}/libnl3/netlink
%dir %{_includedir}/libnl3/netlink/fib_lookup
%dir %{_includedir}/libnl3/netlink/route
%dir %{_includedir}/libnl3/netlink/route/qdisc
%dir %{_includedir}/libnl3/netlink/route/link
%dir %{_includedir}/libnl3/netlink/route/cls
%dir %{_includedir}/libnl3/netlink/route/cls/ematch
%dir %{_includedir}/libnl3/netlink/genl
%dir %{_includedir}/libnl3/netlink/netfilter
%dir %{_includedir}/libnl3/netlink/cli
%dir %{_includedir}/libnl3/netlink/idiag
%dir %{_includedir}/libnl3/netlink/xfrm
%dir %{_includedir}/libnl3/netlink/route/act
%{_includedir}/libnl3/netlink/*.h
%{_includedir}/libnl3/netlink/xfrm/*.h
%{_includedir}//libnl3/netlink/idiag/*.h
%{_includedir}/libnl3/netlink/fib_lookup/*.h
%{_includedir}/libnl3/netlink/route/*.h
%{_includedir}/libnl3/netlink/route/qdisc/*.h
%{_includedir}/libnl3/netlink/route/link/*.h
%{_includedir}/libnl3/netlink/route/cls/*.h
%{_includedir}/libnl3/netlink/route/act/*.h
%{_includedir}/libnl3/netlink/route/cls/ematch/*.h
%{_includedir}/libnl3/netlink/genl/*.h
%{_includedir}/libnl3/netlink/netfilter/*.h
%{_includedir}/libnl3/netlink/cli/*.h
%{_libdir}/libnl-cli-%{api}.so
%{_libdir}/libnl-genl-%{api}.so
%{_libdir}/libnl-%{api}.so
%{_libdir}/libnl-nf-%{api}.so
%{_libdir}/libnl-route-%{api}.so
%{_libdir}/libnl-idiag-%{api}.so
%{_libdir}/libnl-xfrm-%{api}.so
%{_libdir}/pkgconfig/libnl-%{api}.0.pc
%{_libdir}/pkgconfig/libnl-cli-%{api}.0.pc
%{_libdir}/pkgconfig/libnl-genl-%{api}.0.pc
%{_libdir}/pkgconfig/libnl-nf-%{api}.0.pc
%{_libdir}/pkgconfig/libnl-route-%{api}.0.pc
%{_libdir}/pkgconfig/libnl-idiag-%{api}.0.pc
%{_libdir}/pkgconfig/libnl-xfrm-%{api}.0.pc

#----------------------------------------------------------------------------

%prep
%setup -qn libnl-%{version}

%build
autoreconf -fi
%configure \
	--disable-static
%make

%install
%makeinstall_std


%changelog

* Tue Jun 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.2.27-2
- (dcf726d) Obsolete old development package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23210 |14mu|libnm-qt-0.9.8.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname networkmanager-qt

%define major 1
%define libname %mklibname NetworkManagerQt %{major}
%define devname %mklibname NetworkManagerQt -d

Summary:	Qt-only wrapper for NetworkManager DBus API
Name:		libnm-qt
Version:	0.9.8.4
Release:	1
Epoch:		1
License:	LGPLv2+
Group:		System/Libraries
Url:		https://projects.kde.org/projects/extragear/libs/libnm-qt
Source0:	ftp://ftp.kde.org/pub/kde/unstable/networkmanager-qt/%{version}/src/%{oname}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(ModemManager)
BuildRequires:	pkgconfig(ModemManagerQt)
BuildRequires:	pkgconfig(NetworkManager) >= 0.9.8.4
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-util)

%description
Qt library for NetworkManager.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt-only wrapper for NetworkManager DBus API
Group:		System/Libraries
Conflicts:	%{_lib}nm-qt0 < 1:0.9.0
Obsoletes:	%{_lib}nm-qt0 < 1:0.9.0

%description -n %{libname}
Qt library for NetworkManager.

%files -n %{libname}
%{_libdir}/libNetworkManagerQt.so.%{version}
%{_libdir}/libNetworkManagerQt.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Conflicts:	%{_lib}nm-qt-devel < 1:0.9.0
Obsoletes:	%{_lib}nm-qt-devel < 1:0.9.0

%description -n %{devname}
Qt libraries and header files for developing applications
that use NetworkManager.

%files -n %{devname}
%{_libdir}/pkgconfig/NetworkManagerQt.pc
%{_libdir}/libNetworkManagerQt.so
%{_includedir}/NetworkManagerQt/

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Mon Apr 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.9.8.4-1
- (f2b07dd) New version 0.9.8.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23211 |14mu|libnotify-0.7.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define girmajor 0.7
%define libname %mklibname notify %{major}
%define girname %mklibname notify-gir %{girmajor}
%define devname %mklibname notify -d

Summary:	Desktop notifications library
Name:		libnotify
Version:	0.7.6
Release:	1
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.galago-project.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.7/%{name}-%{version}.tar.xz
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.90
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(popt)
Requires:	virtual-notification-daemon

%description
A library that sends desktop notifications to a notification daemon, as
defined in the Desktop Notifications spec. These notifications can be
used to inform the user about an event or display some form of
information without getting in the user's way.

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	Desktop notifications library - shared library

%description -n %{libname}
A library that sends desktop notifications to a notification daemon, as
defined in the Desktop Notifications spec. These notifications can be
used to inform the user about an event or display some form of
information without getting in the user's way.

%files -n %{libname}
%{_libdir}/lib*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Group:		System/Libraries
Summary:	GObject Introspection interface library for %{name}
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface library for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Notify-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Group:		Development/C
Summary:	Desktop notifications library - headers
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d notify 1} < 0.7

%description -n %{devname}
A library that sends desktop notifications to a notification daemon, as
defined in the Desktop Notifications spec. These notifications can be
used to inform the user about an event or display some form of
information without getting in the user's way.

%files -n %{devname}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/gtk-doc/html/*
%{_datadir}/gir-1.0/Notify-%{girmajor}.gir

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make LIBS='-lgmodule-2.0'

%install
rm -rf %{buildroot}
%makeinstall_std

%changelog

* Sat Apr 23 2016 dsilakov <denis.silakov@rosalab.ru> 0.7.6-1
- (2c208e5) Merge pull request #1 from alzim/libnotify:rosa2014.1
- (2c208e5) Updated 0.7.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23212 |14mu|libnova-0.15.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 0.15
%define libname %mklibname nova %{api} %{major}
%define devname %mklibname nova -d

Summary:	General purpose astronomy & astrodynamics library
Name:		libnova
Version:	0.15.0
Release:	2
License:	LGPLv2+
Group:		Sciences/Astronomy
Url:		http://sourceforge.net/projects/libnova/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		libnova-0.15.0-optflags.patch

%description
Libnova is a general purpose, double precision, celestial mechanics,
astrometry and astrodynamics library

%files
%doc ChangeLog README AUTHORS NEWS COPYING
%{_bindir}/libnovaconfig

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library files for %{name}
Group:		System/Libraries

%description -n %{libname}
Contains library files for nova.

%files -n %{libname}
%{_libdir}/libnova-%{api}.so.%{major}*

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}nova13-devel < 0.15.0
Obsoletes:	%{_lib}nova13-devel < 0.15.0

%description -n %{devname}
Contains library and header files for nova.

%files -n %{devname}
%doc COPYING examples/*.c
%{_includedir}/libnova
%{_libdir}/libnova.so

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
autoreconf -fi
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.15.0-2
- (083e1f2) Fix development package name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23213 |14mu|liborcus-0.11.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define api 0.11
%define major 0
%define libname %mklibname orcus %{api} %{major}
%define libmso %mklibname orcus-mso %{api} %{major}
%define libparser %mklibname orcus-parser %{api} %{major}
%define libspreadsheet %mklibname orcus-spreadsheet-model %{api} %{major}
%define devname %mklibname orcus -d

Summary:	Standalone file import filter library for spreadsheet documents
Name:		liborcus
Version:	0.11.2
Release:	3
License:	MIT
Group:		Office
Url:		http://gitorious.org/orcus
Source0:	http://kohei.us/files/orcus/src/%{name}-%{version}.tar.xz
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(mdds-1.2)
BuildRequires:	pkgconfig(zlib)

%description
%{name} is a standalone file import filter library for spreadsheet
documents. Currently under development are ODS, XLSX and CSV import
filters.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Standalone file import filter library for spreadsheet documents
Group:		System/Libraries

%description -n %{libname}
%{name} is a standalone file import filter library for spreadsheet
documents. Currently under development are ODS, XLSX and CSV import
filters.

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmso}
Summary:	Standalone file import filter library for spreadsheet documents
Group:		System/Libraries

%description -n %{libmso}
This package contains a shared library library for %{name}.

%files -n %{libmso}
%{_libdir}/%{name}-mso-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libparser}
Summary:	Standalone file import filter library for spreadsheet documents
Group:		System/Libraries

%description -n %{libparser}
This package contains a shared library library for %{name}.

%files -n %{libparser}
%{_libdir}/%{name}-parser-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libmso} = %{EVRD}
Requires:	%{libparser} = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%{_includedir}/%{name}-%{api}
%{_libdir}/%{name}*-%{api}.so
%{_libdir}/pkgconfig/%{name}*-%{api}.pc

#----------------------------------------------------------------------------

%package tools
Summary:	Tools for working with Orcus
Group:		Office
Requires:	%{libname} = %{EVRD}

%description tools
Tools for working with Orcus.

%files tools
%doc AUTHORS
%{_bindir}/orcus-*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-python \
	--disable-static \
	--disable-werror \
	--with-pic \
	--disable-spreadsheet-model

sed -i \
    -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
libtool

%make

%install
%makeinstall_std


%changelog

* Tue Mar 21 2017 alzim <alzim@bk.ru> 0.11.2-3
- (bfff95d) Merge pull request #2 from alzim/liborcus:rosa2014.1
- (bfff95d) New version 0.11.2 Now requires mdds-1.2 to build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23214 |14mu|libosinfo-0.2.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname		osinfo

%define api		1.0
%define major		0
%define libname		%mklibname %{oname} %{api} %{major}
%define develname	%mklibname %{oname} %{api} -d

%define girmajor	1.0
%define girname		%mklibname %{oname}-gir %{girmajor}
%define girnamegtk	%mklibname %{oname}-gtk-gir %{girmajor}

#define _exclude_files_from_autoreq ^%{_datadir}/doc/%{develname}/demo.*$

Summary:	A library for managing OS information for virtualization
Name:		libosinfo
Version:	0.2.11
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Source0:	https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.gz
URL:		https://fedorahosted.org/libosinfo/
BuildRequires:	glib2-devel
BuildRequires:	libxml2-devel >= 2.6.0
BuildRequires:	vala
BuildRequires:	vala-tools
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxslt)
Requires:	udev

%description
libosinfo is a library that allows virtualization provisioning tools to
determine the optimal device settings for a hypervisor/operating system
combination.


%package common
Summary:	Non-library files for the "%{libname}" library
Group:		System/Libraries

%description common
Platform-independent files for the "%{libname}" library

%files common -f %{name}.lang
%{_bindir}/osinfo-detect
%{_bindir}/osinfo-install-script
%{_bindir}/osinfo-db-validate
%{_bindir}/osinfo-query
%{_mandir}/man1/osinfo*.1.*
%{_datadir}/libosinfo/db/oses
%{_datadir}/libosinfo/db/datamaps
%{_datadir}/libosinfo/db/install-scripts/*.xml
%{_datadir}/libosinfo/db/*.ids
%{_datadir}/libosinfo/db/devices
%{_datadir}/libosinfo/schemas
%{_datadir}/libosinfo/db/hypervisors
%dir %{_datadir}/libosinfo/db
%dir %{_datadir}/libosinfo/db/install-scripts
%dir %{_datadir}/libosinfo/
/lib/udev/rules.d/95-osinfo.rules


%package -n %{libname}
Summary:	Library plugin handling
Group:		System/Libraries
Requires:	%{name}-common = %{version}-%{release}
Provides:	%{mklibname %{oname} %{major}} = %{version}-%{release}

%description -n %{libname}
libosinfo is a library that allows virtualization provisioning tools to
determine the optimal device settings for a hypervisor/operating system
combination.

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*


%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %version-%release
Provides:	%{oname}-devel = %{version}-%{release}

%description -n %{develname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{develname}
%doc AUTHORS ChangeLog COPYING.LIB NEWS README
%doc examples/demo.js
%doc examples/demo.py
%{_libdir}/%{name}-%{api}.so
%dir %{_includedir}/%{name}-%{api}/
%dir %{_includedir}/%{name}-%{api}/osinfo/
%{_includedir}/%{name}-%{api}/osinfo/*.h
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_datadir}/gir-1.0/Libosinfo-%{api}.gir
%{_datadir}/gtk-doc/html/Libosinfo
%{_datadir}/vala/vapi/libosinfo-1.0.vapi

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Libosinfo-%{girmajor}.typelib

%prep
%setup -q

%build
%configure2_5x --enable-introspection=yes --enable-vala=yes --enable-udev=yes --disable-static
%make V=1

chmod a-x examples/*.js examples/*.py

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/*.la

%find_lang %{name}

%changelog

* Thu Mar 12 2015 Tigro <ashejn@yandex-team.ru> 0.2.11-1
- (8feb267) update to 0.2.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23215 |14mu|libosip2-3.6.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define api 2
#TODO: split library package
%define libname %mklibname osip %{api} %{major}
%define devname %mklibname osip %{api} -d

Summary:	Implementation of SIP - rfc2543
Name:		libosip2
Version:	3.6.0
Release:	5
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://savannah.gnu.org/projects/osip/
Source0:	http://ftp.gnu.org/gnu/osip/%{name}-%{version}.tar.gz
Patch0:		libosip2-3.5.0-linkage.patch

%description
This is the oSIP library. It has been designed to provide the
Internet Community a simple way to support the Session Initiation
Protocol. SIP is described in the RFC3261 which is available at
http://www.ietf.org/rfc/rfc3261.txt.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Implementation of SIP - rfc2543
Group:		System/Libraries
Obsoletes:	%{_lib}osip2 < 3.6.0
Obsoletes:	%{_lib}osip2_4 < 3.6.0

%description -n %{libname}
This is the oSIP library. It has been designed to provide the
Internet Community a simple way to support the Session Initiation
Protocol. SIP is described in the RFC3261 which is available at
http://www.ietf.org/rfc/rfc3261.txt.

%files -n %{libname}
%doc AUTHORS BUGS ChangeLog NEWS README TODO
%{_libdir}/libosip%{api}.so.%{major}*
%{_libdir}/libosipparser%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header file required to build programs using liboSIP
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}osip2-devel < 3.6.0

%description -n %{devname}
Developments files for %{libname} (oSIP Library). Needed to build
apps such as linphone and siproxd.

%files -n %{devname}
%{_libdir}/libosip%{api}.so
%{_libdir}/libosipparser%{api}.so
%{_includedir}/osip%{api}
%{_includedir}/osipparser%{api}
%{_libdir}/pkgconfig/libosip%{api}.pc
%{_mandir}/man3/osip%{api}.3*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .link

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_mandir}/man3/
mv %{buildroot}%{_mandir}/man1/osip.1 %{buildroot}%{_mandir}/man3/osip%{api}.3


%changelog
* Fri Dec 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.6.0-5
+ Revision: 28eff0b
- Move man page to a proper place, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23216 |14mu|libotr-4.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname otr %{major}
%define devname %mklibname otr -d

Summary:	Off-The-Record Messaging library and toolkit
Name:		libotr
Version:	4.1.1
Release:	1
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://www.cypherpunks.ca/otr/
Source0:	http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz
Source1:	http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz.asc
BuildRequires:	pkgconfig(libgcrypt)

%description
%{name} is a library and toolkit which implements Off-the-Record (OTR)
Messaging.

OTR allows you to have private conversations over IM by providing:
 - Encryption
   - No one else can read your instant messages.
 - Authentication
   - You are assured the correspondent is who you think it is.
 - Deniability
   - The messages you send do _not_ have digital signatures that are
     checkable by a third party.  Anyone can forge messages after a
     conversation to make them look like they came from you.  However,
     _during_ a conversation, your correspondent is assured the messages
     he sees are authentic and unmodified.
 - Perfect forward secrecy
   - If you lose control of your private keys, no previous conversation
     is compromised.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Off-The-Record Messaging library and toolkit
License:	LGPLv2.1+
Group:		System/Libraries

%description -n %{libname}
%{name} is a library and toolkit which implements Off-the-Record (OTR)
Messaging.

OTR allows you to have private conversations over IM by providing:
 - Encryption
   - No one else can read your instant messages.
 - Authentication
   - You are assured the correspondent is who you think it is.
 - Deniability
   - The messages you send do _not_ have digital signatures that are
     checkable by a third party.  Anyone can forge messages after a
     conversation to make them look like they came from you.  However,
     _during_ a conversation, your correspondent is assured the messages
     he sees are authentic and unmodified.
 - Perfect forward secrecy
   - If you lose control of your private keys, no previous conversation
     is compromised.

%files -n %{libname}
%doc AUTHORS COPYING.LIB
%{_libdir}/libotr.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development related files of %{name}
License:	LGPLv2.1+
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
%{name} is a library and toolkit which implements Off-the-Record (OTR)
Messaging. This package contains development related files of %{name}.

%files -n %{devname}
%doc ChangeLog NEWS README
%{_datadir}/aclocal/*.m4
%{_includedir}/*
%{_libdir}/libotr.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package utils
Summary:	Helper utilities of %{name}
License:	GPLv2+
Group:		Networking/Instant messaging
Requires:	%{libname} = %{EVRD}

%description utils
%{name} is a library and toolkit which implements Off-the-Record (OTR)
Messaging. This package contains various helper utilities from %{name}.

%files utils
%doc AUTHORS
%{_bindir}/*
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--with-pic \
	--disable-static

%make

%install
%makeinstall_std


%changelog

* Fri Mar 25 2016 Denis Silakov <dsilakov@gmail.com> 4.1.1-1
- (308077d) Updated to 4.1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23217 |14mu|libp11-0.4.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sslver 1.0.0

%define major 2
%define libname %mklibname p11_ %{major}
%define devname %mklibname p11 -d

Summary:	Small library on top of PKCS#11
Name:		libp11
Version:	0.4.7
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		https://github.com/OpenSC/libp11
Source0:	http://www.opensc-project.org/files/libp11/%{name}-%{version}.tar.gz
BuildRequires:	libltdl-devel
BuildRequires:	pkgconfig(openssl)

%description
Libp11 is a library implementing a small layer on top of PKCS#11 API to make
using PKCS#11 implementations easier.

#----------------------------------------------------------------------------

%package -n engine_pkcs11
Summary:	PKCS#11 engine for OpenSSL
Group:		System/Libraries
Suggests:	opensc

%description -n engine_pkcs11
Engine_pkcs11 is an implementation of an engine for OpenSSL. It can be loaded
using code, config file or command line and will pass any function call by
openssl to a PKCS#11 module. Engine_pkcs11 is meant to be used with smart cards
and software for using smart cards in PKCS#11 format, such as OpenSC. Originaly
this engine was a part of OpenSC, until OpenSC was split into several small
projects for improved flexibility.

%files -n engine_pkcs11
%doc README.rosa
%{_libdir}/openssl-%{sslver}/engines/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library files for libp11
Group:		System/Libraries

%description -n %{libname}
This package contains library files for libp11.

%files -n %{libname}
%doc NEWS
%{_libdir}/libp11.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libp11
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains files needed for development with libp11.

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/libp11.pc
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

cat > README.rosa <<EOF
In ROSA, the engine file has been placed in the
%{_libdir}/openssl-%{sslver}/engines directory instead of the default
%{_libdir}/engines. This was done so in order to match our openssl
installation.

Considering this new path, below is the suggested change to openssl.cnf
in order to use this engine:

openssl_conf = openssl_def

[openssl_def]
engines = engine_section

[engine_section]
pkcs11 = pkcs11_section

[pkcs11_section]
engine_id = pkcs11
dynamic_path = %{_libdir}/openssl-%{sslver}/engines/pkcs11.so
MODULE_PATH = %{_libdir}/opensc-pkcs11.so
init = 0

EOF

%build
%configure2_5x \
	--with-enginesdir=%{_libdir}/openssl-%{sslver}/engines/ \
	--disable-static
%make

%install
%makeinstall_std

rm -fr %{buildroot}%{_datadir}/doc


%changelog

* Tue Aug 08 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.7-1
- (3fd4061) Suggest opensc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23218 |14mu|libpagemaker-0.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global major 0
%define libname %mklibname pagemaker %{api} %{major}
%define devname %mklibname pagemaker -d
%global api 0.0

Summary:	A library for import of Adobe PageMaker documents
Name:		libpagemaker
Version:	0.0.2
Release:	1
License:	MPLv2.0
Group:		System/Libraries
Url:		http://wiki.documentfoundation.org/DLP/Libraries/libpagemaker
Source0:	http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	help2man
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(librevenge-0.0)

%description
libpagemaker is library providing ability to interpret and import Adobe
PageMaker documents into various applications.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for import of Adobe PageMaker documents
Group:		System/Libraries

%description -n %{libname}
libpagemaker is library providing ability to interpret and import Adobe
PageMaker documents into various applications.

%files -n %{libname}
%doc AUTHORS COPYING NEWS
%{_libdir}/%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc ChangeLog
%{_includedir}/%{name}-%{api}
%{_libdir}/%{name}-%{api}.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation of %{name} API
Group:		Documentation
BuildArch:	noarch

%description doc
The %{name}-doc package contains documentation files for %{name}.

%files doc
%doc COPYING
%doc docs/doxygen/html

#----------------------------------------------------------------------------

%package tools
Summary:	Tools to transform Adobe PageMaker documents into other formats
Group:		Publishing
Requires:	%{libname} = %{EVRD}

%description tools
Tools to transform Adobe PageMaker documents into other formats.
Currently supported: SVG, raw.

%files tools
%{_bindir}/pmd2raw
%{_bindir}/pmd2svg
%{_mandir}/man1/pmd2raw.1*
%{_mandir}/man1/pmd2svg.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure \
	--disable-silent-rules \
	--disable-werror
sed -i \
    -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
    -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
    libtool
%make

export LD_LIBRARY_PATH=`pwd`/src/lib/.libs${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
help2man -N -n 'debug the conversion library' -o pmd2raw.1 ./src/conv/raw/.libs/pmd2raw
help2man -N -n 'convert PageMaker document into SVG' -o pmd2svg.1 ./src/conv/svg/.libs/pmd2svg

%install
%makeinstall_std

# we install API docs directly from build
rm -rf %{buildroot}/%{_docdir}/%{name}

install -m 0755 -d %{buildroot}/%{_mandir}/man1
install -m 0644 pmd2*.1 %{buildroot}/%{_mandir}/man1


%changelog
* Tue Mar 03 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.2-1
+ Revision: a4ae01c
- Fix library package name, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23219 |14mu|libpano13-2.9.19-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bigfov 0
# --with plf build libpano with fov > 160 support which is patent covered
# or have some legal issue, so disabled by default

%{?_with_plf: %{expand: %%global bigfov 1}}


####################
# Hardcore plf build
%define bigfov 0
####################


%if %{bigfov}
%define distsuffix plf
%if %{mdvver} >= 201100
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif
%endif

%define lib_major 3
%define libname %mklibname pano13_ %{lib_major}
%define develname %mklibname -d pano13

Name:		libpano13
Version:	2.9.19
Release:	1%{?extrarelsuffix}
Summary:	Panorama Tools library
License:	GPLv2+
Group:		System/Libraries
URL:		http://panotools.sourceforge.net/
Source:		http://downloads.sourceforge.net/panotools/%{name}-%{version}.tar.gz
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	zlib-devel

%description
Helmut Dersch's Panorama Tools.

%if %{bigfov}
This package is in restricted because there is a patent if FOV is > 160
%endif

%package tools
Summary:	Panorama Tools library
Group:		Graphics

%description tools
Utilies for Helmut Dersch's Panorama Tools.

%package -n %{libname}
Summary:	Panorama Tools library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{mklibname pano13_ 2} < 2.9.19
Obsoletes:	%{_lib}pano13_0 < 2.9.19

%description -n %{libname}
Libraries for Helmut Dersch's Panorama Tools.

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	pano13-devel = %{version}-%{release}

%description -n %{develname}
Developent headers for Helmut Dersch's Panorama Tools.

%prep
%setup -q

%build
export LIBS="-lm"
%if %{bigfov}
perl -pi -e "s|\#define\s+MAX_FISHEYE_FOV.*|\#define MAX_FISHEYE_FOV 3600|" filter.h
%endif
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--enable-shared=yes \
	--enable-static=no

%make

%install
%makeinstall

%files tools
%doc README.linux AUTHORS
%{_bindir}/PT*
%{_bindir}/panoinfo
%{_mandir}/man1/*.1.*

%files -n %{libname}
%{_libdir}/libpano13.so.%{lib_major}*

%files -n %{develname}
%{_includedir}/pano13
%{_libdir}/libpano13.so
%{_libdir}/pkgconfig/*.pc



%changelog

* Mon Apr 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.9.19-1
- (a0b2113) Updated to 2.9.19



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23220 |14mu|libpeas-1.14.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define oname	peas
%define api	1.0
%define major	0
%define libname	%mklibname %{oname} %{api} %{major}
%define libgtk	%mklibname %{oname}-gtk %{api} %{major}
%define devname	%mklibname %{oname} %{api} -d
%define girname	%mklibname %{oname}-gir %{api}
%define girgtk	%mklibname %{oname}-gtk-gir %{api}

Summary:	Library for plugin handling
Name:		libpeas
Version:	1.14.0
Release:	1
Group:		System/Libraries
License:	LGPLv2+
URL:		http://www.gnome.org/
Source0:	http://download.gnome.org/sources/libpeas/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	vala >= 0.14.0.22
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	pkgconfig(gjs-internals-1.0)
BuildRequires:	pkgconfig(gladeui-2.0)

%description
This is GNOME's plugin handling library.

%package data
Summary:	Library for plugin handling - data files
Group:		System/Libraries

%description data
This is GNOME's plugin handling library - data files

%package -n %{libname}
Summary:	Library plugin handling
Group:		System/Libraries
Requires:	%{name}-data = %{version}-%{release}
Provides:	%{mklibname %{oname} %{major}} = %{version}-%{release}
Obsoletes:	%{mklibname %{oname} %{major}} < 1.1.1

%description -n %{libname}
This is GNOME's plugin handling library.

%package -n %{libgtk}
Summary:	Library plugin handling UI part
Group:		System/Libraries
Requires:	%{name}-data = %{version}-%{release}
Provides:	%{mklibname %{oname}-gtk %{major}} = %{version}-%{release}
Obsoletes:	%{mklibname %{oname}-gtk %{major}} < 1.1.1

%description -n %{libgtk}
This is GNOME's plugin handling library - user interface part.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{girgtk}
Summary:	GObject Introspection interface description for %{name}-gtk
Group:		System/Libraries

%description -n %{girgtk}
GObject Introspection interface description for %{name}-gtk.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libgtk} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Requires:	%{girgtk} = %{version}-%{release}
Provides:	%{name}-devel = %version-%release
Provides:	%{oname}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d %{oname} } < 1.1.1

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
#autoreconf
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

# we don't want these
find %{buildroot} -name "*.la" -delete

%files data -f %{name}.lang
%doc AUTHORS
%{_datadir}/icons/hicolor/*/actions/*
%{_datadir}/glade/catalogs/libpeas-gtk.xml

%files -n %{libname}
%{_libdir}/%{name}-%{api}.so.%{major}*
%{_libdir}/%{name}-%{api}/loaders/libpythonloader.so
%{_libdir}/%{name}-%{api}/loaders/libpython3loader.so

%files -n %{libgtk}
%{_libdir}/lib%{oname}-gtk-%{api}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Peas-%{api}.typelib

%files -n %{girgtk}
%{_libdir}/girepository-1.0/PeasGtk-%{api}.typelib

%files -n %{devname}
%doc ChangeLog	
%doc %{_datadir}/gtk-doc/html/%{name}
%{_bindir}/peas-demo
%{_libdir}/peas-demo
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/pkgconfig/%{name}-gtk-%{api}.pc
%{_datadir}/gir-1.0/Peas-%{api}.gir
%{_datadir}/gir-1.0/PeasGtk-%{api}.gir


%changelog

* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 1.14.0-1
- (c900ed5) update to 0.14.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23221 |14mu|libpgf-6.14.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname pgf %{major}
%define devname %mklibname pgf -d

Summary:	PGF (Progressive Graphics File) library
Name:		libpgf
Version:	6.14.12
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.libpgf.org
Source0:	http://downloads.sourceforge.net/project/%{name}/%{version}/%{name}-src-%{version}.tar.gz
BuildRequires:	doxygen
BuildRequires:	libtool

%description
libPGF contains an implementation of the Progressive Graphics File (PGF)
which is a new image file format, that is based on a discrete, fast
wavelet transform with progressive coding features. PGF can be used
for lossless and lossy compression.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	PGF library
Group:		System/Libraries

%description -n %{libname}
libPGF contains an implementation of the Progressive Graphics File (PGF)
which is a new image file format, that is based on a discrete, fast
wavelet transform with progressive coding features. PGF can be used
for lossless and lossy compression.

%files -n %{libname}
%{_libdir}/libpgf.so.%{major}*

#----------------------------------------------------------------------------

%package doc
Summary:	libpgf documentation
Group:		Documentation
BuildArch:	noarch

%description doc
libPGF contains an implementation of the Progressive Graphics File (PGF)
which is a new image file format, that is based on a discrete, fast
wavelet transform with progressive coding features. PGF can be used
for lossless and lossy compression.

%files doc
%doc AUTHORS COPYING NEWS README
%doc %{_docdir}/%{name}-%{version}
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	libpgf Development Files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
libPGF contains an implementation of the Progressive Graphics File (PGF)
which is a new image file format, that is based on a discrete, fast
wavelet transform with progressive coding features. PGF can be used
for lossless and lossy compression.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/libpgf.so
%{_libdir}/pkgconfig/libpgf.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

# Fix end-of-line-encoding (fixes compilation)
sed -i 's/\r$//' configure.ac

%build
./autogen.sh
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Sat Nov 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.14.12-1
+ Revision: becb730
- New version 6.14.12, new library major 6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23222 |14mu|libpipeline-1.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major %(echo %{version} |cut -d. -f1)
%define libname %mklibname pipeline %{major}
%define devname %mklibname pipeline -d

Name:		libpipeline
Version:	1.4.1
Release:	1
Summary:	Library for manipulating pipelines of subprocesses

Group:		System/Libraries
License:	GPLv3+
URL:		http://libpipeline.nongnu.org/
Source0:	http://download.savannah.gnu.org/releases/libpipeline/%{name}-%{version}.tar.gz

%description
Library for manipulating pipelines of subprocesses.

%package -n %{libname}
Summary:	Library for manipulating pipelines of subprocesses

Group:		System/Libraries

%description -n %{libname}
Library for manipulating pipelines of subprocesses

%package -n %{devname}
Summary:	Development files for %{name}

Group:		Development/C
Requires:	%{libname} = %{version}-%{release}

%description -n %{devname}
Development files for %{name}, a library
for manipluating pipelines of subprocesses

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%doc COPYING NEWS
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_mandir}/man3/*

%changelog

* Sun Jan 03 2016 dsilakov <denis.silakov@rosalab.ru> 1.4.1-1
- (c6e6be3) Merge pull request #11 from import/libpipeline:auto_update
- (c6e6be3) Updated to 1.4.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23223 |14mu|libplist-1.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		3
%define libname		%mklibname plist %{major}
%define libnamedev	%mklibname plist -d
%define libnamecxx	%mklibname plist++ %{major}
%define libnamecxxdev	%mklibname plist++ -d

Name:		libplist
Version:	1.12
Release:	1
Summary:	Library for manipulating Apple Binary and XML Property Lists
Group:		System/Libraries
License:	LGPLv2+
URL:		http://www.libimobiledevice.org/
Source0:	http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2

BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	gcc-c++
BuildRequires:	libtool

%description
libplist is a library for manipulating Apple Binary and XML Property Lists

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Library for manipulating Apple Binary and XML Property Lists
Group:		System/Libraries
Requires:	%{name} >= %{version}-%{release}

%description -n %{libname}
libplist is a library for manipulating Apple Binary and XML Property Lists

#----------------------------------------------------------------------------

%package -n	%{libnamedev}
Summary:	Development package for libplist
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{libnamedev}
%{name}, development headers and libraries.

#----------------------------------------------------------------------------

%package -n	%{libnamecxx}
Summary:	C++++ binding for libplist
Group:		Development/C++
Requires:	%{name} >= %{version}-%{release}

%description -n %{libnamecxx}
C++ bindings for %{name}

#----------------------------------------------------------------------------

%package -n	%{libnamecxxdev}
Summary:	Development package for libplist++
Group:		Development/C++
Requires:	%{libnamecxx} = %{version}-%{release}
Provides:	%{name}++-devel = %{version}-%{release}
Conflicts:	%{mklibname plist++ 0} < 1.0

%description -n %{libnamecxxdev}
%{name}, C++ development headers and libraries.

#----------------------------------------------------------------------------

%package -n	python-plist
Summary:	Python package for libplist
Group:		Development/Python
BuildRequires:	python-cython
BuildRequires:	python-devel
Requires:	python

%description -n python-plist
%{name}, python libraries and support

#----------------------------------------------------------------------------
%prep
%setup -q

%build
autoreconf -vfi
%configure2_5x \
		--disable-static
make

%install
%makeinstall_std

# daviddavid (workaround since new 1.11 version)
# FIXME This file is not automatically installed by upstream source while it is built.
mkdir -p %{buildroot}%{_includedir}/plist/cython
install -m 0644 cython/plist.pxd %{buildroot}%{_includedir}/plist/cython/

# we don't want these
find %{buildroot} -name '*.la' -delete

%files
%doc AUTHORS COPYING.LESSER README
%{_bindir}/plistutil

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}
%{_libdir}/%{name}.so.%{major}.*

%files -n %{libnamedev}
%dir %{_includedir}/plist
%{_includedir}/plist/*.h
%{_includedir}/plist/cython/
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/%{name}.so

%files -n %{libnamecxx}
%{_libdir}/%{name}++.so.%{major}
%{_libdir}/%{name}++.so.%{major}.*

%files -n %{libnamecxxdev}
%{_libdir}/pkgconfig/%{name}++.pc
%{_libdir}/%{name}++.so

%files -n python-plist
%{py_platsitedir}/plist.so



%changelog

* Mon Sep 28 2015 Denis Silakov <dsilakov@gmail.com> 1.12-1
- (a977c07) Updated to 1.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23224 |14mu|libpng12-1.2.56-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname_orig libpng
%define major 0
%define libname %mklibname png %{major}

%define oldmajor 3
%define oldlib %mklibname png %{oldmajor}

Summary:	A library of functions for manipulating PNG image format files
Name:		libpng12
Version:	1.2.56
Release:	1
Epoch:		2
License:	zlib
Group:		System/Libraries
Url:		http://www.libpng.org/pub/png/libpng.html
Source0:	http://prdownloads.sourceforge.net/libpng/libpng-%{version}.tar.xz
Source1:	libpng12.rpmlintrc
# (tpg) APNG support http://littlesvr.ca/apng/
# (tpg) http://hp.vector.co.jp/authors/VA013651/freeSoftware/apng.html
# (tpg) http://sourceforge.net/projects/libpng-apng/ <- use this one
Patch0:		libpng-%{version}-apng.patch.gz
Patch1:		libpng-1.2.36-pngconf-setjmp.patch
Patch2:		libpng-1.2.44-CVE-2008-6218.diff
Patch4:		libpng12-CVE-2013-6954.patch
Patch5:		libpng-1.2.50-CVE-2013-7353.patch
Patch6:		libpng-1.2.50-CVE-2013-7354.patch
BuildRequires:	pkgconfig(zlib)

%description
The libpng package contains a library of functions for creating and
manipulating PNG (Portable Network Graphics) image format files.  PNG is
a bit-mapped graphics format similar to the GIF format.  PNG was created to
replace the GIF format, since GIF uses a patented data compression
algorithm.

Libpng should be installed if you need to manipulate PNG format image
files.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library of functions for manipulating PNG image format files
Group:		System/Libraries
Conflicts:	%{oldlib} < 2:1.2.46-5
# Canon proprietary driver requires libpng, so provide it
Provides:	libpng = %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libpng.

%files -n %{libname}
%{_libdir}/libpng12.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{oldlib}
Summary:	A library of functions for manipulating PNG image format files
Group:		System/Libraries

%description -n %{oldlib}
This package contains the library needed to run programs dynamically
linked with really old versions of libpng.

%files -n %{oldlib}
%{_libdir}/libpng.so.%{oldmajor}*

#----------------------------------------------------------------------------

%prep
%setup -q -n libpng-%{version}
%patch0 -p1 -b .apng
%patch1 -p0 -b .pngconf-setjmp
%patch2 -p0 -b .CVE-2008-6218
%patch4 -p1 -b .CVE-2013-6954
%patch5 -p0 -b .CVE-2013-7353
%patch6 -p0 -b .CVE-2013-7354

%build
export CONFIGURE_TOP=`pwd`

mkdir -p shared
pushd shared
CFLAGS="%{optflags} -funroll-loops" \
%configure2_5x \
	--with-pic \
	--disable-static
%make
popd

%install
%makeinstall_std -C shared

rm -rf %{buildroot}%{_bindir}
rm -rf %{buildroot}%{_includedir}
rm -rf %{buildroot}%{_libdir}/*.so
rm -rf %{buildroot}%{_libdir}/*.la
rm -rf %{buildroot}%{_libdir}/pkgconfig
rm -rf %{buildroot}%{_datadir}

%check
make -C shared check

%changelog

* Thu Jun 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.2.56-1
- (b392ec8) New version 1.2.56
- (b392ec8) Canon proprietary driver requires libpng, so provide it



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23225 |14mu|libpng-1.6.28-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 16
%define libname %mklibname png %{major}
%define devname %mklibname png -d

Summary:	A library of functions for manipulating PNG image format files
Name:		libpng
Version:	1.6.28
Release:	1
Epoch:		2
License:	zlib
Group:		System/Libraries
Url:		http://www.libpng.org/pub/png/libpng.html
Source0:	http://prdownloads.sourceforge.net/libpng/files/%{name}-%{version}.tar.xz
# (tpg) APNG support http://littlesvr.ca/apng/
# (tpg) http://hp.vector.co.jp/authors/VA013651/freeSoftware/apng.html
# (tpg) http://sourceforge.net/projects/libpng-apng/ <- use this one
Patch0:		https://sourceforge.net/projects/libpng-apng/files/libpng16/%{version}/libpng-%{version}-apng.patch.gz
Patch1:		libpng-1.6.28-fix-libdir-pkgconfig-lib64-conflict.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(zlib)

%description
The libpng package contains a library of functions for creating and
manipulating PNG (Portable Network Graphics) image format files.  PNG is
a bit-mapped graphics format similar to the GIF format.  PNG was created to
replace the GIF format, since GIF uses a patented data compression
algorithm.

Libpng should be installed if you need to manipulate PNG format image
files.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library of functions for manipulating PNG image format files
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libpng.

%files -n %{libname}
%{_libdir}/libpng%{major}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs to manipulate PNG image format files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	png-devel = %{EVRD}
# FIXME this is not quite right, but will fix a great many builds...
%if "%{_lib}" == "lib64"
Provides:	devel(libpng15(64bit))
%else
Provides:	devel(libpng15)
%endif

%description -n %{devname}
The libpng-devel package contains the header files and libraries
necessary for developing programs using the PNG (Portable Network
Graphics) library.

If you want to develop programs which will manipulate PNG image format
files, you should install libpng-devel.  You'll also need to install the
libpng package.

%files -n %{devname}
%doc libpng-manual.txt example.c README TODO CHANGES
%{_bindir}/png-fix-itxt
%{_bindir}/pngfix
%{_bindir}/libpng-config
%{_bindir}/libpng%{major}-config
%{_includedir}/*
%{_libdir}/libpng%{major}.so
%{_libdir}/libpng.so
%{_libdir}/pkgconfig/libpng*.pc
%{_mandir}/man?/*

#----------------------------------------------------------------------------

%package source
Summary:	Source code of %{name}
Group:		Development/C

%description source
This package contains the source code of %{name}.

%files source
%{_prefix}/src/%{name}/

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .apng
%patch1 -p1 -b .lib64~

%build
export CFLAGS="%{optflags} -O3 -funroll-loops"

%cmake \
	-DPNG_SHARED:BOOL=ON \
	-DPNG_STATIC:BOOL=OFF
%make

%install
%makeinstall_std -C build

install -d %{buildroot}%{_prefix}/src/%{name}
cp -a *.c *.h %{buildroot}%{_prefix}/src/%{name}

rm -rf %{buildroot}%{_prefix}/lib/libpng/*.cmake

%changelog

* Mon Jan 23 2017 alzim <alzim@bk.ru> 2:1.6.28-1
- (cdc75df) Merge pull request #5 from import/libpng:rosa2016.1
- (cdc75df) Updated to 1.6.28



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23226 |14mu|libpqxx-4.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4.0
%define libname %mklibname pqxx %{major}
%define devname %mklibname pqxx -d

Summary:	The official C++ client API for PostgreSQL
Name:		libpqxx
Version:	4.0
Release:	5
License:	GPLv2+
Group:		System/Libraries
Url:		http://pqxx.org/
Source0:	http://pqxx.org/download/software/libpqxx/%{name}-%{version}.tar.gz
BuildRequires:	doxygen
BuildRequires:	xmlto
BuildRequires:	pkgconfig(libpq)

%description
This library works on top of the C-level API library, libpq. You will need
libpq in order to use libpqxx.

The first thing you're likely to notice in programming with libpqxx is that
unlike other libraries, it revolves entirely around transactions. Transactions
are a central concept in database management systems, but they are widely
underappreciated among application developers. Another well-known open source
database system, MySQL, never even got around to implementing them at all in
their own engine, relying on a third-party replacement engine (now owned by
Oracle) to provide this functionality instead.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The official C++ client API for PostgreSQL
Group:		System/Libraries
Conflicts:	%{name} < 4.0-5
Obsoletes:	%{name} < 4.0-5

%description -n %{libname}
This library works on top of the C-level API library, libpq. You will need
libpq in order to use libpqxx.

The first thing you're likely to notice in programming with libpqxx is that
unlike other libraries, it revolves entirely around transactions. Transactions
are a central concept in database management systems, but they are widely
underappreciated among application developers. Another well-known open source
database system, MySQL, never even got around to implementing them at all in
their own engine, relying on a third-party replacement engine (now owned by
Oracle) to provide this functionality instead.

%files -n %{libname}
%{_libdir}/libpqxx-%{major}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Databases
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 4.0-5
Obsoletes:	%{name}-devel < 4.0-5

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%{_bindir}/pqxx-config
%{_includedir}/pqxx/*
%{_libdir}/libpqxx.so
%{_libdir}/pkgconfig/libpqxx.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-shared \
	--disable-static
%make

%install

%makeinstall_std


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.0-5
- (793414d) Fix library and development package names



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23227 |14mu|libpthread-stubs-0.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug package is empty so disable it
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	PThread Stubs for XCB
Name:		libpthread-stubs
Version:	0.3
Release:	9
License:	MIT
Group:		System/X11
Url:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/libpthread-stubs-%{version}.tar.bz2
BuildRequires:	libxslt-proc
BuildRequires:	x11-util-macros
BuildRequires:	x11-proto-devel

%description
PThread Stubs for XCB.

%files
%{_libdir}/pkgconfig/pthread-stubs.pc

#----------------------------------------------------------------------------

%prep
%setup -qn libpthread-stubs-%{version}

%build
%configure2_5x \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std


%changelog

* Sat Sep 05 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.3-9
- (c82d896) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23228 |14mu|libpwquality-1.2.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprovfiles '%{py_platsitedir}/(.*)\\.so$'

%define oname pwquality

%define major 1
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

%bcond_with python

Summary:	Library for password quality checking and generating random passwords
Name:		libpwquality
Version:	1.2.4
Release:	6
# The package is BSD licensed with option to relicense as GPL+
# - this option is redundant as the BSD license allows that anyway.
License:	BSD or GPL+
Group:		System/Libraries
Url:		http://libpwquality.fedorahosted.org/
Source0:	http://fedorahosted.org/releases/l/i/libpwquality/%{name}-%{version}.tar.bz2
Patch1:		libpwquality-1.2.4-l10n-ru.patch
BuildRequires:	libcrack-devel
BuildRequires:	pam-devel
%if %{with python}
BuildRequires:	pkgconfig(python)
%endif

%description
The libpwquality library purpose is to provide common functions for password
quality checking and also scoring them based on their apparent randomness.

The library also provides a function for generating random passwords with good
pronounceability. The library supports reading and parsing of a configuration
file.

#----------------------------------------------------------------------------

%package common
Summary:	Noarch data files for libpwquality (locales, configs etc)
Group:		System/Base
Conflicts:	%{name}-tools < 1.2.4-4
Conflicts:	%{_lib}pwquality1 < 1.2.4-4

%description common
Noarch data files for libpwquality (locales, configs etc).

%files common -f %{name}.lang
%config(noreplace) %{_sysconfdir}/security/%{oname}.conf
%{_mandir}/man5/%{oname}.conf.5*

#----------------------------------------------------------------------------

%package tools
Summary:	Tools for password quality checking and generating random passwords
Group:		System/Base

%description tools
The libpwquality library purpose is to provide common functions for password
quality checking and also scoring them based on their apparent randomness.

The library also provides a function for generating random passwords with good
pronounceability. The library supports reading and parsing of a configuration
file.

%files tools
%doc COPYING README NEWS AUTHORS
%{_bindir}/pwmake
%{_bindir}/pwscore
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n pam_pwquality
Summary:	PAM module for %{oname}
Group:		System/Base
Provides:	%{oname} = %{EVRD}
Provides:	%{name} = %{EVRD}
Conflicts:	%{name}-tools < 1.2.4-4
Conflicts:	%{_lib}pwquality1 < 1.2.4-4

%description -n pam_pwquality
PAM module for %{oname}.

%files -n pam_pwquality
/%{_lib}/security/pam_pwquality.so
%{_mandir}/man8/pam_pwquality.8*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{oname}
Group:		System/Libraries
Requires:	cracklib-dicts
Requires:	%{name}-common >= %{EVRD}

%description -n %{libname}
The libpwquality library purpose is to provide common functions for password
quality checking and also scoring them based on their apparent randomness.

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files needed for developing PAM-aware applications and modules for PAM
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{oname}-devel = %{EVRD}

%description -n %{devname}
Files needed for development of applications using the libpwquality library.

%files -n %{devname}
%{_includedir}/%{oname}.h
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{oname}.pc

#----------------------------------------------------------------------------

%if %{with python}
%package -n python-pwquality
Summary:	Python bindings for the libpwquality library
Group:		Development/Python

%description -n python-pwquality
This is pwquality Python module that provides Python bindings for the
libpwquality library. These bindings can be used for easy password quality
checking and generation of random pronounceable passwords from Python
applications.

%files -n python-pwquality
%{py_platsitedir}/%{oname}.so
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .l10n-ru

%build
%configure2_5x \
	--with-securedir=/%{_lib}/security \
	--with-pythonsitedir=%{py_platsitedir} \
%if %{with python}
	--enable-python-bindings \
%else
	--disable-python-bindings \
%endif
	--disable-static \
	--disable-rpath

%make -C po update-gmo
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog
* Wed Feb 04 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.4-6
+ Revision: 7ddfb3f
- Library shouldn't require PAM module



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23229 |14mu|libqmi-1.12.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qmi
%define major 1
%define libname %mklibname %{oname}-glib %{major}
%define devname %mklibname %{oname}-glib -d

Summary:	Library to control QMI devices
Name:		libqmi
Version:	1.12.6
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://cgit.freedesktop.org/libqmi/
Source0:	http://cgit.freedesktop.org/libqmi/snapshot/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.32
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gtk-doc)

%description
A GLib/GIO based library to control QMI devices.

#----------------------------------------------------------------------------

%package -n %{oname}-tools
Summary:	Helper utilities to control QMI devices
Group:		System/Configuration/Networking

%description -n %{oname}-tools
This package contains command line tools to manage such devices.

%files -n %{oname}-tools
%{_bindir}/qmi-network
%{_bindir}/qmicli
%{_libexecdir}/qmi-proxy
%{_mandir}/man1/qmi*.1.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to control QMI devices
Group:		System/Libraries

%description -n %{libname}
A GLib/GIO based library to control QMI devices.

%files -n %{libname}
%{_libdir}/libqmi-glib.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Library to control QMI devices - Development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains files required to link sources against libqmi.

%files -n %{devname}
%{_includedir}/libqmi-glib/
%{_libdir}/libqmi-glib.so
%{_libdir}/pkgconfig/qmi-glib.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
gtkdocize
autoreconf -fi
%configure2_5x \
	--disable-static \
	--disable-gtk-doc-html

%make

%install
%makeinstall_std

# (tpg) kill docs
rm -rf %{buildroot}%{_datadir}/gtk-doc/


%changelog

* Sat Dec 19 2015 Tigro <ashejn@gmail.com> 1.12.6-1
- (68313d9) update to 1.12.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23230 |14mu|libquicktime-1.2.4-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname quicktime %{major}
%define devname %mklibname quicktime -d

######################
# Hardcore PLF build
%define build_plf 0
######################

%{?_with_plf: %{expand: %%global build_plf 1}}
%if %{build_plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define distsuffix plf
%endif

Summary:	A library for manipulating QuickTime files
Name:		libquicktime
Version:	1.2.4
Release:	10%{?extrarelsuffix}
%if %{build_plf}
License:	GPLv2+
%else
License:	LGPLv2+
%endif
Group:		Video
Url:		http://libquicktime.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/libquicktime/%{name}-%{version}.tar.gz
Patch0:		libquicktime-1.2.2-ffmpeg07.patch
Patch1:		libquicktime-1.2.4-ffmpeg2.patch
Patch2:		libquicktime-1.2.4-ffmpeg3.patch
Patch3:		libquicktime-1.2.4-integer_overflow.patch
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	doxygen
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(schroedinger-1.0)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xv)

%description
Libquicktime is a library for reading and writing QuickTime files
on UNIX systems. Video CODECs supported by this library are OpenDivX, MJPA,
JPEG Photo, PNG, RGB, YUV 4:2:2, and YUV 4:2:0 compression.  Supported
audio CODECs are Ogg Vorbis, IMA4, ulaw, and any linear PCM format.

Libquicktime is based on the quicktime4linux library.  Libquicktime add
features such as a GNU build tools-based build process and dynamically
loadable CODECs.

%if %{build_plf}
This package is in restricted as it violates some patents.
%endif

%files -f %{name}.lang
%doc README
%dir %{_libdir}/libquicktime/
%{_libdir}/libquicktime/lqt_audiocodec.so
%{_libdir}/libquicktime/lqt_ffmpeg.so
%{_libdir}/libquicktime/lqt_mjpeg.so
%{_libdir}/libquicktime/lqt_png.so
%{_libdir}/libquicktime/lqt_videocodec.so
%{_libdir}/libquicktime/lqt_rtjpeg.so
%{_libdir}/libquicktime/lqt_schroedinger.so
%{_libdir}/libquicktime/lqt_vorbis.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of libquicktime
Group:		System/Libraries

%description -n %{libname}
Libquicktime is a library for reading and writing QuickTime files
on UNIX systems. Video CODECs supported by this library are OpenDivX, MJPA,
JPEG Photo, PNG, RGB, YUV 4:2:2, and YUV 4:2:0 compression.  Supported
audio CODECs are Ogg Vorbis, IMA4, ulaw, and any linear PCM format.

Libquicktime is based on the quicktime4linux library.  Libquicktime add
features such as a GNU build tools-based build process and dynamically
loadable CODECs.

%files -n %{libname}
%{_libdir}/libquicktime.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and development documentation for libquicktime
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	libquicktime-devel = %{EVRD}
Provides:	quicktime-devel = %{EVRD}
Provides:	quicktime-static-devel = %{EVRD}

%description -n %{devname}
Header files and development documentation for libquicktime.

%files -n %{devname}
%{_libdir}/libquicktime.so
%{_includedir}/lqt
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package dv
Summary:	Libquicktime plugin supporting the DV codec
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(libdv)

%description dv
Libquicktime plugin supporting the DV codec

%files dv
%{_libdir}/libquicktime/lqt_dv.so

#----------------------------------------------------------------------------

%package progs
Summary:	Useful tools to operate at QuickTime files
Group:		Video
Requires:	%{name} = %{EVRD}

%description progs
Useful tools to operate on QuickTime files.

%files progs
%doc README TODO
%{_bindir}/libquicktime_config
%{_bindir}/lqtplay
%{_bindir}/lqtremux
%{_bindir}/lqt_transcode
%{_bindir}/qt*
%{_mandir}/man1/lqtplay.1*

%if %{build_plf}
#----------------------------------------------------------------------------

%package lame
Summary:	Libquicktime plugin supporting the MP3 codec
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	lame-devel

%description lame
This is a libquicktime plugin supporting the MP3 codec based on lame.

This package is in restricted as it violates some patents.

%files lame
%{_libdir}/libquicktime/lqt_lame.so

#----------------------------------------------------------------------------

%package faac
Summary:	Libquicktime plugin for encoding AAC
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	libfaac-devel

%description faac
This is a libquicktime plugin for AAC encoding based on faac.

This package is in restricted as it violates some patents.

%files faac
%{_libdir}/libquicktime/lqt_faac.so

#----------------------------------------------------------------------------

%package faad
Summary:	Libquicktime plugin for decoding AAC
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	libfaad2-devel

%description faad
This is a libquicktime plugin for AAC decoding based on faad2.

This package is in restricted as it violates some patents.

%files faad
%{_libdir}/libquicktime/lqt_faad2.so

#----------------------------------------------------------------------------

%package x264
Summary:	Libquicktime plugin for encoding H.264/MPEG-4 streams
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(x264)

%description x264
This is a libquicktime plugin for encoding H.264/MPEG-4 streams.

This package is in restricted as it violates some patents.

%files x264
%{_libdir}/libquicktime/lqt_x264.so

#----------------------------------------------------------------------------

%endif

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%configure2_5x \
	--with-libdv \
%ifarch x86_64
	--with-pic \
%endif
%if %{build_plf}
	--enable-gpl
%endif

%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/libquicktime/*a
rm -f %{buildroot}%{_libdir}/libquicktime/lqt_opendivx.so

%find_lang %{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23231 |14mu|libraw-0.17.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname LibRaw
%define major 15
%define libname %mklibname raw %{major}
%define libname_r %mklibname raw_r %{major}
%define devname %mklibname raw -d

Summary:	Library for reading and processing of RAW digicam images
Name:		libraw
Version:	0.17.1
Release:	1
License:	GPLv3+
Group:		Development/C
Url:		http://www.libraw.org
Source0:	http://www.libraw.org/data/%{oname}-%{version}.tar.gz
Source1:	http://www.libraw.org/data/%{oname}-demosaic-pack-GPL2-%{version}.tar.gz
Source2:	http://www.libraw.org/data/%{oname}-demosaic-pack-GPL3-%{version}.tar.gz
BuildRequires:	gomp-devel
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lcms2)

%description
LibRaw is a library for reading RAW files from digital photo cameras
(CRW/CR2, NEF, RAF, DNG, MOS, KDC, DCR, etc, virtually all RAW formats are
supported).

It pays special attention to correct retrieval of data required for subsequent
RAW conversion.

The library is intended for embedding in RAW converters, data analyzers, and
other programs using RAW files as the initial data.

Since LibRaw is linked against LibRaw-demosaic-pack-GPL2 and
LibRaw-demosaic-pack-GPL3 the global license is GPLv3.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for reading and processing of RAW digicam images
Group:		System/Libraries

%description -n %{libname}
This package contains a shared library for %{name}.

%files -n %{libname}
%{_libdir}/libraw.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libname_r}
Summary:	Library for reading and processing of RAW digicam images
Group:		System/Libraries

%description -n %{libname_r}
This package contains a shared library for %{name}.

%files -n %{libname_r}
%{_libdir}/libraw_r.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	LibRaw development files and headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libname_r} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files and headers for %{oname}.

%files -n %{devname}
%doc LICENSE* Changelog.* README README.demosaic-packs html/
%{_includedir}/libraw
%{_libdir}/libraw.so
%{_libdir}/libraw_r.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package tools
Summary:	Command line tools from %{oname}
Group:		Graphics

%description tools
This packages provides tools to manipulate raw files.

%files tools
%{_bindir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version} -b1 -b2
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-openmp
%make

%install
%makeinstall_std

# The source tree has these with execute permissions for some reason
chmod 644 LICENSE.CDDL LICENSE.LGPL LICENSE.LibRaw.pdf

# let files section handle docs
rm -rf %{buildroot}%{_datadir}/doc/*
#rm -rf %{buildroot}%{_datadir}/%{name}

# move docs to a better location
mv doc html


%changelog

* Sat Feb 06 2016 Denis Silakov <dsilakov@gmail.com> 0.17.1-1
- (bb2e296) Updated to 0.17.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23232 |14mu|libreadline-java-0.8.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%bcond_with             readline
%define section         free

Name:           libreadline-java
Version:        0.8.1
Release:        6
Epoch:          0
Summary:        Java wrapper for the GNU-readline library
License:        LGPL
URL:            http://java-readline.sourceforge.net/
Source0:        http://download.sourceforge.net/java-readline/libreadline-java-%{version}-src.tar.gz
Patch0:         %{name}-ncurses.patch
BuildRequires:  java-rpmbuild >= 0:1.6
%if %with readline
BuildRequires:  readline-devel
%else
BuildRequires:  edit-devel
%endif
BuildRequires:  pkgconfig(ncurses)
Provides:       java_readline = %{epoch}:%{version}-%{release}
Provides:       gnu.readline = %{epoch}:%{version}-%{release}
Group:          Development/Java
BuildRequires:  java-1.7.0-openjdk

%description
Java-Readline is a port of GNU Readline for Java. Or, to be more 
precise, it is a JNI-wrapper to Readline. It is distributed under 
the LGPL.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -q
%apply_patches
%{_bindir}/find . -type d -name CVS | %{_bindir}/xargs -t rm -r
%{_bindir}/find . -type f -name "*.dll" | %{_bindir}/xargs -t rm
%{__perl} -pi -e 's|javadoc |%{javadoc} |g;' \
              -e 's|jar -c|%{jar} -c|g;' \
  Makefile

%build
export JAVA_HOME=%{java_home}
%if %with readline
make T_LIBS=JavaReadline JAVAC=%{javac} JC_FLAGS="" LIBPATH="-L%{_libdir}"
%else
make T_LIBS=JavaEditline JAVAC=%{javac} JC_FLAGS="" LIBPATH="-L%{_libdir}"
%endif
make apidoc

%install
# jar
%{__mkdir_p} %{buildroot}%{_jnidir}
%{__install} -m 644 %{name}.jar %{buildroot}%{_jnidir}/%{name}-%{version}.jar
(cd %{buildroot}%{_jnidir} && for jar in *-%{version}*; do \
%{__ln_s} ${jar} ${jar/-%{version}/}; done)
# lib
%{__mkdir_p} %{buildroot}%{_libdir}
%if %with readline
%{__install} -m 755 libJavaReadline.so %{buildroot}%{_libdir}/libJavaReadline.so
%else
%{__install} -m 755 libJavaEditline.so %{buildroot}%{_libdir}/libJavaEditline.so
%endif

# javadoc
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%files
%defattr(0644,root,root,0755)
%doc COPYING.LIB NEWS README README.1st TODO VERSION contrib
%attr(0755,root,root) %{_libdir}/*.so
%{_jnidir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog

* Mon Apr 06 2015 Tigro <ashejn@yandex-team.ru> 0:0.8.1-6
- (58db4c5) update ncurses patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23233 |14mu|librelp-1.2.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define libname	%mklibname relp %{major}
%define devname	%mklibname relp -d

Summary:	Reliable Event Logging Protocol (RELP) library
Name:		librelp
Version:	1.2.7
Release:	1
License:	GPLv3+
Group:		System/Libraries
Url:		http://www.librelp.com/
Source0:	http://download.rsyslog.com/librelp/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig(gnutls)

%description
librelp is an easy to use library for the RELP protocol. RELP in turn provides
reliable event logging over the network (and consequently RELP stands for
Reliable Event Logging Protocol). RELP was initiated by Rainer Gerhards after
he was finally upset by the lossy nature of plain tcp syslog and wanted a cure
for all these dangling issues.

%package -n	%{libname}
Summary:	Reliable Event Logging Protocol (RELP) library
Group:		System/Libraries

%description -n	%{libname}
librelp is an easy to use library for the RELP protocol. RELP in turn provides
reliable event logging over the network (and consequently RELP stands for
Reliable Event Logging Protocol). RELP was initiated by Rainer Gerhards after
he was finally upset by the lossy nature of plain tcp syslog and wanted a cure
for all these dangling issues.

%package -n	%{devname}
Summary:	Development files for the %{libname} library
Group:		Development/C
Requires:	%{libname} >= %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	relp-devel = %{version}-%{release}

%description -n	%{devname}
Development files for the %{libname} library.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%check
make check

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/librelp.so.%{major}*

%files -n %{devname}
%doc ChangeLog doc/*.html
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Thu Oct 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.7-1
+ Revision: eb7c21c
- Updated to 1.2.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23234 |14mu|libreoffice-5.2.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}
%define _binary_payload w1.xzdio
%define _source_payload w1.xzdio

%bcond_without l10n
%bcond_with icecream
%bcond_with ccache

%if %{with l10n}
%define langs en-US af ar as bg bn br bs ca cs cy da de dz el en-GB es et eu fa fi fr ga gl gu he hi hr hu it ja ko kn lt lv mai mk ml mr nb nl nn nr nso or pa-IN pl pt pt-BR ro ru si sk sl sr ss st sv ta te th tn tr ts uk ve xh zh-TW zh-CN zu
%define helplangs ar bg bn bs ca cs da de dz el en-GB es et eu fi fr gl gu he hi hr hu it ja ko lt lv mk nb nl nn pl pt pt-BR ro ru si sk sl sv ta tr uk zh-CN zh-TW en-US
%else
%define langs en-US
%define helplangs en-US
%endif

%define javaless 1

%define relurl http://download.documentfoundation.org/libreoffice/src/%{version}
%define devurl http://dev-www.libreoffice.org/ooo_external
%define srcurl http://dev-www.libreoffice.org/src/
%define oxyurl http://ooo.itc.hu/oxygenoffice/download/libreoffice/
%define distroname ROSA
%define ooname libreoffice
%define buildver %{version}.2
%define ooodir %{_libdir}/libreoffice
%define antpath %{_builddir}/libreoffice-%{version}/apache-ant-1.10.1

%define ccachedir ~/.ccache-OOo

%if %{_use_internal_dependency_generator}
%define __noautoreq 'libjawt.so|libmyspell.so|libstlport_gcc.so|libmono.so|mono|devel\\(libunoidl(.*)'
%define __noautoprov libsndfile.so\\|libportaudio.so\\|libdb-4.2.so\\|libdb_java-4.2.so\\|libmyspell.so\\|libstlport_gcc.so\\|librdf.so.0\\|libraptor.so.1\\|libxmlsec1-nss.so.1\\|libxmlsec1.so.1
%else
%define _requires_exceptions libjawt.so\\|libmyspell.so\\|libstlport_gcc.so\\|libmono.so\\|mono\\|devel(libunoidl)\\|devel(libunoidl(64bit))
%define _provides_exceptions libsndfile.so\\|libportaudio.so\\|libdb-4.2.so\\|libdb_java-4.2.so\\|libmyspell.so\\|libstlport_gcc.so\\|librdf.so.0\\|libraptor.so.1\\|libxmlsec1-nss.so.1\\|libxmlsec1.so.1
%endif

Summary:	Office suite
Name:		libreoffice
Epoch:		1
Version:	5.2.7
Release:	1
License:	(MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic
Group:		Office
Url:		http://www.libreoffice.org

Source0:	%{relurl}/%{ooname}-%{buildver}.tar.xz
Source1:	%{relurl}/%{ooname}-dictionaries-%{buildver}.tar.xz
Source2:	%{relurl}/%{ooname}-help-%{buildver}.tar.xz
Source3:	%{relurl}/%{ooname}-translations-%{buildver}.tar.xz
Source4:	http://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll

# Unused, should be dropped in future package updates
Source10:	Mandriva-Rosa_Icons.tar.bz2
%if %{javaless}
Source20:	http://archive.apache.org/dist/ant/binaries/apache-ant-1.10.1-bin.tar.bz2
Source30:	%{devurl}/048751f3271906db5126ab76870444c4-commons-codec-1.9-src.zip
Source31:	%{devurl}/2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz
Source32:	%{devurl}/8ab049135b2d15313da5d9f0656894a1-commons-lang3-3.3.1-src.tar.gz
Source321:	%{devurl}/commons-logging-1.2-src.tar.gz
%endif
Source33:	%{devurl}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
Source34:	%{devurl}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
Source35:	%{devurl}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
Source36:	%{devurl}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
Source37:	%{devurl}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip

# External Download Sources
#Source40:	http://hg.services.openoffice.org/binaries/1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz

# Extensions
Source50:	%{srcurl}451ccf439a36a568653b024534669971-ConvertTextToNumber-1.3.2.oxt
Source51:	%{srcurl}b63e6340a02ff1cacfeadb2c42286161-JLanguageTool-1.7.0.tar.bz2
Source52:	%{oxyurl}3ed18025a766f1e955707b969c8113a5-Barcode_1.3.5.0.oxt
Source53:	%{oxyurl}8d74685d41f8bffe8c3e71fe8deac09d-SmART_0.9.5.oxt
Source54:	%{oxyurl}b632bdd25649cc4067bcb410bae23d2b-hunart_0.3.oxt
Source55:	%{srcurl}27211596cf0ad97cab7321239406fde0-gdocs_3.0.1_modified.oxt
Source56:	%{srcurl}b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_0.9.5.oxt
Source57:	%{oxyurl}9d60b6cfa3ef1926848710bbcd11115b-typo_0.4.2.oxt
Source58:	%{oxyurl}bbdd5639ada63e3130761daaecae1a10-Validator_1.1.0.0.oxt
Source59:	%{oxyurl}23bd75552206dfcd8fd4e29137dcac84-WatchWindow_1.2.0.0.oxt
Source60:	%{oxyurl}af9314c5972d95a5d6da23ffad818f68-OOOP-gallery-pack-2.8.0.0.zip
Source61:	%{oxyurl}1be202fbbbc13f10592a98f70a4a87fb-OOOP-templates-pack-2.9.0.0.zip
Source62:	%{oxyurl}53ca5e56ccd4cab3693ad32c6bd13343-Sun-ODF-Template-Pack-de_1.0.0.oxt
Source63:	%{oxyurl}472ffb92d82cf502be039203c606643d-Sun-ODF-Template-Pack-en-US_1.0.0.oxt
Source64:	%{oxyurl}4ad003e7bbda5715f5f38fde1f707af2-Sun-ODF-Template-Pack-es_1.0.0.oxt
Source65:	%{oxyurl}a53080dc876edcddb26eb4c3c7537469-Sun-ODF-Template-Pack-fr_1.0.0.oxt
Source66:	%{oxyurl}09ec2dac030e1dcd5ef7fa1692691dc0-Sun-ODF-Template-Pack-hu_1.0.0.oxt
Source67:	%{oxyurl}b33775feda3bcf823cad7ac361fd49a6-Sun-ODF-Template-Pack-it_1.0.0.oxt
Source68:	%{srcurl}4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
Source69:	%{srcurl}OpenCOLLADA-master-6509aa13af.tar.bz2
Source70:	%{srcurl}1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt
Source71:	%{srcurl}ce12af00283eb90d9281956524250d6e-xmlsec1-1.2.20.tar.gz

Source1000:	libreoffice.rpmlintrc

Patch0:		libreoffice-5.1.1.3-disable-test-languagetag.patch
Patch1:		libreoffice-4.2.5-icu-49.patch
Patch2:		libreoffice-5.1.1.3-disable-test-hsqldb.patch
Patch3:		libreoffice-5.1.1.3-disable-test-firebird.patch

Patch51:	libreoffice-4.4.1.2-impress-kde-crash-hack.patch

# ROSA vendor patch
Patch100:	libreoffice-4.1-vendor.patch
Patch101:	libreoffice-5.2.1.2-desktop-categories.patch
Patch102:	libreoffice-5.2.1.2-desktop-protocols.patch
#Patch103:	libreoffice-5.1.1.3-desktop-startcenter-nodisplay.patch
Patch104:	libreoffice-5.1.2.2-desktop-startcenter-nomate.patch
# Disable gtk3 plugin unless explicitly requested via SAL_USE_VCLPLUGIN=gtk3
# It's still very experimental and doesn't work properly
Patch105:	libreoffice-5.2.3.3-gtk3.patch

BuildRequires:	bison
BuildRequires:	bsh
%if %{with ccache}
BuildRequires:	ccache
%endif
BuildRequires:	desktop-file-utils
BuildRequires:	doxygen >= 1.8.4
BuildRequires:	ed
#BuildRequires:	firebird-devel
BuildRequires:	flex
BuildRequires:	flute
BuildRequires:	git
BuildRequires:	gperf
%if %{with icecream}
BuildRequires:	icecream
%endif
BuildRequires:	icu
BuildRequires:	imagemagick
BuildRequires:	locales-en
BuildRequires:	pentaho-libxml
BuildRequires:	pentaho-reporting-flow-engine
BuildRequires:	perl-Archive-Zip
BuildRequires:	perl-MDK-Common
BuildRequires:	perl-HTML-Parser
BuildRequires:	perl-XML-Twig
BuildRequires:	python-translate >= 1.9.0
BuildRequires:	recode
BuildRequires:	sac
BuildRequires:	servlet3
BuildRequires:	sharutils
BuildRequires:	tcsh
BuildRequires:	unzip
BuildRequires:	xsltproc >= 1.0.19
BuildRequires:	zip
BuildRequires:	boost-devel
BuildRequires:	cups-devel
BuildRequires:	db-devel
BuildRequires:	glm-devel
BuildRequires:	hyphen-devel
BuildRequires:	java-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	lpsolve-devel
BuildRequires:	mysql-connector-c++-devel
BuildRequires:	nas-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	qt4-devel
BuildRequires:	readline-devel
BuildRequires:	unixODBC-devel
BuildRequires:	vigra-devel
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libetonyek-0.1)
BuildRequires:	pkgconfig(libfreehand-0.1)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glitz)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(graphite2)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(icu-le)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libabw-0.1)
BuildRequires:	pkgconfig(libclucene-core)
BuildRequires:	pkgconfig(libcmis-0.5)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libcdr-0.1)
BuildRequires:	pkgconfig(libe-book-0.1)
BuildRequires:	pkgconfig(libeot)
BuildRequires:	pkgconfig(libexttextcat)
BuildRequires:	pkgconfig(libgltf-0.0)
BuildRequires:	pkgconfig(libixion-0.12)
BuildRequires:	pkgconfig(liblangtag)
BuildRequires:	pkgconfig(libmspub-0.1)
BuildRequires:	pkgconfig(libmwaw-0.3) >= 0.3.4
BuildRequires:	pkgconfig(libodfgen-0.1) >= 0.1.0
BuildRequires:	pkgconfig(liborcus-0.11)
BuildRequires:	pkgconfig(libpagemaker-0.0)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(librevenge-0.0)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libsvg)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libucpp)
BuildRequires:	pkgconfig(libvisio-0.1)
BuildRequires:	pkgconfig(libwpd-0.10)
BuildRequires:	pkgconfig(libwpg-0.3)
BuildRequires:	pkgconfig(libwps-0.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(libxul)
BuildRequires:	pkgconfig(mdds-1.2)
BuildRequires:	pkgconfig(mythes)
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(poppler)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(poppler-cpp)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(raptor)
BuildRequires:	pkgconfig(rasqal)
BuildRequires:	pkgconfig(redland)
BuildRequires:	pkgconfig(sane-backends)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(zlib)
%if !%{javaless}
BuildRequires:	ant
BuildRequires:	ant-apache-regexp
BuildRequires:	apache-commons-codec
BuildRequires:	apache-commons-lang
# BuildRequires:	hsqldb1.8.0
BuildRequires:	jakarta-commons-httpclient
BuildRequires:	junit
BuildRequires:	java-1.8.0-openjdk-devel
%endif
Suggests:	%{name}-java = %{EVRD}
# STLport-devel 4.5 + private patches are needed
BuildConflicts:	STLport-devel
# Requres to all our packages
Requires:	%{name}-base = %{EVRD}
Requires:	%{name}-calc = %{EVRD}
Requires:	%{name}-draw = %{EVRD}
Requires:	%{name}-impress = %{EVRD}
Requires:	%{name}-math = %{EVRD}
Requires:	%{name}-writer = %{EVRD}
Provides:	LibreOffice = %{EVRD}
Provides:	LibreOffice-libs = %{EVRD}

%description
LibreOffice is an Open Source, community-developed, multi-platform
office productivity suite. It includes the key desktop applications,
such as a word processor, spreadsheet, presentation manager, formula
editing and drawing program, with a user interface and feature set
similar to other office suites. Sophisticated and flexible,
LibreOffice also works transparently with a variety of file
formats, including Microsoft Office.

%files

#----------------------------------------------------------------------------

%package base
Summary:	LibreOffice office suite - database
Group:		Office
Requires:	%{name}-common = %{EVRD}
Requires:	%{name}-java = %{EVRD}
# Require openjdk, we have problems with Oracle Java
Requires:	java-openjdk

%description base
This package contains the database component for LibreOffice.

You can extend the functionality of LibreOffice Base by installing these
packages:

 * unixodbc: ODBC database support
 * libmyodbc | odbc-postgresql | libsqliteodbc | tdsodbc | mdbtools: ODBC
   drivers for:
   - MySQL
   - PostgreSQL
   - SQLite
   - MS SQL / Sybase SQL
   - *.mdb (JET / MS Access)
 * libmysql-java | libpg-java | libsapdbc-java: JDBC Drivers
   for:
   - MySQL
   - PostgreSQL
   - MaxDB

%files base -f file-lists/base_list.txt
%{_mandir}/man1/lobase*
%{_iconsdir}/hicolor/scalable/apps/mandriva-rosa-lo-base_72.svg
%{ooodir}/share/xdg/base.desktop
%{_datadir}/appdata/libreoffice-base.appdata.xml

#----------------------------------------------------------------------------

%package calc
Summary:	LibreOffice office suite - spreadsheet
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description calc
This package contains the spreadsheet component for LibreOffice.

%files calc -f file-lists/calc_list.txt
%{_mandir}/man1/localc*
%{_iconsdir}/hicolor/scalable/apps/mandriva-rosa-lo-calc_72.svg
%{ooodir}/share/xdg/calc.desktop
%{_datadir}/appdata/libreoffice-calc.appdata.xml

#----------------------------------------------------------------------------

%package common
Summary:	LibreOffice office suite common files
Group:		Office
# Require at least one style to be installed
Requires:	%{name}-style = %{EVRD}
# But force galaxy style because it was used by default
Requires:	%{name}-style-galaxy = %{EVRD}
# And oxygen too, it should be default for KDE 4
Requires:	%{name}-style-oxygen = %{EVRD}
# And breeze too, it should be default for Plasma 5
Requires:	%{name}-style-breeze = %{EVRD}
Suggests:	%{name}-help-en_US = %{EVRD}
# And then general requires for OOo follows
Requires:	ghostscript
Requires:	fonts-ttf-liberation
Requires:	desktop-common-data >= 2008
# rpm will automatically grab the require for libsane1, but there are some
# configs needed at this package, so we must require it too.
Requires:	sane-backends
# Due to {_bindir}/paperconf
# Requires:	paper-utils
# Upstream merged
Conflicts:	%{name}-core < %{EVRD}
Obsoletes:	%{name}-core < %{EVRD}
Conflicts:	%{name}-java-common < %{EVRD}
Obsoletes:	%{name}-java-common < %{EVRD}
Conflicts:	%{name}-dtd-officedocument1.0 < %{EVRD}
Obsoletes:	%{name}-dtd-officedocument1.0 < %{EVRD}
Conflicts:	%{name}-extension-xsltfilter < %{EVRD}
Obsoletes:	%{name}-extension-xsltfilter < %{EVRD}
Conflicts:	%{name}-openclipart < 1:5.1.2-2

%description common
This package contains the application-independent files of LibreOffice.

%files common -f file-lists/core_list.txt
%{_iconsdir}/hicolor/scalable/apps/mandriva-rosa-lo_72.svg
%{_mandir}/man1/loffice*
%{_mandir}/man1/lofromtemplate*
%{_mandir}/man1/libreoffice*
%{_mandir}/man1/unopkg.1*
%{_libdir}/libreoffice/program/classes/ScriptProviderForBeanShell.jar
%{_libdir}/libreoffice/program/services/scriptproviderforbeanshell.rdb
%{ooodir}/share/gallery/sg24.*
%{ooodir}/share/libreofficekit/handle_*.png

#----------------------------------------------------------------------------

%package java
Summary:	Java dependent parts of LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}
# (tpg) https://issues.openmandriva.org/show_bug.cgi?id=1056
Requires:	pentaho-reporting-flow-engine

%description java
Java dependent parts of LibreOffice.

This package contains templates and other optional parts of LibreOffice
that require a Java stack (such as OpenJDK) to be installed.

%files java -f file-lists/java_common_list.txt

#----------------------------------------------------------------------------

%package devel
Summary:	LibreOffice SDK - development files
Group:		Office
Requires:	%{name}-common = %{EVRD}
%if "%{_lib}" == "lib64"
Provides:	devel(libxmlreader(64bit)) = %{EVRD}
Provides:	devel(libxmlreaderlo(64bit)) = %{EVRD}
Provides:	devel(libreg(64bit)) = %{EVRD}
Provides:	devel(libreglo(64bit)) = %{EVRD}
%else
Provides:	devel(libxmlreader) = %{EVRD}
Provides:	devel(libxmlreaderlo) = %{EVRD}
Provides:	devel(libreg) = %{EVRD}
Provides:	devel(libreglo) = %{EVRD}
%endif

%description devel
This package contains the files needed to build plugins/add-ons for
LibreOffice (includes, IDL files, build tools, ...). It also contains the
zipped source of the UNO Java libraries for use in IDEs like eclipse.

%files devel -f file-lists/sdk_list.uniq.sorted.txt

#----------------------------------------------------------------------------

%package devel-doc
Summary:	LibreOffice SDK - documentation
Group:		Office

%description devel-doc
This package contains the documentation of the LibreOffice SDK:

 * C++/Java API reference
 * IDL reference
 * C++/Java/Basic examples

It also contains the gsicheck utility.

%files devel-doc -f file-lists/sdk_doc_list.txt

#----------------------------------------------------------------------------

%package draw
Summary:	LibreOffice office suite - drawing
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description draw
This package contains the drawing component for LibreOffice.

%files draw -f file-lists/draw_list.txt
%{_iconsdir}/hicolor/scalable/apps/mandriva-rosa-lo-draw_72.svg
%{_mandir}/man1/lodraw*
%{ooodir}/share/xdg/draw.desktop
%{_datadir}/appdata/libreoffice-draw.appdata.xml

#----------------------------------------------------------------------------

%package gnome
Summary:	GNOME Integration for LibreOffice (VFS, GConf)
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description gnome
This package contains the GNOME VFS support and a GConf backend.

%files gnome -f file-lists/gnome_list.uniq.sorted.txt

#----------------------------------------------------------------------------

%package impress
Summary:	LibreOffice office suite - presentation
Group:		Office
Requires:	%{name}-common = %{EVRD}
Requires:	%{name}-draw = %{EVRD}
Obsoletes:	%{name}-presentation-minimizer < %{EVRD}

%description impress
This package contains the presentation component for LibreOffice.

%files impress -f file-lists/impress_list.txt
%{_iconsdir}/hicolor/scalable/apps/mandriva-rosa-lo-impress_72.svg
%{_mandir}/man1/loimpress*
%{ooodir}/share/xdg/impress.desktop
%{_datadir}/appdata/libreoffice-impress.appdata.xml

#----------------------------------------------------------------------------

%package kde4
Summary:	KDE4 Integration for LibreOffice (Widgets, Dialogs, Addressbook)
Group:		Office
Requires:	%{name}-common = %{EVRD}
Suggests:	%{name}-style-oxygen = %{EVRD}

%description kde4
This package contains the KDE4 plugin for drawing LibreOffice widgets with
KDE4/Qt4.x and a KDEish File Picker when running under KDE4.

%files kde4 -f file-lists/kde4_list.txt

#----------------------------------------------------------------------------

%package math
Summary:	LibreOffice office suite - equation editor
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description math
This package contains the equation editor component for LibreOffice.

%files math -f file-lists/math_list.txt
%{_iconsdir}/hicolor/scalable/apps/mandriva-rosa-lo-math_72.svg
%{_mandir}/man1/lomath*
%{ooodir}/share/xdg/math.desktop

#----------------------------------------------------------------------------

%package openclipart
Summary:	LibreOffice Open Clipart data
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description openclipart
This package contains the LibreOffice Open Clipart data, including images
and sounds.

%files openclipart
%{ooodir}/share/gallery/Draws
%{ooodir}/share/gallery/Elements
%{ooodir}/share/gallery/Photos
%{ooodir}/share/gallery/apples*
%{ooodir}/share/gallery/arrows*
%{ooodir}/share/gallery/bigapple*
%{ooodir}/share/gallery/bullets*
%{ooodir}/share/gallery/computers*
%{ooodir}/share/gallery/diagrams*
%{ooodir}/share/gallery/education*
%{ooodir}/share/gallery/environment*
%{ooodir}/share/gallery/finance*
%{ooodir}/share/gallery/flower*
%{ooodir}/share/gallery/htmlexpo*
%{ooodir}/share/gallery/people*
%{ooodir}/share/gallery/sg[0-9]*.*
%{ooodir}/share/gallery/sky.*
%{ooodir}/share/gallery/sounds*
%{ooodir}/share/gallery/symbols*
%{ooodir}/share/gallery/transportation*
%{ooodir}/share/gallery/txtshapes*
%{ooodir}/share/gallery/www-back*
%{ooodir}/share/gallery/www-graf*
%exclude %{ooodir}/share/gallery/sg24.*

#----------------------------------------------------------------------------

%package pyuno
Summary:	Python bindings for UNO library
Group:		Office
Requires:	%{name}-common = %{EVRD}
# mailmerge.py was packaged in libreoffice-common by mistake
Conflicts:	%{name}-common < 1:4.4.7
Conflicts:	%{name}-mailmerge < %{EVRD}
Obsoletes:	%{name}-mailmerge < %{EVRD}

%description pyuno
This package contains the Python bindings for the UNO library.

%files pyuno -f file-lists/pyuno_list.txt

#----------------------------------------------------------------------------

%package style-breeze
Summary:	Breeze symbol style for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-style = %{EVRD}
Obsoletes:	%{name}-style-crystal < 1:5.1.1

%description style-breeze
This package contains the "breeze" symbol style, needs to be manually
enabled in the LibreOffice option menu.

%files style-breeze
%{ooodir}/share/config/images_breeze.zip

#----------------------------------------------------------------------------

%package style-galaxy
Summary:	Default symbol style for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-style = %{EVRD}
Conflicts:	%{name}-common < 1:4.4.1

%description style-galaxy
This package contains the "Galaxy" symbol style from Sun, normally used on
MS Windows (tm) and when not using GNOME or KDE. Needs to be manually enabled
in the LibreOffice option menu.

%files style-galaxy
%{ooodir}/share/config/images_galaxy.zip

#----------------------------------------------------------------------------

%package style-hicontrast
Summary:	Hicontrast symbol style for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-style = %{EVRD}

%description style-hicontrast
This package contains the "hicontrast" symbol style, needs to be manually
enabled in the LibreOffice option menu.

%files style-hicontrast
%{ooodir}/share/config/images_hicontrast.zip

#----------------------------------------------------------------------------

%package style-oxygen
Summary:	Oxygen symbol style for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-style = %{EVRD}

%description style-oxygen
This package contains the "oxygen" symbol style, default style for KDE4.

%files style-oxygen
%{ooodir}/share/config/images_oxygen.zip

#----------------------------------------------------------------------------

%package style-sifr
Summary:	Sifr symbol style for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-style = %{EVRD}
Conflicts:	%{name}-common < 1:5.1.1

%description style-sifr
This package contains the "sifr" symbol style, needs to be manually
enabled in the LibreOffice option menu.

%files style-sifr
%{ooodir}/share/config/images_sifr.zip

#----------------------------------------------------------------------------

%package style-tango
Summary:	Tango symbol style for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-style = %{EVRD}

%description style-tango
This package contains the "tango" symbol style, default style for GTK/Gnome.

%files style-tango
%{ooodir}/share/config/images_tango.zip

#----------------------------------------------------------------------------

%package writer
Summary:	LibreOffice office suite - word processor
Group:		Office
Requires:	%{name}-common = %{EVRD}
Suggests:	libreoffice-pagination

%description writer
This package contains the word processor component for LibreOffice.

%files writer -f file-lists/writer_list.txt
%{_iconsdir}/hicolor/scalable/apps/mandriva-rosa-lo-writer_72.svg
%{_mandir}/man1/loweb*
%{_mandir}/man1/lowriter*
%{ooodir}/share/xdg/writer.desktop
%{_datadir}/appdata/libreoffice-writer.appdata.xml

#----------------------------------------------------------------------------

%package wiki-publisher
Summary:	LibreOffice office suite - Wiki Publisher extension
Group:		Office
Requires:	%{name}-common = %{EVRD}
Requires:	%{name}-writer = %{EVRD}
%if !%{javaless}
Requires:	apache-commons-codec
Requires:	apache-commons-lang
Requires:	jakarta-commons-httpclient
Requires:	apache-commons-logging
%endif

%description wiki-publisher
With Wiki Publisher extesion is possible by using %{name}-writer to create 
wiki page articles on MediaWiki servers without having to know the syntax of 
MediaWiki markup language. This extension also enables publishing of the
wiki pages.

%files wiki-publisher
%{ooodir}/share/extensions/wiki-publisher

#----------------------------------------------------------------------------

%package extension-barcode
Summary:	LibreOffice extension for generating barcodes
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description extension-barcode
LibreOffice extension for generating barcodes.

%files extension-barcode
%{ooodir}/share/extensions/Barcode

#----------------------------------------------------------------------------

%package extension-converttexttonumber
Summary:	Text to number converter for LibreOffice
Group:		Office
Requires:	%{name}-calc = %{EVRD}

%description extension-converttexttonumber
ConvertTextToNumber replaces numbers and dates, formatted as text, with
real numbers.

Choices can be made about marking of cells, including cells with
non-default decimal separators, conversion of dates, and more.

As a result of the conversion, the text cells will become real numbers,
and then will be counted as expected in formulas Calc.

%files extension-converttexttonumber
%{ooodir}/share/extensions/ConvertTextToNumber

#----------------------------------------------------------------------------

%package extension-gdocs
Summary:	LibreOffice Import/Export filter for Google Docs
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description extension-gdocs
LibreOffice Import/Export filter for Google Docs.

%files extension-gdocs
%{ooodir}/share/extensions/gdocs

#----------------------------------------------------------------------------

%package extension-hunart
Summary:	Hungarian cross-reference toolbar extension for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description extension-hunart
Hungarian cross-reference toolbar extension for LibreOffice.

%files extension-hunart
%{ooodir}/share/extensions/hunart

#----------------------------------------------------------------------------

%package extension-languagetool
Summary:	A LibreOffice extension for style and grammar proofreading
Group:		Office
Requires:	%{name}-writer = %{EVRD}

%description extension-languagetool
A LibreOffice extension for style and grammar proofreading.

%files extension-languagetool
%{ooodir}/share/extensions/LanguageTool

#----------------------------------------------------------------------------

%package extension-mysql
Summary:	MySQL/MariaDB connector for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description extension-mysql
MySQL/MariaDB connector for LibreOffice.

%files extension-mysql
%{ooodir}/share/extensions/mysql-connector-ooo

#----------------------------------------------------------------------------

%package extension-nlpsolver
Summary:	Solver extension for LibreOffice Calc
Group:		Office
Requires:	%{name}-calc = %{EVRD}

%description extension-nlpsolver
Extension integrating a solver engine for optimizing nonlinear programming
models into Calc.

%files extension-nlpsolver
%{ooodir}/share/extensions/nlpsolver

#----------------------------------------------------------------------------

%package extension-numbertext
Summary:	Number-to-Text conversion function for LibreOffice Calc
Group:		Office
Requires:	%{name}-calc = %{EVRD}

%description extension-numbertext
Number-to-Text conversion function for LibreOffice Calc.

%files extension-numbertext
%{ooodir}/share/extensions/numbertext

#----------------------------------------------------------------------------

%package extension-SmART
Summary:	Diagram generator for LibreOffice Draw and Impress
Group:		Office
Url:		http://extensions.libreoffice.org/extension-center/smart
Requires:	%{name}-common = %{EVRD}
Obsoletes:	%{name}-extension-diagram < %{EVRD}

%description extension-SmART
SmART Gallery extension is the advanced version of Diagram (aka. Diagram 2)
for LibreOffice and OpenOffice.org office suites. This Extension is designed
to create your favorite diagrams with few clicks in Draw and Impress
applications.

%files extension-SmART
%{ooodir}/share/extensions/SmART

#----------------------------------------------------------------------------

%package extension-typo
Summary:	Typographic toolbar for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description extension-typo
Typographic toolbar for LibreOffice.

%files extension-typo
%{ooodir}/share/extensions/typo

#----------------------------------------------------------------------------

%package extension-validator
Summary:	A LibreOffice Calc extension that validates cells based on selected rules
Group:		Office
Requires:	%{name}-calc = %{EVRD}

%description extension-validator
A LibreOffice Calc extension that validates cells based on selected rules.

%files extension-validator
%{ooodir}/share/extensions/Validator

#----------------------------------------------------------------------------

%package extension-watchwindow
Summary:	Macro debugging tool for LibreOffice
Group:		Office
Requires:	%{name}-common = %{EVRD}

%description extension-watchwindow
The Watch window allows you to observe the value of variables during the
execution of a program. Define the variable in the Watch text box.
Click on Enable Watch to add the variable to the list box and to display
its values.

%files extension-watchwindow
%{ooodir}/share/extensions/WatchWindow

#----------------------------------------------------------------------------

%package postgresql
Summary:	PostgreSQL connector for LibreOffice
Group:		Office
Requires:	%{name}-base = %{EVRD}

%description postgresql
A PostgreSQl connector for the database front-end for LibreOffice. Allows
creation and management of PostgreSQL databases through a GUI.

%files postgresql
%{ooodir}/program/libpostgresql-sdbclo.so
%{ooodir}/program/libpostgresql-sdbc-impllo.so
%{ooodir}/program/postgresql-sdbc.ini
%{ooodir}/program/services/postgresql-sdbc.rdb
%{ooodir}/share/registry/postgresql.xcd

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-af
Summary:	Afrikaans language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-af
Requires:	urw-fonts
Requires:	myspell-af
Provides:	LibreOffice-l10n-af = %{EVRD}

%description l10n-af
This package contains the localization of LibreOffice in Afrikaans.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ar
Summary:	Arabic language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ar
Requires:	fonts-ttf-arabic
Provides:	LibreOffice-l10n-ar = %{EVRD}

%description l10n-ar
This package contains the localization of LibreOffice in Arabic.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-as
Summary:	Assamese language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-as
Provides:	LibreOffice-l10n-as = %{EVRD}

%description l10n-as
This package contains the localization of LibreOffice in Assamese.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-bg
Summary:	Bulgarian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-bg
Provides:	LibreOffice-l10n-bg = %{EVRD}
Suggests:	%{ooname}-help-bg = %{EVRD}

%description l10n-bg
This package contains the localization of LibreOffice in Bulgarian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-bn
Summary:	Bengali language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-bn
Provides:	LibreOffice-l10n-bn = %{EVRD}
Suggests:	%{ooname}-help-bn = %{EVRD}

%description l10n-bn
This package contains the localization of LibreOffice in Bengali.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-br
Summary:	Breton language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-br
Provides:	LibreOffice-l10n-br = %{EVRD}

%description l10n-br
This package contains the localization of LibreOffice in Breton.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-bs
Summary:	Bosnian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-bs
Provides:	LibreOffice-l10n-bs = %{EVRD}
Suggests:	%{ooname}-help-bs = %{EVRD}

%description l10n-bs
This package contains the localization of LibreOffice in Bosnian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ca
Summary:	Catalan language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ca
Requires:	urw-fonts
Requires:	myspell-ca
Provides:	LibreOffice-l10n-ca = %{EVRD}
Suggests:	%{ooname}-help-ca = %{EVRD}

%description l10n-ca
This package contains the localization of LibreOffice in Catalan.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-cs
Summary:	Czech language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-cs
Requires:	urw-fonts
Requires:	myspell-cs
Requires:	myspell-hyph-cs
Provides:	LibreOffice-l10n-cs = %{EVRD}
Suggests:	%{ooname}-help-cs = %{EVRD}

%description l10n-cs
This package contains the localization of LibreOffice in Czech.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-cy
Summary:	Welsh language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-cy
Requires:	urw-fonts
Requires:	myspell-cy
Provides:	LibreOffice-l10n-cy = %{EVRD}

%description l10n-cy
This package contains the localization of LibreOffice in Welsh.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-da
Summary:	Danish language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-da
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-da, myspell-hyph-da
Provides:	LibreOffice-l10n-da = %{EVRD}
Suggests:	%{ooname}-help-da = %{EVRD}

%description l10n-da
This package contains the localization of LibreOffice in Danish.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-de
Summary:	German language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-de
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-de
Requires:	myspell-hyph-de
Provides:	LibreOffice-l10n-de = %{EVRD}
Suggests:	%{ooname}-help-de = %{EVRD}

%description l10n-de
This package contains the localization of LibreOffice in German.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-dz
Summary:	Dzongkha language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-dz
Provides:	LibreOffice-l10n-dz = %{EVRD}
Suggests:	%{ooname}-help-dz = %{EVRD}

%description l10n-dz
This package contains the localization of LibreOffice in Dzongkha.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-el
Summary:	Greek language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-el
Requires:	fonts-type1-greek
Requires:	myspell-el
Requires:	myspell-hyph-el
Provides:	LibreOffice-l10n-el = %{EVRD}
Suggests:	%{ooname}-help-el = %{EVRD}

%description l10n-el
This package contains the localization of LibreOffice in Greek.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-en_GB
Summary:	British language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-en
Requires:	urw-fonts
Requires:	myspell-en_GB
Requires:	myspell-hyph-en
Provides:	LibreOffice-l10n-en_GB = %{EVRD}
Suggests:	%{ooname}-help-en_GB = %{EVRD}

%description l10n-en_GB
This package contains the localization of LibreOffice in British.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-es
Summary:	Spanish language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-es
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-es
Requires:	myspell-hyph-es
Provides:	LibreOffice-l10n-es = %{EVRD}
Suggests:	%{ooname}-help-es = %{EVRD}

%description l10n-es
This package contains the localization of LibreOffice in Spanish.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-et
Summary:	Estonian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-et
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-et
Requires:	myspell-hyph-et
Provides:	LibreOffice-l10n-et = %{EVRD}
Suggests:	%{ooname}-help-et = %{EVRD}

%description l10n-et
This package contains the localization of LibreOffice in Estonian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-eu
Summary:	Basque language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-eu
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Provides:	LibreOffice-l10n-eu = %{EVRD}
Suggests:	%{ooname}-help-eu = %{EVRD}

%description l10n-eu
This package contains the localization of LibreOffice in Basque.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-fa
Summary:	Farsi language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-fa
Provides:	LibreOffice-l10n-fa = %{EVRD}

%description l10n-fa
This package contains the localization of LibreOffice in Farsi.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-fi
Summary:	Finnish language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-fi
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Provides:	LibreOffice-l10n-fi = %{EVRD}
Suggests:	%{ooname}-help-fi = %{EVRD}

%description l10n-fi
This package contains the localization of LibreOffice in Finnish.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-fr
Summary:	French language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-fr
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-fr
Requires:	myspell-hyph-fr
Provides:	LibreOffice-l10n-fr = %{EVRD}
Suggests:	%{ooname}-help-fr = %{EVRD}

%description l10n-fr
This package contains the localization of LibreOffice in French.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ga
Summary:	Irish language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ga
Provides:	LibreOffice-l10n-ga = %{EVRD}

%description l10n-ga
This package contains the localization of LibreOffice in Irish.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-gl
Summary:	Galician language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-gl
Provides:	LibreOffice-l10n-gl = %{EVRD}
Suggests:	%{ooname}-help-gl = %{EVRD}

%description l10n-gl
This package contains the localization of LibreOffice in Galician.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-gu
Summary:	Gujarati language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-gu
Provides:	LibreOffice-l10n-gu = %{EVRD}
Suggests:	%{ooname}-help-gu = %{EVRD}

%description l10n-gu
This package contains the localization of LibreOffice in Gujarati.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-he
Summary:	Hebrew language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-he
Requires:	urw-fonts
Provides:	LibreOffice-l10n-he = %{EVRD}
Suggests:	%{ooname}-help-he = %{EVRD}

%description l10n-he
This package contains the localization of LibreOffice in Hebrew.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-hi
Summary:	Hindi language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-hi
Requires:	urw-fonts
Provides:	LibreOffice-l10n-hi = %{EVRD}
Suggests:	%{ooname}-help-hi = %{EVRD}

%description l10n-hi
This package contains the localization of LibreOffice in Hindi.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-hr
Summary:	Croatian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-hr
Provides:	LibreOffice-l10n-hr = %{EVRD}
Suggests:	%{ooname}-help-hr = %{EVRD}

%description l10n-hr
This package contains the localization of LibreOffice in Croatian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-hu
Summary:	Hungarian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-hu
Requires:	urw-fonts
Requires:	myspell-hu
Requires:	myspell-hyph-hu
Provides:	LibreOffice-l10n-hu = %{EVRD}
Suggests:	%{ooname}-help-hu = %{EVRD}

%description l10n-hu
This package contains the localization of LibreOffice in Hungarian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-it
Summary:	Italian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-it
Requires:	myspell-hyph-it
Provides:	LibreOffice-l10n-it = %{EVRD}
Suggests:	%{ooname}-help-it = %{EVRD}

%description l10n-it
This package contains the localization of LibreOffice in Italian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ja
Summary:	Japanese language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ja
Requires:	fonts-ttf-japanese
Provides:	LibreOffice-l10n-ja = %{EVRD}
Suggests:	%{ooname}-help-ja = %{EVRD}

%description l10n-ja
This package contains the localization of LibreOffice in Japanese.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-kn
Summary:	Kannada language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-kn
Provides:	LibreOffice-l10n-kn = %{EVRD}

%description l10n-kn
This package contains the localization of LibreOffice in Kannada.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ko
Summary:	Korean language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ko
Requires:	fonts-ttf-korean >= 1.0.2
Provides:	LibreOffice-l10n-ko = %{EVRD}
Suggests:	%{ooname}-help-ko = %{EVRD}

%description l10n-ko
This package contains the localization of LibreOffice in Korean.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-lt
Summary:	Lithuanian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-lt
Provides:	LibreOffice-l10n-lt = %{EVRD}

%description l10n-lt
This package contains the localization of LibreOffice in Lithuanian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-lv
Summary:	Latvian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-lv
Provides:	LibreOffice-l10n-lv = %{EVRD}

%description l10n-lv
This package contains the localization of LibreOffice in Latvian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-mai
Summary:	Maithili language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-mai
Provides:	LibreOffice-l10n-mai = %{EVRD}

%description l10n-mai
This package contains the localization of LibreOffice in Maithili.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ml
Summary:	Malayalam language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ml
Provides:	LibreOffice-l10n-ml = %{EVRD}

%description l10n-ml
This package contains the localization of LibreOffice in Malayalam.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-mk
Summary:	Macedonian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-mk
Provides:	LibreOffice-l10n-mk = %{EVRD}
Suggests:	%{ooname}-help-mk = %{EVRD}

%description l10n-mk
This package contains the localization of LibreOffice in Macedonian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-mr
Summary:	Marathi language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-mr
Provides:	LibreOffice-l10n-mr = %{EVRD}

%description l10n-mr
This package contains the localization of LibreOffice in Marathi.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-nb
Summary:	Norwegian Bokmal language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-no
Requires:	urw-fonts
Provides:	LibreOffice-l10n-nb = %{EVRD}
Suggests:	%{ooname}-help-nb = %{EVRD}

%description l10n-nb
This package contains the localization of LibreOffice in Norwegian Bokmal.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-nl
Summary:	Dutch language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-nl
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-nl
Requires:	myspell-hyph-nl
Provides:	LibreOffice-l10n-nl = %{EVRD}
Suggests:	%{ooname}-help-nl = %{EVRD}

%description l10n-nl
This package contains the localization of LibreOffice in Dutch.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-nn
Summary:	Norwegian Nynorsk language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-no
Requires:	urw-fonts
Provides:	LibreOffice-l10n-nn = %{EVRD}
Suggests:	%{ooname}-help-nn = %{EVRD}

%description l10n-nn
This package contains the localization of LibreOffice in Norwegian Nynorsk.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-nr
Summary:	Ndebele language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-nr
Provides:	LibreOffice-l10n-nr = %{EVRD}

%description l10n-nr
This package contains the localization of LibreOffice in Ndebele.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-nso
Summary:	Northern Shoto language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-nso
Provides:	LibreOffice-l10n-nso = %{EVRD}

%description l10n-nso
This package contains the localization of LibreOffice in Northern Shoto.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-or
Summary:	Oriya language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-or
Provides:	LibreOffice-l10n-or = %{EVRD}

%description l10n-or
This package contains the localization of LibreOffice in Oriya.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-pa_IN
Summary:	Punjabi language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-pa
Provides:	LibreOffice-l10n-pa_IN = %{EVRD}
Provides:	LibreOffice-l10n-pa = %{EVRD}

%description l10n-pa_IN
This package contains the localization of LibreOffice in Punjabi.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-pl
Summary:	Polish language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-pl
Requires:	urw-fonts
Requires:	myspell-pl
Requires:	myspell-hyph-pl
Provides:	LibreOffice-l10n-pl = %{EVRD}
Suggests:	%{ooname}-help-pl = %{EVRD}

%description l10n-pl
This package contains the localization of LibreOffice in Polish.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-pt
Summary:	Portuguese language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-pt
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-pt
Requires:	myspell-hyph-pt
Provides:	LibreOffice-l10n-pt = %{EVRD}
Suggests:	%{ooname}-help-pt = %{EVRD}

%description l10n-pt
This package contains the localization of LibreOffice in Portuguese.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-pt_BR
Summary:	Portuguese Brazilian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	locales-pt
Requires:	urw-fonts
Requires:	myspell-pt_BR
Provides:	LibreOffice-l10n_pt_BR = %{EVRD}
Suggests:	%{ooname}-help-pt_BR = %{EVRD}

%description l10n-pt_BR
This package contains the localization of LibreOffice in Portuguese
Brazilian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ro
Summary:	Romanian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ro
Provides:	LibreOffice-l10n-ro = %{EVRD}

%description l10n-ro
This package contains the localization of LibreOffice in Romanian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ru
Summary:	Russian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ru
Suggests:	fonts-ttf-paratype
Requires:	urw-fonts
Requires:	myspell-ru
Requires:	myspell-hyph-ru
Provides:	LibreOffice-l10n-ru = %{EVRD}
Suggests:	%{ooname}-help-ru = %{EVRD}

%description l10n-ru
This package contains the localization of LibreOffice in Russian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-shs
Summary:	Secwepemctsin language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-shs
Provides:	LibreOffice-l10n-shs = %{EVRD}

%description l10n-shs
This package contains the localization of LibreOffice in Secwepemctsin.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-si
Summary:	Sinhalese language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-si
Provides:	LibreOffice-l10n-si = %{EVRD}
Suggests:	%{ooname}-help-si = %{EVRD}

%description l10n-si
This package contains the localization of LibreOffice in Sinhalese.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-sk
Summary:	Slovak language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-sk
Requires:	urw-fonts
Requires:	myspell-sk
Requires:	myspell-hyph-sk
Provides:	LibreOffice-l10n-sk = %{EVRD}
Suggests:	%{ooname}-help-sk = %{EVRD}

%description l10n-sk
This package contains the localization of LibreOffice in Slovak.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-sl
Summary:	Slovenian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-sl
Requires:	urw-fonts
Requires:	myspell-sl, myspell-hyph-sl
Provides:	LibreOffice-l10n-sl = %{EVRD}
Suggests:	%{ooname}-help-sl = %{EVRD}

%description l10n-sl
This package contains the localization of LibreOffice in Slovenian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-sr
Summary:	Serbian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-sr
Provides:	LibreOffice-l10n-sr = %{EVRD}

%description l10n-sr
This package contains the localization of LibreOffice in Serbian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-st
Summary:	Sotho language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-st
Provides:	LibreOffice-l10n-st = %{EVRD}

%description l10n-st
This package contains the localization of LibreOffice in Sotho.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ss
Summary:	Swati language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ss
Provides:	LibreOffice-l10n-ss = %{EVRD}

%description l10n-ss
This package contains the localization of LibreOffice in Swati.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-sv
Summary:	Swedish language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-sv
Requires:	fonts-ttf-dejavu
Requires:	urw-fonts
Requires:	myspell-sv
Requires:	myspell-hyph-sv
Provides:	LibreOffice-l10n-sv = %{EVRD}
Suggests:	%{ooname}-help-sv = %{EVRD}

%description l10n-sv
This package contains the localization of LibreOffice in Swedish.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ta
Summary:	Tamil language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ta
Requires:	urw-fonts
Provides:	LibreOffice-l10n-ta = %{EVRD}

%description l10n-ta
This package contains the localization of LibreOffice in Tamil.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-te
Summary:	Telugu language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-te
Provides:	LibreOffice-l10n-te = %{EVRD}

%description l10n-te
This package contains the localization of LibreOffice in Telugu.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-th
Summary:	Thai language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-th
Provides:	LibreOffice-l10n-th = %{EVRD}

%description l10n-th
This package contains the localization of LibreOffice in Thai.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-tn
Summary:	Tswana language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-tn
Provides:	LibreOffice-l10n-tn = %{EVRD}

%description l10n-tn
This package contains the localization of LibreOffice in Tswana.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-tr
Summary:	Turkish language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-tr
Requires:	urw-fonts
Provides:	LibreOffice-l10n-tr = %{EVRD}
Suggests:	%{ooname}-help-tr = %{EVRD}

%description l10n-tr
This package contains the localization of LibreOffice in Turkish.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ts
Summary:	Tsonga language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ts
Provides:	LibreOffice-l10n-ts = %{EVRD}

%description l10n-ts
This package contains the localization of LibreOffice in Tsonga.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-uk
Summary:	Ukrainian language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-uk
Provides:	LibreOffice-l10n-uk = %{EVRD}
Suggests:	%{ooname}-help-uk = %{EVRD}

%description l10n-uk
This package contains the localization of LibreOffice in Ukrainian.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-ve
Summary:	Venda language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-ve
Provides:	LibreOffice-l10n-ve = %{EVRD}

%description l10n-ve
This package contains the localization of LibreOffice in Venda.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-xh
Summary:	Xhosa language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-xh
Provides:	LibreOffice-l10n-xh = %{EVRD}

%description l10n-xh
This package contains the localization of LibreOffice in Xhosa.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-zh_CN
Summary:	Chinese Simplified language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-zh
Requires:	fonts-ttf-chinese
Provides:	LibreOffice-l10n-zh_CN = %{EVRD}
Suggests:	%{ooname}-help-zh_CN = %{EVRD}

%description l10n-zh_CN
This package contains the localization of LibreOffice in Chinese Simplified.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-zh_TW
Summary:	Chinese Traditional language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-zh
Requires:	fonts-ttf-chinese
Provides:	LibreOffice-l10n-zh_TW = %{EVRD}
Suggests:	%{ooname}-help-zh_TW = %{EVRD}

%description l10n-zh_TW
This package contains the localization of LibreOffice in Chinese
Traditional.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package l10n-zu
Summary:	Zulu language support for LibreOffice
Group:		Office
Provides:	%{ooname}-l10n = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Requires:	locales-zu
Requires:	urw-fonts
Requires:	myspell-zu
Provides:	LibreOffice-l10n-zu = %{EVRD}

%description l10n-zu
This package contains the localization of LibreOffice in Zulu.
It contains the user interface, the templates and the autotext
features. Please note that not all of these are available for all
possible language. You can switch user interface language using the
standard locales system.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-ar
Summary:	Arabic help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-ar = %{EVRD}
Provides:	LibreOffice-help-ar = %{EVRD}

%description help-ar
This package contains the localized help files of LibreOffice in Arabic.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-bg
Summary:	Bulgarian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-bg = %{EVRD}
Provides:	LibreOffice-help-bg = %{EVRD}

%description help-bg
This package contains the localized help files of LibreOffice in Bulgarian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-bn
Summary:	Bengali help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-bn = %{EVRD}
Provides:	LibreOffice-help-bn = %{EVRD}

%description help-bn
This package contains the localized help files of LibreOffice in Bengali.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-bs
Summary:	Bosnian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-bs = %{EVRD}
Provides:	LibreOffice-help-bs = %{EVRD}

%description help-bs
This package contains the localized help files of LibreOffice in Bosnian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-ca
Summary:	Catalan help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-ca = %{EVRD}
Provides:	LibreOffice-help-ca = %{EVRD}

%description help-ca
This package contains the localized help files of LibreOffice in Catalan.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-cs
Summary:	Czech help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-cs = %{EVRD}
Provides:	LibreOffice-help-cs = %{EVRD}

%description help-cs
This package contains the localized help files of LibreOffice in Czech.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-da
Summary:	Danish help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-da = %{EVRD}
Provides:	LibreOffice-help-da = %{EVRD}

%description help-da
This package contains the localized help files of LibreOffice in Danish.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-de
Summary:	German help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-de = %{EVRD}
Provides:	LibreOffice-help-de = %{EVRD}

%description help-de
This package contains the localized help files of LibreOffice in German.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-dz
Summary:	Dzongkha help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-dz = %{EVRD}
Provides:	LibreOffice-help-dz = %{EVRD}

%description help-dz
This package contains the localized help files of LibreOffice in Dzongkha.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-el
Summary:	Greek help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-el = %{EVRD}
Provides:	LibreOffice-help-el = %{EVRD}

%description help-el
This package contains the localized help files of LibreOffice in Greek.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-en_GB
Summary:	British help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-en_GB = %{EVRD}
Provides:	LibreOffice-help-en_GB = %{EVRD}

%description help-en_GB
This package contains the localized help files of LibreOffice in British.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-en_US
Summary:	American English help for LibreOffice 
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-common = %{EVRD}
Provides:	LibreOffice-help-en_US = %{EVRD}

%description help-en_US
This package contains the localized help files of LibreOffice
in American English.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-es
Summary:	Spanish help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-es = %{EVRD}
Provides:	LibreOffice-help-es = %{EVRD}

%description help-es
This package contains the localized help files of LibreOffice in Spanish.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-et
Summary:	Estonian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-et = %{EVRD}
Provides:	LibreOffice-help-et = %{EVRD}

%description help-et
This package contains the localized help files of LibreOffice in Estonian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-eu
Summary:	Basque help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-eu = %{EVRD}
Provides:	LibreOffice-help-eu = %{EVRD}

%description help-eu
This package contains the localized help files of LibreOffice in Basque.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-fi
Summary:	Finnish help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-fi = %{EVRD}
Provides:	LibreOffice-help-fi = %{EVRD}

%description help-fi
This package contains the localized help files of LibreOffice in Finnish.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-fr
Summary:	French help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-fr = %{EVRD}
Provides:	LibreOffice-help-fr = %{EVRD}

%description help-fr
This package contains the localized help files of LibreOffice in French.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-gu
Summary:	Gujarati help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-gu = %{EVRD}
Provides:	LibreOffice-help-gu = %{EVRD}

%description help-gu
This package contains the localized help files of LibreOffice in Gujarati.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-gl
Summary:	Galician help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-gl = %{EVRD}
Provides:	LibreOffice-help-gl = %{EVRD}

%description help-gl
This package contains the localized help files of LibreOffice in Galician.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-he
Summary:	Hebrew help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-he = %{EVRD}
Provides:	LibreOffice-help-he = %{EVRD}

%description help-he
This package contains the localized help files of LibreOffice in Hebrew.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-hi
Summary:	Hindi help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-hi = %{EVRD}
Provides:	LibreOffice-help-hi = %{EVRD}

%description help-hi
This package contains the localized help files of LibreOffice in Hindi.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-hr
Summary:	Croatian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-hr = %{EVRD}
Provides:	LibreOffice-help-hr = %{EVRD}

%description help-hr
This package contains the localized help files of LibreOffice in Croatian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-hu
Summary:	Hungarian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-hu = %{EVRD}
Provides:	LibreOffice-help-hu = %{EVRD}

%description help-hu
This package contains the localized help files of LibreOffice in Hungarian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-it
Summary:	Italian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-it = %{EVRD}
Provides:	LibreOffice-help-it = %{EVRD}

%description help-it
This package contains the localized help files of LibreOffice in Italian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-ja
Summary:	Japanese help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-ja = %{EVRD}
Provides:	LibreOffice-help-ja = %{EVRD}

%description help-ja
This package contains the localized help files of LibreOffice in Japanese.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-ko
Summary:	Korean help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-ko = %{EVRD}
Provides:	LibreOffice-help-ko = %{EVRD}

%description help-ko
This package contains the localized help files of LibreOffice in Korean.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-lt
Summary:	Lithuanian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-lt = %{EVRD}
Provides:	LibreOffice-help-lt = %{EVRD}

%description help-lt
This package contains the localized help files of LibreOffice in Lithuanian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-lv
Summary:	Latvian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-lv = %{EVRD}
Provides:	LibreOffice-help-lv = %{EVRD}

%description help-lv
This package contains the localized help files of LibreOffice in Latvian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-mk
Summary:	Macedonian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-mk = %{EVRD}
Provides:	LibreOffice-help-mk = %{EVRD}

%description help-mk
This package contains the localized help files of LibreOffice in Macedonian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-nb
Summary:	Norwegian Bokmal help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-nb = %{EVRD}
Provides:	LibreOffice-help-nb = %{EVRD}

%description help-nb
This package contains the localized help files of LibreOffice in Norwegian
Bokmal.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-nl
Summary:	Dutch help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-nl = %{EVRD}
Provides:	LibreOffice-help-nl = %{EVRD}

%description help-nl
This package contains the localized help files of LibreOffice in Dutch.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-nn
Summary:	Norwegian Nynorsk help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-nn = %{EVRD}
Provides:	LibreOffice-help-nn = %{EVRD}

%description help-nn
This package contains the localized help files of LibreOffice in Norwegian
Nynorsk.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-pl
Summary:	Polish help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-pl = %{EVRD}
Provides:	LibreOffice-help-pl = %{EVRD}

%description help-pl
This package contains the localized help files of LibreOffice in Polish.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-pt
Summary:	Portuguese help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-pt = %{EVRD}
Provides:	LibreOffice-help-pt = %{EVRD}

%description help-pt
This package contains the localized help files of LibreOffice in Portuguese.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-pt_BR
Summary:	Portuguese Brazilian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-pt_BR = %{EVRD}
Provides:	LibreOffice-help-pt_BR = %{EVRD}

%description help-pt_BR
This package contains the localized help files of LibreOffice in Portuguese
Brazilian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-ro
Summary:	Romanian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-ro = %{EVRD}
Provides:	LibreOffice-help-ro = %{EVRD}

%description help-ro
This package contains the localized help files of LibreOffice in Romanian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-ru
Summary:	Russian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-ru = %{EVRD}
Provides:	LibreOffice-help-ru = %{EVRD}

%description help-ru
This package contains the localized help files of LibreOffice in Russian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-si
Summary:	Sinhalese help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-si = %{EVRD}
Provides:	LibreOffice-help-si = %{EVRD}

%description help-si
This package contains the localized help files of LibreOffice in Sinhalese.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-sk
Summary:	Slovak help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-sk = %{EVRD}
Provides:	LibreOffice-help-sk = %{EVRD}

%description help-sk
This package contains the localized help files of LibreOffice in Slovak.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-sl
Summary:	Slovenian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-sl = %{EVRD}
Provides:	LibreOffice-help-sl = %{EVRD}

%description help-sl
This package contains the localized help files of LibreOffice in Slovenian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-sv
Summary:	Swedish help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-sv = %{EVRD}
Provides:	LibreOffice-help-sv = %{EVRD}

%description help-sv
This package contains the localized help files of LibreOffice in Swedish.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-ta
Summary:	Tamil help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-ta = %{EVRD}
Provides:	LibreOffice-help-ta = %{EVRD}

%description help-ta
This package contains the localized help files of LibreOffice in Tamil.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-tr
Summary:	Turkish help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-tr = %{EVRD}
Provides:	LibreOffice-help-tr = %{EVRD}

%description help-tr
This package contains the localized help files of LibreOffice in Turkish.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-uk
Summary:	Ukrainian help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-uk = %{EVRD}
Provides:	LibreOffice-help-uk = %{EVRD}

%description help-uk
This package contains the localized help files of LibreOffice in Ukrainian.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-zh_CN
Summary:	Chinese Simplified help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-zh_CN = %{EVRD}
Provides:	LibreOffice-help-zn_CN = %{EVRD}

%description help-zh_CN
This package contains the localized help files of LibreOffice in Chinese
Simplified.
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package help-zh_TW
Summary:	Chinese Traditional help for LibreOffice
Group:		Office
Provides:	%{ooname}-help = %{EVRD}
Requires:	%{ooname}-l10n-zh_TW = %{EVRD}
Provides:	LibreOffice-help-zn_CT = %{EVRD}

%description help-zh_TW
This package contains the localized help files of LibreOffice in Chinese
Traditional.
%endif

#----------------------------------------------------------------------------

%package templates-common
Summary:	Files used by LibreOffice templates
Group:		Office

%description templates-common
Files used by LibreOffice templates.

%files templates-common
%{ooodir}/share/template/common/dummy_common_templates.txt
%{ooodir}/share/template/common/educate
%{ooodir}/share/template/common/finance
%{ooodir}/share/template/common/forms
%{ooodir}/share/template/common/labels
%{ooodir}/share/template/common/layout/31407-squares.otp
%{ooodir}/share/template/common/layout/Blue*.otp
%{ooodir}/share/template/common/layout/Cool_Space.otp
%{ooodir}/share/template/common/layout/Cubes.otp
%{ooodir}/share/template/common/layout/Doppellinie-blau.otp
%{ooodir}/share/template/common/layout/EarthLight.otp
%{ooodir}/share/template/common/layout/Girasoles.otp
%{ooodir}/share/template/common/layout/Glossy.otp
%{ooodir}/share/template/common/layout/Green.otp
%{ooodir}/share/template/common/layout/Grey.otp
%{ooodir}/share/template/common/layout/Hatch.otp
%{ooodir}/share/template/common/layout/Human.otp
%{ooodir}/share/template/common/layout/Infantil.otp
%{ooodir}/share/template/common/layout/Lamp.otp
%{ooodir}/share/template/common/layout/Lay_grafity.otp
%{ooodir}/share/template/common/layout/Lay_wood.otp
%{ooodir}/share/template/common/layout/Marble.otp
%{ooodir}/share/template/common/layout/MediaStyle.otp
%{ooodir}/share/template/common/layout/Mondo*.otp
%{ooodir}/share/template/common/layout/Movie.otp
%{ooodir}/share/template/common/layout/NavyBlue.otp
%{ooodir}/share/template/common/layout/Notepad.otp
%{ooodir}/share/template/common/layout/Openblue.otp
%{ooodir}/share/template/common/layout/Orange.otp
%{ooodir}/share/template/common/layout/PhotoFrame.otp
%{ooodir}/share/template/common/layout/Plantillafiesta.otp
%{ooodir}/share/template/common/layout/Praesentation_Radial_*.otp
%{ooodir}/share/template/common/layout/Quadratisch*.otp
%{ooodir}/share/template/common/layout/RedStar.otp
%{ooodir}/share/template/common/layout/Sidepanel_*.otp
%{ooodir}/share/template/common/layout/Solar.otp
%{ooodir}/share/template/common/layout/Soleil.otp
%{ooodir}/share/template/common/layout/Sunburst.otp
%{ooodir}/share/template/common/layout/Worldwide*.otp
%{ooodir}/share/template/common/layout/abstract*.otp
%{ooodir}/share/template/common/layout/aquarius.otp
%{ooodir}/share/template/common/layout/blau.otp
%{ooodir}/share/template/common/layout/blue-elegance.otp
%{ooodir}/share/template/common/layout/blue.otp
%{ooodir}/share/template/common/layout/carton.otp
%{ooodir}/share/template/common/layout/chalkboard*.otp
%{ooodir}/share/template/common/layout/circulos_*.otp
%{ooodir}/share/template/common/layout/citrus-e.otp
%{ooodir}/share/template/common/layout/compladients.otp
%{ooodir}/share/template/common/layout/cross_*.otp
%{ooodir}/share/template/common/layout/edge-*.otp
%{ooodir}/share/template/common/layout/education-*.otp
%{ooodir}/share/template/common/layout/emotion.otp
%{ooodir}/share/template/common/layout/emotion2.otp
%{ooodir}/share/template/common/layout/eos.otp
%{ooodir}/share/template/common/layout/exec-??.otp
%{ooodir}/share/template/common/layout/fields-of-peace.otp
%{ooodir}/share/template/common/layout/fresh-morning.otp
%{ooodir}/share/template/common/layout/glowing-rectangles.otp
%{ooodir}/share/template/common/layout/golthia.otp
%{ooodir}/share/template/common/layout/green-concentration.otp
%{ooodir}/share/template/common/layout/greenish-wallpaper.otp
%{ooodir}/share/template/common/layout/holiday-*.otp
%{ooodir}/share/template/common/layout/humanist_presentation.otp
%{ooodir}/share/template/common/layout/inspire-*.otp
%{ooodir}/share/template/common/layout/kde.otp
%{ooodir}/share/template/common/layout/keynote.otp
%{ooodir}/share/template/common/layout/letterpress.otp
%{ooodir}/share/template/common/layout/line_*.otp
%{ooodir}/share/template/common/layout/list.txt
%{ooodir}/share/template/common/layout/macos103.otp
%{ooodir}/share/template/common/layout/moebius-strip.otp
%{ooodir}/share/template/common/layout/more-green.otp
%{ooodir}/share/template/common/layout/ooo2.otp
%{ooodir}/share/template/common/layout/ooo2_spot.otp
%{ooodir}/share/template/common/layout/openoffice.org_gulls.otp
%{ooodir}/share/template/common/layout/perspective-*.otp
%{ooodir}/share/template/common/layout/reo-veo*.otp
%{ooodir}/share/template/common/layout/schatten_*.otp
%{ooodir}/share/template/common/layout/science-*.otp
%{ooodir}/share/template/common/layout/sedi.otp
%{ooodir}/share/template/common/layout/standard-*.otp
%{ooodir}/share/template/common/layout/sun.otp
%{ooodir}/share/template/common/layout/texture-*.jpg.otp
%{ooodir}/share/template/common/layout/vortrag_*.otp
%{ooodir}/share/template/common/misc
%{ooodir}/share/template/common/officorr/dummy_common_templates.txt
%{ooodir}/share/template/common/offimisc/dummy_common_templates.txt
%{ooodir}/share/template/common/personal/szivesoldal.otg
%{ooodir}/share/template/common/presnt/dummy_common_templates.txt

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-cs
Summary:	Czech templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-cs
Czech templates for LibreOffice.

%files templates-cs
%{ooodir}/share/template/cs
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-de
Summary:	German templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-de
German templates for LibreOffice.

%files templates-de
%{ooodir}/share/template/de
%{ooodir}/share/extensions/Sun_ODF_Template_Pack_de
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-en_US
Summary:	US English templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-en_US
US English templates for LibreOffice.

%files templates-en_US
%{ooodir}/share/template/en-US
%{ooodir}/share/extensions/Sun_ODF_Template_Pack_en-US
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-es
Summary:	Spanish templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-es
Spanish templates for LibreOffice.

%files templates-es
%{ooodir}/share/template/es
%{ooodir}/share/extensions/Sun_ODF_Template_Pack_es
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-fi
Summary:	Finnish templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-fi
Finnish templates for LibreOffice.

%files templates-fi
%{ooodir}/share/template/fi
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-fr
Summary:	French templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-fr
French templates for LibreOffice.

%files templates-fr
%{ooodir}/share/template/fr
%{ooodir}/share/extensions/Sun_ODF_Template_Pack_fr
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-hu
Summary:	Hungarian templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-hu
Hungarian templates for LibreOffice.

%files templates-hu
%{ooodir}/share/template/hu
%{ooodir}/share/extensions/Sun_ODF_Template_Pack_hu
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-it
Summary:	Italian templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-it
Italian templates for LibreOffice.

%files templates-it
%{ooodir}/share/template/it
%{ooodir}/share/extensions/Sun_ODF_Template_Pack_it
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-ja
Summary:	Japanese templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-ja
Japanese templates for LibreOffice.

%files templates-ja
%{ooodir}/share/template/ja
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-nl
Summary:	Dutch templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-nl
Dutch templates for LibreOffice.

%files templates-nl
%{ooodir}/share/template/nl
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-pl
Summary:	Polish templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-pl
Polish templates for LibreOffice.

%files templates-pl
%{ooodir}/share/template/pl
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-pt_BR
Summary:	Brazilian Portuguese templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-pt_BR
Brazilian Portuguese templates for LibreOffice.

%files templates-pt_BR
%{ooodir}/share/template/pt-BR
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-sv
Summary:	Swedish templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-sv
Swedish templates for LibreOffice.

%files templates-sv
%{ooodir}/share/template/sv
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-tr
Summary:	Turkish templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-tr
Turkish templates for LibreOffice.

%files templates-tr
%{ooodir}/share/template/tr
%endif

#----------------------------------------------------------------------------

%if %{with l10n}
%package templates-zh_CN
Summary:	Simplified Chinese templates for LibreOffice
Group:		Office
Requires:	%{name}-templates-common = %{EVRD}

%description templates-zh_CN
Simplified Chinese templates for LibreOffice.

%files templates-zh_CN
%{ooodir}/share/template/zh-CN
%endif

#----------------------------------------------------------------------------

%prep
%setup -q -c -a 1 -a 2 -a 3
rm -rf git-hooks */git-hooks
for a in */*; do mv `pwd`/$a .; done

#ant
%if %{javaless}
tar -xjvf %{SOURCE20}
%endif
%apply_patches

# to make the friggin cppunit tests work
mkdir -p ~/tmp
chmod 777 ~/tmp

# 4.4.1.2 specific
chmod +x bin/unpack-sources

%build
# Workaround for bug http://qa.mandriva.com/show_bug.cgi?id=27771
# if [ -z $QTDIR ]; then
# . /etc/profile.d/60qt4.sh
# fi
export QT4DIR=%{_libdir}/qt4
%ifarch X86_64
	export QT4INC=/usr/lib/qt4/include
%else
	export QT4INC=%{_libdir}/qt4/include
%endif
export QT4LIB=%{_libdir}/qt4/lib

export KDE4DIR=%{_libdir}/kde4
%ifarch X86_64
	export KDE4INC=/usr/lib/kde4/include
%else
	export KDE4INC=%{_libdir}/kde4/include
%endif
export KDE4LIB=%{_libdir}/kde4/lib

export LC_ALL=en_US.UTF-8
export LANG=en_US

%if !%{with icecream}
# sbin due to icu stuff there
#PATH=/bin:/usr/bin:/usr/X11R6/bin:$QTPATH:/usr/sbin:$PATH
PATH=$PATH:/usr/sbin
export PATH
%endif

%if %{with ccache}
export CCACHE_DIR=%{ccachedir}
%endif

%global optflags %optflags -Wstrict-aliasing=0
export ARCH_FLAGS="%{optflags} -fno-omit-frame-pointer -fno-strict-aliasing"
export ARCH_FLAGS_CC="%{optflags} -fno-omit-frame-pointer -fno-strict-aliasing"
export ARCH_FLAGS_CXX="%{optflags} -fno-omit-frame-pointer -fno-strict-aliasing -fpermissive -fvisibility-inlines-hidden"
export ARCH_FLAGS_OPT="%{optflags} -O2"
# Workaround for abf builds running out of memory
export ARCH_FLAGS_CC="$ARCH_FLAGS_CC -g0"
export ARCH_FLAGS_CXX="$ARCH_FLAGS_CC -g0"

echo "Configure start at: "`date` >> ooobuildtime.log 

touch autogen.lastrun
%configure2_5x \
	%{?_smp_mflags:--with-parallelism="`getconf _NPROCESSORS_ONLN`"} \
	--with-vendor=ROSA \
	--with-build-version="ROSA %{version}-%{release}" \
	--disable-coinmp \
	--disable-fetch-external \
	--enable-gstreamer-1.0 \
	--disable-gstreamer-0.10 \
	--enable-release-build \
	--disable-kde \
	--enable-kde4 \
	--enable-lockdown \
	--enable-opengl \
	--disable-firebird-sdbc \
	--disable-introspection \
	--enable-eot \
	--enable-odk \
	--enable-split-app-modules \
	--enable-split-opt-features \
	--disable-telepathy \
	--enable-extra-gallery \
	--enable-extra-template \
	--with-sun-templates \
	--without-fonts \
	--without-junit \
%if %{javaless}
	--with-ant-home="%{antpath}" \
	--without-system-apache-commons \
%endif
	--with-lang="%{langs}" \
	--without-myspell-dicts \
	--with-system-dicts \
	--with-help \
	--with-external-dict-dir=%{_datadir}/dict/ooo \
	--with-external-hyph-dir=%{_datadir}/dict/ooo \
	--with-external-thes-dir=%{_datadir}/dict/ooo \
	--with-system-libs \
	--with-system-ucpp \
	--without-system-npapi-headers \
	--enable-ext-watch-window \
	--enable-ext-diagram \
	--enable-ext-validator \
	--enable-ext-barcode \
	--enable-ext-ct2n \
	--enable-ext-numbertext \
	--enable-ext-hunart \
	--enable-ext-typo \
	--enable-ext-google-docs \
	--enable-ext-nlpsolver \
	--enable-ext-languagetool \
	--enable-ext-wiki-publisher \
	--enable-verbose \
	--enable-hardlink-deliver \
	--enable-ext-mariadb-connector \
%if %{with ccache} && !%{with icecream}
	--with-gcc-speedup=ccache \
%else
 %if !%{with ccache} && %{with icecream}
	--with-gcc-speedup=icecream \
	--with-max-jobs=10 \
	--with-icecream-bindir=%{_libdir}/icecc/bin
 %else
  %if %{with ccache} && %{with icecream}
	--with-gcc-speedup=ccache,icecream \
	--with-max-jobs=10 \
	--with-icecream-bindir=%{_libdir}/icecc/bin
  %endif
 %endif
%endif

sed -i -e "s,\$ENV{'MD5SUM'},md5sum,g" solenv/bin/modules/installer/systemactions.pm solenv/bin/modules/installer.pm

echo "Configure end at: "`date` >> ooobuildtime.log 
echo "Make start at: "`date` >> ooobuildtime.log 

# some configs to improve build process
# http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org
# needs to check if it does any effect
export nodep=TRUE
export NO_HIDS=TRUE
export MAXPROCESS=4

mkdir -p external/tarballs
ln -sf %{SOURCE2} external/tarballs/
ln -sf %{SOURCE3} external/tarballs/
cp %{SOURCE4} external/tarballs/

%if %{javaless}
ln -sf %{SOURCE30} external/tarballs/
ln -sf %{SOURCE31} external/tarballs/
ln -sf %{SOURCE32} external/tarballs/
ln -sf %{SOURCE32} external/tarballs/
ln -sf %{SOURCE321} external/tarballs/
%endif

ln -sf %{SOURCE33} external/tarballs/
ln -sf %{SOURCE34} external/tarballs/
ln -sf %{SOURCE35} external/tarballs/
ln -sf %{SOURCE36} external/tarballs/
ln -sf %{SOURCE37} external/tarballs/

#ln -sf %{SOURCE40} external/tarballs/

ln -sf %{SOURCE50} external/tarballs/
ln -sf %{SOURCE51} external/tarballs/
ln -sf %{SOURCE52} external/tarballs/
ln -sf %{SOURCE53} external/tarballs/
ln -sf %{SOURCE54} external/tarballs/
ln -sf %{SOURCE55} external/tarballs/
ln -sf %{SOURCE56} external/tarballs/
ln -sf %{SOURCE57} external/tarballs/
ln -sf %{SOURCE58} external/tarballs/
ln -sf %{SOURCE59} external/tarballs/
ln -sf %{SOURCE60} external/tarballs/
ln -sf %{SOURCE61} external/tarballs/
ln -sf %{SOURCE62} external/tarballs/
ln -sf %{SOURCE63} external/tarballs/
ln -sf %{SOURCE64} external/tarballs/
ln -sf %{SOURCE65} external/tarballs/
ln -sf %{SOURCE66} external/tarballs/
ln -sf %{SOURCE67} external/tarballs/
ln -sf %{SOURCE68} external/tarballs/
ln -sf %{SOURCE69} external/tarballs/
ln -sf %{SOURCE70} external/tarballs/
ln -sf %{SOURCE71} external/tarballs/

touch external/tarballs/.downloaded

# (tpg) silent output to reduce memory and free space 
# We use make build here because the default target is "allandcheck".
# Checking should go to check

%make -r -s V=0 \
	ARCH_FLAGS="$ARCH_FLAGS" \
	ARCH_FLAGS_CC="$ARCH_FLAGS_CC" \
	ARCH_FLAGS_CXX="$ARCH_FLAGS_CXX" \
	ARCH_FLAGS_OPT="$ARCH_FLAGS_OPT" \
	build-nocheck

echo "Make end at: "`date` >> ooobuildtime.log 
echo "Install start at: "`date` >> ooobuildtime.log 

%install
# sbin due to icu stuff there
PATH=$PATH:/usr/sbin

make DESTDIR=%{buildroot} distro-pack-install
rm -rf %{buildroot}/opt

# Mandriva Rosa icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/scalable/apps/
tar -xjvf %{SOURCE10} --exclude Libre_Office* -C %{buildroot}%{_iconsdir}/hicolor/scalable/apps/

sed -i 's/^Icon=.*$/Icon=libreoffice-calc/'            %{buildroot}%{ooodir}/share/xdg/calc.desktop
sed -i 's/^Icon=.*$/Icon=libreoffice-writer/'          %{buildroot}%{ooodir}/share/xdg/writer.desktop
sed -i 's/^Icon=.*$/Icon=libreoffice-impress/'         %{buildroot}%{ooodir}/share/xdg/impress.desktop
sed -i 's/^Icon=.*$/Icon=libreoffice-draw/'            %{buildroot}%{ooodir}/share/xdg/draw.desktop
sed -i 's/^Icon=.*$/Icon=libreoffice-base/'            %{buildroot}%{ooodir}/share/xdg/base.desktop
sed -i 's/^Icon=.*$/Icon=libreoffice-math/'            %{buildroot}%{ooodir}/share/xdg/math.desktop
sed -i 's/^Icon=.*$/Icon=libreoffice-startcenter/'     %{buildroot}%{ooodir}/share/xdg/startcenter.desktop

# some genius committed commit log files...
rm %{buildroot}%{ooodir}/share/template/common/svn-commit*.tmp

# fix permissions for stripping
find %{buildroot} -type f -exec chmod u+rw '{}' \;

# fix permission of .so libraries
find %{buildroot} -type f \( -name '*.so' -o -name '*.so.*' \) -exec chmod a+x '{}' \;


# Change progress bar colors
sed -i '/^ProgressBarColor/d;/^ProgressFrameColor/d' \
	%{buildroot}%{ooodir}/program/sofficerc
echo 'ProgressBarColor=68,135,223' >> %{buildroot}%{ooodir}/program/sofficerc
echo 'ProgressFrameColor=112,171,229' >> %{buildroot}%{ooodir}/program/sofficerc

#dev300 fix position and size
sed -i '/^ProgressPosition/d;/^ProgressSize/d' \
	%{buildroot}%{ooodir}/program/sofficerc
echo 'ProgressPosition=10,307' >> %{buildroot}%{ooodir}/program/sofficerc
echo 'ProgressSize=377,9' >> %{buildroot}%{ooodir}/program/sofficerc


# move python bits into site-packages
mkdir -p %{buildroot}/%{py3_platsitedir}
pushd %{buildroot}/%{py3_platsitedir}
echo "import sys, os" > uno.py
echo "sys.path.append('%{ooodir}/program')" >> uno.py
echo "os.putenv('URE_BOOTSTRAP', 'vnd.sun.star.pathname:%{_libdir}/%{name}/program/fundamentalrc')" >> uno.py
cat %{buildroot}%{ooodir}/program/uno.py >> uno.py
rm -f %{buildroot}%{ooodir}/program/uno.py*
mv -f %{buildroot}%{ooodir}/program/unohelper.py* .
mv -f %{buildroot}%{ooodir}/program/officehelper.py* .
popd

sed -i 's|%{ooodir}/program/uno.py|%{py3_platsitedir}/uno.py|' file-lists/pyuno_list.txt
sed -i 's|%{ooodir}/program/unohelper.py|%{py3_platsitedir}/unohelper.py|' file-lists/pyuno_list.txt
sed -i 's|%{ooodir}/program/officehelper.py|%{py3_platsitedir}/officehelper.py|' file-lists/pyuno_list.txt

# common shouldn't depend on writer...
# but common does depend on libswdlo.so
grep libswdlo.so file-lists/writer_list.txt >>file-lists/common_list.txt
sed -i -e '/libswdlo.so/d' file-lists/writer_list.txt

## Installation fixes
## remove fix wrong manpages files, extension gz->xz
for p in common base calc writer impress draw math; do
	sed -i '/^.*man.*\.gz$/d' file-lists/${p}_list.txt 
done;

## sort removing duplicates
sort -u file-lists/gnome_list.txt > file-lists/gnome_list.uniq.sorted.txt 
sort -u file-lists/sdk_list.txt   > file-lists/sdk_list.uniq.sorted.txt 

# Fix weirdo filenames wreaking havoc because they're regular expressions
sed -i -e 's/\[/?/g;s/\]/?/g' file-lists/sdk*.txt

## styles have their own packages
for i in oxygen galaxy breeze hicontrast tango sifr; do
	sed -i "/^.*images_$i\.zip$/d" file-lists/common_list.txt 
done
# galaxy style too
sed -i "/^.*images\.zip$/d" file-lists/common_list.txt 

## Split help
cd file-lists
for i in lang_*.txt; do
	grep /help/ $i >${i/lang/help} || touch ${i/lang/help}
	sed -i -e '/\/help\//d' $i
done
cd ..

# Split gallery
grep /share/gallery/ file-lists/common_list.txt >file-lists/gallery_list.txt
sed -i -e '/\/share\/gallery\//d' file-lists/common_list.txt
# We catch those in a regex to catch Sun Template extras
sed -i -e '/gallery\/sg[0-9]*\..*/d' file-lists/gallery_list.txt

## merge en-US with common
cat file-lists/lang_en_US_list.txt >> file-lists/common_list.txt
## merge dtd with common
cat file-lists/dtd_list.txt >> file-lists/common_list.txt
sort -u file-lists/common_list.txt >  file-lists/common_list.uniq.sorted.txt
cat file-lists/common_list.uniq.sorted.txt >>file-lists/core_list.txt

## make sure we don't have duplicate files in core
sort -u file-lists/core_list.txt > file-lists/core_list.uniq.sorted.txt
cat file-lists/core_list.uniq.sorted.txt > file-lists/core_list.txt

egrep -v "libreoffice/share/xdg/(base|calc|draw|impress|math|writer)" file-lists/core_list.txt > file-lists/core_list.uniq.sorted.txt
cat file-lists/core_list.uniq.sorted.txt > file-lists/core_list.txt

# files for help-* and l10n-* packages
%if %{with l10n}
%{expand:%(for i in %{langs}; do
	[ "$i" = "en-US" ] && continue;
	i=`echo $i |sed -e 's,-,_,g'`;
	[ "$i" = "sh" ] && echo "%%files l10n-shs -f file-lists/lang_${i}_list.txt" || echo "%%files l10n-$i -f file-lists/lang_${i}_list.txt";
done)}

%{expand:%(for i in %{helplangs}; do
	l=`echo $i |sed -e 's,-,_,g'`;
	echo "%%files help-$l -f file-lists/help_${l}_list.txt";
	echo "%%{_libdir}/libreoffice/help/$i";
done)}
%endif

%check
# FIXME enable once the connection failures in firebird and hsqldb are fixed
# make check

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23235 |14mu|libreoffice-pagination-1.3.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Not noarchm since we have to install this in arch-specific LO folder
%define debug_package %{nil}

%define extension pagination

Summary:	Pagination extension for LibreOffice
Name:		libreoffice-%{extension}
Version:	1.3.10
Release:	2
Source0:	%{extension}-%{version}.oxt
Patch0:		Addon.xcu-l10n.patch
License:	LGPLv2+
Group:		Office
URL:		http://extensions.openoffice.org/en/project/pagination
BuildRequires:	unzip

%description
A little macro that adds a 'Insert / Page number...' dialog to writer.
It eases the way you can add page numbers to a document.

%prep
%setup -qc
%patch0 -p0

%build

%install
mkdir -p %{buildroot}%{_libdir}/libreoffice/share/extensions/%{extension}-%{version}.oxt
cp -r * %{buildroot}%{_libdir}/libreoffice/share/extensions/%{extension}-%{version}.oxt

%files
%{_libdir}/libreoffice/share/extensions/%{extension}-%{version}.oxt

%changelog

* Tue Apr 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.10-2
- (f1b0c8d) Fix Russian l10n



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23236 |14mu|libreport-2.0.10-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define Werror_cflags %nil

%bcond_with tests

Summary:	Generic library for reporting various problems
Name:		libreport
Version:	2.0.10
Release:	12
License:	GPLv2+
Group:		System/Libraries
Url:		https://fedorahosted.org/abrt/
Source0:	https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
Patch0:		libreport-2.0.9-add-mandriva-support.patch
Patch1:		libreport-2.0.8-link.patch
Patch2:		libreport-2.0.8-rpm5.patch
Patch3:		libreport-2.0.10-add-filename-cgroup.patch
Patch4:		libreport-2.0.9-json-c.patch

BuildRequires:	asciidoc
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	texinfo
BuildRequires:	xmlto
BuildRequires:	libtar-devel
BuildRequires:	rpm-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libnewt)
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(xmlrpc)
Requires:	libreport-filesystem
Requires:	libreport-python = %{EVRD}

%description
Libraries providing API for reporting different problems in applications
to different bug targets like Bugzilla, ftp, trac, etc...

%files -f %{name}.lang
%doc README COPYING
%config(noreplace) %{_sysconfdir}/%{name}/report_event.conf
%{_mandir}/man5/report_event.conf.5*
%{_sysconfdir}/%{name}/forbidden_words.conf
%{_sysconfdir}/%{name}/plugins/mailx.conf

#--------------------------------------------------------------------

%define lib_major_dbus 0
%define libname_dbus %mklibname report-abrt_dbus %{lib_major_dbus}

%package -n %{libname_dbus}
Summary:	GTK front-end for libreport
Group:		System/Libraries

%description -n %{libname_dbus}
Applications for reporting bugs using libreport backend.

%files -n %{libname_dbus}
%{_libdir}/libabrt_dbus.so.%{lib_major_dbus}*

#--------------------------------------------------------------------

%define lib_major_web 0
%define libname_web %mklibname report-abrt_web %{lib_major_web}

%package -n %{libname_web}
Summary:	GTK front-end for libreport
Group:		System/Libraries

%description -n %{libname_web}
Applications for reporting bugs using libreport backend.

%files -n %{libname_web}
%{_libdir}/libabrt_web.so.%{lib_major_web}*

#--------------------------------------------------------------------

%define lib_major 0
%define libname %mklibname report %{lib_major}

%package -n %{libname}
Summary:	GTK front-end for libreport
Group:		System/Libraries

%description -n %{libname}
Applications for reporting bugs using libreport backend.

%files -n %{libname}
%{_libdir}/libreport.so.%{lib_major}*

#--------------------------------------------------------------------

%package filesystem
Summary:	Filesystem layout for libreport
Group:		File tools

%description filesystem
Filesystem layout for libreport.

%files filesystem
%dir %{_sysconfdir}/%{name}/
%dir %{_sysconfdir}/%{name}/events.d/
%dir %{_sysconfdir}/%{name}/events/
%dir %{_sysconfdir}/%{name}/plugins/

#--------------------------------------------------------------------

%define lib_name_devel %mklibname report -d

%package -n %{lib_name_devel}
Summary:	Development libraries and headers for libreport
Group:		Development/C
Requires:	libreport = %{EVRD}
Requires:	%{libname_dbus} = %{EVRD}
Requires:	%{libname_web} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{lib_name_devel}
Development libraries and headers for libreport.

%files -n %{lib_name_devel}
# Public api headers:
%{_includedir}/libreport/client.h
%{_includedir}/libreport/dump_dir.h
%{_includedir}/libreport/event_config.h
%{_includedir}/libreport/problem_data.h
%{_includedir}/libreport/report.h
%{_includedir}/libreport/run_event.h
# Private api headers:
%{_includedir}/libreport/internal_abrt_dbus.h
%{_includedir}/libreport/internal_libreport.h
%{_libdir}/libreport.so
%{_libdir}/libabrt_dbus.so
%{_libdir}/pkgconfig/libreport.pc
%dir %{_includedir}/libreport

#----------------------------------------------------------------------------

%package python
Summary:	Python bindings for report-libs
# Is group correct here? -
Group:		System/Libraries
Requires:	libreport = %{EVRD}
Provides:	report = 0.23-1
Obsoletes:	report < 0.23-1

%description python
Python bindings for report-libs.

%files python
%{python_sitearch}/report/*
%{python_sitearch}/reportclient/*

#----------------------------------------------------------------------------

%package cli
Summary:	%{name}'s command line interface
Group:		Graphical desktop/Other
Requires:	%{name} = %{EVRD}

%description cli
This package contains simple command line tool for working with problem
dump reports.

%files cli
%{_bindir}/report-cli
%{_mandir}/man1/report-cli.1.*

#----------------------------------------------------------------------------

%package newt
Summary:	%{name}'s newt interface
Group:		Graphical desktop/Other
Requires:	%{name} = %{EVRD}
Provides:	report-newt = 0.23-1
Obsoletes:	report-newt < 0.23-1

%description newt
This package contains a simple newt application for reporting bugs.

%files newt
%{_bindir}/report-newt

#----------------------------------------------------------------------------

%package gtk
Summary:	GTK front-end for libreport
Group:		Graphical desktop/GNOME
Requires:	libreport = %{EVRD}
Provides:	report-gtk = 0.23-1
Obsoletes:	report-gtk < 0.23-1

%description gtk
Applications for reporting bugs using libreport backend.

%files gtk
%{_bindir}/report-gtk

#----------------------------------------------------------------------------

%define lib_major_gtk 0
%define libname_gtk %mklibname report-gtk %{lib_major_gtk}

%package -n %{libname_gtk}
Summary:	GTK front-end for libreport
Group:		System/Libraries

%description -n %{libname_gtk}
Applications for reporting bugs using libreport backend.

%files -n %{libname_gtk}
%{_libdir}/libreport-gtk.so.%{lib_major_gtk}*

#----------------------------------------------------------------------------

%define lib_namegtk_devel %mklibname report-gtk -d

%package -n %{lib_namegtk_devel}
Summary:	Development libraries and headers for libreport
Group:		Development/GNOME and GTK+
Requires:	libreport-gtk = %{EVRD}
Requires:	%{libname_gtk} = %{EVRD}
Provides:	%{name}-gtk-devel = %{EVRD}

%description -n %{lib_namegtk_devel}
Development libraries and headers for libreport-gtk.

%files -n %{lib_namegtk_devel}
%{_libdir}/libreport-gtk.so
%{_includedir}/libreport/internal_libreport_gtk.h
%{_libdir}/pkgconfig/libreport-gtk.pc

#----------------------------------------------------------------------------

%package plugin-kerneloops
Summary:	%{name}'s kerneloops reporter plugin
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	curl

%description plugin-kerneloops
This package contains plugin which sends kernel crash information to specified
server, usually to kerneloops.org.

%files plugin-kerneloops
%{_sysconfdir}/libreport/events/report_Kerneloops.xml
%{_mandir}/man*/reporter-kerneloops.*
%{_bindir}/reporter-kerneloops

#----------------------------------------------------------------------------

%package plugin-logger
Summary:	%{name}'s logger reporter plugin
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Obsoletes:	abrt-plugin-logger < 2.0.4
Provides:	report-plugin-localsave = 0.23-1
Obsoletes:	report-plugin-localsave < 0.23-1
Provides:	report-config-localsave = 0.23-1
Obsoletes:	report-config-localsave < 0.23-1

%description plugin-logger
The simple reporter plugin which writes a report to a specified file.

%files plugin-logger
%{_sysconfdir}/libreport/events/report_Logger.conf
%{_sysconfdir}/libreport/events/report_Logger.xml
%config(noreplace) %{_sysconfdir}/libreport/events.d/print_event.conf
%{_bindir}/reporter-print
%{_mandir}/man*/reporter-print.*

#----------------------------------------------------------------------------

%package plugin-mailx
Summary:	%{name}'s mailx reporter plugin
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	mailx
Obsoletes:	abrt-plugin-mailx < 2.0.4

%description plugin-mailx
The simple reporter plugin which sends a report via mailx to a specified
email address.

%files plugin-mailx
%{_sysconfdir}/libreport/events/report_Mailx.xml
%config(noreplace) %{_sysconfdir}/libreport/events.d/mailx_event.conf
%{_mandir}/man*/reporter-mailx.*
%{_bindir}/reporter-mailx

#----------------------------------------------------------------------------

%package plugin-bugzilla
Summary:	%{name}'s bugzilla plugin
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Obsoletes:	abrt-plugin-bugzilla < 2.0.4
Provides:	report-plugin-bugzilla = 0.23-1
Obsoletes:	report-plugin-bugzilla < 0.23-1
Provides:	report-config-bugzilla-redhat-com = 0.23-1
Obsoletes:	report-config-bugzilla-redhat-com < 0.23-1

%description plugin-bugzilla
Plugin to report bugs into the bugzilla.

%files plugin-bugzilla
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla.conf
%{_sysconfdir}/libreport/events/report_Bugzilla.xml
%config(noreplace) %{_sysconfdir}/libreport/events/report_Bugzilla.conf
%config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_event.conf
# FIXME: remove with the old gui
%{_mandir}/man1/reporter-bugzilla.1.*
%{_bindir}/reporter-bugzilla

#----------------------------------------------------------------------------

%package plugin-bodhi
Summary:	%{name}'s bodhi plugin
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	packagekit

%description plugin-bodhi
Search for a new updates in bodhi server.

%files plugin-bodhi
%{_bindir}/abrt-bodhi
%{_mandir}/man1/abrt-bodhi.1.*

#----------------------------------------------------------------------------

%package compat
Summary:	%{name}'s compat layer for obsoleted 'report' package
Group:		System/Libraries
Requires:	%{name}-plugin-bugzilla

%description compat
Provides 'report' command-line tool.

%files compat
%{_bindir}/report
%{_mandir}/man1/report.1.*

#----------------------------------------------------------------------------

%package plugin-reportuploader
Summary:	%{name}'s reportuploader plugin
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Obsoletes:	abrt-plugin-reportuploader < 2.0.4
Provides:	report-plugin-ftp = 0.23-1
Obsoletes:	report-plugin-ftp < 0.23-1
Provides:	report-config-ftp = 0.23-1
Obsoletes:	report-config-ftp < 0.23-1
Provides:	report-plugin-scp = 0.23-1
Obsoletes:	report-plugin-scp < 0.23-1
Provides:	report-config-scp = 0.23-1
Obsoletes:	report-config-scp < 0.23-1

%description plugin-reportuploader
Plugin to report bugs into anonymous FTP site associated with ticketing system.

%files plugin-reportuploader
%{_mandir}/man*/reporter-upload.*
%{_bindir}/reporter-upload
%{_sysconfdir}/libreport/events/report_Uploader.xml
%config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
sed -i -e 's!-Werror!-Wno-deprecated!' configure{.ac,} */*/Makefile*
%define Werror_cflags %nil
autoreconf -fi
intltoolize -f

%build
%configure2_5x \
	--disable-static \
	--enable-gtk3
CFLAGS="-fno-strict-aliasing"
%make

%install
%makeinstall_std mandir=%{_mandir}
%find_lang %{name}

mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/events.d/
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/events/

# After everything is installed, remove info dir
rm -f %{buildroot}%{_infodir}/dir

rm -f %{buildroot}%{_sysconfdir}/libreport/plugins/rhtsupport.conf
rm -f %{buildroot}%{_sysconfdir}/libreport/events/report_RHTSupport.xml
rm -f %{buildroot}%{_sysconfdir}/libreport/events.d/rhtsupport_event.conf
rm -f %{buildroot}%{_mandir}/man1/reporter-rhtsupport.1.*
rm -f %{buildroot}%{_mandir}/man1/reporter-rhtsupport.1.xz
rm -f %{buildroot}%{_bindir}/reporter-rhtsupport

rm -f %{buildroot}%{_libdir}/libabrt_web.so
rm -f %{buildroot}%{_mandir}/man1/reporter-rhtsupport.1*

%if %{with tests}
%check
make check
%endif


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.10-12
- (b79525d) Build requires docbook-dtd45-xml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23237 |14mu|librepository-1.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Hierarchical repository abstraction layer
Name:		librepository
Version:	1.1.6
Release:	4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://reporting.pentaho.org/
Source0:	http://downloads.sourceforge.net/jfreereport/%{name}-%{version}.zip
Patch0:	%{name}-1.1.2-fix-build.patch
BuildArch:	noarch
BuildRequires:	ant
BuildRequires:	ant-contrib
BuildRequires:	java-devel
BuildRequires:	java-rpmbuild
BuildRequires:	jpackage-utils
BuildRequires:	libbase
Requires:	java
Requires:	jpackage-utils
Requires:	libbase

%description
LibRepository provides a simple abstraction layer to access bulk content that
is organized in a hierarchical layer.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%patch0 -p0
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib commons-logging-api libbase
cd lib
ln -s %{_javadir}/ant ant-contrib

%build
ant jar javadoc
for file in README.txt licence-LGPL.txt ChangeLog.txt; do
    tr -d '\r' < $file > $file.new
    mv $file.new $file
done

%install
mkdir -p %{buildroot}%{_javadir}
cp -p ./dist/%{name}-%{version}.jar %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{name}.jar
popd

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp bin/javadoc/docs/api %{buildroot}%{_javadocdir}/%{name}

%files
%doc licence-LGPL.txt README.txt ChangeLog.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-4
- (bbc89e8) Drop ant-nodeps BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23238 |14mu|librsvg-2.40.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 2
%define major 2
%define gimajor 2.0
%define libname %mklibname rsvg %{api} %{major}
%define devname %mklibname rsvg %{api} -d
%define girname %mklibname rsvg-gir %{gimajor}

# mozilla plugin requires xulruuner 1.8 not 1.9
%define build_mozilla 0

Summary:	Raph's SVG library
Name:		librsvg
Version:	2.40.18
Release:	1
License:	LGPLv2+ and GPLv2+
Group:		Graphics
Url:		http://librsvg.sourceforge.net/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		10_rsvg-gz.patch

BuildRequires:	gdk-pixbuf2.0
BuildRequires:	vala-tools
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcroco-0.6)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(vapigen) >= 0.17.1.26
Provides:	%{name}%{api} = %{EVRD}
Requires:	%{libname} >= %{EVRD}
Requires:	python

%description
A library that uses libart and pango to render svg files.

%files
%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README
%{_bindir}/rsvg-convert
%{_bindir}/rsvg-view-3
%{_datadir}/thumbnailers/librsvg.thumbnailer
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Raph's SVG library
Group:		System/Libraries

%description -n %{libname}
A library that uses libart and pango to render svg files.

%files -n %{libname}
%{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so
%{_libdir}/librsvg-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and include files for developing with librsvg
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}%{api}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{mklibname -d rsvg 2 2} < 2.36.1

%description -n %{devname}
This package provides the necessary development libraries and include
files to allow you to develop with librsvg.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/librsvg-2.0
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/Rsvg-2.0.gir
%{_datadir}/gtk-doc/html/*
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/librsvg-2.0.vapi

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Rsvg-%{gimajor}.typelib

#----------------------------------------------------------------------------

%if %{build_mozilla}
%package mozilla
Summary:	Mozilla plugin for displaying SVG files
Group:		Networking/WWW
BuildRequires:	xulrunner-devel

%description mozilla
This package provides the necessary development libraries and include
files to allow you to develop with librsvg.

%files mozilla
%{_libdir}/mozilla/plugins/*.so
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-introspection=yes \
	--disable-gtk-doc \
	--enable-vala \
	--enable-pixbuf-loader \
	--disable-gtk-theme

%make

%install
%makeinstall_std

#remove unpackaged files
rm -fr %{buildroot}%{_docdir}/librsvg
%if %{build_mozilla}
rm -f %{buildroot}%{_libdir}/mozilla/
%endif
rm -f %{buildroot}%{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
rm -f %{buildroot}%{_datadir}/pixmaps/svg-viewer.svg


%changelog

* Tue Aug 08 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.40.18-1
- (011f6e8) Update files (add librsvg.thumbnailer)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23239 |14mu|librsync-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname rsync %{major}
%define develname %mklibname -d rsync

Summary:	Rsync libraries
Name:		librsync
Version:	1.0.0
Release:	1
License:	LGPLv2+
Group:		System/Libraries
URL:		http://librsync.sourceforge.net/
Source0:	https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz
Patch0:		librsync-0.9.7-getopt.patch
BuildRequires:	zlib-devel
BuildRequires:	bzip2-devel 
BuildRequires:	pkgconfig(popt)
BuildRequires:	libtool

%description
librsync implements the "rsync" algorithm, which allows remote
differencing of binary files. librsync computes a delta relative
to a file's checksum, so the two files need not both be present to
generate a delta.

This library was previously known as libhsync up to version 0.9.0.

The current version of this package does not implement the rsync
network protocol and uses a delta format slightly more efficient
than and incompatible with rsync 2.4.6.

%package -n	%{libname}
Summary:	Rsync libraries
Group:		System/Libraries

%description -n	%{libname}
librsync implements the "rsync" algorithm, which allows remote
differencing of binary files. librsync computes a delta relative
to a file's checksum, so the two files need not both be present to
generate a delta.

This library was previously known as libhsync up to version 0.9.0.

The current version of this package does not implement the rsync
network protocol and uses a delta format slightly more efficient
than and incompatible with rsync 2.4.6.

%package -n	%{develname}
Summary:	Headers for librsync
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	librsync-devel = %{version}-%{release}

%description -n	%{develname}
This package contains header files necessary for developing
programs based on librsync.

%package -n	rdiff
Summary:	Compute and apply signature-based file differences
Group:		System/Servers
Requires:	%{libname} = %{version}

%description -n	rdiff
Compute and apply signature-based file differences.

%prep
%setup -q
%patch0 -p1

%build
libtoolize
autoreconf -f -i
%configure2_5x \
    --enable-shared \
    --disable-static

%make

%install
%makeinstall_std

%files -n %{libname}
%doc AUTHORS NEWS README.md
%{_libdir}/librsync.so.%{major}*

%files -n %{develname}
%{_libdir}/%{name}.so
%{_includedir}/%{name}*
%{_mandir}/man3/*

%files -n rdiff
%{_bindir}/rdiff
%{_mandir}/man1/rdiff.1*

%changelog

* Mon May 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-1
- (fa24351) Updated to 1.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23240 |14mu|libseccomp-2.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname seccomp %{major}
%define develname %mklibname -d seccomp

Summary:	Enhanced seccomp library
Name:		libseccomp
Version:	2.2.0
Release:	1
ExclusiveArch:	%{ix86} x86_64
License:	LGPLv2
Group:		System/Libraries
Source0:	https://github.com/seccomp/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
URL:		https://github.com/seccomp/%{name}
Requires:	kernel >= 3.5

%description
The libseccomp library provides an easy to use, platform independent,
interface to the Linux Kernel's syscall filtering mechanism.
The libseccomp API is designed to abstract away the underlying BPF based
syscall filter language and present a more conventional function-call based
filtering interface that should be familiar to, and easily adopted by,
application developers.

%package	utils
Summary:	scmp_sys_resolver - A tool to resolve system calls
Group:          System/Libraries

%description	utils
The scmp_sys_resolver utility resolves both system call names and numbers
with respect to the given architecture.

%package -n     %{libname}
Summary:        Collection library providing GObject-based interfaces and classes
Group:          System/Libraries

%description -n %{libname}
The libseccomp library provides an easy to use, platform independent,
interface to the Linux Kernel's syscall filtering mechanism.
The libseccomp API is designed to abstract away the underlying BPF based
syscall filter language and present a more conventional function-call based
filtering interface that should be familiar to, and easily adopted by,
application developers.

%package -n	%{develname}
Summary:	Development files used to build applications with libseccomp support
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	seccomp-devel = %{version}-%{release}

%description -n	%{develname}
The libseccomp library provides an easy to use, platform independent,
interface to the Linux Kernel's syscall filtering mechanism.
The libseccomp API is designed to abstract away the underlying BPF based
syscall filter language and present a more conventional function-call based
filtering interface that should be familiar to, and easily adopted by,
application developers.

%prep
%setup -q

%build
%configure2_5x
%make

%install
mkdir -p "%{buildroot}/%{_libdir}"
mkdir -p "%{buildroot}/%{_includedir}"
mkdir -p "%{buildroot}/%{_mandir}"
%makeinstall_std

rm -vf "%{buildroot}/%{_libdir}/libseccomp.a"

%files	utils
%{_bindir}/scmp_sys_resolver
%{_mandir}/man1/scmp_sys_resolver.1.xz

%files -n %{libname}
%{_libdir}/libseccomp.so.*

%files -n %{develname}
%doc LICENSE CREDITS README
%{_includedir}/seccomp.h
%{_libdir}/libseccomp.so
%{_libdir}/pkgconfig/libseccomp.pc
%{_mandir}/man3/*

%changelog

* Thu Apr 09 2015 Alexey Ivanov <a.ivanov@ntcit-rosa.ru> 2.2.0-1
- (0955fff) Upgrade version to 2.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23241 |14mu|libsepol-2.1.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname sepol %{major}
%define devname %mklibname sepol -d
%define sdevname %mklibname sepol -d -s

Summary:	SELinux binary policy manipulation library
Name:		libsepol
Version:	2.1.3
Release:	11
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.selinuxproject.org
Source0:	http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
Patch0:		libsepol-rhat.patch

%description
Security-enhanced Linux is a feature of the Linux® kernel and a number
of utilities with enhanced security functionality designed to add
mandatory access controls to Linux.  The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement®, Role-based Access
Control, and Multi-level Security.

libsepol provides an API for the manipulation of SELinux binary policies.
It is used by checkpolicy (the policy compiler) and similar tools, as well
as by programs like load_policy that need to perform specific transformations
on binary policies such as customizing policy boolean settings.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	SELinux binary policy manipulation library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Provides:	sepol = %{EVRD}

%description -n %{libname}
libsepol provides an API for the manipulation of SELinux binary policies.
It is used by checkpolicy (the policy compiler) and similar tools, as well
as by programs like load_policy that need to perform specific transformations
on binary policies such as customizing policy boolean settings.

%files -n %{libname}
/%{_lib}/libsepol.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and libraries used to build policy manipulation tools
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	sepol-devel = %{EVRD}

%description -n %{devname}
The libsepol-devel package contains the libraries and header files
needed for developing applications that manipulate binary policies.

%files -n %{devname}
%{_libdir}/libsepol.so
%{_libdir}/pkgconfig/libsepol.pc
%{_includedir}/sepol/*.h
%{_mandir}/man3/*.3*
%dir %{_includedir}/sepol
%dir %{_includedir}/sepol/policydb
%{_includedir}/sepol/policydb/*.h

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libraries used to build policy manipulation tools
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	sepol-static-devel = %{EVRD}

%description -n %{sdevname}
The libsepol-devel package contains the static libraries
needed for developing applications that manipulate binary policies.

%files -n %{sdevname}
%{_libdir}/libsepol.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p2

%build
%make clean
%make CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}/%{_lib}
mkdir -p %{buildroot}/%{_libdir}
mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man3
mkdir -p %{buildroot}%{_mandir}/man8

%makeinstall_std LIBDIR="%{buildroot}%{_libdir}" SHLIBDIR="%{buildroot}/%{_lib}"
rm -f %{buildroot}%{_bindir}/genpolbools
rm -f %{buildroot}%{_bindir}/genpolusers
rm -f %{buildroot}%{_bindir}/chkcon
rm -rf %{buildroot}%{_mandir}/man8


%changelog

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 2.1.3-11
- (9ef56b2) MassBuild#656: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23242 |14mu|libserializer-1.1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	JFreeReport General Serialization Framework
Name:		libserializer
Version:	1.1.6
Release:	4
License:	LGPLv2+
Group:		Development/Java
Url:		http://reporting.pentaho.org
Source0:	http://downloads.sourceforge.net/jfreereport/%{name}-%{version}.zip
Patch0:		%{name}-1.1.2-fix-build.patch
BuildArch:	noarch
BuildRequires:	ant
BuildRequires:	ant-contrib
BuildRequires:	java-devel
BuildRequires:	jpackage-utils
BuildRequires:	libbase
Requires:	java
Requires:	jpackage-utils
Requires:	libbase

%description
Libserializer contains a general serialization framework that simplifies the
task of writing custom Java serialization handlers.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java 
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -c
%patch0 -p0
find . -name "*.jar" -exec rm -f {} \;
mkdir -p lib
build-jar-repository -s -p lib libbase commons-logging-api
cd lib
ln -s %{_javadir}/ant ant-contrib

%build
ant jar javadoc

%install
mkdir -p %{buildroot}%{_javadir}
cp -p dist/libserializer-%{version}.jar %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
ln -s %{name}-%{version}.jar %{name}.jar
popd

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -rp bin/javadoc/docs/api %{buildroot}%{_javadocdir}/%{name}

%files
%doc ChangeLog.txt licence-LGPL.txt README.txt
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar

%files javadoc
%{_javadocdir}/%{name}


%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.6-4
- (0e91062) Drop ant-nodeps BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23243 |14mu|libsigc++2.0-2.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname libsigc++

%define api 2.0
%define major 0
%define libname %mklibname sigc++ %{api} %{major}
%define devname %mklibname sigc++ %{api} -d

Summary:	The Typesafe Signal Framework for C++
Name:		%{pkgname}%{api}
Version:	2.4.1
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://libsigc.sourceforge.net/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/2.4/%{pkgname}-%{version}.tar.xz

%description
Callback system for use in widget libraries, abstract interfaces, and
general programming.

This library implements a full callback system for use in widget
libraries, abstract interfaces, and general programming. Originally part
of the Gtk-- widget set, %{pkgname} is now a separate library to provide for
more general use. It is the most complete library of its kind with the
ablity to connect an abstract callback to a class method, function, or
function object. It contains adaptor classes for connection of dissimilar
callbacks and has an ease of use unmatched by other C++ callback
libraries.

Package gtkmm, which is a c++ binding to the famous gtk+ library, uses
%{pkgname}.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The Typesafe Signal Framework for C++
Group:		System/Libraries
Provides:	%{pkgname}%{api} = %{EVRD}

%description -n %{libname}
Callback system for use in widget libraries, abstract interfaces, and
general programming.

This library implements a full callback system for use in widget
libraries, abstract interfaces, and general programming. Originally part
of the Gtk-- widget set, %{pkgname} is now a separate library to provide for
more general use. It is the most complete library of its kind with the
ablity to connect an abstract callback to a class method, function, or
function object. It contains adaptor classes for connection of dissimilar
callbacks and has an ease of use unmatched by other C++ callback
libraries.

Package gtkmm, which is a c++ binding to the famous gtk+ library, uses
%{pkgname}.

%files -n %{libname}
%doc COPYING NEWS README
%{_libdir}/libsigc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for the Typesafe Signal Framework for C++ 
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{pkgname}%{api}-devel = %{EVRD}
Provides:	sigc++%{api}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers and static libraries of %{pkgname},
which are needed when developing or compiling applications which use
%{pkgname}.

%files -n %{devname}
%doc AUTHORS ChangeLog TODO
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%{_libdir}/sigc++-%{api}

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{pkgname} library
Group:		Documentation

%description doc
This package provides API documentation of %{pkgname} library.

%files doc
%doc %{_docdir}/libsigc++-%{api}
%{_datadir}/devhelp/books/libsigc++-%{api}

#----------------------------------------------------------------------------

%prep
%setup -qn %{pkgname}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%check
make check


%changelog

* Thu Mar 12 2015 Tigro <ashejn@gmail.com> 2.4.1-1
- (6121c89) update to 2.4.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23244 |14mu|libsignon-glib-1.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define girmajor 1.0
%define libname %mklibname signon-glib %{major}
%define girname %mklibname signon-glib-gir %{girmajor}
%define devname %mklibname signon-glib -d

Summary:	Authorization and authentication management for glib
Name:		libsignon-glib
Version:	1.13
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://code.google.com/p/accounts-sso/
Source0:	https://gitlab.com/accounts-sso/libsignon-glib/repository/%{name}-%{version}.tar.gz
BuildRequires:	python-gi >= 2.90
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	pkgconfig(signond)

%description
libsignon-glib provides authorization and authentication management for GLib
applications.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Accounts and SSO (Single Sign-On) framework
Group:		System/Libraries

%description -n %{libname}
libsignon-glib provides authorization and authentication management for GLib
applications.

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Signon-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%doc COPYING AUTHORS
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}
%{_datadir}/gir-1.0/Signon-%{girmajor}.gir
%{_datadir}/vala/vapi/*

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python binding for %{name}
Group:		Development/Python

%description -n python-%{name}
Python binding for %{name}.

%files -n python-%{name}
%{py_platsitedir}/gi/overrides/Signon.*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-VERSION_%{version}-b74889415b725211c46f107103577bdaddcbd1d5

%build
./autogen.sh
%configure2_5x \
	--disable-static
make

%install
%makeinstall_std

rm -fr %{buildroot}%{_prefix}/doc

%changelog

* Thu Nov 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.13-1
- (0fcf06f) Build requires pkgconfig(gtk-doc)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23245 |14mu|libsm-1.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname sm %{major}
%define develname %mklibname sm -d

Name:		libsm
Summary:	X Session Management Library
Version:	1.2.2
Release:	1
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libSM-%{version}.tar.bz2

BuildRequires:	pkgconfig(ice)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1
BuildRequires:	x11-xtrans-devel >= 1.0.0

%description
This is the X Session Management Library.

%package -n %{libname}
Summary:	X Session Management Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libname}
This is the X Session Management Library.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libsm-devel = %{version}-%{release}
Obsoletes:	%{_lib}sm6-devel < 1.2.1
Obsoletes:	%{_lib}sm-static-devel < 1.2.1
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libSM-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}\
	--without-libuuid

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/doc/libSM

%pre -n %{develname}
if [ -h %{_includedir}/X11 ]; then
	rm -f %{_includedir}/X11
fi

%files -n %{libname}
%{_libdir}/libSM.so.%{major}*

%files -n %{develname}
%doc doc/*.xml
%{_libdir}/libSM.so
%{_libdir}/pkgconfig/sm.pc
%{_includedir}/X11/SM/SM.h
%{_includedir}/X11/SM/SMlib.h
%{_includedir}/X11/SM/SMproto.h



%changelog

* Wed Sep 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.2.2-1
- (11897bf) Updated to version 1.2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23246 |14mu|libsndfile-1.0.28-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname sndfile %{major}
%define devname %mklibname sndfile -d

%bcond_with octave
%bcond_with bootstrap

Summary:	A library to handle various audio file formats
Name:		libsndfile
Version:	1.0.28
Release:	1
License:	LGPLv2+
Group:		Sound
Url:		http://www.mega-nerd.com/libsndfile/
Source0:	http://www.mega-nerd.com/libsndfile/files/%{name}-%{version}.tar.gz
Patch0:		0001-FLAC-Fix-a-buffer-read-overrun.patch
Patch1:		0002-src-flac.c-Fix-a-buffer-read-overflow.patch
Patch2:		0003-src-flac.c-Fix-another-memory-leak.patch
Patch3:		libsndfile-1.0.25-divide-by-zero.patch
Patch4:		libsndfile-psf_strlcpy_crlf-fix-CVE-2015-8075.patch
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(celt)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisenc)
%if !%{with bootstrap}
%ifarch %{ix86} x86_64
BuildRequires:	nasm
%endif
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(samplerate)
%endif

%description
libsndfile is a C library for reading and writing sound files such as AIFF,
AU and WAV files through one standard interface. It can currently read/write
8, 16, 24 and 32-bit PCM files as well as 32-bit floating point WAV files and
a number of compressed formats.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of sndfile
Group:		System/Libraries

%description -n %{libname}
libsndfile is a C library for reading and writing sound files such as AIFF,
AU and WAV files through one standard interface. It can currently read/write
8, 16, 24 and 32-bit PCM files as well as 32-bit floating point WAV files and
a number of compressed formats.

This package contains the shared library to run applications based on
libsndfile.

%files -n %{libname}
%doc AUTHORS COPYING NEWS README
%{_libdir}/libsndfile.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries, includes, etc to develop libsndfile applications 
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	sndfile-devel = %{EVRD}

%description -n %{devname}
Libraries, include files, etc you can use to develop libsndfile applications.

%files -n %{devname}
%doc %{_docdir}/libsndfile
%doc ChangeLog COPYING
%{_libdir}/libsndfile.so
%{multiarch_includedir}/sndfile.h
%{_includedir}/sndfile.h
%{_includedir}/sndfile.hh
%{_libdir}/pkgconfig/sndfile.pc

#----------------------------------------------------------------------------

%package progs
Summary:	Example progs based on libsndfile
Group:		Sound

%description progs
This contains sndfile-info for printing information about a sound
file and sndfile-play for playing a sound file.

%files progs
%doc COPYING
%{_bindir}/sndfile-*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%if %{with octave}
%package octave
Summary:	Octave modules based on libsndfile
Group:		Sound
BuildRequires:	octave-devel

%description octave
This contains octave modules based on libsndfile for reading, writing and
playing audio files.

%files octave
%doc COPYING
%{_datadir}/octave/
%dir %{_libdir}/octave/*/site/oct/%{_target_platform}/sndfile
%{_libdir}/octave/*/site/oct/%{_target_platform}/sndfile/PKG_ADD
%{_libdir}/octave/*/site/oct/%{_target_platform}/sndfile/sndfile.oct
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static
%make V=1


%install
%makeinstall_std
rm -rf %{buildroot}%{_includedir}/FLAC

%multiarch_includes %{buildroot}%{_includedir}/sndfile.h


%changelog

* Tue Jun 13 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.28-1
- (e7df7a2) New version 1.0.28
- (e7df7a2) Add patches to fix various CVE issues



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23247 |14mu|libsoup-2.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api_version 2.4
%define lib_major	1
%define lib_name	%mklibname soup- %{api_version} %{lib_major}
%define gi_name		%mklibname soup-gir %{api_version}
%define develname	%mklibname -d soup- %{api_version} 

%define build_check		0
%define build_doc		0

Summary: SOAP (Simple Object Access Protocol) implementation
Name: libsoup
Version: 2.50.0
Release: 1
License: LGPLv2
Group: System/Libraries
URL: http://www.gnome.org/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/libsoup/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gio-2.0) >= 2.27.5
BuildRequires:	pkgconfig(glib-2.0) >= 2.27.5
BuildRequires:	pkgconfig(gobject-2.0) >= 2.27.5
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	gobject-introspection-devel >= 0.9.5
BuildRequires:	intltool
%if %{build_doc}
BuildRequires:	gtk-doc
%endif
%if %build_check
#gw for running checks
BuildRequires:	apache-mod_ssl
BuildRequires:	apache-mod_proxy
BuildRequires:	apache-mod_php
BuildRequires:	php-xmlrpc
%endif
Requires:	glib-networking

%description
Soup is a SOAP (Simple Object Access Protocol) implementation in C. 

It provides an queued asynchronous callback-based mechanism for sending and
servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
compiler which generates client stubs and server skeletons for easily calling
and implementing SOAP methods.

%package -n %{lib_name}
Summary:	Libraries for soup
Group:		System/Libraries
Conflicts:	gir-repository < 0.6.5-12.1

%description -n %{lib_name}
Soup is a SOAP (Simple Object Access Protocol) implementation in C. 

It provides an queued asynchronous callback-based mechanism for sending and
servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
compiler which generates client stubs and server skeletons for easily calling
and implementing SOAP methods.

This package contains libraries used by soup.

%package -n %{gi_name}
Summary:	GObject Introspection interface library for libsoup
Group:		System/Libraries
Conflicts:	gir-repository < 0.6.5-12.1
Requires:	%{lib_name} = %{version}-%{release}

%description -n %{gi_name}
GObject Introspection interface library for libsoup.

%package -n %{develname}
Summary:	Development libraries, header files and utilities for soup
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{lib_name} = %{version}-%{release}

%description -n %{develname}
This package contains the files necessary to develop applications with soup.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-tls-check \
%if %build_check
	--with-apache-module-dir=/etc/httpd/*modules \
%endif
%if %{build_doc}
	--enable-gtk-doc
%endif

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%find_lang %{name}

%if %build_check
%check
make check
%endif

%files -n %{lib_name} -f %{name}.lang
%{_libdir}/*.so.%{lib_major}*

%files -n %{gi_name}
%{_libdir}/girepository-1.0/Soup-%{api_version}.typelib
%{_libdir}/girepository-1.0/SoupGNOME-%{api_version}.typelib

%files -n %{develname}
%doc README COPYING AUTHORS NEWS
%{_datadir}/gtk-doc/html/%{name}-%api_version
%{_datadir}/gir-1.0/Soup-%{api_version}.gir
%{_datadir}/gir-1.0/SoupGNOME-%{api_version}.gir
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*


%changelog

* Mon Mar 23 2015 Tigro <ashejn@yandex-team.ru> 2.50.0-1
- (d42a309) update to 2.50.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23248 |14mu|libspectre-0.2.6-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname spectre %{major}
%define devname %mklibname spectre -d

Summary:	Postscript rendering library
Name:		libspectre
Version:	0.2.6
Release:	12
License:	GPLv2+
Group:		System/Libraries
Url:		http://libspectre.freedesktop.org/wiki/
Source0:	http://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz
BuildRequires:	libgs-devel

%description
libspectre is a small library for rendering Postscript documents. It provides
a convenient easy to use API for handling and rendering Postscript documents.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Postscript rendering library
Group:		System/Libraries

%description -n %{libname}
libspectre is a small library for rendering Postscript documents. It provides
a convenient easy to use API for handling and rendering Postscript documents.

%files -n %{libname}
%doc AUTHORS NEWS README TODO
%{_libdir}/libspectre.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Postscript rendering library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
libspectre is a small library for rendering Postscript documents. It provides
a convenient easy to use API for handling and rendering Postscript documents.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libspectre.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std



%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.2.6-12
- (aecfb12) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23249 |14mu|libspiro-0.3.20150131-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname spiro %{major}
%define	devname	%mklibname -d spiro

Name:		libspiro
Version:	0.3.20150131
Release:	1
Summary:	Library to simplify the drawing of beautiful curves
Group:		System/Libraries
License:	GPLv2+
URL:		http://libspiro.sourceforge.net/
Source0:	https://github.com/fontforge/libspiro/archive/%{version}.tar.gz

%description
This library will take an array of spiro control points and 
convert them into a series of bézier splines which can then 
be used in the myriad of ways the world has come to use béziers. 

%package -n	%{libname}
Summary:	Library to simplify the drawing of beautiful curves
Group:		System/Libraries

%description -n	%{libname}
This library will take an array of spiro control points and 
convert them into a series of bézier splines which can then 
be used in the myriad of ways the world has come to use béziers. 

%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	spiro-devel = %{EVRD}

%description -n	%{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%prep
%setup -q
autoreconf -fi

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%doc README* ChangeLog AUTHORS
%{_libdir}/libspiro.so.%{major}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libspiro.so
%{_libdir}/pkgconfig/libspiro.pc

%changelog

* Fri Feb 05 2016 Denis Silakov <dsilakov@gmail.com> 0.3.20150131-1
- (20c5738) Updated to 0.3.20150131, added pkgconfig file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23250 |14mu|libssh-0.7.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname ssh %{major}
%define libthreads %mklibname ssh_threads %{major}
%define devname %mklibname ssh -d

Summary:	C library to authenticate in a simple manner to one or more SSH servers
Name:		libssh
Epoch:		1
Version:	0.7.3
Release:	1
Group:		System/Libraries
License:	LGPLv2.1+
Url:		http://www.libssh.org
# svn checkout svn://svn.berlios.de/libssh/trunk libssh
Source0:	https://red.libssh.org/attachments/download/177/%{name}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
The ssh library was designed to be used by programmers needing a working 
SSH implementation by the mean of a library. The complete control of the 
client is made by the programmer. With libssh, you can remotely execute 
programs, transfer files, use a secure and transparent tunnel for your 
remote programs. With its Secure FTP implementation, you can play with 
remote files easily, without third-party programs others than libcrypto 
(from openssl). libssh features :

    * Full C library functions for manipulating a client-side SSH
      connection
    * Lesser GPL licensing -SSH2 protocol compliant
    * Fully configurable sessions
    * Support for AES-128,AES-192,AES-256,blowfish, in cbc mode
    * Use multiple SSH connections in a same process, at same time
    * Use multiple channels in the same connection
    * Thread safety when using different sessions at same time
    * Basic but correct SFTP implementation (secure file transfer)
    * RSA and DSS server public key supported
    * Compression support (with zlib)
    * Public key (RSA and DSS), password and keyboard-interactive
      authentication
    * Complete documentation about its API
    * Runs and tested under amd64, x86, arm, sparc32, ppc under Linux,
      BSD, MacosX and Solaris
    * A developer listening to you
    * It's free (LGPL)!

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
The ssh library was designed to be used by programmers needing a working
SSH implementation by the mean of a library. The complete control of the
client is made by the programmer. With libssh, you can remotely execute
programs, transfer files, use a secure and transparent tunnel for your
remote programs. With its Secure FTP implementation, you can play with
remote files easily, without third-party programs others than libcrypto
(from openssl).

%files -n %{libname}
%{_libdir}/libssh.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libthreads}
Summary:	Main library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}ssh4 < 1:0.6.3

%description -n %{libthreads}
This package contains a shared library for %{name}.

%files -n %{libthreads}
%{_libdir}/libssh_threads.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libthreads} = %{EVRD}
Provides:	ssh-devel = %{EVRD}
Provides:	libssh-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/cmake/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake -DWITH_GCRYPT=ON -DWITH_PCAP=ON
%make

%install
%makeinstall_std -C build


%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 1:0.7.3-1
- (ab92dfe) Updated to 0.7.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23251 |14mu|libssh2-1.7.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname ssh2_ %{major}
%define devname %mklibname ssh2 -d

Summary:	A library implementing the SSH2 protocol
Name:		libssh2
Version:	1.7.0
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://www.libssh2.org/
Source0:	http://www.libssh2.org/download/%{name}-%{version}.tar.gz
Patch0:		CVE-2016-0787.patch
BuildRequires:	libtool
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
libssh2 is a library implementing the SSH2 protocol as defined by Internet
Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25), SECSH-CONNECTION(23),
SECSH-ARCH(20), SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library implementing the SSH2 protocol
Group:		System/Libraries

%description -n %{libname}
libssh2 is a library implementing the SSH2 protocol as defined by Internet
Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25), SECSH-CONNECTION(23),
SECSH-ARCH(20), SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10).

%files -n %{libname}
%doc COPYING
%{_libdir}/libssh2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	ssh2-devel = %{EVRD}

%description -n %{devname}
libssh2 is a library implementing the SSH2 protocol as defined by Internet
Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25), SECSH-CONNECTION(23),
SECSH-ARCH(20), SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10).

This package contains the static %{name} library and its header files.

%files -n %{devname}
%doc docs/AUTHORS docs/BINDINGS docs/HACKING docs/TODO ChangeLog NEWS README RELEASE-NOTES
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man3/*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure \
	--without-libgcrypt-prefix \
	--with-openssl=%{_prefix} \
	--with-libz=%{_prefix} \
	--disable-static \
	--disable-examples-build

%make

%install
%makeinstall_std

##%check
#make check <- barfs at "Failed requesting pty", works as root

%changelog

* Fri May 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.7.0-1
- (80107ff) New version 1.7.0
- (80107ff) Drop pkgconfig patch (fixed upstream)
- (80107ff) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23252 |14mu|libtar-1.2.20-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname tar %{major}
%define develname %mklibname -d tar

%define sdevname %mklibname tar -d -s

Summary:	C library for manipulating tar files
Name:		libtar
Version:	1.2.20
Release:	10
License:	BSD
Group:		System/Libraries
Url:		http://www.feep.net/libtar/
Source0:	ftp://ftp.feep.net/pub/software/libtar/%{name}-%{version}.tar.gz
Patch1:         libtar-1.2.11-missing-protos.patch
Patch2:         libtar-macro.patch
Patch4:         libtar-1.2.11-mem-deref.patch
Patch5:         libtar-1.2.20-fix-memleak.patch
Patch6:         libtar-1.2.11-bz729009.patch
Patch7:         libtar-1.2.11-bz785760.patch
Patch8:		libtar-1.2.20-includes.patch
BuildRequires:	pkgconfig(zlib)
Obsoletes:	%{name} <= 1.2.11-19

%description
libtar is a library for manipulating tar files from within C programs.
Here are some of its features:

  * Handles both POSIX tar file format and the GNU extensions.
  * API provides functions for easy use, such as tar_extract_all().
  * Also provides functions for more granular use, such as 
    tar_append_regfile().


%files
%{_bindir}/libtar

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Development files and headers for %{name}
Group:		Development/C
Obsoletes:	%{name}-static-devel < 1.2.11-19
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
This package contains the static library and the C headers needed to
build applications with libtar.

%files -n %{sdevname}
%doc README ChangeLog* COPYRIGHT TODO
%{_libdir}/libtar.a
#----------------------------------------------------------------------------
%package -n	%libname
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %libname
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libtar.so.%{major}
%{_libdir}/libtar.so.%{major}.*
#----------------------------------------------------------------------------
%package -n	%develname
Summary:	Development files and headers for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}
Obsoletes:	%{name}-devel < %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %develname
This package contains the shared library and the C headers needed to
build applications with libtar.

%files -n %{develname}
%{_libdir}/libtar.so
%{_includedir}/libtar*.h
%{_mandir}/man3/*.3*

#----------------------------------------------------------------------------
%prep
%setup -qn %{name}
%apply_patches

%build
# set correct version for .so build
%define ltversion %(echo %{version} | tr '.' ':')
sed -i 's/-rpath $(libdir)/-rpath $(libdir) -version-number %{ltversion}/' \
  lib/Makefile.in

autoreconf -fiv

export CFLAGS="%{optflags} -fPIC"
%configure2_5x --enable-static
%make

%install
%makeinstall_std

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.2.20-10
- (36372de) Updated to 1.2.20



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23253 |14mu|libtasn1-4.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname tasn1_ %{major}
%define devname %mklibname tasn1 -d

Summary:	The ASN.1 library used in GNUTLS
Name:		libtasn1
Version:	4.9
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://josefsson.org/libtasn1/
Source0:	http://ftp.gnu.org/gnu/libtasn1/%{name}-%{version}.tar.gz
Source1:	http://ftp.gnu.org/gnu/libtasn1/%{name}-%{version}.tar.gz.sig
Patch0:		libtasn1-3.4-rpath.patch
BuildRequires:	bison
%ifnarch %{arm} %{mips}
BuildRequires:	valgrind
%endif

%description
Libtasn1 is an implementation of the ASN.1 standard used by GnuTLS and others.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The ASN.1 library used in GNUTLS
Group:		System/Libraries

%description -n %{libname}
Libtasn1 is an implementation of the ASN.1 standard used by GnuTLS and others.

%files -n %{libname}
%{_libdir}/libtasn1.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The ASN.1 development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libtasn1 is an implementation of the ASN.1 standard used by GnuTLS and others.

This contains development files and headers for %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog
%{_includedir}/libtasn1.h
%{_libdir}/libtasn1.so
%{_libdir}/libtasn1.a
%{_libdir}/pkgconfig/libtasn1.pc
%{_infodir}/libtasn1.info*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package tools
Summary:	Command line ASN.1 tools
License:	GPLv3+
Group:		Text tools

%description tools
Libtasn1 is an implementation of the ASN.1 standard used by GnuTLS and others.

This contains the command line tools to work with ASN.1 data.

%files tools
%doc NEWS README THANKS
%{_bindir}/asn*
%{_mandir}/man1/asn*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
%ifnarch %{arm} %{mips}
	--enable-valgrind-tests
%endif

%make

%install
%makeinstall_std

%check
make check


%changelog

* Tue Aug 23 2016 Denis Silakov <dsilakov@gmail.com> 4.9-1
- (954394d) Updated to 4.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23254 |14mu|libtiff-4.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname tiff %{major}
%define devname %mklibname tiff -d

Summary:	A library of functions for manipulating TIFF format image files
Name:		libtiff
Version:	4.0.6
Release:	1
License:	BSD-like
Group:		System/Libraries
Url:		http://www.remotesensing.org/libtiff/
Source0:	ftp://ftp.remotesensing.org/pub/libtiff/tiff-%{version}.tar.gz
Patch0:		tiff-cvs20151227.patch
Patch1:		libtiff-CVE-2014-8128.patch
BuildRequires:	jbig-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(zlib)

%description
The libtiff package contains a library of functions for manipulating TIFF
(Tagged Image File Format) image format files. TIFF is a widely used file
format for bitmapped images. TIFF files usually end in the .tif extension
and they are often quite large.

#----------------------------------------------------------------------------

%package progs
Summary:	Binaries needed to manipulate TIFF format image files
Group:		Graphics

%description progs
This package provides binaries needed to manipulate TIFF format image files.

%files progs
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library of functions for manipulating TIFF format image files
Group:		System/Libraries

%description -n %{libname}
The libtiff package contains a library of functions for manipulating TIFF
(Tagged Image File Format) image format files. TIFF is a widely used file
format for bitmapped images. TIFF files usually end in the .tif extension
and they are often quite large.

%files -n %{libname}
%{_libdir}/libtiff.so.%{major}*
%{_libdir}/libtiffxx.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs which will use the libtiff library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	tiff-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and .so libraries for developing
programs which will manipulate TIFF format image files using the libtiff
library.

%files -n %{devname}
%doc installed_docs/*
%{_includedir}/*.h*
%{multiarch_includedir}/tiffconf.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q -n tiff-%{version}
%patch0 -p1
%patch1 -p0

# cleanup
for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# Use build system's libtool.m4, not the one in the package.
rm -f libtool.m4

libtoolize --force  --copy
aclocal -I . -I m4
automake --add-missing --copy
autoconf
autoheader

%build
export LDFLAGS="%{ldflags}"
export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS="%{optflags}"

%configure2_5x --enable-ld-version-script

# the "JPEG 8/12 bit dual mode" is too messy..., maybe later?
# http://trac.osgeo.org/gdal/wiki/TIFF12BitJPEG
# --with-jpeg12-include-dir=
# --with-jpeg12-lib=

%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}

rm -rf installed_docs

%makeinstall LIBTIFF_DOCDIR=`pwd`/installed_docs

install -m0644 libtiff/tiffiop.h %{buildroot}%{_includedir}/
install -m0644 libtiff/tif_dir.h %{buildroot}%{_includedir}/

# multiarch policy
%multiarch_includes %{buildroot}%{_includedir}/tiffconf.h

# cleanup
rm -f %{buildroot}%{_libdir}/*.*a


%changelog

* Tue Mar 08 2016 Denis Silakov <dsilakov@gmail.com> 4.0.6-1
- (77e2e67) Updated to 4.0.6 with upstream patchset from 20151227



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23255 |14mu|libtinfo-5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dont_symlinks_libs 1

%define major		5
%define libname		%mklibname tinfo %{major}

Summary:	Virtual package for libtinfo library
Name:		libtinfo
Version:	5
Release:	3
License:	MIT
Group:		System/Libraries
Url:		http://www.gnu.org/software/ncurses/ncurses.html

%description
Virtual package for libtinfo library.

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Virtual package for libtinfo library
Group:		System/Libraries
Requires:	%{_lib}ncurses%{major}
%ifarch x86_64
Provides:	libtinfo.so.%{major}()(64bit) = %{EVRD}
%else
Provides:	libtinfo.so.%{major} = %{EVRD}
%endif

%description -n	%{libname}
Virtual package for libtinfo library.

%files -n %{libname}
%{_libdir}/libtinfo.so.%{major}

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_libdir}
pushd %{buildroot}%{_libdir}
ln -s /%{_lib}/libncurses.so.%{major} libtinfo.so.%{major}
popd

%changelog

* Sun Apr 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5-3
- (ee82086) Update path for new ncurses library



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23256 |14mu|libtomcrypt-1.17-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO: Split library package
%define major 0
%define libname %mklibname tomcrypt %{major}
%define libprof %mklibname tomcrypt_prof %{major}
%define devname %mklibname tomcrypt -d

%define tommath_version 1.0

Summary:	Comprehensive, portable cryptographic toolkit
Name:		libtomcrypt
Version:	1.17
Release:	5
License:	Public Domain
Group:		System/Libraries
Url:		http://www.libtom.org/?page=features&newsitems=5&whatfile=crypt
Source0:	http://www.libtom.org/files/crypt-%{version}.tar.bz2
Patch0:		libtomcrypt-makefile.patch
BuildRequires:	ghostscript
BuildRequires:	libtool
BuildRequires:	tommath-devel >= %{tommath_version}

%description
A comprehensive, modular and portable cryptographic toolkit that
provides developers with a vast array of well known published block
ciphers, one-way hash functions, chaining modes, pseudo-random number
generators, public key cryptography and a plethora of other routines.

Designed from the ground up to be very simple to use. It has a modular
and standard API that allows new ciphers, hashes and PRNGs to be added
or removed without change to the overall end application. It features
easy to use functions and a complete user manual which has many source
snippet examples.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Comprehensive, portable cryptographic toolkit
Group:		System/Libraries

%description -n %{libname}
A comprehensive, modular and portable cryptographic toolkit that
provides developers with a vast array of well known published block
ciphers, one-way hash functions, chaining modes, pseudo-random number
generators, public key cryptography and a plethora of other routines.

Designed from the ground up to be very simple to use. It has a modular
and standard API that allows new ciphers, hashes and PRNGs to be added
or removed without change to the overall end application. It features
easy to use functions and a complete user manual which has many source
snippet examples.

%files -n %{libname}
%doc LICENSE
%{_libdir}/libtomcrypt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libprof}
Summary:	Comprehensive, portable cryptographic toolkit
Group:		System/Libraries
Conflicts:	%{_lib}tomcrypt0 < 1.17-5

%description -n %{libprof}
A comprehensive, modular and portable cryptographic toolkit that
provides developers with a vast array of well known published block
ciphers, one-way hash functions, chaining modes, pseudo-random number
generators, public key cryptography and a plethora of other routines.

Designed from the ground up to be very simple to use. It has a modular
and standard API that allows new ciphers, hashes and PRNGs to be added
or removed without change to the overall end application. It features
easy to use functions and a complete user manual which has many source
snippet examples.

%files -n %{libprof}
%doc LICENSE
%{_libdir}/libtomcrypt_prof.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libprof} = %{EVRD}
Requires:	tommath-devel >= %{tommath_version}
Provides:	tomcrypt-devel = %{EVRD}

%description -n %{devname}
The %{devname} package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%doc doc/crypt.pdf
%{_includedir}/tomcrypt
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .makefile

%build
export CFLAGS="%{optflags} -DLTM_DESC -I%{_includedir}/tommath"
%make LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -f makefile.shared
%make LIBPATH=%{_libdir} -f makefile
#docs

%check
export CFLAGS="%{optflags} -DLTM_DESC -DUSE_LTM -I%{_includedir}/tommath"
%make LIBPATH=%{_libdir} EXTRALIBS="-ltommath" test
./test

%install
# There is no configure script that ships with libtomcrypt but it does
# have understand DESTDIR and its installs via that and the
# INSTALL_USER and INSTALL_GROUP environment variables.
export INSTALL_USER=$(id -un)
export INSTALL_GROUP=$(id -gn)
export CFLAGS="%{optflags} -DLTM_DESC -DUSE_LTM"

%makeinstall_std INCPATH=%{_includedir}/tomcrypt LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -f makefile.shared
rm -f %{buildroot}%{_libdir}/*.a


%changelog

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.17-5
- (f29f62c) Split libtomcrypt_prof into individual package
- (f29f62c) Build with libtommath 1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23257 |14mu|libtommath-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname tommath %{major}
%define devname %mklibname tommath -d

Summary:	Portable number theoretic multiple-precision integer library
Name:		libtommath
Version:	1.0
Release:	1
License:	Public Domain
Group:		System/Libraries
Url:		http://www.libtom.org/LibTomMath/
Source0:	https://github.com/libtom/%{name}/%{name}-%{version}.tar.gz
Patch0:		libtommath-1.0-optflags.patch
BuildRequires:	libtool

%description
A free open source portable number theoretic multiple-precision integer
library written entirely in C. (phew!). The library is designed to
provide a simple to work with API that provides fairly efficient
routines that build out of the box without configuration.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Portable number theoretic multiple-precision integer library
Group:		System/Libraries

%description -n %{libname}
A free open source portable number theoretic multiple-precision integer
library written entirely in C. (phew!). The library is designed to
provide a simple to work with API that provides fairly efficient
routines that build out of the box without configuration.

%files -n %{libname}
%doc LICENSE
%{_libdir}/libtommath.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	tommath-devel = %{EVRD}

%description -n %{devname}
The %{devname} package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%dir %{_includedir}/tommath
%{_includedir}/tommath/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
export CFLAGS="%{optflags}"

%make \
	INCPATH=%{_includedir}/tommath \
	LIBPATH=%{_libdir} \
	-f makefile.shared

%install
export CFLAGS="%{optflags}"

%makeinstall_std \
	INCPATH=%{_includedir}/tommath \
	LIBPATH=%{_libdir} \
	-f makefile.shared


%changelog

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-1
- (9ca8cf5) Build requires libtool



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23258 |14mu|libtool-2.4.2-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libname_orig libltdl
%define major 7
%define libname %mklibname ltdl %{major}
%define devname %mklibname ltdl -d

# for the testsuite:
%define _disable_ld_no_undefined 1
%define _disable_ld_as_needed 1

%bcond_with bootstrap

%define arch_has_java 1
%ifarch %{arm} %{mips}
%define arch_has_java 0
%endif
%if %{with bootstrap}
%define arch_has_java 0
%endif

Summary:	The GNU libtool, which simplifies the use of shared libraries
Name:		libtool
Version:	2.4.2
Release:	19
License:	GPLv2+
Group:		Development/Other
Url:		http://www.gnu.org/software/libtool/libtool.html
Source0:	ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
Source1:	%{SOURCE0}.sig
# deprecated: introduced in July 2003
# (cf http://lists.mandriva.com/cooker-amd64/2003-12/msg00046.php)
# but is not needed anymore since Sept 2003 change in rpm "Make "x86_64" the
# canonical arch on amd64"

# (Abel) Patches please only modify ltmain.in and don't touch ltmain.sh
# otherwise ltmain.sh will not be regenerated, and patches will be lost

# (cjw) when a library that is produced in the build is also linked against, 
#       make sure that the library in the rpm install dir is used for relinking 
#	even if (an older version of) the lib is installed on the system
Patch0:		relink.patch
#
Patch1:		libtool-2.2.10-rpath.patch
Patch2:		ltmain-SED.patch
# (abondrov) pass -fuse-ld= flag to allow switching between bfd and gold
Patch3:		libtool-2.4.2-fuse-ld.patch
Patch12:	do-not-link-against-deplibs.patch
Patch13:	drop-ld-no-undefined-for-shared-lib-modules.patch
Patch14:	fix-checking-libltdl-is-installed-installable.patch
# (cjw) do not use CFLAGS when running gcj
Patch16:	libtool-2.2.6-use-gcjflags-for-gcj.patch
# (cjw) in the libltdl install test, use --enable-ltdl-install to make sure 
#       the library is built even if it is installed on the system
Patch17:	libtool-2.2.6b-libltdl-install-test-fix.patch
# (cjw) mdemo-dryrun test may fail because file sizes are incorrect in 'before' 
#       file list
Patch18:	libtool-2.4-dryrun-sleepmore.patch
#Patch19:	libtool-2.4.2-drop-soname-for-modules.patch
# (fwang) detect libltdl.so rather than libltdl.la, as we will delete them
Patch20:	libtool-2.4.2-use-so-to-detect-libltdl.patch

BuildRequires:	help2man
%if ! %{with bootstrap}
BuildRequires:	gcc-gfortran
%ifarch ia64 %{ix86} x86_64
BuildRequires:	quadmath-devel
%endif
%endif
%if %{arch_has_java}
BuildRequires:	gcc-java
BuildRequires:	pkgconfig(libgcj-4.9)
%endif
Requires:	%{name}-base = %{EVRD}

%description
The libtool package contains the GNU libtool, a set of shell scripts
which automatically configure UNIX and UNIX-like architectures to
generically build shared libraries.  Libtool provides a consistent,
portable interface which simplifies the process of using shared
libraries.

If you are developing programs which will use shared libraries, you
should install libtool.

%files
%doc AUTHORS NEWS README THANKS TODO
%{_bindir}/libtool
%{_mandir}/man1/libtool.1.*

#----------------------------------------------------------------------------

%package	base
Group:		Development/C
Summary:	Basic package for %{name}
Requires:	file

%description	base
The libtool package contains the GNU libtool, a set of shell scripts
which automatically configure UNIX and UNIX-like architectures to
generically build shared libraries.  Libtool provides a consistent,
portable interface which simplifies the process of using shared
libraries.

If you are developing programs which will use shared libraries, you
should install libtool.

%files base
%{_bindir}/libtoolize
%{_mandir}/man1/libtoolize.*
%{_infodir}/libtool.info*
%{_datadir}/libtool
%{_datadir}/aclocal/*.m4

#----------------------------------------------------------------------------

%package -n	%{libname}
Group:		Development/C
Summary:	Shared library files for libtool
License:	LGPLv2.1+
Provides:	%{libname_orig} = %{EVRD}

%description -n	%{libname}
Shared library files for libtool DLL library from the libtool package.

%files -n %{libname}
%{_libdir}/libltdl.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Group:		Development/C
Summary:	Development files for libtool
License:	LGPLv2.1+
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{libname_orig}-devel = %{EVRD}

%description -n	%{devname}
Development headers, and files for development from the libtool package.

%files -n %{devname}
%doc libltdl/README
%doc tests/demo
%{_includedir}/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
./bootstrap

%build
# don't use configure macro - it forces libtoolize, which is bad -jgarzik
# Use configure macro but define __libtoolize to be /bin/true -Geoff
%define __libtoolize /bin/true
# And don't overwrite config.{sub,guess} in this package as well -- Abel
%define __cputoolize /bin/true

%configure2_5x --disable-static
%make

# lame & ugly, trying to fix up relative paths that's made their way into libtool..
DIRS=$(cat libtool|grep compiler_lib_search_dirs|grep -F ..|uniq|cut -d'"' -f2)
PATHS=$(cat libtool|grep compiler_lib_search_path|grep -F ..|uniq|cut -d'"' -f2)
for i in $DIRS; do pushd $i; ABSOLUTE="$ABSOLUTE $PWD"; popd; done
ABSOLUTE=$(echo $ABSOLUTE | sed -e 's#%{_libdir} /%{_lib}#/%{_lib}#g' -e 's#%{_libdir} %{_libdir}#%{_libdir}#g')
sed -e "s#compiler_lib_search_dirs=\"$DIRS\"#compiler_lib_search_dirs=\"$ABSOLUTE\"#g" -i libtool
for i in $ABSOLUTE; do SEARCH=$(echo $SEARCH -L$i); done
sed -e "s#compiler_lib_search_path=\"$PATHS\"#compiler_lib_search_path=\"$SEARCH\"#g" -i libtool

%install
%makeinstall_std


%changelog

* Wed Jun 07 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.2-19
- (c651973) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23259 |14mu|libtorrent-rasterbar-1.0.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname torrent-rasterbar
%define major 8
%define libname %mklibname %{shortname} %{major}
%define devname %mklibname %{shortname} -d

Summary:	The Rasterbar BitTorrent library
Name:		libtorrent-rasterbar
Version:	1.0.7
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://www.rasterbar.com/products/libtorrent/
Source0:	http://libtorrent.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(geoip)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

%description
libtorrent-rasterbar is a C++ library that aims to be a good
alternative to all the other bittorrent implementations around. It is
a library and not a full featured client. It is not the same as the
other libtorrent, as used by the 'rtorrent' application, that is in
the 'libtorrent' package. The two are completely different and
incompatible.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The Rasterbar BitTorrent library
Group:		System/Libraries

%description -n %{libname}
libtorrent-rasterbar is a C++ library that aims to be a good
alternative to all the other bittorrent implementations around. It is
a library and not a full featured client. It is not the same as the
other libtorrent, as used by the 'rtorrent' application, that is in
the 'libtorrent' package. The two are completely different and
incompatible.

%files -n %{libname}
%{_libdir}/libtorrent-rasterbar.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The Rasterbar BitTorrent library's development headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	rb_libtorrent-devel = %{EVRD}

%description -n %{devname}
libtorrent-rasterbar is a C++ library that aims to be a good
alternative to all the other bittorrent implementations around. It is
a library and not a full featured client. It is not the same as the
other libtorrent, as used by the 'rtorrent' application, that is in
the 'libtorrent' package. The two are completely different and
incompatible. This package contains development libraries and headers.

%files -n %{devname}
%{_libdir}/libtorrent-rasterbar.so
%{_includedir}/libtorrent
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	The Rasterbar BitTorrent library's Python bindings
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n python-%{name}
libtorrent-rasterbar is a C++ library that aims to be a good
alternative to all the other bittorrent implementations around. It is
a library and not a full featured client. It is not the same as the
other libtorrent, as used by the 'rtorrent' application, that is in
the 'libtorrent' package. The two are completely different and
incompatible. This package contains Python bindings.

%files -n python-%{name}
%{py_platsitedir}/*.so
%{py_platsitedir}/*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# (tpg) a workaround for libtool crap
#sed -i 's/AC_CONFIG_MACRO_DIR(\[m4\])/dnl AC_CONFIG_MACRO_DIR(\[m4\])/' configure.in
#autoreconf -fi
export CFLAGS="%{optflags} -DBOOST_FILESYSTEM_VERSION=2"
export CXXFLAGS="%{optflags} -DBOOST_FILESYSTEM_VERSION=2"
%configure2_5x \
	--disable-static \
	--enable-python-binding \
	--with-libgeoip=system \
	--enable-encryption \
	--enable-dht \
	--with-boost-libdir=%{_libdir}

%make

%install
%makeinstall_std


%changelog

* Thu Mar 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.7-2
- (72eff72) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23260 |14mu|libunique-1.1.6-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 1.0
%define libname %mklibname unique %{api} %{major}
%define girname %mklibname unique-gir %{api}
%define devname %mklibname unique -d

Summary:	Library for creating single instance applications
Name:		libunique
Version:	1.1.6
Release:	9
License:	LGPLv2+
Group:		System/Libraries
Url:		http://live.gnome.org/LibUnique
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%name/%{name}-%{version}.tar.bz2
Patch0:		unique-1.0.6-fix-str-fmt.patch
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)

%description
Unique is a library for creating single instance applications.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for creating single instance applications
Group:		System/Libraries
Conflicts:	%{_lib}unique0 < 1.1.6-9
Obsoletes:	%{_lib}unique0 < 1.1.6-9

%description -n %{libname}
Unique is a library for creating single instance applications.

%files -n %{libname}
%{_libdir}/libunique-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection files for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Conflicts:	gir-repository < 0.6.5-3
Conflicts:	%{_lib}unique0 < 1.1.6-9

%description -n %{girname}
GObject Introspection files for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Unique-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for development with %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	unique-devel = %{EVRD}
Conflicts:	gir-repository < 0.6.5-3

%description -n %{devname}
Unique is a library for creating single instance applications.

%files -n %{devname}
%doc AUTHORS
%docdir %{_datadir}/gtk-doc/html/unique
%doc %{_datadir}/gtk-doc/html/unique/*
%{_libdir}/libunique-%{api}.so
%{_libdir}/pkgconfig/unique-%{api}.pc
%{_includedir}/unique-%{api}
%{_datadir}/gir-1.0/Unique-%{api}.gir

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

# this is a hack for glib2.0 >= 2.31.0
sed -i -e 's/-DG_DISABLE_DEPRECATED//g' \
	./unique/Makefile.*

%build
%configure2_5x \
	--disable-static \
	--enable-maintainer-flags=no

%make

%install
%makeinstall_std


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.6-9
- (deeef00) Fix library package name
- (deeef00) Move GObject Introspection file into individual package according to library packaging policy
- (deeef00) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23261 |14mu|libunwind-1.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname		unwind
%define onamedump	unwindcoredump
%define major		8
%define majordump	0
%define libname	%mklibname %{oname} %{major}
%define libdump	%mklibname %{onamedump} %{majordump}
%define devname	%mklibname %{oname} -d
%define _disable_ld_no_undefined 1

Summary:	An unwinding library
Name:		libunwind
Version:	1.1
Release:	9
License:	BSD
Group:		System/Libraries
Url:		http://savannah.nongnu.org/projects/libunwind
Source0:	http://download.savannah.gnu.org/releases/libunwind/libunwind-%{version}.tar.gz
#Fedora specific patch
Patch1:		libunwind-disable-setjmp.patch
Patch2:		libunwind-aarch64.patch
Patch5:		libunwind-1.1-fix-CVE-2015-3239.patch
BuildRequires:	libtool

%description
Libunwind provides a C ABI to determine the call-chain of a program.
This version of libunwind is targetted for the ia64 platform.

%package -n %{libname}
Summary:	Dynamic libraries from %{oname}
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{_lib}unwind1 < 1.0.1-1

%description -n %{libname}
Dynamic libraries from %{name}.

%package -n %{libdump}
Summary:	Dynamic libraries from %{oname}
Group:		System/Libraries
Provides:	%{name}-coredump = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{_lib}unwind1 < 1.0.1-1

%description -n %{libdump}
Dynamic libraries from %{name}.

%package -n %{devname}
Summary:	Development package for libunwind
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name}-coredump = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%track
prog %name = {
	url = http://mirror3.layerjet.com/nongnu/libunwind/
	regex = %name-(__VER__)\.tar\.gz
	version = %version
}

%description -n %{devname}
The libunwind-devel package includes the libraries and header files for
libunwind.

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
       --enable-static \
       --enable-shared

%make

%install
%makeinstall_std

# /usr/include/libunwind-ptrace.h
# [...] aren't really part of the libunwind API.  They are implemented in
# a archive library called libunwind-ptrace.a.
mv -f %{buildroot}%{_libdir}/libunwind-ptrace.a %{buildroot}%{_libdir}/libunwind-ptrace.a-save
rm -f %{buildroot}%{_libdir}/libunwind*.a
mv -f %{buildroot}%{_libdir}/libunwind-ptrace.a-save %{buildroot}%{_libdir}/libunwind-ptrace.a
rm -f %{buildroot}%{_libdir}/libunwind-ptrace*.so*

%check
%if 0%{?_with_check:1} || 0%{?_with_testsuite:1}
echo ====================TESTING=========================
make check || true
echo ====================TESTING END=====================
%else
echo ====================TESTSUITE DISABLED=========================
%endif

%files -n %{libname}
%{_libdir}/libunwind*.so.%{major}*

%files -n %{libdump}
%{_libdir}/libunwind-coredump.so.%{majordump}*

%files -n %{devname}
%doc COPYING README NEWS
%{_libdir}/libunwind*.so
%{_libdir}/libunwind-ptrace.a
%{_mandir}/*/*
%{_libdir}/pkgconfig/*.pc
# <unwind.h> does not get installed for REMOTE_ONLY targets - check it.
%{_includedir}/unwind.h
%{_includedir}/libunwind*.h

%changelog

* Wed Dec 16 2015 Denis Silakov <dsilakov@gmail.com> 1.1-9
- (246b340) Fix CVE-2015-3239



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23262 |14mu|libupnp-1.6.17-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define ixml_major 2
%define libname %mklibname upnp %{major}
%define libixml %mklibname ixml %{ixml_major}
%define libthreadutil %mklibname threadutil %{major}
%define devname %mklibname upnp -d

Summary:	Library and tools for the UPnP protocol
Name:		libupnp
Version:	1.6.17
Release:	6
License:	BSD
Group:		System/Libraries
URL:		http://pupnp.sourceforge.net/
Source0:	http://downloads.sourceforge.net/pupnp/%{name}-%{version}.tar.bz2

%description
The Linux SDK for UPnP Devices (libupnp) provides developers with an API and
open source code for building control points, devices, and bridges that are
compliant with Version 1.0 of the Universal Plug and Play Device
Architecture Specification.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library and tools for the UPnP protocol
Group:		System/Libraries

%description -n %{libname}
The Linux SDK for UPnP Devices (libupnp) provides developers with an API and
open source code for building control points, devices, and bridges that are
compliant with Version 1.0 of the Universal Plug and Play Device
Architecture Specification.

%files -n %{libname}
%doc LICENSE NEWS README THANKS TODO
%{_libdir}/libupnp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libixml}
Summary:	Library and tools for the UPnP protocol
Group:		System/Libraries
Conflicts:	%{_lib}upnp6 < 1.6.17-6

%description -n %{libixml}
The Linux SDK for UPnP Devices (libupnp) provides developers with an API and
open source code for building control points, devices, and bridges that are
compliant with Version 1.0 of the Universal Plug and Play Device
Architecture Specification.

%files -n %{libixml}
%{_libdir}/libixml.so.%{ixml_major}*

#----------------------------------------------------------------------------

%package -n %{libthreadutil}
Summary:	Library and tools for the UPnP protocol
Group:		System/Libraries
Conflicts:	%{_lib}upnp6 < 1.6.17-6

%description -n %{libthreadutil}
The Linux SDK for UPnP Devices (libupnp) provides developers with an API and
open source code for building control points, devices, and bridges that are
compliant with Version 1.0 of the Universal Plug and Play Device
Architecture Specification.

%files -n %{libthreadutil}
%{_libdir}/libthreadutil.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libixml} = %{EVRD}
Requires:	%{libthreadutil} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}upnp-static-devel < 1.6.17-6

%description -n %{devname}
Libraries and includes static files for developing programs based on %{name}.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*pc
%{_docdir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--with-documentation=%{_docdir}/%{name} \
	--enable-tools \
	--enable-sample \
	--disable-static
%make

%install
%makeinstall_std


%changelog
* Mon Dec 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.17-6
+ Revision: 942f171
- Disable static library and split library package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23263 |14mu|libupnp1.8-1.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.8
%define major 10
%define libname %mklibname upnp %{api} %{major}
%define libixml %mklibname ixml %{api} %{major}
%define devname %mklibname upnp %{api} -d

Summary:	Library and tools for the UPnP protocol
Name:		libupnp1.8
Version:	1.8.1
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://pupnp.sourceforge.net/
Source0:	https://github.com/mrjimenez/pupnp/archive/release-%{version}.tar.gz?/pupnp-release-%{version}.tar.gz

%description
The Linux SDK for UPnP Devices (libupnp) provides developers with an API and
open source code for building control points, devices, and bridges that are
compliant with Version 1.0 of the Universal Plug and Play Device
Architecture Specification.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library and tools for the UPnP protocol
Group:		System/Libraries

%description -n %{libname}
The Linux SDK for UPnP Devices (libupnp) provides developers with an API and
open source code for building control points, devices, and bridges that are
compliant with Version 1.0 of the Universal Plug and Play Device
Architecture Specification.

%files -n %{libname}
%doc LICENSE NEWS THANKS
%{_libdir}/libupnp-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libixml}
Summary:	Library and tools for the UPnP protocol
Group:		System/Libraries

%description -n %{libixml}
The Linux SDK for UPnP Devices (libupnp) provides developers with an API and
open source code for building control points, devices, and bridges that are
compliant with Version 1.0 of the Universal Plug and Play Device
Architecture Specification.

%files -n %{libixml}
%{_libdir}/libixml-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files fom %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libixml} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and header files for developing programs based on %{name}.

%files -n %{devname}
%{_includedir}/upnp-%{api}
%{_libdir}/*.so
%{_libdir}/pkgconfig/libupnp-%{api}.pc

#----------------------------------------------------------------------------

%prep
%setup -qn pupnp-release-%{version}

%build
autoreconf -fi
%configure2_5x \
	--enable-reuseaddr \
	--enable-tools \
	--disable-static
%make

%install
%makeinstall_std


%changelog

* Tue May 30 2017 Rosa <rosa@abf.rosalinux.ru> 1.8.1-2
- (b8163e7) Automatic import for version 1.8.1-2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23264 |14mu|libusbmuxd-1.0.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname usbmuxd %{major}
%define devname %mklibname -d usbmuxd

Summary:	Library for usbmuxd which communicates with Apple devices
Name:		libusbmuxd
Version:	1.0.10
Release:	2
Group:		System/Libraries
License:	LGPLv2+
Url:		http://www.libimobiledevice.org/ 
Source0:	http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2

BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libplist) >=1.12

%description
libusbmuxd provides support for the usbmuxd daemon
that communicates with Apple devices.
It allows simultaeneous access to multiple device
services supported by libimobiledevice

%package -n %{libname}
Group:		System/Libraries
Summary:	Library that provides support for the usbmuxd daeon

%description -n %{libname}
libusbmuxd is a library that provides support for the usbmuxd daeon

%package -n %{devname}
Summary:	Development package for libusbmuxd
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
%{name}, development headers and libraries.

%prep
%setup -q

%build
%configure \
	--disable-static

%make

%install
%makeinstall_std 

%files
%{_bindir}/iproxy

%files -n %{libname}
%{_libdir}/libusbmuxd.so.%{major}*

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/libusbmuxd.so
%{_libdir}/pkgconfig/libusbmuxd.pc

%changelog

* Sun Jul 19 2015 Bernhard Rosenkraenzer <bero@bero.eu> 1.0.10-2
- (32bc908) MassBuild#774: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23265 |14mu|libusbx-1.0.18-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 0
%define libname %mklibname usb %{api} %{major}
%define devname %mklibname usb %{api} -d
%define sdevname %mklibname usb %{api} -d -s

Summary:	Library for accessing USB devices
Name:		libusbx
Version:	1.0.18
Release:	3
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://sourceforge.net/apps/mediawiki/libusbx/
Source0:	http://downloads.sourceforge.net/libusbx/libusbx-%{version}.tar.bz2
BuildRequires:	doxygen
BuildRequires:	pkgconfig(udev)
Provides:	libusbx1 = %{EVRD}
Provides:	libusbx = %{EVRD}
Provides:	libusb1 = %{EVRD}
Obsoletes:	libusb1 < 1.0.10

%description
This package provides a way for applications to access USB devices.

Libusbx is a fork of the original libusb, which is a fully API and ABI
compatible drop in for the libusb-1.0.9 release. The libusbx fork was
started by most of the libusb-1.0 developers, after the original libusb
project did not produce a new release for over 18 months.

Note that this library is not compatible with the original libusb-0.1 series,
if you need libusb-0.1 compatibility install the libusb package.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libusbx is a fork of the original libusb
Group:		System/Libraries
Conflicts:	%{_lib}usbx1.0_0 < 1.0.18-2
Obsoletes:	%{_lib}usbx1.0_0 < 1.0.18-2

%description -n %{libname}
Libusbx is a fork of the original libusb, which is a fully API and ABI
compatible drop in for the libusb-1.0.9 release. The libusbx fork was
started by most of the libusb-1.0 developers, after the original libusb
project did not produce a new release for over 18 months.

%files -n %{libname}
%{_libdir}/libusb-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{name}-devel-doc = %{EVRD}
Provides:	libusbx1-devel = %{EVRD}
Provides:	libusb1-devel = %{EVRD}
Provides:	libusbx-devel = %{EVRD}
Provides:	usbx-devel = %{EVRD}
Provides:	usb1-devel = %{EVRD}
Provides:	usb1.0-devel = %{EVRD}
Conflicts:	%{_lib}usbx1.0-devel < 1.0.18-2
Obsoletes:	%{_lib}usbx1.0-devel < 1.0.18-2
Obsoletes:	libusb1-devel < 1.0.10

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%{_includedir}/libusb-%{api}
%{_libdir}/libusb-%{api}.so
%{_libdir}/pkgconfig/libusb-%{api}.pc

#----------------------------------------------------------------------------

#static package
%package -n %{sdevname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{name}-devel-doc = %{EVRD}
Requires:	%{devname} = %{EVRD}
Provides:	libusbx1-static-devel = %{EVRD}
Provides:	libusb1-static-devel = %{EVRD}
Provides:	libusbx-static-devel = %{EVRD}
Provides:	usbx-devel-static = %{EVRD}
Provides:	usb1-static-devel = %{EVRD}
Provides:	usb1.0-static-devel = %{EVRD}
Conflicts:	%{_lib}usbx1.0-static-devel < 1.0.18-2
Obsoletes:	%{_lib}usbx1.0-static-devel < 1.0.18-2
Obsoletes:	libusb1-static-devel < 1.0.10

%description -n %{sdevname}
The %{name}-static-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{sdevname}
%{_libdir}/libusb-%{api}.a

#----------------------------------------------------------------------------

%package devel-doc
Summary:	Documentation for %{name}
Group:		Documentation
Provides:	libusb1-devel-doc = %{EVRD}
Obsoletes:	libusb1-devel-doc < 1.0.10
BuildArch:	noarch

%description devel-doc
This package contains API documentation for %{name}.

%files devel-doc
%doc doc/html examples/*.c

#----------------------------------------------------------------------------

%prep
%setup -q
for i in examples/*.c; do
    iconv -f ISO-8859-1 -t UTF-8 -o $i.new $i
    touch -r $i $i.new
    mv $i.new $i
done

%build
libtoolize --force
autoheader
autoconf
autoreconf -fiv
%configure2_5x --enable-examples-build
%make
pushd doc
make docs
popd

%install
%makeinstall_std


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.18-3
- (ed4d70d) Properly obsolete development packages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23266 |14mu|libuser-0.62-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname user %{major}
%define devname %mklibname user -d

%bcond_with check
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	A user and group account administration library
Name:		libuser
Version:	0.62
Release:	1
License:	LGPLv2.1+
Group:		System/Configuration/Other
Url:		https://fedorahosted.org/libuser/
Source0:	https://fedorahosted.org/releases/l/i/libuser/%{name}-%{version}.tar.xz
# patches merged upstream (to be drop on next update):
Patch0:		libuser-0.56.9-fix-str-fmt.patch
# default to blowfish for passwords instead of md5 (#59158)
Patch3:		libuser-0.57.1-borkfix.diff
BuildRequires:	bison
BuildRequires:	gettext
BuildRequires:	linuxdoc-tools
# To make sure the configure script can find it
BuildRequires:	nscd
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
%if %{with selinux}
BuildRequires:	selinux-devel
%endif
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(python)
%if %{with check}
# For %%check
BuildRequires:	openldap-servers openldap-clients
%endif

%description
The libuser library implements a standardized interface for manipulating
and administering user and group accounts.  The library uses pluggable
back-ends to interface to its data sources.

Sample applications modeled after those included with the shadow password
suite are included.

%files -f %{name}.lang
%doc AUTHORS NEWS README TODO docs/*.txt python/modules.txt
%config(noreplace) %{_sysconfdir}/libuser.conf
%{_bindir}/*
%{_sbindir}/*
%dir %{_libdir}/%{name}/
%{_libdir}/%{name}/libuser_files.so
%{_libdir}/%{name}/libuser_shadow.so
%{_mandir}/man5/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package ldap
Summary:	Libuser LDAP library
Group:		System/Libraries

%description ldap
This package contains the libuser LDAP library.

%files ldap
%{_libdir}/%{name}/libuser_ldap.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The actual libraries for libuser
Group:		System/Libraries

%description -n %{libname}
This is the actual library for the libuser library.

%files -n %{libname}
%{_libdir}/libuser.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files needed for developing applications which use libuser
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The libuser-devel package contains header files, static libraries, and other
files useful for developing applications with libuser.

%files -n %{devname}
%dir %{_includedir}/libuser
%{_includedir}/libuser/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gtk-doc/html/*

#----------------------------------------------------------------------------

%package python
Summary:	Library bindings for python
Group:		Development/Python

%description python
This package contains the python library for python applications that 
use libuser.

%files python
%{py_platsitedir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch3 -p0

# fix tha tests
perl -pi -e "s|/etc/openldap/schema|/usr/share/openldap/schema|g" tests/slapd.conf.in

%build
export CFLAGS="%{optflags} -fPIC -DG_DISABLE_ASSERT -I/usr/include/sasl -DLDAP_DEPRECATED"
%configure2_5x \
	--with-ldap \
	--with-python \
	--with-popt \
	--without-sasl \
	--disable-rpath \
%if %{with selinux}
	--with-selinux \
%else
	--without-selinux \
%endif
	--enable-gtk-doc=no
%make

%install
%makeinstall_std

%find_lang %{name}

# Remove unpackaged files
rm -rf  %{buildroot}/usr/share/man/man3/userquota.3 \
        %{buildroot}%{py_platsitedir}/*a \
        %{buildroot}%{_libdir}/%{name}/*.la \
        %{buildroot}%{_libdir}/*.la

LD_LIBRARY_PATH=%{buildroot}%{_libdir}:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH

# Verify that all python modules load, just in case.
pushd %{buildroot}/%{_libdir}/python%{py_ver}/site-packages/
    python -c "import libuser"
popd

%if %{with check}
%check
# note: the tests uses fixed ports 3890 and 6360
#LD_LIBRARY_PATH=%{buildroot}%{_libdir}:${LD_LIBRARY_PATH}
#export LD_LIBRARY_PATH
make check
%endif

%changelog

* Thu May 12 2016 abondrov <andrey.bondrov@rosalab.ru> 0.62-1
- (9230e01) Merge pull request #1 from alzim/libuser:rosa2014.1
- (9230e01) Updated to 0.62



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23267 |14mu|libva-1.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname va %{major}
%define devname %mklibname va -d

Summary:	Video Acceleration (VA) API for Linux
Name:		libva
Epoch:		2
Version:	1.6.1
Release:	1
License:	MIT
Group:		System/Libraries
Url:		http://freedesktop.org/wiki/Software/vaapi
Source0:	http://www.freedesktop.org/software/vaapi/releases/libva/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(wayland-scanner)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)

%description
Libva is a library providing the VA API video acceleration API.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Libva is a library providing the VA API video acceleration API.

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*
%{_libdir}/%{name}-egl.so.%{major}*
%{_libdir}/%{name}-wayland.so.%{major}*
%{_libdir}/%{name}-drm.so.%{major}*
%{_libdir}/%{name}-glx.so.%{major}*
%{_libdir}/%{name}-tpi.so.%{major}*
%{_libdir}/%{name}-x11.so.%{major}*
%dir %{_libdir}/dri

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%{_includedir}/va
%{_libdir}/%{name}*.so
%{_libdir}/pkgconfig/%{name}*.pc

#----------------------------------------------------------------------------

%package utils
Summary:	Tools for %{name} (including vainfo)
Group:		Video

%description utils
The %{name}-utils package contains tools that are provided as part
of %{name}, including the vainfo tool for determining what (if any)
%{name} support is available on a system.

%files utils
%doc COPYING
%{_bindir}/avcenc
%{_bindir}/h264encode
%{_bindir}/jpegenc
%{_bindir}/loadjpeg
%{_bindir}/mpeg2vaenc
%{_bindir}/mpeg2vldemo
%{_bindir}/putsurface*
%{_bindir}/vainfo

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-glx

%make

%install
%makeinstall_std

# dummy driver has no good place, so get rid of it
rm %{buildroot}%{_libdir}/dri/dummy_drv_video.so

%changelog

* Thu Nov 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.6.1-1
- (964462d) New version 1.6.1
- (964462d) Drop merged patch
- (964462d) Update files (add new jpegenc binary)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23268 |14mu|libvdpau-1.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname vdpau %{major}
%define devname %mklibname vdpau -d
%define tracename %mklibname vdpau-trace

Summary:	Video Decode and Presentation API for Unix
Name:		libvdpau
Release:	2
Version:	1.1.1
License:	MIT
Group:		System/Libraries
Url:		http://www.nvnews.net/vbulletin/showthread.php?t=123091
Source0:	http://people.freedesktop.org/~aplattner/vdpau/%{name}-%{version}.tar.bz2
Patch0:		libvdpau-0.9-fix-X11-underlinking.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
# for apidoc:
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	texlive-pdftex

%description
The Video Decode and Presentation API for Unix (VDPAU) provides a
complete solution for decoding, post-processing, compositing, and
displaying compressed or uncompressed video streams. These video
streams may be combined (composited) with bitmap content, to
implement OSDs and other application user interfaces.

Only the proprietary NVIDIA driver supports this interface so far.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	VDPAU shared library
Group:		System/Libraries

%description -n %{libname}
The Video Decode and Presentation API for Unix (VDPAU) wrapper shared
library. This library is responsible for loading the hardware-specific
VDPAU driver.

%files -n %{libname}
%{_sysconfdir}/vdpau_wrapper.cfg
%{_libdir}/libvdpau.so.%{major}*
%dir %{_libdir}/vdpau

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	VDPAU development headers
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Provides:	vdpau-devel = %{EVRD}

%description -n %{devname}
This package contains the VDPAU headers for developing software that
uses VDPAU.

%files -n %{devname}
%doc AUTHORS ChangeLog api-html
%{_includedir}/vdpau
%{_libdir}/libvdpau.so
%{_libdir}/pkgconfig/vdpau.pc

#----------------------------------------------------------------------------

%package -n %{tracename}
Summary:	VDPAU tracing module for debugging
Group:		Development/X11
Requires:	%{libname} = %{EVRD}

%description -n %{tracename}
VDPAU tracing module libvdpau_trace.so for debugging VDPAU.

%files -n %{tracename}
# major is the plugin interface version, not %major
%{_libdir}/vdpau/libvdpau_trace.so.*

#----------------------------------------------------------------------------

%prep
%setup -q

%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std
# (anssi) unneeded files
rm -f %{buildroot}%{_libdir}/vdpau/*.{la,so}
mv %{buildroot}%{_docdir}/libvdpau/html api-html


%changelog

* Wed Nov 18 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.1.1-2
- (5339f7c) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23269 |14mu|libvdpau-va-gl-0.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# .so is not a devel file here
%if %{_use_internal_dependency_generator}
%define __noautoprov 'devel\\(.*'
%define __noautoreq 'devel\\(.*'
%endif

%define major 1
%define libname %mklibname vdpau_va_gl %{major}

Summary:	VDPAU driver with OpenGL/VAAPI backend
Name:		libvdpau-va-gl
Version:	0.4.2
Release:	1
License:	GPLv3+
Group:		System/Libraries
Url:		https://github.com/i-rinat/libvdpau-va-gl
Source0:	 https://github.com/i-rinat/libvdpau-va-gl/archive/v%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pkgconfig(libva-x11)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(x11)

%description
Many applications can use VDPAU to accelerate portions of the video decoding
process and video post-processing to the GPU video hardware. Unfortunately,
there is no such library for many graphic chipsets. Some applications also
support VA-API but many of them, including Adobe Flash Player, don't.

This library proposes a generic VDPAU library. It uses OpenGL under the hood
to accelerate drawing and scaling and VA-API (if available) to accelerate video
decoding.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	VDPAU driver with OpenGL/VAAPI backend
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
Many applications can use VDPAU to accelerate portions of the video decoding
process and video post-processing to the GPU video hardware. Unfortunately,
there is no such library for many graphic chipsets. Some applications also
support VA-API but many of them, including Adobe Flash Player, don't.

This library proposes a generic VDPAU library. It uses OpenGL under the hood
to accelerate drawing and scaling and VA-API (if available) to accelerate video
decoding.

%files -n %{libname}
%doc ChangeLog README.md
%{_libdir}/libvdpau_va_gl.so.%{major}*
%{_libdir}/libvdpau_va_gl.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Wed Feb 01 2017 abondrov <andrey.bondrov@rosalab.ru> 0.4.2-1
- (55a54b7) Merge pull request #3 from keleg/libvdpau-va-gl:rosa2016.1
- (55a54b7) Up to 0.4.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23270 |14mu|libvirt-1.1.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define common_summary interact with virtualization capabilities
%define common_description Libvirt is a C toolkit to interact with the virtualization\
capabilities of recent versions of Linux.

%define major 0
%define libname %mklibname virt %{major}
%define libqemu %mklibname virt-qemu %{major}
%define liblxc %mklibname virt-lxc %{major}
%define devname %mklibname -d virt

# libxenstore is not versionned properly
%define __noautoreq 'devel\\(libxenstore.*'

# enable\disable plugins
%ifarch %{ix86} x86_64
%bcond_without	xen
%else
%bcond_with	xen
%endif
%bcond_without	lxc
%bcond_without	vbox
%bcond_without	esx
%bcond_without	hyperv
%bcond_without	vmware
%bcond_without	parallels


Summary:	Toolkit to %{common_summary}
Name:		libvirt
Version:	1.1.4
Release:	6
License:	LGPLv2+
Group:		System/Kernel and hardware
Url:		http://libvirt.org/
Source0:	http://libvirt.org/sources/%{name}-%{version}.tar.gz
Source1:	%{name}-tmpfiles.conf
Patch203:	rpcgen-libvirt-1.1.2.patch

BuildRequires:	dmsetup
BuildRequires:	libxml2-utils
BuildRequires:	lvm2
BuildRequires:	glibc-devel
BuildRequires:	nfs-utils
BuildRequires:	open-iscsi
#BuildRequires:	qemu
BuildRequires:	gettext-devel
%ifnarch %{arm} %{mips} aarch64
BuildRequires:	numa-devel
%endif
# For configure to be able to detect dnsmasq binary location
BuildRequires:	dnsmasq-base
BuildRequires:	pcap-devel
BuildRequires:	readline-devel
BuildRequires:	sasl-devel
BuildRequires:	systemtap-devel
%if %{with xen}
BuildRequires:	xen-devel >= 4.3
%endif
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(libparted)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(netcf)
BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	pkgconfig(polkit-agent-1) polkit
BuildRequires:	pkgconfig(python)
BuildRequires: 	pkgconfig(systemd)
BuildRequires:	pkgconfig(xmlrpc)
BuildRequires:	pkgconfig(yajl)
Requires:	cyrus-sasl
Requires:	gettext
Requires:	netcf
Requires:	python-gobject-cairo

%track
prog %{name} = {
	url = http://libvirt.org/sources/
	version = %{version}
	regex = %{name}-(__VER__)\.tar\.gz
}

%description
%{common_description}

Virtualization of the Linux Operating System means the
ability to run multiple instances of Operating Systems concurently on
a single hardware system where the basic resources are driven by a
Linux instance. The library aim at providing long term stable C API
initially for the Xen paravirtualization but should be able to
integrate other virtualization mechanisms if needed.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library to %{common_summary}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqemu}
Summary:	A library to %{common_summary}
Group:		System/Libraries
Conflicts:	%{_lib}virt0 < 1.0.2-1

%description -n %{libqemu}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libqemu}
%{_libdir}/%{name}-qemu.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{liblxc}
Summary:	A library to %{common_summary}
Group:		System/Libraries

%description -n %{liblxc}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{liblxc}
%{_libdir}/%{name}-lxc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs using %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libqemu} = %{EVRD}
Requires:	%{liblxc} = %{EVRD}
%ifarch %{ix86} x86_64
Requires:	xen-devel
%endif
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
%{common_description}

This package contains the header files and libraries needed for
developing programs using the %{name} library.

%files -n %{devname}
%{_docdir}/%{name}
%exclude %{_docdir}/%{name}/ChangeLog
%exclude %{_docdir}/%{name}/README
%exclude %{_docdir}/%{name}/TODO
%exclude %{_docdir}/%{name}/NEWS
%doc %{_datadir}/gtk-doc/html/%{name}
%{_includedir}/%{name}
%{_libdir}/%{name}.so
%{_libdir}/%{name}-qemu.so
%{_libdir}/%{name}-lxc.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python bindings to %{common_summary}
Group:		Development/Python
Conflicts:	%{name}-utils < 1.0.1-1

%description -n python-%{name}
%{common_description}

This package contains the python bindings for the %{name} library.

%files -n python-%{name}
%{py_platsitedir}/%{name}*.py
%{py_platsitedir}/%{name}mod*.so

#----------------------------------------------------------------------------

%package -n %{name}-utils
Summary:	Tools to %{common_summary}
Group:		System/Kernel and hardware
Requires:	bridge-utils
Requires:	polkit
Requires:	ebtables
Requires:	dnsmasq-base
Requires:	netcf
Requires:	pm-utils
Suggests:	netcat
Conflicts:	%{_lib}virt0 < 1.0.1-1

%description -n %{name}-utils
%{common_description}

This package contains tools for the %{name} library.

%files -n %{name}-utils -f %{name}.lang
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/ChangeLog
%{_docdir}/%{name}/README
%{_docdir}/%{name}/TODO
%{_docdir}/%{name}/NEWS
%{_bindir}/*
%{_mandir}/man1/virsh.1*
%{_mandir}/man1/virt-xml-validate.1*
%{_mandir}/man1/virt-pki-validate.1.*
%{_mandir}/man8/libvirtd.8.*
%{_mandir}/man1/virt-host-validate.1.*
%{_mandir}/man1/virt-login-shell.1.*
%{_mandir}/man8/virtlockd.8.xz
%{_sbindir}/*
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/qemu/
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/lxc/
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/uml/
%{_libexecdir}/libvirt_iohelper
%{_libexecdir}/libvirt_lxc
%{_libexecdir}/libvirt_parthelper
%{_libexecdir}/libvirt-guests.sh
%{_libdir}/libvirt/connection-driver/libvirt_driver_interface.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_lxc.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_network.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_nodedev.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_nwfilter.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_qemu.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_secret.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_storage.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_uml.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_vbox.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_xen.so
%{_libdir}/libvirt/connection-driver/libvirt_driver_libxl.so
%{_libdir}/libvirt/lock-driver/lockd.so
%{_var}/lib/libvirt
%{_datadir}/polkit-1/actions/org.libvirt.api.policy
%{_datadir}/polkit-1/actions/org.libvirt.unix.policy
%{_datadir}/augeas
%{_datadir}/%{name}
%{_datadir}/systemtap/tapset/libvirt_functions.stp
%{_datadir}/systemtap/tapset/libvirt_probes.stp
%{_datadir}/systemtap/tapset/libvirt_qemu_probes.stp

%config(noreplace) %{_sysconfdir}/libvirt
%config(noreplace) %{_sysconfdir}/sasl2/libvirt.conf
%config(noreplace) %{_sysconfdir}/sysconfig/libvirtd
%config(noreplace) %{_sysconfdir}/sysconfig/libvirt-guests
%config(noreplace) %{_sysconfdir}/sysconfig/virtlockd
%config(noreplace) %{_sysconfdir}/logrotate.d/libvirtd*
%config(noreplace) %{_prefix}/lib/sysctl.d/libvirtd.conf
%{_unitdir}/libvirtd.service
%{_unitdir}/libvirt-guests.service
%{_unitdir}/virtlockd.*
%{_tmpfilesdir}/%{name}.conf

%post -n %{name}-utils
%_post_service libvirtd
%_post_service libvirt-guests
%_post_service virtlockd

%preun -n %{name}-utils
%_preun_service libvirt-guests
%_preun_service libvirtd
%_preun_service virtlockd

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--localstatedir=%{_var}  \
	--with-html-subdir=%{name} \
	--with-udev \
	--with-init_script=systemd \
	%if !%{with xen}
	--without-xenapi \
	%endif
	%if !%{with lxc}
	--without-lxc \
	%endif
	%if !%{with vbox}
	--without-vbox \
	%endif
	%if !%{with esx}
	--without-esx \
	%endif
	%if !%{with hyperv}
	--without-hyperv \
	%endif
	%if !%{with vmware}
	--without-vmware \
	%endif
	%if !%{with parallels}
	--without-parallels \
	%endif
	--without-hal

%make LIBS="-ltirpc"

%install
%makeinstall_std SYSTEMD_UNIT_DIR=%{_unitdir}

rm -f %{buildroot}%{_initrddir}/libvirt-guests

install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -d -m 0755 %{buildroot}%{_var}/lib/%{name}

# Files in /run are handled by systemd-tmpfiles
rm -rf %{buildroot}%{_var}/run/%{name}

%find_lang %{name}

# fix documentation
#mv %{buildroot}%{_docdir}/%{name}-python-%{version} %{buildroot}%{_docdir}/python-%{name}
install -m 644 ChangeLog README TODO NEWS %{buildroot}%{_docdir}/%{name}

%check
# fhimpe: disabled for now because it fails on 100Hz kernels, such as used on bs
# http://www.mail-archive.com/libvir-list@redhat.com/msg13727.html
#make check


%changelog

* Sat Jan 28 2017 Denis Silakov <denis.silakov@rosalab.ru> 1.1.4-6
- (9add3d8) Do not conflict with netcat-traditional, it is supported as of commit a2b5c57db83559d4fe32ee90fbb6685555388e06 from 2011



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23271 |14mu|libvirt-glib-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname		virt

%define api		1.0
%define major		0

%define libname_glib		%mklibname %{oname}-glib %{api} %{major}
%define develname_glib		%mklibname %{oname}-glib %{api} -d

%define libname_gconfig		%mklibname %{oname}-gconfig %{api} %{major}
%define develname_gconfig	%mklibname %{oname}-gconfig %{api} -d

%define libname_gobject		%mklibname %{oname}-gobject %{api} %{major}
%define develname_gobject	%mklibname %{oname}-gobject %{api} -d

%define girmajor	1.0
%define girname_glib		%mklibname %{oname}-glib-gir %{girmajor}
%define girname_gconfig		%mklibname %{oname}-gconfig-gir %{girmajor}
%define girname_gobject		%mklibname %{oname}-gobject-gir %{girmajor}

Summary:	libvirt glib integration for events
Name:		libvirt-glib
Version:	0.2.0
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://libvirt.org/
Source0:	http://libvirt.org/sources/glib/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libvirt)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	python-pkg-resources
# Hack due to https://bugzilla.redhat.com/show_bug.cgi?id=613466
BuildRequires:	libtool
BuildRequires:	vala
BuildRequires:	vala-tools

%description
This package provides integration between libvirt and the glib event loop.

# ---------------------------------------------------------------------------

%package -n %{libname_glib}
Group:		System/Libraries
Summary:	libvirt object APIs for processing object configuration

%description -n %{libname_glib}
This package provides APIs for processing the object configuration data.

%files -n %{libname_glib} -f %name.lang
%doc README COPYING AUTHORS ChangeLog NEWS
%{_libdir}/libvirt-glib-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{develname_glib}
Summary:	libvirt glib integration for events development files
Group:		System/Libraries
Requires:	%{libname_glib} = %{EVRD}
Provides:	%{name}-glib-devel = %{EVRD}
Provides:	%{oname}-glib-devel = %{EVRD}

%description -n %{develname_glib}
This package provides development header files and libraries for
integration between libvirt and the glib event loop.

%files -n %{develname_glib}
%doc examples/event-test.c
%{_libdir}/libvirt-glib-%{api}.so
%{_libdir}/pkgconfig/libvirt-glib-%{api}.pc
%dir %{_includedir}/libvirt-glib-%{api}
%dir %{_includedir}/libvirt-glib-%{api}/libvirt-glib
%{_includedir}/libvirt-glib-%{api}/libvirt-glib/libvirt-glib.h
%{_includedir}/libvirt-glib-%{api}/libvirt-glib/libvirt-glib-*.h
%{_datadir}/gir-1.0/LibvirtGLib-%{girmajor}.gir
%{_datadir}/gtk-doc/html/Libvirt-glib
%{_datadir}/vala/vapi/libvirt-glib-%{api}.vapi

#----------------------------------------------------------------------------

%package -n %{girname_glib}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname_glib} = %{EVRD}

%description -n %{girname_glib}
GObject Introspection interface description for %{name}.

%files -n %{girname_glib}
%{_libdir}/girepository-1.0/LibvirtGLib-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{libname_gconfig}
Summary:	libvirt object APIs for processing object configuration
Group:		System/Libraries
Summary:	libvirt object APIs for processing object configuration

%description -n %{libname_gconfig}
This package provides APIs for processing the object configuration data.

%files -n %{libname_gconfig}
%{_libdir}/libvirt-gconfig-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{develname_gconfig}
Summary:	libvirt object APIs for processing object configuration development files
Group:		System/Libraries
Requires:	%{libname_gconfig} = %{EVRD}
Provides:	%{name}-gconfig-devel = %{EVRD}
Provides:	%{oname}-gconfig-devel = %{EVRD}

%description -n %{develname_gconfig}
This package provides development header files and libraries for
the object configuration APIs.

%files -n %{develname_gconfig}
%doc examples/event-test.c
%{_libdir}/libvirt-gconfig-%{api}.so
%{_libdir}/pkgconfig/libvirt-gconfig-%{api}.pc
%dir %{_includedir}/libvirt-gconfig-%{api}
%dir %{_includedir}/libvirt-gconfig-%{api}/libvirt-gconfig
%{_includedir}/libvirt-gconfig-%{api}/libvirt-gconfig/libvirt-gconfig.h
%{_includedir}/libvirt-gconfig-%{api}/libvirt-gconfig/libvirt-gconfig-*.h
%{_datadir}/gir-1.0/LibvirtGConfig-%{girmajor}.gir
%{_datadir}/gtk-doc/html/Libvirt-gconfig
%{_datadir}/vala/vapi/libvirt-gconfig-%{api}.vapi

#----------------------------------------------------------------------------

%package -n %{girname_gconfig}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname_gconfig} = %{EVRD}

%description -n %{girname_gconfig}
GObject Introspection interface description for %{name}.

%files -n %{girname_gconfig}
%{_libdir}/girepository-1.0/LibvirtGConfig-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{libname_gobject}
Summary:	libvirt object APIs for managing virtualization hosts
Group:		System/Libraries

%description -n %{libname_gobject}
This package provides APIs for managing virtualization host objects.

%files -n %{libname_gobject}
%{_libdir}/libvirt-gobject-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{develname_gobject}
Summary:	libvirt object APIs for managing virtualization hosts development files
Group:		System/Libraries
Requires:	%{libname_gobject} = %{EVRD}
Requires:	%{develname_glib} = %{EVRD}
Requires:	%{develname_gconfig} = %{EVRD}
Provides:	%{name}-gobject-devel = %{EVRD}
Provides:	%{oname}-gobject-devel = %{EVRD}

%description -n %{develname_gobject}
This package provides development header files and libraries for
managing virtualization host objects.

%files -n %{develname_gobject}
%doc examples/event-test.c
%{_libdir}/libvirt-gobject-%{api}.so
%{_libdir}/pkgconfig/libvirt-gobject-%{api}.pc
%dir %{_includedir}/libvirt-gobject-%{api}
%dir %{_includedir}/libvirt-gobject-%{api}/libvirt-gobject
%{_includedir}/libvirt-gobject-%{api}/libvirt-gobject/libvirt-gobject.h
%{_includedir}/libvirt-gobject-%{api}/libvirt-gobject/libvirt-gobject-*.h
%{_datadir}/gir-1.0/LibvirtGObject-%{girmajor}.gir
%{_datadir}/gtk-doc/html/Libvirt-gobject
%{_datadir}/vala/vapi/libvirt-gobject-%{api}.vapi
%{_datadir}/vala/vapi/libvirt-gobject-%{api}.deps

#----------------------------------------------------------------------------

%package -n %{girname_gobject}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname_gobject} = %{EVRD}

%description -n %{girname_gobject}
GObject Introspection interface description for %{name}.

%files -n %{girname_gobject}
%{_libdir}/girepository-1.0/LibvirtGObject-%{girmajor}.typelib

# ---------------------------------------------------------------------------

%package python
Summary:	libvirt glib integration for events python binding
Group:		System/Libraries

%description python
This package provides a python module for integration between
libvirt and the glib event loop

%files python
%doc examples/event-test.py
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --enable-introspection --with-python --disable-static --enable-vala
%make LIBS="-lpython2.7"

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Thu Mar 12 2015 Tigro <ashejn@yandex-team.ru> 0.2.0-1
- (b7f280e) pack lang files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23272 |14mu|libvirt-sandbox-0.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define api 1.0
%define libname %mklibname virt-sandbox %{api} %{major}
%define devname %mklibname virt-sandbox -d

Summary:	libvirt application sandbox framework
Name:		libvirt-sandbox
Version:	0.5.1
Release:	4
License:	LGPLv2+
Group:		System/Libraries
Url:		http://libvirt.org/
Source0:	ftp://libvirt.org/libvirt/sandbox/%{name}-%{version}.tar.gz
Patch0:		libvirt-sandbox-0.5.1-linkage.patch
BuildRequires:	intltool
BuildRequires:	glibc-static-devel
BuildRequires:	selinux-devel
Requires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(libvirt-gobject-1.0)

%description
This package provides a command for running applications within
a sandbox using libvirt.

%files -f %{name}.lang
%{_datadir}/bash-completion/completions/virt-sandbox-service
%config(noreplace) %{_sysconfdir}/cron.daily/virt-sandbox-service.logrotate
%dir %{_sysconfdir}/libvirt-sandbox/services
%{_bindir}/virt-sandbox
%{_bindir}/virt-sandbox-service
%{_libexecdir}/virt-sandbox-service-util
%doc README COPYING AUTHORS ChangeLog NEWS
%dir %{_sysconfdir}/libvirt-sandbox
%dir %{_sysconfdir}/libvirt-sandbox/scratch
%config %{_sysconfdir}/libvirt-sandbox/scratch/README
%{_libexecdir}/libvirt-sandbox-init-common
%{_libexecdir}/libvirt-sandbox-init-lxc
%{_libexecdir}/libvirt-sandbox-init-qemu
%{_mandir}/man1/virt-sandbox.1*
%{_mandir}/man1/virt-sandbox-service.1*
%{_mandir}/man1/virt-sandbox-service-*.1*
%{_libdir}/girepository-1.0/LibvirtSandbox-1.0.typelib

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	libvirt application sandbox framework libraries
Group:		System/Libraries
# So we get the full libvirtd daemon, not just client libs
Requires:	libvirt-utils
Conflicts:	%{_lib}libvirt-sandbox0 < 0.5.1-4
Obsoletes:	%{_lib}libvirt-sandbox0 < 0.5.1-4

%description -n %{libname}
This package provides a framework for building application sandboxes
using libvirt.

%files -n %{libname}
%{_libdir}/libvirt-sandbox-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	libvirt application sandbox framework development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}libvirt-sandbox-devel < 0.5.1-4
Obsoletes:	%{_lib}libvirt-sandbox-devel < 0.5.1-4

%description -n %{devname}
This package provides development header files and libraries for
the libvirt sandbox.

%files -n %{devname}
%doc examples/virt-sandbox.pl
%doc examples/virt-sandbox.py
%doc examples/virt-sandbox.js
%doc examples/virt-sandbox-mkinitrd.py
%{_libdir}/libvirt-sandbox-1.0.so
%{_libdir}/pkgconfig/libvirt-sandbox-1.0.pc
%dir %{_includedir}/libvirt-sandbox-1.0
%dir %{_includedir}/libvirt-sandbox-1.0/libvirt-sandbox
%{_includedir}/libvirt-sandbox-1.0/libvirt-sandbox/libvirt-sandbox.h
%{_includedir}/libvirt-sandbox-1.0/libvirt-sandbox/libvirt-sandbox-*.h
%{_datadir}/gir-1.0/LibvirtSandbox-1.0.gir
%{_datadir}/gtk-doc/html/Libvirt-sandbox

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--enable-introspection \
	--disable-static
%make V=1

%install
chmod a-x examples/*.py examples/*.pl examples/*.js
%makeinstall_std

%find_lang %{name}

%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.1-4
- (e617967) Fix library major
- (e617967) Fix library and development package names



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23273 |14mu|libvisual-0.4.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.4
%define major 0
%define libname %mklibname visual %{api} %{major}
%define devname %mklibname visual -d

Summary:	Audio visualisation framework
Name:		libvisual
Version:	0.4.0
Release:	16
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://localhost.nl/~synap/libvisual
Source0:	%{name}-%{version}.tar.bz2
Patch0:		libvisual-0.4.0-fix-str-fmt.patch

%description
Libvisual is a library that acts as a middle layer between applications that
want audio visualisation and audio visualisation plugins.

Libvisual is aimed at developers who have a need for audio visualisation and
those who actually write the visualisation plugins.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of the audio visualisation framework
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Suggests:	libvisual-plugins
Conflicts:	%{_lib}visual0 < 0.4.16
Obsoletes:	%{_lib}visual0 < 0.4.16

%description -n %{libname}
Libvisual is a library that acts as a middle layer between applications that
want audio visualisation and audio visualisation plugins.

Libvisual is aimed at developers who have a need for audio visualisation and
those who actually write the visualisation plugins.

%files -n %{libname} -f %{name}-%{api}.lang
%doc README NEWS TODO ChangeLog AUTHORS
%{_libdir}/libvisual-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files of the audio visualisation framework
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libvisual is a library that acts as a middle layer between applications that
want audio visualisation and audio visualisation plugins.

Libvisual is aimed at developers who have a need for audio visualisation and
those who actually write the visualisation plugins.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch -p0

%build
%configure2_5x
%make

%install
%makeinstall_std

%find_lang %{name}-%{api}

%changelog
* Mon Dec 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.0-16
+ Revision: b3e5206
- Properly name library package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23274 |14mu|libwacom-0.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		2
%define libname		%mklibname wacom %{major}
%define develname	%mklibname wacom -d

Name:		libwacom
Summary:	A library to identify wacom tablets
Version:	0.22
Release:	2
Group:		Development/X11
License:	MIT
URL:		http://sourceforge.net/projects/linuxwacom/
Source0:	http://prdownloads.sourceforge.net/linuxwacom/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gudev-1.0)

%description
libwacom is a library to identify wacom tablets and their model-specific
features. It provides easy access to information such as "is this a built-in
on-screen tablet", "what is the size of this model", etc.

%package -n %{libname}
Summary:	A library to identify wacom tablets
Group:		Development/X11
Requires:	%{name} >= %{version}-%{release}

%description -n %{libname}
libwacom is a library to identify wacom tablets and their model-specific
features. It provides easy access to information such as "is this a built-in
on-screen tablet", "what is the size of this model", etc.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for %{name}.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
# auto-generate the udev rule from the database entries
pushd tools
./generate-udev-rules > ${RPM_BUILD_ROOT}/%{_udevrulesdir}/65-libwacom.rules
popd

rm -f %{buildroot}%{_libdir}/*.la

%files
%{_bindir}/libwacom-list-local-devices
%{_datadir}/libwacom
%{_udevrulesdir}/65-libwacom.rules

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc


%changelog

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.22-2
- (b7a55a0) MassBuild#1169: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23275 |14mu|libwebp-0.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname webp %{major}
%define devname %mklibname webp -d

Summary:	Library and tools for the WebP graphics format
Name:		libwebp
Version:	0.4.3
Release:	1
# Additional IPR is licensed as well. See PATENTS file for details
License:	BSD
Group:		Development/C
Url:		http://webmproject.org/
Source0:	http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	libtool
BuildRequires:	swig
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:  libtiff-devel
BuildRequires:  giflib-devel

%description
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, and a
container based on RIFF. Webmasters, web developers and browser
developers can use WebP to compress, archive and distribute digital
images more efficiently.

#----------------------------------------------------------------------------

%package tools
Summary:	The WebP command line tools
Group:		Development/Other

%description tools
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, and a
container based on RIFF. Webmasters, web developers and browser
developers can use WebP to compress, archive and distribute digital
images more efficiently.

%files tools
%{_bindir}/*
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for the WebP format
Group:		Development/C

%description -n %{libname}
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, and a
container based on RIFF. Webmasters, web developers and browser
developers can use WebP to compress, archive and distribute digital
images more efficiently.

%files -n %{libname}
%{_libdir}/%{name}*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libwebp, a library for the WebP format
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	webp-devel = %{EVRD}

%description -n %{devname}
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, and a
container based on RIFF. Webmasters, web developers and browser
developers can use WebP to compress, archive and distribute digital
images more efficiently.

%files -n %{devname}
%doc README PATENTS COPYING NEWS AUTHORS
%{_libdir}/%{name}*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
mkdir -p m4
./autogen.sh
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog

* Mon Oct 19 2015 abondrov <andrey.bondrov@rosalab.ru> 0.4.3-1
- (189cf45) Merge pull request #3 from dmitry/libwebp:rosa2014.1
- (189cf45) Update sources to version 0.4.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23276 |14mu|libwmf-0.2.8.4-35
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.2
%define major 7
%define libname %mklibname wmf %{api} %{major}
%define litename %mklibname wmflite %{api} %{major}
%define devname %mklibname -d wmf

Summary:	A library to convert wmf files
Name:		libwmf
Version:	0.2.8.4
Release:	35
License:	GPLv2
Group:		Text tools
Url:		http://sourceforge.net/projects/wvware/
Source0:	http://download.sourceforge.net/wvware/%{name}-%{version}.tar.bz2
Patch0:		libwmf-0.2.7-libwmf-config.patch
Patch1:		libwmf-0.2.8.3-CAN-2004-0941.patch
Patch2:		libwmf-0.2.8.3-CAN-2004-0990.patch
Patch3:		libwmf-0.2.8.4-intoverflow.patch
Patch4:		libwmf-0.2.8.4-CVE2007-2756.patch
Patch5:		libwmf-0.2.8.4-rh-CVE-2009-1364.diff
Patch6:		libwmf-0.2.8.4-gdk2.22.patch
Patch7:		libwmf-automake-1.13.patch
Patch8:         libwmf-0.2.8.4-CVE-2007-0455.patch
Patch9:         libwmf-0.2.8.4-CVE-2007-3472.patch
Patch10:        libwmf-0.2.8.4-CVE-2007-3473.patch
Patch11:        libwmf-0.2.8.4-CVE-2007-3477.patch
Patch12:        libwmf-0.2.8.4-CVE-2009-3546.patch
Patch13:        libwmf-0.2.8.4-CVE-2015-0848+CVE-2015-4588.patch
Patch14:        libwmf-0.2.8.4-CVE-2015-4695.patch
Patch15:        libwmf-0.2.8.4-CVE-2015-4696.patch
Patch16:        libwmf-0.2.8.4-CVE-2016-9011.patch
Patch17:        libwmf-0.2.8.4-CVE-2016-9317.patch
Patch18:        libwmf-0.2.8.4-CVE-2016-10167.patch
Patch19:        libwmf-0.2.8.4-CVE-2016-10168.patch

BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
Requires(post,postun):	gdk-pixbuf2.0
Requires:	urw-fonts

%description
libwmf is a library for unix like machines that can convert wmf
files into other formats, currently it supports a gd binding
to convert to gif, and an X one to draw direct to an X window
or pixmap.

%files
%docdir COPYING
%{_bindir}/wmf2*
%{_libdir}/gdk-pixbuf-2.0/*/loaders/io-wmf.*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library to convert wmf files. - library files
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libwmf.

%files -n %{libname}
%{_libdir}/libwmf-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{litename}
Summary:	A library to convert wmf files. - library files
Group:		System/Libraries
Conflicts:	%{libname} < 0.2.8.4-26

%description -n %{litename}
This package contains the library needed to run programs dynamically
linked with libwmflite.

%files -n %{litename}
%{_libdir}/libwmflite-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	A library to convert wmf files. - development environment
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libwmf-devel = %{version}-%{release}

%description -n %{devname}
libwmf is a library for unix like machines that can convert wmf
files into other formats, currently it supports a gd binding
to convert to gif, and an X one to draw direct to an X window
or pixmap.

Install libwmf-devel if you need to compile an application with libwmf
support.

%files -n %{devname}
%doc CREDITS README NEWS ChangeLog
%doc installed-docs/*
%{_bindir}/libwmf-config
%{multiarch_bindir}/libwmf-config
%{_libdir}/libwmf.so
%{_libdir}/libwmflite.so
%{_includedir}/libwmf

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

rm -f configure configure.in
autoreconf -fi

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

mv %{buildroot}%{_prefix}/share/doc/* installed-docs

#gw no windows line endings
perl -pi -e 's/\r//' $(find installed-docs -type f )

# remove anything relevant to fonts.
rm -rf %{buildroot}%{_bindir}/libwmf-fontmap %{buildroot}%{_datadir}/libwmf

# multiarch support
%multiarch_binaries %{buildroot}%{_bindir}/libwmf-config


%changelog

* Tue Jun 13 2017 Denis Silakov <denis.silakov@rosalab.ru> 0.2.8.4-35
- (232f62e) Fix CVE-2016-9317 , CVE-2016-10167 , CVE-2016-10168



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23277 |14mu|libwnck3-3.4.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define oname libwnck
%define api_version 3
%define major 0
%define api %{api_version}.0

%define libname %mklibname wnck %{api_version} %{major}
%define girname %mklibname wnck-gir %{api}
%define devname %mklibname -d wnck %{api_version}

Summary:	Libwnck is Window Navigator Construction Kit
Name:		libwnck3
Version:	3.4.9
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/libwnck/%{url_ver}/%{oname}-%{version}.tar.xz

BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xres)
BuildRequires:	pkgconfig(libpng)
Conflicts:	libwnck < 2.30.6-5

%description
libwnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and taskslists and stuff.

%package -n %{libname}
Summary:	%{summary}
Group:		%{group}
Suggests:	%{name} = %{version}-%{release}

%description -n %{libname}
libwnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and taskslists and stuff.

%package -n %{girname}
Summary:	GObject Introspection interface library for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{devname}
Summary:	Development libraries and include files for %{name}
Group:		Development/GNOME and GTK+
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}
Requires:	%{girname} = %{version}

%description -n %{devname}
libwnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and taskslists and stuff.

%prep
%setup -qn %{oname}-%{version}

%build
%configure2_5x \
	--disable-static

%make 

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/locale/{io,be@latin,bn_IN,si,uz@cyrillic}
%find_lang libwnck-3.0

%files -f libwnck-3.0.lang
%{_bindir}/wnckprop
%{_bindir}/wnck-urgency-monitor

%files -n %{libname}
%{_libdir}/libwnck-%{api_version}.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Wnck-%{api}.typelib

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gir-1.0/Wnck-%{api}.gir
%doc %{_datadir}/gtk-doc/html/libwnck-%{api}


%changelog
* Fri Oct 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.9-1
+ Revision: a2bbecf
- Updated to 3.4.9, sync with cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23278 |14mu|libwps-0.4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.4
%define major 4
%define libname %mklibname wps %{api} %{major}
%define devname %mklibname wps -d

Summary:	Library for reading and converting Microsoft Works word processor documents
Name:		libwps
Version:	0.4.3
Release:	1
Epoch:		1
License:	LGPLv2+
Group:		Office
Url:		http://libwps.sourceforge.net/
Source0:	http://downloads.sourceforge.net/libwps/libwps/%{name}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	boost-devel
BuildRequires:	pkgconfig(librevenge-0.0)

%description
Library that handles Microsoft Works documents.

#----------------------------------------------------------------------------

%package tools
Summary:	Tools to transform Works documents into other formats
Group:		Publishing

%description tools
Tools to transform Works documents into other formats.
Currently supported: html, raw, text

%files tools
%{_bindir}/wks2raw
%{_bindir}/wks2csv
%{_bindir}/wks2text
%{_bindir}/wps2html
%{_bindir}/wps2raw
%{_bindir}/wps2text

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for reading and converting Microsoft Works word processor documents
Group:		System/Libraries

%description -n %{libname}
Library that handles Microsoft Works documents.

%files -n %{libname}
%{_libdir}/libwps-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files for developing with libwps
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Includes and definitions for developing with libwps.

%files -n %{devname}
%{_libdir}/libwps*-%{api}.so
%{_libdir}/pkgconfig/libwps*.pc
%{_includedir}/*

#----------------------------------------------------------------------------

%package docs
Summary:	Documentation of libwps API
Group:		Documentation

%description docs
Documentation of libwps API for developing with libwps

%files docs
%{_docdir}/libwps*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-silent-rules \
	--disable-static \
	--disable-werror

sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
%makeinstall_std

%changelog

* Sat Apr 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.4.3-1
- (60d32c0) New version 0.4.3, new API 0.4, new library major 4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23279 |14mu|libx11-1.6.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define x11major 6
%define xcbmajor 1

%define libx11 %mklibname x11_ %{x11major}
%define libx11xcb %mklibname x11-xcb %{xcbmajor}
%define devname %mklibname x11 -d

Summary:	X Library
Name:		libx11
Version:	1.6.3
Release:	3
Group:		System/Libraries
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libX11-%{version}.tar.bz2
Patch0:		libX11-1.3.5-fix-null-pointer.patch
Patch1:		libx11-fix-segfault.diff
# From Fedora
Patch2:		libx11-1.6.3-dont-forward-keycode-0.patch

BuildRequires:	docbook-dtd43-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	groff
BuildRequires:	x11-sgml-doctools
BuildRequires:	x11-util-macros
BuildRequires:	xmlto
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xdmcp)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xtrans)

%description
%{name} contains the shared libraries that most X programs
need to run properly. These shared libraries are in a separate package in
order to reduce the disk space needed to run X applications on a machine
without an X server (i.e, over a network).

#-----------------------------------------------------------

%package -n %{libx11}
Summary:	X Library
Group:		Development/X11
Provides:	%{name} = %{EVRD}

%description -n %{libx11}
%{name} contains the shared libraries that most X programs
need to run properly. These shared libraries are in a separate package in
order to reduce the disk space needed to run X applications on a machine
without an X server (i.e, over a network).

%files -n %{libx11}
%{_libdir}/libX11.so.%{x11major}*

#-----------------------------------------------------------

%package -n %{libx11xcb}
Summary:	X Library
Group:		Development/X11
Conflicts:	%{_lib}x11_6 < 1.6.0-2

%description -n %{libx11xcb}
%{name} contains the shared libraries that most X programs
need to run properly. These shared libraries are in a separate package in
order to reduce the disk space needed to run X applications on a machine
without an X server (i.e, over a network).

%files -n %{libx11xcb}
%{_libdir}/libX11-xcb.so.%{xcbmajor}*

#-----------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
# TODO: split into 2 devel packages
Requires:	%{libx11} = %{EVRD}
Requires:	%{libx11xcb} = %{EVRD}

%description -n %{devname}
%{name} includes the libraries, header files and documentation
you'll need to develop programs which run in X clients. X11 includes
the base Xlib library as well as the Xt and Xaw widget sets.

For guidance on programming with these libraries, O'Reilly & Associates
produces a series on X programming which you might find useful.

Install %{name} if you are going to develop programs which
will run as X clients.

%files -n %{devname}
%{_mandir}/man3/*.3.*
%{_libdir}/libX11.so
%{_libdir}/pkgconfig/x11.pc
%{_includedir}/X11/cursorfont.h
%{_includedir}/X11/ImUtil.h
%{_includedir}/X11/Xlocale.h
%{_includedir}/X11/Xcms.h
%{_includedir}/X11/Xlibint.h
%{_includedir}/X11/Xlib.h
%{_includedir}/X11/Xresource.h
%{_includedir}/X11/Xregion.h
%{_includedir}/X11/Xutil.h
%{_includedir}/X11/XlibConf.h
%{_includedir}/X11/XKBlib.h
%{_libdir}/libX11-xcb.so
%{_libdir}/pkgconfig/x11-xcb.pc
%{_includedir}/X11/Xlib-xcb.h
%{_mandir}/man5/*.5*

#-----------------------------------------------------------

%package common
Summary:	Common files used by the X.org
Group:		System/X11
BuildArch:	noarch

%description common
Common files used by the X.org.

%files common
%dir %{_datadir}/X11/locale
%{_datadir}/X11/locale/*
%{_datadir}/X11/Xcms.txt
%{_datadir}/X11/XErrorDB

#-----------------------------------------------------------

%package doc
Summary:	Documentation used by the X.org
Group:		System/X11
BuildArch:	noarch

%description doc
Documentation used by the X.org.

%files doc
%{_docdir}/libX11

#-----------------------------------------------------------

%prep
%setup -q -n libX11-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog

* Wed Nov 18 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.6.3-3
- (f9c70d6) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23280 |14mu|libxau-1.0.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname xau %{major}
%define devname %mklibname xau -d

Summary:	X authorization file management library
Name:		libxau
Version:	1.0.8
Release:	5
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXau-%{version}.tar.bz2
Patch0:		libxau-visibility.patch
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
X authorization file management library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	X authorization file management library
Group:		Development/X11
Provides:	%{name} = %{EVRD}

%description -n %{libname}
X authorization file management library.

%files -n %{libname}
%{_libdir}/libXau.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}xau6-devel < 1.0.7
Obsoletes:	%{_lib}xau-static-devel < 1.0.7

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/pkgconfig/xau.pc
%{_includedir}/X11/Xauth.h
%{_libdir}/libXau.so
%{_mandir}/man3/Xau*

#----------------------------------------------------------------------------

%prep
%setup -qn libXau-%{version}
%patch0 -p1 -b .visibility

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std


%changelog

* Fri Sep 04 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.8-5
- (a1c6ade) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23281 |14mu|libxaw-1.0.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define libxaw7 %mklibname xaw %{major}
%define develname %mklibname xaw -d

Name:		libxaw
Summary:	X Athena Widgets Library
Version:	1.0.13
Release:	1
Group:		System/Libraries
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXaw-%{version}.tar.bz2


BuildRequires:	pkgconfig(x11) >= 1.0.0
BuildRequires:	pkgconfig(xau) >= 1.0.0
BuildRequires:	pkgconfig(xext) >= 1.0.0
BuildRequires:	pkgconfig(xmu) >= 1.0.0
BuildRequires:	pkgconfig(xpm) >= 3.5.4.2
BuildRequires:	pkgconfig(xt) >= 1.0.0
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.3.0
BuildRequires:	groff

%description
Xaw is the classic X Athena Widget Set, a widget set based on the
X Toolkit Intrinsics (Xt) Library.

%package -n %{libxaw7}
Group:		System/Libraries
Summary:	X Athena Widgets Library
Requires:	x11-data-bitmaps
Conflicts:	libxorg-x11 < 7.0
# (walluck): FIXME: we wouldn't provide this but for the packages that incorrectly require it
Provides:	libxaw7 = %{version}-%{release}

%description -n %{libxaw7}
Xaw is the classic X Athena Widget Set, a widget set based on the
X Toolkit Intrinsics (Xt) Library.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxaw7} = %{version}-%{release}
Conflicts:	libxorg-x11-devel < 7.0
Provides:	xaw-devel = %{version}-%{release}
Provides:	libxaw-devel = %{version}-%{release}
Obsoletes:	%{_lib}xaw-static-devel < 1.0.11

%description -n %{develname}
Development files for %{name}.

%prep
%setup -qn libXaw-%{version}
%patch0 -p1 -b .fs~

%build
%configure2_5x \
	--disable-static \
	--disable-xaw6

%make

%install
%makeinstall_std

%files -n %{libxaw7}
%{_libdir}/libXaw.so.%{major}
%{_libdir}/libXaw7.so.%{major}*

%files -n %{develname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%dir %{_includedir}/X11/Xaw
%{_includedir}/X11/Xaw/*
%{_mandir}/man3/Xaw.3.*
%dir %{_docdir}/libXaw
%{_docdir}/libXaw/*

%changelog

* Fri Sep 25 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.13-1
- (7c7068b) Updated to 1.0.13, cleaned up a bit



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23282 |14mu|libxcb-1.11.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libxcb %mklibname xcb %{major}
%define devname %mklibname xcb -d

%define compositemajor 0
%define damagemajor 0
%define dpmsmajor 0
%define dri2major 0
%define dri3major 0
%define glxmajor 0
%define presentmajor 0
%define randrmajor 0
%define recordmajor 0
%define rendermajor 0
%define resmajor 0
%define screensavermajor 0
%define shapemajor 0
%define shmmajor 0
%define syncmajor 1
%define xeviemajor 0
%define xf86drimajor 0
%define xfixesmajor 0
%define xineramamajor 0
%define xkbmajor 1
%define xprintmajor 0
%define xtestmajor 0
%define xvmajor 0
%define xvmcmajor 0
%define xselinuxmajor 0
%define xinputmajor 0

%define libxcb_composite   %mklibname xcb-composite   %{compositemajor}
%define libxcb_damage      %mklibname xcb-damage      %{damagemajor}
%define libxcb_dpms        %mklibname xcb-dpms        %{dpmsmajor}
%define libxcb_dri2        %mklibname xcb-dri2_       %{dri2major}
%define libxcb_dri3        %mklibname xcb-dri3_       %{dri3major}
%define libxcb_glx         %mklibname xcb-glx         %{glxmajor}
%define libxcb_present     %mklibname xcb-present     %{presentmajor}
%define libxcb_randr       %mklibname xcb-randr       %{randrmajor}
%define libxcb_record      %mklibname xcb-record      %{recordmajor}
%define libxcb_render      %mklibname xcb-render      %{rendermajor}
%define libxcb_res         %mklibname xcb-res         %{resmajor}
%define libxcb_screensaver %mklibname xcb-screensaver %{screensavermajor}
%define libxcb_shape       %mklibname xcb-shape       %{shapemajor}
%define libxcb_shm         %mklibname xcb-shm         %{shmmajor}
%define libxcb_sync        %mklibname xcb-sync        %{syncmajor}
%define libxcb_xevie       %mklibname xcb-xevie       %{xeviemajor}
%define libxcb_xf86dri     %mklibname xcb-xf86dri     %{xf86drimajor}
%define libxcb_xfixes      %mklibname xcb-xfixes      %{xfixesmajor}
%define libxcb_xinerama    %mklibname xcb-xinerama    %{xineramamajor}
%define libxcb_xkb         %mklibname xcb-xkb         %{xkbmajor}
%define libxcb_xprint      %mklibname xcb-xprint      %{xprintmajor}
%define libxcb_xtest       %mklibname xcb-xtest       %{xtestmajor}
%define libxcb_xv          %mklibname xcb-xv          %{xvmajor}
%define libxcb_xvmc        %mklibname xcb-xvmc        %{xvmcmajor}
%define libxcb_xselinux    %mklibname xcb-xselinux    %{xselinuxmajor}
%define libxcb_xinput      %mklibname xcb-xinput      %{xinputmajor}
# Need obsoletes
%define libxcb_util0       %mklibname xcb-util        0
%define libxcb_util1       %mklibname xcb-util        1
%define libxcb_randr1      %mklibname xcb-randr       1

Summary:	X protocol C-language Binding Library
Name:		libxcb
Version:	1.11.1
Release:	2
License:	MIT
Group:		System/X11
Url:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/libxcb-%{version}.tar.bz2

# Version 1.11 needs xcb-proto 1.11 (x11-proto-devel >= 7.7-7).
BuildRequires:	x11-proto-devel >= 7.7-7
BuildRequires:	libpthread-stubs
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	python-celementtree
BuildRequires:	xsltproc
BuildRequires:	libxdmcp-devel
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xcb-proto)
BuildRequires:	pkgconfig(xorg-macros)

%description
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

%package -n %{libxcb}
Summary:	X protocol C-language Binding Library
Group:		System/X11
Provides:	%{name} = %{EVRD}
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9
# Bug #53733: libxcb_randr1 was wrongly obsoleting old %{libxcb}s
Conflicts:	%{libxcb_randr1} < 1.4
Obsoletes:	%{libxcb_randr1} < 1.4

%description -n %{libxcb}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

%files -n %{libxcb}
%{_libdir}/libxcb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libxcb_composite}
Summary:	X protocol C-language Binding Library (composite extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_composite}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the composite extension.

%files -n %{libxcb_composite}
%{_libdir}/libxcb-composite.so.%{compositemajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_damage}
Summary:	X protocol C-language Binding Library (damage extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_damage}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the damage extension.

%files -n %{libxcb_damage}
%{_libdir}/libxcb-damage.so.%{damagemajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_dpms}
Summary:	X protocol C-language Binding Library (dpms extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_dpms}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the dpms extension.

%files -n %{libxcb_dpms}
%{_libdir}/libxcb-dpms.so.%{dpmsmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_dri2}
Summary:	X protocol C-language Binding Library (dri2 extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_dri2}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the dri2 extension.

%files -n %{libxcb_dri2}
%{_libdir}/libxcb-dri2.so.%{dri2major}*

%package -n %{libxcb_dri3}
Summary:	X protocol C-language Binding Library (dri3 extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1

%description -n %{libxcb_dri3}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility. This package provides bindings for the 
dri3 extension.

%files -n %{libxcb_dri3}
%{_libdir}/libxcb-dri3.so.%{dri3major}*

#----------------------------------------------------------------------------

%package -n %{libxcb_glx}
Summary:	X protocol C-language Binding Library (glx extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_glx}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the glx extension.

%files -n %{libxcb_glx}
%{_libdir}/libxcb-glx.so.%{glxmajor}*

%package -n %{libxcb_present}
Summary:	X protocol C-language Binding Library (present extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1

%description -n %{libxcb_present}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility. This package provides bindings for
the present extension.

%files -n %{libxcb_present}
%{_libdir}/libxcb-present.so.%{presentmajor}*
#----------------------------------------------------------------------------

%package -n %{libxcb_randr}
Summary:	X protocol C-language Binding Library (randr extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
# Bug #53733 explains why libxcb-randr0 obsoletes libxcb-randr1 < 1.4
Conflicts:	%{libxcb_randr1} < 1.4
Obsoletes:	%{libxcb_randr1} < 1.4
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_randr}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the randr extension.

%files -n %{libxcb_randr}
%{_libdir}/libxcb-randr.so.%{randrmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_record}
Summary:	X protocol C-language Binding Library (record extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_record}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the record extension.

%files -n %{libxcb_record}
%{_libdir}/libxcb-record.so.%{recordmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_render}
Summary:	X protocol C-language Binding Library (render extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_render}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the render extension.

%files -n %{libxcb_render}
%{_libdir}/libxcb-render.so.%{rendermajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_res}
Summary:	X protocol C-language Binding Library (res extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_res}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the res extension.

%files -n %{libxcb_res}
%{_libdir}/libxcb-res.so.%{resmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_screensaver}
Summary:	X protocol C-language Binding Library (screensaver extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_screensaver}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the screensaver extension.

%files -n %{libxcb_screensaver}
%{_libdir}/libxcb-screensaver.so.%{screensavermajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_shape}
Summary:	X protocol C-language Binding Library (shape extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_shape}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the shape extension.

%files -n %{libxcb_shape}
%{_libdir}/libxcb-shape.so.%{shapemajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_shm}
Summary:	X protocol C-language Binding Library (shm extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_shm}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the shm extension.

%files -n %{libxcb_shm}
%{_libdir}/libxcb-shm.so.%{shmmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_sync}
Summary:	X protocol C-language Binding Library (sync extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_sync}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the sync extension.

%files -n %{libxcb_sync}
%{_libdir}/libxcb-sync.so.%{syncmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xevie}
Summary:	X protocol C-language Binding Library (xevie extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xevie}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xevie extension.

%files -n %{libxcb_xevie}
%{_libdir}/libxcb-xevie.so.%{xeviemajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xf86dri}
Summary:	X protocol C-language Binding Library (xf86dri extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xf86dri}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xf86dri extension.

%files -n %{libxcb_xf86dri}
%{_libdir}/libxcb-xf86dri.so.%{xf86drimajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xfixes}
Summary:	X protocol C-language Binding Library (xfixes extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xfixes}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xfixes extension.

%files -n %{libxcb_xfixes}
%{_libdir}/libxcb-xfixes.so.%{xfixesmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xinerama}
Summary:	X protocol C-language Binding Library (xinerama extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xinerama}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xinerama extension.

%files -n %{libxcb_xinerama}
%{_libdir}/libxcb-xinerama.so.%{xineramamajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xkb}
Summary:	X protocol C-language Binding Library (xkb extension)
Group:		System/X11

%description -n %{libxcb_xkb}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xkb extension.

%files -n %{libxcb_xkb}
%{_libdir}/libxcb-xkb.so.%{xkbmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xprint}
Summary:	X protocol C-language Binding Library (xprint extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xprint}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xprint extension.

%files -n %{libxcb_xprint}
%{_libdir}/libxcb-xprint.so.%{xprintmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xtest}
Summary:	X protocol C-language Binding Library (xtest extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xtest}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xtest extension.

%files -n %{libxcb_xtest}
%{_libdir}/libxcb-xtest.so.%{xtestmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xv}
Summary:	X protocol C-language Binding Library (xv extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xv}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xv extension.

%files -n %{libxcb_xv}
%{_libdir}/libxcb-xv.so.%{xvmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xvmc}
Summary:	X protocol C-language Binding Library (xvmc extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xvmc}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the xvmc extension.

%files -n %{libxcb_xvmc}
%{_libdir}/libxcb-xvmc.so.%{xvmcmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xselinux}
Summary:	X protocol C-language Binding Library (xselinux extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1

%description -n %{libxcb_xselinux}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the XSELinux extension.

%files -n %{libxcb_xselinux}
%{_libdir}/libxcb-xselinux.so.%{xselinuxmajor}*

#----------------------------------------------------------------------------

%package -n %{libxcb_xinput}
Summary:	X protocol C-language Binding Library (xinput extension)
Group:		System/X11
Conflicts:	%{libxcb} <= 1.3-1
Obsoletes:	%{libxcb_util0} < 0.3.9
Obsoletes:	%{libxcb_util1} < 0.3.9

%description -n %{libxcb_xinput}
The X protocol C-language Binding (XCB) is a replacement for Xlib  featuring
a small footprint, latency hiding, direct access to the protocol, improved
threading support, and extensibility.

This package provides bindings for the XInput extension.

%files -n %{libxcb_xinput}
%{_libdir}/libxcb-xinput.so.%{xinputmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxcb} = %{EVRD}
Requires:	%{libxcb_composite} = %{EVRD}
Requires:	%{libxcb_damage} = %{EVRD}
Requires:	%{libxcb_dpms} = %{EVRD}
Requires:	%{libxcb_dri2} = %{EVRD}
Requires:	%{libxcb_dri3} = %{EVRD}
Requires:	%{libxcb_glx} = %{EVRD}
Requires:	%{libxcb_present} = %{EVRD}
Requires:	%{libxcb_randr} = %{EVRD}
Requires:	%{libxcb_record} = %{EVRD}
Requires:	%{libxcb_render} = %{EVRD}
Requires:	%{libxcb_res} = %{EVRD}
Requires:	%{libxcb_screensaver} = %{EVRD}
Requires:	%{libxcb_shape} = %{EVRD}
Requires:	%{libxcb_shm} = %{EVRD}
Requires:	%{libxcb_sync} = %{EVRD}
Requires:	%{libxcb_xevie} = %{EVRD}
Requires:	%{libxcb_xf86dri} = %{EVRD}
Requires:	%{libxcb_xfixes} = %{EVRD}
Requires:	%{libxcb_xinerama} = %{EVRD}
Requires:	%{libxcb_xkb} = %{EVRD}
Requires:	%{libxcb_xprint} = %{EVRD}
Requires:	%{libxcb_xtest} = %{EVRD}
Requires:	%{libxcb_xv} = %{EVRD}
Requires:	%{libxcb_xvmc} = %{EVRD}
Requires:	%{libxcb_xselinux} = %{EVRD}
Requires:	%{libxcb_xinput} = %{EVRD}
# gw this isn't picked up by the automatic pkgconfig deps, but without it,
# pkg-config --libs xcb will fail
Requires:	libpthread-stubs
Provides:	xcb-devel = %{EVRD}
Obsoletes:	%{_lib}xcb1-devel < %{EVRD}
Obsoletes:	%{_lib}xcb-static-devel < %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/xcb/*.h
%{_libdir}/libxcb*.so
%{_libdir}/pkgconfig/xcb*.pc

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Development/X11

%description doc
Documentation for %{name}.

%files doc
%{_docdir}/libxcb
%{_mandir}/man3/*.xz

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches


%build
%configure2_5x \
	--disable-static \
	--enable-xkb \
	--enable-selinux \
	--enable-xinput

%make


%install
%makeinstall_std

%changelog

* Sun Dec 06 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.11.1-2
- (db5592b) Release up for a rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23283 |14mu|libxcomposite-0.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xcomposite %{major}
%define develname %mklibname xcomposite -d

Name: libxcomposite
Summary: X Composite Library
Version: 0.4.4
Release: 1
Group: Development/X11
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: pkgconfig(xfixes) >= 3.0.1.2
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
X Composite Library

%package -n %{libname}
Summary: X Composite Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}

%description -n %{libname}
X Composite  Library

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11
Requires: %{libname} = %{version}-%{release}
Provides: libxcomposite-devel = %{version}-%{release}
Obsoletes: %{_lib}xcomposite1-devel < 0.4.3
Obsoletes: %{_lib}xcomposite-static-devel < 0.4.3
Conflicts: libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libXcomposite-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%pre -n %{develname}
if [ -h %{_includedir}/X11 ]; then
	rm -f %{_includedir}/X11
fi

%files -n %{libname}
%{_libdir}/libXcomposite.so.%{major}*

%files -n %{develname}
%{_libdir}/libXcomposite.so
%{_libdir}/pkgconfig/xcomposite.pc
%{_includedir}/X11/extensions/Xcomposite.h
%{_mandir}/man3/*

%changelog

* Thu Sep 24 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.4.4-1
- (8d94c17) Updated to version 0.4.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23284 |14mu|libxcursor-1.1.14-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xcursor %{major}
%define devname %mklibname xcursor -d

Summary:	X Cursor Library
Name:		libxcursor
Version:	1.1.14
Release:	6
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXcursor-%{version}.tar.bz2
BuildRequires:	x11-util-macros >= 1.0.1
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	pkgconfig(x11) >= 1.0.0
BuildRequires:	pkgconfig(xfixes) >= 3.0.1.2
BuildRequires:	pkgconfig(xrender) >= 0.9.0.2

%description
X Cursor Library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	X Cursor Library
Group:		Development/X11
Provides:	%{name} = %{EVRD}

%description -n %{libname}
X Cursor Library.

%files -n %{libname}
%{_libdir}/libXcursor.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}xcursor1-devel < 1.1.13
Obsoletes:	%{_lib}xcursor-static-devel < 1.1.13

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/libXcursor.so
%{_libdir}/pkgconfig/xcursor.pc
%{_includedir}/X11/Xcursor/Xcursor.h
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -qn libXcursor-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std


%changelog

* Thu Sep 24 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.1.14-6
- (e10c6ca) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23285 |14mu|libxdamage-1.1.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xdamage %{major}
%define devname %mklibname xdamage -d

Summary:	X Damage library
Name:		libxdamage
Version:	1.1.4
Release:	2
License:	MIT
Group:		System/Libraries
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXdamage-%{version}.tar.bz2
BuildRequires:	x11-util-macros
BuildRequires:	x11-proto-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xfixes)

%description
X Damage library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	X Damage shared library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
X Damage shared library.

%files -n %{libname}
%{_libdir}/libXdamage.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}xdamage1-devel < 1.1.3
Obsoletes:	%{_lib}xdamage-static-devel < 1.1.3

%description -n %{devname}
Development files for %{name}

%files -n %{devname}
%{_libdir}/libXdamage.so
%{_libdir}/pkgconfig/xdamage.pc
%{_includedir}/X11/extensions/Xdamage.h

#----------------------------------------------------------------------------

%prep
%setup -qn libXdamage-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std


%changelog

* Mon Dec 07 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.1.4-2
- (fb6e50b) Release up for a rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23286 |14mu|libxdmcp-1.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libxdmcp %mklibname xdmcp %{major}
%define develname %mklibname xdmcp -d

Name:		libxdmcp
Summary:	X Display Manager Control Protocol library
Version:	1.1.2
Release:	1
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXdmcp-%{version}.tar.bz2

BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
X Display Manager Control Protocol library

%package -n %{libxdmcp}
Summary:	Development files for %{name}
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libxdmcp}
X Display Manager Control Protocol library

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxdmcp} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}xdmcp6-devel < 1.1.1
Obsoletes:	%{_lib}xdmcp-static-devel < 1.1.1
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libXdmcp-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libxdmcp}
%{_libdir}/libXdmcp.so.%{major}*

%files -n %{develname}
%_datadir/doc/libXdmcp/xdmcp.xml
%{_libdir}/libXdmcp.so
%{_libdir}/pkgconfig/xdmcp.pc
%{_includedir}/X11/Xdmcp.h

%changelog

* Fri Sep 04 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.1.2-1
- (e5464fb) Updated to version 1.1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23287 |14mu|libxevie-1.0.3-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xevie %{major}
%define develname %mklibname xevie -d
%define staticdevelname %mklibname xevie -d -s

Name: libxevie
Summary:  X Event Interceptor Library
Version: 1.0.3
Release: 10
Group: Development/X11
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/libXevie-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1


%description
X Event Interceptor Library.

#-----------------------------------------------------------

%package -n %{libname}
Summary: X Event Interceptor Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}-%{release}

%description -n %{libname}
X Event Interceptor Library.

#-----------------------------------------------------------

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11
Requires: %{libname} >= %{version}-%{release}
Requires: x11-proto-devel >= 1.0.0
Provides: %{name}-devel = %{version}-%{release}

Conflicts: libxorg-x11-devel < 7.0
Obsoletes: %mklibname xevie 1 -d

%description -n %{develname}
Development files for %{name}.

%pre -n %{develname}
if [ -h %{_includedir}/X11 ]; then
	rm -f %{_includedir}/X11
fi

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/libXevie.so
%{_libdir}/pkgconfig/xevie.pc
%{_includedir}/X11/extensions/Xevie.h
%{_mandir}/man3/Xevie*.3*

#-----------------------------------------------------------

%package -n %{staticdevelname}
Summary: Static development files for %{name}
Group: Development/X11
Requires: %{develname} = %{version}
Provides: %{name}-static-devel = %{version}-%{release}

Conflicts: libxorg-x11-static-devel < 7.0
Obsoletes: %mklibname xevie 1 -d -s

%description -n %{staticdevelname}
Static development files for %{name}.

%files -n %{staticdevelname}
%defattr(-,root,root)
%{_libdir}/libXevie.a

#-----------------------------------------------------------

%prep
%setup -q -n libXevie-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libXevie.so.%{major}*

%changelog

* Tue Oct 20 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.3-10
- (a40ad94) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23288 |14mu|libxext-1.3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libxext %mklibname xext %{major}
%define devname %mklibname xext -d

Summary:	X11 miscellaneous extension library
Name:		libxext
Epoch:		1
Version:	1.3.3
Release:	3
Group:		Development/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXext-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11) >= 1.6.0
BuildRequires:	pkgconfig(xau) >= 1.0.0
BuildRequires:	pkgconfig(xdmcp) >= 1.0.0
BuildRequires:	x11-proto-devel >= 7.5
BuildRequires:	x11-util-macros >= 1.0.1

%description
Misc X Extension Library.

%package -n %{libxext}
Summary:	X11 miscellaneous extension library
Group:		Development/X11
Provides:	%{name} = %{EVRD}

%description -n %{libxext}
LibXext provides an X Window System client interface to several extensions to
the X protocol.
The supported protocol extensions are:
- DOUBLE-BUFFER (DBE), the Double Buffer extension;
- DPMS, the VESA Display Power Management System extension;
- Extended-Visual-Information (EVI), an extension for gathering extra
  information about the X server's visuals;
- LBX, the Low Bandwidth X extension;
- MIT-SHM, the MIT X client/server shared memory extension;
- MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT;
- Multi-Buffering, the multi-buffering and stereo display extension;
- SECURITY, the X security extension;
- SHAPE, the non-rectangular shaped window extension;
- SYNC, the X synchronization extension;
- TOG-CUP, the Open Group's Colormap Utilization extension;
- XC-APPGROUP, the X Consortium's Application Group extension;
- XC-MISC, the X Consortium's resource ID querying extension;
- XTEST, the X test extension (this is one of two client-side implementations;
  the other is in the libXtst library, provided by the libxtst6 package);

LibXext also provides a small set of utility functions to aid authors of client
APIs for X protocol extensions.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxext} = %{EVRD}
Provides:	libxext-devel = %{EVRD}
Obsoletes:	%{_lib}xext6-devel < 1:1.3.1
Obsoletes:	%{_lib}xext6-static-devel < 1:1.3.1

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXext-%{version}

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/doc/libXext

%files -n %{libxext}
%{_libdir}/libXext.so.%{major}*

%files -n %{devname}
%doc specs/*.xml
%{_libdir}/libXext.so
%{_libdir}/pkgconfig/xext.pc
%{_includedir}/X11/extensions/*.h
%{_mandir}/man3/*.3*


%changelog

* Thu Sep 10 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1:1.3.3-3
- (f909a29) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23289 |14mu|libxfixes-5.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	3
%define libname		%mklibname xfixes %{major}
%define develname	%mklibname xfixes -d

Name:		libxfixes
Summary:	X Fixes  Library
Version:	5.0.1
Release:	3
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXfixes-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	x11-proto-devel >= 7.6-3
BuildRequires:	x11-util-macros >= 1.0.1

%description
%{name} is a simple library designed to interface the X Fixes Extension.

%package -n %{libname}
Summary:	X Fixes  Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libname}
%{name} is a simple library designed to interface the X Fixes Extension.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libxfixes-devel = %{version}-%{release}
Obsoletes:	%{_lib}xfixes3-devel < 5.0
Obsoletes:	%{_lib}xfixes-static-devel < 5.0
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libXfixes-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXfixes.so.%{major}*

%files -n %{develname}
%{_libdir}/libXfixes.so
%{_libdir}/pkgconfig/xfixes.pc
%{_includedir}/X11/extensions/Xfixes.h
%{_mandir}/man3/Xfixes.*

%changelog

* Thu Sep 10 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 5.0.1-3
- (8e5515c) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23290 |14mu|libxfont-1.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xfont %{major}
%define devname %mklibname xfont -d

Summary:	X font Library
Name:		libxfont
Version:	1.5.1
Release:	1
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXfont-%{version}.tar.bz2
# From Fedora:
Patch0:		libxfont-1.5.1-bdfReadCharacters-Allow-negative-DWIDTH-values.patch

BuildRequires:	pkgconfig(fontenc)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(xtrans)
# Version 1.5.0 needs fontproto 2.1.3 or newer (x11-proto-devel >= 7.7-7).
BuildRequires:	x11-proto-devel >= 7.7-7
BuildRequires:	x11-util-macros
BuildRequires:	bzip2-devel

%description
X font Library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	X font shared library
Group:		Development/X11
Provides:	%{name} = %{version}
Conflicts:	libxorg-x11 < 7.0

%description -n %{libname}
X font shared library.

%files -n %{libname}
%{_libdir}/libXfont.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Provides:	libxfont-devel = %{EVRD}
Obsoletes:	%{_lib}xfont1-devel < 1.4.5
Obsoletes:	%{_lib}xfont-static-devel < 1.4.5
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/libXfont.so
%{_libdir}/pkgconfig/xfont.pc
%dir %{_includedir}/X11/fonts
%{_includedir}/X11/fonts/*

#----------------------------------------------------------------------------

%prep
%setup -qn libXfont-%{version}
%apply_patches


%build
%configure2_5x \
	--disable-static \
	--with-bzip2 \
	--without-fop

%make

%install
%makeinstall_std


%changelog

* Fri Sep 04 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.5.1-1
- (60b0783) Updated to version 1.5.1 with an additional patch from Fedora
- (60b0783) Note that this version requries x11-proto-devel 7.7-7 or newer, that is,
- (60b0783) fontsproto 2.1.3 or newer, and is intended for Xorg 1.16 or newer.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23291 |14mu|libxfontcache-1.0.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xfontcache %{major}
%define devname %mklibname xfontcache -d
%define sdevname %mklibname xfontcache -d -s

Summary:	The Xfontcache library
Name:		libxfontcache
Version:	1.0.5
Release:	10
License:	MIT
Group:		System/Libraries
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXfontcache-%{version}.tar.bz2
BuildRequires:	x11-util-macros
BuildRequires:	x11-proto-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)

%description
The Xfontcache library.

#-----------------------------------------------------------

%package -n %{libname}
Summary:	The Xfontcache shared library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
The Xfontcache shared library.

%files -n %{libname}
%{_libdir}/libXfontcache.so.%{major}*

#-----------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Requires:	x11-proto-devel
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{_lib}xfontcache1-devel < 1.0.5-8
Obsoletes:	%{_lib}xfontcache1-devel < 1.0.5-8

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/libXfontcache.so
%{_libdir}/pkgconfig/xfontcache.pc
%{_mandir}/man3/FontCache*
%{_mandir}/man3/Xfontcache*

#-----------------------------------------------------------

%package -n %{sdevname}
Summary:	Static development files for %{name}
Group:		Development/X11
Requires:	%{devname} = %{EVRD}
Provides:	libxfontcache-static-devel = %{EVRD}
Conflicts:	%{_lib}xfontcache1-static-devel < 1.0.5-8
Obsoletes:	%{_lib}xfontcache1-static-devel < 1.0.5-8

%description -n %{sdevname}
Static development files for %{name}.

%files -n %{sdevname}
%{_libdir}/libXfontcache.a

#-----------------------------------------------------------

%prep
%setup -qn libXfontcache-%{version}

%build
%configure2_5x \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std


%changelog

* Thu Sep 24 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.5-10
- (a0a932c) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23292 |14mu|libxft-2.3.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname xft %{major}
%define devname %mklibname xft -d

Summary:	X FreeType library
Name:		libxft
Version:	2.3.2
Release:	5
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXft-%{version}.tar.bz2
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xrender)

%description
X FreeType library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	X FreeType library
Group:		Development/X11
Provides:	%{name} = %{EVRD}
Requires:	fontconfig

%description -n %{libname}
X FreeType library.

%files -n %{libname}
%{_libdir}/libXft.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/libXft.so
%{_libdir}/pkgconfig/xft.pc
%{_includedir}/X11/Xft/Xft.h
%{_includedir}/X11/Xft/XftCompat.h
%{_mandir}/man3/Xft.*

#----------------------------------------------------------------------------

%prep
%setup -qn libXft-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%changelog

* Tue Oct 20 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.3.2-5
- (34f9a73) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23293 |14mu|libxi-1.7.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libxi %mklibname xi %{major}
%define devname %mklibname xi -d

Summary:	X Input Extension Library
Name:		libxi
Version:	1.7.5
Release:	1
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXi-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)
# necessary for building the man pages
BuildRequires:	asciidoc
BuildRequires:	docbook-dtd412-xml
BuildRequires:	xmlto

%description
X Input Extension Library.

#----------------------------------------------------------------------------

%package -n %{libxi}
Summary:	X Input Extension Library
Group:		Development/X11
Provides:	%{name} = %{EVRD}

%description -n %{libxi}
X Input Extension Library.

%files -n %{libxi}
%{_libdir}/libXi.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxi} = %{EVRD}
Requires:	pkgconfig(xfixes)
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_libdir}/libXi.so
%{_libdir}/pkgconfig/xi.pc
%{_includedir}/X11/extensions/*.h
%{_datadir}/doc/libXi/*
%{_mandir}/man3/X*

#----------------------------------------------------------------------------

%prep
%setup -qn libXi-%{version}

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog

* Fri Sep 11 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.7.5-1
- (07d1e8e) Updated to version 1.7.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23294 |14mu|libxinerama-1.1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xinerama %{major}
%define devname %mklibname xinerama -d

Summary:	The Xinerama Library
Name:		libxinerama
Version:	1.1.3
Release:	7
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXinerama-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11) >= 1.0.0
BuildRequires:	pkgconfig(xext) >= 1.0.0
BuildRequires:	x11-proto-devel >= 7.5
BuildRequires:	x11-util-macros >= 1.0.1

%description
The Xinerama Library.

%package -n %{libname}
Summary:	The Xinerama Library
Group:		Development/X11

%description -n %{libname}
The Xinerama Library.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Provides:	libxinerama-devel = %{EVRD}
Obsoletes:	%{_lib}xinerama1-devel < 1.1.2
Obsoletes:	%{_lib}xinerama-static-devel < 1.1.2
# Due to moved man page, to be removed later
Conflicts:	%{libname} < 1.1.3-4

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXinerama-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXinerama.so.%{major}*

%files -n %{devname}
%{_libdir}/libXinerama.so
%{_libdir}/pkgconfig/xinerama.pc
%{_includedir}/X11/extensions/*.h
%{_mandir}/man3/*

%changelog

* Fri Sep 11 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.1.3-7
- (1e512b8) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23295 |14mu|libxkbcommon-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bname xkbcommon

%define major 0
%define libname %mklibname xkbcommon %{major}
%define devname %mklibname xkbcommon -d
%define libx11 %mklibname xkbcommon-x11_ %{major}
%define devx11 %mklibname xkbcommon-x11 -d

Summary:	Keymap handling library for toolkits and window systems
Name:		lib%{bname}
Version:	0.5.0
Release:	1
License:	MIT
Group:		Development/X11
Url:		http://xkbcommon.org/
Source0:	http://xkbcommon.org/download/%{name}-%{version}.tar.xz
BuildRequires:	bison
BuildRequires:	byacc
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)
# to auto-detect XKB config root
BuildRequires:	x11-data-xkbdata

%description
A library that provides XKB API, common to servers and clients, to translate
evdev keycodes to keysyms, used by Wayland. Wayland is a protocol for a
compositor to talk to its clients as well as a C library implementation of
that protocol. The compositor can be a standalone display server running on
Linux kernel modesetting and evdev input devices, an X application, or a
wayland client itself.

#-----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library to translate evdev keycodes to keysyms
Group:		Development/X11

%description -n %{libname}
A library that provides XKB API, common to servers and clients, to translate
evdev keycodes to keysyms, used by Wayland. Wayland is a protocol for a
compositor to talk to its clients as well as a C library implementation of
that protocol. The compositor can be a standalone display server running on
Linux kernel modesetting and evdev input devices, an X application, or a
wayland client itself.

%files -n %{libname}
%doc COPYING README.md NEWS
%{_libdir}/%{name}.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%doc COPYING
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{bname}.pc
%{_includedir}/%{bname}/%{bname}.h
%{_includedir}/%{bname}/%{bname}-compat.h
%{_includedir}/%{bname}/%{bname}-keysyms.h
%{_includedir}/%{bname}/%{bname}-names.h
%{_includedir}/%{bname}/%{bname}-compose.h

#-----------------------------------------------------------------------------

%package -n %{libx11}
Summary:	Library to translate evdev keycodes to keysyms (X11 bits)
Group:		Development/X11

%description -n %{libx11}
A library that provides XKB API, common to servers and clients, to translate
evdev keycodes to keysyms, used by Wayland. Wayland is a protocol for a
compositor to talk to its clients as well as a C library implementation of
that protocol. The compositor can be a standalone display server running on
Linux kernel modesetting and evdev input devices, an X application, or a
wayland client itself.

%files -n %{libx11}
%{_libdir}/%{name}-x11.so.%{major}*

#-----------------------------------------------------------------------------

%package -n %{devx11}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libx11} = %{EVRD}
Requires:	%{devname} = %{EVRD}

%description -n %{devx11}
This package contains development files for %{name}.

%files -n %{devx11}
%{_libdir}/%{name}-x11.so
%{_libdir}/pkgconfig/%{bname}-x11.pc
%{_includedir}/%{bname}/%{bname}-x11.h

#-----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Development/Other

%description doc
This package contains documentation for %{name}.

%files doc
%doc %{_docdir}/%{name}/*

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -vfi
%configure2_5x \
	--disable-static \
	--with-xkb-config-root=%{_datadir}/X11/xkb
%make


%install
%makeinstall_std


%changelog

* Mon Mar 09 2015 Tigro <ashejn@gmail.com> 0.5.0-1
- (ef20e2b) pack header



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23296 |14mu|libxkbfile-1.0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xkbfile %{major}
%define develname %mklibname xkbfile -d

Name:		libxkbfile
Summary:	The xkbfile Library
Version:	1.0.9
Release:	1
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
The xkbfile Library.

%package -n %{libname}
Summary:	The xkbfile Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libname}
The xkbfile Library.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} >= %{version}
Provides:	%{name}-devel = %{version}-%{release}
Conflicts:	libxorg-x11-devel < 7.0
Obsoletes:	%{_lib}xkbfile1-devel < 1.0.8
Obsoletes:	%{_lib}xkbfile-static-devel < 1.0.8

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libxkbfile-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%{_libdir}/libxkbfile.so.%{major}*

%files -n %{develname}
%{_libdir}/libxkbfile.so
%{_libdir}/pkgconfig/xkbfile.pc
%{_includedir}/X11/extensions/XKM.h
%{_includedir}/X11/extensions/XKBrules.h
%{_includedir}/X11/extensions/XKBconfig.h
%{_includedir}/X11/extensions/XKMformat.h
%{_includedir}/X11/extensions/XKBfile.h
%{_includedir}/X11/extensions/XKBbells.h



%changelog

* Thu Sep 10 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.9-1
- (44416a7) Updated to version 1.0.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23297 |14mu|libxml2-2.9.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without python

%define major 2
%define libname %mklibname xml2_ %{major}
%define devname %mklibname xml2 -d

Summary:	Library providing XML and HTML support
Name:		libxml2
Version:	2.9.4
Release:	4
License:	MIT
Group:		System/Libraries
Url:		http://www.xmlsoft.org/
Source0:	ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
Patch0:		libxml2-fix-NULL-pointer-deref-in-XPointer.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=766834
Patch1:		libxml2-2.9.4-schema-validation-regression.patch
Patch2:		libxml2-2.9.4-CVE-2016-4658.patch
BuildRequires:	gtk-doc
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(liblzma)
%if %{with python}
BuildRequires:	pkgconfig(python)
%endif
BuildRequires:	pkgconfig(zlib)

%description
This library allows you to manipulate XML files. It includes support 
for reading, modifying and writing XML and HTML files. There is DTDs 
support: this includes parsing and validation even with complex DtDs, 
either at parse time or later once the document has been modified. The
output can be a simple SAX stream or and in-memory DOM-like 
representations. In this case one can use the built-in XPath and 
XPointer implementation to select subnodes or ranges. A flexible 
Input/Output mechanism is available, with existing HTTP and FTP modules
and combined to a URI library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries providing XML and HTML support
Group:		System/Libraries
Obsoletes:	%{mklibname xml 2} < 2.8.0
Provides:	%{name} = %{EVRD}

%description -n %{libname}
This library allows you to manipulate XML files. It includes support
for reading, modifying and writing XML and HTML files. There is DTDs
support: this includes parsing and validation even with complex DtDs,
either at parse time or later once the document has been modified.

%files -n %{libname}
%{_libdir}/%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries, includes, etc. to develop XML and HTML applications
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{name}-utils = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries, include files, etc you can use to develop XML applications.
This library allows you to manipulate XML files. It includes support
for reading, modifying and writing XML and HTML files. There is DTDs
support: this includes parsing and validation even with complex DtDs,
either at parse time or later once the document has been modified.

%files -n %{devname}
%doc AUTHORS ChangeLog README Copyright TODO 
%doc doc/*.html doc/*.gif doc/*.png doc/html doc/tutorial
%doc doc/libxml2-api.xml.xz
%doc %{_datadir}/gtk-doc/html/*
%{_bindir}/xml2-config
%{multiarch_bindir}/xml2-config
%{_libdir}/*.so
%{_libdir}/*.sh
%{_libdir}/cmake/libxml2
%{_libdir}/pkgconfig/*
%{_mandir}/man1/xml2-config*
%{_mandir}/man3/*
%{_includedir}/*
%{_datadir}/aclocal/*

#----------------------------------------------------------------------------

%package utils
Summary:	Utilities to manipulate XML files
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description utils
This packages contains utils to manipulate XML files.

%files utils
%{_bindir}/xmlcatalog
%{_bindir}/xmllint
%{_mandir}/man1/xmlcatalog*
%{_mandir}/man1/xmllint*

#----------------------------------------------------------------------------

%if %{with python}
%package -n python-%{name}
Summary:	Python bindings for the libxml2 library
Group:		Development/Python
%rename		%{name}-python

%description -n python-%{name}
The libxml2-python package contains a module that permits applications
written in the Python programming language to use the interface
supplied by the libxml2 library to manipulate XML files.

This library allows you to manipulate XML files. It includes support
for reading, modifying and writing XML and HTML files. There is DTDs
support: this includes parsing and validation even with complex DtDs,
either at parse time or later once the document has been modified.

%files -n python-%{name}
%doc doc/*.py doc/python.html
%doc python/TODO
%doc python/libxml2class.txt
%doc python/tests/*.py
%{py_platsitedir}/*.so
%{py_platsitedir}/*.py
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

%make

xz --text -c doc/libxml2-api.xml > doc/libxml2-api.xml.xz

%install
%makeinstall_std

# multiarch policy
%multiarch_binaries %{buildroot}%{_bindir}/xml2-config

# remove unpackaged files
rm -rf %{buildroot}%{_prefix}/doc %{buildroot}%{_datadir}/doc

%check
# all tests must pass
# use TARBALLURL_2="" TARBALLURL="" TESTDIRS="" to disable xstc test which are using remote tarball
make TARBALLURL_2="" TARBALLURL="" TESTDIRS="" check


%changelog

* Wed Dec 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.9.4-4
- (1bab13d) Fix CVE-2016-4658



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23298 |14mu|libxmu-1.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define u_major 1
%define libname %mklibname xmu %{major}
%define libu %mklibname xmuu %{u_major}
%define develname %mklibname xmu -d

Name:		libxmu
Summary:	Xmu Library
Version:	1.1.2
Release:	1
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXmu-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xt)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.3.0

%description
Xmu Library.

%package -n %{libname}
Summary:	Xmu Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libname}
Xmu Library.

%package -n %{libu}
Summary:	Xmuu Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Conflicts:	%{libname} < 1.1.1-4

%description -n %{libu}
Xmuu Library.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libu} = %{version}-%{release}
Provides:	libxmu-devel = %{version}-%{release}
Obsoletes:	%{_lib}xmu6-devel < 1.1.1
Obsoletes:	%{_lib}xmu-static-devel < 1.1.1
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}.

%prep
%setup -qn libXmu-%{version}

%build
autoreconf -ifs
%configure \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXmu.so.%{major}*

%files -n %{libu}
%{_libdir}/libXmuu.so.%{u_major}*

%files -n %{develname}
%{_libdir}/libXmuu.so
%{_libdir}/libXmu.so
%{_libdir}/pkgconfig/xmuu.pc
%{_libdir}/pkgconfig/xmu.pc
%{_includedir}/X11/Xmu/CloseHook.h
%{_includedir}/X11/Xmu/Xct.h
%{_includedir}/X11/Xmu/Xmu.h
%{_includedir}/X11/Xmu/WidgetNode.h
%{_includedir}/X11/Xmu/Atoms.h
%{_includedir}/X11/Xmu/Misc.h
%{_includedir}/X11/Xmu/Converters.h
%{_includedir}/X11/Xmu/StdCmap.h
%{_includedir}/X11/Xmu/ExtAgent.h
%{_includedir}/X11/Xmu/StdSel.h
%{_includedir}/X11/Xmu/WinUtil.h
%{_includedir}/X11/Xmu/DisplayQue.h
%{_includedir}/X11/Xmu/Initer.h
%{_includedir}/X11/Xmu/Lookup.h
%{_includedir}/X11/Xmu/SysUtil.h
%{_includedir}/X11/Xmu/Drawing.h
%{_includedir}/X11/Xmu/Error.h
%{_includedir}/X11/Xmu/EditresP.h
%{_includedir}/X11/Xmu/CvtCache.h
%{_includedir}/X11/Xmu/Editres.h
%{_includedir}/X11/Xmu/CurUtil.h
%{_includedir}/X11/Xmu/CharSet.h
%{_includedir}/X11/Xmu/WhitePoint.h
%{_datadir}/doc/libXmu

%changelog

* Fri Sep 11 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.1.2-1
- (e6388d6) Updated to version 1.1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23299 |14mu|libxp-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		6
%define libname		%mklibname xp %{major}
%define develname	%mklibname xp -d
%define staticname	%mklibname xp -d -s

Name:    libxp
Summary: X Print Library
Version: 1.0.3
Release: 1
Group:   Development/X11
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/libXp-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xau) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
libXp provides public APIs to allow client applications to render to
non-display devices.

#-----------------------------------------------------------

%package -n %{libname}
Summary:  X Print Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}

%description -n %{libname}
libXp provides public APIs to allow client applications to render to
non-display devices.

#-----------------------------------------------------------

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11
Requires: %{libname} = %{version}
Requires: x11-proto-devel >= 1.0.0
Conflicts: libxorg-x11-devel < 7.0
Provides: %{name}-devel = %{version}-%{release}
Obsoletes: %{mklibname xp 6 -d}

%description -n %{develname}
Development files for %{name}

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/libXp.so
%{_libdir}/pkgconfig/xp.pc
%{_mandir}/man3/Xp*.3*
%{_mandir}/man3/libXp.3*

#-----------------------------------------------------------

%package -n %{staticname}
Summary: Static development files for %{name}
Group: Development/X11
Requires: %{develname} = %{version}
Provides: %{name}-static-devel = %{version}-%{release}
Conflicts: libxorg-x11-static-devel < 7.0
Obsoletes: %{mklibname xp 6 -d -s}

%description -n %{staticname}
Static development files for %{name}

%files -n %{staticname}
%defattr(-,root,root)
%{_libdir}/libXp.*a

#-----------------------------------------------------------

%prep
%setup -q -n libXp-%{version}

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libXp.so.%{major}*

%changelog

* Thu Sep 24 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.3-1
- (bc50302) Updated to version 1.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23300 |14mu|libxpm-3.5.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libxpm %mklibname xpm %{major}
%define develxpm %mklibname -d xpm

Name:		libxpm
Summary:	X Pixmap Library
Version:	3.5.12
Release:	1
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXpm-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xt)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
The xpm package contains the XPM pixmap library for the X Window
System. The XPM library allows applications to display color,
pixmapped images, and is used by many popular X programs.

%package -n %{libxpm}
Summary:	X Pixmap Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libxpm}
The xpm package contains the XPM pixmap library for the X Window
System. The XPM library allows applications to display color,
pixmapped images, and is used by many popular X programs.

%files -n %{libxpm}
%{_libdir}/libXpm.so.%{major}*

%package -n %{develxpm}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxpm} = %{version}
Requires:	pkgconfig(x11)
Provides:	libxpm-devel = %{version}-%{release}
Provides:	xpm-devel = %{version}-%{release}
Obsoletes:	%{_lib}xpm4-devel < 3.5.10
Obsoletes:	%{_lib}xpm-static-devel < 3.5.10
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develxpm}
Development files for %{name}

%files -n %{develxpm}
%{_bindir}/cxpm
%{_bindir}/sxpm
%{_libdir}/libXpm.so
%{_libdir}/pkgconfig/xpm.pc
%{_includedir}/X11/xpm.h
%{_mandir}/man1/*

%prep
%setup -qn libXpm-%{version}

%build
%configure2_5x \
    --x-includes=%{_includedir} \
    --x-libraries=%{_libdir} \
    --disable-static

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%changelog

* Fri Dec 16 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.5.12-1
- (7c25609) Updated to version 3.5.12 with a few fixes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23301 |14mu|libxrandr-1.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname xrandr %{major}
%define devname %mklibname xrandr -d

Summary:	X RandR Library
Name:		libxrandr
Version:	1.5.0
Release:	1
Group:		Development/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXrandr-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11) >= 1.6.0
BuildRequires:	pkgconfig(xext) >= 1.0.0
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xrender) >= 0.9.0.2

%description
X RandR Library.

%package -n %{libname}
Summary:	X RandR Library
Group:		Development/X11
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
X RandR main library.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libxrandr-devel = %{version}-%{release}

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXrandr-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXrandr.so.%{major}*

%files -n %{devname}
%{_libdir}/libXrandr.so
%{_libdir}/pkgconfig/xrandr.pc
%{_includedir}/X11/extensions/Xrandr.h
%{_mandir}/man3/XRR*.3*
%{_mandir}/man3/Xrandr.3*


%changelog

* Fri Sep 11 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.5.0-1
- (9efb1eb) Updated to version 1.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23302 |14mu|libxrender-0.9.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xrender %{major}
%define devname %mklibname xrender -d

Summary:	X Render Library
Name:		libxrender
Version:	0.9.9
Release:	3
Group:		Development/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXrender-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)

%description
X Render Library.

%package -n %{libname}
Summary:	X Render Library
Group:		Development/X11
Provides:	%{name} = %{EVRD}

%description -n %{libname}
X Render Library.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libxrender-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXrender-%{version}


%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXrender.so.%{major}*

%files -n %{devname}
%{_libdir}/libXrender.so
%{_libdir}/pkgconfig/xrender.pc
%{_includedir}/X11/extensions/Xrender.h
%dir %{_docdir}/libXrender
%{_docdir}/libXrender/*


%changelog

* Wed Nov 18 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 0.9.9-3
- (6638307) Fixed the spec: no patches are used



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23303 |14mu|libxres-1.0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xres %{major}
%define develname %mklibname xres -d

Name:		libxres
Summary:	X Resource Information Extension Library
Version:	1.0.7
Release:	3
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXres-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
X Resource Information Extension Library

%package -n %{libname}
Summary:	X Resource Information Extension Library
Group:		Development/X11
Conflicts:	libxorg-x11 < 7.0
Provides:	%{name} = %{version}

%description -n %{libname}
X Resource Information Extension Library

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	libxres-devel = %{version}-%{release}
Obsoletes:	%{_lib}xres1-devel < 1.0.6
Obsoletes:	%{_lib}xres-static-devel < 1.0.6
Conflicts:	libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libXres-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXRes.so.%{major}*

%files -n %{develname}
%{_libdir}/libXRes.so
%{_libdir}/pkgconfig/xres.pc
%{_includedir}/X11/extensions/XRes.h
%{_mandir}/man3/XRes*



%changelog

* Thu Sep 24 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.7-3
- (7649a32) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23304 |14mu|libxshmfence-1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xshmfence %{major}
%define devname %mklibname xshmfence -d

Name:		libxshmfence
Version: 	1.2
Release: 	1
Summary:	Shared memory fence support library for X11, needed for DRI3
URL:		http://libxshmfence.sf.net/
License:	GPL
Group:		System/Libraries
Source0:	ftp://xorg.freedesktop.org/pub/individual/lib/%{name}-%{version}.tar.bz2

BuildRequires:	x11-proto-devel
BuildRequires:	x11-util-macros

%description
Shared memory fence support library for X11, needed for DRI3

%package -n 	%{libname}
Summary: 	Shared memory fence support library for X11, needed for DRI3
Group:		System/Libraries
Provides: 	%{name} = %{version}

%description -n %{libname}
Shared memory fence support library for X11, needed for DRI3

%package -n 	%{devname}
Summary: 	Development files for %{name}
Group: 		Development/C
Requires: 	%{libname} = %{EVRD}

%description -n %{devname}
Development files (headers etc.) for %{name}.

%prep
%setup -q

%build
autoreconf -v -i -f
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

%changelog

* Thu Sep 03 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.2-1
- (71de44a) Updated to 1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23305 |14mu|libxslt-1.1.29-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define exslt_major 0
%define libname %mklibname xslt %{major}
%define libename %mklibname exslt %{exslt_major}
%define devname %mklibname xslt -d

Summary:	Library providing XSLT support
Name:		libxslt
Version:	1.1.29
Release:	4
License:	MIT
Group:		System/Libraries
Url:		http://xmlsoft.org/XSLT/
Source0:	ftp://xmlsoft.org/libxslt/%{name}-%{version}.tar.gz
Patch0:		0019-Fix-heap-overread-in-xsltFormatNumberConversion.patch
BuildRequires:	libtool
BuildRequires:	python-libxml2
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(python)

%description
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
mechanism.

#----------------------------------------------------------------------------

%package -n xsltproc
Summary:	XSLT processor using libxslt
Group:		System/Libraries
Obsoletes:	libxslt-proc < 1.1.28
Provides:	libxslt-proc = %{EVRD}

%description -n xsltproc
This package provides an XSLT processor based on the libxslt C library.
It allows to transform XML files into other XML files (or HTML, text, ...)
using the standard XSLT stylesheet transformation mechanism.

%files -n xsltproc
%doc AUTHORS NEWS README Copyright FEATURES TODO
%{_bindir}/xsltproc
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library providing XSLT support
Group:		System/Libraries

%description  -n %{libname}
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
mechanism.

A xslt processor based on this library, named xsltproc, is provided by
the xsltproc package.

%files -n %{libname}
%{_libdir}/libxslt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libename}
Summary:	Library providing XSLT support
Group:		System/Libraries
Conflicts:	%{_lib}xslt1 < 1.1.26-7

%description  -n %{libename}
This package contains the exslt shared library.

%files -n %{libename}
%{_libdir}/libexslt.so.%{exslt_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries, includes, etc. to develop XML and HTML applications
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libename} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
mechanism.

%files -n %{devname}
%doc doc/*.html doc/tutorial doc/html
%{_mandir}/man3/*
%{_libdir}/lib*.so
%{_libdir}/*.sh
%{_includedir}/*
%{multiarch_bindir}/xslt-config
%{_bindir}/xslt-config
%{_libdir}/pkgconfig/*
%{_datadir}/aclocal/*

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python bindings for the libxslt library
Group:		Development/Python
Requires:	python-libxml2
Obsoletes:	%{name}-python < 1.1.28

%description -n python-%{name}
The libxslt-python package contains a module that permits applications
written in the Python programming language to use the interface
supplied by the libxslt library to apply XSLT transformations.

This library allows to parse sytlesheets, uses the libxml2-python
to load and save XML and HTML files. Direct access to XPath and
the XSLT transformation context are possible to extend the XSLT language
with XPath functions written in Python.

%files -n python-%{name}
%doc AUTHORS README Copyright FEATURES python/TODO python/examples python/libxsltclass.txt
%{py_platsitedir}/*.so
%{py_platsitedir}/*.py

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

mkdir -p python/examples
cp -a python/tests/*.{py,xml,xsl} python/examples

autoreconf -fi

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

# remove unpackaged files
rm -rf %{buildroot}%{_docdir}/%{name}-%{version} \
	%{buildroot}%{_docdir}/%{name}-python-%{version}

%multiarch_binaries %{buildroot}%{_bindir}/xslt-config


%changelog

* Sun Nov 27 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.1.29-4
- (77f9c12) Fix potential overflow



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23306 |14mu|libxt-1.1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libxt %mklibname xt %{major}
%define develname %mklibname xt -d

Summary:	X Toolkit Intrinsics library
Name:		libxt
Version:	1.1.5
Release:	1
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXt-%{version}.tar.bz2
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
X Toolkit Intrinsics library used to build older generation toolkits such
as Motif & Xaw.

%package -n %{libxt}
Summary:	X Toolkit Intrinsics library
Group:		Development/X11

%description -n %{libxt}
X Toolkit Intrinsics library used to build older generation toolkits such
as Motif & Xaw.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libxt} = %{version}-%{release}
Provides:	libxt-devel = %{version}-%{release}
Obsoletes:	%{_lib}xt6-devel < 1.1.3
Obsoletes:	%{_lib}xt-static-devel < 1.1.3

%description -n %{develname}
Development files for %{name}.

%prep
%setup -qn libXt-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libxt}
%{_libdir}/libXt.so.%{major}*

%files -n %{develname}
%{_libdir}/libXt.so
%{_libdir}/pkgconfig/xt.pc
%{_includedir}/X11/Core.h
%{_includedir}/X11/VarargsI.h
%{_includedir}/X11/RectObj.h
%{_includedir}/X11/TranslateI.h
%{_includedir}/X11/Vendor.h
%{_includedir}/X11/CallbackI.h
%{_includedir}/X11/ResConfigP.h
%{_includedir}/X11/IntrinsicI.h
%{_includedir}/X11/IntrinsicP.h
%{_includedir}/X11/ConstrainP.h
%{_includedir}/X11/Constraint.h
%{_includedir}/X11/InitialI.h
%{_includedir}/X11/EventI.h
%{_includedir}/X11/ObjectP.h
%{_includedir}/X11/Xtos.h
%{_includedir}/X11/CreateI.h
%{_includedir}/X11/Intrinsic.h
%{_includedir}/X11/CoreP.h
%{_includedir}/X11/Object.h
%{_includedir}/X11/CompositeP.h
%{_includedir}/X11/HookObjI.h
%{_includedir}/X11/RectObjP.h
%{_includedir}/X11/ConvertI.h
%{_includedir}/X11/Shell.h
%{_includedir}/X11/ShellI.h
%{_includedir}/X11/ShellP.h
%{_includedir}/X11/StringDefs.h
%{_includedir}/X11/VendorP.h
%{_includedir}/X11/SelectionI.h
%{_includedir}/X11/PassivGraI.h
%{_includedir}/X11/Composite.h
%{_includedir}/X11/ThreadsI.h
%{_includedir}/X11/ResourceI.h
%{_mandir}/man3/Xt*.3*
%{_mandir}/man3/Menu*
%{_docdir}/libXt/*


%changelog

* Thu Sep 10 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.1.5-1
- (414c66b) Updated to version 1.1.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23307 |14mu|libxtst-1.2.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define libname %mklibname xtst %{major}
%define devname %mklibname xtst -d

Summary:	The Xtst Library
Name:		libxtst
Version:	1.2.2
Release:	6
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXtst-%{version}.tar.bz2

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xi)
BuildRequires:	x11-proto-devel >= 7.5
BuildRequires:	x11-util-macros >= 1.0.1
BuildRequires:	xmlto
BuildRequires:	docbook-dtd412-xml

%description
The Xtst Library.

%package -n %{libname}
Summary:	The Xtst Library
Group:		Development/X11

%description -n %{libname}
The Xtst Library.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Requires:	pkgconfig(xi)
Provides:	libxtst-devel = %{version}-%{release}
Obsoletes:	%{_lib}xtst6-devel < 1.2.1
Obsoletes:	%{_lib}xtst-static-devel < 1.2.1

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXtst-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXtst.so.%{major}*

%files -n %{devname}
%{_libdir}/libXtst.so
%{_libdir}/pkgconfig/xtst.pc
%{_includedir}/X11/extensions/*.h
%{_mandir}/man3/XTest*
%{_datadir}/doc/libXtst


%changelog

* Thu Sep 24 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.2.2-6
- (4f3cc63) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23308 |14mu|libxv-1.0.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xv %{major}
%define devname %mklibname xv -d

Summary:	The Xv Library
Name:		libxv
Version:	1.0.10
Release:	4
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXv-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	x11-proto-devel >= 1.0.0
BuildRequires:	x11-util-macros >= 1.0.1

%description
The  Xv  extension provides support for video adaptors attached to an X
display. Clients use Xv to gain access and manage sharing of a
display's video resources.

%package -n %{libname}
Summary:	The Xv Library
Group:		Development/X11

%description -n %{libname}
The  Xv  extension provides support for video adaptors attached to an X
display. Clients use Xv to gain access and manage sharing of a
display's video resources.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{_lib}xv1-devel < 1.0.7
Obsoletes:	%{_lib}xv-static-devel < 1.0.7

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXv-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXv.so.%{major}*

%files -n %{devname}
%{_libdir}/libXv.so
%{_libdir}/pkgconfig/xv.pc
%{_includedir}/X11/extensions/Xvlib.h
%{_mandir}/man3/Xv*



%changelog

* Fri Sep 11 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.10-4
- (da6b51d) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23309 |14mu|libxvmc-1.0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xvmc %{major}
%define develname %mklibname xvmc -d

Name: libxvmc
Summary:  The XvMC Library
Version: 1.0.9
Release: 1
Group: Development/X11
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/libXvMC-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: pkgconfig(xv) >= 1.0.1
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The XvMC Library

%package -n %{libname}
Summary:  The XvMC Library
Group: Development/X11
Conflicts: libxorg-x11 < 7.0
Provides: %{name} = %{version}

%description -n %{libname}
The XvMC Library

%package -n %{develname}
Summary: Development files for %{name}
Group: Development/X11

Requires: %{libname} = %{version}-%{release}
Provides: libxvmc-devel = %{version}-%{release}
Obsoletes: %{_lib}xvmc1-devel < 1.0.7
Obsoletes: %{_lib}xvmc-static-devel < 1.0.7
Conflicts: libxorg-x11-devel < 7.0

%description -n %{develname}
Development files for %{name}

%prep
%setup -qn libXvMC-%{version}

%build
export LIBS="-ldl"

%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXvMC.so.%{major}*
%{_libdir}/libXvMCW.so.%{major}*

%files -n %{develname}
%{_libdir}/libXvMCW.so
%{_libdir}/libXvMC.so
%{_libdir}/pkgconfig/xvmc.pc
%{_includedir}/X11/extensions/XvMClib.h
%dir %{_docdir}/libXvMC
%{_docdir}/libXvMC/XvMC_API.txt

%changelog

* Thu Sep 24 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.9-1
- (f044422) Updated to version 1.0.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23310 |14mu|libxxf86dga-1.1.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xxf86dga %{major}
%define devname %mklibname xxf86dga -d

Summary:	XFree86 Direct Graphics Access Extension Library
Name:		libxxf86dga
Version:	1.1.4
Release:	5
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXxf86dga-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	x11-proto-devel >= 7.5
BuildRequires:	x11-util-macros >= 1.0.1

%description
XFree86 Direct Graphics Access Extension Library.

%package -n %{libname}
Summary:	XFree86 Direct Graphics Access Extension Library
Group:		Development/X11

%description -n %{libname}
XFree86 Direct Graphics Access Extension Library.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}xxf86dga1-devel < 1.1.3
Obsoletes:	%{_lib}xxf86dga-static-devel < 1.1.3

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXxf86dga-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXxf86dga.so.%{major}*

%files -n %{devname}
%{_libdir}/libXxf86dga.so
%{_libdir}/pkgconfig/xxf86dga.pc
%{_includedir}/X11/extensions/*.h
%{_mandir}/man3/XDGA*.3*
%{_mandir}/man3/XF86DGA.3*
%{_mandir}/man3/XFree86-DGA.3*


%changelog

* Fri Sep 11 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.1.4-5
- (96fc681) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23311 |14mu|libxxf86misc-1.0.3-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname 	%mklibname xxf86misc %{major}
%define devname 	%mklibname xxf86misc -d

Name:		libxxf86misc
Summary:	XFree86 Misc Extension Library
Version:	1.0.3
Release:	11
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXxf86misc-%{version}.tar.bz2

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: x11-proto-devel >= 7.7
BuildRequires: x11-util-macros >= 1.0.1

%description
XFree86 Misc Extension Library.

%package -n %{libname}
Summary: 	XFree86 Misc Extension Library
Group: 		Development/X11
Provides:	%{name} = %{version}

%description -n %{libname}
XFree86 Misc Extension Library.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}xxf86misc-devel < 1.0.3
Obsoletes:	%{_lib}xxf86misc-static-devel <= 1.0.3

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXxf86misc-%{version}

%build
%configure2_5x	\
	--disable-static \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXxf86misc.so.%{major}*

%files -n %{devname}
%{_libdir}/libXxf86misc.so
%{_libdir}/pkgconfig/xxf86misc.pc
%{_mandir}/man3/XF86Misc*


%changelog

* Fri Sep 11 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.3-11
- (4cf81de) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23312 |14mu|libxxf86vm-1.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xxf86vm %{major}
%define devname %mklibname xxf86vm -d

Summary:	XFree86 Video Mode Extension Library
Name:		libxxf86vm
Version:	1.1.4
Release:	1
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/libXxf86vm-%{version}.tar.bz2
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	x11-proto-devel >= 7.5
BuildRequires:	x11-util-macros >= 1.0.1

%description
XFree86 Video Mode Extension Library.

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		Development/X11

%description -n %{libname}
XFree86 Video Mode Extension Library.

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/X11
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}xxf86vm1-devel < 1.1.2
Obsoletes:	%{_lib}xxf86vm-static-devel < 1.1.2

%description -n %{devname}
Development files for %{name}.

%prep
%setup -qn libXxf86vm-%{version}

%build
%configure2_5x \
	--disable-static \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libXxf86vm.so.%{major}*

%files -n %{devname}
%{_libdir}/libXxf86vm.so
%{_libdir}/pkgconfig/xxf86vm.pc
%{_includedir}/X11/extensions/*.h
%{_mandir}/man3/XF86VidMode*.*
%{_mandir}/man3/XF86VM.*


%changelog

* Fri Sep 11 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.1.4-1
- (2fa6715) Updated to version 1.1.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23313 |14mu|libzip-1.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 4
%define libname %mklibname zip %{major}
%define devname %mklibname zip -d

Summary:	A C library for reading, creating, and modifying zip archives
Name:		libzip
Version:	1.1.2
Release:	1
Group:		System/Libraries
License:	BSD
Url:		http://www.nih.at/libzip/
Source0:	http://www.nih.at/libzip/%{name}-%{version}.tar.xz
Patch0:		libzip-1.0.1-fix_pkgconfig.patch
Patch1:		libzip-1.0.1-fix_headers.patch
BuildRequires:	libtool
BuildRequires:	pkgconfig(zlib)

%description
libzip is a C library for reading, creating, and modifying zip archives. Files
can be added from data buffers, files, or compressed data copied directly from
other zip archives. Changes made without closing the archive can be reverted.
The API is documented by man pages.

%files
%doc AUTHORS NEWS THANKS
%{_bindir}/zipcmp
%{_bindir}/zipmerge
%{_bindir}/ziptool
%{_mandir}/man1/zipcmp.1*
%{_mandir}/man1/zipmerge.1*
%{_mandir}/man1/ziptool.1*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	A C library for reading, creating, and modifying zip archives
Group:          System/Libraries

%description -n	%{libname}
libzip is a C library for reading, creating, and modifying zip archives. Files
can be added from data buffers, files, or compressed data copied directly from
other zip archives. Changes made without closing the archive can be reverted.
The API is documented by man pages.

%files -n %{libname}
%{_libdir}/libzip.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%doc AUTHORS NEWS THANKS
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libzip.pc
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
    --disable-static
%make

%install
INSTALL_HEADER=%{_includedir} 
%makeinstall_std

%changelog

* Thu Apr 28 2016 dsilakov <denis.silakov@rosalab.ru> 1.1.2-1
- (9c2bdf1) Merge pull request #1 from alzim/libzip:rosa2014.1
- (9c2bdf1) Updated to 1.1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23314 |14mu|lightsoff-3.16.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           lightsoff
Version:        3.16.1.1
Release:        1
Summary:        GNOME Lightsoff game

License:        GPLv2+ and CC-BY-SA
URL:            https://live.gnome.org/Lightsoff
Group:		Games/Other
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  pkgconfig(clutter-gtk-1.0)
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(librsvg-2.0)
BuildRequires:  intltool libxml2-utils
BuildRequires:  itstool

Obsoletes: gnome-games-lightsoff < 1:3.7.90

%description
A puzzle played on an 5X5 grid with the aim to turn off all the lights. Each
click on a tile toggles the state of the clicked tile and its non-diagonal
neighbors.

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-gnome


%files -f %{name}.lang
%doc COPYING
%{_bindir}/lightsoff
%{_datadir}/applications/lightsoff.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.lightsoff.gschema.xml
%{_datadir}/icons/*/*/*/*
%{_datadir}/lightsoff
%{_datadir}/appdata/*.xml

%changelog

* Thu Apr 16 2015 Tigro <ashejn@yandex-team.ru> 3.16.1.1-1
- (0fc86f0) update to 3.16.1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23315 |14mu|linphone-3.6.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define linphone_major 5
%define mediastreamer_base_major 3
%define mediastreamer_voip_major 3
%define lpcxml_major 0
%define liblinphone %mklibname %{name} %{linphone_major}
%define libmediastreamer_base %mklibname mediastreamer_base %{mediastreamer_base_major}
%define libmediastreamer_voip %mklibname mediastreamer_voip %{mediastreamer_voip_major}
%define liblpcxml %mklibname lpc2xml %{lpcxml_major}
%define devname %mklibname -d %{name}

Summary:	Voice over IP Application
Name:		linphone
Version:	3.6.1
Release:	8
License:	GPLv2+
Group:		Communications
Url:		http://www.linphone.org/
Source0:	http://download.savannah.gnu.org/releases/linphone/stable/sources/linphone-%{version}.tar.gz
# Source1:	http://download.savannah.gnu.org/releases/linphone/stable/sources/linphone-%{version}.tar.gz.sig
Source2:	%{name}48.png
Source3:	%{name}32.png
Source4:	%{name}16.png
Patch0:		linphone-3.6.1-imagedir.patch
Patch1:		linphone-3.6.1-link.patch
# We don't have exosip-4.0 atm
# Patch2:	linphone-exosip-4.0.0.patch
Patch3:		linphone-3.6.1-libav9.patch
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	gtk-doc
BuildRequires:	intltool
# http://lists.gnu.org/archive/html/linphone-developers/2013-04/msg00016.html
BuildRequires:	vim-common
BuildRequires:	exosip-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	gsm-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libosip2)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(ortp) >= 0.17.0
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xv)

%description
Linphone is web-phone with a GNOME2 interface. It uses open protocols
such as SIP and RTP to make the communications.

%files -f %{name}.lang
%doc COPYING README AUTHORS BUGS INSTALL ChangeLog
%doc %{_datadir}/gnome/help/%{name}
%{_bindir}/linphone*
%{_bindir}/mediastream
%{_bindir}/lpc2xml_test
%{_bindir}/xml2lpc_test
%{_mandir}/man1/*
%{_datadir}/pixmaps/%{name}/
%{_datadir}/sounds/%{name}/
%{_datadir}/images/linphone/nowebcamCIF.jpg
%{_datadir}/applications/*
%{_iconsdir}/hicolor/*/apps/linphone2.png
%{_liconsdir}/linphone2.png
%{_iconsdir}/linphone2.png
%{_miconsdir}/linphone2.png
%{_datadir}/linphone/

#--------------------------------------------------------------------

%package -n %{liblinphone}
Summary:	Primary library for %{name}
Group:		System/Libraries

%description -n %{liblinphone}
Primary library for %{name}.

%files -n %{liblinphone}
%{_libdir}/liblinphone.so.%{linphone_major}*

#--------------------------------------------------------------------

%package -n %{liblpcxml}
Summary:	Shared libs for %{name}
Group:		System/Libraries

%description -n %{liblpcxml}
Shared libs for %{name}

%files -n %{liblpcxml}
%{_libdir}/liblpc2xml.so.%{lpcxml_major}*
%{_libdir}/libxml2lpc.so.%{lpcxml_major}*

#--------------------------------------------------------------------

%package -n %{libmediastreamer_base}
Summary:	Media Streaming Base library for %{name}
Group:		System/Libraries

%description -n %{libmediastreamer_base}
Media Streaming library for %{name} - base part.

%files -n %{libmediastreamer_base}
%{_libdir}/libmediastreamer_base.so.%{mediastreamer_base_major}*

#--------------------------------------------------------------------

%package -n %{libmediastreamer_voip}
Summary:	Media Streaming VoIP library for %{name}
Group:		System/Libraries

%description -n %{libmediastreamer_voip}
Media Streaminglibrary for %{name} - VoIP part.

%files -n %{libmediastreamer_voip}
%{_libdir}/libmediastreamer_voip.so.%{mediastreamer_voip_major}*

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	%{liblinphone} = %{EVRD}
Requires:	%{liblpcxml} = %{EVRD}
Requires:	%{libmediastreamer_base} = %{EVRD}
Requires:	%{libmediastreamer_voip} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries and includes files for developing programs based on %{name}.

%files -n %{devname}
%{_includedir}/linphone/
%{_includedir}/mediastreamer2/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#--------------------------------------------------------------------

%prep
%setup -q
find '(' -name '*.c' -o -name '*.h' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
%patch0 -p0 -b .image-dir
%patch1 -p0 -b .link
# %%patch2 -p1 -b .exosip~
%patch3 -p1 -b .ffmpeg

%build
./autogen.sh

( pushd mediastreamer2
./autogen.sh
%before_configure
popd )

%configure2_5x \
	--disable-static \
	--disable-rpath \
	--enable-alsa \
	--disable-strict \
	--enable-external-ortp \
	--enable-ipv6
%make

%install
%makeinstall_std

%find_lang %{name} --all-name --with-man

perl -pi -e "s|linphone/linphone2\.png|linphone2|g" %{buildroot}%{_datadir}/applications/linphone.desktop
desktop-file-install \
	--vendor="" \
	--add-category="VideoConference" \
	--remove-category='Application' \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/linphone.desktop

#icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 %{SOURCE4} \
	%{buildroot}%{_iconsdir}/hicolor/16x16/apps/linphone2.png
install -m 644 %{SOURCE3} \
	%{buildroot}%{_iconsdir}/hicolor/32x32/apps/linphone2.png
install -m 644 %{SOURCE2} \
	%{buildroot}%{_iconsdir}/hicolor/48x48/apps/linphone2.png
mkdir -p %{buildroot}/%{_miconsdir}
ln -s ../hicolor/16x16/apps/linphone2.png \
      %{buildroot}/%{_miconsdir}/
mkdir -p %{buildroot}/%{_iconsdir}
ln -s hicolor/32x32/apps/linphone2.png \
      %{buildroot}/%{_iconsdir}/
mkdir -p %{buildroot}/%{_liconsdir}
ln -s ../hicolor/48x48/apps/linphone2.png \
      %{buildroot}/%{_liconsdir}/

# remove unwanted docs, generated if doxygen is installed
rm -rf %{buildroot}%{_docdir}/ortp %{buildroot}%{_docdir}/mediastreamer* %{buildroot}%{_docdir}/%{name}*


%changelog
* Thu Feb 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.6.1-8
+ Revision: 3fd9273
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23316 |14mu|linux-firmware-20180211-22.git6d513110
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Revision in the upstream git.
%global checkout 6d513110

# IMPORTANT!
# Always increment firmware_release when updating this, the subprojects need
# that.
%global firmware_release 22

%global _firmwarepath /lib/firmware

Summary:	Firmware files used by the Linux kernel
Name:		linux-firmware
Version:	20180211
Release:	%{firmware_release}.git%{checkout}
License:	GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
Group:		System/Kernel and hardware
Url:		https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
Source0:	%{name}-%{version}.tar.xz
Provides:	kernel-firmware = %{version}
Provides:	radeon-firmware = %{version}
Provides:	ralink-firmware = %{version}
Provides:	rtlwifi-firmware = %{version}
Conflicts:	kernel-firmware-extra < 20161205
Conflicts:	microcode_ctl < 2.1-1
# The earlier builds of rtl8723bs driver included the firmware in DKMS
# package as well.
Obsoletes:	dkms-rtl8723bs < 4.4
Obsoletes:	kernel-firmware < 20161205
Obsoletes:	kernel-firmware-extra < 20161205
Obsoletes:	radeon-firmware < 20161205
Obsoletes:	ralink-firmware < 20161205
Obsoletes:	rtlwifi-firmware < 20161205
Obsoletes:	microcode < 2.1-1
Obsoletes:	ueagle-firmware < 1.1-10
BuildArch:	noarch

%description
This package includes firmware files required for some devices to
operate.

%files -f linux-firmware.files
%dir %{_firmwarepath}
%doc WHENCE LICENCE.* LICENSE.*

#----------------------------------------------------------------------------

%package -n iwlwifi-agn-ucode
Summary:	Firmware for Intel(R) Wireless WiFi 1xx/1000/.../8xxx Series Adapters
License:	Redistributable, no modification permitted
Version:	%{version}
Release:	%{firmware_release}

%description -n iwlwifi-agn-ucode
This package contains all the iwlwifi wireless firmware files supported 
by the iwlwifi kernel driver. That means all of:
iwlwifi-1xx/1000/2xxx/5xxx/6xxx/7xxx/8xxx*.ucode firmwares.

%files -n iwlwifi-agn-ucode
%doc WHENCE LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-100-5.ucode
%{_firmwarepath}/iwlwifi-105-*.ucode
%{_firmwarepath}/iwlwifi-135-*.ucode
%{_firmwarepath}/iwlwifi-1000-*.ucode
%{_firmwarepath}/iwlwifi-2000-*.ucode
%{_firmwarepath}/iwlwifi-2030-*.ucode
%{_firmwarepath}/iwlwifi-3160-*.ucode
%{_firmwarepath}/iwlwifi-3168-*.ucode
%{_firmwarepath}/iwlwifi-5000-*.ucode
%{_firmwarepath}/iwlwifi-5150-*.ucode
%{_firmwarepath}/iwlwifi-6000-*.ucode
%{_firmwarepath}/iwlwifi-6000g2a-*.ucode
%{_firmwarepath}/iwlwifi-6000g2b-*.ucode
%{_firmwarepath}/iwlwifi-6050-*.ucode
%{_firmwarepath}/iwlwifi-7260-*.ucode
%{_firmwarepath}/iwlwifi-7265*-*.ucode
%{_firmwarepath}/iwlwifi-8000*-*.ucode
%{_firmwarepath}/iwlwifi-8265*-*.ucode
%{_firmwarepath}/iwlwifi-9000*-*.ucode
%{_firmwarepath}/iwlwifi-9260*-*.ucode

#----------------------------------------------------------------------------

%package -n iwl3945-firmware
Summary:	Firmware for Intel® PRO/Wireless 3945 A/B/G network adaptors
License:	Redistributable, no modification permitted
Version:	15.32.2.9
Release:	%{firmware_release}

%description -n iwl3945-firmware
This package contains the firmware required by the iwl3945 driver
for Linux.  Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.

%files -n iwl3945-firmware
%doc WHENCE LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-3945-*.ucode

#----------------------------------------------------------------------------

%package -n iwl4965-firmware
Summary:	Firmware for Intel® PRO/Wireless 4965 A/G/N network adaptors
License:	Redistributable, no modification permitted
Version:	228.61.2.24
Release:	%{firmware_release}

%description -n iwl4965-firmware
This package contains the firmware required by the iwl4965 driver
for Linux.  Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.

%files -n iwl4965-firmware
%doc WHENCE LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-4965-*.ucode

#----------------------------------------------------------------------------

%package -n libertas-usb8388-firmware
Summary:	Firmware for Marvell Libertas USB 8388 Network Adapter
License:	Redistributable, no modification permitted
Epoch:		2
Obsoletes:	libertas-usb8388-firmware < 2:5.110.22.p23-8

%description -n libertas-usb8388-firmware
Firmware for Marvell Libertas USB 8388 Network Adapter.

%files -n libertas-usb8388-firmware
%doc WHENCE LICENCE.Marvell
%dir %{_firmwarepath}/libertas
%{_firmwarepath}/libertas/usb8388_v9.bin

#----------------------------------------------------------------------------

%package -n libertas-usb8388-olpc-firmware
Summary:	OLPC firmware for Marvell Libertas USB 8388 Network Adapter
License:	Redistributable, no modification permitted

%description -n libertas-usb8388-olpc-firmware
Firmware for Marvell Libertas USB 8388 Network Adapter with OLPC mesh network
support.

%files -n libertas-usb8388-olpc-firmware
%doc WHENCE LICENCE.Marvell
%dir %{_firmwarepath}/libertas
%{_firmwarepath}/libertas/usb8388_olpc.bin

#----------------------------------------------------------------------------

%package -n libertas-sd8686-firmware
Summary:	Firmware for Marvell Libertas SD 8686 Network Adapter
License:	Redistributable, no modification permitted
Obsoletes:	libertas-sd8686-firmware < 9.70.20.p0-4

%description -n libertas-sd8686-firmware
Firmware for Marvell Libertas SD 8686 Network Adapter.

%files -n libertas-sd8686-firmware
%doc WHENCE LICENCE.Marvell
%dir %{_firmwarepath}/libertas
%{_firmwarepath}/libertas/sd8686*

#----------------------------------------------------------------------------

%package -n libertas-sd8787-firmware
Summary:	Firmware for Marvell Libertas SD 8787 Network Adapter
License:	Redistributable, no modification permitted

%description -n libertas-sd8787-firmware
Firmware for Marvell Libertas SD 8787 Network Adapter.

%files -n libertas-sd8787-firmware
%doc WHENCE LICENCE.Marvell
%dir %{_firmwarepath}/mrvl
%{_firmwarepath}/mrvl/sd8787*

#----------------------------------------------------------------------------

%prep
%setup -q -n linux-firmware-%{checkout}

%build
# Remove firmware shipped in separate packages already
# Perhaps these should be built as subpackages of linux-firmware?
rm -rf ess korg sb16 yamaha
# And _some_ conexant firmware.
rm v4l-cx23418-apu.fw v4l-cx23418-cpu.fw v4l-cx23418-dig.fw v4l-cx25840.fw

# Remove source files we don't need to install
rm -f usbdux/*dux */*.asm
rm -rf carl9170fw

# No need to install old firmware versions where we also provide newer versions
# which are preferred and support the same (or more) hardware
rm -f libertas/sd8686_v8*
rm -f libertas/usb8388_v5.bin

# Remove firmware for Creative CA0132 HD as it's in alsa-firmware
rm -f ctefx.bin ctspeq.bin

%install
mkdir -p %{buildroot}/%{_firmwarepath}
mkdir -p %{buildroot}/%{_firmwarepath}/updates
cp -r * %{buildroot}/%{_firmwarepath}
rm %{buildroot}/%{_firmwarepath}/{WHENCE,LICENCE.*,LICENSE.*}

# Add the newer firmware for iwlwifi
#install -m 644 _{SOURCE1} _{SOURCE2} _{SOURCE3} _{SOURCE4} _{SOURCE5} \
#	_{buildroot}/_{_firmwarepath}

# Create file list but exclude firmwares that we place in subpackages
FILEDIR=`pwd`
pushd %{buildroot}/%{_firmwarepath}
find . \! -type d > $FILEDIR/linux-firmware.files
find . -type d | sed -e '/^.$/d' > $FILEDIR/linux-firmware.dirs
popd
sed -i -e 's:^./::' linux-firmware.{files,dirs}
sed -i -e '/^iwlwifi/d' \
	-i -e '/^libertas\/sd8686/d' \
	-i -e '/^libertas\/usb8388/d' \
	-i -e '/^mrvl\/sd8787/d' \
	linux-firmware.files
sed -i -e 's!^!/lib/firmware/!' linux-firmware.{files,dirs}
sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files


%changelog

* Thu Feb 15 2018 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 20180211-22.git6d513110
- (782956d) Updated to git rev. 6d513110 (2018-02-11)
- (782956d) Most significant changes:
- (782956d) * Realtek: added files for the Bluetooth parts of RTL8821C and RTL8723D
- (782956d) * nfp: update Agilio SmartNIC firmware to rev 2.0.4
- (782956d) * Intel: added and updated Bluetooth firmware for 9560, 9260 and 8265
- (782956d) models
- (782956d) * Intel: updated audio firmware for Kabylake and Geminilake
- (782956d) * AMD: updated firmware for Polaris, Fiji and Vega10 GPUs, as well as
- (782956d) for Raven.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23317 |14mu|livecd-tools-21.1-32
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Tools for building live CDs
Name:		livecd-tools
Version:	21.1
Release:	32
Epoch:		1
License:	GPLv2+
Group:		System/Base
Url:		http://git.fedorahosted.org/git/livecd
Source0:	http://fedorahosted.org/releases/l/i/livecd/%{name}-%{version}.tar.bz2
Source1:	arch.py
Source3:	rosa-image-fix-x86.pl
Patch0:		livecd-tools-21.1.urpmi.patch
Patch1:		livecd-tools-21.1.split.install.patch
Patch2:		livecd-tools-21.1.efi.fixes.patch
Patch3:		livecd-tools-21.1.hack.patch
Patch4:		livecd-tools-21.1.hack2.patch
Patch5:		livecd-tools-21.1.hack3.patch
Patch7:		livecd-tools-21.1.no.mac.img.patch
Patch8:		livecd-tools-21.1.isolinux.plymouth.fixes.patch
Patch9:		livecd-tools-21.1.efi.grub.cfg.patch
Patch10:	livecd-tools-21.1.pkg.installation.fix.patch
Patch11:	livecd-tools-21.1.drop.initramfs.patch
Patch12:	livecd-tools-21.1.efi.no.dm.luks.patch
Patch13:	livecd-tools-21.1.basic.graphics.mode.fixed.patch
Patch14:	livecd-tools-21.1.shim.efi.renamed.patch
Patch15:	livecd-tools-21.1.secureboot.unsigned.kernel.patch
Patch17:	livecd-tools-21.1.efi.grub.cfg.echo.patch
Patch18:	livecd-tools-21.1.fixed.boot.menu.os.name.patch
Patch19:	livecd-tools-21.1.support.efi32.patch
Patch20:	livecd-tools-21.1.verify.signatures.patch
Patch21:	livecd-tools-21.1.use.add_drivers.patch
Patch22:	livecd-tools-21.1.no.vga.opts.patch

Requires:	python-imgcreate = %{EVRD}
Requires:	dosfstools
Requires:	dumpet
Requires:	e2fsprogs
Requires:	mkisofs
Requires:	isomd5sum
Requires:	lorax >= 18.3
Requires:	parted
Requires:	pyparted
Requires:	util-linux

%ifarch %{ix86} x86_64
Requires:	syslinux
%endif

%description
Tools for generating live CDs on Fedora based systems including
derived distributions such as RHEL, CentOS and others. See
http://fedoraproject.org/wiki/FedoraLiveCD for more details.

%files
%doc config/livecd-fedora-minimal.ks
%{_mandir}/man*/*
%{_bindir}/livecd-creator
%{_bindir}/livecd-iso-to-disk
%{_bindir}/livecd-iso-to-pxeboot
%{_bindir}/image-creator
%{_bindir}/liveimage-mount
%{_bindir}/edit-livecd
%{_bindir}/mkbiarch
%{_bindir}/rosa-image-fix-x86.pl

#----------------------------------------------------------------------------

%package -n python-imgcreate
Summary:	Python modules for building system images
Group:		System/Base
Requires:	coreutils
Requires:	dosfstools >= 2.11-8
Requires:	e2fsprogs
Requires:	pykickstart >= 0.96
Requires:	python-dbus
Requires:	python-selinux
Requires:	python-urlgrabber
Requires:	squashfs-tools
Requires:	util-linux

%description -n python-imgcreate
Python modules that can be used for building images for things
like live image or appliances.

%files -n python-imgcreate
%dir %{python_sitelib}/imgcreate
%{python_sitelib}/imgcreate/*.py
%{python_sitelib}/imgcreate/*.pyo
%{python_sitelib}/imgcreate/*.pyc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
make

%install
%makeinstall_std
install -m 0644 %{SOURCE1} %{buildroot}%{python_sitelib}/imgcreate/
install -m 0755 %{SOURCE3} %{buildroot}%{_bindir}/


%changelog

* Sat Feb 11 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:21.1-32
- (e115e9c) Do not use vga=xxx boot options
- (e115e9c) They might confuse syslinux 6+ and the system may start asking the user
- (e115e9c) what to do with that at boot time.

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:21.1-29
- (1687e0e) MassBuild#1230: Increase release tag

* Sat Jan 21 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:21.1-28
- (c508ece) Spec cleanup

* Mon Dec 05 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:21.1-27
- (b7c8c0e) Do not override the default set of drivers in the dracut configuration
- (b7c8c0e) Before this commit, livecd-tools used "drivers+=" in the dracut
- (b7c8c0e) configuration file which can be used when creating the initrd for the
- (b7c8c0e) Live images. As a result, the default set of drivers dracut knows about
- (b7c8c0e) was not included into the initrd, only the specified ones were.
- (b7c8c0e) Broken ISO images are a likely result of that.
- (b7c8c0e) livecd-tools was patched to use "add_drivers+=" instead.
- (b7c8c0e) Note that not all (if any) build scripts for the rosa2016.1 ISOs use the
- (b7c8c0e) dracut config generated by livecd-tools, so this fix is not that
- (b7c8c0e) important. Still, worth applying to simplify future maintenance.

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:21.1-26
- (b5281e6) MassBuild#1169: Increase release tag

* Mon Feb 01 2016 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:21.1-25
- (e4b7e3f) Verify RPM signatures when building ISO

* Thu Jul 16 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:21.1-24
- (1b096dd) Minor: Fixed typo in isolinux boot menu

* Tue Jul 07 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1:21.1-23
- (fc0bfa9) Release up

* Tue Jul 07 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1:21.1-22
- (3acfa8b) Do not hard-code kernel-nrj-desktop
- (3acfa8b) The builds may need other kernel flavours instead.
- (Konstantin Vlasov: 7e98928) Support EFI32 for 32-bit images

* Mon May 18 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:21.1-21
- (e73310e) BuildList#2501564: Increase release tag

* Fri May 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:21.1-20
- (df3e78a) BuildList#2501564: Increase release tag

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:21.1-19
- (447cf1e) BuildList#2501564: Increase release tag

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:21.1-18
- (c54fa31) BuildList#2501564: Increase release tag

* Thu Mar 19 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:21.1-17
- (f967c52) Fixed: Boot menu OS name taken from build chroot instead of target system

* Wed Mar 04 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:21.1-16
- (2b779c2) Display kernel/initrd loading message on EFI boot
- (Konstantin Vlasov: 3236696) Exit if adding media or package installation fails

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1:21.1-15
- (0d05554) MassBuild#656: Increase release tag

* Thu Feb 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:21.1-14
- (39c4782) Drop Buildroot tag
- (Konstantin Vlasov: f3df2ca) Support unsigned kernels for SecureBoot
- (Konstantin Vlasov: f3df2ca) 1. In SecureBoot grub2 allows to exit secure mode and boot unsigned kernel - making use of this feature in iso grub config.
- (Konstantin Vlasov: ce0b6ce) EFI: shim file renamed

* Wed Oct 08 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:21.1-13
- (2e5f36e) Fixed basic graphics mode parameters

* Thu Oct 02 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:21.1-12
- (2d2aeca) Avoid activating RAIDs/etc also in EFI mode
- (Konstantin Vlasov: a17813e) Got rid of initramfs

* Thu Sep 25 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:21.1-11
- (d156734) When patching partition table in iso, also update GPT
- (Konstantin Vlasov: 354d318) Fixed packages installation in iso (optimized)
- (Konstantin Vlasov: b9e82b7) Boot menu fixes (both isolinux and Grub2/EFI)
- (Konstantin Vlasov: b9e82b7) 1. Significantly redesigned the grub2 menu for EFI boot: made it similar to the isolinux menu; more user-friendly product name; returned graphical theme; etc.
- (Konstantin Vlasov: b9e82b7) 2. Fixed non-displaying plymouth in isolinux menu items.
- (Konstantin Vlasov: b9e82b7) 3. Disabled plymouth for 'basic graphics' mode.

* Thu Sep 25 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:21.1-10
- (b4694cb) Do not generate macboot.ing (fails anyway)
- (Konstantin Vlasov: 3cbb9c6) Removed Mac AFP table from iso; grub2 theme fixed

* Wed Aug 06 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:21.1-9
- (54094ea) Updated livecd-tools.spec

* Fri Jul 04 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:21.1-8
- (962d908) modified patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23318 |14mu|llvm-3.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 0
%define debug_package %{nil}
%define debugcflags %{nil}

# clang header paths are hard-coded at compile time
# and need adjustment whenever there's a new GCC version
%define gcc_version %(gcc -dumpversion)

%define compile_apidox 0
%{?_with_apidox: %{expand: %%global compile_apidox 1}}

%bcond_without clang

%define major_ver 3.9
%define minor_ver 0

Summary:	Low Level Virtual Machine (LLVM)
Name:		llvm
Version:	%{major_ver}.%{minor_ver}
Release:	4
License:	NCSA
Group:		Development/Other
Url:		http://llvm.org/

Source0:	http://llvm.org/releases/%{version}/llvm-%{version}.src.tar.xz
Source1:	http://llvm.org/releases/%{version}/cfe-%{version}.src.tar.xz
Source2:	http://llvm.org/releases/%{version}/clang-tools-extra-%{version}.src.tar.xz
Source3:	http://llvm.org/releases/%{version}/polly-%{version}.src.tar.xz
Source4:	http://llvm.org/releases/%{version}/compiler-rt-%{version}.src.tar.xz
Source1000:	llvm.rpmlintrc

# Adjust the search paths to match the OS, adjust the default compiler flags
# as well.
Patch1:		clang-rosa.patch
# Claim compatibility with gcc 4.9.1 rather than 4.2.1, it's
# much much closer in terms of standards supported etc.
Patch7:		clang-gcc-compat.patch


BuildRequires:	cmake
BuildRequires:	bison
BuildRequires:	binutils-devel
BuildRequires:	chrpath
BuildRequires:	flex
BuildRequires:	graphviz
BuildRequires:	groff
BuildRequires:	libtool
BuildRequires:	sed
BuildRequires:	tcl
BuildRequires:	zip
BuildRequires:	libstdc++-devel
#BuildRequires:	pkgconfig(cloog-isl)
#BuildRequires:	pkgconfig(isl) >= 0.13
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(libtirpc)
%if %{compile_apidox}
BuildRequires:	doxygen
%endif
Requires:	libstdc++-devel

%description
LVM is a robust system, particularly well suited for developing new mid-level
language-independent analyses and optimizations of all sorts, including those
that require  extensive interprocedural analysis. LLVM is also a great target
for front-end development for conventional or research programming languages,
including those which require compile-time, link-time, or run-time optimization
for effective implementation, proper tail calls or garbage collection.

%files
%doc LICENSE.TXT
%{_bindir}/bugpoint
%{_bindir}/llc
%{_bindir}/lli
%{_bindir}/opt
%{_bindir}/llvm-ar
%{_bindir}/llvm-as
%{_bindir}/llvm-bcanalyzer
%{_bindir}/llvm-diff
%{_bindir}/llvm-dis
%{_bindir}/llvm-extract
%{_bindir}/llvm-link
%{_bindir}/llvm-mc
%{_bindir}/llvm-nm
%{_bindir}/llvm-objdump
%{_bindir}/llvm-ranlib
%{_bindir}/llvm-readobj
%{_bindir}/llvm-cov
%{_bindir}/llvm-dwarfdump
%{_bindir}/llvm-mcmarkup
%{_bindir}/llvm-profdata
%{_bindir}/llvm-rtdyld
%{_bindir}/llvm-size
%{_bindir}/llvm-stress
%{_bindir}/llvm-symbolizer
%{_bindir}/llvm-tblgen
%{_bindir}/llvm-cxxdump
%{_bindir}/llvm-dsymutil
%{_bindir}/llvm-pdbdump
%{_bindir}/llvm-c-test
%{_bindir}/llvm-dwp
%{_bindir}/llvm-lib
%{_bindir}/llvm-lto
%{_bindir}/llvm-split
%{_bindir}/modularize
%{_bindir}/sancov
%{_bindir}/verify-uselistorder
%{_bindir}/obj2yaml
%{_bindir}/yaml2obj
%{_bindir}/find-all-symbols
%{_bindir}/sanstats

#----------------------------------------------------------------------------

%define plugins %mklibname %{name}-plugins

%package -n %{plugins}
Summary:	LLVM plugins
Group:		System/Libraries
Provides:	%{name}-plugins = %{EVRD}
Conflicts:	%{_lib}llvm3.8 < 3.8.0-2
Conflicts:	%{_lib}llvm-devel < 3.8.0-2

%description -n %{plugins}
LLVM plugins.

%files -n %{plugins}
%{_libdir}/BugpointPasses.so
%{_libdir}/libLTO.so
%{_libdir}/LLVMgold.so
%{_libdir}/LLVMHello.so

#----------------------------------------------------------------------------

%define major %{major_ver}
%define libname %mklibname %{name} %{major}

%package -n %{libname}
Summary:	LLVM shared libraries
Group:		System/Libraries
Requires:	%{plugins}
Conflicts:	llvm < 3.0-4

%description -n %{libname}
Shared libraries for the LLVM compiler infrastructure. This is needed by
programs that are dynamically linked against libLLVM.

%files -n %{libname}
%{_libdir}/libLLVM-%{major}.so
%{_libdir}/libLLVM-%{major}.%{minor_ver}.so

#----------------------------------------------------------------------------

%define devname %mklibname -d %{name}

%package -n %{devname}
Summary:	Development files for LLVM
Group:		Development/Other
Provides:	llvm-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{name} = %{EVRD}
Requires:	llvm-polly = %{EVRD}

Obsoletes:	llvm-polly-devel < %{EVRD}
Provides:	llvm-polly-devel = %{EVRD}

Conflicts:	llvm < 3.0-7
Conflicts:	%{_lib}llvm3.0 < 3.0-9

%description -n %{devname}
This package contains the development files for LLVM.

%files -n %{devname}
%{_bindir}/%{name}-config
%{_libdir}/libLLVM.so
%{_libdir}/libLLVM*.a
%{_libdir}/libfindAllSymbols.a
%{_libdir}/cmake/%{name}/*
%{_includedir}/%{name}
%{_includedir}/%{name}-c
%{_includedir}/polly
%{_libdir}/libPolly*.a

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for LLVM
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documentation for the LLVM compiler infrastructure.

%files doc
%doc README.txt
%doc docs/*.html
%doc docs/tutorial
%doc examples
%if %{compile_apidox}
%doc docs/doxygen
%endif

#----------------------------------------------------------------------------

%package polly
Summary:	Polyhedral optimizations for LLVM
License:	MIT
Group:		Development/Other

%description polly
Polly is a polyhedral optimizer for LLVM.

Using an abstract mathematical representation it analyzes and optimizes
the memory access pattern of a program. This includes data-locality
optimizations for cache locality as well as automatic parallelization
for thread-level and SIMD parallelism.

Our overall goal is an integrated optimizer for data-locality and
parallelism that takes advantage of multi-cores, cache hierarchies,
short vector instructions as well as dedicated accelerators.

%files polly
%{_bindir}/pollycc
%{_bindir}/pollyc++
%{_libdir}/LLVMPolly.so

#----------------------------------------------------------------------------

%if %{with clang}
# TODO: %{_bindir}/clang is linked against static libclang.a, could it be
# linked against libclang.so instead, like llvm-* are against livLLVM.so?

%package -n clang
Summary:	A C language family front-end for LLVM
License:	NCSA
Group:		Development/Other
# TODO: is this requires:llvm needed, or just legacy from fedora pkg layout?
Requires:	llvm = %{EVRD}
# clang requires gcc, clang++ requires libstdc++-devel
Requires:	gcc
Requires:	libstdc++-devel >= %{gcc_version}

# We do not build clang-doc anymore
Obsoletes:	clang-doc < %{EVRD}


%description -n clang
clang: noun
    1. A loud, resonant, metallic sound.
    2. The strident call of a crane or goose.
    3. C-language family front-end toolkit.

The goal of the Clang project is to create a new C, C++, Objective C
and Objective C++ front-end for the LLVM compiler. Its tools are built
as libraries and designed to be loosely-coupled and extensible.

%files -n clang
%{_bindir}/clang*
%{_bindir}/c-index-test
%{_libdir}/clang/
%{_datadir}/clang/clang-tidy-diff.py
%{_datadir}/clang/run-clang-tidy.py
%{_datadir}/clang/clang-include-fixer.py
%{_datadir}/clang/run-find-all-symbols.py
%endif

#----------------------------------------------------------------------------

%if %{with clang}
%define clang_major %{major_ver}
%define libclang %mklibname clang %{clang_major}

%package -n %{libclang}
Summary:	Shared library for clang
Group:		System/Libraries

%description -n %{libclang}
Shared libraries for the clang compiler. This is needed by
programs that are dynamically linked against libclang.

%files -n %{libclang}
%{_libdir}/libclang.so.%{clang_major}
%{_libdir}/libclang-%{clang_major}.so
%{_libdir}/libclang-%{clang_major}.%{minor_ver}.so
%endif

#----------------------------------------------------------------------------

%if %{with clang}
%define devclang %mklibname -d clang

%package -n %{devclang}
Summary:	Development files for clang
Group:		Development/Other
Requires:	%{libclang} = %{EVRD}
Provides:	clang-devel = %{EVRD}
Conflicts:	llvm-devel < 3.1
Obsoletes:	clang-devel < 3.1

%description -n %{devclang}
This package contains header files and libraries needed for using
libclang.

%files -n %{devclang}
%{_includedir}/clang
%{_includedir}/clang-c
%{_libdir}/libclang.so
%{_libdir}/libclang*.a
%{_libdir}/cmake/clang/ClangConfig.cmake
%{_libdir}/cmake/clang/ClangTargets-relwithdebinfo.cmake
%{_libdir}/cmake/clang/ClangTargets.cmake
%dir %{_datadir}/clang/
%endif

#----------------------------------------------------------------------------

%if %{with clang}
%package -n clang-analyzer
Summary:	A source code analysis framework
License:	NCSA
Group:		Development/Other
Requires:	clang = %{EVRD}
# not picked up automatically since files are currently not instaled
# in standard Python hierarchies yet
Requires:	python

%description -n clang-analyzer
The Clang Static Analyzer consists of both a source code analysis
framework and a standalone tool that finds bugs in C and Objective-C
programs. The standalone tool is invoked from the command-line, and is
intended to run in tandem with a build of a project or code base.

%files -n clang-analyzer
%{_bindir}/scan-view
%{_bindir}/scan-build
%{_prefix}/libexec/ccc-analyzer
%{_prefix}/libexec/c++-analyzer
%{_datadir}/scan-view/
%{_datadir}/scan-build/
%{_mandir}/man1/scan-build.1.*
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}.src %{?with_clang:-a1 -a2 -a3 -a4}
rm -rf tools/clang
%if %{with clang}
mv cfe-%{version}.src tools/clang
mv polly-%{version}.src tools/polly
mv clang-tools-extra-%{version}.src tools/clang/tools/extra
mv compiler-rt-%{version}.src projects/compiler-rt
cd tools/clang
%patch1 -p1 -b .rosa~
cd -
%endif
%patch7 -p1 -b .gcc49~


%build
# Build with gcc/g++, not clang if it happens to be installed
export CC=gcc
export CXX=g++

# A couple more fixes from OMV + a workaround for a bug (?) in GCC 4.9:
# https://llvm.org/bugs/show_bug.cgi?id=20080 and
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61659
# (-fno-devirtualize)
#
# compiler-rt assumes off_t is 64 bits -- make sure this is true even on
# 32 bit OSes
%ifarch %ix86
# compiler-rt doesn't support ix86 with x<6 either
export CFLAGS="%{optflags} -march=i686 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64"
export CXXFLAGS="%{optflags} -march=i686 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-devirtualize"
%else
export CXXFLAGS="%{optflags} -fno-devirtualize"
%endif


%ifarch %ix86
# Fix noexecstack
for i in projects/compiler-rt/lib/builtins/i386/*.S; do
	cat >>$i <<'EOF'
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif
EOF
done
%endif

%cmake \
	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
	-DBUILD_SHARED_LIBS:BOOL=OFF \
	-DLLVM_LIBDIR_SUFFIX=$(echo %{_lib} | sed -e 's,^lib,,') \
	-DCLANG_LIBDIR_SUFFIX=$(echo %{_lib} | sed -e 's,^lib,,') \
	-DLLVM_ENABLE_FFI:BOOL=ON \
	-DLLVM_ENABLE_RTTI:BOOL=ON \
	-DLLVM_BINUTILS_INCDIR=%{_includedir} \
	-DOCAMLFIND=NOTFOUND \
	-DLLVM_INCLUDE_UTILS:BOOL=ON \
	-DLLVM_BUILD_LLVM_DYLIB=ON \
	-DLLVM_LINK_LLVM_DYLIB=ON \
%if %{compile_apidox}
	-DLLVM_INCLUDE_DOCS:BOOL=ON \
	-DLLVM_BUILD_DOCS:BOOL=ON \
%endif
	-DWITH_POLLY:BOOL=ON \
	-DLINK_POLLY_INTO_TOOLS:BOOL=ON


%make

%install

%makeinstall_std -C build

# [From OMV]
# Polly bits as described on
# http://polly.llvm.org/example_load_Polly_into_clang.html
cat >%{buildroot}%{_bindir}/pollycc <<'EOF'
#!/bin/sh
exec %{_bindir}/clang -O3 -Xclang -load -Xclang %{_libdir}/LLVMPolly.so "$@"
EOF
cat >%{buildroot}%{_bindir}/pollyc++ <<'EOF'
#!/bin/sh
exec %{_bindir}/clang++ -O3 -Xclang -load -Xclang %{_libdir}/LLVMPolly.so "$@"
EOF
chmod 0755 %{buildroot}%{_bindir}/pollycc %{buildroot}%{_bindir}/pollyc++

%if %{with clang}
# Clang - Git integration. Not needed.
	rm -f %{buildroot}%{_bindir}/git-clang-format

# Remove editor integration files
	rm -f %{buildroot}%{_datadir}/clang/clang-format*

# Symlinks for libclang to maintain compatibility with the older releases.
	ln -s %{_libdir}/libclang.so.%{clang_major} %{buildroot}%{_libdir}/libclang-%{clang_major}.so
	ln -s %{_libdir}/libclang.so.%{clang_major} %{buildroot}%{_libdir}/libclang-%{clang_major}.%{minor_ver}.so
%endif

%changelog

* Mon Oct 31 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.8.0-4
- (f4b302b) lib(64)llvm-devel should now require Polly as well
- (Evgenii Shatokhin: 6b76863) Moved dev. files for Polly into lib(64)llvm-devel
- (Evgenii Shatokhin: 6b76863) lib(64)llvm-devel already refers to these through
- (Evgenii Shatokhin: 6b76863) /usr/lib/cmake/llvm/LLVMExports.cmake, so llvm-polly-devel should always
- (Evgenii Shatokhin: 6b76863) be installed along with lib(64)llvm-devel.
- (Evgenii Shatokhin: 6b76863) It is more reliable to keep these development files in the same package
- (Evgenii Shatokhin: 6b76863) as the files for LLVM in this case.

* Mon Oct 31 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.8.0-3
- (340aa4e) Restored LLVMHello.so
- (340aa4e) As it turned out, the plugin is actually needed (or at least, checked
- (340aa4e) for) when building some packages, e.g. "umbrello".

* Mon Oct 31 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.9.0-4
- (3357015) lib(64)llvm-devel should now require Polly as well
- (Evgenii Shatokhin: 151d224) Moved dev. files for Polly into lib(64)llvm-devel
- (Evgenii Shatokhin: 151d224) lib(64)llvm-devel already refers to these through
- (Evgenii Shatokhin: 151d224) /usr/lib/cmake/llvm/LLVMExports.cmake, so llvm-polly-devel should always
- (Evgenii Shatokhin: 151d224) be installed along with lib(64)llvm-devel.
- (Evgenii Shatokhin: 151d224) It is more reliable to keep these development files in the same package
- (Evgenii Shatokhin: 151d224) as the files for LLVM in this case.

* Mon Oct 31 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.9.0-3
- (0806328) Restored LLVMHello.so
- (0806328) As it turned out, the plugin is actually needed (or at least, checked
- (0806328) for) when building some packages, e.g. "umbrello".

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.9.0-2
- (618275f) MassBuild#1169: Increase release tag

* Sun Sep 11 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.9.0-1
- (927cb29) Added a missing curly brace
- (Evgenii Shatokhin: 9b14190) Updated to version 3.9.0
- (Evgenii Shatokhin: 9b14190) Most of the work was done in
- (Evgenii Shatokhin: 9b14190) https://abf.io/import/llvm/pull_requests/2
- (Evgenii Shatokhin: 9b14190) I have reworked clang-mandriva.patch to keeps it (as clang-rosa.patch).
- (Evgenii Shatokhin: 9b14190) It seems, it did not actually detect ROSA in the past (it checked that
- (Evgenii Shatokhin: 9b14190) /etc/lsb-release has DISTRIB_ID=Mandriva<...> while we have "Rosa<...>"
- (Evgenii Shatokhin: 9b14190) there). However, it could be useful to align the default Clang flags
- (Evgenii Shatokhin: 9b14190) with Ubuntu, Fedora and such.

* Tue Jun 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.8.0-2
- (047b84f) Move plugins into individual package

* Sun May 15 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.8.0-1
- (8bf200e) Do not delete library archives, they are needed for development
- (Evgenii Shatokhin: be2e792) Install LLVMPolly.so to the correct location
- (Evgenii Shatokhin: 950faf1) Revisited the set of files to be installed, removed clang-doc
- (Evgenii Shatokhin: dc8392a) Restored the workaround for a bug in GCC 4.9 (-fno-devirtualize)
- (Evgenii Shatokhin: f7f2188) Added 2 more patches, revisited build options
- (Evgenii Shatokhin: f7f2188) 1. Added 2 patches (from ArchLinux, re-diffed) to fix
- (Evgenii Shatokhin: f7f2188) https://llvm.org/bugs/show_bug.cgi?id=23529
- (Evgenii Shatokhin: f7f2188) 2. Revisited the set of cmake options.
- (Evgenii Shatokhin: 0e6a49d) Require Cmake explicitly
- (Evgenii Shatokhin: 65f0123) Updated to version 3.8.0, the first take

* Mon Jan 18 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.7.1-2
- (ff0f32e) Move libLLVM-3.7.1.so from libllvm-devel to libllvm
- (ff0f32e) The components from libdri-drivers (e.g. /usr/lib/dri/swrast_dri.so)
- (ff0f32e) need libLLVM-3.7.1.so which is in "Provides" of libllvm3.7. However,
- (ff0f32e) libllvm3.7 package does not actually contain that file,
- (ff0f32e) /usr/lib/libLLVM-3.7.1.so symlink is in libllvm-devel. This leads to
- (ff0f32e) problems.
- (ff0f32e) Let us move the symlink to libllvm3.7 package.

* Thu Jan 14 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.7.1-1
- (8541975) List clang-tidy scripts as well
- (Evgenii Shatokhin: f3e5fa9) Updated to version 3.7.1
- (Evgenii Shatokhin: f3e5fa9) This is mostly a bugfix release: a number of fixes are made in the core
- (Evgenii Shatokhin: f3e5fa9) parts of LLVM and in AMDGPU-related components.
- (Evgenii Shatokhin: f3e5fa9) However, this version is not fully ABI-compatible with 3.7.0.
- (Evgenii Shatokhin: f3e5fa9) Details:
- (Evgenii Shatokhin: f3e5fa9) http://lists.llvm.org/pipermail/llvm-announce/2016-January/000066.html

* Sun Dec 20 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.7.0-3
- (ee7ddbd) Fix a couple broken symlinks

* Wed Dec 16 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.7.0-2
- (aa9b11d) Rebuild LLVM with support for RTTI
- (aa9b11d) The projects like Lightspark and may be others need it.

* Wed Dec 02 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.7.0-1
- (4393600) Revert "Restore the building of R600 target"
- (4393600) This reverts commit 6d93944a0eee425703bdb82b6686e0c050cea9f3.
- (4393600) "R600" is no longer available in LLVM. The target was renamed "AMDGPU"
- (4393600) and is not experimental now.

* Tue Dec 01 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.7.0-2
- (6d93944) Restore the building of R600 target

* Wed Nov 25 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.7.0-1
- (62cfc9e) Another attempt to fix build on i586
- (62cfc9e) Using i586 explicitly in compiler-rt/<...>/clang_linux.mk this time.
- (62cfc9e) The system triple is "i586-unknown-linux-gnu" anyway.
- (Evgenii Shatokhin: 0a665af) rpmlint: Ignore "incoherent-version-in-name" error
- (Evgenii Shatokhin: 0a665af) libclang packages are named in a different way:
- (Evgenii Shatokhin: 0a665af) lib64clang3.5, lib64clang3.7, etc.
- (Evgenii Shatokhin: 15eede8) More fixes from OMV
- (Evgenii Shatokhin: 15eede8) * Another round of fixes for the build on 32-bit systems
- (Evgenii Shatokhin: 15eede8) * Revisited the file lists.
- (Evgenii Shatokhin: 5008acb) Do not use debug-related compiler flags either
- (Evgenii Shatokhin: 497c759) Do not generate debuginfo packages
- (Evgenii Shatokhin: 497c759) Currently (LLVM 3.7.0), there are errors during the %install phase:
- (Evgenii Shatokhin: 497c759) /usr/lib/rpm/bin/debugedit: canonicalization unexpectedly shrank by one
- (Evgenii Shatokhin: 497c759) character.
- (Evgenii Shatokhin: 497c759) Let us disable generation of debuginfo packages for now.
- (Evgenii Shatokhin: e747ef7) Do make install in a right directory
- (Evgenii Shatokhin: c1829e1) Use the workaround for LLVM bug #22661 in a proper place
- (Evgenii Shatokhin: 092e0ee) Added a workaround for LLVM bug #22661
- (Evgenii Shatokhin: 092e0ee) See https://llvm.org/bugs/show_bug.cgi?id=22661.
- (Evgenii Shatokhin: 6c24cc7) Update to 3.7.0, attempt 1

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 3.5.0-4
- (37c4f70) MassBuild#656: Increase release tag

* Fri Jan 16 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.5.0-3
- (90e8330) Sync with 'current'
- (Eugene Shatokhin: 9e94e6f) libllvm*.a are only needed for the builds with OCaml

* Fri Dec 19 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.5.0-2
- (06418e0) Removed obsolete file glob
- (Eugene Shatokhin: 0364abf) Merged branch 'current'
- (Eugene Shatokhin: b23d5b1) Disable ocaml-related stuff

* Fri Dec 19 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 3.5.0-1
- (7b77fc6) Sync to 2014.1

* Fri Sep 19 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 2.9-6
- (276bf3c) MassBuild#518: Increase release tag

* Tue Aug 12 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.9-5
- (414e836) MassBuild#472: Increase release tag

* Tue Aug 12 2014 Alex Burmashev <alex.burmashev@gmail.com> 2.9-4
- (ae21819) sync to certified branch, 12.08.2014

* Fri Jul 18 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.9-5
- (fc9d8f4) MassBuild#456: Increase release tag

* Wed Jul 02 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.9-4
- (204a4f1) MassBuild#442: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23319 |14mu|lmdb-0.9.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Memory-mapped key-value database
Name:		lmdb
Version:	0.9.14
Release:	1
License:	OpenLDAP
Group:		System/Libraries
Url:		http://symas.com/mdb/
# Source built from git. To get the tarball, execute following commands:
# $ export VERSION=%%{version}
# $ git clone git://gitorious.org/mdb/mdb.git lmdb && pushd lmdb
# $ git checkout tags/LMDB_$VERSION && popd
# $ tar cvzf lmdb-$VERSION.tar.gz -C lmdb/libraries/ liblmdb
Source0:	%{name}-%{version}.tar.gz
# Patch description in the corresponding file
Patch0:		lmdb-0.9.14-make.patch

%description
LMDB is an ultra-fast, ultra-compact key-value embedded data store developed
by for the OpenLDAP Project. By using memory-mapped files, it provides the
read performance of a pure in-memory database while still offering the
persistence of standard disk-based databases, and is only limited to the
size of the virtual address space.

%files
%{_bindir}/mdb_*
%{_mandir}/man1/mdb_*.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%doc COPYRIGHT CHANGES LICENSE
%{_libdir}/liblmdb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_includedir}/lmdb.h
%{_libdir}/liblmdb.so

#----------------------------------------------------------------------------

%prep
%setup -q -n lib%{name}
%patch0 -p1 -b .make

%build
%make XCFLAGS="%{optflags}"

%install
# make install expects existing directory tree
mkdir -m 0755 -p %{buildroot}%{_bindir}
mkdir -m 0755 -p %{buildroot}%{_includedir}
mkdir -m 0755 -p %{buildroot}%{_libdir}
mkdir -m 0755 -p %{buildroot}%{_mandir}/man1

%makeinstall_std \
	prefix=%{_prefix} \
	libprefix=%{_libdir} \
	manprefix=%{_mandir}


%changelog

* Wed Aug 12 2015 Rosa <rosa@abf.rosalinux.ru> 0.9.14-1
- (0d70bf7) Automatic import for version 0.9.14-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23320 |14mu|lm_sensors-3.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

#define svnrevision 6277

Summary:	Hardware monitoring tools
Name:		lm_sensors
Epoch:		1
Version:	3.4.0
#Release:	1.svn_{svnrevision}.1
Release:	1
License:	LGPLv2+
Group:		System/Kernel and hardware
Url:		http://www.lm-sensors.org
Source0:	http://dl.lm-sensors.org/lm-sensors/releases/%{name}-%{version}.tar.bz2
#Source0:	%{name}-svn%{svnrevision}.tar.bz2
Source1:	lm_sensors.sysconfig
# these 2 were taken from PLD-linux, Thanks!
Source2:	sensord.sysconfig
Source10:	README.urpmi
BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	flex
BuildRequires:	sysfsutils-devel
BuildRequires:	pkgconfig(librrd)
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
%ifarch %{ix86} x86_64
Requires:	dmidecode
%endif

%description
This package contains a collection of user space tools for general SMBus
access and hardware monitoring. SMBus, also known as System Management Bus,
is a protocol for communicating through a I2C ('I squared C') bus. Many modern
mainboards have a System Management Bus. There are a lot of devices which can
be connected to a SMBus; the most notable are modern memory chips with EEPROM
memories and chips for hardware monitoring.

Most modern mainboards incorporate some form of hardware monitoring chips.
These chips read things like chip temperatures, fan rotation speeds and
voltage levels. There are quite a few different chips which can be used
by mainboard builders for approximately the same results.

%package -n %{libname}
Summary:	Libraries needed for %{name}
Group:		System/Libraries

%description -n %{libname}
Libraries to access %{name} internal data.

%package -n %{devname}
Summary:	Development libraries and header files for %{name}
Group:		Development/C
Requires:	%{libname} = %{epoch}:%{version}-%{release}
Provides:	%{name}-devel = %{epoch}:%{version}-%{release}

%description -n %{devname}
Development libraries and header files for %{name}.

You might want to use this package while building applications that might
take advantage of %{name} if found.

%prep
#%setup -q -n %{name}-svn%{svnrevision}
%setup -q


%build
%setup_compile_flags

%make PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} LIBDIR=%{_libdir} MANDIR=%{_mandir} EXLDFLAGS=%{ldflags} \
	PROG_EXTRA=sensord user
cp %{SOURCE10} .

%install
make PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} LIBDIR=%{_libdir} MANDIR=%{_mandir} PROG_EXTRA=sensord \
	DESTDIR=%{buildroot} user_install

rm %{buildroot}%{_libdir}/libsensors.a

ln -s sensors.conf.5.gz %{buildroot}%{_mandir}/man5/sensors3.conf.5.gz

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_sysconfdir}/sensors.d
mkdir -p %{buildroot}%{_unitdir}
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/lm_sensors
install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/sensord
# (tpg) service files
install -p -m 644 prog/init/lm_sensors.service %{buildroot}%{_unitdir}
install -p -m 644 prog/init/sensord.service %{buildroot}%{_unitdir}
install -p -m 644 prog/init/fancontrol.service %{buildroot}%{_unitdir}

%post
%_post_service lm_sensors
%_post_service sensord

%preun
%_preun_service lm_sensors
%_preun_service sensord

%files
%doc CHANGES CONTRIBUTORS README doc README.urpmi
%config(noreplace) %{_sysconfdir}/sensors3.conf
%config(noreplace) %{_sysconfdir}/sysconfig/sensord
%config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors
%{_bindir}/sensors
%{_bindir}/sensors-conf-convert
%ifnarch ppc %arm %mips
%{_sbindir}/isadump
%{_sbindir}/isaset
%endif
%{_sbindir}/sensors-detect
%{_sbindir}/sensord
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%{_sbindir}/fancontrol
%{_sbindir}/pwmconfig
%{_unitdir}/*.service

%files -n %{libname}
%{_libdir}/libsensors.so.%{major}*

%files -n %{devname}
%{_libdir}/libsensors.so
%dir %{_includedir}/sensors
%{_includedir}/sensors/*
%{_mandir}/man3/*


%changelog

* Thu Apr 28 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:3.4.0-1
- (6f89227) Updated to version 3.4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23321 |14mu|lockdev-1.0.4-0.120111007git.9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname lockdev %{major}
%define devname %mklibname lockdev -d

%bcond_with perl

# Where lock files are stored
%global _lockdir /run/lock/lockdev

%global checkout 20111007git
%global co_date  2011-10-07

Summary:	A library for locking devices
Name:		lockdev
Version:	1.0.4
Release:	0.1%{checkout}.9
License:	LGPLv2.1+
Group:		System/Libraries
Url:		ftp://ftp.debian.org/debian/pool/main/l/lockdev/
# This is a nightly snapshot downloaded via
# https://alioth.debian.org/snapshots.php?group_id=100443
Source0:	lockdev-%{version}.%{checkout}.tar.gz
BuildRequires:	chrpath
%if %{with perl}
BuildRequires:	perl-devel
%endif
Requires(pre):	rpm-helper
Requires(pre):	shadow-utils
Provides:	%{name}-baudboy = %{EVRD}
Obsoletes:	%{name}-baudboy < 1.0.4

%description
Lockdev provides a reliable way to put an exclusive lock to devices using both
FSSTND and SVr4 methods.

%files
%doc AUTHORS ChangeLog ChangeLog.old README.debug docs/LSB.991201
%attr(2755,root,lock) %{_sbindir}/lockdev
%{_mandir}/man8/*

%pre
getent group lock >/dev/null || groupadd -g 54 -r -f lock
exit 0

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for locking devices
Group:		System/Libraries

%description -n %{libname}
Lockdev provides a reliable way to put an exclusive lock to devices using both
FSSTND and SVr4 methods.

%files -n %{libname}
%{_libdir}/liblockdev.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The Static lockdev library and header files for the lockdev library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Conflicts:	%{_lib}lockdev1-devel < 1.0.4-0.120111007git.9
Obsoletes:	%{_lib}lockdev1-devel < 1.0.4-0.120111007git.9

%description -n %{devname}
The lockdev library provides a reliable way to put an exclusive lock on devices
using both FSSTND and SVr4 methods. The lockdev-devel package contains the
static development library and headers.

%files -n %{devname}
%{_libdir}/*.so
%{_includedir}/*.h
%{_mandir}/man3/lockdev.3*
%{_libdir}/pkgconfig/lockdev.pc

#----------------------------------------------------------------------------

%if %{with perl}
%package -n perl-LockDev
Summary:	LockDev - Perl extension to manage device lockfiles
Group:		Development/Perl
Requires:	%{libname} = %{EVRD}

%description -n perl-LockDev
The LockDev methods act on device locks normally located in /var/lock. The lock
is acquired creating a pair of files hardlinked between them and named after
the device name (as mandated by FSSTND) and the device's major and minor
numbers (as in SVr4 locks). This permits to circumvent a problem using only the
FSSTND lock method when the same device exists under different names (for
convenience or when a device must be accessible by more than one group of
users).

The lock file names are typically in the form LCK..ttyS1 and LCK.004.065, and
their content is the pid of the process who owns the lock.

%files -n perl-LockDev
%{perl_vendorarch}/LockDev.pm
%dir %{perl_vendorarch}/auto/LockDev
%attr(0755,root,root) %{perl_vendorarch}/auto/LockDev/*.so
%{_mandir}/man3/LockDev.3*
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn lockdev-scm-%{co_date}

%build
# Generate version information from git release tag
./scripts/git-version > VERSION

# To satisfy automake
touch ChangeLog

# Bootstrap autotools
autoreconf --verbose --force --install

CFLAGS="%{optflags} -D_PATH_LOCK=\\\"%{_lockdir}\\\"" \
%configure --disable-static --enable-helper

%make

%if %{with perl}
pushd LockDev
    perl Makefile.PL INSTALLDIRS=vendor
    make OPTIMIZE="%{optflags}"
popd
%endif

%install
# Fix upstream permission bug #3053
chmod 644 docs/LSB.991201
%makeinstall_std

%if %{with perl}
# nuke rpath
chrpath -d %{buildroot}%{perl_vendorarch}/auto/LockDev/*.so
%endif


%changelog
* Tue Feb 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.4-0.120111007git.9
+ Revision: 9e36d7f
- Fix development package name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23322 |14mu|lockfile-progs-0.1.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Programs for locking and unlocking files and mailboxes
Name:		lockfile-progs
Version:	0.1.17
Release:	3
License:	GPLv2
Group:		System/Base
Url:		http://packages.qa.debian.org/lockfile-progs
Source0:	http://ftp.debian.org/debian/pool/main/l/lockfile-progs/%{name}_%{version}.tar.gz
# http://bugs.debian.org/cgi-bin/bugreport.cgi/diff.out?bug=244314;msg=10;att=1
BuildRequires:	lockfile-devel

%description
This package includes several programs to safely lock and unlock files and
mailboxes from the command line.

%prep 
%setup -q
%apply_patches

%build
%make CFLAGS="%{optflags}" CC=%{__cc}

%install
mkdir -p %{buildroot}%{_mandir}
cp -a bin %{buildroot}%{_bindir}
cp -a man %{buildroot}%{_mandir}/man1

%files
%doc TODO debian/changelog
%{_bindir}/lockfile-create
%{_bindir}/lockfile-check
%{_bindir}/lockfile-remove
%{_bindir}/lockfile-touch
%attr(2755,root,mail) %{_bindir}/mail-lock
%{_bindir}/mail-touchlock
%{_bindir}/mail-unlock
%{_mandir}/man1/lockfile-progs.1*
%{_mandir}/man1/lockfile-create.1*
%{_mandir}/man1/lockfile-check.1*
%{_mandir}/man1/lockfile-remove.1*
%{_mandir}/man1/lockfile-touch.1*
%{_mandir}/man1/mail-lock.1*
%{_mandir}/man1/mail-touchlock.1*
%{_mandir}/man1/mail-unlock.1*

%changelog

* Sat Nov 14 2015 Denis Silakov <dsilakov@gmail.com> 0.1.17-3
- (cac76bf) Updated to 0.1.17



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23323 |14mu|log4j-1.2.14-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bootstrap 1
%define section        free

Name:           log4j
Version:        1.2.14
Release:        18
Epoch:          0
Summary:        Java logging package
License:        Apache License
URL:            http://logging.apache.org/log4j/
Source0:        http://www.apache.org/dist/logging/log4j/%{version}/logging-log4j-%{version}.tar.gz
# Converted from src/java/org/apache/log4j/lf5/viewer/images/lf5_small_icon.gif
Source1:        %{name}-logfactor5.png
Source2:        %{name}-logfactor5.sh
Source3:        %{name}-logfactor5.desktop
# Converted from docs/images/logo.jpg
Source4:        %{name}-chainsaw.png
Source5:        %{name}-chainsaw.sh
Source6:        %{name}-chainsaw.desktop
Source7:        %{name}.catalog
Patch0:         %{name}-logfactor5-userdir.patch
Patch1:         %{name}-javadoc-xlink.patch
BuildRequires:  java-rpmbuild >= 0:1.5
BuildRequires:  ant
BuildRequires:  jaf >= 0:1.0.1
%if !%{bootstrap}
BuildRequires:  javamail >= 0:1.2
BuildRequires:  jms
BuildRequires:  mx4j
%endif
BuildRequires:  jndi
BuildRequires:  java-javadoc
# (anssi) do not require these explicitely at runtime, they are not needed
# by all apps that use log4j
#Requires:       jaf
#%if !%{bootstrap}
#Requires:       javamail
#%endif
#Requires:       jms
#Requires:       mx4j
# (anssi) jndi is provided by all our Java VMs, so we simplify the dependency
# graph by not requiring it.
#Requires:       jndi
Requires:       jpackage-utils >= 0:1.5
Requires:	liblog4j-java = %{version}
Requires:       java >= 0:1.8.0
# TODO: check if we could conditionalize these in %post and remove these:
Requires(post):	sgml-common libxml2-utils
Requires(preun):	libxml2-utils
Requires(postun):	sgml-common
Group:          Development/Java
BuildArch:      noarch

%description
Log4j is a tool to help the programmer output log statements to a
variety of output targets.

# Split to avoid dependency on sgml-common/libxml2-utils in vuze-console package:
%package -n	liblog4j-java
Summary:	Java logging library
Group:		Development/Java
Conflicts:	log4j < 1.2.14-12.0.4

%description -n	liblog4j-java
Log4j is a tool to help the programmer output log statements to a
variety of output targets.

This package contains the jar only. See %{name} for tools and catalogs.

%package        manual
Summary:        Manual for %{name}
Group:          Development/Java

%description    manual
Documentation for %{name}.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -n logging-%{name}-%{version}
%patch0 -p0
%patch1 -p0
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
# fix perl location
sed -i -e 's|/opt/perl5/bin/perl|%{__perl}|' contribs/KitchingSimon/udpserver.pl

%build
%if !%{bootstrap}
export CLASSPATH=$(build-classpath jaf javamail/mailapi jms mx4j)
%else
export CLASSPATH=$(build-classpath jaf javamail/mailapi)
%endif

%ant -Djdk.javadoc=%{_javadocdir}/java -Djavac.source=1.3 jar javadoc
if [ -z "`unzip -l dist/lib/%{name}-%{version}.jar |grep META-INF/INDEX.LIST`" ]; then
	%jar -i dist/lib/%{name}-%{version}.jar
fi

%install

# jars
install -m644 dist/lib/%{name}-%{version}.jar -D %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

# javadoc
install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -r docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# scripts
install -m755 %{SOURCE2} -D %{buildroot}%{_bindir}/logfactor5
install -m755 %{SOURCE5} -D %{buildroot}%{_bindir}/chainsaw

# freedesktop.org menu entries and icons
install -m644 %{SOURCE1} -D %{buildroot}%{_datadir}/pixmaps/logfactor5.png
install -m644 %{SOURCE3} -D %{buildroot}%{_datadir}/applications/jpackage-logfactor5.desktop
install -m644 %{SOURCE4} -D %{buildroot}%{_datadir}/pixmaps/chainsaw.png
install -m644 %{SOURCE6} -D %{buildroot}%{_datadir}/applications/jpackage-chainsaw.desktop

# DTD and the SGML catalog (XML catalog handled in scriptlets)
install -m644 src/java/org/apache/log4j/xml/log4j.dtd -D %{buildroot}%{_datadir}/sgml/%{name}/log4j.dtd
install -m644 %{SOURCE7} -D %{buildroot}%{_datadir}/sgml/%{name}/catalog

%post
%{_bindir}/install-catalog --add \
	%{_sysconfdir}/sgml/%{name}-%{version}-%{release}.cat \
	%{_datadir}/sgml/%{name}/catalog >/dev/null 2>&1

%{_bindir}/xmlcatalog --noout --add system log4j.dtd \
	file://%{_datadir}/sgml/%{name}/log4j.dtd %{_sysconfdir}/xml/catalog >/dev/null 2>&1

%preun
%{_bindir}/xmlcatalog --noout --del \
	log4j.dtd %{_sysconfdir}/xml/catalog >/dev/null 2>&1

%postun
%{_bindir}/install-catalog --remove \
	%{_sysconfdir}/sgml/%{name}-%{version}-%{release}.cat \
	%{_datadir}/sgml/%{name}/catalog >/dev/null 2>&1

%files
%defattr(0644,root,root,0755)
%doc INSTALL LICENSE
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/sgml/%{name}

%files -n liblog4j-java
%{_javadir}/*.jar

%files manual
%defattr(0644,root,root,0755)
%doc docs/* contribs

%files javadoc
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%{_javadocdir}/%{name}

%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 0:1.2.14-18
- (202efd5) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23324 |14mu|logrotate-3.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	Rotates, compresses, removes and mails system log files
Name:		logrotate
Version:	3.9.2
Release:	1
License:	GPLv2+
Group:		File tools
Url:		https://fedorahosted.org/logrotate/
Source0:	https://fedorahosted.org/releases/l/o/logrotate/%{name}-%{version}.tar.gz
Source1:	logrotate.conf
Source2:	logrotate.cron
BuildRequires:	acl-devel
%if %{with selinux}
BuildRequires:	pkgconfig(libselinux)
%endif
BuildRequires:	pkgconfig(popt)
Requires(post):	bash
Requires(post):	coreutils

%description
The logrotate utility is designed to simplify the administration of
log files on a system which generates a lot of log files.  Logrotate
allows for the automatic rotation compression, removal and mailing of
log files.  Logrotate can be set to handle a log file daily, weekly,
monthly or when the log file gets to a certain size.  Normally,
logrotate runs as a daily cron job.

Install the logrotate package if you need a utility to deal with the
log files on your system.

%files
%doc CHANGES COPYING examples README*
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_sysconfdir}/cron.daily/%{name}
%{_sysconfdir}/%{name}.d
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8*
%{_mandir}/man5/%{name}.conf.5*

%post
if [ $1 = 1 ]; then
    # installation
    /bin/touch %{_var}/lib/logrotate.status
fi

#----------------------------------------------------------------------------

%prep
%setup -q

%build
./autogen.sh
%configure2_5x \
%if %{with selinux}
	--with-selinux
%else
	--without-selinux
%endif
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}.conf

mkdir -p %{buildroot}%{_sysconfdir}/cron.daily
install -m 0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/cron.daily/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}.d


%changelog

* Fri Apr 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.9.2-1
- (9696f80) Add conditional selinux build (depends on distro config)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23325 |14mu|lokalize-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Computer-aided translation tool for KDE
Name:		lokalize
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(hunspell)
Requires:	kdesdk-strigi-analyzers
Requires:	qt4-database-plugin-sqlite
# Needed by some lokalize scripts (mga #10583, bko #181145)
Requires:	kross-interpreters-python
Suggests:	python-translate

%description
Lokalize is a computer-aided translation system that focuses on productivity
and performance. Translator does only creative work (of delivering message
in his/her mother language in laconic and easy to understand form). Lokalize
implies paragraph-by-paragraph translation approach (when translating
documentation) and message-by-message approach (when translating GUI).

%files
%{_kde_bindir}/lokalize
%{_kde_applicationsdir}/lokalize.desktop
%{_kde_appsdir}/lokalize
%{_kde_datadir}/config.kcfg/lokalize.kcfg
%{_kde_iconsdir}/*/*/apps/lokalize.*
%{_kde_docdir}/*/*/lokalize

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: cbd949d
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23326 |14mu|lorax-18.12-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:           lorax
Version:        18.12
Release:        10
Summary:        Tool for creating the anaconda install images

Group:          System/Base
License:        GPLv2+
URL:            http://git.fedorahosted.org/git/?p=lorax.git
Source0:        https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.gz
Patch0:         lorax-18.12.noyum.patch
BuildRequires:  python-devel

Requires:       GConf2
Requires:       cpio
Requires:       device-mapper
Requires:       dosfstools
Requires:       e2fsprogs
Requires:       findutils
Requires:       gawk
Requires:       cdrkit-genisoimage
Requires:       glibc
Requires:       gzip
Requires:       isomd5sum
Requires:       python-selinux
Requires:       module-init-tools
Requires:       parted
Requires:       python-mako
Requires:       squashfs-tools >= 4.2
Requires:       util-linux
Requires:       xz
Suggests:       yum
Requires:       pykickstart

%ifarch %{ix86} x86_64
Requires:       syslinux >= 4.02-5
%endif

%description
Lorax is a tool for creating the anaconda install images.

It also includes livemedia-creator which is used to create bootable livemedia,
including live isos and disk images. It can use libvirtd for the install, or
Anaconda's image install feature.

%prep
%setup -q
%apply_patches

%build

%install
%makeinstall_std

%files
%doc COPYING AUTHORS README.livemedia-creator
%{python_sitelib}/pylorax
%{python_sitelib}/*.egg-info
%{_sbindir}/lorax
%{_sbindir}/mkefiboot
%{_sbindir}/livemedia-creator
%dir %{_sysconfdir}/lorax
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
%dir %{_datadir}/lorax
%{_datadir}/lorax/*


%changelog
* Wed Mar 25 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 18.12-10
+ Revision: bb54254
- Allowing to run mkefiboot without installing yum



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23327 |14mu|lpc10-1.5-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name}_ %{major}
%define devname %mklibname %{name} -d

Summary:	LPC-10 2400 bps Voice Coder
Name:		lpc10
Version:	1.5
Release:	18
License:	Distributable
Group:		Sound
Url:		http://www.arl.wustl.edu/~jaf/lpc/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		%{name}-shared.patch
BuildRequires:	libtool

%description
LPC-10 2400 bps Voice Coder library and tools.

%files
%doc FAQ README README-1.0 README.lpc10 README.tools
%attr(0755,root,root) %{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The shared LPC-10 2400 bps Voice Coder Library
Group:		System/Libraries
Conflicts:	%{_lib}lpc10_1 < 1.5-18
Obsoletes:	%{_lib}lpc10_1 < 1.5-18

%description -n %{libname}
LPC-10 2400 bps Voice Coder library and tools.

%files -n %{libname}
%{_libdir}/liblpc10.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	LPC-10 2400 bps Voice Coder development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
LPC-10 2400 bps Voice Coder headers and static library.

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
make -C \
    lpc55-C \
    CC="gcc %{?ldflags}" \
    LIBDIR="%{_libdir}" \
    OPT="%{optflags} -fPIC"

%install
make -C lpc55-C \
    DESTDIR=%{buildroot} \
    LIBDIR="%{_libdir}" \
    install

cp -f lpc55-C/README README.tools
cp -f lpc55-C/lpc10/README README.lpc10


%changelog
* Tue Dec 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5-18
+ Revision: ec271ff
- Fix library major, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23328 |14mu|lsb-release-2.0-49
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Linux Standard Base tools
Name:		lsb-release
Version:	2.0
Release:	49
License:	GPLv2+
Group:		System/Base
Url:		http://bzr.linuxfoundation.org/loggerhead/lsb/devel/si/files/head:/lsb_release/
Source0:	lsb-release-%{version}.tar.bz2
Patch0:		lsb-release-%{version}-no-support.patch
BuildRequires:	util-linux

%description
LSB version query program.

This program forms part of the required functionality of the LSB (Linux
Standard Base) specification.

The program queries the installed state of the distribution to display
certain properties such as the version of the LSB against which the
distribution claims compliance as well. It can also attempt to display
the name and release of the distribution along with an identifier of
who produces the distribution.

%files
%doc README
/bin/lsb_release
%{_bindir}/lsb_release
%{_mandir}/man1/lsb_release.1*
%dir %{_sysconfdir}/%{name}.d

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .no-support

%build
make

%install
make prefix=%{buildroot} mandir=%{buildroot}%{_mandir} install 
mkdir -p %{buildroot}%{_sysconfdir}/%{name}.d

mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
ln -sf /bin/lsb_release lsb_release
popd


%changelog
* Wed Mar 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-49
+ Revision: 56a3467
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23329 |14mu|lskat-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lskat
Version:	4.14.3
Release:	1
Epoch:		1
Summary:	Lieutnant skat
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/lskat/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel
Requires:	libkdegames-common

%description
Lieutnant Skat (from German "Offiziersskat") is a fun and engaging card game
for two players, where the second player is either live opponent, or a built
in artificial intelligence.

%files
%{_kde_bindir}/lskat
%{_kde_applicationsdir}/lskat.desktop
%{_kde_appsdir}/lskat
%{_kde_docdir}/*/*/lskat
%{_kde_iconsdir}/hicolor/*/apps/lskat.png

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 4ce6c8d
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23330 |14mu|lua-lpeg-0.12.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define luaver 5.2
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}
%define oname lpeg

Summary:	Parsing Expression Grammars for Lua
Name:		lua-lpeg
Version:	0.12.2
Release:	1
License:	MIT
Group:		Development/Other
Url:		http://www.inf.puc-rio.br/~roberto/lpeg/
Source0:	http://www.inf.puc-rio.br/~roberto/lpeg/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(lua) >= %{luaver}
Requires:	lua >= %{luaver}

%description
LPeg is a new pattern-matching library for Lua, based on Parsing Expression
Grammars (PEGs).

%files
%doc lpeg.html re.html
%{lualibdir}/lpeg.so
%{luapkgdir}/re.lua

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%make \
	COPT="%{optflags}" \
	LUADIR="%{_includedir}"

%install
mkdir -p %{buildroot}%{lualibdir}
mkdir -p %{buildroot}%{luapkgdir}
install -m 0755 lpeg.so %{buildroot}%{lualibdir}/lpeg.so
install -m 0644 re.lua %{buildroot}%{luapkgdir}/re.lua

%changelog

* Tue Sep 22 2015 Rosa <rosa@abf.rosalinux.ru> 0.12.2-1
- (6d9be0e) Automatic import for version 0.12.2-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23331 |14mu|lua-lunit-0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define luaver 5.2
%define luapkgdir %{_datadir}/lua/%{luaver}

Name:           lua-lunit
Version:        0.5
Release:        1
Summary:        Unit testing framework for Lua

Group:          Development/Other
License:        MIT
URL:            http://nessie.de/mroth/lunit/index.html
Source0:        http://nessie.de/mroth/lunit/lunit-%{version}.tar.gz

# for running tests
BuildRequires:  lua >= %{luaver}
Requires:       lua >= %{luaver}

BuildArch:      noarch

%description
Lunit is a unit testing framework for lua, written in lua.

Lunit provides 26 assert functions, and a few misc functions for usage
in an easy unit testing framework.

Lunit comes with a test suite to test itself. The testsuite consists
of approximately 710 assertions.


%prep
%setup -q -n lunit-%{version}


%build
#Nothing to do

%install
mkdir -p %{buildroot}%{_bindir}
cp -p lunit %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{luapkgdir}
cp -pr lunit{,-console}.lua %{buildroot}%{luapkgdir}


%check
./lunit lunit-tests.lua | tee testlog.txt
grep -q "0 failed, 0 errors" testlog.txt

%files
%doc LICENSE ANNOUNCE CHANGES DOCUMENTATION README* example.lua
%{_bindir}/lunit
%{luapkgdir}/*


%changelog

* Fri Sep 23 2016 Denis Silakov <dsilakov@gmail.com> 0.5-1
- (72fb4c4) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23332 |14mu|lua-posix-33.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{!?luaver: %global luaver %(lua -e "print(string.sub(_VERSION, 5))")}
%global lualibdir %{_libdir}/lua/%{luaver}
%global luapkgdir %{_datadir}/lua/%{luaver}

Name:           lua-posix
Version:        33.3.1
Release:        2
Summary:        A POSIX library for Lua
Group:          Development/Other
License:        Public Domain
URL:            http://luaforge.net/projects/luaposix/
Source0:        https://github.com/luaposix/luaposix/archive/release-v%{version}.tar.gz
BuildRequires:  lua-devel
BuildRequires:  ncurses-devel
BuildRequires:	lua-lunit
Requires:       lua >= 5.2

%description
This is a POSIX library for Lua which provides access to many POSIX features
to Lua programs.

%prep
%setup -q -n luaposix-release-v%{version}


%build
%configure2_5x --libdir=%{lualibdir} --datadir=/%{luapkgdir}
%make V=1


%install
%make_install

%ifarch x86_64
#Workaround install issue
mkdir -p %{buildroot}%{lualibdir}
mv %{buildroot}%{_prefix}/lib/lua/%{luaver}/* %{buildroot}%{lualibdir}
rm -frv %{buildroot}%{_prefix}/lib/lua
%endif

%check
%make V=1 check

%files
%doc AUTHORS ChangeLog COPYING NEWS README
%{_defaultdocdir}/luaposix/
%{lualibdir}/*
%{luapkgdir}/*.lua
%{luapkgdir}/posix/

%changelog

* Fri Sep 23 2016 Denis Silakov <dsilakov@gmail.com> 33.3.1-2
- (3496310) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23333 |14mu|lxc-1.1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname lxc %{major}
%define develname %mklibname lxc -d
%define debugcflags	%nil
%define	debug_package	%nil

%define luaver 5.2
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}

%bcond_without	lua
%bcond_without	python3

Name:		lxc
Version:	1.1.5
Release:	1
Summary:	Linux Containers
URL:		http://lxc.sourceforge.net
Source0:	https://linuxcontainers.org/downloads/%{name}-%{version}.tar.gz
Group:		System/Kernel and hardware
License:	LGPLv2
Epoch:		1
Patch1:		rosa-template.patch
Patch2:		rosa-template-make.patch
Patch3:		python-api-build.patch
BuildRequires:	docbook-utils
BuildRequires:	kernel-headers
BuildRequires:	cap-devel
Buildrequires:	docbook2x

Buildrequires:	libsystemd-daemon-devel
Buildrequires:	doxygen
Buildrequires:	selinux-devel
Buildrequires:	seccomp-devel
Buildrequires:	cgmanager-devel

%if %{with lua}
Buildrequires:	lua-devel
%endif
%if %{with python3}
Buildrequires:	python3-devel
Requires:	python3
Requires:	python3-lxc
%endif
# needed for lxc-busybox
Suggests:	busybox
# needed for lxc-debian
Suggests:	dpkg
# needed for lxc-debian, lxc-ubuntu:
Suggests:	debootstrap rsync
# needed for lxc-sshd
Requires:	openssh-server
# bridge
Requires:	bridge-utils

Conflicts:	lxc-doc < 0.7.5
Obsoletes:	lxc-doc < 0.7.5

%description
The package "%{name}" provides the command lines to create and manage
containers.  It contains a full featured container with the isolation
/ virtualization of the pids, the ipc, the utsname, the mount points,
/proc, /sys, the network and it takes into account the control groups.
It is very light, flexible, and provides a set of tools around the
container like the monitoring with asynchronous events notification,
or the freeze of the container. This package is useful to create
Virtual Private Server, or to run isolated applications like bash or
sshd.

%package -n	%{libname}
Summary:	Library for LXC
Group:		System/Libraries

%description -n %{libname}
Library for the Linux Kernel Containers.

%package -n	%{develname}
Summary:	Development files for LXC
Group:		Development/C

%description -n %{develname}
Developement files for the Linux Kernel Containers.

%if %{with lua}
%package        -n lua-%{name}
Summary:        Lua binding for %{name}
Group:          System/Libraries
Requires:       lua-filesystem

%description    -n lua-%{name}
Linux Resource Containers provide process and resource isolation without the
overhead of full virtualization.

The lua-%{name} package contains the Lua binding for %{name}.
%endif

%if %{with python3}
%package        -n python3-%{name}
Summary:        Python binding for %{name}
Group:          System/Libraries

%description    -n python3-%{name}
Linux Resource Containers provide process and resource isolation without the
overhead of full virtualization.

The python3-%{name} package contains the Python3 binding for %{name}.
%endif

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
export LDFLAGS="$LDFLAGS -llua"
%configure2_5x  F77=no \
		--disable-apparmor \
		--with-distro=mandriva \
		--with-init-script=systemd \
		--enable-doc \
		--enable-api-docs \
		--enable-selinux \
		--enable-seccomp \
		--enable-capabilities \
		--enable-cgmanager \
		--enable-examples \
		--enable-bash \
		--with-systemdsystemunitdir=%{_unitdir} \
%if %{with lua}
		--enable-lua \
%else
		--disable-lua \
%endif
%if %{with python3}
		--enable-python \
%else
		--disable-python \
%endif

# remove rpath ( rpmlint error )
#sed -i '/AM_LDFLAGS = -Wl,-E -Wl,-rpath -Wl,$(libdir)/d' src/lxc/Makefile.in
%make

%install
%makeinstall_std templatesdir=%{_datadir}/lxc/templates READMEdir=%{_libexecdir}/lxc/rootfs

mkdir -p %{buildroot}/var/lib/%{name}

rm -f %{buildroot}%{_datadir}/%{name}/%{name}-patch.py*

# These doc files are empty:
rm -f %{buildroot}%{_docdir}/%{name}/{NEWS,ChangeLog}

%files
%doc README MAINTAINERS AUTHORS CONTRIBUTING COPYING
%{_datadir}/%{name}/config/common.conf.d/README
%{_datadir}/%{name}/config/common.seccomp
%{_datadir}/%{name}/selinux/lxc.if
%{_datadir}/%{name}/selinux/lxc.te
%{_sysconfdir}/lxc/default.conf
%{_sysconfdir}/default/lxc
%{_sysconfdir}/bash_completion.d/lxc
%{_bindir}/lxc-*
%{_datadir}/%{name}/%{name}.functions
%{_datadir}/%{name}/config/*.conf
%{_datadir}/lxc/hooks/*
%{_datadir}/lxc/templates/*
%{_libexecdir}/lxc/rootfs/README
%{_libexecdir}/lxc/lxc-*
%{_localstatedir}/lib/%{name}
%{_mandir}/ja/man*/%{name}*
%{_mandir}/man*/%{name}*
%{_sbindir}/init.lxc
%{_unitdir}/*

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}.so.%{major}.*

%files -n %{develname}
%doc COPYING
%{_includedir}/%{name}/*.h
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

%if %{with lua}
%files -n lua-%{name}
%{lualibdir}/%{name}
%{luapkgdir}/%{name}.lua
%endif

%if %{with python3}
%files -n python3-%{name}
%{python3_sitearch}/*
%endif

%changelog

* Sat Jan 30 2016 Denis Silakov <dsilakov@gmail.com> 1:1.1.5-1
- (ca15ebb) Updated to 1.1.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23334 |14mu|lynx-2.8.9-1.dev11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define devrel 11

Summary:	Text based browser for the world wide web
Name:		lynx
Version:	2.8.9
Release:	1.dev%{devrel}
License:	GPLv2+
Group:		Networking/WWW
Url:		http://lynx.isc.org
Source0:	http://invisible-mirror.net/archives/lynx/tarballs/%{name}%{version}dev.%{devrel}.tar.bz2
Patch0:		lynx2-8-7-adapt-to-modern-file-localizations.patch
Patch1:		lynx2-8-9-default-config.patch
Patch2:		lynx2-8-6-fix-ugly-color.patch
Patch10:	lynx2-8-7-tmp_dir.patch
Patch11:	lynx2-8-6-don-t-accept-command-line-args-to-telnet.patch
BuildRequires:	gettext
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Provides:	webclient

%description
This a terminal based WWW browser. While it does not make any attempt
at displaying graphics, it has good support for HTML text formatting,
forms, and tables.

This version includes support for SSL encryption.

WARNING: In some countries, it is illegal to export this package. In some
countries, it may even be illegal to use it.

%files -f lynx.lang
%doc README
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
%config(noreplace) %{_sysconfdir}/lynx.cfg
%config(noreplace) %{_sysconfdir}/lynx.lss
%{_mandir}/*/*
%{_bindir}/*
%{_datadir}/lynx_help

#----------------------------------------------------------------------------

%prep
%setup  -qn %{name}%{version}dev.%{devrel}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch10 -p1
%patch11 -p1
perl -pi -e 's,^#LOCALE_CHARSET:.*,LOCALE_CHARSET:TRUE,' lynx.cfg

%build
debian_options=`cat << DEBIAN
	--enable-warnings
	--enable-8bit-toupper
	--enable-externs
	--enable-cgi-links
	--enable-persistent-cookies --enable-nls
	--enable-prettysrc --enable-source-cache
	--enable-charset-choice
	--enable-default-colors
	--enable-ipv6
	--enable-nested-tables --enable-read-eta
	--with-zlib
DEBIAN`
# removed --enable-exec-links --enable-exec-scripts,
# it goes together with LOCAL_EXECUTION_LINKS_* in lynx.cfg

redhat_options=`cat << REDHAT
	--with-screen=ncursesw 
	--enable-internal-links
	--enable-libjs
	--enable-scrollbar
	--enable-file-upload
	--enable-locale-charset
	--with-ssl
	--enable-addrlist-page
	--enable-justify-elts
REDHAT`

other_options=`cat << OTHER
	--enable-color-style
	--enable-nsl-fork
OTHER`

# (cf INSTALLATION file for more about the options)
# --with-included-gettext  is the default
# --enable-kbd-layout not useful enough
# --enable-cjk not needed for CJK and may go away in a future release

%configure --libdir=/usr/share/lynx $debian_options $redhat_options $other_options
%make

%install
%makeinstall_std install-help

install -d %{buildroot}%{_sysconfdir}
cat >%{buildroot}%{_sysconfdir}/lynx-site.cfg <<EOF
# Place any local lynx configuration options (proxies etc.) here.
EOF

%find_lang lynx

%changelog

* Tue Feb 21 2017 Denis Silakov <denis.silakov@rosalab.ru> 2.8.9-1.dev11
- (b0e7579) Updated to 2.8.9dev11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23335 |14mu|lyx-2.0.5.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A word processor for the Desktop Environment
Name:		lyx
Version:	2.0.5.1
Release:	7
License:	GPLv2+
Group:		Office
Url:		http://www.lyx.org/
Source0:	ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/%name-%version.tar.xz
# use xdg-open instead of hard coded applications to open files
# sent to upstream developers by fhimpe on 4 Jun 2009
Patch0:		lyx-2.0.1-xdg_open.patch
BuildRequires:	gettext
BuildRequires:	ghostscript
BuildRequires:	groff-for-man
BuildRequires:	imagemagick
BuildRequires:	sgml-tools
BuildRequires:	tetex-dvips
BuildRequires:	tetex-latex
BuildRequires:	texinfo
BuildRequires:	boost-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(xpm)
Requires:	texlive
Requires:	texlive-scheme-full
Requires:	fonts-ttf-latex
Requires:	xdg-utils

%description
LyX is a modern approach of writing documents with a computer which breaks
with the tradition of the obsolete typewriter concept. It is designed for
people who want a professional output with a minimum of time effort, without
becoming specialists in typesetting. Compared to common word processors LyX
will increase the productivity a lot, since most of the typesetting will be
done by the computer, not the author. With LyX the author can concentrate on
the contents of his writing, since the computer will take care of the look.

%files -f %{name}.lang
%doc README ANNOUNCE
%{_bindir}/%{name}
%{_bindir}/lyxclient
%{_bindir}/tex2lyx
%{_datadir}/applications/lyx.desktop
%{_datadir}/texmf/tex/latex/lyx
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_mandir}/man1/*

%post
## Fix the TeX file hash
texhash
## Before configuring lyx for the local system
## PATH needs to be imported
if [ -f /etc/profile ]; then
    . /etc/profile
fi
## Now configure LyX
cd %{_datadir}/lyx
./configure.py > /dev/null

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .xdg-open
autoreconf -fi -Iconfig

%build
export PATH=$PATH:/usr/lib/qt4/bin/
%configure2_5x \
	--with-frontend=qt4 \
	--disable-rpath \
	--without-included-boost \
	--enable-optimization="%{optflags}" \
	--with-enchant \
	--with-hunspell \
	--disable-silent-rules
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/lyx.desktop << EOF
[Desktop Entry]
Name=LyX
Comment=TeX document processor - especially good at scientific documents
Comment[ru]=Научный текстовый редактор и процессор документов, основанный TeX
Exec=%{_bindir}/lyx
Icon=lyx
Terminal=false
Type=Application
Categories=Qt;Office;WordProcessor;X-MandrivaLinux-CrossDesktop;
MimeType=application/x-lyx;
EOF

## icons
mkdir -p %{buildroot}/%{_liconsdir}
convert -size 48x48 development/Win32/packaging/icons/lyx_32x32.png %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
cp development/Win32/packaging/icons/lyx_32x32.png %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert -size 16x16 development/Win32/packaging/icons/lyx_32x32.png %{buildroot}/%{_miconsdir}/%{name}.png

## Set up the lyx-specific class files where TeX can see then
TEXMF=%{_datadir}/texmf
mkdir -p %{buildroot}${TEXMF}/tex/latex
cp -r %{buildroot}%{_datadir}/lyx/tex %{buildroot}${TEXMF}/tex/latex/lyx
chmod +x %{buildroot}%{_datadir}/lyx/configure.py
rm -f %{buildroot}%{_bindir}/listerrors

%find_lang %{name}

find %{buildroot}%{_datadir}/%{name} -type f | sed -e "s@%{buildroot}@@g" \
	-e "s@%{_datadir}/%{name}/doc/\(..\)_@%lang(\1) %{_datadir}/%{name}/doc/\1_@g" \
	-e "s@\(%{_datadir}/%{name}/configure.py\)\$@%attr(755,root,root) \1@g" \
	-e "s@\(%{_datadir}/%{name}/scripts/\)@%attr(755,root,root) \1@g" \
	-e "s@\(%{_datadir}/%{name}/lyx2lyx/\)@%attr(755,root,root) \1@g" \
	>> %{name}.lang
find %{buildroot}%{_datadir}/%{name} -type d | sed -e "s@%{buildroot}@%dir @g" >> %{name}.lang



%changelog

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 2.0.5.1-7
- (2da44ce) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23336 |14mu|lz4-r131-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define api 4
%define libname %mklibname lz %{api} %{major}
%define devname %mklibname %{name} -d
%define sdevname %mklibname %{name} -d -s

Summary:	Extremely fast compression algorithm
Name:		lz4
Version:	r131
Release:	2
License:	GPLv2+ and BSD
Group:		Archiving/Compression
Url:		http://www.lz4.org/
Source0:	https://github.com/Cyan4973/%{name}/archive/%{name}-%{version}.tar.gz

%description
LZ4 is an extremely fast loss-less compression algorithm, providing compression
speed at 400 MB/s per core, scalable with multi-core CPU. It also features
an extremely fast decoder, with speed in multiple GB/s per core, typically
reaching RAM speed limits on multi-core systems.

%files
%doc NEWS
%{_bindir}/lz4
%{_bindir}/lz4c
%{_bindir}/lz4cat
%{_bindir}/unlz4
%{_mandir}/man1/*lz4*.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Lz4 library
Group:		Development/C

%description -n %{libname}
This package contains the liblz4 library.

%files -n %{libname}
%{_libdir}/liblz4.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library for lz4
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains the header(.h) and library(.so) files required to build
applications using liblz4 library.

%files -n %{devname}
%doc lib/LICENSE
%{_includedir}/*.h
%{_libdir}/liblz4.so
%{_libdir}/pkgconfig/liblz4.pc

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static development library for lz4
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
This package contains the static library files to statically link against the
liblz4 library.

%files -n %{sdevname}
%{_libdir}/liblz4.a

#----------------------------------------------------------------------------

%prep
%setup -q
echo '#!/bin/sh' > ./configure
chmod +x ./configure

for i in $(grep -rl "\-m32");do sed -i 's!-m32!!g' $i;done

%build
%global optflags %{optflags} -Ofast
%setup_compile_flags
%make all lz4programs VERBOSE=1

%install
%makeinstall_std PREFIX=%{_prefix} LIBDIR=%{_libdir}


%changelog

* Tue Oct 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> r131-2
- (c22a8dc) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23337 |14mu|lzip-1.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lossless file compressor based on the LZMA algorithm
Name:		lzip
Version:	1.17
Release:	1
License:	GPLv3+
Group:		Archiving/Compression
Url:		http://www.nongnu.org/lzip/lzip.html
Source0:	http://nongnu.askapache.com/lzip/%{name}-%{version}.tar.gz
Source1:	http://nongnu.askapache.com/lzip/%{name}-%{version}.tar.gz.sig

%description
Lzip is a lossless file compressor based on the LZMA (Lempel-Ziv-Markov
chain-Algorithm) algorithm. The high compression of LZMA comes from
combining two basic, well-proven compression ideas: sliding dictionaries
(i.e. LZ77/78), and markov models (i.e. the thing used by every
compression algorithm that uses a range encoder or similar order-0
entropy coder as its last stage) with segregation of contexts according
to what the bits are used for.

Lzip is not a replacement for gzip or bzip2, but a complement; which
one is best to use depends on user's needs. Gzip is the fastest and most
widely used. Bzip2 compresses better than gzip but is slower, both
compressing and decompressing. Lzip decompresses almost as fast as gzip
and compresses better than bzip2, but requires more memory and time
during compression. These features make lzip well suited for software
distribution and data archival.

%files
%doc AUTHORS COPYING NEWS README ChangeLog
%{_bindir}/%{name}
%{_infodir}/%{name}.info*
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
    CXXFLAGS="%{optflags}" \
    LDFLAGS="%{ldflags}"
%make

%install
%makeinstall_std



%changelog

* Sat Apr 09 2016 dsilakov <denis.silakov@rosalab.ru> 1.17-1
- (de5afe0) Merge pull request #1 from alzim/lzip:rosa2014.1
- (de5afe0) Updated to 1.17



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23338 |14mu|make-4.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GNU tool which simplifies the build process for users
Name:		make
Epoch:		1
Version:	4.2.1
Release:	3
License:	GPLv2+
Group:		Development/Tools
Url:		http://www.gnu.org/directory/GNU/make.html
Source0:	ftp://ftp.gnu.org/pub/gnu/make/%{name}-%{version}.tar.bz2
Patch1:		make-3.82-noclock_gettime.patch
Patch2:		make-4.0-build-with-frozen-time.patch
# Upstream: https://savannah.gnu.org/bugs/?30748
Patch6:		make-3.82-weird-shell.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(guile-2.0)

%description
A GNU tool for controlling the generation of executables and other
non-source files of a program from the program's source files.  Make
allows users to build and install packages without any significant
knowledge about the details of the build process.  The details about how
the program should be built are provided for make in the program's
makefile.

The GNU make tool should be installed on your system because it is
commonly used to simplify the process of installing programs.

%files -f %{name}.lang
%doc ABOUT-NLS AUTHORS ChangeLog README README.customs SCOPTIONS NEWS
%doc glob/COPYING.LIB glob/ChangeLog
%{_bindir}/make
%{_bindir}/gmake
%{_mandir}/man1/make.1*
%{_infodir}/make.info*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# This test always fails
rm -f tests/scripts/features/output-sync

%build
%configure2_5x \
	--with-guile
%make

%install
%makeinstall_std

ln -sf make %{buildroot}%{_bindir}/gmake

# We probably don't need this
rm -rf %{buildroot}%{_includedir}

%find_lang %{name}

%check
# all tests must pass
make check

%changelog

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.2.1-3
- (cf2a472) MassBuild#1230: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23339 |14mu|mandriva-doc-2010.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distrib_name Mandriva Linux
%define group Books/Computer books
%define libdrakx %{_prefix}/lib/libDrakX
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

Name:		mandriva-doc
Summary:	%distrib_name documentation
Version:	2010.1
Release:	2

License:	Open Publication License
Group:		%group
Url:		http://wiki.mandriva.com/en/Development/Tasks/Documentation

Source0:	%{name}.tar.bz2
Source1:	%{name}-%{version}.tar.bz2

BuildArch:	noarch
BuildRequires:  wget
BuildRequires:  locales-en
BuildRequires:  locales-fr
BuildRequires:  locales-pt
BuildRequires:  locales-it
BuildRequires:  locales-de
BuildRequires:  locales-es


%define LANGS en fr pt_br it de es

%description
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the menus.


%package Mastering-Manual-en
Summary:        The %distrib_name manuals in English
Group:          %group
Requires:       locales-en
Requires:       mandriva-doc-common >= %{version}-%{release}

%description Mastering-Manual-en
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.

%package Drakxtools-Guide-en
Summary:        The %distrib_name manuals in English
Group:          %group
Requires:       locales-en
Requires:       mandriva-doc-common >= %{version}-%{release}

%description Drakxtools-Guide-en
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.

%package Introducing-en
Summary:        The %distrib_name manuals in English
Group:          %group
Requires:       locales-en
Requires:       mandriva-doc-common >= %{version}-%{release}

%description Introducing-en
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.

%package Mastering-Manual-fr
Summary:        The %distrib_name manuals in French
Group:          %group
Requires:       locales-fr
Requires:       mandriva-doc-common >= %{version}-%{release}

%description Mastering-Manual-fr
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.

%package Drakxtools-Guide-fr
Summary:        The %distrib_name manuals in French
Group:          %group
Requires:       locales-fr
Requires:       mandriva-doc-common >= %{version}-%{release}

%description Drakxtools-Guide-fr
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.

%package Introducing-fr
Summary:        The %distrib_name manuals in French
Group:          %group
Requires:       locales-fr
Requires:       mandriva-doc-common >= %{version}-%{release}

%description Introducing-fr
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.

%package Drakxtools-Guide-pt_br
Summary:        The %distrib_name manuals in Brazilian Portuguese
Group:          %group
Requires:       locales-pt
Requires:       mandriva-doc-common >= %{version}-%{release}

%description Drakxtools-Guide-pt_br
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.

%package Introducing-pt_br
Summary:        The %distrib_name manuals in Brazilian Portuguese
Group:          %group
Requires:       locales-pt
Requires:       mandriva-doc-common >= %{version}-%{release}

%description Introducing-pt_br
This package contains some useful documentation for %distrib_name systems.
This documentation is directly accessible through the main menu.


%package common
Summary:	Common data for all %distrib_name specific documentation
Group:		%group

%description common

This package contains common icons and images for all %distrib_name
specific documentation, plus the index file matching Help IDs to HTML
help pages.

%package installer-help
Summary:	DrakX Installer help in all available languages for %distrib_name
Group:		%group

%description installer-help

This package contains the HTML files used as inline help during the
installation procedure of %distrib_name


%prep

%setup -q -c %{name}-%{version} -a 1


%install
rm -fr %{buildroot}


install -d -m 0755 %{buildroot}/%{_menudir}
DESTDIR=%{buildroot}/%{_docdir}

#install the books themselves and menu entries

install -d -m 0755 $DESTDIR/mandriva/images/


# build menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}-Mastering-Manual-en.desktop << EOF
[Desktop Entry]
Name=%distrib_name Starter Guide in English
Comment=The %distrib_name manuals in English
Exec=%{_bindir}/www-browser %{_docdir}/mandriva/en/Mastering-Manual/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/en/
install -d -m 0755 $DESTDIR/mandriva/en/Mastering-Manual/
mv publications/en/Mastering-Manual.html $DESTDIR/mandriva/en/Mastering-Manual/Mastering-Manual.html

#install the DrakX Inline HTML Help
install -d -m 0755 $DESTDIR/installer-help/en/
for f in publications/en/DrakX-Help.html/*.html; do
i=$(basename $f | sed -e "s/drakxid-//; s/drakx-//")
mv $f %{buildroot}/%{_docdir}/installer-help/en/$i
done
ln -s ../images  %{buildroot}/%{_docdir}/installer-help/en/images
# build menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}-Drakxtools-Guide-en.desktop << EOF
[Desktop Entry]
Name=%distrib_name DrakXTools User Manual in English
Comment=The %distrib_name manuals in English
Exec=%{_bindir}/www-browser %{_docdir}/mandriva/en/Drakxtools-Guide/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/en/
install -d -m 0755 $DESTDIR/mandriva/en/Drakxtools-Guide/
mv publications/en/Drakxtools-Guide.html $DESTDIR/mandriva/en/Drakxtools-Guide/Drakxtools-Guide.html

# build menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}-Introducing-en.desktop << EOF
[Desktop Entry]
Name=%distrib_name Quick Startup Guide in English
Comment=The %distrib_name manuals in English
Exec=%{_bindir}/www-browser %{_docdir}/mandriva/en/Introducing/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/en/
install -d -m 0755 $DESTDIR/mandriva/en/Introducing/
mv publications/en/Introducing.html $DESTDIR/mandriva/en/Introducing/Introducing.html

# build menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}-Mastering-Manual-fr.desktop << EOF
[Desktop Entry]
Name=%distrib_name Starter Guide in French
Comment=The %distrib_name manuals in French
Exec=%{_bindir}/www-browser %{_docdir}/mandriva/fr/Mastering-Manual/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/fr/
install -d -m 0755 $DESTDIR/mandriva/fr/Mastering-Manual/
mv publications/fr/Mastering-Manual.html $DESTDIR/mandriva/fr/Mastering-Manual/Mastering-Manual.html

#install the DrakX Inline HTML Help
install -d -m 0755 $DESTDIR/installer-help/fr/
for f in publications/fr/DrakX-Help.html/*.html; do
i=$(basename $f | sed -e "s/drakxid-//; s/drakx-//")
mv $f %{buildroot}/%{_docdir}/installer-help/fr/$i
done
ln -s ../images  %{buildroot}/%{_docdir}/installer-help/fr/images
# build menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}-Drakxtools-Guide-fr.desktop << EOF
[Desktop Entry]
Name=%distrib_name DrakXTools User Manual in French
Comment=The %distrib_name manuals in French
Exec=%{_bindir}/www-browser %{_docdir}/mandriva/fr/Drakxtools-Guide/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/fr/
install -d -m 0755 $DESTDIR/mandriva/fr/Drakxtools-Guide/
mv publications/fr/Drakxtools-Guide.html $DESTDIR/mandriva/fr/Drakxtools-Guide/Drakxtools-Guide.html

# build menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}-Introducing-fr.desktop << EOF
[Desktop Entry]
Name=%distrib_name Quick Startup Guide in French
Comment=The %distrib_name manuals in French
Exec=%{_bindir}/www-browser %{_docdir}/mandriva/fr/Introducing/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/fr/
install -d -m 0755 $DESTDIR/mandriva/fr/Introducing/
mv publications/fr/Introducing.html $DESTDIR/mandriva/fr/Introducing/Introducing.html

#install the DrakX Inline HTML Help
install -d -m 0755 $DESTDIR/installer-help/pt_br/
for f in publications/pt_br/DrakX-Help.html/*.html; do
i=$(basename $f | sed -e "s/drakxid-//; s/drakx-//")
mv $f %{buildroot}/%{_docdir}/installer-help/pt_br/$i
done
ln -s ../images  %{buildroot}/%{_docdir}/installer-help/pt_br/images
# build menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}-Drakxtools-Guide-pt_br.desktop << EOF
[Desktop Entry]
Name=%distrib_name DrakXTools User Manual in Brazilian Portuguese
Comment=The %distrib_name manuals in Brazilian Portuguese
Exec=%{_bindir}/www-browser %{_docdir}/mandriva/pt_br/Drakxtools-Guide/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/pt_br/
install -d -m 0755 $DESTDIR/mandriva/pt_br/Drakxtools-Guide/
mv publications/pt_br/Drakxtools-Guide.html $DESTDIR/mandriva/pt_br/Drakxtools-Guide/Drakxtools-Guide.html

# build menu entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}-Introducing-pt_br.desktop << EOF
[Desktop Entry]
Name=%distrib_name Quick Startup Guide in Brazilian Portuguese
Comment=The %distrib_name manuals in Brazilian Portuguese
Exec=%{_bindir}/www-browser %{_docdir}/mandriva/pt_br/Introducing/index.html
Icon=documentation_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Documentation;
EOF

# install manuals
install -d -m 0755 $DESTDIR/mandriva/pt_br/
install -d -m 0755 $DESTDIR/mandriva/pt_br/Introducing/
mv publications/pt_br/Introducing.html $DESTDIR/mandriva/pt_br/Introducing/Introducing.html

#install the DrakX Inline HTML Help
install -d -m 0755 $DESTDIR/installer-help/it/
for f in publications/it/DrakX-Help.html/*.html; do
i=$(basename $f | sed -e "s/drakxid-//; s/drakx-//")
mv $f %{buildroot}/%{_docdir}/installer-help/it/$i
done
ln -s ../images  %{buildroot}/%{_docdir}/installer-help/it/images
#install the DrakX Inline HTML Help
install -d -m 0755 $DESTDIR/installer-help/de/
for f in publications/de/DrakX-Help.html/*.html; do
i=$(basename $f | sed -e "s/drakxid-//; s/drakx-//")
mv $f %{buildroot}/%{_docdir}/installer-help/de/$i
done
ln -s ../images  %{buildroot}/%{_docdir}/installer-help/de/images
#install the DrakX Inline HTML Help
install -d -m 0755 $DESTDIR/installer-help/es/
for f in publications/es/DrakX-Help.html/*.html; do
i=$(basename $f | sed -e "s/drakxid-//; s/drakx-//")
mv $f %{buildroot}/%{_docdir}/installer-help/es/$i
done
ln -s ../images  %{buildroot}/%{_docdir}/installer-help/es/images
mv %{buildroot}/%{_docdir}/installer-help/en/* %{buildroot}/%{_docdir}/installer-help/
rm -f %{buildroot}/%{_docdir}/installer-help/images
mv publications/en/DrakX-Help.html/images %{buildroot}/%{_docdir}/installer-help/
rm -rf %{buildroot}/%{_docdir}/installer-help/en
ln -s . %{buildroot}/%{_docdir}/installer-help/en
sed -i -e 's!drakxid-!!g; s!drakx-!!g' %{buildroot}/%{_docdir}/installer-help/*.html %{buildroot}/%{_docdir}/installer-help/*/*.html


# build HTML index file
cat > $DESTDIR/mandriva/en/Mastering-Manual/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Mastering-Manual.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Mastering-Manual.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF
# build HTML index file
cat > $DESTDIR/mandriva/en/Drakxtools-Guide/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Drakxtools-Guide.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Drakxtools-Guide.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF
# build HTML index file
cat > $DESTDIR/mandriva/en/Introducing/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Introducing.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Introducing.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF
# build HTML index file
cat > $DESTDIR/mandriva/fr/Mastering-Manual/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Mastering-Manual.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Mastering-Manual.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF
# build HTML index file
cat > $DESTDIR/mandriva/fr/Drakxtools-Guide/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Drakxtools-Guide.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Drakxtools-Guide.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF
# build HTML index file
cat > $DESTDIR/mandriva/fr/Introducing/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Introducing.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Introducing.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF
# build HTML index file
cat > $DESTDIR/mandriva/pt_br/Drakxtools-Guide/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Drakxtools-Guide.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Drakxtools-Guide.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF
# build HTML index file
cat > $DESTDIR/mandriva/pt_br/Introducing/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<img src="../../images/MDKlinux.png" border="0">
<br/><br/>
<table style="width: 80%;" >
  <tbody>
    <tr>
    <a href="Introducing.html/index.html">
      <img src="../../images/manuel-face.png" align="center" border="0">
       HTML</a>
    </tr>
<!--
    <tr>
      <a href="Introducing.pdf">
      <img src="../../images/manuel-face.png" align="center" border="0"> 
      PDF</a>
      </tr>
-->
    </tbody>
  </table>
</center>
</body>
</html>
EOF


# install ctxhelp.pm which tells drakhelp which HTML help page
# corresponds to which application help button
install -d -m 0755 %{buildroot}/%{libdrakx}/
install -m 0644 %{name}/ctxhelp.pm %{buildroot}/%{libdrakx}/
install -d -m 0755 %{buildroot}/%{_sbindir}/
install -m 0755 %{name}/drakhelp_inst %{buildroot}/%{_sbindir}/
# install images for index files
for i in mandriva-doc/images/*; do
  install -m 0644 $i %{buildroot}/%{_docdir}/mandriva/images/
done

%files common
%dir %{_docdir}/mandriva/
%{libdrakx}/ctxhelp.pm
%{_sbindir}/drakhelp_inst
%docdir %{_docdir}/mandriva/images/
%dir %{_docdir}/mandriva/images/
%doc %{_docdir}/mandriva/images/*

%files installer-help
%dir %{_docdir}/installer-help/
%docdir %{_docdir}/installer-help/
%doc %{_docdir}/installer-help/*

%files Mastering-Manual-en
%{_datadir}/applications/%{name}-Mastering-Manual-en.desktop
%dir %{_docdir}/mandriva/en/Mastering-Manual
%doc %{_docdir}/mandriva/en/Mastering-Manual/*

%files Drakxtools-Guide-en
%{_datadir}/applications/%{name}-Drakxtools-Guide-en.desktop
%dir %{_docdir}/mandriva/en/Drakxtools-Guide
%doc %{_docdir}/mandriva/en/Drakxtools-Guide/*

%files Introducing-en
%{_datadir}/applications/%{name}-Introducing-en.desktop
%dir %{_docdir}/mandriva/en/Introducing
%doc %{_docdir}/mandriva/en/Introducing/*

%files Mastering-Manual-fr
%{_datadir}/applications/%{name}-Mastering-Manual-fr.desktop
%dir %{_docdir}/mandriva/fr/Mastering-Manual
%doc %{_docdir}/mandriva/fr/Mastering-Manual/*

%files Drakxtools-Guide-fr
%{_datadir}/applications/%{name}-Drakxtools-Guide-fr.desktop
%dir %{_docdir}/mandriva/fr/Drakxtools-Guide
%doc %{_docdir}/mandriva/fr/Drakxtools-Guide/*

%files Introducing-fr
%{_datadir}/applications/%{name}-Introducing-fr.desktop
%dir %{_docdir}/mandriva/fr/Introducing
%doc %{_docdir}/mandriva/fr/Introducing/*

%files Drakxtools-Guide-pt_br
%{_datadir}/applications/%{name}-Drakxtools-Guide-pt_br.desktop
%dir %{_docdir}/mandriva/pt_br/Drakxtools-Guide
%doc %{_docdir}/mandriva/pt_br/Drakxtools-Guide/*

%files Introducing-pt_br
%{_datadir}/applications/%{name}-Introducing-pt_br.desktop
%dir %{_docdir}/mandriva/pt_br/Introducing
%doc %{_docdir}/mandriva/pt_br/Introducing/*

%changelog

* Sun May 08 2016 Denis Silakov <denis.silakov@rosalab.ru> 2010.1-2
- (d890603) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23340 |14mu|mandriva-kde4-config-2014-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Config requires major update anyway so we just use quick hack for now
%define _files_listed_twice_terminate_build 0

%define source_date 20170919
%define kdemajor 4.14

Summary:	ROSA KDE 4 configuration
Name:		mandriva-kde4-config
Version:	2014
Release:	25
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.rosalinux.com
Source0:	%{name}-%{version}.%{source_date}.tar.xz
Source1:	kde4-firstsetup.sh
BuildRequires:	kde4-macros
BuildRequires:	inkscape
BuildRequires:	gdk-pixbuf2.0
BuildArch:	noarch

%description
This package regroups all specific ROSA config file for KDE.
(SimpleWelcome, KWin config etc.)

#--------------------------------------------------------------------

%package common
Group:		Graphical desktop/KDE
Summary:	Common configs used for ROSA theme
Requires(pre):	update-alternatives
Requires:	urw-fonts
Requires:	mandriva-theme-screensaver
Requires:	mandriva-kde-icons

%description common
common configs used for ROSA theme

%post common
update-alternatives --install %{_sysconfdir}/kde4rc kde4-config %{_localstatedir}/lib/mandriva/kde4-profiles/common/upstream-kde4-config 9

%postun common
if [ "$1" = "0" ]; then
    if ! [ -e %{_localstatedir}/lib/mandriva/kde4-profiles/common/upstream-kde4-config ]; then
        update-alternatives --remove kde4-config %{_localstatedir}/lib/mandriva/kde4-profiles/common/upstream-kde4-config
    fi
fi

%files common
%dir %{_localstatedir}/lib/mandriva/
%dir %{_localstatedir}/lib/mandriva/kde4-profiles
%dir %{_localstatedir}/lib/mandriva/kde4-profiles/common
%{_localstatedir}/lib/mandriva/kde4-profiles/common/*
%{_datadir}/kde4/env/*
%{_kde_appsdir}/kdm/themes
%{_kde_iconsdir}/*/*/apps/*
%{_kde_appsdir}/ksplash/Themes/ROSA

#--------------------------------------------------------------------

%package -n Default-kde4-config
Summary:	ROSA KDE configuration
Group:		Graphical desktop/KDE
Provides:	kde4-config-file = %{version}-%{release}
Requires:	mandriva-theme
Requires:	desktop-common-data
Requires(pre):	mandriva-kde4-config-common = %{version}-%{release}
Conflicts:	kdm < 2:4.11.22-8
Obsoletes:	free-kde4-config < %{version}-%{release}
Obsoletes:	one-kde4-config < %{version}-%{release}
Obsoletes:	powerpack-kde4-config < %{version}-%{release}
Obsoletes:	flash-kde4-config < %{version}-%{release}
Requires(pre):	mandriva-kde4-config-common = %{version}-%{release}
Requires(preun): mandriva-kde4-config-common
Requires(post):	perl-MDK-Common

%description -n Default-kde4-config
This package regroups all specific ROSA config file for KDE.

%pre -n Default-kde4-config
if [ "$1" = "2" ]; then
	[ ! -h %{_sysconfdir}/kde4rc ] && rm -f %{_sysconfdir}/kde4rc ]
fi
if [ -d %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/apps/kdesktop/Desktop ]; then
  rm -rf %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/apps/kdesktop/Desktop
fi

%trigger -n Default-kde4-config -- kdebase-kdm4-config-file
    perl -MMDK::Common -e 'update_gnomekderc("%{_kde_configdir}/kdm/kdmrc", "General", "ServerVTs", "-7")' 

%post -n Default-kde4-config
update-alternatives --install %{_sysconfdir}/kde4rc kde4-config %{_localstatedir}/lib/mandriva/kde4-profiles/Default/kde4rc 15

mkdir -p %{_kde_configdir}/kdm
update-alternatives --install \
	%{_kde_configdir}/kdm/kdmrc kdm4-config \
	%{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdm/kdmrc \
	10 \
	--slave \
	%{_kde_configdir}/kdm/backgroundrc \
	kdm4-background-config \
	%{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdm/backgroundrc
# As kdmrc is a config(noreplace), make sure that the poweroff commande is OK.
perl -MMDK::Common -e 'update_gnomekderc("%{_kde_configdir}/kdm/kdmrc", Shutdown, HaltCmd, "/bin/poweroff")'


%postun -n Default-kde4-config
if [ "$1" = "0" ]; then
    if ! [ -e %{_localstatedir}/lib/mandriva/kde4-profiles/Default/kde4rc ]; then
        update-alternatives --remove kde4-config %{_localstatedir}/lib/mandriva/kde4-profiles/Default/kde4rc
    fi

    if ! [ -e %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdmrc ]; then
        update-alternatives --remove kdm4-config %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdmrc
    fi
fi

%triggerpostun -n Default-kde4-config -- mandriva-kdm-config
update-alternatives --install \
    %{_kde_configdir}/kdm/kdmrc kdm4-config \
    %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdm/kdmrc \
    10 \
    --slave \
    %{_kde_configdir}/kdm/backgroundrc \
    kdm4-background-config \
    %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdm/backgroundrc

%files -n Default-kde4-config
%defattr(-, root, root)
%dir %{_localstatedir}/lib/mandriva/kde4-profiles/Default
%{_localstatedir}/lib/mandriva/kde4-profiles/Default/*
%config(noreplace) %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdm/backgroundrc
%config(noreplace) %{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/config/kdm/kdmrc

#--------------------------------------------------------------------

%prep
%setup -q

%build
# Nothing

%install
# Create profile dirs
mkdir -p %{buildroot}/%{_kde_appsdir}/kdm
mkdir -p %{buildroot}/%{_kde_configdir}/kdm
mkdir -p %{buildroot}/%{_localstatedir}/lib/mandriva
mkdir -p %{buildroot}/%{_datadir}/applications/kde4
mkdir -p %{buildroot}%{_kde_appsdir}/ksplash/Themes

for i in 16 32 48 64 128; do
	mkdir -p %{buildroot}%{_iconsdir}/crystalsvg/${i}x${i}/apps ;
	cp kde4-profiles/common/share/icons/crystalsvg/${i}x${i}/apps/home-mdk.png %{buildroot}%{_iconsdir}/crystalsvg/${i}x${i}/apps/home-mdk.png ;
done

mv kde4-profiles %{buildroot}/%{_localstatedir}/lib/mandriva

for name in Default; do
# As we Ksplash, we need to copy the files in /usr
	cp -fr %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/$name/share/config/kdm/themes %{buildroot}/%{_kde_appsdir}/kdm
# We keep this common as we use the same theme for all mdv flavours
	cp -fr %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/$name/share/apps/ksplash/Themes/ROSA %{buildroot}%{_kde_appsdir}/ksplash/Themes
	pushd %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/$name/share/apps/mandriva/pics/
		icondir=%{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/$name/share/icons
		mkdir -p $icondir/oxygen/scalable/places/
		cp mdvbutton.svg $icondir/oxygen/scalable/places/

		for RES in 16 22 32 48 64 128 256; do
			mkdir -p  $icondir/oxygen/${RES}x${RES}/places
			inkscape -z -w ${RES} -h ${RES} -f mdvbutton.svg -e $icondir/oxygen/${RES}x${RES}/places/mdvbutton.png
		done
	popd
    echo "[Directories-default]" > %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/$name/kde4rc
    echo "prefixes=/var/lib/mandriva/kde4-profiles/common,%{_localstatedir}/lib/mandriva/kde4-profiles/$name" >> %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/$name/kde4rc
done

# Upstream
echo "[Directories-default]" > %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/common/upstream-kde4-config
echo "prefixes=%{_kde_prefix}" >> %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/common/upstream-kde4-config

mkdir -p %{buildroot}%{_datadir}/kde4/env
install -m 755 %{SOURCE1} %{buildroot}%{_datadir}/kde4/env

# KDE version in kickoff top tile image
sed -i s,"KDE 4.10","KDE %{kdemajor}",g %{buildroot}%{_localstatedir}/lib/mandriva/kde4-profiles/Default/share/apps/mandriva/pics/top.svg

%changelog

* Tue Sep 19 2017 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2014-25
- (97e1288) Add KDM theme with user grid layout

* Fri Jul 15 2016 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2014-24
- (d953e94) Rearrange SimpleWelcome groups

* Wed Dec 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014-23
- (80758e6) Drop power management default settings

* Tue Jun 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014-22
- (605ff0a) Add power management default settings

* Mon Jun 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014-21
- (3d8f0e3) Don't lock widgets by default, it has bad side effects (empty panel etc)

* Fri Jun 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014-20
- (b8068f2) Lock widgets by default
- (b8068f2) Use only 1 virtual desktop by default

* Thu Jun 18 2015 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2014-19
- (b6d7ad3) Move Ark and KSnapshot to the Tools group

* Wed Jun 03 2015 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2014-18
- (cbd1b81) Create a separate group for SELinux tools in SW

* Mon Jun 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 2014-17
- (35b1ff7) Create a separate group for Wine tools in SW

* Fri May 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 2014-16
- (f5514b7) Fix typo in shebang

* Fri May 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 2014-15
- (f851b45) Revert last commit as it breaks unexpected things

* Thu May 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 2014-14
- (b832d45) Really apply fix

* Thu May 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 2014-13
- (bb802fa) Drop gtk2-engines-elementary.sh script

* Tue Apr 28 2015 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2014-12
- (bd1e17c) Change recent applications format for the rosa-launcher config

* Mon Apr 27 2015 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2014-11
- (e91c018) Add default applications to the rosa-launcher config

* Mon Apr 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 2014-10
- (9ad1946) Fix Desktop dir check in acse of Russian names in kde4-firstsetup.sh
- (Denis Silakov: 676b475) Fix tarball hash
- (Denis Silakov: 3fc32c9) Localize rule descriptions in kwinrules

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 2014-9
- (d3613a9) MassBuild#656: Increase release tag

* Tue Nov 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014-8
- (8a22a77) Adopt for KDE 4.14

* Thu Oct 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014-7
- (a549cc1) Adopt for KDE 4.13

* Thu Oct 02 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2014-6
- (935b781) Added missed application to the Tools group

* Thu Oct 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014-5.1
- (1e6f4c9) Prepare for KDE 4.14

* Thu Oct 02 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2014-5
- (de8bc9e) Changed destop files identification for rosa-launcher

* Wed Oct 01 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2014-4
- (05a8878) Added positions for group of applications

* Mon Sep 29 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2014-3
- (c376b82) Regrouped rosa-launcher applications

* Mon Sep 22 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 2014-2
- (57abd83) Added groups of application for rosa-launcher

* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2014-1
- (58fb0c3) Bump version and add VolumeFeedback=false to kmix config

* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2012-40
- (56dc431) Bump KDE version

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2012-39
- (6e0f1d9) MassBuild#440: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23341 |14mu|mandriva-kde-icons-1.0.4-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mandriva KDE icons
Name:		mandriva-kde-icons
Version:	1.0.4
Release:	21
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.mandriva.com
Source0:	%{name}-%{version}.tar.bz2
Source1:	breeze-home-mdk.svg
Provides:	kde-custom-icons
BuildArch:	noarch

%description
This package contains all specific mandriva icons.

This include special folders icons and actions icons.

%files
%{_iconsdir}/*/*/*/*
%{_iconsdir}/favicons/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}
cp -fr * %{buildroot}/
cp -r %{buildroot}%{_iconsdir}/crystalsvg %{buildroot}%{_iconsdir}/hicolor
mv -f %{buildroot}%{_iconsdir}/crystalsvg %{buildroot}%{_iconsdir}/oxygen

mkdir -p %{buildroot}%{_iconsdir}/breeze/apps/32
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}/breeze/apps/32/home-mdk.svg

%changelog

* Fri Jul 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.0.4-21
- (392f7f3) Use proper location for breeze icon



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23342 |14mu|man-pages-da-0.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG da

Summary:        Danish man pages from the Linux Documentation Project
Name:           man-pages-%LNG
Version:        0.1.2
Release:        1
License:        Distributable
Group:          System/Internationalization
URL:            http://www.sslug.dk/locale/man-sider/
Source0:        http://www.sslug.dk/locale/man-sider/manpages-da-%{version}.tar.gz
Patch0:         manpages-da-0.1.2-manpaths.patch

BuildRequires:  sed
BuildRequires:  grep
BuildRequires:  man
Requires:       locales-%LNG
Requires:       man
AutoReq:        no
BuildArch:      noarch

%description
A large collection of man pages (reference material) from the Linux
Documentation Project (LDP), translated to Danish.  The man pages are
organized into the following sections:

        Section 1:  User commands (intro only)
        Section 2:  System calls
        Section 3:  Libc calls
        Section 4:  Devices (e.g., hd, sd)
        Section 5:  File formats and protocols (e.g., wtmp, %{_sysconfdir}/passwd,
                    nfs)
        Section 6:  Games (intro only)
        Section 7:  Conventions, macro packages, etc. (e.g., nroff, ascii)
        Section 8:  System administration (intro only)

%prep
%setup -q -n manpages-da-%{version}

# Fix encoding
for file in *; do
  iconv -f ISO-8859-1 -t UTF-8 $file > $file.new
  touch -r $file $file.new
  mv $file.new $file
done
mv l?smig læsmig

%apply_patches

%build

%install
%makeinstall_std PREFIX=%{buildroot}%{_prefix}

LANG=%{LNG} DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}/%{_mandir}/%{LNG}

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron << EOF
#!/bin/bash
LANG=%{LNG} %{_bindir}/mandb %{_mandir}/%{LNG}
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron

mkdir -p  %{buildroot}/var/cache/man/%{LNG}

touch %{buildroot}/var/cache/man/%{LNG}/whatis

%postun
# 0 means deleting the package
if [ "$1" = "0" ]; then
   ## Force removing of /var/catman/%%{LNG}, if there isn't any man page
   ## directory /%%{_mandir}/%%{LNG}
   if [ ! -d %{_mandir}/%{LNG} ] ; then
       /bin/rm -rf /var/catman/%{LNG}
   fi
fi

%post
%create_ghostfile /var/cache/man/%{LNG}/whatis root root 644

%files
%doc læsmig AUTHORS ChangeLog
%dir /var/cache/man/%{LNG}
%ghost %config(noreplace) /var/cache/man/%{LNG}/whatis
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron
%{_mandir}/%{LNG}/



%changelog

* Wed Oct 07 2015 Denis Silakov <dsilakov@gmail.com> 0.1.2-1
- (451a78b) Updated to 0.1.2, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23343 |14mu|man-pages-es-1.55-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG es
%define extra_ver 0.8a

Summary:	Spanish man (manual) pages from the Linux Documentation Project
Name:		man-pages-%{LNG}
Version:	1.55
Release:	20
License:	LDP GENERAL PUBLIC LICENSE
Group:		System/Internationalization
#Url:		http://www.pameli.org/
Url:		http://www.ditec.um.es/~piernas/manpages-es/
Source0:	http://www.ditec.um.es/~piernas/manpages-es/man-pages-es-%{version}.tar.bz2  
Source1:	http://www.ditec.um.es/~piernas/manpages-es/man-pages-es-extra-%{extra_ver}.tar.bz2  
BuildArch:	noarch
BuildRequires:	man
Requires:	locales-%{LNG}
Requires:	man
Requires(post,preun):	sed grep man
Autoreq:	false

%description
A large collection of man pages (reference material) from the Linux 
Documentation Project (LDP), translated to spanish.  The man pages are
organized into the following sections:

        Section 1:  User commands (intro only)
        Section 2:  System calls
        Section 3:  Libc calls
        Section 4:  Devices (e.g., hd, sd)
        Section 5:  File formats and protocols (e.g., wtmp, %{_sysconfdir}passwd,
                nfs)
        Section 6:  Games (intro only)
        Section 7:  Conventions, macro packages, etc. (e.g., nroff, ascii)
        Section 8:  System administration (intro only)


%prep
%setup -n man-pages-%{LNG}-%{version} -a1
%build

%install
mkdir -p %{buildroot}/%{_mandir}/%{LNG}/man{1,2,3,4,5,6,7,8,9,n}
mkdir -p %{buildroot}/var/catman/%{LNG}/cat{1,2,3,4,5,6,7,8,9,n}

mv man1/{README,LEAME} .

make MANDIR=%{buildroot}/%{_mandir}/es allbz

make -C man-pages-es-extra-%{extra_ver} MANDIR=%{buildroot}/%{_mandir}/es allbz

LANG=%{LNG} DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}/%{_mandir}/%{LNG}

# conflicts with mc
rm %{buildroot}%{_mandir}/es/man1/mc.1*

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron << EOF
#!/bin/bash
LANG=%{LNG} %{_bindir}/mandb %{_mandir}/%{LNG}
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron

mkdir -p  %{buildroot}/var/cache/man/%{LNG}
rm -f %{buildroot}/usr/share/man/es/{LEEME,LEEME.extra,PAQUETES,PROYECTO}

touch %{buildroot}/var/cache/man/%{LNG}/whatis

%postun
# 0 means deleting the package
if [ "$1" = "0" ]; then
   ## Force removing of /var/catman/%{LNG}, if there isn't any man page
   ## directory /%{_mandir}/%{LNG}
   if [ ! -d %{_mandir}/%{LNG} ] ; then
       rm -rf /var/catman/%{LNG}
   fi
fi

%post
%create_ghostfile /var/cache/man/%{LNG}/whatis root root 644

%files
%doc LEEME README man-pages-es-extra-%{extra_ver}/LEEME.extra
%doc man-pages-es-extra-%{extra_ver}/PAQUETES 
%doc man-pages-es-extra-%{extra_ver}/PROYECTO
%dir /var/cache/man/%{LNG}
%ghost %config(noreplace) /var/cache/man/%{LNG}/whatis
%{_mandir}/%{LNG}/*
#%{_mandir}/%{LNG}/cat*
#%{_mandir}/%{LNG}/index.db*
%attr(755,root,man) /var/catman/%{LNG}
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron

%changelog

* Sun May 08 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.55-20
- (2a82188) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23344 |14mu|man-pages-fr-3.70-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG fr

Summary:	French man (manual) pages from the Linux Documentation Project
Name:		man-pages-fr
Version:	3.70
Release:	1
License:	GPL
Group:		System/Internationalization
URL:		https://alioth.debian.org/projects/perkamon/
Source:		https://alioth.debian.org/frs/download.php/file/4119/%{name}-%{version}-1.tar.xz
Source2:	man-pages-fr-goodies.tar.bz2
Source3:	http://www.delafond.org/traducmanfr/mansupfr.tar.bz2
Source4:	http://www.delafond.org/traducmanfr/archivemansupfr.tar.bz2
Source10:	http://www.enstimac.fr/Perl/perl-all-fr-man.tar.bz2
Source11:	man-pages-fr-1.58-extras.tar.bz2
Source12:	man-pages-extras-fr-0.7.9.tar.bz2
Source13:	http://manpagesfr.free.fr/download/man-pages-sup-fr-20080606.tar.bz2
Source20:	books-fr.xpm
BuildRequires:	man
Requires:	locales-fr, man
Autoreqprov:	false
BuildArch:	noarch
Obsoletes:	man-fr, manpages-fr
Provides:	man-fr, manpages-fr

%description
A large collection of man pages (reference material) from the Linux 
Documentation Project (LDP), translated to French.  The man pages are
organized into the following sections:

        Section 1:  User commands (intro only)
        Section 2:  System calls
        Section 3:  Libc calls
        Section 4:  Devices (e.g., hd, sd)
        Section 5:  File formats and protocols (e.g., wtmp, %{_sysconfdir}passwd,
                nfs)
        Section 5:  Games (intro only)
        Section 7:  Conventions, macro packages, etc. (e.g., nroff, ascii)
        Section 8:  System administration (intro only)
        Section 9:  Kernel routines

%prep
%setup -q -n fr -a3 -a4 -a10 -a11 -a12 -a13

%build
rm -f man2/core.21??
for dis in {archive_des_mans,pagesdeman}/{debian,mandriva}; do
	rmdir $dis/* || :
	for sec in 1 2 3 4 5 7 8 9; do
		[[ -d $dis/man$sec/ ]] && mv $dis/man$sec/* pagesdeman/%{_mandir}/%{LNG}/man$sec/
	done
done

for i in man{1,2,3,4,5,6,7,8,9}; do mv pagesdeman%{_mandir}/%{LNG}/$i/* $i||true;done
for i in man{1,3,5,8}; do mv archive_des_mans/$i/* $i||true;done 
# perl man pages:
mv DocFr/* man1

%install
ln -sf iso_8859-1.7 man7/latin1.7; ln -sf iso_8859-1.7 man7iso_8859_7.7
mkdir -p %{buildroot}/%{_mandir}/%{LNG}/man{1,2,3,4,5,6,7}

# install X man pages :
for i in man{1,3,4,5,6}; do cp -a pagesdeman/usr/X11R6/man/%{LNG}/$i/*  %{buildroot}/%{_mandir}/%{LNG}/$i;done

mkdir -p %{buildroot}/var/catman/%{LNG}/cat{1,2,3,4,5,6,7,8,9,n}

for i in 1 2 3 4 5 6 7 8 9 ; do
	cp -adprf man$i %{buildroot}/%{_mandir}/%{LNG}/||:
done

#
# remove doble files
#
rm %{buildroot}/%{_mandir}/%{LNG}/man1/xawtv.1*
# this one is provided by alsaconf:
rm -f %{buildroot}/%{_mandir}/%{LNG}/man8/alsaconf.8
# these come from initscripts
rm %{buildroot}/%{_mandir}/%{LNG}/{man8/usernetctl.8*,man1/{consoletype,doexec,netreport,usleep}.1*}
# these come from wireless:
rm %{buildroot}/%{_mandir}/%{LNG}/{man5/iftab.5,man7/wireless.7,man8/{iwgetid,ifrename}.8}*
# these are provided by cups now
rm %{buildroot}/%{_mandir}/%{LNG}/man*/{cancel,cups,{backend,filter}.1,lp,classes,disable,mime.{conv,type}s,printers.conf,{accept,enable,reject}.8}*
# these are provided by dpkg
rm %{buildroot}/%{_mandir}/%{LNG}/man{1/{dpkg-deb,dpkg-name,dpkg-source},5/deb{,-control},8/{cleanup-info,dpkg{,-{divert,query,scanpackages,scansources,split,statoverride}},install-info,start-stop-daemon,update-alternatives}}.*
# these come from rpm:
rm %{buildroot}/%{_mandir}/%{LNG}/man8/rpm.8*

# this lary wall perl script man page, not util linux rename tool one:
mv %{buildroot}/%{_mandir}/%{LNG}/man1/rename{,.pl}.1
# these are provided by net-tools
rm -f %{buildroot}/%{_mandir}/%{LNG}/man{1/{dnsdomainname,domainname,hostname,nisdomainname,ypdomainname}.1,5/ethers.5,8/{arp,ifconfig,netstat,plipconfig,rarp,route,slattach}.8}
# this one is provided by wireless-tools
rm -f %{buildroot}/%{_mandir}/%{LNG}/man8/iw{config,event,list,priv,spy}.8
# these are provided by vim7:
rm -f %{buildroot}/%{_mandir}/%{LNG}/man1/{evim.,ex.,{,r}{view,vim}.,vimdiff,vimtutor}*
# this one is provided by linkchecker:
rm -f %{buildroot}/%{_mandir}/%{LNG}/man1/linkchecker.1
# these are provided by nano:
rm -f %{buildroot}/%{_mandir}/%{LNG}/man1/nano.1*
rm -f %{buildroot}/%{_mandir}/%{LNG}/man1/rnano.1*
rm -f %{buildroot}/%{_mandir}/%{LNG}/man5/nanorc*
# these are provided by fcron:
rm -f %{buildroot}/%{_mandir}/%{LNG}/man*/fcron*

# upstream packagers are ... different
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/.swp

# there is already a tzselect man page at man8/tzselect.8
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/tzselect.1

tar jxf %SOURCE2 -C %{buildroot}/usr/share
LANG=%{LNG} DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}/%{_mandir}/%{LNG}

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron << EOF
#!/bin/bash
LANG=%{LNG} %{_bindir}/mandb %{_mandir}/%{LNG}
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron

mkdir -p  %{buildroot}/var/cache/man/%{LNG}

touch %{buildroot}/var/cache/man/%{LNG}/whatis

%postun
# 0 means deleting the package
if [ "$1" = "0" ]; then
   ## Force removing of /var/catman/%{LNG}, if there isn't any man page
   ## directory /%{_mandir}/%{LNG}
   if [ ! -d %{_mandir}/%{LNG} ] ; then
       rm -rf /var/catman/%{LNG}
   fi
fi

%post
%create_ghostfile /var/cache/man/%{LNG}/whatis root root 644

%files
%defattr(0644,root,man,755)
%doc README.fr
%attr(0755,root,root) %dir %{_mandir}/%{LNG}
%dir /var/cache/man/%{LNG}
%ghost %config(noreplace) /var/cache/man/%{LNG}/whatis
%attr(0755,root,root) %dir %{_mandir}/%{LNG}/man*
%{_mandir}/%{LNG}/man*/*
%{_mandir}/%{LNG}/CACHEDIR.TAG*
%{_mandir}/%{LNG}/index.db*
%{_mandir}/%{LNG}/cat*
%attr(755,root,man) /var/catman/%{LNG}
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron



%changelog

* Wed Oct 07 2015 Denis Silakov <dsilakov@gmail.com> 3.70-1
- (75abe8d) Updated to 3.70



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23345 |14mu|man-pages-ru-3.41-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define LNG ru
%define tarball_version 3.41-2145-1699-20120901

Summary:	Russian man (manual) pages from the Linux Documentation Project
Name:		man-pages-%{LNG}
Version:	3.41
Release:	19
License:	Distributable
Group:		System/Internationalization
Url:		http://www.linuxshare.ru/projects/trans/mans.html
# Not sure where this tarball came from. It is older than than the one from
# linuxshare but contains much more files
Source0:	manpages-ru-0.98-full.tar.bz2
Source1:	manpages-ALT.tar.bz2
Source2:	man-pages-%{LNG}-goodies.tar.bz2
Source3:	man-pages-ru_%{tarball_version}.tar.bz2
Source4:	tcb-0.9.8.7-man-ru.tar.bz2
Source8:	man-ssh.tar.bz2
Source9:	manpages-angel.tar.bz2
Source10:	manpages-boojuman.tar.bz2
Source12:	man-pages-ru-autofs.tar.bz2
Source13:	man-pages-security-ru-1.0.tar.bz2
Source14:	man-pages-ru-extra.tar.bz2
Source15:	http://www.linuxshare.ru/projects/trans/manpages-ru-0.98.tar.bz2
Source16:	install.tar.xz
Patch0:		man-pages-ru-0.98-alt-combo.patch.bz2
BuildRequires:	man
Requires:	locales-%{LNG}
Requires:	man
Requires(post):	sed
Requires(post):	grep
Requires(post):	man
Provides:	man-%{LNG}
Provides:	manpages-%{LNG}
BuildArch:	noarch


%description
A large collection of man pages (reference material) from the Linux 
Documentation Project (LDP), translated to Russian. 

%files
%defattr(0644,root,root,0755)
%doc CREDITS FAQ NEWS
%defattr(0644,root,man,755)
%dir %{_mandir}/%{LNG}
%dir /var/cache/man/%{LNG}
%{_docdir}/security-ru/
%ghost %config(noreplace) /var/cache/man/%{LNG}/whatis
%{_mandir}/%{LNG}/man*
%{_mandir}/%{LNG}/cat*
%{_mandir}/%{LNG}/CACHEDIR.TAG*
%{_mandir}/%{LNG}/index.db*
#%_mandir/%{LNG}/whatis
%attr(755,root,man) /var/catman/%{LNG}
%config(noreplace) %attr(755,root,root) %{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron

%post
%create_ghostfile /var/cache/man/%{LNG}/whatis root root 644

%postun
# 0 means deleting the package
if [ "$1" = "0" ]; then
   ## Force removing of /var/catman/%{LNG}, if there isn't any man page
   ## directory /%{_mandir}/%{LNG}
   if [ ! -d %{_mandir}/%{LNG} ] ; then
       rm -rf /var/catman/%{LNG}
   fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q -a1 -a3 -a4 -a8 -a9 -a10 -a12 -a13 -a14 -a15 -a16 -n manpages-ru-0.98

cp -adpvrf manpages-ru-0.98/* .
rm -rf manpages-ru-0.98

cp %{SOURCE3} .
tar xjvf man-pages-ru_%{tarball_version}.tar.bz2

%patch0 -p1

%build

%install
mkdir -p %{buildroot}/%{_mandir}/%{LNG}/
mkdir -p %{buildroot}/var/catman/%{LNG}/cat{1,2,3,4,5,6,7,8,9,n}

for i in 1 2 3 4 5 6 7 8; do
	cp -adpvrf man$i %{buildroot}/%{_mandir}/%{LNG}/
	cp man-pages-ru_%{tarball_version}/man$i/* %{buildroot}/%{_mandir}/%{LNG}/man$i/
done

# Drop the files provided by native packages
rm -f %{buildroot}/%{_mandir}/%{LNG}/man1/dosemu*
rm -f %{buildroot}/%{_mandir}/%{LNG}/man1/scmxx*
rm -f %{buildroot}/%{_mandir}/%{LNG}/man3/ipcalc_c*

LANG=%{LNG} DESTDIR=%{buildroot} %{_bindir}/mandb %{buildroot}/%{_mandir}/%{LNG}

mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly
cat > %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron << EOF
#!/bin/bash
LANG=%{LNG} %{_bindir}/mandb %{_mandir}/%{LNG}
exit 0
EOF
chmod a+x %{buildroot}%{_sysconfdir}/cron.weekly/makewhatis-%{LNG}.cron

mkdir -p  %{buildroot}/var/cache/man/%{LNG}

touch %{buildroot}/var/cache/man/%{LNG}/whatis

mkdir -p %{buildroot}%{_docdir}/security-ru
mkdir -p %{buildroot}%{_mandir}/ru/man{1,2,3,4,5,6,7,8,9,n}
mkdir -p %{buildroot}/var/cache/man/ru/cat{1,2,3,4,5,6,7,8,9,n}
cd man-pages-security-ru-1.0
make install \
        INSTALL="install -p -m644" \
        INSTALLMAN=%{buildroot}%{_mandir} \
        INSTALLDOC=%{buildroot}%{_docdir}/security-ru \
        LANG_SUBDIR=ru \
        COMPRESS=none \
        #

# Remove conflicting files
rm -f %{buildroot}%{_mandir}/%{LNG}/man1/initlog.1
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/rpm.8
rm -f %{buildroot}%{_mandir}/%{LNG}/man8/rpm2cpio.8

%changelog

* Tue Nov 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.41-19
- (5374db7) Remove conflicting man pages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23346 |14mu|marble-4.14.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with marble_python

Summary:	A virtual globe and world atlas
Name:		marble
Version:	4.14.3
Release:	4
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	qt4-qmlviewer
BuildRequires:	kdelibs4-devel
BuildRequires:	python-devel
BuildRequires:	python-qt4-devel
BuildRequires:	quazip-devel
BuildRequires:	shapelib-devel
BuildRequires:	pkgconfig(libgpsd)
Requires:	libkdeedu
Requires:	marble-common = %{EVRD}

%description
Marble is a Virtual Globe and World Atlas that you can use to learn more
about Earth: You can pan and zoom around and you can look up places and
roads. A mouse click on a place label will provide the respective
Wikipedia article.

%files
%doc LICENSE.txt ChangeLog BUGS USECASES MANIFESTO.txt
%doc %{_kde_docdir}/HTML/en/marble
%{_kde_bindir}/marble
%{_kde_bindir}/marble-mobile
%{_kde_bindir}/marble-qt
%{_kde_bindir}/marble-touch
%{_kde_iconsdir}/*/*/apps/marble.*
%{_kde_applicationsdir}/marble.desktop
%{_kde_applicationsdir}/marble_geo.desktop
%{_kde_applicationsdir}/marble_gpx.desktop
%{_kde_applicationsdir}/marble_kml.desktop
%{_kde_applicationsdir}/marble_kmz.desktop
%{_kde_applicationsdir}/marble_osm.desktop
%{_kde_applicationsdir}/marble_shp.desktop
%{_kde_applicationsdir}/marble_worldwind.desktop
%{_kde_applicationsdir}/marble-mobile.desktop
%{_kde_applicationsdir}/marble-qt.desktop
%{_kde_applicationsdir}/marble-touch.desktop
%{_kde_libdir}/kde4/marblethumbnail.so
%{_kde_services}/marble_part_gpx.desktop
%{_kde_services}/marble_part_kml.desktop
%{_kde_services}/marble_part_kmz.desktop
%{_kde_services}/marble_part_osm.desktop
%{_kde_services}/marble_part_shp.desktop
%{_kde_services}/marble_thumbnail_gpx.desktop
%{_kde_services}/marble_thumbnail_kml.desktop
%{_kde_services}/marble_thumbnail_kmz.desktop
%{_kde_services}/marble_thumbnail_osm.desktop
%{_kde_services}/marble_thumbnail_shp.desktop
%{_kde_datadir}/appdata/marble.appdata.xml

#---------------------------------------------

%package common
Summary:	A virtual globe and world atlas
Group:		Graphical desktop/KDE
%if %{with marble_python}
BuildRequires:	python-kde4
Requires:	python
%endif

%description common
Marble is a Virtual Globe and World Atlas that you can use to learn more
about Earth: You can pan and zoom around and you can look up places and
roads. A mouse click on a place label will provide the respective
Wikipedia article.

%files -n marble-common
%{_kde_libdir}/kde4/plasma_runner_marble.so
%{_kde_libdir}/kde4/libmarble_part.*
%{_kde_datadir}/config.kcfg/marble.kcfg
%{_kde_datadir}/mime/packages/geo.xml
%{_kde_services}/marble_part.desktop
%{_kde_services}/plasma-runner-marble.desktop
%{_kde_libdir}/kde4/plugins/marble
%{_kde_appsdir}/marble
%if %{with marble_python}
%{py_platsitedir}/PyKDE4/marble.so
%endif
%{_qt_importdir}/org/kde/edu/marble

#-----------------------------------------------------------------------------

%package -n plasma-applet-kworldclock
Summary:	plasma kworldclock Applet
Group:		Graphical desktop/KDE
Requires:	kdebase4-runtime
Requires:	marble = %{EVRD}
Provides:	plasma-applet

%description -n plasma-applet-kworldclock
plasma kworldclock Applet

%files -n plasma-applet-kworldclock
%{_kde_libdir}/kde4/plasma_applet_worldclock.so
%{_kde_services}/plasma-applet-kworldclock.desktop

#---------------------------------------------

%define astro_major 1
%define libastro %mklibname astro %{astro_major}

%package -n %{libastro}
Summary:	Runtime library for marble
Group:		System/Libraries

%description -n %{libastro}
Runtime library for marble.

%files -n %{libastro}
%{_kde_libdir}/libastro.so.0.*
%{_kde_libdir}/libastro.so.%{astro_major}

#---------------------------------------------

%define marblewidget_major 19
%define libmarblewidget %mklibname marblewidget %{marblewidget_major}

%package -n %{libmarblewidget}
Summary:	Runtime library for marble
Group:		System/Libraries
Obsoletes:	%{_lib}marblewidget13 < 4.9.0
Obsoletes:	%{_lib}marblewidget14 < 4.10.0
Obsoletes:	%{_lib}marblewidget15 < 4.11.0
Obsoletes:	%{_lib}marblewidget16 < 4.12.0
Obsoletes:	%{_lib}marblewidget17 < 4.13.0

%description -n %{libmarblewidget}
Runtime library for marble.

%files -n %{libmarblewidget}
%{_kde_libdir}/libmarblewidget.so.0.*
%{_kde_libdir}/libmarblewidget.so.%{marblewidget_major}

#---------------------------------------------

%package devel
Summary:	Devel stuff for %{name}
Group:		Development/KDE and Qt
Requires:	kdelibs4-devel
Requires:	%{libastro} = %{EVRD}
Requires:	%{libmarblewidget} = %{EVRD}
Conflicts:	kdeedu4-devel < 4.6.90

%description devel
Files needed to build applications based on %{name}.

%files devel
%{_kde_libdir}/libastro.so
%{_kde_libdir}/libmarblewidget.so
%{_kde_libdir}/kde4/plugins/designer/*.so
%{_includedir}/astro/
%{_includedir}/marble/
%{_kde_appsdir}/cmake/modules/FindMarble.cmake

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4 \
	%if %{without marble_python}
	-DEXPERIMENTAL_PYTHON_BINDINGS=FALSE \
	-DBUILD_python=FALSE
	%else
	-DEXPERIMENTAL_PYTHON_BINDINGS=TRUE
	%endif

%make

%install
%makeinstall_std -C build


%changelog

* Thu Dec 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-4
- (2b7262a) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23347 |14mu|mariadb-10.0.38-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_systap}%{?!build_systap:%bcond_without systap}

%define muser mysql

%define major 18
%define libmysqlclient %mklibname mysqlclient %{major}
%define libmysqlclient_r %mklibname mysqlclient_r %{major}
%define libmysqld %mklibname mysqld %{major}
%define devname %mklibname mysqlclient -d
%define sdevname %mklibname mysqlclient -d -s
%define semddevname %mklibname mysqld -d -s

Summary:	The MariaDB database, a drop-in replacement for MySQL
Name:		mariadb
Version:	10.0.38
Release:	1
License:	GPLv2+
Group:		System/Servers
Url:		http://mariadb.org/
Source0:	https://downloads.mariadb.org/interstitial/mariadb-%{version}/source/mariadb-%{version}.tar.gz
Source100:	mysqld.service
Source101:	mysqld-prepare-db-dir
Source102:	mysqld-wait-ready
Source1000:	%{name}.rpmlintrc
# Don't strip -Wformat from --cflags -- -Werror=format-string without -Wformat
# means trouble
Patch0:		mariadb-10.0.8-fix-mysql_config.patch
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	dos2unix
BuildRequires:	doxygen
BuildRequires:	python
BuildRequires:	systemd-units
%if %{with systap}
BuildRequires:	systemtap
%endif
# For plugin/ha_oqgraph.so
BuildRequires:	boost-devel
BuildRequires:	jemalloc-devel
BuildRequires:	libaio-devel
# For plugin/auth_pam.so
BuildRequires:	pam-devel
BuildRequires:	readline-devel
BuildRequires:	stdc++-devel
BuildRequires:	wrap-devel
BuildRequires:	xfsprogs-devel
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires:	%{name}-server = %{EVRD}
Requires:	%{name}-client = %{EVRD}
Obsoletes:	mysql < 5.7
Provides:	mysql = 5.7

%description
The MariaDB database, a drop-in replacement for MySQL.

%files
# meta package

#----------------------------------------------------------------------------

%package -n %{libmysqlclient}
Summary:	Shared library for MariaDB database
Group:		System/Libraries
Conflicts:	%{_lib}mysql18 < 5.7
Obsoletes:	%{_lib}mysql18 < 5.7

%description -n %{libmysqlclient}
Shared library for MariaDB database.

%files -n %{libmysqlclient}
%{_libdir}/libmysqlclient.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmysqlclient_r}
Summary:	Shared library for MariaDB database
Group:		System/Libraries

%description -n %{libmysqlclient_r}
Shared library for MariaDB database.

%files -n %{libmysqlclient_r}
%{_libdir}/libmysqlclient_r.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmysqld}
Summary:	Shared library for MariaDB database
Group:		System/Libraries

%description -n %{libmysqld}
Shared library for MariaDB database.

%files -n %{libmysqld}
%{_libdir}/libmysqld.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the MariaDB database
Group:		Development/Other
Requires:	%{libmysqlclient} = %{EVRD}
Requires:	%{libmysqlclient_r} = %{EVRD}
Requires:	%{libmysqld} = %{EVRD}
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}mysql-devel < 5.7
Provides:	%{_lib}mysql-devel = 5.7
Provides:	mysql-devel = 5.7

%description -n %{devname}
Development files for the MariaDB database.

%files -n %{devname}
%{_includedir}/mysql
%{_libdir}/*.so
%{_datadir}/aclocal/mysql.m4

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static libraries for the MariaDB database
Group:		Development/Other
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}
Conflicts:	mysql-static-devel < 5.7
Obsoletes:	mysql-static-devel < 5.7
Provides:	mysql-static-devel = 5.7

%description -n %{sdevname}
Static libraries for the MariaDB database.

%files -n %{sdevname}
%{_libdir}/libmysqlclient.a
%{_libdir}/libmysqlclient_r.a
%{_libdir}/libmysqlservices.a

#----------------------------------------------------------------------------

%package -n %{semddevname}
Summary:	Static libraries for the Embedded MariaDB database
Group:		Development/Other
Provides:	%{name}-embedded-static-devel = %{EVRD}
Requires:	%{sdevname} = %{EVRD}

%description -n %{semddevname}
Static libraries for the Embedded MariaDB database.

%files -n %{semddevname}
%{_libdir}/libmysqld.a

#----------------------------------------------------------------------------

%package plugin
Summary:	MariaDB plugins
Group:		Databases
Conflicts:	mysql-server < 5.7
Obsoletes:	mysql-plugin < 5.7
Provides:	mysql-plugin = 5.7

%description plugin
Plugins for the MariaDB database.

%files plugin
%{_libdir}/mysql/plugin/adt_null.so
%{_libdir}/mysql/plugin/auth_0x0100.so
%{_libdir}/mysql/plugin/auth_pam.so
%{_libdir}/mysql/plugin/auth_socket.so
%{_libdir}/mysql/plugin/auth_test_plugin.so
%{_libdir}/mysql/plugin/daemon_example.ini
%{_libdir}/mysql/plugin/dialog.so
%{_libdir}/mysql/plugin/dialog_examples.so
%{_libdir}/mysql/plugin/feedback.so
%{_libdir}/mysql/plugin/ha_archive.so
%{_libdir}/mysql/plugin/ha_blackhole.so
%{_libdir}/mysql/plugin/ha_connect.so
%{_libdir}/mysql/plugin/ha_example.so
%{_libdir}/mysql/plugin/ha_federated.so
%{_libdir}/mysql/plugin/ha_federatedx.so
%{_libdir}/mysql/plugin/ha_sequence.so
%{_libdir}/mysql/plugin/ha_sphinx.so
%{_libdir}/mysql/plugin/ha_spider.so
%{_libdir}/mysql/plugin/ha_test_sql_discovery.so
%{_libdir}/mysql/plugin/ha_innodb.so
%{_libdir}/mysql/plugin/handlersocket.so
%{_libdir}/mysql/plugin/libdaemon_example.so
%{_libdir}/mysql/plugin/locales.so
%{_libdir}/mysql/plugin/metadata_lock_info.so
%{_libdir}/mysql/plugin/mypluglib.so
%{_libdir}/mysql/plugin/mysql_clear_password.so
%{_libdir}/mysql/plugin/qa_auth_client.so
%{_libdir}/mysql/plugin/qa_auth_interface.so
%{_libdir}/mysql/plugin/qa_auth_server.so
%{_libdir}/mysql/plugin/query_cache_info.so
%{_libdir}/mysql/plugin/query_response_time.so
%{_libdir}/mysql/plugin/semisync_master.so
%{_libdir}/mysql/plugin/semisync_slave.so
%{_libdir}/mysql/plugin/server_audit.so
%{_libdir}/mysql/plugin/sql_errlog.so
%{_mandir}/man1/mysql_plugin.1*

#----------------------------------------------------------------------------

%package plugin-tokudb
Summary:	The TokuDB storage engine plugin for MariaDB
Group:		Databases
Requires:	%{name}-server = %{EVRD}

%description plugin-tokudb
The TokuDB storage engine plugin for MariaDB.

TokuDB is a storage engine for MySQL and MariaDB that is specifically
designed for high performance on write-intensive workloads.
It achieves this via Fractal Tree indexing. TokuDB is a scalable, ACID
and MVCC compliant storage engine that provides indexing-based query
improvements, offers online schema modifications, and reduces slave lag
for both hard disk drives and flash memory.

# As of 10.0.6, tokudb is x86_64 only
%ifarch x86_64
%files plugin-tokudb
%{_libdir}/mysql/plugin/ha_tokudb.so
%{_sysconfdir}/my.cnf.d/tokudb.cnf
%{_bindir}/tokuft_logprint
%{_bindir}/tokuftdump
%endif

#----------------------------------------------------------------------------

%package plugin-mroonga
Summary:	The Mroonga storage engine plugin for MariaDB
Requires:	%{name}-server = %{EVRD}
Group:		Databases

%description plugin-mroonga
Mroonga is a storage engine for MySQL. It provides fast fulltext search feature
to all MySQL users. Mroonga was called Groonga storage engine.

%files plugin-mroonga
%{_libdir}/mysql/plugin/ha_mroonga.so
%{_datadir}/mysql/mroonga/install.sql
%{_datadir}/mysql/mroonga/uninstall.sql

#----------------------------------------------------------------------------

%package test
Summary:	MariaDB test suite
Group:		Databases
Conflicts:	mysql-bench < 5.7
Conflicts:	mysql-server < 5.7
Conflicts:	mysql-test < 5.7
Obsoletes:	mysql-bench < 5.7
Obsoletes:	mysql-test < 5.7
Provides:	mysql-bench = 5.7
Provides:	mysql-test = 5.7

%description test
MariaDB test suite.

%files test
%{_bindir}/mysqltest
%{_bindir}/mysqltest_embedded
%{_bindir}/mysql_client_test
%{_bindir}/mysql_client_test_embedded
%{_datadir}/mysql-test
%{_mandir}/man1/mysql-stress-test.pl.1*
%{_mandir}/man1/mysql-test-run.pl.1*
%{_mandir}/man1/mysql_client_test.1*
%{_mandir}/man1/mysql_client_test_embedded.1*
%{_mandir}/man1/mysqltest.1*
%{_mandir}/man1/mysqltest_embedded.1*

#----------------------------------------------------------------------------

%package server
Summary:	MariaDB server
Group:		System/Servers
Requires:	%{name}-common = %{EVRD}
Requires:	%{name}-plugin = %{EVRD}
Conflicts:	mysql-client < 5.7
Conflicts:	mysql-server < 5.7
Obsoletes:	mysql-server < 5.7
Provides:	mysql-server = 5.7
Requires(post,preun):	rpm-helper

%description server
The MariaDB server. For a full MariaDB database server, install
package '%{name}'.

%pre server
%_pre_useradd %{muser} /srv/mysql /sbin/nologin

%post server
%systemd_post mysqld.service

%preun server
%systemd_preun mysqld.service

%files server
%dir %{_datadir}/mysql
%{_datadir}/mysql/errmsg-utf8.txt
%{_datadir}/mysql/fill_help_tables.sql
%{_datadir}/mysql/install_spider.sql
%{_datadir}/mysql/mysql_performance_tables.sql
%{_datadir}/mysql/mysql_system_tables.sql
%{_datadir}/mysql/mysql_system_tables_data.sql
%{_datadir}/mysql/mysql_test_data_timezone.sql
%{_datadir}/mysql/*.cnf
%{_mandir}/man8/*
%dir %{_libdir}/mysql
%dir %{_libdir}/mysql/plugin
%{_sysconfdir}/logrotate.d/mysql
%{_sysconfdir}/my.cnf.d/client.cnf
%{_sysconfdir}/my.cnf.d/mysql-clients.cnf
%{_sysconfdir}/my.cnf.d/server.cnf
%{_bindir}/aria_chk
%{_bindir}/aria_dump_log
%{_bindir}/aria_ftdump
%{_bindir}/aria_pack
%{_bindir}/aria_read_log
%{_bindir}/innochecksum
%{_bindir}/myisam_ftdump
%{_bindir}/myisamchk
%{_bindir}/myisamlog
%{_bindir}/myisampack
%{_bindir}/mysql_convert_table_format
%{_bindir}/mysql_fix_extensions
%{_bindir}/mysql_install_db
%{_bindir}/mysql_plugin
%{_bindir}/mysql_secure_installation
%{_bindir}/mysql_setpermission
%{_bindir}/mysql_tzinfo_to_sql
%{_bindir}/mysql_upgrade
%{_bindir}/mysql_zap
%{_bindir}/mysqlbug
%{_bindir}/mysqld_multi
%{_bindir}/mysqld_safe
%{_bindir}/mysqld_safe_helper
%{_bindir}/mysqlhotcopy
%{_bindir}/mytop
%{_bindir}/perror
%{_bindir}/replace
%{_bindir}/resolve_stack_dump
%{_bindir}/resolveip
%{_sbindir}/mysqld
/lib/systemd/system/mysqld.service
%{_bindir}/mysqld-prepare-db-dir
%{_bindir}/mysqld-wait-ready
%doc %{_docdir}/%{name}-%{version}
%attr(711,%{muser},%{muser}) /srv/mysql
%attr(711,%{muser},%{muser}) %{_localstatedir}/log/mysqld
%{_mandir}/man1/aria_chk.1*
%{_mandir}/man1/aria_dump_log.1*
%{_mandir}/man1/aria_ftdump.1*
%{_mandir}/man1/aria_pack.1*
%{_mandir}/man1/aria_read_log.1*
%{_mandir}/man1/innochecksum.1*
%{_mandir}/man1/myisam_ftdump.1*
%{_mandir}/man1/myisamchk.1*
%{_mandir}/man1/myisamlog.1*
%{_mandir}/man1/myisampack.1*
%{_mandir}/man1/mysql.server.1*
%{_mandir}/man1/mysql_config.1*
%{_mandir}/man1/mysql_convert_table_format.1*
%{_mandir}/man1/mysql_fix_extensions.1*
%{_mandir}/man1/mysql_install_db.1*
%{_mandir}/man1/mysql_secure_installation.1*
%{_mandir}/man1/mysql_setpermission.1*
%{_mandir}/man1/mysql_tzinfo_to_sql.1*
%{_mandir}/man1/mysql_upgrade.1*
%{_mandir}/man1/mysql_zap.1*
%{_mandir}/man1/mysqlbug.1*
%{_mandir}/man1/mysqld_multi.1*
%{_mandir}/man1/mysqld_safe.1*
%{_mandir}/man1/mysqlhotcopy.1*
%{_mandir}/man1/perror.1*
%{_mandir}/man1/replace.1*
%{_mandir}/man1/resolve_stack_dump.1*
%{_mandir}/man1/resolveip.1*

#----------------------------------------------------------------------------

%package msql2mysql
Summary:	Tool to convert code written for mSQL to MySQL/MariaDB
Group:		Development/Other
Conflicts:	mysql-client < 5.7
Conflicts:	mysql-cluster-client

%description msql2mysql
Tool to convert code written for mSQL to MySQL/MariaDB.

%files msql2mysql
%{_bindir}/msql2mysql
%{_mandir}/man1/msql2mysql.1*

#----------------------------------------------------------------------------

%package common
Summary:	Common files needed by both the MariaDB server and client
Group:		System/Servers
Obsoletes:	mysql-common < 5.7
Conflicts:	mysql-common-core < 5.7
Obsoletes:	mysql-common-core < 5.7
Provides:	mysql-common = 5.7

%description common
Common files needed by both the MariaDB server and client.

%files common
%doc README COPYING
%{_sysconfdir}/my.cnf
%dir %{_sysconfdir}/my.cnf.d
%dir %{_datadir}/mysql
%{_datadir}/mysql/english
%{_datadir}/mysql/charsets
%{_datadir}/mysql/czech
%{_datadir}/mysql/danish
%{_datadir}/mysql/dutch
%{_datadir}/mysql/estonian
%{_datadir}/mysql/french
%{_datadir}/mysql/german
%{_datadir}/mysql/greek
%{_datadir}/mysql/hungarian
%{_datadir}/mysql/italian
%{_datadir}/mysql/japanese
%{_datadir}/mysql/korean
%{_datadir}/mysql/norwegian
%{_datadir}/mysql/norwegian-ny
%{_datadir}/mysql/polish
%{_datadir}/mysql/portuguese
%{_datadir}/mysql/romanian
%{_datadir}/mysql/russian
%{_datadir}/mysql/serbian
%{_datadir}/mysql/slovak
%{_datadir}/mysql/spanish
%{_datadir}/mysql/swedish
%{_datadir}/mysql/ukrainian
# We put this into -common for now because it is needed for both
# -server (used by mysqld_safe) and by -devel (configure scripts calling
# it, e.g. php)
%{_bindir}/mysql_config

#----------------------------------------------------------------------------

%package client
Summary:	MariaDB command line client
Group:		Databases
Conflicts:	mysql-server < 5.7
Conflicts:	mysql-client < 5.7
Obsoletes:	mysql-client < 5.7
Provides:	mysql-client = 5.7
Conflicts:	%{_lib}mysqld0 < 5.7

%description client
MariaDB command line client.

%files client
%{_bindir}/mysql
%{_bindir}/mysql_embedded
%{_bindir}/mysqlaccess
%{_bindir}/mysqladmin
%{_bindir}/mysqlbinlog
%{_bindir}/mysqlcheck
%{_bindir}/mysqldump
%{_bindir}/mysqldumpslow
%{_bindir}/mysql_find_rows
%{_bindir}/mysqlimport
%{_bindir}/mysqlshow
%{_bindir}/mysqlslap
%{_bindir}/mysql_waitpid
%{_bindir}/my_print_defaults
%{_mandir}/man1/mysql.1*
%{_mandir}/man1/mysqlaccess.1*
%{_mandir}/man1/mysqladmin.1*
%{_mandir}/man1/mysqlbinlog.1*
%{_mandir}/man1/mysqlcheck.1*
%{_mandir}/man1/mysqldump.1*
%{_mandir}/man1/mysqldumpslow.1*
%{_mandir}/man1/mysql_find_rows.1*
%{_mandir}/man1/mysqlimport.1*
%{_mandir}/man1/mysqlslap.1*
%{_mandir}/man1/mysqlshow.1*
%{_mandir}/man1/mysql_waitpid.1*
%{_mandir}/man1/my_print_defaults.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
# Workarounds for bugs
sed -i "s@data/test@\${INSTALL_MYSQLTESTDIR}@g" sql/CMakeLists.txt
#sed -i "s/srv_buf_size/srv_sort_buf_size/" storage/innobase/row/row0log.cc
%if "%{distepoch}" < "2014.0"
sed -e 's, -fuse-linker-plugin,,' -i storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake storage/tokudb/CMakeLists.txt
%endif
# -flto doesn't work with the way tokudb builds static libraries
sed -e 's, -flto,,' -i storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake storage/tokudb/CMakeLists.txt

%build
# aliasing rule violations at least in storage/tokudb/ft-index/ft/dbufio.cc
# -fuse-ld=bfd is necessary for the libmysql_versions.ld linker script to work.
export CFLAGS="%{optflags} -fno-strict-aliasing -Wno-error=maybe-uninitialized -fuse-ld=bfd -fno-delete-null-pointer-checks"
export CXXFLAGS="%{optflags} -fno-strict-aliasing -Wno-error=maybe-uninitialized -fuse-ld=bfd -fno-delete-null-pointer-checks"
export LDFLAGS="%{optflags} -fuse-ld=bfd"

%cmake \
	-DINSTALL_LAYOUT=RPM \
	-DMYSQL_DATADIR=/srv/mysql \
	-DMYSQL_UNIX_ADDR=/run/mysqld/mysql.sock \
	-DWITH_EXTRA_CHARSETS=complex \
	-DWITH_EMBEDDED_SERVER:BOOL=ON \
	-DWITH_READLINE:BOOL=ON \
	-DWITH_LIBEVENT=system

# Used by logformat during build
export LD_LIBRARY_PATH=`pwd`/storage/tokudb/ft-index/portability:$LD_LIBRARY_PATH
%make -k || make

%install
%makeinstall_std -C build

# systemd integration
mkdir -p %{buildroot}/lib/systemd/system
install -c -m 644 %{SOURCE100} %{buildroot}%{_systemunitdir}
install -c -m 755 %{SOURCE101} %{buildroot}%{_bindir}
install -c -m 755 %{SOURCE102} %{buildroot}%{_bindir}
rm -rf %{buildroot}%{_sysconfdir}/init.d

# Fix bogus doc installation
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
find %{buildroot}%{_docdir} -type f -exec mv {} %{buildroot}%{_docdir}/%{name}-%{version}/ ';'

mkdir -p %{buildroot}/srv/mysql \
	%{buildroot}%{_localstatedir}/log/mysqld
chmod 711 %{buildroot}/srv/mysql \
	%{buildroot}%{_localstatedir}/log/mysqld

# Unneeded stuff
rm -f	%{buildroot}%{_datadir}/mysql/binary-configure \
	%{buildroot}%{_datadir}/mysql/magic \
	%{buildroot}%{_datadir}/mysql/mysql-log-rotate \
	%{buildroot}%{_datadir}/mysql/solaris/postinstall-solaris
# Should those go to docs rather than just being deleted?
rm -f	%{buildroot}%{_datadir}/mysql/config.huge.ini \
	%{buildroot}%{_datadir}/mysql/config.medium.ini \
	%{buildroot}%{_datadir}/mysql/config.small.ini \
	%{buildroot}%{_datadir}/mysql/mysql.server \
	%{buildroot}%{_datadir}/mysql/mysqld_multi.server \
	%{buildroot}%{_datadir}/mysql/ndb-config-2-node.ini

# remove unneeded RHEL-4 SELinux stuff
rm -rf %{buildroot}%{_datadir}/mysql/SELinux/

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23348 |14mu|matchbox-window-manager-1.2-30
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_drakx_version 0

%{?_with_drakx: %global enable_drakx_version 1}

Summary:	Window manager for the Matchbox Desktop
Name:		matchbox-window-manager
Version:	1.2
Release:	30
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://projects.o-hand.com/matchbox/
Source0:	http://projects.o-hand.com/matchbox/sources/%name/%version/%{name}-%{version}.tar.bz2
#specific theme for installer
Source1:	matchbox-ia_ora.tar.bz2
Source2:	30-start-matchbox.xsetup
Source3:	80-stop-matchbox.xsetup
# (fc) 1.2-2mdv various bug fixes from SVN
Patch0:		matchbox-window-manager-1.2-svnfixes.patch
# (fc) 1.2-2mdv various customizations for DrakX
Patch1:		matchbox-window-manager-1.2-drakx.patch
# (fc) 1.2-3mdv extend theme for separate decorations for modal dialogs
Patch2:		matchbox-window-manager-1.2-modal.patch

BuildRequires:	GConf2
BuildRequires:	pkgconfig
BuildRequires:	libmatchbox-devel
BuildRequires:	expat-devel
BuildRequires:	startup-notification-devel
BuildRequires:	libXsettings-client-devel
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xdamage)
Requires(preun):GConf2

%description
Matchbox is a base environment for the X Window System running on non-desktop
embedded platforms such as handhelds, set-top boxes, kiosks and anything else
for which screen space, input mechanisms or system resources are limited.

This package contains the window manager from Matchbox.

%files
%doc AUTHORS README ChangeLog
%{_sysconfdir}/gconf/schemas/matchbox.schemas
%{_bindir}/matchbox*
%{_datadir}/matchbox/*
%{_datadir}/themes/*
%exclude %{_datadir}/themes/Ia*Ora*Smooth
%exclude %{_datadir}/matchbox/mbnoapp.xpm

%if !%{enable_drakx_version}
%preun
%preun_uninstall_gconf_schemas matchbox
%endif

#----------------------------------------------------------------------------

%package -n drakx-installer-matchbox
Summary:	Customized version of Matchbox for DrakX installer
Group:		Graphical desktop/Other

%description -n drakx-installer-matchbox
Customized version of Matchbox Window Manager for DrakX installer.

%files -n drakx-installer-matchbox
%{_sysconfdir}/X11/xsetup.d/*.xsetup
%{_bindir}/drakx-matchbox-window-manager
%{_datadir}/themes/Ia*Ora*Smooth
%{_datadir}/matchbox/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .svnfixes
%patch1 -p1 -b .drakx-version
%patch2 -p1 -b .modal

%build
[ -d standard ] || mkdir standard
cd standard
CONFIGURE_TOP=.. \
CFLAGS="%{optflags} -lm"
%configure2_5x \
	--enable-expat \
	--disable-composite \
	--enable-gconf \
	--enable-startup-notification

%make
cd -

[ -d drakx ] || mkdir drakx
cd drakx
CONFIGURE_TOP=.. \
CFLAGS="%{optflags} -DDRAKX_VERSION -lm" %configure2_5x \
	--enable-expat \
	--enable-composite \
	--disable-session \
	--disable-keyboard \
	--disable-ping-protocol \
	--disable-xrm \
	--disable-gconf \
	--disable-startup-notification \
	--disable-xsettings

%make
cd -

%install
cd standard
%makeinstall_std
cd -

#this file is ignored 
rm -rf %{buildroot}%{_sysconfdir}/matchbox/kbdconfig

mkdir -p %{buildroot}%{_sysconfdir}/X11/xsetup.d/

install -m755 %{SOURCE2} %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xsetup.d/

tar -x -C %{buildroot} -f %{SOURCE1}

install -m 755 drakx/src/matchbox-window-manager %{buildroot}%{_bindir}/drakx-matchbox-window-manager


%changelog
* Wed Oct 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2-30
+ Revision: 22eff38
- Fix 80-stop-matchbox.xsetup to exit with status 0 if pid file doesn't exist



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23349 |14mu|maven2-2.2.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bootstrap	1
%define __jar_repack	0

Name:		maven2
Version:	2.2.1
Release:	8
Summary:	Java project management and project comprehension tool

Group:		Development/Java
License:	ASL 2.0 and MIT and BSD
URL:		http://maven.apache.org

# export https://svn.apache.org/repos/asf/maven/maven-2/tags/maven-%{version}/ apache-maven-%{version}
# tar czvf %{name}-%{version}.tar.gz apache-maven-%{version}
Source0:	%{name}-%{version}.tar.gz

# Since we are using the entire dependency set "as is", we need to atleast try
# and make it so that only one version is packaged in the binary blob. This
# server an additional (and more important) purpose ... it ensures that a
# single version of each module is enough; because if not, versioned rpm names
# would be needed for those dependencies. The idea is as follows:

# Required by maven:
#  org/codehaus/plexus/1.0/plexus-1.0.jar
#  org/codehaus/plexus/1.1/plexus-1.1.jar
# What we package in the blob:
#  org/codehaus/plexus/1.1/plexus-1.1.jar
#  org/codehaus/plexus/1.0/plexus-1.0.jar -> ../1.1/plexus-1.1.jar

# Doing this for the hundreds of jars is a huge pain.. so we do the only
# thing sane people can. Crazy scripting magic! To generate the tarball

# rm -rf ~/.m2
# tar xzf SOURCE0
# cd apache-maven-%{version}
# export M2_HOME=`pwd`/installation/apache-maven-%{version}
# ant
# cd ~/.m2
# SOURCE100
# Find maven-%{version}-bootstrapdeps.tar.gz in ./
Source1:	%{name}-%{version}-bootstrapdeps.tar.gz

# 1xx for non-upstream/created sources
Source100:	%{name}-%{version}-settings.xml
Source101:	%{name}-JPackageRepositoryLayout.java
Source102:	%{name}-MavenJPackageDepmap.java
Source103:	%{name}-%{version}-depmap.xml
Source104:	%{name}-empty-dep.pom
Source105:	%{name}-empty-dep.jar

# 2xx for created non-buildable sources
Source200:	%{name}-script
Source201:	%{name}-jpp-script

Patch0:		%{name}-antbuild.patch
Patch1:		%{name}-%{version}-jpp.patch
Patch2:		%{name}-%{version}-update-tests.patch
Patch3:		%{name}-%{version}-enable-bootstrap-repo.patch
Patch4:		%{name}-%{version}-unshade.patch
Patch5:		%{name}-%{version}-default-resolver-pool-size.patch
Patch6:		%{name}-%{version}-strip-jackrabbit-dep.patch

BuildRequires:	java-devel >= 1.6.0
BuildRequires:	classworlds
BuildRequires:	jdom
BuildRequires:	zip
%if %{bootstrap}
BuildRequires:	ant
%else
BuildRequires:	apache-resource-bundles
BuildRequires:	objectweb-asm
BuildRequires:	backport-util-concurrent
BuildRequires:	buildnumber-maven-plugin
BuildRequires:	bsh
BuildRequires:	jsch
BuildRequires:	apache-commons-codec
BuildRequires:	jakarta-commons-httpclient
BuildRequires:	apache-commons-io
BuildRequires:	apache-commons-lang
BuildRequires:	apache-commons-logging
BuildRequires:	jakarta-commons-cli
BuildRequires:	jakarta-commons-collections
BuildRequires:	easymock
BuildRequires:	junit
BuildRequires:	nekohtml
BuildRequires:	ant
BuildRequires:	maven-doxia
BuildRequires:	jetty
BuildRequires:	maven-archiver
BuildRequires:	maven-assembly-plugin
BuildRequires:	maven-doxia-tools
BuildRequires:	maven-enforcer-api
BuildRequires:	maven-enforcer-plugin
BuildRequires:	maven-shade-plugin
BuildRequires:	maven-clean-plugin
BuildRequires:	maven-compiler-plugin
BuildRequires:	maven-resources-plugin
BuildRequires:	maven-install-plugin
BuildRequires:	maven-jar-plugin
BuildRequires:	maven-plugin-testing-harness
BuildRequires:	maven-pmd-plugin
BuildRequires:	maven-shared-file-management
BuildRequires:	maven-shared-common-artifact-filters
BuildRequires:	maven-shared-dependency-tree
BuildRequires:	maven-shared-repository-builder
BuildRequires:	maven-shared-io
BuildRequires:	maven-shared-downloader
BuildRequires:	maven-shared-filtering
BuildRequires:	maven-shared-reporting-api
BuildRequires:	maven-site-plugin
BuildRequires:	maven-surefire-maven-plugin
BuildRequires:	maven-surefire-provider-junit
BuildRequires:	maven-scm
BuildRequires:	maven-wagon
BuildRequires:	modello
BuildRequires:	multithreadedtc
BuildRequires:	plexus-active-collections
BuildRequires:	plexus-ant-factory
BuildRequires:	plexus-archiver
BuildRequires:	plexus-cipher
BuildRequires:	plexus-bsh-factory
BuildRequires:	plexus-build-api
BuildRequires:	plexus-classworlds
BuildRequires:	plexus-compiler
BuildRequires:	plexus-component-api
BuildRequires:	plexus-containers-container-default
BuildRequires:	plexus-container-default
BuildRequires:	plexus-i18n
BuildRequires:	plexus-interactivity
BuildRequires:	plexus-interpolation
BuildRequires:	plexus-io
BuildRequires:	plexus-resources
BuildRequires:	plexus-sec-dispatcher
BuildRequires:	plexus-utils
BuildRequires:	plexus-velocity
BuildRequires:	regexp
BuildRequires:	forge-parent
BuildRequires:	spice-parent
BuildRequires:	jakarta-oro
BuildRequires:	regexp
BuildRequires:	slf4j
BuildRequires:	velocity
%endif

Requires:	classworlds
Requires:	jdom

%if !%{bootstrap}
Requires:	apache-resource-bundles
Requires:	objectweb-asm
Requires:	backport-util-concurrent
Requires:	bsh
Requires:	jsch
Requires:	apache-commons-codec
Requires:	jakarta-commons-httpclient
Requires:	apache-commons-io
Requires:	apache-commons-lang
Requires:	apache-commons-logging
Requires:	jakarta-commons-cli
Requires:	jakarta-commons-collections
Requires:	easymock
Requires:	junit
Requires:	nekohtml
Requires:	ant
Requires:	maven-doxia
Requires:	jetty
Requires:	maven-archiver
Requires:	maven-doxia-tools
Requires:	maven-enforcer-api
Requires:	maven-enforcer-plugin
Requires:	maven-plugin-testing-harness
Requires:	maven-shared-file-management
Requires:	maven-shared-common-artifact-filters
Requires:	maven-shared-dependency-tree
Requires:	maven-shared-repository-builder
Requires:	maven-shared-io
Requires:	maven-shared-downloader
Requires:	maven-shared-filtering
Requires:	maven-shared-reporting-api
Requires:	maven-surefire-provider-junit
Requires:	maven-scm
Requires:	maven-wagon
Requires:	modello
Requires:	multithreadedtc
Requires:	jakarta-oro
Requires:	plexus-active-collections
Requires:	plexus-ant-factory
Requires:	plexus-archiver
Requires:	plexus-cipher
Requires:	plexus-bsh-factory
Requires:	plexus-build-api
Requires:	plexus-classworlds
Requires:	plexus-compiler
Requires:	plexus-component-api
Requires:	plexus-containers-container-default
Requires:	plexus-container-default
Requires:	plexus-i18n
Requires:	plexus-interactivity
Requires:	plexus-interpolation
Requires:	plexus-io
Requires:	plexus-resources
Requires:	plexus-sec-dispatcher
Requires:	plexus-utils
Requires:	plexus-velocity
Requires:	regexp
Requires:	forge-parent
Requires:	spice-parent
Requires:	jakarta-oro
Requires:	regexp
Requires:	slf4j
Requires:	velocity
%endif

BuildArch:	noarch

%description
Apache Maven is a software project management and comprehension tool. Based on
the concept of a project object model (POM), Maven can manage a project's
build, reporting and documentation from a central piece of information.

%prep
%setup -q -n apache-maven-%{version}

%patch0 -p0 -b .antbuild
%patch1 -p1 -b .jpp
%patch2 -p0 -b .update-tests

%if ! %{bootstrap}
%patch4 -p0 -b .unshade
%endif

%if %{bootstrap}
%patch3 -p0 -b .enable-bootstrap-repo
%endif

# set cache location
export M2_REPO=`pwd`/.m2
mkdir $M2_REPO

# if bootstrapping, extract the dependencies
%if %{bootstrap}
pushd $M2_REPO

  tar xzf %{SOURCE1}

  # maven-remote-resources-plugin (m-r-r-p) is used side-by-side with
  # plexus-velocity (p-v) 1.1.3 upstream.. we collapse to a single p-v version
  # of 1.1.7. 1.1.7 however has a component descriptor that conflicts
  # with the one in m-r-r-p. We therefore need to remove the descriptor
  # from m-r-r-p first
  zip -d repository/org/apache/maven/plugins/maven-remote-resources-plugin/1.0-beta-2/maven-remote-resources-plugin-1.0-beta-2.jar \
	META-INF/plexus/components.xml

  # resource bundle 1.3 is needed during build, but not when done via
  # upstream, for some reason
  mkdir -p repository/org/apache/apache-jar-resource-bundle/1.3
  ln -s ../1.4/apache-jar-resource-bundle-1.4.jar \
	repository/org/apache/apache-jar-resource-bundle/1.3/apache-jar-resource-bundle-1.3.jar
  ln -s ../1.4/apache-jar-resource-bundle-1.4.jar.sha1 \
	repository/org/apache/apache-jar-resource-bundle/1.3/apache-jar-resource-bundle-1.3.jar.sha1
popd
%endif

cp %{SOURCE101} maven-artifact/src/main/java/org/apache/maven/artifact/repository/layout/JPackageRepositoryLayout.java
cp %{SOURCE102} maven-artifact/src/main/java/org/apache/maven/artifact/repository/layout/MavenJPackageDepmap.java

# disable parallel artifact resolution
%patch5 -p1 -b .parallel-artifacts-resolution

%if !%{bootstrap}
# remove unneeded jackrabbit dependency
%patch6 -p1 -b .strip-jackrabbit-dep
%endif

# test case is incorrectly assuming that target executed by antcall
# can propagate references to its parent (stopped working with ant 1.8)
rm maven-script/maven-script-ant/src/test/java/org/apache/maven/script/ant/AntMojoWrapperTest.java

# FIXIT: look why these tests are failing with maven-surefire 2.6
rm maven-artifact/src/test/java/org/apache/maven/artifact/resolver/DefaultArtifactCollectorTest.java
rm maven-project/src/test/java/org/apache/maven/project/validation/DefaultModelValidatorTest.java

%build
export M2_REPO=`pwd`/.m2
export M2_HOME=`pwd`/installation/apache-maven-%{version}

# copy settings to where ant reads from
mkdir -p $M2_HOME/conf
cp %{SOURCE100} $M2_HOME/conf/settings.xml

# replace locations in the copied settings file
sed -i -e s:__M2_LOCALREPO_PLACEHOLDER__:"file\://$M2_REPO/cache":g $M2_HOME/conf/settings.xml
sed -i -e s:__M2_REMOTEREPO_PLACEHOLDER__:"file\://$M2_REPO/repository":g $M2_HOME/conf/settings.xml

# replace settings file location before patching
sed -i -s s:__M2_SETTINGS_FILE__:$M2_HOME/conf/settings.xml:g build.xml

# FIXME: These tests fail when building with maven for an unknown reason
rm -f maven-core/src/test/java/org/apache/maven/WagonSelectorTest.java
rm -f maven-artifact-manager/src/test/java/org/apache/maven/artifact/manager/DefaultWagonManagerTest.java
%if %{bootstrap}
ant -Dmaven.repo.local=$M2_REPO/cache
%else
mvn-jpp -P all-models -Dmaven.repo.local=$M2_REPO/cache -Dmaven2.jpp.depmap.file=%{SOURCE103} install
%endif

%install
export M2_HOME=$(pwd)/installation/apache-maven-%{version}

rm -rf $M2_HOME

mkdir -p $(pwd)/installation/
pushd $(pwd)/installation/
tar jxf ../apache-maven/target/*bz2
popd

# maven2 directory in /usr/share/java
install -dm 755 %{buildroot}%{_javadir}/%{name}

###########
# M2_HOME #
###########
install -dm 755 %{buildroot}%{_datadir}/%{name}

###############
# M2_HOME/bin #
###############
install -dm 755 %{buildroot}%{_datadir}/%{name}/bin
cp -a $M2_HOME/bin/* %{buildroot}%{_datadir}/%{name}/bin

# Remove unnecessary batch scripts
rm -f %{buildroot}%{_datadir}/%{name}/bin/*.bat

# Update conf file for unversioned jar names
sed -i -e s:'-classpath "${M2_HOME}"/boot/classworlds-\*.jar':'-classpath "${M2_HOME}"/boot/classworlds.jar':g \
	%{buildroot}%{_datadir}/%{name}/bin/mvn %{buildroot}%{_datadir}/%{name}/bin/mvnDebug

################
# M2_HOME/boot #
################
install -dm 755 %{buildroot}%{_datadir}/%{name}/boot
%if %{bootstrap}
cp -a $M2_HOME/boot/* %{buildroot}%{_datadir}/%{name}/boot/
%endif

################
# M2_HOME/conf #
################
install -dm 755 %{buildroot}%{_datadir}/%{name}/conf
cp -a $M2_HOME/conf/* %{buildroot}%{_datadir}/%{name}/conf/

###############
# M2_HOME/lib #
###############
install -dm 755 %{buildroot}%{_datadir}/%{name}/lib

install -p -m 644 $M2_HOME/lib/maven-%{version}-uber.jar %{buildroot}%{_javadir}/%{name}/uber-%{version}.jar
ln -s uber-%{version}.jar %{buildroot}%{_javadir}/%{name}/uber.jar
ln -s %{_javadir}/%{name}/uber.jar %{buildroot}%{_datadir}/%{name}/lib/maven-%{version}-uber.jar

################
# M2_HOME/poms #
#*##############
install -dm 755 %{buildroot}%{_datadir}/%{name}/poms

########################
# /etc/maven/fragments #
########################
install -dm 755 %{buildroot}/%{_sysconfdir}/maven/fragments

##############################
# /usr/share/java repository #
##############################
install -dm 755 %{buildroot}%{_datadir}/%{name}/repository
ln -s %{_javadir} %{buildroot}%{_datadir}/%{name}/repository/JPP

#######################
# javadir/maven2/poms #
#*#####################

# Install files
install -m 644 %{SOURCE104} -D %{buildroot}%{_datadir}/%{name}/poms/JPP.maven2-empty-dep.pom
install -m 644 %{SOURCE105} -D %{buildroot}%{_javadir}/%{name}/empty-dep.jar
ln -s %{_datadir}/%{name}/poms %{buildroot}%{_javadir}/%{name}/poms

# Wrappers
install -m755 %{SOURCE200} -D %{buildroot}%{_bindir}/mvn
install -m755 %{SOURCE201} -D %{buildroot}%{_bindir}/mvn-jpp

%if %{bootstrap}
    cp -af `pwd`/.m2/repository %{buildroot}%{_datadir}/%{name}/bootstrap_repo
%endif

###################
# Individual jars #
###################

for file in \
    maven-script/maven-script-ant/target/maven-script-ant-%{version}.jar \
    maven-script/maven-script-beanshell/target/maven-script-beanshell-%{version}.jar \
    apache-maven/target/apache-maven-%{version}.jar \
    maven-profile/target/maven-profile-%{version}.jar \
    maven-artifact-manager/target/maven-artifact-manager-%{version}.jar \
    maven-artifact-test/target/maven-artifact-test-%{version}.jar \
    maven-monitor/target/maven-monitor-%{version}.jar \
    maven-toolchain/target/maven-toolchain-%{version}.jar \
    maven-toolchain/target/original-maven-toolchain-%{version}.jar \
    maven-project/target/maven-project-%{version}.jar \
    maven-settings/target/maven-settings-%{version}.jar \
    maven-plugin-parameter-documenter/target/maven-plugin-parameter-documenter-%{version}.jar \
    maven-model/target/maven-model-%{version}.jar \
    maven-artifact/target/maven-artifact-%{version}.jar \
    maven-repository-metadata/target/maven-repository-metadata-%{version}.jar \
    maven-plugin-api/target/maven-plugin-api-%{version}.jar \
    maven-error-diagnostics/target/maven-error-diagnostics-%{version}.jar \
    maven-compat/target/maven-compat-%{version}.jar \
    maven-core/target/maven-core-%{version}.jar \
    maven-plugin-registry/target/maven-plugin-registry-%{version}.jar \
    maven-plugin-descriptor/target/maven-plugin-descriptor-%{version}.jar; do \

	FNAME=`basename $file`
	FNAME_NO_EXT=`basename $file .jar`
	DIR=`dirname $file`
	UNVER_NAME=`basename $file | sed -e s:-%{version}::g`
	UNVER_NAME_WITH_NO_EXT=`echo $FNAME_NO_EXT | sed -e s:-%{version}::g`
	ARTIFACT=`basename \`dirname $DIR\``


	pushd $DIR
	  install -m 644 $FNAME %{buildroot}%{_javadir}/%{name}/
	  ln -s $FNAME %{buildroot}%{_javadir}/%{name}/$UNVER_NAME
	  install -m 644 ../pom.xml %{buildroot}%{_datadir}/%{name}/poms/JPP.%{name}-$UNVER_NAME_WITH_NO_EXT.pom
	  %add_to_maven_depmap org.apache.maven $ARTIFACT %{version} JPP/%{name} $UNVER_NAME_WITH_NO_EXT
	popd
done

# maven-reporting-api
install -m 644  maven-reporting/maven-reporting-api/target/maven-reporting-api-%{version}.jar %{buildroot}%{_javadir}/%{name}/
ln -s maven-reporting-api-%{version}.jar %{buildroot}%{_javadir}/%{name}/maven-reporting-api.jar
install -m 644 maven-reporting/maven-reporting-api/pom.xml %{buildroot}%{_datadir}/%{name}/poms/JPP.%{name}-maven-reporting-api.pom
%add_to_maven_depmap org.apache.maven.reporting maven-reporting-api %{version} JPP/%{name} maven-reporting-api

# maven-reporting pom
install -m 644 maven-reporting/pom.xml %{buildroot}%{_datadir}/%{name}/poms/JPP.%{name}-maven-reporting.pom
%add_to_maven_depmap org.apache.maven.reporting maven-reporting %{version} JPP/%{name} maven-reporting

# maven pom
install -m 644 pom.xml %{buildroot}%{_datadir}/%{name}/poms/JPP.%{name}-maven.pom
%add_to_maven_depmap org.apache.maven maven %{version} JPP/%{name} maven

# create dangling symlinks but fix bz#613866
pushd %{buildroot}%{_datadir}/%{name}/lib
  build-jar-repository -s -p . jdom
popd

pushd %{buildroot}%{_datadir}/%{name}/boot
  build-jar-repository -s -p . classworlds
popd

%if ! %{bootstrap}
pushd %{buildroot}%{_datadir}/%{name}/lib
  build-jar-repository -s -p . backport-util-concurrent jsch commons-cli commons-httpclient commons-codec nekohtml maven-shared/reporting-api maven-doxia/logging-api maven-doxia/sink-api maven-wagon/file maven-wagon/http maven-wagon/http-lightweight maven-wagon/http-shared maven-wagon/provider-api maven-wagon/ssh maven-wagon/ssh-common maven-wagon/ssh-external plexus/container-default plexus/interactivity-api plexus/interpolation plexus/utils slf4j/jcl-over-slf4j slf4j/api slf4j/jdk14 slf4j/nop plexus/plexus-cipher plexus/plexus-sec-dispatcher xerces-j2 xml-commons-apis
popd
%endif

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%attr(0755,root,root) %{_bindir}/mvn
%attr(0755,root,root) %{_bindir}/mvn-jpp
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/bin
%config(noreplace) %{_datadir}/%{name}/bin/*.conf
%attr(0755,root,root) %{_datadir}/%{name}/bin/mvn
%attr(0755,root,root) %{_datadir}/%{name}/bin/mvnDebug
%{_datadir}/%{name}/boot
%{_datadir}/%{name}/conf
%{_datadir}/%{name}/lib
%{_datadir}/%{name}/poms
%{_datadir}/%{name}/repository
%{_mavendepmapfragdir}
%{_javadir}/%{name}

%if %{bootstrap}
%{_datadir}/%{name}/bootstrap_repo
%endif
%doc



%changelog

* Sun Jun 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-8
- (de35031) Rebuild with java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23350 |14mu|mc-4.8.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# experimental vfs, gpm and aspell enable
%bcond_without mrb

# avoid dependency on X11 libraries
%bcond_with x11

%bcond_with mc46_style

Summary:	A user-friendly file manager and visual shell
Name:		mc
Version:	4.8.21
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://www.midnight-commander.org/
Source0:	http://ftp.midnight-commander.org/%{name}-%{version}.tar.xz
# Highlight hidden files and dirs with black and
# whitespaces (in mcedit) with bright red like it was in mc 4.6.3 aka Russian fork
# Don't highlight syntax for .yml files
Patch0:		mc-4.8.20-old-style-defaults.patch
Patch1:		mc-4.8.19-do-not-mark-tabs.patch
Patch2:		mc-4.7.2-bash_history.patch
# Revert to pre-4.8.16 behaviour to keep bash history clean
Patch3:		mc-4.8.16-bash_history2.patch
BuildRequires:	bison
BuildRequires:	gettext-devel
BuildRequires:	gpm-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(slang)
%if %{with mrb}
BuildRequires:	groff
BuildRequires:	aspell-devel
BuildRequires:	pkgconfig(libssh2) >= 1.2.5
Requires:	aspell-en
%endif
%if %{with x}
BuildRequires:	pkgconfig(x11)
%endif
Requires:	groff

%description
Midnight Commander is a visual shell much like a file manager, only with way
more features.  It is text mode, but also includes mouse support if you are
running GPM.  Its coolest feature is the ability to ftp, view tar, zip
files, and poke into RPMs for specific files.

%files -f %{name}.lang
%doc NEWS README
%{_libdir}/mc
%{_datadir}/mc
%{_sysconfdir}/profile.d/*
%{_sysconfdir}/mc
%{_bindir}/mc
%{_bindir}/mcdiff
%{_bindir}/mcedit
%{_bindir}/mcview
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%if %{with mc46_style}
%patch0 -p1 -b .mc46-style~
%else
%patch1 -p1 -b .tabs~
%endif
%patch2 -p1 -b .bash_history~
%patch3 -p1 -b .bash_history2~

sed -i 's:|hxx|:|hh|hpp|hxx|:' misc/syntax/Syntax.in

%build
#autoreconf -fi
#%%serverbuild
export X11_WWW="www-browser"
export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE %{optflags} -Wno-strict-aliasing"
%configure2_5x \
	--enable-dependency-tracking \
	--without-included-gettext \
	--with-screen=slang \
	--with-search-engine=glib \
	--enable-nls \
	--enable-charset \
	--enable-largefile \
	--disable-rpath \
	--with-mmap \
	--enable-vfs-smb \
%if %{with mrb}
	--enable-vfs-sftp \
	--with-gpm-mouse \
	--enable-aspell \
%endif
%if %{without x}
	--without-x
%endif

%make

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_sysconfdir}/profile.d
install contrib/{mc.sh,mc.csh} %{buildroot}%{_sysconfdir}/profile.d

%find_lang %{name} --with-man

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23351 |14mu|mcstrans-0.3.4-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SELinux Translation Daemon
Name:		mcstrans
Version:	0.3.4
Release:	11
License:	GPLv2+
Group:		System/Servers
Source0:	http://fedora.redhat.com/projects/%{name}-%{version}.tar.gz
Source1:	mcstransd.service
BuildRequires:	libcap-devel
BuildRequires:	selinux-devel >= 1.30.3-1
BuildRequires:	sepol-devel >= 2.1.3-5
BuildRequires:	pkgconfig(libpcre)
Requires:	pcre
Provides:	setransd = %{EVRD}
Requires(post,preun):	rpm-helper

%description
Security-enhanced Linux is a feature of the Linux kernel and a number
of utilities with enhanced security functionality designed to add
mandatory access controls to Linux.  The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement, Role-based Access
Control, and Multi-level Security.

mcstrans provides an translation daemon to translate SELinux categories
from internal representations to user defined representation.

%files
%defattr(-,root,root,0755)
%{_mandir}/man8/mcs.8.*
%{_mandir}/man8/mcstransd.8.*
%{_mandir}/man8/setrans.conf.8.*
%{_mandir}/man8/secolor.conf.8.*
/sbin/mcstransd
%dir %{_sysconfdir}/selinux/mls/setrans.d
%dir %{_datadir}/mcstrans
%defattr(0644,root,root,0755)
%dir %{_datadir}/mcstrans/util
%dir %{_datadir}/mcstrans/examples
%{_datadir}/mcstrans/examples/*
%defattr(0755,root,root,0755)
%{_datadir}/mcstrans/util/*
%{_unitdir}/mcstransd.service

%post
%_post_service mcstrans

%preun
%_preun_service mcstrans

#----------------------------------------------------------------------------

%prep
%setup -q

%build
make clean
%make LIBDIR="%{_libdir}" CFLAGS="%{optflags}"

%install
mkdir -p %{buildroot}/%{_lib}
mkdir -p %{buildroot}/%{_libdir}
mkdir -p %{buildroot}%{_datadir}/mcstrans
mkdir -p %{buildroot}%{_sysconfdir}/selinux/mls/setrans.d

make DESTDIR="%{buildroot}" LIBDIR="%{buildroot}%{_libdir}" SHLIBDIR="%{buildroot}/%{_lib}" install
rm -f %{buildroot}%{_sbindir}/*
rm -f %{buildroot}%{_libdir}/*.a
cp -r share/* %{buildroot}%{_datadir}/mcstrans/

mkdir -p %{buildroot}%{_unitdir}
install -m644 %{SOURCE1} %{buildroot}%{_unitdir}
rm -rf %{buildroot}/%{_sysconfdir}/rc.d/init.d/mcstrans



%changelog

* Fri Jun 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.4-11
- (14a17f1) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23352 |14mu|mdadm-3.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for managing Soft RAID under Linux
Name:		mdadm
Version:	3.3.4
Release:	1
Group:		System/Kernel and hardware
License:	GPLv2+
Url:		http://www.kernel.org/pub/linux/utils/raid/mdadm/
Source0:	http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{!?git:%{version}}%{?git:%git}.tar.xz
%if %{?git:0}%{?!git:1}
Source1:	http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.sign
%endif
# From Fedora
Source3:	mdadm-raid-check
Source4:	mdadm-raid-check-sysconfig
Source5:	mdadm-cron
Source6:	mdadm.rules
Source7:	mdmonitor.service
Source8:	mdmonitor-takeover.service
Source9:	mdadm-tmpfiles.conf
Source10:	mdadm_event.conf
Patch5:		mdadm-3.3.2-byteswap.patch

# Fedora patches
Patch197:	mdadm-3.3.2-udev.patch

# udev rule used to be in udev package
BuildRequires:	groff
BuildRequires:	binutils-devel
BuildRequires:	systemd-units
Requires:	libreport-filesystem

%description
mdadm is a program that can be used to create, manage, and monitor
Linux MD (Software RAID) devices.

As such is provides similar functionality to the raidtools packages.
The particular differences to raidtools is that mdadm is a single
program, and it can perform (almost) all functions without a
configuration file (that a config file can be used to help with
some common tasks).

%prep
%setup -q %{?git:-n %{name}}
%apply_patches

echo "PROGRAM /sbin/mdadm-syslog-events" >> mdadm.conf-example

%build
%setup_compile_flags
%make CWFLAGS=-Wall SYSCONFDIR="%{_sysconfdir}" CXFLAGS="%{optflags} -fno-strict-aliasing"

%install
make install-man install-udev DESTDIR=%{buildroot} MANDIR=%{_mandir} BINDIR=/sbin SYSTEMD_DIR=%{_unitdir} install-systemd
install -m755 mdadm -D %{buildroot}/sbin/mdadm
install -m755 mdmon -D %{buildroot}/sbin/mdmon


install -p -m644 mdadm.conf-example -D %{buildroot}%{_sysconfdir}/mdadm.conf
install -p -m755 %{SOURCE3} -D %{buildroot}%{_sbindir}/raid-check
install -p -m644 %{SOURCE4} -D %{buildroot}%{_sysconfdir}/sysconfig/raid-check
install -p -m644 %{SOURCE5} -D %{buildroot}%{_sysconfdir}/cron.d/raid-check
install -p -m755 misc/syslog-events -D %{buildroot}/sbin/mdadm-syslog-events
install -p -m644 %{SOURCE6} -D %{buildroot}%{_udevrulesdir}/65-md-incremental.rules

install -m644 %{SOURCE7} -D %{buildroot}%{_unitdir}/mdmonitor.service
install -m644 %{SOURCE9} -D %{buildroot}%{_tmpfilesdir}/%{name}.conf

install -m644 %{SOURCE10} -D %{buildroot}%{_sysconfdir}/libreport/events.d/mdadm_event.conf

%files
%doc TODO ChangeLog README.initramfs ANNOUNCE*
/sbin/mdadm
/sbin/mdadm-syslog-events
/sbin/mdmon
%{_sbindir}/raid-check
%config(noreplace) %{_sysconfdir}/cron.d/raid-check
%config(noreplace,missingok) %{_sysconfdir}/mdadm.conf
%config(noreplace) %{_sysconfdir}/sysconfig/raid-check
%{_udevrulesdir}/63-md-raid-arrays.rules
%{_udevrulesdir}/64-md-raid-assembly.rules
%{_udevrulesdir}/65-md-incremental.rules
%{_unitdir}/*.service
%{_unitdir}/*.timer
%{_systemshutdowndir}/mdadm.shutdown
%{_tmpfilesdir}/%{name}.conf
%{_sysconfdir}/libreport/events.d/*
%{_mandir}/man*/md*

%changelog

* Wed Nov 11 2015 Denis Silakov <dsilakov@gmail.com> 3.3.4-1
- (54e443f) Updated to 3.3.4 from cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23353 |14mu|mdds-1.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with mem_tests

Summary:	A collection of multi-dimensional data structures and indexing algorithms
Name:		mdds
Version:	1.2.1
Release:	3
License:	MIT
Group:		Development/C++
Url:		http://code.google.com/p/multidimalgorithm/
Source0:	http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2
BuildRequires:	boost-devel
%if %{with mem_tests}
BuildRequires:	valgrind
%endif
BuildArch:	noarch

%description
A collection of multi-dimensional data structures and indexing algorithms.

It implements the following data structures:
* segment tree
* flat segment tree
* rectangle set
* point quad tree
* mixed type matrix

#----------------------------------------------------------------------------

%package devel
Summary:	Headers for %{name}
Group:		Development/C++
Requires:	boost-devel

%description devel
Headers for %{name}.

%files devel
%doc AUTHORS NEWS README.md
%{_includedir}/mdds
%{_datadir}/pkgconfig/mdds-1.2.pc

#----------------------------------------------------------------------------

%prep
%setup -q
# this is only used in tests
sed -i -e '/^CPPFLAGS/s/-Wall -Os/-Wall %{optflags}/' Makefile* configure*

%build
%configure2_5x
%make

%install
mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_datadir}/pkgconfig
mkdir %{buildroot}%{_includedir}/mdds
cp -pr include/mdds/* %{buildroot}%{_includedir}/mdds
cp misc/mdds-1.2.pc %{buildroot}%{_datadir}/pkgconfig

%check
for t in flat_segment_tree_test point_quad_tree_test rectangle_set_test segment_tree_test; do
    make $t
done
%if %{with mem_tests}
    for t in flat_segment_tree_test point_quad_tree_test rectangle_set_test segment_tree_test; do
        make $t._mem.mem
    done
%endif


%changelog

* Tue Mar 21 2017 alzim <alzim@bk.ru> 1.2.1-3
- (afd2f42) Merge pull request #2 from alzim/mdds:rosa2014.1
- (afd2f42) New version 1.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23354 |14mu|memcached-1.4.33-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	High-performance memory object caching system
Name:		memcached
Version:	1.4.33
Release:	1
License:	BSD
Group:		System/Servers
Url:		http://memcached.org/
Source0:	http://www.memcached.org/files/%{name}-%{version}.tar.gz
Source1:        %{name}-tmpfiles.conf
Source2:	memcached.sysconfig
Source3:	memcached.logrotate
Source4:        memcached@.service
Source5:        memcached.target

# (cg) The test profileing stuff doesn't work
Patch0:		0001-Disable-test-profiling-as-it-doesn-t-seem-to-work.patch
Patch2:		memcached-1.4.5-disable-werror.patch

BuildRequires:	doxygen
BuildRequires:	cyrus-sasl
BuildRequires:	sasl-plug-plain
BuildRequires:	sasl-plug-crammd5
# Required by test suite
BuildRequires:	sasl-plug-sasldb
BuildRequires:	xsltproc
BuildRequires:	sasl-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(libevent)
Requires(pre,postun):	rpm-helper
Requires:	cyrus-sasl
Requires:	sasl-plug-plain
Requires:	sasl-plug-crammd5

%description
memcached is a flexible memory object caching daemon designed to alleviate
database load in dynamic web applications by storing objects in memory. It's
based on libevent to scale to any size needed, and is  specifically optimized
to avoid swapping and always use non-blocking I/O.

%files
%doc AUTHORS* COPYING ChangeLog NEWS doc/CONTRIBUTORS doc/protocol.txt doc/readme.txt
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_bindir}/%{name}-tool
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/%{name}*.service
%{_unitdir}/%{name}.target

#---------------------------------------------------------------------------

%package devel
Summary:	Files needed for development using memcached protocol
Group:		Development/C
Requires:	%{name} = %{version}-%{release}

%description	devel
Install memcached-devel if you are developing C/C++ applications that require
access to the memcached binary include files.

%files devel
%dir %{_includedir}/memcached
%{_includedir}/memcached/*.h

#---------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
#autoreconf -fi
#./autogen.sh

%build
%serverbuild
%configure2_5x --enable-sasl
%make
make docs

#%%check
#export PATH="$PATH:/sbin:/usr/sbin"
#make test

%install
%makeinstall_std

install -m644 %{SOURCE1} -D %{buildroot}%{_tmpfilesdir}/%{name}.conf
install -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -m755 scripts/%{name}-tool %{buildroot}%{_bindir}/%{name}-tool

install -m644 %{SOURCE4} -D %{buildroot}%{_unitdir}/%{name}@.service
install -m644 %{SOURCE5} -D %{buildroot}%{_unitdir}/%{name}.target

%post
%tmpfiles_create %{name}
%_post_service %{name} %{name}.target

%preun
%_preun_service %{name} %{name}.target

%pre
%_pre_useradd %{name} /dev/null /bin/false

%postun
%_postun_userdel %{name}

%changelog

* Tue Nov 01 2016 alzim <alzim@bk.ru> 1.4.33-1
- (46e5309) Merge pull request #2 from import/memcached:rosa2016.1
- (46e5309) Updated to 1.4.33



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23355 |14mu|memtest86+-5.01-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug package is empty and rpmlint rejects build
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A stand alone memory test for i386 architecture systems
Name:		memtest86+
Version:	5.01
Release:	1
License:	GPL
Source0:	http://www.memtest.org/download/%{version}/%{name}-%{version}.tar.gz
# The patches are from Fedora and Mageia
Patch0:		memtest86+-5.01-no-scp.patch
Patch1:		memtest86+-5.01-no-optimization.patch
Patch2:		memtest86+-5.01-compile-fix.patch
Patch3:		memtest86+-5.01-crash-fix.patch
Patch4:		memtest86+-5.01-fgnu89-inline.patch
Patch5:		memtest86+-5.01-real-mode-reloc.patch
URL:		http://www.memtest.org
Group:		System/Kernel and hardware
BuildRequires:	dev86
Requires:	initscripts, drakxtools-backend

ExclusiveArch:	%{ix86} x86_64
%rename	memtest86

%description
Memtest86+ is a thorough stand-alone memory test for x86 and x86-64
architecture computers. BIOS based memory tests are only a quick
check and often miss many of the failures that are detected by
Memtest86+.

%prep
%setup -q
%apply_patches

%build
%make

%install
install -m644 memtest.bin -D %{buildroot}/boot/memtest.bin

%post
if [ -x /usr/sbin/bootloader-config ]; then
    /usr/sbin/bootloader-config --action add-entry --label memtest --image /boot/memtest.bin
fi

%preun
if [ -x /usr/sbin/bootloader-config ]; then
    /usr/sbin/bootloader-config --action remove-entry --label memtest
fi

%files
%doc FAQ
/boot/memtest.bin


%changelog

* Thu Feb 18 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 5.01-1
- (3794681) Updated to version 5.01 with additional patches
- (3794681) The change log: http://memtest.org/#change
- (3794681) The patches are from Fedora and Mageia. Unlike these distros, let us not
- (3794681) meddle with ELF version for now. It can be enabed later if needed.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23356 |14mu|memtester-4.3.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Memory tester
Name:		memtester
Version:	4.3.0
Release:	7
License:	GPLv2+
Group:		Monitoring
Url:		http://pyropus.ca/software/memtester/
Source0:	http://pyropus.ca/software/memtester/old-versions/%{name}-%{version}.tar.gz

%description
Memtest is a utility for testing the memory subsystem in a computer to
determine if it is faulty.

%files
%doc BUGS CHANGELOG COPYING README.tests README
%{_bindir}/*
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%prep
%setup -q
echo "cc %{optflags} -DPOSIX -D_POSIX_C_SOURCE=200809L -D_FILE_OFFSET_BITS=64 -DTEST_NARROW_WRITES -c" > conf-cc
echo "cc %{ldflags}" > conf-ld

%build
%make

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 memtester %{buildroot}%{_bindir}

mkdir -p %{buildroot}%{_mandir}/man8
install -m 644 memtester.8 %{buildroot}%{_mandir}/man8/


%changelog

* Tue Dec 12 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.3.0-7
- (44dbdc6) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23357 |14mu|mercurial-4.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A fast, lightweight distributed source control management system
Name:		mercurial
Version:	4.1.3
Release:	1
License:	GPLv2+
Group:		Development/Tools
Url:		http://www.selenic.com/mercurial/
Source0:	https://www.mercurial-scm.org/release/%{name}-%{version}.tar.gz
BuildRequires:	asciidoc
BuildRequires:	python-docutils
BuildRequires:	xmlto
BuildRequires:	pkgconfig(python)
Provides:	hg = %{EVRD}

%description
Mercurial is a fast, lightweight source control management system
designed for efficient handling of very large distributed projects.

%files -f %{name}.files
%doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html *.cgi contrib/*.fcgi
%doc %attr(644,root,root) contrib/*.svg
%dir %{_sysconfdir}/mercurial
%dir %{_sysconfdir}/mercurial/hgrc.d
%{_mandir}/man*/*
%{_sysconfdir}/bash_completion.d/mercurial.sh
%{_datadir}/zsh/site-functions/_mercurial
%{_datadir}/emacs/site-lisp/*.el
%{_datadir}/xemacs/site-packages/lisp/*.el
%{_bindir}/hgk
%{_bindir}/hg-ssh

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make all

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install -O1 --root %{buildroot} --prefix %{_prefix} --record=%{name}.files
make install-doc DESTDIR=%{buildroot} MANDIR=%{_mandir}

install contrib/hgk          %{buildroot}%{_bindir}
install contrib/hg-ssh       %{buildroot}%{_bindir}

bash_completion_dir=%{buildroot}%{_sysconfdir}/bash_completion.d
mkdir -p $bash_completion_dir
install -m 644 contrib/bash_completion $bash_completion_dir/mercurial.sh

zsh_completion_dir=%{buildroot}%{_datadir}/zsh/site-functions
mkdir -p $zsh_completion_dir
install -m 644 contrib/zsh_completion $zsh_completion_dir/_mercurial

lisp_dir=%{buildroot}%{_datadir}/emacs/site-lisp
mkdir -p $lisp_dir
install -m 644 contrib/mercurial.el $lisp_dir
install -m 644 contrib/mq.el $lisp_dir

xlisp_dir=%{buildroot}%{_datadir}/xemacs/site-packages/lisp
mkdir -p $xlisp_dir
install -m 644 contrib/mercurial.el $xlisp_dir
install -m 644 contrib/mq.el $xlisp_dir

mkdir -p %{buildroot}%{_sysconfdir}/mercurial/hgrc.d


%changelog

* Sun Apr 23 2017 dsilakov <denis.silakov@rosalab.ru> 4.1.3-1
- (3520984) Merge pull request #19 from pavd/mercurial:rosa2016.1
- (3520984) up to 4.1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23358 |14mu|mesa-13.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%bcond_with opencl
%bcond_without osmesa
%bcond_without osmesa_gallium
%bcond_with va
%bcond_without vdpau
%bcond_without wayland
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

# Direct3D9 state tracker ("nine")
%bcond_without nine

# Vulkan
%bcond_without vulkan
%define vulkan_drivers --with-vulkan-drivers=intel,radeon


%ifarch %{arm}
%define dri_drivers "swrast,nouveau,r200,radeon"
%else
%define dri_drivers "swrast,i915,i965,nouveau,r200,radeon"
%bcond_without vmware
%endif

%define gallium_drivers r300,r600,radeonsi,nouveau,svga,swrast,virgl


Summary:	OpenGL-compatible 3D graphics library
Name:		mesa
Version:	13.0.6
Release:	1
License:	MIT
Group:		System/Libraries
Url:		http://www.mesa3d.org
Source0:	ftp://ftp.freedesktop.org/pub/mesa/%{version}/mesa-%{version}.tar.xz
Source1:	mesa.rpmlintrc
Source3:	make-git-snapshot.sh

Patch1:		mesa-9.2-hardware-float.patch
Patch2:		mesa-11.2-evergreen-big-endian.patch

Patch101:       Revert-i915-Always-enable-GL-2.0-support.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gccmakedep
BuildRequires:	libxml2-python
BuildRequires:	makedepend
BuildRequires:	elfutils-devel
BuildRequires:	llvm-devel >= 3.5.0
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libdrm) >= 2.4.68
%if %{with va}
BuildRequires:	pkgconfig(libva)
%endif
BuildRequires:	pkgconfig(talloc)
%if %{with vdpau}
BuildRequires:	pkgconfig(vdpau)
%endif
%if %{with wayland}
BuildRequires:	pkgconfig(wayland-client)
%endif
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xvmc)
BuildRequires:	pkgconfig(xxf86vm)
# Needed to build with support for DRI2 and DRI3 X11 extensions.
BuildRequires:	pkgconfig(dri2proto)
BuildRequires:	pkgconfig(dri3proto)
BuildRequires:	pkgconfig(xshmfence)
BuildRequires:	pkgconfig(xcb-dri3)
BuildRequires:	pkgconfig(xcb-present)
%if %{with selinux}
BuildRequires:	libselinux-devel
%endif
%if %{with vulkan}
BuildRequires:	vulkan-devel
# for SHA1 implementation from libnettle:
BuildRequires:	pkgconfig(nettle)
# [NB] Why not libcrypto & openssl? That is why:
# https://github.com/ValveSoftware/steam-for-linux/issues/4504
%endif

# [NB] Do not mark it noarch, otherwise rpm will be confused on where 
# to store debuginfo for the subpackages (all debug info should be stored
# in mesa-debuginfo).

# Mesa 10.x does not provide dricore library anymore. The DRI drivers now
# get what they need some other way (see also mesa repo, 
# commit dde9260fdc1fb6792df24a4790ea1c255ad9284a, 
# "mesa: Remove dricore from the build")
# 
# We need these obsoletes in case someone is updating the system from 
# ROSA R3 or ROSA 2012 LTS, etc.
%define dricoremajor 1
%define libdricore %mklibname dricore %{dricoremajor}
%define devdricore %mklibname dricore -d
Obsoletes:	%{libdricore} < %{EVRD}
Obsoletes:	%{devdricore} < %{EVRD}

%description
Mesa is an OpenGL compatible 3D graphics library. This particular package 
contains no libraries but rather the common files.

%files
%doc docs/README.*
%config(noreplace) %{_sysconfdir}/drirc

#----------------------------------------------------------------------------

%define dridrivers %mklibname dri-drivers

%package -n %{dridrivers}
Summary:	Mesa DRI drivers
Group:		System/Libraries

%description -n %{dridrivers}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the DRI drivers and also the experimental back-ends for the
vdpau and xvmc state trackers.

%files -n %{dridrivers}
%dir %{_libdir}/dri
%{_libdir}/dri/i915_dri.so
%{_libdir}/dri/i965_dri.so
%{_libdir}/dri/nouveau_dri.so
%{_libdir}/dri/nouveau_vieux_dri.so
%{_libdir}/dri/r200_dri.so
%{_libdir}/dri/r300_dri.so
%{_libdir}/dri/r600_dri.so
%{_libdir}/dri/radeon_dri.so
%{_libdir}/dri/radeonsi_dri.so
%{_libdir}/dri/swrast_dri.so
%{_libdir}/dri/kms_swrast_dri.so
%{_libdir}/dri/vmwgfx_dri.so
%{_libdir}/dri/virtio_gpu_dri.so
%if %{with va}
%{_libdir}/dri/gallium_drv_video.so
%endif
# xvmc state tracker backends
%{_libdir}/libXvMCnouveau.so.*
%{_libdir}/libXvMCr600.so.*
%{_libdir}/libXvMCgallium.so.*
# vdpau state tracker backends
%{_libdir}/vdpau/libvdpau_nouveau.so.*
%{_libdir}/vdpau/libvdpau_r600.so.*
%{_libdir}/vdpau/libvdpau_r300.so.*
%{_libdir}/vdpau/libvdpau_radeonsi.so.*

# XvMC and VDPAU are no longer supported for softpipe, see the commits 
# 7c253184, 5f7233c8 and a few other in mesa git repo. For r300, VDPAU 
# support has been re-enabled.
#----------------------------------------------------------------------------

%define glmajor 1
%define libgl %mklibname gl %{glmajor}

%package -n %{libgl}
Summary:	Files for Mesa (GL and GLX libs)
Group:		System/Libraries
Requires:	%{dridrivers} = %{EVRD}
Suggests:	%mklibname txc-dxtn
# Needed in case someone updates the system from ROSA 2012 LTS
Provides:	libmesagl = %{EVRD}
%rename		%{_lib}mesagl1

%description -n %{libgl}
Mesa is an OpenGL compatible 3D graphics library: GL
and GLX parts.

%files -n %{libgl}
%{_libdir}/libGL.so.%{glmajor}*
%dir %{_libdir}/mesa
%{_libdir}/mesa/libGL.so.%{glmajor}*

#----------------------------------------------------------------------------

%define devgl %mklibname gl -d

%package -n %{devgl}
Summary:	Development files for Mesa (OpenGL compatible 3D lib)
Group:		Development/C
Requires:	%{libgl} = %{EVRD}
%rename		%{_lib}mesagl1-devel

%description -n %{devgl}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile Mesa programs.

%files -n %{devgl}
%{_includedir}/GL/gl.h
%{_includedir}/GL/gl_mangle.h
%{_includedir}/GL/glext.h
%{_includedir}/GL/glx.h
%{_includedir}/GL/glxext.h
%{_includedir}/GL/glx_mangle.h
%if !%{with osmesa}
%{_includedir}/GL/osmesa.h
%endif
%{_libdir}/libGL.so
%{_libdir}/libXvMC*.so
%{_libdir}/pkgconfig/gl.pc
%{_libdir}/pkgconfig/dri.pc
%{_includedir}/GL/glcorearb.h
%dir %{_includedir}/GL/internal
%{_includedir}/GL/internal/dri_interface.h

#----------------------------------------------------------------------------

%define eglmajor 1
%define libegl %mklibname egl %{eglmajor}

%package -n %{libegl}
Summary:	Files for Mesa (EGL libs)
Group:		System/Libraries
%rename		%{_lib}mesaegl1

%description -n %{libegl}
Mesa is an OpenGL compatible 3D graphics library: EGL
parts.

%files -n %{libegl}
%{_libdir}/libEGL.so.%{eglmajor}*

#----------------------------------------------------------------------------

%define devegl %mklibname egl -d

%package -n %{devegl}
Summary:	Development files for Mesa (EGL libs)
Group:		Development/C
Requires:	%{libegl} = %{EVRD}
%rename		%{_lib}mesaegl1-devel

%description -n %{devegl}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile Mesa programs based on EGL.

%files -n %{devegl}
%{_includedir}/EGL
%{_includedir}/KHR
%{_libdir}/libEGL.so
%{_libdir}/pkgconfig/egl.pc

#----------------------------------------------------------------------------

%define gbmmajor 1
%define libgbm %mklibname gbm %{gbmmajor}

%package -n %{libgbm}
Summary:	Files for Mesa (gbm libs)
Group:		System/Libraries

%description -n %{libgbm}
Mesa is an OpenGL compatible 3D graphics library: GBM
(Graphics Buffer Manager) parts.

%files -n %{libgbm}
%{_libdir}/libgbm.so.%{gbmmajor}*

#----------------------------------------------------------------------------

%define devgbm %mklibname gbm -d

%package -n %{devgbm}
Summary:	Development files for Mesa (gbm libs)
Group:		Development/C
Requires:	%{libgbm} = %{EVRD}
# libudev-devel is needed for development with gbm libs.
Requires:	pkgconfig(libudev)

%description -n %{devgbm}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile Mesa programs based on GBM
(Graphics Buffer Manager).

%files -n %{devgbm}
%{_includedir}/gbm.h
%{_libdir}/libgbm.so
%{_libdir}/pkgconfig/gbm.pc

#----------------------------------------------------------------------------

%define glesv1major 1
%define libglesv1 %mklibname glesv1_ %{glesv1major}

%package -n %{libglesv1}
Summary:	Files for Mesa (glesv1 libs)
Group:		System/Libraries
%rename		%{_lib}mesaglesv1_1

%description -n %{libglesv1}
Mesa is an OpenGL compatible 3D graphics library:
OpenGL ES library version 1 parts. OpenGL ES is a low-level, lightweight API
for advanced embedded graphics using well-defined subset profiles of OpenGL.

%files -n %{libglesv1}
%{_libdir}/libGLESv1_CM.so.%{glesv1major}*

#----------------------------------------------------------------------------

%define devglesv1 %mklibname glesv1 -d

%package -n %{devglesv1}
Summary:	Development files for glesv1 libs
Group:		Development/C
Requires:	%{libglesv1} = %{EVRD}
%rename		%{_lib}mesaglesv1_1-devel

%description -n %{devglesv1}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile OpenGL ES 1 programs.

%files -n %{devglesv1}
%{_includedir}/GLES
%{_libdir}/libGLESv1_CM.so
%{_libdir}/pkgconfig/glesv1_cm.pc

#----------------------------------------------------------------------------

%define glesv2major 2
%define libglesv2 %mklibname glesv2_ %{glesv2major}

%package -n %{libglesv2}
Summary:	Files for Mesa (glesv2 libs)
Group:		System/Libraries
%rename		%{_lib}mesaglesv2_2

%description -n %{libglesv2}
Mesa is an OpenGL compatible 3D graphics library:
OpenGL ES library version 2 parts. OpenGL ES is a low-level, lightweight API
for advanced embedded graphics using well-defined subset profiles of OpenGL.

%files -n %{libglesv2}
%{_libdir}/libGLESv2.so.%{glesv2major}*

#----------------------------------------------------------------------------

%define devglesv2 %mklibname glesv2 -d

%package -n %{devglesv2}
Summary:	Development files for glesv2 libs
Group:		Development/C
Requires:	%{libglesv2} = %{EVRD}
%rename		%{_lib}mesaglesv2_2-devel

%description -n %{devglesv2}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile OpenGL ES 2 programs.

%files -n %{devglesv2}
%{_includedir}/GLES2
%{_libdir}/libGLESv2.so
%{_libdir}/pkgconfig/glesv2.pc

#----------------------------------------------------------------------------

%define devglesv3 %mklibname glesv3 -d

%package -n %{devglesv3}
Summary:	Development files for glesv3 libs
Group:		Development/C
# there is no pkgconfig
Provides:	glesv3-devel = %{version}-%{release}

%description -n %{devglesv3}
This package contains the headers needed to compile OpenGL ES 3 programs.

%files -n %{devglesv3}
%{_includedir}/GLES3
#----------------------------------------------------------------------------

%define glapimajor 0
%define libglapi %mklibname glapi %{glapimajor}

%package -n %{libglapi}
Summary:	Files for Mesa (glapi libs)
Group:		System/Libraries

%description -n %{libglapi}
Mesa is an OpenGL compatible 3D graphics library. This
package provides the glapi shared library used by gallium drivers.

%files -n %{libglapi}
%{_libdir}/libglapi.so.%{glapimajor}*

#----------------------------------------------------------------------------

%define devglapi %mklibname glapi -d

%package -n %{devglapi}
Summary:	Development files for glapi libs
Group:		Development/C
Requires:	%{libglapi} = %{EVRD}
Provides:	glapi-devel = %{EVRD}

%description -n %{devglapi}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile programs against glapi shared
library.

%files -n %{devglapi}
%{_libdir}/libglapi.so

#----------------------------------------------------------------------------

%define xamajor 2
%define libxatracker %mklibname xatracker %{xamajor}
%define devxatracker %mklibname xatracker -d

%package -n %{libxatracker}
Summary:	Mesa XA state tracker
Group:		System/Libraries

%description -n %{libxatracker}
This package contains Mesa XA state tracker.

%files -n %{libxatracker}
%{_libdir}/libxatracker.so.%{xamajor}*

#----------------------------------------------------------------------------

%package -n %{devxatracker}
Summary:	Development files for XA state tracker
Group:		Development/C
Requires:	%{libxatracker} = %{EVRD}

%description -n %{devxatracker}
This package contains the development files for the Mesa XA state tracker.

%files -n %{devxatracker}
%{_includedir}/xa_*.h
%{_libdir}/libxatracker.so
%{_libdir}/pkgconfig/xatracker.pc

#----------------------------------------------------------------------------

%define d3dmajor 1
%define libd3dtracker %mklibname d3dtracker %{d3dmajor}
%define devd3dtracker %mklibname d3dtracker -d

%package -n %{libd3dtracker}
Summary:	Mesa Direct3D9 state tracker
Group:		System/Libraries

%description -n %{libd3dtracker}
This package contains Mesa Direct3D9 ("nine") state tracker.

%files -n %{libd3dtracker}
%dir %{_libdir}/d3d
%{_libdir}/d3d/d3dadapter9.so.%{d3dmajor}*

#----------------------------------------------------------------------------

%package -n %{devd3dtracker}
Summary:	Development files for Direct3D9 state tracker
Group:		Development/C
Requires:	%{libd3dtracker} = %{EVRD}

%description -n %{devd3dtracker}
This package contains the development files for the Mesa Direct3D9 ("nine")
state tracker.

%files -n %{devd3dtracker}
%dir %{_includedir}/d3dadapter
%{_includedir}/d3dadapter/*
%{_libdir}/d3d/d3dadapter9.so
%{_libdir}/pkgconfig/d3d.pc

#----------------------------------------------------------------------------

%if %{with osmesa}
%define osmesamajor 8
%define libosmesa %mklibname osmesa %{osmesamajor}

%package -n %{libosmesa}
Summary:	Mesa offscreen rendering libraries
Group:		System/Libraries

%description -n %{libosmesa}
Mesa is an OpenGL compatible 3D graphics library: Mesa
off-screen rendering library.

%files -n %{libosmesa}
%{_libdir}/libOSMesa.so.%{osmesamajor}*
%endif

#----------------------------------------------------------------------------

%if %{with osmesa}
%define devosmesa %mklibname osmesa -d

%package -n %{devosmesa}
Summary:	Mesa offscreen rendering development package
Group:		Development/C
Requires:	%{libosmesa} = %{EVRD}

%description -n %{devosmesa}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the Mesa off-screen rendering development files.

%files -n %{devosmesa}
%dir %{_includedir}/GL
%{_includedir}/GL/osmesa.h
%{_libdir}/libOSMesa.so
%{_libdir}/pkgconfig/osmesa.pc
%endif

#----------------------------------------------------------------------------

%if %{with wayland}
%define waylandeglmajor 1
%define libwaylandegl %mklibname wayland-egl %{waylandeglmajor}

%package -n %{libwaylandegl}
Summary:	Files for Mesa (Wayland EGL libs)
Group:		System/Libraries

%description -n %{libwaylandegl}
Mesa is an OpenGL compatible 3D graphics library:
Wayland EGL platform parts.

%files -n %{libwaylandegl}
%{_libdir}/libwayland-egl.so.%{waylandeglmajor}*
%endif

#----------------------------------------------------------------------------

%if %{with wayland}
%define devwaylandegl %mklibname wayland-egl -d

%package -n %{devwaylandegl}
Summary:	Development files for Mesa (Wayland EGL libs)
Group:		Development/C
Requires:	%{libwaylandegl} = %{EVRD}

%description -n %{devwaylandegl}
Mesa is an OpenGL compatible 3D graphics library. This
package contains the headers needed to compile Mesa programs based on Wayland
EGL platform.

%files -n %{devwaylandegl}
%{_libdir}/libwayland-egl.so
%{_libdir}/pkgconfig/wayland-egl.pc
%endif

#----------------------------------------------------------------------------

%if %{with vulkan}

%define vlkdrivers %mklibname vulkan-drivers
%define devvlkdrivers %mklibname vulkan-drivers -d

%package -n	%{vlkdrivers}
Summary:        Mesa Vulkan drivers
Requires:       vulkan
Provides:	mesa-vulkan-drivers = %{EVRD}

%description -n	%{vlkdrivers}
The drivers with support for the Vulkan API.

%files -n	%{vlkdrivers}
%{_libdir}/libvulkan_intel.so
%{_libdir}/libvulkan_radeon.so
%{_datadir}/vulkan/icd.d/intel_icd*.json
%{_datadir}/vulkan/icd.d/radeon_icd*.json

#----------------------------------------------------------------------------

%package -n	%{devvlkdrivers}
Summary:        Mesa Vulkan development files
Requires:       %{vlkdrivers} = %{EVRD}

Requires:       vulkan-devel
Provides:	mesa-vulkan-devel = %{EVRD}

%description -n	%{devvlkdrivers}
Mesa headers for development with the Vulkan API.

%files -n %{devvlkdrivers}
%{_includedir}/vulkan/
%endif

#----------------------------------------------------------------------------

%package common-devel
Summary:	Meta package for Mesa development files
Group:		Development/C
Requires:	%{devgl} = %{EVRD}
Requires:	%{devxatracker} = %{EVRD}
Requires:	%{devegl} = %{EVRD}
Requires:	%{devglapi} = %{EVRD}
Requires:	%{devgbm} = %{EVRD}
Requires:	%{devglesv1} = %{EVRD}
Requires:	%{devglesv2} = %{EVRD}
Requires:	%{devglesv3} = %{EVRD}
%if %{with wayland}
Requires:	%{devwaylandegl} = %{EVRD}
%endif
%if %{with osmesa}
Requires:	%{devosmesa} = %{EVRD}
%endif
%if %{with nine}
Requires:	%{devd3dtracker} = %{EVRD}
%endif
%if %{with vulkan}
Requires:	%{devvlkdrivers} = %{EVRD}
%endif
Requires:	pkgconfig(glu)
Requires:	pkgconfig(glut)

%description common-devel
Mesa common meta package for development files.

%files common-devel
# This is the meta package for development

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
# Always (re)generate auto* generated files using our autotools and libtoolize
autoreconf -vfi

%configure2_5x \
	--disable-asm \
%if %{with selinux}
	--enable-selinux \
%endif
	--enable-dri \
	--enable-vdpau \
%if %{with va}
	--enable-va \
%else
	--disable-va \
%endif
	--disable-omx \
%if %{with opencl}
	--enable-opencl \
	TODO: if OpenCL support in Mesa is needed, it needs more work
%else
	--disable-opencl \
%endif
%if %{with osmesa}
%if %{with osmesa_gallium}
	--enable-gallium-osmesa \
%else
	--enable-osmesa \
%endif
%endif
	--with-dri-driverdir=%{_libdir}/dri \
	--with-dri-drivers="%{dri_drivers}" \
%if %{with vmware}
	--enable-xa \
%endif
%if %{with nine}
	--enable-nine \
%else
	--disable-nine \
%endif
	--with-gallium-drivers="%{gallium_drivers}" \
	--enable-gallium-llvm \
	--enable-egl \
	--enable-gbm \
	--enable-gles1 \
	--enable-gles2 \
	--enable-shared-glapi \
%if %{with wayland}
	--with-egl-platforms=x11,drm,surfaceless,wayland \
%else
	--with-egl-platforms=x11,drm,surfaceless \
%endif
	--enable-glx-tls \
	--enable-texture-float=yes \
%if %{with vulkan}
	%{vulkan_drivers} \
	--with-sha1=libnettle \
%endif
	--enable-xvmc

%make

%install
%makeinstall_std

# FIXME: strip will likely break the hardlink
# (blino) hardlink libGL files in %%{_libdir}/mesa
# to prevent proprietary driver installers from removing them
mkdir -p %{buildroot}%{_libdir}/mesa
pushd %{buildroot}%{_libdir}/mesa
for l in ../libGL.so.*; do cp -a $l .; done
popd

%ifarch %{x86_64}
mkdir -p %{buildroot}%{_prefix}/lib/dri
%endif

rm -f %{buildroot}/%{_includedir}/GL/glut.h
rm -f %{buildroot}/%{_includedir}/GL/glutf90.h

%if %{with vulkan}
# These headers are included into vulkan-devel already.
rm -f %{buildroot}/%{_includedir}/vulkan/vk_platform.h
rm -f %{buildroot}/%{_includedir}/vulkan/vulkan.h
%endif

# .so files are not needed by vdpau: there is not devel package
rm -f %{buildroot}%{_libdir}/vdpau/libvdpau_*.so

# Use swrastg if built (Anssi 12/2011)
[ -e %{buildroot}%{_libdir}/dri/swrastg_dri.so ] && mv %{buildroot}%{_libdir}/dri/swrast{g,}_dri.so

%changelog

* Tue May 30 2017 tremod <negry.m@yandex.ru> 13.0.6-1
- (2301b91) Update to 13.0.6

* Sun Dec 11 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 13.0.2-4
- (50b1f7e) Use libnettle rather than libcrypto/openssl for SHA1
- (50b1f7e) Reason:
- (50b1f7e) https://github.com/ValveSoftware/steam-for-linux/issues/4504

* Sun Dec 11 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 13.0.2-3
- (67c080b) Release up

* Sun Dec 11 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 13.0.2-1
- (1152156) Do not build 'ilo' driver
- (1152156) It seems, 'ilo' is no longer maintained upstream and will be removed
- (1152156) from Mesa. Its developers probably favour Vulkan-based stuff instead.
- (1152156) Details from a developer:
- (1152156) https://lists.freedesktop.org/archives/mesa-dev/2016-December/137795.html
- (Evgenii Shatokhin: eaad6d0) Enabled experimental support for Vulkan
- (Evgenii Shatokhin: 591cbcb) Added a fix for a long-standing bug in Mesa
- (Evgenii Shatokhin: 591cbcb) https://bugs.freedesktop.org/show_bug.cgi?id=93649
- (Evgenii Shatokhin: 591cbcb) http://www.phoronix.com/scan.php?page=news_item&px=9-Year-Mesa-Bug-RadeonSI
- (Evgenii Shatokhin: 1f23b27) Updated to version 13.0.2

* Tue Nov 15 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 13.0.1-1
- (573aad3) Updated to v.13.0.1, w/o Vulkan support for now

* Fri Nov 11 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 12.0.4-1
- (abbe129) wglext.h and mesa_glinterop.h are no longer provided
- (Evgenii Shatokhin: f33521f) Updated to version 12.0.4

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 12.0.3-3
- (71a49d3) MassBuild#1169: Increase release tag

* Mon Sep 19 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 12.0.3-2
- (589b0af) Release up for a rebuild with new libdrm

* Fri Sep 16 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 12.0.3-1
- (62b09f6) Updated to version 12.0.3

* Sun Sep 11 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 12.0.2-2
- (c1a93df) Release up for a rebuild

* Tue Sep 06 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 12.0.2-1
- (b6cbd54) Updated to version 12.0.2

* Sun Aug 28 2016 Alzim <alzim@bk.ru> 12.0.1-1
- (56b854f) Updated to 12.0.1

* Mon May 16 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 11.2.2-1
- (e01e600) Updated to version 11.2.2
- (e01e600) As a part of this process, bumped the required libdrm version to 2.4.68.

* Sun Jan 17 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 11.1.1-1
- (fc18702) Updated to version 11.1.1
- (fc18702) New features in Mesa 11.1.x:
- (fc18702) http://www.phoronix.com/scan.php?page=news_item&px=Mesa-11.1-Features

* Sun Dec 13 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 11.0.6-5
- (f40d0ae) Revisited the options to make them closer to what Fedora uses
- (f40d0ae) * Added --disable-asm, just in case.
- (f40d0ae) * Removed '--enable-dri3' - let the build system decide whether to
- (f40d0ae) enable it.
- (f40d0ae) * Added swrast to the list of DRI drivers.

* Sat Dec 12 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 11.0.6-4
- (aec6227) Release up for a rebuild

* Thu Dec 03 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 11.0.6-3
- (3fe485b) Release up

* Wed Dec 02 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 11.0.6-2
- (f60dafe) Fix BR: a new libdrm is required
- (Evgenii Shatokhin: a24af41) Do not enable the experimental r600 llvm compiler
- (Evgenii Shatokhin: a24af41) This is not supported by LLVM 3.7 and is generally not recommended, it
- (Evgenii Shatokhin: a24af41) seems.

* Tue Dec 01 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 11.0.6-1
- (3249b50) Updated to version 11.0.6
- (3249b50) Major changes:
- (3249b50) http://www.mesa3d.org/relnotes/11.0.0.html
- (3249b50) Additionally:
- (3249b50) * "ilo" Mesa Gallium driver is now also enabled
- (3249b50) (http://lunarg.com/ilo-mesa-gallium-driver/)
- (3249b50) * Gallium-based OSMesa is now built

* Fri Sep 25 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 10.5.3-6
- (1e7fbd3) Release up

* Mon May 18 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 10.5.3-5
- (7e67719) BuildList#2501564: Increase release tag

* Fri May 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 10.5.3-4
- (71f1ba0) BuildList#2501564: Increase release tag

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 10.5.3-3
- (503a5d9) BuildList#2501564: Increase release tag

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 10.5.3-2
- (2c67b1d) BuildList#2501564: Increase release tag

* Tue Apr 14 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 10.5.3-1
- (c2d9436) Updated to version 10.5.3; enabled Direct3D9 state tracker
- (c2d9436) Major changes in Mesa 10.5, from the release announcement:
- (c2d9436) - The new IR - NIR. A flat, typeless IR, supporting SSA.
- (c2d9436) - GLX/DRI3 fixes and improvements.
- (c2d9436) - A lot of preparation work for GL_ARB_direct_state_access.
- (c2d9436) - Piglit and drawElements Quality Program (dEQP) fixes.
- (c2d9436) - Initial support for the new Intel Skylake GPUs and Adreno 4xx GPUs.
- (c2d9436) - Support for GL_EXT_polygon_offset_clamp on i965, nv50, nvc0, r600,
- (c2d9436) radeonsi, llvmpipe
- (c2d9436) Besides that, Direct3D9 state tracker ("nine") has been enabled.
- (c2d9436) It is now provided by lib(64)d3dtracker1 package, the development
- (c2d9436) files are in lib(64)d3dtracker-devel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23359 |14mu|mesa-demos-8.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Demos for Mesa (OpenGL compatible 3D lib)
Name:		mesa-demos
Version:	8.3.0
Release:	3
License:	MIT
Group:		Graphics
Url:		http://www.mesa3d.org
Source0:	ftp://ftp.freedesktop.org/pub/mesa/demos/%{version}/%{name}-%{version}.tar.bz2
Source4:	Mesa-icons.tar.bz2
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
# Not essential, but builds more demos:
BuildRequires:	pkgconfig(glut)
Requires:	glxinfo = %{version}

%description
Mesa is an OpenGL-compatible 3D graphics library.

This package contains some demo programs for the Mesa library.

%files
%{_bindir}/*
%exclude %{_bindir}/glxinfo
%exclude %{_bindir}/glinfo
%dir %{_datadir}/%{name}
%{_miconsdir}/*demos*.png
%{_iconsdir}/*demos*.png
%{_liconsdir}/*demos*.png
%{_datadir}/%{name}/*

#----------------------------------------------------------------------------

%package -n glxinfo
Summary:	Commandline GLX information tool
Group:		Graphics
Conflicts:	mesa-demos < 7.7-4

%description -n glxinfo
Mesa is an OpenGL-compatible 3D graphics library.

This package contains the glinfo & glxinfo GLX information utility.

%files -n glxinfo
%{_bindir}/glxinfo
%{_bindir}/glinfo

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

perl -pi -e "s|\.\./images/|%{_datadir}/mesa-demos/|" src/*/*.c
perl -pi -e "s,\"(.*?)\.(dat|vert|geom|frag)\",\"%{_datadir}/mesa-demos/\$1.\$2\",g" src/*/*.c
perl -pi -e "s|isosurf.dat|%{_datadir}/mesa-demos/isosurf.dat|" src/*/isosurf.c


%build
LIB_DIR=%{_lib}
INCLUDE_DIR=%{buildroot}/%{_includedir}
export LIB_DIR INCLUDE_DIR DRI_DRIVER_DIR

autoreconf -fvi
%configure2_5x --with-system-data-files --disable-egl
%make

%install
%makeinstall_std

# (fg) So that demos at least work :)
cp -a src/*/*.{frag,vert,geom} %{buildroot}/%{_datadir}/%{name}

# (tv) fix conflict with bitmap:
mv %{buildroot}%{_bindir}/bitmap{,-gl}

# icons for three demos examples [we lack a frontend
# to launch the demos obviously]
install -m 755 -d %{buildroot}%{_miconsdir}
install -m 755 -d %{buildroot}%{_iconsdir}
install -m 755 -d %{buildroot}%{_liconsdir}
tar jxvf %{SOURCE4} -C %{buildroot}%{_iconsdir}


%changelog

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 8.3.0-3
- (a67a442) MassBuild#1169: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23360 |14mu|metacity-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major 3
%define libname %mklibname %{name}-private %{major}
%define devname %mklibname -d %{name}-private

Summary:	Metacity window manager
Name:		metacity
Version:	3.16.1
Release:	1

License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.gnome.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	yelp-tools
BuildRequires:	zenity
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(libgtop-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(pangoxft)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)

Requires:	zenity

%description
Metacity is a simple window manager that integrates nicely with 
GNOME. 

%package -n %{libname}
Summary:	Libraries for Metacity
Group:		System/Libraries

%description -n %{libname}
This package contains libraries used by Metacity.

%package -n %{devname}
Summary:	Libraries and include files with Metacity
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d %{name}-private 0

%description -n %{devname}
This package provides the necessary development libraries and include 
files to allow you to develop with Metacity.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-scrollkeeper

%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc README COPYING NEWS HACKING 
%{_bindir}/*
%{_datadir}/applications/metacity.desktop
%{_datadir}/GConf/gsettings/metacity-schemas.convert
%{_datadir}/glib-2.0/schemas/*
%{_datadir}/gnome-control-center/keybindings/50-metacity*.xml
%{_datadir}/gnome/wm-properties/metacity-wm.desktop
%{_datadir}/metacity
%{_datadir}/themes/*
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{devname}
%doc ChangeLog
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*

%changelog

* Thu Apr 16 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-1
- (da13e4e) fix macro name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23361 |14mu|meta-task-2014.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		meta-task
Summary:	Meta task listing packages by group
Version:	2014.1
Release:	2
License:	GPLv2+
Group:		System/Configuration/Other
Source0:	rpmsrate-raw
Source1:	check-rpmsrate
Source2:	compssUsers.pl
Source3:	prefer.vendor.list
Source4:	README
BuildArch:	noarch
BuildRequires:	drakxtools-backend

# https://qa.mandriva.com/show_bug.cgi?id=64814 (texlive update crashes system)
# Need to remove these packages first, because texlive packages were reworked
# to match upstream layout, and this causes rpm/urpmi to use several GB of
# memory, but by removing the large monolithic packages and restarting urpmi
# it updates only the texlive package, and uses far less memory.
# FIXME this probably should be in a proper "cleanup" package that also causes
# urpmi to restart.
# So we can clean these packages
Obsoletes:	texlive-doc texlive-fontsextra texlive-source texlive-texmf

%description
prefer.vendor.list is used by urpmi, rpmdrake and installer to prefer some
packages when there is a choice.

"rpmsrate" and "compsUsers.pl" are used by installer and rpmdrake to choose
packages to install.

%build
cp %{SOURCE1} .
cp %{SOURCE4} .

%install
install -d %{buildroot}%{_datadir}/%{name}
install -m644 %{SOURCE0} %{buildroot}%{_datadir}/%{name}
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/%{name}
install -d %{buildroot}%{_sysconfdir}/urpmi
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/urpmi

%check
ERR=`perl ./check-rpmsrate %{buildroot}%{_datadir}/%{name}/rpmsrate-raw 2>&1`
[ -z "$ERR" ]

%files
%doc README
%config(noreplace) %{_sysconfdir}/urpmi/prefer.vendor.list
%{_datadir}/%{name}

%changelog
* Thu Feb 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 2014.1-2
+ Revision: 2920ff5
- Drop obsoleted laptop-mode-tools



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23362 |14mu|microcode_ctl-2.1.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

%define upstream_version 2.1-12

Summary:	Intel / AMD CPU Microcode
Name:		microcode_ctl
Version:	2.1.12
Release:	1
Group:		System/Kernel and hardware
License:	Redistributable, no modification permitted
Url:		https://pagure.io/microcode_ctl
Source0:	https://releases.pagure.org/microcode_ctl/%{name}-%{upstream_version}.tar.xz
Requires:	linux-firmware
Requires(post,postun):	dracut >= 041-13
Obsoletes:	microcode < 1.0
Provides:	microcode = %{EVRD}
ExclusiveArch:	%{ix86} x86_64

%description
Intel and AMD CPUs are currently based on RISC chips with the special
microcode that actually implements the x86 instruction set. This package
provides an update for this microcode.

The microcode update is volatile and needs to be uploaded at each system
boot. That is, it does not reflash your CPU permanently.

%posttrans
# Make sure the new microcode gets into the initrd, so that it will be
# applied as early as possible.
%{_sbindir}/dracut -f /boot/initrd-$(uname -r).img $(uname -r)

# Note that if the user wants to uninstall the microcode completely, they
# still need to re-generate initrd explicitly after that.

%prep
%setup -q -n %{name}-%{upstream_version}

%build
make CFLAGS="%{optflags}"

%install
make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean

%files
/lib/firmware/*
%doc /usr/share/doc/microcode_ctl/*

%changelog

* Mon Jun 26 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.1.12-1
- (1d622a6) Do not try to build debuginfo packages
- (1d622a6) No binaries - no debug info needed.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23363 |14mu|migrationtools-47-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name MigrationTools

Name:		migrationtools
Version:	47
Release:	12
License:	BSD-like
URL:		http://www.padl.com/OSS/MigrationTools.html
Summary:	Tools for migrating local/NIS account information to LDAP
Group:		System/Configuration/Other
Provides:	%{real_name} = %{version}-%{release}
Requires:	openldap-clients
Source:		http://www.padl.com/download/%{real_name}-%{version}.tar.gz
Source3:        migration-tools.txt
Source4:        migrate_automount.pl
Patch40:        MigrationTools-47-instdir.patch
Patch41:        MigrationTools-36-mktemp.patch
Patch42:        MigrationTools-47-simple.patch
Patch43:        MigrationTools-47-suffix.patch
Patch44:        MigrationTools-24-schema.patch
Patch45:        MigrationTools-45-i18n.patch
# http://bugzilla.padl.com/show_bug.cgi?id=236
Patch46:        MigrationTools-47-dc.patch
Buildarch:	noarch

%description
The MigrationTools are a set of Perl scripts for migrating users, groups,
aliases, hosts, netgroups, networks, protocols, RPCs, and services from 
existing nameservices (flat files, NIS, and NetInfo) to LDAP.

Please note that the migration scripts honour the following environment
variables:

DEFAULT_MAIL_DOMAIN
LDAPADD 	Path the ldapadd executable, for online migration
LDIF2LDBM	Path the ldif2ldbm executable
LDAPHOST	Your LDAP server, for online migration.
LDAP_BASEDN
LDAP_BINDDN	The distinguished name to bind to the LDAP server as, for online
		migration.
LDAP_BINDCRED	The password to bind to the LDAP server with, for online 
		migration.

%prep
%setup -q -n %{real_name}-%{version}
%patch40 -p1 -b .instdir
%patch41 -p1 -b .mktemp
%patch42 -p1 -b .simple
%patch43 -p1 -b .suffix
%patch45 -p2 -b .i18n
%patch46 -p1 -b .dc
cp %{SOURCE3} .

%build

perl -pi -e "s,'migrate_common\.ph','%{_datadir}/%{name}/migrate_common.ph',g" *.pl *.sh *.ph

%install
install -d %{buildroot}%{_datadir}/%{name}
install -m 755 {*.pl,*.sh,*.txt,*.ph} %{buildroot}%{_datadir}/%{name}
install -m 755 %{SOURCE4} %{buildroot}%{_datadir}/%{name}
#install -m 644 MigrationTools-%{migtools_ver}/README %{SOURCE3} %{buildroot}%{_datadir}/%{name}

%clean

%files
%{_datadir}/%{name}
%doc README migration-tools.txt

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 47-12
- (5f64e6b) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23364 |14mu|milou-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 search client module
Name:		milou
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5declarative-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5runner-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Plasma 5 search client module.

%files -f %{name}.lang
%{_kde5_services}/miloutextpreview.desktop
%{_kde5_servicetypes}/miloupreviewplugin.desktop
%{_qt5_plugindir}/miloutextplugin.so

#----------------------------------------------------------------------------

%package -n plasma5-applet-%{name}
Summary:	Plasma 5 search client plasmoid
Group:		Graphical desktop/KDE
Requires:	%{name}

%description -n plasma5-applet-%{name}
Plasma 5 search client plasmoid.

%files -n plasma5-applet-%{name} -f plasma_applet_org.kde.milou.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.milou/
%{_kde5_datadir}/plasma/plasmoids/org.kde.milou/*
%{_kde5_services}/plasma-applet-org.kde.milou.desktop

#----------------------------------------------------------------------------

%define qmlmilou %mklibname milou-qml

%package -n %{qmlmilou}
Summary:	QML plugin for Plasma 5 search client shared library
Group:		System/Libraries
Requires:	kf5plasma-qml
Provides:	milou-qml = %{EVRD}

%description -n %{qmlmilou}
QML plugin for Plasma 5 search client shared library.

%files -n %{qmlmilou}
%dir %{_kde5_qmldir}/org/kde/milou/
%{_kde5_qmldir}/org/kde/milou/*

#----------------------------------------------------------------------------

%define milou_major 5
%define libmilou %mklibname milou %{milou_major}

%package -n %{libmilou}
Summary:	Plasma 5 search client shared library
Group:		System/Libraries
Requires:	%{qmlmilou}

%description -n %{libmilou}
Plasma 5 search client shared library.

%files -n %{libmilou}
%{_kde5_libdir}/libmilou.so.%{milou_major}*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name}
%find_lang plasma_applet_org.kde.milou

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (f08bdf5) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23365 |14mu|minicom-2.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A text-based modem control and terminal emulation program
Name:		minicom
Version:	2.7
Release:	1
License:	GPLv2+
Group:		Communications
Url:		http://alioth.debian.org/projects/minicom/
Source0:	https://alioth.debian.org/frs/download.php/file/3977/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ncurses)
Requires:	lockdev-baudboy
Requires:	lrzsz
Requires:	setserial

%description
Minicom is a simple text-based modem control and terminal emulation program
somewhat similar to MSDOS Telix. Minicom includes a dialing directory, full
ANSI and VT100 emulation, an (external) scripting language, and other features.

Minicom should be installed if you need a simple modem control program or
terminal emulator.

Run 'minicom -s' as root to create a system wide configuration. Users need
read/write permissions on the serial port devices in order to use minicom.

%files -f %{name}.lang
%doc NEWS AUTHORS INSTALL README TODO
%doc doc/Announce* doc/COMPATABILITY.lrzsz doc/HistSearch
%doc doc/Locales doc/Macros doc/QuickStart.modemu doc/README.lrzsz
%doc doc/TODO.lrzsz doc/Todo* doc/copyright.modemu doc/fselector.txt
%doc doc/japanese doc/minicom.FAQ doc/modemu.README doc/pl-translation.txt 
%doc doc/portugues-brasil doc/suomeksi doc/ChangeLog.old
%attr(755,root,dialout) %{_bindir}/minicom
%{_bindir}/runscript
%{_bindir}/xminicom
%{_bindir}/ascii-xfr
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-rpath
%make

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Mon Apr 11 2016 dsilakov <denis.silakov@rosalab.ru> 2.7-1
- (732db8f) Merge pull request #1 from alzim/minicom:rosa2014.1
- (732db8f) Updated to 2.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23366 |14mu|mirrordir-0.10.49-21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name2 diffie
%define libname2 %mklibname %{name2} 1
%define develname %mklibname -d %{name2}

Name: mirrordir
Summary: Easy to use ftp mirroring package
Version: 0.10.49
Release: 21
Source: ftp://ftp.obsidian.co.za/pub/mirrordir/mirrordir-%{version}.tar.bz2
Patch0: mirrordir-0.10.49-confpath.patch
Patch1: mirrordir-zlib-1.1.3-zfree.patch
Patch2: mirrordir-0.10.49-varargs.patch
Patch3: mirrordir-0.10.49-64bit-fixes.patch
Patch4: mirrordir-0.10.49-pam_pwdb.patch
# (tv) use system zlib:
Patch5: mirrordir-use-system-libs.patch
Patch6: mirrordir-0.10.49-fix-str-fmt.patch
Patch7: mirrordir-0.10.49-fix-install.patch
BuildRequires: automake autoconf zlib-devel
Group: Networking/File transfer 
URL: ftp://ftp.obsidian.co.za/pub/mirrordir/
License: GPLv2+
Requires: %{libname2} = %{version}

%description
Easy to use ftp mirroring package - simply use
mirrordir ftp://some.where.com/dir /some/local/dir

%package -n %libname2
Summary: The diffie library, necessary to run mirrordir
Group: System/Libraries

%description -n %libname2
The diffie library, necessary to run mirrordir.

%package -n %{develname}
Summary: Static version of the diffie library
Group: Development/C
Requires: %{libname2} = %{version}
Provides: lib%{name2}-devel = %{version}
Provides: %{name}-devel = %{version}
Obsoletes: %{mklibname -d %{name2} 1}

%description -n %{develname}
Static version of the diffie library

%prep
%setup -q
%patch0 -p1 -b .confpath
%patch1 -p1 -b .zfree
%patch2 -p1 -b .varargs
%patch3 -p1 -b .64bit-fixes
%patch4 -p1 -b .pam_pwdb
%patch5 -p1 -b .sys_libs
%patch6 -p1 -b .str
%patch7 -p1 -b .install

%build
autoreconf -fi
%configure2_5x --enable-zlib \
	CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE %{optflags}"
%make

%install

%makeinstall_std

%files 
%defattr(-,root,root,755)
%doc AUTHORS BUGS COPYING README NEWS THANKS TODO
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/mirrordir
%config(noreplace) %{_sysconfdir}/secure*
%config(noreplace) %{_sysconfdir}/pam.d/*
%{_mandir}/man*/*

%files -n %libname2
%defattr(-,root,root,755)
%doc AUTHORS BUGS COPYING README NEWS THANKS TODO
%{_libdir}/lib%{name2}.so.*

%files -n %{develname}
%defattr(-,root,root,755)
%doc AUTHORS BUGS COPYING README NEWS THANKS TODO
%{_libdir}/lib%{name2}.so
%{_libdir}/lib%{name2}.a



%changelog

* Tue May 10 2016 Denis Silakov <dsilakov@gmail.com> 0.10.49-21
- (5709b5e) Fix typo in package name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23367 |14mu|mkvtoolnix-9.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Matroska multimedia file utils
Name:		mkvtoolnix
Version:	9.7.1
Release:	1
Url:		http://www.bunkus.org/videotools/mkvtoolnix/
Source0:	https://mkvtoolnix.download/sources/%{name}-%{version}.tar.xz
Source1:	https://mkvtoolnix.download/sources/%{name}-%{version}.tar.xz.sig
License:	GPLv2+ and LGPLv2+
Group:		Video
BuildRequires:	bzip2-devel
BuildRequires:	libebml-devel >= 1.3.0
BuildRequires:	liblzo-devel
BuildRequires:	pkgconfig(libmatroska) >= 1.4.4
BuildRequires:	magic-devel
BuildRequires:	wxgtku-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	boost-devel >= 1.46
BuildRequires:  qt5-devel
BuildRequires:	ruby

%description
These tools allow information about (mkvinfo) or extraction
from (mkvdemux) or creation of (mkvmerge) or the splitting of
(mkvsplit) Matroska files. Matroska is a new multimedia file
format aiming to become THE new container format for the future. You
can find more information about it and its underlying technology, the
Extensible Binary Meta Language (EBML), at http://www.matroska.org/

%files -f %{name}.lang
%doc ChangeLog* COPYING README*
%{_bindir}/*
%{_datadir}/applications/mkvinfo.desktop
%{_datadir}/icons/hicolor/*/apps/*.*
%{_datadir}/mime/packages/%{name}.xml
%{_mandir}/man1/*
%lang(ca) %{_mandir}/ca/man1/*
%lang(de) %{_mandir}/de/man1/*
%lang(es) %{_mandir}/es/man1/*
%lang(ja) %{_mandir}/ja/man1/*
%lang(ko) %{_mandir}/ko/man1/*
%lang(nl) %{_mandir}/nl/man1/*
%lang(pl) %{_mandir}/pl/man1/*
%lang(uk) %{_mandir}/uk/man1/*
%lang(zh_CN) %{_mandir}/zh_CN/man1/*
%{_datadir}/applications/mkvtoolnix-gui.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# Add workaround for bug in gcc 4.7.2_2012.07
# otherwise configure won't find lambda functions support
%setup_compile_flags
export CXXFLAGS=`echo $CXXFLAGS | sed s/-gdwarf-4//`

# No curl to avoid "ne version" pop-up
%configure2_5x --with-wx-config=%{_bindir}/wx-config-unicode --without-curl
./drake %{_smp_mflags}

%install
./drake install DESTDIR=%{buildroot}
%find_lang %{name}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23368 |14mu|mlt-6.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 6
%define plusmaj 3
%define libname %mklibname %{name} %{major}
%define libplus %mklibname mlt++ %{plusmaj}
%define devname %mklibname %{name} -d

%bcond_with mmx

Summary:	Media Lovin' Toolkit nonlinear video editing library
Name:		mlt
Version:	6.2.0
Release:	2
License:	LGPLv2+
Group:		Video
Url:		http://mlt.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/mlt/mlt/%{name}-%{version}.tar.gz
BuildRequires:	imagemagick
BuildRequires:	ffmpeg
BuildRequires:	ffmpeg-devel
BuildRequires:	ladspa-devel
BuildRequires:	pkgconfig(eigen3)
BuildRequires:	pkgconfig(epoxy)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(frei0r)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libquicktime)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(movit)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sox)
BuildRequires:	pkgconfig(vorbis)
# For python-bindings
BuildRequires:	swig
BuildRequires:	pkgconfig(python)

%description
MLT is an open source multimedia framework, designed and developed for
television broadcasting.

It provides a toolkit for broadcasters, video editors, media players,
transcoders, web streamers and many more types of applications. The
functionality of the system is provided via an assortment of ready to
use tools, xml authoring components, and an extendible plug-in based
API.

%files
%doc docs COPYING README
%{_bindir}/melt
%{_datadir}/mlt
%{_libdir}/mlt

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for mlt
Group:		System/Libraries

%description -n %{libname}
This package contains the libraries needed to run programs dynamically
linked with mlt.

%files -n %{libname}
%{_libdir}/libmlt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libplus}
Summary:	Main library for mlt++
Group:		System/Libraries

%description -n %{libplus}
This package contains the libraries needed to run programs dynamically
linked with mlt++.

%files -n %{libplus}
%{_libdir}/libmlt++.so.%{plusmaj}*
%{_libdir}/libmlt++.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use mlt
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libplus} = %{EVRD}
# mlt-config requires stuff from %{_datadir}/%{name}
Requires:	%{name} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use mlt.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python bindings for MLT
Group:		Development/Python
Requires:	python
Requires:	%{name} = %{EVRD}

%description -n python-%{name}
This module allows to work with MLT using python.

%files -n python-%{name}
%{py_platsitedir}/%{name}.p*
%{py_platsitedir}/_%{name}.so

#----------------------------------------------------------------------------

%prep
%setup -q

chmod 644 src/modules/qt/kdenlivetitle_wrapper.cpp
chmod 644 src/modules/kdenlive/filter_freeze.c
chmod -x demo/demo

%build
%configure2_5x \
	--disable-debug \
	--enable-gpl \
	--enable-gpl3 \
	--enable-opengl \
%if %{with mmx}
	--enable-mmx \
%else
	%ifarch x86_64
	--enable-mmx \
	--enable-sse \
	%else
	--disable-mmx \
	%endif
%endif
	--luma-compress \
	--enable-avformat \
	--avformat-shared=%{_prefix} \
	--avformat-swscale \
	--enable-motion-est \
	--qt-libdir=%{_qt5_libdir} \
	--qt-includedir=%{_qt5_includedir} \
	--swig-languages='python'
%make

%install
%makeinstall_std
install -d %{buildroot}%{py_platsitedir}
install -pm 0644 src/swig/python/%{name}.py* %{buildroot}%{py_platsitedir}/
install -pm 0755 src/swig/python/_%{name}.so %{buildroot}%{py_platsitedir}/


%changelog

* Tue Nov 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.2.0-2
- (45f1345) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23369 |14mu|mock-urpm-1.3.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname mock_urpm

Summary:	Builds packages inside chroots
Name:		mock-urpm
Version:	1.3.9
Release:	1
License:	GPLv2+
Group:		Development/Other
Source0:        https://abf.io/soft/%{name}/archive/%{name}-%{version}.tar.gz
Patch0:		site-defaults.patch
Patch1:		mock-urpm.libmpc3.patch
Patch2:		mock-urpm.loop-control.patch
Patch3:		mock-urpm-umount-proc-when-cleaning-tmp.patch
URL:		http://wiki.rosalab.ru/en/index.php/Mock-urpm

BuildArch:	noarch
Requires:	tar
Requires:	pigz
Requires:	python-ctypes
Requires:	python-pexpect
Requires:	python-decoratortools
Requires:	usermode-consoleonly
Requires:	shadow-utils
Requires:	coreutils
Requires:	python-rpm
Requires:	rpm-build
BuildRequires:	python-devel
BuildRequires:	shadow-utils

%description
Mock-urpm takes an SRPM and builds it in a chroot

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%install
%makeinstall_std
mkdir -p %{buildroot}/%{_bindir}
ln -s %{_bindir}/consolehelper %{buildroot}/%{_bindir}/%{name}
ln -s %{_datadir}/bash-completion/%{name} %{buildroot}/%{_sysconfdir}/bash_completion.d/%{name}

%pre
if [ $1 -eq 1 ]; then #first install
    groupadd -r -f %{name} >/dev/null 2>&1 || :
    if [ ! -z `env|grep SUDO_USER` ]; then
	usermod -a -G %{name} `env|grep SUDO_USER | cut -f2 -d=` >/dev/null 2>&1 || :
    fi
fi

%postun
if [ $1 -eq 0 ]; then # complete removing
  rm -f %{_sysconfdir}/%{name}/default.cfg
  groupdel %{name} >/dev/null 2>&1 || :
fi

%files
# executables
%{_sbindir}/%{name}
%{_bindir}/%{name}

#consolehelper and PAM
%{_sysconfdir}/pam.d/%{name}
%{_sysconfdir}/security/console.apps/%{name}

# python stuff
%dir %{py_puresitedir}/%{modname}
%{py_puresitedir}/%{modname}/*.py
%{py_puresitedir}/%{modname}/*.pyc

#bash_completion files
%{_datadir}/bash-completion/%{name} 
%{_sysconfdir}/bash_completion.d/%{name}

# config files
%config %{_sysconfdir}/%{name}/logging.ini
%config %{_sysconfdir}/%{name}/*.cfg

#plugins
%dir %{py_puresitedir}/%{modname}/plugins
%{py_puresitedir}/%{modname}/plugins/*.py
%{py_puresitedir}/%{modname}/plugins/*.pyc

# docs
%{_mandir}/man1/%{name}.1*

# build dir
%attr(02775, root, %{name}) %dir /var/lib/%{name}

# cache dir
%attr(02775, root, %{name}) %dir /var/cache/%{name}

%changelog

* Thu Apr 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.9-1
- (6523704) 1.3.9 - Fix output to log files when --autosign is used.

* Wed Apr 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.8-1
- (bd43075) One more HOME fix

* Wed Apr 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.7-1
- (e6a505c) 1.3.7 - another approach to passing rpmmacros when '--sign' is used

* Wed Apr 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.6-1
- (b1545fd) 1.3.6 - when launched with "--sign", set HOME correctly

* Tue Apr 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.5-1
- (2fbf927) 1.3.5 - Make both --sign and --autosign options functional

* Tue Apr 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-1
- (9c60035) 1.3.4 - Implement --autosign option

* Mon Apr 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-1
- (4d71eb3) 1.3.3 - Ask for passphrase in rpmbuild -bb when --sign is specified

* Mon Apr 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.2-1
- (ea59cb3) 1.3.2 - pass --sign option to rpmbuild

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1.3.1-2
- (ce2879c) MassBuild#656: Increase release tag

* Mon Feb 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-1
- (557824b) 1.3.1 - Fix priority of *sbin folders in PATH

* Mon Feb 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-1
- (e79cbde) Try 1.2.1

* Sun Feb 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-1
- (3a25fe3) 1.3 - introduced new settings for environment variables configuration

* Tue Jan 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-1
- (93cea5b) Add --auth-no-challenge to wget options by default
- (Denis Silakov: 46fa9f6) Drop .abf.yml
- (Denis Silakov: 7a93b39) Fix folder names for rosa2014.1 configs

* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-1
- (8a4a653) Fix patch numbering
- (Denis Silakov: f9bdee1) Force proc umount during cleanup, build from ABF

* Mon Dec 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.1.12-32
- (d941b52) Spec cleanup
- (Alex Burmashev: 16587bc) MassBuild#440: Increase release tag

* Wed May 14 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.1.12-31
- (8968f77) add loop-control into chroot

* Mon May 12 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.1.12-30
- (2d8da11) add --readdrepo option

* Wed Feb 19 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.1.12-26
- (2376f16) use libmpc3 for 2012.1

* Thu Feb 13 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.1.12-25
- (cdeaf6b) add urpmi to chroot

* Thu Feb 13 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.1.12-24
- (e10c78a) added a test patch to call urpmi from chroot

* Thu Feb 13 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.1.12-23
- (df5fa9a) added a test patch

* Tue Oct 01 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.12-21
- (0157dd8) rediffed patch, config need new option, even empty

* Tue Oct 01 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1.12-20
- (d1054f9) added patch to support urpm_options, passed to urpmi.addmedia and urpmi.update
- (Alex Burmashev: 24830ac) added patch to support urpm_options, passed to urpmi.addmedia and urpmi.update

* Tue Feb 12 2013 Anton Kirilenko <anton.kirilenko@rosalab.ru> 1.1.12-19
- (401ac8d) Fix for initial configuration permissions

* Fri Feb 01 2013 Anton Kirilenko <anton.kirilenko@rosalab.ru> 1.1.12-18
- (f8b8276) merging

* Tue Dec 18 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 1.1.12-17
- (a0f99cc) Fix for hardcoded config path

* Thu Dec 13 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 1.1.12-16
- (0b9341a) Group detection improvements

* Thu Dec 06 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 1.1.12-15
- (f1f131a) Bugfix: --buildsrpm didn't raise an exception on rpmbuild failure

* Wed Nov 21 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 1.1.12-14
- (68dd6e4) Config files for Mandriva-cooker
- (Anton Kirilenko: 108371a) Bugfixes for UID processing and mtab mounting

* Thu Sep 20 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 1.1.12-12
- (d7a8248) 1.1.12-12 New configs for rosa2012.1

* Wed May 23 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 1.1.12-10
- (e1f24e8) LOG Ability to copy urpmi configs to chroot have been added

* Sat Apr 28 2012 root <root@localhost.localdomain> 1.1.12-9
- (bc647f8) update to last version

* Wed Feb 08 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.1.12-1
- (0bd19bc) Automatic import for version 1.1.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23370 |14mu|modemmanager-1.4.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname ModemManager

%define major 0
%define libname %mklibname mm-glib %{major}
%define devname %mklibname mm-glib -d

Summary:	Mobile broadband modem management service
Name:		modemmanager
Version:	1.4.16
Release:	2
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://www.freedesktop.org/software/ModemManager/%{srcname}-%{version}.tar.xz
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	ppp
BuildRequires:	xsltproc
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(mbim-glib) >= 1.10.0
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(qmi-glib) >= 1.10.0
Requires:	qmi-tools
Suggests:	usb_modeswitch
Requires(pre,post,preun,postun):	systemd

%description
The ModemManager service provides a consistent API to operate many 
different modems, including mobile broadband (3G) devices.

%files -f %{srcname}.lang
%doc README AUTHORS
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.%{srcname}1.conf
%{_datadir}/dbus-1/system-services/org.freedesktop.%{srcname}1.service
%attr(0755,root,root) %{_sbindir}/%{srcname}
%attr(0755,root,root) %{_bindir}/mmcli
%{_datadir}/dbus-1/interfaces/*.xml
%dir %{_libdir}/%{srcname}
%attr(0755,root,root) %{_libdir}/%{srcname}/libmm-plugin-*.so
%{_unitdir}/%{srcname}.service
%{_mandir}/man8/*
%{_iconsdir}/hicolor/22x22/apps/%{srcname}.png
/lib/udev/rules.d/*.rules

%triggerin -- %{name} < 1.0.0-8
#<akdengi> We need enable modemanager allready after install
/bin/systemctl enable %{srcname}.service
/bin/systemctl start %{srcname}.service

%post
%systemd_post %{srcname}.service

%preun
%systemd_preun %{srcname}.service

%postun
%systemd_postun

#----------------------------------------------------------------------------

%package devel
Summary:	Headers for adding ModemManager support to applications
Group:		System/Libraries

%description devel
This package contains various headers for accessing some ModemManager
functionality from applications.

%files devel
%{_includedir}/%{srcname}/*.h
%dir %{_datadir}/gtk-doc/html/%{srcname}
%{_datadir}/gtk-doc/html/%{srcname}/*
%{_libdir}/pkgconfig/%{srcname}.pc

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for adding ModemManager support to applications that use glib
Group:		System/Libraries
Conflicts:	%{name}-glib < 1.2.0
Obsoletes:	%{name}-glib < 1.2.0

%description -n %{libname}
This package contains the libraries that make it easier to use some 
ModemManager functionality from applications that use glib.

%files -n %{libname}
%{_libdir}/libmm-glib.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and headers for adding glib ModemManager support  
Group:		System/Libraries
Requires:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(glib-2.0)
Conflicts:	%{name}-glib-devel < 1.2.0
Obsoletes:	%{name}-glib-devel < 1.2.0
Provides:	%{name}-glib-devel = %{EVRD}

%description -n %{devname}
This package contains various headers for accessing some ModemManager 
functionality from glib applications.

%files -n %{devname}
%{_libdir}/libmm-glib.so
%dir %{_includedir}/libmm-glib
%{_includedir}/libmm-glib/*.h
%{_libdir}/pkgconfig/mm-glib.pc
%dir %{_datadir}/gtk-doc/html/libmm-glib
%{_datadir}/gtk-doc/html/libmm-glib/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}

%build
pppver=`rpm -q --qf "%{VERSION}" ppp`
pppddir=%{_libdir}/pppd/$pppver
%configure2_5x \
	--enable-more-warnings=error \
	--with-udev-base-dir=/lib/udev \
	--enable-gtk-doc=yes \
	--with-polkit=no \
	--with-systemdsystemunitdir=%{_unitdir} \
	--disable-static \
	--disable-introspection \
	--with-qmi=yes \
	--with-mbim=yes \
	--with-newest-qmi-commands
%make

%install
%makeinstall_std

# only used by test suite
rm -f %{buildroot}%{_libdir}/pppd/2.*/*.so

%find_lang %{srcname}


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23371 |14mu|modemmanager-qt-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 Qt wrapper for ModemManager API
Name:		modemmanager-qt
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(ModemManager)

%description
KDE Frameworks 5 Qt wrapper for ModemManager API.

#----------------------------------------------------------------------------

%define kf5modemmanagerqt_major 6
%define libkf5modemmanagerqt %mklibname kf5modemmanagerqt %{kf5modemmanagerqt_major}

%package -n %{libkf5modemmanagerqt}
Summary:	KDE Frameworks 5 Qt wrapper for ModemManager API shared library
Group:		System/Libraries

%description -n %{libkf5modemmanagerqt}
KDE Frameworks 5 Qt wrapper for ModemManager API shared library.

%files -n %{libkf5modemmanagerqt}
%{_kde5_libdir}/libKF5ModemManagerQt.so.%{kf5modemmanagerqt_major}
%{_kde5_libdir}/libKF5ModemManagerQt.so.%{version}

#----------------------------------------------------------------------------

%define devkf5modemmanagerqt %mklibname kf5modemmanagerqt -d

%package -n %{devkf5modemmanagerqt}
Summary:	Development files for KDE Frameworks 5 Qt wrapper for ModemManager API
Group:		Development/KDE and Qt
Requires:	%{libkf5modemmanagerqt} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5modemmanagerqt-devel = %{version}

%description -n %{devkf5modemmanagerqt}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5modemmanagerqt}
%{_kde5_includedir}/KF5/ModemManagerQt
%{_kde5_includedir}/KF5/modemmanagerqt_version.h
%{_kde5_libdir}/cmake/KF5ModemManagerQt
%{_kde5_libdir}/libKF5ModemManagerQt.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (ae6489d) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23372 |14mu|mokutil-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           mokutil
Version:        0.3.0
Release:        3
Summary:        Utility for managing SecureBoot/MOK keys
Group:          System/Kernel and hardware
License:        BSD
URL:            https://github.com/lcp/mokutil
Source0:        https://github.com/lcp/mokutil/archive/%{version}.tar.gz
Patch0:         mokutil-0.3.0-buffer-overflow.patch
Patch1:         mokutil-0.3.0-32bit-signed-comparison.patch

BuildRequires: pkgconfig(efivar) >= 0.12
BuildRequires: openssl-devel
Requires:      %{mklibname efivar 0} >= 0.12

%description
Utility for managing the "Machine's Owner Keys" list.

%prep
%setup -q
%apply_patches

%build
./autogen.sh
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
make PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot} install

%files
/usr/bin/mokutil
/usr/share/man/man1/mokutil.1.xz

%changelog
* Tue Dec 16 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 0.3.0-3
+ Revision: b7edb20
- Fixed libefivar version in requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23373 |14mu|monitorix-3.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:              monitorix
Version:           3.8.0
Release:           1
Summary:           A free, open source, lightweight system monitoring tool
License:           GPLv2+
Group:             Monitoring
URL:               http://www.monitorix.org
Source0:           http://www.monitorix.org/%{name}-%{version}.tar.gz
BuildArch:         noarch
BuildRequires:     perl
BuildRequires:     systemd
Requires:          logrotate
Requires:          perl(CGI)
Requires:          perl(Config::General)
Requires:          perl(DBD::mysql)
Requires:          perl(DBI)
Requires:          perl(HTTP::Server::Simple::CGI)
Requires:          perl(XML::Simple)
Requires:          perl(IO::Socket::SSL)
Requires(pre):     rpm-helper
Requires(post):    systemd
Requires(preun):   systemd
Requires(postun):  systemd rpm-helper

%description
Monitorix is a free, open source, lightweight system monitoring tool designed
to monitor as many services and system resources as possible. It has been
created to be used under production Linux/UNIX servers, but due to its
simplicity and small size may also be used on embedded devices as well.

%prep
%setup -q
sed -i 's|#!/usr/bin/env perl|#!/usr/bin/perl|' %{name}
sed -i 's|#!/usr/bin/env perl|#!/usr/bin/perl|' %{name}.cgi
sed -i 's|nobody|%{name}|' %{name}.conf

%build
# Nothing to build.

%install
install -pDm644 docs/%{name}.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name}
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/conf.d
install -pDm644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
install -pDm755 %{name} %{buildroot}%{_bindir}/%{name}
mkdir -p %{buildroot}/usr/lib/%{name}
install -pDm644 lib/*.pm %{buildroot}/usr/lib/%{name}
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/www
install -pDm644 logo_top.png %{buildroot}%{_localstatedir}/lib/%{name}/www
install -pDm644 logo_bot.png %{buildroot}%{_localstatedir}/lib/%{name}/www
install -pDm644 %{name}ico.png %{buildroot}%{_localstatedir}/lib/%{name}/www
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/www/imgs
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/www/cgi
install -pDm755 %{name}.cgi %{buildroot}%{_localstatedir}/lib/%{name}/www/cgi
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/reports
install -pDm644 reports/*.html %{buildroot}%{_localstatedir}/lib/%{name}/reports
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/usage
mkdir -p %{buildroot}%{_mandir}/man5
mkdir -p %{buildroot}%{_mandir}/man8
install -pDm644 man/man5/%{name}.conf.5 %{buildroot}%{_mandir}/man5
install -pDm644 man/man8/%{name}.8 %{buildroot}%{_mandir}/man8
install -pDm644 docs/%{name}.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -pDm644 docs/%{name}.service %{buildroot}%{_unitdir}/%{name}.service

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false
%_pre_groupadd %{name} %{name}

%post
%_post_service %{name}

%preun
%systemd_preun %{buildroot}%{_unitdir}/%{name}.service

%postun
%systemd_postun_with_restart %{buildroot}%{_unitdir}/%{name}.service
%_postun_userdel %{name}
%_postun_groupdel %{name} %{name}

%files
%doc Changes COPYING README README.nginx
%doc docs/%{name}-alert.sh docs/%{name}-apache.conf docs/%{name}-lighttpd.conf
%doc docs/htpasswd.pl
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%dir %{_sysconfdir}/%{name}/conf.d
%dir %{_localstatedir}/lib/%{name}/
%dir %{_localstatedir}/lib/%{name}/www
%dir %{_localstatedir}/lib/%{name}/www/cgi
%dir %{_localstatedir}/lib/%{name}/reports
%{_localstatedir}/lib/%{name}/reports/*.html
%{_mandir}/man5/%{name}.conf.5*
%{_mandir}/man8/%{name}.8*
%{_unitdir}/%{name}.service
%{_bindir}/%{name}
%{_prefix}/lib/%{name}/
%{_localstatedir}/lib/%{name}/www/logo_top.png
%{_localstatedir}/lib/%{name}/www/logo_bot.png
%{_localstatedir}/lib/%{name}/www/%{name}ico.png
%{_localstatedir}/lib/%{name}/www/cgi/%{name}.cgi
%attr(755,%{name},%{name}) %{_localstatedir}/lib/%{name}/www/imgs
%attr(755,root,root) %{_localstatedir}/lib/%{name}/usage

%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 3.8.0-1
- (7e4fb9d) Updated to 3.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23374 |14mu|mono-3.12.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define major1 1
%define libname %mklibname %{name} %{major}
%define libnamellvm %mklibname %{name}llvm %{major}
%define libname1 %mklibname %{name} 2.0 %{major1}
%define libnamedev %mklibname -d %{name}

%define bootstrap 1
%{?_with_bootstrap: %{expand: %%global bootstrap 1}}
%define monodir %{_prefix}/lib/mono

%define llvm no
%define sgen yes
%define sgenmajor 1

%define oprofile_support 1

Summary:	Mono Runtime
Name:		mono
Version:	3.12.1
Release:	6
License:	GPLv2 and LGPLv2+ and MIT
Group:		Development/C#
Source0:	http://download.mono-project.com/sources/%{name}/%{name}-%{version}.tar.bz2
# This key was generated by Götz Waschk <waschk@mandriva.org> on Oct 14, 2010
# by running the following command:
# sn -k mono.snk
# You should not regenerate this unless you have a really, really, really good reason.
Source1: mono.snk
# (tv) missing file from tarball:
Source2: Microsoft.Portable.Common.targets
#gw add some major numbers to the dll map to not depend on -devel packages
Patch0:		mono-dllmap.patch
# (fc) 1.2.3.1-4mdv disable using /proc/self/exe to detect root prefix, it breaks under unionfs
Patch1:		mono-2.6-selfexe.patch
Patch4:		mono-wapi_glop.patch
Patch5:		mono-2.10.2-threads-access.patch
Patch6:		mono-2.10.5-fix-build.patch
Patch7:		mono-armv6-check.patch
URL:		http://www.go-mono.com/
BuildRequires:	bison 
BuildRequires:	autoconf
BuildRequires:	zlib-devel
BuildRequires:	mono
%if %{oprofile_support}
BuildRequires:  oprofile-devel
%endif
%if %llvm == yes
#gw mono 2.8 does not build with our llvm 2.7
BuildRequires: llvm > 2.7
Suggests: %{libnamellvm} = %{version}-%{release}
%endif
Requires:	%{libname1} = %{version}
Requires:	%{libname} = %{version}
# gw requires by System.Drawing
Requires: 	libgdiplus
# Since mono 0.91 (mdk 10.0) we can rely on included config
Obsoletes:	mono-config
Provides:	mono-config
Provides:	libmono-runtime
Obsoletes:      libmono-runtime
# gw this is for some binary-only packages, the versions are retargetted
# by the mono runtime
Provides:        mono(mscorlib) = 1.0.3300.0 
Provides:        mono(System) = 1.0.3300.0 
Provides:        mono(System.Drawing) = 1.0.3300.0 
Provides:        mono(System.Xml) = 1.0.3300.0 
Provides:       mono(Commons.Xml.Relaxng) = 1.0.5000.0
Provides:       mono(CustomMarshalers) = 1.0.5000.0
Provides:       mono(I18N) = 1.0.5000.0
Provides:       mono(I18N.West) = 1.0.5000.0
Provides:       mono(ICSharpCode.SharpZipLib) = 0.6.0.0
Provides:       mono(ICSharpCode.SharpZipLib) = 0.84.0.0
Provides:       mono(Mono.Cairo) = 1.0.5000.0
Provides:       mono(Mono.CompilerServices.SymbolWriter) = 1.0.5000.0
Provides:       mono(Mono.Posix) = 1.0.5000.0
Provides:       mono(Mono.Security) = 1.0.5000.0
#Provides:       mono(OpenSystem.C) = 1.0.5000.0
Provides:       mono(System) = 1.0.5000.0
Provides:       mono(System.Security) = 1.0.5000.0
Provides:       mono(System.Xml) = 1.0.5000.0
Provides:       mono(mscorlib) = 1.0.5000.0
%if ! %bootstrap
#gw needed for mono-find-requires which needs monodis and libmono.so
BuildRequires: mono-devel
%endif

%rename mono-2.0
%rename mono-4.0

%description
Mono is an implementation of the ECMA Common Language Infrastructure,
it contains both a just-in-time compiler for maximum performance, and
an interpeter.  It can also be used to run programs from the .NET
Framework.

This package contains the core of the Mono runtime including its
Virtual Machine, Just-in-time compiler, C# compiler, security tools
and libraries (corlib, XML, System.Security, System.Drawing, ZipLib,
I18N, Cairo and Mono.*).

%package doc
Summary:	Documentation for the Mono runtime
Group:		Development/C#
Requires:	mono
BuildArch:	noarch

%description doc
Mono is an implementation of the ECMA Common Language Infrastructure,
it contains both a just-in-time compiler for maximum performance, and
an interpeter.  It can also be used to run programs from the .NET
Framework.
This package provides documentation for the Mono runtime.

%package -n %{libname}
Summary:	Libraries for the Mono runtime
Group:		System/Libraries

%description -n %{libname}
Mono is an implementation of the ECMA Common Language Infrastructure,
it contains both a just-in-time compiler for maximum performance, and
an interpeter.  It can also be used to run programs from the .NET
Framework.
This package provides the versioned libraries for the Mono runtime.

%package -n %{libname1}
Summary:	Libraries for the Mono runtime
Group:		System/Libraries
Conflicts:	%{_lib}mono0 < 3.2.0-2

%description -n %{libname1}
Mono is an implementation of the ECMA Common Language Infrastructure,
it contains both a just-in-time compiler for maximum performance, and
an interpeter.  It can also be used to run programs from the .NET
Framework.
This package provides the versioned libraries for the Mono runtime.

%if %llvm == yes
%package -n %{libnamellvm}
License:        LGPLv2
Summary:	Loadable LLVM libary for mono
Group:          System/Libraries

%description -n %{libnamellvm}
The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

Loadable LLVM libary for mono.
%endif

%package data-sqlite
Summary:	SQLite database connectivity for mono
Group:		Development/C#
Requires:	%mklibname sqlite 0
Requires:	%mklibname sqlite3_ 0

%description data-sqlite
Mono is an implementation of the ECMA Common Language Infrastructure,
it contains both a just-in-time compiler for maximum performance, and
an interpeter.  It can also be used to run programs from the .NET
Framework.
This package provides the connectivity to the sqlite database for Mono.

%package -n %{libnamedev}
Summary:	Tools required to embed the Mono runtime
Group:		Development/C#
Requires:	%{libname} = %{version}
Requires:	%{libname1} = %{version}
%if %llvm == yes
Requires:       %{libnamellvm} = %{version}-%{release}
%endif
Requires:	mono = %{version}
Requires:       mono-data = %{version}
Requires:       mono-data-sqlite = %{version}
Requires: 	mono-data-oracle = %{version}
Requires: 	mono-data-postgresql = %{version}
Requires: 	mono-extras = %{version}
Requires: 	mono-web = %{version}
Requires: 	mono-ibm-data-db2 = %{version}
Requires: 	mono-locale-extras = %{version}
Requires: 	mono-winforms = %{version}
Requires: 	mono-nunit = %{version}
Requires: 	monodoc-core = %{version}
Requires:	mono-wcf = %{version}
Requires:	mono-winfxcore = %{version}
Conflicts: 	mono-nunit < %{version}-%{release}
Conflicts:	mono < 2.10.8-2
Provides:	mono-devel = %{version}-%{release}
Provides:	libmono-devel = %{version}-%{release}
Obsoletes:  %mklibname -d %{name} 0
Conflicts: update-alternatives < 1.9.0
Provides:       mono(PEAPI) = 1.0.5000.0
Provides:       mono(resgen) = 1.0.5000.0
Provides: mono-bytefx-data-mysql mono-data-firebird mono-data-sybase mono-jscript
Obsoletes: mono-bytefx-data-mysql mono-data-firebird mono-data-sybase mono-jscript
%rename mono-build
%rename mono-build-2.0
%rename mono-build-3.5
%rename mono-build-4.0

%description -n %{libnamedev}
Header files and libraries used to embed the Mono runtime in an application.

%package winfxcore
Summary: Mono implementation of core WinFX APIs
Group: Development/C#
Requires: mono = %{version}
%rename		mono-winfxcore-2.0
%rename		mono-winfxcore-4.0

%description winfxcore
The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

Mono implementation of core WinFX APIs

%package web
Summary: ASP.NET, Remoting, and Web Services for Mono
Group:	 	  Development/C#
Requires: mono = %{version}
Provides:        mono(System.Web) = 1.0.3300.0
Provides:       mono(Mono.Http) = 1.0.5000.0
Provides:       mono(System.Runtime.Remoting) = 1.0.5000.0
Provides:       mono(System.Runtime.Serialization.Formatters.Soap) = 1.0.5000.0
Provides:       mono(System.Web) = 1.0.5000.0
Provides:       mono(System.Web.Services) = 1.0.5000.0
Provides:       mono(System.WebPages) = 2.1.0.0
%rename		mono-web-2.0
%rename		mono-web-4.0
%rename		mono-web-compat

%description web
This package provides the ASP.NET libraries and runtime for
development of web application, web services and remoting support.

%package data-oracle
Summary: Oracle database connectivity for Mono
Group:	 	Development/C#
Requires:	mono = %{version}
Provides:       mono(System.Data.OracleClient) = 1.0.5000.0
Provides:       mono(System.Web.WebPages.Deployment) = 2.1.0.0

%description data-oracle
This package contains the ADO.NET Data provider for the Oracle
database.

%package data
Summary: Database connectivity for Mono
Group:	 	  Development/C#
Requires:	  mono = %{version}
Provides:       mono(System.Data) = 1.0.3300.0 
Provides:       mono(Mono.Data.Tds) = 1.0.5000.0
Provides:       mono(Novell.Directory.Ldap) = 1.0.5000.0
Provides:       mono(System.Data) = 1.0.5000.0
Provides:       mono(System.DirectoryServices) = 1.0.5000.0
Provides:       mono(System.EnterpriseServices) = 1.0.5000.0
Provides:       mono(System.Data.Entity) = 4.0.0.0
%rename		mono-data-2.0
%rename		mono-data-4.0
%rename		mono-data-compat

%description data
This package provides a Mono assembly to facilitate data access and
manipulation with databases, LDAP compatible directory servers and/or
XML data exchange. Beyond the ADO.NET, Novell.LDAP and
System.DirectoryServices assemblies, it also includes a command line
sql application as well as the Microsoft SQL Server and ODBC data
providers.

%package extras
Summary: Infrastructure for running and building daemons and services
Group:	 	  Development/C#
Requires:	  mono = %{version}
Provides:       mono(Mono.Messaging) = 1.0.5000.0
Provides:       mono(Mono.Messaging.RabbitMQ) = 1.0.5000.0
Provides:       mono(RabbitMQ.Client) = 1.0.5000.0
Provides:       mono(System.Configuration.Install) = 1.0.5000.0
Provides:       mono(System.Management) = 1.0.5000.0
Provides:       mono(System.Messaging) = 1.0.5000.0
Provides:       mono(System.ServiceProcess) = 1.0.5000.0
Provides:       mono(mono-service) = 1.0.5000.0
%rename		mono-extras-2.0
%rename		mono-extras-4.0

%description extras
This package provides the libary and application to run services and
daemons with Mono. It also includes stubs for the following .NET 1.1
and 2.0 assemblies: Microsoft.Vsa, System.Configuration.Install,
System.Management, System.Messaging.

%package ibm-data-db2
Summary: IBM DB2 database connectivity for Mono 
Group:	     Development/C#
Requires:    mono = %{version}

%description ibm-data-db2
This package contains the ADO.NET Data provider for the IBM DB2
Universal database.

%package winforms
Summary: Windows Forms implementation for Mono
Group:	 	 Development/C#
Requires:	 mono = %{version}
#gw not available on Cooker
#Requires: gluezilla >= 2.0
Provides:        mono(System.Windows.Forms) = 1.0.3300.0 
Provides:       mono(Accessibility) = 1.0.5000.0
Provides:       mono(System.Design) = 1.0.5000.0
Provides:       mono(System.Drawing) = 1.0.5000.0
Provides:       mono(System.Drawing.Design) = 1.0.5000.0
Provides:       mono(System.Windows.Forms) = 1.0.5000.0
%rename		mono-winforms-2.0
%rename		mono-winforms-4.0

%description winforms
This package provides a fully managed implementation of
System.Windows.Forms, the default graphical toolkit for .NET
applications.

%package locale-extras
Summary: Extra locale information for Mono
Group:	       Development/C#
Requires:      mono = %{version}
Provides:       mono(I18N.CJK) = 1.0.5000.0
Provides:       mono(I18N.MidEast) = 1.0.5000.0
Provides:       mono(I18N.Other) = 1.0.5000.0
Provides:       mono(I18N.Rare) = 1.0.5000.0
%rename		mono-locale-extras-2.0
%rename		mono-locale-extras-4.0

%description locale-extras
This package contains assemblies to support I18N applications for
non-latin alphabets.

%package data-postgresql
Summary: Postgresql database connectivity for Mono
Group:	 	    Development/C#
Requires:	    mono = %{version}
Provides:       mono(Npgsql) = 1.0.5000.0

%description data-postgresql
This package contains the ADO.NET Data provider for the Postgresql
database.


%package nunit
Summary:	NUnit Testing Framework
Group:	Development/C#
Requires: %{name} = %{version}
Conflicts: %{libname}-devel < %{version}-%{release}
# for biarch:
Conflicts: lib%{name}%{major}-devel < %{version}-%{release}

%description nunit
NUnit is a unit-testing framework for all .Net languages.  Initially
ported from JUnit, the current release, version 2.2, is the fourth
major release of this xUnit based unit testing tool for Microsoft
.NET. It is written entirely in C# and has been completely redesigned
to take advantage of many .NET language features, for example custom
attributes and other reflection related capabilities. NUnit brings
xUnit to all .NET languages.

%package -n monodoc-core
Summary:        Monodoc-Documentation tools for C# code
Group:          Development/C#
Provides:       monodoc
Obsoletes:      monodoc

%description -n monodoc-core
Monodoc-core contains documentation tools for C#.

%package rx-core
License:        MIT and Apache License 2.0
Summary:        Reactive Extensions for Mono core libraries
Group:          Development/C#
Requires:	mono = %{version}
Provides:	mono(System.Reactive.Linq) = 2.1.30214.0
Provides:       mono(System.Reactive.Interfaces) = 2.1.30214.0

%description rx-core
A library to compose asynchronous and event-based programs using 
observable collections and LINQ-style query operators.
Reactive Extensions for Mono, core packages, which don't depend on
desktop-specific features.

%package rx-desktop
License:        MIT and Apache License 2.0
Summary:        Reactive Extensions for Mono desktop-specific libraries
Group:          Development/C#
Requires:	mono = %{version}
Requires:	mono-rx-core = %{version}-%{release}

%description rx-desktop
A library to compose asynchronous and event-based programs using 
observable collections and LINQ-style query operators.
Reactive Extensions for Mono, desktop-specific packages (winforms,
windows threading).

%package wcf
Summary:        Mono implementation of WCF, Windows Communication Foundation
Group:          Development/C#
Requires:	%{name} = %{version}
%rename		mono-wcf-2.0
%rename		mono-wcf-4.0

%description wcf
The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

Mono implementation of WCF, Windows Communication Foundation

%prep
%setup -q
cp %SOURCE2 mcs/tools/xbuild/targets/
%patch0 -p1 -b .dllmap
%patch1 -p1 -b .selfexe
%patch4 -p1 -b .glop
#%patch5 -p1 -b .cve_2011_0992
#%patch6 -p0 -b .build
#patch7 -p1 -b .armv6
autoconf

%build
#gw else the syslog() call will not build
#https://bugzilla.novell.com/show_bug.cgi?id=590967#c16
%define Werror_cflags %nil
#gw else libmonosgen-2.0.la does not build
%define _disable_ld_no_undefined 1
export CFLAGS="%{optflags} -fno-strict-aliasing"
%configure2_5x --with-preview=yes --enable-static \
  --with-libgdiplus=installed \
  --with-sgen=%{sgen} \
%if %llvm == yes
 --enable-loadedllvm \
%endif
%ifarch %arm
 --with-armv6=no \
%endif
%if %{oprofile_support}
 --with-oprofile=%{_prefix}
%endif

#gw parallel build broken in 2.6
%make

%install
%makeinstall_std

mv %{buildroot}%{_datadir}/libgc-mono installed-docs
ln -sf mono-sgen %{buildroot}%{_bindir}/mono

#gw these are all obsolete and shouldn't be packaged:
rm -f %{buildroot}%{_bindir}/mbas \
      %{buildroot}%{_mandir}/man1/{mint.1,oldmono.1,monostyle.1} 
# these work on Windows only
rm -fr %{buildroot}%{monodir}/*/Mono.Security.Win32*
# remove stuff that we don't package
rm -f %{buildroot}%{_bindir}/cilc
rm -f %{buildroot}%{_mandir}/man1/cilc.1*
rm -f %{buildroot}%{monodir}/*/browsercaps-updater.exe*
rm -f %{buildroot}%{monodir}/*/culevel.exe*
rm -f %{buildroot}%{monodir}/*/cilc.exe*
find %{buildroot} -name '*.la' | xargs rm

#gw not in 2.8 as well:
rm -f %{buildroot}%{_bindir}/prj2make
rm -f %{buildroot}%{_mandir}/man1/prj2make.1*
#gw not usable on Cooker:
#gw it is still needed for the deps
#rm -rf %buildroot/%{monodir}/*/Mono.WebBrowser*

# https://bugzilla.xamarin.com/show_bug.cgi?id=12837
ln -s %{monodir}/*/mcs.exe %{buildroot}%{monodir}/2.0/gmcs.exe

%find_lang mcs

mkdir -p %{buildroot}%{_sysconfdir}/pki/mono
install -p -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pki/mono/
# (tv) temp fix:
cp -a mcs/tools/xbuild/targets/ %{buildroot}%{monodir}/4.0/Microsoft.Portable.CSharp.targets

%files -f mcs.lang
%dir %{_sysconfdir}/mono
%dir %{_sysconfdir}/mono/4.0/
%dir %{_sysconfdir}/mono/4.5/
%config(noreplace) %{_sysconfdir}/mono/2.0/machine.config
%config(noreplace) %{_sysconfdir}/mono/4.0/machine.config
%config(noreplace) %{_sysconfdir}/mono/4.5/machine.config
%config(noreplace) %{_sysconfdir}/mono/2.0/settings.map
%config(noreplace) %{_sysconfdir}/mono/4.0/settings.map
%config(noreplace) %{_sysconfdir}/mono/4.5/settings.map
%config  %{_sysconfdir}/mono/config
%{_bindir}/mono
%{_bindir}/mono-configuration-crypto
%{_bindir}/mono-boehm

%if %sgen == yes
%{_bindir}/mono-sgen
%endif
%{_bindir}/mono-test-install
%{_bindir}/csharp
#%_bindir/csharp2
%{_bindir}/cert-sync
%{_bindir}/certmgr
%{_bindir}/chktrust
%{_bindir}/dmcs
%{_bindir}/gacutil
%{_bindir}/gacutil2
%{_bindir}/gmcs
%{_bindir}/ikdasm
%{_bindir}/mcs
%{_bindir}/mozroots
%{_bindir}/peverify
%{_bindir}/setreg
%{_bindir}/sn
%{_mandir}/man1/mono.1*
%{_mandir}/man1/mono-configuration-crypto.1*
%{_mandir}/man1/certmgr.1*
%{_mandir}/man1/chktrust.1*
%{_mandir}/man1/csharp.1*
%{_mandir}/man1/gacutil.1*
%{_mandir}/man1/mcs.1*
%{_mandir}/man1/mozroots.1*
%{_mandir}/man1/setreg.1*
%{_mandir}/man1/sn.1*
%{_mandir}/man5/mono-config.5*
%dir %{monodir}
%dir %{monodir}/gac/
%dir %{monodir}/2.0/
%dir %{monodir}/3.5/
%dir %{monodir}/4.0/
%dir %{monodir}/4.5/
%{monodir}/mono-configuration-crypto
#%{monodir}/2.0/csharp.exe
#%{monodir}/2.0/csharp.exe.mdb
%{monodir}/4.5/csharp.exe*
%{monodir}/4.5/chktrust.exe*
#%{monodir}/4.5/dmcs.exe*
%{monodir}/2.0/gacutil.exe
%{monodir}/2.0/gacutil.exe.mdb
%{monodir}/4.5/gacutil.exe
%{monodir}/4.5/gacutil.exe.mdb
#%{monodir}/2.0/gmcs.exe*
%{monodir}/4.5/cert-sync.exe*
%{monodir}/4.5/certmgr.exe*
%{monodir}/4.5/ikdasm.exe*
%{monodir}/4.5/mcs.exe*
%{monodir}/4.5/mozroots.exe*
%{monodir}/4.5/setreg.exe*
%{monodir}/4.5/sn.exe*
%{monodir}/gac/cscompmgd
%{monodir}/2.0/cscompmgd.dll
%{monodir}/4.0/cscompmgd.dll
%{monodir}/4.5/cscompmgd.dll
%{monodir}/gac/I18N.West
%{monodir}/2.0/I18N.West.dll
%{monodir}/4.0/I18N.West.dll
%{monodir}/4.5/I18N.West.dll
%{monodir}/gac/I18N
%{monodir}/2.0/I18N.dll
%{monodir}/4.0/I18N.dll
%{monodir}/4.5/I18N.dll
%{monodir}/gac/Microsoft.CSharp
%{monodir}/4.0/Microsoft.CSharp.dll
%{monodir}/4.0/Microsoft.Portable.CSharp.targets
%{monodir}/4.5/Microsoft.CSharp.dll
%{monodir}/4.0/Microsoft.VisualC.dll
%{monodir}/4.5/Microsoft.VisualC.dll
%{monodir}/gac/Mono.CompilerServices.SymbolWriter
%{monodir}/2.0/Mono.CompilerServices.SymbolWriter.dll
%{monodir}/4.0/Mono.CompilerServices.SymbolWriter.dll
%{monodir}/4.5/Mono.CompilerServices.SymbolWriter.dll
%{monodir}/gac/Mono.CSharp
%{monodir}/2.0/Mono.CSharp.dll
%{monodir}/4.0/Mono.CSharp.dll
%{monodir}/4.5/Mono.CSharp.dll
%{monodir}/gac/Mono.Management
%{monodir}/2.0/Mono.Management.dll
%{monodir}/4.0/Mono.Management.dll
%{monodir}/4.5/Mono.Management.dll
%{monodir}/gac/Mono.Security
%{monodir}/2.0/Mono.Security.dll
%{monodir}/4.0/Mono.Security.dll
%{monodir}/4.5/Mono.Security.dll
%{monodir}/gac/Mono.Simd
%{monodir}/2.0/Mono.Simd.dll
%{monodir}/4.0/Mono.Simd.dll
%{monodir}/4.5/Mono.Simd.dll
%{monodir}/2.0/Mono.Tasklets.dll
%{monodir}/4.0/Mono.Tasklets.dll
%{monodir}/4.5/Mono.Tasklets.dll
%{monodir}/gac/Mono.Tasklets
%{monodir}/gac/System.Core
%{monodir}/2.0/System.Core.dll
%{monodir}/4.0/System.Core.dll
%{monodir}/4.5/System.Core.dll
%{monodir}/gac/System.Net
%{monodir}/2.0/System.Net.dll
%{monodir}/4.0/System.Net.dll
%{monodir}/4.5/System.Net.dll
%{monodir}/4.5/System.Net.Http.dll
%{monodir}/gac/System.Net.Http
%{monodir}/4.5/System.Net.Http.Formatting.dll
%{monodir}/gac/System.Net.Http.Formatting
%{monodir}/4.5/System.Net.Http.WebRequest.dll
%{monodir}/gac/System.Net.Http.WebRequest
%{monodir}/gac/System.Security
%{monodir}/2.0/System.Security.dll
%{monodir}/4.0/System.Security.dll
%{monodir}/4.5/System.Security.dll
%{monodir}/gac/System.Xml
%{monodir}/2.0/System.Xml.dll
%{monodir}/4.0/System.Xml.dll
%{monodir}/4.5/System.Xml.dll
%{monodir}/gac/System.Xml.Linq
%{monodir}/2.0/System.Xml.Linq.dll
%{monodir}/4.0/System.Xml.Linq.dll
%{monodir}/4.5/System.Xml.Linq.dll
%{monodir}/4.5/System.Xml.Serialization.dll
%{monodir}/gac/System.Xml.Serialization
%{monodir}/gac/System
%{monodir}/2.0/System.dll
%{monodir}/4.0/System.dll
%{monodir}/4.5/System.dll
%{monodir}/gac/System.Configuration
%{monodir}/2.0/System.Configuration.dll
%{monodir}/4.0/System.Configuration.dll
%{monodir}/4.5/System.Configuration.dll
%{monodir}/2.0/mscorlib.dll*
%{monodir}/4.0/mscorlib.dll*
%{monodir}/4.5/mscorlib.dll*
%{monodir}/gac/Mono.C5
%{monodir}/2.0/Mono.C5.dll
%{monodir}/4.0/Mono.C5.dll
%{monodir}/4.5/Mono.C5.dll
%{monodir}/gac/System.Drawing
%{monodir}/2.0/System.Drawing.dll
%{monodir}/4.0/System.Drawing.dll
%{monodir}/4.5/System.Drawing.dll
%{monodir}/gac/System.Dynamic
%{monodir}/4.0/System.Dynamic.dll
%{monodir}/4.5/System.Dynamic.dll
%{monodir}/gac/System.Numerics
%{monodir}/4.0/System.Numerics.dll
%{monodir}/4.5/System.Numerics.dll
%{monodir}/gac/Mono.Posix
%{monodir}/2.0/Mono.Posix.dll
%{monodir}/4.0/Mono.Posix.dll
%{monodir}/4.5/Mono.Posix.dll
%{monodir}/gac/Mono.Cairo
%{monodir}/2.0/Mono.Cairo.dll
%{monodir}/4.0/Mono.Cairo.dll
%{monodir}/4.5/Mono.Cairo.dll
%{monodir}/gac/ICSharpCode.SharpZipLib
%{monodir}/2.0/ICSharpCode.SharpZipLib.dll
%{monodir}/4.0/ICSharpCode.SharpZipLib.dll
%{monodir}/4.5/ICSharpCode.SharpZipLib.dll
%dir %{monodir}/compat-2.0/
%{monodir}/compat-2.0/ICSharpCode.SharpZipLib.dll
%{monodir}/gac/Microsoft.VisualC
%{monodir}/2.0/Microsoft.VisualC.dll
%{monodir}/gac/Commons.Xml.Relaxng
%{monodir}/2.0/Commons.Xml.Relaxng.dll
%{monodir}/4.0/Commons.Xml.Relaxng.dll
%{monodir}/4.5/Commons.Xml.Relaxng.dll
%{monodir}/gac/CustomMarshalers
%{monodir}/2.0/CustomMarshalers.dll
%{monodir}/4.0/CustomMarshalers.dll
%{monodir}/4.5/CustomMarshalers.dll
#%{monodir}/gac/OpenSystem.C
#%{monodir}/2.0/OpenSystem.C.dll
#%{monodir}/4.0/OpenSystem.C.dll
#%{monodir}/4.5/OpenSystem.C.dll

%{monodir}/2.0/gmcs.exe

%files doc
%doc AUTHORS COPYING.LIB NEWS
%doc docs/*[^Makefile-Makefile.in]
%doc mcs*/docs/clr-abi.txt mcs*/docs/compiler.txt mcs*/docs/control-flow-analysis.txt
%doc installed-docs/*

%files -n %{libname}
%{_libdir}/libmono-profiler*.so.%{major}*
%if %sgen == yes
%{_libdir}/libmonosgen-2.0.so.%{sgenmajor}*
%endif
# gw always check if they've got a valid soname
%{_libdir}/libMonoPosixHelper.so
%{_libdir}/libMonoSupportW.so
%{_libdir}/libikvm-native.so

%files -n %{libname1}
%{_libdir}/libmonoboehm-2.0.so.%{major1}*
%{_libdir}/libmono-2.0.so.%{major1}*

%if %llvm == yes
%files -n %{libnamellvm}
%{_libdir}/libmono-llvm.so.%{major}*
%endif

%files data-sqlite
%{monodir}/2.0/Mono.Data.Sqlite.dll
%{monodir}/4.0/Mono.Data.Sqlite.dll
%{monodir}/4.5/Mono.Data.Sqlite.dll
%{monodir}/gac/Mono.Data.Sqlite

%files -n %{libnamedev}
%doc ChangeLog
%{_sysconfdir}/pki/mono/
%dir %{_includedir}/mono-2.0/
%{_includedir}/mono-2.0/*
%{_libdir}/libmono*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/cecil.pc
%{_libdir}/pkgconfig/dotnet.pc
%{_libdir}/pkgconfig/dotnet35.pc
%{_libdir}/pkgconfig/mono-cairo.pc
%{_libdir}/pkgconfig/mono-lineeditor.pc
%{_libdir}/pkgconfig/mono-options.pc
%{_libdir}/pkgconfig/mono.pc
%{_libdir}/pkgconfig/mono-2.pc
%if %sgen == yes
%{_libdir}/pkgconfig/monosgen-2.pc
%endif
#%{_libdir}/pkgconfig/mono.web.pc
%{_libdir}/pkgconfig/system.web.extensions.design_1.0.pc
%{_libdir}/pkgconfig/system.web.extensions_1.0.pc
%{_libdir}/pkgconfig/system.web.mvc.pc
%{_libdir}/pkgconfig/system.web.mvc2.pc
%{_libdir}/pkgconfig/system.web.mvc3.pc
%{_libdir}/pkgconfig/mono-nunit.pc
%{_libdir}/pkgconfig/monodoc.pc
%{_libdir}/pkgconfig/wcf.pc
%{_libdir}/pkgconfig/aspnetwebstack.pc
%{_libdir}/pkgconfig/reactive.pc
%{_libdir}/pkgconfig/xbuild12.pc
%{_bindir}/al
%{_bindir}/al2
%{_bindir}/caspol
%{_bindir}/ccrewrite
%{_bindir}/cccheck
%{_bindir}/cert2spc
%{_bindir}/crlupdate
%{_bindir}/dtd2rng
%{_bindir}/dtd2xsd
%{_bindir}/genxs
%{_bindir}/httpcfg
%{_bindir}/ilasm
%{_bindir}/installvst
%{_bindir}/lc
#
%{_bindir}/macpack
#
%{_bindir}/makecert
%{_bindir}/mdbrebase
%{_bindir}/mkbundle
%{_bindir}/mono-api-info
%{_bindir}/mono-cil-strip
%{_bindir}/mono-find-provides
%{_bindir}/mono-find-requires
%{_bindir}/mono-gdb.py
%{_bindir}/mono-heapviz
%{_bindir}/mono-shlib-cop
%{_bindir}/mono-xmltool
%{_bindir}/monodis
%{_bindir}/monolinker
%{_bindir}/monop
%{_bindir}/monop2
%{_bindir}/mprof-report
%{_bindir}/pedump
%{_bindir}/permview
%{_bindir}/resgen
%{_bindir}/resgen2
%{_bindir}/secutil
%{_bindir}/sgen
%{_bindir}/signcode
%{_bindir}/pdb2mdb
%{_bindir}/xbuild
%{_bindir}/monograph
%{_mandir}/man1/ccrewrite.1*
%{_mandir}/man1/cccheck.1*
%{_mandir}/man1/crlupdate.1*
%{_mandir}/man1/cert2spc.1*
%{_mandir}/man1/dtd2xsd.1*
%{_mandir}/man1/genxs.1*
%{_mandir}/man1/httpcfg.1*
%{_mandir}/man1/ilasm*.1*
%{_mandir}/man1/lc.1*
#
%{_mandir}/man1/macpack.1*
#
%{_mandir}/man1/makecert.1*
%{_mandir}/man1/mkbundle.1*
%{_mandir}/man1/mono-api-info.1*
%{_mandir}/man1/mono-cil-strip.1*
%{_mandir}/man1/mono-shlib-cop.1*
%{_mandir}/man1/monodis.1*
%{_mandir}/man1/monolinker.1*
%{_mandir}/man1/monop.1*
%{_mandir}/man1/mprof-report.1*
%{_mandir}/man1/permview.1*
%{_mandir}/man1/resgen.1*
%{_mandir}/man1/secutil.1*
%{_mandir}/man1/sgen.1*
%{_mandir}/man1/signcode.1*
%{_mandir}/man1/al.1*
%{_mandir}/man1/mono-xmltool.1*
%{_mandir}/man1/pdb2mdb.1*
%{_mandir}/man1/xbuild.1*
%{_prefix}/lib/mono-source-libs/
%{monodir}/4.5/cccheck.exe*
%{monodir}/4.5/crlupdate.exe*
%{monodir}/4.5/dtd2rng.exe*
%{monodir}/4.5/dtd2xsd.exe*
%{monodir}/4.5/httpcfg.exe*
%{monodir}/4.5/macpack.exe*
%{monodir}/4.5/mdbrebase.exe*
%{monodir}/4.5/makecert.exe*
%{monodir}/4.5/mono-api-info.exe*
%{monodir}/4.5/mono-cil-strip.exe*
%{monodir}/2.0/monolinker.exe
%{monodir}/2.0/monolinker.exe.mdb
%{monodir}/4.5/monolinker.exe*
%{monodir}/4.5/pdb2mdb.exe*
%{monodir}/4.5/permview.exe*
%{monodir}/4.5/resgen.exe*
%{monodir}/4.5/secutil.exe*
%{monodir}/4.5/sgen.exe*
%{monodir}/4.5/signcode.exe*
%{monodir}/4.0/Microsoft.Build.dll
%{monodir}/4.5/Microsoft.Build.dll
%{monodir}/gac/Microsoft.Build
%{monodir}/gac/Microsoft.Build.Tasks
%{monodir}/2.0/Microsoft.Build.Tasks.dll
%{monodir}/gac/Microsoft.Build.Tasks.v12.0
%{monodir}/gac/Microsoft.Build.Framework
%{monodir}/2.0/Microsoft.Build.Framework.dll
%{monodir}/3.5/Microsoft.Build.Framework.dll
%{monodir}/4.0/Microsoft.Build.Framework.dll
%{monodir}/4.5/Microsoft.Build.Framework.dll
%{monodir}/gac/Microsoft.Build.Utilities
%{monodir}/2.0/Microsoft.Build.Utilities.dll
%{monodir}/4.5/Microsoft.Build.Utilities.v4.0.dll
%{monodir}/gac/Microsoft.Build.Engine
%{monodir}/2.0/Microsoft.Build.Engine.dll
%{monodir}/3.5/Microsoft.Build.Engine.dll
%{monodir}/4.0/Microsoft.Build.Engine.dll
%{monodir}/4.5/Microsoft.Build.Engine.dll
%{monodir}/3.5/Microsoft.Build.Tasks.v3.5.dll
%{monodir}/gac/Microsoft.Build.Tasks.v3.5
%{monodir}/gac/Microsoft.Build.Tasks.v4.0
%{monodir}/4.0/Microsoft.Build.Tasks.v4.0.dll
%{monodir}/4.5/Microsoft.Build.Tasks.v4.0.dll
%{monodir}/gac/Microsoft.Build.Utilities.v3.5
%{monodir}/3.5/Microsoft.Build.Utilities.v3.5.dll
%{monodir}/gac/Microsoft.Build.Utilities.v4.0
%{monodir}/4.0/Microsoft.Build.Utilities.v4.0.dll
%{monodir}/gac/Microsoft.Build.Utilities.v12.0
%{monodir}/2.0/Mono.XBuild.Tasks.dll
%{monodir}/2.0/xbuild.exe.config
%{monodir}/3.5/Mono.XBuild.Tasks.dll
%{monodir}/4.0/Mono.XBuild.Tasks.dll
%{monodir}/4.5/Mono.XBuild.Tasks.dll
%{monodir}/gac/Mono.XBuild.Tasks/2.0.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll
%{monodir}/gac/Mono.XBuild.Tasks/2.0.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll.mdb
%{monodir}/gac/Mono.XBuild.Tasks/3.5.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll
%{monodir}/gac/Mono.XBuild.Tasks/3.5.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll.mdb
%{monodir}/gac/Mono.XBuild.Tasks/4.0.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll
%{monodir}/gac/Mono.XBuild.Tasks/4.0.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll.mdb
%{monodir}/4.5/System.IO.Compression.FileSystem.dll
%{monodir}/4.5/System.IO.Compression.dll
%{monodir}/gac/System.IO.Compression
%{monodir}/gac/System.IO.Compression.FileSystem
%{monodir}/4.5/System.Threading.Tasks.Dataflow.dll
%{monodir}/gac/System.Threading.Tasks.Dataflow
%{monodir}/gac/PEAPI
%{monodir}/2.0/PEAPI.dll
%{monodir}/4.0/PEAPI.dll
%{monodir}/4.5/PEAPI.dll
%{monodir}/2.0/Microsoft.Build.xsd
%{monodir}/2.0/Microsoft.Common.tasks
%{monodir}/2.0/Microsoft.Common.targets
%{monodir}/2.0/Microsoft.CSharp.targets
#
%{monodir}/2.0/Microsoft.VisualBasic.targets
#
%{monodir}/gac/Mono.Cecil/
%{monodir}/gac/Mono.Cecil.Mdb/
%{monodir}/gac/Mono.CodeContracts
%{monodir}/4.5/Mono.CodeContracts.dll
%{monodir}/gac/Mono.Debugger*
%{monodir}/2.0/Mono.Debugger*
%{monodir}/4.0/Mono.Debugger*
%{monodir}/4.5/Mono.Debugger*
%{monodir}/4.0/Mono.Parallel*
%{monodir}/4.5/Mono.Parallel*
%{monodir}/gac/Mono.Parallel
%{monodir}/2.0/MSBuild
%{monodir}/3.5/MSBuild
%{monodir}/4.5/MSBuild
%{monodir}/2.0/xbuild.rsp
%{monodir}/2.0/al.exe
%{monodir}/2.0/al.exe.mdb
%{monodir}/4.5/al.exe*
%{monodir}/4.5/caspol.exe*
%{monodir}/4.5/ccrewrite.exe*
%{monodir}/4.5/cert2spc.exe*
%{monodir}/2.0/genxs.exe*
%{monodir}/4.5/genxs.exe*
%{monodir}/4.5/ictool.exe*
%{monodir}/2.0/ilasm.exe
%{monodir}/2.0/ilasm.exe.mdb
%{monodir}/4.5/ilasm.exe*
%{monodir}/4.5/installvst.exe*
%{monodir}/4.5/lc.exe*
%{monodir}/2.0/mkbundle.exe*
%{monodir}/4.5/mkbundle.exe*
%{monodir}/2.0/monop.exe
%{monodir}/2.0/monop.exe.mdb
%{monodir}/4.5/monop.exe*
%{monodir}/4.5/mono-shlib-cop.exe*
%{monodir}/4.5/mono-xmltool.exe*
%{monodir}/2.0/resgen.exe
%{monodir}/2.0/resgen.exe.mdb
%{monodir}/2.0/xbuild.exe
%{monodir}/2.0/xbuild.exe.mdb
%{monodir}/4.5/xbuild.exe*
%{monodir}/4.5/xbuild.rsp
%{monodir}/3.5/*.tasks
%{monodir}/3.5/*.targets
%{monodir}/3.5/xbuild.*
%{monodir}/3.5/Microsoft.Build.xsd
%{monodir}/4.5/Microsoft.CSharp.targets
%{monodir}/4.5/Microsoft.Common.targets
%{monodir}/4.5/Microsoft.Common.tasks
%{monodir}/4.5/Microsoft.VisualBasic.targets
%{monodir}/xbuild/
%{monodir}/xbuild-frameworks
%{monodir}/4.5/Microsoft.Build.xsd
%{_datadir}/mono-2.0/



%files -n mono-winfxcore
%{monodir}/gac/System.Data.Services.Client
%{monodir}/2.0/System.Data.Services.Client.dll
%{monodir}/4.0/System.Data.Services.Client.dll
%{monodir}/4.5/System.Data.Services.Client.dll
%{monodir}/gac/WindowsBase
%{monodir}/2.0/WindowsBase.dll*
%{monodir}/4.0/WindowsBase.dll*
%{monodir}/4.5/WindowsBase.dll*

%files web
%dir %{_sysconfdir}/mono/mconfig
%config(noreplace) %{_sysconfdir}/mono/browscap.ini
%config(noreplace) %{_sysconfdir}/mono/2.0/Browsers/Compat.browser
%config(noreplace) %{_sysconfdir}/mono/4.0/Browsers/Compat.browser
%config(noreplace) %{_sysconfdir}/mono/4.5/Browsers/Compat.browser
%config(noreplace) %{_sysconfdir}/mono/2.0/DefaultWsdlHelpGenerator.aspx
%config(noreplace) %{_sysconfdir}/mono/4.0/DefaultWsdlHelpGenerator.aspx
%config(noreplace) %{_sysconfdir}/mono/4.5/DefaultWsdlHelpGenerator.aspx
%config(noreplace) %{_sysconfdir}/mono/2.0/web.config
%config(noreplace) %{_sysconfdir}/mono/4.0/web.config
%config(noreplace) %{_sysconfdir}/mono/4.5/web.config
%config(noreplace) %{_sysconfdir}/mono/mconfig/config.xml
%{_bindir}/disco
%{_bindir}/mconfig
%{_bindir}/soapsuds
%if %sgen == yes
%{_bindir}/mono-sgen-gdb.py
%endif
%{_bindir}/wsdl
%{_bindir}/wsdl2
%{_bindir}/xsd
%{_mandir}/man1/disco.1*
%{_mandir}/man1/mconfig.1*
%{_mandir}/man1/soapsuds.1*
%{_mandir}/man1/wsdl.1*
%{_mandir}/man1/xsd.1*
%{monodir}/gac/Microsoft.Web.Infrastructure
%{monodir}/4.0/Microsoft.Web.Infrastructure.dll
%{monodir}/4.5/Microsoft.Web.Infrastructure.dll
%{monodir}/gac/Mono.Http
%{monodir}/2.0/Mono.Http.dll
%{monodir}/4.0/Mono.Http.dll
%{monodir}/4.5/Mono.Http.dll
#%{monodir}/gac/Mono.Web
#%{monodir}/2.0/Mono.Web.dll
#%{monodir}/4.0/Mono.Web.dll
#%{monodir}/4.5/Mono.Web.dll
%{monodir}/gac/System.ComponentModel.Composition
%{monodir}/4.0/System.ComponentModel.Composition.dll
%{monodir}/4.5/System.ComponentModel.Composition.dll
%{monodir}/gac/System.ComponentModel.DataAnnotations
%{monodir}/2.0/System.ComponentModel.DataAnnotations.dll
%{monodir}/4.0/System.ComponentModel.DataAnnotations.dll
%{monodir}/4.5/System.ComponentModel.DataAnnotations.dll
%{monodir}/2.0/System.Json.dll
%{monodir}/4.0/System.Json.Microsoft.dll
%{monodir}/4.0/System.Json.dll
%{monodir}/4.5/System.Json.Microsoft.dll
%{monodir}/4.5/System.Json.dll
%{monodir}/gac/System.Json
%{monodir}/gac/System.Json.Microsoft
%{monodir}/4.5/System.Runtime.Serialization.Formatters.Soap.dll
%{monodir}/gac/System.Web.Abstractions
%{monodir}/2.0/System.Web.Abstractions.dll
%{monodir}/4.0/System.Web.Abstractions.dll
%{monodir}/4.5/System.Web.Abstractions.dll
%{monodir}/gac/System.Web.ApplicationServices
%{monodir}/4.0/System.Web.ApplicationServices.dll
%{monodir}/4.5/System.Web.ApplicationServices.dll
%{monodir}/gac/System.Web.DynamicData
%{monodir}/2.0/System.Web.DynamicData.dll
%{monodir}/4.0/System.Web.DynamicData.dll
%{monodir}/4.5/System.Web.DynamicData.dll
%{monodir}/gac/System.Web.Extensions
%{monodir}/2.0/System.Web.Extensions.dll
%{monodir}/4.0/System.Web.Extensions.dll
%{monodir}/4.5/System.Web.Extensions.dll
%{monodir}/compat-2.0/System.Web.Extensions.dll
%{monodir}/gac/System.Web.Extensions.Design
%{monodir}/2.0/System.Web.Extensions.Design.dll
%{monodir}/4.0/System.Web.Extensions.Design.dll
%{monodir}/4.5/System.Web.Extensions.Design.dll
%{monodir}/4.5/System.Web.Http.dll
%{monodir}/gac/System.Web.Http/*
%{monodir}/4.5/System.Web.Http.SelfHost.dll
%{monodir}/gac/System.Web.Http.SelfHost/*
%{monodir}/4.5/System.Web.Http.WebHost.dll
%{monodir}/gac/System.Web.Http.WebHost/*
%{monodir}/4.5/System.Web.Razor.dll
%{monodir}/gac/System.Web.Razor/*
%{monodir}/4.5/System.Web.WebPages.dll
%{monodir}/gac/System.Web.WebPages
%{monodir}/4.5/System.Web.WebPages.Deployment.dll
%{monodir}/gac/System.Web.WebPages.Deployment
%{monodir}/4.5/System.Web.WebPages.Razor.dll
%{monodir}/gac/System.Web.WebPages.Razor
%{monodir}/compat-2.0/System.Web.Extensions.Design.dll
%{monodir}/gac/System.Web.Mvc
%{monodir}/2.0/System.Web.Mvc.dll
%{monodir}/4.5/System.Web.Mvc.dll
%{monodir}/compat-2.0/System.Web.Mvc.dll
%{monodir}/gac/System.Web.Routing
%{monodir}/2.0/System.Web.Routing.dll
%{monodir}/4.0/System.Web.Routing.dll
%{monodir}/4.5/System.Web.Routing.dll
%{monodir}/gac/System.Runtime.Remoting
%{monodir}/2.0/System.Runtime.Remoting.dll
%{monodir}/4.0/System.Runtime.Remoting.dll
%{monodir}/4.5/System.Runtime.Remoting.dll
%{monodir}/gac/System.Web
%{monodir}/2.0/System.Web.dll
%{monodir}/4.0/System.Web.dll
%{monodir}/4.5/System.Web.dll
%{monodir}/gac/System.Runtime.Serialization.Formatters.Soap
%{monodir}/2.0/System.Runtime.Serialization.Formatters.Soap.dll
%{monodir}/4.0/System.Runtime.Serialization.Formatters.Soap.dll
%{monodir}/gac/System.Web.Services
%{monodir}/2.0/System.Web.Services.dll
%{monodir}/4.0/System.Web.Services.dll
%{monodir}/4.5/System.Web.Services.dll
%{monodir}/4.5/disco.exe*
%{monodir}/4.5/mconfig.exe*
%{monodir}/4.5/soapsuds.exe*
%{monodir}/2.0/wsdl.exe
%{monodir}/2.0/wsdl.exe.mdb
%{monodir}/4.5/wsdl.exe*
%{monodir}/2.0/xsd.exe
%{monodir}/2.0/xsd.exe.mdb
%{monodir}/4.5/xsd.exe
%{monodir}/4.5/xsd.exe.mdb

%files winforms
%{monodir}/4.5/System.Windows.dll
%{monodir}/gac/System.Windows
%{monodir}/gac/System.Windows.Forms
%{monodir}/2.0/System.Windows.Forms.dll
%{monodir}/4.0/System.Windows.Forms.dll
%{monodir}/4.5/System.Windows.Forms.dll
%{monodir}/gac/System.Windows.Forms.DataVisualization
%{monodir}/4.0/System.Windows.Forms.DataVisualization.dll
%{monodir}/4.5/System.Windows.Forms.DataVisualization.dll
%{monodir}/gac/Accessibility
%{monodir}/2.0/Accessibility.dll
%{monodir}/4.0/Accessibility.dll
%{monodir}/4.5/Accessibility.dll
%{monodir}/gac/System.Design
%{monodir}/2.0/System.Design.dll
%{monodir}/4.0/System.Design.dll
%{monodir}/4.5/System.Design.dll
%{monodir}/gac/System.Drawing.Design
%{monodir}/2.0/System.Drawing.Design.dll
%{monodir}/4.0/System.Drawing.Design.dll
%{monodir}/4.5/System.Drawing.Design.dll
%{monodir}/gac/Mono.WebBrowser
%{monodir}/2.0/Mono.WebBrowser.dll
%{monodir}/4.0/Mono.WebBrowser.dll
%{monodir}/4.5/Mono.WebBrowser.dll

%files extras
%{monodir}/gac/System.Management
%{monodir}/2.0/System.Management.dll
%{monodir}/4.0/System.Management.dll
%{monodir}/4.5/System.Management.dll
%{monodir}/gac/RabbitMQ.Client
%{monodir}/2.0/RabbitMQ.Client.dll
%{monodir}/4.0/RabbitMQ.Client.dll
%{monodir}/4.5/RabbitMQ.Client.dll
%{monodir}/2.0/RabbitMQ.Client.Apigen.exe*
%{monodir}/4.0/RabbitMQ.Client.Apigen.exe*
%{monodir}/4.5/RabbitMQ.Client.Apigen.exe*
%{monodir}/gac/System.Messaging
%{monodir}/2.0/System.Messaging.dll
%{monodir}/4.0/System.Messaging.dll
%{monodir}/4.5/System.Messaging.dll
%{monodir}/gac/Mono.Messaging
%{monodir}/2.0/Mono.Messaging.dll
%{monodir}/4.0/Mono.Messaging.dll
%{monodir}/4.5/Mono.Messaging.dll
%{monodir}/gac/Mono.Messaging.RabbitMQ
%{monodir}/2.0/Mono.Messaging.RabbitMQ.dll
%{monodir}/4.0/Mono.Messaging.RabbitMQ.dll
%{monodir}/4.5/Mono.Messaging.RabbitMQ.dll
%{monodir}/gac/System.Runtime.Caching
%{monodir}/4.0/System.Runtime.Caching.dll
%{monodir}/4.5/System.Runtime.Caching.dll
%{monodir}/gac/System.ServiceProcess
%{monodir}/2.0/System.ServiceProcess.dll
%{monodir}/4.0/System.ServiceProcess.dll
%{monodir}/4.5/System.ServiceProcess.dll
%{_bindir}/mono-service
%{_bindir}/mono-service2
%{monodir}/4.5/installutil.exe*
%{monodir}/2.0/mono-service.exe
%{monodir}/2.0/mono-service.exe.mdb
%{monodir}/4.5/mono-service.exe
%{monodir}/4.5/mono-service.exe.mdb
%{monodir}/gac/mono-service
%{_mandir}/man1/mono-service.1*
%{monodir}/gac/System.Configuration.Install
%{monodir}/2.0/System.Configuration.Install.dll
%{monodir}/4.0/System.Configuration.Install.dll
%{monodir}/4.5/System.Configuration.Install.dll
%{monodir}/gac/System.Xaml
%{monodir}/4.0/System.Xaml.dll*
%{monodir}/4.5/System.Xaml.dll*
# TO CHECK
%{monodir}/4.5/Facades/*

%files ibm-data-db2
%{monodir}/gac/IBM.Data.DB2
%{monodir}/2.0/IBM.Data.DB2.dll
%{monodir}/4.0/IBM.Data.DB2.dll
%{monodir}/4.5/IBM.Data.DB2.dll

%files data-oracle
%{monodir}/gac/System.Data.OracleClient
%{monodir}/2.0/System.Data.OracleClient.dll
%{monodir}/4.0/System.Data.OracleClient.dll
%{monodir}/4.5/System.Data.OracleClient.dll

%files data
%{_bindir}/sqlmetal
%{_bindir}/sqlsharp
%{_mandir}/man1/sqlsharp.1*
%{monodir}/4.5/sqlmetal.exe*
%{monodir}/4.5/sqlsharp.exe*
%{monodir}/gac/System.Data
%{monodir}/2.0/System.Data.dll
%{monodir}/4.0/System.Data.dll
%{monodir}/4.5/System.Data.dll
%{monodir}/gac/System.Data.DataSetExtensions
%{monodir}/2.0/System.Data.DataSetExtensions.dll
%{monodir}/4.0/System.Data.DataSetExtensions.dll
%{monodir}/4.5/System.Data.DataSetExtensions.dll
%{monodir}/gac/System.Data.Linq
%{monodir}/2.0/System.Data.Linq.dll
%{monodir}/4.0/System.Data.Linq.dll
%{monodir}/4.5/System.Data.Linq.dll
%{monodir}/gac/System.Data.Services
%{monodir}/2.0/System.Data.Services.dll
%{monodir}/4.0/System.Data.Services.dll
%{monodir}/4.5/System.Data.Services.dll
%{monodir}/gac/Mono.Data.Tds
%{monodir}/2.0/Mono.Data.Tds.dll
%{monodir}/4.0/Mono.Data.Tds.dll
%{monodir}/4.5/Mono.Data.Tds.dll
%{monodir}/gac/System.EnterpriseServices
%{monodir}/2.0/System.EnterpriseServices.dll
%{monodir}/4.0/System.EnterpriseServices.dll
%{monodir}/4.5/System.EnterpriseServices.dll
%{monodir}/4.5/EntityFramework.dll
%{monodir}/gac/EntityFramework
%{monodir}/4.5/EntityFramework.SqlServer.dll
%{monodir}/gac/EntityFramework.SqlServer
%{monodir}/gac/Novell.Directory.Ldap
%{monodir}/2.0/Novell.Directory.Ldap.dll
%{monodir}/4.0/Novell.Directory.Ldap.dll
%{monodir}/4.5/Novell.Directory.Ldap.dll
%{monodir}/gac/System.DirectoryServices
%{monodir}/2.0/System.DirectoryServices.dll
%{monodir}/4.0/System.DirectoryServices.dll
%{monodir}/4.5/System.DirectoryServices.dll
%{monodir}/2.0/System.DirectoryServices.Protocols.dll
%{monodir}/4.0/System.DirectoryServices.Protocols.dll
%{monodir}/4.5/System.DirectoryServices.Protocols.dll
%{monodir}/gac/System.DirectoryServices.Protocols
%{monodir}/gac/System.Runtime.Serialization
%{monodir}/2.0/System.Runtime.Serialization.dll
%{monodir}/4.0/System.Runtime.Serialization.dll
%{monodir}/4.5/System.Runtime.Serialization.dll
%{monodir}/gac/System.Transactions
%{monodir}/2.0/System.Transactions.dll
%{monodir}/4.0/System.Transactions.dll
%{monodir}/4.5/System.Transactions.dll
%{monodir}/gac/WebMatrix.Data
%{monodir}/4.0/WebMatrix.Data.dll
%{monodir}/4.5/WebMatrix.Data.dll

%files locale-extras
%{monodir}/gac/I18N.MidEast
%{monodir}/2.0/I18N.MidEast.dll
%{monodir}/4.0/I18N.MidEast.dll
%{monodir}/4.5/I18N.MidEast.dll
%{monodir}/gac/I18N.Rare
%{monodir}/2.0/I18N.Rare.dll
%{monodir}/4.0/I18N.Rare.dll
%{monodir}/4.5/I18N.Rare.dll
%{monodir}/gac/I18N.CJK
%{monodir}/2.0/I18N.CJK.dll
%{monodir}/4.0/I18N.CJK.dll
%{monodir}/4.5/I18N.CJK.dll
%{monodir}/gac/I18N.Other
%{monodir}/2.0/I18N.Other.dll
%{monodir}/4.0/I18N.Other.dll
%{monodir}/4.5/I18N.Other.dll

%files data-postgresql
%{monodir}/gac/Npgsql
%{monodir}/2.0/Npgsql.dll
%{monodir}/4.0/Npgsql.dll
%{monodir}/4.5/Npgsql.dll

%files nunit
%{_bindir}/nunit-console
%{_bindir}/nunit-console2
%{_bindir}/nunit-console4
%{monodir}/2.0/nunit-console.exe
%{monodir}/2.0/nunit-console.exe.config
%{monodir}/2.0/nunit-console.exe.mdb
%{monodir}/4.5/nunit-console.exe*
%{monodir}/gac/nunit-console-runner
%{monodir}/2.0/nunit-console-runner.dll
%{monodir}/4.5/nunit-console-runner.dll
%{monodir}/2.0/nunit.core.dll
%{monodir}/4.5/nunit.core.dll
%{monodir}/gac/nunit.core.extensions
%{monodir}/2.0/nunit.core.extensions.dll
%{monodir}/4.5/nunit.core.extensions.dll
%{monodir}/gac/nunit.core.interfaces
%{monodir}/2.0/nunit.core.interfaces.dll
%{monodir}/4.5/nunit.core.interfaces.dll
%{monodir}/2.0/nunit.framework.dll
%{monodir}/4.5/nunit.framework.dll
%{monodir}/gac/nunit.framework.extensions
%{monodir}/2.0/nunit.framework.extensions.dll
%{monodir}/4.5/nunit.framework.extensions.dll
%{monodir}/2.0/nunit.mocks.dll
%{monodir}/4.5/nunit.mocks.dll
%{monodir}/2.0/nunit.util.dll
%{monodir}/4.5/nunit.util.dll
%{monodir}/gac/nunit.core
%{monodir}/gac/nunit.framework
%{monodir}/gac/nunit.util
%{monodir}/gac/nunit.mocks

%files -n monodoc-core
%{monodir}/gac/monodoc
%{monodir}/monodoc
%{monodir}/4.5/mdoc.exe*
%{monodir}/4.5/mod.exe*
%{monodir}/4.0/monodoc.dll
%{_bindir}/mdassembler
%{_bindir}/mdoc
%{_bindir}/mdoc-assemble
%{_bindir}/mdoc-export-html
%{_bindir}/mdoc-export-msxdoc
%{_bindir}/mdoc-update
%{_bindir}/mdoc-validate
%{_bindir}/mdvalidater
%{_bindir}/mod
%{_bindir}/monodocer
%{_bindir}/monodocs2html
%{_bindir}/monodocs2slashdoc
%{_prefix}/lib/monodoc
%{_mandir}/man1/mdassembler.1*
%{_mandir}/man1/mdoc-assemble.1*
%{_mandir}/man1/mdoc-export-html.1*
%{_mandir}/man1/mdoc-export-msxdoc.1*
%{_mandir}/man1/mdoc-update.1*
%{_mandir}/man1/mdoc-validate.1*
%{_mandir}/man1/mdoc.1*
%{_mandir}/man1/mdvalidater.1*
%{_mandir}/man1/monodocer.1*
%{_mandir}/man1/monodocs2html.1*
%{_mandir}/man5/mdoc.5*

%files rx-core
%{monodir}/4.5/System.Reactive.Core.dll
%{monodir}/4.5/System.Reactive.Debugger.dll
%{monodir}/4.5/System.Reactive.Experimental.dll
%{monodir}/4.5/System.Reactive.Interfaces.dll
%{monodir}/4.5/System.Reactive.Linq.dll
%{monodir}/4.5/System.Reactive.Observable.Aliases.dll
%{monodir}/4.5/System.Reactive.PlatformServices.dll
%{monodir}/4.5/System.Reactive.Providers.dll
%{monodir}/4.5/System.Reactive.Runtime.Remoting.dll
%{monodir}/gac/System.Reactive.Core*
%{monodir}/gac/System.Reactive.Debugger*
%{monodir}/gac/System.Reactive.Experimental*
%{monodir}/gac/System.Reactive.Interfaces*
%{monodir}/gac/System.Reactive.Linq*
%{monodir}/gac/System.Reactive.Observable.Aliases/0.0.0.0__31bf3856ad364e35/System.Reactive.Observable.Aliases.dll
%{monodir}/gac/System.Reactive.Observable.Aliases/0.0.0.0__31bf3856ad364e35/System.Reactive.Observable.Aliases.dll.mdb
%{monodir}/gac/System.Reactive.PlatformServices*
%{monodir}/gac/System.Reactive.Providers*
%{monodir}/gac/System.Reactive.Runtime.Remoting*

%files rx-desktop
%{monodir}/4.5/System.Reactive.Windows.Forms.dll
%{monodir}/4.5/System.Reactive.Windows.Threading.dll
%{monodir}/gac/System.Reactive.Windows.Forms
%{monodir}/gac/System.Reactive.Windows.Threading

%files wcf
%{_bindir}/svcutil
%{monodir}/4.5/svcutil.exe*
%{monodir}/gac/System.IdentityModel
%{monodir}/2.0/System.IdentityModel.dll
%{monodir}/4.0/System.IdentityModel.dll
%{monodir}/4.5/System.IdentityModel.dll
%{monodir}/gac/System.IdentityModel.Selectors
%{monodir}/2.0/System.IdentityModel.Selectors.dll
%{monodir}/4.0/System.IdentityModel.Selectors.dll
%{monodir}/4.5/System.IdentityModel.Selectors.dll
%{monodir}/gac/System.Runtime.DurableInstancing
%{monodir}/4.0/System.Runtime.DurableInstancing.dll
%{monodir}/4.5/System.Runtime.DurableInstancing.dll
%{monodir}/gac/System.ServiceModel
%{monodir}/2.0/System.ServiceModel.dll
%{monodir}/4.0/System.ServiceModel.dll
%{monodir}/4.5/System.ServiceModel.dll
%{monodir}/4.0/System.ServiceModel.Activation.dll
%{monodir}/4.5/System.ServiceModel.Activation.dll
%{monodir}/gac/System.ServiceModel.Activation
%{monodir}/gac/System.ServiceModel.Discovery
%{monodir}/4.0/System.ServiceModel.Discovery.dll
%{monodir}/4.5/System.ServiceModel.Discovery.dll
%{monodir}/gac/System.ServiceModel.Routing
%{monodir}/4.0/System.ServiceModel.Routing.dll
%{monodir}/4.5/System.ServiceModel.Routing.dll
%{monodir}/gac/System.ServiceModel.Web
%{monodir}/2.0/System.ServiceModel.Web.dll
%{monodir}/4.0/System.ServiceModel.Web.dll
%{monodir}/4.5/System.ServiceModel.Web.dll

%changelog

* Fri Jul 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.12.1-6
- (b8918bd) Updated to 3.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23375 |14mu|mono-addins-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Mono Addins
Name:		mono-addins
Version:	1.1
Release:	2
License:	MIT
Group:		Development/Other
Url:		http://www.go-mono.com
Source0:	http://origin-download.mono-project.com/sources/mono-addins/%{name}-%{version}.tar.gz
Patch0:		mono-addins-1.1-pkgconfig.patch
BuildRequires:	gtk-sharp2
BuildRequires:	pkgconfig(mono)
BuildArch:	noarch

%description
Mono Addin Support.

%files
%{_bindir}/mautil
%{_mandir}/man1/mautil.1*
%{_prefix}/lib/mono/mono-addins/mautil.exe
%{_prefix}/lib/mono/gac/Mono.Addins
%{_prefix}/lib/mono/mono-addins/Mono.Addins.dll
%{_prefix}/lib/mono/gac/Mono.Addins.CecilReflector/
%{_prefix}/lib/mono/mono-addins/Mono.Addins.CecilReflector.dll
%{_prefix}/lib/mono/gac/Mono.Addins.Setup
%{_prefix}/lib/mono/mono-addins/Mono.Addins.Setup.dll
%{_prefix}/lib/mono/gac/Mono.Addins.Gui
%{_prefix}/lib/mono/mono-addins/Mono.Addins.Gui.dll

#----------------------------------------------------------------------------

%package 0.6
Summary:	Mono Addins compatibility
Group:		Development/Other
Conflicts:	%{name} < 0.6-3
Requires:	%{name} = %{EVRD}

%description 0.6
Mono Addin Support - compatibility package.

%files 0.6
%{_prefix}/lib/mono/gac/policy.0.6.Mono.Addins
%{_prefix}/lib/mono/gac/policy.0.6.Mono.Addins.CecilReflector/
%{_prefix}/lib/mono/gac/policy.0.6.Mono.Addins.Setup
%{_prefix}/lib/mono/gac/policy.0.6.Mono.Addins.Gui
%{_prefix}/lib/mono/gac/policy.0.6.Mono.Addins.MSBuild

#----------------------------------------------------------------------------

%package 0.5
Summary:	Mono Addins compatibility
Group:		Development/Other
Conflicts:	%{name} < 0.6-3
Requires:	%{name} = %{EVRD}

%description 0.5
Mono Addin Support - compatibility package.

%files 0.5
%{_prefix}/lib/mono/gac/policy.0.5.Mono.Addins
%{_prefix}/lib/mono/gac/policy.0.5.Mono.Addins.CecilReflector/
%{_prefix}/lib/mono/gac/policy.0.5.Mono.Addins.Setup
%{_prefix}/lib/mono/gac/policy.0.5.Mono.Addins.Gui

#----------------------------------------------------------------------------

%package 0.4
Summary:	Mono Addins compatibility
Group:		Development/Other
Conflicts:	%{name} < 0.6-3
Requires:	%{name} = %{EVRD}

%description 0.4
Mono Addin Support - compatibility package.

%files 0.4
%{_prefix}/lib/mono/gac/policy.0.4.Mono.Addins
%{_prefix}/lib/mono/gac/policy.0.4.Mono.Addins.CecilReflector
%{_prefix}/lib/mono/gac/policy.0.4.Mono.Addins.Gui
%{_prefix}/lib/mono/gac/policy.0.4.Mono.Addins.Setup

#----------------------------------------------------------------------------

%package 0.3
Summary:	Mono Addins compatibility
Group:		Development/Other
Conflicts:	%{name} < 0.6-3
Requires:	%{name} = %{EVRD}

%description 0.3
Mono Addin Support - compatibility package.

%files 0.3
%{_prefix}/lib/mono/gac/policy.0.3.Mono.Addins
%{_prefix}/lib/mono/gac/policy.0.3.Mono.Addins.CecilReflector/
%{_prefix}/lib/mono/gac/policy.0.3.Mono.Addins.Setup
%{_prefix}/lib/mono/gac/policy.0.3.Mono.Addins.Gui

#----------------------------------------------------------------------------

%package 0.2
Summary:	Mono Addins compatibility
Group:		Development/Other
Conflicts:	%{name} < 0.6-3
Requires:	%{name} = %{EVRD}

%description 0.2
Mono Addin Support - compatibility package.

%files 0.2
%{_prefix}/lib/mono/gac/policy.0.2.Mono.Addins
%{_prefix}/lib/mono/gac/policy.0.2.Mono.Addins.CecilReflector/
%{_prefix}/lib/mono/gac/policy.0.2.Mono.Addins.Setup
%{_prefix}/lib/mono/gac/policy.0.2.Mono.Addins.Gui

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
Mono Addin Support - development files and tools.

%files devel
%{_datadir}/pkgconfig/*.pc
#gw these depend on stuff in libmono-devel:
%{_prefix}/lib/mono/gac/Mono.Addins.MSBuild
%{_prefix}/lib/mono/gac/policy.0.2.Mono.Addins.MSBuild
%{_prefix}/lib/mono/gac/policy.0.3.Mono.Addins.MSBuild
%{_prefix}/lib/mono/gac/policy.0.4.Mono.Addins.MSBuild
%{_prefix}/lib/mono/gac/policy.0.5.Mono.Addins.MSBuild
%{_prefix}/lib/mono/mono-addins/Mono.Addins.MSBuild.dll

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
./configure --prefix=%{_prefix}
#gw parallel make broken in 0.4
make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/pkgconfig
mv %{buildroot}%{_prefix}/lib*/pkgconfig/*.pc %{buildroot}%{_datadir}/pkgconfig


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-2
- (006855b) Fix prefix in pkgconfig files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23376 |14mu|mono-tools-2.11-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define monodir %{_prefix}/lib/mono
%define monodocdir %{_prefix}/lib/monodoc
%define monover 3.0.12
%define pkgconfigdir %{_datadir}/pkgconfig

%define __noautoreq 'lib\.*gtk'

Summary:	Mono tools, including the documentation browser
Name:		mono-tools
Version:	2.11
Release:	8
#Source0: http://go-mono.com/sources/mono-tools/%{name}-%{version}.tar.bz2
Source0:	http://go-mono.com/sources/mono-tools/mono-tools-master.tar.gz
Source1:	gsharp.svg
Patch0:		mono-tools-2.11-disable-gtkhtml.patch
Patch1:		mono-tools-2.11-disable-gendarme-webdoc-build.patch
Patch2:		gsharp_icon.patch
License:	GPLv2 and LGPLv2
Group:		Development/Other
Url:		http://www.go-mono.com
#gw it needs System.Xml.Linq:
BuildRequires:	mono-devel >= %{monover}
BuildRequires:	gnome-sharp2-devel
BuildRequires:	gnome-desktop-sharp-devel
BuildRequires:	glade-sharp2
BuildRequires:	webkit-sharp-devel
BuildRequires:	mono-nunit >= %{monover}
BuildRequires:	glib-gettextize
Requires(post): monodoc-core >= %{monover}
Requires: monodoc-core >= %{monover}
BuildArch: noarch


%description
Mono Tools is a collection of development and testing programs and
utilities for use with Mono.

%prep
%setup -q -n mono-tools-master
%patch0 -p1 -b .disable_gtkhtml
%patch1 -p1 -b .disable_gendarme
%patch2 -p0 -b .gsharp_icon

#for i in `find . -iname "*.cs"`;
#do
#	sed -i -e 's|Gtk.Timeout|Glib.Timeout|g' $i
#done

for i in `find . -name "*.am"`;
do
	sed -i -e 's|-define:DEBUG|-define:DEBUG -sdk:4|g' $i
done

%build
./autogen.sh
./configure --prefix=%{_prefix} --libdir=%{_prefix}/lib --mandir=%{_mandir}
#gw parallel make fails in 2.2
make

%install
rm -rf %{buildroot} %{name}.lang
%makeinstall_std pkgconfigdir=%{pkgconfigdir}
%find_lang %{name}
#gw it needs Mono.WebBrowser which needs gluezilla
rm -f %{buildroot}%{monodocdir}/MonoWebBrowserHtmlRender.dll
touch %{buildroot}%{monodocdir}/monodoc.index

mkdir -p %{buildroot}%{_iconsdir}
cp %{SOURCE1} %{buildroot}%{_iconsdir}
#%post
#touch %{monodocdir}/monodoc.index
#%_bindir/monodoc --make-index > /dev/null

%files -f %{name}.lang
%doc AUTHORS README ChangeLog
%{_bindir}/emveepee
%{_bindir}/minvoke
%{_bindir}/monodoc
%{_bindir}/mperfmon
%{_bindir}/gasnview
#%_bindir/gd2i
#%_bindir/gendarme
#%_bindir/gendarme-wizard
%{_bindir}/gsharp
%{_bindir}/gui-compare
%{_bindir}/create-native-map
%{_bindir}/ilcontrast
%{_bindir}/mprof*
%{_prefix}/lib/create-native-map
%{_prefix}/lib/ilcontrast/
%dir %{_prefix}/lib/minvoke/
%{_prefix}/lib/minvoke/minvoke.exe
%dir %{_prefix}/lib/%{name}
%{_prefix}/lib/%{name}/emveepee.exe*
%{_prefix}/lib/%{name}/mprof*
%{_prefix}/lib/%{name}/Mono.Profiler*
%{_mandir}/man1/*
#%_mandir/man5/*
#%_prefix/lib/gendarme
%{_prefix}/lib/gsharp
%{_prefix}/lib/gui-compare
%{_prefix}/lib/mperfmon
%{_iconsdir}/gsharp.*
%monodir/1.0/*
%{monodocdir}/browser.exe
#%{monodocdir}/GtkHtmlHtmlRender.dll
#%{monodocdir}/MonoWebBrowserHtmlRender.dll
%{monodocdir}/WebKitHtmlRender.dll
#%{monodocdir}/sources/Gendarme*
#%{monodocdir}/sources/gendarme*
#%{monodocdir}/web
%{pkgconfigdir}/*.pc
#%_datadir/applications/gendarme-wizard.desktop
%{_datadir}/applications/gsharp.desktop
%{_datadir}/applications/monodoc.desktop
%{_datadir}/applications/ilcontrast.desktop
%{_datadir}/pixmaps/*
%{_datadir}/icons/hicolor/*/apps/*
%ghost %{monodocdir}/monodoc.index

%changelog
* Wed Jan 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.11-8
+ Revision: 151608c
- Updated to 2.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23377 |14mu|movit-1.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	High-performance, high-quality video filters for the GPU
Name:		movit
Version:	1.3.2
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://movit.sesse.net/
Source0:	http://movit.sesse.net/%{name}-%{version}.tar.gz
Patch0:		movit-1.3.2-disable-tests.patch
BuildRequires:	eigen3
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(epoxy)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(x11)

%description
Movit is the Modern Video Toolkit, notwithstanding that anything that's
called "modern" usually isn't, and it's really not a toolkit.

Movit aims to be a high-quality, high-performance, open-source library
for video filters.

%files
%doc NEWS README
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/*.frag
%{_datadir}/%{name}/*.vert

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libmovit.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%dir %{_includedir}/movit/
%{_includedir}/movit/*.h
%{_libdir}/libmovit.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
./autogen.sh
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog

* Thu Oct 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.2-1
- (3c2b8ee) Re-diff disable-tests patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23378 |14mu|mozilla-thunderbird-38.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __libtoolize /bin/true
%define __cputoolize /bin/true

%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define official_branding 1

%if %{official_branding}
%define title Mozilla Thunderbird
%else
%define title Mail/News
%endif

%define oname thunderbird
%define tb_appid \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
%define tbdir %{_libdir}/%{oname}-%{version}
%define tbextdir %{_libdir}/mozilla/extensions/%{tb_appid}

%define objdir objdir

%define xpi 0
%define enigmail_version 1.7
%define enigmail_short_version 1.7
%define enigmail_id \{847b3a00-7ab1-11d4-8f02-006008948af5\}

%define __noautoprov 'libgtkembedmoz\\.so(.*)|libxpcom\\.so(.*)'
%define __noautoreq 'libgtkembedmoz\\.so(.*)|libxpcom\\.so(.*)|libxul\\.so(.*)'

# FIXME: Bug in nsExtensionManager.js prevents using x86_64 as arch
# FIXME: I tried to modify nsExtensionManager.js.in, but it
# FIXME: complained that I had modified it
%ifarch %{ix86}
%define tbarch x86
%else # ix86
%ifarch x86_64
%define tbarch %{_arch}
%else # x86_64
%define tbarch %{_arch}
%endif # x86_64
%endif # ix86

# this seems fragile, so require the exact version or later (#58754)
%define sqlite3_version %(pkg-config --modversion sqlite3 &>/dev/null && pkg-config --modversion sqlite3 2>/dev/null || echo 0)
# this one as well (#59759)
%define nss_libname %mklibname nss 3
%define nss_version %(pkg-config --modversion nss &>/dev/null && pkg-config --modversion nss 2>/dev/null || echo 0)

%define major 38.6.0
%define realver %{major}

Name:		mozilla-thunderbird
Version:	%{major}
Release:	1
Summary:	Full-featured email, RSS, and newsgroup client
License:	MPL
Group:		Networking/Mail
Url:		http://www.mozillamessaging.com/
Source0:	http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.bz2
Source10:	mozilla-thunderbird.rpmlintrc
Source12:	mozilla-thunderbird-mandriva-default-prefs.js
Source30:	mozilla-thunderbird-open-browser.sh
Source31:	mozilla-thunderbird-open-browser-xdg.sh
# Mandriva sources (Source300+)
Source300:	http://www.mozilla-enigmail.org/download/source/enigmail-%{enigmail_version}.tar.gz
Source301:	http://www.mozilla-enigmail.org/download/source/enigmail-%{enigmail_version}.tar.gz.asc
Source302:	%{name}-icons.tar.bz2
# Language package template
Source400:	mozilla-thunderbird-enigmail-l10n-template.in
Source999:	icons.tar.xz
# Build patches
Patch2:		mozilla-firefox-1.0-prdtoa.patch
Patch3:		thunderbird-objdir.patch
Patch4:		mozilla-thunderbird-31-build-with-time-independent-uuids.patch
Patch201:	mozilla-thunderbird-24.1.0-default-mailer.patch
Patch212:	mozilla-thunderbird-enigmail-ui-content-contents-rdf.patch
Patch213:	mozilla-thunderbird-enigmail-build-package-contents-rdf.patch
# Mandriva patches (Patch300+)
Patch300:	mozilla-thunderbird-0.8-progname.patch
Patch301:	mozilla-thunderbird-enigmail-package.patch
Patch304:	mozilla-thunderbird-run-mozilla.patch
# OpenSuse patches (Patch400+)
Patch400:	thunderbird-appname.patch

Patch600:	mozilla-thunderbird-big-icon.patch

%if %{official_branding}
BuildRequires:	imagemagick
%endif
BuildRequires:	autoconf2.1
BuildRequires:	gzip
BuildRequires:	python
BuildRequires:	unzip
BuildRequires:	yasm >= 1.0.1
BuildRequires:	zip
BuildRequires:	jpeg-devel
BuildRequires:	libiw-devel
BuildRequires:	nss-static-devel >= 2:3.16.2
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libevent) >= 1.4.7
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(nspr) >= 4.10.6
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(sqlite3) >= 3.8.4.1
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(vpx) >= 0.9.7
BuildRequires:	pkgconfig(zlib)
BuildRequires:	librsvg
BuildRequires:	pkgconfig(cairo) >= 1.10
BuildRequires:	pkgconfig(libpng) >= 1.4.8
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)

Requires:	%{mklibname sqlite3_ 0} >= %{sqlite3_version}
Requires:	%{nss_libname} >= 2:%{nss_version}
Requires(post,postun):	desktop-file-utils
Requires(post):	mktemp
Requires(post,postun): rpm-helper
Requires:	xdg-utils

BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	python-setuptools
BuildRequires:	python-virtualenv

Obsoletes:	nsinstall < 38.0.1
Obsoletes:	%{name}-lightning < 38.0.1


%description
%{title} is a full-featured email, RSS and newsgroup client that
makes emailing safer, faster and easier than ever before.

#===============================================================================

%package enigmail
Summary:	Access the authentication and encryption features provided by GnuPG
Group:		Networking/Mail
Requires:	%{name} >= %{version}
Requires:	gnupg
Requires(post,preun): %{name} >= %{version}
Requires(post,postun):	mktemp
# Bug #35180
Suggests:	pinentry-gtk2

%description enigmail
Enigmail is an extension to the mail client of %{title}
which allows users to access the authentication and encryption
features provided by GnuPG.

Main Features

    * Encrypt/sign mail when sending, decrypt/authenticate received
      mail
    * Support for inline-PGP (RFC 2440) and PGP/MIME (RFC 3156)
    * Per-Account based encryption and signing defaults
    * Per-Recipient rules for automated key selection, and
      enabling/disabling encryption and signing
    * OpenPGP key management interface

#===============================================================================

#%package -n nsinstall
#Summary:	Netscape portable install command
#Group:		Development/Other

#%description -n nsinstall
#Netscape portable install command.

#===============================================================================
#%package lightning
#Summary:	Calendar extension for Thunderbird
#Group:		Networking/Mail
#URL:		http://www.mozilla.org/projects/calendar/lightning/
#Requires:	%{name} >= %{version}
#
#%description lightning
#Calendar extension for Thunderbird.

#===============================================================================
# enigmail-l10n
# Supported l10n language lists
%define l10n_langlist	ar ca cs de el es fi fr it ja ko nb nl pl pt pt_BR ru sl sv tr vi zh_CN zh_TW

# Disabled l10n languages, for any reason
# nl sk es_AR do not support 0.95.0 yet
%define disabled_l10n_langlist	hu
# define disabled_l10n_langlist %{nil}

# Language descriptions
%define language_ar ar
%define langname_ar Arabic
%define language_ca ca
%define langname_ca Catalan
%define language_cs cs-CZ
%define langname_cs Czech
%define language_de de
%define langname_de German
%define language_el el
%define langname_el Greek
%define language_es_AR es-AR
%define langname_es_AR Spanish (Argentina)
%define language_es es-ES
%define langname_es Spanish
%define language_fi fi-FI
%define langname_fi Finnish
%define language_fr fr
%define langname_fr French
%define language_hu hu-HU
%define langname_hu Hungarian
%define language_it it-IT
%define langname_it Italian
%define language_ja ja-JP
%define langname_ja Japanese
%define language_ko ko-KR
%define langname_ko Korean
%define language_nb nb-NO
%define langname_nb Norwegian Bokmaal
%define langname_nl Dutch
%define language_nl nl
%define language_pl pl
%define langname_pl Polish
%define langname_pt Portuguese
%define language_pt pt-PT
%define language_pt_BR pt-BR
%define langname_pt_BR Brazilian portuguese
%define language_ro ro-RO
%define langname_ro Romanian
%define language_ru ru-RU
%define langname_ru Russian
%define language_sk sk
%define langname_sk Slovak
%define language_sl sl-SI
%define langname_sl Slovenian
%define language_sv sv-SE
%define langname_sv Swedish
%define language_tr tr
%define langname_tr Turkish
%define language_vi vi
%define langname_vi Vietnamese
%define language_zh_CN zh-CN
%define langname_zh_CN Simplified Chinese
%define language_zh_TW zh-TW
%define langname_zh_TW Traditional Chinese

# --- Danger line ---

# All langs
%{expand:%%define langlist %(for lang in %l10n_langlist; do echo "$lang"; done | sort -u | sed ':a;$!N;s/\n/ /;ta')}

# Defaults (all languages enabled by default)
# l10n
%{expand:%(for lang in %l10n_langlist; do echo "%%define l10n_$lang 1"; done)}
%{expand:%(for lang in %disabled_l10n_langlist; do echo "%%define l10n_$lang 0"; done)}

# Params
%{expand:%(for lang in %langlist; do echo "%%bcond_without $lang"; done)}

# Locales
%{expand:%(for lang in %l10n_langlist; do echo "%%define locale_$lang `echo $lang | cut -d _ -f 1` "; done)}

# Expand all languages packages.
%{expand:%(\
	for lang in %langlist; do\
		echo "%%{expand:%%(sed "s!__LANG__!$lang!g" %{_sourcedir}/mozilla-thunderbird-enigmail-l10n-template.in 2> /dev/null)}";\
	done\
	)
}
#===============================================================================

%prep
%setup -q -c

#===================
# Thunderbird itself
%setup -q -T -D -n %{name}-%{version}/comm-esr38

%patch2 -p0
%patch3 -p2 -b .objdir
%patch4 -p1
%patch201 -p1 -b .default_mail
%patch300 -p0 -b .progname
%patch301 -p1 -b .enigmailpackage
%patch304 -p0 -b .run-mozilla
%patch400 -p1 -b .appname
%patch600 -p2 -b .big-icon

#===============================================================================
# Enigmail
%setup -q -T -D -n %{name}-%{version}/comm-esr38/mozilla/extensions -a300
%if 0
%patch212 -p2 -b .enigmail-ui-content-contents-rdf
%patch213 -p2 -b .enigmail-build-package-contents-rdf
%endif

%if !%{official_branding}
%setup -q -T -D -n %{name}-%{version}/comm-esr38 -a302
%endif

%setup -q -T -D -n %{name}-%{version}/comm-esr38

#===============================================================================

%build
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1

%global optflags %(echo %{optflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//' -e 's/-Wa,--compress-debug-sections//')

%setup_compile_flags

export MOZCONFIG=`pwd`/.mozconfig
cat > $MOZCONFIG << EOF
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
ac_add_options --prefix="%{_prefix}"
ac_add_options --libdir="%{_libdir}"
ac_add_options --sysconfdir="%{_sysconfdir}"
ac_add_options --mandir="%{_mandir}"
ac_add_options --includedir="%{_includedir}"
ac_add_options --datadir="%{_datadir}"
ac_add_options --enable-application=mail
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-libevent
ac_add_options --with-system-libvpx
ac_add_options --with-system-png
ac_add_options --enable-system-cairo
ac_add_options --with-system-bz2
ac_add_options --enable-system-sqlite
ac_add_options --enable-system-hunspell
ac_add_options --with-pthreads
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize
ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --enable-xinerama
ac_add_options --disable-crashreporter
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --disable-xprint
ac_add_options --disable-strip
ac_add_options --enable-pango
ac_add_options --enable-startup-notification
ac_add_options --enable-svg
ac_add_options --enable-canvas
ac_add_options --enable-crypto
ac_add_options --enable-mathml
ac_add_options --enable-gstreamer=1.0
ac_add_options --disable-gnomevfs
ac_add_options --enable-gio
ac_add_options --disable-mochintest
ac_add_options --disable-cpp-exceptions
ac_add_options --enable-calendar
ac_add_options --enable-official-branding
ac_add_options --with-distribution-id=com.mandriva
EOF

mkdir -p mozilla/objdir

%make -f client.mk build

#===============================================================================

pushd mozilla/extensions/enigmail
for i in `find . -type f -name Makefile.in`; do
    if [ -f $i.bak ]; then
        cp $i.bak $i
    else
        cp $i $i.bak
    fi
#    %{__perl} -pi -e 's|^(DEPTH.*= )../|\1|;' $i
done
%configure2_5x
make
popd

pushd mozilla/extensions/enigmail/lang
chmod 0755 ./make-lang.sh
for i in `cat current-languages.txt`; do
  ./make-lang.sh $i %{enigmail_short_version}
done
popd

#pushd mozilla/extensions/enigmail
#
#%{make} LOCAL_INCLUDES+="-I\$(DEPTH)/mailnews/mime/src -I../build -I../src -I../ipc/src"
#
#(cd lang
# %{__perl} -pi -e 's|es-AR/enigmail.properties|es-ES/enigmail.properties|' jar.mn
# echo 'zh-TW' >> current-languages.txt
#%{make} LOCAL_INCLUDES+="-I\$(DEPTH)/mailnews/mime/src -I../build -I../src -I../ipc/src"
#popd
#
#pushd mozilla/extensions/enigmail/lang
#chmod 0755 ./make-lang.sh
# for i in `cat current-languages.txt`; do
#   ./make-lang.sh $i %{enigmail_short_version}
# done
#)
#
#%make xpi
#popd

#===============================================================================

%install
mkdir -p %{buildroot}{%{_libdir},%{_bindir},%{_datadir}/applications}
mkdir -p %{buildroot}%{tbdir}

rm -f extensions/spellcheck/locales/en-US/hunspell/en-US.{dic,aff}

%makeinstall_std -f client.mk

rm -rf %{buildroot}%{tbdir}/dictionaries
ln -s /usr/share/dict/mozilla %{buildroot}%{tbdir}/dictionaries

%if %{official_branding}
install -p -D %{buildroot}%{tbdir}/chrome/icons/default/default256.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
%else
install -p -D %{SOURCE302} %{buildroot}%{_datadir}/pixmaps/%{name}.png
%endif

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Version=1.0
Name=%{title}
GenericName=Mail/News/Organizer
Comment=Mail, News Client and Organizer
Comment[ru]=Почтовый клиент, клиент новостей и органайзер
Exec=%{name}
Icon=mozilla-thunderbird
Terminal=false
Type=Application
StartupWMClass=Thunderbird-bin
MimeType=message/rfc822;x-scheme-handler/mailto;
Categories=GTK;Network;News;Email;X-MandrivaLinux-CrossDesktop;
EOF

# set up the thunderbird start script
(cd %{buildroot}%{_bindir} && %{__ln_s} thunderbird %{name})

%{__perl} -pi -e 's|^moz_libdir=.*|moz_libdir=%{tbdir}|' %{buildroot}%{_bindir}/thunderbird
%{__perl} -pi -e 's|^MRE_HOME=.*|MRE_HOME=%{tbdir}|' %{buildroot}%{_bindir}/thunderbird

# For backwards compatibility with old profiles. Bug #37528
install -m 755 %{SOURCE31} %{buildroot}%{tbdir}/open-browser.sh
# For new profiles
%define COMMAND /usr/bin/xdg-open

%{__cat} %{SOURCE12} | %{__perl} -p -e 's,THUNDERBIRD_RPM_VR,%{version}-%{release},g;' \
                                    -e 's,THUNDERBIRD_VENDOR_COMMENT,%{mandriva_release},g;' \
  > %{buildroot}/mdv-default-prefs
cp -a %{buildroot}/mdv-default-prefs %{buildroot}%{tbdir}/defaults/pref/all-mandriva.js
rm -f %{buildroot}/mdv-default-prefs

#===============================================================================

# icons
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
%if %{official_branding}
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/
tar xaf %{SOURCE999} -C %{buildroot}%{_datadir}/icons/hicolor/
install -m 644 %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/%{name}.svg %{buildroot}%{_liconsdir}/%{name}.svg
install -m 644 %{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/%{name}.svg %{buildroot}%{_iconsdir}/%{name}.svg
install -m 644 %{buildroot}/%{_datadir}/icons/hicolor/16x16/apps/%{name}.svg %{buildroot}%{_miconsdir}/%{name}.svg

rm -f %{buildroot}/%{tbdir}/chrome/icons/default/default*.png
for i in `echo "16 22 24 32 48 64 72 128"`;do
  rsvg-convert %{buildroot}/%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.svg -o %{buildroot}/%{tbdir}/chrome/icons/default/default${i}.png
  rsvg-convert %{buildroot}/%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.svg -o %{buildroot}/%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
done
  rsvg-convert %{buildroot}/%{_datadir}/icons/hicolor/128x128/apps/%{name}.svg -w 256 -a -o %{buildroot}/%{tbdir}/chrome/icons/default/default256.png

  rm -f %{buildroot}/%{_datadir}/icons/hicolor/*/apps/%{name}.svg

%else
#mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{64x64,128x128}/apps
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{16x16,22x22,24x24,32x32,48x48,64x64,128x128}/apps
install -m 644 %{name}-48.png %{buildroot}%{_liconsdir}/%{name}.png
install -m 644 %{name}-32.png %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 %{name}-16.png %{buildroot}%{_miconsdir}/%{name}.png
# Converting up, but not a big issue now that we have official branding
install -m 644 %{name}-16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
install -m 644 %{name}-22.png %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
install -m 644 %{name}-24.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
install -m 644 %{name}-32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -m 644 %{name}-48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -m 644 %{name}-64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
install -m 644 %{name}-128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%endif

#===============================================================================

mkdir -p %{buildroot}%{tbextdir}/%{enigmail_id}
%if !%{xpi}
# MD this is odd, the short version here is 1.5 but the rest of the files still contain 1.4
#{_bindir}/unzip -q mozilla/dist/bin/enigmail-%{enigmail_short_version}*.xpi -d %{buildroot}%{tbextdir}/%{enigmail_id}
%{_bindir}/unzip -q mozilla/extensions/enigmail/build/enigmail-*.xpi -d %{buildroot}%{tbextdir}/%{enigmail_id}
%{__chmod} 644 %{buildroot}%{tbextdir}/%{enigmail_id}/chrome.manifest
%else
cp -aL mozilla/extensions/enigmail/build/enigmail-%{enigmail_short_version}*.xpi %{buildroot}%{tbextdir}/%{enigmail_id}/%{enigmail_id}.xpi
%endif

#==============================================================================
#enigmail lang package
# Convert rpm macros to bash variables
%{expand:%(for lang in %langlist; do echo "language_$lang=%%{language_$lang}"; done)}
%{expand:%(for lang in %langlist; do echo "with_$lang=%%{with $lang}"; done)}
%{expand:%(for lang in %l10n_langlist; do echo "l10n_$lang=%%{l10n_$lang}"; done)}
pushd mozilla/extensions/enigmail/lang
 for lang in %langlist; do
    mkdir -p %{buildroot}%{_datadir}/mozilla/extensions/%{tb_appid}/enigmail-$lang@enigmail.mozdev.org
    language="language_$lang"
    language=${!language}
    %{_bindir}/unzip -q enigmail-${language}-%{enigmail_short_version}.xpi -d %{buildroot}%{_datadir}/mozilla/extensions/%{tb_appid}/enigmail-$lang@enigmail.mozdev.org/
 done
popd

##===============================================================================
## lightning ext here
#pushd %{objdir}/mozilla/dist/xpi-stage/
#  for ext in {gdata-provider,lightning}; do
#    hash="$(sed -n '/^    <em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' $ext/install.rdf)"
#    mkdir -p %{buildroot}%{tbextdir}/$hash
#    %{_bindir}/unzip -q ${ext}*.xpi -d %{buildroot}%{tbextdir}/$hash/
#  done
#popd

#===============================================================================

#cp -aL %{objdir}/mozilla/dist/bin/nsinstall %{buildroot}%{_bindir}

#==============================================================================
#exclude devel files
rm -rf %{buildroot}%{_datadir}/idl/%{oname}-%{version}
rm -rf %{buildroot}%{_includedir}/%{oname}-%{version}
rm -rf %{buildroot}%{_libdir}/%{oname}-devel-%{version}

#===============================================================================

%pre
if [ $1 == 2 ]; then
  if [ -d %{tbdir}/dictionaries ]; then
    # Otherelse rpm can't switch this into a symlink :(
    rm -rf %{tbdir}/dictionaries
  fi
fi

%post
%{_bindir}/update-desktop-database %{_datadir}/applications

mktemp="/bin/mktemp -d -q -p /tmp -t %{name}.XXXXXXXXXX"

TMPDIR= TB_TMPDIR=`$mktemp` && {
    HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -register
    test -d "$TB_TMPDIR" && rm -rf -- "$TB_TMPDIR"
}

if [ -x %{_bindir}/gtk-update-icon-cache ]; then
 %{_bindir}/gtk-update-icon-cache --force --quiet %{_datadir}/icons/hicolor
fi


%postun
%{_bindir}/update-desktop-database %{_datadir}/applications
if [ "$1" = "0" -a -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --force --quiet %{_datadir}/icons/hicolor
fi


#===============================================================================

%post enigmail
if [ -f %{tbdir}/components/compreg.dat ]; then
    rm -f %{tbdir}/components/compreg.dat
fi

if [ -f %{tbdir}/components/xpti.dat ]; then
    rm -f %{tbdir}/components/xpti.dat
fi

mktemp="/bin/mktemp -d -q -p /tmp -t %{name}.XXXXXXXXXX"

TMPDIR= TB_TMPDIR=`$mktemp` && {
%if %{xpi}
    HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -install-global-extension %{tbextdir}/enigmail-%{enigmail_version}-linux-*.xpi
%endif
    HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -register
    test -d "$TB_TMPDIR" && rm -rf -- "$TB_TMPDIR"
}

%preun enigmail
if [ -f %{tbdir}/components/compreg.dat ]; then
    rm -f %{tbdir}/components/compreg.dat
fi

if [ -f %{tbdir}/components/xpti.dat ]; then
    rm -f %{tbdir}/components/xpti.dat
fi

if [ -x %{tbdir}/thunderbird-bin ]; then 
mktemp="/bin/mktemp -d -q -p /tmp -t %{name}.XXXXXXXXXX"

  TMPDIR= TB_TMPDIR=`$mktemp` && {
  %if %{xpi}
      HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -install-global-extension %{tbextdir}/enigmail-%{enigmail_version}-linux-*.xpi
  %endif
      HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -register
      test -d "$TB_TMPDIR" && rm -rf -- "$TB_TMPDIR"
  }
fi

#===============================================================================

%files
%doc mozilla/LEGAL
%attr(755,root,root) %{_bindir}/mozilla-thunderbird
%attr(755,root,root) %{_bindir}/thunderbird
%attr(644,root,root) %{_datadir}/applications/*.desktop
%attr(644,root,root) %{_datadir}/pixmaps/%{name}.png
%{tbdir}
%if %{xpi}
%dir %{tbextdir}
%endif
# Mandriva menu
%{_miconsdir}/%{name}.svg
%{_iconsdir}/%{name}.svg
%{_liconsdir}/%{name}.svg
# other icons
%if %{official_branding}
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%else
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%endif
# enigmail
%exclude %{tbextdir}/%{enigmail_id}

%files enigmail
%{tbextdir}/%{enigmail_id}

#%files -n nsinstall
#%{_bindir}/nsinstall

#%files lightning
##%{tbextdir}/calendar-timezones@mozilla.org
#%{tbextdir}/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
#%{tbextdir}/{e2fda1a4-762b-4020-b5ad-a41df1933103}


%changelog

* Fri Feb 19 2016 Tigro <ashejn@gmail.com> 38.6.0-1
- (881ec83) update to 38.6.0

* Wed Jan 27 2016 Tigro <ashejn@gmail.com> 38.5.1-1
- (dee8cf3) update to 38.5.1

* Fri Oct 02 2015 Tigro <ashejn@yandex-team.ru> 38.3.0-1
- (c64e78f) update to 38.3.0

* Fri Aug 28 2015 Tigro <ashejn@yandex-team.ru> 38.2.0-1
- (e270456) update to 38.2.0

* Fri Jul 03 2015 Tigro <ashejn@yandex-team.ru> 38.0.1-1
- (70a9624) update desktop file
- (Tigro: e2c0d73) drop lightning package
- (Tigro: aa75f26) drop nsinstall installation
- (Tigro: 60d5b86) no more xpi-stage
- (Tigro: 7e9c2ea) update to 38.0.1

* Wed May 13 2015 Tigro <ashejn@yandex-team.ru> 31.6.0-1
- (51524c6) fix release

* Wed May 13 2015 Tigro <ashejn@yandex-team.ru> 31.6.0-3
- (34fed45) update to 31.6.0

* Mon Apr 20 2015 law <a.lahin@ntcit-rosa.ru> 31.4.0-3
- (b122c4e) Increase release number

* Mon Apr 20 2015 law <a.lahin@ntcit-rosa.ru> 31.4.0-2
- (6eec74a) Use time-independent uuid generator (for compatibility with timefreeze)
- (Alexander Lakhin: 246cf2f) MassBuild#656: Increase release tag

* Wed Feb 18 2015 Tigro <ashejn@gmail.com> 31.4.0-1
- (d5b24fb) update to 31.4.0

* Fri Jan 30 2015 Tigro <ashejn@yandex-team.ru> 31.3.0-1
- (b81f7c8) drop MOZ_MAKE_FLAGS
- (Tigro: 05d86b6) update to 31.3.0

* Thu Aug 07 2014 Tigro <ashejn@gmail.com> 31.0-1
- (4c92c28) build with gstreamer and fix enigmail build
- (Tigro: 40aa11d) clean up enigmail build
- (Tigro: 0b1b53b) fix path
- (Tigro: 6b6f7d4) use configure
- (Tigro: aa2ff61) update enigmail to 1.7
- (Tigro: 119e476) create objdir
- (Tigro: 1a1875d) added patch
- (Tigro: 6207d73) apply objdir patch
- (Tigro: d21484f) added BR: pkgconfig(libpulse)
- (Tigro: 0ad7b13) fix path in patch
- (Tigro: 6ab2257) fix path
- (Tigro: 9b9ad42) update to 31.0

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 24.6.0-2
- (d7f3d63) MassBuild#440: Increase release tag

* Wed Jun 11 2014 Tigro <ashejn@gmail.com> 24.6.0-1
- (1f2fafc) update to 24.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23379 |14mu|mozilla-thunderbird-52.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __libtoolize /bin/true
%define __cputoolize /bin/true

%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define official_branding 1

%if %{official_branding}
%define title Mozilla Thunderbird
%else
%define title Mail/News
%endif

%define oname thunderbird
%define tb_appid \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
%define tbdir %{_libdir}/%{oname}-%{version}
%define tbextdir %{_libdir}/mozilla/extensions/%{tb_appid}

%define objdir objdir

%define xpi 0
%define enigmail_version 2.0.7
%define enigmail_short_version %{enigmail_version}
%define enigmail_id \{847b3a00-7ab1-11d4-8f02-006008948af5\}

%define __noautoprov 'libgtkembedmoz\\.so(.*)|libxpcom\\.so(.*)'
%define __noautoreq 'libgtkembedmoz\\.so(.*)|libxpcom\\.so(.*)|libxul\\.so(.*)'

# FIXME: Bug in nsExtensionManager.js prevents using x86_64 as arch
# FIXME: I tried to modify nsExtensionManager.js.in, but it
# FIXME: complained that I had modified it
%ifarch %{ix86}
%define tbarch x86
%else # ix86
%ifarch x86_64
%define tbarch %{_arch}
%else # x86_64
%define tbarch %{_arch}
%endif # x86_64
%endif # ix86

# this seems fragile, so require the exact version or later (#58754)
%define sqlite3_version %(pkg-config --modversion sqlite3 &>/dev/null && pkg-config --modversion sqlite3 2>/dev/null || echo 0)
# this one as well (#59759)
%define nss_libname %mklibname nss 3
%define nss_version %(pkg-config --modversion nss &>/dev/null && pkg-config --modversion nss 2>/dev/null || echo 0)

%define major 52.9.1

Summary:	Full-featured email, RSS, and newsgroup client
Name:		mozilla-thunderbird
Version:	%{major}
Release:	1
License:	MPL
Group:		Networking/Mail
Url:		https://www.thunderbird.net
Source0:	https://archive.mozilla.org/pub/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.xz
Source10:	mozilla-thunderbird.rpmlintrc
Source12:	mozilla-thunderbird-mandriva-default-prefs.js
Source30:	mozilla-thunderbird-open-browser.sh
Source31:	mozilla-thunderbird-open-browser-xdg.sh
# Mandriva sources (Source300+)
Source300:	http://www.mozilla-enigmail.org/download/source/enigmail-%{enigmail_version}.tar.gz
Source302:	%{name}-icons.tar.bz2
# Language package template
Source400:	mozilla-thunderbird-enigmail-l10n-template.in
Source999:	icons.tar.xz
# Build patches
Patch2:		mozilla-firefox-1.0-prdtoa.patch
Patch3:		thunderbird-objdir.patch
Patch4:		mozilla-thunderbird-31-build-with-time-independent-uuids.patch
Patch201:	mozilla-thunderbird-24.1.0-default-mailer.patch
# Mandriva patches (Patch300+)
Patch300:	mozilla-thunderbird-0.8-progname.patch
Patch301:	mozilla-thunderbird-enigmail-package.patch
Patch304:	mozilla-thunderbird-run-mozilla.patch
# OpenSuse patches (Patch400+)
Patch400:	thunderbird-appname.patch

Patch600:	mozilla-thunderbird-big-icon.patch

%if %{official_branding}
BuildRequires:	imagemagick
%endif
BuildRequires:	autoconf2.1
BuildRequires:	gzip
BuildRequires:	unzip
BuildRequires:	yasm >= 1.0.1
BuildRequires:	zip
BuildRequires:	jpeg-devel
BuildRequires:	libiw-devel
BuildRequires:	nss-static-devel >= 2:3.16.2
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libevent) >= 1.4.7
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(nspr) >= 4.10.6
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(sqlite3) >= 3.8.4.1
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(vpx) >= 0.9.7
BuildRequires:	pkgconfig(zlib)
BuildRequires:	librsvg
BuildRequires:	pkgconfig(cairo) >= 1.10
BuildRequires:	pkgconfig(libpng) >= 1.4.8
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)

Requires:	%{mklibname sqlite3_ 0} >= %{sqlite3_version}
Requires:	%{nss_libname} >= 2:%{nss_version}
Requires(post,postun):	desktop-file-utils
Requires(post):	mktemp
Requires(post,postun): rpm-helper
Requires:	xdg-utils

BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	python-setuptools
BuildRequires:	python-virtualenv

Obsoletes:	nsinstall < 38.0.1
Obsoletes:	%{name}-lightning < 38.0.1


%description
%{title} is a full-featured email, RSS and newsgroup client that
makes emailing safer, faster and easier than ever before.

%files
%doc mozilla/LEGAL
%attr(755,root,root) %{_bindir}/mozilla-thunderbird
%attr(755,root,root) %{_bindir}/thunderbird
%attr(644,root,root) %{_datadir}/applications/*.desktop
%attr(644,root,root) %{_datadir}/pixmaps/%{name}.png
%{tbdir}
%if %{xpi}
%dir %{tbextdir}
%endif
# Mandriva menu
%{_miconsdir}/%{name}.svg
%{_iconsdir}/%{name}.svg
%{_liconsdir}/%{name}.svg
# other icons
%if %{official_branding}
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%else
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%endif
# enigmail
%exclude %{tbextdir}/%{enigmail_id}

#===============================================================================

%package enigmail
Summary:	Access the authentication and encryption features provided by GnuPG
Group:		Networking/Mail
Requires:	%{name} >= %{version}
Requires:	gnupg
Requires(post,preun): %{name} >= %{version}
Requires(post,postun):	mktemp
# Bug #35180
Suggests:	pinentry-gtk2

%description enigmail
Enigmail is an extension to the mail client of %{title}
which allows users to access the authentication and encryption
features provided by GnuPG.

Main Features

    * Encrypt/sign mail when sending, decrypt/authenticate received
      mail
    * Support for inline-PGP (RFC 2440) and PGP/MIME (RFC 3156)
    * Per-Account based encryption and signing defaults
    * Per-Recipient rules for automated key selection, and
      enabling/disabling encryption and signing
    * OpenPGP key management interface

%files enigmail
%{tbextdir}/%{enigmail_id}

#===============================================================================

# enigmail-l10n
# Supported l10n language lists
%define l10n_langlist ar ca cs de el es_ES fi fr gd gl hr hu it ja ko lt nb_NO nl pl pt_BR pt_PT ru sk sl sq sv_SE tr vi zh_CN zh_TW

# Disabled l10n languages, for any reason
# nl sk es_AR do not support 0.95.0 yet
%define disabled_l10n_langlist es_AR eu
#define disabled_l10n_langlist %{nil}

# Language descriptions
%define language_ar ar
%define langname_ar Arabic
%define language_ca ca
%define langname_ca Catalan
%define language_cs cs
%define langname_cs Czech
%define language_de de
%define langname_de German
%define language_el el
%define langname_el Greek
%define language_es_AR es-AR
%define langname_es_AR Spanish (Argentina)
%define language_es_ES es-ES
%define langname_es_ES Spanish
%define language_eu eu
%define langname_eu Basque
%define language_fi fi
%define langname_fi Finnish
%define language_fr fr
%define langname_fr French
%define language_gd gd
%define langname_gd Gaelic
%define language_gl gl
%define langname_gl Galego
%define language_hr hr
%define langname_hr Croatian
%define language_hu hu
%define langname_hu Hungarian
%define language_it it
%define langname_it Italian
%define language_ja ja
%define langname_ja Japanese
%define language_ko ko
%define langname_ko Korean
%define language_lt lt
%define langname_lt Lithuanian
%define language_nb_NO nb-NO
%define langname_nb_NO Norwegian Bokmaal
%define language_nl nl
%define langname_nl Dutch
%define language_pl pl
%define langname_pl Polish
%define language_pt_PT pt-PT
%define langname_pt_PT Portuguese
%define language_pt_BR pt-BR
%define langname_pt_BR Brazilian portuguese
#%%define language_ro ro-RO
#%%define langname_ro Romanian
%define language_ru ru
%define langname_ru Russian
%define language_sk sk
%define langname_sk Slovak
%define language_sl sl
%define langname_sl Slovenian
%define language_sq sq
%define langname_sq Albanian
%define language_sv_SE sv-SE
%define langname_sv_SE Swedish
%define language_tr tr
%define langname_tr Turkish
%define language_vi vi
%define langname_vi Vietnamese
%define language_zh_CN zh-CN
%define langname_zh_CN Simplified Chinese
%define language_zh_TW zh-TW
%define langname_zh_TW Traditional Chinese

# --- Danger line ---

# All langs
%{expand:%%define langlist %(for lang in %l10n_langlist; do echo "$lang"; done | sort -u | sed ':a;$!N;s/\n/ /;ta')}

# Defaults (all languages enabled by default)
# l10n
%{expand:%(for lang in %l10n_langlist; do echo "%%define l10n_$lang 1"; done)}
%{expand:%(for lang in %disabled_l10n_langlist; do echo "%%define l10n_$lang 0"; done)}

# Params
%{expand:%(for lang in %langlist; do echo "%%bcond_without $lang"; done)}

# Locales
%{expand:%(for lang in %l10n_langlist; do echo "%%define locale_$lang `echo $lang | cut -d _ -f 1` "; done)}

# Expand all languages packages.
%{expand:%(\
	for lang in %langlist; do\
		echo "%%{expand:%%(sed "s!__LANG__!$lang!g" %{_sourcedir}/mozilla-thunderbird-enigmail-l10n-template.in 2> /dev/null)}";\
	done\
	)
}
#===============================================================================

%prep
%setup -q -c

#===================
# Thunderbird itself
%setup -q -T -D -n %{name}-%{version}/thunderbird-%{version}

%patch2 -p0
%patch3 -p2 -b .objdir
%patch4 -p1
%patch201 -p1 -b .default_mail
%patch300 -p0 -b .progname
%patch301 -p1 -b .enigmailpackage
%patch304 -p0 -b .run-mozilla
%patch400 -p1 -b .appname
%patch600 -p1 -b .big-icon

#===============================================================================
# Enigmail
%setup -q -T -D -n %{name}-%{version}/thunderbird-%{version}/mozilla/extensions -a300
%if 0
%patch212 -p2 -b .enigmail-ui-content-contents-rdf
%patch213 -p2 -b .enigmail-build-package-contents-rdf
%endif

%if !%{official_branding}
%setup -q -T -D -n %{name}-%{version}/thunderbird-%{version} -a302
%endif

%setup -q -T -D -n %{name}-%{version}/thunderbird-%{version}

#===============================================================================

%build
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1

%ifarch %{ix86}
# (doktor5000) --disable-new-dtags in addition to -fnostack-protector to get rid of "undefined reference to '__stack_chk_fail'" against libc on i5
CFLAGS=$(echo %optflags | %{__sed} -e 's/-fexceptions//;s/--enable-new-dtags/--disable-new-dtags/')
CFLAGS="$CFLAGS -fno-strict-aliasing -fno-stack-protector"
%else
CFLAGS=$(echo %optflags | %{__sed} -e 's/-fexceptions//')
CFLAGS="$CFLAGS -fno-strict-aliasing"
%endif
CXXFLAGS="$CFLAGS -fpermissive"
RPM_OPT_FLAGS="$CFLAGS"
LDFLAGS="%ldflags"
export CFLAGS
export CXXFLAGS
export RPM_OPT_FLAGS
export LDFLAGS

export MOZCONFIG=`pwd`/.mozconfig
cat > $MOZCONFIG << EOF
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
ac_add_options --prefix="%{_prefix}"
ac_add_options --libdir="%{_libdir}"
ac_add_options --includedir="%{_includedir}"
ac_add_options --datadir="%{_datadir}"
ac_add_options --enable-application=mail
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-libevent
ac_add_options --without-system-libvpx
ac_add_options --with-system-png
ac_add_options --enable-system-cairo
ac_add_options --with-system-bz2
ac_add_options --enable-system-sqlite
ac_add_options --enable-system-hunspell
ac_add_options --with-pthreads
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize
#ac_add_options --disable-installer
ac_add_options --disable-updater
#ac_add_options --enable-xinerama
ac_add_options --disable-crashreporter
ac_add_options --enable-default-toolkit=cairo-gtk3
#ac_add_options --disable-xprint
ac_add_options --disable-strip
#ac_add_options --enable-pango
ac_add_options --enable-startup-notification
#ac_add_options --enable-svg
#ac_add_options --enable-canvas
#ac_add_options --enable-crypto
#ac_add_options --enable-mathml
#ac_add_options --enable-gstreamer=1.0
#ac_add_options --disable-gnomevfs
ac_add_options --enable-gio
#ac_add_options --disable-mochintest
#ac_add_options --disable-cpp-exceptions
ac_add_options --enable-calendar
ac_add_options --enable-official-branding
ac_add_options --with-distribution-id=com.mandriva
EOF

mkdir -p mozilla/objdir

%make -f client.mk build

#===============================================================================

pushd mozilla/extensions/enigmail
for i in `find . -type f -name Makefile.in`; do
	if [ -f $i.bak ]; then
		cp $i.bak $i
	else
		cp $i $i.bak
	fi
done
%configure2_5x
make
popd

pushd mozilla/extensions/enigmail/lang
chmod 0755 ./make-lang.sh
for i in `cat current-languages.txt`; do
	./make-lang.sh $i %{enigmail_short_version}
done
popd

#===============================================================================

%install
mkdir -p %{buildroot}{%{_libdir},%{_bindir},%{_datadir}/applications}
mkdir -p %{buildroot}%{tbdir}

rm -f extensions/spellcheck/locales/en-US/hunspell/en-US.{dic,aff}

%makeinstall_std -f client.mk

rm -rf %{buildroot}%{tbdir}/dictionaries
ln -s /usr/share/dict/mozilla %{buildroot}%{tbdir}/dictionaries

%if %{official_branding}
install -p -D %{buildroot}%{tbdir}/chrome/icons/default/default256.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
%else
install -p -D %{SOURCE302} %{buildroot}%{_datadir}/pixmaps/%{name}.png
%endif

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Version=1.0
Name=%{title}
GenericName=Mail/News/Organizer
Comment=Mail, News Client and Organizer
Comment[ru]=Почтовый клиент, клиент новостей и органайзер
Exec=%{name}
Icon=mozilla-thunderbird
Terminal=false
Type=Application
StartupWMClass=Thunderbird-bin
MimeType=message/rfc822;x-scheme-handler/mailto;
Categories=GTK;Network;News;Email;X-MandrivaLinux-CrossDesktop;
EOF

# set up the thunderbird start script
(cd %{buildroot}%{_bindir} && %{__ln_s} thunderbird %{name})

%{__perl} -pi -e 's|^moz_libdir=.*|moz_libdir=%{tbdir}|' %{buildroot}%{_bindir}/thunderbird
%{__perl} -pi -e 's|^MRE_HOME=.*|MRE_HOME=%{tbdir}|' %{buildroot}%{_bindir}/thunderbird

# For backwards compatibility with old profiles. Bug #37528
install -m 755 %{SOURCE31} %{buildroot}%{tbdir}/open-browser.sh
# For new profiles
%define COMMAND /usr/bin/xdg-open

%{__cat} %{SOURCE12} | %{__perl} -p -e 's,THUNDERBIRD_RPM_VR,%{version}-%{release},g;' \
	-e 's,THUNDERBIRD_VENDOR_COMMENT,%{mandriva_release},g;' \
	> %{buildroot}/mdv-default-prefs
cp -a %{buildroot}/mdv-default-prefs %{buildroot}%{tbdir}/defaults/pref/all-mandriva.js
rm -f %{buildroot}/mdv-default-prefs

#===============================================================================

# icons
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
%if %{official_branding}
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/
tar xaf %{SOURCE999} -C %{buildroot}%{_datadir}/icons/hicolor/
install -m 644 %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/%{name}.svg %{buildroot}%{_liconsdir}/%{name}.svg
install -m 644 %{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/%{name}.svg %{buildroot}%{_iconsdir}/%{name}.svg
install -m 644 %{buildroot}/%{_datadir}/icons/hicolor/16x16/apps/%{name}.svg %{buildroot}%{_miconsdir}/%{name}.svg

rm -f %{buildroot}/%{tbdir}/chrome/icons/default/default*.png
for i in `echo "16 22 24 32 48 64 72 128"`;do
  rsvg-convert %{buildroot}/%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.svg -o %{buildroot}/%{tbdir}/chrome/icons/default/default${i}.png
  rsvg-convert %{buildroot}/%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.svg -o %{buildroot}/%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
done
  rsvg-convert %{buildroot}/%{_datadir}/icons/hicolor/128x128/apps/%{name}.svg -w 256 -a -o %{buildroot}/%{tbdir}/chrome/icons/default/default256.png

  rm -f %{buildroot}/%{_datadir}/icons/hicolor/*/apps/%{name}.svg

%else
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{16x16,22x22,24x24,32x32,48x48,64x64,128x128}/apps
install -m 644 %{name}-48.png %{buildroot}%{_liconsdir}/%{name}.png
install -m 644 %{name}-32.png %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 %{name}-16.png %{buildroot}%{_miconsdir}/%{name}.png
# Converting up, but not a big issue now that we have official branding
install -m 644 %{name}-16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
install -m 644 %{name}-22.png %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
install -m 644 %{name}-24.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
install -m 644 %{name}-32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -m 644 %{name}-48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -m 644 %{name}-64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
install -m 644 %{name}-128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%endif

#===============================================================================

mkdir -p %{buildroot}%{tbextdir}/%{enigmail_id}
%if !%{xpi}
# MD this is odd, the short version here is 1.5 but the rest of the files still contain 1.4
#{_bindir}/unzip -q mozilla/dist/bin/enigmail-%{enigmail_short_version}*.xpi -d %{buildroot}%{tbextdir}/%{enigmail_id}
%{_bindir}/unzip -q mozilla/extensions/enigmail/build/enigmail-*.xpi -d %{buildroot}%{tbextdir}/%{enigmail_id}
%{__chmod} 644 %{buildroot}%{tbextdir}/%{enigmail_id}/chrome.manifest
%else
cp -aL mozilla/extensions/enigmail/build/enigmail-%{enigmail_short_version}*.xpi %{buildroot}%{tbextdir}/%{enigmail_id}/%{enigmail_id}.xpi
%endif

#==============================================================================
#enigmail lang package
# Convert rpm macros to bash variables
%{expand:%(for lang in %langlist; do echo "language_$lang=%%{language_$lang}"; done)}
%{expand:%(for lang in %langlist; do echo "with_$lang=%%{with $lang}"; done)}
%{expand:%(for lang in %l10n_langlist; do echo "l10n_$lang=%%{l10n_$lang}"; done)}
pushd mozilla/extensions/enigmail/lang
 for lang in %langlist; do
    mkdir -p %{buildroot}%{_datadir}/mozilla/extensions/%{tb_appid}/enigmail-$lang@enigmail.mozdev.org
    language="language_$lang"
    language=${!language}
    %{_bindir}/unzip -q enigmail-${language}-%{enigmail_short_version}.xpi -d %{buildroot}%{_datadir}/mozilla/extensions/%{tb_appid}/enigmail-$lang@enigmail.mozdev.org/
 done
popd

##===============================================================================
#exclude devel files
rm -rf %{buildroot}%{_datadir}/idl/%{oname}-%{version}
rm -rf %{buildroot}%{_includedir}/%{oname}-%{version}
rm -rf %{buildroot}%{_libdir}/%{oname}-devel-%{version}

#===============================================================================

%pre
if [ $1 == 2 ]; then
  if [ -d %{tbdir}/dictionaries ]; then
    # Otherelse rpm can't switch this into a symlink :(
    rm -rf %{tbdir}/dictionaries
  fi
fi

%post
%{_bindir}/update-desktop-database %{_datadir}/applications

mktemp="/bin/mktemp -d -q -p /tmp -t %{name}.XXXXXXXXXX"

TMPDIR= TB_TMPDIR=`$mktemp` && {
    HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -register
    test -d "$TB_TMPDIR" && rm -rf -- "$TB_TMPDIR"
}

if [ -x %{_bindir}/gtk-update-icon-cache ]; then
 %{_bindir}/gtk-update-icon-cache --force --quiet %{_datadir}/icons/hicolor
fi


%postun
%{_bindir}/update-desktop-database %{_datadir}/applications
if [ "$1" = "0" -a -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --force --quiet %{_datadir}/icons/hicolor
fi


#===============================================================================

%post enigmail
if [ -f %{tbdir}/components/compreg.dat ]; then
    rm -f %{tbdir}/components/compreg.dat
fi

if [ -f %{tbdir}/components/xpti.dat ]; then
    rm -f %{tbdir}/components/xpti.dat
fi

mktemp="/bin/mktemp -d -q -p /tmp -t %{name}.XXXXXXXXXX"

TMPDIR= TB_TMPDIR=`$mktemp` && {
%if %{xpi}
    HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -install-global-extension %{tbextdir}/enigmail-%{enigmail_version}-linux-*.xpi
%endif
    HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -register
    test -d "$TB_TMPDIR" && rm -rf -- "$TB_TMPDIR"
}

%preun enigmail
if [ -f %{tbdir}/components/compreg.dat ]; then
    rm -f %{tbdir}/components/compreg.dat
fi

if [ -f %{tbdir}/components/xpti.dat ]; then
    rm -f %{tbdir}/components/xpti.dat
fi

if [ -x %{tbdir}/thunderbird-bin ]; then 
mktemp="/bin/mktemp -d -q -p /tmp -t %{name}.XXXXXXXXXX"

  TMPDIR= TB_TMPDIR=`$mktemp` && {
  %if %{xpi}
      HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -install-global-extension %{tbextdir}/enigmail-%{enigmail_version}-linux-*.xpi
  %endif
      HOME="$TB_TMPDIR" LD_LIBRARY_PATH="%{tbdir}" %{tbdir}/thunderbird-bin -nox -register
      test -d "$TB_TMPDIR" && rm -rf -- "$TB_TMPDIR"
  }
fi

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23380 |14mu|mozilla-thunderbird-l10n-52.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define thunderbird_package mozilla-thunderbird

%define name mozilla-thunderbird-l10n
%define oname mozilla-thunderbird
%define version 52.9.1

%define release 1

#%%define thunderbird_epoch 0
%define thunderbird_version %{version}

%define up_ca_name thunderbird
%define lib_name %{up_ca_name}-%version
%define mozillalibdir %_libdir/%lib_name
%define tb_appid \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
%define tbextdir %{_datadir}/mozilla/extensions/%{tb_appid}

%define xpidir http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{thunderbird_version}/linux-i686/xpi/

# Supported l10n language lists
%define langlist ar be bg bn_BD ca cs da de el en_GB es_AR es_ES et eu fi fr fy ga gd gl he hu id is it ja ko lt nb_NO nl nn_NO pa_IN pl pt_PT pt_BR ro ru si sl sk sq sv_SE tr uk vi zh_CN zh_TW

# Disabled l10n languages, for any reason
%define disabled_langlist et_EE gu_IN mk af sr ka

# Disabled myspell dicts, for any reason
%define disabled_dict_langlist ar be br_FR es_AR eu fi fy ga gu_IN he ja ko mk pa_IN tr zh_CN zh_TW

%define use_dict 0

# Language descriptions
%define language_af af
%define langname_af Afrikaans
%define language_ar ar
%define langname_ar Arabic
%define language_be be
%define langname_be Belarusian
%define language_bg bg
%define langname_bg Bulgarian
%define language_bn_BD bn-BD
%define langname_bn_BD Bengali (Bangla)
%define language_br_FR br-FR
%define langname_br_FR Breton
%define language_ca ca
%define langname_ca Catalan
%define language_cs cs
%define langname_cs Czech
%define language_da da
%define langname_da Dansk
%define language_de de
%define langname_de German
%define language_el el
%define langname_el Greek
%define language_en_GB en-GB
%define langname_en_GB British English
%define language_es_AR es-AR
%define langname_es_AR Spanish (Argentina)
%define language_es_ES es-ES
%define langname_es_ES Spanish
%define language_et_EE et-EE
%define langname_et_EE Estonian (Magento)
%define language_et et
%define langname_et Estonian
%define language_eu eu
%define langname_eu Basque
%define language_fi fi
%define langname_fi Finnish
%define language_fr fr
%define langname_fr French
%define language_fy fy-NL
%define langname_fy Frisian
%define language_ga ga-IE
%define langname_ga Irish
%define language_gd gd
%define langname_gd Scottish Gaelic
%define language_gl gl
%define langname_gl Galician
%define language_gu_IN gu-IN
%define langname_gu_IN Gujarati
%define language_he he
%define langname_he Hebrew
%define language_hu hu
%define langname_hu Hungarian
%define language_id id
%define langname_id Indonesian
%define language_is is
%define langname_is Icelandic
%define language_it it
%define langname_it Italian
%define language_ja ja
%define langname_ja Japanese
%define language_ka ka
%define langname_ka Georgian
%define language_ko ko
%define langname_ko Korean
%define language_lt lt
%define langname_lt Lithuanian
%define language_mk mk
%define langname_mk Macedonian
%define language_nb_NO nb-NO
%define langname_nb_NO Norwegian Bokmaal
%define language_nn_NO nn-NO
%define langname_nn_NO Norwegian Nynorsk
%define language_nl nl
%define langname_nl Dutch
%define language_pa_IN pa-IN
%define langname_pa_IN Punjabi (gurmukhi)
%define language_pl pl
%define langname_pl Polish
%define language_pt_BR pt-BR
%define langname_pt_BR Brazilian portuguese
%define language_pt_PT pt-PT
%define langname_pt_PT Portuguese
%define language_ro ro
%define langname_ro Romanian
%define language_ru ru
%define langname_ru Russian
%define language_si si
%define langname_si Sinhala
%define language_sk sk
%define langname_sk Slovak
%define language_sq sq
%define langname_sq Albanian
%define language_sl sl
%define langname_sl Slovenian
%define language_sr sr
%define langname_sr Serbian
%define language_sv_SE sv-SE
%define langname_sv_SE Swedish
%define language_ta_LK ta-LK
%define langname_ta_LK Tamil (Sri-Lanka)
%define language_tr tr
%define langname_tr Turkish
%define language_uk uk
%define langname_uk Ukrainian
%define language_vi vi
%define langname_vi Vietnamese
%define language_zh_CN zh-CN
%define langname_zh_CN Simplified Chinese
%define language_zh_TW zh-TW
%define langname_zh_TW Traditional Chinese

# --- Danger line ---

# Defaults (all languages enabled by default)
# l10n
%{expand:%(for lang in %langlist; do echo "%%define with_$lang 1"; done)}
%{expand:%(for lang in %disabled_langlist; do echo "%%define with_$lang 0"; done)}
# dicts
%{expand:%(for lang in %langlist; do echo "%%define with_dict_$lang %{use_dict}"; done)}
%{expand:%(for lang in %disabled_dict_langlist; do echo "%%define with_dict_$lang 0"; done)}

# Locales
%{expand:%(for lang in %langlist; do echo "%%define locale_$lang `echo $lang | cut -d _ -f 1` "; done)}

%if %use_dict
# myspell dicts, allows setting preferences between several providers.
%{expand:%(for lang in %langlist; do echo "%%define myspell_$lang myspell-$lang"; done)}
%define myspell_de myspell-de_DE
%define myspell_fr myspell-fr_FR
%endif

Summary:	Localizations for Thunderbird (virtual package)
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/WWW
Url:		http://www.mozilla.org/
BuildArch:	noarch
BuildRequires:	libxml2-utils
# l10n sources
Source0:	%{name}-%{version}.tar.xz
# Language package template
Source1:	%{name}-template.in
# No deleted
Source10:	get-langpacks.sh
Source500:	mozilla-thunderbird-l10n.rpmlintrc
Source1000:	lightning-ru-5.4.zip
# l10n sources
#%{expand:%(\
#	i=1;\
#	for lang in %langlist; do\
#		echo "%%{expand:Source$i: %{xpidir}/%%{language_$lang}.xpi}";\
#		i=$[i+1];\
#	done\
#	)
}
%if %use_dict
%{expand:%(\
	disabled="%{disabled_dict_langlist}";\
	for lang in %langlist; do\
		echo "$disabled" | grep -q "\<$lang\>" || \
			echo "BuildRequires: %%{myspell_$lang}";\
	done\
	)
}
%endif

%description
Localizations for Thunderbird

# Expand all languages packages.
%{expand:%(\
	for lang in %langlist; do\
		echo "%%{expand:%%(sed "s!__LANG__!$lang!g" %{_sourcedir}/%{name}-template.in 2> /dev/null)}";\
	done\
	)
}

%prep
%setup -q

# Convert rpm macros to bash variables
%{expand:%(for lang in %langlist; do echo "language_$lang=%%{language_$lang}"; done)}
%{expand:%(for lang in %langlist; do echo "locale_$lang=%%{locale_$lang}"; done)}
%{expand:%(for lang in %langlist; do echo "with_$lang=%%{with_$lang}"; done)}
%{expand:%(for lang in %langlist; do echo "dict_$lang=%%{with_dict_$lang}"; done)}

# Unpack all languages
for lang in %langlist; do
	with="with_$lang"
	with=${!with}
	[ $with -eq 0 ] && continue

	language="language_$lang"
	language=${!language}

	locale="locale_$lang"
	locale=${!locale}

#	l10n
	mkdir ${language}
	cd ${language}
	unzip -qq ../${language}.xpi
	cd ..

#	dict
	dict="dict_$lang"
	dict=${!dict}
	[ $dict -eq 0 ] && continue

done

%check
# All install.rdf files must validate
xmllint --noout */install.rdf

%install
rm -rf %buildroot

# Convert rpm macros to bash variables
%{expand:%(for lang in %langlist; do echo "language_$lang=%%{language_$lang}"; done)}
%{expand:%(for lang in %langlist; do echo "with_$lang=%%{with_$lang}"; done)}
%{expand:%(for lang in %langlist; do echo "dict_$lang=%%{with_dict_$lang}"; done)}

# Create dicts dir
%if %use_dict
mkdir -p %buildroot%{mozillalibdir}/dictionaries
%endif

# Install all languages
for lang in %langlist; do
	with="with_$lang"
	with=${!with}
	[ $with -eq 0 ] && continue

	language="language_$lang"
	language=${!language}

# l10n
	cd $language
	mkdir -p %buildroot%{tbextdir}/langpack-${language}@thunderbird.mozilla.org/
	cp -f -r * %buildroot%{tbextdir}/langpack-${language}@thunderbird.mozilla.org/
	if [ "${language}" == "ru" ]; then
		mkdir -p %buildroot%{tbextdir}/langpack-${language}@lightning.mozilla.org
		unzip -qq -d %buildroot%{tbextdir}/langpack-${language}@lightning.mozilla.org %SOURCE1000
	fi
	cd ..

done

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23381 |14mu|mozjs31-31.2.0-0.rc0
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname mozjs
%define api 31
%define libname %mklibname %{pkgname} %{api}
%define devname %mklibname %{pkgname} %{api} -d

Summary:	JavaScript interpreter and libraries
Name:		mozjs31
Version:	31.2.0
Release:	0.rc0
License:	MPLv2.0 and BSD and GPLv2+ and GPLv3+ and LGPLv2.1 and LGPLv2.1+
Group:		Development/Other
Url:		http://www.mozilla.org/js/
Source0:	https://people.mozilla.org/~sstangl/mozjs-%{version}.rc0.tar.bz2
# Patches from 0ad
Patch0:         FixForOfBailouts.diff
Patch1:         FixTraceLoggerBuild.diff
Patch2:         FixTraceLoggerFlushing.diff
# From fedora
BuildRequires:  pkgconfig(icu-i18n)
BuildRequires:  pkgconfig(nspr)
BuildRequires:  pkgconfig(libffi)
BuildRequires:  pkgconfig(zlib)
BuildRequires:  readline-devel
BuildRequires:	python
BuildRequires:	zip

%description
JavaScript is the Netscape-developed object scripting language used in millions
of web pages and server applications worldwide. Netscape's JavaScript is a
superset of the ECMA-262 Edition 3 (ECMAScript) standard scripting language,
with only mild differences from the published standard.

#-------------------------------------------------------------------------

%package -n %{libname}
Summary:	JavaScript engine library
Group:		System/Libraries

%description -n %{libname}
JavaScript is the Netscape-developed object scripting languages. This
package has been created for purposes of Sablotron and is suitable for
embedding in applications. See http://www.mozilla.org/js for details
and sources.

%files -n %{libname}
%doc ../../LICENSE
%doc ../../README
%{_libdir}/lib%{pkgname}-%{api}.so

#-------------------------------------------------------------------------

%package -n %{devname}
Summary:	The header files for %{name}
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
# Necessary because mozjs uses a weird versioning scheme instead of
# proper sonames
%if "%{_lib}" == "lib64"
Provides:	devel(libmozjs-%{api}(64bit)) = %{EVRD}
%else
Provides:	devel(libmozjs-%{api}) = %{EVRD}
%endif

%description -n %{devname}
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%files -n %{devname}
%{_libdir}/pkgconfig/*.pc
%{_includedir}/mozjs-%{api}

#-------------------------------------------------------------------------

%prep
%setup -q -n mozjs-%{version}/js/src
%patch0 -p3
%patch1 -p3
%patch2 -p3

%build
# Need -fpermissive due to some macros using nullptr as bool false
export CFLAGS="%{optflags} -fpermissive"
export CXXFLAGS="$CFLAGS"
%configure2_5x \
        --with-system-nspr \
        --enable-threadsafe \
        --enable-readline \
        --enable-xterm-updates \
        --enable-shared-js \
        --enable-gcgenerational \
        --enable-optimize \
        --with-system-zlib \
        --enable-system-ffi \
        --with-system-icu \
        --without-intl-api
# Not build smp safe
make

%install
pushd js/src
%makeinstall_std
popd

chmod a-x  %{buildroot}%{_libdir}/pkgconfig/*.pc

# Do not install binaries or static libraries
rm -f %{buildroot}%{_libdir}/*.a %{buildroot}%{_bindir}/js*

# Install files, not symlinks to build directory
pushd %{buildroot}%{_includedir}
    for link in `find . -type l`; do
        header=`readlink $link`
        rm -f $link
        cp -p $header $link
    done
popd
cp -p js/src/js-config.h %{buildroot}%{_includedir}/mozjs-31

%check
# Some tests will fail
tests/jstests.py -d -s --no-progress ../../js/src/js/src/shell/js || :

%changelog
* Mon Mar 16 2015 Arkady Shane <ashejn@gmail.com> 31.2.0-0.rc0
+ Revision: 6b1df6b
- fix trivial typo in name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23382 |14mu|mozjs38-38.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pkgname mozjs
%define api 38
%define libname %mklibname %{pkgname} %{api}
%define devname %mklibname %{pkgname} %{api} -d

Summary:	JavaScript interpreter and libraries
Name:		mozjs38
Version:	38.8.0
Release:	1
License:	MPLv2.0 and BSD and GPLv2+ and GPLv3+ and LGPLv2.1 and LGPLv2.1+
Group:		Development/Other
Url:		http://www.mozilla.org/js/
Source0:	https://ftp.mozilla.org/pub/firefox/releases/%{version}esr/source/firefox-%{version}esr.source.tar.bz2
# Patches from 0ad
Patch0:		FixTracelogger.diff
BuildRequires:	zip
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(zlib)

%description
JavaScript is the Netscape-developed object scripting language used in millions
of web pages and server applications worldwide. Netscape's JavaScript is a
superset of the ECMA-262 Edition 3 (ECMAScript) standard scripting language,
with only mild differences from the published standard.

#-------------------------------------------------------------------------

%package -n %{libname}
Summary:	JavaScript engine library
Group:		System/Libraries

%description -n %{libname}
JavaScript is the Netscape-developed object scripting languages. This
package has been created for purposes of Sablotron and is suitable for
embedding in applications. See http://www.mozilla.org/js for details
and sources.

%files -n %{libname}
%{_libdir}/lib%{pkgname}-%{api}.so

#-------------------------------------------------------------------------

%package -n %{devname}
Summary:	The header files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
# Necessary because mozjs uses a weird versioning scheme instead of
# proper sonames
%if "%{_lib}" == "lib64"
Provides:	devel(libmozjs-%{api}(64bit)) = %{EVRD}
%else
Provides:	devel(libmozjs-%{api}) = %{EVRD}
%endif

%description -n %{devname}
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%files -n %{devname}
%{_libdir}/pkgconfig/mozjs-%{api}.pc
%{_includedir}/mozjs-%{api}

#-------------------------------------------------------------------------

%prep
%setup -qn mozilla-esr%{api}/js/src
%patch0 -p3

# Remove zlib directory (to be sure using system version)
rm -rf ../../modules/zlib

# Fix release number
head -n -1 ../../config/milestone.txt > ../../config/milestone.txt
echo "%{version}" >> ../../config/milestone.txt

%build
# Need -fpermissive due to some macros using nullptr as bool false
export CFLAGS="%{optflags} -fpermissive -fno-tree-vrp -fno-strict-aliasing"
export CXXFLAGS="$CFLAGS"
export PYTHON=%__python
%configure2_5x \
        --with-system-nspr \
        --enable-threadsafe \
        --enable-readline \
        --enable-xterm-updates \
        --enable-shared-js \
        --enable-gcgenerational \
        --enable-optimize \
        --with-system-zlib \
        --enable-system-ffi \
        --with-system-icu \
        --without-intl-api
# Not build smp safe
make

%install
%makeinstall_std

pushd %{buildroot}%{_libdir}/pkgconfig/
chmod a-x js.pc
mv js.pc mozjs-%{api}.pc
popd

# Do not install binaries or static libraries
rm -f %{buildroot}%{_bindir}/js*
rm -f %{buildroot}%{_libdir}/*.ajs

# Install files, not symlinks to build directory
pushd %{buildroot}%{_includedir}
    for link in `find . -type l`; do
        header=`readlink $link`
        rm -f $link
        cp -p $header $link
    done
popd
cp -p js/src/js-config.h %{buildroot}%{_includedir}/mozjs-%{api}/

%check
# Some tests will fail
tests/jstests.py -d -s --no-progress ../../js/src/js/src/shell/js || :

%changelog

* Mon Dec 05 2016 Rosa <rosa@abf.rosalinux.ru> 38.8.0-1
- (3110138) Automatic import for version 38.8.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23383 |14mu|mpg123-1.23.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define	libname %mklibname mpg123_ %{major}
%define	devname %mklibname mpg123 -d

Summary:	MPEG audio player
Name:		mpg123
Version:	1.23.8
Release:	1
License:	LGPLv2.1+
Group:		Sound
Url:		http://www.mpg123.de
Source0:	https://sourceforge.net/projects/mpg123/files/mpg123/%{version}/%{name}-%{version}.tar.bz2
Source1:	mp3license.tar.bz2
BuildRequires:	libtool-devel
BuildRequires:	nas-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(zlib)

%track
prog %{name} = {
	url = http://sourceforge.net/projects/mpg123/files/
	version = %{version}
	regex = %{name}-(__VER__)\.tar\.bz2
}

%description
Mpg123 is a fast, free and portable MPEG audio player for Unix.
It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files). For full CD quality
playback (44 kHz, 16 bit, stereo) a fast CPU is required. Mono and/or reduced
quality playback (22 kHz or 11 kHz) is possible on slow CPUs (like Intel 486).
For information on the MP3 License, please visit: http://www.mpeg.org

%files
%doc doc/* AUTHORS ChangeLog NEWS README
%doc mp3license
%{_bindir}/*
%{_mandir}/man1/*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/output_alsa*
%{_libdir}/%{name}/output_dummy*
%{_libdir}/%{name}/output_oss*

#----------------------------------------------------------------------------

%package esd
Summary:	Esound audio output plugin for mpg123
Group:		Sound
Requires:	%{name} = %{EVRD}

%description esd
Mpg123 is a fast, free and portable MPEG audio player for Unix.

It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files). For full CD quality
playback (44 kHz, 16 bit, stereo) a fast CPU is required. Mono and/or reduced
quality playback (22 kHz or 11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit: http://www.mpeg.org

%files esd
%doc COPYING
%{_libdir}/%{name}/output_esd*

#----------------------------------------------------------------------------

%package jack
Summary:	Jack audio output plugin for mpg123
Group:		Sound
Requires:	%{name} = %{EVRD}

%description jack
Mpg123 is a fast, free and portable MPEG audio player for Unix.

It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files). For full CD quality
playback (44 kHz, 16 bit, stereo) a fast CPU is required. Mono and/or reduced
quality playback (22 kHz or 11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit: http://www.mpeg.org

%files jack
%doc COPYING
%{_libdir}/%{name}/output_jack*

#----------------------------------------------------------------------------

%package nas
Summary:	NAS audio output plugin for mpg123
Group:		Sound
Requires:	%{name} = %{EVRD}

%description nas
Mpg123 is a fast, free and portable MPEG audio player for Unix.

It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files). For full CD quality
playback (44 kHz, 16 bit, stereo) a fast CPU is required. Mono and/or reduced
quality playback (22 kHz or 11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit: http://www.mpeg.org

%files nas
%doc COPYING
%{_libdir}/%{name}/output_nas*

#----------------------------------------------------------------------------

%package openal
Summary:	OpenAL audio output plugin for mpg123
Group:		Sound
Requires:	%{name} = %{EVRD}

%description openal
Mpg123 is a fast, free and portable MPEG audio player for Unix.

It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files). For full CD quality
playback (44 kHz, 16 bit, stereo) a fast CPU is required. Mono and/or reduced
quality playback (22 kHz or 11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit: http://www.mpeg.org

%files openal
%doc COPYING
%{_libdir}/%{name}/output_openal*

#----------------------------------------------------------------------------

%package portaudio
Summary:	Portaudio output plugin for mpg123
Group:		Sound
Requires:	%{name} = %{EVRD}

%description portaudio
Mpg123 is a fast, free and portable MPEG audio player for Unix.

It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files). For full CD quality
playback (44 kHz, 16 bit, stereo) a fast CPU is required. Mono and/or reduced
quality playback (22 kHz or 11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit: http://www.mpeg.org

%files portaudio
%doc COPYING
%{_libdir}/%{name}/output_portaudio*

#----------------------------------------------------------------------------

%package pulse
Summary:	Pulse audio output plugin for mpg123
Group:		Sound
Requires:	%{name} = %{EVRD}

%description pulse
Mpg123 is a fast, free and portable MPEG audio player for Unix.

It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files). For full CD quality
playback (44 kHz, 16 bit, stereo) a fast CPU is required. Mono and/or reduced
quality playback (22 kHz or 11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit: http://www.mpeg.org

%files pulse
%doc COPYING
%{_libdir}/%{name}/output_pulse*

#----------------------------------------------------------------------------

%package sdl
Summary:	SDL audio output plugin for mpg123
Group:		Sound
Requires:	%{name} = %{EVRD}

%description sdl
Mpg123 is a fast, free and portable MPEG audio player for Unix.

It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files). For full CD quality
playback (44 kHz, 16 bit, stereo) a fast CPU is required. Mono and/or reduced
quality playback (22 kHz or 11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit: http://www.mpeg.org

%files sdl
%doc COPYING
%{_libdir}/%{name}/output_sdl*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	MPEG audio decoding library
Group:		System/Libraries

%description -n %{libname}
Mpg123 is a fast, free and portable MPEG audio player for Unix.

It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files). For full CD quality
playback (44 kHz, 16 bit, stereo) a fast CPU is required. Mono and/or reduced
quality playback (22 kHz or 11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit: http://www.mpeg.org

%files -n %{libname}
%doc COPYING
%{_libdir}/libmpg123.so.%{major}*
%{_libdir}/libout123.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	MPEG audio decoding library - development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
Mpg123 is a fast, free and portable MPEG audio player for Unix.

It supports MPEG 1.0/2.0 layers 1, 2 and 3 ("mp3" files). For full CD quality
playback (44 kHz, 16 bit, stereo) a fast CPU is required. Mono and/or reduced
quality playback (22 kHz or 11 kHz) is possible on slow CPUs (like Intel 486).

For information on the MP3 License, please visit: http://www.mpeg.org

%files -n %{devname}
%doc COPYING
%{_libdir}/libmpg123.so
%{_libdir}/libout123.so
%{_includedir}/mpg123.h
%{_includedir}/fmt123.h
%{_includedir}/out123.h
%{_libdir}/pkgconfig/libmpg123.pc
%{_libdir}/pkgconfig/libout123.pc

#----------------------------------------------------------------------------

%prep
%setup -q -a 1
#apply_patches
rm -f doc/README.WIN32
rm -f configure
libtoolize --force --copy; aclocal; autoheader; automake --add-missing --copy; autoconf

%build
#gw this must be disabled for configure, else it will bail out
%define Werror_cflags %{nil}
%configure2_5x \
	--with-module-suffix=.so \
	--with-default-audio=pulse \
	--enable-ipv6=yes \
	--enable-network=yes

%make CFLAGS="%{optflags} -Wformat -Werror=format-security"


%install
%makeinstall_std

%changelog

* Tue Nov 01 2016 Denis Silakov <dsilakov@gmail.com> 1.23.8-1
- (5791357) Updated to 1.23.8 (fixes CVE-2016-1000247)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23384 |14mu|mplayer-1.2.1-1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname MPlayer

%define svn %{nil}
%if "%{svn}" != ""
%define fversion %{svn}
%define rel 1.%{svn}.1
%else
%define fversion %{version}
%define rel 1.1
%endif

%define build_debug	0
%define build_mencoder	1
%define build_gui	1
%define build_system_ffmpeg	1

%define kernel_version	%(/bin/bash %{SOURCE5})
%define kver		%(/bin/bash %{SOURCE5} | sed -e 's/-/./')
%define kvername	%(/bin/bash %{SOURCE5} | sed -e 's/-/./' | sed -e 's/mdk//')

%define build_yasm	1
%define build_live	1
%define build_vesa	0
%define build_theora	1
%define build_lirc	1
%define build_amr	0
%define build_aa	1
%define build_cdda	1
%define build_compiz	0
%define build_dirac	1
%define build_dv	1
%define build_sdl	1
%define build_lzo	1
%define build_smb	1
%define build_mga	1
%define build_fbdev	1
%define build_dvb	1
%define build_fribidi	1
%define build_enca	1
%define build_alsa	1
%define build_jack	1
%define build_openal	0
%define build_pulse	1
%define build_schroedinger	1
%define build_twolame	0
%define build_lame	0
%define build_faac	0
%define build_faad	0
%define build_x264	0
%define build_xvid	0
%define build_dts	0
%define build_directfb	1
%define build_v4l2	1
%define build_xvmc	1
%define build_vdpau	1
%define build_ivtv	0
%define build_libass	1
%define build_vpx	1
%define build_rtmp	1

%ifnarch %{ix86}
%define build_vesa	0
%endif

#####################
# Hardcode PLF build
%define build_plf 0
#####################

%if %{build_plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_amr	1
%define build_twolame	1
%define build_lame	1
%define build_faac	1
%define build_faad	1
%define build_x264	1
%define build_xvid	1
%define build_dts	1
%define build_yasm	1
%define build_dirac	1
%define build_schroedinger	1
%endif

%if %{build_system_ffmpeg} && ! %{build_plf}
%define build_amr 0
%define build_dirac 0
%define build_schroedinger 0
%define build_vpx 0
%define build_zr 0
%endif

%ifnarch %{arm} %{mips} aarch64
%bcond_without cpudetection
%endif

Summary:	Movie player for linux
Name:		mplayer
Version:	1.2.1
Release:	%{rel}%{?extrarelsuffix}
License:	GPLv2+
Group:		Video
Url:		http://www.mplayerhq.hu
%if "%{svn}" != ""
#gw generated using svn export
Source0:	%{name}-%{svn}.tar.xz
%else
Source0:	ftp://ftp1.mplayerhq.hu/MPlayer/releases/%{oname}-%{fversion}.tar.xz
%endif
#gw default skin
Source4:	Blue-1.10.tar.bz2
Source5:	kernel-version.sh
Patch0:		mplayer-mdvconfig.patch
Patch1:		mplayer-1.2-configure-dvdread-ldflags.patch
Patch2:		mplayer-1.1.1-samba4.patch
# fixes for crashes found while fixing CVE-2008-1558
Patch28:	mplayer-rtsp-extra-fixes.patch
#gw fix crash:	https://qa.mandriva.com/show_bug.cgi?id=55443
Patch35:	mplayer-fix-dvd-crash.patch
Patch39:	mplayer-1.2-dlopen-libfaac-libfaad-and-libx264.patch
Patch40:	mplayer-1.2-local-copy-of-internal-ffmpeg-type-definition.patch
Patch42:	mplayer-filters-hack-with-shared.patch

BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd45-xml
BuildRequires:	xsltproc
BuildRequires:	bzip2-devel
BuildRequires:	giflib-devel
BuildRequires:	gsm-devel
BuildRequires:	jpeg-devel
BuildRequires:	ladspa-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	mng-devel
BuildRequires:	nas-devel
BuildRequires:	pkgconfig(caca)
BuildRequires:	pkgconfig(dvdnav)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libbs2b)
BuildRequires:	pkgconfig(libmpeg2)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(xscrnsaver)
%if %{build_aa}
BuildRequires:	aalib-devel
%endif
BuildRequires:	a52dec-devel
%if %{build_amr}
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
%endif
%if %{build_jack}
BuildRequires:	pkgconfig(jack)
%endif
%if %{build_pulse}
BuildRequires:	pkgconfig(libpulse)
%endif
%if %{build_openal}
BuildRequires:	pkgconfig(openal)
%endif
%if %{build_cdda}
BuildRequires:	cdda-devel
BuildRequires:	pkgconfig(libcdio_cdda)
%endif
%if %{build_dirac}
BuildRequires:	pkgconfig(dirac)  >= 0.9.0
%endif
%if %{build_schroedinger}
BuildRequires:	pkgconfig(schroedinger-1.0)
%endif
%if %{build_dv}
BuildRequires:	pkgconfig(libdv)
%endif
%if %{build_lirc}
BuildRequires:	pkgconfig(liblircclient0)
%endif
%if %{build_lzo}
BuildRequires:	liblzo-devel
%endif
%if %{build_sdl}
BuildRequires:	pkgconfig(sdl) >= 1.1.8
%endif
%if %{build_smb}
BuildRequires:	pkgconfig(smbclient)
%endif
%if %{build_twolame}
BuildRequires:	pkgconfig(twolame)
%endif
%if %{build_faac}
BuildRequires:	libfaac-devel
%endif
%if %{build_faad}
BuildRequires:	libfaad2-devel
%endif
%if %{build_x264}
BuildRequires:	pkgconfig(x264)
%endif
%if %{build_xvid}
BuildRequires:	xvid-devel
%endif
%if %{build_dts}
BuildRequires:	pkgconfig(libdts)
%endif
%if %{build_lame}
BuildRequires:	lame-devel
%endif
%if %{build_live}
BuildRequires:	live-devel
%endif
%if %{build_vesa}
BuildRequires:	libvbe-devel
BuildRequires:	liblrmi-devel
%endif
%if %{build_theora}
BuildRequires:	pkgconfig(theora)
%endif
%if %{build_fribidi}
BuildRequires:	pkgconfig(fribidi) >= 0.10.4
%endif
%if %{build_enca}
BuildRequires:	pkgconfig(enca)
%endif
%if %{build_directfb}
BuildRequires:	pkgconfig(directfb)
%endif
%if %{build_xvmc}
BuildRequires:	pkgconfig(xvmc)
%endif
%if %{build_vdpau}
BuildRequires:	pkgconfig(vdpau)
%endif
%if %{build_libass}
BuildRequires:	pkgconfig(libass)
%endif
%if %{build_vpx}
BuildRequires:	pkgconfig(vpx)
%endif
%if %{build_rtmp}
BuildRequires:	pkgconfig(librtmp)
%endif
%if %{build_yasm}
BuildRequires:	yasm
%endif
%if %{build_system_ffmpeg}
BuildRequires:	ffmpeg-devel
%endif

%if "%{_lib}" == "lib64"
%global	_ext	()(64bit)
%else
%global	_ext	%{nil}
%endif

# With plf build they are auto-required
%if ! %{build_plf}
Suggests:	libfaac.so.0%{_ext}
Suggests:	libfaad.so.2%{_ext}
Suggests:	libx264.so.148%{_ext}
Suggests:	libopencore-amrnb.so.0%{_ext}
Suggests:	libopencore-amrwb.so.0%{_ext}
Suggests:	libtwolame.so.0%{_ext}
Suggests:	libdca.so.0%{_ext}
Suggests:	libdvdcss.so.2%{_ext}
%endif

%description
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!). The another big
feature of mplayer is the wide range of supported output drivers. It
works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, but you can use
SDL (and this way all drivers of SDL), VESA (on every VESA compatible
card, even without X!), and some lowlevel card-specific drivers (for
Matrox, 3Dfx and Radeon) too! Most of them supports software or hardware
scaling, so you can enjoy movies in fullscreen. MPlayer supports
displaying through some hardware MPEG decoder boards, such as the DVB
and DXR3/Hollywood+! And what about the nice big antialiased shaded
subtitles (9 supported types!!!) with european/ISO 8859-1,2 (hungarian,
english, czech, etc), cyrillic, korean fonts, and OSD?

Note: If you want to play Real content, you need to have the content
of RealPlayer's Codecs directory in %{_libdir}/codecs/

%if %{build_plf}
This package is in restricted because some included codecs are covered 
by patents. It also includes support for reading DVDs encrypted with 
CSS which might be illegal in some countries.

For non-free binary codecs support you should install the packages
win32-codecs, real-codecs and xanim-codecs.
%endif

%files -f mplayer.lang
%doc AUTHORS Changelog README Copyright
%dir %{_sysconfdir}/%{name}
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/mplayer.conf
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/menu.conf
%{_bindir}/midentify
%{_bindir}/mplayer
%{_mandir}/man1/mplayer.1*
%dir %{_datadir}/%{name}

#----------------------------------------------------------------------------

%package doc
Summary:	%{oname} documentation
Group:		Books/Computer books
BuildArch:	noarch

%description doc
This package contains documentation for %{oname}.

%files doc
%doc README.DOCS
%doc DOCS/default.css DOCS/xml DOCS/tech/

#----------------------------------------------------------------------------

%if %{build_gui}
%package gui
Summary:	GUI for %{name}
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	imagemagick
Requires:	soundwrapper

%description gui
This package contains a GUI for %{name}.

%files gui
%{_bindir}/gmplayer
%{_datadir}/applications/mplayer.desktop
%{_datadir}/%{name}/skins
%{_iconsdir}/mplayer.png
%{_miconsdir}/mplayer.png
%{_liconsdir}/mplayer.png

%pre gui
if [ -d %{_datadir}/%{name}/skins/default ]
  then rm -rf %{_datadir}/%{name}/skins/default
fi
%endif

#----------------------------------------------------------------------------

%if %{build_mencoder}
%package -n mencoder
Summary:	MPlayer's movie encoder
Group:		Video
Requires:	%{name}

%description -n mencoder
MEncoder a movie encoder and is a part of the MPlayer package.
%if ! %{build_plf}
Note: this version does not have support for encoding mp3 audio streams in the
video files.
%else
This restricted build has additional support for AAC decoding with libfaad
and MP3 encoding with lame, both are covered by software patents. It
also includes support for reading DVDs encrypted with CSS which might
be illegal in some countries.
%endif

%files -n mencoder -f mencoder.lang
%{_bindir}/mencoder
%{_bindir}/divx2svcd
%{_bindir}/mencvcd
%{_bindir}/wma2ogg.pl
%{_mandir}/man1/mencoder.1*
%endif

#----------------------------------------------------------------------------

%prep
%if "%{svn}" != ""
%setup -q -n %{name} -a 4
%else
%setup -q -n MPlayer-%{version} -a 4
%endif
#gw as we have have used svn export:
echo %{svn}|sed s/^r// > snapshot_version
find DOCS -name .svn|xargs rm -rf
#gw fix permissions
chmod 644 AUTHORS Changelog README Copyright
rm -f Blue/README
%patch0 -p1 -b .mdv~
%patch1 -p1 -b .dvdread~
%patch2 -p1 -b .samba4~
%patch28 -p1 -b .rtsp-extra-fixes
%patch35 -p0
%if ! %{build_plf}
%patch39 -p1 -b .dlopen~
%endif
rm -rf ffmpeg
%patch40 -p1 -b .ffmpeg~
%patch42 -p1 -b .internal_filters~

# Sometimes (1.1.1) mplayer guys forget to update the VERSION file...
# Let's fix it here, but let's not abuse this ;)
echo %{version} >VERSION

perl -pi -e 's^r\$svn_revision^%{release}^' version.sh

mv DOCS/README README.DOCS

%build
export CFLAGS="$CFLAGS %{optflags}"
%if %{build_debug}
export CFLAGS="$CFLAGS -g"
%endif
%ifarch ppc
export CFLAGS="$CFLAGS -mcpu=7450 -maltivec"
%endif
%if %{build_directfb}
export CPPFLAGS="-I%{_includedir}/directfb"
%endif
export LDFLAGS="%{?ldflags}"
./configure \
	--prefix=%{_prefix} \
	--datadir=%{_datadir}/%{name} \
	--confdir=%{_sysconfdir}/%{name} \
	--libdir=%{_libdir} \
	--codecsdir=%{_libdir}/codecs \
	--language=all \
%ifarch %{ix86}
	--enable-mmx \
	--enable-3dnow \
	--enable-sse \
	--enable-sse2 \
	--enable-fastmemcpy \
%endif
%if %{with cpudetection}
	--enable-runtime-cpudetection \
%endif
%if %{build_debug}
	--enable-debug=3 \
%else
	--disable-sighandler \
%endif
%if %{build_gui}
	--enable-gui \
%endif
%if %{build_mencoder}
	--enable-mencoder \
%else
	--disable-mencoder \
%endif
	--disable-arts \
	--disable-ggi \
	--enable-dvdnav \
	--enable-dvdread \
	--enable-libmpeg2 \
	--enable-libmpeg2-internal \
	--enable-tv \
	--enable-joystick \
	--enable-gl \
	--disable-svga \
	--enable-menu \
	--disable-zr \
%if ! %{build_dts}
	--disable-libdca \
	--enable-libdca-dlopen \
%endif
	--enable-freetype \
	--enable-nas \
%if %{build_system_ffmpeg}
	--disable-ffmpeg_a \
%endif
%if ! %{build_faad}
	--disable-faad \
	--disable-decoder=AAC \
	--enable-faad-dlopen \
%endif
%if ! %{build_faac}
	--enable-faac-dlopen \
%endif
%if ! %{build_twolame}
	--disable-twolame \
	--enable-twolame-dlopen \
%endif
%if ! %{build_x264}
	--enable-x264-dlopen \
%endif
%if %{build_lirc}
	--enable-lirc \
%else
	--disable-lirc \
%endif
%if ! %{build_v4l2}
	--disable-tv-v4l2 \
%endif
%if ! %{build_mga}
	--disable-mga \
%endif
%if ! %{build_fbdev}
	--disable-fbdev \
%endif
%if %{build_directfb}
	--enable-directfb \
%else
	--disable-directfb \
%endif
%if ! %{build_live}
	--disable-live \
%endif
%if ! %{build_vesa}
	--disable-vesa \
%endif
%if %{build_theora}
	--enable-theora \
%else
	--disable-theora \
%endif
%if %{build_smb}
	--enable-smb \
%endif
%if ! %{build_dvb}
	--disable-dvb \
	--disable-dvbhead \
%endif
%if ! %{build_jack}
	--disable-jack \
%endif
%if ! %{build_aa}
	--disable-aa \
%endif
%if ! %{build_cdda}
	--disable-cdparanoia \
%endif
%if ! %{build_dv}
	--disable-libdv \
%endif
%if ! %{build_lzo}
	--disable-liblzo \
%endif
%if ! %{build_sdl}
	--disable-sdl \
%endif
%if ! %{build_alsa}
	--disable-alsa \
%endif
%if ! %{build_fribidi}
	--disable-fribidi \
%endif
%if ! %{build_enca}
	--disable-enca \
%endif
%if %{build_pulse}
	--enable-pulse \
%endif
%if ! %{build_openal}
	--disable-openal \
%endif
%if %{build_xvmc}
	--enable-xvmc \
%endif
%if ! %{build_ivtv}
	--disable-ivtv \
%endif
%if ! %{build_vdpau}
	--disable-vdpau \
%endif
%if ! %{build_amr}
	--disable-libopencore_amrnb \
	--disable-libopencore_amrwb \
	--enable-libopencore_amrnb-dlopen \
	--enable-libopencore_amrwb-dlopen
%endif

# Keep this line before empty end %%configure (ppc conditionnal pb)
make
#gw make sure we have our version string included:
fgrep %{version} version.h

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m755 mplayer -D %{buildroot}%{_bindir}/mplayer
for lang in de fr hu pl es it zh_CN en; do
    install -m644 DOCS/man/$lang/mplayer.1 -D %{buildroot}%{_mandir}/$([ "$lang" != "en" ] && echo $lang)/man1/mplayer.1
done

%find_lang mplayer --with-man

######################### Mencoder #########################
%if %{build_mencoder}
install -m755 mencoder -D %{buildroot}%{_bindir}/mencoder

for lang in de fr hu pl es it zh_CN en; do
    ln -s mplayer.1 %{buildroot}%{_mandir}/$([ "$lang" != "en" ] && echo $lang)/man1/mencoder.1
done

%find_lang mencoder --with-man

install -m 755 TOOLS/mencvcd.sh %{buildroot}%{_bindir}/mencvcd
install -m 755 TOOLS/divx2svcd.sh %{buildroot}%{_bindir}/divx2svcd
install -m 755 TOOLS/wma2ogg.pl %{buildroot}%{_bindir}/wma2ogg.pl
install -m 755 TOOLS/midentify.sh %{buildroot}%{_bindir}/midentify
%endif
######################### /Mencoder #########################

install -m 644 etc/example.conf %{buildroot}%{_sysconfdir}/%{name}/mplayer.conf
install -m 644 etc/menu.conf %{buildroot}%{_sysconfdir}/%{name}

%if %{build_gui}
# default Skin
install -d -m 755 %{buildroot}%{_datadir}/%{name}/skins/
cp -r Blue %{buildroot}%{_datadir}/%{name}/skins/
ln -s Blue %{buildroot}%{_datadir}/%{name}/skins/default
# gmplayer equals mplayer -gui
ln -s mplayer %{buildroot}%{_bindir}/gmplayer
# icons
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
convert -transparent white Blue/icons/icon48x48.png %{buildroot}%{_liconsdir}/mplayer.png 
convert -transparent white Blue/icons/icon32x32.png %{buildroot}%{_iconsdir}/mplayer.png 
convert -transparent white -scale 16x16 Blue/icons/icon48x48.png %{buildroot}%{_miconsdir}/mplayer.png
install -D -m 644 etc/mplayer.desktop %{buildroot}%{_datadir}/applications/mplayer.desktop
perl -pi -e 's@mplayer$@mplayer@g' %{buildroot}%{_datadir}/applications/mplayer.desktop
%endif

%if %{build_debug}
export DONT_STRIP=1
%endif


%changelog

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.1-1.1
- (9e626e7) Use libx264.so.148 (really)
- (Andrey Bondrov: e0ec480) Use libx264.so.148

* Mon Jan 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.1-1
- (ed0fe07) New version 1.2.1

* Wed Nov 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2-1
- (5608fff) Update patch with ffmpeg headers (more work)
- (Andrey Bondrov: 104c85f) Update patch with ffmpeg headers
- (Andrey Bondrov: 7f8f771) New stable version 1.2
- (Andrey Bondrov: 7f8f771) Adjust for ffmpeg 2.8

* Tue May 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r37337.5
- (85cdb31) Bump release

* Tue Mar 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r37337.4
- (ff7f573) Use internal libmpeg2 instead (adjust build options)

* Tue Mar 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r37337.3
- (5357fcb) Use internal libmpeg2 instead

* Tue Mar 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r37337.2
- (6546d2f) Update BuildRequires for libmpeg2 support

* Thu Feb 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r37337.1
- (46c27c7) Fix dlopen patch
- (Andrey Bondrov: 262ec61) Update BuildRequires (add libdvdnav)
- (Andrey Bondrov: 34232b1) New snapshot 37337, re-diff patches

* Thu Feb 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.12
- (07736ad) Drop libdxr3-devel from BuildRequires (even for older distro releases)
- (Andrey Bondrov: f82d493) Disable vesa

* Mon Sep 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.11
- (1190d3d) Build with smb protocol support

* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.10
- (8ab80fb) Drop DXR3 support for rosa2014.1+

* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.9
- (9e1802a) Update BuildRequires to handle libcdio_paranoia split from libcdio

* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.8
- (9dc5d18) Adjust dlopen patch for x264 0.142, rebuild

* Wed Jun 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.7
- (a9c0ebb) Bump release

* Mon Jun 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.6
- (4000789) Bump release

* Thu May 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.5
- (cd9251f) Bump release

* Thu May 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.4
- (1802da3) Add patch to fix build with giflib 5.1
- (Andrey Bondrov: 617a6dd) LOG Rebuild with ffmpeg 2.1

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.3
- (8a5a49e) LOG Update default config to fix issues with DVD playback

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.2
- (8c84aab) LOG Bump release

* Tue Aug 06 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36361.1
- (5593c29) LOG New SVN snapshot 36361, update patchset

* Fri Aug 02 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2
- (d8cb105) LOG New version 1.1.1, spec cleanup (sync with Cooker)

* Sat Oct 27 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-5
- (324d80a) LOG Sync spec fixes with restricted

* Wed Oct 24 2012 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
- (ca50d85) Bump release to rebuild with newer deps



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23385 |14mu|mplayerthumbs-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		mplayerthumbs
Version:	4.14.3
Release:	1
Epoch:		3
Summary:	Video thumbnail generator for KDE4 file managers
Group:		Graphical desktop/KDE
License:	GPLv2
URL:		https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Requires:	kdebase4-runtime

%description
MPlayerThumbs is a video thumbnail generator for KDE file managers
(Konqueror, Dolphin, ...), now available also for KDE 4.
It needs mplayer (of course) to generate thumbnails, and it contains
no linking to any library, so in a x86_64 system you can freely use the
32bit mplayer binary with win32codecs by configuring the application
launching the mplayerthumbsconfig helper application.
It catches a random frame from 15% to 70%, checking also how contrasted
is the image, and dropping bad frames.

%files
%{_kde_bindir}/mplayerthumbsconfig
%{_kde_libdir}/kde4/videopreview.so
%{_kde_appsdir}/videothumbnail
%{_kde_datadir}/config.kcfg/mplayerthumbs.kcfg
%{_kde_services}/videopreview.desktop

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:4.14.3-1
+ Revision: 08de8aa
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23386 |14mu|msgpack-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   4
%define cmajor  2
%define libname %mklibname %{name} %{major}
%define clibname %mklibname %{name}c %{cmajor}
%define devname %mklibname %{name} -d

Name:           msgpack
Version:        1.3.0
Release:        1
Summary:        Binary-based efficient object serialization library
Group:          System/Libraries
License:        ASL 2.0
URL:            http://msgpack.org
Source0:        https://github.com/msgpack/msgpack-c/releases/download/cpp-%{version}/%{name}-%{version}.tar.gz

BuildRequires:  libtool
# for %%check
BuildRequires:  gtest-devel
BuildRequires:  pkgconfig(zlib)

%description
MessagePack is a binary-based efficient object serialization
library. It enables to exchange structured objects between many
languages like JSON. But unlike JSON, it is very fast and small.

#----------------------------------------------------------------------

%package -n     %{libname}
Summary:        Binary-based efficient object serialization library
Group:          System/Libraries
Obsoletes:	msgpack < 1.3.0

%description -n %{libname}
MessagePack is a binary-based efficient object serialization
library. It enables to exchange structured objects between many
languages like JSON. But unlike JSON, it is very fast and small.

This package contains the C++ version of MessagePack, lib%{name}.

%files -n       %{libname}
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}.so.%{major}.*

#----------------------------------------------------------------------

%package -n     %{clibname}
Summary:        Binary-based efficient object serialization library
Group:          System/Libraries

%description -n %{clibname}
MessagePack is a binary-based efficient object serialization
library. It enables to exchange structured objects between many
languages like JSON. But unlike JSON, it is very fast and small.

This package contains the C version of MessagePack, lib%{name}c.

%files -n       %{clibname}
%{_libdir}/lib%{name}c.so.%{cmajor}
%{_libdir}/lib%{name}c.so.%{cmajor}.*

#----------------------------------------------------------------------

%package -n     %{devname}
Summary:        Libraries and header files for %{name}
Group:          Development/C++
Requires:       %{libname} = %{version}-%{release}
Requires:       %{clibname} = %{version}-%{release}
Obsoletes:	msgpack-devel < 1.3.0

%description -n %{devname}
Libraries and header files for %{name} and %{name}c.

%files -n       %{devname}
%doc AUTHORS COPYING ChangeLog LICENSE_1_0.txt NOTICE README README.md
%{_includedir}/%{name}/
%{_includedir}/%{name}.h*
%{_libdir}/lib%{name}*.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -vfi
%configure2_5x --disable-static
%make

%check
%make check

%install
%makeinstall_std


%changelog

* Wed Jan 13 2016 Denis Silakov <dsilakov@gmail.com> 1.3.0-1
- (582ee1a) Updated to 1.3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23387 |14mu|msv-2009.1-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          msv
Epoch:         1
Version:       2009.1
Release:       13
Summary:       Multi-Schema Validator
Group:         Development/Java
License:       BSD
URL:           https://msv.dev.java.net/

# To generate tarball from upstream source control:
# $ svn export https://msv.dev.java.net/svn/msv/tags/msv-2009.1/ --username guest
# $ tar zcf msv-2009.1.tar.gz msv-2009.1
Source0:       %{name}-%{version}.tar.gz

# The "maven-wagon-svn" plug-in is not in Fedora
Patch0:        %{name}-disable-maven-wagon-svn.patch

# There is a build time dependency on crimson which needs to be stripped
# (We're using xerces-j2 instead)
Patch1:        %{name}-disable-crimson.patch

# Link to locally installed javadocs
Patch2:        %{name}-link-local-javadoc.patch

BuildRequires: java-devel
BuildRequires: java-javadoc
BuildRequires: jpackage-utils
BuildRequires: maven-compiler-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-resources-plugin
BuildRequires: maven-site-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit4
# BuildRequires: maven-plugin-build-helper
BuildRequires: isorelax
BuildRequires: isorelax-javadoc
BuildRequires: relaxngDatatype
BuildRequires: relaxngDatatype-javadoc
BuildRequires: xalan-j2
BuildRequires: xerces-j2
BuildRequires: junit

BuildRequires: maven-doxia
BuildRequires: maven-doxia-tools
BuildRequires: maven-doxia-sitetools
BuildRequires: plexus-archiver

BuildArch:     noarch

%description
The Sun Multi-Schema XML Validator (MSV) is a Java technology tool to validate
XML documents against several kinds of XML schemata. It supports RELAX NG,
RELAX Namespace, RELAX Core, TREX, XML DTDs, and a subset of XML Schema Part 1.
This latest (version 1.2) release includes several bug fixes and adds better
conformance to RELAX NG/W3C XML standards and JAXP masquerading.

%package       msv
Summary:       Multi-Schema Validator Core
Group:         Development/Java
Requires:      jpackage-utils
Requires:      java
Requires:      isorelax
Requires:      relaxngDatatype
Requires:      xerces-j2
Requires:      msv-xsdlib

%description   msv
%{summary}.

%package       relames
Summary:       Multi-Schema Validator Schematron Plugin
Group:         Development/Java
Requires:      jpackage-utils
Requires:      java
Requires:      isorelax
Requires:      relaxngDatatype
Requires:      xalan-j2
Requires:      xerces-j2
Requires:      msv-msv
Requires:      msv-xsdlib

%description   relames
%{summary}.

%package       rngconv
Summary:       Multi-Schema Validator RNG Converter
Group:         Development/Java
Requires:      jpackage-utils
Requires:      java
Requires:      isorelax
Requires:      relaxngDatatype
Requires:      xerces-j2
Requires:      msv-msv
Requires:      msv-xsdlib

%description   rngconv
%{summary}.

%package       xmlgen
Summary:       Multi-Schema Validator Generator
Group:         Development/Java
Requires:      jpackage-utils
Requires:      java
Requires:      isorelax
Requires:      relaxngDatatype
Requires:      xerces-j2
Requires:      msv-msv
Requires:      msv-xsdlib

%description    xmlgen
%{summary}.

%package       xsdlib
Summary:       Multi-Schema Validator XML Schema Library
Group:         Development/Java
Requires:      jpackage-utils
Requires:      java
Requires:      isorelax
Requires:      relaxngDatatype
Requires:      xerces-j2

# Can remove these obsoletes at Fedora 17 time
Obsoletes:     xsdlib < %{version}-%{release}

%description   xsdlib
%{summary}.

%package       javadoc
Summary:       API documentation for Multi-Schema Validator
Group:         Development/Java
Requires:      java-javadoc
Requires:      jpackage-utils
Requires:      isorelax-javadoc
Requires:      relaxngDatatype-javadoc

# Can remove these obsoletes at Fedora 17 time
Obsoletes:     msv-msv-javadoc < %{version}-%{release}
Obsoletes:     msv-relames-javadoc < %{version}-%{release}
Obsoletes:     msv-xmlgen-javadoc < %{version}-%{release}
Obsoletes:     msv-xsdlib-javadoc < %{version}-%{release}
Obsoletes:     xsdlib-javadoc < %{version}-%{release}

%description   javadoc
%{summary}.

%package       manual
Summary:       Manual for Multi-Schema Validator
Group:         Development/Java

%description   manual
%{summary}.

%package       demo
Summary:       Samples for Multi-Schema Validator
Group:         Development/Java
Requires:      msv-msv
Requires:      msv-xsdlib
Requires:      jpackage-utils

%description   demo
%{summary}.

%prep
%setup -q

# Delete anything pre-compiled
find -name '*.class' -exec rm -f '{}' \;
find -name '*.jar' -exec rm -f '{}' \;
find -name '*.zip' -exec rm -f '{}' \;

# Delete class-path entries from manifests
for m in $(find . -name MANIFEST.MF) ; do
  sed --in-place -e '/^[Cc]lass-[Pp]ath:/d' $m
done

# Apply patches
%patch0 -p0 -b .orig
%patch1 -p0 -b .orig
%patch2 -p0 -b .orig2

# Change encoding of non utf-8 files
for m in $(find . -name copyright.txt) ; do
  iconv -f iso-8859-1 -t utf-8 < $m > $m.utf8
  mv $m.utf8 $m
done

%build
mvn install javadoc:aggregate

%install
# Jars
install -pD -T msv/target/%{name}-core-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-core.jar
install -pD -T relames/target/%{name}-relames-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-relames.jar
install -pD -T rngconverter/target/%{name}-rngconverter-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-rngconverter.jar
install -pD -T generator/target/%{name}-generator-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-generator.jar
install -pD -T xsdlib/target/xsdlib-%{version}.jar \
  %{buildroot}%{_javadir}/xsdlib.jar
install -pD -T testharness/target/%{name}-testharness-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-testharness.jar

# Alternate jar names
ln -s %{name}-core.jar         \
  %{buildroot}%{_javadir}/%{name}-msv.jar
ln -s %{name}-rngconverter.jar \
  %{buildroot}%{_javadir}/%{name}-rngconv.jar
ln -s %{name}-generator.jar    \
  %{buildroot}%{_javadir}/%{name}-xmlgen.jar
ln -s xsdlib.jar               \
  %{buildroot}%{_javadir}/%{name}-xsdlib.jar

# Poms
install -pD -T -m 644 pom.xml              %{buildroot}%{_mavenpomdir}/JPP-msv.pom
install -pD -T -m 644 parent/pom.xml       %{buildroot}%{_mavenpomdir}/JPP-msv-parent.pom
install -pD -T -m 644 msv/pom.xml          %{buildroot}%{_mavenpomdir}/JPP-msv-core.pom
install -pD -T -m 644 relames/pom.xml      %{buildroot}%{_mavenpomdir}/JPP-msv-relames.pom
install -pD -T -m 644 rngconverter/pom.xml %{buildroot}%{_mavenpomdir}/JPP-msv-rngconverter.pom
install -pD -T -m 644 generator/pom.xml    %{buildroot}%{_mavenpomdir}/JPP-msv-generator.pom
install -pD -T -m 644 testharness/pom.xml  %{buildroot}%{_mavenpomdir}/JPP-msv-testharness.pom
install -pD -T -m 644 xsdlib/pom.xml       %{buildroot}%{_mavenpomdir}/JPP-xsdlib.pom
%add_to_maven_depmap net.java.dev.msv msv              %{version} JPP msv
%add_to_maven_depmap net.java.dev.msv msv-parent       %{version} JPP msv-parent
%add_to_maven_depmap net.java.dev.msv msv-core         %{version} JPP msv-core
%add_to_maven_depmap net.java.dev.msv msv-relames      %{version} JPP msv-relames
%add_to_maven_depmap net.java.dev.msv msv-rngconverter %{version} JPP msv-rngconverter
%add_to_maven_depmap net.java.dev.msv msv-generator    %{version} JPP msv-generator
%add_to_maven_depmap net.java.dev.msv msv-testharness  %{version} JPP msv-testharness
%add_to_maven_depmap net.java.dev.msv xsdlib           %{version} JPP xsdlib
%add_to_maven_depmap msv msv         %{version} JPP msv-core
%add_to_maven_depmap com.sun.msv.datatype.xsd xsdlib   %{version} JPP xsdlib

# Javadocs
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}

# Manuals
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}/msv
install -m 644 msv/doc/*.html     %{buildroot}%{_docdir}/%{name}-%{version}/msv
install -m 644 msv/doc/*.gif      %{buildroot}%{_docdir}/%{name}-%{version}/msv
install -m 644 msv/doc/README.txt %{buildroot}%{_docdir}/%{name}-%{version}/msv

install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}/relames
install -m 644 relames/doc/README.txt %{buildroot}%{_docdir}/%{name}-%{version}/relames

install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}/rngconverter
install -m 644 rngconverter/doc/README.txt %{buildroot}%{_docdir}/%{name}-%{version}/rngconverter

install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}/generator
install -m 644 generator/doc/*.html     %{buildroot}%{_docdir}/%{name}-%{version}/generator
install -m 644 generator/doc/README.txt %{buildroot}%{_docdir}/%{name}-%{version}/generator

install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}/xsdlib
install -m 644 xsdlib/doc/*.html     %{buildroot}%{_docdir}/%{name}-%{version}/xsdlib
install -m 644 xsdlib/doc/README.txt %{buildroot}%{_docdir}/%{name}-%{version}/xsdlib

# Examples
install -d -m 755 %{buildroot}%{_datadir}/%{name}-%{version}/msv
cp -pr msv/examples/* %{buildroot}%{_datadir}/%{name}-%{version}/msv
install -d -m 755 %{buildroot}%{_datadir}/%{name}-%{version}/xsdlib
cp -pr xsdlib/examples/* %{buildroot}%{_datadir}/%{name}-%{version}/xsdlib

# Scripts
%jpackage_script com.sun.msv.driver.textui.Driver "" "" msv-msv:msv-xsdlib:relaxngDatatype:isorelax msv true
%jpackage_script com.sun.msv.generator.Driver "" "" msv-xmlgen:msv-msv:msv-xsdlib:relaxngDatatype:isorelax:xerces-j2 xmlgen true
%jpackage_script com.sun.msv.schematron.Driver "" "" msv-relames:msv-msv:msv-xsdlib:relaxngDatatype:isorelax:xalan-j2 relames true
%jpackage_script com.sun.msv.writer.relaxng.Driver "" "" msv-rngconv:msv-msv:msv-xsdlib:relaxngDatatype:isorelax:xerces-j2 rngconv true

%files msv
%{_bindir}/msv
%{_mavenpomdir}/JPP-%{name}-core.pom
%{_mavenpomdir}/JPP-%{name}-testharness.pom
%{_javadir}/%{name}-core.jar
%{_javadir}/%{name}-msv.jar
%{_javadir}/%{name}-testharness*
%doc msv/doc/license.txt

%files relames
%{_bindir}/relames
%{_mavenpomdir}/JPP-%{name}-relames.pom
%{_javadir}/%{name}-relames.jar
%doc relames/doc/copyright.txt

%files rngconv
%{_bindir}/rngconv
%{_mavenpomdir}/JPP-%{name}-rngconverter.pom
%{_javadir}/%{name}-rngconverter.jar
%{_javadir}/%{name}-rngconv.jar
%doc rngconverter/doc/license.txt
%doc rngconverter/doc/copyright.txt

%files xmlgen
%{_bindir}/xmlgen
%{_mavenpomdir}/JPP-%{name}-generator.pom
%{_javadir}/%{name}-generator.jar
%{_javadir}/%{name}-xmlgen.jar
%doc generator/doc/license.txt
%doc generator/doc/copyright.txt

%files xsdlib
%{_mavenpomdir}/JPP-xsdlib.pom
%{_javadir}/xsdlib.jar
%{_javadir}/%{name}-xsdlib.jar
%doc xsdlib/doc/license.txt
%doc xsdlib/doc/copyright.txt

# This subpackage wins the parent poms and the depmap because all the other
# subpackages require this one
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavenpomdir}/JPP-%{name}-parent.pom
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}

%files manual
%doc %{_docdir}/%{name}-%{version}

%files demo
%{_datadir}/%{name}-%{version}

%changelog

* Mon May 16 2016 Denis Silakov <dsilakov@gmail.com> 1:2009.1-13
- (b83b75d) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23388 |14mu|mtdev-1.1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Kernel multi-touch transformation library
Name:		mtdev
Version:	1.1.5
Release:	3
License:	MIT
Group:		System/Libraries
Url:		http://edge.launchpad.net/mtdev
Source0:	https://launchpad.net/mtdev/trunk/%{version}/+download/%{name}-%{version}.tar.gz

%description
The mtdev library transforms all variants of kernel MT (multi-touch) events to
the slotted type B protocol. The events put into mtdev may be from any MT
device, specifically type A without contact tracking, type A with contact
tracking, or type B with contact tracking. See the kernel documentation for
further details.

%files
%doc ChangeLog README COPYING
%{_bindir}/mtdev-test

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Kernel multi-touch transformation library
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libmtdev.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for mtdev
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides the development files for mtdev.

%files -n %{devname}
%{_includedir}/mtdev*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.5-3
- (3621f51) MassBuild#1169: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23389 |14mu|mtink-1.0.16-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Status monitor and configuration tool for Epson inkjet printers
Name:		mtink
Version:	1.0.16
Release:	11
License:	GPL
Group:		System/Printing
URL:		http://xwtools.automatix.de/files/
Source0:	http://xwtools.automatix.de/files/%{name}-%{version}.tar.gz
Source1:	mtinkd.service
Source2:	mtinkd.sysconfig
Source3:	printutils.png
Source4:	micon.gif
Source5:        epson.png
Source6:	%{name}-tmpfiles.conf
# mtink - Do not request koi8-ru, but koi8-r instead. Fixes mdv#25315
Patch0:		mtink-1.0.14-ru_font.patch
Patch1:		mtink-fhs_fixes.diff
Patch2:		mtink-path_to_printer.desc.diff
BuildRequires:	gimp-devel
BuildRequires:	pkgconfig(x11)
BuildRequires:	lesstif-devel
BuildRequires:	pkgconfig(xt)
BuildRequires:	imagemagick
Requires(post): rpm-helper
Requires(preun): rpm-helper
BuildRequires: systemd
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd

%description
Mtink is a status monitor which allow to get the remaining ink quantity,
printing of test patterns, changing and cleaning cartridges.

%prep

%setup -q %{name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p0

cp %{SOURCE2} mtinkd.sysconfig
cp %{SOURCE3} printutils.png

%build
%serverbuild

perl -p -i -e 's|(/usr/X11R6)/lib\b|\1/%{_lib}|g' Makefile.ORG
perl -p -i -e 's|(/usr)/lib\b|\1/%{_lib}|g' Makefile.ORG
perl -p -i -e 's|(/usr)/lib$|\1/%{_lib}|g' Configure
perl -p -i -e 's|(''/usr/)lib('')|$1%{_lib}$2|g' checkMotifVersion.sh
perl -pi -e "s|^DBG = .*|DBG = $CFLAGS|g" Makefile.ORG

./Configure --no-suid --prefix /usr
%make CC="gcc %{ldflags}"

# Fix some small bugs
#perl -p -i -e "s/START_LEVEL=S99mtink/START_LEVEL=S59mtink/" etc/installInitScript.sh
#perl -p -i -e "s/STOP_LEVEL=K02mtink/START_LEVEL=K61mtink/" etc/installInitScript.sh
#perl -p -i -e "s/for d in 2 3 4 5/XXXXXXXXXX/" etc/installInitScript.sh
#perl -p -i -e "s/for d in 0 1 6/for d in 2 3 4 5/" etc/installInitScript.sh
#perl -p -i -e "s/XXXXXXXXXX/for d in 0 1 6/" etc/installInitScript.sh
#perl -p -i -e "s!cp mtink /etc/init.d!!" etc/installInitScript.sh
perl -p -i -e "s!chmod 744 /etc/init.d/mtink!!" etc/installInitScript.sh

%install
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_libdir}/gimp/2.0/plug-ins
install -d %{buildroot}%{_prefix}/lib/cups/backend
install -d %{buildroot}%{_localstatedir}/lib/mtink
install -d %{buildroot}%{_datadir}/mtink

install -D -p -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf

install -m0755 mtink %{buildroot}%{_bindir}/
install -m0755 ttink %{buildroot}%{_bindir}/
install -m0755 mtinkc %{buildroot}%{_bindir}/
install -m0755 mtinkd %{buildroot}%{_sbindir}/
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/mtinkd.service
install -m0644 mtinkd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/mtinkd

install -m0644 utils/printer.desc.bldin %{buildroot}%{_datadir}/mtink/printer.desc
install -m0644 utils/*.align %{buildroot}%{_datadir}/mtink/

install -m0755 etc/installInitScript.sh %{buildroot}%{_sbindir}/mtink-installInitScript
install -m0755 detect/askPrinter %{buildroot}%{_sbindir}/
install -m0755 etc/mtink-cups %{buildroot}%{_prefix}/lib/cups/backend/mtink
install -m0755 gimp-mtink %{buildroot}%{_libdir}/gimp/2.0/plug-ins/

# Documentation
cp -ax etc/readme README.mtinkd.startup

# Menu icon
# Menu entries for printer-utils package
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/
install -m 644 printutils.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/
install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/icons/
# mtink icon
mkdir -p %{buildroot}/%{_miconsdir}
mkdir -p %{buildroot}/%{_iconsdir}
mkdir -p %{buildroot}/%{_liconsdir}
convert %{SOURCE4} -resize 16x16 %{buildroot}/%{_miconsdir}/%{name}.png
convert %{SOURCE4} -resize 32x32 %{buildroot}/%{_iconsdir}/%{name}.png
convert %{SOURCE4} -resize 48x48 %{buildroot}/%{_liconsdir}/%{name}.png

# Menu entries
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-mtink.desktop << EOF
[Desktop Entry]
Name=Epson Inkjet Printer Manager
Name[ru]=Настройка принтеров Epson
Comment=Alignment, ink level, cartridge maintenance
Comment[ru]=Настройка, контроль уровня чернил и состояния картриджей
Exec=%{_bindir}/mtink
Icon=epson
Terminal=false
Type=Application
Categories=System;Monitor;
EOF

%post
%systemd_post mtinkd.service
%tmpfiles_create %{name}.conf

%preun
%systemd_preun mtinkd.service

%postun
%systemd_postun_with_restart mtinkd.service

%files
%doc README.mtinkd.startup CHANGE.LOG doc/*
%{_unitdir}/mtinkd.service
%attr(0644,root,sys) %config(noreplace) %{_sysconfdir}/sysconfig/mtinkd
%{_sbindir}/mtinkd
%{_sbindir}/askPrinter
%{_sbindir}/mtink-installInitScript
%attr(0755,root,sys) %{_bindir}/mtinkc
# These four must be SGID sys/SUID root to be able to access the printer
# devices
%attr(6755,root,sys) %{_bindir}/mtink
%attr(6755,root,sys) %{_bindir}/ttink
%attr(2755,lp,sys) %{_libdir}/gimp/2.0/plug-ins/gimp-mtink

%{_datadir}/applications/mandriva-mtink.desktop
%{_datadir}/icons/hicolor/16x16/apps/printutils.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/epson.png
%attr(0750,lp,sys) %dir %{_localstatedir}/lib/mtink
%{_sysconfdir}/tmpfiles.d/%{name}.conf
%attr(0755,root,root) %dir %{_datadir}/mtink
%attr(0644,root,root) %{_datadir}/mtink/*
%attr(0755,root,root) %{_prefix}/lib/cups/backend/mtink

%changelog
* Fri Feb 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.16-11
+ Revision: b4dc9b4
- Use systemd-tmpfiles instead of shipping /var/run files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23390 |14mu|multipath-tools-0.5.0-1.20140913.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitcommit aec68a
%define gitcommit_date 20140913

%define major	0
%define libname	%mklibname %{name} %{major}
%define develname	%mklibname -d %name
%define _udevdir /lib/udev/rules.d

Summary:	Tools to manage multipathed devices with the device-mapper
Name:		multipath-tools
Version:	0.5.0
Release:	1%{?gitcommit_date:.%{gitcommit_date}}.3
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://christophe.varoqui.free.fr/
#Source0:	http://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=snapshot;h=%{gitcommit};sf=tgz
Source0:	%{name}-%{gitcommit}.tgz
Source1:	multipath.conf

# Patch "Fix build failure with fomat-security. Specify the format type. (00c9b3)" is needed for build
# Without "Always put watchdog in the config structure (aec68a)" patch the command 'multipath -c /dev/XXX' hangs on i586
# And this patch depends on several previous

# Local patches
Patch102:	multipath-tools-Change-unitdir.patch
Patch103:	multipath-tools-Fix-symlink.patch
Patch104:	multipath-tools-Make-libmultipath.so.patch
Patch105:	multipath-tools-Avoid-multipathd.socket-dep-cycle.patch
BuildRequires:	libaio-devel
BuildRequires:	readline-devel
BuildRequires:	sysfsutils-devel
BuildRequires:	pkgconfig(devmapper)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(libsystemd-daemon)
Requires:	dmsetup
Requires:	kpartx = %{EVRD}
Conflicts:	kpartx < 0.4.8-16
Requires:	%{libname} = %{EVRD}
Requires(post,preun):rpm-helper

%description
This package provides the tools to manage multipathed devices by
instructing the device-mapper multipath module what to do. The tools
are:

- multipath: scan the system for multipathed devices, assembles them
  and update the device-mapper's maps

- multipathd: wait for maps events, then execs multipath

- devmap-name: provides a meaningful device name to udev for devmaps

- kpartx: maps linear devmaps upon device partitions, which makes
  multipath maps partionable

%package -n %{libname}
Group:		System/Libraries
Summary:	Libraries for multipath-tools

%description -n %{libname}
This package provides libraries for the tools to manage multipathed devices by
instructing the device-mapper multipath module what to do.

%package -n %{develname}
Group:		Development/C
Summary:	Development files for %{name}
Requires:	%{libname} = %{EVRD}


%description -n %{develname}
This package provides developer interface to manage multipathed devices by
instructing the device-mapper multipath module what to do.


%files
%defattr(-,root,root,755)
%doc AUTHOR COPYING README* ChangeLog FAQ multipath.conf.*
%config %{_udevdir}/11-dm-mpath.rules
%config(noreplace) %{_sysconfdir}/multipath.conf
/sbin/multipath
/sbin/multipathd
/sbin/mpathpersist
%{_mandir}/man?/mpath*
%{_mandir}/man?/multipath*
%{_unitdir}/multipathd.service
%{_unitdir}/multipathd.socket

%files -n %{libname}
%dir /%{_lib}/multipath/
/%{_lib}/multipath/*
/%{_lib}/libmultipath.so.*
/%{_lib}/libmpathpersist.so.*

%files -n %{develname}
%{_includedir}/mpath_persist.h
/%{_lib}/libmpathpersist.so
/%{_lib}/libmultipath.so

%preun
%_preun_service multipathd

%post
%_post_service multipathd

#----------------------------------------------------------------------------

%package -n kpartx
Summary:	Partition device manager for device-mapper devices
Group:		System/Kernel and hardware
Conflicts:	multipath-tools < 0.4.8-16

%description -n kpartx
kpartx manages partition creation and removal for device-mapper devices.

%files -n kpartx
/sbin/kpartx
%config(noreplace) %{_sysconfdir}/udev/rules.d/kpartx.rules
/lib/udev/kpartx_id
%{_mandir}/man8/kpartx.8*

#----------------------------------------------------------------------------

%prep
%setup -q %{?gitcommit:-n %{name}}
%apply_patches

%build
# parallel build support is broken:
make BUILD="glibc"

%install
%makeinstall_std
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/multipath.conf
rm -rf %{buildroot}%{_sysconfdir}/hotplug.d

%changelog

* Tue Mar 24 2015 din <d.fedorov@ntcit-rosa.ru> 0.5.0-1.20140913.3
- (73f393c) Merge pull request #3 from law/multipath-tools:rosa2014.1
- (73f393c) Blacklist all devices by default (#rm6225)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23391 |14mu|muparser-1.34-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define filever %(echo %version|sed -e 's|\\.||')

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A fast math parser library
Name:		muparser
Version:	1.34
Release:	4
License:	MIT
Group: 		System/Libraries
Url:		http://muparser.sourceforge.net/
Source0:	http://nchc.dl.sourceforge.net/sourceforge/%{name}/%{name}_v%{filever}.tar.gz
Patch1:		muParser-1.30-gcc43.patch

%description
muParser is an extensible high performance math parser library. It is
based on transforming an expression into a bytecode and precalculating
constant parts of it.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains library files of muParser.

%files -n %{libname}
%doc Changes.txt
%{_libdir}/libmuparser.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files need to develop applications
based on muParser.

%files -n %{devname}
%doc docs/html
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}_v%{filever}
%patch1 -p0

%build
%configure2_5x \
	--enable-shared \
	--enable-static
make CXXFLAGS="%{optflags}"

%install
%makeinstall_std


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.34-4
- (0050ec5) Build with system optflags
- (0050ec5) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23392 |14mu|mutagen-1.31-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Audio tag tools
Name:		mutagen
Version:	1.31
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://code.google.com/p/mutagen/
Source0:	http://mutagen.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
Mutagen is an audio metadata tag reader and writer implemented in pure Python.
It supports reading ID3v1.1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, and FLAC, and
writing ID3v1.1, ID3v2.4, APEv2, and FLAC.
The goals are (in rough order of importance):
    * Read as many files as possible
    * Compatibility with as many other tag readers and editors as possible
    * Compliance with the relevant specifications
    * Written in Pythonic Python, with a Pythonic API
    * Unit and regression test suite
    * Provide access to all features of the supported formats
    * Easily extensible.

%files
%doc NEWS README.rst
%{python_sitelib}/%{name}
%{python_sitelib}/%{name}-%{version}-*egg-info
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q


%build
python setup.py build


%install
python setup.py install -O2 --skip-build --root %{buildroot}



%changelog

* Sat Jan 23 2016 Giovanni Mariani <mc2374@mclink.it> 1.31-1
- (287c434) Updated to release 1.31



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23393 |14mu|mutter-3.16.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define gir_major 3.0
%define major 0
%define libname %mklibname %{name} %{major}
%define girname %mklibname %{name}-gir %{gir_major}
%define develname %mklibname -d %{name}

Summary:	Mutter window manager
Name:		mutter
Version:	3.16.4
Release:	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://ftp.gnome.org/pub/gnome/sources/mutter/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/mutter/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		mutter-3.16-overlay-key-pressed.patch 
Patch1:		mutter-3.8.3-fullscreen-flash-player.patch

BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	intltool
BuildRequires:	zenity
BuildRequires:	gnome-common gtk-doc
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas) >= 3.11.3
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(upower-glib)
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	pkgconfig(xkbcommon-x11)
BuildRequires:	pkgconfig(xkbcommon)
BuildRequires:	pkgconfig(xkeyboard-config)
BuildRequires:	pkgconfig(xkbfile)

Requires: GConf2
Requires: zenity
Requires: typelib(Meta)

%description
Mutter is a simple window manager that integrates nicely with 
GNOME 2.

%package -n %{libname}
Summary:	Libraries for Mutter
Group:		System/Libraries
Obsoletes:	%{_lib}mutter-private0 < %{version}

%description -n %{libname}
This package contains libraries used by Mutter.

%package -n %{girname}
Summary: GObject Introspection interface description for %{name}
Group: System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Summary:	Libraries and include files with Mutter
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Requires:	%{girname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d %{name}-private 0
Obsoletes:	%{_lib}mutter-private-devel < %{version}

%description -n %{develname}
This package provides the necessary development libraries and include 
files to allow you to develop with Mutter.

%prep
%setup -q
%apply_patches

%build
if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;

%configure2_5x \
	--disable-static \
	--disable-scrollkeeper \
	--enable-compile-warnings=no

%make LIBS="-lXrender"

%install
%makeinstall_std
%find_lang %{name} 

%files -f %{name}.lang
%doc COPYING NEWS
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/GConf/gsettings/mutter-schemas.convert
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.wayland.gschema.xml
%{_datadir}/gnome-control-center/keybindings/*.xml
%{_datadir}/applications/mutter-wayland.desktop
%{_datadir}/gtk-doc/
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
%{_libdir}/%{name}/plugins/default.so
%{_libdir}/mutter-restart-helper
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{girname}
%{_libdir}/%{name}/Meta-%{gir_major}.typelib

%files -n %{develname}
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/%{name}/Meta-%{gir_major}.gir


%changelog

* Tue Feb 02 2016 Tigro <ashejn@gmail.com> 3.16.4-1
- (e784ac8) update to 3.16.4

* Wed Dec 23 2015 Tigro <ashejn@gmail.com> 3.16.3-2
- (51618e9) decrease release

* Wed Dec 23 2015 Tigro <ashejn@gmail.com> 3.16.3-7
- (c315b96) bump release

* Tue Dec 22 2015 Stas Fomin <stas-fomin@yandex.ru> 3.16.3-6
- (e293446) makes overlay-hold-event-patch for mutter 3.16
- (Stas Fomin: 31d4d53) makes overlay-hold-event-patch for mutter 3.16

* Fri Jul 03 2015 Tigro <ashejn@yandex-team.ru> 3.16.3-1
- (2a30f3d) update to 3.16.3

* Fri May 15 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (9e21e2d) update to 3.16.2

* Thu Apr 16 2015 Tigro <ashejn@yandex-team.ru> 3.16.1.1-1
- (3cd4969) update to 3.16.1.1

* Wed Apr 15 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (aec723e) update to 3.16.1

* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (671e38e) update to 3.16.0

* Tue Mar 17 2015 Tigro <ashejn@gmail.com> 3.15.92-1
- (d279e9c) update to 3.15.92

* Tue Mar 10 2015 Tigro <ashejn@yandex-team.ru> 3.15.91-1
- (20dd6e3) Oh, Shoot mutter
- (Tigro: d127443) drop changelog
- (Tigro: 363835c) drop desktop file
- (Tigro: 06b54fb) pack files
- (Tigro: ad5a445) added link with Xrender
- (Tigro: 72d18cb) more buildrequires
- (Tigro: 1395fa4) update to 3.15.91

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-3
- (62fcbc3) MassBuild#440: Increase release tag

* Tue Jun 03 2014 Tigro <ashejn@gmail.com> 3.12.2-2
- (39365c8) bump release to rebuilt

* Fri May 16 2014 Tigro <ashejn@gmail.com> 3.12.2-1
- (199fdcd) update to 3.12.2

* Thu Apr 24 2014 Tigro <ashejn@gmail.com> 3.12.1-1
- (0209cbb) update to 3.12.1

* Wed Apr 16 2014 Tigro <ashejn@gmail.com> 3.12.0-2
- (c0ed450) apply overlay-key-pressed patch

* Wed Apr 16 2014 Tigro <ashejn@gmail.com> 3.12.0-1
- (7dc5fb1) drop mutter datadir
- (Tigro: 143a977) added some BuildRequires
- (Tigro: d6b6356) drop overlay-key patch
- (Tigro: 2f28c53) update to 3.12.0

* Fri Feb 21 2014 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.4-4
- (34789fe) Updated overlay key holded patch to ignore Win+Left Click window
- (34789fe) movement.

* Tue Dec 31 2013 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.4-3
- (02e6ebe) Added patch with overlay-key holding signal implementation

* Mon Oct 28 2013 Tigro <ashejn@gmail.com> 3.8.4-2
- (b05690c) support fullscreen flash video



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23394 |14mu|mx-1.4.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		1.0
%define major		2
%define gtk_major	0
%define gir_major	1.0

%define libname %mklibname %{name} %{api} %{major}
%define libgtk %mklibname %{name}-gtk %{api} %{gtk_major}
%define devname %mklibname %{name} -d
%define devgtk %mklibname %{name}-gtk -d
%define girname %mklibname %{name}-gir %{gir_major}
%define girgtk %mklibname %{name}-gtk-gir %{gir_major}

Summary:	User interface toolkit for the MeeGo
Name:		mx
Version:	1.4.7
Release:	5
License:	LGPLv2.1
Group:		System/Libraries
Url:		http://www.clutter-project.org/
Source0:	https://github.com/downloads/clutter-project/mx/%{name}-%{version}.tar.xz
Patch0:		mx-nogl.patch
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	pkgconfig(clutter-gesture)
BuildRequires:	pkgconfig(clutter-imcontext-0.1)
BuildRequires:	pkgconfig(clutter-x11-1.0)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)

%description
'MX' is a currently experiemental toolkit for the meego-netbook
implementation.

%files -f mx-1.0.lang
%doc COPYING.LIB
%{_bindir}/*
%{_datadir}/mx

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}mx2 < 1.4.7-5
Obsoletes:	%{_lib}mx2 < 1.4.7-5
Conflicts:	%{name} < 1.4.7-5

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libmx-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgtk}
Summary:	Shared library for %{name}-gtk
Group:		System/Libraries
Conflicts:	%{_lib}mx-gtk0 < 1.4.7-5
Obsoletes:	%{_lib}mx-gtk0 < 1.4.7-5
Conflicts:	%{name} < 1.4.7-5

%description -n %{libgtk}
This package contains the shared library for %{name}-gtk.

%files -n %{libgtk}
%{_libdir}/libmx-gtk-%{api}.so.%{gtk_major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Mx-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{girgtk}
Summary:	GObject Introspection interface description for %{name}-gtk
Group:		System/Libraries
Requires:	%{libgtk} = %{EVRD}

%description -n %{girgtk}
GObject Introspection interface description for %{name}-gtk.

%files -n %{girgtk}
%{_libdir}/girepository-1.0/MxGtk-%{gir_major}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	MX development libraries and headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{name}-devel < 1.4.7-5
%rename %{name}-doc

%description -n %{devname}
MX development libraries and header files.

%files -n %{devname}
%{_includedir}/mx-1.0/mx/*
%{_libdir}/libmx-%{api}.so
%{_libdir}/pkgconfig/mx-%{api}.pc
%{_datadir}/gtk-doc/html/mx
%{_datadir}/gir-1.0/Mx-%{gir_major}.gir

#----------------------------------------------------------------------------

%package -n %{devgtk}
Summary:	MX - Gtk development libraries and headers
Group:		Development/C
Requires:	%{libgtk} = %{EVRD}

%description -n %{devgtk}
MX - Gtk development libraries and header files.

%files -n %{devgtk}
%{_includedir}/mx-1.0/mx-gtk*
%{_libdir}/libmx-gtk-%{api}*.so
%{_libdir}/pkgconfig/mx-gtk-%{api}.pc
%{_datadir}/gtk-doc/html/mx-gtk
%{_datadir}/gir-1.0/MxGtk-%{gir_major}.gir

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%setup_compile_flags
export CFLAGS="$CFLAGS -I /usr/include/glib-2.0 -I %{_libdir}/glib-2.0/include/ -I /usr/include/clutter-1.0 -I /usr/include/cairo -I /usr/include/cogl -I /usr/include/pango-1.0 -I /usr/include/atk-1.0 -I /usr/include/json-glib-1.0 -I /usr/include/startup-notification-1.0 -I /usr/include/dbus-1.0 -I %{_libdir}/dbus-1.0/include -I /usr/include/clutter-gesture/ -I /usr/include/clutter-imcontext-0.1 -I /usr/include/gdk-pixbuf-2.0 -I /usr/include/gtk-2.0"

%configure2_5x \
	--disable-static \
	--enable-introspection

%make LIBS='-lm'

%install
%makeinstall_std

%find_lang mx-1.0


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.7-5
- (04a0253) Properly name library packages
- (04a0253) Don't override system optflags to fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23395 |14mu|mythplugins-0.27.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Requires autofinder is confused, requires nonexistent packages (mythtv-mythweb)
%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear(.*)|perl\\(Switch\\)'
%else
%define _requires_exceptions pear*
%endif

%define gitversion 0
%define fixesdate 0
%define rel 2

%if %{fixesdate}
%define release %{fixesdate}.%{rel}
%else
%define release %{rel}
%endif

#####################
# Hardcode PLF build
%define build_plf 0
#####################

%if %{build_plf}
%define extrarelsuffix plf
%define distsuffix plf
%endif

Summary:	Official MythTV plugins
Name:		mythplugins
Version:	0.27.1
Release:	%{release}%{?extrarelsuffix}
License:	GPLv2+
Group:		Video
Url:		http://www.mythtv.org/
Source0:	ftp://ftp.osuosl.org/pub/mythtv/%{name}-%{version}.tar.bz2
Source1:	mythweb-%{version}.tar.gz
%if %{fixesdate}
#Patch1:		fixes-%{gitversion}.patch
%endif
Patch100:	0100-lame-Allow-building-without-lame-libraries.patch

# (cg) Ditto for the perl-DateTime-Format-ISO pkg
BuildRequires:	perl(Class::Factory::Util)
BuildRequires:	perl-XML-XPath
BuildRequires:	perl-Image-Size
BuildRequires:	perl-Date-Manip
BuildRequires:	perl-DateTime-Format-ISO8601
BuildRequires:	perl-SOAP-Lite
BuildRequires:	perl-XML-Simple
BuildRequires:	python-curl
BuildRequires:	python-oauth
# (cg) Remove these once they are required in the python-mythtv package
BuildRequires:	python-lxml
BuildRequires:	python-mysql
BuildRequires:	myth-devel >= %{version}
BuildRequires:	python-mythtv >= %{version}
BuildRequires:	cdda-devel
BuildRequires:	mysql-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libvisual-0.4)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(taglib)
%if %{build_plf}
BuildRequires:	lame-devel
BuildRequires:	libfaad2-devel
%endif

%description
Mythplugins for MythTV.

%if %{build_plf}
This package is in restricted because it contains software that supports
codecs that may be covered by software patents.
%endif

#----------------------------------------------------------------------------

%package -n mythtv-plugin-browser
Summary:	Full web browser for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-browser
MythBrowser is a full web browser for MythTV.

%files -n mythtv-plugin-browser
%doc mythbrowser/README mythbrowser/COPYING mythbrowser/AUTHORS
%{_libdir}/mythtv/plugins/libmythbrowser.so
%{_datadir}/mythtv/i18n/mythbrowser_*.qm
%{_datadir}/mythtv/themes/default*/browser-ui.xml
%{_datadir}/mythtv/themes/default*/mb_*.png

#----------------------------------------------------------------------------

%package -n mythtv-plugin-gallery
Summary:	Gallery/slideshow module for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-gallery
A gallery/slideshow module for MythTV.

%files -n mythtv-plugin-gallery
%doc mythgallery/README*
%{_libdir}/mythtv/plugins/libmythgallery.so
%{_datadir}/mythtv/i18n/mythgallery_*.qm
%{_datadir}/mythtv/themes/default*/gallery*
%{_localstatedir}/lib/pictures

#----------------------------------------------------------------------------

%package -n mythtv-plugin-game
Summary:	Game frontend for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-game
A game frontend for MythTV.

%files -n mythtv-plugin-game
%doc mythgame/romdb*
%{_libdir}/mythtv/plugins/libmythgame.so
%{_datadir}/mythtv/i18n/mythgame_*.qm
%{_datadir}/mythtv/game_settings.xml
%{_datadir}/mythtv/themes/default*/game*
%dir %{_datadir}/mythtv/metadata
%{_datadir}/mythtv/metadata/Game

#----------------------------------------------------------------------------

%package -n mythtv-plugin-music
Summary:	The music player add-on module for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-music
The music player add-on module for MythTV.

%if %{build_plf}
This package is in restricted because it contains software that supports
codecs that may be covered by software patents.
%endif

%files -n mythtv-plugin-music
%doc mythmusic/AUTHORS mythmusic/COPYING mythmusic/README* mythmusic/musicdb
%{_datadir}/mythtv/music_settings.xml
%{_datadir}/mythtv/musicmenu.xml
%{_libdir}/mythtv/plugins/libmythmusic.so
%{_localstatedir}/lib/mythmusic
%{_datadir}/mythtv/i18n/mythmusic_*.qm
%{_datadir}/mythtv/mythmusic/streams.xml
%{_datadir}/mythtv/themes/default/ff_button*.png
%{_datadir}/mythtv/themes/default*/mm_*.png
%{_datadir}/mythtv/themes/default*/mm-*.png
%{_datadir}/mythtv/themes/default/music-*.png
%{_datadir}/mythtv/themes/default*/*music*.xml
%{_datadir}/mythtv/themes/default/next_button*.png
%{_datadir}/mythtv/themes/default/pause_button*.png
%{_datadir}/mythtv/themes/default/play_button*.png
%{_datadir}/mythtv/themes/default/prev_button*.png
%{_datadir}/mythtv/themes/default/rew_button*.png
%{_datadir}/mythtv/themes/default/selectionbar.png
%{_datadir}/mythtv/themes/default/stop_button*.png
%{_datadir}/mythtv/themes/default/track_info_background.png
%{_datadir}/mythtv/themes/default/miniplayer_background.png
%{_datadir}/mythtv/themes/default-wide/music-sel-bg.png
%{_datadir}/mythtv/themes/default*/stream-ui.xml

#----------------------------------------------------------------------------

%package -n mythtv-plugin-netvision
Summary:	NetVision for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-netvision
NetVision for MythTV. View popular media website content.

%files -n mythtv-plugin-netvision
%doc mythnetvision/README mythnetvision/ChangeLog mythnetvision/AUTHORS
%{_bindir}/mythfillnetvision
%{_libdir}/mythtv/plugins/libmythnetvision.so
%{_datadir}/mythtv/i18n/mythnetvision_*.qm
%{_datadir}/mythtv/mythnetvision
%{_datadir}/mythtv/netvisionmenu.xml
%{_datadir}/mythtv/themes/default*/netvision*.xml

#----------------------------------------------------------------------------

%package -n mythtv-plugin-news
Summary:	RSS News feed plugin for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-news
An RSS News feed plugin for MythTV.

%files -n mythtv-plugin-news
%doc mythnews/AUTHORS mythnews/COPYING mythnews/ChangeLog mythnews/README*
%{_libdir}/mythtv/plugins/libmythnews.so
%{_datadir}/mythtv/i18n/mythnews_*.qm
%{_datadir}/mythtv/mythnews
%{_datadir}/mythtv/themes/default*/news*
%{_datadir}/mythtv/themes/default/enclosures.png
%{_datadir}/mythtv/themes/default/need-download.png
%{_datadir}/mythtv/themes/default/podcast.png

#----------------------------------------------------------------------------

%package -n mythtv-plugin-weather
Summary:	MythTV module that displays a weather forecast
Group:		Video
Requires:	mythtv-frontend >= %{version}
# Contrib package, needed only for one script
Suggests:	perl-Switch

%description -n mythtv-plugin-weather
A MythTV module that displays a weather forcast.

%files -n mythtv-plugin-weather
%doc mythweather/AUTHORS mythweather/COPYING mythweather/README*
%{_libdir}/mythtv/plugins/libmythweather.so
%{_datadir}/mythtv/i18n/mythweather_*.qm
%{_datadir}/mythtv/mythweather
%{_datadir}/mythtv/themes/default/cloudy.png
%{_datadir}/mythtv/themes/default/fair.png
%{_datadir}/mythtv/themes/default/flurries.png
%{_datadir}/mythtv/themes/default/fog.png
%{_datadir}/mythtv/themes/default/logo.png
%{_datadir}/mythtv/themes/default/lshowers.png
%{_datadir}/mythtv/themes/default/mcloudy.png
%{_datadir}/mythtv/themes/default/pcloudy.png
%{_datadir}/mythtv/themes/default/rainsnow.png
%{_datadir}/mythtv/themes/default/showers.png
%{_datadir}/mythtv/themes/default/snowshow.png
%{_datadir}/mythtv/themes/default/sunny.png
%{_datadir}/mythtv/themes/default/thunshowers.png
%{_datadir}/mythtv/themes/default/unknown.png
%{_datadir}/mythtv/themes/default*/mw*.png
%{_datadir}/mythtv/themes/default*/weather-ui.xml
%{_datadir}/mythtv/weather_settings.xml

#----------------------------------------------------------------------------

%package -n mythtv-mythweb
Summary:	The web interface to MythTV
Group:		Video
Requires:	mythtv-backend >= %{version}
Requires:	php-mythtv >= %{version}
Requires:	apache-mod_php

%description -n mythtv-mythweb
The web interface to MythTV.

%files -n mythtv-mythweb
%doc mythweb/README* mythweb/LICENSE mythweb/INSTALL mythweb/mythweb.conf.*
%{_var}/www/mythweb
%dir %{_localstatedir}/lib/mythweb
%attr(-,apache,apache) %{_localstatedir}/lib/mythweb/data
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf

#----------------------------------------------------------------------------

%package -n mythtv-plugin-zoneminder
Summary:	Security camera plugin for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-zoneminder
A security camera plugin for MythTV.

%files -n mythtv-plugin-zoneminder
%doc mythzoneminder/README mythzoneminder/COPYING mythzoneminder/AUTHORS
%{_bindir}/mythzmserver
%{_libdir}/mythtv/plugins/libmythzoneminder.so
%{_datadir}/mythtv/zonemindermenu.xml
%{_datadir}/mythtv/themes/default*/zoneminder*.xml
%{_datadir}/mythtv/themes/default*/mz_*.png
%{_datadir}/mythtv/i18n/mythzoneminder_*.qm

#----------------------------------------------------------------------------

%package -n mythtv-plugin-archive
Summary:	Creates DVDs from your recorded shows
Group:		Video
Requires:	dvd+rw-tools
Requires:	dvdauthor
Requires:	ffmpeg
Requires:	mjpegtools
Requires:	python-imaging
Requires:	python-mysql
Requires:	mythtv-frontend >= %{version}
%if %{build_plf}
Requires:	transcode
%endif
Requires:	cdrkit-genisoimage

%description -n mythtv-plugin-archive
MythArchive is a plugin for MythTV that lets you create DVDs
from your recorded shows, MythVideo files and any video files
available on your system. It can also archive recordings in a
proprietary format that archives not only the file but also all the
associated metadata like title, description and cut list information
which will mean you can create backups of myth recordings which can
later be restored or it will also allow you to move recordings
between myth systems without losing any of the metadata. It is a
complete rewrite of the old MythBurn bash scripts, now using python,
and the mythfrontend UI plugin.

%files -n mythtv-plugin-archive
%{_bindir}/mytharchivehelper
%{_libdir}/mythtv/plugins/libmytharchive.so
%{_datadir}/mythtv/archive*.xml
%{_datadir}/mythtv/mytharchive
%{_datadir}/mythtv/themes/default/ma_*.png
%{_datadir}/mythtv/themes/default/mytharchive-ui.xml
%{_datadir}/mythtv/themes/default/mythburn-ui.xml
%{_datadir}/mythtv/themes/default/mythnative-ui.xml
%{_datadir}/mythtv/themes/default-wide/mytharchive-ui.xml
%{_datadir}/mythtv/themes/default-wide/mythburn-ui.xml
%{_datadir}/mythtv/themes/default-wide/mythnative-ui.xml
%{_datadir}/mythtv/i18n/mytharchive_*.qm

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

tar -xf %{SOURCE1}
mv mythweb-%{version} mythweb

%build
%configure \
	--enable-all \
	--libdir-name=%{_lib} \
	--libdir=%{_libdir} \
%if %{build_plf}
	--enable-mp3lame
%else
	--disable-mp3lame
%endif

%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}

#mythgallery
mkdir -p %{buildroot}%{_localstatedir}/lib/pictures
#mythmusic
mkdir -p %{buildroot}%{_localstatedir}/lib/mythmusic

install -d -m755 %{buildroot}%{_var}/www/mythweb
install -m644 mythweb/*.php %{buildroot}%{_var}/www/mythweb
install -m755 mythweb/*.pl %{buildroot}%{_var}/www/mythweb

for dir in classes includes js modules skins ; do
  cp -r mythweb/$dir %{buildroot}%{_var}/www/mythweb
done

install -d -m755 %{buildroot}%{_localstatedir}/lib/mythweb/data
ln -s %{_localstatedir}/lib/mythweb/data %{buildroot}%{_var}/www/mythweb/data

# Create a default configuration for mythweb
install -d -m755 %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -m644 mythweb/mythweb.conf.apache %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf

perl -pi -e's|<Directory "/var/www/html|<Directory "%{_var}/www/mythweb|' %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf
perl -pi -e's|#    RewriteBase    /mythweb|    RewriteBase    /mythweb|' %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf

cat >> %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf <<EOF

# ROSA Customisations (be in sync with very sane Mageia's ones)

Alias /mythweb %{_var}/www/mythweb
<Directory %{_var}/www/mythweb>
    Require host 127.0.0.1
</Directory>
EOF

mkdir -p %{buildroot}%{_docdir}/mythtv-plugin-{browser,gallery,game,music,netvision,news,weather,video,zoneminder}


%changelog

* Tue May 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.27.1-2
- (3cdf5d6) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23396 |14mu|mythtv-0.27.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitversion 0
%define fixesdate 0
%define rel 2

%if %{fixesdate}
%define release %{fixesdate}.%{rel}
%else
%define release %{rel}
%endif

%define api 0.27
%define major 0
%define libname %mklibname mythtv %{api} %{major}
%define libbase %mklibname mythbase %{api} %{major}
%define libfreemheg %mklibname mythfreemheg %{api} %{major}
%define libhdhomerun %mklibname mythhdhomerun %{api} %{major}
%define libmetadata %mklibname mythmetadata %{api} %{major}
%define libmyth %mklibname myth %{api} %{major}
%define libprotoserver %mklibname mythprotoserver %{api} %{major}
%define libservicecontracts %mklibname mythservicecontracts %{api} %{major}
%define libui %mklibname mythui %{api} %{major}
%define libupnp %mklibname mythupnp %{api} %{major}

%define libqjson %mklibname mythqjson %{major}

%define avcodec_major 54
%define libavcodec %mklibname mythavcodec %{avcodec_major}
%define avdevice_major 54
%define libavdevice %mklibname mythavdevice %{avdevice_major}
%define avformat_major 54
%define libavformat %mklibname mythavformat %{avformat_major}
%define avutil_major 52
%define libavutil %mklibname mythavutil %{avutil_major}
%define postproc_major 52
%define libpostproc %mklibname mythpostproc %{postproc_major}
%define avfilter_major 3
%define libavfilter %mklibname mythavfilter %{avfilter_major}
%define swresample_major 0
%define libswresample %mklibname mythswresample %{swresample_major}
%define swscale_major 2
%define libswscale %mklibname mythswscale %{swscale_major}

%define devname %mklibname myth -d

%define maenable 1

#set default build options
# disabled as overrides xv
%define build_directfb		0
%define build_dts		0
%define build_faac		0
%define build_faad		0
%define build_lame		0
%define build_x264		0
%define build_xvid		0

# Can be enabled later
%define build_crystalhd		0

######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define extrarelsuffix plf
%define distsuffix		plf
%define build_dts		1
%define build_faac		1
%define build_faad		1
%define build_lame		1
%define build_x264		1
%define build_xvid		1
%endif

#enable/disable building for certain hardware
%{?_without_directfb:		%global build_directfb 0}
%{?_without_dts:		%global build_dts 0}
%{?_without_faac:		%global build_faac 0}
%{?_without_faad:		%global build_faad 0}
%{?_without_lame:		%global build_lame 0}
%{?_without_x264:		%global build_x264 0}
%{?_without_xvid:		%global build_xvid 0}

%{?_with_directfb:		%global build_directfb 1}
%{?_with_dts:			%global build_dts 1}
%{?_with_faac:			%global build_faac 1}
%{?_with_faad:			%global build_faad 1}
%{?_with_lame:			%global build_lame 1}
%{?_with_x264:			%global build_x264 1}
%{?_with_xvid:			%global build_xvid 1}

Summary:	A personal video recorder (PVR) application
Name:		mythtv
Version:	0.27.1
Release:	%{release}%{?extrarelsuffix}
License:	GPLv2+ and GPLv3+
Group:		Video
Url:		http://www.mythtv.org/
Source0:	%{name}-%{version}.tar.bz2
Source1:	mythbackend.sysconfig.in
Source2:	mythbackend.service.in
Source3:	mythbackend.logrotate.in
Source4:	99MythFrontend
Source5:	%{name}-16.png
Source6:	%{name}-32.png
Source7:	%{name}-48.png
Source10:	%{name}.rpmlintrc

%if %{fixesdate}
#Patch0:		fixes-%{gitversion}.patch
%endif

Patch100:	0100-lame-Allow-building-without-lame-libraries.patch
Patch102:	0102-pulse-Do-not-suspend-PA-when-using-alsa-default.patch
Patch103:	0103-Fix-dns-sd-detection.patch
Patch104:	0104-Support-libcec-2.x.patch
Patch105:	0105-Use-system-build-flags.patch
Patch106:	0106-Fix-zeromq-libdir-path-on-some-systems.patch

BuildRequires:	gdb
BuildRequires:	imagemagick
%if %{maenable}
BuildRequires:	multiarch-utils
%endif
BuildRequires:	python-lxml
BuildRequires:	python-mysql
BuildRequires:	python-urlgrabber
BuildRequires:	yasm
%if %{build_crystalhd}
BuildRequires:	crystalhd-devel
%endif
%if %{build_lame}
BuildRequires:	lame-devel
%endif
%if %{build_faac}
BuildRequires:	libfaac-devel
%endif
%if %{build_faad}
BuildRequires:	libfaad2-devel
%endif
BuildRequires:	perl-devel
BuildRequires:	qt4-devel
%if %{build_xvid}
BuildRequires:	xvid-devel
%endif
BuildRequires:	perl(Date::Manip)
BuildRequires:	perl(DBD::mysql)
BuildRequires:	perl(DBI)

BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(avahi-compat-libdns_sd)
BuildRequires:	pkgconfig(dvdnav)
%if %{build_directfb}
BuildRequires:	pkgconfig(directfb)
%endif
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(libcec)
%if %{build_dts}
BuildRequires:	pkgconfig(libdts)
%endif
BuildRequires:	pkgconfig(libiec61883)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(x11)
%if %{build_x264}
BuildRequires:	pkgconfig(x264)
%endif
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xvmc)
BuildRequires:	pkgconfig(xxf86vm)

%description
MythTV implements the following PVR features, and more, with a
unified graphical interface:

 - Basic 'live-tv' functionality. Pause/Fast Forward/Rewind "live" TV.
 - Video compression using RTjpeg or MPEG-4
 - Program listing retrieval using XMLTV
 - Themable, semi-transparent on-screen display
 - Electronic program guide
 - Scheduled recording of TV programs
 - Resolution of conflicts between scheduled recordings
 - Basic video editing

%if %{build_plf}
This package is in restricted because it contains software that supports
codecs that may be covered by software patents.
%endif
%if !%{build_lame}
Note that this build does not support MP3 encoding when recording
into the NuppelVideo format.
%endif
%if %{fixesdate}
This package is based on the MythTV "fixes" branch at 
revision %{gitversion}
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	MythTV shared library
Group:		System/Libraries
Obsoletes:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libname}
MythTV shared library.

%files -n %{libname}
%{_libdir}/libmythtv-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libbase}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libbase}
MythTV shared library.

%files -n %{libbase}
%{_libdir}/libmythbase-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libfreemheg}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libfreemheg}
MythTV shared library.

%files -n %{libfreemheg}
%{_libdir}/libmythfreemheg-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libhdhomerun}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libhdhomerun}
MythTV shared library.

%files -n %{libhdhomerun}
%{_libdir}/libmythhdhomerun-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmetadata}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libmetadata}
MythTV shared library.

%files -n %{libmetadata}
%{_libdir}/libmythmetadata-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmyth}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libmyth}
MythTV shared library.

%files -n %{libmyth}
%{_libdir}/libmyth-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libprotoserver}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libprotoserver}
MythTV shared library.

%files -n %{libprotoserver}
%{_libdir}/libmythprotoserver-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libservicecontracts}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libservicecontracts}
MythTV shared library.

%files -n %{libservicecontracts}
%{_libdir}/libmythservicecontracts-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libui}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libui}
MythTV shared library.

%files -n %{libui}
%{_libdir}/libmythui-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libupnp}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libupnp}
MythTV shared library.

%files -n %{libupnp}
%{_libdir}/libmythupnp-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqjson}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libqjson}
MythTV shared library.

%files -n %{libqjson}
%{_libdir}/libmythqjson.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libavcodec}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavcodec}
MythTV shared library.

%files -n %{libavcodec}
%{_libdir}/libmythavcodec.so.%{avcodec_major}*

#----------------------------------------------------------------------------

%package -n %{libavdevice}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavdevice}
MythTV shared library.

%files -n %{libavdevice}
%{_libdir}/libmythavdevice.so.%{avdevice_major}*

#----------------------------------------------------------------------------

%package -n %{libavformat}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavformat}
MythTV shared library.

%files -n %{libavformat}
%{_libdir}/libmythavformat.so.%{avformat_major}*

#----------------------------------------------------------------------------

%package -n %{libavutil}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavutil}
MythTV shared library.

%files -n %{libavutil}
%{_libdir}/libmythavutil.so.%{avutil_major}*

#----------------------------------------------------------------------------

%package -n %{libpostproc}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libpostproc}
MythTV shared library.

%files -n %{libpostproc}
%{_libdir}/libmythpostproc.so.%{postproc_major}*

#----------------------------------------------------------------------------

%package -n %{libavfilter}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavfilter}
MythTV shared library.

%files -n %{libavfilter}
%{_libdir}/libmythavfilter.so.%{avfilter_major}*

#----------------------------------------------------------------------------

%package -n %{libswresample}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libswresample}
MythTV shared library.

%files -n %{libswresample}
%{_libdir}/libmythswresample.so.%{swresample_major}*

#----------------------------------------------------------------------------

%package -n %{libswscale}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libswscale}
MythTV shared library.

%files -n %{libswscale}
%{_libdir}/libmythswscale.so.%{swscale_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libmyth
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libbase} = %{EVRD}
Requires:	%{libfreemheg} = %{EVRD}
Requires:	%{libhdhomerun} = %{EVRD}
Requires:	%{libmetadata} = %{EVRD}
Requires:	%{libmyth} = %{EVRD}
Requires:	%{libprotoserver} = %{EVRD}
Requires:	%{libservicecontracts} = %{EVRD}
Requires:	%{libui} = %{EVRD}
Requires:	%{libupnp} = %{EVRD}
# extra libs
Requires:	%{libqjson} = %{EVRD}
Requires:	%{libavcodec} = %{EVRD}
Requires:	%{libavdevice} = %{EVRD}
Requires:	%{libavformat} = %{EVRD}
Requires:	%{libavutil} = %{EVRD}
Requires:	%{libpostproc} = %{EVRD}
Requires:	%{libavfilter} = %{EVRD}
Requires:	%{libswresample} = %{EVRD}
Requires:	%{libswscale} = %{EVRD}
Provides:	myth-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and libraries for developing
add-ons for mythtv.

%files -n %{devname}
%if %{maenable}
%{multiarch_includedir}/mythtv/mythconfig.h
%endif
%{_includedir}/mythtv
# FIXME: Manually multiarch mythconfig.mak
%{_libdir}/*.so

#----------------------------------------------------------------------------

%package themes-base
Summary:	Base themes for mythtv's frontend
Group:		Video
Conflicts:	mythtv-themes-myththemes < 0.22
Conflicts:	mythtv-plugin-controls < 0.22
BuildArch:	noarch

%description themes-base
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains only the base themes used by mythtv-frontend and
mythtv-setup.

%files themes-base
%dir %{_datadir}/mythtv
%{_datadir}/mythtv/themes
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%package common
Summary:	Common components needed by multiple other MythTV components
Group:		Video
Conflicts:	mythtv-backend < 0.25
Conflicts:	mythtv-frontend < 0.25

%description common
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains components needed by multiple other MythTV components.

%files common
%{_bindir}/mythccextractor
%{_bindir}/mythcommflag
%{_bindir}/mythpreviewgen
%{_bindir}/mythtranscode
%{_bindir}/mythwikiscripts
%{_bindir}/mythmetadatalookup
%{_bindir}/mythutil
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/mythconverg*.pl
%dir %{_datadir}/%{name}/locales
%{_datadir}/%{name}/locales/*
%dir %{_datadir}/%{name}/metadata
%{_datadir}/%{name}/metadata/*
%dir %{_datadir}/%{name}/hardwareprofile
%{_datadir}/%{name}/hardwareprofile/*

#----------------------------------------------------------------------------

%package frontend
Summary:	Client component of mythtv (a PVR)
Group:		Video
Requires:	mythtv-themes-base = %{EVRD}
Requires:	mythtv-common = %{EVRD}
Requires:	qt4-database-plugin-mysql
Requires:	mplayer
%if %{build_plf}
Requires:	transcode
Requires:	%{mklibname dvdcss 2}
%endif
Obsoletes:	mythtv-plugin-controls < 0.25
Obsoletes:	mythtv-plugin-video < 0.25
Conflicts:	mythtv-backend < 0.25

%description frontend
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains only the client software, which provides a
front-end for playback and configuration.  It requires access to a
mythtv-backend installation, either on the same system or one
reachable via the network.

%files frontend
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/99MythFrontend
%{_datadir}/mythtv/*.xml
%exclude %{_datadir}/mythtv/setup.xml
%{_bindir}/mythavtest
%{_bindir}/mythff*
%{_bindir}/mythfrontend
%{_bindir}/mythlcdserver
%{_bindir}/mythscreenwizard
%{_bindir}/mythshutdown
%{_bindir}/mythwelcome
%dir %{_libdir}/mythtv
%{_libdir}/mythtv/filters
%{_libdir}/mythtv/plugins
%dir %{_datadir}/mythtv
%dir %{_datadir}/mythtv/fonts
%{_datadir}/mythtv/fonts/*.otf
%{_datadir}/mythtv/fonts/*.ttf
%{_datadir}/mythtv/i18n
%{_datadir}/applications/mandriva-mythtv-frontend.desktop

#----------------------------------------------------------------------------

%package backend
Summary:	Server component of mythtv (a PVR)
Group:		Video
Requires:	%{libname} = %{EVRD}
Requires:	mythtv-common = %{EVRD}
Requires:	qt4-database-plugin-mysql
Requires(pre,post,preun,postun):	rpm-helper
Conflicts:	mythtv-frontend < 0.25

%description backend
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains only the server software, which provides video
and audio capture and encoding services.  In order to be useful, it
requires a mythtv-frontend installation, either on the same system or
one reachable via the network.

%if !%{build_lame}
Note that this build does not support MP3 encoding when recording
into the NuppelVideo format.
%endif

%files backend
%doc README.install.urpmi
%{_bindir}/mythbackend
%{_bindir}/mythfilldatabase
%{_bindir}/mythhdhomerun_config
%{_bindir}/mythjobqueue
%{_bindir}/mythmediaserver
%{_bindir}/mythreplex
%attr(-,mythtv,mythtv) %dir %{_localstatedir}/lib/mythtv
%attr(-,mythtv,mythtv) %dir %{_localstatedir}/lib/mythtv/recordings
%attr(-,mythtv,mythtv) %dir %{_var}/cache/mythtv
%{_unitdir}/mythbackend.service
%config(noreplace) %{_sysconfdir}/sysconfig/mythbackend
%config(noreplace) %{_sysconfdir}/logrotate.d/*
%attr(-,mythtv,mythtv) %dir %{_logdir}/mythtv
%{_datadir}/%{name}/backend-config
%dir %{_datadir}/%{name}/initialdb
%{_datadir}/%{name}/initialdb/mc.sql
%{_datadir}/mythtv/internetcontent/

%pre backend
# Add the "mythtv" user
%_pre_useradd mythtv %{_localstatedir}/lib/mythtv /sbin/nologin
gpasswd -a mythtv audio &>/dev/null
gpasswd -a mythtv video &>/dev/null

%postun backend
%_postun_userdel mythtv

%post backend
%_post_service mythbackend

%preun backend
%_preun_service mythbackend

#----------------------------------------------------------------------------

%package setup
Summary:	Setup the mythtv backend
Group:		Video
Requires:	mythtv-backend = %{EVRD}
Requires:	mythtv-themes-base = %{EVRD}
Provides:	mythtvsetup = %{EVRD}
Requires:	qt4-database-plugin-mysql

%description setup
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the setup software for configuring the mythtv
backend.

%if !%{build_lame}
Note that this build does not support MP3 encoding when recording
into the NuppelVideo format.
%endif

%files setup
%{_bindir}/mythtv-setup
%{_datadir}/applications/mandriva-mythtv-setup.desktop
%dir %{_datadir}/mythtv
%{_datadir}/mythtv/setup.xml

#----------------------------------------------------------------------------

%package doc
Summary:	MythTV documentation
Group:		Documentation

%description doc
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the documentation and contributed additional
scripts for MythTV.

%files doc
%doc README UPGRADING AUTHORS COPYING FAQ
%doc keys.txt
%doc contrib
%{_datadir}/%{name}/contrib
%{_datadir}/%{name}/html

#----------------------------------------------------------------------------

%package -n perl-MythTV
Summary:	Perl bindings for MythTV
Group:		Development/Perl

%description -n perl-MythTV
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the perl bindings for MythTV.

%files -n perl-MythTV
%{perl_vendorlib}/MythTV.pm
%{perl_vendorlib}/MythTV
%{perl_vendorlib}/IO/Socket/INET/MythTV.pm

#----------------------------------------------------------------------------

%package -n python-mythtv
Summary:	Python bindings for MythTV
Group:		Development/Python
Requires:	python-mysql
Requires:	python-lxml

%description -n python-mythtv
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the python bindings for MythTV.

%files -n python-mythtv
%{_bindir}/mythpython
%{py_puresitedir}/MythTV

#----------------------------------------------------------------------------

%package -n php-mythtv
Summary:	PHP bindings for MythTV
Group:		Development/PHP
Requires:	php-mysql
BuildArch:	noarch

%description -n php-mythtv
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the PHP bindings for MythTV.

%files -n php-mythtv
%{_datadir}/%{name}/bindings/php

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# (cg) Fixes might bring in some .gitignore files in patches... trash 'em.
find -name .gitignore -delete

# (cg) The installer is dumb and installs our patch backup files...
# This can be removed after 0.25
rm -f programs/scripts/database/mythconverg_restore.pl.*

# (cg) As of 0.21, only contrib scripts are affected.
find contrib -type f | xargs grep -l /usr/local | xargs perl -pi -e's|/usr/local|%{_prefix}|g'

echo "QMAKE_PROJECT_DEPTH = 0" >> mythtv.pro
echo "QMAKE_PROJECT_DEPTH = 0" >> settings.pro

cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} .
for file in mythbackend.service \
            mythbackend.sysconfig \
            mythbackend.logrotate; do
  sed -e's|@logdir@|%{_logdir}|g' \
      -e's|@rundir@|%{_var}/run|g' \
      -e's|@sysconfdir@|%{_sysconfdir}|g' \
      -e's|@sysconfigdir@|%{_sysconfdir}/sysconfig|g' \
      -e's|@initdir@|%{_initrddir}|g' \
      -e's|@bindir@|%{_bindir}|g' \
      -e's|@sbindir@|%{_sbindir}|g' \
      -e's|@subsysdir@|%{_var}/lock/subsys|g' \
      -e's|@varlibdir@|%{_localstatedir}/lib|g' \
      -e's|@varcachedir@|%{_var}/cache|g' \
      -e's|@logrotatedir@|%{_sysconfdir}/logrotate.d|g' \
  < $file.in > $file
done

# default recordings dir
perl -pi -e's|/mnt/store|%{_localstatedir}/lib/mythtv/recordings|' programs/mythtv-setup/backendsettings.cpp

# do not set hardcoded archflags
perl -pi -e's|^echo "ARCHFLAGS=|# echo "ARCHFLAGS=|' configure

# Fix the version reporting (which assumes svn checkout)
echo "SOURCE_VERSION=%{version}-%{release}" >VERSION

%build
%global optflags %{optflags} -fno-devirtualize

./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--libdir-name=%{_lib} \
	--enable-runtime-cpudetect \
	--enable-dvb \
	--enable-opengl-video \
	--without-bindings=perl \
	--extra-cxxflags="%{optflags}" \
	--extra-ldflags="%{ldflags}" \
	--enable-vdpau \
	--enable-vaapi \
%if %{build_crystalhd}
	--enable-crystalhd \
%endif
	--enable-libfftw3 \
	--enable-libdns-sd \
	--enable-libvpx \
%if %{build_plf}
	--enable-nonfree \
%endif
%if %{build_x264}
	--enable-libx264 \
%endif
%if %{build_xvid}
	--enable-libxvid \
%endif
%if %{build_faac}
	--enable-libfaac \
%endif
%if %{build_lame}
	--enable-libmp3lame \
%endif
	--enable-firewire \
	--disable-mythlogserver

%make

# This is easier to do ourselves
pushd bindings/perl
perl Makefile.PL INSTALLDIRS=vendor
%make
popd

%install
INSTALL_ROOT=%{buildroot}; export INSTALL_ROOT
%makeinstall

pushd bindings/perl
%makeinstall_std
popd

%if %{maenable}
%multiarch_includes %{buildroot}%{_includedir}/mythtv/mythconfig.h
%endif

mkdir -p %{buildroot}%{_localstatedir}/lib/mythtv
mkdir -p %{buildroot}%{_localstatedir}/lib/mythtv/recordings
mkdir -p %{buildroot}%{_var}/cache/mythtv
mkdir -p %{buildroot}%{_logdir}/mythtv
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig

install -p mythbackend.service %{buildroot}%{_unitdir}/mythbackend.service
install -p mythbackend.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/mythbackend
install -p mythbackend.logrotate  %{buildroot}%{_sysconfdir}/logrotate.d

# wmsession.d for mythfrontend
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
install -p %{SOURCE4} %{buildroot}%{_sysconfdir}/X11/wmsession.d

# icon
install -d -m755 %{buildroot}/%{_miconsdir}
install -m755 %{SOURCE5} %{buildroot}/%{_miconsdir}/%{name}.png

install -d -m755 %{buildroot}/%{_iconsdir}
install -m755 %{SOURCE6} %{buildroot}/%{_iconsdir}/%{name}.png

install -d -m755 %{buildroot}/%{_liconsdir}
install -m755 %{SOURCE7} %{buildroot}/%{_liconsdir}/%{name}.png


# Mandriva Menu entrys
install -d -m755 %{buildroot}%{_datadir}/applications
cat <<EOF > %{buildroot}%{_datadir}/applications/mandriva-mythtv-frontend.desktop
[Desktop Entry]
Name=MythTV
Comment=Record, playback and watch TV
Exec=mythfrontend
Icon=%{name}
Terminal=false
Type=Application
Categories=Qt;AudioVideo;Video;TV;Recorder;X-MandrivaLinux-Multimedia-Video;
EOF
cat <<EOF > %{buildroot}%{_datadir}/applications/mandriva-mythtv-setup.desktop
[Desktop Entry]
Name=MythTV Setup
Comment=Setup MythTV backend
Exec=mythtv-setup
Icon=%{name}
Terminal=false
Type=Application
Categories=Qt;AudioVideo;Video;TV;Recorder;X-MandrivaLinux-Multimedia-Video;
EOF

cat > README.install.urpmi <<EOF
You can import the initial database by running:
mysql -u root -p < %{_datadir}/mythtv/initialdb/mc.sql
(you can omit -p if you do not have the password set)
EOF

mkdir -p %{buildroot}%{_libdir}/mythtv/plugins

install -d -m755 %{buildroot}%{_datadir}/mythtv/initialdb
install -m644 database/* %{buildroot}%{_datadir}/mythtv/initialdb

# install a few useful contrib scripts
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -ar contrib %{buildroot}%{_datadir}/%{name}

# Remove python egg-info as it's pointless
rm -f %{buildroot}%{py_puresitedir}/MythTV-*.egg-info

# (cg) We cover the package license so no need to include it separately
rm -f %{buildroot}%{_datadir}/%{name}/fonts/*.txt

# (cg) This is needed for the %doc stuff on the subpackages for some reason...
mkdir -p %{buildroot}%{_docdir}/%{name}-backend
mkdir -p %{buildroot}%{_docdir}/%{name}-doc

# (cg) For some reason the FFmpeg stuff is included in two build roots :s
if [ -d %{buildroot}%{buildroot}%{_includedir}/%{name} ]; then
  mv %{buildroot}%{buildroot}%{_includedir}/%{name}/* %{buildroot}%{_includedir}/%{name}
  rmdir -p %{buildroot}%{buildroot}%{_includedir}/%{name} || /bin/true
fi
if [ -f %{buildroot}%{buildroot}%{_bindir}/mythffmpeg ]; then
  mv %{buildroot}%{buildroot}%{_bindir}/mythff* %{buildroot}%{_bindir}
  rmdir -p %{buildroot}%{buildroot}%{_bindir} || /bin/true
fi


%changelog

* Tue May 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.27.1-2
- (feb51f3) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23397 |14mu|nail-12.4-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A MIME capable implementation of the mailx command
Name:		nail
Version:	12.4
Release:	14
License:	BSD
Group:		Networking/Mail
Url:		http://heirloom.sourceforge.net/mailx.html
Source0:	http://prdownloads.sourceforge.net/heirloom/mailx-%{version}.tar.bz2
# (mpol) 11.25 set PAGER to less, Mandriva doesn't provide pg
Patch1:		nail-11.25-pager.patch
Patch2:		mailx-12.4-nostrip.diff
Patch3:		mailx-12.4-optflags.diff
Patch4:		nail_optopt.patch
# patch from Fedora to make it build with openssl
Patch5:		mailx-12.4-openssl.patch
Patch6:		mailx-12.4-ssl2.patch
BuildRequires:	pkgconfig(openssl)
Provides:	mailx = %{EVRD}
Obsoletes:	mailx < %{EVRD}

%description
Nail is derived from Berkeley Mail and is intended to provide the
functionality of the POSIX.2 mailx command with additional support
for MIME, UTF-8, POP3/POP3s, IMAP, SMTP (SSL, TLS, AUTH), S/MIME,
Maildir, and more. It provides enhanced features for interactive use,
such as caching and disconnected operation for IMAP, message threading,
scoring, filtering, and Bayesian junk mail filter. It is also usable
as a mail batch language, both for sending and receiving mail.

Since version 12.0 Nail has been integrated into the Heirloom project,
renamed to Mailx.

%files
%doc COPYING AUTHORS INSTALL README TODO ChangeLog
%config(noreplace) %{_sysconfdir}/nail.rc
/bin/mail
%{_bindir}/nail
%{_bindir}/mailx
%{_bindir}/Mail
%{_mandir}/man1/mailx.1.*
%{_mandir}/man1/Mail.1.*
%{_mandir}/man1/mail.1.*
%{_mandir}/man1/nail.1.*

#----------------------------------------------------------------------------

%prep
%setup -q -n mailx-%{version}
%patch1 -p1 -b .pager
%patch2 -p0 -b .nostrip
%patch3 -p0 -b .optflags
%patch4 -p1 -b .optopt
%patch5 -p1 -b .openssl
%patch6 -p1 -b .ssl2

%build
%serverbuild
make SENDMAIL=/usr/lib/sendmail LDFLAGS="%{ldflags}"

%install
%makeinstall_std PREFIX=%{_prefix} UCBINSTALL=/usr/bin/install
install -d  %{buildroot}/bin
mv %{buildroot}%{_bindir}/mailx %{buildroot}/bin/mail
ln -sf ../../bin/mail %{buildroot}%{_bindir}/nail
ln -sf ../../bin/mail %{buildroot}%{_bindir}/mailx
ln -sf ../../bin/mail %{buildroot}%{_bindir}/Mail
ln -sf mailx.1 %{buildroot}%{_mandir}/man1/mail.1
ln -sf mailx.1 %{buildroot}%{_mandir}/man1/Mail.1
ln -sf mailx.1 %{buildroot}%{_mandir}/man1/nail.1


%changelog

* Thu Mar 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 12.4-14
- (51ede01) Add patch to fix build with OpenSSL built without SSLv2 support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23398 |14mu|nant-0.92-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname %{name}-%{version}-src

Summary:	Build tool for Mono and .NET
Name:		nant
Version:	0.92
Release:	1
Epoch:		1
License:	GPL
Source0:	http://prdownloads.sourceforge.net/nant/%{fname}.tar.gz
Patch0:		69c8ee96493c5d953212397c8ca06c2392372ca4.patch
Group:		Development/Other
Url:		http://nant.sourceforge.net/
#gw required for mono.pc
Requires:	mono-devel
BuildRequires:	mono-devel
BuildArch:	noarch

%description
NAnt is a free .NET build tool. In theory it is kind of like make
without make's wrinkles. In practice it's a lot like Ant.

%prep
%setup -q -n %{name}-%{version}
%apply_patches

find . -type d|xargs chmod 755
find . -type f|xargs chmod 644
# remove DOS line endings
find doc src -type f |xargs perl -pi -e "s/\r\n/\n/"

%build
make prefix=/usr

%install
%makeinstall
find examples -name \*.dll -o -name \*.exe|xargs rm -f
rm -rf %{buildroot}%{_datadir}/doc/NAnt

# gw fix paths in the nant script
perl -pi -e "s^%{buildroot}^^g" %{buildroot}%{_bindir}/nant

mv %{buildroot}%{_prefix}/lib*/pkgconfig %{buildroot}%{_datadir}

%files
%doc README.txt doc/* examples
%{_bindir}/%{name}
%{_datadir}/NAnt/
%{_datadir}/pkgconfig/nant.pc

%changelog
* Wed Jan 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.92-1
+ Revision: a5d8c7c
- Updated to 0.92



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23399 |14mu|nautilus-3.16.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d "." -f -2)

%define major	1
%define gir_major	3.0
%define libname	%mklibname %{name}-extension %{major}
%define girname	%mklibname %{name}-gir %{gir_major}
%define develname	%mklibname -d %{name}

Summary: File manager for the GNOME desktop environment
Name: nautilus
Version: 3.16.3
Release: 1
Group: File tools
License: GPLv2+
URL: http://www.gnome.org/projects/nautilus/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/nautilus/%{url_ver}/%{name}-%{version}.tar.xz
Patch1: nautilus-3.8.2-streaming.patch
Patch2: trash-desktop-shortcut-localization.patch
#Patch3: nautilus-3.12.2-bookmarks.patch

BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.29.13
BuildRequires:	pkgconfig(gail-3.0)
BuildRequires:	pkgconfig(gnome-desktop-3.0) >= 3.0.0
BuildRequires:	pkgconfig(libnotify) >= 0.7.0
BuildRequires:	pkgconfig(exempi-2.0)
BuildRequires:	pkgconfig(libexif)
BuildRequires:  pkgconfig(tracker-sparql-1.0)

Requires(post,postun): shared-mime-info desktop-file-utils

%description
Nautilus is an excellent file manager for the GNOME desktop environment.

%package -n %{libname}
Summary:        Libraries for Nautilus File manager
Group:          System/Libraries
Obsoletes:	%{_lib}nautilus1 < 3.4.1-1
Provides:	%{name}-extensions = %{version}-%{release}

%description -n %{libname}
Nautilus is an excellent file manager for the GNOME desktop environment.
This package contains libraries used by Nautilus.

%package -n %{girname}
Summary:        GObject Introspection interface description for %{name}
Group:          System/Libraries
Conflicts:	%{libname} < 3.2.1

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{develname}
Summary:	Libraries and include files for developing nautilus components
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{version}
Requires:	%{girname} = %{version}
%rename		%{name}-devel
Obsoletes:	%{libname}-devel

%description -n %{develname}
This package provides the necessary development libraries and include 
files to allow you to develop nautilus components.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-update-mimedb \
	--disable-schemas-compile

%make

%install
%makeinstall_std
find %{buildroot} -name "*.la" -exec rm -rf {} \;

mkdir -p %{buildroot}%{_localstatedir}/lib/gnome/desktop \
	%{buildroot}%{_datadir}/nautilus/default-desktop \
	%{buildroot}%{_libdir}/nautilus/extensions-2.0

%find_lang %{name} --with-gnome --all-name

%files -f %{name}.lang
%doc README NEWS HACKING AUTHORS MAINTAINERS
%dir %{_localstatedir}/lib/gnome/desktop
%dir %{_localstatedir}/lib/gnome/
%{_sysconfdir}/xdg/autostart/nautilus-autostart.desktop
%{_bindir}/*
%{_libexecdir}/nautilus-convert-metadata
%dir %{_libdir}/nautilus
%dir %{_libdir}/nautilus/extensions-2.0
%dir %{_libdir}/nautilus/extensions-3.0
%{_libdir}/nautilus/extensions-3.0/libnautilus-sendto.so
%{_datadir}/applications/*
%{_datadir}/dbus-1/services/org.freedesktop.FileManager1.service
%{_datadir}/dbus-1/services/org.gnome.Nautilus.service
%{_datadir}/gnome-shell/search-providers/nautilus-search-provider.ini
%{_datadir}/GConf/gsettings/nautilus.convert
%{_datadir}/glib-2.0/schemas/org.gnome.nautilus.gschema.xml
%{_datadir}/nautilus
%{_datadir}/appdata/*.xml
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libnautilus*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Nautilus-%{gir_major}.typelib

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_datadir}/gtk-doc/html/libnautilus-extension
%{_datadir}/gir-1.0/Nautilus-%{gir_major}.gir


%changelog

* Thu Dec 10 2015 Tigro <ashejn@gmail.com> 3.16.3-1
- (12f461a) update to 3.16.3

* Thu May 14 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (6a2e009) update to 3.16.2

* Thu Apr 16 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-1
- (9253732) update to 3.16.1

* Wed Mar 25 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-1
- (bb20b8b) update to 3.16.0

* Tue Mar 17 2015 Tigro <ashejn@gmail.com> 3.15.92-1
- (5195cc0) update to 3.15.92

* Thu Mar 12 2015 Tigro <ashejn@yandex-team.ru> 3.15.91-1
- (6540b11) update trash-desktop-shortcut-localization.patch
- (Tigro: 5bf1d91) update to 3.15.91

* Tue Mar 10 2015 Tigro <ashejn@yandex-team.ru> 3.15.90-1
- (42a7e8b) drop some files
- (Tigro: df2b755) upload source
- (Tigro: 6665d69) update to 3.15.90

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-3
- (e69a7a1) MassBuild#440: Increase release tag

* Mon Jun 16 2014 Tigro <ashejn@gmail.com> 3.12.2-2
- (23ea14c) apply rosa bookmark patch

* Fri May 16 2014 Tigro <ashejn@gmail.com> 3.12.2-1
- (2c120b3) drop automake
- (Tigro: e8fe923) update to 3.12.2

* Mon Apr 28 2014 Tigro <ashejn@gmail.com> 3.12.0-1
- (ee536c6) drop %doc in devel
- (Tigro: 22c5822) pack files
- (Tigro: d18486a) update to 3.12.0

* Tue Mar 04 2014 Tigro <ashejn@gmail.com> 3.8.2-6
- (7eab16c) apply some upstream patches

* Mon Feb 17 2014 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.2-5
- (e99eb9f) Updated desktop links localization.

* Wed Feb 05 2014 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.2-4
- (fabaf62) Added localization patch for desktop shortcuts of home and trash.

* Thu Sep 26 2013 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 3.8.2-3
- (12d70bc) Ported back fallback background support.
- (12d70bc) Added fix for remote media streaming.

* Mon Aug 05 2013 Tigro <ashejn@gmail.com> 3.8.2-2
- (9b44fc1) fix typo
- (Tigro: c530d4f) added P: %{name}-extension

* Thu Jun 20 2013 root <root@localhost.localdomain> 3.8.2-1
- (03fdefe) sync to gnome38 branch

* Fri Dec 07 2012 Arkady Shane <ashejn@gmail.com> 3.6.3-1
- (081f04d) update to 3.6.3

* Mon Oct 29 2012 Arkady Shane <ashejn@gmail.com> 3.6.1-1
- (c348b39) update to 3.6.1

* Tue Oct 02 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 3.6.0-1
- (20554f1) update to 3.6.0

* Thu Aug 30 2012 Sergey A. Sokolov <sokol@mtik.ru> 3.4.2-1
- (7441c2d) up to 3.4.2
- (Rosa: 52b7f24) Automatic import for version 3.4.2

* Sat May 05 2012 Rosa <rosa@rosa-build.rosalab.ru> 3.4.1-1
- (45553a8) Automatic import for version 3.4.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23400 |14mu|nautilus-sendto-3.8.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Send files from nautilus using with mail or IM
Name: nautilus-sendto
Version: 3.8.0
Release: 5
License: GPLv2+
Group: Graphical desktop/GNOME
Url: http://www.es.gnome.org/~telemaco/
Source0: http://ftp.gnome.org/pub/GNOME/sources/nautilus-sendto/3.8/%{name}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: glib2.0-common
BuildRequires: gnome-common
BuildRequires: gtk-doc
BuildRequires: pkgconfig(glib-2.0) >= 2.25.9
BuildRequires: pkgconfig(gthread-2.0) >= 2.25.9
BuildRequires: pkgconfig(gmodule-2.0) >= 2.25.9
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.9
BuildRequires: pkgconfig(libnautilus-extension) >= 2.31.3
BuildRequires: pkgconfig(libebook-1.2) >= 3.6.0
BuildRequires: pkgconfig(dbus-1) >= 1.0
BuildRequires: pkgconfig(dbus-glib-1) >= 0.60
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gupnp-1.0) >= 0.13
BuildRequires: pkgconfig(gobject-introspection-1.0)

Obsoletes: %{name}-gajim < %{version}
Obsoletes: %{name}-pidgin < %{version}
Obsoletes: %{name}-upnp < %{version}
Obsoletes: %{name}-evolution < %{version}
Obsoletes: %{name}-devel < %{version}
Obsoletes: %{name}-bluetooth < %{version}

Requires: gsettings-desktop-schemas
#Requires: nautilus
Obsoletes: nautilus-sendto-sylpheed nautilus-sendto-thunderbird nautilus-sendto-balsa

%description
This application provides integration between nautilus and mail or IM clients.
It adds a Nautilus context menu component ("Send To...") and features
a dialog for insert the email or IM account which you want to send
the file/files.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot} %{name}.lang
%makeinstall_std
find %buildroot -name *.la -exec rm {} \;
%find_lang %{name}

rm -f  %{buildroot}%{_libdir}/nautilus/extensions-3.0/libnautilus-sendto.so

%files -f %{name}.lang
%doc NEWS AUTHORS ChangeLog
%{_bindir}/nautilus-sendto
%{_mandir}/man1/nautilus-sendto.1*


%changelog

* Sun Feb 14 2016 Denis Silakov <denis.silakov@rosalab.ru> 3.8.0-5
- (15cb3a0) Do not require nautilus



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23401 |14mu|ncdc-1.19.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ncdc
Version:	1.19.1
Release:	1
Summary:	Lightweight Direct Connect Client
Source0:	http://dev.yorhel.nl/download/ncdc-%{version}.tar.gz
Source1:	ncdc.desktop
URL:		http://dev.yorhel.nl/ncdc
Group:		Networking/File transfer
License:	MIT
BuildRequires:	bzip2-devel
BuildRequires:	gdbm-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(sqlite3)

%description
Ncdc is a modern and lightweight direct connect client with a friendly ncurses
interface.

%prep
%setup -q

%build
%configure2_5x --enable-db-upgrade
%make

%install
%makeinstall_std
install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop

%files
%doc ChangeLog COPYING README
%{_bindir}/ncdc
%{_datadir}/applications/%{name}.desktop
%doc %{_mandir}/man1/ncdc.1*

%changelog

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 1.19.1-1
- (781a1d4) Updated to 1.19.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23402 |14mu|ncurses-5.9-7.20130218.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	date	20130218
%define	major	5
%define	majorminor	5.9
%define	utf8libname	%mklibname %{name}w %{major}
%define	libname		%mklibname %{name} %{major}
%define	devname		%mklibname -d %{name}
%define	utf8devname	%mklibname -d %{name}w

Summary:	A CRT screen handling and optimization package
Name:		ncurses
Version:	5.9
Release:	7.%{date}.3
License:	MIT
Group:		System/Libraries
Url:		http://www.gnu.org/software/ncurses/ncurses.html
Source0:	ftp://invisible-island.net/ncurses/current/%{name}-%{version}-%{date}.tgz
Source4:	ncurses-resetall.sh
Source5:	ncurses-useful-terms
Patch1:		ncurses-5.6-xterm-debian.patch
# Alias "console" to "linux"
Patch2:		ncurses-5.9-20120811-linux-console.patch
Patch3:		ncurses-5.9-buildfix.patch
Patch7:		ncurses-5.9-urxvt.patch
Patch8:		ncurses-5.9-20121208-config-dont-print-standard-lib64-path.patch
BuildRequires:	gpm-devel
BuildRequires:	sharutils
Conflicts:	%{name}-extraterms < 5.9-6.20121026.3

%description
The curses library routines are a terminal-independent method of updating
character screens with reasonalble optimization. The ncurses (new curses)
library is a freely distributable replacement for the discontinued 4.4BSD
classic curses library.

%package -n	%{libname}
Summary:	The development files for applications which use ncurses
Group:		System/Libraries
Requires:	ncurses = %{EVRD}

%description -n	%{libname}
The curses library routines are a terminal-independent method of updating
character screens with reasonalble optimization. The ncurses (new curses)
library is a freely distributable replacement for the discontinued 4.4BSD
classic curses library.

%package -n	%{utf8libname}
Summary:	Ncurses libraries which support UTF8
Group:		System/Libraries
Requires:	ncurses = %{EVRD}

%description -n %{utf8libname}
The curses library routines are a terminal-independent method of updating
character screens with reasonalble optimization. The ncurses (new curses)
library is a freely distributable replacement for the discontinued 4.4BSD
classic curses library.

This package contains ncurses libraries which support wide char (UTF8),
and is not compatible with those without.

%package	extraterms
Summary:	Some exotic terminal descriptions
Group:		System/Libraries
Requires:	ncurses = %{EVRD}
BuildArch:	noarch

%description	extraterms
Install the ncurses-extraterms package if you use some exotic terminals.

%package -n	%{devname}
Summary:	The development files for applications which use ncurses
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{utf8libname} = %{EVRD}
# just keep this depdenency for untangling initial dependency issues..
%if "%{_lib}" == "lib64"
Provides:	devel(libncurses(64bit)) 
%else
Provides:	devel(libncurses) 
%endif
Provides:	pkgconfig(ncurses)

Provides:	%{utf8devname} = %{EVRD}
Obsoletes:	%{utf8devname} < 5.9-7.20130218.2

%description -n	%{devname}
The header files and libraries for developing applications that use
the ncurses CRT screen handling and optimization package.

Install the ncurses-devel package if you want to develop applications
which will use ncurses.

%package -n	termcap
Summary:	The terminal feature database used by certain applications
Group:		System/Libraries
Epoch:		1
BuildArch:	noarch

%description -n	termcap
The termcap package provides the /etc/termcap file.  /etc/termcap is
a database which defines the capabilities of various terminals and
terminal emulators.  Certain programs use the /etc/termcap file to
access various features of terminals (the bell, colors, and graphics,
etc.).

%prep
%setup -q -n %{name}-%{version}-%{date}

%patch7 -p1 -b .urxvt~

# regenerating configure needs patched autoconf, so modify configure
# directly
%patch1 -p1 -b .deb~
%patch3 -p1 -b .bf~

%patch2 -p1 -b .console~
%patch8 -p1 -b .lib64~

find . -name "*.orig" -o -name "*~" | xargs rm -f
# fix some permissions
chmod 755 c++/edit_cfg.sh test/listused.sh test/configure test/tracemunch

# we don't need nor want this, and it also pulls in a dependency on /usr/bin/make
rm -rf test/package

%build
export PKG_CONFIG_LIBDIR=%{_libdir}/pkgconfig

CONFIGURE_TOP="$PWD"

# tODO: this should die
mkdir -p ncurses-normal
pushd ncurses-normal
%configure2_5x \
	--without-libtool \
	--with-shared \
	--with-normal \
	--with-cxx \
	--without-debug \
	--enable-overwrite \
	--without-profile \
	--with-gpm \
	--enable-termcap \
	--enable-getcap \
	--enable-const \
	--enable-hard-tabs \
	--enable-hash-map \
	--enable-no-padding \
	--enable-sigwinch \
	--without-ada \
	--disable-widec \
	--enable-xmc-glitch \
	--enable-colorfgbg \
	--disable-pc-files \
	--with-ospeed=unsigned \
	--without-progs

%make
popd

mkdir -p ncurses-utf8
pushd ncurses-utf8
%configure2_5x \
	--with-pkg-config-libdir=%{_libdir}/pkgconfig \
	--without-libtool \
	--with-shared \
	--with-normal \
	--with-cxx \
	--without-debug \
	--enable-overwrite \
	--without-profile \
	--with-gpm \
	--enable-termcap \
	--enable-getcap \
	--enable-const \
	--enable-hard-tabs \
	--enable-hash-map \
	--enable-no-padding \
	--enable-sigwinch \
	--without-ada \
	--enable-widec \
	--enable-xmc-glitch \
	--enable-colorfgbg \
	--enable-pc-files \
	--with-ospeed=unsigned

%make
popd

%install
# we only install the libraries for a while untill all our packages has been
# rebuilt against the unicode version and no packages needs this anymore
pushd ncurses-normal
make install.libs DESTDIR=%{buildroot}
rm -f %{buildroot}%{_libdir}/lib*.{a,so}
popd

pushd ncurses-utf8
%makeinstall_std
popd

# the resetall script
install -m 755 %{SOURCE4} %{buildroot}%{_bindir}/resetall
# we don't want this in doc
rm -f c++/demo

mkdir -p %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libncurses{,w}.so.* %{buildroot}/%{_lib}
rm %{buildroot}%{_libdir}/libncursesw.so
ln -sr %{buildroot}/%{_lib}/libncursesw.so.%{majorminor} %{buildroot}%{_libdir}/libncursesw.so
for i in form menu ncurses panel; do
	ln -s lib${i}w.a %{buildroot}%{_libdir}/lib${i}.a
	ln -s lib${i}w.so %{buildroot}%{_libdir}/lib${i}.so
done
ln -s libncursesw.so %{buildroot}%{_libdir}/libcurses.so
ln -s libncursesw.a %{buildroot}%{_libdir}/libcurses.a
ln -s libncurses++w.a %{buildroot}%{_libdir}/libncurses++.a

#
# FIXME
# OK do not time to debug it now
#
cp %{buildroot}%{_datadir}/terminfo/x/xterm %{buildroot}%{_datadir}/terminfo/x/xterm2
cp %{buildroot}%{_datadir}/terminfo/x/xterm-new %{buildroot}%{_datadir}/terminfo/x/xterm

#
# remove unneeded/unwanted files
# have to be done before find commands below
#
rm -f %{buildroot}%{_libdir}/terminfo

# fwang: avoid conflict with kon package
rm -f %{buildroot}%{_datadir}/terminfo/k/kon

# bero: Build termcap from the terminfo database
mkdir -p %{buildroot}%_sysconfdir
tic -Ct misc/terminfo.src > %{buildroot}%{_sysconfdir}/termcap

#
# FIXME
#
(cd %{buildroot} ; find usr/share/terminfo      -type d | perl -pe 's||%%dir /|') > %{name}.list
(cd %{buildroot} ; find usr/share/terminfo -not -type d | perl -pe 's||/|')       > %{name}-extraterms.list
perl -pe 's||%{_datadir}/terminfo/|' %{SOURCE5} >> %{name}.list

perl -ni -e 'BEGIN { open F, "%{name}.list"; /^%/ or $s{$_} = 1 foreach <F>; } print unless $s{$_}' %{name}-extraterms.list

find %{buildroot}/%{_libdir} -name 'lib*.a' -not -type d -not -name "*_g.a" -not -name "*_p.a" -not -name "*w.a" | sed -e "s#^%{buildroot}##" > %{libname}-devel.list

# can't replace directory with symlink (rpm bug), symlink all headers
mkdir $RPM_BUILD_ROOT%{_includedir}/ncurses{,w}
for l in $RPM_BUILD_ROOT%{_includedir}/*.h; do
    ln -sr $l $RPM_BUILD_ROOT%{_includedir}/ncurses
    ln -sr $l $RPM_BUILD_ROOT%{_includedir}/ncursesw
done

%multiarch_includes %{buildroot}%{_includedir}/curses.h

%files -f %{name}.list
%doc README ANNOUNCE
%{_datadir}/tabset
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man7/*

%files -n %{libname}
%attr(755,root,root) /%{_lib}/libncurses.so.%{major}*
%attr(755,root,root) %{_libdir}/libpanel.so.%{major}*
%attr(755,root,root) %{_libdir}/libmenu.so.%{major}*
%attr(755,root,root) %{_libdir}/libform.so.%{major}*

%files -n %{utf8libname}
%attr(755,root,root) /%{_lib}/libncursesw.so.%{major}*
# I have no clue on how nor where this actually gets created?!?!
%attr(755,root,root) %{_libdir}/lib*w.so.%{major}*

%files extraterms -f %{name}-extraterms.list
%doc README

%files -n %{devname}
%doc doc c++ test
%{_libdir}/libcurses.a
%{_libdir}/libcurses.so
%{_libdir}/libform.a
%{_libdir}/libform.so
%{_libdir}/libformw.a
%{_libdir}/libformw.so
%{_libdir}/libmenu.a
%{_libdir}/libmenu.so
%{_libdir}/libmenuw.a
%{_libdir}/libmenuw.so
%{_libdir}/libncurses++.a
%{_libdir}/libncurses++w.a
%{_libdir}/libncurses.a
%{_libdir}/libncurses.so
%{_libdir}/libncursesw.a
%{_libdir}/libncursesw.so
%{_libdir}/libpanel.a
%{_libdir}/libpanel.so
%{_libdir}/libpanelw.a
%{_libdir}/libpanelw.so
%{_libdir}/pkgconfig/formw.pc
%{_libdir}/pkgconfig/menuw.pc
%{_libdir}/pkgconfig/ncurses++w.pc
%{_libdir}/pkgconfig/ncursesw.pc
%{_libdir}/pkgconfig/panelw.pc
%{_includedir}/*.h
%{multiarch_includedir}/curses.h
%dir %{_includedir}/ncurses
%{_includedir}/ncurses/*.h
%dir %{_includedir}/ncursesw
%{_includedir}/ncursesw/*.h
%{_mandir}/man3/*

%files -n termcap
%{_sysconfdir}/termcap


%changelog
* Mon Mar 23 2015 Tigro <ashejn@gmail.com> 5.9-7.20130218.3
+ Revision: dc61bc5
- drop libncursesw-devel package, added more depends



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23403 |14mu|neon-0.30.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.27
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	An HTTP and WebDAV client library, with a C interface
Name:		neon
Version:	0.30.1
Release:	2
License:	GPLv2+ and LGPLv2+
Group:		System/Libraries
Url:		http://www.webdav.org/neon/
Source0:	http://www.webdav.org/neon/%{name}-%{version}.tar.gz
Patch0:		neon-locales.diff
Patch1:		neon-fail_parse.diff
Patch2:		neon-borked_addr_reverse.diff
Patch3:		neon-borked_retry_notcompress_and_retry_compress.diff
Patch4:		neon-borked_read_reset.diff
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476571
Patch5:		neon-0.28.2-fix-segfault.patch
Patch6:		neon-0.29.6-neon-config_cleanups.diff
Patch7:		neon-0.30.1-disable-ssl2.patch
BuildRequires:	libtool
BuildRequires:	krb5-devel
BuildRequires:	pkgconfig(libcrypto) >= 0.9.7
BuildRequires:	pkgconfig(libssl) >= 0.9.7
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(zlib)

%description
neon is an HTTP and WebDAV client library for Unix systems, with a C language
API. It provides high-level interfaces to HTTP/1.1 and WebDAV  methods, and
a low-level interface to HTTP request/response handling, allowing new methods
to be easily implemented.

#----------------------------------------------------------------------------

%package i18n
Summary:	Language files for Neon
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
neon is an HTTP and WebDAV client library for Unix systems, with a C language
API. It provides high-level interfaces to HTTP/1.1 and WebDAV  methods, and
a low-level interface to HTTP request/response handling, allowing new methods
to be easily implemented.

%files i18n -f libneon%{major}.lang
%doc doc/*.txt README.neon

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for Neon
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libname}
neon is an HTTP and WebDAV client library for Unix systems, with a C language
API. It provides high-level interfaces to HTTP/1.1 and WebDAV  methods, and
a low-level interface to HTTP request/response handling, allowing new methods
to be easily implemented.

%files -n %{libname}
%{_libdir}/libneon.so.27*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C++
Requires:	%{libname} >= %{EVRD}
Provides:	neon-devel = %{EVRD}
Obsoletes:	%{mklibname neon 0.27 -d} < 0.29.6-7
Conflicts:	%{mklibname neon 0.26}-devel < 0.29.6-7

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc AUTHORS BUGS doc/html ChangeLog NEWS README THANKS TODO
%{_bindir}/neon-config
%{_libdir}/libneon.so
%{_libdir}/pkgconfig/neon.pc
%dir %{_includedir}/neon
%{_includedir}/neon/*
%{_mandir}/man1/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p1
%patch6 -p1
%patch7 -p1

# fix mo clash (#28428)
# this goes with the changes done by Patch0
perl -pi -e "s|_LIBNAME_|libneon%{major}|g" Makefile.in src/ne_internal.h

# this value has to be raised on x86_64
perl -pi -e "s|^ulimit \-v .*|ulimit \-v 40960|g" test/run.sh

%build
%configure2_5x \
	--enable-shared \
	--disable-static \
	--with-ssl=openssl \
	--enable-threadsafe-ssl=posix \
	--with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
	--with-libxml2 \
	--without-libproxy

%make

%install
%makeinstall

# fix this
rm -rf %{buildroot}%{_datadir}/doc

%find_lang libneon%{major}

cp src/README README.neon


%changelog

* Thu Mar 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.30.1-2
- (9166c55) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23404 |14mu|nepomuk-core-4.14.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Nepomuk core utilities and libraries
Name:		nepomuk-core
Version:	4.14.3
Release:	4
Epoch:		1
License:	GPLv2 GPLv3 LGPLv2 LGPLv3
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%ftpdir/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	doxygen
BuildRequires:	kde4-macros
BuildRequires:	baloo-devel
BuildRequires:	ebook-tools-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kfilemetadata-devel
BuildRequires:	qmobipocket-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavdevice)
BuildRequires:	pkgconfig(libavfilter)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libpostproc)
BuildRequires:	pkgconfig(libstreams) >= 0.7.3
BuildRequires:	pkgconfig(libswresample)
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pkgconfig(poppler)
BuildRequires:	pkgconfig(poppler-qt4)
BuildRequires:	pkgconfig(shared-desktop-ontologies) >= 0.11
BuildRequires:	pkgconfig(soprano) >= 2.7.57
BuildRequires:	pkgconfig(taglib)
Requires:	shared-desktop-ontologies >= 0.11
Requires:	soprano >= 4:2.7.57
Conflicts:	kdebase4-runtime < 1:4.8.80

%description
Nepomuk core utilities and libraries.

%files
%doc COPYING*
%{_datadir}/dbus-1/interfaces/*.xml
%{_datadir}/dbus-1/system-services/org.kde.nepomuk.filewatch.service
%{_datadir}/polkit-1/actions/org.kde.nepomuk.filewatch.policy
%{_sysconfdir}/dbus-1/system.d/org.kde.nepomuk.filewatch.conf
%{_kde_applicationsdir}/*.desktop
%{_kde_appsdir}/fileindexerservice
%{_kde_appsdir}/nepomukfilewatch
%{_kde_appsdir}/nepomukstorage
%{_kde_bindir}/nepomuk*
%{_kde_datadir}/autostart/*.desktop
%{_kde_datadir}/ontology/kde/*
%{_kde_libdir}/kde4/nepomukepubextractor.so
%{_kde_libdir}/kde4/nepomukexiv2extractor.so
%{_kde_libdir}/kde4/nepomukffmpegextractor.so
%{_kde_libdir}/kde4/nepomukmobiextractor.so
%{_kde_libdir}/kde4/nepomukodfextractor.so
%{_kde_libdir}/kde4/nepomukoffice2007extractor.so
%{_kde_libdir}/kde4/nepomukofficeextractor.so
%{_kde_libdir}/kde4/nepomukplaintextextractor.so
%{_kde_libdir}/kde4/nepomukpopplerextractor.so
%{_kde_libdir}/kde4/nepomuktaglibextractor.so
%{_kde_libdir}/kde4/libexec/kde_nepomuk_filewatch_raiselimit
%{_kde_libdir}/libkdeinit4_nepomukserver.so
%{_kde_libdir}/libnepomukcommon.so
%{_kde_libdir}/libnepomukextractor.so
%{_kde_services}/*.desktop
%{_kde_servicetypes}/*.desktop

#----------------------------------------------------------------------------------

%define nepomukcore_major 4
%define libnepomukcore %mklibname nepomukcore %{nepomukcore_major}
%if %{nepomukcore_major} != 4
Please remove all references to libnepomuksync below -- we are not compatible
with it in any way, so we should not claim we are its successor.
%endif
%define libnepomuksync %mklibname nepomuksync %{nepomukcore_major}

%package -n %{libnepomukcore}
Summary:	Nepomuk core library
Group:		System/Libraries
%rename %{libnepomuksync}

%description -n %{libnepomukcore}
Nepomuk core library.

%files -n %{libnepomukcore}
%{_kde_libdir}/libnepomukcore.so.%{nepomukcore_major}*

#----------------------------------------------------------------------------------

%define nepomukcleaner_major 4
%define libnepomukcleaner %mklibname nepomukcleaner %{nepomukcleaner_major}

%package -n %{libnepomukcleaner}
Summary:	Nepomuk cleaner library
Group:		System/Libraries

%description -n %{libnepomukcleaner}
Nepomuk cleaner library.

%files -n %{libnepomukcleaner}
%{_kde_libdir}/libnepomukcleaner.so.%{nepomukcleaner_major}*

#----------------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{name}
Requires:	%{libnepomukcore} = %{EVRD}
Requires:	%{libnepomukcleaner} = %{EVRD}
Conflicts:	kdebase4-runtime-devel < 1:4.8.80

%description devel
This package includes the header files needed to develop applications
that use Nepomuk.

%files devel
%{_kde_includedir}/nepomuk2
%{_kde_includedir}/Nepomuk2
%{_kde_libdir}/libnepomukcore.so
%{_kde_libdir}/libnepomukcleaner.so
%{_libdir}/cmake/NepomukCore

#----------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build


%changelog

* Wed Apr 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:4.14.3-4
- (82643b8) Rebuild with new poppler

* Thu Feb 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-3
- (78e9cd9) Bump release

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1:4.14.3-2
- (53925ec) MassBuild#656: Increase release tag

* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
- (1071844) LOG New version 4.14.3 (sync spec and patches with Cooker)

* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-3
- (94e7e52) Devel package should require nepomuk-core

* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-2
- (48d4668) Shared library shouldn't require obsolete nepomuk-core now

* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.3-1
- (a33924b) LOG New version 4.13.3 (sync spec and patches with Cooker)

* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.2-5
- (815373e) Bump release

* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.2-4
- (00f0a3b) Bump release

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:4.13.2-3
- (4d742b9) MassBuild#440: Increase release tag

* Mon Jun 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.13.2-2
- (2a90bda) LOG New version 4.13.2 (sync spec and patches with Cooker)

* Wed Apr 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.12.4-1
- (5241c53) LOG New version 4.12.4 (sync spec and patches with Cooker)

* Thu Mar 13 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.12.3-1
- (cf2d8ca) LOG New version 4.12.3 (sync spec and patches with Cooker)

* Wed Dec 18 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.11.4-1
- (0898559) LOG New version 4.11.4

* Thu Nov 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.11.3-1
- (2dbaf5b) LOG New version 4.11.3

* Fri Oct 25 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.11.2-1
- (8baab4e) LOG New version 4.11.2

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.10.5-3
- (fbca9cb) LOG Rebuild with new ffmpeg

* Fri Aug 02 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.10.5-2
- (e59d962) LOG Rebuild with new ffmpeg

* Tue Jul 09 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.10.5-1
- (04d4eea) LOG New version 4.10.5

* Thu Jun 13 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.10.4-1
- (28b4d6c) LOG New version 4.10.4

* Mon May 20 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.10.3-1
- (9bcfdb3) LOG New version 4.10.3 (sync with Cooker)

* Sat Jan 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.5-1
- (b529b92) LOG New version 4.9.5

* Wed Dec 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.4-1
- (20ba49d) LOG New version 4.9.4

* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.4-0.1
- (115b474) LOG Update to 4.9.4 (git snapshot)

* Wed Nov 07 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.3-1
- (175cfd7) LOG New version 4.9.3

* Thu Oct 04 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.2-1
- (8367a81) New version 4.9.2

* Mon Sep 10 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.1-1
- (333d38e) New version 4.9.1

* Sat Aug 04 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.9.0-1
- (12e2722) New version 4.9.0

* Fri Jul 13 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.8.97-1
- (b9d9cb1) New version 4.8.97

* Thu Jun 28 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.8.95-1
- (26067a4) Update to 4.8.95



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23405 |14mu|nepomuk-widgets-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		nepomuk-widgets
Summary:	Nepomuk widget utilities and libraries
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 GPLv3 LGPLv2 LGPLv3
URL:		http://www.kde.org
%define is_beta %(if test `echo %version |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %is_beta
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source:		ftp://ftp.kde.org/pub/kde/%ftpdir/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kde4-macros
BuildRequires:	kdelibs4-devel
BuildRequires:	doxygen
BuildRequires:	pkgconfig(soprano) >= 2.7.57
BuildRequires:	nepomuk-core-devel >= 4.9.98

%description
Nepomuk widget utilities and libraries.

#----------------------------------------------------------------------------------

%define nepomukwidgets_major 4
%define libnepomukwidgets %mklibname nepomukwidgets %{nepomukwidgets_major}

%package -n %{libnepomukwidgets}
Summary:	Nepomuk widgets library
Group:		System/Libraries

%description -n %{libnepomukwidgets}
Nepomuk widgets library.

%files -n %{libnepomukwidgets}
%{_kde_libdir}/libnepomukwidgets.so.%{nepomukwidgets_major}*

#----------------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libnepomukwidgets} = %{EVRD}
Conflicts:	kdebase4-runtime-devel < 1:4.8.80

%description devel
This package includes the header files needed to develop applications
that use Nepomuk.

%files devel
%{_kde_includedir}/nepomuk2/*
%{_kde_libdir}/libnepomukwidgets.so
%{_libdir}/cmake/NepomukWidgets

#----------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 807c048
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23406 |14mu|netcf-0.2.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libmajor 1
%define libname %mklibname %{name} %{libmajor}
%define libnamedevel %mklibname -d %{name}

Name:		netcf
Version:	0.2.8
Release:	1
Group:		Networking/Other
License:	LGPLv2
Summary:	A distribution agnostic library and tool for configuring network interfaces
URL:		https://fedorahosted.org/netcf
Source0:	https://fedorahosted.org/released/netcf/netcf-%{version}.tar.gz
Source1:	https://fedorahosted.org/released/netcf/netcf-%{version}.tar.gz.sig
BuildRequires:	pkgconfig(augeas)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	readline-devel

%description
netcf is

    * a library for configuring network interfaces
    * a command line tool (ncftool) to do the same from the command line
    * distribution-agnostic and supports multiple distributions and operating
      systems (well, soon, anyway)
    * sets up Ethernet interfaces, bridges, and bonds 

Both libvirt and NetworkManager need this functionality - netcf implements what
is common to both of them.

%package -n %{libname}
Group:		System/Libraries
Summary:	A distribution agnostic library for configuring network interfaces

%description -n %{libname}
A distribution agnostic library for configuring network interfaces

Both libvirt and NetworkManager need this functionality - netcf implements what
is common to both of them.

%package -n %{libnamedevel}
Group:		Development/C
Summary:	Development files for a library for configuring network interfaces
Requires:	%{libname} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}

%description -n %{libnamedevel}
Development files for a distribution agnostic library for configuring network 
interfaces.

%prep
%setup -q

%build
autoreconf -fi
#see https://bugzilla.redhat.com/show_bug.cgi?id=852549
#in future we should switch off with-libnl1 and use libnl3
%configure2_5x --disable-static
%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_unitdir}
mv %{buildroot}%{_prefix}%{_unitdir}/* %{buildroot}%{_unitdir}/
rm -rf %{buildroot}%{_prefix}%{_unitdir}

%files
%doc README NEWS AUTHORS
%{_bindir}/*
%{_datadir}/%{name}
%{_libexecdir}/netcf-transaction.sh
%{_mandir}/man1/ncftool.1.*
%{_unitdir}/netcf-transaction.service

%files -n %{libname}
%{_libdir}/*.so.%{libmajor}*

%files -n %{libnamedevel}
%{_libdir}/*.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/%{name}.pc

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.2.8-1
- (b639b86) Updated to 0.2.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23407 |14mu|netkit-rsh-0.17-30
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Clients for remote access commands (rsh, rlogin, rcp)
Name:		netkit-rsh
Version:	0.17
Release:	30
License:	BSD
Group:		Networking/Remote access
URL:		ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
Source0:	ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rsh-%{version}.tar.gz
Source1:	rexec.pam
Source2:	rlogin.pam
Source3:	rsh.pam
Source4:	http://www.tc.cornell.edu/~sadd/rexec-1.5.tar.gz
Source5:	rsh-xinetd
Source6:	rlogin-xinetd
Source7:	rexec-xinetd
Patch1:		netkit-rsh-0.17-sectty.patch
Patch2:		netkit-rsh-0.17-rexec.patch
Patch3:		netkit-rsh-0.10-stdarg.patch
Patch4:		netkit-rsh-0.16-jbj.patch
Patch8:		netkit-rsh-0.16-jbj4.patch
Patch9:		netkit-rsh-0.16-prompt.patch
Patch10:	netkit-rsh-0.16-rlogin=rsh.patch
Patch11:	netkit-rsh-0.16-nokrb.patch
Patch12:	netkit-rsh-0.17-pre20000412-jbj5.patch
Patch13:	netkit-rsh-0.17-userandhost.patch
Patch14:	netkit-rsh-0.17-strip.patch
Patch15:	netkit-rsh-0.17-lfs.patch
Patch16:	netkit-rsh-0.17-chdir.patch
Patch17:	netkit-rsh-0.17-pam-nologin.patch
Patch19:	netkit-rsh-0.17-rexec-netrc.patch
Patch20:	netkit-rsh-0.17-pam-sess.patch
Patch21:	netkit-rsh-0.17-errno.patch
Patch22:	netkit-rsh-0.17-rexec-sig.patch
Patch23:	netkit-rsh-0.17-nohost.patch
Patch24:	netkit-rsh-0.17-ignchld.patch
Patch25:	netkit-rsh-0.17-checkdir.patch
Patch26:	netkit-rsh-0.17-pam-conv.patch
Patch27:	netkit-rsh-0.17-rcp-largefile.patch
Patch28:	netkit-rsh-0.17-pam-rhost.patch
Patch29:	netkit-rsh-0.17-rlogin-linefeed.patch
Patch30:	netkit-rsh-0.17-ipv6.patch
Patch31:	netkit-rsh-0.17-pam_env.patch
Patch33:	netkit-rsh-0.17-dns.patch
Patch34:	netkit-rsh-0.17-nohostcheck-compat.patch
Patch35:	netkit-rsh-0.17-audit.patch
Patch36:	netkit-rsh-0.17-longname.patch
Patch37:	netkit-rsh-0.17-arg_max.patch
# (ahmad) check return value from close to catch errors on NFS filesystems
# https://bugzilla.redhat.com/show_bug.cgi?id=461903
Patch38:	netkit-rsh-0.17-rh461903.patch
# (ahmad) add check for return values
# https://bugzilla.redhat.com/show_bug.cgi?id=473492
Patch39:	netkit-rsh-0.17-rh473492.patch
# (proyvind): create destination directories when installing
Patch40:	netkit-rsh-0.17-install-create-destdir.patch

BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pam-devel
BuildRequires:	audit-libs-devel >= 1.5
Conflicts:	krb5-appl-clients
Obsoletes:	rsh
Provides:	rsh-client

%description
The rsh package contains a set of programs which allow users to run commmands
on remote machines, login to other machines and copy files between machines
(rsh, rlogin and rcp). All three of these commands use rhosts style
authentication.  This package contains the clients needed for all of these
services. The rsh package should be installed to enable remote access to other
machines.

%package	server
Summary:	Servers for remote access commands (rsh, rlogin, rcp)
Group:		System/Servers
Requires:	pam >= 0.59
Requires:	xinetd

%description	server
The rsh-server package contains a set of programs which allow users to run
commmands on remote machines, login to other machines and copy files between
machines (rsh, rlogin and rcp). All three of these commands use rhosts style
authentication. This package contains the servers needed for all of these
services. It also contains a server for rexec, an alternate method of executing
remote commands. All of these servers are run by xinetd and configured using
/etc/xinetd.d/ and PAM.  All the server is disabled by default.

%prep
%setup -q -a 4

%patch1 -p1 -b .sectty
%patch2 -p1 -b .rexec
%patch3 -p1 -b .stdarg
%patch4 -p1 -b .jbj
%patch8 -p1 -b .jbj4
%patch9 -p1 -b .prompt
%patch10 -p1 -b .rsh
%patch11 -p1 -b .rsh.nokrb
%patch12 -p1 -b .jbj5
%patch13 -p1 -b .userandhost
%patch14 -p1 -b .strip
%patch15 -p1 -b .lfs
%patch16 -p1 -b .chdir
%patch17 -p1 -b .pam-nologin
%patch19 -p1 -b .rexec-netrc
%patch20 -p1 -b .pam-sess
%patch21 -p1 -b .errno
%patch22 -p1 -b .rexec-sig
%patch23 -p1 -b .nohost
%patch24 -p1 -b .ignchld
%patch25 -p1 -b .checkdir
%patch26 -p1 -b .pam-conv
%patch27 -p1 -b .largefile
%patch28 -p1 -b .pam-rhost
%patch29 -p1 -b .linefeed
%patch30 -p1 -b .ipv6
%patch31 -p1 -b .pam_env
%patch33 -p1 -b .dns
%patch34 -p1 -b .compat
%patch35 -p1 -b .audit
%patch36 -p1 -b .longname
%patch37 -p1 -b .arg_max
%patch38 -p1 -b .rh461903
%patch39 -p1 -b .rh473492
%patch40 -p1 -b .install~

# No, I don't know what this is doing in the tarball.
rm -f rexec/rexec

%build
%serverbuild_hardened
sh configure
sed	-e 's#^CC=.*$#CC=gcc#g' \
	-e 's#-O2#%{optflags} -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE#g' \
	-e 's#^LDFLAGS=#LDFLAGS=%{ldflags}#g' \
	-e 's#^BINDIR=.*$#BINDIR=%{_bindir}#g' \
	-e 's#^MANDIR=.*$#MANDIR=%{_mandir}#g' \
	-e 's#^SBINDIR=.*$#SBINDIR=%{_sbindir}#g' \
	-i MCONFIG

%make

%install
make INSTALLROOT=%{buildroot} MANDIR=%{_mandir} install

install -m0644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/pam.d/rexec
install -m0644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/pam.d/rlogin
install -m0644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/pam.d/rsh

make INSTALLROOT=%{buildroot} MANDIR=%{_mandir} install -C rexec

install -m0644 %{SOURCE5} -D %{buildroot}%{_sysconfdir}/xinetd.d/rsh
install -m0644 %{SOURCE6} -D %{buildroot}%{_sysconfdir}/xinetd.d/rlogin
install -m0644 %{SOURCE7} -D %{buildroot}%{_sysconfdir}/xinetd.d/rexec

%files
%{_bindir}/rexec
%attr(4755,root,root) %{_bindir}/rcp
%attr(4755,root,root) %{_bindir}/rlogin
%attr(4755,root,root) %{_bindir}/rsh
%{_mandir}/man1/*.1*

%files server
%config(noreplace) %{_sysconfdir}/xinetd.d/*
%config(noreplace) %{_sysconfdir}/pam.d/*
%{_mandir}/man8/*.8*
%{_sbindir}/in.*



%changelog

* Wed Apr 08 2015 Tigro <ashejn@yandex-team.ru> 0.17-30
- (bbfa315) rebuilt with ncurses depend



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23408 |14mu|netkit-telnet-0.17-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Client for the telnet remote login protocol
Name:		netkit-telnet
Version:	0.17
Release:	22
License:	BSD
Group:		Networking/Remote access
Url:		ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
Source0:	ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-telnet-%{version}.tar.gz
Source2:	telnet-client.tar.gz
Patch1:		telnet-client-cvs.patch
Patch5:		telnetd-0.17.diff
Patch6:		telnet-0.17-env.patch
Patch7:		telnet-0.17-issue.patch
Patch8:		telnet-0.17-sa-01-49.patch
Patch9:		telnet-0.17-env-5x.patch
Patch10:	telnet-0.17-pek.patch
Patch11:	telnet-0.17-8bit.patch
Patch12:	telnet-0.17-argv.patch
Patch13:	telnet-0.17-conf.patch
Patch14:	telnet-0.17-cleanup_race.patch
Patch15:	telnetd-0.17-pty_read.patch
Patch16:	telnet-0.17-CAN-2005-468_469.patch
Patch17:	telnet-0.17-linemode.patch
Patch18:	telnet-gethostbyname.patch
Patch19:	netkit-telnet-0.17-ipv6.diff
Patch20:	netkit-telnet-0.17-nodns.patch
Patch21:	telnet-0.17-errno_test_sys_bsd.patch
Patch22:	netkit-telnet-0.17-reallynodns.patch
#
Patch100:	telnet-0.17-sock.patch
Patch101:	telnet-0.17-cleanup_cleanup.patch
Patch102:	telnet-0.17-CAN-2005-0488.patch
Patch103:	netkit-telnet-0.17-format_not_a_string_literal_and_no_format_arguments.diff
Patch104:	netkit-telnet-0.17-CVE-2011-4862.diff
BuildRequires:	gpm-devel
BuildRequires:	pkgconfig(ncurses)
Provides:	telnet-client
Conflicts:	krb5-appl-clients
Conflicts: 	heimdal-telnet

Provides:       telnet

%description
Telnet is a popular protocol for logging into remote systems over
the Internet. The telnet package provides a command line telnet
client.

%package	server
Summary:	A extremely unsecure telnet server
Group:		System/Servers
Provides:	telnetd = %{version}-%{release}
Obsoletes:	telnetd < %{version}-%{release}
Provides:	telnet-server
Conflicts:	krb5-appl-servers
Conflicts:	heimdal-telnetd

%description	server
Telnet is a popular protocol for logging into remote systems over
the Internet. Install the telnetd package if you want to support
extremely unsecure remote logins to your machine.

NOTE: because telnetd is unsecure you have to manually activate
it, this package will not do that for you. Instead use OpenSSH if
you want a secure server.

%prep 

%setup -q
mv telnet telnet-NETKIT
%setup -T -D -q -a 2 -n netkit-telnet-%{version}
%patch1 -p0 -b .cvs
%patch5 -p0 -b .fix
%patch6 -p1 -b .env
%patch10 -p0 -b .pek
%patch7 -p1 -b .issue
%patch8 -p1 -b .sa-01-49
%patch11 -p1 -b .8bit
%patch12 -p1 -b .argv
%patch13 -p1 -b .confverb
%patch14 -p1 -b .cleanup_race 
%patch15 -p0 -b .pty_read
%patch16 -p1 -b .CAN-2005-468_469
#%patch17 -p1 -b .linemode
%patch18 -p1 -b .gethost
%patch19 -p1 -b .gethost2
%patch20 -p1 -b .nodns
%patch21 -p1 -b .errnosysbsd
%patch22 -p1 -b .reallynodns
#
%patch100 -p1 -b .socket
%patch101 -p1 -b .cleanup_cleanup
%patch102 -p1 -b .CAN-2005-0488
%patch103 -p0 -b .format_not_a_string_literal_and_no_format_arguments
%patch104 -p0 -b .CVE-2011-4862

# only build the telnet client
#perl -pi -e "s|^SUB.*|SUB = telnet|g" Makefile

%build
sh configure --with-c-compiler=%{__cc}
perl -pi -e '
    s,^CC=.*$,CC=%{__cc},;
    s,-O2,\$(RPM_OPT_FLAGS),;
    s,^BINDIR=.*$,BINDIR=%{_bindir},;
    s,^MANDIR=.*$,MANDIR=%{_mandir},;
    s,^SBINDIR=.*$,SBINDIR=%{_sbindir},;
    ' MCONFIG

# remove stripping
perl -pi -e 's|install[ ]+-s|install|g' \
	./telnet/GNUmakefile \
	./telnetd/Makefile \
	./telnetlogin/Makefile \
	./telnet-NETKIT/Makefile

make

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_mandir}/man8

install -m0755 telnet/telnet  %{buildroot}%{_bindir}/telnet
install -m0644 telnet/telnet.1 %{buildroot}%{_mandir}/man1/telnet.1
install -m0755 telnetd/telnetd  %{buildroot}%{_sbindir}/telnetd
install -m0644 telnetd/telnetd.8 %{buildroot}%{_mandir}/man8/telnetd.8

%files
%doc ChangeLog README
%{_bindir}/telnet
%{_mandir}/man1/telnet.1*

%files server
%{_sbindir}/telnetd
%{_mandir}/man8/telnetd.8*


%changelog
* Wed Oct 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17-22
+ Revision: d1ccd1a
- Provide telnet for compatibility with external packages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23409 |14mu|net-snmp-5.7.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# not really needed anymore, but leaving for just incase legacy issues
#define _requires_exceptions devel(libperl
%define _disable_ld_no_undefined 1
%define Werror_cflags %{nil}

%define major	30
%define libname %mklibname netsnmp %{major}
%define libagent %mklibname netsnmpagent %{major}
%define libhelpers %mklibname netsnmphelpers %{major}
%define libmibs %mklibname netsnmpmibs %{major}
%define libtrapd %mklibname netsnmptrapd %{major}
%define libsnmp %mklibname snmp %{major}
%define devname %mklibname -d net-snmp

# (oe) never enable rpm support as it eats file descriptors like crazy 
# casuing the snmp daemon to die!.
%define build_rpm	0
%{?_without_rpm:	%global build_rpm 0}
%{?_with_rpm:		%global build_rpm 1}

Summary:	A collection of SNMP protocol tools and libraries
Name:		net-snmp
Version:	5.7.3
Release:	1
License:	BSDish
Group:		System/Servers
Url:		http://www.net-snmp.org/
Source0:	http://prdownloads.sourceforge.net/net-snmp/net-snmp-%{version}.tar.gz
Source1:	http://prdownloads.sourceforge.net/net-snmp/net-snmp-%{version}.tar.gz.asc
Source2:	snmpd.conf
Source3:	snmpd.logrotate
Source4:	snmpd.sysconfig
Source5:	snmpd.service
Source6:	snmptrapd.conf
Source7:	snmptrapd.logrotate
Source8:	snmptrapd.sysconfig
Source9:	snmptrapd.service
Source10:	net-snmp.tmpfiles
Source11:	ucd5820stat
Source12:	NOTIFICATION-TEST-MIB.txt
Source13:	TRAP-TEST-MIB.txt

# fedora patches
Patch1: net-snmp-5.7.2-pie.patch
Patch2: net-snmp-5.5-dir-fix.patch
Patch3: net-snmp-5.6-multilib.patch
Patch4: net-snmp-5.5-apsl-copying.patch
Patch5: net-snmp-5.6-test-debug.patch
Patch6: net-snmp-5.7.2-systemd.patch
Patch7: net-snmp-5.7.2-create-user-multilib.patch
Patch8: net-snmp-5.7.2-autoreconf.patch
Patch9: net-snmp-5.7-agentx-crash.patch
Patch10: net-snmp-5.5-agentx-disconnect-crash.patch
Patch11: net-snmp-5.7.2-cert-path.patch
Patch12: net-snmp-5.7.3-snmpstatus-null.patch

# upstream patches
Patch53: net-snmp-5.7.3-varbind-dos.patch

# other patches
Patch100: net-snmp-5.6.1-add-pythoninstall-destdir.patch
Patch101: net-snmp-5.7.2-linking.patch
Patch102: net-snmp-5.7.2-no-systemd.patch

BuildRequires:	chrpath
BuildRequires:	python-setuptools
BuildRequires:	lm_sensors-devel
BuildRequires:	mysql-devel
BuildRequires:	perl-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:  pkgconfig(python)
%if %{build_rpm}
BuildRequires:	pkgconfig(rpm)
%endif
Requires(pre,postun): rpm-helper
Requires:	net-snmp-mibs
Requires:	net-snmp-utils
Requires:	tcp_wrappers
Conflicts:	%{libname} < 5.7.2-5

%description
SNMP (Simple Network Management Protocol) is a protocol used for network
management. The NET-SNMP project includes various SNMP tools: an extensible
agent, an SNMP library, tools for requesting or setting information from SNMP
agents, tools for generating and handling SNMP traps, a version of the netstat
command which uses SNMP, and a Tk/Perl mib browser. This package contains the
snmpd and snmptrapd daemons, documentation, etc.

You will probably also want to install the net-snmp-utils package, which
contains NET-SNMP utilities.

%package -n	%{libname}
Summary:	Library for Network management (SNMP), from the NET-SNMP project
Group:		System/Libraries

%description -n	%{libname}
This package contains the %{name} library for use with NET-SNMP
project's network management tools.

%package -n	%{libagent}
Summary:	Library for Network management %{name}-agent
Group:		System/Libraries

%description -n	%{libagent}
This package contains the %{name}-agent library for use with NET-SNMP
project's network management tools.

%package -n	%{libhelpers}
Summary:	Library for Network management %{name}-helpers
Group:		System/Libraries

%description -n	%{libhelpers}
This package contains the %{name}-helpers library for use with NET-SNMP
project's network management tools.

%package -n	%{libmibs}
Summary:	Library for Network management %{name}-mibs
Group:		System/Libraries

%description -n	%{libmibs}
This package contains the %{name}-mibs library for use with NET-SNMP
project's network management tools.

%package -n	%{libtrapd}
Summary:	Library for Network management %{name}-trapd
Group:		System/Libraries

%description -n	%{libtrapd}
This package contains the %{name}-trapd library for use with NET-SNMP
project's network management tools.

%package -n	%{libsnmp}
Summary:	Library for Network management snmp
Group:		System/Libraries

%description -n	%{libsnmp}
This package contains the snmp library for use with NET-SNMP
project's network management tools.

%package -n	%{devname}
Summary:	The development environment for the NET-SNMP project
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libagent} = %{version}-%{release}
Requires:	%{libhelpers} = %{version}-%{release}
Requires:	%{libmibs} = %{version}-%{release}
Requires:	%{libtrapd} = %{version}-%{release}
Requires:	%{libsnmp} = %{version}-%{release}

%description -n	%{devname}
The %{devname} package contains the development libraries and header
files for use with the NET-SNMP project's network management tools.

Install the net-snmp-devel package if you would like to develop applications
for use with the NET-SNMP project's network management tools.

%package	utils
Summary:	Network management utilities using SNMP, from the NET-SNMP project
Group:		Networking/Other
Requires:	openssl
Requires:	net-snmp-mibs

%description	utils
The net-snmp package contains various utilities for use with the NET-SNMP
network management project.

Install this package if you need utilities for managing your network using the
SNMP protocol.

%package	tkmib
Summary:	MIB browser in TK
Group:		Networking/Other
Requires:	net-snmp-mibs
Requires:	perl(SNMP)

%description	tkmib
MIB browser in TK

%package	mibs
Summary:	MIBs for the NET-SNMP project
Group:		Networking/Other

%description	mibs
The net-snmp-mibs package contains various MIBs for use with the NET-SNMP
network management project.

%package	trapd
Summary:	The trap collecting daemon for %{name}
Group:		System/Servers
Requires(pre,postun): rpm-helper
Requires:	%{name} = %{version}
Requires:	openssl
Requires:	net-snmp-mibs
Requires:	net-snmp-utils
Requires:	tcp_wrappers

%description	trapd
The net-snmp-trapd package contains the trap collecting daemon for use with the
NET-SNMP network management project.

Install this package if you need to collect SNMP traps from your network using
the SNMP protocol.

%package -n	perl-NetSNMP
Summary:	Perl utilities using SNMP, from the NET-SNMP project
Group: 		Development/Perl
Requires:	%{name} = %{version}
Requires:	net-snmp-mibs
Requires:	net-snmp-utils

%description -n	perl-NetSNMP
NET SNMP (Simple Network Management Protocol) Perl5 Support The Simple Network
Management Protocol (SNMP) provides a framework for the exchange of management
information between agents (servers) and clients.  The NET SNMP perl5 support
files provide the perl functions for integration of SNMP into applications,
written in perl.

%package -n	python-netsnmp
Summary:	Python utilities using SNMP, from the NET-SNMP project
Group: 		Development/Python
Requires:	%{name} = %{version}
Requires:	net-snmp-mibs
Requires:	net-snmp-utils

%description -n	python-netsnmp
The 'netsnmp' module provides a full featured, tri-lingual SNMP (SNMPv3, 
SNMPv2c, SNMPv1) client API. The 'netsnmp' module internals rely on the
Net-SNMP toolkit library.

%prep
%setup -q
%apply_patches

# run tests in dir that is cleaned
install -d -m777 test_tmp_dir
HERE="%{_builddir}/%{name}-%{version}"
perl -pi -e "s|/tmp/snmp-test|$HERE/test_tmp_dir/snmp-test|g" testing/*

# Do this patch with a perl hack...
perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh

bzip2 ChangeLog

%build
%serverbuild

MIBS="host agentx smux \
	ucd-snmp/diskio tcp-mib udp-mib mibII/mta_sendmail \
	ip-mib/ipv4InterfaceTable ip-mib/ipv6InterfaceTable \
	ip-mib/ipAddressPrefixTable/ipAddressPrefixTable \
	ip-mib/ipDefaultRouterTable/ipDefaultRouterTable \
	ip-mib/ipv6ScopeZoneIndexTable ip-mib/ipIfStatsTable \
	sctp-mib rmon-mib etherlike-mib \
	ucd-snmp/lmsensorsMib"

%configure2_5x \
%if %{build_rpm}
	--with-rpm \
%else
	--without-rpm \
%endif
	--disable-static \
	--enable-shared \
	--sysconfdir=%{_sysconfdir} \
	--enable-ipv6 \
	--enable-ucd-snmp-compatibility \
	--enable-embedded-perl \
	--with-python-modules \
	--enable-as-needed \
	--with-pic \
	--with-cflags="$CFLAGS -D_REENTRANT" \
	--with-ldflags="$LDFLAGS -lcrypto -lsensors" \
	--with-logfile="/var/log/snmpd.log" \
	--with-persistent-directory="/var/lib/net-snmp" \
	--with-mib-modules="$MIBS" \
	--with-libwrap \
	--with-openssl \
	--with-perl-modules="INSTALLDIRS=vendor" \
	--with-mnttab="/etc/mtab" \
	--with-mysql \
	--with-default-snmp-version="3" \
	--with-sys-location="Unknown" \
	--with-systemd \
	--with-sys-contact="root@localhost" <<EOF

EOF

# XXX autojunk
sed -i -e "s,^#define HAVE_GETMNTENT,#define HAVE_GETMNTENT 1," \
	include/net-snmp/net-snmp-config.h

make

# more verbose tests
#perl -pi -e "s|\./RUNTESTS|\./RUNTESTS -V|g" testing/Makefile
# XXX - andreas - 15/aug/2006
# XXX - disabled because doesn't work on cluster
# and available bandwidth is TOO LOW for interactive debugging from
# 10.000km away
#make test

%install
%makeinstall_std \
    ucdincludedir=%{_includedir}/net-snmp/ucd-snmp

install -d %{buildroot}/var/lib/net-snmp
install -d %{buildroot}/var/agentx/master

install -d %{buildroot}%{_sysconfdir}/snmp
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_unitdir}

install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/snmp/snmpd.conf
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/snmpd
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/snmpd

install -m 644 %{SOURCE5} %{buildroot}%{_unitdir}/snmpd.service
install -m 644 dist/snmpd.socket %{buildroot}%{_unitdir}/snmpd.socket

install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/snmp/snmptrapd.conf
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/logrotate.d/snmptrapd
install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/sysconfig/snmptrapd
install -m 644 %{SOURCE9} %{buildroot}%{_unitdir}/snmptrapd.service
install -m 644 dist/snmptrapd.socket %{buildroot}%{_unitdir}/snmptrapd.socket

install -D -m 644 %{SOURCE10} %{buildroot}%{_prefix}/lib/tmpfiles.d/net-snmp.conf

install -m 0755 %{SOURCE11} %{buildroot}%{_bindir}/ucd5820stat

rm -f %{buildroot}%{_bindir}/snmpinform
rm -f %{buildroot}%{_bindir}/snmpcheck
ln -s snmptrap %{buildroot}%{_bindir}/snmpinform

# install some extra stuff...
install -m 644 mibs/NET-SNMP-MONITOR-MIB.txt %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/NET-SNMP-SYSTEM-MIB.txt %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/TUNNEL-MIB.txt %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/UCD-IPFILTER-MIB.txt %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/UCD-SNMP-MIB-OLD.txt %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/ianalist %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/rfclist %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/rfcmibs.diff %{buildroot}%{_datadir}/snmp/mibs/
install -m 755 mibs/mibfetch %{buildroot}%{_datadir}/snmp/mibs/
install -m 755 mibs/smistrip %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 mibs/Makefile.mib %{buildroot}%{_datadir}/snmp/mibs/
install -m 644 %{SOURCE12} %{buildroot}%{_datadir}/snmp/mibs/NOTIFICATION-TEST-MIB.txt
install -m 644 %{SOURCE13} %{buildroot}%{_datadir}/snmp/mibs/TRAP-TEST-MIB.txt

# fix one bug
perl -pi -e "s|%{buildroot}||g" %{buildroot}%{_libdir}/*.la

# nuke rpath
find %{buildroot}%{perl_vendorarch} -name "*.so" | xargs chrpath -d || :

%multiarch_binaries %{buildroot}%{_bindir}/net-snmp-config

%multiarch_includes %{buildroot}%{_includedir}/net-snmp/net-snmp-config.h

%multiarch_binaries %{buildroot}%{_bindir}/net-snmp-create-v3-user

%post
%_post_service snmpd

%preun
%_preun_service snmpd

%post trapd
%_post_service snmptrapd

%preun trapd
%_preun_service snmptrapd

%files
%doc AGENT.txt EXAMPLE.conf FAQ INSTALL NEWS TODO
%doc README README.agent* README.krb5 README.snmpv3 README.thread
%doc local/passtest local/README.mib2c local/ipf-mod.pl
%config(noreplace) %{_sysconfdir}/snmp/snmpd.conf
%config(noreplace) %{_sysconfdir}/sysconfig/snmpd
%config(noreplace) %{_sysconfdir}/logrotate.d/snmpd
%{_prefix}/lib/tmpfiles.d/net-snmp.conf
%{_unitdir}/snmpd.service
%{_unitdir}/snmpd.socket
%{_bindir}/ucd5820stat
%{_sbindir}/snmpd
%{_mandir}/man5/snmpd.conf.5*
%{_mandir}/man5/snmp_config.5*
%{_mandir}/man5/snmp.conf.5*
%{_mandir}/man5/variables.5*
%{_mandir}/man5/snmpd.examples.5*
%{_mandir}/man5/snmpd.internal.5*
%{_mandir}/man8/snmpd.8*

%files trapd
%doc dist/schema-snmptrapd.sql README.sql
%config(noreplace) %{_sysconfdir}/snmp/snmptrapd.conf
%config(noreplace) %{_sysconfdir}/sysconfig/snmptrapd
%config(noreplace) %{_sysconfdir}/logrotate.d/snmptrapd
%{_unitdir}/snmptrapd.service
%{_unitdir}/snmptrapd.socket
%{_sbindir}/snmptrapd
%{_mandir}/man5/snmptrapd.conf.5*
%{_mandir}/man8/snmptrapd.8*

%files utils
%{_bindir}/agentxtrap
%{_bindir}/encode_keychange
%{_bindir}/fixproc
%{_bindir}/ipf-mod.pl
%{_bindir}/mib2c
%{_bindir}/mib2c-update
%{_bindir}/net-snmp-cert
%{_bindir}/net-snmp-create-v3-user
%{multiarch_bindir}/net-snmp-create-v3-user
%{_bindir}/snmp-bridge-mib
%{_bindir}/snmpbulkget
%{_bindir}/snmpbulkwalk
%{_bindir}/snmpconf
%{_bindir}/snmpdelta
%{_bindir}/snmpdf
%{_bindir}/snmpget
%{_bindir}/snmpgetnext
%{_bindir}/snmpinform
%{_bindir}/snmpnetstat
%{_bindir}/snmpset
%{_bindir}/snmpstatus
%{_bindir}/snmptable
%{_bindir}/snmptest
%{_bindir}/snmptranslate
%{_bindir}/snmptrap
%{_bindir}/snmpusm
%{_bindir}/snmpvacm
%{_bindir}/snmpwalk
%{_bindir}/traptoemail
%{_datadir}/snmp/mib2c-data
%{_datadir}/snmp/snmpconf-data
%{_datadir}/snmp/snmp_perl.pl
%{_datadir}/snmp/snmp_perl_trapd.pl
%{_datadir}/snmp/*.conf
%{_mandir}/man1/agentxtrap.1*
%{_mandir}/man1/encode_keychange.1*
%{_mandir}/man1/fixproc.1*
%{_mandir}/man1/mib2c.1*
%{_mandir}/man1/mib2c-update.1*
%{_mandir}/man1/net-snmp-create-v3-user.1*
%{_mandir}/man1/snmp-bridge-mib.1*
%{_mandir}/man1/snmpbulkget.1*
%{_mandir}/man1/snmpbulkwalk.1*
%{_mandir}/man1/snmpcmd.1*
%{_mandir}/man1/snmpconf.1*
%{_mandir}/man1/snmpdelta.1*
%{_mandir}/man1/snmpdf.1*
%{_mandir}/man1/snmpget.1*
%{_mandir}/man1/snmpgetnext.1*
%{_mandir}/man1/snmpinform.1*
%{_mandir}/man1/snmpnetstat.1*
%{_mandir}/man1/snmpset.1*
%{_mandir}/man1/snmpstatus.1*
%{_mandir}/man1/snmptable.1*
%{_mandir}/man1/snmptest.1*
%{_mandir}/man1/snmptranslate.1*
%{_mandir}/man1/snmptrap.1*
%{_mandir}/man1/snmpusm.1*
%{_mandir}/man1/snmpvacm.1*
%{_mandir}/man1/snmpwalk.1*
%{_mandir}/man1/traptoemail.1*
%{_mandir}/man5/mib2c.conf.5*

%files mibs
%doc mibs/README.mibs
%{_datadir}/snmp/mibs

%files -n %{libname}
%{_libdir}/libnetsnmp.so.%{major}*

%files -n %{libagent}
%{_libdir}/libnetsnmpagent.so.%{major}*

%files -n %{libhelpers}
%{_libdir}/libnetsnmphelpers.so.%{major}*

%files -n %{libmibs}
%{_libdir}/libnetsnmpmibs.so.%{major}*

%files -n %{libtrapd}
%{_libdir}/libnetsnmptrapd.so.%{major}*

%files -n %{libsnmp}
%{_libdir}/libsnmp.so.%{major}*

%files -n %{devname}
%doc ChangeLog.bz2
%{multiarch_bindir}/net-snmp-config
%{multiarch_includedir}/net-snmp/net-snmp-config.h
%{_bindir}/net-snmp-config
%{_libdir}/*.so
%dir %{_includedir}/net-snmp
%{_includedir}/net-snmp/*.h
%dir %{_includedir}/net-snmp/agent
%{_includedir}/net-snmp/agent/*.h
%dir %{_includedir}/net-snmp/machine
%{_includedir}/net-snmp/machine/*.h
%dir %{_includedir}/net-snmp/library
%{_includedir}/net-snmp/library/*.h
%{_includedir}/net-snmp/library/README
%dir %{_includedir}/net-snmp/system
%{_includedir}/net-snmp/system/*.h
%dir %{_includedir}/net-snmp/ucd-snmp
%{_includedir}/net-snmp/ucd-snmp/*.h
%dir %{_includedir}/net-snmp/agent/util_funcs
%{_includedir}/net-snmp/agent/util_funcs/*.h
%dir /var/lib/net-snmp
%dir /var/agentx/master
%{_mandir}/man3/*
%exclude %{_mandir}/man3/NetSNMP*
%exclude %{_mandir}/man3/SNMP.3*
%{_mandir}/man1/net-snmp-config.1*

%files -n perl-NetSNMP
%{perl_vendorarch}/auto/NetSNMP
%{perl_vendorarch}/auto/SNMP
%{perl_vendorarch}/SNMP.pm
%{perl_vendorarch}/NetSNMP
%{perl_vendorarch}/Bundle/Makefile.subs.pl
%{_mandir}/man3/NetSNMP*
%{_mandir}/man3/SNMP.3*

%files -n python-netsnmp
%dir %{python_sitearch}/netsnmp
%{python_sitearch}/netsnmp/__init__.py
%{python_sitearch}/netsnmp/client.py
%{python_sitearch}/netsnmp/client_intf.so
%dir %{python_sitearch}/netsnmp/tests
%{python_sitearch}/netsnmp/tests/__init__.py
%{python_sitearch}/netsnmp/tests/test.py
%dir %{python_sitearch}/netsnmp_python*-py%{py_ver}.egg-info
%{python_sitearch}/netsnmp_python*-py%{py_ver}.egg-info/*

%files tkmib
%{_bindir}/tkmib
%{_mandir}/man1/tkmib.1*

%changelog

* Thu Apr 21 2016 Denis Silakov <dsilakov@gmail.com> 5.7.3-1
- (fbf408a) Updated to 5.7.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23410 |14mu|networkmanager-1.4.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname NetworkManager
%define ppp_version 2.4.7

%define api		1.0
%define major_glib	4
%define major_glib_vpn	1
%define major_util	2
%define major_libnm	0
%define libnm_glib	%mklibname nm-glib %{major_glib}
%define devnm_glib	%mklibname nm-glib -d
%define libnm_glib_vpn	%mklibname nm-glib-vpn %{major_glib_vpn}
%define devnm_glib_vpn	%mklibname nm-glib-vpn -d
%define libnm_util	%mklibname nm-util %{major_util}
%define devnm_util	%mklibname nm-util -d
%define libnm		%mklibname nm %{major_libnm}
%define girnm		%mklibname nm-gir %{api}
%define devnm		%mklibname nm -d

%define girclient	%mklibname nmclient-gir %{api}
%define girname		%mklibname %{name}-gir %{api}

%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	Network connection manager and user applications
Name:		networkmanager
Version:	1.4.4
Release:	7
License:	GPLv2+
Group:		System/Base
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/1.2/%{rname}-%{version}.tar.xz
Source4:	networkmanager-tmpfiles.conf
# Rosa specific patches
Patch0:		networkmanager-0.9.10.0-systemd-service.patch
Patch1:		networkmanager-1.2.2-dhcpcd-verbose-output.patch
Patch2:		networkmanager-1.2.2-link-ifcfg-rh-with-selinux.patch
Patch3:		networkmanager-1.2.2-ppp-default-mtu.patch
# Backported from upstream
# https://bugzilla.gnome.org/show_bug.cgi?id=768973
Patch4:		networkmanager-1.2.2-mtu-fix.patch
# Backported from upstream
Patch5:		networkmanager-1.4.4-sfmt.patch

BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	iptables
BuildRequires:	systemd >= 194-25
BuildRequires:	wpa_supplicant >= 1.1-3
BuildRequires:	libiw-devel
BuildRequires:	readline-devel
BuildRequires:	ppp-devel = %{ppp_version}
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libndp)
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(libsoup-2.4)
%if %{mdvver} >= 201610
BuildRequires:	pkgconfig(libsystemd)
%else
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libsystemd-journal)
BuildRequires:	pkgconfig(libsystemd-login)
%endif
BuildRequires:	pkgconfig(mm-glib)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(uuid)
%if %{with selinux}
BuildRequires:	pkgconfig(libsepol)
BuildRequires:	pkgconfig(libselinux)
%endif

# Just to make sure we have typelibs installed
Requires:	%{girclient} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Requires:	dhcp-client
Requires:	dnsmasq-base
Requires:	iproute2
Requires:	iptables
Requires:	mobile-broadband-provider-info
Requires:	modemmanager >= 1.0.0-4
Suggests:	nscd
Requires:	ppp = %(rpm -q --queryformat "%{VERSION}" ppp )
Requires:	systemd >= 194-25
Requires:	wireless-tools
Requires:	wpa_supplicant >= 1.1-3
Requires(post,preun):	rpm-helper
Requires(post,preun):	systemd
Requires(postun):	systemd
Provides:	NetworkManager = %{EVRD}
Conflicts:	%{_lib}nm_util1 < 0.7.996
Conflicts:	initscripts < 9.24-5

%description
NetworkManager attempts to keep an active network connection available at all
times. It is intended only for the desktop use-case, and is not intended for
usage on servers. The point of NetworkManager is to make networking
configuration and setup as painless and automatic as possible. If using DHCP,
NetworkManager is _intended_ to replace default routes, obtain IP addresses
from a DHCP server, and change nameservers whenever it sees fit.

%files -f %{rname}.lang
%doc AUTHORS CONTRIBUTING ChangeLog NEWS README TODO
%doc %{_datadir}/doc/NetworkManager/examples/server.conf
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.NetworkManager.conf
%{_sysconfdir}/dbus-1/system.d/nm-dispatcher.conf
%{_sysconfdir}/dbus-1/system.d/nm-ifcfg-rh.conf
%dir %{_sysconfdir}/%{rname}
%config(noreplace) %{_sysconfdir}/%{rname}/NetworkManager.conf
%config(noreplace) %{_sysconfdir}/netprofile/modules/01_networkmanager
%dir %{_sysconfdir}/%{rname}/conf.d
%{_sbindir}/%{rname}
%dir %{_sysconfdir}/%{rname}/dispatcher.d
%dir %{_sysconfdir}/%{rname}/system-connections
%dir %{_sysconfdir}/NetworkManager/VPN
%{_bindir}/nmcli
%{_bindir}/nm-online
%{_libexecdir}/nm-dhcp-helper
%{_libexecdir}/nm-dispatcher
%{_libexecdir}/nm-iface-helper
%{_mandir}/man1/*.1*
%{_mandir}/man5/*.5*
%{_mandir}/man7/*.7*
%{_mandir}/man8/*.8*
%dir %{_libdir}/NetworkManager
%{_libdir}/NetworkManager/*.so
%{_libdir}/pppd/*.*.*/nm-pppd-plugin.so
%ghost %attr(0755,root,root) %{_localstatedir}/run/%{rname}
%{_tmpfilesdir}/%{name}.conf
%dir %{_localstatedir}/lib/%{rname}
%ghost %{_localstatedir}/lib/%{rname}/*
%{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service
%{_datadir}/polkit-1/actions/org.freedesktop.NetworkManager.policy
%{_udevrulesdir}/*.rules
%{_systemunitdir}/NetworkManager-wait-online.service
%{_systemunitdir}/NetworkManager.service
%{_systemunitdir}/networkmanager.service
%{_systemunitdir}/NetworkManager-dispatcher.service
%{_unitdir}/dbus-org.freedesktop.nm-dispatcher.service
%{_systemunitdir}/network-online.target.wants/NetworkManager-wait-online.service
%{_datadir}/dbus-1/system-services/org.freedesktop.NetworkManager.service
%{_datadir}/bash-completion/completions/nmcli

#Update config files from previous
%triggerin -- %{name} < %{version}-%{release}
sed -e 's/ifcfg-mdv/ifcfg-rh/' -i /etc/NetworkManager/NetworkManager.conf

%post
%systemd_post NetworkManager.service
%systemd_post NetworkManager-dispatcher.service
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
#Use NM only by default
if grep -q 'USE_NM_ONLY=' /etc/sysconfig/network; then
	sed -e 's/USE_NM_ONLY=no/USE_NM_ONLY=yes/' -i /etc/sysconfig/network
else
	echo "USE_NM_ONLY=yes" >> /etc/sysconfig/network
fi

%preun
%systemd_preun NetworkManager.service
%systemd_preun NetworkManager-dispatcher.service
if [ $1 -eq 0 ] ; then \
	# Package removal, not upgrade \
	sed -e 's/USE_NM_ONLY=yes/USE_NM_ONLY=no/' -i /etc/sysconfig/network
fi

%postun
%systemd_postun

#----------------------------------------------------------------------------

%package -n %{libnm_util}
Summary:	Shared library for nm_util
Group:		System/Libraries

%description -n %{libnm_util}
Shared library for nm-util.

%files -n %{libnm_util}
%{_libdir}/libnm-util.so.%{major_util}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libnm_util} = %{EVRD}
Conflicts:	%{_lib}nm-util2 < 1.4.4-5

%description -n %{girname}
GObject Introspection interface description for Network Manager.

%files -n %{girname}
%{_libdir}/girepository-1.0/NetworkManager-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devnm_util}
Summary:	Development files for nm_util
Group:		Development/C
Requires:	%{libnm_util} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	NetworkManager-devel = %{EVRD}
Provides:	nm-util-devel = %{EVRD}
Provides:	libnm-util-devel = %{EVRD}

%description -n %{devnm_util}
Development files for nm-util.

%files -n %{devnm_util}
%dir %{_includedir}/%{rname}
%{_includedir}/%{rname}/*.h
%doc %{_datadir}/gtk-doc/html/%{rname}
%doc %{_datadir}/gtk-doc/html/libnm-util
%{_datadir}/gir-1.0/NetworkManager-%{api}.gir
%{_libdir}/pkgconfig/%{rname}.pc
%{_libdir}/pkgconfig/libnm-util.pc
%{_libdir}/libnm-util.so

#----------------------------------------------------------------------------

%package -n %{libnm_glib}
Summary:	Shared library for nm_glib
Group:		System/Libraries

%description -n %{libnm_glib}
This package contains the libraries that make it easier to use some
NetworkManager functionality from applications that use glib.

%files -n %{libnm_glib}
%{_libdir}/libnm-glib.so.%{major_glib}*

#----------------------------------------------------------------------------

%package -n %{girclient}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libnm_glib} = %{EVRD}
Conflicts:	%{_lib}nm-glib4 < 1.4.4-5

%description -n %{girclient}
GObject Introspection interface description for NM Client.

%files -n %{girclient}
%{_libdir}/girepository-1.0/NMClient-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devnm_glib}
Summary:	Development files for nm_glib
Group:		Development/C
Requires:	%{libnm_glib} = %{EVRD}
Requires:	%{girclient} = %{EVRD}
Provides:	nm-glib-devel = %{EVRD}
Provides:	libnm-glib-devel = %{EVRD}
Provides:	NetworkManager-glib-devel = %{EVRD}

%description -n %{devnm_glib}
Development files for nm-glib.

%files -n %{devnm_glib}
%dir %{_includedir}/libnm-glib
%exclude %{_includedir}/libnm-glib/nm-vpn*.h
%doc %{_datadir}/gtk-doc/html/libnm-glib
%{_includedir}/libnm-glib/*.h
%{_libdir}/pkgconfig/libnm-glib.pc
%{_libdir}/libnm-glib.so
%{_datadir}/gir-1.0/NMClient-%{api}.gir

#----------------------------------------------------------------------------

%package -n %{libnm_glib_vpn}
Summary:	Shared library for nm-glib-vpn
Group:		System/Libraries

%description -n %{libnm_glib_vpn}
This package contains the libraries that make it easier to use some
NetworkManager VPN functionality from applications that use glib.

%files -n %{libnm_glib_vpn}
%{_libdir}/libnm-glib-vpn.so.%{major_glib_vpn}*

#----------------------------------------------------------------------------

%package -n %{devnm_glib_vpn}
Summary:	Development files for nm-glib-vpn
Group:		Development/C
Requires:	%{libnm_glib_vpn} = %{EVRD}
Provides:	nm-glib-vpn-devel = %{EVRD}
Provides:	libnm-glib-vpn-devel = %{EVRD}

%description -n %{devnm_glib_vpn}
Development files for nm-glib-vpn.

%files -n %{devnm_glib_vpn}
%{_includedir}/libnm-glib/nm-vpn*.h
%{_libdir}/pkgconfig/libnm-glib-vpn.pc
%{_libdir}/libnm-glib-vpn.so

#----------------------------------------------------------------------------

%package -n %{libnm}
Summary:	Shared library for nm_util
Group:		System/Libraries

%description -n %{libnm}
Shared library for nm.

%files -n %{libnm}
%{_libdir}/libnm.so.%{major_libnm}*

#----------------------------------------------------------------------------

%package -n %{girnm}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libnm} = %{EVRD}

%description -n %{girnm}
GObject Introspection interface description for NM.

%files -n %{girnm}
%{_libdir}/girepository-1.0/NM-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{devnm}
Summary:	Development files for NM
Group:		Development/C
Requires:	%{libnm} = %{EVRD}
Requires:	%{girnm} = %{EVRD}
Provides:	nm-devel = %{EVRD}

%description -n %{devnm}
Development files for NM.

%files -n %{devnm}
%dir %{_includedir}/libnm
%{_includedir}/libnm/*.h
%doc %{_datadir}/gtk-doc/html/libnm
%{_datadir}/gir-1.0/NM-%{api}.gir
%{_libdir}/pkgconfig/libnm.pc
%{_libdir}/libnm.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{rname}-%{version}
%apply_patches

%build
%define _disable_ld_no_undefined 1
autoreconf -f
%configure2_5x \
	--disable-static \
	--disable-rpath \
	--with-crypto=nss \
	--enable-more-warnings=no \
	--with-docs=yes \
	--with-system-ca-path=%{_sysconfdir}/pki/tls/certs \
	--with-resolvconf=no \
	--with-session-tracking=systemd \
	--with-suspend-resume=systemd \
	--with-systemdsystemunitdir=%{_systemunitdir} \
	--with-tests=yes \
	--with-dhcpcd=/sbin/dhcpcd \
	--with-dhclient=/sbin/dhclient \
	--with-iptables=/sbin/iptables \
	--enable-bluez4 \
	--enable-polkit \
	--enable-polkit-agent \
	--enable-ppp \
	--enable-concheck \
	--with-wext=yes \
	--enable-modify-system \
	--with-modem-manager-1 \
	--with-vala=yes \
	--with-udev-dir=/lib/udev \
	--with-system-libndp=yes \
	--with-teamdctl \
%if %{with selinux}
	--with-selinux=yes \
%endif
	--enable-introspection=yes \
	--with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version} \
	--with-dist-version=%{version}-%{release}

%make

%install
%makeinstall_std

cat > %{buildroot}%{_sysconfdir}/NetworkManager/NetworkManager.conf << EOF
[main]
plugins=ifcfg-rh,keyfile

[device]
wifi.scan-rand-mac-address=no
EOF

# Create netprofile module 
install -d %{buildroot}%{_sysconfdir}/netprofile/modules/
cat > %{buildroot}%{_sysconfdir}/netprofile/modules/01_networkmanager << EOF
# netprofile module
#
# this module contains settings for saving/restore the NetworkManager configuration
# in different network profiles

NAME="networkmanager"
DESCRIPTION="Networkmanager connection settings"

# list of files to be saved by netprofile
FILES="/etc/NetworkManager/"

# list of services to be restarted by netprofile
SERVICES="networkmanager"
EOF
chmod  755 %{buildroot}%{_sysconfdir}/netprofile/modules/01_networkmanager

install -d %{buildroot}%{_sysconfdir}/NetworkManager/conf.d

# create a VPN directory
install -d %{buildroot}%{_sysconfdir}/%{rname}/VPN
install -m755 clients/.libs/nm-online -D %{buildroot}%{_bindir}/nm-online

# create keyfile plugin system-settings directory
install -d %{buildroot}%{_sysconfdir}/%{rname}/system-connections


# create a dnsmasq.d directory
install -d %{buildroot}%{_sysconfdir}/NetworkManager/dnsmasq.d
install -d %{buildroot}%{_datadir}/gnome-vpn-properties
install -d %{buildroot}%{_localstatedir}/lib/NetworkManager

# link service file to match alias
ln -sf %{_systemunitdir}/%{rname}.service %{buildroot}%{_systemunitdir}/%{name}.service
#rhbz#974811
ln -sr %{buildroot}%{_unitdir}/NetworkManager-dispatcher.service %{buildroot}%{_unitdir}/dbus-org.freedesktop.nm-dispatcher.service

# (bor) clean up on uninstall
install -d %{buildroot}%{_localstatedir}/lib/%{rname}
pushd %{buildroot}%{_localstatedir}/lib/%{rname} && {
	touch %{rname}.state
	touch timestamps
popd
}

#install tmpfiles conf
install -m644 -D %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%find_lang %{rname}


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23411 |14mu|networkmanager-applet-1.4.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname network-manager-applet
%define major 0
%define girmajor 1.0
%define libname %mklibname nm-gtk %{major}
%define girname %mklibname nm-gtk-gir %{girmajor}
%define devname %mklibname nm-gtk -d
%define libnma %mklibname nma %{major}
%define girnma %mklibname nma-gir %{girmajor}
%define devnma %mklibname nma -d

Summary:	Network connection manager applet for GNOME
Name:		networkmanager-applet
Version:	1.4.4
Release:	3
License:	GPLv2+
Group:		System/Configuration/Networking
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/network-manager-applet/1.2/%{rname}-%{version}.tar.xz
Source1:	50-nm_applet.pkla
Source2:    networkmanager-applet-desktop_ru-1.4.4-2.src.tar.gz
Source3:    networkmanager-applet_ru.tar.gz
Patch0:		network-manager-applet-1.2.2-desktop-gnome.patch
BuildRequires:	intltool
BuildRequires:	libiw-devel
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	pkgconfig(libnm) >= %{version}
BuildRequires:	pkgconfig(libnm-glib) >= %{version}
BuildRequires:	pkgconfig(libnm-glib-vpn) >= %{version}
BuildRequires:  pkgconfig(mm-glib)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libsecret-unstable)
BuildRequires:	pkgconfig(jansson)
BuildRequires:	pkgconfig(polkit-gobject-1) >= 0.92
Requires:	networkmanager >= %{version}
Requires:	gtk+3
Requires:	iso-codes
Requires:	typelib(NMGtk)

%description
Network-manager-applet is a system tray applet which lets you easily
connect to different networks. It is created for GNOME's notification area
but it also works for other desktop environments which provide a system
tray like KDE or XFCE. It displays the available networks and allows to
easily switch between them. For encrypted networks it will prompt the user
for the key/passphrase and it can optionally store them in the
gnome-keyring.

%files -f nm-applet.lang
%doc ChangeLog CONTRIBUTING
%{_sysconfdir}/xdg/autostart/nm-applet.desktop
%{_bindir}/nm-connection-editor
%{_bindir}/nm-applet
%{_datadir}/applications/nm-connection-editor.desktop
%{_datadir}/GConf/gsettings/nm-applet.convert
%{_datadir}/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml
%{_datadir}/appdata/nm-connection-editor.appdata.xml
%{_datadir}/applications/nm-applet.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_sysconfdir}/polkit-1/localauthority/50-local.d/50-nm_applet.pkla
%{_mandir}/man1/nm-applet.1*
%{_mandir}/man1/nm-connection-editor.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libnm-gtk.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection files for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Conflicts:	%{name} < 1.2.2

%description -n %{girname}
GObject Introspection files for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/NMGtk-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and header files from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Conflicts:	%{name} < 1.2.2

%description -n %{devname}
Development libraries and header files from %{name}.

%files -n %{devname}
%{_datadir}/gir-1.0/NMGtk-%{girmajor}.gir
%{_includedir}/libnm-gtk/*
%{_libdir}/libnm-gtk.so
%{_libdir}/pkgconfig/libnm-gtk.pc

#----------------------------------------------------------------------------

%package -n %{libnma}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libnma}
Shared library for %{name}.

%files -n %{libnma}
%{_libdir}/libnma.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girnma}
Summary:	GObject Introspection files for %{name}
Group:		System/Libraries
Requires:	%{libnma} = %{EVRD}

%description -n %{girnma}
GObject Introspection files for %{name}.

%files -n %{girnma}
%{_libdir}/girepository-1.0/NMA-%{girmajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devnma}
Summary:	Development libraries and header files from %{name}
Group:		Development/C
Requires:	%{libnma} = %{EVRD}
Requires:	%{girnma} = %{EVRD}

%description -n %{devnma}
Development libraries and header files from %{name}.

%files -n %{devnma}
%{_datadir}/gir-1.0/NMA-%{girmajor}.gir
%{_includedir}/libnma/*
%{_libdir}/libnma.so
%{_libdir}/pkgconfig/libnma.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{rname}-%{version}
%patch0 -p1 -R

tar -xvzf %{SOURCE2}

pushd po
tar -xvzf %{SOURCE3}
popd

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-more-warnings=no \
	--without-bluetooth \
	--with-gtkver=3

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/polkit-1/localauthority/50-local.d/
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/polkit-1/localauthority/50-local.d/

%find_lang nm-applet


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23412 |14mu|networkmanager-l2tp-1.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname network-manager-l2tp

Summary:	NetworkManager VPN plugin for l2tp
Name:		networkmanager-l2tp
Version:	1.2.4
Release:	2
License:	GPLv2+
Group:		System/Base
Url:		https://github.com/nm-l2tp/network-manager-l2tp/
Source0:	https://github.com/nm-l2tp/network-manager-l2tp/archive/%{version}.tar.gz?/%{oname}-%{version}.tar.gz
Source1:    NetworkManager-l2tp_ru.tar.gz
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	ppp-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnma)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnm-gtk)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libsecret-1)
Requires:	gnome-keyring
Requires:	networkmanager
Requires:	ppp-pppoe
Requires:	pptp-linux
Requires:	shared-mime-info
Requires:	xl2tpd
Provides:	NetworkManager-l2tp = %{EVRD}
Conflicts:	NetworkManager-l2tp < 1.2.4
Obsoletes:	NetworkManager-l2tp < 1.2.4

%description
This package contains software for integrating L2TP VPN support with
the NetworkManager and the GNOME desktop.

%files -f NetworkManager-l2tp.lang
%doc AUTHORS ChangeLog
%{_libdir}/NetworkManager/lib*.so*
%{_libexecdir}/nm-l2tp-auth-dialog
%{_sysconfdir}/dbus-1/system.d/nm-l2tp-service.conf
%{_sysconfdir}/NetworkManager/VPN/nm-l2tp-service.name
%{_libexecdir}/nm-l2tp-service
%{_libdir}/pppd/2.*/nm-l2tp-pppd-plugin.so
%{_datadir}/gnome-vpn-properties/l2tp
%{_datadir}/appdata/network-manager-l2tp.metainfo.xml
%{_prefix}/lib/NetworkManager/VPN/nm-l2tp-service.name

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

pushd po
tar -xvzf %{SOURCE1}
popd

%build
# Don't permorm excessive configure
sed -i autogen.sh -e 's/^\(\s*\)\(\.\/configure\)/\1true # \2/'
./autogen.sh
%configure2_5x \
	--disable-static \
	--disable-dependency-tracking \
	--enable-more-warnings=yes

%make

%install
%makeinstall_std

%find_lang NetworkManager-l2tp


%changelog

* Wed May 03 2017 Victor Ryzhikh <victorr2007@yandex.ru> 1.2.4-2
- (f020820) Updated Russian translations



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23413 |14mu|networkmanager-openconnect-1.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	NetworkManager VPN integration for openconnect
Name:		networkmanager-openconnect
Version:	1.2.4
Release:	3
License:	GPLv2+
Group:		System/Base
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/%{url_ver}/NetworkManager-openconnect-%{version}.tar.xz
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnm)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libsecret-unstable)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(openconnect)
Requires:	gtk+3
Requires:	dbus
Requires:	NetworkManager
Requires:	openconnect

%description
This package contains software for integrating the openconnect VPN software
with NetworkManager and the GNOME desktop.

%files -f NetworkManager-openconnect.lang
%doc AUTHORS ChangeLog COPYING
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/nm-openconnect-service.conf
%config(noreplace) %{_sysconfdir}/NetworkManager/VPN/nm-openconnect-service.name
%{_libdir}/NetworkManager/libnm-openconnect-properties.so
%{_libdir}/NetworkManager/libnm-vpn-plugin-openconnect.so
%{_libdir}/NetworkManager/libnm-vpn-plugin-openconnect-editor.so
%{_libdir}/nm-openconnect-auth-dialog
%{_libexecdir}/nm-openconnect-service
%{_libexecdir}/nm-openconnect-service-openconnect-helper
%{_datadir}/appdata/network-manager-openconnect.metainfo.xml
%{_datadir}/gnome-vpn-properties/openconnect
# nmlibdir as defined in NetworkManager package
%{_prefix}/lib/NetworkManager/VPN/nm-openconnect-service.name

%pre
%{_sbindir}/groupadd -r nm-openconnect &>/dev/null || :
%{_sbindir}/useradd  -r -s /sbin/nologin -d / -M \
                     -c 'NetworkManager user for OpenConnect' \
                     -g nm-openconnect nm-openconnect &>/dev/null || :

#----------------------------------------------------------------------------

%prep
%setup -qn NetworkManager-openconnect-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--with-gnome \
	--with-authdlg \
	--enable-more-warnings=no

%make

%install
%makeinstall_std

%find_lang NetworkManager-openconnect

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23414 |14mu|networkmanager-openswan-1.2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_ver 1.2
%define _disable_ld_no_undefined 1

Summary:	NetworkManager VPN integration for OpenSWAN
Name:		networkmanager-openswan
Version:	1.2.6
Release:	2
License:	GPLv2+
Group:		System/Base
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openswan/%{up_ver}/NetworkManager-libreswan-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(libnm)
BuildRequires:	pkgconfig(libnma)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnm-gtk)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(libsecret-unstable)
Requires:	GConf2
Requires:	gnome-keyring
Requires:	networkmanager
Suggests:	openswan
Requires:	shared-mime-info
Provides:	networkmanager-libreswan = %{EVRD}

%description
This package contains software for integrating the OpenSWAN IPSec VPN software
with NetworkManager and the GNOME desktop.

%files -f NetworkManager-libreswan.lang
%doc AUTHORS ChangeLog README
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/nm-libreswan-service.conf
%config(noreplace) %{_sysconfdir}/NetworkManager/VPN/nm-libreswan-service.name
%{_libdir}/NetworkManager/libnm-libreswan-properties.so
%{_libdir}/NetworkManager/libnm-vpn-plugin-libreswan-editor.so
%{_libdir}/NetworkManager/libnm-vpn-plugin-libreswan.so
%{_prefix}/lib/NetworkManager/VPN/nm-libreswan-service.name
%{_libexecdir}/nm-libreswan-service-helper
%{_libexecdir}/nm-libreswan-auth-dialog
%{_libexecdir}/nm-libreswan-service
%{_datadir}/appdata/network-manager-libreswan.metainfo.xml
%{_datadir}/gnome-vpn-properties/libreswan/nm-libreswan-dialog.ui

#----------------------------------------------------------------------------

%prep
%setup -qn NetworkManager-libreswan-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-dependency-tracking \
	--enable-more-warnings=no

%make

%install
%makeinstall_std

%find_lang NetworkManager-libreswan

%changelog

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.6-2
- (94139dc) MassBuild#1230: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23415 |14mu|networkmanager-openvpn-1.2.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_ver 1.2

Summary:	NetworkManager VPN integration for OpenVPN
Name:		networkmanager-openvpn
Epoch:		1
Version:	1.2.8
Release:	3
License:	GPLv2+
Group:		System/Base
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://download.gnome.org/sources/NetworkManager-openvpn/%{up_ver}/NetworkManager-openvpn-%{version}.tar.xz
Source1:    NetworkManager-openvpn_ru.tar.gz
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnm)
BuildRequires:	pkgconfig(libnma)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnm-gtk)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libsecret-unstable)
Requires:	gnome-keyring
Requires:	networkmanager
Requires:	openvpn
Requires:	shared-mime-info
Requires(pre,postun):	rpm-helper

%description
This package contains software for integrating the OpenVPN VPN software
with NetworkManager and the GNOME desktop.

%files -f NetworkManager-openvpn.lang
%doc AUTHORS ChangeLog README
%{_libdir}/NetworkManager/libnm-openvpn-properties.so
%{_libdir}/NetworkManager/libnm-vpn-plugin-openvpn-editor.so
%{_libdir}/NetworkManager/libnm-vpn-plugin-openvpn.so
%{_prefix}/lib/NetworkManager/VPN/nm-openvpn-service.name
%{_libexecdir}/nm-openvpn-auth-dialog
%{_libexecdir}/nm-openvpn-service
%{_libexecdir}/nm-openvpn-service-openvpn-helper
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/nm-openvpn-service.conf
%config(noreplace) %{_sysconfdir}/NetworkManager/VPN/nm-openvpn-service.name
%{_datadir}/appdata/network-manager-openvpn.metainfo.xml
%{_datadir}/gnome-vpn-properties/openvpn/nm-openvpn-dialog.ui

%pre
%_pre_useradd nm-openvpn / /sbin/nologin

%postun
%_postun_userdel nm-openvpn

#----------------------------------------------------------------------------

%prep
%setup -qn NetworkManager-openvpn-%{version}
%apply_patches

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%configure2_5x \
	--disable-static \
	--disable-dependency-tracking \
	--enable-more-warnings
%make

%install
%makeinstall_std

%find_lang NetworkManager-openvpn

%changelog

* Tue May 02 2017 Victor Ryzhikh <victorr2007@yandex.ru> 1:1.2.8-3
- (33ce10a) Updated Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23416 |14mu|networkmanager-pptp-1.2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_ver 1.2

Summary:	NetworkManager VPN integration for PPTP
Name:		networkmanager-pptp
Epoch:		1
Version:	1.2.4
Release:	3
License:	GPLv2+
Group:		System/Base
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/%{up_ver}/NetworkManager-pptp-%{version}.tar.xz
Source1:    NetworkManager-pptp_ru.tar.gz
BuildRequires:	intltool
BuildRequires:	libtool
BuildRequires:	ppp-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(libnm)
BuildRequires:	pkgconfig(libnma)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnm-gtk)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libsecret-unstable)
Requires:	gnome-keyring
Requires:	networkmanager
Requires:	ppp-dhcp
Requires:	ppp-pppoe
Requires:	pptp-linux
Requires:	shared-mime-info

%description
This package contains software for integrating the PPTP VPN with
NetworkManager and the GNOME desktop.

%files -f NetworkManager-pptp.lang
%doc AUTHORS ChangeLog README
%{_libdir}/NetworkManager/libnm-pptp-properties.so
%{_libdir}/NetworkManager/libnm-vpn-plugin-pptp-editor.so
%{_libdir}/NetworkManager/libnm-vpn-plugin-pptp.so
%{_libdir}/pppd/*/nm-pptp-pppd-plugin.so
%{_prefix}/lib/NetworkManager/VPN/nm-pptp-service.name
%{_libexecdir}/nm-pptp-auth-dialog
%{_libexecdir}/nm-pptp-service
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/nm-pptp-service.conf
%config(noreplace) %{_sysconfdir}/NetworkManager/VPN/nm-pptp-service.name
%{_datadir}/appdata/network-manager-pptp.metainfo.xml
%{_datadir}/gnome-vpn-properties/pptp/nm-pptp-dialog.ui

#----------------------------------------------------------------------------

%prep
%setup -qn NetworkManager-pptp-%{version}
%apply_patches

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%configure2_5x \
	--disable-static \
	--disable-dependency-tracking \
	--enable-more-warnings=yes

%make

%install
%makeinstall_std

%find_lang NetworkManager-pptp

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23417 |14mu|networkmanager-qt-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 Qt wrapper for NetworkManager API
Name:		networkmanager-qt
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
Url:		https://www.kde.org/
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(libnm)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(NetworkManager)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Test)

%description
KDE Frameworks 5 Qt wrapper for NetworkManager API.

#--------------------------------------------------------------------

%define kf5nmqt_major 6
%define libkf5nmqt %mklibname kf5nmqt %{kf5nmqt_major}

%package -n %{libkf5nmqt}
Summary:	KDE Frameworks 5 NetworkManager API Qt wrapper shared library
Group:		System/Libraries

%description -n %{libkf5nmqt}
KDE Frameworks 5 NetworkManager API Qt wrapper shared library.

%files -n %{libkf5nmqt}
%{_kde5_libdir}/libKF5NetworkManagerQt.so.%{kf5nmqt_major}
%{_kde5_libdir}/libKF5NetworkManagerQt.so.%{version}

#--------------------------------------------------------------------

%define devkf5nmqt %mklibname kf5nmqt -d

%package -n %{devkf5nmqt}
Summary:	Development files for KDE Frameworks 5 NetworkManager API Qt wrapper
Group:		Development/KDE and Qt
Requires:	%{libkf5nmqt} = %{EVRD}
Requires:	pkgconfig(libnm)
Requires:	pkgconfig(libnm-glib)
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5networkmanagerqt-devel = %{version}

%description -n %{devkf5nmqt}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5nmqt}
%{_kde5_includedir}/KF5/NetworkManagerQt
%{_kde5_includedir}/KF5/networkmanagerqt_version.h
%{_kde5_libdir}/cmake/KF5NetworkManagerQt
%{_kde5_libdir}/libKF5NetworkManagerQt.so
%{_kde5_mkspecsdir}/*.pri

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (acc8c37) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23418 |14mu|networkmanager-vpnc-1.2.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_ver 1.2

Summary:	NetworkManager VPN integration for vpnc
Name:		networkmanager-vpnc
Epoch:		1
Version:	1.2.4
Release:	2
License:	GPLv2+
Group:		System/Base
Url:		http://www.gnome.org/projects/NetworkManager/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-vpnc/%{up_ver}/NetworkManager-vpnc-%{version}.tar.xz
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnm)
BuildRequires:	pkgconfig(libnma)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-glib-vpn)
BuildRequires:	pkgconfig(libnm-gtk)
BuildRequires:	pkgconfig(libsecret-unstable)
Requires:	dbus
Requires:	gnome-keyring
Requires:	networkmanager
Requires:	shared-mime-info
Requires:	vpnc

%description
This package contains software for integrating the vpnc VPN software
with NetworkManager and the GNOME desktop

%files -f NetworkManager-vpnc.lang
%doc AUTHORS ChangeLog
%{_libexecdir}/nm-vpnc-auth-dialog
%{_libexecdir}/nm-vpnc-service
%{_libexecdir}/nm-vpnc-service-vpnc-helper
%{_libdir}/NetworkManager/libnm-vpnc-properties.so
%{_libdir}/NetworkManager/libnm-vpn-plugin-vpnc-editor.so
%{_libdir}/NetworkManager/libnm-vpn-plugin-vpnc.so
%{_prefix}/lib/NetworkManager/VPN/nm-vpnc-service.name
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/nm-vpnc-service.conf
%config(noreplace) %{_sysconfdir}/NetworkManager/VPN/nm-vpnc-service.name
%{_datadir}/appdata/network-manager-vpnc.metainfo.xml
%{_datadir}/gnome-vpn-properties/vpnc/nm-vpnc-dialog.ui

#----------------------------------------------------------------------------

%prep
%setup -qn NetworkManager-vpnc-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-more-warnings=yes \
	--with-tests=yes

%make

%install
%makeinstall_std

%find_lang NetworkManager-vpnc

%changelog

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.2.4-2
- (3346eec) MassBuild#1230: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23419 |14mu|newmoon-27.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with syshunspell

%define oname Pale-Moon
%define newmoon_appid \{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4\}

# (tpg) MOZILLA_FIVE_HOME
%define mozillalibdir %{_libdir}/%{name}-%{version}
%define pluginsdir %{_libdir}/mozilla/plugins

# this seems fragile, so require the exact version or later (#58754)
%define sqlite3_version %(pkg-config --modversion sqlite3 &>/dev/null && pkg-config --modversion sqlite3 2>/dev/null || echo 0)
%define nss_version %(pkg-config --modversion nss &>/dev/null && pkg-config --modversion nss 2>/dev/null || echo 0)
%define nspr_version %(pkg-config --modversion nspr &>/dev/null && pkg-config --modversion nspr 2>/dev/null |sed -e 's!\.0!!' || echo 0)

# We cannot use "Pale Moon" branding because of various restrictions, see:
# http://www.palemoon.org/branding.shtml

Summary:	Web browser based on Goanna engine
Name:		newmoon
Version:	27.9.4
Release:	1
License:	MPLv2.0
Group:		Networking/WWW
Url:		http://www.palemoon.org
Source0:	https://github.com/MoonchildProductions/Pale-Moon/archive/%{version}_Release.tar.gz?/%{oname}-%{version}_Release.tar.gz
Source2:	icons.tar.bz2
Source1:	xulstore.json
Source4:	%{name}.desktop
Source5:	firefox-searchengines-yandex.xml
Source6:	firefox-searchengines-google.xml
Source9:	kde.js
Patch1:		palemoon-27.4.0-lang.patch
Patch3:		palemoon-27.4.0-disable-check-default-browser.patch
Patch5:		firefox-3.5.3-default-mail-handler.patch
Patch6:		palemoon-27.4.0-enable-addons.patch
Patch7:		palemoon-27.4.0-user-agent-overrides.patch

# Patches for KDE integration of New Moon
Patch11:	palemoon-27.3.0-firefox-kde.patch
Patch12:	palemoon-27.4.0-mozilla-kde.patch
Patch13:	mozilla-kde-background.patch

BuildRequires:	autoconf2.1
BuildRequires:	doxygen
BuildRequires:	imagemagick
BuildRequires:	makedepend
BuildRequires:	python-simplejson
BuildRequires:	rootcerts
BuildRequires:	unzip
BuildRequires:	valgrind
BuildRequires:	wget
BuildRequires:	yasm
BuildRequires:	zip
BuildRequires:	libiw-devel
BuildRequires:	jpeg-devel
BuildRequires:	nss-static-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-app-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
%if %{with syshunspell}
BuildRequires:	pkgconfig(hunspell)
%endif
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(nspr)
# In fact, doesn't support system nss (as for 26.3.1)
BuildRequires:	pkgconfig(nss) >= 3.21
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)
Requires:	%{_lib}nspr4 >= 2:%{nspr_version}
Requires:	%{_lib}nss3 >= 2:%{nss_version}
Requires:	%{_lib}sqlite3_0 >= %{sqlite3_version}
Requires:	indexhtml
Requires:	xdg-utils
# fixes bug #42096
Requires:	mailcap
Suggests:	hunspell-en
Suggests:	%{_lib}canberra0
Suggests:	%{_lib}cups2
Provides:	palemoon = %{EVRD}
Provides:	webclient

%description
New Moon (unofficial branding for Pale Moon) is an Open Source, Goanna-based
web browser available for Microsoft Windows and Linux (with other operating
systems in development), focusing on efficiency and ease of use.

New Moon offers you a browsing experience in a browser completely built from
its own, independently developed source that has been forked off from
Firefox/Mozilla code, with carefully selected features and optimizations
to improve the browser's speed, resource use, stability and user experience,
while offering full customization and a growing collection of extensions and
themes to make the browser truly your own.

%files
%{_bindir}/%{name}
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/applications/*.desktop
%{_libdir}/%{name}-%{version}*
%dir %{_libdir}/mozilla
%dir %{_libdir}/mozilla/extensions
%dir %{pluginsdir}
%dir %{_libdir}/mozilla/extensions/%{newmoon_appid}
%dir %{_datadir}/mozilla/extensions/%{newmoon_appid}

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other

%description devel
Files and macros mainly for building New Moon extensions.

%files devel
%{_sys_macros_dir}/%{name}.macros

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}_Release
tar xf %{SOURCE2}

%patch1 -p1 -b .lang
%patch3 -p1 -b .disable-software-update
%patch5 -p1 -b .default-mail-handler
%patch6 -p1 -b .addons
%patch7 -p1 -b .ua

# KDE integration
%patch11 -p1 -b .kdepatch
%patch12 -p1 -b .kdemoz
%patch13 -p1 -b .kdebackground

pushd js/src
autoconf-2.13
popd
autoconf-2.13

%build
%global optflags %(echo %{optflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//' -e 's/-Wa,--compress-debug-sections//')
%setup_compile_flags

CFLAGS=$(echo %{optflags} | sed -e 's/-fexceptions//')
CFLAGS="$CFLAGS -fno-strict-aliasing"
CXXFLAGS="$CFLAGS -fpermissive"
RPM_OPT_FLAGS="$CFLAGS"
LDFLAGS="%{ldflags}"
export CFLAGS
export CXXFLAGS
export RPM_OPT_FLAGS
export LDFLAGS

export MOZCONFIG=`pwd`/mozconfig
cat << EOF > $MOZCONFIG
mk_add_options MOZILLA_OFFICIAL=0
mk_add_options BUILD_OFFICIAL=0
mk_add_options MOZ_MAKE_FLAGS="%{_smp_mflags}"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
mk_add_options AUTOCLOBBER=1
ac_add_options --host=%{_host}
ac_add_options --target=%{_target_platform}
ac_add_options --enable-optimize
ac_add_options --prefix="%{_prefix}"
ac_add_options --libdir="%{_libdir}"
ac_add_options --sysconfdir="%{_sysconfdir}"
ac_add_options --mandir="%{_mandir}"
ac_add_options --includedir="%{_includedir}"
ac_add_options --datadir="%{_datadir}"
ac_add_options --with-system-nspr
ac_add_options --without-system-nss
ac_add_options --with-system-zlib
ac_add_options --with-pthreads
ac_add_options --enable-webm
ac_add_options --disable-webrtc
ac_add_options --enable-ogg
ac_add_options --enable-jemalloc
ac_add_options --enable-gio
ac_add_options --disable-gnomevfs
ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --without-system-libvpx
ac_add_options --disable-official-branding
ac_add_options --enable-libproxy
ac_add_options --with-system-jpeg
ac_add_options --enable-system-cairo
ac_add_options --enable-system-pixman
ac_add_options --enable-canvas
ac_add_options --enable-svg
ac_add_options --enable-system-sqlite
ac_add_options --enable-extensions=default
ac_add_options --enable-startup-notification
ac_add_options --enable-libnotify
ac_add_options --enable-xinerama
ac_add_options --with-distribution-id=org.rosa
ac_add_options --disable-crashreporter
ac_add_options --enable-gstreamer
ac_add_options --with-valgrind
ac_add_options --disable-javaxpcom
ac_add_options --enable-opus
ac_add_options --enable-default-toolkit=cairo-gtk2

EOF

perl -p -i -e 's|\-0|\-9|g' config/make-jars.pl

export LDFLAGS="%{ldflags}"
make -f client.mk build

%install
make -C %{_builddir}/obj/browser/installer STRIP=/bin/true MOZ_PKG_FATAL_WARNINGS=0

# Copy files to buildroot
mkdir -p %{buildroot}%{mozillalibdir}
cp -rf %{_builddir}/obj/dist/palemoon/* %{buildroot}%{mozillalibdir}

mkdir -p  %{buildroot}%{_bindir}
ln -sf %{mozillalibdir}/palemoon %{buildroot}%{_bindir}/newmoon
mkdir -p %{buildroot}%{mozillalibdir}/browser/defaults/preferences/
install -m 644 %{SOURCE9} %{buildroot}%{mozillalibdir}/browser/defaults/preferences/kde.js

# Create and own %%_libdir/mozilla/plugins & newmoon extensions directories
mkdir -p %{buildroot}%{pluginsdir}
mkdir -p %{buildroot}%{_libdir}/mozilla/extensions/%{newmoon_appid}
mkdir -p %{buildroot}%{_datadir}/mozilla/extensions/%{newmoon_appid}

# (tpg) desktop entry
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/applications/%{name}.desktop

# (tpg) icons
cp %{buildroot}%{mozillalibdir}/browser/chrome/icons/default/default16.png %{buildroot}/%{mozillalibdir}/browser/icons/
for i in 16 22 24 32 48 128; do
# (cg) Not all icon sizes are installed with make install, so just redo it here.
	convert browser/branding/unofficial/mozicon128.png -scale ${i}x${i} %{buildroot}%{mozillalibdir}/browser/chrome/icons/default/default${i}.png
	mkdir -p %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps
	ln -sf %{mozillalibdir}/browser/chrome/icons/default/default$i.png %{buildroot}%{_iconsdir}/hicolor/"$i"x"$i"/apps/%{name}.png ;
done

# exclusions
rm -f %{buildroot}%{mozillalibdir}/README.txt
rm -f %{buildroot}%{mozillalibdir}/removed-files
rm -f %{buildroot}%{mozillalibdir}/precomplete

install -D -m644 browser/app/profile/prefs.js %{buildroot}%{mozillalibdir}/browser/defaults/profile/prefs.js
cat << EOF >> %{buildroot}%{mozillalibdir}/browser/defaults/profile/prefs.js
user_pref("browser.EULA.override", true);
user_pref("browser.shell.checkDefaultBrowser", false);
user_pref("browser.ctrlTab.previews", true);
user_pref("browser.tabs.insertRelatedAfterCurrent", false);
user_pref("browser.tabs.onTop", true);
user_pref("browser.startup.homepage", "file:///usr/share/doc/HTML/index.html");
user_pref("browser.startup.page", 1);
user_pref("browser.newtab.url", "about:newtab");
user_pref("browser.search.openintab", true);
user_pref("browser.backspace_action", 2);
user_pref("browser.display.use_system_colors", true);
user_pref("browser.download.folderList", 1);
user_pref("browser.link.open_external", 3);
user_pref("app.update.auto", false);
user_pref("app.update.enabled", false);
user_pref("app.update.autoInstallEnabled", false);
user_pref("dom.ipc.plugins.enabled.nswrapper*", false);
user_pref("extensions.autoDisableScopes", 0);
user_pref("extensions.shownSelectionUI", true);
user_pref("network.manage-offline-status", true);
EOF

install -m644 %{SOURCE1} %{buildroot}%{mozillalibdir}/browser/defaults/profile/xulstore.json

# display icon for New Moon button
mkdir -p %{buildroot}%{mozillalibdir}/browser/defaults/profile/chrome
cat << EOF > %{buildroot}%{mozillalibdir}/browser/defaults/profile/chrome/userChrome.css
#appmenu-toolbar-button {
	list-style-image: url("chrome://branding/content/icon16.png");
}
EOF

# use the system myspell dictionaries
rm -fr %{buildroot}%{mozillalibdir}/dictionaries
ln -s %{_datadir}/dict/mozilla/ %{buildroot}%{mozillalibdir}/dictionaries

# (lm) touch and %%ghost bookmarks.html to a proper uninstall
touch %{buildroot}%{mozillalibdir}/browser/defaults/profile/bookmarks.html

# search engines
rm -f %{buildroot}%{mozillalibdir}/browser/searchplugins/*
cp -f %{SOURCE5} %{buildroot}%{mozillalibdir}/browser/searchplugins/yandex.xml
cp -f %{SOURCE6} %{buildroot}%{mozillalibdir}/browser/searchplugins/google.xml
cp -f browser/locales/en-US/searchplugins/bing.xml %{buildroot}%{mozillalibdir}/browser/searchplugins/bing.xml
cp -f browser/locales/en-US/searchplugins/duckduckgo-palemoon.xml %{buildroot}%{mozillalibdir}/browser/searchplugins/duckduckgo-palemoon.xml
cp -f browser/locales/en-US/searchplugins/wikipedia.xml %{buildroot}%{mozillalibdir}/browser/searchplugins/wikipedia.xml
cp -f browser/locales/en-US/searchplugins/yahoo.xml %{buildroot}%{mozillalibdir}/browser/searchplugins/yahoo.xml

mkdir -p %{buildroot}%{_sys_macros_dir}
cat <<FIN >%{buildroot}%{_sys_macros_dir}/%{name}.macros
# Macros from %{name} package
%%newmoon_major              %{version}
%%newmoon_version            %{version}
%%newmoon_mozillapath        %{mozillalibdir}
%%newmoon_pluginsdir         %{pluginsdir}
%%newmoon_appid              \{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4\}
%%newmoon_extdir             %%(if [ "%%_target_cpu" = "noarch" ]; then echo %%{_datadir}/mozilla/extensions/%%{newmoon_appid}; else echo %%{_libdir}/mozilla/extensions/%%{newmoon_appid}; fi)
FIN

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23420 |14mu|newmoon-l10n-27.9.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname newmoon
%define oversion 27

%define xpidir http://relmirror.palemoon.org/langpacks/%{oversion}.x/

# Supported l10n language lists
%define langlist cs de el en_GB es_AR es_ES es_MX fr hu it ko nl pl pt_BR pt_PT ru sv_SE tr zh_CN

# Disabled myspell dicts, for any reason
%define disabled_dict_langlist ar da fi gl_ES hr is kn ro sk sl sr vi zh_TW

# Language descriptions
%define language_ar ar
%define langname_ar Arabic
%define langname_bg bg
%define langname_bg Bulgarian
%define language_cs cs
%define langname_cs Czech
%define language_da da
%define langname_da Dansk
%define language_de de
%define langname_de German
%define language_el el
%define langname_el Greek
%define language_en_GB en-GB
%define langname_en_GB British English
%define language_es_AR es-AR
%define langname_es_AR Spanish (Argentina)
%define language_es_ES es-ES
%define langname_es_ES Spanish
%define language_es_MX es-MX
%define langname_es_MX Spanish (Mexico)
%define language_fi fi
%define langname_fi Finnish
%define language_fr fr
%define langname_fr French
%define language_gl_ES gl-ES
%define langname_gl_ES Galician (Spain)
%define language_hr hr
%define langname_hr Croatian
%define language_hu hu
%define langname_hu Hungarian
%define language_is is
%define langname_is Icelandic
%define language_it it
%define langname_it Italian
%define language_ja ja
%define langname_ja Japanese
%define language_kn kn
%define langname_kn Kannada
%define language_ko ko
%define langname_ko Korean
%define language_nl nl
%define langname_nl Dutch
%define language_pl pl
%define langname_pl Polish
%define language_pt_BR pt-BR
%define langname_pt_BR Brazilian portuguese
%define language_pt_PT pt-PT
%define langname_pt_PT Portuguese
%define language_ro ro
%define langname_ro Romanian
%define language_ru ru
%define langname_ru Russian
%define language_sk sk
%define langname_sk Slovak
%define language_sl sl
%define langname_sl Slovenian
%define language_sr sr
%define langname_sr Serbian
%define language_sv_SE sv-SE
%define langname_sv_SE Swedish
%define language_tr tr
%define langname_tr Turkish
%define language_vi vi
%define langname_vi Vietnamese
%define language_zh_CN zh-CN
%define langname_zh_CN Simplified Chinese
%define language_zh_TW zh-TW
%define langname_zh_TW Traditional Chinese

# --- Danger line ---

# Defaults (all languages enabled by default)
# dicts
%{expand:%(for lang in %langlist; do echo "%%define with_dict_$lang 0"; done)}
%{expand:%(for lang in %disabled_dict_langlist; do echo "%%define with_dict_$lang 0"; done)}

# Locales
%{expand:%(for lang in %langlist; do echo "%%define locale_$lang `echo $lang | cut -d _ -f 1` "; done)}

Summary:	Localizations for New Moon (virtual package)
Name:		%{oname}-l10n
Version:	27.9.4
Release:	1
License:	MPLv2.0
Group:		Networking/WWW
Url:		http://www.palemoon.org/langpacks.shtml
# l10n sources
Source0:	%{name}-%{oversion}.tar.bz2
# Language package template
Source1:	%{name}-template.in
Source10:	newmoon-brand.dtd
Source11:	newmoon-brand.properties
Source500:	%{name}.rpmlintrc
BuildRequires:	%{oname}-devel
BuildRequires:	zip
BuildArch:	noarch

%description
Localizations for New Moon web browser.

# Expand all languages packages.
%{expand:%(\
	for lang in %langlist; do\
		echo "%%{expand:%%(sed "s!__LANG__!$lang!g" %{_sourcedir}/%{name}-template.in 2> /dev/null)}";\
	done\
	)
}

%prep
%setup -qn %{name}-%{oversion}

%build

%install
# Convert rpm macros to bash variables
%{expand:%(for lang in %langlist; do echo "language_$lang=%%{language_$lang}"; done)}

mkdir -p %{buildroot}%{newmoon_extdir}/

# Install all languages
for lang in %{langlist}; do
	language="language_$lang"
	language=${!language}
	# l10n
	mkdir ${language}
	mv ${language}.xpi ${language}/
	pushd ${language}
	unzip -q ${language}.xpi
	rm ${language}.xpi
	install -m 644 %{SOURCE10} browser/chrome/${language}/locale/branding/brand.dtd
	install -m 644 %{SOURCE11} browser/chrome/${language}/locale/branding/brand.properties
	zip -q -r ${language}.xpi *
	mv ${language}.xpi ../
	popd
	rm -rf ${language}
	install -m 644 ${language}.xpi %{buildroot}%{newmoon_extdir}/langpack-${language}@palemoon.org.xpi
done

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23421 |14mu|nfs-utils-2.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname nfsidmap %{major}
%define devname %mklibname nfsidmap -d

Summary:	The utilities for Linux NFS server
Name:		nfs-utils
Epoch:		1
Version:	2.2.1
Release:	3
License:	GPLv2+
Group:		Networking/Other
Url:		http://sourceforge.net/projects/nfs/
Source0:	http://prdownloads.sourceforge.net/nfs/%{name}-%{version}.tar.xz
Source3:	nfs-utils_env.sh
Source4:	lockd.conf
Source5: 	24-nfs-server.conf
Source9:	id_resolver.conf
Source10:	nfs.sysconfig
Patch100:	nfs-utils-1.2.1-statdpath-man.patch
Patch101:	nfs-utils-1.2.1-exp-subtree-warn-off.patch
Patch103:	nfs-utils-1.2.5-idmap-errmsg.patch
Patch104:	nfs-utils-2.1.1-nfs-config.patch
#Patch105:	nfs-utils-2.2.1-mountstats-term.patch
Patch106:	nfs-utils-2.2.2-rc2.patch
Patch107:	nfs-utils-2.3.1-systemd-gssproxy-restart.patch
BuildRequires:	keyutils-devel
BuildRequires:	libcap-devel
BuildRequires:	openldap-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(devmapper)
BuildRequires:	pkgconfig(krb5)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(librpcsecgss) >= 0.12
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(mount)
Requires:	gssproxy >= 0.7.0
Requires:	rpcbind
Requires:	tcp_wrappers
Requires(pre,post,preun,postun):	rpm-helper

%description
This package provides various programs needed for NFS support on server.

%files
%{_docdir}/%{name}
%dir %{_localstatedir}/lib/nfs
%dir %{_localstatedir}/lib/nfs/v4recovery
%dir %{_localstatedir}/lib/nfs/rpc_pipefs
%dir %{_sysconfdir}/exports.d
%dir %attr(700,rpcuser,rpcuser) %{_localstatedir}/lib/nfs/statd
%dir %attr(700,rpcuser,rpcuser) %{_localstatedir}/lib/nfs/statd/sm
%dir %attr(700,rpcuser,rpcuser) %{_localstatedir}/lib/nfs/statd/sm.bak
%ghost %attr(644,rpcuser,rpcuser) %{_localstatedir}/lib/nfs/statd/state
%config(noreplace) %{_localstatedir}/lib/nfs/etab
%config(noreplace) %{_localstatedir}/lib/nfs/rmtab
%config(noreplace) %{_sysconfdir}/request-key.d/id_resolver.conf
%config(noreplace) %{_sysconfdir}/modprobe.d/lockd.conf
%config(noreplace) %{_sysconfdir}/exports
%config(noreplace) %{_sysconfdir}/sysconfig/nfs
%config(noreplace) %{_sysconfdir}/nfsmount.conf
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/24-nfs-server.conf
%attr(755,root,root) /usr/libexec/nfs-utils/nfs-utils_env.sh
%{_unitdir}/auth-rpcgss-module.service
%{_unitdir}/nfs-blkmap.service
%{_unitdir}/nfs-config.service
%{_unitdir}/nfs-idmap.service
%{_unitdir}/nfs-idmapd.service
%{_unitdir}/nfs-lock.service
%{_unitdir}/nfs-mountd.service
%{_unitdir}/nfs-secure.service
%{_unitdir}/nfs-server.service
%{_unitdir}/nfs-utils.service
%{_unitdir}/nfs.service
%{_unitdir}/rpc-gssd.service
%{_unitdir}/rpc-statd-notify.service
%{_unitdir}/rpc-statd.service
%{_unitdir}/nfs-client.target
%{_unitdir}/rpc_pipefs.target
%{_unitdir}/proc-fs-nfsd.mount
%{_unitdir}/var-lib-nfs-rpc_pipefs.mount
/sbin/nfsddebug
/sbin/mount.nfs
/sbin/mount.nfs4
/sbin/umount.nfs
/sbin/umount.nfs4
/sbin/rpcdebug
/sbin/nfsdebug
/sbin/osd_login
/sbin/nfsdcltrack

/lib/systemd/system-generators/nfs-server-generator
/lib/systemd/system-generators/rpc-pipefs-generator
%{_sbindir}/exportfs
%{_sbindir}/rpc.mountd
%{_sbindir}/rpc.statd
%{_sbindir}/rpc.nfsd
%{_sbindir}/sm-notify
%{_sbindir}/start-statd
%{_sbindir}/showmount
%{_sbindir}/mountstats
%{_sbindir}/nfsiostat
%{_sbindir}/nfsidmap
%{_sbindir}/blkmapd
%{_sbindir}/nfsstat
%{_sbindir}/rpc.idmapd
%{_sbindir}/rpc.gssd
%{_mandir}/man5/exports.5*
%{_mandir}/man5/nfs.5*
%{_mandir}/man5/nfsmount.conf.5*
%{_mandir}/man5/nfs.conf.5*
%{_mandir}/man7/nfsd.7*
%{_mandir}/man7/nfs.systemd.7*
%{_mandir}/man8/exportfs.8*
%{_mandir}/man8/mountd.8*
%{_mandir}/man8/nfsd.8*
%{_mandir}/man8/rpc.mountd.8*
%{_mandir}/man8/rpc.nfsd.8*
%{_mandir}/man8/mount.nfs.8*
%{_mandir}/man8/rpc.sm-notify.8*
%{_mandir}/man8/sm-notify.8*
%{_mandir}/man8/umount.nfs.8*
%{_mandir}/man8/rpc.statd.8*
%{_mandir}/man8/statd.8*
%{_mandir}/man8/showmount.8*
%{_mandir}/man8/nfsstat.8*
%{_mandir}/man8/rpcdebug.8*
%{_mandir}/man8/mountstats.8*
%{_mandir}/man8/nfsiostat.8*
%{_mandir}/man8/nfsidmap.8*
%{_mandir}/man8/blkmapd.8*
%{_mandir}/man8/rpc.gssd.8*
%{_mandir}/man8/rpc.idmapd.8*
%{_mandir}/man8/gssd.8*
%{_mandir}/man8/idmapd.8*
%{_mandir}/man8/nfsdcltrack.8*

%pre
%_pre_useradd rpcuser %{_localstatedir}/lib/nfs /bin/false

%postun
%_postun_userdel rpcuser

#----------------------------------------------------------------------------

%package -n libnfsidmap
Summary:	NFSv4 User and Group ID Mapping library files
License:	BSD
Group:		Networking/Other
Requires:	openldap
Conflicts:	%{_lib}nfsidmap0 < 1:2.2.1
Conflicts:	nfs-utils < 1:2.2.1

%description -n libnfsidmap
Support files for the library that handles mapping between names
and ids for NFSv4.

%files -n libnfsidmap
%doc support/nfsidmap/AUTHORS support/nfsidmap/README support/nfsidmap/COPYING
%config(noreplace) %{_sysconfdir}/idmapd.conf
%{_libdir}/libnfsidmap/*.so
%{_mandir}/man3/nfs4_uid_to_name.3*
%{_mandir}/man5/idmapd.conf.5*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	NFSv4 User and Group ID Mapping shared library
License:	BSD
Group:		System/Libraries
Requires:	libnfsidmap

%description -n %{libname}
Library that handles mapping between names and ids for NFSv4.

%files -n %{libname}
%{_libdir}/libnfsidmap.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the libnfsidmap library
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Conflicts:	%{_lib}nfsidmap0-devel < 1:2.2.1
Obsoletes:	%{_lib}nfsidmap0-devel < 1:2.2.1

%description -n %{devname}
This package includes header files and libraries necessary for
developing programs which use the libnfsidmap library.

%files -n %{devname}
%{_libdir}/pkgconfig/libnfsidmap.pc
%{_includedir}/nfsidmap.h
%{_libdir}/libnfsidmap.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%serverbuild
%configure2_5x \
	LDFLAGS="-pie" \
	--with-statdpath=%{_localstatedir}/lib/nfs/statd \
	--with-statduser=rpcuser \
	--enable-nfsv4 \
	--enable-ipv6 \
	--enable-gss \
	--enable-tirpc \
	--with-krb5=%{_prefix} \
	--enable-mountconfig \
	--enable-libmount-mount \
	--with-pluginpath=%{_libdir}/libnfsidmap \
	--with-systemd \
	--disable-static

make all CFLAGS="%{optflags} -DDEBUG -D_FILE_OFFSET_BITS=64"

%install
install -d %{buildroot}{/sbin,/usr/sbin}
install -d %{buildroot}%{_mandir}/{man5,man8}


%make \
	DESTDIR=%{buildroot} \
	MANDIR=%{buildroot}%{_mandir} \
	SBINDIR=%{buildroot}%{_prefix}/sbin \
	install

install -m 755 tools/rpcdebug/rpcdebug %{buildroot}/sbin/
ln -snf rpcdebug %{buildroot}/sbin/nfsdebug
ln -snf rpcdebug %{buildroot}/sbin/nfsddebug

install -d %{buildroot}%{_sysconfdir}
install -m 644 utils/mount/nfsmount.conf %{buildroot}%{_sysconfdir}

install -d %{buildroot}/usr/libexec/nfs-utils
install -m 755 %{SOURCE3} %{buildroot}/usr/libexec/nfs-utils/nfs-utils_env.sh

install -d %{buildroot}%{_sysconfdir}/request-key.d
install -m 644 %{SOURCE9} %{buildroot}%{_sysconfdir}/request-key.d

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/sysconfig/nfs

install -d %{buildroot}%{_unitdir}

install -d %{buildroot}%{_localstatedir}/lib/nfs/rpc_pipefs


install -d %{buildroot}%{_localstatedir}/lib/nfs/statd/sm
install -d %{buildroot}%{_localstatedir}/lib/nfs/statd/sm.bak
install -d %{buildroot}%{_localstatedir}/lib/nfs/v4recovery
install -d %{buildroot}%{_sysconfdir}/exports.d
install -d %{buildroot}%{_sysconfdir}/modprobe.d
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/modprobe.d/lockd.conf
install -d %{buildroot}%{_sysconfdir}/gssproxy
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/gssproxy/24-nfs-server.conf
install -m 644 ./support/nfsidmap/idmapd.conf %{buildroot}%{_sysconfdir}

mv %{buildroot}/usr/lib/systemd/* %{buildroot}/lib/systemd/

#
# For backwards compatablity.
#
cd %{buildroot}%{_unitdir}
ln -s nfs-server.service nfs.service
ln -s rpc-gssd.service nfs-secure.service
ln -s nfs-idmapd.service  nfs-idmap.service
ln -s rpc-statd.service nfs-lock.service

# nuke dupes
rm -f %{buildroot}%{_sbindir}/rpcdebug

cat >%{buildroot}%{_sysconfdir}/exports <<EOF
# /etc/exports: the access control list for filesystems which may be exported
#               to NFS clients.  See exports(5).
EOF

# manage documentation manually
install -d -m 755 %{buildroot}%{_docdir}/%{name}

# fix perms
chmod 0755 %{buildroot}/sbin/mount.nfs


%changelog

* Tue Jan 30 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.2.1-3
- (5ceaf9c) Use libcap-devel instead of pkgconfig(libcap) in BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23422 |14mu|nginx-1.10.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define nginx_user nginx
%define nginx_group %{nginx_user}
%define nginx_home /var/lib/nginx
%define nginx_home_tmp %{nginx_home}/tmp
%define nginx_logdir /var/log/nginx
%define nginx_confdir %{_sysconfdir}/nginx
%define nginx_datadir %{_datadir}/nginx
%define nginx_webroot %{nginx_datadir}/html

%define rtmp_version 1.1.10

Summary:	Robust, small and high performance HTTP and reverse proxy server
Name:		nginx
Version:	1.10.3
Release:	1
# BSD License (two clause)
# http://www.freebsd.org/copyright/freebsd-license.html
License:	BSD
Group:		System/Servers
Url:		http://nginx.net/
Source0:	http://nginx.org/download/nginx-%{version}.tar.gz
Source1:	http://nginx.org/download/nginx-%{version}.tar.gz.asc
Source2:	nginx.service
Source3:	nginx.logrotate
Source4:	virtual.conf
Source5:	ssl.conf
# https://github.com/arut/nginx-rtmp-module/archive/v%{rtmp_version}.tar.gz
Source10:	nginx-rtmp-module-%{rtmp_version}.tar.gz
Source100:	index.html
Source102:	nginx-logo.png
Source103:	50x.html
Source104:	404.html
BuildRequires:	systemd-units
BuildRequires:	gd-devel
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::Embed)
BuildRequires:	pkgconfig(geoip)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires(pre,postun):	rpm-helper
Requires:	pcre
Requires:	geoip
Requires:	openssl
Provides:	webserver

%description
Nginx [engine x] is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3
proxy server written by Igor Sysoev.

%files
%doc LICENSE CHANGES README
%{nginx_datadir}/
%{_sbindir}/%{name}
%{_mandir}/man3/%{name}.3pm*
%{_mandir}/man8/*
%{_unitdir}/nginx.service
%dir %{nginx_confdir}
%dir %{nginx_confdir}/conf.d
%config(noreplace) %{nginx_confdir}/conf.d/*.conf
%config(noreplace) %{nginx_confdir}/win-utf
%config(noreplace) %{nginx_confdir}/%{name}.conf.default
%config(noreplace) %{nginx_confdir}/scgi_params
%config(noreplace) %{nginx_confdir}/scgi_params.default
%config(noreplace) %{nginx_confdir}/fastcgi.conf
%config(noreplace) %{nginx_confdir}/fastcgi.conf.default
%config(noreplace) %{nginx_confdir}/mime.types.default
%config(noreplace) %{nginx_confdir}/fastcgi_params
%config(noreplace) %{nginx_confdir}/fastcgi_params.default
%config(noreplace) %{nginx_confdir}/koi-win
%config(noreplace) %{nginx_confdir}/koi-utf
%config(noreplace) %{nginx_confdir}/%{name}.conf
%config(noreplace) %{nginx_confdir}/mime.types
%config(noreplace) %{nginx_confdir}/uwsgi_params
%config(noreplace) %{nginx_confdir}/uwsgi_params.default
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%dir %{perl_vendorarch}/auto/%{name}
%{perl_vendorarch}/%{name}.pm
%{perl_vendorarch}/auto/%{name}/%{name}.so
%attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_home}
%attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_home_tmp}
%attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_logdir}

%pre
%_pre_useradd %{nginx_user} %{nginx_home} /bin/false

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{nginx_user}

#----------------------------------------------------------------------------

%prep
%setup -q

tar -xf %{SOURCE10}

%build
%setup_compile_flags
./configure \
	--user=%{nginx_user} \
	--group=%{nginx_group} \
	--prefix=%{nginx_datadir} \
	--sbin-path=%{_sbindir}/%{name} \
	--conf-path=%{nginx_confdir}/%{name}.conf \
	--error-log-path=%{nginx_logdir}/error.log \
	--http-log-path=%{nginx_logdir}/access.log \
	--http-client-body-temp-path=%{nginx_home_tmp}/client_body \
	--http-proxy-temp-path=%{nginx_home_tmp}/proxy \
	--http-fastcgi-temp-path=%{nginx_home_tmp}/fastcgi \
	--pid-path=/var/run/%{name}.pid \
	--lock-path=/var/lock/subsys/%{name} \
	--add-module=nginx-rtmp-module-%{rtmp_version} \
	--with-file-aio \
	--with-ipv6 \
	--with-http_ssl_module \
	--with-http_realip_module \
	--with-http_addition_module \
	--with-http_xslt_module \
	--with-http_image_filter_module \
	--with-http_geoip_module \
	--with-http_sub_module \
	--with-http_dav_module \
	--with-http_flv_module \
	--with-http_mp4_module \
	--with-http_gzip_static_module \
	--with-http_random_index_module \
	--with-http_secure_link_module \
	--with-http_degradation_module \
	--with-http_stub_status_module \
	--with-http_perl_module \
	--with-mail \
	--with-mail_ssl_module \
	--with-pcre \
	--with-ld-opt="$RPM_LD_FLAGS -Wl,-E" # so the perl module finds its symbols

# this is only passed to perl module being built and only overrides the
# default '-O' flag which anyways lowers optimizations (which we don't
# want)
%make OPTIMIZE="-fno-PIE"

%install
%makeinstall_std INSTALLDIRS=vendor

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name perllocal.pod -exec rm -f {} \;
find %{buildroot} -type f -empty -exec rm -f {} \;
find %{buildroot} -type f -exec chmod 0644 {} \;
find %{buildroot} -type f -name '*.so' -exec chmod 0755 {} \;
chmod 0755 %{buildroot}%{_sbindir}/nginx

install -p -D -m 0755 %{SOURCE2} %{buildroot}/lib/systemd/system/nginx.service
install -p -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -p -d -m 0755 %{buildroot}%{nginx_confdir}/conf.d
install -p -m 0644 %{SOURCE4} %{SOURCE5} %{buildroot}%{nginx_confdir}/conf.d
install -p -d -m 0755 %{buildroot}%{nginx_home_tmp}
install -p -d -m 0755 %{buildroot}%{nginx_logdir}
install -p -d -m 0755 %{buildroot}%{nginx_webroot}

install -p -m 0644 %{SOURCE100} %{SOURCE102} %{SOURCE103} %{SOURCE104} %{buildroot}%{nginx_webroot}

# add current version
perl -pi -e "s|_VERSION_|%{version}|g" %{buildroot}%{nginx_webroot}/index.html

# convert to UTF-8 all files that give warnings.
for textfile in CHANGES; do
	mv $textfile $textfile.old
	iconv --from-code ISO8859-1 --to-code UTF-8 --output $textfile $textfile.old
	rm -f $textfile.old
done

install -d %{buildroot}%{_mandir}/man8
install -m0644 man/*.8 %{buildroot}%{_mandir}/man8/

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23423 |14mu|nmap-7.60-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Network exploration tool and security scanner
Name:		nmap
Version:	7.60
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Networking/Other
Url:		http://nmap.org/
Source0:	https://nmap.org/dist/%{name}-%{version}.tar.bz2
Source1:	%{name}_icons.tar.bz2
Source2:	nmap.rpmlintrc
Patch0:		nmap-7.60-memleak.patch
Patch1:		nmap-7.60-bundled_libssh2_libz.patch
BuildRequires:	libpcap-devel
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)

%description
Nmap is a utility for network exploration or security auditing. It supports
ping scanning (determine which hosts are up), many port scanning techniques
(determine what services the hosts are offering), and TCP/IP fingerprinting
(remote host operating system identification). Nmap also offers flexible target
and port specification, decoy scanning, determination of TCP sequence
predictability characteristics, sunRPC scanning, reverse-identd scanning, and
more.

%files -f %{name}.lang
%doc COPYING* HACKING docs/README docs/nmap.usage.txt
%{_bindir}/%{name}
%{_bindir}/ncat
%{_bindir}/ndiff
%{_bindir}/nping
%{_bindir}/uninstall_ndiff
%{_datadir}/%{name}
%{_mandir}/man1/nmap.*
%{_mandir}/man1/ncat.*
%{_mandir}/man1/ndiff.*
%{_mandir}/man1/nping.*
%{_datadir}/ncat

#----------------------------------------------------------------------------

%package frontend
Summary:	Multi-platform graphical Nmap frontend and results viewer
Group:		Networking/Other
Requires:	%{name} = %{EVRD}
Requires:	pygtk2
Provides:	zenmap = %{EVRD}

%description frontend
Zenmap is an Nmap frontend. It is meant to be useful for advanced users and to
make Nmap easy to use by beginners. It was originally derived from Umit, an
Nmap GUI created as part of the Google Summer of Code.

%files frontend
%{_bindir}/nmapfe
%{_bindir}/xnmap
%{_bindir}/zenmap
%{py_puresitedir}/*
%{_datadir}/zenmap
%{_datadir}/applications/*.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_mandir}/man1/zenmap.1*

#----------------------------------------------------------------------------

%prep
%setup -q -a1
%patch0 -p1
%patch1 -p1

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" configure*

%build
%configure2_5x --without-nmap-update
%make 

%install
unset PYTHONDONTWRITEBYTECODE
%makeinstall_std nmapdatadir=%{_datadir}/nmap STRIP=/bin/true

install -m0644 docs/zenmap.1 %{buildroot}%{_mandir}/man1/

install -d %{buildroot}{%{_miconsdir},%{_liconsdir}}
install -m0644 %{name}16.png %{buildroot}%{_miconsdir}/%{name}.png
install -m0644 %{name}32.png %{buildroot}%{_iconsdir}/%{name}.png
install -m0644 %{name}48.png %{buildroot}%{_liconsdir}/%{name}.png

rm -f %{buildroot}%{_datadir}/applications/*.desktop

# XDG menu
install -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{_vendor}-%{name}.desktop << EOF
[Desktop Entry]
Name=Nmap
Name[ru]=Nmap
Comment=A frontend for the nmap port scanner
Comment[ru]=Интерфейс для сканера портов nmap
Exec=zenmap
Icon=%{name}
Terminal=false
Type=Application
Categories=System;Monitor;
EOF

# cleanup
rm -f %{buildroot}%{_bindir}/uninstall_zenmap

# Mark python scripts as executable
find %{buildroot}%{python_sitelib} -type f -name "*py" -exec sed -i 's+#!/usr/bin/env python++' {} \;

%find_lang %{name} --with-man

%changelog

* Mon Dec 18 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:7.60-1
- (287c45a) Use system libssh2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23424 |14mu|nodejs-6.11.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Evented Server-Side Javascript
Name:		nodejs
Version:	6.11.2
Release:	1
License:	BSD
Group:		Development/Other
Url:		http://nodejs.org
Source0:	http://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(libcares)
BuildRequires:	pkgconfig(openssl) >= 1.0.1
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
Provides:	npm = %{version}-%{release}
#this corresponds to the "engine" requirement in package.json
Provides:	nodejs(engine) = %{version}

%description
Node's goal is to provide an easy way to build scalable network programs.

%files
%doc LICENSE COLLABORATOR_GUIDE.md AUTHORS CHANGELOG.md CONTRIBUTING.md GOVERNANCE.md README.md
%{_bindir}/node
%{_bindir}/npm
%{_prefix}/lib/node_modules
%{_mandir}/man1/node.*
%{_includedir}/node
%{_datadir}/systemtap/tapset/node.stp
%{_docdir}/node/gdbinit
%{_docdir}/node/lldb_commands.py
%{_docdir}/node/lldbinit
%{_docdir}/node/doc/

#-----------------------------------------------------------------
%prep
%setup -qn node-v%{version}

%build
# Currently, bundled c-ares is newer than the latest released version.
# should use --shared-cares once a newer compatible c-ares is released.
./configure \
	--prefix=%{_prefix} \
	--shared-zlib \
	--shared-cares

%setup_compile_flags
%make

%install
%makeinstall_std
cp -R doc %{buildroot}%{_docdir}/node/
rm -fr %{buildroot}/usr/lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/.gitmodules

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23425 |14mu|notification-daemon-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Notification Daemon
Name:		notification-daemon
Version:	3.16.1
Release:	1
License:	GPLv2+
Group:		System/Servers
Url:		http://www.galago-project.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(x11)
Requires(post,preun):	GConf2
Suggests:	notification-daemon-engine-nodoka
Provides:	virtual-notification-daemon

%description
A daemon that displays passive pop-up notifications as per the
Desktop Notifications spec (http://galago.info/specs/notification/index.php).

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%{_sysconfdir}/xdg/autostart/notification-daemon-autostart.desktop
%{_libexecdir}/%{name}
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Wed Apr 15 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (85a8314) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23426 |14mu|nspr-4.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major_nspr 4
%define epoch_nspr 2
%define libname %mklibname nspr %{major_nspr}
%define develname %mklibname nspr -d

Summary:	Netscape Portable Runtime
Name:		nspr
Epoch:		%{epoch_nspr}
Version:	4.17
Release:	1
License:	MPL or GPLv2+ or LGPLv2+
Group:		System/Libraries
Url:		http://www.mozilla.org/projects/nspr/
Source0:	https://archive.mozilla.org/pub/nspr/releases/v%{version}/src/%{name}-%{version}.tar.gz
Source1:	nspr.pc.in
Source2:	nspr-config-vars.in
Patch1:		nspr-config-pc.patch

%description
Virtual package, not built.

%package -n %{libname}
Summary:	Netscape Portable Runtime
Group:		System/Libraries
Provides:	nspr = %{EVRD}
%rename	mozilla-nspr

%description -n %{libname}
NSPR provides platform independence for non-GUI operating system
facilities. These facilities include threads, thread synchronization,
normal file and network I/O, interval timing and calendar time, basic
memory management (malloc and free) and shared library linking.

%package -n %{develname}
Summary:	Development libraries for the Netscape Portable Runtime
Group:		Development/C++
Requires:	%{libname} = %{epoch_nspr}:%{version}-%{release}
Provides:	nspr-devel = %{epoch_nspr}:%{version}-%{release}
Provides:	libnspr-devel = %{epoch_nspr}:%{version}-%{release}
Conflicts:	%{libname} < 2:4.7.3-3
%rename mozilla-nspr-devel
%rename %{libname}-devel

%description -n %{develname}
Header files for doing development with the Netscape Portable Runtime.

%prep

%setup -q

chmod -R a+r *
find . -name '*.h' -executable -exec chmod -x {} \;

# Original nspr-config is not suitable for our distribution,
# because on different platforms it contains different dynamic content.
# Therefore we produce an adjusted copy of nspr-config that will be 
# identical on all platforms.
# However, we need to use original nspr-config to produce some variables
# that go into nspr.pc for pkg-config.

cp ./nspr/config/nspr-config.in ./nspr/config/nspr-config-pc.in
%patch1 -p0

#cp %{SOURCE2} ./nspr/config/

%build
%setup_compile_flags

# (tpg) don't use macro here
./nspr/configure \
	--build=%{_target_platform} \
	--host=%{_host} \
	--target=%{_target_platform} \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--includedir=%{_includedir}/nspr4 \
%ifarch x86_64 ppc64 ia64 s390x sparc64
	--enable-64bit \
%endif
	--enable-optimize="-O2" \
	--disable-debug \
	--enable-ipv6 \
	--with-pthreads \
	--with-mozilla

%make

%install
%makeinstall_std 

NSPR_LIBS=`./config/nspr-config --libs`
NSPR_CFLAGS=`./config/nspr-config --cflags`
NSPR_VERSION=`./config/nspr-config --version`
%{__mkdir_p} %{buildroot}/%{_libdir}/pkgconfig

#cat ./config/nspr-config-vars > \
#                     %{buildroot}/%{_libdir}/pkgconfig/nspr.pc

#cat %{SOURCE1} | sed -e "s,%%libdir%%,%{_libdir},g" \
#                     -e "s,%%prefix%%,%{_prefix},g" \
#                     -e "s,%%exec_prefix%%,%{_prefix},g" \
#                     -e "s,%%includedir%%,%{_includedir}/nspr4,g" \
#                     -e "s,%%NSPR_VERSION%%,$NSPR_VERSION,g" \
#                     -e "s,%%FULL_NSPR_LIBS%%,$NSPR_LIBS,g" \
#                     -e "s,%%FULL_NSPR_CFLAGS%%,$NSPR_CFLAGS,g" >> \
#                     %{buildroot}/%{_libdir}/pkgconfig/nspr.pc

%{__mkdir_p} %{buildroot}%{_bindir}
%{__mkdir_p} %{buildroot}/%{_lib}
#install -m755 -D ./config/nspr-config-pc %{buildroot}/%{_bindir}/nspr-config

# Get rid of the things we don't want installed (per upstream)
%{__rm} -rf \
   %{buildroot}%{_bindir}/compile-et.pl \
   %{buildroot}%{_bindir}/prerr.properties \
   %{buildroot}%{_libdir}/libnspr4.a \
   %{buildroot}%{_libdir}/libplc4.a \
   %{buildroot}%{_libdir}/libplds4.a \
   %{buildroot}%{_datadir}/aclocal/nspr.m4 \
   %{buildroot}%{_includedir}/nspr4/md

# nb: those symlinks helps having devel(xxx) provides (through find-provides)
for file in libnspr4.so libplc4.so libplds4.so
do
  mv -f %{buildroot}%{_libdir}/$file %{buildroot}/%{_lib}/$file
  ln -sf ../../%{_lib}/$file %{buildroot}%{_libdir}/$file
done

%files -n %{libname}
%defattr(-,root,root)
/%{_lib}/libnspr4.so
/%{_lib}/libplc4.so
/%{_lib}/libplds4.so

%files -n %{develname}
%defattr(-,root,root)
%{_libdir}/libnspr4.so
%{_libdir}/libplc4.so
%{_libdir}/libplds4.so
%{_includedir}/nspr4
%{_libdir}/pkgconfig/nspr.pc
%{_bindir}/nspr-config


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23427 |14mu|nss-3.30.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without lib
%define url_ver %(echo %{version}| sed -e "s|\\.|_|g")

%define major 3
%define libname %mklibname %{name} %{major}
%define libfreebl %mklibname freebl %{major}
%define devname %mklibname -d %{name}
%define sdevname %mklibname -d -s %{name}
%define _disable_lto 1

%define	nspr_version 4.10

# this seems fragile, so require the exact version or later (#58754)
%define sqlite3_version %(pkg-config --modversion sqlite3 &>/dev/null && pkg-config --modversion sqlite3 2>/dev/null || echo 0)
%define nspr_version %(pkg-config --modversion nspr &>/dev/null && pkg-config --modversion nspr 2>/dev/null || echo 0)

%define build_empty 0
%{?_with_empty: %{expand: %%global build_empty 1}}
%{?_without_empty: %{expand: %%global build_empty 0}}

Summary:	Netscape Security Services
Name:		nss
Epoch:		2
Version:	3.30.2
Release:	1
Group:		System/Libraries
License:	MPL or GPLv2+ or LGPLv2+
Url:		http://www.mozilla.org/projects/security/pki/nss/index.html
Source0:	http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_%{url_ver}_RTM/src/nss-%{version}.tar.gz
#Source1:	http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_%{url_ver}_RTM/src/nss-%{version}.tar.gz.asc
Source2:	nss.pc.in
Source3:	nss-config.in
Source4:	blank-cert8.db
Source5:	blank-key3.db
Source6:	blank-secmod.db
Source7:	certdata_empty.txt
# https://www.verisign.com/support/verisign-intermediate-ca/secure-site-intermediate/index.html
# converted from PEM to DER format with openssl command:
# openssl x509 -in cert.pem -inform PEM -outform DER -out cert.der
# this way we can avoid a buildrequires for openssl
Source8:	verisign-class-3-secure-server-ca.der
# Brasilian government certificate
# verified in person with a government official
Source9:	http://www.icpbrasil.gov.br/certificadoACRaiz.crt
Patch0:		nss-no-rpath.patch
Patch1:		nss-fixrandom.patch
Patch2:		renegotiate-transitional.patch
# (tpg) be carefull with last nspr4-4.10 because prtypes.h was moved to include/nspr4/
Patch4:		nss-3.15.1-correct-path-to-prtypes.h.patch

BuildRequires:	rootcerts >= 1:20120218.00
BuildRequires:	zip
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(zlib)

%description
Network Security Services (NSS) is a set of libraries designed to
support cross-platform development of security-enabled client and server
applications. Applications built with NSS can support SSL v2 and v3,
TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and
other security standards. For detailed information on standards supported, see
http://www.mozilla.org/projects/security/pki/nss/overview.html.
%if %without lib

Note: This package currently contains the NSS binaries only. The
libraries have been not been included due to conflicts with the Mozilla
libraries.
%endif

%files
%doc docs/*
%attr(0755,root,root) %{_bindir}/addbuiltin
%attr(0755,root,root) %{_bindir}/atob
%attr(0755,root,root) %{_bindir}/baddbdir
%attr(0755,root,root) %{_bindir}/bltest
%attr(0755,root,root) %{_bindir}/btoa
%attr(0755,root,root) %{_bindir}/certcgi
%attr(0755,root,root) %{_bindir}/certutil
%attr(0755,root,root) %{_bindir}/chktest
%attr(0755,root,root) %{_bindir}/cmsutil
%attr(0755,root,root) %{_bindir}/conflict
%attr(0755,root,root) %{_bindir}/crlutil
%attr(0755,root,root) %{_bindir}/crmftest
%attr(0755,root,root) %{_bindir}/dbtest
%attr(0755,root,root) %{_bindir}/derdump
%attr(0755,root,root) %{_bindir}/dertimetest
%attr(0755,root,root) %{_bindir}/digest
%attr(0755,root,root) %{_bindir}/ecperf
%attr(0755,root,root) %{_bindir}/encodeinttest
%attr(0755,root,root) %{_bindir}/fbectest
%attr(0755,root,root) %{_bindir}/fipstest
%attr(0755,root,root) %{_bindir}/httpserv
%attr(0755,root,root) %{_bindir}/listsuites
%attr(0755,root,root) %{_bindir}/lowhashtest
%attr(0755,root,root) %{_bindir}/makepqg
%attr(0755,root,root) %{_bindir}/mangle
%attr(0755,root,root) %{_bindir}/modutil
%attr(0755,root,root) %{_bindir}/multinit
%attr(0755,root,root) %{_bindir}/nonspr10
%attr(0755,root,root) %{_bindir}/ocspclnt
%attr(0755,root,root) %{_bindir}/ocspresp
%attr(0755,root,root) %{_bindir}/oidcalc
%attr(0755,root,root) %{_bindir}/p7content
%attr(0755,root,root) %{_bindir}/p7env
%attr(0755,root,root) %{_bindir}/p7sign
%attr(0755,root,root) %{_bindir}/p7verify
%attr(0755,root,root) %{_bindir}/pk11ectest
%attr(0755,root,root) %{_bindir}/pk11gcmtest
%attr(0755,root,root) %{_bindir}/pk11mode
%attr(0755,root,root) %{_bindir}/pk12util
%attr(0755,root,root) %{_bindir}/pk1sign
%attr(0755,root,root) %{_bindir}/pkix-errcodes
%attr(0755,root,root) %{_bindir}/pp
%attr(0755,root,root) %{_bindir}/pwdecrypt
%attr(0755,root,root) %{_bindir}/remtest
%attr(0755,root,root) %{_bindir}/rsaperf
%attr(0755,root,root) %{_bindir}/sdrtest
%attr(0755,root,root) %{_bindir}/secmodtest
%attr(0755,root,root) %{_bindir}/selfserv
%attr(0755,root,root) %{_bindir}/signtool
%attr(0755,root,root) %{_bindir}/signver
%attr(0755,root,root) %{_bindir}/smime
%attr(0755,root,root) %{_bindir}/ssltap
%attr(0755,root,root) %{_bindir}/strsclnt
%attr(0755,root,root) %{_bindir}/symkeyutil
%attr(0755,root,root) %{_bindir}/tstclnt
%attr(0755,root,root) %{_bindir}/vfychain
%attr(0755,root,root) %{_bindir}/vfyserv

%dir %{_sysconfdir}/pki/nssdb
%config(noreplace) %{_sysconfdir}/pki/nssdb/cert8.db
%config(noreplace) %{_sysconfdir}/pki/nssdb/key3.db
%config(noreplace) %{_sysconfdir}/pki/nssdb/secmod.db

#-------------------------------------------------------------------------

%package shlibsign
Summary:	Netscape Security Services - shlibsign
Group:		System/Libraries
Conflicts:	%{name} < 2:3.13.1-2

%description shlibsign
This package contains the binary shlibsign needed by libfreebl3
and libsoftokn3.

%files shlibsign
%attr(0755,root,root) %{_bindir}/shlibsign

#-------------------------------------------------------------------------

%if %with lib
%package -n %{libname}
Summary:	Network Security Services (NSS)
Group:		System/Libraries

%description -n %{libname}
This package contains the shared libraries libnss3, libnssckbi, libnssdbm3,
libnssutil3, libsmime3, and libssl3.

%files -n %{libname}
/%{_lib}/libnss%{major}.so
/%{_lib}/libnssckbi.so
%if %{build_empty}
/%{_lib}/libnssckbi_empty.so
%endif
/%{_lib}/libnssutil%{major}.so
/%{_lib}/libnssdbm%{major}.so
/%{_lib}/libsmime%{major}.so
/%{_lib}/libssl%{major}.so

#-------------------------------------------------------------------------

%package -n %{libfreebl}
Summary:	Network Security Services (NSS)
Group:		System/Libraries
Requires(post): nss-shlibsign
Requires(post): rpm-helper
Conflicts: %{_lib}nss3 < 2:3.13.1-5

%description -n %{libfreebl}
This package contains the shared libraries libfreebl3 and libsoftokn3.

%files -n %{libfreebl}
/%{_lib}/libfreebl%{major}.so
/%{_lib}/libfreeblpriv%{major}.so
/%{_lib}/libsoftokn%{major}.so
%defattr(0644,root,root,0755)
%ghost /%{_lib}/libfreebl%{major}.chk
%ghost /%{_lib}/libsoftokn%{major}.chk

#-------------------------------------------------------------------------

%package -n %{devname}
Summary:	Network Security Services (NSS) - development files
Group:		Development/C++
Requires:	%{libname} >= %{EVRD}
Requires:	%{libfreebl} >= %{EVRD}
Provides:	nss-devel = %{EVRD}
%rename %{libname}-devel

%description -n %{devname}
Header files to doing development with Network Security Services.

%files -n %{devname}
%attr(0755,root,root) %{_bindir}/nss-config
%attr(0755,root,root) %{multiarch_bindir}/nss-config
%_libdir/*.so
%dir %{_includedir}/nss
%{_includedir}/nss/*.h
%{_includedir}/nss/nssck.api
%{_libdir}/pkgconfig/nss.pc
%{_libdir}/libsoftokn%{major}.chk
%{_libdir}/libfreebl%{major}.chk

#-------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Network Security Services (NSS) - static libraries
Group:		Development/C++
Requires:	%{libname} >= %{EVRD}
Requires:	%{devname} >= %{EVRD}
Provides:	nss-static-devel = %{EVRD}
Conflicts:	libopenssl-static-devel
%rename %{libname}-static-devel

%description -n %{sdevname}
Static libraries for doing development with Network Security Services.

%files -n %{sdevname}
%{_libdir}/libcrmf.a
%{_libdir}/libnss.a
%{_libdir}/libnssutil.a
%{_libdir}/libnssb.a
%{_libdir}/libnssckfw.a
%{_libdir}/libsmime.a
%{_libdir}/libssl.a
%endif
#-------------------------------------------------------------------------

%prep
%setup -q
#%  apply_patches
%patch0 -p0
%patch1 -p0
%patch2 -p0 -b .transitional
%patch4 -p1

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;
find . -name '*.h' -executable -exec chmod -x {} \;
find . -name '*.c' -executable -exec chmod -x {} \;

# remove hardcoded gcc
sed -i 's!gcc!%{__cc}!g' nss/coreconf/Linux.mk

%build
%serverbuild
%setup_compile_flags
export CC=gcc
export BUILD_OPT=1
export OPTIMIZER="%{optflags}"
export XCFLAGS="%{optflags} -Wno-error"
export ARCHFLAG="$LDFLAGS"
export LIBDIR=%{_libdir}
export USE_SYSTEM_ZLIB=1
export ZLIB_LIBS="-lz"
export PKG_CONFIG_ALLOW_SYSTEM_LIBS=1
export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
export NSPR_INCLUDE_DIR=`%{_bindir}/pkg-config --cflags-only-I nspr | sed 's/-I//'`
export NSPR_LIB_DIR=`%{_bindir}/pkg-config --libs-only-L nspr | sed 's/-L//'`
export MOZILLA_CLIENT=1
export NS_USE_GCC=1
export NSS_USE_SYSTEM_SQLITE=1
export NSS_ENABLE_ECC=1

# external tests are causing build problems because they access ssl internal types
# TODO: Investigate as there may be a better solution
export NSS_DISABLE_GTESTS=1

%if %{build_empty}
# (oe) the "trust no one" scenario, it goes like:
# 1. mv /%{_lib}/libnssckbi.so /%{_lib}/libnssckbi.so.BAK
# 2. mv /%{_lib}/libnssckbi_empty.so /%{_lib}/libnssckbi.so
# 3. restart ff/tb
# it has to be done manually for now, but at least we have a way for 
# users to quickly mitigate future problems, or whatever :-)

pushd nss/lib/ckfw/builtins
perl ./certdata.perl < %{SOURCE7}
popd
%endif

export NATIVE_CC="/usr/bin/gcc"
export TARGETCC="%{__cc}"
export TARGETCCC="%{__cxx}"
export TARGETRANLIB="%{__ranlib}"
%ifarch x86_64 ppc64 ia64 s390x aarch64
export USE_64=1
%else
unset USE_64 || :
%endif

# Parallel is broken as of 3.11.4 :(
#make -j1 -C ./nss/coreconf ./nss/lib/dbm ./nss \
#	TARGETCC="$TARGETCC" \
#	TARGETCCC="$TARGETCCC" \
#	TARGETRANLIB="$TARGETRANLIB" \
#	AR="%__ar cr \"\$@\"" \
#buildflags="TARGETCC='$TARGETCC' TARGETCCC='$TARGETCCC' TARGETRANLIB='$TARGETRANLIB' AR='%__ar"
%make -j1 -C ./nss/coreconf
%make -j1 -C ./nss/lib/dbm
%make -j1 -C ./nss

%if %{build_empty}
# tuck away the empty libnssckbi.so library
cp -p nss/lib/ckfw/builtins/Linux*/libnssckbi.so libnssckbi_empty.so
%endif

# install new Verisign intermediate certificate
# http://qa.mandriva.com/show_bug.cgi?id=29612
# use built addbuildin command to avoid having
# a buildrequires for nss
ADDBUILTIN=`%{_bindir}/find . -type f -name addbuiltin`
if [ -z "$ADDBUILTIN" ]; then
    exit 1
fi
ADDBUILTIN="$PWD/$ADDBUILTIN"
OLD="$LD_LIBRARY_PATH"
libpath=`%{_bindir}/find ./dist/ -name "Linux*.*" -type d`
# to use the built libraries instead of requiring nss
# again as buildrequires
export LD_LIBRARY_PATH="$PWD/$libpath/lib"

pushd nss/lib/ckfw/builtins

# (oe) for reference:
# *ALL* of the root CA certs are hard coded into the libnssckbi.so library.
# So, for Mandriva we can add/remove certs easily in the rootcerts package. Please
# checkout and examine the rootcerts package.
# Once this has been done and the new rootcerts package has been installed this
# package (nss) has to be rebuilt to pickup the changes made. The "recreate 
# certificates" lines below generates a new certdata.c source containing the root
# CA certs for mozilla.
# *ALL* of the mozilla based softwares that support SSL has to link against
# the NSS library.
# recreate certificates
perl ./certdata.perl /etc/pki/tls/mozilla/certdata.txt

%make clean
%make -j1

popd
export LD_LIBRARY_PATH="$OLD"

%install
pushd dist/$(uname -s)*

mkdir -p %{buildroot}%{_bindir}
cp -aL bin/* %{buildroot}%{_bindir}

%if %with lib
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}/%{_lib}
mkdir -p %{buildroot}%{_includedir}/nss
cp -aL ../public/nss/* %{buildroot}%{_includedir}/nss

cp -aL lib/libcrmf.a \
            lib/libnss.a \
            lib/libnssb.a \
            lib/libnssckbi.so \
            lib/libnssckfw.a \
	    lib/libnssutil.a \
            lib/libsmime.a \
            lib/libssl.a \
            %{buildroot}%{_libdir}

# Copy the binary libraries we want
for file in libsoftokn3.so libfreebl3.so libfreeblpriv3.so libnss3.so libnssutil3.so \
            libssl3.so libsmime3.so libnssckbi.so libnssdbm3.so
do
  install -m 755 lib/$file %{buildroot}/%{_lib}
  ln -sf ../../%{_lib}/$file %{buildroot}%{_libdir}/$file
done

# These ghost files will be generated in the post step
# Make sure chk files can be found in both places
for file in libsoftokn3.chk libfreebl3.chk
do
  touch %{buildroot}/%{_lib}/$file
  ln -s ../../%{_lib}/$file %{buildroot}%{_libdir}/$file
done

mkdir -p %{buildroot}%{_libdir}/pkgconfig
cat %{SOURCE2} | sed -e "s,%%libdir%%,%{_libdir},g" \
                          -e "s,%%prefix%%,%{_prefix},g" \
                          -e "s,%%exec_prefix%%,%{_prefix},g" \
                          -e "s,%%includedir%%,%{_includedir}/nss,g" \
                          -e "s,%%NSPR_VERSION%%,%{nspr_version},g" \
                          -e "s,%%NSS_VERSION%%,%{version},g" > \
                          %{buildroot}%{_libdir}/pkgconfig/nss.pc
%endif

popd

%if %with lib
export NSS_VMAJOR=`%{__cat} nss/lib/nss/nss.h | %{__grep} "#define.*NSS_VMAJOR" | %{__awk} '{print $3}'`
export NSS_VMINOR=`%{__cat} nss/lib/nss/nss.h | %{__grep} "#define.*NSS_VMINOR" | %{__awk} '{print $3}'`
export NSS_VPATCH=`echo %{version} | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`

mkdir -p %{buildroot}%{_bindir}
cat %{SOURCE3} | sed -e "s,@libdir@,%{_libdir},g" \
                               -e "s,@prefix@,%{_prefix},g" \
                               -e "s,@exec_prefix@,%{_prefix},g" \
                               -e "s,@includedir@,%{_includedir}/nss%{major},g" \
                               -e "s,@MOD_MAJOR_VERSION@,$NSS_VMAJOR,g" \
                               -e "s,@MOD_MINOR_VERSION@,$NSS_VMINOR,g" \
                               -e "s,@MOD_PATCH_VERSION@,$NSS_VPATCH,g" \
                               > %{buildroot}/%{_bindir}/nss-config
%endif

pushd nss/cmd/smimetools
install -m 0755 smime %{buildroot}%{_bindir}
perl -pi -e 's|/usr/local/bin|%{_bindir}|g' %{buildroot}%{_bindir}/smime
popd

# add docs
mkdir -p docs/SSLsample
#cp -a mozilla/security/nss/cmd/SSLsample/README docs/SSLsample/

mkdir -p docs/bltest
cp -a nss/cmd/bltest/tests/* docs/bltest/
chmod -R a+r docs

mkdir -p docs/certcgi
cp -a nss/cmd/certcgi/*.html docs/certcgi/
cp -a nss/cmd/certcgi/HOWTO.txt docs/certcgi/

mkdir -p docs/modutil
cp -a nss/cmd/modutil/*.html docs/modutil/

mkdir -p docs/signtool
cp -a nss/cmd/signtool/README docs/signtool/

mkdir -p docs/signver
cp -a nss/cmd/signver/examples/1/*.pl docs/signver/
cp -a nss/cmd/signver/examples/1/*.html docs/signver/

mkdir -p docs/ssltap
cp -a nss/cmd/ssltap/*.html docs/ssltap/

# Install the empty NSS db files
mkdir -p %{buildroot}%{_sysconfdir}/pki/nssdb
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pki/nssdb/cert8.db
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/pki/nssdb/key3.db
install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/pki/nssdb/secmod.db

%{_bindir}/find docs -type f | %{_bindir}/xargs -t perl -pi -e 's/\r$//g'

%if %{build_empty}
# install the empty libnssckbi.so library (use alternatives?)
install -m0755 libnssckbi_empty.so %{buildroot}/%{_lib}/libnssckbi_empty.so
%endif

%multiarch_binaries %{buildroot}%{_bindir}/nss-config

%if %with lib
%posttrans -n %{libfreebl}
%create_ghostfile /%{_lib}/libsoftokn%{major}.chk root root 644
%create_ghostfile /%{_lib}/libfreebl%{major}.chk root root 644
%{_bindir}/shlibsign -i /%{_lib}/libsoftokn%{major}.so >/dev/null 2>/dev/null
%{_bindir}/shlibsign -i /%{_lib}/libfreebl%{major}.so >/dev/null 2>/dev/null
%endif

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23428 |14mu|nss_mdns-0.10-25
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname nss-mdns

%define major 2
%define libname %mklibname %{name} %{major}

Summary:	Multicast dns support for glibc domain resolver
Name:		nss_mdns
Version:	0.10
Release:	25
License:	GPLv2+
Group:		System/Libraries
Url:		http://0pointer.de/lennart/projects/%{rname}/
Source0:	http://0pointer.de/lennart/projects/%{rname}/%{rname}-%{version}.tar.gz
BuildRequires:	pkgconfig(avahi-core)
# for /etc/sysconfig/network
Requires(post):	initscripts
Requires:	%{name}-libraries

%description
nss-mdns is a plugin for the Name Service Switch (NSS) functionality of the
glibc providing host name resolution via Multicast DNS (aka Zeroconf, aka
Apple Rendezvous), effectively allowing name resolution by common
Unix/Linux programs in the ad-hoc mDNS domain .local.

nss-mdns provides client functionality only, which means that you have to run
a mDNS responder daemon separately from nss-mdns if you want to register
the local host name via mDNS.

%files
%doc README doc/README.html doc/style.css
%config(noreplace) %{_sysconfdir}/mdns.allow

%post
if [ $1 = 1 ]; then
   # ipv4 by default, as explained on the webpage
    [ -f %{_sysconfdir}/sysconfig/network ] && source %{_sysconfdir}/sysconfig/network
    if [ "${NETWORKING_IPV6}" = "yes" ]; then
        # for both ipv6 and ipv4
        perl -pi -e '!/mdns/ && s/^(hosts:\s*)([^#\n]*)(#?.*)$/$1 mdns_minimal $2 mdns $3/' %{_sysconfdir}/nsswitch.conf
    else
        perl -pi -e '!/mdns/ && s/^(hosts:\s*)([^#\n]*)(#?.*)$/$1 mdns4_minimal $2 mdns4 $3/' %{_sysconfdir}/nsswitch.conf
    fi
fi

%postun
if [ $1 = 0 ]; then
    perl -pi -e 's/^(hosts:.*)\smdns_minimal\d?(\s.*)$/$1 $2/' %{_sysconfdir}/nsswitch.conf
    perl -pi -e 's/^(hosts:.*)\smdns\d?(\s.*)$/$1 $2/' %{_sysconfdir}/nsswitch.conf
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Plugin libraries for nss-mdns
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 0.10-23
Provides:	%{name}-libraries = %{EVRD}

%description -n %{libname}
Plugin libraries for nss-mdns.

%files -n %{libname}
/%{_lib}/*.so.%{major}

#----------------------------------------------------------------------------

%prep
%setup -qn %{rname}-%{version}

%build
%configure2_5x \
	--localstatedir=%{_var}/ \
	--libdir=/%{_lib} \
	--enable-avahi
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}
cat > %{buildroot}%{_sysconfdir}/mdns.allow  <<EOF
# place here the domain that should be resolved by multicast dns
# use * to include all ( not recommended )
.local.
.local
EOF



%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.10-25
- (1535dde) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23429 |14mu|nss-myhostname-0.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname nss_myhostname %{major}

Summary:	glibc plugin for local system host name resolution
Name:		nss-myhostname
Version:	0.3
Release:	5
License:	LGPLv2.1+
Group:		System/Base
Url:		http://0pointer.de/lennart/projects/nss-myhostname/
Source0:	http://0pointer.de/lennart/projects/nss-myhostname/%{name}-%{version}.tar.gz
Requires:	%{name}-libraries
Requires:	/bin/sh
Requires(pre):	glibc
Requires(pre):	sed

%description
nss-myhostname is a plugin for the GNU Name Service Switch (NSS)
functionality of the GNU C Library (glibc) providing host name
resolution for the locally configured system hostname as returned by
gethostname(2). Various software relies on an always resolvable local
host name. When using dynamic hostnames this is usually achieved by
patching /etc/hosts at the same time as changing the host name. This
however is not ideal since it requires a writable /etc file system and
is fragile because the file might be edited by the administrator at
the same time. nss-myhostname simply returns all locally configure
public IP addresses, or -- if none are configured -- the IPv4 address
127.0.0.2 (wich is on the local loopback) and the IPv6 address ::1
(which is the local host) for whatever system hostname is configured
locally. Patching /etc/hosts is thus no longer necessary.

%files
%doc LICENSE README

%post
# sed-fu to add myhostname to the hosts line of /etc/nsswitch.conf
if [ -f /etc/nsswitch.conf ] ; then
        sed -i.bak -e '
                /^hosts:/ !b
                /\<myhostname\>/ b
                s/[[:blank:]]*$/ myhostname/
                ' /etc/nsswitch.conf
fi

%preun
# sed-fu to remove myhostname from the hosts line of /etc/nsswitch.conf
if [ "$1" -eq 0 -a -f /etc/nsswitch.conf ] ; then
        sed -i.bak -e '
                /^hosts:/ !b
                s/[[:blank:]]\+myhostname\>//
                ' /etc/nsswitch.conf
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Plugin libraries for nss-myhostname
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 0.3-5
Provides:	%{name}-libraries = %{EVRD}

%description -n %{libname}
Plugin libraries for nss-myhostname.

%files -n %{libname}
/%{_lib}/libnss_myhostname.so.%{major}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--libdir=/%{_lib}

%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/doc/nss-myhostname


%changelog
* Fri Feb 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3-5
+ Revision: c5fe2e7
- Split libraries into own package to make it possible to install both 32 and 64 bit libraries



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23430 |14mu|ntfs-3g-2016.2.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# flag to allow local users to mount partitions. This is *really* not a good
# idea, because all users who have access to the device can do whatever they
# want with the data, and it also adds a root setuid binary to your system, so
# use it on your own risk. Refer to
# http://www.tuxera.com/community/ntfs-3g-faq/#useroption for details.
%define allow_unsafe_mount 0

%if %{allow_unsafe_mount}
# user mount only works if ntfs-3g is using internal fuse library
%define build_external_fuse 0
%else
%define build_external_fuse 1
%endif

%define major 87
%define libname %mklibname ntfs-3g %{major}
%define devname %mklibname ntfs-3g -d

Summary:	Read-write ntfs driver
Name:		ntfs-3g
Version:	2016.2.22
Release:	1
License:	GPLv2+
Group:		System/Base
Url:		http://www.tuxera.com/community/ntfs-3g-download/
Source0: 	http://tuxera.com/opensource/%{name}_ntfsprogs-%{version}.tgz
Source1:	20-ntfs-config-write-policy.fdi
Patch0:		ntfs-3g_ntfsprogs-2011.10.9-RC-ntfsck-unsupported-return-0.patch
BuildRequires:	attr-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libgcrypt)
%if %{build_external_fuse}
BuildRequires:	pkgconfig(fuse)
Requires:	fuse
Requires(pre):	fuse
%else
Requires:	kmod(fuse)
%endif
Requires:	%{libname} = %{EVRD}
Provides:	ntfsprogs-gnomevfs = %{EVRD}
Provides:	ntfsprogs-fuse = %{EVRD}
Provides:	fuse-ntfs-3g = %{EVRD}
Obsoletes:	ntfsprogs < %{EVRD}
%rename ntfsprogs

%description
The ntfs-3g package contains NTFS filesystem driver with read and
write support. It provides safe and fast handling of MS Windows Vista,
XP, 2000 and Server 2003 NTFS file systems. Most POSIX file system
operations are supported.

%files
%doc README AUTHORS CREDITS NEWS
%{_bindir}/ntfsmount
/bin/lowntfs-3g
/bin/ntfs-3g
/bin/ntfs-3g.probe
/bin/ntfs-3g.secaudit
/bin/ntfs-3g.usermap
/bin/ntfsfallocate
/bin/ntfscat
/bin/ntfscluster
/bin/ntfscmp
/bin/ntfsfix
/bin/ntfsinfo
/bin/ntfsls
/bin/ntfsck
/bin/ntfsdecrypt
/bin/ntfsdump_logfile
/bin/ntfsmftalloc
/bin/ntfsmove
/bin/ntfsrecover
/bin/ntfstruncate
/bin/ntfswipe
/sbin/mkfs.ntfs
/sbin/fsck.ntfs
/sbin/mkntfs
/sbin/ntfsclone
/sbin/ntfscp
/sbin/ntfslabel
/sbin/ntfsresize
/sbin/ntfsundelete
%{_mandir}/man8/*
%if %{allow_unsafe_mount}
%attr(4755,root,root) /sbin/mount.ntfs-3g
%else
%attr(754,root,root) /sbin/mount.ntfs-3g
%endif
/sbin/mount.ntfs
/sbin/mount.lowntfs-3g
/sbin/mount.ntfs-fuse
%{_datadir}/hal/fdi/policy/10osvendor/20-ntfs-config-write-policy.fdi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for ntfs-3g
Group:		System/Libraries
Requires:	%{name} >= %{EVRD}
Conflicts:	%{name} < 2014.2.15-5

%description -n %{libname}
Shared library for ntfs-3g.

%files -n %{libname}
/%{_lib}/libntfs-3g.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and static libraries for ntfs-3g
Group:		Development/C
Requires:	%{name} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 2014.2.15-5
Obsoletes:	%{name}-devel < 2014.2.15-5

%description -n %{devname}
You should install this package if you wish to develop applications that
use ntfs-3g.

%files -n %{devname}
%doc ChangeLog
/%{_lib}/libntfs-3g.so
%{_includedir}/ntfs-3g
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}_ntfsprogs-%{version}
%patch0 -p1 -b .unsupported

%build
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--disable-static \
	--exec-prefix=/ \
	--bindir=/bin \
	--libdir=/%{_lib} \
	--sbindir=/sbin \
	--disable-ldconfig \
	--enable-crypto \
	--enable-extras \
	--enable-quarantined \
%if %{build_external_fuse}
	--with-fuse=external
%else
	--with-fuse=internal
%endif
%make

%install
sed -i -e 's|/sbin/ldconfig|true|' src/Makefile
%makeinstall_std

# make the symlink an actual copy to avoid confusion
rm -rf %{buildroot}/sbin/mount.ntfs-3g
cp -a %{buildroot}/bin/ntfs-3g %{buildroot}/sbin/mount.ntfs-3g
ln -sf /sbin/mount.ntfs-3g %{buildroot}/sbin/mount.ntfs
ln -sf /sbin/mount.ntfs-3g %{buildroot}/sbin/mount.ntfs-fuse
mkdir -p %{buildroot}%{_bindir}
ln -sf /sbin/mount.ntfs-3g %{buildroot}%{_bindir}/ntfsmount

# Need this for fsck to find it
ln -s ../bin/ntfsck %{buildroot}/sbin/fsck.ntfs

# .pc file should always be there
mkdir -p %{buildroot}%{_libdir}
mv -f %{buildroot}/%{_lib}/pkgconfig %{buildroot}%{_libdir}/pkgconfig

# remove doc files, as we'll cp them later
rm -fr %{buildroot}/%{_datadir}/doc

mkdir -p %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
cp -a %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/


%changelog

* Wed Mar 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2016.2.22-1
- (5d9ec47) New version 2016.2.22
- (5d9ec47) New library major 87
- (5d9ec47) Use --enable-quarantined build option to keep building ntfsck and some other utilities
- (5d9ec47) Add new ntfsfallocate and ntfsfrecover utilities



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23431 |14mu|ntfs-config-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	GUI tool to enable/disable write support for NTFS device
Name:		ntfs-config
Version:	1.1
Release:	8
License: 	GPL
Group:  	Graphical desktop/GNOME
Source0:	%{name}-%{version}.tar.gz
Source1:	ntfs-config_ru.po
Patch0:		ntfs-config-1.1-desktop.patch
URL:		http://flomertens.free.fr/ntfs-config/
BuildRequires:  pygtk2.0-devel
BuildRequires:  desktop-file-utils
BuildRequires:  perl-XML-Parser
BuildRequires:  usermode
BuildRequires:	intltool
Requires:	ntfs-3g
Requires:	pygtk2.0-libglade
Requires:       usermode
Requires:	gksu

%description
This program will allow you to easily configure all of your NTFS devices to
allow write support.  For that use, it will configure them to use the ntfs-3g
driver. You'll also be able to easily disable this feature.

For more information about ntfs-3g : http://www.ntfs-3g.org

%prep
%setup -q
%apply_patches

#fix ru
rm -f po/ru.mo
cp %{SOURCE1} po/ru.po

%build
autoconf
%configure2_5x
%make

%install

%makeinstall_std

#For compartibles without HAL
mkdir -p %{buildroot}%{_sysconfdir}/hal/fdi/policy
echo "This directory is required for ntfs-config. Do not remove!" > %{buildroot}%{_sysconfdir}/hal/fdi/policy/README

%find_lang %{name} --with-gnome

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_sbindir}/%{name}
%{_datadir}/applications/*.desktop
%{_mandir}/man8/*
%{_datadir}/%{name}/*
%{py_platsitedir}/NtfsConfig
%{_sysconfdir}/hal/fdi/policy/README

%changelog

* Wed Nov 18 2015 Denis Silakov <dsilakov@gmail.com> 1.1-8
- (ab99eea) Drop garbage msgctxt instructions from russian po file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23432 |14mu|ntp-4.2.8p11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pver p11
%define ntp_user ntp
%define ntp_group ntp

Summary:	Synchronizes system time using the Network Time Protocol (NTP)
Name:		ntp
Version:	4.2.8%{pver}
Release:	1
License:	BSD-Style
Group:		System/Servers
Url:		http://www.ntp.org/
Source0:	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/%{name}-%{version}.tar.gz
Source99:	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/%{name}-%{version}.tar.gz.md5
Source1:	ntp.conf
Source2:	ntp.keys
Source4:	ntpstat-0.2.tar.bz2
Source7:	ntpd.sysconfig
Source11:	50-ntpd.list
Source12:	ntpd.service
Source13:	ntpdate.service
Source14:	ntp-wait.service
Source15:	ntpdate.wrapper
Source16:	ntpdate.sysconfig
Source17:	ntpdate.8
Patch2:		ntp-4.2.8p4-droproot.patch
Patch50:	ntpstat-0.2-clksrc.patch
Patch51:	ntpstat-0.2-multipacket.patch
Patch52:	ntpstat-0.2-sysvars.patch
Patch53:	ntpstat-0.2-maxerror.patch
Patch54:	ntpstat-0.2-errorbit.patch
Patch100:	CVE-2015-5300.patch
BuildRequires:	cap-devel
BuildRequires:	elfutils-devel
BuildRequires:	jemalloc-devel
BuildRequires:	net-snmp-devel
BuildRequires:	pkgconfig(libedit)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
# for html2man
BuildRequires:	perl-HTML-Parser
Requires:	perl(HTTP::Tiny)
Requires:	%{name}-client
Requires(post):	%{name}-config
Requires(pre,post,preun,postun):	rpm-helper

%description
The Network Time Protocol (NTP) is used to synchronize a computer's time
with another reference time source.  The ntp package contains utilities
and daemons which will synchronize your computer's time to Coordinated
Universal Time (UTC) via the NTP protocol and NTP servers.  Ntp includes
ntpdate (a program for retrieving the date and time from remote machines
via a network) and ntpd (a daemon which continuously adjusts system time).

Install the ntp package if you need tools for keeping your system's
time synchronized via the NTP protocol.

Note: Primary, original, big, HTML documentation, is in the package ntp-doc.

%files
%{_sbindir}/ntpd
%{_sbindir}/ntpdc
%{_sbindir}/ntp-keygen
%{_sbindir}/ntpq
%{_sbindir}/ntpsnmpd
%{_sbindir}/ntpstat
%{_sbindir}/ntptime
%{_sbindir}/ntptrace
%{_sbindir}/ntp-wait
%{_sbindir}/sntp
%{_sbindir}/tickadj
%{_sbindir}/calc_tickadj
%{_sbindir}/update-leap
%{_mandir}/man1/ntpsnmpd.1*
%{_mandir}/man1/ntpstat.1*
%{_mandir}/man1/sntp.1*
%{_mandir}/man1/calc_tickadj.1.*
%{_mandir}/man1/ntp-keygen.1.*
%{_mandir}/man1/ntp-wait.1.*
%{_mandir}/man1/ntpd.1.*
%{_mandir}/man1/ntpdc.1.*
%{_mandir}/man1/ntpq.1.*
%{_mandir}/man1/ntptrace.1.*
%{_mandir}/man1/update-leap.1.*
%{_mandir}/man5/ntp.conf.5.*
%{_mandir}/man5/ntp.keys.5.*
%{_prefix}/lib/systemd/ntp-units.d/50-ntpd.list
%{_unitdir}/ntp-wait.service
%{_unitdir}/ntpd.service
%{_datadir}/%{name}

%pre
%_pre_useradd %{ntp_user} %{_sysconfdir}/ntp /bin/false

%post
%systemd_post ntpd.service
touch %{_sysconfdir}/ntp/step-tickers

%preun
%systemd_preun ntpd.service

%postun
%_postun_userdel %{ntp_user}

#----------------------------------------------------------------------------

%package client
Summary:	The ntpdate client for setting system time from NTP servers
Group:		System/Servers
Requires:	%{name}-config
Requires(pre,post,preun,postun):	rpm-helper

%description client
The Network Time Protocol (NTP) is used to synchronize a computer's time
with another reference time source.  The ntp package contains utilities
and daemons which will synchronize your computer's time to Coordinated
Universal Time (UTC) via the NTP protocol and NTP servers.  Ntp includes
ntpdate (a program for retrieving the date and time from remote machines
via a network) and ntpd (a daemon which continuously adjusts system time).

ntpdate is a simple NTP client which allows a system's clock to be set
to match the time obtained by communicating with one or more servers.

ntpdate is optional (but recommended) if you're running an NTP server,
because initially setting the system clock to an almost-correct time
will help the NTP server synchronize faster.

The ntpdate client by itself is useful for occasionally setting the time on
machines that are not on the net full-time, such as laptops.

%files client
%doc COPYRIGHT ChangeLog README
%{_sbindir}/ntpdate
%{_sbindir}/ntpdate-wrapper
%{_unitdir}/ntpdate.service
%{_mandir}/man8/ntpdate.8.*
%config(noreplace) %{_sysconfdir}/sysconfig/ntpdate

%pre client
%_pre_useradd %{ntp_user} %{_sysconfdir}/ntp /bin/false

%post client
%systemd_post ntpdate.service

%preun client
%systemd_preun ntpdate.service

%postun client
%_postun_userdel %{ntp_user}

#----------------------------------------------------------------------------

%package doc
Summary:	Complete HTML documentation for ntp
Group:		Documentation
BuildArch:	noarch

%description doc
This is the original, complete, documentation for NTP, in HTML format.
Manpages documentation comes with the binary package(s).

The Network Time Protocol (NTP) is used to synchronize a computer's time
with another reference time source.  The ntp package contains utilities
and daemons which will synchronize your computer's time to Coordinated
Universal Time (UTC) via the NTP protocol and NTP servers.  Ntp includes
ntpdate (a program for retrieving the date and time from remote machines
via a network) and ntpd (a daemon which continuously adjusts system time).

%files doc
%doc COPYRIGHT html/
%{_docdir}/%{name}
%{_docdir}/sntp

#----------------------------------------------------------------------------

%package config
Summary:	Complete config for ntp
Group:		System/Servers
Conflicts:	%{name} < 4.2.8p4
BuildArch:	noarch

%description config
Config files for %{name}.

The Network Time Protocol (NTP) is used to synchronize a computer's time
with another reference time source.  The ntp package contains utilities
and daemons which will synchronize your computer's time to Coordinated
Universal Time (UTC) via the NTP protocol and NTP servers.  Ntp includes
ntpdate (a program for retrieving the date and time from remote machines
via a network) and ntpd (a daemon which continuously adjusts system time).

%files config
%doc COPYRIGHT NEWS TODO README* ChangeLog conf COPYRIGHT.sntp
%config(noreplace) %{_sysconfdir}/ntp.conf
%config(noreplace) %{_sysconfdir}/sysconfig/ntpd
%dir %{_sysconfdir}/ntp
%attr(0640,root,%{ntp_group})%config(noreplace) %{_sysconfdir}/ntp/keys
%config(noreplace) %{_sysconfdir}/ntp/step-tickers
%attr(-,%{ntp_user},%{ntp_group}) /var/lib/ntp

%pre config
%_pre_useradd %{ntp_user} %{_sysconfdir}/ntp /bin/false

#----------------------------------------------------------------------------

%prep
%setup -q -n ntp-%{version} -a4

%apply_patches

# set default path to sntp KoD database
sed -i 's|/var/db/ntp-kod|%{_localstatedir}/lib/ntp/sntp-kod|' sntp/*.{man.in,c}

%build
autoreconf -fis
%serverbuild

%configure2_5x \
	--with-crypto=openssl \
	--enable-linuxcaps \
	--with-ntpsnmpd

%make CFLAGS="%{optflags}"
make -C ntpstat-0.2 CFLAGS="%{optflags}"

%install
install -d -m 755 %{buildroot}%{_mandir}/man1
install -d -m 755 %{buildroot}%{_mandir}/man5
install -d -m 755 %{buildroot}%{_mandir}/man8

%makeinstall_std bindir=%{_sbindir}

install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/ntp.conf

install -d -m 755 %{buildroot}%{_sysconfdir}/ntp
install -m 640 %{SOURCE2} %{buildroot}%{_sysconfdir}/ntp/keys

install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/sysconfig/ntpd
install -m 644 %{SOURCE16} %{buildroot}%{_sysconfdir}/sysconfig/ntpdate

install -m 755 %{SOURCE15} %{buildroot}%{_sbindir}/ntpdate-wrapper

touch %{buildroot}%{_sysconfdir}/ntp/step-tickers
install -d -m 755 %{buildroot}/var/lib/ntp

install -m755 ntpstat-0.2/ntpstat %{buildroot}%{_sbindir}/
install -m644 ntpstat-0.2/ntpstat.1 %{buildroot}%{_mandir}/man1/
install -m644 %{SOURCE17} %{buildroot}%{_mandir}/man8/

# cleanup patched HTML files
rm -f html/ntpdate.html.droproot
# for %%doc
cp sntp/COPYRIGHT COPYRIGHT.sntp

install -D -p -m 644 %{SOURCE11} %{buildroot}%{_prefix}/lib/systemd/ntp-units.d/50-ntpd.list
install -D -p -m 644 %{SOURCE12} %{buildroot}%{_unitdir}/ntpd.service
install -D -p -m 644 %{SOURCE13} %{buildroot}%{_unitdir}/ntpdate.service
install -D -p -m 644 %{SOURCE14} %{buildroot}%{_unitdir}/ntp-wait.service

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23433 |14mu|numactl-2.0.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname numa %{major}
%define devname %mklibname numa -d

Summary:	Simple NUMA policy support
Name:		numactl
Version:	2.0.11
Release:	1
License:	LGPLv2/GPLv2
Group:		System/Configuration/Hardware
Url:		ftp://oss.sgi.com/www/projects/libnuma/download
Source0:	ftp://oss.sgi.com/www/projects/libnuma/download/%{name}-%{version}.tar.gz
ExclusiveArch:	%{ix86} x86_64 ia64

%description
This package contains the `numactl' program to run other programs with
a specific NUMA policy.

%files
%doc README CHANGES
%{_bindir}/memhog
%{_bindir}/numactl
%{_bindir}/numademo
%{_bindir}/numastat
%{_bindir}/migratepages
%{_bindir}/migspeed
%{_mandir}/man8/*.8*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Runtime libraries for NUMA policy support
Group:		System/Libraries

%description -n %{libname}
This package contains the dynamic libraries for NUMA policy support.

%files -n %{libname}
%{_libdir}/libnuma.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and libraries for NUMA policy
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	numa-devel = %{EVRD}

%description -n %{devname}
This package contains headers and libraries useful for developing
applications using different NUMA policies.

%files -n %{devname}
%{_libdir}/libnuma.so
%{_includedir}/numa.h
%{_includedir}/numaif.h
%{_includedir}/numacompat1.h
%{_mandir}/man3/numa.3*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

# To avoid conflicts with man-pages
rm -rf %{buildroot}%{_mandir}/man2/move_pages.2*

%changelog

* Tue Dec 12 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.11-1
- (5c0d5f4) New version 2.0.11
- (5c0d5f4) Don't build static library



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23434 |14mu|nvidia-additional-settings-1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Additional settings set for nvidia GPUs
Name: nvidia-additional-settings
Version: 1
Release: 3
Group: System/Kernel and hardware
Url: https://abf.rosalinux.ru/abf/nvidia-additional-settings/issues
License: GPLv2+
BuildArch: noarch
Source0: 68nvidia-defaults.sh

%description
Default settings for NVidia drivers.

%install
mkdir -p %buildroot/etc/profile.d
install -m755 %{SOURCE0} -D %{buildroot}/etc/profile.d/68nvidia-defaults.sh

%files
%config /etc/profile.d/68nvidia-defaults.sh

%changelog
* Tue Oct 21 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1-3
+ Revision: ab10548
- Added __GL_WRITE_TEXT_SECTION=0 (workaround for bug #4552)
- Looks like NVidia drivers do not always do the right thing when they
- decide whether to allow runtime changes to the application's code.
- This leads to segmentation faults sometimes, so let us disable this
- functionality for the present.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23435 |14mu|nvtv-0.4.7-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname nvtvsimple %major
%define develname	%mklibname nvtvsimple -d

Name: 		nvtv
Version: 	0.4.7
Release:	23
Source0:	http://downloads.sourceforge.net/nv-tv-out/%{name}-%{version}.tar.gz
Source1:	http://downloads.sourceforge.net/nv-tv-out/libnvtvsimple-0.4.7a.tar.gz
Source2:	nvtv.png
Patch0:		nvtv-0.4.7-ppc-build-fix.patch
Patch1:		libnvtvsimple-0.4.7a-fix-linking.patch
License: 	GPLv2
Group:		Video
Summary: 	Enable TV-Out on Linux for NVIDIA cards
URL:		http://sourceforge.net/projects/nv-tv-out/
BuildRequires:	pciutils-devel 
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	imagemagick
Requires:	pam
Requires:	xorg-x11
Requires:	usermode
Requires:	usermode-consoleonly
ExclusiveArch:	%{ix86} x86_64

%description
This is a tool to enable TV-Out on Linux for NVIDIA cards. It does not
need the kernel, supports multiple TV encoder chips. You may use all the
features of the chip, down to direct register access, and all resolutions 
and sizes the chip supports.

%package -n %{libname}
Group: System/Libraries
Summary: Library to enable TV-Out on Linux for NVIDIA cards

%description -n %{libname}
This is a shared library to enable TV-Out on Linux for NVIDIA cards.
It does not need the kernel, supports multiple TV encoder chips. You
may use all the features of the chip, down to direct register access,
and all resolutions and sizes the chip supports.

%package -n %{develname}
Group: Development/C
Requires: %{libname} = %{version}-%{release}
Provides: libnvtvsimple-devel = %{version}
Obsoletes: %mklibname nvtvsimple 0 -d
Summary: Library to enable TV-Out on Linux for NVIDIA cards

%description -n %{develname}
This is a shared library to enable TV-Out on Linux for NVIDIA cards.
It does not need the kernel, supports multiple TV encoder chips. You
may use all the features of the chip, down to direct register access,
and all resolutions and sizes the chip supports.

%prep
%setup -q -b 1
%patch0 -p1 -b .ppc-build-fix
%patch1 -p1
cd lib
libtoolize --copy --force
aclocal
autoconf
automake -a -c --foreign

%build
%configure2_5x --prefix=/bin --with-gtk=gtk2
%make
pushd lib
%configure2_5x
%make
popd

%install
install -D -m755 src/nvtv %{buildroot}/%{_sbindir}/nvtv
install -D -m755 src/nvtvd %{buildroot}/%{_sbindir}/nvtvd

# icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
install -m644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

pushd lib
%makeinstall_std
popd

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Nvidia TV Output
Comment=Frontend for Nvidia TV output
Comment[ru]=Управление ТВ-выходом видеокарт Nvidia
Exec=%{_bindir}/%{name}
Icon=%{name}
StartupNotify=true
Categories=GNOME;GTK;AudioVideo;Audio;Video;Player;
Type=Application
EOF


#Lets make a nice dialog box asking for root perms:
mkdir -p %{buildroot}%{_sysconfdir}/{pam.d,security/console.apps}
cat <<EOF >%{buildroot}%{_sysconfdir}/pam.d/%{name}
#%PAM-1.0
auth	sufficient	/lib/security/pam_rootok.so
auth	include		system-auth
session	optional	/lib/security/pam_xauth.so
account	required	/lib/security/pam_permit.so
EOF


cat <<EOF >%{buildroot}%{_sysconfdir}/security/console.apps/%{name}
USER=root
PROGRAM=/usr/sbin/nvtv
SESSION=true
FALLBACK=true
EOF

mkdir -p %{buildroot}%{_bindir}
ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/%{name}

%files
%doc doc/*.txt doc/USAGE README TODO BUGS ChangeLog FAQ ANNOUNCE 
%{_bindir}/*
%{_sbindir}/%{name}
%{_sbindir}/%{name}d
%config(noreplace) %{_sysconfdir}/security/console.apps/*
%config(noreplace) %{_sysconfdir}/pam.d/*
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop

%files -n %{libname}
%defattr (-,root,root)
%{_libdir}/lib*.so.*

%files -n %{develname}
%defattr (-,root,root)
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/lib*a
%{_libdir}/pkgconfig/*.pc

%changelog

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 0.4.7-23
- (98c7fd9) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23436 |14mu|objectweb-anttask-1.3.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define section         free

Summary:        ObjectWeb Ant task
Name:           objectweb-anttask
Version:        1.3.2
Release:        6
Epoch:          0
Group:          Development/Java
License:        LGPL
URL:            http://forge.objectweb.org/projects/monolog/
BuildArch:      noarch
BuildRequires:  java-devel
Source0:        http://download.fr2.forge.objectweb.org/monolog/ow_util_ant_tasks_%{version}.tar.bz2
Patch0:         objectweb-anttask-1.3.2-filesets.patch
BuildRequires:  ant
BuildRequires:  java-rpmbuild
BuildRequires:  xalan-j2
BuildRequires:  asm2
Provides:       owanttask = %{epoch}:%{version}-%{release}

%description
ObjectWeb Ant task

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
Javadoc for %{name}.

%prep
%setup -c -q -n %{name}
%patch0 -p1
%remove_java_binaries

%build
export CLASSPATH=$(build-classpath xalan-j2 asm2/ )
export OPT_JAR_LIST=:
%{ant} jar jdoc

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}

install -m 644 output/lib/ow_util_ant_tasks.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
pushd %{buildroot}%{_javadir}
  ln -sf %{name}-%{version}.jar %{name}.jar
popd

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a output/jdoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%{_javadir}/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}



%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.3.2-6
- (0e6fc5a) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23437 |14mu|objectweb-asm-3.1-0.5.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Copyright (c) 2000-2008, JPackage Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the
#    distribution.
# 3. Neither the name of the JPackage Project nor the names of its
#    contributors may be used to endorse or promote products derived
#    from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

%define section free

Name:           objectweb-asm
Version:        3.1
Release:        0.5.6
Epoch:          0
Summary:        A code manipulation tool to implement adaptable systems
License:        BSD
URL:            http://asm.objectweb.org/
Group:          Development/Java
Source0:        http://download.forge.objectweb.org/asm/asm-3.1.tar.gz
Source1:        http://repo1.maven.org/maven2/asm/asm/3.1/asm-3.1.pom
Source2:        http://repo1.maven.org/maven2/asm/asm-analysis/3.1/asm-analysis-3.1.pom
Source3:        http://repo1.maven.org/maven2/asm/asm-commons/3.1/asm-commons-3.1.pom
Source4:        http://repo1.maven.org/maven2/asm/asm-tree/3.1/asm-tree-3.1.pom
Source5:        http://repo1.maven.org/maven2/asm/asm-util/3.1/asm-util-3.1.pom
Source6:        http://repo1.maven.org/maven2/asm/asm-xml/3.1/asm-xml-3.1.pom
Source7:        http://repo1.maven.org/maven2/asm/asm-all/3.1/asm-all-3.1.pom
Source8:        http://repo1.maven.org/maven2/asm/asm-parent/3.1/asm-parent-3.1.pom
Source9:        asm-MANIFEST.MF
Patch0:         objectweb-asm-no-classpath-in-manifest.patch
# Needed by asm-xml.jar
Requires:       xml-commons-jaxp-1.3-apis
Requires(post): jpackage-utils >= 0:1.7.4
Requires(postun): jpackage-utils >= 0:1.7.4
BuildRequires:  jpackage-utils >= 0:1.7.4
BuildRequires:  java-devel >= 0:1.5.0
BuildRequires:  ant >= 0:1.6.5
BuildRequires:  objectweb-anttask
BuildRequires:  xml-commons-jaxp-1.3-apis
BuildRequires:  zip
BuildArch:      noarch

%description
ASM is a code manipulation tool to implement adaptable systems.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -n asm-%{version}
%patch0 -p1
perl -pi -e 's/\r$//g' LICENSE.txt README.txt

mkdir META-INF
cp -p %{SOURCE9} META-INF/MANIFEST.MF

%build
export CLASSPATH=
export OPT_JAR_LIST=:
ant -Dobjectweb.ant.tasks.path=$(build-classpath objectweb-anttask) jar jdoc

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}/%{name}

for jar in output/dist/lib/*.jar; do
install -m 644 ${jar} \
%{buildroot}%{_javadir}/%{name}/`basename ${jar}`
done

touch META-INF/MANIFEST.MF
zip output/dist/lib/all/asm-all-%{version}.jar META-INF/MANIFEST.MF

install -m 644 output/dist/lib/all/asm-all-%{version}.jar %{buildroot}%{_javadir}/%{name}/

(cd %{buildroot}%{_javadir}/%{name} && for jar in *-%{version}*; do \
ln -sf ${jar} ${jar/-%{version}/}; done)

# pom
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm.pom
%add_to_maven_depmap org.objectweb.asm asm %{version} JPP/objectweb-asm asm
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm-analysis.pom
%add_to_maven_depmap org.objectweb.asm asm-analysis %{version} JPP/objectweb-asm asm-analysis
install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm-commons.pom
%add_to_maven_depmap org.objectweb.asm asm-commons %{version} JPP/objectweb-asm asm-commons
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm-tree.pom
%add_to_maven_depmap org.objectweb.asm asm-tree %{version} JPP/objectweb-asm asm-tree
install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm-util.pom
%add_to_maven_depmap org.objectweb.asm asm-util %{version} JPP/objectweb-asm asm-util
install -m 644 %{SOURCE6} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm-xml.pom
%add_to_maven_depmap org.objectweb.asm asm-xml %{version} JPP/objectweb-asm asm-xml
install -m 644 %{SOURCE7} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm-all.pom
%add_to_maven_depmap org.objectweb.asm asm-all %{version} JPP/objectweb-asm asm-all
install -m 644 %{SOURCE8} %{buildroot}%{_datadir}/maven2/poms/JPP.objectweb-asm-asm-parent.pom
%add_to_maven_depmap org.objectweb.asm asm-parent %{version} JPP/objectweb-asm asm-parent

# javadoc
install -p -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr output/dist/doc/javadoc/user/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt README.txt
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/*.jar
%{_datadir}/maven2/*
%{_mavendepmapfragdir}/*

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%changelog

* Fri May 22 2015 dsilakov <denis.silakov@rosalab.ru> 0:3.1-0.5.6
- (7ff73c7) Merge pull request #1 from law/objectweb-asm:rosa2014.1
- (7ff73c7) Always place META-INF/MANIFEST.MF to asm-all.jar (for build with frozen time)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23438 |14mu|ocaml-findlib-1.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define up_name findlib
%define debug_package %{nil}

%define __noautoreq '(/usr/bin/ocamlrun)'

Summary:	A module packaging tool for OCaml
Name:		ocaml-%{up_name}
Version:	1.6.2
Release:	1
Group:		Development/OCaml
License:	MIT-style
Url:		http://projects.camlcity.org/projects/findlib.html/
Source0:	http://download.camlcity.org/download/%{up_name}-%{version}.tar.gz
BuildRequires:	camlp4
BuildRequires:	ocaml
BuildRequires:	ocaml-labltk
BuildRequires:	pkgconfig(ncurses)

%description
The findlib library provides a scheme to manage reusable software
components (packages), and includes tools that support this scheme.
Packages are collections of OCaml modules for which metainformation can
be stored. The packages are kept in the filesystem hierarchy, but with
strict directory structure. The library contains functions to look the
directory up that stores a package, to query metainformation about a
package, and to retrieve dependency information about multiple packages.
There is also a tool that allows the user to enter queries on the
command-line. In order to simplify compilation and linkage, there are
new frontends of the various OCaml compilers that can directly deal with
packages.

%files
%doc LICENSE
%config(noreplace) %{_sysconfdir}/findlib.conf
%{_bindir}/*
%{_mandir}/man*/*
%{_libdir}/ocaml/bytes
%{_libdir}/ocaml/findlib
%{_libdir}/ocaml/topfind
%{_libdir}/ocaml/num-top
# %{_libdir}/ocaml/compiler-libs
%exclude %{_libdir}/ocaml/findlib/*.a
%exclude %{_libdir}/ocaml/findlib/*.cmxa
%exclude %{_libdir}/ocaml/findlib/*.mli
%exclude %{_libdir}/ocaml/findlib/Makefile.config
%exclude %{_libdir}/ocaml/findlib/make_wizard
%exclude %{_libdir}/ocaml/findlib/make_wizard.pattern
%exclude %{_libdir}/ocaml/bytes/bytes.a
%exclude %{_libdir}/ocaml/bytes/bytes.cmxa

#----------------------------------------------------------------------------

%package	devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}
Provides:       %{name}-devel = %{EVRD}

%description	devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files devel
%doc LICENSE doc doc/README doc/guide-html
%{_libdir}/ocaml/findlib/*.a
%{_libdir}/ocaml/findlib/*.cmxa
%{_libdir}/ocaml/findlib/*.mli
%{_libdir}/ocaml/findlib/Makefile.config
%{_libdir}/ocaml/findlib/make_wizard
%{_libdir}/ocaml/findlib/make_wizard.pattern
%{_libdir}/ocaml/bytes/bytes.a
%{_libdir}/ocaml/bytes/bytes.cmxa

#----------------------------------------------------------------------------

%prep
%setup -q -n %{up_name}-%{version}

%build
./configure \
    -mandir %{_mandir} \
    -config %{_sysconfdir}/findlib.conf \
    -sitelib `ocamlc -where` \
    -with-toolbox
%make all
%ifnarch %{arm} %{mips}
%make opt
%endif

%install
%make prefix=%{buildroot} PREFIX=%{buildroot} install 

# don't ship META files for standard library in this package,
# they are included in ocaml package,
# [IMPORTANT] so when this package is updated, update too
# the tarball that contain these files (Source5) in the ocaml package!
rm -f %{buildroot}%{_libdir}/ocaml/bigarray/META
rm -f %{buildroot}%{_libdir}/ocaml/camlp4/META
rm -f %{buildroot}%{_libdir}/ocaml/compiler-libs/META
rm -f %{buildroot}%{_libdir}/ocaml/dbm/META
rm -f %{buildroot}%{_libdir}/ocaml/dynlink/META
rm -f %{buildroot}%{_libdir}/ocaml/graphics/META
rm -f %{buildroot}%{_libdir}/ocaml/labltk/META
rm -f %{buildroot}%{_libdir}/ocaml/num/META
rm -f %{buildroot}%{_libdir}/ocaml/num-top/META
rm -f %{buildroot}%{_libdir}/ocaml/stdlib/META
rm -f %{buildroot}%{_libdir}/ocaml/str/META
rm -f %{buildroot}%{_libdir}/ocaml/threads/META
rm -f %{buildroot}%{_libdir}/ocaml/unix/META
rm -f %{buildroot}%{_libdir}/ocaml/ocamlbuild/META
rm -f %{buildroot}%{_libdir}/ocaml/bytes/META
rm -f %{buildroot}%{_libdir}/ocaml/ocamldoc/META
# In order to update the [Source5] field of ocaml.spec,
# in the findlib source directory run the ./configure script
# with camlp4 and ocaml-labltk properly installed, then:
# tar cfj  findlib-1.2.4-ocaml-3.11.1-meta-files.tar.bz2  site-lib-src/*/META

%changelog

* Fri Apr 22 2016 dsilakov <denis.silakov@rosalab.ru> 1.6.2-1
- (94f3ef2) Merge pull request #1 from alzim/ocaml-findlib:rosa2014.1
- (94f3ef2) Updated to 1.6.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23439 |14mu|ocl-icd-2.2.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname opencl %{major}
%define devname %mklibname opencl -d
%define icddevname %mklibname ocl-icd -d

Summary:	OpenCL ICL Loader
Name:		ocl-icd
Version:	2.2.11
Release:	1
License:	BSD
Group:		System/Libraries
Url:		https://forge.imag.fr/projects/ocl-icd/
# make sure to update number after download.php or you will get incorrect file
Source0:	http://forge.imag.fr/frs/download.php/814/%{name}-%{version}.tar.gz
BuildRequires:	a2x
BuildRequires:	asciidoc
BuildRequires:	docbook-dtds
BuildRequires:	opencl-headers
BuildRequires:	ruby
BuildRequires:	xmlto

%description
OpenCL is a royalty-free standard for cross-platform, parallel programming
of modern processors found in personal computers, servers and
handheld/embedded devices.

This package provides an Installable Client Driver loader (ICD Loader).
The provided libOpenCL library is able to load any free or non-free installed
ICD (driver backend).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	OpenCL ICL Loader
Group:		System/Libraries

%description -n %{libname}
OpenCL is a royalty-free standard for cross-platform, parallel programming
of modern processors found in personal computers, servers and
handheld/embedded devices.

This package provides an Installable Client Driver loader (ICD Loader).
The provided libOpenCL library is able to load any free or non-free installed
ICD (driver backend).

%files -n %{libname}
%doc README
%{_libdir}/libOpenCL.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	OpenCL development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	opencl-headers
Provides:	opencl-devel = %{EVRD}

%description -n %{devname}
OpenCL is a royalty-free standard for cross-platform, parallel programming
of modern processors found in personal computers, servers and
handheld/embedded devices.

This package provides the files needed to compile software that uses
OpenCL.

%files -n %{devname}
%doc README NEWS COPYING
%{_libdir}/libOpenCL.so
%{_libdir}/pkgconfig/OpenCL.pc
%{_mandir}/man7/libOpenCL.7*
%{_mandir}/man7/libOpenCL.so.7*

#----------------------------------------------------------------------------

%package -n %{icddevname}
Summary:	ocl-icd development files
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	ocl-icd-devel = %{EVRD}

%description -n %{icddevname}
This package provides the files needed to build OpenCL client drivers that
use ocl-icd for ICL functionality.

%files -n %{icddevname}
%doc README NEWS COPYING
%doc instdocs/*
%{_includedir}/ocl_icd.h
%{_libdir}/pkgconfig/ocl-icd.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

rm -rf instdocs
mv %{buildroot}%{_docdir}/%{name} instdocs


%changelog

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.11-1
- (d5f58ec) Build requires docbook-dtds



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23440 |14mu|oddjob-0.31.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A D-Bus service which runs odd jobs on behalf of client applications
Name:		oddjob
Version:	0.31.5
Release:	2
License:	BSD
Group:		System/Base
Url:		http://www.fedorahosted.org/oddjob
Source0:	http://fedorahosted.org/released/oddjob/%{name}-%{version}.tar.gz
Source1:	http://fedorahosted.org/released/oddjob/%{name}-%{version}.tar.gz.sig
Patch0:		oddjob-0.31.5-check.patch
Patch1:		oddjob-0.31.5-pamdoc.patch
Patch2:		oddjob-0.31.5-noumask.patch
BuildRequires:	dbus-x11
BuildRequires:	docbook-dtd45-xml
BuildRequires:	xmlto
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(krb5)
BuildRequires:	pkgconfig(libselinux)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(systemd)
Requires(post,preun,postun):	systemd

%description
oddjob is a D-Bus service which performs particular tasks for clients which
connect to it and issue requests using the system-wide message bus.

%files
%doc *.dtd COPYING NEWS QUICKSTART doc/oddjob.html src/reload
%doc sample-install-root/sample
%{_unitdir}/oddjobd.service
%{_bindir}/oddjob_request
%{_sbindir}/oddjobd
%config(noreplace) %{_sysconfdir}/dbus-*/system.d/oddjob.conf
%config(noreplace) %{_sysconfdir}/oddjobd.conf
%dir %{_sysconfdir}/oddjobd.conf.d
%config(noreplace) %{_sysconfdir}/oddjobd.conf.d/oddjobd-introspection.conf
%dir %{_sysconfdir}/%{name}
%dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/sanity.sh
%{_mandir}/man1/oddjob_request.1*
%{_mandir}/man5/oddjob.conf.5*
%{_mandir}/man5/oddjobd.conf.5*
%{_mandir}/man5/oddjobd-introspection.conf.5*
%{_mandir}/man8/oddjobd.8*

%post
%systemd_post oddjobd.service

%postun
%systemd_postun oddjobd.service

%preun
%systemd_preun oddjobd.service


#----------------------------------------------------------------------------

%package mkhomedir
Summary:	An oddjob helper which creates and populates home directories
Group:		System/Base
Requires:	%{name} = %{EVRD}

%description mkhomedir
This package contains the oddjob helper which can be used by the
pam_oddjob_mkhomedir module to create a home directory for a user
at login-time.

%files mkhomedir
%doc src/mkhomedirfor src/mkmyhomedir
%dir %{_libexecdir}/%{name}
%{_libexecdir}/%{name}/mkhomedir
/%{_lib}/security/pam_oddjob_mkhomedir.so
%{_mandir}/man5/oddjob-mkhomedir.conf.5*
%{_mandir}/man5/oddjobd-mkhomedir.conf.5*
%{_mandir}/man8/pam_oddjob_mkhomedir.8*
%config(noreplace) %{_sysconfdir}/dbus-*/system.d/oddjob-mkhomedir.conf
%config(noreplace) %{_sysconfdir}/oddjobd.conf.d/oddjobd-mkhomedir.conf

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .check
%patch1 -p1 -b .pamdoc
%patch2 -p1 -b .noumask

%build
%configure2_5x \
	--disable-static \
	--enable-pie \
	--enable-now \
	--with-selinux-acls \
	--with-selinux-labels \
	--without-python \
	--enable-xml-docs \
	--enable-compat-dtd \
	--disable-dependency-tracking \
	--enable-systemd \
	--disable-sysvinit
%make

%install
%makeinstall_std

if ! test -d %{buildroot}/%{_lib}/security ; then
	mkdir -p %{buildroot}/%{_lib}/security
	mv %{buildroot}%{_libdir}/security/*.so %{buildroot}/%{_lib}/security/
fi

# Go ahead and build the sample layout.
mkdir -p sample-install-root/sample/{%{_sysconfdir}/{dbus-1/system.d,%{name}d.conf.d},%{_libdir}/%{name}}
install -m644 sample/oddjobd-sample.conf sample-install-root/sample/%{_sysconfdir}/%{name}d.conf.d/
install -m644 sample/oddjob-sample.conf sample-install-root/sample/%{_sysconfdir}/dbus-1/system.d/
install -m755 sample/oddjob-sample.sh sample-install-root/sample/%{_libdir}/%{name}/

# Make sure we don't needlessly make these docs executable.
chmod -x src/reload src/mkhomedirfor src/mkmyhomedir

# Make sure the datestamps match in multilib pairs.
touch -r src/oddjob-mkhomedir.conf.in %{buildroot}%{_sysconfdir}/oddjobd.conf.d/oddjobd-mkhomedir.conf
touch -r src/oddjob-mkhomedir.conf.in %{buildroot}%{_sysconfdir}/dbus-1/system.d/oddjob-mkhomedir.conf


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.31.5-2
- (9a14f22) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23441 |14mu|odt2txt-0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple (and stupid) converter from OpenDocument Text to plain text
Name:		odt2txt
Version:	0.5
Release:	1
License:	GPLv2+
Group:		Text tools
Url:		https://github.com/dstosberg/odt2txt
# https://github.com/dstosberg/odt2txt/archive/v%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(zlib)

%description
odt2txt is a command-line tool which extracts the text out of OpenDocument
Texts produced by OpenOffice.org, StarOffice, KOffice and others.

odt2txt is ...
* small
* supports multiple output encodings
* adopts to your locale
* able to substitute common characters which the output charset does
  not contain with ascii look-a-likes
* written in C, has few dependencies
* portable (runs on Linux, *BSD, Solaris, HP-UX, Windows, Cygwin)
* licensed under GPL, version 2

%files
%doc GPL-2
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make \
	CFLAGS="%{optflags}" \
	LDFLAGS="%{ldflags}"

%install
%makeinstall_std PREFIX=%{_prefix}


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5-1
- (b1198a7) New version 0.5
- (b1198a7) Build with system optflags
- (b1198a7) Source moved to github



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23442 |14mu|ogmtools-1.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OGG media stream tools
Name:		ogmtools
Version:	1.5
Epoch:		1
Release:	10
License:	GPLv2+
Group:		Video
Url:		http://www.bunkus.org/videotools/ogmtools/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		ogmtools-1.5-optflags.patch
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(vorbis)

%description
These tools allow information about (ogminfo) or extraction
from (ogmdemux) or creation of (ogmmerge) OGG media streams.
Note that OGM is used for "OGG media streams".

%files
%doc README ChangeLog
%{_bindir}/*
%{_mandir}/man1/*

#-----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.5-10
- (ea68b5e) Don't override system build flags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23443 |14mu|ogre-1.9.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname OGRE
################################################################################
# !!! Never backport this package as it requires full rebuild of all based games
%define version 1.9.0
################################################################################
%define uversion %(echo %{version}| tr . _)
%define libname %mklibname %{name} %{uversion}
%define devname %mklibname %{name} -d
%define filever %(echo v%{version}| tr . -)

Summary:	Object-Oriented Graphics Rendering Engine
Name:		ogre
Version:	%{version}
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.ogre3d.org/
Source0:	http://downloads.sourceforge.net/ogre/%{name}_src_%{filever}.tar.bz2
Source100:	%{name}.rpmlintrc
Patch0:		ogre-1.9.0-cmake_build-fix.patch
Patch1:		ogre-1.9.0-mediadir.patch
BuildRequires:	cmake
BuildRequires:	atomic-devel
BuildRequires:	boost-devel
BuildRequires:	freeimage-devel
BuildRequires:	tinyxml-devel
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(OIS)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zziplib)
#Requires to build cg-plugin, but we cannot do it as cg-devel is in Non-Free
#BuildRequires:	cg-devel
Suggests:	ogre-cg-plugin = %{version}

%description
OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented,
flexible 3D engine written in C++ designed to make it easier and more
intuitive for developers to produce games and demos utilising 3D hardware.
The class library abstracts all the details of using the underlying system
libraries like Direct3D and OpenGL and provides an interface based on world
objects and other intuitive classes.

%files
%doc AUTHORS BUGS
%{_bindir}/OgreMeshUpgrader
%{_bindir}/OgreXMLConverter
%dir %{_libdir}/%{oname}
%{_libdir}/%{oname}/*.so*
%dir %{_datadir}/%{oname}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries needed for programs using %{oname}
Group:		System/Libraries
# Engine files are always required
Requires:	%{name}

%description -n %{libname}
OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented,
flexible 3D engine written in C++ designed to make it easier and more
intuitive for developers to produce games and demos utilising 3D hardware.
The class library abstracts all the details of using the underlying system
libraries like Direct3D and OpenGL and provides an interface based on world
objects and other intuitive classes.

%files -n %{libname}
%{_libdir}/*.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for writing programs using %{oname}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development headers and libraries for writing programs using %{oname}.

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/%{oname}/cmake
%{_includedir}/%{oname}

#----------------------------------------------------------------------------

%package samples
Summary:	Samples for %{oname}
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description samples
Samples for %{oname}.

%files samples
%{_bindir}/SampleBrowser
%{_datadir}/%{oname}/*.cfg
%{_datadir}/%{oname}/CMakeLists.txt
%{_datadir}/%{oname}/media
%{_datadir}/%{oname}/Samples
%{_libdir}/%{oname}/Samples

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}_src_%{filever}
%patch0 -p1
%patch1 -p1
rm -f CMake/Packages/FindFreetype.cmake

%build
%cmake \
	-DOGRE_BUILD_DOCS:BOOL=OFF \
	-DOGRE_BUILD_PLUGIN_CG:BOOL=OFF \
	-DOGRE_INSTALL_SAMPLES:BOOL=ON \
	-DOGRE_INSTALL_SAMPLES_SOURCE:BOOL=ON \
	-DOGRE_CONFIG_MEMTRACK_RELEASE:BOOL=OFF
%make

%install
%makeinstall_std -C build


%changelog
* Fri Nov 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.0-3
+ Revision: 4fdfef5
- Fix media path and disable cg build with cmake option istead of missing BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23444 |14mu|ois-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define filever %(echo v%{version}| tr . -)

%define major 1.3.0
%define libname %mklibname OIS %{major}
%define devname %mklibname OIS -d

Summary:	Object Oriented Input System
Name:		ois
Version:	1.3
Release:	5
License:	zlib
Group:		System/Libraries
Url:		http://sourceforge.net/projects/wgois/
Source0:	http://downloads.sourceforge.net/wgois/%{name}_%{filever}.tar.gz
Patch0:		ois-gcc47.patch
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)

%description
Object Oriented Input System (OIS) is meant to be a cross platform, 
simple solution for using all kinds of Input Devices 
(KeyBoards, Mice, Joysticks, etc) and feedback devices 
(e.g. forcefeedback).

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for Object Oriented Input System
Group:		System/Libraries
Conflicts:	%{_lib}OIS1 < 1.3-5
Obsoletes:	%{_lib}OIS1 < 1.3-5

%description -n %{libname}
Object Oriented Input System (OIS) is meant to be a cross platform, 
simple solution for using all kinds of Input Devices 
(KeyBoards, Mice, Joysticks, etc) and feedback devices 
(e.g. forcefeedback).

%files -n %{libname}
%doc ReadMe.txt
%{_libdir}/libOIS-%{major}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs using %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and libraries needed for
developing programs using the %{name} library.

%files -n %{devname}
%{_includedir}/OIS
%{_libdir}/libOIS.so
%{_libdir}/libOIS.a
%{_libdir}/pkgconfig/OIS.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{filever}
%patch0 -p0

%build
sh ./bootstrap
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3-5
- (10e6689) Fix library package name
- (10e6689) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23445 |14mu|okteta-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A simple HEX editor for KDE
Name:		okteta
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(qca2)
Conflicts:	kdesdk4-core < 1:4.11.0

%description
Okteta is a simple editor for the raw data of files. This type of program
is also called hex editor or binary editor.

%files
%doc %{_kde_docdir}/HTML/en/okteta
%{_kde_applicationsdir}/okteta.desktop
%{_kde_appsdir}/okteta
%{_kde_appsdir}/oktetapart
%{_kde_bindir}/okteta
%{_kde_bindir}/struct2osd.sh
%{_kde_configdir}/okteta-structures.knsrc
%{_kde_datadir}/appdata/okteta.appdata.xml
%{_kde_datadir}/config.kcfg/structviewpreferences.kcfg
%{_kde_datadir}/mime/packages/okteta.xml
%{_kde_iconsdir}/*/*/apps/okteta.png
%{_kde_libdir}/kde4/libkbytearrayedit.so
%{_kde_libdir}/kde4/oktetapart.so
%{_kde_services}/kbytearrayedit.desktop
%{_kde_services}/oktetapart.desktop

#----------------------------------------------------------------------------

%define kasten2controllers_major 2
%define libkasten2controllers %mklibname kasten2controllers %{kasten2controllers_major}

%package -n %{libkasten2controllers}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname kasten1controllers 0} < 1:4.10.0

%description -n %{libkasten2controllers}
Okteta shared library.

%files -n %{libkasten2controllers}
%{_kde_libdir}/libkasten2controllers.so.%{kasten2controllers_major}
%{_kde_libdir}/libkasten2controllers.so.0.*

#----------------------------------------------------------------------------

%define kasten2core_major 2
%define libkasten2core %mklibname kasten2core %{kasten2core_major}

%package -n %{libkasten2core}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname kasten1core 0} < 1:4.10.0

%description -n %{libkasten2core}
Okteta shared library.

%files -n %{libkasten2core}
%{_kde_libdir}/libkasten2core.so.%{kasten2core_major}
%{_kde_libdir}/libkasten2core.so.0.*

#----------------------------------------------------------------------------

%define kasten2gui_major 2
%define libkasten2gui %mklibname kasten2gui %{kasten2gui_major}

%package -n %{libkasten2gui}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname kasten1gui 0} < 1:4.10.0

%description -n %{libkasten2gui}
Okteta shared library.

%files -n %{libkasten2gui}
%{_kde_libdir}/libkasten2gui.so.%{kasten2gui_major}
%{_kde_libdir}/libkasten2gui.so.0.*

#----------------------------------------------------------------------------

%define kasten2okteta1controllers_major 1
%define libkasten2okteta1controllers %mklibname kasten2okteta1controllers %{kasten2okteta1controllers_major}

%package -n %{libkasten2okteta1controllers}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname kasten1okteta1controllers 0} < 1:4.10.0

%description -n %{libkasten2okteta1controllers}
Okteta shared library.

%files -n %{libkasten2okteta1controllers}
%{_kde_libdir}/libkasten2okteta1controllers.so.%{kasten2okteta1controllers_major}
%{_kde_libdir}/libkasten2okteta1controllers.so.0.*

#----------------------------------------------------------------------------

%define kasten2okteta1core_major 1
%define libkasten2okteta1core %mklibname kasten2okteta1core %{kasten2okteta1core_major}

%package -n %{libkasten2okteta1core}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname kasten1okteta1core 0} < 1:4.10.0

%description -n %{libkasten2okteta1core}
Okteta shared library.

%files -n %{libkasten2okteta1core}
%{_kde_libdir}/libkasten2okteta1core.so.%{kasten2okteta1core_major}
%{_kde_libdir}/libkasten2okteta1core.so.0.*

#----------------------------------------------------------------------------

%define kasten2okteta1gui_major 1
%define libkasten2okteta1gui %mklibname kasten2okteta1gui %{kasten2okteta1gui_major}

%package -n %{libkasten2okteta1gui}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname kasten1okteta1gui 0} < 1:4.10.0

%description -n %{libkasten2okteta1gui}
Okteta shared library.

%files -n %{libkasten2okteta1gui}
%{_kde_libdir}/libkasten2okteta1gui.so.%{kasten2okteta1gui_major}
%{_kde_libdir}/libkasten2okteta1gui.so.0.*

#----------------------------------------------------------------------------

%define okteta1core_major 1
%define libokteta1core %mklibname okteta1core %{okteta1core_major}

%package -n %{libokteta1core}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname okteta1core 0} < 1:4.10.0

%description -n %{libokteta1core}
Okteta shared library.

%files -n %{libokteta1core}
%{_kde_libdir}/libokteta1core.so.%{okteta1core_major}
%{_kde_libdir}/libokteta1core.so.0.*

#----------------------------------------------------------------------------

%define okteta1gui_major 1
%define libokteta1gui %mklibname okteta1gui %{okteta1gui_major}

%package -n %{libokteta1gui}
Summary:	Okteta shared library
Group:		System/Libraries
Obsoletes:	%{mklibname okteta1gui 0} < 1:4.10.0

%description -n %{libokteta1gui}
Okteta shared library.

%files -n %{libokteta1gui}
%{_kde_libdir}/libokteta1gui.so.%{okteta1gui_major}
%{_kde_libdir}/libokteta1gui.so.0.*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Okteta
Group:		Development/KDE and Qt
Requires:	%{libkasten2controllers} = %{EVRD}
Requires:	%{libkasten2core} = %{EVRD}
Requires:	%{libkasten2gui} = %{EVRD}
Requires:	%{libkasten2okteta1controllers} = %{EVRD}
Requires:	%{libkasten2okteta1core} = %{EVRD}
Requires:	%{libkasten2okteta1gui} = %{EVRD}
Requires:	%{libokteta1core} = %{EVRD}
Requires:	%{libokteta1gui} = %{EVRD}

%description devel
This package includes the header files you will need to compile
applications that use Okteta libraries.

%files devel
%{_kde_includedir}/*
%{_kde_libdir}/libkasten2controllers.so
%{_kde_libdir}/libkasten2core.so
%{_kde_libdir}/libkasten2gui.so
%{_kde_libdir}/libkasten2okteta1controllers.so
%{_kde_libdir}/libkasten2okteta1core.so
%{_kde_libdir}/libkasten2okteta1gui.so
%{_kde_libdir}/libokteta1core.so
%{_kde_libdir}/libokteta1gui.so
%{_kde_libdir}/kde4/plugins/designer/oktetadesignerplugin.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 4b9b0d9
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23446 |14mu|okular-4.14.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A universal document viewer
Name:		okular
Version:	4.14.3
Release:	3
Epoch:		2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/graphics/okular/
%define is_beta %(if test `echo %version |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Patch0:		kdegraphics-4.6.4-okularxdg.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(kscreen)
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(qimageblitz) < 5.0.0
BuildRequires:	pkgconfig(QJson)
Requires:	%{name}-pdf = %{EVRD}
Requires:	%{name}-postscript = %{EVRD}
Suggests:	%{name}-chm = %{EVRD}
Suggests:	%{name}-comicbook = %{EVRD}
Suggests:	%{name}-djvu = %{EVRD}
Suggests:	%{name}-dvi = %{EVRD}
Suggests:	%{name}-epub = %{EVRD}
Suggests:	%{name}-fax = %{EVRD}
Suggests:	%{name}-fb = %{EVRD}
Suggests:	%{name}-kimgio = %{EVRD}
Suggests:	%{name}-mobipocket = %{EVRD}
Suggests:	%{name}-ooo = %{EVRD}
Suggests:	%{name}-plucker = %{EVRD}
Suggests:	%{name}-tiff = %{EVRD}
Suggests:	%{name}-txt = %{EVRD}
Suggests:	%{name}-xps = %{EVRD}

%description
Okular is a universal document viewer based on KPDF for KDE 4.

Okular combines the excellent functionalities of KPDF with the versatility
of supporting different kind of documents, like PDF, Postscript, DjVu, CHM,
and others.

The document format handlers page has a chart describing in more detail
the supported formats and the features supported in each of them.

%files
%doc AUTHORS COPYING TODO VERSION
%doc %{_kde_docdir}/HTML/en/okular/
%{_kde_bindir}/okular
%{_kde_libdir}/kde4/okularpart.so
%{_kde_libdir}/kde4/imports/org/kde/okular
%{_kde_applicationsdir}/okular.desktop
%{_kde_appsdir}/okular
%{_kde_appsdir}/kconf_update/okular.upd
%{_kde_datadir}/config.kcfg/okular.kcfg
%{_kde_datadir}/config.kcfg/gssettings.kcfg
%{_kde_datadir}/config.kcfg/okular_core.kcfg
%{_kde_services}/okular_part.desktop
%{_kde_servicetypes}/okularGenerator.desktop
%{_kde_iconsdir}/*/*/*/okular.*
%{_kde_mandir}/man1/okular.1*

#------------------------------------------------

%package pdf
Summary:	PDF display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(poppler-qt4)

%description pdf
PDF display support for Okular.

%files pdf
%{_kde_datadir}/config.kcfg/pdfsettings.kcfg
%{_kde_libdir}/kde4/okularGenerator_poppler.so
%{_kde_services}/libokularGenerator_poppler.desktop
%{_kde_services}/okularPoppler.desktop
%{_kde_applicationsdir}/okularApplication_pdf.desktop
%{_kde_applicationsdir}/active-documentviewer_pdf.desktop

#------------------------------------------------

%package chm
Summary:	CHM (Microsoft Help) display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildRequires:	chmlib-devel

%description chm
CHM (Microsoft Help) display support for Okular.

%files chm
%{_kde_libdir}/kde4/kio_msits.so
%{_kde_libdir}/kde4/okularGenerator_chmlib.so
%{_kde_services}/msits*
%{_kde_services}/libokularGenerator_chmlib.desktop
%{_kde_services}/okularChm.desktop
%{_kde_applicationsdir}/okularApplication_chm.desktop
%{_kde_applicationsdir}/active-documentviewer_chm.desktop

#------------------------------------------------

%package comicbook
Summary:	ComicBook display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description comicbook
ComicBook display support for Okular.

%files comicbook
%{_kde_libdir}/kde4/okularGenerator_comicbook.so
%{_kde_services}/libokularGenerator_comicbook.desktop
%{_kde_services}/okularComicbook.desktop
%{_kde_applicationsdir}/okularApplication_comicbook.desktop
%{_kde_applicationsdir}/active-documentviewer_comicbook.desktop

#------------------------------------------------

%package djvu
Summary:	DjVu display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(ddjvuapi)

%description djvu
DjVu display support for Okular.

%files djvu
%{_kde_libdir}/kde4/okularGenerator_djvu.so
%{_kde_services}/libokularGenerator_djvu.desktop
%{_kde_services}/okularDjvu.desktop
%{_kde_applicationsdir}/okularApplication_djvu.desktop
%{_kde_applicationsdir}/active-documentviewer_djvu.desktop

#------------------------------------------------

%package dvi
Summary:	DVI display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description dvi
DVI display support for Okular.

%files dvi
%{_kde_libdir}/kde4/okularGenerator_dvi.so
%{_kde_services}/libokularGenerator_dvi.desktop
%{_kde_services}/okularDvi.desktop
%{_kde_applicationsdir}/okularApplication_dvi.desktop
%{_kde_applicationsdir}/active-documentviewer_dvi.desktop

#------------------------------------------------

%package epub
Summary:	EPub display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildRequires:	ebook-tools-devel

%description epub
EPub display support for Okular.

%files epub
%{_kde_libdir}/kde4/okularGenerator_epub.so
%{_kde_services}/libokularGenerator_epub.desktop
%{_kde_services}/okularEPub.desktop
%{_kde_applicationsdir}/okularApplication_epub.desktop
%{_kde_applicationsdir}/active-documentviewer_epub.desktop

#------------------------------------------------

%package fax
Summary:	Fax display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description fax
Fax display support for Okular.

%files fax
%{_kde_libdir}/kde4/okularGenerator_fax.so
%{_kde_services}/libokularGenerator_fax.desktop
%{_kde_services}/okularFax.desktop
%{_kde_applicationsdir}/okularApplication_fax.desktop
%{_kde_applicationsdir}/active-documentviewer_fax.desktop

#------------------------------------------------

%package fb
Summary:	FeedBooks display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description fb
FeedBooks display support for Okular.

%files fb
%{_kde_libdir}/kde4/okularGenerator_fb.so
%{_kde_services}/libokularGenerator_fb.desktop
%{_kde_services}/okularFb.desktop
%{_kde_applicationsdir}/okularApplication_fb.desktop
%{_kde_applicationsdir}/active-documentviewer_fb.desktop

#------------------------------------------------

%package kimgio
Summary:	KImgIO display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(libkexiv2)

%description kimgio
KImgIO display support for Okular.

%files kimgio
%{_kde_libdir}/kde4/okularGenerator_kimgio.so
%{_kde_services}/libokularGenerator_kimgio.desktop
%{_kde_services}/okularKimgio.desktop
%{_kde_applicationsdir}/okularApplication_kimgio.desktop
%{_kde_applicationsdir}/active-documentviewer_kimgio.desktop

#------------------------------------------------

%package mobipocket
Summary:	Mobipocket display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildRequires:	qmobipocket-devel
Conflicts:	kdegraphics-mobipocket < 2:4.12.1

%description mobipocket
Mobipocket display support for Okular.

%files mobipocket
%{_kde_libdir}/kde4/okularGenerator_mobi.so
%{_kde_services}/libokularGenerator_mobi.desktop
%{_kde_services}/okularMobi.desktop
%{_kde_applicationsdir}/okularApplication_mobi.desktop

#------------------------------------------------

%package ooo
Summary:	OpenOffice.Org/LibreOffice display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description ooo
OpenOffice.org/LibreOffice display support for Okular.

%files ooo
%{_kde_libdir}/kde4/okularGenerator_ooo.so
%{_kde_services}/libokularGenerator_ooo.desktop
%{_kde_services}/okularOoo.desktop
%{_kde_applicationsdir}/okularApplication_ooo.desktop
%{_kde_applicationsdir}/active-documentviewer_ooo.desktop

#------------------------------------------------

%package plucker
Summary:	Plucker display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description plucker
Plucker display support for Okular.

%files plucker
%{_libdir}/kde4/okularGenerator_plucker.so
%{_kde_services}/libokularGenerator_plucker.desktop
%{_kde_services}/okularPlucker.desktop
%{_kde_applicationsdir}/okularApplication_plucker.desktop
%{_kde_applicationsdir}/active-documentviewer_plucker.desktop

#------------------------------------------------

%package postscript
Summary:	PostScript display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(libspectre)

%description postscript
PostScript display support for Okular.

%files postscript
%{_kde_libdir}/kde4/okularGenerator_ghostview.so
%{_kde_services}/libokularGenerator_ghostview.desktop
%{_kde_services}/okularGhostview.desktop
%{_kde_applicationsdir}/okularApplication_ghostview.desktop
%{_kde_applicationsdir}/active-documentviewer_ghostview.desktop

#------------------------------------------------

%package tiff
Summary:	TIFF display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description tiff
TIFF display support for Okular.

%files tiff
%{_kde_libdir}/kde4/okularGenerator_tiff.so
%{_kde_services}/libokularGenerator_tiff.desktop
%{_kde_services}/okularTiff.desktop
%{_kde_applicationsdir}/okularApplication_tiff.desktop
%{_kde_applicationsdir}/active-documentviewer_tiff.desktop

#------------------------------------------------

%package txt
Summary:	TXT display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description txt
TXT display support for Okular.

%files txt
%{_kde_libdir}/kde4/okularGenerator_txt.so
%{_kde_services}/libokularGenerator_txt.desktop
%{_kde_services}/okularTxt.desktop
%{_kde_applicationsdir}/active-documentviewer_txt.desktop
%{_kde_applicationsdir}/okularApplication_txt.desktop

#------------------------------------------------

%package xps
Summary:	XPS display support for Okular
Group:		Graphical desktop/KDE
Requires:	%{name} = %{EVRD}

%description xps
XPS display support for Okular.

%files xps
%{_kde_libdir}/kde4/okularGenerator_xps.so
%{_kde_services}/libokularGenerator_xps.desktop
%{_kde_services}/okularXps.desktop
%{_kde_applicationsdir}/okularApplication_xps.desktop
%{_kde_applicationsdir}/active-documentviewer_xps.desktop

#------------------------------------------------

%define okularcore_major 5
%define libokularcore %mklibname okularcore %{okularcore_major}

%package -n %{libokularcore}
Summary:	Runtime library for okular
Group:		System/Libraries
Obsoletes:	%{_lib}okularcore1 < 2:4.10.0
Obsoletes:	%{_lib}okularcore2 < 2:4.11.0
Obsoletes:	%{_lib}okularcore3 < 2:4.13.0
Obsoletes:	%{_lib}okularcore4 < 2:4.14.0

%description -n %{libokularcore}
Runtime library for Okular.

%files -n %{libokularcore}
%{_kde_libdir}/libokularcore.so.%{okularcore_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for kdegraphics
Group:		Development/KDE and Qt
Conflicts:	kdegraphics4-devel < 2:4.6.90
Requires:	%{libokularcore} = %{EVRD}
Requires:	kdelibs4-devel
Requires:	chmlib-devel
Requires:	ebook-tools-devel

%description devel
This package contains header files needed if you wish to build applications
based on Okular.

%files devel
%{_includedir}/%{name}
%{_kde_libdir}/cmake/Okular/OkularConfig.cmake
%{_kde_libdir}/cmake/Okular/OkularConfigVersion.cmake
%{_kde_libdir}/libokularcore.so

#----------------------------------------------------------------------

%prep
%setup -q
%patch0 -p2

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Wed Apr 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:4.14.3-3
- (8baba5c) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23447 |14mu|opal3-3.10.10-4.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define major		%{version}
%define libname		%mklibname opal %{major}
%define devname		%mklibname %{name} -d

######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

%define url_ver %(echo %version | cut -d. -f1,2)

Summary:	VoIP library
Name:		opal3
Version:	3.10.10
Release:	4.1%{?extrarelsuffix}
License:	MPL
Group:		System/Libraries
URL:		http://www.opalvoip.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/opal/%{url_ver}/opal-%{version}.tar.xz
Patch0:		opal-3.10.7-fix-link.patch
Patch2:		opal-3.10.7-ffmpeg-0.11.patch
Patch3:		opal-3.10.10-ffmpeg-2.0.patch
BuildRequires:	gawk
BuildRequires:	openldap-devel
BuildRequires:	ptlib-devel >= 2.10.7
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	ffmpeg-devel
%if %{build_plf}
BuildRequires:	pkgconfig(x264)
%endif

%description
This is an open source class library for the development of
applications that wish to use SIP / H.323 protocols for multimedia
communications over packet based networks.

%if %{build_plf}
This package is in restricted repository because the H264 codec is
covered by patents.
%endif

#----------------------------------------------------------------------------

%package -n	%{libname}-plugins
Summary:	Codec plugins for Opal
Group:		System/Libraries
Provides:	%{name}-plugins = %{EVRD}

%description -n	%{libname}-plugins
PTlib codec plugins for various formats provided by Opal.

%files -n %{libname}-plugins
%{_libdir}/opal-%{version}/codecs/audio/*
%{_libdir}/opal-%{version}/codecs/video/*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Opal Library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Requires:	%{libname}-plugins = %{EVRD}

%description -n	%{libname}
Shared library for OPAL (SIP / H323 stack).

%files -n %{libname}
%attr(0755,root,root) %{_libdir}/lib*.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Opal development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
Header files and libraries for developing applications that use
Opal.

%files -n %{devname}
%doc mpl-1.0.htm
%attr(0755,root,root) %{_libdir}/*.so
%{_libdir}/*.*a
%{_includedir}/*
%{_libdir}/pkgconfig/opal.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n opal-%{version}
%patch0 -p0 -b .link
%patch2 -p0 -b .ffmpeg
%patch3 -p1 -b .ffmpeg2

%build
#gw don't use the default %%optflags, see
# https://qa.mandriva.com/show_bug.cgi?id=48476
%define optflags %nil
#gw else the UINT64_C macro is not defined by stdint.h
export STDCCFLAGS=-D__STDC_CONSTANT_MACROS
%configure2_5x
%make

%install
%makeinstall_std

# remove incorrect symlinks (http://bugzilla.gnome.org/show_bug.cgi?id=553808 )
rm -f %{buildroot}%{_libdir}/libopal.so.?
rm -f %{buildroot}%{_libdir}/libopal.so.?.?


%changelog

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.10.10-4.1
- (213661b) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23448 |14mu|openafs-1.6.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dkms_version %{version}-%{release}
%define module  libafs
%define major   1
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d
%define stdevelname %mklibname %{name} -d -s
%global __requires_exclude libafsrpc.so

Name:           openafs
Version:        1.6.18
Release:        1
Summary:        OpenAFS distributed filesystem
Group:          Networking/Other
License:        IBM
URL:            http://openafs.org/
Source0:        http://www.openafs.org/dl/openafs/%{version}/openafs-%{version}-src.tar.gz
Source1:        http://www.openafs.org/dl/openafs/%{version}/openafs-%{version}-doc.tar.gz
Source2:        http://grand.central.org/dl/cellservdb/CellServDB.2014-11-17
Source3:        openafs-client.service
### This source isn't used, so let's comment it out for now.
##      Source4:        openafs.config
Source5:        openafs-server.service
Source6:        openafs.sysconfig
Source7:        openafs-cacheinfo
Source100:	%{name}.rpmlintrc

BuildRequires:  pam-devel
BuildRequires:  ncurses-devel
BuildRequires:  flex
BuildRequires:  pkgconfig(fuse)
BuildRequires:  pkgconfig(libtirpc)
BuildRequires:  bison
BuildRequires:  krb5-devel
Requires:       kmod(libafs)
Conflicts:      krbafs-utils
Conflicts:      coda-debug-backup


%description
AFS is a distributed filesystem allowing cross-platform sharing of files
among multiple computers. Facilities are provided for access control,
authentication, backup and administrative management.

This package provides common files shared across all the various
OpenAFS packages but are not necessarily tied to a client or server.

%package        client
Summary:        OpenAFS filesystem client
Group:          Networking/Other
Requires:       %{name} = %{version}
Requires(post,preun): rpm-helper

%description    client
AFS is a distributed filesystem allowing cross-platform sharing of files
among multiple computers. Facilities are provided for access control,
authentication, backup and administrative management.

This package provides basic client support to mount and manipulate
AFS.

%package        server
Summary:        OpenAFS filesystem server
Group:          Networking/Other
Requires:       %{name}-client = %{version}
Requires(post,preun): rpm-helper

%description    server
AFS is a distributed filesystem allowing cross-platform sharing of files
among multiple computers. Facilities are provided for access control,
authentication, backup and administrative management.

This package provides basic server support to host files in an AFS
cell.

%package -n     %{libname}
Summary:        Libraries for %{name}
Group:          System/Libraries

%description -n %{libname}
This package contains the libraries needed to run programs dynamically
linked with %{name}.

%package -n     %{develname}
Summary:        Libraries and header files for %{name}
Group:          Development/C
Requires:       %{libname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}
Obsoletes:      %mklibname -d %{name} 1
Conflicts:      %mklibname -d lwp 2
Conflicts:      %mklibname -d rplay

%description -n %{develname}
This package contains the static development libraries and headers needed
to compile applications linked with OpenAFS libraries.


%package -n     %{stdevelname}
Summary:        Static libraries and header files for %{name}
Group:          Development/C
Requires:       %{libname} = %{version}-%{release}
Provides:       %{name}-devel-static = %{version}-%{release}

%description -n %{stdevelname}
This package contains the static development libraries and headers needed
to compile applications linked with OpenAFS libraries.


%package -n     dkms-%{module}
Summary:        DKMS-ready kernel source for AFS distributed filesystem
Group:          Development/Kernel
BuildArch:      noarch
Obsoletes:      openafs-kernel-source
Provides:       openafs-kernel-source
Requires(pre):  dkms
Requires(pre):  flex
Requires(post): dkms
Provides:       kmod(libafs)

%description -n dkms-%{module}
This package provides the AFS kernel module.

%package        doc
Summary:        OpenAFS doc
Group:          Networking/Other
BuildArch:      noarch

%description    doc
This packages provides the documentation for OpenAFS.


%prep
%setup -q -T -b 0
%setup -q -T -D -b 1


%build
./regen.sh
%serverbuild
%ifarch x86_64
%define sysname amd64_linux26
%else
%define sysname %{_arch}_linux26
%endif

%configure2_5x \
	--disable-kernel-module \
	--with-afs-sysname=%{sysname}

make all_nolibafs
make libafs_tree

%install
make install_nolibafs DESTDIR=%{buildroot}

# cache
install -m 755 -d %{buildroot}/var/cache/%{name}

# configuration
install -m 755 -d %{buildroot}%{_sysconfdir}/%{name}
install -m 644 %{SOURCE2}  %{buildroot}%{_sysconfdir}/%{name}/CellServDB.dist
install -m 644 src/packaging/RedHat/openafs-ThisCell  %{buildroot}%{_sysconfdir}/%{name}/ThisCell
install -m 644 %{SOURCE7}  %{buildroot}%{_sysconfdir}/%{name}/cacheinfo


# Systemd
install -m 755 -d %{buildroot}%{_unitdir}
install -m 755 -d %{buildroot}%{_sysconfdir}/sysconfig
install -m 755 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}-client.service
install -m 755 %{SOURCE5} %{buildroot}%{_unitdir}/%{name}-server.service
install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/sysconfig/%{name}

# kernel module
install -d -m 755 %{buildroot}%{_prefix}/src
cp -a libafs_tree %{buildroot}%{_prefix}/src/%{module}-%{dkms_version}

cat > %{buildroot}%{_prefix}/src/%{module}-%{dkms_version}/dkms.conf <<EOF

PACKAGE_VERSION="%{dkms_version}"

# Items below here should not have to change with each driver version
PACKAGE_NAME="%{module}"
MAKE[0]="SMP=SP; eval \\\`grep CONFIG_SMP /boot/config-\${kernelver_array[0]}\\\`; [ -n \"\\\$CONFIG_SMP\" ] && SMP=MP; ./configure --with-linux-kernel-headers=\${kernel_source_dir}; make MPS=\\\$SMP; mv src/libafs/MODLOAD-*/libafs.ko ."
CLEAN="make -C src/libafs clean"

BUILT_MODULE_NAME[0]="\$PACKAGE_NAME"
DEST_MODULE_LOCATION[0]="/kernel/3rdparty/\$PACKAGE_NAME/"

AUTOINSTALL=yes

EOF

# clean up stuff that we don't want to package

# DCE security system stuff -- wasn't included before -- is this
# of use to anyone?
#rm %{buildroot}%{_bindir}/dpass

# this is coming out 0 bytes. And it wasn't getting packaged before.
# rm %{buildroot}%{_sbindir}/kdump

# we don't use these.... Red Hat has its own pam_krb5afs modules.
# maybe in the future, we could configure these instead....
#rm %{buildroot}%{_libdir}/pam_afs.krb.so.1
#rm %{buildroot}%{_libdir}/pam_afs.so.1

%multiarch_binaries %{buildroot}%{_bindir}/rxgen

%multiarch_binaries %{buildroot}%{_bindir}/xstat_cm_test

%multiarch_binaries %{buildroot}%{_bindir}/xstat_fs_test

%multiarch_includes %{buildroot}%{_includedir}/afs/dirpath.h

%multiarch_includes %{buildroot}%{_includedir}/afs/param.h

# rename binaries and man page to avoid some conflicts
mv %{buildroot}%{_bindir}/kpasswd{,.afs}
mv %{buildroot}%{_bindir}/pagsh{,.afs}
mv %{buildroot}%{_bindir}/up{,.afs}
mv %{buildroot}%{_mandir}/man1/kpasswd.1 \
    %{buildroot}%{_mandir}/man1/kpasswd.afs.1
mv %{buildroot}%{_mandir}/man1/pagsh.1 \
    %{buildroot}%{_mandir}/man1/pagsh.afs.1
mv %{buildroot}%{_mandir}/man1/up.1 \
    %{buildroot}%{_mandir}/man1/up.afs.1
mv %{buildroot}%{_mandir}/man8/upclient.8 \
    %{buildroot}%{_mandir}/man8/upclient.afs.8

# fix generated files
perl -pi -e 's|%{_builddir}/%{name}-%{version}/src|../..|' \
    %{buildroot}%{_prefix}/src/libafs-%{version}-%{release}/src/config/Makefile.version

touch %{buildroot}%{_sysconfdir}/openafs/ThisCell
chmod 644 %{buildroot}%{_sysconfdir}/openafs/ThisCell

%post client

# Create the CellServDB
# We need to do this before starting the service

[ -f /etc/openafs/CellServDB.local ] || touch /etc/openafs/CellServDB.local

( cd /etc/openafs ; \
  cat CellServDB.local CellServDB.dist > CellServDB ; \
  chmod 644 CellServDB )
  
%_post_service %{name}-client
if [ ! -e /afs ]; then
	mkdir /afs
fi


%preun client
%_preun_service %{name}-client

%post server
%_post_service %{name}-server

%preun server
%_preun_service %{name}-server

%post -n dkms-%{module}
dkms add -m %{module} -v %{dkms_version} --rpm_safe_upgrade
dkms build -m %{module} -v %{dkms_version} --rpm_safe_upgrade
dkms install -m %{module} -v %{dkms_version} --rpm_safe_upgrade

%preun -n dkms-%{module}
dkms remove -m %{module} -v %{dkms_version} --rpm_safe_upgrade --all ||:

%files
%doc README NEWS src/LICENSE
%{_bindir}/afs_compile_et
%{_bindir}/afsmonitor
%{_bindir}/aklog
%{_bindir}/asetkey
%{_bindir}/bos
%{_bindir}/fs
%{_bindir}/klog
%{_bindir}/klog.krb
%{_bindir}/klog.krb5
%{_bindir}/knfs
%{_bindir}/afsio
%{_bindir}/kpasswd.afs
%{_bindir}/kpwvalid
%{_bindir}/livesys
%{_bindir}/pagsh.afs
%{_bindir}/pagsh.krb
%{_bindir}/pts
%{_bindir}/scout
%{_bindir}/sys
%{_bindir}/tokens
%{_bindir}/tokens.krb
%{_bindir}/translate_et
%{_bindir}/udebug
%{_bindir}/unlog
%{_bindir}/restorevol
%{_sbindir}/backup
%{_sbindir}/dafssync-debug
%{_sbindir}/fssync-debug
%{_sbindir}/salvsync-debug
%{_sbindir}/state_analyzer
%{_sbindir}/afsd.fuse
%{_sbindir}/bos_util
%{_sbindir}/butc
%{_sbindir}/fms
%{_sbindir}/fstrace
%{_sbindir}/kas
%{_sbindir}/read_tape
%{_sbindir}/rxdebug
%{_sbindir}/uss
%{_sbindir}/vos
%{_datadir}/%{name}/
%{_mandir}/man1/afsmonitor.1*
%{_mandir}/man1/fs.1*
%{_mandir}/man1/klog.1*
%{_mandir}/man1/knfs.1*
%{_mandir}/man1/livesys.1*
%{_mandir}/man1/pagsh.afs.1*
%{_mandir}/man1/pts.1*
%{_mandir}/man1/scout.1*
%{_mandir}/man1/sys.1*
%{_mandir}/man1/tokens.1*
%{_mandir}/man1/translate_et.1*
%{_mandir}/man1/udebug.1*
%{_mandir}/man1/unlog.1*
%{_mandir}/man1/rxdebug.1*
%{_mandir}/man1/vos.1*
%{_mandir}/man1/kpasswd.afs.1*

%files client
%config(noreplace) %{_sysconfdir}/%{name}/*
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_unitdir}/%{name}-client.service
%{_bindir}/cmdebug
%{_bindir}/up.afs
%{_sbindir}/afsd
%{_mandir}/man1/up.afs.1*
/var/cache/%{name}

%files server
%{_unitdir}/%{name}-server.service
%{_sbindir}/bosserver
%{_sbindir}/ka-forwarder
%{_sbindir}/kadb_check
%{_sbindir}/kdb
%{_sbindir}/kpwvalid
%{_sbindir}/prdb_check
%{_sbindir}/pt_util
%{_sbindir}/rmtsysd
%{_sbindir}/vldb_check
%{_sbindir}/vldb_convert
%{_sbindir}/voldump
%{_sbindir}/volinfo
%{_sbindir}/volscan
%{_sbindir}/vsys
%{_libdir}/openafs
# % {_libexecdir}/openafs
%{_mandir}/man8/bosserver.8*
%{_mandir}/man8/kadb_check.8*
%{_mandir}/man8/kdb.8*
%{_mandir}/man8/kpwvalid.8*
%{_mandir}/man8/prdb_check.8*
%{_mandir}/man8/vldb_check.8*
%{_mandir}/man8/voldump.8*
%{_mandir}/man8/volinfo.8*

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{stdevelname}
%{_libdir}/*.a

%files -n %{develname}

%multiarch %{multiarch_bindir}/rxgen

%multiarch %{multiarch_bindir}/xstat_cm_test

%multiarch %{multiarch_bindir}/xstat_fs_test

%{_bindir}/rxgen
%{_bindir}/xstat_cm_test
%{_bindir}/xstat_fs_test
%{_includedir}/*.h
%{_includedir}/afs
%{_includedir}/rx

%multiarch %{multiarch_includedir}/afs

%{_libdir}/*.so
%{_libdir}/afs

%files -n dkms-%{module}
%{_prefix}/src/%{module}-%{dkms_version}

%files doc
%doc doc/LICENSE doc/pdf doc/txt doc/examples
%{_mandir}/man?/*
%exclude %{_mandir}/man1/afsmonitor.1*
%exclude %{_mandir}/man1/fs.1*
%exclude %{_mandir}/man1/klog.1*
%exclude %{_mandir}/man1/knfs.1*
%exclude %{_mandir}/man1/livesys.1*
%exclude %{_mandir}/man1/pagsh.afs.1*
%exclude %{_mandir}/man1/pts.1*
%exclude %{_mandir}/man1/scout.1*
%exclude %{_mandir}/man1/sys.1*
%exclude %{_mandir}/man1/tokens.1*
%exclude %{_mandir}/man1/translate_et.1*
%exclude %{_mandir}/man1/udebug.1*
%exclude %{_mandir}/man1/unlog.1*
%exclude %{_mandir}/man1/rxdebug.1*
%exclude %{_mandir}/man1/vos.1*
%exclude %{_mandir}/man1/up.afs.1*
%exclude %{_mandir}/man1/kpasswd.afs.1*
%exclude %{_mandir}/man8/bosserver.8*
%exclude %{_mandir}/man8/kadb_check.8*
%exclude %{_mandir}/man8/kdb.8*
%exclude %{_mandir}/man8/kpwvalid.8*
%exclude %{_mandir}/man8/prdb_check.8*
%exclude %{_mandir}/man8/vldb_check.8*
%exclude %{_mandir}/man8/voldump.8*
%exclude %{_mandir}/man8/volinfo.8*

%changelog

* Mon Jul 18 2016 Denis Silakov <dsilakov@gmail.com> 1.6.18-1
- (e8f7980) Updated to 1.6.18



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23449 |14mu|openal-1.15.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define oname openal-soft

Summary:	3D Sound Library
Name:		openal
Version:	1.15.1
Release:	8
License:	LGPLv2.1+
Group:		Sound
Url:		http://www.openal.org
Source0:	http://kcat.strangesoft.net/openal-releases/%{oname}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	alsa-oss-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(portaudio-2.0)
Provides:	%{oname} = %{EVRD}
Conflicts:	openal1 < 1.7.411-2
# Due to some files moved from library subpackage to main package
Conflicts:	%{libname} < 1.15

%description
OpenAL is a free 3D-audio library, with a programming interface similar
to that of OpenGL.

%files
%dir %{_sysconfdir}/openal
%config(noreplace) %{_sysconfdir}/openal/alsoft.conf
%{_bindir}/alstream
%{_bindir}/allatency
%{_bindir}/alreverb
%{_bindir}/openal-info
%{_bindir}/makehrtf
%{_datadir}/%{name}/alsoftrc.sample

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for OpenAL, a free 3D sound library
Group:		System/Libraries
Requires:	%{name} >= %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with OpenAL.

%files -n %{libname}
%{_libdir}/libopenal.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use OpenAL
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{oname}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use OpenAL, a free 3D audio library.

%files -n %{devname}
%{_includedir}/AL
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/libopenal.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake -DALSOFT_CONFIG=ON
%make

%install
%makeinstall_std -C build
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}
install -m 0644 alsoftrc.sample %{buildroot}/%{_sysconfdir}/%{name}/alsoft.conf


%changelog
* Thu Feb 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.15.1-8
+ Revision: 5940557
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23450 |14mu|openbox-3.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 32
%define obtmajor 2
%define libobrender %mklibname obrender %{major}
%define libobt %mklibname obt %{obtmajor}
%define devname %mklibname %{name} -d

Summary:	Windowmanager based on the original blackbox-code
Name:		openbox
Version:	3.6.1
Release:	1
License:	BSD
Group:		Graphical desktop/Other
Url:		http://openbox.org/
Source0:	http://openbox.org/dist/%{name}/%{name}-%{version}.tar.gz
Patch0:		%{name}-3.5.0-rosa_customisation.patch
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangoxft)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(sm)
Requires:	xsetroot
Suggests:	obconf

%description
Openbox is a window manager for the X11 windowing system.
It currently runs on a large list of platforms. It was originally
based on blackbox and currently remains very similar, even using
blackbox styles (with available extensions) for its themeing.

Openbox is the spawn of a number of previous blackbox users/hackers.
Being overall pleased with the window manager, but feeling left unable
to contribute, this project was born.The Openbox project is developed,
maintained, and contributed to by these individuals.

%files -f %{name}.lang
%doc AUTHORS CHANGELOG README
%attr(755,root,root) %{_bindir}/*
%dir %{_sysconfdir}/xdg/%{name}
%config(noreplace) %{_sysconfdir}/xdg/%{name}/*
%{_libexecdir}/openbox-autostart
%{_libexecdir}/openbox-xdg-autostart
%{_datadir}/man/man1/*
%{_datadir}/xsessions/*
%{_datadir}/gnome/wm-properties/openbox.desktop
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*
%{_datadir}/themes/*
%{_datadir}/gnome-session/sessions/openbox-gnome-fallback.session
%{_datadir}/gnome-session/sessions/openbox-gnome.session

#----------------------------------------------------------------------------

%package -n %{libobrender}
Summary:	Openbox shared library
Group:		System/Libraries
Conflicts:	%{_lib}openbox29 < 3.5.2-3
Obsoletes:	%{_lib}openbox29 < 3.5.2-3

%description -n %{libobrender}
Openbox shared library.

%files -n %{libobrender}
%{_libdir}/libobrender.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libobt}
Summary:	Openbox shared library
Group:		System/Libraries
Conflicts:	%{_lib}openbox29 < 3.5.2-3
# libobt packages was named incorrectly...
%rename	%{_lib}obt29

%description -n %{libobt}
Openbox shared library.

%files -n %{libobt}
%{_libdir}/libobt.so.%{obtmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files from openbox
Group:		Development/Other
Requires:	%{libobrender} = %{EVRD}
Requires:	%{libobt} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Openbox is a window manager for the X11 windowing system.
It currently runs on a large list of platforms. It was originally
based on blackbox and currently remains very similar, even using
blackbox styles (with available extensions) for its themeing.

Openbox is the spawn of a number of previous blackbox users/hackers.
Being overall pleased with the window manager, but feeling left unable
to contribute, this project was born.The Openbox project is developed,
maintained, and contributed to by these individuals.

%files -n %{devname}
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_includedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x --disable-static

%make DEFAULT_MENU=%{_sysconfdir}/xdg/openbox/menu.xml

%install
%makeinstall_std

mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/start%{name} <<EOF
#!/bin/sh
%{_bindir}/xsetroot -solid Black
exec %{_bindir}/openbox-session
EOF

chmod 0755 %{buildroot}%{_bindir}/start%{name}

%find_lang %{name}

%changelog

* Wed Mar 30 2016 Denis Silakov <dsilakov@gmail.com> 3.6.1-1
- (3a7b89c) Fix lib subpackage names



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23451 |14mu|opencl-headers-2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global commit 8e196ba99632fc43998cf17cce87282c250d9177
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global cl_hpp_ver 2.0.10

Summary:	OpenCL (Open Computing Language) header files
Name:		opencl-headers
Version:	2.1
Release:	2
License:	MIT
Group:		Development/Other
Url:		https://www.khronos.org/registry/cl/
Source0:	https://github.com/KhronosGroup/OpenCL-Headers/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
Source1:	https://github.com/KhronosGroup/OpenCL-CLHPP/releases/download/v%{cl_hpp_ver}/cl2.hpp
# OCL 1.2 compatibility
Source2:	https://www.khronos.org/registry/cl/api/%{version}/cl.hpp
Conflicts:	nvidia-cuda-toolkit-devel < 7.5.18-10
BuildArch:	noarch

%description
OpenCL (Open Computing Language) header files.

%files
%dir %{_includedir}/CL
%{_includedir}/CL/opencl.h
%{_includedir}/CL/cl_platform.h
%{_includedir}/CL/cl.h
%{_includedir}/CL/cl_ext.h
%{_includedir}/CL/cl_egl.h
%{_includedir}/CL/cl_gl.h
%{_includedir}/CL/cl_gl_ext.h
%{_includedir}/CL/cl2.hpp
%{_includedir}/CL/cl.hpp

#----------------------------------------------------------------------------

%prep
%setup -qn OpenCL-Headers-%{commit}
cp -p %{SOURCE1} %{SOURCE2} .
# We're not interested in Direct3D things
rm -vf cl_dx9_media_sharing.h cl_d3d10.h cl_d3d11.h

%build
# Nothing to build

%install
mkdir -p %{buildroot}%{_includedir}/CL/
install -p -m 0644 * -t %{buildroot}%{_includedir}/CL/


%changelog

* Wed Mar 08 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1-2
- (890d56b) Conflict only with older nvidia-cuda-toolkit-devel package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23452 |14mu|OpenColorIO-1.0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Enables color transforms and image display across graphics apps
Name:		OpenColorIO
Version:	1.0.9
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://opencolorio.org/
# Github archive was generated on the fly using the following URL:
# https://github.com/imageworks/OpenColorIO/tarball/v1.0.7
Source0:	%{name}-%{version}.tar.gz
Patch0:         opencolorio-1.0.9-git-Add-support-for-yaml-cpp-0.5.1.patch
Patch1:         opencolorio-1.0.9-git-OCIOYaml-Fixed-dereference-of-temporary-with-yaml-cpp-0.5.x.patch
Patch3:         opencolorio-1.0.9-documentation-gen.patch
Patch4:         opencolorio-1.0.9-remove-external-doc-utilities.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(zlib)

#######################
# Unbundled libraries #
#######################
BuildRequires:	tinyxml-devel
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(yaml-cpp)

%description
OCIO enables color transforms and image display to be handled in a consistent
manner across multiple graphics applications. Unlike other color management
solutions, OCIO is geared towards motion-picture post production, with an
emphasis on visual effects and animation color pipelines.

%files
%doc ChangeLog LICENSE README
%{_bindir}/*
%{python_sitearch}/Py%{name}.so
%{_datadir}/ocio

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Enables color transforms and image display across graphics apps
Group:		System/Libraries

%description -n %{libname}
Enables color transforms and image display across graphics apps.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name} library.

%files -n %{devname}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}
%{_includedir}/Py%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# Remove what bundled libraries
rm -f ext/lcms*
rm -f ext/tinyxml*
rm -f ext/yaml*

%build
%cmake \
	-DCMAKE_SKIP_RPATH=TRUE \
	-DOCIO_BUILD_STATIC=OFF \
	-DPYTHON_INCLUDE_LIB_PREFIX=OFF \
	-DOCIO_BUILD_DOCS=OFF \
	-DOCIO_BUILD_TESTS=ON \
	-DOCIO_LINK_PYGLUE=ON \
	-DOCIO_PYGLUE_SONAME=OFF \
	-DUSE_EXTERNAL_YAML=TRUE \
	-DUSE_EXTERNAL_TINYXML=TRUE \
	-DUSE_EXTERNAL_LCMS=TRUE \
%ifnarch x86_64
	-DOCIO_USE_SSE=OFF
%endif

PYTHONDONTWRITEBYTECODE= %make

%install
%makeinstall_std -C build

%changelog
* Thu Oct 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.9-1
+ Revision: 0c46bb9
- Updated to 1.0.9, take upstream patches to build with yaml-cpp-0.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23453 |14mu|openconnect-7.06-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Open client for Cisco AnyConnect VPN
Name:		openconnect
Version:	7.06
Release:	1
License:	LGPLv2.1+
Group:		Networking/Other
Url:		http://www.infradead.org/openconnect.html
Source0:	ftp://ftp.infradead.org:21/pub/openconnect/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libxml-2.0)
# our version 1.0.0e of OpenSSL is known to be broken with Cisco DTLS.
BuildRequires:	pkgconfig(openssl)
BuildRequires:	vpnc

%description
This package provides a client for Cisco's "AnyConnect" VPN, which uses
HTTPS and DTLS protocols.

%files -f %{name}.lang
%doc TODO COPYING.LGPL
%{_sbindir}/%{name}
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%files -n %{libname}
%{_libdir}/libopenconnect.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for %{name}.

%files -n %{devname}
%{_includedir}/openconnect.h
%{_libdir}/libopenconnect.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--with-vpnc-script=/etc/vpnc/vpnc-script
%make

%install
%makeinstall_std

%find_lang %{name}


%changelog

* Tue Sep 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 7.06-1
- (3fe317c) Updated to 7.06



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23454 |14mu|opencontainers-runc-0.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global dist_version 0.1.1

%global provider github
%global provider_tld com
%global project opencontainers
%global repo runc
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}

#debuginfo not supported with Go
%global gopath  %{_libdir}/golang
%define gosrc %{gopath}/src/pkg/%{import_path}

Name:           %{project}-%{repo}
Version:        %{dist_version}
Release:        1
Summary:        Runc container cli tools
License:        ASL 2.0
Group:		System/Kernel and hardware

URL:            http://www.docker.com
Source0:        https://%{import_path}/archive/v%{dist_version}.tar.gz

BuildRequires:  gcc
BuildRequires:  glibc-static-devel

# ensure build uses golang 1.4 or above
BuildRequires:  golang >= 1.4

%description
runc is a CLI tool for spawning and running containers according
to the OCI specification.

Cf: https://www.opencontainers.org/

%prep
%setup -q -n %{repo}-%{dist_version}

%build
export GOPATH=$(pwd)/Godeps/_workspace:%{gopath}
make BUILDTAGS=""

%install
# install binary
install -d %{buildroot}%{_bindir}
install -p -m 755 runc %{buildroot}%{_bindir}
cd %{buildroot}%{_bindir}
for i in *; do
	ln -sf $i docker-$i
done

%files
%doc CONTRIBUTING.md LICENSE MAINTAINERS* NOTICE PRINCIPLES.md README.md 
%{_bindir}/*



%changelog

* Fri Jun 17 2016 Denis Silakov <dsilakov@gmail.com> 0.1.1-1
- (ca9c119) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23455 |14mu|openct-0.6.20-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Smartcard Terminal Tnterface
Name:		openct
Version:	0.6.20
Release:	6
License:	LGPLv2+
Group:		System/Servers
Url:		http://www.opensc.org
Source0:	http://www.opensc-project.org/files/openct/%{name}-%{version}.tar.gz
Source1:	openct-tmpfiles.conf
Patch0:		initscript-lsb.patch
BuildRequires:	flex
BuildRequires:	udev
BuildRequires:	libltdl-devel
BuildRequires:	pkgconfig(libpcsclite)
BuildRequires:	pkgconfig(libusb)
Requires(preun,post):	rpm-helper
Requires(post):	systemd

%description
This is OpenCT, a middleware framework for smart card terminals.

%files
%doc NEWS TODO LGPL-2.1
%doc doc/
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man1/*
%{_initrddir}/%{name}
%{_tmpfilesdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/openct.conf
%config(noreplace) %{_sysconfdir}/udev/rules.d/70-%{name}.rules
%ghost %{_var}/run/%{name}

%preun
%_preun_service openct

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service openct

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for accessing Smartcards
Group:		System/Libraries

%description -n %{libname}
These are the shared libraries for the smartcard terminal middleware
OpenCT.

%files -n %{libname}
%doc TODO
%{_libdir}/*.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Supplementary files for developing %{name} applications
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Header files, static libraries, and documentation for %{name}.

%files -n %{devname}
%doc TODO
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
# fix lib64 std rpaths and other weirdness
sed -i -e 's|/lib /usr/lib\b|/%{_lib} %{_libdir}|' \
       -e 's|^usrsbindir=.*$|usrsbindir="%{_sbindir}"|' \
       -e 's|^usrlibdir=.*$|usrlibdir="%{_libdir}"|' configure 
sed -i -e 's|^\([A-Z]\)|# \1|' etc/reader.conf.in

%build
%configure2_5x \
	--disable-static \
	--enable-pcsc \
	--without-bundle \
	--localstatedir=%{_var}
%make

sed -i -e "s,^DRIVER=,DRIVERS=," etc/openct.udev

%install
%makeinstall_std
#install -d %{buildroot}/%{_sysconfdir}/hotplug/usb
install -d %{buildroot}/%{_initrddir}
install -d %{buildroot}/%{_var}/run/openct
cp %{_builddir}/%{name}-%{version}/%{_sysconfdir}/openct.conf %{buildroot}/%{_sysconfdir}

#perl -pi -e "s|#! /bin/sh|#! /bin/sh\n#\n# This shell script takes care of starting and stopping\n# openct server\n#\n# chkconfig: 345 39 50\n# description: Smartcard Terminal Tnterface|" %{_builddir}/%{name}-%{version}/%{_sysconfdir}/init-script 
install -m755 %{_builddir}/%{name}-%{version}/%{_sysconfdir}/init-script %{buildroot}/%{_initrddir}/%{name}

install -d -m755 %{buildroot}%{_sysconfdir}/udev/rules.d
perl -pi -e 's!/etc/hotplug/usb/%{name}!%{name}!' etc/openct.udev
install -m 0644 etc/openct.udev %{buildroot}%{_sysconfdir}/udev/rules.d/70-%{name}.rules

#install tmpfiles conf
install -m644 -D %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf

%check
make -k check


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.20-6
- (6da10b9) Properly handle /var/run/openct
- (6da10b9) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23456 |14mu|opencv-2.4.10.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with ffmpeg
%bcond_without java
%bcond_without docs
%bcond_with qt4

Summary:	Open Source Computer Vision library
Name:		opencv
Version:	2.4.10.1
Release:	4
License:	GPLv2+
Group:		Sciences/Computer science
Url:		http://opencv.org/
Source0:	https://github.com/Itseez/opencv/archive/%{version}.tar.gz
Source100:	%{name}.rpmlintrc
# http://git.buildroot.net/buildroot/plain/package/opencv/opencv-0001-core-fix-x86-PIC-code-compilation.patch
Patch0:		opencv-0001-core-fix-x86-PIC-code-compilation.patch
Patch1:		opencv-pkgcmake.patch
Patch2:		opencv-pkgcmake2.patch
#http://code.opencv.org/issues/2720
Patch4:		OpenCV-2.4.4-pillow.patch
Patch5:		opencv-2.4.8-ts_static.patch
# fix/simplify cmake config install location (upstreamable)
# https://bugzilla.redhat.com/1031312
Patch6:		opencv-2.4.7-cmake_paths.patch
Patch7:		opencv-2.4.10.1-sphinx.patch

BuildRequires:	cmake
BuildRequires:	jpeg-devel
BuildRequires:	python-numpy-devel
BuildRequires:	pkgconfig(eigen3)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-app-1.0)
BuildRequires:	pkgconfig(gstreamer-base-1.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:	pkgconfig(gstreamer-riff-1.0)
BuildRequires:	pkgconfig(gstreamer-video-1.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lapack)
%if %{with ffmpeg}
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libswscale)
%endif
BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(python2)
BuildRequires:	pkgconfig(zlib)
%if %{with java}
# Java bindings
BuildRequires:	java-1.8.0-openjdk-devel
BuildRequires:	ant
%endif
%if %{with qt4}
# Qt 4.x module
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(QtOpenGL)
BuildRequires:	pkgconfig(QtTest)
%endif
%if %{with docs}
# Documentation generation
BuildRequires:	latex2html
BuildRequires:	python-sphinx
%endif

%description
OpenCV (Open Source Computer Vision) is a library of programming
functions for real time computer vision.

#----------------------------------------------------------------------------

%define libopencv_core_soname 2.4
%define libopencv_core %mklibname opencv_core %{libopencv_core_soname}
%define wrongcore %mklibname opencv_core 2

%package -n %{libopencv_core}
Summary:	OpenCV core library
Group:		System/Libraries
%rename		%{wrongcore}

%description -n %{libopencv_core}
OpenCV core library (basic structures, arithmetics and linear algebra,

%files -n %{libopencv_core}
%{_libdir}/libopencv_core.so.%{libopencv_core_soname}*

#----------------------------------------------------------------------------

%define libopencv_ts_soname 2.4
%define libopencv_ts %mklibname opencv_ts %{libopencv_ts_soname}
%define wrongts %mklibname opencv_ts 2

%package -n %{libopencv_ts}
Summary:	OpenCV Base test library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
%rename		%{wrongts}

%description -n %{libopencv_ts}
OpenCV Base test library.

%files -n %{libopencv_ts}
%{_libdir}/libopencv_ts.so.%{libopencv_ts_soname}*

#----------------------------------------------------------------------------

%define libopencv_imgproc_soname 2.4
%define libopencv_imgproc %mklibname opencv_imgproc %{libopencv_imgproc_soname}
%define wrongimgproc %mklibname opencv_imgproc 2

%package -n %{libopencv_imgproc}
Summary:	OpenCV image processing library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
%rename		%{wrongimgproc}

%description -n %{libopencv_imgproc}
OpenCV image processing library (filter, Gaussian blur, erode, dilate,
resize, remap, etc.).

%files -n %{libopencv_imgproc}
%{_libdir}/libopencv_imgproc.so.%{libopencv_imgproc_soname}*

#----------------------------------------------------------------------------

%define libopencv_highgui_soname 2.4
%define libopencv_highgui %mklibname opencv_highgui %{libopencv_highgui_soname}
%define wronghighgui %mklibname opencv_highgui 2

%package -n %{libopencv_highgui}
Summary:	OpenCV GUI and image/video I/O library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
%rename		%{wronghighgui}

%description -n %{libopencv_highgui}
OpenCV GUI and image/video I/O library.

%files -n %{libopencv_highgui}
%{_libdir}/libopencv_highgui.so.%{libopencv_highgui_soname}*

#----------------------------------------------------------------------------

%define libopencv_ml_soname 2.4
%define libopencv_ml %mklibname opencv_ml %{libopencv_ml_soname}
%define wrongml %mklibname opencv_ml 2

%package -n %{libopencv_ml}
Summary:	OpenCV machine learning model library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
%rename		%{wrongml}

%description -n %{libopencv_ml}
OpenCV statistical machine learning models (SVM,
decision trees, boosting, etc.).

%files -n %{libopencv_ml}
%{_libdir}/libopencv_ml.so.%{libopencv_ml_soname}*

#----------------------------------------------------------------------------

%define libopencv_ocl_soname 2.4
%define libopencv_ocl %mklibname opencv_ocl %{libopencv_ocl_soname}

%package -n %{libopencv_ocl}
Summary:	OpenCV OCL library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}

%description -n %{libopencv_ocl}
OpenCV OCL library.

%files -n %{libopencv_ocl}
%{_libdir}/libopencv_ocl.so.%{libopencv_ocl_soname}*

#----------------------------------------------------------------------------

%define libopencv_flann_soname 2.4
%define libopencv_flann %mklibname opencv_flann %{libopencv_flann_soname}
%define wrongflann %mklibname opencv_flann 2

%package -n %{libopencv_flann}
Summary:	OpenCV FLANN library
Group:		System/Libraries
%rename		%{wrongflann}

%description -n %{libopencv_flann}
OpenCV wrappers for the Fast Library for Approximate Neurest Neighbors
(FLANN).

%files -n %{libopencv_flann}
%{_libdir}/libopencv_flann.so.%{libopencv_flann_soname}*

#----------------------------------------------------------------------------

%define libopencv_calib3d_soname 2.4
%define libopencv_calib3d %mklibname opencv_calib3d %{libopencv_calib3d_soname}
%define wrongcalib3d %mklibname opencv_calib3d 2

%package -n %{libopencv_calib3d}
Summary:	OpenCV camera calibration library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
%rename		%{wrongcalib3d}

%description -n %{libopencv_calib3d}
OpenCV library for camera calibration, stereo correspondence, and
elements of 3D data processing.

%files -n %{libopencv_calib3d}
%{_libdir}/libopencv_calib3d.so.%{libopencv_calib3d_soname}*

#--------------------------------------------------------------------------------

%define libopencv_features2d_soname 2.4
%define libopencv_features2d %mklibname opencv_features2d %{libopencv_features2d_soname}
%define wrongfeatures2d %mklibname opencv_features2d 2

%package -n %{libopencv_features2d}
Summary:	OpenCV 2D feature detectors
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
Requires:	%{libopencv_calib3d} = %{EVRD}
Requires:	%{libopencv_highgui} = %{EVRD}
Requires:	%{libopencv_flann} = %{EVRD}
%rename		%{wrongfeatures2d}

%description -n %{libopencv_features2d}
OpenCV 2D feature detectors and descriptors (SURF, FAST, etc.).

%files -n %{libopencv_features2d}
%{_libdir}/libopencv_features2d.so.%{libopencv_features2d_soname}*

#----------------------------------------------------------------------------

%define libopencv_superres_soname 2.4
%define libopencv_superres %mklibname opencv_superres %{libopencv_superres_soname}

%package -n %{libopencv_superres}
Summary:	OpenCV super-resolution support
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}

%description -n %{libopencv_superres}
Super-resolution support for OpenCV.

%files -n %{libopencv_superres}
%{_libdir}/libopencv_superres.so.%{libopencv_superres_soname}*

#----------------------------------------------------------------------------

%define libopencv_video_soname 2.4
%define libopencv_video %mklibname opencv_video %{libopencv_video_soname}
%define wrongvideo %mklibname opencv_video 2

%package -n %{libopencv_video}
Summary:	OpenCV motion analysis and object tracking library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
%rename		%{wrongvideo}

%description -n %{libopencv_video}
OpenCV motion analysis and object tracking library (optical flow,
motion templates, background subtraction, etc.).

%files -n %{libopencv_video}
%{_libdir}/libopencv_video.so.%{libopencv_video_soname}*

#----------------------------------------------------------------------------

%define libopencv_objdetect_soname 2.4
%define libopencv_objdetect %mklibname opencv_objdetect %{libopencv_objdetect_soname}
%define wrongobjdetect %mklibname opencv_objdetect 2

%package -n %{libopencv_objdetect}
Summary:	OpenCV motion analysis and object tracking library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
Requires:	%{libopencv_highgui} = %{EVRD}
%rename		%{wrongobjdetect}

%description -n %{libopencv_objdetect}
OpenCV object detection library (Haar and LBP face detectors, HOG
people detector, etc.).

%files -n %{libopencv_objdetect}
%{_libdir}/libopencv_objdetect.so.%{libopencv_objdetect_soname}*

#----------------------------------------------------------------------------

%define libopencv_contrib_soname 2.4
%define libopencv_contrib %mklibname opencv_contrib %{libopencv_contrib_soname}
%define wrongcontrib %mklibname opencv_contrib 2

%package -n %{libopencv_contrib}
Summary:	OpenCV contributed code library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
Requires:	%{libopencv_calib3d} = %{EVRD}
Requires:	%{libopencv_highgui} = %{EVRD}
%rename		%{wrongcontrib}

%description -n %{libopencv_contrib}
OpenCV contributed code library.

%files -n %{libopencv_contrib}
%{_libdir}/libopencv_contrib.so.%{libopencv_contrib_soname}*

#----------------------------------------------------------------------------

%define libopencv_legacy_soname 2.4
%define libopencv_legacy %mklibname opencv_legacy %{libopencv_legacy_soname}
%define wronglegacy %mklibname opencv_legacy 2

%package -n %{libopencv_legacy}
Summary:	OpenCV legacy library
Group:		System/Libraries
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
Requires:	%{libopencv_calib3d} = %{EVRD}
Requires:	%{libopencv_highgui} = %{EVRD}
Requires:	%{libopencv_video} = %{EVRD}
%rename		%{wronglegacy}

%description -n %{libopencv_legacy}
OpenCV library containing obsolete legacy code.

%files -n %{libopencv_legacy}
%{_libdir}/libopencv_legacy.so.%{libopencv_legacy_soname}*

#----------------------------------------------------------------------------

%define libopencv_nonfree_soname 2.4
%define libopencv_nonfree %mklibname opencv_nonfree %{libopencv_nonfree_soname}
%define wrongnonfree %mklibname opencv_nonfree 2

%package -n %{libopencv_nonfree}
Summary:	OpenCV motion analysis and object tracking library
Group:		System/Libraries
%rename		%{wrongnonfree}

%description -n	%{libopencv_nonfree}
OpenCV motion analysis and object tracking library (optical flow,
motion templates, background subtraction, etc.).

%files -n %{libopencv_nonfree}
%{_libdir}/libopencv_nonfree.so.%{libopencv_nonfree_soname}*

#----------------------------------------------------------------------------

%define libopencv_photo_soname 2.4
%define libopencv_photo %mklibname opencv_photo %{libopencv_photo_soname}
%define wrongphoto %mklibname opencv_photo 2

%package -n %{libopencv_photo}
Summary:	OpenCV motion analysis and object tracking library
Group:		System/Libraries
%rename		%{wrongphoto}

%description -n	%{libopencv_photo}
OpenCV motion analysis and object tracking library (optical flow,
motion templates, background subtraction, etc.).

%files -n %{libopencv_photo}
%{_libdir}/libopencv_photo.so.%{libopencv_photo_soname}*

#----------------------------------------------------------------------------

%define libopencv_stitching_soname 2.4
%define libopencv_stitching %mklibname opencv_stitching %{libopencv_stitching_soname}

%package -n %{libopencv_stitching}
Summary:	OpenCV Stitching Pipeline
Group:		System/Libraries

%description -n %{libopencv_stitching}
This figure illustrates the stitching module pipeline implemented in the
:ocv:class:`Stitcher` class. Using that class it's possible to configure/remove
some steps, i.e. adjust the stitching pipeline according to the particular
needs. All building blocks from the pipeline are available in the ``detail``
namespace, one can combine and use them separately.

%files -n %{libopencv_stitching}
%{_libdir}/libopencv_stitching.so.%{libopencv_stitching_soname}*

#----------------------------------------------------------------------------

%define libopencv_videostab_soname 2.4
%define libopencv_videostab %mklibname opencv_videostab %{libopencv_videostab_soname}

%package -n %{libopencv_videostab}
Summary:	OpenCV Video stabilization
Group:		System/Libraries

%description -n %{libopencv_videostab}
OpenCV Video stabilization module.

%files -n %{libopencv_videostab}
%{_libdir}/libopencv_videostab.so.%{libopencv_videostab_soname}*

#----------------------------------------------------------------------------

%package devel
Summary:	OpenCV development files
Group:		Development/C
Provides:	opencv-devel = %{EVRD}
Requires:	%{libopencv_core} = %{EVRD}
Requires:	%{libopencv_ts} = %{EVRD}
Requires:	%{libopencv_imgproc} = %{EVRD}
Requires:	%{libopencv_highgui} = %{EVRD}
Requires:	%{libopencv_ml} = %{EVRD}
Requires:	%{libopencv_ocl} = %{EVRD}
Requires:	%{libopencv_flann} = %{EVRD}
Requires:	%{libopencv_calib3d} = %{EVRD}
Requires:	%{libopencv_features2d} = %{EVRD}
Requires:	%{libopencv_superres} = %{EVRD}
Requires:	%{libopencv_video} = %{EVRD}
Requires:	%{libopencv_objdetect} = %{EVRD}
Requires:	%{libopencv_contrib} = %{EVRD}
Requires:	%{libopencv_legacy} = %{EVRD}
Requires:	%{libopencv_nonfree} = %{EVRD}
Requires:	%{libopencv_photo} = %{EVRD}
Requires:	%{libopencv_stitching} = %{EVRD}
Requires:	%{libopencv_videostab} = %{EVRD}
%if %{with java}
Requires:	%{name}-java = %{EVRD}
%endif
Requires:	python-%{name} = %{EVRD}

%description devel
OpenCV development files.

%files devel
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%dir %{_libdir}/OpenCV
%{_libdir}/OpenCV/*.cmake

#----------------------------------------------------------------------------

%package -n python-opencv
Summary:	OpenCV Python bindings
Group:		Development/Python

%description -n python-opencv
OpenCV python bindings.

%files -n python-opencv
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	OpenCV documentation
Group:		Documentation
BuildArch:	noarch

%description doc
OpenCV docs.

%files doc
%{_datadir}/OpenCV/doc
%endif

#----------------------------------------------------------------------------

%package samples
Summary:	OpenCV sample code
Group:		Books/Computer books

%description samples
OpenCV sample code.

%files samples
%{_bindir}/opencv_createsamples
%{_bindir}/opencv_haartraining
%{_bindir}/opencv_performance
%{_bindir}/opencv_traincascade
%dir %{_datadir}/OpenCV
%{_datadir}/OpenCV/samples
%{_datadir}/OpenCV/haarcascades
%{_datadir}/OpenCV/lbpcascades

#----------------------------------------------------------------------------

%if %{with java}
%package java
Summary:	Java bindings for OpenCV
Group:		Development/Java

%description java
Java bindings for OpenCV.

%files java
%{_datadir}/OpenCV/java
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# Fix source files having executable permissions
find . -name "*.cpp" -o -name "*.hpp" -o -name "*.h" |xargs chmod 0644
# And scripts lacking them
find . -name "*.sh" |xargs chmod 0755

sed -i 's|\r||g'  samples/c/adaptiveskindetector.cpp

%build
%cmake \
	-DBUILD_EXAMPLES:BOOL=ON \
%if %{with docs}
	-DBUILD_DOCS:BOOL=ON \
%else
	-DBUILD_DOCS:BOOL=OFF \
%endif
	-DBUILD_opencv_gpu:BOOL=OFF \
	-DINSTALL_C_EXAMPLES:BOOL=ON \
	-DINSTALL_PYTHON_EXAMPLES:BOOL=ON \
	-DINSTALL_OCTAVE_EXAMPLES:BOOL=ON \
	-DPYTHON_PACKAGES_PATH=%{py_platsitedir} \
%if %{with ffmpeg}
	-DWITH_FFMPEG:BOOL=ON \
%else
	-DWITH_FFMPEG:BOOL=OFF \
%endif
	-DWITH_OPENGL:BOOL=ON \
	-DWITH_TIFF:BOOL=ON \
%if %{with qt4}
	-DWITH_QT:BOOL=ON \
%else
	-DWITH_QT:BOOL=OFF \
%endif
	-DWITH_CUDA:BOOL=OFF \
	-DENABLE_SSE3=0
%make VERBOSE=1

%install
%makeinstall_std -C build

# Requesting libraries by filename is just bogus...
sed -i -e 's,\${exec_prefix}/%{_lib}/lib,-l,g;s,\.so,,g;s,\.a,,g' %{buildroot}%{_libdir}/pkgconfig/opencv.pc

%changelog

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.10.1-4
- (a2dc04e) Build without ffmpeg support to avoid circular dependencies



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23457 |14mu|opendbx-1.4.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
#  OpenDBX rpm spec file
#
#  By default OpenDBX is build with this backends:
#  - mysql
#  - odbc
#  - pgsql
#  - sqlite3
#  to disable use --without [module-name]
#
#  Optional supported backends are:
#  - firebird
#  - mssql
#  - oracle
#  - sqlite
#  - sybase
#  to enable use --with [module-name]
#

%if 0%{?_with_firebird:1}
  %define build_firebird 1
%endif

%if 0%{?_with_mssql:1}
  %define build_mssql 1
%endif
%if 0%{!?_without_mssql:1}
  %define build_mssql 1
%endif

%if 0%{!?_without_mysql:1}
  %define build_mysql 1
%endif

%if 0%{!?_without_odbc:1}
  %define build_odbc 1
%endif

%if 0%{?_with_oracle:1}
  %define build_oracle 1
%endif

%if 0%{!?_without_pgsql:1}
  %define build_pgsql 1
%endif

%if 0%{?_with_sqlite:1}
  %define build_sqlite 1
%endif

%if 0%{!?_without_sqlite3:1}
  %define build_sqlite3 1
%endif

%if 0%{?_with_sybase:1}
  %define build_sybase 1
%endif

%if 0%{!?_without_sybase:1}
  %define build_mssql 1
%endif

%define major 1
%define libname %mklibname %{name} %{major}
%define libplus %mklibname %{name}plus %{major}
%define devname %mklibname %{name} -d

Summary:	Unified database layer with a clean and lightweight interface
Name:		opendbx
Version:	1.4.6
Release:	5
License:	LGPL+
Group:		Databases
Url:		http://www.linuxnetworks.de/opendbx/download/
Source0:	http://linuxnetworks.de/opendbx/download/%{name}-%{version}.tar.gz
Patch0:		opendbx-1.4.6-docbook-dtd45.patch
Patch1:		opendbx-1.4.6-doxygen1.8.8.patch
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook2x
BuildRequires:	doxygen
BuildRequires:	gettext-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)

%description
OpenDBX provides a clean and lightweight API for interfacing native relational
database APIs in a consistent way. By using the OpenDBX API you don't have to
adapt your program to the different database APIs by yourself.

#----------------------------------------------------------------------------

%package i18n
Summary:	Translation files for %{name}
Group:		System/Internationalization
BuildArch:	noarch
Conflicts:	%{name} < 1.4.6-3

%description i18n
This package includes the translation files for %{name}.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%package utils
Summary:	Utility application for manipulating database content
Group:		Databases
Provides:	%{name} = %{EVRD}
Requires:	ncurses

%description utils
Utility application for manipulating database content either interactively by
the user or in batch mode.

%files utils -f %{name}-utils.lang
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/odbx-sql
%{_mandir}/man1/odbx-sql.*
%{_datadir}/%{name}/keywords

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for OpenDBX
Group:		System/Libraries
Requires:	%{name}-i18n
Obsoletes:	%{name} < 1.4.6-3

%description -n %{libname}
The package contains a shared library for %{name}.

%files -n %{libname}
%{_libdir}/libopendbx.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libplus}
Summary:	Shared library for OpenDBX
Group:		System/Libraries
Conflicts:	%{name} < 1.4.6-3

%description -n %{libplus}
The package contains a shared library for %{name}.

%files -n %{libplus}
%{_libdir}/libopendbxplus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	OpenDBX development headers
Group:		Databases
Requires:	%{libname} = %{EVRD}
Requires:	%{libplus} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 1.4.6-3

%description -n %{devname}
Header files for the OpenDBX database abstraction library.

%files -n %{devname}
%{_includedir}/odbx.h
%{_includedir}/opendbx
%{_libdir}/libopendbx.so
%{_libdir}/libopendbxplus.so
%{_libdir}/pkgconfig/opendbx.pc
%{_libdir}/pkgconfig/opendbxplus.pc
%{_mandir}/man3/odb*.*
%{_mandir}/man3/Open*.*

#----------------------------------------------------------------------------

%if 0%{?build_firebird:1}
%package firebird
Summary:	Firebird/Interbase backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{EVRD}
Requires:	firebird
BuildRequires:	firebird-devel

%description firebird
Firebird/Interbase backend for the OpenDBX database abstraction library.

%files firebird
%{_libdir}/opendbx/libfirebirdbackend.so*
%endif

#----------------------------------------------------------------------------

%if 0%{?build_mssql:1}
%package mssql
Summary:	MS SQL Server backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{EVRD}
Requires:	freetds
BuildRequires:	freetds-devel

%description mssql
MS SQL Server backend for the OpenDBX database abstraction library.

%files mssql
%{_libdir}/opendbx/libmssqlbackend.so*
%endif

#----------------------------------------------------------------------------

%if 0%{?build_mysql:1}
%package mysql
Summary:	MySQL backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{EVRD}
Requires:	mysql
BuildRequires:	mysql-devel

%description mysql
MySQL backend for the OpenDBX database abstraction library.

%files mysql
%{_libdir}/opendbx/libmysqlbackend.so*
%endif

#----------------------------------------------------------------------------

%if 0%{?build_odbc:1}
%package odbc
Summary:	ODBC backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{EVRD}
Requires:	unixODBC
BuildRequires:	unixODBC-devel

%description odbc
ODBC backend for the OpenDBX database abstraction library.

%files odbc
%{_libdir}/opendbx/libodbcbackend.so*
%endif

#----------------------------------------------------------------------------

%if 0%{?build_oracle:1}
%package oracle
Summary:	Oracle backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{EVRD}

%description oracle
Oracle ctlib backend for the OpenDBX database abstraction library.

%files oracle
%{_libdir}/opendbx/liboraclebackend.so*
%endif

#----------------------------------------------------------------------------

%if 0%{?build_pgsql:1}
%package pgsql
Summary:	PostgreSQL backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{EVRD}
Requires:	postgresql
BuildRequires:	postgresql-devel

%description pgsql
PostgreSQL backend for the OpenDBX database abstraction library.

%files pgsql
%{_libdir}/opendbx/libpgsqlbackend.so*
%endif

#----------------------------------------------------------------------------

%if 0%{?build_sqlite:1}
%package sqlite
Summary:	SQLite backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{EVRD}
Requires:	sqlite < 3.0
BuildRequires:	sqlite-devel < 3.0

%description sqlite
SQLite backend for the OpenDBX database abstraction library.

%files sqlite
%{_libdir}/opendbx/libsqlitebackend.so*
%endif

#----------------------------------------------------------------------------

%if 0%{?build_sqlite3:1}
%package sqlite3
Summary:	SQLite3 backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{EVRD}
Requires:	sqlite3-tools
BuildRequires:	pkgconfig(sqlite3)

%description sqlite3
SQLite3 backend for the OpenDBX database abstraction library.

%files sqlite3
%{_libdir}/opendbx/libsqlite3backend.so*
%endif

#----------------------------------------------------------------------------

%if 0%{?build_sybase:1}
%package sybase
Summary:	Sybase backend for OpenDBX
Group:		Databases
Requires:	%{name}-utils = %{EVRD}
Requires:	freetds
BuildRequires:	freetds-devel

%description sybase
Sybase ctlib backend for the OpenDBX database abstraction library.

%files sybase
%{_libdir}/opendbx/libsybasebackend.so*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

# To fix Doxygen parsing issue
ln -s api lib/%{name}/api.dox

autoreconf -i

%build
CPPFLAGS="%{!?_without_mysql:-I/usr/include/mysql} %{!?_without_pgsql:-I/usr/include/pgsql}"; export CPPFLAGS;
LDFLAGS="-L/lib64 %{!?_without_mysql:-L/usr/lib/mysql -L/usr/lib64/mysql}"; export LDFLAGS;

%configure2_5x \
	--disable-static \
	--with-backends="\
	%{?build_firebird:firebird }\
	%{?build_mssql:mssql }\
	%{?build_mysql:mysql }\
	%{?build_odbc:odbc }\
	%{?build_oracle:oracle }\
	%{?build_pgsql:pgsql }\
	%{?build_sqlite:sqlite }\
	%{?build_sqlite3:sqlite3 }\
	%{?build_sybase:sybase }\
	"

%make

%install
%makeinstall_std
%find_lang %{name}
%find_lang %{name}-utils


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.6-5
- (a2c8abc) Fix build mans with new Doxygen
- (a2c8abc) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23458 |14mu|opendkim-2.10.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define major 10
%define libname %mklibname opendkim %{major}
%define devname %mklibname opendkim -d

%global upname OpenDKIM
%global bigname OPENDKIM

Summary:	A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail
Name:		opendkim
Version:	2.10.3
Release:	1
License:	BSD and Sendmail
Group:		Networking/Mail
Url:		http://opendkim.org
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	libtool
BuildRequires:	pkgconfig(libbsd)
BuildRequires:	opendbx-devel
BuildRequires:	db-devel
BuildRequires:	pkgconfig(libmemcached)
BuildRequires:	sendmail-devel
BuildRequires:	pkgconfig(openssl)

Requires(pre):	shadow-utils
Requires(post):	systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
# For migration from old sysv service
Requires(post):	chkconfig

%description
OpenDKIM allows signing and/or verification of email through an open source
library that implements the DKIM service, plus a milter-based filter
application that can plug in to any milter-aware MTA, including sendmail,
Postfix, or any other MTA that supports the milter protocol.

%package -n %{libname}
Summary:	An open source DKIM library
Group:		System/Libraries

%description -n %{libname}
This package contains a shared library for %{name}.

%package -n	%{devname}
Summary:	Development files for libopendkim
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package contains the development files for %{name}.

%prep
%setup -q
autoreconf -fiv

%build
%configure2_5x \
	--disable-static \
	--enable-stats \
	--with-odbx \
	--with-libmemcached \
	--with-db

%install
%makeinstall_std

for f in opendkim opendkim-genzone opendkim-importstats opendkim-stats opendkim-testkey opendkim-testmsg
do
  strip %{buildroot}/%{_sbindir}/${f}
done
strip %{buildroot}/%{_libdir}/*.so.%{major}.*
strip %{buildroot}/%{_bindir}/opendkim-spam

install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -m 0755 contrib/init/redhat/%{name}-default-keygen %{buildroot}%{_sbindir}/%{name}-default-keygen
install -d -m 0755 %{buildroot}%{_unitdir}
install -m 0644 contrib/systemd/%{name}.service %{buildroot}%{_unitdir}/%{name}.service

cat > %{buildroot}%{_sysconfdir}/%{name}.conf << 'EOF'
## BASIC %{bigname} CONFIGURATION FILE
## See %{name}.conf(5) or %{_defaultdocdir}/%{name}/%{name}.conf.sample for more

## BEFORE running %{upname} you must:

## - make your MTA (Postfix, Sendmail, etc.) aware of %{upname}
## - generate keys for your domain (if signing)
## - edit your DNS records to publish your public keys (if signing)

## See %{_defaultdocdir}/%{name}/INSTALL for detailed instructions.

## DEPRECATED CONFIGURATION OPTIONS
##.
## The following configuration options are no longer valid.  They should be
## removed from your existing configuration file to prevent potential issues.
## Failure to do so may result in %{name} being unable to start.
## Removed in 2.10.0:
##   AddAllSignatureResults
##   ADSPAction
##   ADSPNoSuchDomain
##   BogusPolicy
##   DisableADSP
##   LDAPSoftStart
##   LocalADSP
##   NoDiscardableMailTo
##   On-PolicyError
##   SendADSPReports
##   UnprotectedPolicy

## CONFIGURATION OPTIONS

##  Specifies the path to the process ID file.
PidFile %{_localstatedir}/run/%{name}/%{name}.pid

##  Selects operating modes. Valid modes are s (sign) and v (verify). Default is v.
##  Must be changed to s (sign only) or sv (sign and verify) in order to sign outgoing
##  messages.
Mode    v

##  Log activity to the system log.
Syslog  yes

##  Log additional entries indicating successful signing or verification of messages.
SyslogSuccess   yes

##  If logging is enabled, include detailed logging about why or why not a message was
##  signed or verified. This causes an increase in the amount of log data generated
##  for each message, so set this to No (or comment it out) if it gets too noisy.
LogWhy  yes

##  Attempt to become the specified user before starting operations.
UserID  %{name}:%{name}

##  Create a socket through which your MTA can communicate.
Socket  inet:8891@localhost

##  Required to use local socket with MTAs that access the socket as a non-
##  privileged user (e.g. Postfix)
Umask   002

##  This specifies a text file in which to store DKIM transaction statistics.
##  %{upname} must be manually compiled with --enable-stats to enable this feature.
# Statistics    %{_localstatedir}/spool/%{name}/stats.dat

##  Specifies whether or not the filter should generate report mail back
##  to senders when verification fails and an address for such a purpose
##  is provided. See opendkim.conf(5) for details.
SendReports     yes

##  Specifies the sending address to be used on From: headers of outgoing
##  failure reports.  By default, the e-mail address of the user executing
##  the filter is used (executing_user@hostname).
# ReportAddress "Example.com Postmaster" <postmaster@example.com>

##  Add a DKIM-Filter header field to messages passing through this filter
##  to identify messages it has processed.
SoftwareHeader  yes

## SIGNING OPTIONS

##  Selects the canonicalization method(s) to be used when signing messages.
Canonicalization        relaxed/relaxed

##  Domain(s) whose mail should be signed by this filter. Mail from other domains will
##  be verified rather than being signed. Uncomment and use your domain name.
##  This parameter is not required if a SigningTable is in use.
# Domain        example.com

##  Defines the name of the selector to be used when signing messages.
Selector        default

##  Specifies the minimum number of key bits for acceptable keys and signatures.
MinimumKeyBits  1024

##  Gives the location of a private key to be used for signing ALL messages. This
##  directive is ignored if KeyTable is enabled.
KeyFile %{_sysconfdir}/%{name}/keys/default.private

##  Gives the location of a file mapping key names to signing keys. In simple terms,
##  this tells %{upname} where to find your keys. If present, overrides any KeyFile
##  directive in the configuration file. Requires SigningTable be enabled.
# KeyTable      %{_sysconfdir}/%{name}/KeyTable

##  Defines a table used to select one or more signatures to apply to a message based
##  on the address found in the From: header field. In simple terms, this tells
##  %{upname} how to use your keys. Requires KeyTable be enabled.
# SigningTable  refile:%{_sysconfdir}/%{name}/SigningTable

##  Identifies a set of "external" hosts that may send mail through the server as one
##  of the signing domains without credentials as such.
# ExternalIgnoreList    refile:%{_sysconfdir}/%{name}/TrustedHosts

##  Identifies a set "internal" hosts whose mail should be signed rather than verified.
# InternalHosts refile:%{_sysconfdir}/%{name}/TrustedHosts

##  Contains a list of IP addresses, CIDR blocks, hostnames or domain names
##  whose mail should be neither signed nor verified by this filter.  See man
##  page for file format.
# PeerList      X.X.X.X

##  Always oversign From (sign using actual From and a null From to prevent
##  malicious signatures header fields (From and/or others) between the signer
##  and the verifier.  From is oversigned by default in the Fedora package
##  because it is often the identity key used by reputation systems and thus
##  somewhat security sensitive.
OversignHeaders From
EOF

cat > %{buildroot}%{_sysconfdir}/sysconfig/%{name} << 'EOF'
# Set the necessary startup options
OPTIONS="-x %{_sysconfdir}/%{name}.conf -P %{_localstatedir}/run/%{name}/%{name}.pid"

# Set the default DKIM selector
DKIM_SELECTOR=default

# Set the default DKIM key location
DKIM_KEYDIR=%{_sysconfdir}/%{name}/keys
EOF

mkdir -p %{buildroot}%{_sysconfdir}/%{name}
cat > %{buildroot}%{_sysconfdir}/%{name}/SigningTable << 'EOF'
# %{bigname} SIGNING TABLE
# This table controls how to apply one or more signatures to outgoing messages based
# on the address found in the From: header field. In simple terms, this tells
# %{upname} "how" to apply your keys.

# To use this file, uncomment the SigningTable option in %{_sysconfdir}/%{name}.conf,
# then uncomment one of the usage examples below and replace example.com with your
# domain name, then restart %{upname}.

# WILDCARD EXAMPLE
# Enables signing for any address on the listed domain(s), but will work only if
# "refile:%{_sysconfdir}/%{name}/SigningTable" is included in %{_sysconfdir}/%{name}.conf.
# Create additional lines for additional domains.

#*@example.com default._domainkey.example.com

# NON-WILDCARD EXAMPLE
# If "file:" (instead of "refile:") is specified in %{_sysconfdir}/%{name}.conf, then
# wildcards will not work. Instead, full user@host is checked first, then simply host,
# then user@.domain (with all superdomains checked in sequence, so "foo.example.com"
# would first check "user@foo.example.com", then "user@.example.com", then "user@.com"),
# then .domain, then user@*, and finally *. See the %{name}.conf(5) man page under
# "SigningTable" for more details.

#example.com default._domainkey.example.com
EOF

cat > %{buildroot}%{_sysconfdir}/%{name}/KeyTable << 'EOF'
# %{bigname} KEY TABLE
# To use this file, uncomment the #KeyTable option in %{_sysconfdir}/%{name}.conf,
# then uncomment the following line and replace example.com with your domain
# name, then restart %{upname}. Additional keys may be added on separate lines.

#default._domainkey.example.com example.com:default:%{_sysconfdir}/%{name}/keys/default.private
EOF

cat > %{buildroot}%{_sysconfdir}/%{name}/TrustedHosts << 'EOF'
# %{bigname} TRUSTED HOSTS
# To use this file, uncomment the #ExternalIgnoreList and/or the #InternalHosts
# option in %{_sysconfdir}/%{name}.conf then restart %{upname}. Additional hosts
# may be added on separate lines (IP addresses, hostnames, or CIDR ranges).
# The localhost IP (127.0.0.1) should always be the first entry in this file.
127.0.0.1
::1
#host.example.com
#192.168.1.0/24
EOF

install -p -d %{buildroot}%{_sysconfdir}/tmpfiles.d
cat > %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf <<'EOF'
D %{_localstatedir}/run/%{name} 0700 %{name} %{name} -
EOF

rm -r %{buildroot}%{_prefix}/share/doc/%{name}
rm %{buildroot}%{_libdir}/*.la

mkdir -p %{buildroot}%{_localstatedir}/spool/%{name}
mkdir -p %{buildroot}%{_localstatedir}/run/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mkdir %{buildroot}%{_sysconfdir}/%{name}/keys

install -m 0755 stats/%{name}-reportstats %{buildroot}%{_prefix}/sbin/%{name}-reportstats
sed -i 's|^%{bigname}STATSDIR="/var/db/%{name}"|%{bigname}STATSDIR="%{_localstatedir}/spool/%{name}"|g' %{buildroot}%{_prefix}/sbin/%{name}-reportstats
sed -i 's|^%{bigname}DATOWNER="mailnull:mailnull"|%{bigname}DATOWNER="%{name}:%{name}"|g' %{buildroot}%{_prefix}/sbin/%{name}-reportstats


cat > README.urpmi << 'EOF'
#####################################
#ROSA-SPECIFIC README FOR %{bigname}#
#####################################
Based on Fedora instructions by Steve Jenkins

Generating keys for %{upname}
============================
After installing the %{name} package, you MUST generate a pair of keys (public and private) before
attempting to start the %{name} service.

A valid private key must exist in the location expected by %{_sysconfdir}/%{name}.conf before the service will start.

A matching public key must be included in your domain's DNS records before remote systems can validate
your outgoing mail's DKIM signature.


Generating Keys Automatically
=============================
To automatically create a pair of default keys for the local domain, do:

% sudo %{_sbindir}/%{name}-default-keygen

The default keygen script will attempt to fetch the local domain name, generate a private and public key for
the domain, then save them in %{_sysconfdir}/%{name}/keys as default.private and default.txt with the proper
ownership and permissions.

NOTE: The default key generation script MUST be run by a privileged user (or root). Otherwise, the resulting
private key ownership and permissions will not be correct.


Generating Keys Manually
========================
A privileged user (or root) can manually generate a set of keys by doing the following:

1) Create a directory to store the new keys:

% sudo mkdir %{_sysconfdir}/%{name}/keys/example.com

2) Generate keys in that directory for a specific domain name and selector:

% sudo %{_sbindir}/%{name}-genkey -D %{_sysconfdir}/%{name}/keys/example.com/ -d example.com -s default

3) Set the proper ownership for the directory and private key:

% sudo chown -R root:%{name} %{_sysconfdir}/%{name}/keys/example.com

4) Set secure permissions for the private key:

% sudo chmod 640 %{_sysconfdir}/%{name}/keys/example.com/default.private

5) Set standard permissions for the public key:

% sudo chmod 644 %{_sysconfdir}/%{name}/keys/example.com/default.txt

Updating Key Location(s) in Configuration Files
===============================================
If you run the %{name}-default-keygen script, the default keys will be saved in %{_sysconfdir}/%{name}/keys as
default.private and default.txt, which is the location expected by the default %{_sysconfdir}/%{name}.conf file.

If you manually generate your own keys, you must update the key location and name in %{_sysconfdir}/%{name}.conf
before attempting to start the %{name} service.


Using %upname with SQL Datasets
================================
%upname on RedHat-based systems relies on OpenDBX for database access. Depending on which database you use,
you may have to manually install one of the following OpenDBX subpackages (all of which are available via yum):

- opendbx-firebird
- opendbx-mssql
- opendbx-mysql
- opendbx-postgresql
- opendbx-sqlite.
- opendbx-sqlite2
- opendbx-sybase

If you have %upname configured to use SQL datasets on a systemd-based server, it might also be necessary to start
the %{name} service after the database servers by referencing your database unit file(s) in the "After" section of
the %upname unit file.

For example, if using both MariaDB and PostgreSQL, in %{_unitdir}/%{name}.service change:

After=network.target nss-lookup.target syslog.target

to:

After=network.target nss-lookup.target syslog.target mariadb.service postgresql.service


Additional Configuration Help
=============================
For help configuring your MTA (Postfix, Sendmail, etc.) with %{upname}, setting up DNS records with your
public DKIM key, as well as instructions on configuring %{upname} to sign outgoing mail for multiple
domains, follow the how-to at:

http://wp.me/p1iGgP-ou

Official documentation for %{upname} is available at http://%{name}.org/

%{upname} mailing lists are available at http://lists.%{name}.org/

###
EOF

%pre
getent group %{name} >/dev/null || groupadd -r %{name}
getent passwd %{name} >/dev/null || \
        useradd -r -g %{name} -G mail -d %{_localstatedir}/run/%{name} -s /sbin/nologin \
        -c "%{upname} Milter" %{name}
exit 0

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

# For the switchover from initscript to service file
%triggerun -- %{name} < 2.8.0-1
%systemd_post %{name}.service
/sbin/chkconfig --del %{name} >/dev/null 2>&1 || :
%systemd_postun_with_restart %{name}.service

%files
%doc LICENSE LICENSE.Sendmail FEATURES KNOWNBUGS RELEASE_NOTES RELEASE_NOTES.Sendmail INSTALL
%doc contrib/convert/convert_keylist.sh %{name}/*.sample
%doc %{name}/%{name}.conf.simple-verify %{name}/%{name}.conf.simple
%doc %{name}/README contrib/lua/*.lua
%doc README.urpmi
%config(noreplace) %{_sysconfdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/tmpfiles.d/%{name}.conf
%config(noreplace) %attr(640,%{name},%{name}) %{_sysconfdir}/%{name}/SigningTable
%config(noreplace) %attr(640,%{name},%{name}) %{_sysconfdir}/%{name}/KeyTable
%config(noreplace) %attr(640,%{name},%{name}) %{_sysconfdir}/%{name}/TrustedHosts
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/*/*
%dir %attr(-,%{name},%{name}) %{_localstatedir}/spool/%{name}
%dir %attr(-,root,%{name}) %{_sysconfdir}/%{name}
%dir %attr(-,root,%{name}) %{_sysconfdir}/%{name}/keys
%attr(0644,root,root) %{_unitdir}/%{name}.service

%files -n %{libname}
%{_libdir}/libopendkim.so.%{major}*

%files -n %{devname}
%doc LICENSE LICENSE.Sendmail
%doc libopendkim/docs/*.html
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog

* Tue Jun 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.10.3-1
- (1502c26) Adjust chkconfig requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23459 |14mu|OpenDX-4.4.4-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define samplesname dxsamples
%define sver 4.4.0
%define dxdir %{_libdir}/dx
%define kernel_version %(uname -r)

Summary:	IBM OpenDX (Data Explorer)
Name:		OpenDX
Version:	4.4.4
Release:	22
License:	IBM Public License
Group:		Sciences/Other
Url:		http://www.opendx.org/
Source0:	http://opendx.npaci.edu/source/dx-%{version}.tar.bz2
Source1:	http://opendx.npaci.edu/source/dxsamples-%{sver}.tar.bz2
Source2:	dx.png
Source100:	%{name}.rpmlintrc
Patch4:		dx-4.4.4-errno.patch
Patch5:		dx-4.2.0-xkb.patch
Patch6:		dx-4.3.2-types.patch
Patch7:		dx-4.4.4-String.patch
Patch8:		dx-4.4.4-returnval.patch
Patch9:		dx-4.4.4-implicit_decl.patch
Patch10:	dx-4.4.4-unitialized.patch
Patch11:	dx-4.4.4-undefined.patch
Patch12:	dx-imagemagick-6.3.8.5.diff
Patch13:	dx-open.patch
Patch14:	dx-gcc43.patch
Patch15:	dx-4.4.4-autoconf.patch
Patch16:	dx-4.4.4-fix-str-fmt.patch
Patch17:	dx-4.4.4-linkage.patch
Patch18:	opendx-4.4.4-concurrent-make-fix.patch
Patch19:	dx-4.4.4-newer-imagemagick.patch
Patch20:	dx-4.4.4-sysh.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	imagemagick
BuildRequires:	kernel-source
BuildRequires:	libtool
BuildRequires:	hdf5-devel
BuildRequires:	jbig-devel
BuildRequires:	kernel-devel
BuildRequires:	lesstif-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(netcdf)

%description
OpenDX is a uniquely powerful, full-featured software package for the
visualization of scientific, engineering and analytical data: Its open
system design is built on a standard interface environments. And its
sophisticated data model provides users with great flexibility in
creating visualizations.

%files
%doc AUTHORS LICENSE README
%dir %{dxdir}
%{_bindir}/*
%{_mandir}/manl/*
%{dxdir}/bin
%{dxdir}/bin_linux
%{dxdir}/doc
%{dxdir}/fonts
%{dxdir}/help
%{dxdir}/html
%{dxdir}/lib
%{dxdir}/ui
%{dxdir}/java
%{_iconsdir}/hicolor/48x48/apps/dx.png
%{_iconsdir}/hicolor/32x32/apps/dx.png
%{_iconsdir}/hicolor/16x16/apps/dx.png
%{_datadir}/applications/*.desktop
%exclude %{dxdir}/lib/mdf2c.awk

#----------------------------------------------------------------------------

%package devel
Summary:	Development libraries for OpenDX
Group:		Development/C

%description devel
This package contains the header files and includes necessary to for developing
applications with OpenDX.

%files devel
%attr(644,root,root) %{_libdir}/*.a
%doc dxsamples-%{sver}/ChangeLog
%{_includedir}/*
%{dxdir}/include
%{dxdir}/samples
%{dxdir}/lib_linux
%{dxdir}/lib/mdf2c.awk

#----------------------------------------------------------------------------

%prep
%setup -q -n dx-%{version} -a 1
%apply_patches
rm -f configure; autoreconf -fi

#fix netcdf hdf5 linking
sed -i 's/-lnetcdf/-lnetcdf -lhdf5_hl -lhdf5 -lz/g' ./configure

%build
CFLAGS="%{optflags} -O1 -fno-fast-math -fno-exceptions -I/usr/src/linux/include -I%{_includedir}/ImageMagick" \
CXXFLAGS="%{optflags} -O1 -fno-fast-math -fno-exceptions -Wno-deprecated -I/usr/src/linux/include -I%{_includedir}/ImageMagick" \

%configure2_5x \
	--prefix=%{_libdir} \
	--with-x \
	--with-magick \
	--with-netcdf \
	--with-jbig \
	--without-javadx
make 

(cd %{samplesname}-%{sver}
autoreconf -fi
%configure2_5x --prefix=%{_libdir}
%make)

%install
mkdir -p %{buildroot}%{_libdir} \
	%{buildroot}%{_includedir}
%makeinstall prefix=%{buildroot}%{_libdir} \
	libdir=%{buildroot}%{dxdir} \
	mandir=%{buildroot}%{_mandir} \
	LIBTOOL=%{_bindir}/libtool
ln -sf %{dxdir}/include/dxconfig.h %{buildroot}%{_includedir}/dxconfig.h
ln -sf %{dxdir}/include/dxl.h %{buildroot}%{_includedir}/dxl.h
ln -sf %{dxdir}/include/dx %{buildroot}%{_includedir}/dx
ln -sf %{dxdir}/lib_linux/libDX.a %{buildroot}%{_libdir}/libDX.a
ln -sf %{dxdir}/lib_linux/libDXcallm.a %{buildroot}%{_libdir}/libDXcallm.a
ln -sf %{dxdir}/lib_linux/libDXL.a %{buildroot}%{_libdir}/libDXL.a
ln -sf %{dxdir}/lib_linux/libDXlite.a %{buildroot}%{_libdir}/libDXlite.a
rm -rf %{buildroot}%{dxdir}/man
#
(cd %{buildroot}/%{dxdir}/html
ln -sf allguide.htm index.htm
ln -sf allguide.htm index.html
)
#
(cd %{samplesname}-%{sver}
make install prefix=%{buildroot}%{_libdir}
)

mkdir -p %{buildroot}%{dxdir}/lib
install -m 644 ./lib/mdf2c.awk %{buildroot}%{dxdir}/lib/

# fix dxexec path
mv %{buildroot}%{_bindir}/dxexec %{buildroot}%{dxdir}/bin_linux/dxexec
ln -s %{dxdir}/bin_linux/dxexec %{buildroot}%{_bindir}/dxexec

# remove files not packaged
rm -rf %{buildroot}%{_libdir}/bin/dx

# icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
install -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/dx.png
convert -scale 32 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/dx.png
convert -scale 16 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/dx.png

# desktop menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/rosa-%{name}.desktop <<EOF
[Desktop Entry]
Name=OpenDX
Comment=Visualization Data Explorer
Comment[ru]=Инструмент визуализации данных
Exec=%{_bindir}/dx
Terminal=false
Type=Application
Icon=dx
Categories=Science;Math;
StartupWMClass=startupWindow
EOF

# Clean installed tree
find %{buildroot}/%{_libdir} -type f -or -type d | xargs chmod go-w
rm -f %{buildroot}%{dxdir}/samples/outboard/Makefile_os2 \
	%{buildroot}%{dxdir}/samples/user/Makefile_os2

rm -f %{buildroot}/%{_libdir}/dx/samples/data/externalfilter_alphax
rm -f %{buildroot}/%{_libdir}/dx/samples/data/externalfilter_hp700
rm -f %{buildroot}/%{_libdir}/dx/samples/data/externalfilter_ibm6000
rm -f %{buildroot}/%{_libdir}/dx/samples/data/externalfilter_sgi
rm -f %{buildroot}/%{_libdir}/dx/samples/data/externalfilter_solaris


%changelog

* Fri Mar 25 2016 Denis Silakov <dsilakov@gmail.com> 4.4.4-22
- (658568a) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23460 |14mu|OpenImageIO-1.6.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1.6
%define libname %mklibname %{name} %{major}
%define libutil %mklibname %{name}_Util %{major}
%define devname %mklibname %{name} -d

Summary:	Library for reading and writing images
Name:		OpenImageIO
Version:	1.6.9
Release:	1
License:	BSD
Group:		System/Libraries
Url:		https://sites.google.com/site/openimageio/home
Source0:	https://download.github.com/Release-%{version}.tar.gz
Patch1:		OpenImageIO-1.6.9-dl.patch
BuildRequires:	cmake
BuildRequires:	txt2man
BuildRequires:	boost-devel
BuildRequires:	jpeg-devel
BuildRequires:	giflib-devel
BuildRequires:	pugixml-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(IlmBase)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libraw_r)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(OpenColorIO)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(zlib)

%description
OpenImageIO is a library for reading and writing images, and a bunch of related
classes, utilities, and applications. Main features include:
- Extremely simple but powerful ImageInput and ImageOutput APIs for reading and
  writing 2D images that is format agnostic.
- Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa, JPEG-2000,
  DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS, SGI,
  PNM/PPM/PGM/PBM, Field3d.
- An ImageCache class that transparently manages a cache so that it can access
  truly vast amounts of image data.
- A really nice image viewer, iv, also based on OpenImageIO classes (and so
  will work with any formats for which plugins are available).

%files
%doc CHANGES LICENSE
%{_bindir}/*
%{py_platsitedir}/OpenImageIO.so
%{_datadir}/fonts/oiio
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for reading and writing images
Group:		System/Libraries

%description -n %{libname}
OpenImageIO is a library for reading and writing images.

%files -n %{libname}
%{_libdir}/libOpenImageIO.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libutil}
Summary:	A library for reading and writing images
Group:		System/Libraries

%description -n %{libutil}
OpenImageIO_Util is a library for reading and writing images.

%files -n %{libutil}
%{_libdir}/libOpenImageIO_Util.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libutil} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name} library.

%files -n %{devname}
%doc src/doc/*.pdf
%{_libdir}/libOpenImageIO.so
%{_libdir}/libOpenImageIO_Util.so
%{_includedir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn oiio-Release-%{version}
%patch1 -p1 -b .dl~

%build
%cmake \
	-DUSE_OPENSSL:BOOL=ON \
	-DUSE_PYTHON:BOOL=ON \
	-DUSE_PYTHON3:BOOL=ON \
	-DSTOP_ON_WARNING:BOOL=OFF \
	-DCMAKE_SKIP_RPATH:BOOL=ON \
	-DPYLIB_INSTALL_DIR:PATH=%{py_platsitedir} \
	-DPYLIB3_INSTALL_DIR:PATH=%{python3_sitearch} \
	-DINCLUDE_INSTALL_DIR:PATH=/usr/include/%{name} \
	-DINSTALL_DOCS:BOOL=OFF \
	-DUSE_EXTERNAL_PUGIXML:BOOL=ON

%make

%install
%makeinstall_std -C build

# Move man pages to the right directory
mkdir -p %{buildroot}%{_mandir}/man1
cp -a build/src/doc/*.1 %{buildroot}%{_mandir}/man1


%changelog

* Sat Feb 06 2016 Denis Silakov <dsilakov@gmail.com> 1.6.9-1
- (c827474) Build with openssl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23461 |14mu|openipmi-2.0.18-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname OpenIPMI

%define major 0
%define ui_major 1
%define libname %mklibname openipmi %{major}
%define libcmdlang %mklibname openipmicmdlang %{major}
%define libglib %mklibname openipmiglib %{major}
%define liblanserv %mklibname ipmilanserv %{major}
%define libposix %mklibname openipmiposix %{major}
%define libpthread %mklibname openipmipthread %{major}
%define libtcl %mklibname openipmitcl %{major}
%define libutils %mklibname openipmiutils %{major}
%define libui %mklibname openipmiui %{ui_major}
%define devname %mklibname openipmi -d

Summary:	Library interface to IPMI
Name:		openipmi
Version:	2.0.18
Release:	7
License:	LGPLv2+
Group:		System/Kernel and hardware
Url:		http://openipmi.sourceforge.net
Source0:	http://downloads.sourceforge.net/openipmi/%{oname}-%{version}.tar.gz
Patch0:		OpenIPMI-2.0.16-python26.patch
Patch1:		openipmi-2.0.16-pthreads.patch
BuildRequires:	swig >= 1.3
BuildRequires:	tcl
BuildRequires:	tk
BuildRequires:	tkinter
BuildRequires:	wxPythonGTK
BuildRequires:	libgdbm-devel
BuildRequires:	perl-devel
BuildRequires:	net-snmp-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(tcl)
BuildRequires:	pkgconfig(tk)
Requires(pre,post):	rpm-helper
Provides:	IPMI = %{EVRD}

%description
This package contains a shared library implementation of IPMI and the
basic tools used with OpenIPMI.

%files
%doc FAQ README README.Force
%doc README.MotorolaMXP
%{_sysconfdir}/init.d/ipmi
%config(noreplace) %{_sysconfdir}/sysconfig/ipmi

%preun
%_preun_service ipmi

%postun
%_post_service ipmi

#----------------------------------------------------------------------------

%package gui
Summary:	GUI (in python) for OpenIPMI
Group:		System/Kernel and hardware
Requires:	python-%{name} = %{EVRD}
Requires:	wxPython >= 2.4.2
Requires:	wxPythonGTK

%description gui
A GUI interface for OpenIPMI.  Written in python an requiring wxWidgets.

%files gui
%{_bindir}/openipmigui
%{python_sitearch}/openipmigui/*

#----------------------------------------------------------------------------

%package lanserv
Summary:	Emulates an IPMI network listener
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}

%description lanserv
This package contains a network IPMI listener.

%files lanserv
%{_bindir}/ipmilan
%{_mandir}/man8/ipmilan.8*

#----------------------------------------------------------------------------

%package ui
Summary:	User Interface (UI) for %{name}
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}

%description ui
This package contains a user interface for %{name}.

%files ui
%{_bindir}/ipmi_ui
%{_bindir}/ipmicmd
%{_bindir}/openipmicmd
%{_bindir}/ipmish
%{_bindir}/openipmish
%{_bindir}/solterm
%{_bindir}/rmcp_ping
%{_mandir}/man1/ipmi_ui.1*
%{_mandir}/man1/openipmicmd.1*
%{_mandir}/man1/openipmish.1*
%{_mandir}/man1/openipmigui.1*
%{_mandir}/man1/solterm.1*
%{_mandir}/man1/rmcp_ping.1*
%{_mandir}/man7/ipmi_cmdlang.7*
%{_mandir}/man7/openipmi_conparms.7*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for OpenIPMI
Group:		System/Libraries
Requires:	%{name}
Conflicts:	%{name} < 2.0.18-7

%description -n %{libname}
Shared library for OpenIPMI.

%files -n %{libname}
%{_libdir}/libOpenIPMI.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcmdlang}
Summary:	Shared library for OpenIPMI
Group:		System/Libraries
Conflicts:	%{name} < 2.0.18-7

%description -n %{libcmdlang}
Shared library for OpenIPMI.

%files -n %{libcmdlang}
%{_libdir}/libOpenIPMIcmdlang.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libglib}
Summary:	Shared library for OpenIPMI
Group:		System/Libraries
Conflicts:	%{name} < 2.0.18-7

%description -n %{libglib}
Shared library for OpenIPMI.

%files -n %{libglib}
%{_libdir}/libOpenIPMIglib.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{liblanserv}
Summary:	Shared library for OpenIPMI
Group:		System/Libraries
Conflicts:	%{name}-lanserv < 2.0.18-7

%description -n %{liblanserv}
Shared library for OpenIPMI.

%files -n %{liblanserv}
%{_libdir}/libIPMIlanserv.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libposix}
Summary:	Shared library for OpenIPMI
Group:		System/Libraries
Conflicts:	%{name} < 2.0.18-7

%description -n %{libposix}
Shared library for OpenIPMI.

%files -n %{libposix}
%{_libdir}/libOpenIPMIposix.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libpthread}
Summary:	Shared library for OpenIPMI
Group:		System/Libraries
Conflicts:	%{name} < 2.0.18-7

%description -n %{libpthread}
Shared library for OpenIPMI.

%files -n %{libpthread}
%{_libdir}/libOpenIPMIpthread.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libtcl}
Summary:	Shared library for OpenIPMI
Group:		System/Libraries
Provides:	tcl-%{name} = %{EVRD}
Conflicts:	tcl-%{name} < 2.0.18-7
Obsoletes:	tcl-%{name} < 2.0.18-7

%description -n %{libtcl}
Shared library for OpenIPMI.

%files -n %{libtcl}
%{_libdir}/libOpenIPMItcl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libui}
Summary:	Shared library for OpenIPMI
Group:		System/Libraries
Conflicts:	%{name}-ui < 2.0.18-7

%description -n %{libui}
Shared library for OpenIPMI.

%files -n %{libui}
%{_libdir}/libOpenIPMIui.so.%{ui_major}*

#----------------------------------------------------------------------------

%package -n %{libutils}
Summary:	Shared library for OpenIPMI
Group:		System/Libraries
Conflicts:	%{name} < 2.0.18-7

%description -n %{libutils}
Shared library for OpenIPMI.

%files -n %{libutils}
%{_libdir}/libOpenIPMIutils.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for OpenIPMI
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libcmdlang} = %{EVRD}
Requires:	%{libglib} = %{EVRD}
Requires:	%{liblanserv} = %{EVRD}
Requires:	%{libposix} = %{EVRD}
Requires:	%{libpthread} = %{EVRD}
Requires:	%{libtcl} = %{EVRD}
Requires:	%{libui} = %{EVRD}
Requires:	%{libutils} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 2.0.18-7
Obsoletes:	%{name}-devel < 2.0.18-7

%description -n %{devname}
Contains additional files need for a developer to create applications
and/or middleware that depends on libOpenIPMI.

%files -n %{devname}
%doc doc/IPMI.pdf
%{_includedir}/OpenIPMI
%{_libdir}/*.so
%{_libdir}/pkgconfig/OpenIPMI*.pc

#----------------------------------------------------------------------------

%package -n perl-%{name}
Summary:	Perl interface for OpenIPMI
Group:		Development/Perl
Requires:	%{name} = %{EVRD}

%description -n perl-%{name}
A Perl interface for OpenIPMI.

%files -n perl-%{name}
%doc swig/OpenIPMI.i swig/perl/sample swig/perl/ipmi_powerctl
%{perl_vendorarch}/OpenIPMI.pm
%{perl_vendorarch}/auto/OpenIPMI

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python interface for OpenIPMI
Group:		Development/Python
Requires:	%{name} = %{EVRD}

%description -n python-%{name}
A Python interface for OpenIPMI.

%files -n python-%{name}
%doc swig/OpenIPMI.i
%{python_sitearch}/*OpenIPMI.*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
export PYTHONDONTWRITEBYTECODE=
%define _disable_ld_no_undefined 1
%configure2_5x \
	--with-perlinstall=%{perl_vendorarch} \
	--with-pythoninstall=%{python_sitearch} \
	--with-glib12=no \
	--with-pythonusepthreads=yes \
	--with-perlusepthreads=yes \
	--disable-static

%make

%install
%makeinstall_std PYTHON_GUI_DIR=openipmigui

install -m755 ipmi.init -D %{buildroot}/%{_sysconfdir}/init.d/ipmi
install -m644 ipmi.sysconf -D %{buildroot}/%{_sysconfdir}/sysconfig/ipmi


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.18-7
- (4af4f54) Package libraries according to library packaging policy
- (4af4f54) Drop unused patches
- (4af4f54) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23462 |14mu|open-iscsi-2.0-873.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name dkms-%{name}
%define revision 873
%bcond_with dkms

Summary:	An implementation of RFC3720 iSCSI
Name:		open-iscsi
Version:	2.0
Release:	%{revision}.2
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.open-iscsi.org
Source0:	http://www.open-iscsi.org/bits/open-iscsi-%{version}-%{revision}.tar.gz
Source1:	open-iscsi.service
Source2:	initiatorname.iscsi
Patch1:		open-iscsi-2.0-871-etc_iscsi.patch
BuildRequires:	db-devel
BuildRequires:	glibc-static-devel

%description
Open-iSCSI project is a high-performance, transport independent, multi-platform
implementation of RFC3720 iSCSI. iSCSI is a protocol for distributed disk
access using SCSI commands sent over Internet Protocol networks.

%files
%doc README COPYING
%dir %{_sysconfdir}/iscsi
%{_sysconfdir}/iscsi/ifaces
%dir %{_sysconfdir}/iscsi/nodes
%dir %{_sysconfdir}/iscsi/send_targets
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/iscsi/iscsid.conf
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/iscsi/initiatorname.iscsi
%{_unitdir}/open-iscsi.service
/sbin/iscsiadm
/sbin/iscsid
/sbin/iscsi-iname
/sbin/iscsi_discovery
#/sbin/fwparam_ibft
%{_mandir}/man8/iscsiadm.8*
%{_mandir}/man8/iscsid.8*
%{_mandir}/man8/iscsi_discovery.8*
%dir %{_localstatedir}/lib/open-iscsi

%post
%_post_service open-iscsi

%preun
%_preun_service open-iscsi

#----------------------------------------------------------------------------

%if %{with dkms}
%package -n %{module_name}
Summary:	open-iscsi initiator kernel module
Group:		Networking/Other
Requires:	kernel-source
Requires(preun,post):	dkms

%description -n %{module_name}
This package contains the open-iscsi initiator kernel module.

%files -n %{module_name}
%{_usrsrc}/%{module_name}-%{version}

%post -n %{module_name}
dkms add -m %{module_name} -v %{version} --rpm_safe_upgrade
dkms build -m %{module_name} -v %{version} --rpm_safe_upgrade
dkms install -m %{module_name} -v %{version} --rpm_safe_upgrade

%preun -n %{module_name}
dkms remove -m %{module_name} -v %{version} --rpm_safe_upgrade --all || :
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{revision}
%apply_patches
chmod 0644 README Makefile COPYING etc/iscsid.conf

for arq in doc/{iscsiadm,iscsid}.8 README usr/initiator.h; do
	sed -i -e "s,/var/db/iscsi,%{_localstatedir}/lib/open-iscsi,g" $arq
done

%build
%serverbuild
%make user

%install
# install only the user level part, so don't use makeinstall_dtd
# as it will use the "install" target, which will install the
# kernel part too
make \
	DESTDIR=%{buildroot} \
	initddir=%{_unitdir} \
	install_user

mkdir -p -m 0700 %{buildroot}%{_localstatedir}/lib/open-iscsi
mkdir -p -m 0755 %{buildroot}%{_sysconfdir}/iscsi/nodes
mkdir -p -m 0755 %{buildroot}%{_sysconfdir}/iscsi/send_targets

# init script
mkdir -p %{buildroot}%{_unitdir}
install -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/open-iscsi.service
rm %{buildroot}%{_unitdir}/open-iscsi

# DKMS
%if %{with dkms}
mkdir -p %{buildroot}/usr/src/%{module_name}-%{version}
cp -a kernel %{buildroot}/usr/src/%{module_name}-%{version}/
cp -a include %{buildroot}/usr/src/%{module_name}-%{version}/

cat > %{buildroot}/usr/src/%{module_name}-%{version}/dkms.conf <<EOF
PACKAGE_VERSION="%{version}"
PACKAGE_NAME="%{module_name}"
MAKE[0]="cd \${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build/kernel ; make"
CLEAN="cd \${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build/kernel ; make clean"

BUILT_MODULE_NAME[0]="iscsi_tcp"
BUILT_MODULE_LOCATION[0]="kernel"
DEST_MODULE_NAME[0]="iscsi_tcp"
DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"

BUILT_MODULE_NAME[1]="scsi_transport_iscsi"
BUILT_MODULE_LOCATION[1]="kernel"
DEST_MODULE_NAME[1]="scsi_transport_iscsi"
DEST_MODULE_LOCATION[1]="/kernel/drivers/scsi"

REMAKE_INITRD="no"
AUTOINSTALL=yes
POST_INSTALL="post-install"
POST_REMOVE="post-remove"
EOF
%endif # dkms

# sample initiatorname file
install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/iscsi


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-873.2
- (082d3b9) Upload sources tarball
- (082d3b9) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23463 |14mu|openjpeg-1.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname OpenJPEG
%define oversion %(echo %{version} | sed -e 's/\\./_/g')

%define major 5
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	An open-source JPEG 2000 codec
Name:		openjpeg
Version:	1.5.2
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://www.openjpeg.org/
Source0:	http://openjpeg.googlecode.com/files/%{name}-%{version}.tar.gz
Patch1:		openjpeg-1.5.2-CVE-2013-1447.patch
Patch2:		openjpeg-1.5.2-CVE-2013-6887.patch
Patch3:		openjpeg-1.5.2-CVE-2014-0158.patch
BuildRequires:	cmake
BuildRequires:	dos2unix

%description
The OpenJPEG library is an open-source JPEG 2000 codec written in C language.
It has been developed in order to promote the use of JPEG 2000, the new still-
image compression standard from the Joint Photographic Experts Group (JPEG).

%files
%doc %{_datadir}/doc/%{name}-1.5/
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	%{oname} library
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically linked
with the %{oname} library.

The OpenJPEG library is an open-source JPEG 2000 codec written in C language.
It has been developed in order to promote the use of JPEG 2000, the new still-
image compression standard from the Joint Photographic Experts Group (JPEG).

%files -n %{libname}
%{_libdir}/libopenjpeg.so.%{major}
%{_libdir}/libopenjpeg.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs using the %{oname} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{name} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and libraries needed for developing
programs using the %{oname} library.

The OpenJPEG library is an open-source JPEG 2000 codec written in C language.
It has been developed in order to promote the use of JPEG 2000, the new still-
image compression standard from the Joint Photographic Experts Group (JPEG).

%files -n %{devname}
%{_includedir}/%{name}-1.5/%{name}.h
%{_libdir}/libopenjpeg.so
%{_libdir}/%{name}-1.5/*.cmake
%{_libdir}/pkgconfig/libopenjpeg1.pc

#----------------------------------------------------------------------------

%prep
%setup -q
dos2unix libopenjpeg/opj_malloc.h
%apply_patches

%build
%cmake -DOPENJPEG_INSTALL_LIB_DIR=%{_lib}
%make

%install
%makeinstall_std -C build


%changelog

* Thu Jul 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-1
- (80348e4) Added dos2unix BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23464 |14mu|openjpeg2-2.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname OpenJPEG

%define major 7
%define libname %mklibname openjp2_ %{major}
%define devname %mklibname %{name} -d

Summary:	An open-source JPEG 2000 codec
Name:		openjpeg2
Version:	2.1.2
Release:	4
License:	BSD
Group:		System/Libraries
Url:		http://www.openjpeg.org/
Source0:	https://github.com/uclouvain/openjpeg/archive/v%{version}.tar.gz?/openjpeg-%{version}.tar.gz
Patch0:		openjpeg2-2.1.2-CVE-2016-9572-9573.patch
Patch1:		openjpeg2-2.1.2-CVE-2016-9580-9581.patch
Patch2:		openjpeg-2.1.0-no-double-slash-in-pkgconfig.patch
BuildRequires:	png-devel
BuildRequires:	tiff-devel
BuildRequires:	lcms2-devel
BuildRequires:	cmake
BuildRequires:	doxygen

%description
The OpenJPEG library is an open-source JPEG 2000 codec written in C
language. It has been developed in order to promote the use of JPEG
2000, the new still-image compression standard from the Joint
Photographic Experts Group (JPEG).

%files
%doc AUTHORS.md NEWS.md README.md THANKS.md
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	%{oname} shared library
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with the %{oname} library.

The OpenJPEG library is an open-source JPEG 2000 codec written in C
language. It has been developed in order to promote the use of JPEG
2000, the new still-image compression standard from the Joint
Photographic Experts Group (JPEG).

%files -n %{libname}
%{_libdir}/libopenjp2.so.%{major}
%{_libdir}/libopenjp2.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs using the %{oname} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and libraries needed for
developing programs using the %{oname} library.

%files -n %{devname}
%{_includedir}/*
%{_mandir}/man3/*
%{_libdir}/libopenjp2.so
%{_libdir}/openjpeg-*/*.cmake
%{_libdir}/pkgconfig/libopenjp2.pc

#----------------------------------------------------------------------------

%prep
%setup -qn openjpeg-%{version}
%apply_patches

%build
%cmake \
	-DOPENJPEG_INSTALL_BIN_DIR:PATH=%{_bindir} \
	-DOPENJPEG_INSTALL_DATA_DIR:PATH=%{_datadir} \
	-DOPENJPEG_INSTALL_INCLUDE_DIR:PATH=%{_includedir} \
	-DOPENJPEG_INSTALL_LIB_DIR:PATH=%{_libdir} \
	-DBUILD_DOC=ON
%make

%install
%makeinstall_std -C build

rm -rf %{buildroot}%{_docdir}

%changelog

* Sun Jan 22 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.2-4
- (a624832) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23465 |14mu|openldap-2.4.44-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _build_pkgcheck_set %{nil}
%define _build_pkgcheck_srpm %{nil}

%global beta %{nil}

#defaults
%define build_modules 1
%define build_modpacks 0
%define build_slp 0
%define build_heimdal 1
%define build_nssov 1
%define build_smbk5pwd 1

%{?_with_modules: %global build_modules 1}
%{?_without_modules: %global build_modules 0}
%{?_with_slp: %global build_slp 1}
%{?_without_slp: %global build_slp 0}
%{?_with_heimdal: %global build_heimdal 1}
%{?_without_heimdal: %global build_heimdal 0}
%{?_with_nssov: %global build_nssov 1}
%{?_without_nssov: %global build_nssov 0}
%{?_with_smbk5pwd: %global build_smbk5pwd 1}
%{?_without_smbk5pwd: %global build_smbk5pwd 0}

%define major 2.4_2
%define fname ldap
%define libname %mklibname %{fname} %{major}
%define migtools_ver 45

# we want to use the default db version for each release, so as
# to make backport binary compatibles
# excepted for very old systems, where we use bundled db
%define bundled_db_source_ver 4.8.30
%define dbdevel db-devel
%global db_internal 0
%define dbver 5.2.0
%define dbutils db-utils
%define dbutilsprefix db52_

%define ol_ver_major 2.4

%global clientbin	ldapadd,ldapcompare,ldapdelete,ldapmodify,ldapmodrdn,ldappasswd,ldapsearch,ldapwhoami,ldapexop
%global serverbin	slapd-addel,slapd-bind,slapd-modify,slapd-modrdn,slapd-read,slapd-search,slapd-tester,ldif-filter
%define serversbin	slapadd,slapcat,slapd,slapdn,slapindex,slappasswd,slaptest,slurpd,slapacl,slapauth

#localstatedir is passed directly to configure, and we want it to be /var/lib
#define _localstatedir %{_var}/run
%define	_libexecdir	%{_sbindir}

# Allow --with[out] SASL at rpm command line build
%{?_without_SASL: %{expand: %%define _without_cyrussasl --without-cyrus-sasl}}
%{?_with_SASL: %{expand: %%define _with_cyrussasl --with-cyrus-sasl}}
%{!?_with_cyrussasl: %{!?_without_cyrussasl: %global _with_cyrussasl --with-cyrus-sasl}}
%{?_with_cyrussasl: %define _with_cyrussasl --with-cyrus-sasl}
%{?_without_cyrussasl: %define _without_cyrussasl --without-cyrus-sasl}
%{?_with_gdbm: %global db_conv dbb}
%{!?_with_gdbm: %global db_conv gdbm}
%global build_sql 1
%{?_without_sql: %global build_sql 0}
%global back_perl 0

Summary:	LDAP servers and sample clients
Name:		openldap
Version:	2.4.44
Release:	1
License:	Artistic
Group:		System/Servers
URL:		http://www.openldap.org

# Openldap source
Source0:	ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/%{name}-%{version}%{beta}.tgz

## To generate ths tarball, check the docs out of CVS:
# cvs -d :pserver:anonymous@cvs.OpenLDAP.org:/repo/OpenLDAP co \
# -r OPENLDAP_REL_ENG_2_4 guide
## patch the docs:
# cd guide/admin
# patch -p0 < `rpm --eval %_sourcedir`/openldap-2.4-admin-guide-add-vendor-doc.patch
# cp -p `rpm --eval %_sourcedir`/vendor*.sdf .
## build the docs
# make guide.html
## tar them up
# mkdir openldap-guide
# cp *.html *.gif *.png ../images/LDAPlogo.gif openldap-guide
# tar cjvf `rpm --eval %_sourcedir`/openldap-guide-2.4.tar.bz2 openldap-guide
## To update the README-openldap2.4.mdv as well:
# sdf -2txt_ vendor-standalone.sdf
# cp vendor-standalone.txt `rpm --eval %_sourcedir`/README-openldap2.4.mdv
## ensure your changes get back into the package:
# cvs diff | bzip2 -c > \
# `rpm --eval %_sourcedir`/openldap-2.4-admin-guide-add-vendor-doc.patch.bz2
# tar cjvf `rpm --eval %_sourcedir`/openldap-2.4-vendor-docs.tar.bz2 vendor*.sdf

Source12:	openldap-guide-2.4-sep2014.tar.bz2
Source13:	README-openldap2.4.mdv

# Specific source
Source1: 	ldap.service
Source2: 	%{name}.sysconfig
Source19:	gencert.sh
Source20:	ldap.logrotate
Source21:	slapd.conf
Source22:	DB_CONFIG
Source23:	ldap.conf
Source24:	slapd.access.conf
Source25:	ldap-hot-db-backup
Source26:	ldap-reinitialise-slave
Source27:	ldap-common
Source28:	coreschemas.conf
Source29:	extraschemas.conf

# Extended Schema
Source50:	printer.schema
Source51:	evoldap.schema
Source52:	urpmi.schema
Source53:	sudo.schema
Source54:	mull.schema
Source55:	evolutionperson.schema
Source56:	dnszone.schema
Source57:	calendar.schema

# Doc sources, used to build SOURCE12 and SOURCE13 above
Source100:	openldap-2.4-admin-guide-add-vendor-doc.patch
Source101:	vendor.sdf
Source102:	vendor-standalone.sdf

Source500:	%{name}.tmpfiles.d

# Chris Patches
Patch0:		%{name}-2.3.4-config.patch
Patch1:		%{name}-2.0.7-module.patch

#Fix various paths in smbk5pwd:
Patch2:		openldap-2.4.40-smbk5passwd-paths.patch
# For now, only build support for SMB (no krb5) changing support in smbk5passwd
# overlay:
#Patch3:	openldap-2.4.40-smbk5passwd-only-smb.patch
Patch4:		openldap-2.4.40-contrib-makefiles-with-tests.patch
Patch5:		openldap-2.4.8-fix-lib-perms.patch
Patch6:		openldap-2.4.12-test001-check-slapcat.patch

# RH + PLD Patches
Patch15:	%{name}-cldap.patch

# schema patch
Patch46:	openldap-2.0.21-schema.patch
Patch47:	openldap-2.4.12-change-dyngroup-schema.patch

Patch53:	%{name}-ntlm.patch

# security patches
# Patch63:	openldap-2.4.25-CVE-2013-4449.patch # Fixed librewrite reference counting (ITS#7723) since 2.4.40

#patches in CVS
# see http://www.stanford.edu/services/directory/openldap/configuration/openldap-build.html
# for other possibly interesting patches

%{?_with_cyrussasl:BuildRequires:	libsasl-devel}
%{?_with_kerberos:BuildRequires:	krb5-devel}
BuildRequires:	openssl-devel, perl
%if %build_slp
BuildRequires:	openslp-devel
%endif
%if %build_heimdal
BuildRequires:	heimdal-devel
%endif
%if %build_sql
BuildRequires:	unixODBC-devel
%endif
%if %back_perl
BuildRequires:	perl-devel
%endif
BuildRequires:	%{dbdevel} >= %{dbver}
BuildRequires:	ncurses-devel >= 5.0
BuildRequires:	tcp_wrappers-devel
BuildRequires:	libltdl-devel
BuildRequires:	krb5-devel
BuildRequires:	groff
BuildRequires:	openssl-devel
BuildRequires:	sasl-devel
# for make test:
BuildRequires:	diffutils
Requires:	shadow-utils, setup

%description
OpenLDAP is an open source suite of LDAP (Lightweight Directory Access
Protocol) applications and development tools.  The suite includes a
stand-alone LDAP server (slapd) which is in the -servers package, libraries for
implementing the LDAP protocol (in the lib packages), and utilities, tools, and
sample clients (in the -clients package). The openldap binary package includes
only configuration files used by the libraries.

Install openldap if you need LDAP applications and tools.

# --------------------------------------------------------------------------- #

%package config

Summary:	OpenLDAP confdir
Group:		Databases

%description config
OpenLDAP confdir

This package prepares directory structure for server configuration files and
for openldap-schema-* packages, the OpenLDAP schema file collection.

# --------------------------------------------------------------------------- #

%package schemas

Summary:	OpenLDAP schema files
Group:		Databases
Requires:	%{name}-config
Suggests:	openldap-schemas-heimdal
Suggests:	openldap-schemas-krb5
Suggests:	openldap-schemas-samba
Suggests:	openldap-schemas-dhcp
Suggests:	openldap-schemas-freeradius
Suggests:	openldap-schemas-nfs
Suggests:	openldap-schemas-webmin
Suggests:	openldap-schemas-pureftpd
Suggests:	openldap-schemas-quota
Suggests:	openldap-schemas-sendmail
Suggests:	openldap-schemas-evoldap
Suggests:	openldap-schemas-urpmi
Suggests:	openldap-schemas-extra

%description schemas
OpenLDAP schema files

This package contains standard set of OpenLDAP schema files. Supplementary
schema definitions (Heimdal, krb5, etc.) may be added up to this collection,
see 'urpmq -aS openldap-schemas' for full list.

# --------------------------------------------------------------------------- #

%package schemas-extra

# A successor to "openldap-extra-schemas" package which was not updated for a
# number of years. This one should be kept as thin as possible as it can only be
# updated manually. Use of openldap-schemas-%{name} packages is preferrable.

# IMPORTANT: it should not obsolete and trigger removal of "openldap-extra-schemas"
# at list till 2016 as removal of "openldap-extra-schemas" could ruin someones's
# production environment.

Summary:	OpenLDAP extra schema files
Group:		Databases
Requires:	%{name}-config

%description schemas-extra
OpenLDAP extra schema files

A set of extra OpenLDAP schema files,
see 'urpmq -aS openldap-schemas' for full list.

# --------------------------------------------------------------------------- #

%package servers
Summary:	OpenLDAP servers and related files
Group:		System/Servers
Requires:	%{name}-schemas
Requires(pre):	rpm-helper >= 0.23 coreutils shadow-utils openssl
BuildRequires:	rpm-helper >= 0.23
%if !%build_modpacks
Suggests:	%{name}-doc
Provides:	%{name}-back_dnssrv = %{version}-%{release}
Provides:	%{name}-back_ldap = %{version}-%{release}
Provides:	%{name}-back_passwd = %{version}-%{release}
Provides:	%{name}-back_sql = %{version}-%{release}
Obsoletes:	%{name}-back_dnssrv < %{version}-%{release}
Obsoletes:	%{name}-back_ldap < %{version}-%{release}
Obsoletes:	%{name}-back_passwd < %{version}-%{release}
Obsoletes:	%{name}-back_sql < %{version}-%{release}
Conflicts:	%{name}-servers < %{version}-%{release}
%endif
Requires(pre):	%{dbutils}
Requires(post):	%{dbutils}
# slapd checks at startup if the library version matches exactly what it
# was compiled against, so we cant allow newer versions, e.g.:
#bdb_back_initialize: BDB library version mismatch: expected Berkeley DB 4.8.26: (December 30, 2009), got Berkeley DB 4.8.30: (March 25, 2011)
# This might need to be changed to a library dependency, but we need to verify
# library provides on multiple distros before doing that
Requires:	%{dbutils} >= %{dbver}

# OpenLDAP 'servers' require their config to be constructed by installing several packages:
# 'config' package as frame and schema files from respective project's sources for inclusion.
# Installation order is mandatory and urpmi should be hinted to install all config chunks before
# 'servers' package as it will likely fail to first-run daemons otherwise.
Requires(pre):	%{name}-schemas

%if %{?_with_cyrussasl:1}%{!?_with_cyrussasl:0}
%define saslver %([ -f "%{_includedir}/sasl/sasl.h" ] && echo -e "#include <sasl/sasl.h>\\nSASL_VERSION_MAJOR SASL_VERSION_MINOR SASL_VERSION_STEP"|cpp|awk 'END {printf "%s.%s.%s",$1,$2,$3}' || echo "2.1.22")
%define sasllib %mklibname sasl 2
#Ensure we have the sasl library we compiled against available in post so
#slapadd etc works
Requires(post):	%{sasllib} = %{saslver}
%endif

Requires:	%{libname} = %{version}-%{release}

%description servers
OpenLDAP Servers

This package contains the OpenLDAP server, slapd (LDAP server), it's configuration
files, additional backends and database maintenance tools.
This server package was compiled with support for the %{?_with_gdbm:gdbm}%{!?_with_gdbm:berkeley}
database library.

# --------------------------------------------------------------------------- #

%package clients
Summary:	OpenLDAP clients and related files
Group:		System/Servers
Requires:	%{libname} = %{version}-%{release}

%description clients
OpenLDAP clients

This package contains command-line ldap clients (ldapsearch, ldapadd etc)

# --------------------------------------------------------------------------- #

%package -n %{libname}
Summary:	OpenLDAP libraries
Group:		System/Libraries
Provides:	lib%{fname} = %{version}-%{release}
Requires:	%{name}

%description -n %{libname}
This package includes the libraries needed by ldap applications.

# --------------------------------------------------------------------------- #

%package -n %{libname}-devel
Summary:	OpenLDAP development libraries and header files
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	tcp_wrappers-devel
Provides:	%{name}-devel = %{version}-%{release}
Provides: 	lib%{fname}-devel = %{version}-%{release}
Provides:	openldap2-devel = %{version}-%{release}
Obsoletes: 	openldap-devel < %{version}-%{release}
Conflicts:	libldap1-devel
Conflicts:	%mklibname -d ldap 2
Conflicts:	%mklibname -d ldap 2.3_0

%description -n %{libname}-devel
This package includes the development libraries and header files
needed for compiling applications that use LDAP internals.  Install
this package only if you plan to develop or will need to compile
LDAP clients.

# --------------------------------------------------------------------------- #

%package -n %{libname}-static-devel
Summary: 	OpenLDAP development static libraries
Group: 		Development/C
Requires: 	%{libname}-devel = %{version}-%{release}
Provides: 	lib%{fname}-devel-static = %{version}-%{release}
Provides: 	lib%{fname}-static-devel = %{version}-%{release}
Provides:	openldap-devel-static = %{version}-%{release}
Provides:	openldap-static-devel = %{version}-%{release}
Obsoletes: 	openldap-devel-static < %{version}-%{release}
Conflicts:	libldap1-devel

%description -n %{libname}-static-devel
OpenLDAP development static libraries

%if %build_modpacks

# --------------------------------------------------------------------------- #

%package back_dnssrv
Summary:	Module dnssrv for OpenLDAP
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Requires:	openldap-servers = %{version}-%{release}

%description back_dnssrv
The dnssrv daabase backend module for OpenLDAP daemon

# --------------------------------------------------------------------------- #

%package back_ldap
Summary:	Module ldap for OpenLDAP
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Requires:	openldap-servers = %{version}-%{release}

%description back_ldap
The ldap database backend module for OpenLDAP daemon

# --------------------------------------------------------------------------- #

%package back_passwd
Summary:	Module passwd for OpenLDAP
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Requires:	openldap-servers = %{version}-%{release}

%description back_passwd
The passwd database backend module for OpenLDAP daemon
%endif

%if %build_sql && %build_modpacks

# --------------------------------------------------------------------------- #

%package back_sql
Summary:	Module sql for OpenLDAP
Group:		System/Libraries
Requires:	%{libname} = %{version}-%{release}
Requires:	openldap-servers = %{version}-%{release}

%description back_sql
The sql database backend module for OpenLDAP daemon
%endif

# --------------------------------------------------------------------------- #

%package doc
Summary:	OpenLDAP documentation and administration guide
Group:		Books/Computer books
Requires:	openldap
Provides:	openldap-guide

%description doc
OpenLDAP documentation, incuding RFCs and the adminitration guide

# --------------------------------------------------------------------------- #

%package tests
Summary:	OpenLDAP Test Suite - tests and data
Group:		Development/Other
Requires:	%{name}-servers %{name}-clients %{name}-testprogs

%description tests
OpenLDAP now has a substantial test suite, which includes sample configurations
and data for a large number of scenarios and features. These are useful for
testing the installed server, and seeing examples of how to use the features.

The intention is that it should be possible to run the entire test suite on
the installed server using this package.

# --------------------------------------------------------------------------- #

%package testprogs
Summary:	OpenLDAP Test Suite - simple testing client binaries
Group:		Development/Other

%description testprogs
Programs shipped with the test suite which are used by the test suite, and may
also be useful as load generators etc.

%prep
%setup -q  -n %{name}-%{version}%{beta}

%patch0 -p1 -b .config
perl -pi -e 's/LDAP_DIRSEP "run" //g' include/ldap_defaults.h
%patch1 -p1 -b .module
%patch2 -p1 -b .smbk5paths
%if !%build_heimdal
#patch3 -p1 -b .smbonly
%endif

%patch4 -p1 -b .contribmake

%patch15 -p1 -b .cldap

%patch46 -p1 -b .mdk
%patch47 -p1 -b .dyngroup
# FIXME
%patch53 -p1 -b .ntlm

# patches from CVS
perl -pi -e 's/testrun/\${TESTDIR}/g' tests/scripts/test024-unique

# README:
cp %{SOURCE13} README.mdk

# test049 not ready for not writing to testdir ...
mv tests/scripts/{,broken}test049*

%patch5 -p1
%patch6 -p1

#patch63 -p1 -b .CVE-2013-4449

chmod a+rx tests/scripts/test054*
#aclocal
#perl -pi -e 's/^(AC_PREREQ.2.5)/${1}7/g' configure.in
#autoconf

%build
#disable icecream:
PATH=`echo $PATH|perl -pe 's,:[\/\w]+icecream[\/\w]+:,:,g'`
#serverbuild

# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`

unset CONFIGURE_TOP

# don't choose db4.3 even if it is available
export ol_cv_db_db_4_dot_3=no
# try and miss linuxthreads, so we get a threading lib on glibc2.4:
export ol_cv_header_linux_threads=no
#rh only:
export CPPFLAGS="-I%{_prefix}/kerberos/include $CPPFLAGS"
export LDFLAGS="-L%{_prefix}/kerberos/%{_lib} $LDFLAGS"
%if %{?openldap_fd_setsize:1}%{!?openldap_fd_setsize:0}
CPPFLAGS="$CPPFLAGS -DOPENLDAP_FD_SETSIZE=%{openldap_fd_setsize}"
%endif
# FIXME glibc 2.8 breakage, this is not the correct fix, see
# http://www.openldap.org/its/index.cgi/Build?id=5464;selectid=5464
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
# building for systems with kernel < 2.6 requires building without epoll support
%if %{mdkversion} < 1000 || %{?_without_epoll:1}%{!?_without_epoll:0}
export ac_cv_header_sys_epoll_h=no
%endif

%configure2_5x \
	--with-subdir=%{name} \
	--localstatedir=/var/run/ldap \
	--enable-dynamic \
	--enable-syslog \
	--enable-proctitle \
	--enable-ipv6 \
	--enable-local \
	%{?_with_cyrussasl} %{?_without_cyrussasl} \
	%{?_with_kerberos} %{?_without_kerberos} \
	--with-threads \
	--with-tls \
	--enable-slapd \
	--enable-aci \
	--enable-cleartext \
	--enable-crypt \
	--enable-lmpasswd \
	%{!?_with_gssapi:--without-gssapi} \
	%{?_with_kerberos:--enable-kpasswd} \
	%{?_with_cyrussasl:--enable-spasswd} \
%if %build_modules
	--enable-modules \
%endif
	--enable-rewrite \
	--enable-rlookups \
%if %build_slp
	--enable-slp \
%endif
	--enable-wrappers \
	--enable-bdb=yes \
	--enable-hdb=yes \
	--enable-ndb=no \
	--enable-backends=mod \
%if %back_perl
	--enable-perl=mod \
%else
	--enable-perl=no \
%endif
%if %build_sql
	--enable-sql=mod \
%else
	--enable-sql=no \
%endif
	--enable-overlays=mod \
	--enable-shared

# (oe) amd64 fix
perl -pi -e "s|^AC_CFLAGS.*|AC_CFLAGS = $CFLAGS -fPIC|g" libraries/librewrite/Makefile

make depend 

make 
export LIBTOOL=`pwd`/libtool

if [ -d /usr/kerberos/%{_lib} ]; then export LIBRARY_PATH=/usr/kerberos/%{_lib}; fi
perl -pi -e 's/pw-radius.la//g' contrib/slapd-modules/passwd/Makefile
#acl broken
for i in addpartial allop allowed autogroup cloak denyop dsaschema dupent  \
    kinit \
    lastbind lastmod noopsrch nops \
%if %build_nssov
    nssov \
%endif
%if %build_smbk5pwd
    smbk5pwd \
%endif
    passwd passwd/sha2 trace
do
    make -C contrib/slapd-modules/$i libdir=%{_libdir} moduledir=%{_libdir}/%{name}
done

#proxyOld, needs some work ...
#CC=g++ make -C contrib/slapd-modules/proxyOld

#samba4, not useful yet?

# http://wiki.mandriva.com/en/2009-underlinking-overlinking
#LDFLAGS=${LDFLAGS//-Wl,--no-undefined/}
# Not shipped yet: comp_match,proxyOld


%check
rm tests/scripts/test022-ppolicy
%if %{!?_without_test:1}%{?_without_test:0}
#disable icecream:
#PATH=`echo $PATH|perl -pe 's,:[\/\w]+icecream[\/\w]+:,:,g'`
# meta test seems to timeout on the Mandriva cluster:
#export TEST_META=no
# Use a pseudo-random number between 9000 and 10000 as base port for slapd in tests
#export SLAPD_BASEPORT=$[9000+RANDOM%1000]
make -C tests %{!?tests:test}%{?tests:%tests}
%endif

%install
#disable icecream:
#PATH=`echo $PATH|perl -pe 's,:[\/\w]+icecream[\/\w]+:,:,g'`
export DONT_GPRINTIFY=1
for i in addpartial allop allowed autogroup \
 kinit \
%if %build_nssov
    nssov \
%endif
%if %build_smbk5pwd
    smbk5pwd \
%endif
    passwd
do
cp -af contrib/slapd-modules/$i/README{,.$i}
done
cp contrib/slapd-modules/passwd/sha2/README{,.sha2}
rm -Rf %{buildroot}

%makeinstall_std STRIP="" 

%if %build_smbk5pwd
cp -a contrib/slapd-modules/smbk5pwd/.libs/smbk5pwd.so* %{buildroot}/%{_libdir}/%{name}
%if !%{build_heimdal}
for i in %{buildroot}/%{_libdir}/%{name}/smbk5pwd*
do 
  if [ -L ${i} ]
  then
    newlink=`readlink $i|sed -e 's/k5//g'`
    rm $i
    ln -svf $newlink ${i/k5/}
  else
    mv $i ${i/k5/}
  fi
done
%endif
%endif

cp contrib/slapd-modules/allop/slapo-allop.5 %{buildroot}/%{_mandir}/man5
cp contrib/slapd-modules/cloak/slapo-cloak.5 %{buildroot}/%{_mandir}/man5
cp contrib/slapd-modules/lastbind/slapo-lastbind.5 %{buildroot}/%{_mandir}/man5
cp contrib/slapd-modules/lastmod/slapo-lastmod.5 %{buildroot}/%{_mandir}/man5
cp contrib/slapd-modules/nops/slapo-nops.5 %{buildroot}/%{_mandir}/man5

#cp contrib/slapd-modules/*/*.so %{buildroot}/%{_libdir}/%{name}

#smbk5pwd skipped, installed as smbpwd above
#dsaschema broken on 32bit
for i in addpartial allop allowed autogroup cloak denyop dupent \
    kinit \
    lastbind lastmod noopsrch nops \
%if %build_nssov
    nssov \
%endif
    passwd passwd/sha2 trace
do 
    if make -C contrib/slapd-modules/$i test
    then make DESTDIR=%{buildroot} mandir=%{_mandir} moduledir=%{_libdir}/%{name} schemadir=%{_sysconfdir}/%{name}/schema -C contrib/slapd-modules/$i install
    rm -f %{buildroot}/%{_libdir}/%{name}/$i.a
    else exit 1
    fi
done
rm -f %{buildroot}/%{_libdir}/%{name}/kerberos.a
rm -f %{buildroot}/%{_libdir}/%{name}/netscape.a
rm -f %{buildroot}/%{_libdir}/%{name}/sha2.a
#compat symlinks, DONT REMOVE - these get created automatically now
#ln -s netscape.so %{buildroot}/%{_libdir}/%{name}/pw-netscape.so
#ln -s kerberos.so %{buildroot}/%{_libdir}/%{name}/pw-kerberos.so

# try and ship the tests such that they will run properly

install -d %{buildroot}/%{_datadir}/%{name}/tests
cp -a tests/{data,scripts,Makefile,run} %{buildroot}/%{_datadir}/%{name}/tests
ln -s %{_datadir}/%{name}/schema %{buildroot}/%{_datadir}/%{name}/tests
find %{buildroot}/%{_datadir}/%{name}/tests -type f -name '*.conf' -exec perl -pi -e 's,\.\.\/servers\/slapd\/back-.*,%{_libdir}/%{name},g;s,\.\.\/servers\/slapd\/overlays,%{_libdir}/%{name},g' {} \;
perl -pi -e 's,(\`pwd\`\/)?\.\.\/servers\/(slapd|slurpd)\/(slapd|slurpd),%{_sbindir}/${2},g;s,^PROGDIR=.*,PROGDIR=%{_bindir},g;s,^CLIENTDIR=.*,CLIENTDIR=%{_bindir},g;s,^TESTDIR=.*,TESTDIR=\${USER_TESTDIR-\$TMPDIR/openldap-testrun},g;s/ldap(search|add|delete|modify|whoami|compare|passwd|modrdn|exop)/ldap${1}/g;s/slapd-tester$/slapd-tester/g;s,\$TESTWD\/,,g;s/^(\.\*.*)\$(.*)/${1}\`pwd\`\/\$${2}/g' %{buildroot}/%{_datadir}/%{name}/tests/scripts/defines.sh %{buildroot}/%{_datadir}/%{name}/tests/run
perl -pi -e 's/testrun/\$TESTDIR/g;s,^SHTOOL=.*,. scripts/defines.sh,g' %{buildroot}/%{_datadir}/%{name}/tests/scripts/all
perl -p -i.bak -e 's,^olcModulePath: .*,olcModulePath: %{_libdir}/%{name},g' %{buildroot}/%{_datadir}/%{name}/tests/scripts/test*
perl -pi -e 's/^(Makefile|SUBDIRS)/#$1/g' %{buildroot}/%{_datadir}/%{name}/tests/Makefile
echo 'SHTOOL="./scripts/shtool"' >> %{buildroot}/%{_datadir}/%{name}/tests/scripts/defines.sh
install -m755 build/shtool %{buildroot}/%{_datadir}/%{name}/tests/scripts
ln -s %{_datadir}/%{name}/tests/data %{buildroot}/%{_datadir}/%{name}/tests/testdata

install -m755 tests/progs/.libs/slapd-* tests/progs/.libs/ldif-filter %{buildroot}/%{_bindir}

### some hack
perl -pi -e "s| -L../liblber/.libs||g" %{buildroot}%{_libdir}/libldap.la

perl -pi -e  "s,-L$RPM_BUILD_DIR\S+%{_libdir},,g" %{buildroot}/%{_libdir}/lib*.la
#sed -i -e "s|-L$RPM_BUILD_DIR/%{name}-%{version}/db-instroot/%{_libdir}||g" %{buildroot}/%{_libdir}/*la
#%{buildroot}/%{_libdir}/%{name}/*.la 

### Init scripts
install -d %{buildroot}%{_unitdir}
install -m644 %{SOURCE1} %{buildroot}%{_unitdir}/ldap.service

install -d %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/ldap

install -m 640 %{SOURCE21} %{SOURCE23} %{SOURCE24} %{buildroot}%{_sysconfdir}/%{name}

install -d %{buildroot}/%{_sysconfdir}/%{name}/slapd.d
install -m 640 %{SOURCE28} %{buildroot}%{_sysconfdir}/%{name}/slapd.d/coreschemas.conf
install -m 640 %{SOURCE29} %{buildroot}%{_sysconfdir}/%{name}/slapd.d/extraschemas.conf

### repository dir
install -d %{buildroot}%{_var}/lib/ldap

### DB_CONFIG for bdb backend
install -m644 %{SOURCE22} %{buildroot}%{_var}/lib/ldap

### run dir
install -d %{buildroot}%{_var}/run/ldap

### Server defaults
echo "localhost" > %{buildroot}%{_sysconfdir}/%{name}/ldapserver

### we don't need the default files 
rm -f %{buildroot}/etc/%{name}/*.default 
rm -f %{buildroot}/etc/%{name}/*.example 
rm -f %{buildroot}/etc/%{name}/schema/*.default 
rm -f %{buildroot}/etc/%{name}/slapd.ldif

### Previous versions of this package held core schema files in {_datadir}/{name}/schema/. We have to keep
### these files in place at least till 2016 so that upgrades do not break existing installations.
install -d %{buildroot}%{_datadir}/%{name}/schema
cp %{buildroot}%{_sysconfdir}/%{name}/schema/*.{schema,ldif} %{buildroot}%{_datadir}/%{name}/schema/
# This one is an exception as it conflicts with 'openldap-extra-schemas'
rm %{buildroot}%{_datadir}/%{name}/schema/ldapns.schema
mv %{buildroot}%{_sysconfdir}/%{name}/schema/README %{buildroot}%{_sysconfdir}/%{name}/schema/README.coreschemas

### install additional schemas

install -m 644 %{SOURCE54} %{buildroot}%{_datadir}/%{name}/schema/
install -m 644 %{SOURCE50} %{buildroot}%{_sysconfdir}/%{name}/schema/
install -m 644 %{SOURCE51} %{buildroot}%{_sysconfdir}/%{name}/schema/
install -m 644 %{SOURCE52} %{buildroot}%{_sysconfdir}/%{name}/schema/
install -m 644 %{SOURCE53} %{buildroot}%{_sysconfdir}/%{name}/schema/
install -m 644 %{SOURCE54} %{buildroot}%{_sysconfdir}/%{name}/schema/
install -m 644 %{SOURCE55} %{buildroot}%{_sysconfdir}/%{name}/schema/
install -m 644 %{SOURCE56} %{buildroot}%{_sysconfdir}/%{name}/schema/
install -m 644 %{SOURCE57} %{buildroot}%{_sysconfdir}/%{name}/schema/

install -d %{buildroot}/%{_datadir}/%{name}/scripts
install -m 755 %{SOURCE25} %{SOURCE26} %{SOURCE27} %{buildroot}/%{_datadir}/%{name}/scripts/

for i in hourly daily weekly monthly yearly
do
	install -d %{buildroot}/%{_sysconfdir}/cron.${i}
	ln -s %{_datadir}/%{name}/scripts/ldap-hot-db-backup %{buildroot}/%{_sysconfdir}/cron.${i}/ldap-hot-db-backup
done
perl -pi -e 's,%{_bindir}/db_,%{_bindir}/%{dbutilsprefix},g' %{buildroot}/%{_datadir}/%{name}/scripts/ldap-common

### create local.schema
#echo "# This is a good place to put your schema definitions " > %{buildroot}%{_sysconfdir}/%{name}/schema/local.schema
#chmod 644 %{buildroot}%{_sysconfdir}/%{name}/schema/local.schema

### Guide
mkdir -p %{buildroot}/%{_docdir}/
tar xvjf %{SOURCE12} -C %{buildroot}/%{_docdir}/
mv %{buildroot}/%{_docdir}/{%{name},%{name}}-guide ||:

### gencert.sh
install -m 755 %{SOURCE19} %{buildroot}/%{_datadir}/%{name}

### log repository
install -m 700 -d %{buildroot}/var/log/ldap
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -m 644 %{SOURCE20} %{buildroot}%{_sysconfdir}/logrotate.d/ldap


# get the buildroot out of the man pages
perl -pi -e "s|%{buildroot}||g" %{buildroot}%{_mandir}/*/*.*

#mkdir -p %{buildroot}%{_sysconfdir}/ssl/%{name}

#Fix binary names and config paths in scripts/configs
perl -pi -e 's,/%{name}/,/%{name}/,g;s,(/ldap\w?)\b,${1},g;s,(%{_bindir}/slapd_db_\w+),${1},g;s,(%{_sbindir}/sl(apd|urpd|aptest))\b,${1},g;s/ldap-common/ldap-common/g;s,ldap.pem,ldap.pem,g;s,/usr/lib,%{_libdir},g' %{buildroot}/{%{_sysconfdir}/%{name}/slapd.conf,%{_initrddir}/ldap,%{_datadir}/%{name}/scripts/*}

mv %{buildroot}/var/run/ldap/openldap-data/DB_CONFIG.example %{buildroot}/%{_var}/lib/ldap/

# install private headers so as to build additional overlays later
install -d -m 755 %{buildroot}%{_includedir}/%{name}/{include,slapd}
install -m 644 include/*.h  %{buildroot}%{_includedir}/%{name}/include
install -d -m 755 %{buildroot}%{_includedir}/%{name}/include/ac
install -m 644 include/ac/*.h  %{buildroot}%{_includedir}/%{name}/include/ac
install -m 644 servers/slapd/*.h  %{buildroot}%{_includedir}/%{name}/slapd
install -d -m 755 %{buildroot}%{_includedir}/%{name}/libraries/liblunicode/ucdata
install -m 644 libraries/liblunicode/ucdata/*.h %{buildroot}%{_includedir}/%{name}/libraries/liblunicode/ucdata

# Drop unnecessary static libraries
rm -f %{buildroot}/%{_libdir}/*.la
rm -f %{buildroot}%{_libdir}/%{name}/*.a

# tmpfiles
install -m 0644 %{SOURCE500} -D %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf

%pre config
%_pre_useradd ldap %{_var}/lib/ldap /bin/false
%_pre_groupadd ldap ldap

%pre servers
# allowing slapd to read hosts.allow and hosts.deny
%{_bindir}/gpasswd -a ldap adm 1>&2 > /dev/null || :

if [ "$1" -ne '1' ]
then
SLAPD_STATUS=`LANG=C LC_ALL=C NOLOCALE=1 service ldap status 2>/dev/null|grep -q stopped;echo $?`
[ $SLAPD_STATUS -eq 1 ] && service ldap stop
service ldap recover

LDAPUSER=ldap
LDAPGROUP=ldap
[ -e "/etc/sysconfig/%{name}" ] && . "/etc/sysconfig/%{name}"
SLAPDCONF=${SLAPDCONF:-/etc/%{name}/slapd.conf}

#decide whether we need to migrate at all:
MIGRATE=`%{_sbindir}/slapd -VV 2>&1|while read a b c d e;do case $d in (2.4.*) echo nomigrate;;(2.*) echo migrate;;esac;done`

if [ "$1" -ne 1 -a -e "$SLAPDCONF" -a "$MIGRATE" != "nomigrate" ]
then
#`awk '/^[:space:]*directory[:space:]*\w*/ {print $2}' /etc/%{name}/slapd.conf`
dbs=`awk 'BEGIN {OFS=":"} /[:space:]*^database[:space:]*\w*/ {db=$2;suf="";dir=""}; /^[:space:]*suffix[:space:]*\w*/ {suf=$2;if((db=="bdb"||db=="ldbm"||db=="hdb")&&(suf!=""&&dir!="")) print dir,suf};/^[:space:]*directory[:space:]*\w*/ {dir=$2; if((db=="bdb"||db=="ldbm"||db="hdb")&&(suf!=""&&dir!="")) print dir,suf};' "$SLAPDCONF" $(awk  '/^[[:blank:]]*include[[:blank:]]*/ {print $2}' "$SLAPDCONF")|sed -e 's/"//g'`
for db in $dbs
do
	dbdir=${db/:*/}
	dbsuffix=${db/*:/}
	[ -e /etc/sysconfig/ldap ] && . /etc/sysconfig/ldap
# data migration between incompatible versions
# openldap >= 2.2.x have slapcat as a link to slapd, older releases do not
	if [ "${AUTOMIGRATE:-yes}" == "yes" -a -f %{_sbindir}/slapcat ]
	then
		ldiffile="rpm-migrate-to-%{ol_ver_major}.ldif"
		# dont do backups more than onc
		if [ ! -e "${dbdir}/${ldiffile}-imported" -a ! -e "${dbdir}/${ldiffile}-import-failed" ];then
		echo "Migrating pre-OpenLDAP-%{ol_ver_major} data"
		echo "Making a backup of $dbsuffix to ldif file ${dbdir}/$ldiffile"
		# For some reason, slapcat works in the shell when slapd is
		# running but not via rpm ...
		slapcat -b "$dbsuffix" -l ${dbdir}/${ldiffile} ||:
		fi
	fi
done
fi

# We want post to start the service, but we dont want to start
# it now to create a new database environment in case of db library upgrade
touch /var/lock/subsys/slapd
fi

%post servers
SLAPD_STATUS=`LANG=C LC_ALL=C NOLOCALE=1 service ldap status 2>/dev/null|grep -q stopped;echo $?`
[ $SLAPD_STATUS -eq 1 ] && service ldap stop
# bgmilne: part 2 of gdbm->dbb conversion for data created with original package for 9.1:
dbnum=1
LDAPUSER=ldap
LDAPGROUP=ldap
[ -e "/etc/sysconfig/%{name}" ] && . "/etc/sysconfig/%{name}"
SLAPDCONF=${SLAPDCONF:-/etc/%{name}/slapd.conf}
if [ -e "$SLAPDCONF" ] 
then
dbs=`awk 'BEGIN {OFS=":"} /[:space:]*^database[:space:]*\w*/ {db=$2;suf="";dir=""}; /^[:space:]*suffix[:space:]*\w*/ {suf=$2;if((db=="bdb"||db=="ldbm")&&(suf!=""&&dir!="")) print dir,suf};/^[:space:]*directory[:space:]*\w*/ {dir=$2; if((db=="bdb"||db=="ldbm")&&(suf!=""&&dir!="")) print dir,suf};' "$SLAPDCONF" $(awk  '/^[[:blank:]]*include[[:blank:]]*/ {print $2}' "$SLAPDCONF")|sed -e 's/"//g'`
for db in $dbs
do
	dbdir=${db/:*/}
	dbsuffix=${db/*:/}
	ldiffile="rpm-migrate-to-%{ol_ver_major}.ldif"
	if [ -e "${dbdir}/${ldiffile}" ]
	then
		echo -e "\n\nImporting $dbsuffix"
		if [ -e ${dbdir}/ldap-rpm-backup ]
		then 
			echo "Warning: Old ldap backup data in ${dbdir}/ldap-rpm-backup"
			echo "These files will be removed"
			rm -f ${dbdir}/ldap-rpm-backup/*
		fi
	
		echo "Moving the database files fom ${dbdir} to ${dbdir}/ldap-rpm-backup"
		mkdir -p ${dbdir}/ldap-rpm-backup
		mv -f ${dbdir}/{*.bdb,*.gdbm,*.dbb,log.*,__db*} ${dbdir}/ldap-rpm-backup 2>/dev/null
		echo "Importing $dbsuffix from ${dbdir}/${ldiffile}"
		if slapadd -q -cv -b "$dbsuffix" -l ${dbdir}/${ldiffile} > \
		${dbdir}/rpm-ldif-import.log 2>&1
		then
			mv -f ${dbdir}/${ldiffile} ${dbdir}/${ldiffile}-imported
			echo "Import complete, see log ${dbdir}/rpm-ldif-import.log"
			echo "If any entries were not migrated, see ${dbdir}/${ldiffile}-imported"
		else
			mv -f ${dbdir}/${ldiffile} ${dbdir}/${ldiffile}-import-failed
			echo "Import failed on ${dbdir}/${ldifffile}, see ${dbdir}/rpm-ldif-import.log"
			echo "An ldif dump of $dbsuffix has been saved as ${dbdir}/${ldiffile}-import-failed"
			echo -e "\nYou can import it manually by running (as root):"
			echo "# service ldap stop"
			echo "# slapadd -c -l ${dbdir}/${ldiffile}-import-failed"
			echo "# chown $LDAPUSER:$LDAPGROUP ${dbdir}/*"
			echo "# service ldap start"
		fi
	fi

	chown ${LDAPUSER}:${LDAPGROUP} -R ${dbdir}
	# openldap-2.0.x->2.1.x on ldbm/dbb backend seems to need reindex regardless:
	#slapindex -n $dbnum
	#dbnum=$[dbnum+1]
done
fi

# Setup log facility for OpenLDAP on new install
%if %{?_post_syslogadd:1}%{!?_post_syslogadd:0}
%_post_syslogadd /var/log/ldap/ldap.log local4
perl -pi -e "s|^.*SLAPDSYSLOGLOCALUSER.*|SLAPDSYSLOGLOCALUSER=\"local4\"|" \
    %{_sysconfdir}/sysconfig/ldap
%else
if [ -f %{_sysconfdir}/syslog.conf -a $1 -eq 1 ]
then
	# clean syslog
	perl -pi -e "s|^.*ldap.*\n||g" %{_sysconfdir}/syslog.conf 

	# probe free local-users
	cntlog=""
	for log in 7 6 5 3 2 1 0 4
	do 
		grep -vE "local${log}[^;]*\.none" %{_sysconfdir}/syslog.conf|grep -q local${log} || cntlog="${log}"
	done

	if [ "${cntlog}" != "" ];then
		echo "# added by %{name}-%{version} rpm $(date)" >> %{_sysconfdir}/syslog.conf
#   modified by Oden Eriksson
#		echo "local${cntlog}.*       /var/log/ldap/ldap.log" >> %{_sysconfdir}/syslog.conf
		echo -e "local${cntlog}.*\t\t\t\t\t\t\t-/var/log/ldap/ldap.log" >> %{_sysconfdir}/syslog.conf

		# reset syslog daemon
		if [ -f /var/lock/subsys/syslog ]; then
        		service syslog restart  > /dev/null 2>/dev/null || : 
		elif [ -f /var/lock/subsys/rsyslog ]; then
			service rsyslog restart > /dev/null 2>/dev/null || :
		fi
	else
		echo "I can't set syslog local-user!"
	fi
		
	# set syslog local-user in /etc/sysconfig/ldap
	perl -pi -e "s|^.*SLAPDSYSLOGLOCALUSER.*|SLAPDSYSLOGLOCALUSER=\"LOCAL${cntlog}\"|g" %{_sysconfdir}/sysconfig/ldap

fi
%endif

# Handle switch from %{_sysconfdir}/ssl/%{name}/ldap.pem to %{_sysconfdir}/pki/tls/private/ldap.pem
if [ -e %{_sysconfdir}/ssl/%{name}/ldap.pem -a ! -e %{_sysconfdir}/pki/tls/private/ldap.pem ]
then
  mv %{_sysconfdir}/ssl/%{name}/ldap.pem %{_sysconfdir}/pki/tls/private/ldap.pem
  ln -s %{_sysconfdir}/pki/tls/private/ldap.pem %{_sysconfdir}/ssl/%{name}/ldap.pem
fi
# generate the ldap.pem cert here instead of the initscript
%if %{?_create_ssl_certificate:1}%{!?_create_ssl_certificate:0}
%_create_ssl_certificate -g ldap ldap
%else
if [ ! -e %{_sysconfdir}/pki/tls/private/ldap.pem ]
then
  if [ -x %{_datadir}/%{name}/gencert.sh ] ; then
    echo "Generating self-signed certificate..."
    pushd %{_sysconfdir}/pki/tls/private > /dev/null
    yes ""|%{_datadir}/%{name}/gencert.sh >/dev/null 2>&1
    chmod 640 ldap.pem
    chown root:ldap ldap.pem
    popd > /dev/null
  fi
  echo "To generate a self-signed certificate, you can use the utility"
  echo "%{_datadir}/%{name}/gencert.sh..."
fi
%endif

# Set default values
SLAPDSYSLOGLEVEL="3"
SLAPDSYSLOGLOCALUSER="local4"
SLAPDURLLIST="ldap:/// ldaps:/// ldapi:///"
SLAPDCONF="/etc/openldap/slapd.conf"
LDAPUSER="ldap"
LDAPGROUP="ldap"

# Override with local settings (if set)
if [ -f "%{_sysconfdir}/sysconfig/ldap" ]
then
        source %{_sysconfdir}/sysconfig/ldap
fi

# Update envfile with SLAPDARGS string if it is not defined
if [[ -z "$SLAPDARGS" ]]
then

cat >>%{_sysconfdir}/sysconfig/ldap <<EOF

# Please be aware that since version 2.4.40-9 slapd is under systemd control,
# variables LDAPUSER, SLAPDCONF, SLAPDURLLIST etc. are not relevant any more.
# Use SLAPDARGS string instead:"

SLAPDARGS='-u $LDAPUSER -g $LDAPGROUP -l $SLAPDSYSLOGLOCALUSER -s $SLAPDSYSLOGLEVEL -f $SLAPDCONF -h "$SLAPDURLLIST"'

EOF

cat <<EOF

Please be aware that since version 2.4.40-9 slapd is under systemd control.
Old-style environment variables like LDAPUSER, SLAPDCONF, SLAPDURLLIST etc
are not relevant any more. Environment variable SLAPDARGS is now responsible
for slapd behaviour. Your environment file is being updated with this record:

SLAPDARGS='-u $LDAPUSER -g $LDAPGROUP -l $SLAPDSYSLOGLOCALUSER -s $SLAPDSYSLOGLEVEL -f $SLAPDCONF -h "$SLAPDURLLIST"'

You may want to review service and environment files:

        /lib/systemd/system/ldap.service
        /etc/sysconfig/ldap

If you have suggestions or problems with OpenLDAP and systemd please report
to http://bugs.rosalinux.ru

EOF

fi

# Initialize database files in /var/lib/ldap:

ldifseed="dn: dc=example,dc=com
objectclass: dcObject
objectclass: organization
o: An Example Organisation
dc: example

dn: cn=Manager,dc=example,dc=com
objectclass: organizationalRole
cn: Manager"

if [ ! -e %{_var}/lib/ldap/id2entry.bdb ]
then
	echo "Initializing database files in /var/lib/ldap"
	echo "$ldifseed" | slapadd -f %{_sysconfdir}/%{name}/slapd.conf
	chown ldap:ldap /var/lib/ldap/*
fi

pushd %{_sysconfdir}/%{name}/ > /dev/null
for i in slapd.conf slapd.access.conf ; do
	if [ -f $i ]; then
		chmod 0640 $i
		chown root:ldap $i
	fi
done
popd > /dev/null

[ $SLAPD_STATUS -eq 1 ] && service ldap start

%_post_service ldap

# nscd reset
if [ -f /var/lock/subsys/nscd ]; then
        service nscd restart  > /dev/null 2>/dev/null || : 
fi


%preun servers
%_preun_service ldap

%postun config
%_postun_userdel ldap
%_postun_groupdel ldap

%postun servers
%if %{?_preun_syslogdel:1}%{?!_preun_syslogdel:0}
%_preun_syslogdel
%else
if [ $1 = 0 ]; then 
	# remove ldap entry 
	perl -pi -e "s|^.*ldap.*\n||g" %{_sysconfdir}/syslog.conf 

	# reset syslog daemon
	if [ -f /var/lock/subsys/syslog ]; then
	        service syslog restart  > /dev/null 2>/dev/null || : 
	elif [ -f /var/lock/subsys/rsyslog ]; then
		service rsyslog restart > /dev/null 2>/dev/null || :
	fi
fi
%endif

%triggerpostun -- openldap-clients < 2.1.25-5mdk
# We may have openldap client configuration in /etc/ldap.conf
# which now needs to be in /etc/openldap/ldap.conf
if [ -f /etc/ldap.conf ] 
then
	mv -f /etc/%{name}/ldap.conf /etc/%{name}/ldap.conf.rpmfix
	cp -af /etc/ldap.conf /etc/%{name}/ldap.conf
fi

%files
%config(noreplace) %{_sysconfdir}/%{name}/ldapserver
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/ldap.conf
%{_mandir}/man5/ldap.conf.5*
%{_mandir}/man5/ldif.5*
%doc README.mdk


%files doc
%doc ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README 
%doc doc/rfc doc/drafts
%doc %{_docdir}/%{name}-guide
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/schema

%files config
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/schema
%dir %attr(750,ldap,ldap) %{_sysconfdir}/%{name}/slapd.d

%files schemas
%config(noreplace) %{_sysconfdir}/%{name}/schema/README.coreschemas
%config(noreplace) %attr(750,ldap,ldap) %{_sysconfdir}/%{name}/slapd.d/coreschemas.conf
%config(noreplace) %{_sysconfdir}/%{name}/schema/collective.ldif
%config(noreplace) %{_sysconfdir}/%{name}/schema/collective.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/corba.ldif
%config(noreplace) %{_sysconfdir}/%{name}/schema/corba.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/core.ldif
%config(noreplace) %{_sysconfdir}/%{name}/schema/core.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/cosine.ldif
%config(noreplace) %{_sysconfdir}/%{name}/schema/cosine.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/duaconf.ldif
%config(noreplace) %{_sysconfdir}/%{name}/schema/duaconf.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/dyngroup.ldif
%config(noreplace) %{_sysconfdir}/%{name}/schema/dyngroup.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/inetorgperson.ldif
%config(noreplace) %{_sysconfdir}/%{name}/schema/inetorgperson.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/java.ldif
%config(noreplace) %{_sysconfdir}/%{name}/schema/java.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/ldapns.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/misc.ldif
%config(noreplace) %{_sysconfdir}/%{name}/schema/misc.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/mull.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/nis.ldif
%config(noreplace) %{_sysconfdir}/%{name}/schema/nis.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/openldap.ldif
%config(noreplace) %{_sysconfdir}/%{name}/schema/openldap.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/pmi.ldif
%config(noreplace) %{_sysconfdir}/%{name}/schema/pmi.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/ppolicy.ldif
%config(noreplace) %{_sysconfdir}/%{name}/schema/ppolicy.schema
%{_datadir}/%{name}/schema/collective.ldif
%{_datadir}/%{name}/schema/collective.schema
%{_datadir}/%{name}/schema/corba.ldif
%{_datadir}/%{name}/schema/corba.schema
%{_datadir}/%{name}/schema/core.ldif
%{_datadir}/%{name}/schema/core.schema
%{_datadir}/%{name}/schema/cosine.ldif
%{_datadir}/%{name}/schema/cosine.schema
%{_datadir}/%{name}/schema/duaconf.ldif
%{_datadir}/%{name}/schema/duaconf.schema
%{_datadir}/%{name}/schema/dyngroup.ldif
%{_datadir}/%{name}/schema/dyngroup.schema
%{_datadir}/%{name}/schema/inetorgperson.ldif
%{_datadir}/%{name}/schema/inetorgperson.schema
%{_datadir}/%{name}/schema/java.ldif
%{_datadir}/%{name}/schema/java.schema
%{_datadir}/%{name}/schema/misc.ldif
%{_datadir}/%{name}/schema/misc.schema
%{_datadir}/%{name}/schema/mull.schema
%{_datadir}/%{name}/schema/nis.ldif
%{_datadir}/%{name}/schema/nis.schema
%{_datadir}/%{name}/schema/openldap.ldif
%{_datadir}/%{name}/schema/openldap.schema
%{_datadir}/%{name}/schema/pmi.ldif
%{_datadir}/%{name}/schema/pmi.schema
%{_datadir}/%{name}/schema/ppolicy.ldif
%{_datadir}/%{name}/schema/ppolicy.schema

%files schemas-extra
%config(noreplace) %attr(750,ldap,ldap) %{_sysconfdir}/%{name}/slapd.d/extraschemas.conf
%config(noreplace) %{_sysconfdir}/%{name}/schema/printer.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/evoldap.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/urpmi.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/calendar.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/dnszone.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/evolutionperson.schema
%config(noreplace) %{_sysconfdir}/%{name}/schema/sudo.schema

%files servers
%attr(640,root,ldap) %config(noreplace) %{_sysconfdir}/%{name}/slapd.conf
#%%attr(640,root,ldap) %%config(noreplace) %%{_sysconfdir}/%%{name}/slapd.ldif
#%%attr(640,root,ldap) %%{_sysconfdir}/%%{name}/DB_CONFIG.example
%attr(640,root,ldap) %config(noreplace) %{_sysconfdir}/%{name}/slapd.access.conf
%{_datadir}/%{name}/scripts
%{_sysconfdir}/cron.hourly/ldap-hot-db-backup
%{_sysconfdir}/cron.daily/ldap-hot-db-backup
%{_sysconfdir}/cron.weekly/ldap-hot-db-backup
%{_sysconfdir}/cron.monthly/ldap-hot-db-backup
%{_sysconfdir}/cron.yearly/ldap-hot-db-backup
%{_prefix}/lib/tmpfiles.d/%{name}.conf

%config(noreplace) %{_sysconfdir}/sysconfig/ldap
#%%config(noreplace) %%{_initrddir}/ldap%
%{_unitdir}/ldap.service
%attr(750,ldap,ldap) %dir %{_var}/lib/ldap
%config(noreplace) %{_var}/lib/ldap/DB_CONFIG
%{_var}/lib/ldap/DB_CONFIG.example
%attr(755,ldap,ldap) %dir /var/run/ldap
%{_datadir}/%{name}/gencert.sh
%{_sbindir}/*

%dir %{_libdir}/%{name}
%if %build_modules && !%build_modpacks

%{_libdir}/%{name}/*.so*
%endif

%{_mandir}/man5/slap*.5*
%{_mandir}/man8/*

%attr(750,ldap,ldap) %dir /var/log/ldap
%config(noreplace) %{_sysconfdir}/logrotate.d/ldap

%doc contrib/slapd-modules/acl/README.gssacl
%doc contrib/slapd-modules/acl/README.posixgroup
%doc contrib/slapd-modules/addpartial/README.addpartial
%doc contrib/slapd-modules/allop/README.allop
%doc contrib/slapd-modules/allowed/README.allowed
%doc contrib/slapd-modules/autogroup/README.autogroup
#doc contrib/slapd-modules/dsaschema/README.dsaschema
%doc contrib/slapd-modules/kinit/README.kinit
%doc contrib/slapd-modules/passwd/README.passwd
%doc contrib/slapd-modules/passwd/sha2/README.sha2
%if %build_smbk5pwd
%doc contrib/slapd-modules/smbk5pwd/README.smbk5pwd
%endif
%if %build_nssov
%doc contrib/slapd-modules/nssov/README.nssov
%endif

%files clients
%{_bindir}/ldap*
%{_mandir}/man1/*

%files -n %libname
%{_libdir}/lib*.so.*

%files -n %libname-devel
%{_libdir}/libl*.so
%{_includedir}/l*.h
%{_includedir}/s*.h
%{_includedir}/%{name}
%{_mandir}/man3/*

%files -n %libname-static-devel
%{_libdir}/lib*.a

%if %build_modpacks
%files back_dnssrv
%{_libdir}/%{name}/back_dnssrv*.so.*
%{_libdir}/%{name}/back_dnssrv*.so

%files back_ldap
%{_libdir}/%{name}/back_ldap*.so.*
%{_libdir}/%{name}/back_ldap*.so

%files back_passwd
%{_libdir}/%{name}/back_passwd*.so.*
%{_libdir}/%{name}/back_passwd*.so
%endif #build_modpacks

%if %build_sql && %build_modpacks
%files back_sql
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/back_sql*.so.*
%{_libdir}/%{name}/back_sql*.so
%endif

%files tests
%{_datadir}/%{name}/tests

%files testprogs
%{_bindir}/slapd-*
%{_bindir}/ldif-filter
#
# Todo:
# - add cron-job to remove transaction logs (bdb)

%changelog

* Sun Feb 14 2016 Denis Silakov <dsilakov@gmail.com> 2.4.44-1
- (94ceae8) Updated to 2.4.44, some cleanups from 8y-old staff



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23466 |14mu|openslp-2.0.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname slp

%define major 1
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Summary:	OpenSLP implementation of Service Location Protocol V2
Name:		openslp
Version:	2.0.0
Release:	6
License:	BSD-like
Group:		Networking/Other
Url:		http://www.openslp.org/
Source0:	http://prdownloads.sourceforge.net/openslp/%{name}-%{version}.tar.gz
Patch0:		openslp-1.2.1-lsb.patch
Patch2:		%{name}-symbol-clashes.patch
Patch3:		openslp-2.0.0-null-pointer-deref.patch
Patch4:         openslp-2.0.0-CVE-2016-7567.patch
Requires(post,preun):	rpm-helper

%description
Service Location Protocol is an IETF standards track protocol that
provides a framework to allow networking applications to discover the
existence, location, and configuration of networked services in
enterprise networks.

OpenSLP is an open source implementation of the SLPv2 protocol as defined
by RFC 2608 and RFC 2614.  This package include the daemon, libraries, header
files and documentation

%files
%doc doc/*
%config(noreplace) %{_sysconfdir}/slp.conf
%config(noreplace) %{_sysconfdir}/slp.reg
%config(noreplace) %{_sysconfdir}/slp.spi
%config(noreplace) %{_sysconfdir}/sysconfig/daemons/slpd
%config(noreplace) %{_initrddir}/slpd
%{_sbindir}/slpd
%{_bindir}/slptool

%post
%_post_service slpd

%preun
%_preun_service slpd

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	OpenSLP implementation of Service Location Protocol V2
Group:		System/Libraries
Obsoletes:	%{_lib}openslp1 < 2.0.0-2

%description -n %{libname}
Service Location Protocol is an IETF standards track protocol that
provides a framework to allow networking applications to discover the
existence, location, and configuration of networked services in
enterprise networks.

OpenSLP is an open source implementation of the SLPv2 protocol as defined
by RFC 2608 and RFC 2614.  This package include the daemon, libraries, header
files and documentation

This package contains the %{libname} runtime library.

%files -n %{libname}
%doc AUTHORS COPYING
%{_libdir}/lib%{oname}.so.%{major}
%{_libdir}/lib%{oname}.so.%{major}.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs which will use the %{name} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	lib%{oname}-devel = %{EVRD}
Obsoletes:	%{_lib}openslp1-devel < 2.0.0-2

%description -n %{devname}
The %{name}-devel package includes the header files and static libraries
necessary for developing programs using the %{name} library.

If you are going to develop programs, you should install %{name}-devel.
You'll also need to have the %{name} package installed.

%files -n %{devname}
%doc ChangeLog COPYING
%{_libdir}/lib%{oname}.so
%{_includedir}/%{oname}.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
autoreconf -fis
%serverbuild
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig/daemons
cat <<EOF  > %{buildroot}/%{_sysconfdir}/sysconfig/daemons/slpd
IDENT=slp
DESCRIPTIVE="SLP Service Agent"
ONBOOT="yes"
EOF

install -m 755 etc/slpd.all_init -D %{buildroot}/%{_initrddir}/slpd

#we don't want these
find %{buildroot} -name "*.la" -delete


%changelog

* Thu Oct 27 2016 Denis Silakov <dsilakov@gmail.com> 2.0.0-6
- (298f6be) Fix CVE-2016-7567



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23467 |14mu|openssh-7.8p1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Version of watchdog patch
%define wversion 4.4p1

# Version of the hpn patch
%define hpnver 13v6

%bcond_with	skey
%bcond_without	krb5
%bcond_with	watchdog
%bcond_without	gnomeaskpass
%bcond_with	ldap
%bcond_with	sftpcontrol
%bcond_with	hpn
%bcond_with	audit
%bcond_without	libedit

%define OPENSSH_PATH "/usr/local/bin:/bin:%{_bindir}"
%define XAUTH %{_bindir}/xauth

Summary:	OpenSSH free Secure Shell (SSH) implementation
Name:		openssh
Version:	7.8p1
Release:	2
License:	BSD
Group:		Networking/Remote access
Url:		http://www.openssh.com/
Source0:	http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{version}.tar.gz
Source1:	http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{version}.tar.gz.asc
Source9:	README.sftpfilecontrol
# this is never to be applied by default
# http://www.sc.isc.tohoku.ac.jp/~hgot/sources/openssh-watchdog.html
Source10:	openssh-%{wversion}-watchdog.patch.tgz
Source12:	ssh_ldap_key.pl
Source15:	ssh-avahi-integration
Source17:	sshd.pam
Source18:	sshd.service
Source21:	README.hpn
Source22:	sshd-keygen
Source23:	sshd.socket
Source24:	sshd@.service
Source25:	sshd-keygen.service
Patch1:		openssh-7.6p1-config.patch
# rediffed from openssh-4.4p1-watchdog.patch.tgz
Patch4:		openssh-4.4p1-watchdog.diff
# optional ldap support
# http://dev.inversepath.com/trac/openssh-lpk
#Patch6:		http://dev.inversepath.com/openssh-lpk/openssh-lpk-4.6p1-0.3.9.patch
# new location for the lpk patch.
# rediffed from "svn checkout http://openssh-lpk.googlecode.com/svn/trunk/ openssh-lpk-read-only"
Patch6:		openssh-lpk-5.4p1-0.3.10.diff
# http://sftpfilecontrol.sourceforge.net
# Not applied by default
# P7 is rediffed and slightly adjusted from http://sftplogging.sourceforge.net/download/v1.5/openssh-4.4p1.sftplogging-v1.5.patch
Patch7:		openssh-4.9p1.sftplogging-v1.5.diff
# (tpg) http://www.psc.edu/networking/projects/hpn-ssh/
Patch11:	http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.2p1-hpn%{hpnver}.diff
Patch12:	http://www.psc.edu/networking/projects/hpn-ssh/openssh5.1-peaktput.diff
#gw: from Fedora:
Patch14:	openssh-4.7p1-audit.patch
Patch17:	openssh-5.1p1-askpass-progress.patch
Patch18:	openssh-4.3p2-askpass-grab-info.patch
Patch20:	openssh-7.1p1-debian-restore-tcp-wrappers.patch
Patch21:	openssh-7.2p2-x11.patch
Patch24:	openssh-7.6p1-log-in-chroot.patch
Patch25:	openssh-7.6p1-show-more-fingerprints.patch
BuildRequires:	groff-base
BuildRequires:	systemd-units
%if %{with ldap}
BuildRequires:	openldap-devel
%endif
BuildRequires:	pam-devel
%if %{with skey}
BuildRequires:	skey-devel
%endif
BuildRequires:	tcp_wrappers-devel
%if %{with audit}
BuildRequires:	pkgconfig(audit)
%endif
%if %{with gnomeaskpass}
BuildRequires:	pkgconfig(gtk+-2.0)
%endif
%if %{with krb5}
BuildRequires:	pkgconfig(krb5)
%endif
%if %{with libedit}
BuildRequires:	pkgconfig(libedit)
BuildRequires:	pkgconfig(ncurses)
%endif
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
BuildConflicts:	libgssapi-devel
Requires:	tcp_wrappers

%description
Ssh (Secure Shell) is a program for logging into a remote machine and for
executing commands in a remote machine.  It is intended to replace
rlogin and rsh, and provide secure encrypted communications between
two untrusted hosts over an insecure network.  X11 connections and
arbitrary TCP/IP ports can also be forwarded over the secure channel.

OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it
up to date in terms of security and features, as well as removing all 
patented algorithms to separate libraries (OpenSSL).

This package includes the core files necessary for both the OpenSSH
client and server.  To make this package useful, you should also
install openssh-clients, openssh-server, or both.

%files
%doc ChangeLog OVERVIEW README* CREDITS LICENCE TODO ssh_ldap_key.pl
%if %{with ldap}
%doc *.schema
%endif
%if %{with watchdog}
%doc CHANGES-openssh-watchdog openssh-watchdog.html
%endif
%if %{with sftpcontrol}
%doc README.sftpfilecontrol
%endif
%{_bindir}/ssh-keygen
%dir %{_sysconfdir}/ssh
%{_bindir}/ssh-keyscan
%attr(4711,root,root) %{_libdir}/ssh/ssh-keysign
%{_libdir}/ssh/ssh-pkcs11-helper
%{_mandir}/man1/ssh-keygen.1*
%{_mandir}/man1/ssh-keyscan.1*
%{_mandir}/man8/ssh-keysign.8*
%{_mandir}/man8/ssh-pkcs11-helper.8*

#----------------------------------------------------------------------------

%package clients
Summary:	OpenSSH Secure Shell protocol clients
Group:		Networking/Remote access
Requires:	%{name} = %{EVRD}
Provides:	ssh-clients = %{EVRD}
Provides:	sftp = %{EVRD}
Provides:	ssh = %{EVRD}

%description clients
This package includes the clients necessary to make encrypted connections
to SSH servers.

%files clients
%{_bindir}/scp
%{_bindir}/ssh
%{_bindir}/ssh-agent
%{_bindir}/ssh-add
%{_bindir}/ssh-copy-id
%{_bindir}/sftp
%{_mandir}/man1/scp.1*
%{_mandir}/man1/ssh-copy-id.1*
%{_mandir}/man1/ssh.1*
%{_mandir}/man1/ssh-agent.1*
%{_mandir}/man1/ssh-add.1*
%{_mandir}/man1/sftp.1*
%{_mandir}/man5/ssh_config.5*
%config(noreplace) %{_sysconfdir}/ssh/ssh_config
%{_sysconfdir}/profile.d/90ssh-client.sh


#----------------------------------------------------------------------------

%package server
Summary:	OpenSSH Secure Shell protocol server (sshd)
Group:		System/Servers
Requires:	%{name}-clients = %{EVRD}
Requires(pre):	pam
Requires(pre,post):	%{name} = %{EVRD}
Requires(pre,postun,preun,postun):	rpm-helper
%if %{with skey}
Requires:	skey
%endif
Provides:	ssh-server = %{EVRD}
Provides:	sshd = %{EVRD}

%description server
This package contains the secure shell daemon. The sshd is the server
part of the secure shell protocol and allows ssh clients to connect to
your host.

%files server
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/sshd
%{_sbindir}/sshd
%{_sbindir}/sshd-keygen
%dir %{_libdir}/ssh
%{_libdir}/ssh/sftp-server
%{_mandir}/man5/sshd_config.5*
%{_mandir}/man5/moduli.5*
%{_mandir}/man8/sshd.8*
%{_mandir}/man8/sftp-server.8*
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/denyusers
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/pam.d/sshd
%config(noreplace) %{_sysconfdir}/avahi/services/%{name}.service
%config(noreplace) %{_sysconfdir}/ssh/moduli
%{_unitdir}/sshd.service
%{_unitdir}/sshd.socket
%{_unitdir}/sshd-keygen.service
%{_unitdir}/sshd@.service
%dir %attr(0755,root,root) /var/empty

%pre server
%_pre_useradd sshd /var/empty /bin/true

%post server
# do some key management
# %{_bindir}/ssh-keygen -A
# do some key management; taken from the initscript

KEYGEN=/usr/bin/ssh-keygen
RSA_KEY=/etc/ssh/ssh_host_rsa_key
DSA_KEY=/etc/ssh/ssh_host_dsa_key
ECDSA_KEY=/etc/ssh/ssh_host_ecdsa_key
ED25519_KEY=/etc/ssh/ssh_host_ed25519_key

do_rsa_keygen() {
	if [ ! -s $RSA_KEY ]; then
		echo "Generating SSH2 RSA host key... "
		if $KEYGEN -q -t rsa -f $RSA_KEY -C '' -N '' >&/dev/null; then
			chmod 640 $RSA_KEY
			chmod 644 $RSA_KEY.pub
			echo "done"
			echo
		else
			echo "failed"
			echo
			exit 1
		fi
	fi
}

do_dsa_keygen() {
	if [ ! -s $DSA_KEY ]; then
		echo "Generating SSH2 DSA host key... "
		if $KEYGEN -q -t dsa -f $DSA_KEY -C '' -N '' >&/dev/null; then
			chmod 640 $DSA_KEY
			chmod 644 $DSA_KEY.pub
			echo "done"
			echo
		else
			echo "failed"
			echo
			exit 1
		fi
	fi
}

do_ecdsa_keygen() {
	if [ ! -s $ECDSA_KEY ]; then
		echo "Generating SSH2 EC DSA host key... "
		if $KEYGEN -q -t dsa -f $ECDSA_KEY -C '' -N '' >&/dev/null; then
			chmod 640 $ECDSA_KEY
			chmod 644 $ECDSA_KEY.pub
			echo "done"
			echo
		else
			echo "failed"
			echo
			exit 1
		fi
	fi
}

do_ed25519_keygen() {
	if [ ! -s $ED25519_KEY ]; then
		echo "Generating SSH2 ED25519 host key... "
		if $KEYGEN -q -t ed25519 -f $ED25519_KEY -C '' -N '' >&/dev/null; then
			chmod 640 $ED25519_KEY
			chmod 644 $ED25519_KEY.pub
			echo "done"
			echo
		else
			echo "failed"
			echo
			exit 1
		fi
	fi
}

do_rsa_keygen
do_dsa_keygen
do_ecdsa_keygen
do_ed25519_keygen

%postun server
%_postun_userdel sshd

#----------------------------------------------------------------------------

%package askpass-common
Summary:	OpenSSH X11 passphrase common scripts
Group:		Networking/Remote access

%description askpass-common
OpenSSH X11 passphrase common scripts.

%files askpass-common
%{_sysconfdir}/profile.d/90ssh-askpass.*

#----------------------------------------------------------------------------

%if %{with gnomeaskpass}
%package askpass-gnome
Summary:	OpenSSH GNOME passphrase dialog
Group:		Networking/Remote access
Requires:	%{name}
Requires:	%{name}-askpass-common
Requires(post,postun):	update-alternatives
Provides:	%{name}-askpass = %{EVRD}
Provides:	ssh-askpass = %{EVRD}
Provides:	ssh-extras = %{EVRD}

%description askpass-gnome
This package contains the GNOME passphrase dialog.

%files askpass-gnome
%{_libdir}/ssh/gnome-ssh-askpass

%post askpass-gnome
update-alternatives --install %{_libdir}/ssh/ssh-askpass ssh-askpass %{_libdir}/ssh/gnome-ssh-askpass 20
update-alternatives --install %{_bindir}/ssh-askpass bssh-askpass %{_libdir}/ssh/gnome-ssh-askpass 20

%postun askpass-gnome
[ $1 = 0 ] || exit 0
update-alternatives --remove ssh-askpass %{_libdir}/ssh/gnome-ssh-askpass
update-alternatives --remove bssh-askpass %{_libdir}/ssh/gnome-ssh-askpass
%endif

#----------------------------------------------------------------------------

%prep
%setup -q -a10
%patch1 -p1 -b .mdkconf
%if %{with watchdog}
#patch -p0 -s -z .wdog < %{name}-%{wversion}-watchdog.patch
%patch4 -p1 -b .watchdog
%endif
%if %{with ldap}
sed -i 's|UsePrivilegeSeparation yes|#UsePrivilegeSeparation yes|' sshd_config
%patch6 -p1 -b .lpk
rm -f README.lpk.lpk
%define _default_patch_fuzz 3
%else
%define _default_patch_fuzz 2
%endif
%if %{with sftpcontrol}
#cat %{SOURCE8} | patch -p1 -s -z .sftpcontrol
echo "This patch is broken or needs to be updated/rediffed"; exit 1
%patch7 -p1 -b .sftplogging-v1.5
# README with license terms for this patch
install -m 0644 %{SOURCE9} .
%endif
%if %{with hpn}
echo "This patch is broken or needs to be updated/rediffed"; exit 1
%patch11 -p1 -b .hpn
%patch12 -p1 -b .peak
install %{SOURCE21} .
%endif
%if %{with audit}
%patch14 -p1 -b .audit
%endif
%patch17 -p1 -b .progress
%patch18 -p1 -b .grab-info
%patch20 -p1 -b .tcp_wrappers
%patch21 -p1 -b .sshdt
%patch24 -p1 -b .fingerprint
%patch25 -p1 -b .memory

install %{SOURCE12} .

install -m 0644 %{SOURCE17} sshd.pam

# fix attribs
chmod 644 ChangeLog OVERVIEW README* INSTALL CREDITS LICENCE TODO ssh_ldap_key.pl

# http://qa.mandriva.com/show_bug.cgi?id=22957
perl -pi -e "s|_OPENSSH_PATH_|%{OPENSSH_PATH}|g" sshd_config

autoreconf -fi

%build
%ifarch %{ix86}
%define _disable_ld_no_undefined 1
%endif

%serverbuild
%configure \
	--prefix=%{_prefix} \
	--sysconfdir=%{_sysconfdir}/ssh \
	--mandir=%{_mandir} \
	--libdir=%{_libdir} \
	--libexecdir=%{_libdir}/ssh \
	--datadir=%{_datadir}/ssh \
	--disable-strip \
	--with-tcp-wrappers \
	--with-pam \
	--with-default-path=%{OPENSSH_PATH} \
	--with-xauth=%{XAUTH} \
	--with-privsep-path=/var/empty \
	--without-zlib-version-check \
	--with-maildir=/var/spool/mail \
	--with-sandbox=rlimit \
	--with-ssh1 \
%if %{with krb5}
	--with-kerberos5=%{_prefix} \
%endif
%if %{with skey}
	--with-skey \
%endif
%if %{with ldap}
	--with-libs="-lldap -llber" \
	--with-cppflags="-DWITH_LDAP_PUBKEY -DLDAP_DEPRECATED" \
%endif
	--with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:%{_sbindir}:%{_bindir} \
%if %{with libedit}
	--with-libedit \
%else
	--without-libedit \
%endif
%if %{with audit}
	--with-linux-audit \
%endif

%ifarch %{ix86} %{arm}
# crisb - ftrapv causes link error (missing mulodi4) on 32-bit systems
# seems the configure code does not detect this (despite attempts)
find . -name Makefile -exec sed -i 's|-ftrapv||' {} \;
%endif

%make

%if %{with gnomeaskpass}
pushd contrib
    make gnome-ssh-askpass2 CC="%{__cc} %{optflags} %{ldflags}"
    mv gnome-ssh-askpass2 gnome-ssh-askpass
popd
%endif

%install
%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/ssh
install -d %{buildroot}%{_sysconfdir}/pam.d/
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_unitdir}
install -m644 sshd.pam %{buildroot}%{_sysconfdir}/pam.d/sshd
install -m644 %{SOURCE18} %{buildroot}%{_unitdir}/sshd.service
install -m755 %{SOURCE22} %{buildroot}%{_sbindir}/sshd-keygen
install -m644 %{SOURCE23} %{buildroot}%{_unitdir}/sshd.socket
install -m644 %{SOURCE24} %{buildroot}%{_unitdir}/sshd@.service
install -m644 %{SOURCE25} %{buildroot}%{_unitdir}/sshd-keygen.service

if [[ -f sshd_config.out ]]; then 
	install -m600 sshd_config.out %{buildroot}%{_sysconfdir}/ssh/sshd_config
else 
	install -m600 sshd_config %{buildroot}%{_sysconfdir}/ssh/sshd_config
fi
echo "root" > %{buildroot}%{_sysconfdir}/ssh/denyusers

if [[ -f ssh_config.out ]]; then
    install -m644 ssh_config.out %{buildroot}%{_sysconfdir}/ssh/ssh_config
else
    install -m644 ssh_config %{buildroot}%{_sysconfdir}/ssh/ssh_config
fi
echo "    StrictHostKeyChecking no" >> %{buildroot}%{_sysconfdir}/ssh/ssh_config

mkdir -p %{buildroot}%{_libdir}/ssh

install -d %{buildroot}%{_sysconfdir}/profile.d/
%if %{with gnomeaskpass}
install -m 755 contrib/gnome-ssh-askpass %{buildroot}%{_libdir}/ssh/gnome-ssh-askpass
%endif

cat > %{buildroot}%{_sysconfdir}/profile.d/90ssh-askpass.csh <<EOF
setenv SSH_ASKPASS %{_libdir}/ssh/ssh-askpass
EOF

cat > %{buildroot}%{_sysconfdir}/profile.d/90ssh-askpass.sh <<EOF
export SSH_ASKPASS=%{_libdir}/ssh/ssh-askpass
EOF

cat > %{buildroot}%{_sysconfdir}/profile.d/90ssh-client.sh <<'EOF'
# fix hanging ssh clients on exit
if [ -n "$BASH_VERSION" ]; then
	shopt -s huponexit
elif [ -n "$ZSH_VERSION" ]; then
	setopt hup
fi
EOF

install -p -m755 contrib/ssh-copy-id %{buildroot}%{_bindir}/
install -m 644 contrib/ssh-copy-id.1 %{buildroot}/%{_mandir}/man1/

# create pre-authentication directory
mkdir -p %{buildroot}/var/empty

# remove unwanted files
rm -f %{buildroot}%{_libdir}/ssh/ssh-askpass

cat > %{buildroot}%{_sysconfdir}/sysconfig/sshd << EOF
#SSHD="%{_sbindir}/sshd"
#PID_FILE="/var/run/sshd.pid"
#OPTIONS=""
EOF

# avahi integration support (misc)
mkdir -p %{buildroot}%{_sysconfdir}/avahi/services/
install -m 0644 %{SOURCE15} %{buildroot}%{_sysconfdir}/avahi/services/%{name}.service

# make sure strip can touch it
chmod 755 %{buildroot}%{_libdir}/ssh/ssh-keysign

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23468 |14mu|openssl-1.0.2q-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1.0.0
%define engines_name %mklibname openssl-engines %{major}
%define libcrypto %mklibname crypto %{major}
%define libssl %mklibname ssl %{major}
%define devname %mklibname openssl -d
%define staticname %mklibname openssl -s -d

# patchelf 0.9 is buggy so compat libraries are experimental for now
%bcond_without compat
%define major_compat 10
%define libcrypto_compat %mklibname crypto %{major_compat}
%define libssl_compat %mklibname ssl %{major_compat}

%define conflict2 %mklibname openssl 0.9.8

# Number of threads to spawn when testing some threading fixes.
#define thread_test_threads %%{?threads:%%{threads}}%%{!?threads:1}

%define with_krb5 %{?_with_krb5:1}%{!?_with_krb5:0}

Summary:	Secure Sockets Layer communications libs & utils
Name:		openssl
Version:	1.0.2q
Release:	1
License:	BSD-like
Group:		System/Libraries
Url:		https://www.openssl.org
Source0:	ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz.asc
Source2:	Makefile.certificate
Source3:	make-dummy-cert
Source4:	openssl-thread-test.c
# Based on https://github.com/gost-engine/engine
# Never remove gost-engine patches
Patch0:		openssl-1.0.2l-gost-engine.patch
# Copy https://github.com/gost-engine/engine/tree/openssl_1_0_2
# over engines/ccgost/ and make diff
Patch1:		openssl-1.0.2j-gost-engine-2.patch
# Handle RPM_OPT_FLAGS in Configure
Patch2:		openssl-1.0.2e-optflags.patch
Patch3:		openssl-1.0.1c-fix-perlpath.pl
# (oe) support Brazilian Government OTHERNAME X509v3 field (#14158)
# http://www.iti.gov.br/resolucoes/RESOLU__O_13_DE_26_04_2002.PDF
Patch6:		openssl-1.0.2l-icpbrasil.patch
Patch7:		openssl-1.0.2-defaults.patch
Patch12:	openssl-1.0.2-x509.patch
Patch13:	openssl-1.0.2-add-engines.patch
Patch302:	openssl-1.0.2-enginesdir.patch
Patch303:	openssl-0.9.8a-no-rpath.patch
Patch304:	openssl-1.0.2-test-use-localhost.patch
BuildRequires:	bc
%if %{with compat}
# readelf is used to produce libcrypto.so.10 and libssl.so.10
# needed for compatibility with Fedora/RHEL (Viber etc)
BuildRequires:	patchelf >= 0.10-0.20170615.2
%endif
%{?_with_krb5:BuildRequires:	krb5-devel}
BuildRequires:	sctp-devel
BuildRequires:	pkgconfig(zlib)
Requires:	%{engines_name} = %{EVRD}
Requires:	perl-base
Requires:	rootcerts
Provides:	/usr/bin/openssl

%description
The openssl certificate management tool and the shared libraries that provide
various encryption and decription algorithms and protocols, including DES, RC4,
RSA and SSL.

%files
%doc FAQ LICENSE NEWS PROBLEMS main-doc-info/README*
%doc README README.ASN1 README.ENGINE
%dir %{_sysconfdir}/pki
%dir %{_sysconfdir}/pki/CA
%dir %{_sysconfdir}/pki/CA/private
%dir %{_sysconfdir}/pki/tls
%dir %{_sysconfdir}/pki/tls/certs
%dir %{_sysconfdir}/pki/tls/misc
%dir %{_sysconfdir}/pki/tls/private
%dir %{_sysconfdir}/pki/tls/rootcerts
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pki/tls/openssl.cnf
%attr(0755,root,root) %{_sysconfdir}/pki/tls/certs/make-dummy-cert
%attr(0644,root,root) %{_sysconfdir}/pki/tls/certs/Makefile
%attr(0755,root,root) %{_sysconfdir}/pki/tls/misc/*
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_mandir}/man[157]/*

#----------------------------------------------------------------------------

%package -n %{engines_name}
Summary:	Engines for openssl
Group:		System/Libraries
Provides:	openssl-engines = %{EVRD}

%description -n %{engines_name}
This package provides engines for openssl.

%files -n %{engines_name}
%doc FAQ LICENSE NEWS PROBLEMS main-doc-info/README*
%doc README README.ASN1 README.ENGINE
%attr(0755,root,root) %dir %{_libdir}/openssl-%{major}/engines
%attr(0755,root,root) %{_libdir}/openssl-%{major}/engines/*.so

#----------------------------------------------------------------------------

%package -n %{libcrypto}
Summary:	Secure Sockets Layer communications libs
Group:		System/Libraries
Conflicts:	%{_lib}openssl1.0.0 < 1.0.1n

%description -n %{libcrypto}
The libraries files are needed for various cryptographic algorithms
and protocols, including DES, RC4, RSA and SSL.

%files -n %{libcrypto}
%doc FAQ LICENSE NEWS PROBLEMS README*
%{_libdir}/libcrypto.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libssl}
Summary:	Secure Sockets Layer communications libs
Group:		System/Libraries
Conflicts:	%{_lib}openssl1.0.0 < 1.0.1n
Obsoletes:	%{_lib}openssl1.0.0 < 1.0.1n
# needed to avoid undefined symbols in rpm (rpm depends on neon library)
Conflicts:	%{_lib}neon0.27 < 0.30.1
# needed to avoid undefined symbols in curl and wget as they block update
Conflicts:	curl < 1:7.47.1
Conflicts:	wget < 1.17.1

%description -n %{libssl}
The libraries files are needed for various cryptographic algorithms
and protocols, including DES, RC4, RSA and SSL.

%files -n %{libssl}
%doc FAQ LICENSE NEWS PROBLEMS README*
%{_libdir}/libssl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Secure Sockets Layer communications libs & headers & utils
Group:		Development/Other
Requires:	%{libssl} = %{EVRD}
Requires:	%{libcrypto} = %{EVRD}
Provides:	libopenssl-devel
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The libraries and include files needed to compile apps with support
for various cryptographic algorithms and protocols, including DES, RC4, RSA
and SSL.

%files -n %{devname}
%doc CHANGES doc/* devel-doc-info/README*
%dir %{_includedir}/openssl
%{multiarch_includedir}/openssl/opensslconf.h
%{_includedir}/openssl/*
%{_libdir}/libcrypto.so
%{_libdir}/libssl.so
%{_mandir}/man3/*
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%package -n %{staticname}
Summary:	Secure Sockets Layer communications static libs
Group:		Development/Other
Requires:	%{devname} = %{EVRD}
Provides:	libopenssl-static-devel
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{staticname}
The static libraries needed to compile apps with support for various
cryptographic algorithms and protocols, including DES, RC4, RSA and SSL.

%files -n %{staticname}
%doc FAQ LICENSE NEWS PROBLEMS main-doc-info/README*
%doc README README.ASN1 README.ENGINE
%attr(0644,root,root) %{_libdir}/lib*.a

#----------------------------------------------------------------------------

%if %{with compat}
%package -n %{libcrypto_compat}
Summary:	Secure Sockets Layer communications libs (Fedora compatibility only)
Group:		System/Libraries

%description -n %{libcrypto_compat}
The libraries files are needed for various cryptographic algorithms
and protocols, including DES, RC4, RSA and SSL.

%files -n %{libcrypto_compat}
%doc FAQ LICENSE NEWS PROBLEMS README*
%{_libdir}/libcrypto.so.%{major_compat}*
%endif

#----------------------------------------------------------------------------

%if %{with compat}
%package -n %{libssl_compat}
Summary:	Secure Sockets Layer communications libs (Fedora compatibility only)
Group:		System/Libraries

%description -n %{libssl_compat}
The libraries files are needed for various cryptographic algorithms
and protocols, including DES, RC4, RSA and SSL.

%files -n %{libssl_compat}
%doc FAQ LICENSE NEWS PROBLEMS README*
%{_libdir}/libssl.so.%{major_compat}*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .gost
%patch1 -p1 -b .gost2
%patch2 -p1 -b .optflags
%patch3 -p1 -b .perl
%patch6 -p1 -b .icpbrasil
%patch7 -p1 -b .defaults
%{?_with_krb5:%patch8 -p1 -b .krb5}
%patch12 -p1 -b .x509
%patch13 -p1 -b .version-add-engines

%patch302 -p1 -b .engines
%patch303 -p1 -b .no-rpath
%patch304 -p1 -b .test-use-localhost

perl -pi -e "s,^(OPENSSL_LIBNAME=).+$,\1%{_lib}," Makefile.org engines/Makefile

# fix perl path
perl util/perlpath.pl %{_bindir}/perl

cp %{SOURCE2} Makefile.certificate
cp %{SOURCE3} make-dummy-cert
cp %{SOURCE4} openssl-thread-test.c

%build
%serverbuild

# Figure out which flags we want to use.
# default
sslarch=%{_os}-%{_arch}
%ifarch %{ix86}
sslarch=linux-elf
if ! echo %{_target} | grep -q i[56]86 ; then
	sslflags="no-asm"
fi
%endif
%ifarch %{arm}
sslarch=linux-generic32
%endif

# ia64, x86_64, ppc, ppc64 are OK by default
# Configure the build tree.  Override OpenSSL defaults with known-good defaults
# usable on all platforms.  The Configure script already knows to use -fPIC and
# RPM_OPT_FLAGS, so we can skip specifiying them here.
./Configure \
	--openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
	--enginesdir=%{_libdir}/openssl-%{major}/engines \
	--prefix=%{_prefix} --libdir=%{_lib}/ %{?_with_krb5:--with-krb5-flavor=MIT -I%{_prefix}/kerberos/include -L%{_prefix}/kerberos/%{_lib}} \
	zlib no-idea no-rc5 enable-camellia enable-seed enable-tlsext enable-rfc3779 enable-cms sctp shared ${sslarch}

# Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
# marked as not requiring an executable stack.
RPM_OPT_FLAGS="%{optflags} -Wa,--noexecstack"

make depend
make all build-shared

# Generate hashes for the included certs.
make rehash build-shared

%check
# Verify that what was compiled actually works.
export LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}

make -C test apps tests

gcc -o openssl-thread-test \
	%{?_with_krb5:`krb5-config --cflags`} \
	-I./include \
	%{optflags} \
	openssl-thread-test.c \
	-L. -lssl -lcrypto \
	%{?_with_krb5:`krb5-config --libs`} \
	-lpthread -lz -ldl

./openssl-thread-test --threads %{thread_test_threads}

%install

%makeinstall \
	INSTALL_PREFIX=%{buildroot} \
	MANDIR=%{_mandir} \
	build-shared

# the makefiles is too borked...
install -d %{buildroot}%{_libdir}/openssl-%{major}
mv %{buildroot}%{_libdir}/engines %{buildroot}%{_libdir}/openssl-%{major}/engines

# make the rootcerts dir
install -d %{buildroot}%{_sysconfdir}/pki/tls/rootcerts

# Install a makefile for generating keys and self-signed certs, and a script
# for generating them on the fly.
install -d %{buildroot}%{_sysconfdir}/pki/tls/certs
install -m0644 Makefile.certificate %{buildroot}%{_sysconfdir}/pki/tls/certs/Makefile
install -m0755 make-dummy-cert %{buildroot}%{_sysconfdir}/pki/tls/certs/make-dummy-cert

# Pick a CA script.
mv %{buildroot}%{_sysconfdir}/pki/tls/misc/CA.sh %{buildroot}%{_sysconfdir}/pki/tls/misc/CA

install -d %{buildroot}%{_sysconfdir}/pki/CA
install -d %{buildroot}%{_sysconfdir}/pki/CA/private

# openssl was named ssleay in "ancient" times.
ln -snf openssl %{buildroot}%{_bindir}/ssleay

# The man pages rand.3 and passwd.1 conflict with other packages
# Rename them to ssl-* and also make a symlink from openssl-* to ssl-*
mv %{buildroot}%{_mandir}/man1/passwd.1 %{buildroot}%{_mandir}/man1/ssl-passwd.1
ln -sf ssl-passwd.1%{_extension} %{buildroot}%{_mandir}/man1/openssl-passwd.1%{_extension}

for i in rand err; do
	mv %{buildroot}%{_mandir}/man3/$i.3 %{buildroot}%{_mandir}/man3/ssl-$i.3
	ln -snf ssl-$i.3%{_extension} %{buildroot}%{_mandir}/man3/openssl-$i.3%{_extension}
done

rm -rf {main,devel}-doc-info
mkdir -p {main,devel}-doc-info
cat - << EOF > main-doc-info/README.Mandriva-manpage
Warning:
The man page of passwd, passwd.1, has been renamed to ssl-passwd.1
to avoid a conflict with passwd.1 man page from the package passwd.
EOF

cat - << EOF > devel-doc-info/README.Mandriva-manpage
Warning:
The man page of rand, rand.3, has been renamed to ssl-rand.3
to avoid a conflict with rand.3 from the package man-pages
The man page of err, err.3, has been renamed to ssl-err.3
to avoid a conflict with err.3 from the package man-pages
EOF

chmod 755 %{buildroot}%{_libdir}/pkgconfig

%multiarch_includes %{buildroot}%{_includedir}/openssl/opensslconf.h

# strip cannot touch these unless 755
chmod 755 %{buildroot}%{_libdir}/openssl-%{major}/engines/*.so*
chmod 755 %{buildroot}%{_libdir}/*.so*
chmod 755 %{buildroot}%{_bindir}/*

%if %{with compat}
# RHEL/Fedora compatibility libraries
cp %{buildroot}%{_libdir}/libcrypto.so.%{major} %{buildroot}%{_libdir}/libcrypto.so.%{major_compat}
cp %{buildroot}%{_libdir}/libssl.so.%{major} %{buildroot}%{_libdir}/libssl.so.%{major_compat}
patchelf --set-soname libcrypto.so.%{major_compat} %{buildroot}%{_libdir}/libcrypto.so.%{major_compat}
patchelf --set-soname libssl.so.%{major_compat} %{buildroot}%{_libdir}/libssl.so.%{major_compat}
%endif

# nuke a mistake
rm -f %{buildroot}%{_mandir}/man3/.3

# Fix libdir.
pushd %{buildroot}%{_libdir}/pkgconfig
	for i in *.pc ; do
		sed 's,^libdir=${exec_prefix}/lib$,libdir=${exec_prefix}/%{_lib},g' \
			$i >$i.tmp && \
			cat $i.tmp >$i && \
			rm -f $i.tmp
	done
popd

# adjust ssldir
perl -pi -e "s|^CATOP=.*|CATOP=%{_sysconfdir}/pki/tls|g" %{buildroot}%{_sysconfdir}/pki/tls/misc/CA
perl -pi -e "s|^\\\$CATOP\=\".*|\\\$CATOP\=\"%{_sysconfdir}/pki/tls\";|g" %{buildroot}%{_sysconfdir}/pki/tls/misc/CA.pl
perl -pi -e "s|\./demoCA|%{_sysconfdir}/pki/tls|g" %{buildroot}%{_sysconfdir}/pki/tls/openssl.cnf

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23469 |14mu|opensubdiv-3.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%bcond_with plf
######################

%if %{with plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

%define oname OpenSubdiv

%define sversion %(echo "%{version}" | sed -e "s/\\\./_/g")

%define major %{version}
%define libosdcpu %mklibname osdCPU %{major}
%define libosdgpu %mklibname osdGPU %{major}
%define devname %mklibname %{name} -d

Summary:	An open source subdivision surface library
Name:		opensubdiv
Version:	3.0.4
Release:	1%{?extrarelsuffix}
License:	Apache
Group:		System/Libraries
Url:		http://graphics.pixar.com/opensubdiv/
Source0:	https://github.com/PixarAnimationStudios/OpenSubdiv/archive/%{oname}-%{sversion}.tar.gz
Patch0:		OpenSubdiv-3_0_4-libdir.patch
BuildRequires:	cmake
BuildRequires:	clew-devel
BuildRequires:	gomp-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xxf86vm)
%if %{with plf}
# CUDA is x86_64 only now
BuildRequires:	nvidia-cuda-toolkit-devel
ExclusiveArch:	x86_64
%endif

%description
OpenSubdiv is a set of open source libraries that implement high performance
subdivision surface (subdiv) evaluation on massively parallel CPU and GPU
architectures. This code path is optimized for drawing deforming surfaces
with static topology at interactive framerates.

#----------------------------------------------------------------------------

%package -n %{libosdcpu}
Summary:	An open source subdivision surface library
Group:		System/Libraries

%description -n %{libosdcpu}
OpenSubdiv is a set of open source libraries that implement high performance
subdivision surface (subdiv) evaluation on massively parallel CPU and GPU
architectures. This code path is optimized for drawing deforming surfaces
with static topology at interactive framerates.

%files -n %{libosdcpu}
%{_libdir}/libosdCPU.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libosdgpu}
Summary:	An open source subdivision surface library
Group:		System/Libraries

%description -n %{libosdgpu}
OpenSubdiv is a set of open source libraries that implement high performance
subdivision surface (subdiv) evaluation on massively parallel CPU and GPU
architectures. This code path is optimized for drawing deforming surfaces
with static topology at interactive framerates.

%files -n %{libosdgpu}
%{_libdir}/libosdGPU.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for an open source subdivision surface library
Group:		Development/C
Requires:	%{libosdcpu} = %{EVRD}
Requires:	%{libosdgpu} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for an open source subdivision surface library.

%files -n %{devname}
%dir %{_includedir}/opensubdiv/
%{_includedir}/opensubdiv/*
%{_libdir}/libosdCPU.so
%{_libdir}/libosdGPU.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{sversion}
%patch0 -p1

%build
%cmake \
	-DNO_DOC:BOOL=ON
%make

%install
%makeinstall_std -C build

# Remove tests
rm -rf %{buildroot}%{_bindir}/*

# Don't ship static libraries
rm -f %{buildroot}%{_libdir}/*.a

%changelog

* Mon Feb 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.4-1
- (3b4497a) Fix x86_64 library installation path



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23470 |14mu|openswan-2.6.49-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	An implementation of IPSEC & IKE for Linux
Name:		openswan
Version:	2.6.49
Release:	1
License:	GPLv2+
Group:		System/Servers
Url:		http://www.openswan.org/
Source0:	http://www.openswan.org/download/openswan-%{version}.tar.gz
Source1:	http://www.openswan.org/download/openswan-%{version}.tar.gz.asc
Source2:	openswan.service
Patch0:		openswan-2.6.28-manfix.patch
BuildRequires:	bison
BuildRequires:	docbook-dtd412-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	dos2unix
BuildRequires:	flex
BuildRequires:	xmlto
BuildRequires:	gmp-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
%if %{with selinux}
BuildRequires:	selinux-devel
%endif
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(libcurl)
Requires:	curl
Requires:	iproute2
Requires:	ipsec-tools
Requires:	lsof
Requires:	openldap
Requires(post,preun):	rpm-helper
Provides:	ipsec-userland
Conflicts:	freeswan

%description
Openswan is a free implementation of IPSEC & IKE for Linux, a fork of the
FreeS/WAN project.

IPSEC is Internet Protocol Security and uses strong cryptography to
provide both authentication and encryption services.  These services
allow you to build secure tunnels through untrusted networks.
Everything passing through the untrusted net is encrypted by the ipsec
gateway machine and decrypted by the gateway at the other end of the
tunnel.  The resulting tunnel is a virtual private network or VPN.

This package contains the daemons and userland tools for setting up
Openswan on a kernel with either the 2.6 native IPsec code, or
FreeS/WAN's KLIPS.

%files
%doc BUGS CHANGES COPYING CREDITS README
%{_unitdir}/%{name}.service
%{_prefix}/lib/systemd/scripts/ipsec
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/ipsec.conf
%attr(0700,root,root) %dir %{_sysconfdir}/%{name}/ipsec.d
%attr(0700,root,root) %dir %{_sysconfdir}/%{name}/ipsec.d/examples
%attr(0700,root,root) %dir %{_sysconfdir}/%{name}/ipsec.d/policies
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/ipsec.d/*/*
%{_sbindir}/ipsec
%dir %{_libdir}/ipsec
%{_libdir}/ipsec/*
%{_localstatedir}/lib/run/pluto
%{_mandir}/*/*

%preun
%_preun_service %{name}

%post
%_post_service %{name}

#----------------------------------------------------------------------------

%package doc
Summary:	An implementation of IPSEC & IKE for Linux
Group:		System/Servers
BuildArch:	noarch

%description doc
Openswan is a free implementation of IPSEC & IKE for Linux, a fork of the
FreeS/WAN project.

This is the documentation for Openswan.

%files doc
%doc docs/README.* docs/CREDITS.* docs/*.txt
%doc docs/quickstarts docs/html-old-need-merge-with-wiki

#----------------------------------------------------------------------------

%prep
%setup -q -n openswan-%{version}
%patch0 -p0 -b .manfix

find . -type f -name "*.html" -exec dos2unix {} \;

%build
%serverbuild

find . -name "Makefile*" | xargs perl -pi -e "s|libexec|%{_lib}|g"
export CLFAGS=$(echo %{optflags} -fno-strict-aliasing)
# the %make macro doesn't seem to work
make \
    USERCOMPILE="-g $CLFAGS" \
    INC_USRLOCAL=%{_prefix} \
    MANTREE=%{_mandir} \
    INC_RCDEFAULT=%{_initrddir} \
    CONFDIR=%{_sysconfdir}/%{name} \
    FINALCONFDIR=%{_sysconfdir}/%{name} \
    FINALCONFFILE=%{_sysconfdir}/%{name}/ipsec.conf \
    FINALLIBEXECDIR=%{_libdir}/ipsec \
    FINALLIBDIR=%{_libdir}/ipsec \
    USE_LIBCAP_NG=true \
%if %{with selinux}
    USE_LABELED_IPSEC=true \
%endif
    USE_LDAP=true \
    USE_LIBCURL=true \
    HAVE_THREADS=true \
    programs

%install
make \
    DESTDIR=%{buildroot} \
    INC_USRLOCAL=%{_prefix} \
    MANTREE=%{buildroot}%{_mandir} \
    INC_RCDEFAULT=%{_initrddir} \
    INC_USRLOCAL=%{_prefix} \
    INC_RCDEFAULT=%{_initrddir} \
    FINALCONFDIR=%{_sysconfdir}/%{name} \
    FINALLIBEXECDIR=%{_libdir}/ipsec \
    FINALLIBDIR=%{_libdir}/ipsec \
    install

install -d -m700 %{buildroot}%{_localstatedir}/lib/run/pluto
install -d %{buildroot}%{_sbindir}

# Remove old documentation for the time being.
rm -rf %{buildroot}%{_defaultdocdir}/freeswan

# cleanup
rm -rf %{buildroot}%{_sysconfdir}/rc.d/rc*
rm -rf %{buildroot}%{_sysconfdir}/rc.d/init.d/setup
rm -rf %{buildroot}%{_docdir}/%{name}

install -Dm644 %{SOURCE2} %{buildroot}%{_unitdir}/openswan.service
mkdir -p %{buildroot}%{_prefix}/lib/systemd/scripts/
mv %{buildroot}/%{_initrddir}/ipsec %{buildroot}/%{_prefix}/lib/systemd/scripts/



%changelog

* Fri Sep 02 2016 Denis Silakov <dsilakov@gmail.com> 2.6.49-1
- (a39de8c) Updated to 2.6.49



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23471 |14mu|open-vm-tools-9.4.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svn_rev 1770165
%define Werror_cflags %{nil}

%define major 0
%define libguestlib %mklibname guestlib %{major}
%define libhgfs %mklibname hgfs %{major}
%define libvmtools %mklibname vmtools %{major}
%define devname %mklibname open-vm-tools -d

Summary:	Open Virtual Machine Tools
Name:		open-vm-tools
Version:	9.4.6
Release:	4
License:	GPLv2+
Group:		Emulators
Url:		http://open-vm-tools.sourceforge.net/
Source0:	%{name}-%{version}-%{svn_rev}.tar.gz
Source1:	vmtoolsd.service
Patch0:		g_info_redefine.patch
Patch1:		sizeof_argument.patch
BuildRequires:	autoconf
BuildRequires:	doxygen
BuildRequires:	dnet-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(icu-uc)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libprocps)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)
Requires(post,preun,postun):	systemd

%description
Open Virtual Machine Tools (open-vm-tools) are the open source
implementation of VMware Tools. They are a set of guest operating
system virtualization components that enhance performance and user
experience of virtual machines. As virtualization technology rapidly
becomes mainstream, each virtualization solution provider implements
their own set of tools and utilities to supplement the guest virtual
machine. However, most of the implementations are proprietary and are
tied to a specific virtualization platform.

With the Open Virtual Machine Tools project, we are hoping to solve
this and other related problems. The tools are currently composed of
kernel modules for Linux and user-space programs for all VMware
supported Unix-like guest operating systems. They provide several
useful functions like:

* File transfer between a host and guest

* Improved memory management and network performance under
   virtualization

* General mechanisms and protocols for communication between host and
guests and from guest to guest

%files
%doc AUTHORS COPYING ChangeLog NEWS README
%config(noreplace) %{_sysconfdir}/pam.d/*
%{_sysconfdir}/vmware-tools/
%{_bindir}/vmtoolsd
%{_bindir}/vmware-checkvm
%{_bindir}/vmware-hgfsclient
%{_bindir}/vmware-rpctool
%{_bindir}/vmware-toolbox-cmd
%{_bindir}/vmware-xferlogs
%{_bindir}/vm-support
%{_sbindir}/mount.vmhgfs
/sbin/mount.vmhgfs
%dir %{_libdir}/%{name}/
%dir %{_libdir}/%{name}/plugins
%dir %{_libdir}/%{name}/plugins/common
%{_libdir}/%{name}/plugins/common/*.so
%dir %{_libdir}/%{name}/plugins/vmsvc
%{_libdir}/%{name}/plugins/vmsvc/*.so
%{_datadir}/%{name}/
%{_unitdir}/vmtoolsd.service

%post
%systemd_post vmtoolsd.service

%preun
%systemd_preun vmtoolsd.service

# Tell VMware that open-vm-tools is being uninstalled
if [ "$1" = "0" -a \
 -e %{_bindir}/vmware-checkvm -a \
 -e %{_bindir}/vmware-rpctool ] && \
 %{_bindir}/vmware-checkvm &> /dev/null; then
 %{_bindir}/vmware-rpctool 'tools.set.version 0' &> /dev/null || /bin/true
fi

%postun
%systemd_postun vmtoolsd.service

#----------------------------------------------------------------------------

%package -n %{libguestlib}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	open-vm-tools < 9.4.6-3

%description -n %{libguestlib}
Shared library for %{name}.

%files -n %{libguestlib}
%{_libdir}/libguestlib.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libhgfs}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	open-vm-tools < 9.4.6-3

%description -n %{libhgfs}
Shared library for %{name}.

%files -n %{libhgfs}
%{_libdir}/libhgfs.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libvmtools}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	open-vm-tools < 9.4.6-3

%description -n %{libvmtools}
Shared library for %{name}.

%files -n %{libvmtools}
%{_libdir}/libvmtools.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Open Virtual Machine Tools development files
Group:		Development/Other
Requires:	%{libguestlib} = %{EVRD}
Requires:	%{libhgfs} = %{EVRD}
Requires:	%{libvmtools} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 9.4.6-3
Obsoletes:	%{name}-devel < 9.4.6-3

%description -n %{devname}
Open Virtual Machine Tools development files

%files -n %{devname}
%doc docs/api/build/*
%{_includedir}/vmGuestLib/*
%{_libdir}/libhgfs.so
%{_libdir}/pkgconfig/vmguestlib.pc
%{_libdir}/libguestlib.so
%{_libdir}/libvmtools.so

#----------------------------------------------------------------------------

%package desktop
Summary:	User experience components for Open Virtual Machine Tools
Group:		Emulators
Requires:	%{name} = %{EVRD}

%description desktop
This package contains only the user-space programs and libraries of
%{name} that are essential for improved user experience of VMware virtual
machines.

%files desktop
%{_sysconfdir}/xdg/autostart/*.desktop
%{_bindir}/vmware-user-suid-wrapper
%{_bindir}/vmware-vmblock-fuse
%{_libdir}/%{name}/plugins/vmusr/

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{svn_rev}
%patch0 -p1 -b .g_info~
%patch1 -p1 -b .sizeof~

# Remove "Encoding" key from the "Desktop Entry"
sed -e "s|^Encoding.*$||g" -i ./vmware-user-suid-wrapper/vmware-user.desktop.in

%build
export CUSTOM_PROCPS_NAME=procps
export CUSTOM_PROCPS_LIBS="$(pkg-config --libs libprocps)"
autoreconf -fiv
export CXX=g++

%configure2_5x \
	--disable-static \
	--without-kernel-modules \
	--without-root-privileges \
	--with-procps \
	--with-dnet \
	LIBS="-ltirpc"

%make CFLAGS="%{optflags} -Wno-implicit-function-declaration"

%install
%makeinstall_std

chmod 644 %{buildroot}%{_sysconfdir}/pam.d/*
ln -sf %{_sbindir}/mount.vmhgfs %{buildroot}/sbin/mount.vmhgfs

# Move vm-support to /usr/bin
mv %{buildroot}%{_sysconfdir}/vmware-tools/vm-support %{buildroot}%{_bindir}

# Systemd unit files
install -p -m644 %{SOURCE1} -D %{buildroot}%{_unitdir}/vmtoolsd.service


%changelog

* Fri Jun 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 9.4.6-4
- (13bd677) Don't ship DKMS, it doesn't support new kernels



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23472 |14mu|openvpn-2.3.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define easy_rsa_version 2.2.0_master
%define plugindir %{_libdir}/%{name}/plugins
%define _tmpfilesdir %{_prefix}/lib/tmpfiles.d

Summary:	A Secure TCP/UDP Tunneling Daemon
Name:		openvpn
Version:	2.3.17
Release:	1
License:	GPLv2+
Group:		Networking/Other
Url:		http://openvpn.net/
Source0:	http://swupdate.openvpn.org/community/releases/%{name}-%{version}.tar.xz
Source3:	dhcp.sh
Source4:	openvpn-tmpfile.conf
Source5:	openvpn@.service
Source6:	openvpn.target
Source7:	https://github.com/downloads/OpenVPN/easy-rsa/easy-rsa-%{easy_rsa_version}.tar.gz
Patch1:		openvpn-2.3.openvpn_user.patch
Patch2:		openvpn-2.3.1_rc15-wformat.patch
BuildRequires:	liblzo-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(libpkcs11-helper-1)
BuildRequires:	pkgconfig(libsystemd)
%if %{mdvver} < 201610
BuildRequires:	pkgconfig(libsystemd-daemon)
%endif
BuildRequires:	pkgconfig(openssl)
Requires(pre,preun,post,postun):	rpm-helper
Suggests:	openvpn-auth-ldap

%description
OpenVPN is a robust and highly flexible tunneling application that  uses
all of the encryption, authentication, and certification features of the
OpenSSL library to securely tunnel IP networks over a single UDP port.

%files
%doc AUTHORS INSTALL PORTS README
%doc src/plugins/*/README.*
%{_docdir}/easy-rsa/*
%dir %{_sysconfdir}/%{name}
%{_unitdir}/%{name}*.service
%{_unitdir}/%{name}.target
%{_tmpfilesdir}/%{name}.conf
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8*
%{_datadir}/%{name}
%dir %{plugindir}
%{plugindir}/*.so
%dir %{_localstatedir}/lib/%{name}

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/true

%post
# (cg) This is a templated unit, so we have to manually convert to systemd
if [ ! -f %{_localstatedir}/lib/rpm-helper/systemd-migration/%{name} ]; then
  if [ -f %{_sysconfdir}/rc3.d/S??%{name} ]; then
    for conf in %{_sysconfdir}/%{name}/*.conf; do
      [ "$conf" = "%{_sysconfdir}/%{name}/*.conf" ] && continue
      conf=$(basename $conf .conf)
      mkdir -p %{_sysconfdir}/systemd/system/%{name}.target.wants
      ln -s %{_unitdir}/%{name}@.service %{_sysconfdir}/systemd/system/%{name}.target.wants/%{name}@$conf.service
    done
    systemctl --quiet enable %{name}.target
  fi
  mkdir -p %{_localstatedir}/lib/rpm-helper/systemd-migration
  touch %{_localstatedir}/lib/rpm-helper/systemd-migration/%{name}
else
  # (cg) Older versions were not controlled by their own target
  UNITS=
  for unit in %{_sysconfdir}/systemd/system/multi-user.target.wants/%{name}@?*.service; do
    [ "$unit" = "%{_sysconfdir}/systemd/system/multi-user.target.wants/%{name}@?*.service" ] && continue
    UNITS="$UNITS $unit"
  done
  if [ -n "$UNITS" ]; then
    mkdir %{_sysconfdir}/systemd/system/%{name}.target.wants
    mv $UNITS %{_sysconfdir}/systemd/system/%{name}.target.wants
    systemctl --quiet enable %{name}.target
  fi
fi
%_tmpfilescreate %{name}
%_post_service %{name} %{name}.target

%preun
%_preun_service %{name} %{name}.target

%postun
%_postun_userdel %{name}

#----------------------------------------------------------------------------

%package devel
Summary:	Development headers for OpenVPN plugins
Group:		Development/Other
Requires:	%{name} = %{EVRD}

%description devel
OpenVPN header files.

%files devel
%{_includedir}/openvpn-plugin.h

#----------------------------------------------------------------------------

%prep
%setup -q -a 7
%apply_patches
# %%doc items shouldn't be executable.
find contrib sample -type f -perm /100 \
    -exec chmod a-x {} \;
sed -i -e 's,%{_datadir}/openvpn/plugin,%{_libdir}/openvpn/plugin,' doc/openvpn.8
autoreconf -fi

%build
CFLAGS="%{optflags} -fPIC" CCFLAGS="%{optflags} -fPIC"
%serverbuild
%configure2_5x \
	--enable-systemd || cat config.log

%make

# plugins
%make -C src/plugins/down-root
%make -C src/plugins/auth-pam

pushd easy-rsa-%{easy_rsa_version}
%configure2_5x \
	--with-easyrsadir=%{_datadir}/%{name}/easy-rsa
%make
popd

%install
%makeinstall_std
%makeinstall_std -C easy-rsa-%{easy_rsa_version}

install -d %{buildroot}%{_sysconfdir}/%{name}
# (cg) NB The sample config file is needed for drakvpn
cp -pr sample/sample-{config-file,key,script}s %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}%{_datadir}/%{name}
install -d %{buildroot}%{_localstatedir}/lib/%{name}

# (cg) Nuke sysvinit script
rm -f %{buildroot}%{_datadir}/%{name}/sample-scripts/openvpn.init

# (cg) Add systemd units
install -D -m 644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/openvpn.conf
install -D -m 644 %{SOURCE5} %{buildroot}%{_unitdir}/openvpn@.service
install -D -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/openvpn.target

#plugins
mkdir -p %{buildroot}%{plugindir}

install -m755 %{SOURCE3} %{buildroot}%{_datadir}/%{name}


%changelog

* Fri Jun 23 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.17-1
- (57b4aff) New version 2.3.17



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23473 |14mu|oprofile-0.9.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Transparent low-overhead system-wide profiler
Name:		oprofile
Version:	0.9.9
Release:	3
License:	GPLv2+
Group:		Development/Other
Url:		http://oprofile.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source11:	%{name}-16.png
Source12:	%{name}-32.png
Source13:	%{name}-48.png
# Use -module -avoid-version for agents:
Patch0:		oprofile-agents-ldflags.patch
Patch1:		oprofile-0.4-guess2.patch
Patch2:		oprofile-004-configure-error-message-missing-libpfm.patch
Patch3:		oprofile-005-enable-ppc64le-arch.patch
Patch4:		oprofile-006-tidy-powerpc64-bfd-target-check.patch
BuildRequires:	java-rpmbuild
BuildRequires:	binutils-devel
BuildRequires:	gettext-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(popt)

%description
OProfile is a system-wide profiler for Linux systems, capable of
profiling all running code at low overhead. OProfile is released
under the GNU GPL.

It consists of a kernel driver and a daemon for collecting sample
data, and several post-profiling tools for turning data into
information.

OProfile leverages the hardware performance counters of the CPU to
enable profiling of a wide variety of interesting statistics, which
can also be used for basic time-spent profiling. All code is
profiled: hardware and software interrupt handlers, kernel modules,
the kernel, shared libraries, and applications.

%files
%doc README TODO COPYING ChangeLog* doc/*.html
%{_bindir}/ocount
%{_bindir}/opannotate
%{_bindir}/oparchive
%{_bindir}/op-check-perfevents
%{_bindir}/operf
%{_bindir}/opcontrol
%{_bindir}/opgprof
%{_bindir}/ophelp
%{_bindir}/opreport
%{_bindir}/oprofiled
%{_bindir}/opimport
%{_bindir}/opjitconv
%{_datadir}/%{name}
%{_mandir}/man1/ocount.1*
%{_mandir}/man1/op*

#----------------------------------------------------------------------------

%package gui
Summary:	GUI for starting the OProfile profiler
Group:		Development/Other
Requires:	usermode
Requires:	usermode-consoleonly
Requires:	%{name} = %{EVRD}

%description gui
This package provides a convenient Qt GUI for starting the
profiler.

%files gui
%doc COPYING
%{_bindir}/oprof_start
%{_sbindir}/oprof_start
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%package jit
Summary:	Libraries for profiling Java and other JIT compiled code
Group:		Development/Other

%description jit
Libraries needed for profiling Java and other JIT compiled code.
For profiling Java code, you need to load
%{_libdir}/oprofile/libjvmti_oprofile.so
into the JVM as per the OProfile documentation.

%files jit
%dir %{_libdir}/oprofile
%{_libdir}/oprofile/libjvmti_oprofile.so
%{_libdir}/oprofile/libopagent.so.*

%pre jit
%_pre_useradd oprofile "%{_var}/lib/oprofile" /bin/nologin

%postun jit
%_postun_userdel oprofile

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for developing OProfile JIT agents
Group:		Development/Other
Requires:	%{name}-jit = %{EVRD}

%description devel
Header and development library symlink for libopagent, required for
compiling additional OProfile JIT agents.

%files devel
%{_includedir}/opagent.h
%{_libdir}/oprofile/libopagent.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# fixes build
touch NEWS AUTHORS INSTALL ChangeLog # strange, autoreconf does not create these
autoreconf -if

%build
%configure2_5x \
	--with-kernel-support \
	--enable-gui=qt4 \
	--with-java=%{java_home}

%make

%install
%makeinstall_std
rm -f %{buildroot}%{_datadir}/doc/%{name}/*.html

# root dialog
install -d -m755 %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/oprof_start %{buildroot}%{_sbindir}/oprof_start
ln -s consolehelper %{buildroot}%{_bindir}/oprof_start

install -d -m755 %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=OProfile
Name[ru]=OProfile
Comment=Start OProfile profiler
Comment[ru]=Запуск профилировщика OProfile
Exec=%{_bindir}/oprof_start
Icon=%{name}
Terminal=false
Type=Application
Categories=Development;Profiling;Qt;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

rm %{buildroot}%{_libdir}/oprofile/*a


%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 0.9.9-3
- (688c9de) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23474 |14mu|opus-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Opus Interactive Audio Codec
Name:		opus
Version:	1.2.1
Release:	1
License:	BSD
Group:		Sound
Url:		http://opus-codec.org/
Source0:	https://archive.mozilla.org/pub/opus/%{name}-%{version}.tar.gz
BuildRequires:	doxygen

%description
The Opus codec is designed for interactive speech and audio transmission over
the Internet. It is designed by the IETF Codec Working Group and incorporates
technology from Skype's SILK codec and Xiph.Org's CELT codec.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Opus shared library
Group:		System/Libraries

%description -n %{libname}
This package provides the library that implements the Opus codec.
The Opus codec is designed for interactive speech and audio transmission over
the Internet. It is designed by the IETF Codec Working Group and incorporates
technology from Skype's SILK codec and Xiph.Org's CELT codec.

%files -n %{libname}
%doc COPYING README
%{_libdir}/libopus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files needed to compile a program with Opus support
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package provides the library that implements the Opus codec.

%files -n %{devname}
%doc COPYING README
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/opus.m4
%{_mandir}/man3/opus_*.3*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-custom-modes
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_docdir}/opus/doxygen-build.stamp
rm -rf %{buildroot}%{_docdir}/opus

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23475 |14mu|opusfile-0.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define liburl %mklibname opusurl %{major}
%define devname %mklibname %{name} -d

Summary:	A high-level API for decoding and seeking within .opus files
Name:		opusfile
Version:	0.8
Release:	3
License:	BSD
Group:		System/Libraries
Url:		http://www.opus-codec.org/
Source0:	http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ogg) >= 1.3 
BuildRequires:	pkgconfig(openssl) >= 1.0.1
BuildRequires:	pkgconfig(opus)

%description
libopusfile provides a high-level API for decoding and seeking 
within .opus files. It includes:
* Support for all files with at least one Opus stream (including
multichannel files or Ogg files where Opus is muxed with something else).
* Full support, including seeking, for chained files.
* A simple stereo downmixing API (allowing chained files to be
decoded with a single output format, even if the channel count changes).
* Support for reading from a file, memory buffer, or over HTTP(S)
(including seeking).
* Support for both random access and streaming data sources.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%doc COPYING AUTHORS README.txt
%{_libdir}/libopusfile.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{liburl}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}opusfile0 < 0.8

%description -n %{liburl}
Shared library for %{name}.

%files -n %{liburl}
%doc COPYING AUTHORS README.txt
%{_libdir}/libopusurl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development package for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{liburl} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Files for development with %{name}.

%files -n %{devname}
%doc %{_docdir}/%{name}
%{_includedir}/opus/opusfile*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libopus*.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-assertions \
	--enable-fixed-point
%make

%install
%makeinstall_std

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23476 |14mu|opus-tools-0.1.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Opus codec tools
Name:		opus-tools
Version:	0.1.10
Release:	2
License:	BSD
Group:		Sound
Url:		http://opus-codec.org/
Source0:	http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(vorbis)

%description
This packages provides various tools to decode & encode files with the Opus
codec.

The Opus codec is designed for interactive speech and audio transmission over
the Internet. It is designed by the IETF Codec Working Group and incorporates
technology from Skype's SILK codec and Xiph.Org's CELT codec.

%files
%doc COPYING
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23477 |14mu|orc-0.4.23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 0.4
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define libtest %mklibname %{name}-test %{api} %{major}
%define devname %mklibname -d %{name}

Summary:	The Oil Runtime Compiler

Name:		orc
Version:	0.4.23
Release:	1
License:	BSD
Group:		Development/Other
Url:		http://code.entropywave.com/projects/orc/
Source0:	http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz

%description
Orc is a library and set of tools for compiling and executing very
simple programs that operate on arrays of data.  The “language” is a
generic assembly language that represents many of the features
available in SIMD architectures, including saturated addition and
subtraction, and many arithmetic operations.

%package -n %{libname}
Summary:	The Oil Runtime Compiler

Group:		System/Libraries

%description -n %{libname}
This package contains a shared library for %{name}.

%package -n %{libtest}
Summary:	The Oil Runtime Compiler

Group:		System/Libraries
Conflicts:	%{_lib}orc0.4_0 <= 0.4.17-2

%description -n %{libtest}
This package contains a shared library for %{name}.

%package -n %{devname}
Summary:	The Oil Runtime Compiler

Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libtest} = %{version}-%{release}
Requires:	%{name} >= %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{devname}
This package includes the development files for %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files
%doc README TODO
%{_bindir}/orcc
%{_bindir}/orc-bugreport

%files -n %{libname}
%{_libdir}/liborc-%{api}.so.%{major}*

%files -n %{libtest}
%{_libdir}/liborc-test-%{api}.so.%{major}*

%files -n %{devname}
%{_includedir}/%{name}-%{api}/
%{_libdir}/liborc*-%{api}.so
%{_libdir}/pkgconfig/orc-%{api}.pc
%{_datadir}/gtk-doc/html/orc
%{_datadir}/aclocal/orc.m4

%changelog

* Wed Jul 22 2015 dsilakov <denis.silakov@rosalab.ru> 0.4.23-1
- (1010255) Merge pull request #2 from import/orc:auto_update
- (1010255) Updated to 0.4.23 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23478 |14mu|orca-3.17.90-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# debug is empty anyway and rpmlint rejects build

%define _enable_debug_packages %{nil}
%define debug_package %{nil}
%define _appdatadir %{_datadir}/appdata
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	GNOME screen reader for people with visual impairments
Name:		orca
Version:	3.17.90
Release:	1
License:	LGPLv2+
Group:		Accessibility
URL:		http://live.gnome.org/Orca/
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source1:	orca.appdata.xml
BuildArch:	noarch

BuildRequires:	brlapi-python
BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	pkgconfig(atspi-2)
BuildRequires:	pkgconfig(gnome-doc-utils) >= 0.17.3
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.1.14
BuildRequires:	pkgconfig(pygobject-3.0) >= 2.90.3
BuildRequires:	python3-devel
BuildRequires:	python3-gi
BuildRequires:	python-dbus
BuildRequires:	python3-cairo
BuildRequires:	python-pyxdg
BuildRequires:	python3-speechd
BuildRequires:	python-braille
BuildRequires:	itstool
BuildRequires:  typelib(GObject)
BuildRequires:  desktop-file-utils
BuildRequires:  appstream-util

Requires:	python-dbus
Requires:	python3-cairo
Requires:	python-pyxdg
Requires:	python3-speechd
Requires:	python-braille
Requires:	brlapi-python
Requires:	python3-pyatspi
Requires:	typelib(Wnck)
Requires:	typelib(Atspi)

%description
A flexible, scriptable, extensible screen reader for the GNOME platform
that provides access via speech synthesis, braille, and magnification.

%files -f %{name}.lang
%doc README NEWS
%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
%{_bindir}/%{name}
%{py3_puresitedir}/*orca*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/*/*/*/*
%{_mandir}/man1/%{name}.1*
%{_appdatadir}/*.xml
#--------------------------------------
%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

# appdata
mkdir -p %{buildroot}%{_appdatadir}
cp %{SOURCE1} %{buildroot}%{_appdatadir}/orca.appdata.xml
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml

%find_lang %{name} --with-gnome



%changelog

* Fri Aug 28 2015 abfonly <abfonly@gmail.com> 3.17.90-1
- (dfd087e) Merge pull request #2 from abfonly/orca:gnome316
- (dfd087e) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23479 |14mu|osm-gps-map-1.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lname osmgpsmap

%define major 1
%define api 1.0
%define gir_major 1.0
%define libname %mklibname %{lname} %{api} %{major}
%define girname %mklibname %{lname}-gir %{gir_major}
%define devname %mklibname %{lname} %{api} -d

Summary:	Gtk+ widget for displaying OpenStreetMap tiles
Name:		osm-gps-map
Version:	1.1.0
Release:	3
License:	GPLv2+
Group:		System/Libraries
Url:		http://nzjrs.github.com/osm-gps-map/
Source0:	https://github.com/nzjrs/osm-gps-map/releases/download/%{version}/osm-gps-map-%{version}.tar.gz
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(cairo) >= 1.8
BuildRequires:	pkgconfig(glib-2.0) >= 2.16
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:	pkgconfig(libsoup-2.4)

%description
A Gtk+ widget that when given GPS co-ordinates, draws a GPS track, and
points of interest on a moving map display. Downloads map data from a
number of websites, including openstreetmap.org.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Gtk+ widget for displaying OpenStreetMap tiles
Group:		System/Libraries

%description -n %{libname}
A Gtk+ widget that when given GPS co-ordinates, draws a GPS track, and
points of interest on a moving map display. Downloads map data from a
number of websites, including openstreetmap.org.

%files -n %{libname}
%doc AUTHORS README NEWS ChangeLog COPYING
%{_libdir}/lib%{lname}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
# No longer provided. GObject Introspection interface should be used instead.
Obsoletes:	python-osmgpsmap < 1.0

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%doc AUTHORS README NEWS
%{_libdir}/girepository-1.0/OsmGpsMap-%{gir_major}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the %{name} Gtk+ widget
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{lname}-devel = %{EVRD}

%description -n %{devname}
The development files for the %{name} Gtk+ widget.

%files -n %{devname}
%doc AUTHORS README NEWS
%{_includedir}/%{lname}-%{api}
%{_libdir}/lib%{lname}-%{api}.so
%{_libdir}/pkgconfig/%{lname}-%{api}.pc
%{_datadir}/gir-1.0/OsmGpsMap-%{gir_major}.gir
%doc %{_datadir}/gtk-doc/html/libosmgpsmap/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
[[ -f configure ]] || NOCONFIGURE=yes gnome-autogen.sh
%configure2_5x \
	--disable-static
%make V=1

%install
%makeinstall_std

# handle docs in files section if needed
rm -rf %{buildroot}%{_docdir}/osm-gps-map


%changelog

* Mon Dec 26 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.0-3
- (08cfc77) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23480 |14mu|os-prober-1.63-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir %{_exec_prefix}/lib
%define lprob linux-boot-prober

Name:           os-prober
Version:        1.63
Release:        10
Summary:        Probes disks on the system for installed operating systems
License:        GPLv1 and GPLv2+
Group:          System/Configuration/Boot and Init
Url:            http://kitenet.net/~joey/code/os-prober/
#               http://ftp.de.debian.org/debian/pool/main/o/os-prober/os-prober_1.61.tar.gz
Source0:        http://ftp.de.debian.org/debian/pool/main/o/%{name}/%{name}_%{version}.tar.gz
Source1:        COPYING-note.txt

# move newns binary outside of os-prober subdirectory, so that debuginfo
# can be automatically generated for it
Patch0:         os-prober-newnsdirfix.patch
# Fix spelling of SUSE aj@suse.de
Patch1:         os-prober-SUSE.patch
# Sent upstream by Fedora
Patch2:         os-prober-mdraidfix.patch
Patch3:         os-prober-yaboot-parsefix.patch
Patch4:         os-prober-usrmovefix.patch
Patch5:         os-prober-remove-basename.patch
Patch6:         os-prober-disable-debug-test.patch
# To be sent upstream by Fedora
Patch7:         os-prober-btrfsfix.patch
Patch8:         os-prober-factor-out-logger.patch
Patch9:         os-prober-bootpart-name-fix.patch
Patch10:        os-prober-mounted-partitions-fix.patch
# Add ROSA to 90linux-distro
Patch11:        os-prober-1.57-add_rosa-release_to_90linux-distro.patch
#Patch12:		os-prober-missed-os-fix.patch

Patch13:        os-prober-1.63-fallback-sort-by-kernel-version.patch
Patch14:        os-prober-1.63-skip-os-prober-entries.patch
Patch15:        os-prober-1.63-efi-support.patch
Patch16:        os-prober-1.63-lsb_release-filename-accepted.patch
Patch17:        os-prober-1.63-btrfs-fixes-v2.patch
Patch18:        os-prober-1.63-support-grub-links.patch
Patch19:        os-prober-1.63-ext4-ignore-dirty-journal.patch
Patch20:        os-prober-1.63-more-strict-macosx-check.patch
Patch21:        os-prober-1.63-btrfs-subvols-improved.patch

Conflicts:      grub2 <= 2.00-68

%description
This package detects other OSes available on a system and outputs the results
in a generic machine-readable format. Support for new OSes and Linux
distributions can be added easily.

%prep
%setup -q -n %{name}-%{version}
cp %SOURCE1 .

%apply_patches

%build

%make

%install
install -m 0755 -d %{buildroot}%{_bindir}
install -m 0755 -d %{buildroot}%{_sbindir}
install -m 0755 -d %{buildroot}%{_localstatedir}/lib/%{name}

install -m 0755 -p os-prober linux-boot-prober %{buildroot}%{_sbindir}
install -m 0755 -Dp newns %{buildroot}%{_libexecdir}/newns
install -m 0644 -Dp common.sh %{buildroot}%{_datadir}/%{name}/common.sh

%ifarch %{ix86} x86_64
ARCH=x86
%endif

for probes in os-probes os-probes/mounted os-probes/init \
              linux-boot-probes linux-boot-probes/mounted; do
        install -m 755 -d %{buildroot}%{_libexecdir}/$probes
        cp -a $probes/common/* %{buildroot}%{_libexecdir}/$probes
        if [ -e "$probes/$ARCH" ]; then
                cp -a $probes/$ARCH/* %{buildroot}%{_libexecdir}/$probes
        fi
done
if [ "$ARCH" = x86 ]; then
        install -m 755 -p os-probes/mounted/powerpc/20macosx \
            %{buildroot}%{_libexecdir}/os-probes/mounted
fi

# console user, ask for root password
for pak in %{name} %{lprob}; do
        ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/$pak
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak <<EOF
USER=root
PROGRAM=/usr/sbin/$pak
FALLBACK=false
SESSION=true
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d
		cat > %{buildroot}%{_sysconfdir}/pam.d/$pak  <<EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF
done

%files
%doc README TODO debian/copyright debian/changelog COPYING-note.txt
%{_bindir}/*
%{_sbindir}/*
%{_libexecdir}/linux-boot-probes
%{_libexecdir}/newns
%{_libexecdir}/os-probes
%{_datadir}/%{name}
%{_localstatedir}/lib/%{name}
%{_sysconfdir}/pam.d/*
%{_sysconfdir}/security/console.apps/*

%changelog

* Mon Jul 06 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.63-10
- (b6fc013) Re-fixed: Dirty ext4 still did not work



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23481 |14mu|ossp-uuid-1.6.2-30
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# needed for rpm53
%bcond_with bootstrap
%bcond_with crosscompile

%if %{with bootstrap}
%bcond_with perl
%bcond_with php
%bcond_with postgresql
%else
%bcond_without perl
%bcond_without php
%bcond_without postgresql
%endif

%define oname	ossp_uuid

Summary:	OSSP uuid is a ISO-C:1999 application programming interface
Name:		ossp-uuid
Version:	1.6.2
Release:	30
License:	GPLv2+
Group:		Development/C
Url:		http://www.ossp.org/pkg/lib/uuid/
Source0:	ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz
Patch0:		uuid-1.6.2-fix-perl-install.patch
Patch1:		uuid-1.6.2-fix-php-install.patch
Patch2:		uuid-1.6.2-fix-php-link.patch
Patch3:		uuid-1.6.2-ossp.patch
Patch4:		uuid-1.6.2-fix-php-test-module-loading.patch
Patch5:		uuid-1.6.2-php-54x.patch
#We don't want anything stripped
#Upstream-Status: Inappropriate [no upstream]
#The project appears to no longer be accepting changes.
Patch6:		uuid-nostrip.patch
Patch7:		uuid-aarch64.patch
%if %{with postgresql}
BuildRequires:	postgresql-devel
%endif
%if %{with perl}
BuildRequires:	perl-devel
%endif
%if %{with php}
BuildRequires:	php-devel
BuildRequires:	php-cli
%endif
%rename		%{oname}

%description
OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation of
DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs

%define	major	16
%define libname %mklibname %{name} %{major}
%define	oldname	%mklibname %{oname} %{major}

%package -n     %{libname}
Summary:	Main library for ossp-uuid
Group:		System/Libraries
%rename		%{oldname}

%description -n %{libname}
OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation of
DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs

%define	libcxx	%mklibname %{name}++ %{major}
%define	oldcxx	%mklibname %{oname}++ %{major}

%package -n     %{libcxx}
Summary:	C++++ library for ossp-uuid
Group:		System/Libraries
%rename		%{oldcxx}

%description -n	%{libcxx}
OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation of
DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs

%define	libdce	%mklibname %{name}_dce %{major}
%define	olddce	%mklibname %{oname}_dce %{major}

%package -n     %{libdce}
Summary:	DCE library for ossp-uuid
Group:		System/Libraries
%rename		%{olddce}

%description -n	%{libdce}
OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation of
DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs

%define devname	%mklibname %{name} -d
%define	devold	%mklibname %{oname} -d

%package -n	%{devname}
Summary:	Header files for the ossp-uuid library
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	%{libcxx} = %{version}
Requires:	%{libdce} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
%rename		%{devold}

%description -n	%{devname}
OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation of
DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs
These are .h files.

%if %{with perl}
%package -n	perl-OSSP-uuid
Summary:	Perl bindings for ossp-uuid
Group:		Development/Perl

%description -n	perl-OSSP-uuid
This package contains perl bindings for %{name}.
%endif

%if %{with php}
%package -n	php-OSSP-uuid
Summary:	PHP bindings for ossp-uuid
Group:		Development/PHP
Requires:	php(zend-abi) = %{php_zend_api}

%description -n	php-OSSP-uuid
This package contains php bindings for %{name}.
%endif

%if %{with postgresql}
%package -n	postgresql-OSSP-uuid
Summary:	Postgresql library for ossp-uuid
Group:		System/Libraries
%rename		%{libname}-pgsql

%description -n	postgresql-OSSP-uuid
OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation of
DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs
%endif

%prep
%setup -qn uuid-%{version}
%apply_patches

%build
export PHP_ACLOCAL=aclocal
%if %{with crosscompile}
export ac_cv_va_copy=yes
export ac_cv_func_clock_gettime=yes
export ac_cv_func_getifaddrs=yes
export ac_cv_func_gettimeofday=yes
%endif

%configure2_5x \
	--includedir=%{_includedir}/ossp-uuid \
%if %{with postgresql}
	--with-pgsql \
%endif
%if %{with perl}
	--with-perl \
%endif
%if %{with php}
	--with-php \
%endif
	--with-cxx \
	--with-dce \
    --disable-static
%make

%check
make check

%install
%makeinstall_std PHP_EXTENSIONDIR=%{_libdir}/php/extensions
%if %{with postgresql}
mkdir -p %{buildroot}/%{_libdir}/postgresql/
mkdir -p %{buildroot}/%{_datadir}/postgresql/
%makeinstall_std -C pgsql 
ln -s ossp-uuid.so %{buildroot}%{_libdir}/postgresql/uuid.so 
ln -s uuid.sql %{buildroot}%{_datadir}/postgresql/ossp-uuid.sql
%endif

mkdir %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libossp-uuid.so.%{major}* %{buildroot}/%{_lib}
ln -sf /%{_lib}/libossp-uuid.so.%{major}.*.* %{buildroot}%{_libdir}/libossp-uuid.so
ln -sf /%{_lib}/libossp-uuid.so.%{major}.*.* %{buildroot}/%{_lib}/libossp-uuid.so

%files
%doc OVERVIEW
%{_bindir}/uuid
%{_mandir}/man1/uuid.1*

%files -n %{libname}
/%{_lib}/libossp-uuid.so.%{major}*
/%{_lib}/libossp-uuid.so

%files -n %{libcxx}
%{_libdir}/libossp-uuid++.so.%{major}*

%files -n %{libdce}
%{_libdir}/libossp-uuid_dce.so.%{major}*

%files -n %{devname}
%{_libdir}/pkgconfig/ossp-uuid.pc
%dir %{_includedir}/ossp-uuid
%{_includedir}/ossp-uuid/uuid.h
%{_includedir}/ossp-uuid/uuid++.hh
%{_includedir}/ossp-uuid/uuid_dce.h
%{_bindir}/uuid-config
%{_libdir}/libossp-uuid.so
%{_libdir}/libossp-uuid++.so
%{_libdir}/libossp-uuid_dce.so



%{_mandir}/man1/uuid-config.1*
%{_mandir}/man3/ossp-uuid.3*
%{_mandir}/man3/ossp-uuid++.3*

%if %{with perl}
%files -n perl-OSSP-uuid
%{perl_vendorarch}/OSSP
%{perl_vendorarch}/auto/OSSP
%{_mandir}/man3/OSSP::uuid.3*
%endif

%if %{with php}
%files -n php-OSSP-uuid
%{_libdir}/php/extensions/ossp-uuid.so
%{_libdir}/php/extensions/uuid.php
%endif

%if %{with postgresql}
%files -n postgresql-OSSP-uuid
%{_libdir}/postgresql/uuid.so
%{_libdir}/postgresql/ossp-uuid.so
%{_datadir}/postgresql/uuid.sql
%{_datadir}/postgresql/ossp-uuid.sql
%endif


%changelog

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.2-30
- (d1c2fae) MassBuild#1230: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23482 |14mu|ovirt-guest-agent-1.0.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global _moduledir /%{_lib}/security

Summary:	The oVirt Guest Agent
Name:		ovirt-guest-agent
Version:	1.0.13
Release:	4
License:	ASL 2.0
Group:		Emulators
Url:		http://wiki.ovirt.org/wiki/Category:Ovirt_guest_agent
Source0:	http://evilissimo.fedorapeople.org/releases/ovirt-guest-agent/%{version}/%{name}-%{version}.tar.bz2
Patch0:		ovirt-guest-agent-1.0.13-service-chown.patch
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(systemd)

%description
This is the oVirt management agent running inside the guest. The agent
interfaces with the oVirt manager, supplying heart-beat info as well as
run-time data from within the guest itself. The agent also accepts
control commands to be run executed within the OS (like: shutdown and
restart).

#----------------------------------------------------------------------------

# The ovirt-guest-agent main package is empty.
# This has been done to avoid content duplication. The common package provides
# the content for the main package to work around the issue with the other
# subpackages. You cannot have a noarch main package and arch specific
# subpackages.
%package common
Summary:	Commonly used files of the oVirt Guest Agent
Requires:	python-dbus
Requires:	python-ethtool
Requires:	python-rpm
Requires:	usermode
Requires:	usermode-consoleonly
Provides:	%{name} = %{EVRD}
Requires(pre):	glibc
Requires(pre):	shadow-utils
Requires(post,preun,postun):	systemd
Requires(post,postun):	udev
BuildArch:	noarch

%description common
This is the oVirt management agent running inside the guest. The agent
interfaces with the oVirt manager, supplying heart-beat info as well as
run-time data from within the guest itself. The agent also accepts
control commands to be run executed within the OS (like: shutdown and
restart).

%files common
%doc AUTHORS COPYING NEWS README
%dir %attr (755,ovirtagent,ovirtagent) %{_localstatedir}/log/ovirt-guest-agent
%dir %attr (755,root,root) %{_datadir}/ovirt-guest-agent
%dir %attr (755,root,root) %{_sysconfdir}/ovirt-guest-agent/hooks.d
%dir %attr (755,root,root) %{_sysconfdir}/ovirt-guest-agent/hooks.d/before_migration
%dir %attr (755,root,root) %{_sysconfdir}/ovirt-guest-agent/hooks.d/after_migration
%dir %attr (755,root,root) %{_sysconfdir}/ovirt-guest-agent/hooks.d/before_hibernation
%dir %attr (755,root,root) %{_sysconfdir}/ovirt-guest-agent/hooks.d/after_hibernation
%dir %attr (755,root,root) %{_datadir}/ovirt-guest-agent/scripts
%dir %attr (755,root,root) %{_datadir}/ovirt-guest-agent/scripts/hooks/
%dir %attr (755,root,root) %{_datadir}/ovirt-guest-agent/scripts/hooks/defaults
%dir %attr (755,root,root) %{_datadir}/ovirt-guest-agent/scripts/hooks/before_migration
%dir %attr (755,root,root) %{_datadir}/ovirt-guest-agent/scripts/hooks/after_migration
%dir %attr (755,root,root) %{_datadir}/ovirt-guest-agent/scripts/hooks/before_hibernation
%dir %attr (755,root,root) %{_datadir}/ovirt-guest-agent/scripts/hooks/after_hibernation
%config(noreplace) %{_sysconfdir}/ovirt-guest-agent.conf
%config(noreplace) %{_sysconfdir}/pam.d/ovirt-locksession
%config(noreplace) %{_sysconfdir}/pam.d/ovirt-shutdown
%config(noreplace) %{_sysconfdir}/pam.d/ovirt-hibernate
%config(noreplace) %{_sysconfdir}/pam.d/ovirt-logout
%config(noreplace) %{_sysconfdir}/pam.d/ovirt-flush-caches
%config(noreplace) %{_sysconfdir}/pam.d/ovirt-container-list
%config(noreplace) %attr (644,root,root) %{_udevrulesdir}/55-ovirt-guest-agent.rules
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.ovirt.vdsm.Credentials.conf
%config(noreplace) %{_sysconfdir}/security/console.apps/ovirt-locksession
%config(noreplace) %{_sysconfdir}/security/console.apps/ovirt-shutdown
%config(noreplace) %{_sysconfdir}/security/console.apps/ovirt-hibernate
%config(noreplace) %{_sysconfdir}/security/console.apps/ovirt-logout
%config(noreplace) %{_sysconfdir}/security/console.apps/ovirt-container-list
%config(noreplace) %{_sysconfdir}/security/console.apps/ovirt-flush-caches
%config(noreplace) %{_datadir}/ovirt-guest-agent/scripts/hooks/before_hibernation/55_flush-caches
%config(noreplace) %{_datadir}/ovirt-guest-agent/scripts/hooks/before_migration/55_flush-caches
%config(noreplace) %{_sysconfdir}/ovirt-guest-agent/hooks.d/before_hibernation/55_flush-caches
%config(noreplace) %{_sysconfdir}/ovirt-guest-agent/hooks.d/before_migration/55_flush-caches
%attr (755,root,root) %{_datadir}/ovirt-guest-agent/ovirt-guest-agent.py*
%{_datadir}/ovirt-guest-agent/scripts/hooks/defaults/55-flush-caches
%attr (755,root,root) %{_datadir}/ovirt-guest-agent/scripts/hooks/defaults/55-flush-caches.consolehelper
%attr (755,root,root) %{_datadir}/ovirt-guest-agent/scripts/hooks/defaults/flush-caches
%attr (644,root,root) %{_datadir}/ovirt-guest-agent/default.conf
%attr (644,root,root) %{_datadir}/ovirt-guest-agent/default-logger.conf
%attr (755,root,root) %{_datadir}/ovirt-guest-agent/diskmapper
%{_datadir}/ovirt-guest-agent/CredServer.py*
%{_datadir}/ovirt-guest-agent/GuestAgentLinux2.py*
%{_datadir}/ovirt-guest-agent/OVirtAgentLogic.py*
%{_datadir}/ovirt-guest-agent/VirtIoChannel.py*
%{_datadir}/ovirt-guest-agent/timezone.py*
%{_datadir}/ovirt-guest-agent/hooks.py*
%{_datadir}/ovirt-guest-agent/ovirt-locksession
%{_datadir}/ovirt-guest-agent/ovirt-shutdown
%{_datadir}/ovirt-guest-agent/ovirt-hibernate
%{_datadir}/ovirt-guest-agent/ovirt-logout
%{_datadir}/ovirt-guest-agent/ovirt-container-list
%{_datadir}/ovirt-guest-agent/ovirt-flush-caches
%attr (755,root,root) %{_datadir}/ovirt-guest-agent/ovirt-osinfo
%attr (755,root,root) %{_datadir}/ovirt-guest-agent/LockActiveSession.py*
%attr (755,root,root) %{_datadir}/ovirt-guest-agent/LogoutActiveUser.py*
%attr (755,root,root) %{_datadir}/ovirt-guest-agent/hibernate
%attr (755,root,root) %{_datadir}/ovirt-guest-agent/container-list
%attr (644,ovirtagent,ovirtagent) %{_localstatedir}/log/ovirt-guest-agent/ovirt-guest-agent.log
%{_unitdir}/ovirt-guest-agent.service

%pre common
getent group ovirtagent >/dev/null || groupadd -r -g 175 ovirtagent
getent passwd ovirtagent > /dev/null || \
    useradd -u 175 -g 175 -o -r ovirtagent \
    -c "oVirt Guest Agent" -d %{_datadir}/ovirt-guest-agent -s /sbin/nologin
exit 0

%post common
udevadm trigger --subsystem-match="virtio-ports" --attr-match="name=com.redhat.rhevm.vdsm"
%systemd_post ovirt-guest-agent.service
systemctl enable ovirt-guest-agent.service ||:

%preun common
if [ "$1" -eq 0 ]
then
    %systemd_preun ovirt-guest-agent.service

    # Send an "uninstalled" notification to vdsm.
    VIRTIO=`grep "^device" %{_sysconfdir}/ovirt-guest-agent.conf | awk '{ print $3; }'`
    if [ -w $VIRTIO ]
    then
        # Non blocking uninstalled notification
        echo -e '{"__name__": "uninstalled"}\n' | dd of=$VIRTIO \
            oflag=nonblock status=noxfer conv=nocreat 1>& /dev/null || :
    fi
fi

%postun common
if [ "$1" -eq 0 ]
then
    # Let udev clear access rights
    udevadm trigger --subsystem-match="virtio-ports" --attr-match="name=com.redhat.rhevm.vdsm"
fi
%systemd_postun_with_restart ovirt-guest-agent.service

#----------------------------------------------------------------------------

%package pam-module
Summary:	PAM module for the oVirt Guest Agent
Requires:	%{name}-common = %{EVRD}
Requires:	pam

%description pam-module
The oVirt PAM module provides the functionality necessary to use the
oVirt automatic log-in system.

%files pam-module
%{_moduledir}/pam_ovirt_cred.so

#----------------------------------------------------------------------------

%package gdm-plugin
Summary:	Files for the GDM plug-in of the oVirt Guest Agent
Requires:	%{name}-common = %{EVRD}
Requires:	%{name}-pam-module = %{EVRD}
Requires:	gdm
Requires:	gnome-shell
BuildArch:	noarch

%description gdm-plugin
Files required for the GDM extension to use the oVirt automatic log-in
system

%files gdm-plugin
%config(noreplace) %{_sysconfdir}/pam.d/gdm-ovirtcred

#----------------------------------------------------------------------------

%package kdm-plugin
Summary:	KDM plug-in for the oVirt Guest Agent
BuildRequires:	kdebase4-workspace-devel
Requires:	%{name} = %{EVRD}
Requires:	%{name}-pam-module = %{EVRD}
Requires:	kdm

%description kdm-plugin
The KDM plug-in provides the functionality necessary to use the
oVirt automatic log-in system.

%files kdm-plugin
%config(noreplace) %{_sysconfdir}/pam.d/kdm-ovirtcred
%attr (755,root,root) %{_libdir}/kde4/kgreet_ovirtcred.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static \
	--enable-securedir=%{_moduledir} \
	--includedir=%{_includedir}/security \
	--without-gdm \
	--with-pam-prefix=%{_sysconfdir}

%make

%install
%makeinstall_std
cp gdm-plugin/gdm-ovirtcred.pam %{buildroot}%{_sysconfdir}/pam.d/gdm-ovirtcred

mkdir -p %{buildroot}%{_udevrulesdir}
mv %{buildroot}%{_sysconfdir}/udev/rules.d/55-ovirt-guest-agent.rules %{buildroot}%{_udevrulesdir}/55-ovirt-guest-agent.rules
touch %{buildroot}%{_localstatedir}/log/ovirt-guest-agent/ovirt-guest-agent.log

%changelog

* Wed Oct 11 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.13-4
- (654d055) Force proper owner in systemd service for /var/log/ovirt-guest-agent/ovirt-guest-agent.log



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23483 |14mu|oxygen-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Oxygen theme
Name:		oxygen
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
Patch0:		oxygen-5.5.2-rename-translations.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kdecoration2-devel >= %{version}
BuildRequires:	kf5completion-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5frameworkintegration-devel
BuildRequires:	kf5guiaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(xcb)
Requires:	kde-cursor-theme-classic
Requires:	oxygen-cursor-theme-black
Requires:	oxygen-cursor-theme-blue
Requires:	oxygen-cursor-theme-white
Requires:	oxygen-cursor-theme-yellow
Requires:	oxygen-cursor-theme-zion
Requires:	oxygen-gtk
Requires:	oxygen-gtk3
Requires:	plasma5-decoration-oxygen
Requires:	plasma5-sounds-oxygen
Requires:	plasma5-style-oxygen
Requires:	plasma5-look-and-feel-oxygen

%description
Plasma 5 Oxygen theme.

%files -f oxygen_style_demo5.lang
%{_kde5_bindir}/oxygen-demo5

#----------------------------------------------------------------------------

%package -n liboxygenstyle5-i18n
Summary:	Plasma 5 Oxygen style libraries translations
Group:		System/Internationalization

%description -n liboxygenstyle5-i18n
Plasma 5 Oxygen style libraries translations.

%files -n liboxygenstyle5-i18n -f liboxygenstyleconfig5.lang

#----------------------------------------------------------------------------

%define oxygenstyle5_major 5
%define liboxygenstyle5 %mklibname oxygenstyle5_ %{oxygenstyle5_major}

%package -n %{liboxygenstyle5}
Summary:	Plasma 5 Oxygen style shared library
Group:		System/Libraries
Requires:	liboxygenstyle5-i18n

%description -n %{liboxygenstyle5}
Plasma 5 Oxygen style shared library.

%files -n %{liboxygenstyle5}
%{_kde5_libdir}/liboxygenstyle5.so.%{oxygenstyle5_major}*

#----------------------------------------------------------------------------

%define oxygenstyleconfig5_major 5
%define liboxygenstyleconfig5 %mklibname oxygenstyleconfig5_ %{oxygenstyleconfig5_major}

%package -n %{liboxygenstyleconfig5}
Summary:	Plasma 5 Oxygen style shared library
Group:		System/Libraries
Requires:	liboxygenstyle5-i18n

%description -n %{liboxygenstyleconfig5}
Plasma 5 Oxygen style shared library.

%files -n %{liboxygenstyleconfig5}
%{_kde5_libdir}/liboxygenstyleconfig5.so.%{oxygenstyleconfig5_major}*

#----------------------------------------------------------------------------

%package -n kde-cursor-theme-classic
Summary:	Plasma 5 KDE Classic cursor theme
Group:		Graphical desktop/KDE
Conflicts:	kdebase4-workspace

%description -n kde-cursor-theme-classic
Plasma 5 KDE Classic cursor theme.

%files -n kde-cursor-theme-classic
%dir %{_kde5_iconsdir}/KDE_Classic
%{_kde5_iconsdir}/KDE_Classic/*

#----------------------------------------------------------------------------

%package -n oxygen-cursor-theme-black
Summary:	Plasma 5 Oxygen Black cursor theme
Group:		Graphical desktop/KDE
Conflicts:	kdebase4-workspace

%description -n oxygen-cursor-theme-black
Plasma 5 Oxygen Black cursor theme.

%files -n oxygen-cursor-theme-black
%dir %{_kde5_iconsdir}/Oxygen_Black
%{_kde5_iconsdir}/Oxygen_Black/*

#----------------------------------------------------------------------------

%package -n oxygen-cursor-theme-blue
Summary:	Plasma 5 Oxygen Blue cursor theme
Group:		Graphical desktop/KDE
Conflicts:	kdebase4-workspace

%description -n oxygen-cursor-theme-blue
Plasma 5 Oxygen Blue cursor theme.

%files -n oxygen-cursor-theme-blue
%dir %{_kde5_iconsdir}/Oxygen_Blue
%{_kde5_iconsdir}/Oxygen_Blue/*

#----------------------------------------------------------------------------

%package -n oxygen-cursor-theme-white
Summary:	Plasma 5 Oxygen White cursor theme
Group:		Graphical desktop/KDE
Conflicts:	kdebase4-workspace

%description -n oxygen-cursor-theme-white
Plasma 5 Oxygen White cursor theme.

%files -n oxygen-cursor-theme-white
%dir %{_kde5_iconsdir}/Oxygen_White
%{_kde5_iconsdir}/Oxygen_White/*

#----------------------------------------------------------------------------

%package -n oxygen-cursor-theme-yellow
Summary:	Plasma 5 Oxygen Yellow cursor theme
Group:		Graphical desktop/KDE
Conflicts:	kdebase4-workspace

%description -n oxygen-cursor-theme-yellow
Plasma 5 Oxygen Yellow cursor theme.

%files -n oxygen-cursor-theme-yellow
%dir %{_kde5_iconsdir}/Oxygen_Yellow
%{_kde5_iconsdir}/Oxygen_Yellow/*

#----------------------------------------------------------------------------

%package -n oxygen-cursor-theme-zion
Summary:	Plasma 5 Oxygen Zion cursor theme
Group:		Graphical desktop/KDE
Conflicts:	kdebase4-workspace

%description -n oxygen-cursor-theme-zion
Plasma 5 Oxygen Zion cursor theme.

%files -n oxygen-cursor-theme-zion
%dir %{_kde5_iconsdir}/Oxygen_Zion
%{_kde5_iconsdir}/Oxygen_Zion/*

#----------------------------------------------------------------------------

%package -n plasma5-decoration-oxygen
Summary:	Plasma 5 Oxygen window decoration
Group:		Graphical desktop/KDE
Requires:	plasma5-settings-oxygen

%description -n plasma5-decoration-oxygen
Plasma 5 Oxygen window decoration.

%files -n plasma5-decoration-oxygen -f oxygen_kdecoration5.lang
%{_kde5_services}/oxygendecorationconfig.desktop
%{_qt5_plugindir}/org.kde.kdecoration2/oxygendecoration.so

#----------------------------------------------------------------------------

%package -n plasma5-settings-oxygen
Summary:	Oxygen theme configuration module for Plasma 5
Group:		Graphical desktop/KDE

%description -n plasma5-settings-oxygen
Oxygen theme configuration module for Plasma 5.

%files -n plasma5-settings-oxygen -f oxygen_style_config5.lang
%{_kde5_bindir}/oxygen-settings5
%{_kde5_iconsdir}/hicolor/*/apps/oxygen-settings.*

#----------------------------------------------------------------------------

%package -n plasma5-sounds-oxygen
Summary:	Plasma 5 Oxygen sounds
Group:		Graphical desktop/KDE

%description -n plasma5-sounds-oxygen
Plasma 5 Oxygen sounds.

%files -n plasma5-sounds-oxygen
%{_kde5_datadir}/sounds/Oxygen-*.ogg

#----------------------------------------------------------------------------

%package -n plasma5-style-oxygen
Summary:	Oxygen style for Plasma 5
Group:		Graphical desktop/KDE
Requires:	plasma5-settings-oxygen
Requires:	qt5-style-oxygen

%description -n plasma5-style-oxygen
Oxygen style for Plasma 5.

%files -n plasma5-style-oxygen
%{_kde5_datadir}/kstyle/themes/oxygen.themerc
%{_kde5_services}/oxygenstyleconfig.desktop
%{_qt5_plugindir}/kstyle_oxygen_config.so

#----------------------------------------------------------------------------

%package -n plasma5-look-and-feel-oxygen
Summary:	Oxygen look and feel for Plasma 5
Group:		Graphical desktop/KDE
Requires:	oxygen-cursor-theme-black
Requires:	plasma5-style-oxygen

%description -n plasma5-look-and-feel-oxygen
Oxygen look and feel for Plasma 5.

%files -n plasma5-look-and-feel-oxygen
%dir %{_kde5_datadir}/plasma/look-and-feel/org.kde.oxygen
%{_kde5_datadir}/plasma/look-and-feel/org.kde.oxygen/*

#----------------------------------------------------------------------------

%package -n qt5-style-oxygen
Summary:	Oxygen style for Qt5
Group:		Graphical desktop/KDE

%description -n qt5-style-oxygen
Oxygen style for Qt5.

%files -n qt5-style-oxygen
%{_qt5_plugindir}/styles/oxygen.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

# KDE4 file
rm -f po/*/oxygen_kwin_deco.po

for oldlang in po/*/*.po
do
    newlang=`echo $oldlang | sed s,\.po,5\.po,g`
    mv $oldlang $newlang
done

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

# Useless, we don't have headers
rm -f %{buildroot}%{_kde5_libdir}/liboxygenstyle5.so
rm -f %{buildroot}%{_kde5_libdir}/liboxygenstyleconfig5.so

%find_lang liboxygenstyleconfig5
%find_lang oxygen_kdecoration5
%find_lang oxygen_style_config5
%find_lang oxygen_style_demo5


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (b2e54b3) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23484 |14mu|oxygen-fonts-5.4.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Oxygen fonts
Name:		oxygen-fonts
Version:	5.4.3
Release:	3
License:	OFL
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	fontforge

%description
Oxygen fonts.

%files
%dir %{_kde5_datadir}/fonts/truetype/oxygen/
%{_kde5_datadir}/fonts/truetype/oxygen/*

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Development files for Oxygen fonts
Group:		Development/KDE and Qt
Requires:	%{name} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devname}
%{_kde5_libdir}/cmake/OxygenFont

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5 -DSHARE_INSTALL_PREFIX=share
%make

%install
%makeinstall_std -C build


%changelog

* Wed Apr 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.3-3
- (a589f70) MassBuild#1026: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23485 |14mu|oxygen-gtk-1.4.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A port of the default KDE widget theme (Oxygen) to gtk
Name:		oxygen-gtk
Version:	1.4.6
Release:	1
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/artwork/oxygen-gtk
Source0:	ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk2/%{version}/src/%{name}2-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	oxygen-gtk2-engine = %{EVRD}

%description
Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to gtk.

It's primary goal is to ensure visual consistency between gtk and qt-based
applications running under kde. A secondary objective is to also have a
stand-alone nice looking gtk theme that would behave well on other Desktop
Environments.

Unlike other attempts made to port the kde oxygen theme to gtk, this attempt
does not depend on Qt (via some Qt to Gtk conversion engine), nor does render
the widget appearance via hard coded pixmaps, which otherwise breaks everytime
some setting is changed in kde.

%files
%doc AUTHORS COPYING INSTALL README
%{_bindir}/*
%{_datadir}/themes/oxygen-gtk

#------------------------------------------------

%define libname %mklibname oxygen-gtk

%package -n %{libname}
Summary:	Dynamic libraries for %{name}
Group:		System/Libraries
Provides:	oxygen-gtk2-engine = %{EVRD}
Conflicts:	oxygen-gtk < 1.3.0

%description -n %{libname}
Dynamic libraries for %{name}.

%files -n %{libname}
%{_libdir}/gtk-2.0/2.10.0/engines/liboxygen-gtk.so

#------------------------------------------------

%prep
%setup -q -n %{name}2-%{version}

%build
%cmake \
	-DOXYGEN_FORCE_KDE_ICONS_AND_FONTS=0
%make

%install
%makeinstall_std -C build


%changelog
* Wed Oct 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.6-1
+ Revision: a466ba9
- New version 1.4.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23486 |14mu|oxygen-gtk3-1.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A port of the default KDE widget theme (Oxygen) to gtk3
Name:		oxygen-gtk3
Version:	1.4.1
Release:	1
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/artwork/oxygen-gtk
Source0:	ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk3/%{version}/src/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.10.0
Suggests:	oxygen-icon-theme
Requires:	%{name}-engine = %{EVRD}

%description
Oxygen-Gtk3 is a port of the default KDE widget theme (Oxygen), to gtk3.

It's primary goal is to ensure visual consistency between gtk and qt-based
applications running under kde. A secondary objective is to also have a
stand-alone nice looking gtk theme that would behave well on other Desktop
Environments.

Unlike other attempts made to port the kde oxygen theme to gtk3, this attempt
does not depend on Qt (via some Qt to Gtk conversion engine), nor does render
the widget appearance via hard coded pixmaps, which otherwise breaks everytime
some setting is changed in kde.

%files
%{_bindir}/%{name}-demo
%{_datadir}/themes/oxygen-gtk

#------------------------------------------------

%define libname %mklibname %{name}

%package -n %{libname}
Summary:	Dynamic libraries for %{name}
Group:		System/Libraries
Provides:	%{name}-engine = %{EVRD}

%description -n %{libname}
Dynamic libraries for %{name}.

%files -n %{libname}
%{_libdir}/gtk-3.0/3.0.0/theming-engines/liboxygen-gtk.so

#------------------------------------------------

%prep
%setup -q

%build
%cmake -DOXYGEN_FORCE_KDE_ICONS_AND_FONTS=0
%make

%install
%makeinstall_std -C build


%changelog
* Wed Oct 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.1-1
+ Revision: 5bfd0aa
- New version 1.4.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23487 |14mu|oxygen-icon-theme-5.24.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	Oxygen icon theme
Name:		oxygen-icon-theme
Version:	5.24.0
Release:	2
Epoch:		1
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/oxygen-icons5-%{version}.tar.xz
# Drop "base/" from Directories to fix
# Gtk-WARNING **: Theme directory base/ of theme oxygen has no size field
Patch0:		oxygen-icons5-5.23.0-fix-base.patch
BuildRequires:	cmake
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)
BuildArch:	noarch

%description
Oxygen KDE icon theme. Compliant with FreeDesktop.org naming schema.

%files
%{_kde5_iconsdir}/oxygen
# This is needed as hicolor is the fallback for icons
%{_kde5_iconsdir}/hicolor/*/apps/*
%{_var}/lib/rpm/filetriggers/gtk-icon-cache-oxygen.*

%post
%update_icon_cache oxygen

%postun
%clean_icon_cache oxygen

#-----------------------------------------------------------------------------

%prep
%setup -qn oxygen-icons5-%{version}
%patch0 -p1

find . -name x-clementine* | xargs rm

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

# automatic gtk icon cache update on rpm installs/removals
# (see http://wiki.mandriva.com/en/Rpm_filetriggers)
install -d %{buildroot}%{_var}/lib/rpm/filetriggers
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/gtk-icon-cache-oxygen.filter << EOF
^.%{_kde5_iconsdir}/oxygen/
EOF
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/gtk-icon-cache-oxygen.script << EOF
#!/bin/sh
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache --force --quiet %{_kde5_iconsdir}/oxygen
fi
EOF
chmod 755 %{buildroot}%{_var}/lib/rpm/filetriggers/gtk-icon-cache-oxygen.script

# We copy some missing icons from oxygen to hicolor
for size in 16 32 48 64 128; do
    mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde5_iconsdir}/oxygen/base/${size}x${size}/apps/office-address-book.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde5_iconsdir}/oxygen/base/${size}x${size}/apps/krdc.png  %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde5_iconsdir}/oxygen/base/${size}x${size}/apps/akonadi.png  %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde5_iconsdir}/oxygen/base/${size}x${size}/apps/kaffeine.png  %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde5_iconsdir}/oxygen/base/${size}x${size}/apps/semn.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde5_iconsdir}/oxygen/base/${size}x${size}/apps/plasmagik.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde5_iconsdir}/oxygen/base/${size}x${size}/apps/ktip.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde5_iconsdir}/oxygen/base/${size}x${size}/apps/kthesaurus.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde5_iconsdir}/oxygen/base/${size}x${size}/apps/ksniffer.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde5_iconsdir}/oxygen/base/${size}x${size}/apps/korgac.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde5_iconsdir}/oxygen/base/${size}x${size}/apps/knewsticker.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde5_iconsdir}/oxygen/base/${size}x${size}/apps/klipper.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde5_iconsdir}/oxygen/base/${size}x${size}/apps/kjournal.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
    cp %{buildroot}%{_kde5_iconsdir}/oxygen/base/${size}x${size}/apps/kivio.png %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
done


%changelog

* Mon Jul 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:5.24.0-2
- (439dc7e) Drop Celementine's actions icons from the theme, prefer Clementine's own



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23488 |14mu|ozon-icon-theme-0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global theme	Ozon

Summary:	Default icon theme for OzonOS
Name:		ozon-icon-theme
Version:	0.3
Release:	1

License:	GPLv3
Group:		Graphical desktop/Other
URL:		https://github.com/ozonos/ozon-icon-theme
Source0:	%{name}-%{version}.tar.gz

BuildArch:  noarch

%description
%{theme} is the official icon theme for Ozon OS.


%prep
%setup -q

%build

%install
%makeinstall_std


%files
%defattr(-,root,root)
%{_datadir}/icons/%{theme}


%changelog

* Thu Apr 09 2015 Rosa <rosa@abf.rosalinux.ru> 0.3-1
- (38d1061) Automatic import for version 0.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23489 |14mu|ozon-shell-theme-0.3-2.20150625git3c906a
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global theme	Ozon
%global daterev 20150625git3c906a

Summary:	%{theme} theme for Gnome Shell
Name:		ozon-shell-theme
Version:	0.3
Release:	2.%{?daterev}

License:	GPLv3
Group:		Graphical desktop/Other
URL:		http://ozonos.github.io
Source0:	%{name}-%{version}-%{?daterev}.tar.xz
Patch0:		ozon-shell-theme-0.3-cantarell.patch

Requires:	gnome-shell >= 3.12.0

BuildArch:	noarch

%description
%{theme} is the official Gnome Shell theme for Ozon OS.


%prep
%setup -q
%apply_patches

%build

%install
install -d -m755 %{buildroot}%{_datadir}/themes/%{theme}
cp -pr gnome-shell %{buildroot}%{_datadir}/themes/%{theme}


%files
%defattr(-,root,root)
%doc LICENSE README.md
%{_datadir}/themes/%{theme}


%changelog

* Wed Jul 15 2015 Tigro <ashejn@yandex-team.ru> 0.3-2.20150625git3c906a
- (354ef49) update to last snapshot and clean up spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23490 |14mu|p2c-1.22-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A Pascal to C translator
Name:		p2c
Version:	1.22
Release:	22
License:	GPLv2+
Group:		Development/Tools
Source0:	ftp://csvax.cs.caltech.edu/pub/p2c-1.22.tar.bz2
Url:		http://www.synaptics.com/people/daveg/
Patch2:		p2c-newpatch.patch
# Fixes conflicting types for 'my_memcpy' build error: thanks Anssi
Patch3:		p2c-1.22-memcpy.patch
Patch4:		p2c-1.22-getline.patch

%description
P2c is a system for translating Pascal programs into the C language.
P2c accepts input source files in certain Pascal dialects:  HP
Pascal, Turbo/UCSD Pascal, DEC VAX Pascal, Oregon Software Pascal/2,
Macintosh Programmer's Workshop Pascal and Sun/Berkeley Pascal.  P2c
outputs a set of .c and .h files which make up a C program equivalent
to the original Pascal program.  The C program can then be compiled
using a standard C compiler, such as gcc.

Install the p2c package if you need a program for translating Pascal
code into C code.

%files
%{_bindir}/*
%{_prefix}/lib/p2c
%{_mandir}/man1/p2c.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 1.22-22

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libp2c.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files for p2c Pascal to C translator development
Group:		Development/Other
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 1.22-22
Obsoletes:	%{name}-devel < 1.22-22

%description -n %{devname}
The p2c-devel package contains the files necessary for development
of the p2c Pascal to C translation system.

%files -n %{devname}
%{_libdir}/libp2c.a
%{_includedir}/p2c

#----------------------------------------------------------------------------

%prep
%setup -q
%patch2 -p1 -b .new
%patch3 -p1 -b .memcpy
%patch4 -p0 -b .getline
mkdir src/shlib
mkdir include
ln -s ../src include/p2c

%build
cp src/sys.p2crc src/p2crc
make RPM_OPTS="%{optflags} -fPIC"
make RPM_OPTS="%{optflags} -fPIC" shlib -C src

%install
mkdir -p %{buildroot}{%{_mandir}/man1,%{_prefix}/lib,%{_libdir},%{_includedir}}

make install \
	RPM_INSTALL=%{buildroot} \
	LIBDIR=%{buildroot}%{_libdir} \
	MANDIR=%{buildroot}%{_mandir}/man1


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.22-22
- (7e2c1ea) Move library into individual package according to library packaging policy
- (7e2c1ea) Rename devel package
- (7e2c1ea) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23491 |14mu|p7zip-15.14.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define  debug_package %{nil}

Summary:	7-zip compatible compression program
Name:		p7zip
Version:	15.14.1
Release:	4
License:	LGPLv2+
Group:		Archiving/Compression
Url:		http://p7zip.sourceforge.net/
Source0:	http://netcologne.dl.sourceforge.net/project/p7zip/p7zip/15.09/%{name}_%{version}_src_all.tar.bz2
Patch0:		CVE-2016-2334.patch
Patch1:		CVE-2016-2335.patch
Patch2:		07_natspec.patch
%ifarch %{ix86}
BuildRequires:	nasm
%endif
%ifarch	x86_64
BuildRequires:	yasm
%endif
BuildRequires:	pkgconfig(libnatspec)

%description
p7zip is a port of 7za.exe for Unix. 7-Zip is a file archiver with
highest compression ratio.

%files
%doc README ChangeLog TODO DOC/*
%{_bindir}/7za
%{_bindir}/7zr
%{_bindir}/7z
%{_libdir}/p7zip
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}_%{version}
%apply_patches

%ifarch %{ix86}
cp makefile.linux_x86_asm_gcc_4.X makefile.machine
%endif
%ifarch x86_64
cp makefile.linux_amd64_asm makefile.machine
%endif

#gw really use our flags:
perl -pi -e "s/-s /%{optflags} /" makefile.machine
find DOC -type d|xargs chmod 755
find DOC -type f|xargs chmod 644
find -name *.c -type f|xargs chmod 644
find -name *.cpp -type f|xargs chmod 644
find -name *.h -type f|xargs chmod 644
chmod 644 README ChangeLog TODO

%build
%make all3

%install
%makeinstall \
	DEST_HOME=%{buildroot}%{_prefix} \
	DEST_MAN=%{buildroot}%{_mandir} \
	DEST_SHARE=%{buildroot}%{_libdir}/%{name}

chmod -R +w %{buildroot}

#gw don't package this, it is non-free like unrar
rm -f %{buildroot}%{_libdir}/p7zip/Codecs/Rar29.so DOC/unRarLicense.txt
#gw fix paths in wrapper scripts and man pages
perl -pi -e "s^%{buildroot}^^" %{buildroot}%{_bindir}/* %{buildroot}%{_mandir}/man1/*


%changelog

* Thu Jul 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.14.1-4
- (cd4f3c8) Update natspec patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23492 |14mu|p8-platform-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2.0
%define libname %mklibname %{name} %{major}
%define devname %mklibname -d %{name}

Name:           p8-platform
Version:        2.0.1
Release:        1
Summary:        Platform support library used by libCEC and binary add-ons for Kodi
License:        GPLv2+
Group:          Video
Url:            https://github.com/Pulse-Eight/platform
Source0:        https://github.com/Pulse-Eight/platform/archive/%{name}-%{version}.tar.gz?/platform-%{name}-%{version}.tar.gz
Patch0:		platform-p8-platform-2.0.1-pkgconfig.patch
BuildRequires:  cmake

%description
Platform support library used by libCEC and binary add-ons for Kodi.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:        Platform support library used by libCEC and binary add-ons for Kodi
Group:          Video

%description -n %{libname}
Platform support library used by libCEC and binary add-ons for Kodi.

%files -n %{libname}
%{_libdir}/libp8-platform.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:        Platform support library used by libCEC development files
Group:          Development/C
Requires:       %{libname} = %{EVRD}
Provides:       %{name}-devel = %{EVRD}

%description -n %{devname}
Development files for platform support library used by libCEC.

%files -n %{devname}
%{_libdir}/libp8-platform.so
%{_includedir}/p8-platform/
%{_libdir}/pkgconfig/*
%{_libdir}/%{name}/%{name}-config.cmake

#----------------------------------------------------------------------------

%prep
%setup -qn platform-%{name}-%{version}
%patch0 -p1

%build
%cmake
%make

%install

%make_install -C build

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23493 |14mu|packagekit-1.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gstapi 1.0

%define major 18
%define gimajor 1.0
%define libname %mklibname %{name}-glib2_ %{major}
%define girname_plugin %mklibname packagekitplugin-gir %{gimajor}
%define girname %mklibname packagekitglib-gir %{gimajor}
%define devname %mklibname %{name} -d

Summary:	A DBUS packaging abstraction layer
Name:		packagekit
Version:	1.0.5
Release:	1
License:	GPLv2+
Group:		System/Configuration/Packaging
Url:		http://www.packagekit.org
Source0:	http://www.freedesktop.org/software/PackageKit/releases/PackageKit-%{version}.tar.xz
Patch1:		packagekit-1.0.3-customize-vendor.patch
Patch2:		packagekit-1.0.5-rosa-urpmi.patch
Patch3:		packagekit-0.8.10-increase-command-not-found-install-timeout.patch
BuildRequires:	docbook-style-xsl
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(bash-completion)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{gstapi})
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libsystemd-journal)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(mozilla-plugin)
BuildRequires:	pkgconfig(NetworkManager)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangoft2)
BuildRequires:	pkgconfig(pm-utils)
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(xt)

# fonts package in ROSA do not have needed provides yet to be useful
Suggests:	%{name}-gtk3-module = %{EVRD}
Suggests:	packagekit-gui

Requires(post):	systemd

%description
PackageKit is a DBUS abstraction layer that allows the session user to manage
packages in a secure way using a cross-distro, cross-architecture API.

%files -f PackageKit.lang
%dir %{_sysconfdir}/PackageKit
%config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
%config(noreplace) %{_sysconfdir}/PackageKit/Vendor.conf
%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
%{_sysconfdir}/dbus-1/system.d/*.conf
%{_bindir}/*
%{_datadir}/bash-completion/completions/pkcon
%{_datadir}/dbus-1/interfaces/*.xml
%{_datadir}/dbus-1/system-services/*.service
%{_datadir}/gtk-doc/html/PackageKit
%{_datadir}/PackageKit
%{_datadir}/polkit-1/actions/*.policy
%{_datadir}/polkit-1/rules.d/org.freedesktop.packagekit.rules
%{_libexecdir}/packagekitd
%{_libexecdir}/packagekit-direct
%{_libexecdir}/pk-offline-update
%dir %{_libdir}/packagekit-backend
%{_libdir}/packagekit-backend/libpk_backend_dummy.so
%{_libdir}/packagekit-backend/libpk_backend_test_fail.so
%{_libdir}/packagekit-backend/libpk_backend_test_nop.so
%{_libdir}/packagekit-backend/libpk_backend_test_spawn.so
%{_libdir}/packagekit-backend/libpk_backend_test_succeed.so
%{_libdir}/packagekit-backend/libpk_backend_test_thread.so
%{_libdir}/packagekit-backend/libpk_backend_urpmi.so
%{_mandir}/man1/*
%{_unitdir}/packagekit.service
%{_unitdir}/packagekit-offline-update.service
%{_unitdir}/system-update.target.wants
%dir %{_var}/lib/PackageKit
%ghost %verify(not md5 size mtime) %{_var}/lib/PackageKit/transactions.db
%dir %{_var}/cache/PackageKit
%dir %{_var}/cache/PackageKit/downloads

%post
# the job count used to live in /var/run, but it's now in /var/lib with the
# other persistent bits
if [ -e %{_localstatedir}/run/PackageKit/job_count.dat ]; then
	mv %{_localstatedir}/run/PackageKit/job_count.dat %{_localstatedir}/lib/PackageKit/job_count.dat
fi

%systemd_post packagekit-offline-update.service

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for accessing PackageKit
Group:		System/Configuration/Packaging
Obsoletes:	%{_lib}packagekit-glib16 < 0.8.11-5

%description -n %{libname}
Libraries for accessing PackageKit.

%files -n %{libname}
%{_libdir}/libpackagekit-glib2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface library for %{name} glib
Group:		System/Libraries
Obsoletes:	%{_lib}packagekitplugin-gir1.0 < 1.0.3

%description -n %{girname}
GObject Introspection interface library for %{name} glib.

%files -n %{girname}
%{_libdir}/girepository-1.0/PackageKitGlib-%{gimajor}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and headers for PackageKit
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Headers and libraries for PackageKit.

%files -n %{devname}
%{_includedir}/PackageKit
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/PackageKitGlib-%{gimajor}.gir

#----------------------------------------------------------------------------

%package cron
Summary:	Cron job and related utilities for PackageKit
Group:		System/Configuration/Packaging
Requires:	%{name} = %{EVRD}
Requires:	crontabs

%description cron
Crontab and utilities for running PackageKit as a cron job.

%files cron
%config %{_sysconfdir}/cron.daily/*.cron
%config %{_sysconfdir}/sysconfig/packagekit-background

#----------------------------------------------------------------------------

%package gstreamer-plugin
Summary:	Install GStreamer codecs using PackageKit
Group:		System/Configuration/Packaging
Requires:	gstreamer%{gstapi}-tools
Requires:	%{name} = %{EVRD}
Requires(post,postun):	update-alternatives
Provides:	gst-install-plugins-helper

%description gstreamer-plugin
The PackageKit GStreamer plugin allows any Gstreamer application to install
codecs from configured repositories using PackageKit.

%files gstreamer-plugin
%{_libexecdir}/pk-gstreamer-install

#----------------------------------------------------------------------------

%package browser-plugin
Summary:	Browser Plugin for PackageKit
Group:		System/Configuration/Packaging
Requires:	%{name} = %{EVRD}

%description browser-plugin
The PackageKit browser plugin allows web sites to offer the ability to
users to install and update packages from configured repositories
using PackageKit.

%files browser-plugin
%{_libdir}/mozilla/plugins/packagekit-plugin.*

#----------------------------------------------------------------------------

%package command-not-found
Summary:	Ask the user to install command line programs automatically
Group:		System/Configuration/Packaging
Requires:	%{name} = %{EVRD}

%description command-not-found
A simple helper that offers to install new packages on the command line
using PackageKit.

%files command-not-found
%{_sysconfdir}/profile.d/*
%{_libexecdir}/pk-command-not-found

#----------------------------------------------------------------------------

%package gtk2-module
Summary:	Install fonts automatically using PackageKit
Group:		System/Configuration/Packaging
Requires:	%{name} = %{EVRD}
Requires:	pango

%description gtk2-module
The PackageKit GTK2+ module allows any Pango application to install
fonts from configured repositories using PackageKit.

%files gtk2-module
%{_libdir}/gtk-2.0/modules/libpk-gtk-module.so

#----------------------------------------------------------------------------

%package gtk3-module
Summary:	Install fonts automatically using PackageKit
Group:		System/Configuration/Packaging
Requires:	%{name} = %{EVRD}
Requires:	pango

%description gtk3-module
The PackageKit GTK3+ module allows any Pango application to install
fonts from configured repositories using PackageKit.

%files gtk3-module
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/*.desktop
%{_libdir}/gtk-3.0/modules/libpk-gtk-module.so

#----------------------------------------------------------------------------

%prep
%setup -qn PackageKit-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-gstreamer-plugin \
	--disable-alpm \
	--disable-apt \
	--disable-box \
	--disable-conary \
	--enable-dummy \
	--disable-opkg \
	--disable-pisi \
	--disable-poldek \
	--disable-smart \
	--enable-urpmi \
	--enable-introspection \
	--disable-yum \
	--disable-zypp \
	--with-default-backend=urpmi \
	--disable-tests

%make V=1

%install
%makeinstall_std

%find_lang PackageKit

chmod -x %{buildroot}%{_sysconfdir}/cron.daily/*.cron
chmod o+r %{buildroot}%{_var}/lib/PackageKit/transactions.db


%changelog
* Thu Mar 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.5-1
+ Revision: 03ff1b4
- Updated to 1.0.5

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1.0.3-2
+ Revision: 3c56d86
- MassBuild#656: Increase release tag

* Tue Dec 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.3-1
+ Revision: df1a46e
- Use GStreamer 1.0 instead of 0.10

* Tue Dec 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.3-1
+ Revision: 59e00fd
- Update BuildRequires

* Tue Dec 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.3-1
+ Revision: c22107b
- New version 1.0.3

* Tue Dec 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.11-4
+ Revision: 2c2bcf0
- Spec cleanup

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.11-3
+ Revision: 320a15f
- MassBuild#440: Increase release tag

* Sun Dec 08 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.8.11-2
+ Revision: 6dbc31e
- Added xt BR

* Mon Sep 16 2013 aponomarenko <aponomarenko@rosalab.ru> 0.8.11-2
+ Revision: 6b0b30c
- Fixed urpmi backend

* Fri Sep 13 2013 akdengi <kazancas@mandriva.ru> 0.8.11-2
+ Revision: 684c793
- return timeout patch

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 0.8.11-1
+ Revision: 44a9b8f
- fix file

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 0.8.11-1
+ Revision: a1576f4
- drop increase timeout patch and add BR pkgconfig(bash-completion)

* Wed Sep 11 2013 Alexander Kazancev <kazancas@gmail.com> 0.8.11-1
+ Revision: 9748a82
- Updated packagekit.spec

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 0.8.11-1
+ Revision: f678c71
- add BR intltool

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 0.8.11-1
+ Revision: 8969c17
- update to 0.8.11

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 0.8.10-3
+ Revision: 2303e7a
- fix backend ROSA patch

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 0.8.10-3
+ Revision: bfb80d5
- fix run

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 0.8.10-2
+ Revision: 83b2388
- update to 0.8.10

* Tue Sep 10 2013 akdengi <kazancas@mandriva.ru> 0.8.10-1
+ Revision: 236dc66
- enable grafite2 support

* Mon Dec 03 2012 Alexander Kazancev <kazancas@gmail.com> 0.7.6-7
+ Revision: f67eac8
- Set config is replaced with update

* Sun Dec 02 2012 Alexander Kazancev <kazancas@gmail.com> 0.7.6-6
+ Revision: 01a0758
- Updated packagekit.spec

* Sun Dec 02 2012 akdengi <kazancas@mandriva.ru> 0.7.6-6
+ Revision: 99dd123
- fix build

* Sun Dec 02 2012 Alexander Kazancev <kazancas@gmail.com> 0.7.6-6
+ Revision: 69ead64
- Updated packagekit.spec

* Sun Dec 02 2012 Alexander Kazancev <kazancas@gmail.com> 0.7.6-6
+ Revision: 4ce2f31
- Updated packagekit.spec

* Sun Dec 02 2012 akdengi <kazancas@mandriva.ru> 0.7.6-6
+ Revision: 32c1599
- reneable smart as default backend. Urpmi still broken

* Thu Nov 29 2012 akdengi <kazancas@gmail.com> 0.7.6-5
+ Revision: cb562c7
- some cleans in spec

* Thu Nov 29 2012 akdengi <kazancas@gmail.com> 0.7.6-4
+ Revision: 0842024
- fix bool2string parse media error

* Thu Nov 29 2012 Alexander Kazancev <kazancas@gmail.com> 0.7.6-4
+ Revision: 1cd2341
- Updated packagekit.spec

* Wed Nov 28 2012 akdengi <kazancas@mandriva.ru> 0.7.6-4
+ Revision: 87e0262
- rediff rosa backend patch

* Wed Nov 28 2012 akdengi <kazancas@mandriva.ru> 0.7.6-4
+ Revision: 1e85e28
- fix



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23494 |14mu|packagekit-qt-0.9.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libqt4 %mklibname packagekitqt4_ %{major}
%define devqt4 %mklibname packagekitqt4 -d
%define libqt5 %mklibname packagekitqt5_ %{major}
%define devqt5 %mklibname packagekitqt5 -d

Summary:	A DBUS packaging abstraction layer
Name:		packagekit-qt
Version:	0.9.5
Release:	1
License:	GPLv2+
Group:		System/Configuration/Packaging
Url:		http://www.packagekit.org
Source0:	http://www.packagekit.org/releases/PackageKit-Qt-%{version}.tar.xz
Source1:	%{name}.rpmlintrc
Patch0:		PackageKit-Qt-0.9.5-use-full-cmakedirs.patch
BuildRequires:	cmake
BuildRequires:	packagekit >= %{version}
BuildRequires:	qmake5
BuildRequires:	pkgconfig(QtDBus)
BuildRequires:	pkgconfig(QtSql)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Sql)
Requires:	packagekit >= %{version}

%description
PackageKit is a DBUS abstraction layer that allows the session user to manage
packages in a secure way using a cross-distro, cross-architecture API.

#----------------------------------------------------------------------------

%package -n %{libqt4}
Summary:	Libraries for accessing PackageKit-Qt4
Group:		System/Configuration/Packaging

%description -n %{libqt4}
Libraries for accessing PackageKit-Qt4.

%files -n %{libqt4}
%{_libdir}/libpackagekitqt4.so.%{version}
%{_libdir}/libpackagekitqt4.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devqt4}
Summary:	Libraries and headers for PackageKit-Qt4
Group:		Development/Other
Requires:	%{libqt4} = %{EVRD}
Provides:	%{name}4-devel = %{EVRD}
Obsoletes:	%{_lib}packagekit-qt-devel < 0.9.5

%description -n %{devqt4}
Headers and libraries for PackageKit-Qt4.

%files -n %{devqt4}
%{_includedir}/packagekitqt4/
%{_libdir}/libpackagekitqt4.so
%{_libdir}/pkgconfig/packagekitqt4.pc
%{_libdir}/cmake/packagekitqt4/

#----------------------------------------------------------------------------

%package -n %{libqt5}
Summary:	Libraries for accessing PackageKit-Qt5
Group:		System/Configuration/Packaging

%description -n %{libqt5}
Libraries for accessing PackageKit-Qt5.

%files -n %{libqt5}
%{_libdir}/libpackagekitqt5.so.%{version}
%{_libdir}/libpackagekitqt5.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devqt5}
Summary:	Libraries and headers for PackageKit-Qt5
Group:		Development/Other
Requires:	%{libqt5} = %{EVRD}
Provides:	%{name}5-devel = %{EVRD}

%description -n %{devqt5}
Headers and libraries for PackageKit-Qt5.

%files -n %{devqt5}
%{_includedir}/packagekitqt5/
%{_libdir}/libpackagekitqt5.so
%{_libdir}/pkgconfig/packagekitqt5.pc
%{_libdir}/cmake/packagekitqt5/

#----------------------------------------------------------------------------

%prep
%setup -qn PackageKit-Qt-%{version}
%apply_patches

%build
%cmake_qt4 -DUSE_QT5:BOOL=OFF
%make

cd ..
mv build build-qt4

%cmake_qt5 -DUSE_QT5:BOOL=ON
%make

%install
%makeinstall_std -C build

rm -rf build
mv build-qt4 build
%makeinstall_std -C build


%changelog
* Thu Dec 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.5-1
+ Revision: 9ae4658
- Try to fix cmake files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23495 |14mu|pairs-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A memory and pairs game for KDE
Name:		pairs
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/applications/all/pairs
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Suggests:	%{name}-editor

%description
Pairs is a game that will help train your memory by remembering different
images, shapes, sounds and text.

%files
%{_kde_applicationsdir}/pairs.desktop
%{_kde_appsdir}/pairs
%{_kde_bindir}/pairs
%{_kde_configdir}/pairs.knsrc
%{_kde_datadir}/appdata/pairs.appdata.xml
%{_kde_iconsdir}/*/*/*/*

#----------------------------------------------------------------------------

%package editor
Summary:	Editor for pairs
Requires:	%{name} = %{EVRD}

%description editor
This package provides an editor for KDE game pairs.

%files editor
%doc %{_kde_docdir}/HTML/en/pairseditor
%{_kde_bindir}/pairseditor
%{_kde_applicationsdir}/pairseditor.desktop
%{_kde_appsdir}/pairseditor/pairseditorui.rc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 37185f2
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23496 |14mu|palapeli-4.14.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		palapeli
Version:	4.14.3
Release:	2
Epoch:		1
Summary:	Jigsaw puzzle game
Group:		Graphical desktop/KDE
License:	GPLv2 and LGPLv2 and GFDL
URL:		http://www.kde.org/applications/games/palapeli/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Palapeli is a jigsaw puzzle game. Unlike other games in that genre, you
are not limited to aligning pieces on imaginary grids. The pieces are
freely moveable. Also, Palapeli features real persistency, i.e. everything
you do is saved on your disk immediately.

%files
%{_kde_bindir}/palapeli
%{_kde_libdir}/kde4/palapeli_jigsawslicer.so
%{_kde_libdir}/kde4/palapeli_rectslicer.so
%{_kde_libdir}/kde4/palathumbcreator.so
%{_kde_libdir}/kde4/palapeli_goldbergslicer.so
%{_kde_applicationsdir}/palapeli.desktop
%{_kde_appsdir}/palapeli
%{_kde_iconsdir}/hicolor/*/*/*palapeli*
%{_kde_services}/ServiceMenus/palapeli_servicemenu.desktop
%{_kde_services}/palapeli_goldbergslicer.desktop
%{_kde_services}/palapeli_jigsawslicer.desktop
%{_kde_services}/palapeli_rectslicer.desktop
%{_kde_services}/palathumbcreator.desktop
%{_kde_servicetypes}/libpala-slicerplugin.desktop
%{_kde_datadir}/mime/packages/palapeli-mimetypes.xml
%{_kde_configdir}/palapeli-collectionrc
%{_kde_docdir}/HTML/en/palapeli

#------------------------------------------------------------------------------

%define pala_major 0
%define libpala %mklibname pala %{pala_major}

%package -n %{libpala}
Summary:	Palapeli shared library
Group:		System/Libraries

%description -n %{libpala}
Palapeli shared library.

%files -n %{libpala}
%{_kde_libdir}/libpala.so.%{pala_major}*

#------------------------------------------------------------------------------

%package devel
Summary:	Development files for Palapeli
Group:		Development/KDE and Qt
Requires:	%{libpala} = %{EVRD}
Conflicts:	kdegames4-devel < 1:4.9.80

%description devel
This package provides development files for Palapeli.

%files devel
%{_kde_includedir}/Pala
%{_kde_includedir}/libpala
%{_kde_libdir}/libpala.so
# cmake files
%{_kde_libdir}/libpala

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Tue Mar 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:4.14.3-2
+ Revision: d9d58ed
- Rebuild for KDE 4.14.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23497 |14mu|pam-1.1.8-33
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define libnamec %mklibname %{name}c %{major}
%define libname_misc %mklibname %{name}_misc %{major}
%define devname %mklibname %{name} -d

%bcond_with prelude

%bcond_with bootstrap

%bcond_without selinux

%define pam_redhat_version 0.99.10-1

Epoch:      1

Summary:    A security tool which provides authentication for applications
Name:       pam
Version:    1.1.8
Release:    33
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
License:    BSD and GPLv2+
Group:      System/Libraries
Url:        http://www.kernel.org/pub/linux/libs/pam/index.html
Source0:    ftp://ftp.kernel.org/pub/linux/libs/pam/library/Linux-PAM-%{version}.tar.bz2
Source2:    pam-redhat-%{pam_redhat_version}.tar.bz2
Source5:    other.pamd
Source6:    system-auth.pamd
Source7:    config-util.pamd
Source8:    dlopen.sh
Source9:    system-auth.5
Source10:   config-util.5
Source11:   postlogin.pamd
Source12:   postlogin.5
Source13:   pamtmp.conf
Source14:   90-nproc.conf
Source15:   password-auth.pamd
Source16:   smartcard-auth.pamd
#add missing documentation
Source501:  pam_tty_audit.8
Source502:  README

# RedHat patches
Patch1:  pam-1.0.90-redhat-modules.patch
Patch2:  pam-1.1.6-std-noclose.patch
Patch4:  pam-1.1.0-console-nochmod.patch
Patch5:  pam-1.1.0-notally.patch
Patch7:  pam-1.1.0-console-fixes.patch
Patch9:  pam-1.1.6-noflex.patch
Patch10: pam-1.1.3-nouserenv.patch
Patch11: pam-1.1.3-console-abstract.patch
Patch13: pam-1.1.5-limits-user.patch
Patch14: pam-1.1.1-faillock.patch
Patch22: pam-1.1.7-unix-build.patch
Patch32: pam-1.1.7-tty-audit-init.patch
Patch33: pam-1.1.8-audit-grantor.patch
Patch34: pam-1.1.8-audit-user-mgmt.patch
Patch35: pam-1.1.8-canonicalize-username.patch
Patch36: pam-1.1.8-full-relro.patch
Patch37: pam-1.1.8-lastlog-uninitialized.patch
Patch38: pam-1.1.8-limits-check-process.patch
Patch39: pam-1.1.8-limits-docfix.patch
Patch40: pam-1.1.8-loginuid-container.patch
Patch41: pam-1.1.8-man-dbsuffix.patch
Patch42: pam-1.1.8-opasswd-tolerant.patch
Patch43: pam-1.1.8-pwhistory-helper.patch

# ROSA specific sources/patches
# (fl) fix infinite loop
Patch507:   pam-0.74-loop.patch
# (fc) 0.75-29mdk don't complain when / is owned by root.adm
Patch508:   Linux-PAM-0.99.3.0-pamtimestampadm.patch
# (fl) pam_xauth: set extra groups because in high security levels
#      access to /usr/X11R6/bin dir is controlled by a group
##Patch512: Linux-PAM-1.1.1-xauth-groups.patch
# (tv/blino) add defaults for nice/rtprio in /etc/security/limits.conf
Patch517:   Linux-PAM-0.99.3.0-enable_rt.patch

Patch700:   pam_fix_static_pam_console.patch
# (fc) do not output error when no file is in /etc/security/console.perms.d/
Patch701:   pam-1.1.0-console-nopermsd.patch
# (proyvind): add missing constant that went with rpc removal from glibc 2.14
Patch702:   Linux-PAM-1.1.4-add-now-missing-nis-constant.patch

# (akdengi) add user to default group users which need for Samba
Patch801:   Linux-PAM-1.1.4-group_add_users.patch
Patch802:   pam-CVE-2014-2583.patch
Patch803:   pam-CVE-2013-7041.patch

Patch804:   pam-1.1.8-pbuild.patch 
# (din) use html2text instead of w3m
Patch805:   pam-1.1.8-browser.patch

%if %{with selinux}
BuildRequires:  selinux-devel >= 2.1.6-7
%endif
BuildRequires:  bison
BuildRequires:  flex
%if %{without bootstrap}
# this pulls in the mega texlive load
BuildRequires:  linuxdoc-tools
%endif
BuildRequires:  cracklib-devel
BuildRequires:  libaudit-devel
BuildRequires:  db_nss-devel
BuildRequires:  gettext-devel
BuildRequires:  pkgconfig(libtirpc)
BuildRequires:  db-devel
BuildRequires:  html2text
BuildRequires:  docbook-dtd412-xml
BuildRequires:  docbook-dtd43-xml
BuildRequires:  docbook-dtd44-xml
BuildRequires:  docbook-style-xsl
BuildRequires:  xsltproc
%if %{with prelude}
BuildRequires:  prelude-devel >= 0.9.0
%else
BuildConflicts: pkgconfig(libprelude)
%endif
Requires:       cracklib-dicts
Requires:       setup >= 2.7.12-2
Requires(pre):  rpm-helper
Requires(post): coreutils >= 8.12-7.2
Conflicts:      %{_lib}pam0 < 1.1.4-5
Requires:       libpwquality >= 0.9.9


%description
PAM (Pluggable Authentication Modules) is a system security tool that
allows system administrators to set authentication policy without
having to recompile programs that handle authentication.

%files -f Linux-PAM.lang
%doc NEWS
%docdir %{_docdir}/%{name}
%dir %{_sysconfdir}/pam.d
%config(noreplace) %{_sysconfdir}/environment
%config %{_sysconfdir}/pam.d/other
%attr(0644,root,shadow) %config(noreplace) %{_sysconfdir}/pam.d/system-auth
%attr(0644,root,shadow) %config(noreplace) %{_sysconfdir}/pam.d/system-auth-default
%config %{_sysconfdir}/pam.d/config-util
%config %{_sysconfdir}/pam.d/postlogin
%config %{_sysconfdir}/pam.d/password-auth
%config %{_sysconfdir}/pam.d/smartcard-auth
/sbin/pam_console_apply
/sbin/pam_tally2
/sbin/faillock
%attr(4755,root,root) /sbin/pam_timestamp_check
%attr(0755,root,root) /sbin/pwhistory_helper
%attr(4755,root,root) /sbin/unix_chkpwd
%attr(0700,root,root) /sbin/unix_update
%attr(0755,root,root) /sbin/mkhomedir_helper
%config(noreplace) %{_sysconfdir}/security/access.conf
%config(noreplace) %{_sysconfdir}/security/chroot.conf
%config(noreplace) %{_sysconfdir}/security/console.perms
%config(noreplace) %{_sysconfdir}/security/console.handlers
%config(noreplace) %{_sysconfdir}/security/group.conf
%config(noreplace) %{_sysconfdir}/security/limits.conf
%config(noreplace) %{_sysconfdir}/security/namespace.conf
%attr(755,root,root) %config(noreplace) %{_sysconfdir}/security/namespace.init
%config(noreplace) %{_sysconfdir}/security/pam_env.conf
%config(noreplace) %{_sysconfdir}/security/time.conf
%config(noreplace) %{_sysconfdir}/security/opasswd
%config(noreplace) %{_sysconfdir}/security/limits.d/90-nproc.conf
%if %{with selinux}
%config(noreplace) %{_sysconfdir}/security/sepermit.conf
%endif
%dir %{_sysconfdir}/security/console.apps
%dir %{_sysconfdir}/security/console.perms.d
%dir /%{_lib}/security
/%{_lib}/security/*.so
/%{_lib}/security/pam_filter
/usr/lib/tmpfiles.d/pam.conf
%ghost %dir /var/run/console
%ghost /var/log/tallylog
%{_mandir}/man5/*
%{_mandir}/man8/*

%posttrans
# (cg) Ensure that the pam_systemd.so is included for user ACLs under systemd
# Note: Only affects upgrades, but does no harm so always update if needed.
if ! grep -q "pam_systemd\.so" /etc/pam.d/system-auth; then
        echo "-session    optional      pam_systemd.so" >>/etc/pam.d/system-auth
fi

if [ ! -a /var/log/tallylog ] ; then
       install -m 600 /dev/null /var/log/tallylog
fi

#----------------------------------------------------------------------------

%package doc
Summary:    Additional documentation for %{name}
Group:      Documentation
Requires:   %{name} = %{EVRD}

%description doc
This is the documentation package of %{name}.

%files doc
%doc doc/txts doc/specs/rfc86.0.txt Copyright

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:    Library for %{name}
Group:      System/Libraries
Conflicts:  pam < 1.1.4-5

%description -n %{libname}
This package contains the library libpam for %{name}.

%files -n %{libname}
/%{_lib}/libpam.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnamec}
Summary:    Library for %{name}
Group:      System/Libraries
Conflicts:  %{_lib}pam0 < 1.1.4-5

%description -n %{libnamec}
This package contains the library libpamc for %{name}.

%files -n %{libnamec}
/%{_lib}/libpamc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libname_misc}
Summary:    Library for %{name}
Group:      System/Libraries
Conflicts:  %{_lib}pam0 < 1.1.4-5

%description -n %{libname_misc}
This package contains the library libpam_misc for %{name}.

%files -n %{libname_misc}
/%{_lib}/libpam_misc.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:    Development headers and libraries for %{name}
Group:      Development/Other
Requires:   %{libname} = %{EVRD}
Requires:   %{libnamec} = %{EVRD}
Requires:   %{libname_misc} = %{EVRD}
Provides:   %{name}-devel = %{EVRD}

%description -n %{devname}
PAM (Pluggable Authentication Modules) is a system security tool that
allows system administrators to set authentication policy without
having to recompile programs that handle authentication.

This package contains the development libraries for %{name}.

%files -n %{devname}
%doc Copyright
/%{_lib}/libpam.so
/%{_lib}/libpam_misc.so
/%{_lib}/libpamc.so
%{_includedir}/security/*.h
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q -n Linux-PAM-%{version} -a 2

# Add custom modules.
mv pam-redhat-%{pam_redhat_version}/* modules

%apply_patches

install -m644 %{SOURCE501} %{SOURCE502} modules/pam_tty_audit/

%build
autoreconf -fi
%configure2_5x \
        --sbindir=/sbin \
        --libdir=/%{_lib} \
        --includedir=%{_includedir}/security \
        --with-db-uniquename=_nss \
        --docdir=%{_docdir}/%{name} \
        --disable-static \
        --enable-cracklib \
%if %{with prelude}
        --enable-prelude \
%else
        --disable-prelude \
%endif
%if %{with selinux}
        --enable-selinux \
%else
        --disable-selinux \
%endif
        --enable-audit 
%make

%install
mkdir -p doc/txts
for readme in modules/pam_*/README ; do
        cp -f ${readme} doc/txts/README.`dirname ${readme} | sed -e 's|^modules/||'`
done

mkdir -p %{buildroot}%{_includedir}/security
mkdir -p %{buildroot}/%{_lib}/security
%makeinstall_std LDCONFIG=:
install -d -m 755 %{buildroot}/etc/pam.d
install -m 644 %{SOURCE5} %{buildroot}/etc/pam.d/other
install -m 644 %{SOURCE6} %{buildroot}/etc/pam.d/system-auth
install -m 644 %{SOURCE7} %{buildroot}/etc/pam.d/config-util
install -m 644 %{SOURCE11} %{buildroot}/etc/pam.d/postlogin
install -m 644 %{SOURCE15} %{buildroot}/etc/pam.d/password-auth
install -m 644 %{SOURCE16} %{buildroot}/etc/pam.d/smartcard-auth
install -m 600 /dev/null %{buildroot}%{_sysconfdir}/security/opasswd
install -d -m 755 %{buildroot}/var/log
install -m 600 /dev/null %{buildroot}/var/log/tallylog
install -m 644 %{SOURCE14} %{buildroot}%{_sysconfdir}/security/limits.d/90-nproc.conf

# Install man pages.
install -m 644 %{SOURCE9} %{SOURCE10} %{SOURCE12} %{buildroot}%{_mandir}/man5/

# no longer needed, handled by ACL in udev
for phase in auth acct passwd session ; do
        ln -sf pam_unix.so %{buildroot}/%{_lib}/security/pam_unix_${phase}.so
done

# cleanup
rm -f %{buildroot}/%{_lib}/security/*.la
rm -f %{buildroot}/%{_lib}/*.la

#Set suid bit for /sbin/unix_chkpwd (bug #3169)
chmod u+s %{buildroot}/sbin/unix_chkpwd

# Install the file for autocreation of /var/run subdirectories on boot
mkdir -p %{buildroot}%{_prefix}/lib/tmfiles.d/
install -m644 -D %{SOURCE13} %{buildroot}%{_prefix}/lib/tmpfiles.d/pam.conf

# For drakauth copy system-auth to system-auth-default
cp -f %{buildroot}/etc/pam.d/system-auth %{buildroot}/etc/pam.d/system-auth-default

%find_lang Linux-PAM

%check
EXCEPT=''
%if %{without selinux}
    EXCEPT='pam_selinux'
%endif
for dir in modules/pam_* ; do
    if ![[ ${dir} =~ "${except}" ]]; then
        if ! ls -1 %{buildroot}/%{_lib}/security/`basename ${dir}`*.so ; then
            echo ERROR `basename ${dir}` did not build a module.
            exit 1
        fi
    fi
done

# Check for module problems.  Specifically, check that every module we just
# installed can actually be loaded by a minimal PAM-aware application.
/sbin/ldconfig -n %{buildroot}/%{_lib}
for module in %{buildroot}/%{_lib}/security/pam*.so ; do
    if ! env LD_LIBRARY_PATH=%{buildroot}/%{_lib} \
        sh %{SOURCE8} -ldb -ldl -lpam -L%{buildroot}/%{_lib} ${module} ; then
        echo ERROR module: ${module} cannot be loaded.
        exit 1
    fi
done


%changelog

* Fri Oct 27 2017 Vladimir Potapov <vladimir.potapov@rosalab.ru> 1:1.1.8-33
- (bf3749c) bump release

* Fri Oct 27 2017 Vladimir Potapov <vladimir.potapov@rosalab.ru> 1:1.1.8-32
- (15e0a63) add vbox groups
- (Vladimir Potapov: e3f310c) fix groups for domain station correct working

* Thu Sep 21 2017 Vladimir Potapov <vladimir.potapov@rosalab.ru> 1:1.1.8-31
- (598925e) add groups for domain station correct working

* Thu May 21 2015 law <a.lahin@ntcit-rosa.ru> 1:1.1.8-30
- (5554dc7) Increase release number

* Thu May 21 2015 law <a.lahin@ntcit-rosa.ru> 1:1.1.8-29
- (8bdce5d) Force reconfigure (for build with frozen time)
- (Dmitry Fedorov: 04e333e) BuildList#2501564: Increase release tag

* Fri May 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.1.8-28
- (3a45176) BuildList#2501564: Increase release tag

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:1.1.8-27
- (e1ca6c9) BuildList#2501564: Increase release tag

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:1.1.8-26
- (679d724) BuildList#2501564: Increase release tag

* Thu Apr 23 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:1.1.8-25
- (762db23) Bring basic selinux support by default

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1:1.1.8-24
- (9d15751) MassBuild#656: Increase release tag

* Mon Feb 16 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1:1.1.8-23
- (cc98cfc) fix pam_selinux check
- (din (Dmitry Fedorov): 156722d) fix pam_selinux check
- (din (Dmitry Fedorov): 629d992) fix BR
- (din (Dmitry Fedorov): 831c7eb) build without bootstrap
- (din (Dmitry Fedorov): 080556a) cleanup BR
- (din (Dmitry Fedorov): 4a820b6) bootstrap build
- (din (Dmitry Fedorov): 4ca18bc) add pwquality and smartcard auth pam.d conf;

* Sun Feb 15 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1:1.1.8-22
- (3d6dab8) set epoch

* Fri Feb 13 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1.1.8-22
- (9901e7d) mark /var/run/console as ghost
- (din (Dmitry Fedorov): 23531b7) fix unpackaged faillock
- (din (Dmitry Fedorov): 80c69f3) cleanup merge; set nproc to 4096; fix conditional build

* Wed Feb 11 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 
- (ea3a117) Merge remote-tracking branch 'current/current' into rosa2014.1

* Thu Jan 22 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:1.1.8-22
- (4f63d88) add pam_faillock
- (Dmitry Fedorov: 020707d) regenerate mans; use html2text instead of w3m
- (Dmitry Fedorov: 2920bf9) adopt pbuild patch

* Tue Jan 20 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:1.1.8-3
- (3fd7089) fix BR
- (Dmitry Fedorov: 47544bb) remove useless patches
- (Dmitry Fedorov: f49f623) fix patchset
- (Dmitry Fedorov: 14961fb) update 1.8

* Mon Nov 24 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:1.1.4-20
- (2855fca) BuildList#2335496: Increase release tag

* Thu Nov 06 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.1.8-5
- (4ab7021) Increase default amount of processes for normal users to 4096

* Thu Oct 02 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:1.1.4-19
- (2c3fc19) BuildList#2274925: Increase release tag

* Fri Sep 19 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:1.1.4-18
- (290be45) MassBuild#518: Increase release tag

* Wed Sep 10 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:1.1.4-17
- (91ff6a9) bump release

* Wed Sep 10 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:1.1.4-16
- (37b8511) use sha512
- (Dmitry Fedorov: 30aed59) Merge remote-tracking branch 'kuzma/rosa-dx-chrome-1.0' into current
- (kuzma kazygashev: ca3dc08) Security fix for CVE-2013-7041
- (Alex Burmashev: 0bda241) MassBuild#472: Increase release tag

* Tue Aug 12 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:1.1.4-15
- (8bd9dbe) sync to certified branch, 12.08.2014
- (danila.leontiev: 7e8e195) Security fix
- (Dmitry Fedorov: e474452) removed tcb requires

* Sun Jul 20 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:1.1.4-14
- (3254e11) do not migrate to pam_tcb

* Fri Jul 18 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.1.4-16
- (0ad5b38) MassBuild#456: Increase release tag

* Mon Jul 14 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.1.4-15
- (f7b6051) MassBuild#454: Increase release tag

* Thu Jul 10 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.1.4-14
- (09aa641) MassBuild#450: Increase release tag

* Sat Jul 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.1.8-4
- (4caa3ef) Add tirpc to BuildRequires, spec cleanup

* Tue Jul 01 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:1.1.4-13
- (458a08c) sync to certified branch
- (Dmitry Fedorov: 26b3d44) Updated version

* Tue Jul 01 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:1.1.4-12
- (ac8139e) use_authtok placed back
- (Dmitry Fedorov: b6af014) migration from pam_tcb to pam_unix

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.1.8-3
- (eb471f8) MassBuild#440: Increase release tag

* Tue May 27 2014 Alex Burmashev <alex.burmashev@gmail.com> 1:1.1.4-11
- (1290460) remove use_authtok from  system-auth.pamd

* Tue May 06 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.1.8-2
- (dd1d326) Drop bz2.sign file - it is not provided by upstream anymore
- (akdengi: 52d751e) Add system-auth-default need for drakauth hack

* Wed Jan 22 2014 akdengi <alexander.kazancev@rosalab.ru> 1:1.1.8-1
- (50a2285) fix merging
- (akdengi: 37111ad) fix build
- (akdengi: f4bec3e) 1.8.0

* Wed Dec 11 2013 akdengi <alexander.kazancev@rosalab.ru> 1:1.1.4-17
- (5490f01) SILENT clean spec
- (akdengi: c844304) SILENT clean spec
- (akdengi: af93c68) add /usr/lib/tmpfiles.d/pam.conf
- (akdengi: 2738d73) add tmfiles.d config for create /run structure

* Wed Dec 04 2013 Alexander Kazancev <kazancas@gmail.com> 1:1.1.4-16
- (bca163d) system-auth will not rewrite existing rule

* Fri Nov 29 2013 Alex Burmashev <alex.burmashev@gmail.com> 1:1.1.4-15
- (dbf24bb) sync to 2012.1
- (akdengi: e028a33) add user to lp group for default

* Mon Nov 18 2013 akdengi <alexander.kazancev@rosalab.ru> 1:1.1.4-14
- (c7c97c9) SILENT really add postlogin file
- (akdengi: f2ba9e8) add postlogin pam rules

* Sun Nov 17 2013 Alexander Kazancev <kazancas@gmail.com> 1:1.1.4-13
- (68d0f03) Fix bug #3169 - set suid bit for /sbin/unix_chkpwd

* Fri Nov 15 2013 Alexander Kazancev <kazancas@gmail.com> 1:1.1.4-12
- (2b9651f) Disable use_authok
- (Alexander Kazancev: 61ad666) SILENT Up release

* Fri Nov 15 2013 Alexander Kazancev <kazancas@gmail.com> 1:1.1.4-11
- (7f39189) disable pam_cracklib
- (Alexander Kazancev: c98a8c8) SILENT Up version

* Mon Sep 16 2013 Rosa <rosa@abf.rosalinux.ru> 1:1.1.4-9
- (914f48e) Automatic import for version 1.1.4-9
- (din (Dmitry Fedorov): b2b8142) Enabled selinux support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23498 |14mu|pam_mount-2.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname cryptmount %{major}
%define devname %mklibname cryptmount -d

Summary:	Pluggable Authentication Module for dynamic mounting of remote volumes
Name:		pam_mount
Version:	2.15
Release:	2
License:	GPLv2+ and LGPLv2+
Group:		Networking/Other
Url:		http://pam-mount.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/pam-mount/%{name}-%{version}.tar.xz
Source1:	http://prdownloads.sourceforge.net/pam-mount/%{name}-%{version}.tar.asc
#Prevents multiple mount of the same mount point in case of not
#unmounting (see #15479)
Patch0:		pam_mount-2.15-ismountpoint.patch
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(libcrypto) >= 0.9.8
BuildRequires:	pkgconfig(libcryptsetup) >= 1.1.2
BuildRequires:	pkgconfig(libHX) >= 3.12.1
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6
BuildRequires:	pkgconfig(mount) >= 2.20
Requires:	hxtools-system
Requires:	opensc

%description
Pam_mount is a PAM module that allows dynamic remote volume mounting.
It is useful for users that have private volumes in Samba / Windows NT
/ Netware servers and need access to them during a Unix session. It
can also be used to transparently mount encrypted volumes using your
logging credentials.

%files
%doc doc/news.txt doc/bugs.txt doc/options.txt 
%doc doc/faq.txt doc/todo.txt doc/pam_mount.txt
/%{_lib}/security/pam_mount*.so
%{_sbindir}/pmt-ehd
%{_sbindir}/pmvarrun
/sbin/mount.crypt
/sbin/mount.crypto_LUKS
/sbin/mount.crypt_LUKS
/sbin/umount.crypt
/sbin/umount.crypt_LUKS
/sbin/umount.crypto_LUKS
%config(noreplace) %{_sysconfdir}/security/%{name}.conf.xml
%{_mandir}/man8/pam_mount.8*
%{_mandir}/man8/pmt-ehd.8*
%{_mandir}/man8/pmvarrun.8*
%{_mandir}/man8/mount.crypt.8*
%{_mandir}/man8/mount.crypt_LUKS.8*
%{_mandir}/man8/mount.crypto_LUKS.8*
%{_mandir}/man8/umount.crypt.8*
%{_mandir}/man8/umount.crypt_LUKS.8*
%{_mandir}/man8/umount.crypto_LUKS.8*
%{_mandir}/man5/pam_mount.conf.5*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains shared libs for %{name}.

%files -n %{libname}
%{_libdir}/libcryptmount.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname}
%{_includedir}/libcryptmount.h
%{_libdir}/libcryptmount.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch -p1

%build
%configure2_5x \
	--disable-static
%make moduledir=/%{_lib}/security

%install
%makeinstall_std moduledir=/%{_lib}/security
install -m0600 config/pam_mount.conf.xml -D %{buildroot}%{_sysconfdir}/security/pam_mount.conf.xml


%changelog

* Tue Sep 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.15-2
- (556e18d) Requires hxtools-system



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23499 |14mu|pamtester-0.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility for testing PAM facility
Name:		pamtester
Version:	0.1.2
Release:	3
License:	BSD
Group:		Development/Tools
URL:		http://pamtester.sourceforge.net/
Source0:	%{name}-%{version}.tar.xz
BuildRequires:	pam-devel

%description
Pamtester is a tiny utility program to test the 
Pluggable Authentication Modules facility.

%prep
%setup -q

%build
autoreconf -i
%configure2_5x
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog LICENSE NEWS README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*


%changelog

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 0.1.2-3
- (467d8bc) MassBuild#656: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23500 |14mu|pam_userpass-1.0.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	PAM module for USER/PASS-style protocols
Name:		pam_userpass
Version:	1.0.2
Release:	11
License:	relaxed BSD and (L)GPL-compatible
Group:		System/Libraries
Url: 		http://www.openwall.com/pam
Source0:	ftp://ftp.openwall.com/pub/projects/pam/modules/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	pam-devel
Conflicts:	%{_lib}pam_userpass1 < 1.0.2-11

%description
pam_userpass is a PAM authentication module for use specifically by
services implementing non-interactive protocols and wishing to verify
a username/password pair.  This module doesn't do any actual
authentication, -- other modules, such as pam_tcb, should be stacked
after it to provide the authentication.

%files
%doc LICENSE README
/%{_lib}/security/pam_userpass.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	PAM module for USER/PASS-style protocols
Group:		System/Libraries

%description -n %{libname}
pam_userpass is a PAM authentication module for use specifically by
services implementing non-interactive protocols and wishing to verify
a username/password pair.  This module doesn't do any actual
authentication, -- other modules, such as pam_tcb, should be stacked
after it to provide the authentication.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for developing pam_userpass-aware applications
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	pam-devel
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development libraries and header files required
for building pam_userpass-aware applications.

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/security/*

#----------------------------------------------------------------------------

%prep
%setup -q
find . -perm 0600 -exec chmod 0644 '{}' \;

%build
%make \
	CFLAGS="-Wall -fPIC %{optflags} -Iinclude" \
	LDFLAGS="%{ldflags}"

%install
%make install DESTDIR="%{buildroot}" SECUREDIR=/%{_lib}/security LIBDIR=%{_libdir}


%changelog
* Mon Feb 09 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2-11
+ Revision: e92a77c
- Move PAM module out of library package, fix debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23501 |14mu|pango-1.36.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define enable_gtkdoc 1

%define query_modules_suffix %{nil}
%ifarch %{ix86}
%define query_modules_suffix -32
%endif
%ifarch x86_64
%define query_modules_suffix -64
%endif
%define query_modules pango-querymodules%{query_modules_suffix}

%define api 1.0
%define module_version 1.8.0
%define major 0

%define modules %mklibname %{name}-modules %{api}
%define libname %mklibname %{name} %{api} %{major}
%define libcairo %mklibname %{name}cairo %{api} %{major}
%define libft2 %mklibname %{name}ft2_ %{api} %{major}
%define libxft %mklibname %{name}xft %{api} %{major}

%define girname %mklibname %{name}-gir %{api}
%define gircairo %mklibname %{name}cairo-gir %{api}
%define girft2 %mklibname %{name}ft2-gir %{api}
%define girxft %mklibname %{name}xft-gir %{api}

%define devname %mklibname -d %{name} %{api}
%define devcairo %mklibname -d %{name}cairo %{api}
%define devft2 %mklibname -d %{name}ft2_ %{api}
%define devx %mklibname -d %{name}x %{api}
%define devxft %mklibname -d %{name}xft %{api}

Summary:	System for layout and rendering of internationalized text
Name:		pango
Version:	1.36.8
Release:	2
License:	LGPLv2+
Group:		System/Internationalization
Url:		http://www.pango.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/pango/1.36/%{name}-%{version}.tar.xz
# (gb) 1.4.0-2mdk biarch support
Patch5:		pango-1.32.0-lib64.patch

BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(harfbuzz)
BuildRequires:	pkgconfig(libthai)
BuildRequires:	pkgconfig(xft)
%if %{enable_gtkdoc}
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd412-xml
BuildRequires:	gtk-doc
BuildRequires:	xsltproc
%endif

%description
A library to handle unicode strings as well as complex bidirectional
or context dependent shaped strings.
It is the next step on Gtk+ internationalization.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Internationalized text layout and rendering system
Group:		System/Libraries

%description -n %{libname}
A library to handle unicode strings as well as complex bidirectional
or context dependent shaped strings.
It is the next step on Gtk+ internationalization.

%files -n %{libname}
%{_libdir}/libpango-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libcairo}
Summary:	Internationalized text layout and rendering system - cairo
Group:		System/Libraries

%description -n %{libcairo}
Library for %{name} - cairo.

%files -n %{libcairo}
%{_libdir}/libpangocairo-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libft2}
Summary:	Internationalized text layout and rendering system - ft2
Group:		System/Libraries

%description -n %{libft2}
Library for %{name} - ft2.

%files -n %{libft2}
%{_libdir}/libpangoft2-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libxft}
Summary:	Internationalized text layout and rendering system - xft
Group:		System/Libraries

%description -n %{libxft}
Library for %{name} - xft.

%files -n %{libxft}
%{_libdir}/libpangoxft-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Pango-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{gircairo}
Summary:	GObject Introspection interface description for %{name} - cairo
Group:		System/Libraries

%description -n %{gircairo}
GObject Introspection interface description for %{name} - cairo.

%files -n %{gircairo}
%{_libdir}/girepository-1.0/PangoCairo-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{girft2}
Summary:	GObject Introspection interface description for %{name} - ft2
Group:		System/Libraries

%description -n %{girft2}
GObject Introspection interface description for %{name} - ft2.

%files -n %{girft2}
%{_libdir}/girepository-1.0/PangoFT2-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{girxft}
Summary:	GObject Introspection interface description for %{name} - xft
Group:		System/Libraries

%description -n %{girxft}
GObject Introspection interface description for %{name} - xft.

%files -n %{girxft}
%{_libdir}/girepository-1.0/PangoXft-%{api}.typelib

#----------------------------------------------------------------------------

%package -n %{modules}
Summary:	Internationalized text layout and rendering system
Group:		System/Internationalization
Provides:	lib%{name}%{api} = %{EVRD}
Provides:	lib%{name} = %{EVRD}
%rename		%{_lib}pango1.0_0-modules
%rename		%{name}
Requires(post): %{libname} = %{EVRD}
Requires(post):  bash coreutils
#need this since we launch pango-querymodules in %post
Provides:	pango-modules = %{EVRD}

%description -n %{modules}
A library to handle unicode strings as well as complex bidirectional
or context dependent shaped strings.
It is the next step on Gtk+ internationalization.

%files -n %{modules}
%doc README AUTHORS NEWS
%dir %{_sysconfdir}/pango
%dir %{_sysconfdir}/pango/%{_arch}
%ghost %verify (not md5 mtime size) %config(noreplace) %{_sysconfdir}/pango/%{_arch}/pango.modules
%ifnarch %{ix86} x86_64
%{_bindir}/pango-querymodules
%else
%{_bindir}/pango-querymodules-*
%endif
%dir %{_libdir}/pango
%dir %{_libdir}/pango/%{module_version}
%dir %{_libdir}/pango/%{module_version}/modules
%{_libdir}/pango/%{module_version}/modules/*.so

%post -n %{modules}
if [ "$1" = "2" -a -r  %{_sysconfdir}/pango/pango.modules ]; then
  rm -f %{_sysconfdir}/pango/pango.modules 
fi
%{_bindir}/%{query_modules} --system > %{_sysconfdir}/pango/%{_arch}/pango.modules

%postun -n %{modules}
if [ "$1" -gt "0" -a -r  %{_sysconfdir}/pango/pango.modules ]; then
  rm -f %{_sysconfdir}/pango/pango.modules 
fi
%{_bindir}/%{query_modules} > %{_sysconfdir}/pango/%{_arch}/pango.modules

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Internationalized text layout and rendering system
Group:		Development/GNOME and GTK+
%rename		pango-devel
%rename		pango-doc
Requires:	%{libname} = %{EVRD}
Requires:	%{girname} = %{EVRD}
Conflicts:	%{_lib}pango1.0_0 < 1.28.1-2

%description -n %{devname}
This package includes the development library and header files
for the %{name} package.

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/pango
%doc ChangeLog pango-view/HELLO.txt
%{_bindir}/pango-view*
%{_libdir}/libpango-*.so
%{_libdir}/pkgconfig/pango.pc
%{_datadir}/gir-1.0/Pango-%{api}.gir
%dir %{_includedir}/pango-1.0
%dir %{_includedir}/pango-1.0/pango
%{_includedir}/pango-1.0/pango/pango-*.h
%{_includedir}/pango-1.0/pango/pango.h
%{_includedir}/pango-1.0/pango/pangofc-*.h

#----------------------------------------------------------------------------

%package -n %{devcairo}
Summary:	Internationalized text layout and rendering system - cairo
Group:		Development/GNOME and GTK+
Requires:	%{libcairo} = %{EVRD}
Requires:	%{gircairo} = %{EVRD}

%description -n %{devcairo}
This package includes the development library and header files
for the %{name}cairo package.

%files -n %{devcairo}
%{_libdir}/libpangocairo*.so
%{_libdir}/pkgconfig/pangocairo.pc
%{_datadir}/gir-1.0/PangoCairo-%{api}.gir
%{_includedir}/pango-1.0/pango/pangocairo.h

#----------------------------------------------------------------------------

%package -n %{devft2}
Summary:	Internationalized text layout and rendering system - ft2
Group:		Development/GNOME and GTK+
Requires:	%{libft2} = %{EVRD}
Requires:	%{girft2} = %{EVRD}

%description -n %{devft2}
This package includes the development library and header files
for the %{name}ft2 package.

%files -n %{devft2}
%{_libdir}/libpangoft2-*.so
%{_libdir}/pkgconfig/pangoft2.pc
%{_datadir}/gir-1.0/PangoFT2-%{api}.gir
%{_includedir}/pango-1.0/pango/pangoft2.h

#----------------------------------------------------------------------------

%package -n %{devxft}
Summary:	Internationalized text layout and rendering system - xft
Group:		Development/GNOME and GTK+
Requires:	%{libxft} = %{EVRD}
Requires:	%{girxft} = %{EVRD}

%description -n %{devxft}
This package includes the development library and header files
for the %{name}xft package.

%files -n %{devxft}
%{_libdir}/libpangoxft-*.so
%{_libdir}/pkgconfig/pangoxft.pc
%{_datadir}/gir-1.0/PangoXft-%{api}.gir
%{_includedir}/pango-1.0/pango/pangoxft.h
%{_includedir}/pango-1.0/pango/pangoxft-render.h

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
#needed by patch5
%configure2_5x \
	--enable-static=no \
%if !%{enable_gtkdoc}
	--disable-gtk-doc \
%endif

%make ARCH=%{_arch}

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/pango/%{_arch}
touch %{buildroot}%{_sysconfdir}/pango/%{_arch}/pango.modules

%ifarch %{ix86} x86_64
mv %{buildroot}%{_bindir}/pango-querymodules %{buildroot}%{_bindir}/%{query_modules}
%endif
%ifarch x86_64
mv %{buildroot}%{_bindir}/pango-view %{buildroot}%{_bindir}/pango-view%{query_modules_suffix}
%endif

# Drop them to avoid file conflicts between 32 abd 64 bit package
rm -rf %{buildroot}%{_mandir}/man1/

%check
#disabled for https://bugzilla.gnome.org/show_bug.cgi?id=610791
make check || true

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23502 |14mu|pangomm-2.36.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version} | cut -d "." -f -2)

%define api 2.4
%define realapi 1.4
%define major 1
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} %{api} -d

Summary:	C++ interface for the pango library
Name:		pangomm
Version:	2.36.0
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://gtkmm.org/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
# That's really wrong, should be fixed on platform change
Source10:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(cairomm-1.0)
BuildRequires:	pkgconfig(glibmm-2.4)
BuildRequires:	pkgconfig(mm-common-util)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)

%description
Pangomm provides a C++ interface to the Pango library. Highlights
include typesafe callbacks, widgets extensible via inheritance and a
comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++ interface for the pango library
Group:		System/Libraries
Provides:	%{name}%{api} = %{EVRD}

%description -n %{libname}
Gtkmm provides a C++ interface to the GTK+ GUI library. Gtkmm2 wraps GTK+ 2.
Highlights include typesafe callbacks, widgets extensible via inheritance
and a comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libpangomm-%{realapi}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and development files of %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{name}%{api}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers and development files that are needed,
when trying to develop or compile applications which need %{name}.

%files -n %{devname}
%doc COPYING ChangeLog AUTHORS COPYING NEWS README
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/pangomm-%{realapi}/

#----------------------------------------------------------------------------

%package doc
Summary:	GTKmm documentation
Group:		Documentation

%description doc
Pangomm provides a C++ interface to the Pango library. Highlights
include typesafe callbacks, widgets extensible via inheritance and a
comprehensive set of widget classes that can be freely combined to
quickly create complex user interfaces.

This package contains all API documentation for pangomm. You can readily read
this documentation with devhelp, a documentation reader.

%files doc
%doc %{_datadir}/doc/pangomm-%{realapi}/
%doc %{_datadir}/devhelp/books/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-static \
	--enable-shared \
	--disable-static
%make

%install
%makeinstall_std


%changelog

* Wed Mar 25 2015 Tigro <ashejn@yandex-team.ru> 2.36.0-1
- (44a0c09) update to 2.36.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23503 |14mu|paprefs-0.9.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PulseAudio Preferences
Name:		paprefs
Version:	0.9.10
Release:	6
License:	GPLv2+
Group:		Sound
Url:		http://0pointer.de/lennart/projects/paprefs/
Source0:	http://freedesktop.org/software/pulseaudio/%{name}/%{name}-%{version}.tar.xz
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Patch0:		paprefs-0.9.10-ru-l10n.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	lynx
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gconfmm-2.6)
BuildRequires:	pkgconfig(gtkmm-2.4)
BuildRequires:	pkgconfig(libglademm-2.4)
BuildRequires:	pkgconfig(libpulse) >= 0.9.7
Requires:	pulseaudio-module-gconf

%description
PulseAudio Preferences is a simple GTK based configuration dialog for the
PulseAudio sound server.

Please note that this program can only configure local servers, and requires
that a special module module-gconf is loaded in the sound server.

%files -f %{name}.lang
%doc README LICENSE
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/%{name}.glade
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

sed -i "s/^Icon=.*/Icon=%{name}/" %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --vendor="" \
  --add-category="GTK" \
  --add-category="System" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --remove-category="Application" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

echo "NotShowIn=KDE" >> %{buildroot}%{_datadir}/applications/%{name}.desktop

# Icons
install -D -m 0644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 0644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png

%find_lang %{name}


%changelog

* Wed May 20 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.10-6
- (60c4a82) Added Russian l10n



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23504 |14mu|parley-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Vocabulary training application
Name:		parley
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/parley
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdeedu-devel >= %{version}
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libattica)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
Requires:	libkdeedu = %{version}
Requires:	python-mwclient

%description
Parley is a program to help you memorize things.

Parley supports many language specific features but can be used for other
learning tasks just as well. It uses the spaced repetition learning method,
also known as flash cards.

%files
%doc COPYING COPYING.DOC AUTHORS
%doc %{_kde_docdir}/HTML/*/parley
%{_kde_applicationsdir}/parley.desktop
%{_kde_appsdir}/parley
%{_kde_appsdir}/desktoptheme/default/widgets/parley_plasma_card.svg
%{_kde_bindir}/parley
%{_kde_configdir}/parley.knsrc
%{_kde_configdir}/parley-themes.knsrc
%{_kde_datadir}/appdata/parley.appdata.xml
%{_kde_datadir}/config.kcfg/parley.kcfg
%{_kde_datadir}/config.kcfg/languagesettings.kcfg
%{_kde_datadir}/config.kcfg/documentsettings.kcfg
%{_kde_iconsdir}/*/*/apps/parley*
%{_kde_libdir}/kde4/plasma_applet_parley.so
%{_kde_libdir}/kde4/plasma_engine_parley.so
%{_kde_services}/plasma-dataengine-parley.desktop
%{_kde_services}/plasma_parley.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 595c149
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23505 |14mu|parted-3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define	major		2
%define	libname		%mklibname %{name} %{major}
%define	devname		%mklibname %{name} -d

%define	fsresize_major	0
%define	libfsresize	%mklibname %{name}-fs-resize %{fsresize_major}

Summary:	Flexible partitioning tool
Name:		parted
Version:	3.2
Release:	1
License:	GPLv3+
Group:		System/Configuration/Hardware
Url:		http://www.gnu.org/software/parted/
Source0:	http://ftp.gnu.org/gnu/parted/parted-%{version}.tar.xz
Source1:	http://ftp.gnu.org/gnu/parted/parted-%{version}.tar.xz.sig
# Fedora patches
Patch0001: 0001-tests-Try-several-UTF8-locales.patch
Patch0002: 0002-maint-post-release-administrivia.patch
Patch0003: 0003-libparted-also-link-to-UUID_LIBS.patch
Patch0004: 0004-lib-fs-resize-Prevent-crash-resizing-FAT16-file-syst.patch
Patch0005: 0005-tests-t3000-resize-fs.sh-Add-FAT16-resizing-test.patch
Patch0006: 0006-tests-t3000-resize-fs.sh-Add-requirement-on-mkfs.vfa.patch
Patch0007: 0007-tests-Change-minimum-size-to-256MiB.patch
Patch0008: 0008-parted-don-t-crash-in-disk_set-when-disk-label-not-f.patch
Patch0009: 0009-tests-Add-a-test-for-device-mapper-partition-sizes.patch
Patch0010: 0010-libparted-device-mapper-uses-512b-sectors.patch
Patch0011: 0011-Update-manpage-NAME-so-whatis-will-work.patch
Patch0012: 0012-tests-Make-sure-the-extended-partition-length-is-cor.patch
Patch0013: 0013-libparted-BLKPG_RESIZE_PARTITION-uses-bytes-not-sect.patch
Patch0014: 0014-parted-Fix-crash-with-name-command-and-no-disklabel-.patch
Patch0015: 0015-UI-Avoid-memory-leaks.patch
Patch0016: 0016-libparted-Fix-memory-leaks.patch
Patch0017: 0017-libparted-Fix-possible-memory-leaks.patch
Patch0018: 0018-libparted-Stop-converting-.-in-sys-path-to.patch
Patch0019: 0019-libparted-Use-read-only-when-probing-devices-on-linu.patch
Patch0020: 0020-tests-Use-wait_for_dev_to_-functions.patch
# Our patches
Patch1021: parted-3.1-libparted-Support-Linux-fs-GUID.patch

BuildRequires:	texinfo
BuildRequires:	gettext-devel
BuildRequires:	gpm-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(devmapper)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(uuid)
# make check
BuildRequires:	util-linux
Requires:	e2fsprogs

%description
GNU Parted is a program that allows you to create, destroy,
resize, move and copy hard disk partitions. This is useful for
creating space for new operating systems, reorganising disk
usage, and copying data to new hard disks.

%files -f %{name}.lang
%doc README
%{_sbindir}/*
%{_mandir}/man*/*
%{_infodir}/parted.info*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The parted library
Group:		Development/C

%description -n %{libname}
This package includes the dynamic libraries.

%files -n %{libname}
%doc TODO
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libfsresize}
Summary:	The parted fs-resize library
Group:		Development/C

%description -n %{libfsresize}
This package includes the dynamic libraries.

%files -n %{libfsresize}
%{_libdir}/lib%{name}-fs-resize.so.%{fsresize_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Files required to compile software that uses libparted
Group:		Development/C
Requires:	e2fsprogs
Requires:	%{libname} = %{EVRD}
Requires:	%{libfsresize} = %{EVRD}
Provides:	parted-devel = %{EVRD}

%description -n %{devname}
This package includes the header files and libraries needed to
link software with libparted.

%files -n %{devname}
%doc AUTHORS ChangeLog doc/API
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/libparted.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
autoreconf -fi

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%find_lang %{name}

%check
export PATH=$PATH:/sbin
make check

%changelog

* Tue Mar 01 2016 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 3.2-1
- (6bdb450) Added Fedora patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23506 |14mu|partimage-0.6.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Partition Image
Name:		partimage
Version:	0.6.9
Release:	4
License:	GPLv2+
Group:		Archiving/Backup
Url:		http://www.partimage.org/
Source0:	%{name}-%{version}.tar.bz2
Source1:	partimage.1
Source2:	partimaged.8
Source3:	partimagedusers.5
Source4:	partimaged-sysconfig
Source5:	partimaged-init.d
Patch0:		partimage-0.6.9-no-sslv2.patch
Patch3:		partimage-0.6.7-ssl-certs-policy.patch
Patch12:	partimage-0.6.8-lzma.patch
Patch13:	partimage-0.6.7-splash.patch
Patch14:	partimage-0.6.9-zlib.patch
BuildRequires:	openssl
BuildRequires:	bzip2-devel
BuildRequires:	gettext-devel
BuildRequires:	liblzmadec-devel
BuildRequires:	pkgconfig(libnewt)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires:	openssl > 0.9.6
Requires(post):	rpm-helper

%description
Partition Image is a Linux/UNIX partition imaging utility: it saves
partitions in the following file system formats to an image file:
- Ext2FS & Ext3FS (the linux standard),
- FAT16/32 (DOS & Windows file systems),
- HFS (MacOS File System),
- JFS (Journalised File System, from IBM, used on Aix),
- NTFS (Windows NT File System),
- HPFS (IBM OS/2 File System),
- ReiserFS (a journalized and powerful file system),
- UFS (Unix File System),
- XFS (another jounalized and efficient File System, from SGI, used on Irix),

Only used blocks are copied. The image file can be 
compressed in the GZIP/BZIP2 formats to save disk space, and splitted 
into multiple files to be copied on amovibles floppies (ZIP for example),
or burned on a CD-R ...

This allows to save a full Linux/Windows system, with an only 
operation. When problems (viruses, crash, error, ...), you just have to 
restore, and after several minutes, all your system is restored (boot, 
files, ...), and fully working.

This is very useful when installing the same software on many 
machines: just install one of them, creat|e an image, and just restore 
the image on all other machines. Then, after the first one, each 
installation is automatically made, and only require a few minutes.

%files -f %{name}.lang
%doc BUGS AUTHORS ABOUT-NLS COPYING ChangeLog
%doc FORMAT README README.partimaged README.mdv
%doc THANKS
%{_sbindir}/*
%{_sysconfdir}/sysconfig/partimaged
%{_initrddir}/partimaged
%attr(0600,partimag,partimag) %config(noreplace) %{_sysconfdir}/partimaged/partimagedusers
%{_mandir}/man1/partimage.1*
%{_mandir}/man5/partimagedusers.5*
%{_mandir}/man8/partimaged.8*

%pre
/usr/sbin/groupadd -r -f partimag > /dev/null 2>&1 ||:
/usr/sbin/useradd -g partimag -d /home/partimag -r -s /bin/bash partimag > /dev/null 2>&1 ||:

%post
dir=/var/lib/partimage
if [ ! -d $dir ]; then 
    mkdir -p $dir/{dev,etc,%{_lib},var/log}
    cp -a /dev/{null,tty} $dir/dev
    cp /%{_lib}/{libnss_compat.so.2,libnss_files.so.2} $dir/%{_lib}
    grep partimag /etc/passwd > $dir/etc/passwd
    grep partimag /etc/group > $dir/etc/group
    install -d -o partimag $dir/data
fi
# now all you have to do is run partimaged -D --chroot /var/lib/partimage
%_post_service partimaged
%_create_ssl_certificate partimage -g partimag

%preun
%_preun_service partimaged

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch3 -p1
%patch12 -p1 -b .lzma
%patch13 -p1 -b .splash
%patch14 -p1 -b .zlib

for i in %{_datadir}/automake-1.*/mkinstalldirs; do cp -f $i .; done

%build
autoreconf -fi
cp %{_datadir}/gettext/config.rpath .
%configure2_5x
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_infodir}/*

install -m644 %{SOURCE1} -D %{buildroot}%{_mandir}/man1/partimage.1
install -m644 %{SOURCE2} -D %{buildroot}%{_mandir}/man8/partimaged.8
install -m644 %{SOURCE3} -D %{buildroot}%{_mandir}/man5/partimagedusers.5
install -m644 %{SOURCE4} -D %{buildroot}%{_sysconfdir}/sysconfig/partimaged
install -m755 %{SOURCE5} -D %{buildroot}%{_initrddir}/partimaged

cat > README.mdv <<EOF
Mandriva RPM specific notes

setup
-----
In order to comply with ROSA SSL certificates policy, partimage binary has
been modified to use the following files:
- /etc/pki/tls/certs/partimage.pem instead of default
  /etc/partimaged/partimaged.cert
- /etc/pki/tls/private/partimage.pem instead of default
  /etc/partimaged/partimaged.key
EOF

%find_lang %{name}



%changelog

* Thu Mar 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.9-4
- (0f42d2a) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23507 |14mu|partitionmanager-2.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Partition Manager
Name:		partitionmanager
Version:	2.2.1
Release:	1
License:	GPLv3+
Group:		System/Kernel and hardware
Url:		http://sourceforge.net/projects/partitionman/
Source0:	http://download.kde.org/stable/partitionmanager/%{version}/src/%{name}-%{version}.tar.xz
Source1:	partitionmanager_ru.po.tar.gz
Patch0:		partitionmanager-2.1.0-kdesu5.patch
Patch1:		partitionmanager-2.0.0-l10n.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	cmake
BuildRequires:	kf5config-devel
BuildRequires:	kf5crash-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5jobwidgets-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	kpmcore-devel
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(libatasmart)
BuildRequires:	pkgconfig(Qt5Core) >= 5.4.1
BuildRequires:	pkgconfig(Qt5Gui) >= 5.4.1
BuildRequires:	pkgconfig(Qt5Widgets) >= 5.4.1
Requires:	dosfstools
Requires:	e2fsprogs
Requires:	jfsutils
Requires:	ntfs-3g
Requires:	reiserfsprogs
Requires:	xfsprogs

%description
A KDE utility that allows you to manage disks, partitions, and file systems.

%files -f %{name}.lang
%doc README.md TODO CHANGES
%{_kde5_applicationsdir}/org.kde.PartitionManager.desktop
%{_kde5_bindir}/%{name}
%{_kde5_xmlguidir}/%{name}/%{name}*.rc
%{_kde5_datadir}/config.kcfg/partitionmanager.kcfg
%{_kde5_iconsdir}/hicolor/scalable/apps/partitionmanager.svg
%{_datadir}/appdata/org.kde.PartitionManager.appdata.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

pushd po/ru
tar -xvzf %{SOURCE1}
popd

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html --with-kde

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.1-1
- (58a4d38) README was renamed to README.md
- (Andrey Bondrov: c1640ab) New version 2.2.1

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-2
- (2c07f8f) Bump release

* Thu Jun 02 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.2.0-1
- (2744f43) Updated Russian translations
- (Victor Ryzhikh: 196b151) Updated Russian translations
- (Victor Ryzhikh: 4175ecf) Updated now version 2.2.0, Updated Russian translations

* Tue May 31 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.1.0-1
- (330c392) Updated now version 2.2.0, Updated Russian translations
- (Andrey Bondrov: 566a24d) New version 2.1.0

* Thu Jan 28 2016 VictorR2007 <victorr2007@yandex.ru> 2.0.0-7
- (c5e3893) Updated Russian translation

* Thu Jan 28 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.0.0-6
- (66ba028) Updated Russian translation

* Thu Jan 28 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.0.0-5
- (186626c) Updated Russian translation
- (Victor Ryzhikh: 1c9f05e) Updated Russian translation

* Mon Jan 25 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.0.0-4
- (428dbdb) Updated Russian translation
- (Victor Ryzhikh: cbf1283) Updated Russian translation

* Sun Jan 24 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.0.0-3
- (aaeb3aa) Updated Russian translation
- (Victor Ryzhikh: 3c04813) Updated Russian translation
- (Victor Ryzhikh: 3775a75) Updated Russian translation

* Sun Jan 24 2016 Victor Ryzhikh <victorr2007@yandex.ru> 2.0.0-2
- (3937901) Updated Russian translation
- (Andrey Bondrov: ad6f8a9) Add support for kdesu5

* Sun Jan 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-1
- (d63b0d2) New version 2.0.0
- (d63b0d2) Depends on kpmcore now (update BuildRequires)
- (d63b0d2) Update files (some files moved to kpmcore)

* Tue Nov 24 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.1-3
- (9e9320d) Bump release

* Thu Nov 12 2015 Victor Ryzhikh <victorr2007@yandex.ru> 1.2.1-2
- (4f66ef0) Updated Russian translation

* Thu Nov 12 2015 Victor Ryzhikh <victorr2007@yandex.ru> 1.2.1-1
- (718c01c) Updated Russian translation
- (Andrey Bondrov: 3a91acd) New version 1.2.1, switch to KF5

* Mon Feb 16 2015 Giovanni Mariani <mc2374@mclink.it> 1.1.1-1
- (aef343e) Updated to release 1.1.1

* Mon Dec 22 2014 abfonly <abfonly@gmail.com> 1.1.0-1
- (18dd805) Log: Update to 1.1.0
- (abfonly: f646f3c) Log: Update to 1.1.0
- (abfonly: 4cb0c45) Log: Update to 1.1.0

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.60-0.1236311.3
- (9d606d8) MassBuild#464: Increase release tag

* Tue Aug 07 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.60-0.1236311.2
- (6ee31b3) Automatic import for version 1.0.60-0.1236311.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23508 |14mu|patch-2.7.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The GNU patch command, for modifying/upgrading files
Name:		patch
Version:	2.7.5
Release:	1
License:	GPLv3+
Group:		Text tools
Url:		http://www.gnu.org/directory/GNU/patch.html
Source0:	ftp://ftp.gnu.org/gnu/patch/%{name}-%{version}.tar.xz
Source1:	ftp://ftp.gnu.org/gnu/patch/%{name}-%{version}.tar.xz.sig
Patch3:		patch-2.6-stderr.patch
Patch6:		patch-2.6-fix-str-fmt.patch
Patch8:		patch-2.7.1-fix-segfault-in-parsing-of-incorrect-args.patch
# debian patches:
Patch103:	lenny-options.diff
BuildRequires:	attr-devel

%description
The patch program applies diff files to originals.  The diff command
is used to compare an original to a changed file.  Diff lists the
changes made to the file.  A person who has the original file can then
use the patch command with the diff file to add the changes to their
original file (patching the file).

Patch should be installed because it is a common way of upgrading
applications.

%files
%doc NEWS README AUTHORS ChangeLog
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall


%changelog

* Wed Aug 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.7.5-1
- (81c4a5a) Updated to 2.7.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23509 |14mu|patchelf-0.10-0.20170615.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20170615

Summary:	A utility for patching ELF binaries
Name:		patchelf
Version:	0.10
Release:	0.%{git}.2
License:	GPLv3+
Group:		Development/Tools
Url:		http://nixos.org/patchelf.html
#Source0:	http://releases.nixos.org/patchelf/patchelf-%{version}//%{name}-%{version}.tar.bz2
Source0:	%{name}-%{version}-%{git}.tar.bz2
# Use hack for OpenSSL compat libraries until https://github.com/NixOS/patchelf/issues/44 is fixed
Patch0:		patchelf-0.10-20170615-openssl-hack.patch
BuildRequires:	acl-devel
BuildRequires:	attr-devel

%description
PatchELF is a simple utility for modifying an existing ELF executable
or library. It can change the dynamic loader ("ELF interpreter")
of an executable and change the RPATH of an executable or library.

%files
%doc README COPYING
%{_bindir}/patchelf
%{_mandir}/man1/patchelf.1*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{git}
%patch0 -p1

# package ships elf.h - delete to use glibc-headers one
rm src/elf.h

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

# the docs get put in a funny place, so delete and include in the
# standard way in the docs section below
rm -rf %{buildroot}%{_datadir}/doc/%{name}

%check
make check

%changelog

* Thu Nov 09 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10-0.20170615.2
- (a2f5339) Use pre-increment to be more clear



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23510 |14mu|pavucontrol-3.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without gtk3

Summary:	Volume control for Pulseaudio sound server for Linux
Name:		pavucontrol
Version:	3.0
Release:	8
License:	GPLv2+
Group:		Sound
Url:		http://freedesktop.org/software/pulseaudio/%{name}
Source0:	http://freedesktop.org/software/pulseaudio/%{name}/%{name}-%{version}.tar.xz
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Patch0:		pavucontrol-3.0-russian.patch
Patch1:		pavucontrol-3.0-fix-string-lang.patch
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	lynx
%if %{with gtk3}
BuildRequires:	pkgconfig(gtkmm-3.0) >= 3.0
BuildRequires:	pkgconfig(libcanberra-gtk3)
%else
BuildRequires:	pkgconfig(gtkmm-2.4) >= 2.16
BuildRequires:	pkgconfig(libcanberra-gtk)
%endif
BuildRequires:	pkgconfig(libglademm-2.4)
BuildRequires:	pkgconfig(libpulse) >= 0.9.16
Requires:	pulseaudio
Provides:	pulseaudio-volume-control = %{EVRD}

%description
Pulseaudio Volume Control (pavucontrol) is a simple GTK based volume control
tool for the Pulseaudio sound server. In contrast to classic mixer tools this
one allows you to control both the volume of hardware devices and of each
playback stream separately.

%files -f %{name}.lang
%doc README LICENSE
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/%{name}.glade
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
%if %{with gtk3}
	--enable-gtk3
%else
	--disable-gtk3
%endif
%make

%install
%makeinstall_std

sed -i "s/^Icon=.*/Icon=%{name}/" %{buildroot}%{_datadir}/applications/%{name}.desktop

desktop-file-install --vendor="" \
	--add-category="GTK" \
	--add-category="X-MandrivaLinux-Multimedia-Sound" \
	--add-category="X-MandrivaLinux-CrossDesktop" \
	--remove-category="Application" \
	--remove-key="Encoding" \
	--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

# Icons
install -D -m 0644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 0644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png

%find_lang %{name}


%changelog

* Sun Sep 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-8
- (04c76e0) Fix localization of desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23511 |14mu|pcre2-10.22-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define posixmajor 1
%define libname8 %mklibname pcre2-8_ %{major}
%define libname16 %mklibname pcre2-16_ %{major}
%define libname32 %mklibname pcre2-32_ %{major}
%define libnameposix %mklibname pcre2posix %{posixmajor}
%define devname %mklibname %{name} -d

Summary:	Perl-compatible regular expression library
Name:		pcre2
Version:	10.22
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://www.pcre.org/
Source0:	ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
# Do no set RPATH if libdir is not /usr/lib
Patch0:		pcre2-10.10-Fix-multilib.patch
BuildRequires:	readline-devel

%description
PCRE2 is a re-working of the original PCRE (Perl-compatible regular
expression) library to provide an entirely new API.

PCRE2 is written in C, and it has its own API. There are three sets of
functions, one for the 8-bit library, which processes strings of bytes, one
for the 16-bit library, which processes strings of 16-bit values, and one for
the 32-bit library, which processes strings of 32-bit values. There are no C++
wrappers.

The distribution does contain a set of C wrapper functions for the 8-bit
library that are based on the POSIX regular expression API (see the pcre2posix
man page). These can be found in a library called libpcre2posix. Note that
this just provides a POSIX calling interface to PCRE2; the regular expressions
themselves still follow Perl syntax and semantics. The POSIX API is
restricted, and does not give full access to all of PCRE2's facilities.

#----------------------------------------------------------------------------

%package -n %{libname8}
Summary:	Perl-compatible regular expression library
Group:		System/Libraries

%description -n %{libname8}
PCRE2 is a re-working of the original PCRE (Perl-compatible regular
expression) library to provide an entirely new API.

%files -n %{libname8}
%{_libdir}/libpcre2-8.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libname16}
Summary:	Perl-compatible regular expression library
Group:		System/Libraries

%description -n %{libname16}
PCRE2 is a re-working of the original PCRE (Perl-compatible regular
expression) library to provide an entirely new API.

%files -n %{libname16}
%{_libdir}/libpcre2-16.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libname32}
Summary:	Perl-compatible regular expression library
Group:		System/Libraries

%description -n %{libname32}
PCRE2 is a re-working of the original PCRE (Perl-compatible regular
expression) library to provide an entirely new API.

%files -n %{libname32}
%{_libdir}/libpcre2-32.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnameposix}
Summary:	Perl-compatible regular expression library
Group:		System/Libraries

%description -n %{libnameposix}
This package contains the shared library libpcre2-posix.

%files -n %{libnameposix}
%{_libdir}/libpcre2-posix.so.%{posixmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname8} = %{EVRD}
Requires:	%{libname16} = %{EVRD}
Requires:	%{libname32} = %{EVRD}
Requires:	%{libnameposix} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files (headers, libraries for dynamic linking, documentation)
for %{name}. The header file for the POSIX-style functions is called
pcre2posix.h.

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*.h
%{_mandir}/man1/pcre2-config.*
%{_mandir}/man3/*
%{_bindir}/pcre2-config

#----------------------------------------------------------------------------

%package tools
Summary:	Auxiliary utilities for %{name}
Group:		Development/Tools

%description tools
Utilities demonstrating PCRE2 capabilities like pcre2grep or pcre2test.

%files tools
%{_bindir}/pcre2grep
%{_bindir}/pcre2test
%{_mandir}/man1/pcre2grep.*
%{_mandir}/man1/pcre2test.*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .multilib

%build
# Because of multilib patch
libtoolize --copy --force
autoreconf -vif

%configure2_5x \
	--enable-jit \
	--enable-pcre2grep-jit \
	--disable-bsr-anycrlf \
	--disable-coverage \
	--disable-ebcdic \
	--disable-never-backslash-C \
	--enable-newline-is-lf \
	--enable-pcre2-8 \
	--enable-pcre2-16 \
	--enable-pcre2-32 \
	--disable-pcre2test-libedit \
	--enable-pcre2test-libreadline \
	--disable-pcre2grep-libbz2 \
	--disable-pcre2grep-libz \
	--disable-rebuild-chartables \
	--enable-shared \
	--enable-stack-for-recursion \
	--disable-static \
	--enable-unicode \
	--disable-valgrind
%make

%install
%makeinstall_std
# These are handled by %%doc in %%files
rm -rf %{buildroot}%{_docdir}/pcre2

%check
make check VERBOSE=yes


%changelog

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 10.22-2
- (4e2f375) MassBuild#1169: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23512 |14mu|pcsc-lite-1.8.10-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define pcscspy_major 0
%define libname %mklibname pcsclite %{major}
%define libpcscspy %mklibname pcscspy %{pcscspy_major}
%define devname %mklibname pcsclite -d

Summary:	M.U.S.C.L.E. PC/SC Framework for Linux
Name:		pcsc-lite
Version:	1.8.10
Release:	5
License:	BSD-like
Group:		System/Servers
Url:		http://pcsclite.alioth.debian.org
Source0:	https://alioth.debian.org/frs/download.php/3695/pcsc-lite-%{version}.tar.bz2
Source1:	https://alioth.debian.org/frs/download.php/3695/pcsc-lite-%{version}.tar.bz2.asc
BuildRequires:	doxygen
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(udev)
Requires(post,preun,postun):	util-linux

%description
The purpose of PC/SC Lite is to provide a Windows(R) SCard interface
in a very small form factor for communicating to smartcards and
readers.  PC/SC Lite uses the same winscard API as used under
Windows(R).  This package includes the PC/SC Lite daemon, a resource
manager that coordinates communications with smart card readers and
smart cards that are connected to the system, as well as other command
line tools.

%files
%doc AUTHORS DRIVERS HELP INSTALL NEWS README SECURITY
%doc doc/README.DAEMON
%dir %{_sysconfdir}/reader.conf.d/
%dir %{_libdir}/pcsc/drivers/
%{_unitdir}/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%{_sbindir}/*

%post
%_post_service pcscd
# systemd hack #1 (fix if you know how to do sockets better :))
if mountpoint -q /sys/fs/cgroup/systemd; then
	systemctl disable pcscd.service > /dev/null 2>&1
	systemctl enable pcscd.socket > /dev/null 2>&1

	# Initial installation
	if [ $1 -eq 1 ] ; then
		systemctl start pcscd.socket > /dev/null 2>&1
	fi
fi

%preun
# systemd hack #2
if mountpoint -q /sys/fs/cgroup/systemd; then
	# Removal, not upgrade
	if [ $1 -eq 0 ] ; then
		systemctl disable pcscd.socket > /dev/null 2>&1
		systemctl stop pcscd.socket > /dev/null 2>&1
	fi
fi

%_preun_service pcscd

%postun
if mountpoint -q /sys/fs/cgroup/systemd; then
	systemctl daemon-reload
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Muscle PCSC Framework for Linux libraries
Group:		System/Libraries
Provides:	libpcsclite%{major} = %{EVRD}

%description -n %{libname}
The purpose of PCSC Lite is to provide a Windows(R) SCard interface in a
very small form factor for communicating to smartcards and readers.
PCSC Lite uses the same winscard api as used under Windows(R).

The %{name}-devel package contains the header files and libraries
needed for compiling PCSC Lite programs. If you want to develop PCSC Lite-aware
programs, you'll need to install this package.

This package was tested to work with A.E.T. Europe B.V. SafeSign. This
package is suported by A.E.T. Europe B.V. when used in combination with
SafeSign.

%files -n %{libname}
%doc COPYING
%{_libdir}/libpcsc*.so.%{major}*

#----------------------------------------------------------------------------

%package -n pcsc-spy
Summary:	PCSC API spy shared library
Group:		System/Libraries
Requires:	python
Requires:	%{name}
Requires:	%{libpcscspy} = %{EVRD}

%description -n pcsc-spy
The purpose of pcsc-spy is to spy all the calls between the PC/SC client
and the PC/SC library.

%files -n pcsc-spy
%{_bindir}/pcsc-spy
%{_mandir}/man1/pcsc-spy.1.*

#----------------------------------------------------------------------------

%package -n %{libpcscspy}
Summary:	PCSC Smart Card Library
Group:		System/Libraries

%description -n %{libpcscspy}
Supporting library for the PC/SC spy tool.

%files -n %{libpcscspy}
%{_libdir}/libpcscspy.so.%{pcscspy_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Muscle PCSC Framework for Linux development files
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libpcscspy} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	libpcsclite-devel = %{EVRD}

%description -n %{devname}
The purpose of PCSC Lite is to provide a Windows(R) SCard interface in a
very small form factor for communicating to smartcards and readers.
PCSC Lite uses the same winscard api as used under Windows(R).

The %{name}-devel package contains the header files and libraries
needed for compiling PCSC Lite programs. If you want to develop PCSC Lite-aware
programs, you'll need to install this package.

This package was tested to work with A.E.T. Europe B.V. SafeSign. This
package is suported by A.E.T. Europe B.V. when used in combination with
SafeSign.

%files -n %{devname}
%doc ChangeLog
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%package doc
Summary:	PC/SC Lite developer documentation
Group:		Documentation
Buildarch:	noarch

%description doc
PC/SC Lite developer documentation.

%files doc
%doc doc/api/ doc/example/pcsc_demo.c COPYING

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%serverbuild
%configure2_5x \
	--disable-static \
	--enable-ipcdir=%{_localstatedir}/run \
	--enable-usbdropdir=%{_libdir}/pcsc/drivers

%make
doxygen doc/doxygen.conf; rm -f doc/api/*.{map,md5}

%install
%makeinstall_std

# service files
install -d %{buildroot}%{_unitdir}
install -m 644 etc/pcscd.service %{buildroot}%{_unitdir}/pcscd.service
install -m 644 etc/pcscd.socket %{buildroot}%{_unitdir}/pcscd.socket

# Create empty directories
mkdir -p %{buildroot}%{_sysconfdir}/reader.conf.d
mkdir -p %{buildroot}%{_libdir}/pcsc/drivers
mkdir -p %{buildroot}%{_localstatedir}/run/pcscd


%changelog

* Sun Jan 22 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.10-5
- (6c59a4e) Fix post-scripts paths
- (6c59a4e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23513 |14mu|pcsc-tools-1.4.24-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		pcsc-tools
Version:	1.4.24
Release:	1
License:	GPLv2+
Summary:	PCSC tools useful for a PC/SC user
Group:		Text tools
Url:		http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
Source0:	http://ludovic.rousseau.free.fr/softwares/pcsc-tools/%{name}-%{version}.tar.gz
Source1:	http://ludovic.rousseau.free.fr/softwares/pcsc-tools/%{name}-%{version}.tar.gz.asc
Buildrequires:	pcsc-lite-devel
Requires:	ccid
Requires:	perl-pcsc-perl

%description
This package contains some tools useful for a PC/SC user.
- pcsc_scan (Ludovic Rousseau <ludovic.rousseau@free.fr>)
    regularly scans every PC/SC reader connected to the host
    if a card is inserted or removed a "line" is printed
- ATR_analysis (Christophe Levantis and Ludovic Rousseau)
    Perl script used to parse the smart card ATR.
    This script is called (by default) by pcsc_scan
- smartcard_list.txt (Ludovic Rousseau)
    This list contains ATR of some cards. The list is used by
    ATR_analysis to find a card model corresponding to the ATR.
- scriptor (Lionel Victor <lionel.victor@unforgettable.com>)
    A Perl script to send commands to a smart card. You can use a file
    containing the commands or stdin.
- gscriptor (Lionel Victor <lionel.victor@unforgettable.com>)
    A Perl script to send commands to a smart card with GTK-based
    graphical interface.

%files
%doc README TODO Changelog*
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/pcsc/smartcard_list.txt

#----------------------------------------------------------------------------

%prep
%setup -q
xz -9 Changelog

%build
%make

%install
%makeinstall_std DESTDIR=%{buildroot}/usr

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.4.24-1
- (5a8e2cb) Updated to 1.4.24



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23514 |14mu|perl-Algorithm-C3-0.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Algorithm-C3
%define upstream_version 0.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	A module for merging hierarchies using the C3 algorithm

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp) >= 0.01
BuildRequires:  perl(Module::Build)
BuildRequires:	perl(Test::More) >= 0.47
BuildArch:	noarch

%description
This module implements the C3 algorithm. Most of the uses for C3
revolve around class building and metamodels, but it could also be
used for things like dependency resolution as well since it tends to
do such a nice job of preserving local precendence orderings.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor destdir=%{buildroot}
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorlib}/Algorithm
%{_mandir}/man*/*

%changelog
* Tue Oct 21 2014 dsilakov <denis.silakov@rosalab.ru> 0.100.0-1
+ Revision: 5452fad
- Merge pull request #2 from import/perl-Algorithm-C3:auto_update
- Updated to 0.10 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23515 |14mu|perl-Algorithm-Diff-1.190.300-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Algorithm-Diff
%define upstream_version 1.1903

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Epoch:      1

Summary:    Compute `intelligent' differences between two files / lists

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.gz
Buildrequires:  perl-devel
Buildarch:      noarch

%description
This module compute `intelligent' differences between two files / lists.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%clean 

%files 
%doc README Changes
%{perl_vendorlib}/Algorithm
%{_mandir}/*/*

%changelog
* Mon Dec 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.190.300-1
+ Revision: 75a0ecf
- Updated to 1.1903 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23516 |14mu|perl-Apache-Test-1.390.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Apache-Test
%define upstream_version 1.39

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Test.pm wrapper with helpers for testing Apache

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Apache/%{upstream_name}-%{upstream_version}.tar.gz
BuildArch:	noarch
Provides:	perl(Apache::TestConfigParse)
Provides:	perl(Apache::TestConfigPerl)
BuildRequires:	perl-devel

%description
Apache::Test is a test toolkit for testing an Apache server with any
configuration. It works with Apache 1.3 and Apache 2.0 and any of its modules,
including mod_perl 1.0 and 2.0. It was originally developed for testing
mod_perl 2.0.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install

%makeinstall_std

%files
%doc CONTRIBUTORS Changes INSTALL LICENSE README SUPPORT ToDo
%{perl_vendorlib}/Apache
%{perl_vendorlib}/Bundle
%{_mandir}/*/*

%changelog

* Wed Jul 01 2015 dsilakov <denis.silakov@rosalab.ru> 1.390.0-1
- (87acfba) Merge pull request #2 from import/perl-Apache-Test:auto_update
- (87acfba) Updated to 1.39 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23517 |14mu|perl-Archive-Cpio-0.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Archive-Cpio
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Manipulations of cpio archives

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/P/PI/PIXEL/%{upstream_name}-%{upstream_version}.tar.gz
BuildArch:	noarch
BuildRequires:	perl-devel

%description
Archive::Cpio provides a few functions to read and write cpio files.

cpio-filter is a script using Archive::Cpio that transforms a cpio archive on
the fly

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes
%{perl_vendorlib}/Archive/Cpio*
%{_bindir}/*
%{_mandir}/*/*

%changelog

* Thu Dec 31 2015 dsilakov <denis.silakov@rosalab.ru> 0.100.0-1
- (16a3023) Merge pull request #1 from import/perl-Archive-Cpio:auto_update
- (16a3023) Updated to 0.10 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23518 |14mu|perl-Archive-Extract-0.760.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Archive-Extract
%define upstream_version 0.76

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A generic archive extracting mechanism

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Archive/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IPC::Cmd)                  >= 0.360.0
BuildRequires:	perl(Module::Load::Conditional) >= 0.40.0
BuildRequires:	perl-version
BuildArch:	noarch

%description
Archive::Extract is a generic archive extraction mechanism.

It allows you to extract any archive file of the type .tar, .tar.gz, .gz, .Z,
tar.bz2, .tbz, .bz2 or .zip without having to worry how it does so, or use
different interfaces for each type by using either perl modules, or commandline
tools on your system.

%prep
%setup -qn  %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%__make test

%install
%makeinstall_std

%files
%doc README CHANGES
%{perl_vendorlib}/Archive/*
%{_mandir}/*/*

%changelog

* Thu Dec 31 2015 dsilakov <denis.silakov@rosalab.ru> 0.760.0-1
- (e95ceb5) Merge pull request #4 from import/perl-Archive-Extract:auto_update
- (e95ceb5) Updated to 0.76 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23519 |14mu|perl-Archive-Zip-1.530.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Archive-Zip
%define upstream_version 1.53

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Provide an interface to ZIP archive files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Archive/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	zlib-devel
BuildRequires:	perl-devel
BuildRequires:	perl(Compress::Zlib)
BuildRequires:	perl(File::Which)
BuildArch:	noarch


%description
A Perl module that provides an interface to ZIP archive files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor 
%make CFLAGS="%{optflags}"

%check
%__make test

%install
%makeinstall_std

%files
%doc  Changes 
%doc examples
%{_bindir}/crc32
%{perl_vendorlib}/Archive
%{_mandir}/*/*

%changelog

* Thu Dec 31 2015 dsilakov <denis.silakov@rosalab.ru> 1.530.0-1
- (ced96f6) Merge pull request #9 from import/perl-Archive-Zip:auto_update
- (ced96f6) Updated to 1.53 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23520 |14mu|perl-Authen-Radius-0.240.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Authen-Radius
%define upstream_version 0.24
%define tarname RadiusPerl 

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1

Summary:	Radius authentication interface to Perl 5	

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Authen/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch


%description
RadiusPerl is a Perl 5 module (Radius.pm) which allows you to 
communicate with a Radius server from Perl. You can just authenticate 
usernames/passwords via Radius, or comletely imitate AAA requests 
and process server response.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor 
make OPTIMIZE="%{optflags}" 
# (sb) can't really do this - need a Radius server
#make test

%install
%makeinstall_std 

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorlib}/Authen




%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.240.0-1
- (900aa0d) Updated to 0.24



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23521 |14mu|perl-autodie-2.290.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       autodie
%define upstream_version 2.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Lexically have functions succeed or die


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel

BuildArch:	noarch

Provides:	perl(autodie)

%description
'Fatal' provides a way to conveniently replace functions which normally
return a false value when they fail with equivalents which raise exceptions
if they are not successful. This lets you use these functions without
having to test their return values explicitly on each call. Exceptions can
be caught using 'eval{}'. See the perlfunc manpage and the perlvar manpage
for details.

The do-or-die equivalents are set up simply by calling Fatal's 'import'
routine, passing it the names of the functions to be replaced. You may wrap
both user-defined functions and overridable CORE operators (except 'exec',
'system', 'print', or any other built-in that cannot be expressed via
prototypes) in this way.

If the symbol ':void' appears in the import list, then functions named
later in that import list raise an exception only when these are called in
void context--that is, when their return values are ignored. For example

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes 
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Thu Dec 31 2015 dsilakov <denis.silakov@rosalab.ru> 2.290.0-1
- (c8801af) Merge pull request #6 from import/perl-autodie:auto_update
- (c8801af) Updated to 2.29 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23522 |14mu|perl-B-Hooks-EndOfScope-0.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    B-Hooks-EndOfScope
%define upstream_version 0.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Execute code after a scope finished compilation

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/B/B-Hooks-EndOfScope-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Sub::Exporter::Progressive) >= 0.1.11
BuildRequires:	perl(Module::Runtime) >= 0.14.0
BuildRequires:	perl(Module::Implementation)
BuildRequires:	perl(Scope::Guard)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Variable::Magic)
BuildRequires:	perl-devel
BuildRequires:	perl(File::Glob)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(IPC::Open2)
BuildRequires:	perl(ExtUtils::CBuilder)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
  
BuildArch:	noarch

%description
This module allows you to execute code when perl finished compiling the
surrounding scope.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Jul 05 2015 abfonly <abfonly@gmail.com> 0.150.0-1
- (fdf6eaf) Log: update to 0.150.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23523 |14mu|perl-Bit-Vector-7.400.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Bit-Vector
%define upstream_version 7.4

%define TEST 1
%{?_with_test: %{expand: %%global TEST 1}}
%{?_without_test: %{expand: %%global TEST 0}}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary: 	%{upstream_name} module for perl

License: 	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Bit/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Carp::Clan)
BuildRequires:	perl(Storable) >= 2.210.0
BuildRequires:	perl-devel


%description
%{upstream_name} module for perl.
Bit::Vector is an efficient C library which allows you to handle
bit vectors, sets (of integers), "big integer arithmetic" and
boolean matrices, all of arbitrary sizes.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod -R u+w examples

%build
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%if %{TEST}
LANG=C %make test
%endif

%install
%makeinstall_std

%clean 

%files
%defattr(-,root,root,755)
%doc CHANGES.txt CREDITS.txt INSTALL.txt README.txt examples
%{_mandir}/man3/Bit::Vector*
%dir %{perl_vendorarch}/Bit
%{perl_vendorarch}/Bit/Vector*
%dir %{perl_vendorarch}/auto/Bit
%{perl_vendorarch}/auto/Bit/Vector*

%changelog
* Mon Dec 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.400.0-1
+ Revision: 2a80ce8
- Updated to 7.4 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23524 |14mu|perl-BSD-Resource-1.290.900-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 BSD-Resource
%define upstream_version 1.2909

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	BSD process resource limit and priority functions

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/BSD/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel


%description
%{upstream_name} module for perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install

%makeinstall_std

%files
%doc ChangeLog README
%{perl_vendorarch}/BSD
%{perl_vendorarch}/auto/BSD
%{_mandir}/man*/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.290.900-1
- (29e4fee) Merge pull request #2 from import/perl-BSD-Resource:auto_update
- (29e4fee) Updated to 1.2909 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23525 |14mu|perl-Cairo-1.105.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Cairo
%define modver 1.105

Summary:	Perl module for the Cairo library


Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	1
License:	GPLv2+ or Artistic
Group:		Development/GNOME and GTK+
Url:		http://gtk2-perl.sf.net/
# http://sourceforge.net/project/showfiles.php?group_id=64773&package_id=160888
Source0:	http://sourceforge.net/projects/gtk2-perl/files/%{modname}/%{modver}/%{modname}-%{modver}.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::Depends)
BuildRequires:	perl(ExtUtils::PkgConfig)
BuildRequires:	perl(Test::Number::Delta)
BuildRequires:	pkgconfig(cairo)

%description
This module provides perl access to the Cairo library.

Cairo provides anti-aliased vector-based rendering for X. Paths
consist of line segments and cubic splines and can be rendered at any
width with various join and cap styles. All colors may be specified
with optional translucence (opacity/alpha) and combined using the
extended Porter/Duff compositing algebra as found in the X Render
Extension.

%prep
%setup -qn %{modname}-%{modver}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test || :

%install
%makeinstall_std

%files
%doc LICENSE examples README NEWS TODO 
%{perl_vendorarch}/%{modname}
%{perl_vendorarch}/%{modname}.pm
%{perl_vendorarch}/auto/*
%{_mandir}/man3/*

%changelog
* Mon Dec 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.105.0-1
+ Revision: a12d5fa
- Updated to 1.105 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23526 |14mu|perl-Canary-Stability-2001.0.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Canary-Stability
%define upstream_version 2001

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Canary to check perl compatibility for schmorp's modules
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Canary/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl-devel

BuildArch: noarch

%description
This module is used by Schmorp's modules during configuration stage to test
the installed perl for compatibility with his modules.

It's not, at this stage, meant as a tool for other module authors, although
in principle nothing prevents them from subscribing to the same ideas.

See the _Makefile.PL_ in the Coro manpage or the AnyEvent manpage for usage
examples.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes META.json README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Fri Jan 01 2016 Denis Silakov <denis.silakov@rosalab.ru> 2001.0.0-3
- (14fff26) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23527 |14mu|perl-Capture-Tiny-0.300.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Capture-Tiny
%define upstream_version 0.30

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Capture STDOUT and STDERR from Perl, XS or external programs

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel

BuildArch: noarch

%description
Capture::Tiny provides a simple, portable way to capture anything sent to
STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or
from an external program. Optionally, output can be teed so that it is
captured while being passed through to the original handles. Yes, it even
works on Windows. Stop guessing which of a dozen capturing modules to use
in any particular situation and just use this one.

This module was heavily inspired by the IO::CaptureOutput manpage, which
provides similar functionality without the ability to tee output and with
more complicated code and API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Wed Jul 01 2015 dsilakov <denis.silakov@rosalab.ru> 0.300.0-1
- (04139a0) Merge pull request #4 from import/perl-Capture-Tiny:auto_update
- (04139a0) Updated to 0.30 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23528 |14mu|perl-Carp-1.360.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Carp
%define upstream_version 1.36

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2
Summary:    Alternative warn and die for modules
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(parent)
BuildRequires: perl(overload)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(Test::More) >= 1.1.9
BuildRequires: perl(Exporter)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel


BuildArch: noarch

%description
The Carp routines are useful in your own modules because they act like
'die()' or 'warn()', but with a message which is more likely to be useful
to a user of your module. In the case of 'cluck()' and 'confess()', that
context is a summary of every call in the call-stack; 'longmess()' returns
the contents of the error message.

For a shorter message you can use 'carp()' or 'croak()' which report the
error as being from where your module was called. 'shortmess()' returns the
contents of this error message. There is no guarantee that that is where
the error was, but it is a good educated guess.

'Carp' takes care not to clobber the status variables '$!' and '$^E' in the
course of assembling its error messages. This means that a '$SIG{__DIE__}'
or '$SIG{__WARN__}' handler can capture the error information held in those
variables, if it is required to augment the error message, and if the code
calling 'Carp' left useful values there. Of course, 'Carp' can't guarantee
the latter.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Oct 06 2015 Denis Silakov <dsilakov@gmail.com> 1.360.0-2
- (76a02e7) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23529 |14mu|perl-Class-Accessor-Grouped-0.100.120-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Accessor-Grouped
%define upstream_version 0.10012

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	Lets you build groups of accessors

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Algorithm::C3)
BuildRequires: perl(Class::XSAccessor)
BuildRequires: perl(Class::C3)
BuildRequires: perl(Class::Inspector)
BuildRequires: perl(Module::AutoInstall)
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Sub::Identify)
BuildRequires: perl(Sub::Name)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Digest::SHA)
BuildArch:		noarch

%description
This class lets you build groups of accessors that will call different getters
and setters.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 README Changes

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*

%changelog
* Tue Oct 21 2014 dsilakov <denis.silakov@rosalab.ru> 1:0.100.120-1
+ Revision: 8230a63
- Merge pull request #3 from import/perl-Class-Accessor-Grouped:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23530 |14mu|perl-Class-C3-0.300.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-C3
%define upstream_version 0.30

Summary:	A pragma to use the C3 method resolution order algortihm

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	Artistic/GPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz
BuildArch:	noarch
BuildRequires:	perl-devel
BuildRequires:	perl(Algorithm::C3) >= 0.05
BuildRequires:	perl(Scalar::Util) >= 1.10
BuildRequires:	perl(Test::More) >= 0.47
BuildRequires:	perl(Test::Exception) >= 0.15
BuildRequires:	perl(Class::C3::XS) >= 0.07
Requires:	perl(Algorithm::C3)

%description
This is pragma to change Perl 5's standard method resolution order
from depth-first left-to-right (a.k.a - pre-order) to the more
sophisticated C3 method resolution order.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc  README
%{perl_vendorlib}/Class
%{_mandir}/man3/*

%changelog

* Sun Jan 03 2016 dsilakov <denis.silakov@rosalab.ru> 0.300.0-1
- (6031e4d) Merge pull request #4 from import/perl-Class-C3:auto_update
- (6031e4d) Updated to 0.30 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23531 |14mu|perl-Class-ISA-0.360.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-ISA
%define upstream_version 0.36

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	9

Summary:	Report the search path thru an ISA tree

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Suppose you have a class (like Food::Fish::Fishstick) that is derived, via
its @ISA, from one or more superclasses (as Food::Fish::Fishstick is from
Food::Fish, Life::Fungus, and Chemicals), and some of those superclasses
may themselves each be derived, via its @ISA, from one or more superclasses
(as above).

When, then, you call a method in that class ($fishstick->calories), Perl
first searches there for that method, but if it's not there, it goes
searching in its superclasses, and so on, in a depth-first (or maybe
"height-first" is the word) search. In the above example, it'd first look
in Food::Fish, then Food, then Matter, then Life::Fungus, then Life, then
Chemicals.

This library, Class::ISA, provides functions that return that list -- the
list (in order) of names of classes Perl would search to find a method,
with no duplicates.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README ChangeLog
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Thu Jul 07 2016 Denis Silakov <dsilakov@gmail.com> 0.360.0-9
- (d7dc6f4) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23532 |14mu|perl-Class-Load-0.230.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Class-Load
%define upstream_version 0.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A working (require "Class::Name") and more

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz
Source1:	perl-Class-Load.rpmlintrc

BuildRequires:  perl(Data::OptList)
BuildRequires: perl(namespace::clean)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Module::Implementation)
BuildRequires:  perl(Module::Runtime)
BuildRequires:  perl(Package::Stash)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Test::Fatal)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Requires)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
'require EXPR' only accepts 'Class/Name.pm' style module names, not
'Class::Name'. How frustrating! For that, we provide 'load_class
'Class::Name''.

It's often useful to test whether a module can be loaded, instead of
throwing an error when it's not available. For that, we provide
'try_load_class 'Class::Name''.

Finally, sometimes we need to know whether a particular class has been
loaded. Asking '%INC' is an option, but that will miss inner packages and
any class for which the filename does not correspond to the package name.
For that, we provide 'is_class_loaded 'Class::Name''.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sun Jan 03 2016 dsilakov <denis.silakov@rosalab.ru> 0.230.0-1
- (add6442) Merge pull request #4 from import/perl-Class-Load:auto_update
- (add6442) Updated to 0.23 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23533 |14mu|perl-Class-Singleton-1.500.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Class-Singleton
%define upstream_version 1.5

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A Singleton class for Perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is the Class::Singleton module. A Singleton describes an object class that
can have only one instance in any system. This module implements a Singleton
class from which other classes can be derived.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Class
%{_mandir}/*/*

%changelog
* Mon Nov 24 2014 dsilakov <denis.silakov@rosalab.ru> 1.500.0-1
+ Revision: b5090b8
- Merge pull request #1 from import/perl-Class-Singleton:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23534 |14mu|perl-common-sense-3.740.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    common-sense
%define upstream_version 3.74

# Not noarch, installs files to arch-dependent folders
%define debug_package %{nil}

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Save a tree AND a kitten, use common::sense!

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/common/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

Provides:	perl(common::sense)

%description
This module implements some sane defaults for Perl programs, as defined by
two typical (or not so typical - use your common sense) specimens of Perl
coders.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 3.740.0-1
- (61b3dff) Merge pull request #3 from import/perl-common-sense:auto_update
- (61b3dff) Updated to 3.74 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23535 |14mu|perl-Compress-Raw-Bzip2-2.69.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Compress-Raw-Bzip2
%define upstream_version 2.069

Summary:	Low-Level Interface to bzip2 compression library

Name:		perl-%{modname}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/%{modname}-%{upstream_version}.tar.gz
BuildRequires:	bzip2-devel
BuildRequires:	perl-devel

%description
Low-Level Interface to bzip2 compression library.

%prep
%setup -qn %{modname}-%{upstream_version}

%build
BUILD_BZIP2=0 perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorarch}/Compress
%{perl_vendorarch}/auto/Compress
%{_mandir}/man3/Compress::Raw::Bzip2.3pm*

%changelog

* Tue Jan 26 2016 Denis Silakov <dsilakov@gmail.com> 2.69.0-1
- (2d486ca) Updated to 2.69.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23536 |14mu|perl-Compress-Raw-Zlib-2.69.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Compress-Raw-Zlib
%define upstream_version 2.069

Summary:	Low-Level Interface to zlib compression library

Name:		perl-%{modname}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/%{modname}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(zlib)

%description
Low-Level Interface to zlib compression library.

%prep
%setup -qn %{modname}-%{upstream_version}
# Leaving the unused zlib source in the tree causes its zlib.h to be preferred
# over the system version we want.
rm -rf zlib-src

%build
BUILD_ZLIB=False perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorarch}/Compress
%{perl_vendorarch}/auto/Compress
%{_mandir}/man3/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 2.69.0-1
- (a21b589) Merge pull request #7 from import/perl-Compress-Raw-Zlib:auto_update
- (a21b589) Updated to 2.069 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23537 |14mu|perl-Config-General-2.600.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Config-General
%define upstream_version 2.60

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Generic Config perl module


License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module opens a config file and parses it's contents for you. The
method new requires one parameter which needs to be a filename. The
method getall returns a hash which contains all options and it's
associated values of your config file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changelog README

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changelog README
%{perl_vendorlib}/Config
%{_mandir}/man3/*

%changelog

* Thu Dec 31 2015 dsilakov <denis.silakov@rosalab.ru> 2.600.0-1
- (6ec29dd) Merge pull request #3 from import/perl-Config-General:auto_update
- (6ec29dd) Updated to 2.60 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23538 |14mu|perl-Config-IniFiles-2.880.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Config-IniFiles
%define upstream_version 2.88

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	A module for reading .ini-style configuration files

License: 	GPL
Group: 		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Module::Build)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl-devel
BuildRequires:	perl(version) >= 1:0.880.0
BuildRequires:	perl-Scalar-List-Utils
BuildRequires:	perl(Test::Pod::Coverage)
# These would be useful for tests but they are in contrib now
# BuildRequires:	perl(Test::TrailingSpace)
# BuildRequires:	perl(Test::CPAN::Changes)
# We need version of perl(List::Util) higher than the one provided by current perl-base
Requires:	perl-Scalar-List-Utils
BuildArch: noarch

%description
This perl module allows you to access to config files written in the
.ini style.

%prep
%setup -q -n Config-IniFiles-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc README
%{perl_vendorlib}/Config
%{_mandir}/*/*

%changelog

* Sat Feb 13 2016 Denis Silakov <dsilakov@gmail.com> 2.880.0-2
- (d40c486) Fix req



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23539 |14mu|perl-Config-Tiny-2.230.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Config-Tiny
%define upstream_version 2.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Read/Write .ini style files with as little code as possible

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
"Config::Tiny" is a perl class to read and write .ini style
configuration files with as little code as possible, reducing load time
and memory overhead. Most of the time it is accepted that Perl
applications use a lot of memory and modules. The "::Tiny" family of
modules is specifically intended to provide an ultralight alternative to
the standard modules.

This module is primarily for reading human written files, and anything
we write shouldn't need to have documentation/comments. If you need
something with more power move up to Config::Simple, Config::General or
one of the many other "Config::" modules. To rephrase, Config::Tiny does
not preserve your comments, whitespace, or the order of your config
file.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
chmod 644 Changes lib/Config/Tiny.pm
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Config
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.230.0-1
- (ad6791d) Updated to 2.23 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23540 |14mu|perl-Convert-TNEF-0.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Convert-TNEF
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	%{upstream_name} module for perl
License:	GPL
Group:		Development/Perl
Url:		http://www.cpan.org/modules/by-module/Convert/
Source0:	%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-MIME-tools
BuildRequires:	perl-devel
BuildArch:	noarch

%description
%{upstream_name} module for perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make
make test

%install
%makeinstall_std

%files
%{perl_vendorlib}/Convert/*
%{_mandir}/*/*
%doc MANIFEST README Changes

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.180.0-1
- (3aef8d2) Updated to 0.18



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23541 |14mu|perl-Convert-UUlib-1.500.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Convert-UUlib
%define upstream_version 1.5

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Epoch:		2

Summary:	%{upstream_name} module for perl

License: 	GPL
Group: 		Development/Perl
Url: 		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Convert/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Canary::Stability)

%description
Convert::UUlib is a Perl interface to the uulib library (a.k.a.
uudeview/uuenview).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor 
%make

%check
%__make test

%install
%makeinstall_std

%clean

%files
%doc README Changes COPYING doc
%{perl_vendorarch}/auto/Convert
%{perl_vendorarch}/Convert
%{_mandir}/*/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 2:1.500.0-1
- (e3cfafd) Merge pull request #1 from import/perl-Convert-UUlib:auto_update
- (e3cfafd) Updated to 1.5 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23542 |14mu|perl-CPAN-Meta-2.150.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Meta
%define upstream_version 2.150005

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Validate CPAN distribution metadata structures

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121.0
BuildRequires: perl(CPAN::Meta::YAML) >= 0.12.0
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp) >= 0.200.0
BuildRequires: perl(IO::Dir)
BuildRequires: perl(JSON::PP) >= 2.272.0
BuildRequires: perl(List::Util)
BuildRequires: perl(Parse::CPAN::Meta) >= 1.441.400
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(overload)
BuildRequires: perl(strict)
BuildRequires: perl(utf8)
BuildRequires: perl(version) >= 1:0.880.0
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Software distributions released to the CPAN include a _META.json_ or, for
older distributions, _META.yml_, which describes the distribution, its
contents, and the requirements for building and installing the
distribution. The data structure stored in the _META.json_ file is
described in the CPAN::Meta::Spec manpage.

CPAN::Meta provides a simple class to represent this distribution metadata
(or _distmeta_), along with some helpful methods for interrogating that
data.

The documentation below is only for the methods of the CPAN::Meta object.
For information on the meaning of individual fields, consult the spec.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc CONTRIBUTING.* Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Mon Oct 05 2015 Denis Silakov <dsilakov@gmail.com> 2.150.5-2
- (048c21c) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23543 |14mu|perl-CPAN-Meta-Check-0.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Meta-Check
%define upstream_version 0.012

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	Verify requirements in a CPAN::Meta object
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/CPAN-Meta-Check-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(CPAN::Meta) >= 2.150.1
BuildRequires:	perl(CPAN::Meta::Requirements) >= 2.133.0
BuildRequires:	perl(CPAN::Meta::Prereqs)
BuildRequires:	perl(Exporter) >= 5.700.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Module::Metadata)
BuildRequires:	perl(Test::Differences)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(Env)
BuildRequires:	perl(Module::Metadata) >= 1.0.27

BuildArch:	noarch

%description
This module verifies if requirements described in a CPAN::Meta object are
present.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Tue Oct 06 2015 Denis Silakov <dsilakov@gmail.com> 0.12.0-2
- (59a41a2) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23544 |14mu|perl-CPAN-Meta-Requirements-2.133.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Meta-Requirements
%define upstream_version 2.133

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
Summary:	A set of version requirements for a CPAN dist
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/CPAN/CPAN-Meta-Requirements-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Carp) >= 1.360.0
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(version)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(B)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)


BuildArch:	noarch

%description
A CPAN::Meta::Requirements object models a set of version constraints like
those specified in the _META.yml_ or _META.json_ files in CPAN
distributions. It can be built up by adding more and more constraints, and
it will reduce them to the simplest representation.

Logically impossible constraints will be identified immediately by thrown
exceptions.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc  META.json META.yml LICENSE Changes README CONTRIBUTING.*
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Tue Oct 06 2015 Denis Silakov <dsilakov@gmail.com> 2.133.0-2
- (b2dc573) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23545 |14mu|perl-CPAN-Meta-YAML-0.16.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    CPAN-Meta-YAML
%define upstream_version 0.016

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Read and write a subset of YAML for CPAN Meta files

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/CPAN/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(B)
BuildRequires:	perl(Carp)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Fcntl)
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(strict)
BuildRequires:	perl(warnings)
BuildRequires:	perl(CPAN::Meta)
BuildRequires:	perl(CPAN::Meta::Prereqs)
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(File::Spec::Functions)
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(IO::Dir)
BuildRequires:	perl(JSON::PP)
BuildRequires:	perl(base)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(utf8)
BuildRequires:	perl(vars)
BuildRequires:	perl(version)
BuildRequires:	perl(warnings)
BuildRequires:	perl(Test::CPAN::Meta)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Portability::Files)
BuildRequires:	perl(Test::Version)



BuildArch:  noarch

%description
This module implements a subset of the YAML specification for use in
reading and writing CPAN metadata files like _META.yml_ and _MYMETA.yml_.
It should not be used for any other general YAML parsing or generation
task.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
# requires newer Test::More for tests
### see perl(Test::More) >= 1.1.9 is the latest.Symbianflo ###
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Oct 05 2015 Denis Silakov <dsilakov@gmail.com> 0.16.0-2
- (f3365be) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23546 |14mu|perl-CPANPLUS-0.915.600-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 CPANPLUS
%define upstream_version 0.9156

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Your::Module::Here\\)'
%else
%define _requires_exceptions perl(Your::Module::Here)
%endif

Summary:	API & CLI access to the CPAN mirrors


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Archive::Extract)          >=  0.160.0
BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(File::Fetch)               >= 0.160.0
BuildRequires:	perl(IO::Zlib)
BuildRequires:	perl(IPC::Cmd)                  >= 0.420.0
BuildRequires:	perl(Locale::Maketext::Simple)  >= 0.10.0
BuildRequires:	perl(Log::Message)              >= 0.10.0
BuildRequires:	perl(Log::Message::Simple)
BuildRequires:	perl(Module::CoreList)          >= 2.90.0
BuildRequires:	perl(Module::Load)              >= 0.100.0
BuildRequires:	perl(Module::Load::Conditional) >= 0.280.0
BuildRequires:	perl(Module::Loaded)            >= 0.10.0
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(Object::Accessor)          >= 0.340.0
BuildRequires:	perl(Package::Constants)        >= 0.10.0
BuildRequires:	perl(Params::Check)             >= 0.220.0
BuildRequires:	perl(Parse::CPAN::Meta)         >= 0.20.0
BuildRequires:	perl(Term::UI)                  >= 0.50.0
BuildRequires:	perl(Test::Harness)             >= 2.620.0
BuildArch:	noarch

# (misc) not detected automatically, needed by CPANPLUS/Module.pm line 450
Requires:	perl(Module::CoreList)
Requires:	perl(Module::Pluggable)
Requires:	perl(Module::Signature)

%description
The CPANPLUS library is an API to the CPAN mirrors and a collection of
interactive shells, commandline programs, etc, that use this API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# wants to write to the root fs
rm -f t/20_CPANPLUS-Dist-MM.t

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README ChangeLog
%{_bindir}/cpan2dist
%{_bindir}/cpanp
%{_bindir}/cpanp-run-perl
%{perl_vendorlib}/CPANPLUS*
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.915.600-1
- (aa7d825) Updated to 0.9156 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23547 |14mu|perl-Crypt-Cracklib-1.700.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-Cracklib
%define upstream_version 1.7

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	6

Summary:    Perl interface to Alec Muffett's Cracklib

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:     Crypt-Cracklib-1.6-fix-path.patch
BuildRequires: libcrack-devel
BuildRequires: perl(Pod::Coverage)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl-devel


%description
This is a simple interface to the cracklib library.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p 1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Tue Oct 20 2015 Denis Silakov <dsilakov@gmail.com> 1.700.0-6
- (f1ae59d) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23548 |14mu|perl-Crypt-OpenSSL-Random-0.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Crypt-OpenSSL-Random
%define upstream_version 0.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:	Crypt-OpenSSL-Random module for perl 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		Crypt-OpenSSL-Random-0.10-link.patch
Buildrequires: perl-devel
Buildrequires: pkgconfig(openssl)

%description
Crypt-OpenSSL-Random module for perl

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1
# perl path hack
find . -type f | xargs %__perl -p -i -e "s|^#\!/usr/local/bin/perl|#\!/usr/bin/perl|g"

%build
perl Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix} </dev/null
%__make

%check
%__make test

%install
%makeinstall_std

%files
%doc Changes 
%{perl_vendorlib}/*/auto/Crypt/OpenSSL/Random/Random.so
%{perl_vendorlib}/*/Crypt/OpenSSL/Random.pm
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.110.0-1
- (bf65ea6) Updated to 0.11 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23549 |14mu|perl-Crypt-OpenSSL-X509-1.806.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Crypt-OpenSSL-X509
%define upstream_version 1.806

Summary:	Perl extension to OpenSSL's X509 API
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/D/DA/DANIEL/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	perl(Module::Install)
BuildRequires:	perl(YAML)

%description
This is a Perl extension to OpenSSL's X509 API. It implements a large majority
of OpenSSL's useful X509 API.

%files
%doc Changes README TODO certs
%{perl_vendorarch}/Crypt
%{perl_vendorarch}/auto/Crypt
%{_mandir}/*/*

#---------------------------------------------------------------------------

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%check
%make test

%changelog

* Mon Jul 13 2015 dsilakov <denis.silakov@rosalab.ru> 1.806.0-1
- (ddd9837) Merge pull request #2 from import/perl-Crypt-OpenSSL-X509:auto_update
- (ddd9837) Updated to 1.806 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23550 |14mu|perl-Crypt-SSLeay-0.720.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Crypt-SSLeay
%define upstream_version 0.72

Summary:	Support for the https protocol under LWP
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.cpan.org:21/pub/CPAN/modules/by-module/Crypt/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	pkgconfig(openssl)
BuildRequires:	perl-devel
BuildRequires:	perl-URI
BuildRequires:	perl(Path::Class)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl-List-MoreUtils >= 0.320.0-3

%description 
This perl module provides support for the https protocol under LWP, so
that a LWP::UserAgent can make https GET & HEAD requests.

The Crypt::SSLeay package contains Net::SSL, which is automatically
loaded by LWP::Protocol::https on https requests, and provides the
necessary SSL glue for that module to work via these deprecated modules:

This product includes cryptographic software written by
Eric Young (eay@cryptsoft.com)

%files
%doc Changes META.json META.yml MYMETA.yml TODO eg
%{perl_vendorarch}/auto/Crypt
%{perl_vendorarch}/Crypt
%{perl_vendorarch}/Net
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%check
%make test


%changelog

* Wed Mar 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.720.0-3
- (7aff28d) Adjust spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23551 |14mu|perl-Curses-1.330.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Curses
%define upstream_version 1.33

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Perl module for character screen handling and windowing


License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	perl-devel

%description
Curses is the interface between Perl and your system's curses(3) library. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"
chmod 644 Artistic Copying INSTALL README

%check
%make test

%install
%makeinstall_std

%files
%doc Artistic Copying INSTALL README
%{perl_vendorarch}/auto/Curses
%{perl_vendorarch}/Curses*
%{_mandir}/*/*

%changelog

* Mon Mar 28 2016 dsilakov <denis.silakov@rosalab.ru> 1.330.0-1
- (c48f430) Merge pull request #4 from import/perl-Curses:auto_update
- (c48f430) Updated to 1.33 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23552 |14mu|perl-Data-Dump-1.230.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Data-Dump
%define upstream_version 1.23

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Pretty printing of data structures

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source:		ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides a single function called dump() that takes a list
of values as its argument and produces a string as its result. The
string contains Perl code that, when evaled, produces a deep copy of
the original arguments. The string is formatted for easy reading.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/Data

%changelog

* Wed Dec 30 2015 dsilakov <denis.silakov@rosalab.ru> 1.230.0-1
- (2560ad1) Merge pull request #2 from import/perl-Data-Dump:auto_update
- (2560ad1) Updated to 1.23 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23553 |14mu|perl-Data-Dumper-2.154.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Data-Dumper
%define upstream_version 2.154

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Convert data structure into perl code

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
Given a list of scalars or reference variables, writes out their contents
in perl syntax. The references can also be objects. The content of each
variable is output in a single Perl statement. Handles self-referential
structures correctly.

The return value can be 'eval'ed to get back an identical copy of the
original reference structure.

Any references that are the same as one of those passed in will be named
'$VAR'_n_ (where _n_ is a numeric suffix), and other duplicate references
to substructures within '$VAR'_n_ will be appropriately labeled using arrow
notation. You can specify names for individual values to be dumped if you
use the 'Dump()' method, or you can change the default '$VAR' prefix to
something else. See '$Data::Dumper::Varname' and '$Data::Dumper::Terse'
below.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes
%{perl_vendorlib}/*





%changelog

* Tue Jun 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.154.0-3
- (71a822f) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23554 |14mu|perl-Date-Calc-6.400.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Date-Calc
%define upstream_version 6.4

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary: 	Gregorian calendar date calculations

License: 	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Date/%{upstream_name}-%{upstream_version}.tar.gz

# these versioned requires are expressed in Makefile.PL, but not in module
BuildRequires:	perl(Bit::Vector) >= 6.400.0
BuildRequires:	perl(Carp::Clan)  >= 5.3
BuildRequires:	perl-devel

BuildArch: noarch
Obsoletes:	%{name} < %{version}-%{release}

%description
This library provides all sorts of date calculations based on the Gregorian
calendar (the one used in all western countries today), thereby complying
with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to
some extent, ISO 8601 (where applicable).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} -pi -e 's,^#!perl,#!/usr/bin/perl,' examples/*.{pl,cgi}
perl Makefile.PL INSTALLDIRS=vendor
%make  CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean 

%files
%defattr(-,root,root,755)
%doc README.txt CHANGES.txt CREDITS.txt META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/Date

%changelog

* Mon Jul 13 2015 dsilakov <denis.silakov@rosalab.ru> 6.400.0-1
- (f28665d) Merge pull request #1 from import/perl-Date-Calc:auto_update
- (f28665d) Updated to 6.4 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23555 |14mu|perl-Date-ISO8601-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Date-ISO8601
%define upstream_version 0.004

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    The three ISO 8601 numerical calendars
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Date/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(constant)
BuildRequires: perl(integer)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildArch: noarch

%description
The international standard ISO 8601 "Data elements and interchange formats
- Information interchange - Representation of dates and times" defines
three distinct calendars by which days can be labelled. It also defines
textual formats for the representation of dates in these calendars. This
module provides functions to convert dates between these three calendars
and Chronological Julian Day Numbers, which is a suitable format to do
arithmetic with. It also supplies functions that describe the shape of
these calendars, to assist in calendrical calculations. It also supplies
functions to represent dates textually in the ISO 8601 formats. ISO 8601
also covers time of day and time periods, but this module does nothing
relating to those parts of the standard; this is only about labelling days.

The first ISO 8601 calendar divides time up into years, months, and days.
It corresponds exactly to the Gregorian calendar, invented by Aloysius
Lilius and promulgated by Pope Gregory XIII in the late sixteenth century,
with AD (CE) year numbering. This calendar is applied to all time, not just
to dates after its invention nor just to years 1 and later. Thus for
ancient dates it is the proleptic Gregorian calendar with astronomical year
numbering.

The second ISO 8601 calendar divides time up into the same years as the
first, but divides the year directly into days, with no months. The
standard calls this "ordinal dates". Ordinal dates are commonly referred to
as "Julian dates", a mistake apparently deriving from true Julian Day
Numbers, which divide time up solely into linearly counted days.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml Changes README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Sat Feb 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4.0-2
+ Revision: c0d82bb
- Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23556 |14mu|perl-Date-Manip-6.510.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Date-Manip
%define upstream_version 6.51

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:	%{upstream_name} upstream_name for Perl
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Date/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::Inter)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(YAML::Syck)
BuildRequires: perl(Module::Build)
BuildArch:	noarch


%description
This is a set of routines designed to make any common date/time
manipulation easy to do. Operations such as comparing two times,
calculating a time a given amount of time from another, or parsing
international times are all easily done.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc  INSTALL README
%{_mandir}/man*/*
%{perl_vendorlib}/Date
%{_bindir}/dm_date
%{_bindir}/dm_zdump

%changelog

* Wed Dec 30 2015 dsilakov <denis.silakov@rosalab.ru> 6.510.0-1
- (d9c8719) Merge pull request #6 from import/perl-Date-Manip:auto_update
- (d9c8719) Updated to 6.51 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23557 |14mu|perl-DateTime-1.210.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DateTime
%define upstream_version 1.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		2

Summary:	A date and time object in Perl



License:	Artistic
Group:		Development/Perl
URL:		http://datetime.perl.org/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(DateTime::Locale) >= 0.21
BuildRequires: perl(Test::Warnings)
BuildRequires:	perl(DateTime::TimeZone) >= 0.38
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Params::Validate) >= 0.76
BuildRequires:	perl(Pod::Man) >= 1.14
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::More) >= 0.34
BuildRequires:	perl(Time::Local) >= 1.04
BuildRequires:	perl(Math::Round)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl-devel >= 2:5.14
BuildRequires:	perl-List-MoreUtils >= 0.320.0-3


Provides:	perl(DateTimePP)
Provides:	perl(DateTimePPExtra)

%description
DateTime is a class for the representation of date/time combinations, and is
part of the Perl DateTime project.

It represents the Gregorian calendar, extended backwards in time before its
creation (in 1582). This is sometimes known as the "proleptic Gregorian
calendar". In this calendar, the first day of the calendar (the epoch), is the
first day of year 1, which corresponds to the date which was (incorrectly)
believed to be the birth of Jesus Christ.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean 

%files
%doc Changes  CREDITS
%{perl_vendorarch}/DateTime*
%{perl_vendorarch}/auto/*
%{_mandir}/*/*

%changelog

* Wed Dec 30 2015 dsilakov <denis.silakov@rosalab.ru> 2:1.210.0-1
- (f6452f7) Merge pull request #10 from import/perl-DateTime:auto_update
- (f6452f7) Updated to 1.21 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23558 |14mu|perl-DateTime-Locale-1.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    DateTime-Locale
%define upstream_version 1.01

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		2

Summary:	Localization support for DateTime
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Carp)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Fatal)
BuildRequires:	perl(Dist::CheckConflicts) >= 0.20.0
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(List::MoreUtils)
BuildRequires:	perl(Params::Validate)
BuildRequires:	perl(Storable)
BuildRequires:	perl(Test::More) >= 0.960.0
BuildRequires:	perl(base)
BuildRequires:	perl(strict)
BuildRequires:	perl(utf8)
BuildRequires:	perl(warnings)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
The DateTime::Locale perl module is primarily a factory for the various locale
subclasses used by DateTime. It also provides some functions for getting
information on available locales.

If you want to know what methods are available for locale objects, then please
read the DateTime::Locale::Base documentation.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor destdir=%{buildroot}
%make

%check
%make test

%install
%make_install

%files
%doc Changes INSTALL LICENSE META.json META.yml MYMETA.yml README
%{perl_vendorlib}/DateTime
%{_mandir}/*/*

%changelog

* Wed Dec 30 2015 dsilakov <denis.silakov@rosalab.ru> 2:1.10.0-1
- (d52fb03) Merge pull request #1 from import/perl-DateTime-Locale:auto_update
- (d52fb03) Updated to 1.01 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23559 |14mu|perl-DateTime-TimeZone-1.950.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    DateTime-TimeZone
%define upstream_version 1.95

# circular dependency
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(DateTime::Duration\\)|perl\\(Win32::TieRegistry\\)'
%else
%define _requires_exceptions perl(DateTime)\\|perl(DateTime::Duration)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	Time zone object base class and factory
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		DateTime-TimeZone-1.83-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Class::Load)
BuildRequires:	perl(Class::Singleton) >= 1.03
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Params::Validate) >= 0.72
BuildRequires:	perl(Pod::Man) >= 1.14
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl(DateTime::TimeZone::Tzfile)
BuildRequires:	perl(Test::Taint)

BuildArch:	noarch

Provides:	perl(DateTime::TimeZoneCatalog)
Requires:	perl(namespace::clean)
Requires:	perl(DateTime::TimeZone::Tzfile)

%description
This perl module defines the base class for all time zone objects. A time zone
is represented internally as a set of observances, each of which describes the
offset from GMT for a given time period.

Note that without the DateTime.pm module, this module does not do much. Its
primary interface is through a DateTime object, and most users will not need to
directly use DateTime::TimeZone methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1

%build
perl Makefile.PL installdirs=vendor destdir=%{buildroot}
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes 
%{perl_vendorlib}/DateTime
%{_mandir}/*/*

%changelog

* Tue Mar 15 2016 Denis Silakov <dsilakov@gmail.com> 1:1.950.0-1
- (ab093a3) Updated to 1.95



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23560 |14mu|perl-DateTime-TimeZone-SystemV-0.9.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-TimeZone-SystemV
%define upstream_version 0.009

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    System V and POSIX timezone strings
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Date::ISO8601)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Params::Classify)
BuildRequires: perl(Test::More)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)

BuildArch: noarch

%description
An instance of this class represents a timezone that was specified by means
of a System V timezone recipe or an extended form of the same syntax (such
as that specified by POSIX). These can express a plain offset from
Universal Time, or a system of two offsets (standard and daylight saving
time) switching on a yearly cycle according to certain types of rule.

This class implements the the DateTime::TimeZone manpage interface, so that
its instances can be used with the DateTime manpage objects.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Sun Aug 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.0-4
- (9a49cc8) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23561 |14mu|perl-DateTime-TimeZone-Tzfile-0.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    DateTime-TimeZone-Tzfile
%define upstream_version 0.010

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    Tzfile (zoneinfo) timezone files
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/DateTime/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Date::ISO8601)
BuildRequires: perl(DateTime::TimeZone::SystemV)
BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Params::Classify)
BuildRequires: perl(Test::More)
BuildRequires: perl(integer)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)

BuildArch: noarch

%description
An instance of this class represents a timezone that was encoded in a file
in the the tzfile(5) manpage format. These can express arbitrary patterns
of offsets from Universal Time, changing over time. Offsets and change
times are limited to a resolution of one second.

This class implements the the DateTime::TimeZone manpage interface, so that
its instances can be used with the DateTime manpage objects.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.json META.yml README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Aug 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.10.0-4
- (fdb118a) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23562 |14mu|perl-DBD-mysql-4.39.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    DBD-mysql
%define upstream_version 4.039
%define Werror_cflags %nil

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	MySQL-Perl bindings
License:	GPL
Group:		Development/Databases
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/DBD/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(DBI)
BuildRequires:	mysql-devel
BuildRequires:	openssl-devel
BuildRequires:	perl-devel
BuildRequires:	zlib-devel
Provides:	perl-Mysql
Obsoletes:	perl-Mysql

%description
DBD::mysql is an interface driver for connecting the DBMS independent Perl API
DBI to the MySQL DBMS. When you want to use MySQL from within perl, DBI and
DBD::mysql are your best choice: Unlike "mysqlperl", another option, this is
based on a common standard, so your sources will easily be portable to other
DBMS's.

%prep

%setup -q -n %{upstream_name}-%{upstream_version}

%build
%serverbuild

# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`

perl Makefile.PL INSTALLDIRS=vendor
#--testhost=127.0.0.1 --testport=22222

%make OPTIMIZE="$CFLAGS"

# make test requires a running mysql server
#check
#make test

%clean 

%install

%makeinstall_std

%files
%{perl_vendorarch}/*
%{_mandir}/*/*

%changelog

* Mon Nov 28 2016 Denis Silakov <denis.silakov@rosalab.ru> 4.39.0-1
- (31bbda7) Updated to 4.039



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23563 |14mu|perl-DBD-SQLite-1.480.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name DBD-SQLite
%define upstream_version 1.48

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Self Contained RDBMS in a DBI Driver

License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/DBD/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(DBI) >= 1.616.0-5
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Spec) >= 0.820.0
BuildRequires:	perl(Test::Builder) >= 0.860.0
BuildRequires:	perl(Test::More) >= 0.470.0
BuildRequires:	perl(Tie::Hash)
BuildRequires:	sqlite3-devel >= 3.6.0

%description
SQLite is a small fast embedded SQL database engine.

DBD::SQLite embeds that database engine into a DBD driver, so
if you want a relational database for your project, but don't
want to install a large RDBMS system like MySQL or PostgreSQL,
then DBD::SQLite may be just what you need.

It supports quite a lot of features, such as transactions (atomic
commit and rollback), indexes, DBA-free operation, a large subset
of SQL92 supported, and more.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

# useless content
rm -f %{buildroot}%{perl_vendorarch}/auto/share/dist/DBD-SQLite/sqlite3.c
rm -f %{buildroot}%{perl_vendorarch}/auto/share/dist/DBD-SQLite/sqlite3.h
rm -f %{buildroot}%{perl_vendorarch}/auto/share/dist/DBD-SQLite/sqlite3ext.h

%files
%doc README* Changes
%{perl_vendorarch}/DBD
%{perl_vendorarch}/auto/DBD
%{_mandir}/*/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.480.0-1
- (68f5abd) Merge pull request #5 from import/perl-DBD-SQLite:auto_update
- (68f5abd) Updated to 1.48 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23564 |14mu|perl-DB_File-1.835.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DB_File
%define upstream_version 1.835

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl5 access to Berkeley DB version 1.x


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		%{upstream_name}-1.831-makefile.patch

BuildRequires:	db-devel
BuildRequires:	perl-devel

%description
DB_File is a module which allows Perl programs to make use of the
facilities provided by Berkeley DB version 1. (DB_File can be built with
version 2 or 3 of Berkeley DB, but it will only support the 1.x
features).

If you want to make use of the new features available in Berkeley DB
2.x or 3.x, use the Perl module BerkeleyDB instead.

Berkeley DB is a C library which provides a consistent interface to a
number of database formats. DB_File provides an interface to all three
of the database types (hash, btree and recno) currently supported by
Berkeley DB.

For further details see the documentation included at the end of the
file DB_File.pm.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1
chmod 644 README DB_File.pm

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

rm %{buildroot}%{_mandir}/man3/DB_File.3pm

%files
%doc README Changes
%{perl_vendorarch}/*.pm
%{perl_vendorarch}/auto/DB_File

%changelog
* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.835.0-1
+ Revision: 1b880a4
- Updated to 1.835 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23565 |14mu|perl-DBI-1.634.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 DBI
%define upstream_version 1.634

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	The Perl Database Interface

License:	GPL
Group:		Development/Perl
URL:		http://dbi.perl.org/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz
Source1:	%{name}.rpmlintrc

BuildRequires:	perl(Storable) >= 1
BuildRequires:	perl(Test::Simple) >= 0.400.0
BuildRequires:	perl-devel >= 2:5.14
BuildRequires:	perl-List-MoreUtils >= 0.320.0-3

%description
The Perl Database Interface (DBI) is a database access Application Programming
Interface (API) for the Perl Language. The Perl DBI API specification defines a
set of functions, variables and conventions that provide a consistent database
interface independent of the actual database being used.

%package	proxy
Group:		Development/Perl
Summary: 	DBI proxy server and client

Requires:	%{name} = %{version}

%description	proxy
DBI::ProxyServer is a module for implementing a proxy for the DBI
proxy driver, DBD::Proxy.
DBD::Proxy is a Perl module for connecting to a database via a remote
DBI driver.

%package	ProfileDumper-Apache
Group:		Development/Perl
Summary: 	DBI profiling data for mod_perl

Requires:	%{name} = %{version}

%description ProfileDumper-Apache
This module interfaces DBI::ProfileDumper to Apache/mod_perl. Using this
module you can collect profiling data from mod_perl applications. It
works by creating a DBI::ProfileDumper data file for each Apache
process. These files are created in your Apache log directory. You can
then use dbiprof to analyze the profile files.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%__make CFLAGS="%{optflags}"

%check
rm -f t/zvg_85gofer
%__make test

%install
%makeinstall_std

# remove Win32 stuff
rm -rf %{buildroot}%{perl_vendorarch}/Win32
rm -f %{buildroot}%{perl_vendorarch}/DBI/W32ODBC.pm
rm -f %{buildroot}%{perl_vendorarch}/Roadmap.pod
rm -f %{buildroot}%{perl_vendorarch}/DBI/Roadmap.pm
rm -f %{buildroot}%{perl_vendorarch}/TASKS.pod
rm -f %{buildroot}%{perl_vendorarch}/DBI/TASKS.pm
rm -f %{buildroot}%{_mandir}/man3*/Win32::DBIODBC.3pm*
rm -f %{buildroot}%{_mandir}/man3*/DBI::W32ODBC.3pm*
rm -f %{buildroot}%{_mandir}/man3*/Roadmap.3pm*
rm -f %{buildroot}%{_mandir}/man3*/TASKS.3pm*

# we don't want requires on Coro which is not even really used
rm -f %{buildroot}%{perl_vendorarch}/DBD/Gofer/Transport/corostream.pm

%files
%doc Changes  META.yml
%{_bindir}/dbiprof
%{_bindir}/dbilogstrip
%{_mandir}/*/*
%exclude %{_mandir}/man1/dbiproxy.1*
%exclude %{_mandir}/man3*/DBD::Proxy.3pm*
%exclude %{_mandir}/man3*/DBI::ProxyServer.3pm*
%exclude %{_mandir}/man3*/DBI::ProfileDumper::Apache.3pm*
%{perl_vendorarch}/Bundle
%{perl_vendorarch}/DBD
%{perl_vendorarch}/dbixs_rev.pl
%exclude %{perl_vendorarch}/DBD/Proxy.pm
%{perl_vendorarch}/DBI.pm
%{perl_vendorarch}/DBI
%exclude %{perl_vendorarch}/DBI/ProfileDumper
%exclude %{perl_vendorarch}/DBI/ProfileDumper.pm
%exclude %{perl_vendorarch}/DBI/ProxyServer.pm
%{perl_vendorarch}/auto/DBI

%files proxy
%{_bindir}/dbiproxy
%{perl_vendorarch}/DBD/Proxy.pm
%{perl_vendorarch}/DBI/ProxyServer.pm
%{_mandir}/man1/dbiproxy.1.*
%{_mandir}/man3*/DBI::ProxyServer.3pm.*
%{_mandir}/man3*/DBD::Proxy.3pm.*

%files ProfileDumper-Apache
%{perl_vendorarch}/DBI/ProfileDumper
%{perl_vendorarch}/DBI/ProfileDumper.pm
%{_mandir}/man3*/DBI::ProfileDumper::Apache.3pm.*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.634.0-1
- (9d84534) Merge pull request #5 from import/perl-DBI:auto_update
- (9d84534) Updated to 1.634 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23566 |14mu|perl-Devel-CheckBin-0.20.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-CheckBin
%define upstream_version 0.02

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Check that a command is available
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Module::Build)
BuildArch: noarch

%description
Devel::CheckBin is a perl module that checks whether a particular command
is available.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor

./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes LICENSE META.json META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Thu Dec 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.0-2
+ Revision: 2907f93
- Rebuild to main repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23567 |14mu|perl-Devel-OverloadInfo-0.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Devel-OverloadInfo
%define upstream_version 0.004


Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Introspect overloaded operators
License:	GPL+ or Artistic
Group:          Development/Perl
URL:		http://search.cpan.org/dist/Devel-OverloadInfo/
Source0:	http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl
BuildRequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(Exporter) >= 5.720.0
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(overload)
BuildRequires:	perl(Package::Stash) >= 0.370.0
BuildRequires:	perl(Scalar::Util)
BuildRequires:	perl(strict)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(warnings)
BuildRequires:	perl(parent)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(Test::Fatal)

BuildArch:	noarch

%description
Devel::OverloadInfo returns information about overloaded operators for a
given class (or object), including where in the inheritance hierarchy the
overloads are declared and where the code implementing it is.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files
%doc Changes README LICENSE META.json META.yml
%{perl_vendorlib}/Devel/
%{_mandir}/man3/Devel::OverloadInfo.3*


%changelog

* Sat Oct 10 2015 abfonly <abfonly@gmail.com> 0.4.0-1
- (3bff053) Log: Update to 0.4.0
- (3bff053) rewrite spec more rosalike and less fedoralike
- (3bff053) fixed BR
- (3bff053) fixed %doc
- (3bff053) fixed tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23568 |14mu|perl-Devel-StackTrace-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Devel-StackTrace
%define upstream_version 2.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Stack trace and stack trace frame objects 


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
%{upstream_name} module for perl.  Simple objects to deal with stack traces.
The parent object, Devel::StackTrace, holds a number of
Devel::StackTraceFrame objects (which have the same information as is
returned from caller()).  You can step through these frames forwards
and backwards as you want or retrieve specific frames.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 lib/Devel/StackTrace.pm

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE 
%{perl_vendorlib}/Devel
%{_mandir}/*/*

%changelog
* Tue Nov 25 2014 dsilakov <denis.silakov@rosalab.ru> 2.0.0-1
+ Revision: 7fce945
- Merge pull request #6 from import/perl-Devel-StackTrace:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23569 |14mu|perl-Devel-Symdump-2.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 Devel-Symdump
%define upstream_version 2.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Dump symbol names or the symbol table

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This little package serves to access the symbol table of perl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc  README
%{perl_vendorlib}/Devel
%{_mandir}/*/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 2.150.0-1
- (1cb0e5c) Merge pull request #4 from import/perl-Devel-Symdump:auto_update
- (1cb0e5c) Updated to 2.15 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23570 |14mu|perl-Digest-SHA-5.950.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define	upstream_name	 Digest-SHA
%define upstream_version 5.95

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Perl extension for SHA-1/224/256/384/512



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Digest/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It
gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256,
SHA-384, and SHA-512 message digests.  The module can handle all types of
input, including partial-byte data.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{perl_vendorarch}/Digest
%{perl_vendorarch}/auto/Digest
%{_mandir}/*/*
%{_bindir}/shasum

%changelog
* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.950.0-1
+ Revision: ff68aac
- Updated to 5.95 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23571 |14mu|perl-Email-Abstract-3.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-Abstract
%define upstream_version 3.008

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Unified interface to mail representations

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(MIME::Entity) >= 5.501.0
BuildRequires:	perl(Email::Simple)
BuildRequires:	perl(Module::Pluggable)
BuildRequires:	perl(MRO::Compat)
BuildRequires:	perl(Class::Accessor::Grouped)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Email::Abstract provides module writers with the ability to write
representation-independent mail handling code. For instance, in the cases of
Mail::Thread or Mail::ListDetector, a key part of the code involves reading the
headers from a mail object. Where previously one would either have to specify
the mail class required, or to build a new object from scratch, Email::Abstract
can be used to perform certain simple operations on an object regardless of its
underlying representation.

Email::Abstract currently supports Mail::Internet, MIME::Entity, Mail::Message,
Email::Simple and Email::MIME. Other representations are encouraged to create
their own Email::Abstract::* class by copying Email::Abstract::EmailSimple. All
modules installed under the Email::Abstract hierarchy will be automatically
picked up and used.

For this reason, the tedious process of looking for a valid date has been
encapsulated in this software. Further, the process of creating RFC compliant
date strings is also found in this software.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Email
%{_mandir}/*/*

%changelog
* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.8.0-1
+ Revision: d33fd0e
- Updated to 3.008 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23572 |14mu|perl-Email-Date-Format-1.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Email-Date-Format
%define upstream_version 1.005

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Produce RFC 2822 date strings

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::More)
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl(Time::Local)
BuildRequires:	perl-devel

BuildArch:		noarch

%description
This module provides a simple means for generating an RFC 2822 compliant
datetime string.  (In case you care, they're not RFC 822 dates, because they
use a four digit year, which is not allowed in RFC 822.)

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes LICENSE README
%{_mandir}/man3/*
%{perl_vendorlib}/Email

%changelog
* Tue Oct 21 2014 dsilakov <denis.silakov@rosalab.ru> 1.5.0-1
+ Revision: 4d6e17e
- Merge pull request #1 from import/perl-Email-Date-Format:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23573 |14mu|perl-Email-Simple-2.208.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name     Email-Simple
%define upstream_version 2.208

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Simple parsing of RFC2822 message format and headers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Email::Date::Format)
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl-devel

BuildArch:	noarch

Obsoletes:	perl-Email-Simple-Creator <= 1.424.0
Provides:	perl-Email-Simple-Creator  = 1.424.0

%description
Email::Simple is the first deliverable of the "Perl Email Project", a reaction
against the complexity and increasing bugginess of the Mail::* modules. In
contrast, Email::* modules are meant to be simple to use and to maintain, pared
to the bone, fast, minimal in their external dependencies, and correct.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Email
%{_mandir}/*/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 2.208.0-1
- (c7ea25d) Merge pull request #4 from import/perl-Email-Simple:auto_update
- (c7ea25d) Updated to 2.208 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23574 |14mu|perl-Encode-Locale-1.50.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Encode-Locale
%define upstream_version 1.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Determine the locale encoding

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Encode/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Encode)
BuildRequires: perl(Encode::Alias)
BuildRequires: perl(Test)
BuildRequires: perl-devel
BuildArch: noarch

%description
In many applications it's wise to let Perl use Unicode for the strings it
processes. Most of the interfaces Perl has to the outside world is still
byte based. Programs therefore needs to decode byte strings that enter the
program from the outside and encode them again on the way out.

The POSIX locale system is used to specify both the language conventions
requested by the user and the preferred character set to consume and
output. The 'Encode::Locale' module looks up the charset and encoding
(called a CODESET in the locale jargon) and arrange for the the Encode
manpage module to know this encoding under the name "locale". It means
bytes obtained from the environment can be converted to Unicode strings by
calling 'Encode::encode(locale => $bytes)' and converted back again with
'Encode::decode(locale => $string)'.

Where file systems interfaces pass file names in and out of the program we
also need care. The trend is for operating systems to use a fixed file
encoding that don't actually depend on the locale; and this module
determines the most appropriate encoding for file names. The the Encode
manpage module will know this encoding under the name "locale_fs". For
traditional Unix systems this will be an alias to the same encoding as
"locale".

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.50.0-1
- (a260c71) Merge pull request #3 from import/perl-Encode-Locale:auto_update
- (a260c71) Updated to 1.05 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23575 |14mu|perl-Error-0.170.240-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Error
%define upstream_version 0.17024

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	Error/exception handling in an OO-ish way

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
The Error package provides two interfaces. Firstly Error
provides a procedural interface to exception handling.
Secondly Error is a base class for errors/exceptions that
can either be thrown, for subsequent catch, or can simply
be recorded.
Errors in the class Error should not be thrown directly,
but the user should throw errors from a sub-class of Error.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc ChangeLog README examples
%{perl_vendorlib}/Error
%{perl_vendorlib}/Error.pm
%{_mandir}/*/*

%changelog

* Mon Jul 13 2015 dsilakov <denis.silakov@rosalab.ru> 1:0.170.240-1
- (4216c70) Merge pull request #5 from import/perl-Error:auto_update
- (4216c70) Updated to 0.17024 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23576 |14mu|perl-Event-1.240.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Event
%define upstream_version 1.24

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
Fast, generic event loop

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%clean 

%install
%makeinstall_std

%files
%doc ANNOUNCE INSTALL README TODO Tutorial.pdf ChangeLog
%{perl_vendorarch}/Event*
%{perl_vendorarch}/auto/Event
%{_mandir}/*/*

%changelog

* Wed Jul 01 2015 dsilakov <denis.silakov@rosalab.ru> 1.240.0-1
- (ca19847) Merge pull request #3 from import/perl-Event:auto_update
- (ca19847) Updated to 1.24 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23577 |14mu|perl-Exception-Class-1.390.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Exception-Class
%define upstream_version 1.39

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A module that allows you to declare real exception classes in Perl


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Class::Data::Inheritable)
BuildRequires:	perl(Devel::StackTrace) >= 1.20
BuildRequires:	perl-devel

BuildArch: 	noarch

Requires: 	perl-Class-Data-Inheritable >= 0.02
Requires:	perl-Devel-StackTrace >= 0.9

%description
This module allows you to declare hierarchies of exception classes for use
in your code. It also provides a simple exception class that it uses as the
default base class for all other exceptions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes LICENSE lib/Exception/Class.pm

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE
%{perl_vendorlib}/Exception
%{_mandir}/*/*

%changelog
* Mon Dec 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.390.0-1
+ Revision: f7426fe
- Updated to 1.39 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23578 |14mu|perl-Expect-1.320.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname	Expect
%define modver 1.32

Summary:	Expect for Perl
Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	1
License:	GPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	http://www.cpan.org/modules/by-module/%{modname}/%{modname}-%{modver}.tar.gz
Patch0:	%{name}-paths.patch
BuildArch:	noarch
BuildRequires:	perl-devel
BuildRequires: perl(Test::Exception)
BuildRequires:	perl(IO::Tty) >= 1.02
# temporary dep due to the perl-5.14 bump
BuildRequires:	perl-List-MoreUtils >= 0.320.0-4

%description
The Expect module is a successor of Comm.pl and a descendent of Chat.pl. It
more closely ressembles the Tcl Expect language than its predecessors. It does
not contain any of the networking code found in Comm.pl. I suspect this would
be obsolete anyway given the advent of IO::Socket and external tools such as
netcat.

Expect.pm is an attempt to have more of a switch() & case feeling to make
decision processing more fluid. Three separate types of debugging have been
implemented to make code production easier.

It is now possible to interconnect multiple file handles (and processes) much
like Tcl's Expect. An attempt was made to enable all the features of Tcl's
Expect without forcing Tcl on the victim programmer :-) .

%prep
%setup -qn %{modname}-%{modver}
%apply_patches
perl -pi -e 's|/usr/local/bin/perl|%{__perl}|' examples/kibitz/kibitz

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes  examples tutorial
%{perl_vendorlib}/*.pm
%{_mandir}/man3/*

%changelog
* Tue Nov 25 2014 dsilakov <denis.silakov@rosalab.ru> 1.320.0-1
+ Revision: 792da91
- Merge pull request #2 from import/perl-Expect:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23579 |14mu|perl-Exporter-5.720.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Exporter
%define upstream_version 5.72

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Implements default import method for modules


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/%{upstream_name}-%{upstream_version}.tar.gz

BuildArch: noarch

BuildRequires:	perl-devel
BuildRequires:	perl(Carp)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)


%description
The Exporter module implements an 'import' method which allows a module to
export functions and variables to its users' namespaces. Many modules use
Exporter rather than implementing their own 'import' method because
Exporter provides a highly flexible interface, with an implementation
optimised for the common case.

Perl automatically calls the 'import' method when processing a 'use'
statement for a module. Modules and 'use' are documented in the perlfunc
manpage and the perlmod manpage. Understanding the concept of modules and
how the 'use' statement operates is important to understanding the
Exporter.

How to Export
    The arrays '@EXPORT' and '@EXPORT_OK' in a module hold lists of symbols
    that are going to be exported into the users name space by default, or
    which they can request to be exported, respectively. The symbols can
    represent functions, scalars, arrays, hashes, or typeglobs. The symbols
    must be given by full name with the exception that the ampersand in
    front of a function is optional, e.g.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Tue Oct 06 2015 Denis Silakov <dsilakov@gmail.com> 5.720.0-2
- (4efc738) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23580 |14mu|perl-Exporter-Tiny-0.42.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Exporter-Tiny
%define upstream_version 0.042

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Shortcut for Exporter::Tiny
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Exporter/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(Test::Fatal)

BuildArch: noarch

%description
Exporter::Tiny supports many of Sub::Exporter's external-facing features
including renaming imported functions with the '-as', '-prefix' and
'-suffix' options; explicit destinations with the 'into' option; and
alternative installers with the 'installler' option. But it's written in
only about 40% as many lines of code and with zero non-core dependencies.

Its internal-facing interface is closer to Exporter.pm, with configuration
done through the '@EXPORT', '@EXPORT_OK' and 
#'%EXPORT_TAGS' package (is being seen asunexpanded macro in linting, sflo)
variables.

Exporter::Tiny performs most of its internal duties (including resolution
of tag names to sub names, resolution of sub names to coderefs, and
installation of coderefs into the target package) as method calls, which
means they can be overridden to provide interesting behaviour.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Wed Sep 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.42.0-2
- (a9973d3) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23581 |14mu|perl-ExtUtils-CBuilder-0.280.224-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  	    ExtUtils-CBuilder
%define upstream_version 0.280224

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Compile and link C code for Perl modules 

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test)
BuildRequires:	perl(Text::ParseWords)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module can build the C portions of Perl modules by invoking the
appropriate compilers and linkers in a cross-platform manner. It was motivated
by the Module::Build project, but may be useful for other purposes as well.
However, it is not intended as a general cross-platform interface to all your C
building needs. That would have been a much more ambitious goal!

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std
for m in ExtUtils::CBuilder.3pm ExtUtils::CBuilder::Platform::Windows.3pm; do
	rm -f %{buildroot}%{_mandir}/man3/$m
done

%files 
%doc Changes
%{perl_vendorlib}/ExtUtils

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.280.224-1
- (22b9ade) Updated to 0.280224 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23582 |14mu|perl-ExtUtils-Depends-0.404.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-Depends
%define upstream_version 0.404

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Perl module for further extending extensions


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz

BuildArch: noarch
BuildRequires:	perl-devel

%description
This module tries to make it easy to build Perl extensions that use
functions and typemaps provided by other perl extensions. This means
that a perl extension is treated like a shared library that provides
also a C and an XS interface besides the perl one.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find -type d -name CVS | rm -fr
perl Makefile.PL INSTALLDIRS=vendor

%build
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%defattr(-, root, root)
%doc Changes
%{_mandir}/*/*
%{perl_vendorlib}/*

%changelog

* Tue Jun 09 2015 dsilakov <denis.silakov@rosalab.ru> 0.404.0-1
- (f09a05a) Merge pull request #7 from import/perl-ExtUtils-Depends:auto_update
- (f09a05a) Updated to 0.404 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23583 |14mu|perl-ExtUtils-InstallPaths-0.11.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  	    ExtUtils-InstallPaths
%define upstream_version 0.011

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Build.PL install path logic made easy

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test)
BuildRequires:	perl(Text::ParseWords)
BuildRequires:	perl(ExtUtils::Config)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Build.PL install path logic made easy.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes
%{perl_vendorlib}/ExtUtils
%{_mandir}/man3/*

%changelog

* Tue Jun 09 2015 dsilakov <denis.silakov@rosalab.ru> 0.11.0-1
- (0db3921) Merge pull request #1 from import/perl-ExtUtils-InstallPaths:auto_update
- (0db3921) Updated to 0.011 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23584 |14mu|perl-ExtUtils-MakeMaker-7.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    ExtUtils-MakeMaker
%define upstream_version 7.10

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Writes Makefiles for extensions
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:     ExtUtils-MakeMaker-6.59-prevent-bundled-copies.patch
# append to config cflags debian #628522
Patch1:     ExtUtils-MakeMaker-6.62-append_to_config_cflags_instead_of_overriding.patch

# META.json file lacks in req.
# this BR List is mandatory if tests enabled. Symbianflo
BuildRequires:  perl-devel
BuildRequires:  perl(Carp)
BuildRequires:  perl(Config)
BuildRequires:  perl(Cwd)
BuildRequires:  perl(Encode)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(File::Basename)
BuildRequires:  perl(File::Path)
BuildRequires:  perl(File::Spec) 
BuildRequires:  perl(base)
BuildRequires:  perl(strict)
BuildRequires:  perl(vars)
BuildRequires:  perl(version)
BuildRequires:  perl(warnings)
BuildRequires:  perl(ExtUtils::ParseXS)
BuildRequires:  perl(AutoSplit)
BuildRequires:  perl(CPAN::Meta)
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(DirHandle)
BuildRequires:  perl(DynaLoader)
BuildRequires:  perl(ExtUtils::Command)
BuildRequires:  perl(ExtUtils::Install)
BuildRequires:  perl(ExtUtils::Installed)
BuildRequires:  perl(ExtUtils::Manifest)
BuildRequires:  perl(File::Find)
BuildRequires:  perl(File::Temp)
BuildRequires:  perl(Getopt::Long)
BuildRequires:  perl(IO::File)
BuildRequires:  perl(overload)
BuildRequires:  perl(Parse::CPAN::Meta)
BuildRequires:  perl(Pod::Man)
BuildRequires:  perl(POSIX)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Test::Harness)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(ExtUtils::CBuilder)
BuildRequires:  perl(PerlIO)
#

BuildArch:  noarch

%description
Include all the modules bundled with MakeMaker in @INC so
ExtUtils::MakeMaker will load.

This is for bootstrapping the process of deciding how much of the bundles
we need.

copy_bundles() copies the contents of each bundle, if necessary, into inc/
as a flattened module directory that MakeMaker can install.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
%patch0 -p0 
%patch1 -p3

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
mv %{buildroot}/%{_bindir}/instmodsh   %{buildroot}/%{_bindir}/instmodsh.%{upstream_version}
mv %{buildroot}/%{_mandir}/man1/instmodsh.1 %{buildroot}/%{_mandir}/man1/instmodsh.%{upstream_version}.1

%files
%doc Changes META.json META.yml NOTES README
%{_mandir}/man3/*
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*

%changelog

* Mon Sep 14 2015 abfonly <abfonly@gmail.com> 7.100.0-1
- (387bffa) Log: Update to 7.100.0
- (387bffa) see Changes, for more detailes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23585 |14mu|perl-ExtUtils-ParseXS-3.240.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define upstream_name    ExtUtils-ParseXS
%define upstream_version 3.24

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Entry in the OUTPUT section of a typemap
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/ExtUtils/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Exporter) >= 5.570.0
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.460.0
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Symbol)
BuildRequires: perl(Test::More) >= 0.470.0
BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::CBuilder)

BuildArch:  noarch

%description
'ExtUtils::ParseXS' will compile XS code into C code by embedding the
constructs necessary to let C functions manipulate Perl values and creates
the glue necessary to let Perl access those functions. The compiler uses
typemaps to determine how to map C function parameters and variables to
Perl values.

The compiler will search for typemap files called _typemap_. It will use
the following search path to find default typemaps, with the rightmost
typemap taking precedence.

    ../../../typemap:../../typemap:../typemap:typemap

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std
sed -i 's|#!perl|#!/usr/bin/perl|' %{buildroot}%{perl_vendorlib}/ExtUtils/xsubpp
chmod 755 %{buildroot}%{perl_vendorlib}/ExtUtils/xsubpp
mv %{buildroot}/%{_bindir}/xsubpp        %{buildroot}/%{_bindir}/xsubpp.%{upstream_version}
mv %{buildroot}/%{_mandir}/man1/xsubpp.1 %{buildroot}/%{_mandir}/man1/xsubpp.%{upstream_version}.1

%files
%doc Changes META.yml MYMETA.yml README
%{perl_vendorlib}/ExtUtils
%{_bindir}/*
%{_mandir}/*/*


%changelog

* Thu Apr 02 2015 abfonly <John@smith.org> 3.240.0-1
- (a7c0b81) Log: Update to -3.240.0, generate diff-since_2.2206-Log for QA



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23586 |14mu|perl-FCGI-0.770.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 FCGI
%define upstream_version 0.77

Summary:	A Fast CGI module for Perl

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	7
License:	Distributable
Group:		Development/Perl
URL:		http://search.cpan.org/~flora/
Source0:	http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/%{upstream_name}-%{upstream_version}.tar.gz
Patch0:		perl-FCGI-0.71-CVE-2012-6687.patch
BuildRequires:	perl-devel

%description
This is a Fast CGI module for perl. It's based on the FCGI module that
comes with Open Market's FastCGI Developer's Kit, but does not require
you to recompile perl.

See <http://www.fastcgi.com/> for more information about fastcgi.
Lincoln D. Stein's perl CGI module also contains some information
about fastcgi programming.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 0644 LICENSE.TERMS
%apply_patches

%build
# Choose not to build a pure Perl implementation
# (default answer [n] -> return)
perl Makefile.PL INSTALLDIRS=vendor <<EOF
EOF
%make

%install
%makeinstall_std

%files
%doc README LICENSE.TERMS ChangeLog
%{_mandir}/*/*
%{perl_vendorarch}/FCGI*
%{perl_vendorarch}/auto/FCGI


%changelog

* Fri Mar 11 2016 Denis Silakov <dsilakov@gmail.com> 0.770.0-7
- (cc870ee) Updated to 0.77 + fix for CVE-2012-6687



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23587 |14mu|perl-File-BaseDir-0.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 File-BaseDir
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl module to use the freedesktop basedir spec

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Module::Build)
BuildRequires:	perl(IPC::System::Simple)
BuildRequires:	perl(File::Which)
BuildArch:	noarch

%description
Perl module to use the freedesktop basedir spec.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=%{buildroot}

%clean

%files
%doc README Changes
%{perl_vendorlib}/File/*
%{_mandir}/*/*



%changelog

* Mon Oct 19 2015 Denis Silakov <dsilakov@gmail.com> 0.70.0-1
- (8a3288b) Added File::Which BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23588 |14mu|perl-File-DesktopEntry-0.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname	File-DesktopEntry
%define modver 0.12

Summary:	Object to handle .desktop files


Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	1
License:	GPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}/
Source0:	http://www.cpan.org/modules/by-module/File/%{modname}-%{modver}.tar.gz
BuildArch:	noarch
BuildRequires:	perl(File::BaseDir)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(JSON::PP)
BuildRequires:	perl-devel

%description
This module is used to work with .desktop files. The format of these files is
specified by the freedesktop "Desktop Entry" specification.

%prep
%setup -qn %{modname}-%{modver}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/File/DesktopEntry.pm
%{_mandir}/man3/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.120.0-1
- (3811b41) Updated to 0.12 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23589 |14mu|perl-File-MimeInfo-0.270.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name File-MimeInfo
%define upstream_version 0.27

Summary:	Determine file type
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Carp)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires:	perl(Fcntl)
BuildRequires:	perl(File::BaseDir) >= 0.30.0
BuildRequires:	perl(File::DesktopEntry) >= 0.40.0
BuildRequires:	perl(Pod::Usage)
BuildRequires:	perl-devel
Requires:	perl(File::BaseDir) >= 0.30.0
BuildArch:	noarch

%description
This module can be used to determine the mime type of a file; it's a
replacement for File::MMagic trying to implement the freedesktop
specification for using the shared mime-info database. The package
comes with a script called 'mimetype' that can be used as a file(1)
work-alike.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml
%{_bindir}/mimeopen
%{_bindir}/mimetype
%{perl_vendorlib}/File
%{_mandir}/*/*


%changelog

* Mon Jun 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.270.0-1
- (6586b55) New version 0.27, it fixes an important typo (NoDsiplay -> NoDisplay)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23590 |14mu|perl-Filesys-Df-0.920.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Filesys-Df
%define upstream_version 0.92

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    15

Summary:    Disk free based on Filesys::Statvfs
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Filesys/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel

%description
This module provides a way to obtain filesystem disk space information.
This is a Unix only distribution. If you want to gather this information
for Unix and Windows, use 'Filesys::DfPortable'. The only major benefit of
using 'Filesys::Df' over 'Filesys::DfPortable', is that 'Filesys::Df'
supports the use of open filehandles as arguments.

The module should work with all flavors of Unix that implement the
'statvfs()' and 'fstatvfs()' calls, or the 'statfs()' and 'fstatfs()'
calls. This would include Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix,
Cygwin, etc ...

'df()' requires a argument that represents the filesystem you want to
query. The argument can be either a scalar directory/file name or a open
filehandle. There is also an optional block size argument so you can tailor
the size of the values returned. The default block size is 1024. This will
cause the function to return the values in 1k blocks. If you want bytes,
set the block size to 1.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%{make}

%check
%{make} test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Wed Feb 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.920.0-15
+ Revision: dc58fc3
- Bump release - prepare for urpmi rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23591 |14mu|perl-File-Which-1.190.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 File-Which
%define upstream_version 1.19

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Portable implementation of the `which' utility

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/File/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
#BuildRequires:	perl(Test::Script)

BuildArch:	noarch

%description
File::Which was created to be able to get the paths to executable programs on
systems under which the `which' program wasn't implemented in the shell.

File::Which searches the directories of the user's PATH (as returned by
File::Spec->path()), looking for executable files having the name specified as
a parameter to which(). Under Win32 systems, which do not have a notion of
directly executable files, but uses special extensions such as .exe and .bat to
identify them, File::Which takes extra steps to assure that you will find the
correct file (so for example, you might be searching for perl, it'll try
perl.exe, perl.bat, etc.)

These slurp/spew subs work for files, pipes and sockets, and stdio,
pseudo-files, and DATA.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3*/*
%{perl_vendorlib}/File

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.190.0-1
- (d6b6b74) Updated to 1.19 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23592 |14mu|perl-Finance-Quote-1.380.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Finance-Quote
%define upstream_version 1.38

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Get stock and mutual fund quotes from various exchanges 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/E/EC/ECOCODE/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Data::Dumper)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(CGI)
BuildRequires:	perl(Carp)
BuildRequires:	perl(DateTime)
BuildRequires:	perl(Encode)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(HTML::TableExtract)
BuildRequires:	perl(HTML::TokeParser)
BuildRequires:	perl(HTML::TreeBuilder)
BuildRequires:	perl(HTTP::Cookies)
BuildRequires:	perl(HTTP::Headers)
BuildRequires:	perl(HTTP::Request::Common)
BuildRequires:	perl(HTTP::Status)
BuildRequires:	perl(JSON)
BuildRequires:	perl(LWP::Protocol::https)
BuildRequires:	perl(LWP::Simple)
BuildRequires:	perl(LWP::UserAgent)
BuildRequires:	perl(Mozilla::CA)
BuildRequires:	perl(POSIX)
BuildRequires:	perl(Time::Piece)
BuildRequires:	perl(URI)
BuildRequires:	perl(URI::QueryParam)
BuildRequires:	perl(base)
BuildRequires:	perl(constant)
BuildRequires:	perl(strict)
BuildRequires:	perl(utf8)
BuildRequires:	perl(vars)
BuildRequires:	perl(warnings)

BuildArch:	noarch

%description
Finance::Quote provides access to time-delayed stockquotes from a
number of sources.  After you've installed the pacakage, try
'perldoc Finance::Quote' for full information.  Alternatively,
you can 'perldoc lib/Finance/Quote.pm' before the install.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc Documentation/* 
%{perl_vendorlib}/Finance
%{_mandir}/*/*






%changelog

* Sun Sep 06 2015 abfonly <abfonly@gmail.com> 1.380.0-1
- (27cdec4) Log: Update to 1.380.0
- (27cdec4) added BR for an eventual online test



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23593 |14mu|perl-GD-2.560.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    GD
%define upstream_version 2.56
%define __noautoprov 'GD.so'

Summary:	A perl5 interface to Thomas Boutell's gd library

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/L/LD/LDS/%{upstream_name}-%{upstream_version}.tar.gz

Patch0:         GD-2.56-utf8.patch

BuildRequires:  gd-devel >= 2.0.28
BuildRequires:  perl-devel
BuildRequires:  perl(base)
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(xpm)
BuildRequires:  perl(Getopt::Long)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(ExtUtils::CBuilder)
BuildRequires:  perl(AutoLoader)
BuildRequires:  perl(Carp)
BuildRequires:  perl(DynaLoader)
BuildRequires:  perl(Exporter)
BuildRequires:  perl(FileHandle)
BuildRequires:  perl(Math::Trig)
BuildRequires:  perl(strict)
BuildRequires:  perl(vars)
BuildRequires:  perl(constant)
BuildRequires:  perl(FindBin)
BuildRequires:  perl(IO::Dir)
BuildRequires:  perl(Test)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(warnings)
BuildRequires:  perl(GD::Image)

### only when will become contrib.Symbianflo
#BuildRequires:  perl(CPAN::Meta::YAML) > 0.016

%description
GD.pm is a autoloadable interface module for libgd, a popular library
for creating and manipulating PNG files.  With this library you can
create PNG images on the fly or modify existing files.  Features
include:

a.  lines, polygons, rectangles and arcs, both filled and unfilled
b.  flood fills
c.  the use of arbitrary images as brushes and as tiled fill patterns
d.  line styling (dashed lines and the like)
e.  horizontal and vertical text rendering
f.  support for transparency and interlacing

%prep
%setup -qn %{upstream_name}-%{upstream_version}
chmod 644 ChangeLog t/GD.t
%patch0 -p0


# Remove Local from path
perl -pi -e 's|/usr/local/bin/perl\b|%{__perl}|' \
      demos/{*.{pl,cgi},truetype_test}
# fix linting 
chmod -x demos/{*.{pl,cgi},truetype_test,fonttest}

# lib64 fixes, don't add /usr/lib/X11 to linker search path
perl -pi \
    -e "s|-L/usr/lib/X11||g;" \
    -e "s|-L/usr/X11/lib||g;" \
    -e "s|-L/usr/lib||g" \
    Makefile.PL

%build
%{__perl} Build.PL
./Build

%check
#https://rt.cpan.org/Public/Bug/Display.html?id=100294
perl -pi -e "s|7|0|" t/GD.t
perl -pi -e "s|11|4|" t/GD.t

./Build test

%install
./Build install --destdir=%{buildroot} --installdirs=vendor --create_packlist=0
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'

# These files should not have been installed
rm %{buildroot}%{_bindir}/bdf2gdfont.PLS \
   %{buildroot}%{_bindir}/README \
   %{buildroot}%{_mandir}/man1/bdf2gdfont.PLS.1*

# This binary is in gd-utils
rm %{buildroot}%{_bindir}/bdftogd

%files
%doc ChangeLog README README.QUICKDRAW README demos
%{perl_vendorarch}/GD*
%{perl_vendorarch}/auto/GD*
%{_bindir}/bdf2gdfont.pl
%{_bindir}/cvtbdf.pl
%{_mandir}/man1/*
%{_mandir}/man3/*
%changelog

* Mon Jun 29 2015 abfonly <abfonly@gmail.com> 2.560.0-1
- (39cc6f4) Merge pull request #9 from perl_modules/perl-GD:rosa2014.1
- (39cc6f4) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23594 |14mu|perl-Geo-IP-1.450.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name 	 Geo-IP
%define upstream_version 1.45

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Look up country by IP Address


License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Geo/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
BuildRequires: pkgconfig(geoip)
BuildRequires: geoip
%description
This module uses a file based database. This database simply contains 
IP blocks as keys, and countries as values. This database should be 
more complete and accurate than reverse DNS lookups.
This module can be used to automatically select the geographically 
closest mirror, to analyze your web server logs to determine the 
countries of your visiters, for credit card fraud detection, and for 
software export controls.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes INSTALL META.json META.yml MYMETA.yml README example
%{perl_vendorarch}/Geo
%{perl_vendorarch}/auto/Geo
%{_mandir}/*/*

%changelog
* Sat Oct 25 2014 dsilakov <denis.silakov@rosalab.ru> 1.450.0-1
+ Revision: 1e80bac
- Merge pull request #9 from import/perl-Geo-IP:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23595 |14mu|perl-Glib-1.310.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Glib
%define upstream_version 1.310

%define Werror_cflags %nil

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary: Perl module for the glib-2.x library


License: GPL+ or Artistic
Group:   Development/GNOME and GTK+
Url:     http://gtk2-perl.sf.net/
# https://sourceforge.net/project/showfiles.php?group_id=64773&package_id=91217
Source0: http://sourceforge.net/projects/gtk2-perl/files/%{upstream_name}/%{upstream_version}%20%28unstable%29/%{upstream_name}-%{upstream_version}.tar.gz
# BUG: we do not hanble exceptions out of Gtk2->main loop
# we should just horribly die in that case
Patch0: Glib-1.210-exception-trapping.patch

BuildRequires: glib2-devel >= 2.6.0
BuildRequires: perl(ExtUtils::Depends) >= 0.300.0
BuildRequires: perl(ExtUtils::PkgConfig)
BuildRequires: perl-devel

Conflicts: perl-Gtk2 <= 1

%description
This module provides perl access to Glib and GLib's GObject libraries.
It is mainly used by perl-GTK2 applications.

Glib is a handy library of portability and utility functions. This C library
is designed to solve some portability problems and provide other useful
functionality which most programs require.

GObject provides a generic type system with inheritance and a powerful signal
system.

Together these libraries are used as the foundation for many of the libraries
that make up the Gnome environment, and are used in many unrelated
projects.

%package doc
Summary: Glib documentation


Group: Books/Computer books
Obsoletes: %{name}-doc < 1.230.0-9

%description doc
This package contains documentation of the Glib module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p0 -b .ex
find -type d -name CVS | rm -rf 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
# disabled due to long time faillures
#%make test

%install
%makeinstall_std

%files
%doc AUTHORS LICENSE
%dir %{perl_vendorarch}/%{upstream_name}/
%{perl_vendorarch}/%{upstream_name}.pm
%{perl_vendorarch}/%{upstream_name}/*.pm
%{perl_vendorarch}/%{upstream_name}/*/*.pm
%{perl_vendorarch}/%{upstream_name}/Install/doctypes
%{perl_vendorarch}/%{upstream_name}/Install/gperl.h
%{perl_vendorarch}/%{upstream_name}/Install/gperl_marshal.h
%{perl_vendorarch}/%{upstream_name}/Install/typemap
%{perl_vendorarch}/auto/*

%files doc
%{_mandir}/*/*
%dir %{perl_vendorarch}/%{upstream_name}
%{perl_vendorarch}/%{upstream_name}/*.pod
%{perl_vendorarch}/%{upstream_name}/*/*.pod

%changelog

* Fri Sep 25 2015 dsilakov <denis.silakov@rosalab.ru> 1.310.0-1
- (31ee589) Merge pull request #5 from import/perl-Glib:auto_update
- (31ee589) Updated to 1.310 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23596 |14mu|perl-Gtk3-0.26.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname Gtk3
%define modver 0.026

Summary:	Perl module for the GTK+-3.x library
Name:		perl-%{modname}
Version:	%{perl_convert_version %{modver}}
Release:	1
License:	LGPLv2+
Group:		Development/GNOME and GTK+
Url:		http://gtk2-perl.sf.net/
Source0:	http://prdownloads.sourceforge.net/gtk2-perl/%{modname}-%{modver}.tar.gz
# helper for exception management:
Patch1:		exceptions.diff
# set up GdkX11:
Patch6:		GdkX11.diff
BuildRequires:	perl-devel
BuildRequires:	perl(Cairo::GObject) >= 1.0.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires:	perl(ExtUtils::Depends) >= 0.300
BuildRequires:	perl(ExtUtils::PkgConfig) >= 1.03
BuildRequires:	perl(Glib) >= 1.302.0-6
BuildRequires:	perl(Glib::Object::Introspection) >= 0.9.0
BuildRequires:	perl(Test::Simple)
# for test suite:
#BuildRequires:	x11-server-xvfb
BuildRequires:	typelib(Gtk) = 3.0
Requires:	typelib(Gdk) = 3.0
Requires:	typelib(GdkX11) = 3.0
Requires:	typelib(Gtk) = 3.0
Requires:	typelib(Pango) = 1.0
# For exception handling:
Requires:	perl(Glib) >= 1.302.0-6
BuildArch:	noarch

%description
This module provides perl access to the GTK+-3.x library.

GTK+ is the GIMP ToolKit, a library for creating graphical user
interfaces for the X Window System.  GTK+ was originally written for the GIMP
(GNU Image Manipulation Program) image processing program, but is now used by
several other programs as well.

%files
%doc LICENSE META.yml MYMETA.yml NEWS README
%{perl_vendorlib}/%{modname}.pm
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{modname}-%{modver}
%apply_patches
rm -f lib/Gtk3.pm.*
perl Makefile.PL INSTALLDIRS=vendor

%build
%make OPTIMIZE="%{optflags}"

%install
%makeinstall_std

%check
# (TV) Test suite won't work in iurt (not enough stuff configured):
exit 0
xvfb-run %make test


%changelog

* Wed Jul 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.26.0-1
- (b4d2db6) New version 0.26.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23597 |14mu|perl-Hook-LexWrap-0.250.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Hook-LexWrap
%define upstream_version 0.25

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Lexically scoped subroutine wrappers

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Hook/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
around an existing subroutine. Unlike other modules that provide this
capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap
implements wrappers in such a way that the standard `caller' function
works correctly within the wrapped subroutine.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Hook
%{_mandir}/*/*

%changelog
* Mon Nov 24 2014 dsilakov <denis.silakov@rosalab.ru> 0.250.0-1
+ Revision: 2eb36bc
- Merge pull request #1 from import/perl-Hook-LexWrap:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23598 |14mu|perl-HTML-Element-Extended-1.180.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTML-Element-Extended
%define upstream_version 1.18

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6

Summary:    Tables as easy HTML element structures
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Data::Dumper)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires: perl(HTML::Element)

BuildArch: noarch

%description
Provides a way to graft raw HTML strings into your HTML::Element(3)
structures. Since they represent raw text, these can only be leaves in your
HTML element tree. The only methods that are of any real use in this
degenerate element are push_content() and as_HTML(). The push_content()
method will simply prepend the provided text to the current content. If you
happen to pass an HTML::element to push_content, the output of the
as_HTML() method in that element will be prepended.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Tue Jul 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.180.0-6
- (df77329) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23599 |14mu|perl-HTML-TableExtract-2.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 HTML-TableExtract
%define upstream_version 2.13

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(HTML::ElementTable)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0

BuildArch:	noarch

%description
HTML::TableExtract is a module that simplifies the extraction
of information contained in tables within HTML documents.

Tables of note may be specified using Headers, Depth, Count,
or some combination of the three. See the module documentation
for details.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%doc Changes META.json META.yml LICENSE README 
%{perl_vendorlib}/HTML
%{_mandir}/*/*


%changelog

* Tue Jul 14 2015 abfonly <abfonly@gmail.com> 2.130.0-1
- (87be508) Log: Update to 2.130.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23600 |14mu|perl-HTTP-Message-6.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Message
%define upstream_version 6.11

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Base class for Request/Response

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Compress::Raw::Zlib)
BuildRequires: perl(IO::HTML)
BuildRequires: perl(Encode)
BuildRequires: perl(Encode::Locale)
BuildRequires: perl(HTML::Parser)
BuildRequires: perl(HTTP::Date)
BuildRequires: perl(IO::Compress::Bzip2)
BuildRequires: perl(IO::Compress::Deflate)
BuildRequires: perl(IO::Compress::Gzip)
BuildRequires: perl(IO::Uncompress::Bunzip2)
BuildRequires: perl(IO::Uncompress::Gunzip)
BuildRequires: perl(IO::Uncompress::Inflate)
BuildRequires: perl(IO::Uncompress::RawInflate)
BuildRequires: perl(LWP::MediaTypes)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(MIME::QuotedPrint)
BuildRequires: perl(URI)
BuildRequires: perl-devel
BuildArch: noarch

%description
An 'HTTP::Config' object is a list of entries that can be matched against
request or request/response pairs. Its purpose is to hold configuration
data that can be looked up given a request or response object.

Each configuration entry is a hash. Some keys specify matching to occur
against attributes of request/response objects. Other keys can be used to
hold user data.

The following methods are provided:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 6.110.0-1
- (59a0ff8) Updated to 6.11 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23601 |14mu|perl-HTTP-Server-Simple-0.510.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    HTTP-Server-Simple
%define upstream_version 0.51

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl module to write simple standalone http daemons

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(CGI) 
BuildRequires:	perl(URI::Escape)
Requires:	perl(CGI)
BuildArch:	noarch

%description
This module is a simple standalone http dameon. It doesn't thread. It doesn't
fork. It does, however, act as a simple frontend which can turn a CGI into a
standalone web-based application.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ex README Changes
%{perl_vendorlib}/HTTP
%{_mandir}/man3/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.510.0-1
- (c2567f5) Updated to 0.51 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23602 |14mu|perl-HTTP-Tiny-0.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name HTTP-Tiny
%define upstream_version 0.070

Summary:    A small, simple, correct HTTP/1.1 client
Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/HTTP/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl-devel
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Dir)
BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Socket)
BuildRequires: perl(IO::Socket::INET)
BuildRequires: perl(IPC::Cmd)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Socket)
BuildRequires: perl(Test::More) >= 0.960.0
BuildRequires: perl(Time::Local)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildArch:  noarch

%description
This is a very simple HTTP/1.1 client, designed primarily for doing simple
GET requests without the overhead of a large framework like the
LWP::UserAgent manpage.

It is more correct and more complete than the HTTP::Lite manpage. It
supports proxies (currently only non-authenticating ones) and redirection.
It also correctly resumes after EINTR.

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README eg
%{_mandir}/man3/*
%{perl_vendorlib}/*

#-----------------------------------------------------

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%make_install

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23603 |14mu|perl-Image-ExifTool-10.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Image-ExifTool
%define upstream_version 10.00

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Epoch:		1

Summary:	Read and write meta information


License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Image/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildArch:	noarch
Provides:	Image-ExifTool

%description
ExifTool provides an extensible set of perl modules to read and write meta
information in image, audio and video files, including the maker note
information of many digital cameras by various manufacturers such as Canon,
Casio, FujiFilm, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon,
Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo and Sigma/Foveon.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}} -DENGLISH"

%check
make test

%install
%makeinstall_std

%files
%{_bindir}/*
%{_mandir}/*/*
%{perl_vendorlib}/Image
%{perl_vendorlib}/File

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1:10.0.0-1
- (6c64e92) Updated to 10.00 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23604 |14mu|perl-IO-AIO-4.320.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 IO-AIO
%define upstream_version 4.32

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1

Summary:	Asynchronous Input/Output 


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz
Requires:	perl(common::sense)
BuildRequires:	db5-devel
BuildRequires:	gdbm-devel
BuildRequires:	perl(common::sense)
BuildRequires:	perl-devel

%description
This module implements asynchronous I/O using whatever means your operating
system supports.

Currently, a number of threads are started that execute your read/writes and
signal their completion. You don't need thread support in your libc or perl,
and the threads created by this module will not be visible to the pthreads
library. In the future, this module might make use of the native aio functions
available on many operating systems. However, they are often not well-supported
(Linux doesn't allow them on normal files currently, for example), and they
would only support aio_read and aio_write, so the remaining functionality would
have to be implemented using threads anyway.

Although the module will work with in the presence of other threads, it is
currently not reentrant, so use appropriate locking yourself, always call
poll_cb from within the same thread, or never call poll_cb (or other aio_
functions) recursively.

After creating a new Gtk2::Ex::Simple::List object with the desired columns you
may set the list data with a simple Perl array assignment. Rows may be added or
deleted with all of the normal array operations. You can treat the data member
of the Simple::List object as an array reference, and manipulate the list data
with perl's normal array operators.

A mechanism has also been put into place allowing columns to be Perl scalars.
The scalar is converted to text through Perl's normal mechanisms and then
displayed in the list. This same mechanism can be expanded by defining
arbitrary new column types before calling the new function.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean

%files
%{_mandir}/*/*
%{_bindir}/treescan
%{perl_vendorarch}/IO
%{perl_vendorarch}/auto/IO

%changelog

* Wed Jul 01 2015 dsilakov <denis.silakov@rosalab.ru> 4.320.0-1
- (b5655f8) Merge pull request #3 from import/perl-IO-AIO:auto_update
- (b5655f8) Updated to 4.32 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23605 |14mu|perl-IO-Compress-2.69.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	IO-Compress
%define upstream_version 2.069

Summary:	IO Interface to compressed data files/buffers

Name:		perl-%{modname}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	http://www.cpan.org/modules/by-module/IO/%{modname}-%{upstream_version}.tar.gz
BuildArch:	noarch
# perl provides this one unversionned
BuildRequires:	perl(Compress::Raw::Bzip2) >= %{version}
BuildRequires:	perl(Compress::Raw::Zlib) >= %{version}
BuildRequires:	perl-devel
Obsoletes:	perl-Compress-Zlib
Obsoletes:	perl-IO-Compress-Base
Obsoletes:	perl-IO-Compress-Bzip2
Obsoletes:	perl-IO-Compress-Zlib

%description
This distribution provides a Perl interface to allow reading and writing of
compressed data created with the zlib and bzip2 libraries.

IO-Compress supports reading and writing of bzip2, RFC 1950, RFC
1951, RFC 1952 (i.e. gzip) and zip files/buffers.

%prep
%setup -qn %{modname}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_bindir}/zipdetails
%{perl_vendorlib}/Compress
%{perl_vendorlib}/File
%{perl_vendorlib}/IO
%{_mandir}/man1/zipdetails.1*
%{_mandir}/man3/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.69.0-1
- (1bb4539) Updated to 2.069 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23606 |14mu|perl-IO-Multiplex-1.160.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 IO-Multiplex
%define upstream_version 1.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Manage IO on many file handles

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(IO::Socket)
BuildArch:	noarch

%description
IO::Multiplex is designed to take the effort out of managing
multiple file handles.  It is essentially a really fancy front end to
the C<select> system call.  In addition to maintaining the C<select>
loop, it buffers all input and output to/from the file handles.  It
can also accept incoming connections on one or more listen sockets.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%defattr(644,root,root,755)
%doc Changes README TODO
%{perl_vendorlib}/IO
%{_mandir}/man*/*

%changelog

* Tue Jun 09 2015 dsilakov <denis.silakov@rosalab.ru> 1.160.0-1
- (29a75e8) Merge pull request #1 from import/perl-IO-Multiplex:auto_update
- (29a75e8) Updated to 1.16 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23607 |14mu|perl-IO-Socket-IP-0.370.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_version 0.37

Name:           perl-IO-Socket-IP
Version:        %perl_convert_version %{upstream_version}
Release:        1
Summary:        Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/IO-Socket-IP/
Source0:        http://www.cpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{upstream_version}.tar.gz
BuildArch:      noarch
BuildRequires:  perl(base)
BuildRequires:  perl(constant)
BuildRequires:  perl(Carp)
BuildRequires:  perl(IO::Socket)
BuildRequires:  perl(IO::Socket::INET)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl-Socket
BuildRequires:  perl(Socket6)
BuildRequires:  perl(Test::More)

%description
This module provides a protocol-independent way to use IPv4 and IPv6
sockets, as a drop-in replacement for IO::Socket::INET. Most constructor
arguments and methods are provided in a backward-compatible way.

%prep
%setup -q -n IO-Socket-IP-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%check
# Don'd do the live test
rm -f t/21nonblocking-connect-internet.t
./Build test

%files
%doc Changes examples LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog

* Wed Jun 03 2015 dsilakov <denis.silakov@rosalab.ru> 0.370.0-1
- (61ccdc3) Merge pull request #1 from import/perl-IO-Socket-IP:auto_update
- (61ccdc3) Updated to 0.37 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23608 |14mu|perl-IO-Socket-SSL-2.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    IO-Socket-SSL
%define upstream_version 2.020

Name:           perl-%{upstream_name}
Version:        %perl_convert_version %{upstream_version}
Release:        1

Summary:        Nearly transparent SSL encapsulation for IO::Socket::INET





License:        GPL+ or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/%{upstream_name}/
Source0:        http://www.cpan.org/modules/by-module/IO/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:  perl-devel
BuildRequires:  perl(Net::SSLeay) >= 1.21
BuildRequires:  perl(IO::Socket::INET6)
BuildArch:      noarch
Requires:       perl(Net::SSLeay) >= 1.21

%description
IO::Socket::SSL is a class implementing an object oriented
interface to SSL sockets. The class is a descendent of
IO::Socket::INET and provides a subset of the base class's
interface methods.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
export SKIP_RNG_TEST=1
perl Makefile.PL INSTALLDIRS=vendor
%make

# %%check
# export SKIP_RNG_TEST=1
# %{__make} test

%install
%makeinstall_std

%clean

%files
%doc README Changes  docs certs
%{_mandir}/*/*
%{perl_vendorlib}/IO

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.20.0-1
- (727aaa2) Updated to 2.020 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23609 |14mu|perl-IO-stringy-2.111.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname IO-stringy
%define upstream_version 2.111

Summary:	Perl module for I/O on in-core objects like strings and arrays

Name:		perl-%{realname}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	Artistic/GPLv2
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{realname}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/IO/IO-stringy-%{upstream_version}.tar.gz
BuildArch:	noarch
BuildRequires:	perl-devel
BuildRequires:	perl

%description
This toolkit primarily provides modules for performing both traditional
and object-oriented i/o) on things *other* than normal filehandles; in
particular, the IO::Scalar manpage, the IO::ScalarArray manpage, and the
IO::Lines manpage.

If you have access to tie(), these classes will make use of the the
IO::WrapTie manpage module to inherit a convenient new_tie()
constructor. It also exports a nice wraptie() function.

In the more-traditional IO::Handle front, we have the IO::AtomicFile
manpage which may be used to painlessly create files which are updated
atomically.

And in the "this-may-prove-useful" corner, we have the IO::Wrap manpage,
whose exported wraphandle() function will clothe anything that's not a
blessed object in an IO::Handle-like wrapper... so you can just use OO
syntax and stop worrying about whether your function's caller handed you
a string, a globref, or a FileHandle.

%prep
%setup -q -n %{realname}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/IO
%{_mandir}/man3/*

%changelog

* Wed Jul 01 2015 dsilakov <denis.silakov@rosalab.ru> 2.111.0-1
- (f03b3f4) Merge pull request #1 from import/perl-IO-stringy:auto_update
- (f03b3f4) Updated to 2.111 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23610 |14mu|perl-IPC-Run-0.940.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 IPC-Run
%define upstream_version 0.94

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	%{upstream_name} module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/IPC/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
IPC::Run allows you run and interact with child processes using files,
pipes, and pseudo-ttys. Both system()-style and scripted usages are
supported and may be mixed. Likewise, functional and OO API styles are
both supported and may be mixed.

Various redirection operators reminiscent of those seen on common Unix
and DOS command lines are provided.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 Changes
chmod 755 eg/*
perl -pi -e 's|^#!/usr/local/bin/perl|#!/usr/bin/perl|' eg/*

rm -f lib/IPC/Run/Win32Helper.pm \
      lib/IPC/Run/Win32IO.pm \
      lib/IPC/Run/Win32Pump.pm

sed -i -e '/Win32Helper.pm/d;/Win32IO.pm/d;/Win32Pump.pm/d' MANIFEST

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc Changes TODO eg
%{perl_vendorlib}/IPC
%{_mandir}/*/*

%changelog
* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.940.0-1
+ Revision: d32abe8
- Updated to 0.94 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23611 |14mu|perl-JSON-PP-2.273.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    JSON-PP
%define upstream_version 2.27300

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Dummy module providing JSON::PP::Boolean


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/JSON/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More)
BuildArch:	noarch
Conflicts: perl-ExtUtils-MakeMaker < 6.980.0

%description
This module is the JSON::XS manpage compatible pure Perl module. (Perl 5.8
or later is recommended)

JSON::XS is the fastest and most proper JSON module on CPAN. It is written
by Marc Lehmann in C, so must be compiled and installed in the used
environment.

JSON::PP is a pure-Perl module and has compatibility to JSON::XS.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{perl_vendorlib}/*
%{_bindir}/json_pp
%{_mandir}/man3/*
%{_mandir}/man1/json_pp.1.xz

%changelog
* Tue Nov 25 2014 dsilakov <denis.silakov@rosalab.ru> 2.273.0-1
+ Revision: 4873fb9
- Merge pull request #1 from import/perl-JSON-PP:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23612 |14mu|perl-kde4-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname perlkde
%define with_kdepimlibs4 0

Summary:	KDE4 bindings for perl language
Name:		perl-kde4
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{srcname}-%{version}.tar.xz
BuildRequires:	perl-qt4-devel >= 1:%{version}
BuildRequires:	smokekde-devel
BuildRequires:	gdbm-devel
%if %{with_kdepimlibs4}
BuildRequires:	kdepimlibs4-devel
%endif
BuildRequires:	pkgconfig(shared-desktop-ontologies)
Requires:	perl-qt4 >= %{epoch}:%{version}

%description
A KDE4 bindings for perl language.

%prep
%setup -q -n %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%files
%{_kde_libdir}/kde4/kperlpluginfactory.so
%if %{with_kdepimlibs4}
%{perl_sitearch}/QImageBlitz.pm
%{perl_sitearch}/Phonon.pm
%{perl_sitearch}/Qsci.pm
%{perl_sitearch}/auto/Phonon
%{perl_sitearch}/auto/QImageBlitz
%{perl_sitearch}/auto/Qsci
%endif
%{perl_sitearch}/Akonadi.pm
%{perl_sitearch}/Attica.pm
%{perl_sitearch}/KDECore4.pm
%{perl_sitearch}/KDEUi4.pm
%{perl_sitearch}/KFile.pm
%{perl_sitearch}/KHTML.pm
%{perl_sitearch}/KIO4.pm
%{perl_sitearch}/KNewStuff2.pm
%{perl_sitearch}/KNewStuff3.pm
%{perl_sitearch}/KParts.pm
%{perl_sitearch}/KTextEditor.pm
%{perl_sitearch}/KUtils.pm
%{perl_sitearch}/Kate.pm
%{perl_sitearch}/Nepomuk.pm
%{perl_sitearch}/NepomukQuery.pm
%{perl_sitearch}/Okular.pm
%{perl_sitearch}/Plasma4.pm
%{perl_sitearch}/Solid.pm
%{perl_sitearch}/Soprano.pm
%{perl_sitearch}/SopranoClient.pm
%{perl_sitearch}/SopranoServer.pm
%{perl_sitearch}/auto/Akonadi
%{perl_sitearch}/auto/Attica
%{perl_sitearch}/auto/KDECore4
%{perl_sitearch}/auto/KDEUi4
%{perl_sitearch}/auto/KFile
%{perl_sitearch}/auto/KHTML
%{perl_sitearch}/auto/KIO4
%{perl_sitearch}/auto/KNewStuff2
%{perl_sitearch}/auto/KNewStuff3
%{perl_sitearch}/auto/KParts
%{perl_sitearch}/auto/KTextEditor
%{perl_sitearch}/auto/KUtils
%{perl_sitearch}/auto/Kate
%{perl_sitearch}/auto/Nepomuk
%{perl_sitearch}/auto/NepomukQuery
%{perl_sitearch}/auto/Okular
%{perl_sitearch}/auto/Plasma4
%{perl_sitearch}/auto/Solid
%{perl_sitearch}/auto/Soprano
%{perl_sitearch}/auto/SopranoClient
%{perl_sitearch}/auto/SopranoServer


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 76bab19
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23613 |14mu|perl-libintl-perl-1.240.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    libintl-perl
%define upstream_version 1.24

%if %{_use_internal_dependency_generator}
%define __noautoreq '/bin/false'
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A localization library for Perl

License:	LGPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/authors/id/G/GU/GUIDO/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	gettext-devel
BuildRequires:	perl-devel
#gw yes, this is required by the tests
BuildRequires:	locales-de

%description
libintl-perl is a library that supports message translation for
Perl, written in pure Perl (version 5.004 or better). A faster C
version is also built and installed if the system fulfills all
requirements. Its interface is very similar to the gettext family
of functions in C, and it uses the same file formats as GNU
gettext, making it possible to use all tools available for gettext
itself and to seamlessly integrate internationalized Perl code
into mixed-language projects. An alternative library with a
similar purpose is available as Locale::MakeText. 

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc ChangeLog NEWS README THANKS TODO
%{perl_vendorlib}/Locale
%{perl_vendorarch}/auto/Locale
%{_mandir}/*/*

%changelog

* Thu Aug 27 2015 dsilakov <denis.silakov@rosalab.ru> 1.240.0-1
- (74549bb) Merge pull request #2 from import/perl-libintl-perl:auto_update
- (74549bb) Updated to 1.24 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23614 |14mu|perl-libwww-perl-6.130.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name  libwww-perl
%define upstream_version 6.13

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Authen::NTLM\\)|perl\\(HTTP::GHTTP\\)'
%else
%define _requires_exceptions Authen::NTLM\\|HTTP::GHTTP\\|Win32
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	The World-Wide Web library for Perl


License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(Encode) >= 2.120.0
BuildRequires:	perl(Encode::Locale)
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(File::Listing) >= 6.0.0
BuildRequires:	perl(HTML::Entities)
BuildRequires:	perl(HTML::HeadParser)
BuildRequires:	perl(HTTP::Cookies) >= 6.0.0
BuildRequires:	perl(HTTP::Daemon) >= 6.0.0
BuildRequires:	perl(HTTP::Date) >= 6.0.0
BuildRequires:	perl(HTTP::Negotiate) >= 6.0.0
BuildRequires:	perl(HTTP::Request) >= 6.0.0
BuildRequires:	perl(HTTP::Request::Common) >= 6.0.0
BuildRequires:	perl(HTTP::Response) >= 6.0.0
BuildRequires:	perl(HTTP::Status) >= 6.0.0
BuildRequires:	perl(IO::Select)
BuildRequires:	perl(IO::Socket)
BuildRequires:	perl(LWP::MediaTypes) >= 6.0.0
BuildRequires:	perl(MIME::Base64) >= 2.100.0
BuildRequires:	perl(Net::FTP) >= 2.580.0
BuildRequires:	perl(Net::HTTP) >= 6.0.0
BuildRequires:	perl(URI) >= 1.100.0
BuildRequires:	perl(URI::Escape)
BuildRequires:	perl(WWW::RobotRules) >= 6.0.0

BuildRequires:	perl-devel
Requires:	perl(Net::HTTP)
Requires:	perl(HTTP::Cookies)
BuildArch:	noarch

%description
The libwww-perl collection is a set of Perl modules which provides a simple and
consistent application programming interface (API) to the World-Wide Web. The
main focus of the library is to provide classes and functions that allow you to
write WWW clients. The library also contain modules that are of more general
use and even classes that help you implement simple HTTP servers.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
/usr/bin/yes | perl Makefile.PL --aliases INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%files
%doc README README.SSL Changes
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 6.130.0-1
- (c26006d) Updated to 6.13 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23615 |14mu|perl-List-AllUtils-0.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    List-AllUtils
%define upstream_version 0.09

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Combines List::Util and List::MoreUtils in one bite-sized package
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/List/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(base)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildArch: noarch

%description
Are you sick of trying to remember whether a particular helper is defined
in the List::Util manpage or the List::MoreUtils manpage? I sure am. Now
you don't have to remember. This module will export all of the functions
that either of those two modules defines.

Note that all function documentation has been shamelessly copied from the
List::Util manpage and the List::MoreUtils manpage.

Which One Wins?
    Recently, the List::Util manpage has started including some of the subs
    that used to only be in the List::MoreUtils manpage. This module always
    exports the version provided by the List::Util manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}
# need List::Util 1.31, we have 1.27 in perl-base.Sflo
rm -fr t/00-compile.t
rm -fr t/01-basic.t
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc META.yml LICENSE META.json Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Mon Mar 09 2015 abfonly <John@smith.org> 0.90.0-1
+ Revision: 285d8d5
- Log: Update to 0.90.0, spec clean, fixed BR and tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23616 |14mu|perl-List-MoreUtils-0.413.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 List-MoreUtils
%define upstream_version 0.413
# Fix circular build dependency:
# gprintify requires perl-List-MoreUtils
%define dont_gprintify 1

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Provide the stuff missing in List::Util 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/List/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::Pod)
BuildRequires: perl(Exporter::Tiny)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl-devel 

%description
List::MoreUtils provides some trivial but commonly needed functionality on
lists which is not going to go into List::Util.

All of its functions are implementable in one line of Perl code. Using
the functions from this module however should give slightly better performance
as everything is implemented in C.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

%check
%make test

%clean 

%files 
%doc Changes 
%{perl_vendorarch}/List
%{perl_vendorarch}/auto/List
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.413.0-1
- (ed618e5) Updated to 0.413 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23617 |14mu|perl-LWP-Protocol-https-6.60.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    LWP-Protocol-https
%define upstream_version 6.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Provide https support for LWP::UserAgent
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/LWP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(IO::Socket::SSL)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Mozilla::CA)
BuildRequires: perl(Net::HTTPS)
BuildRequires: perl(HTML::HeadParser)
BuildArch: noarch

%description
The LWP::Protocol::https module provides support for using https schemed
URLs with LWP. This module is a plug-in to the LWP protocol handling, so
you don't use it directly. Once the module is installed LWP is able to
access sites using HTTP over SSL/TLS.

If hostname verification is requested by LWP::UserAgent's 'ssl_opts', and
neither 'SSL_ca_file' nor 'SSL_ca_path' is set, then 'SSL_ca_file' is
implied to be the one provided by Mozilla::CA. If the Mozilla::CA module
isn't available SSL requests will fail. Either install this module, set up
an alternative 'SSL_ca_file' or disable hostname verification.

This module used to be bundled with the libwww-perl, but it was unbundled
in v6.02 in order to be able to declare its dependencies properly for the
CPAN tool-chain. Applications that need https support can just declare
their dependency on LWP::Protocol::https and will no longer need to know
what underlying modules to install.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Tue Jul 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 6.60.0-2
- (51f7b30) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23618 |14mu|perl-MailTools-2.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    MailTools
%define upstream_version 2.14

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A set of perl modules related to mail applications

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Mail/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is MailTools, a set of perl modules related to mail applications.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README ChangeLog
%{perl_vendorlib}/Mail
%{_mandir}/*/*

%changelog
* Thu Dec 18 2014 dsilakov <denis.silakov@rosalab.ru> 2.140.0-1
+ Revision: 198e78c
- Merge pull request #4 from import/perl-MailTools:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23619 |14mu|perl-Math-Round-0.70.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Math-Round
%define upstream_version 0.07

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Round numbers in different ways

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Math::Round supplies functions that will round numbers in different ways.
The functions round and nearest are exported by default; others are available
as described below. "use ... qw(:all)" exports all functions.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Math
%{perl_vendorlib}/auto/Math
%{_mandir}/*/*

%changelog
* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.70.0-1
+ Revision: eada1a6
- Updated to 0.07 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23620 |14mu|perl-MIME-Charset-1.12.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    MIME-Charset
%define upstream_version 1.012

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Charset Informations for MIME

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/MIME/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
MIME::Charset provides informations about character sets used for MIME messages
on Internet.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/MIME
%{perl_vendorlib}/POD2/JA/MIME/Charset.pod
%{_mandir}/*/*

%changelog

* Sat Jun 13 2015 dsilakov <denis.silakov@rosalab.ru> 1.12.0-1
- (e05ae8c) Merge pull request #6 from import/perl-MIME-Charset:auto_update
- (e05ae8c) Updated to 1.012 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23621 |14mu|perl-MIME-Types-2.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 MIME-Types
%define upstream_version 2.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	MIME::Types module for Perl

License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/MIME/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::More) >= 0.47

BuildArch:	noarch

%description
This Perl module maintains a set of MIME::Type objects, which each describe one
known mime type.  There are many types defined by RFCs and vendors, so the list
is long but not complete.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
rm -rf %{buildroot}%{perl_vendorlib}/MojoX

%files
%doc README ChangeLog
%{perl_vendorlib}/MIME
%{_mandir}/*/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 2.120.0-1
- (7a26d3f) Merge pull request #6 from import/perl-MIME-Types:auto_update
- (7a26d3f) Updated to 2.12 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23622 |14mu|perl-Module-Build-Tiny-0.39.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Build-Tiny
%define upstream_version 0.039

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    4

Summary:    A tiny replacement for Module::Build

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Exporter) >= 5.570.0
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::Config) >= 0.3.0
BuildRequires: perl(ExtUtils::Helpers) >= 0.20.0
BuildRequires: perl(ExtUtils::Install)
BuildRequires: perl(ExtUtils::InstallPaths) >= 0.2.0
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Getopt::Long) >= 2.360.0
BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open2)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(JSON::PP) >= 2.0.0
BuildRequires: perl(Pod::Man)
BuildRequires: perl(TAP::Harness::Env)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(XSLoader)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
Many Perl distributions use a Build.PL file instead of a Makefile.PL file
to drive distribution configuration, build, test and installation.
Traditionally, Build.PL uses Module::Build as the underlying build system.
This module provides a simple, lightweight, drop-in replacement.

Whereas Module::Build has over 6,700 lines of code; this module has less
than 120, yet supports the features needed by most distributions.

Supported
    * * Pure Perl distributions

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL --installdirs=vendor

./Build

# %check
# ./Build test

%install
./Build install --destdir=%{buildroot}

%files
%doc Changes INSTALL LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.39.0-4
+ Revision: 97bb61a
- Updated to 0.039



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23623 |14mu|perl-Module-CoreList-5.201.511.200-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Module-CoreList
%define upstream_version 5.20151120

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Tell what modules shipped with versions of perl


License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Module::CoreList contains data about what perl modules are shipped
with given versions of perl (and their versions). It comes also with a
command-line utility, corelist, to retrieve this information easily.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Module
%{_mandir}/*/*
%{_bindir}/corelist

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 5.201.511.200-1
- (df8a595) Merge pull request #17 from import/perl-Module-CoreList:auto_update
- (df8a595) Updated to 5.20151120 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23624 |14mu|perl-Module-Install-1.160.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Module-Install
%define upstream_version 1.16

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Standalone, extensible Perl module installer
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Archive::Tar) >= 1.440.0
BuildRequires:  perl(CPAN::Meta::YAML) >= 0.011
BuildRequires:	perl(Devel::PPPort) >= 3.160.0
BuildRequires:	perl(ExtUtils::Install) >= 1.520.0
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires:	perl(ExtUtils::ParseXS) >= 2.190.0
BuildRequires:	perl(File::Remove) >= 1.420.0
BuildRequires:	perl(File::Spec) >= 3.280.0
BuildRequires:	perl(JSON) >= 2.140.0
BuildRequires:	perl(Module::Build) >= 0.290.0
BuildRequires:	perl(Module::CoreList) >= 2.170.0
BuildRequires:	perl(Module::ScanDeps) >= 1.90.0
BuildRequires:	perl(PAR::Dist) >= 0.290.0
BuildRequires:	perl(Parse::CPAN::Meta) >= 1.441.300
BuildRequires:	perl(Test::Harness) >= 3.130.0
BuildRequires:	perl(Test::More) >= 0.860.0
BuildRequires:	perl(YAML::Tiny) >= 1.380.0
BuildRequires:	perl-PathTools >= 3.270.100
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides a drop-in replacement for ExtUtils::MakeMaker. For
first-time users, Brian Ingerson's Creating Module Distributions with
Module::Install in June 2003 issue of The Perl Journal
(http://www.tpj.com/issues/) provides a gentle introduction to how this
module works.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
chmod 644 Changes
find lib -type f | xargs chmod 644
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# this one requires a working CPAN configuration
rm -f t/03_autoinstall.t
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README
%{perl_vendorlib}/Module
%{perl_vendorlib}/inc/Module
%{_mandir}/man3/*


%changelog

* Mon Oct 19 2015 Denis Silakov <dsilakov@gmail.com> 1.160.0-1
- (b0672ca) Added cpan-yaml BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23625 |14mu|perl-Module-Load-0.320.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Load
%define upstream_version 0.32

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Runtime require of both modules and files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
load eliminates the need to know whether you are trying to require either a
file or a module.

If you consult perldoc -f require you will see that require will behave
differently when given a bareword or a string.

In the case of a string, require assumes you are wanting to load a file. But in
the case of a bareword, it assumes you mean a module.

This gives nasty overhead when you are trying to dynamically require modules at
runtime, since you will need to change the module notation (Acme::Comment) to a
file notation fitting the particular platform you are on.

load elimates the need for this overhead and will just DWYM.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Module
%{_mandir}/*/*



%changelog

* Thu Oct 01 2015 Denis Silakov <dsilakov@gmail.com> 0.320.0-4
- (fc2d54f) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23626 |14mu|perl-Module-Load-Conditional-0.640.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Module-Load-Conditional
%define upstream_version 0.64

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Looking up module information / loading at runtime

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

Buildrequires:	perl-devel
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Locale::Maketext::Simple)
BuildRequires:	perl(Module::CoreList) >= 2.220.0
BuildRequires:	perl(Module::Load) >= 0.280.0
BuildRequires:	perl(Module::Metadata) >= 1.0.5
BuildRequires:	perl(Params::Check)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(version) >= 0.690.0

Buildarch:	    noarch

%description
Module::Load::Conditional provides simple ways to query and possibly load any
of the modules you have installed on your system during runtime.

It is able to load multiple modules at once or none at all if one of them was
not able to load. It also takes care of any error checking and so forth.

It allows you to fetch any file pointed to by a ftp, http, file, or rsync uri
by a number of different means.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files 
%doc README
%{perl_vendorlib}/Module
%{_mandir}/*/*

%changelog

* Thu Oct 01 2015 Denis Silakov <dsilakov@gmail.com> 0.640.0-1
- (9e77390) Fix BRs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23627 |14mu|perl-Module-Metadata-1.0.27-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Module-Metadata
%define upstream_version 1.000027

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2

Summary:	Gather package and POD information from perl module files

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(version)
BuildRequires:	perl(Pod::Coverage)

BuildArch:	noarch

%description
The *Tie::CPHash* module provides a hash table that is case preserving but
case insensitive. This means that

    $cphash{KEY}    $cphash{key}
    $cphash{Key}    $cphash{keY}

all refer to the same entry. Also, the hash remembers which form of the key
was last used to store the entry. The 'keys' and 'each' functions will
return the key that was used to set the value.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml META.json README CONTRIBUTING
%{_mandir}/man3/*
%{perl_vendorlib}/*




%changelog

* Tue Oct 06 2015 Denis Silakov <uragan@localhost.localdomain> 1.0.27-2
- (09beec6) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23628 |14mu|perl-Module-Pluggable-5.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Module-Pluggable
%define upstream_version 5.2

%define debug_package %{nil}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Simple plugins for Perl modules

License:    Artistic/GPL
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec) >= 3.0.0
BuildRequires: perl(Module::Build) >= 0.380.0
BuildRequires: perl(Test::More) >= 0.620.0
BuildRequires: perl-devel

%description
This Perl module provides a simple but, hopefully, extensible way of having
'plugins' for your module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes INSTALL META.json META.yml README
%{perl_vendorlib}/Module
%{perl_vendorlib}/Devel
%{_mandir}/*/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 5.200.0-1
- (3473728) Merge pull request #1 from import/perl-Module-Pluggable:auto_update
- (3473728) Updated to 5.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23629 |14mu|perl-Module-ScanDeps-1.200.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Module-ScanDeps
%define upstream_version 1.20

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Recursively scan Perl code for dependencies

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(File::Temp)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Module::Build::ModuleInfo)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a module to recursively scan Perl programs for dependencies.

An application of Module::ScanDeps is to generate executables from scripts
that contains necessary modules; this module supports two such projects, PAR
and App::Packer.  Please see their respective documentations on CPAN for
further information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
perl Makefile.PL INSTALLDIRS=vendor
%make 

%check
%make test

%install
%makeinstall_std

%files
%doc AUTHORS Changes README
%{_bindir}/*
%{_mandir}/man*/*
%{perl_vendorlib}/Module

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.200.0-1
- (f5609df) Merge pull request #8 from import/perl-Module-ScanDeps:auto_update
- (f5609df) Updated to 1.20 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23630 |14mu|perl-Module-Signature-0.790.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Module-Signature
%define upstream_version 0.79

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Check and create SIGNATURE files for CPAN distributions

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Module/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Digest::SHA1)
BuildRequires:	perl(PAR::Dist)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(IPC::Run)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is a perl module to check and create SIGNATURE files
for CPAN distributions.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor --skipdeps </dev/null
%make

%check
%make test

%install
%makeinstall_std

%files
%doc AUTHORS Changes README
%{_bindir}/*
%{_mandir}/man*/*
%{perl_vendorlib}/Module

%changelog

* Wed Jun 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.790.0-1
- (beb3c9a) Drop patch - merged upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23631 |14mu|perl-MRO-Compat-0.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	MRO-Compat
%define upstream_version    0.12

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Mro::** interface compatibility for Perls < 5.9.5

License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://search.cpan.org/CPAN/authors/id/B/BL/BLBLACK/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Module::AutoInstall)
BuildRequires:	perl(Class::C3) >= 0.19
BuildRequires:	perl(Class::C3::XS) >= 0.19
BuildRequires:	perl-devel
BuildArch:	noarch

%description
The "mro" namespace provides several utilities for dealing with method
resolution order and method caching in general in Perl 5.9.5 and higher.

This upstream_name provides those interfaces for earlier versions of Perl
(back to 5.6.0 anyways).

It is a harmless no-op to use this upstream_name on 5.9.5+. If you're
writing a piece of software that would like to use the parts of 5.9.5+'s
mro:: interfaces that are supported here, and you want compatibility with
older Perls, this is the upstream_name for you.

Some parts of this interface will work better with Class::C3::XS installed,
but it's not a requirement.

This upstream_name never exports any functions. All calls must be fully
qualified with the mro:: prefix.

The interface documentation here serves only as a quick reference of what
the function basically does, and what differences between MRO::Compat and
5.9.5+ one should look out for. The main docs in 5.9.5's mro are the real
interface docs, and contain a lot of other

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
%make test

%install
%makeinstall_std

%files
%doc ChangeLog README
%{perl_vendorlib}/MRO
%{_mandir}/*/*



%changelog

* Mon Apr 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.120.0-1
- (25b5cbc) Updated to 0.12 - fix example in man page



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23632 |14mu|perl-namespace-clean-0.260.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    namespace-clean
%define upstream_version 0.26

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Keep imports and functions out of your namespace

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/namespace/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(B::Hooks::EndOfScope)
BuildRequires:	perl(FindBin)
BuildRequires:	perl(Package::Stash)
BuildRequires:	perl(Scope::Guard)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(Sub::Name)
BuildRequires:	perl(Symbol)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Module::Implementation)
BuildRequires:	perl-devel

BuildArch:	noarch

Provides:	perl(namespace::clean)

%description
When you define a function, or import one, into a Perl package, it will
naturally also be available as a method. This does not per se cause
problems, but it can complicate subclassing and, for example, plugin
classes that are included via multiple inheritance by loading them as
base classes.

The 'namespace::clean' pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor --skipdeps
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 0.260.0-1
- (6a043ae) Merge pull request #1 from import/perl-namespace-clean:auto_update
- (6a043ae) Updated to 0.26 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23633 |14mu|perl-NetAddr-IP-4.78.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    NetAddr-IP
%define upstream_version 4.078

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:        Manage IPv4 and IPv6 addresses and subnets in Perl



License:        Artistic
Group:          Development/Perl
Url:            http://search.cpan.org/dist/%{upstream_name}/
Source0:        http://www.cpan.org/modules/by-module/NetAddr/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel

%description
This module provides an object-oriented abstraction on top of IP
addresses or IP subnets, that allows for easy manipulations.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
rm -f t/00-Sign.t # debug files make it fails

%build
perl Makefile.PL  INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%{perl_vendorarch}/NetAddr
%{perl_vendorarch}/auto/NetAddr
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 4.78.0-1
- (b4168b3) Updated to 4.078 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23634 |14mu|perl-Net-DBus-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name Net-DBus
%define upstream_version 1.1.0

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Perl API to the DBus message system

License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	dbus-devel
# For tests
BuildRequires:	perl(XML::Twig)

%description
Net::DBus provides a Perl API for the DBus message system. The DBus Perl
interface is currently operating against the 0.32 development version of DBus,
but should work with later versions too, providing the API changes have not
been too drastic.

Users of this package are either typically, service providers in which case the
Net::DBus::Service and Net::DBus::Object modules are of most relevance, or are
client consumers, in which case Net::DBus::RemoteService and
Net::DBus::RemoteObject are of most relevance.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc README
%{_mandir}/*/*
%{perl_vendorarch}/Net
%{perl_vendorarch}/auto/Net

%changelog

* Fri Aug 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-1
- (8e2aeef) Add more BRs for tests



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23635 |14mu|perl-Net-DNS-1.40.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Net-DNS
%define upstream_version 1.04

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Perl interface to the DNS resolver
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Digest::HMAC) >= 1.10.0
BuildRequires: perl(Digest::MD5) >= 2.130.0
BuildRequires: perl(Digest::SHA) >= 5.230.0
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(IO::Socket) >= 1.240.0
BuildRequires: perl(MIME::Base64) >= 2.110.0
BuildRequires: perl(Test::More) >= 0.520.0
BuildRequires: perl-devel
BuildArch:     noarch

%description
Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS)
resolver. It allows the programmer to perform DNS queries that are beyond the
capabilities of gethostbyname and gethostbyaddr.

The programmer should be somewhat familiar with the format of a DNS packet and
its various sections. See RFC 1035 or DNS and BIND (Albitz & Liu) for details.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor < /dev/null
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml MYMETA.yml README  demo
%{_mandir}/*/*
%{perl_vendorlib}/Net

%changelog

* Tue Mar 08 2016 Denis Silakov <dsilakov@gmail.com> 1.40.0-1
- (ba4fca8) Updated to 1.04



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23636 |14mu|perl-Net-HTTP-6.90.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-HTTP
%define upstream_version 6.09

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Non-blocking HTTP client

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Compress::Raw::Zlib)
BuildRequires: perl(IO::Compress::Gzip)
BuildRequires: perl(IO::Select)
BuildRequires: perl(IO::Socket::INET)
BuildRequires: perl-devel
BuildArch: noarch

%description
The 'Net::HTTP' class is a low-level HTTP client. An instance of the
'Net::HTTP' class represents a connection to an HTTP server. The HTTP
protocol is described in RFC 2616. The 'Net::HTTP' class supports
'HTTP/1.0' and 'HTTP/1.1'.

'Net::HTTP' is a sub-class of 'IO::Socket::INET'. You can mix the methods
described below with reading and writing from the socket directly. This is
not necessary a good idea, unless you know what you are doing.

The following methods are provided (in addition to those of
'IO::Socket::INET'):

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Thu Jul 30 2015 dsilakov <denis.silakov@rosalab.ru> 6.90.0-1
- (785d018) Merge pull request #3 from import/perl-Net-HTTP:auto_update
- (785d018) Updated to 6.09 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23637 |14mu|perl-Net-Ident-1.240.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-Ident
%define upstream_version 1.24

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(FileHandle\\)'
%define __noautoprov 'perl\\(FileHandle\\)'
%else
%define _provides_exceptions perl(FileHandle)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Net::Ident - lookup the username on the remote end of a TCP/IP connection

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Net::Ident is a module that looks up the username on the remote
side of a TCP/IP connection through the ident (auth/tap) protocol
described in RFC1413 (which supersedes RFC931). Note that this
requires the remote site to run a daemon (often called identd) to
provide the requested information, so it is not always available
for all TCP/IP connections.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

# fix attribs
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
	
# cleanup
for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
yes "" | perl Makefile.PL INSTALLDIRS=vendor
%make
# tests are borked...
#make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Net/Ident.pm
%{_mandir}/*/*

%changelog
* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.240.0-1
+ Revision: 2a74156
- Updated to 1.24 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23638 |14mu|perl-Net-SMTP-SSL-1.30.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Net-SMTP-SSL
%define upstream_version 1.03

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	SSL support for Net::SMTP

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(Net::SMTP)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
network operations. Due to the nature of 'Net::SMTP''s 'new' method, it is
not overridden to make use of a default port for the SMTPS service. Perhaps
future versions will be smart like that. Port '465' is usually what you
want, and it's not a pain to specify that.

For interface documentation, please see Net::SMTP.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.30.0-1
- (6f619b5) Updated to 1.03 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23639 |14mu|perl-Net-SSLeay-1.720.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Net-SSLeay
%define upstream_version 1.72

Summary:	Perl extension for using OpenSSL
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	2
License:	BSD-like
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Net/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	openssl
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires:	openssl
Provides:	perl-Net_SSLeay = %{version}-%{release}
Provides:	perl-Net_SSLeay.pm = %{version}-%{release}

%description
Perl extension for using OpenSSL.

%files
%doc Changes Credits README examples QuickRef
%{perl_vendorarch}/auto/Net
%{perl_vendorarch}/Net
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 755 examples

%build
# note the %{_prefix} which must passed to Makefile.PL, weird but necessary :-(
echo | perl Makefile.PL %{_prefix} INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"
perl -p -i -e 's|/usr/local/bin|/usr/bin|g;' *.pm examples/*

%install
%makeinstall_std

%check
# testing the package implies contacting external sites (some are down ?)
#make test


%changelog

* Wed Mar 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.720.0-2
- (f912831) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23640 |14mu|perl-Package-Stash-0.370.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Package-Stash
%define upstream_version 0.37

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Package::Stash::Conflicts\\)'
%else
%define _requires_exceptions perl(Package::Stash::Conflicts)
%endif

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	Routines for manipulating stashes

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Package/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Scalar::Util)
BuildRequires: perl(Module::Implementation)
BuildRequires:	perl(Test::Exception)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Dist::CheckConflicts)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Manipulating stashes (Perl's symbol tables) is occasionally necessary, but
incredibly messy, and easy to get wrong. This module hides all of that
behind a simple API.

NOTE: Most methods in this class require a variable specification that
includes a sigil. If this sigil is absent, it is assumed to represent the
IO slot.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.yml LICENSE README META.json
%{_mandir}/man3/*
%{perl_vendorlib}/Package
%{_bindir}/package-stash-conflicts
%{_mandir}/man1/package-stash-conflicts.1*

%changelog

* Wed Jun 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.370.0-3
- (8934ead) Drop DeprecationManager BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23641 |14mu|perl-Params-Classify-0.13.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Params-Classify
%define upstream_version 0.013

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    6

Summary:    Argument type classification

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Params/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl-devel

%description
This module provides various type-testing functions. These are intended for
functions that, unlike most Perl code, care what type of data they are
operating on. For example, some functions wish to behave differently
depending on the type of their arguments (like overloaded functions in
C++).

There are two flavours of function in this module. Functions of the first
flavour only provide type classification, to allow code to discriminate
between argument types. Functions of the second flavour package up the most
common type of type discrimination: checking that an argument is of an
expected type. The functions come in matched pairs, of the two flavours,
and so the type enforcement functions handle only the simplest requirements
for arguments of the types handled by the classification functions.
Enforcement of more complex types may, of course, be built using the
classification functions, or it may be more convenient to use a module
designed for the more complex job, such as the Params::Validate manpage.

This module is implemented in XS, with a pure Perl backup version for
systems that can't handle XS.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Thu Jul 07 2016 Denis Silakov <dsilakov@gmail.com> 0.13.0-6
- (2d540d9) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23642 |14mu|perl-Params-Validate-1.210.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Params-Validate
%define upstream_version 1.21

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:	Validate method/function call parameters


License:	GPL+ or Artistic
Group:		Development/Other
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/Params/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Attribute::Handlers)
BuildRequires: perl(Test::Requires)
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Module::Implementation)
BuildRequires:	perl(ExtUtils::CBuilder)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Fatal)
BuildRequires:	perl-devel >= 2:5.14
BuildRequires:	perl-List-MoreUtils >= 0.320.0-3

%description
The Params::Validate module provides a flexible system for validation
method/function call parameters.

The validation can be as simple as checking for the presence of required
parameters or as complex as validating object classes (via isa) or capabilities
(via can), checking parameter types, and using customized callbacks to ensure
data integrity.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
# avoid strange unlinking error
rm -f t/28-readonly-return.t
./Build test

%install
rm -fr %{buildroot}
./Build install destdir=%{buildroot}

%files
%doc  Changes
%{_mandir}/*/*
%{perl_vendorlib}/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.210.0-1
- (fb4cd74) Merge pull request #7 from import/perl-Params-Validate:auto_update
- (fb4cd74) Updated to 1.21 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23643 |14mu|perl-parent-0.234.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    parent
%define upstream_version 0.234

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Establish an ISA relationship with base classes at compile time

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/C/CO/CORION/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel

BuildArch:	noarch

Provides:	perl(parent)

%description
Allows you to both load one or more modules, while setting up inheritance from
those modules at the same time.  Mostly similar in effect to

    package Baz;
    BEGIN {
        require Foo;
        require Bar;
        push @ISA, qw(Foo Bar);
    }

By default, every base class needs to live in a file of its own.
If you want to have a subclass and its parent class in the same file, you
can tell C<parent> not to load any modules by using the C<-norequire> switch:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/parent.pm

%changelog

* Mon Aug 17 2015 dsilakov <denis.silakov@rosalab.ru> 0.234.0-1
- (358cff0) Merge pull request #3 from import/perl-parent:auto_update
- (358cff0) Updated to 0.234 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23644 |14mu|perl-Parse-CPAN-Meta-1.441.700-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-CPAN-Meta
%define upstream_version 1.4417

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Parse META.yml and other similar CPAN metadata files

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Parse/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta::YAML) >= 0.12.0
BuildRequires: perl(Carp)
BuildRequires: perl(Encode)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec) >= 0.800.0
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(JSON::PP) >= 2.272.0
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::More) >= 0.470.0
BuildRequires: perl-devel
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(version)
BuildRequires: perl(warnings)

BuildArch:  noarch

%description
*Parse::CPAN::Meta* is a parser for META.yml files, based on the parser
half of the YAML::Tiny manpage.

It supports a basic subset of the full YAML specification, enough to
implement parsing of typical META.yml files, and other similarly simple
YAML files.

If you need something with more power, move up to a full YAML parser such
as the YAML manpage, the YAML::Syck manpage or the YAML::LibYAML manpage.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc CONTRIBUTING.* Changes LICENSE META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/Parse


%changelog

* Mon Oct 05 2015 Denis Silakov <dsilakov@gmail.com> 1.441.700-2
- (dca1e7e) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23645 |14mu|perl-Parse-RecDescent-1.967.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Parse-RecDescent
%define upstream_version 1.967013

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    A recursive descent parser generator for Perl
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Parse/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.570.200
BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Balanced) >= 1.950.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
The Parse::RecDescent perl module is used to generate recursive descent
parsers from powerful grammar specifications.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
perl -p -i -e 's|#!.*/usr/local/bin/perl|#!/usr/bin/perl|' `find . -name '*.pl'`
find -type f | xargs chmod 644

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

# now in perl
rm -f %{buildroot}%{_mandir}/*/Text*

%files
%doc Changes META.json META.yml MYMETA.yml README demo
%{perl_vendorlib}/Parse
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.967.13-1
- (ff451e4) Updated to 1.967013 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23646 |14mu|perl-Path-Class-0.330.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	Path-Class
%define upstream_version 0.33

Name:		perl-%{module}
Version:	%perl_convert_version %{upstream_version}
Release:	4

Summary:	Cross-platform path specification manipulation

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}
Source0:	http://www.cpan.org/modules/by-module/Path/%{module}-%{upstream_version}.tar.gz
BuildRequires: perl-devel

BuildArch:	noarch

%description
Path::Class is a module for manipulation of file and directory specifications
(strings describing their locations, like '/home/ken/foo.txt' or
'C:\Windows\Foo.txt') in a cross-platform manner. It supports pretty much every
platform Perl runs on, including Unix, Windows, Mac, VMS, Epoc, Cygwin, OS/2,
and NetWare.

%prep
%setup -q -n %{module}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/Path/Class/*
%{perl_vendorlib}/Path/Class.pm
%{perl_vendorlib}/Path/*pod
%{_mandir}/*/*


%changelog
* Wed Nov 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.330.0-4
+ Revision: d572eae
- Rebuild to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23647 |14mu|perl-PathTools-3.620.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	PathTools
%define modver	3.62

%define __noautoreq 'perl\\(VMS::Filespec\\)'

Summary:	Tools for working with paths and file specs across platforms
Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	1
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/%{modname}-%{modver}.tar.gz
BuildRequires:	perl-devel
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(ExtUtils::CBuilder)

%description
Tools for working with paths and file specs across platforms.

%prep
%setup -qn %{modname}-%{modver}
%apply_patches

%build
perl Makefile.PL INSTALLDIRS=vendor
%make CFLAGS="%{optflags}"

# Fails on non-Linux tests
%check
make test

%install
%makeinstall_std

%files
%doc Changes INSTALL META.yml MYMETA.yml README
%{perl_vendorarch}/File
%{perl_vendorarch}/Cwd.pm
%{perl_vendorarch}/auto/Cwd
%{_mandir}/man3/*


%changelog

* Thu Jan 28 2016 Denis Silakov <dsilakov@gmail.com> 3.620.0-1
- (8f40e4a) Updated to 3.62



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23648 |14mu|perl-pcsc-perl-1.4.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name pcsc-perl

Summary:	Perl interface to the PC/SC smart card library

Name:		perl-%{module_name}
Version:	%perl_convert_version 1.4.14
Release:	1
URL:		http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
Source0:	http://ludovic.rousseau.free.fr/softwares/pcsc-perl/pcsc-perl-%{version}.tar.bz2

License:	GPL
Group:		Development/Perl
BuildRequires:	perl-devel >= 5.8.0
BuildRequires:  libpcsclite-devel

%description
This package contains a Perl wrapper to the PC/SC smartcard library
(pcsc-lite) from MUSCLE together with some small examples.

%prep
%setup -q -n %{module_name}-%{version}

%build
find -name \*.pm | xargs chmod 644
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# this needs a smart card reader configured and with a
# card inserted
#%%make test

%install
%makeinstall_std

%clean

%files
%doc LICENCE README* examples Changelog
%{_mandir}/*/*
%{perl_vendorlib}/*/Chipcard
%{perl_vendorlib}/*/auto/Chipcard

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.4.14-1
- (9b93e2c) Updated to 1.4.14 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23649 |14mu|perl-Pod-Perldoc-3.250.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Perldoc
%define upstream_version 3.25

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Tk\\)|perl\\(Tk::Pod\\)'
%else
%define _requires_exceptions perl(Tk)\\|perl(Tk::Pod)
%endif

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Customized option parser for Pod::Perldoc

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Config)
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Symbol)
BuildRequires: perl(Text::ParseWords)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl-devel

BuildArch: noarch

%description
_perldoc_ looks up a piece of documentation in .pod format that is embedded
in the perl installation tree or in a perl script, and displays it via
'pod2man | nroff -man | $PAGER'. (In addition, if running under HP-UX, 'col
-x' will be used.) This is primarily used for the documentation for the
perl library modules.

Your system may also have man pages installed for those modules, in which
case you can probably just use the man(1) command.

If you are looking for a table of contents to the Perl library modules
documentation, see the the perltoc manpage page.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc  README META.yml
%{_mandir}/man?/*
%{perl_vendorlib}/*
%{_bindir}/perldoc

%changelog

* Tue Jun 09 2015 dsilakov <denis.silakov@rosalab.ru> 3.250.0-1
- (ba4bf29) Merge pull request #2 from import/perl-Pod-Perldoc:auto_update
- (ba4bf29) Updated to 3.25 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23650 |14mu|perl-Pod-Plainer-1.40.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Pod-Plainer
%define upstream_version 1.04

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	3

Summary:	To convert POD to old-style plainer POD

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Pod/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Pod::Parser)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Pod::Plainer uses Pod::Parser which takes Pod with the (new) 'C<< .. >>'
constructs and returns the old(er) style with just 'C<>'; '<' and '>' are
replaced by 'E<lt>' and 'E<gt>'.

This can be used to pre-process Pod before using tools which do not
recognise the new style Pods.

METHODS
    * escape_ltgt

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Sun Dec 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.40.0-3
+ Revision: 4074672
- Move back to main repo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23651 |14mu|perl-Proc-Daemon-0.220.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Proc-Daemon
%define upstream_version 0.22

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Run a perl program as a daemon process

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Proc/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires: perl(Proc::ProcessTable)
BuildArch:	noarch

%description
Proc::Daemon provides the capability for a Perl program to run
as a Unix daemon process.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc 
%{_mandir}/man3/*
%{perl_vendorlib}/Proc

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.220.0-1
- (3a4b04a) Updated to 0.22 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23652 |14mu|perl-Proc-ProcessTable-0.500.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Proc-ProcessTable
%define upstream_version 0.50

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	4
Summary:	Interface to process table information


License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Proc/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel

%description
This module is a first crack at providing a consistent interface to
Unix (and maybe other multitasking OS's) process table information.
The impetus for this came about with my frustration at having to parse
the output of various systems' ps commands to check whether specific
processes were running on different boxes at a larged mixed Unix site.
The output format of ps was different on each OS, and sometimes
changed with each new release of an OS. Also, running a ps subprocess
from within a perl or shell script and parsing the output was not a
very efficient or aesthetic way to do things.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%files
%doc README README.linux Changes TODO contrib example.pl
%{perl_vendorarch}/Proc
%{perl_vendorarch}/auto/Proc
%{_mandir}/*/*





%changelog

* Sat Jun 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.500.0-4
- (ec265c5) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23653 |14mu|perl-qt4-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname perlqt

Summary:	Qt bindings for Perl
Name:		perl-qt4
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+ Artistic GPLv3+ LGPLv2+
Group:		Development/KDE and Qt
Url:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{srcname}-%{version}.tar.xz
BuildRequires:	db-devel
BuildRequires:	perl-devel
BuildRequires:	smokeqt-devel >= 1:%{version}
BuildRequires:	pkgconfig(qimageblitz) < 5.0.0
Conflicts:	perl-kde < 1:4.6.90

%description
A Qt4 bindings for perl language.

%files
%doc LICENSE LICENSE.Artistic LICENSE.GPL-3 LICENSE.LGPL MANIFEST README
%{_kde_bindir}/puic4
%{_kde_bindir}/prcc4_bin
%{_kde_bindir}/qdbusxml2perl
%{perl_sitearch}/Qt*.pm
%{perl_sitearch}/QtCore4
%{perl_sitearch}/auto/Qt*
%{perl_sitelib}/*/Phonon.pm
%{perl_sitelib}/*/QImageBlitz.pm
%{perl_sitelib}/*/Qsci.pm
%{perl_sitelib}/*/auto/Phonon/Phonon.so
%{perl_sitelib}/*/auto/QImageBlitz/QImageBlitz.so
%{perl_sitelib}/*/auto/Qsci/Qsci.so

#--------------------------------------------------------

%package devel
Summary:	Headers files for %{name}
Group:		Development/KDE and Qt
Requires:	smokeqt-devel >= 1:%{version}
Requires:	perl-devel
Requires:	db-devel
Requires:	%{name} = %{EVRD}

%description devel
Headers files for %{name}

%files devel
%dir %{_kde_includedir}/%{srcname}
%{_kde_includedir}/%{srcname}/QtCore4.h
%{_kde_includedir}/%{srcname}/binding.h
%{_kde_includedir}/%{srcname}/handlers.h
%{_kde_includedir}/%{srcname}/listclass_macros.h
%{_kde_includedir}/%{srcname}/marshall.h
%{_kde_includedir}/%{srcname}/marshall_basetypes.h
%{_kde_includedir}/%{srcname}/marshall_complex.h
%{_kde_includedir}/%{srcname}/marshall_macros.h
%{_kde_includedir}/%{srcname}/marshall_primitives.h
%{_kde_includedir}/%{srcname}/marshall_types.h
%{_kde_includedir}/%{srcname}/perlqt.h
%{_kde_includedir}/%{srcname}/ppport.h
%{_kde_includedir}/%{srcname}/smokehelp.h
%{_kde_includedir}/%{srcname}/smokeperl.h
%{_kde_includedir}/%{srcname}/util.h
%dir %{_kde_datadir}/%{srcname}
%dir %{_kde_datadir}/%{srcname}/cmake
%{_kde_datadir}/%{srcname}/cmake/FindPerlMore.cmake
%{_kde_datadir}/%{srcname}/cmake/PerlQtConfig.cmake
%{_kde_datadir}/%{srcname}/cmake/PerlQtExport*.cmake
%{_kde_datadir}/%{srcname}/doxsubpp.pl

#------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 247fa2b
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23654 |14mu|perl-Role-Tiny-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Role-Tiny
%define upstream_version 2.000001

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Minimal try/catch with proper localization of $@

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-authors/id/M/MS/MSTROUT/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Fatal) >= 0.3.0
BuildRequires: perl(Test::More) >= 0.960.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
'Role::Tiny' is a minimalist role composition tool.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Tue Jun 16 2015 abfonly <John@smith.org> 2.0.1-1
- (a9c69c7) Log: Update to 2.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23655 |14mu|perl-RPC-XML-0.790.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_apache_perl}%{?!build_apache_perl:%bcond_without apache_perl}

%define upstream_name	 RPC-XML
%define upstream_version 0.79

Name: 		perl-%{upstream_name}
Version: 	%perl_convert_version %{upstream_version}
Release:	1

Summary:	A set of classes for core data, message and XML handling

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/RPC/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	perl(Net::Server)
BuildRequires:  perl(LWP::UserAgent)
BuildArch:	noarch

%description
The RPC::XML package is a reference implementation of the XML-RPC
standard. As a reference implementation, it is geared more towards clarity and
readability than efficiency.

The package provides a set of classes for creating values to pass to the
constructors for requests and responses. These are lightweight objects, most
of which are implemented as tied scalars so as to associate specific type
information with the value. Classes are also provided for requests, responses,
faults (errors) and a parser based on the XML::Parser package from CPAN.

This module does not actually provide any transport implementation or
server basis. For these, see RPC::XML::Client and RPC::XML::Server,
respectively.

%if %{with apache_perl}
%package	Apache
Summary:	RPC server as an Apache/mod_perl content handler

Group:		Development/Perl

%description	Apache
RPC server as an Apache/mod_perl content handler.
%endif

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

# make tests don't work
# make test

%install
%makeinstall_std
%if %{without apache_perl}
rm -rf %{buildroot}/%{perl_vendorlib}/Apache
rm -rf %{buildroot}/%{_mandir}/man3/Apache*
%endif

%files
%doc ChangeLog README*
%{_bindir}/*
%{perl_vendorlib}/RPC
%{_mandir}/man3/*
%if %{with apache_perl}
%exclude %{_mandir}/man3/Apache*
%endif
%{_mandir}/man1/*

%if %{with apache_perl}
%files Apache
%doc README.apache2
%{perl_vendorlib}/Apache
%{_mandir}/man3/Apache*
%endif

%changelog

* Wed Sep 30 2015 Denis Silakov <dsilakov@gmail.com> 0.790.0-1
- (ac50ee7) Updated to 0.79



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23656 |14mu|perl-Scalar-List-Utils-1.420.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# private-shared-object-provides
%define __noautoprov 'Util.so'

%define upstream_name    Scalar-List-Utils
%define upstream_version 1.42

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:	1
Summary:    List utilities (eg min, max, reduce)
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/List/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Test::More)
BuildRequires: perl-devel

%description
'List::Util' contains a selection of subroutines that people have expressed
would be nice to have in the perl core, but the usage would not really be
high enough to warrant the use of a keyword, and the size so small such
that being individual extensions would be wasteful.

By default 'List::Util' does not export any subroutines. The subroutines
defined are

* first BLOCK LIST

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc Changes README META.json META.yml 
%{_mandir}/man3/*
%{perl_vendorlib}/*






%changelog

* Sun Jun 07 2015 abfonly <John@smith.org> 1.420.0-1
- (33f3b3a) Log: Update to 1.420.0, fixed provides, (make it easy for Denis, just launch the build).



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23657 |14mu|perl-Scope-Guard-0.210.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Scope-Guard
%define upstream_version 0.21

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Lexically scoped resource management 

License:	GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Scope/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

BuildArch:	noarch

%description
This module provides a convenient way to perform cleanup or other forms of
resource management at the end of a scope. It is particularly useful when
dealing with exceptions: the Scope::Guard constructor takes a reference to a
subroutine that is guaranteed to be called even if the thread of execution is
aborted prematurely. This effectively allows lexically-scoped "promises" to be
made that are automatically honoured by perl's garbage collector.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Scope
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.210.0-1
- (37fdd44) Updated to 0.21 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23658 |14mu|perl-SOAP-Lite-1.190.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    SOAP-Lite
%define upstream_version 1.19

%define __noautoreq 'perl\\(SOAP::Transport::TCP\\)'
%define __noautoprov 'perl\\(LWP::Protocol\\)'

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Client and server side SOAP implementation

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/SOAP/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Class::Inspector)
BuildRequires: perl(XML::Parser::Lite)
BuildRequires: perl(Test::Warn)
BuildRequires: perl(HTTP::Daemon)
BuildRequires: perl(Compress::Zlib)
BuildRequires: perl(Crypt::SSLeay)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(IO::SessionData) >= 1.30.0
BuildRequires: perl(IO::Socket::SSL)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Task::Weaken)
BuildRequires: perl(Test::More)
BuildRequires: perl(URI)
BuildRequires: perl(XML::Parser) >= 2.230.0
BuildRequires: perl(constant)
BuildRequires: perl-devel
BuildArch:  noarch

%description
SOAP::Lite for Perl is a collection of Perl modules which provides a simple and
lightweight interface to the Simple Object Access Protocol (SOAP) both on
client and server side.

To learn about SOAP, go to http://www.soaplite.com/#LINKS for more
information.

This version of SOAP::Lite supports a subset of the SOAP 1.1
specification and has initial support for SOAP 1.2 specification.  See
http://www.w3.org/TR/SOAP for details.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

find examples -type f | xargs perl -pi \
    -e 's|^#!perl -w|#!%__perl -w|;' \
    -e 's|^#!d:\\perl\\bin\\perl.exe ||;'
find examples -type f -name *.bat | xargs rm -f 

%build
perl Makefile.PL INSTALLDIRS=vendor --noprompt
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes HACKING META.json META.yml MYMETA.yml README examples
%{_mandir}/*/*
%{_bindir}/*.pl
%{perl_vendorlib}/Apache
%{perl_vendorlib}/SOAP

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.190.0-1
- (fde6092) Merge pull request #3 from import/perl-SOAP-Lite:auto_update
- (fde6092) Updated to 1.19 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23659 |14mu|perl-strictures-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    strictures
%define upstream_version 2.000001

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Strictures perl module

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
Provides:	perl(strictures)
BuildArch:	noarch

%description
I've been writing the equivalent of this module at the top of my code for
about a year now. I figured it was time to make it shorter.

Things like the importer in 'use Moose' don't help me because they turn
warnings on but don't make them fatal - which from my point of view is
useless because I want an exception to tell me my code isn't warnings
clean.

Any time I see a warning from my code, that indicates a mistake.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 2.0.1-1
- (a61b6e1) Merge pull request #2 from import/perl-strictures:auto_update
- (a61b6e1) Updated to 2.000001 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23660 |14mu|perl-Sub-Identify-0.120.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Sub-Identify
%define upstream_version 0.12

Summary:	Retrieve names of code references
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Sub/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel

%description
Sub::Identify allows you to retrieve the real name of code references. For
this, it uses perl's introspection mechanism, provided by the B module.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorarch}/Sub
%{perl_vendorarch}/auto/Sub
%{_mandir}/*/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 0.120.0-1
- (5967025) Merge pull request #3 from import/perl-Sub-Identify:auto_update
- (5967025) Updated to 0.12 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23661 |14mu|perl-Sub-Name-0.140.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Sub-Name
%define upstream_version 0.14

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary: 	Allows to (re)name a sub

License: 	GPL+ or Artistic
Group: 		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Sub/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl-devel
BuildRequires: perl(Devel::CheckBin)

%description 
This module allows to (re)name a sub.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
%make test

%clean 

%files
%doc Changes README
%{perl_vendorarch}/Sub
%{perl_vendorarch}/auto/Sub
%{_mandir}/*/*

%changelog

* Sat Jun 13 2015 dsilakov <denis.silakov@rosalab.ru> 0.140.0-1
- (fdc9eb4) Merge pull request #2 from import/perl-Sub-Name:auto_update
- (fdc9eb4) Updated to 0.14 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23662 |14mu|perl-Term-ReadKey-2.330.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_version 2.33

Summary:	Term::ReadKey Perl module

Name:		perl-Term-ReadKey
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPL
Group:		Development/Perl
Source0:	http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/TermReadKey-%{upstream_version}.tar.gz
Url:		http://search.cpan.org/dist/TermReadKey/
BuildRequires:	perl-devel
BuildRequires:	perl-List-MoreUtils >= 0.320.0-3

%description
This module, ReadKey, provides ioctl control for terminals so the
input modes can be changed (thus allowing reads of a single character
at a time), and also provides non-blocking reads of stdin, as well as
several other terminal related features, including
retrieval/modification of the screen size, and retrieval/modification
of the control characters.

%prep
%setup -qn TermReadKey-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor </dev/null
# Parallel build is broken - https://rt.cpan.org/Public/Bug/Display.html?id=100932
make

%install
%makeinstall_std

%clean

%files
%doc README
%{perl_vendorlib}/*
%{_mandir}/*/*




%changelog

* Tue Oct 20 2015 Denis Silakov <dsilakov@gmail.com> 2.330.0-1
- (b28778d) Updated to 2.33



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23663 |14mu|perl-Term-ReadLine-Gnu-1.280.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Term-ReadLine-Gnu
%define upstream_version 1.28

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:	Perl extension for the GNU Readline/History Library 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	ncurses-devel >= 5.2
BuildRequires:	perl-devel
BuildRequires:	readline-devel >= 4.2

Obsoletes:	perl-Term-Readline-Gnu

%description
This is an implementation of the interface to the GNU Readline
Library. This module gives you input line editing facility, input
history management facility, word completion facility, etc. It
uses the real GNU Readline Library. And this module has the
interface with the almost all variables and functions which are
documented in the GNU Readline/History Library. So you can program
your custom editing function, your custom completion function, and
so on with Perl. This may be useful for prototyping before
programming with C.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 README
# Fix bogus dependency on /usr/local/bin/perl:
perl -pi -e 's!/usr/local/bin/perl!/usr/bin/perl!g' Gnu/{euc_jp,XS}.pm


%build
perl Makefile.PL INSTALLDIRS=vendor
%make "CFLAGS=%{optflags}"

%check
if [ -n "$DISPLAY" ] ; then
	TERM=linux make test
else
	echo "***************************************************"
	echo " make test not done because DISPLAY var is not set "
	echo "***************************************************"
fi

%install
%makeinstall_std

%clean

%files
%doc README
%{perl_vendorarch}/Term
%{perl_vendorarch}/auto/Term
%{_mandir}/*/*
%{_bindir}/perlsh

%changelog

* Mon Mar 28 2016 dsilakov <denis.silakov@rosalab.ru> 1.280.0-1
- (3d0c72f) Merge pull request #6 from import/perl-Term-ReadLine-Gnu:auto_update
- (3d0c72f) Updated to 1.28 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23664 |14mu|perl-Term-UI-0.460.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name	 Term-UI
%define upstream_version 0.46

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Term::ReadLine UI made easy

License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Term/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Log::Message::Simple)
BuildArch:	noarch

%description
"Term::UI" is a transparent way of eliminating the overhead of having to format
a question and then validate the reply, informing the user if the answer was
not proper and re-issuing the question.

Simply give it the question you want to ask, optionally with choices the user
can pick from and a default and "Term::UI" will DWYM.

For asking a yes or no question, there's even a shortcut.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README
%{perl_vendorlib}/Term/*
%{_mandir}/*/*

%changelog

* Mon Jul 13 2015 dsilakov <denis.silakov@rosalab.ru> 0.460.0-1
- (5f2135b) Merge pull request #2 from import/perl-Term-UI:auto_update
- (5f2135b) Updated to 0.46 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23665 |14mu|perl-Test-Base-0.880.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Test-Base
%define upstream_version 0.88

%if %{_use_internal_dependency_generator}
%define __noautoreq 'Module::Install.*'
%else
%define _requires_exceptions Module::Install
%endif

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	A Data Driven Testing Framework

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(Spiffy) >= 0.29
BuildRequires:  perl(Test::More) >= 0.62
BuildRequires:  perl(Test::Deep)
BuildRequires:  perl-devel
BuildArch:	noarch

%description
Perl gives you a standard way to run tests with Test::Harness, and basic
testing primitives with Test::More. After that you are pretty much on your own
to develop a testing framework and philosophy. Test::More encourages you to
make your own framework by subclassing Test::Builder, but that is not trivial.
Test::Base gives you a way to write your own test framework base class that is
trivial.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%__make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test
# %{perl_vendorlib}/Module
%{_mandir}/*/*

%changelog
* Tue Oct 21 2014 dsilakov <denis.silakov@rosalab.ru> 0.880.0-1
+ Revision: 0d7d4a3
- Merge pull request #2 from import/perl-Test-Base:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23666 |14mu|perl-Test-CleanNamespaces-0.180.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Test-CleanNamespaces
%define upstream_version 0.18

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Check for uncleaned imports
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(File::Find::Rule::Perl)
BuildRequires:	perl(Module::Runtime)
BuildRequires:	perl(Package::Stash)
BuildRequires:	perl(Sub::Exporter)
BuildRequires:	perl(Sub::Identify)
BuildRequires:	perl(Test::Deep)
BuildRequires:	perl(Test::Requires)
BuildRequires:	perl(Test::Tester)
BuildRequires:	perl(Test::Warnings)
BuildRequires:	perl(namespace::clean)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Check for uncleaned imports.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog
* Mon Mar 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.180.0-1
+ Revision: 89b54d7
- Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23667 |14mu|perl-Test-CPAN-Meta-0.250.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-CPAN-Meta
%define upstream_version 0.25

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Validation of META.yml specification elements

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Parse::CPAN::Meta)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module was written to ensure that a META.yml file, provided with a
standard distribution uploaded to CPAN, meets the specifications that are
slowly being introduced to module uploads, via the use of package makers
and installers such as the ExtUtils::MakeMaker manpage, the Module::Build
manpage and the Module::Install manpage.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Wed Jun 10 2015 dsilakov <denis.silakov@rosalab.ru> 0.250.0-1
- (417fb7f) Merge pull request #4 from import/perl-Test-CPAN-Meta:auto_update
- (417fb7f) Updated to 0.25 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23668 |14mu|perl-Test-Deep-0.119.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Test-Deep
%define upstream_version 0.119

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Extremely flexible deep comparison

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

Buildrequires:	perl-devel
BuildRequires:	perl(Test::NoWarnings)
BuildRequires:	perl(Test::Tester)
BuildArch:	noarch

%description
Test::Deep gives you very flexible ways to check that the result you got is the
result you were expecting. At it's simplest it compares two structures by going
through each level, ensuring that the values match, that arrays and hashes have
the same elements and that references are blessed into the correct class. It
also handles circular data structures without getting caught in an infinite
loop.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc  README TODO
%{_mandir}/*/*
%{perl_vendorlib}/Test/Deep
%{perl_vendorlib}/Test/Deep.pm
# %{perl_vendorlib}/Test/Deep.pod

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.119.0-1
- (c17519b) Updated to 0.119 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23669 |14mu|perl-Test-Differences-0.630.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Test-Differences
%define upstream_version 0.63

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Test strings and data structures and show differences if not ok 

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-Text-Diff
BuildRequires: perl(Capture::Tiny)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
When the code you're testing returns multiple lines, records or data structures
and they're just plain wrong, an equivalent to the Unix diff utility may be
just what's needed.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes
%{perl_vendorlib}/Test
%{_mandir}/*/*

%changelog
* Mon Dec 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.630.0-1
+ Revision: 8a81b3d
- Updated to 0.63 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23670 |14mu|perl-Test-Exception-0.400.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Exception
%define upstream_version 0.40

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Test exception based code

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Test::Builder) >= 0.13
BuildRequires:	perl(Test::Harness) >= 2.03
BuildRequires:	perl(Test::More) >= 0.44
BuildRequires:	perl(Sub::Uplevel) >= 0.06
BuildRequires:	perl(Test::Builder::Tester) >= 1.01
BuildArch:		noarch

%description 
This module provides a few convenience methods for testing
exception-based code. It is built with Test::Builder and
plays happily with Test::Simple, Test::More and friends.

If you are not familiar with Test::Simple or Test::More
now would be the time to go take a look.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std
rm -f %{buildroot}%{perl_archlib}/perllocal.pod

%files
%doc Changes 
%{perl_vendorlib}/Test
%{_mandir}/man3/*

%changelog

* Wed Jun 10 2015 dsilakov <denis.silakov@rosalab.ru> 0.400.0-1
- (c55c88f) Merge pull request #4 from import/perl-Test-Exception:auto_update
- (c55c88f) Updated to 0.40 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23671 |14mu|perl-Test-Fatal-0.14.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Fatal
%define upstream_version 0.014

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Incredibly simple helpers for testing code with exceptions

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Carp)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Try::Tiny)
BuildRequires:	perl(overload)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Test::Fatal is an alternative to the popular the Test::Exception manpage.
It does much less, but should allow greater flexibility in testing
exception-throwing code with about the same amount of typing.

It exports one routine by default: 'exception'.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README Changes LICENSE META.yml META.json
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Mon Dec 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.14.0-1
+ Revision: 1a55519
- Updated to 0.014 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23672 |14mu|perl-Test-Harness-3.350.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Harness
%define upstream_version 3.35

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Run Perl standard test scripts with statistics


License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description 
STOP! If all you want to do is write a test script, consider using
Test::Simple. Test::Harness is the module that reads the output from
Test::Simple, Test::More and other modules based on Test::Builder. You don't
need to know about Test::Harness to use those modules.

Test::Harness runs tests and expects output from the test in a certain format.
That format is called TAP, the Test Anything Protocol. It is defined in
Test::Harness::TAP.

Test::Harness::runtests(@tests) runs all the testscripts named as arguments and
checks standard output for the expected strings in TAP format.

The prove utility is a thin wrapper around Test::Harness.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std
# rename prove to avoid conflict with perl
mv %{buildroot}/%{_bindir}/prove %{buildroot}/%{_bindir}/prove-%{upstream_version}
# rename mandir files to avoid conflict with regular Mandriva perl
find %{buildroot}%{_mandir} -type f -exec mv {} {}-%{upstream_version} \;

%check
%make test

%files
%doc Changes
%{perl_vendorlib}/Test
%{perl_vendorlib}/TAP
%{perl_vendorlib}/App
%{_mandir}/*/*
%{_bindir}/prove-%{upstream_version}

%changelog
* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.350.0-1
+ Revision: 6e53ede
- Updated to 3.35 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23673 |14mu|perl-Test-Inter-1.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Inter
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Framework for more readable interactive test scripts

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(File::Basename)
BuildRequires:	perl(IO::File)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This is another framework for writing test scripts. It is loosely inspired
by Test::More, and has most of it's functionality, but it is not a drop-in
replacement.

Test::More (and other existing test frameworks) suffer from two weaknesses,
both of which have prevented me from ever using them:

   None offer the ability to access specific tests in
   a reasonably interactive fashion

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README LICENSE  META.yml
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Tue Apr 14 2015 dsilakov <denis.silakov@rosalab.ru> 1.60.0-1
- (456b776) Merge pull request #2 from import/perl-Test-Inter:auto_update
- (456b776) Updated to 1.06 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23674 |14mu|perl-Test-LongString-0.170.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Test-LongString
%define upstream_version 0.17

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Perl module to test strings for equality

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
This module provides some drop-in replacements for the string comparison
functions of Test::More, but which are more suitable when you test against long
strings. If you've ever had to search for text in a multi-line string like an
HTML document, or find specific items in binary data, this is the module for
you.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test/*
%{_mandir}/*/*

%changelog
* Mon Nov 24 2014 dsilakov <denis.silakov@rosalab.ru> 0.170.0-1
+ Revision: 84d81fd
- Merge pull request #2 from import/perl-Test-LongString:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23675 |14mu|perl-Test-Manifest-2.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Test-Manifest
%define upstream_version 2.02

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Interact with a t/test_manifest file

License:	GPL or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-Test-Pod
BuildRequires:	perl-devel
BuildArch:	noarch

%description
Test::Harness assumes that you want to run all of the .t files in the
t/ directory in ascii-betical order during make test unless you say
otherwise.  This leads to some interesting naming schemes for test
files to get them in the desired order. This interesting names ossify
when they get into source control, and get even more interesting as
more tests show up.

Test::Manifest overrides the default behaviour by replacing the
test_via_harness target in the Makefile.  Instead of running at the
t/*.t files in ascii-betical order, it looks in the t/test_manifest
file to find out which tests you want to run and the order in which
you want to run them.  It constructs the right value for MakeMaker to
do the right thing.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test
%{_mandir}/man3/*

%changelog
* Sat Oct 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.20.0-1
+ Revision: 973be73
- Drop unneeded patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23676 |14mu|perl-Test-Number-Delta-1.60.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Number-Delta
%define upstream_version 1.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Test-Number-Delta - Perl module

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
Test::Number::Delta compare the difference between numbers against a given
tolerance.


%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files 
%{perl_vendorlib}/Test
%{_mandir}/man3/Test::Number::Delta.*

%changelog
* Mon Dec 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-1
+ Revision: 6767536
- Updated to 1.06 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23677 |14mu|perl-Test-Pod-1.510.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name       Test-Pod
%define upstream_version 1.51

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary: 	Check for POD errors in files
License: 	GPL+ or Artistic
Group: 		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl(Module::Build)
BuildRequires:	perl(Pod::Simple) >= 3.07
BuildRequires:	perl(Test::Builder::Tester)
BuildRequires:	perl-devel
BuildArch:	noarch

%description 
Check POD files for errors or warnings in a test file, using Pod::Simple to do
the heavy lifting.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%clean 

%files
%doc Changes
%{perl_vendorlib}/Test
%{_mandir}/*/*

%changelog

* Thu Jan 21 2016 Denis Silakov <dsilakov@gmail.com> 1.510.0-1
- (f7da22e) Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23678 |14mu|perl-Test-Portability-Files-0.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Portability-Files
%define upstream_version 0.06

Name:		perl-%{upstream_name}
Version:	%perl_convert_version 0.06
Release:	4

Summary:	Check file names portability

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/Test-Portability-Files-0.06.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(File::Basename)
BuildRequires:	perl(File::Find)
BuildRequires:	perl(File::Spec)
BuildRequires:	perl(Test::Builder)
BuildRequires:	perl(Test::More)
BuildArch:	noarch

%description
This module is used to check the portability across operating systems of
the names of the files present in the distribution of a module. The tests
use the advices given in the perlport/"Files and Filesystems" manpage. The
author of a distribution can select which tests to execute.

To use this module, simply copy the code from the synopsis in a test file
named _t/portfs.t_ for example, and add it to your _MANIFEST_. You can
delete the call to 'options()' to enable only most common tests.

By default, not all tests are enabled because some are judged too
cumbersome to be practical, especially since some of the most limited
platforms (like MS-DOS) seem to be no longer supported. Here are the
default options:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Oct 05 2015 Denis Silakov <dsilakov@gmail.com> 0.60.0-4
- (460fa19) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23679 |14mu|perl-Test-Requires-0.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Requires
%define upstream_version 0.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Checks to see if the module can be loaded

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires: perl(Module::Build)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
Test::Requires checks to see if the module can be loaded.

If this fails rather than failing tests this *skips all tests*.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc  META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 0.100.0-1
- (57652ad) Updated to 0.10 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23680 |14mu|perl-Test-Script-1.100.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Script
%define upstream_version 1.10

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Cross-platform basic tests for scripts

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires: perl(Test::Tester)
BuildRequires:	perl(IPC::Run3)
BuildRequires:	perl(Probe::Perl)

BuildArch:	noarch

%description
The intent of this module is to provide a series of basic tests for scripts in
the bin directory of your Perl distribution.

Further, it aims to provide them with perfect platform-compatibility and in a
way that is as unobtrusive as possible.

That is, if the program works on a platform, then Test::Script should also work
on that platform.

In doing so, it is hoped that Test::Script can become a module that you can
safely make a dependency of your module, without risking your module not
working on some platform because of the dependency.

Where a clash exists between wanting more functionality and maintaining
platform safety, this module will err on the side of platform safety.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README LICENSE
%{perl_vendorlib}/Test
%{_mandir}/*/*

%changelog

* Wed Jun 10 2015 dsilakov <denis.silakov@rosalab.ru> 1.100.0-1
- (9cf6609) Merge pull request #1 from import/perl-Test-Script:auto_update
- (9cf6609) Updated to 1.10 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23681 |14mu|perl-Test-Simple-1.302.30-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	Test-Simple
%define upstream_version 1.302030

Summary:	Basic utilities for writing tests
Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires:	perl-devel
BuildArch:	noarch

%description 
This is an extremely simple, extremely basic module for writing tests suitable
for CPAN modules and other pursuits. If you wish to do more complicated
testing, use the Test::More module (a drop-in replacement for this one).

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/Test
%{perl_vendorlib}/Test2
%{perl_vendorlib}/*.pm
%{_mandir}/man3/*

%changelog

* Mon Jun 20 2016 abfonly <abfonly@gmail.com> 1.302.30-1
- (d3f9314) Log: Update to 1.302.30
- (d3f9314) enabled tests
- (d3f9314) spec clean



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23682 |14mu|perl-Test-Taint-1.60.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Taint
%define upstream_version 1.06

Name:       perl-%{upstream_name}
Version:    %perl_convert_version 1.06
Release:	4

Summary:    Tools to test taintedness

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/Test-Taint-1.06.tar.gz

BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More)
BuildRequires: perl(Tie::Array)
BuildRequires: perl(Tie::Hash)
BuildRequires: perl(Tie::Scalar)
BuildRequires: perl(overload)
BuildRequires: perl-devel

%description
Tainted data is data that comes from an unsafe source, such as the command
line, or, in the case of web apps, any GET or POST transactions. Read the
the perlsec manpage man page for details on why tainted data is bad, and
how to untaint the data.

When you're writing unit tests for code that deals with tainted data,
you'll want to have a way to provide tainted data for your routines to
handle, and easy ways to check and report on the taintedness of your data,
in standard the Test::More manpage style.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%clean

%files
%doc META.yml Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*





%changelog
* Sat Feb 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.60.0-4
+ Revision: 51c0e6c
- Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23683 |14mu|perl-Test-Version-1.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Test-Version
%define upstream_version 1.003001

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:    Check for VERSION information in modules
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(English)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Find::Rule::Perl)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Tester)
BuildRequires: perl-devel
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(version) >= 0.860.0
BuildRequires: perl(warnings)
BuildArch:  noarch

%description
This module's goal is to be a one stop shop for checking to see that your
versions across your dist are sane. Please ensure that you use version
'0.04' or later only, as earlier versions are old code and may not work
correctly. Current feature list:

* module has a version

  Tests to insure that all modules checked have a VERSION defined, Can
  replace the Test::HasVersion manpage

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Mon Oct 05 2015 Denis Silakov <dsilakov@gmail.com> 1.3.1-2
- (c405728) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23684 |14mu|perl-Test-Warnings-0.21.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Test-Warnings
%define upstream_version 0.021

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1
Summary:    Test for warnings and the lack of them

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(CPAN::Meta::Check)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(List::Util)
BuildRequires: perl(Module::Build::Tiny) >= 0.35.0
BuildRequires: perl(TAP::Harness::Env)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.940.0
BuildRequires: perl(Test::Tester) >= 0.108.0
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(version)
BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildArch:  noarch

%description
This module is intended to be used as a drop-in replacement for
Test::NoWarnings: it also adds an extra test, but runs this test
before done_testing calculates the test count, rather than after.
It does this by hooking into done_testing as well as via an END
block. You can declare a plan, or not, and things will still Just
Work.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CONTRIBUTING Changes INSTALL LICENSE META.json META.yml MYMETA.yml README examples
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog

* Tue Oct 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.21.0-1
- (2df1903) Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23685 |14mu|perl-Test-YAML-1.50.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name Test-YAML
%define upstream_version 1.05

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    3

Summary:    Testing Module for YAML Implementations
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Test/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Base) >= 0.740.0
BuildRequires: perl-devel
BuildArch:  noarch

%description
Test::YAML is a subclass of Test::Base with YAML specific support.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc CONTRIBUTING Changes LICENSE META.json META.yml MYMETA.yml README
%{_bindir}/test-yaml
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Wed Jan 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.50.0-3
+ Revision: a155591
- Added perl-devel BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23686 |14mu|perl-Text-Unidecode-1.270.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Text-Unidecode
%define upstream_version 1.27

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Represent Unicode data in US-ASCII characters

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
It often happens that you have non-Roman text data in Unicode, but you
can't display it -- usually because you're trying to show it to a user via
an application that doesn't support Unicode, or because the fonts you need
aren't accessible. You could represent the Unicode characters as "???????"
or "\15BA\15A0\1610...", but that's nearly useless to the user who actually
wants to read what the text says.

What Text::Unidecode provides is a function, 'unidecode(...)' that takes
Unicode data and tries to represent it in US-ASCII characters (i.e., the
universally displayable characters between 0x00 and 0x7F). The
representation is almost always an attempt at _transliteration_ -- i.e.,
conveying, in Roman letters, the pronunciation expressed by the text in
some other writing system. (See the example in the synopsis.)

Unidecode's ability to transliterate is limited by two factors:

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc README ChangeLog
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.270.0-1
- (58b0f26) Updated to 1.27 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23687 |14mu|perl-Time-Piece-1.310.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Time-Piece
%define upstream_version 1.31

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:	Object Oriented time objects
License:	GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Time/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel

%description
This module replaces the standard localtime and gmtime functions with
implementations that return objects. It does so in a backwards compatible
manner, so that using localtime/gmtime in the way documented in perlfunc will
still return what you expect.

The module actually implements most of an interface described by Larry Wall on
the perl5-porters mailing list here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2000-01/msg00241.html

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%clean 

%files
%doc Changes README
%{perl_vendorarch}/Time
%{perl_vendorarch}/auto/Time
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.310.0-1
- (598080a) Updated to 1.31 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23688 |14mu|perl-Time-ZoneInfo-0.300.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Time-ZoneInfo
%define upstream_version 0.3

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    12
Epoch:      1
Summary:    Perl extension for returning a list of Time Zones

License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Time/%{upstream_name}-%{upstream_version}.tar.gz
BuildRequires: perl-devel
BuildRequires: perl(DateTime::TimeZone)
Patch0:	    Time-ZoneInfo-0.3-geolocalisation.patch

BuildArch: noarch

%description
An OO interface to accessing a list of timezones. This is useful if you
want to provide an interface for your user to choose one of the available
time zones.

Version 0.3.1 also gives the geolocalisation for a time zone.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .geo

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{_mandir}/man3/*
%{perl_vendorlib}/*

%changelog
* Tue Jan 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.300.0-12
+ Revision: 3a826ff
- Added epoch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23689 |14mu|perl-Tk-804.33.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Tk
%define modver 804.033

Summary:	Tk modules for Perl

Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	1
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	http://www.cpan.org/modules/by-module/%{modname}/%{modname}-%{modver}.tar.gz
# modified version of http://ftp.de.debian.org/debian/pool/main/p/perl-tk/perl-tk_804.027-8.diff.gz
Patch1:		perl-Tk-debian.patch
# fix segfaults as in #235666 because of broken cashing code
Patch2:		perl-Tk-seg.patch
Patch3:		Tk-804.030-xlib.patch

BuildRequires:	perl-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(fontconfig)
Provides:	perl(Tk::TextReindex)
Provides:	perl(Tk::LabRadio)
Provides:	perl-Tie-Watch

%description
This package provides the modules and Tk code for Perl/Tk,
as written by Nick Ing-Simmons (pTk), John Ousterhout(Tk),
and Ioi Kim Lam(Tix).
It gives you the ability to develop perl applications using the Tk GUI.
It includes the source code for the Tk and Tix elements it uses.
The licences for the various components differ, so check the copyright.

%package	devel
Summary:	Tk modules for Perl (development package)

Group:		Development/C
Requires:	perl-Tk = %{version}-%{release}

%description	devel
This package provides the modules and Tk code for Perl/Tk,
as written by Nick Ing-Simmons (pTk), John Ousterhout(Tk),
and Ioi Kim Lam(Tix).
It gives you the ability to develop perl applications using the Tk GUI.
It includes the source code for the Tk and Tix elements it uses.
The licences for the various components differ, so check the copyright.

This is the development package.

%package	doc
Summary:	Tk modules for Perl (documentation package)

Group:		Development/Perl
Requires:	perl-Tk = %{version}-%{release}

%description	doc
This package provides the modules and Tk code for Perl/Tk,
as written by Nick Ing-Simmons (pTk), John Ousterhout(Tk),
and Ioi Kim Lam(Tix).
It gives you the ability to develop perl applications using the Tk GUI.
It includes the source code for the Tk and Tix elements it uses.
The licences for the various components differ, so check the copyright.

This is the documentation package.

%prep
%setup -qn %{modname}-%{modver}
chmod -x pod/Popup.pod Tixish/lib/Tk/balArrow.xbm
# debian patch
%patch1 -p1
# patch to fix #235666 ... seems like caching code is broken
%patch2 -p0
%patch3 -p0 -b .xlib

find . -type f | xargs perl -pi -e 's|^#!.*/bin/perl\S*|#!/usr/bin/perl|'
# Make it lib64 aware, avoid patch
perl -pi -e "s,(/usr/X11(R6|\\*)|\\\$X11|\(\?:)/lib,\1/%{_lib},g" \
  myConfig pTk/mTk/{unix,tixUnix/{itcl2.0,tk4.0}}/configure
#(peroyvind) --center does no longer seem to be working, obsoleted by -c
perl -pi -e "s#--center#-c#" ./Tk/MMutil.pm

%build
perl Makefile.PL INSTALLDIRS=vendor XFT=1
%make OPTIMIZE="%{optflags} -fPIC" LD_RUN_PATH=""

%install
%makeinstall_std
chmod 644 %{buildroot}%{_mandir}/man3*/*

# Remove unpackaged files, add them if you find a use
# Tie::Watch is packaged separately
rm %{buildroot}%{perl_vendorarch}/Tk/prolog.ps
rm %{buildroot}%{_mandir}/man1/{ptk{ed,sh},widget}.1*

## compress all .pm files (as using perl-PerlIO-gzip).
#find %{buildroot} -name "*.pm" | xargs gzip -9

%files
%doc COPYING ToDo Changes README README.linux
%{_bindir}/*
%{perl_vendorarch}/Tk.pm*
%dir %{perl_vendorarch}/Tk
%{perl_vendorarch}/Tie/Watch.pm
%{perl_vendorarch}/Tk/*.pm*
%{perl_vendorarch}/Tk/*.gif
%{perl_vendorarch}/Tk/*.xbm
%{perl_vendorarch}/Tk/*.xpm
%{perl_vendorarch}/Tk/license.terms
%{perl_vendorarch}/Tk/Credits
%{perl_vendorarch}/Tk/DragDrop
%{perl_vendorarch}/Tk/Event
%{perl_vendorarch}/Tk/Menu
%{perl_vendorarch}/Tk/Text
%{perl_vendorarch}/Tk/demos
%{perl_vendorarch}/auto/Tk
%{_mandir}/man1/*
%{_mandir}/man3/*

%files devel
%doc COPYING Funcs.doc INSTALL
%{perl_vendorarch}/Tk/pTk
%{perl_vendorarch}/Tk/*.def
%{perl_vendorarch}/Tk/*.h
%{perl_vendorarch}/Tk/*.m
%{perl_vendorarch}/Tk/*.t
%{perl_vendorarch}/Tk/typemap

%files doc
%doc COPYING
%{perl_vendorarch}/Tk.pod
%{perl_vendorarch}/Tk/*.pod
%{perl_vendorarch}/Tk/README.Adjust



%changelog

* Wed Oct 21 2015 Denis Silakov <dsilakov@gmail.com> 804.33.0-1
- (38b4e7c) Updated to 804.033



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23690 |14mu|perl-Tree-DAG_Node-1.270.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 Tree-DAG_Node
%define upstream_version 1.27

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Class for representing nodes in a tre

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Tree/%{upstream_name}-%{upstream_version}.tgz

BuildRequires:	perl-devel
BuildRequires: perl(File::Slurp::Tiny)
BuildArch:	noarch

%description
This class encapsulates/makes/manipulates objects that represent nodes in a
tree structure. The tree structure is not an object itself, but is emergent
from the linkages you create between nodes. This class provides the methods for
making linkages that can be used to build up a tree, while preventing you from
ever making any kinds of linkages which are not allowed in a tree (such as
having a node be its own mother or ancestor, or having a node have two
mothers).

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%check
make test

%files 
%doc  README
%{perl_vendorlib}/Tree
%{_mandir}/*/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.270.0-1
- (3fac508) Updated to 1.27 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23691 |14mu|perl-Try-Tiny-0.240.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Try-Tiny
%define upstream_version 0.24

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1
Summary:	Minimal try/catch with proper localization of $@
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	https://cpan.metacpan.org/authors/id/D/DO/DOY/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel
BuildArch:	noarch

%description
This module provides bare bones 'try'/'catch' statements that are designed
to minimize common mistakes with eval blocks, and NOTHING else.

This is unlike the TryCatch manpage which provides a nice syntax and avoids
adding another call stack layer, and supports calling 'return' from the try
block to return from the parent subroutine. These extra features come at a
cost of a few dependencies, namely the Devel::Declare manpage and the
Scope::Upper manpage which are occasionally problematic, and the additional
catch filtering uses the Moose manpage type constraints which may not be
desirable either.

The main focus of this module is to provide simple and reliable error
handling for those having a hard time installing the TryCatch manpage, but
who still want to write correct 'eval' blocks without 5 lines of
boilerplate each time.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes
%{_mandir}/man3/*
%{perl_vendorlib}/*



%changelog

* Tue Jun 07 2016 Denis Silakov <dsilakov@gmail.com> 0.240.0-1
- (aa409d5) Updated to 0.24



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23692 |14mu|perl-Unicode-LineBreak-2015.110.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	Unicode-LineBreak
%define modver 2015.11

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Unicode::LineBreak::Constants\\)'
%endif

Summary:	UAX #14 Unicode Line Breaking Algorithm

Name:		perl-%{modname}
Version:	%perl_convert_version %{modver}
Release:	1
License:	GPLv2+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{modname}
Source0:	http://www.cpan.org/modules/by-module/Unicode/%{modname}-%{modver}.tar.gz
BuildRequires:	perl(Encode)
BuildRequires:	perl(MIME::Charset)
BuildRequires:	perl(Test::More)
BuildRequires:	perl-devel

%description
Text::LineFold folds or unfolds lines of plain text. As it mainly focuses
on plain text e-mail messages, RFC 3676 flowed format is also supported.

%prep
%setup -qn %{modname}-%{modver}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2015.110.0-1
- (da5e988) Updated to 2015.11 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23693 |14mu|perl-URI-1.690.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name	 URI
%define upstream_version 1.69

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Business::ISBN\\)'
%else
%define _requires_exceptions perl(Business::ISBN)
%endif

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    2

Summary:	URI module for perl

License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org:21/pub/CPAN/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildArch:	noarch

%description
This Perl module implements the URI class. Objects of this class represent
Uniform Resource Identifier (URI) references as specified in RFC 2396.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%__make

%check
%__make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/URI.pm
%{perl_vendorlib}/URI
%{_mandir}/*/*

%changelog

* Tue Aug 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.690.0-2
- (fc29681) Updated to 1.69



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23694 |14mu|perl-URPM-4.62-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname URPM

Summary:	URPM module for perl
Name:		perl-%{modname}
Version:	4.62
Release:	7
Epoch:		1
License:	GPLv2+ or Artistic
Group:		Development/Perl
Source0:	%{modname}-%{version}.tar.xz
Patch0:		URPM-4.62-drop-rpmtsSetScriptFd.patch
Patch1:		URPM-4.62-increase-buff-size.patch
Patch2:		URPM-4.62-old-gcc.patch
Patch3:		URPM-4.62-skip-old-pkg-versions.patch
URL:		https://abf.rosalinux.ru/moondrake/perl-URPM
BuildRequires:	rpm-devel
BuildRequires:	perl(MDV::Packdrakeng)
BuildRequires:	perl-devel
BuildRequires:	perl-List-MoreUtils
#BuildRequires:	perl-JSON-PP
BuildRequires:	perl(RPMBDB)

# we can now expect librpm API to be backward compatible
Requires:	rpm
Requires:	perl(MDV::Packdrakeng) >= 1.14-5
Requires:	urpmi >= 7.32.3-30
Provides:	perl(URPM::Build) = %{version}-%{release}
Provides:	perl(URPM::Resolve) = %{version}-%{release}
Provides:	perl(URPM::Signature) = %{version}-%{release}

%description
The URPM module allows you to manipulate rpm files, rpm header files and
hdlist files and manage them in memory.

%prep
%setup -q -n %{modname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make

%check
# skip check suite when building on rpm 4, as some parts of it depends on
# rpm 5.3 to be installed
# [ "`rpm --version|sed -e  's/^.* \([0-9]\+\).*/\1/'`" != 4 ] && \
# make test

%install
%makeinstall_std

%files
%doc README
%{_mandir}/man3/*
%{perl_vendorarch}/URPM.pm
%dir %{perl_vendorarch}/URPM
%{perl_vendorarch}/URPM/*.pm
%dir %{perl_vendorarch}/auto/URPM
%{perl_vendorarch}/auto/URPM/URPM.so

%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:4.62-7
- (af494c7) Fix typo in patch

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:4.62-6
- (5ece62c) Really apply patch
- (Denis Silakov: 253983e) When automatically choosing a package that should replace the conflicting one, skip old version of a package if a newer one is available

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1:4.62-5
- (7348291) MassBuild#656: Increase release tag

* Tue Jan 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:4.62-4
- (5ea7bc0) Fix requirements

* Wed Dec 03 2014 tester <tester@localhost.localdomain> 1:4.62-3
- (1791dba) Build with std99
- (Denis Silakov: 2ba72f2) Bump release

* Tue Nov 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:4.62-2
- (b1595be) Added epoch.

* Tue Oct 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.62-2
- (387714b) Turn back experimental switch to cooker

* Fri Oct 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:4.57.1-1
- (40d1fd4) Switch to 4.57.1 from cooker

* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.62-2
- (74cd0e0) Increase buff size

* Tue Jul 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.62-1
- (e3bd471) Add missing patch
- (Denis Silakov: 8513939) Updated to 4.62

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4.43-29
- (1654d9f) MassBuild#440: Increase release tag

* Tue Jun 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.43-28
- (143fc10) Increase buffer size when generating strings for synthesis files

* Mon May 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.43-26
- (d58c644) Bump release

* Fri May 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.43-25
- (622395d) Dump release

* Tue Apr 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.43-24
- (8e3813d) Avoid warnings if LANG is not set

* Fri Dec 20 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-23
- (7220b7d) Improve log message for the case when newer version of the package exist in repos

* Wed Oct 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-22
- (76d4928) Compare architecture when detecting newer versions in repo

* Thu Sep 26 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-21
- (8b131ab) Allow to select old packages in case of srpms

* Wed Sep 04 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-20
- (8cf9bb4) LOG Fix issue with LANG reset

* Mon Aug 26 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-19
- (90f8b1d) LOG Take LANG into acocunt when choosing among locale-specific packages

* Mon Aug 19 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-18
- (ee82fac) Fix patch
- (Denis Silakov: 787caba) Fix flaws found by coverity analyzer

* Tue Jul 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-17
- (db48c22) Bump release

* Tue Jul 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-16
- (274aee4) Fix skip-installed-alternatives patch
- (Denis Silakov: 3a5bddb) Fix malformed patch
- (Denis Silakov: f4e9d53) Improve ignorance of old packages

* Mon Jul 22 2013 Denis Silakov <denis.silakov@rosalab.ru> 4.43-15
- (8b8686a) Added a patch to skip old package versions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23695 |14mu|perl-Variable-Magic-0.590.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    Variable-Magic
%define upstream_version 0.59
%define __noautoprov 'Magic.so'

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

License:	GPL+ or Artistic
Group:		Development/Perl
Summary:	Associate magic to variables from Perl

Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Variable/Variable-Magic-%{upstream_version}.tar.gz

BuildRequires:	perl(Carp)
BuildRequires:	perl(Config)
BuildRequires:	perl(Exporter)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 7.40.0
BuildRequires:	perl(XSLoader)
BuildRequires:	perl(IO::Handle)
BuildRequires:	perl(IO::Select)
BuildRequires:	perl(IPC::Open3)
BuildRequires:	perl(POSIX)
BuildRequires:	perl(Test::More) >= 1.1.9
BuildRequires:	perl(XSLoader)
BuildRequires:	perl(base)
BuildRequires:	perl-devel


%description
Magic is Perl's way of enhancing objects. This mechanism lets the user add
extra data to any variable and hook syntactical operations (such as access,
assignation or destruction) that can be applied to it. With this module,
you can add your own magic to any variable without the pain of the C API.

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes META.json META.yml
%{_mandir}/man3/*
%{perl_vendorarch}/Variable
%{perl_vendorarch}/auto/Variable


%changelog

* Thu Oct 15 2015 abfonly <abfonly@gmail.com> 0.590.0-1
- (ce7eed0) Log: Update to 0.590.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23696 |14mu|perl-XML-DOM-1.450.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-DOM
%define upstream_version 1.45

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	XML::DOM - build DOM Level 1 compliant document structures

License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl-XML-Parser >= 2.30
BuildRequires:	perl-XML-RegExp
BuildRequires:	perl-libwww-perl
BuildRequires:	perl-libxml-perl >= 0.07
BuildArch:	noarch
Provides:	perl-libxml-enno = %{version}-%{release}

%description
This is a Perl extension to XML::Parser. It adds a new 'Style' to
XML::Parser, called 'Dom', that allows XML::Parser to build an Object
Oriented datastructure with a DOM Level 1 compliant interface.
However, there is a new DOM module, XML::GDOME which is under active
development and significantly faster than XML::DOM, since it is based
on the libgdome C library.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
# some old'ish utf8 stuff, nuke it (rgs)
rm -f t/dom_jp_attr.t
rm -f t/dom_jp_cdata.t
rm -f t/dom_jp_example.t
rm -f t/dom_jp_minus.t
rm -f t/dom_jp_modify.t
rm -f t/dom_jp_print.t
make test

%install
%makeinstall_std

%files
%doc Changes README
%dir %{perl_vendorlib}/XML/DOM
%{perl_vendorlib}/XML/DOM.pm
%{perl_vendorlib}/XML/DOM/*.pod
%{perl_vendorlib}/XML/DOM/*.pm
%{perl_vendorlib}/XML/Handler/*
%{_mandir}/man3/*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.450.0-1
- (b777a64) Updated to 1.45 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23697 |14mu|perl-XML-LibXML-2.12.100-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	XML-LibXML
%define modver 2.0121

Summary:	Perl Binding for libxml2


Name:		perl-%{module}
Version:	%perl_convert_version %{modver}
Release:	3
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{module}/
Source0:	http://www.cpan.org/modules/by-module/XML/XML-LibXML-%{modver}.tar.gz

BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	perl(XML::NamespaceSupport)
BuildRequires:	perl(XML::SAX)
BuildRequires:	perl-devel
Obsoletes:	perl-XML-LibXML-XPathContext
Obsoletes:	perl-XML-LibXML-Common
Requires(post):	perl-XML-SAX >= 0.11
Requires(preun):perl-XML-SAX >= 0.11

%description
This module implements much of the DOM Level 2 API as an 
interface to the Gnome libxml2 library. This makes it a fast
and highly capable validating XML parser library, as well as
a high performance DOM.

%prep
%setup -q -n %{module}-%{modver}

%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" SKIP_SAX_INSTALL=1
%make

%check
make test

%install
%makeinstall_std

%preun -p %{__perl}
use XML::SAX;
XML::SAX->remove_parser(q(XML::LibXML::SAX::Parser))->save_parsers();

%post -p %{__perl}
use XML::SAX;
XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers();

%files
%doc Changes README example/*
%{perl_vendorarch}/auto/XML/LibXML
%{perl_vendorarch}/XML/LibXML*
%{_mandir}/*/*

%changelog

* Mon Jun 06 2016 Denis Silakov <dsilakov@gmail.com> 2.12.100-3
- (df6ebc4) Rebuild with new libxml2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23698 |14mu|perl-XML-Parser-Lite-0.721.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name XML-Parser-Lite
%define upstream_version 0.721

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	Lightweight pure-perl XML Parser (based on regexps)
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl(Test::Requires)
BuildRequires:	perl-devel

BuildArch:	noarch

%description
This Perl implements an XML parser with a interface similar to
XML::Parser. Though not all callbacks are supported, you should be able
to use it in the same way you use XML::Parser. Due to using experimental
regexp features it'll work only on Perl 5.6 and above and may behave
differently on different platforms.

Note that you cannot use regular expressions or split in callbacks. This
is due to a limitation of perl's regular expression implementation
(which is not re-entrant).

%prep
%setup -qn %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog

* Thu Oct 01 2015 Denis Silakov <dsilakov@gmail.com> 0.721.0-1
- (e9a03d4) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23699 |14mu|perl-XML-SAX-Writer-0.560.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name    XML-SAX-Writer
%define upstream_version 0.56

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	SAX2 Writer

License:	Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/XML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-devel
BuildRequires:	perl(Text::Iconv)
BuildRequires:	perl(XML::Filter::BufferText)
BuildRequires:	perl(XML::SAX)
BuildArch:	noarch

%description
A new XML Writer was needed to match the SAX2 effort because quite naturally no
existing writer understood SAX2. My first intention had been to start patching
XML::Handler::YAWriter as it had previously been my favourite writer in the
SAX1 world.

However the more I patched it the more I realised that what I thought was going
to be a simple patch (mostly adding a few event handlers and changing the
attribute syntax) was turning out to be a rewrite due to various ideas I'd been
collecting along the way. Besides, I couldn't find a way to elegantly make it
work with SAX2 without breaking the SAX1 compatibility which people are
probably still using. There are of course ways to do that, but most require
user interaction which is something I wanted to avoid.

So in the end there was a new writer. I think it's in fact better this way as
it helps keep SAX1 and SAX2 separated.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
chmod 644 README Changes lib/XML/SAX/Writer/XML.pm

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

%files
%doc README Changes
%{perl_vendorlib}/XML
%{_mandir}/*/*

%changelog
* Mon Dec 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.560.0-1
+ Revision: 6dada2f
- Updated to 0.56 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23700 |14mu|perl-YAML-1.150.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upstream_name YAML
%define upstream_version 1.15

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	1

Summary:	YAML Ain't Markup Language (tm)



License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	http://www.cpan.org/modules/by-module/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	perl-Test-Base >= 0.47
BuildRequires: perl(Test::YAML)
BuildRequires:	perl-devel
Provides:	perl-YAML-parser
Buildarch:	noarch

%description
The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0
specification. http://www.yaml.org/spec/

YAML is a generic data serialization language that is optimized for human
readability. It can be used to express the data structures of most modern
programming languages. (Including Perl!!!)

For information on the YAML syntax, please refer to the YAML specification.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor <<EOF
EOF
%make

%check
make test

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/YAML*
# %{perl_vendorlib}/Test/YAML*
%{_mandir}/*/*

%changelog

* Mon Aug 17 2015 dsilakov <denis.silakov@rosalab.ru> 1.150.0-1
- (4480d8c) Merge pull request #10 from import/perl-YAML:auto_update
- (4480d8c) Updated to 1.15 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23701 |14mu|perl-YAML-Syck-1.290.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	upstream_name    YAML-Syck
%define upstream_version 1.29

%define Werror_cflags %{nil}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    1

Summary:    Fast, lightweight YAML loader and dumper

License:    MIT
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/YAML/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl-devel
Provides:   perl-YAML-parser

%description
This module provides a Perl interface to the libsyck data
serialization library. It exports the Dump and Load functions for
converting Perl data structures to YAML strings, and the other way
around.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
perl Makefile.PL INSTALLDIRS=vendor
%make OPTIMIZE="%{optflags}"

%check
%make test

%install
%makeinstall_std

%files
%doc COMPATIBILITY COPYING Changes META.yml MYMETA.yml README
%{_mandir}/*/*
%{perl_vendorarch}/JSON
%{perl_vendorarch}/YAML
%{perl_vendorarch}/auto/YAML

%changelog
* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.290.0-1
+ Revision: c55aebf
- Updated to 1.29 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23702 |14mu|pesign-0.108-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Signing utility for UEFI binaries
Name: pesign
Version: 0.108
Release: 3
Group: Development/Other
License: GPLv2
URL: https://github.com/vathpela/pesign
BuildRequires: git gnu-efi nspr nss nss-devel popt-devel
BuildRequires: coolkey opensc
BuildRequires: nspr-devel >= 4.9.2-1
BuildRequires: nss-devel >= 3.13.6-1
Requires: nspr nss nss-devel popt rpm coolkey opensc
Requires(pre): shadow-utils
ExclusiveArch: i586 i686 x86_64 ia64
Source0: pesign-%{version}.tar.bz2

%description
This package contains the pesign utility for signing UEFI binaries as
well as other associated tools.

%prep
%setup -q

%build
make PREFIX=%{_prefix} LIBDIR=%{_libdir}

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_libdir}
make PREFIX=%{_prefix} LIBDIR=%{_libdir} INSTALLROOT=%{buildroot} \
	install
make PREFIX=%{_prefix} LIBDIR=%{_libdir} INSTALLROOT=%{buildroot} \
	install_systemd

# there's some stuff that's not really meant to be shipped yet
rm -rf %{buildroot}/boot %{buildroot}/usr/include
rm -rf %{buildroot}%{_libdir}/libdpe*

modutil -force -dbdir %{buildroot}/etc/pki/pesign -add opensc \
	-libfile %{_libdir}/pkcs11/opensc-pkcs11.so

# rpm5 is cute
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d
mv %{buildroot}%{_sysconfdir}/rpm/macros.pesign \
	%{buildroot}%{_sysconfdir}/rpm/macros.d/pesign.macros

# confusion due to fedora /lib == /usr/lib
mkdir -p %{buildroot}%{_unitdir}
mv %{buildroot}/usr/lib/systemd/system/*.service %{buildroot}%{_unitdir}

%clean
rm -rf %{buildroot}

%pre
getent group pesign >/dev/null || groupadd -r pesign
getent passwd pesign >/dev/null || \
	useradd -r -g pesign -d /var/run/pesign -s /sbin/nologin \
		-c "Group for the pesign signing daemon" pesign
exit 0

%post
%systemd_post pesign.service

%preun
%systemd_preun pesign.service

%postun
%systemd_postun_with_restart pesign.service

%files
%defattr(-,root,root,-)
%doc README TODO COPYING
%{_bindir}/pesign
%{_bindir}/pesign-client
%{_bindir}/efikeygen
%{_sysconfdir}/popt.d/pesign.popt
%{_sysconfdir}/rpm/macros.d/pesign.macros
%{_mandir}/man*/*
%dir %attr(0775,pesign,pesign) /etc/pki/pesign
%attr(0664,pesign,pesign) /etc/pki/pesign/*
%dir %attr(0770, pesign, pesign) %{_localstatedir}/run/%{name}
%{_prefix}/lib/tmpfiles.d/pesign.conf
%{_unitdir}/pesign.service


%changelog
* Wed Jul 30 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.108-3
+ Revision: 1f58ff0
- remove redhat remains



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23703 |14mu|phodav-2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2.0
%define major 0
%define libname %mklibname phodav %{api} %{major}
%define devname %mklibname phodav -d

Summary:	A WebDAV server using libsoup
Name:		phodav
Version:	2.0
Release:	1
License:	LGPLv2+
Group:		System/Servers
Url:		https://wiki.gnome.org/phodav
Source0:	http://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	asciidoc
BuildRequires:	docbook-dtd45-xml
BuildRequires:	intltool
BuildRequires:	xmlto
BuildRequires:	pkgconfig(avahi-gobject)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(systemd)

%description
phodav is a WebDAV server implementation using libsoup (RFC 4918).

#----------------------------------------------------------------------------

%package i18n
Summary:	Translation files for %{name}
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
phodav is a WebDAV server implementation using libsoup (RFC 4918).

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library to serve files with WebDAV
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libname}
phodav is a WebDAV server implementation using libsoup (RFC 4918).
This package provides the library.

%files -n %{libname}
%{_libdir}/libphodav-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%doc NEWS COPYING
%{_includedir}/libphodav-%{api}
%{_libdir}/libphodav-%{api}.so
%{_libdir}/pkgconfig/libphodav-%{api}.pc
%{_datadir}/gtk-doc/html/phodav

#----------------------------------------------------------------------------

%package -n chezdav
Summary:	A simple WebDAV server program
Group:		System/Servers

%description -n chezdav
The chezdav package contains a simple tool to share a directory
with WebDAV. The service is announced over mDNS for clients to discover.

%files -n chezdav
%{_bindir}/chezdav
%{_mandir}/man1/chezdav.1*

#----------------------------------------------------------------------------

%package -n spice-webdavd
Summary:	Spice daemon for the DAV channel
Group:		System/Servers
Requires(post,preun):	rpm-helper

%description -n spice-webdavd
The spice-webdavd package contains a daemon to proxy WebDAV request to
the Spice virtio channel.

%files -n spice-webdavd
%{_sbindir}/spice-webdavd
%{_udevrulesdir}/70-spice-webdavd.rules
%{_unitdir}/spice-webdavd.service

%post -n spice-webdavd
%_post_service spice-webdavd

%preun -n spice-webdavd
%_preun_service spice-webdavd

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--with-avahi \
	--with-udevdir=/lib/udev/ \
	--with-systemdsystemunitdir=%{_unitdir} \
	--disable-static
%make

%install
%make_install

%find_lang %{name} --with-gnome


%changelog

* Tue Oct 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-1
- (e2ccb36) Build requires docbook-dtd45-xml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23704 |14mu|phonon-4.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4

Summary:	KDE multimedia framework
Name:		phonon
Version:	4.9.0
Release:	1
Epoch:		2
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		http://phonon.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/phonon/%{version}/%{name}-%{version}.tar.xz
Patch0:		phonon-4.6.50-phonon-allow-stop-empty-source.patch
BuildRequires:	automoc4
BuildRequires:	cmake
BuildRequires:	extra-cmake-modules
BuildRequires:	imagemagick
BuildRequires:	qt4-devel
BuildRequires:	qt4-qmlviewer
BuildRequires:	qmake5
BuildRequires:	qt5-designer
BuildRequires:	qt5-qml-tools
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Designer)

%description
Phonon is the KDE multimedia framework.

#--------------------------------------------------------------------

%define libphononexperimental %mklibname phononexperimental %{major}

%package -n %{libphononexperimental}
Summary:	Phonon shared library
Group:		System/Libraries

%description -n %{libphononexperimental}
Library for Phonon.

%files -n %{libphononexperimental}
%{_libdir}/libphononexperimental.so.%{major}*

#--------------------------------------------------------------------

%define libphonon4qt5experimental %mklibname phonon4qt5experimental %{major}

%package -n %{libphonon4qt5experimental}
Summary:	Phonon shared library
Group:		System/Libraries

%description -n %{libphonon4qt5experimental}
Library for Phonon.

%files -n %{libphonon4qt5experimental}
%{_libdir}/libphonon4qt5experimental.so.%{major}*

#--------------------------------------------------------------------

%define libphonon %mklibname phonon %{major}

%package -n %{libphonon}
Summary:	Phonon shared library
Group:		System/Libraries

%description -n %{libphonon}
Library for Phonon.

%files -n %{libphonon}
%{_libdir}/libphonon.so.%{major}*

#--------------------------------------------------------------------

%define libphonon4qt5 %mklibname phonon4qt5_ %{major}

%package -n %{libphonon4qt5}
Summary:	Phonon shared library
Group:		System/Libraries

%description -n %{libphonon4qt5}
Library for Phonon.

%files -n %{libphonon4qt5}
%{_libdir}/libphonon4qt5.so.%{major}*


#--------------------------------------------------------------------
%package designer-plugin
Summary:	Phonon Designer plugin
Group:		System/Libraries
Conflicts:	qt4-designer-plugin-phonon <= 5:4.7.4

%description designer-plugin
Designer plugin for Phonon Qt4.

%files designer-plugin
%{_qt_plugindir}/designer/libphononwidgets.so

#--------------------------------------------------------------------
%package -n phonon4qt5-designer-plugin
Summary:	Phonon Designer plugin
Group:		System/Libraries

%description -n phonon4qt5-designer-plugin
Designer plugin for Phonon for Qt5.

%files -n phonon4qt5-designer-plugin
%{_qt5_plugindir}/designer/phononwidgets.so

#--------------------------------------------------------------------

%package devel
Summary:	Phonon Qt4 development files
Group:		Development/KDE and Qt
Requires:	%{libphononexperimental} = %{EVRD}
Requires:	%{libphonon} = %{EVRD}
Requires:	phonon-designer-plugin = %{EVRD}

%description devel
Phonon Qt4 development files.

%files devel
%{_qt_datadir}/mkspecs/modules/qt_phonon.pri
%{_datadir}/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml
%{_datadir}/phonon/buildsystem/
%{_includedir}/phonon/
%{_includedir}/KDE/
%{_libdir}/libphonon.so
%{_libdir}/libphononexperimental.so
%{_libdir}/pkgconfig/phonon.pc
%{_libdir}/cmake/phonon

#--------------------------------------------------------------------

%package -n phonon4qt5-devel
Summary:	Phonon Qt5 development files
Group:		Development/KDE and Qt
Requires:	%{libphonon4qt5experimental} = %{EVRD}
Requires:	%{libphonon4qt5} = %{EVRD}
Requires:	phonon4qt5-designer-plugin = %{EVRD}

%description -n phonon4qt5-devel
Phonon Qt5 development files.

%files -n phonon4qt5-devel
%{_libdir}/qt5/mkspecs/modules/qt_phonon4qt5.pri
%{_datadir}/dbus-1/interfaces/org.kde.Phonon4Qt5.AudioOutput.xml
%{_datadir}/phonon4qt5/buildsystem/
%{_includedir}/phonon4qt5/
%{_libdir}/libphonon4qt5.so
%{_libdir}/libphonon4qt5experimental.so
%{_libdir}/pkgconfig/phonon4qt5.pc
%{_libdir}/cmake/phonon4qt5

#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches

mkdir Qt4
mv `ls -1 |grep -v Qt4` Qt4
cp -a Qt4 Qt5

%build
pushd Qt4
%cmake \
	-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON

%make
popd

pushd Qt5
%cmake \
	-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
	-DKDE_INSTALL_USE_QT_SYS_PATHS:BOOL=ON \
	-DPHONON_BUILD_PHONON4QT5=ON
%make
popd

%install
%makeinstall_std -C Qt4/build

%makeinstall_std -C Qt5/build

%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.9.0-1
- (67ff097) Build requires extra-cmake-modules



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23705 |14mu|phonon-gstreamer-4.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0

Summary:	GStreamer backend to Phonon (Qt4)
Name:		phonon-gstreamer
Version:	4.9.0
Release:	1
Epoch:		2
License:	LGPLv2.1+
Group:		Sound
Url:		http://phonon.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-gstreamer/%{version}/src/phonon-backend-gstreamer-%{version}.tar.xz
Patch0:		phonon-4.7.80-flac_mimetype.patch
BuildRequires:	automoc4
BuildRequires:	cmake
BuildRequires:	extra-cmake-modules
BuildRequires:	imagemagick
BuildRequires:	qmake5
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-%{api})
BuildRequires:	pkgconfig(gstreamer-audio-%{api})
# Not in gst 1.0 yet, at least not in 1.2.4
#BuildRequires:	pkgconfig(gstreamer-cdda-%{api})
BuildRequires:	pkgconfig(gstreamer-pbutils-%{api})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api})
BuildRequires:	pkgconfig(gstreamer-riff-%{api})
BuildRequires:	pkgconfig(gstreamer-rtp-%{api})
BuildRequires:	pkgconfig(gstreamer-rtsp-%{api})
BuildRequires:	pkgconfig(gstreamer-sdp-%{api})
BuildRequires:	pkgconfig(gstreamer-tag-%{api})
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5X11Extras)
Requires:	phonon-gstreamer-common
Requires:	gstreamer%{api}-libav
Requires:	gstreamer%{api}-pulse
Requires:	gstreamer%{api}-plugins-bad
Requires:	gstreamer%{api}-plugins-base
Requires:	gstreamer%{api}-plugins-good
Requires:	gstreamer%{api}-plugins-ugly
Requires:	gstreamer%{api}-soup
Suggests:	gstreamer%{api}-ffmpeg
Provides:	phonon-backend

%description
GStreamer backend to Phonon (Qt4).

%files
%{_libdir}/kde4/plugins/phonon_backend/phonon_gstreamer.so
%{_datadir}/kde4/services/phononbackends/gstreamer.desktop

#----------------------------------------------------------------------------

%package common
Summary:	Files used by both Qt4 and Qt5 versions of Phonon GStreamer backend
Group:		Sound
Conflicts:	phonon-gstreamer < 2:4.8.2

%description common
Files used by both Qt4 and Qt5 versions of Phonon GStreamer backend.

%files common
%{_iconsdir}/hicolor/*/apps/phonon-gstreamer.*

#----------------------------------------------------------------------------

%package -n phonon4qt5-gstreamer
Summary:	GStreamer backend to Phonon (Qt5)
Group:		Sound
Requires:	phonon-gstreamer-common
Requires:	gstreamer%{api}-libav
Requires:	gstreamer%{api}-pulse
Requires:	gstreamer%{api}-plugins-bad
Requires:	gstreamer%{api}-plugins-base
Requires:	gstreamer%{api}-plugins-good
Requires:	gstreamer%{api}-plugins-ugly
Requires:	gstreamer%{api}-soup
Suggests:	gstreamer%{api}-ffmpeg
Provides:	phonon4qt5-backend

%description -n phonon4qt5-gstreamer
GStreamer backend to Phonon (Qt5).

%files -n phonon4qt5-gstreamer
%{_qt5_plugindir}/phonon4qt5_backend/phonon_gstreamer.so

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

mkdir Qt4
mv `ls -1 |grep -v Qt4` Qt4
cp -a Qt4 Qt5

%build
pushd Qt4
%cmake -DPHONON_BUILD_PHONON4QT5:BOOL=OFF
%make
popd

pushd Qt5
%cmake_qt5 -DPHONON_BUILD_PHONON4QT5:BOOL=ON
%make
popd

%install
%makeinstall_std -C Qt4/build

%makeinstall_std -C Qt5/build

%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.9.0-1
- (d913480) Build requires pkgconfig(Qt5X11Extras)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23706 |14mu|php-5.6.39-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _build_pkgcheck_set %{nil}
%define _build_pkgcheck_srpm %{nil}

# API/ABI check
%define apiver 20131106
%define zendver 20131226
%define pdover 20080721

%bcond_without tests

%bcond_with libmagic

%define php5_common_major 5
%define libname %mklibname php5_common %{php5_common_major}

%define php5_embedded_major 5.6
%define libembedded %mklibname php5_ %{php5_embedded_major}

%define __noautoreq '.*/bin/awk|.*/bin/gawk|.*/bin/php'

Summary:	The PHP5 scripting language
Name:		php
Version:	5.6.39
Release:	1
Epoch:		3
License:	PHP License
Group:		Development/PHP
Url:		http://www.php.net
Source0:	http://se.php.net/distributions/php-%{version}.tar.xz
Source1:	php-test.ini
Source2:	maxlifetime
Source3:	php.crond
Source4:	php-fpm.service
Source5:	php-fpm.sysconf
Source6:	php-fpm.logrotate
# S7 comes from ext/fileinfo/create_data_file.php but could be removed someday
Source7:	create_data_file.php
Source9:	php-fpm-tmpfiles.conf
Source10:	php.ini
Source11:	macros.php
Patch0:		php-init.diff
Patch1:		php-shared.diff
Patch3:		php-libtool.diff
Patch4:		php-phpize.diff
Patch5:		php-phpbuilddir.diff
# http://www.outoforder.cc/projects/apache/mod_transform/
# http://www.outoforder.cc/projects/apache/mod_transform/patches/php5-apache2-filters.patch
Patch6:		php5-apache2-filters.diff
# remove libedit once and for all
Patch7:		php-no_libedit.diff
Patch8:		php-xmlrpc_epi.patch
Patch9:		php-xmlrpc_no_rpath.diff
Patch10:	php-5.5.7-detect-freetype-2.5.x.patch
#Patch11:	php-5.3.8-bdb-5.2.diff
Patch12:	php-5.5.6-db-6.0.patch
#####################################################################
# Stolen from PLD
Patch20:	php-mail.diff
Patch21:	php-filter-shared.diff
Patch22:	php-dba-link.patch
Patch23:	php-zlib-for-getimagesize.patch
Patch26:	php-5.3.9RC2-mcrypt-libs.diff
# for kolab2
# P50 was rediffed from PLD (php-5.3.3-8.src.rpm) which merges the annotation and status-current patches
Patch27:	php-imap-annotation+status-current.diff
# P51 was taken from http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/php/patches/php-5.3.2/
Patch28:	php-imap-myrights.diff
Patch29:	php-5.3.x-fpm-0.6.5-shared.diff
Patch30:	php-5.3.x-fpm-0.6.5-mdv_conf.diff
#####################################################################
# stolen from debian
Patch50:	php-session.save_path.diff
Patch51:	php-exif_nesting_level.diff
#####################################################################
# Stolen from fedora
Patch101:	php-cxx.diff
Patch102:	php-install.diff
Patch105:	php-umask.diff
Patch106:	php-5.6.3-embed.patch
# Fixes for extension modules
Patch113:	php-libc-client.diff
Patch114:	php-no_pam_in_c-client.diff
# Functional changes
Patch115:	php-dlopen.diff
# Fix bugs
Patch120:	php-tests-wddx.diff
Patch121:	php-bug43221.diff
Patch123:	php-bug43589.diff
Patch226:	php-no-fvisibility_hidden_fix.diff
Patch227:	php-5.3.0RC1-enchant_lib64_fix.diff
Patch228:	php-5.3.0RC2-xmlrpc-epi_fix.diff

BuildRequires:	bison
BuildRequires:	byacc
BuildRequires:	dos2unix
BuildRequires:	file
BuildRequires:	flex
BuildRequires:	lemon
BuildRequires:	libtool
BuildRequires:	openssl
BuildRequires:	re2c >= 0.13.4

BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpq)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xpm)

BuildRequires:	apache-devel >= 2.2.0
BuildRequires:	aspell-devel
BuildRequires:	bzip2-devel
BuildRequires:	c-client-devel >= 2007
BuildRequires:	db-devel
BuildRequires:	elfutils-devel
BuildRequires:	freetds-devel >= 0.63
BuildRequires:	gd-devel >= 2.0.33
BuildRequires:	gdbm-devel
BuildRequires:	gettext-devel
BuildRequires:	gmp-devel
BuildRequires:	gpm-devel
BuildRequires:	jemalloc-devel
BuildRequires:	jpeg-devel
BuildRequires:	libmcrypt-devel
BuildRequires:	libtool-devel
%if %{with libmagic}
BuildRequires:	magic-devel
%endif
BuildRequires:	mbfl-devel >= 1.2.0
BuildRequires:	mysql-devel >= 4.1.7
BuildRequires:	net-snmp-devel
BuildRequires:	net-snmp-mibs
BuildRequires:	onig-devel >= 5.9.2
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	readline-devel
BuildRequires:	recode-devel
BuildRequires:	sasl-devel
BuildRequires:	t1lib-devel
BuildRequires:	tidy-devel
BuildRequires:	unixODBC-devel >= 2.2.1
BuildRequires:	xmlrpc-epi-devel

# stupid postgresql... stupid build system...
# this is needed due to the postgresql packaging and due to bugs like this:
# https://qa.mandriva.com/show_bug.cgi?id=52527
%define postgresql_version %(pg_config &>/dev/null && pg_config 2>/dev/null | grep "^VERSION" | awk '{ print $4 }' 2>/dev/null || echo 0)

%description
PHP5 is an HTML-embeddable scripting language. PHP5 offers built-in database
integration for several commercial and non-commercial database management
systems, so writing a database-enabled script with PHP5 is fairly simple. The
most common use of PHP5 coding is probably as a replacement for CGI scripts.

#----------------------------------------------------------------------------

%package -n apache-mod_php
Summary:	The PHP HTML-embedded scripting language for use with apache
Group:		System/Servers
Requires:	%{libname} = %{EVRD}
Requires:	apache-base >= 2.4.0
Requires:	apache-modules >= 2.4.0
Requires:	apache-mpm >= 2.4.0
Requires:	%{name}-ctype = %{EVRD}
Requires:	%{name}-filter = %{EVRD}
Requires:	%{name}-ftp = %{EVRD}
Requires:	%{name}-gettext = %{EVRD}
Requires:	%{name}-hash = %{EVRD}
Requires:	%{name}-ini >= %{version}
Requires:	%{name}-json = %{EVRD}
Requires:	%{name}-openssl = %{EVRD}
Requires:	%{name}-pcre = %{EVRD}
Requires:	%{name}-posix = %{EVRD}
Requires:	%{name}-session = %{EVRD}
Requires:	%{name}-sysvsem = %{EVRD}
Requires:	%{name}-tokenizer = %{EVRD}
Requires:	%{name}-xml = %{EVRD}
Requires:	%{name}-xmlreader = %{EVRD}
Requires:	%{name}-xmlwriter = %{EVRD}
Requires:	%{name}-zlib = %{EVRD}
Requires:	%{name}-timezonedb >= 3:2009.10
Requires(pre,postun):	rpm-helper
# Suggests:	%{name}-suhosin >= 0.9.29
Conflicts:	%{name}-suhosin < 0.9.29
Conflicts:	apache-mpm-worker >= 2.4.0
Conflicts:	apache-mpm-event >= 2.4.0
Provides:	mod_php = %{EVRD}

%description -n apache-mod_php
PHP5 is an HTML-embedded scripting language. PHP5 attempts to make it easy for
developers to write dynamically generated web pages. PHP5 also offers built-in
database integration for several commercial and non-commercial database
management systems, so writing a database-enabled web page with PHP5 is fairly
simple. The most common use of PHP coding is probably as a replacement for CGI
scripts. The %{name} module enables the apache web server to understand
and process the embedded PHP language in web pages.

This package contains PHP version 5. You'll also need to install the apache web
server.

%files -n apache-mod_php
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/*.conf
%attr(0755,root,root) %{_libdir}/apache/*.so

%post -n apache-mod_php
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun -n apache-mod_php
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package cgi
Summary:	PHP5 CGI interface
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}
Requires:	php-ctype >= %{EVRD}
Requires:	php-filter >= %{EVRD}
Requires:	php-ftp >= %{EVRD}
Requires:	php-gettext >= %{EVRD}
Requires:	php-hash >= %{EVRD}
Requires:	php-ini >= %{version}
Requires:	php-json >= %{EVRD}
Requires:	php-openssl >= %{EVRD}
Requires:	php-posix >= %{EVRD}
Requires:	php-session >= %{EVRD}
# Suggests:	php-suhosin >= 0.9.33
Requires:	php-sysvsem >= %{EVRD}
Requires:	php-sysvshm >= %{EVRD}
Requires:	php-timezonedb >= 3:2009.10
Requires:	php-tokenizer >= %{EVRD}
Requires:	php-xml >= %{EVRD}
Requires:	php-xmlreader >= %{EVRD}
Requires:	php-xmlwriter >= %{EVRD}
Requires:	php-zlib >= %{EVRD}
Provides:	php = %{EVRD}
Provides:	php-fcgi = %{EVRD}
# because of a added compat softlink
Conflicts:	php-fcgi < %{EVRD}

%description cgi
PHP5 is an HTML-embeddable scripting language. PHP5 offers built-in database
integration for several commercial and non-commercial database management
systems, so writing a database-enabled script with PHP5 is fairly simple. The
most common use of PHP5 coding is probably as a replacement for CGI scripts.

This package contains a standalone (CGI) version of php with FastCGI support.
You must also install libphp5_common. If you need apache module support, you
also need to install the apache-mod_php package.

%files cgi
%doc CREDITS.cgi README.fcgi
%attr(0755,root,root) %{_bindir}/php-cgi
%attr(0755,root,root) %{_bindir}/php-fcgi
%{_mandir}/man1/php-cgi.1*

%post cgi
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun cgi
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package cli
Summary:	PHP5 CLI interface
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}
Requires:	php-ctype >= %{EVRD}
Requires:	php-filter >= %{EVRD}
Requires:	php-ftp >= %{EVRD}
Requires:	php-gettext >= %{EVRD}
Requires:	php-hash >= %{EVRD}
Requires:	php-ini >= %{version}
Requires:	php-json >= %{EVRD}
Requires:	php-openssl >= %{EVRD}
Requires:	php-posix >= %{EVRD}
Requires:	php-session >= %{EVRD}
# Suggests:	php-suhosin >= 0.9.33
Requires:	php-sysvsem >= %{EVRD}
Requires:	php-sysvshm >= %{EVRD}
Requires:	php-timezonedb >= 3:2009.10
Requires:	php-tokenizer >= %{EVRD}
Requires:	php-xml >= %{EVRD}
Requires:	php-xmlreader >= %{EVRD}
Requires:	php-xmlwriter >= %{EVRD}
Requires:	php-zlib >= %{EVRD}
Provides:	php = %{EVRD}

%description cli
PHP5 is an HTML-embeddable scripting language. PHP5 offers built-in database
integration for several commercial and non-commercial database management
systems, so writing a database-enabled script with PHP5 is fairly simple. The
most common use of PHP5 coding is probably as a replacement for CGI scripts.

This package contains a command-line (CLI) version of php. You must also
install libphp5_common. If you need apache module support, you also need to
install the apache-mod_php package.

%files cli
%doc CREDITS.cli README.cli TODO.cli
%attr(0755,root,root) %{_bindir}/php
%attr(0644,root,root) %{_mandir}/man1/php.1*

%post cli
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun cli
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package fpm
Summary:	PHP5 FastCGI Process Manager
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}
Requires:	php-ctype >= %{EVRD}
Requires:	php-filter >= %{EVRD}
Requires:	php-ftp >= %{EVRD}
Requires:	php-gettext >= %{EVRD}
Requires:	php-hash >= %{EVRD}
Requires:	php-ini >= %{version}
Requires:	php-json >= %{EVRD}
Requires:	php-openssl >= %{EVRD}
Requires:	php-posix >= %{EVRD}
Requires:	php-session >= %{EVRD}
# Suggests:	php-suhosin >= 0.9.33
Requires:	php-sysvsem >= %{EVRD}
Requires:	php-sysvshm >= %{EVRD}
Requires:	php-timezonedb >= 3:2009.10
Requires:	php-tokenizer >= %{EVRD}
Requires:	php-xmlreader >= %{EVRD}
Requires:	php-xmlwriter >= %{EVRD}
Requires:	php-zlib >= %{EVRD}
Requires:	php-xml >= %{EVRD}
Requires(pre,post,preun,postun):	rpm-helper
Provides:	php = %{EVRD}

%description fpm
PHP5 is an HTML-embeddable scripting language. PHP5 offers built-in database
integration for several commercial and non-commercial database management
systems, so writing a database-enabled script with PHP5 is fairly simple. The
most common use of PHP5 coding is probably as a replacement for CGI scripts.

This package contains the FastCGI Process Manager. You must also install
libphp5_common.

%files fpm
%doc sapi/fpm/CREDITS sapi/fpm/LICENSE
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php-fpm.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/php-fpm
%attr(0644,root,root) %{_sysconfdir}/logrotate.d/php-fpm
%attr(0755,root,root) %dir %{_sysconfdir}/php-fpm.d
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php-fpm.d/default.conf
%attr(0755,root,root) %{_sbindir}/php-fpm
%attr(0644,root,root) %{_mandir}/man8/php-fpm.8*
%attr(0711,apache,apache) %dir /var/lib/php-fpm
%attr(0711,apache,apache) %dir /var/log/php-fpm
%attr(0711,apache,apache) %dir /run/php-fpm
%{_unitdir}/php-fpm.service
%{_tmpfilesdir}/php-fpm.conf

%pre fpm
%_preun_service php-fpm
%_pre_useradd apache /var/www /bin/sh

%post fpm
%tmpfiles_create php-fpm
%_post_service php-fpm
if [ $1 = 1 ]; then
	# Initial installation
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun fpm
if [ $1 = 0 ]; then
	# Package removal, not upgrade
	/bin/systemctl --no-reload disable php-fpm.service >/dev/null 2>&1 || :
	/bin/systemctl stop php-fpm.service >/dev/null 2>&1 || :
fi

%postun fpm
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ]; then
	# Package upgrade, not uninstall
	/bin/systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
fi
%_postun_userdel apache

#----------------------------------------------------------------------------

%package ini
Summary:	INI files for PHP
Group:		Development/PHP

%description ini
The php-ini package contains the ini file required for PHP.

%files ini
%config(noreplace) %{_sysconfdir}/php.ini
%config(noreplace) %{_sysconfdir}/php-cgi-fcgi.ini
%dir %{_sysconfdir}/php.d
%dir %{_libdir}/php
%dir %{_libdir}/php/extensions
%dir %{_datadir}/php

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for PHP5
Group:		System/Libraries
Provides:	php-pcre = %{EVRD}
Provides:	php-simplexml = %{EVRD}
Provides:	php(api) = %{apiver}
Provides:	php(zend-abi) = %{zendver}
Requires:	systemd-units
Requires(post,preun,postun):	systemd-units

%description -n %{libname}
This package provides the common files to run with different implementations of
PHP5. You need this package if you install the php standalone package or a
webserver with php support (ie: apache-mod_php).

%files -n %{libname}
%{_libdir}/libphp5_common.so.%{php5_common_major}*

#----------------------------------------------------------------------------

%package -n %{libembedded}
Summary:	Shared library for PHP5 (embedded)
Group:		System/Libraries

%description -n %{libembedded}
Shared library for PHP5 (embedded). It's used to embed PHP5 to various
applications.

%files -n %{libembedded}
%{_libdir}/libphp5-%{php5_embedded_major}.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development package for PHP5
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libembedded} = %{EVRD}
Requires:	bison
Requires:	byacc
Requires:	chrpath
Requires:	dos2unix
Requires:	flex
Requires:	openssl
Requires:	re2c >= 0.9.11
Requires:	tcl
Requires:	pam-devel
Requires:	pkgconfig(libpcre)
Requires:	pkgconfig(libxml-2.0)
Requires:	pkgconfig(libxslt)
Requires:	pkgconfig(openssl)

%description devel
The php-devel package lets you compile dynamic extensions to PHP5. Included
here is the source for the php extensions. Instead of recompiling the whole php
binary to add support for, say, oracle, install this package and use the new
self-contained extensions support. For more information, read the file
SELF-CONTAINED-EXTENSIONS.

%files devel
%doc SELF-CONTAINED-EXTENSIONS CODING_STANDARDS README.* EXTENSIONS
%doc Zend/ZEND_* README.TESTING*
%attr(0755,root,root) %{_bindir}/php-config
%attr(0755,root,root) %{_bindir}/phpize
%{_libdir}/libphp5_common.so
%{_libdir}/libphp5.so
%{_libdir}/php/build
%{_usrsrc}/php-devel
%{multiarch_includedir}/php/main/build-defs.h
%{multiarch_includedir}/php/main/php_config.h
%{_includedir}/php
%{_sysconfdir}/rpm/macros.d/php.macros
%attr(0644,root,root) %{_mandir}/man1/php-config.1*
%attr(0644,root,root) %{_mandir}/man1/phpize.1*

%post devel
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun devel
if [ "$1" = "0" ]; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for PHP
Group:		Development/PHP

%description doc
Documentation for php.

%files doc
%doc CREDITS INSTALL LICENSE NEWS Zend/ZEND_LICENSE 
%doc php.ini-production php.ini-development configure_command
%doc README.openssl README.spl CREDITS.libxml CREDITS.zlib
%doc README.EXT_SKEL README.input_filter
%doc README.PARAMETER_PARSING_API README.STREAMS

#----------------------------------------------------------------------------

%package bcmath
Summary:	The bcmath module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description bcmath
This is a dynamic shared object (DSO) for PHP that will add bc style precision
math functions support.

For arbitrary precision mathematics PHP offers the Binary Calculator which
supports numbers of any size and precision, represented as strings.

%files bcmath
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/66_bcmath.ini
%attr(0755,root,root) %{_libdir}/php/extensions/bcmath.so

%post bcmath
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun bcmath
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package bz2
Summary:	Bzip2 extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description bz2
This is a dynamic shared object (DSO) for PHP that will add bzip2 compression
support to PHP.

The bzip2 functions are used to transparently read and write bzip2 (.bz2)
compressed files.

%files bz2
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/10_bz2.ini
%attr(0755,root,root) %{_libdir}/php/extensions/bz2.so

%post bz2
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun bz2
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package calendar
Summary:	Calendar extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description calendar
This is a dynamic shared object (DSO) for PHP that will add calendar support.

The calendar extension presents a series of functions to simplify converting
between different calendar formats. The intermediary or standard it is based on
is the Julian Day Count. The Julian Day Count is a count of days starting from
January 1st, 4713 B.C. To convert between calendar systems, you must first
convert to Julian Day Count, then to the calendar system of your choice. Julian
Day Count is very different from the Julian Calendar! For more information on
Julian Day Count, visit http://www.hermetic.ch/cal_stud/jdn.htm. For more
information on calendar systems visit
http://www.boogle.com/info/cal-overview.html. Excerpts from this page are
included in these instructions, and are in quotes.

%files calendar
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/11_calendar.ini
%attr(0755,root,root) %{_libdir}/php/extensions/calendar.so

%post calendar
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun calendar
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package ctype
Summary:	Ctype extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description ctype
This is a dynamic shared object (DSO) for PHP that will add ctype support.

The functions provided by this extension check whether a character or string
falls into a certain character class according to the current locale (see also
setlocale()).

%files ctype
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/12_ctype.ini
%attr(0755,root,root) %{_libdir}/php/extensions/ctype.so

%post ctype
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun ctype
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package curl
Summary:	Curl extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description curl
This is a dynamic shared object (DSO) for PHP that will add curl support.

PHP supports libcurl, a library created by Daniel Stenberg, that allows you to
connect and communicate to many different types of servers with many different
types of protocols. libcurl currently supports the http, https, ftp, gopher,
telnet, dict, file, and ldap protocols. libcurl also supports HTTPS
certificates, HTTP POST, HTTP PUT, FTP uploading (this can also be done with
PHP's ftp extension), HTTP form based upload, proxies, cookies, and
user+password authentication.

%files curl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/13_curl.ini
%attr(0755,root,root) %{_libdir}/php/extensions/curl.so

%post curl
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun curl
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package dba
Summary:	DBA extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description dba
This is a dynamic shared object (DSO) for PHP that will add flat-file databases
(DBA) support.

These functions build the foundation for accessing Berkeley DB style databases.

This is a general abstraction layer for several file-based databases. As such,
functionality is limited to a common subset of features supported by modern
databases such as Sleepycat Software's DB2. (This is not to be confused with
IBM's DB2 software, which is supported through the ODBC functions.)

%files dba
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/14_dba.ini
%attr(0755,root,root) %{_libdir}/php/extensions/dba.so

%post dba
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun dba
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package dom
Summary:	Dom extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description dom
This is a dynamic shared object (DSO) for PHP that will add dom support.

The DOM extension is the replacement for the DOM XML extension from PHP 4. The
extension still contains many old functions, but they should no longer be used.
In particular, functions that are not object-oriented should be avoided.

The extension allows you to operate on an XML document with the DOM API.

%files dom
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/18_dom.ini
%attr(0755,root,root) %{_libdir}/php/extensions/dom.so

%post dom
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun dom
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package enchant
Summary:	Libenchant binder, support near all spelling tools
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description enchant
Enchant is a binder for libenchant. Libenchant provides a common API for many
spell libraries:

 - aspell/pspell (intended to replace ispell)
 - hspell (hebrew)
 - ispell
 - myspell (OpenOffice project, mozilla)
 - uspell (primarily Yiddish, Hebrew, and Eastern European languages)
   A plugin system allows to add custom spell support.
   see www.abisource.com/enchant/

%files enchant
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/38_enchant.ini
%attr(0755,root,root) %{_libdir}/php/extensions/enchant.so

%post enchant
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun enchant
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package exif
Summary:	EXIF extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}
Requires:	php-mbstring >= %{EVRD}

%description exif
This is a dynamic shared object (DSO) for PHP that will add EXIF tags support
in image files.

With the exif extension you are able to work with image meta data. For example,
you may use exif functions to read meta data of pictures taken from digital
cameras by working with information stored in the headers of the JPEG and TIFF
images.

%files exif
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/19_exif.ini
%attr(0755,root,root) %{_libdir}/php/extensions/exif.so

%post exif
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun exif
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package fileinfo
Summary:	Fileinfo extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description fileinfo
This extension allows retrieval of information regarding vast majority of file.
This information may include dimensions, quality, length etc...

Additionally it can also be used to retrieve the mime type for a particular
file and for text files proper language encoding.

%files fileinfo
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/32_fileinfo.ini
%attr(0755,root,root) %{_libdir}/php/extensions/fileinfo.so

%post fileinfo
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun fileinfo
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package filter
Summary:	Extension for safely dealing with input parameters
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description filter
The Input Filter extension is meant to address this issue by implementing a set
of filters and mechanisms that users can use to safely access their input data.

%files filter
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/81_filter.ini
%attr(0755,root,root) %{_libdir}/php/extensions/filter.so

%post filter
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun filter
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package ftp
Summary:	FTP extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description ftp
This is a dynamic shared object (DSO) for PHP that will add FTP support.

The functions in this extension implement client access to file servers
speaking the File Transfer Protocol (FTP) as defined in
http://www.faqs.org/rfcs/rfc959. This extension is meant for detailed access to
an FTP server providing a wide range of control to the executing script. If you
only wish to read from or write to a file on an FTP server, consider using the
ftp:// wrapper  with the filesystem functions  which provide a simpler and more
intuitive interface.

%files ftp
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/22_ftp.ini
%attr(0755,root,root) %{_libdir}/php/extensions/ftp.so

%post ftp
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun ftp
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package gd
Summary:	GD extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description gd
This is a dynamic shared object (DSO) for PHP that will add GD support,
allowing you to create and manipulate images with PHP using the gd library.

PHP is not limited to creating just HTML output. It can also be used to create
and manipulate image files in a variety of different image formats, including
gif, png, jpg, wbmp, and xpm. Even more convenient, PHP can output image
streams directly to a browser. You will need to compile PHP with the GD library
of image functions for this to work. GD and PHP may also require other
libraries, depending on which image formats you want to work with.

You can use the image functions in PHP to get the size of JPEG, GIF, PNG, SWF,
TIFF and JPEG2000 images.

%files gd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/23_gd.ini
%attr(0755,root,root) %{_libdir}/php/extensions/gd.so

%post gd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun gd
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package gettext
Summary:	Gettext extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description gettext
This is a dynamic shared object (DSO) for PHP that will add gettext support.

The gettext functions implement an NLS (Native Language Support) API which can
be used to internationalize your PHP applications. Please see the gettext
documentation for your system for a thorough explanation of these functions or
view the docs at http://www.gnu.org/software/gettext/manual/gettext.html.

%files gettext
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/24_gettext.ini
%attr(0755,root,root) %{_libdir}/php/extensions/gettext.so

%post gettext
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun gettext
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package gmp
Summary:	Gmp extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description gmp
This is a dynamic shared object (DSO) for PHP that will add arbitrary length
number support using the GNU MP library.

%files gmp
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/25_gmp.ini
%attr(0755,root,root) %{_libdir}/php/extensions/gmp.so

%post gmp
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun gmp
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package hash
Summary:	HASH Message Digest Framework
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description hash
Native implementations of common message digest algorithms using a generic
factory method.

Message Digest (hash) engine. Allows direct or incremental processing of
arbitrary length messages using a variety of hashing algorithms.

%files hash
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/54_hash.ini
%attr(0755,root,root) %{_libdir}/php/extensions/hash.so

%post hash
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun hash
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package iconv
Summary:	Iconv extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description iconv
This is a dynamic shared object (DSO) for PHP that will add iconv support.

This module contains an interface to iconv character set conversion facility.
With this module, you can turn a string represented by a local character set
into the one represented by another character set, which may be the Unicode
character set. Supported character sets depend on the iconv implementation of
your system. Note that the iconv function on some systems may not work as you
expect. In such case, it'd be a good idea to install the GNU libiconv library.
It will most likely end up with more consistent results.

%files iconv
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/26_iconv.ini
%attr(0755,root,root) %{_libdir}/php/extensions/iconv.so

%post iconv
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun iconv
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package imap
Summary:	IMAP extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description imap
This is a dynamic shared object (DSO) for PHP that will add IMAP support.

These functions are not limited to the IMAP protocol, despite their name. The
underlying c-client library also supports NNTP, POP3 and local mailbox access
methods.

%files imap
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/27_imap.ini
%attr(0755,root,root) %{_libdir}/php/extensions/imap.so

%post imap
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun imap
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package intl
Summary:	Internationalization extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description intl
This is a dynamic shared object (DSO) for PHP that will add
Internationalization support.

Internationalization extension implements ICU library functionality in PHP.

%files intl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/27_intl.ini
%attr(0755,root,root) %{_libdir}/php/extensions/intl.so

%post intl
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun intl
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package json
Summary:	JavaScript Object Notation
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description json
Support for JSON (JavaScript Object Notation) serialization.

%files json
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/82_json.ini
%attr(0755,root,root) %{_libdir}/php/extensions/json.so

%post json
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun json
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package ldap
Summary:	LDAP extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description ldap
This is a dynamic shared object (DSO) for PHP that will add LDAP support.

LDAP is the Lightweight Directory Access Protocol, and is a protocol used to
access "Directory Servers". The Directory is a special kind of database that
holds information in a tree structure.

The concept is similar to your hard disk directory structure, except that in
this context, the root directory is "The world" and the first level
subdirectories are "countries". Lower levels of the directory structure contain
entries for companies, organisations or places, while yet lower still we find
directory entries for people, and perhaps equipment or documents.

%files ldap
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/28_ldap.ini
%attr(0755,root,root) %{_libdir}/php/extensions/ldap.so

%post ldap
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun ldap
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mbstring
Summary:	MBstring extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}
# To make it easier to find for e.g. Roundcube requesting php-multibyte
Provides:	%{name}-multibyte = %{EVRD}

%description mbstring
This is a dynamic shared object (DSO) for PHP that will add multibyte string
support.

mbstring provides multibyte specific string functions that help you deal with
multibyte encodings in PHP. In addition to that, mbstring handles character
encoding conversion between the possible encoding pairs. mbstring is designed
to handle Unicode-based encodings such as UTF-8 and UCS-2 and many single-byte
encodings for convenience.

%files mbstring
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/29_mbstring.ini
%attr(0755,root,root) %{_libdir}/php/extensions/mbstring.so

%post mbstring
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mbstring
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mcrypt
Summary:	Mcrypt extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description mcrypt
This is a dynamic shared object (DSO) for PHP that will add mcrypt support.

This is an interface to the mcrypt library, which supports a wide variety of
block algorithms such as DES, TripleDES, Blowfish (default), 3-WAY, SAFER-SK64,
SAFER-SK128, TWOFISH, TEA, RC3 and GOST in CBC, OFB, CFB and ECB cipher modes.
Additionally, it supports RC6 and IDEA which are considered "non-free".

%files mcrypt
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/30_mcrypt.ini
%attr(0755,root,root) %{_libdir}/php/extensions/mcrypt.so

%post mcrypt
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mcrypt
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mssql
Summary:	MS SQL extension module for PHP
Group:		Development/PHP
Requires:	freetds >= 0.63
Requires:	%{libname} >= %{EVRD}

%description mssql
This is a dynamic shared object (DSO) for PHP that will add MS SQL databases
support using the FreeTDS library.

%files mssql
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/35_mssql.ini
%attr(0755,root,root) %{_libdir}/php/extensions/mssql.so

%post mssql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mssql
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mysql
Summary:	MySQL database module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description mysql
This is a dynamic shared object (DSO) for PHP that will add MySQL database
support.

These functions allow you to access MySQL database servers. More information
about MySQL can be found at http://www.mysql.com/.

Documentation for MySQL can be found at http://dev.mysql.com/doc/.

%files mysql
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/36_mysql.ini
%attr(0755,root,root) %{_libdir}/php/extensions/mysql.so

%post mysql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mysql
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mysqli
Summary:	MySQL database module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description mysqli
This is a dynamic shared object (DSO) for PHP that will add MySQL database
support.

The mysqli extension allows you to access the functionality provided by MySQL
4.1 and above. It is an improved version of the older PHP MySQL driver,
offering various benefits. The developers of the PHP programming language
recommend using MySQLi when dealing with MySQL server versions 4.1.3 and newer
(takes advantage of new functionality)

More information about the MySQL Database server can be found at
http://www.mysql.com/

Documentation for MySQL can be found at http://dev.mysql.com/doc/.

Documentation for MySQLi can be found at http://www.php.net/manual/en/mysqli.overview.php.

%files mysqli
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/37_mysqli.ini
%attr(0755,root,root) %{_libdir}/php/extensions/mysqli.so

%post mysqli
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mysqli
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package mysqlnd
Summary:	MySQL native database module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description mysqlnd
This is a dynamic shared object (DSO) for PHP that will add MySQL native
database support.

These functions allow you to access MySQL database servers. More information
about MySQL can be found at http://www.mysql.com/.

Documentation for MySQL can be found at http://dev.mysql.com/doc/.

%files mysqlnd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/78_mysqlnd.ini
%attr(0755,root,root) %{_libdir}/php/extensions/mysqlnd.so

%post mysqlnd
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun mysqlnd
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package odbc
Summary:	ODBC extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description odbc
This is a dynamic shared object (DSO) for PHP that will add ODBC support.

In addition to normal ODBC support, the Unified ODBC functions in PHP allow you
to access several databases that have borrowed the semantics of the ODBC API to
implement their own API. Instead of maintaining multiple database drivers that
were all nearly identical, these drivers have been unified into a single set of
ODBC functions.

%files odbc
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/39_odbc.ini
%attr(0755,root,root) %{_libdir}/php/extensions/odbc.so

%post odbc
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun odbc
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package opcache
Summary:	Opcode cache for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description opcache
Opcode cache for PHP

%files opcache
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/85_opcache.ini
%attr(0755,root,root) %{_libdir}/php/extensions/opcache.so

#----------------------------------------------------------------------------

%package openssl
Summary:	OpenSSL extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description openssl
This is a dynamic shared object (DSO) for PHP that will add OpenSSL support.

%files openssl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/21_openssl.ini
%attr(0755,root,root) %{_libdir}/php/extensions/openssl.so

%post openssl
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun openssl
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package pcntl
Summary:	Process Control extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description pcntl
This is a dynamic shared object (DSO) for PHP that will add process spawning
and control support. It supports functions like fork(), waitpid(), signal()
etc.

Process Control support in PHP implements the Unix style of process creation,
program execution, signal handling and process termination. Process Control
should not be enabled within a webserver environment and unexpected results may
happen if any Process Control functions are used within a webserver
environment.

%files pcntl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/40_pcntl.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pcntl.so

%post pcntl
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pcntl
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package pdo
Summary:	PHP Data Objects Interface
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}
Provides:	php-pdo-abi  = %{pdover}
Provides:	php(pdo-abi) = %{pdover}

%description pdo
PDO provides a uniform data access interface, sporting advanced features such
as prepared statements and bound parameters. PDO drivers are dynamically
loadable and may be developed independently from the core, but still accessed
using the same API.

Read the documentation at http://www.php.net/pdo for more information.

%files pdo
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/70_pdo.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pdo.so

%post pdo
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pdo
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package pdo_dblib
Summary:	Sybase Interface driver for PDO
Group:		Development/PHP
Requires:	freetds >= 0.63
Requires:	php-pdo >= %{EVRD}
Requires:	%{libname} >= %{EVRD}

%description pdo_dblib
PDO_DBLIB is a driver that implements the PHP Data Objects (PDO) interface to
enable access from PHP to Microsoft SQL Server and Sybase databases through the
FreeTDS libary.

%files pdo_dblib
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/71_pdo_dblib.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pdo_dblib.so

%post pdo_dblib
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pdo_dblib
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package pdo_mysql
Summary:	MySQL Interface driver for PDO
Group:		Development/PHP
Requires:	php-pdo >= %{EVRD}
Requires:	%{libname} >= %{EVRD}

%description pdo_mysql
PDO_MYSQL is a driver that implements the PHP Data Objects (PDO) interface to
enable access from PHP to MySQL 3.x and 4.x databases.

PDO_MYSQL will take advantage of native prepared statement support present in
MySQL 4.1 and higher. If you're using an older version of the mysql client
libraries, PDO will emulate them for you.

%files pdo_mysql
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/73_pdo_mysql.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pdo_mysql.so

%post pdo_mysql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pdo_mysql
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package pdo_odbc
Summary:	ODBC v3 Interface driver for PDO
Group:		Development/PHP
Requires:	php-pdo >= %{EVRD}
Requires:	%{libname} >= %{EVRD}

%description pdo_odbc
PDO_ODBC is a driver that implements the PHP Data Objects (PDO) interface to
enable access from PHP to databases through ODBC drivers or through the IBM DB2
Call Level Interface (DB2 CLI) library. PDO_ODBC currently supports three
different "flavours" of database drivers:

 o ibm-db2  - Supports access to IBM DB2 Universal Database, Cloudscape, and
              Apache Derby servers through the free DB2 client.

 o unixODBC - Supports access to database servers through the unixODBC driver
              manager and the database's own ODBC drivers.

 o generic  - Offers a compile option for ODBC driver managers that are not
              explicitly supported by PDO_ODBC.

%files pdo_odbc
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/75_pdo_odbc.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pdo_odbc.so

%post pdo_odbc
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pdo_odbc
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package pdo_pgsql
Summary:	PostgreSQL interface driver for PDO
Group:		Development/PHP
Requires:	php-pdo >= %{EVRD}
Requires:	%{libname} >= %{EVRD}
Requires:	postgresql-libs >= %{postgresql_version}

%description pdo_pgsql
PDO_PGSQL is a driver that implements the PHP Data Objects (PDO) interface to
enable access from PHP to PostgreSQL databases.

%files pdo_pgsql
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/76_pdo_pgsql.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pdo_pgsql.so

%post pdo_pgsql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pdo_pgsql
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package pdo_sqlite
Summary:	SQLite v3 Interface driver for PDO
Group:		Development/PHP
Requires:	php-pdo >= %{EVRD}
Requires:	%{libname} >= %{EVRD}

%description pdo_sqlite
PDO_SQLITE is a driver that implements the PHP Data Objects (PDO) interface to
enable access to SQLite 3 databases.

This extension provides an SQLite v3 driver for PDO. SQLite V3 is NOT
compatible with the bundled SQLite 2 in PHP 5, but is a significant step
forwards, featuring complete utf-8 support, native support for blobs, native
support for prepared statements with bound parameters and improved concurrency.

%files pdo_sqlite
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/77_pdo_sqlite.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pdo_sqlite.so

%post pdo_sqlite
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pdo_sqlite
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package pgsql
Summary:	PostgreSQL database module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}
Requires:	postgresql-libs >= %{postgresql_version}

%description pgsql
This is a dynamic shared object (DSO) for PHP that will add PostgreSQL database
support.

PostgreSQL database is Open Source product and available without cost.
Postgres, developed originally in the UC Berkeley Computer Science Department,
pioneered many of the object-relational concepts now becoming available in some
commercial databases. It provides SQL92/SQL99 language support, transactions,
referential integrity, stored procedures and type extensibility. PostgreSQL is
an open source descendant of this original Berkeley code.

%files pgsql
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/42_pgsql.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pgsql.so

%post pgsql
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pgsql
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package phar
Summary:	Allows running of complete applications out of .phar files
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}
Requires:	php-bz2
Requires:	php-hash

%description phar
This is the extension version of PEAR's PHP_Archive package. Support for
zlib, bz2 and crc32 is achieved without any dependency other than the external
zlib or bz2 extension.

.phar files can be read using the phar stream, or with the Phar class. If the
SPL extension is available, a Phar object can be used as an array to iterate
over a phar's contents or to read files directly from the phar.

Phar archives can be created using the streams API or with the Phar class, if
the phar.readonly ini variable is set to false.

Full support for MD5 and SHA1 signatures is possible. Signatures can be
required if the ini variable phar.require_hash is set to true. When PECL
extension hash is avaiable then SHA-256 and SHA-512 signatures are supported as
well.

%files phar
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/84_phar.ini
%attr(0755,root,root) %{_libdir}/php/extensions/phar.so
%attr(0755,root,root) %{_bindir}/phar
%{_mandir}/man1/phar.1*
%{_mandir}/man1/phar.phar.1*

%post phar
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun phar
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package posix
Summary:	POSIX extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description posix
This is a dynamic shared object (DSO) for PHP that will add POSIX functions
support to PHP.

This module contains an interface to those functions defined in the IEEE 1003.1
(POSIX.1) standards document which are not accessible through other means.
POSIX.1 for example defined the open(), read(), write() and close() functions,
too, which traditionally have been part of PHP 3 for a long time. Some more
system specific functions have not been available before, though, and this
module tries to remedy this by providing easy access to these functions.

%files posix
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/43_posix.ini
%attr(0755,root,root) %{_libdir}/php/extensions/posix.so

%post posix
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun posix
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package pspell
Summary:	Pspell extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description pspell
This is a dynamic shared object (DSO) for PHP that will add pspell support to
PHP.

These functions allow you to check the spelling of a word and offer
suggestions.

%files pspell
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/44_pspell.ini
%attr(0755,root,root) %{_libdir}/php/extensions/pspell.so

%post pspell
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun pspell
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package readline
Summary:	Readline extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description readline
This PHP module adds support for readline functions (only for cli and cgi
SAPIs).

The readline() functions implement an interface to the GNU Readline library.
These are functions that provide editable command lines. An example being the
way Bash allows you to use the arrow keys to insert characters or scroll
through command history. Because of the interactive nature of this library, it
will be of little use for writing Web applications, but may be useful when
writing scripts used from a command line.

%files readline
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/45_readline.ini
%attr(0755,root,root) %{_libdir}/php/extensions/readline.so

%post readline
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun readline
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package recode
Summary:	Recode extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description recode
This is a dynamic shared object (DSO) for PHP that will add recode support
using the recode library.

This module contains an interface to the GNU Recode library. The GNU Recode
library converts files between various coded character sets and surface
encodings. When this cannot be achieved exactly, it may get rid of the
offending characters or fall back on approximations. The library recognises or
produces nearly 150 different character sets and is able to convert files
between almost any pair. Most RFC 1345 character sets are supported.

%files recode
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/46_recode.ini
%attr(0755,root,root) %{_libdir}/php/extensions/recode.so

%post recode
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun recode
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package session
Summary:	Session extension module for PHP
Group:		Development/PHP
Requires(pre,postun):	rpm-helper
Requires:	%{libname} >= %{EVRD}

%description session
This is a dynamic shared object (DSO) for PHP that will add session support.

Session support in PHP consists of a way to preserve certain data across
subsequent accesses. This enables you to build more customized applications and
increase the appeal of your web site.

A visitor accessing your web site is assigned a unique id, the so-called
session id. This is either stored in a cookie on the user side or is propagated
in the URL.

%files session
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/47_session.ini
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/php
%attr(0755,root,root) %{_libdir}/php/extensions/session.so
%attr(0755,root,root) %{_libdir}/php/maxlifetime
%attr(01733,apache,apache) %dir /var/lib/php

%pre session
%_pre_useradd apache /var/www /bin/sh

%post session
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun session
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package shmop
Summary:	Shared Memory Operations extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description shmop
This is a dynamic shared object (DSO) for PHP that will add Shared Memory
Operations support.

Shmop is an easy to use set of functions that allows PHP to read, write, create
and delete Unix shared memory segments.

%files shmop
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/48_shmop.ini
%attr(0755,root,root) %{_libdir}/php/extensions/shmop.so

%post shmop
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun shmop
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package snmp
Summary:	NET-SNMP extension module for PHP
Group:		Development/PHP
Requires:	net-snmp-mibs
Requires:	%{libname} >= %{EVRD}

%description snmp
This is a dynamic shared object (DSO) for PHP that will add SNMP support using
the NET-SNMP libraries.

In order to use the SNMP functions you need to install the NET-SNMP package.

%files snmp
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/50_snmp.ini
%attr(0755,root,root) %{_libdir}/php/extensions/snmp.so

%post snmp
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun snmp
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package soap
Summary:	Soap extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description soap
This is a dynamic shared object (DSO) for PHP that will add soap support.

The SOAP extension can be used to write SOAP Servers and Clients. It supports
subsets of SOAP 1.1, SOAP 1.2 and WSDL 1.1 specifications.

%files soap
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/51_soap.ini
%attr(0755,root,root) %{_libdir}/php/extensions/soap.so

%post soap
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun soap
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package sockets
Summary:	Sockets extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description sockets
This is a dynamic shared object (DSO) for PHP that will add sockets support.

The socket extension implements a low-level interface to the socket
communication functions based on the popular BSD sockets, providing the
possibility to act as a socket server as well as a client.

%files sockets
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/52_sockets.ini
%attr(0755,root,root) %{_libdir}/php/extensions/sockets.so

%post sockets
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun sockets
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package sqlite3
Summary:	SQLite database bindings for PHP
Group:		Development/PHP
Requires:	php-pdo >= %{EVRD}
Requires:	%{libname} >= %{EVRD}

%description sqlite3
This is an extension for the SQLite Embeddable SQL Database Engine. SQLite is a
C library that implements an embeddable SQL database engine. Programs that link
with the SQLite library can have SQL database access without running a separate
RDBMS process.

SQLite is not a client library used to connect to a big database server. SQLite
is the server. The SQLite library reads and writes directly to and from the
database files on disk.

%files sqlite3
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/78_sqlite3.ini
%attr(0755,root,root) %{_libdir}/php/extensions/sqlite3.so

%post sqlite3
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun sqlite3
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package sybase_ct
Summary:	Sybase extension module for PHP
Group:		Development/PHP
Provides:	php-sybase = %{EVRD}
Requires:	%{libname} >= %{EVRD}

%description sybase_ct
This is a dynamic shared object (DSO) for PHP that will add Sybase support to
PHP.

%files sybase_ct
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/46_sybase_ct.ini
%attr(0755,root,root) %{_libdir}/php/extensions/sybase_ct.so

%post sybase_ct
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun sybase_ct
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package sysvmsg
Summary:	SysV msg extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description sysvmsg
This is a dynamic shared object (DSO) for PHP that will add SysV message queues
support.

%files sysvmsg
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/56_sysvmsg.ini
%attr(0755,root,root) %{_libdir}/php/extensions/sysvmsg.so

%post sysvmsg
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun sysvmsg
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package sysvsem
Summary:	SysV sem extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description sysvsem
This is a dynamic shared object (DSO) for PHP that will add SysV semaphores
support.

%files sysvsem
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/57_sysvsem.ini
%attr(0755,root,root) %{_libdir}/php/extensions/sysvsem.so

%post sysvsem
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun sysvsem
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package sysvshm
Summary:	SysV shm extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description sysvshm
This is a dynamic shared object (DSO) for PHP that will add SysV Shared Memory
support.

%files sysvshm
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/58_sysvshm.ini
%attr(0755,root,root) %{_libdir}/php/extensions/sysvshm.so

%post sysvshm
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun sysvshm
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package tidy
Summary:	Tidy HTML Repairing and Parsing for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description tidy
Tidy is a binding for the Tidy HTML clean and repair utility which allows you
to not only clean and otherwise manipluate HTML documents, but also traverse
the document tree using the Zend Engine 2 OO semantics.

%files tidy
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/59_tidy.ini
%attr(0755,root,root) %{_libdir}/php/extensions/tidy.so

%post tidy
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun tidy
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package tokenizer
Summary:	Tokenizer extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description tokenizer
This is a dynamic shared object (DSO) for PHP that will add Tokenizer support.

The tokenizer functions provide an interface to the PHP tokenizer embedded in
the Zend Engine. Using these functions you may write your own PHP source
analyzing or modification tools without having to deal with the language
specification at the lexical level.

%files tokenizer
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/60_tokenizer.ini
%attr(0755,root,root) %{_libdir}/php/extensions/tokenizer.so

%post tokenizer
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun tokenizer
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package wddx
Summary:	WDDX serialization functions
Group:		Development/PHP
Requires:	php-xml
Requires:	%{libname} >= %{EVRD}

%description wddx
This is a dynamic shared object (DSO) that adds wddx support to PHP.

These functions are intended for work with WDDX (http://www.openwddx.org/)

%files wddx
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/63_wddx.ini
%attr(0755,root,root) %{_libdir}/php/extensions/wddx.so

%post wddx
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun wddx
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package xml
Summary:	XML extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description xml
This is a dynamic shared object (DSO) for PHP that will add XML support. This
extension lets you create XML parsers and then define handlers for different
XML events.

%files xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/62_xml.ini
%attr(0755,root,root) %{_libdir}/php/extensions/xml.so

%post xml
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun xml
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package xmlreader
Summary:	Xmlreader extension module for PHP
Group:		Development/PHP
Requires:	php-dom
Requires:	%{libname} >= %{EVRD}

%description xmlreader
XMLReader represents a reader that provides non-cached, forward-only access to
XML data. It is based upon the xmlTextReader api from libxml

%files xmlreader
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/63_xmlreader.ini
%attr(0755,root,root) %{_libdir}/php/extensions/xmlreader.so

%post xmlreader
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun xmlreader
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package xmlrpc
Summary:	Xmlrpc extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description xmlrpc
This is a dynamic shared object (DSO) for PHP that will add XMLRPC support.

These functions can be used to write XML-RPC servers and clients. You can find
more information about XML-RPC at http://www.xmlrpc.com/, and more
documentation on this extension and its functions at
http://xmlrpc-epi.sourceforge.net/.

%files xmlrpc
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/62_xmlrpc.ini
%attr(0755,root,root) %{_libdir}/php/extensions/xmlrpc.so

%post xmlrpc
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun xmlrpc
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package xmlwriter
Summary:	Provides fast, non-cached, forward-only means to write XML data
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description xmlwriter
This extension wraps the libxml xmlWriter API. Represents a writer that
provides a non-cached, forward-only means of generating streams or files
containing XML data.

%files xmlwriter
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/64_xmlwriter.ini
%attr(0755,root,root) %{_libdir}/php/extensions/xmlwriter.so

%post xmlwriter
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun xmlwriter
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package xsl
Summary:	Xsl extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description xsl
This is a dynamic shared object (DSO) for PHP that will add xsl support.

The XSL extension implements the XSL standard, performing XSLT transformations
using the libxslt library

%files xsl
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/63_xsl.ini
%attr(0755,root,root) %{_libdir}/php/extensions/xsl.so

%post xsl
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun xsl
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package zip
Summary:	A zip management extension for PHP
Group:		Development/PHP

%description zip
This is a dynamic shared object (DSO) for PHP that will add zip support to
create and read zip files using the libzip library.

%files zip
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/83_zip.ini
%attr(0755,root,root) %{_libdir}/php/extensions/zip.so

%post zip
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun zip
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%package zlib
Summary:	Zlib extension module for PHP
Group:		Development/PHP
Requires:	%{libname} >= %{EVRD}

%description zlib
This is a dynamic shared object (DSO) for PHP that will add zlib compression
support to PHP.

%files zlib
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/21_zlib.ini
%attr(0755,root,root) %{_libdir}/php/extensions/zlib.so

%post zlib
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%postun zlib
if [ "$1" = "0" ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

#----------------------------------------------------------------------------

%prep
%setup -q

# Safety check for API version change.
vapi=`sed -n '/#define PHP_API_VERSION/{s/.* //;p}' main/php.h`
if test "x${vapi}" != "x%{apiver}"; then
   : Error: Upstream API version is now ${vapi}, expecting %{apiver}.
   : Update the apiver macro and rebuild.
   exit 1
fi

vzend=`sed -n '/#define ZEND_MODULE_API_NO/{s/^[^0-9]*//;p;}' Zend/zend_modules.h`
if test "x${vzend}" != "x%{zendver}"; then
   : Error: Upstream Zend ABI version is now ${vzend}, expecting %{zendver}.
   : Update the zendver macro and rebuild.
   exit 1
fi

# Safety check for PDO ABI version change
vpdo=`sed -n '/#define PDO_DRIVER_API/{s/.*[	]//;p}' ext/pdo/php_pdo_driver.h`
if test "x${vpdo}" != "x%{pdover}"; then
   : Error: Upstream PDO ABI version is now ${vpdo}, expecting %{pdover}.
   : Update the pdover macro and rebuild.
   exit 1
fi

%if %{with libmagic}
if ! [ -f %{_datadir}/misc/magic.mgc ]; then
    echo "ERROR: the %{_datadir}/misc/magic.mgc file is needed"
    exit 1
fi
%endif

# the ".droplet" suffix is here to nuke the backups later..., we don't want those in php-devel

%patch0 -p0 -b .init.droplet
%patch1 -p1 -b .shared.droplet
%patch3 -p0 -b .libtool.droplet
%patch4 -p1 -b .phpize.droplet
%patch5 -p1 -b .phpbuilddir.droplet
%patch6 -p1 -b .apache2-filters.droplet
%patch7 -p1 -b .no_libedit.droplet
%patch8 -p0 -b .xmlrpc_epi_header
%patch9 -p0 -b .xmlrpc_no_rpath.droplet
#patch10 -p1 -b .ft252~
#patch11 -p0 -b .bdb-5.2.droplet
%patch12 -p1 -b .db60~

#####################################################################
# Stolen from PLD
%patch20 -p1 -b .mail.droplet
%patch21 -p0 -b .filter-shared.droplet
%patch22 -p0 -b .dba-link.droplet
%patch23 -p0 -b .zlib-for-getimagesize.droplet
%patch26 -p0 -b .mcrypt-libs.droplet
# for kolab2
%patch27 -p1 -b .imap-annotation.droplet
%patch28 -p1 -b .imap-myrights.droplet
# fpm stuff
%patch29 -p1 -b .shared-fpm.droplet
%patch30 -p1 -b .fpmmdv.droplet

#####################################################################
# stolen from debian
%patch50 -p1 -b .session.save_path.droplet
%patch51 -p0 -b .exif_nesting_level.droplet

#####################################################################
# Stolen from fedora
%patch101 -p1 -b .cxx.droplet
%patch102 -p0 -b .install.droplet
%patch105 -p1 -b .umask.droplet
%patch106 -p1 -b .embed
%patch113 -p1 -b .libc-client-php.droplet
%patch114 -p0 -b .no_pam_in_c-client.droplet
%patch115 -p0 -b .dlopen.droplet

# upstream fixes
%patch120 -p1 -b .tests-wddx.droplet
%patch121 -p0 -b .bug43221.droplet
%patch123 -p0 -b .bug43589.droplet
%patch226 -p0 -b .no-fvisibility_hidden.droplet
%patch227 -p0 -b .enchant_lib64_fix.droplet
%patch228 -p0 -b .xmlrpc-epi_fix.droplet

cp %{SOURCE1} php-test.ini
cp %{SOURCE2} maxlifetime
cp %{SOURCE3} php.crond
cp %{SOURCE4} php-fpm.service
cp %{SOURCE5} php-fpm.sysconf
cp %{SOURCE6} php-fpm.logrotate
cp %{SOURCE7} create_data_file.php

# lib64 hack
perl -p -i -e "s|/usr/lib|%{_libdir}|" php.crond

# nuke bogus checks becuase i fixed this years ago in our recode package
rm -f ext/recode/config9.m4

# Change perms otherwise rpm would get fooled while finding requires
find -name "*.inc" | xargs chmod 644
find -name "*.php*" | xargs chmod 644
find -name "*README*" | xargs chmod 644

mkdir -p php-devel/extensions
mkdir -p php-devel/sapi

# Install test files in php-devel
cp -a tests php-devel

cp -dpR ext/* php-devel/extensions/
rm -f php-devel/extensions/informix/stub.c
rm -f php-devel/extensions/standard/.deps
rm -f php-devel/extensions/skeleton/EXPERIMENTAL

# SAPI
cp -dpR sapi/* php-devel/sapi/ 
rm -f php-devel/sapi/thttpd/stub.c
rm -f php-devel/sapi/cgi/php.sym
rm -f php-devel/sapi/fastcgi/php.sym
rm -f php-devel/sapi/pi3web/php.sym

# cleanup
find php-devel -name "*.droplet" | xargs rm -f

# don't ship MS Windows source
rm -rf php-devel/extensions/com_dotnet

# likewise with these:
find php-devel -name "*.dsp" | xargs rm -f
find php-devel -name "*.mak" | xargs rm -f
find php-devel -name "*.w32" | xargs rm

# maek sure using system libs
rm -rf ext/pcre/pcrelib
rm -rf ext/pdo_sqlite/sqlite
rm -rf ext/xmlrpc/libxmlrpc

%build
%serverbuild_hardened

# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`

#export CFLAGS="`echo ${CFLAGS} | sed s/O2/O0/` -fPIC -L%{_libdir} -fno-strict-aliasing"
export CFLAGS="${CFLAGS} -fPIC -L%{_libdir} -fno-strict-aliasing"
export CXXFLAGS="${CFLAGS}"
export RPM_OPT_FLAGS="${CFLAGS}"

cat > php-devel/buildext <<EOF
#!/bin/bash
gcc -Wall -fPIC -shared $CFLAGS \\
    -I. \`%{_bindir}/php-config --includes\` \\
    -I%{_includedir}/libxml2 \\
    -I%{_includedir}/freetype \\
    -I%{_includedir}/openssl \\
    -I%{_usrsrc}/php-devel/ext \\
    -I%{_includedir}/\$1 \\
    \$4 \$2 -o \$1.so \$3 -lc
EOF

chmod 755 php-devel/buildext

#export PHP_AUTOCONF=autoconf-2.13
rm -f configure
rm -rf autom4te.cache
./buildconf --force

# Do this patch with a perl hack...
perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh

export oldstyleextdir=yes
export EXTENSION_DIR="%{_libdir}/php/extensions"
export PROG_SENDMAIL="%{_sbindir}/sendmail"
export GD_SHARED_LIBADD="$GD_SHARED_LIBADD -lm"
SAFE_LDFLAGS=`echo %{ldflags}|sed -e 's|-Wl,--no-undefined||g'`
export LDFLAGS="$SAFE_LDFLAGS"

# never use "--disable-rpath", it does the opposite

# Configure php5
# FIXME switch to external gd (--with-gd=shared,%_prefix) once php bug #60108 is fixed
for i in fpm cgi cli embedded apxs; do
./configure \
	`[ $i = fpm ] && echo --disable-cli --enable-fpm --with-libxml-dir=%{_prefix} --with-fpm-user=apache --with-fpm-group=apache` \
	`[ $i = cgi ] && echo --disable-cli` \
	`[ $i = cli ] && echo --disable-cgi --enable-cli` \
	`[ $i = embedded ] && echo --disable-cgi --disable-cli --enable-embed` \
	`[ $i = apxs ] && echo --with-apxs2=%{_bindir}/apxs` \
	--bindir=%{_bindir} \
	--build=%{_build} \
	--datadir=%{_datadir} \
	--exec-prefix=%{_prefix} \
	--includedir=%{_includedir} \
	--libdir=%{_libdir} \
	--libexecdir=%{_libexecdir} \
	--localstatedir=/var/lib \
	--mandir=%{_mandir} \
	--prefix=%{_prefix} \
	--sbindir=%{_sbindir} \
	--sysconfdir=%{_sysconfdir} \
	--disable-debug  \
	--enable-bcmath=shared \
	--enable-calendar=shared \
	--enable-ctype=shared \
	--enable-dba=shared \
	--enable-dom=shared,%{_prefix} \
	--enable-exif=shared \
	--enable-fileinfo=shared \
	--enable-filter=shared \
	--enable-ftp=shared \
	--enable-gd-native-ttf \
	--enable-hash=shared,%{_prefix} \
	--enable-inline-optimization \
	--enable-intl=shared \
	--enable-json=shared \
	--enable-libxml=%{_prefix} \
	--enable-mbregex \
	--enable-mbstring=shared,%{_prefix} \
	--enable-mod_charset \
	--enable-mysqlnd=shared,%{_prefix} \
	--enable-pcntl=shared \
	--enable-pdo=shared,%{_prefix} \
	--enable-phar=shared \
	--enable-posix=shared \
	--enable-session=shared,%{_prefix} \
	--enable-shared=yes \
	--enable-shmop=shared,%{_prefix} \
	--enable-simplexml \
	--enable-soap=shared,%{_prefix} \
	--enable-sockets=shared,%{_prefix} \
	--enable-static=no \
	--enable-sysvmsg=shared,%{_prefix} \
	--enable-sysvsem=shared,%{_prefix} \
	--enable-sysvshm=shared,%{_prefix} \
	--enable-tokenizer=shared,%{_prefix} \
	--enable-wddx=shared \
	--enable-xml=shared,%{_prefix} \
	--enable-xmlreader=shared,%{_prefix} \
	--enable-xmlwriter=shared,%{_prefix} \
	--enable-zip=shared \
	--with-bz2=shared,%{_prefix} \
	--with-cdb  \
	--with-curl=shared,%{_prefix} \
	--with-config-file-path=%{_sysconfdir} \
	--with-config-file-scan-dir=%{_sysconfdir}/php.d \
	--with-db4 \
	--with-enchant=shared,%{_prefix} \
	--with-freetype-dir=%{_prefix} \
	--with-gd=shared \
	--with-gdbm \
	--with-gettext=shared,%{_prefix} \
	--with-gmp=shared,%{_prefix} \
	--with-iconv=shared \
	--with-icu-dir=%{_prefix} \
	--with-imap=shared,%{_prefix} \
	--with-imap-ssl=%{_prefix} \
	--with-jpeg-dir=%{_prefix} \
	--with-ldap=shared,%{_prefix} \
	--with-ldap-sasl=%{_prefix} \
	--with-libdir=%{_lib} \
	--with-libmbfl=%{_prefix} \
	--with-libxml-dir=%{_prefix} \
	--with-libzip=%{_prefix} \
	--with-mcrypt=shared,%{_prefix} \
	--with-mssql=shared,%{_prefix} \
	--with-mysql=shared,%{_prefix} \
	--with-mysql-sock=/run/mysqld/mysql.sock \
	--with-mysqli=shared,%{_bindir}/mysql_config \
	--with-onig=%{_prefix} \
	--with-openssl=shared,%{_prefix} \
	--with-openssl-dir=%{_prefix} \
	--with-pcre-dir=%{_prefix} \
	--with-pcre-regex=%{_prefix} \
	--with-pdo-dblib=shared,%{_prefix} \
	--with-pdo-mysql=shared,%{_prefix} \
	--with-pdo-odbc=unixODBC \
	--with-pdo-odbc=shared,unixODBC,%{_prefix} \
	--with-pdo-pgsql=shared,%{_prefix} \
	--with-pdo-sqlite=shared,%{_prefix} \
	--with-pgsql=shared,%{_prefix} \
	--with-png-dir=%{_prefix} \
	--with-pspell=shared,%{_prefix} \
	--with-readline=shared,%{_prefix} \
	--with-recode=shared,%{_prefix} \
	--with-regex=system \
	--with-snmp=shared,%{_prefix} \
	--with-sqlite3=shared,%{_prefix} \
	--with-sybase-ct=shared,%{_prefix} \
	--with-t1lib=%{_prefix} \
	--with-tidy=shared,%{_prefix} \
	--with-unixODBC=shared,%{_prefix} \
	--with-xmlrpc=shared,%{_prefix} \
	--with-xpm-dir=%{_prefix}/X11R6 \
	--with-xsl=shared,%{_prefix} \
	--with-zlib=%{_prefix} \
	--with-zlib=shared,%{_prefix} \
	--with-zlib-dir=%{_prefix} \
	--without-pear

cp -f Makefile Makefile.$i

# left for debugging purposes
cp -f main/php_config.h php_config.h.$i

# when all else failed...
perl -pi -e "s|-prefer-non-pic -static||g" Makefile.$i

done

# remove all confusion...
perl -pi -e "s|^#define CONFIGURE_COMMAND .*|#define CONFIGURE_COMMAND \"This is irrelevant, look inside the %{_docdir}/php-doc/configure_command file. urpmi is your friend, use it to install extensions not shown below.\"|g" main/build-defs.h
cp config.nice configure_command; chmod 644 configure_command

%make

%if %{with libmagic}
# keep in sync with latest system magic, the next best thing when system libmagic can't be used...
sapi/cli/php create_data_file.php %{_datadir}/misc/magic.mgc > ext/fileinfo/data_file.c
rm -rf ext/fileinfo/.libs ext/fileinfo/*.lo ext/fileinfo/*.la modules/fileinfo.so modules/fileinfo.la
cp -p ext/fileinfo/data_file.c php-devel/extensions/fileinfo/data_file.c
%make
%endif

# make php-embedded
cp -af php_config.h.embedded main/php_config.h
make -f Makefile.embedded
cp -af php_config.h.apxs main/php_config.h

# make php-cgi
cp -af php_config.h.cgi main/php_config.h
make -f Makefile.cgi sapi/cgi/php-cgi
cp -af php_config.h.apxs main/php_config.h

# make php-fpm
cp -af php_config.h.fpm main/php_config.h
make -f Makefile.fpm sapi/fpm/php-fpm
cp -af php_config.h.apxs main/php_config.h

# make apache-mod_php
mkdir mod_php
cd mod_php
cp -dpR ../php-devel/sapi/apache2handler/* .
cp ../main/internal_functions.c .
cp ../ext/date/lib/timelib_config.h .
sed -i -e 's,php5_module,php_module,g' *
mv mod_php5.c mod_php.c
find . -type f |xargs dos2unix
apxs \
	`apr-1-config --link-ld --libs` \
	`xml2-config --cflags` \
	-I. -I.. -I../main -I../Zend -I../TSRM \
	-L../libs -lphp5_common \
	-c mod_php.c sapi_apache2.c apache_config.c \
	php_functions.c internal_functions.c

%install
install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_usrsrc}/php-devel
install -d %{buildroot}%{_mandir}/man1
install -d %{buildroot}%{_sysconfdir}/cron.d
install -d %{buildroot}/var/lib/php

make -f Makefile.embedded install \
	INSTALL_ROOT=%{buildroot} \
	INSTALL_IT="\$(LIBTOOL) --mode=install install libphp5_common.la libphp5.la %{buildroot}%{_libdir}/"

make -f Makefile.apxs install \
	INSTALL_ROOT=%{buildroot} \
	INSTALL_IT="\$(LIBTOOL) --mode=install install libphp5_common.la %{buildroot}%{_libdir}/"

# borked autopoo
rm -f %{buildroot}%{_bindir}/php %{buildroot}%{_bindir}/php-cgi
./libtool --silent --mode=install install sapi/cli/php %{buildroot}%{_bindir}/php
./libtool --silent --mode=install install sapi/cgi/php-cgi %{buildroot}%{_bindir}/php-cgi

# compat php-fcgi symink
ln -s php-cgi %{buildroot}%{_bindir}/php-fcgi

cp -dpR php-devel/* %{buildroot}%{_usrsrc}/php-devel/
install -m0644 run-tests*.php %{buildroot}%{_usrsrc}/php-devel/
install -m0644 main/internal_functions.c %{buildroot}%{_usrsrc}/php-devel/

install -m0644 sapi/cli/php.1 %{buildroot}%{_mandir}/man1/
install -m0644 scripts/man1/phpize.1 %{buildroot}%{_mandir}/man1/
install -m0644 scripts/man1/php-config.1 %{buildroot}%{_mandir}/man1/

# fpm
install -d %{buildroot}%{_unitdir}
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/php-fpm.d
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}/var/lib/php-fpm
install -d %{buildroot}/var/log/php-fpm
install -d %{buildroot}/run/php-fpm
install -D -p -m 0644 %{SOURCE9} %{buildroot}%{_tmpfilesdir}/php-fpm.conf
# a small bug here...
echo "; place your config here" > %{buildroot}%{_sysconfdir}/php-fpm.d/default.conf

./libtool --silent --mode=install install sapi/fpm/php-fpm %{buildroot}%{_sbindir}/php-fpm
install -m0644 sapi/fpm/php-fpm.8 %{buildroot}%{_mandir}/man8/
install -m0644 sapi/fpm/php-fpm.conf %{buildroot}%{_sysconfdir}/
install -m0644 php-fpm.service %{buildroot}/lib/systemd/system/
install -m0644 php-fpm.sysconf %{buildroot}%{_sysconfdir}/sysconfig/php-fpm
install -m0644 php-fpm.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/php-fpm

perl -pi -e "s|^pid.*|pid = /run/php-fpm/php-fpm.pid|g" %{buildroot}%{_sysconfdir}/php-fpm.conf

ln -snf extensions %{buildroot}%{_usrsrc}/php-devel/ext

# extensions
echo "extension = openssl.so"		> %{buildroot}%{_sysconfdir}/php.d/21_openssl.ini
echo "extension = zlib.so"		> %{buildroot}%{_sysconfdir}/php.d/21_zlib.ini
echo "extension = bcmath.so"		> %{buildroot}%{_sysconfdir}/php.d/66_bcmath.ini
echo "extension = bz2.so"		> %{buildroot}%{_sysconfdir}/php.d/10_bz2.ini
echo "extension = calendar.so"		> %{buildroot}%{_sysconfdir}/php.d/11_calendar.ini
echo "extension = ctype.so"		> %{buildroot}%{_sysconfdir}/php.d/12_ctype.ini
echo "extension = curl.so"		> %{buildroot}%{_sysconfdir}/php.d/13_curl.ini
echo "extension = dba.so"		> %{buildroot}%{_sysconfdir}/php.d/14_dba.ini
echo "extension = dom.so"		> %{buildroot}%{_sysconfdir}/php.d/18_dom.ini
echo "extension = exif.so"		> %{buildroot}%{_sysconfdir}/php.d/19_exif.ini
echo "extension = filter.so"		> %{buildroot}%{_sysconfdir}/php.d/81_filter.ini
echo "extension = ftp.so"		> %{buildroot}%{_sysconfdir}/php.d/22_ftp.ini
echo "extension = gd.so"		> %{buildroot}%{_sysconfdir}/php.d/23_gd.ini
echo "extension = gettext.so"		> %{buildroot}%{_sysconfdir}/php.d/24_gettext.ini
echo "extension = gmp.so"		> %{buildroot}%{_sysconfdir}/php.d/25_gmp.ini
echo "extension = hash.so"		> %{buildroot}%{_sysconfdir}/php.d/54_hash.ini
echo "extension = iconv.so"		> %{buildroot}%{_sysconfdir}/php.d/26_iconv.ini
echo "extension = imap.so"		> %{buildroot}%{_sysconfdir}/php.d/27_imap.ini
echo "extension = intl.so"		> %{buildroot}%{_sysconfdir}/php.d/27_intl.ini
echo "extension = ldap.so"		> %{buildroot}%{_sysconfdir}/php.d/28_ldap.ini
echo "extension = mbstring.so"		> %{buildroot}%{_sysconfdir}/php.d/29_mbstring.ini
echo "extension = mcrypt.so"		> %{buildroot}%{_sysconfdir}/php.d/30_mcrypt.ini
echo "extension = fileinfo.so"		> %{buildroot}%{_sysconfdir}/php.d/32_fileinfo.ini
echo "extension = mssql.so"		> %{buildroot}%{_sysconfdir}/php.d/35_mssql.ini
echo "extension = mysql.so"		> %{buildroot}%{_sysconfdir}/php.d/36_mysql.ini
echo "extension = mysqli.so"		> %{buildroot}%{_sysconfdir}/php.d/37_mysqli.ini
echo "extension = enchant.so"		> %{buildroot}%{_sysconfdir}/php.d/38_enchant.ini
echo "extension = odbc.so"		> %{buildroot}%{_sysconfdir}/php.d/39_odbc.ini
echo "extension = pcntl.so"		> %{buildroot}%{_sysconfdir}/php.d/40_pcntl.ini
echo "extension = pdo.so"		> %{buildroot}%{_sysconfdir}/php.d/70_pdo.ini
echo "extension = pdo_dblib.so"		> %{buildroot}%{_sysconfdir}/php.d/71_pdo_dblib.ini
echo "extension = pdo_mysql.so"		> %{buildroot}%{_sysconfdir}/php.d/73_pdo_mysql.ini
echo "extension = pdo_odbc.so"		> %{buildroot}%{_sysconfdir}/php.d/75_pdo_odbc.ini
echo "extension = pdo_pgsql.so"		> %{buildroot}%{_sysconfdir}/php.d/76_pdo_pgsql.ini
echo "extension = pdo_sqlite.so"	> %{buildroot}%{_sysconfdir}/php.d/77_pdo_sqlite.ini
echo "extension = mysqlnd.so"		> %{buildroot}%{_sysconfdir}/php.d/78_mysqlnd.ini
echo "extension = pgsql.so"		> %{buildroot}%{_sysconfdir}/php.d/42_pgsql.ini
echo "extension = posix.so"		> %{buildroot}%{_sysconfdir}/php.d/43_posix.ini
echo "extension = pspell.so"		> %{buildroot}%{_sysconfdir}/php.d/44_pspell.ini
echo "extension = readline.so"		> %{buildroot}%{_sysconfdir}/php.d/45_readline.ini
echo "extension = recode.so"		> %{buildroot}%{_sysconfdir}/php.d/46_recode.ini
echo "extension = session.so"		> %{buildroot}%{_sysconfdir}/php.d/47_session.ini
echo "extension = shmop.so"		> %{buildroot}%{_sysconfdir}/php.d/48_shmop.ini
echo "extension = snmp.so"		> %{buildroot}%{_sysconfdir}/php.d/50_snmp.ini
echo "extension = soap.so"		> %{buildroot}%{_sysconfdir}/php.d/51_soap.ini
echo "extension = sockets.so"		> %{buildroot}%{_sysconfdir}/php.d/52_sockets.ini
echo "extension = sqlite3.so"		> %{buildroot}%{_sysconfdir}/php.d/78_sqlite3.ini
echo "extension = sybase_ct.so"		> %{buildroot}%{_sysconfdir}/php.d/46_sybase_ct.ini
echo "extension = sysvmsg.so"		> %{buildroot}%{_sysconfdir}/php.d/56_sysvmsg.ini
echo "extension = sysvsem.so"		> %{buildroot}%{_sysconfdir}/php.d/57_sysvsem.ini
echo "extension = sysvshm.so"		> %{buildroot}%{_sysconfdir}/php.d/58_sysvshm.ini
echo "extension = tidy.so"		> %{buildroot}%{_sysconfdir}/php.d/59_tidy.ini
echo "extension = tokenizer.so"		> %{buildroot}%{_sysconfdir}/php.d/60_tokenizer.ini
echo "extension = xml.so"		> %{buildroot}%{_sysconfdir}/php.d/62_xml.ini
echo "extension = xmlreader.so"		> %{buildroot}%{_sysconfdir}/php.d/63_xmlreader.ini
echo "extension = xmlrpc.so"		> %{buildroot}%{_sysconfdir}/php.d/62_xmlrpc.ini
echo "extension = xmlwriter.so"		> %{buildroot}%{_sysconfdir}/php.d/64_xmlwriter.ini
echo "extension = xsl.so"		> %{buildroot}%{_sysconfdir}/php.d/63_xsl.ini
echo "extension = wddx.so"		> %{buildroot}%{_sysconfdir}/php.d/63_wddx.ini
echo "extension = json.so"		> %{buildroot}%{_sysconfdir}/php.d/82_json.ini
echo "extension = zip.so"		> %{buildroot}%{_sysconfdir}/php.d/83_zip.ini
echo "extension = phar.so"		> %{buildroot}%{_sysconfdir}/php.d/84_phar.ini
cat >%{buildroot}%{_sysconfdir}/php.d/85_opcache.ini <<"EOF"
zend_extension = %{_libdir}/php/extensions/opcache.so
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1
EOF

install -m0755 maxlifetime %{buildroot}%{_libdir}/php/maxlifetime
install -m0644 php.crond %{buildroot}%{_sysconfdir}/cron.d/php

# mod_php
install -d %{buildroot}%{_libdir}/apache
install -d %{buildroot}%{_sysconfdir}/httpd/modules.d
install -m 755 mod_php/.libs/*.so %{buildroot}%{_libdir}/apache/

cat > %{buildroot}%{_sysconfdir}/httpd/modules.d/170_mod_php.conf << EOF
LoadModule php_module %{_libdir}/apache/mod_php.so

AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php-source .phps

DirectoryIndex index.php index.phtml
EOF

# fix docs
cp Zend/LICENSE Zend/ZEND_LICENSE
cp README.SELF-CONTAINED-EXTENSIONS SELF-CONTAINED-EXTENSIONS
cp ext/openssl/README README.openssl
cp ext/spl/README README.spl
cp ext/libxml/CREDITS CREDITS.libxml
cp ext/zlib/CREDITS CREDITS.zlib

# cgi docs
cp sapi/cgi/CREDITS CREDITS.cgi
cp sapi/cgi/README.FastCGI README.fcgi

# cli docs
cp sapi/cli/CREDITS CREDITS.cli
cp sapi/cli/README README.cli
cp sapi/cli/TODO TODO.cli

# phar fixes
if [ -L %{buildroot}%{_bindir}/phar ]; then
    rm -f %{buildroot}%{_bindir}/phar
    mv %{buildroot}%{_bindir}/phar.phar %{buildroot}%{_bindir}/phar
fi

# inis
install -d -m 755 %{buildroot}%{_sysconfdir}/php.d
install -d -m 755 %{buildroot}%{_libdir}/php/extensions
install -d -m 755 %{buildroot}%{_datadir}/php

sed -e 's,/usr/lib,%{_libdir},g' %{SOURCE10} >%{buildroot}%{_sysconfdir}/php.ini
cp %{buildroot}%{_sysconfdir}/php.ini %{buildroot}%{_sysconfdir}/php-cgi-fcgi.ini

# house cleaning
rm -f %{buildroot}%{_bindir}/pear
rm -f %{buildroot}%{_libdir}/*.*a

# don't pack useless stuff
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/bcmath
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/bz2
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/calendar
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/ctype
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/curl
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/dba
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/dom
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/enchant
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/ereg
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/exif
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/fileinfo
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/filter
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/ftp
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/gettext
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/gmp
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/hash
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/iconv
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/imap
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/intl
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/json
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/ldap
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/libxml
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/mbstring
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/mcrypt
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/mssql
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/mysql
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/mysqli
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/mysqlnd
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/odbc
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/openssl
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pcntl
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pcre
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pdo
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pdo_dblib
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pdo_mysql
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pdo_odbc
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pdo_pgsql
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pdo_sqlite
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pgsql
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/phar
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/posix
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/pspell
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/readline
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/recode
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/shmop
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/snmp
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/soap
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/sockets
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/spl
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/sqlite
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/sqlite3
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/standard
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/sybase_ct
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/sysvmsg
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/sysvsem
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/sysvshm
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/tidy
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/tokenizer
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/wddx
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/xml
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/xmlreader
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/xmlrpc
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/xmlwriter
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/xsl
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/zip
rm -rf %{buildroot}%{_usrsrc}/php-devel/extensions/zlib

# php-devel.i586: E: zero-length /usr/src/php-devel/extensions/pdo_firebird/EXPERIMENTAL
find %{buildroot}%{_usrsrc}/php-devel -type f -size 0 -exec rm -f {} \;

%multiarch_includes %{buildroot}%{_includedir}/php/main/build-defs.h

%multiarch_includes %{buildroot}%{_includedir}/php/main/php_config.h

mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d/

# Install the macros file:
sed -e "s/@PHP_APIVER@/%{apiver}/" \
    -e "s/@PHP_ZENDVER@/%{zendver}/g" \
    -e "s/@PHP_PDOVER@/%{pdover}/" \
    -e "s/@PHP_VERSION@/%{version}/" \
    < %{SOURCE11} > macros.php
install -m 644 -D macros.php %{buildroot}%{_sysconfdir}/rpm/macros.d/php.macros

%if %{with tests}
# do a make test
export NO_INTERACTION=1
export PHPRC="."
export REPORT_EXIT_STATUS=2
export TEST_PHP_DETAILED=0
export TEST_PHP_ERROR_STYLE=EMACS
export TEST_PHP_LOG_FORMAT=LEODC
export PHP_INI_SCAN_DIR=/dev/null

# FAILING TESTS:
# unknown errors with ext/date/tests/oo_002.phpt probably because of php-5.2.5-systzdata.patch
# http://bugs.php.net/bug.php?id=22414 (claimed to be fixed in 2003, but seems not)
# unknown errors with ext/standard/tests/general_functions/phpinfo.phpt
# unknown errors with ext/standard/tests/strings/setlocale_*
disable_tests="ext/date/tests/oo_002.phpt \
ext/standard/tests/file/bug22414.phpt \
ext/standard/tests/general_functions/phpinfo.phpt \
ext/standard/tests/strings/setlocale_basic1.phpt \
ext/standard/tests/strings/setlocale_basic2.phpt \
ext/standard/tests/strings/setlocale_basic3.phpt \
ext/standard/tests/strings/setlocale_variation1.phpt \
ext/standard/tests/strings/setlocale_variation3.phpt \
ext/standard/tests/strings/setlocale_variation4.phpt \
ext/standard/tests/strings/setlocale_variation5.phpt"

[[ -n "$disable_tests" ]] && \
for f in $disable_tests; do
  [[ -f "$f" ]] && mv $f $f.disabled
done

TEST_PHP_EXECUTABLE=sapi/cli/php sapi/cli/php -c ./php-test.ini run-tests.php
%endif

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23707 |14mu|php-pear-Net_FTP-1.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		_class		Net
%define		_subclass	FTP
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.4.0
Release:	1
Summary:	Comfortable communication with FTP-servers
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/Net_FTP/
Source0:	http://download.pear.php.net/package/Net_FTP-%{version}.tgz
Requires:	php-ftp
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildArch:	noarch
BuildRequires:	php-pear

%description
This class allows you to communicate with FTP-servers more comfortable
that the ftp-functions of PHP. Especially you can up- and download
recursively.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

%install

cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/tests
rm -rf %{buildroot}%{_datadir}/pear/data/%{upstream_name}/CHANGELOG

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%clean


%files
%doc %{upstream_name}-%{version}/example
%doc %{upstream_name}-%{version}/CHANGELOG
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/data/%{upstream_name}/README

%changelog

* Thu Jan 14 2016 dsilakov <denis.silakov@rosalab.ru> 1.4.0-1
- (c91f4cd) Merge pull request #1 from import/php-pear-Net_FTP:auto_update
- (c91f4cd) Updated to 1.4.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23708 |14mu|php-ssh2-0.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname ssh2
%define soname %{modname}.so
%define inifile A36_%{modname}.ini

Summary:	PHP bindings for the libssh2 library
Name:		php-%{modname}
Version:	0.13
Release:	1
Group:		Development/PHP
License:	PHP License
URL:		http://pecl.php.net/package/ssh2
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
# svn checkout http://svn.php.net/repository/pecl/ssh2/trunk ssh2
Patch0:		php-ssh2-lib64.diff
BuildRequires:	php-devel >= 3:5.2.0
BuildRequires:	openssl-devel
BuildRequires:	zlib-devel
BuildRequires:	pkgconfig(libssh2) >= 0.15
Epoch:		1
Requires:	php(zend-abi) = %{php_zend_api}

%description
Provides bindings to the libssh2 library which provide access to resources
(shell, remote exec, tunneling, file transfer) on a remote machine using a
secure cryptographic transport.

%prep

%setup -q -n ssh2-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

%patch0 -p1

%build
%serverbuild

phpize
%configure2_5x --with-libdir=%{_lib} \
    --with-%{modname}=shared,%{_prefix}

make
mv modules/*.so .

%install

install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/

cat > %{buildroot}%{_sysconfdir}/php.d/%{inifile} << EOF
extension = %{soname}
EOF

%files
%doc package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Sun Feb 19 2017 Denis Silakov <denis.silakov@rosalab.ru> 1:0.13-1
- (c08b07b) Merge branch 'rosa2016.1' of https://abf.rosalinux.ru/import/php-ssh2 into rosa2016.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23709 |14mu|php-suhosin-0.9.38-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname suhosin
%define soname %{modname}.so
%define inifile Z98_%{modname}.ini

Summary:	Suhosin extension module for PHP
Name:		php-%{modname}
Version:	0.9.38
Epoch:		1
Release:	7
Group:		Development/PHP
License:	PHP License
Url:		http://www.hardened-php.net/suhosin/
Source0:	http://download.suhosin.org/%{modname}-%{version}.tar.gz
Source1:	http://download.suhosin.org/%{modname}-%{version}.tar.gz.sig
BuildRequires:	php-devel >= 3:5.2.0

%description
Suhosin is an advanced protection system for PHP installations. It was designed
to protect servers and users from known and unknown flaws in PHP applications
and the PHP core. Suhosin is binary compatible to normal PHP installation,
which means it is compatible to 3rd party binary extension like ZendOptimizer.

%prep
%setup -qn suhosin-%{version}
%apply_patches

%build
%serverbuild

phpize
%configure2_5x \
	--with-libdir=%{_lib} \
        --enable-suhosin \
        --enable-shared

%make
mv modules/*.so %{modname}.so

%check
make test <<EOF
n
EOF

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 suhosin.ini %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%files 
%doc CREDITS tests Changelog
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}


%changelog

* Fri May 13 2016 Denis Silakov <dsilakov@gmail.com> 1:0.9.38-7
- (ef71928) Updated to 0.9.38



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23710 |14mu|php-timezonedb-2017.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname timezonedb
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A60_%{modname}.ini

Summary:	Timezone Database to be used with PHP's date and time functions
Name:		php-%{modname}
Epoch:		3
Version:	2017.3
Release:	1
Group:		Development/PHP
License:	PHP License
Url:		http://pecl.php.net/package/timezonedb/
Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
Source1:	A60_timezonedb.ini
BuildRequires:	file
BuildRequires:	php-devel >= 3:5.5.0
Requires:	php(zend-abi) = %{php_zend_api}

%description
This extension is a drop-in replacement for the builtin timezone database that
comes with PHP. You should only install this extension in case you need to get
a later version of the timezone database than the one that ships with PHP.

The data that this extension uses comes from the "Olson" database, which is
located at ftp://elsie.nci.nih.gov/pub/.

%files
%doc CREDITS package*.xml
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

#-----------------------------------------------------------------

%prep
%setup -qn %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

# fix permissions
find . -type f | xargs chmod 644

# strip away annoying ^M
find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//'
find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//'

%build
%serverbuild

phpize
%configure2_5x \
	--with-libdir=%{_lib} \
	--with-%{modname}=shared,%{_prefix}
%make

mv modules/*.so .

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d

install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23711 |14mu|php-xdebug-2.5.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname xdebug
%define dirname %{modname}
%define soname %{modname}.so
%define inifile A29_%{modname}.ini

Summary:	Provides functions for function traces and profiling for PHP5
Name:		php-%{modname}
Epoch:		2
Version:	2.5.0
Release:	2
Group:		Development/PHP
License:	BSD-like
Url:		http://www.xdebug.org/
Source0:	http://www.xdebug.org/files/%{modname}-%{version}.tgz
Source1:	%{modname}.ini
BuildRequires:	php-devel >= 3:5.2.0
Requires:	gdb
Requires:	php(zend-abi) = %{php_zend_api}

%description
The Xdebug extension helps you debugging your script by providing a lot of
valuable debug information.  The debug information that Xdebug can provide
includes the following: 

* stack and function traces in error messages with: 
  o full parameter display for user defined functions
  o function name, file name and line indications
  o support for member functions
* memory allocation
* protection for infinite recursions

Xdebug also provides: 

* profiling information for PHP scripts
* script execution analysis
* capabilities to debug your scripts interactively with a debug client

%prep

%setup -q -n %{modname}-%{version}
[ "../package*.xml" != "/" ] && mv ../package*.xml .

cp %{SOURCE1} %{inifile}

# lib64 fix
perl -pi -e "s|/usr/lib|%{_libdir}|g" %{inifile}

%build
%serverbuild

phpize
%configure2_5x \
	--enable-%{modname}=shared,%{_prefix}

%make
mv modules/*.so .

# make the debugclient
pushd debugclient
#sh ./buildconf
#    %%configure2_5x
#	--with-libedit
#    %%make

#  the autostuff is borked...
touch config.h
gcc $CFLAGS %{ldflags} -o debugclient main.c usefulstuff.c -lnsl

popd

%install
install -d %{buildroot}%{_libdir}/php/extensions
install -d %{buildroot}%{_sysconfdir}/php.d
install -d %{buildroot}%{_bindir}

install -m0644 %{inifile} %{buildroot}%{_sysconfdir}/php.d/%{inifile}
install -m0755 %{soname} %{buildroot}%{_libdir}/php/extensions/
install -m0755 debugclient/debugclient %{buildroot}%{_bindir}/

%files 
%doc CREDITS LICENSE
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/php.d/%{inifile}
%attr(0755,root,root) %{_bindir}/debugclient
%attr(0755,root,root) %{_libdir}/php/extensions/%{soname}

%changelog

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:2.5.0-2
- (f52df7f) MassBuild#1230: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23712 |14mu|physfs-2.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A library to provide abstract access to various archives
Name:		physfs
Version:	2.0.3
Release:	4
License:	zlib
Group:		System/Libraries
Url:		http://www.icculus.org/physfs/
Source0:	http://www.icculus.org/physfs/downloads/%{name}-%{version}.tar.bz2
Patch0:		physfs-2.0.2-fix-build.patch
BuildRequires:	cmake
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(zlib)

%description
A library to provide abstract access to various archives. 
It is intended for use in video games.

The programmer defines a "write directory" on the physical filesystem. 
No file writing done through the PhysicsFS API can leave that write directory.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for physfs
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Conflicts:	%{_lib}physfs2 < 2.0.3-4
Obsoletes:	%{_lib}physfs2 < 2.0.3-4

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with physfs

%files -n %{libname}
%{_libdir}/libphysfs.so.%{major}
%{_libdir}/libphysfs.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use physfs
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(zlib)
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use physfs

%files -n %{devname}
%doc %{_docdir}%{name}/*.txt
%{_bindir}/*
%{_includedir}/*.h
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

# Ensure we use system zlib  
# don't use bundled lzma
rm -rf zlib123
rm -rf lzma

%build
%cmake -DPHYSFS_ARCHIVE_7Z=OFF
%make

%install
# fix 64 bits lib path 
%ifarch x86_64
cd build
sed -i -e 's,lib",lib64",g' cmake_install.cmake
cd ..
%endif

%makeinstall_std -C build


install -d %{buildroot}%{_docdir}%{name}
install *.txt %{buildroot}%{_docdir}%{name}/

rm -rf %{buildroot}%{_libdir}/*.a


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.3-4
- (d376550) Fix library package major
- (d376550) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23713 |14mu|picmi-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		picmi
Version:	4.14.3
Release:	1
Summary:	A nonogram logic game for KDE
Group:		Graphical desktop/KDE
License:	GPLv2
Url:		http://games.kde.org/game.php?game=picmi
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	libkdegames-devel

%description
Picmi is a number logic game in which cells in a grid have to be colored or
left blank according to numbers given at the side of the grid to reveal a
hidden picture.

%files
%{_kde_bindir}/picmi
%{_kde_applicationsdir}/picmi.desktop
%{_kde_appsdir}/picmi/
%{_kde_iconsdir}/hicolor/*/apps/picmi.*
%{_kde_docdir}/HTML/en/picmi

#------------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build



%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: b772925
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23714 |14mu|pidgin-2.12.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname purple %{major}
%define libclient %mklibname purple-client %{major}
%define libgnt %mklibname gnt %{major}
%define devname %mklibname purple -d

%bcond_with evolution
# (tpg) libgadu is now in main, pidgin's one is really old
# gw pidgin's internal libgadu was updated recently
# build against external version if possible, keep in mind older distros
# might have older libgadu
#gw configure check is used unless --with-* options are used:
%bcond_with libgadu
%bcond_without meanwhile
#gw http://developer.pidgin.im/ticket/11936#comment:1
%bcond_with mono
%bcond_without networkmanager
%bcond_without perl
%bcond_without silc
%bcond_without vv

Summary:	A GTK+ based multiprotocol instant messaging client
Name:		pidgin
Version:	2.12.0
Release:	2
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://www.pidgin.im/
Source0:	https://sourceforge.net/projects/pidgin/files/Pidgin/%{version}/%{name}-%{version}.tar.bz2
#gw from Fedora: generate one time passwords
Source2:	one_time_password.c
Patch0:		pidgin-2.7.0-smiley.patch
Patch1:		pidgin-2.12.0-desktop-name.patch
Patch2:		pidgin-2.12.0-tls1.3.patch
Patch3:		pidgin-2.4.2-set-jabber-as-module.patch
#gw fix build with mono 2.6.4 which does not have the nessessary glib dep
#in the pkgconfig file
#also add missing include
Patch6:		pidgin-2.7.0-mono-build.patch
#gw fix reading resolv.conf in NetworkManager integration
Patch111:	%{name}-2.8.0-reread-resolvconf.patch
Patch115:	%{name}-2.10.0-gg-search-by-uin.patch
Patch116:	%{name}-2.8.0-gg-disconnect.patch
Patch117:	pidgin-2.10.11-fix-perl-module-build.patch
# since libtool drops soname for unversioned modules now, we need to explicitly
# add soname to plugins that other plugins links against it
Patch118:	pidgin-2.10.2-explicitly-add-soname-to-liboscar-and-libjabber.patch

BuildRequires:	desktop-file-utils
BuildRequires:	doxygen
BuildRequires:	GConf2
BuildRequires:	graphviz
BuildRequires:	intltool
BuildRequires:	xsltproc
BuildRequires:	gettext-devel
%if %{with perl}
BuildRequires:	perl-devel
%endif
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(dbus-glib-1)
%if %{with evolution}
BuildRequires:	pkgconfig(evolution-data-server-1.2)
BuildRequires:	pkgconfig(libebook-1.2)
BuildRequires:	pkgconfig(libedata-book-1.2)
%endif
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtkspell-2.0) >= 2.0.2
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(krb5)
%if %{with libgadu}
BuildRequires:	pkgconfig(libgadu) >= 1.11.0
%endif
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libidn)
%if %{with networkmanager}
BuildRequires:	pkgconfig(libnm-util)
%endif
BuildRequires:	pkgconfig(libstartup-notification-1.0) >= 0.5
%if %{with meanwhile}
BuildRequires:	pkgconfig(meanwhile) >= 1.0.0
%endif
%if %{with mono}
BuildRequires:	pkgconfig(mono)
%endif
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(samplerate)
%if %{with silc}
BuildRequires:	pkgconfig(silc) >= 0.9.12
BuildRequires:	pkgconfig(silcclient) >= 0.9.12
%endif
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(tcl)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(x11)
%if %{with vv}
BuildRequires:	pkgconfig(farstream-0.2)
Suggests:	gstreamer1.0-farstream
%endif
Suggests:	pidgin-plugin-mrim

Requires:	%{name}-client >= %{EVRD}
Requires:	%{name}-i18n = %{EVRD}
Requires:	%{name}-plugins = %{EVRD}
Requires:	rootcerts
Requires:	xdg-utils

%description
Pidgin allows you to talk to anyone using a variety of messaging
protocols including AIM, MSN, Yahoo!, Jabber, Bonjour, Gadu-Gadu,
ICQ, IRC, Novell Groupwise, QQ, Lotus Sametime, SILC, Simple and
Zephyr.  These protocols are implemented using a modular, easy to
use design.  To use a protocol, just add an account using the
account editor.

Pidgin supports many common features of other clients, as well as many
unique features, such as perl scripting, TCL scripting and C plugins.

Pidgin is not affiliated with or endorsed by America Online, Inc.,
Microsoft Corporation, Yahoo! Inc., or ICQ Inc.

%files
%doc AUTHORS COPYRIGHT ChangeLog
%doc NEWS README doc/the_penguin.txt
%{_mandir}/man1/pidgin.*
%{_sysconfdir}/gconf/schemas/purple.schemas
%{_bindir}/%{name}
%dir %{_libdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/*
%{_datadir}/icons/*
%{_datadir}/sounds/purple
%{_libdir}/pidgin/cap.so
%{_libdir}/pidgin/convcolors.so
%{_libdir}/pidgin/extplacement.so
%{_libdir}/pidgin/gestures.so
%{_libdir}/pidgin/gtkbuddynote.so
%{_libdir}/pidgin/history.so
%{_libdir}/pidgin/iconaway.so
%{_libdir}/pidgin/markerline.so
%{_libdir}/pidgin/musicmessaging.so
%{_libdir}/pidgin/notify.so
%{_libdir}/pidgin/pidginrc.so
%{_libdir}/pidgin/relnot.so
%{_libdir}/pidgin/sendbutton.so
%{_libdir}/pidgin/spellchk.so
%{_libdir}/pidgin/themeedit.so
%{_libdir}/pidgin/ticker.so
%{_libdir}/pidgin/timestamp.so
%{_libdir}/pidgin/timestamp_format.so
%if %{with vv}
%{_libdir}/pidgin/vvconfig.so
%endif
%{_libdir}/pidgin/xmppconsole.so
%{_libdir}/pidgin/xmppdisco.so

#------------------------------------------------------------------

%package bonjour
Summary:	Bonjour plugin for Purple
Group:		Networking/Instant messaging
Requires:	%{name} >= %{EVRD}

%description bonjour
Bonjour plugin for purple.

%files bonjour
%{_libdir}/purple-2/libbonjour.so

#------------------------------------------------------------------

%package client
Summary:	Plugin and sample client to control purple clients
Group:		Networking/Instant messaging
Requires:	dbus-python

%description client
Applications and library to control purple clients remotely.

%files client
%{_bindir}/purple-remote
%{_bindir}/purple-send
%{_bindir}/purple-send-async
%{_bindir}/purple-client-example
%{_bindir}/purple-url-handler
%{_libdir}/purple-2/dbus-example.so

#------------------------------------------------------------------

%package -n finch
Summary:	A text-based user interface for Pidgin
Group:		Networking/Instant messaging
Requires:	%{name}-i18n >= %{EVRD}
Requires:	%{name}-plugins >= %{EVRD}
Requires:	%{name}-client >= %{EVRD}

%description -n finch
A text-based user interface for using libpurple. This can be run from a
standard text console or from a terminal within X Windows.  It
uses ncurses and our homegrown gnt library for drawing windows
and text.

%files -n finch
%doc %{_mandir}/man1/finch.*
%{_bindir}/finch
%{_libdir}/finch/
%{_libdir}/gnt/

#------------------------------------------------------------------

%if %{with evolution}
%package gevolution
Summary:	Pidgin extension, for Evolution integration
Group:		Networking/Instant messaging
Requires:	%{name} >= %{EVRD}

%description gevolution
This pidgin plugin allows you to have pidgin working together with evolution.

%files gevolution
%{_libdir}/%{name}/gevolution.so
%endif

#------------------------------------------------------------------

%package i18n
Summary:	Translation files for Pidgin/Finch
Group:		Networking/Instant messaging

%description i18n
This package contains translation files for Pidgin/Finch.

%files i18n -f %{name}.lang

#------------------------------------------------------------------

%if %{with meanwhile}
%package meanwhile
Summary:	Lotus Sametime Community Client plugin for Purple
Group:		Networking/Instant messaging
Requires:	%{name} >= %{version}-%{release}

%description meanwhile
Lotus Sametime Community Client plugin for purple.

%files meanwhile
%{_libdir}/purple-2/libsametime.so
%endif

#------------------------------------------------------------------

%if %{with mono}
%package mono
Summary:	Purple extension, to use Mono plugins
Group:		Networking/Instant messaging
Requires:	%{name} >= %{EVRD}

%description mono
Purple can use plugins developed with Mono.

%files mono
%{_libdir}/purple-2/mono.so
%{_libdir}/purple-2/*.dll
%endif

#------------------------------------------------------------------

%package plugins
Summary:	Pidgin plugins shared by the Purple and Finch
Group:		Networking/Instant messaging
Conflicts:	%{name} < 2.4.1-3

%description plugins
This contains the parts of Pidgin that are shared between the Purple and
Finch Instant Messengers.

%files plugins
%dir %{_libdir}/purple-2
%{_libdir}/purple-2/autoaccept.so
%{_libdir}/purple-2/buddynote.so
%{_libdir}/purple-2/idle.so
%{_libdir}/purple-2/joinpart.so
%{_libdir}/purple-2/libaim.so
%{_libdir}/purple-2/libgg.so
%{_libdir}/purple-2/libicq.so
%{_libdir}/purple-2/libirc.so
%{_libdir}/purple-2/libjabber.so
%{_libdir}/purple-2/libnovell.so
%{_libdir}/purple-2/liboscar.so
%{_libdir}/purple-2/libsimple.so
%{_libdir}/purple-2/libxmpp.so
%{_libdir}/purple-2/libzephyr.so
%{_libdir}/purple-2/log_reader.so
%{_libdir}/purple-2/newline.so
%{_libdir}/purple-2/nss-prefs.so
%{_libdir}/purple-2/offlinemsg.so
%{_libdir}/purple-2/one_time_password.so
%{_libdir}/purple-2/psychic.so
%{_libdir}/purple-2/ssl-gnutls.so
%{_libdir}/purple-2/ssl-nss.so
%{_libdir}/purple-2/ssl.so
%{_libdir}/purple-2/statenotify.so
%{_datadir}/appdata/%{name}.appdata.xml

#------------------------------------------------------------------

%if %{with perl}
%package perl
Summary:	Purple extension, to use perl scripting
Group:		Networking/Instant messaging
Requires:	%{name} >= %{EVRD}

%description perl
Purple can use perl script as plugin, this plugin enable them.

%files perl
%doc doc/PERL-HOWTO.dox
%dir %{_libdir}/%{name}/perl
%{_libdir}/%{name}/perl/Pidgin.pm
%dir %{_libdir}/%{name}/perl/auto
%dir %{_libdir}/%{name}/perl/auto/Pidgin/
%{_libdir}/%{name}/perl/auto/Pidgin/Pidgin.so
%dir %{_libdir}/purple-2/perl
%{_libdir}/purple-2/perl/Purple.pm
%dir %{_libdir}/purple-2/perl/auto
%dir %{_libdir}/purple-2/perl/auto/Purple/
%{_libdir}/purple-2/perl/auto/Purple/Purple.so
%{_libdir}/purple-2/perl.so
%{_mandir}/man3*/*
%endif

#------------------------------------------------------------------

%package tcl
Summary:	Purple extension, to use tcl scripting
Group:		Networking/Instant messaging
Requires:	%{name} >= %{EVRD}

%description tcl
Purple can use tcl script as plugin, this plugin enable them.

%files tcl
%doc doc/TCL-HOWTO.dox
%{_libdir}/purple-2/tcl.so

#------------------------------------------------------------------

%package silc
Summary:	Purple extension, to use SILC (Secure Internet Live Conferencing)
Group:		Networking/Instant messaging
Requires:	%{name} >= %{EVRD}

%description silc
This purple plugin allows you to use SILC (Secure Internet Live Conferencing)
plugin for live video conference.

%if %{with silc}
%files silc
%doc libpurple/protocols/silc/README
%{_libdir}/purple-2/libsilcpurple.so
%endif

#------------------------------------------------------------------

%package -n %{libname}
Summary:	The libpurple library for IM clients like Pidgin and Finch
Group:		System/Libraries

%description -n %{libname}
libpurple contains the core IM support for IM clients such as Pidgin
and Finch.

%files -n %{libname}
%{_libdir}/libpurple.so.%{major}*

#------------------------------------------------------------------

%package -n %{libclient}
Summary:	The libpurple-client library for %{name}-client
Group:		System/Libraries
Conflicts:	%{name}-client < 2.10.1-1

%description -n %{libclient}
libpurple-client contains the shared library for %{name}-client.

%files -n %{libclient}
%{_libdir}/libpurple-client.so.%{major}*

#------------------------------------------------------------------

%package -n %{libgnt}
Summary:	The libgnt library for the Finch IM client
Group:		System/Libraries
%rename %{_lib}finch0

%description -n %{libgnt}
libgnt contains the core IM support for the Finch IM client.

libgnt supports a variety of messaging protocols including AIM, MSN,
Yahoo!, Jabber, Bonjour, Gadu-Gadu, ICQ, IRC, Novell Groupwise, QQ,
Lotus Sametime, SILC, Simple and Zephyr.

%files -n %{libgnt}
%{_libdir}/libgnt.so.%{major}*

#------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for pidgin
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Requires:	%{libgnt} = %{EVRD}
Requires:	%{libclient} = %{EVRD}
Provides:	pidgin-devel = %{EVRD}

%description -n %{devname}
The pidgin-devel package contains the header files, developer
documentation, and libraries required for development of Pidgin scripts
and plugins.

%files -n %{devname}
%doc ChangeLog.API HACKING PLUGIN_HOWTO
%{_includedir}/*
%{_datadir}/aclocal/purple.m4
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libpurple.so
%{_libdir}/libgnt.so
%{_libdir}/libpurple-client.so

#------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .smiley
%patch1 -p1
%patch2 -p1
%patch3 -p0
%patch6 -p1
%patch111 -p1 -b .reread-resolvconf
%patch115 -p1 -b .gg-search
%patch116 -p1
%patch117 -p1 -b .perl_buildfix~
%patch118 -p1 -b .soname~

%build
autoreconf -fi -Im4macros
%configure2_5x \
	--enable-gnutls=yes \
%if %{with perl}
	--enable-perl \
%else
	--disable-perl \
%endif
%if %{with mono}
	--enable-mono \
%else
	--disable-mono \
%endif
%if %{with networkmanager}
	--enable-nm \
%else
	--disable-nm \
%endif
%if %{with evolution}
	--enable-gevolution \
%endif
%if %{without vv}
	--disable-vv \
%endif
	--without-krb4 \
	--enable-cap \
	--with-system-ssl-certs=%{_sysconfdir}/pki/tls/rootcerts/ \
	--disable-static \
	--disable-schemas-install

%make

# one_time_password plugin, to be merged upstream soon
cp %{SOURCE2} libpurple/plugins/
pushd libpurple/plugins/
make one_time_password.so
popd

%install
%makeinstall_std mkinstalldirs='mkdir -p'

install -m 0755 libpurple/plugins/one_time_password.so %{buildroot}%{_libdir}/purple-2/

desktop-file-install \
  --remove-category="Application" \
  --add-category="GTK" \
  --add-category="Network" \
  --add-category="InstantMessaging" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# remove files not bundled
rm -f %{buildroot}%{_prefix}/*/perl5/*/perllocal.pod \
      %{buildroot}%{_libdir}/*/perl/auto/*/{.packlist,*.bs,autosplit.ix}

%find_lang %{name}


%changelog

* Thu Jun 15 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.12.0-2
- (bb68182) Add patch for TLS1.3 ciphers support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23715 |14mu|pigz-2.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           pigz
Version:        2.3.3
Release:        1
Summary:        Parallel implementation of gzip
Group:          Archiving/Compression
License:        zlib
URL:            http://www.zlib.net/pigz/
Source0:        http://www.zlib.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:  zlib-devel

%description
pigz, which stands for parallel implementation of gzip,
is a fully functional replacement for gzip that exploits
multiple processors and multiple cores to the hilt when compressing data.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}"

%install
install -p -m755 pigz -D %{buildroot}%{_bindir}/pigz
install -p -m755 unpigz -D %{buildroot}%{_bindir}/unpigz
install -p -m644 pigz.1 -D %{buildroot}%{_datadir}/man/man1/pigz.1

%files
%doc pigz.pdf README
%{_bindir}/pigz
%{_bindir}/unpigz
%{_datadir}/man/man1/pigz.*

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 2.3.3-1
- (f841a78) Updated to 2.3.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23716 |14mu|pitivi-0.93-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define pitividir %{_prefix}/lib
%define gstapi 1.0

Summary:	Non linear video editor under linux 
Name:		pitivi
Version:	0.93
Release:	3
License:	LGPLv2+
Group:		Video
Url:		http://www.pitivi.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/pitivi/%{version}/%{name}-%{version}.tar.xz
Source1:	%{name}.rpmlintrc
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(pycairo)
Requires:	frei0r
Requires:	gnonlin
Requires:	gstreamer%{gstapi}-editing-services
Requires:	python-dbus
Requires:	python-gi
Requires:	python-gi-cairo
Requires:	python-gstreamer%{gstapi}
Requires:	xdg-utils
Requires:	typelib(Clutter)
Requires:	typelib(ClutterGst) = 2.0
Requires:	typelib(Cogl) = 1.0
Requires:	typelib(Cogl) = 2.0
Requires:	typelib(CoglPango) = 1.0
Requires:	typelib(CoglPango) = 2.0
Requires:	typelib(GES)
Requires:	typelib(Gst) = 1.0
Requires:	typelib(GstAudio) = 1.0
Requires:	typelib(GstVideo) = 1.0
Requires:	typelib(GtkClutter)
Requires:	typelib(PangoFT2)
Requires:	gstreamer%{gstapi}-python
Suggests:	gstreamer%{gstapi}-libav
Suggests:	gstreamer%{gstapi}-plugins-good
Suggests:	gstreamer%{gstapi}-plugins-bad
Suggests:	gstreamer%{gstapi}-plugins-ugly
Suggests:	gstreamer%{gstapi}-plugin-ffmpeg
Requires:	gnome-icon-theme-legacy
Requires:	gnome-icon-theme-symbolic

%description
Pitivi is a Non Linear Video Editor using the popular GStreamer media
framework.

%files -f %{name}.lang
%doc AUTHORS NEWS RELEASE
%{py_puresitedir}/%{name}/
%{_datadir}/pitivi/
%{_datadir}/appdata/pitivi.appdata.xml
%{_bindir}/pitivi
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/mime/packages/%{name}.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# install python files to %%python_sitelib/pitivi
find . -name Makefile.am -exec sed -i -e 's|$(libdir)/pitivi/python/pitivi|$(pkgpythondir)|g' {} \;
find . -name Makefile.in -exec sed -i -e 's|$(libdir)/pitivi/python/pitivi|$(pkgpythondir)|g' {} \;

%build
./configure --prefix=%{_prefix} --libdir=%{pitividir}
%make

%install
%makeinstall_std
%find_lang %{name} --with-gnome

%check
#gw it currently needs an installed pitivi
#https://bugzilla.gnome.org/show_bug.cgi?id=594985
#xfvb-run make check


%changelog
* Wed Oct 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.93-3
+ Revision: e3ab86a
- Requires gnome-icon-theme-legacy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23717 |14mu|pixman-0.32.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define apiver 1
%define major 0
%define libname %mklibname %{name} %{apiver} %{major}
%define devname %mklibname %{name} -d

Summary:	A pixel manipulation library
Name:		pixman
Version:	0.32.8
Release:	1
License:	MIT
Group:		System/Libraries
Url:		http://gitweb.freedesktop.org/?p=pixman.git
Source0:	http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2

%track
prog %{name} = {
	url = http://cairographics.org/releases/
	version = %{version}
	regex = pixman-(__VER__)\.tar\.gz
}

%description
Pixel manipulation Library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Pixel manipulation library
Group:		System/Libraries

%description -n %{libname}
A library for manipulating pixel regions -- a set of Y-X banded
rectangles, image compositing using the Porter/Duff model
and implicit mask generation for geometric primitives including
trapezoids, triangles, and rectangles.

%files -n %{libname}
%{_libdir}/libpixman-%{apiver}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and include files for developing with libpixman
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}pixman-1-devel < 0.22.0

%description -n %{devname}
This package provides the necessary development libraries and include
files to allow you to develop with pixman.

%files -n %{devname}
%doc README AUTHORS
%{_libdir}/libpixman-%{apiver}.so
%dir %{_includedir}/pixman-1
%{_includedir}/pixman-1/*.h
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog

* Tue Oct 27 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 0.32.8-1
- (00d9dd9) Moved to 0.32.8: we should stick to the stable versions now



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23718 |14mu|plasma5-akonadi-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname akonadi

Summary:	An extensible cross-desktop storage service for Plasma 5 PIM
Name:		plasma5-%{oname}
Version:	16.04.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{oname}-%{version}.tar.xz
BuildRequires:	xsltproc
BuildRequires:	extra-cmake-modules
BuildRequires:	boost-devel
BuildRequires:	mariadb-devel
BuildRequires:	kf5completion-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5designerplugin-devel
BuildRequires:	kf5guiaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5itemmodels-devel
BuildRequires:	kf5itemviews-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5UiTools)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(shared-mime-info)
BuildRequires:	pkgconfig(sqlite3)
Requires:	mariadb-common
# Needed for mysqlcheck  which is used in akonadi
Requires:	mariadb-client
Requires:	mariadb-server
Requires:	qt5-database-plugin-mysql
Conflicts:	akonadi

%description
An extensible cross-desktop storage service for Plasma 5 PIM data and meta data
providing concurrent read, write, and query access.

%files
%{_kde5_bindir}/akonadi_agent_launcher
%{_kde5_bindir}/akonadi_agent_server
%{_kde5_bindir}/akonadi_control
%{_kde5_bindir}/akonadi_rds
%{_kde5_bindir}/akonadictl
%{_kde5_bindir}/akonadiserver
%{_kde5_bindir}/asapcat
%{_kde5_sysconfdir}/xdg/akonadi.categories
%{_kde5_sysconfdir}/xdg/akonadi/*.conf
%{_datadir}/dbus-1/services/org.freedesktop.Akonadi.Control.service
%{_datadir}/mime/packages/akonadi-mime.xml
%{_qt5_plugindir}/sqldrivers/libqsqlite3.so

#----------------------------------------------------------------------------

%package -n plasma5-akonadi-client
Summary:	Plasma 5 Akonadi Client
Group:		Graphical desktop/KDE
Conflicts:	kdepimlibs4-core

%description -n plasma5-akonadi-client
Plasma 5 Akonadi Client.

%files -n plasma5-akonadi-client
%{_kde5_bindir}/akonadi2xml
%{_kde5_bindir}/akonadiselftest
%{_kde5_bindir}/akonaditest
%{_kde5_bindir}/akonadi_knut_resource
%{_kde5_datadir}/akonadi/agents/knutresource.desktop
%{_kde5_datadir}/config.kcfg/resourcebase.kcfg
%{_kde5_datadir}/kf5/akonadi_knut_resource/knut-template.xml
%{_qt5_plugindir}/akonadi/akonadi_test_searchplugin.so

#----------------------------------------------------------------------------

%package -n qt5-designer-plugin-akonadi5widgets
Summary:	Qt5 Designer plugin for Akonadi Widgets
Group:	Development/KDE and Qt

%description -n qt5-designer-plugin-akonadi5widgets
Qt5 Designer plugin for Akonadi Widgets.

%files -n qt5-designer-plugin-akonadi5widgets
%{_qt5_plugindir}/designer/akonadi5widgets.so

#----------------------------------------------------------------------------

%define kf5akonadiprivate_major 5
%define libkf5akonadiprivate %mklibname kf5akonadiprivate %{kf5akonadiprivate_major}

%package -n %{libkf5akonadiprivate}
Summary:	Plasma 5 Akonadi shared library
Group:		System/Libraries

%description -n %{libkf5akonadiprivate}
Plasma 5 Akonadi shared library.

%files -n %{libkf5akonadiprivate}
%{_kde5_libdir}/libKF5AkonadiPrivate.so.%{kf5akonadiprivate_major}*

#----------------------------------------------------------------------------

%define devkf5akonadiserver %mklibname kf5akonadiserver -d

%package -n %{devkf5akonadiserver}
Summary:	Development files for Plasma 5 Akonadi Server
Group:		Development/KDE and Qt
Requires:	%{libkf5akonadiprivate} = %{EVRD}
Provides:	kf5akonadiserver-devel = %{version}
Conflicts:	akonadi-devel

%description -n %{devkf5akonadiserver}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5akonadiserver}
%dir %{_kde5_includedir}/KF5/akonadi
%{_kde5_includedir}/KF5/akonadi/*
%{_kde5_libdir}/libKF5AkonadiPrivate.so
%{_datadir}/dbus-1/interfaces/org.freedesktop.Akonadi.*.xml

#----------------------------------------------------------------------------

%define kf5akonadiagentbase_major 5
%define libkf5akonadiagentbase %mklibname kf5akonadiagentbase %{kf5akonadiagentbase_major}

%package -n %{libkf5akonadiagentbase}
Summary:	Plasma 5 Akonadi shared library
Group:		System/Libraries

%description -n %{libkf5akonadiagentbase}
Plasma 5 Akonadi shared library.

%files -n %{libkf5akonadiagentbase}
%{_kde5_libdir}/libKF5AkonadiAgentBase.so.%{kf5akonadiagentbase_major}*

#----------------------------------------------------------------------------

%define kf5akonadicore_major 5
%define libkf5akonadicore %mklibname kf5akonadicore %{kf5akonadicore_major}

%package -n %{libkf5akonadicore}
Summary:	Plasma 5 Akonadi shared library
Group:		System/Libraries

%description -n %{libkf5akonadicore}
Plasma 5 Akonadi shared library.

%files -n %{libkf5akonadicore}
%{_kde5_libdir}/libKF5AkonadiCore.so.%{kf5akonadicore_major}*

#----------------------------------------------------------------------------

%define kf5akonadiwidgets_major 5
%define libkf5akonadiwidgets %mklibname kf5akonadiwidgets %{kf5akonadiwidgets_major}

%package -n %{libkf5akonadiwidgets}
Summary:	Plasma 5 Akonadi shared library
Group:		System/Libraries

%description -n %{libkf5akonadiwidgets}
Plasma 5 Akonadi shared library.

%files -n %{libkf5akonadiwidgets}
%{_kde5_libdir}/libKF5AkonadiWidgets.so.%{kf5akonadiwidgets_major}*

#----------------------------------------------------------------------------

%define kf5akonadixml_major 5
%define libkf5akonadixml %mklibname kf5akonadixml %{kf5akonadixml_major}

%package -n %{libkf5akonadixml}
Summary:	Plasma 5 Akonadi shared library
Group:		System/Libraries

%description -n %{libkf5akonadixml}
Plasma 5 Akonadi shared library.

%files -n %{libkf5akonadixml}
%{_kde5_libdir}/libKF5AkonadiXml.so.%{kf5akonadixml_major}*

#----------------------------------------------------------------------------

%define devkf5akonadi %mklibname kf5akonadi -d

%package -n %{devkf5akonadi}
Summary:	Development files for Plasma 5 Akonadi
Group:		Development/KDE and Qt
Requires:	%{libkf5akonadiagentbase} = %{EVRD}
Requires:	%{libkf5akonadicore} = %{EVRD}
Requires:	%{libkf5akonadiwidgets} = %{EVRD}
Requires:	%{libkf5akonadixml} = %{EVRD}
Requires:	qt5-designer-plugin-akonadi5widgets
Requires:	boost-devel
Provides:	kf5akonadi-devel = %{version}
Conflicts:	plasma5-akonadi-client < 16.04.2-2

%description -n %{devkf5akonadi}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5akonadi}
%{_kde5_datadir}/kf5/akonadi/akonadi-xml.xsd
%{_kde5_datadir}/kf5/akonadi/kcfg2dbus.xsl
%dir %{_kde5_includedir}/KF5/AkonadiAgentBase
%{_kde5_includedir}/KF5/AkonadiAgentBase/*
%dir %{_kde5_includedir}/KF5/AkonadiCore
%{_kde5_includedir}/KF5/AkonadiCore/*
%dir %{_kde5_includedir}/KF5/AkonadiWidgets
%{_kde5_includedir}/KF5/AkonadiWidgets/*
%dir %{_kde5_includedir}/KF5/AkonadiXml
%{_kde5_includedir}/KF5/AkonadiXml/*
%{_kde5_includedir}/KF5/akonadi_version.h
%{_kde5_libdir}/cmake/KF5Akonadi
%{_kde5_libdir}/libKF5AkonadiAgentBase.so
%{_kde5_libdir}/libKF5AkonadiCore.so
%{_kde5_libdir}/libKF5AkonadiWidgets.so
%{_kde5_libdir}/libKF5AkonadiXml.so
%{_kde5_mkspecsdir}/qt_AkonadiAgentBase.pri
%{_kde5_mkspecsdir}/qt_AkonadiCore.pri
%{_kde5_mkspecsdir}/qt_AkonadiWidgets.pri
%{_kde5_mkspecsdir}/qt_AkonadiXml.pri

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (a948b13) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23719 |14mu|plasma5-applet-minimizeall-0-0.20160531.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20160531

Summary:	Plasma 5 minimize all windows applet
Name:		plasma5-applet-minimizeall
Version:	0
Release:	0.%{git}.4
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://github.com/bvbfan/Minimize-All
# Snapshot from github
Source0:	%{name}-%{git}.tar.bz2
Patch0:		plasma5-applet-minimizeall-20160531-ru.patch
Patch1:		plasma5-applet-minimizeall-20160531-applet-name.patch
Patch2:		plasma5-applet-minimizeall-20160531-accept-keyboard-shortcuts.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)

%description
Plasma 5 minimize all windows applet.

%files -f plasma_applet_org.kde.minimizeall.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.minimizeall/
%{_kde5_datadir}/plasma/plasmoids/org.kde.minimizeall/*
%dir %{_kde5_qmldir}/org/kde/private/minimizeall/
%{_kde5_qmldir}/org/kde/private/minimizeall/*
%{_kde5_services}/plasma-applet-org.kde.minimizeall.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{git}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_kde5_datadir}/plasma/plasmoids/org.kde.minimizeall/
cp -r package/* %{buildroot}%{_kde5_datadir}/plasma/plasmoids/org.kde.minimizeall/

mkdir -p %{buildroot}%{_kde5_services}/
install -m 644 package/metadata.desktop %{buildroot}%{_kde5_services}/plasma-applet-org.kde.minimizeall.desktop

%find_lang plasma_applet_org.kde.minimizeall

%changelog

* Sat Jul 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0-0.20160531.4
- (e4a8c50) Add patch to fix plasmoid ignoring assigned keyboard shortcuts



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23720 |14mu|plasma5-applet-rosaexpo-5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rosaexpo

Summary:	Plasma 5 show desktop grid applet
Name:		plasma5-applet-%{oname}
Version:	5.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://rosalab.ru
# No public Url yet
Source0:	%{oname}-%{version}.tar.bz2
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5plasma-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Qml)

%description
Plasma 5 show desktop grid applet. It only calls Show Desktop Grid KWin effect.

%files
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.rosaexpo/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.rosaexpo/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/rosaexpo/
%{_kde5_qmldir}/org/kde/plasma/private/rosaexpo/*
%{_kde5_services}/plasma-applet-org.kde.plasma.rosaexpo.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Fri Apr 08 2016 abondrov <andrey.bondrov@rosalab.ru> 5.1-1
- (b013074) New version 5.1 (fix applet size with Qt 5.6 on panel)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23721 |14mu|plasma5-ark-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ark

Summary:	Archive manager for Plasma 5
Name:		plasma5-%{oname}
Version:	16.04.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{oname}-%{version}.tar.xz
Patch0:		ark-16.04.2-ru.patch
Patch1:		ark-5.12.2-zip-encoding.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	bzip2-devel
BuildRequires:	kf5archive-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5crash-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5khtml-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5pty-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(zlib)
Conflicts:	ark

%description
Archive manager for Plasma 5.

%files
%doc COPYING COPYING.icons
%{_kde5_applicationsdir}/org.kde.ark.desktop
%{_kde5_bindir}/ark
%{_kde5_datadir}/config.kcfg/ark.kcfg
%{_kde5_docdir}/HTML/en/ark
%{_kde5_iconsdir}/hicolor/*/apps/ark.*
%{_kde5_mandir}/man1/ark.1*
%{_kde5_plugindir}/kio_dnd/extracthere.so
%{_kde5_services}/ark_part.desktop
%{_kde5_services}/ServiceMenus/ark_addtoservicemenu.desktop
%{_kde5_services}/ServiceMenus/ark_servicemenu.desktop
%{_kde5_servicetypes}/kerfufflePlugin.desktop
%{_kde5_sysconfdir}/xdg/ark.categories
%{_kde5_xmlguidir}/ark/*.rc
%{_datadir}/appdata/org.kde.ark.appdata.xml
%{_qt5_plugindir}/arkpart.so
%{_qt5_plugindir}/kerfuffle/kerfuffle_cli7z.so
%{_qt5_plugindir}/kerfuffle/kerfuffle_cliunarchiver.so
%{_qt5_plugindir}/kerfuffle/kerfuffle_clirar.so
%{_qt5_plugindir}/kerfuffle/kerfuffle_clizip.so
%{_qt5_plugindir}/kerfuffle/kerfuffle_libarchive.so
%{_qt5_plugindir}/kerfuffle/kerfuffle_libarchive_readonly.so
%{_qt5_plugindir}/kerfuffle/kerfuffle_libbz2.so
%{_qt5_plugindir}/kerfuffle/kerfuffle_libgz.so
%{_qt5_plugindir}/kerfuffle/kerfuffle_libxz.so

#----------------------------------------------------------------------------

%define kerfuffle_major 16
%define libkerfuffle %mklibname kerfuffle %{kerfuffle_major}

%package -n %{libkerfuffle}
Summary:	Shared library for Ark
Group:		System/Libraries

%description -n %{libkerfuffle}
Shared library for Ark.

%files -n %{libkerfuffle}
%{_kde5_libdir}/libkerfuffle.so.%{kerfuffle_major}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde5_libdir}/libkerfuffle.so

%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (54784b8) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23722 |14mu|plasma5-aurorae-theme-rosa-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname aurorae-theme-rosa

Summary:	Plasma 5 Rosa Aurorae theme
Name:		plasma5-%{oname}
Version:	1.0.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.com/
Source0:	%{oname}-%{version}.tar.bz2
BuildRequires:	extra-cmake-modules
BuildArch:	noarch

%description
Plasma 5 Rosa Aurorae theme.

%files
%dir %{_kde5_datadir}/aurorae/themes/rosa/
%{_kde5_datadir}/aurorae/themes/rosa/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build

%install
mkdir -p %{buildroot}%{_kde5_datadir}/aurorae/themes/rosa
cp * %{buildroot}%{_kde5_datadir}/aurorae/themes/rosa/


%changelog

* Wed Apr 08 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-1
- (9ec8044) Increase left and right borders from 1 to 2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23723 |14mu|plasma5-baloo-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24
%define oname baloo

Summary:	Plasma 5 searching and managing metadata framework
Name:		plasma5-%{oname}
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{oname}-%{version}.tar.xz
Patch0:		baloo-5.13.0-pkgconfig.patch
# Needed to fix "unsatisfied devel(libKF5BalooEngine)" issue for development package
Patch1:		baloo-5.14.0-library-install.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5auth-devel >= %{version}
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5crash-devel >= %{version}
BuildRequires:	kf5filemetadata-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5idletime-devel >= %{version}
BuildRequires:	kf5kio-devel >= %{version}
BuildRequires:	kf5solid-devel >= %{version}
BuildRequires:	lmdb-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
Requires:	plasma5-kfilemetadata
Conflicts:	baloo
# Prefer plasma5 prefix for Plasma 5 core packages
Obsoletes:	baloo-kf5 < 5.6.1-2

%description
Plasma 5 searching and managing metadata framework.

%files -f %{name}.lang
%{_kde5_bindir}/baloo_file
%{_kde5_bindir}/baloo_file_extractor
%{_kde5_bindir}/balooctl
%{_kde5_bindir}/baloosearch
%{_kde5_bindir}/balooshow
%{_kde5_iconsdir}/hicolor/*/apps/baloo.*
%{_kde5_plugindir}/kded/baloosearchmodule.so
%{_kde5_plugindir}/kio/baloosearch.so
%{_kde5_plugindir}/kio/tags.so
%{_kde5_plugindir}/kio/timeline.so
%{_kde5_services}/baloosearch.protocol
%{_kde5_services}/tags.protocol
%{_kde5_services}/timeline.protocol
%{_kde5_sysconfdir}/xdg/autostart/baloo_file.desktop

#----------------------------------------------------------------------------

%define qmlkf5baloo %mklibname kf5baloo-qml

%package -n %{qmlkf5baloo}
Summary:	QML plugin for Plasma 5 searching and managing metadata framework
Group:		System/Libraries
Provides:	kf5baloo-qml = %{EVRD}

%description -n %{qmlkf5baloo}
QML plugin for Plasma 5 searching and managing metadata framework.

%files -n %{qmlkf5baloo}
%dir %{_kde5_qmldir}/org/kde/baloo/
%{_kde5_qmldir}/org/kde/baloo/*

#----------------------------------------------------------------------------

%define kf5baloo_major 5
%define libkf5baloo %mklibname kf5baloo %{kf5baloo_major}

%package -n %{libkf5baloo}
Summary:	Plasma 5 searching and managing metadata shared library
Group:		System/Libraries
Requires:	%{qmlkf5baloo}

%description -n %{libkf5baloo}
Plasma 5 searching and managing metadata shared library.

%files -n %{libkf5baloo}
%{_kde5_libdir}/libKF5Baloo.so.%{kf5baloo_major}
%{_kde5_libdir}/libKF5Baloo.so.%{version}

#----------------------------------------------------------------------------

%define kf5balooengine_major 5
%define libkf5balooengine %mklibname kf5balooengine %{kf5balooengine_major}

%package -n %{libkf5balooengine}
Summary:	Plasma 5 searching and managing metadata shared library
Group:		System/Libraries

%description -n %{libkf5balooengine}
Plasma 5 searching and managing metadata shared library.

%files -n %{libkf5balooengine}
%{_kde5_libdir}/libKF5BalooEngine.so.%{kf5balooengine_major}
%{_kde5_libdir}/libKF5BalooEngine.so.%{version}

#----------------------------------------------------------------------------

%define devkf5baloo %mklibname kf5baloo -d

%package -n %{devkf5baloo}
Summary:	Development files for Plasma 5 searching and managing metadata framework
Group:		Development/KDE and Qt
Requires:	%{libkf5baloo} = %{EVRD}
Requires:	%{libkf5balooengine} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5baloo-devel = %{version}
Conflicts:	baloo-devel

%description -n %{devkf5baloo}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5baloo}
%{_kde5_includedir}/KF5/Baloo
%{_kde5_includedir}/KF5/baloo_version.h
%{_kde5_libdir}/cmake/KF5Baloo
%{_kde5_libdir}/pkgconfig/Baloo.pc
%{_kde5_libdir}/libKF5Baloo.so
%{_kde5_libdir}/libKF5BalooEngine.so
%{_datadir}/dbus-1/interfaces/org.kde.baloo.file.indexer.xml
%{_datadir}/dbus-1/interfaces/org.kde.baloo.fileindexer.xml
%{_datadir}/dbus-1/interfaces/org.kde.baloo.main.xml
%{_datadir}/dbus-1/interfaces/org.kde.baloo.scheduler.xml

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake_kde5_kf5locales
%make

%install
%makeinstall_std -C build

%find_lang balooctl baloo_file baloo_file_extractor baloomonitorplugin baloosearch balooshow kio_baloosearch kio_tags kio_timeline %{name}.lang
%kf5locales_fix %{name}.lang


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (94d9478) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23724 |14mu|plasma5-baloo-widgets-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname baloo-widgets

Summary:	Plasma 5 Baloo Widgets
Name:		plasma5-%{oname}
Version:	16.04.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5baloo-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5filemetadata-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5service-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Plasma 5 Baloo Widgets support files.

%files
%{_kde5_bindir}/baloo_filemetadata_temp_extractor

#----------------------------------------------------------------------------

%define kf5baloowidgets_major 5
%define libkf5baloowidgets %mklibname kf5baloowidgets %{kf5baloowidgets_major}

%package -n %{libkf5baloowidgets}
Summary:	Plasma 5 Baloo Widgets shared library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libkf5baloowidgets}
Plasma 5 Baloo Widgets shared library.

%files -n %{libkf5baloowidgets}
%{_kde5_libdir}/libKF5BalooWidgets.so.%{kf5baloowidgets_major}*

#----------------------------------------------------------------------------

%define devkf5baloowidgets %mklibname kf5baloowidgets -d

%package -n %{devkf5baloowidgets}
Summary:	Development files for Plasma 5 Baloo widgets
Group:		Development/KDE and Qt
Requires:	%{libkf5baloowidgets} = %{EVRD}
Provides:	kf5baloowidgets-devel = %{version}

%description -n %{devkf5baloowidgets}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5baloowidgets}
%dir %{_kde5_includedir}/KF5/BalooWidgets
%{_kde5_includedir}/KF5/BalooWidgets/*
%{_kde5_libdir}/cmake/KF5BalooWidgets
%{_kde5_libdir}/libKF5BalooWidgets.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (2345c41) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23725 |14mu|plasma5-bluedevil-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname bluedevil

Summary:	Plasma 5 Bluetooth module
Name:		plasma5-%{oname}
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5bluezqt-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5kded-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(shared-mime-info)
Requires:	bluez
# Be able to "Browse File" aka kio_obexftp
# Be able to receive files
Requires:	obex-data-server
# Be able to Send files (bluedevil-sendfile)
Requires:	obexd
Suggests:	plasma5-applet-bluetooth
Conflicts:	bluedevil < 5.0
# Prefer plasma5 prefix for Plasma 5 core packages
Obsoletes:	bluedevil-kf5 < 5.2.1-2

%description
Plasma 5 Bluetooth module.

%files -f %{oname}.lang
%{_kde5_applicationsdir}/org.kde.bluedevilsendfile.desktop
%{_kde5_applicationsdir}/org.kde.bluedevilwizard.desktop
%{_kde5_bindir}/bluedevil-*
%dir %{_kde5_datadir}/bluedevilwizard
%{_kde5_datadir}/bluedevilwizard/*
%{_kde5_datadir}/remoteview/bluetooth-network.desktop
%{_kde5_notificationsdir}/bluedevil.notifyrc
%{_kde5_plugindir}/kded/bluedevil.so
%{_kde5_services}/bluedevil*.desktop
%{_kde5_services}/*.protocol
%{_qt5_plugindir}/bluetoothfileitemaction.so
%{_qt5_plugindir}/kcm_*.so
%{_qt5_plugindir}/kio_*.so
%{_datadir}/mime/packages/bluedevil-mime.xml

#----------------------------------------------------------------------------

%package -n plasma5-applet-bluetooth
Summary:	Plasma 5 bluetooth plasmoid
Group:		Graphical desktop/KDE
Requires:	%{name}

%description -n plasma5-applet-bluetooth
Plasma 5 bluetooth plasmoid.

%files -n plasma5-applet-bluetooth -f plasma_applet_org.kde.plasma.bluetooth.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.bluetooth/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.bluetooth/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/bluetooth/
%{_kde5_qmldir}/org/kde/plasma/private/bluetooth/*
%{_kde5_services}/plasma-applet-org.kde.plasma.bluetooth.desktop

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{oname}
%find_lang plasma_applet_org.kde.plasma.bluetooth

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (7c40728) New version 5.7.2

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.5-1
- (4f46057) New version 5.6.5

* Thu Apr 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.3-1
- (6223c5c) New version 5.6.3

* Wed Apr 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-2
- (767b5b9) MassBuild#1026: Increase release tag

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-1
- (4607b94) New version 5.6.2

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-2
- (3b003d8) MassBuild#1001: Increase release tag

* Wed Mar 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-1
- (ab1620e) New version 5.5.5

* Wed Jan 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.4-1
- (2890457) New version 5.5.4

* Thu Jan 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.3-1
- (bd4cd60) New version 5.5.3

* Mon Dec 28 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.2-1
- (45b087b) Update files (drop obexftpdaemon plugin and files from libexec as upstream did)
- (Andrey Bondrov: a84ca13) New version 5.5.2

* Thu Nov 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.3-1
- (76fdcee) New version 5.4.3

* Wed Oct 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.2-1
- (5bd1c39) New version 5.4.2

* Tue Sep 08 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.1-1
- (43a529a) New version 5.4.1

* Wed Aug 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.0-1
- (b470628) Drop bluezqt patch (fixed upstream)
- (Andrey Bondrov: 851d60e) New version 5.4.0

* Thu Aug 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-2
- (81eaa08) MassBuild#782: Increase release tag

* Tue Jun 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-1
- (b927c9c) New version 5.3.2

* Mon Jun 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.1-2
- (16f7cd9) Add patch from upstream for bluezqt 5.11 support

* Wed May 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.1-1
- (808ca84) New version 5.3.1

* Wed Apr 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.0-1
- (36a86ad) Update files for main package
- (Andrey Bondrov: 55b3e01) Fix files
- (Andrey Bondrov: 4cc9a89) Add new package plasma5-applet-bluetooth
- (Andrey Bondrov: 4cc9a89) Update files
- (Andrey Bondrov: f5285f9) Build requires kf5kded-devel
- (Andrey Bondrov: c412dfc) Build requires kf5plasma-devel
- (Andrey Bondrov: 385ce44) Build requires pkgconfig(Qt5Qml)
- (Andrey Bondrov: 7e90728) Switch from libbluedevil to bluezqt
- (Andrey Bondrov: 83a0478) New version 5.3.0

* Thu Apr 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.2-2
- (2e907e8) Requires bluez

* Thu Mar 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.2-1
- (04841d2) New version 5.2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23726 |14mu|plasma5-color-scheme-rosa-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Rosa color scheme
Name:		plasma5-color-scheme-rosa
Version:	1.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.com/
Source0:	ROSA.colors
BuildRequires:	extra-cmake-modules
BuildArch:	noarch

%description
Plasma 5 Rosa color scheme.

%files
%{_kde5_datadir}/color-schemes/ROSA.colors

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_datadir}/color-schemes/
install -m 0644 %{SOURCE0} %{buildroot}%{_kde5_datadir}/color-schemes/ROSA.colors

%changelog
* Mon Mar 30 2015 Rosa <rosa@abf.rosalinux.ru> 1.0-1
+ Revision: 433d048
- Automatic import for version 1.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23727 |14mu|plasma5-config-fresh-1.0-0.22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Rosa Desktop Fresh config
Name:		plasma5-config-fresh
Version:	1.0
Release:	0.22
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.com/
Source0:	kdeglobals
Source1:	kwinrc
Source2:	ksmserverrc
Source3:	kscreenlockerrc
Source4:	dolphinrc
Source5:	plasmarc
# Modified versions of files from plasma5-desktop
Source100:	default-panel-layout.js
Source101:	default-desktop-layout.js
BuildRequires:	extra-cmake-modules
Requires:	plasma5-aurorae-theme-rosa
Requires:	plasma5-color-scheme-rosa
Requires:	rosa-icons
Provides:	plasma5-config
BuildArch:	noarch

%description
Plasma 5 Rosa Desktop Fresh config (KF5 files).

%files
%{_kde5_sysconfdir}/xdg/dolphinrc
%{_kde5_sysconfdir}/xdg/kdeglobals
%{_kde5_sysconfdir}/xdg/kscreenlockerrc
%{_kde5_sysconfdir}/xdg/ksmserverrc
%{_kde5_sysconfdir}/xdg/kwinrc
%{_kde5_sysconfdir}/xdg/plasmarc

#----------------------------------------------------------------------------

%package -n plasma5-config-plasma-fresh
Summary:	Plasma 5 Rosa Desktop Fresh config (Plasma files)
Group:		Graphical desktop/KDE
# Used in default panel layout.js
Requires:	plasma5-applet-digitalclock
Requires:	plasma5-applet-kicker
Requires:	plasma5-applet-minimizeall
Requires:	plasma5-applet-systemtray
Requires:	plasma5-applet-taskmanager
Provides:	plasma5-config-plasma
# defaultPanel layout.js was moved from plasma5-layout-template-default-panel
Conflicts:	plasma5-layout-template-default-panel < 5.5.2-3
Conflicts:	plasma5-config-fresh < 1.0-0.8
# desktop layout.js was moved from plasma5-shell-desktop
Conflicts:	plasma5-shell-desktop < 5.5.3-2

%description -n plasma5-config-plasma-fresh
Plasma 5 Rosa Desktop Fresh config (Plasma files).

%files -n plasma5-config-plasma-fresh
%{_kde5_datadir}/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/contents/layout.js
%{_kde5_datadir}/plasma/shells/org.kde.plasma.desktop/contents/layout.js

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_sysconfdir}/xdg/
install -m 0644 %{SOURCE0} %{buildroot}%{_kde5_sysconfdir}/xdg/kdeglobals
install -m 0644 %{SOURCE1} %{buildroot}%{_kde5_sysconfdir}/xdg/kwinrc
install -m 0644 %{SOURCE2} %{buildroot}%{_kde5_sysconfdir}/xdg/ksmserverrc
install -m 0644 %{SOURCE3} %{buildroot}%{_kde5_sysconfdir}/xdg/kscreenlockerrc
install -m 0644 %{SOURCE4} %{buildroot}%{_kde5_sysconfdir}/xdg/dolphinrc
install -m 0644 %{SOURCE5} %{buildroot}%{_kde5_sysconfdir}/xdg/plasmarc

mkdir -p %{buildroot}%{_kde5_datadir}/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/contents/
install -m 0644 %{SOURCE100} %{buildroot}%{_kde5_datadir}/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/contents/layout.js

mkdir -p %{buildroot}%{_kde5_datadir}/plasma/shells/org.kde.plasma.desktop/contents/
install -m 0644 %{SOURCE101} %{buildroot}%{_kde5_datadir}/plasma/shells/org.kde.plasma.desktop/contents/layout.js

%changelog

* Sun Jul 24 2016 valerol <valerol@ya.ru> 1.0-0.22
- (84e2e80) Adjust preview settings in Dolphin (add ffmpegthumbs and svgthumbnail to enabled by default plugins)

* Sun Jul 24 2016 valerol <valerol@ya.ru> 1.0-0.21
- (37b4e88) Fix default desktop layout template (see https://bugs.kde.org/show_bug.cgi?id=365989)

* Sat Jul 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.20
- (b00f8a0) Assign Meta+M shortrcut to minimizeall applet on panel

* Sun Jul 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.19
- (09a7e01) Use Firefox as default browser

* Thu Jul 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.18
- (46ec033) Disable grouping and sorting by default for taskmanager

* Thu Jul 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.17
- (9ead718) Move some lines in kdeglobals to another position

* Wed Jul 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.16
- (a85869a) Add plasmarc to files
- (Andrey Bondrov: 4d0b1c8) Add plasmarc to set default plasma theme to rosa-fresh

* Wed Jul 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.15
- (ce8f419) Set default LookAndFeelPackage to org.rosa.fresh.desktop

* Tue Jul 05 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.14
- (3c35c55) Show only icons on Dolphin's main toolbar

* Thu Jun 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.13
- (a6151ae) Add plasma5-applet-minimizeall to default panel layout

* Thu Jun 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.12
- (c58cf30) Adjust icon for libreoffice-writer

* Thu Jan 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.11
- (de9621d) Add dolphinrc to files
- (Andrey Bondrov: 02c9740) Add org.kde.plasma.desktop layout

* Thu Jan 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.10
- (5ba62d3) Add Dolphin, LibreOffice Writer and Firefox to default panel layout
- (Andrey Bondrov: 52de5d3) Add dolphinrc config

* Wed Jan 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.9
- (cba06f9) Add kscreenlockerrc config (set screen locker timeout to 60 minutes)

* Tue Jan 05 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.8
- (f62ac2a) Split KF5 and Plasma configs into 2 packages

* Mon Jan 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.7
- (854741c) Fix typo

* Sun Jan 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.6
- (26a18a0) Add layout.js for default panel

* Wed Dec 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.5
- (62de582) Add ksmserverrc to files
- (Andrey Bondrov: d15a81b) Add ksmserverrc config

* Thu Jun 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.4
- (3ec2a82) Don't show hidden files in dialogs by default

* Fri May 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.3
- (4e2eae0) Don't force XRender for compositing

* Fri May 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.2
- (0a273dc) Add default font settings for windows decorations
- (Andrey Bondrov: cc39d1a) Adjust default kwin settings

* Mon Mar 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.1
- (aebc11a) Add kwinrc to files section
- (Andrey Bondrov: 5b0be60) Provides plasma5-config
- (abondrov: 1fcd202) Add config for kwin
- (Andrey Bondrov: dfe0fbe) Require plasma5-aurorae-theme-rosa



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23728 |14mu|plasma5-desktop-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname plasma-desktop

Summary:	Plasma 5 desktop module
Name:		plasma5-desktop
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
Patch0:		plasma-desktop-5.5.2-add-autohint.patch
# Move date and time to more obvious place in system settings
Patch1:		plasma-desktop-5.3.1-dateandtime-category.patch
Patch2:		plasma-desktop-5.5.2-default-fonts.patch
# Don't mess up GTK colors if GTK+ widget style is used
Patch3:		plasma-desktop-5.6.5-dont-export-colors-gtk+.patch
# Use icons from icon theme for Kicker and Kickoff
# https://bugs.kde.org/show_bug.cgi?id=365204
Patch4:		plasma-desktop-5.6.5-kicker-kickoff-icons.patch
# Replace dolphin with rpmdrake in kicker and kickoff favorites
# We have dolphin on panel, no use to have it in menu favorites
Patch5:		plasma-desktop-5.6.5-favorites.patch
Patch6:		plasma-desktop-5.7.2-l10n-ru.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	boost-devel
BuildRequires:	kf5activities-devel
BuildRequires:	kf5activitiesstats-devel
BuildRequires:	kf5attica-devel
BuildRequires:	kf5auth-devel
BuildRequires:	kf5baloo-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5emoticons-devel
BuildRequires:	kf5globalaccel-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5itemmodels-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kded-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5newstuff-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5notifyconfig-devel
BuildRequires:	kf5people-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5runner-devel
BuildRequires:	kf5wallet-devel
BuildRequires:	kscreenlocker-devel >= %{version}
BuildRequires:	plasma5-kwin-devel >= %{version}
BuildRequires:	plasma5-workspace-devel >= %{version}
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(ibus-1.0)
BuildRequires:	pkgconfig(libcanberra)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-shm)
# Don't have it
# BuildRequires:	pkgconfig(xcb-xinput)
BuildRequires:	pkgconfig(xcb-xkb)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(xkeyboard-config)
BuildRequires:	pkgconfig(xorg-evdev)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xorg-synaptics)
# Internal required packages (require them all for now)
Requires:	plasma5-applet-icontasks
Requires:	plasma5-applet-kicker
Requires:	plasma5-applet-kickoff
Suggests:	plasma5-applet-kimpanel
Requires:	plasma5-applet-pager
Requires:	plasma5-applet-showactivitymanager
Requires:	plasma5-applet-taskmanager
Requires:	plasma5-applet-touchpad
Requires:	plasma5-applet-trash
Requires:	plasma5-applet-windowlist
Requires:	plasma5-color-scheme-honeycomb
Requires:	plasma5-color-scheme-norway
Requires:	plasma5-color-scheme-obsidiancoast
Requires:	plasma5-color-scheme-oxygen
Requires:	plasma5-color-scheme-oxygen-cold
Requires:	plasma5-color-scheme-steel
Requires:	plasma5-color-scheme-wontonsoup
Requires:	plasma5-color-scheme-zion
Requires:	plasma5-color-scheme-zion-reversed
Requires:	plasma5-containment-desktop
Requires:	plasma5-containment-folder
Requires:	plasma5-containment-panel
Requires:	plasma5-layout-template-default-panel
Requires:	plasma5-runner-kwin
Requires:	plasma5-runner-plasma-desktop
Requires:	plasma5-shell-desktop
Requires:	plasma5-toolbox-desktop
Requires:	plasma5-toolbox-panel
# External KF5 and Plasma 5 required packages
Requires:	plasma5-sounds-oxygen
Requires:	plasma5-workspace
# Other required packages
Requires:	mandriva-kde-translation
Conflicts:	kcm-touchpad
Conflicts:	kdebase4-workspace
Conflicts:	kdepasswd
# kactivities part was split from KF kactivities since KF 5.20
Conflicts:	kactivities < 5.20
Conflicts:	%{_lib}kf5activities-qml < 5.20
# And then from kactivities-workspace
Conflicts:	kactivities-workspace < 5.6
Obsoletes:	kactivities-workspace < 5.6

%description
Plasma 5 desktop module.

%files -f %{name}.lang
%{_kde5_applicationsdir}/org.kde.kfontview.desktop
%{_kde5_applicationsdir}/org.kde.knetattach.desktop
%{_kde5_bindir}/kaccess
%{_kde5_bindir}/kapplymousetheme
%{_kde5_bindir}/kcm-touchpad-list-devices
%{_kde5_bindir}/kfontinst
%{_kde5_bindir}/kfontview
%{_kde5_bindir}/knetattach
%{_kde5_bindir}/krdb
%{_kde5_bindir}/solid-action-desktop-gen
%{_kde5_datadir}/config.kcfg/touchpad.kcfg
%{_kde5_datadir}/config.kcfg/touchpaddaemon.kcfg
%{_kde5_datadir}/kcm_componentchooser/kcm_*.desktop
%{_kde5_datadir}/kcm_phonon/*.png
%{_kde5_datadir}/kcminput/cursor_*
%{_kde5_datadir}/kcminput/pics/mouse_*.png
%{_kde5_datadir}/kcmkeyboard/pics/*.png
%{_kde5_datadir}/kcmkeys/*.kksrc
%{_kde5_datadir}/kcmsolidactions/solid-action-template.desktop
%{_kde5_datadir}/kconf_update/krdb_libpathwipe.upd
%{_kde5_datadir}/kcontrol/pics/*.png
%{_kde5_datadir}/kdisplay/app-defaults/*.ad
%{_kde5_datadir}/kdm/pics/users/*.png
%dir %{_kde5_datadir}/kf5/kactivitymanagerd/
%{_kde5_datadir}/kf5/kactivitymanagerd/*
%{_kde5_datadir}/kfontinst/icons/hicolor/*/actions/*.png
%{_kde5_datadir}/konqsidebartng/virtual_folders/services/fonts.desktop
%{_kde5_datadir}/kpackage/kcms/kcm_desktoptheme/
%{_kde5_datadir}/kpackage/kcms/kcm_lookandfeel/
%{_kde5_datadir}/kpackage/kcms/kcm_splashscreen/
%{_kde5_datadir}/solid/devices/solid-device-*.desktop
%{_kde5_iconsdir}/hicolor/*/apps/kfontview.*
%{_kde5_iconsdir}/hicolor/*/apps/preferences-desktop-font-installer.*
%{_kde5_iconsdir}/hicolor/*/devices/input-touchpad.*
%{_kde5_iconsdir}/hicolor/*/mimetypes/fonts-package.*
%{_kde5_libdir}/libkdeinit5_kaccess.so
%{_kde5_libdir}/kconf_update_bin/krdb_clearlibrarypath
%{_kde5_libexecdir}/kfontprint
%{_kde5_libexecdir}/kauth/fontinst
%{_kde5_libexecdir}/kauth/fontinst_helper
%{_kde5_libexecdir}/kauth/fontinst_x11
%{_kde5_libexecdir}/kauth/kcmdatetimehelper
%{_kde5_notificationsdir}/kaccess.notifyrc
%{_kde5_notificationsdir}/kcmstyle.notifyrc
%{_kde5_notificationsdir}/kcm_touchpad.notifyrc
%{_kde5_plugindir}/kded/device_automounter.so
%{_kde5_plugindir}/kded/keyboard.so
%dir %{_kde5_qmldir}/org/kde/activities/settings/
%{_kde5_qmldir}/org/kde/activities/settings/*
%{_kde5_services}/autostart.desktop
%{_kde5_services}/clock.desktop
%{_kde5_services}/colors.desktop
%{_kde5_services}/componentchooser.desktop
%{_kde5_services}/cursortheme.desktop
%{_kde5_services}/desktoppath.desktop
%{_kde5_services}/device_automounter_kcm.desktop
%{_kde5_services}/emoticons.desktop
%{_kde5_services}/fontinst.desktop
%{_kde5_services}/fonts.desktop
%{_kde5_services}/fonts.protocol
%{_kde5_services}/fontthumbnail.desktop
%{_kde5_services}/formats.desktop
%{_kde5_services}/icons.desktop
%{_kde5_services}/joystick.desktop
%{_kde5_services}/kaccess.desktop
%{_kde5_services}/kcm_activities.desktop
%{_kde5_services}/kcm_baloofile.desktop
%{_kde5_services}/kcm_desktoptheme.desktop
%{_kde5_services}/kcm_keyboard.desktop
%{_kde5_services}/kcm_lookandfeel.desktop
%{_kde5_services}/kcm_phonon.desktop
%{_kde5_services}/kcm_plasmasearch.desktop
%{_kde5_services}/kcm_splashscreen.desktop
%{_kde5_services}/kcm_touchpad.desktop
%{_kde5_services}/kcmaccess.desktop
%{_kde5_services}/kcmkded.desktop
%{_kde5_services}/kcmlaunch.desktop
%{_kde5_services}/kcmnotify.desktop
%{_kde5_services}/kcmsmserver.desktop
%{_kde5_services}/keys.desktop
%{_kde5_services}/kfontviewpart.desktop
%{_kde5_services}/mouse.desktop
%{_kde5_services}/solid-actions.desktop
%{_kde5_services}/spellchecking.desktop
%{_kde5_services}/standard_actions.desktop
%{_kde5_services}/style.desktop
%{_kde5_services}/translations.desktop
%{_kde5_services}/workspaceoptions.desktop
%{_kde5_services}/kded/touchpad.desktop
%{_kde5_services}/ServiceMenus/installfont.desktop
%{_kde5_servicetypes}/solid-device-type.desktop
%{_kde5_sysconfdir}/xdg/colorschemes.knsrc
%{_kde5_sysconfdir}/xdg/emoticons.knsrc
%{_kde5_sysconfdir}/xdg/icons.knsrc
%{_kde5_sysconfdir}/xdg/kfontinst.knsrc
%{_kde5_sysconfdir}/xdg/plasma-themes.knsrc
%{_kde5_sysconfdir}/xdg/xcursor.knsrc
%{_kde5_xmlguidir}/kfontinst/*.rc
%{_kde5_xmlguidir}/kfontview/*.rc
%{_qt5_plugindir}/attica_kde.so
%{_qt5_plugindir}/fontthumbnail.so
%{_qt5_plugindir}/kcm_access.so
%{_qt5_plugindir}/kcm_activities.so
%{_qt5_plugindir}/kcm_autostart.so
%{_qt5_plugindir}/kcm_baloofile.so
%{_qt5_plugindir}/kcm_clock.so
%{_qt5_plugindir}/kcm_colors.so
%{_qt5_plugindir}/kcm_componentchooser.so
%{_qt5_plugindir}/kcm_cursortheme.so
%{_qt5_plugindir}/kcm_desktoppaths.so
%{_qt5_plugindir}/kcm_emoticons.so
%{_qt5_plugindir}/kcm_fontinst.so
%{_qt5_plugindir}/kcm_fonts.so
%{_qt5_plugindir}/kcm_formats.so
%{_qt5_plugindir}/kcm_icons.so
%{_qt5_plugindir}/kcm_input.so
%{_qt5_plugindir}/kcm_joystick.so
%{_qt5_plugindir}/kcm_kded.so
%{_qt5_plugindir}/kcm_keyboard.so
%{_qt5_plugindir}/kcm_keys.so
%{_qt5_plugindir}/kcm_knotify.so
%{_qt5_plugindir}/kcm_launch.so
%{_qt5_plugindir}/kcm_phonon.so
%{_qt5_plugindir}/kcm_plasmasearch.so
%{_qt5_plugindir}/kcm_smserver.so
%{_qt5_plugindir}/kcm_solid_actions.so
%{_qt5_plugindir}/kcm_standard_actions.so
%{_qt5_plugindir}/kcm_style.so
%{_qt5_plugindir}/kcm_workspaceoptions.so
%{_qt5_plugindir}/kcmspellchecking.so
%{_qt5_plugindir}/kded_touchpad.so
%{_qt5_plugindir}/kfontviewpart.so
%{_qt5_plugindir}/kio_fonts.so
%{_qt5_plugindir}/libkcm_device_automounter.so
%{_qt5_plugindir}/libkcm_translations.so
%{_qt5_plugindir}/kcms/kcm_desktoptheme.so
%{_qt5_plugindir}/kcms/kcm_lookandfeel.so
%{_qt5_plugindir}/kcms/kcm_splashscreen.so
#
%{_datadir}/dbus-1/services/org.kde.fontinst.service
%{_datadir}/dbus-1/system-services/org.kde.fontinst.service
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmclock.service
%{_datadir}/polkit-1/actions/org.kde.fontinst.policy
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmclock.policy
%{_sysconfdir}/dbus-1/system.d/org.kde.fontinst.conf
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf
%{_datadir}/appdata/org.kde.plasmashell.metainfo.xml
# likely should be in a development package
%{_datadir}/dbus-1/interfaces/org.kde.touchpad.xml

#----------------------------------------------------------------------------

%package -n plasma5-applet-icontasks
Summary:	Plasma 5 icon tasks plasmoid
Group:		Graphical desktop/KDE
Requires:	plasma5-applet-taskmanager

%description -n plasma5-applet-icontasks
Plasma 5 icon tasks plasmoid.

%files -n plasma5-applet-icontasks
# Seems to be part of plasma5-applet-taskmanager
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.icontasks/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.icontasks/*
%{_kde5_services}/plasma-applet-org.kde.plasma.icontasks.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-kicker
Summary:	Plasma 5 kicker plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-kicker
Plasma 5 kicker plasmoid.

%files -n plasma5-applet-kicker -f plasma_applet_org.kde.plasma.kicker.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.kicker/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.kicker/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/kicker/
%{_kde5_qmldir}/org/kde/plasma/private/kicker/*
%{_kde5_services}/plasma-applet-org.kde.plasma.kicker.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-kickoff
Summary:	Plasma 5 kickoff plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-kickoff
Plasma 5 kickoff plasmoid.

%files -n plasma5-applet-kickoff -f plasma_applet_org.kde.plasma.kickoff.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.kickoff/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.kickoff/*
%{_kde5_services}/plasma-applet-org.kde.plasma.kickoff.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-kimpanel
Summary:	Plasma 5 kimpanel (input method panel) plasmoid
Group:		Graphical desktop/KDE
Requires:	plasma5-dataengine-kimpanel

%description -n plasma5-applet-kimpanel
Plasma 5 kimpanel (input method panel) plasmoid.

%files -n plasma5-applet-kimpanel -f plasma_applet_org.kde.kimpanel.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.kimpanel/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.kimpanel/*
%{_kde5_libexecdir}/kimpanel-ibus-panel
%dir %{_kde5_qmldir}/org/kde/plasma/private/kimpanel/
%{_kde5_qmldir}/org/kde/plasma/private/kimpanel/*
%{_kde5_services}/plasma-applet-org.kde.plasma.kimpanel.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-pager
Summary:	Plasma 5 pager plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-pager
Plasma 5 pager plasmoid.

%files -n plasma5-applet-pager -f plasma_applet_org.kde.plasma.pager.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.pager/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.pager/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/pager/
%{_kde5_qmldir}/org/kde/plasma/private/pager/*
%{_kde5_services}/plasma-applet-org.kde.plasma.pager.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-showactivitymanager
Summary:	Plasma 5 show activity manager plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-showactivitymanager
Plasma 5 show activity manager plasmoid.

%files -n plasma5-applet-showactivitymanager -f plasma_applet_org.kde.plasma.showActivityManager.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.showActivityManager/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.showActivityManager/*
%{_kde5_services}/plasma-applet-org.kde.plasma.showActivityManager.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-taskmanager
Summary:	Plasma 5 task manager plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-taskmanager
Plasma 5 task manager plasmoid.

%files -n plasma5-applet-taskmanager -f plasma_applet_org.kde.plasma.taskmanager.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.taskmanager/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.taskmanager/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/taskmanager/
%{_kde5_qmldir}/org/kde/plasma/private/taskmanager/*
%{_kde5_services}/plasma-applet-org.kde.plasma.taskmanager.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-touchpad
Summary:	Plasma 5 touchpad plasmoid
Group:		Graphical desktop/KDE
Requires:	plasma5-dataengine-touchpad

%description -n plasma5-applet-touchpad
Plasma 5 touchpad plasmoid.

%files -n plasma5-applet-touchpad -f plasma_applet_touchpad.lang
%{_kde5_datadir}/plasma/desktoptheme/default/icons/touchpad.svg
%dir %{_kde5_datadir}/plasma/plasmoids/touchpad/
%{_kde5_datadir}/plasma/plasmoids/touchpad/*
%{_kde5_services}/plasma-applet-touchpad.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-trash
Summary:	Plasma 5 trash plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-trash
Plasma 5 trash plasmoid.

%files -n plasma5-applet-trash -f plasma_applet_org.kde.plasma.trash.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.trash/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.trash/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/trash/
%{_kde5_qmldir}/org/kde/plasma/private/trash/*
%{_kde5_services}/plasma-applet-org.kde.plasma.trash.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-windowlist
Summary:	Plasma 5 window list plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-windowlist
Plasma 5 window list plasmoid.

%files -n plasma5-applet-windowlist -f plasma_applet_org.kde.plasma.windowlist.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.windowlist/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.windowlist/*
%{_kde5_services}/plasma-applet-org.kde.plasma.windowlist.desktop

#----------------------------------------------------------------------------

%package -n plasma5-color-scheme-honeycomb
Summary:	Plasma 5 Honeycomb color scheme
Group:		Graphical desktop/KDE

%description -n plasma5-color-scheme-honeycomb
Plasma 5 Honeycomb color scheme.

%files -n plasma5-color-scheme-honeycomb
%{_kde5_datadir}/color-schemes/Honeycomb.colors

#----------------------------------------------------------------------------

%package -n plasma5-color-scheme-norway
Summary:	Plasma 5 Norway color scheme
Group:		Graphical desktop/KDE

%description -n plasma5-color-scheme-norway
Plasma 5 Norway color scheme.

%files -n plasma5-color-scheme-norway
%{_kde5_datadir}/color-schemes/Norway.colors

#----------------------------------------------------------------------------

%package -n plasma5-color-scheme-obsidiancoast
Summary:	Plasma 5 Obsidian Coast color scheme
Group:		Graphical desktop/KDE

%description -n plasma5-color-scheme-obsidiancoast
Plasma 5 ObsidianCoast color scheme.

%files -n plasma5-color-scheme-obsidiancoast
%{_kde5_datadir}/color-schemes/ObsidianCoast.colors

#----------------------------------------------------------------------------

%package -n plasma5-color-scheme-oxygen
Summary:	Plasma 5 Oxygen color scheme
Group:		Graphical desktop/KDE

%description -n plasma5-color-scheme-oxygen
Plasma 5 Oxygen color scheme.

%files -n plasma5-color-scheme-oxygen
%{_kde5_datadir}/color-schemes/Oxygen.colors

#----------------------------------------------------------------------------

%package -n plasma5-color-scheme-oxygen-cold
Summary:	Plasma 5 Oxygen Cold color scheme
Group:		Graphical desktop/KDE

%description -n plasma5-color-scheme-oxygen-cold
Plasma 5 Oxygen Cold color scheme.

%files -n plasma5-color-scheme-oxygen-cold
%{_kde5_datadir}/color-schemes/OxygenCold.colors

#----------------------------------------------------------------------------

%package -n plasma5-color-scheme-steel
Summary:	Plasma 5 Steel color scheme
Group:		Graphical desktop/KDE

%description -n plasma5-color-scheme-steel
Plasma 5 Steel color scheme.

%files -n plasma5-color-scheme-steel
%{_kde5_datadir}/color-schemes/Steel.colors

#----------------------------------------------------------------------------

%package -n plasma5-color-scheme-wontonsoup
Summary:	Plasma 5 Wonton Soup color scheme
Group:		Graphical desktop/KDE

%description -n plasma5-color-scheme-wontonsoup
Plasma 5 Wonton Soup color scheme.

%files -n plasma5-color-scheme-wontonsoup
%{_kde5_datadir}/color-schemes/WontonSoup.colors

#----------------------------------------------------------------------------

%package -n plasma5-color-scheme-zion
Summary:	Plasma 5 Zion color scheme
Group:		Graphical desktop/KDE

%description -n plasma5-color-scheme-zion
Plasma 5 Zion color scheme.

%files -n plasma5-color-scheme-zion
%{_kde5_datadir}/color-schemes/Zion.colors

#----------------------------------------------------------------------------

%package -n plasma5-color-scheme-zion-reversed
Summary:	Plasma 5 Zion Reversed color scheme
Group:		Graphical desktop/KDE

%description -n plasma5-color-scheme-zion-reversed
Plasma 5 Zion Reversed color scheme.

%files -n plasma5-color-scheme-zion-reversed
%{_kde5_datadir}/color-schemes/ZionReversed.colors

#----------------------------------------------------------------------------

%package -n plasma5-containment-desktop
Summary:	Plasma 5 desktop containment
Group:		Graphical desktop/KDE

%description -n plasma5-containment-desktop
Plasma 5 desktop containment.

%files -n plasma5-containment-desktop -f plasma_applet_org.kde.desktopcontainment.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.desktopcontainment/
%{_kde5_datadir}/plasma/plasmoids/org.kde.desktopcontainment/*
%dir %{_kde5_qmldir}/org/kde/private/desktopcontainment/desktop/
%{_kde5_qmldir}/org/kde/private/desktopcontainment/desktop/*
%{_kde5_services}/plasma-containment-org.kde.desktopcontainment.desktop

#----------------------------------------------------------------------------

%package -n plasma5-containment-folder
Summary:	Plasma 5 folder containment
Group:		Graphical desktop/KDE

%description -n plasma5-containment-folder
Plasma 5 folder containment.

%files -n plasma5-containment-folder
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.folder/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.folder/*
%dir %{_kde5_qmldir}/org/kde/private/desktopcontainment/folder/
%{_kde5_qmldir}/org/kde/private/desktopcontainment/folder/*
%{_kde5_services}/plasma-applet-org.kde.plasma.folder.desktop

#----------------------------------------------------------------------------

%package -n plasma5-containment-panel
Summary:	Plasma 5 panel containment
Group:		Graphical desktop/KDE

%description -n plasma5-containment-panel
Plasma 5 panel containment.

%files -n plasma5-containment-panel
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.panel/
%{_kde5_datadir}/plasma/plasmoids/org.kde.panel/*
%{_kde5_services}/plasma-containment-org.kde.panel.desktop

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-kimpanel
Summary:	Plasma 5 kimpanel (input method panel) dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-kimpanel
Plasma 5 kimpanel (input method panel) dataengine.

%files -n plasma5-dataengine-kimpanel
%{_kde5_datadir}/plasma/services/kimpanel.operations
%{_kde5_services}/plasma-dataengine-kimpanel.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_kimpanel.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-touchpad
Summary:	Plasma 5 touchpad dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-touchpad
Plasma 5 touchpad dataengine.

%files -n plasma5-dataengine-touchpad
%{_kde5_datadir}/plasma/services/touchpad.operations
%{_kde5_services}/plasma-dataengine-touchpad.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_touchpad.so

#----------------------------------------------------------------------------

%package -n plasma5-layout-template-default-panel
Summary:	Plasma 5 default panel layout template
Group:		Graphical desktop/KDE
# For layout.js
Requires:	plasma5-config-plasma

%description -n plasma5-layout-template-default-panel
Plasma 5 default panel layout template.

%files -n plasma5-layout-template-default-panel
%dir %{_kde5_datadir}/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/
%dir %{_kde5_datadir}/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/contents/
%{_kde5_datadir}/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/metadata.desktop
%{_kde5_services}/plasma-layout-template-org.kde.plasma.desktop.defaultPanel.desktop

#----------------------------------------------------------------------------

%package -n plasma5-runner-kwin
Summary:	Plasma 5 kwin runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-kwin
Plasma 5 kwin runner.

%files -n plasma5-runner-kwin -f plasma_runner_kwin.lang
%{_kde5_services}/plasma-runner-kwin.desktop
%{_qt5_plugindir}/krunner_kwin.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-plasma-desktop
Summary:	Plasma 5 plasma desktop runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-plasma-desktop
Plasma 5 plasma desktop runner.

%files -n plasma5-runner-plasma-desktop
%{_kde5_services}/plasma-runner-plasma-desktop.desktop
%{_qt5_plugindir}/krunner_plasma-desktop.so

#----------------------------------------------------------------------------

%package -n plasma5-shell-desktop
Summary:	Plasma 5 desktop shell
Group:		Graphical desktop/KDE
Requires:	plasma-activityswitcher-qml
# For layout.js
Requires:	plasma5-config-plasma

%description -n plasma5-shell-desktop
Plasma 5 desktop shell.

%files -n plasma5-shell-desktop -f plasma_shell_org.kde.plasma.desktop.lang
%dir %{_kde5_datadir}/plasma/shells/org.kde.plasma.desktop/
%{_kde5_datadir}/plasma/shells/org.kde.plasma.desktop/*
%{_kde5_services}/plasma-shell-org.kde.plasma.desktop.desktop

#----------------------------------------------------------------------------

%package -n plasma5-toolbox-desktop
Summary:	Plasma 5 desktop toolbox
Group:		Graphical desktop/KDE

%description -n plasma5-toolbox-desktop
Plasma 5 desktop toolbox.

%files -n plasma5-toolbox-desktop -f plasma_toolbox_org.kde.desktoptoolbox.lang
%dir %{_kde5_datadir}/plasma/packages/org.kde.desktoptoolbox/
%{_kde5_datadir}/plasma/packages/org.kde.desktoptoolbox/*
%{_kde5_services}/plasma-package-org.kde.desktoptoolbox.desktop

#----------------------------------------------------------------------------

%package -n plasma5-toolbox-panel
Summary:	Plasma 5 panel toolbox
Group:		Graphical desktop/KDE

%description -n plasma5-toolbox-panel
Plasma 5 panel toolbox.

%files -n plasma5-toolbox-panel
%dir %{_kde5_datadir}/plasma/packages/org.kde.paneltoolbox/
%{_kde5_datadir}/plasma/packages/org.kde.paneltoolbox/*
%{_kde5_services}/plasma-package-org.kde.paneltoolbox.desktop

#----------------------------------------------------------------------------

%define qmlplasma_activityswitcher %mklibname plasma-activityswitcher-qml

%package -n %{qmlplasma_activityswitcher}
Summary:	QML plugins for Plasma 5 activity switcher
Group:		System/Libraries
Provides:	plasma-activityswitcher-qml = %{EVRD}

%description -n %{qmlplasma_activityswitcher}
QML plugins for Plasma 5 activity switcher.

%files -n %{qmlplasma_activityswitcher}
%dir %{_kde5_qmldir}/org/kde/plasma/activityswitcher/
%{_kde5_qmldir}/org/kde/plasma/activityswitcher/*

#----------------------------------------------------------------------------

%define kfontinst_major 5
%define libkfontinst %mklibname kfontinst %{kfontinst_major}

%package -n %{libkfontinst}
Summary:	Plasma 5 desktop shared library
Group:		System/Libraries

%description -n %{libkfontinst}
Plasma 5 desktop shared library.

%files -n %{libkfontinst}
%{_kde5_libdir}/libkfontinst.so.%{kfontinst_major}*

#----------------------------------------------------------------------------

%define kfontinstui_major 5
%define libkfontinstui %mklibname kfontinstui %{kfontinstui_major}

%package -n %{libkfontinstui}
Summary:	Plasma 5 desktop shared library
Group:		System/Libraries

%description -n %{libkfontinstui}
Plasma 5 desktop shared library.

%files -n %{libkfontinstui}
%{_kde5_libdir}/libkfontinstui.so.%{kfontinstui_major}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1

# Not ported yet
rm -f po/*/plasma_runner_plasma-desktop.po

%build
%cmake_kde5_kf5locales
# Too greedy for resources
make

%install
%makeinstall_std -C build

# We don't have headers
rm -f %{buildroot}%{_libdir}/libkfontinst.so
rm -f %{buildroot}%{_libdir}/libkfontinstui.so

# Moved to plasma5-config-* package
rm -f %{buildroot}%{_kde5_datadir}/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/contents/layout.js
rm -f %{buildroot}%{_kde5_datadir}/plasma/shells/org.kde.plasma.desktop/contents/layout.js

%find_lang %{oname} attica_kde autostart baloo bell bookmarks cache clock colors componentchooser cookies cursortheme joystick kaccess \
           kcm_activities kcm_activities5 kcm_autostart kcm_baloofile kcm_desktoppaths kcm_desktoptheme kcm_desktopthemedetails \
           kcm_device_automounter kcm_emoticons \
           kcm_lookandfeel kcm_phonon kcm_search kcm_solid_actions kcm_splashscreen kcm_standard_actions kcm_touchpad \
           kcmaccess kcmbell kcmcolors kcmcomponentchooser kcmfonts kcmformats kcmicons kcminput kcmkclock \
           kcmkded kcmkeyboard kcmkeys kcmlaunch kcmmousetheme kcmnotify kcmsmserver kcmstyle kcmtranslations kcmworkspaceoptions \
           kfontinst knetattach krdb ktouchpadenabler useraccount plasmaactivitymanager \
           desktopthemedetails ebrowsing emoticons filemanager filetypes fontinst fonts formats history icons kcmcss kded \
           keyboard keys kfontview mouse netpref paths performance phonon proxy solid-device-automounter spellchecking translations \
           khtml-adblock khtml-behavior khtml-general khtml-java-js khtml-plugins smb solid-actions splashscreen useragent \
           %{name}.lang --with-html --with-kde
%kf5locales_fix %{name}.lang

%find_lang plasma_applet_org.kde.plasma.kicker
%kf5locales_fix plasma_applet_org.kde.plasma.kicker.lang

%find_lang plasma_applet_org.kde.kimpanel
%kf5locales_fix plasma_applet_org.kde.kimpanel.lang

%find_lang plasma_applet_org.kde.plasma.kickoff
%kf5locales_fix plasma_applet_org.kde.plasma.kickoff.lang

%find_lang plasma_applet_org.kde.plasma.pager
%kf5locales_fix plasma_applet_org.kde.plasma.pager.lang

%find_lang plasma_applet_org.kde.plasma.showActivityManager
%kf5locales_fix plasma_applet_org.kde.plasma.showActivityManager.lang

%find_lang plasma_applet_org.kde.plasma.taskmanager
%kf5locales_fix plasma_applet_org.kde.plasma.taskmanager.lang

%find_lang plasma_applet_org.kde.plasma.trash
%kf5locales_fix plasma_applet_org.kde.plasma.trash.lang

%find_lang plasma_applet_org.kde.plasma.windowlist
%kf5locales_fix plasma_applet_org.kde.plasma.windowlist.lang

%find_lang plasma_applet_org.kde.desktopcontainment
%kf5locales_fix plasma_applet_org.kde.desktopcontainment.lang

%find_lang plasma_applet_touchpad
%kf5locales_fix plasma_applet_touchpad.lang

%find_lang plasma_runner_kwin
%kf5locales_fix plasma_runner_kwin.lang

%find_lang plasma_shell_org.kde.plasma.desktop
%kf5locales_fix plasma_shell_org.kde.plasma.desktop.lang

%find_lang plasma_toolbox_org.kde.desktoptoolbox
%kf5locales_fix plasma_toolbox_org.kde.desktoptoolbox.lang


%changelog

* Fri Jul 22 2016 valerol <valerol@ya.ru> 5.7.2-1
- (e5fd27a) Drop no longer built files
- (valerol: 0f49799) Drop libkf5activitiesexperimentalstats package
- (valerol: 0f49799) Add plasma5-runner-kwin and plasma5-runner-plasma-desktop packages
- (valerol: 0f49799) Add new files to main package
- (valerol: f282772) Build requires kf5activitiesstats-devel
- (valerol: 9f04c2a) Update Russian translation
- (valerol: e0a506a) New version 5.7.2

* Sun Jul 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.5-5
- (3d0e1bc) Keep only rpmdrake and systemsettings in kicker and kickoff favorites

* Sun Jul 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.5-4
- (c509d92) Replace dolphin with rpmdrake in kicker and kickoff favorites

* Thu Jul 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.5-3
- (79105e0) Use icons from icon theme for Kicker and Kickoff (KDE #365204)

* Thu Jul 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.5-2
- (0fce2d2) Don't mess up GTK colors if GTK+ widget style is used

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.5-1
- (56ef1b7) New version 5.6.5

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.3-1
- (26c0810) Specify version for Plasma 5 BuildRequires
- (Andrey Bondrov: 59e7086) New version 5.6.3

* Thu Apr 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-2
- (c63b7e5) MassBuild#1030: Increase release tag

* Sat Apr 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-1
- (b3c6a4f) Build requires pkgconfig(ibus-1.0)
- (Andrey Bondrov: 8da652e) Update files (merge and obsolete kactivities-workspace package)
- (Andrey Bondrov: aaab5d9) Add plasma5-applet-kimpanel and plasma5-dataengine-kimpanel subpackages (moved from plasma5-kdeplasma-addons)
- (Andrey Bondrov: 817d961) Drop ru patch (fixed upstream)
- (Andrey Bondrov: 4443bff) New version 5.6.2

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-2
- (a6a491c) MassBuild#1001: Increase release tag

* Wed Mar 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-1
- (3d75ae9) Update Russian translation patch
- (Andrey Bondrov: 84f2af5) New version 5.5.5

* Wed Jan 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.4-1
- (1585304) Update Russian translation
- (Andrey Bondrov: c958080) New version 5.5.4

* Thu Jan 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.3-2
- (f9f1e80) Move org.kde.plasma.desktop layout.js to plasma5-config-plasma package

* Thu Jan 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.3-1
- (32f7c02) Update Russian translations patch (drop merged part)
- (Andrey Bondrov: 4164ef1) New version 5.5.3

* Wed Jan 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.2-5
- (3dc3930) Use org.kde.plasma.folder as default desktop mode

* Wed Jan 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.2-4
- (d385143) Require plasma5-config-plasma instead of plasma5-config

* Sun Jan 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.2-3
- (b248ca0) Move layout.js for default panel to plasma5-config package

* Tue Dec 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.2-2
- (19572cc) Fix a typo in ru patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23729 |14mu|plasma5-desktoptheme-rosa-fresh-1.0-0.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 ROSA Desktop Fresh desktop theme
Name:		plasma5-desktoptheme-rosa-fresh
Version:	1.0
Release:	0.5
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.com/
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5plasma-devel
Provides:	plasma5-desktoptheme-default = %{EVRD}
BuildArch:	noarch

%description
Plasma 5 ROSA Desktop Fresh desktop theme.

%files
%dir %{_kde5_datadir}/plasma/desktoptheme/rosa-fresh
%{_kde5_datadir}/plasma/desktoptheme/rosa-fresh/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5

%install
%makeinstall_std -C build

%changelog

* Fri Jul 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.5
- (1247c0b) Add system (reboot, shutdown etc) icons to plasma theme



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23730 |14mu|plasma5-dolphin-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname dolphin

Summary:	File manager for Plasma 5 focusing on usability
Name:		plasma5-%{oname}
Version:	16.04.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/applications/system/dolphin/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{oname}-%{version}.tar.xz
Patch0:		dolphin-16.04.2-fileplaces.patch
Patch1:		dolphin-15.08.0-set-preview-true.patch
Patch2:		dolphin-16.04.2-klook.patch
# See https://bugs.kde.org/show_bug.cgi?id=357752
Patch3:		dolphin-15.12.0-no-hover-background.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5activities-devel
BuildRequires:	kf5baloo-devel
BuildRequires:	kf5baloowidgets-devel
BuildRequires:	kf5bookmarks-devel
BuildRequires:	kf5completion-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5filemetadata-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5init-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5newstuff-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5parts-devel
BuildRequires:	kf5solid-devel
BuildRequires:	kf5texteditor-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
Conflicts:	dolphin
Suggests:	klook

%description
Dolphin is a file manager for Plasma 5 focusing on usability.
The main features of Dolphin are:
- Navigation bar for URLs, which allows to navigate quickly
     through the file hierarchy.
- View properties are remembered for each folder.
- Split of views is supported.
- Network transparency.
- Undo/redo functionality.
- Renaming of a variable number of selected items in one step.

Dolphin is not intended to be a competitor to Konqueror: Konqueror
acts as universal viewer being able to show HTML pages, text documents,
directories and a lot more, whereas Dolphin focuses on being only a file
manager. This approach allows to optimize the user interface for the task
of file management.

%files
%doc README COPYING COPYING.DOC
%{_kde5_applicationsdir}/org.kde.dolphin.desktop
%{_kde5_bindir}/dolphin
%{_kde5_bindir}/servicemenudeinstallation
%{_kde5_bindir}/servicemenuinstallation
%{_kde5_datadir}/config.kcfg/dolphin_*.kcfg
%{_kde5_docdir}/HTML/en/dolphin
%{_kde5_libdir}/libkdeinit5_dolphin.so
%{_kde5_services}/dolphinpart.desktop
%{_kde5_services}/kcmdolphingeneral.desktop
%{_kde5_services}/kcmdolphinnavigation.desktop
%{_kde5_services}/kcmdolphinservices.desktop
%{_kde5_services}/kcmdolphinviewmodes.desktop
%{_kde5_servicetypes}/fileviewversioncontrolplugin.desktop
%{_kde5_sysconfdir}/xdg/servicemenu.knsrc
%{_kde5_xmlguidir}/dolphin/*.rc
%{_kde5_xmlguidir}/dolphinpart/*.rc
%{_datadir}/appdata/org.kde.dolphin.appdata.xml
%{_datadir}/dbus-1/services/org.kde.dolphin.FileManager1.service
%{_qt5_plugindir}/dolphinpart.so
%{_qt5_plugindir}/kcm_dolphingeneral.so
%{_qt5_plugindir}/kcm_dolphinnavigation.so
%{_qt5_plugindir}/kcm_dolphinservices.so
%{_qt5_plugindir}/kcm_dolphinviewmodes.so

#----------------------------------------------------------------------------

%define dolphinprivate_major 5
%define libdolphinprivate %mklibname dolphinprivate %{dolphinprivate_major}

%package -n %{libdolphinprivate}
Summary:	Shared library for Dolphin
Group:		System/Libraries

%description -n %{libdolphinprivate}
Shared library for Dolphin.

%files -n %{libdolphinprivate}
%{_kde5_libdir}/libdolphinprivate.so.%{dolphinprivate_major}*

#----------------------------------------------------------------------------

%define dolphinvcs_major 5
%define libdolphinvcs %mklibname dolphinvcs %{dolphinvcs_major}

%package -n %{libdolphinvcs}
Summary:	Shared library for Dolphin
Group:		System/Libraries

%description -n %{libdolphinvcs}
Shared library for Dolphin.

%files -n %{libdolphinvcs}
%{_kde5_libdir}/libdolphinvcs.so.%{dolphinprivate_major}*

#----------------------------------------------------------------------------

%define devdolphin %mklibname dolphin -d

%package -n %{devdolphin}
Summary:	Development files for Dolphin
Group:		Development/KDE and Qt
Requires:	%{libdolphinvcs} = %{EVRD}
Provides:	dolphin-devel = %{EVRD}

%description -n %{devdolphin}
Development files for Dolphin.

%files -n %{devdolphin}
%dir %{_kde5_includedir}/Dolphin/
%{_kde5_includedir}/Dolphin/*
%{_kde5_includedir}/dolphin_export.h
%dir %{_kde5_libdir}/cmake/DolphinVcs/
%{_kde5_libdir}/cmake/DolphinVcs/*.cmake
%{_kde5_libdir}/libdolphinvcs.so
%{_datadir}/dbus-1/interfaces/org.freedesktop.FileManager1.xml

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

# Don't ship development file for private library
rm -rf %{buildroot}%{_kde5_libdir}/libdolphinprivate.so

%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (a57d17c) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23731 |14mu|plasma5-ffmpegthumbs-16.04.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ffmpegthumbs

Summary:	Video thumbnail generator for Plasma 5 file managers
Name:		plasma5-%{oname}
Version:	16.04.3
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5kio-devel
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)

%description
Video thumbnail generator for Plasma 5 file managers.

%files
%doc COPYING
%{_kde5_services}/ffmpegthumbs.desktop
%{_qt5_plugindir}/ffmpegthumbs.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sun Jul 24 2016 valerol <valerol@ya.ru> 16.04.3-2
- (6171ddf) Drop Conflicts with ffmpegthumbs, there's no file conflict



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23732 |14mu|plasma5-integration-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname plasma-integration

Summary:	Plasma 5 workspace and cross-framework integration module
Name:		plasma5-integration
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
Patch0:		plasma-integration-5.6.2-default-fonts.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	breeze-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5wayland-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcursor)

%description
Plasma 5 workspace and cross-framework integration module.

#----------------------------------------------------------------------------

%package -n qt5-platformtheme-plasma5
Summary:	Plasma 5 platform theme for Qt 5
Group:		Graphical desktop/KDE
Requires:	frameworkintegration
Obsoletes:	qt5-platformtheme-kde5 < 5.23.0

%description -n qt5-platformtheme-plasma5
Plasma 5 platform theme for Qt 5.

%files -n qt5-platformtheme-plasma5 -f plasmaintegration5.lang
%{_qt5_plugindir}/platformthemes/KDEPlasmaPlatformTheme.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang plasmaintegration5

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (5e78af5) Build requires breeze-devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23733 |14mu|plasma5-kate-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kate

Summary:	Plasma 5 advanced text editor
Name:		plasma5-%{oname}
Version:	16.04.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/multimedia/kmix/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{oname}-%{version}.tar.xz
Source1:	org.kde.kwriteroot.desktop
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5activities-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5crash-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5itemmodels-devel
BuildRequires:	kf5jobwidgets-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5newstuff-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5parts-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5texteditor-devel
BuildRequires:	kf5threadweaver-devel
BuildRequires:	kf5wallet-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
Conflicts:	kate
# katepart is now mostly a part of ktexteditor-kf5
# so package remaining files to plasma5-kate

%description
A fast and advanced text editor with nice plugins for Plasma 5.

%files
%{_kde5_applicationsdir}/org.kde.kate.desktop
%{_kde5_bindir}/kate
%dir %{_kde5_datadir}/kateproject/
%{_kde5_datadir}/kateproject/kateproject.example
%dir %{_kde5_datadir}/katexmltools/
%{_kde5_datadir}/katexmltools/*
%{_kde5_docdir}/HTML/en/kate
%{_kde5_docdir}/HTML/en/katepart
%{_kde5_iconsdir}/*/*/*/kate.*
%{_kde5_mandir}/man1/kate.1*
%{_kde5_xmlguidir}/katexmltools/ui.rc
%{_datadir}/appdata/org.kde.kate.appdata.xml
%{_qt5_plugindir}/ktexteditor/katebacktracebrowserplugin.so
%{_qt5_plugindir}/ktexteditor/katebuildplugin.so
%{_qt5_plugindir}/ktexteditor/katecloseexceptplugin.so
%{_qt5_plugindir}/ktexteditor/katectagsplugin.so
%{_qt5_plugindir}/ktexteditor/katefilebrowserplugin.so
%{_qt5_plugindir}/ktexteditor/katefiletreeplugin.so
%{_qt5_plugindir}/ktexteditor/kategdbplugin.so
%{_qt5_plugindir}/ktexteditor/katekonsoleplugin.so
%{_qt5_plugindir}/ktexteditor/kateopenheaderplugin.so
%{_qt5_plugindir}/ktexteditor/kateprojectplugin.so
%{_qt5_plugindir}/ktexteditor/katereplicodeplugin.so
%{_qt5_plugindir}/ktexteditor/katesearchplugin.so
%{_qt5_plugindir}/ktexteditor/katesnippetsplugin.so
%{_qt5_plugindir}/ktexteditor/katesqlplugin.so
%{_qt5_plugindir}/ktexteditor/katesymbolviewerplugin.so
%{_qt5_plugindir}/ktexteditor/katexmltoolsplugin.so
%{_qt5_plugindir}/ktexteditor/kterustcompletionplugin.so
%{_qt5_plugindir}/ktexteditor/ktexteditor_lumen.so
%{_qt5_plugindir}/ktexteditor/tabswitcherplugin.so
%{_qt5_plugindir}/ktexteditor/textfilterplugin.so

#----------------------------------------------------------------------------

%package -n plasma5-kwrite
Summary:	Simple text editor for Plasma 5
Group:		Graphical desktop/KDE
Conflicts:	kwrite

%description -n plasma5-kwrite
KWrite is a text editor for Plasma 5, based on the Kate's editor component.
Features :
    Syntax highlighting according to the file type
    Word completion
    Auto-identation
    Plugin support
    Vi input mode

%files -n plasma5-kwrite
%{_kde5_applicationsdir}/org.kde.kwrite.desktop
%{_kde5_applicationsdir}/org.kde.kwriteroot.desktop
%{_kde5_bindir}/kwrite
%{_kde5_docdir}/HTML/en/kwrite
%{_kde5_iconsdir}/*/*/*/kwrite.*
%{_datadir}/appdata/org.kde.kwrite.appdata.xml

#----------------------------------------------------------------------------

%package -n plasma5-applet-katesessions
Summary:	Plasma 5 kate sessions plasmoid
Group:		Graphical desktop/KDE
Requires:	plasma5-dataengine-katesessions

%description -n plasma5-applet-katesessions
Plasma 5 kate sessions plasmoid.

%files -n plasma5-applet-katesessions
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.katesessions/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.katesessions/*
%{_kde5_services}/plasma-applet-org.kde.plasma.katesessions.desktop

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-katesessions
Summary:	Plasma 5 kate sessions dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-katesessions
Plasma 5 kate sessions dataengine.

%files -n plasma5-dataengine-katesessions
%{_kde5_datadir}/plasma/services/org.kde.plasma.katesessions.operations
%{_kde5_services}/plasma-dataengine-katesessions.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_katesessions.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

install -m 0644 %{SOURCE1} %{buildroot}%{_kde5_applicationsdir}/org.kde.kwriteroot.desktop

%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:16.04.3-1
- (8e7d1a0) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23734 |14mu|plasma5-kcm-drakauth-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Control Module for launching DrakAuth
Name:		plasma5-kcm-drakauth
Version:	1.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.ru
Source0:	kcm5_drakauth.desktop
BuildRequires:	kde5-macros
Requires:	drakxtools-curses
BuildArch:	noarch

%description
DrakAuth launcher for Plasma 5 Control Center.

%files
%{_kde5_services}/kcm5_drakauth.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde5_services}/


%changelog

* Mon Aug 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-2
- (4dd7ff0) Requires drakxtools-curses



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23735 |14mu|plasma5-kcm-drakdvb-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Control Module for launching DrakDVB
Name:		plasma5-kcm-drakdvb
Version:	1.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.ru
Source0:	kcm5_drakdvb.desktop
BuildRequires:	kde5-macros
Requires:	drakxtools
Suggests:	dvbsubs
BuildArch:	noarch

%description
DrakDVB launcher for Plasma 5 Control Center.

%files
%{_kde5_services}/kcm5_drakdvb.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde5_services}/


%changelog

* Mon Aug 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-2
- (48e8109) Requires drakxtools



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23736 |14mu|plasma5-kcm-drakfirewall-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Control Module for launching DrakFirewall
Name:		plasma5-kcm-drakfirewall
Version:	1.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.ru
Source0:	kcm5_drakfirewall.desktop
BuildRequires:	kde5-macros
Requires:	drakx-net-text
BuildArch:	noarch

%description
DrakFirewall launcher for Plasma 5 Control Center.

%files
%{_kde5_services}/kcm5_drakfirewall.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde5_services}/


%changelog

* Mon Aug 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-2
- (f50727c) Requires drakx-net-text



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23737 |14mu|plasma5-kcm-drakguard-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Control Module for launching DrakGuard
Name:		plasma5-kcm-drakguard
Version:	1.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.ru
Source0:	kcm5_drakguard.desktop
BuildRequires:	kde5-macros
Requires:	drakguard
BuildArch:	noarch

%description
DrakGuard launcher for Plasma 5 Control Center.

%files
%{_kde5_services}/kcm5_drakguard.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde5_services}/kcm5_drakguard.desktop


%changelog

* Mon Aug 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-2
- (1c4b482) Requires drakguard



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23738 |14mu|plasma5-kcm-draksec-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Control Module for launching DrakSec
Name:		plasma5-kcm-draksec
Version:	1.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.ru
Source0:	kcm5_draksec.desktop
BuildRequires:	kde5-macros
Requires:	drakxtools
BuildArch:	noarch

%description
DrakSec launcher for Plasma 5 Control Center.

%files
%{_kde5_services}/kcm5_draksec.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde5_services}/


%changelog

* Mon Aug 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-2
- (2eb391e) Requires drakxtools



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23739 |14mu|plasma5-kcm-drakxservices-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Control Module for launching DrakXServices
Name:		plasma5-kcm-drakxservices
Version:	1.0
Release:	4
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.ru
Source0:	kcm5_drakxservices.desktop
Source1:	kcm5-drakxservices.png
BuildRequires:	kde5-macros
Requires:	drakxtools-curses
BuildArch:	noarch

%description
DrakXServices launcher for Plasma 5 Control Center.

%files
%{_kde5_services}/kcm5_drakxservices.desktop
%{_kde5_iconsdir}/hicolor/48x48/apps/kcm5-drakxservices.png

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_services}
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
install -m 644 %{SOURCE0} %{buildroot}%{_kde5_services}/
install -m 644 %{SOURCE1} %{buildroot}%{_kde5_iconsdir}/hicolor/48x48/apps/


%changelog

* Thu Jul 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-4
- (88eb3c4) Use system-run icon from icons theme



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23740 |14mu|plasma5-kcm-grub2-0.7.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname grub2-editor

Summary:	Plasma 5 control module for Grub2
Name:		plasma5-kcm-grub2
Version:	0.7.0
Release:	3
License:	GPLv2
Group:		Graphical desktop/KDE
Url:		https://github.com/maz-1/grub2-editor
Source0:	%{oname}-%{version}.tar.gz
Source1:	kcm-grub2.po
Patch0:		grub2-editor-0.7.0-l10n.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	grub2
BuildRequires:	kf5auth-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5solid-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(hwinfo)
BuildRequires:	pkgconfig(MagickCore)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Widgets)
Conflicts:	kcm-grub2

%description
Plasma 5 control podule for configuring the GRUB2 bootloader.
Unofficial KF5 port.

%files -f kcm-grub2.lang
%{_kde5_libexecdir}/kauth/kcmgrub2helper
%{_kde5_services}/kcm_grub2.desktop
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmgrub2.service
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmgrub2.policy
%{_qt5_plugindir}/kcm_grub2.so
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmgrub2.conf

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
cp -f %{SOURCE1} po/ru/kcm-grub2.po

%build
%cmake_kde5 \
	-DGRUB_INSTALL_EXE="%{_sbindir}/grub2-install" \
	-DGRUB_MKCONFIG_EXE="%{_sbindir}/grub2-mkconfig" \
	-DGRUB_PROBE_EXE="%{_sbindir}/grub2-probe" \
	-DGRUB_SET_DEFAULT_EXE="%{_sbindir}/grub2-set-default" \
	-DGRUB_MAKE_PASSWD_EXE="%{_bindir}/grub2-mkpasswd-pbkdf2" \
	-DGRUB_MENU="/boot/grub2/grub.cfg" \
	-DGRUB_ENV="/boot/grub2/grubenv" \
	-DGRUB_CONFIG="%{_sysconfdir}/default/grub" \
	-DGRUB_MEMTEST="%{_sysconfdir}/grub.d/20_memtest86+" \
	-DGRUB_CONFIGDIR="%{_sysconfdir}/grub.d" \
	-DGRUB_SECURITY="01_header_passwd"
%make

%install
%makeinstall_std -C build

%find_lang kcm-grub2


%changelog

* Fri Jun 23 2017 Rosa <rosa@abf.rosalinux.ru> 0.7.0-3
- (d2e309f) Automatic import for version 0.7.0-3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23741 |14mu|plasma5-kcm-harddrake-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Control Module for launching HardDrake
Name:		plasma5-kcm-harddrake
Version:	1.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.ru
Source0:	kcm5_harddrake.desktop
BuildRequires:	kde5-macros
Requires:	harddrake-ui
BuildArch:	noarch

%description
HardDrake launcher for Plasma 5 Control Center.

%files
%{_kde5_services}/kcm5_harddrake.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde5_services}/


%changelog

* Mon Aug 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-2
- (ce2366e) Adjust system settings category (hardware -> system-administration)
- (ce2366e) Replace KDE5 with Plasma 5 in description



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23742 |14mu|plasma5-kcm-printer-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Control Module for launching system-config-printer
Name:		plasma5-kcm-printer
Version:	1.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.ru
Source0:	kcm5_printer.desktop
BuildRequires:	kde5-macros
Requires:	system-config-printer
BuildArch:	noarch

%description
system-config-printer launcher for Plasma 5 Control Center.

%files
%{_kde5_services}/kcm5_printer.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde5_services}/


%changelog

* Mon Aug 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-2
- (8190c5b) Requires system-config-printer



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23743 |14mu|plasma5-kcm-rpmdrake-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Control Module for launching RPMDrake
Name:		plasma5-kcm-rpmdrake
Version:	1.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.ru
Source0:	kcm5_rpmdrake.desktop
BuildRequires:	kde5-macros
Requires:	rpmdrake
BuildArch:	noarch

%description
RPMDrake launcher for Plasma 5 Control Center.

%files
%{_kde5_services}/kcm5_rpmdrake.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde5_services}/


%changelog

* Mon Aug 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-2
- (acc6fd1) Requires rpmdrake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23744 |14mu|plasma5-kcm-rpmdrake-sources-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Control Module for launching repository configuration GUI
Name:		plasma5-kcm-rpmdrake-sources
Version:	1.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.ru
Source0:	kcm5_rpmdrake-sources.desktop
BuildRequires:	kde5-macros
Requires:	rpmdrake
BuildArch:	noarch

%description
Repository configuration GUI GUI launcher for Plasma 5 Control Center.

%files
%{_kde5_services}/kcm5_rpmdrake-sources.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde5_services}/


%changelog

* Mon Aug 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-2
- (a4eada9) Requires rpmdrake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23745 |14mu|plasma5-kcm-rpmdrake-update-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Control Module for launching ROSA Update GUI
Name:		plasma5-kcm-rpmdrake-update
Version:	1.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.ru
Source0:	kcm5_rpmdrake-update.desktop
BuildRequires:	kde5-macros
Requires:	rpmdrake
BuildArch:	noarch

%description
ROSA Update GUI launcher for Plasma 5 Control Center.

%files
%{_kde5_services}/kcm5_rpmdrake-update.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde5_services}/


%changelog

* Mon Aug 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-2
- (4eac0ca) Requires rpmdrake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23746 |14mu|plasma5-kcm-userdrake-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Control Module for launching UserDrake
Name:		plasma5-kcm-userdrake
Version:	1.0
Release:	2
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.ru
Source0:	kcm5_userdrake.desktop
BuildRequires:	kde5-macros
Requires:	userdrake
BuildArch:	noarch

%description
UserDrake launcher for Plasma 5 Control Center.

%files
%{_kde5_services}/kcm5_userdrake.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde5_services}/


%changelog

* Mon Aug 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-2
- (dd0ac44) Requires userdrake



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23747 |14mu|plasma5-kcm-XFdrake-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 Control Module for launching XFdrake
Name:		plasma5-kcm-XFdrake
Version:	1.0
Release:	10
License:	GPLv3+
Url:		http://rosalinux.ru
Group:		Graphical desktop/KDE
Source0:	kcm5_XFdrake.desktop
BuildRequires:	kde5-macros
Requires:	drakx-kbd-mouse-x11
BuildArch:	noarch

%description
XFdrake launcher for Plasma 5 Control Center.

%files
%{_kde5_services}/kcm5_XFdrake.desktop

#----------------------------------------------------------------------------

%prep

%build

%install
mkdir -p %{buildroot}%{_kde5_services}
install -m 644 %{SOURCE0} %{buildroot}%{_kde5_services}/


%changelog

* Thu Jul 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-10
- (a4c37bd) Change some Name fields in desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23748 |14mu|plasma5-kdeconnect-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kdeconnect-kde

Summary:	Android integration with Plasma 5 desktop
Name:		plasma5-kdeconnect
Version:	1.0.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/base/kdeconnect-kde
Source0:	http://download.kde.org/unstable/kdeconnect/%{version}/src/%{oname}-%{version}.tar.xz
Source1:	kdeconnect-ru.tar.gz
Patch0:		kdeconnect-kde-1.0.2-soversion.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5declarative-devel
BuildRequires:  kf5doctools-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5wayland-devel
BuildRequires:	pkgconfig(libfakekey)
BuildRequires:	pkgconfig(qca2-qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xtst)
Suggests:	plasma5-applet-kdeconnect
Requires:	plasma5-kio-kdeconnect
Requires:	libkcore = %{version}
Requires:	libkinterfaces = %{version}
Requires:	qca2-qt5
Requires:	qca2-qt5-plugin-openssl
Requires:	qca2-qt5-plugin-gnupg
Requires:	sshfs-fuse
Conflicts:	kdeconnect

%description
Android integration with Plasma 5 desktop.

%files -f %{oname}.lang
%doc COPYING
%{_kde5_bindir}/kcapp
%{_kde5_bindir}/kdeconnect-cli
%{_kde5_applicationsdir}/*.desktop
%{_kde5_iconsdir}/hicolor/*/apps/kdeconnect.*
%{_kde5_iconsdir}/hicolor/*/status/laptop-*.*
%{_kde5_iconsdir}/hicolor/*/status/smartphone-*.*
%{_kde5_iconsdir}/hicolor/*/status/tablet-*.*
%{_kde5_libexecdir}/kdeconnectd
%{_kde5_notificationsdir}/kdeconnect.notifyrc
%{_kde5_services}/kcm_kdeconnect.desktop
%{_kde5_services}/kdeconnect_pausemusic_config.desktop
%{_kde5_services}/kdeconnect_share_config.desktop
%{_kde5_services}/kdeconnectsendfile.desktop
%{_kde5_services}/kdeconnect_runcommand_config.desktop
%{_kde5_services}/kdeconnect_sendnotifications_config.desktop
%{_kde5_servicetypes}/kdeconnect_plugin.desktop
%{_kde5_autostart}/kdeconnectd.desktop
%{_datadir}/dbus-1/services/org.kde.kdeconnect.service
%{_qt5_plugindir}/kcm_kdeconnect.so
%{_qt5_plugindir}/kdeconnect_pausemusic_config.so
%{_qt5_plugindir}/kdeconnect_share_config.so
%{_qt5_plugindir}/kdeconnect/kdeconnect_*.so
%{_qt5_plugindir}/kdeconnect_runcommand_config.so
%{_qt5_plugindir}/kdeconnect_sendnotifications_config.so
%{_qt5_plugindir}/kdeconnectfileitemaction.so
%{_kde5_docdir}/HTML/en/kdeconnect-kde/index.cache.bz2
%{_kde5_docdir}/HTML/en/kdeconnect-kde/index.docbook


#----------------------------------------------------------------------------

%package -n plasma5-applet-kdeconnect
Summary:	Plasma 5 kdeconnect plasmoid
Group:		Graphical desktop/KDE
Requires:	%{name}

%description -n plasma5-applet-kdeconnect
Plasma 5 kdeconnect plasmoid.

%files -n plasma5-applet-kdeconnect -f plasma_applet_org.kde.kdeconnect.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.kdeconnect/
%{_kde5_datadir}/plasma/plasmoids/org.kde.kdeconnect/*
%{_kde5_services}/plasma-kdeconnect.desktop
%dir %{_kde5_qmldir}/org/kde/kdeconnect
%{_kde5_qmldir}/org/kde/kdeconnect/*
%{_appdatadir}/org.kde.kdeconnect.kcm.appdata.xml

#----------------------------------------------------------------------------

%package -n plasma5-kio-kdeconnect
Summary:	Plasma 5 kdeconnect kio slave
Group:		Graphical desktop/KDE

%description -n plasma5-kio-kdeconnect
Plasma 5 kdeconnect kio slave.

%files -n plasma5-kio-kdeconnect -f kdeconnect-kio.lang
%{_kde5_services}/kdeconnect.protocol
%{_qt5_plugindir}/kio_kdeconnect.so

#----------------------------------------------------------------------------

# Make sure to avoid 1, it's reserved for KDE4 version
%define kcore_major 5
%define libkcore %mklibname kkdeconnectcore %{kcore_major}

%package -n %{libkcore}
Summary:	Shared library for %{name}
Group:		System/Libraries
Provides:	libkcore = %{version}
Conflicts:	libkcore < %{version}

%description -n %{libkcore}
Shared library for %{name}.

%files -n %{libkcore}
%{_kde5_libdir}/libkdeconnectcore.so.%{kcore_major}
%{_kde5_libdir}/libkdeconnectcore.so.%{version}

#----------------------------------------------------------------------------

# Make sure to avoid 1, it's reserved for KDE4 version
%define kinterfaces_major 5
%define libkinterfaces %mklibname kkdeconnectinterfaces %{kinterfaces_major}

%package -n %{libkinterfaces}
Summary:	Shared library for %{name}
Group:		System/Libraries
Provides:	libkinterfaces = %{version}
Conflicts:	libkinterfaces < %{version}

%description -n %{libkinterfaces}
Shared library for %{name}.

%files -n %{libkinterfaces}
%{_kde5_libdir}/libkdeconnectinterfaces.so.%{kinterfaces_major}
%{_kde5_libdir}/libkdeconnectinterfaces.so.%{version}

#----------------------------------------------------------------------------

%define kplugin_major 5
%define libkplugin %mklibname kkdeconnectpluginkcm %{kplugin_major}

%package -n %{libkplugin}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libkplugin}
Shared library for %{name}.

%files -n %{libkplugin}
%{_kde5_libdir}/libkdeconnectpluginkcm.so.%{kplugin_major}
%{_kde5_libdir}/libkdeconnectpluginkcm.so.%{version}

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%cmake_kde5 \
	-DEXPERIMENTALAPP_ENABLED=ON
%make

%install
%makeinstall_std -C build

%find_lang kdeconnect-cli kdeconnect-core kdeconnect-fileitemaction kdeconnect-kcm \
           kdeconnect-kded kdeconnect-plugins %{oname}.lang

%find_lang kdeconnect-kio

%find_lang plasma_applet_org.kde.kdeconnect


%changelog

* Sat Nov 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2-1
- (24c501d) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23749 |14mu|plasma5-kde-gtk-config-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kde-gtk-config

Summary:	Plasma 5 GTK2 and GTK3 configuration module
Name:		plasma5-%{oname}
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5archive-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5newstuff-devel
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(pango)
Conflicts:	kde-gtk-config < 5.0
# Prefer plasma5 prefix for Plasma 5 core packages
Obsoletes:	kde-gtk-config-kf5 < 5.2.1-2

%description
Plasma 5 GTK2 and GTK3 configuration module.

Configuration dialog to adapt GTK applications appearance to your taste
under Plasma 5. Among its many features, it lets you:
- Choose which theme is used for GTK2 and GTK3 applications.
- Tweak some GTK applications behaviour.
- Select what icon theme to use in GTK applications.
- Select GTK applications default fonts.
- Easily browse and install new GTK2 and GTK3 themes.

%files -f %{oname}.lang
%{_kde5_datadir}/kcm-gtk-module/preview.ui
%{_kde5_iconsdir}/hicolor/*/apps/kde-gtk-config.*
%{_kde5_libexecdir}/gtk_preview
%{_kde5_libexecdir}/gtk3_preview
%{_kde5_libexecdir}/reload_gtk_apps
%{_kde5_services}/kde-gtk-config.desktop
%{_kde5_sysconfdir}/xdg/cgcgtk3.knsrc
%{_kde5_sysconfdir}/xdg/cgcicon.knsrc
%{_kde5_sysconfdir}/xdg/cgctheme.knsrc
%{_qt5_plugindir}/kcm_kdegtkconfig.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{oname}


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (8f52b98) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23750 |14mu|plasma5-kdenetwork-filesharing-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kdenetwork-filesharing

Summary:	Samba filesharing dialog for Plasma 5
Name:		plasma5-%{oname}
Version:	16.04.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Samba filesharing dialog for Plasma 5.

%files
%doc COPYING COPYING.DOC COPYING.LIB
%{_kde5_services}/sambausershareplugin.desktop
%{_qt5_plugindir}/sambausershareplugin.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Thu Jul 14 2016 Rosa <rosa@abf.rosalinux.ru> 16.04.3-1
- (6bbab3f) Automatic import for version 16.04.3-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23751 |14mu|plasma5-kdepimlibs-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kdepimlibs

Summary:	Plasma 5 PIM libraries
Name:		plasma5-%{oname}
Version:	16.04.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{oname}-%{version}.tar.xz
BuildRequires:	xsltproc
BuildRequires:	extra-cmake-modules
BuildRequires:	boost-devel
BuildRequires:	grantlee-qt5-devel
BuildRequires:	sasl-devel
BuildRequires:	kf5akonadi-devel
BuildRequires:	kf5akonadiserver-devel
BuildRequires:	kf5bookmarks-devel
BuildRequires:	kf5codecs-devel
BuildRequires:	kf5completion-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5contacts-devel
BuildRequires:	kf5calendarcore-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5itemmodels-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5parts-devel
# We don't have it yet
# BuildRequires:	kf5prison-devel
BuildRequires:	kf5ldap-devel
BuildRequires:	kf5mbox-devel
BuildRequires:	kf5mime-devel
BuildRequires:	kf5textwidgets-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(libical)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(shared-mime-info)
Requires:	plasma5-akonadi-client
Requires:	plasma5-akonadi-contact
Requires:	plasma5-akonadi-mime
Requires:	plasma5-akonadi-socialutils
Requires:	plasma5-kio-kdepimlibs

%description
Plasma 5 PIM libraries and Akonadi client files and packages.

%files

#----------------------------------------------------------------------------

%package -n plasma5-akonadi-contact
Summary:	Plasma 5 Akonadi Contact
Group:		Graphical desktop/KDE
Conflicts:	kdepimlibs4-core

%description -n plasma5-akonadi-contact
Plasma 5 Akonadi Contact.

%files -n plasma5-akonadi-contact
%{_kde5_datadir}/kf5/akonadi/contact/pics/world.jpg
%{_kde5_datadir}/kf5/akonadi/contact/data/zone.tab
%{_kde5_datadir}/akonadicontact/grantleetheme/default/addresseslocation.css
%{_kde5_datadir}/akonadicontact/grantleetheme/default/addresseslocation.html
%{_kde5_iconsdir}/oxygen/16x16/apps/*_protocol.png
%{_kde5_services}/akonadicontact_actions.desktop
%{_kde5_services}/akonadi/contact/*protocol.desktop
%{_kde5_servicetypes}/kaddressbookimprotocol.desktop
%{_qt5_plugindir}/kcm_akonadicontact_actions.so

#----------------------------------------------------------------------------

%package -n plasma5-akonadi-mime
Summary:	Plasma 5 Akonadi MIME
Group:		Graphical desktop/KDE
Conflicts:	kdepimlibs4-core

%description -n plasma5-akonadi-mime
Plasma 5 Akonadi MIME.

%files -n plasma5-akonadi-mime
%{_kde5_bindir}/akonadi_benchmarker
%{_kde5_datadir}/config.kcfg/specialmailcollections.kcfg
%{_datadir}/mime/packages/x-vnd.kde.contactgroup.xml

#----------------------------------------------------------------------------

%package -n plasma5-akonadi-socialutils
Summary:	Plasma 5 Akonadi Social Utils
Group:		Graphical desktop/KDE
Conflicts:	kdepimlibs4-core

%description -n plasma5-akonadi-socialutils
Akonadi Social Utils - a collections of social-networks utilities for Akonadi.

Provides helper functions, serializable item with a serializer and Akonadi
Collections attributes for setting some social metadata for Social collections.

%files -n plasma5-akonadi-socialutils
%{_kde5_datadir}/akonadi/plugins/serializer/akonadi_serializer_socialfeeditem.desktop
%{_datadir}/mime/packages/x-vnd.akonadi5.socialfeeditem.xml
%{_qt5_plugindir}/akonadi_serializer_socialfeeditem.so

#----------------------------------------------------------------------------

%package -n plasma5-kio-kdepimlibs
Summary:	Plasma 5 kdepimlibs kio slaves module
Group:		Graphical desktop/KDE

%description -n plasma5-kio-kdepimlibs
Plasma 5 kdepimlibs kio slaves module.

It includes kio slaves:
- IMAP
- LDAP
- MBox
- NNTP
- POP3
- Sieve
- SMTP

%files -n plasma5-kio-kdepimlibs
%{_kde5_docdir}/HTML/en/kioslave5/imap
%{_kde5_docdir}/HTML/en/kioslave5/ldap
%{_kde5_docdir}/HTML/en/kioslave5/mbox
%{_kde5_docdir}/HTML/en/kioslave5/nntp
%{_kde5_docdir}/HTML/en/kioslave5/pop3
%{_kde5_docdir}/HTML/en/kioslave5/sieve
%{_kde5_docdir}/HTML/en/kioslave5/smtp
%{_kde5_services}/ldap.protocol
%{_kde5_services}/ldaps.protocol
%{_kde5_services}/mbox.protocol
%{_kde5_services}/nntp.protocol
%{_kde5_services}/nntps.protocol
%{_kde5_services}/pop3.protocol
%{_kde5_services}/pop3s.protocol
%{_kde5_services}/sieve.protocol
%{_kde5_services}/smtp.protocol
%{_kde5_services}/smtps.protocol
%{_kde5_sysconfdir}/xdg/kdepimlibs-kioslave.categories
%{_qt5_plugindir}/kf5/kio/ldap.so
%{_qt5_plugindir}/kf5/kio/mbox.so
%{_qt5_plugindir}/kf5/kio/nntp.so
%{_qt5_plugindir}/kf5/kio/pop3.so
%{_qt5_plugindir}/kf5/kio/sieve.so
%{_qt5_plugindir}/kf5/kio/smtp.so

#----------------------------------------------------------------------------

%define kf5akonadicontact_major 5
%define libkf5akonadicontact %mklibname kf5akonadicontact %{kf5akonadicontact_major}

%package -n %{libkf5akonadicontact}
Summary:	Plasma 5 Akonadi shared library
Group:		System/Libraries

%description -n %{libkf5akonadicontact}
Plasma 5 Akonadi shared library.

%files -n %{libkf5akonadicontact}
%{_kde5_libdir}/libKF5AkonadiContact.so.%{kf5akonadicontact_major}*

#----------------------------------------------------------------------------

%define devkf5akonadicontact %mklibname kf5akonadicontact -d

%package -n %{devkf5akonadicontact}
Summary:	Development files for Plasma 5 Akonadi
Group:		Development/KDE and Qt
Requires:	%{libkf5akonadicontact} = %{EVRD}
Provides:	kf5akonadicontact-devel = %{version}

%description -n %{devkf5akonadicontact}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5akonadicontact}
%dir %{_kde5_includedir}/KF5/Akonadi/Contact
%{_kde5_includedir}/KF5/Akonadi/Contact/*
%dir %{_kde5_includedir}/KF5/akonadi/contact
%{_kde5_includedir}/KF5/akonadi/contact/*
%{_kde5_includedir}/KF5/akonadi-contact_version.h
%{_kde5_libdir}/cmake/KF5AkonadiContact
%{_kde5_libdir}/libKF5AkonadiContact.so
%{_kde5_mkspecsdir}/qt_AkonadiContact.pri

#----------------------------------------------------------------------------

%define kf5akonadimime_major 5
%define libkf5akonadimime %mklibname kf5akonadimime %{kf5akonadimime_major}

%package -n %{libkf5akonadimime}
Summary:	Plasma 5 Akonadi shared library
Group:		System/Libraries

%description -n %{libkf5akonadimime}
Plasma 5 Akonadi shared library.

%files -n %{libkf5akonadimime}
%{_kde5_libdir}/libKF5AkonadiMime.so.%{kf5akonadimime_major}*

#----------------------------------------------------------------------------

%define devkf5akonadimime %mklibname kf5akonadimime -d

%package -n %{devkf5akonadimime}
Summary:	Development files for Plasma 5 Akonadi
Group:		Development/KDE and Qt
Requires:	%{libkf5akonadimime} = %{EVRD}
Provides:	kf5akonadimime-devel = %{version}

%description -n %{devkf5akonadimime}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5akonadimime}
%dir %{_kde5_includedir}/KF5/Akonadi/KMime
%{_kde5_includedir}/KF5/Akonadi/KMime/*
%dir %{_kde5_includedir}/KF5/akonadi/kmime
%{_kde5_includedir}/KF5/akonadi/kmime/*
%{_kde5_includedir}/KF5/akonadi-mime_version.h
%{_kde5_libdir}/cmake/KF5AkonadiMime
%{_kde5_libdir}/libKF5AkonadiMime.so
%{_kde5_mkspecsdir}/qt_AkonadiMime.pri

#----------------------------------------------------------------------------

%define kf5akonadinotes_major 5
%define libkf5akonadinotes %mklibname kf5akonadinotes %{kf5akonadinotes_major}

%package -n %{libkf5akonadinotes}
Summary:	Plasma 5 Akonadi shared library
Group:		System/Libraries

%description -n %{libkf5akonadinotes}
Plasma 5 Akonadi shared library.

%files -n %{libkf5akonadinotes}
%{_kde5_libdir}/libKF5AkonadiNotes.so.%{kf5akonadinotes_major}*

#----------------------------------------------------------------------------

%define devkf5akonadinotes %mklibname kf5akonadinotes -d

%package -n %{devkf5akonadinotes}
Summary:	Development files for Plasma 5 Akonadi
Group:		Development/KDE and Qt
Requires:	%{libkf5akonadinotes} = %{EVRD}
Provides:	kf5akonadinotes-devel = %{version}

%description -n %{devkf5akonadinotes}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5akonadinotes}
%dir %{_kde5_includedir}/KF5/Akonadi/Notes
%{_kde5_includedir}/KF5/Akonadi/Notes/*
%dir %{_kde5_includedir}/KF5/akonadi/notes
%{_kde5_includedir}/KF5/akonadi/notes/*
%{_kde5_includedir}/KF5/akonadi-notes_version.h
%{_kde5_libdir}/cmake/KF5AkonadiNotes
%{_kde5_libdir}/libKF5AkonadiNotes.so
%{_kde5_mkspecsdir}/qt_AkonadiNotes.pri

#----------------------------------------------------------------------------

%define kf5akonadisocialutils_major 5
%define libkf5akonadisocialutils %mklibname kf5akonadisocialutils %{kf5akonadisocialutils_major}

%package -n %{libkf5akonadisocialutils}
Summary:	Plasma 5 Akonadi shared library
Group:		System/Libraries

%description -n %{libkf5akonadisocialutils}
Plasma 5 Akonadi shared library.

%files -n %{libkf5akonadisocialutils}
%{_kde5_libdir}/libKF5AkonadiSocialUtils.so.%{kf5akonadisocialutils_major}*

#----------------------------------------------------------------------------

%define devkf5akonadisocialutils %mklibname kf5akonadisocialutils -d

%package -n %{devkf5akonadisocialutils}
Summary:	Development files for Plasma 5 Akonadi
Group:		Development/KDE and Qt
Requires:	%{libkf5akonadisocialutils} = %{EVRD}
Provides:	kf5akonadisocialutils-devel = %{version}

%description -n %{devkf5akonadisocialutils}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5akonadisocialutils}
%dir %{_kde5_includedir}/KF5/Akonadi/SocialUtils
%{_kde5_includedir}/KF5/Akonadi/SocialUtils/*
%dir %{_kde5_includedir}/KF5/akonadi/socialutils
%{_kde5_includedir}/KF5/akonadi/socialutils/*
%{_kde5_includedir}/KF5/akonadi-socialutils_version.h
%{_kde5_libdir}/cmake/KF5AkonadiSocialUtils
%{_kde5_libdir}/libKF5AkonadiSocialUtils.so
%{_kde5_mkspecsdir}/qt_AkonadiSocialUtils.pri

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (78a89db) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23752 |14mu|plasma5-kdeplasma-addons-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kdeplasma-addons

Summary:	Plasma 5 various add-ons
Name:		plasma5-%{oname}
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
Patch0:		kdeplasma-addons-5.7.2-rename-translations.patch
# Avoid collisions with KDE4 library
Patch1:		kdeplasma-addons-5.3.0-plasmacomicprovidercore-soname.patch
Patch2:		kdeplasma-addons-5.6.1-weather_version.patch
Patch3:		kdeplasma-addons-5.7.2-l10n-ru.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5activities-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kross-devel
BuildRequires:	kf5newstuff-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5purpose-devel
BuildRequires:	kf5runner-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5unitconversion-devel
BuildRequires:	plasma5-workspace-devel >= %{version}
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-keysyms)
# Must have stuff
Requires:	plasma5-applet-showdesktop
Requires:	plasma5-applet-quicklaunch
Requires:	plasma5-desktopswitcher-previews
Requires:	plasma5-windowswitcher-big_icons
Requires:	plasma5-windowswitcher-compact
Requires:	plasma5-windowswitcher-informative
Requires:	plasma5-windowswitcher-present_windows
Requires:	plasma5-windowswitcher-small_icons
Requires:	plasma5-windowswitcher-text
Requires:	plasma5-windowswitcher-thumbnails
# Optional stuff
Suggests:	plasma5-applet-activitypager
Suggests:	plasma5-applet-calculator
Suggests:	plasma5-applet-colorpicker
Suggests:	plasma5-applet-comic
Suggests:	plasma5-applet-diskquota
Suggests:	plasma5-applet-fifteenpuzzle
Suggests:	plasma5-applet-fuzzyclock
Suggests:	plasma5-applet-kickerdash
Suggests:	plasma5-applet-konsoleprofiles
Suggests:	plasma5-applet-mediaframe
Suggests:	plasma5-applet-notes
Suggests:	plasma5-applet-quickshare
Suggests:	plasma5-applet-systemloadviewer
Suggests:	plasma5-applet-timer
Suggests:	plasma5-applet-userswitcher
Suggests:	plasma5-applet-weather
Suggests:	plasma5-applet-webbrowser
# Not used by any plasmoid yet, they need porting
Suggests:	plasma5-runner-audioplayercontrol
Suggests:	plasma5-runner-converter
Suggests:	plasma5-runner-datetime
Suggests:	plasma5-runner-dictionary
Suggests:	plasma5-runner-spellchecker
# Prefer plasma5 prefix for Plasma 5 core packages
Obsoletes:	kdeplasma-addons-kf5 < 5.2.1-2

%description
Plasma 5 various add-ons.

%files

#----------------------------------------------------------------------------

%package -n plasma5-applet-activitypager
Summary:	Plasma 5 activity pager plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-activitypager
Plasma 5 activity pager plasmoid.

%files -n plasma5-applet-activitypager -f plasma_applet_org.kde.plasma.activitypager.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.activitypager/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.activitypager/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/activitypager/
%{_kde5_qmldir}/org/kde/plasma/private/activitypager/*
%{_kde5_services}/plasma-applet-org.kde.plasma.activitypager.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-calculator
Summary:	Plasma 5 calculator plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-calculator
Plasma 5 calculator plasmoid.

%files -n plasma5-applet-calculator -f plasma_applet_org.kde.plasma.calculator.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.calculator/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.calculator/*
%{_kde5_services}/plasma-applet-org.kde.plasma.calculator.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-colorpicker
Summary:	Plasma 5 color picker plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-colorpicker
Plasma 5 color picker plasmoid.

%files -n plasma5-applet-colorpicker -f plasma_applet_org.kde.plasma.colorpicker.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.colorpicker/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.colorpicker/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/colorpicker/
%{_kde5_qmldir}/org/kde/plasma/private/colorpicker/*
%{_kde5_services}/plasma-applet-org.kde.plasma.colorpicker.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-comic
Summary:	Plasma 5 comic plasmoid
Group:		Graphical desktop/KDE
Requires:	plasma5-dataengine-comic

%description -n plasma5-applet-comic
Plasma 5 comic plasmoid.

%files -n plasma5-applet-comic -f plasma_applet_org.kde.plasma.comic.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.comic/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.comic/*
%{_kde5_services}/plasma-applet-org.kde.plasma.comic.desktop
%{_kde5_sysconfdir}/xdg/comic.knsrc
%{_qt5_plugindir}/plasma/applets/plasma_applet_comic.so

#----------------------------------------------------------------------------

%package -n plasma5-applet-diskquota
Summary:	Plasma 5 disk quota plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-diskquota
Plasma 5 disk quota plasmoid.

%files -n plasma5-applet-diskquota -f plasma_applet_org.kde.plasma.diskquota.lang
%{_kde5_datadir}/plasma/desktoptheme/default/icons/quota.svg
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.diskquota/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.diskquota/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/diskquota/
%{_kde5_qmldir}/org/kde/plasma/private/diskquota/*
%{_kde5_services}/plasma-applet-org.kde.plasma.diskquota.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-fifteenpuzzle
Summary:	Plasma 5 fifteenpuzzle plasmoid
Group:		Graphical desktop/KDE
# Icon conflict
Conflicts:	plasma-applet-fifteenpuzzle

%description -n plasma5-applet-fifteenpuzzle
Plasma 5 fifteenpuzzle plasmoid.

%files -n plasma5-applet-fifteenpuzzle -f plasma_applet_org.kde.plasma.fifteenpuzzle.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.fifteenpuzzle/*
%{_kde5_iconsdir}/hicolor/scalable/apps/fifteenpuzzle.svgz
%dir %{_kde5_qmldir}/org/kde/plasma/private/fifteenpuzzle/
%{_kde5_qmldir}/org/kde/plasma/private/fifteenpuzzle/*
%{_kde5_services}/plasma-applet-org.kde.plasma.fifteenpuzzle.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-fuzzyclock
Summary:	Plasma 5 fuzzyclock plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-fuzzyclock
Plasma 5 fuzzyclock plasmoid.

%files -n plasma5-applet-fuzzyclock -f plasma_applet_org.kde.plasma.fuzzyclock.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.fuzzyclock/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.fuzzyclock/*
%{_kde5_services}/plasma-applet-org.kde.plasma.fuzzyclock.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-kickerdash
Summary:	Plasma 5 Kicker Dash plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-kickerdash
Plasma 5 Kicker Dash plasmoid.

%files -n plasma5-applet-kickerdash
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.kickerdash/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.kickerdash/*
%{_kde5_services}/plasma-applet-org.kde.plasma.kickerdash.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-konsoleprofiles
Summary:	Plasma 5 Konsole profiles plasmoid
Group:		Graphical desktop/KDE
Requires:	plasma5-applet-konsoleprofiles

%description -n plasma5-applet-konsoleprofiles
Plasma 5 Konsole profiles plasmoid.

%files -n plasma5-applet-konsoleprofiles
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.konsoleprofiles/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.konsoleprofiles/*
%{_kde5_services}/plasma-applet-org.kde.plasma.konsoleprofiles.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-mediaframe
Summary:	Plasma 5 mediaframe plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-mediaframe
Plasma 5 mediaframe plasmoid.

%files -n plasma5-applet-mediaframe -f plasma_applet_org.kde.plasma.mediaframe.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.mediaframe/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.mediaframe/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/mediaframe/
%{_kde5_qmldir}/org/kde/plasma/private/mediaframe/*
%{_kde5_services}/plasma-applet-org.kde.plasma.mediaframe.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-notes
Summary:	Plasma 5 notes plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-notes
Plasma 5 notes plasmoid.

%files -n plasma5-applet-notes -f plasma_applet_org.kde.plasma.notes.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.notes/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.notes/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/notes/
%{_kde5_qmldir}/org/kde/plasma/private/notes/*
%{_kde5_services}/plasma-applet-org.kde.plasma.notes.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-quicklaunch
Summary:	Plasma 5 quicklaunch plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-quicklaunch
Plasma 5 quicklaunch plasmoid.

%files -n plasma5-applet-quicklaunch -f plasma_applet_org.kde.plasma.quicklaunch.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.quicklaunch/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.quicklaunch/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/quicklaunch/
%{_kde5_qmldir}/org/kde/plasma/private/quicklaunch/*
%{_kde5_services}/plasma-applet-org.kde.plasma.quicklaunch.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-quickshare
Summary:	Plasma 5 quickshare plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-quickshare
Plasma 5 quickshare plasmoid.

%files -n plasma5-applet-quickshare -f plasma_applet_org.kde.plasma.quickshare.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.quickshare/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.quickshare/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/purpose/
%{_kde5_qmldir}/org/kde/plasma/private/purpose/*
%{_kde5_services}/plasma-applet-org.kde.plasma.quickshare.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-showdesktop
Summary:	Plasma 5 showdesktop plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-showdesktop
Plasma 5 showdesktop plasmoid.

%files -n plasma5-applet-showdesktop -f plasma_applet_org.kde.plasma.showdesktop.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.showdesktop/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.showdesktop/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/showdesktop/
%{_kde5_qmldir}/org/kde/plasma/private/showdesktop/*
%{_kde5_services}/plasma-applet-org.kde.plasma.showdesktop.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-systemloadviewer
Summary:	Plasma 5 systemloadviewer plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-systemloadviewer
Plasma 5 systemloadviewer plasmoid.

%files -n plasma5-applet-systemloadviewer -f plasma_applet_org.kde.plasma.systemloadviewer.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.systemloadviewer/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.systemloadviewer/*
%{_kde5_services}/plasma-applet-org.kde.plasma.systemloadviewer.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-timer
Summary:	Plasma 5 timer plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-timer
Plasma 5 timer plasmoid.

%files -n plasma5-applet-timer -f plasma_applet_org.kde.plasma.timer.lang
%{_kde5_datadir}/plasma/desktoptheme/default/widgets/timer.*
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.timer/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.timer/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/timer/
%{_kde5_qmldir}/org/kde/plasma/private/timer/*
%{_kde5_services}/plasma-applet-org.kde.plasma.timer.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-userswitcher
Summary:	Plasma 5 users witcher plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-userswitcher
Plasma 5 user switcher plasmoid.

%files -n plasma5-applet-userswitcher -f plasma_applet_org.kde.plasma.userswitcher.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.userswitcher/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.userswitcher/*
%{_kde5_services}/plasma-applet-org.kde.plasma.userswitcher.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-weather
Summary:	Plasma 5 weather plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-weather
Plasma 5 weather plasmoid.

%files -n plasma5-applet-weather -f plasma_applet_org.kde.plasma.weather.lang
%{_kde5_datadir}/plasma/desktoptheme/default/weather/*
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.weather/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.weather/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/weather/
%{_kde5_qmldir}/org/kde/plasma/private/weather/*
%{_kde5_services}/plasma-applet-org.kde.plasma.weather.desktop
%{_qt5_plugindir}/plasma/applets/plasma_applet_weather.so

#----------------------------------------------------------------------------

%package -n plasma5-applet-webbrowser
Summary:	Plasma 5 webbrowser plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-webbrowser
Plasma 5 webbrowser plasmoid.

%files -n plasma5-applet-webbrowser
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.webbrowser/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.webbrowser/*
%{_kde5_services}/plasma-applet-org.kde.plasma.webbrowser.desktop

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-comic
Summary:	Plasma 5 comic dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-comic
Plasma 5 comic dataengine.

%files -n plasma5-dataengine-comic
%{_kde5_services}/plasma-dataengine-comic.desktop
%{_kde5_servicetypes}/plasma_comicprovider.desktop
%{_qt5_plugindir}/plasma_comic_krossprovider.so
%{_qt5_plugindir}/kpackage/packagestructure/plasma_packagestructure_comic.so
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_comic.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-konsoleprofiles
Summary:	Plasma 5 Konsole profiles dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-konsoleprofiles
Plasma 5 Konsole profiles dataengine.

%files -n plasma5-dataengine-konsoleprofiles
%{_kde5_datadir}/plasma/services/org.kde.plasma.dataengine.konsoleprofiles.operations
%{_kde5_services}/plasma-dataengine-konsoleprofiles.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_konsoleprofiles.so

#----------------------------------------------------------------------------

%package -n plasma5-desktopswitcher-previews
Summary:	Plasma 5 previews desktop switcher
Group:		Graphical desktop/KDE

%description -n plasma5-desktopswitcher-previews
Plasma 5 previews desktop switcher.

%files -n plasma5-desktopswitcher-previews
%dir %{_kde5_datadir}/kwin/desktoptabbox/previews/
%{_kde5_datadir}/kwin/desktoptabbox/previews/*
%{_kde5_services}/kwin/kwin4_desktop_switcher_previews.desktop

#----------------------------------------------------------------------------

%package -n plasma5-runner-audioplayercontrol
Summary:	Plasma 5 audioplayercontrol runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-audioplayercontrol
Plasma 5 audioplayercontrol runner.

%files -n plasma5-runner-audioplayercontrol
%{_kde5_services}/plasma-runner-audioplayercontrol.desktop
%{_kde5_services}/plasma-runner-audioplayercontrol_config.desktop
%{_qt5_plugindir}/kcm_krunner_audioplayercontrol.so
%{_qt5_plugindir}/krunner_audioplayercontrol.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-converter
Summary:	Plasma 5 unit converter runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-converter
Plasma 5 unit converter runner.

%files -n plasma5-runner-converter -f plasma_runner_converterrunner5.lang
%{_kde5_services}/plasma-runner-converter.desktop
%{_qt5_plugindir}/krunner_converter.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-datetime
Summary:	Plasma 5 date and time runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-datetime
Plasma 5 date and time runner.

%files -n plasma5-runner-datetime -f plasma_runner_datetime5.lang
%{_kde5_services}/plasma-runner-datetime.desktop
%{_qt5_plugindir}/krunner_datetime.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-dictionary
Summary:	Plasma 5 dictionary runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-dictionary
Plasma 5 dictionary runner.

%files -n plasma5-runner-dictionary
%{_kde5_services}/plasma-runner-dictionary.desktop
%{_kde5_services}/plasma-runner-dictionary_config.desktop
%{_qt5_plugindir}/kcm_krunner_dictionary.so
%{_qt5_plugindir}/krunner_dictionary.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-spellchecker
Summary:	Plasma 5 spell checker runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-spellchecker
Plasma 5 spell checker runner.

%files -n plasma5-runner-spellchecker -f plasma_runner_spellcheckrunner5.lang
%{_kde5_services}/plasma-runner-spellchecker.desktop
%{_kde5_services}/plasma-runner-spellchecker_config.desktop
%{_qt5_plugindir}/kcm_krunner_spellcheck.so
%{_qt5_plugindir}/krunner_spellcheck.so

#----------------------------------------------------------------------------

%package -n plasma5-windowswitcher-big_icons
Summary:	Plasma 5 big icons window switcher
Group:		Graphical desktop/KDE

%description -n plasma5-windowswitcher-big_icons
Plasma 5 big icons window switcher.

%files -n plasma5-windowswitcher-big_icons
%dir %{_kde5_datadir}/kwin/tabbox/big_icons/
%{_kde5_datadir}/kwin/tabbox/big_icons/*
%{_kde5_services}/kwin/kwin4_window_switcher_big_icons.desktop

#----------------------------------------------------------------------------

%package -n plasma5-windowswitcher-compact
Summary:	Plasma 5 compact window switcher
Group:		Graphical desktop/KDE

%description -n plasma5-windowswitcher-compact
Plasma 5 compact window switcher.

%files -n plasma5-windowswitcher-compact
%dir %{_kde5_datadir}/kwin/tabbox/compact/
%{_kde5_datadir}/kwin/tabbox/compact/*
%{_kde5_services}/kwin/kwin4_window_switcher_compact.desktop

#----------------------------------------------------------------------------

%package -n plasma5-windowswitcher-informative
Summary:	Plasma 5 informative window switcher
Group:		Graphical desktop/KDE

%description -n plasma5-windowswitcher-informative
Plasma 5 informative window switcher.

%files -n plasma5-windowswitcher-informative
%dir %{_kde5_datadir}/kwin/tabbox/informative/
%{_kde5_datadir}/kwin/tabbox/informative/*
%{_kde5_services}/kwin/kwin4_window_switcher_informative.desktop

#----------------------------------------------------------------------------

%package -n plasma5-windowswitcher-present_windows
Summary:	Plasma 5 present windows window switcher
Group:		Graphical desktop/KDE

%description -n plasma5-windowswitcher-present_windows
Plasma 5 present windows window switcher.

%files -n plasma5-windowswitcher-present_windows
%dir %{_kde5_datadir}/kwin/tabbox/present_windows/
%{_kde5_datadir}/kwin/tabbox/present_windows/*
%{_kde5_services}/kwin/kwin4_window_switcher_present_windows.desktop

#----------------------------------------------------------------------------

%package -n plasma5-windowswitcher-small_icons
Summary:	Plasma 5 small icons window switcher
Group:		Graphical desktop/KDE

%description -n plasma5-windowswitcher-small_icons
Plasma 5 small icons window switcher.

%files -n plasma5-windowswitcher-small_icons
%dir %{_kde5_datadir}/kwin/tabbox/small_icons/
%{_kde5_datadir}/kwin/tabbox/small_icons/*
%{_kde5_services}/kwin/kwin4_window_switcher_small_icons.desktop

#----------------------------------------------------------------------------

%package -n plasma5-windowswitcher-text
Summary:	Plasma 5 text window switcher
Group:		Graphical desktop/KDE

%description -n plasma5-windowswitcher-text
Plasma 5 text window switcher.

%files -n plasma5-windowswitcher-text
%dir %{_kde5_datadir}/kwin/tabbox/text/
%{_kde5_datadir}/kwin/tabbox/text/*
%{_kde5_services}/kwin/kwin4_window_switcher_text.desktop

#----------------------------------------------------------------------------

%package -n plasma5-windowswitcher-thumbnails
Summary:	Plasma 5 thumbnails window switcher
Group:		Graphical desktop/KDE

%description -n plasma5-windowswitcher-thumbnails
Plasma 5 thumbnails window switcher.

%files -n plasma5-windowswitcher-thumbnails
%dir %{_kde5_datadir}/kwin/tabbox/thumbnails/
%{_kde5_datadir}/kwin/tabbox/thumbnails/*
%{_kde5_services}/kwin/kwin4_window_switcher_thumbnails.desktop

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-haenau
Summary:	Plasma 5 haenau wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-haenau
Plasma 5 haenau wallpaper.

%files -n plasma5-wallpaper-haenau
%{_kde5_datadir}/plasma/wallpapers/org.kde.haenau
%{_kde5_services}/plasma-wallpaper-org.kde.haenau.desktop

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-hunyango
Summary:	Plasma 5 hunyango wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-hunyango
Plasma 5 hunyango wallpaper.

%files -n plasma5-wallpaper-hunyango
%{_kde5_datadir}/plasma/wallpapers/org.kde.hunyango
%{_kde5_services}/plasma-wallpaper-org.kde.hunyango.desktop

#----------------------------------------------------------------------------

%define plasmacomicprovidercore_major 2
%define libplasmacomicprovidercore %mklibname plasmacomicprovidercore %{plasmacomicprovidercore_major}

%package -n %{libplasmacomicprovidercore}
Summary:	Plasma 5 comic dataengine shared library
Group:		System/Libraries

%description -n %{libplasmacomicprovidercore}
Plasma 5 comic dataengine shared library.

%files -n %{libplasmacomicprovidercore}
%{_kde5_libdir}/libplasmacomicprovidercore.so.%{plasmacomicprovidercore_major}*

#----------------------------------------------------------------------------

%define plasmaweather_major 5
%define libplasmaweather %mklibname plasmaweather %{plasmaweather_major}

%package -n %{libplasmaweather}
Summary:	Plasma 5 weather applet shared library
Group:		System/Libraries

%description -n %{libplasmaweather}
Plasma 5 weather applet shared library.

%files -n %{libplasmaweather}
%{_kde5_libdir}/libplasmaweather.so.%{plasmaweather_major}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

# Fix conflicts with KDE4
for oldlang in po/*/libplasmaweather.po po/*/plasma_runner_converterrunner.po po/*/plasma_runner_datetime.po po/*/plasma_runner_spellcheckrunner.po
do
    newlang=`echo $oldlang | sed s,\.po,5\.po,g`
    mv $oldlang $newlang
done

# Drop unused
rm -f po/*/konqprofiles.po
# Not used, TRANSLATION_DOMAIN should be added when ready
rm -f po/*/konsoleprofiles.po
rm -f po/*/lancelot.po
rm -f po/*/liblancelot-datamodels.po
rm -f po/*/libplasma_groupingcontainment.po
rm -f po/*/plasma_applet_binaryclock.po
rm -f po/*/plasma_applet_bookmarks.po
rm -f po/*/plasma_applet_bubblemon.po
rm -f po/*/plasma_applet_CharSelectApplet.po
rm -f po/*/plasma_applet_comic.po
rm -f po/*/plasma_applet_fileWatcher.po
rm -f po/*/plasma_applet_frame.po
rm -f po/*/plasma_applet_groupingpanel.po
rm -f po/*/plasma_applet_incomingmsg.po
rm -f po/*/plasma_applet_knowledgebase.po
rm -f po/*/plasma_applet_kolourpicker.po
rm -f po/*/plasma_applet_leavenote.po
rm -f po/*/plasma_applet_life.po
rm -f po/*/plasma_applet_luna.po
rm -f po/*/plasma_applet_magnifique.po
rm -f po/*/plasma_applet_microblog.po
rm -f po/*/plasma_applet_news.po
rm -f po/*/plasma_applet_plasmaboard.po
rm -f po/*/plasma_applet_previewer.po
rm -f po/*/plasma_applet_qalculate.po
rm -f po/*/plasma_applet_qstardict.po
rm -f po/*/plasma_applet_rssnow.po
rm -f po/*/plasma_applet_showdashboard.po
rm -f po/*/plasma_applet_spellcheck.po
rm -f po/*/plasma_applet_unitconverter.po
rm -f po/*/plasma_applet_weather.po
rm -f po/*/plasma_applet_weatherstation.po
rm -f po/*/plasma_applet_webslice.po
rm -f po/*/plasma_packagestructure_comic.po
rm -f po/*/plasma_runner_browserhistory.po
rm -f po/*/plasma_runner_CharacterRunner.po
rm -f po/*/plasma_runner_contacts.po
rm -f po/*/plasma_runner_events.po
rm -f po/*/plasma_runner_kopete.po
rm -f po/*/plasma_runner_katesessions.po
rm -f po/*/plasma_runner_konquerorsessions.po
rm -f po/*/plasma_runner_konsolesessions.po
# Not used, TRANSLATION_DOMAIN should be added when ready
rm -f po/*/plasma_runner_audioplayercontrol.po
# Not used, TRANSLATION_DOMAIN should be added when ready
rm -f po/*/plasma_runner_krunner_dictionary.po
rm -f po/*/plasma_runner_mediawiki.po
rm -f po/*/plasma_runner_translator.po
rm -f po/*/plasma_runner_youtube.po

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang plasma_applet_org.kde.plasma.activitypager
%find_lang plasma_applet_org.kde.plasma.calculator
%find_lang plasma_applet_org.kde.plasma.colorpicker
%find_lang plasma_applet_org.kde.plasma.comic
%find_lang plasma_applet_org.kde.plasma.diskquota
%find_lang plasma_applet_org.kde.plasma.fifteenpuzzle
%find_lang plasma_applet_org.kde.plasma.fuzzyclock
%find_lang plasma_applet_org.kde.plasma.mediaframe
%find_lang plasma_applet_org.kde.plasma.notes
%find_lang plasma_applet_org.kde.plasma.quicklaunch
%find_lang plasma_applet_org.kde.plasma.quickshare
%find_lang plasma_applet_org.kde.plasma.showdesktop
%find_lang plasma_applet_org.kde.plasma.systemloadviewer
%find_lang plasma_applet_org.kde.plasma.timer
%find_lang plasma_applet_org.kde.plasma.userswitcher
%find_lang libplasmaweather5 plasma_applet_org.kde.plasma.weather plasma_applet_org.kde.plasma.weather.lang
#%find_lang plasma_engine_konsoleprofiles
%find_lang plasma_runner_converterrunner5
%find_lang plasma_runner_datetime5
%find_lang plasma_runner_spellcheckrunner5


%changelog

* Fri Jul 22 2016 valerol <valerol@ya.ru> 5.7.2-1
- (c2e29c7) Re-diff rename-translations patch
- (c2e29c7) Drop duplicate l10n patch
- (valerol: 9a6702e) Update Russian translation
- (valerol: 56a07d8) New version 5.7.2

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.5-1
- (6154fd2) New version 5.6.5

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.3-1
- (bbbc0cb) Specify version for Plasma 5 BuildRequires
- (Andrey Bondrov: 5716b66) New version 5.6.3

* Thu Apr 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-2
- (b630bf5) MassBuild#1030: Increase release tag

* Sat Apr 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-1
- (2b21fc6) Build no longer requires pkgconfig(ibus-1.0)
- (Andrey Bondrov: c2cfdf3) Add i18n patch
- (Andrey Bondrov: 97133a3) Properly apply translations patch after previous commit
- (Andrey Bondrov: 95ad2e1) Install libplasmaweather translations
- (Andrey Bondrov: df5002c) Add new subpackage plasma5-applet-weather
- (Andrey Bondrov: 53a5e5f) Add new subpackage plasma5-applet-mediaframe
- (Andrey Bondrov: de01acd) Add libplasmaweather subpackage
- (Andrey Bondrov: 84c39aa) Drop plasma5-applet-kimpanel and plasma5-dataengine-kimpanel subpackages (moved to plasma5-desktop)
- (Andrey Bondrov: c0f9720) Add patch to change version of plasmaweather library as it was 4 for KDE4 package
- (Andrey Bondrov: 7887abc) Build requires plasma5-workspace-devel
- (Andrey Bondrov: d42ab45) Drop showdesktop-size patch (fixed upstream)
- (Andrey Bondrov: ee47724) New version 5.6.2

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-3
- (df54e97) Fix showdesktop plasmoid icon size on panel with Qt 5.6 (backport patch from 5.6.1)

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-2
- (f2f345b) MassBuild#1001: Increase release tag

* Wed Mar 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-1
- (5c7feb9) New version 5.5.5

* Wed Jan 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.4-1
- (4f128bc) New version 5.5.4

* Thu Jan 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.3-1
- (551caca) New version 5.5.3

* Mon Dec 28 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.2-1
- (a12e7f3) Quickshare applet requires kf5purpose-devel to build
- (Andrey Bondrov: a3b3053) Make plasma5-applet-quicklaunch required package
- (Andrey Bondrov: 74b3286) Add plasma5-applet-activitypager
- (Andrey Bondrov: 13b235a) Add plasma5-applet-colorpicker
- (Andrey Bondrov: 7f49549) Add plasma5-applet-diskquota
- (Andrey Bondrov: ef3f474) Add QML files to quickshare applet package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23753 |14mu|plasma5-kfilemetadata-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24
%define oname kfilemetadata

Summary:	Plasma 5 file metadata and text extraction library
Name:		plasma5-%{oname}
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{oname}-%{version}.tar.xz
Patch0:		kfilemetadata-5.9.0-rename-translations.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	attr-devel
BuildRequires:	ebook-tools-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	kf5archive-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(poppler-qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(taglib)
Suggests:	catdoc
# Prefer plasma5 prefix for Plasma 5 core packages
Obsoletes:	kfilemetadata-kf5 < 5.6.1-2

%description
Plasma 5 file metadata and text extraction library.

KFileMetaData provides a simple library for extracting the text and metadata
from a number of different files. This library is typically used by file
indexers to retreive the metadata.

%files
%{_kde5_plugindir}/kfilemetadata/kfilemetadata_*.so
%{_kde5_plugindir}/kfilemetadata/writers/kfilemetadata_taglibwriter.so

#----------------------------------------------------------------------------

%package i18n
Summary:	KFileMetaData translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KFileMetaData translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5filemetadata_major 3
%define libkf5filemetadata %mklibname kf5filemetadata %{kf5filemetadata_major}

%package -n %{libkf5filemetadata}
Summary:	Plasma 5 file metadata and text extraction shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5filemetadata}
Plasma 5 file metadata and text extraction shared library.

%files -n %{libkf5filemetadata}
%{_kde5_libdir}/libKF5FileMetaData.so.%{kf5filemetadata_major}*
%{_kde5_libdir}/libKF5FileMetaData.so.%{version}*

#----------------------------------------------------------------------------

%define devkf5filemetadata %mklibname kf5filemetadata -d

%package -n %{devkf5filemetadata}
Summary:	Development files for Plasma 5 file metadata and text extraction library
Group:		Development/KDE and Qt
Requires:	%{libkf5filemetadata} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5filemetadata-devel = %{version}

%description -n %{devkf5filemetadata}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5filemetadata}
%{_kde5_includedir}/KF5/KFileMetaData
%{_kde5_libdir}/cmake/KF5FileMetaData
%{_kde5_libdir}/libKF5FileMetaData.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

for oldlang in po/*/*.po
do
    newlang=`echo $oldlang | sed s,\.po,5\.po,g`
    mv $oldlang $newlang
done

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (b7d0ba1) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23754 |14mu|plasma5-kgamma-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kgamma5

Summary:	Plasma 5 monitor calibration module
Name:		plasma5-kgamma
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
Patch0:		kgamma5-5.4.0-rename-translations.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xxf86vm)

%description
Plasma 5 monitor calibration module.

%files -f %{name}.lang
%dir %{_kde5_datadir}/kgamma/
%{_kde5_datadir}/kgamma/pics/*.png
%{_kde5_services}/kgamma.desktop
%{_qt5_plugindir}/kcm_kgamma.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

for oldlang in po/*/kcmkgamma.po
do
    newlang=`echo $oldlang | sed s,\.po,5\.po,g`
    mv $oldlang $newlang
done

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang kcmkgamma5 kgamma5 %{name}.lang --with-kde --with-html


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (07ae325) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23755 |14mu|plasma5-khelpcenter-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname khelpcenter

Summary:	Plasma 5 help center
Name:		plasma5-%{oname}
Version:	16.04.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	grantlee-qt5-devel
BuildRequires:	kf5archive-devel
BuildRequires:	kf5bookmarks-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5init-devel
BuildRequires:	kf5khtml-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(xapian-core)
Conflicts:	khelpcenter
Obsoletes:	%{_lib}plasma5-khelpcenter-devel < 16.04.2

%description
Plasma 5 help center.

%files
%{_kde5_bindir}/khelpcenter
%{_kde5_applicationsdir}/org.kde.Help.desktop
%{_kde5_datadir}/config.kcfg/khelpcenter.kcfg
%dir %{_kde5_datadir}/khelpcenter/
# KDE4 service seems to be kept for a reason...
%{_kde5_datadir}/kde4/services/khelpcenter.desktop
%{_kde5_datadir}/khelpcenter/*
%{_kde5_docdir}/HTML/en/*
%{_kde5_libdir}/libkdeinit5_khelpcenter.so
%{_kde5_libexecdir}/khc_*
%{_kde5_services}/khelpcenter.desktop
%{_kde5_sysconfdir}/xdg/khelpcenter.categories
%{_kde5_xmlguidir}/khelpcenter/khelpcenterui.rc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (76bc0f4) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23756 |14mu|plasma5-khotkeys-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname khotkeys

Summary:	Plasma 5 input actions module
Name:		plasma5-%{oname}
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5globalaccel-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	plasma5-workspace-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)

%description
Plasma 5 input actions module.

%files -f %{oname}.lang
%{_kde5_datadir}/khotkeys/*.khotkeys
%{_kde5_plugindir}/kded/khotkeys.so
%{_kde5_services}/khotkeys.desktop
%{_qt5_plugindir}/kcm_hotkeys.so

#----------------------------------------------------------------------------

%define khotkeysprivate_major 5
%define libkhotkeysprivate %mklibname khotkeysprivate %{khotkeysprivate_major}

%package -n %{libkhotkeysprivate}
Summary:	Plasma 5 input actions shared library
Group:		System/Libraries

%description -n %{libkhotkeysprivate}
Plasma 5 input actions shared library.

%files -n %{libkhotkeysprivate}
%{_kde5_libdir}/libkhotkeysprivate.so.%{khotkeysprivate_major}*

#----------------------------------------------------------------------------

%define devplasma5_khotkeys %mklibname plasma5-khotkeys -d

%package -n %{devplasma5_khotkeys}
Summary:	Development files for Plasma 5 input actions library
Group:		Development/KDE and Qt
Provides:	%{name}-devel = %{EVRD}
Provides:	khotkeysdbusinterface-devel = %{version}
Conflicts:	kdebase4-workspace-devel

%description -n %{devplasma5_khotkeys}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devplasma5_khotkeys}
%{_kde5_libdir}/cmake/KHotKeysDBusInterface
%{_datadir}/dbus-1/interfaces/org.kde.khotkeys.xml

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5_kf5locales
%make

%install
%makeinstall_std -C build

%find_lang %{oname} --with-html --with-kde
%kf5locales_fix %{oname}.lang

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (8eee3e6) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23757 |14mu|plasma5-kinfocenter-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kinfocenter

Summary:	Plasma 5 module that provides information about computer
Name:		plasma5-%{oname}
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5completion-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5solid-devel
BuildRequires:	kf5wayland-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Test)
Conflicts:	kinfocenter

%description
Plasma 5 module that provides information about computer.

%files -f %{oname}.lang
%{_kde5_applicationsdir}/org.kde.kinfocenter.desktop
%{_kde5_bindir}/kinfocenter
%{_kde5_datadir}/kcmusb/usb.ids
%{_kde5_datadir}/kcmview1394/oui.db
%dir %{_kde5_datadir}/kpackage/kcms/kcm_energyinfo/
%{_kde5_datadir}/kpackage/kcms/kcm_energyinfo/*
%dir %{_kde5_datadir}/kpackage/kcms/kcm_fileindexermonitor/
%{_kde5_datadir}/kpackage/kcms/kcm_fileindexermonitor/*
%{_kde5_services}/*.desktop
%{_kde5_servicetypes}/kinfocentercategory.desktop
%{_kde5_xmlguidir}/kinfocenter/kinfocenterui.rc
%{_qt5_plugindir}/*.so
%{_qt5_plugindir}/kcms/kcm_energyinfo.so
%{_qt5_plugindir}/kcms/kcm_fileindexermonitor.so
# Possibly should be rather dropped
%{_datadir}/desktop-directories/kinfocenter.directory

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5_kf5locales
%make

%install
%makeinstall_std -C build

# Should be rather merged to system config later
rm -rf %{buildroot}%{_kde5_sysconfdir}/xdg/menus/kinfocenter.menu

%find_lang %{oname} --all-name --with-html --with-kde
%kf5locales_fix %{oname}.lang



%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (cb08586) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23758 |14mu|plasma5-kio-extras-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kio-extras

Summary:	Plasma 5 extra kio slaves module
Name:		plasma5-%{oname}
Version:	16.04.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{oname}-%{version}.tar.xz
Patch0:		kio-extras-5.1.0.1-link-tirpc-for-nfs.patch
Patch1:		kio-extras-15.08.0-version.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	jpeg-devel
BuildRequires:	kf5activities-devel
BuildRequires:	kf5archive-devel
BuildRequires:	kf5bookmarks-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5dnssd-devel
BuildRequires:	kf5guiaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5khtml-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5pty-devel
BuildRequires:	kf5solid-devel
BuildRequires:	openslp-devel
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libssh)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(shared-mime-info)
BuildRequires:	pkgconfig(smbclient)
Requires:	plasma5-kio-applications
Requires:	plasma5-kio-desktop
Requires:	plasma5-kio-remote

%description
Plasma 5 extra kio slaves module.

%files -f %{name}.lang
%{_kde5_datadir}/config.kcfg/jpegcreatorsettings5.kcfg
%{_kde5_datadir}/kio_bookmarks/
%{_kde5_datadir}/kio_docfilter/
%{_kde5_datadir}/kio_info/
%{_kde5_datadir}/konqsidebartng/virtual_folders/remote/virtualfolder_network.desktop
%{_kde5_datadir}/konqueror/dirtree/remote/mtp-network.desktop
%{_kde5_datadir}/konqueror/dirtree/remote/smb-network.desktop
%{_kde5_datadir}/remoteview/mtp-network.desktop
%{_kde5_datadir}/remoteview/network.desktop
%{_kde5_datadir}/remoteview/smb-network.desktop
%{_kde5_datadir}/solid/actions/solid_mtp.desktop
%{_kde5_plugindir}/kded/networkwatcher.so
%{_kde5_plugindir}/kded/recentdocumentsnotifier.so
%{_kde5_plugindir}/kio/archive.so
%{_kde5_plugindir}/kio/bookmarks.so
%{_kde5_plugindir}/kio/filenamesearch.so
%{_kde5_plugindir}/kio/filter.so
%{_kde5_plugindir}/kio/fish.so
%{_kde5_plugindir}/kio/info.so
%{_kde5_plugindir}/kio/man.so
%{_kde5_plugindir}/kio/mtp.so
%{_kde5_plugindir}/kio/network.so
%{_kde5_plugindir}/kio/nfs.so
%{_kde5_plugindir}/kio/recentdocuments.so
%{_kde5_plugindir}/kio/settings.so
%{_kde5_plugindir}/kio/sftp.so
%{_kde5_plugindir}/kio/smb.so
%{_kde5_plugindir}/kio/thumbnail.so
%{_kde5_services}/about.protocol
%{_kde5_services}/activities.protocol
%{_kde5_services}/ar.protocol
%{_kde5_services}/bookmarks.protocol
%{_kde5_services}/bzip.protocol
%{_kde5_services}/bzip2.protocol
%{_kde5_services}/filenamesearch.protocol
%{_kde5_services}/fish.protocol
%{_kde5_services}/gzip.protocol
%{_kde5_services}/info.protocol
%{_kde5_services}/lzma.protocol
%{_kde5_services}/man.protocol
%{_kde5_services}/mtp.protocol
%{_kde5_services}/network.protocol
%{_kde5_services}/nfs.protocol
%{_kde5_services}/recentdocuments.protocol
%{_kde5_services}/settings.protocol
%{_kde5_services}/sftp.protocol
%{_kde5_services}/smb.protocol
%{_kde5_services}/tar.protocol
%{_kde5_services}/thumbnail.protocol
%{_kde5_services}/xz.protocol
%{_kde5_services}/zip.protocol
%{_kde5_services}/comicbookthumbnail.desktop
%{_kde5_services}/directorythumbnail.desktop
%{_kde5_services}/djvuthumbnail.desktop
%{_kde5_services}/exrthumbnail.desktop
%{_kde5_services}/imagethumbnail.desktop
%{_kde5_services}/jpegthumbnail.desktop
%{_kde5_services}/kactivitymanagerd_fileitem_linking_plugin.desktop
%{_kde5_services}/kmanpart.desktop
%{_kde5_services}/kraorathumbnail.desktop
%{_kde5_services}/svgthumbnail.desktop
%{_kde5_services}/textthumbnail.desktop
%{_kde5_servicetypes}/thumbcreator.desktop
%{_qt5_plugindir}/comicbookthumbnail.so
%{_qt5_plugindir}/djvuthumbnail.so
%{_qt5_plugindir}/exrthumbnail.so
%{_qt5_plugindir}/imagethumbnail.so
%{_qt5_plugindir}/jpegthumbnail.so
%{_qt5_plugindir}/kactivitymanagerd_fileitem_linking_plugin.so
%{_qt5_plugindir}/kfileaudiopreview.so
%{_qt5_plugindir}/kio_about.so
%{_qt5_plugindir}/kio_activities.so
%{_qt5_plugindir}/kritathumbnail.so
%{_qt5_plugindir}/libkmanpart.so
%{_qt5_plugindir}/svgthumbnail.so
%{_qt5_plugindir}/textthumbnail.so
%{_datadir}/mime/packages/kf5_network.xml

#----------------------------------------------------------------------------

%define molletnetwork5_major 5
%define libmolletnetwork5 %mklibname molletnetwork5_ %{molletnetwork5_major}

%package -n %{libmolletnetwork5}
Summary:	Plasma 5 extra kio slaves shared library
Group:		System/Libraries

%description -n %{libmolletnetwork5}
Plasma 5 extra kio slaves shared library.

%files -n %{libmolletnetwork5}
%{_kde5_libdir}/libmolletnetwork5.so.%{molletnetwork5_major}
%{_kde5_libdir}/libmolletnetwork5.so.%{version}

#----------------------------------------------------------------------------

%define devplasma5_kio_extras %mklibname plasma5-kio-extras -d

%package -n %{devplasma5_kio_extras}
Summary:	Development files for Plasma 5 extra kio slaves module
Group:		Development/KDE and Qt
Provides:	%{name}-devel = %{EVRD}

%description -n %{devplasma5_kio_extras}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devplasma5_kio_extras}
%{_datadir}/dbus-1/interfaces/kf5_org.kde.network.kioslavenotifier.xml

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake_kde5_kf5locales
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-html --with-kde
%kf5locales_fix %{name}.lang

%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (68a9a51) Adjust version patch
- (Andrey Bondrov: c80cbc0) New version 16.04.3

* Mon Jun 20 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.2-1
- (11bd608) Build requires pkgconfig(Qt5Sql)
- (Andrey Bondrov: bb43801) Build requires kf5activities-devel
- (Andrey Bondrov: bb43801) Add new files
- (Andrey Bondrov: 5bfddfa) Ajust version patch to match current version
- (Andrey Bondrov: cf751ef) New version 16.04.2

* Mon Mar 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.12.3-1
- (a49680c) New version 15.12.3

* Mon Mar 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.12.2-1
- (b627254) New version 15.12.3
- (Andrey Bondrov: 6ddf174) Update version patch
- (Andrey Bondrov: 89711e9) New version 15.12.2

* Wed Jan 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.12.1-1
- (8526727) New version 15.12.1

* Sat Jan 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.12.0-1
- (577a3a4) Move networkwatcher and recentdocumentsnotifier kded plugins to new location
- (Andrey Bondrov: c4d224b) Update version patch
- (Andrey Bondrov: dad7441) New version 15.12.0

* Mon Nov 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.08.3-1
- (5c3bbd7) Fix soversion in patch
- (Andrey Bondrov: d104255) New version 15.08.3

* Thu Oct 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.08.2-1
- (4fae7fb) Set proper version
- (Andrey Bondrov: 3584ddb) New version 15.08.2

* Wed Sep 16 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.08.1-1
- (f242c81) Bump version in patch to match package version
- (Andrey Bondrov: 3d8bebd) New version 15.08.1

* Thu Sep 03 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.08.0-3
- (75819ed) Requires plasma5-kio-desktop

* Thu Aug 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.08.0-2
- (5035ec8) Bump release

* Thu Aug 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.08.0-1
- (8c7bfc5) New version 15.08.0
- (8c7bfc5) kio desktop was moved to plasma5-workspace

* Thu Aug 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-2
- (9e06c60) MassBuild#782: Increase release tag

* Tue Jun 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-1
- (24ec5a0) New version 5.3.2

* Wed Jun 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.1-2
- (32d8d00) Require plasma5-kio-applications and plasma5-kio-remote (split from plasma5-workspace)

* Wed May 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.1-1
- (a89aa57) New version 5.3.1

* Wed Apr 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.0-1
- (b86a9e8) libmolletnetwork is now libmolletnetwork5
- (Andrey Bondrov: 794a7f2) Add kio about module
- (Andrey Bondrov: 16c8d4b) Drop avoid-kde4-conflicts patch (merged upstream)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23759 |14mu|plasma5-kmenuedit-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kmenuedit

Summary:	Plasma 5 menu editor
Name:		plasma5-%{oname}
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5sonnet-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	khotkeysdbusinterface-devel >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Xml)
Conflicts:	kdebase4-workspace

%description
Plasma 5 menu editor.

%files -f %{oname}.lang
%{_kde5_applicationsdir}/org.kde.kmenuedit.desktop
%{_kde5_bindir}/kmenuedit
%{_kde5_datadir}/kmenuedit/icons/hicolor/*
%{_kde5_iconsdir}/hicolor/*/apps/kmenuedit.*
%{_kde5_libdir}/libkdeinit5_kmenuedit.so
%{_kde5_xmlguidir}/kmenuedit/kmenueditui.rc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5_kf5locales
%make

%install
%makeinstall_std -C build

%find_lang %{oname} --with-html --with-kde
%kf5locales_fix %{oname}.lang

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (82edf76) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23760 |14mu|plasma5-kmix-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kmix

Summary:	Plasma 5 Digital Mixer
Name:		plasma5-%{oname}
Version:	16.04.3
Release:	1
Epoch:		3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org/applications/multimedia/kmix/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{oname}-%{version}.tar.xz
Patch0:		kmix-4.9.2-nodisplay.patch
Patch1:		kmix-15.04.1-popup-margins.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5globalaccel-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libcanberra)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libpulse-mainloop-glib)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
Requires:	plasma5-dataengine-mixer
Conflicts:	kmix

%description
KMix is an application to allow you to change the volume of your sound
card. Though small, it is full-featured, and it supports several
platforms and sound drivers.

%files
%{_kde5_applicationsdir}/kmix.desktop
%{_kde5_autostart}/kmix_autostart.desktop
%{_kde5_autostart}/restore_kmix_volumes.desktop
%{_kde5_bindir}/kmix
%{_kde5_bindir}/kmixctrl
%{_kde5_bindir}/kmixremote
%{_kde5_datadir}/kmix
%{_kde5_iconsdir}/*/*/*/*
%{_kde5_libdir}/libkdeinit5_kmix.so
%{_kde5_libdir}/libkdeinit5_kmixctrl.so
%{_kde5_services}/kmixctrl_restore.desktop
%{_kde5_services}/kded/kmixd.desktop
%{_kde5_xmlguidir}/kmix/kmixui.rc
%{_datadir}/dbus-1/interfaces/org.kde.kmix.control.xml
%{_datadir}/dbus-1/interfaces/org.kde.kmix.mixer.xml
%{_datadir}/dbus-1/interfaces/org.kde.kmix.mixset.xml
%{_qt5_plugindir}/libkded_kmixd.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-mixer
Summary:	Plasma 5 mixer dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-mixer
Plasma 5 mixer dataengine.

%files -n plasma5-dataengine-mixer
%{_kde5_datadir}/plasma/services/mixer.operations
%{_kde5_services}/plasma-dataengine-mixer.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_mixer.so

#------------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake_kde5 -DKMIX_KF5_BUILD:BOOL=ON
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3:16.04.3-1
- (2e97f86) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23761 |14mu|plasma5-konsole-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname konsole

Summary:	A terminal emulator similar to xterm for Plasma 5
Name:		plasma5-%{oname}
Version:	16.04.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://konsole.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{oname}-%{version}.tar.xz
Source1:	%{name}.rpmlintrc
# KDE #347715, https://git.reviewboard.kde.org/r/124132/
Patch0:		konsole-15.12.0-krun-openurl.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5bookmarks-devel
BuildRequires:	kf5completion-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5guiaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5init-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5notifyconfig-devel
BuildRequires:	kf5parts-devel
BuildRequires:	kf5pty-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5textwidgets-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(x11)
Requires:	x11-font-misc-misc
Conflicts:	konsole

%description
A terminal emulator, similar to xterm, for Plasma 5.

%files
%doc README COPYING COPYING.DOC COPYING.LIB doc/*
%{_kde5_applicationsdir}/org.kde.konsole.desktop
%{_kde5_bindir}/konsole
%{_kde5_bindir}/konsoleprofile
%{_kde5_datadir}/konsole
%{_kde5_docdir}/HTML/en/konsole
%{_kde5_libdir}/libkdeinit5_konsole.so
%{_kde5_notificationsdir}/konsole.notifyrc
%{_kde5_services}/konsolepart.desktop
%{_kde5_services}/ServiceMenus/konsolehere.desktop
%{_kde5_services}/ServiceMenus/konsolerun.desktop
%{_kde5_servicetypes}/terminalemulator.desktop
%{_kde5_xmlguidir}/konsole/*.rc
%{_datadir}/appdata/org.kde.konsole.appdata.xml
%{_qt5_plugindir}/konsolepart.so

#----------------------------------------------------------------------------

%define konsoleprivate_major 16
%define libkonsoleprivate %mklibname konsoleprivate %{konsoleprivate_major}

%package -n %{libkonsoleprivate}
Summary:	Shared library for Konsole
Group:		System/Libraries

%description -n %{libkonsoleprivate}
Shared library for Konsole.

%files -n %{libkonsoleprivate}
%{_kde5_libdir}/libkonsoleprivate.so.%{konsoleprivate_major}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:16.04.3-1
- (26b7609) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23762 |14mu|plasma5-kscreen-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kscreen

Summary:	Plasma 5 display management module
Name:		plasma5-%{oname}
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5globalaccel-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(kscreen2) >= %{version}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
Conflicts:	kscreen
Conflicts:	plasma-applet-kscreen

%description
Plasma 5 display management module.

%files -f %{oname}.lang
%{_kde5_bindir}/kscreen-console
%dir %{_kde5_datadir}/kcm_kscreen/
%{_kde5_datadir}/kcm_kscreen/*
%{_kde5_iconsdir}/hicolor/*/actions/kdocumentinfo.*
%{_kde5_services}/kcm_kscreen.desktop
%{_qt5_plugindir}/kcm_kscreen.so
%{_kde5_plugindir}/kded/kscreen.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

# Applet is not yet ported to Plasma 5
rm -f po/*/plasma_applet_org.kde.plasma.kscreen.po

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{oname} kcm_displayconfiguration %{oname}.lang


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (8e32b5b) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23763 |14mu|plasma5-ksysguard-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ksysguard

Summary:	Plasma 5 system monitoring module
Name:		plasma5-%{oname}
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5itemviews-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5newstuff-devel
BuildRequires:	kf5sysguard-devel >= %{version}
BuildRequires:	lm_sensors-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Test)
# For scripts
Requires:	libksysguard
Conflicts:	kdebase4-workspace

%description
Plasma 5 system monitoring module.

%files -f %{oname}.lang
%{_kde5_applicationsdir}/org.kde.ksysguard.desktop
%{_kde5_bindir}/ksysguard
%{_kde5_bindir}/ksysguardd
%{_kde5_datadir}/ksysguard/*.sgrd
%{_kde5_iconsdir}/hicolor/16x16/apps/*.png
%{_kde5_libdir}/libkdeinit5_ksysguard.so
%{_kde5_notificationsdir}/ksysguard.notifyrc
%{_kde5_xmlguidir}/ksysguard/ksysguardui.rc
%{_kde5_sysconfdir}/ksysguarddrc
%{_kde5_sysconfdir}/xdg/ksysguard.knsrc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5_kf5locales
%make

%install
%makeinstall_std -C build

%find_lang %{oname} --all-name --with-html --with-kde
%kf5locales_fix %{oname}.lang


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (c8b6e6d) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23764 |14mu|plasma5-kup-0.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kup

%define major 1
%define libgit24kup %mklibname git24kup %{major}

Summary:	A KDE-based frontend for the very excellent backup software
Name:		plasma5-kup
Version:	0.6.1
Release:	1
License:	GPLv2+
Group:		Archiving/Backup
# Also https://github.com/spersson/Kup
Url:		http://kde-apps.org/content/show.php/Kup+Backup+System?content=147465
Source0:	https://github.com/spersson/Kup/archive/Kup-%{oname}-%{version}.tar.gz
Source10:	kup-0.6.1-ru.po
# Avoid version conflicts with KDE4 kup package
Patch0:		Kup-kup-0.6.0-libgit24kup-soname.patch
BuildRequires:	cmake
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5init-devel
BuildRequires:	kf5idletime-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5solid-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)
Requires:	bup
Requires:	parchive2
Requires:	rsync
# KDE4-based package
Conflicts:	kup < 0.6.0

%description
Kup is created for helping people to keep up-to-date backups of their personal
files.

Backup types:
 - Synchronized folders with the use of "rsync".
 - Incremental backup archive with the use of "bup"
Backup destinations:
 - local filesystem, monitored for availability. That means you can set
   a destination folder which only exist when perhaps a network shared drive
   is mounted and Kup will detect when it becomes available.
 - external storage, like usb hard drives. Also monitored for availability.
Schedules:
 - manual only (triggered from tray icon popup menu)
 - interval (suggests new backup after some time has passed since last backup)
 - usage based (suggests new backup after you have been active on your computer
   for some hours since last backup).

%files -f %{oname}.lang
%doc LICENSE MAINTAINER README.md
%{_kde5_autostart}/kup-daemon.desktop
%{_kde5_bindir}/kup-daemon
%{_kde5_bindir}/kup-filedigger
%{_kde5_iconsdir}/hicolor/*/*/*
%{_kde5_libdir}/libkdeinit5_kup-daemon.so
%{_kde5_notificationsdir}/kupdaemon.notifyrc
%{_kde5_services}/bup.protocol
%{_kde5_services}/kcm_kup.desktop
%{_qt5_plugindir}/kcm_kup.so
%{_qt5_plugindir}/kio_bup.so

#----------------------------------------------------------------------------

%package -n %{libgit24kup}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libgit24kup}
Shared library for %{name}.

%files -n %{libgit24kup}
%{_kde5_libdir}/libgit24kup.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -qn Kup-%{oname}-%{version}
%patch0 -p1
cp %{SOURCE10} po/ru.po

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde5_libdir}/libgit24kup.so

%find_lang %{oname}


%changelog

* Fri Aug 19 2016 Victor Ryzhikh <victorr2007@yandex.ru> 0.6.1-1
- (77febce) Added dependency parchive2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23765 |14mu|plasma5-kwalletmanager-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kwalletmanager

Summary:	Plasma 5 password wallet manager
Name:		plasma5-%{oname}
Version:	16.04.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{oname}-%{version}.tar.xz
Source1:	org.kde.kwriteroot.desktop
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5auth-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5wallet-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
Conflicts:	kwallet

%description
Plasma 5 password wallet manager.

%files
%{_kde5_applicationsdir}/kwalletmanager5-kwalletd.desktop
%{_kde5_applicationsdir}/org.kde.kwalletmanager5.desktop
%{_kde5_bindir}/kwalletmanager5
%dir %{_kde5_datadir}/kwalletmanager5/
%{_kde5_datadir}/kwalletmanager5/*
%{_kde5_docdir}/HTML/en/kwallet5
%{_kde5_iconsdir}/hicolor/*/apps/kwalletmanager.*
%{_kde5_iconsdir}/hicolor/*/apps/kwalletmanager2.*
%{_kde5_libexecdir}/kauth/kcm_kwallet_helper5
%{_kde5_services}/kwalletconfig5.desktop
%{_kde5_services}/kwalletmanager5_show.desktop
%{_kde5_xmlguidir}/kwalletmanager5/kwalletmanager.rc
%{_qt5_plugindir}/kcm_kwallet5.so
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmkwallet5.service
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmkwallet5.policy
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmkwallet5.conf

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (ca09ebf) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23766 |14mu|plasma5-kwin-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kwin

Summary:	Plasma 5 window manager module
Name:		plasma5-%{oname}
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
Source10:	%{name}.rpmlintrc
Patch0:		kwin-5.3.0-enable-minimizeall.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	breeze-devel >= %{version}
BuildRequires:	kdecoration2-devel >= %{version}
BuildRequires:	kscreenlocker-devel >= %{version}
BuildRequires:	kf5activities-devel
BuildRequires:	kf5completion-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5crash-devel
BuildRequires:	kf5declarative-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5globalaccel-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5idletime-devel
BuildRequires:	kf5init-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5newstuff-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5wayland-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(epoxy)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
# Runtime (needs check later):
#BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5UiTools)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(wayland-client)
BuildRequires:	pkgconfig(wayland-egl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-composite)
BuildRequires:	pkgconfig(xcb-cursor)
BuildRequires:	pkgconfig(xcb-damage)
BuildRequires:	pkgconfig(xcb-glx)
BuildRequires:	pkgconfig(xcb-icccm)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-randr)
BuildRequires:	pkgconfig(xcb-render)
BuildRequires:	pkgconfig(xcb-shape)
BuildRequires:	pkgconfig(xcb-shm)
BuildRequires:	pkgconfig(xcb-sync)
BuildRequires:	pkgconfig(xcb-xfixes)
BuildRequires:	pkgconfig(xcb-xtest)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xkbcommon)
Suggests:	plasma5-decoration-aurorae
Conflicts:	kdebase4-workspace

%description
Plasma 5 window manager module.

%files -f %{oname}.lang
%{_kde5_bindir}/kwin_wayland
%{_kde5_bindir}/kwin_x11
%{_kde5_datadir}/config.kcfg/kwin.kcfg
%{_kde5_datadir}/kwin/*.png
%{_kde5_datadir}/kwin/stripTitle.js
%{_kde5_datadir}/kwin/decorations/kwin4_decoration_qml_plastik/
%{_kde5_datadir}/kwin/effects/desktopgrid/
%{_kde5_datadir}/kwin/effects/kwin4_effect_dialogparent/
%{_kde5_datadir}/kwin/effects/kwin4_effect_eyeonscreen/
%{_kde5_datadir}/kwin/effects/kwin4_effect_fade/
%{_kde5_datadir}/kwin/effects/kwin4_effect_fadedesktop/
%{_kde5_datadir}/kwin/effects/kwin4_effect_login/
%{_kde5_datadir}/kwin/effects/kwin4_effect_maximize/
%{_kde5_datadir}/kwin/effects/kwin4_effect_morphingpopups/
%{_kde5_datadir}/kwin/effects/kwin4_effect_scalein/
%{_kde5_datadir}/kwin/effects/kwin4_effect_translucency/
%{_kde5_datadir}/kwin/effects/kwin4_effect_windowaperture/
%{_kde5_datadir}/kwin/effects/presentwindows/
%{_kde5_datadir}/kwin/kcm_kwindecoration/
%{_kde5_datadir}/kwin/kcm_kwintabbox/
%{_kde5_datadir}/kwin/outline/plasma/outline.qml
%{_kde5_datadir}/kwin/scripts/desktopchangeosd/
%{_kde5_datadir}/kwin/scripts/enforcedeco/
%{_kde5_datadir}/kwin/scripts/minimizeall/
%{_kde5_datadir}/kwin/scripts/synchronizeskipswitcher/
%{_kde5_datadir}/kwin/scripts/videowall/
%{_kde5_datadir}/kwin/virtualkeyboard/
%{_kde5_datadir}/kwincompositing/*
%{_kde5_iconsdir}/hicolor/*/apps/kwin.*
%{_kde5_libdir}/libkdeinit5_kwin_rules_dialog.so
%{_kde5_libdir}/libkdeinit5_kwin_x11.so
%{_kde5_libdir}/kconf_update_bin/kwin5_update_default_rules
%{_kde5_libexecdir}/kwin_killer_helper
%{_kde5_libexecdir}/kwin_rules_dialog
%{_kde5_notificationsdir}/kwin.notifyrc
%{_kde5_plugindir}/org.kde.kidletime.platforms/KF5IdleTimeKWinWaylandPrivatePlugin.so
%{_kde5_services}/desktop.desktop
%{_kde5_services}/kcmkwineffects.desktop
%{_kde5_services}/kwin-script-desktopchangeosd.desktop
%{_kde5_services}/kwin-script-enforcedeco.desktop
%{_kde5_services}/kwin-script-minimizeall.desktop
%{_kde5_services}/kwin-script-synchronizeskipswitcher.desktop
%{_kde5_services}/kwin-script-videowall.desktop
%{_kde5_services}/kwinactions.desktop
%{_kde5_services}/kwinadvanced.desktop
%{_kde5_services}/kwincompositing.desktop
%{_kde5_services}/kwindecoration.desktop
%{_kde5_services}/kwinfocus.desktop
%{_kde5_services}/kwinmoving.desktop
%{_kde5_services}/kwinoptions.desktop
%{_kde5_services}/kwinrules.desktop
%{_kde5_services}/kwinscreenedges.desktop
%{_kde5_services}/kwinscripts.desktop
%{_kde5_services}/kwintabbox.desktop
%{_kde5_services}/kwin/kwin4_decoration_qml_plastik.desktop
%{_kde5_services}/kwin/kwin4_effect_*.desktop
%{_kde5_servicetypes}/kwindecoration.desktop
%{_kde5_servicetypes}/kwindesktopswitcher.desktop
%{_kde5_servicetypes}/kwineffect.desktop
%{_kde5_servicetypes}/kwinscript.desktop
%{_kde5_servicetypes}/kwinwindowswitcher.desktop
%{_kde5_sysconfdir}/xdg/kwineffect.knsrc
%{_kde5_sysconfdir}/xdg/kwinscripts.knsrc
%{_kde5_sysconfdir}/xdg/kwinswitcher.knsrc
%{_kde5_sysconfdir}/xdg/org_kde_kwin.categories
%{_qt5_plugindir}/kcm_kwin*.so
%{_qt5_plugindir}/kwincompositing.so
%{_qt5_plugindir}/kwin/effects/configs/*.so
%{_qt5_plugindir}/org.kde.kglobalaccel5.platforms/KF5GlobalAccelPrivateKWin.so
%{_qt5_plugindir}/org.kde.kwin.platforms/KWinX11Platform.so
%{_qt5_plugindir}/org.kde.kwin.waylandbackends/KWinWayland*Backend.so
%{_qt5_plugindir}/platforms/KWinQpaPlugin.so

#----------------------------------------------------------------------------

%package -n plasma5-decoration-aurorae
Summary:	Plasma 5 Aurorae window decoration
Group:		Graphical desktop/KDE
Conflicts:	kdebase4-workspace

%description -n plasma5-decoration-aurorae
Plasma 5 Aurorae window decoration.

%files -n plasma5-decoration-aurorae
%{_kde5_datadir}/kwin/aurorae/
%{_kde5_sysconfdir}/xdg/aurorae.knsrc
%{_qt5_plugindir}/org.kde.kdecoration2/kwin5_aurorae.so

#--------------------------------------------------------------------

%define qmlkwin %mklibname kwin-qml

%package -n %{qmlkwin}
Summary:	QML plugin for Plasma 5 KWin
Group:		System/Libraries
Provides:	kwin-qml = %{EVRD}

%description -n %{qmlkwin}
QML plugin for Plasma 5 KWin.

%files -n %{qmlkwin}
%dir %{_kde5_qmldir}/org/kde/kwin/
%{_kde5_qmldir}/org/kde/kwin/*

#----------------------------------------------------------------------------

%define kwin_major 5
%define libkwin %mklibname kwin %{kwin_major}

%package -n %{libkwin}
Summary:	Plasma 5 window manager shared library
Group:		System/Libraries
Requires:	%{qmlkwin}

%description -n %{libkwin}
Plasma 5 window manager shared library.

%files -n %{libkwin}
%{_kde5_libdir}/libkwin.so.%{kwin_major}
%{_kde5_libdir}/libkwin.so.%{version}*

#----------------------------------------------------------------------------

%define kwin4_effect_builtins_major 1
%define libkwin4_effect_builtins %mklibname kwin4_effect_builtins %{kwin4_effect_builtins_major}

%package -n %{libkwin4_effect_builtins}
Summary:	Plasma 5 window manager shared library
Group:		System/Libraries

%description -n %{libkwin4_effect_builtins}
Plasma 5 window manager shared library.

%files -n %{libkwin4_effect_builtins}
%{_kde5_libdir}/libkwin4_effect_builtins.so.%{kwin4_effect_builtins_major}*

#----------------------------------------------------------------------------

%define kwineffects_major 8
%define libkwineffects %mklibname kwineffects %{kwineffects_major}

%package -n %{libkwineffects}
Summary:	Plasma 5 window manager shared library
Group:		System/Libraries

%description -n %{libkwineffects}
Plasma 5 window manager shared library.

%files -n %{libkwineffects}
%{_kde5_libdir}/libkwineffects.so.%{kwineffects_major}
%{_kde5_libdir}/libkwineffects.so.%{version}*

#----------------------------------------------------------------------------

%define kwinglutils_major 8
%define libkwinglutils %mklibname kwinglutils %{kwinglutils_major}

%package -n %{libkwinglutils}
Summary:	Plasma 5 window manager shared library
Group:		System/Libraries

%description -n %{libkwinglutils}
Plasma 5 window manager shared library.

%files -n %{libkwinglutils}
%{_kde5_libdir}/libkwinglutils.so.%{kwinglutils_major}
%{_kde5_libdir}/libkwinglutils.so.%{version}*

#----------------------------------------------------------------------------

%define kwinxrenderutils_major 8
%define libkwinxrenderutils %mklibname kwinxrenderutils %{kwinxrenderutils_major}

%package -n %{libkwinxrenderutils}
Summary:	Plasma 5 window manager shared library
Group:		System/Libraries

%description -n %{libkwinxrenderutils}
Plasma 5 window manager shared library.

%files -n %{libkwinxrenderutils}
%{_kde5_libdir}/libkwinxrenderutils.so.%{kwinxrenderutils_major}
%{_kde5_libdir}/libkwinxrenderutils.so.%{version}*

#----------------------------------------------------------------------------

%define devkwin %mklibname kwin -d

%package -n %{devkwin}
Summary:	Development files for Plasma 5 window manager module
Group:		Development/KDE and Qt
Requires:	%{libkwin4_effect_builtins} = %{EVRD}
Requires:	%{libkwineffects} = %{EVRD}
Requires:	%{libkwinglutils} = %{EVRD}
Requires:	%{libkwinxrenderutils} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	kdebase4-workspace-devel

%description -n %{devkwin}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkwin}
%{_kde5_includedir}/kwin*.h
%{_kde5_libdir}/cmake/KWinDBusInterface
%{_kde5_libdir}/libkwin4_effect_builtins.so
%{_kde5_libdir}/libkwineffects.so
%{_kde5_libdir}/libkwinglutils.so
%{_kde5_libdir}/libkwinxrenderutils.so
%{_datadir}/dbus-1/interfaces/org.kde.*.xml

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%cmake_kde5_kf5locales
%make

%install
%makeinstall_std -C build

%find_lang %{oname} --all-name --with-kde --with-html
%kf5locales_fix %{oname}.lang


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (3e4ce56) Update files
- (valerol: f0ee410) Build requires breeze-devel
- (valerol: df6ca26) New version 5.7.2

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.5-1
- (a84d5b8) New version 5.6.5

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.3-1
- (0a427be) Specify version for Plasma 5 BuildRequires
- (Andrey Bondrov: e320ecb) New version 5.6.3

* Thu Apr 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-2
- (38cb74a) MassBuild#1028: Increase release tag

* Sat Apr 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-1
- (b2d5e8e) Update files (all shaders are combined in resources now, see KDE review request 126905
- (Andrey Bondrov: 5c36c56) Update files (add kwin4_effect_morphingpopups)
- (Andrey Bondrov: 9256f57) New internal libraries major version 8
- (Andrey Bondrov: 9c3d440) New version 5.6.2

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-2
- (729c441) MassBuild#1001: Increase release tag

* Wed Mar 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-1
- (c68a8e3) New version 5.5.5

* Wed Jan 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.4-1
- (235cea6) New version 5.5.4

* Thu Jan 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.3-1
- (6679ade) New version 5.5.3

* Tue Dec 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.2-1
- (ad7895f) Build requires pkgconfig(fontconfig)
- (Andrey Bondrov: 7767ec2) Build requires pkgconfig(freetype2)
- (Andrey Bondrov: 176f954) Build requires kf5idletime-devel
- (Andrey Bondrov: 176f954) Add new files
- (Andrey Bondrov: 8512a88) Build requires kscreenlocker-devel
- (Andrey Bondrov: 8512a88) New libraries major version 7
- (Andrey Bondrov: 1c46bf7) Drop datapath patch (no longer needed with new cmake)
- (Andrey Bondrov: f8ee8b4) New version 5.5.2

* Thu Nov 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.3-1
- (3cc4bb2) New version 5.4.3

* Wed Oct 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.2-1
- (9aedf8b) New version 5.4.2

* Tue Sep 08 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.1-1
- (e912bb3) New version 5.4.1

* Wed Aug 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.0-1
- (0abc570) Update files
- (Andrey Bondrov: cb94db1) New version 5.4.0

* Thu Aug 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-3
- (992432c) MassBuild#782: Increase release tag

* Wed Aug 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-2
- (3706a72) Bump release

* Tue Jun 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-1
- (0904cdd) New version 5.3.2

* Wed May 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.1-1
- (cafdab3) New version 5.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23767 |14mu|plasma5-look-and-feel-rosa-fresh-1.0-0.21
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA Desktop Fresh look and feel for Plasma 5
Name:		plasma5-look-and-feel-rosa-fresh
Version:	1.0
Release:	0.21
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.com/
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	extra-cmake-modules
BuildRequires:	plasma5-look-and-feel-breeze
Requires:	plasma5-color-scheme-rosa
Requires:	rosa-icons
Requires:	plasma5-desktoptheme-rosa-fresh
Provides:	plasma5-look-and-feel-default = %{EVRD}
BuildArch:	noarch

%description
ROSA Desktop Fresh look and feel for Plasma 5.

%files
%dir %{_kde5_datadir}/plasma/look-and-feel/org.rosa.fresh.desktop/
%{_kde5_datadir}/plasma/look-and-feel/org.rosa.fresh.desktop/*
%{_kde5_services}/plasma-lookandfeel-org.rosa.fresh.desktop.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_kde5_datadir}/plasma/look-and-feel/
cp -r org.rosa.fresh.desktop %{buildroot}%{_kde5_datadir}/plasma/look-and-feel/
mkdir -p %{buildroot}%{_kde5_services}/
install -m 0644 org.rosa.fresh.desktop/metadata.desktop %{buildroot}%{_kde5_services}/plasma-lookandfeel-org.rosa.fresh.desktop.desktop

# Copy some parts of Breeze (lockscreen etc)
mkdir -p %{buildroot}%{_kde5_datadir}/plasma/look-and-feel/org.rosa.fresh.desktop/contents/components/
cp %{_kde5_datadir}/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/*.qml \
   %{buildroot}%{_kde5_datadir}/plasma/look-and-feel/org.rosa.fresh.desktop/contents/components/
mkdir -p %{buildroot}%{_kde5_datadir}/plasma/look-and-feel/org.rosa.fresh.desktop/contents/lockscreen/
cp %{_kde5_datadir}/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/*.qml \
   %{buildroot}%{_kde5_datadir}/plasma/look-and-feel/org.rosa.fresh.desktop/contents/lockscreen/
mkdir -p %{buildroot}%{_kde5_datadir}/plasma/look-and-feel/org.rosa.fresh.desktop/contents/osd/
cp %{_kde5_datadir}/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd/*.qml \
   %{buildroot}%{_kde5_datadir}/plasma/look-and-feel/org.rosa.fresh.desktop/contents/osd/
mkdir -p %{buildroot}%{_kde5_datadir}/plasma/look-and-feel/org.rosa.fresh.desktop/contents/splash/
cp %{_kde5_datadir}/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/*.qml \
   %{buildroot}%{_kde5_datadir}/plasma/look-and-feel/org.rosa.fresh.desktop/contents/splash/


%changelog

* Thu Jul 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.21
- (f187d63) Update preview images
- (f187d63) Use ROSA logo for splash screen



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23768 |14mu|plasma5-mediacenter-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname plasma-mediacenter

Summary:	Plasma 5 media center
Name:		plasma5-mediacenter
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5activities-devel
BuildRequires:	kf5baloo-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5declarative-devel
BuildRequires:	kf5filemetadata-devel
BuildRequires:	kf5guiaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(taglib)
Requires:	plasma5-shell-mediacenter
Requires:	plasma5-workspace
Conflicts:	plasma-mediacenter

%description
Plasma 5 media center.

%files -f plasma-mediacenter.lang
%{_kde5_applicationsdir}/plasma-mediacenter.desktop
%{_kde5_datadir}/xsessions/plasma-mediacenter.desktop
%{_kde5_iconsdir}/hicolor/*/actions/pmc-back.*
%{_kde5_servicetypes}/pmc_browsingbackend.desktop
%{_kde5_servicetypes}/pmc_datasource.desktop
%{_qt5_plugindir}/plasma/mediacenter/browsingbackends/pmc_metadatamusicbackend.so
%{_qt5_plugindir}/plasma/mediacenter/browsingbackends/pmc_metadatapicturebackend.so
%{_qt5_plugindir}/plasma/mediacenter/browsingbackends/pmc_metadatavideobackend.so
%{_qt5_plugindir}/plasma/mediacenter/datasources/pmc_baloosearch.so
%{_qt5_plugindir}/plasma/mediacenter/datasources/pmc_filesystemsearch.so
%{_qt5_plugindir}/plasma/mediacenter/datasources/pmc_lastfm.so

#----------------------------------------------------------------------------

%package -n plasma5-shell-mediacenter
Summary:	Plasma 5 media center shell
Group:		Graphical desktop/KDE
# Not sure if it's required
Suggests:	%{name}

%description -n plasma5-shell-mediacenter
Plasma 5 media center shell.

%files -n plasma5-shell-mediacenter -f plasma_shell_org.kde.plasma.mediacenter.lang
%dir %{_kde5_datadir}/plasma/shells/org.kde.plasma.mediacenter/
%{_kde5_datadir}/plasma/shells/org.kde.plasma.mediacenter/*
%{_kde5_services}/plasma-shell-org.kde.plasma.mediacenter.desktop

#----------------------------------------------------------------------------

%define qmlplasma_mediacenter %mklibname plasma-mediacenter-qml

%package -n %{qmlplasma_mediacenter}
Summary:	QML plugins for Plasma 5 media center
Group:		System/Libraries
Provides:	plasma-mediacenter-qml = %{EVRD}

%description -n %{qmlplasma_mediacenter}
QML plugins for Plasma 5 media center.

%files -n %{qmlplasma_mediacenter}
%dir %{_kde5_qmldir}/org/kde/plasma/mediacenter/
%{_kde5_qmldir}/org/kde/plasma/mediacenter/*

#----------------------------------------------------------------------------

%define plasmamediacenter_major 5
%define libplasmamediacenter %mklibname plasmamediacenter %{plasmamediacenter_major}

%package -n %{libplasmamediacenter}
Summary:	Plasma 5 media center shared library
Group:		System/Libraries
Requires:	plasma-mediacenter-qml

%description -n %{libplasmamediacenter}
Plasma 5 media center shared library.

%files -n %{libplasmamediacenter}
%{_kde5_libdir}/libplasmamediacenter.so.%{plasmamediacenter_major}
%{_kde5_libdir}/libplasmamediacenter.so.%{version}

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang plasma-mediacenter
%find_lang plasma_shell_org.kde.plasma.mediacenter

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (d5b337f) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23769 |14mu|plasma5-nm-5.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname plasma-nm

Summary:	Plasma 5 applet network management module
Name:		plasma5-nm
Version:	5.7.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
Patch0:		plasma-nm-5.7.2-l10n.patch
Patch1:		plasma-nm-5.7.2-pppoe-editor.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5completion-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5declarative-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5init-devel
BuildRequires:	kf5itemviews-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5modemmanagerqt-devel
BuildRequires:	kf5networkmanagerqt-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5solid-devel
BuildRequires:	kf5wallet-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(mobile-broadband-provider-info)
BuildRequires:	pkgconfig(ModemManager)
BuildRequires:	pkgconfig(NetworkManager)
BuildRequires:	pkgconfig(openconnect)
BuildRequires:	pkgconfig(qca2-qt5)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	mobile-broadband-provider-info
Requires:	modemmanager
Requires:	networkmanager
Requires:	qca2-qt5-plugin-openssl
Conflicts:	plasma-applet-networkmanagement
Conflicts:	plasma-nm
Conflicts:	knetworkmanager-common

%description
Plasma 5 applet network management module. It provides plasma applet and
editor for managing your network connections in Plasma 5 using the default
NetworkManager service.

%files -f %{oname}.lang
%{_kde5_applicationsdir}/kde5-nm-connection-editor.desktop
%{_kde5_bindir}/kde5-nm-connection-editor
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.networkmanagement/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.networkmanagement/*
%{_kde5_libdir}/libplasmanm_editor.so
%{_kde5_libdir}/libplasmanm_internal.so
%{_kde5_notificationsdir}/networkmanagement.notifyrc
%dir %{_kde5_qmldir}/org/kde/plasma/networkmanagement/
%{_kde5_qmldir}/org/kde/plasma/networkmanagement/*
%{_kde5_plugindir}/kded/networkmanagement.so
%{_kde5_services}/plasma-applet-org.kde.plasma.networkmanagement.desktop
%{_kde5_services}/plasmanetworkmanagement_l2tpui.desktop
%{_kde5_services}/plasmanetworkmanagement_openconnectui.desktop
%{_kde5_services}/plasmanetworkmanagement_openswanui.desktop
%{_kde5_services}/plasmanetworkmanagement_openvpnui.desktop
%{_kde5_services}/plasmanetworkmanagement_pptpui.desktop
%{_kde5_services}/plasmanetworkmanagement_sshui.desktop
%{_kde5_services}/plasmanetworkmanagement_sstpui.desktop
%{_kde5_services}/plasmanetworkmanagement_strongswanui.desktop
%{_kde5_services}/plasmanetworkmanagement_vpncui.desktop
%{_kde5_servicetypes}/plasma-networkmanagement-vpnuiplugin.desktop
%{_kde5_xmlguidir}/kde5-nm-connection-editor/kde5-nm-connection-editorui.rc
%{_qt5_plugindir}/libplasmanetworkmanagement_l2tpui.so
%{_qt5_plugindir}/libplasmanetworkmanagement_openconnectui.so
%{_qt5_plugindir}/libplasmanetworkmanagement_openswanui.so
%{_qt5_plugindir}/libplasmanetworkmanagement_openvpnui.so
%{_qt5_plugindir}/libplasmanetworkmanagement_pptpui.so
%{_qt5_plugindir}/libplasmanetworkmanagement_sshui.so
%{_qt5_plugindir}/libplasmanetworkmanagement_sstpui.so
%{_qt5_plugindir}/libplasmanetworkmanagement_strongswanui.so
%{_qt5_plugindir}/libplasmanetworkmanagement_vpncui.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang kde5-nm-connection-editor \
           plasma_applet_org.kde.plasma.networkmanagement \
           plasmanetworkmanagement-kded \
           plasmanetworkmanagement_l2tpui \
           plasmanetworkmanagement-libs \
           plasmanetworkmanagement_openconnectui \
           plasmanetworkmanagement_openswanui \
           plasmanetworkmanagement_openvpnui \
           plasmanetworkmanagement_pptpui \
           plasmanetworkmanagement_sshui \
           plasmanetworkmanagement_sstpui \
           plasmanetworkmanagement_strongswanui \
           plasmanetworkmanagement_vpncui \
           %{oname}.lang


%changelog

* Thu Jul 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.2-2
- (04c56af) Backport patch from upstream (fix data validation when creating new pppoe connections)

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (0d668dd) Re-diff l10n patch
- (valerol: b419005) New version 5.7.2

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.5-1
- (f92a91e) Re-diff l10n patch
- (Andrey Bondrov: 7099f2c) New version 5.6.5

* Thu Apr 21 2016 valerol <valerol@ya.ru> 5.6.3-1
- (c375e06) Re-diff l10n patch
- (Andrey Bondrov: 88ba7d2) New version 5.6.3

* Wed Apr 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-2
- (b6ee9c4) MassBuild#1027: Increase release tag

* Sat Apr 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-1
- (a9c1c8e) Update l10n patch
- (Andrey Bondrov: e7c4e13) New version 5.6.2

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-2
- (e6bfc3c) MassBuild#1001: Increase release tag

* Wed Mar 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-1
- (d46605d) New version 5.5.5

* Wed Jan 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.4-1
- (8f79be2) Update Russian translation
- (Andrey Bondrov: 7d65e64) New version 5.5.4

* Thu Jan 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.3-1
- (c08fa17) New version 5.5.3

* Mon Dec 28 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.2-1
- (954e4d9) Require qca2-qt5-plugin-openssl
- (Andrey Bondrov: e603bba) Update files (move networkmanagement kded module to new path)
- (Andrey Bondrov: 8aab3a6) Build requires pkgconfig(qca2-qt5)
- (Andrey Bondrov: 9dd50fb) New version 5.5.2

* Thu Nov 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.3-1
- (c8abdd0) New version 5.4.3

* Wed Oct 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.2-1
- (2177aaf) New version 5.4.2

* Tue Sep 08 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.1-1
- (6378c95) Drop ru translation patch (fixed upstream)
- (Andrey Bondrov: 1a8c6b8) New version 5.4.1

* Mon Sep 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.4.0-3
- (0c772cb) Rebuild with new openconnect

* Mon Aug 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.0-2
- (b93bb3b) Update translations

* Wed Aug 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.0-1
- (a444373) Update files (add sshui and sstpui files)
- (Andrey Bondrov: f5e2c81) New version 5.4.0

* Thu Aug 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-2
- (ff58262) MassBuild#782: Increase release tag

* Tue Jun 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-1
- (2dcb0ad) New version 5.3.2

* Wed May 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.1-1
- (67ef258) New version 5.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23770 |14mu|plasma5-powerdevil-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname powerdevil

Summary:	Plasma 5 power management module
Name:		plasma5-%{oname}
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
Patch0:		powerdevil-5.5.2-power-settings.patch
Patch1:		powerdevil-5.7.2-l10n-ru.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5auth-devel
BuildRequires:	kf5bluezqt-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5globalaccel-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5idletime-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5networkmanagerqt-devel
BuildRequires:	kf5notifyconfig-devel
BuildRequires:	kf5solid-devel
BuildRequires:	kf5wayland-devel
BuildRequires:	plasma5-workspace-devel >= %{version}
BuildRequires:	pkgconfig(kscreen2)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-randr)
BuildRequires:	pkgconfig(xrandr)
# Because of polkit actions
Conflicts:	kdm

%description
Plasma 5 power management module.

%files -f %{oname}.lang
%{_kde5_libexecdir}/kauth/backlighthelper
%{_kde5_notificationsdir}/powerdevil.notifyrc
%{_kde5_plugindir}/kded/powerdevil.so
%{_kde5_services}/*.desktop
%{_kde5_servicetypes}/powerdevilaction.desktop
%{_qt5_plugindir}/kcm_powerdevilactivitiesconfig.so
%{_qt5_plugindir}/kcm_powerdevilglobalconfig.so
%{_qt5_plugindir}/kcm_powerdevilprofilesconfig.so
%{_qt5_plugindir}/powerdevil*.so
%{_datadir}/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service
%{_datadir}/polkit-1/actions/org.kde.powerdevil.backlighthelper.policy
%{_sysconfdir}/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf

#----------------------------------------------------------------------------

%define powerdevilconfigcommonprivate_major 5
%define libpowerdevilconfigcommonprivate %mklibname powerdevilconfigcommonprivate %{powerdevilconfigcommonprivate_major}

%package -n %{libpowerdevilconfigcommonprivate}
Summary:	Plasma 5 power management shared library
Group:		System/Libraries

%description -n %{libpowerdevilconfigcommonprivate}
Plasma 5 power management shared library.

%files -n %{libpowerdevilconfigcommonprivate}
%{_kde5_libdir}/libpowerdevilconfigcommonprivate.so.%{powerdevilconfigcommonprivate_major}*

#----------------------------------------------------------------------------

%define powerdevilcore_major 2
%define libpowerdevilcore %mklibname powerdevilcore %{powerdevilcore_major}

%package -n %{libpowerdevilcore}
Summary:	Plasma 5 power management shared library
Group:		System/Libraries

%description -n %{libpowerdevilcore}
Plasma 5 power management shared library.

%files -n %{libpowerdevilcore}
%{_kde5_libdir}/libpowerdevilcore.so.%{powerdevilcore_major}*

#----------------------------------------------------------------------------

%define powerdevilui_major 5
%define libpowerdevilui %mklibname powerdevilui %{powerdevilui_major}

%package -n %{libpowerdevilui}
Summary:	Plasma 5 power management shared library
Group:		System/Libraries

%description -n %{libpowerdevilui}
Plasma 5 power management shared library.

%files -n %{libpowerdevilui}
%{_kde5_libdir}/libpowerdevilui.so.%{powerdevilui_major}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake_kde5_kf5locales
%make

%install
%makeinstall_std -C build

# We don't have headers
rm -f %{buildroot}%{_libdir}/libpowerdevilconfigcommonprivate.so
rm -f %{buildroot}%{_libdir}/libpowerdevilcore.so
rm -f %{buildroot}%{_libdir}/libpowerdevilui.so

%find_lang %{oname} libpowerdevilcommonconfig powerdevilactivitiesconfig powerdevilglobalconfig powerdevilprofilesconfig \
           %{oname}.lang --with-html --with-kde
%kf5locales_fix %{oname}.lang

%changelog

* Fri Jul 22 2016 valerol <valerol@ya.ru> 5.7.2-1
- (beca472) Build requires kf5bluezqt-devel
- (valerol: 41f84ac) Build requires kf5networkmanagerqt-devel
- (valerol: 9d15cae) Update Russian translation
- (valerol: 4c4512a) New version 5.7.2

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.5-1
- (61ff6d5) New version 5.6.5

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.3-1
- (e9a9207) Specify version for Plasma 5 BuildRequires
- (Andrey Bondrov: 884082c) New version 5.6.3

* Thu Apr 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-2
- (022f00d) MassBuild#1030: Increase release tag

* Sat Apr 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-1
- (8bd7ca2) Drop l10n patch (fixed upstream)
- (Andrey Bondrov: 81ac8c3) New version 5.6.2

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-2
- (8a3d727) MassBuild#1001: Increase release tag

* Wed Mar 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.5-1
- (b213dcc) New version 5.5.5

* Wed Jan 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.4-1
- (1530c22) Update Russian translation
- (Andrey Bondrov: 0b86b19) New version 5.5.4

* Thu Jan 07 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.3-1
- (dcc3c72) New version 5.5.3

* Sun Jan 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.2-2
- (86d06a6) Adjust default power settings

* Tue Dec 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.2-1
- (99a04d2) Update files (move powerdevil kded plugin to new location)
- (Andrey Bondrov: 0075465) Build requires kf5wayland-devel
- (Andrey Bondrov: c067c1c) New version 5.5.2

* Thu Nov 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.3-1
- (eb6aacd) New version 5.4.3

* Wed Oct 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.2-1
- (b7a942d) New version 5.4.2

* Tue Sep 08 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.1-1
- (4cb5155) New version 5.4.1

* Wed Aug 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.0-1
- (494d0e3) New version 5.4.0

* Thu Aug 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-2
- (a1dc5b5) MassBuild#782: Increase release tag

* Tue Jun 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.2-1
- (691a191) New version 5.3.2

* Wed May 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.1-1
- (9c54ef7) New version 5.3.1

* Wed Apr 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.3.0-1
- (fca843b) Update files (add activities config KCM)
- (Andrey Bondrov: 8363289) Build requires pkgconfig(kscreen2)
- (Andrey Bondrov: 589aefd) New version 5.3.0

* Thu Mar 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.2-1
- (c25f4aa) New version 5.2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23771 |14mu|plasma5-pulseaudio-5.7.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname plasma-pa

Summary:	Plasma 5 PulseAudio configuration module
Name:		plasma5-pulseaudio
Version:	5.7.2
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
Patch0:		plasma-pa-5.7.2-soname.patch
Patch1:		plasma-pa-5.7.2-l10n-ru.patch
BuildRequires:	extra-cmake-modules
# Needed to install kconf_update files to a proper place
BuildRequires:	kdelibs4-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5declarative-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5globalaccel-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	plasma5-applet-plasma-volume
Requires:	plasmavolume-qml
Conflicts:	plasma5-kmix
# Replace plasma5-kmix with plasma5-pulseaudio
Obsoletes:	plasma5-kmix < 3:15.08.1

%description
Plasma 5 PulseAudio configuration module.

%files -f %{name}.lang
# KDE4 files
%{_kde_appsdir}/kconf_update/disable_kmix.upd
%{_kde_appsdir}/kconf_update/plasmaVolumeDisableKMixAutostart.pl
%dir %{_kde5_datadir}/kpackage/kcms/kcm_pulseaudio/
%{_kde5_datadir}/kpackage/kcms/kcm_pulseaudio/*
%{_kde5_datadir}/kconf_update/disable_kmix.upd
%{_kde5_datadir}/kconf_update/plasmaVolumeDisableKMixAutostart.pl
%{_kde5_services}/kcm_pulseaudio.desktop
%{_qt5_plugindir}/kcms/kcm_pulseaudio.so

#----------------------------------------------------------------------------

%package -n plasma5-applet-plasma-volume
Summary:	Plasma 5 volume plasmoid
Group:		Graphical desktop/KDE
Requires:	plasmavolume-qml

%description -n plasma5-applet-plasma-volume
Plasma 5 volume plasmoid.

%files -n plasma5-applet-plasma-volume -f plasma_applet_org.kde.plasma.volume.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.volume/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.volume/*
%{_kde5_services}/plasma-applet-org.kde.plasma.volume.desktop

#----------------------------------------------------------------------------

%define qmlplasmavolume %mklibname plasmavolume-qml

%package -n %{qmlplasmavolume}
Summary:	QML plugin for Plasma 5 volume shared library
Group:		System/Libraries
Requires:	kf5plasma-qml
Provides:	plasmavolume-qml = %{EVRD}

%description -n %{qmlplasmavolume}
QML plugin for Plasma 5 volume shared library.

%files -n %{qmlplasmavolume}
%dir %{_kde5_qmldir}/org/kde/plasma/private/volume/
%{_kde5_qmldir}/org/kde/plasma/private/volume/*

#----------------------------------------------------------------------------

%define qpap_major 0
%define libqpap %mklibname qpulseaudioprivate %{qpap_major}

%package -n %{libqpap}
Summary:	Plasma 5 volume private shared library
Group:		System/Libraries

%description -n %{libqpap}
Plasma 5 volume private shared library.

%files -n %{libqpap}
%{_kde5_libdir}/libQPulseAudioPrivate.so.%{qpap_major}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde5_libdir}/libQPulseAudioPrivate.so

%find_lang kcm_pulseaudio plasma-pa %{name}.lang --with-html --with-kde
%find_lang plasma_applet_org.kde.plasma.volume


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-2
- (bfc0f2b) Update Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23772 |14mu|plasma5-sdk-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname plasma-sdk

Summary:	Plasma 5 SDK
Name:		plasma5-sdk
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5archive-devel
BuildRequires:	kf5completion-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5declarative-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5itemmodels-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5newstuff-devel
BuildRequires:	kf5parts-devel
BuildRequires:	kf5plasma-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5texteditor-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
Requires:	plasma5-cuttlefish
Requires:	plasma5-engineexplorer
Requires:	plasma5-plasmoidviewer
Requires:	plasma5-themeexplorer

%description
Plasma 5 SDK.

%files

#----------------------------------------------------------------------------

%package -n plasma5-cuttlefish
Summary:	Plasma 5 icon browser
Group:		Graphical desktop/KDE

%description -n plasma5-cuttlefish
Plasma 5 icon browser.

%files -n plasma5-cuttlefish -f cuttlefish.lang
%{_kde5_applicationsdir}/org.kde.cuttlefish.desktop
%{_kde5_bindir}/cuttlefish
%dir %{_kde5_datadir}/plasma/packages/org.kde.plasma.cuttlefish/
%{_kde5_datadir}/plasma/packages/org.kde.plasma.cuttlefish/*
%{_kde5_services}/plasma-package-org.kde.plasma.cuttlefish.desktop
%{_qt5_plugindir}/ktexteditor/cuttlefishplugin.so
%{_datadir}/appdata/org.kde.cuttlefish.appdata.xml

#----------------------------------------------------------------------------

%package -n plasma5-engineexplorer
Summary:	Plasma 5 engine explorer
Group:		Graphical desktop/KDE
Conflicts:	plasmate

%description -n plasma5-engineexplorer
Plasma 5 engine explorer. It's used to explore plasma data engines.

%files -n plasma5-engineexplorer -f plasmaengineexplorer.lang
%{_kde5_bindir}/plasmaengineexplorer

#----------------------------------------------------------------------------

%package -n plasma5-plasmoidviewer
Summary:	Plasma 5 plasmoid viewer
Group:		Graphical desktop/KDE
Requires:	plasma5-shell-plasmoidviewer
Conflicts:	plasmate

%description -n plasma5-plasmoidviewer
Plasma 5 plasmoid viewer. It's used to run plasmoids in their own window.

%files -n plasma5-plasmoidviewer -f plasmoidviewer.lang
%{_kde5_bindir}/plasmoidviewer

#----------------------------------------------------------------------------

%package -n plasma5-shell-plasmoidviewer
Summary:	Plasma 5 plasmoid viewer shell
Group:		Graphical desktop/KDE
# Not sure if it's required
Suggests:	plasma5-plasmoidviewer

%description -n plasma5-shell-plasmoidviewer
Plasma 5 plasmoid viewer shell.

%files -n plasma5-shell-plasmoidviewer -f plasma_shell_org.kde.plasmoidviewershell.lang
%dir %{_kde5_datadir}/plasma/shells/org.kde.plasma.plasmoidviewershell/
%{_kde5_datadir}/plasma/shells/org.kde.plasma.plasmoidviewershell/*
%{_kde5_services}/plasma-shell-org.kde.plasma.plasmoidviewershell.desktop

#----------------------------------------------------------------------------

%package -n plasma5-themeexplorer
Summary:	Plasma 5 theme explorer
Group:		Graphical desktop/KDE

%description -n plasma5-themeexplorer
Plasma 5 theme explorer. It's used to explore and edit plasma themes.

%files -n plasma5-themeexplorer -f org.kde.plasma.themeexplorer.lang
%{_kde5_applicationsdir}/org.kde.plasma.themeexplorer.desktop
%{_kde5_bindir}/plasmathemeexplorer
%dir %{_kde5_datadir}/kpackage/genericqml/org.kde.plasma.themeexplorer/
%{_kde5_datadir}/kpackage/genericqml/org.kde.plasma.themeexplorer/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
# Must not be plasma_shell_org.kde.desktop, should be checked if fixed
rm -f po/*/plasma_shell_org.kde.desktop.po
# Don't ship translations if we don't ship package itself
rm -f po/*/kdevpackagemanagerview.po
rm -f po/*/plasmate.po
rm -f po/*/plasmawallpaperviewer.po
rm -f po/*/remote-widgets-browser.po

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang cuttlefish cuttlefish_editorplugin cuttlefish.lang
%find_lang plasmaengineexplorer
%find_lang plasmoidviewer
%find_lang org.kde.plasma.themeexplorer
%find_lang plasma_shell_org.kde.plasmoidviewershell

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (b7aca85) Update files for cuttlefish package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23773 |14mu|plasma5-systemd-kcm-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname systemd-kcm

Summary:	Plasma 5 systemd control module
Name:		plasma5-%{oname}
Version:	1.2.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://github.com/rthomsen/kcmsystemd
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{oname}/%{oname}-%{version}.tar.xz
Patch0:		systemd-kcm-1.2.1-desktop-localization.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	boost-devel
BuildRequires:	kf5auth-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5crash-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5service-devel
BuildRequires:	pkgconfig(libsystemd)
# Only because libsystemd-journal uses it
BuildRequires:	pkgconfig(libsystemd-id128)
BuildRequires:	pkgconfig(libsystemd-journal)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(systemd)
Conflicts:	kcmsystemd

%description
Plasma 5 systemd control module.

%files -f %{oname}.lang
%{_kde5_services}/kcm_systemd.desktop
%{_kde5_libexecdir}/kauth/kcmsystemdhelper
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmsystemd.service
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmsystemd.policy
%{_qt5_plugindir}/kcm_systemd.so
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmsystemd.conf

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

# We ship it in plasma5-systemsettings package
rm -rf %{buildroot}%{_kde5_services}/settings-system-administration.desktop

%find_lang %{oname}


%changelog

* Tue Aug 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.1-1
- (0630db6) Require pkgconfig(libsystemd-id128) to build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23774 |14mu|plasma5-systemsettings-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname systemsettings

Summary:	Plasma 5 System Settings module
Name:		plasma5-%{oname}
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
Patch0:		systemsettings-5.5.2-rename-translations.patch
# Don't show detailed tooltips by default
Patch1:		systemsettings-5.3.1-tooltips.patch
# Install system-administration category, we need it
Patch2:		systemsettings-5.3.1-system-administration.patch
# Add "System" to desktop categories
Patch3:		systemsettings-5.5.5-desktop-categories.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5auth-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5itemviews-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5khtml-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5service-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	kf5xmlgui-devel
Conflicts:	kdebase4-workspace

%description
Plasma 5 System Settings module. It provides the user with a centralized
and convenient way to configure all of the settings for your desktop.

%files -f %{oname}.lang
%{_kde5_applicationsdir}/kdesystemsettings.desktop
%{_kde5_applicationsdir}/systemsettings.desktop
%{_kde5_bindir}/systemsettings5
%dir %{_kde5_datadir}/systemsettings/
%{_kde5_datadir}/systemsettings/*
%{_kde5_services}/settings-*.desktop
%{_kde5_servicetypes}/systemsettings*.desktop
%{_kde5_xmlguidir}/systemsettings/systemsettingsui.rc
%{_qt5_plugindir}/classic_mode.so
%{_qt5_plugindir}/icon_mode.so

#----------------------------------------------------------------------------

%define systemsettingsview_major 3
%define libsystemsettingsview %mklibname systemsettingsview %{systemsettingsview_major}

%package -n %{libsystemsettingsview}
Summary:	Plasma 5 System Settings shared library
Group:		System/Libraries

%description -n %{libsystemsettingsview}
Plasma 5 System Settings shared library.

%files -n %{libsystemsettingsview}
%{_kde5_libdir}/libsystemsettingsview.so.%{systemsettingsview_major}*

#----------------------------------------------------------------------------

%define devsystemsettings %mklibname systemsettings -d

%package -n %{devsystemsettings}
Summary:	Development files for Plasma 5 System Settings library
Group:		Development/KDE and Qt
Requires:	%{libsystemsettingsview} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	kdebase4-workspace-devel

%description -n %{devsystemsettings}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devsystemsettings}
%{_includedir}/systemsettingsview
%{_kde5_libdir}/libsystemsettingsview.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

for oldlang in po/*/%{oname}.po
do
    newlang=`echo $oldlang | sed s,\.po,5\.po,g`
    mv $oldlang $newlang
done

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{oname} %{oname}5 %{oname}.lang --with-html --with-kde

%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (661df8d) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23775 |14mu|plasma5-user-manager-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname user-manager

Summary:	Plasma 5 user management module
Name:		plasma5-%{oname}
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
Patch0:		user-manager-5.7.2-l10n-ru.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	pkgconfig(pwquality)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	accountsservice

%description
Plasma 5 user management module.

%files -f user_manager.lang
%dir %{_kde5_datadir}/user-manager/avatars/
%{_kde5_datadir}/user-manager/avatars/*
%{_kde5_services}/user_manager.desktop
%{_qt5_plugindir}/user_manager.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang user_manager


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (5aab4cf) Update Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23776 |14mu|plasma5-wallpaper-rosa-fresh-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 ROSA Desktop Fresh wallpaper
Name:		plasma5-wallpaper-rosa-fresh
Version:	1.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.com/
Source0:	%{name}-%{version}.tar.bz2
BuildRequires:	extra-cmake-modules
Provides:	plasma5-wallpaper-default = %{EVRD}
BuildArch:	noarch

%description
Plasma 5 ROSA Desktop Fresh wallpaper.

%files
%dir %{_kde5_datadir}/wallpapers/Rosa_Fresh/
%{_kde5_datadir}/wallpapers/Rosa_Fresh/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5

%install
%makeinstall_std -C build

%changelog

* Wed Jul 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-1
- (21b561d) Provide plasma5-wallpaper-default



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23777 |14mu|plasma5-workspace-5.7.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname plasma-workspace

Summary:	Plasma 5 Workspace module
Name:		plasma5-workspace
Version:	5.7.2
Release:	8
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
Source1:	kde.pam
Source10:	plasma5-workspace.rpmlintrc
Patch0:		plasma-workspace-5.5.2-startkde.patch
Patch1:		plasma-workspace-5.5.2-startplasmacompositor.patch
Patch2:		plasma-workspace-5.2.2-klipper-hide.patch
# Don't add trash to the default user's desktop contents
Patch3:		plasma-workspace-5.5.2-no-trash-on-desktop.patch
Patch4:		plasma-workspace-5.6.3-use-mdv-icon.patch
Patch5:		plasma-workspace-5.7.2-systray_icons.patch
Patch6:		plasma-workspace-5.7.2-l10n-ru.patch
Patch7:		plasma-workspace-5.7.2-layout-initialization.patch
#Patch8:		plasma-workspace-5.7.2-layout-initialization-2.patch
Patch9:		plasma-workspace-5.7.2-layout-initialization-3.patch
Patch10:	plasma-workspace-5.7.2-load-order.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5activities-devel
BuildRequires:	kf5baloo-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5crash-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5declarative-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5globalaccel-devel
BuildRequires:	kf5idletime-devel
BuildRequires:	kf5jsembed-devel
BuildRequires:	kf5kcmutils-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5networkmanagerqt-devel
BuildRequires:	kf5newstuff-devel
BuildRequires:	kf5notifyconfig-devel
BuildRequires:	kf5parts-devel
BuildRequires:	kf5plasma-devel
# Same as kf5plasma-devel for now
# BuildRequires:	kf5plasmaquick-devel
BuildRequires:	kf5runner-devel
BuildRequires:	kf5solid-devel
BuildRequires:	kf5su-devel
BuildRequires:	kf5sysguard-devel >= %{version}
BuildRequires:	kf5texteditor-devel
BuildRequires:	kf5textwidgets-devel
BuildRequires:	kf5wallet-devel
BuildRequires:	kf5wayland-devel
BuildRequires:	kf5webkit-devel
BuildRequires:	kf5xmlrpcclient-devel
BuildRequires:	kscreenlocker-devel >= %{version}
BuildRequires:	pam-devel
BuildRequires:	plasma5-kwin-devel >= %{version}
BuildRequires:	pkgconfig(dbusmenu-qt5)
BuildRequires:	pkgconfig(kscreen2) >= %{version}
BuildRequires:	pkgconfig(libqalculate)
BuildRequires:	pkgconfig(libgps)
BuildRequires:	pkgconfig(phonon4qt5)
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(zlib)
# Internal required packages (require them all for now)
Requires:	plasma5-applet-activitybar
Requires:	plasma5-applet-analogclock
Requires:	plasma5-applet-battery
Requires:	plasma5-applet-calendar
Requires:	plasma5-applet-clipboard
Requires:	plasma5-applet-devicenotifier
Requires:	plasma5-applet-digitalclock
Requires:	plasma5-applet-icon
Requires:	plasma5-applet-lock_logout
Requires:	plasma5-applet-mediacontroller
Requires:	plasma5-applet-notifications
Requires:	plasma5-applet-panelspacer
Requires:	plasma5-applet-systemmonitor
Requires:	plasma5-applet-systemtray
Requires:	plasma5-dataengine-activities
Requires:	plasma5-dataengine-applicationjobs
Requires:	plasma5-dataengine-apps
Requires:	plasma5-dataengine-clipboard
Requires:	plasma5-dataengine-devicenotifications
Requires:	plasma5-dataengine-dict
Requires:	plasma5-dataengine-executable
Requires:	plasma5-dataengine-favicons
Requires:	plasma5-dataengine-filebrowser
Requires:	plasma5-dataengine-geolocation
Requires:	plasma5-dataengine-hotplug
Requires:	plasma5-dataengine-keystate
Requires:	plasma5-dataengine-mouse
Requires:	plasma5-dataengine-mpris2
Requires:	plasma5-dataengine-notifications
Requires:	plasma5-dataengine-packagekit
Requires:	plasma5-dataengine-places
Requires:	plasma5-dataengine-powermanagement
Requires:	plasma5-dataengine-share
Requires:	plasma5-dataengine-soliddevice
Requires:	plasma5-dataengine-statusnotifieritem
Requires:	plasma5-dataengine-systemmonitor
Requires:	plasma5-dataengine-tasks
Requires:	plasma5-dataengine-time
Requires:	plasma5-dataengine-weather
Requires:	plasma5-klipper
Requires:	plasma5-ksmserver-theme-contour
Requires:	plasma5-ksmserver-theme-default
Requires:	plasma5-ksplash-theme-classic
Requires:	plasma5-ksplash-theme-minimalistic
Requires:	plasma5-ksplash-theme-none
Requires:	plasma5-look-and-feel-breeze
Requires:	plasma5-runner-activities
Requires:	plasma5-runner-baloosearch
Requires:	plasma5-runner-bookmarks
Requires:	plasma5-runner-calculator
Requires:	plasma5-runner-kill
Requires:	plasma5-runner-locations
Requires:	plasma5-runner-places
Requires:	plasma5-runner-powerdevil
Requires:	plasma5-runner-recentdocuments
Requires:	plasma5-runner-services
Requires:	plasma5-runner-sessions
Requires:	plasma5-runner-shell
Requires:	plasma5-runner-webshortcuts
Requires:	plasma5-runner-windowedwidgets
Requires:	plasma5-runner-windows
Requires:	plasma5-wallpaper-color
Requires:	plasma5-wallpaper-image
Requires:	plasma5-wallpaper-slideshow
# External KF5 and Plasma 5 required packages
Requires:	kactivitymanagerd
Requires:	kde-cli-tools
Requires:	kded
Requires:	kimageformats
Requires:	kinit
Requires:	kscreenlocker
Requires:	kwallet-kf5
Requires:	plasma-framework
Requires:	plasma5-baloo
# Useless without desktop but cannot require it as desktop builds after workspace
Suggests:	plasma5-desktop
Requires:	plasma5-ksysguard
Requires:	plasma5-kwin
Requires:	plasma5-systemsettings
Requires:	polkit-kde-agent-1-kf5
# Used by kstyle themes
Requires:	qt5-style-cleanlooks
Requires:	qt5-style-motif
Requires:	qt5-style-plastique
# Other external requires
Requires:	qt5-tools
Conflicts:	kdebase4-workspace
# Because of pam file
Conflicts:	kdm

%description
Plasma 5 Workspace module.

%files -f %{name}.lang
%{_kde5_applicationsdir}/plasma-windowed.desktop
%{_kde5_autostart}/krunner.desktop
%{_kde5_autostart}/plasmashell.desktop
%{_kde5_autostart}/xembedsniproxy.desktop
%{_kde5_bindir}/kcheckrunning
%{_kde5_bindir}/kcminit
%{_kde5_bindir}/kcminit_startup
%{_kde5_bindir}/kdostartupconfig5
%{_kde5_bindir}/krunner
%{_kde5_bindir}/ksmserver
%{_kde5_bindir}/ksplashqml
%{_kde5_bindir}/kstartupconfig5
%{_kde5_bindir}/kuiserver5
%{_kde5_bindir}/plasmashell
%{_kde5_bindir}/plasmawindowed
%{_kde5_bindir}/startkde
%{_kde5_bindir}/startplasmacompositor
%{_kde5_bindir}/systemmonitor
%{_kde5_bindir}/xembedsniproxy
%{_kde5_datadir}/config.kcfg/freespacenotifier.kcfg
%{_kde5_datadir}/desktop-directories/kf5-*.directory
%{_kde5_datadir}/drkonqi/
# These kstyle themes require external qt5-style plugins
%{_kde5_datadir}/kstyle/themes/*.themerc
%{_kde5_datadir}/plasma/services/*.operations
%{_kde5_datadir}/solid/actions/test-predicate-openinwindow.desktop
%{_kde5_libdir}/libkdeinit5_kcminit.so
%{_kde5_libdir}/libkdeinit5_kcminit_startup.so
%{_kde5_libdir}/libkdeinit5_ksmserver.so
%{_kde5_libdir}/libkdeinit5_kuiserver5.so
%{_kde5_libexecdir}/drkonqi
%{_kde5_libexecdir}/ksyncdbusenv
%{_kde5_libexecdir}/startplasma
%{_kde5_notificationsdir}/freespacenotifier.notifyrc
%{_kde5_notificationsdir}/phonon.notifyrc
%{_kde5_plugindir}/kded/appmenu.so
%{_kde5_plugindir}/kded/freespacenotifier.so
%{_kde5_plugindir}/kded/ksysguard.so
%{_kde5_plugindir}/kded/ktimezoned.so
%{_kde5_plugindir}/kded/remotedirnotify.so
%{_kde5_plugindir}/kded/solidautoeject.so
%{_kde5_plugindir}/kded/soliduiserver.so
%{_kde5_plugindir}/kded/statusnotifierwatcher.so
%dir %{_kde5_qmldir}/org/kde/plasma/private/shell/
%{_kde5_qmldir}/org/kde/plasma/private/shell/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/sessions/
%{_kde5_qmldir}/org/kde/plasma/private/sessions/*
%{_kde5_services}/kuiserver.desktop
%{_kde5_services}/plasma-containmentactions-*.desktop
%{_kde5_servicetypes}/phononbackend.desktop
%{_kde5_servicetypes}/plasma-geolocationprovider.desktop
%{_kde5_servicetypes}/plasma-layout-template.desktop
%{_kde5_servicetypes}/plasma_shareprovider.desktop
%{_kde5_sysconfdir}/xdg/legacytaskmanagerrulesrc
%{_kde5_sysconfdir}/xdg/plasmoids.knsrc
%{_kde5_sysconfdir}/xdg/taskmanagerrulesrc
%{_kde5_sysconfdir}/xdg/wallpaper.knsrc
%{_datadir}/dbus-1/services/kf5_org.kde.kuiserver.service
%{_datadir}/dbus-1/services/org.kde.krunner.service
%{_datadir}/xsessions/plasma.desktop
%{_qt5_plugindir}/phonon_platform/kde.so
%{_qt5_plugindir}/plasma_containmentactions_*.so
%{_qt5_plugindir}/kpackage/packagestructure/*.so
%{_qt5_plugindir}/plasma/packagestructure/*.so
%{_sysconfdir}/pam.d/kde

#----------------------------------------------------------------------------

%package -n plasma5-applet-activitybar
Summary:	Plasma 5 activity bar plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-activitybar
Plasma 5 activity bar plasmoid.

%files -n plasma5-applet-activitybar
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.activitybar/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.activitybar/*
%{_kde5_services}/plasma-applet-org.kde.plasma.activitybar.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-analogclock
Summary:	Plasma 5 analog clock plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-analogclock
Plasma 5 analog clock plasmoid.

%files -n plasma5-applet-analogclock -f plasma_applet_org.kde.plasma.analogclock.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.analogclock/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.analogclock/*
%{_kde5_services}/plasma-applet-org.kde.plasma.analogclock.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-battery
Summary:	Plasma 5 battery plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-battery
Plasma 5 battery plasmoid.

%files -n plasma5-applet-battery -f plasma_applet_org.kde.plasma.battery.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.battery/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.battery/*
%{_kde5_services}/plasma-applet-org.kde.plasma.battery.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-calendar
Summary:	Plasma 5 calendar plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-calendar
Plasma 5 calendar plasmoid.

%files -n plasma5-applet-calendar -f plasma_applet_org.kde.plasma.calendar.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.calendar/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.calendar/*
%{_kde5_services}/plasma-applet-org.kde.plasma.calendar.desktop
%{_qt5_plugindir}/plasma/applets/plasma_applet_calendar.so

#----------------------------------------------------------------------------

%package -n plasma5-applet-clipboard
Summary:	Plasma 5 clipboard plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-clipboard
Plasma 5 clipboard plasmoid.

%files -n plasma5-applet-clipboard -f plasma_applet_org.kde.plasma.clipboard.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.clipboard/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.clipboard/*
%{_kde5_services}/plasma-applet-org.kde.plasma.clipboard.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-devicenotifier
Summary:	Plasma 5 device notifier plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-devicenotifier
Plasma 5 device notifier plasmoid.

%files -n plasma5-applet-devicenotifier -f plasma_applet_org.kde.plasma.devicenotifier.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.devicenotifier/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.devicenotifier/*
%{_kde5_services}/plasma-applet-org.kde.plasma.devicenotifier.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-digitalclock
Summary:	Plasma 5 digital clock plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-digitalclock
Plasma 5 digital clock plasmoid.

%files -n plasma5-applet-digitalclock -f plasma_applet_org.kde.plasma.digitalclock.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.digitalclock/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.digitalclock/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/digitalclock/
%{_kde5_qmldir}/org/kde/plasma/private/digitalclock/*
%{_kde5_services}/plasma-applet-org.kde.plasma.digitalclock.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-icon
Summary:	Plasma 5 icon plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-icon
Plasma 5 icon plasmoid.

%files -n plasma5-applet-icon
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.icon/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.icon/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/icon/
%{_kde5_qmldir}/org/kde/plasma/private/icon/*
%{_kde5_services}/plasma-applet-org.kde.plasma.icon.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-lock_logout
Summary:	Plasma 5 lock and logout plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-lock_logout
Plasma 5 lock and logout plasmoid.

%files -n plasma5-applet-lock_logout -f plasma_applet_org.kde.plasma.lock_logout.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.lock_logout/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.lock_logout/*
%{_kde5_services}/plasma-applet-org.kde.plasma.lock_logout.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-mediacontroller
Summary:	Plasma 5 media controller plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-mediacontroller
Plasma 5 media controller plasmoid.

%files -n plasma5-applet-mediacontroller -f plasma_applet_org.kde.plasma.mediacontroller.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.mediacontroller/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.mediacontroller/*
%{_kde5_services}/plasma-applet-org.kde.plasma.mediacontroller.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-notifications
Summary:	Plasma 5 notifications plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-notifications
Plasma 5 panelspacer plasmoid.

%files -n plasma5-applet-notifications -f plasma_applet_org.kde.plasma.notifications.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.notifications/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.notifications/*
%dir %{_kde5_qmldir}/org/kde/plasma/private/notifications/
%{_kde5_qmldir}/org/kde/plasma/private/notifications/*
%{_kde5_services}/plasma-applet-org.kde.plasma.notifications.desktop
%{_qt5_plugindir}/plasma/applets/plasma_applet_notifications.so

#----------------------------------------------------------------------------

%package -n plasma5-applet-panelspacer
Summary:	Plasma 5 panel spacer plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-panelspacer
Plasma 5 panel spacer plasmoid.

%files -n plasma5-applet-panelspacer -f plasma_applet_org.kde.plasma.panelspacer.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.panelspacer/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.panelspacer/*
%{_kde5_services}/plasma-applet-org.kde.plasma.panelspacer.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-systemmonitor
Summary:	Plasma 5 system monitor plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-systemmonitor
Plasma 5 system monitor plasmoid.

%files -n plasma5-applet-systemmonitor -f plasma_applet_org.kde.plasma.systemmonitor.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/*
%{_kde5_services}/plasma-applet-org.kde.plasma.systemmonitor.cpu.desktop
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/*
%{_kde5_services}/plasma-applet-org.kde.plasma.systemmonitor.diskactivity.desktop
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/*
%{_kde5_services}/plasma-applet-org.kde.plasma.systemmonitor.diskusage.desktop
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/*
%{_kde5_services}/plasma-applet-org.kde.plasma.systemmonitor.memory.desktop
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.systemmonitor.net/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.systemmonitor.net/*
%{_kde5_services}/plasma-applet-org.kde.plasma.systemmonitor.net.desktop

#----------------------------------------------------------------------------

%package -n plasma5-applet-systemtray
Summary:	Plasma 5 systemtray plasmoid
Group:		Graphical desktop/KDE

%description -n plasma5-applet-systemtray
Plasma 5 systemtray plasmoid.

%files -n plasma5-applet-systemtray -f plasma_applet_org.kde.plasma.private.systemtray.lang
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.systemtray/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.systemtray/*
%dir %{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.private.systemtray/
%{_kde5_datadir}/plasma/plasmoids/org.kde.plasma.private.systemtray/*
%{_kde5_services}/plasma-applet-org.kde.plasma.systemtray.desktop
%{_kde5_services}/plasma-applet-org.kde.plasma.private.systemtray.desktop
%{_qt5_plugindir}/plasma/applets/org.kde.plasma.systemtray.so
%{_qt5_plugindir}/plasma/applets/org.kde.plasma.private.systemtray.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-activities
Summary:	Plasma 5 activities dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-activities
Plasma 5 activities dataengine.

%files -n plasma5-dataengine-activities
%{_kde5_services}/plasma-dataengine-activities.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_activities.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-applicationjobs
Summary:	Plasma 5 application jobs dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-applicationjobs
Plasma 5 application jobs dataengine.

%files -n plasma5-dataengine-applicationjobs -f plasma_engine_applicationjobs.lang
%{_kde5_services}/plasma-dataengine-applicationjobs.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_applicationjobs.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-apps
Summary:	Plasma 5 apps dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-apps
Plasma 5 apps dataengine.

%files -n plasma5-dataengine-apps
%{_kde5_services}/plasma-dataengine-apps.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_apps.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-clipboard
Summary:	Plasma 5 clipboard dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-clipboard
Plasma 5 clipboard dataengine.

%files -n plasma5-dataengine-clipboard
%{_kde5_services}/plasma-dataengine-clipboard.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_clipboard.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-devicenotifications
Summary:	Plasma 5 device notifications dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-devicenotifications
Plasma 5 device notifications dataengine.

%files -n plasma5-dataengine-devicenotifications -f plasma_engine_devicenotifications.lang
%{_kde5_services}/plasma-dataengine-devicenotifications.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_devicenotifications.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-dict
Summary:	Plasma 5 dict dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-dict
Plasma 5 dict dataengine.

%files -n plasma5-dataengine-dict
%{_kde5_services}/plasma-dataengine-dict.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_dict.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-executable
Summary:	Plasma 5 executable dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-executable
Plasma 5 executable dataengine.

%files -n plasma5-dataengine-executable
%{_kde5_services}/plasma-dataengine-executable.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_executable.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-favicons
Summary:	Plasma 5 favicons dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-favicons
Plasma 5 favicons dataengine.

%files -n plasma5-dataengine-favicons
%{_kde5_services}/plasma-dataengine-favicons.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_favicons.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-filebrowser
Summary:	Plasma 5 filebrowser dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-filebrowser
Plasma 5 filebrowser dataengine.

%files -n plasma5-dataengine-filebrowser
%{_kde5_services}/plasma-dataengine-filebrowser.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_filebrowser.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-geolocation
Summary:	Plasma 5 geolocation dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-geolocation
Plasma 5 geolocation dataengine.

%files -n plasma5-dataengine-geolocation
%{_kde5_services}/plasma-dataengine-geolocation.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_geolocation.so
# Locators
%{_kde5_services}/plasma-geolocation-gps.desktop
%{_qt5_plugindir}/plasma-geolocation-gps.so
%{_kde5_services}/plasma-geolocation-ip.desktop
%{_qt5_plugindir}/plasma-geolocation-ip.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-hotplug
Summary:	Plasma 5 hotplug dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-hotplug
Plasma 5 hotplug dataengine.

%files -n plasma5-dataengine-hotplug
%{_kde5_services}/plasma-dataengine-hotplug.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_hotplug.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-keystate
Summary:	Plasma 5 keystate dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-keystate
Plasma 5 keystate dataengine.

%files -n plasma5-dataengine-keystate -f plasma_engine_keystate.lang
%{_kde5_services}/plasma-dataengine-keystate.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_keystate.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-mouse
Summary:	Plasma 5 mouse dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-mouse
Plasma 5 mouse dataengine.

%files -n plasma5-dataengine-mouse
%{_kde5_services}/plasma-dataengine-mouse.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_mouse.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-mpris2
Summary:	Plasma 5 mpris2 dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-mpris2
Plasma 5 mpris2 dataengine.

%files -n plasma5-dataengine-mpris2 -f plasma_engine_mpris2.lang
%{_kde5_services}/plasma-dataengine-mpris2.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_mpris2.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-notifications
Summary:	Plasma 5 notifications dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-notifications
Plasma 5 notifications dataengine.

%files -n plasma5-dataengine-notifications -f plasma_engine_notifications.lang
%{_kde5_services}/plasma-dataengine-notifications.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_notifications.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-packagekit
Summary:	Plasma 5 packagekit dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-packagekit
Plasma 5 packagekit dataengine.

%files -n plasma5-dataengine-packagekit
%{_kde5_services}/plasma-dataengine-packagekit.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_packagekit.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-places
Summary:	Plasma 5 places dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-places
Plasma 5 places dataengine.

%files -n plasma5-dataengine-places
%{_kde5_services}/plasma-dataengine-places.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_places.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-powermanagement
Summary:	Plasma 5 power management dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-powermanagement
Plasma 5 power management dataengine.

%files -n plasma5-dataengine-powermanagement -f plasma_engine_powermanagement.lang
%{_kde5_services}/plasma-dataengine-powermanagement.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_powermanagement.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-share
Summary:	Plasma 5 share dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-share
Plasma 5 share dataengine.

%files -n plasma5-dataengine-share -f plasma_engine_share.lang
%{_kde5_services}/plasma-dataengine-share.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_share.so
# Share providers
%dir %{_kde5_datadir}/plasma/shareprovider/im9/
%{_kde5_datadir}/plasma/shareprovider/im9/*
%{_kde5_services}/plasma-dataengine-share-addon-im9.desktop
%dir %{_kde5_datadir}/plasma/shareprovider/imgsusepasteorg/
%{_kde5_datadir}/plasma/shareprovider/imgsusepasteorg/*
%{_kde5_services}/plasma-dataengine-share-addon-imgsusepasteorg.desktop
%dir %{_kde5_datadir}/plasma/shareprovider/imgur/
%{_kde5_datadir}/plasma/shareprovider/imgur/*
%{_kde5_services}/plasma-dataengine-share-addon-imgur.desktop
%dir %{_kde5_datadir}/plasma/shareprovider/kde/
%{_kde5_datadir}/plasma/shareprovider/kde/*
%{_kde5_services}/plasma-dataengine-share-addon-kde.desktop
%dir %{_kde5_datadir}/plasma/shareprovider/pastebincom/
%{_kde5_datadir}/plasma/shareprovider/pastebincom/*
%{_kde5_services}/plasma-dataengine-share-addon-pastebincom.desktop
%dir %{_kde5_datadir}/plasma/shareprovider/pasteopensuseorg/
%{_kde5_datadir}/plasma/shareprovider/pasteopensuseorg/*
%{_kde5_services}/plasma-dataengine-share-addon-pasteopensuseorg.desktop
%dir %{_kde5_datadir}/plasma/shareprovider/pasteubuntucom/
%{_kde5_datadir}/plasma/shareprovider/pasteubuntucom/*
%{_kde5_services}/plasma-dataengine-share-addon-pasteubuntucom.desktop
%dir %{_kde5_datadir}/plasma/shareprovider/privatepastecom/
%{_kde5_datadir}/plasma/shareprovider/privatepastecom/*
%{_kde5_services}/plasma-dataengine-share-addon-privatepastecom.desktop
%dir %{_kde5_datadir}/plasma/shareprovider/simplestimagehosting/
%{_kde5_datadir}/plasma/shareprovider/simplestimagehosting/*
%{_kde5_services}/plasma-dataengine-share-addon-simplestimagehosting.desktop
%dir %{_kde5_datadir}/plasma/shareprovider/wklej/
%{_kde5_datadir}/plasma/shareprovider/wklej/*
%{_kde5_services}/plasma-dataengine-share-addon-wklej.desktop
%dir %{_kde5_datadir}/plasma/shareprovider/wstaw/
%{_kde5_datadir}/plasma/shareprovider/wstaw/*
%{_kde5_services}/plasma-dataengine-share-addon-wstaw.desktop

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-soliddevice
Summary:	Plasma 5 solid device dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-soliddevice
Plasma 5 solid device dataengine.

%files -n plasma5-dataengine-soliddevice -f plasma_engine_soliddevice.lang
%{_kde5_services}/plasma-dataengine-soliddevice.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_soliddevice.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-statusnotifieritem
Summary:	Plasma 5 status notifier item dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-statusnotifieritem
Plasma 5 status notifier item dataengine.

%files -n plasma5-dataengine-statusnotifieritem
%{_kde5_services}/plasma-dataengine-statusnotifieritem.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_statusnotifieritem.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-systemmonitor
Summary:	Plasma 5 system monitor dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-systemmonitor
Plasma 5 system monitor dataengine.

%files -n plasma5-dataengine-systemmonitor
%{_kde5_services}/plasma-dataengine-systemmonitor.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_systemmonitor.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-tasks
Summary:	Plasma 5 tasks dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-tasks
Plasma 5 tasks dataengine.

%files -n plasma5-dataengine-tasks
%{_kde5_services}/plasma-dataengine-tasks.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_tasks.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-time
Summary:	Plasma 5 time dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-time
Plasma 5 time dataengine.

%files -n plasma5-dataengine-time -f plasma_engine_time.lang
%{_kde5_services}/plasma-dataengine-time.desktop
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_time.so

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-weather
Summary:	Plasma 5 weather dataengine
Group:		Graphical desktop/KDE

%description -n plasma5-dataengine-weather
Plasma 5 weather dataengine.

%files -n plasma5-dataengine-weather -f plasma_engine_weather.lang
%{_kde5_services}/ion-bbcukmet.desktop
%{_kde5_services}/ion-envcan.desktop
%{_kde5_services}/ion-noaa.desktop
%{_kde5_services}/ion-wettercom.desktop
%{_kde5_services}/plasma-dataengine-weather.desktop
%{_qt5_plugindir}/plasma/dataengine/ion_bbcukmet.so
%{_qt5_plugindir}/plasma/dataengine/ion_envcan.so
%{_qt5_plugindir}/plasma/dataengine/ion_noaa.so
%{_qt5_plugindir}/plasma/dataengine/ion_wettercom.so
%{_qt5_plugindir}/plasma/dataengine/plasma_engine_weather.so

#----------------------------------------------------------------------------

%package -n plasma5-kio-applications
Summary:	Plasma 5 applications kio slave
Group:		Graphical desktop/KDE
Conflicts:	plasma5-workspace < 5.3.1-4

%description -n plasma5-kio-applications
Plasma 5 applications kio slave.

%files -n plasma5-kio-applications -f kio_applications.lang
%{_kde5_services}/applications.protocol
%{_kde5_services}/programs.protocol
%{_qt5_plugindir}/kio_applications.so

#----------------------------------------------------------------------------

%package -n plasma5-kio-desktop
Summary:	Plasma 5 desktop kio slave
Group:		Graphical desktop/KDE
Conflicts:	plasma5-kio-extras < 15.08.0

%description -n plasma5-kio-desktop
Plasma 5 desktop kio slave.

%files -n plasma5-kio-desktop
%{_kde5_datadir}/kio_desktop/
%{_kde5_plugindir}/kded/desktopnotifier.so
%{_kde5_plugindir}/kio/desktop.so
%{_kde5_services}/desktop.protocol

#----------------------------------------------------------------------------

%package -n plasma5-kio-remote
Summary:	Plasma 5 remote kio slave
Group:		Graphical desktop/KDE
Conflicts:	plasma5-workspace < 5.3.1-4

%description -n plasma5-kio-remote
Plasma 5 remote kio slave.

%files -n plasma5-kio-remote -f kio_remote.lang
%{_kde5_services}/remote.protocol
%{_qt5_plugindir}/kio_remote.so

#----------------------------------------------------------------------------

%package -n plasma5-klipper
Summary:	Plasma 5 clipboard manager
Group:		Graphical desktop/KDE
Conflicts:	klipper

%description -n plasma5-klipper
Plasma 5 clipboard manager.

%files -n plasma5-klipper -f klipper.lang
%{_kde5_applicationsdir}/org.kde.klipper.desktop
%{_kde5_autostart}/org.kde.klipper.desktop
%{_kde5_bindir}/klipper
%{_kde5_libdir}/libkdeinit5_klipper.so

#----------------------------------------------------------------------------

%package -n plasma5-ksmserver-theme-contour
Summary:	Plasma 5 Contour ksmserver theme
Group:		Graphical desktop/KDE

%description -n plasma5-ksmserver-theme-contour
Plasma 5 Contour ksmserver theme.

%files -n plasma5-ksmserver-theme-contour
%dir %{_kde5_datadir}/ksmserver/themes/contour/
%{_kde5_datadir}/ksmserver/themes/contour/*

#----------------------------------------------------------------------------

%package -n plasma5-ksmserver-theme-default
Summary:	Plasma 5 default ksmserver theme
Group:		Graphical desktop/KDE

%description -n plasma5-ksmserver-theme-default
Plasma 5 default ksmserver theme.

%files -n plasma5-ksmserver-theme-default
%dir %{_kde5_datadir}/ksmserver/themes/default/
%{_kde5_datadir}/ksmserver/themes/default/*

#----------------------------------------------------------------------------

%package -n plasma5-ksplash-theme-classic
Summary:	Plasma 5 Classic ksplash theme
Group:		Graphical desktop/KDE

%description -n plasma5-ksplash-theme-classic
Plasma 5 Classic ksplash theme.

%files -n plasma5-ksplash-theme-classic
%dir %{_kde5_datadir}/ksplash/Themes/Classic/
%{_kde5_datadir}/ksplash/Themes/Classic/*

#----------------------------------------------------------------------------

%package -n plasma5-ksplash-theme-minimalistic
Summary:	Plasma 5 Minimalistic ksplash theme
Group:		Graphical desktop/KDE

%description -n plasma5-ksplash-theme-minimalistic
Plasma 5 Minimalistic ksplash theme.

%files -n plasma5-ksplash-theme-minimalistic
%dir %{_kde5_datadir}/ksplash/Themes/Minimalistic/
%{_kde5_datadir}/ksplash/Themes/Minimalistic/*

#----------------------------------------------------------------------------

%package -n plasma5-ksplash-theme-none
Summary:	Plasma 5 None ksplash theme
Group:		Graphical desktop/KDE

%description -n plasma5-ksplash-theme-none
Plasma 5 None ksplash theme.

%files -n plasma5-ksplash-theme-none
%dir %{_kde5_datadir}/ksplash/Themes/None/
%{_kde5_datadir}/ksplash/Themes/None/*

#----------------------------------------------------------------------------

%package -n plasma5-look-and-feel-breeze
Summary:	Breeze look and feel for Plasma 5
Group:		Graphical desktop/KDE
Requires:	breeze-cursor-theme
Requires:	breeze-icon-theme
Requires:	plasma5-color-scheme-breeze
Requires:	plasma5-desktoptheme-breeze
Requires:	plasma5-style-breeze

%description -n plasma5-look-and-feel-breeze
Breeze look and feel for Plasma 5.

%files -n plasma5-look-and-feel-breeze
%dir %{_kde5_datadir}/plasma/look-and-feel/org.kde.breeze.desktop/
%{_kde5_datadir}/plasma/look-and-feel/org.kde.breeze.desktop/*
%{_kde5_services}/plasma-lookandfeel-org.kde.breeze.desktop.desktop

#----------------------------------------------------------------------------

%package -n plasma5-runner-activities
Summary:	Plasma 5 activities runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-activities
Plasma 5 activities runner.

%files -n plasma5-runner-activities -f plasma_runner_activities.lang
%{_kde5_services}/plasma-runner-activityrunner.desktop
%{_qt5_plugindir}/krunner_activities.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-baloosearch
Summary:	Plasma 5 baloo search runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-baloosearch
Plasma 5 baloo search runner.

%files -n plasma5-runner-baloosearch -f plasma_runner_baloosearchrunner.lang
%{_kde5_services}/plasma-runner-baloosearch.desktop
%{_qt5_plugindir}/krunner_baloosearchrunner.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-bookmarks
Summary:	Plasma 5 bookmarks runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-bookmarks
Plasma 5 bookmarks runner.

%files -n plasma5-runner-bookmarks -f plasma_runner_bookmarksrunner.lang
%{_kde5_services}/plasma-runner-bookmarks.desktop
%{_qt5_plugindir}/krunner_bookmarksrunner.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-calculator
Summary:	Plasma 5 calculator runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-calculator
Plasma 5 calculator runner.

%files -n plasma5-runner-calculator -f plasma_runner_calculatorrunner.lang
%{_kde5_services}/plasma-runner-calculator.desktop
%{_qt5_plugindir}/krunner_calculatorrunner.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-kill
Summary:	Plasma 5 kill runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-kill
Plasma 5 kill runner.

%files -n plasma5-runner-kill -f plasma_runner_kill.lang
%{_kde5_services}/plasma-runner-kill.desktop
%{_kde5_services}/plasma-runner-kill_config.desktop
%{_qt5_plugindir}/kcm_krunner_kill.so
%{_qt5_plugindir}/krunner_kill.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-locations
Summary:	Plasma 5 locations runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-locations
Plasma 5 locations runner.

%files -n plasma5-runner-locations -f plasma_runner_locations.lang
%{_kde5_services}/plasma-runner-locations.desktop
%{_qt5_plugindir}/krunner_locations.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-places
Summary:	Plasma 5 places runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-places
Plasma 5 places runner.

%files -n plasma5-runner-places -f plasma_runner_placesrunner.lang
%{_kde5_services}/plasma-runner-places.desktop
%{_qt5_plugindir}/krunner_placesrunner.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-powerdevil
Summary:	Plasma 5 powerdevil runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-powerdevil
Plasma 5 powerdevil runner.

%files -n plasma5-runner-powerdevil -f plasma_runner_powerdevil.lang
%{_kde5_services}/plasma-runner-powerdevil.desktop
%{_qt5_plugindir}/krunner_powerdevil.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-recentdocuments
Summary:	Plasma 5 recent documents runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-recentdocuments
Plasma 5 recent documents runner.

%files -n plasma5-runner-recentdocuments -f plasma_runner_recentdocuments.lang
%{_kde5_services}/recentdocuments.desktop
%{_qt5_plugindir}/krunner_recentdocuments.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-services
Summary:	Plasma 5 services runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-services
Plasma 5 services runner.

%files -n plasma5-runner-services -f plasma_runner_services.lang
%{_kde5_services}/plasma-runner-services.desktop
%{_qt5_plugindir}/krunner_services.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-sessions
Summary:	Plasma 5 sessions runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-sessions
Plasma 5 sessions runner.

%files -n plasma5-runner-sessions -f plasma_runner_sessions.lang
%{_kde5_services}/plasma-runner-sessions.desktop
%{_qt5_plugindir}/krunner_sessions.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-shell
Summary:	Plasma 5 shell runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-shell
Plasma 5 shell runner.

%files -n plasma5-runner-shell -f plasma_runner_shell.lang
%{_kde5_services}/plasma-runner-shell.desktop
%{_qt5_plugindir}/krunner_shell.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-webshortcuts
Summary:	Plasma 5 web shortcuts runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-webshortcuts
Plasma 5 web shortcuts runner.

%files -n plasma5-runner-webshortcuts -f plasma_runner_webshortcuts.lang
%{_kde5_services}/plasma-runner-webshortcuts.desktop
%{_qt5_plugindir}/krunner_webshortcuts.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-windowedwidgets
Summary:	Plasma 5 windowed widgets runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-windowedwidgets
Plasma 5 windowed widgets runner.

%files -n plasma5-runner-windowedwidgets -f plasma_runner_windowedwidgets.lang
%{_kde5_services}/plasma-runner-windowedwidgets.desktop
%{_qt5_plugindir}/krunner_windowedwidgets.so

#----------------------------------------------------------------------------

%package -n plasma5-runner-windows
Summary:	Plasma 5 windows runner
Group:		Graphical desktop/KDE

%description -n plasma5-runner-windows
Plasma 5 windows runner.

%files -n plasma5-runner-windows -f plasma_runner_windows.lang
%{_kde5_services}/plasma-runner-windows.desktop
%{_qt5_plugindir}/krunner_windows.so

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-color
Summary:	Plasma 5 color wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-color
Plasma 5 color wallpaper.

%files -n plasma5-wallpaper-color -f plasma_applet_org.kde.color.lang
%dir %{_kde5_datadir}/plasma/wallpapers/org.kde.color/
%{_kde5_datadir}/plasma/wallpapers/org.kde.color/*
%{_kde5_services}/plasma-wallpaper-org.kde.color.desktop

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-image
Summary:	Plasma 5 image wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-image
Plasma 5 image wallpaper.

%files -n plasma5-wallpaper-image -f plasma_applet_org.kde.image.lang
%dir %{_kde5_datadir}/plasma/wallpapers/org.kde.image/
%{_kde5_datadir}/plasma/wallpapers/org.kde.image/*
%dir %{_kde5_qmldir}/org/kde/plasma/wallpapers/image/
%{_kde5_qmldir}/org/kde/plasma/wallpapers/image/*
%{_kde5_services}/plasma-wallpaper-org.kde.image.desktop

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-slideshow
Summary:	Plasma 5 slideshow wallpaper
Group:		Graphical desktop/KDE
Requires:	plasma5-wallpaper-image

%description -n plasma5-wallpaper-slideshow
Plasma 5 slideshow wallpaper.

%files -n plasma5-wallpaper-slideshow
%dir %{_kde5_datadir}/plasma/wallpapers/org.kde.slideshow/
%{_kde5_datadir}/plasma/wallpapers/org.kde.slideshow/*
%{_kde5_services}/plasma-wallpaper-org.kde.slideshow.desktop

#----------------------------------------------------------------------------

%package -n sddm-theme-breeze
Summary:	Breeze theme for SDDM
Group:		Graphical desktop/KDE
Requires:	kf5plasma-qml
Requires:	plasma-workspace-qml
BuildArch:	noarch

%description -n sddm-theme-breeze
Breeze theme for SDDM.

%files -n sddm-theme-breeze
%dir %{_datadir}/sddm/themes/breeze/
%{_datadir}/sddm/themes/breeze/*

#----------------------------------------------------------------------------

%define qmlplasma_workspace %mklibname plasma-workspace-qml

%package -n %{qmlplasma_workspace}
Summary:	QML plugins for Plasma 5 Workspace
Group:		System/Libraries
Provides:	plasma-workspace-qml = %{EVRD}

%description -n %{qmlplasma_workspace}
QML plugins for Plasma 5 Workspace.

%files -n %{qmlplasma_workspace}
%dir %{_kde5_qmldir}/org/kde/plasma/workspace/
%{_kde5_qmldir}/org/kde/plasma/workspace/*
%dir %{_kde5_qmldir}/org/kde/taskmanager/
%{_kde5_qmldir}/org/kde/taskmanager/*

#----------------------------------------------------------------------------

%define kworkspace5_major 5
%define libkworkspace5 %mklibname kworkspace5_ %{kworkspace5_major}

%package -n %{libkworkspace5}
Summary:	Plasma 5 Workspace shared library
Group:		System/Libraries
Requires:	%{qmlplasma_workspace}

%description -n %{libkworkspace5}
Plasma 5 Workspace shared library.

%files -n %{libkworkspace5}
%{_kde5_libdir}/libkworkspace5.so.%{kworkspace5_major}*

#----------------------------------------------------------------------------

%define legacytaskmanager_major 5
%define liblegacytaskmanager %mklibname legacytaskmanager %{legacytaskmanager_major}

%package -n %{liblegacytaskmanager}
Summary:	Plasma 5 Workspace shared library
Group:		System/Libraries

%description -n %{liblegacytaskmanager}
Plasma 5 Workspace shared library.

%files -n %{liblegacytaskmanager}
%{_kde5_libdir}/liblegacytaskmanager.so.%{legacytaskmanager_major}*

#----------------------------------------------------------------------------

%define plasma_geolocation_interface_major 5
%define libplasma_geolocation_interface %mklibname plasma-geolocation-interface %{plasma_geolocation_interface_major}

%package -n %{libplasma_geolocation_interface}
Summary:	Plasma 5 Workspace shared library
Group:		System/Libraries

%description -n %{libplasma_geolocation_interface}
Plasma 5 Workspace shared library.

%files -n %{libplasma_geolocation_interface}
%{_kde5_libdir}/libplasma-geolocation-interface.so.%{plasma_geolocation_interface_major}*

#----------------------------------------------------------------------------

%define taskmanager_major 6
%define libtaskmanager %mklibname taskmanager %{taskmanager_major}

%package -n %{libtaskmanager}
Summary:	Plasma 5 Workspace shared library
Group:		System/Libraries

%description -n %{libtaskmanager}
Plasma 5 Workspace shared library.

%files -n %{libtaskmanager}
%{_kde5_libdir}/libtaskmanager.so.%{taskmanager_major}*
%{_kde5_libdir}/libtaskmanager.so.%{version}

#----------------------------------------------------------------------------

%define weather_ion_major 7
%define libweather_ion %mklibname weather_ion %{weather_ion_major}

%package -n %{libweather_ion}
Summary:	Plasma 5 Workspace shared library
Group:		System/Libraries

%description -n %{libweather_ion}
Plasma 5 Workspace shared library.

%files -n %{libweather_ion}
%{_kde5_libdir}/libweather_ion.so.%{weather_ion_major}*

#----------------------------------------------------------------------------

%define devplasma5_workspace %mklibname plasma5-workspace -d

%package -n %{devplasma5_workspace}
Summary:	Development files for Plasma 5 Workspace libraries
Group:		Development/KDE and Qt
Requires:	%{libkworkspace5} = %{EVRD}
Requires:	%{liblegacytaskmanager} = %{EVRD}
Requires:	%{libplasma_geolocation_interface} = %{EVRD}
Requires:	%{libtaskmanager} = %{EVRD}
Requires:	%{libweather_ion} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	kdebase4-workspace-devel

%description -n %{devplasma5_workspace}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devplasma5_workspace}
%{_kde5_datadir}/kdevappwizard/templates/ion-dataengine.*
%{_kde5_includedir}/kworkspace5/
%{_kde5_includedir}/legacytaskmanager/
%{_kde5_includedir}/plasma/geolocation/
%{_kde5_includedir}/plasma/weather/
%{_kde5_includedir}/taskmanager/
%{_kde5_libdir}/cmake/KRunnerAppDBusInterface/
%{_kde5_libdir}/cmake/KSMServerDBusInterface/
%{_kde5_libdir}/cmake/LibKWorkspace/
%{_kde5_libdir}/cmake/LibLegacyTaskManager/
%{_kde5_libdir}/cmake/LibTaskManager/
%{_kde5_libdir}/libkworkspace5.so
%{_kde5_libdir}/liblegacytaskmanager.so
%{_kde5_libdir}/libplasma-geolocation-interface.so
%{_kde5_libdir}/libtaskmanager.so
%{_kde5_libdir}/libweather_ion.so
%{_datadir}/dbus-1/interfaces/com.canonical.AppMenu.Registrar.xml
%{_datadir}/dbus-1/interfaces/org.kde.KSMServerInterface.xml
%{_datadir}/dbus-1/interfaces/org.kde.KSplash.xml
%{_datadir}/dbus-1/interfaces/org.kde.PlasmaShell.xml
%{_datadir}/dbus-1/interfaces/org.kde.kappmenu.xml
%{_datadir}/dbus-1/interfaces/org.kde.krunner.App.xml

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
#patch8 -p1
%patch9 -p1
%patch10 -p1

# Not ported yet
rm -f po/*/plasma_applet_quicklaunch.po
rm -f po/*/plasma_applet_system-monitor.po
rm -f po/*/plasma_engine_network.po
rm -f po/*/plasma_engine_rss.po
rm -f po/*/plasma_runner_solid.po
rm -f po/*/kholidays_calendar_plugin.po

%build
# Need to use .kde4 here because it's needed for KDE4 -> Plasma 5 migration, not for Plasma 5 itself
%cmake_kde5_kf5locales -DKDE_DEFAULT_HOME=.kde4
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_kde5_datadir}/wayland-sessions/plasmawayland.desktop

install -Dpm 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/kde

%find_lang drkonqi freespacenotifier kcminit kglobalaccel5 krunner \
           ksmserver kuiserver5 libkworkspace libtaskmanager \
           plasma_containmentactions_contextmenu plasma_containmentactions_switchwindow plasma_lookandfeel_org.kde.lookandfeel \
           phonon_kde plasma_package_plasmashell plasmashell plasmashellprivateplugin screenlocker soliduiserver systemmonitor \
           %{name}.lang --with-kde --with-html
%kf5locales_fix %{name}.lang

%find_lang kio_applications
%kf5locales_fix kio_applications.lang

%find_lang kio_remote
%kf5locales_fix kio_remote.lang

%find_lang klipper --with-kde --with-html
%kf5locales_fix klipper.lang

%find_lang plasma_applet_org.kde.color
%kf5locales_fix plasma_applet_org.kde.color.lang

%find_lang plasma_applet_org.kde.image
%kf5locales_fix plasma_applet_org.kde.image.lang

%find_lang plasma_applet_org.kde.plasma.analogclock
%kf5locales_fix plasma_applet_org.kde.plasma.analogclock.lang

%find_lang plasma_applet_org.kde.plasma.battery
%kf5locales_fix plasma_applet_org.kde.plasma.battery.lang

%find_lang plasma_applet_org.kde.plasma.calendar
%kf5locales_fix plasma_applet_org.kde.plasma.calendar.lang

%find_lang plasma_applet_org.kde.plasma.clipboard
%kf5locales_fix plasma_applet_org.kde.plasma.clipboard.lang

%find_lang plasma_applet_org.kde.plasma.devicenotifier
%kf5locales_fix plasma_applet_org.kde.plasma.devicenotifier.lang

%find_lang plasma_applet_org.kde.plasma.digitalclock
%kf5locales_fix plasma_applet_org.kde.plasma.digitalclock.lang

%find_lang plasma_applet_org.kde.plasma.lock_logout
%kf5locales_fix plasma_applet_org.kde.plasma.lock_logout.lang

%find_lang plasma_applet_org.kde.plasma.mediacontroller
%kf5locales_fix plasma_applet_org.kde.plasma.mediacontroller.lang

%find_lang plasma_applet_org.kde.plasma.notifications
%kf5locales_fix plasma_applet_org.kde.plasma.notifications.lang

%find_lang plasma_applet_org.kde.plasma.panelspacer
%kf5locales_fix plasma_applet_org.kde.plasma.panelspacer.lang

%find_lang plasma_applet_org.kde.plasma.systemmonitor.cpu \
           plasma_applet_org.kde.plasma.systemmonitor.diskactivity \
           plasma_applet_org.kde.plasma.systemmonitor.diskusage \
           plasma_applet_org.kde.plasma.systemmonitor.memory \
           plasma_applet_org.kde.plasma.systemmonitor.net \
           plasma_applet_org.kde.plasma.systemmonitor.lang
%kf5locales_fix plasma_applet_org.kde.plasma.systemmonitor.lang

%find_lang plasma_applet_org.kde.plasma.private.systemtray
%kf5locales_fix plasma_applet_org.kde.plasma.private.systemtray.lang

%find_lang plasma_engine_applicationjobs
%kf5locales_fix plasma_engine_applicationjobs.lang

%find_lang plasma_engine_devicenotifications
%kf5locales_fix plasma_engine_devicenotifications.lang

%find_lang plasma_engine_keystate
%kf5locales_fix plasma_engine_keystate.lang

%find_lang plasma_engine_mpris2
%kf5locales_fix plasma_engine_mpris2.lang

%find_lang plasma_engine_notifications
%kf5locales_fix plasma_engine_notifications.lang

%find_lang plasma_engine_powermanagement
%kf5locales_fix plasma_engine_powermanagement.lang

%find_lang plasma_engine_share
%kf5locales_fix plasma_engine_share.lang

%find_lang plasma_engine_soliddevice
%kf5locales_fix plasma_engine_soliddevice.lang

%find_lang plasma_engine_time
%kf5locales_fix plasma_engine_time.lang

%find_lang plasma_engine_weather
%kf5locales_fix plasma_engine_weather.lang

%find_lang plasma_runner_activities
%kf5locales_fix plasma_runner_activities.lang

%find_lang plasma_runner_baloosearchrunner
%kf5locales_fix plasma_runner_baloosearchrunner.lang

%find_lang plasma_runner_bookmarksrunner
%kf5locales_fix plasma_runner_bookmarksrunner.lang

%find_lang plasma_runner_calculatorrunner
%kf5locales_fix plasma_runner_calculatorrunner.lang

%find_lang plasma_runner_kill
%kf5locales_fix plasma_runner_kill.lang

%find_lang plasma_runner_locations
%kf5locales_fix plasma_runner_locations.lang

%find_lang plasma_runner_placesrunner
%kf5locales_fix plasma_runner_placesrunner.lang

%find_lang plasma_runner_powerdevil
%kf5locales_fix plasma_runner_powerdevil.lang

%find_lang plasma_runner_recentdocuments
%kf5locales_fix plasma_runner_recentdocuments.lang

%find_lang plasma_runner_services
%kf5locales_fix plasma_runner_services.lang

%find_lang plasma_runner_sessions
%kf5locales_fix plasma_runner_sessions.lang

%find_lang plasma_runner_shell
%kf5locales_fix plasma_runner_shell.lang

%find_lang plasma_runner_webshortcuts
%kf5locales_fix plasma_runner_webshortcuts.lang

%find_lang plasma_runner_windowedwidgets
%kf5locales_fix plasma_runner_windowedwidgets.lang

%find_lang plasma_runner_windows
%kf5locales_fix plasma_runner_windows.lang


%changelog

* Mon Jul 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.2-8
- (18c42d6) Adjust Plasma shell load order

* Mon Jul 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.2-7
- (c2d19bf) Try to fix layout initialization once more (null in some rare occasions during startup)

* Sun Jul 24 2016 valerol <valerol@ya.ru> 5.7.2-6
- (baf89c2) Try to fix layout initialization once more

* Sat Jul 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.2-5
- (6f33bd2) Try to fix layout initialization again

* Sat Jul 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.2-4
- (e01e31c) Try to revert create-activity logic

* Fri Jul 22 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.2-3
- (c29e777) Disable layout-initialization patch for now

* Fri Jul 22 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.7.2-2
- (1eaa784) Backport patch from upstream (don't try to load layout before kamd starts)

* Fri Jul 22 2016 valerol <valerol@ya.ru> 5.7.2-1
- (437e00b) Update files
- (valerol: faaa16a) Add legacytaskmanager shared library subpackage and other files
- (valerol: 4a97b89) Add ion-dataengine kdevappwizard template to development package
- (valerol: 76ffb3a) New taskmanager library major 6
- (valerol: 8705d15) Update calendar applet files
- (valerol: bd66de5) Update system tray applet files
- (valerol: e05880b) Add new taskmanager qml files
- (valerol: b653711) New filename for system tray applet translations
- (valerol: 5d80622) Update Russian translation
- (valerol: d87e005) Change default size of system tray icons
- (valerol: 51e1fea) Remove version hack

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.6.5.1-1
- (597eabd) New version 5.7.2
- (Andrey Bondrov: 2833237) Update files (new path for plasma_applet_notifications.so)
- (Andrey Bondrov: 0658ad9) Fix setup macro (version number in tarball is 5.6.5)
- (Andrey Bondrov: c90c4b1) New post-release build-fix version 5.6.5.1

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.5-1
- (19bf95c) New version 5.6.5

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.3-1
- (7d09c45) Specify version for Plasma 5 BuildRequires
- (valerol: deedb60) Re-diff use-mdv-icon patch
- (Andrey Bondrov: 3e4030c) New version 5.6.3

* Thu Apr 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-3
- (d059ac6) MassBuild#1029: Increase release tag

* Sat Apr 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-2
- (7165fc8) No longer requires kactivities-workspace (it's merged into plasma5-desktop)

* Sat Apr 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.2-1
- (cf304dd) Update files (add new files to plasma5-dataengine-weather subpackage)
- (Andrey Bondrov: 8cf762a) Update files (KDE/Plasma/Weather include directory is no longer installed)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23778 |14mu|plasma5-workspace-wallpapers-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname plasma-workspace-wallpapers

Summary:	Plasma 5 wallpapers
Name:		plasma5-workspace-wallpapers
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
Suggests:	plasma5-wallpaper-autumn
Suggests:	plasma5-wallpaper-bythewater
Suggests:	plasma5-wallpaper-coldripple
Suggests:	plasma5-wallpaper-eveningglow
Suggests:	plasma5-wallpaper-colorfulcups
Suggests:	plasma5-wallpaper-darkesthour
Suggests:	plasma5-wallpaper-fallenleaf
Suggests:	plasma5-wallpaper-flyingkonqui
Suggests:	plasma5-wallpaper-grey
Suggests:	plasma5-wallpaper-kite
Suggests:	plasma5-wallpaper-onestandsout
Suggests:	plasma5-wallpaper-pastelhills
Suggests:	plasma5-wallpaper-path
BuildArch:	noarch

%description
Plasma 5 wallpapers.

%files

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-autumn
Summary:	Plasma 5 Autumn wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-autumn
Plasma 5 Autumn wallpaper.

%files -n plasma5-wallpaper-autumn
%dir %{_kde5_datadir}/wallpapers/Autumn/
%{_kde5_datadir}/wallpapers/Autumn/*

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-bythewater
Summary:	Plasma 5 Bythe Water wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-bythewater
Plasma 5 Bythe Water wallpaper.

%files -n plasma5-wallpaper-bythewater
%dir %{_kde5_datadir}/wallpapers/BytheWater/
%{_kde5_datadir}/wallpapers/BytheWater/*

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-coldripple
Summary:	Plasma 5 Cold Ripple wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-coldripple
Plasma 5 Cold Ripple wallpaper.

%files -n plasma5-wallpaper-coldripple
%dir %{_kde5_datadir}/wallpapers/ColdRipple/
%{_kde5_datadir}/wallpapers/ColdRipple/*

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-eveningglow
Summary:	Plasma 5 Evening Glow wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-eveningglow
Plasma 5 Evening Glow wallpaper.

%files -n plasma5-wallpaper-eveningglow
%dir %{_kde5_datadir}/wallpapers/EveningGlow/
%{_kde5_datadir}/wallpapers/EveningGlow/*

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-colorfulcups
Summary:	Plasma 5 Colorful Cups wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-colorfulcups
Plasma 5 Colorful Cups wallpaper.

%files -n plasma5-wallpaper-colorfulcups
%dir %{_kde5_datadir}/wallpapers/ColorfulCups/
%{_kde5_datadir}/wallpapers/ColorfulCups/*

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-darkesthour
Summary:	Plasma 5 Darkest Hour wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-darkesthour
Plasma 5 Darkest Hour wallpaper.

%files -n plasma5-wallpaper-darkesthour
%dir %{_kde5_datadir}/wallpapers/DarkestHour/
%{_kde5_datadir}/wallpapers/DarkestHour/*

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-fallenleaf
Summary:	Plasma 5 Fallen Leaf wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-fallenleaf
Plasma 5 Fallen Leaf wallpaper.

%files -n plasma5-wallpaper-fallenleaf
%dir %{_kde5_datadir}/wallpapers/FallenLeaf/
%{_kde5_datadir}/wallpapers/FallenLeaf/*

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-flyingkonqui
Summary:	Plasma 5 Flying Konqui wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-flyingkonqui
Plasma 5 Flying Konqui wallpaper.

%files -n plasma5-wallpaper-flyingkonqui
%dir %{_kde5_datadir}/wallpapers/FlyingKonqui/
%{_kde5_datadir}/wallpapers/FlyingKonqui/*

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-grey
Summary:	Plasma 5 Grey wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-grey
Plasma 5 Grey wallpaper.

%files -n plasma5-wallpaper-grey
%dir %{_kde5_datadir}/wallpapers/Grey/
%{_kde5_datadir}/wallpapers/Grey/*

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-kite
Summary:	Plasma 5 Kite wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-kite
Plasma 5 Kite wallpaper.

%files -n plasma5-wallpaper-kite
%dir %{_kde5_datadir}/wallpapers/Kite/
%{_kde5_datadir}/wallpapers/Kite/*

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-onestandsout
Summary:	Plasma 5 One Stands Out wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-onestandsout
Plasma 5 One Stands Out wallpaper.

%files -n plasma5-wallpaper-onestandsout
%dir %{_kde5_datadir}/wallpapers/OneStandsOut/
%{_kde5_datadir}/wallpapers/OneStandsOut/*

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-pastelhills
Summary:	Plasma 5 Pastel Hills wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-pastelhills
Plasma 5 Pastel Hills wallpaper.

%files -n plasma5-wallpaper-pastelhills
%dir %{_kde5_datadir}/wallpapers/PastelHills/
%{_kde5_datadir}/wallpapers/PastelHills/*

#----------------------------------------------------------------------------

%package -n plasma5-wallpaper-path
Summary:	Plasma 5 Path wallpaper
Group:		Graphical desktop/KDE

%description -n plasma5-wallpaper-path
Plasma 5 Path wallpaper.

%files -n plasma5-wallpaper-path
%dir %{_kde5_datadir}/wallpapers/Path/
%{_kde5_datadir}/wallpapers/Path/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (6ff913a) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23779 |14mu|plasma-framework-5.24.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

# Disabled since 5.11.0
%bcond_with ruby

Summary:	KDE Frameworks 5 plugin based UI runtime module
Name:		plasma-framework
Version:	5.24.0
Release:	3
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
BuildRequires:	kf5activities-devel >= %{version}
BuildRequires:	kf5archive-devel >= %{version}
BuildRequires:	kf5config-devel >= %{version}
BuildRequires:	kf5configwidgets-devel >= %{version}
BuildRequires:	kf5coreaddons-devel >= %{version}
BuildRequires:	kf5dbusaddons-devel >= %{version}
BuildRequires:	kf5declarative-devel >= %{version}
BuildRequires:	kf5doctools-devel >= %{version}
BuildRequires:	kf5globalaccel-devel >= %{version}
BuildRequires:	kf5guiaddons-devel >= %{version}
BuildRequires:	kf5i18n-devel >= %{version}
BuildRequires:	kf5iconthemes-devel >= %{version}
BuildRequires:	kf5kio-devel >= %{version}
BuildRequires:	kf5notifications-devel >= %{version}
BuildRequires:	kf5package-devel >= %{version}
BuildRequires:	kf5service-devel >= %{version}
BuildRequires:	kf5windowsystem-devel >= %{version}
BuildRequires:	kf5xmlgui-devel >= %{version}
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-composite)
BuildRequires:	pkgconfig(xcb-damage)
BuildRequires:	pkgconfig(xcb-render)
BuildRequires:	pkgconfig(xcb-shape)
BuildRequires:	pkgconfig(xcb-xfixes)
Suggests:	plasma5-dataengine-testengine
Suggests:	plasma5-desktoptheme-air
Requires:	plasma5-desktoptheme-breeze
Requires:	plasma5-desktoptheme-breeze-dark
Requires:	plasma5-desktoptheme-breeze-light
Suggests:	plasma5-desktoptheme-oxygen
Requires:	plasma5-scriptengine-declarative
%if %{with ruby}
Requires:	plasma5-scriptengine-ruby
%else
Obsoletes:	plasma5-scriptengine-ruby < %{EVRD}
%endif

%description
KDE Frameworks 5 plugin based UI runtime module.

The plasma framework provides the foundations that can be used to build
a primary user interface, from graphical to logical components.

%files
%{_kde5_bindir}/plasmapkg2
%{_kde5_datadir}/plasma/services/*.operations
%{_kde5_mandir}/man1/plasmapkg2.1*
%{_kde5_servicetypes}/plasma-*.desktop

#----------------------------------------------------------------------------

%package -n plasma5-dataengine-testengine
Summary:	Test data engine
Group:		Graphical desktop/KDE
Requires:	%{name}

%description -n plasma5-dataengine-testengine
Test data engine.

%files -n plasma5-dataengine-testengine
%{_kde5_services}/plasma-dataengine-testengine.desktop
%{_qt5_plugindir}/plasma_engine_testengine.so

#----------------------------------------------------------------------------

%package -n plasma5-desktoptheme-air
Summary:	Air plasma desktop theme
Group:		Graphical desktop/KDE
BuildArch:	noarch

%description -n plasma5-desktoptheme-air
Air plasma desktop theme.

%files -n plasma5-desktoptheme-air
%dir %{_kde5_datadir}/plasma/desktoptheme/air/
%{_kde5_datadir}/plasma/desktoptheme/air/*

#----------------------------------------------------------------------------

%package -n plasma5-desktoptheme-breeze
Summary:	Breeze plasma desktop theme
Group:		Graphical desktop/KDE
Conflicts:	plasma5-applet-notes < 5.4.3-2
BuildArch:	noarch

%description -n plasma5-desktoptheme-breeze
Breeze plasma desktop theme.

%files -n plasma5-desktoptheme-breeze
%dir %{_kde5_datadir}/plasma/desktoptheme/default/
%{_kde5_datadir}/plasma/desktoptheme/default/*

#----------------------------------------------------------------------------

%package -n plasma5-desktoptheme-breeze-dark
Summary:	Breeze Dark plasma desktop theme
Group:		Graphical desktop/KDE
BuildArch:	noarch

%description -n plasma5-desktoptheme-breeze-dark
Breeze Dark plasma desktop theme.

%files -n plasma5-desktoptheme-breeze-dark
%dir %{_kde5_datadir}/plasma/desktoptheme/breeze-dark/
%{_kde5_datadir}/plasma/desktoptheme/breeze-dark/*

#----------------------------------------------------------------------------

%package -n plasma5-desktoptheme-breeze-light
Summary:	Breeze Light plasma desktop theme
Group:		Graphical desktop/KDE
BuildArch:	noarch

%description -n plasma5-desktoptheme-breeze-light
Breeze Light plasma desktop theme.

%files -n plasma5-desktoptheme-breeze-light
%dir %{_kde5_datadir}/plasma/desktoptheme/breeze-light/
%{_kde5_datadir}/plasma/desktoptheme/breeze-light/*

#----------------------------------------------------------------------------

%package -n plasma5-desktoptheme-oxygen
Summary:	Oxygen plasma desktop theme
Group:		Graphical desktop/KDE
BuildArch:	noarch

%description -n plasma5-desktoptheme-oxygen
Oxygen plasma desktop theme.

%files -n plasma5-desktoptheme-oxygen
%dir %{_kde5_datadir}/plasma/desktoptheme/oxygen/
%{_kde5_datadir}/plasma/desktoptheme/oxygen/*

#----------------------------------------------------------------------------

%package -n plasma5-scriptengine-declarative
Summary:	Support for QML and JavaScript plasma applets
Group:		Graphical desktop/KDE
Requires:	%{name}

%description -n plasma5-scriptengine-declarative
Support for QML and JavaScript plasma applets.

%files -n plasma5-scriptengine-declarative
%{_kde5_services}/plasma-scriptengine-applet-declarative.desktop
%{_qt5_plugindir}/plasma/scriptengines/plasma_appletscript_declarative.so

#----------------------------------------------------------------------------

%if %{with ruby}
%package -n plasma5-scriptengine-ruby
Summary:	Support for ruby plasma applets
Group:		Graphical desktop/KDE
Requires:	%{name}
Requires:	ruby

%description -n plasma5-scriptengine-ruby
Support for ruby plasma applets.

%files -n plasma5-scriptengine-ruby
%{_kde5_services}/plasma-scriptengine-ruby-dataengine.desktop
%dir %{_kde5_datadir}/plasma/plasma_scriptengine_ruby/
%{_kde5_datadir}/plasma/plasma_scriptengine_ruby/*
%endif

#----------------------------------------------------------------------------

%package i18n
Summary:	Plasma Framework translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
Plasma Framework translations.

%files i18n -f %{name}.lang
%lang(lt) %{_datadir}/locale/lt/LC_SCRIPTS

#----------------------------------------------------------------------------

%define qmlkf5plasma %mklibname kf5plasma-qml

%package -n %{qmlkf5plasma}
Summary:	QML plugin for KDE Frameworks 5 Plasma Framework
Group:		System/Libraries
Provides:	kf5plasma-qml = %{EVRD}

%description -n %{qmlkf5plasma}
QML plugin for KDE Frameworks 5 Plasma Framework.

%files -n %{qmlkf5plasma}
%dir %{_kde5_qmldir}/org/kde/plasma/
%{_kde5_qmldir}/org/kde/plasma/*
%dir %{_kde5_qmldir}/QtQuick/Controls/Styles/Plasma/
%{_kde5_qmldir}/QtQuick/Controls/Styles/Plasma/*

#----------------------------------------------------------------------------

%define kf5plasma_major 5
%define libkf5plasma %mklibname kf5plasma %{kf5plasma_major}

%package -n %{libkf5plasma}
Summary:	KDE Frameworks 5 plugin based UI runtime shared library
Group:		System/Libraries
Requires:	%{name}-i18n
Requires:	%{qmlkf5plasma}

%description -n %{libkf5plasma}
KDE Frameworks 5 plugin based UI runtime shared library.

%files -n %{libkf5plasma}
%{_kde5_libdir}/libKF5Plasma.so.%{kf5plasma_major}*

#----------------------------------------------------------------------------

%define kf5plasmaquick_major 5
%define libkf5plasmaquick %mklibname kf5plasmaquick %{kf5plasmaquick_major}

%package -n %{libkf5plasmaquick}
Summary:	KDE Frameworks 5 plugin based UI runtime shared library
Group:		System/Libraries
Requires:	%{name}-i18n
Requires:	%{qmlkf5plasma}

%description -n %{libkf5plasmaquick}
KDE Frameworks 5 plugin based UI runtime shared library.

%files -n %{libkf5plasmaquick}
%{_kde5_libdir}/libKF5PlasmaQuick.so.%{kf5plasmaquick_major}*

#----------------------------------------------------------------------------

%define devkf5plasma %mklibname kf5plasma -d

%package -n %{devkf5plasma}
Summary:	Development files for KDE Frameworks 5 plugin based UI runtime module
Group:		Development/KDE and Qt
Requires:	%{libkf5plasma} = %{EVRD}
Requires:	%{libkf5plasmaquick} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5plasma-devel = %{version}
Provides:	kf5plasmaquick-devel = %{version}

%description -n %{devkf5plasma}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5plasma}
%{_kde5_datadir}/kdevappwizard/templates/*
%{_kde5_includedir}/KF5/Plasma
%{_kde5_includedir}/KF5/plasma
%{_kde5_includedir}/KF5/PlasmaQuick/
%{_kde5_includedir}/KF5/plasmaquick
%{_kde5_includedir}/KF5/plasma_version.h
%{_kde5_libdir}/cmake/KF5Plasma
%{_kde5_libdir}/cmake/KF5PlasmaQuick
%{_kde5_libdir}/libKF5Plasma.so
%{_kde5_libdir}/libKF5PlasmaQuick.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-man


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.24.0-3
- (b19734c) No longer revert some commits, it's not needed for Plasma 5.7.x

* Fri Jul 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-2
- (149eee0) Revert upstream commits that seem to break system tray when widgets are locked

* Sun Jul 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (db7ffd4) Add man pages translations
- (Andrey Bondrov: c311928) New version 5.24.0

* Sat Jun 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.23.0-1
- (3f9b1f6) New version 5.23.0

* Wed Apr 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21.0-2
- (82e6974) MassBuild#1024: Increase release tag

* Mon Apr 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.21.0-1
- (8f9241f) Update files (add PlasmaQuick headers)
- (8f9241f) Add kf5plasmaquick-devel package Provides
- (Andrey Bondrov: 72e8290) Drop l10n-ru patch (fixed upstream)
- (Andrey Bondrov: ed86703) Build no longer requires deprecated pkgconfig(Qt5Script)
- (Andrey Bondrov: 06f32ac) New version 5.21.0

* Fri Apr 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-2
- (7c001b3) MassBuild#1000: Increase release tag

* Tue Mar 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.20.0-1
- (5e21189) Add Breeze Light theme subpackage
- (Andrey Bondrov: 4986bf8) Drop iconitem patch (fixed upstream)
- (Andrey Bondrov: 4986bf8) Add l10n-ru patch
- (Andrey Bondrov: 8e5d11b) New version 5.20.0

* Thu Feb 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.19.0-2
- (251186b) Backport patch from upstream to fix IconItem not loading non-theme icons with name

* Sat Feb 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.19.0-1
- (4c78216) New version 5.19.0

* Mon Jan 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.18.0-1
- (26d9fc0) New version 5.18.0

* Sun Dec 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.17.0-2
- (90b4460) Add plasma5-desktoptheme-breeze conflicts with plasma5-applet-notes < 5.4.3-2

* Fri Dec 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.17.0-1
- (835830d) Update files (add templates to development package)
- (Andrey Bondrov: 5ba9b78) Drop platformstatus as upstream did
- (Andrey Bondrov: dd50ef8) New version 5.17.0

* Wed Nov 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.16.0-2
- (8988dec) Bump release

* Tue Nov 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.16.0-1
- (117ce99) New version 5.16.0

* Sun Oct 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.15.0-1
- (18e84ba) New version 5.15.0

* Sat Sep 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.14.0-1
- (b94bc49) Update files
- (Andrey Bondrov: d638de9) New version 5.14.0

* Wed Aug 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.13.0-1
- (0c49e0f) New version 5.13.0

* Mon Jul 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.12.0-1
- (1de60e5) New version 5.12.0

* Mon Jun 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.11.0-1
- (74e1519) New file path for scriptengines
- (74e1519) Disable ruby scriptengine for now as upstream did
- (74e1519) Adjust find_lang usage
- (Andrey Bondrov: 2b71fa8) New version 5.11.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23780 |14mu|plasma-nm-0.9.3.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma applet written in QML for managing network connections
Name:		plasma-nm
Version:	0.9.3.6
Release:	2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/playground/network/%{name}
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{name}-%{version}.tar.xz
Patch0:		plasma-nm-0.9.3.6-ru.patch
BuildRequires:	mobile-broadband-provider-info
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libnm-glib)
BuildRequires:	pkgconfig(libnm-util)
BuildRequires:	pkgconfig(ModemManagerQt)
BuildRequires:	pkgconfig(NetworkManagerQt)
BuildRequires:	pkgconfig(NetworkManager) >= 0.9.8
BuildRequires:	pkgconfig(openconnect) >= 3.99
Requires:	mobile-broadband-provider-info
Requires:	modemmanager
Requires:	networkmanager
Conflicts:	plasma-applet-networkmanagement
Conflicts:	knetworkmanager-common

%description
Plasma applet and editor for managing your network connections in KDE4 using
the default NetworkManager service.

%files -f %{name}.lang
%{_kde_bindir}/kde-nm-connection-editor
%{_kde_libdir}/kde4/imports/org/kde/networkmanagement/
%{_kde_libdir}/kde4/kded_networkmanagement.so
%{_kde_libdir}/kde4/networkmanagement_notifications.so
%{_kde_libdir}/kde4/plasmanetworkmanagement_l2tpui.so
%{_kde_libdir}/kde4/plasmanetworkmanagement_openconnectui.so
%{_kde_libdir}/kde4/plasmanetworkmanagement_openswanui.so
%{_kde_libdir}/kde4/plasmanetworkmanagement_openvpnui.so
%{_kde_libdir}/kde4/plasmanetworkmanagement_pptpui.so
%{_kde_libdir}/kde4/plasmanetworkmanagement_strongswanui.so
%{_kde_libdir}/kde4/plasmanetworkmanagement_vpncui.so
%{_kde_libdir}/kde4/plugins/designer/plasmanetworkmanagementwidgets.so
%{_kde_libdir}/libplasmanetworkmanagement-editor.so
%{_kde_libdir}/libplasmanetworkmanagement-internal.so
%{_kde_applicationsdir}/kde-nm-connection-editor.desktop
%{_kde_appsdir}/plasma/plasmoids/org.kde.networkmanagement
%{_kde_appsdir}/desktoptheme/default/icons/plasma-networkmanagement2.svgz
%{_kde_appsdir}/kde-nm-connection-editor
%{_kde_appsdir}/networkmanagement
%{_kde_iconsdir}/oxygen/*/devices/network-defaultroute.png
%{_kde_services}/kded/networkmanagement.desktop
%{_kde_services}/plasma-applet-networkmanagement.desktop
%{_kde_services}/networkmanagement_notifications.desktop
%{_kde_services}/plasmanetworkmanagement_l2tpui.desktop
%{_kde_services}/plasmanetworkmanagement_openconnectui.desktop
%{_kde_services}/plasmanetworkmanagement_openswanui.desktop
%{_kde_services}/plasmanetworkmanagement_openvpnui.desktop
%{_kde_services}/plasmanetworkmanagement_pptpui.desktop
%{_kde_services}/plasmanetworkmanagement_strongswanui.desktop
%{_kde_services}/plasmanetworkmanagement_vpncui.desktop
%{_kde_servicetypes}/plasma-networkmanagement-vpnuiplugin.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang kde-nm-connection-editor \
	plasma_applet_org.kde.networkmanagement \
	libplasmanetworkmanagement-editor \
	plasmanetworkmanagement-kded \
	plasmanetworkmanagement_l2tpui \
	plasmanetworkmanagement_openconnectui \
	plasmanetworkmanagement_openswanui \
	plasmanetworkmanagement_openvpnui \
	plasmanetworkmanagement_pptpui \
	plasmanetworkmanagement_strongswanui \
	plasmanetworkmanagement_vpncui \
	%{name}.lang

%changelog

* Mon Sep 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.3.6-2
- (2684a18) Rebuild with new openconnect

* Mon Apr 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3.6-1
- (15673b9) New version 0.9.3.6, drop merged patch

* Wed Nov 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3.5-1
- (4284da7) Update Russian translation
- (Andrey Bondrov: 628468d) New version 0.9.3.5, drop merged patches

* Fri Oct 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3.4-7
- (21da58b) Add more patches from upstream (all up to current date)

* Fri Oct 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3.4-6
- (df3251f) Add patches from upsteam to fix KDE bug #338513

* Mon Sep 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3.4-5
- (9eddd3f) Fix typos in russian translation

* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3.4-4
- (9d6babf) Add patch to fix fields' sizes in connection editor

* Tue Sep 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3.4-3
- (3b8288f) Update Russian translation

* Mon Aug 11 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3.4-2
- (63fbd1d) New version 0.9.3.4 (stable)

* Thu Jul 10 2014 Victor Ryzhikh <victorr2007@yandex.ru> 0.9.3.4-0.20140702.2
- (d1616e7) Updated plasma-nm.spec

* Thu Jul 10 2014 Victor Ryzhikh <victorr2007@yandex.ru> 0.9.3.4-0.20140702.1
- (407b067) Updated plasma-nm.spec
- (Victor Ryzhikh: 90211e5) Updated .abf.yml
- (Andrey Bondrov: cd5cf0d) Use git snapshot from 2014.07.02, re-diff i18n-ru patch, drop external russian localization because we have better one in upstream now

* Wed Jul 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3.3-7
- (b92bf64) Bump release

* Sat Apr 05 2014 Victor Ryzhikh <victorr2007@yandex.ru> 0.9.3.3-6
- (4ed85b8) Updated plasma-nm.spec

* Sat Apr 05 2014 Victor Ryzhikh <victorr2007@yandex.ru> 0.9.3.3-5
- (fedced7) Updated .abf.yml
- (Andrey Bondrov: b56c2ab) Update Russian translation (once more)

* Wed Apr 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3.3-4
- (b9f6299) Update Russian translation

* Tue Apr 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3.3-1
- (858ca22) New version 0.9.3.3, re-diff i18n-ru patch, update files

* Tue Nov 26 2013 Victor Ryzhikh <victorr2007@yandex.ru> 0.9.3.2-3
- (2a46105) Updated kde-nm-connection-editor-ru.po
- (Victor Ryzhikh: 699c061) Updated plasma-nm.spec

* Tue Nov 26 2013 Victor Ryzhikh <victorr2007@yandex.ru> 0.9.3.2-2
- (5ee558c) Updated kde-nm-connection-editor-ru.po
- (Victor Ryzhikh: ac98614) Updated plasma-nm.spec

* Sat Nov 23 2013 Victor Ryzhikh <victorr2007@yandex.ru> 0.9.3.2-1
- (f2db819) Updated plasma-nm.spec

* Sat Nov 23 2013 Victor Ryzhikh <victorr2007@yandex.ru> 0.9.3.1-1
- (6f2ff66) Updated plasma-nm-0.9.3.1-i18n-ru.patch
- (Victor Ryzhikh: 7e97d19) Updated .abf.yml
- (Andrey Bondrov: 4426e3a) LOG New version 0.9.3.1, build with OpenConnect support, update files list

* Thu Sep 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3.0-2
- (22775a2) LOG Update russian translation

* Thu Sep 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.3.0-1
- (137dfdc) LOG Add russian i18n files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23781 |14mu|plymouth-0.8.9-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plymouthdaemon_execdir /sbin
%define plymouthclient_execdir /bin
%define plymouth_libdir /%{_lib}

%define _libexecdir %{_prefix}/libexec

%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Graphical Boot Animation and Logger
Name:		plymouth
Version:	0.8.9
Release:	16
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.freedesktop.org/wiki/Software/Plymouth
Source0:	http://www.freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
Source1:	boot-duration
Source2:	charge.plymouth
# PATCH-OPENSUSE -- Restore suspend / resume state (needed for suspend package)
Patch0:		plymouth-restore-suspend.patch
# PATCH-OPENSUSE -- Handle correctly multiple displays with different sizes
Patch4:		plymouth-fix-window-size
Patch8:		plymouth-0.8.6.1.mkinitrd-to-dracut.patch
Patch12:	plymouth-use-longer-timeout.patch
Patch13:	plymouth-0.8.9-subst-run-paths.patch
Patch14:	plymouth-0.8.9-setup-vconsole.patch
BuildRequires:	systemd-units
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(systemd)
Requires:	desktop-common-data
Requires(post):	dracut
Requires(post):	plymouth-scripts = %{EVRD}
Conflicts:	systemd-units < 186
%rename		splashy

%description
Plymouth provides an attractive graphical boot animation in place of the text
messages that normally get shown. Text messages are instead redirected to a log
file for viewing after boot.

%files
%doc AUTHORS NEWS README
%config(noreplace) %{_sysconfdir}/plymouth
%dir %{_datadir}/plymouth
%dir %{_datadir}/plymouth/themes
%dir %{_libdir}/plymouth
%{_datadir}/plymouth/default-boot-duration
%dir %{_localstatedir}/lib/plymouth
%{plymouthdaemon_execdir}/plymouthd
%{plymouthclient_execdir}/plymouth
%{_libdir}/plymouth/details.so
%{_libdir}/plymouth/text.so
/lib/systemd/system/*plymouth*.service
/lib/systemd/system/systemd-*.path
/lib/systemd/system/*.wants/plymouth-*.service
%dir %{_libdir}/plymouth/renderers
%{_libdir}/plymouth/renderers/drm*
%{_libdir}/plymouth/renderers/frame-buffer*
%ghost %{_datadir}/plymouth/themes/default.plymouth
%{_datadir}/plymouth/plymouthd.defaults
%{_datadir}/plymouth/themes/details
%{_datadir}/plymouth/themes/text
%ghost %{_localstatedir}/run/plymouth
%ghost %{_localstatedir}/spool/plymouth
%ghost %{_localstatedir}/lib/plymouth/shutdown-duration
%ghost %{_localstatedir}/lib/plymouth/boot-duration
%{_mandir}/man8/*

%post
[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f %{_datadir}/plymouth/default-boot-duration %{_localstatedir}/lib/plymouth/boot-duration
if [ "x$DURING_INSTALL" = "x" ]; then
  if [ $1 -eq 1 ]; then
   %{_libexecdir}/plymouth/plymouth-update-initrd
  fi
fi

%postun
if [ $1 -eq 0 ]; then
    rm -f %{_libdir}/plymouth/default.so
fi

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Plymouth libraries
Group:		System/Libraries

%description -n %{libname}
This package contains shared libraries used by Plymouth.

%files -n %{libname}
%{plymouth_libdir}/libply.so.%{major}*
%{_libdir}/libply-boot-client.so.%{major}*
%{_libdir}/libply-splash-graphics.so.%{major}*
/%{_lib}/libply-splash-core.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and headers for writing Plymouth splash plugins
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the libply and libplybootsplash libraries and headers
needed to develop 3rd party splash plugins for Plymouth.

%files -n %{devname}
%{plymouth_libdir}/libply.so
%{_libdir}/libply-boot-client.so
%{_libdir}/libply-splash-graphics.so
%{_libdir}/plymouth/renderers/x11*
/%{_lib}/libply-splash-core.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/plymouth-1

#----------------------------------------------------------------------------

%package system-theme
Summary:	Plymouth default theme
Group:		System/Kernel and hardware
Requires:	plymouth(system-theme)
Requires:	plymouth = %{EVRD}

%description system-theme
This metapackage tracks the current distribution default theme.

%files system-theme

#----------------------------------------------------------------------------

%package utils
Summary:	Plymouth related utilities
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}

%description utils
This package contains utilities that integrate with Plymouth including
a boot log viewing application.

#----------------------------------------------------------------------------

%package scripts
Summary:	Plymouth related scripts
Group:		System/Kernel and hardware
Requires:	plymouth = %{EVRD}

%description scripts
This package contains scripts that help integrate Plymouth with the system.

%files scripts
%{_sbindir}/plymouth-set-default-theme
%{_libexecdir}/plymouth

#----------------------------------------------------------------------------

%package plugin-fade-throbber
Summary:	Plymouth "Fade-Throbber" plugin
Group:		System/Kernel and hardware
Requires:	%{libname} = %{EVRD}

%description plugin-fade-throbber
This package contains the "Fade-In" boot splash plugin for Plymouth.
It features a centered image that fades in and out while other images
pulsate around during system boot up.

%files plugin-fade-throbber
%{_libdir}/plymouth/fade-throbber.so

#----------------------------------------------------------------------------

%package plugin-label
Summary:	Plymouth label plugin
Group:		System/Kernel and hardware
Requires:	%{libname} = %{EVRD}

%description plugin-label
This package contains the label control plugin for Plymouth. It provides
the ability to render text on graphical boot splashes using pango and cairo.

%files plugin-label
%{_libdir}/plymouth/label.so

#----------------------------------------------------------------------------

%package plugin-script
Summary:	Plymouth "Script" plugin
Group:		System/Kernel and hardware
Requires:	%{libname} = %{EVRD}
Requires:	plymouth-plugin-label = %{EVRD}

%description plugin-script
This package contains the "Script" plugin for Plymouth.

%files plugin-script
%{_libdir}/plymouth/script.so

#----------------------------------------------------------------------------

%package plugin-space-flares
Summary:	Plymouth "space-flares" plugin
Group:		System/Kernel and hardware
Requires:	%{libname} = %{EVRD}
Requires:	plymouth-plugin-label = %{EVRD}

%description plugin-space-flares
This package contains the "space-flares" boot splash plugin for Plymouth.
It features a corner image with animated flares.

%files plugin-space-flares
%{_libdir}/plymouth/space-flares.so

#----------------------------------------------------------------------------

%package plugin-throbgress
Summary:	Plymouth "Throbgress" plugin
Group:		System/Kernel and hardware
Requires:	%{libname} = %{EVRD}
Requires:	plymouth-plugin-label = %{EVRD}

%description plugin-throbgress
This package contains the "throbgress" boot splash plugin for Plymouth.
It features a centered logo and animated spinner that spins repeatedly
while a progress bar advances at the bottom of the screen.

%files plugin-throbgress
%{_libdir}/plymouth/throbgress.so

#----------------------------------------------------------------------------

%package plugin-two-step
Summary:	Plymouth "two-step" plugin
Group:		System/Kernel and hardware
Requires:	%{libname} = %{EVRD}
Requires:	plymouth-plugin-label = %{EVRD}

%description plugin-two-step
This package contains the "two-step" boot splash plugin for Plymouth.
It features a two phased boot process that starts with a progressing
animation synced to boot time and finishes with a short, fast one-shot
animation.

%files plugin-two-step
%{_libdir}/plymouth/two-step.so

#----------------------------------------------------------------------------

%package theme-charge
Summary:	Plymouth "Charge" plugin
Group:		System/Kernel and hardware
Requires:	%{name}-plugin-two-step = %{EVRD}
Requires(post):	plymouth-scripts = %{EVRD}

%description theme-charge
This package contains the "charge" boot splash theme for Plymouth.
It features the shadowy hull of a logo charge up and and finally burst
into full form.

%files theme-charge
%{_datadir}/plymouth/themes/charge

#----------------------------------------------------------------------------

%package theme-fade-in
Summary:	Plymouth "Fade-In" theme
Group:		System/Kernel and hardware
Requires:	%{name}-plugin-fade-throbber = %{EVRD}
Requires(post):	plymouth-scripts = %{EVRD}

%description theme-fade-in
This package contains the "Fade-In" boot splash theme for Plymouth.
It features a centered logo that fades in and out while stars twinkle
around the logo during system boot up.

%files theme-fade-in
%{_datadir}/plymouth/themes/fade-in

#----------------------------------------------------------------------------

%package theme-glow
Summary:	Plymouth "Glow" plugin
Group:		System/Kernel and hardware
Requires:	plymouth-plugin-two-step = %{EVRD}
Requires(post):	plymouth-scripts = %{EVRD}

%description theme-glow
This package contains the "Glow" boot splash theme for Plymouth.

%files theme-glow
%{_datadir}/plymouth/themes/glow

#----------------------------------------------------------------------------

%package theme-script
Summary:	Plymouth "Script" theme
Group:		System/Kernel and hardware
Requires:	%{name}-plugin-script = %{EVRD}
Requires(post):	plymouth-scripts = %{EVRD}

%description theme-script
This package contains the "Script" boot splash theme for Plymouth.

%files theme-script
%{_datadir}/plymouth/themes/script

#----------------------------------------------------------------------------

%package theme-solar
Summary:	Plymouth "Solar" theme
Group:		System/Kernel and hardware
Requires:	%{name}-plugin-space-flares = %{EVRD}
Requires(post):	plymouth-scripts = %{EVRD}

%description theme-solar
This package contains the "Solar" boot splash theme for Plymouth.
It features a blue flamed sun with animated solar flares.

%files theme-solar
%{_datadir}/plymouth/themes/solar

#----------------------------------------------------------------------------

%package theme-spinfinity
Summary:	Plymouth "Spinfinity" theme
Group:		System/Kernel and hardware
Requires:	%{name}-plugin-throbgress = %{EVRD}
Requires(post):	plymouth-scripts = %{EVRD}

%description theme-spinfinity
This package contains the "Spinfinity" boot splash theme for Plymouth.
It features a centered logo and animated spinner that spins in the shape
of an infinity sign.

%files theme-spinfinity
%{_datadir}/plymouth/themes/spinfinity

#----------------------------------------------------------------------------

%package theme-spinner
Summary:	Plymouth "Spinner" theme
Group:		System/Kernel and hardware
Requires:	%{name}-plugin-two-step = %{EVRD}
Requires(post):	plymouth-scripts = %{EVRD}

%description theme-spinner
This package contains the "Spinner" boot splash theme for Plymouth.

%files theme-spinner
%{_datadir}/plymouth/themes/spinner

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	--enable-tracing \
	--disable-tests \
	--with-logo=%{_datadir}/icons/large/mandriva.png \
	--with-background-start-color-stop=0x0073B3 \
	--with-background-end-color-stop=0x00457E \
	--with-background-color=0x3391cd \
	--disable-gdm-transition \
	--enable-systemd-integration \
	--with-system-root-install \
	--without-log-viewer \
	--disable-libkms

%make

%install
%makeinstall_std

touch %{buildroot}%{_datadir}/plymouth/themes/default.plymouth

mkdir -p %{buildroot}%{_localstatedir}/lib/plymouth
cp %{SOURCE1} %{buildroot}%{_datadir}/plymouth/default-boot-duration
touch %{buildroot}%{_localstatedir}/lib/plymouth/{boot,shutdown}-duration

# Add charge
mkdir -p %{buildroot}%{_datadir}/plymouth/themes/charge
cp %{SOURCE2} %{buildroot}%{_datadir}/plymouth/themes/charge
cp %{buildroot}%{_datadir}/plymouth/themes/glow/{box,bullet,entry,lock}.png %{buildroot}%{_datadir}/plymouth/themes/charge

#----------------------------------------------------------------------------

%define theme_scripts() \
%post -n %{name}-theme-%{1} \
if [ -x %{_sbindir}/plymouth-set-default-theme ]; then \
  export LIB=%{_lib} \
  if [ $1 -eq 1 ]; then \
      %{_sbindir}/plymouth-set-default-theme --rebuild-initrd %{1} \
  else \
      THEME=$(%{_sbindir}/plymouth-set-default-theme) \
      if [ "$THEME" == "text" -o "$THEME" == "%{1}" ]; then \
          %{_sbindir}/plymouth-set-default-theme --rebuild-initrd %{1} \
      fi \
  fi \
fi \
\
%postun -n %{name}-theme-%{1} \
export LIB=%{_lib} \
if [ $1 -eq 0 -a -x %{_sbindir}/plymouth-set-default-theme ]; then \
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "%{1}" ]; then \
        %{_sbindir}/plymouth-set-default-theme --reset --rebuild-initrd \
    fi \
fi \


%theme_scripts spinfinity
%theme_scripts fade-in
%theme_scripts solar
%theme_scripts charge
%theme_scripts glow
%theme_scripts script


%changelog

* Fri Dec 18 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 0.8.9-16
- (5461ef1) Use a longer timeout for Plymouth, but not infinite
- (5461ef1) If the graphics fails to start, the system will still be waiting for
- (5461ef1) Plymouth to quit. But with timeout=0 Plymouth will wait forever. This
- (5461ef1) does not allow to use virtual consoles for example to debug the
- (5461ef1) problems.
- (5461ef1) Let us use a long but still finite timeout (3 minutes) instead.

* Mon Jun 01 2015 law <a.lahin@ntcit-rosa.ru> 0.8.9-15
- (3fb4ea8) Increase release number

* Mon Jun 01 2015 law <a.lahin@ntcit-rosa.ru> 0.8.9-14
- (0c0d209) Setup vconsole (load vconsole font) just before switching to graphics
- (law: 68626f5) Increase release number

* Sun May 24 2015 law <a.lahin@ntcit-rosa.ru> 0.8.9-13
- (291b3b8) Force autoreconf (for build with frozen time)
- (Tigro: 524698c) drop stop-graphical.patch again. New systemd fix plymouth freeze

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 0.8.9-12
- (0a952f4) MassBuild#656: Increase release tag

* Wed Feb 18 2015 Tigro <ashejn@gmail.com> 0.8.9-11
- (eb67708) PATCH-OPENSUSE -- Ensure graphical.target is conflicting with plymouth-wait-quit.service

* Mon Jan 26 2015 law <a.lahin@ntcit-rosa.ru> 0.8.9-10
- (b5da34e) Ghostify /var/run and /var/spool
- (law: 42fdd6b) Increase release number

* Wed Dec 10 2014 law <a.lahin@ntcit-rosa.ru> 0.8.9-9
- (a8b9d9b) Increase release number

* Wed Dec 10 2014 law <a.lahin@ntcit-rosa.ru> 0.8.9-8
- (be7dfe2) Correct /run path in systemd-ask-password-plymouth
- (law: b524d63) Increase release number

* Wed Dec 03 2014 law <a.lahin@ntcit-rosa.ru> 0.8.9-7
- (b7555e5) Restore lost patch
- (law: db79eb5) Sync with import/rosa2014.1

* Tue Oct 07 2014 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 0.8.9-6
- (d82902c) Merge remote-tracking branch 'law/rosa2014.1' into current
- (d82902c) Conflicts:
- (d82902c) plymouth-0.8.3-move-mkinitrd-functions-under-root-lib.patch
- (alexanderlaw: 2f5f5dc) Perform autogen to build with automake 1.11

* Fri Sep 19 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 0.8.3-27
- (8aeca3e) MassBuild#518: Increase release tag

* Thu Aug 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.9-7
- (1a2b5ef) Spec cleanup, drop patch that added Conflicts with graphical.target for quit services

* Tue Aug 12 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.3-26
- (8d7b3ca) MassBuild#472: Increase release tag

* Tue Aug 12 2014 Alex Burmashev <alex.burmashev@gmail.com> 0.8.3-25
- (006316e) sync to certified branch, 12.08.2014

* Fri Jul 18 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.3-24
- (4791836) MassBuild#456: Increase release tag

* Tue Jul 01 2014 Alex Burmashev <alex.burmashev@gmail.com> 0.8.3-23
- (beadb78) sync to certified branch

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.9-6
- (3fdabb4) MassBuild#440: Increase release tag

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.9-5
- (5545ae3) MassBuild#430: Increase release tag

* Mon Feb 03 2014 akdengi <kazancas@mandriva.ru> 0.8.9-4
- (7840f1c) SILENT fix files
- (akdengi: 6be8e22) delete rhgb compact link and libkms

* Fri Jan 24 2014 akdengi <alexander.kazancev@rosalab.ru> 0.8.9-3
- (bdfb36e) Add pkgconfig(systemd) to BR
- (akdengi: f2f216b) fix build
- (akdengi: 1092525) Update to git 20130904 and add conflict with graphical target

* Fri Jan 10 2014 akdengi <kazancas@mandriva.ru> 0.8.9-2
- (4b15106) update to 0.8.9

* Fri Jan 10 2014 akdengi <kazancas@mandriva.ru> 0.8.6.1-7
- (12b8bc2) delete mageia spec
- (akdengi: 09e15e1) update service name and add some fix

* Thu Nov 14 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.3-24
- (2d26b2c) release up

* Tue Nov 20 2012 root <root@localhost.localdomain> 0.8.6.1-6
- (8c5251c) switched mkinitrd to dracut

* Thu Nov 15 2012 root <root@localhost.localdomain> 0.8.6.1-5
- (9fddf00) possible  fix to not quitting plymouth bug

* Thu Oct 04 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.6.1-4
- (9504e22) Added dracut to requires(post)

* Wed Oct 03 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.6.1-3
- (0cb6cd8) Updated plymouth.spec

* Tue Aug 14 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.8.6.1-2
- (253f5f5) Automatic import for version 0.8.6.1-2

* Wed Jul 18 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.8.6.1-1
- (95aed6f) Automatic import for version 0.8.6.1

* Mon Jul 09 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.8.5.1-1
- (52b96dd) Automatic import for version 0.8.5.1

* Tue Mar 27 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.8.4-3
- (80c2aad) Automatic import for version 0.8.4

* Wed Mar 21 2012 akdengi <kazancas@mandriva.ru> 0.8.3-23
- (8a625a5) enable systemd and drop tty7

* Thu Mar 15 2012 Alexander Kazancev <kazancas@mandriva.ru> 0.8.3-22
- (33eceb3) Updated plymouth.spec

* Thu Mar 15 2012 Alexander Kazancev <kazancas@mandriva.ru> 0.8.3-21
- (5ff1ff6) Updated plymouth.spec

* Thu Mar 15 2012 Alexander Kazancev <kazancas@mandriva.ru> 0.8.3-20
- (5c729e2) Updated plymouth.spec
- (Alexander Kazancev: cfd2963) Updated plymouth.spec

* Thu Mar 15 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.3-19
- (b4a169c) reverted previous change

* Thu Mar 15 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 0.8.3-18
- (21136d7) removed mkinitrd requires from script package

* Thu Mar 15 2012 Alexander Kazancev <kazancas@mandriva.ru> 0.8.3-17
- (4fe405b) Updated plymouth.spec

* Wed Mar 14 2012 Andrew Lukoshko <andrew.lukoshko@rosalab.ru> 0.8.3-15
- (e18e91d) update patch
- (Rosa: 9b816ad) Automatic import for version 0.8.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23782 |14mu|plymouth-theme-breeze-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname breeze-plymouth

Summary:	Breeze Plymouth theme
Name:		plymouth-theme-breeze
Version:	5.7.2
Release:	1
License:	GPLv3+
Group:		System/Kernel and hardware
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
# Requires ROSA logo to be added
Patch0:		breeze-plymouth-5.7.2-rosa-defaults.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(ply-splash-core)
Requires:	plymouth
Requires(post,postun):	plymouth-scripts

%description
This package contains Breeze Plymouth theme.

%files
%{_datadir}/plymouth/themes/breeze

%post
if [ -x %{_sbindir}/plymouth-set-default-theme ]; then
    export LIB=%{_lib}
    if [ $1 -eq 1 ]; then
        %{_sbindir}/plymouth-set-default-theme --rebuild-initrd breeze
    else
        THEME=$(%{_sbindir}/plymouth-set-default-theme)
        if [ "$THEME" == "text" -o "$THEME" == "breeze" ]; then
            %{_sbindir}/plymouth-set-default-theme --rebuild-initrd breeze
        fi
    fi
fi

%postun
export LIB=%{_lib}
if [ $1 -eq 0 -a -x %{_sbindir}/plymouth-set-default-theme ]; then
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "breeze" ]; then
        %{_sbindir}/plymouth-set-default-theme --reset --rebuild-initrd
    fi
fi

#----------------------------------------------------------------------------

%package -n plymouth-theme-breeze-text
Summary:	Text Breeze Plymouth theme
Group:		System/Kernel and hardware
Requires:	plymouth
Requires(post,postun):	plymouth-scripts

%description -n plymouth-theme-breeze-text
This package contains text Breeze Plymouth theme.

%files -n plymouth-theme-breeze-text
%{_datadir}/plymouth/themes/breeze-text
%{_libdir}/plymouth/breeze-text.so

%post -n plymouth-theme-breeze-text
if [ -x %{_sbindir}/plymouth-set-default-theme ]; then
    export LIB=%{_lib}
    if [ $1 -eq 1 ]; then
        %{_sbindir}/plymouth-set-default-theme --rebuild-initrd breeze-text
    else
        THEME=$(%{_sbindir}/plymouth-set-default-theme)
        if [ "$THEME" == "text" -o "$THEME" == "breeze-text" ]; then
            %{_sbindir}/plymouth-set-default-theme --rebuild-initrd breeze-text
        fi
    fi
fi

%postun -n plymouth-theme-breeze-text
export LIB=%{_lib}
if [ $1 -eq 0 -a -x %{_sbindir}/plymouth-set-default-theme ]; then
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "breeze-text" ]; then
        %{_sbindir}/plymouth-set-default-theme --reset --rebuild-initrd
    fi
fi

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1

%build
%cmake_kde5

%install
%makeinstall_std -C build


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (0f7ce77) Re-diff rosa-defaults patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23783 |14mu|pnputils-0.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dump resource information for PnP devices
Name:		pnputils
Version:	0.1
Release:	10
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		ftp://ftp.kernel.org/pub/linux/kernel/people/helgaas/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		pnputils-0.1-destdir.patch
Requires:	ldetect-lst

%description
A utility for dumping resource information for PnP devices.

%files
%doc ChangeLog
/sbin/lspnp
/sbin/setpnp
%{_mandir}/man8/*.8*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .destdir

%build
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

#packaged as part of ldetect-lst
rm -f %{buildroot}%{_datadir}/misc/pnp.ids


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-10
- (80c5ab8) Build with system optflags
- (80c5ab8) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23784 |14mu|po4a-0.47-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool maintaining translations anywhere
Name:		po4a
Version:	0.47
Release:	1
Group:		System/Internationalization
License:	GPLv2+
URL:		http://alioth.debian.org/projects/po4a/
Source0:	https://alioth.debian.org/frs/download.php/file/4142/%{name}-%{version}.tar.gz
BuildRequires:	perl(Locale::gettext) >= 1.01
BuildRequires:	perl(Module::Build)
BuildRequires:	perl-SGMLSpm
# FIXME: duplicated in texlive-latex-web-companion
#BuildRequires:	perl(SGMLS) >= 1.03ii
BuildRequires:	perl(Term::ReadKey)
BuildRequires:	perl(Text::WrapI18N)
BuildRequires:	perl(Unicode::GCString)
BuildRequires:	perl-devel
BuildRequires:	xsltproc docbook-style-xsl
BuildRequires:	gettext
Requires:	gettext
BuildArch:	noarch

%description
The po4a (po for anything) project goal is to ease translations (and
more interestingly, the maintenance of translations) using gettext
tools on areas where they were not expected like documentation.

%prep
%setup -q

%build
perl Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot}

%find_lang %{name} --with-man --all-name

%files -f %{name}.lang
%doc README* COPYING TODO
%{_bindir}/po4a*
%{_bindir}/msguntypot
%{perl_vendorlib}/Locale/Po4a
%{_mandir}/man[1375]/*.[1375]*

%changelog

* Mon Jan 11 2016 dsilakov <denis.silakov@rosalab.ru> 0.47-1
- (888e237) Merge pull request #1 from import/po4a:auto_update
- (888e237) Updated to 0.47 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23785 |14mu|polari-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:		polari
Version:	3.16.1
Release:	1
Summary:	Internet Relay Chat client for GNOME
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
URL:		https://wiki.gnome.org/Apps/Polari
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 1.35.9
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.9.12
BuildRequires:	pkgconfig(telepathy-glib)
BuildRequires:	gsettings-desktop-schemas
BuildRequires:	desktop-file-utils
BuildRequires:	gjs
Requires:	gsettings-desktop-schemas
Requires:	telepathy-logger
Requires:	telepathy-mission-control
Requires:	telepathy-idle
Requires:	gjs


%description
Polari is an Internet Relay Chat client for the GNOME desktop.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

find %{buildroot} -name '*.la' -delete

%find_lang %{name}

%files -f %{name}.lang
%doc COPYING AUTHORS NEWS
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/dbus-1/services/org.gnome.Polari.service
%{_datadir}/applications/org.gnome.Polari.desktop
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/%{name}
%{_iconsdir}/*/*/*/*
%{_datadir}/appdata/org.gnome.Polari.appdata.xml
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Polari.service
%{_datadir}/telepathy/clients/Polari.client

%changelog

* Thu Apr 16 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-1
- (d495f1d) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23786 |14mu|polkit-0.113-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1
%define major 0
%define gir_major 1.0
%define libname %mklibname %{name} %{api} %{major}
%define girname %mklibname %{name}-gir %{gir_major}
%define devname %mklibname %{name} %{api} -d

Summary:	PolicyKit Authorization Framework
Name:		polkit
Version:	0.113
Release:	2
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://www.freedesktop.org/wiki/Software/PolicyKit
Source0:	http://www.freedesktop.org/software/polkit/releases/%{name}-%{version}.tar.gz
Patch0:		polkit-0.113-ABF-workaround.patch
Patch1:		CVE-2018-19788.patch
BuildRequires:	gtk-doc
BuildRequires:	intltool
# (cg) Only needed due to patches+autoconf
BuildRequires:	gettext-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(mozjs185)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(systemd)
Requires:	dbus
Requires(pre,postun):	rpm-helper
Obsoletes:	PolicyKit <= 0.10
Provides:	PolicyKit = 0.11
# polkit saw some API/ABI changes from 0.96 to 0.97 so require a
# sufficiently new polkit-gnome package
Conflicts:	polkit-gnome < 0.97
Obsoletes:	polkit-desktop-policy < 0.103
Provides:	polkit-desktop-policy = 0.103

%description
PolicyKit is a toolkit for defining and handling authorizations.
It is used for allowing unprivileged processes to speak to privileged
processes.

%files -f polkit-1.lang
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
%{_sysconfdir}/pam.d/polkit-1
%{_bindir}/pkaction
%{_bindir}/pkcheck
%{_bindir}/pkttyagent
%{_bindir}/pk-example-frobnicate
%{_systemunitdir}/polkit.service
%dir %{_prefix}/lib/polkit-1
%{_prefix}/lib/polkit-1/polkitd
%{_datadir}/dbus-1/system-services/*
%dir %{_datadir}/polkit-1/
%dir %{_datadir}/polkit-1/actions
%{_datadir}/polkit-1/actions/org.freedesktop.policykit.policy
%{_datadir}/polkit-1/actions/org.freedesktop.policykit.examples.pkexec.policy
%attr(700,polkitd,root) %dir %{_datadir}/polkit-1/rules.d
%attr(700,polkitd,root) %{_sysconfdir}/polkit-1/rules.d
%dir %{_sysconfdir}/polkit-1
#%{_sysconfdir}/polkit-1/rules.d/50-default.rules
%{_mandir}/man1/*
%{_mandir}/man8/*

# see upstream docs for why these permissions are necessary
%attr(4755,root,root) %{_bindir}/pkexec
%attr(4755,root,root) %{_prefix}/lib/polkit-1/polkit-agent-helper-1

%pre
%_pre_useradd polkitd %{_prefix}/lib/polkit-1 /sbin/nologin

%postun
%_postun_userdel polkitd

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	PolicyKit Authorization Framework
Group:		System/Libraries

%description -n %{libname}
This package contains the shared libraries of %{name}.

%files -n %{libname}
%{_libdir}/lib*-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface library for %{name}
Group:		System/Libraries
Conflicts:	polkit < 0.104-3

%description -n %{girname}
GObject Introspection interface library for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Polkit*-%{gir_major}.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for PolicyKit
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(glib-2.0)
Provides:	polkit-%{api}-devel = %{EVRD}
Obsoletes:	PolicyKit-devel <= 0.10
Provides:	PolicyKit-devel = 0.11

%description -n %{devname}
Development files for PolicyKit.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/*.gir
%{_datadir}/gtk-doc/html/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x \
	--enable-gtk-doc \
	--disable-static \
	--libexecdir=%{_libexecdir}/polkit-1 \
	--enable-introspection \
	--enable-systemd=yes \
	--enable-libsystemd-login=yes

%make

%install
%makeinstall_std
# (cg) Make the rules dir (this is where other packages should ship their rules)
mkdir -p %{buildroot}%{_datadir}/polkit-1/rules.d

%find_lang polkit-1 polkit-1.lang


%changelog

* Sat Dec 29 2018 Mikhail Novosyolov <m.novosyolov@rosalinux.ru> 0.113-2
- (66943a9) backport fix of CVE-2018-19788



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23787 |14mu|polkit-kde-agent-1-kf5-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname polkit-kde-agent-1

Summary:	Plasma 5 PolicyKit authentication agent
Name:		%{oname}-kf5
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{oname}-%{version}.tar.xz
Patch0:		polkit-kde-agent-1-5.7.2-polkit-qt5.patch
Patch1:		polkit-kde-agent-1-5.7.2-rename-translations.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5crash-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	pkgconfig(polkit-qt5-1)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
Provides:	polkit-agent

%description
Plasma 5 PolicyKit authentication agent.

%files -f polkit-kde-authentication-agent-1_5.lang
%{_kde5_autostart}/polkit-kde-authentication-agent-1.desktop
%{_kde5_libexecdir}/polkit-kde-authentication-agent-1
%{_kde5_notificationsdir}/policykit1-kde.notifyrc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1

for oldlang in po/*/*.po
do
    newlang=`echo $oldlang | sed s,\.po$,_5\.po,g`
    mv $oldlang $newlang
done

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang polkit-kde-authentication-agent-1_5


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (2701aed) Re-diff patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23788 |14mu|polkit-qt5-1-0.103.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1

Summary:	Library that allows developer to access PolicyKit-1 API
Name:		polkit-qt5-1
Version:	0.103.1
Release:	6
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://projects.kde.org/projects/kdesupport/polkit-qt-1
Source0: 	%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	qmake5
BuildRequires:	pkgconfig(polkit-agent-1)
BuildRequires:	qt5-devel

%description
Polkit-qt is a library that allows developer to access PolicyKit-1
API with a nice Qt-style API.

#-----------------------------------------------------------------------------
%define libpolkit_qt5_core_1 %mklibname polkit-qt5-core-1_ %{major}

%package -n %{libpolkit_qt5_core_1}
Summary:	Polkit-Qt core library
Group:		System/Libraries

%description -n %{libpolkit_qt5_core_1}
Polkit-Qt core library.

%files -n %{libpolkit_qt5_core_1}
%{_libdir}/libpolkit-qt5-core-1.so.%{major}*

#-----------------------------------------------------------------------------
%define libpolkit_qt5_gui_1 %mklibname polkit-qt5-gui-1_ %{major}

%package -n %{libpolkit_qt5_gui_1}
Summary:	Polkit-Qt core library
Group:		System/Libraries

%description -n %{libpolkit_qt5_gui_1}
Polkit-Qt core library.

%files -n %{libpolkit_qt5_gui_1}
%{_libdir}/libpolkit-qt5-gui-1.so.%{major}*

#-----------------------------------------------------------------------------
%define libpolkit_qt5_agent_1 %mklibname polkit-qt5-agent-1_ %{major}

%package -n %{libpolkit_qt5_agent_1}
Summary:	Polkit-Qt core library
Group:		System/Libraries

%description -n %{libpolkit_qt5_agent_1}
Polkit-Qt core library.

%files -n %{libpolkit_qt5_agent_1}
%{_libdir}/libpolkit-qt5-agent-1.so.%{major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Devel stuff for polkit-Qt
Group:		Development/KDE and Qt
Requires:	%{libpolkit_qt5_core_1} = %{EVRD}
Requires:	%{libpolkit_qt5_gui_1} = %{EVRD}
Requires:	%{libpolkit_qt5_agent_1} = %{EVRD}
Conflicts:	polkit-qt-1-devel

%description devel
This package contains header files needed if you wish to build applications
based on %{name}.

%files devel
%{_includedir}/polkit-qt-1
%{_libdir}/libpolkit-qt5-agent-1.so
%{_libdir}/libpolkit-qt5-core-1.so
%{_libdir}/libpolkit-qt5-gui-1.so
%{_libdir}/pkgconfig/polkit-qt5-1.pc
%{_libdir}/pkgconfig/polkit-qt5-agent-1.pc
%{_libdir}/pkgconfig/polkit-qt5-core-1.pc
%{_libdir}/pkgconfig/polkit-qt5-gui-1.pc
%{_libdir}/cmake/PolkitQt5-1/*.cmake

#-----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt5 
%make

%install
%makeinstall_std -C build


%changelog
* Tue Feb 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.103.1-6
+ Revision: 8f52a50
- Add Conflicts with Qt4 version for devel package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23789 |14mu|poly2tri-1.0-0.20130501.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define date    20130501

%define major   1
%define minor   0
%define soname  %{major}.%{minor}
%define libname %mklibname %{name} %{soname}
%define devname %mklibname %{name} -d

Summary:	A 2D constrained Delaunay triangulation library
Name:		poly2tri
Version:	1.0
Release:	0.%{date}.7
License:	BSD
Group:		Development/Other
Url:		https://code.google.com/p/%{name}
# hg clone %%{url}
# rm -rf %%{name}/.hg
# tar -pczf %%{name}-%%{date}.tar.gz %%{name}
Source0:	%{name}-%{date}.tar.gz
# The Makefile was created for purposes of this package
# Upstream provides WAF, but it builds example apps and not the library
Source1:	%{name}-Makefile
BuildRequires:	pkgconfig(gl)

%description
Library based on the paper "Sweep-line algorithm for constrained Delaunay
triangulation" by V. Domiter and and B. Zalik.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A 2D constrained Delaunay triangulation library
Group:		System/Libraries

%description -n %{libname}
Library based on the paper "Sweep-line algorithm for constrained Delaunay
triangulation" by V. Domiter and and B. Zalik.

%files -n %{libname}
%doc AUTHORS LICENSE README
%{_libdir}/lib%{name}.so.%{major}
%{_libdir}/lib%{name}.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%doc AUTHORS LICENSE README
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
cp %{SOURCE1} %{name}/Makefile

iconv -f iso8859-1 -t utf-8 AUTHORS > AUTHORS.conv && \
touch -r AUTHORS AUTHORS.conv && \
mv AUTHORS.conv AUTHORS

%build
CFLAGS="%{optflags}" %make -C %{name}

%install
install -Dpm0755 %{name}/lib%{name}.so.%{soname} %{buildroot}%{_libdir}/lib%{name}.so.%{soname}
ln -s lib%{name}.so.%{soname} %{buildroot}%{_libdir}/lib%{name}.so.%{major}
ln -s lib%{name}.so.%{soname} %{buildroot}%{_libdir}/lib%{name}.so

for H in %{name}/*/*.h %{name}/*.h; do
  install -Dpm0644 $H %{buildroot}%{_includedir}/$H
done

# Add a pkgconfig entry
cat > %{name}.pc << EOF
prefix=%{_prefix}
libdir=%{_libdir}
includedir=%{_includedir}

Name: %{name}
Description: A 2D constrained Delaunay triangulation library
Version: 1.0-%{date}

Requires:
Libs: -L\${libdir} -l%{name}
Cflags: -I\${includedir}/%{name}
EOF

install -D -m644 %{name}.pc %{buildroot}%{_libdir}/pkgconfig/%{name}.pc


%changelog

* Tue Sep 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-0.20130501.7
- (a667dae) Adjust spec style (minor cosmetic changes)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23790 |14mu|poppler-0.26.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		46
%define glibmajor	8
%define qt3major	3
%define qt4major	4
%define cppmajor	0
%define girmajor	0.18
%define libname		%mklibname %{name} %{major}
%define libnameglib	%mklibname %{name}-glib %{glibmajor}
%define libnameqt4	%mklibname %{name}-qt4- %{qt4major}
%define libnameqt	%mklibname %{name}-qt %{qt3major}
%define libnamecpp	%mklibname %{name}-cpp %{cppmajor}
%define girname		%mklibname %{name}-gir %{girmajor}
%define libnamedev	%mklibname -d %{name}
%define libnameglibdev	%mklibname -d %{name}-glib
%define libnameqtdev	%mklibname -d %{name}-qt
%define libnameqt4dev	%mklibname -d %{name}-qt4
%define libnamecppdev	%mklibname -d %{name}-cpp

Summary:	PDF rendering library
Name:		poppler
Version:	0.26.2
Release:	1
License:	GPLv2+
Group:		Office
Url:		http://poppler.freedesktop.org
Source0:	http://poppler.freedesktop.org/%{name}-%{version}.tar.xz
# https://bugzilla.redhat.com/show_bug.cgi?id=1164389
Patch0:		poppler-0.26.2-pdfdetach.patch

Patch1:		poppler-0.26.2-fofitype1.patch
Patch2:		poppler-0.26.2-pdfdoc-getpage.patch
Patch3:		poppler-0.26.2-xref-getentry.patch

## upstreamable patches
# fix configure checks for moc versions
Patch50:	poppler-0.24.2-mocversiongrep.patch
Patch99:	poppler-0.18.4-linkage.patch

BuildRequires:	gtk-doc
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(cairo) >= 1.8.4
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(lcms2)

%description
Poppler is a PDF rendering library based on the xpdf-3.0 code base.

%package -n %{libname}
Summary:	PDF rendering library
Group:		System/Libraries
Conflicts:	%{_lib}poppler12
Suggests:	poppler-data

%description -n %{libname}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.

%package -n %{girname}
Summary:	GObject Introspection interface library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}poppler25 < 0.20.0-1
Conflicts:	%{_lib}poppler19 < 0.18.4-3

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{libnamedev}
Summary:	Development files for %{name}
Group:		Development/C++
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Obsoletes:	%{libname}-devel < 0.20.2

%description -n %{libnamedev}
Development files for %{name}

%package -n %{libnameqt}
Summary:	PDF rendering library - QT backend
Group:		System/Libraries

%description -n %{libnameqt}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
This is the QT backend version.

%package -n %{libnamecpp}
Summary:	PDF rendering library - C++ backend
Group:		System/Libraries

%description -n %{libnamecpp}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
This is the C++ backend version.

%package  -n %{libnameqt4dev}
Summary:	Development files for %{name}-qt4
Group:		Development/C++
Provides:	lib%{name}-qt4-devel = %{version}
Requires:	%{libnameqt4} = %{version}
Requires:	%{libnamedev} = %{version}
Obsoletes:	%{libnameqt4}-devel < 0.20.2

%description -n %{libnameqt4dev}
Development files for %{name}-qt4

%package -n %{libnameqt4}
Summary:	PDF rendering library - QT4 backend
Group:		System/Libraries

%description -n %{libnameqt4}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
This is the QT backend version.

%package -n %{libnameglib}
Summary:	PDF rendering library - glib binding
Group:		System/Libraries
Conflicts:	%{libname} < %{version}-%{release}

%description -n %{libnameglib}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.

%package -n %{libnameglibdev}
Summary:	Development files for %{name}'s glib binding
Group:		Development/C++
Provides:	lib%{name}-glib-devel = %{version}
Requires:	%{libnameglib} = %{version}
Requires:	%{libnamedev} = %{version}
Conflicts:	%{libnamedev} < %{version}-%{release}
Obsoletes:	%{libnameglib}-devel < 0.20.2

%description -n %{libnameglibdev}
Development files for %{name}'s glib binding.

%package glib-demo
Summary:	Tool demonstrating %{libnameglib}
Group:		Development/C++
Requires:	%{libnameglib} = %{version}-%{release}
BuildRequires:	pkgconfig(gtk+-3.0) pkgconfig(gdk-pixbuf-2.0)

%description glib-demo
Tool demonstrating %{libnameglib} by retrieving
information about PDF files and displaying them

%package -n %{libnamecppdev}
Summary:	Development files for %{name}-cpp
Group:		Development/C++
Provides:	lib%{name}-cpp-devel = %{version}
Requires:	%{libnamecpp} = %{version}
Requires:	%{libnamedev} = %{version}

%description -n %{libnamecppdev}
Development files for %{name}-cpp

%prep
%setup -q
%apply_patches

#needed by patch2
libtoolize --force
autoheader
aclocal
automake -a --add-missing
autoconf

%build
export CPPFLAGS="-I%{_includedir}/freetype2"
export PATH="%qt4dir/bin:${PATH}"

%configure2_5x \
	--enable-cairo-output \
	--enable-poppler-qt4 \
	--disable-poppler-qt \
	--enable-xpdf-headers \
	--enable-gtk-doc
%make

%install
%makeinstall_std
cp -a config.h %{buildroot}%{_includedir}/poppler/

%files
%doc AUTHORS COPYING NEWS README
%{_bindir}/*
%exclude %{_bindir}/poppler-glib-demo
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libpoppler.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Poppler-0.18.typelib

%files -n %{libnamedev}
%{_libdir}/libpoppler.so
%attr(644,root,root) %{_libdir}/libpoppler.*a
%dir %{_includedir}/poppler
%{_includedir}/poppler/config.h
%{_includedir}/poppler/[A-Z]*
%{_includedir}/poppler/fofi
%{_includedir}/poppler/goo
%{_includedir}/poppler/splash
%{_includedir}/poppler/poppler-config.h
%{_libdir}/pkgconfig/poppler-cairo.pc
%{_libdir}/pkgconfig/poppler-splash.pc
%{_libdir}/pkgconfig/poppler.pc
%{_datadir}/gtk-doc/html/%{name}
%{_datadir}/gir-1.0/Poppler-0.18.gir

%files -n %{libnameglib}
%{_libdir}/libpoppler-glib.so.%{glibmajor}*

%files glib-demo
%{_bindir}/poppler-glib-demo

%files -n %{libnameglibdev}
%attr(644,root,root) %{_libdir}/libpoppler-glib.*a
%{_libdir}/libpoppler-glib.so
%{_libdir}/pkgconfig/poppler-glib.pc
%{_includedir}/poppler/glib

%files -n %{libnameqt4dev}
%{_includedir}/poppler/qt4
%{_libdir}/pkgconfig/poppler-qt4.pc
%{_libdir}/libpoppler-qt4.so
%attr(644,root,root) %{_libdir}/libpoppler-qt4.*a

%files -n %{libnameqt4}
%{_libdir}/libpoppler-qt4.so.%{qt4major}*

%files -n %{libnamecpp}
%{_libdir}/libpoppler-cpp.so.%{cppmajor}*

%files -n %{libnamecppdev}
%{_libdir}/libpoppler-cpp.so
%attr(644,root,root) %{_libdir}/libpoppler-cpp.*a
%{_libdir}/pkgconfig/poppler-cpp.pc
%{_includedir}/poppler/cpp


%changelog
* Sun Mar 08 2015 Tigro <ashejn@gmail.com> 0.26.2-1
+ Revision: e3cc578
- bump major



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23791 |14mu|poppler-0.32.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		51
%define glibmajor	8
%define qt5major	1
%define qt4major	4
%define cppmajor	0
%define girmajor	0.18
%define libname		%mklibname %{name} %{major}
%define libnameglib	%mklibname %{name}-glib %{glibmajor}
%define libnameqt4	%mklibname %{name}-qt4- %{qt4major}
%define libnameqt5	%mklibname %{name}-qt5- %{qt5major}
%define libnamecpp	%mklibname %{name}-cpp %{cppmajor}
%define girname		%mklibname %{name}-gir %{girmajor}
%define libnamedev	%mklibname -d %{name}
%define libnameglibdev	%mklibname -d %{name}-glib
%define libnameqt5dev	%mklibname -d %{name}-qt5
%define libnameqt4dev	%mklibname -d %{name}-qt4
%define libnamecppdev	%mklibname -d %{name}-cpp

Summary:	PDF rendering library
Name:		poppler
Version:	0.32.0
Release:	3
License:	GPLv2+
Group:		Office
Url:		http://poppler.freedesktop.org
Source0:	http://poppler.freedesktop.org/%{name}-%{version}.tar.xz

# https://bugzilla.redhat.com/show_bug.cgi?id=1185007
Patch0:  poppler-0.30.0-rotated-words-selection.patch

## upstreamable patches
# fix configure checks for moc versions
Patch50: poppler-0.24.2-mocversiongrep.patch

# Backport from upstream
Patch51: poppler-0.32.0-fdo-93476.patch

BuildRequires:	gtk-doc
BuildRequires:	curl-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(cairo) >= 1.8.4
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(QtXml)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
Poppler is a PDF rendering library based on the xpdf-3.0 code base.

%package -n %{libname}
Summary:	PDF rendering library
Group:		System/Libraries
Conflicts:	%{_lib}poppler12
Suggests:	poppler-data

%description -n %{libname}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.

%package -n %{girname}
Summary:	GObject Introspection interface library for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}poppler25 < 0.20.0-1
Conflicts:	%{_lib}poppler19 < 0.18.4-3

%description -n %{girname}
GObject Introspection interface library for %{name}.

%package -n %{libnamedev}
Summary:	Development files for %{name}
Group:		Development/C++
Provides:	lib%{name}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Obsoletes:	%{libname}-devel < 0.20.2

%description -n %{libnamedev}
Development files for %{name}

%package  -n %{libnameqt4dev}
Summary:	Development files for %{name}-qt4
Group:		Development/C++
Provides:	lib%{name}-qt4-devel = %{version}
Requires:	%{libnameqt4} = %{version}
Requires:	%{libnamedev} = %{version}
Obsoletes:	%{libnameqt4}-devel < 0.20.2

%description -n %{libnameqt4dev}
Development files for %{name}-qt4

%package  -n %{libnameqt5dev}
Summary:	Development files for %{name}-qt5
Group:		Development/C++
Provides:	lib%{name}-qt5-devel = %{version}
Requires:	%{libnameqt5} = %{version}
Requires:	%{libnamedev} = %{version}
Obsoletes:	%{libnameqt5}-devel < 0.20.2

%description -n %{libnameqt4dev}
Development files for %{name}-qt5


%package -n %{libnameqt5}
Summary:	PDF rendering library - QT5 backend
Group:		System/Libraries

%description -n %{libnameqt5}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
This is the QT5 backend version.

%package -n %{libnamecpp}
Summary:	PDF rendering library - C++ backend
Group:		System/Libraries

%description -n %{libnamecpp}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
This is the C++ backend version.

%package -n %{libnameqt4}
Summary:	PDF rendering library - QT4 backend
Group:		System/Libraries

%description -n %{libnameqt4}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
This is the QT backend version.

%package -n %{libnameglib}
Summary:	PDF rendering library - glib binding
Group:		System/Libraries
Conflicts:	%{libname} < %{version}-%{release}

%description -n %{libnameglib}
Poppler is a PDF rendering library based on the xpdf-3.0 code base.

%package -n %{libnameglibdev}
Summary:	Development files for %{name}'s glib binding
Group:		Development/C++
Provides:	lib%{name}-glib-devel = %{version}
Requires:	%{libnameglib} = %{version}
Requires:	%{libnamedev} = %{version}
Conflicts:	%{libnamedev} < %{version}-%{release}
Obsoletes:	%{libnameglib}-devel < 0.20.2

%description -n %{libnameglibdev}
Development files for %{name}'s glib binding.

%package glib-demo
Summary:	Tool demonstrating %{libnameglib}
Group:		Development/C++
Requires:	%{libnameglib} = %{version}-%{release}
BuildRequires:	pkgconfig(gtk+-3.0) pkgconfig(gdk-pixbuf-2.0)

%description glib-demo
Tool demonstrating %{libnameglib} by retrieving
information about PDF files and displaying them

%package -n %{libnamecppdev}
Summary:	Development files for %{name}-cpp
Group:		Development/C++
Provides:	lib%{name}-cpp-devel = %{version}
Requires:	%{libnamecpp} = %{version}
Requires:	%{libnamedev} = %{version}

%description -n %{libnamecppdev}
Development files for %{name}-cpp

%prep
%setup -q
%apply_patches

#needed by patch2
libtoolize --force
autoheader
aclocal
automake -a --add-missing
autoconf

%build
export CPPFLAGS="-I%{_includedir}/freetype2 -I%{_includedir}/openjpeg-1.5"
export PATH="%{qt4dir}/bin:${PATH}"

%configure2_5x \
	--disable-silent-rules \
	--disable-static \
	--enable-libjpeg \
	--enable-cairo-output \
	--enable-poppler-qt4 \
	--enable-poppler-qt5 \
	--disable-poppler-qt \
	--enable-xpdf-headers \
	--enable-gtk-doc \
	--enable-zlib \
	--enable-libcurl \
	--enable-introspection=yes


%make

%install
%makeinstall_std
cp -a config.h %{buildroot}%{_includedir}/poppler/

%files
%doc AUTHORS COPYING NEWS README
%{_bindir}/*
%exclude %{_bindir}/poppler-glib-demo
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/libpoppler.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Poppler-0.18.typelib

%files -n %{libnamedev}
%{_libdir}/libpoppler.so
%dir %{_includedir}/poppler
%{_includedir}/poppler/config.h
%{_includedir}/poppler/[A-Z]*
%{_includedir}/poppler/fofi
%{_includedir}/poppler/goo
%{_includedir}/poppler/splash
%{_includedir}/poppler/poppler-config.h
%{_libdir}/pkgconfig/poppler-cairo.pc
%{_libdir}/pkgconfig/poppler-splash.pc
%{_libdir}/pkgconfig/poppler.pc
%{_datadir}/gtk-doc/html/%{name}
%{_datadir}/gir-1.0/Poppler-0.18.gir

%files -n %{libnameglib}
%{_libdir}/libpoppler-glib.so.%{glibmajor}*

%files glib-demo
%{_bindir}/poppler-glib-demo

%files -n %{libnameglibdev}
%{_libdir}/libpoppler-glib.so
%{_libdir}/pkgconfig/poppler-glib.pc
%{_includedir}/poppler/glib

%files -n %{libnameqt4dev}
%{_includedir}/poppler/qt4
%{_libdir}/pkgconfig/poppler-qt4.pc
%{_libdir}/libpoppler-qt4.so

%files -n %{libnameqt4}
%{_libdir}/libpoppler-qt4.so.%{qt4major}*

%files -n %{libnameqt5dev}
%{_includedir}/poppler/qt5
%{_libdir}/pkgconfig/poppler-qt5.pc
%{_libdir}/libpoppler-qt5.so

%files -n %{libnameqt5}
%{_libdir}/libpoppler-qt5.so.%{qt5major}*

%files -n %{libnamecpp}
%{_libdir}/libpoppler-cpp.so.%{cppmajor}*

%files -n %{libnamecppdev}
%{_libdir}/libpoppler-cpp.so
%{_libdir}/pkgconfig/poppler-cpp.pc
%{_includedir}/poppler/cpp


%changelog

* Wed Oct 19 2016 Denis Silakov <dsilakov@gmail.com> 0.32.0-3
- (7bac7f6) Enable libcurl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23792 |14mu|popt-1.16-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	libname	%mklibname %{name} %{major}
%define	devname	%mklibname %{name} -d

%bcond_with	uclibc

Summary:	C library for parsing command line parameters
Name:		popt
Version:	1.16
Release:	14
Epoch:		1
License:	MIT
Group:		System/Libraries
Url:		http://rpm5.org/files/popt/
Source0:	http://rpm5.org/files/popt/%{name}-%{version}.tar.gz
Patch0:		popt-1.16-pkgconfig-libdir.patch
Patch1:		popt-1.16-remove-dead-autofoo-crap.patch
Patch2:		popt-1.16-automake-1.13.patch
BuildRequires:	gettext
%if %{with uclibc}
BuildRequires:	uClibc-devel >= 0.9.33.2-16
%endif

%description
Popt is a C library for parsing command line parameters. Popt was
heavily influenced by the getopt() and getopt_long() functions, but
it improves on them by allowing more powerful argument expansion.
Popt can parse arbitrary argv[] style arrays and automatically set
variables based on command line arguments. Popt allows command line
arguments to be aliased via configuration files and includes utility
functions for parsing arbitrary strings into argv[] arrays using
shell-like rules.

%package -n	%{libname}
Summary:	Main %{name} library
Group:		System/Libraries
Requires:	%{name}-data = %{EVRD}
Provides:	%{name} = %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with the %{name} library.

%package -n	uclibc-%{libname}
Summary:	Main %{name} library (uClibc linked)
Group:		System/Libraries
Requires:	%{name}-data = %{EVRD}

%description -n uclibc-%{libname}
This package contains the library needed to run programs dynamically
linked with the %{name} library.

%package -n	%{devname}
Summary:	Development headers and libraries for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
%if %{with uclibc}
Requires:	uclibc-%{libname} = %{EVRD}
%endif
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname} 
This package contains the header files and libraries needed for
developing programs using the %{name} library.

%package	data
Summary:	Data files for %{name}
Group:		System/Libraries
BuildArch:	noarch

%description	data
This package contains popt data files like locales.

%prep
%setup -q
%apply_patches
autoheader
aclocal
automake -a
autoconf
autoreconf -fi

%build
CONFIGURE_TOP="$PWD"
%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%uclibc_configure \
		--disable-rpath
%make
popd
%endif

mkdir -p system
pushd system
%configure2_5x	--disable-rpath
%make
popd

%install
%if %{with uclibc}
%makeinstall_std -C uclibc
mkdir -p %{buildroot}%{uclibc_root}/%{_lib}
mv %{buildroot}%{uclibc_root}%{_libdir}/libpopt.so.%{major}* %{buildroot}%{uclibc_root}/%{_lib}
ln -srf %{buildroot}%{uclibc_root}/%{_lib}/libpopt.so.%{major}.* %{buildroot}%{uclibc_root}%{_libdir}/libpopt.so

rm -r %{buildroot}%{uclibc_root}%{_libdir}/pkgconfig
%endif

%makeinstall_std -C system
mkdir -p %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/libpopt.so.%{major}* %{buildroot}/%{_lib}
ln -srf %{buildroot}/%{_lib}/libpopt.so.%{major}.* %{buildroot}%{_libdir}/libpopt.so

%find_lang %{name}

%files -n %{libname}
%doc README CHANGES
/%{_lib}/libpopt.so.%{major}*

%if %{with uclibc}
%files -n uclibc-%{libname}
%doc README CHANGES
%{uclibc_root}/%{_lib}/libpopt.so.%{major}*
%endif

%files -n %{devname}
%{_includedir}/popt.h
%{_libdir}/pkgconfig/popt.pc
%{_libdir}/libpopt.a
%{_libdir}/libpopt.so
%if %{with uclibc}
%{uclibc_root}%{_libdir}/libpopt.a
%{uclibc_root}%{_libdir}/libpopt.so
%endif
%{_mandir}/man3/popt.3*

%files data -f %{name}.lang

%changelog
* Thu Oct 30 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1:1.16-14
+ Revision: 1cbbf0f
- Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23793 |14mu|portreserve-0.0.5-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	TCP port reservation utility
Name:		portreserve
Version:	0.0.5
Release:	10
License:	GPLv2+
Group:		System/Base
Url:		http://cyberelk.net/tim/portreserve/
Source0:	http://cyberelk.net/tim/data/portreserve/stable/%{name}-%{version}.tar.bz2
Source1:	http://cyberelk.net/tim/data/portreserve/stable/%{name}-%{version}.tar.bz2.sig
Source2:	portreserve.service
Patch0:		portreserve-pid-file.patch
Patch1:		portreserve-0.0.0-socket_dir.diff
Patch2:		portreserve-0.0.5-docbook-dtd45.patch
BuildRequires:	docbook-dtd45-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	xmlto
Requires(preun,post):	rpm-helper

%description
The portreserve program aims to help services with well-known ports that lie in
the portmap range.  It prevents portmap from a real service's port by occupying
it itself, until the real service tells it to release the port (generally in
the init script).

%files
%doc AUTHORS COPYING ChangeLog NEWS README
%dir %attr(0711,root,root) %{_localstatedir}/lib/%{name}
%dir %attr(0711,root,root) %{_sysconfdir}/%{name}
%{_unitdir}/%{name}.service
%attr(0755,root,root) /sbin/*
%{_mandir}/man1/*

%preun
%_preun_service %{name}

%post
%_post_service %{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

cp %{SOURCE2} portreserve-mandriva.init
autoreconf

%build
%configure2_5x \
	--sbindir=/sbin

%make

%install
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_localstatedir}/lib/%{name}
install -d %{buildroot}%{_mandir}/man1

%makeinstall_std
install -m644 %{SOURCE2} -D %{buildroot}%{_unitdir}/%{name}.service
install -m0644 doc/portrelease.1 %{buildroot}%{_mandir}/man1/
install -m0644 doc/portreserve.1 %{buildroot}%{_mandir}/man1/


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.5-10
- (c9d2cb9) Build with docbook-dtd45-xml
- (c9d2cb9) Adjust spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23794 |14mu|postfix-2.10.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define major 1
%define	libdns %mklibname %{name}-dns %{major}
%define	libglobal %mklibname %{name}-global %{major}
%define	libmaster %mklibname %{name}-master %{major}
%define	libutil %mklibname %{name}-util %{major}
%define	libtls %mklibname %{name}-tls %{major}
%define	libmilter %mklibname %{name}-milter %{major}
%define	libxsasl %mklibname %{name}-xsasl %{major}
%define sendmail_command %{_sbindir}/sendmail.postfix

%define post_install_parameters	daemon_directory=%{_libdir}/postfix command_directory=%{_sbindir} queue_directory=%{queue_directory} sendmail_path=%{sendmail_command} newaliases_path=%{_bindir}/newaliases mailq_path=%{_bindir}/mailq mail_owner=postfix setgid_group=%{maildrop_group} manpage_directory=%{_mandir} readme_directory=%{_docdir}/%{name}/README_FILES html_directory=%{_docdir}/%{name}/html data_directory=/var/lib/postfix

# use bcond_with if default is disabled
# use bcond_without if default is enabled
# built
%bcond_without ldap
%bcond_without mysql
%bcond_without pgsql
%bcond_without sqlite
%bcond_without pcre
%bcond_without sasl
%bcond_without tls
%bcond_without ipv6
%bcond_without cdb
%bcond_without chroot

# Postfix requires one exlusive uid/gid and a 2nd exclusive gid for its own use.
%define maildrop_group	postdrop
%define queue_directory	%{_var}/spool/postfix

# Macro: %{dynmap_add_cmd <name> [<soname>] [-m]}
%define dynmap_add_cmd(m) FILE=%{_sysconfdir}/postfix/dynamicmaps.cf; if ! grep -q "^%{1}[[:space:]]" ${FILE}; then echo "%{1}	%{_libdir}/postfix/dict_%{?2:%{2}}%{?!2:%{1}}.so	dict_%{1}_open%{-m:	mkmap_%{1}_open}" >> ${FILE}; fi;
%define dynmap_rm_cmd() FILE=%{_sysconfdir}/postfix/dynamicmaps.cf; if [ $1 = 0 -a -s $FILE ]; then  cp -p ${FILE} ${FILE}.$$; grep -v "^%{1}[[:space:]]" ${FILE}.$$ > ${FILE}; rm -f ${FILE}.$$; fi;

Summary:	Postfix Mail Transport Agent
Name:		postfix
Epoch:		1
Version:	2.10.10
Release:	1
License:	IBM Public License
Group:		System/Servers
Url:		http://www.postfix.org/
Source0:	ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
Source1:	ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz.sig
Source2:	postfix-main.cf
Source4:	postfix-etc-pam.d-smtp
Source5:	postfix-aliases
Source6:	postfix-ip-up
Source7:	postfix-ip-down
Source8:	postfix-ifup-d
Source10:	postfix-README.MDK
Source11:	postfix-README.MDK.update
Source12:	postfix-bash-completion
Source13:	http://www.seaglass.com/postfix/faq.html
Source14:	postfix-chroot.sh
Source15:	postfix-smtpd.conf

# Simon J. Mudd stuff
Source21:	ftp://ftp.wl0.org/postfinger/postfinger-1.30

# Jim Seymour stuff
Source25:	http://jimsun.LinxNet.com/misc/postfix-anti-UCE.txt
Source26:	http://jimsun.LinxNet.com/misc/header_checks.txt
Source27:	http://jimsun.LinxNet.com/misc/body_checks.txt

# Dynamic map patch taken from debian's package
Patch0:		postfix-2.9.1-dynamicmaps.diff
Patch5:		postfix-2.9.1-dynamicmaps2.diff

Patch1:		postfix-2.9.1-mdkconfig.diff
Patch2:		postfix-alternatives-mdk.patch

# dbupgrade patch patch split from dynamicmaps one
Patch3:		postfix-2.9.1-dbupgrade.diff

# sdbm patch patch split from dynamicmaps one
Patch4:		postfix-2.7.0-sdbm.patch

# Shamelessy stolen from debian
Patch6:		postfix-2.2.4-smtpstone.patch

Patch7:		postfix-2.10.2-db6.patch

# systemd integration
Source100:	postfix.service
Source101:	postfix.aliasesdb
Source102:	postfix-chroot-update

BuildRequires:	db-devel
BuildRequires:	gawk
BuildRequires:	html2text
BuildRequires:	perl-base
BuildRequires:	sed
BuildRequires:	pkgconfig(libtirpc)
%if %{with sasl}
BuildRequires:	sasl-devel >= 2.0
%endif
%if %{with tls}
BuildRequires:	pkgconfig(openssl)
%endif

Provides:	mail-server
Provides:	sendmail-command
# syslog-ng before this version needed a different chroot script, 
# which was bug-prone
Conflicts:	syslog-ng < 3.1-0.beta2.2
Requires:	initscripts
Requires:	syslog-daemon
Requires:	coreutils
Requires:	diffutils
Requires:	gawk
Requires(pre,post,postun,preun):	rpm-helper >= 0.3
Requires(pre,post):	sed
%if %{with tls}
Requires(post):	openssl
%endif
Requires(post,preun):	update-alternatives
Requires(pre):	%{name}-config
Requires:	%{name}-config >= 2.9.0-1

%description
Postfix is a Mail Transport Agent (MTA), supporting LDAP, SMTP AUTH (SASL),
TLS and running in a chroot environment.

Postfix is Wietse Venema's mailer that started life as an alternative 
to the widely-used Sendmail program.
Postfix attempts to be fast, easy to administer, and secure, while at 
the same time being sendmail compatible enough to not upset existing 
users. Thus, the outside has a sendmail-ish flavor, but the inside is 
completely different.
This software was formerly known as VMailer. It was released by the end
of 1998 as the IBM Secure Mailer. From then on it has lived on as Postfix. 

PLEASE READ THE %{_defaultdocdir}/%{name}/README.MDK FILE.

%package -n %{libdns}
Summary:	Shared library required to run Postfix
Group:		System/Servers
Conflicts:	%{_lib}postfix1 < 1:2.10.2-2

%description -n %{libdns}
This package contains a shared library used by Postfix.

%package -n %{libglobal}
Summary:	Shared library required to run Postfix
Group:		System/Servers
Conflicts:	%{_lib}postfix1 < 1:2.10.2-2

%description -n %{libglobal}
This package contains a shared library used by Postfix.

%package -n %{libmaster}
Summary:	Shared library required to run Postfix
Group:		System/Servers
Conflicts:	%{_lib}postfix1 < 1:2.10.2-2

%description -n %{libmaster}
This package contains a shared library used by Postfix.

%package -n %{libutil}
Summary:	Shared library required to run Postfix
Group:		System/Servers
Conflicts:	%{_lib}postfix1 < 1:2.10.2-2
Obsoletes:	%{_lib}postfix1 < 1:2.10.2-2

%description -n %{libutil}
This package contains a shared library used by Postfix.

%package -n %{libtls}
Summary:	Shared library required to run Postfix
Group:		System/Servers
Conflicts:	%{_lib}postfix1 < 1:2.10.2-2

%description -n %{libtls}
This package contains a shared library used by Postfix.

%package -n %{libmilter}
Summary:	Shared library required to run Postfix
Group:		System/Servers
Conflicts:	%{_lib}postfix1 < 1:2.10.2-2

%description -n %{libmilter}
This package contains a shared library used by Postfix.

%package -n %{libxsasl}
Summary:	Shared library required to run Postfix
Group:		System/Servers
Conflicts:	%{_lib}postfix1 < 1:2.10.2-2

%description -n %{libxsasl}
This package contains a shared library used by Postfix.

%if %{with ldap}
%package ldap
Summary:	LDAP map support for Postfix
Group:		System/Servers
BuildRequires:	openldap-devel >= 2.1
Requires:	%{name} = %{EVRD}

%description ldap
This package provides support for LDAP maps in Postfix.
%endif

%if %{with pcre}
%package pcre
Summary:	PCRE map support for Postfix
Group:		System/Servers
BuildRequires:	pkgconfig(libpcre)
Requires:	%{name} = %{EVRD}

%description pcre
This package provides support for PCRE (perl compatible regular expression)
maps in Postfix.
%endif

%if %{with mysql}
%package mysql
Summary:	MYSQL map support for Postfix
Group:		System/Servers
BuildRequires:	mysql-devel
Requires:	%{name} = %{EVRD}

%description mysql
This package provides support for MYSQL maps in Postfix.
%endif

%if %{with pgsql}
%package pgsql
Summary:	Postgres SQL map support for Postfix
Group:		System/Servers
BuildRequires:	postgresql-devel
Requires:	%{name} = %{EVRD}

%description pgsql
This package provides support for Postgres SQL maps in Postfix.
%endif

%if %{with sqlite}
%package sqlite
Summary:	SQLite map support for Postfix
Group:		System/Servers
BuildRequires:	pkgconfig(sqlite3)
Requires:	%{name} = %{EVRD}

%description sqlite
This package provides support for SQLite maps in Postfix.
%endif

%if %{with cdb}
%package cdb
Summary:	CDB map support for Postfix
Group:		System/Servers
BuildRequires:	pkgconfig(libcdb)
Requires:	%{name} = %{EVRD}

%description cdb
This package provides support for CDB maps in Postfix.
%endif

%package config-standalone
Summary:	Default configuration files for running Postfix standalone
Provides:	%{name}-config = %{version}-%{release}
Conflicts:	%{name}-config-dovecot

%description config-standalone
Default configuration files for running Postfix standalone.

Use this config if you intend to run Postfix without dovecot.
Alternatively, install %{name}-config-dovecot for the
postfix/dovecot combo.

%prep
%setup -q
%apply_patches
# no backup files here, otherwise they get included in %%doc
find . -name \*.orig -exec rm {} \;

mkdir -p conf/dist
mv conf/main.cf conf/dist
cp %{SOURCE2} conf/main.cf

# ugly hack for 32/64 arches
if [ %{_lib} != lib ]; then
	sed -i -e 's@^/usr/lib/@%{_libdir}/@' conf/postfix-files
	sed -i -e "s@/lib/@/%{_lib}/@g" conf/main.cf
fi

install -m644 %{SOURCE10} README.MDK
install -m644 %{SOURCE11} README.MDK.update
install -m644 %{SOURCE13} postfix-users-faq.html

mkdir UCE
install -m644 %{SOURCE25} UCE
install -m644 %{SOURCE26} UCE
install -m644 %{SOURCE27} UCE

%if %{with chroot}
cp -p conf/master.cf conf/master.cf.chroot
awk -v NEVER_CHROOT_PROGRAM='^(proxymap|local|pipe|virtual|spawn)$' \
	-v NEVER_CHROOT_SERVICE='^cyrus$' '
		BEGIN                   { IFS="[ \t]+"; OFS="\t"; }
		/^#/                    { print; next; }
		/^ /                    { print; next; }
		$1 ~ NEVER_CHROOT_SERVICE    { print; next; }
		$8 ~ NEVER_CHROOT_PROGRAM    { print; next; }
		$5 == "n"               { $5="y"; print $0; next; }
								{ print; }
	' conf/master.cf.chroot > conf/master.cf
%endif

# use sed to fix mantools/postlink for our non posix sed
#cp -p mantools/postlink mantools/postlink.posix
#sed -e 's/\[\[:<:\]\]/\\</g; s/\[\[:>:\]\]/\\>/g' mantools/postlink.posix > mantools/postlink
# XXX - andreas - original postlink with perl is segfaulting
cp -p mantools/postlink.sed mantools/postlink.posix
sed -e 's/\[\[:<:\]\]/\\</g; s/\[\[:>:\]\]/\\>/g' mantools/postlink.posix > mantools/postlink

%build
%serverbuild
# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's|-fPIE||g'`

OPT="$RPM_OPT_FLAGS"
DEBUG=
CCARGS=
AUXLIBS="%{?ldflags:%ldflags}"
AUXLIBS=`echo $AUXLIBS|sed -e 's|-fPIE||g'`

# the patch is mixed with SDBM support :(
  CCARGS="${CCARGS} -DHAS_SDBM -DHAS_DLOPEN"

%if %{with ldap}
  CCARGS="${CCARGS} -DHAS_LDAP"
%endif
%if %{with pcre}
  CCARGS="${CCARGS} -DHAS_PCRE"
%endif
%if %{with mysql}
  CCARGS="${CCARGS} -DHAS_MYSQL -I/usr/include/mysql"
%endif
%if %{with pgsql}
  CCARGS="${CCARGS} -DHAS_PGSQL -I/usr/include/pgsql"
%endif
%if %{with sasl}
  CCARGS="${CCARGS} -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl"
  AUXLIBS="${AUXLIBS} -lsasl2"
%endif
%if ! %{with ipv6}
  CCARGS="${CCARGS} -DNO_IPV6"
%endif
%if %{with tls}
  CCARGS="${CCARGS} -DUSE_TLS -I/usr/include/openssl"
  AUXLIBS="${AUXLIBS} -lssl -lcrypto"
%endif
%if %{with cdb}
  CCARGS="${CCARGS} -DHAS_CDB"
%endif

export CCARGS AUXLIBS OPT DEBUG
make -f Makefile.init makefiles

unset CCARGS AUXLIBS DEBUG OPT
make
make manpages

for i in lib/*.a; do
	j=${i#lib/lib}
	ln -s ${i#lib/} lib/libpostfix-${j%.a}.so.1
done

# generate main.cf.default here, since in make it will fail
cat > conf/main.cf.default << EOF
# DO NOT EDIT THIS FILE. EDIT THE MAIN.CF FILE INSTEAD. THE
# TEXT HERE JUST SHOWS DEFAULT SETTINGS BUILT INTO POSTFIX.
#
EOF
LD_LIBRARY_PATH=$PWD/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH} \
	./src/postconf/postconf -d | \
	egrep -v '^(myhostname|mydomain|mynetworks) ' >> conf/main.cf.default

# add correct parameters to main.cf.dist
LD_LIBRARY_PATH=$PWD/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH} \
	./src/postconf/postconf -c ./conf/dist -e \
	%post_install_parameters
mv conf/dist/main.cf conf/main.cf.dist

%install
# install postfix into the build root
LD_LIBRARY_PATH=$PWD/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} \
make non-interactive-package \
	install_root=%{buildroot} \
	config_directory=%{_sysconfdir}/postfix \
	%post_install_parameters \
	|| exit 1

mkdir -p %{buildroot}/var/lib/postfix

for i in lib/*.a; do
	j=${i#lib/lib}
	install $i %{buildroot}%{_libdir}/libpostfix-${j%.a}.so.1
done

# rpm %%doc macro wants to take his files in buildroot
rm -fr DOC
mkdir DOC
mv %{buildroot}%{_docdir}/%{name}/html DOC/html
mv %{buildroot}%{_docdir}/%{name}/README_FILES DOC/README_FILES

# for sasl configuration
mkdir -p %{buildroot}%{_sysconfdir}/sasl2
cp %{SOURCE15} %{buildroot}%{_sysconfdir}/sasl2/smtpd.conf

mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -c %{SOURCE4} %{buildroot}%{_sysconfdir}/pam.d/smtp

mkdir -p %{buildroot}%{_sysconfdir}/ppp/ip-{up,down}.d
install -c %{SOURCE6} %{buildroot}%{_sysconfdir}/ppp/ip-up.d/postfix
install -c %{SOURCE7} %{buildroot}%{_sysconfdir}/ppp/ip-down.d/postfix

mkdir -p %{buildroot}%{_sysconfdir}/resolvconf/update-libc.d/
install -c %{SOURCE8} %{buildroot}%{_sysconfdir}/resolvconf/update-libc.d/postfix

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
touch %{buildroot}%{_sysconfdir}/sysconfig/postfix

# this is used by some examples (cyrus)
mkdir -p %{buildroot}%{queue_directory}/extern

install -c auxiliary/rmail/rmail %{buildroot}%{_bindir}/rmail

# copy new aliases files and generate a ghost aliases.db file
cp -f %{SOURCE5} %{buildroot}%{_sysconfdir}/postfix/aliases
chmod 644 %{buildroot}%{_sysconfdir}/postfix/aliases
touch %{buildroot}%{_sysconfdir}/postfix/aliases.db

touch %{buildroot}%{_sysconfdir}/postfix/domains

# install chroot script and postfinger
install -m 0755 %{SOURCE14} %{buildroot}%{_sbindir}/postfix-chroot.sh
install -m 0755 %{SOURCE21} %{buildroot}%{_sbindir}/postfinger

# install qshape
install -m755 auxiliary/qshape/qshape.pl %{buildroot}%{_sbindir}/qshape
cp man/man1/qshape.1 %{buildroot}%{_mandir}/man1/qshape.1

# systemd
mkdir -p %buildroot/lib/systemd/system
install -c -m 644 %SOURCE100 %buildroot/lib/systemd/system/
install -m 755 %{SOURCE101} %{buildroot}%{_sysconfdir}/postfix/aliasesdb
install -m 755 %{SOURCE102} %{buildroot}%{_sysconfdir}/postfix/chroot-update

# RPM compresses man pages automatically.
# - Edit postfix-files to reflect this, so post-install won't get confused
#   when called during package installation.
sed -i -e "s@\(/man[158]/.*\.[158]\):@\1%{_extension}:@" %{buildroot}%{_libdir}/postfix/postfix-files

# remove files that are not in the main package
sed -i -e "/dict_.*\.so/d" %{buildroot}%{_libdir}/postfix/postfix-files

# remove sample_directory from main.cf (#15297)
# the default is /etc/postfix
sed -i -e "/^sample_directory/d" %{buildroot}%{_sysconfdir}/postfix/main.cf

%pre
%_pre_useradd postfix %{queue_directory} /bin/false
%_pre_groupadd %{maildrop_group} postfix
# disable chroot of spawn service in /etc/sysconfig/postfix, 
# but do it only once and only if user did not
# modify /etc/sysconfig/postfix manually
if grep -qs "^NEVER_CHROOT_PROGRAM='^(proxymap|local|pipe|virtual)$'$" /etc/sysconfig/postfix; then
	if ! grep -qs "^NEVER_CHROOT_PROGRAM='^(proxymap|local|pipe|virtual|spawn)$'$" /usr/sbin/postfix-chroot.sh; then
		perl -pi -e "s/^NEVER_CHROOT_PROGRAM=.*\$/NEVER_CHROOT_PROGRAM=\'^(proxymap|local|pipe|virtual|spawn)\\\$\'/" /etc/sysconfig/postfix
	fi
fi
# disable some unneeded and potentially harmful nss libraries in 
# /etc/sysconfig/postfix, but do it only once and only if user did not
# modify /etc/sysconfig/postfix manually
if grep -qs "^IGNORE_NSS_LIBS='^$'$" /etc/sysconfig/postfix; then
	if ! grep -qs "^IGNORE_NSS_LIBS='^(mdns.*|ldap|db|wins)$'$" /usr/sbin/postfix-chroot.sh; then
		perl -pi -e "s/^IGNORE_NSS_LIBS=.*\$/IGNORE_NSS_LIBS=\'^(mdns.*|ldap|db|wins)\\\$\'/" /etc/sysconfig/postfix
	fi
fi

%post
#ensure the db files are created
%{_sbindir}/postmap /etc/postfix/virtual
%{_sbindir}/postmap /etc/postfix/domains
%systemd_post %{name}.service

# we don't have these maps anymore as separate packages/plugins:
# cidr, tcp and sdbm (2007.0)
if [ "$1" -eq "2" ]; then
	sed -i "/^cidr/d;/^sdbm/d;/^tcp/d" %{_sysconfdir}/postfix/dynamicmaps.cf
fi

# upgrade configuration files if necessary
%{_sbindir}/postfix \
	set-permissions \
	upgrade-configuration \
	config_directory=%{_sysconfdir}/postfix \
	%post_install_parameters

# move previous sasl configuration files to new location if applicable
# have to go through many loops to prevent damaging user configuration
# this changed around 2007.0 so it should go away soon
saslpath=`postconf -h smtpd_sasl_path`
if [ "${saslpath}" != "${saslpath##*:}" -o "${saslpath}" != "${saslpath##*/usr/lib}" ]; then
	postconf -e smtpd_sasl_path=smtpd
fi

for old_smtpd_conf in /etc/postfix/sasl/smtpd.conf %{_libdir}/sasl2/smtpd.conf; do
	if [ -e ${old_smtpd_conf} ]; then
		if ! grep -qsve '^\(#.*\|[[:space:]]*\)$' /etc/sasl2/smtpd.conf; then
			# /etc/sasl2/smtpd.conf missing or just comments
			if [ -s /etc/sasl2/smtpd.conf ] && [ ! -e /etc/sasl2/smtpd.conf.rpmnew -o /etc/sasl2/smtpd.conf -nt /etc/sasl2/smtpd.conf.rpmnew ]; then
				mv /etc/sasl2/smtpd.conf /etc/sasl2/smtpd.conf.rpmnew
			fi
			mv ${old_smtpd_conf} /etc/sasl2/smtpd.conf
		else
			echo "warning: existing ${old_smtpd_conf} will be ignored"
		fi
	fi
done

%if %{with tls}
%_create_ssl_certificate postfix
%endif

if [ -e /etc/sysconfig/postfix ]; then
	%{_sbindir}/postfix-chroot.sh -q update
else
%if %{with chroot}
	%{_sbindir}/postfix-chroot.sh -q enable
%else
	%{_sbindir}/postfix-chroot.sh -q create_sysconfig
%endif
fi
%_post_service postfix

/usr/sbin/update-alternatives --install %{_sbindir}/sendmail sendmail-command %{sendmail_command} 30 --slave %{_prefix}/lib/sendmail sendmail-command-in_libdir %{sendmail_command}

%triggerin -- glibc setup nss_ldap nss_db nss_wins nss_mdns
# Generate chroot jails on the fly when needed things are installed/upgraded
%{_sbindir}/postfix-chroot.sh -q update

%preun
%systemd_preun %{name}.service

rmqueue() {
	[ $2 -gt 0 ] || return
	local i
	for i in 0 1 2 3 4 5 6 7 8 9 A B C D E F; do
		if [ -d $1/$i ]; then
			rmqueue $1/$i $(( $2 - 1 ))
			rm -f $1/$i/*
			rmdir $1/$i
		fi
	done
}

# selectively remove the queue directory structure
queue_directory_remove () {
# first remove the "queues"
local IFS=', '
for dir in `%{_sbindir}/postconf -h hash_queue_names`; do
	test -d $dir && rmqueue %{queue_directory}/$dir `%{_sbindir}/postconf -h hash_queue_depth`
done

# now remove the other directories
for dir in corrupt maildrop pid private public trace; do
	test -d $dir && /bin/rm -f $dir/*
done
}

%_preun_service postfix

if [ $1 = 0 ]; then
	# Clean up chroot environment and spool directory
	%{_sbindir}/postfix-chroot.sh -q remove
	cd %{queue_directory} && queue_directory_remove || true
fi

%postun
%_postun_userdel postfix
%_postun_groupdel %{maildrop_group}
if [ ! -e %{sendmail_command} ]; then
	/usr/sbin/update-alternatives --remove sendmail-command %{sendmail_command} 
fi
%_systemd_postun_with_restart %{name}.service

%files
%dir %{_sysconfdir}/postfix
%config(noreplace) %{_sysconfdir}/sasl2/smtpd.conf
%config(noreplace) %{_sysconfdir}/postfix/access
%config(noreplace) %{_sysconfdir}/postfix/aliases
%ghost %{_sysconfdir}/postfix/aliases.db
%config(noreplace) %{_sysconfdir}/postfix/canonical
%config(noreplace) %{_sysconfdir}/postfix/generic
%config(noreplace) %{_sysconfdir}/postfix/header_checks
%config(noreplace) %{_sysconfdir}/postfix/relocated
%config(noreplace) %{_sysconfdir}/postfix/transport
%config(noreplace) %{_sysconfdir}/postfix/virtual
%config(noreplace) %{_sysconfdir}/postfix/domains
%{_sysconfdir}/postfix/chroot-update
%{_sysconfdir}/postfix/aliasesdb
%{_sysconfdir}/postfix/makedefs.out
%config(noreplace) %{_sysconfdir}/postfix/dynamicmaps.cf
%attr(0644, root, root) /lib/systemd/system/%{name}.service
%attr(0644, root, root) %config(noreplace) %{_sysconfdir}/pam.d/smtp
%attr(0755, root, root) %config(noreplace) %{_sysconfdir}/ppp/ip-up.d/postfix
%attr(0755, root, root) %config(noreplace) %{_sysconfdir}/ppp/ip-down.d/postfix
%attr(0755, root, root) %config(noreplace) %{_sysconfdir}/resolvconf/update-libc.d/postfix
%ghost %{_sysconfdir}/sysconfig/postfix

%dir %attr(0700, postfix, root) /var/lib/postfix

# For correct directory permissions check postfix-install script
%dir %{queue_directory}
%dir %attr(0700, postfix, root) %{queue_directory}/active
%dir %attr(0700, postfix, root) %{queue_directory}/bounce
%dir %attr(0700, postfix, root) %{queue_directory}/corrupt
%dir %attr(0700, postfix, root) %{queue_directory}/defer
%dir %attr(0700, postfix, root) %{queue_directory}/deferred
%dir %attr(0700, postfix, root) %{queue_directory}/flush
%dir %attr(0700, postfix, root) %{queue_directory}/hold
%dir %attr(0700, postfix, root) %{queue_directory}/incoming
%dir %attr(0700, postfix, root) %{queue_directory}/private
%dir %attr(0700, postfix, root) %{queue_directory}/trace
%dir %attr(0730, postfix, %{maildrop_group}) %{queue_directory}/maildrop
%dir %attr(0710, postfix, %{maildrop_group}) %{queue_directory}/public
%dir %attr(0755, root, root) %{queue_directory}/pid
%dir %attr(0755, root, root) %{queue_directory}/extern

%doc AAAREADME
%doc US_PATENT_6321267
%doc examples/smtpd-policy
%doc COMPATIBILITY
%doc COPYRIGHT
%doc HISTORY
%doc LICENSE
%doc PORTING
%doc RELEASE_NOTES*
%doc IPv6-ChangeLog
%doc TLS_*
#doc html
%doc DOC/html
%doc DOC/README_FILES
%doc README.MDK README.MDK.update
%doc postfix-users-faq.html
%doc UCE

%dir %{_libdir}/postfix
%attr(0644, root, root) %{_libdir}/postfix/postfix-files
%attr(0755, root, root) %{_libdir}/postfix/anvil
%attr(0755, root, root) %{_libdir}/postfix/bounce
%attr(0755, root, root) %{_libdir}/postfix/cleanup
%attr(0755, root, root) %{_libdir}/postfix/discard
%attr(0755, root, root) %{_libdir}/postfix/dnsblog
%attr(0755, root, root) %{_libdir}/postfix/error
%attr(0755, root, root) %{_libdir}/postfix/flush
%attr(0755, root, root) %{_libdir}/postfix/lmtp
%attr(0755, root, root) %{_libdir}/postfix/local
%attr(0755, root, root) %{_libdir}/postfix/master
%attr(0755, root, root) %{_libdir}/postfix/nqmgr
%attr(0755, root, root) %{_libdir}/postfix/oqmgr
%attr(0755, root, root) %{_libdir}/postfix/pickup
%attr(0755, root, root) %{_libdir}/postfix/pipe
%attr(0755, root, root) %{_libdir}/postfix/postfix-script
%attr(0755, root, root) %{_libdir}/postfix/postfix-wrapper
%attr(0755, root, root) %{_libdir}/postfix/post-install
%attr(0755, root, root) %{_libdir}/postfix/postmulti-script
%attr(0755, root, root) %{_libdir}/postfix/postscreen
%attr(0755, root, root) %{_libdir}/postfix/proxymap
%attr(0755, root, root) %{_libdir}/postfix/qmgr
%attr(0755, root, root) %{_libdir}/postfix/qmqpd
%attr(0755, root, root) %{_libdir}/postfix/scache
%attr(0755, root, root) %{_libdir}/postfix/showq
%attr(0755, root, root) %{_libdir}/postfix/smtp
%attr(0755, root, root) %{_libdir}/postfix/smtpd
%attr(0755, root, root) %{_libdir}/postfix/spawn
%attr(0755, root, root) %{_libdir}/postfix/tlsmgr
%attr(0755, root, root) %{_libdir}/postfix/tlsproxy
%attr(0755, root, root) %{_libdir}/postfix/trivial-rewrite
%attr(0755, root, root) %{_libdir}/postfix/verify
%attr(0755, root, root) %{_libdir}/postfix/virtual

%attr(0755, root, root) %{_sbindir}/postalias
%attr(0755, root, root) %{_sbindir}/postcat
%attr(0755, root, root) %{_sbindir}/postconf
%attr(2755,root,%{maildrop_group}) %{_sbindir}/postdrop
%attr(2755,root,%{maildrop_group}) %{_sbindir}/postqueue
%attr(0755, root, root) %{_sbindir}/postfix
%attr(0755, root, root) %{_sbindir}/postkick
%attr(0755, root, root) %{_sbindir}/postlock
%attr(0755, root, root) %{_sbindir}/postlog
%attr(0755, root, root) %{_sbindir}/postmap
%attr(0755, root, root) %{_sbindir}/postmulti
%attr(0755, root, root) %{_sbindir}/postsuper
%attr(0755, root, root) %{_sbindir}/qmqp-sink
%attr(0755, root, root) %{_sbindir}/qmqp-source
%attr(0755, root, root) %{_sbindir}/smtp-sink
%attr(0755, root, root) %{_sbindir}/smtp-source
%attr(0755, root, root) %{_sbindir}/postfinger
%attr(0755, root, root) %{_sbindir}/postfix-chroot.sh
%attr(0755, root, root) %{_sbindir}/qshape
%attr(0755, root, root) %{sendmail_command}
%attr(0755, root, root) %{_bindir}/mailq
%attr(0755, root, root) %{_bindir}/newaliases
%attr(0755, root, root) %{_bindir}/rmail
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*

%files -n %{libdns}
%{_libdir}/libpostfix-dns.so.%{major}

%files -n %{libglobal}
%{_libdir}/libpostfix-global.so.%{major}

%files -n %{libmaster}
%{_libdir}/libpostfix-master.so.%{major}

%files -n %{libutil}
%{_libdir}/libpostfix-util.so.%{major}

%files -n %{libtls}
%{_libdir}/libpostfix-tls.so.%{major}

%files -n %{libmilter}
%{_libdir}/libpostfix-milter.so.%{major}

%files -n %{libxsasl}
%{_libdir}/libpostfix-xsasl.so.%{major}

%if %{with ldap}
%files ldap
%attr(755, root, root) %{_libdir}/postfix/dict_ldap.so

%post ldap
%dynmap_add_cmd ldap
%postun ldap
%dynmap_rm_cmd ldap
%endif

%if %{with mysql}
%files mysql
%attr(755, root, root) %{_libdir}/postfix/dict_mysql.so 

%post mysql
%dynmap_add_cmd mysql
%postun mysql
%dynmap_rm_cmd mysql
%endif

%if %{with pcre}
%files pcre
%attr(755, root, root) %{_libdir}/postfix/dict_pcre.so

%post pcre
%dynmap_add_cmd pcre
%postun pcre
%dynmap_rm_cmd pcre
%endif

%if %{with pgsql}
%files pgsql
%attr(755, root, root) %{_libdir}/postfix/dict_pgsql.so

%post pgsql
%dynmap_add_cmd pgsql
%postun pgsql
%dynmap_rm_cmd pgsql
%endif

%if %{with sqlite}
%files sqlite
%attr(755, root, root) %{_libdir}/postfix/dict_sqlite.so

%post sqlite
%dynmap_add_cmd sqlite
%postun sqlite
%dynmap_rm_cmd sqlite
%endif

%if %{with cdb}
%files cdb
%attr(755, root, root) %{_libdir}/postfix/dict_cdb.so

%post cdb
%dynmap_add_cmd cdb -m
%postun cdb
%dynmap_rm_cmd cdb
%endif

%files config-standalone
%config(noreplace) %{_sysconfdir}/postfix/main.cf
# http://archives.mandrivalinux.com/cooker/2005-07/msg01109.php
%{_sysconfdir}/postfix/main.cf.dist
%{_sysconfdir}/postfix/main.cf.default
%{_sysconfdir}/postfix/bounce.cf.default
%config(noreplace) %{_sysconfdir}/postfix/master.cf
%attr(0644, root, root) %{_libdir}/postfix/main.cf
%attr(0644, root, root) %{_libdir}/postfix/master.cf

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23795 |14mu|postgresql9.0-9.0.23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil
%define _disable_ld_no_undefined 1

%define pgdata /var/lib/pgsql
%define logrotatedir %{_sysconfdir}/logrotate.d

%define major 5
%define major_ecpg 6

%define bname postgresql
%define current_major_version 9.0
%define current_minor_version 23

%define libname %mklibname pq%{current_major_version} _%{major}
%define libecpg %mklibname ecpg%{current_major_version} _%{major_ecpg}

%bcond_without uuid

Summary:	PostgreSQL client programs and libraries
Name:		%{bname}%{current_major_version}
Version:	%{current_major_version}.%{current_minor_version}
Release:	1
License:	BSD
Group:		Databases
Url:		http://www.postgresql.org/
Source0:	ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
Source10:	postgres.profile
Source11:	postgresql.init
Source13:	postgresql.mdv.releasenote
Patch0:		postgresql-9.0.22_ossp-uuid-dir.patch
Patch1:		postgresql-9.0.8-soname_fix.diff
# https://bugzilla.redhat.com/show_bug.cgi?id=1286692
Patch2:		postgresql-9.0.23-libxml-test.patch
# Need to build doc
BuildRequires:	docbook-dtd42-sgml
BuildRequires:	docbook-dtd44-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-utils
BuildRequires:	openjade
BuildRequires:	xsltproc
# Main deps
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	pam-devel
BuildRequires:	perl-devel
BuildRequires:	readline-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(openssl)
%if %{with uuid}
BuildRequires:	pkgconfig(ossp-uuid)
%endif
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
Provides:	%{bname}-virtual = %{current_major_version}
Conflicts:	%{bname}-virtual < %{current_major_version}
Requires:	%{libname} = %{EVRD}
Provides:	%{bname} = %{EVRD}
Provides:	postgresql-clients = %{EVRD}

%description
PostgreSQL is an advanced Object-Relational database management system (DBMS)
that supports almost all SQL constructs (including transactions, subselects and
user-defined types and functions). The postgresql package includes the client
programs and libraries that you'll need to access a PostgreSQL DBMS server.
These PostgreSQL client programs are programs that directly manipulate the
internal structure of PostgreSQL databases on a PostgreSQL server. These client
programs can be located on the same machine with the PostgreSQL server, or may
be on a remote machine which accesses a PostgreSQL server over a network
connection. This package contains the client libraries for C and C++, as well
as command-line utilities for managing PostgreSQL databases on a PostgreSQL
server.

If you want to manipulate a PostgreSQL database on a remote PostgreSQL server,
you need this package. You also need to install this package if you're
installing the postgresql-server package.

%files -f main.lst
%doc doc/KNOWN_BUGS doc/MISSING_FEATURES doc/README* 
%doc COPYRIGHT README HISTORY doc/bug.template
%{_bindir}/clusterdb
%{_bindir}/createdb
%{_bindir}/createlang
%{_bindir}/createuser
%{_bindir}/dropdb
%{_bindir}/droplang
%{_bindir}/dropuser
%{_bindir}/pg_dump
%{_bindir}/pg_dumpall
%{_bindir}/pg_restore
%{_bindir}/psql
%{_bindir}/reindexdb
%{_bindir}/vacuumdb
%{_mandir}/man1/clusterdb.*
%{_mandir}/man1/createdb.*
%{_mandir}/man1/createlang.*
%{_mandir}/man1/createuser.*
%{_mandir}/man1/dropdb.*
%{_mandir}/man1/droplang.*
%{_mandir}/man1/dropuser.*
%{_mandir}/man1/pg_dump.*
%{_mandir}/man1/pg_dumpall.*
%{_mandir}/man1/pg_restore.*
%{_mandir}/man1/psql.*
%{_mandir}/man1/vacuumdb.*
%{_mandir}/man1/reindexdb.*
%{_mandir}/man7/*
%{_sys_macros_dir}/%{name}.macros

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The shared libraries required for any PostgreSQL clients
Group:		System/Libraries
Provides:	postgresql-libs = %{EVRD}
Provides:	libpq = %{EVRD}
Provides:	%{_lib}pq-virtual = %{current_major_version}
Conflicts:	postgresql-libs < %{current_major_version}

%description -n %{libname}
C and C++ libraries to enable user programs to communicate with the PostgreSQL
database backend. The backend can be on another machine and accessed through
TCP/IP.

%files -n %{libname}
%{_libdir}/libpq.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libecpg}
Summary:	Shared library libecpg for PostgreSQL
Group:		System/Libraries
Provides:	libecpg = %{EVRD}
Provides:	%{_lib}ecpg-virtual = %{current_major_version}
Conflicts:	libecpg < %{current_major_version}

%description -n %{libecpg}
Libecpg is used by programs built with ecpg (Embedded PostgreSQL for C) Use
postgresql-dev to develop such programs.

%files -n %{libecpg}
%{_libdir}/libecpg.so.%{major_ecpg}*
%{_libdir}/libecpg_compat.so.*
%{_libdir}/libpgtypes.so.*

#----------------------------------------------------------------------------

%package server
Summary:	The programs needed to create and run a PostgreSQL server
Group:		Databases
Provides:	sqlserver
# add/remove services
Requires(post,preun):	rpm-helper
# add/del user
Requires(pre,postun):	rpm-helper
Requires(pre,post):	%{name} = %{EVRD}
Provides:	%{bname}-server-ABI = %{current_major_version}
Provides:	%{bname}-server-virtual = %{current_major_version}
Conflicts:	%{bname}-server-virtual < %{current_major_version}
Provides:	%{bname}-server = %{EVRD}
Requires:	%{name}-plpgsql = %{EVRD}

%description server
The postgresql-server package includes the programs needed to create and run a
PostgreSQL server, which will in turn allow you to create and maintain
PostgreSQL databases.  PostgreSQL is an advanced Object-Relational database
management system (DBMS) that supports almost all SQL constructs (including
transactions, subselects and user-defined types and functions). You should
install postgresql-server if you want to create and maintain your own
PostgreSQL databases and/or your own PostgreSQL server. You also need to
install the postgresql and postgresql-devel packages.

After installing this package, please read postgresql.mdv.releasenote.

%files server -f server.lst
%{_initrddir}/postgresql
%config(noreplace) %{_sysconfdir}/sysconfig/postgresql
%doc README.urpmi postgresql.mdv.releasenote
%{_bindir}/initdb
%{_bindir}/pg_controldata
%{_bindir}/pg_ctl
%{_bindir}/pg_resetxlog
%{_bindir}/postgres
%{_bindir}/postmaster
%{_bindir}/pg_standby
%{_bindir}/pg_archivecleanup
%{_bindir}/pg_upgrade
%{_mandir}/man1/initdb.1*
%{_mandir}/man1/pg_controldata.*
%{_mandir}/man1/pg_ctl.1*
%{_mandir}/man1/pg_resetxlog.*
%{_mandir}/man1/postgres.1*
%{_mandir}/man1/postmaster.1*
%dir %{_libdir}/postgresql
%dir %{_datadir}/postgresql
%attr(644,postgres,postgres) %config(noreplace) /var/lib/pgsql/.bashrc
%attr(-,postgres,postgres) /var/lib/pgsql/.profile
%attr(700,postgres,postgres) %dir %{pgdata}
%attr(-,postgres,postgres) %{pgdata}/data
%attr(700,postgres,postgres) %dir %{pgdata}/backups
%{_libdir}/postgresql/*_and_*.so
%{_libdir}/postgresql/pgxml.so
%{_libdir}/postgresql/dict_int.so
%{_libdir}/postgresql/dict_xsyn.so
%{_libdir}/postgresql/test_parser.so
%{_libdir}/postgresql/tsearch2.so
%{_libdir}/postgresql/dict_snowball.so
%{_libdir}/postgresql/auto_explain.so
%{_libdir}/postgresql/btree_gin.so
%{_libdir}/postgresql/citext.so
%{_libdir}/postgresql/pg_stat_statements.so
%if %{with uuid}
%{_libdir}/postgresql/uuid-ossp.so
%endif
%{_libdir}/postgresql/euc2004_sjis2004.so
%{_libdir}/postgresql/libpqwalreceiver.so
%{_libdir}/postgresql/passwordcheck.so
%{_libdir}/postgresql/pg_upgrade_support.so
%{_libdir}/postgresql/unaccent.so
%{_datadir}/postgresql/postgres.bki
%{_datadir}/postgresql/postgres.description
%{_datadir}/postgresql/*.sample
%{_datadir}/postgresql/timezone
%{_datadir}/postgresql/system_views.sql
%{_datadir}/postgresql/conversion_create.sql
%{_datadir}/postgresql/information_schema.sql
%{_datadir}/postgresql/snowball_create.sql
%{_datadir}/postgresql/sql_features.txt
%{_datadir}/postgresql/postgres.shdescription
%dir %{_datadir}/postgresql/timezonesets
%{_datadir}/postgresql/timezonesets/Africa.txt
%{_datadir}/postgresql/timezonesets/America.txt
%{_datadir}/postgresql/timezonesets/Antarctica.txt
%{_datadir}/postgresql/timezonesets/Asia.txt
%{_datadir}/postgresql/timezonesets/Atlantic.txt
%{_datadir}/postgresql/timezonesets/Australia
%{_datadir}/postgresql/timezonesets/Australia.txt
%{_datadir}/postgresql/timezonesets/Default
%{_datadir}/postgresql/timezonesets/Etc.txt
%{_datadir}/postgresql/timezonesets/Europe.txt
%{_datadir}/postgresql/timezonesets/India
%{_datadir}/postgresql/timezonesets/Indian.txt
%{_datadir}/postgresql/timezonesets/Pacific.txt
%{_datadir}/postgresql/tsearch_data
%attr(700,postgres,postgres) %dir /var/log/postgres
%{logrotatedir}/%{bname}

%pre server
%_pre_useradd postgres /var/lib/pgsql /bin/bash

[ ! -f %{pgdata}/data/PG_VERSION ] && exit 0
mypgversion=`cat %{pgdata}/data/PG_VERSION`
[ $mypgversion = %{current_major_version} ] && exit 0

echo ""
echo "You currently have database tree for Postgresql $mypgversion"
echo "You must use postgresql${mypgversion}-server"
echo "To update you Postgresql server, dump your databases"
echo "delete /var/lib/pgsql/data/ content, upgrade the server, then"
echo "restore your databases from your backup"
echo ""

exit 1

%posttrans server

%_post_service %{bname}

%preun server
%_preun_service %{bname}

%postun server
%_postun_userdel postgres

#----------------------------------------------------------------------------

%package docs
Summary:	Extra documentation for PostgreSQL
Group:		Documentation
Provides:	%{bname}-docs-virtual = %{current_major_version}
Conflicts:	%{bname}-docs-virtual < %{current_major_version}

%description docs
The postgresql-docs package includes the SGML source for the documentation as
well as the documentation in other formats, and some extra documentation.
Install this package if you want to help with the PostgreSQL documentation
project, or if you want to generate printed documentation.

%files docs
%doc %{_docdir}/%{name}-docs-%{version}

#----------------------------------------------------------------------------

%package contrib
Summary:	Contributed binaries distributed with PostgreSQL
Group:		Databases
Requires:	%{name}-server = %{EVRD}
Provides:	%{bname}-contrib-virtual = %{current_major_version}
Conflicts:	%{bname}-contrib-virtual < %{current_major_version}

%description contrib
The postgresql-contrib package includes the contrib tree distributed with the
PostgreSQL tarball.  Selected contrib modules are prebuilt.

%files contrib
%{_libdir}/postgresql/_int.so
%{_libdir}/postgresql/btree_gist.so
%{_libdir}/postgresql/chkpass.so
%{_libdir}/postgresql/cube.so
%{_libdir}/postgresql/dblink.so
%{_libdir}/postgresql/earthdistance.so
%{_libdir}/postgresql/fuzzystrmatch.so
%{_libdir}/postgresql/insert_username.so
%{_libdir}/postgresql/lo.so
%{_libdir}/postgresql/ltree.so
%{_libdir}/postgresql/moddatetime.so
%{_libdir}/postgresql/pgcrypto.so
%{_libdir}/postgresql/pgstattuple.so
%{_libdir}/postgresql/refint.so
%{_libdir}/postgresql/seg.so
%{_libdir}/postgresql/tablefunc.so
%{_libdir}/postgresql/timetravel.so
%{_libdir}/postgresql/pg_trgm.so
%{_libdir}/postgresql/autoinc.so
%{_libdir}/postgresql/pg_buffercache.so
%{_libdir}/postgresql/adminpack.so
%{_libdir}/postgresql/hstore.so
%{_libdir}/postgresql/isn.so
%{_libdir}/postgresql/pg_freespacemap.so
%{_libdir}/postgresql/pgrowlocks.so
%{_libdir}/postgresql/sslinfo.so
%{_libdir}/postgresql/pageinspect.so
%{_datadir}/postgresql/contrib/
%{_bindir}/oid2name
%{_bindir}/pgbench
%{_bindir}/vacuumlo

#----------------------------------------------------------------------------

%package devel
Summary:	PostgreSQL development header files and libraries
Group:		Development/Databases
Provides:	%{bname}-devel-virtual = %{current_major_version}
Conflicts:	%{bname}-devel-virtual < %{current_major_version}
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libecpg} = %{EVRD}
Provides:	postgresql-libs-devel = %{EVRD}
Provides:	pq-devel = %{EVRD}
Provides:	libpq-devel = %{EVRD}
Provides:	libecpg-devel = %{EVRD}
Provides:	%{bname}-devel = %{EVRD}

%description devel
The postgresql-devel package contains the header files and libraries needed to
compile C or C++ applications which will directly interact with a PostgreSQL
database management server and the ecpg Embedded C Postgres preprocessor. You
need to install this package if you want to develop applications which will
interact with a PostgreSQL server. If you're installing postgresql-server, you
need to install this package.

%files devel
%{_includedir}/*
%{_bindir}/ecpg
%{_libdir}/lib*.a
%{_libdir}/lib*.so
%{_libdir}/postgresql/pgxs/
%{_mandir}/man1/ecpg.1*
%{_bindir}/pg_config
%{_mandir}/man1/pg_config.1*
%{_mandir}/man3/SPI_*.3*
%{_mandir}/man3/dblink*.3*

#----------------------------------------------------------------------------

%package pl
Summary:	Procedurals languages for PostgreSQL
Group:		Databases
Conflicts:	libpgsql2
Requires:	%{name}-plpython = %{EVRD}
Requires:	%{name}-plperl = %{EVRD}
Requires:	%{name}-pltcl = %{EVRD}
Requires:	%{name}-plpgsql = %{EVRD}
Provides:	%{bname}-pl-virtual = %{current_major_version}
Conflicts:	%{bname}-pl-virtual < %{current_major_version}
Provides:	%{bname}-pl = %{EVRD}

%description pl
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-pl will install the the PL/Perl, PL/Tcl, and PL/Python procedural
languages for the backend. PL/Pgsql is part of the core server package.

%files pl

#----------------------------------------------------------------------------

%package plpython
Summary:	The PL/Python procedural language for PostgreSQL
Group:		Databases
Requires:	%{name}-server = %{EVRD}
Requires:	%{bname}-server-ABI = %{current_major_version}
Provides:	%{bname}-plpython-virtual = %{current_major_version}
Conflicts:	%{bname}-plpython-virtual < %{current_major_version}
Provides:	%{bname}-plpython = %{EVRD}

%description plpython
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-plpython package contains the the PL/Python procedural languages for
the backend. PL/Python is part of the core server package.

%files plpython
%{_libdir}/postgresql/plpython.so
%{_libdir}/postgresql/plpython2.so

#----------------------------------------------------------------------------

%package plperl
Summary:	The PL/Perl procedural language for PostgreSQL
Group:		Databases
Requires:	%{name}-server = %{EVRD}
Requires:	%{bname}-server-ABI = %{current_major_version}
Provides:	%{bname}-plperl-virtual = %{current_major_version}
Conflicts:	%{bname}-plperl-virtual < %{current_major_version}
Provides:	%{bname}-plperl = %{EVRD}

%description plperl
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-plperl package contains the the PL/Perl procedural languages for the
backend. PL/Perl is part of the core server package.

%files plperl
%{_libdir}/postgresql/plperl.so

#----------------------------------------------------------------------------

%package pltcl
Summary:	The PL/Tcl procedural language for PostgreSQL
Group:		Databases
Requires:	%{name}-server = %{EVRD}
Requires:	%{bname}-server-ABI = %{current_major_version}
Provides:	%{bname}-pltcl-virtual = %{current_major_version}
Conflicts:	%{bname}-pltcl-virtual < %{current_major_version}
Provides:	%{bname}-pltcl = %{EVRD}

%description pltcl
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-pltcl package contains the the PL/Tcl procedural languages for the
backend. PL/Tcl is part of the core server package.

%files pltcl
%{_libdir}/postgresql/pltcl.so
%{_bindir}/pltcl_delmod
%{_bindir}/pltcl_listmod
%{_bindir}/pltcl_loadmod
%{_datadir}/postgresql/unknown.pltcl

#----------------------------------------------------------------------------

%package plpgsql
Summary:	The PL/PgSQL procedural language for PostgreSQL
Group:		Databases
Requires:	%{name}-server = %{EVRD}
Requires:	%{bname}-server-ABI = %{current_major_version}
Provides:	%{bname}-plpgsql-virtual = %{current_major_version}
Conflicts:	%{bname}-plpgsql-virtual < %{current_major_version}
Provides:	%{bname}-plpgsql = %{EVRD}

%description plpgsql
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-plpgsql package contains the the PL/PgSQL procedural languages for
the backend. PL/PgSQL is part of the core server package.

%files plpgsql
%{_libdir}/postgresql/plpgsql.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{bname}-%{version}
%patch0 -p1 -b .ossp-uuid_dir~
%patch1 -p1 -b .soname_fix~
%patch2 -p1 -b .xml-test~

%build
%serverbuild
# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`

%configure2_5x \
	--disable-rpath \
	--with-perl \
	--with-python \
	--with-tcl \
	--with-tclconfig=%{_libdir} \
	--with-openssl \
	--with-pam \
	--with-libxml \
	--with-libxslt \
	--libdir=%{_libdir} \
	--mandir=%{_mandir} \
	--prefix=%{_prefix} \
	--sysconfdir=%{_sysconfdir}/pgsql \
	--enable-nls \
%if %{with uuid}
	--with-ossp-uuid
%endif

# nuke -Wl,--no-undefined
perl -pi -e "s|-Wl,--no-undefined||g" src/Makefile.global

%if %{with uuid}
# bork...
echo "#define HAVE_OSSP_UUID_H 1" >> src/include/pg_config.h
%endif

%make world

pushd src/test
make all
popd


%install
make DESTDIR=%{buildroot} install-world install-docs

# install odbcinst.ini
mkdir -p %{buildroot}%{_sysconfdir}/pgsql

# PGDATA needs removal of group and world permissions due to pg_pwd hole.
install -d -m 700 %{buildroot}/var/lib/pgsql/data

# backups of data go here...
install -d -m 700 %{buildroot}/var/lib/pgsql/backups

# Create the multiple postmaster startup directory
install -d -m 700 %{buildroot}/etc/sysconfig/pgsql

mkdir -p %{buildroot}%{_var}/log/postgres

mkdir -p %{buildroot}%{logrotatedir}
cat > %{buildroot}%{logrotatedir}/%{bname} <<EOF
/var/log/postgres/postgresql {
    notifempty
    missingok
    copytruncate
}
EOF

install -D -m755 %{SOURCE11} %{buildroot}%{_initrddir}/postgresql

mv %{buildroot}%{_docdir}/%{bname}/html %{buildroot}%{_docdir}/%{name}-docs-%{version}

echo -n '' > main.lst
for i in \
    pg_ctl initdb pg_config psql pg_dump pgscripts \
    ecpg libpq%{major} ecpglib%{major_ecpg}; do
    %find_lang $i-%{current_major_version}
    cat $i-%{current_major_version}.lang >> main.lst
#    %find_lang $i
#    cat $i.lang >> main.lst
done
echo -n '' > server.lst
for i in postgres pg_resetxlog pg_controldata plpgsql plpython plperl pltcl; do
#    %find_lang $i
#    cat $i.lang >> server.lst
    %find_lang $i-%{current_major_version}
    cat $i-%{current_major_version}.lang >> server.lst
done

# pg_ctl.lang initdb.lang pg_config.lang psql.lang pg_dump.lang pgscripts.lang \
# postgres.lang pg_resetxlog.lang pg_controldata.lang \
# libpq.lang libecpg.lang \

# taken directly in build dir.
rm -fr %{buildroot}%{_datadir}/doc/postgresql/contrib/

#(
#cd postgresql-mdk
#make install DESTDIR=%buildroot
#)

mkdir -p %{buildroot}%{_sys_macros_dir}
cat > %{buildroot}%{_sys_macros_dir}/%{name}.macros <<EOF
%%postgresql_version %{version}
%%postgresql_major   %{current_major_version}
%%postgresql_minor   %{current_minor_version}
%%pgmodules_req Requires:	%{bname}-server-ABI} = %{current_major_version}
EOF

cat %{SOURCE13} > postgresql.mdv.releasenote
cat > README.urpmi <<EOF
You just installed or updated %{bname} server.
You can find important information about mandriva %{bname} rpms and database
management in:

%{_defaultdocdir}/%{name}-server/postgresql.mdv.releasenote

Please read it.
EOF

# postgres' .profile and .bashrc
install -D -m 700 %{SOURCE10} %{buildroot}%{_var}/lib/pgsql/.profile
(
cd %{buildroot}%{_var}/lib/pgsql/
ln -s .profile .bashrc
)

cat > %{buildroot}%{_sysconfdir}/sysconfig/postgresql <<EOF
# Olivier Thauvin <nanardon@mandriva.org>

# The database location:
# You probably won't change this
# PGDATA=/var/lib/pgsql/data

# What is the based locales for postgresql
# Setting locales to C allow to use any encoding
# ISO or UTF, any other choice will restrict you
# either ISO or UTF.
LC_ALL=C

# These are additional to pass to pg_ctl when starting/restarting postgresql.
# PGOPTIONS=
EOF

%check
make check


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 9.0.23-1
- (570372b) New version 9.0.23
- (570372b) Drop broken and unused requires filter
- (570372b) Fix xml test with new libxml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23796 |14mu|postgresql-9.3.25-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq devel\\(libtcl)

%define major 5
%define major_ecpg 6
%define libname %mklibname pq %{major}
%define libecpg %mklibname ecpg %{major_ecpg}

%define majorversion 9.3
%define minorversion 25
%define bname		%{name}%{majorversion}
%define server		%{name}-server
%define contrib		%{name}-contrib
%define metapl		%{name}-pl
%define plpython	%{name}-plpython
%define plperl		%{name}-plperl
%define pltcl		%{name}-pltcl
%define plpgsql		%{name}-plpgsql

%define pgdata /var/lib/pgsql
%define pguser postgres
%define logrotatedir %{_sysconfdir}/logrotate.d

%bcond_without	uuid

Summary: 	PostgreSQL client programs and libraries
Name:		postgresql
Version: 	%{majorversion}.%{minorversion}
Release: 	1
Epoch:	 	1
License:	BSD
Group:		Databases
Url:		http://www.postgresql.org/ 
Source0:	https://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
Source10:	postgres.profile
Source11:	postgresql.service
Source12:	postgresql.tmpfiles.d
Source14:	postgresql_initdb.sh
Source100:	%name.rpmlintrc
Patch0:		postgresql-9.0.4_ossp-uuid-dir.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	openssl-devel
BuildRequires:	pam-devel
BuildRequires:	perl-devel
BuildRequires:	python-devel
BuildRequires:	readline-devel
BuildRequires:	tcl-devel
BuildRequires:	libxml2-devel
BuildRequires:	libxslt-devel
BuildRequires:	zlib-devel
%if %{with uuid}
BuildRequires:  ossp-uuid-devel >= 1.6.2-5
%endif
# Need to build doc
BuildRequires:	docbook-dtd-xml
BuildRequires:	docbook-dtd42-sgml
BuildRequires:  xmlto
BuildRequires:	openjade
BuildRequires:	docbook-utils
BuildRequires:	xsltproc
BuildRequires:	docbook-style-xsl

Provides:	postgresql-clients = %{version}-%{release}
#Requires:	perl
Obsoletes:	postgresql9.0 postgresql8.5 postgresql8.4 postgresql8.3 postgresql8.2

%description
PostgreSQL is an advanced Object-Relational database management system (DBMS)
that supports almost all SQL constructs (including transactions, subselects and
user-defined types and functions). The postgresql package includes the client
programs and libraries that you'll need to access a PostgreSQL DBMS server.
These PostgreSQL client programs are programs that directly manipulate the
internal structure of PostgreSQL databases on a PostgreSQL server. These client
programs can be located on the same machine with the PostgreSQL server, or may
be on a remote machine which accesses a PostgreSQL server over a network
connection. This package contains the client libraries for C and C++, as well
as command-line utilities for managing PostgreSQL databases on a PostgreSQL
server.

If you want to manipulate a PostgreSQL database on a remote PostgreSQL server,
you need this package. You also need to install this package if you're
installing the postgresql-server package.

%package -n	%{libname}
Summary:	The shared libraries required for any PostgreSQL clients
Group:		System/Libraries
Provides:	postgresql-libs = %{version}-%{release}
%rename	%{_lib}pq9.0_5
%rename	%{_lib}pq8.5_5
%rename	%{_lib}pq8.4_5
%rename	%{_lib}pq8.3_5

%description -n	%{libname}
C and C++ libraries to enable user programs to communicate with the PostgreSQL
database backend. The backend can be on another machine and accessed through
TCP/IP.

%package -n	%{libecpg}
Summary:	Shared library libecpg for PostgreSQL
Group:		System/Libraries
%rename	%{_lib}ecpg9.0_6
%rename	%{_lib}ecpg8.5_6
%rename	%{_lib}ecpg8.4_6
%rename	%{_lib}ecpg8.3_6
Conflicts:	%{mklibname ecpg 5}

%description -n	%{libecpg}
Libecpg is used by programs built with ecpg (Embedded PostgreSQL for C) Use
postgresql-dev to develop such programs.

%package -n %{server}
Summary:	The programs needed to create and run a PostgreSQL server
Group:		Databases
Provides:	sqlserver
Provides:	postgresql-server = %{version}-%{release}
# add/remove services
Requires(post): rpm-helper
Requires(preun): rpm-helper
# add/del user
Requires(pre,postun): rpm-helper
Requires(post,preun): update-alternatives
# the client bins are needed for upgrading
Requires:	postgresql >= %{version}-%{release}
Requires:	postgresql-plpgsql >= %{version}-%{release}
Obsoletes:	postgresql9.0-server postgresql8.5-server postgresql8.4-server postgresql8.3-server postgresql8.2-server

%description -n %{server}
The postgresql-server package includes the programs needed to create and run a
PostgreSQL server, which will in turn allow you to create and maintain
PostgreSQL databases.  PostgreSQL is an advanced Object-Relational database
management system (DBMS) that supports almost all SQL constructs (including
transactions, subselects and user-defined types and functions). You should
install postgresql-server if you want to create and maintain your own
PostgreSQL databases and/or your own PostgreSQL server. You also need to
install the postgresql and postgresql-devel packages.

%package	docs
Summary:	Extra documentation for PostgreSQL
Group:		Databases
Obsoletes:	postgresql9.0-docs postgresql8.5-docs postgresql8.4-docs postgresql8.3-docs postgresql8.2-docs

%description	docs
The postgresql-docs package includes the SGML source for the documentation as
well as the documentation in other formats, and some extra documentation.
Install this package if you want to help with the PostgreSQL documentation
project, or if you want to generate printed documentation.

%package -n %{contrib}
Summary:	Contributed binaries distributed with PostgreSQL
Group:		Databases
#Requires:	postgresql-server >= %{version}-%{release}
Obsoletes:	postgresql9.0-contrib postgresql8.5-contrib postgresql8.4-contrib postgresql8.3-contrib postgresql8.2-contrib

%description -n %{contrib}
The postgresql-contrib package includes the contrib tree distributed with the
PostgreSQL tarball.  Selected contrib modules are prebuilt.

%package	devel
Summary:	PostgreSQL development header files and libraries
Group:		Development/Databases
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{libname} >= %{version}-%{release}
Requires:	%{libecpg} >= %{version}-%{release}
Obsoletes:	postgresql9.0-devel postgresql8.5-devel postgresql8.4-devel postgresql8.3-devel postgresql8.2-devel

%description	devel
The postgresql-devel package contains the header files and libraries needed to
compile C or C++ applications which will directly interact with a PostgreSQL
database management server and the ecpg Embedded C Postgres preprocessor. You
need to install this package if you want to develop applications which will
interact with a PostgreSQL server. If you're installing postgresql-server, you
need to install this package.

%package -n %{metapl}
Summary:	Procedurals languages for PostgreSQL
Group:		Databases
Provides:	%{name}-pl = %{version}-%{release}
Requires:	%{name}-plpython >= %{version}-%{release} 
Requires:	%{name}-plperl >= %{version}-%{release} 
Requires:	%{name}-pltcl >= %{version}-%{release} 
Requires:	%{name}-plpgsql >= %{version}-%{release} 
Obsoletes:	postgresql9.0-pl postgresql8.5-pl postgresql8.4-pl postgresql8.3-pl postgresql8.2-pl

%description -n %{metapl}
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-pl will install the the PL/Perl, PL/Tcl, and PL/Python procedural
languages for the backend. PL/Pgsql is part of the core server package.

%package -n %{plpython}
Summary:	The PL/Python procedural language for PostgreSQL
Group:		Databases
Provides:	%{name}-plpython = %{version}-%{release}
#Requires:	postgresql-server >= %{version}
Obsoletes:	postgresql9.0-plpython postgresql8.5-plpython postgresql8.4-plpython postgresql8.3-plpython postgresql8.2-plpython

%description -n %{plpython}
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-plpython package contains the the PL/Python procedural languages for
the backend. PL/Python is part of the core server package.

%package -n %{plperl}
Summary:	The PL/Perl procedural language for PostgreSQL
Group:		Databases	
Provides:	%{name}-plperl = %{version}-%{release}
#Requires:	postgresql-server >= %{version}
Obsoletes:	postgresql9.0-plperl postgresql8.5-plperl postgresql8.4-plperl postgresql8.3-plperl postgresql8.2-plperl

%description -n %{plperl}
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-plperl package contains the the PL/Perl procedural languages for the
backend. PL/Perl is part of the core server package.

%package -n %{pltcl}
Summary:	The PL/Tcl procedural language for PostgreSQL
Group:		Databases
Provides:	%{name}-pltcl = %{version}-%{release}
#Requires:	postgresql-server >= %{version}
Obsoletes:	postgresql9.0-pltcl postgresql8.5-pltcl postgresql8.4-pltcl postgresql8.3-pltcl postgresql8.2-pltcl

%description -n %{pltcl}
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-pltcl package contains the the PL/Tcl procedural languages for the
backend. PL/Tcl is part of the core server package.

%package -n %{plpgsql}
Summary:	The PL/PgSQL procedural language for PostgreSQL
Group:		Databases
Provides:	%{name}-plpgsql = %{version}-%{release}
#Requires:	postgresql-server >= %{version}
Obsoletes:	postgresql9.0-plpgsql postgresql8.5-plpgsql postgresql8.4-plpgsql postgresql8.3-plpgsql postgresql8.2-plpgsql

%description -n %{plpgsql}
PostgreSQL is an advanced Object-Relational database management system. The
postgresql-plpgsql package contains the the PL/PgSQL procedural languages for
the backend. PL/PgSQL is part of the core server package.

%prep

%setup -q
%apply_patches

%build
%serverbuild
# it does not work with -fPIE and someone added that to the serverbuild macro...
CFLAGS=`echo $CFLAGS|sed -e 's|-fPIE||g'`
CXXFLAGS=`echo $CXXFLAGS|sed -e 's|-fPIE||g'`
    #--libexecdir=%{_libexecdir}/%{bname} \
	#--program-suffix=%{majorversion} \ didnt work
	#--disable-static \
%configure2_5x \
    --disable-rpath \
    --with-perl \
    --with-python \
    --with-tcl \
	--with-tclconfig=%{_libdir} \
    --with-openssl \
    --with-pam \
    --with-libxml \
    --with-libxslt \
    --libdir=%{_libdir} \
    --mandir=%{_mandir} \
    --prefix=%{_prefix} \
    --sysconfdir=%{_sysconfdir}/pgsql \
    --enable-nls \
%if %{with uuid}
    --with-ossp-uuid
%endif

# $(rpathdir) come from Makefile
#perl -pi -e 's|^all:|LINK.shared=\$(COMPILER) -shared -Wl,-rpath,\$(rpathdir),-soname,\$(soname)\nall:|' src/pl/plperl/GNUmakefile

# nuke -Wl,--no-undefined
perl -pi -e "s|-Wl,--no-undefined||g" src/Makefile.global

%if %{with uuid}
# bork...
echo "#define HAVE_OSSP_UUID_H 1" >> src/include/pg_config.h
%endif

%make world

pushd src/test
make all
popd

%check
make check

%install
make DESTDIR=%{buildroot} install-world install-docs

# install odbcinst.ini
mkdir -p %{buildroot}%{_sysconfdir}/pgsql

# copy over Makefile.global to the include dir....
#install -m755 src/Makefile.global %{buildroot}%{_includedir}/pgsql/

# PGDATA needs removal of group and world permissions due to pg_pwd hole.
install -d -m 700 %{buildroot}%{pgdata}/data

# backups of data go here...
install -d -m 700 %{buildroot}%{pgdata}/backups

# Create the multiple postmaster startup directory
install -d -m 700 %{buildroot}/etc/sysconfig/pgsql

# install systemd units
mkdir -p %{buildroot}%{_unitdir}
install -m 644 %{SOURCE11} %{buildroot}%{_unitdir}/%{bname}.service

# Create the directory for sockets.
install -d -m 755 %{buildroot}/var/run/postgresql

# ... and make a tmpfiles script to recreate it at reboot.
mkdir -p %{buildroot}%{_tmpfilesdir}
install -m 0644 %{SOURCE12} %{buildroot}%{_tmpfilesdir}/%{bname}.conf

# install helper script for env initialisation 
mkdir -p %{buildroot}%{_prefix}/libexec
install -m 755 %{SOURCE14} %{buildroot}%{_prefix}/libexec


%if 0
# tests. There are many files included here that are unnecessary, but include
# them anyway for completeness.
mkdir -p %{buildroot}%{_libdir}/pgsql/test
cp -a src/test/regress %{buildroot}%{_libdir}/pgsql/test
install -m 0755 contrib/spi/refint.so %{buildroot}%{_libdir}/pgsql/test/regress
install -m 0755 contrib/spi/autoinc.so %{buildroot}%{_libdir}/pgsql/test/regress
pushd  %{buildroot}%{_libdir}/pgsql/test/regress/
strip *.so
popd
%endif

mkdir -p %{buildroot}/var/log/postgres

mkdir -p %{buildroot}%logrotatedir
cat > %{buildroot}%logrotatedir/%{name} <<EOF
/var/log/postgres/postgresql {
    notifempty
    missingok
    copytruncate
}
EOF

mv %{buildroot}%{_docdir}/%{name}/html %{buildroot}%{_docdir}/%{name}-docs-%{version}

echo -n "" > %{libname}.lst
echo -n "" > %{libecpg}.lst
echo -n "" > server.lst
echo -n "" > main.lst
echo -n "" > devel.lst
echo -n "" > plperl.lst
echo -n "" > plpython.lst
echo -n "" > pltcl.lst
echo -n "" > plpgsql.lst

# libs
%find_lang libpq%{major}-%{majorversion}
cat libpq%{major}-%{majorversion}.lang >> %{libname}.lst
%find_lang ecpglib%{major_ecpg}-%{majorversion}
cat ecpglib%{major_ecpg}-%{majorversion}.lang >> %{libecpg}.lst

# server
%find_lang initdb-%{majorversion}
cat initdb-%{majorversion}.lang >> server.lst
%find_lang pg_basebackup-%{majorversion}
cat pg_basebackup-%{majorversion}.lang >> server.lst
%find_lang pg_controldata-%{majorversion}
cat pg_controldata-%{majorversion}.lang >> server.lst
%find_lang pg_ctl-%{majorversion}
cat pg_ctl-%{majorversion}.lang >> server.lst
%find_lang pg_resetxlog-%{majorversion}
cat pg_resetxlog-%{majorversion}.lang >> server.lst
%find_lang postgres-%{majorversion}
cat postgres-%{majorversion}.lang >> server.lst

# main
%find_lang pg_config-%{majorversion}
cat pg_config-%{majorversion}.lang >> main.lst
%find_lang pg_dump-%{majorversion}
cat pg_dump-%{majorversion}.lang >> main.lst
%find_lang pgscripts-%{majorversion}
cat pgscripts-%{majorversion}.lang >> main.lst
%find_lang psql-%{majorversion}
cat psql-%{majorversion}.lang >>main.lst

# devel
%find_lang ecpg-%{majorversion}
cat ecpg-%{majorversion}.lang >> devel.lst

# perl
%find_lang plperl-%{majorversion}
cat plperl-%{majorversion}.lang >> plperl.lst

# python
%find_lang plpython-%{majorversion}
cat plpython-%{majorversion}.lang >> plpython.lst

# tcl
%find_lang pltcl-%{majorversion}
cat pltcl-%{majorversion}.lang >> pltcl.lst

# plpgsql
%find_lang plpgsql-%{majorversion}
cat plpgsql-%{majorversion}.lang >> plpgsql.lst

# taken directly in build dir.
rm -fr %{buildroot}%{_datadir}/doc/postgresql/contrib/

mkdir -p %{buildroot}/%_sys_macros_dir
cat > %{buildroot}/%_sys_macros_dir/%{name}.macros <<EOF
%%postgresql_version %{version}
%%postgresql_major   %{majorversion}
%%postgresql_minor   %{minorversion}
%%pgmodules_req Requires: %{?arch_tagged:%arch_tagged %{name}-server-ABI}%{?!arch_tagged:%{name}-server-ABI} >= %{majorversion}
EOF

# postgres' .profile and .bashrc
install -D -m 700 %SOURCE10 %{buildroot}%{pgdata}/.profile
(
cd %{buildroot}%{pgdata}/
ln -s .profile .bashrc
)

cat > %{buildroot}%_sysconfdir/sysconfig/postgresql <<EOF
# Olivier Thauvin <nanardon@mandriva.org>

# The database location:
# You probably won't change this
# PGDATA=%{pgdata}/data

# What is the based locales for postgresql
# Setting locales to C allow to use any encoding
# ISO or UTF, any other choice will restrict you
# either ISO or UTF.
LC_ALL=C

# These are additional to pass to pg_ctl when starting/restarting postgresql.
# PGOPTIONS=
EOF

# cleanup
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
find %{buildroot} -type f -name "*.a" -exec rm -f {} ';'

%pre -n %{server}
%_pre_useradd %{pguser} %{pgdata} /bin/bash
# if upgrade

[ ! -f %{pgdata}/data/PG_VERSION ] && exit 0
mypgversion=`cat %{pgdata}/data/PG_VERSION`
[ $mypgversion = %{majorversion} ] && exit 0

echo ""
echo "You currently have database tree for Postgresql $mypgversion"
echo "You must use postgresql${mypgversion}-server"
echo "To update you Postgresql server, dump your databases"
echo "delete /var/lib/pgsql/data/ content, upgrade the server, then"
echo "restore your databases from your backup"
echo ""

exit 1

%posttrans -n %{server}
%_post_service %{bname}
%tmpfiles_create %{bname}

%preun -n %{server}
%_preun_service %{bname}

%postun -n %{server}
%_postun_userdel %{pguser}

%files -f main.lst
%doc doc/KNOWN_BUGS doc/MISSING_FEATURES
%doc COPYRIGHT README HISTORY doc/bug.template
%{_bindir}/clusterdb
%{_bindir}/createdb
%{_bindir}/createlang
%{_bindir}/createuser
%{_bindir}/dropdb
%{_bindir}/droplang
%{_bindir}/dropuser
%{_bindir}/pg_basebackup
%{_bindir}/pg_dump
%{_bindir}/pg_dumpall
%{_bindir}/pg_isready
%{_bindir}/pg_receivexlog
%{_bindir}/pg_restore
%{_bindir}/pg_test_fsync
%{_bindir}/pg_test_timing
%{_bindir}/pg_xlogdump
%{_bindir}/psql
%{_bindir}/reindexdb
%{_bindir}/vacuumdb
%{_mandir}/man1/clusterdb.*
%{_mandir}/man1/createdb.*
%{_mandir}/man1/createlang.*
%{_mandir}/man1/createuser.*
%{_mandir}/man1/dropdb.*
%{_mandir}/man1/droplang.*
%{_mandir}/man1/dropuser.*
%{_mandir}/man1/pg_basebackup.*
%{_mandir}/man1/pg_dump.*
%{_mandir}/man1/pg_dumpall.*
%{_mandir}/man1/pg_isready.1*
%{_mandir}/man1/pg_receivexlog.1*
%{_mandir}/man1/pg_restore.*
%{_mandir}/man1/pg_test_fsync.1*
%{_mandir}/man1/pg_test_timing.1*
%{_mandir}/man1/pg_xlogdump.1*
%{_mandir}/man1/psql.*
%{_mandir}/man1/reindexdb.*
%{_mandir}/man1/vacuumdb.*
%{_mandir}/man7/*
%_sys_macros_dir/%{name}.macros

%files -n %{libname} -f %{libname}.lst
%{_libdir}/libpq.so.%{major}*

%files -n %{libecpg} -f %{libecpg}.lst
%{_libdir}/libecpg.so.%{major_ecpg}*
%{_libdir}/libecpg_compat.so.*
%{_libdir}/libpgtypes.so.*

%files docs
%doc %{_docdir}/%{name}-docs-%{version}

%files -n %{contrib}
%{_libdir}/postgresql/_int.so
%{_libdir}/postgresql/btree_gist.so
%{_libdir}/postgresql/chkpass.so
%{_libdir}/postgresql/cube.so
%{_libdir}/postgresql/dblink.so
%{_libdir}/postgresql/earthdistance.so
%{_libdir}/postgresql/fuzzystrmatch.so
%{_libdir}/postgresql/insert_username.so
%{_libdir}/postgresql/lo.so
%{_libdir}/postgresql/ltree.so
%{_libdir}/postgresql/moddatetime.so
%{_libdir}/postgresql/pgcrypto.so
%{_libdir}/postgresql/pgstattuple.so
%{_libdir}/postgresql/refint.so
%{_libdir}/postgresql/seg.so
%{_libdir}/postgresql/tablefunc.so
%{_libdir}/postgresql/tcn.so
%{_libdir}/postgresql/timetravel.so
%{_libdir}/postgresql/pg_trgm.so
%{_libdir}/postgresql/autoinc.so
%{_libdir}/postgresql/pg_buffercache.so
%{_libdir}/postgresql/adminpack.so
%{_libdir}/postgresql/hstore.so
%{_libdir}/postgresql/isn.so
%{_libdir}/postgresql/pg_freespacemap.so
%{_libdir}/postgresql/pgrowlocks.so
%{_libdir}/postgresql/sslinfo.so
%{_libdir}/postgresql/pageinspect.so
%{_libdir}/postgresql/postgres_fdw.so
%{_libdir}/postgresql/worker_spi.so
%{_bindir}/oid2name
%{_bindir}/pgbench
%{_bindir}/vacuumlo
%{_mandir}/man1/oid2name.1*
%{_mandir}/man1/pgbench.1*
%{_mandir}/man1/vacuumlo.1*

%files -n %{server} -f server.lst
%{_unitdir}/%{bname}.service
%{_tmpfilesdir}/%{bname}.conf
%config(noreplace) %{_sysconfdir}/sysconfig/postgresql
%{_bindir}/initdb
%{_bindir}/pg_controldata
%{_bindir}/pg_ctl
%{_bindir}/pg_resetxlog
%{_bindir}/postgres
%{_bindir}/postmaster
%{_bindir}/pg_standby
%{_bindir}/pg_archivecleanup
%{_bindir}/pg_upgrade
%{_prefix}/libexec/postgresql_initdb.sh
%{_mandir}/man1/initdb.1*
%{_mandir}/man1/pg_controldata.*
%{_mandir}/man1/pg_ctl.1*
%{_mandir}/man1/pg_resetxlog.*
%{_mandir}/man1/pg_upgrade.1*
%{_mandir}/man1/postgres.1*
%{_mandir}/man1/postmaster.1*
%dir %{_libdir}/postgresql
%dir %{_datadir}/postgresql
%attr(644,%{pguser},%{pguser}) %config(noreplace) %{pgdata}/.bashrc
%attr(-,%{pguser},%{pguser}) %{pgdata}/.profile
%attr(700,%{pguser},%{pguser}) %dir %{pgdata}
%attr(-,%{pguser},%{pguser}) %{pgdata}/data
%attr(700,%{pguser},%{pguser}) %dir %{pgdata}/backups
%{_libdir}/postgresql/*_and_*.so
%{_libdir}/postgresql/auth_delay.so
%{_libdir}/postgresql/auto_explain.so
%{_libdir}/postgresql/btree_gin.so
%{_libdir}/postgresql/citext.so
%{_libdir}/postgresql/dict_int.so
%{_libdir}/postgresql/dict_snowball.so
%{_libdir}/postgresql/dict_xsyn.so
%{_libdir}/postgresql/dummy_seclabel.so
%{_libdir}/postgresql/euc2004_sjis2004.so
%{_libdir}/postgresql/file_fdw.so
%{_libdir}/postgresql/libpqwalreceiver.so
%{_libdir}/postgresql/passwordcheck.so
%{_libdir}/postgresql/pg_stat_statements.so
%{_libdir}/postgresql/pg_upgrade_support.so
%{_libdir}/postgresql/pgxml.so
%{_libdir}/postgresql/test_parser.so
%{_libdir}/postgresql/tsearch2.so
%{_libdir}/postgresql/unaccent.so
%if %{with uuid}
%{_libdir}/postgresql/uuid-ossp.so
%endif
%{_datadir}/postgresql/postgres.bki
%{_datadir}/postgresql/postgres.description
%{_datadir}/postgresql/*.sample
%{_datadir}/postgresql/timezone
%{_datadir}/postgresql/system_views.sql
%{_datadir}/postgresql/conversion_create.sql
%{_datadir}/postgresql/information_schema.sql
%{_datadir}/postgresql/snowball_create.sql
%{_datadir}/postgresql/sql_features.txt
%{_datadir}/postgresql/postgres.shdescription
%dir %{_datadir}/postgresql/timezonesets
%{_datadir}/postgresql/timezonesets/Africa.txt
%{_datadir}/postgresql/timezonesets/America.txt
%{_datadir}/postgresql/timezonesets/Antarctica.txt
%{_datadir}/postgresql/timezonesets/Asia.txt
%{_datadir}/postgresql/timezonesets/Atlantic.txt
%{_datadir}/postgresql/timezonesets/Australia
%{_datadir}/postgresql/timezonesets/Australia.txt
%{_datadir}/postgresql/timezonesets/Default
%{_datadir}/postgresql/timezonesets/Etc.txt
%{_datadir}/postgresql/timezonesets/Europe.txt
%{_datadir}/postgresql/timezonesets/India
%{_datadir}/postgresql/timezonesets/Indian.txt
%{_datadir}/postgresql/timezonesets/Pacific.txt
%{_datadir}/postgresql/tsearch_data
%dir %{_datadir}/postgresql/extension
%{_datadir}/postgresql/extension/*
%attr(700,postgres,postgres) %dir /var/log/postgres
%logrotatedir/%{name}
%{_mandir}/man1/pg_archivecleanup.1*
%{_mandir}/man1/pg_standby.1*

%files devel -f devel.lst
# %doc doc/TODO doc/TODO.detail
%{_includedir}/*
%{_bindir}/ecpg
%{_bindir}/pg_config
%{_libdir}/libecpg_compat.so
%{_libdir}/libecpg.so
%{_libdir}/libpgtypes.so
%{_libdir}/libpq.so
%{_libdir}/postgresql/pgxs/
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man1/ecpg.1*
%{_mandir}/man1/pg_config.1*
%{_mandir}/man3/SPI_*.3*
%{_mandir}/man3/dblink*.3*

%files -n %{metapl}
# metapkg

%files -n %{plpython} -f plpython.lst
%{_libdir}/postgresql/plpython*.so

%files -n %{plperl} -f plperl.lst
%{_libdir}/postgresql/plperl.so

%files -n %{pltcl} -f pltcl.lst
%{_libdir}/postgresql/pltcl.so
%{_bindir}/pltcl_delmod
%{_bindir}/pltcl_listmod
%{_bindir}/pltcl_loadmod
%{_datadir}/postgresql/unknown.pltcl

%files -n %{plpgsql} -f plpgsql.lst
%{_libdir}/postgresql/plpgsql.so


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23797 |14mu|potrace-1.14-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Utility for transforming a bitmap into a scalable image
Name:		potrace
Version:	1.14
Release:	2
License:	GPLv2+
Group:		Graphics
Url:		http://potrace.sourceforge.net/
Source0:	http://potrace.sourceforge.net/download/%{version}/%{name}-%{version}.tar.gz
Patch0:		potrace-1.14-CVE-2016-8698.patch
BuildRequires:	pkgconfig(zlib)
Provides:	fonttracer = %{EVRD}

%description
potrace is a utility for tracing a bitmap, which means, transforming a bitmap
into a smooth, scalable image. The input is a bitmap (PBM, PGM, PPM, or BMP
format), and the output can be EPS (default), Postscript, SVG ou PGM (for easy
antialiasing). A typical use is to create EPS files from scanned data, such as
company or university logos, handwritten notes, etc. The resulting image is not
"jaggy" like a bitmap, but smooth. It can then be rendered at any resolution.

%files
%doc AUTHORS COPYING ChangeLog README NEWS
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The %{name} shared library package
Group:		System/Libraries
Suggests:	%{name}

%description -n %{libname}
potrace is a utility for tracing a bitmap, which means, transforming a bitmap
into a smooth, scalable image. The input is a bitmap (PBM, PGM, PPM, or BMP
format), and the output can be EPS (default), Postscript, SVG ou PGM (for easy
antialiasing). This is the %{name} library package: it is not needed for the
normal use of %{name}, but only for programs integrating its functionalities.

%files -n %{libname}
%doc COPYING ChangeLog
%{_libdir}/libpotrace.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The %{name} development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	potrace-devel = %{EVRD}

%description -n %{devname}
This package includes the development files required to build software against
%{libname}.

%files -n %{devname}
%doc COPYING ChangeLog
%{_includedir}/potracelib.h
%{_libdir}/libpotrace.so

#----------------------------------------------------------------------------
%prep
%setup -q
%apply_patches

# fix file perm
chmod -R go+rX .

%build
%configure2_5x \
	--enable-a4 \
	--disable-static \
	--with-libpotrace
%make

%install
%makeinstall_std


%changelog

* Sun May 28 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.14-2
- (9c2281a) Shared library should only suggest main package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23798 |14mu|poxml-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Xml2po and vice versa converters for KDE
Name:		poxml
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	gettext-devel
BuildRequires:	kdelibs4-devel
Suggests:	md5deep
Conflicts:	kdesdk4-po2xml < 1:4.11.0
Obsoletes:	kdesdk4-po2xml < 1:4.11.0

%description
Xml2po and vice versa converters for KDE.

%files
%{_kde_bindir}/po2xml
%{_kde_bindir}/split2po
%{_kde_bindir}/swappo
%{_kde_bindir}/xml2pot
%{_kde_mandir}/man1/po2xml.1.*
%{_kde_mandir}/man1/split2po.1.*
%{_kde_mandir}/man1/swappo.1.*
%{_kde_mandir}/man1/xml2pot.1.*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 0f829aa
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23799 |14mu|ppp-2.4.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without inet6

Summary:	The PPP daemon and documentation
Name:		ppp
Version:	2.4.7
Release:	4
License:	BSD-like
Group:		System/Servers
Url:		http://www.samba.org/ppp/
Source0:	ftp://ftp.samba.org/pub/ppp/%{name}-%{version}.tar.gz
Source1:	ppp-2.4.3-pam.conf
Source2:	ppp-2.4.1-mppe-crypto.tar.bz2
Source3:	README.pppoatm
Source4:	ppp.logrotate
Source5:	ppp-dhcpc.tar.bz2
Source6:	ppp-tmpfiles.conf
Source104:	ip-down
Source105:	ip-down.ipv6to4
Source106:	ip-up
Source107:	ip-up.ipv6to4
Source108:	ipv6-down
Source109:	ipv6-up
Source110:	ifup-ppp
Source111:	ifdown-ppp
Source112:	ppp-watch.tar.xz
Patch0:		ppp-2.4.7-make.patch
Patch1:		ppp-2.3.6-sample.patch
Patch2:		ppp-options.patch
Patch3:		ppp-2.4.3-pppdump-Makefile.patch
Patch4:		ppp-2.4.7-noexttraffic.patch
# (blino) use external libatm for pppoatm plugin
Patch5:		ppp-2.4.3-libatm.patch
Patch6:		ppp-2.4.2-pie.patch
Patch7:		ppp-2.4.4-multipledefrt.patch
Patch8:		ppp-2.4.4-dontwriteetc.patch
Patch9:		ppp-2.4.3-pic.patch
Patch10:	ppp-2.4.3-etcppp.patch
Patch11:	ppp-2.4.5-includes-sha1.patch
Patch12:	ppp-2.4.5-makeopt2.patch
Patch13:	ppp-2.4.7-nostrip.patch
BuildRequires:	libtool
BuildRequires:	atm-devel
BuildRequires:	pcap-devel
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pam-devel
BuildRequires:	openssl-devel
BuildRequires:	pkgconfig(systemd)
BuildRequires:	glib2-devel
Requires(post):	systemd
Requires:	glibc >= 2.0.6
Requires:	initscripts >= 9.54

%description
The ppp package contains the PPP (Point-to-Point Protocol) daemon
and documentation for PPP support.  The PPP protocol provides a
method for transmitting datagrams over serial point-to-point links.

The ppp package should be installed if your machine need to support
the PPP protocol.

%files
%doc FAQ PLUGINS README* scripts sample 
%{_sbindir}/chat
%{_sbindir}/pppdump
%attr(5755,root,root) %{_sbindir}/pppd
%attr(0755,root,daemon) %{_sbindir}/pppstats
%{_sbindir}/ppp-watch
%dir %{_sysconfdir}/ppp
%{_sysconfdir}/ppp/ip-up
%{_sysconfdir}/ppp/ip-down
%{_sysconfdir}/ppp/ip-up.ipv6to4
%{_sysconfdir}/ppp/ip-down.ipv6to4
%{_sysconfdir}/ppp/ipv6-up
%{_sysconfdir}/ppp/ipv6-down
%{_sysconfdir}/sysconfig/network-scripts/ifdown-ppp
%{_sysconfdir}/sysconfig/network-scripts/ifup-ppp
%{_mandir}/man*/*
%exclude %{_mandir}/man8/*rad*
%dir %{_libdir}/pppd
%{_libdir}/pppd/%{version}
%exclude %{_libdir}/pppd/%{version}/pppoatm.so
%exclude %{_libdir}/pppd/%{version}/rp-pppoe.so
%exclude %{_libdir}/pppd/%{version}/rad*
%exclude %{_libdir}/pppd/%{version}/dhcpc.so
%{_tmpfilesdir}/%{name}.conf
%ghost %dir %{_var}/run/ppp
%ghost %{_var}/run/ppp/resolv.conf
%attr(700, root, root) %dir %{_var}/log/ppp
%{_var}/log/ppp/*
%attr(0600,root,daemon) %config(noreplace) %{_sysconfdir}/ppp/chap-secrets
%attr(0600,root,daemon) %config(noreplace) %{_sysconfdir}/ppp/options
%attr(0600,root,daemon) %config(noreplace) %{_sysconfdir}/ppp/pap-secrets
%attr(0600,root,daemon) %{_sysconfdir}/ppp/connect-errors
%attr(0600,root,daemon) %{_sysconfdir}/ppp/resolv.conf
%attr(755,root,daemon) %dir %{_sysconfdir}/ppp/peers
%config(noreplace) %{_sysconfdir}/pam.d/ppp
%config(noreplace) %{_sysconfdir}/logrotate.d/ppp

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf

#----------------------------------------------------------------------------

%package devel
Summary:	PPP devel files
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description devel
PPP over ATM plugin for %{name}.

%files devel
%doc README*
%{_includedir}/pppd/*
%{multiarch_includedir}/pppd/pathnames.h

#----------------------------------------------------------------------------

%package pppoatm
Summary:	PPP over ATM plugin for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description pppoatm
PPP over ATM plugin for %{name}.

%files pppoatm
%doc README
%{_libdir}/pppd/%{version}/pppoatm.so

#----------------------------------------------------------------------------

%package pppoe
Summary:	PPP over ethernet plugin for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description pppoe
PPP over ethernet plugin for %{name}.

%files pppoe
%doc README
%{_libdir}/pppd/%{version}/rp-pppoe.so
%{_sbindir}/pppoe-discovery

#----------------------------------------------------------------------------

%package radius
Summary:	Radius plugin for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}
Requires:	radiusclient-utils

%description radius
Radius plugin for %{name}.

%files radius
%doc README
%{_libdir}/pppd/%{version}/rad*.so
%{_mandir}/man8/*rad*

#----------------------------------------------------------------------------

%package dhcp
Summary:	DHCP plugin for %{name}
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description dhcp
DHCP plugin for %{name}.

%files dhcp
%doc pppd/plugins/dhcp/README
%doc pppd/plugins/dhcp/AUTHORS
%doc pppd/plugins/dhcp/COPYING
%{_libdir}/pppd/%{version}/dhcpc.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .make
%patch1 -p1 -b .sample
%patch2 -p1 -b .options
%patch3 -p1 -b .pppdump-Makefile

# (gg) add noext-traffic option
%patch4 -p1 -b .noext

%patch5 -p1 -b .libatm
%patch6 -p1 -b .pie
%patch7 -p1 -b .multipledefrt

tar -xjf %{SOURCE2}
pushd pppd/plugins
	tar -xjf %{SOURCE5}
popd

%patch8 -p1 -b .dontwriteetc

%patch9 -p1 -b .pic
%patch10 -p1 -b .etcppp
%patch11 -p1 -b .incsha1
%patch12 -p1 -b .dhcp
%patch13 -p1 -b .nostrip

tar -xJf %{SOURCE112}

# lib64 fixes
perl -pi -e "s|^(LIBDIR.*)\\\$\(DESTDIR\)/lib|\1\\\$(INSTROOT)%{_libdir}|g" pppd/Makefile.linux pppd/plugins/Makefile.linux pppd/plugins/{pppoatm,radius,rp-pppoe,pppol2tp}/Makefile.linux
perl -pi -e "s|(--prefix=/usr)|\1 --libdir=%{_libdir}|g" pppd/plugins/radius/Makefile.linux
perl -pi -e "/_PATH_PLUGIN/ and s,(?:/usr/lib|DESTDIR (\")/lib),\$1%{_libdir},"  pppd/pathnames.h
# enable the dhcp plugin
perl -p -i -e "s|^(PLUGINS :=)|SUBDIRS += dhcp\n\$1|g" pppd/plugins/Makefile.linux

# fix /usr/local in scripts path
perl -pi -e "s|/usr/local/bin/pppd|%{_sbindir}/pppd|g;
	     s|/usr/local/bin/ssh|%{_bindir}/ssh|g;
	     s|/usr/local/bin/expect|%{_bindir}/expect|g" \
	scripts/ppp-on-rsh \
	scripts/ppp-on-ssh \
	scripts/secure-card

%if %{with inet6}
perl -pi -e "s/#HAVE_INET6/HAVE_INET6/" pppd/Makefile.linux
%endif

%build
perl -pi -e "s/openssl/openssl -DOPENSSL_NO_SHA1/;" openssl/crypto/sha/Makefile

%configure2_5x
%make RPM_OPT_FLAGS="%{optflags}" LIBDIR=%{_libdir}
%make -C pppd/plugins -f Makefile.linux
%make -C ppp-watch %{?_smp_mflags}

%install
mkdir -p %{buildroot}{%{_sbindir},%{_bindir},/usr/X11R6/bin/,%{_mandir}/man8,%{_sysconfdir}/{ppp/peers,pam.d}}

%makeinstall LIBDIR=%{buildroot}%{_libdir}/pppd/%{version}/ INSTALL=install -C pppd/plugins/dhcp
%makeinstall INSTROOT=%{buildroot} SUBDIRS="pppoatm rp-pppoe radius pppol2tp"
%makeinstall ROOT=%{buildroot} mandir=/usr/share/man -C ppp-watch install

%multiarch_includes %{buildroot}%{_includedir}/pppd/pathnames.h

# (gg) Allow stripping
chmod u+w %{buildroot}%{_sbindir}/*

chmod go+r scripts/*
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/ppp
install -m 644 %{SOURCE3} %{_builddir}/%{name}-%{version}/

# (stew) fix permissions
chmod 0755 `find %{buildroot} -name "*\.so"`

# Provide pointers for people who expect stuff in old places
touch %{buildroot}%{_var}/log/ppp/connect-errors
touch %{buildroot}%{_var}/run/ppp/resolv.conf
ln -s ../../var/log/ppp/connect-errors %{buildroot}%{_sysconfdir}/ppp/connect-errors
ln -s ../../var/run/ppp/resolv.conf %{buildroot}%{_sysconfdir}/ppp/resolv.conf

# Logrotate script
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/ppp

# install tmpfiles conf
install -m644 -D %{SOURCE6} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# install scripts (previously owned by initscripts package)
install -d %{buildroot}%{_sysconfdir}/ppp
install -p %{SOURCE104} %{buildroot}%{_sysconfdir}/ppp/ip-down
install -p %{SOURCE105} %{buildroot}%{_sysconfdir}/ppp/ip-down.ipv6to4
install -p %{SOURCE106} %{buildroot}%{_sysconfdir}/ppp/ip-up
install -p %{SOURCE107} %{buildroot}%{_sysconfdir}/ppp/ip-up.ipv6to4
install -p %{SOURCE108} %{buildroot}%{_sysconfdir}/ppp/ipv6-down
install -p %{SOURCE109} %{buildroot}%{_sysconfdir}/ppp/ipv6-up

install -d %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/
install -p %{SOURCE110} %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifup-ppp
install -p %{SOURCE111} %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifdown-ppp

%changelog

* Tue Jun 30 2015 din <d.fedorov@ntcit-rosa.ru> 2.4.7-4
- (78a23fb) Merge pull request #1 from law/ppp:rosa2014.1
- (78a23fb) Move ppp initscripts to ppp package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23800 |14mu|prelink-0.5.0-1.20130503.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	date 20130503

Summary:	An ELF prelinking utility
Name:		prelink
Epoch:		1
Version:	0.5.0
Release:	1.%{date}.2
License:	GPLv2+
Group:		System/Base
# actually, ripped from latest srpm from
# http://mirrors.kernel.org/fedora/development/15/source/SRPMS/prelink-0.4.4-1.fc15.src.rpm
Source0:	http://people.redhat.com/jakub/prelink/%{name}-%{date}.tar.bz2
Source2:	prelink.conf
Source3:	prelink.cron
Source4:	prelink.sysconfig
Source5:	prelink.macros
Source6:	prelink.logrotate
Patch0:		prelink-0.5.0-init.patch
Patch1:		fix-libgelf-linking.patch

BuildRequires:	elfutils-static-devel
BuildRequires:	glibc-static-devel
BuildRequires:	perl
Requires:	coreutils
Requires:	gawk
Requires:	grep
Requires:	findutils
Requires:	util-linux
Requires(post):	rpm-helper

%description
The prelink package contains a utility which modifies ELF shared libraries
and executables, so that far fewer relocations need to be resolved at runtime
and thus programs come up faster.

%prep
%setup -qn %{name}
%patch0 -p1 -b .init
%patch1 -p1 -b .libgelf~
cp -a %{SOURCE2} %{SOURCE3} %{SOURCE4} .
perl -MConfig -e 'print "-l $Config{archlib}\n-l $Config{installvendorarch}\n"' >> prelink.conf
echo -e "-l %{py_platsitedir}\\n-l %{py_platlibdir}/lib-dynload\\n"|sed -e 's#%{py_ver}#*#g' >> prelink.conf
sed -i -e '/^prelink_LDADD/s/$/ -lpthread/' src/Makefile.{am,in}

%build
%configure2_5x --disable-shared
%make

%check
%define testcc CC='gcc -Wl,--add-needed' CXX='g++ -Wl,--add-needed'
echo ====================TESTING=========================
#make -C testsuite check-harder %{testcc}
#make -C testsuite check-cycle %{testcc}
echo ====================TESTING END=====================

%install
%{makeinstall_std}
install -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/prelink.conf
install -m755 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/cron.daily/prelink
install -m644 %{SOURCE4} -D %{buildroot}%{_sysconfdir}/sysconfig/prelink
install -m644 %{SOURCE5} -D %{buildroot}%{_sys_macros_dir}/%{name}.macros
install -m644 %{SOURCE6} -D %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

mkdir -p %{buildroot}{%{_localstatedir}/lib/misc,%{_var}/log/prelink}
touch %{buildroot}%{_localstatedir}/lib/misc/prelink.full
touch %{buildroot}%{_localstatedir}/lib/misc/prelink.force
touch %{buildroot}%{_var}/log/prelink/prelink.log

mkdir -p %{buildroot}%{_sysconfdir}/prelink.conf.d
touch %{buildroot}%{_sysconfdir}/prelink.cache

%post
%create_ghostfile %{_localstatedir}/lib/misc/prelink.full root root 644
%create_ghostfile %{_localstatedir}/lib/misc/prelink.force root root 644
%create_ghostfile %{_var}/log/prelink/prelink.log root root 600

%preun
if [ "$1" = "0" ]; then
 echo undo prelinking, it might take some time
 %{_sbindir}/prelink -ua 2> /dev/null
fi

# This is a bit sub-optimal and only does libraries for now,
# once trigger functionality in rpm has been extended so that
# matching files can be passed by name, we can do it faster
# and also trigger it on binaries as well.
# XXX: disabled, too slow, will rather consider re-enabling it
# per file when triggers has been extended with the necessary
# functionality
%if 0
#"%{distepoch}" >= "2012.0"
%triggerin -- /lib/*.so.*, /lib64/*.so.*, %{_prefix}/lib/*.so.*, %{_prefix}/lib64/*.so.*
[ -f %{_sysconfdir}/sysconfig/prelink ] && . %{_sysconfdir}/sysconfig/prelink
echo "`date`, %{_sbindir}/prelink $PRELINK_OPTS --libs-only --all --quick --verbose:" >> %{_var}/log/prelink/prelink.log
/usr/bin/time %{_sbindir}/prelink $PRELINK_OPTS --libs-only --all --quick --verbose &>> %{_var}/log/prelink/prelink.log
%endif

%files
%doc doc/prelink.pdf
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/prelink.conf
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/sysconfig/prelink
%verify(not md5 size mtime) %{_sysconfdir}/prelink.cache
%dir %{_sysconfdir}/prelink.conf.d
%config(noreplace) %{_sys_macros_dir}/%{name}.macros
%{_sysconfdir}/cron.daily/prelink
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_sbindir}/prelink
%{_bindir}/execstack
%{_mandir}/man8/prelink.8*
%{_mandir}/man8/execstack.8*
%dir %{_var}/log/prelink
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_localstatedir}/lib/misc/prelink.full
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_localstatedir}/lib/misc/prelink.force
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_var}/log/prelink/prelink.log

%changelog
* Fri Jan 09 2015 dsilakov <denis.silakov@rosalab.ru> 1:0.5.0-1.20130503.2
+ Revision: 25900a5
- Merge pull request #1 from alexey_rassikhin/prelink:rosa2014.1
- Fix prelink



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23801 |14mu|prelude-manager-1.0.2-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Prelude Hybrid Intrusion Detection System Manager
Name:		prelude-manager
Version:	1.0.2
Release:	12
License:	GPLv2+
Group:		System/Servers
Url:		http://www.prelude-ids.org/
Source0:	http://www.prelude-ids.org/download/releases/%{name}/%{name}-%{version}.tar.gz
Source2:	%{name}-tmpfiles.conf
Source4:	prelude-manager.service
# They removed this code and provides it only with their "enterprise" version.
# Sorry, but this is GPL, so we use the code from v1.0.1
Patch0:		prelude-manager-1.0.1-missing_relaying.diff
Patch1:		prelude-manager-automake-1.13.patch
Patch2:		prelude-manager-1.0.2-glibc-2.17.patch
BuildRequires:	chrpath
BuildRequires:	libtool
BuildRequires:	preludedb-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libprelude)
BuildRequires:	pkgconfig(libxml-2.0)
Requires:	prelude-tools
Requires:	tcp_wrappers
Requires:	python-prelude
Requires(post,postun,pre,preun):	rpm-helper
Obsoletes:	prelude-doc < 1.0.2-7
%rename		prelude

%description
Prelude Manager is the main program of the Prelude Hybrid IDS
suite. It is a multithreaded server which handles connections from
the Prelude sensors. It is able to register local or remote
sensors, let the operator configure them remotely, receive alerts,
and store alerts in a database or any format supported by
reporting plugins, thus providing centralized logging and
analysis. It also provides relaying capabilities for failover and
replication. The IDMEF standard is used for alert representation.
Support for filtering plugins allows you to hook in different
places in the Manager to define custom criteria for alert relaying
and logging.

%files
%doc AUTHORS COPYING ChangeLog HACKING.README NEWS README README.urpmi
%attr(0755,root,root) %{_unitdir}/%{name}.service
%attr(0755,root,root) %{_sbindir}/%{name}
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/decodes
%dir %{_libdir}/%{name}/filters
%dir %{_libdir}/%{name}/reports
%attr(0755,root,root) %{_libdir}/%{name}/filters/idmef-criteria.so
%attr(0755,root,root) %{_libdir}/%{name}/filters/thresholding.so
%attr(0755,root,root) %{_libdir}/%{name}/reports/debug.so
%attr(0755,root,root) %{_libdir}/%{name}/reports/relaying.so
%attr(0755,root,root) %{_libdir}/%{name}/reports/smtp.so
%attr(0755,root,root) %{_libdir}/%{name}/reports/textmod.so
%attr(0755,root,root) %{_libdir}/%{name}/decodes/normalize.so
%attr(0750,prelude-manager,prelude-manager) %dir %{_var}/spool/%{name}
%attr(0750,prelude-manager,prelude-manager) %dir %{_var}/spool/%{name}/scheduler
%dir %attr(0750,prelude-manager,prelude-manager) %{_logdir}/%{name}
%ghost %attr(0640,prelude-manager,prelude-manager) %{_logdir}/%{name}/prelude.log
%ghost %attr(0640,prelude-manager,prelude-manager) %{_logdir}/%{name}/prelude-xml.log
%dir %attr(0750,prelude-manager,prelude-manager) %{_localstatedir}/lib/%{name}
%dir %attr(0750,prelude-manager,prelude-manager) %{_sysconfdir}/prelude/profile/%{name}
%dir %{_sysconfdir}/%{name}
%attr(0640,root,prelude-manager) %config(noreplace) %{_sysconfdir}/%{name}/*.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_mandir}/man1/prelude-manager.1*
%{_tmpfilesdir}/%{name}.conf

%post
%tmpfiles_create %{name}
%create_ghostfile %{_logdir}/prelude-manager/prelude.log prelude-manager prelude-manager 640
%create_ghostfile %{_logdir}/prelude-manager/prelude-xml.log prelude-manager prelude-manager 640
[ ! -f %{_sysconfdir}/prelude/profile/%{name}/analyzerid ] && [ -x %{_bindir}/prelude-adduser ] && \
  %{_bindir}/prelude-adduser add prelude-manager --uid `%{__id} -u prelude-manager` --gid `%{__id} -g prelude-manager` >/dev/null 2>&1 || :
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%pre
%_pre_useradd prelude-manager %{_localstatedir}/lib/%{name} /bin/false

%postun
%_postun_userdel prelude-manager
%systemd_postun_with_restart %{name}.service

#----------------------------------------------------------------------------

%package db-plugin
Summary:	Database report plugin for Prelude IDS Manager
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description db-plugin
Prelude Manager is the main program of the Prelude Hybrid IDS
suite. It is a multithreaded server which handles connections from
the Prelude sensors. It is able to register local or remote
sensors, let the operator configure them remotely, receive alerts,
and store alerts in a database or any format supported by
reporting plugins, thus providing centralized logging and
analysis. It also provides relaying capabilities for failover and
replication. The IDMEF standard is used for alert representation.
Support for filtering plugins allows you to hook in different
places in the Manager to define custom criteria for alert relaying
and logging.

This plugin authorize prelude-manager to write to database

%files db-plugin
%attr(0755,root,root) %{_libdir}/%{name}/reports/db.so

#----------------------------------------------------------------------------

%package xml-plugin
Summary:	XML report plugin for Prelude IDS Manager
Group:		System/Servers
Requires:	%{name} = %{EVRD}

%description xml-plugin
Prelude Manager is the main program of the Prelude Hybrid IDS
suite. It is a multithreaded server which handles connections from
the Prelude sensors. It is able to register local or remote
sensors, let the operator configure them remotely, receive alerts,
and store alerts in a database or any format supported by
reporting plugins, thus providing centralized logging and
analysis. It also provides relaying capabilities for failover and
replication. The IDMEF standard is used for alert representation.
Support for filtering plugins allows you to hook in different
places in the Manager to define custom criteria for alert relaying
and logging.

This plugin adds XML logging capabilities to the Prelude IDS
Manager.

%files xml-plugin
%attr(0755,root,root) %{_libdir}/%{name}/reports/xmlmod.so
%{_datadir}/%{name}/xmlmod/idmef-message.dtd

#----------------------------------------------------------------------------

%package devel
Summary:	Libraries, includes, etc. to develop Prelude IDS Manager plugins
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	%{name}-db-plugin = %{EVRD}
Requires:	%{name}-xml-plugin = %{EVRD}

%description devel
Prelude Manager is the main program of the Prelude Hybrid IDS
suite. It is a multithreaded server which handles connections from
the Prelude sensors. It is able to register local or remote
sensors, let the operator configure them remotely, receive alerts,
and store alerts in a database or any format supported by
reporting plugins, thus providing centralized logging and
analysis. It also provides relaying capabilities for failover and
replication. The IDMEF standard is used for alert representation.
Support for filtering plugins allows you to hook in different
places in the Manager to define custom criteria for alert relaying
and logging.

Install this package if you want to build Prelude IDS Manager
Plugins.

%files devel
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
perl -pi -e "s|\@prefix\@%{_logdir}/|%{_logdir}/%{name}/|g" %{name}.conf*
perl -pi -e "s|/lib\b|/%{_lib}|g" configure.in

cp %{SOURCE4} prelude-manager.service
autoreconf -fi

%build
%configure2_5x \
	--disable-static \
	--enable-shared \
	--localstatedir=%{_var} \
	--with-libprelude-prefix=%{_prefix} \
	--with-libpreludedb-prefix=%{_prefix} \
	--with-xml-prefix=%{_prefix} \
	--with-xml-exec-prefix=%{_prefix}

# fix linkage to the shared wrapper libs
find -name "Makefile" | %{_bindir}/xargs %{__perl} -pi -e "s|^LIBWRAP_LIBS.*|LIBWRAP_LIBS = -L%{_libdir} -lwrap -lnsl|g"
find -name "Makefile" | %{_bindir}/xargs %{__perl} -pi -e "s|-L%{_libdir} %{_libdir}/libwrap\.a -lnsl|-L%{_libdir} -lwrap -lnsl|g"

%make

%install
%makeinstall_std

install -d %{buildroot}%{_localstatedir}/lib/%{name}
install -d %{buildroot}%{_sysconfdir}/prelude/profile/%{name}
install -d %{buildroot}%{_var}/spool/%{name}/scheduler

install -d %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}

%{_bindir}/chrpath -d %{buildroot}%{_libdir}/%{name}/reports/db.so

# install init script
install -d %{buildroot}%{_unitdir}
install -m0755 prelude-manager.service %{buildroot}%{_unitdir}/%{name}.service

# tmpfiles
install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# fix logrotate stuff
install -d %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} << EOF
%{_logdir}/%{name}/prelude.log %{_logdir}/%{name}/prelude-xml.log {
    missingok
    postrotate
        [ -f %{_var}/lock/subsys/%{name} ] && %{_unitdir}/%{name} restart
    endscript
}
EOF

# make the logdir
install -d %{buildroot}%{_logdir}/%{name}
/bin/touch %{buildroot}%{_logdir}/%{name}/prelude.log
/bin/touch %{buildroot}%{_logdir}/%{name}/prelude-xml.log

# fix a README.urpmi
cat > README.urpmi << EOF
If you want database support (required for prewikka),
you should install a preludedb package such as preludedb-mysql and
then do something like the following:

%{_bindir}/mysqladmin create prelude
echo "GRANT ALL PRIVILEGES ON prelude.* TO prelude@'localhost' IDENTIFIED BY 'prelude';" | %{_bindir}/mysql -h localhost
%{_bindir}/mysql -h localhost -u prelude prelude -p < %{_datadir}/libpreludedb/classic/mysql.sql
%{_bindir}/mysql -h localhost -u prelude prelude -p < %{_datadir}/libpreludedb/classic/addIndices.sql
EOF

rm -f %{buildroot}%{_libdir}/%{name}/filters/*.*a
rm -f %{buildroot}%{_libdir}/%{name}/reports/*.*a
rm -f %{buildroot}%{_libdir}/%{name}/decodes/*.*a


%changelog

* Sun May 08 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-12
- (1221169) USe tmpfiles



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23802 |14mu|prison-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d


Name:		prison
Group:		Development/C++
Summary:	Prison is a Qt based barcode abstraction layer/library
Version:	1.1.1
Release:	1
License: 	MIT
Url:		https://projects.kde.org/projects/kdesupport/prison
Source0:	ftp://ftp.kde.org/pub/kde/stable/prison/1.1/src/%{name}-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	qrencode-devel
BuildRequires:	libdmtx-devel

%description
Prison is a Qt based barcode abstraction layer/library and provides
uniform access to generation of barcodes with data.

#-------------------------------------------------------------------------------
%package -n %{libname}
Summary:	Prison library
Group:		System/Libraries

%description -n %{libname}
Library for %{name}.

Prison is a Qt based barcode abstraction layer/library and provides
uniform access to generation of barcodes with data.

%files -n %{libname}
%{_libdir}/libprison.so.%{major}*

#-------------------------------------------------------------------------------
%package -n %{develname}
Summary:	Prison development files
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for applications that use %{name}.

Prison is a Qt based barcode abstraction layer/library and provides
uniform access to generation of barcodes with data.

%files -n %{develname}
%doc LICENSE
%{_includedir}/%{name}
%{_libdir}/libprison.so
%{_libdir}/cmake/Prison

#-------------------------------------------------------------------------------
%prep
%setup -q

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build

%changelog
* Mon Nov 24 2014 dsilakov <denis.silakov@rosalab.ru> 1.1.1-1
+ Revision: 3c0305c
- Merge pull request #1 from import/prison:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23803 |14mu|procps-ng-3.3.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname procps %{major}
%define devname %mklibname procps -d

%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	Utilities for monitoring your system and processes on your system
Name:		procps-ng
Version:	3.3.10
Release:	2
License:	GPLv2+
Group:		Monitoring
Url:		http://sourceforge.net/projects/procps-ng/
Source0:	http://downloads.sourceforge.net/project/procps-ng/Production/%{name}-%{version}.tar.xz
BuildRequires:	libtool
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(libsystemd)
BuildRequires:	pkgconfig(libsystemd-login)
%if %{with selinux}
BuildRequires:	selinux-devel
%endif
Provides:	procps = %{EVRD}
Provides:	procps3 = %{EVRD}
Conflicts:	procps < 3.3.10
Obsoletes:	procps < 3.3.10

%description
The procps package contains a set of system utilities which provide system
information.

%files -f %{name}.lang
%doc NEWS AUTHORS
%doc top/README.top Documentation/FAQ Documentation/BUGS
/bin/free
/bin/ps
/sbin/sysctl
%{_bindir}/pgrep
%{_bindir}/pmap
%{_bindir}/pwdx
%{_bindir}/pkill
%{_bindir}/skill
%{_bindir}/slabtop
%{_bindir}/snice
%{_bindir}/tload
%{_bindir}/top
%{_bindir}/uptime
%{_bindir}/vmstat
%{_bindir}/w
%{_bindir}/watch
%{_mandir}/man1/*.1*
%{_mandir}/man3/*.3*
%{_mandir}/man5/*.5*
%{_mandir}/man8/*.8*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries
License:	LGPLv2+

%description -n %{libname}
Main library for %{name}.

%files -n %{libname}
/%{_lib}/libprocps.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
License:	LGPLv2+
Requires:	%{libname} = %{EVRD}
Provides:	procps-devel = %{EVRD}
Conflicts:	procps-devel < 3.3.10
Obsoletes:	procps-devel < 3.3.10

%description -n %{devname}
Development headers and library for the %{name} library.

%files -n %{devname}
%dir %{_includedir}/proc
%{_includedir}/proc/*.h
%{_libdir}/libprocps.so
%{_libdir}/pkgconfig/libprocps.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches
sed -e 's#${exec_prefix}/usr/bin#${bindir}#' -i configure.ac

%build
autoreconf -fiv
%configure2_5x \
	--sbindir=/sbin \
	--disable-static \
	--enable-watch8bit \
	--disable-kill \
	--disable-pidof \
	--enable-wide-percent \
	--enable-skill \
	--enable-sigwinch \
	--with-systemd \
%if %{with selinux}
	--enable-libselinux \
%else
	--disable-libselinux \
%endif
	--enable-oomem \
	--enable-w-from 

%make

%install
%makeinstall_std

mkdir %{buildroot}/bin
mkdir %{buildroot}/%{_lib}
mv %{buildroot}%{_bindir}/free %{buildroot}/bin
mv %{buildroot}%{_bindir}/ps %{buildroot}/bin

mv %{buildroot}%{_libdir}/libprocps.so.%{major}* %{buildroot}/%{_lib}
ln -srf %{buildroot}/%{_lib}/libprocps.so.%{major}.*.* %{buildroot}%{_libdir}/libprocps.so

%find_lang %{name}


%changelog

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3.10-2
- (a5bbd2d) Build requires pkgconfig(libsystemd)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23804 |14mu|protobuf-c-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	C bindings for Google's Protocol Buffers
Name:		protobuf-c
Version:	1.0.1
Release:	1
License:	ASL 2.0
Group:		System/Libraries
Url:		https://github.com/protobuf-c
Source0:	https://github.com/protobuf-c/protobuf-c/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(protobuf)

%description
Protocol Buffers are a way of encoding structured data in an efficient yet 
extensible format. This package provides a code generator and run-time
libraries to use Protocol Buffers from pure C (not C++).

It uses a modified version of protoc called protoc-c.

%files
%doc TODO LICENSE ChangeLog
%{_bindir}/protoc-c

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C bindings for Google's Protocol Buffers
Group:		System/Libraries

%description -n %{libname}
This package contains protobuf-c libraries.

%files -n %{libname}
%{_libdir}/libprotobuf-c.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Protocol Buffers C headers and libraries
Group:		Development/C
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains protobuf-c headers and libraries.

%files -n %{devname}
%dir %{_includedir}/google
%{_includedir}/google/protobuf-c
%{_includedir}/protobuf-c/protobuf-c.h
%{_libdir}/libprotobuf-c.so
%{_libdir}/pkgconfig/libprotobuf-c.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std

%check
make check

%changelog

* Mon Jun 20 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-1
- (9c7b16c) Downgrade to 1.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23805 |14mu|proxymngr-1.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Proxy manager service

Name:		proxymngr
Version:	1.0.4
Release:	1
Group:		Development/X11
License:	MIT
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires:	lbxproxy >= 1.0.1
BuildRequires:	pkgconfig(ice) >= 1.0.0
BuildRequires:	pkgconfig(x11) >= 1.0.0
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xt) >= 1.0.0

%description
The proxy manager (proxymngr) is responsible for resolving requests from
xfindproxy (and other similar clients), starting new proxies when appropriate,
and keeping track of all of the available proxy services. The proxy manager
strives to reuse existing proxies whenever possible.

%prep
%setup -q

%build
%configure2_5x \
	--x-includes=%{_includedir}\
	--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/proxymngr
%{_mandir}/man1/proxymngr.*
%{_sysconfdir}/X11/proxymngr/pmconfig

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.0.4-1
- (d461b66) Merge pull request #1 from import/proxymngr:auto_update
- (d461b66) Updated to 1.0.4 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23806 |14mu|psad-2.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Psad analyzes iptables log messages for suspect traffic
Name:		psad
Version:	2.4.1
Release:	1
License:	GPL+ and GPLv2+
Group:		System/Servers
URL:		http://www.cipherdyne.org/psad/
Source0:	http://www.cipherdyne.org/psad/download/%{name}-%{version}.tar.bz2
Source1:	http://www.cipherdyne.org/psad/download/%{name}-%{version}.tar.gz.asc
# It looks like we have to keep /var/run until we migrate to systemd
Source100:	%{name}.rpmlintrc
BuildRequires:	perl-devel
BuildRequires:	perl-Unix-Syslog
BuildRequires:	perl-NetAddr-IP
Requires:	perl-Unix-Syslog
Requires:	perl-Date-Calc
Requires:	sendmail-command
Requires:	perl-NetAddr-IP
Requires:	perl-IPTables-Parse
Requires:	userspace-ipfilter
Requires:	perl-Bit-Vector
Requires:	perl-IPTables-ChainMgr
Requires:	whois
Requires(post): rpm-helper
Requires(preun): rpm-helper

%description
Port Scan Attack Detector (psad) is a collection of four lightweight
system daemons written in Perl and C that are designed to work with
Linux firewalling code (iptables in the 2.4.x kernels, and ipchains
in the 2.2.x kernels) to detect port scans. It features a set of highly
configurable danger thresholds (with sensible defaults provided),
verbose alert messages that include the source, destination, scanned
port range, begin and end times, TCP flags and corresponding nmap
options (Linux 2.4.x kernels only), email alerting, and automatic
blocking of offending IP addresses via dynamic configuration of
ipchains/iptables firewall rulesets. In addition, for the 2.4.x kernels
psad incorporates many of the TCP, UDP, and ICMP signatures included in
Snort to detect highly suspect scans for various backdoor programs
(e.g. EvilFTP, GirlFriend, SubSeven), DDoS tools (mstream, shaft), and
advanced port scans (syn, fin, Xmas) which are easily leveraged against
a machine via nmap. Psad also uses packet TTL, IP id, TOS, and TCP
window sizes to passively fingerprint the remote operating system from
which scans originate.

%package -n perl-IPTables-Parse
Summary:	Parse iptables rules
Group:		System/Configuration/Networking
License:	GPL+ or Artistic

%description -n perl-IPTables-Parse
Psad package provides a IPTables-Parse perl module.

%package -n perl-IPTables-ChainMgr
Summary:	ChainMgr iptables perl module
Group:		System/Configuration/Networking
License:	GPL+ or Artistic

%description -n perl-IPTables-ChainMgr
Psad package provides a IPTables-ChainMgr perl module.

%prep

%setup -q

%build
### build psad binaries (kmsgsd, psadwatchd, and diskmond)
%make OPTS="%{optflags}" LDFLAGS="%{ldflags}"

pushd deps/IPTables-Parse
perl Makefile.PL INSTALLDIRS=vendor
%make
popd

pushd deps/IPTables-ChainMgr
perl Makefile.PL INSTALLDIRS=vendor
%make
popd

%check
pushd deps/IPTables-Parse
%make test
popd

pushd deps/IPTables-ChainMgr
PERL5LIB=../IPTables-Parse/blib/lib %__make test
popd

%install
### log directory
mkdir -p %{buildroot}%{_logdir}/%{name}
### dir for psadfifo
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}
### dir for pidfiles
mkdir -p %{buildroot}/var/run/%{name}

mkdir -p %{buildroot}%{_mandir}/man8
mkdir -p %{buildroot}%{_sbindir}
### psad config
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
### psad init script
mkdir -p %{buildroot}%{_initrddir}

install -m 700 {psad,kmsgsd,psadwatchd}	%{buildroot}%{_sbindir}/
install -m 500 fwcheck_psad.pl %{buildroot}%{_sbindir}/fwcheck_psad
install -m 755 init-scripts/psad-init.redhat %{buildroot}%{_initrddir}/%{name}
install -m 644 {psad.conf,pf.os} %{buildroot}%{_sysconfdir}/%{name}/
install -m 644 {signatures,icmp_types,icmp6_types,auto_dl,posf,ip_options} %{buildroot}%{_sysconfdir}/%{name}/
install -m 644 *.8 %{buildroot}%{_mandir}/man8/

pushd deps/IPTables-Parse
%makeinstall_std
popd

pushd deps/IPTables-ChainMgr
%makeinstall_std
popd

### install snort rules files
cp -r deps/snort_rules %{buildroot}%{_sysconfdir}/%{name}/

%post
### put the current hostname into the psad C binaries
### (diskmond and psadwatchd).
perl -p -i -e 'use Sys::Hostname; my $hostname = hostname(); s/HOSTNAME(\s+)CHANGE.?ME/HOSTNAME${1}$hostname/' /etc/psad/psad.conf

/bin/touch /var/log/psad/fwdata
chown root.root /var/log/psad/fwdata
chmod 0600 /var/log/psad/fwdata
if [ ! -p /var/lib/psad/psadfifo ];
then [ -e /var/lib/psad/psadfifo ] && /bin/rm -f /var/lib/psad/psadfifo
/bin/mknod -m 600 /var/lib/psad/psadfifo p
fi
chown root.root /var/lib/psad/psadfifo
chmod 0600 /var/lib/psad/psadfifo
### make psad start at boot
%_post_service psad
[ -f /etc/syslog.conf ] || exit 0
### make a backup of /etc/syslog.conf
[ -f /etc/syslog.conf.orig ] || cp -p /etc/syslog.conf /etc/syslog.conf.orig
### add the psadfifo line to /etc/syslog.conf if necessary
if ! grep -v "#" /etc/syslog.conf | grep -q psadfifo;
then echo " .. Adding psadfifo line to /etc/syslog.conf"
echo "kern.info |/var/lib/psad/psadfifo" >> /etc/syslog.conf
fi
if [ -e /var/run/syslogd.pid ];
then
echo " .. Restarting syslogd "
kill -HUP `cat /var/run/syslogd.pid`
fi
if grep -q "EMAIL.*root.*localhost" /etc/psad/psad.conf;
then
echo " .. You can edit the EMAIL_ADDRESSES variable in"
echo "    /etc/psad/psad.conf to have email alerts sent to"
echo "    an address other than root@localhost"
fi

%preun
%_preun_service psad

%files
%{_initrddir}/%{name}
%{_logdir}/%{name}
%{_localstatedir}/lib/%{name}
/var/run/%{name}
%attr (0500,root,root) %{_sbindir}/*
%{_mandir}/man8/*

%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/*.conf
%config(noreplace) %{_sysconfdir}/%{name}/auto_dl
%config(noreplace) %{_sysconfdir}/%{name}/icmp_types
%config(noreplace) %{_sysconfdir}/%{name}/icmp6_types
%config(noreplace) %{_sysconfdir}/%{name}/posf
%config(noreplace) %{_sysconfdir}/%{name}/signatures
%config(noreplace) %{_sysconfdir}/%{name}/pf.os
%config(noreplace) %{_sysconfdir}/%{name}/ip_options

%dir %{_sysconfdir}/%{name}/snort_rules
%config(noreplace) %{_sysconfdir}/%{name}/snort_rules/*

%files -n perl-IPTables-Parse
%{perl_vendorlib}/IPTables/Parse.pm
%{_mandir}/man3/IPTables::Parse*

%files -n perl-IPTables-ChainMgr
%{perl_vendorlib}/IPTables/ChainMgr.pm
%{_mandir}/man3/IPTables::ChainMgr*

%changelog

* Mon Aug 17 2015 dsilakov <denis.silakov@rosalab.ru> 2.4.1-1
- (9e9824e) Merge pull request #4 from import/psad:auto_update
- (9e9824e) Updated to 2.4.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23807 |14mu|psmisc-22.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities for managing processes on your system
Name:		psmisc
Version:	22.21
Release:	3
License:	GPLv2+
Group:		Monitoring
Url:		http://psmisc.sourceforge.net/
Source0:	http://downloads.sourceforge.net/project/psmisc/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(ncurses)

%description
The psmisc package contains utilities for managing processes on your
system: pstree, killall and fuser. The pstree command displays a tree
structure of all of the running processes on your system. The killall
command sends a specified signal (SIGTERM if nothing is specified) to
processes identified by name.  The fuser command identifies the PIDs
of processes that are using specified files or filesystems.

%files -f %{name}.lang
%doc AUTHORS ChangeLog README
/sbin/fuser
%{_bindir}/fuser
%{_bindir}/killall
%{_bindir}/prtstat
%{_bindir}/pstree*
%{_mandir}/man1/fuser.1*
%{_mandir}/man1/killall.1*
%{_mandir}/man1/prtstat.1*
%{_mandir}/man1/pstree.1*
%{_bindir}/peekfd
%{_mandir}/man1/peekfd.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CFLAGS="%{optflags} -D_GNU_SOURCE"

%configure2_5x \
	--disable-rpath
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/sbin
pushd %{buildroot}/sbin
ln -s ../%{_bindir}/fuser fuser
popd

%find_lang %{name}


%changelog

* Thu Oct 06 2016 Denis Silakov <dsilakov@gmail.com> 22.21-3
- (24d3231) Fix symlink creation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23808 |14mu|pstoedit-3.70-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname pstoedit %{major}
%define devname %mklibname pstoedit -d

Summary:	Translates PostScript/PDF graphics into other vector formats
Name:		pstoedit
Version:	3.70
Release:	4
License:	GPLv2+
Group:		Graphics
Url:		http://www.pstoedit.net/pstoedit
Source0:	http://sourceforge.net/projects/pstoedit/files/pstoedit/%{version}/%{name}-%{version}.tar.gz
# Fix loading plugins, patch from Fedora
Patch0:		pstoedit-3.70-pkglibdir.patch
Patch1:		pstoedit-3.70-pkgconfig.patch
BuildRequires:	bison
BuildRequires:	ghostscript
BuildRequires:	multiarch-utils >= 1.0.3
BuildRequires:	plotutils-devel
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(libzip)
# not compatible
BuildConflicts:	ming-devel

%description
pstoedit translates PostScript and PDF graphics into other vector formats.
Currently pstoedit can generate the following formats:

	- Tgif .obj format (for tgif version >= 3)
	- fig format for xfig
	- pdf Adobe Portable Document Format
	- gnuplot format
	- Flattened PostScript (with or without Bezier curves)
	- DXF - CAD exchange format
	- LWO - LightWave 3D
	- RIB - RenderMan
	- RPL - Real3D
	- Idraw format (a special format of EPS that Idraw can read)
	- Tcl/Tk
	- HPGL
	- AI - Adobe Illustrator Format (based on ps2ai.ps, not a real pstoedit)
	- WMF - Windows Meta Files
	- PIC format for troff/groff
	- MetaPost format per usage with TeX/LaTeX
	- LaTeX2e picture
	- Kontour
	- GNU Metafile (plotutils/libplot)
	- Sketch (http://sketch.sourceforge.net)
	- Mathematica
	- trough ImageMagick to any format supported by ImageMagick

%files
%doc doc/changelog.htm  doc/readme.txt
%doc readme.install examples
%{_bindir}/pstoedit
%{_datadir}/pstoedit
%{_mandir}/man1/*.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Pstoedit libraries
Group:		System/Libraries

%description -n %{libname}
This package contains the libraries needed to run programs dynamically
linked with pstoedit libraries.

%files -n %{libname}
%{_libdir}/libpstoedit.so.%{major}*
%{_libdir}/pstoedit/libp2edrvlplot.so
%{_libdir}/pstoedit/libp2edrvmagick++.so
%{_libdir}/pstoedit/libp2edrvpptx.so
%{_libdir}/pstoedit/libp2edrvstd.so
%{_libdir}/pstoedit/libp2edrvlplot.so.%{major}*
%{_libdir}/pstoedit/libp2edrvmagick++.so.%{major}*
%{_libdir}/pstoedit/libp2edrvpptx.so.%{major}*
%{_libdir}/pstoedit/libp2edrvstd.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static libraries and header files for pstoedit development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
%rename		%{_lib}pstoedit0-devel

%description -n %{devname}
If you want to create applications that will use pstoedit code or
APIs, you'll need to install these packages as well as pstoedit. This
additional package isn't necessary if you simply want to use pstoedit.

%files -n %{devname}
%doc doc/pstoedit.htm
%{_includedir}/pstoedit
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/*.m4

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
# needed because of definitions in imagemagick headers that break with -pedantic
sed -ie 's/-pedantic//' configure
%configure2_5x --enable-static
%make

%install
%makeinstall_std

install -m644 doc/pstoedit.1 -D %{buildroot}%{_mandir}/man1/pstoedit.1

rm -f %{buildroot}%{_libdir}/%{name}/*.a


%changelog

* Tue May 31 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.70-4
- (cf14209) Add patch to fix pkgconfig



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23809 |14mu|pugixml-1.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		major 1
%define		libname		%mklibname pugixml %{major}
%define		develname	%mklibname pugixml -d

Name:		pugixml
Version:	1.7
Release:	2
Summary:	A light-weight C++ XML processing library
Group:		System/Libraries
License:	MIT
URL:		http://pugixml.org
Source0:	http://github.com/zeux/pugixml/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires:	cmake

%description
pugixml is a light-weight C++ XML processing library.
It features:
- DOM-like interface with rich traversal/modification capabilities
- Extremely fast non-validating XML parser which constructs the DOM tree from
  an XML file/buffer
- XPath 1.0 implementation for complex data-driven tree queries
- Full Unicode support with Unicode interface variants and automatic encoding
  conversions

%package -n %{libname}
Summary:	A light-weight C++ XML processing library
Group:		System/Libraries

%description -n %{libname}
pugixml is a light-weight C++ XML processing library.
It features:
- DOM-like interface with rich traversal/modification capabilities
- Extremely fast non-validating XML parser which constructs the DOM tree from
  an XML file/buffer
- XPath 1.0 implementation for complex data-driven tree queries
- Full Unicode support with Unicode interface variants and automatic encoding
  conversions

%package -n %{develname}
Summary:	Development files for %{name} library
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
Development files for package %{name} library

%prep
%setup -qn %{name}-%{version}/scripts

%build
export CXXFLAGS="%{optflags} -std=gnu++11"
%cmake
%make

%install
mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_datadir}/%{name}/contrib
mkdir -p %{buildroot}%{_libdir}

install -p -m 0644 ../contrib/* %{buildroot}%{_datadir}/%{name}/contrib/
install -p -m 0644 ../src/*.hpp %{buildroot}%{_includedir}/
install -p -m 0755 build/*.so.* %{buildroot}%{_libdir}/
mv build/*.so %{buildroot}%{_libdir}/

rm -f %{buildroot}%{_libdir}/lib%{name}.so.%{major}
pushd %{buildroot}%{_libdir}
ln -s lib%{name}.so.%{major}* lib%{name}.so.%{major}
popd

%files -n %{libname}
%doc ../readme.txt
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc ../docs/*
%{_libdir}/*.so
%{_datadir}/%{name}
%{_includedir}/*.hpp



%changelog

* Sat Mar 26 2016 Denis Silakov <dsilakov@gmail.com> 1.7-2
- (eb539b5) Fix lib files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23810 |14mu|pulseaudio-8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_gdm}%{?!build_gdm:%bcond_without gdm}
%{?build_xen}%{?!build_xen:%bcond_without xen}

%ifarch %{ix86} x86_64 %{arm}
%bcond_without webrtc
%endif

%bcond_with bootstrap

# (cg) Lennart has introduced a circular dependancy in the libraries
# libpulse requires libpulsecommon but libpulsecommon requires libpulse.
# This breaks no-undefined.
# Further issues in some test apps (maybe more) require that disabling
# as-needed is also required.
%define _disable_ld_no_undefined 1
%define _disable_ld_as_needed 1

%define __noautoreq 'devel\\(libpulsecommon.*\\)'

# Majors
%define major 0
%define zeroconfmajor 0
%define glib2major 0
%define apiver 8.0

# Library names
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%define glib2libname %mklibname pulseglib2 %{glib2major}

# API libs (not real shared libs - mostly private but needed by other libs and server)
%define corelibname %mklibname pulsecore %{apiver}
%define commonlibname %mklibname pulsecommon %{apiver}

Summary:	Sound server for Linux
Name:		pulseaudio
Version:	8.0
Release:	2
# Airtunes links to OpenSSL which is BSD-like and should be reflected here
License:	LGPL and BSD-like
Group:		Sound
Url:		http://pulseaudio.org/
Source0:	http://freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
Source1:	%{name}.sysconfig
Source3:	esd.conf
Source4:	%{name}.svg
Source5:	default.pa-for-gdm
# Load more modules if they are available
Patch0:		pulseaudio-5.0-defaults.patch
Patch1:		pulseaudio-6.0-kde-delay.patch
# Load device-manager module
Patch3:		pulseaudio-7.1-load-module-device-manager.patch
# Avoid muting various audio and video players when Skype receives a message
Patch4:		pulseaudio-8.0-disable-cork.patch

BuildRequires:	automake1.8
BuildRequires:	doxygen
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	cap-devel
BuildRequires:	gettext-devel
BuildRequires:	libltdl-devel
BuildRequires:	libwrap-devel
%if %{with xen}
BuildRequires:	xen-devel
%endif
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(atomic_ops)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(bash-completion)
%if %{without bootstrap}
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(sbc)
%endif
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(libasyncns)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libsystemd-journal)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	pkgconfig(polkit-agent-1)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(soxr)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(tdb)
BuildRequires:	pkgconfig(udev)
%if %{with webrtc}
BuildRequires:	pkgconfig(webrtc-audio-processing)
%endif
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(x11-xcb)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xtst)
Requires:	udev >= 143
Requires:	rtkit
Requires(post):	ccp

%description
pulseaudio is a sound server for Linux and other Unix like operating
systems. It is intended to be an improved drop-in replacement for the
Enlightened Sound Daemon (EsounD). In addition to the features EsounD
provides pulseaudio has:
     * Extensible plugin architecture (by loading dynamic loadable
       modules with dlopen())
     * Support for more than one sink/source
     * Better low latency behaviour
     * Embedabble into other software (the core is available as C
       library)
     * Completely asynchronous C API
     * Simple command line interface for reconfiguring the daemon while
       running
     * Flexible, implicit sample type conversion and resampling
     * "Zero-Copy" architecture
     * Module autoloading
     * Very accurate latency measurement for playback and recording.
     * May be used to combine multiple sound cards to one (with sample
       rate adjustment)
     * Client side latency interpolation

%files -f %{name}.lang
%doc README
%dir %{_sysconfdir}/pulse/
%config(noreplace) %{_sysconfdir}/pulse/daemon.conf
%config(noreplace) %{_sysconfdir}/pulse/default.pa
%config(noreplace) %{_sysconfdir}/pulse/system.pa
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man5/pulse-client.conf.5.*
%{_mandir}/man5/pulse-daemon.conf.5.*
%{_mandir}/man5/default.pa.5.*
%{_mandir}/man5/pulse-cli-syntax.5.*
%{_iconsdir}/hicolor/*
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/alsa-mixer
%{_datadir}/zsh/site-functions/_pulseaudio
/lib/udev/rules.d/90-pulseaudio.rules
%dir %{_libdir}/pulse-%{apiver}
%dir %{_libdir}/pulse-%{apiver}/modules
%{_libdir}/pulse-%{apiver}/modules/libalsa-util.so
%{_libdir}/pulse-%{apiver}/modules/libcli.so
%{_libdir}/pulse-%{apiver}/modules/liboss-util.so
%{_libdir}/pulse-%{apiver}/modules/libprotocol-cli.so
%{_libdir}/pulse-%{apiver}/modules/libprotocol-esound.so
%{_libdir}/pulse-%{apiver}/modules/libprotocol-http.so
%{_libdir}/pulse-%{apiver}/modules/libprotocol-native.so
%{_libdir}/pulse-%{apiver}/modules/libprotocol-simple.so
%{_libdir}/pulse-%{apiver}/modules/libraop.so
%{_libdir}/pulse-%{apiver}/modules/librtp.so
%if %{with webrtc}
%{_libdir}/pulse-%{apiver}/modules/libwebrtc-util.so
%endif
%{_libdir}/pulse-%{apiver}/modules/module-alsa-card.so
%{_libdir}/pulse-%{apiver}/modules/module-alsa-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-alsa-source.so
%{_libdir}/pulse-%{apiver}/modules/module-always-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-augment-properties.so
%{_libdir}/pulse-%{apiver}/modules/module-card-restore.so
%{_libdir}/pulse-%{apiver}/modules/module-cli-protocol-tcp.so
%{_libdir}/pulse-%{apiver}/modules/module-cli-protocol-unix.so
%{_libdir}/pulse-%{apiver}/modules/module-cli.so
%{_libdir}/pulse-%{apiver}/modules/module-combine.so
%{_libdir}/pulse-%{apiver}/modules/module-combine-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-role-cork.so
%{_libdir}/pulse-%{apiver}/modules/module-systemd-login.so
%{_libdir}/pulse-%{apiver}/modules/module-dbus-protocol.so
%{_libdir}/pulse-%{apiver}/modules/module-detect.so
%{_libdir}/pulse-%{apiver}/modules/module-device-manager.so
%{_libdir}/pulse-%{apiver}/modules/module-device-restore.so
%{_libdir}/pulse-%{apiver}/modules/module-echo-cancel.so
%{_libdir}/pulse-%{apiver}/modules/module-esound-compat-spawnfd.so
%{_libdir}/pulse-%{apiver}/modules/module-esound-compat-spawnpid.so
%{_libdir}/pulse-%{apiver}/modules/module-esound-protocol-tcp.so
%{_libdir}/pulse-%{apiver}/modules/module-esound-protocol-unix.so
%{_libdir}/pulse-%{apiver}/modules/module-esound-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-http-protocol-tcp.so
%{_libdir}/pulse-%{apiver}/modules/module-http-protocol-unix.so
%{_libdir}/pulse-%{apiver}/modules/module-intended-roles.so
%{_libdir}/pulse-%{apiver}/modules/module-loopback.so
%{_libdir}/pulse-%{apiver}/modules/module-match.so
%{_libdir}/pulse-%{apiver}/modules/module-mmkbd-evdev.so
%{_libdir}/pulse-%{apiver}/modules/module-native-protocol-fd.so
%{_libdir}/pulse-%{apiver}/modules/module-native-protocol-tcp.so
%{_libdir}/pulse-%{apiver}/modules/module-native-protocol-unix.so
%{_libdir}/pulse-%{apiver}/modules/module-null-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-null-source.so
%{_libdir}/pulse-%{apiver}/modules/module-oss.so
%{_libdir}/pulse-%{apiver}/modules/module-pipe-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-pipe-source.so
%{_libdir}/pulse-%{apiver}/modules/module-raop-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-rygel-media-server.so
%{_libdir}/pulse-%{apiver}/modules/module-position-event-sounds.so
%{_libdir}/pulse-%{apiver}/modules/module-rescue-streams.so
%{_libdir}/pulse-%{apiver}/modules/module-rtp-recv.so
%{_libdir}/pulse-%{apiver}/modules/module-rtp-send.so
%{_libdir}/pulse-%{apiver}/modules/module-simple-protocol-tcp.so
%{_libdir}/pulse-%{apiver}/modules/module-simple-protocol-unix.so
%{_libdir}/pulse-%{apiver}/modules/module-sine.so
%{_libdir}/pulse-%{apiver}/modules/module-sine-source.so
%{_libdir}/pulse-%{apiver}/modules/module-tunnel-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-tunnel-source.so
%{_libdir}/pulse-%{apiver}/modules/module-udev-detect.so
%{_libdir}/pulse-%{apiver}/modules/module-volume-restore.so
%{_libdir}/pulse-%{apiver}/modules/module-virtual-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-virtual-source.so
%{_libdir}/pulse-%{apiver}/modules/module-stream-restore.so
%{_libdir}/pulse-%{apiver}/modules/module-suspend-on-idle.so
%{_libdir}/pulse-%{apiver}/modules/module-default-device-restore.so
%{_libdir}/pulse-%{apiver}/modules/module-ladspa-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-remap-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-switch-on-connect.so
%{_libdir}/pulse-%{apiver}/modules/module-filter-apply.so
%{_libdir}/pulse-%{apiver}/modules/module-filter-heuristics.so
%{_libdir}/pulse-%{apiver}/modules/module-virtual-surround-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-switch-on-port-available.so
%{_libdir}/pulse-%{apiver}/modules/module-remap-source.so
%{_libdir}/pulse-%{apiver}/modules/module-role-ducking.so
%{_libdir}/pulse-%{apiver}/modules/module-tunnel-sink-new.so
%{_libdir}/pulse-%{apiver}/modules/module-tunnel-source-new.so
%{_datadir}/bash-completion/completions/pulseaudio
%{_userunitdir}/pulseaudio.service
%{_userunitdir}/pulseaudio.socket

%pre
/usr/sbin/groupadd -f -r pulse || :
/usr/bin/id pulse >/dev/null 2>&1 || \
            /usr/sbin/useradd -r -c 'PulseAudio System Daemon' -s /sbin/nologin -d /var/run/pulse -g pulse pulse || :
/usr/sbin/groupadd -f -r pulse-access || :
exit 0

%post
ccp -i -d --set NoOrphans --oldfile %{_sysconfdir}/pulse/daemon.conf --newfile %{_sysconfdir}/pulse/daemon.conf.rpmnew

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for PulseAudio clients
Group:		System/Libraries
Requires:	%{name}-client-config
Suggests:	%{mklibname alsa-plugins}-pulseaudio
%ifarch x86_64
# (cg) Suggest the 32 bit library on 64 bits to ensure compatibility
#      with (typically closed source) 32 bit apps.
Suggests:	lib%{name}%{major}
%endif

%description -n %{libname}
This package contains the runtime libraries for any application that wishes
to interface with a PulseAudio sound server.

%files -n %{libname}
%{_libdir}/libpulse.so.%{major}*
%{_libdir}/libpulse-simple.so.%{major}*
%dir %{_libdir}/%{name}
# (cg) Although the following is not a shared library, putting this file here
# will allow padsp to work on dual arch machines... (e.g. using padsp to start
# a 32-bit app).
%{_libdir}/%{name}/libpulsedsp.so

#----------------------------------------------------------------------------

%package -n %{corelibname}
Summary:	Core Library for PulseAudio
Group:		System/Libraries
Obsoletes:	%{mklibname pulsezeroconf 0} < 2.0

%description -n %{corelibname}
This package contains a library needed by the PulseAudio sound server
and modules.

%files -n %{corelibname}
%{_libdir}/%{name}/libpulsecore-%{apiver}.so

#----------------------------------------------------------------------------

%package -n %{commonlibname}
Summary:	Common Library for PulseAudio
Group:		System/Libraries

%description -n %{commonlibname}
This package contains a library needed by the PulseAudio sound server,
modules and clients.

%files -n %{commonlibname}
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libpulsecommon-%{apiver}.so

#----------------------------------------------------------------------------

%define alt_name soundprofile
%define alt_priority 20

%package client-config
Summary:	Client configuration for PulseAudio clients
Group:		System/Libraries
# (eatdirt) Otherwise may trigger bug 2966
Requires:	alsa-plugins-pulse-config
Requires(post):	ccp
Requires(post,postun):	update-alternatives

%description client-config
This package contains the client configuration files for any application
that wishes to interface with a PulseAudio sound server.

%files client-config
%config(noreplace) %{_sysconfdir}/pulse/client.conf
%dir %{_sysconfdir}/sound/profiles/pulse
%{_sysconfdir}/sound/profiles/pulse/profile.conf

%post client-config
%{_sbindir}/update-alternatives \
  --install %{_sysconfdir}/sound/profiles/current %{alt_name} %{_sysconfdir}/sound/profiles/pulse %{alt_priority}
ccp -i -d --set NoOrphans --oldfile %{_sysconfdir}/pulse/client.conf --newfile %{_sysconfdir}/pulse/client.conf.rpmnew

%postun client-config
if [ ! -f %{_sysconfdir}/sound/profiles/pulse/profile.conf ]; then
  /usr/sbin/update-alternatives --remove %{alt_name} %{_sysconfdir}/sound/profiles/pulse
fi

#----------------------------------------------------------------------------

%package -n %{glib2libname}
Summary:	GLIB 2.x bindings for PulseAudio clients
Group:		System/Libraries

%description -n %{glib2libname}
This package contains bindings to integrate the PulseAudio client library with
a GLIB 2.x based application.

%files -n %{glib2libname}
%{_libdir}/libpulse-mainloop-glib.so.%{glib2major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers and libraries for PulseAudio client development
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{glib2libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname -d pulseaudio 0} < 2.1

%description -n %{devname}
Headers and libraries for developing applications that can communicate with
a PulseAudio sound server.

%files -n %{devname}
%doc doxygen/html
%{_libdir}/libpulse.so
%{_libdir}/libpulse-mainloop-glib.so
%{_libdir}/libpulse-simple.so
%dir %{_includedir}/pulse
%{_includedir}/pulse/*.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/cmake/PulseAudio
%{_datadir}/vala/vapi/libpulse.deps
%{_datadir}/vala/vapi/libpulse.vapi
%{_datadir}/vala/vapi/libpulse-mainloop-glib.deps
%{_datadir}/vala/vapi/libpulse-mainloop-glib.vapi
%{_datadir}/vala/vapi/libpulse-simple.deps
%{_datadir}/vala/vapi/libpulse-simple.vapi

#----------------------------------------------------------------------------

%package esound-compat
Summary:	PulseAudio EsounD daemon compatibility script
Group:		Sound
Requires:	%{name} = %{EVRD}
Provides:	esound = %{EVRD}

%description esound-compat
A compatibility script that allows applications to call /usr/bin/esd
and start PulseAudio with EsounD protocol modules.

%files esound-compat
%config(noreplace) %{_sysconfdir}/esd.conf
%{_bindir}/esdcompat
%{_bindir}/esd
%{_mandir}/man1/esdcompat.1.*

#----------------------------------------------------------------------------

%if %{without bootstrap}
%package module-bluetooth
Summary:	Bluetooth support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}
Requires:	sbc

%description module-bluetooth
Bluetooth modules for the PulseAudio sound server to provide support
for headsets and proximity detection.

%files module-bluetooth
%{_libdir}/pulse-%{apiver}/modules/libbluez*-util.so
%{_libdir}/pulse-%{apiver}/modules/module-bluez*-device.so
%{_libdir}/pulse-%{apiver}/modules/module-bluez*-discover.so
%{_libdir}/pulse-%{apiver}/modules/module-bluetooth-discover.so
%{_libdir}/pulse-%{apiver}/modules/module-bluetooth-policy.so
%endif

#----------------------------------------------------------------------------

%package module-equalizer
Summary:	Equalizer support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}
Requires:	python-dbus
Requires:	python-qt4

%description module-equalizer
Equalizer module for the PulseAudio sound server.

%files module-equalizer
%{_bindir}/qpaeq
%{_libdir}/pulse-%{apiver}/modules/module-equalizer-sink.so

#----------------------------------------------------------------------------

%package module-gconf
Summary:	GConf support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}

%description module-gconf
GConf configuration backend for the PulseAudio sound server.

%files module-gconf
%{_libdir}/pulse-%{apiver}/modules/module-gconf.so
%dir %{_libdir}/pulse/
%{_libdir}/pulse/gconf-helper

#----------------------------------------------------------------------------

%package module-jack
Summary:	JACK support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}

%description module-jack
JACK sink and source modules for the PulseAudio sound server.

%files module-jack
%{_libdir}/pulse-%{apiver}/modules/module-jack-sink.so
%{_libdir}/pulse-%{apiver}/modules/module-jack-source.so
%{_libdir}/pulse-%{apiver}/modules/module-jackdbus-detect.so

#----------------------------------------------------------------------------

%package module-lirc
Summary:	LIRC support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}

%description module-lirc
LIRC volume control module for the PulseAudio sound server.

%files module-lirc
%{_libdir}/pulse-%{apiver}/modules/module-lirc.so

#----------------------------------------------------------------------------

%package module-x11
Summary:	X11 support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}

%description module-x11
X11 bell and security modules for the PulseAudio sound server.

%files module-x11
%{_bindir}/pax11publish
%{_bindir}/start-pulseaudio-x11
%{_mandir}/man1/pax11publish.1.*
%{_mandir}/man1/start-pulseaudio-x11.1.*
%{_libdir}/pulse-%{apiver}/modules/module-x11-bell.so
%{_libdir}/pulse-%{apiver}/modules/module-x11-cork-request.so
%{_libdir}/pulse-%{apiver}/modules/module-x11-publish.so
%{_libdir}/pulse-%{apiver}/modules/module-x11-xsmp.so
%{_sysconfdir}/xdg/autostart/pulseaudio.desktop

#----------------------------------------------------------------------------

%package module-zeroconf
Summary:	Zeroconf support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}

%description module-zeroconf
Zeroconf publishing module for the PulseAudio sound server.

%files module-zeroconf
%{_libdir}/pulse-%{apiver}/modules/libavahi-wrap.so
%{_libdir}/pulse-%{apiver}/modules/module-zeroconf-discover.so
%{_libdir}/pulse-%{apiver}/modules/module-zeroconf-publish.so
%{_libdir}/pulse-%{apiver}/modules/module-raop-discover.so

#----------------------------------------------------------------------------

%if %{with xen}
%package module-xen
Summary:	Xen guest support for the PulseAudio sound server
Group:		Sound
Requires:	%{name} = %{EVRD}

%description module-xen
Xen guest support for the PulseAudio sound server.

%files module-xen
%{_libdir}/pulse-%{apiver}/modules/module-xenpv-sink.so
%endif

#----------------------------------------------------------------------------

%package utils
Summary:	PulseAudio sound server utilities
Group:		Sound

%description utils
This package contains command line utilities for the PulseAudio sound server.

%files utils
%{_bindir}/pacat
%{_bindir}/pacmd
%{_bindir}/pactl
%{_bindir}/padsp
%{_bindir}/pamon
%{_bindir}/paplay
%{_bindir}/parec
%{_bindir}/parecord
%{_bindir}/pasuspender
%{_mandir}/man1/pacat.1.*
%{_mandir}/man1/pacmd.1.*
%{_mandir}/man1/pactl.1.*
%{_mandir}/man1/padsp.1.*
%{_mandir}/man1/pamon.1.*
%{_mandir}/man1/paplay.1.*
%{_mandir}/man1/parec.1.*
%{_mandir}/man1/parecord.1.*
%{_mandir}/man1/pasuspender.1.*
%{_datadir}/bash-completion/completions/pacat
%{_datadir}/bash-completion/completions/pacmd
%{_datadir}/bash-completion/completions/pactl
%{_datadir}/bash-completion/completions/padsp
%{_datadir}/bash-completion/completions/paplay
%{_datadir}/bash-completion/completions/parec
%{_datadir}/bash-completion/completions/parecord
%{_datadir}/bash-completion/completions/pasuspender

#----------------------------------------------------------------------------

%if %{with gdm}
%package gdm-hooks
Summary:	PulseAudio GDM integration
Group:		Sound
Requires:	gdm
# for the gdm user
Requires(pre):	gdm

%description gdm-hooks
This package contains GDM integration hooks for the PulseAudio sound server.

%files gdm-hooks
%attr(0700, gdm, gdm) %dir %{_localstatedir}/lib/gdm/.pulse
%attr(0600, gdm, gdm) %{_localstatedir}/lib/gdm/.pulse/default.pa
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# (cg) If autoconf is retriggered (which can happen automatically) we need this file.
cat >git-version-gen <<EOF
#!/bin/bash
echo -n %{version}.0-%{release}
EOF
chmod a+x git-version-gen

echo "clean:" > Makefile
./bootstrap.sh -V

%build
%configure2_5x \
	--disable-hal-compat \
	--enable-systemd \
	--with-fftw \
	--disable-static \
	--with-system-user=pulse \
	--with-system-group=pulse \
	--with-access-group=pulse-access \
%ifarch %{arm}
	--disable-neon-opt \
%endif
%if %{with webrtc}
	--enable-webrtc-aec
%endif

%make
make doxygen

%install
%makeinstall_std

install -D -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -D -m 0755 %{SOURCE3} %{buildroot}%{_sysconfdir}/

install -D -m 0644 %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/devices
ln -s ../apps/%{name}.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/devices/audio-backend-pulseaudio.svg
for size in 16 22 32 48 64 128; do
  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/{apps,devices}
  convert -geometry ${size}x${size} %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/%{name}.png
  ln -s ../apps/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/devices/audio-backend-pulseaudio.png
done

# Fix esd
ln -s esdcompat %{buildroot}%{_bindir}/esd

# (cg) For sound profile support
mkdir -p %{buildroot}%{_sysconfdir}/sound/profiles/pulse
echo "SOUNDPROFILE=pulse" >%{buildroot}%{_sysconfdir}/sound/profiles/pulse/profile.conf

# (cg) HAL support is no longer the default, and we don't officially support system wide, so
# System Wide + HAL is pretty unlikely.
rm -f %{buildroot}%{_sysconfdir}/dbus-1/system.d/%{name}-system.conf

# (cg) We require systemd now, so no point in using CK
rm -f %{buildroot}%{_libdir}/pulse-%{apiver}/modules/module-console-kit.so

# (cg) Disable x11-cork-request... it should be ahndled in the apps as we cannot
#      maintain state via this mechanism. Should be a patch, but I'm lazy.
sed -i 's,\(/usr/bin/pactl load-module module-x11-cork-request\),#\1,' %{buildroot}%{_bindir}/start-pulseaudio-x11

%if %{with gdm}
# (akdengi) Add gdm hook from Fedora
install -p -m644 -D %{SOURCE5} %{buildroot}%{_localstatedir}/lib/gdm/.pulse/default.pa
%endif

%find_lang %{name}


%changelog

* Tue Apr 26 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 8.0-2
- (fa8d677) Avoid muting various audio and video players when Skype receives a message (disable module-role-cork by default)

* Sat Jan 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 8.0-1
- (5795f8a) New version 8.0
- (5795f8a) Drop no longer needed localedir patch

* Thu Dec 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.1-3
- (9136316) Drop 0100-module-systemd-login-Use-a-new-check-to-only-exit-wh patch (seems to be no longer needed)

* Thu Nov 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.1-2
- (38f0db8) Build with soxr support

* Tue Nov 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.1-1
- (7311327) New version 7.1
- (7311327) Load module-device-manager by default
- (7311327) Fix locale dir (patch from Fedora)

* Fri Sep 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.0-1
- (ad15632) Build requires pkgconfig(bash-completion)
- (Andrey Bondrov: b11a456) Build requires pkgconfig(libsystemd-daemon)
- (Andrey Bondrov: 09a85cf) New version 7.0
- (Andrey Bondrov: 09a85cf) New internal API version 7.0
- (Andrey Bondrov: 09a85cf) Move bash completion files to new location
- (Andrey Bondrov: 09a85cf) Add more man pages
- (Andrey Bondrov: 09a85cf) Drop merged headphones patch

* Mon Jun 22 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.0-3
- (f37d276) Add kde-delay patch to workaround PA bug #58758 (which should have been fixed upstream already but it's not)

* Tue May 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.0-2
- (99672fe) Make line out path unavailable when Front Headphone is plugged in (upstream patch)

* Mon Mar 02 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.0-1
- (e7d2396) New version 6.0
- (e7d2396) New api version 6.0 (used for internal libraries)
- (e7d2396) Drop no longer needed patches (some merged upstream, some seem to be useless now)
- (e7d2396) Update BuildRequires

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 5.0-11
- (f537041) MassBuild#656: Increase release tag

* Mon Jan 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0-10
- (eb51ae7) Adjust conditional builds

* Mon Jan 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0-6
- (3afcdc5) Update BuildRequires (no longer support older Rosa releases)
- (Tigro: 69dab35) added possibility to build pulseaudio without gdm support. Enabled by default
- (Alex Burmashev: 8346ce8) MassBuild#440: Increase release tag

* Mon Jun 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0-5
- (59d98f9) Adjust default config (load dbus and equalizer modules if they are installed)
- (Andrey Bondrov: aa4feec) Update Requires for equalizer module

* Sun Jun 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0-4
- (ad9eb42) Minor sources cleanup
- (Andrey Bondrov: 4a48860) Build with equalizer module (add pulseaudio-module-equalizer subpackage)
- (Andrey Bondrov: 743bc4f) Sort subpackages

* Mon May 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0-3
- (06b0f9b) Build with new json-c

* Tue Mar 11 2014 akdengi <kazancas@mandriva.ru> 5.0-2
- (8cce7c4) SILENT up release

* Tue Mar 11 2014 akdengi <kazancas@mandriva.ru> 5.0-1
- (194e8a9) add KDE device manager patch
- (akdengi: ef83e58) Update to 5.0

* Thu Nov 28 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0-8
- (586ff23) LOG Update BuildRequires
- (Andrey Bondrov: 409d86d) LOG Spec cleanup

* Wed Nov 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 3.0-7
- (9884df6) Update Russian l10n

* Tue Mar 19 2013 akdengi <kazancas@mandriva.ru> 3.0-6
- (70fd1cf) drop early presented patch
- (akdengi: 97c1cf6) fix memtest patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23811 |14mu|pure-ftpd-1.0.42-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight, fast and secure FTP server
Name:		pure-ftpd
Version:	1.0.42
Release:	1
License:	GPL
Group:		System/Servers
URL:		http://www.pureftpd.org
Source0:	http://download.pureftpd.org/pub/pure-ftpd/releases/%{name}-%{version}.tar.bz2
Source1:	pure-ftpd.init 
Source2:	pure-ftpd.logrotate
Source3:	pure-ftpd-xinetd
Source4:	pure-ftpd.service
Source5:	pure-ftpd.pam-0.77
Source6:        pure-ftpd.pam
Patch0:		pure-ftpd.mdkconf.patch
Provides:	ftp-server ftpserver
Requires(post): rpm-helper
Requires(preun): rpm-helper
Requires(pre): rpm-helper
Requires(postun): rpm-helper
Conflicts:	wu-ftpd, ncftpd, proftpd, anonftp, vsftpd
BuildRequires:	pam-devel
BuildRequires:	openldap-devel
BuildRequires:	mysql-devel
BuildRequires:	postgresql-devel
BuildRequires:	openssl-devel

%description
Pure-FTPd is a fast, production-quality, standard-comformant FTP server,
based upon Troll-FTPd. Unlike other popular FTP servers, it has no known
security flaw, it is really trivial to set up and it is especially designed
for modern Linux and FreeBSD kernels (setfsuid, sendfile, capabilities) .
Features include PAM support, IPv6, chroot()ed home directories, virtual
domains, built-in LS, anti-warez system, bandwidth throttling, FXP, bounded
ports for passive downloads, UL/DL ratios, native LDAP and SQL support,
Apache log files and more.

%package 	anonymous
Summary:	Anonymous support for pure-ftpd
Group:		System/Servers
Requires:	pure-ftpd

%description 	anonymous
This package provides anonymous support for pure-ftpd. 

%package 	anon-upload
Summary:	Anonymous upload support for pure-ftpd
Group:		System/Servers
Requires:	pure-ftpd

%description 	anon-upload
This package provides anonymous upload support for pure-ftpd. 

%prep

%setup -q
%patch0 -p1

# nuke mac files
find -name "\._*" | xargs rm -f

# make README.RPM:

COMPILER="Compiler:               $(gcc -v 2>& 1|tail -1)"
HARDWARE="Hardware platform:      $(uname -m)"
LIBRARY="Library:                $(rpm -q glibc)"
OSVERSION="Linux Kernel:           $(uname -sr)"
PACKAGER="Packager:               %{packager}"
MGARELEASE="Mageia release: $(cat /etc/release)"
RPMVERSION="RPM Version:            $(rpm -q rpm)"

cat <<EOF >>$RPM_BUILD_DIR/%{name}-%{version}/README.RPM
The pure-ftpd rpm packages were created in the following build environment:

$MDKRELEASE
$HARDWARE
$OSVERSION
$LIBRARY
$COMPILER
$RPMVERSION
$PACKAGER

EOF

cp %{SOURCE3} pure-ftpd-xinetd
cp %{SOURCE4} pure-ftpd.service
cp %{SOURCE6} pure-ftpd.pam

%build
%configure2_5x \
    --sysconfdir=%{_sysconfdir}/%{name} \
    --with-paranoidmsg \
    --without-capabilities \
    --with-pam \
    --with-ldap \
    --with-mysql \
    --with-pgsql \
    --with-puredb \
    --without-sendfile \
    --with-altlog \
    --with-cookie \
    --with-diraliases \
    --with-throttling \
    --with-ratios \
    --with-quotas \
    --with-ftpwho \
    --with-welcomemsg \
    --with-uploadscript \
    --with-peruserlimits \
    --with-virtualhosts \
    --with-virtualchroot \
    --with-extauth \
    --with-largefile \
    --with-rfc2640 \
    --with-tls

%make

%install 
%makeinstall_std

install -d -m 755 %{buildroot}%{_mandir}/man8/
install -d -m 755 %{buildroot}%{_sbindir}
install -d -m 755 %{buildroot}%{_sysconfdir}/rc.d/init.d/
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}

# Conf 
install -m 755 configuration-file/pure-config.pl %{buildroot}%{_sbindir}
install -m 644 configuration-file/pure-ftpd.conf %{buildroot}%{_sysconfdir}/%{name}
install -m 755 configuration-file/pure-config.py %{buildroot}%{_sbindir}
install -m 644 pureftpd-ldap.conf %{buildroot}%{_sysconfdir}/%{name}
install -m 644 pureftpd-mysql.conf %{buildroot}%{_sysconfdir}/%{name}
install -m 644 pureftpd-pgsql.conf %{buildroot}%{_sysconfdir}/%{name}

# Man
install -m 644 man/pure-ftpd.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-ftpwho.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-mrtginfo.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-uploadscript.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-pw.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-pwconvert.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-statsdecode.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-quotacheck.8 %{buildroot}%{_mandir}/man8
install -m 644 man/pure-authd.8 %{buildroot}%{_mandir}/man8

install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/pure-ftpd

# Pam 
install -d -m 755 %{buildroot}%{_sysconfdir}/pam.d/
install -m 0644 pure-ftpd.pam %{buildroot}%{_sysconfdir}/pam.d/%{name}

# Logrotate
install -d %{buildroot}%{_sysconfdir}/logrotate.d/
install -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

#anonymous ftp
mkdir -p %{buildroot}/var/ftp/pub/
mkdir -p %{buildroot}/var/ftp/incoming/

# xinetd support (tv)
mkdir -p %{buildroot}%{_sysconfdir}/xinetd.d
install -m0644 pure-ftpd-xinetd %{buildroot}%{_sysconfdir}/xinetd.d/pure-ftpd-xinetd

# avahi support (misc)
mkdir -p %{buildroot}%{_sysconfdir}/avahi/services/
install -m0644 pure-ftpd.service %{buildroot}%{_sysconfdir}/avahi/services/%{name}.service

%post
# ftpusers creation
if [ ! -f %{_sysconfdir}/ftpusers ]; then
	touch %{_sysconfdir}/ftpusers
fi

USERS="root bin daemon adm lp sync shutdown halt mail news uucp operator games nobody"
for i in $USERS ;do
    cat %{_sysconfdir}/ftpusers | grep -q "^$i$" || echo $i >> %{_sysconfdir}/ftpusers
done

%_post_service pure-ftpd

%pre
%_pre_useradd ftp /var/ftp /bin/false

%postun
%_postun_userdel ftp

%preun
%_preun_service pure-ftpd

%files
%doc FAQ THANKS README.Authentication-Modules README.Windows README.Virtual-Users
%doc README README.Contrib README.Configuration-File AUTHORS CONTACT HISTORY NEWS README.LDAP
%doc README.PGSQL README.MySQL pure-ftpd.png contrib/pure-vpopauth.pl
%doc contrib/pure-stat.pl pureftpd.schema README.RPM
%attr(0755,root,root) %{_initrddir}/pure-ftpd

%config(noreplace) %{_sysconfdir}/%{name}/pure-ftpd.conf
%config(noreplace) %{_sysconfdir}/%{name}/pureftpd-ldap.conf
%config(noreplace) %{_sysconfdir}/%{name}/pureftpd-mysql.conf
%config(noreplace) %{_sysconfdir}/%{name}/pureftpd-pgsql.conf
%config(noreplace) %{_sysconfdir}/pam.d/pure-ftpd
%config(noreplace) %{_sysconfdir}/logrotate.d/pure-ftpd
%config(noreplace) %{_sysconfdir}/xinetd.d/pure-ftpd-xinetd
%config(noreplace) %{_sysconfdir}/avahi/services/%{name}.service

%{_bindir}/pure-pw
%{_bindir}/pure-pwconvert
%{_bindir}/pure-statsdecode
%{_sbindir}/pure-config.pl
%{_sbindir}/pure-config.py
%{_sbindir}/pure-ftpd
%{_sbindir}/pure-ftpwho
%{_sbindir}/pure-uploadscript
%{_sbindir}/pure-mrtginfo
%{_sbindir}/pure-quotacheck
%{_sbindir}/pure-authd

%attr(644,root,root)%{_mandir}/man8/*

%files anonymous
%dir /var/ftp/pub/

%files anon-upload
%defattr(777, root, root)
%dir /var/ftp/incoming/

%changelog

* Tue Oct 20 2015 Denis Silakov <dsilakov@gmail.com> 1.0.42-1
- (1aac9ba) Updated to 1.0.42



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23812 |14mu|purpose-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	KDE Frameworks 5 abstraction to provide and leverage actions of a specific kind
Name:		purpose
Version:	1.1
Release:	2
License:	LGPLv2.1+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}-%{version}.tar.xz
Patch0:		purpose-1.1-soversion.patch
BuildRequires:	extra-cmake-modules
BuildRequires:	kaccounts-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5declarative-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kio-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Test)
# Runtime libraries check in cmake
BuildRequires:	kf5declarative-qml
BuildRequires:	ubuntuonlineaccounts-qml
Requires:	kf5declarative-qml
Requires:	ubuntuonlineaccounts-qml
Conflicts:	kamoso < 2.0.2-7.20140902.5

%description
Purpose offers the possibility to create integrate services and actions on
any application without having to implement them specifically. Purpose will
offer them mechanisms to list the different alternatives to execute given the
requested action type and will facilitate components so that all the plugins
can receive all the information they need.

%files
%{_kde5_datadir}/accounts/services/kde/google-youtube.service
%{_kde5_datadir}/accounts/services/kde/twitter-microblog.service
%dir %{_kde5_datadir}/kpackage/Purpose/Twitter/
%{_kde5_datadir}/kpackage/Purpose/Twitter/*
%{_kde5_datadir}/purpose/kdeconnectplugin_config.qml
%{_kde5_datadir}/purpose/reviewboardplugin_config.qml
%{_kde5_datadir}/purpose/saveasplugin_config.qml
%{_kde5_datadir}/purpose/youtubeplugin_config.qml
%{_kde5_datadir}/purpose/types/ExportPluginType.json
%{_kde5_iconsdir}/hicolor/*/actions/kipiplugin_youtube.png
%{_kde5_iconsdir}/hicolor/*/apps/reviewboard-purpose.png
%{_kde5_libexecdir}/kf5/purposeprocess
%{_qt5_plugindir}/purpose/imgurplugin.so
%{_qt5_plugindir}/purpose/kdeconnectplugin.so
%{_qt5_plugindir}/purpose/ktpsendfileplugin.so
%{_qt5_plugindir}/purpose/pastebinplugin.so
%{_qt5_plugindir}/purpose/reviewboardplugin.so
%{_qt5_plugindir}/purpose/saveasplugin.so
%{_qt5_plugindir}/purpose/youtubeplugin.so

#----------------------------------------------------------------------------

%package i18n
Summary:	KDE Frameworks 5 abstractions module translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
KDE Frameworks 5 abstractions module translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define qmlkf5purpose %mklibname kf5purpose-qml

%package -n %{qmlkf5purpose}
Summary:	QML plugin for KDE Frameworks 5 abstractions module
Group:		System/Libraries
Provides:	kf5purpose-qml = %{EVRD}

%description -n %{qmlkf5purpose}
QML plugin for KDE Frameworks 5 abstractions module.

%files -n %{qmlkf5purpose}
%dir %{_kde5_qmldir}/org/kde/purpose/
%{_kde5_qmldir}/org/kde/purpose/*

#----------------------------------------------------------------------------

%define rbhelpers_major 5
%define librbhelpers %mklibname reviewboardhelpers %{rbhelpers_major}

%package -n %{librbhelpers}
Summary:	KDE Frameworks 5 abstractions shared library
Group:		System/Libraries

%description -n %{librbhelpers}
KDE Frameworks 5 abstractions shared library.

%files -n %{librbhelpers}
%{_kde5_libdir}/libReviewboardHelpers.so.%{rbhelpers_major}*

#----------------------------------------------------------------------------

%define kf5purpose_major 5
%define libkf5purpose %mklibname kf5purpose %{kf5purpose_major}

%package -n %{libkf5purpose}
Summary:	KDE Frameworks 5 abstractions shared library
Group:		System/Libraries
Requires:	%{name}-i18n
Requires:	%{qmlkf5purpose}

%description -n %{libkf5purpose}
KDE Frameworks 5 abstractions shared library.

%files -n %{libkf5purpose}
%{_kde5_libdir}/libKF5Purpose.so.%{kf5purpose_major}*

#----------------------------------------------------------------------------

%define kf5purposewidgets_major 5
%define libkf5purposewidgets %mklibname kf5purposewidgets %{kf5purposewidgets_major}

%package -n %{libkf5purposewidgets}
Summary:	KDE Frameworks 5 abstractions shared library
Group:		System/Libraries

%description -n %{libkf5purposewidgets}
KDE Frameworks 5 abstractions shared library.

%files -n %{libkf5purposewidgets}
%{_kde5_libdir}/libKF5PurposeWidgets.so.%{kf5purposewidgets_major}*

#----------------------------------------------------------------------------

%define devkf5purpose %mklibname kf5purpose -d

%package -n %{devkf5purpose}
Summary:	Development files for KDE Frameworks 5 abstactions module
Group:		Development/KDE and Qt
Requires:	%{libkf5purpose} = %{EVRD}
Requires:	%{libkf5purposewidgets} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5purpose-devel = %{version}

%description -n %{devkf5purpose}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5purpose}
%{_kde5_includedir}/KF5/purpose
%{_kde5_includedir}/KF5/purposewidgets
%{_kde5_libdir}/cmake/KDEExperimentalPurpose
%{_kde5_libdir}/libKF5Purpose.so
%{_kde5_libdir}/libKF5PurposeWidgets.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

# Conflicts with kdevplatform4, remove for now
rm -rf %{buildroot}%{_kde5_iconsdir}/hicolor/*/apps/reviewboard.png

# Private library, shouldn't have a devel .so
rm -rf %{buildroot}%{_kde5_libdir}/libReviewboardHelpers.so

%find_lang libpurpose_quick libpurpose_widgets \
           purpose_imgur purpose_ktp-sendfile purpose_pastebin purpose_reviewboard purpose_saveas purpose_youtube \
           %{name}.lang

%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-2
- (00c824a) Add check runtime QML libraries at build time (less warnings in cmake log)
- (00c824a) Update files (path for services)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23813 |14mu|pv-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	uclibc

Summary:	Monitor the progress of data through a pipe

Name:		pv
Version:	1.6.0
Release:	1
Group:		Development/Other
License:	Artistic
URL:		http://www.ivarch.com/programs/pv.shtml
Source0:	http://www.ivarch.com/programs/sources/%{name}-%{version}.tar.bz2
BuildRequires:	gettext-devel
BuildRequires:	gettext
BuildRequires:	tetex
BuildRequires:	texinfo
%if %{with uclibc}
BuildRequires:	uClibc-devel
%endif

%description
PV ("Pipe Viewer") is a tool for monitoring the progress of data
through a pipeline.  It can be inserted into any normal pipeline
between two processes to give a visual indication of how quickly
data is passing through, how long it has taken, how near to
completion it is, and an estimate of how long it will be until
completion.

%package -n	uclibc-%{name}
Summary:	Monitor the progress of data through a pipe (uClibc build)

Group:		Development/Other

%description -n	uclibc-%{name}
PV ("Pipe Viewer") is a tool for monitoring the progress of data
through a pipeline.  It can be inserted into any normal pipeline
between two processes to give a visual indication of how quickly
data is passing through, how long it has taken, how near to
completion it is, and an estimate of how long it will be until
completion.


%prep
%setup -q
%patch0 -p1 -b .wholeprogram~

%build
CONFIGURE_TOP="$PWD"
%if %{with uclibc}
mkdir -p uclibc
pushd uclibc
%uclibc_configure
%make WHOLE_PROGRAM=1
popd
%endif

mkdir -p system
pushd system
%configure2_5x
%make WHOLE_PROGRAM=1
popd

%check
%make -C system test WHOLE_PROGRAM=1

%install
%if %{with uclibc}
%makeinstall_std -C uclibc WHOLE_PROGRAM=1
%endif

%makeinstall_std -C system WHOLE_PROGRAM=1

%find_lang %{name}

# note; the nls files should probably be added also somehow in the future...
%files -f %{name}.lang
%doc README doc/NEWS doc/TODO doc/COPYING
%{_bindir}/pv
%{_mandir}/man1/pv.1*

%if %{with uclibc}
%files -n uclibc-%{name}
%{uclibc_root}%{_bindir}/pv
%endif

%changelog

* Wed Jul 22 2015 dsilakov <denis.silakov@rosalab.ru> 1.6.0-1
- (10e44d9) Merge pull request #7 from import/pv:auto_update
- (10e44d9) Updated to 1.6.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23814 |14mu|pyatspi-2.18.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	Python bindings for at-spi
Name:		pyatspi
Version:	2.18.0
Release:	1
License:	LGPLv2+ and GPLv2+
Group:		Development/Python
Url:		http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
Source0:	ftp://ftp.gnome.org:21/pub/GNOME/sources/pyatspi/2.18/%{name}-%{version}.tar.xz
BuildRequires:	python
BuildRequires:	python3
BuildRequires:	pkgconfig(pygobject-3.0) >= 2.90.1
Requires:	at-spi2-core
Requires:	python-dbus
Obsoletes:	python-pyatspi < 2.8.0
Provides:	python-pyatspi = %{EVRD}
BuildArch:	noarch

%description
at-spi allows assistive technologies to access GTK-based
applications. Essentially it exposes the internals of applications for
automation, so tools such as screen readers, magnifiers, or even
scripting interfaces can query and interact with GUI controls.

This version of at-spi is a major break from previous versions.
It has been completely rewritten to use D-Bus rather than
ORBIT / CORBA for its transport protocol.

This package includes a python client library for at-spi.

%files
%doc COPYING COPYING.GPL AUTHORS README
%doc examples/magFocusTracker.py
%{py_puresitedir}/pyatspi

#----------------------------------------------------------------------------

%package -n python3-pyatspi
Summary:	Python3 bindings for at-spi
Group:		Development/Python
Requires:	at-spi2-core
Requires:	python3-gi

%description -n python3-pyatspi
at-spi allows assistive technologies to access GTK-based
applications. Essentially it exposes the internals of applications for
automation, so tools such as screen readers, magnifiers, or even
scripting interfaces can query and interact with GUI controls.

This package includes a python3 client library for at-spi.

%files -n python3-pyatspi
%doc COPYING COPYING.GPL AUTHORS README
%{py3_puresitedir}/pyatspi/

#----------------------------------------------------------------------------

%prep
%setup -q

rm -rf /tmp/py3
cp -a . /tmp/py3/

%build
%configure2_5x \
	--build=%{_build}

%make

# Build the python3 module
pushd /tmp/py3
%configure2_5x --with-python=python3
%make
popd

%install
%makeinstall_std

pushd /tmp/py3
%makeinstall_std
popd

rm -f %{buildroot}%{_bindir}/magFocusTracker.py

%changelog

* Tue Jan 12 2016 dsilakov <denis.silakov@rosalab.ru> 2.18.0-1
- (8aa6c0a) Merge pull request #4 from import/pyatspi:auto_update
- (8aa6c0a) Updated to 2.18.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23815 |14mu|pyparted-3.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Python module for GNU parted
Name:    pyparted
Version: 3.10.0
Release: 1
License: GPLv2+
Group:   Development/Python
URL:     http://fedorahosted.org/pyparted

Source0: http://fedorahosted.org/releases/p/y/pyparted/%{name}-%{version}.tar.gz

BuildRequires: python-devel
BuildRequires: parted-devel >= 3.0-6
BuildRequires: pkgconfig

%rename python-parted

%description
Python module for the parted library.  It is used for manipulating
partition tables.

%prep
%setup -q

%build
%make

%install
%makeinstall_std

%files
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
%{py_platsitedir}/*

%changelog
* Tue Oct 21 2014 dsilakov <denis.silakov@rosalab.ru> 3.10.0-1
+ Revision: d23b356
- Merge pull request #2 from import/pyparted:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23816 |14mu|pyside-1.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %{nil}

%define qtver 4.8
%define pyver python2.7

Summary:	The PySide project provides LGPL-licensed Python bindings for the Qt
Name:		pyside
Version:	1.2.2
Release:	3
License:	LGPLv2+
Group:		Development/KDE and Qt
Url:		http://www.pyside.org
Source0:	http://www.pyside.org/files/%{name}-qt%{qtver}+%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-1.2.2-drop-QGtkStyle.patch
BuildRequires:	cmake
BuildRequires:	graphviz
BuildRequires:	python-sphinx
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(shiboken) >= 1.2.0
Requires:	pyside-phonon
Requires:	pyside-core
Requires:	pyside-declarative
Requires:	pyside-gui
Requires:	pyside-help
Requires:	pyside-multimedia
Requires:	pyside-network
Requires:	pyside-opengl
Requires:	pyside-script
Requires:	pyside-scripttools
Requires:	pyside-sql
Requires:	pyside-test
Requires:	pyside-xmlpatterns
Requires:	pyside-xml
Requires:	pyside-uitools
Requires:	pyside-svg
Requires:	pyside-webkit

%description
The PySide project provides LGPL-licensed Python bindings for the Qt
cross-platform application and UI framework. PySide Qt bindings allow both free
open source and proprietary software development and ultimately aim to support
all of the platforms as Qt itself.

%files

#------------------------------------------------------------------------------

%package phonon
Summary:	PySide phonon module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description phonon
PySide phonon module.

%files phonon
%doc COPYING
%{py_platsitedir}/PySide/phonon.so
%{_datadir}/PySide/typesystems/typesystem_phonon.*

#------------------------------------------------------------------------------

%package core
Summary:	PySide core module
Group:		Development/KDE and Qt

%description core
PySide core module.

%files core
%doc COPYING
%{py_platsitedir}/PySide/QtCore.so
%{py_platsitedir}/PySide/__init__.py
%{py_platsitedir}/PySide/_utils.py
%{_datadir}/PySide/typesystems/typesystem_core*
%{_datadir}/PySide/typesystems/typesystem_templates.*

#------------------------------------------------------------------------------

%package declarative
Summary:	PySide declarative module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description declarative
PySide declarative module.

%files declarative
%doc COPYING
%{py_platsitedir}/PySide/QtDeclarative.so
%{_datadir}/PySide/typesystems/typesystem_declarative.*

#------------------------------------------------------------------------------

%package gui
Summary:	PySide gui module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description gui
PySide gui module.

%files gui
%doc COPYING
%{py_platsitedir}/PySide/QtGui.so
%{_datadir}/PySide/typesystems/typesystem_gui*

#------------------------------------------------------------------------------

%package help
Summary:	PySide help module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description help
PySide help module.

%files help
%doc COPYING
%{py_platsitedir}/PySide/QtHelp.so
%{_datadir}/PySide/typesystems/typesystem_help.*

#------------------------------------------------------------------------------

%package multimedia
Summary:	PySide multimedia module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description multimedia
PySide multimedia module.

%files multimedia
%doc COPYING
%{py_platsitedir}/PySide/QtMultimedia.so
%{_datadir}/PySide/typesystems/typesystem_multimedia*

#------------------------------------------------------------------------------

%package network
Summary:	PySide network module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description network
PySide network module.

%files network
%doc COPYING
%{py_platsitedir}/PySide/QtNetwork.so
%{_datadir}/PySide/typesystems/typesystem_network.*

#------------------------------------------------------------------------------

%package opengl
Summary:	PySide opengl module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description opengl
PySide opengl module.

%files opengl
%doc COPYING
%{py_platsitedir}/PySide/QtOpenGL.so
%{_datadir}/PySide/typesystems/typesystem_opengl*

#------------------------------------------------------------------------------

%package script
Summary:	PySide script module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description script
PySide script module.

%files script
%doc COPYING
%{py_platsitedir}/PySide/QtScript.so
%{_datadir}/PySide/typesystems/typesystem_script.*

#------------------------------------------------------------------------------

%package scripttools
Summary:	PySide scripttool module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description scripttools
PySide scripttool module.

%files scripttools
%doc COPYING
%{py_platsitedir}/PySide/QtScriptTools.so
%{_datadir}/PySide/typesystems/typesystem_scripttools.*

#------------------------------------------------------------------------------

%package sql
Summary:	PySide sql module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description sql
PySide sql module.

%files sql
%doc COPYING
%{py_platsitedir}/PySide/QtSql.so
%{_datadir}/PySide/typesystems/typesystem_sql.*

#------------------------------------------------------------------------------

%package svg
Summary:	PySide svg module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description svg
PySide svg module.

%files svg
%doc COPYING
%{py_platsitedir}/PySide/QtSvg.so
%{_datadir}/PySide/typesystems/typesystem_svg.*

#------------------------------------------------------------------------------

%package test
Summary:	PySide test module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description test
PySide test module.

%files test
%doc COPYING
%{py_platsitedir}/PySide/QtTest.so
%{_datadir}/PySide/typesystems/typesystem_test.*

#------------------------------------------------------------------------------

%package uitools
Summary:	PySide uitools module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description uitools
PySide uitools module.

%files uitools
%doc COPYING
%{py_platsitedir}/PySide/QtUiTools.so
%{_datadir}/PySide/typesystems/typesystem_uitools.*

#------------------------------------------------------------------------------

%package webkit
Summary:	PySide webkit module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description webkit
PySide webkit module.

%files webkit
%doc COPYING
%{py_platsitedir}/PySide/QtWebKit.so
%{_datadir}/PySide/typesystems/typesystem_webkit*

#------------------------------------------------------------------------------

%package xmlpatterns
Summary:	PySide xmlpatterns module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description xmlpatterns
PySide xmlpatterns module.

%files xmlpatterns
%doc COPYING
%{py_platsitedir}/PySide/QtXmlPatterns.so
%{_datadir}/PySide/typesystems/typesystem_xmlpatterns*

#------------------------------------------------------------------------------

%package xml
Summary:	PySide xml module
Group:		Development/KDE and Qt
Requires:	pyside-core = %{version}

%description xml
PySide xml module.

%files xml
%doc COPYING
%{py_platsitedir}/PySide/QtXml.so
%{_datadir}/PySide/typesystems/typesystem_xml.*

#------------------------------------------------------------------------------

%define major 1
%define libname %mklibname pyside %{py_ver} %{major}

%package -n %{libname}
Summary:	PySide core library
Group:		System/Libraries
Conflicts:	%{_lib}pyside1 < 1.2.2-3
Obsoletes:	%{_lib}pyside1 < 1.2.2-3

%description -n %{libname}
PySide core library.

%files -n %{libname}
%doc COPYING ChangeLog
%{_libdir}/libpyside-python%{py_ver}.so.%{major}*

#------------------------------------------------------------------------------

%package devel
Summary:	PySide development files
Group:		Development/KDE and Qt
Requires:	%{name} = %{version}
Requires:	%{libname} = %{version}

%description devel
PySide development files.

%files devel
%doc COPYING ChangeLog
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_libdir}/cmake/*

#------------------------------------------------------------------------------

%prep
%setup -qn %{name}-qt%{qtver}+%{version}
%patch0 -p1

%build
sed 's/-Wno-strict-aliasing/-fno-strict-aliasing/' -i CMakeLists.txt
%cmake \
	-DQT_SRC_DIR=%{buildroot}%{qt4dir} \
	-DQT_PHONON_INCLUDE_DIR=%{_includedir}/phonon \
	-DPYTHON_BASENAME=%{pyver}
%make

%install
%makeinstall_std -C build


%changelog

* Tue Jan 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.2-3
- (a6ffdd3) Build requires python-sphinx



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23817 |14mu|pysol-4.82-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pssver	3.01

Summary:	Provides several solitaire card games
Name:		pysol
Version:        4.82
Release:        19
License:	GPL
Group:		Games/Cards
URL:		http://www.oberhumer.com/opensource/pysol/

Source0:	%{name}-%{version}.tar.bz2
Source1: 	http://www.oberhumer.com/opensource/pysol/download/pysol-sound-server-%{pssver}.tar.bz2
Source2:	%{name}-%{version}-src.tar.bz2
#gw use the pysol.py from the source release instead of the bytecode
Patch0:		pysol-4.81-srcrelease.patch
Patch1:		pysol-4.82-sound.patch
Patch2:		pysol-4.82-tk-geometry-fix.patch
Requires:	tkinter >= 1.5.2
BuildRequires:  python-devel
BuildRequires:  smpeg-devel

%description
PySol has several solitaire card games, written in 100%% pure
Python. It has many features: unlimited undo and redo, load & save
games, player statistics, hint system, game plug-ins, and more!
Contains: klondike, freecel, spider, golf, etc.

%prep
%setup -q -a 1 -a 2
%patch0 -p1
%patch1
%patch2

cp pysol-sound-server-%{pssver}/NEWS NEWS.pysol-sound-server
cp pysol-sound-server-%{pssver}/README README.pysol-sound-server

%build
cd pysol-sound-server-%{pssver}/src
./configure --libdir=%{_libdir}
%make


%install
rm -fr %{buildroot}
make prefix=%{_prefix} bindir=%{buildroot}%{_gamesbindir} pkgdatadir=%{buildroot}%{_gamesdatadir}/%{name} install-bin install-data install-man mandir=%{buildroot}/%{_mandir}
perl -pi -e "s%%{buildroot}/usr%/usr%" %{buildroot}%{_gamesbindir}/pysol
cd pysol-sound-server-%{pssver}/src
python setup.py install --root=%{buildroot}
cd ../..
# they don't support python 2.4 yet
rm -f %{buildroot}%{_gamesdatadir}/%{name}/*pyc
mkdir %{buildroot}%{_gamesdatadir}/%{name}/BINARIES
cp -r %{name}-%{version}/src/* %{buildroot}%{_gamesdatadir}/%{name}/BINARIES
cat > %{buildroot}/%{_gamesbindir}/pysol << EOF
#!/bin/sh
exec python %{_gamesdatadir}/%{name}/BINARIES/pysol.py --pkgdatadir=%{_gamesdatadir}/%{name}/ --bindir=%{_gamesdatadir}/%{name}/BINARIES/ ${1+"$@"}

echo "$0: running $PYTHON failed !"
exit 1
EOF
chmod 755 %{buildroot}/%{_gamesbindir}/pysol

# Menu support
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=PySOL
Comment=All solitaire cards games
Comment[ru]=Набор всевозможных пасьянсов
Exec=%{name}
Icon=cards_section
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Cards;Game;CardGame;
EOF

%clean

%files
%doc NEWS* README*
%{_gamesdatadir}/pysol/
%{_gamesbindir}/pysol
%{_mandir}/man6/pysol.6*
%{_datadir}/applications/mandriva*
%{py_platsitedir}/*


%changelog

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 4.82-19
- (6ac4c6e) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23818 |14mu|python-2.7.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Patching guideline for python :
# - no big patch with invasive change not 
#     approved by upstream ( ie not coming from upstream svn )
# - small bugfix must be sent to upstream and approved if they 
#     change any interface
# - all patchs should be commented ( unless for security, 
#     as they are usually easy to spot )
%bcond_with tests

%define docver 2.7.13
%define dirver 2.7

%define major %{dirver}
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%ifarch %{ix86} x86_64 ppc
%bcond_without valgrind
%else
%bcond_with valgrind
%endif

Summary:	An interpreted, interactive object-oriented programming language
Name:		python
Version:	2.7.13
Release:	1
License:	Modified CNRI Open Source License
Group:		Development/Python
Url:		http://www.python.org/
Source0:	http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
Source1:	http://www.python.org/ftp/python/doc/%{docver}/python-%{docver}-docs-html.tar.bz2
Source2:	bdist_rpm5.py
Source3:	python2.macros
Source100:	%{name}.rpmlintrc
Patch0:		python-2.7.10-module-linkage.patch
# Don't include /usr/local/* in search path
Patch3:		Python-2.7.6-no-local-incpath.patch

# Support */lib64 convention on x86_64, sparc64, etc.
# similar patches reported upstream on http://bugs.python.org/issue1294959
Patch4:		python-2.7.13-lib64.patch

Patch6:		python-2.7-016-cross-compile-getaddrinfo.patch

# add rosaa to the list of supported distribution, prefer it to redhat
# (since we have both redhat-release and rosa-release files)
Patch10:	python-2.5.1-detect-rosa.patch

# adds xz support to distutils targets: 'sdist', 'bdist' & 'bdist_rpm'
# sent upstream : http://bugs.python.org/issue5411
# DO NOT REMOVE, IT DOESN'T TOUCH *ANY* public interfaces and has been
# accepted by upstream
#Patch14:	Python-2.7.2-distutils-xz-support.patch

# from Fedora, fixes gettext.py parsing of Plural-Forms: header (fixes mdv bugs #49475, #44088)
# to send upstream
Patch16:	python-2.7.10-plural-fix.patch

# skip semaphore test, as it requires /dev/shm
Patch23:	python-2.7.1-skip-shm-test.patch

# add support for berkeley db <= 5.1
# sent upstream: http://bugs.python.org/issue11817
Patch24:	Python-2.7.4-berkeley-db-5.3.patch

# do not use uname -m to get the exact name on mips/arm
Patch25:	python-2.7.4-arch.patch

Patch26:	Python-2.7.4-berkeley-db-5.3-2.patch

# Avoid error in tests if built inside LXC with kerneles which differs
# from the target system's one
#Patch27:	python-2.7.3-workaround-ENOPROTOOPT-in-bind_port.patch

# Add flags for statvfs.f_flag to the constant list in posixmodule (i.e. "os")
# (rhbz:553020); partially upstream as http://bugs.python.org/issue7647
Patch28:	python-2.7.7-statvfs-f_flag-constants.patch


BuildRequires:	blt
BuildRequires:	chrpath
BuildRequires:	tcl
BuildRequires:	tix
BuildRequires:	tk
BuildRequires:	bzip2-devel
BuildRequires:	db5-devel
BuildRequires:	gdbm-devel
BuildRequires:	gmp-devel
BuildRequires:	readline-devel
%if %{with valgrind}
BuildRequires:	valgrind-devel
%endif
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(tcl)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(sqlite3)
# (2010/03/21, misc: interfere with test__all )
# backwards compatibility for unfixed packages
Provides:	python(abi) = %{major}

Conflicts:	tkinter < %{EVRD}
Conflicts:	python-devel < 2.7-6
%rename		python-ctypes
%rename		python-elementtree
%rename		python-base
%rename		python-pyxml

%description
Python is an interpreted, interactive, object-oriented programming
language often compared to Tcl, Perl, Scheme or Java. Python includes
modules, classes, exceptions, very high level dynamic data types and
dynamic typing. Python supports interfaces to many system calls and
libraries, as well as to various windowing systems (X11, Motif, Tk,
Mac and MFC).

Programmers can write new built-in modules for Python in C or C++.
Python can be used as an extension language for applications that
need a programmable interface. This package contains most of the
standard Python modules, as well as modules for interfacing to the
Tix widget set for Tk and RPM.

Note that documentation for Python is provided in the python-docs
package.

%files
%doc README.omv
%{_sysconfdir}/profile.d/*
%{_sysconfdir}/rpm/macros.d/*
%config(noreplace) %{_sysconfdir}/pythonrc.py
%if %{_lib} != "lib"
%dir %{_prefix}/lib/python%{dirver}
%endif
%dir %{_libdir}/python%{dirver}
%{_libdir}/python%{dirver}/*.doc
%{_libdir}/python%{dirver}/*.egg-info
%{_libdir}/python%{dirver}/*.py*
%{_libdir}/python%{dirver}/*.txt
%{_libdir}/python%{dirver}/bsddb
%{_libdir}/python%{dirver}/compiler
# "Makefile" and the config.h file are needed by
# distutils/sysconfig.py:_init_posix(), so we include them in the libs
# package, along with their parent directories (RH bug#531901):
%dir %{_libdir}/python%{dirver}/config
%{_libdir}/python%{dirver}/config/Makefile
%{_libdir}/python%{dirver}/ctypes
%{_libdir}/python%{dirver}/curses
%{_libdir}/python%{dirver}/distutils
%{_libdir}/python%{dirver}/email
%{_libdir}/python%{dirver}/ensurepip
%{_libdir}/python%{dirver}/encodings
%{_libdir}/python%{dirver}/hotshot
%{_libdir}/python%{dirver}/importlib
%{_libdir}/python%{dirver}/json
%{_libdir}/python%{dirver}/lib2to3
%{_libdir}/python%{dirver}/lib-dynload
%exclude %{_libdir}/python%{dirver}/lib-dynload/_tkinter.so
%{_libdir}/python%{dirver}/logging
%{_libdir}/python%{dirver}/multiprocessing
%{_libdir}/python%{dirver}/plat-linux2
%{_libdir}/python%{dirver}/pydoc_data
%if %{_lib} != "lib"
%dir %{_prefix}/lib/python%{dirver}/site-packages
%endif
%dir %{_libdir}/python%{dirver}/site-packages
%{_libdir}/python%{dirver}/site-packages/README
%{_libdir}/python%{dirver}/sqlite3
%{_libdir}/python%{dirver}/unittest
%{_libdir}/python%{dirver}/wsgiref
%{_libdir}/python%{dirver}/xml

%dir %{_includedir}/python%{dirver}
%{_includedir}/python%{dirver}/pyconfig.h
%multiarch_includedir/python%{dirver}/pyconfig.h

%{_bindir}/python%{dirver}
%{_bindir}/pydoc
%{_bindir}/python
%{_bindir}/python2
%{_bindir}/2to3
%{_mandir}/man*/*
%if %{with valgrind}
%{_libdir}/valgrind/valgrind-python.supp
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for Python %{version}
Group:		System/Libraries

%description -n %{libname}
This packages contains Python shared object library.  Python is an
interpreted, interactive, object-oriented programming language often
compared to Tcl, Perl, Scheme or Java.

%files -n %{libname}
%{_libdir}/libpython*.so.1*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The libraries and header files needed for Python development
Group:		Development/Python
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Obsoletes:	%{name}-devel < %{EVRD}
# (misc) needed to ease upgrade , see #47803
Obsoletes:	%{mklibname -d %{name} 2.5} < 2.7
Obsoletes:	%{mklibname -d %{name} 2.6} < 2.7
Obsoletes:	%{mklibname -d %{name} 2.7} < 2.7-4
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The Python programming language's interpreter can be extended with
dynamically loaded extensions and can be embedded in other programs.
This package contains the header files and libraries needed to do
these types of tasks.

Install %{devname} if you want to develop Python extensions.  The
python package will also need to be installed.  You'll probably also
want to install the python-docs package, which contains Python
documentation.

%files -n %{devname}
%{_libdir}/libpython*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/python%{dirver}
%{_libdir}/python%{dirver}/config/*
%{_libdir}/python%{dirver}/test/
%{_bindir}/python%{dirver}-config
%{_bindir}/python2-config
%{_bindir}/python-config
%exclude %{_libdir}/python%{dirver}/config/Makefile
%exclude %{_includedir}/python%{dirver}/pyconfig.h

#----------------------------------------------------------------------------

%package docs
Summary:	Documentation for the Python programming language
Group:		Documentation
Requires:	python = %{EVRD}
Requires:	xdg-utils

%description docs
The python-docs package contains documentation on the Python
programming language and interpreter.  The documentation is provided
in ASCII text files and in LaTeX source files.

Install the python-docs package if you'd like to use the documentation
for the Python language.

%files docs
%doc html/*/*
%{_datadir}/applications/rosa-%{name}-docs.desktop

#----------------------------------------------------------------------------

%package -n tkinter
Summary:	A graphical user interface for the Python scripting language
Group:		Development/Python
Requires:	python = %{EVRD}
Requires:	tcl
Requires:	tk
Obsoletes:	tkinter-apps < %{EVRD}

%description -n tkinter
The Tkinter (Tk interface) program is an graphical user interface for
the Python scripting language.

You should install the tkinter package if you'd like to use a graphical
user interface for Python programming.

%files -n tkinter
%dir %{_libdir}/python%{dirver}/lib-tk
%{_libdir}/python%{dirver}/lib-tk/*.py*
%{_libdir}/python%{dirver}/lib-tk/test/
%{_libdir}/python%{dirver}/lib-dynload/_tkinter.so

#----------------------------------------------------------------------------

%package -n idle
Summary:	Python IDE
Group:		Development/Python
Requires:	tkinter
Conflicts:	tkinter-apps < %{EVRD}

%description -n idle
Python IDE.

%files -n idle
%{_bindir}/idle
%{_datadir}/applications/idle.desktop
%{_libdir}/python%{dirver}/idlelib

#----------------------------------------------------------------------------

%package -n pynche
Summary:	Color and Hue editor
Group:		Development/Python
Requires:	tkinter
Conflicts:	tkinter-apps < %{EVRD}

%description -n pynche
Color and Hue editor.

%files -n pynche
%{_bindir}/pynche
%{_datadir}/applications/pynche.desktop
%{_libdir}/python%{dirver}/site-packages/pynche

#----------------------------------------------------------------------------

%prep
%setup -qn Python-%{version}
%patch0 -p1
# local include
%patch3 -p1
# lib64
%patch4 -p1 -b .lib64

#disable buggy getaddr check
%patch6 -p1

# add mandriva to the list of supported distribution
%patch10 -p0
# must fix tararchive first..
#patch14 -p1 .xz~

%patch16 -p1 -b .plural-fix

%patch23 -p1
%patch24 -p1 -b .db5~
%patch25 -p1 -b .arch
%patch26 -p1 -b .db5-2

# %patch27 -p1 -b .bind_port
%patch28 -p1 -b .statvfs-f_flag-constants

%patch300 -p1 .httpoxy

autoconf

mkdir html
bzcat %{SOURCE1} | tar x  -C html

find . -type f -print0 | xargs -0 perl -p -i -e 's@/usr/local/bin/python@/usr/bin/python@'

cat > README.omv << EOF
Python interpreter support readline completion by default.
This is only used with the interpreter. In order to remove it,
you can :
1) unset PYTHONSTARTUP when you login
2) create a empty file \$HOME/.pythonrc.py
3) change %{_sysconfdir}/pythonrc.py
EOF

%build
rm -f Modules/Setup.local
cat > Modules/Setup.local << EOF
linuxaudiodev linuxaudiodev.c
EOF

export OPT="%{optflags}"
export CCSHARED="-fno-PIE -fPIC"
export ac_cv_have_long_long_format=yes

# see https://qa.mandriva.com/show_bug.cgi?id=48570 
# for wide unicode support
%configure2_5x \
	--with-threads \
	--with-system-expat \
	--with-system-ffi \
	--enable-unicode=ucs4 \
	--enable-ipv6 \
	--enable-shared \
	--with-dbmliborder=gdbm:ndbm:bdb \
%if %{with valgrind}
	--with-valgrind
%endif

# fix build
#perl -pi -e 's/^(LDFLAGS=.*)/$1 -lstdc++/' Makefile
# (misc) if the home is nfs mounted, rmdir fails due to delay
export TMP="/tmp" TMPDIR="/tmp"
# Parallel make fails sometimes inside lxc in ABF
make

%install
mkdir -p %{buildroot}%{_prefix}/lib/python%{dirver}/site-packages

# fix Makefile to get rid of reference to distcc
perl -pi -e "/^CC=/ and s/distcc/gcc/" Makefile

# set the install path
echo '[install_scripts]' >setup.cfg
echo 'install_dir='"%{buildroot}/usr/bin" >>setup.cfg

# python is not GNU and does not know fsstd
mkdir -p %{buildroot}%{_mandir}
%makeinstall_std

ln -sf libpython%{major}.so.* %{buildroot}/%{_libdir}/libpython%{major}.so

# Provide a libpython%{dirver}.so symlink in /usr/lib/puthon*/config, so that
# the shared library could be found when -L/usr/lib/python*/config is specified
ln -sf ../../libpython%{major}.so %{buildroot}%{_libdir}/python%{dirver}/config; ln -sf ../../libpython%{major}.so .

#"  this comment is just here because vim syntax higlighting is confused by the previous snippet of lisp

# smtpd proxy
mv -f %{buildroot}%{_bindir}/smtpd.py %{buildroot}%{_libdir}/python%{dirver}/

# idle
cp Tools/scripts/idle %{buildroot}%{_bindir}/idle


# pynche
cat << EOF > %{buildroot}%{_bindir}/pynche
#!/bin/bash
exec %{_libdir}/python%{dirver}/site-packages/pynche/pynche
EOF
rm -f Tools/pynche/*.pyw
cp -r Tools/pynche %{buildroot}%{_libdir}/python%{dirver}/site-packages/

chmod 755 %{buildroot}%{_bindir}/{idle,pynche}

ln -f Tools/pynche/README Tools/pynche/README.pynche

%if %{with valgrind}
install Misc/valgrind-python.supp -D %{buildroot}%{_libdir}/valgrind/valgrind-python.supp
%endif

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/idle.desktop << EOF
[Desktop Entry]
Name=IDLE
Name[ru]=IDLE
Comment=IDE for Python
Comment[ru]=IDE для Python
Exec=%{_bindir}/idle
Icon=development_environment_section
Terminal=false
Type=Application
Categories=Development;IDE;
EOF

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/pynche.desktop << EOF
[Desktop Entry]
Name=Pynche
Name[ru]=Pynche
Comment=Color and Hue editor
Comment[ru]=Редактор цветов
Exec=%{_bindir}/pynche
Icon=development_environment_section
Terminal=false
Type=Application
Categories=Development;
EOF


cat > %{buildroot}%{_datadir}/applications/rosa-%{name}-docs.desktop << EOF
[Desktop Entry]
Name=Python documentation
Name[ru]=Документация Python
Comment=Python complete reference
Comment[ru]=Полная документация Python
Exec=%{_bindir}/xdg-open %{_defaultdocdir}/%{name}-docs/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF


# fix non real scripts
chmod 644 %{buildroot}%{_libdir}/python*/test/test_{binascii,grp,htmlparser}.py*
# fix python library not stripped
chmod u+w %{buildroot}%{_libdir}/libpython%{major}.so.1.0


mkdir -p %{buildroot}%{_sysconfdir}/profile.d/

cat > %{buildroot}%{_sysconfdir}/profile.d/30python.sh << 'EOF'
if [ -f $HOME/.pythonrc.py ] ; then
	export PYTHONSTARTUP=$HOME/.pythonrc.py
else
	export PYTHONSTARTUP=/etc/pythonrc.py
fi

export PYTHONDONTWRITEBYTECODE=1
EOF

cat > %{buildroot}/%{_sysconfdir}/profile.d/30python.csh << 'EOF'
if ( -f ${HOME}/.pythonrc.py ) then
	setenv PYTHONSTARTUP ${HOME}/.pythonrc.py
else
	setenv PYTHONSTARTUP /etc/pythonrc.py
endif
setenv PYTHONDONTWRITEBYTECODE 1
EOF

cat > %{buildroot}%{_sysconfdir}/pythonrc.py << EOF
try:
    # this add completion to python interpreter
    import readline
    import rlcompleter
    # see readline man page for this
    readline.parse_and_bind("set show-all-if-ambiguous on")
    readline.parse_and_bind("tab: complete")
except:
    pass
# you can place a file .pythonrc.py in your home to overrides this one
# but then, this file will not be sourced
EOF

%multiarch_includes %{buildroot}/usr/include/python*/pyconfig.h

install -m644 %{SOURCE2} -D %{buildroot}%{_libdir}/python%{dirver}/distutils/command/bdist_rpm5.py

mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm/macros.d/

%if %{with tests}
%check
# (misc) if the home is nfs mounted, rmdir fails
export TMP="/tmp" TMPDIR="/tmp"

# all tests must pass
%ifarch %{arm}
# don't know if it's a python issue or a toolchain issue :(
# test test_float failed -- Traceback (most recent call last):
#  File "/home/rtp/deb/python2.6-2.6.4/Lib/test/test_float.py", line 665, in test_from_hex
#    self.identical(fromHex('0x0.ffffffffffffd6p-1022'), MIN-3*TINY)
#  File "/home/rtp/deb/python2.6-2.6.4/Lib/test/test_float.py", line 375, in identical
#    self.fail('%r not identical to %r' % (x, y))
# AssertionError: 2.2250738585071999e-308 not identical to 2.2250738585071984e-308
%define custom_test -x test_float
%else
%define custom_test ""
%endif
# if a test doesn't pass, it can be disabled with -x test, but this should be documented in the
# spec file, and a bug should be reported if possible ( on python side )
# (misc, 28/10/2010) test_gdb fail, didn't time too look
# (misc, 29/10/2010) test_site fail due to one of our patch, will fix later
#   test_distutils, fail because of lib64 patch ( like test_site ), and because it requires libpython2.7 to be installed
#   test_io, blocks on my computer on 2nd run
# (misc, 17/01/2013) test_cmath fails when run as part of the full test suite,
#   but succeeds when run by itself. Needs further investigation, for now, let's
#   just make it an extra step. Same goes for test_math, test_float, test_strtod
# (arisel, 04/02/2013) disabling test_file and test_file2k. This might be a problem with 
#   --enable-shared as modules already installed on the system are used.
# (bero, 19/06/2013) disabling test_pydoc, fails with 'NoneType' object has no attribute 'get_source'
# (bero, 19/06/2013) Network related tests fail in ABF - probably new security features not allowing package
# builds to access the net?
WITHIN_PYTHON_RPM_BUILD=1 make test TESTOPTS="-w -l -x test_file -x test_file2k -x test_gdb -x test_site -x test_io -x test_distutils -x test_urllib2 -x test_cmath -x test_math -x test_float -x test_strtod -x test_pydoc -x test_ftplib -x test_httplib -x test_poplib -x test_telnetlib -x test_smtplib -x test_asynchat -x test_asyncore -x test_socket %{custom_test}"
WITHIN_PYTHON_RPM_BUILD=1 make test TESTOPTS="-w -l test_cmath test_math test_float test_strtod"
#make test TESTOPTS="-w -l test_pydoc"
%endif

%changelog

* Sun Dec 03 2017 Denis Silakov <denis.silakov@rosalab.ru> 2.7.13-1
- (1483bf0) Updated to 2.7.13

* Thu Oct 13 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.7.12-2
- (a228a80) Fix CVE-2016-1000110

* Thu Jul 07 2016 Denis Silakov <dsilakov@gmail.com> 2.7.12-1
- (c9f1503) Added python rpm macros
- (Denis Silakov: 6ca9d71) Updated to 2.7.12

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 2.7.11-4
- (b97895f) Fix idle subpackage summary

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 2.7.11-3
- (7e11eff) Put idle and punche into separate subpackages instead of tkinter-apps

* Wed Mar 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.7.11-2
- (8bb1c7a) Adjust spec style

* Mon Dec 14 2015 Denis Silakov <dsilakov@gmail.com> 2.7.11-1
- (f0424da) Updated to 2.7.11

* Mon Jun 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.7.10-1
- (60644ad) Upload doc tarball
- (Denis Silakov: 9b296e7) Updated to 2.7.10

* Thu Jun 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.7.9-11
- (dd24892) Test
- (Denis Silakov: 5ff3b63) Test
- (Denis Silakov: dac11a3) Test

* Mon May 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.7.9-10
- (8218262) Turn back rename of pyxml

* Mon May 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.7.9-9
- (1a4ff6a) Drop conflict with pyxml
- (Denis Silakov: df6ce14) Rebuild wo python-pyxml
- (Denis Silakov: b58fa2a) Add BC with python3
- (law: aad9b7f) Increase release number

* Mon Apr 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.7.9-8
- (06482e3) Rename python-pyxml

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 2.7.9-7.2
- (b834353) MassBuild#656: Increase release tag

* Sat Feb 14 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.7.9-7.1
- (82514d6) Bump release

* Fri Dec 12 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.9-7
- (5144405) Merge remote-tracking branch 'current2/current' into rosa2014.1
- (5144405) Conflicts:
- (5144405) .abf.yml
- (5144405) python.spec
- (Denis Silakov: 41aee05) Updated to 2.7.9

* Tue Dec 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.8-7
- (2488ce3) Sync with current platform - Add statvfs flags to the posix module #rm6196
- (Denis Silakov: 170c1e9) Updated to 2.7.8

* Mon Dec 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.7-7
- (ba250ce) SILENT Bump release

* Mon Dec 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.7-6
- (4d3757c) Rebuild with new gdbm

* Mon Nov 24 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 2.7.7-5
- (508e738) BuildList#2335496: Increase release tag

* Wed Nov 05 2014 Alexander Lakhin <exclusion@gmail.com> 2.7.7-4
- (2c28a61) Increase release number

* Wed Nov 05 2014 Alexander Lakhin <exclusion@gmail.com> 2.7.7-3
- (2de3303) Add statvfs flags to the posix module #rm6196

* Wed Jul 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.8-1
- (5747dc7) Updated to 2.7.8

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.7.7-3
- (d7748b6) MassBuild#440: Increase release tag

* Tue Jun 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.7.7-2
- (0819595) Bump release

* Tue Jun 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.7-1
- (e7eda27) Disable %check finally, tired of fighting with it...
- (Denis Silakov: 6277a68) Updated to 2.7.7

* Tue Jun 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.7.6-4
- (61b6db7) Bump release

* Thu May 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.7.6-3
- (1eac500) Fix build flags order (move fPIC after no-PIE)

* Tue May 06 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.7.6-2
- (bafe422) Updated python.spec
- (Denis Silakov: ea6f19e) Define WITHIN_PYTHON_RPM_BUILD
- (Denis Silakov: bbac7ca) Avoid error in tests when building inside LXC with different kernel

* Tue Dec 10 2013 Denis Silakov <denis.silakov@rosalab.ru> 2.7.6-1
- (9716892) Fix docver



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23819 |14mu|python3-3.4.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define docver  3.4.2
%define dirver  3.4
%define familyver 3

%define lib_major       %{dirver}
%define lib_name_orig   libpython%{familyver}
%define lib_name        %mklibname python %{lib_major}
%define develname       %mklibname python3 -d

%ifarch %{ix86} x86_64 ppc
%bcond_without  valgrind
%else
%bcond_with     valgrind
%endif

%bcond_without	rewheel

# We want to byte-compile the .py files within the packages using the new
# python3 binary.
# 
# Unfortunately, rpmbuild's infrastructure requires us to jump through some
# hoops to avoid byte-compiling with the system python 2 version:
#   /usr/lib/rpm/mageia/macros sets up build policy that (amongst other things)
# defines __os_install_post.  In particular, "brp-python-bytecompile" is
# invoked without an argument thus using the wrong version of python
# (/usr/bin/python, rather than the freshly built python), thus leading to
# numerous syntax errors, and incorrect magic numbers in the .pyc files.  We
# thus remove the invocation of brp-python-bytecompile, whilst keeping the
# invocation of brp-python-hardlink (since this should still work for python3
# pyc/pyo files)
%define _python_bytecompile_build 0


Summary:        An interpreted, interactive object-oriented programming language
Name:           python3
Version:        3.4.5
Release:        1
License:        Modified CNRI Open Source License
Group:          Development/Python

Source:         https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
Source1:        https://docs.python.org/3/archives/python-%{docver}-docs-html.tar.bz2
Source2:        python3.macros
Source3:        pybytecompile.macros
Source100:	%{name}.rpmlintrc

Patch0:         python-3.3.0-module-linkage.patch
Patch1:         python3-3.4.0-fdr-lib64.patch
Patch2:         python3-3.4.0-fdr-lib64-fix-for-test_install.patch
Patch3:         python3-3.4.0-no-static-lib.patch
Patch4:         python3-3.4.0-more-configuration-flags.patch
Patch5:         python3-3.4.0-disable-tests-in-test_io.patch
Patch6:         python3-3.4.0-add-rpmbuild-hooks-to-unittest.patch
Patch7:         python3-3.4.3-skip-distutils-tests-that-fail-in-rpmbuild.patch
Patch8:         python3-3.4.0-hashlib-fips.patch
Patch9:         python3-3.4.3-fix-test_gdb-noise.patch
Patch10:        python3-3.4.0-uid-gid-overflows.patch
Patch11:        python3-3.4.0-disable-test_fs_holes-in-rpm-build.patch
Patch12:        python3-3.4.0-disable-parts-of-test_socket-in-rpm-build.patch
Patch13:        python3-3.4.0-dont-duplicate-flags-in-sysconfig.patch
Patch14:        python3-3.4.0-ctypes-should-build-with-libffi-multilib-wrapper.patch
Patch15:        python3-3.4.0-dont-raise-from-py_compile.patch
%if %{with rewheel}
Patch16:        python3-3.4.0-add-rewheel-module.patch
%endif
Patch18:        python3-3.4.0-disable-tests-in-test_urllib2_localnet.patch
Patch19:	Python-nis-requires-tirpc.patch
Patch20:	Python-select-requires-libm.patch
Patch22:        python3-3.5.0-make-libpl-respect-lib64.patch

URL:            http://www.python.org/
Conflicts:      tkinter3 < %{version}
Conflicts:      %{lib_name}-devel < 3.4
Conflicts:      %{develname} < 3.4
Requires:       %{lib_name} = %{version}
BuildRequires:  automake
BuildRequires:  gcc-c++ 
BuildRequires:  blt
BuildRequires:  db-devel
BuildRequires:  expat-devel
BuildRequires:  gdbm-devel
BuildRequires:  gmp-devel
BuildRequires:  ffi-devel
BuildRequires:  pkgconfig(ncursesw)
BuildRequires:  openssl-devel
BuildRequires:  readline-devel
BuildRequires:  tcl tcl-devel
BuildRequires:  tk tk-devel
BuildRequires:  autoconf
BuildRequires:  bzip2-devel
BuildRequires:  sqlite3-devel
# uncomment once the emacs part no longer conflict with python 2.X
#BuildRequires: emacs
#BuildRequires: emacs-bin
%if %{with valgrind}
BuildRequires:  valgrind-devel
%endif
%if %{with rewheel}
BuildRequires:  python3-setuptools
BuildRequires:  python3-pip
%endif
Provides:       python(abi) = %{dirver}
Provides:       /usr/bin/python%{dirver}m
Provides:       /usr/bin/python%{dirver}

%description
Python is an interpreted, interactive, object-oriented programming
language often compared to Tcl, Perl, Scheme or Java. Python includes
modules, classes, exceptions, very high level dynamic data types and
dynamic typing. Python supports interfaces to many system calls and
libraries, as well as to various windowing systems (X11, Motif, Tk,
Mac and MFC).

Programmers can write new built-in modules for Python in C or C++.
Python can be used as an extension language for applications that
need a programmable interface. This package contains most of the
standard Python modules, as well as modules for interfacing to the
Tix widget set for Tk and RPM.

Note that documentation for Python is provided in the python-docs
package.

%package -n     %{lib_name}
Summary:        Shared libraries for Python %{version}
Group:          System/Libraries

%description -n %{lib_name}
This packages contains Python shared object library.  Python is an
interpreted, interactive, object-oriented programming language often
compared to Tcl, Perl, Scheme or Java.

%package -n     %{develname}
Summary:        The libraries and header files needed for Python development
Group:          Development/Python
Requires:       %{name} = %{version}
Requires:       %{lib_name} = %{version}
Provides:       %{name}-devel = %{version}-%{release}
Provides:       %{lib_name_orig}-devel = %{version}-%{release}
Obsoletes:      %{_lib}python3.1-devel < %{version}
Obsoletes:      %{_lib}python3.2-devel < %{version}-%{release}

%description -n %{develname}
The Python programming language's interpreter can be extended with
dynamically loaded extensions and can be embedded in other programs.
This package contains the header files and libraries needed to do
these types of tasks.

Install %{develname} if you want to develop Python extensions.  The
python package will also need to be installed.  You'll probably also
want to install the python-docs package, which contains Python
documentation.

%package        docs
Summary:        Documentation for the Python programming language
Requires:       %{name} = %{version}
Requires:       xdg-utils
Group:          Development/Python
BuildArch:      noarch

%description    docs
The python-docs package contains documentation on the Python
programming language and interpreter.  The documentation is provided
in ASCII text files and in LaTeX source files.

Install the python-docs package if you'd like to use the documentation
for the Python language.

%package -n     tkinter3
Summary:        A graphical user interface for the Python scripting language
Group:          Development/Python
Requires:       %{name} = %{version}
Requires:       tcl tk
Provides:       python3-tkinter

%description -n tkinter3
The Tkinter (Tk interface) program is an graphical user interface for
the Python scripting language.

You should install the tkinter package if you'd like to use a graphical
user interface for Python programming.

%package -n     tkinter3-apps
Summary:        Various applications written using tkinter
Group:          Development/Python
Requires:       tkinter3

%description -n tkinter3-apps
Various applications written using tkinter


%prep
%setup -qn Python-%{version}
%patch0 -p0 -b .link

%if "%{_lib}" == "lib64"
%patch1 -p1 -b .lib64
%patch2 -p1
%endif

%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1

%if %{with rewheel}
%patch16 -p1
%endif

%patch18 -p0
%patch19 -p1 -b .tirpc~
%patch20 -p1 -b .lm~

%patch22 -p1

# drop Autoconf version requirement
sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

# docs
mkdir html
bzcat %{SOURCE1} | tar x  -C html

find . -type f -print0 | xargs -0 perl -p -i -e 's@/usr/local/bin/python@/usr/bin/python3@'

cat > README.urpmi << EOF
Python interpreter support readline completion by default.
This is only used with the interpreter. In order to remove it,
you can :
1) unset PYTHONSTARTUP when you login
2) create a empty file \$HOME/.pythonrc.py
3) change %{_sysconfdir}/pythonrc.py
EOF


%build
rm -f Modules/Setup.local

export OPT="%{optflags} -g"

# to fix curses module build
# https://bugs.mageia.org/show_bug.cgi?id=6702
export CFLAGS="%{optflags} -I/usr/include/ncursesw"
export CPPFLAGS="%{optflags} -I/usr/include/ncursesw"

autoreconf -vfi
# Remove -Wl,--no-undefined in accordance with MGA #9395 :
# https://bugs.mageia.org/show_bug.cgi?id=9395
%define _disable_ld_no_undefined 1
%configure2_5x  --with-threads \
                --enable-ipv6 \
                --with-dbmliborder=gdbm \
                --with-system-expat \
                --with-system-ffi \
                --enable-shared \
                --without-ensurepip \
%if %{with valgrind}
                --with-valgrind
%endif

# fix build
#perl -pi -e 's/^(LDFLAGS=.*)/$1 -lstdc++/' Makefile
# (misc) if the home is nfs mounted, rmdir fails due to delay
export TMP="/tmp" TMPDIR="/tmp"
#%make LN="ln -sf"
make EXTRA_CFLAGS="$CFLAGS" LN="ln -sf"

%install
mkdir -p %{buildroot}%{_prefix}/lib/python%{dirver}

# fix Makefile to get rid of reference to distcc
perl -pi -e "/^CC=/ and s/distcc/gcc/" Makefile

# set the install path
echo '[install_scripts]' >setup.cfg
echo 'install_dir='"${RPM_BUILD_ROOT}/usr/bin" >>setup.cfg

# python is not GNU and does not know fsstd
mkdir -p %{buildroot}%{_mandir}
%makeinstall_std LN="ln -sf"

# overwrite the copied binary with a link
pushd %{buildroot}%{_bindir} 
ln -sf python%{dirver}m python%{dirver}
ln -sf python%{dirver} python%{familyver}
popd

(cd %{buildroot}%{_libdir}; ln -sf `ls libpython%{lib_major}*.so.*` libpython%{lib_major}.so)

# fix files conflicting with python2.6
mv %{buildroot}/%{_bindir}/2to3 %{buildroot}/%{_bindir}/python3-2to3


# install pynche as pynche3
cat << EOF > %{buildroot}%{_bindir}/pynche3
#!/bin/bash
exec %{_libdir}/python%{dirver}/site-packages/pynche/pynche
EOF
rm -f Tools/pynche/*.pyw
cp -r Tools/pynche %{buildroot}%{_libdir}/python%{dirver}/site-packages/

chmod 755 %{buildroot}%{_bindir}/{idle3,pynche3}

ln -f Tools/pynche/README Tools/pynche/README.pynche

%if %{with valgrind}
install Misc/valgrind-python.supp -D %{buildroot}%{_libdir}/valgrind/valgrind-python3.supp
%endif

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/rosa-tkinter3.desktop << EOF
[Desktop Entry]
Name=IDLE
Name[ru]=IDLE
Comment=IDE for Python3
Comment[ru]=IDE для Python3
Exec=%{_bindir}/idle3
Icon=development_environment_section
Terminal=false
Type=Application
Categories=Development;IDE;
EOF


cat > %{buildroot}%{_datadir}/applications/rosa-%{name}-docs.desktop << EOF
[Desktop Entry]
Name=Python documentation
Name[ru]=Документация Python
Comment=Python complete reference
Comment[ru]=Полное руководство по языку Python
Exec=%{_bindir}/xdg-open %{_defaultdocdir}/%{name}-docs/index.html
Icon=documentation_section
Terminal=false
Type=Application
Categories=Documentation;
EOF

# fix non real scripts
#chmod 644 %{buildroot}%{_libdir}/python*/test/test_{binascii,grp,htmlparser}.py*
find %{buildroot} -type f \( -name "test_binascii.py*" -o -name "test_grp.py*" -o -name "test_htmlparser.py*" \) -exec chmod 644 {} \;
# fix python library not stripped
chmod u+w %{buildroot}%{_libdir}/libpython%{lib_major}*.so.1.0 %{buildroot}%{_libdir}/libpython3.so


%multiarch_includes %{buildroot}/usr/include/python*/pyconfig.h

mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/rpm/macros.d/
install -m 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/rpm/macros.d/

%check
# (misc) if the home is nfs mounted, rmdir fails
export TMP="/tmp" TMPDIR="/tmp"

# all tests must pass
# but we disable network on BS
#WITHIN_PYTHON_RPM_BUILD= make test TESTOPTS="-u none -x $EXCLUDE"
# consider use network on local build
#WITHIN_PYTHON_RPM_BUILD= make test TESTOPTS="-u network -x $EXCLUDE"

%files
%doc README.urpmi
%{_sysconfdir}/rpm/macros.d/*.macros
%{_includedir}/python*/pyconfig.h
%multiarch_includedir/python*/pyconfig.h
%{_libdir}/python*/config*/Makefile
%exclude %{_libdir}/python*/site-packages/pynche
%exclude %{_libdir}/python*/lib-dynload/_tkinter.*.so

%dir %{_libdir}/python*
%{_libdir}/python*/LICENSE.txt
%{_libdir}/python%{dirver}/*.py
%{_libdir}/python%{dirver}/__pycache__
%{_libdir}/python%{dirver}/collections
%{_libdir}/python%{dirver}/concurrent
%{_libdir}/python%{dirver}/ctypes
%{_libdir}/python%{dirver}/curses
%{_libdir}/python%{dirver}/dbm
%{_libdir}/python%{dirver}/distutils
%{_libdir}/python%{dirver}/email
%{_libdir}/python%{dirver}/encodings
%{_libdir}/python%{dirver}/html
%{_libdir}/python%{dirver}/http
%{_libdir}/python%{dirver}/importlib
%{_libdir}/python%{dirver}/json
%{_libdir}/python%{dirver}/lib-dynload
%{_libdir}/python%{dirver}/lib2to3
%{_libdir}/python%{dirver}/logging
%{_libdir}/python%{dirver}/multiprocessing
%{_libdir}/python%{dirver}/plat-linux
%{_libdir}/python%{dirver}/pydoc_data
%{_libdir}/python%{dirver}/site-packages
%{_libdir}/python%{dirver}/sqlite3
%{_libdir}/python%{dirver}/turtledemo
%{_libdir}/python%{dirver}/unittest
%{_libdir}/python%{dirver}/urllib
%{_libdir}/python%{dirver}/venv
%{_libdir}/python%{dirver}/wsgiref*
%{_libdir}/python%{dirver}/xml
%{_libdir}/python%{dirver}/xmlrpc
%{_libdir}/python%{dirver}/asyncio
%{_libdir}/python%{dirver}/ensurepip
# %exclude %{_libdir}/python%{dirver}/ensurepip/_bundled
%{_bindir}/pydoc3*
%{_bindir}/python3*
%{_bindir}/pyvenv*
%{_bindir}/2to3-%{dirver}
%exclude %{_bindir}/python*config
#%{_datadir}/emacs/site-lisp/*
%{_mandir}/man*/*
%if %{with valgrind}
%{_libdir}/valgrind/valgrind-python3.supp
%endif

%files -n %{lib_name}
%{_libdir}/libpython*.so.1*

%files -n %{develname}
%{_libdir}/libpython*.so
%{_includedir}/python*
%{_libdir}/python*/config-%{dirver}*
%{_libdir}/python*/test/
%{_bindir}/python%{dirver}*-config
%{_bindir}/python%{familyver}-config
%{_libdir}/pkgconfig/python*.pc
%exclude %{_includedir}/python*/pyconfig.h
%exclude %{_libdir}/python*/config*/Makefile

%files docs
%doc html/*/*
%{_datadir}/applications/rosa-%{name}-docs.desktop

%files -n tkinter3
%{_libdir}/python*/tkinter/
%{_libdir}/python*/idlelib
%{_libdir}/python*/site-packages/pynche
%{_libdir}/python*/lib-dynload/_tkinter.*.so

%files -n tkinter3-apps
%{_bindir}/idle3*
%{_bindir}/pynche3
%{_datadir}/applications/rosa-tkinter3.desktop


%changelog

* Thu Jul 07 2016 Denis Silakov <dsilakov@gmail.com> 3.4.5-1
- (b579a9b) Fix 64bit build
- (Denis Silakov: d42a8be) Updated to 3.4.5, added more macros

* Thu Mar 31 2016 Denis Silakov <dsilakov@gmail.com> 3.4.3-4
- (69cc35a) Rebuild python3.4 with new openssl

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 3.5.1-2
- (cb09b23) Added pynche3.desktop file
- (Denis Silakov: c0ffc65) Split idle3 and punche3 into separate subpackages

* Thu Feb 04 2016 Denis Silakov <dsilakov@gmail.com> 3.5.1-1
- (72e5474) Updated to 3.5.1

* Tue Aug 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.4.3-3
- (95db9cb) Added rewheel module (https://github.com/fedora-python/rewheel/issues/2)

* Wed Apr 08 2015 Tigro <ashejn@yandex-team.ru> 3.4.3-2
- (fb9cc91) rebuilt with ncurses depend

* Wed Apr 08 2015 Tigro <ashejn@yandex-team.ru> 3.4.3-1
- (9fcfd82) drop termcap-devel depend
- (Denis Silakov: e2bc6ce) Updated to 3.4.3

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 3.4.2-2
- (693af99) MassBuild#656: Increase release tag

* Thu Oct 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.2-1
- (57ee39c) Clean .abf.yml
- (Denis Silakov: bb940a1) Updated to 3.4.2

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.4.1-6
- (1bfdf5e) MassBuild#440: Increase release tag

* Thu Jun 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.1-5
- (a4149c4) Drop files conflicting with python

* Thu Jun 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.1-4
- (5002108) Fix files
- (Denis Silakov: 00abc50) Minor cleanup
- (Denis Silakov: 3dd3726) Drop py3ver
- (Denis Silakov: afa1305) Turn back autocompletion, prepare for the 'wheel' module support

* Wed Jun 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.1-3
- (e11ee70) Bootstrap build

* Tue Jun 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.1-2
- (f5332f3) Added Russian l10n for desktop files

* Sun Jun 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.4.1-1
- (9f2027e) Updated to 3.4.1

* Tue May 06 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.4-1
- (653c588) Try non-parallel make
- (Denis Silakov: 2992bf0) Clean .abf.yml
- (Denis Silakov: 9f2d2a7) Updated to 3.3.4

* Thu Jan 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.3.3-1
- (e192f53) Fix file lists
- (Denis Silakov: 24bcc4a) Updated to 3.3.3, added bdist_rpm5

* Wed Oct 09 2013 Ilya Khokhryakov <ilyahohryakov@gmail.com> 3.3.2-1
- (13cebd0) Updated to 3.3.2

* Mon Apr 08 2013 Denis Silakov <denis.silakov@rosalab.ru> 3.3.1-1
- (5f41e05) Fix .abf.yml
- (Denis Silakov: 5468ec3) LOG Updated to 3.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23820 |14mu|python3-babel-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Babel
%define debug_package %{nil}

Summary:	Internationalization utilities for Python
Name:		python3-babel
Version:	1.3
Release:	5
Source0:	https://pypi.python.org/packages/source/B/Babel/%{tarname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://babel.edgewall.org/
BuildArch:	noarch
BuildRequires:	python3egg(setuptools)
BuildRequires:	pkgconfig(python3)
BuildRequires:  python3egg(pytz)
BuildRequires:  python3egg(pytest)

%description
Babel is a Python library that provides an integrated collection of
utilities that assist with internationalizing and localizing Python
applications (in particular web-based applications.)


%prep
%setup -qn %{tarname}-%{version}


%build
python3 setup.py build


%install
python3 setup.py install --root=%{buildroot}
mv %{buildroot}%{_bindir}/pybabel %{buildroot}%{_bindir}/py3babel 

# % check
#python3 setup.py test

%files 
%doc docs/
%{_bindir}/py3babel
%{python3_sitelib}/babel
%{python3_sitelib}/*.egg-info

%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 1.3-5
- (ee6c08c) Disable chekc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23821 |14mu|python3-cups-1.9.72-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module cups

Summary:	Python3 bindings for the CUPS API
Name:		python3-%{module}
Version:	1.9.72
Release:	1
License:	BSD
Group:		Development/Python
Url:		http://cyberelk.net/tim/software/pycups/
Source0:	http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(python3)

%description
Python bindings for the CUPS API.

%prep
%setup -qn pycups-%{version}

%build
CFLAGS=-DVERSION=\\\"%{version}\\\" python3 setup.py build

%install
python3 setup.py install --skip-build --root=%{buildroot}

%files
%{py3_platsitedir}/*.egg-info
%{py3_platsitedir}/cups*so

%changelog

* Tue Jun 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.9.72-1
- (f5e23b1) Updated to 1.9.72



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23822 |14mu|python3-curl-7.19.5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module curl

Summary:	A Python interface to libcurl
Name:		python3-%{module}
Version:	7.19.5.3
Release:	1
Group:		Development/Python
License:	LGPLv2+
Url:		http://pycurl.sourceforge.net
Source0:	http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz
Patch2:		pycurl-7.19.5.3-link.patch
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(python3)
Provides:	python3-pycurl = %{version}-%{release}

%description
PycURL is a Python interface to libcurl. PycURL can be used to fetch
objects identified by a URL from a Python program, similar to the
urllib Python module. PycURL is mature, very fast, and supports a lot
of features.

%prep
%setup -qn pycurl-%{version}
chmod a-x examples/*py
%apply_patches

%build
python3 setup.py docstrings
python3 setup.py --with-ssl build

%check
export PYTHONPATH=%{buildroot}%{py3_platsitedir}
python3 -c 'import py%{module}; print(py%{module}.version)'

%install
python3 setup.py --with-ssl install -O1 --skip-build --root %{buildroot}
rm -rf %{buildroot}%{_datadir}/doc/pycurl
 
%files
%doc  COPYING-LGPL COPYING-MIT ChangeLog README.rst examples doc
%{py3_platsitedir}/*


%changelog

* Thu Nov 26 2015 Denis Silakov <dsilakov@gmail.com> 7.19.5.3-1
- (a147901) Updated to 7.19.5.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23823 |14mu|python3-decorator-4.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	decorator

Summary:	Python decorator utilities
Name:		python3-%{module}
Version:	4.0.6
Release:	1
Source0:	http://pypi.python.org/packages/source/d/decorator/decorator-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/decorator/
BuildArch:	noarch
BuildRequires:	python3-devel
BuildRequires:	python3-setuptools

%description
The aim of the decorator module it to simplify the usage of decorators
for the average programmer, and to popularize decorators by showing
various non-trivial examples. Of course, as all techniques, decorators
can be abused and you should not try to solve every problem with a
decorator, just because you can.

%prep
%setup -qn %{module}-%{version}

%install
python3 setup.py install --root=%{buildroot}

%files
%doc documentation.* *.txt
%{py3_puresitedir}/%{module}*

%changelog

* Mon Aug 15 2016 Denis Silakov <denis.silakov@rosalab.ru> 4.0.6-1
- (b3892f8) Updated to 4.0.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23824 |14mu|python3-iso8601-0.1.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname iso8601
%define tarname iso8601

Summary:	Simple module to parse ISO 8601 dates
Name:		python3-%{oname}
Version:	0.1.10
Release:	2
Epoch:		1
License:	MIT
Group:		Development/Python
Url:		https://bitbucket.org/micktwomey/pyiso8601
Source0:	http://pypi.python.org/packages/source/i/%{oname}/%{tarname}-%{version}.tar.gz
BuildRequires:	python3egg(setuptools)
BuildRequires:	pkgconfig(python3)
BuildArch:	noarch

%description
This module parses the most common forms of ISO 8601 date strings.

%files
%{py3_puresitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{tarname}-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.1.10-2
- (5419d90) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23825 |14mu|python3-paramiko-1.15.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name 	paramiko

Summary: 	SSH2 protocol for Python

Name: 		python3-%{module_name}
Version: 	1.15.2
Release: 	1
Url: 		http://www.lag.net//paramiko/
License: 	LGPL 2+
Group: 		Development/Python
Source: 	http://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
BuildRequires:	python3-devel
BuildRequires:	python3-pycrypto
Requires:	python3-ecdsa
Requires:   	python3-pycrypto
BuildArch:	noarch

%description
Paramiko is a module for python that implements the SSH2 protocol for secure
(encrypted and authenticated) connections to remote machines.  the module works
by taking a socket-like object that you pass in, negotiating with the remote
server, authenticating (using a password or a given private key), and opening
flow-controled "channels" to the server, which are returned as socket-like
objects. you are responsible for verifying that the server's host key is the
one you expected to see, and you have control over which kinds of encryption
or hashing you prefer (if you care), but all of the heavy lifting is done by
the paramiko module.

%prep
%setup -qn %{module_name}-%{version}

%install
python setup.py install --root=%{buildroot}

%clean

#%check
#python test.py

%files
%doc docs PKG-INFO README tests demo*
%{py_puresitedir}/*

%changelog

* Sat Feb 27 2016 Denis Silakov <dsilakov@gmail.com> 1.15.2-1
- (5cf77cf) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23826 |14mu|python3-pillow-3.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define py3_incdir %{_includedir}/python%{py3_ver}
%define py3_libbuilddir %(python3 -c 'import sys; import sysconfig; print("lib.{p}-{v[0]}.{v[1]}".format(p=sysconfig.get_platform(), v=sys.version_info))')

Summary:	Python image processing library
Name:		python3-pillow
Version:	3.2.0
Release:	1
License:	MIT
Group:		Development/Python
Url:		http://python-imaging.github.io/
Source0:	https://pypi.python.org/packages/source/P/Pillow/Pillow-%{version}.tar.gz
BuildRequires:	Py3Qt4
BuildRequires:	python3-numpy
BuildRequires:	python3-setuptools
BuildRequires:	python3-sphinx
BuildRequires:	tkinter3
BuildRequires:	jpeg-devel
BuildRequires:	tk-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(sane-backends)
BuildRequires:	pkgconfig(zlib)

# The package provides PIL, but has no egg-info for it,
# so this dependency is not generated. However, for some other packages
# Requires: pythonegg(pil) is still generated automatically
# so adding this provide for compatibility
Provides:	python3egg(pil)

%description
Python image processing library, fork of the Python Imaging Library (PIL)

This library provides extensive file format support, an efficient
internal representation, and powerful image processing capabilities.

There are four subpackages: tk (tk interface), qt (PIL image wrapper for Qt),
devel (development) and doc (documentation).

Interface for scanning devices is now available in a separate package.
called "python-sane".

%files
%doc README.rst CHANGES.rst docs/COPYING
%{py3_platsitedir}/*
%exclude %{py3_platsitedir}/PIL/ImageTk*
%exclude %{py3_platsitedir}/PIL/SpiderImagePlugin*
%exclude %{py3_platsitedir}/PIL/ImageQt*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	jpeg-devel
Requires:	pkgconfig(python3)
Requires:	pkgconfig(zlib)

%description devel
Development files for %{name}.

%files devel
%doc README.rst CHANGES.rst docs/COPYING
%{py3_incdir}/Imaging/

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documentation for %{name}.

%files doc
%doc Scripts docs/_build/html

#----------------------------------------------------------------------------

%package tk
Summary:	Tk interface for %{name}
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	tkinter3

%description tk
Tk interface for %{name}.

%files tk
%doc README.rst CHANGES.rst docs/COPYING
%{py3_platsitedir}/PIL/ImageTk*
%{py3_platsitedir}/PIL/SpiderImagePlugin*

#----------------------------------------------------------------------------

%package qt
Summary:	PIL image wrapper for Qt
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	Py3Qt4
Provides:	python3-imaging-qt = %{EVRD}

%description qt
PIL image wrapper for Qt.

%files qt
%doc README.rst CHANGES.rst docs/COPYING
%{py3_platsitedir}/PIL/ImageQt*

#----------------------------------------------------------------------------

%prep
%setup -q -n Pillow-%{version}

%build
find -name '*.py' | xargs sed -i '1s|^#!.*python|#!%{__python3}|'
CFLAGS="%{optflags}  -Wl,--no-as-needed -lpthread -lm" python3 setup.py build

pushd docs
PYTHONPATH=$PWD/.. make html
rm -f _build/html/.buildinfo
popd

%install
install -d %{buildroot}/%{py3_incdir}/Imaging
install -m 644 libImaging/*.h %{buildroot}/%{py3_incdir}/Imaging
python3 setup.py install --skip-build --root %{buildroot}

rm -rf %{buildroot}%{_bindir}

%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 3.2.0-1
- (2bc1acd) Updated to 3.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23827 |14mu|python3-py-1.4.31-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	py

Summary:        Python development support library
Name:           python3-%{module}
Version:	1.4.31
Release:        2
License:        MIT
Source:		http://pypi.python.org/packages/source/p/py/py-%{version}.tar.gz
Group:          Development/Python
Url:            http://pylib.org
BuildArch:	noarch
BuildRequires:  python3-setuptools
BuildRequires:	python3-sphinx

%description
The py lib is a development support library featuring these tools and
APIs:

* py.path: uniform local and svn path objects
* py.apipkg: explicit API control and lazy-importing
* py.iniconfig: easy parsing of .ini files
* py.code: dynamic code generation and introspection
* py.path: uniform local and svn path objects

%prep
%setup -qn %{module}-%{version}

%build
python3 setup.py build

%install
PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot}
pushd doc
PYTHONPATH=../build/lib make html
popd

%files
%doc CHANGELOG LICENSE README.txt doc/_build/html
%{py3_puresitedir}/py*

%changelog

* Thu Sep 22 2016 Denis Silakov <dsilakov@gmail.com> 1.4.31-2
- (b7126db) Updated to 1.4.31 (sync with python2 package)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23828 |14mu|python3-pycrypto-2.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	pycrypto

Summary:	Python interface to various crypto algorithms and protocols
Name:		python3-%{oname}
Version:	2.6.1
Release:	1
Source0:	http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/%{oname}-%{version}.tar.gz
Source1:	http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/%{oname}-%{version}.tar.gz.asc
Patch1:		pycrypto-2.6-link.patch
License:	Public Domain
Group:		Development/Python
URL:		http://www.pycrypto.org
BuildRequires:	python3-devel >= 2.2
BuildRequires:	gmp-devel
Requires:	python3

%description
The Toolkit is a collection of cryptographic algorithms and protocols,
implemented for use from Python. Among the contents of the package:

 * Hash functions: MD2, MD4, RIPEMD.
 * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-
   DES, IDEA, RC5.
 * Stream encryption algorithms: ARC4, simple XOR.
 * Public-key algorithms: RSA, DSA, ElGamal, qNEW.
 * Protocols: All-or-nothing transforms, chaffing/winnowing.
 * Miscellaneous: RFC1751 module for converting 128-key keys into a set
   of English words, primality testing.
 * Some demo programs (currently all quite old and outdated).

%prep
%setup -q -n %{oname}-%{version}
%patch1 -p0 -b .link

perl -pi -e 's|/usr/local/bin/|%{_bindir}/|' Util/RFC1751.py 

%build
CFLAGS="%{optflags}" python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --compile --optimize=2

%files
%doc ChangeLog README COPYRIGHT TODO
%{py3_platsitedir}/*

%changelog

* Sat Feb 27 2016 Denis Silakov <dsilakov@gmail.com> 2.6.1-1
- (d4d622b) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23829 |14mu|python3-pygments-2.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Pygments
%define module	pygments

Summary:	Syntax highlighting package written in Python

Name:		python3-%{module}
Version:	2.0.2
Release:	1
Group:		Development/Python
License:	BSD
Url:		http://pygments.org/
Source0:	http://pypi.python.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python3-setuptools
BuildRequires:  python3-devel
Requires:	python3-pkg-resources

%description
Pygments is a syntax highlighting package written in Python.  It is a
generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to
prettify source code.  Highlights are:

* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF, SVG and ANSI
  sequences
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainf*ck!

%prep
%setup -qn %{tarname}-%{version}
find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'

%build
python3 setup.py build

%install
PYTHONDONTWRITEBYTECODE=  python3 setup.py install --skip-build --root=%{buildroot}
mv %{buildroot}%{_bindir}/pygmentize %{buildroot}%{_bindir}/py3gmentize

mkdir -p %{buildroot}%{_mandir}/man1
install -m 644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/py3gmentize.1

%files
%doc AUTHORS CHANGES LICENSE TODO
%{_bindir}/py3gmentize
%{py3_puresitedir}/pygments/*
%{py3_puresitedir}/Pygments-*
%{_mandir}/man1/py3gmentize.*

%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 2.0.2-1
- (abb2949) Updated to 2.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23830 |14mu|python3-pytest-2.8.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pytest

Summary:	Cross-project testing tool for Python
Name:		python3-%{module}
Version:	2.8.2
Release:	3
Source0:	http://pypi.python.org/packages/source/p/pytest/pytest-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pytest.org
BuildArch:	noarch
Requires:	python3-py >= 1.4.8
BuildRequires:	python3-setuptools
BuildRequires:	python3-sphinx
BuildRequires:	python3-py

%description
py.test is a simple cross-project testing tool for Python.

%prep
%setup -qn %{module}-%{version}
python3 setup.py build

pushd doc/en
export PYTHONPATH=../../build/lib
make html
popd

%install
PYTHONDONTWRITEBYTECODE=  python3 setup.py install --root=%{buildroot}
rm -f %{buildroot}/%{_bindir}/py.test

%files
%doc CHANGELOG  doc/en/_build/html
%{_bindir}/py.test*
%{py3_puresitedir}/*pytest*
%{py3_puresitedir}/__pycache__


%changelog

* Thu Sep 22 2016 Denis Silakov <dsilakov@gmail.com> 2.8.2-3
- (beb08c8) Updated to 2.8.2 (sync with python2 package)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23831 |14mu|python3-qt4-4.11.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Set of Python 3 bindings for Trolltech's Qt application framework
Name:		python3-qt4
Version:	4.11.2
Release:	1
License:	GPLv2+
Group:		Development/KDE and Qt
Url:		http://www.riverbankcomputing.co.uk/software/pyqt/intro
Source0:	http://garr.dl.sourceforge.net/project/pyqt/PyQt4/PyQt-%{version}/PyQt-x11-gpl-%{version}.tar.gz
Patch0:		03_qreal_float_support.dpatch
BuildRequires:	python3-dbus
BuildRequires:	python3-sip
BuildRequires:	sed
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(dbus-1)
# python3-dbus seems to be missing dbus/dbus-python.h
BuildRequires:	pkgconfig(dbus-python)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(QtAssistantClient)
BuildRequires:	pkgconfig(QtWebKit)
Provides:	Py3Qt4 = %{EVRD}
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-dbus = %{EVRD}
Requires:	%{name}-declarative = %{EVRD}
Requires:	%{name}-designer = %{EVRD}
Requires:	%{name}-gui = %{EVRD}
Requires:	%{name}-help = %{EVRD}
Requires:	%{name}-multimedia = %{EVRD}
Requires:	%{name}-network = %{EVRD}
Requires:	%{name}-opengl = %{EVRD}
Requires:	%{name}-phonon = %{EVRD}
Requires:	%{name}-script = %{EVRD}
Requires:	%{name}-scripttools = %{EVRD}
Requires:	%{name}-sql = %{EVRD}
Requires:	%{name}-svg = %{EVRD}
Requires:	%{name}-test = %{EVRD}
Requires:	%{name}-webkit = %{EVRD}
Requires:	%{name}-xml = %{EVRD}
Requires:	%{name}-xmlpatterns = %{EVRD}

%description
PyQt is a set of Python 3 bindings for Trolltech's Qt application framework.

%files

#------------------------------------------------------------

%package assistant
Summary:	PyQt 4 assistant
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description assistant
PyQt 4 assistant.

%files assistant
%{py3_platsitedir}/PyQt4/QtAssistant.so
%{_datadir}/sip3/PyQt4/QtAssistant

#------------------------------------------------------------

%package core
Summary:	PyQt 4 core
Group:		Development/KDE and Qt
Requires:	python3-sip-api(%{sip_api_major}) = %{sip_api}

%description core
PyQt 4 core.

%files core
%dir %{py3_platsitedir}/PyQt4
%{py3_platsitedir}/PyQt4/uic
%{py3_platsitedir}/PyQt4/__init__.py
%{py3_platsitedir}/PyQt4/pyqtconfig.py
%{py3_puresitedir}/dbus/*
%{py3_platsitedir}/PyQt4/Qt.so
%{py3_platsitedir}/PyQt4/QtCore.so
%{_datadir}/sip3/PyQt4/Qt
%{_datadir}/sip3/PyQt4/QtCore

#------------------------------------------------------------

%package dbus
Summary:	PyQt 4 dbus
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description dbus
PyQt 4 dbus.

%files dbus
%{py3_platsitedir}/PyQt4/QtDBus.so
%{_datadir}/sip3/PyQt4/QtDBus

#------------------------------------------------------------

%package declarative
Summary:	PyQt 4 declarative
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description declarative
PyQt 4 declarative.

%files declarative
%{py3_platsitedir}/PyQt4/QtDeclarative.so
%{_datadir}/sip3/PyQt4/QtDeclarative

#------------------------------------------------------------

%package designer
Summary:	PyQt 4 designer
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description designer
PyQt 4 designer.

%files designer
%{py3_platsitedir}/PyQt4/QtDesigner.so
%{_datadir}/sip3/PyQt4/QtDesigner

#------------------------------------------------------------

%package gui
Summary:	PyQt 4 gui
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description gui
PyQt 4 gui.

%files gui
%{py3_platsitedir}/PyQt4/QtGui.so
%{_datadir}/sip3/PyQt4/QtGui

#------------------------------------------------------------

%package help
Summary:	PyQt 4 help
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description help
PyQt 4 help.

%files help
%{py3_platsitedir}/PyQt4/QtHelp.so
%{_datadir}/sip3/PyQt4/QtHelp

#------------------------------------------------------------

%package multimedia
Summary:	PyQt 4 multimedia
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description multimedia
PyQt 4 multimedia.

%files multimedia
%{py3_platsitedir}/PyQt4/QtMultimedia.so
%{_datadir}/sip3/PyQt4/QtMultimedia

#------------------------------------------------------------

%package network
Summary:	PyQt 4 network
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description network
PyQt 4 network.

%files network
%{py3_platsitedir}/PyQt4/QtNetwork.so
%{_datadir}/sip3/PyQt4/QtNetwork

#------------------------------------------------------------

%package opengl
Summary:	PyQt 4 opengl
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description opengl
PyQt 4 opengl.

%files opengl
%{py3_platsitedir}/PyQt4/QtOpenGL.so
%{_datadir}/sip3/PyQt4/QtOpenGL

#------------------------------------------------------------

%package phonon
Summary:	PyQt 4 phonon
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description phonon
PyQt 4 phonon.

%files phonon
%{py3_platsitedir}/PyQt4/phonon.so
%{_datadir}/sip3/PyQt4/phonon

#------------------------------------------------------------

%package script
Summary:	PyQt 4 script
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description script
PyQt 4 script.

%files script
%{py3_platsitedir}/PyQt4/QtScript.so
%{_datadir}/sip3/PyQt4/QtScript

#------------------------------------------------------------

%package scripttools
Summary:	PyQt 4 scripttools
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description scripttools
PyQt 4 scripttools.

%files scripttools
%{py3_platsitedir}/PyQt4/QtScriptTools.so
%{_datadir}/sip3/PyQt4/QtScriptTools

#------------------------------------------------------------

%package sql
Summary:	PyQt 4 sql
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description sql
PyQt 4 sql.

%files sql
%{py3_platsitedir}/PyQt4/QtSql.so
%{_datadir}/sip3/PyQt4/QtSql

#------------------------------------------------------------

%package svg
Summary:	PyQt 4 svg
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description svg
PyQt 4 svg.

%files svg
%{py3_platsitedir}/PyQt4/QtSvg.so
%{_datadir}/sip3/PyQt4/QtSvg

#------------------------------------------------------------

%package test
Summary:	PyQt 4 test
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description test
PyQt 4 test.

%files test
%{py3_platsitedir}/PyQt4/QtTest.so
%{_datadir}/sip3/PyQt4/QtTest

#------------------------------------------------------------

%package webkit
Summary:	PyQt 4 Webkit
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description webkit
PyQt 4 webkit.

%files webkit
%{py3_platsitedir}/PyQt4/QtWebKit.so
%{_datadir}/sip3/PyQt4/QtWebKit

#------------------------------------------------------------

%package xml
Summary:	PyQt 4 xml
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description xml
PyQt 4 xml.

%files xml
%{py3_platsitedir}/PyQt4/QtXml.so
%{_datadir}/sip3/PyQt4/QtXml

#------------------------------------------------------------

%package xmlpatterns
Summary:	PyQt 4 xmlpatterns
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description xmlpatterns
PyQt 4 xmlpatterns.

%files xmlpatterns
%{py3_platsitedir}/PyQt4/QtXmlPatterns.so
%{_datadir}/sip3/PyQt4/QtXmlPatterns

#------------------------------------------------------------

%package devel
Summary:	PyQt 4 devel
Group:		Development/KDE and Qt
Requires:	%{name} = %{EVRD}
Requires:	qt4-designer
Conflicts:	python-qt4-devel

%description devel
PyQt 4 devel utilities.

%files devel
%{_bindir}/pyuic4
%{_bindir}/pyrcc4
%{_bindir}/pylupdate4
%{qt4plugins}/designer/*

#------------------------------------------------------------

%prep
%setup -qn PyQt-x11-gpl-%{version}
%patch0 -p1 -b .real

%build
export QTDIR=%{qt4dir}
export PATH=%{qt4dir}/bin:$PATH
export CFLAGS='%{optflags} -fPIC'
export CXXFLAGS='%{optflags} -fPIC'

python3 ./configure.py \
	--no-qsci-api \
	--confirm-license \
	-s /usr/include/dbus-1.0

# Some modules not requires X libraries
# Python sip not diferentiate qt modules and always add a X set of
# libs to link. We're explicitely this unecessary links
# Using same approach to add missin libpython linh

for name in Qt dbus phonon QtAssistant QtCore QtDBus QtDeclarative QtGui QtMultimedia QtNetwork QtOpenGL QtWebKit QtScript QtSvg QtSql QtDesigner QtTest QtXml QtXmlPatterns QtHelp QtScriptTools; do
    if [ -e ${name}/Makefile ]; then
        sed -i "s,^LIBS = ,LIBS = $(python3-config --libs) ,g" ${name}/Makefile
    fi
done
sed -i "s,/usr/lib/qt4/include/phonon,/usr/include/phonon,g" phonon/Makefile
sed -i "s,/usr/lib/qt4//include/phonon,/usr/include/phonon,g" phonon/Makefile

%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}


%changelog
* Sat Oct 25 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.11.2-1
+ Revision: d46b3d0
- Devel package conflicts with python-qt4-devel, not python-qt4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23832 |14mu|python3-qt5-5.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Set of Python 3 bindings for Trolltech's Qt application framework
Name:		python3-qt5
Version:	5.5.1
Release:	1
License:	GPLv2+
Group:		Development/KDE and Qt
Url:		http://www.riverbankcomputing.co.uk/software/pyqt/intro
Source0:	http://downloads.sourceforge.net/pyqt/PyQt-gpl-%{version}.tar.gz
Patch0:		PyQt-gpl-5.5.1-sip3.patch
BuildRequires:	python3-dbus
BuildRequires:	python3-sip
BuildRequires:	qmake5
BuildRequires:	qt5-macros
BuildRequires:	sed
# python3-dbus seems to be missing dbus/dbus-python.h
BuildRequires:	pkgconfig(dbus-python)
BuildRequires:	pkgconfig(Enginio)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pkgconfig(Qt5Bluetooth)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5Location)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5MultimediaWidgets)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Nfc)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Positioning)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Sensors)
BuildRequires:	pkgconfig(Qt5SerialPort)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebChannel)
BuildRequires:	pkgconfig(Qt5WebEngineWidgets)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5WebSockets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(Qt5XmlPatterns)
BuildRequires:	pkgconfig(Qt5X11Extras)
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-dbus = %{EVRD}
Requires:	%{name}-bluetooth = %{EVRD}
Requires:	%{name}-designer = %{EVRD}
Requires:	%{name}-enginio = %{EVRD}
Requires:	%{name}-gui = %{EVRD}
Requires:	%{name}-multimedia = %{EVRD}
Requires:	%{name}-multimediawidgets = %{EVRD}
Requires:	%{name}-network = %{EVRD}
Requires:	%{name}-opengl = %{EVRD}
Requires:	%{name}-positioning = %{EVRD}
Requires:	%{name}-printsupport = %{EVRD}
Requires:	%{name}-qml = %{EVRD}
Requires:	%{name}-quick = %{EVRD}
Requires:	%{name}-quickwidgets = %{EVRD}
Requires:	%{name}-sensors = %{EVRD}
Requires:	%{name}-serialport = %{EVRD}
Requires:	%{name}-sql = %{EVRD}
Requires:	%{name}-svg = %{EVRD}
Requires:	%{name}-test = %{EVRD}
Requires:	%{name}-webchannel = %{EVRD}
Requires:	%{name}-webenginewidgets = %{EVRD}
Requires:	%{name}-webkit = %{EVRD}
Requires:	%{name}-webkitwidgets = %{EVRD}
Requires:	%{name}-websockets = %{EVRD}
Requires:	%{name}-widgets = %{EVRD}
Requires:	%{name}-xml = %{EVRD}
Requires:	%{name}-xmlpatterns = %{EVRD}
Requires:	%{name}-x11extras = %{EVRD}
Provides:	Py3Qt5 = %{EVRD}

%description
PyQt is a set of Python 3 bindings for Trolltech's Qt application framework.

%files

#----------------------------------------------------------------------------

%package core
Summary:	PyQt 5 core
Group:		Development/KDE and Qt
Requires:	python3-sip-api(%{sip_api_major}) = %{sip_api}

%description core
PyQt 5 core.

%files core
%dir %{py3_platsitedir}/PyQt5
%{py3_platsitedir}/PyQt5/uic
%{py3_platsitedir}/PyQt5/__init__.py*
%{py3_puresitedir}/dbus/*
%{py3_platsitedir}/PyQt5/Qt.so
%{py3_platsitedir}/PyQt5/QtCore.so
%{_datadir}/sip3/PyQt5/Qt
%{_datadir}/sip3/PyQt5/QtCore

#----------------------------------------------------------------------------

%package dbus
Summary:	PyQt 5 dbus
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description dbus
PyQt 5 dbus.

%files dbus
%{py3_platsitedir}/PyQt5/QtDBus.so
%{_datadir}/sip3/PyQt5/QtDBus

#----------------------------------------------------------------------------

%package designer
Summary:	PyQt 5 designer
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description designer
PyQt 5 designer.

%files designer
%{py3_platsitedir}/PyQt5/QtDesigner.so
%{_datadir}/sip3/PyQt5/QtDesigner

#----------------------------------------------------------------------------

%package enginio
Summary:	PyQt 5 enginio
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description enginio
PyQt 5 enginio.

%files enginio
%{py3_platsitedir}/PyQt5/Enginio.so
%{_datadir}/sip3/PyQt5/Enginio

#----------------------------------------------------------------------------

%package bluetooth
Summary:	PyQt 5 bluetooth
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description bluetooth
PyQt 5 bluetooth.

%files bluetooth
%{py3_platsitedir}/PyQt5/QtBluetooth.so
%{_datadir}/sip3/PyQt5/QtBluetooth

#----------------------------------------------------------------------------

%package gui
Summary:	PyQt 5 gui
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description gui
PyQt 5 gui.

%files gui
%{py3_platsitedir}/PyQt5/QtGui.so
%{py3_platsitedir}/PyQt5/_QOpenGLFunctions_2_0.so
%{py3_platsitedir}/PyQt5/_QOpenGLFunctions_2_1.so
%{py3_platsitedir}/PyQt5/_QOpenGLFunctions_4_1_Core.so
%{_datadir}/sip3/PyQt5/QtGui
%{_datadir}/sip3/PyQt5/_QOpenGLFunctions_2_0
%{_datadir}/sip3/PyQt5/_QOpenGLFunctions_2_1
%{_datadir}/sip3/PyQt5/_QOpenGLFunctions_4_1_Core

#----------------------------------------------------------------------------

%package help
Summary:	PyQt 5 help
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description help
PyQt 5 help.

%files help
%{py3_platsitedir}/PyQt5/QtHelp.so
%{_datadir}/sip3/PyQt5/QtHelp

#----------------------------------------------------------------------------

%package location
Summary:	PyQt 5 location
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description location
PyQt 5 location.

%files location
%{py3_platsitedir}/PyQt5/QtLocation.so
%{_datadir}/sip3/PyQt5/QtLocation

#----------------------------------------------------------------------------

%package multimedia
Summary:	PyQt 5 multimedia
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description multimedia
PyQt 5 multimedia.

%files multimedia
%{py3_platsitedir}/PyQt5/QtMultimedia.so
%{_datadir}/sip3/PyQt5/QtMultimedia

#----------------------------------------------------------------------------

%package multimediawidgets
Summary:	PyQt 5 multimediawidgets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description multimediawidgets
PyQt 5 multimediawidgets.

%files multimediawidgets
%{py3_platsitedir}/PyQt5/QtMultimediaWidgets.so
%{_datadir}/sip3/PyQt5/QtMultimediaWidgets

#----------------------------------------------------------------------------

%package network
Summary:	PyQt 5 network
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description network
PyQt 5 network.

%files network
%{py3_platsitedir}/PyQt5/QtNetwork.so
%{_datadir}/sip3/PyQt5/QtNetwork

#----------------------------------------------------------------------------

%package nfc
Summary:	PyQt 5 nfc
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description nfc
PyQt 5 nfc.

%files nfc
%{py3_platsitedir}/PyQt5/QtNfc.so
%{_datadir}/sip3/PyQt5/QtNfc

#----------------------------------------------------------------------------

%package opengl
Summary:	PyQt 5 opengl
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description opengl
PyQt 5 opengl.

%files opengl
%{py3_platsitedir}/PyQt5/QtOpenGL.so
%{_datadir}/sip3/PyQt5/QtOpenGL

#----------------------------------------------------------------------------

%package positioning
Summary:	PyQt 5 positioning
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description positioning
PyQt 5 positioning.

%files positioning
%{py3_platsitedir}/PyQt5/QtPositioning.so
%{_datadir}/sip3/PyQt5/QtPositioning

#----------------------------------------------------------------------------

%package printsupport
Summary:	PyQt 5 printsupport
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description printsupport
PyQt 5 printsupport

%files printsupport
%{py3_platsitedir}/PyQt5/QtPrintSupport.so
%{_datadir}/sip3/PyQt5/QtPrintSupport

#----------------------------------------------------------------------------

%package qml
Summary:	PyQt 5 qml
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description qml
PyQt 5 qml.

%files qml
%{py3_platsitedir}/PyQt5/QtQml.so
%{_datadir}/sip3/PyQt5/QtQml

#----------------------------------------------------------------------------

%package quick
Summary:	PyQt 5 quick
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description quick
PyQt 5 quick.

%files quick
%{py3_platsitedir}/PyQt5/QtQuick.so
%{_datadir}/sip3/PyQt5/QtQuick

#----------------------------------------------------------------------------

%package quickwidgets
Summary:	PyQt 5 quickwidgets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description quickwidgets
PyQt 5 quickwidgets.

%files quickwidgets
%{py3_platsitedir}/PyQt5/QtQuickWidgets.so
%{_datadir}/sip3/PyQt5/QtQuickWidgets

#----------------------------------------------------------------------------

%package sensors
Summary:	PyQt 5 sensors
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description sensors
PyQt 5 sensors.

%files sensors
%{py3_platsitedir}/PyQt5/QtSensors.so
%{_datadir}/sip3/PyQt5/QtSensors

#----------------------------------------------------------------------------

%package serialport
Summary:	PyQt 5 serialport
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description serialport
PyQt 5 serialport.

%files serialport
%{py3_platsitedir}/PyQt5/QtSerialPort.so
%{_datadir}/sip3/PyQt5/QtSerialPort

#----------------------------------------------------------------------------

%package sql
Summary:	PyQt 5 sql
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description sql
PyQt 5 sql.

%files sql
%{py3_platsitedir}/PyQt5/QtSql.so
%{_datadir}/sip3/PyQt5/QtSql

#----------------------------------------------------------------------------

%package svg
Summary:	PyQt 5 svg
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description svg
PyQt 5 svg.

%files svg
%{py3_platsitedir}/PyQt5/QtSvg.so
%{_datadir}/sip3/PyQt5/QtSvg

#----------------------------------------------------------------------------

%package test
Summary:	PyQt 5 test
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description test
PyQt 5 test.

%files test
%{py3_platsitedir}/PyQt5/QtTest.so
%{_datadir}/sip3/PyQt5/QtTest

#----------------------------------------------------------------------------

%package webchannel
Summary:	PyQt 5 WebChannel
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description webchannel
PyQt 5 WebChannel.

%files webchannel
%{py3_platsitedir}/PyQt5/QtWebChannel.so
%{_datadir}/sip3/PyQt5/QtWebChannel

#----------------------------------------------------------------------------

%package webenginewidgets
Summary:	PyQt 5 WebEngineWidgets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description webenginewidgets
PyQt 5 WebEngineWidgets.

%files webenginewidgets
%{py3_platsitedir}/PyQt5/QtWebEngineWidgets.so
%{_datadir}/sip3/PyQt5/QtWebEngineWidgets

#----------------------------------------------------------------------------

%package webkit
Summary:	PyQt 5 Webkit
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description webkit
PyQt 5 Webkit.

%files webkit
%{py3_platsitedir}/PyQt5/QtWebKit.so
%{_datadir}/sip3/PyQt5/QtWebKit

#----------------------------------------------------------------------------

%package webkitwidgets
Summary:	PyQt 5 webkitwidgets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description webkitwidgets
PyQt 5 webkitwidgets.

%files webkitwidgets
%{py3_platsitedir}/PyQt5/QtWebKitWidgets.so
%{_datadir}/sip3/PyQt5/QtWebKitWidgets

#----------------------------------------------------------------------------

%package websockets
Summary:	PyQt 5 websockets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description websockets
PyQt 5 websockets.

%files websockets
%{py3_platsitedir}/PyQt5/QtWebSockets.so
%{_datadir}/sip3/PyQt5/QtWebSockets

#----------------------------------------------------------------------------

%package widgets
Summary:	PyQt 5 widgets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description widgets
PyQt 5 widgets.

%files widgets
%{py3_platsitedir}/PyQt5/QtWidgets.so
%{_datadir}/sip3/PyQt5/QtWidgets

#----------------------------------------------------------------------------

%package xml
Summary:	PyQt 5 XML
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description xml
PyQt 5 XML.

%files xml
%{py3_platsitedir}/PyQt5/QtXml.so
%{_datadir}/sip3/PyQt5/QtXml

#----------------------------------------------------------------------------

%package xmlpatterns
Summary:	PyQt 5 XMLPatterns
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description xmlpatterns
PyQt 5 XMLPatterns.

%files xmlpatterns
%{py3_platsitedir}/PyQt5/QtXmlPatterns.so
%{_datadir}/sip3/PyQt5/QtXmlPatterns

#----------------------------------------------------------------------------

%package x11extras
Summary:	PyQt 5 x11extras
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description x11extras
PyQt 5 x11extras.

%files x11extras
%{py3_platsitedir}/PyQt5/QtX11Extras.so
%{_datadir}/sip3/PyQt5/QtX11Extras

#----------------------------------------------------------------------------

%package devel
Summary:	PyQt 5 devel
Group:		Development/KDE and Qt
Requires:	%{name} = %{EVRD}
Requires:	qt5-designer
Conflicts:	python-qt5-devel

%description devel
PyQt 5 devel utilities.

%files devel
%{_bindir}/pyuic5
%{_bindir}/pyrcc5
%{_bindir}/pylupdate5
%{_qt5_plugindir}/designer/*

#----------------------------------------------------------------------------

%package doc
Summary:	PyQt 5 documentation
Group:		Development/KDE and Qt
Buildarch:	noarch

%description doc
PyQt 5 documentation.

%files doc
%doc %{_docdir}/%{name}
%exclude %{_docdir}/%{name}/examples

#----------------------------------------------------------------------------

%package examples
Summary:	PyQt 5 examples
Group:		Development/KDE and Qt
BuildArch:	noarch

%description examples
PyQt 5 examples.

%files examples
%doc %{_docdir}/%{name}/examples

#----------------------------------------------------------------------------

%prep
%setup -q -n PyQt-gpl-%{version}
%patch0 -p1

%build
export PATH=%{_qt5_bindir}:$PATH

python3 ./configure.py \
	--no-qsci-api \
	--no-qml-plugin \
	--confirm-license \
    --sip=/usr/bin/sip3

sed -i -e "s,-fstack-protector,-fno-stack-protector,g" _Q*/Makefile
sed -i -e "s,^LIBS .*= ,LIBS = $(python3-config --libs) ,g" Qt*/Makefile _Q*/Makefile dbus/Makefile Enginio/Makefile
sed -i -e "s#^LFLAGS .*= #LFLAGS = %{ldflags} #g" Qt*/Makefile _Q*/Makefile pyrcc/Makefile designer/Makefile dbus/Makefile Enginio/Makefile

%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}
rm -fr %{buildroot}%{py3_platsitedir}/PyQt5/uic/port_v2

mkdir -p %{buildroot}%{_docdir}/%{name}
    cp -fr doc/html/* %{buildroot}%{_docdir}/%{name}/

mkdir %{buildroot}%{_docdir}/%{name}/examples
    cp -fr examples/* %{buildroot}%{_docdir}/%{name}/examples/


%changelog

* Thu Apr 14 2016 Denis Silakov <denis.silakov@rosalab.ru> 5.5.1-1
- (5cc7d86) Fix sip3 location



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23833 |14mu|python3-sane-2.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Refer to the comment for Source0 below on how to obtain the source tarball
# The saved file has format python-pillow-Sane-$version-$ahead-g$shortcommit.tar.gz
%define commit 91e336c280a9ff0dfec30d18d761c2f1064dfa79
%define shortcommit %(c=%{commit}; echo ${c:0:7})
%define ahead 0

Name:           python3-sane
Version:        2.8.2
Release:        1
Summary:        Python3 SANE interface
Group:          Development/Python
License:        MIT
URL:            https://github.com/python-pillow/Sane

# Obtain the tarball for a certain commit via:
#  wget --content-disposition https://github.com/python-pillow/Sane/tarball/$commit
Source0:        https://github.com/python-pillow/Sane/tarball/%{commit}/python-pillow-Sane-v%{version}-%{ahead}-g%{shortcommit}.tar.gz

BuildRequires:  pkgconfig(sane-backends)

BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  python3-sphinx
BuildRequires:  python3-sphinx_rtd_theme

Obsoletes:      python3-pillow-sane < 2.8.2-1
Provides:       python3-pillow-sane = %{EVRD}

Requires:       python3-pillow


%description
This package contains the sane module for Python2 which provides access to
various raster scanning devices such as flatbed scanners and digital cameras.

%prep
%setup -q -n python-pillow-Sane-%{shortcommit}

%build
find -name '*.py' | xargs sed -i '1s|^#!.*python|#!%{__python3}|'
CFLAGS="%{optflags}" python3 setup.py build

pushd doc
make html
rm -f _build/html/.buildinfo
popd

%install
python3 setup.py install --skip-build --root %{buildroot}

# Fix non-standard-executable-perm
chmod 0755 %{buildroot}%{py3_platsitedir}/*.so

%files
%doc CHANGES.rst sanedoc.txt example.py doc/_build/html
%{py3_platsitedir}/*

%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 2.8.2-1
- (2a7ace2) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23834 |14mu|python3-six-1.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	six

Name:		python3-%{oname}
Version:	1.10.0
Release:	1
Summary:	Python 2 and 3 compatibility utilities

Source0:	http://pypi.python.org/packages/source/s/six/six-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pypi.python.org/pypi/six/
BuildArch:	noarch
BuildRequires:  pkgconfig(python3)

%description
Six is a Python 2 and 3 compatibility library.  It provides utility functions
for smoothing over the differences between the Python versions with the goal of
writing Python code that is compatible on both Python versions.  See the
documentation for more information on what is provided.

Six supports Python 2.4+.

Online documentation is at http://packages.python.org/six/.

Bugs can be reported to http://bitbucket.org/gutworth/six.  The code can also
be found there.

%prep
%setup -qn %{oname}-%{version}

%build
chmod 644 README
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}

%files
%doc LICENSE README documentation/index.rst
%{py3_puresitedir}/*

%changelog

* Sat Jun 18 2016 Denis Silakov <dsilakov@gmail.com> 1.10.0-1
- (5ae7b2a) Updated to 1.10.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23835 |14mu|python3-snowballstemmer-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python3-snowballstemmer
Version:        1.2.0
Release:        1
Summary:        This package provides 16 stemmer algorithms
License:        BSD-2-Clause
Group:          Development/Python
Url:            https://github.com/shibukawa/snowball_py
Source:         https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-%{version}.tar.gz
BuildRequires:  python3-devel
BuildArch:      noarch

%description
This package provides 16 stemmer algorithms (15 + Poerter English
stemmer) generated from Snowball algorithms.  It includes following
language algorithms: Danish, Dutch, English (Standard, Porter),
Finnish, French, German, Hungarian, Italian, Norwegian, Portuguese,
Romanian, Russian, Spanish, Swedish, Turkish. This is a pure Python
stemming library. If PyStemmer is available, this module uses it to
accelerate.

%prep
%setup -qn snowballstemmer-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%doc LICENSE.rst
%{py3_puresitedir}/*
%doc README.rst

%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 1.2.0-1
- (a2b2624) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23836 |14mu|python3-sphinx-1.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Sphinx

# disable these for bootstrapping nose and sphinx
%define enable_tests 0
%define enable_doc 0

%if !%{enable_doc}
%define __noautoreq ".*sphinx-rtd-theme.*\|.*alabaster.*"
%endif

Summary:	Python documentation generator

Name:		python3-sphinx
Version:	1.3.1
Release:	2
Source0:	http://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
Patch0:	        Sphinx-1.2.2-mantarget.patch
Patch1:         Sphinx-1.2.2-babel-option.patch
License:	BSD
Group:		Development/Python
Url:		http://sphinx.pocoo.org/
BuildArch:	noarch
%if %{enable_doc}
BuildRequires:	python3-docutils
BuildRequires:	python3-jinja2
BuildRequires:  python3-six
BuildRequires:  python3-sphinx-theme-alabaster
BuildRequires:  python3-sphinx_rtd_theme
%endif
%if %{enable_tests}
BuildRequires:	python3-nose
BuildRequires:	python3-pygments
BuildRequires:  python3-jinja2
%endif
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-setuptools
BuildRequires:	python3-distribute

Requires: 	python3-sphinx-theme-alabaster
Requires:	python3-sphinx_rtd_theme
Requires:	python3-pkg-resources
Requires:	python3-docutils
Requires:	python3-pygments
Requires:	python3-jinja2

%description
Sphinx is a tool that facilitates the creation of beautiful
documentation for Python projects from reStructuredText sources. It
was originally created to format the new documentation for Python, but
has since been cleaned up in the hope that it will be useful in many
other projects.

%if %{enable_doc}
%package doc
Summary:	Documentation for %{name}

Group:		Development/Python
License:	BSD
Requires:	%{name} = %{EVRD}
Conflicts:	python-sphinx-doc

%description doc
Sphinx is a tool that makes it easy to create intelligent and
beautiful documentation for Python projects (or other documents
consisting of multiple reStructuredText sources), written by Georg
Brandl. It was originally created to translate the new Python
documentation, but has now been cleaned up in the hope that it will be
useful to many other projects.

This package contains documentation in reST and HTML formats.
%endif

%prep
%setup -qn %{tarname}-%{version}
%patch0 -p1 -b .mantarget
%patch1 -p1 -b .babel
sed '1d' -i sphinx/pycode/pgen2/token.py
sed -i s'@#!/usr/bin/env python@#!/usr/bin/python3@' *py

%build
python3 setup.py build

%if %{enable_doc}
pushd doc
make html
make man
rm -rf _build/html/.buildinfo
mv _build/html ..
popd
%endif


%install
python3 setup.py install --skip-build --root=%{buildroot} 

%if %{enable_doc}
pushd doc
# Deliver man pages
install -d %{buildroot}%{_mandir}/man1
mv _build/man/sphinx-*.1 %{buildroot}%{_mandir}/man1/
for f in %{buildroot}%{_mandir}/man1/sphinx-*.1;
do
    cp -p $f $(echo $f | sed -e "s|.1$|-%{python3_version}.1|")
done
popd

# Deliver rst files
rm -rf doc/_build
sed -i 's|python ../sphinx-build.py|/usr/bin/sphinx-build|' doc/Makefile
mv doc reST
%endif

# Move language files to /usr/share;
# patch to support this incorporated in 0.6.6
pushd %{buildroot}%{py3_puresitedir}

for lang in `find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '*/\.*' -printf "%f "`;
do
  install -d %{buildroot}%{_datadir}/sphinx/locale/$lang
  install -d %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES
  mv sphinx/locale/$lang/LC_MESSAGES/sphinx.js \
     %{buildroot}%{_datadir}/sphinx/locale/$lang/
  mv sphinx/locale/$lang/LC_MESSAGES/sphinx.mo \
    %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES/
  rm -rf sphinx/locale/$lang
done
popd
%find_lang sphinx

# Language files; Since these are javascript, it's not immediately obvious to
# find_lang that they need to be marked with a language.
(cd %{buildroot} && find . -name 'sphinx.js') | sed -e 's|^.||' | sed -e \
  's:\(.*/locale/\)\([^/_]\+\)\(.*\.js$\):%lang(\2) \1\2\3:' \
  >> sphinx.lang


%check
%if %{enable_tests}
pushd tests
python3 run.py
popd
%endif

%files -f sphinx.lang
%doc AUTHORS CHANGES EXAMPLES LICENSE
%{_bindir}/sphinx-*
%{py3_puresitedir}/*
%dir %{_datadir}/sphinx/
%dir %{_datadir}/sphinx/locale
%dir %{_datadir}/sphinx/locale/*
%if %{enable_doc}
%{_mandir}/man1/*
%endif

%if %{enable_doc}
%files doc
%doc html reST
%endif

%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 1.3.1-2
- (ab2f31d) Require additional themes by default



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23837 |14mu|python3-sphinx_rtd_theme-0.1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	sphinx_rtd_theme

Name:		python3-%{module}
Version:	0.1.9
Release:	1
Summary:	Sphinx theme for readthedocs.org
Group:		Development/Python
License:	MIT
URL:		https://github.com/snide/sphinx_rtd_theme
Source0:	https://pypi.python.org/packages/source/s/%{module}/%{module}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)

%description
This is a prototype mobile-friendly sphinx theme for readthedocs.org.
It's currently in development and includes some rtd variable checks that
can be ignored if you're just trying to use it on your project outside
of that site.

%prep
%setup -qn %{module}-%{version}

# Remove bundled egg-info
rm -rf %{module}.egg-info

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root %{buildroot}

%files
%doc README.rst LICENSE
%{py3_puresitedir}/%{module}
%{py3_puresitedir}/%{module}-%{version}-py%{py3_ver}.egg-info

%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 0.1.9-1
- (1a02da8) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23838 |14mu|python3-sphinx-theme-alabaster-0.7.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name alabaster
%global srcname sphinx-theme-%{pypi_name}

Name:           python3-%{srcname}
Version:        0.7.6
Release:        1
Summary:        Configurable sidebar-enabled Sphinx theme
Group:          Development/Python

License:        BSD
URL:            https://pypi.python.org/pypi/%{pypi_name}
Source0:        https://pypi.python.org/packages/source/a/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools

%description
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as
used in his Requests project), which was itself originally based on
@mitsuhiko's theme used for Flask & related projects.


%prep
%setup -qn %{pypi_name}-%{version}

# Remove bundled eggs
rm -rf %{pypi_name}.egg-info

%build
python3 setup.py build

%install
python3 setup.py install --skip-build --root %{buildroot}

%files
%doc README.rst LICENSE
%{py3_puresitedir}/%{pypi_name}-%{version}-py%{py3_ver}.egg-info/
%{py3_puresitedir}/%{pypi_name}/


%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 0.7.6-1
- (b03232b) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23839 |14mu|python3-xlib-0.15-0.rc1.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prever rc1

Summary:	X11R6 client-side implementation
Name:		python3-xlib
Version:	0.15
Release:	0.%{prever}.4
Source0:	http://downloads.sourceforge.net/python-xlib/python-xlib-%{version}%{?prever}.tar.bz2
Patch0:		python-xlib-0.15rc1-python3.patch
Patch1:		python-xlib-0.14-buffsize.patch
Patch2:		python-xlib-0.15rc1-get_best_auth.patch
Patch3:		python-xlib-0.15rc1-fix-rhomboid-examples.patch
Patch4:		python-xlib-0.15rc1-fix-ssh-tunnel-auth.patch
Patch5:		python-xlib-0.15rc1-fix-unix-socket-in-display.patch
License:	GPL
Group:		Development/Python
Url:		http://python-xlib.sourceforge.net/
BuildRequires:	python3-devel
BuildArch:	noarch

%description
The Python3 X Library is a complete X11R6 client-side implementation,
written in pure Python. It can be used to write low-levelish X Windows
client applications in Python3.

%prep
%setup -qn python-xlib-%{version}%{?prever}
%patch0 -p1 -b .python3
%patch1 -p1 -b .buffsize
%patch2 -p1 -b .best_auth
%patch3 -p1 -b .rhomboid
%patch4 -p1 -b .ssh
%patch5 -p1 -b .socket
chmod -R a+r .

%build
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot}

%clean

%files
%doc NEWS README TODO
%{py3_puresitedir}/Xlib
%{py3_puresitedir}/*.egg-info

%changelog

* Mon Jun 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.15-0.rc1.4
- (ee39be2) Fix indent in unix-socket patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23840 |14mu|python-appdirs-1.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	module	appdirs

Name:		python-%{module}
Version:	1.4.0
Release:	2
Summary:	A small Python module for determining appropriate platform-specific dirs
Source0:	http://pypi.python.org/packages/source/a/%{module}/%{module}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://github.com/ActiveState/appdirs
BuildArch:	noarch
BuildRequires:	pythonegg(setuptools)

%description
What directory should your app use for storing user data?

This kind of thing is what the ``appdirs`` module is for.
``appdirs`` will help you choose an appropriate:

- user data dir (``user_data_dir``)
- user config dir (``user_config_dir``)
- user cache dir (``user_cache_dir``)
- site data dir (``site_data_dir``)
- site config dir (``site_config_dir``)
- user log dir (``user_log_dir``)

and also:

- is a single module so other Python packages can include their own
  private copy
- is slightly opinionated on the directory names used. Look for "OPINION" in
  documentation and code for when an opinion is being applied.
  
%files
%doc CHANGES.rst
%doc LICENSE.txt
%doc README.rst
%{py_puresitedir}/appdirs.py*
%{py_puresitedir}/appdirs*.egg-info

#----------------------------------------------------------------------------

%package -n python3-%{module}

Summary:	A small Python module for determining appropriate platform-specific dirs
Group:		Development/Python
BuildRequires: python3egg(setuptools)	

%description -n python3-%{module}
What directory should your app use for storing user data?

This kind of thing is what the ``appdirs`` module is for.
``appdirs`` will help you choose an appropriate:

- user data dir (``user_data_dir``)
- user config dir (``user_config_dir``)
- user cache dir (``user_cache_dir``)
- site data dir (``site_data_dir``)
- site config dir (``site_config_dir``)
- user log dir (``user_log_dir``)

and also:

- is a single module so other Python packages can include their own
  private copy
- is slightly opinionated on the directory names used. Look for "OPINION" in
  documentation and code for when an opinion is being applied.

%files -n python3-%{module}
%doc CHANGES.rst
%doc LICENSE.txt
%doc README.rst
%{py3_puresitedir}/appdirs.py*
%{py3_puresitedir}/appdirs*.egg-info

#----------------------------------------------------------------------------
%prep
%setup -qn %{module}-%{version}

cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
python setup.py install --root=%{buildroot}

pushd %{py3dir}
python3 setup.py install --root=%{buildroot}
popd

%check
python setup.py test   

pushd %{py3dir}
python setup.py test   
popd


%changelog

* Sat May 28 2016 abfonly <abfonly@gmail.com> 1.4.0-2
- (1fd4d76) Merge pull request #1 from python3_modules/python-appdirs:rosa2014.1
- (1fd4d76) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23841 |14mu|python-argparse-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	argparse

Summary:	A Python command line parser inspired by optparse
Name:		python-%{module}
Version:	1.2.1
Release:	4
Source0:	http://argparse.googlecode.com/files/%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://argparse.python-hosting.com/
Requires:	python >= 2.3
BuildRequires:	python-devel >= 2.3
BuildRequires:	python-setuptools
BuildArch:	noarch

%description
The argparse module makes writing command line tools in Python easy.
Just briefly describe your command line interface and argparse will
take care of the rest, including:

* parsing the arguments and flags from ``sys.argv``
* converting arg strings into objects for your program
* formatting and printing any help messages
* and much more ... 

For those familiar with the optparse module from the Python standard
library, argparse improves on this module in a number of ways,
including:

* handling positional arguments
* supporting sub-commands
* allowing alternative option prefixes like ``+`` and ``/``
* handling zero-or-more and one-or-more style arguments
* producing more informative usage messages
* providing a much simpler interface for custom types and actions

%files
%doc *.txt doc/*
%{py_puresitedir}/*

%package -n python3-%{module}
Summary:	A Python command line parser inspired by optparse
Group:          Development/Python

BuildRequires:  pkgconfig(python3)
BuildRequires:	python3-setuptools

%description -n python3-%{module}
The argparse module makes writing command line tools in Python easy.
Just briefly describe your command line interface and argparse will
take care of the rest, including:

* parsing the arguments and flags from ``sys.argv``
* converting arg strings into objects for your program
* formatting and printing any help messages
* and much more ... 

For those familiar with the optparse module from the Python standard
library, argparse improves on this module in a number of ways,
including:

* handling positional arguments
* supporting sub-commands
* allowing alternative option prefixes like ``+`` and ``/``
* handling zero-or-more and one-or-more style arguments
* producing more informative usage messages
* providing a much simpler interface for custom types and actions

%files -n python3-%{module}
%{py3_puresitedir}/*

#--------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

cp -a . %{py3dir}

%build
#nothing to do here.

%install
python setup.py install --root=%{buildroot} --record=FILE_LIST
chmod -R og-w *.txt doc/

pushd %{py3dir}
python3 setup.py install --root=%{buildroot} --record=FILE_LIST
popd



%changelog

* Sat Mar 19 2016 Denis Silakov <dsilakov@gmail.com> 1.2.1-4
- (5041e09) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23842 |14mu|python-babel-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Babel
%define debug_package %{nil}

Summary:	Internationalization utilities for Python
Name:		python-babel
Version:	1.3
Release:	4
Source0:	https://pypi.python.org/packages/source/B/Babel/%{tarname}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://babel.edgewall.org/
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(pytz)

Requires:	pythonegg(pytz)

%description
Babel is a Python library that provides an integrated collection of
utilities that assist with internationalizing and localizing Python
applications (in particular web-based applications.)


%prep
%setup -qn %{tarname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%check
python setup.py test

%files -n python-babel 
%{_bindir}/pybabel
%doc docs/
%{python_sitelib}/babel
%{python_sitelib}/*.egg-info


%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 1.3-4
- (4328695) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23843 |14mu|python-backports-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Namespace for backported Python features
Name:		python-backports
Version:	1.0
Release:	2
# Only code is sourced from http://www.python.org/dev/peps/pep-0382/
License:	Public Domain
Group:		Development/Python
Url:		https://pypi.python.org/pypi/backports
Source0:	backports.py
BuildRequires:	pkgconfig(python)

%description
The backports namespace is a namespace reserved for features backported from
the Python standard library to older versions of Python 2.

Packages that exist in the backports namespace in Fedora should not provide
their own backports/__init__.py, but instead require this package.

Backports to earlier versions of Python 3, if they exist, do not need this
package because of changes made in Python 3.3 in PEP 420
(http://www.python.org/dev/peps/pep-0420/).

%files
%{python_sitelib}/backports
%if "%{python_sitelib}" != "%{python_sitearch}"
%{python_sitearch}/backports
%endif

#----------------------------------------------------------------------------

%prep


%build

%install
mkdir -pm 755 %{buildroot}%{python_sitelib}/backports
install -pm 644 %{SOURCE0} %{buildroot}%{python_sitelib}/backports/__init__.py

%if "%{python_sitelib}" != "%{python_sitearch}"
mkdir -pm 755 %{buildroot}%{python_sitearch}/backports
install -pm 644 %{SOURCE0} %{buildroot}%{python_sitearch}/backports/__init__.py
%endif

%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 1.0-2
- (98e403e) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23844 |14mu|python-backports-ssl_match_hostname-3.4.0.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global module_name backports.ssl_match_hostname

Summary:	The ssl.match_hostname() function from Python 3
Name:		python-backports-ssl_match_hostname
Version:	3.4.0.2
Release:	2
License:	Python
Group:		Development/Python
Url:		https://bitbucket.org/brandon/backports.ssl_match_hostname
Source0:	http://pypi.python.org/packages/source/b/%{module_name}/%{module_name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
#Just to make sure we have it
BuildRequires:	python-backports
BuildRequires:	python-setuptools
Requires:	python-backports

%description
The Secure Sockets layer is only actually secure if you check the hostname in
the certificate returned by the server to which you are connecting, and verify
that it matches to hostname that you are trying to reach.

But the matching logic, defined in RFC2818, can be a bit tricky to implement on
your own. So the ssl package in the Standard Library of Python 3.2 now includes
a match_hostname() function for performing this check instead of requiring
every application to implement the check separately.

This backport brings match_hostname() to users of earlier versions of Python.
The actual code inside comes verbatim from Python 3.2.

%files
%doc README.txt LICENSE.txt
%{python_sitelib}/backports/ssl_match_hostname/*.py
%{python_sitelib}/backports.ssl_match_hostname-%{version}-py%{py_ver}.egg-info

#----------------------------------------------------------------------------

%prep
%setup -qn %{module_name}-%{version}
mv src/backports/ssl_match_hostname/README.txt ./
mv src/backports/ssl_match_hostname/LICENSE.txt ./

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}
rm %{buildroot}%{python_sitelib}/backports/__init__.py*


%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 3.4.0.2-2
- (b12163d) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23845 |14mu|python-celementtree-1.0.5-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module		cElementTree
%define date_version	20051216

Summary:	Add-on to the standard ElementTree package
Name:		python-celementtree
Version:	1.0.5
Release:	16
Group:		Development/Python
License:	Python license
Url:		http://effbot.org/zone/element-index.htm
Source0:	http://effbot.org/downloads/%{module}-%{version}-%{date_version}.tar.gz
Patch0:		celementtree-1.0.5-external-libexpat.patch
BuildRequires:	pkgconfig(expat)
BuildRequires:  python-devel
Requires:	python-elementtree

%description
This is an add-on to the standard ElementTree package, which adds a very fast
and memory-efficient alternative implementation of the ElementTree API.

%prep
%setup -qn %{module}-%{version}-%{date_version}
%apply_patches

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --record INSTALLED_FILES

%files -f INSTALLED_FILES
%doc samples README* CHANGES*

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.0.5-16
- (00c2a8d) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23846 |14mu|python-cffi-1.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_as_needed 1
%define pypi_name cffi
# we don't want to provide private python extension libs
%define _exclude_files_from_autoprov %{python_sitearch}/.*\\.so\\|%{python3_sitearch}/.*\\.so

Summary:	Foreign Function Interface for Python calling C code
Name:		python-%{pypi_name}
Version:	1.3.1
Release:	2
License:	MIT
Group:		Development/Python
Url:		http://cffi.readthedocs.org/
Source0:	https://pypi.python.org/packages/source/c/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	python-cparser
BuildRequires:	python-cython
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx
BuildRequires:	python3-cparser
BuildRequires:	python3-cython
BuildRequires:	python3-setuptools

%description
Foreign Function Interface for Python calling C code. The aim of this project
is to provide a convenient and reliable way of calling C code from Python.
The interface is based on LuaJIT’s FFI.

%files
%{python_sitearch}/%{pypi_name}
%{python_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info
%{python_sitearch}/*.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for CFFI
Group:		Documentation
BuildArch:	noarch

%description doc
Documentation for CFFI, the Foreign Function Interface for Python.

%files doc
%doc doc/build/html

#----------------------------------------------------------------------------

%package -n python3-%{pypi_name}
Summary:	Foreign Function Interface for Python 3 calling C code
Group:		Development/Python

%description -n python3-%{pypi_name}
Foreign Function Interface for Python calling C code. The aim of this project
is to provide a convenient and reliable way of calling C code from Python.
The interface is based on LuaJIT’s FFI.

%files -n python3-%{pypi_name}
%{python3_sitearch}/%{pypi_name}
%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info
%{python3_sitearch}/*.so

#----------------------------------------------------------------------------

%package -n python3-%{pypi_name}-doc
Summary:	Documentation for CFFI
Group:		Documentation
BuildArch:	noarch

%description -n python3-%{pypi_name}-doc
Documentation for CFFI, the Foreign Function Interface for Python 3.

%files -n python3-%{pypi_name}-doc
%doc doc/build/html

#----------------------------------------------------------------------------

%prep
%setup -qn %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

cp -a . %{py3dir}

%build
pushd %{py3dir}
CFLAGS="%{optflags}" %__python3 setup.py build_ext --libraries="dl"
CFLAGS="%{optflags}" %__python3 setup.py build
popd

CFLAGS="%{optflags}" %__python setup.py build_ext --libraries="dl"
CFLAGS="%{optflags}" %__python setup.py build

pushd doc
make html
rm build/html/.buildinfo
popd

%install
pushd %{py3dir}
%__python3 setup.py install --skip-build --root %{buildroot}
popd

%__python setup.py install --skip-build --root %{buildroot}


%changelog

* Mon Dec 14 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-2
- (7b15e07) Build both python2 and python3 modules



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23847 |14mu|python-configobj-5.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	configobj

Summary:	Simple but powerful config file reader and writer
Name:		python-%{module}
Version:	5.0.6
Release:	1
License:	BSD
Group:		Development/Python 
Url:		http://www.voidspace.org.uk/python/configobj.html
Source0:	http://www.voidspace.org.uk/downloads/%{module}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
BuildRequires:	python3-setuptools
BuildRequires:	pkgconfig(python3)

Provides:	ConfigObj = %{version}
Provides:	python-ConfigObj = %{version}

%description
ConfigObj is a simple but powerful config file reader and writer: an ini file
round tripper. Its main feature is that it is very easy to use, with a
straightforward programmer's interface and a simple syntax for config files.

%package -n python3-configobj
Summary:        Simple but powerful config file reader and writer
License:        BSD
Group:		Development/Python

%description -n python3-configobj
ConfigObj is a simple but powerful config file reader and writer: an ini file
round tripper. Its main feature is that it is very easy to use, with a
straightforward programmer's interface and a simple syntax for config files.


%prep
%setup -qc %{module}-%{version}
mv %{module}-%{version} python3
cp -a python3 python2

%build

pushd python3
python3 setup.py build
popd

pushd python2
python setup.py build
popd

%install
pushd python3
python3 setup.py install --root=%{buildroot}
rm -Rf %{buildroot}%{py_puresitedir}/__pycache__
popd

pushd python2
python setup.py install --root=%{buildroot}
rm -Rf %{buildroot}%{py2_puresitedir}/*.pyc
popd

%files
%{py_puresitedir}/*py
%{py_puresitedir}/*.egg-info

%files -n python3-configobj
%{py3_puresitedir}/*py
%{py3_puresitedir}/*.egg-info


%changelog
* Thu Jan 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.0.6-1
+ Revision: cbcbfec
- Updated to 5.0.6, added python3 module



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23848 |14mu|python-cparser-2.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pycparser
%define module cparser

Summary:	C parser in Python
Name:		python-%{module}
Version:	2.10
Release:	3
License:	BSD
Group:		Development/Python
Url:		https://github.com/eliben/pycparser
Source0:	http://pypi.python.org/packages/source/p/%{oname}/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	pythonegg(setuptools)
BuildRequires:	python3egg(setuptools)
BuildArch:	noarch

%description
pycparser is a complete parser of the C language, written in pure Python
using the PLY parsing library. It parses C code into an AST and can serve
as a front-end for C compilers or analysis tools.

%files
%doc CHANGES LICENSE README.rst
%{py_puresitedir}/pycparser/*.py*
%{py_puresitedir}/pycparser/ply/*.py*
%{py_puresitedir}/pycparser*.egg-info
%{py_puresitedir}/pycparser/_c_ast.cfg

#----------------------------------------------------------------------------

%package -n python3-%{module}
Summary:	C parser in Python 3
Group:		Development/Python

%description -n python3-%{module}
pycparser is a complete parser of the C language, written in pure Python
using the PLY parsing library. It parses C code into an AST and can serve
as a front-end for C compilers or analysis tools.

%files -n python3-%{module}
%doc CHANGES LICENSE README.rst
%{py3_puresitedir}/pycparser/*.py*
%{py3_puresitedir}/pycparser/ply/*.py*
%{py3_puresitedir}/pycparser*.egg-info
%{py3_puresitedir}/pycparser/_c_ast.cfg

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
perl -i -pe 's/\r\n/\n/gs' LICENSE

cp -a . %{py3dir}

%build
pushd %{py3dir}
python3 setup.py build
popd

python setup.py build

%install
pushd %{py3dir}
python3 setup.py install --root=%{buildroot} --install-purelib=%{py3_puresitedir}
popd

python setup.py install --root=%{buildroot} --install-purelib=%{py_puresitedir}


%changelog

* Mon Dec 14 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.10-3
- (1fd605a) Build both python2 and python3 modules



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23849 |14mu|python-cryptography-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	PyCA's cryptography library
Name:		python-cryptography
Version:	1.1
Release:	3
License:	ASL2.0 or BSD
Group:		Development/Python
Url:		https://cryptography.io/en/latest/
Source0:	https://pypi.python.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz
Patch0:		cryptography-1.1-Remove_SSLv2_bindings.patch
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	pyasn1
BuildRequires:	python-cffi >= 0.8
BuildRequires:	python-cryptography-vectors = %{version}
BuildRequires:	python-enum34
BuildRequires:	python-iso8601
BuildRequires:	python-pretend
BuildRequires:	python-pytest
BuildRequires:	python-setuptools
BuildRequires:	python-six

BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-cffi >= 0.8
BuildRequires:	python3-cryptography-vectors = %{version}
BuildRequires:	python3-iso8601
BuildRequires:	python3-pretend
BuildRequires:	python3-pyasn1
BuildRequires:	python3-pytest
BuildRequires:	python3-setuptools
BuildRequires:	python3-six

Requires:	openssl
Requires:	python-enum34
Requires:	python-cffi >= 0.8
Requires:	python-six >= 1.6.1

%description
cryptography is a package designed to expose cryptographic primitives and
recipes to Python developers.

%files
%doc LICENSE LICENSE.APACHE LICENSE.BSD README.rst docs
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%package -n python3-cryptography
Summary:	PyCA's cryptography library
Group:		Development/Python
Requires:	openssl
Requires:	python3-cffi >= 0.8
Requires:	python3-six >= 1.6.1

%description -n python3-cryptography
cryptography is a package designed to expose cryptographic primitives and
recipes to Python developers.

%files -n python3-cryptography
%doc LICENSE LICENSE.APACHE LICENSE.BSD README.rst docs
%{py3_platsitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n cryptography-%{version}
%patch0 -p1

cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!/usr/bin/python|#!%{__python3}|'

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
# Actually other *.c and *.h are appropriate
# see https://github.com/pyca/cryptography/issues/1463
find . -name .keep -print -delete

python setup.py install --skip-build --prefix=%{_prefix} --root %{buildroot}

pushd %{py3dir}
python3 setup.py install --skip-build --prefix=%{_prefix} --root %{buildroot}
popd

%check
python setup.py test

# Should be enabled next time
#pushd %{py3dir}
#python3 setup.py test
#popd


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-3
- (ce44982) Add patch from OpenEmbedded to fix build with OpenSSL without SSLv2 support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23850 |14mu|python-cryptography-vectors-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname cryptography-vectors
%define pymodname cryptography_vectors

Summary:	Test vectors for the cryptography package
Name:		python-%{modname}
Version:	1.1
Release:	3
Group:		Development/Python
License:	ASL 2.0 or BSD
Url:		http://pypi.python.org/pypi/cryptography-vectors
Source0:	https://pypi.python.org/packages/source/c/%{modname}/%{pymodname}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
Test vectors for the cryptography package.

The only purpose of this package is to be a building requirement for
python-cryptography, otherwise it has no use. Don’t install it unless
you really know what you are doing.

%files
%doc LICENSE
%{py_puresitedir}/%{pymodname}/
%{py_puresitedir}/%{pymodname}-%{version}*

#----------------------------------------------------------------------------

%package -n python3-%{modname}
Summary:	Test vectors for the cryptography package
Group:		Development/Python
BuildRequires:	python3-setuptools
BuildRequires:	pkgconfig(python3)

%description -n python3-%{modname}
Test vectors for the cryptography package.

The only purpose of this package is to be a building requirement for
python-cryptography, otherwise it has no use. Don’t install it unless
you really know what you are doing.

%files -n python3-%{modname}
%doc LICENSE
%{py3_puresitedir}/%{pymodname}/
%{py3_puresitedir}/%{pymodname}-%{version}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{pymodname}-%{version}

# Remove bundled egg-info in case it exists
rm -rf %{modname}.egg-info

cp -a . %{py3dir}

%build
CFLAGS="%{optflags}" %__python setup.py build

pushd %{py3dir}
CFLAGS="%{optflags}" %__python3 setup.py build
popd

%install
%__python setup.py install -O1 --skip-build --root=%{buildroot}

pushd %{py3dir}
%__python3 setup.py install -O1 --skip-build --root=%{buildroot}
popd

%check
%__python setup.py test
%__python3 setup.py test

%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-3
- (f78c8f8) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23851 |14mu|python-cups-1.9.72-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module cups

Summary:	Python bindings for the CUPS API
Name:		python-%{module}
Version:	1.9.72
Release:	1
License:	BSD
Group:		Development/Python
Url:		http://cyberelk.net/tim/software/pycups/
Source0:	http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
BuildRequires:	cups-devel
BuildRequires:	pkgconfig(python2)

%description
Python bindings for the CUPS API.

%prep
%setup -qn pycups-%{version}

%build
CFLAGS=-DVERSION=\\\"%{version}\\\" python setup.py build

%install
python setup.py install --skip-build --root=%{buildroot}

%files
%{py_platsitedir}/*.egg-info
%{py_platsitedir}/cups.so

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.9.72-1
- (ea940b2) Drop patch (merged upstream)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23852 |14mu|python-curl-7.19.5.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module curl

Summary:	A Python interface to libcurl
Name:		python-%{module}
Version:	7.19.5.3
Release:	1
Group:		Development/Python
License:	LGPLv2+
Url:		http://pycurl.sourceforge.net
Source0:	http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz
Patch2:		pycurl-7.19.5.3-link.patch
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(python)
Provides:	python-pycurl = %{version}-%{release}

%description
PycURL is a Python interface to libcurl. PycURL can be used to fetch
objects identified by a URL from a Python program, similar to the
urllib Python module. PycURL is mature, very fast, and supports a lot
of features.

%prep
%setup -qn pycurl-%{version}
chmod a-x examples/*py
%apply_patches

%build
env CFLAGS="%{optflags} -DHAVE_CURL_OPENSSL" python setup.py build

%check
export PYTHONPATH=%{buildroot}%{py_platsitedir}
python -c 'import py%{module}; print(py%{module}.version)'

%install
python setup.py install --skip-build --root=%{buildroot} --optimize=2
rm -rf %{buildroot}%{_datadir}/doc/pycurl
 
%files
%doc COPYING-LGPL COPYING-MIT ChangeLog README.rst examples doc
%{py_platsitedir}/*

%changelog

* Thu Nov 26 2015 Denis Silakov <dsilakov@gmail.com> 7.19.5.3-1
- (1a9a615) Updated to 7.19.5.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23853 |14mu|python-cython-0.22.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Cython

# Force python3 build - required by new hplip
# % {?build_python3}%{?!build_python3:%bcond_without python3}
%bcond_without python3

Summary:	Language for writing C extensions to Python
Name:		python-cython
Version:	0.22.1
Release:	1
Source0:	https://pypi.python.org/packages/source/C/Cython/Cython-%{version}.tar.gz
Source100:	%{name}.rpmlintrc
License:	Apache License
Group:		Development/Python
Url:		http://www.cython.org
BuildRequires:	python-devel
BuildRequires:	dos2unix
BuildRequires:  python-distribute
%if %{with python3}
BuildRequires:  python3-distribute
%endif

%description
Cython is a language that facilitates the writing of C extensions for
the Python language. It is based on Pyrex, but provides more cutting
edge functionality and optimizations.

%if %{with python3}
%package -n python3-cython
Summary:    Language for writing C extensions to Python
Group:      Development/Python

BuildRequires:  python3-devel

%description -n python3-cython
Cython is a language that facilitates the writing of C extensions for
the Python language. It is based on Pyrex, but provides more cutting
edge functionality and optimizations.
%endif

%prep
%setup -q -c

mv %{tarname}-%{version} python2
%if %{with python3}
cp -r python2 python3
%endif

%build 
pushd python2
python setup.py build
popd
%if %{with python3}
pushd python3
python3 setup.py build
popd
%endif

%install
%if %{with python3}
pushd python3
PYTHONDONTWRITEBYTECODE= python3 setup.py install --root %{buildroot}
mv %{buildroot}/usr/bin/cython %{buildroot}/usr/bin/cython3
mv %{buildroot}/usr/bin/cygdb %{buildroot}/usr/bin/cygdb3
mv %{buildroot}/usr/bin/cythonize %{buildroot}/usr/bin/cythonize3
popd
%endif

pushd python2
find -name .*DS_Store* | xargs rm -rf

PYTHONDONTWRITEBYTECODE= python setup.py install --root %{buildroot}
pushd Tools
dos2unix cython-mode.el
install -m 755 -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
install -m 644 *.el* %{buildroot}%{_sysconfdir}/emacs/site-start.d
popd
popd

#%%check
#PYTHONPATH=`pwd`/../build/lib make test clean

%files 
%{_sysconfdir}/emacs/site-start.d/*.el*
%{_bindir}/cython
%{_bindir}/cygdb
%{_bindir}/cythonize
%{py_platsitedir}/Cython*
%{py_platsitedir}/cython*
%{py_platsitedir}/pyximport*

%if %{with python3}
%files -n python3-cython
%{_bindir}/cython3
%{_bindir}/cygdb3
%{_bindir}/cythonize3
%{py3_platsitedir}/__pycache__/*
%{py3_platsitedir}/Cython*
%{py3_platsitedir}/cython*
%{py3_platsitedir}/pyximport*
%endif

%changelog

* Fri Jan 01 2016 dsilakov <denis.silakov@rosalab.ru> 0.22.1-1
- (9f85857) Merge pull request #2 from import/python-cython:auto_update
- (9f85857) Updated to 0.22.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23854 |14mu|python-dateutil-2.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname	dateutil

Summary:	Provides powerful extensions to the standard datetime module
Name:		python-dateutil
Version:	2.4.2
Release:	1
License:	Python
Group:		Development/Python
URL:		http://labix.org/python-dateutil
Source0:	http://pypi.python.org/packages/source/p/python-dateutil/%{name}-%{version}.tar.gz
BuildRequires:	python-devel
BuildRequires:	python-setuptools
Requires:	python
BuildArch:	noarch

%description
The dateutil module provides powerful extensions to the standard
datetime module available in Python. Features include:

* Computing of relative deltas (next month, next year, next monday,
  last week of month, etc);
* Computing of relative deltas between two given date and/or datetime
  objects;
* Computing of dates based on very flexible recurrence rules, using a
  superset of the iCalendar specification. Parsing of RFC strings is
  supported as well;
* Generic parsing of dates in almost any string format;
* Timezone (tzinfo) implementations for tzfile(5) format files
  (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string
  (in all known formats), iCalendar format files, given ranges (with
  help from relative deltas), local machine timezone, fixed offset
  timezone, UTC timezone, and Windows registry-based time zones;
* Internal up-to-date world timezone information based on Olson's
  database;
* Computing of Easter Sunday dates for any given year, using Western,
  Orthodox or Julian algorithms;
* More than 400 test cases.

%prep
%setup -q

%build

%install
python setup.py install --root=%{buildroot}
# Give read permissions for all files inside egg-info folder
find %{buildroot}%{py_puresitedir}/*egg-info -type f -exec chmod 644 {} \;

%files
%doc LICENSE  NEWS
%{py_puresitedir}/%{fname}
%{py_puresitedir}/python_%{fname}-%{version}-py%{py_ver}.egg-info

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 2.4.2-1
- (ba32865) Merge pull request #3 from import/python-dateutil:auto_update
- (ba32865) Updated to 2.4.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23855 |14mu|python-decorator-4.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	decorator

Summary:	Python decorator utilities
Name:		python-%{module}
Version:	4.0.6
Release:	1
Source0:	https://pypi.python.org/packages/source/d/decorator/decorator-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://pypi.python.org/pypi/decorator/
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
The aim of the decorator module it to simplify the usage of decorators
for the average programmer, and to popularize decorators by showing
various non-trivial examples. Of course, as all techniques, decorators
can be abused and you should not try to solve every problem with a
decorator, just because you can.

%prep
%setup -qn %{module}-%{version}

%install
python setup.py install --root=%{buildroot}

%files
%doc documentation.* *.txt
%{py_puresitedir}/%{module}*

%changelog

* Thu Jan 21 2016 dsilakov <denis.silakov@rosalab.ru> 4.0.6-1
- (01e2aa3) Merge pull request #2 from import/python-decorator:auto_update
- (01e2aa3) Updated to 4.0.6 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23856 |14mu|python-dns-2.3.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-dns
Version:        2.3.6
Release:        3
Epoch:          0
Summary:        Python module for DNS (Domain Name Service)

Group:          Development/Python
License:        Python Software Foundation License
URL:            http://pydns.sourceforge.net/
Source0:        pydns-%{version}.tar.gz
Provides:       pydns = %{epoch}:%{version}-%{release}
Provides:       python-pydns = %{epoch}:%{version}-%{release}
Provides:       python-DNS = %{epoch}:%{version}-%{release}
BuildArch:      noarch
BuildRequires:  python-devel

%description
This is a another release of the pydns code, as originally written by
Guido van Rossum, and with a hopefully nicer API bolted over the
top of it by Anthony Baxter <anthony@interlink.com.au>.

This package contains a module (dnslib) that implements a DNS
(Domain Name Server) client, plus additional modules that define some
symbolic constants used by DNS (dnstype, dnsclass, dnsopcode).

%prep
%setup -q -n pydns-%{version}

%build
python setup.py build

%install
python setup.py install -O2 --skip-build --root %{buildroot}

%clean

%files
%defattr(0644,root,root,0755)
%doc CREDITS.txt PKG-INFO README-guido.txt README.txt
%{py_puresitedir}/*




%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 0:2.3.6-3
- (4cd74ca) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23857 |14mu|python-dnspython-1.11.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%undefine py2dir
%define py2dir %{_builddir}/dnspython/dnspython-%{version}
%undefine py3dir
%define py3dir %{_builddir}/dnspython/dnspython3-%{version}
%define py3unpack -a 2

Summary:	DNS toolkit for Python
Name:		python-dnspython
Version:	1.11.1
Release:	6
License:	MIT
Group:		Development/Python
Url:		http://www.dnspython.org/
Source0:	http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz
Source1:	http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz.asc
Source2:	http://www.dnspython.org/kits3/%{version}/dnspython3-%{version}.tar.gz
Source3:	http://www.dnspython.org/kits3/%{version}/dnspython3-%{version}.tar.gz.asc
BuildRequires:	pkgconfig(python)
Provides:	dnspython = %{EVRD}
BuildArch:	noarch

%description
dnspython is a DNS toolkit for Python. It supports almost all record
types. It can be used for queries, zone transfers, and dynamic updates.
It supports TSIG authenticated messages and EDNS0.

dnspython provides both high and low level access to DNS. The high level
classes perform queries for data of a given name, type, and class, and
return an answer set. The low level classes allow direct manipulation
of DNS zones, messages, names, and records.

%files
%doc dnspython-%{version}/{ChangeLog,LICENSE,README,examples}
%{py_puresitedir}/*egg-info
%{py_puresitedir}/dns

#----------------------------------------------------------------------------

%package -n python3-dnspython3
Summary:	DNS toolkit for Python 3
Group:		Development/Python
BuildRequires:	pkgconfig(python3)
Provides:	dnspython3 = %{EVRD}

%description -n python3-dnspython3
dnspython3 is a DNS toolkit for Python 3. It supports almost all
record types. It can be used for queries, zone transfers, and dynamic
updates. It supports TSIG authenticated messages and EDNS0.

dnspython3 provides both high and low level access to DNS. The high
level classes perform queries for data of a given name, type, and
class, and return an answer set. The low level classes allow direct
manipulation of DNS zones, messages, names, and records.

%files -n python3-dnspython3
%doc dnspython3-%{version}/{ChangeLog,LICENSE,README,examples}
%{py3_puresitedir}/*egg-info
%{py3_puresitedir}/dns

#----------------------------------------------------------------------------

%prep
%setup -q -T -c -n dnspython -a 0 %{?py3unpack:%{py3unpack}}

# strip executable permissions so that we don't pick up dependencies
# from documentation
find %{py2dir}/examples -type f | xargs chmod a-x
find %{py3dir}/examples -type f | xargs chmod a-x

%build
pushd %{py2dir}
python setup.py build
popd

pushd %{py3dir}
python3 setup.py build
popd

%install
pushd %{py2dir}
python setup.py install --skip-build --root %{buildroot}
popd

pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd

%check
pushd %{py2dir}/tests
# skip one test because it queries the network
for py in *.py
do
  if [ $py != resolver.py ]
  then
    PYTHONPATH=%{buildroot}%{py_puresitedir} %{__python} $py
  fi
done
popd

pushd %{py3dir}/tests
# skip one test because it queries the network
for py in *.py
do
  if [ $py != resolver.py ]
  then
    PYTHONPATH=%{buildroot}%{py3_puresitedir} %{__python3} $py
  fi
done
popd


%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 1.11.1-6
- (164c1ac) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23858 |14mu|python-ecdsa-0.13-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pypi_name ecdsa

Name:           python-ecdsa
Version:        0.13
Release:        2
Group:          Development/Python
Summary:        ECDSA cryptographic signature library (pure python)

License:        MIT
URL:            http://github.com/warner/python-ecdsa
Source0:        https://pypi.python.org/packages/source/e/ecdsa/ecdsa-%{version}.tar.gz
BuildArch:      noarch

BuildRequires:  python-devel
BuildRequires:  python3-devel


%description
This is an easy-to-use implementation of ECDSA cryptography
(Elliptic Curve Digital Signature Algorithm), implemented purely in Python,
released under the MIT license. With this library, you can quickly create
keypairs (signing key and verifying key), sign messages, and verify the
signatures. The keys and signatures are very short, making them easy to
handle and incorporate into other protocols.

%package -n     python3-%{pypi_name}
Summary:        ECDSA cryptographic signature library (pure python)
Group:          Development/Python


%description -n python3-%{pypi_name}
This is an easy-to-use implementation of ECDSA cryptography
(Elliptic Curve Digital Signature Algorithm), implemented purely in Python,
released under the MIT license. With this library, you can quickly create
keypairs (signing key and verifying key), sign messages, and verify the
signatures. The keys and signatures are very short, making them easy to
handle and incorporate into other protocols.

%prep
%setup -qc
mv %{pypi_name}-%{version} python2
cp -a python2 python3

%build
pushd python2
python setup.py build
popd
pushd python3
python3 setup.py build
popd

%install
pushd python3
python3 setup.py install --skip-build --root %{buildroot}
popd
pushd python2
python setup.py install --skip-build --root %{buildroot}
popd

%files
%doc python2/README.md python2/LICENSE
%{py_puresitedir}/%{pypi_name}*

%files -n python3-%{pypi_name}
%doc python3/README.md python3/LICENSE
%{py3_puresitedir}/%{pypi_name}*

%changelog

* Sun Jan 31 2016 Denis Silakov <dsilakov@gmail.com> 0.13-2
- (82228c1) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23859 |14mu|python-egenix-mx-base-3.2.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname egenix-mx-base

Name:		python-%{rname}
Version:	3.2.9
Release:	1
Summary:	Python extensions from eGenix
License:	eGenix.com Public License
Group:		Development/Python
URL:		http://www.egenix.com/files/python/eGenix-mx-Extensions.html
Source0:	http://downloads.egenix.com/python/egenix-mx-base-%{version}.tar.gz
Patch0:		egenix-mx-base-fix_underlinking.diff
Patch1:		mx-3.1.1-lib64.patch
Obsoletes:	%{rname} < %{version}-%{release}
Provides:	egenix-mx-base = %{version}-%{release}
BuildRequires:	python-devel

%description
The eGenix mx Extension Series are a collection of
Python extensions written in ANSI C and Python
which provide a large spectrum of useful additions
to everyday Python programming.

The BASE package includes the Open Source subpackages
of the series and is needed by all other add-on
packages of the series.

This software is brought to you by eGenix.com and
distributed under the eGenix.com Public License.

%prep
%setup -q -n %{rname}-%{version}
find . -type f | grep .py | xargs -t sed -i 's|/usr/local.*python|/usr/bin/python|'
%patch0 -p0
%patch1 -p1

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --prefix=%{_prefix} --no-compile

%files
%defattr(-,root,root,0755)
%doc README mx/*/Doc
%doc mx/DateTime/LICENSE mx/DateTime/COPYRIGHT
%{py_platsitedir}/mx
%{py_platsitedir}/*.egg-info

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 3.2.9-1
- (6d8681d) Merge pull request #2 from import/python-egenix-mx-base:auto_update
- (6d8681d) Updated to 3.2.9 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23860 |14mu|python-enum34-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-enum34
Version:        1.0.4
Release:        2
Group:          Development/Python
Summary:        Backport of Python 3.4 Enum
License:        BSD
BuildArch:      noarch
URL:            https://pypi.python.org/pypi/enum34
Source0:        https://pypi.python.org/packages/source/e/enum34/enum34-%{version}.tar.gz

BuildRequires:  python-devel
BuildRequires:  python-setuptools


%description
Python 3.4 introduced official support for enumerations.  This is a
backport of that feature to Python 3.3, 3.2, 3.1, 2.7, 2.5, 2.5, and 2.4.

An enumeration is a set of symbolic names (members) bound to unique,
constant values. Within an enumeration, the members can be compared by
identity, and the enumeration itself can be iterated over.

This module defines two enumeration classes that can be used to define
unique sets of names and values: Enum and IntEnum. It also defines one
decorator, unique, that ensures only unique member names are present
in an enumeration.

%prep
%setup -q -n enum34-%{version}

%build
python setup.py build

%check
pushd %{buildroot}/%{py_puresitedir}
python enum/test_enum.py
popd

%install
python setup.py install --skip-build --root %{buildroot}
# remove docs from sitelib, we'll put them in doc dir instead
rm -rf %{buildroot}%{py_puresitedir}/enum/{LICENSE,README,doc}

%files
%doc PKG-INFO enum/LICENSE enum/README enum/doc/enum.rst
%{py_puresitedir}/*

%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 1.0.4-2
- (548e411) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23861 |14mu|python-ethtool-0.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ethernet settings python bindings
Name:		python-ethtool
Version:	0.11
Release:	1
URL:		https://fedorahosted.org/python-ethtool/
Source:		https://fedorahosted.org/releases/p/y/python-ethtool/python-ethtool-%{version}.tar.bz2
License:	GPLv2
Group:		System/Libraries
BuildRequires:	python-devel
BuildRequires:	libnl3-devel
#BuildRequires:	a2x
#BuildRequires:	libxml2-utils
#BuildRequires:	asciidoc

%description
Python bindings for the ethtool kernel interface, that allows querying and
changing of Ethernet card settings, such as speed, port, auto-negotiation, and
PCI locations.

%prep
%setup -q

%build
python setup.py build
#a2x -d manpage -f manpage man/pethtool.8.asciidoc
#a2x -d manpage -f manpage man/pifconfig.8.asciidoc

%install
python setup.py install --skip-build --root %{buildroot}
mkdir -p %{buildroot}%{_sbindir}  %{buildroot}%{_mandir}/man8
cp -p pethtool.py %{buildroot}%{_sbindir}/pethtool
cp -p pifconfig.py %{buildroot}%{_sbindir}/pifconfig
#cp man/pethtool.8 %{buildroot}%{_mandir}/man8/pethtool.8.gz
#cp man/pifconfig.8 %{buildroot}%{_mandir}/man8/pifconfig.8.gz

%clean

%files
%doc COPYING
%{_sbindir}/pethtool
%{_sbindir}/pifconfig
# %{_mandir}/man8/*
%{py_platsitedir}/ethtool.so
%{py_platsitedir}/*.egg-info


%changelog
* Mon Dec 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.11-1
+ Revision: ca1c11b
- Skip man page generation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23862 |14mu|python-feedparser-5.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	modname	feedparser

Summary:	Parse RSS and Atom feeds in Python
Name:		python-%{modname}
Version:	5.2.1
Release:	1

Source0:	https://pypi.python.org/packages/source/f/%{modname}/%{modname}-%{version}.tar.gz
License:	BSD
URL:		http://code.google.com/p/feedparser/
Group:		Development/Python
BuildRequires:	pkgconfig(python2)
BuildRequires:  python3-devel
BuildRequires:	python-setuptools
BuildRequires:  python3egg(setuptools)
BuildArch:	noarch

%description
Feedparser is the "Universal Feed Parser" library for python, which
handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds

%package -n python3-feedparser
Summary:        Python decorator utilities
Group:          Development/Python
Requires:       python3
 
%description -n python3-feedparser
Feedparser is the "Universal Feed Parser" library for python, which
handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds

%prep
%setup -q -c

mv %{modname}-%{version} python2
cp -r python2 python3

%check
#pushd feedparser
#    python feedparsertest.py
#popd

%install
pushd python2
python setup.py install --root=%{buildroot}
popd

pushd python3
python3 setup.py install --root=%{buildroot}
popd

%files
%defattr(644,root,root,755)
%doc python2/LICENSE python2/
%{py_puresitedir}/%{modname}*

%files -n python3-feedparser
%defattr(644,root,root,755)
%doc python3/LICENSE 
%{py3_puresitedir}/%{modname}*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 5.2.1-1
- (9aee498) Merge pull request #2 from import/python-feedparser:auto_update
- (9aee498) Updated to 5.2.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23863 |14mu|python-formencode-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname formencode
%define Oname FormEncode

Summary:  Python module to validate and generate form
Name:    python-%oname
Version: 1.3.0
Release: 1

Source0: http://pypi.python.org/packages/source/F/FormEncode/FormEncode-%{version}.zip
License: BSD
Group: Development/Python
BuildArch: noarch
Url: http://formencode.org
BuildRequires: python-devel
BuildRequires: python-setuptools

%description
FormEncode is a validation and form generation package. The validation can be
used separately from the form generation. The validation works on compound
data structures, with all parts being nestable. It is separate from HTTP or
any other input mechanism.

%prep
%setup -q -n %Oname-%{version}
perl -pi -e 's/^(use_setuptools)/#$1/' setup.py

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}
find %{buildroot}%{py_puresitedir} -type f -exec chmod o-w {} \;
# Drop unpackaged files
rm -rf %{buildroot}%{py_puresitedir}/docs

%files
%doc docs
%{py_puresitedir}/%{oname}
%{py_puresitedir}/*.egg-info

%changelog

* Thu Jan 14 2016 dsilakov <denis.silakov@rosalab.ru> 1.3.0-1
- (cfcaeb2) Merge pull request #1 from import/python-formencode:auto_update
- (cfcaeb2) Updated to 1.3.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23864 |14mu|python-fuse-2.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define cvsversion 20070509

Summary:	Python binding for Fuse (Filesystem in Userspace)
Name:		python-fuse
Version:	2.5
Release:	7
License:	LGPLv2+
Group:		Development/Python
Url:		http://fuse.sourceforge.net/wiki/index.php/FusePython
Source0:	%{name}-cvs%{cvsversion}.tar.bz2
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(python)
Requires:	fuse

%description
Python binding for Fuse (Filesystem in Userspace).

%files
%doc AUTHORS COPYING README.1st README.new_fusepy_api FAQ
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-cvs%{cvsversion}

%build
%__python setup.py build

%install
%__python setup.py install --root %{buildroot}



%changelog

* Mon Dec 14 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5-7
- (6bcd46c) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23865 |14mu|python-gobject3-3.16.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define oname pygobject

%define api 2.0
%define major 0
%define libname %mklibname pyglib-gi %{api} %{major}
%define libname3 %mklibname py3glib-gi %{api} %{major}

%if %{_use_internal_dependency_generator}
%define __noautoprovfiles %{py_platsitedir}/gi/_gobject/__init__.py
%else
%define _exclude_files_from_autoreq ^%{py_platsitedir}/gi/_gobject/__init__.py
%endif

# Disable useless provides ('_gi.so' and similar)
%define __noautoprov '_.*\.so'

%{?build_python3}%{?!build_python3:%bcond_without python3}

Summary:	Python bindings for GObject Introspection

Name:		python-gobject3
Version:	3.16.2
Release:	4
License:	LGPLv2+ and MIT
Group:		Development/Python
Url:		http://www.gnome.org
Source0:	https://download.gnome.org/sources/pygobject/%{url_ver}/pygobject-%{version}.tar.xz
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	pkgconfig(glib-2.0) >= 2.24.0
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.10.2
BuildRequires:	pkgconfig(libffi) >= 3.0
BuildRequires:	pkgconfig(pycairo) >= 1.2.0
BuildRequires:	pkgconfig(python) >= 2.5.2
%if %{with python3}
BuildRequires:	pkgconfig(py3cairo) >= 1.10.0
BuildRequires:	pkgconfig(python3)
%endif

%description
The %{name} package provides a convenient wrapper for the GObject
library for use in Python programs.

#----------------------------------------------------------------------------

%package -n python-gi
Summary:	Python bindings for GObject Introspection

Group:		Development/Python
Provides:	python-gobject-introspection = %{EVRD}
Provides:	%{name} = %{EVRD}
Requires:	gobject-introspection
Conflicts:	python-gobject < 2.28.6-6
Obsoletes:	%{libname}

%description -n python-gi
This package contains the Python GObject Introspection bindings.

%files -n python-gi
%doc python2/README python2/NEWS python2/AUTHORS python2/ChangeLog
%{py_platsitedir}/gi
%{py_platsitedir}/pygtkcompat
%exclude %{py_platsitedir}/gi/_gi_cairo*.so

#----------------------------------------------------------------------------

%package -n python-gi-cairo
Summary:	Python-gi bindings for Cairo

Group:		Development/Python
Requires:	python-gi = %{EVRD}
Requires:	typelib(PangoCairo)
Requires:	python-cairo >= 1.10.0
Obsoletes:	python-gobject-cairo < 2.28.6-3
Provides:	python-gobject-cairo = %{EVRD}

%description -n python-gi-cairo
This package contains the Python-gi Cairo bindings.

%files -n python-gi-cairo
%{py_platsitedir}/gi/_gi_cairo*.so


#----------------------------------------------------------------------------

%package -n python-gobject3-devel
Summary:	Python-gobject development files

Group:		Development/C
Requires:	python-gi-cairo = %{EVRD}


Provides:	python3-gobject3-devel
Obsoletes:	python3-gobject3-devel

%description -n python-gobject3-devel
This contains the python-gobject development files, including C
header, pkg-config file.

%files -n python-gobject3-devel
%{_libdir}/pkgconfig/pygobject-3.0.pc
%{_includedir}/pygobject-3.0/pygobject.h

#----------------------------------------------------------------------------

%if %{with python3}
%package -n python3-gi
Summary:	Python 3 bindings for GObject Introspection

Group:		Development/Python
Provides:	python3-gobject-introspection = %{EVRD}
Provides:	python3-gobject3 = %{EVRD}
Requires:	gobject-introspection
Conflicts:	python3-gobject < 2.28.6-3
Obsoletes:	%{libname3}

%description -n python3-gi
This package contains the Python 3 GObject Introspection bindings.

%files -n python3-gi
%doc python3/README python3/NEWS python3/AUTHORS python3/ChangeLog
%{py3_platsitedir}/gi
%{py3_platsitedir}/pygtkcompat
%exclude %{py3_platsitedir}/gi/_gi_cairo*.so

#----------------------------------------------------------------------------

%package -n python3-gi-cairo
Summary:	Python3-gi bindings for Cairo

Group:		Development/Python
Requires:	python3-gi = %{EVRD}
Requires:	typelib(PangoCairo)
Requires:	python3-cairo >= 1.10.0
Obsoletes:	python3-gobject-cairo < 2.28.6-3
Provides:	python3-gobject-cairo = %{EVRD}

%description -n python3-gi-cairo
This package contains the Python-gi Cairo bindings.

%files -n python3-gi-cairo
%{py3_platsitedir}/gi/_gi_cairo*.so
%endif #end with python3

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version} -c
mv %{oname}-%{version} python2
cp -r python2 python3

%build
%if %{with python3}
pushd python3
echo "python3"
autoreconf -fi
%configure2_5x PYTHON=python3
%make  LDFLAGS="`python3-config --ldflags`"
popd
%endif

pushd python2
autoreconf -fi
%configure2_5x PYTHON=python
%make LIBS="-lpython%{py_ver}"
popd

%install
%if %{with python3}
pushd python3
PYTHON=python3 %makeinstall_std
rm -rf %{buildroot}%{py3_platsitedir}/pygobject-*
popd
%endif

pushd python2
%makeinstall_std
rm -rf %{buildroot}%{py_platsitedir}/pygobject-*
popd

# dsextra stuff is for windows installs so remove it
rm -fr %{buildroot}%{py_platsitedir}/gtk-2.0

# docs are out of date and are being reworked upstream
# so remove them
rm -rf %{buildroot}%{_datadir}/gtk-doc
rm -rf %{buildroot}%{_datadir}/pygobject

%changelog

* Wed Apr 13 2016 Denis Silakov <denis.silakov@rosalab.ru> 3.16.2-4
- (7e3275d) Provide python3-gobject3-devel in python-gobject3-devel for compatibility.

* Thu Feb 04 2016 Denis Silakov <dsilakov@gmail.com> 3.16.2-3
- (a07ae00) Rebuild with python 3.5

* Sun Jan 17 2016 Denis Silakov <dsilakov@gmail.com> 3.16.2-2
- (0151c9b) Require gobject-introspection in python-gi and python3-gi

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 3.16.2-1
- (e04af4d) update to 3.16.2

* Mon Sep 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.16.1-2
- (9ce7bc3) Fix "obsoletes" tag for python-gobject3-devel

* Tue Jun 30 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (452d44c) update to 3.16.2

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.16.1-1
- (76ac159) Updated to 3.16.1 (by updates_builder)

* Wed May 13 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.14.0-2
- (bdda34f) Update conflict information between gi and gobject (to be able to update old certified systems)

* Fri Apr 17 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 3.14.0-1
- (b8b497e) fix gboject3-devel
- (Dmitry Fedorov: 0601786) build devel package for both python distributions
- (Dmitry Fedorov: b205b34) add python3 conditional build

* Tue Apr 14 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (211f786) update to 3.16.1

* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (71703ad) update to 3.16.0

* Thu Mar 12 2015 Tigro <ashejn@yandex-team.ru> 3.15.91-1
- (7456e27) update to 3.15.91

* Mon Nov 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.14.0-1
- (61fbfcc) Updated to 3.14.0 (by updates_builder)

* Tue Jul 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.13.3-1
- (3191e15) Updated to 3.13.3 (by updates_builder)

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.12.2-3
- (9afa7be) MassBuild#440: Increase release tag

* Mon Jun 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.12.2-2
- (daa6ef0) Bump release

* Fri Jun 06 2014 Denis Silakov <denis.silakov@rosalab.ru> 3.12.2-1
- (c76ab64) Updated to 3.12.2 (by updates_builder)

* Tue May 13 2014 Tigro <ashejn@gmail.com> 3.12.1-2
- (729ccb4) drop old packages from proper place

* Mon May 12 2014 Tigro <ashejn@gmail.com> 3.12.1-1
- (4a391e8) fix depend
- (Tigro: 84ad86b) obsolete python-gobject3-devel
- (Tigro: b5584f2) drop files and packages
- (Tigro: 1f3842a) pack some files
- (Tigro: 9630410) update to 3.12.1

* Tue May 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.8.3-3
- (623f875) Use autoreconf
- (Andrey Bondrov: 887e35b) Spec cleanup

* Tue Aug 20 2013 Denis Silakov <denis.silakov@rosalab.ru> 3.8.3-2
- (6352863) Drop useless provides

* Wed Jul 17 2013 Tigro <ashejn@gmail.com> 3.8.3-1
- (c5183e8) update to 3.8.3

* Thu Jun 20 2013 root <root@localhost.localdomain> 3.8.2-1
- (f737160) sync to gnome38 branch

* Wed Apr 03 2013 Denis Silakov <denis.silakov@rosalab.ru> 3.4.2-1
- (310b8fc) Added .abf.yml
- (Anton Kirilenko: f464426) python3-cairo requirement
- (Anton Kirilenko: 5791df6) python3 modules

* Sat Oct 13 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.4.0-2
- (e087aa0) LOG Add typelib(PangoCairo) to python-gi-cairo Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23866 |14mu|python-gpgme-0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _build_pkgcheck_srpm %{nil}

%define mname pygpgme
%define _exclude_files_from_autoprov %{py_platsitedir}/.*\\.so
%define _exclude_files_from_autoprov %{py3_platsitedir}/.*\\.so

Name:           python-gpgme
Version:        0.3
Release:        1
Summary:        Python module for working with OpenPGP messages
License:        LGPLv2+
Group:          Development/Python
URL:            https://launchpad.net/pygpgme
Source0:        https://pypi.python.org/packages/source/p/%{mname}/%{mname}-%{version}.tar.gz
Source100:      python-gpgme.rpmlintrc
BuildRequires:  pkgconfig(python2)
BuildRequires:  gpgme-devel

%description
PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt
files using the OpenPGP format.  It is built on top of GNU Privacy Guard and
the GPGME library.

%package -n python3-gpgme
Summary:	Python 3 module for working with OpenPGP messages
Group:		Development/Python
BuildRequires:	pkgconfig(python3)

%description -n python3-gpgme
PyGPGME is a Python 3 module that lets you sign, verify, encrypt and decrypt
files using the OpenPGP format.  It is built on top of GNU Privacy Guard and
the GPGME library.

%prep
%setup -qn %{mname}-%{version}
cp -a . %{py3dir} 

%build
CFLAGS="%{optflags}" python2 setup.py build

pushd %{py3dir} 
CFLAGS="%{optflags}" python setup.py build
popd


%install
pushd %{py3dir}
python3 setup.py install -O1 --skip-build --root %{buildroot}
popd

python setup.py install -O1 --skip-build --root %{buildroot}
# No need to ship the tests
rm -rf %{buildroot}/%{py_platsitedir}/gpgme/tests/
rm -rf %{buildroot}/%{py3_platsitedir}/gpgme/tests/


%files
%doc README PKG-INFO
%{py_platsitedir}/*

%files -n python3-gpgme
%{py3_platsitedir}/*







%changelog
* Fri Nov 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3-1
+ Revision: 6dc4943
- Updated to 0.3, added python3 module



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23867 |14mu|python-gstreamer1.0-1.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# gst1 api recall here
%define api 1.0
%define oname gst-python
%define _disable_ld_no_undefined 1

%bcond_without python3
%define __noautoprov '_gi_gst.so'

Summary:	Python bindings for GStreamer%{api}
Name:		python-gstreamer%{api}
Version:	1.6.2
Release:	1
License:	LGPLv2.1+
Group:		Development/Python
Url:		http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.xz
BuildRequires:	pkgconfig(gstreamer-%{api}) >= 1.2.0
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	pkgconfig(python)
# python3
%if %{with python3}
BuildRequires:	pkgconfig(python3)
%endif

Requires:	gstreamer1.0-tools >= 1.2.0
Requires:	python-gobject3
Provides:	gstreamer%{api}-python = %{EVRD}

%description
This module contains PyGObject overrides to make it easier to write
applications that use GStreamer 1.0 in Python.

%files
%doc AUTHORS COPYING ChangeLog NEWS README
%{py_platsitedir}/gi/overrides/*
%{_libdir}/gstreamer-1.0/libgstpythonplugin.so

#----------------------------------------------------------------------------
%package  -n python3-gstreamer%{api}

Summary:	Python3 bindings for GStreamer%{api}
Group:		Development/Python

Requires:	python3-gi
Requires:	gstreamer1.0-tools >= 1.2.0
Provides:	gstreamer%{api}-python3 = %{EVRD}

%description   -n python3-gstreamer%{api}
This module contains PyGObject overrides to make it easier to write
applications that use GStreamer 1.0 in Python3.

%files  -n python3-gstreamer%{api}
%doc AUTHORS COPYING ChangeLog NEWS README
%{py3_platsitedir}/gi/overrides/*
%{_libdir}/gstreamer-1.0/libgstpythonplugin.cpython-34m.so
#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%if %{with python3}
rm -rf %{py3dir}
cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
%endif

%build
%configure
%make

# python3
%if %{with python3}
pushd %{py3dir}
%configure PYTHON=python3
%make
popd
%endif

%install
# python3
%if %{with python3}
pushd %{py3dir}
%makeinstall_std
popd
%endif

%makeinstall_std

%changelog

* Tue Jan 19 2016 Denis Silakov <dsilakov@gmail.com> 1.6.2-1
- (edd6f75) Updated to 1.6.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23868 |14mu|python-html5lib-1.0b10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modulename	html5lib

Summary:	A python based HTML parser/tokenizer based on the WHATWG HTML5 specification
Name:		python-%{modulename}
Version:	1.0b10
Release:	2
Group:		Development/Python
License:	MIT
URL:		https://pypi.python.org/pypi/%{modulename}
BuildArch:	noarch
Source0:	https://files.pythonhosted.org/packages/source/h/%{modulename}/%{modulename}-%{version}.tar.gz

BuildRequires:	python-devel python-setuptools
BuildRequires:  python3egg(setuptools) python3-devel

%description
A python based HTML parser/tokenizer based on the WHATWG HTML5
specification for maximum compatibility with major desktop web browsers.

%package -n python3-html5lib
Summary:        A python based HTML parser/tokenizer based on the WHATWG HTML5 specification
Group:          Development/Python
Requires:       python3
 
%description -n python3-html5lib
A python based HTML parser/tokenizer based on the WHATWG HTML5
specification for maximum compatibility with major desktop web browsers.


%prep
%setup -q -c

mv %{modulename}-%{version} python2
cp -r python2 python3

%install
pushd python2
python setup.py install --root=%{buildroot}
popd

pushd python3
python3 setup.py install --root=%{buildroot}
popd

%files -n python-html5lib 
%{py_puresitedir}/%{modulename}/*.py
%{py_puresitedir}/%{modulename}/filters
%{py_puresitedir}/%{modulename}/treeadapters
%{py_puresitedir}/%{modulename}/treebuilders
%{py_puresitedir}/%{modulename}/treewalkers
%{py_puresitedir}/%{modulename}/_trie
%{py_puresitedir}/%{modulename}-%{version}-*.egg-info

%files -n python3-html5lib
%{py3_puresitedir}/%{modulename}/*.py
%{py3_puresitedir}/%{modulename}/filters
%{py3_puresitedir}/%{modulename}/treeadapters
%{py3_puresitedir}/%{modulename}/treebuilders
%{py3_puresitedir}/%{modulename}/treewalkers
%{py3_puresitedir}/%{modulename}/_trie
%{py3_puresitedir}/%{modulename}-%{version}-*.egg-info

%changelog

* Fri Jan 13 2017 Denis Silakov <dsilakov@virtuozzo.com> 1.0b10-2
- (fb4a4cf) Updated to 1.0b10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23869 |14mu|python-httplib2-0.9.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	httplib2

Name:		python-httplib2
Summary:	Comprehensive HTTP client library for Python
Version:	0.9.1
Release:	1
Source0:	https://pypi.python.org/packages/source/h/httplib2/httplib2-%{version}.tar.gz
URL:		http://code.google.com/p/httplib2
Group:		System/Libraries
License:	MIT
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires: python-devel

%description
A comprehensive HTTP client library that supports many features left
out of other HTTP libraries.

%package -n python3-httplib2
Summary:        Python 3 HTTP library module
Group:          System/Libraries
BuildRequires:  python3

%description -n python3-httplib2
A comprehensive HTTP client library that supports many features left
out of other HTTP libraries.

%prep
%setup -q -c
mv httplib2-%{version} python2
pushd python2
%patch0 -p0 -b .certfile
popd
cp -r python2 python3

%build
pushd python2
python setup.py build
popd

pushd python3
python3 setup.py build
popd

%install
pushd python2
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --compile --optimize=2
chmod a+r %{buildroot}%{py_puresitedir}/%{module}*egg-info/*
popd

pushd python3
PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot} --compile --optimize=2
chmod a+r %{buildroot}%{py_puresitedir}/%{module}*egg-info/*
popd

%files
%{py_puresitedir}/%{module}-*
%{py_puresitedir}/%{module}/*

%files -n python3-httplib2
%{py3_puresitedir}/%{module}-*
%{py3_puresitedir}/%{module}/*

%changelog

* Fri Jan 01 2016 dsilakov <denis.silakov@rosalab.ru> 0.9.1-1
- (bf6b676) Merge pull request #3 from import/python-httplib2:auto_update
- (bf6b676) Updated to 0.9.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23870 |14mu|python-idna-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname idna

Summary:	Internationalized Domain Names in Applications (IDNA)
Name:		python-%{srcname}
Version:	2.0
Release:	2
License:	BSD and Python and Unicode
Group:		Development/Python
Url:		https://github.com/kjd/idna
Source0:	https://pypi.python.org/packages/source/i/%{srcname}/%{srcname}-%{version}.tar.gz
BuildRequires:	pkgconfig(python2)
BuildRequires:	pythonegg(setuptools)
BuildArch:	noarch

%description
A library to support the Internationalised Domain Names in Applications (IDNA)
protocol as specified in RFC 5891 <http://tools.ietf.org/html/rfc5891>. This
version of the protocol is often referred to as "IDNA2008" and can produce
different results from the earlier standard from 2003.

The library is also intended to act as a suitable drop-in replacement for the
"encodings.idna" module that comes with the Python standard library but
currently only supports the older 2003 specification.

%files
%doc README.rst HISTORY.rst LICENSE.rst
%{py_puresitedir}/%{srcname}
%{py_puresitedir}/%{srcname}-%{version}-py%{py_ver}.egg-info

#----------------------------------------------------------------------------

%package -n python3-%{srcname}
Summary:	Internationalized Domain Names in Applications (IDNA)
Group:		Development/Python
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3egg(setuptools)

%description -n python3-%{srcname}
A library to support the Internationalised Domain Names in Applications (IDNA)
protocol as specified in RFC 5891 <http://tools.ietf.org/html/rfc5891>. This
version of the protocol is often referred to as "IDNA2008" and can produce
different results from the earlier standard from 2003.

The library is also intended to act as a suitable drop-in replacement for the
"encodings.idna" module that comes with the Python standard library but
currently only supports the older 2003 specification.

%files -n python3-%{srcname}
%doc README.rst HISTORY.rst LICENSE.rst
%{py3_puresitedir}/%{srcname}
%{py3_puresitedir}/%{srcname}-%{version}-py%{py3_ver}.egg-info

#----------------------------------------------------------------------------

%prep
%setup -qn %{srcname}-%{version}
# Remove bundled egg-info
rm -rf %{srcname}.egg-info

cp -a . %{py3dir}

%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd

python setup.py install --skip-build --root %{buildroot}

%check
python2 setup.py test

pushd %{py3dir}
python3 setup.py test
popd


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-2
- (d4a6b42) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23871 |14mu|python-ipaddress-1.0.15-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pyname ipaddress

Summary:	Port of the python 3.3+ ipaddress module to 2.6+
Name:		python-%{pyname}
Version:	1.0.15
Release:	2
License:	Python
Group:		Development/Python
Url:		https://pypi.python.org/pypi/%{pyname}/%{version}
Source0:	https://pypi.python.org/packages/source/i/%{pyname}/%{pyname}-%{version}.tar.gz
BuildRequires:	pythonegg(python)
BuildRequires:	pythonegg(setuptools)
BuildArch:	noarch

%description
ipaddress provides the capabilities to create, manipulate and operate
on IPv4 and IPv6 addresses and networks.

The functions and classes in this module make it straightforward to
handle various tasks related to IP addresses, including checking
whether or not two hosts are on the same subnet, iterating over all
hosts in a particular subnet, checking whether or not a string
represents a valid IP address or network definition, and so on.

%files
%doc README.md
%{py_puresitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{pyname}-%{version}

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.15-2
- (09e1e03) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23872 |14mu|python-IPy-0.75-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname IPy

Summary:	Python module for handling IPv4 and IPv6 Addresses and Networks
Name:		python-%{oname}
Version:	0.75
Release:	12
License:	BSD
Group:		Development/Python
Url:		https://github.com/haypo/python-ipy
Source0:	http://pypi.python.org/packages/source/I/IPy/IPy-%{version}.tar.gz
BuildRequires:	pkgconfig(python)
BuildArch:	noarch
%rename	python-ipy

%description
IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks 
in a fashion similar to perl's Net::IP and friends. The IP class allows 
a comfortable parsing and handling for most notations in use for IPv4 
and IPv6 Addresses and Networks.

%files
%doc AUTHORS COPYING ChangeLog PKG-INFO README
%{py_puresitedir}/%{oname}*

#-----------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
CFLAGS="%{optflags}" %{_bindir}/python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%check
make test

%changelog

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.75-12
- (6ec0cac) Adjust spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23873 |14mu|python-iso8601-0.1.10-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	iso8601
%define	tarname iso8601

Name:		python-%{oname}
Version:	0.1.10
Release:	2
Epoch:		1
Summary:	Simple module to parse ISO 8601 dates
Source0:	http://pypi.python.org/packages/source/i/%{oname}/%{tarname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		https://bitbucket.org/micktwomey/pyiso8601
BuildArch:	noarch

BuildRequires:	pythonegg(setuptools)
BuildRequires:	pkgconfig(python)

%description
This module parses the most common 
forms of ISO 8601 date strings.

%prep
%setup -qn %{tarname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%{py_puresitedir}/*

%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 1:0.1.10-2
- (8b2ac17) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23874 |14mu|python-isodate-0.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-isodate
Version:        0.5.1
Release:        1
Summary:        An ISO 8601 date/time/duration parser and formater

Group:          Development/Python
License:        BSD
URL:            http://pypi.python.org/pypi/isodate
Source0:        http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python3-devel
BuildRequires:  python3-distribute

%description
This module implements ISO 8601 date, time and duration parsing. The
implementation follows ISO8601:2004 standard, and implements only date/time
representations mentioned in the standard. If something is not mentioned there,
then it is treated as non existent, and not as an allowed option.

For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended
by this module to support 2 digit years. (while it may still be valid as ISO
date, because it is not explicitly forbidden.) Another example is, when no time
zone information is given for a time, then it should be interpreted as local
time, and not UTC.

As this module maps ISO 8601 dates/times to standard Python data types, like
date, time, datetime and timedelta, it is not possible to convert all possible
ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by
the Python date and datetime classes. Additionally fractional seconds are
limited to microseconds. That means if the parser finds for instance
nanoseconds it will round it to microseconds.

%package -n python3-isodate
Summary:        An ISO 8601 date/time/duration parser and formater

Group:          Development/Python
Requires:       python3

%description -n python3-isodate
This module implements ISO 8601 date, time and duration parsing. The
implementation follows ISO8601:2004 standard, and implements only date/time
representations mentioned in the standard. If something is not mentioned there,
then it is treated as non existent, and not as an allowed option.

For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended
by this module to support 2 digit years. (while it may still be valid as ISO
date, because it is not explicitly forbidden.) Another example is, when no time
zone information is given for a time, then it should be interpreted as local
time, and not UTC.

As this module maps ISO 8601 dates/times to standard Python data types, like
date, time, datetime and timedelta, it is not possible to convert all possible
ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by
the Python date and datetime classes. Additionally fractional seconds are
limited to microseconds. That means if the parser finds for instance
nanoseconds it will round it to microseconds.

%prep
%setup -qc
mv isodate-%{version} python2
cp -a python2 python3

%build
pushd python2
python setup.py build
popd
pushd python3
python3 setup.py build
popd

%install
pushd python3
python3 setup.py install -O1 --skip-build --root %{buildroot}
popd
pushd python2
python2 setup.py install -O1 --skip-build --root %{buildroot}
popd

%files
%doc  python2/TODO.txt
%{py_puresitedir}/isodate
%{py_puresitedir}/isodate*.egg-info

%files -n python3-isodate
%doc  python2/TODO.txt
%{py3_puresitedir}/isodate
%{py3_puresitedir}/isodate*.egg-info

%changelog
* Mon Dec 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-1
+ Revision: 89feac9
- Updated to 0.5.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23875 |14mu|python-jinja2-2.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Jinja2
%define fname   jinja2

# jinja requires itself ( as python-sphinx use it ) to build doc
%define enable_doc 1

# Force python3 build - required by hplip
# % {?build_python3}%{?!build_python3:%bcond_without python3}
%bcond_without python3

Summary:	Python template engine
Name:		python-jinja2
Version:	2.8
Release:	1
License:	BSD
Group:		Development/Python
Url:		http://jinja.pocoo.org/
Source0:	https://pypi.python.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-devel >= 2.4
BuildRequires:	python-setuptools
BuildRequires:	python-markupsafe
BuildRequires:	python-pytest
%if %{with python3}
BuildRequires:	python3-markupsafe
BuildRequires:	python3-devel
BuildRequires:	python3-distribute
BuildRequires:	python3-pytest
%endif
%if %enable_doc
BuildRequires:	python-sphinx
%endif
Requires:	python >= 2.4
Obsoletes:	python-jinja
Suggests:	python-markupsafe

%description
Jinja2 is a library for Python 2.4 and onwards that is designed to be
flexible, fast and secure. If you have any exposure to other
text-based template languages, such as Smarty or Django, you should
feel right at home with Jinja2. It's both designer and developer
friendly by sticking to Python's principles and adding functionality
useful for templating environments.

%if %{with python3}
%package -n python3-jinja2
Summary:	Python template engine
Group:		Development/Python
Requires:	python3
 
%description -n python3-jinja2
Jinja2 is a library for Python 2.4 and onwards that is designed to be
flexible, fast and secure. If you have any exposure to other
text-based template languages, such as Smarty or Django, you should
feel right at home with Jinja2. It's both designer and developer
friendly by sticking to Python's principles and adding functionality
useful for templating environments.
%endif

%prep
%setup -qc

mv %{tarname}-%{version} python2
%if %{with python3}
cp -r python2 python3
%endif

%build
pushd python2
PYTHONDONTWRITEBYTECODE=  python setup.py build
%if %enable_doc
%make -C docs html
%endif
popd

%if %{with python3}
pushd python3
PYTHONDONTWRITEBYTECODE=  python3 setup.py build
%if %enable_doc
%make -C docs html
%endif
popd
%endif

%check
pushd python2
make test
popd

%if %{with python3}
pushd python3
make test
popd
%endif

%install
pushd python2
python setup.py install --root=%{buildroot}
popd

%if %{with python3}
pushd python3
python3 setup.py install --root=%{buildroot}
popd
%endif

%files -n python-jinja2 
%doc python2/AUTHORS python2/CHANGES python2/LICENSE python2/examples
%{py_puresitedir}/%{fname}/*
%{py_puresitedir}/%{tarname}-%{version}-py%{py_ver}.egg-info
%if %enable_doc
%doc python2/docs/_build/html
%endif

%if %{with python3}
%files -n python3-jinja2
%doc python3/AUTHORS python3/CHANGES python3/LICENSE python3/examples
%{py3_puresitedir}/%{fname}/*
%{py3_puresitedir}/%{tarname}-%{version}-py%{py3_ver}.egg-info
%if %enable_doc
%doc python3/docs/_build/html
%endif
%endif

%changelog

* Fri Jan 15 2016 Denis Silakov <dsilakov@gmail.com> 2.8-1
- (3a129e6) Added pytest BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23876 |14mu|python-kdcproxy-0.3.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname kdcproxy

Summary:	MS-KKDCP (kerberos proxy) WSGI module
Name:		python-%{oname}
Version:	0.3.2
Release:	2
License:	MIT
Group:		Development/Python
Url:		https://github.com/npmccallum/%{oname}
Source0:	https://github.com/npmccallum/%{oname}/archive/v%{version}.tar.gz
BuildRequires:	pkgconfig(python)
BuildRequires:	pyasn1
BuildRequires:	python-dns
Requires:	pyasn1
Requires:	python-dns
BuildArch:	noarch

%description
This package contains a Python 2.x WSGI module for proxying KDC requests over
HTTP by following the MS-KKDCP protocol. It aims to be simple to deploy, with
minimal configuration.

%files
%doc COPYING README
%{python_sitelib}/%{oname}/
%{python_sitelib}/%{oname}-%{version}-*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}
find %{buildroot}%{python_sitelib}/%{oname}/ -name '*.py' -exec chmod 755 '{}' \;


%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 0.3.2-2
- (eb3cd8e) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23877 |14mu|python-kde4-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname pykde4

Summary:	KDE bindings to non-C++ languages
Name:		python-kde4
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Development/KDE and Qt
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source:		ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{srcname}-%{version}.tar.xz
Patch0:		pykde4-4.14.1-respect-sip-flags.patch
# Revert commit that adds some python-sip-4.15 fixes and breaks older sip support
# https://bugs.kde.org/show_bug.cgi?id=325667
Patch1:		pykde4-4.14.1-sip4.15.patch
BuildRequires:	automoc4
BuildRequires:	python-sip
BuildRequires:	kdepimlibs4-devel
BuildRequires:	python-qt4-devel
BuildRequires:	pkgconfig(python)
# Seems to be broken for a long time
# BuildRequires:	pkgconfig(polkit-qt-1)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
Provides:	PyKDE4 = %{EVRD}
Provides:	pykde4 = %{EVRD}
Requires:	python-qt4 >= 4.9
Requires:	sip-api(%{sip_api_major}) = %{sip_api}

%description
The Python bindings for KDE 4.

%files
%{py_platsitedir}/PyQt4/
%{py_platsitedir}/PyKDE4
%{_kde_bindir}/pykdeuic4*
%{_kde_libdir}/kde4/kpythonpluginfactory.so
%dir %{_kde_appsdir}/pykde4
%exclude %{_kde_datadir}/doc/python-kde4

#-----------------------------------------------------------------------------

%package devel
Summary:	PyKDE4 sip files and examples
Group:		Development/KDE and Qt
Requires:	python-kde4 = %{EVRD}
Requires:	python-qt4-devel

%description devel
Python KDE 4 sip files and examples.

%files devel
%{_kde_datadir}/sip/PyKDE4
%{_kde_appsdir}/pykde4/examples

#-----------------------------------------------------------------------------

%package doc
Summary:	PyKDE4 documentation
Group:		Development/KDE and Qt
BuildArch:	noarch

%description doc
Python bindings for KDE 4 documentation.

%files doc
%doc AUTHORS COPYING COPYING.LESSER NEWS README THANKS
%{_kde_datadir}/doc/python-kde4

#------------------------------------------------------------

%prep
%setup -q -n %{srcname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake_kde4 -DPython_ADDITIONAL_VERSIONS=%{_bindir}/python2
%make

%install
%makeinstall_std -C build

# Copy Python Doc
mkdir -p %{buildroot}%{_kde_datadir}/doc/python-kde4
cp -a docs/html/* %{buildroot}%{_kde_datadir}/doc/python-kde4/


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: d91e472
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23878 |14mu|python-kerberos-1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A high-level wrapper for Kerberos (GSSAPI) operations
Name:		python-kerberos
Version:	1.1
Release:	2
License:	ASL 2.0
Group:		Development/Python
Url:		http://trac.calendarserver.org/projects/calendarserver/browser/PyKerberos
# Pull from SVN
# svn export http://svn.calendarserver.org/repository/calendarserver/PyKerberos/tags/release/PyKerberos-1.1/ python-kerberos-1.1
# tar czf python-kerberos-%{version}.tar.gz python-kerberos-%{version}
Source0:	%{name}-%{version}.tar.gz
Patch0:		PyKerberos-delegation.patch
Patch1:		PyKerberos-version.patch
Patch2:		PyKerberos-gsswrap.patch
Patch3:		PyKerberos-inquire.patch
BuildRequires:	python-setuptools
BuildRequires:	krb5-devel
BuildRequires:	pkgconfig(python)

%description
This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.
The goal is to avoid having to build a module that wraps the entire
Kerberos.framework, and instead offer a limited set of functions that do what
is needed for client/serverKerberos authentication based on
<http://www.ietf.org/rfc/rfc4559.txt>.

Much of the C-code here is adapted from Apache's mod_auth_kerb-5.0rc7.

%files
%doc README.txt LICENSE test.py
%{python_sitearch}/kerberos.so
%{python_sitearch}/kerberos-%{version}-py%{py_ver}.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .delegation
%patch1 -p1 -b .version
%patch2 -p1 -b .gsswrap
%patch3 -p1 -b .inquire

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}


%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 1.1-2
- (7c161a6) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23879 |14mu|python-krbV-1.0.90-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python extension module for Kerberos 5
Name:		python-krbV
Version:	1.0.90
Release:	5
License:	LGPLv2+
Group:		Development/Python
Url:		http://fedorahosted.org/python-krbV/
Source0:	http://fedorahosted.org/python-krbV/attachment/wiki/Releases/%{name}-%{version}.tar.bz2
BuildRequires:	gawk
BuildRequires:	krb5-devel
BuildRequires:	pkgconfig(python)

%description
python-krbV allows python programs to use Kerberos 5 authentication and
security.

%files
%doc README COPYING krbV-code-snippets.py
%{py_platsitedir}/krbVmodule.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export LIBNAME="%{_lib}"
export CFLAGS="%{optflags} -Wextra"
%configure2_5x
%make

%install
%makeinstall


%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 1.0.90-5
- (61e7c41) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23880 |14mu|python-lockfile-0.12.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module lockfile
%define debug_package %{nil}

Name:           python-%{module}
Version:        0.12.2
Release:        1
Summary:        Platform-independent file locking module
Group:          Development/Python
License:        MIT
URL:            http://smontanaro.dyndns.org/python/
Source0:        https://pypi.python.org/packages/source/l/lockfile/lockfile-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
The lockfile module exports a FileLock class which provides a simple API for
locking files. The lock mechanism relies on the atomic nature of the link
(on Unix) and mkdir (on Windows) system calls.

%prep
%setup -q -n %{module}-%{version}

%build
:

%install
python setup.py install --root=%{buildroot}

%files
%doc doc/* LICENSE   RELEASE-NOTES ACKS
%{py_puresitedir}/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 0.12.2-1
- (52c7d60) Merge pull request #1 from import/python-lockfile:auto_update
- (52c7d60) Updated to 0.12.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23881 |14mu|python-lxml-3.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define modname lxml

Name:           python-%{modname}
URL:            http://codespeak.net/lxml/
Summary:        A Pythonic binding for the libxml2 and libxslt libraries
Version:        3.4.4
Release:        1
License:        BSD
Group:          Development/Python
Source:         http://pypi.python.org/packages/source/l/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  libxml2-devel
BuildRequires:  libxslt-devel
BuildRequires:  python-cython

BuildRequires:  python-setuptools

%description
lxml is a Pythonic binding for the libxml2 and libxslt libraries. It follows
the ElementTree API as much as possible, building it on top of the native
libxml2 tree. It also extends this API to expose libxml2 and libxslt specific
functionality, such as XPath, Relax NG, XML Schema, XSLT, and c14n.

%package docs
Summary:	Documentation for %{name}

Group:		Development/Python

%description docs
lxml is a Pythonic binding for the libxml2 and libxslt libraries. It follows
the ElementTree API as much as possible, building it on top of the native
libxml2 tree. It also extends this API to expose libxml2 and libxslt specific
functionality, such as XPath, Relax NG, XML Schema, XSLT, and c14n.

This package contains the documentation. The documentation is located in
%{_docdir}/%{name}/doc.

%prep
%setup -qn %{modname}-%{version}

%build
python setup.py build --with-cython

%install
python setup.py install --root=%{buildroot}

#docs
mkdir -p %{buildroot}%{_docdir}/%{name}/doc
cp -r doc/* %{buildroot}%{_docdir}/%{name}/doc


%files
%doc CHANGES.txt CREDITS.txt LICENSES.txt README.rst TODO.txt
%{py_platsitedir}/lxml*
%exclude %{_docdir}/%{name}/doc

%files docs
%doc %{_docdir}/%{name}/doc

%changelog

* Tue Jan 12 2016 dsilakov <denis.silakov@rosalab.ru> 3.4.4-1
- (ec51042) Merge pull request #6 from import/python-lxml:auto_update
- (ec51042) Updated to 3.4.4 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23882 |14mu|python-m2crypto-0.21.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Crypto and SSL toolkit for Python
Name:		python-m2crypto
Version:	0.21.1
Release:	6
License:	MIT
Group: 		Development/Python
Url: 		http://chandlerproject.org/Projects/MeTooCrypto
Source0:	http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz
# Fedora patches
# https://bugzilla.osafoundation.org/show_bug.cgi?id=2341
Patch0:		m2crypto-0.21.1-timeouts.patch
# This is only precautionary, it does fix anything - not sent upstream
Patch1:		m2crypto-0.21.1-gcc_macros.patch
# https://bugzilla.osafoundation.org/show_bug.cgi?id=12972
Patch2:		m2crypto-0.20.2-fips.patch
# https://bugzilla.osafoundation.org/show_bug.cgi?id=12973
Patch3:		m2crypto-0.20.2-check.patch
# https://bugzilla.osafoundation.org/show_bug.cgi?id=13005
Patch4:		m2crypto-0.21.1-memoryview.patch
# https://bugzilla.osafoundation.org/show_bug.cgi?id=13020
Patch5:		m2crypto-0.21.1-smime-doc.patch
# https://bugzilla.osafoundation.org/show_bug.cgi?id=12999
Patch6:		m2crypto-0.21.1-AES_crypt.patch
# https://bugzilla.osafoundation.org/show_bug.cgi?id=13044
Patch7:		m2crypto-0.21.1-IPv6.patch
# https://bugzilla.osafoundation.org/show_bug.cgi?id=13049
Patch8:		m2crypto-0.21.1-https-proxy.patch
# Drop SSLv2 support to avoid undefined symbols since OpenSSL 1.0.1s
Patch9:		M2Crypto-0.21.1-drop-ssl2.patch
BuildRequires:	swig
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)

%description
M2Crypto is a crypto and SSL toolkit for Python featuring the following:

    * RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES).
    * SSL functionality to implement clients and servers.
    * HTTPS extensions to Python's httplib, urllib, and xmlrpclib.
    * Unforgeable HMAC'ing AuthCookies for web session management.
    * FTP/TLS client and server.
    * S/MIME.
    * ZServerSSL: A HTTPS server for Zope.
    * ZSmime: An S/MIME messenger for Zope.

%files
%doc CHANGES README INSTALL LICENCE
%{py_platsitedir}/M2Crypto
%{py_platsitedir}/*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q -n M2Crypto-%{version}
%patch0 -p1 -b .timeouts
%patch1 -p1 -b .gcc_macros
%patch2 -p1 -b .fips
%patch3 -p1 -b .check
%patch4 -p1 -b .memoryview
%patch5 -p0
%patch6 -p0 -b .AES_crypt
%patch7 -p1 -b .IPv6
%patch8 -p1 -b .https-proxy
%patch9 -p1 -b .ssl2

for i in SWIG/_ec.i SWIG/_evp.i; do
	sed -i -e "s/openssl\/opensslconf/%{multiarch_platform}\/openssl\/opensslconf/" "$i"
done

gcc -E -dM - < /dev/null | grep -v __STDC__ \
        | sed 's/^\(#define \([^ ]*\) .*\)$/#undef \2\n\1/' > SWIG/gcc_macros.h

%build
env CFLAGS="%{optflags}" python setup.py build
# test requires some files ( such as a certificat, so disabled for now )
#PYTHONPATH="./build/lib.linux-i686-2.4/M2Crypto/:." python tests/alltests.py

%install
python setup.py install --root=%{buildroot} --record=INSTALLED_FILES


%changelog

* Wed Mar 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.21.1-6
- (75934a4) Add patch to drop SSLv2 support to avoid undefined symbols since OpenSSL 1.0.1s
- (75934a4) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23883 |14mu|python-mako-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		tarname	Mako

Summary:	Mako template library for Python

Name:		python-mako
Version:	1.0.3
Release:	1
Group:		Development/Python
License:	MIT
URL:		http://www.makotemplates.org/
Source0:	https://pypi.python.org/packages/source/M/Mako/Mako-%{version}.tar.gz
BuildArch:	noarch
Requires:	python-beaker >= 1.1
Requires:	python-markupsafe >= 0.9.2
BuildRequires:	python-setuptools
BuildRequires:	python-nose
BuildRequires:	python-beaker
BuildRequires:	python-markupsafe
BuildRequires:	python-devel

%description
Mako is a template library written in Python. It provides a familiar, non-XML
syntax which compiles into Python modules for maximum performance. Mako's
syntax and API borrows from the best ideas of many others, including Django
templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
Python (i.e. Python Server Page) language, which refines the familiar ideas of
componentized layout and inheritance to produce one of the most straightforward
and flexible models available, while also maintaining close ties to Python
calling and scoping semantics.

%prep
%setup -qn %{tarname}-%{version}

%install
PYTHONDONTWRITEBYTECODE=  python setup.py install --root %{buildroot}

#check
#__python setup.py test

%files
%doc CHANGES LICENSE README.rst doc examples
%{_bindir}/mako-render
%{py_puresitedir}/mako
%{py_puresitedir}/Mako*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.0.3-1
- (a67f832) Merge pull request #4 from import/python-mako:auto_update
- (a67f832) Updated to 1.0.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23884 |14mu|python-memcached-1.57-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		python-memcached
Version:	1.57
Release:	2
Summary:	Python interface to memcached

Group:		Development/Python
License:	Python Software Foundation License
URL:		http://www.tummy.com/Community/software/python-memcached/
Source0:	https://pypi.python.org/packages/source/p/python-memcached/%{name}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
This software is a 100%% Python interface to the memcached memory cache
daemon.  It is the client side software which allows storing values in one
or more, possibly remote, memcached servers.  Search google for memcached
for more information.

%package -n python3-memcached
Summary:	Python interface to memcached
Group:		Development/Python
BuildRequires:	python3-devel
BuildRequires:	python3-setuptools

%description -n python3-memcached
This software is a 100%% Python interface to the memcached memory cache
daemon.  It is the client side software which allows storing values in one
or more, possibly remote, memcached servers.  Search google for memcached
for more information.
This is a python-3 package.

%prep
%setup -q -n %{name}-%{version}
rm -rf %{_builddir}/python3-%{module}
cp -a . %{_builddir}/python3-%{module}
pushd %{_builddir}/python3-%{module}
2to3 --write --nobackups .
sed -i "s/file(/open(/g" setup.py
popd

%build
python setup.py build
pushd %{_builddir}/python3-%{module}
python3 setup.py build
popd

%install
pushd %{_builddir}/python3-%{module}
python3 setup.py install -O2 --skip-build --root %{buildroot}
popd
python setup.py install -O2 --skip-build --root %{buildroot}

%clean

%files
%doc ChangeLog PKG-INFO 
%{py_puresitedir}/*

%files -n python3-memcached
%doc ChangeLog PKG-INFO 
%{py3_puresitedir}/*

%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 1.57-2
- (eaae359) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23885 |14mu|python-mwclient-0.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-mwclient
Version:        0.7.2
Release:        1
Summary:        Mwclient is a client to the MediaWiki API
Group:          Development/Python
License:        MIT
URL:            http://sourceforge.net/apps/mediawiki/mwclient/index.php?title=Main_Page
Source0:        https://github.com/mwclient/mwclient/archive/v0.7.2.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
Requires:       python-simplejson

%description
Mwclient is a client to the MediaWiki API <http://mediawiki.org/wiki/API>
and allows access to almost all implemented API functions


%files
%defattr(-,root,root,-)
%doc 
%{py_puresitedir}/mwclient

# -------------------------------------------------------------------

%prep
%setup -q -n mwclient-%{version}

%build
:

%install
install -d -m755 %{buildroot}%{py_puresitedir}/mwclient/
install -pm 0644 *.py %{buildroot}%{py_puresitedir}/mwclient/


%clean

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 0.7.2-1
- (3b38430) Merge pull request #1 from import/python-mwclient:auto_update
- (3b38430) Updated to 0.7.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23886 |14mu|python-mysql-1.2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pre %{nil}

Summary:	Python interface to MySQL
Name:		python-mysql
Version:	1.2.5
Release:	1
License:	GPLv2
Group:		Development/Python
Url:		http://sourceforge.net/projects/mysql-python/
Source0:	http://prdownloads.sourceforge.net/mysql-python/MySQL-python-%{version}%{pre}.zip
BuildRequires:  python-devel
BuildRequires:	python-setuptools
BuildRequires:	mariadb-devel
BuildRequires:	pkgconfig(zlib)

%description
Python interface to MySQL-3.2 and beyond

MySQLdb is an interface to the popular MySQL database server for Python.
The design goals are:

-     Compliance with Python database API version 2.0 
-     Thread-safety 
-     Thread-friendliness (threads will not block each other) 
-     Compatibility with MySQL-3.23 and later

This module should be mostly compatible with an older interface written by Joe
Skinner and others. However, the older version is a) not thread-friendly, b)
written for MySQL 3.21, c) apparently t actively maintained. No code from that
version is used in MySQLdb. MySQLdb is free software.

%prep
%setup -qn MySQL-python-%{version}%{pre}

%build
env CFLAGS="%{optflags} %{?ldflags}" python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc doc/*
%{python_sitearch}/*


%changelog
* Fri Oct 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.5-1
+ Revision: cfeb500
- Updated to 1.2.5 (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23887 |14mu|python-netaddr-0.7.18-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module netaddr

Summary:	Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
Name:		python-%{module}
Version:	0.7.18
Release:	2
License:	BSD3c
Group:		Development/Python
Url:		https://github.com/drkjam/netaddr
Source0:	https://pypi.python.org/packages/source/n/netaddr/%{module}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
A pure Python network address representation and manipulation library.

netaddr provides a Pythonic way of working with:
    - IPv4 and IPv6 addresses and subnets (including CIDR notation);
    - MAC (Media Access Control) addresses in multiple formats;
    - IEEE EUI-64, OUI and IAB identifiers;
    - a user friendly IP glob-style format.

Included are routines for:
    - generating, sorting and summarizing IP addresses;
    - converting IP addresses and ranges between various different formats;
    - performing set based operations on groups of IP addresses and subnets;
    - arbitrary IP address range calculations and conversions;
    - querying IEEE OUI and IAB organisational information;
    - querying of IP standards related data from key IANA data sources.

%files
%doc AUTHORS CHANGELOG COPYRIGHT LICENSE THANKS
%{_bindir}/%{module}
%{py_puresitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}
chmod -x AUTHORS CHANGELOG COPYRIGHT LICENSE THANKS # remove executable bit from docs

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root %{buildroot} --install-purelib=%{py_puresitedir}


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.18-2
- (9ae2733) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23888 |14mu|python-nltk-3.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	nltk

Summary:	Natural Language Toolkit for Python
Name:		python-%{module}
Version:	3.0.3
Release:	1
Epoch:		0
License:	Apache License 2.0
Group:		Development/Python
Url:		http://www.nltk.org/
Source0:	https://pypi.python.org/packages/source/n/nltk/nltk-%{version}.tar.gz
BuildArch:	noarch
Requires:	python-yaml >= 3.0.9
Suggests:	python-numpy >= 1.5.1
Suggests:	python-matplotlib >= 1.0.1
BuildRequires:	python-yaml >= 3.0.9
BuildRequires:	python-devel
BuildRequires:	python-distribute

%description
NLTK (the Natural Language Toolkit) is a suite of open source Python
modules, data and documentation for research and development in
natural language processing.

%prep
%setup -q -n %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=FILE_LIST
sed -i 's/.*egg-info$//' FILE_LIST

%files -f FILE_LIST

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 0:3.0.3-1
- (eedcb1e) Merge pull request #1 from import/python-nltk:auto_update
- (eedcb1e) Updated to 3.0.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23889 |14mu|python-nose-1.3.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bootstrap 0

%define module	nose

Summary:	Unittest-based testing framework for Python
Name:		python-%{module}
Version:	1.3.7
Release:	1
Source0:	https://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz
License:	LGPLv2+
Group:		Development/Python
Url:		http://python-nose.googlecode.com/
BuildArch:	noarch
%if !%{bootstrap}
BuildRequires:	python-sphinx >= 0.6.0
%endif
BuildRequires:	python-setuptools
BuildRequires:	python-devel


%description
nose extends the test loading and running features of unittest,
making it easier to write, find and run tests.

By default, nose will run tests in files or directories under the current
working directory whose names include "test" or "Test" at a word boundary (like
"test_this" or "functional_test" or "TestClass" but not "libtest"). Test output
is similar to that of unittest, but also includes captured stdout output from
failing tests, for easy print-style debugging.

These features, and many more, are customizable through the use of plugins.
Plugins included with nose provide support for doctest, code coverage and
profiling, flexible attribute-based test selection, output capture and more.

%prep
%setup -qn %{module}-%{version}

%install
%if !%{bootstrap}
%make -C doc/ html
%endif

python setup.py install --root=%{buildroot}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}/usr/man/man1/nosetests.1 %{buildroot}%{_mandir}/man1/

%files 
%doc AUTHORS CHANGELOG NEWS README.txt lgpl.txt examples
%if !%{bootstrap}
%doc doc/.build/html
%endif
%{_bindir}/nosetests
%{_bindir}/nosetests-2*
%{_mandir}/man1/nosetests.*
%{py_puresitedir}/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.3.7-1
- (8c64190) Merge pull request #3 from import/python-nose:auto_update
- (8c64190) Updated to 1.3.7 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23890 |14mu|python-nss-0.16.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python bindings for Network Security Services (NSS)
Name:		python-nss
Version:	0.16.0
Release:	2
License:	MPLv2.0 or GPLv2+ or LGPLv2+
Group:		Development/Python
Url:		ftp://ftp.mozilla.org/pub/mozilla.org/security/python-nss
Source0:	ftp://ftp.mozilla.org/pub/mozilla.org/security/python-nss/releases/PYNSS_RELEASE_0_16_0/src/python-nss-%{version}.tar.bz2
Patch0:		python-nss-0.16.0-linkage.patch
Patch1:		nss-version.patch
Patch2:		python-nss-file-like-read.patch
Patch3:		python-nss-test-fips.patch
Patch4:		python-nss-set_certificate_db.patch
Patch5:		python-nss-doc-manifest.patch
BuildRequires:	python-docutils
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(python)

%description
This package provides Python bindings for Network Security Services
(NSS) and the Netscape Portable Runtime (NSPR).

NSS is a set of libraries supporting security-enabled client and
server applications. Applications built with NSS can support SSL v2
and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3
certificates, and other security standards. Specific NSS
implementations have been FIPS-140 certified.

%files
%doc %{_defaultdocdir}/ChangeLog
%doc %{_defaultdocdir}/LICENSE.gpl
%doc %{_defaultdocdir}/LICENSE.lgpl
%doc %{_defaultdocdir}/LICENSE.mpl
%doc %{_defaultdocdir}/README
%{python_sitearch}/nss/*.py
%{python_sitearch}/nss/*.so
%{python_sitearch}/python_nss-%{version}-py%{py_ver}.egg-info

#----------------------------------------------------------------------------

%package doc
Summary:	API documentation and examples for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}

%description doc
API documentation and examples for %{name}.

%files doc
%doc %{_defaultdocdir}/examples
%doc %{_defaultdocdir}/test

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .linkage
%patch1 -p1 -b .nss-version
%patch2 -p1 -b .file-like
%patch3 -p1 -b .fips-test
%patch4 -p1 -b .set_certificate_db
%patch5 -p1 -b .doc-manifest

%build
CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build

%install
python setup.py install  -O1 --install-platlib %{python_sitearch} --skip-build --root %{buildroot}
python setup.py install_doc --docdir %{_defaultdocdir} --skip-build --root %{buildroot}

# Remove execution permission from any example/test files in docdir
find %{buildroot}%{_defaultdocdir} -type f | xargs chmod a-x

# Set correct permissions on .so files
chmod 0755 %{buildroot}%{python_sitearch}/nss/*.so


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.16.0-2
- (0a00e6c) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23891 |14mu|python-numpy-1.10.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Force python3 build - required by hplip
# % {?build_python3}%{?!build_python3:%bcond_without python3}
%bcond_without python3

%define enable_atlas 0
%{?_with_atlas: %global enable_atlas 1}

%define module	numpy

# disable this for bootstrapping nose and sphinx
%define enable_doc 0

Summary:	A fast multidimensional array facility for Python

Name:		python-%{module}
Epoch:		1
Version:	1.10.4
Release:	1
License:	BSD
Group:		Development/Python
Url: 		http://numpy.scipy.org
Source0:	http://downloads.sourceforge.net/numpy/numpy-%{version}.tar.gz
Patch0:		numpy-1.10.4-link.patch

%rename	f2py
%if %enable_atlas
BuildRequires:	libatlas-devel
%else
BuildRequires:	blas-devel
%endif
BuildRequires:	lapack-devel
BuildRequires:	gcc-gfortran >= 4.0
%if %enable_doc
BuildRequires:	python-sphinx >= 1.0
BuildRequires:	python-matplotlib
%endif
BuildRequires:	python-nose
BuildRequires:	python-devel
BuildRequires:	python-cython
BuildRequires:	python-setuptools
BuildRequires:	python-pkg-resources
%if %{with python3}
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-pkg-resources
BuildRequires:	python3-cython
BuildRequires:	python3-nose
BuildRequires:	python3-setuptools
%endif

%description
Numpy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small multi-dimensional
arrays. Numpy is built on the Numeric code base and adds features
introduced by numarray as well as an extended C-API and the ability to
create arrays of arbitrary type.

Numpy also provides facilities for basic linear algebra routines,
basic Fourier transforms, and random number generation.

%package devel
Summary:	Numpy headers and development tools

Group:		Development/Python
Requires:	%{name} = %{EVRD}

%description devel
This package contains tools and header files need to develop modules 
in C and Fortran that can interact with Numpy

%if %{with python3}
%package -n python3-numpy
Summary:        A fast multidimensional array facility for Python3

Group:          Development/Python
License:        BSD

%description -n python3-numpy
Numpy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small multi-dimensional
arrays. Numpy is built on the Numeric code base and adds features
introduced by numarray as well as an extended C-API and the ability to
create arrays of arbitrary type.

Numpy also provides facilities for basic linear algebra routines,
basic Fourier transforms, and random number generation.

%package -n python3-numpy-devel
Summary:        Numpy headers and development tools

Group:          Development/Python
Requires:       python3-numpy = %{epoch}:%{version}-%{release}
# For include dir
Requires:	python-numpy-devel

%description -n python3-numpy-devel
This package contains tools and header files need to develop modules.
in C and Fortran that can interact with Numpy.
%endif

%prep
%setup -qn numpy-%{version}
%apply_patches

# workaround for rhbz#849713
# http://mail.scipy.org/pipermail/numpy-discussion/2012-July/063530.html
rm numpy/distutils/command/__init__.py && touch numpy/distutils/command/__init__.py

# Atlas 3.10 library names
cat >> site.cfg <<EOF
[atlas]
library_dirs = %{_libdir}/atlas
atlas_libs = satlas
EOF

%if %{with python3}
rm -rf %{py3dir}
cp -a . %{py3dir}
%endif

%build
%if %{with python3}
pushd %{py3dir}
env ATLAS=%{_libdir} BLAS=%{_libdir} \
    LAPACK=%{_libdir} CFLAGS="%{optflags}" \
    python3 setup.py build
popd
%endif # with _python3

env ATLAS=%{_libdir} BLAS=%{_libdir} \
    LAPACK=%{_libdir} CFLAGS="%{optflags}" \
    python setup.py build

%install
# first install python3 so the binaries are overwritten by the python2 ones
%if %{with python3}
pushd %{py3dir}
#%%{__python} setup.py install -O1 --skip-build --root %%{buildroot}
# skip-build currently broken, this works around it for now
env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
    LAPACK=%{_libdir} CFLAGS="%{optflags}" \
    python3 setup.py install --root %{buildroot}
pushd %{buildroot}%{_bindir} &> /dev/null
popd &> /dev/null

popd
%endif # with_python3

#%%{__python} setup.py install -O1 --skip-build --root %%{buildroot}
# skip-build currently broken, this works around it for now
env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
    LAPACK=%{_libdir} CFLAGS="%{optflags}" \
    python setup.py install --root %{buildroot}
pushd %{buildroot}%{_bindir} &> /dev/null
# symlink for anyone who was using f2py.numpy
ln -s f2py f2py.numpy
popd &> /dev/null
install -D -p -m 0644 doc/f2py/f2py.1 %{buildroot}%{_mandir}/man1/f2py.1

#symlink for includes, BZ 185079
mkdir -p %{buildroot}/usr/include
ln -s %{py_platsitedir}/%{name}/core/include/numpy/ %{buildroot}/usr/include/numpy

%check
pushd doc &> /dev/null
PYTHONPATH="%{buildroot}%{py_platsitedir}" python -c "import pkg_resources, numpy ; numpy.test()"
popd &> /dev/null

%if %{with python3}
pushd doc &> /dev/null
PYTHONPATH="%{buildroot}%{py3_platsitedir}" python3 -c "import pkg_resources, numpy ; numpy.test()"
popd &> /dev/null
%endif # with_python3

%files 
%doc LICENSE.txt README.txt THANKS.txt DEV_README.txt COMPATIBILITY site.cfg.example
%if %enable_doc
%doc doc/build/html
%endif
%dir %{py_platsitedir}/%{module}
%{py_platsitedir}/%{module}/*.py*
%{py_platsitedir}/%{module}/core/ 
%{py_platsitedir}/%{module}/compat/
%{py_platsitedir}/%{module}/doc/
%exclude %{py_platsitedir}/%{module}/core/include/
%exclude %{py_platsitedir}/%{module}/core/lib/*.a
%{py_platsitedir}/%{module}/fft/
%{py_platsitedir}/%{module}/lib/
%{py_platsitedir}/%{module}/linalg/
%{py_platsitedir}/%{module}/ma/
%{py_platsitedir}/%{module}/matrixlib/
%{py_platsitedir}/%{module}/polynomial/
%{py_platsitedir}/%{module}/random/
%exclude %{py_platsitedir}/%{module}/random/randomkit.h
%{py_platsitedir}/%{module}/testing/
%{py_platsitedir}/%{module}/tests/ 
%{py_platsitedir}/%{module}-*.egg-info

%files devel
%{_bindir}/f2py
%{_bindir}/f2py.numpy
%{_mandir}/man1/f2py.*
%{_includedir}/*
%{py_platsitedir}/%{module}/core/include/
%{py_platsitedir}/%{module}/core/lib/*.a
%{py_platsitedir}/%{module}/distutils/
%{py_platsitedir}/%{module}/f2py/
%{py_platsitedir}/%{module}/random/randomkit.h

%if %{with python3}
%files -n python3-numpy
%dir %{py3_platsitedir}/%{module}
%{py3_platsitedir}/%{module}/*.py*
%{py3_platsitedir}/%{module}/core
%{py3_platsitedir}/%{module}/doc/
%exclude %{py3_platsitedir}/%{module}/core/include/
%exclude %{py3_platsitedir}/%{module}/core/lib/*.a
%{py3_platsitedir}/%{module}/fft
%{py3_platsitedir}/%{module}/lib
%{py3_platsitedir}/%{module}/linalg
%{py3_platsitedir}/%{module}/ma
%{py3_platsitedir}/%{module}/random
%exclude %{py3_platsitedir}/%{module}/random/randomkit.h
%{py3_platsitedir}/%{module}/testing
%{py3_platsitedir}/%{module}/tests
%{py3_platsitedir}/%{module}/compat
%{py3_platsitedir}/%{module}/matrixlib
%{py3_platsitedir}/%{module}/polynomial
%{py3_platsitedir}/%{module}-*.egg-info

%files -n python3-numpy-devel
%{_bindir}/f2py3
%{py3_platsitedir}/%{module}/f2py
%{py3_platsitedir}/%{module}/core/include/
%{py3_platsitedir}/%{module}/core/lib/*.a
%{py3_platsitedir}/%{module}/distutils/
%{py3_platsitedir}/%{module}/random/randomkit.h
%endif

%changelog

* Mon Jan 25 2016 Denis Silakov <dsilakov@gmail.com> 1:1.10.4-1
- (5b97ab4) Updated to 1.10.4

* Wed Jun 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.9.2-3
- (a2e7ebc) Force python3 build - required by hplip

* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.9.2-2
- (041fc0a) Fix python3 BRs
- (Denis Silakov: 915748d) Updated to 1.9.2, fix issues with importing numpy

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1:1.9.1-2
- (ccf2df5) MassBuild#656: Increase release tag

* Tue Jan 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.9.1-1
- (6c42297) Fix python3 conditional macros
- (Denis Silakov: bcbd3b0) Mke python3 build conditional
- (Denis Silakov: ae0478c) Updated to 1.9.1, fix build
- (Denis Silakov: 2e7d9c5) Updated to 1.9.1 (by updates_builder)

* Tue Oct 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.9.0-1
- (f003aa4) Updated to 1.9.0 (by updates_builder)

* Tue Sep 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.8.2-1
- (350ea72) Updated to 1.8.2 (by updates_builder)

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:1.8.1-3
- (48a25f6) MassBuild#440: Increase release tag

* Mon Jun 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.8.1-2
- (9ad5a29) Reuild with new python3
- (Denis Silakov: b14955b) Bump release

* Wed Apr 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.8.1-1
- (08041c2) Updated to 1.8.1 (by updates_builder)

* Mon Mar 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 1:1.8.0-1
- (cad9041) Updated to 1.8.0 (by updates_builder)

* Thu Dec 19 2013 Denis Silakov <denis.silakov@rosalab.ru> 1:1.7.1-6
- (6e573b4) Fix devel files location

* Thu Dec 19 2013 Denis Silakov <denis.silakov@rosalab.ru> 1:1.7.1-1
- (425e01f) Minor cleanup
- (Denis Silakov: 525a73b) Added python3 module
- (Denis Silakov: 5a7e1eb) Fix python BR
- (Denis Silakov: 3320da5) automatic rebuilder test -- 1.7.1

* Tue Nov 27 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 1:1.7.0b2-1.auto
- (ce23754) automatic rebuilder test -- 1.7.0b2
- (Anton Kirilenko: 0b85aef) automatic rebuilder test -- 1.7.0b2

* Thu Nov 22 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 1:1.6.2-4
- (9f6fb30) .abf.yml corrupted file has been repaired
- (Denis Silakov: d435add) Fix python macros
- (Denis Silakov: 61a1761) Drop shebang from non-executable scripts

* Mon Oct 15 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 1:1.6.2-3
- (0dece84) remove tarball from git tree
- (Dmitry Mikhirev: 07220b7) some cleanups

* Mon Oct 15 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 1:1.6.2-2
- (ed45f79) merge cooker specfile
- (Rosa: f94fa10) Automatic import for version 1.6.2-2

* Wed May 23 2012 Rosa <rosa@rosa-build.rosalab.ru> 1:1.6.2-1
- (aaf731f) Automatic import for version 1.6.2

* Tue Feb 21 2012 root <root@build-client_i586-1r.rosalab.ru> 1:1.6.1-2
- (9e59985) ABF:auto increment release
- (Rosa: 3b7b432) Automatic import for version 1.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23892 |14mu|python-OpenSSL-0.13.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pname OpenSSL

Summary:	Python interface to the OpenSSL library
Name:		python-%{pname}
Version:	0.13.1
Release:	6
License:	LGPLv2.1+
Group:		Development/Python
Url:		https://launchpad.net/pyopenssl
Source0:	http://launchpad.net/pyopenssl/main/%{version}/+download/py%{pname}-%{version}.tar.gz
BuildRequires:	latex2html
BuildRequires:	texlive
BuildRequires:	texlive-babel
BuildRequires:	texlive-babel-english
BuildRequires:	texlive-courier
BuildRequires:	texlive-dehyph-exptl
BuildRequires:	texlive-ec
BuildRequires:	texlive-fancyhdr
BuildRequires:	texlive-helvetic
BuildRequires:	texlive-psnfss
BuildRequires:	texlive-times
BuildRequires:	texlive-tools
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
Requires:	python
Provides:	pyOpenSSL = %{EVRD}

%description
pyOpenSSL is a high-level Python wrapper around a subset of OpenSSL library.
It includes SSL Context objects, SSL Connection objects, using Python
sockets as a transport layer.

* SSL Context objects;
* SSL Connection objects, that use Python sockets as a transport layer;
* callbacks written in Python;
* an extensive error-handling mechanism that mirrors OpenSSL's error codes;
* and much more.

%files
%doc TODO README ChangeLog examples/ doc/pyOpenSSL.pdf
%{python_sitearch}/*

#----------------------------------------------------------------------------

%prep
%setup -qn py%{pname}-%{version}

%build
%__python setup.py build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

pushd doc
make dvi PAPER=letter
dvipdfm pyOpenSSL.dvi
popd


%changelog

* Wed Mar 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.13.1-6
- (43f25ba) Build requires texlive-dehyph-exptl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23893 |14mu|python-paramiko-1.15.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name 	paramiko

Summary: 	SSH2 protocol for Python

Name: 		python-%{module_name}
Version: 	1.15.2
Release: 	3
Url: 		http://www.lag.net//paramiko/
License: 	LGPL 2+
Group: 		Development/Python
Source: 	http://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz

Requires:   pycrypto
Obsoletes:  %{module_name}
Provides:   %{module_name}
BuildRequires:	python-devel
BuildRequires:	pycrypto
Requires:	python-ecdsa
BuildArch:	noarch

%description
Paramiko is a module for python that implements the SSH2 protocol for secure
(encrypted and authenticated) connections to remote machines.  the module works
by taking a socket-like object that you pass in, negotiating with the remote
server, authenticating (using a password or a given private key), and opening
flow-controled "channels" to the server, which are returned as socket-like
objects. you are responsible for verifying that the server's host key is the
one you expected to see, and you have control over which kinds of encryption
or hashing you prefer (if you care), but all of the heavy lifting is done by
the paramiko module.

%prep
%setup -qn %{module_name}-%{version}

%install
python setup.py install --root=%{buildroot}

%clean

#%check
#python test.py

%files
%doc docs PKG-INFO README tests demo*
%{py_puresitedir}/*

%changelog

* Sun Jan 31 2016 Denis Silakov <dsilakov@gmail.com> 1.15.2-3
- (52a4f31) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23894 |14mu|python-parsing-2.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	parsing

Summary:	An object-oriented approach to text processing
Name:		python-%{module}
Version:	2.0.6
Release:	1
Group:		Development/Python
License:	MIT
URL:		http://pyparsing.wikispaces.com/
Source0:	http://sourceforge.net/projects/pyparsing/files/pyparsing/pyparsing-2.0.6/pyparsing-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
The pyparsing module provides an alternative approach to creating and
executing simple grammars in Python versus the traditional lex/yacc
approach or the use of regular expressions. It provides a library of
classes that client code can use to construct a grammar directly.

%package -n python3-%{module}

Summary:	An object-oriented approach to text processing
Group:		Development/Python
BuildRequires:	python3-devel
BuildRequires:	python3-setuptools

%description -n python3-%{module}
The pyparsing module provides an alternative approach to creating and
executing simple grammars in Python versus the traditional lex/yacc
approach or the use of regular expressions. It provides a library of
classes that client code can use to construct a grammar directly.

%prep
%setup -q -n py%{module}-%{version}
rm -rf %{_builddir}/python3-%{module}
cp -a . %{_builddir}/python3-%{module}

%build
python setup.py build
pushd %{_builddir}/python3-%{module}
    python3 setup.py build
popd

install -m 644 pyparsingClassDiagram.PNG pyparsingClassDiagram.png

%install
pushd %{_builddir}/python3-%{module}
    python3 setup.py install -O1 --skip-build --root=%{buildroot} --record=FILE_LIST
popd
python setup.py install -O1 --skip-build --root=%{buildroot} --record=FILE_LIST

# fix permissions
chmod 0644 examples/* htmldoc/* CHANGES HowToUsePyparsing.html pyparsingClassDiagram.png README LICENSE

%files
%doc CHANGES examples HowToUsePyparsing.html htmldoc pyparsingClassDiagram.png README LICENSE
%{py_puresitedir}/*

%files -n python3-%{module}
%doc CHANGES examples HowToUsePyparsing.html htmldoc pyparsingClassDiagram.png README LICENSE
%{py3_puresitedir}/*

%changelog

* Fri Jan 15 2016 dsilakov <denis.silakov@rosalab.ru> 2.0.6-1
- (fa47069) Merge pull request #7 from import/python-parsing:auto_update
- (fa47069) Updated to 2.0.6 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23895 |14mu|python-parted-3.10.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname pyparted

Summary: Python module for GNU parted
Name:    python-parted
Version: 3.10.7
Release: 1
License: GPLv2+
Group:   System/Configuration/Hardware
URL:     http://fedorahosted.org/pyparted
Source0: https://github.com/dcantrell/pyparted/releases/pyparted-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: parted-devel >= 1.9.0-20
BuildRequires: python-decorator

Requires: python-decorator

%description
Python module for the parted library.  It is used for manipulating
partition tables.

%prep
%setup -qn %{fname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS  COPYING  NEWS README TODO
%{py_platsitedir}/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 3.10.7-1
- (613d137) Merge pull request #2 from import/python-parted:auto_update
- (613d137) Updated to 3.10.7 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23896 |14mu|python-pexpect-4.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_python3}%{?!build_python3:%bcond_without python3}

%define module  pexpect

Summary:	An efficient, pure Python replacement for Expect
Name:		python-%{module}
Version:	4.0.1
Release:	2
Source0:	http://pypi.python.org/packages/source/p/pexpect/pexpect-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pexpect.sourceforge.net/
BuildArch:	noarch
BuildRequires:	python
BuildRequires:	python-devel
BuildRequires:	python-ptyprocess
Requires:	python-ptyprocess

%description
Pexpect is a pure Python module for spawning child applications,
controlling them, and responding to expected patterns in their
output. Pexpect works like Don Libes' Expect. Pexpect allows your
script to spawn a child application and control it as if a human were
typing commands.

Pexpect can be used for automating interactive applications such as
ssh, ftp, passwd, telnet, etc. It can be used to a automate setup
scripts for duplicating software package installations on different
servers. It can be used for automated software testing. Pexpect is in
the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike
other Expect-like modules for Python, Pexpect does not require TCL or
Expect, nor does it require C extensions to be compiled. It should work
on any platform that supports the standard Python pty module. The
Pexpect interface was designed to be easy to use.

%if %{with python3}
%package -n python3-pexpect
Summary:	Unicode-aware Pure Python Expect-like module for Python 3
Group:		Development/Python
BuildRequires:	python3
BuildRequires:	python3-devel
BuildRequires:	python3-distribute

%description -n python3-pexpect
Pexpect is a pure Python module for spawning child applications,
controlling them, and responding to expected patterns in their
output. Pexpect works like Don Libes' Expect. Pexpect allows your
script to spawn a child application and control it as if a human were
typing commands.

Pexpect can be used for automating interactive applications such as
ssh, ftp, passwd, telnet, etc. It can be used to a automate setup
scripts for duplicating software package installations on different
servers. It can be used for automated software testing. Pexpect is in
the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike
other Expect-like modules for Python, Pexpect does not require TCL or
Expect, nor does it require C extensions to be compiled. It should work
on any platform that supports the standard Python pty module. The
Pexpect interface was designed to be easy to use.
%endif

%prep
%setup -q -c
mv pexpect-%{version} python2
cp -r python2 python3
find python3 -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'

%build
pushd python2
python setup.py build
popd

%if %{with python3}
pushd python3
python3 setup.py build
popd
%endif

%install
pushd python2
PYTHONDONTWRITEBYTECODE=  python setup.py install --skip-build --root=%{buildroot} --install-lib %{py_puresitedir}
popd

%if %{with python3}
pushd python3
PYTHONDONTWRITEBYTECODE=  python3 setup.py install --skip-build --root=%{buildroot} --install-lib %{py3_puresitedir}
popd
%endif

%files
%doc python2/doc python2/examples python2/LICENSE
%{py_puresitedir}/*

%if %{with python3}
%files -n python3-pexpect
%doc python3/doc python3/examples python3/LICENSE
%{py3_puresitedir}/*
%endif

%changelog

* Tue Jan 19 2016 Denis Silakov <dsilakov@gmail.com> 4.0.1-2
- (014ed6b) Build with python-ptyprocess support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23897 |14mu|python-pillow-3.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define py2_incdir %{_includedir}/python%{py_ver}
%define py2_libbuilddir %(python -c 'import sys; import sysconfig; print("lib.{p}-{v[0]}.{v[1]}".format(p=sysconfig.get_platform(), v=sys.version_info))')

Summary:	Python image processing library
Name:		python-pillow
Version:	3.2.0
Release:	1
License:	MIT
Group:		Development/Python
Url:		http://python-imaging.github.io/
Source0:	https://pypi.python.org/packages/source/P/Pillow/Pillow-%{version}.tar.gz
BuildRequires:	PyQt4
BuildRequires:	python-numpy
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx
BuildRequires:	tkinter
BuildRequires:	jpeg-devel
BuildRequires:	tk-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

# The package provides PIL, but has no egg-info for it,
# so this dependency is not generated. However, for some other packages
# Requires: pythonegg(pil) is still generated automatically
# so adding this provide for compatibility
Provides:	pythonegg(pil)
Provides:	python-imaging = %{EVRD}
Obsoletes:	python-imaging <= 1.1.7-12

%description
Python image processing library, fork of the Python Imaging Library (PIL)

This library provides extensive file format support, an efficient
internal representation, and powerful image processing capabilities.

There are four subpackages: tk (tk interface), qt (PIL image wrapper for Qt),
devel (development) and doc (documentation).

Interface for scanning devices is now available in a separate package 
called "python-sane".

%files
%doc README.rst CHANGES.rst docs/COPYING
%{py_platsitedir}/*
%exclude %{py_platsitedir}/PIL/ImageTk*
%exclude %{py_platsitedir}/PIL/SpiderImagePlugin*
%exclude %{py_platsitedir}/PIL/ImageQt*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	jpeg-devel
Requires:	pkgconfig(python)
Requires:	pkgconfig(zlib)
Provides:	python-imaging-devel = %{EVRD}
Obsoletes:	python-imaging-devel <= 1.1.7-12

%description devel
Development files for %{name}.

%files devel
%doc README.rst CHANGES.rst docs/COPYING
%{py2_incdir}/Imaging/

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documentation for %{name}.

%files doc
%doc Scripts docs/_build/html

#----------------------------------------------------------------------------

%package tk
Summary:	Tk interface for %{name}
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	tkinter
Provides:	python-imaging-tk = %{EVRD}
Obsoletes:	python-imaging-tk <= 1.1.7-12

%description tk
Tk interface for %{name}.

%files tk
%doc README.rst CHANGES.rst docs/COPYING
%{py_platsitedir}/PIL/ImageTk*
%{py_platsitedir}/PIL/SpiderImagePlugin*

#----------------------------------------------------------------------------

%package qt
Summary:	PIL image wrapper for Qt
Group:		System/Libraries
Requires:	%{name} = %{EVRD}
Requires:	PyQt4
Provides:	python-imaging-qt = %{EVRD}

%description qt
PIL image wrapper for Qt.

%files qt
%doc README.rst CHANGES.rst docs/COPYING
%{py_platsitedir}/PIL/ImageQt*

#----------------------------------------------------------------------------

%prep
%setup -q -n Pillow-%{version}

%build
find -name '*.py' | xargs sed -i '1s|^#!.*python|#!%{__python}|'
CFLAGS="%{optflags}  -Wl,--no-as-needed -lpthread -lm" python setup.py build

pushd docs
PYTHONPATH=$PWD/.. make html
rm -f _build/html/.buildinfo
popd

%install
install -d %{buildroot}/%{py2_incdir}/Imaging
install -m 644 libImaging/*.h %{buildroot}/%{py2_incdir}/Imaging
python setup.py install --skip-build --root %{buildroot}

rm -rf %{buildroot}%{_bindir}

%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 3.2.0-1
- (d88a1e8) Updated to 3.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23898 |14mu|python-pip-8.0.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global module pip

%global python2_wheelname %{module}-%{version}-py2.py3-none-any.whl
%global python3_wheelname %{python2_wheelname}

%bcond_without wheel

Name:           python-%{module}
Version:        8.0.2
Release:        6
Group:          Development/Python
Summary:        A tool for installing and managing Python packages (easy_install replacement)

License:        MIT
URL:            http://pypi.python.org/pypi/pip
Source0:        https://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz
Patch0:         pip-allow-stripping-prefix-from-wheel-RECORD-files.patch
BuildArch:      noarch

BuildRequires:  pkgconfig(python)
BuildRequires:  python-setuptools
%if %{with wheel}
BuildRequires:  python-pip
BuildRequires:  python-wheel
%endif

Requires:       python-setuptools
Requires:       python-pkg-resources
Provides:       pythonegg(pip)

%description
`pip` is a tool for installing and managing Python packages, such as
those found in the `Python Package Index`_. It's a replacement for
easy_install_.

%package -n python3-pip
Summary:        A tool for installing and managing Python3 packages (easy_install replacement)

Group:          Development/Python

BuildRequires:  pkgconfig(python3)
BuildRequires:  python3-setuptools
%if %{with wheel}
BuildRequires:  python3-pip
BuildRequires:  python3-wheel
%endif
Requires:  	python3-distribute
Requires:       python3-pkg-resources
Provides:       python3egg(pip)

%description -n python3-pip
Pip is a replacement for `easy_install
<http://peak.telecommunity.com/DevCenter/EasyInstall>`_.  It uses mostly the
same techniques for finding packages, so packages that were made
easy_installable should be pip-installable as well.

%prep
%setup -q -c
# Remove bundled egg-info
rm -rf %{module}-%{version}/%{module}.egg-info

mv %{module}-%{version} python2
cp -r python2 python3

pushd python2
%apply_patches
%{__sed} -i '1d' pip/__init__.py
popd

pushd python3
%apply_patches
%{__sed} -i '1d' pip/__init__.py
popd


%build
pushd python2
%if %{with wheel}
CFLAGS="%{optflags}" python setup.py bdist_wheel
%else
CFLAGS="%{optflags}" python setup.py build
%endif
popd

pushd python3
%if %{with wheel}
CFLAGS="%{optflags}" python3 setup.py bdist_wheel
%else
CFLAGS="%{optflags}" python3 setup.py build
%endif
popd

%install
pushd python3
%if %{with wheel}
pip3 install -I dist/%{python3_wheelname} --root %{buildroot} --strip-file-prefix %{buildroot}
%else
python3 setup.py install --skip-build --root %{buildroot}
%endif

# Change the name of the python3 pip executable in order to not conflict with
# the python2 executable
mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/python3-pip

# The install process creates both pip and pip-<python_abiversion> that seem to
# be the same. Remove the extra script
pushd %{buildroot}%{_bindir}
rm -rf pip-3*
popd

popd

pushd python2
%if %{with wheel}
pip2 install -I dist/%{python2_wheelname} --root %{buildroot} --strip-file-prefix %{buildroot}
%else
python setup.py install -O1 --skip-build --root %{buildroot}
%endif

# The install process creates both pip and pip-<python_abiversion> that seem to
# be the same. Since removing pip-* also clobbers pip-python3, just remove pip-2*
pushd %{buildroot}%{_bindir}
rm -rf pip-2*
popd

popd

%files
%doc python2/LICENSE.txt python2/PKG-INFO python2/docs
%attr(755,root,root) %{_bindir}/pip
%{py_puresitedir}/pip*
%{_bindir}/pip2
%{_bindir}/pip%{py_ver}

%files -n python3-pip
%{_bindir}/pip3
%{_bindir}/pip%{py3_ver}
%doc python3/LICENSE.txt python3/PKG-INFO python3/docs
%attr(755,root,root) %{_bindir}/python3-pip
%{py3_puresitedir}/pip*

%changelog

* Fri May 06 2016 Denis Silakov <denis.silakov@rosalab.ru> 8.0.2-6
- (9123a25) Revert bootstrap



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23899 |14mu|python-ply-3.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Python Lex-Yacc
Name:		python-ply
Version:	3.8
Release:	1
License:	BSD-like
Group:		Development/Python
Url:		http://www.dabeaz.com/ply/
Source0:	https://pypi.python.org/packages/source/p/ply/ply-%{version}.tar.gz
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildArch:	noarch

%description
PLY is an implementation of lex and yacc parsing tools for Python.

In a nutshell, PLY is nothing more than a straightforward lex/yacc
implementation. Here is a list of its essential features:

 * It's implemented entirely in Python.
 * It uses LR-parsing which is reasonably efficient and well suited
   for larger grammars.
 * PLY provides most of the standard lex/yacc features including support
   for empty productions, precedence rules, error recovery, and support
   for ambiguous grammars.
 * PLY is straightforward to use and provides very extensive error checking.
 * PLY doesn't try to do anything more or less than provide the basic
   lex/yacc functionality. In other words, it's not a large parsing
   framework or a component of some larger system.

The original version of PLY was developed in 2001 for use in an
Introduction to Compilers course where students used it to build a
compiler for a simple Pascal-like language. Because of its use in an
instructional setting, a lot of work went into providing extensive
error checking. In addition, this experience was used to sort out
common usability problems. Since then, a variety of incremental
improvements have been made to the system. PLY-3.0 adds support for
Python 3.0 and gives PLY's internals a much needed overhaul.

%files
%doc CHANGES  TODO doc example test
%{py_puresitedir}/*

#----------------------------------------------------------------------------

%package -n python3-ply
Summary:	Python Lex-Yacc
Group:		Development/Python

%description -n python3-ply
PLY is an implementation of lex and yacc parsing tools for Python.

In a nutshell, PLY is nothing more than a straightforward lex/yacc
implementation. Here is a list of its essential features:

 * It's implemented entirely in Python.
 * It uses LR-parsing which is reasonably efficient and well suited
   for larger grammars.
 * PLY provides most of the standard lex/yacc features including support
   for empty productions, precedence rules, error recovery, and support
   for ambiguous grammars.
 * PLY is straightforward to use and provides very extensive error checking.
 * PLY doesn't try to do anything more or less than provide the basic
   lex/yacc functionality. In other words, it's not a large parsing
   framework or a component of some larger system.

The original version of PLY was developed in 2001 for use in an
Introduction to Compilers course where students used it to build a
compiler for a simple Pascal-like language. Because of its use in an
instructional setting, a lot of work went into providing extensive
error checking. In addition, this experience was used to sort out
common usability problems. Since then, a variety of incremental
improvements have been made to the system. PLY-3.0 adds support for
Python 3.0 and gives PLY's internals a much needed overhaul.

%files -n python3-ply
%doc CHANGES  TODO doc example test
%{py3_puresitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q -n ply-%{version}
rm -rf %{_builddir}/python3-ply
cp -a . %{_builddir}/python3-ply

%build
python setup.py build
pushd %{_builddir}/python3-ply
    python3 setup.py build
popd

%install
pushd %{_builddir}/python3-ply
    python3 setup.py install --root=%{buildroot}
popd
python setup.py install --root=%{buildroot}

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 3.8-1
- (f36caf5) Merge pull request #2 from import/python-ply:auto_update
- (f36caf5) Updated to 3.8 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23900 |14mu|python-pretend-1.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define srcname pretend

Name:           python-pretend
Version:        1.0.8
Release:        2
Summary:        A library for stubbing in Python

Group:          Development/Python
License:        BSD
URL:            https://github.com/alex/pretend
Source0:        https://pypi.python.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz

BuildArch:      noarch

BuildRequires:  python-devel
BuildRequires:  python-setuptools

BuildRequires:  python3-devel
BuildRequires:  python3-setuptools



%description
Pretend is a library to make stubbing with Python easier.



%package -n python3-pretend
Summary:        A library for stubbing in Python
License:        BSD
Group:          Development/Python


%description -n python3-pretend
Pretend is a library to make stubbing with Python3 easier.


%prep
%setup -q -n %{srcname}-%{version}

# Delete upstream supplied egg-info
rm -rf *.egg-info

cp -a . %{py3dir}


%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd


%install
pushd %{py3dir}
python3 setup.py install -O1 --skip-build --root %{buildroot}
popd

python setup.py install -O1 --skip-build --root %{buildroot}


%files
%doc PKG-INFO README.rst LICENSE.rst
%{py_puresitedir}/pretend.py*
%{py_puresitedir}/pretend-%{version}-py2.?.egg-info

%files -n python3-pretend
%doc PKG-INFO README.rst LICENSE.rst
%{py3_puresitedir}/pretend.py
# %{py3_puresitedir}/__pycache__/pretend.cpython-3?.py*
%{py3_puresitedir}/pretend-%{version}-py3.?.egg-info

%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 1.0.8-2
- (dce43c6) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23901 |14mu|python-psycopg2-2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module psycopg2

Summary:        PostgreSQL database adapter for Python
Name:           python-%{module}
Version:        2.5
Release:        1
Group:          Development/Python
License:        GPLv2 and ZPLv2.1 and BSD
URL:            http://www.psycopg.org/psycopg/
Source0:        http://www.psycopg.org/psycopg/tarballs/PSYCOPG-2-4/%{module}-%{version}.tar.gz
Patch0:		psycopg2-2.5-link.patch
# for DateTime
Requires:       python-egenix-mx-base
BuildRequires:  python-devel
BuildRequires:  postgresql-devel
BuildRequires:  python-egenix-mx-base

%description
psycopg is a PostgreSQL database adapter for the Python programming
language (just like pygresql and popy.) It was written from scratch with
the aim of being very small and fast, and stable as a rock. The main
advantages of psycopg are that it supports the full Python DBAPI-2.0 and
being thread safe at level 2.

psycopg2 is an almost complete rewrite of the psycopg 1.1.x branch.

%prep
%setup -q -n %{module}-%{version}
%patch0 -p1

%build
export CFLAGS="%{optflags}"
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc AUTHORS examples/ LICENSE  README
%{py_platsitedir}/psycopg2*

%changelog

* Thu Jan 21 2016 Denis Silakov <dsilakov@gmail.com> 2.5-1
- (329267e) Updated to 2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23902 |14mu|python-ptyprocess-0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name ptyprocess

Name:           python-%{pypi_name}
Version:        0.5
Release:        1
Group:          Development/Python
Summary:        Run a subprocess in a pseudo terminal
License:        BSD
URL:            https://pypi.python.org/pypi/%{pypi_name}
Source0:        https://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python3-devel

%description
Launch a subprocess in a pseudo terminal (pty), and interact with both
the process and its pty.

%package -n     python3-%{pypi_name}
Summary:        Run a subprocess in a pseudo terminal

%description -n python3-%{pypi_name}
Launch a subprocess in a pseudo terminal (pty), and interact with both
the process and its pty.

%prep
%setup -qn %{pypi_name}-%{version}

rm -rf %{py3dir}
cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'


%build
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd


%install
# Must do the subpackages' install first because the scripts in /usr/bin are
# overwritten with every setup.py install (and we want the python2 version
# to be the default for now).
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd

python setup.py install --skip-build --root %{buildroot}


%files
%doc 
%{py_puresitedir}/%{pypi_name}
%{py_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info

%files -n python3-%{pypi_name}
%doc 
%{py3_puresitedir}/%{pypi_name}
%{py3_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info

%changelog

* Tue Jan 19 2016 Denis Silakov <dsilakov@gmail.com> 0.5-1
- (7defeff) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23903 |14mu|python-py-1.4.31-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	py

Summary:        Python development support library
Name:           python-%{module}
Version:        1.4.31
Release:        1
License:        MIT
Source:			http://pypi.python.org/packages/source/p/py/py-%{version}.tar.gz
Group:          Development/Python
Url:            http://pylib.org
BuildArch:		noarch
BuildRequires:  python-setuptools
BuildRequires:	python-sphinx

%description
The py lib is a development support library featuring these tools and
APIs:

* py.path: uniform local and svn path objects
* py.apipkg: explicit API control and lazy-importing
* py.iniconfig: easy parsing of .ini files
* py.code: dynamic code generation and introspection
* py.path: uniform local and svn path objects

%prep
%setup -q -n %{module}-%{version}

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot}
pushd doc
PYTHONPATH=../build/lib make html
popd

%clean

%files
%doc CHANGELOG LICENSE README.txt doc/_build/html
%{py_puresitedir}/py*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.4.31-1
- (6dcaca7) Merge pull request #5 from import/python-py:auto_update
- (6dcaca7) Updated to 1.4.31 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23904 |14mu|python-pyasn1-0.1.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module pyasn1

Summary:	ASN.1 tools for Python
Name:		python-%{module}
Version:	0.1.9
Release:	3
License:	BSD
Group:		Development/Python
Url:		http://pyasn1.sourceforge.net/
Source0:	http://downloads.sourceforge.net/pyasn1/pyasn1-%{version}.tar.gz
BuildRequires:	pkgconfig(python)
Provides:	pyasn1 = %{EVRD}
Conflicts:	pyasn1 < 0.1.9-2
Obsoletes:	pyasn1 < 0.1.9-2
BuildArch:	noarch

%description
This project is dedicated to implementation of ASN.1 types (concrete syntax)
and codecs (transfer syntaxes) for Python programming environment. ASN.1
compiler is planned for implementation in the future.

%files
%dir %{py_puresitedir}/%{module}/
%{py_puresitedir}/%{module}/*
%{py_puresitedir}/%{module}-*.egg-info

%pretrans
if [ -d /usr/lib/python2.7/site-packages/pyasn1-0.1.9-py2.7.egg-info ]; then
  rm -rf /usr/lib/python2.7/site-packages/pyasn1-0.1.9-py2.7.egg-info
fi

#----------------------------------------------------------------------------

%package -n python3-%{module}
Summary:	ASN.1 tools for Python
Group:		Development/Python
BuildRequires:	pkgconfig(python3)

%description -n python3-%{module}
This project is dedicated to implementation of ASN.1 types (concrete syntax)
and codecs (transfer syntaxes) for Python programming environment. ASN.1
compiler is planned for implementation in the future.

%files -n python3-%{module}
%dir %{py3_puresitedir}/%{module}/
%{py3_puresitedir}/%{module}/*
%{py3_puresitedir}/%{module}-*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}

cp -a . %{py3dir}

%build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

pushd %{py3dir}
PYTHONDONTWRITEBYTECODE= %__python3 setup.py install --root=%{buildroot}
popd

%changelog

* Tue Jul 19 2016 Denis Silakov <dsilakov@gmail.com> 0.1.9-3
- (a242eda) Fix removal pf old pyasn1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23905 |14mu|python-pyasn1-modules-0.0.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module pyasn1-modules
%define omodule pyasn1_modules

Summary:	Collection of protocols modules written in ASN.1 language
Name:		python-%{module}
Version:	0.0.8
Release:	2
Epoch:		1
License:	BSD
Group:		Development/Python
Url:		http://pyasn1.sf.net/
Source0:	http://pypi.python.org/packages/source/p/%{module}/%{module}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
Requires:	python-pyasn1
BuildArch:	noarch

%description
This is an implementation of ASN.1 types and codecs in Python programming
language. It has been first written to support particular protocol (SNMP) but
then generalized to be suitable for a wide range of protocols based on ASN.1
specification.

%files
%dir %{py_puresitedir}/%{omodule}/
%{py_puresitedir}/%{omodule}/*
%{py_puresitedir}/%{omodule}-*.egg-info

#----------------------------------------------------------------------------

%package -n python3-%{module}
Summary:	Collection of protocols modules written in ASN.1 language
Group:		Development/Python
BuildRequires:	python3-setuptools
BuildRequires:	pkgconfig(python3)
Requires:	python3-pyasn1

%description -n python3-%{module}
This is an implementation of ASN.1 types and codecs in Python 3 programming
language. It has been first written to support particular protocol (SNMP) but
then generalized to be suitable for a wide range of protocols based on ASN.1
specification.

%files -n python3-%{module}
%dir %{py3_puresitedir}/%{omodule}/
%{py3_puresitedir}/%{omodule}/*
%{py3_puresitedir}/%{omodule}-*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}
cp -a . %{py3dir}

%build
export CFLAGS="%{optflags}"
python setup.py build

pushd %{py3dir}
python3 setup.py build
popd

%install
pushd %{py3dir}
python3 setup.py install --skip-build --root %{buildroot}
popd

python setup.py install --skip-build --root=%{buildroot}


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.0.8-2
- (e581bdc) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23906 |14mu|python-pybluez-0.18-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname PyBluez

Summary:	Python wrappers around system Bluetooth resources
Name:		python-pybluez
Version:	0.18
Release:	6
License:	GPLv2+
Group:		Development/Python
Url:		http://org.csail.mit.edu/pybluez/
Source0:	http://pybluez.googlecode.com/files/%{oname}-%{version}.tar.gz
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(python)

%description
PyBluez is an effort to create python wrappers around system Bluetooth
resources to allow Python developers to easily and quickly create
Bluetooth applications.

%files
%doc CHANGELOG README
%{py_platsitedir}/*.egg-info
%{py_platsitedir}/bluetooth/

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}


%changelog

* Thu Aug 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.18-6
- (a793792) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23907 |14mu|python-pycrypto-2.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	pycrypto

Summary:	Python interface to various crypto algorithms and protocols
Name:		python-%{oname}
Version:	2.6.1
Release:	4
Source0:	http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/%{oname}-%{version}.tar.gz
Source1:	http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/%{oname}-%{version}.tar.gz.asc
Patch1:		pycrypto-2.6-link.patch
Patch2:         CVE-2013-7459.patch
License:	Public Domain
Group:		Development/Python
URL:		http://www.pycrypto.org
BuildRequires:	python-devel >= 2.2
BuildRequires:	gmp-devel
Requires:	python >= 2.2
Obsoletes:	pycrypto =< %{version}-%{release}
Provides:	pycrypto = %{version}-%{release}

%description
The Toolkit is a collection of cryptographic algorithms and protocols,
implemented for use from Python. Among the contents of the package:

 * Hash functions: MD2, MD4, RIPEMD.
 * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-
   DES, IDEA, RC5.
 * Stream encryption algorithms: ARC4, simple XOR.
 * Public-key algorithms: RSA, DSA, ElGamal, qNEW.
 * Protocols: All-or-nothing transforms, chaffing/winnowing.
 * Miscellaneous: RFC1751 module for converting 128-key keys into a set
   of English words, primality testing.
 * Some demo programs (currently all quite old and outdated).

%prep
%setup -q -n %{oname}-%{version}
%patch1 -p0 -b .link
%patch2 -p1 -b .cve

perl -pi -e 's|/usr/local/bin/|%{_bindir}/|' Util/RFC1751.py 

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --root=%{buildroot} --compile --optimize=2

%clean

%files
%doc ChangeLog README COPYRIGHT TODO
%{py_platsitedir}/*

%changelog

* Sat Feb 11 2017 Denis Silakov <denis.silakov@rosalab.ru> 2.6.1-4
- (7244aad) Fix CVE-2013-7459



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23908 |14mu|python-pygments-2.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname Pygments
%define module	pygments

Summary:	Syntax highlighting package written in Python

Name:		python-%{module}
Version:	2.0.2
Release:	1
Group:		Development/Python
License:	BSD
Url:		http://pygments.org/
Source0:	http://pypi.python.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:  python-devel
Requires:	python-pkg-resources

%description
Pygments is a syntax highlighting package written in Python.  It is a
generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to
prettify source code.  Highlights are:

* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF, SVG and ANSI
  sequences
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainf*ck!

%prep
%setup -qn %{tarname}-%{version}

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --skip-build --root=%{buildroot}

mkdir -p %{buildroot}%{_mandir}/man1
install -m 644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1

%files
%doc AUTHORS CHANGES LICENSE TODO
%{_bindir}/pygmentize
%{py_puresitedir}/pygments/*
%{py_puresitedir}/Pygments-*
%{_mandir}/man1/pygmentize.*

%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 2.0.2-1
- (e8cff72) Updated to 2.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23909 |14mu|python-pyinotify-0.9.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pyinotify

Summary:	Python module for monitoring filesystems changes
Name:		python-%{oname}
Version:	0.9.5
Release:	2
License:	MIT
Group:		Development/Python
Url:		http://github.com/seb-m/pyinotify
Source0:	http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%{version}.tar.gz
BuildArch:	noarch
Provides:	%{oname} = %{version}-%{release}
BuildRequires:	epydoc
BuildRequires:	python-devel
BuildRequires:	python3-devel
# pyinotify can use psyco to speed things up, unfortunaltely,
# psyco does not work under x86_64
#Suggests:	python-psyco

%description
Pyinotify is a pure Python module for monitoring filesystems changes.
Pyinotify relies on inotify, a Linux Kernel functionality (since 
kernel 2.6.13). inotify is an event-driven notification mechanism, its 
notifications are exported to user space through three system calls. 
Pyinotify binds these system calls and provides an implementation on 
top of them.

%package -n python3-pyinotify
Summary:	Python module for monitoring filesystems changes
Group:		Development/Python
# Previous py3 subpackages were named in a wrong way
Obsoletes:	python3-pyinotify-0.9.4
Obsoletes:	python3-pyinotify-0.9.5

%description -n python3-pyinotify
Pyinotify is a pure Python module for monitoring filesystems changes.
Pyinotify relies on inotify, a Linux Kernel functionality (since 
kernel 2.6.13). inotify is an event-driven notification mechanism, its 
notifications are exported to user space through three system calls. 
Pyinotify binds these system calls and provides an implementation on 
top of them.

%prep
%setup -q -n %{oname}-%{version}
rm -rf %{py3dir}
cp -a . %{_builddir}/python3-pyinotify

%build
python setup.py build
pushd %{_builddir}/python3-pyinotify
    CFLAGS="%{optflags}" python3 setup.py build
popd

%install
pushd %{_builddir}/python3-pyinotify
    python3 setup.py install --skip-build --root %{buildroot}
popd
python setup.py install --root=%{buildroot}

%files
%doc README* ACKS COPYING
%{py_puresitedir}/*

%files -n python3-pyinotify
%doc README* ACKS COPYING
%{py3_puresitedir}/*

%changelog

* Wed Dec 23 2015 Denis Silakov <dsilakov@gmail.com> 0.9.5-2
- (1e0217f) Correctly rename python3 subpackage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23910 |14mu|python-pytest-2.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pytest

Summary:	Cross-project testing tool for Python
Name:		python-%{module}
Version:	2.8.2
Release:	1
Source0:	http://pypi.python.org/packages/source/p/pytest/pytest-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pytest.org
BuildArch:	noarch
Requires:	python-py >= 1.4.8
BuildRequires:	python-setuptools, python-sphinx, python-py >= 1.4.8

%description
py.test is a simple cross-project testing tool for Python.

%prep
%setup -q -n %{module}-%{version}
python setup.py build

pushd doc/en
export PYTHONPATH=../../build/lib
make html
popd

%install
PYTHONDONTWRITEBYTECODE=  python setup.py install --root=%{buildroot}

%clean

%files
%doc CHANGELOG  doc/en/_build/html
%{_bindir}/py.test*
%{py_puresitedir}/*pytest*

%changelog

* Fri Jan 15 2016 dsilakov <denis.silakov@rosalab.ru> 2.8.2-1
- (f5e971e) Merge pull request #3 from import/python-pytest:auto_update
- (f5e971e) Updated to 2.8.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23911 |14mu|python-pytools-2015.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module pytools

Summary:	A collection of tools for Python
Name:		python-%{module}
Version:	2015.1.2
Release:	3
License:	MIT
Group:		Development/Python
Url:		http://mathema.tician.de/software/pytools
Source0:	https://pypi.python.org/packages/source/p/pytools/pytools-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
Requires:	pythonegg(appdirs) >= 1.4.0
Requires:	pythonegg(decorator) >= 3.2.0 
Requires:	pythonegg(six)

BuildArch:	noarch

%description
Pytools is a big bag of things that are "missing" from the Python
standard library. This is mainly a dependency of my other software
packages, and is probably of little interest to you unless you use
those. If you're curious nonetheless, here's what's on offer:

* A ton of small tool functions such as len_iterable, argmin, tuple
  generation, permutation generation, ASCII table pretty printing,
  GvR's mokeypatch_xxx() hack, the elusive flatten, and much more.
* Michele Simionato's decorator module.
* A time-series logging module, pytools.log.
* Batch job submission, pytools.batchjob.
* A lexer, pytools.lex.

%files
%doc README
%dir %{py_puresitedir}/pytools/
%{py_puresitedir}/pytools/*
%{py_puresitedir}/pytools-*.egg-info

#----------------------------------------------------------------------------

%package -n python3-%{module}
Summary:	A collection of tools for Python
Group:		Development/Python
BuildRequires:	python3-setuptools
BuildRequires:	pkgconfig(python3)
Requires:	python3egg(appdirs) >= 1.4.0 
Requires:	python3egg(decorator) >= 3.2.0 
Requires:	python3egg(six)

%description -n python3-%{module}
Pytools is a big bag of things that are "missing" from the Python 3
standard library. This is mainly a dependency of my other software
packages, and is probably of little interest to you unless you use
those. If you're curious nonetheless, here's what's on offer:

* A ton of small tool functions such as len_iterable, argmin, tuple
  generation, permutation generation, ASCII table pretty printing,
  GvR's mokeypatch_xxx() hack, the elusive flatten, and much more.
* Michele Simionato's decorator module.
* A time-series logging module, pytools.log.
* Batch job submission, pytools.batchjob.
* A lexer, pytools.lex.

%files -n python3-%{module}
%doc README
%dir %{py3_puresitedir}/pytools/
%{py3_puresitedir}/pytools/*
%{py3_puresitedir}/pytools-*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}

cp -a . %{py3dir}

%build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}  

pushd %{py3dir}
PYTHONDONTWRITEBYTECODE= %__python3 setup.py install --root=%{buildroot}  
popd


%changelog

* Sat May 28 2016 abfonly <abfonly@gmail.com> 2015.1.2-3
- (c258c80) Log: Build python3 module
- (c258c80) fixed rpm tree
- (c258c80) bump rel
- (c258c80) merge with python3_modules group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23912 |14mu|python-pytz-2015.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pytz

Summary:	World timezone definitions for Python

Name:		python-%{module}
Version:	2015.7
Release:	1
Source0:	http://pypi.python.org/packages/source/p/pytz/pytz-%{version}.tar.bz2
License:	MIT
Group:		Development/Python
Url:		http://pytz.sourceforge.net/
BuildRequires:	python-devel >= 2.3
BuildRequires:  python3-devel
BuildArch:	noarch

%description
pytz brings the Olson tz database into Python. This library allows
accurate and cross platform timezone calculations using Python 2.3 or
higher. It also solves the issue of ambiguous times at the end of
daylight savings, which you can read more about in the Python Library
Reference (datetime.tzinfo).

Amost all (over 540) of the Olson timezones are supported.

%package -n python3-%{module}
Summary:        World timezone definitions for Python3

Group:          Development/Python
Requires:       python3

%description -n python3-%{module}
pytz brings the Olson tz database into Python. This library allows
accurate and cross platform timezone calculations using Python 2.3 or
higher. It also solves the issue of ambiguous times at the end of
daylight savings, which you can read more about in the Python Library
Reference (datetime.tzinfo).

Amost all (over 540) of the Olson timezones are supported.

%prep
%setup -q -c

mv %{module}-%{version} python2
cp -r python2 python3

%install
pushd python2
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=FILELIST.P2
sed -i 's/.*egg-info$//' FILELIST.P2
popd

pushd python3
PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot} --record=FILELIST.P3
sed -i 's/.*egg-info$//' FILELIST.P3
sed -i 's/.*pyc$//' FILELIST.P3
find %{buildroot}%{py3_puresitedir} -name "*pyc" -delete
popd

%clean

%files -f python2/FILELIST.P2
%doc python2/*.txt
%{py_puresitedir}/%{module}-%{version}-*.egg-info

%files -n python3-%{module} -f python3/FILELIST.P3
%doc python3/*.txt
%{py3_puresitedir}/%{module}-%{version}-*.egg-info

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 2015.7-1
- (39f7784) Merge pull request #6 from import/python-pytz:auto_update
- (39f7784) Updated to 2015.7 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23913 |14mu|python-pyusb-1.0.0-2a1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module pyusb
%define omodule usb

%global alphatag a1

Summary:	Python bindings for libusb
Name:		python-%{module}
Version:	1.0.0
Release:	2%{alphatag}
License:	BSD
Group:		Development/Python
Url:		http://pyusb.sourceforge.net/
Source0:	%{module}-%{version}-%{alphatag}.tar.gz
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(python)
Conflicts:	pyusb < 1.0.0-2a1
Obsoletes:	pyusb < 1.0.0-2a1
Provides:	pyusb = %{EVRD}
BuildArch:	noarch

%description
PyUSB provides easy USB access to python. The module contains classes and
methods to support most USB operations.

%files
%dir %{py_puresitedir}/%{omodule}/
%{py_puresitedir}/%{omodule}/*
%{py_puresitedir}/%{module}-*.egg-info

#----------------------------------------------------------------------------

%package -n python3-%{module}
Summary:	Python bindings for libusb
Group:		Development/Python
BuildRequires:	pkgconfig(python3)

%description -n python3-%{module}
PyUSB provides easy USB access to python. The module contains classes and
methods to support most USB operations.

%files -n python3-%{module}
%dir %{py3_puresitedir}/%{omodule}/
%{py3_puresitedir}/%{omodule}/*
%{py3_puresitedir}/%{module}-*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}-%{alphatag}

cp -a . %{py3dir}

%build

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

pushd %{py3dir}
PYTHONDONTWRITEBYTECODE= %__python3 setup.py install --root=%{buildroot}
popd

%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-2a1
- (0780157) Fix BuildRequires for python3 module



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23914 |14mu|python-pyxdg-0.25-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname pyxdg

Summary:	Python library to access freedesktop.org standards
Name:		python-pyxdg
Version:	0.25
Release:	4
License:	LGPLv2+
Group:		Development/Python
Url:		http://www.freedesktop.org/Software/pyxdg
Source0:	http://people.freedesktop.org/~takluyver/pyxdg-%{version}.tar.gz
# https://bugs.freedesktop.org/show_bug.cgi?id=61817
Patch0:		pyxdg-0.25-find-first-mimetype-match.patch
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildArch:	noarch
%rename		pyxdg

%description
PyXDG is a python library to access freedesktop.org standards.
Currently supported are:
  * Base Directory Specification Version 0.6
  * Menu Specification Version 1.0
  * Desktop Entry Specification Version 1.0
  * Icon Theme Specification Version 0.8
  * Recent File Spec 0.2
  * Shared-MIME-Database Specification 0.13

%files -f python2/INSTALLED_FILES
%doc python2/AUTHORS python2/COPYING python2/ChangeLog python2/README python2/TODO

#----------------------------------------------------------------------------

%package -n python3-%{oname}
Summary:	Python 3 library to access freedesktop.org standards
Group:		Development/Python

%description -n python3-%{oname}
PyXDG is a python 3 library to access freedesktop.org standards.
Currently supported are:
  * Base Directory Specification Version 0.6
  * Menu Specification Version 1.0
  * Desktop Entry Specification Version 1.0
  * Icon Theme Specification Version 0.8
  * Recent File Spec 0.2
  * Shared-MIME-Database Specification 0.13

%files -n python3-%{oname} -f python3/INSTALLED_FILES
%doc python3/AUTHORS python3/COPYING python3/ChangeLog python3/README python3/TODO

#----------------------------------------------------------------------------

%prep
%setup -qcn %{oname}-%{version}
mv %{oname}-%{version} python2
pushd python2
%patch0 -p1
popd
cp -a python2 python3

%build
pushd python2
python setup.py build
popd

pushd python3
find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
python3 setup.py build
popd

%install
pushd python2
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=INSTALLED_FILES
popd

pushd python3
PYTHONDONTWRITEBYTECODE= python3 setup.py install --root=%{buildroot} --record=INSTALLED_FILES
popd


%changelog
* Sun Oct 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.25-4
+ Revision: b0b34c6
- Add python 3 package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23915 |14mu|python-qrcode-5.0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global oname qrcode

Summary:	Python QR Code image generator
Name:		python-%{oname}
Version:	5.0.1
Release:	2
License:	BSD
Group:		Development/Python
Url:		https://github.com/lincolnloop/python-qrcode
Source0:	http://pypi.python.org/packages/source/q/qrcode/%{oname}-%{version}.tar.gz
BuildRequires:	python-pillow
BuildRequires:	python-setuptools
BuildRequires:	python-six
BuildRequires:	pkgconfig(python)
Requires:	python-pillow
Requires:	%{name}-core = %{EVRD}
BuildArch:	noarch

%description
This module uses the Python Imaging Library (PIL) to allow for the
generation of QR Codes.

%files
%{_bindir}/qr
%{_mandir}/man1/qr.1*
%{python_sitelib}/%{oname}/image/svg.py*
%{python_sitelib}/%{oname}/image/pil.py*

#----------------------------------------------------------------------------

%package core
Summary:	Python QR Code image generator (core library)
Group:		Development/Python
Requires:	python-six

%description core
Core Python module for QR code generation. Does not contain image rendering.

%files core
%doc LICENSE README.rst CHANGES.rst
%dir %{python_sitelib}/%{oname}/
%dir %{python_sitelib}/%{oname}/image
%{python_sitelib}/%{oname}*.egg-info
%{python_sitelib}/%{oname}/*.py*
%{python_sitelib}/%{oname}/image/__init__.py*
%{python_sitelib}/%{oname}/image/base.py*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

# The pure plugin requires pymaging which is not packaged in Fedora.
rm qrcode/image/pure.py*

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0.1-2
- (3c9d6fd) Require python-pillow instead of obsolete python-imaging



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23916 |14mu|python-qt4-4.11.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Set of Python bindings for Trolltech's Qt application framework
Name:		python-qt4
Version:	4.11.2
Release:	1
License:	GPLv2+
Group:		Development/KDE and Qt
Url:		http://www.riverbankcomputing.co.uk/software/pyqt/intro
Source0:	http://garr.dl.sourceforge.net/project/pyqt/PyQt4/PyQt-%{version}/PyQt-x11-gpl-%{version}.tar.gz
Patch0:		03_qreal_float_support.dpatch
BuildRequires:	python-sip
BuildRequires:	sed
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-python)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(QtAssistantClient)
BuildRequires:	pkgconfig(QtWebKit)
Provides:	PyQt4 = %{EVRD}
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-dbus = %{EVRD}
Requires:	%{name}-declarative = %{EVRD}
Requires:	%{name}-designer = %{EVRD}
Requires:	%{name}-gui = %{EVRD}
Requires:	%{name}-help = %{EVRD}
Requires:	%{name}-multimedia = %{EVRD}
Requires:	%{name}-network = %{EVRD}
Requires:	%{name}-opengl = %{EVRD}
Requires:	%{name}-phonon = %{EVRD}
Requires:	%{name}-script = %{EVRD}
Requires:	%{name}-scripttools = %{EVRD}
Requires:	%{name}-sql = %{EVRD}
Requires:	%{name}-svg = %{EVRD}
Requires:	%{name}-test = %{EVRD}
Requires:	%{name}-webkit = %{EVRD}
Requires:	%{name}-xml = %{EVRD}
Requires:	%{name}-xmlpatterns = %{EVRD}

%description
PyQt is a set of Python bindings for Trolltech's Qt application framework.

%files

#------------------------------------------------------------

%package assistant
Summary:	PyQt 4 assistant
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description assistant
PyQt 4 assistant.

%files assistant
%{py_platsitedir}/PyQt4/QtAssistant.so
%{_datadir}/sip/PyQt4/QtAssistant

#------------------------------------------------------------

%package core
Summary:	PyQt 4 core
Group:		Development/KDE and Qt
Requires:	sip-api(%{sip_api_major}) = %{sip_api}

%description core
PyQt 4 core.

%files core
%dir %{py_platsitedir}/PyQt4
%{py_platsitedir}/PyQt4/uic
%{py_platsitedir}/PyQt4/__init__.py
%{py_platsitedir}/PyQt4/pyqtconfig.py
%{py_puresitedir}/dbus/*
%{py_platsitedir}/PyQt4/Qt.so
%{py_platsitedir}/PyQt4/QtCore.so
%{_datadir}/sip/PyQt4/Qt
%{_datadir}/sip/PyQt4/QtCore
%{qt4dir}/qsci/api/python/PyQt4.api

#------------------------------------------------------------

%package dbus
Summary:	PyQt 4 dbus
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description dbus
PyQt 4 dbus.

%files dbus
%{py_platsitedir}/PyQt4/QtDBus.so
%{_datadir}/sip/PyQt4/QtDBus

#------------------------------------------------------------

%package declarative
Summary:	PyQt 4 declarative
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description declarative
PyQt 4 declarative.

%files declarative
%{py_platsitedir}/PyQt4/QtDeclarative.so
%{_datadir}/sip/PyQt4/QtDeclarative

#------------------------------------------------------------

%package designer
Summary:	PyQt 4 designer
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description designer
PyQt 4 designer.

%files designer
%{py_platsitedir}/PyQt4/QtDesigner.so
%{_datadir}/sip/PyQt4/QtDesigner

#------------------------------------------------------------

%package gui
Summary:	PyQt 4 gui
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description gui
PyQt 4 gui.

%files gui
%{py_platsitedir}/PyQt4/QtGui.so
%{_datadir}/sip/PyQt4/QtGui

#------------------------------------------------------------

%package help
Summary:	PyQt 4 help
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description help
PyQt 4 help.

%files help
%{py_platsitedir}/PyQt4/QtHelp.so
%{_datadir}/sip/PyQt4/QtHelp

#------------------------------------------------------------

%package multimedia
Summary:	PyQt 4 multimedia
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description multimedia
PyQt 4 multimedia.

%files multimedia
%{py_platsitedir}/PyQt4/QtMultimedia.so
%{_datadir}/sip/PyQt4/QtMultimedia

#------------------------------------------------------------

%package network
Summary:	PyQt 4 network
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description network
PyQt 4 network.

%files network
%{py_platsitedir}/PyQt4/QtNetwork.so
%{_datadir}/sip/PyQt4/QtNetwork

#------------------------------------------------------------

%package opengl
Summary:	PyQt 4 opengl
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description opengl
PyQt 4 opengl.

%files opengl
%{py_platsitedir}/PyQt4/QtOpenGL.so
%{_datadir}/sip/PyQt4/QtOpenGL

#------------------------------------------------------------

%package phonon
Summary:	PyQt 4 phonon
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description phonon
PyQt 4 phonon.

%files phonon
%{py_platsitedir}/PyQt4/phonon.so
%{_datadir}/sip/PyQt4/phonon

#------------------------------------------------------------

%package script
Summary:	PyQt 4 script
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description script
PyQt 4 script.

%files script
%{py_platsitedir}/PyQt4/QtScript.so
%{_datadir}/sip/PyQt4/QtScript

#------------------------------------------------------------

%package scripttools
Summary:	PyQt 4 scripttools
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description scripttools
PyQt 4 scripttools.

%files scripttools
%{py_platsitedir}/PyQt4/QtScriptTools.so
%{_datadir}/sip/PyQt4/QtScriptTools

#------------------------------------------------------------

%package sql
Summary:	PyQt 4 sql
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description sql
PyQt 4 sql.

%files sql
%{py_platsitedir}/PyQt4/QtSql.so
%{_datadir}/sip/PyQt4/QtSql

#------------------------------------------------------------

%package svg
Summary:	PyQt 4 svg
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description svg
PyQt 4 svg.

%files svg
%{py_platsitedir}/PyQt4/QtSvg.so
%{_datadir}/sip/PyQt4/QtSvg

#------------------------------------------------------------

%package test
Summary:	PyQt 4 test
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description test
PyQt 4 test.

%files test
%{py_platsitedir}/PyQt4/QtTest.so
%{_datadir}/sip/PyQt4/QtTest

#------------------------------------------------------------

%package webkit
Summary:	PyQt 4 Webkit
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description webkit
PyQt 4 webkit.

%files webkit
%{py_platsitedir}/PyQt4/QtWebKit.so
%{_datadir}/sip/PyQt4/QtWebKit

#------------------------------------------------------------

%package xml
Summary:	PyQt 4 xml
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description xml
PyQt 4 xml.

%files xml
%{py_platsitedir}/PyQt4/QtXml.so
%{_datadir}/sip/PyQt4/QtXml

#------------------------------------------------------------

%package xmlpatterns
Summary:	PyQt 4 xmlpatterns
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description xmlpatterns
PyQt 4 xmlpatterns.

%files xmlpatterns
%{py_platsitedir}/PyQt4/QtXmlPatterns.so
%{_datadir}/sip/PyQt4/QtXmlPatterns

#------------------------------------------------------------

%package devel
Summary:	PyQt 4 devel
Group:		Development/KDE and Qt
Requires:	%{name} = %{EVRD}
Requires:	qt4-designer

%description devel
PyQt 4 devel utilities.

%files devel
%{_bindir}/pyuic4
%{_bindir}/pyrcc4
%{_bindir}/pylupdate4
%{qt4plugins}/designer/*

#------------------------------------------------------------

%prep
%setup -qn PyQt-x11-gpl-%{version}
%patch0 -p1 -b .real

%build
export QTDIR=%{qt4dir}
export PATH=%{qt4dir}/bin:$PATH
export CFLAGS='%{optflags} -fPIC'
export CXXFLAGS='%{optflags} -fPIC'

python ./configure.py \
	--qsci-api \
	--confirm-license \
	-s /usr/include/dbus-1.0
	
# Some modules not requires X libraries
# Python sip not diferentiate qt modules and always add a X set of
# libs to link. We're explicitely this unecessary links
# Using same approach to add missin libpython linh

for name in Qt dbus phonon QtAssistant QtCore QtDBus QtDeclarative QtGui QtMultimedia QtNetwork QtOpenGL QtWebKit QtScript QtSvg QtSql QtDesigner QtTest QtXml QtXmlPatterns QtHelp QtScriptTools; do
    if [ -e ${name}/Makefile ]; then
        sed -i "s,^LIBS = ,LIBS = $(python-config --libs) ,g" ${name}/Makefile
    fi
done
sed -i "s,/usr/lib/qt4/include/phonon,/usr/include/phonon,g" phonon/Makefile
sed -i "s,/usr/lib/qt4//include/phonon,/usr/include/phonon,g" phonon/Makefile

%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}


%changelog
* Fri Oct 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.11.2-1
+ Revision: 3659fe5
- Minor cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23917 |14mu|python-qt5-5.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Set of Python bindings for Trolltech's Qt application framework
Name:		python-qt5
Version:	5.4
Release:	2
License:	GPLv2+
Group:		Development/KDE and Qt
Url:		http://www.riverbankcomputing.co.uk/software/pyqt/intro
Source0:	http://downloads.sourceforge.net/pyqt/PyQt-gpl-%{version}.tar.gz
BuildRequires:	python-sip
BuildRequires:	qmake5
BuildRequires:	qt5-macros
BuildRequires:	sed
BuildRequires:	pkgconfig(dbus-python)
BuildRequires:	pkgconfig(Enginio)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(Qt5Bluetooth)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5MultimediaWidgets)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Positioning)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Sensors)
BuildRequires:	pkgconfig(Qt5SerialPort)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebChannel)
BuildRequires:	pkgconfig(Qt5WebEngineWidgets)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5WebSockets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(Qt5XmlPatterns)
BuildRequires:	pkgconfig(Qt5X11Extras)
Requires:	%{name}-core = %{EVRD}
Requires:	%{name}-dbus = %{EVRD}
Requires:	%{name}-bluetooth = %{EVRD}
Requires:	%{name}-designer = %{EVRD}
Requires:	%{name}-enginio = %{EVRD}
Requires:	%{name}-gui = %{EVRD}
Requires:	%{name}-multimedia = %{EVRD}
Requires:	%{name}-multimediawidgets = %{EVRD}
Requires:	%{name}-network = %{EVRD}
Requires:	%{name}-opengl = %{EVRD}
Requires:	%{name}-positioning = %{EVRD}
Requires:	%{name}-printsupport = %{EVRD}
Requires:	%{name}-qml = %{EVRD}
Requires:	%{name}-quick = %{EVRD}
Requires:	%{name}-quickwidgets = %{EVRD}
Requires:	%{name}-sensors = %{EVRD}
Requires:	%{name}-serialport = %{EVRD}
Requires:	%{name}-sql = %{EVRD}
Requires:	%{name}-svg = %{EVRD}
Requires:	%{name}-test = %{EVRD}
Requires:	%{name}-webchannel = %{EVRD}
Requires:	%{name}-webenginewidgets = %{EVRD}
Requires:	%{name}-webkit = %{EVRD}
Requires:	%{name}-webkitwidgets = %{EVRD}
Requires:	%{name}-websockets = %{EVRD}
Requires:	%{name}-widgets = %{EVRD}
Requires:	%{name}-xml = %{EVRD}
Requires:	%{name}-xmlpatterns = %{EVRD}
Requires:	%{name}-x11extras = %{EVRD}
Provides:	PyQt5 = %{EVRD}

%description
PyQt is a set of Python bindings for Trolltech's Qt application framework.

%files

#----------------------------------------------------------------------------

%package core
Summary:	PyQt 5 core
Group:		Development/KDE and Qt
Requires:	sip-api(%{sip_api_major}) = %{sip_api}

%description core
PyQt 5 core.

%files core
%dir %{py_platsitedir}/PyQt5
%{py_platsitedir}/PyQt5/uic
%{py_platsitedir}/PyQt5/__init__.py*
%{py_puresitedir}/dbus/*
%{py_platsitedir}/PyQt5/Qt.so
%{py_platsitedir}/PyQt5/QtCore.so
%{_datadir}/sip/PyQt5/Qt
%{_datadir}/sip/PyQt5/QtCore
%{_qt5_datadir}/qsci/api/python/PyQt5.api

#----------------------------------------------------------------------------

%package dbus
Summary:	PyQt 5 dbus
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description dbus
PyQt 5 dbus.

%files dbus
%{py_platsitedir}/PyQt5/QtDBus.so
%{_datadir}/sip/PyQt5/QtDBus

#----------------------------------------------------------------------------

%package designer
Summary:	PyQt 5 designer
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description designer
PyQt 5 designer.

%files designer
%{py_platsitedir}/PyQt5/QtDesigner.so
%{_datadir}/sip/PyQt5/QtDesigner

#----------------------------------------------------------------------------

%package enginio
Summary:	PyQt 5 enginio
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description enginio
PyQt 5 enginio.

%files enginio
%{py_platsitedir}/PyQt5/Enginio.so
%{_datadir}/sip/PyQt5/Enginio

#----------------------------------------------------------------------------

%package bluetooth
Summary:	PyQt 5 bluetooth
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description bluetooth
PyQt 5 bluetooth.

%files bluetooth
%{py_platsitedir}/PyQt5/QtBluetooth.so
%{_datadir}/sip/PyQt5/QtBluetooth

#----------------------------------------------------------------------------

%package gui
Summary:	PyQt 5 gui
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description gui
PyQt 5 gui.

%files gui
%{py_platsitedir}/PyQt5/QtGui.so
%{py_platsitedir}/PyQt5/_QOpenGLFunctions_2_0.so
%{_datadir}/sip/PyQt5/QtGui
%{_datadir}/sip/PyQt5/_QOpenGLFunctions_2_0

#----------------------------------------------------------------------------

%package help
Summary:	PyQt 5 help
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description help
PyQt 5 help.

%files help
%{py_platsitedir}/PyQt5/QtHelp.so
%{_datadir}/sip/PyQt5/QtHelp

#----------------------------------------------------------------------------

%package multimedia
Summary:	PyQt 5 multimedia
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description multimedia
PyQt 5 multimedia.

%files multimedia
%{py_platsitedir}/PyQt5/QtMultimedia.so
%{_datadir}/sip/PyQt5/QtMultimedia

#----------------------------------------------------------------------------

%package multimediawidgets
Summary:	PyQt 5 multimediawidgets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description multimediawidgets
PyQt 5 multimediawidgets.

%files multimediawidgets
%{py_platsitedir}/PyQt5/QtMultimediaWidgets.so
%{_datadir}/sip/PyQt5/QtMultimediaWidgets

#----------------------------------------------------------------------------

%package network
Summary:	PyQt 5 network
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description network
PyQt 5 network.

%files network
%{py_platsitedir}/PyQt5/QtNetwork.so
%{_datadir}/sip/PyQt5/QtNetwork

#----------------------------------------------------------------------------

%package opengl
Summary:	PyQt 5 opengl
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description opengl
PyQt 5 opengl.

%files opengl
%{py_platsitedir}/PyQt5/QtOpenGL.so
%{_datadir}/sip/PyQt5/QtOpenGL

#----------------------------------------------------------------------------

%package positioning
Summary:	PyQt 5 positioning
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description positioning
PyQt 5 positioning.

%files positioning
%{py_platsitedir}/PyQt5/QtPositioning.so
%{_datadir}/sip/PyQt5/QtPositioning

#----------------------------------------------------------------------------

%package printsupport
Summary:	PyQt 5 printsupport
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description printsupport
PyQt 5 printsupport

%files printsupport
%{py_platsitedir}/PyQt5/QtPrintSupport.so
%{_datadir}/sip/PyQt5/QtPrintSupport

#----------------------------------------------------------------------------

%package qml
Summary:	PyQt 5 qml
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description qml
PyQt 5 qml.

%files qml
%{py_platsitedir}/PyQt5/QtQml.so
%{_qt5_plugindir}/PyQt5/libpyqt5qmlplugin.so
%{_datadir}/sip/PyQt5/QtQml

#----------------------------------------------------------------------------

%package quick
Summary:	PyQt 5 quick
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description quick
PyQt 5 quick.

%files quick
%{py_platsitedir}/PyQt5/QtQuick.so
%{_datadir}/sip/PyQt5/QtQuick

#----------------------------------------------------------------------------

%package quickwidgets
Summary:	PyQt 5 quickwidgets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description quickwidgets
PyQt 5 quickwidgets.

%files quickwidgets
%{py_platsitedir}/PyQt5/QtQuickWidgets.so
%{_datadir}/sip/PyQt5/QtQuickWidgets

#----------------------------------------------------------------------------

%package sensors
Summary:	PyQt 5 sensors
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description sensors
PyQt 5 sensors.

%files sensors
%{py_platsitedir}/PyQt5/QtSensors.so
%{_datadir}/sip/PyQt5/QtSensors

#----------------------------------------------------------------------------

%package serialport
Summary:	PyQt 5 serialport
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description serialport
PyQt 5 serialport.

%files serialport
%{py_platsitedir}/PyQt5/QtSerialPort.so
%{_datadir}/sip/PyQt5/QtSerialPort

#----------------------------------------------------------------------------

%package sql
Summary:	PyQt 5 sql
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description sql
PyQt 5 sql.

%files sql
%{py_platsitedir}/PyQt5/QtSql.so
%{_datadir}/sip/PyQt5/QtSql

#----------------------------------------------------------------------------

%package svg
Summary:	PyQt 5 svg
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description svg
PyQt 5 svg.

%files svg
%{py_platsitedir}/PyQt5/QtSvg.so
%{_datadir}/sip/PyQt5/QtSvg

#----------------------------------------------------------------------------

%package test
Summary:	PyQt 5 test
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description test
PyQt 5 test.

%files test
%{py_platsitedir}/PyQt5/QtTest.so
%{_datadir}/sip/PyQt5/QtTest

#----------------------------------------------------------------------------

%package webchannel
Summary:	PyQt 5 WebChannel
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description webchannel
PyQt 5 WebChannel.

%files webchannel
%{py_platsitedir}/PyQt5/QtWebChannel.so
%{_datadir}/sip/PyQt5/QtWebChannel

#----------------------------------------------------------------------------

%package webenginewidgets
Summary:	PyQt 5 WebEngineWidgets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description webenginewidgets
PyQt 5 WebEngineWidgets.

%files webenginewidgets
%{py_platsitedir}/PyQt5/QtWebEngineWidgets.so
%{_datadir}/sip/PyQt5/QtWebEngineWidgets

#----------------------------------------------------------------------------

%package webkit
Summary:	PyQt 5 Webkit
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description webkit
PyQt 5 Webkit.

%files webkit
%{py_platsitedir}/PyQt5/QtWebKit.so
%{_datadir}/sip/PyQt5/QtWebKit

#----------------------------------------------------------------------------

%package webkitwidgets
Summary:	PyQt 5 webkitwidgets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description webkitwidgets
PyQt 5 webkitwidgets.

%files webkitwidgets
%{py_platsitedir}/PyQt5/QtWebKitWidgets.so
%{_datadir}/sip/PyQt5/QtWebKitWidgets

#----------------------------------------------------------------------------

%package websockets
Summary:	PyQt 5 websockets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description websockets
PyQt 5 websockets.

%files websockets
%{py_platsitedir}/PyQt5/QtWebSockets.so
%{_datadir}/sip/PyQt5/QtWebSockets

#----------------------------------------------------------------------------

%package widgets
Summary:	PyQt 5 widgets
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description widgets
PyQt 5 widgets.

%files widgets
%{py_platsitedir}/PyQt5/QtWidgets.so
%{_datadir}/sip/PyQt5/QtWidgets

#----------------------------------------------------------------------------

%package xml
Summary:	PyQt 5 XML
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description xml
PyQt 5 XML.

%files xml
%{py_platsitedir}/PyQt5/QtXml.so
%{_datadir}/sip/PyQt5/QtXml

#----------------------------------------------------------------------------

%package xmlpatterns
Summary:	PyQt 5 XMLPatterns
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description xmlpatterns
PyQt 5 XMLPatterns.

%files xmlpatterns
%{py_platsitedir}/PyQt5/QtXmlPatterns.so
%{_datadir}/sip/PyQt5/QtXmlPatterns

#----------------------------------------------------------------------------

%package x11extras
Summary:	PyQt 5 x11extras
Group:		Development/KDE and Qt
Requires:	%{name}-core = %{EVRD}

%description x11extras
PyQt 5 x11extras.

%files x11extras
%{py_platsitedir}/PyQt5/QtX11Extras.so
%{_datadir}/sip/PyQt5/QtX11Extras

#----------------------------------------------------------------------------

%package devel
Summary:	PyQt 5 devel
Group:		Development/KDE and Qt
Requires:	%{name} = %{EVRD}
Requires:	qt5-designer

%description devel
PyQt 5 devel utilities.

%files devel
%{_bindir}/pyuic5
%{_bindir}/pyrcc5
%{_bindir}/pylupdate5
%{_qt5_plugindir}/designer/*

#----------------------------------------------------------------------------

%package doc
Summary:	PyQt 5 documentation
Group:		Development/KDE and Qt
Buildarch:	noarch

%description doc
PyQt 5 documentation.

%files doc
%doc %{_docdir}/%{name}
%exclude %{_docdir}/%{name}/examples

#----------------------------------------------------------------------------

%package examples
Summary:	PyQt 5 examples
Group:		Development/KDE and Qt
BuildArch:	noarch

%description examples
PyQt 5 examples.

%files examples
%doc %{_docdir}/%{name}/examples

#----------------------------------------------------------------------------

%prep
%setup -q -n PyQt-gpl-%{version}

%build
export PATH=%{_qt5_bindir}:$PATH

python ./configure.py \
	--qsci-api \
	--confirm-license

sed -i -e "s,-fstack-protector,-fno-stack-protector,g" _Q*/Makefile
sed -i -e "s,^LIBS .*= ,LIBS = $(python-config --libs) ,g" Qt*/Makefile _Q*/Makefile dbus/Makefile Enginio/Makefile
sed -i -e "s#^LFLAGS .*= #LFLAGS = %{ldflags} #g" Qt*/Makefile _Q*/Makefile pyrcc/Makefile designer/Makefile dbus/Makefile qmlscene/Makefile Enginio/Makefile

%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}
rm -fr %{buildroot}%{py_platsitedir}/PyQt5/uic/port_v3

mkdir -p %{buildroot}%{_docdir}/%{name}
    cp -fr doc/html/* %{buildroot}%{_docdir}/%{name}/

mkdir %{buildroot}%{_docdir}/%{name}/examples
    cp -fr examples/* %{buildroot}%{_docdir}/%{name}/examples/


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23918 |14mu|python-rdflib-4.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rdflib

Summary:	Python library for working with RDF
Name:		python-%{oname}
Version:	4.2.1
Release:	1
Source0:	http://pypi.python.org/packages/source/r/rdflib/rdflib-%{version}.tar.gz
License:	BSD
Group:		Development/Python
BuildArch:	noarch
BuildRequires:	python-setuptools
Url:		http://rdflib.net/

%description
RDFLib is a Python library for working with RDF, a simple yet powerful
language for representing information.

The library contains parsers and serializers for RDF/XML, N3,
NTriples, Turtle, TriX and RDFa . The library presents a Graph
interface which can be backed by any one of a number of Store
implementations, including, Memory, MySQL, Redland, SQLite, Sleepycat
and SQLObject.  If you have recently reported a bug marked as fixed,
or have a craving for the very latest, you may want the development
version instead: http://rdflib.googlecode.com/svn/trunk#egg=rdflib-dev

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=FILE_LIST
rm -rf %{buildroot}%{py_platsitedir}/test
sed -i 's/.*egg-info$//' FILE_LIST

%clean

%files -f FILE_LIST
%doc  LICENSE  examples/

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 4.2.1-1
- (347472c) Merge pull request #1 from import/python-rdflib:auto_update
- (347472c) Updated to 4.2.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23919 |14mu|python-reportlab-3.1.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# dependency generator inserts "== 2.0.0" for pillow eggs, but we already have 2.6
%define __noautoreq 'pillow'

Summary:	ReportLab library to create PDF documents using Python
Name:		python-reportlab
Version:	3.1.8
Release:	5
URL:		http://www.reportlab.org/
Source0:	https://pypi.python.org/packages/source/r/reportlab/reportlab-%{version}.tar.gz
Patch0:		reportlab-%{version}-font-locations.patch
Patch1:		reportlab-3.1.8-fix_build.patch
License:	BSD
Group:		Publishing
BuildRequires:	pkgconfig(python)
BuildRequires:	python-pillow
BuildRequires:	freetype-devel
Requires:	fonts-ttf-dejavu
Requires:	python-pillow

%description
ReportLab is a library that lets you directly create documents in
Adobe's Portable Document Format (PDF) using the Python programming
language.

ReportLab library creates PDF based on graphics commands without
intervening steps. It's therefore extremely fast, and flexible (since
you're using a full-blown programming language).

Sample use cases are:

  * Dynamic PDF generation on the web
  * High-volume corporate reporting and database publishing
  * As embeddable print engine for other applications, including a
    'report language' so that users can customize their own reports.
  * As 'build system' for complex documents with charts, tables and text
    such as management accounts, statistical reports and scientific papers
  * from XML to PDF in one step

%package -n python3-reportlab
Summary:	ReportLab library to create PDF documents using Python 3
Group:		Development/Python
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-pillow
Requires:	fonts-ttf-dejavu
Requires:	python3-pillow

%description -n python3-reportlab
ReportLab is a library that lets you directly create documents in
Adobe's Portable Document Format (PDF) using the Python programming
language.

ReportLab library creates PDF based on graphics commands without
intervening steps. It's therefore extremely fast, and flexible (since
you're using a full-blown programming language).

%package docs
Summary:	Documentation files for %{name}
Requires:	%{name} = %{version}-%{release}
Group:		Publishing
License:	BSD

%description docs
Contains the documentation for ReportLab.

%prep
%setup -q -n reportlab-%{version}
%patch0 -p0
%patch1 -p1
# clean up hashbangs from libraries
find src -name '*.py' | xargs sed -i -e '/^#!\//d'
cp -a . %{py3dir} 

%build
pushd %{py3dir}
CFLAGS="%{optflags}" python3 setup.py build
popd

CFLAGS="%{optflags}" python setup.py build
# a bit of a horrible hack due to a chicken-and-egg problem. The docs
# require reportlab, which isn't yet installed, but is at least built.
PYTHONPATH="`pwd`/`ls -d build/lib*`" python docs/genAll.py


%install
pushd %{py3dir}
python3 setup.py install -O1 --skip-build --root %{buildroot}
rm -rf %{buildroot}%{py3_platsitedir}/reportlab/fonts
popd

python setup.py install -O1 --skip-build --root %{buildroot}
# Remove bundled fonts
rm -rf %{buildroot}%{py_platsitedir}/reportlab/fonts

%files
%doc README.txt CHANGES.txt LICENSE.txt 
%{py_platsitedir}/reportlab
%{py_platsitedir}/reportlab*.egg-info

%files -n python3-reportlab
%doc README.txt CHANGES.txt LICENSE.txt 
%{py3_platsitedir}/reportlab
%{py3_platsitedir}/reportlab*.egg-info

%files docs
%doc docs/*.pdf demos tools LICENSE.txt

%changelog

* Wed Jun 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1.8-5
- (49dccb9) Updated to 3.1.8, added python3 module



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23920 |14mu|python-rope-0.10.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	rope

Summary:	Python refactoring library
Name:		python-%{module}
Version:	0.10.2
Release:	1
License:	GPLv2
Group:		Development/Python
Url:		http://rope.sourceforge.net/
Source0:	http://pypi.python.org/packages/source/r/rope/rope-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:  python-devel

%description
Rope is a Python refactoring library. You can use
rope as a library in other IDEs.

%prep
%setup -qn %{module}-%{version}

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --record=FILE_LIST

%files -f FILE_LIST
%doc COPYING  docs/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 0.10.2-1
- (f925bc7) Merge pull request #1 from import/python-rope:auto_update
- (f925bc7) Updated to 0.10.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23921 |14mu|python-sane-2.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Refer to the comment for Source0 below on how to obtain the source tarball
# The saved file has format python-pillow-Sane-$version-$ahead-g$shortcommit.tar.gz
%define commit 91e336c280a9ff0dfec30d18d761c2f1064dfa79
%define shortcommit %(c=%{commit}; echo ${c:0:7})
%define ahead 0

Name:           python-sane
Version:        2.8.2
Release:        1
Summary:        Python2 SANE interface
Group:          Development/Python
License:        MIT
URL:            https://github.com/python-pillow/Sane

# Obtain the tarball for a certain commit via:
#  wget --content-disposition https://github.com/python-pillow/Sane/tarball/$commit
Source0:        https://github.com/python-pillow/Sane/tarball/%{commit}/python-pillow-Sane-v%{version}-%{ahead}-g%{shortcommit}.tar.gz

BuildRequires:  pkgconfig(sane-backends)

BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python-sphinx
BuildRequires:  python-sphinx_rtd_theme

Obsoletes:      python-pillow-sane < 2.8.2-1
Provides:       python-pillow-sane = %{EVRD}

Requires:       python-pillow


%description
This package contains the sane module for Python2 which provides access to
various raster scanning devices such as flatbed scanners and digital cameras.

%prep
%setup -q -n python-pillow-Sane-%{shortcommit}

%build
find -name '*.py' | xargs sed -i '1s|^#!.*python|#!%{__python}|'
CFLAGS="%{optflags}" python setup.py build

pushd doc
make html
rm -f _build/html/.buildinfo
popd

%install
python setup.py install --skip-build --root %{buildroot}

# Fix non-standard-executable-perm
chmod 0755 %{buildroot}%{py_platsitedir}/*.so

%files
%doc CHANGES.rst sanedoc.txt example.py doc/_build/html
%{py_platsitedir}/*

%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 2.8.2-1
- (f1e72a8) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23922 |14mu|python-setuptools-18.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	setuptools

%bcond_with tests
# This controls whether setuptools is build as a wheel or not,
# simplifying Python 3.4 bootstraping process
%bcond_without wheel

# Force python3 build - required for new hplip
# % {?build_python3}%{?!build_python3:%bcond_without python3}
%bcond_without python3

%if %{with wheel}
%define python2_wheelname %{module}-%{version}-py2.py3-none-any.whl
%define python2_record %{py_puresitedir}/%{module}-%{version}.dist-info/RECORD
%define python3_wheelname %{python2_wheelname}
%define python3_record %{py3_puresitedir}/%{module}-%{version}.dist-info/RECORD
%endif
 
Summary:	Easily build and distribute Python packages
Name:		python-%{module}
Version:	18.6.1
Release:	1
Epoch:		1
License:	Python or ZPLv2.0
Group:		Development/Python
Url:		http://pypi.python.org/pypi/%{module}
Source0:	http://pypi.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz

BuildArch:	noarch
BuildRequires:	python-devel
%if %{with wheel}
BuildRequires:  python-pip
BuildRequires:  python-wheel
%endif
Provides:	pythonegg(setuptools)
Provides:	pythonegg(distribute)

# For unittests
BuildRequires:	subversion
Requires:	python-pkg-resources

%rename		python-setuptools-devel
%rename		python-distribute

%description
A collection of enhancements to the Python distutils that allow 
you to more easily build and distribute Python packages, especially 
ones that have dependencies on other packages.

%package -n python-pkg-resources
Summary: Runtime module to access python resources
Group:		Development/Python

%description -n python-pkg-resources
Module used to find and manage Python package/version dependencies and access
bundled files and resources, including those inside of zipped .egg files.


%if %{with python3}
%package -n python3-%{module}
Summary:	Easily build and distribute Python3 packages
Group:		Development/Python

BuildRequires:	python3-devel
%if %{with wheel}
BuildRequires:  python3-pip
BuildRequires:  python3-wheel
%endif
Provides:	python3egg(setuptools)
Provides:	python3egg(distribute)
Requires:	python3-pkg-resources

%rename		python3-setuptools-devel
%rename		python3-distribute

%description -n python3-setuptools
A collection of enhancements to the Python 3 distutils that allow
you to more easily build and distribute Python 3 packages, especially
ones that have dependencies on other packages.

%package -n python3-pkg-resources
Summary: Runtime module to access python 3 resources
Group:		Development/Python

%description -n python3-pkg-resources
Module used to find and manage Python 3 package/version dependencies and access
bundled files and resources, including those inside of zipped .egg files.

%endif

%prep
%setup -q -c

mv %{module}-%{version} python2
%if %{with python3}
cp -r python2 python3
%endif

find -name '*.txt' -exec chmod -x \{\} \;
find . -name '*.orig' -exec rm \{\} \;

%if %{with python3}
pushd python3
for file in setuptools/command/easy_install.py ; do
    sed -i '1s|^#!python|#!python3|' $file
done
popd
%endif

%build
pushd python2
%if %{with wheel}
python setup.py bdist_wheel
%else
CFLAGS="%{optflags}" python setup.py build
%endif
popd

%if %{with python3}
pushd python3
%if %{with wheel}
python3 setup.py bdist_wheel
%else
CFLAGS="%{optflags}" python3 setup.py build
%endif
popd
%endif

%install
# Must do the python3 install first because the scripts in /usr/bin are
# overwritten with every setup.py install (and we want the python2 version
# to be the default for now).
%if %{with python3}
pushd python3
%if %{with wheel}
pip3 install -I dist/%{python3_wheelname} --root %{buildroot} --strip-file-prefix %{buildroot}

# TODO: we have to remove this by hand now, but it'd be nice if we wouldn't have to
# (pip install wheel doesn't overwrite)
rm %{buildroot}%{_bindir}/easy_install

sed -i '/\/usr\/bin\/easy_install,/d' %{buildroot}%{python3_record}
%else
python3 setup.py install --skip-build --root %{buildroot}
%endif

rm -rf %{buildroot}%{py3_puresitedir}/setuptools/tests
%if %{with wheel}
sed -i '/^setuptools\/tests\//d' %{buildroot}%{python3_record}
%endif

find %{buildroot}%{py3_puresitedir} -name '*.exe' | xargs rm -f
chmod +x %{buildroot}%{py3_puresitedir}/setuptools/command/easy_install.py
popd

%endif

pushd python2
%if %{with wheel}
pip2 install -I dist/%{python2_wheelname} --root %{buildroot} --strip-file-prefix %{buildroot}
%else
python setup.py install --skip-build --root %{buildroot}
%endif

rm -rf %{buildroot}%{py_puresitedir}/setuptools/tests
%if %{with wheel}
sed -i '/^setuptools\/tests\//d' %{buildroot}%{python2_record}
%endif

find %{buildroot}%{py_puresitedir} -name '*.exe' | xargs rm -f
chmod +x %{buildroot}%{py_puresitedir}/setuptools/command/easy_install.py
popd

%if %{with tests}
%check
pushd python2
python setup.py test
popd

%if %{with python3}
pushd python3
python3 setup.py test
popd
%endif

%endif

%files
%doc python2/*.txt python2/docs
%{_bindir}/easy_install
%{_bindir}/easy_install-2.*
%{py_puresitedir}/*
%exclude %{py_puresitedir}/pkg_resources*

%files -n python-pkg-resources
%{py_puresitedir}/pkg_resources*

%if %{with python3}
%files -n python3-setuptools
%doc python3/*.txt python3/docs
%{_bindir}/easy_install-3.*
%{py3_puresitedir}/*
%exclude %{py3_puresitedir}/pkg_resources*
# %exclude %{py3_puresitedir}/__pycache__/pkg_resources.cpython-*.py*

%files -n python3-pkg-resources
%{py3_puresitedir}/pkg_resources*
# %{py3_puresitedir}/__pycache__/pkg_resources.cpython-*.py*
%endif

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1:18.6.1-1
- (739f136) Merge pull request #1 from import/python-setuptools:auto_update
- (739f136) Updated to 18.6.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23923 |14mu|python-simplejson-3.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define shortname simplejson

# Disable useless provides ('_speedups.so' and similar)
%define __noautoprov '_.*\.so'

Summary:	Simple, fast, extensible JSON encoder/decoder for Python
Name:		python-%{shortname}
Version:	3.8.0
Release:	1
License:	MIT
Group:		Development/Python
Url:		http://undefined.org/python/#simplejson
Source0:	https://pypi.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
BuildRequires:	python-distribute
BuildRequires:	pkgconfig(python)

%description
simplejson is a simple, fast, complete, correct and extensible JSON
(http://json.org) encoder and decoder for Python 2.3+. It is pure Python code
with no dependencies, but includes an optional C extension for a serious speed
boost.

simplejson was formerly known as simple_json, but changed its name to comply
with PEP 8 module naming guidelines.

The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).

The decoder can handle incoming JSON strings of any specified encoding (UTF-8
by default).

%files
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{shortname}-%{version}

%build
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot} --install-purelib=%{py_platsitedir}

%changelog

* Fri Jan 01 2016 dsilakov <denis.silakov@rosalab.ru> 3.8.0-1
- (ac4aaa1) Merge pull request #8 from import/python-simplejson:auto_update
- (ac4aaa1) Updated to 3.8.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23924 |14mu|python-sip-4.16.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

# extracted from sip.h, SIP_API_MAJOR_NR SIP_API_MINOR_NR defines
%define sip_api_major 11
%define sip_api_minor 1
%define sip_api       %{sip_api_major}.%{sip_api_minor}

# Force python3 build - required by new hplip
# % {?build_python3}%{?!build_python3:%bcond_without python3}
%bcond_without python3

Summary:	Riverbanks's python sip
Name:		python-sip
Version:	4.16.7
Release:	5
Epoch:		3
License:	GPLv2+
Group:		Development/Python
Url:		http://www.riverbankcomputing.co.uk/software/sip/intro
Source0:	http://downloads.sourceforge.net/pyqt/sip-%{version}.tar.gz
Patch0:		sip-4.16.1-python3-bin.patch
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(python)
%if %{with python3}
BuildRequires:	pkgconfig(python3)
%endif
Requires:	sip-macros = %{EVRD}
Provides:	sip-api(%{sip_api_major}) = %{sip_api}

%description
SIP is a tool that makes it very easy to create Python bindings
for C and C++ libraries. It was originally developed to create PyQt,
the Python bindings for the Qt toolkit, but can be used to
create bindings for any C or C++ library.

%files
%{_bindir}/sip
%{py_incdir}/sip.h
%{py_platsitedir}/sip*

#----------------------------------------------------------------------------
%if %{with python3}

%package -n python3-sip
Summary:	Riverbanks's python sip
Group:		Development/Python
Requires:	sip-macros = %{EVRD}
Conflicts:	python3-sip < 3:4.16.1-3
Obsoletes:	python3-sip < 3:4.16.1-3
Conflicts:	python3-sip-devel < 3:4.16.1-3
Obsoletes:	python3-sip-devel < 3:4.16.1-3
Provides:	python3-sip-api(%{sip_api_major}) = %{sip_api}

%description -n python3-sip
SIP is a tool that makes it very easy to create Python bindings
for C and C++ libraries. It was originally developed to create PyQt,
the Python bindings for the Qt toolkit, but can be used to
create bindings for any C or C++ library.

%files -n python3-sip
%{_bindir}/sip3
%{py3_incdir}/sip.h
%{py3_platsitedir}/sip*

%endif
#----------------------------------------------------------------------------

%package -n sip-macros
Summary:	RPM macros for python sip
Group:		Development/Python
Conflicts:	python-sip < 3:4.16.1-3
Conflicts:	python3-sip-devel < 3:4.16.1-3

%description -n sip-macros
RPM macros for python sip.

%files -n sip-macros
%{_sysconfdir}/rpm/macros.d/sip.macros

#----------------------------------------------------------------------------

%prep
%setup -qcn sip-%{version}

pushd sip-%{version}
# Check API minor/major numbers
export real_api_major=`grep SIP_API_MAJOR_NR siplib/sip.h.in|head -n1|awk -F' ' '{print $3}'`
export real_api_minor=`grep SIP_API_MINOR_NR siplib/sip.h.in|head -n1|awk -F' ' '{print $3}'`
if [ $real_api_major -ne %{sip_api_major} ]; then
    echo 'Wrong spi major specified: Should be' $real_api_major ', but set' %{sip_api_major}
    exit 1
fi
if [ $real_api_minor -ne %{sip_api_minor} ]; then
    echo 'Wrong spi minor specified: Should be' $real_api_minor ', but set' %{sip_api_minor}
    exit 1
fi

#  Don't use X11R6 prefix for includes neither libraries by default.
for file in specs/linux-*; do
    perl -p -i -e "s@/X11R6/@/@g" $file
done
popd

mv sip-%{version} python2

%if %{with python3}
cp -r python2 python3

pushd python3
%patch0 -p1
popd
%endif

%build
pushd python2
python2 configure.py
%make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" LIBS="%{?ldflags} -lpython%{py_ver}"
popd

%if %{with python3}
pushd python3
python3 configure.py --sipdir=%{_datadir}/sip3
%make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" LIBS="%{?ldflags} -lpython%{py3_ver}"
popd
%endif

%install
%makeinstall_std -C python2
%if %{with python3}
%makeinstall_std -C python3
%endif

mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d/
cat > %{buildroot}%{_sysconfdir}/rpm/macros.d/sip.macros << EOF
# extracted from sip.h, SIP_API_MAJOR_NR SIP_API_MINOR_NR defines
%%sip_api_major %{sip_api_major}
%%sip_api_minor %{sip_api_minor}
%%sip_api       %{sip_api_major}.%{sip_api_minor}
EOF

%changelog

* Thu Apr 07 2016 Denis Silakov <dsilakov@gmail.com> 3:4.16.7-5
- (dcf0764) Updated to 4.16.7 - latest version with the same API



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23925 |14mu|python-six-1.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	six

Name:		python-%{oname}
Version:	1.10.0
Release:	1
Summary:	Python 2 and 3 compatibility utilities

Source0:	http://pypi.python.org/packages/source/s/six/six-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pypi.python.org/pypi/six/
BuildArch:	noarch
BuildRequires:  pkgconfig(python)

%description
Six is a Python 2 and 3 compatibility library.  It provides utility functions
for smoothing over the differences between the Python versions with the goal of
writing Python code that is compatible on both Python versions.  See the
documentation for more information on what is provided.

Six supports Python 2.4+.

Online documentation is at http://packages.python.org/six/.

Bugs can be reported to http://bitbucket.org/gutworth/six.  The code can also
be found there.

%prep
%setup -qn %{oname}-%{version}

%build
chmod 644 README
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%doc LICENSE README documentation/index.rst
%{py_puresitedir}/*

%changelog

* Fri Jan 01 2016 dsilakov <denis.silakov@rosalab.ru> 1.10.0-1
- (1d3151d) Merge pull request #7 from import/python-six:auto_update
- (1d3151d) Updated to 1.10.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23926 |14mu|python-slip-0.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Miscellaneous convenience, extension and workaround code for Python
Name:		python-slip
Version:	0.6.3
Release:	1
Group:		System/Libraries
License:	GPLv2+
Url:		https://github.com/nphilipp/python-slip
Source0:	https://github.com/nphilipp/python-slip/releases/download/python-slip-%{version}/python-slip-%{version}.tar.bz2
Patch0:		python-slip-0.2.24-selinux.patch
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
Obsoletes:	policykit
Requires:       python-six

%description
The Simple Library for Python packages contain miscellaneous code for
convenience, extension and workaround purposes.

This package provides the "slip" and the "slip.util" modules.

%package -n python3-slip
Summary:    Convenience, extension and workaround code for Python 3.x
Group:      System/Libraries

%description -n python3-slip
The Simple Library for Python 3.x packages contain miscellaneous code for
convenience, extension and workaround purposes.

This package provides the "slip" and the "slip.util" modules.

%package dbus
Summary:	Convenience functions for dbus services
Group:		System/Libraries
Requires:	%{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires:	python-dbus >= 0.80
Requires:	python-gobject
Requires:	polkit >= 0.94
Requires:	python-decorator

%description dbus
The Simple Library for Python packages contain miscellaneous code for
convenience, extension and workaround purposes.

This package provides slip.dbus.service.Object, which is a dbus.service.Object
derivative that ends itself after a certain time without being used and/or if
there are no clients anymore on the message bus, as well as convenience
functions and decorators for integrating a dbus service with PolicyKit.

%package -n python3-slip-dbus
Summary:    Convenience functions for dbus services in Python 3.x
Group:      System/Libraries
Requires:   python3-slip = %{?epoch:%{epoch}:}%{version}-%{release}
Requires:   python3-dbus >= 0.80
# Don't require any of pygobject2/3 because slip.dbus works with either one. In
# theory users of slip.dbus should require one or the other anyway to use the
# main loop.
#
# No hard requirement on polkit to allow minimal installs without polkit and
# its dependencies.
Conflicts:  policykit
Requires:   python3-decorator
Requires:   python3-six

%description -n python3-slip-dbus
The Simple Library for Python 3.x packages contain miscellaneous code for
convenience, extension and workaround purposes.

This package provides slip.dbus.service.Object, which is a dbus.service.Object
derivative that ends itself after a certain time without being used and/or if
there are no clients anymore on the message bus, as well as convenience
functions and decorators for integrating a dbus service with PolicyKit.

%package gtk
Summary:	Code to make auto-wrapping gtk labels
Group:		System/Libraries
Requires:	%{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires:	pygtk2.0

%description gtk
The Simple Library for Python packages contain miscellaneous code for
convenience, extension and workaround purposes.

This package provides slip.gtk.set_autowrap(), a convenience function which
lets gtk labels be automatically re-wrapped upon resizing.

%prep
%setup -q
%apply_patches

cp -a . %{py3dir}
find %{py3dir} -name '*.py' -o -name '*.py.in' | xargs sed -i '1s|^#!/usr/bin/python|#!%{__python3}|'

%build
%make PYTHON=/usr/bin/python2

pushd %{py3dir}
%make PYTHON=/usr/bin/python3
popd

%install
%makeinstall_std PYTHON=/usr/bin/python2

pushd %{py3dir}
%makeinstall_std  PYTHON=/usr/bin/python3
popd

%files
%doc COPYING doc/dbus
%dir %{py_puresitedir}/slip/
%{py_puresitedir}/slip/__init__.py*
%{py_puresitedir}/slip/util
%{py_puresitedir}/slip/_wrappers
%{py_puresitedir}/slip-%{version}-py%{py_ver}.egg-info

%files -n python3-slip
%defattr(-,root,root,-)
%doc COPYING doc/dbus
%dir %{py3_puresitedir}/slip/
%{py3_puresitedir}/slip/__init__.py*
%{py3_puresitedir}/slip/util
%{py3_puresitedir}/slip/_wrappers
%{py3_puresitedir}/slip-%{version}-py%{python3_version}.egg-info

%files dbus
%doc doc/dbus/*
%{py_puresitedir}/slip/dbus
%{py_puresitedir}/slip.dbus-%{version}-py%{py_ver}.egg-info

%files -n python3-slip-dbus
%doc doc/dbus/*
%{py3_puresitedir}/slip/dbus
%{py3_puresitedir}/slip.dbus-%{version}-py%{python3_version}.egg-info

%files gtk
%{py_puresitedir}/slip/gtk
%{py_puresitedir}/slip.gtk-%{version}-py%{py_ver}.egg-info



%changelog

* Thu Sep 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.3-1
- (1d63e90) No need in selinux requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23927 |14mu|python-snowballstemmer-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           python-snowballstemmer
Version:        1.2.0
Release:        1
Summary:        This package provides 16 stemmer algorithms
License:        BSD-2-Clause
Group:          Development/Python
Url:            https://github.com/shibukawa/snowball_py
Source:         https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-%{version}.tar.gz
BuildRequires:  python-devel
BuildArch:      noarch

%description
This package provides 16 stemmer algorithms (15 + Poerter English
stemmer) generated from Snowball algorithms.  It includes following
language algorithms: Danish, Dutch, English (Standard, Porter),
Finnish, French, German, Hungarian, Italian, Norwegian, Portuguese,
Romanian, Russian, Spanish, Swedish, Turkish. This is a pure Python
stemming library. If PyStemmer is available, this module uses it to
accelerate.

%prep
%setup -qn snowballstemmer-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%doc LICENSE.rst
%{py_puresitedir}/*
%doc README.rst

%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 1.2.0-1
- (ae4192b) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23928 |14mu|python-SPARQLWrapper-1.6.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	oname	SPARQLWrapper

Name:		python-%{oname}
Version:	1.6.4
Release:	1
Summary:	SPARQL Endpoint interface to Python
Source0:	http://pypi.python.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-%{version}.tar.gz
License:	W3C SOFTWARE NOTICE AND LICENSE
Group:		Development/Python
Url:		http://sparql-wrapper.sourceforge.net/
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
This is a wrapper around a SPARQL service.
It helps in creating the query URI and, possibly, convert the result
into a more manageable format.

%prep
%setup -q -n %{oname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}

%files
%{py_puresitedir}/SPARQLWrapper/*
%{py_puresitedir}/SPARQLWrapper*.egg-info

%changelog
* Sat Oct 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.4-1
+ Revision: 6f06843
- Minor cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23929 |14mu|python-sphinx-1.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarname	Sphinx

# disable these for bootstrapping nose and sphinx
%define enable_tests 0
%define enable_doc 1

%if !%{enable_doc}
%define __noautoreq ".*sphinx-rtd-theme.*\|.*alabaster.*"
%endif

Summary:	Python documentation generator

Name:		python-sphinx
Version:	1.3.1
Release:	3
Source0:	http://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
Patch0:	        Sphinx-1.2.2-mantarget.patch
Patch1:         Sphinx-1.2.2-babel-option.patch
License:	BSD
Group:		Development/Python
Url:		http://sphinx.pocoo.org/
BuildArch:	noarch
%if %{enable_doc}
BuildRequires:	python-docutils
BuildRequires:	python-jinja2
BuildRequires:	python-six
BuildRequires:  python-sphinx-theme-alabaster
BuildRequires:  python-sphinx_rtd_theme
%endif
%if %{enable_tests}
BuildRequires:	python-nose
BuildRequires:	python-pygments
BuildRequires:  python-jinja2
%endif
BuildRequires:	pkgconfig(python)
BuildRequires:	python-setuptools

Requires:	python-sphinx-theme-alabaster
Requires:	python-sphinx_rtd_theme
Requires:	python-pkg-resources
Requires:	python-docutils
Requires:	python-pygments
Requires:	python-jinja2

%description
Sphinx is a tool that facilitates the creation of beautiful
documentation for Python projects from reStructuredText sources. It
was originally created to format the new documentation for Python, but
has since been cleaned up in the hope that it will be useful in many
other projects.

%if %{enable_doc}
%package doc
Summary:	Documentation for %{name}

Group:		Development/Python
License:	BSD
Requires:	%{name} = %{EVRD}

%description doc
Sphinx is a tool that makes it easy to create intelligent and
beautiful documentation for Python projects (or other documents
consisting of multiple reStructuredText sources), written by Georg
Brandl. It was originally created to translate the new Python
documentation, but has now been cleaned up in the hope that it will be
useful to many other projects.

This package contains documentation in reST and HTML formats.
%endif

%prep
%setup -qn %{tarname}-%{version}
%patch0 -p1 -b .mantarget
%patch1 -p1 -b .babel
sed '1d' -i sphinx/pycode/pgen2/token.py

%build
python setup.py build

%if %{enable_doc}
pushd doc
make html
make man
rm -rf _build/html/.buildinfo
mv _build/html ..
popd
%endif


%install
python setup.py install --skip-build --root=%{buildroot} 

%if %{enable_doc}
pushd doc
# Deliver man pages
install -d %{buildroot}%{_mandir}/man1
mv _build/man/sphinx-*.1 %{buildroot}%{_mandir}/man1/
for f in %{buildroot}%{_mandir}/man1/sphinx-*.1;
do
    cp -p $f $(echo $f | sed -e "s|.1$|-%{python_version}.1|")
done
popd

# Deliver rst files
rm -rf doc/_build
sed -i 's|python ../sphinx-build.py|/usr/bin/sphinx-build|' doc/Makefile
mv doc reST
%endif

# Move language files to /usr/share;
# patch to support this incorporated in 0.6.6
pushd %{buildroot}%{py_puresitedir}

for lang in `find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '*/\.*' -printf "%f "`;
do
  install -d %{buildroot}%{_datadir}/sphinx/locale/$lang
  install -d %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES
  mv sphinx/locale/$lang/LC_MESSAGES/sphinx.js \
     %{buildroot}%{_datadir}/sphinx/locale/$lang/
  mv sphinx/locale/$lang/LC_MESSAGES/sphinx.mo \
    %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES/
  rm -rf sphinx/locale/$lang
done
popd
%find_lang sphinx

# Language files; Since these are javascript, it's not immediately obvious to
# find_lang that they need to be marked with a language.
(cd %{buildroot} && find . -name 'sphinx.js') | sed -e 's|^.||' | sed -e \
  's:\(.*/locale/\)\([^/_]\+\)\(.*\.js$\):%lang(\2) \1\2\3:' \
  >> sphinx.lang


%check
%if %{enable_tests}
pushd tests
python run.py
popd
%endif

%files -f sphinx.lang
%doc AUTHORS CHANGES EXAMPLES LICENSE
%{_bindir}/sphinx-*
%{py_puresitedir}/*
%dir %{_datadir}/sphinx/
%dir %{_datadir}/sphinx/locale
%dir %{_datadir}/sphinx/locale/*
%if %{enable_doc}
%{_mandir}/man1/*
%endif

%if %{enable_doc}
%files doc
%doc html reST
%endif

%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 1.3.1-3
- (fe4fb18) Require additional themes by default



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23930 |14mu|python-sphinx_rtd_theme-0.1.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	sphinx_rtd_theme

Name:		python-%{module}
Version:	0.1.9
Release:	1
Summary:	Sphinx theme for readthedocs.org
Group:		Development/Python
License:	MIT
URL:		https://github.com/snide/sphinx_rtd_theme
Source0:	https://pypi.python.org/packages/source/s/%{module}/%{module}-%{version}.tar.gz
BuildArch:	noarch
BuildRequires:	pkgconfig(python)
BuildRequires:	pythonegg(setuptools)

%description
This is a prototype mobile-friendly sphinx theme for readthedocs.org.
It's currently in development and includes some rtd variable checks that
can be ignored if you're just trying to use it on your project outside
of that site.

%prep
%setup -q -n %{module}-%{version}

# Remove bundled egg-info
rm -rf %{module}.egg-info

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%doc README.rst LICENSE
%{py_puresitedir}/%{module}
%{py_puresitedir}/%{module}-%{version}-py%{py_ver}.egg-info

%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 0.1.9-1
- (bb8908e) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23931 |14mu|python-sphinx-theme-alabaster-0.7.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global pypi_name alabaster
%global srcname sphinx-theme-%{pypi_name}

Name:           python-%{srcname}
Version:        0.7.6
Release:        1
Summary:        Configurable sidebar-enabled Sphinx theme
Group:          Development/Python

License:        BSD
URL:            https://pypi.python.org/pypi/%{pypi_name}
Source0:        https://pypi.python.org/packages/source/a/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as
used in his Requests project), which was itself originally based on
@mitsuhiko's theme used for Flask & related projects.


%prep
%setup -qn %{pypi_name}-%{version}

# Remove bundled eggs
rm -rf %{pypi_name}.egg-info

%build
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot}

%files
%doc README.rst LICENSE
%{py_puresitedir}/%{pypi_name}-%{version}-py%{py_ver}.egg-info/
%{py_puresitedir}/%{pypi_name}/


%changelog

* Sun Apr 24 2016 Denis Silakov <dsilakov@gmail.com> 0.7.6-1
- (bb8570c) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23932 |14mu|python-sqlalchemy-1.0.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module_name SQLAlchemy

Summary:	SQL toolkit and object relational mapper for Python


Name:		python-sqlalchemy
Version:	1.0.11
Release:	1
License:	MIT
Group:		Development/Python
URL:		http://www.sqlalchemy.org/
Source0:	http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	python-nose
BuildRequires:	python-devel
BuildRequires:	python3-devel
BuildRequires:	python3-nose
BuildRequires:	python3-setuptools

%description
%{module_name} is a SQL toolkit and object relational mapper for Python. It
encourages "relational mapping" as opposed to "table mapping" and includes
enterprise-level features such as eager loading, unit-of-work object commits,
topological dependency sorting, and full usage of bind parameters. It
supports MySQL, Postgres, Oracle, and SQLite.

%package -n python3-sqlalchemy
Summary:	SQL toolkit and object relational mapper for Python
Group:		Development/Python
%rename		python3-%{module_name}

%description -n python3-sqlalchemy
%{module_name} is a SQL toolkit and object relational mapper for Python. It
encourages "relational mapping" as opposed to "table mapping" and includes
enterprise-level features such as eager loading, unit-of-work object commits,
topological dependency sorting, and full usage of bind parameters. It
supports MySQL, Postgres, Oracle, and SQLite.

This is a python-3 package

%prep
%setup -q -n %{module_name}-%{version}
rm -rf %{py3dir}
mkdir -p %{py3dir}
cp -a . %{py3dir}

%build
python setup.py build
pushd %{py3dir}
python3 setup.py build
popd


%install
PYTHONDONTWRITEBYTECODE= python setup.py install --skip-build --root=%{buildroot} --install-purelib=%{py_platlibdir}
pushd %{py3dir}
PYTHONDONTWRITEBYTECODE= python3 setup.py install --skip-build --root=%{buildroot} --install-purelib=%{py3_platlibdir}
popd

#%check
#%{__python} setup.py test

%files
%defattr(-, root, root, 0755)
%doc CHANGES LICENSE README* doc/* examples
%{py_platsitedir}/sqlalchemy/*
%{py_platsitedir}/%{module_name}-%{version}-py*.egg-info/
#%{python_sitelib}/sqlalchemy_nose/

%files -n python3-sqlalchemy
%defattr(-, root, root, 0755)
%doc CHANGES LICENSE README* doc/* examples
%{py3_platsitedir}/sqlalchemy/*
%{py3_platsitedir}/%{module_name}-%{version}-py*.egg-info/

%changelog

* Fri Jan 01 2016 dsilakov <denis.silakov@rosalab.ru> 1.0.11-1
- (23146c8) Merge pull request #10 from import/python-sqlalchemy:auto_update
- (23146c8) Updated to 1.0.11 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23933 |14mu|python-translate-1.13.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pname translate
%define oname %{pname}-toolkit

Summary:	Software localization toolkit
Name:		python-%{pname}
Version:	1.13.0
Release:	1
License:	GPLv2+
Group:		Development/Python
Url:		http://translate.sourceforge.net/
Source0:	http://downloads.sourceforge.net/translate/%{oname}-%{version}.tar.bz2
BuildRequires:	python-devel
BuildRequires:	python-setuptools
BuildRequires:	python-lxml
BuildRequires:	python-simplejson
Requires:	python-lxml
Requires:	python-levenshtein
Requires:	python-simplejson
Requires:	python-enchant
Requires:	python-vobject
Requires:	python-iniparse
# for sub2po and po2sub
Requires:	python-aeidon
# python-pysco is only available for i586
%ifarch %{ix86}
Requires:	python-psyco
%endif

Suggests:	python-beautifulsoup4
Suggests:	python-babel

Provides:	%{oname} = %{version}-%{release}
BuildArch:	noarch

%description
The Translate Toolkit is a set of software and documentation designed
to help make the lives of localizers both more productive and less
frustrating.  The Toolkit is part of the translate.sourceforge.net
project, hosted at http://translate.sourceforge.net/

The software includes programs to covert localization formats to the
common PO format and programs to check and manage PO files.  The
documentation includes guides on using the tools, running a
localization project and how to localize various projects from
OpenOffice.org to Mozilla.

At its core the software contains a set of classes for handling
various localization storage formats: DTD, properties, OpenOffice.org
GSI/SDF, CSV and of course PO.  And scripts to convert between these
formats.

Also part of the Toolkit are Python programs to create word counts,
merge translations and perform various checks on PO files.

%prep
%setup -q -n %{oname}-%{version}

# we don't want these
sed -i -e 's|diff-match-patch|# diff-match-patch|' requirements/required.txt
rm -f translate/misc/diff_match_patch.py*

%build
./setup.py build

%install
./setup.py install --root=%{buildroot}

# (Fedora) create manpages
mkdir -p %{buildroot}/%{_mandir}/man1
for program in %{buildroot}/%{_bindir}/*; do
    case $(basename $program) in
      pocompendium|poen|pomigrate2|popuretext|poreencode|posplit|\
      pocount|poglossary|lookupclient.py|tmserver|build_tmdb|\
      junitmsgfmt)
       ;;
      *)
        LC_ALL=C PYTHONPATH=. $program --manpage \
          >  %{buildroot}/%{_mandir}/man1/$(basename $program).1 \
          || rm -f %{buildroot}/%{_mandir}/man1/$(basename $program).1
          ;;
    esac
done

# Drop shebang from non-executable scripts to make rpmlint happy
find %{buildroot}%{py_puresitedir} -name "*py" -perm 644 -exec sed -i '/#!\/usr\/bin\/env python/d' {} \;

%files
%{_bindir}/*
%{py_puresitedir}/%{pname}
%{py_puresitedir}/translate_toolkit-%{version}-py%{py_ver}.egg-info
%{_mandir}/man1/*


%changelog

* Sat Mar 19 2016 Denis Silakov <dsilakov@gmail.com> 1.13.0-1
- (0aab064) Added setuptools BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23934 |14mu|python-twisted-15.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Event-based framework for internet applications
Name:		python-twisted
Version:	15.2.1
Release:	1
License:	MIT
Group:		Development/Python
Url:		http://www.twistedmatrix.com/
BuildArch:	noarch
Requires:	python-twisted-conch 
Requires:	python-twisted-lore 
Requires:	python-twisted-mail 
Requires:	python-twisted-names  
Requires:	python-twisted-news 
Requires:	python-twisted-runner 
Requires:	python-twisted-web 
Requires:	python-twisted-words 
# add the pythonegg provides manually as this is a meta package, so the rpm auto-provides
# scripts won't work here
Provides:	pythonegg(twisted)

%description
Twisted is a framework, written in Python, for writing networked
applications. It includes implementations of a number of commonly used
network services such as a web server, an IRC chat server, a mail
server, a relational database interface and an object broker. Developers
can build applications using all of these services as well as custom
services that they write themselves. Twisted also includes a user
authentication system that controls access to services and provides
services with user context information to implement their own security
models.

This package is just a empty rpm with requires on all twisted sub-modules,
in order to allows smooth upgrade and easy installation of the whole
framework.

%build
cat >  README <<EOF
This package is just a empty rpm with requires on all twisted sub-modules,
in order to allows smooth upgrade and easy installation of the whole
framework.
EOF

%files
%doc README

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 15.2.1-1
- (0e62a71) Updated to 15.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23935 |14mu|python-twisted-conch-15.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

%define progname TwistedConch

# There is no debug here, but can't build as noarch,
# since some 'twisted' modules are arch-dependent and all these modules
# should be located in the same place
%define debug_package %{nil}

Summary:        An SSH and SFTP protocol implementation together with clients and servers

Name:           python-twisted-conch
Version:        15.2.1
Release:        1
Source0:        http://twistedmatrix.com/Releases/Conch/15.2/TwistedConch-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/projects/conch
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core
Requires:	pyasn1

%description
Conch is an SSHv2 implementation written in Python.
SSH is a protocol designed to allow remote access
to shells and commands, but it is generic enough to allow
everything from TCP forwarding to generic filesystem access.
Since Conch is written in Python, it interfaces well with
other Python projects such as Imagination.
Conch also includes a implementations of the telnet and vt102
protocols, as well as support for rudamentary line editing behaviors.
A new implementation of Twisted's Manhole application is also included,
featuring server-side input history and interactive syntax coloring.

%prep
%setup -q -n %{progname}-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}

%files
%defattr(0755,root,root,0755)
%{_bindir}/*
%defattr(0644,root,root,0755)
%doc LICENSE README
%dir %{py_platsitedir}/twisted/conch
%{py_platsitedir}/twisted/conch/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 15.2.1-1
- (c92aa2b) Updated to 15.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23936 |14mu|python-twisted-core-15.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

Summary:	Event-based framework for internet applications
Name:		python-twisted-core
Version:	15.2.1
Release:	2
License:	MIT
Group:		Development/Python
Url:		http://twistedmatrix.com/projects/core/
Source0:	http://twistedmatrix.com/Releases/Core/15.2/TwistedCore-%{version}.tar.bz2
Source1:	%{name}.rpmlintrc
Patch1:		TwistedCore-15.2.1-sagemath.patch
BuildRequires:	python-zope-interface
BuildRequires:	pkgconfig(python)
Requires:	pycrypto
Requires:	python-OpenSSL
Requires:	python-zope-interface
Suggests:	python-service_identity
Conflicts:	python-twisted < 2.0.0

%description
Twisted is a framework, written in Python, for writing networked
applications. It includes implementations of a number of commonly used
network services such as a web server, an IRC chat server, a mail
server, a relational database interface and an object broker. Developers
can build applications using all of these services as well as custom
services that they write themselves. Twisted also includes a user
authentication system that controls access to services and provides
services with user context information to implement their own security
models.

%files
%defattr(0755,root,root,0755)
%{_bindir}/*
%defattr(0644,root,root,0755)
%doc LICENSE NEWS README
%dir %{py_platsitedir}/twisted
%{py_platsitedir}/twisted/*
%{py_platsitedir}/*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -qn TwistedCore-%{version}
%apply_patches

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot}

# no need for c source code
find %{buildroot}/%{py_platsitedir}/twisted -type f -name '*.c' | xargs rm -f


%changelog

* Wed Mar 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.2.1-2
- (460fe55) Suggest python-service_identity
- (460fe55) Adjust spec style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23937 |14mu|python-twisted-lore-15.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

# There is no debug here, but can't build as noarch,
# since some 'twisted' modules are arch-dependent and all these modules
# should be located in the same place
%define debug_package %{nil}

Summary:        A documentation generator


Name:           python-twisted-lore
Version:        15.2.1
Release:        1
Source0:        http://twistedmatrix.com/Releases/Lore/15.2/TwistedLore-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/trac/wiki/TwistedLore
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core
# for docbook, lmath, etc
Requires:       python-twisted-web

%description
Twisted Lore is the documentation generator of the Twisted matrix
framework.

%prep
%setup -q -n TwistedLore-%{version}

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}

%files
%defattr(0755,root,root,0755)
%{_bindir}/*
%defattr(0644,root,root,0755)
%doc LICENSE README
%dir %{py_platsitedir}/twisted/lore
%{py_platsitedir}/twisted/lore/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info




%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 15.2.1-1
- (e890394) Updated to 15.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23938 |14mu|python-twisted-mail-15.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

# There is no debug here, but can't build as noarch,
# since some 'twisted' modules are arch-dependent and all these modules
# should be located in the same place
%define debug_package %{nil}

Summary:        An STMP/POP2/IMAP protocol implementation together with clients and servers


Name:           python-twisted-mail
Version:        15.2.1
Release:        1
Source0:        http://twistedmatrix.com/Releases/Mail/15.2/TwistedMail-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/trac/wiki/TwistedMail
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core
# for mail/relaymanager.py
Requires:       python-twisted-names

%description
Twisted Mail contains high-level, efficient protocol implementations for both
clients and servers of SMTP, POP3, and IMAP4. Additionally, it contains an
"out of the box" combination SMTP/POP3 virtual-hosting mail server. Also
included is a read/write Maildir implementation and a basic Mail Exchange
calculator (depends on Twisted Names).

%prep
%setup -qn TwistedMail-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}

%files
%defattr(0755,root,root,0755)
%{_bindir}/*
%defattr(0644,root,root,0755)
%doc LICENSE README
%dir %{py_platsitedir}/twisted/mail
%{py_platsitedir}/twisted/mail/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info




%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 15.2.1-1
- (78fdd95) Updated to 15.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23939 |14mu|python-twisted-names-15.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

# There is no debug here, but can't build as noarch,
# since some 'twisted' modules are arch-dependent and all these modules
# should be located in the same place
%define debug_package %{nil}

Summary:        An DNS protocol implementation with client and server

Name:           python-twisted-names
Version:	15.2.1
Release:	1
Source0:        http://twistedmatrix.com/Releases/Names/15.2/TwistedNames-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/trac/wiki/TwistedNames
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core

%description
Twisted Names is both a domain name server as well as a client resolver
library.

Twisted Names comes with an "out of the box" nameserver which can read most
BIND-syntax zone files as well as a simple Python-based configuration format.
Twisted Names can act as an authoritative server, perform zone transfers from
a master to act as a secondary, act as a caching nameserver, or any combination
of these.

Twisted Names' client resolver library provides functions to query for all
commonly used record types as well as a replacement for the blocking
gethostbyname() function provided by the Python stdlib socket module.

%prep
%setup -q -n TwistedNames-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}

%files
%defattr(0644,root,root,0755)
%doc LICENSE README *
%dir %{py_platsitedir}/twisted/names
%{py_platsitedir}/twisted/names/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 15.2.1-1
- (7d183b1) Updated to 15.2.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23940 |14mu|python-twisted-news-15.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

# There is no debug here, but can't build as noarch,
# since some 'twisted' modules are arch-dependent and all these modules
# should be located in the same place
%define debug_package %{nil}

Summary:        An NNTP protocol implementation together with clients and servers


Name:           python-twisted-news
Version:	15.2.1
Release:	1
Source0:        http://twistedmatrix.com/Releases/News/15.2/TwistedNews-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/trac/wiki/TwistedNews
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core

%description
Twisted News provides a very basic NNTP server, as well as an NNTP client
protocol implementation. Two messages storage systems are supported: the
DB-API 2.0 backend stores and indexes messages in any compatible SQL
database; the Twisted dirdbm backend uses serialized Python objects
stored directly on the filesystem for message storage. Twisted News
also has very rudamentary support for moderated groups.

%prep
%setup -q -n TwistedNews-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}

%files
%defattr(0644,root,root,0755)
%doc  LICENSE README
%dir %{py_platsitedir}/twisted/news/
%{py_platsitedir}/twisted/news/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info




%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 15.2.1-1
- (80fb733) Updated to 15.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23941 |14mu|python-twisted-runner-15.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

%define debug_package %{nil}

Summary:        Runner has process management, including an inetd replacement for Twisted

Name:           python-twisted-runner
Version:        15.2.1
Release:	1
Source0:        http://twistedmatrix.com/Releases/Runner/15.2/TwistedRunner-%{version}.tar.bz2
Patch0:		TwistedRunner-15.0.0-tirpc.patch
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/trac/wiki/TwistedRunner
BuildRequires:  python-devel
BuildRequires:  pkgconfig(libtirpc)
BuildRequires:  python-twisted-core
Requires:       python-twisted-core

%description
Runner has process management, including an inetd replacement for Twisted.

%prep
%setup -q -n TwistedRunner-%{version}
%apply_patches

%build
export CFLAGS="-ltirpc"
python setup.py build

%install
python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}

%files
%defattr(0644,root,root,0755)
%doc LICENSE README
%dir %{py_platsitedir}/twisted/runner
%{py_platsitedir}/twisted/runner/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info




%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 15.2.1-1
- (2c6fa6e) Updated to 15.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23942 |14mu|python-twisted-web-15.2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

# There is no debug here, but can't build as noarch,
# since some 'twisted' modules are arch-dependent and all these modules
# should be located in the same place
%define debug_package %{nil}

Summary:        An HTTP protocol implementation together with clients and servers


Name:           python-twisted-web
Version:	15.2.1
Release:	3
Source0:        http://twistedmatrix.com/Releases/Web/15.2/TwistedWeb-%{version}.tar.bz2
Patch0:         CVE-2016-1000111.patch
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/projects/web/
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core

%description
An HTTP protocol implementation together with clients and servers, based on
the twisted python framework.

%prep
%setup -q -n TwistedWeb-%{version}
%apply_patches

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}


%files
%defattr(0755,root,root,0755)
%defattr(0644,root,root,0755)
%doc LICENSE README
%dir %{py_platsitedir}/twisted/web
%{py_platsitedir}/twisted/web/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info

%changelog

* Thu Nov 03 2016 Denis Silakov <dsilakov@gmail.com> 15.2.1-3
- (9a33155) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23943 |14mu|python-twisted-words-15.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')

Summary:        Chat and Instant Messaging module for Twisted

Name:           python-twisted-words
Version:	15.2.1
Release:	1
Source0:        http://twistedmatrix.com/Releases/Words/15.2/TwistedWords-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/trac/wiki/TwistedWords
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core
# for words/tap.py
Requires:       python-twisted-web

# There is no debug here, but can't build as noarch,
# since some 'twisted' modules are arch-dependent and all these modules
# should be located in the same place
%define debug_package %{nil}

%description
Twisted Words includes:

* Low-level protocol implementations of OSCAR (AIM and ICQ), IRC, MSN,
  TOC (AIM).
* Jabber libraries.
* Prototypes of chat server and client frameworks built on top of
  the protocols.

%prep
%setup -q -n TwistedWords-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir}



%files
%defattr(0644,root,root,0755)
%doc LICENSE NEWS README *
%dir %{py_platsitedir}/twisted/words/
%{py_platsitedir}/twisted/words/*
%{py_platsitedir}/twisted/plugins/*
%{py_platsitedir}/*.egg-info

%changelog

* Tue Jun 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 15.2.1-1
- (194eaff) Updated to 15.2.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23944 |14mu|python-utmp-0.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A python module for working with utmp
Name:		python-utmp
Version:	0.8.2
Release:	1
Group:		Development/Python
License:	Copyright only
Url:		http://kassiopeia.juls.savba.sk/~garabik/software/python-utmp/
Source0:	http://kassiopeia.juls.savba.sk/~garabik/software/python-utmp/python-utmp_0.8.2.tar.gz
BuildRequires:  python-devel

%description
This package provides 3 python modules to access utmp and wtmp
records.  utmpaccess is lowlevel module wrapping glibc functions,
UTMPCONST provides useful constants, and utmp is module build on top
of utmpaccess module, providing object oriented interface.

%prep
%setup -qn %{name}

%build
%make -f Makefile.glibc PYTHONVER=%{py_ver} PYTHONDIR='$(DESTDIR)%{py_platsitedir}/'

%install
%makeinstall_std -f Makefile.glibc PYTHONVER=%{py_ver} PYTHONDIR='$(DESTDIR)%{py_platsitedir}/'

%files
%doc README COPYING TODO examples/*
%{py_platsitedir}/*

%changelog

* Thu Dec 31 2015 dsilakov <denis.silakov@rosalab.ru> 0.8.2-1
- (db315ef) Merge pull request #1 from import/python-utmp:auto_update
- (db315ef) Updated to 0.8.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23945 |14mu|python-virtualenv-13.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	virtualenv

Name:		python-%{module}
Version:	13.1.2
Release:	1
Summary:	Virtual Python Environment builder
Group:		Development/Python
License:	MIT
URL:		https://www.virtualenv.org/
Source0:	https://pypi.python.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
Patch0:		virtualenv-1.10.1-fix_inc_dir.patch
BuildArch:	noarch
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx
Requires:	python-pkg-resources

%description
virtualenv is a tool to create isolated Python environments.

%prep
%setup -q -n %{module}-%{version}
%patch0 -p0
%{__sed} -i -e "1s|#!/usr/bin/env python||" virtualenv.py 

%build
python setup.py build
python setup.py build_sphinx

%install
python setup.py install --root=%{buildroot} --skip-build 
rm -f build/sphinx/html/.buildinfo

%files
%doc PKG-INFO AUTHORS.txt LICENSE.txt
%doc build/sphinx/*
%{py_puresitedir}/virtualenv*
%{_bindir}/virtualenv*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 13.1.2-1
- (2e82c8c) Merge pull request #1 from import/python-virtualenv:auto_update
- (2e82c8c) Updated to 13.1.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23946 |14mu|python-webencodings-0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Created by pyp2rpm-3.2.1
%global pypi_name webencodings

Name:           python-%{pypi_name}
Version:        0.5
Release:        1
Summary:        Character encoding aliases for legacy web content
Group:          Development/Python

License:        BSD
URL:            https://github.com/SimonSapin/python-webencodings
Source0:        https://files.pythonhosted.org/packages/source/w/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:      noarch

BuildRequires:  python-devel
BuildRequires:  python-setuptools

BuildRequires:  python3-devel
BuildRequires:  python3-setuptools

%description
python-webencodings
===================

This is a Python implementation of the
`WHATWG Encoding standard
<http://encoding.spec.whatwg.org/>`_.

* Latest
documentation: http://packages.python.org/webencodings/
* Source code and issue
tracker:
  https://github.com/gsnedders/python-webencodings
* PyPI releases:
http://pypi.python.org/pypi/webencodings

%package -n     python3-%{pypi_name}
Summary:        %{summary}

%description -n python3-%{pypi_name}
python-webencodings
===================

This is a Python implementation of the
`WHATWG Encoding standard
<http://encoding.spec.whatwg.org/>`_.

* Latest
documentation: http://packages.python.org/webencodings/
* Source code and issue
tracker:
  https://github.com/gsnedders/python-webencodings
* PyPI releases:
http://pypi.python.org/pypi/webencodings


%prep
%setup -qn %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

%build
%py2_build
%py3_build

%install
# Must do the subpackages' install first because the scripts in /usr/bin are
# overwritten with every setup.py install.
%py3_install

%py2_install


%files -n python-%{pypi_name}
%doc README.rst
%{py_puresitedir}/%{pypi_name}
%{py_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info

%files -n python3-%{pypi_name}
%doc README.rst
%{py3_puresitedir}/%{pypi_name}
%{py3_puresitedir}/%{pypi_name}-%{version}-py?.?.egg-info

%changelog

* Fri Jan 13 2017 Denis Silakov <dsilakov@virtuozzo.com> 0.5-1
- (5011c75) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23947 |14mu|python-wheel-0.26.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Created by pyp2rpm-1.0.1
%define pypi_name wheel
%bcond_with	tests

Name:		python-%{pypi_name}
Version:	0.26.0
Release:	1
Summary:	A built-package format for Python
Group:		Development/Python
License:	MIT
URL:		http://bitbucket.org/dholth/wheel/
Source0:	https://pypi.python.org/packages/source/w/wheel/wheel-%{version}.tar.gz
BuildArch:	noarch

BuildRequires:	python-devel
BuildRequires:	python-setuptools

%if %{with tests}
BuildRequires:	python-pytest
BuildRequires:	python-jsonschema
BuildRequires:	python-keyring
BuildRequires:	python-py
%endif

BuildRequires:	python3-devel
BuildRequires:	python3-setuptools
%if %{with tests}
BuildRequires:	python3-pytest
BuildRequires:	python3-jsonschema
BuildRequires:	python3-keyring
BuildRequires:	python3-py
%endif


%description
A built-package format for Python.

A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.

%package -n     python3-%{pypi_name}
Summary:        A built-package format for Python
Group:          Development/Python

%description -n python3-%{pypi_name}
A built-package format for Python.

A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.

This is package contains Python 3 version of the package.

%prep
%setup -qc
mv  %{pypi_name}-%{version} python2

pushd python2
# header files just has to be there, even empty
touch %{pypi_name}/test/headers.dist/header.h

# remove unneeded shebangs
sed -ie '1d' %{pypi_name}/{egg2wheel,wininst2wheel}.py
popd

cp -r python2 python3

%build
pushd python2
python2 setup.py build
popd

pushd python3
python3 setup.py build
popd


%install
# Must do the subpackages' install first because the scripts in /usr/bin are
# overwritten with every setup.py install (and we want the python2 version
# to be the default for now).
pushd python3
python3 setup.py install --skip-build --root %{buildroot}
popd
pushd %{buildroot}%{_bindir}
for f in $(ls); do mv $f python3-$f; done
popd

pushd python3
python2 setup.py install --skip-build --root %{buildroot}
popd

%if %{with tests}
%check
pushd python2
# remove setup.cfg that makes pytest require pytest-cov (unnecessary dep)
rm setup.cfg
py.test --ignore build
popd

pushd python3
rm setup.cfg
py.test-%{python3_version} --ignore build
popd
%endif

%files
%doc python2/LICENSE.txt python2/CHANGES.txt python2/README.txt
%{_bindir}/wheel
%{py_puresitedir}/%{pypi_name}*

%files -n python3-%{pypi_name}
%doc python3/LICENSE.txt python3/CHANGES.txt python3/README.txt
%{_bindir}/python3-wheel
%{py3_puresitedir}/%{pypi_name}*

%changelog

* Sun Jan 03 2016 dsilakov <denis.silakov@rosalab.ru> 0.26.0-1
- (1fe9ae9) Merge pull request #3 from import/python-wheel:auto_update
- (1fe9ae9) Updated to 0.26.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23948 |14mu|python-xattr-0.7.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define real_name xattr

Summary:	Extended attributes for python
Name:		python-xattr
Version:	0.7.8
Release:	1
License:	GPLv2+
Group:		Development/Python
Url:		http://pypi.python.org/pypi/xattr
Source0:	http://pypi.python.org/packages/source/x/xattr/xattr-%{version}.tar.gz
BuildRequires:	attr-devel
BuildRequires:	pkgconfig(libffi)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(python3)
BuildRequires:	python-cffi
BuildRequires:	python-cparser
BuildRequires:	python-ply
BuildRequires:	python-setuptools
BuildRequires:	python3-cffi
BuildRequires:	python3-cparser
BuildRequires:	python3-ply
BuildRequires:	python3-setuptools
Requires:	python-pkg-resources
Provides:	pyxattr = %{version}-%{release}

%description
python-xattr is a C extension module for Python which implements
extended attributes manipulation. It is a wrapper on top of the
attr C library - see attr(5).

%files
%{_bindir}/xattr
%{py_platsitedir}/xattr/
%{py_platsitedir}/xattr-%{version}-py?.?.egg-info/

#----------------------------------------------------------------------------

%package -n python3-xattr
Summary:	Extended attributes for Python3
Group:		Development/Python

%description -n python3-xattr
python-xattr is a C extension module for Python which implements
extended attributes manipulation. It is a wrapper on top of the
attr C library - see attr(5).

%files -n python3-xattr
%{py3_platsitedir}/xattr/
%{py3_platsitedir}/xattr-%{version}-py?.?.egg-info/

#----------------------------------------------------------------------------

%prep
%setup -q -n %{real_name}-%{version}
rm -rf xattr.egg-info
cp -a . %{py3dir}

%build
pushd %{py3dir}
CFLAGS="%{optflags}" python3 setup.py build
popd

CFLAGS="%{optflags}" python setup.py build

%install
pushd %{py3dir}
python3 setup.py install --skip-build --root="%{buildroot}" --install-purelib=%{py3_platsitedir}
popd

python setup.py install --skip-build --root="%{buildroot}" --install-purelib=%{py_platsitedir}

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 0.7.8-1
- (d9af21a) Merge pull request #1 from import/python-xattr:auto_update
- (d9af21a) Updated to 0.7.8 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23949 |14mu|python-xlib-0.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	X11 client-side implementation
Name:		python-xlib
Version:	0.17
Release:	1
License:	LGPLv2+
Group:		Development/Python
Url:		https://github.com/python-xlib/python-xlib
Source0:	https://github.com/%{name}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
Patch0:		increase-receiving-buffer.patch
Patch1:		fix-unix-socket-in-display.patch
Patch2:		fix-ssh-tunnel-auth.patch
Patch3:		fix-rhomboid-examples.patch
Patch4:		python-xlib-0.15rc1-xauthority.patch
# Fix perl usage
# https://sourceforge.net/p/python-xlib/bugs/41/
Patch7:		python-xlib-perl.patch
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
BuildArch:	noarch

%description
The Python X Library is a complete X11 client-side implementation,
written in pure Python. It can be used to write low-levelish X Windows
client applications in Python.

%files
%doc NEWS README.rst TODO
%{py_puresitedir}/Xlib
%{py_puresitedir}/*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch7 -p1 -b .perl

%build
python setup.py build

%install
python setup.py install --root=%{buildroot}


%changelog

* Thu Feb 02 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17-1
- (ac4125e) Build requires python-setuptools



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23950 |14mu|python-xpyb-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_selinux}%{?!build_selinux:%bcond_without selinux}

Name:		python-xpyb
Version:	1.3.1
Release:	1
Summary:	Python bindings to XCB
Group:		Development/Python
License:	Public Domain
URL:		http://xcb.freedesktop.org
Source:		http://xcb.freedesktop.org/dist/xpyb-%{version}.tar.bz2
#BuildRequires:	xcb-proto
BuildRequires:	xcb-devel
BuildRequires:	python-devel

%description
The Python binding for XCB allows the X protocol to be accessed directly from
Python. There are two components:

- A Python extension written in C. This exposes XCB-specific objects and
  library functions, as well as providing various base classes used by the
  generated code.
- Python modules which are generated directly from the XCB-XML protocol
  descriptions.

%package devel
Summary:	Devel files of xpyb
Requires:	%{name} = %{EVRD}
Requires:	xcb-devel
Requires:	python-devel

%description devel
This package provides devel files of xpyb, a Python binding to the
X Window System protocol via libxcb.

%prep
%setup -qn xpyb-%{version}

%build
./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--docdir=%{_docdir}/xpyb \
%if %{with selinux}
	--enable-selinux
%else %{with selinux}
	--disable-selinux
%endif

%make

%install
%makeinstall_std
# Delete INSTALL doc
find %{buildroot} -name 'INSTALL' -exec rm -f {} ';'

%files
%{py_platsitedir}/xcb/
%{_docdir}/xpyb/

%files devel
%{_libdir}/pkgconfig/xpyb.pc
%{_includedir}/*.h


%changelog

* Mon Apr 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-1
- (1c32fe5) Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23951 |14mu|python-yubico-1.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Pure-python library for interacting with Yubikeys
Name:		python-yubico
Version:	1.2.3
Release:	3
License:	BSD
Group:		Development/Python
Url:		https://github.com/Yubico/python-yubico
Source0:	https://github.com/Yubico/python-yubico/archive/%{name}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	pkgconfig(python)
Requires:	pyusb
BuildArch:	noarch

%description
Pure-python library for interacting with Yubikeys.

%files
%doc COPYING NEWS README
%{python_sitelib}/yubico/*
%{python_sitelib}/python_yubico-%{version}-py%{py_ver}.egg-info

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{name}-%{version}

%build
sed -i 's|setup_requires=|tests_require=|' setup.py
python setup.py build

%install
python setup.py install -O1 --skip-build --root %{buildroot}


%changelog

* Thu Jun 02 2016 Denis Silakov <dsilakov@gmail.com> 1.2.3-3
- (aa71e1f) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23952 |14mu|python-zope-interface-4.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	tarname  zope.interface

Summary:        Zope Interface module for Python

Name:           python-zope-interface
Version:        4.1.3
Release:        1
Source0:        https://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
License:        Zope Public License
Group:          Development/Python
URL:            http://www.zope.org/Wikis/Interfaces/FrontPage
BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
This package provides the zope Interface module.

Interfaces are objects that specify (document) the external behavior
of objects that "provide" them.  An interface specifies behavior
through:

- Informal documentation in a doc string
- Attribute definitions
- Invariants, which are conditions that must hold for objects that
  provide the interface

Attribute definitions specify specific attributes. They define the
attribute name and provide documentation and constraints of attribute
values. Attribute definitions can take a number of forms.

%prep
%setup -q -n %{tarname}-%{version}

%build
python setup.py build

%install
PYTHONDONTWRITEBYTECODE= python setup.py install --root=%{buildroot} --install-purelib=%{py_platsitedir} 

%files
%doc *.txt
%{py_platsitedir}/*

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 4.1.3-1
- (a9b27bb) Merge pull request #3 from import/python-zope-interface:auto_update
- (a9b27bb) Updated to 4.1.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23953 |14mu|pyudev-0.21.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A libudev binding
Name:		pyudev
Version:	0.21.0
Release:	1
Source0:	%{name}-%{version}.tar.gz
License:	LGPL
URL:		http://pyudev.readthedocs.org
Group:		Development/Python
BuildArch: 	noarch
BuildRequires: 	python-setuptools
Provides: 	python-udev = %{version}-%{release}
Requires: 	udev

%description
pyudev is a LGPL licensed, pure Python binding for libudev, the device and 
hardware management and information library for Linux. It supports almost all 
libudev functionality. You can enumerate devices, query device properties and 
attributes or monitor devices, including asynchronous monitoring with threads, 
or within the event loops of Qt, Glib or wxPython.

%prep
%setup -q -n %{name}-%{version}

%build
%py_build

%install
%py_install

%clean

%files
%{py_puresitedir}/*

%changelog

* Wed Oct 05 2016 Denis Silakov <dsilakov@gmail.com> 0.21.0-1
- (3a57d87) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23954 |14mu|qca2-2.0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without sys_rootcerts

%define qtcryptodir %{qt4plugins}/crypto

%define oname qca
%define major 2
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Summary:	Straightforward and cross-platform crypto API for Qt
Name:		qca2
Version:	2.0.3
Release:	7
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://delta.affinix.com/qca
# From kde support module
Source0:	%{oname}-%{version}.tar.xz
Patch0:		qca-2.0.3-gcc.patch
Patch1:		qca-2.0.3-ssl2.patch
BuildRequires:	cmake
%if %{with sys_rootcerts}
BuildRequires:	rootcerts
%endif
BuildRequires:	qt4-devel
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(nss)

%description
The QCA library provides an easy API for a range of cryptographic
features, including SSL/TLS, X.509 certificates, SASL, symmetric
ciphers, public key ciphers, hashes and much more.

Functionality is supplied via plugins. This is useful for avoiding
dependence on a particular crypto library and makes upgrading easier,
as there is no need to recompile your application when adding or
upgrading a crypto plugin. Also, by pushing crypto functionality into
plugins, applications are free of legal issues, such as export
regulation.

%files
%doc README COPYING INSTALL TODO
%{_mandir}/man1/*
%defattr(0755,root,root,0755)
%{qt4dir}/bin/qcatool2

#------------------------------------------------------------------------------

%if %{without sys_rootcerts}
%package root-certificates
Summary:	Common root CA certificates for QCA
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description root-certificates
Provides root Certificate Authority certificates for the QCA library.
These certificates are the same ones that are included in Mozilla.

%files root-certificates
%dir %{qt4dir}/share/qca
%dir %{qt4dir}/share/qca/certs
%doc %{qt4dir}/share/qca/certs/README
%{qt4dir}/share/qca/certs/rootcerts.pem
%endif

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for QCA
Group:		System/Libraries
%if %{with sys_rootcerts}
Requires:	rootcerts
Obsoletes:	%{name}-root-certificates < %{EVRD}
%else
Requires:	%{name}-root-certificates >= %{EVRD}
%endif

%description -n %{libname}
Libraries for QCA.

%files -n %{libname}
%dir %{qtcryptodir}
%defattr(0755,root,root,0755)
%{qt4lib}/libqca.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for QCA
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	%{mklibname qca 2 -d} = %{EVRD}

%description -n %{devname}
Development files for QCA.

%files -n %{devname}
%{_libdir}/pkgconfig/qca2.pc
%{qt4dir}/mkspecs/features/crypto.prf
%dir %{qt4include}/QtCrypto
%{qt4include}/QtCrypto/*
%{qt4lib}/libqca.so

#------------------------------------------------------------------------------

%package plugin-cyrus-sasl
Summary:	Cyrus-sasl plugin for QCA
Group:		Development/KDE and Qt
BuildRequires:	libsasl2-devel
Provides:	qca2-sasl = %{EVRD}
Provides:	qca2-plugin-cyrus-sasl-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-cyrus-sasl-%{_lib} < 2.0.0-5
Provides:	%{libname}-plugin-cyrus-sasl = %{EVRD}

%description plugin-cyrus-sasl
This is a plugin to provide cyrus-sasl capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-cyrus-sasl
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-cyrus-sasl.*

#------------------------------------------------------------------------------

%package plugin-gcrypt
Summary:	Gcrypt plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-gcrypt = %{EVRD}
Provides:	qca2-plugin-gcrypt-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-gcrypt-%{_lib} < 2.0.0-5
Provides:	%{libname}-plugin-gcrypt = %{EVRD}

%description plugin-gcrypt
This is a plugin to provide gcrypt capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-gcrypt
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-gcrypt.*

#------------------------------------------------------------------------------

%package plugin-gnupg
Summary:	GnuPG plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-gnupg = %{EVRD}
Provides:	qca-gnupg = %{EVRD}
Provides:	%{libname}-plugin-gnupg = %{EVRD}
Provides:	qca2-plugin-gnupg-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-gnupg-%{_lib} < 2.0.0-5

%description plugin-gnupg
This is a plugin to provide GnuPG capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-gnupg
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-gnupg.*

#------------------------------------------------------------------------------

%package plugin-logger
Summary:	Logger plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-logger = %{EVRD}
Provides:	qca2-plugin-logger-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-logger-%{_lib} < 2.0.0-5
Provides:	%{libname}-plugin-logger = %{EVRD}

%description plugin-logger
This is a plugin to provide logger capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-logger
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-logger.*

#------------------------------------------------------------------------------

%package plugin-nss
Summary:	NSS plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-nss = %{EVRD}
Provides:	qca2-plugin-nss-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-nss-%{_lib} < 2.0.0-5
Provides:	%{libname}-plugin-nss = %{EVRD}

%description plugin-nss
This is a plugin to provide nss capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-nss
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-nss.*

#------------------------------------------------------------------------------

%package plugin-openssl
Summary:	OpenSSL plugin for QCA
Group:		Development/KDE and Qt
BuildRequires:	pkgconfig(openssl)
Provides:	qca2-openssl = %{EVRD}
Provides:	qca-ossl = %{EVRD}
Provides:	qca2-tls = %{EVRD}
Provides:	%{libname}-plugin-openssl = %{EVRD}
Provides:	qca2-plugin-openssl-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-openssl-%{_lib} < 2.0.0-5

%description plugin-openssl
This is a plugin to provide OpenSSL capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-openssl
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-ossl.*

#------------------------------------------------------------------------------

%package plugin-pkcs11
Summary:	PKCS11 plugin for QCA
Group:		Development/KDE and Qt
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(libpkcs11-helper-1)
Provides:	qca2-pkcs11 = %{EVRD}
Provides:	qca2-plugin-pkcs11-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-pkcs11-%{_lib} < 2.0.0-5
Provides:	%{libname}-plugin-pkcs11 = %{EVRD}

%description plugin-pkcs11
This is a plugin to provide PKCS11 capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-pkcs11
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-pkcs11.*

#------------------------------------------------------------------------------

%package plugin-softstore
Summary:	Softstore plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-softstore = %{EVRD}
Provides:	qca2-plugin-softstore-%{_lib} = %{EVRD}
Obsoletes:	qca2-plugin-softstore-%{_lib} < 2.0.0-5
Provides:	%{libname}-plugin-softstore = %{EVRD}

%description plugin-softstore
This is a plugin to provide softstore capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-softstore
%attr(0755,root,root) %{qt4plugins}/crypto/libqca-softstore.*

#------------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1
%patch1 -p1

%build
%cmake_qt4 \
	-DCMAKE_INSTALL_PREFIX=%{qt4dir} \
	-DLIB_INSTALL_DIR=%{_libdir} \
	-DPKGCONFIG_INSTALL_PREFIX=%{_libdir}/pkgconfig
%make


%install
%makeinstall_std -C build

# Make directory for plugins
install -d -m 755 %{buildroot}/%{qtcryptodir}

mkdir -p %{buildroot}%{_mandir}
mv %{buildroot}%{qt4dir}/share/man/man1 %{buildroot}%{_mandir}


%changelog

* Tue Mar 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.3-7
- (59bff55) Add patch to fix build against OpenSSL built without SSLv2 support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23955 |14mu|qca2-qt5-2.1.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without docs

%define qtcryptodir %{_qt5_plugindir}/crypto

%define oname qca
%define major 2
%define libname %mklibname qca-qt5_ %{major}
%define devname %mklibname qca-qt5 -d

Summary:	Straightforward and cross-platform crypto API for Qt5
Name:		qca2-qt5
Version:	2.1.1
Release:	2
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://delta.affinix.com/qca
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{oname}/%{version}/src/%{oname}-%{version}.tar.xz
BuildRequires:	cmake
%if %{with docs}
BuildRequires:	doxygen
%endif
BuildRequires:	rootcerts
BuildRequires:	qmake5
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Network)

%description
The QCA library provides an easy API for a range of cryptographic
features, including SSL/TLS, X.509 certificates, SASL, symmetric
ciphers, public key ciphers, hashes and much more.

Functionality is supplied via plugins. This is useful for avoiding
dependence on a particular crypto library and makes upgrading easier,
as there is no need to recompile your application when adding or
upgrading a crypto plugin. Also, by pushing crypto functionality into
plugins, applications are free of legal issues, such as export
regulation.

%files
%doc README COPYING TODO
%{_qt5_bindir}/mozcerts-qt5
%{_qt5_bindir}/qcatool-qt5
%{_mandir}/man1/qcatool-qt5.1*

#------------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for QCA
Group:		System/Libraries
Requires:	rootcerts

%description -n %{libname}
Libraries for QCA.

%files -n %{libname}
%dir %{qtcryptodir}
%{_qt5_libdir}/libqca-qt5.so.%{major}*

#------------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for QCA
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for QCA.

%files -n %{devname}
%if %{with docs}
%doc build/apidocs
%endif
%{_qt5_libdir}/cmake/Qca-qt5/*.cmake
%{_qt5_libdir}/pkgconfig/qca2-qt5.pc
%{_qt5_libdir}/qt5/mkspecs/features/crypto.prf
%dir %{_qt5_includedir}/Qca-qt5/QtCrypto
%{_qt5_includedir}/Qca-qt5/QtCrypto/*
%{_qt5_libdir}/libqca-qt5.so

#------------------------------------------------------------------------------

%package plugin-cyrus-sasl
Summary:	Cyrus-sasl plugin for QCA
Group:		Development/KDE and Qt
BuildRequires:	libsasl2-devel
Provides:	qca2-qt5-plugin-cyrus-sasl-%{_lib} = %{EVRD}

%description plugin-cyrus-sasl
This is a plugin to provide cyrus-sasl capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-cyrus-sasl
%{_qt5_plugindir}/crypto/libqca-cyrus-sasl.*

#------------------------------------------------------------------------------

%package plugin-gcrypt
Summary:	Gcrypt plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-qt5-plugin-gcrypt-%{_lib} = %{EVRD}

%description plugin-gcrypt
This is a plugin to provide gcrypt capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-gcrypt
%{_qt5_plugindir}/crypto/libqca-gcrypt.*

#------------------------------------------------------------------------------

%package plugin-gnupg
Summary:	GnuPG plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-qt5-plugin-gnupg-%{_lib} = %{EVRD}
Requires:	gnupg

%description plugin-gnupg
This is a plugin to provide GnuPG capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-gnupg
%{_qt5_plugindir}/crypto/libqca-gnupg.*

#------------------------------------------------------------------------------

%package plugin-logger
Summary:	Logger plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-qt5-plugin-logger-%{_lib} = %{EVRD}

%description plugin-logger
This is a plugin to provide logger capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-logger
%{_qt5_plugindir}/crypto/libqca-logger.*

#------------------------------------------------------------------------------

%package plugin-nss
Summary:	NSS plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-qt5-plugin-nss-%{_lib} = %{EVRD}

%description plugin-nss
This is a plugin to provide nss capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-nss
%{_qt5_plugindir}/crypto/libqca-nss.*

#------------------------------------------------------------------------------

%package plugin-openssl
Summary:	OpenSSL plugin for QCA
Group:		Development/KDE and Qt
BuildRequires:	pkgconfig(openssl)
Provides:	qca2-qt5-plugin-openssl-%{_lib} = %{EVRD}

%description plugin-openssl
This is a plugin to provide OpenSSL capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-openssl
%{_qt5_plugindir}/crypto/libqca-ossl.*

#------------------------------------------------------------------------------

%package plugin-pkcs11
Summary:	PKCS11 plugin for QCA
Group:		Development/KDE and Qt
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(libpkcs11-helper-1)
Provides:	qca2-qt5-plugin-pkcs11-%{_lib} = %{EVRD}

%description plugin-pkcs11
This is a plugin to provide PKCS11 capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-pkcs11
%{_qt5_plugindir}/crypto/libqca-pkcs11.*

#------------------------------------------------------------------------------

%package plugin-softstore
Summary:	Softstore plugin for QCA
Group:		Development/KDE and Qt
Provides:	qca2-qt5-plugin-softstore-%{_lib} = %{EVRD}

%description plugin-softstore
This is a plugin to provide softstore capability to programs that
utilize the Qt Cryptographic Architecture (QCA).

%files plugin-softstore
%{_qt5_plugindir}/crypto/libqca-softstore.*

#------------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
# Unset CMAKE_INSTALL_PREFIX to use QCA_INSTALL_IN_QT_PREFIX (see CMakeLists.txt)
%cmake_qt5 \
	-DCMAKE_INSTALL_PREFIX="" \
	-DQCA_MAN_INSTALL_DIR=%{_mandir} \
	-DQCA_SUFFIX=qt5 \
	-DQT4_BUILD:BOOL=OFF \
	-DBUILD_TESTS:BOOL=OFF \
	-DWITH_botan_PLUGIN=OFF
%make
%if %{with docs}
%make doc
%endif

%install
%makeinstall_std -C build

# Make directory for plugins
install -d -m 755 %{buildroot}%{qtcryptodir}


%changelog

* Tue Mar 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.1-2
- (dd7bf3d) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23956 |14mu|qcad-3.9.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A professional CAD system
Name:		qcad
Version:	3.9.4.0
Release:	1
License:	GPLv3+ with exceptions, CC-BY, GPLv2+, LGPLv2.1, BSD
Group:		Graphics
Url:		http://www.qcad.org
#https://github.com/qcad/qcad/archive/v%{version}.zip
Source0:	qcad-%{version}.zip
# Build static libs instead of shared
Patch0:		qcad-3.9.4.0-static.patch
Patch1:		qcad-3.9.4.0-linkage.patch
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	pkgconfig(zlib)

%description
QCad is a professional CAD System. With QCad you can easily construct
and change drawings with ISO-text and many other features and save
them as DXF-files. These DXF-files are the interface to many
CAD-systems such as AutoCAD(TM) and many others.

%files
%doc readme.txt LICENSE.txt README.md gpl-3.0.txt cc-by-3.0.txt gpl-3.0-exceptions.txt
%{_bindir}/%{name}
%{_libdir}/*.so
%{_iconsdir}/*.png
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/applications/*.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
find . -name ".gitignore" -delete
cp -a src/3rdparty/qt-labs-qtscriptgenerator-4.8.6 src/3rdparty/qt-labs-qtscriptgenerator-4.8.7
cd src/3rdparty/qt-labs-qtscriptgenerator-4.8.7 && mv -f qt-labs-qtscriptgenerator-4.8.6.pro qt-labs-qtscriptgenerator-4.8.7.pro

%build
%qmake_qt4
%make

%install
# remove project files
find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
find . \( -name 'Makefile*' -name '.gitignore' \) -delete

install -dm755 %{buildroot}%{_datadir}/%{name}
cp -r examples fonts libraries patterns plugins scripts ts %{buildroot}%{_datadir}/%{name}
cp release/* %{buildroot}%{_datadir}/%{name}

# qt
for sofiles in %{qt4plugins}/imageformats/*.so
do
    ln -sf ${sofiles} %{buildroot}%{_datadir}/%{name}/plugins/imageformats/${sofiles##/*/}
done

for sofiles in %{qt4plugins}/sqldrivers/*.so
do
    ln -sf ${sofiles} %{buildroot}%{_datadir}/%{name}/plugins/sqldrivers/${sofiles##/*/}
done

install -Dm644 scripts/qcad_icon.png %{buildroot}%{_iconsdir}/qcad_icon.png

install -dm0755 %{buildroot}%{_bindir}
echo -e '#!/bin/sh\ncd %{_datadir}/%{name}\nLD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH exec ./qcad-bin' > %{buildroot}%{_bindir}/%{name}
chmod 0755 %{buildroot}%{_bindir}/%{name}

rm -f %{buildroot}%{_datadir}/%{name}/*.a

install -dm0755 %{buildroot}%{_libdir}
mv %{buildroot}%{_datadir}/%{name}/*.so %{buildroot}%{_libdir}

# desktop
install -m 755 -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=Qcad
Name[ru]=Qcad
Comment=A professional CAD system
Comment[ru]=Профессиональная CAD система
Exec=%{name}
Icon=qcad_icon
Terminal=false
Type=Application
Categories=Office;Chart;Qt;
StartupNotify=true
EOF


%changelog

* Mon Jul 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.9.4.0-1
- (42224c9) Add patch to fix linkage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23957 |14mu|qdox-1.12.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           qdox
Version:        1.12.1
Release:        10
Epoch:          0
Summary:        Extract class/interface/method definitions from sources
License:        Apache License
URL:            http://qdox.codehaus.org/
Group:          Development/Java
Source0:        %{name}-%{version}-project.tar.bz2
#svn export http://svn.codehaus.org/qdox/tags/qdox-%{version}
#tar cvjf qdox-%{version}.tar.gz qdox-%{version}
Source1:        qdox-build.xml
Source2:        qdox-LocatedDef.java
BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit >= 0:1.6
BuildRequires:  junit >= 0:3.8.1
BuildRequires:  java-cup
BuildRequires:  jflex
BuildRequires:  byaccj
Requires:       jpackage-utils
Requires:       java
BuildArch:      noarch
BuildRequires:  java-devel

%description
QDox is a high speed, small footprint parser 
for extracting class/interface/method definitions 
from source files complete with JavaDoc @tags. 
It is designed to be used by active code 
generators or documentation tools. 

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
%{summary}.

%prep
%setup -q
cp %{SOURCE2} src/java/com/thoughtworks/qdox/parser/structs/LocatedDef.java 
cp %{SOURCE1} build.xml

#Remove files which needed jmock
rm src/test/com/thoughtworks/qdox/parser/MockBuilder.java
rm src/test/com/thoughtworks/qdox/parser/MockLexer.java
rm src/test/com/thoughtworks/qdox/parser/ParserTest.java
rm src/test/com/thoughtworks/qdox/directorywalker/DirectoryScannerTest.java

%{__perl} -pi -e 's/fork="yes"/fork="no"/g;' build.xml
%{__perl} -pi -e 's/yy_lexical_state/zzLexicalState/g;' src/grammar/lexer.flex

%build
export CLASSPATH=$(build-classpath ant ant-launcher java-cup jflex junit)
CLASSPATH=target/classes:target/test-classes:$CLASSPATH

# Generate scanner (upstream does this with maven-jflex-plugin)
jflex \
      -d src/java \
      --skel src/grammar/skeleton.inner \
      src/grammar/lexer.flex

# Generate parser (upstream does this with maven-antrun-plugin)
dir=src/java/com/thoughtworks/qdox/parser/impl
mkdir -p $dir
(cd ./$dir
byaccj \
       -v \
       -Jnorun \
       -Jnoconstruct \
       -Jclass=Parser \
       -Jsemantic=Value \
       -Jpackage=com.thoughtworks.qdox.parser.impl \
       ../../../../../../grammar/parser.y)

mkdir -p build/java/com/thoughtworks/qdox/parser/impl/
mv src/java/com/thoughtworks/qdox/parser/impl/Parser.java build/java/com/thoughtworks/qdox/parser/impl/

%{ant} -Dbuild.sysclasspath=only jar javadoc

%install
# jars
mkdir -p %{buildroot}%{_javadir}
cp -p build/%{name}.jar \
      %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; \
do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr build/javadocdir/* %{buildroot}%{_javadocdir}/%{name}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt README.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/*

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.12.1-10
- (44ddb82) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23958 |14mu|qemu-2.5.1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with    x86only          # disabled
%bcond_with    exclusive_x86_64 # disabled
%bcond_without rbd              # enabled
%bcond_without fdt              # enabled
%bcond_without seccomp

# Enable SPICE support unless it is disabled in branding-configs.
%{?build_spice}%{?!build_spice:%bcond_without spice}

%define _disable_ld_no_undefined 1

%define _udevdir /lib/udev/rules.d
%define qemudocdir %{_docdir}/%{name}

Summary:	QEMU CPU Emulator
Name:		qemu
Version:	2.5.1.1
Release:	6
License:	GPLv2+ and LGPLv2+ and BSD
Group:		Emulators
Url:		http://wiki.qemu.org/Main_Page
Source0:	http://wiki.qemu.org/download/%{name}-%{version}.tar.bz2
Source1:	qemu.binfmt
# Creates /dev/kvm
Source3:	80-kvm.rules
# KSM control scripts
Source4:	ksm.service
Source5:	ksm.sysconfig
Source6:	ksmctl.c
Source7:	ksmtuned.service
Source8:	ksmtuned
Source9:	ksmtuned.conf
# End of KSM control scripts
Source10:	qemu-guest-agent.service
Source11:	99-qemu-guest-agent.rules
Source12:	bridge.conf
# qemu-kvm backward compatibility wrapper
Source13:	qemu-kvm.sh
Source100:	qemu.rpmlintrc

# From Mageia
Patch01:	CVE-2016-2198-usb-ehci-add-capability-mmio-write-function.patch
Patch02:	CVE-2016-2391-ohci-allocate-timer-only-once.patch
Patch03:	CVE-2016-2858-01-rng-remove-the-unused-request-cancellation-code.patch
Patch04:	CVE-2016-2858-02-rng-move-request-queue-from-RngEgd-to-RngBackend.patch
Patch05:	CVE-2016-2858-03-rng-move-request-queue-cleanup-from-RngEgd-to-RngBac.patch
Patch06:	CVE-2016-2858-04-rng-add-request-queue-support-to-rng-random.patch
Patch07:	CVE-2016-4001-net-stellaris_enet-check-packet-length-against-receive.patch
Patch08:	CVE-2016-4002.patch
Patch09:	CVE-2016-4020.patch

BuildRequires:	iasl
BuildRequires:	kernel-headers
BuildRequires:	libtool
BuildRequires:	rsync
BuildRequires:	texi2html
BuildRequires:	texinfo
BuildRequires:	attr-devel
BuildRequires:	bzip2-devel
BuildRequires:	cap-devel
BuildRequires:	jpeg-devel
BuildRequires:	libaio-devel
BuildRequires:	numa-devel
BuildRequires:	sasl-devel
BuildRequires:	usbredir-devel >= 0.5.2
BuildRequires:	xfsprogs-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(epoxy)
BuildRequires:	pkgconfig(gnutls) >= 3.0
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcacard)
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libprofiler)
BuildRequires:	pkgconfig(libpulse)
%if %{with seccomp}
BuildRequires:	pkgconfig(libseccomp) >= 2.1.0
%endif
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libusbredirhost) >=0.5.2
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(sdl2)
%if %{with spice}
BuildRequires:	pkgconfig(spice-server)
BuildRequires:	pkgconfig(spice-protocol)
%endif
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vdeplug)
BuildRequires:	pkgconfig(vte-2.90)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(egl)

Requires:	cyrus-sasl
Requires:	ipxe-roms-qemu >= 20150803
Requires:	qemu-img = %{EVRD}
Requires:	seavgabios-bin
Requires:	seabios-bin >= 1.7.5
Requires:	sgabios-bin
Requires(post,preun,postun):	systemd-units
%rename		kvm

ExclusiveArch:	%{ix86} x86_64

%description
QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. QEMU has two operating modes:

* Full system emulation. In this mode, QEMU emulates a full system (for
  example a PC), including a processor and various peripherials. It can be
  used to launch different Operating Systems without rebooting the PC or
  to debug system code.
* User mode emulation. In this mode, QEMU can launch Linux processes compiled
  for one CPU on another CPU.

QEMU requires no host kernel patches to run, it is safe and easy to use.

%files -f %{name}.lang
# common
%dir %{qemudocdir}
%doc %{qemudocdir}/Changelog
%doc %{qemudocdir}/README
%doc %{qemudocdir}/qemu-doc.html
%doc %{qemudocdir}/qemu-tech.html
%doc %{qemudocdir}/qmp-commands.txt
%doc %{qemudocdir}/COPYING
%doc %{qemudocdir}/COPYING.LIB
%doc %{qemudocdir}/LICENSE
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/qemu-icon.bmp
%{_datadir}/%{name}/qemu_logo_no_text.svg
%{_datadir}/%{name}/keymaps/
%{_datadir}/%{name}/trace-events
%{_mandir}/man1/qemu.1*
%{_mandir}/man1/virtfs-proxy-helper.1*
%{_bindir}/virtfs-proxy-helper
%attr(4755, root, root) %{_libexecdir}/qemu-bridge-helper
%config(noreplace) %{_sysconfdir}/sasl2/qemu.conf
%dir %{_sysconfdir}/qemu
%config(noreplace) %{_sysconfdir}/qemu/bridge.conf
# ksm
%{_libexecdir}/ksmctl
%{_sbindir}/ksmtuned
%{_unitdir}/ksmtuned.service
%{_unitdir}/ksm.service
%config(noreplace) %{_sysconfdir}/ksmtuned.conf
%config(noreplace) %{_sysconfdir}/sysconfig/ksm
# guest-agent
%{_bindir}/qemu-ga
%{_mandir}/man8/qemu-ga.8*
%{_unitdir}/qemu-guest-agent.service
%{_udevdir}/99-qemu-guest-agent.rules
# emulators, etc.
%{_exec_prefix}/lib/binfmt.d/qemu-*.conf
%{_bindir}/qemu-i386
%{_bindir}/qemu-x86_64
%{_bindir}/qemu-aarch64
%{_bindir}/qemu-alpha
%{_bindir}/qemu-arm
%{_bindir}/qemu-armeb
%{_bindir}/qemu-cris
%{_bindir}/qemu-m68k
%{_bindir}/qemu-microblaze
%{_bindir}/qemu-microblazeel
%{_bindir}/qemu-mips
%{_bindir}/qemu-mipsel
%{_bindir}/qemu-mips64
%{_bindir}/qemu-mips64el
%{_bindir}/qemu-mipsn32
%{_bindir}/qemu-mipsn32el
%{_bindir}/qemu-or32
%{_bindir}/qemu-ppc
%{_bindir}/qemu-ppc64
%{_bindir}/qemu-ppc64abi32
%{_bindir}/qemu-ppc64le
%{_bindir}/qemu-s390x
%{_bindir}/qemu-sh4
%{_bindir}/qemu-sh4eb
%{_bindir}/qemu-sparc
%{_bindir}/qemu-sparc32plus
%{_bindir}/qemu-sparc64
%{_bindir}/qemu-unicore32
# KVM
%ifarch %{ix86} x86_64
%{_bindir}/qemu-kvm
%{_bindir}/kvm_stat
%{_mandir}/man1/qemu-kvm.1*
%{_udevdir}/80-kvm.rules
%endif
# x86
%{_bindir}/qemu-system-i386
%{_bindir}/qemu-system-x86_64
%{_mandir}/man1/qemu-system-i386.1*
%{_mandir}/man1/qemu-system-x86_64.1*
%{_datadir}/%{name}/acpi-dsdt.aml
%{_datadir}/%{name}/q35-acpi-dsdt.aml
%{_datadir}/%{name}/bios.bin
%{_datadir}/%{name}/bios-256k.bin
%{_datadir}/%{name}/sgabios.bin
%{_datadir}/%{name}/linuxboot.bin
%{_datadir}/%{name}/multiboot.bin
%{_datadir}/%{name}/kvmvapic.bin
%{_datadir}/%{name}/vgabios.bin
%{_datadir}/%{name}/vgabios-cirrus.bin
%{_datadir}/%{name}/vgabios-qxl.bin
%{_datadir}/%{name}/vgabios-stdvga.bin
%{_datadir}/%{name}/vgabios-vmware.bin
%{_datadir}/%{name}/vgabios-virtio.bin
%{_datadir}/%{name}/pxe-e1000.rom
%{_datadir}/%{name}/efi-e1000.rom
%{_datadir}/%{name}/pxe-virtio.rom
%{_datadir}/%{name}/efi-virtio.rom
%{_datadir}/%{name}/pxe-pcnet.rom
%{_datadir}/%{name}/efi-pcnet.rom
%{_datadir}/%{name}/pxe-rtl8139.rom
%{_datadir}/%{name}/efi-rtl8139.rom
%{_datadir}/%{name}/pxe-ne2k_pci.rom
%{_datadir}/%{name}/efi-ne2k_pci.rom
# alpha
%{_bindir}/qemu-system-alpha
%{_mandir}/man1/qemu-system-alpha.1*
%{_datadir}/%{name}/palcode-clipper
# arm
%{_bindir}/qemu-system-arm
%{_mandir}/man1/qemu-system-arm.1*
# mips
%{_bindir}/qemu-system-mips
%{_bindir}/qemu-system-mipsel
%{_bindir}/qemu-system-mips64
%{_bindir}/qemu-system-mips64el
%{_mandir}/man1/qemu-system-mips.1*
%{_mandir}/man1/qemu-system-mipsel.1*
%{_mandir}/man1/qemu-system-mips64el.1*
%{_mandir}/man1/qemu-system-mips64.1*
# cris
%{_bindir}/qemu-system-cris
%{_mandir}/man1/qemu-system-cris.1*
# lm32
%{_bindir}/qemu-system-lm32
%{_mandir}/man1/qemu-system-lm32.1*
# m68k
%{_bindir}/qemu-system-m68k
%{_mandir}/man1/qemu-system-m68k.1*
# microblaze
%{_bindir}/qemu-system-microblaze
%{_bindir}/qemu-system-microblazeel
%{_mandir}/man1/qemu-system-microblaze.1*
%{_mandir}/man1/qemu-system-microblazeel.1*
%{_datadir}/%{name}/petalogix*.dtb
# or32
%{_bindir}/qemu-system-or32
%{_mandir}/man1/qemu-system-or32.1*
# s390x
%{_bindir}/qemu-system-s390x
%{_mandir}/man1/qemu-system-s390x.1*
%{_datadir}/%{name}/s390-zipl.rom
%{_datadir}/%{name}/s390-ccw.img
# sh4
%{_bindir}/qemu-system-sh4
%{_bindir}/qemu-system-sh4eb
%{_mandir}/man1/qemu-system-sh4.1*
%{_mandir}/man1/qemu-system-sh4eb.1*
# sparc
%{_bindir}/qemu-system-sparc
%{_bindir}/qemu-system-sparc64
%{_mandir}/man1/qemu-system-sparc.1*
%{_mandir}/man1/qemu-system-sparc64.1*
%{_datadir}/%{name}/QEMU,tcx.bin
%{_datadir}/%{name}/QEMU,cgthree.bin
# ppc
%{_bindir}/qemu-system-ppc
%{_bindir}/qemu-system-ppc64
%{_bindir}/qemu-system-ppcemb
%{_mandir}/man1/qemu-system-ppc.1*
%{_mandir}/man1/qemu-system-ppc64.1*
%{_mandir}/man1/qemu-system-ppcemb.1*
%{_datadir}/%{name}/bamboo.dtb
%{_datadir}/%{name}/ppc_rom.bin
%{_datadir}/%{name}/spapr-rtas.bin
%{_datadir}/%{name}/u-boot.e500
# unicore32
%{_bindir}/qemu-system-unicore32
%{_mandir}/man1/qemu-system-unicore32.1*
# xtensa
%{_bindir}/qemu-system-xtensa
%{_bindir}/qemu-system-xtensaeb
%{_mandir}/man1/qemu-system-xtensa.1*
%{_mandir}/man1/qemu-system-xtensaeb.1*
# moxie
%{_bindir}/qemu-system-moxie
%{_mandir}/man1/qemu-system-moxie.1*
# aarch64
%{_bindir}/qemu-system-aarch64
%{_mandir}/man1/qemu-system-aarch64.1*
# tricore
%{_bindir}/qemu-system-tricore
%{_mandir}/man1/qemu-system-tricore.1*

%post
getent group kvm >/dev/null || groupadd -g 36 -r kvm
getent group qemu >/dev/null || groupadd -g 107 -r qemu
getent passwd qemu >/dev/null || \
  useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
    -c "qemu user" qemu

%ifarch %{ix86} x86_64
# A workaround for https://bugzilla.redhat.com/show_bug.cgi?id=950436
chmod --quiet 666 /dev/kvm || :
%endif

%systemd_post ksmtuned.service
%systemd_post ksm.service
%systemd_post qemu-guest-agent.service

systemctl --system try-restart systemd-binfmt.service &>/dev/null || :

%preun
%systemd_preun ksm.service
%systemd_preun ksmtuned.service
%systemd_preun qemu-guest-agent.service

%postun
%systemd_postun_with_restart systemd-binfmt.service

#----------------------------------------------------------------------------

%package img
Summary:	QEMU disk image utility
Group:		Emulators
Conflicts:	qemu < 0.9.0-3

%description img
This package contains the QEMU disk image utility that is used to
create, commit, convert and get information from a disk image.

%files img
%{_bindir}/qemu-img
%{_bindir}/qemu-io
%{_bindir}/qemu-nbd
%{_mandir}/man1/qemu-img.1*
%{_mandir}/man8/qemu-nbd.8*

#----------------------------------------------------------------------------

%package -n ivshmem-tools
Summary:	Client and server for QEMU ivshmem device
Group:		Emulators

%description -n ivshmem-tools
This package provides client and server tools for QEMU's ivshmem device.

%files -n ivshmem-tools
%{_bindir}/ivshmem-client
%{_bindir}/ivshmem-server

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%apply_patches

%build

# QEMU already knows how to set _FORTIFY_SOURCE
%global optflags %(echo %{optflags} | sed 's/-Wp,-D_FORTIFY_SOURCE=2//')

# --build-id option is used for giving info to the debug packages.
extraldflags="-Wl,--build-id";
buildldflags="VL_LDFLAGS=-Wl,--build-id"

buildarch="i386-softmmu x86_64-softmmu alpha-softmmu arm-softmmu \
cris-softmmu lm32-softmmu m68k-softmmu microblaze-softmmu \
microblazeel-softmmu mips-softmmu mipsel-softmmu mips64-softmmu \
mips64el-softmmu or32-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu \
s390x-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu sparc64-softmmu \
xtensa-softmmu xtensaeb-softmmu unicore32-softmmu moxie-softmmu \
tricore-softmmu \
i386-linux-user x86_64-linux-user aarch64-linux-user alpha-linux-user \
arm-linux-user armeb-linux-user cris-linux-user m68k-linux-user \
microblaze-linux-user microblazeel-linux-user mips-linux-user \
mipsel-linux-user mips64-linux-user mips64el-linux-user \
mipsn32-linux-user mipsn32el-linux-user \
or32-linux-user ppc-linux-user ppc64-linux-user ppc64le-linux-user \
ppc64abi32-linux-user s390x-linux-user sh4-linux-user sh4eb-linux-user \
sparc-linux-user sparc64-linux-user sparc32plus-linux-user \
unicore32-linux-user aarch64-softmmu"

%if %{with x86only}
    buildarch="i386-softmmu x86_64-softmmu i386-linux-user x86_64-linux-user"
%endif

./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--sysconfdir=%{_sysconfdir} \
	--interp-prefix=%{_prefix}/qemu-%%M \
	--localstatedir=%{_localstatedir} \
	--libexecdir=%{_libexecdir} \
	--with-pkgversion=%{name}-%{version}-%{release} \
	--disable-strip \
	--extra-ldflags="$extraldflags -pie -Wl,-z,relro -Wl,-z,now" \
	--extra-cflags="%{optflags}" \
	--enable-pie \
	--disable-werror \
	--target-list="$buildarch" \
	--audio-drv-list=pa,sdl,alsa,oss \
	--enable-kvm \
	--enable-tcmalloc \
	--enable-smartcard \
%if %{with spice}
	--enable-spice \
%else
	--disable-spice \
%endif
%if %{with seccomp}
	--enable-seccomp \
%else
	--disable-seccomp \
%endif
	--with-sdlabi="2.0" \
	--with-gtkabi="3.0" \
	--enable-vde \
	--disable-xen \
%if %{without rbd}
	--disable-rbd \
%endif
%if %{without fdt}
	--disable-fdt \
%endif
	"$@"

echo "config-host.mak contents:"
echo "==="
cat config-host.mak
echo "==="

%make V=1 $buildldflags

gcc %{SOURCE6} -O2 -g -o ksmctl

cat %{SOURCE4} | sed "s,@libexecdir@,%{_libexecdir},g" > ksm.service


%install
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/modules
mkdir -p %{buildroot}%{_sysconfdir}/qemu
mkdir -p %{buildroot}%{_bindir}/
mkdir -p %{buildroot}%{_datadir}/%{name}
mkdir -p %{buildroot}%{_udevdir}

install -D -p -m 0644 ksm.service %{buildroot}/%{_unitdir}/ksm.service
install -D -p -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/sysconfig/ksm
install -D -p -m 0755 ksmctl %{buildroot}%{_libexecdir}/ksmctl

install -D -p -m 0644 %{SOURCE7} %{buildroot}/%{_unitdir}/ksmtuned.service
install -D -p -m 0755 %{SOURCE8} %{buildroot}%{_sbindir}/ksmtuned
install -D -p -m 0644 %{SOURCE9} %{buildroot}%{_sysconfdir}/ksmtuned.conf

install -D -p -m 0644 %{SOURCE10} %{buildroot}%{_unitdir}
install -D -p -m 0644 %{SOURCE11} %{buildroot}%{_udevdir}

%ifarch %{ix86} x86_64
install -m 0755 scripts/kvm/kvm_stat %{buildroot}%{_bindir}/
install -m 0644 %{SOURCE3} %{buildroot}%{_udevdir}
install -m 0755 %{SOURCE13} %{buildroot}%{_bindir}/qemu-kvm
%endif

%makeinstall_std

%ifarch %{ix86} x86_64
ln -sf qemu.1.xz %{buildroot}%{_mandir}/man1/qemu-kvm.1.xz
%endif

#chmod -x %{buildroot}%{_mandir}/man1/*
install -D -p -m 0644 -t %{buildroot}%{qemudocdir} Changelog README COPYING COPYING.LIB LICENSE
for emu in %{buildroot}%{_bindir}/qemu-system-*; do
    ln -sf qemu.1.xz %{buildroot}%{_mandir}/man1/$(basename $emu).1.xz
done

install -D -p -m 0644 qemu.sasl %{buildroot}%{_sysconfdir}/sasl2/qemu.conf

# Provided by package openbios
rm -rf %{buildroot}%{_datadir}/%{name}/openbios-ppc
rm -rf %{buildroot}%{_datadir}/%{name}/openbios-sparc32
rm -rf %{buildroot}%{_datadir}/%{name}/openbios-sparc64
# Provided by package SLOF
rm -rf %{buildroot}%{_datadir}/%{name}/slof.bin
# Provided by package ipxe
rm -rf %{buildroot}%{_datadir}/%{name}/pxe*rom
rm -rf %{buildroot}%{_datadir}/%{name}/efi*rom
# Provided by package seavgabios
rm -rf %{buildroot}%{_datadir}/%{name}/vgabios*bin
# Provided by package seabios
rm -rf %{buildroot}%{_datadir}/%{name}/bios.bin
rm -rf %{buildroot}%{_datadir}/%{name}/bios-256k.bin
rm -rf %{buildroot}%{_datadir}/%{name}/acpi-dsdt.aml
rm -rf %{buildroot}%{_datadir}/%{name}/q35-acpi-dsdt.aml
# Provided by package sgabios
rm -rf %{buildroot}%{_datadir}/%{name}/sgabios.bin

# the pxe gpxe images will be symlinks to the images on
# /usr/share/ipxe, as QEMU doesn't know how to look
# for other paths, yet.
pxe_link() {
  ln -s ../ipxe/$2.rom %{buildroot}%{_datadir}/%{name}/pxe-$1.rom
  ln -s ../ipxe.efi/$2.rom %{buildroot}%{_datadir}/%{name}/efi-$1.rom
}

pxe_link e1000 8086100e
pxe_link ne2k_pci 10ec8029
pxe_link pcnet 10222000
pxe_link rtl8139 10ec8139
pxe_link virtio 1af41000

rom_link() {
    ln -s $1 %{buildroot}%{_datadir}/%{name}/$2
}

rom_link ../seavgabios/vgabios-isavga.bin vgabios.bin
rom_link ../seavgabios/vgabios-cirrus.bin vgabios-cirrus.bin
rom_link ../seavgabios/vgabios-qxl.bin vgabios-qxl.bin
rom_link ../seavgabios/vgabios-stdvga.bin vgabios-stdvga.bin
rom_link ../seavgabios/vgabios-vmware.bin vgabios-vmware.bin
rom_link ../seavgabios/vgabios-virtio.bin vgabios-virtio.bin
rom_link ../seabios/bios.bin bios.bin
rom_link ../seabios/bios-256k.bin bios-256k.bin
rom_link ../seabios/acpi-dsdt.aml acpi-dsdt.aml
rom_link ../seabios/q35-acpi-dsdt.aml q35-acpi-dsdt.aml
rom_link ../sgabios/sgabios.bin sgabios.bin

# Install binfmt
mkdir -p %{buildroot}%{_exec_prefix}/lib/binfmt.d
for i in dummy \
%ifnarch %{ix86} x86_64
    qemu-i386 \
%endif
%ifnarch alpha
    qemu-alpha \
%endif
%ifnarch %{arm}
    qemu-arm \
%endif
    qemu-armeb \
    qemu-cris \
    qemu-microblaze qemu-microblazeel \
%ifnarch mips
    qemu-mips qemu-mips64 \
%endif
%ifnarch mipsel
    qemu-mipsel qemu-mips64el \
%endif
%ifnarch m68k
    qemu-m68k \
%endif
%ifnarch ppc ppc64 ppc64le
    qemu-ppc qemu-ppc64abi32 qemu-ppc64 \
%endif
%ifnarch sparc sparc64
    qemu-sparc qemu-sparc32plus qemu-sparc64 \
%endif
%ifnarch s390 s390x
    qemu-s390x \
%endif
%ifnarch sh4
    qemu-sh4 \
%endif
    qemu-sh4eb \
; do
  test $i = dummy && continue
  grep /$i:\$ %{SOURCE1} > %{buildroot}%{_exec_prefix}/lib/binfmt.d/$i.conf
  chmod 644 %{buildroot}%{_exec_prefix}/lib/binfmt.d/$i.conf
done < %{SOURCE1}

# Install rules to use the bridge helper with libvirt's virbr0
install -m 0644 %{SOURCE12} %{buildroot}%{_sysconfdir}/qemu/

# Remove unneeded libtool-generated files
find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f

# Remove systemd-specific stuff, we do not use it yet
rm -rf %{buildroot}%{_datadir}/systemtap

%find_lang %{name}


%changelog

* Thu Jan 19 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.1.1-6
- (ac9a434) Enable smartcard support

* Sun Oct 30 2016 Nemial <negry.m@yandex.ru> 2.5.1.1-5
- (5b50246) Up Release

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.1.1-4
- (f9f61a9) MassBuild#1169: Increase release tag

* Thu Sep 22 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.1.1-3
- (6799e49) Bump release

* Mon Jun 06 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.5.1.1-2
- (ac9dc75) Rebuild with new nettle

* Fri May 20 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.5.1.1-1
- (7615e0b) Updated to version 2.5.1.1 with additional patches from Mageia
- (7615e0b) The patches are for CVE-2016-2198, CVE-2016-2391, CVE-2016-2858,
- (7615e0b) CVE-2016-4001, CVE-2016-4002, CVE-2016-4020.

* Fri May 20 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.5.0-1
- (9f028cb) Fix the path to ksmctl in ksm.service
- (Evgenii Shatokhin: fccd4d8) Package the man page for QEMU guest agent
- (Evgenii Shatokhin: 0116d5c) Put the client and server tools for QEMU's ivshmem device into their own RPM
- (Evgenii Shatokhin: abc5334) Remove libcacard packages: they are in a separate project now
- (Evgenii Shatokhin: cacff14) Development files for EGL are needed for the build
- (Evgenii Shatokhin: ed154fc) Updated to version 2.5.0 with additional patches from Fedora
- (Evgenii Shatokhin: ed154fc) Changelog for version 2.5:
- (Evgenii Shatokhin: ed154fc) http://wiki.qemu.org/ChangeLog/2.5
- (Evgenii Shatokhin: ed154fc) The patches from Fedora fix several security and stability issues.

* Fri Feb 26 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.0-6
- (a0f5deb) Use systemd macros to control post-scripts

* Fri Feb 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.0-5
- (4d0939a) Bump release

* Sun Nov 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.0-4
- (552cdf2) Spec cleanup
- (Andrey Bondrov: ee22b67) Enable VDE support

* Mon Sep 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4.0-3
- (7f37451) Require ipxe-roms-qemu >= 20150803, qemu fails with ancient package installed from main/release repository

* Thu Aug 20 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2.4.0-2
- (ee5b4bf) Conditionally enable SPICE support (support it in Fresh but not in Current)

* Thu Aug 20 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2.4.0-1
- (c3d0142) Removed a stray macro
- (Eugene Shatokhin: 3ed8a23) Updated the requirements for seabios, etc.
- (Eugene Shatokhin: fc15edc) Updated to version 2.4.0
- (Eugene Shatokhin: d73c00c) Fixed: develpment files for ALSA are needed, indeed
- (Eugene Shatokhin: d85977a) Updated to version 2.4.0-rc3 (based on Fedora packages)

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1.5.0-7
- (d723cba) MassBuild#656: Increase release tag

* Fri Jan 16 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.5.0-6
- (5ce0e7b) Build without SystemTap unconditionally

* Mon Dec 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.5.0-5
- (d588856) Do not enable tracing
- (Eugene Shatokhin: a89dc45) Do not require brlapi-devel
- (Eugene Shatokhin: 90c1363) Disable SPICE, don't try to be too smart
- (Eugene Shatokhin: 8a49732) Disabled seccomp as well
- (Eugene Shatokhin: d3aa955) Build without SPICE support at the moment



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23959 |14mu|qgnomeplatform-0.1-1.20160621.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname QGnomePlatform

%define git 20160621

Summary:	Platform theme for a better Qt5 application inclusion in GNOME
Name:		qgnomeplatform
Version:	0.1
Release:	1.%{git}.1
License:	LGPLv2+
Group:		Graphical desktop/GNOME
Url:		https://github.com/MartinBriza/QGnomePlatform
#Source0:	https://github.com/tsujan/Kvantum/archive/%{oname}-%{version}.tar.gz
Source0:	%{name}-%{version}-%{git}.tar.bz2
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(udev)

%description
Platform theme for a better Qt5 application inclusion in GNOME.

#----------------------------------------------------------------------------

%package -n qt5-platformtheme-qgnomeplatform
Summary:	Platform theme for a better Qt5 application inclusion in GNOME
Group:		Graphical desktop/GNOME

%description -n qt5-platformtheme-qgnomeplatform
Platform theme for a better Qt5 application inclusion in GNOME.

%files -n qt5-platformtheme-qgnomeplatform
%{_qt5_plugindir}/platformthemes/libqgnomeplatform.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{git}

%build
%qmake_qt5
%make

%install
%makeinstall_qt

%changelog

* Sun Jun 26 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-1.20160621.1
- (94cf82b) Update BuildRequires (egl, udev, Qt5DBus)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23960 |14mu|qgtkstylealt-0.1.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA Alternative GTK+ style for Qt
Name:		qgtkstylealt
Version:	0.1.5
Release:	6
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://www.rosalinux.ru/
Source0:	qgtkstylealt-%{version}.tar.gz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtDBus)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(QtSvg)
# qt-config rejects this style if adwaita-gtk2-theme is not installed
Requires:	adwaita-gtk2-theme
Requires:	qt4-common

%description
ROSA Alternative GTK+ style for Qt.

%files
%{_kde_libdir}/kde4/plugins/styles/qgtkstylealt.so
%{_kde_appsdir}/kstyle/themes/qgtkstylealt.themerc
%{_qt_plugindir}/styles/qgtkstylealt.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

mkdir -p %{buildroot}%{_qt_plugindir}/styles/
pushd %{buildroot}%{_qt_plugindir}/styles/
ln -s %{_kde_libdir}/kde4/plugins/styles/qgtkstylealt.so qgtkstylealt.so
popd

%changelog

* Thu Jun 04 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.5-6
- (f2ffc6d) Require adwaita-gtk2-theme



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23961 |14mu|qjson-qt5-0.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qjson

%define major 0
%define libname %mklibname %{name}_ %{major}
%define devname %mklibname %{name} -d

Summary:	QJson is a Qt-based library that maps JSON data to QVariant objects
Name:		qjson-qt5
Version:	0.9.0
Release:	1
License:	GPLv2+
Group:		Development/KDE and Qt
Url:		https://github.com/flavio/qjson/
Source0:	https://github.com/flavio/qjson/archive/%{oname}-%{version}.tar.gz
BuildRequires:	cmake
BuildRequires:	pkgconfig(Qt5Core)

%description
JSON (JavaScript Object Notation) is a lightweight data-interchange format.
It can represents integer, real number, string, an ordered sequence of value,
and a collection of name/value pairs.
QJson is a qt-based library that maps JSON data to QVariant objects.
JSON arrays will be mapped to QVariantList instances, while JSON's objects
will be mapped to QVariantMap.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	QJson is a Qt-based library that maps JSON data to QVariant objects
Group:		System/Libraries

%description -n %{libname}
JSON (JavaScript Object Notation) is a lightweight data-interchange format.
It can represents integer, real number, string, an ordered sequence of value,
and a collection of name/value pairs.
QJson is a qt-based library that maps JSON data to QVariant objects.
JSON arrays will be mapped to QVariantList instances, while JSON's objects
will be mapped to QVariantMap.

%files -n %{libname}
%{_libdir}/libqjson-qt5.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for QJson
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
JSON (JavaScript Object Notation) is a lightweight data-interchange format.
It can represents integer, real number, string, an ordered sequence of value,
and a collection of name/value pairs.

QJson is a Qt-based library that maps JSON data to QVariant objects.
JSON arrays will be mapped to QVariantList instances, while JSON's objects
will be mapped to QVariantMap.

This package contains files for developing applications using QJson.

%files -n %{devname}
%{_libdir}/libqjson-qt5.so
%{_libdir}/pkgconfig/QJson-qt5.pc
%{_libdir}/cmake/%{name}
%{_includedir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build
%cmake_qt5 \
	-DQT4_BUILD=OFF
%make

%install
%makeinstall_std -C build


%changelog

* Tue Jan 10 2017 Rosa <rosa@abf.rosalinux.ru> 0.9.0-1
- (0077bc4) Automatic import for version 0.9.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23962 |14mu|qmmp-1.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname %{name} %{major}
%define devname		%mklibname %{name} -d
%define libnameui	%mklibname qmmpui %{major}
%define devnameui	%mklibname qmmpui -d

######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

Summary:	Qt-based Multimedia Player
Name:		qmmp
Version:	1.0.7
Release:	1%{?extrarelsuffix}
License:	GPLv2+
Group:		Sound
Url:		http://qmmp.ylsoftware.com/index_en.php
Source0:	http://qmmp.ylsoftware.com/files/%{name}-%{version}.tar.bz2
Patch0:		qmmp-0.9.1-initial-preference.patch
Patch1:		https://raw.githubusercontent.com/rigon/qmmp-plugin-youtube/master/http-fix.patch
BuildRequires:	cmake >= 2.8.11
BuildRequires:	qt5-linguist-tools
BuildRequires:	ffmpeg-devel
BuildRequires:	libgme-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	sidplay-devel
BuildRequires:	wildmidi-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(enca)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(jack) >= 1.9.8
BuildRequires:	pkgconfig(libbs2b)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmms) >= 0.4
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libprojectM)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libsidplay2)
BuildRequires:	pkgconfig(libsidplayfp)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(opus) >= 1.0.2
BuildRequires:	pkgconfig(opusfile)
BuildRequires:	pkgconfig(Qt5DBus) >= 5.4.0
BuildRequires:	pkgconfig(Qt5Network) >= 5.4.0
BuildRequires:	pkgconfig(Qt5Widgets) >= 5.4.0
BuildRequires:	pkgconfig(Qt5X11Extras) >= 5.4.0
BuildRequires:	pkgconfig(samplerate) >= 0.1.8
# Do not remove sdl-headers needed by sid-ogg. Sflo
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(taglib) >= 1.9
BuildRequires:	pkgconfig(udisks2)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)

%if %{build_plf}
BuildRequires:	libfaad2-devel
%else
BuildConflicts:	libfaad2-devel
%endif
Requires:	%{libname} = %{EVRD}
Requires:	%{libnameui} = %{EVRD}
Requires:	%{name}-plugins = %{EVRD}
Suggests:	%{name}-aac = %{EVRD}
%if %{mdvver} >= 201210
Suggests:	%{name}-ffmpeg = %{EVRD}
%else
Suggests:	%{name}-ffmpeg-legacy = %{EVRD}
%endif
Suggests:	%{name}-jack = %{EVRD}
Suggests:	%{name}-modplug = %{EVRD}
Suggests:	%{name}-musepack = %{EVRD}
Suggests:	%{name}-oss = %{EVRD}
Suggests:	%{name}-simple-ui = %{EVRD}
Suggests:	%{name}-wavpack = %{EVRD}
Suggests:	%{name}-plugin-pack
Requires:	unzip
Requires:	wildmidi

%description
This program is an audio-player, written with help of Qt library. The user
interface is similar to winamp or xmms.
Main opportunities:
* winamp and xmms skins support;
* plugins support;
* MPEG1 layer 1/2/3 support;
* Ogg Vorbis support;
* native FLAC support;
* Musepack support;
* WavePack support;
* ModPlug support;
* WMA support;
* PCM WAVE support;
* AlSA sound output;
* JACK sound output;
* OSS sound output;
* PulseAudio output;
* Last.fm scrobbler;
* D-Bus support;
* Spectrum Analyzer;
* sample rate conversion;
* streaming support (MP3, Vorbis via IceCast/ShoutCast).

%files
%doc AUTHORS ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libname}
Qmmp is an audio-player, written with help of Qt library.
This package contains the library needed by %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog
%{_libdir}/libqmmp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnameui}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libnameui}
Qmmp is an audio-player, written with help of Qt library.
This package contains the library needed by %{name}.

%files -n %{libnameui}
%doc AUTHORS ChangeLog
%{_libdir}/libqmmpui.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Qmmp is an audio-player, written with help of Qt library.
This package contains the files needed for developing applications
which use %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog
%{_includedir}/%{name}
%{_libdir}/libqmmp.so
%{_libdir}/pkgconfig/qmmp.pc

#----------------------------------------------------------------------------

%package -n %{devnameui}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libnameui} = %{EVRD}
Provides:	%{name}ui-devel = %{EVRD}
Conflicts:	%{_lib}qmmp-devel < 0.7.2

%description -n %{devnameui}
Qmmp is an audio-player, written with help of Qt library.
This package contains the files needed for developing applications
which use %{name}.

%files -n %{devnameui}
%doc AUTHORS ChangeLog
%{_includedir}/qmmpui
%{_libdir}/libqmmpui.so
%{_libdir}/pkgconfig/qmmpui.pc

#----------------------------------------------------------------------------

%if %{build_plf}
%package aac
Summary:	Qmmp AAC Input Plugin
Group:		Sound

%description aac
This is the AAC Input plug-in for Qmmp.

This package is in restricted repository because AAC codec is patent-protected.

%files aac
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libaac.so
%endif

#----------------------------------------------------------------------------

#  ffmpeg-legacy in LTS
%if %{mdvver} >= 201210
%package ffmpeg
Summary:	Qmmp FFMPEG Input Plugin
Group:		Sound

%description ffmpeg
This is the FFMPEG Input Plugin for Qmmp.

%files ffmpeg
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libffmpeg.so

%else

%package ffmpeg-legacy
Summary:	Qmmp FFMPEG Input Plugin
Group:		Sound

%description ffmpeg-legacy
This is the FFMPEG Input Plugin for Qmmp.

%files ffmpeg-legacy
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libffmpeg_legacy.so
%endif

#----------------------------------------------------------------------------

%package jack
Summary:	Qmmp Jack Output Plugin
Group:		Sound

%description jack
This is the Jack Output Plugin for Qmmp.

%files jack
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Output/libjack.so

#----------------------------------------------------------------------------

%package modplug
Summary:	Qmmp Modplug Input Plugin
Group:		Sound

%description modplug
This is the Modplug Input Plugin for Qmmp.

%files modplug
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libmodplug.so

#----------------------------------------------------------------------------

%package musepack
Summary:	Qmmp MusePack Output Plugin
Group:		Sound

%description musepack
This is the Musepack Input Plugin for Qmmp.

%files musepack
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libmpc.so

#----------------------------------------------------------------------------
%package opus
Summary:	Qmmp Opus Input Plugin
Group:		Sound

%description opus
This is the Opus Input Plugin for Qmmp.

%files opus
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libopus.so

#----------------------------------------------------------------------------

%package oss
Summary:	Qmmp OSS Output Plugin
Group:		Sound

%description oss
This is the Jack OSS Plugin for Qmmp.

%files oss
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Output/liboss.so

#----------------------------------------------------------------------------

%package plugins
Summary:	Qmmp Plugins
Group:		Sound

%description plugins
Qmmp is an audio-player, written with help of Qt library.
This contains basic plug-in distribution.

%files plugins
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libflac.so
%{_libdir}/%{name}/Input/libmad.so
%{_libdir}/%{name}/Input/libsndfile.so
%{_libdir}/%{name}/Input/libvorbis.so
%{_libdir}/%{name}/Input/libcdaudio.so
%{_libdir}/%{name}/Input/libcue.so
%{_libdir}/%{name}/Input/libgme.so
%{_libdir}/%{name}/Input/libwildmidi.so
%{_libdir}/%{name}/Output/libalsa.so
%{_libdir}/%{name}/Output/libpulseaudio.so
%{_libdir}/%{name}/Output/libnull.so
%{_libdir}/%{name}/General/libnotifier.so
%{_libdir}/%{name}/General/libscrobbler.so
%{_libdir}/%{name}/General/libstatusicon.so
%{_libdir}/%{name}/General/libfileops.so
%{_libdir}/%{name}/General/libhotkey.so
%{_libdir}/%{name}/General/liblyrics.so
%{_libdir}/%{name}/General/libmpris.so
%{_libdir}/%{name}/General/libcovermanager.so
%{_libdir}/%{name}/General/libkdenotify.so
%{_libdir}/%{name}/General/libstreambrowser.so
%{_libdir}/%{name}/General/libconverter.so
%{_libdir}/%{name}/General/libcopypaste.so
%{_libdir}/%{name}/General/libtrackchange.so
%{_libdir}/%{name}/General/libudisks2.so
%{_libdir}/%{name}/General/libgnomehotkey.so
%{_libdir}/%{name}/General/librgscan.so
%{_libdir}/%{name}/PlayListFormats/*
%{_libdir}/%{name}/CommandLineOptions/libincdecvolumeoption.so
%{_libdir}/%{name}/CommandLineOptions/libseekoption.so
%{_libdir}/%{name}/CommandLineOptions/libstatusoption.so
%{_libdir}/%{name}/CommandLineOptions/libplaylistoption.so
%{_libdir}/%{name}/Effect/libsrconverter.so
%{_libdir}/%{name}/Effect/libbs2b.so
%{_libdir}/%{name}/Effect/libladspa.so
%{_libdir}/%{name}/Effect/libcrossfade.so
%{_libdir}/%{name}/Effect/libstereo.so
%{_libdir}/%{name}/Engines/libmplayer.so
%{_libdir}/%{name}/FileDialogs/libqmmpfiledialog.so
%{_libdir}/%{name}/Transports/libhttp.so
%{_libdir}/%{name}/Transports/libmms.so
%{_libdir}/%{name}/Visual/libanalyzer.so
%{_libdir}/%{name}/Visual/libprojectm.so
%{_libdir}/%{name}/Ui/libskinned.so

#----------------------------------------------------------------------------

%package sid
Summary:	Qmmp SID Input Plugin
Group:		Sound

%description sid
This is the SID Input Plugin for Qmmp.

%files sid
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libsid.so

#----------------------------------------------------------------------------

%package simple-ui
Summary:	Qmmp Simple UI Plugin
Group:		Sound

%description simple-ui
This is the Simple UI Plugin for Qmmp (simple user interface based on standard
widgets set).

%files simple-ui
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Ui/libqsui.so

#----------------------------------------------------------------------------

%package wavpack
Summary:	Qmmp WavPack Input Plugin
Group:		Sound

%description wavpack
This is the WavPack Input Plugin for Qmmp.

%files wavpack
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libwavpack.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0 -b https support


%build
#oss3 support is deprecated upstream for now I'll enable it ...
%cmake_qt5 \
	-DUSE_OSS:BOOL=TRUE \
	-DUSE_HAL:BOOL=FALSE \
	-DUSE_UDISKS2:BOOL=TRUE \
	-DUSE_RPATH=TRUE \
	-DCMAKE_INSTALL_PREFIX=%{_prefix}

%make


%install
%makeinstall_std -C build


%changelog

* Sat Apr 16 2016 abfonly <abfonly@gmail.com> 1.0.7-1
- (8b481ec) Log: Update to 1.0.7
- (8b481ec) patched for https stream transport
- (8b481ec) * added ffmpeg 3.0 support
- (8b481ec) * added support for theme change event in the qsui plugin
- (8b481ec) * fixed sendig multiple play commands when opening several files for playback
- (8b481ec) * fixed memory leaks
- (8b481ec) * fixed qt5.6 support

* Sun Jan 24 2016 Giovanni Mariani <mc2374@mclink.it> 1.0.5-1
- (9240530) Updated to release 1.0.5

* Mon Nov 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2-1
- (986dd7e) New version 1.0.2
- (986dd7e) Switch to Qt5
- (986dd7e) New library major 1

* Mon Sep 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.1-2
- (fd04469) Suggest simple UI plugin

* Mon Sep 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.1-1
- (a4965ca) New version 0.9.1
- (a4965ca) Re-diff initial preference patch
- (a4965ca) simple-ui plugin is moved here from plugin-pack package

* Tue Aug 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.5-3
- (9d331d8) Don't set high priority for qmmp_enqueue.desktop

* Mon Aug 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.5-2
- (465b1dd) Adjust QMMP priority in KDE

* Thu Aug 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.5-1
- (8f8f6d5) New version 0.8.5
- (8f8f6d5) Use udisks2 instead of udisks

* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.3-2
- (dcddcb2) Bump release

* Wed Feb 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3-1
- (98ee8c8) Updated to 0.8.3

* Mon Oct 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.2-1
- (f8affcb) Spec cleanup
- (abfonly: 5bf3f44) Changelog: 0.8.2 added transifex integration
- (abfonly: 5bf3f44) added webm support improved image scaling quality
- (abfonly: 5bf3f44) fixed xspf parsing
- (abfonly: 5bf3f44) fixed cover loading sequence
- (abfonly: 5bf3f44) fixed main window activation under windows
- (abfonly: 5bf3f44) fixed analyzer color settings
- (abfonly: 5bf3f44) fixed typos
- (abfonly: 5bf3f44) fixed possible segmentation fault in the opus;
- (abfonly: 5bf3f44) fixed separator of the file filters
- (abfonly: 5bf3f44) reduced tag reading delay (requires TagLib 1.8 or higher)
- (abfonly: 5bf3f44) updated Russian translation
- (abfonly: 5bf3f44) updated Ukrainian translation
- (abfonly: 5bf3f44) updated Japanese translation

* Sun Aug 10 2014 abfonly <abfonly@gmail.com> 0.8.1-1
- (ec60f59) Changelog: 0.8.1 added rusxmms patch autodetection for all supported platforms
- (ec60f59) added application information to the windows executable
- (ec60f59) fixed --pl-dump/--pl-play command line options
- (ec60f59) fixed regressions in the mpris 1.0 support
- (ec60f59) fixed selection behaviour in the playlist when using keyboard
- (ec60f59) fixed disc number disappearing when using flac with embedded cue
- (ec60f59) fixed main window activation
- (ec60f59) fixed segmentation fault when moving track in the group mode
- (ec60f59) fixed not working 'exit' action when option 'hide on close' is enabled
- (ec60f59) fixed freezing in the alsa plugin
- (ec60f59) fixed m4a support;
- (ec60f59) fixed clearing a key combination in the hotkey plugin
- (ec60f59) removed duplicate extensions from the file association page

* Mon Jul 07 2014 symbianflo <symbianflo@symbianflo> 0.8.0-1
- (1b732f3) Log: Update to 0.8.0,Change log is huge, so just read it, fixed new BR,fix files,Enabled all OSS plugins

* Wed Jul 02 2014 abfonly <abfonly@gmail.com> 0.7.7-2
- (174b4bb) Updated qmmp.spec

* Sun Jun 08 2014 SymbianFlo <symbianflo@mandrivausers.ro> 0.7.7-1
- (c99bc9e) Update to 0.7.7

* Tue Apr 08 2014 SymbianFlo <symbianflo@mandrivausers.ro> 0.7.6-1
- (94ffbaf) Changelog:
- (94ffbaf) 0.7.6
- (94ffbaf) added libav 10 and ffmpeg 2.2 support
- (94ffbaf) fixed url parsing
- (94ffbaf) fixed freezing on playback resume
- (94ffbaf) fixed random freezing in the mplayer plugin
- (94ffbaf) fixed reset selection of tracks when calling context menu
- (94ffbaf) fixed multimedia keys support under win32

* Sat Feb 15 2014 SymbianFlo <symbianflo@mandrivausers.ro> 0.7.5-1
- (2fe29e3) Changelog: 0.7.5 fixed tab closing bug in the qsui plugin fixed cpu a...
- (2fe29e3) ...rchitecture detection while build using qmake
- (2fe29e3) fixed feature to disable qsui before build
- (2fe29e3) fixed latest cmake support
- (2fe29e3) disable plf for contrib packages

* Sat Feb 15 2014 symbianflo <symbianflo@symbianflo> 0.7.5-1plf
- (2b1250e) Changelog:
- (2b1250e) 0.7.5
- (2b1250e) fixed tab closing bug in the qsui plugin
- (2b1250e) fixed cpu architecture detection while build using qmake
- (2b1250e) fixed feature to disable qsui before build
- (2b1250e) fixed latest cmake support

* Sat Dec 28 2013 SymbianFlo <symbianflo@mandrivausers.ro> 0.7.4-1
- (305b68f) Changelog:
- (305b68f) 0.7.4
- (305b68f) added Galician translation
- (305b68f) added ffmpeg 2.1 support
- (305b68f) added m3u8 playlist extension
- (305b68f) improved ReplayGain support
- (305b68f) - fixed 24/32 bit mode
- (305b68f) - added clipping to prevent overflow
- (305b68f) improved cdaudio plugin
- (305b68f) - added Windows support
- (305b68f) - added track cache
- (305b68f) - fixed proxy support
- (305b68f) fixed localization of the wildmidi plugin
- (305b68f) fixed case sensitivity while checking file extensions
- (305b68f) fixed gcc 4.8 warnings
- (305b68f) fixed memory leak
- (305b68f) fixed several Windows-only bugs
- (305b68f) - fixed parsing of the m3u files with backslashes
- (305b68f) - fixed problem with absolute paths
- (305b68f) - fixed adding files from command line under Windows
- (305b68f) - fixed Meta/Win modifier in the global hotkey plugin
- (305b68f) fixed Japanese translation.

* Tue Oct 08 2013 symbianflo <symbianflo@mandrivausers.ro> 0.7.3-1
- (e156222) LOG update to 0.7.3, added window size and position saving to the projectm plugin;
- (e156222) disabled unsupported settings in the statusicon plugin under Windows;
- (e156222) fixed warnings about invalid parent thread;
- (e156222) fixed race condition;
- (e156222) fixed ReplayGain support in the flac plugin;
- (e156222) fixed parsing of the track/disc number with separator;
- (e156222) fixed tooltip in the status icon plugin under Windows;
- (e156222) fixed 'show tooltip' option in the status icon plugin;
- (e156222) removed unused variables.

* Wed Aug 28 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.2-1
- (bee80fe) LOG New version 0.7.2, sort subpackages, add more Suggests

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.1-3
- (a9f575b) LOG Rebuild with new ffmpeg

* Fri Aug 02 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.1-2
- (65a77ae) LOG Rebuild with new ffmpeg

* Sat Jun 01 2013 symbianflo <symbianflo@mandrivausers.ro> 0.7.1-1
- (d12a296) LOG upadte to 1.7.1

* Sat Apr 13 2013 symbianflo <symbianflo@mandrivausers.ro> 0.7.0-1
- (8593354) LOG update to 0.7.0, add ffmpeg-legacy-plugin (instead of ffmpeg-plugin) in lts,fix linting

* Mon Mar 25 2013 symbianflo <symbianflo@mandrivausers.ro> 0.6.8-1
- (8444562) LOG:fixed bugs in the mpris plugin
- (8444562) fixed segmentation fault when running without output plugins
- (8444562) updated Japanese translation

* Fri Feb 22 2013 symbianflo <symbianflo@mandrivausers.ro> 0.6.7-1
- (30939fd) LOG New upstream relese, radio stream works again,build with no aac-plugin for contrib

* Sat Jan 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.6-1
- (748efe7) LOG Fix typo
- (Andrey Bondrov: f2aa499) LOG New version 0.6.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23963 |14mu|qmmp-plugin-pack-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qmmp

Summary:	A set of extra plug-ins for Qmmp
Name:		qmmp-plugin-pack
Version:	1.0.2
Release:	1
License:	GPLv2+
Group:		Sound
Url:		http://qmmp.ylsoftware.com/plugins.php
Source0:	http://qmmp.ylsoftware.com/files/plugins/%{name}-%{version}.tar.bz2
BuildRequires:	cmake
BuildRequires:	yasm
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(qmmp) >= 1.0.0
BuildRequires:	pkgconfig(qmmpui) >= 1.0.0
BuildRequires:	pkgconfig(Qt5Core) >= 5.4.0
BuildRequires:	pkgconfig(Qt5Widgets) >= 5.4.0
BuildRequires:	pkgconfig(taglib)
Suggests:	%{oname}-ffap = %{EVRD}
Suggests:	%{oname}-mpg123 = %{EVRD}

%description
Plug-ins for Qmmp from Qmmp Plug-in Pack:
 * FFap - enhanced Monkey's Audio (APE) decoder
   (24-bit samples and embedded cue support)
 * MPG123 - MPEG v1/2 layer1/2/3 decoder using of libmpg123 library.

%files

#----------------------------------------------------------------------------

%package -n %{oname}-ffap
Summary:	Qmmp FFap Input Plugin
Group:		Sound

%description -n %{oname}-ffap
This is the FFap Input Plugin for Qmmp (enhanced Monkey's Audio (APE) decoder,
24-bit samples and embedded cue support).

%files -n %{oname}-ffap
%doc AUTHORS COPYING ChangeLog.rus README README.RUS ChangeLog ChangeLog.svn
%{_libdir}/%{oname}/Input/libffap.so

#----------------------------------------------------------------------------

%package -n %{oname}-mpg123
Summary:	Qmmp MPG123 Input Plugin
Group:		Sound

%description -n %{oname}-mpg123
This is the MPG123 Input Plugin for Qmmp (MPEG v1/2 layer1/2/3 decoder
using of libmpg123 library).

%files -n %{oname}-mpg123
%doc AUTHORS COPYING ChangeLog.rus README README.RUS ChangeLog ChangeLog.svn
%{_libdir}/%{oname}/Input/libmpg123.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt5
%make

%install
%makeinstall_std -C build

%changelog

* Mon Jan 25 2016 Giovanni Mariani <mc2374@mclink.it> 1.0.2-1
- (3ff5469) Updated to release 1.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23964 |14mu|qpdf-5.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 13
%define libname %mklibname qpdf %{major}
%define develname %mklibname qpdf -d

Name:		qpdf
Summary:	Inspect and manipulate PDF files
Version:	5.1.3
Release:	1
Group:		Office
License:	Artistic
URL:		http://sourceforge.net/projects/qpdf/
Source0:	http://sourceforge.net/projects/qpdf/files/qpdf/5.1.3/%{name}-%{version}.tar.gz

BuildRequires:	zlib-devel
BuildRequires:	pcre-devel

# for fix-qdf and test suite
BuildRequires: perl
BuildRequires: perl(Digest::MD5)

# for autoreconf
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool

%description
QPDF is a C++ library and set of programs that inspect and manipulate
the structure of PDF files. It can encrypt and linearize files, expose
the internals of a PDF file, and do many other operations useful to end
users and PDF developers.

%package -n	%{libname}
Summary:	Inspect and manipulate PDF files library
Group:		System/Libraries

%description -n %{libname}
QPDF is a C++ library and set of programs that inspect and manipulate
the structure of PDF files. It can encrypt and linearize files, expose
the internals of a PDF file, and do many other operations useful to end
users and PDF developers.

%package -n	%{develname}
Summary:	Static library and header files for the qpdf library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Provides:	qpdf-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Devel package for %{name}

%prep
%setup -q
%apply_patches

%build
# work-around check-rpaths errors
autoreconf --verbose --force --install

%configure2_5x --disable-static \
           --enable-show-failed-test-output

%make

%install
%makeinstall_std

mkdir __doc
mv  %{buildroot}%{_datadir}/doc/qpdf/* __doc
rm -rf %{buildroot}%{_datadir}/doc/qpdf

%check
make check

%files
%doc Artistic-2.0 ChangeLog README* TODO
%{_bindir}/fix-qdf
%{_bindir}/%{name}
%{_bindir}/zlib-flate
%{_mandir}/man1/fix-qdf.1.*
%{_mandir}/man1/qpdf.1.*
%{_mandir}/man1/zlib-flate.1.*

%files -n %{develname}
%{_includedir}/%{name}/*.h
%{_includedir}/%{name}/*.hh
%{_libdir}/libqpdf.so
%{_libdir}/pkgconfig/libqpdf.pc

%files -n %{libname}
%{_libdir}/libqpdf.so.%{major}*

%changelog

* Mon Jun 15 2015 dsilakov <denis.silakov@rosalab.ru> 5.1.3-1
- (ed2f379) Merge pull request #2 from import/qpdf:auto_update
- (ed2f379) Updated to 5.1.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23965 |14mu|qqwing-1.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major   2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Name:           qqwing
Version:        1.3.4
Release:        1
Summary:        Command-line Sudoku solver and generator

License:        GPLv2+
Group:		Games/Puzzles
URL:            http://qqwing.com/
Source0:        http://qqwing.com/qqwing-%{version}.tar.gz
Requires:       %{libname} = %{EVRD}

%description
QQwing is a command-line Sudoku solver and generator.

%files
%doc README
%{_bindir}/qqwing
%{_mandir}/man1/qqwing.1.*
#----------------------------------------------------------
%package -n %{libname}
Summary:        Library for Sudoku solving and generation
Group:		System/Libraries

%description -n %{libname}
libqqwing is a C++ library for solving and generating Sudoku puzzles.


%files -n %{libname}
%doc AUTHORS COPYING
%{_libdir}/libqqwing.so.%{major}*
#----------------------------------------------------------
%package -n %{devname}
Summary:        Development files for libqqwing
Group:		Development/C++
Requires:       %{libname} = %{EVRD}

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use libqqwing.


%files -n %{devname}
%doc README
%{_includedir}/*
%{_libdir}/libqqwing.so
%{_libdir}/pkgconfig/qqwing.pc
#----------------------------------------------------------
%prep
%setup -q

%build
%configure2_5x \
	 --disable-static

sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make


%install
%makeinstall_std








%changelog

* Sat Sep 05 2015 abfonly <abfonly@gmail.com> 1.3.4-1
- (96ba5e9) Merge pull request #1 from abfonly/qqwing:gnome316
- (96ba5e9) abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23966 |14mu|qrencode-3.4.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	QR Code encoder into PNG image
Name:		qrencode
Version:	3.4.4
Release:	1
Group:		File tools
License:	LGPLv2+
URL:		http://megaui.net/fukuchi/works/qrencode/index.en.html
Source0:	http://megaui.net/fukuchi/works/qrencode/%{name}-%{version}.tar.bz2
BuildRequires:	libtool
BuildRequires:	pkgconfig(libpng)
BuildRequires:	doxygen

%description
Qrencode is a utility software using libqrencode to encode string data in a
QR Code and save as a PNG image.

%package -n	%{libname}
Summary:	A C library for encoding data in a QR Code symbol
Group:		System/Libraries

%description -n	%{libname}
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D
symbology that can be scanned by handy terminals such as a mobile phone with
CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is
highly robustness.

Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial
Standards) X0510:2004 or ISO/IEC 18004.

%package -n	%{develname}
Summary:	The development files for the qrencode library
Group:		Development/C
Provides:	%{name}-devel = %{version}
Provides:	lib%{name}-devel = %{version}
Requires:	%{libname} = %{version}
Obsoletes:	%mklibname -d qrencode 1

%description -n	%{develname}
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D
symbology that can be scanned by handy terminals such as a mobile phone with
CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is
highly robustness.

Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial
Standards) X0510:2004 or ISO/IEC 18004. 

This package contains the development files for the qrencode library.

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
    --enable-shared

%make

%install
%makeinstall_std

# manual
doxygen

# clean
rm -rf %{buildroot}%{_libdir}/*.la

%files
%{_bindir}/%{name}
%{_mandir}/man1/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc COPYING ChangeLog NEWS README TODO html/
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Mon Nov 24 2014 dsilakov <denis.silakov@rosalab.ru> 3.4.4-1
+ Revision: 135b21a
- Merge pull request #1 from import/qrencode:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23967 |14mu|qrq-0.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
Name:           qrq
Version:        0.3.1
Release:        1
Summary:        Morse telegraphy trainer
Group:          Education
License:        GPLv2+
URL:            http://fkurz.net/ham/qrq.html
Source0:        http://fkurz.net/ham/qrq/%{name}-%{version}.tar.gz
Patch0:         qrq-0.2.1-makefile.patch

BuildRequires:  ncurses-devel
BuildRequires:  pulseaudio-devel

%description
qrq is an open source morse telegraphy trainer for Linux and Unix operating
systems, similar to the classic DOS version of Rufz by DL4MM.

It's not intended for learning telegraphy, but to improve the ability to
copy callsigns at high speeds, as needed for example for Contesting. 

%prep
%setup -q
%patch0 -p1

%build
export LDFLAGS="-lpthread"
%make

%install
make install DESTDIR=%{buildroot}%{_prefix} OSX_BUNDLE=NO

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README
%{_bindir}/qrq
%{_bindir}/qrqscore
%{_mandir}/man?/*
%{_datadir}/qrq

%changelog
* Mon Nov 24 2014 dsilakov <denis.silakov@rosalab.ru> 0.3.1-1
+ Revision: 92bd10d
- Merge pull request #1 from import/qrq:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23968 |14mu|qscintilla-2.8.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without qt5

Summary:	Port to Qt of Neil Hodgson's Scintilla C++ editor class
Name:		qscintilla
Version:	2.8.4
Release:	6
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.riverbankcomputing.co.uk/software/qscintilla/intro
Source0:	http://downloads.sf.net/pyqt/QScintilla-gpl-%{version}.tar.gz
Patch0:		QScintilla-gpl-2.2-libdir.patch
Patch1:		QScintilla-gpl-2.8.1-libs.patch
Patch2:		qsci_link.patch
Patch3:		QScintilla-gpl-2.8.4-qt5.patch
BuildRequires:	qt4-devel
BuildRequires:	python-sip
BuildRequires:	python-qt4-devel
BuildRequires:	pkgconfig(python)
%if %{with qt5}
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Widgets)
%endif

%description
As well as features found in standard text editing components,
QScintilla includes features especially useful when editing and
debugging source code. These include support for syntax styling, error
indicators, code completion and call tips. The selection margin can
contain markers like those used in debuggers to indicate breakpoints
and the current line. Styling choices are more open than with many
editors, allowing the use of proportional fonts, bold and italics,
multiple foreground and background colours and multiple fonts.

#----------------------------------------------------------------------------

%package i18n
Summary:	Translations used by %{name}
Group:		System/Libraries
Conflicts:	libqscintilla2_9 < 2.8.3
Conflicts:	lib64qscintilla2_9 < 2.8.3
BuildArch:	noarch

%description i18n
Translations used by %{name}.

%files i18n
%{_qt_translationdir}/qscintilla*.qm

#----------------------------------------------------------------------------

%if %{with qt5}
%package qt5-i18n
Summary:	Translations used by %{name}-qt5
Group:		System/Libraries
BuildArch:	noarch

%description qt5-i18n
Translations used by %{name}-qt5.

%files qt5-i18n
%{_qt5_translationsdir}/qscintilla*.qm
%endif

#----------------------------------------------------------------------------

%define major 11
%define libqs4 %mklibname qscintilla2_ %{major}

%package -n %{libqs4}
Summary:	Port to Qt4 of Neil Hodgson's Scintilla C++ editor class
Group:		System/Libraries
Requires:	%{name}-i18n

%description -n %{libqs4}
As well as features found in standard text editing components,
QScintilla includes features especially useful when editing and
debugging source code. These include support for syntax styling, error
indicators, code completion and call tips. The selection margin can
contain markers like those used in debuggers to indicate breakpoints
and the current line. Styling choices are more open than with many
editors, allowing the use of proportional fonts, bold and italics,
multiple foreground and background colours and multiple fonts.

%files -n %{libqs4}
%{qt4lib}/libqscintilla2.so.%{major}*

#----------------------------------------------------------------------------

%define libqs4dev %mklibname -d qscintilla

%package -n %{libqs4dev}
Summary:	Libraries, include to develop applications with QScintilla for Qt4
Group:		Development/KDE and Qt
Requires:	%{libqs4} = %{EVRD}
Provides:	%{name}-qt4-devel = %{EVRD}
Provides:	qscintilla-qt4-devel = %{EVRD}

%description -n %{libqs4dev}
This packages contains the libraries, include and other files
you can use to develop applications with QScintilla.

%files -n %{libqs4dev}
%{qt4dir}/mkspecs/features/qscintilla2.prf
%{qt4dir}/include/*
%{qt4lib}/libqscintilla2.so
%{qt4plugins}/designer/libqscintillaplugin.so

#----------------------------------------------------------------------------

%define libqs5 %mklibname qt5scintilla2_ %{major}

%package -n %{libqs5}
Summary:	Port to Qt5 of Neil Hodgson's Scintilla C++ editor class
Group:		System/Libraries
Requires:	%{name}-qt5-i18n

%description -n %{libqs5}
As well as features found in standard text editing components,
QScintilla includes features especially useful when editing and
debugging source code. These include support for syntax styling, error
indicators, code completion and call tips. The selection margin can
contain markers like those used in debuggers to indicate breakpoints
and the current line. Styling choices are more open than with many
editors, allowing the use of proportional fonts, bold and italics,
multiple foreground and background colours and multiple fonts.

%files -n %{libqs5}
%{_qt5_libdir}/libqt5scintilla2.so.%{major}*

#----------------------------------------------------------------------------

%define libqs5dev %mklibname -d qt5scintilla

%package -n %{libqs5dev}
Summary:	Libraries, include to develop applications with QScintilla for Qt5
Group:		Development/KDE and Qt
Requires:	%{libqs5} = %{EVRD}
Provides:	%{name}-qt5-devel = %{EVRD}
Provides:	qscintilla-qt5-devel = %{EVRD}

%description -n %{libqs5dev}
This packages contains the libraries, include and other files
you can use to develop applications with QScintilla.

%files -n %{libqs5dev}
%{_qt5_datadir}/mkspecs/features/qscintilla2.prf
%{_qt5_includedir}/Qsci/*.h
%{_qt5_libdir}/libqt5scintilla2.so
%{_qt5_plugindir}/designer/libqscintillaplugin.so

#----------------------------------------------------------------------------

%package -n python-qt4-qscintilla
Summary:	Python qt4 QScintilla bindings
Group:		Development/KDE and Qt
Requires:	python-qt4-core
Requires:	python-qt4-gui
Requires:	%{libqs4} = %{EVRD}
Requires:	sip-api(%{sip_api_major}) = %{sip_api}

%description -n python-qt4-qscintilla
Python qt4 QScintilla bindings.

%files -n python-qt4-qscintilla
%{_datadir}/sip/PyQt4
%{qt4dir}/qsci
%{py_platsitedir}/PyQt4/Qsci.so

#----------------------------------------------------------------------------

%package doc
Summary:	QScintilla documentation
Group:		Documentation
BuildArch:	noarch

%description doc
QScintilla documentation.

%files doc
%doc NEWS README doc

#----------------------------------------------------------------------------

%prep
%setup -qn QScintilla-gpl-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%if %{with qt5}
cp -r Qt4Qt5 Qt5
cp -r designer-Qt4Qt5 designer-Qt5
%patch3 -p1
%endif

%build
pushd Qt4Qt5
    export QTDIR=%{qt4dir}/qsci
    %qmake_qt4 DESTDIR=%{buildroot}%{qt4lib} qscintilla.pro
    %make
popd

pushd designer-Qt4Qt5
    echo "INCLUDEPATH += ../Qt4Qt5" >> designer.pro
    echo "LIBS += -L%{buildroot}%{qt4lib}" >> designer.pro
    %qmake_qt4 designer.pro
    make
popd

%if %{with qt5}
pushd Qt5
    export QTDIR=%{_qt5_libdir}/qsci
    %qmake_qt5 DESTDIR=%{buildroot}%{_qt5_libdir} qscintilla.pro
    %make
popd

pushd designer-Qt5
    echo "INCLUDEPATH += ../Qt5" >> designer.pro
    echo "LIBS += -L%{buildroot}%{_qt5_libdir}" >> designer.pro
    %qmake_qt5 designer.pro
    make
popd
%endif

%install
mkdir -p %{buildroot}%{qt4lib}

pushd Qt4Qt5
    make INSTALL_ROOT=%{buildroot} install
popd

pushd designer-Qt4Qt5
    make INSTALL_ROOT=%{buildroot} install
popd

%if %{with qt5}
pushd Qt5
    make INSTALL_ROOT=%{buildroot} install
popd

pushd designer-Qt5
    make INSTALL_ROOT=%{buildroot} install
popd

# Don't build Python bindings for Qt5 yet
rm -rf %{buildroot}%{_qt5_datadir}/qsci/api/python
%endif

pushd Python
    export QTDIR=%{_qt4_datadir}
    export PATH=%{_qt4_datadir}/bin:$PATH
    python configure.py \
        -n ../Qt4Qt5 \
        -o %{buildroot}%{qt4lib}
    %make
    make install DESTDIR=%{buildroot} INSTALL_ROOT=%{buildroot}
popd

%changelog

* Thu Jun 08 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.8.4-6
- (23e9887) Don't link Qt5 version of designer plugin with Qt4 version of the library



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23969 |14mu|qt4-4.8.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_exceptions 1
%define _default_patch_flags -s -l
%define _default_patch_fuzz 2

# we need private headers to build qt-creator
# but it may change in future so we use condition
%define with_private_headers 1

%bcond_without postgres
%bcond_without mysql
%bcond_without sqlite
%bcond_without tds
%bcond_without cups
%bcond_without webkit
%bcond_without qvfb
%bcond_with openvg
%bcond_without docs
%bcond_without demos
%bcond_without examples

%bcond_with odbc
%bcond_with debug
%bcond_with ibase
%bcond_with phonon

%define major 4

%define _qt_datadir		%{_prefix}/lib/qt4
%define _qt_bindir		%{_qt_datadir}/bin
%define _qt_docdir		%{_docdir}/qt4
%define _qt_libdir		%{_libdir}
%define _qt_includedir		%{_qt_datadir}/include
%define _qt_plugindir		%{_libdir}/qt4/plugins
%define _qt_demodir		%{_qt_datadir}/demos
%define _qt_exampledir		%{_qt_datadir}/examples
%define _qt_importdir		%{_qt_datadir}/imports
%define _qt_translationdir	%{_qt_datadir}/translations

%define libqt			%mklibname qt %{major}
%define libqtdevel		%mklibname qt %{major} -d
%define libqt3support		%mklibname qt3support %{major}
%define libqtcore		%mklibname qtcore %{major}
%define libqtdesigner		%mklibname qtdesigner %{major}
%define libqtgui		%mklibname qtgui %{major}
%define libqtnetwork		%mklibname qtnetwork %{major}
%define libqtopengl		%mklibname qtopengl %{major}
%define libqtsql		%mklibname qtsql %{major}
%define libqtxml		%mklibname qtxml %{major}
%define libqtscripttools	%mklibname qtscripttools %{major}
%define libqtxmlpatterns	%mklibname qtxmlpatterns %{major}
%define libqtsvg		%mklibname qtsvg %{major}
%define libqttest		%mklibname qttest %{major}
%define libqdbus		%mklibname qtdbus %{major}
%define libqtscript		%mklibname qtscript %{major}
%define libqtclucene		%mklibname qtclucene %{major}
%define libqthelp		%mklibname qthelp %{major}
%define libqtwebkit		%mklibname qtwebkit %{major}
%define libqtmultimedia		%mklibname qtmultimedia %{major}
%define libphonon		%mklibname phonon %{major}
%define libqtdeclarative	%mklibname qtdeclarative %{major}
%define libqtopenvg		%mklibname qtopenvg %{major}

Summary:	Qt GUI Toolkit
Name:		qt4
Version:	4.8.7
Release:	2
Epoch:		4
License:	LGPLv2+ with exceptions or GPLv3 with exceptions
Group:		Development/KDE and Qt
Url:		http://qt.nokia.com/
Source0:	http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-%{version}.tar.gz
Source2:	qt4.macros
Source3:	mandriva-designer-qt4.desktop
Source4:	mandriva-assistant-qt4.desktop
Source5:	mandriva-linguist-qt4.desktop
Source10:	qt4.rpmlintrc
Patch0:		qt-everywhere-opensource-src-4.8.5-moc-boost.patch
# Make OpenVG build with -std=gnu++0x
Patch1:		qt-4.8.1-OpenVG-stdc++11.patch
# Disable -std=gnu++0x for WebKit - it isn't ready
Patch2:		qt-4.8.1-WebKit-no-stdc++11.patch
# https://bugs.kde.org/show_bug.cgi?id=256475
Patch3:		qt-4.8.1-transculent-drag-pixmap.patch
Patch4:		qt-everywhere-opensource-src-4.8.0-tp-openssl.patch
# Implement reliable event loops, it's needed to fix KDE integration in LibreOffice
# See https://bugreports.qt-project.org/browse/QTBUG-16934
Patch5:		qt-everywhere-opensource-src-4.8.5-unix-select.patch
Patch6:		QTBUG-34614-l-qclipboard_fix_recursive.patch
Patch7:		QTBUG-37380-glib-honor-ExcludeSocketNotifiers-flag.patch
Patch8:		QTBUG-38585-l-qclipboard_delay.patch
Patch10:	qt-4.8.2-fix-qvfb-build.patch
# systemtrayicon plugin support (for appindicators)
# See http://blog.martin-graesslin.com/blog/2014/06/where-are-my-systray-icons/
Patch11:	qt-everywhere-opensource-src-4.8.6-systemtrayicon.patch

BuildRequires:	binutils >= 2.18
BuildRequires:	cups-devel
BuildRequires:	jpeg-devel
BuildRequires:	mng-devel
BuildRequires:	pam-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1) >= 0.92
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(zlib)
# Make sure we don't link with egl
BuildConflicts:	pkgconfig(egl)
%if %{with phonon}
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
%endif
%if %{with openvg}
BuildRequires:	pkgconfig(vg)
%endif
%if %{with mysql}
BuildRequires:	mysql-devel
%endif
%if %{with odbc}
BuildRequires:	unixODBC-devel
%endif
%if %{with sqlite}
BuildRequires:	pkgconfig(sqlite3)
%endif
%if %{with tds}
BuildRequires:	freetds-devel
%endif
%if %{with ibase}
BuildRequires:	firebird-devel
%endif
%if %{with postgres}
BuildRequires:	postgresql-devel
%endif
%if %{with_private_headers}
BuildRequires:	rsync
%endif

%description
Qt is a GUI software toolkit which simplifies the task of writing and
maintaining GUI (Graphical User Interface) applications for the X
Window System. Qt is written in C++ and is fully object-oriented.

This package contains the shared library needed to run Qt
applications, as well as the README files for Qt.

#----------------------------------------------------------------------------

%package common
Group:		Development/KDE and Qt
Summary:	Qt%{major} Config and Language Files

%description common
Configuration and language files for Qt.

%files common
%attr(0755,root,root) %{_sysconfdir}/profile.d/60qt4.sh
%dir %{_qt_bindir}
%dir %{_qt_datadir}
%dir %{_qt_plugindir}
%{_qt_datadir}/phrasebooks/
%dir %{_qt_translationdir}
%{_qt_translationdir}/qt_*.qm
%{_qt_translationdir}/qtscript_*.qm

#----------------------------------------------------------------------------
# CORE QT LIBRARIES
#----------------------------------------------------------------------------

%package -n %{libqt3support}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqt3support}
Qt component library.

%files -n %{libqt3support}
%{_libdir}/libQt3Support.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqtclucene}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtclucene}
Qt component library.

%files -n %{libqtclucene}
%{_libdir}/libQtCLucene.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqtcore}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtcore}
Qt component library.

%files -n %{libqtcore}
%{_libdir}/libQtCore.so.%{major}*
%{_qt_plugindir}/codecs/

#----------------------------------------------------------------------------

%package -n %{libqdbus}
Summary:	Qt%{major} DBus Library
Group:		System/Libraries

%description -n %{libqdbus}
Qt dbus library.

%files -n %{libqdbus}
%{_libdir}/libQtDBus.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqtdeclarative}
Summary:	Qt%{major} Multimedia Library
Group:		System/Libraries
Conflicts:	qt4-qmlviewer < 4:4.8.0-2

%description -n %{libqtdeclarative}
Qt multimedia library.

%files -n %{libqtdeclarative}
%{_libdir}/libQtDeclarative.so.%{major}*
%{_qt_plugindir}/designer/libqdeclarativeview.so

#----------------------------------------------------------------------------

%package -n %{libqtdesigner}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtdesigner}
Qt component library.

%files -n %{libqtdesigner}
%{_libdir}/libQtDesigner.so.%{major}*
%{_libdir}/libQtDesignerComponents.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqtgui}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtgui}
Qt component library.

%files -n %{libqtgui}
%{_libdir}/libQtGui.so.%{major}*
%{_qt_plugindir}/imageformats/
%dir %{_qt_plugindir}/inputmethods/
%{_qt_plugindir}/inputmethods/libqimsw-multi.so

#----------------------------------------------------------------------------

%package -n %{libqthelp}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqthelp}
Qt component library.

%files -n %{libqthelp}
%{_libdir}/libQtHelp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqtmultimedia}
Summary:	Qt%{major} Multimedia Library
Group:		System/Libraries

%description -n %{libqtmultimedia}
Qt multimedia library.

%files -n %{libqtmultimedia}
%{_libdir}/libQtMultimedia.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqtnetwork}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtnetwork}
Qt component library.

%files -n %{libqtnetwork}
%{_libdir}/libQtNetwork.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqtopengl}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtopengl}
Qt component library.

%files -n %{libqtopengl}
%{_libdir}/libQtOpenGL.so.%{major}*

#----------------------------------------------------------------------------

%if %{with openvg}
%package -n %{libqtopenvg}
Summary:	Qt%{major} Multimedia Library
Group:		System/Libraries

%description -n %{libqtopenvg}
Qt multimedia library.

%files -n %{libqtopenvg}
%{_libdir}/libQtOpenVG.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{libqtscript}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtscript}
Qt component library.

%files -n %{libqtscript}
%{_libdir}/libQtScript.so.%{major}*
%{_qt_plugindir}/script/

#----------------------------------------------------------------------------

%package -n %{libqtscripttools}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtscripttools}
Qt component library.

%files -n %{libqtscripttools}
%{_libdir}/libQtScriptTools.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqtsql}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtsql}
Qt component library.

%files -n %{libqtsql}
%{_libdir}/libQtSql.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqtsvg}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtsvg}
Qt component library.

%files -n %{libqtsvg}
%{_libdir}/libQtSvg.so.%{major}*
%{_qt_plugindir}/iconengines/

#----------------------------------------------------------------------------

%package -n %{libqttest}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqttest}
Qt component library.

%files -n %{libqttest}
%{_libdir}/libQtTest.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqtxml}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtxml}
Qt component library.

%files -n %{libqtxml}
%{_libdir}/libQtXml.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqtxmlpatterns}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtxmlpatterns}
Qt component library.

%files -n %{libqtxmlpatterns}
%{_libdir}/libQtXmlPatterns.so.%{major}*

#----------------------------------------------------------------------------

%if %{with webkit}
%package -n %{libqtwebkit}
Summary:	Qt%{major} Component Library
Group:		System/Libraries

%description -n %{libqtwebkit}
Qt component library.

%files -n %{libqtwebkit}
%{_libdir}/libQtWebKit.so.%{major}*
%endif

#----------------------------------------------------------------------------

%if %{with phonon}
%package -n %{libphonon}
Summary:	Qt%{major} Phonon Library
Group:		System/Libraries

%description -n %{libphonon}
Phonon library for Qt.

%files -n %{libphonon}
%{_libdir}/libphonon.so.%{major}*
%endif

#----------------------------------------------------------------------------

%if %{with phonon}
%package -n phonon-gstreamer
Summary:	Qt%{major} Phonon Gstreamer Backend
Group:		System/Libraries
Provides:	phonon-backend = %{EVRD}
Requires:	gstreamer0.10-plugins-good
Requires:	gstreamer0.10-pulse
Suggests:	gstreamer0.10-ffmpeg
Suggests:	gstreamer0.10-soup

%description -n phonon-gstreamer
Phonon gstreamer backend for Qt.

%files -n phonon-gstreamer
%{_qt_plugindir}/phonon_backend/libphonon_gstreamer.so
%endif

#----------------------------------------------------------------------------

%if %{with phonon}
%package designer-plugin-phonon
Summary:	Qt%{major} Designer Phonon Plugin
Group:		Development/KDE and Qt

%description designer-plugin-phonon
Designer phonon plugin for Qt.

%files designer-plugin-phonon
%{_qt_plugindir}/designer/libphononwidgets.so
%endif

#----------------------------------------------------------------------------

%package -n %{libqtdevel}
Summary:	Development files for the Qt GUI toolkit
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}
Requires:	qt4-qtconfig = %{EVRD}
Provides:	qt-devel = %{EVRD}
Provides:	qt4-devel = %{EVRD}
Provides:	libqt4-devel = %{EVRD}
Requires:	%{libqtdeclarative} = %{EVRD}
Requires:	%{libqt3support} = %{EVRD}
Requires:	%{libqt3support} = %{EVRD}
Requires:	%{libqtcore} = %{EVRD}
Requires:	%{libqtdesigner} = %{EVRD}
Requires:	%{libqtgui} = %{EVRD}
Requires:	%{libqtnetwork} = %{EVRD}
Requires:	%{libqtopengl} = %{EVRD}
Requires:	%{libqtsql} = %{EVRD}
Requires:	%{libqtxml} = %{EVRD}
Requires:	%{libqtscripttools} = %{EVRD}
Requires:	%{libqtxmlpatterns} = %{EVRD}
Requires:	%{libqtsvg} = %{EVRD}
Requires:	%{libqtclucene} = %{EVRD}
Requires:	%{libqttest} = %{EVRD}
Requires:	%{libqdbus} = %{EVRD}
%if %{with webkit}
Requires:	%{libqtwebkit} = %{EVRD}
%endif
Requires:	%{libqtscript} = %{EVRD}
Requires:	%{libqthelp} = %{EVRD}
Requires:	%{libqtmultimedia} = %{EVRD}
%if %{with openvg}
Requires:	%{libqtopenvg} = %{EVRD}
%endif
%if %{with phonon}
Requires:	qt4-designer-plugin-phonon = %{EVRD}
Requires:	%{libphonon} = %{EVRD}
%endif
Requires:	qt4-qtdbus = %{EVRD}
Requires:	qt4-designer-plugin-webkit = %{EVRD}
Requires:	qt4-designer-plugin-qt3support = %{EVRD}
Requires(post):	update-alternatives
Requires(postun):update-alternatives
Obsoletes:	%{mklibname -d QtWebKit} < %{version}

%description -n %{libqtdevel}
Necessary files to develop applications using the Qt GUI toolkit:
the header files, the Qt meta object compiler, and static libraries.
Enter in http://qt.nokia.com/ for more information about Qt.

Install %{name}-devel if you want to develop GUI applications using
the Qt toolkit.

%post -n %{libqtdevel}
update-alternatives --install %{_bindir}/qmake qmake %{_qt_bindir}/qmake 20

%postun -n %{libqtdevel}
if ! [ -e %{_qt_bindir}/qmake ]; then
  update-alternatives --remove qmake %{_qt_bindir}/qmake
fi

%files -n %{libqtdevel}
%{_sysconfdir}/rpm/macros.d/qt4.macros
%{_qt_bindir}/lrelease
%{_qt_bindir}/lupdate
%{_qt_bindir}/moc
%{_qt_bindir}/pixeltool
%{_qt_bindir}/qdbusxml2cpp
%{_qt_bindir}/qdbuscpp2xml
%{_qt_bindir}/qmake
%{_qt_bindir}/qt3to4
%{_qt_bindir}/qttracereplay
%{_qt_bindir}/rcc
%{_qt_bindir}/uic*
%{_qt_bindir}/xmlpatternsvalidator
%{_qt_includedir}/Qt*/
%{_qt_datadir}/mkspecs/
%{_qt_datadir}/q3porting.xml
%{_libdir}/libQt3Support.so
%{_libdir}/libQtCLucene.so
%{_libdir}/libQtCore.so
%{_libdir}/libQtDBus.so
%{_libdir}/libQtDeclarative.so
%{_libdir}/libQtDesigner.so
%{_libdir}/libQtDesignerComponents.so
%{_libdir}/libQtGui.so
%{_libdir}/libQtHelp.so
%{_libdir}/libQtMultimedia.so
%{_libdir}/libQtNetwork.so
%{_libdir}/libQtOpenGL.so
%if %{with openvg}
%{_libdir}/libQtOpenVG.so
%endif
%{_libdir}/libQtScript.so
%{_libdir}/libQtScriptTools.so
%{_libdir}/libQtSql.so
%{_libdir}/libQtSvg.so
%{_libdir}/libQtTest.so
%{_libdir}/libQtXml.so
%{_libdir}/libQtXmlPatterns.so
%if %{with webkit}
%{_libdir}/libQtWebKit.so
%endif
%{_libdir}/*.a
%{_libdir}/*.prl
%{_libdir}/pkgconfig/Qt*.pc
%if %{with_private_headers}
%exclude %{_qt_includedir}/*/private/
%endif

#----------------------------------------------------------------------------

%if %{with_private_headers}
%package devel-private
Summary:	Private headers for Qt toolkit
Group:		Development/KDE and Qt
Requires:	qt4-devel = %{EVRD}
BuildArch:	noarch

%description devel-private
The %{name}-devel-private package contains the private headres for Qt4
toolkit. It is needed to build Qt Creator with all features.

%files devel-private
%{_qt_includedir}/QtCore/private/
%{_qt_includedir}/QtDeclarative/private/
%{_qt_includedir}/QtGui/private/
%{_qt_includedir}/QtScript/private/
%{_qt_includedir}/../src/corelib/
%{_qt_includedir}/../src/declarative/
%{_qt_includedir}/../src/gui/
%{_qt_includedir}/../src/script/
%endif

#----------------------------------------------------------------------------

%package assistant
Summary:	Qt%{major} Assistantion Doc Utility
Group:		Books/Computer books
Requires:	%{name}-common = %{EVRD}
Requires:	qt4-database-plugin-sqlite = %{EVRD}
Suggests:	qt4-doc = %{EVRD}

%description assistant
Qt Assistant provides a documentation Browser.

%files assistant
%{_qt_bindir}/assistant
%{_qt_bindir}/qcollectiongenerator
%{_qt_bindir}/qhelpconverter
%{_qt_bindir}/qhelpgenerator
%{_datadir}/applications/mandriva-assistant-qt4.desktop
%{_qt_translationdir}/assistant*

#----------------------------------------------------------------------------

%package designer
Summary:	Qt%{major} Visual Design Tool
Group:		Development/KDE and Qt
Requires:	%{libqtdevel} = %{EVRD}
Requires:	qt4-designer-plugin-qt3support = %{EVRD}
%if %{with webkit}
Requires:	qt4-designer-plugin-webkit = %{EVRD}
%endif
%if %{with phonon}
Requires:	qt4-designer-plugin-phonon
%endif
%if %{with examples}
Suggests:	qt4-examples = %{EVRD}
%endif
%if %{with demos}
Suggests:	qt4-demos = %{EVRD}
%endif

%description designer
The Qt Designer is a visual design tool that makes designing and
implementing user interfaces a lot easier.

%files designer
%{_qt_bindir}/designer
%{_datadir}/applications/mandriva-designer-qt4.desktop
%{_qt_translationdir}/designer_*

#----------------------------------------------------------------------------

%package linguist
Summary:	Qt%{major} Linguist Translation Utility
Group:		Books/Computer books
Requires:	%{name}-common = %{EVRD}

%description linguist
Linguist provides easy translation for Qt GUI's in severall languages.

%files linguist
%{_qt_bindir}/linguist
%{_qt_bindir}/lconvert
%{_datadir}/applications/mandriva-linguist-qt4.desktop
%{_qt_translationdir}/linguist*

#----------------------------------------------------------------------------

%package qdoc3
Summary:	Qt%{major} Documentation Generator
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}

%description qdoc3
Qt 4 documentation generator.

%files qdoc3
%{_qt_bindir}/qdoc3

#----------------------------------------------------------------------------

%package qtdbus
Summary:	Qt%{major} DBus Binary
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}

%description qtdbus
Dbus interface for Qt.

%files qtdbus
%{_qt_bindir}/qdbus
%{_qt_bindir}/qdbusviewer

#----------------------------------------------------------------------------

%package qmlviewer
Summary:	Qt%{major} Qmlviewer Utility
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}

%description qmlviewer
Qmlviewer utility for Qt.

%files qmlviewer
%{_qt_bindir}/qmlviewer
%{_qt_bindir}/qmlplugindump
%{_qt_importdir}/Qt/
%if %{with webkit}
%{_qt_importdir}/QtWebKit/libqmlwebkitplugin.so
%{_qt_importdir}/QtWebKit/qmldir
%endif
%{_qt_plugindir}/bearer/libqgenericbearer.so
%{_qt_plugindir}/bearer/libqnmbearer.so
%{_qt_plugindir}/bearer/libqconnmanbearer.so
%dir %{_qt_plugindir}/qmltooling/
%{_qt_plugindir}/qmltooling/libqmldbg_tcp.so
%{_qt_plugindir}/qmltooling/libqmldbg_inspector.so

#----------------------------------------------------------------------------

%package qtconfig
Summary:	Qt%{major} Configuration Utility
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}
Requires(post):	update-alternatives
Requires(postun):update-alternatives

%description qtconfig
Main configuration utility for Qt.

%post qtconfig
update-alternatives --install %{_bindir}/qtconfig qtconfig %{_qt_bindir}/qtconfig 20

%postun qtconfig
if ! [ -e %{_qt_bindir}/qtconfig ]; then
  update-alternatives --remove qtconfig %{_qt_bindir}/qtconfig 
fi

%files qtconfig
%{_qt_bindir}/qtconfig
%{_qt_translationdir}/qtconfig*

#----------------------------------------------------------------------------

%if %{with qvfb}
%package qvfb
Summary:	Qt%{major} Embedded Virtual Terminal
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}

%description qvfb
Embedded virtual terminal for Qt support.

%files qvfb
%{_qt_bindir}/qvfb
%{_qt_translationdir}/qvfb*
%endif

#----------------------------------------------------------------------------

%package xmlpatterns
Summary:	Qt%{major} Xmlpatterns Utility
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}

%description xmlpatterns
Xmlpatterns utility for Qt.

%files xmlpatterns
%{_qt_bindir}/xmlpatterns

#----------------------------------------------------------------------------

%package accessibility-plugin
Summary:	Qt%{major} Accessibility Plugin
Group:		Development/KDE and Qt

%description accessibility-plugin
Acessibility plugins for Qt.

%files accessibility-plugin
%{_qt_plugindir}/accessible/

#----------------------------------------------------------------------------

%package designer-plugin-qt3support
Summary:	Qt%{major} designer qt3support plugin
Group:		Development/KDE and Qt

%description designer-plugin-qt3support
Designer plugin for qt3support Qt support.

%files designer-plugin-qt3support
%{_qt_plugindir}/designer/libqt3supportwidgets.so

#----------------------------------------------------------------------------

%if %{with webkit}
%package designer-plugin-webkit
Summary:	Qt%{major} Designer Webkit Plugin
Group:		Development/KDE and Qt

%description designer-plugin-webkit
Designer plugin for webkit Qt support.

%files designer-plugin-webkit
%{_qt_plugindir}/designer/libqwebview.so
%endif

#----------------------------------------------------------------------------

%package graphicssystems-plugin
Summary:	Qt%{major} Graphicssystems Plugin
Group:		Development/KDE and Qt

%description graphicssystems-plugin
Graphicssystems plugins for Qt.

%files graphicssystems-plugin
%dir %{_qt_plugindir}/graphicssystems/
%{_qt_plugindir}/graphicssystems/libqglgraphicssystem.so
%{_qt_plugindir}/graphicssystems/libqtracegraphicssystem.so
%if %{with openvg}
%{_qt_plugindir}/graphicssystems/libqvggraphicssystem.so
%endif

#----------------------------------------------------------------------------

%if %{with ibase}
%package database-plugin-ibase
Summary:	Qt%{major} Database Interbase Plugin
Group:		Development/KDE and Qt

%description database-plugin-ibase
Database plugin for interbase Qt support.

%files database-plugin-ibase
%{_qt_plugindir}/sqldrivers/libqsqlibase.so
%endif

#----------------------------------------------------------------------------

%if %{with mysql}
%package database-plugin-mysql
Summary:	Qt%{major} Database MYSQL Plugin
Group:		Development/KDE and Qt

%description database-plugin-mysql
Database plugin for mysql Qt support.

%files database-plugin-mysql
%{_qt_plugindir}/sqldrivers/libqsqlmysql.so
%endif

#----------------------------------------------------------------------------

%if %{with odbc}
%package database-plugin-odbc
Summary:	Qt%{major} Database ODBC Plugin
Group:		Development/KDE and Qt

%description database-plugin-odbc
Database plugin for ODBC Qt support.

%files database-plugin-odbc
%{_qt_plugindir}/sqldrivers/libqsqlodbc.so
%endif

#----------------------------------------------------------------------------

%if %{with postgres}
%package database-plugin-pgsql
Summary:	Qt%{major} Database PGSQL Plugin
Group:		Development/KDE and Qt

%description database-plugin-pgsql
Database plugin for pgsql Qt support.

%files database-plugin-pgsql
%{_qt_plugindir}/sqldrivers/libqsqlpsql.so
%endif

#----------------------------------------------------------------------------

%if %{with sqlite}
%package database-plugin-sqlite
Summary:	Qt%{major} Database SQLITE Plugin
Group:		Databases

%description database-plugin-sqlite
Database plugin for sqlite Qt support.

%files database-plugin-sqlite
%{_qt_plugindir}/sqldrivers/libqsqlite.so
%endif

#----------------------------------------------------------------------------

%if %{with tds}
%package database-plugin-tds
Summary:	Q%{major} Database FREETDS Plugin
Group:		Databases

%description database-plugin-tds
Database plugin for freetds Qt support.

%files database-plugin-tds
%{_qt_plugindir}/sqldrivers/libqsqltds.so
%endif

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt%{major} HTML Documentation
Group:		Books/Computer books
BuildArch:	noarch

%description doc
HTML documentation for the Qt toolkit. To view the documentation,
please load up the file %{_qt_docdir}/html/index.html in your
favourite browser.

%post doc
# Remove old qt4 doc directories
find %{_docdir} -maxdepth 1 -type d -name qt-4.\* -exec rm -rf {} \;

%files doc
%{_qt_docdir}/html/
%{_qt_docdir}/qch/
%{_qt_docdir}/src/
%endif

#----------------------------------------------------------------------------

%if %{with demos}
%package demos
Summary:	Qt%{major} Demonstration Applications
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}
Obsoletes:	%{name}-demos < 4:4.8.0
%if %{with docs}
Requires:	%{name}-doc = %{EVRD}
%endif
%if %{with examples}
Suggests:	%{name}-examples = %{EVRD}
%endif

%description demos
Demonstration applications made with Qt %{version}.

%files demos
%{_qt_bindir}/qtdemo
%{_qt_demodir}/
%{_qt_plugindir}/designer/libarthurplugin.so
%endif

#----------------------------------------------------------------------------

%if %{with examples}
%package examples
Summary:	Qt%{major} Programs Examples
Group:		Development/KDE and Qt
Requires:	%{name}-common = %{EVRD}

%description examples
Programs examples made with Qt %{version}.

%files examples
%{_qt_exampledir}/
%{_qt_plugindir}/designer/libcontainerextension.so
%{_qt_plugindir}/designer/libcustomwidgetplugin.so
%{_qt_plugindir}/designer/libtaskmenuextension.so
%{_qt_plugindir}/designer/libworldtimeclockplugin.so
%endif

#----------------------------------------------------------------------------

%prep
%setup -q -n qt-everywhere-opensource-src-%{version}
%patch0 -p1 -b .boost
%patch1 -p1 -b .c++11-1~
%patch2 -p1 -b .c++11-2~
%patch3 -p1 -b .kde-bug-256475~
%patch4 -p1 -b .ssl~
%patch5 -p1 -b .unix-select~
%patch6 -p1 -b .qt-bug-34614~
%patch7 -p1 -b .qt-bug-37380~
%patch8 -p0 -b .qt-bug-38585~
%patch10 -p1 -b .fix-qvfb-build~
%patch11 -p1 -b .systemtrayicon~

# let makefile create missing .qm files, the .qm files should be included in qt upstream
for f in translations/*.ts ; do
  touch ${f%.ts}.qm
done

# QMAKE_STRIP need to be clear to allow mdv -debug package
sed -e "s|^QMAKE_STRIP.*=.*|QMAKE_STRIP             =|" -i mkspecs/common/linux.conf
# We use -g1 to override -gdwarf-4 -- the latter needs more
# RAM during QtWebKit build than x86_32 can handle.
sed -e "s|^QMAKE_CFLAGS_RELEASE .*$|QMAKE_CFLAGS_RELEASE    += %{optflags}  -fno-strict-aliasing -DPIC -fPIC -g1| " \
    -e "s|^QMAKE_LFLAGS	.*$|QMAKE_LFLAGS		+= %{ldflags}|" \
    -e "s|^QMAKE_LFLAGS_PLUGIN.*\+= |QMAKE_LFLAGS_PLUGIN += %(echo %ldflags|sed -e 's#-Wl,--no-undefined##') |" \
    -e 's|^QMAKE_CXXFLAGS .*|& -std=gnu++0x|' \
    -i mkspecs/common/gcc-base.conf mkspecs/common/gcc-base-unix.conf

%build
export QTDIR=`/bin/pwd`
export PATH=$QTDIR/bin:$PATH

# Don't include headers or link with /usr/X11R6/{include,lib}
perl -pi -e 's@/X11R6/@/@' mkspecs/linux-*/qmake.conf mkspecs/common/linux.conf

#--------------------------------------------------------
./configure \
    -prefix %{_qt_datadir} \
    -sysconfdir %{_sysconfdir} \
    -libdir %{_libdir} \
    -docdir %{_qt_docdir} \
    -plugindir %{_qt_plugindir} \
    -translationdir %{_qt_translationdir} \
%if %{with debug}
    -debug \
    -verbose \
%else
    -release \
    -silent \
%endif
    -opensource \
    -confirm-license \
    -shared \
    -no-separate-debug-info \
    -no-rpath \
    -no-pch \
    -optimized-qmake \
    -reduce-relocations \
    -openssl-linked \
    -dbus-linked \
    -gtkstyle \
    -xmlpatterns \
    -opengl desktop \
    -platform linux-g++ \
    -xinerama \
    -xrandr \
%if %{with qvfb}
    -qvfb \
%endif
%if !%{with cups}
    -no-cups \
%endif
%if !%{with phonon}
    -no-phonon \
    -no-phonon-backend \
%endif
%if %{with postgres}
    -plugin-sql-psql \
%endif
%if %{with mysql}
    -plugin-sql-mysql \
%else
    -no-sql-mysql \
%endif
%if %{with ibase}
    -plugin-sql-ibase \
%else
    -no-sql-ibase \
%endif
%if %{with sqlite}
    -plugin-sql-sqlite \
    -system-sqlite \
    -no-sql-sqlite2 \
%else
    -no-sql-sqlite \
    -no-sql-sqlite2 \
%endif
%if %{with odbc}
    -plugin-sql-odbc \
%else
    -no-sql-odbc \
%endif
%if %{with tds}
    -plugin-sql-tds \
%else
    -no-sql-tds \
%endif
%if %{with openvg}
    -openvg \
%else
    -no-openvg \
%endif
%if !%{with webkit}
    -no-webkit \
%endif
%if !%{with docs}
    -nomake docs \
%endif
%if !%{with demos}
    -nomake demos \
%endif
%if !%{with examples}
    -nomake examples
%endif

%make

%if %{with qvfb}
    pushd tools/qvfb
    %{_builddir}/qt-everywhere-opensource-src-%{version}/bin/qmake
    %make
    popd
%endif

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_docdir}/%{name}
install -d %{buildroot}%{_sysconfdir}/profile.d

# recreate .qm files
LD_LIBRARY_PATH=`pwd`/lib bin/lrelease translations/*.ts
export PATH=`pwd`/bin:$PATH

make install INSTALL_ROOT=%{buildroot}

%if %{with_private_headers}
# install private headers
# using rsync -R as easy way to preserve relative path names
# we're little cheating here with destination dir to keep things simple
rsync -aR \
  include/Qt{Core,Declarative,Gui,Script}/private \
  src/{corelib,declarative,gui,script}/*/*_p.h \
  %{buildroot}%{_qt_datadir}
%endif

%if %{with qvfb}
# Install qvfb
make install -C tools/qvfb INSTALL_ROOT=%{buildroot}
%else
# Remove qvfb translation files that are installed by default
rm -f %{buildroot}%{_qt_translationdir}/qvfb_*.qm
%endif

%if !%{with docs}
# Remove these doc src files that are installed even if using -nomake-docs
rm -f %{buildroot}%{_qt_docdir}/src/
%endif

mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/applications

# Fix mkspec link
pushd  %{buildroot}%{_qt_datadir}/mkspecs
rm -f default
ln -sf %{_qt_datadir}/mkspecs/linux-g++ default
popd

# Copy examples/tutorial and demos
for d in %{?with_demos:demos} %{?with_examples:examples}; do
   tar --exclude=.obj --exclude=.moc -cf - $d | \
   tar -C %{buildroot}/%{_qt_datadir}/ -xf -
done

# Fix all buildroot paths
find %{buildroot}%{_libdir} -type f -name '*prl' -exec perl -pi -e "s, -L%{_builddir}/\S+,,g" {} \;
find %{buildroot}%{_libdir} -type f -name '*prl' -exec sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" {} \;
find %{buildroot}%{_libdir} -type f -name '*la' -print -exec sed -i -e "s, -L%{_builddir}/?\S+,,g" -e "s,-L../JavaScriptCore/release,,g" -e "s,-ljscore,,g" {} \;
find %{buildroot}/%{_qt_datadir}/mkspecs -name 'qmake.conf' -exec chmod -x -- {} \;
find %{buildroot}/%{_qt_datadir}/mkspecs -name Info.plist.app -exec chmod -x -- {} \;

# Don't reference %{builddir} neither /usr(/X11R6)?/ in .pc files.
perl -pi -e '\
s@-L/usr/X11R6/%{_lib} @@g;\
s@-I/usr/X11R6/include @@g;\
s@-L/%{_builddir}\S+@@g'\
    `find . -name \*.pc`

# Install rpm macros
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/rpm/macros.d

# Profiles
cat > %{buildroot}%{_sysconfdir}/profile.d/60qt4.sh << EOF
#!/bin/bash

# Qt4 is the main Qt on system
export QTDIR=%{_qt_datadir}

[ -z \$QT4DOCDIR ] && export QT4DOCDIR=%{_qt_docdir}

if [ -z \$(echo \$PATH | grep "%{_qt_bindir}") ]; then
    PATH=\${PATH}:%{_qt_bindir}
    export PATH
fi

EOF

# identical binaries are copied, not linked:
rm -f %{buildroot}%{_qt_exampledir}/declarative/cppextensions/qwidgets/QWidgets/libqmlqwidgetsplugin.so
ln -sf %{_qt_exampledir}/declarative/cppextensions/plugins/libqmlqwidgetsplugin.so %{buildroot}%{_qt_exampledir}/declarative/cppextensions/qwidgets/QWidgets/libqmlqwidgetsplugin.so


# Clean WEBKIT test files
rm -fr %{buildroot}%{_qt_datadir}/tests/qt4/tst_*/


%changelog

* Fri Mar 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:4.8.7-2
- (2857eb2) Bump release

* Tue May 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:4.8.7-1
- (34155d1) New version 4.8.7

* Thu Apr 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 4:4.8.6-6.3
- (ffac6f6) Drop termcap BR completely
- (Denis Silakov: a82f5d8) Rebuild

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 4:4.8.6-6.2
- (9686179) MassBuild#656: Increase release tag

* Sat Feb 14 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:4.8.6-6.1
- (57bd9bb) Bump release

* Fri Nov 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:4.8.6-6
- (e55d6fa) Add patch from Kubuntu for systemtrayicon plugin support (for appindicators)

* Mon Sep 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:4.8.6-5
- (0dbe2b5) Bump release

* Thu Sep 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:4.8.6-4
- (3f7bb5e) Add patches to fix Qt4 bugs 34614, 37380 and 38585

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 4:4.8.6-3
- (ff8ff07) MassBuild#440: Increase release tag

* Sun Jun 15 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:4.8.6-2
- (6528470) Rebuild against libmng 2.x

* Wed Jun 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:4.8.6-1
- (11edbb0) New version 4.8.6

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:4.8.5-7
- (d870bd1) MassBuild#430: Increase release tag

* Thu Sep 19 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:4.8.5-6
- (efb6bcc) LOG Add patch to implement reliable event loops, it's needed to fix KDE integration in LibreOffice

* Mon Jul 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:4.8.5-5
- (c9f8072) LOG Fix QTDIR export in cmake_qt4 macro
- (Andrey Bondrov: 2a081c3) LOG Add patch to revert commit to qkeymapper_x11 in 4.8.5 (see QTBUG-32274), revert workaround with devel GL Requires

* Sat Jul 20 2013 Alexander Kazancev <kazancas@gmail.com> 4:4.8.5-4
- (25ba776) Add __noautoreq 'devel\\(libGL(.*)' for non install proprietary drivers nvidia and amd

* Fri Jul 05 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 4:4.8.5-3
- (40654fa) release up, for QMAKE_CXXFLAGS_RELEASE= change in qt4 rpm macro

* Fri Jul 05 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 4:4.8.5-2
- (1f00bb8) set QMAKE_CXXFLAGS_RELEASE=
- (Andrey Bondrov: 6430217) LOG Make sure some BuildRequires are always installed

* Thu Jul 04 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:4.8.5-1
- (3b0cf9b) LOG Add boost patch from Cooker and adjust BuildRequires
- (Andrey Bondrov: fddec72) LOG Adjust Requires and Provides
- (Andrey Bondrov: d1bd032) LOG Drop boost patch (merged in upstream)
- (Andrey Bondrov: c13c5b4) LOG New version 4.8.5, sort BuildRequires, cleanup really old Obsoletes and Conflicts

* Fri Jun 14 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 4:4.8.4-3
- (97ddfa5) release up

* Fri Jun 14 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 4:4.8.4-2
- (299117c) removed symlink to buildroot
- (Arkady Shane: 546c308) bump release to rebuilt for import_personal

* Fri Nov 30 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:4.8.4-1
- (41705bf) LOG New version 4.8.4, disable patch 13 as the issue seems to be fixed in upstream

* Mon Oct 15 2012 Andrey Bondrov <abondrov@rosalab.ru> 4:4.8.3-3
- (94c1fb5) LOG Add qt-4.8.1-transculent-drag-pixmap patch to fix KDE4 bug 256475

* Thu Sep 27 2012 root <root@localhost.localdomain> 4:4.8.3-2
- (200a6e6) revert debian patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23970 |14mu|qt5-5.5.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define api 5
%define major 5
%define qgstmajor 1

%define _qt_prefix %{_libdir}/qt%{api}
%define _qt_bindir %{_qt_prefix}/bin
%define _qt_docdir %{_docdir}/qt%{api}
#define _qt_libdir %{_qt_prefix}/%{_lib}
%define _qt_libdir %{_libdir}
%define _qt_libexecdir %{_qt_prefix}/libexec
%define _qt_includedir %{_includedir}/qt5
%define _qt_plugindir %{_libdir}/qt%{api}/plugins
%define _qt_demodir %{_qt_prefix}/demos
%define _qt_exampledir %{_qt_prefix}/examples
%define _qt_importdir %{_qt_prefix}/imports
%define _qt_datadir %{_datadir}/qt%{api}
%define _qt_sysconfdir %{_sysconfdir}/qt%{api}
%define _qt_testsdir %{_qt_prefix}/tests
%define _qt_translationsdir %{_qt_datadir}/translations

# qt base components
%define qtbluetooth %mklibname qt%{api}bluetooth %{major}
%define qtbluetoothd %mklibname qt%{api}bluetooth -d
%define qtbootstrapd %mklibname qt%{api}bootstrap -d
%define qtconcurrent %mklibname qt%{api}concurrent %{major}
%define qtconcurrentd %mklibname qt%{api}concurrent -d
%define qtcore %mklibname qt%{api}core %{major}
%define qtcored %mklibname qt%{api}core -d
%define qtdbus %mklibname qt%{api}dbus %{major}
%define qtdbusd %mklibname qt%{api}dbus -d
%define qtegldeviceintegration %mklibname qt%{api}egldeviceintegration %{major}
%define qtgui %mklibname qt%{api}gui %{major}
%define qtguid %mklibname qt%{api}gui -d
%define qtnetwork %mklibname qt%{api}network %{major}
%define qtnetworkd %mklibname qt%{api}network -d
%define qtnfc %mklibname qt%{api}nfc %{major}
%define qtnfcd %mklibname qt%{api}nfc -d
%define qtopengl %mklibname qt%{api}opengl %{major}
%define qtopengld %mklibname qt%{api}opengl -d
%define qtpositioning %mklibname qt%{api}positioning %{major}
%define qtpositioningd %mklibname qt%{api}positioning -d
%define qtprintsupport %mklibname qt%{api}printsupport %{major}
%define qtprintsupportd %mklibname qt%{api}printsupport -d
%define qtsensors %mklibname qt%{api}sensors %{major}
%define qtsensorsd %mklibname qt%{api}sensors -d
%define qtserialport %mklibname qt%{api}serialport %{major}
%define qtserialportd %mklibname qt%{api}serialport -d
%define qtsql %mklibname qt%{api}sql %{major}
%define qtsqld %mklibname qt%{api}sql -d
%define qttest %mklibname qt%{api}test %{major}
%define qttestd %mklibname qt%{api}test -d
%define qtwidgets %mklibname qt%{api}widgets %{major}
%define qtwidgetsd %mklibname qt%{api}widgets -d
%define qtquickwidgets %mklibname qt%{api}quickwidgets %{major}
%define qtquickwidgetsd %mklibname qt%{api}quickwidgets -d
%define qtwebsockets %mklibname qt%{api}websockets %{major}
%define qtwebsocketsd %mklibname qt%{api}websockets -d
%define qtx11extras %mklibname qt%{api}x11extras %{major}
%define qtx11extrasd %mklibname qt%{api}x11extras -d
%define qtxcbqpa %mklibname qt%{api}xcbqpa %{major}
%define qtxml %mklibname qt%{api}xml %{major}
%define qtxmld %mklibname qt%{api}xml -d

# qt extras that might move to separate tarballs at some point
%define qgsttools_p %mklibname qgsttools_p %{qgstmajor}
%define qt3dcollision %mklibname qt%{api}3dcollision %{major}
%define qt3dcollisiond %mklibname qt%{api}3dcollision -d
%define qt3dcore %mklibname qt%{api}3dcore %{major}
%define qt3dcored %mklibname qt%{api}3dcore -d
%define qt3dinput %mklibname qt%{api}3dinput %{major}
%define qt3dinputd %mklibname qt%{api}3dinput -d
%define qt3dlogic %mklibname qt%{api}3dlogic %{major}
%define qt3dlogicd %mklibname qt%{api}3dlogic -d
%define qt3dquick %mklibname qt%{api}3dquick %{major}
%define qt3dquickd %mklibname qt%{api}3dquick -d
%define qt3dquickrenderer %mklibname qt%{api}3dquickrenderer %{major}
%define qt3dquickrendererd %mklibname qt%{api}3dquickrenderer -d
%define qt3drenderer %mklibname qt%{api}3drenderer %{major}
%define qt3drendererd %mklibname qt%{api}3drenderer -d
%define qtclucene %mklibname qt%{api}clucene %{major}
%define qtclucened %mklibname qt%{api}clucene -d
%define qtdeclarative %mklibname qt%{api}declarative %{major}
%define qtdeclaratived %mklibname qt%{api}declarative -d
%define qtdesignercomponents %mklibname qt%{api}designercomponents %{major}
%define qtdesignercomponentsd %mklibname qt%{api}designercomponents -d
%define qtdesigner %mklibname qt%{api}designer %{major}
%define qtdesignerd %mklibname qt%{api}designer -d
%define qthelp %mklibname qt%{api}help %{major}
%define qthelpd %mklibname qt%{api}help -d
%define qtlocation %mklibname qt%{api}location %{major}
%define qtlocationd %mklibname qt%{api}location -d
%define qtmultimedia %mklibname qt%{api}multimedia %{major}
%define qtmultimediad %mklibname qt%{api}multimedia -d
%define qtmultimediaquick_p %mklibname qt%{api}multimediaquick_p %{major}
%define qtmultimediawidgets %mklibname qt%{api}multimediawidgets %{major}
%define qtmultimediawidgetsd %mklibname qt%{api}multimediawidgets -d
%define qtqml %mklibname qt%{api}qml %{major}
%define qtqmld %mklibname qt%{api}qml -d
%define qtquick %mklibname qt%{api}quick %{major}
%define qtquickd %mklibname qt%{api}quick -d
%define qtquickparticles %mklibname qt%{api}quickparticles %{major}
%define qtquickparticlesd %mklibname qt%{api}quickparticles -d
%define qtquicktest %mklibname qt%{api}quicktest %{major}
%define qtquicktestd %mklibname qt%{api}quicktest -d
%define qtscript %mklibname qt%{api}script %{major}
%define qtscriptd %mklibname qt%{api}script -d
%define qtscripttools %mklibname qt%{api}scripttools %{major}
%define qtscripttoolsd %mklibname qt%{api}scripttools -d
%define qtsvg %mklibname qt%{api}svg %{major}
%define qtsvgd %mklibname qt%{api}svg -d
%define qtwaylandclient %mklibname qt%{api}waylandclient %{major}
%define qtwaylandclientd %mklibname qt%{api}waylandclient -d
%define qtwaylandcompositor %mklibname qt%{api}waylandcompositor %{major}
%define qtwaylandcompositord %mklibname qt%{api}compositor -d
%define qtwebchannel %mklibname qt%{api}webchannel %{major}
%define qtwebchanneld %mklibname qt%{api}webchannel -d
%define qtwebengine %mklibname qt%{api}webengine %{major}
%define qtwebengined %mklibname qt%{api}webengine -d
%define qtwebenginecore %mklibname qt%{api}webenginecore %{major}
%define qtwebenginecored %mklibname qt%{api}webenginecore -d
%define qtwebenginewidgets %mklibname qt%{api}webenginewidgets %{major}
%define qtwebenginewidgetsd %mklibname qt%{api}webenginewidgets -d
%define qtwebkit %mklibname qt%{api}webkit %{major}
%define qtwebkitd %mklibname qt%{api}webkit -d
%define qtwebkitwidgets %mklibname qt%{api}webkitwidgets %{major}
%define qtwebkitwidgetsd %mklibname qt%{api}webkitwidgets -d
%define qtxmlpatterns %mklibname qt%{api}xmlpatterns %{major}
%define qtxmlpatternsd %mklibname qt%{api}xmlpatterns -d
%define enginio %mklibname enginio 1
%define enginiod %mklibname enginio -d

%bcond_without directfb
# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit
Name:		qt5
Version:	5.5.1
Release:	5
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/single/qt-everywhere-opensource-src-%{version}.tar.xz
Source1:	qt5.macros
Source2:	rosa-assistant-qt%{api}.desktop
Source3:	rosa-designer-qt%{api}.desktop
Source4:	rosa-linguist-qt%{api}.desktop
Source100:	%{name}.rpmlintrc
# Try to lower memory usage when building QtWebKit
Patch0:		qt-everywhere-opensource-src-5.5.0-webkit-ldflags.patch
# See http://bugs.rosalinux.ru/show_bug.cgi?id=2367
Patch1:		qt-everywhere-opensource-src-5.3.1-cmake-linguist.patch
# Build static library used in example to avoid missing dependency
Patch2:		qt-everywhere-opensource-src-5.2.0-staticgrue.patch
Patch3:		qt5-5.4.0-qtwayland-enable-compositor.patch
Patch4:		qt-5.4.0-no-execstack-in-chromium-ffmpeg.patch
Patch5:		directfb-wm-p5.patch
Patch6:		qt-everywhere-opensource-src-5.5.1-nss323.patch
# Fedora patches
Patch100:	qtbase-opensource-src-5.5.1-qdbusconnection_no_debug.patch
Patch101:	qtbase-opensource-src-5.5-disconnect_displays.patch
Patch102:	qtbase-opensource-src-5.4.0-QTBUG-43057.patch
Patch103:	qtbase-opensource-src-5.3.2-QTBUG-35459.patch

# SUSE Patches
Patch200:	qtdeclarative-opensource-src-5.5.1-Refactor-FxViewItem-releasing-code.patch
Patch201:	qtbase-opensource-src-5.4.0-QTBUG-48870.patch

BuildRequires:	bison
BuildRequires:	flex
# Used for CPU feature detection in configure step
BuildRequires:	gdb
BuildRequires:	gperf
BuildRequires:	cups-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(atspi-2)
BuildRequires:	pkgconfig(bluez)
%if %{with directfb}
# DirectFB platform plugin:
BuildRequires:	pkgconfig(directfb)
%endif
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
# Event loop
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glesv2)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
# GTK theme
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(icu-uc)
BuildRequires:	pkgconfig(inputproto)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(wayland-client)
BuildRequires:	pkgconfig(wayland-cursor)
BuildRequires:	pkgconfig(wayland-egl)
BuildRequires:	pkgconfig(wayland-scanner)
BuildRequires:	pkgconfig(wayland-server)
# For XCB platform plugin:
BuildRequires:	pkgconfig(xcb) >= 1.5
BuildRequires:	pkgconfig(xcb-icccm)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-randr)
BuildRequires:	pkgconfig(xcb-render)
BuildRequires:	pkgconfig(xcb-renderutil)
BuildRequires:	pkgconfig(xcb-shape)
BuildRequires:	pkgconfig(xcb-xfixes)
BuildRequires:	pkgconfig(xcb-xinerama)
BuildRequires:	pkgconfig(xcb-xv)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xkbcomp)
BuildRequires:	pkgconfig(xkbcommon) >= 0.4.1
BuildRequires:	pkgconfig(xkbcommon-x11) >= 0.4.1
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(zlib)
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit.

#----------------------------------------------------------------------------
# qt base components
#----------------------------------------------------------------------------

%package -n %{qtbluetooth}
Summary:	Qt Bluetooth library
Group:		System/Libraries

%description -n %{qtbluetooth}
Qt Bluetooth library.

%files -n %{qtbluetooth}
%{_qt_bindir}/sdpscanner
%{_qt_libdir}/libQt%{api}Bluetooth.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Bluetooth.so.%{major}*
%endif
%{_qt_prefix}/qml/QtBluetooth

#----------------------------------------------------------------------------

%package -n %{qtbluetoothd}
Summary:	Development files for version 5 of the QtBluetooth library
Group:		Development/KDE and Qt
Requires:	%{qtbluetooth} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtbluetoothd}
Development files for version 5 of the QtBluetooth library.

%files -n %{qtbluetoothd}
%{_qt_includedir}/QtBluetooth
%{_qt_libdir}/libQt%{api}Bluetooth.so
%{_qt_libdir}/libQt%{api}Bluetooth.prl
%{_qt_libdir}/cmake/Qt%{api}Bluetooth
%{_qt_libdir}/pkgconfig/Qt%{api}Bluetooth.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Bluetooth.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtbootstrapd}
Summary:	Development files for version 5 if the QtBootstrap library
Group:		Development/KDE and Qt
Requires:	qmake%{api}

%description -n %{qtbootstrapd}
Development files for version 5 if the QtBootstrap library.

%files -n %{qtbootstrapd}
%{_qt_libdir}/libQt%{api}Bootstrap.a
%{_qt_libdir}/libQt%{api}Bootstrap.prl
%{_qt_libdir}/pkgconfig/Qt%{api}Bootstrap.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Bootstrap.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtconcurrent}
Summary:	Qt threading library
Group:		System/Libraries

%description -n %{qtconcurrent}
Qt threading library.

%files -n %{qtconcurrent}
%{_qt_libdir}/libQt%{api}Concurrent.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Concurrent.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtconcurrentd}
Summary:	Development files for version 5 of the QtConcurrent library
Group:		Development/KDE and Qt
Requires:	%{qtconcurrent} = %{EVRD}
Requires:	qmake%{api}
# Was introduced by mistake
Obsoletes:	%{_lib}qt5concurrent5-devel < %{EVRD}

%description -n %{qtconcurrentd}
Development files for version 5 of the QtConcurrent library.

%files -n %{qtconcurrentd}
%{_qt_includedir}/QtConcurrent
%{_qt_libdir}/libQt%{api}Concurrent.so
%{_qt_libdir}/libQt%{api}Concurrent.prl
%{_qt_libdir}/cmake/Qt%{api}Concurrent
%{_qt_libdir}/pkgconfig/Qt%{api}Concurrent.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Concurrent.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtcore}
Summary:	Qt Core library
Group:		System/Libraries
Suggests:	%{name}-qtcore-i18n
Obsoletes:	%{_lib}qt5v85 < 5.1.0-8
Obsoletes:	%{_lib}qt5v8_5 < 5.2.0

%description -n %{qtcore}
Qt Core library.

%files -n %{qtcore}
%{_qt_libdir}/libQt%{api}Core.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Core.so.%{major}*
%endif
%dir %{_qt_plugindir}
%{_sysconfdir}/xdg/qtchooser/*.conf

#----------------------------------------------------------------------------

%package -n %{qtcored}
Summary:	Development files for version 5 of the QtCore library
Group:		Development/KDE and Qt
Requires:	%{qtcore} = %{EVRD}
Requires:	qmake%{api}
Obsoletes:	%{_lib}qt5v8-devel < 5.2.0

%description -n %{qtcored}
Development files for version 5 of the QtCore library.

%files -n %{qtcored}
%{_qt_docdir}/global
%{_bindir}/moc-qt%{api}
%{_qt_bindir}/moc
%{_bindir}/rcc-qt%{api}
%{_qt_bindir}/rcc
%{_qt_includedir}/QtCore
%{_qt_libdir}/libQt%{api}Core.so
%{_qt_libdir}/libQt%{api}Core.prl
%{_qt_libdir}/cmake/Qt%{api}Core
%{_qt_libdir}/cmake/Qt%{api}/Qt%{api}Config.cmake
%{_qt_libdir}/cmake/Qt%{api}/Qt%{api}ConfigVersion.cmake
%{_qt_libdir}/pkgconfig/Qt%{api}Core.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Core.pc
%endif
%dir %{_qt_libdir}/cmake
%dir %{_qt_libdir}/cmake/Qt%{api}
%dir %{_qt_libdir}/pkgconfig

#----------------------------------------------------------------------------

%package qtcore-i18n
Summary:	Qt Core translations
Group:		System/Libraries
Conflicts:	%{qtcore} < 5.1.0-6
BuildArch:	noarch

%description qtcore-i18n
Qt Core translations.

%files qtcore-i18n
%dir %{_qt_translationsdir}
%lang(ar) %{_qt_translationsdir}/qt_ar.qm
%lang(ca) %{_qt_translationsdir}/qt_ca.qm
%lang(cs) %{_qt_translationsdir}/qt_cs.qm
%lang(da) %{_qt_translationsdir}/qt_da.qm
%lang(de) %{_qt_translationsdir}/qt_de.qm
%lang(en) %{_qt_translationsdir}/qt_en.qm
%lang(es) %{_qt_translationsdir}/qt_es.qm
%lang(fa) %{_qt_translationsdir}/qt_fa.qm
%lang(fi) %{_qt_translationsdir}/qt_fi.qm
%lang(fr) %{_qt_translationsdir}/qt_fr.qm
%lang(gl) %{_qt_translationsdir}/qt_gl.qm
%lang(he) %{_qt_translationsdir}/qt_he.qm
%lang(hu) %{_qt_translationsdir}/qt_hu.qm
%lang(it) %{_qt_translationsdir}/qt_it.qm
%lang(ja) %{_qt_translationsdir}/qt_ja.qm
%lang(ko) %{_qt_translationsdir}/qt_ko.qm
%lang(lt) %{_qt_translationsdir}/qt_lt.qm
%lang(pl) %{_qt_translationsdir}/qt_pl.qm
%lang(pt) %{_qt_translationsdir}/qt_pt.qm
%lang(ru) %{_qt_translationsdir}/qt_ru.qm
%lang(sk) %{_qt_translationsdir}/qt_sk.qm
%lang(sl) %{_qt_translationsdir}/qt_sl.qm
%lang(sv) %{_qt_translationsdir}/qt_sv.qm
%lang(uk) %{_qt_translationsdir}/qt_uk.qm
%lang(zh_CN) %{_qt_translationsdir}/qt_zh_CN.qm
%lang(zh_TW) %{_qt_translationsdir}/qt_zh_TW.qm
%lang(cs) %{_qt_translationsdir}/qt_help_cs.qm
%lang(da) %{_qt_translationsdir}/qt_help_da.qm
%lang(de) %{_qt_translationsdir}/qt_help_de.qm
%lang(en) %{_qt_translationsdir}/qt_help_en.qm
%lang(fr) %{_qt_translationsdir}/qt_help_fr.qm
%lang(gl) %{_qt_translationsdir}/qt_help_gl.qm
%lang(hu) %{_qt_translationsdir}/qt_help_hu.qm
%lang(it) %{_qt_translationsdir}/qt_help_it.qm
%lang(ja) %{_qt_translationsdir}/qt_help_ja.qm
%lang(ko) %{_qt_translationsdir}/qt_help_ko.qm
%lang(pl) %{_qt_translationsdir}/qt_help_pl.qm
%lang(ru) %{_qt_translationsdir}/qt_help_ru.qm
%lang(sk) %{_qt_translationsdir}/qt_help_sk.qm
%lang(sl) %{_qt_translationsdir}/qt_help_sl.qm
%lang(uk) %{_qt_translationsdir}/qt_help_uk.qm
%lang(zh_CN) %{_qt_translationsdir}/qt_help_zh_CN.qm
%lang(zh_TW) %{_qt_translationsdir}/qt_help_zh_TW.qm
%lang(ca) %{_qt_translationsdir}/qtbase_ca.qm
%lang(cs) %{_qt_translationsdir}/qtbase_cs.qm
%lang(de) %{_qt_translationsdir}/qtbase_de.qm
%lang(en) %{_qt_translationsdir}/qtbase_en.qm
%lang(fi) %{_qt_translationsdir}/qtbase_fi.qm
%lang(fr) %{_qt_translationsdir}/qtbase_fr.qm
%lang(he) %{_qt_translationsdir}/qtbase_he.qm
%lang(hu) %{_qt_translationsdir}/qtbase_hu.qm
%lang(it) %{_qt_translationsdir}/qtbase_it.qm
%lang(ja) %{_qt_translationsdir}/qtbase_ja.qm
%lang(ja) %{_qt_translationsdir}/qtbase_ko.qm
%lang(ja) %{_qt_translationsdir}/qtbase_lv.qm
%lang(ru) %{_qt_translationsdir}/qtbase_ru.qm
%lang(sk) %{_qt_translationsdir}/qtbase_sk.qm
%lang(uk) %{_qt_translationsdir}/qtbase_uk.qm
%lang(de) %{_qt_translationsdir}/qtconnectivity_de.qm
%lang(en) %{_qt_translationsdir}/qtconnectivity_en.qm
%lang(de) %{_qt_translationsdir}/qtconnectivity_ko.qm
%lang(uk) %{_qt_translationsdir}/qtconnectivity_uk.qm
%lang(de) %{_qt_translationsdir}/qtlocation_de.qm
%lang(en) %{_qt_translationsdir}/qtlocation_en.qm
%lang(fr) %{_qt_translationsdir}/qtlocation_fr.qm
%lang(de) %{_qt_translationsdir}/qtlocation_ko.qm
%lang(uk) %{_qt_translationsdir}/qtlocation_uk.qm

#----------------------------------------------------------------------------

%package -n %{qtdbus}
Summary:	Qt DBus connector library
Group:		System/Libraries

%description -n %{qtdbus}
Qt DBus connector library.

%files -n %{qtdbus}
%{_qt_libdir}/libQt%{api}DBus.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}DBus.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtdbusd}
Summary:	Development files for version 5 of the QtDBus library
Group:		Development/KDE and Qt
Requires:	%{qtdbus} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtdbusd}
Development files for version 5 of the QtDBus library.

%files -n %{qtdbusd}
%{_qt_bindir}/qdbuscpp2xml
%{_bindir}/qdbuscpp2xml-qt%{api}
%{_qt_bindir}/qdbusxml2cpp
%{_bindir}/qdbusxml2cpp-qt%{api}
%{_qt_includedir}/QtDBus
%{_qt_libdir}/libQt%{api}DBus.so
%{_qt_libdir}/libQt%{api}DBus.prl
%{_qt_libdir}/cmake/Qt%{api}DBus
%{_qt_libdir}/pkgconfig/Qt%{api}DBus.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}DBus.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtegldeviceintegration}
Summary:	Qt EGL Device Integration library
Group:		System/Libraries
Requires:	qt5-eglfs-integration-plugin-default = %{EVRD}
# Suggest all integration plugins
Suggests:	qt5-eglfs-integration-plugin-kms = %{EVRD}
Suggests:	qt5-eglfs-integration-plugin-x11 = %{EVRD}

%description -n %{qtegldeviceintegration}
Qt EGL Device Integration library.

%files -n %{qtegldeviceintegration}
%{_qt_libdir}/libQt%{api}EglDeviceIntegration.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}EglDeviceIntegration.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtegldeviceintegration}-kms
Summary:	KMS support for the Qt EGL Device Integration library v5
Group:		System/Libraries
Requires:	%{qtegldeviceintegration} = %{EVRD}
Provides:	qt5-eglfs-integration-plugin = %{EVRD}
Provides:	qt5-eglfs-integration-plugin-kms = %{EVRD}
Obsoletes:	%{_lib}qt5gui5-kms < 5.5.0

%description -n %{qtegldeviceintegration}-kms
KMS support for the Qt EGL Device Integration library v5.

%files -n %{qtegldeviceintegration}-kms
%{_qt_plugindir}/egldeviceintegrations/libqeglfs-kms-integration.so

#----------------------------------------------------------------------------

%package -n %{qtegldeviceintegration}-x11
Summary:	X11 support for the Qt EGL Device Integration library v5
Group:		System/Libraries
Requires:	%{qtegldeviceintegration} = %{EVRD}
Provides:	qt5-eglfs-integration-plugin = %{EVRD}
Provides:	qt5-eglfs-integration-plugin-default = %{EVRD}
Provides:	qt5-eglfs-integration-plugin-x11 = %{EVRD}

%description -n %{qtegldeviceintegration}-x11
X11 support for the Qt EGL Device Integration library v5.

%files -n %{qtegldeviceintegration}-x11
%{_qt_plugindir}/egldeviceintegrations/libqeglfs-x11-integration.so

#----------------------------------------------------------------------------

%package -n %{qtgui}
Summary:	Qt GUI library
Group:		System/Libraries
Suggests:	qt5-style-plugins
Requires:	qt5-output-driver = %{EVRD}
# Force it for now
Requires:	qt5-output-driver-default = %{EVRD}

%description -n %{qtgui}
Qt GUI library.

%files -n %{qtgui}
%{_qt_libdir}/libQt%{api}Gui.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Gui.so.%{major}*
%endif
%{_qt_plugindir}/imageformats
%dir %{_qt_plugindir}/platforminputcontexts
%dir %{_qt_plugindir}/platforms
%dir %{_qt_plugindir}/platformthemes
%dir %{_qt_plugindir}/iconengines
%{_qt_plugindir}/generic
%{_qt_plugindir}/printsupport

#----------------------------------------------------------------------------

%package -n %{qtguid}
Summary:	Development files for version 5 of the QtGui library
Group:		Development/KDE and Qt
Requires:	%{qtgui} = %{EVRD}
Requires:	qmake%{api}
# We need all the Platform plugins because the plugin related cmake files in
# %{_qt_libdir}/cmake/Qt%{api}Gui cause fatal errors if the plugins aren't
# installed.
Requires:	%{qtgui}-directfb = %{EVRD}
%ifos linux
Requires:	%{qtgui}-linuxfb = %{EVRD}
%endif
Requires:	%{qtgui}-minimal = %{EVRD}
Requires:	%{qtgui}-offscreen = %{EVRD}
Requires:	%{qtgui}-x11 = %{EVRD}
Requires:	%{qtgui}-eglfs = %{EVRD}
Requires:	%{qtgui}-minimalegl = %{EVRD}
Requires:	%{name}-platformtheme-gtk2 = %{EVRD}
Requires:	qt5-eglfs-integration-plugin-kms = %{EVRD}
Requires:	qt5-eglfs-integration-plugin-x11 = %{EVRD}
Requires:	qt5-xcb-integration-plugin-egl = %{EVRD}
Requires:	qt5-xcb-integration-plugin-glx = %{EVRD}

%description -n %{qtguid}
Development files for version 5 of the QtGui library.

%files -n %{qtguid}
%{_qt_bindir}/uic
%{_bindir}/uic-qt%{api}
%{_qt_includedir}/QtGui
%{_qt_includedir}/QtPlatformHeaders
%{_qt_includedir}/QtPlatformSupport
%{_qt_includedir}/QtUiPlugin
%{_qt_includedir}/QtUiTools
%{_qt_libdir}/libQt%{api}Gui.so
%{_qt_libdir}/libQt%{api}Gui.prl
%{_qt_libdir}/libQt%{api}PlatformSupport.a
%{_qt_libdir}/libQt%{api}PlatformSupport.prl
%{_qt_libdir}/libQt%{api}UiTools.a
%{_qt_libdir}/libQt%{api}UiTools.prl
%{_qt_libdir}/cmake/Qt%{api}Gui
%{_qt_libdir}/cmake/Qt%{api}UiPlugin
%{_qt_libdir}/cmake/Qt%{api}UiTools
%{_qt_libdir}/pkgconfig/Qt%{api}Gui.pc
%{_qt_libdir}/pkgconfig/Qt%{api}PlatformSupport.pc
%{_qt_libdir}/pkgconfig/Qt%{api}UiTools.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Gui.pc
%{_libdir}/pkgconfig/Qt%{api}PlatformSupport.pc
%{_libdir}/pkgconfig/Qt%{api}UiTools.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtgui}-directfb
Summary:	DirectFB output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}

%description -n %{qtgui}-directfb
DirectFB output driver for QtGui v5.

%files -n %{qtgui}-directfb
%{_qt_plugindir}/platforms/libqdirectfb.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-linuxfb
Summary:	Linux Framebuffer output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}

%description -n %{qtgui}-linuxfb
Linux Framebuffer output driver for QtGui v5.

%files -n %{qtgui}-linuxfb
%{_qt_plugindir}/platforms/libqlinuxfb.so
# FIXME need to determine why those aren't built all the time. We're probably
# missing a BuildRequires: somewhere.
%optional %{_qt_libdir}/fonts

#----------------------------------------------------------------------------

%package -n %{qtgui}-minimal
Summary:	Minimal (Framebuffer based) output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}

%description -n %{qtgui}-minimal
Minimal (Framebuffer based) output driver for QtGui v5.

%files -n %{qtgui}-minimal
%{_qt_plugindir}/platforms/libqminimal.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-offscreen
Summary:	Offscreen output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}

%description -n %{qtgui}-offscreen
Minimal (Framebuffer based) output driver for QtGui v5.

%files -n %{qtgui}-offscreen
%{_qt_plugindir}/platforms/libqoffscreen.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-x11
Summary:	X11 output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}
Provides:	qt5-output-driver-default = %{EVRD}

%description -n %{qtgui}-x11
X11 output driver for QtGui v5.

%files -n %{qtgui}-x11
%{_qt_plugindir}/platforms/libqxcb.so
%{_qt_plugindir}/platforminputcontexts/libibusplatforminputcontextplugin.so
%{_qt_plugindir}/platforminputcontexts/libcomposeplatforminputcontextplugin.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-eglfs
Summary:	EGL fullscreen output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}

%description -n %{qtgui}-eglfs
EGL fullscreen output driver for QtGui v5.

%files -n %{qtgui}-eglfs
%{_qt_plugindir}/platforms/libqeglfs.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-minimalegl
Summary:	Minimalistic EGL output driver for QtGui v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}

%description -n %{qtgui}-minimalegl
Minimalistic EGL output driver for QtGui v5.

%files -n %{qtgui}-minimalegl
%{_qt_plugindir}/platforms/libqminimalegl.so

#----------------------------------------------------------------------------

%package -n %{qtnetwork}
Summary:	Qt Networking library
Group:		System/Libraries

%description -n %{qtnetwork}
Qt Networking library.

%files -n %{qtnetwork}
%{_qt_libdir}/libQt%{api}Network.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Network.so.%{major}*
%endif
%{_qt_plugindir}/bearer

#----------------------------------------------------------------------------

%package -n %{qtnetworkd}
Summary:	Development files for version 5 of the QtNetwork library
Group:		Development/KDE and Qt
Requires:	%{qtnetwork} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtnetworkd}
Development files for version 5 of the QtNetwork library.

%files -n %{qtnetworkd}
%{_qt_includedir}/QtNetwork
%{_qt_libdir}/libQt%{api}Network.so
%{_qt_libdir}/libQt%{api}Network.prl
%{_qt_libdir}/cmake/Qt%{api}Network
%{_qt_libdir}/pkgconfig/Qt%{api}Network.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Network.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtnfc}
Summary:	Qt NFC library
Group:		System/Libraries

%description -n %{qtnfc}
Qt NFC library.

NFC is an extremely short-range (less than 20 centimeters) wireless technology
and has a maximum transfer rate of 424 kbit/s. NFC is ideal for transferring
small packets of data when two devices are touched together.

%files -n %{qtnfc}
%{_qt_libdir}/libQt%{api}Nfc.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Nfc.so.%{major}*
%endif
%{_qt_prefix}/qml/QtNfc

#----------------------------------------------------------------------------

%package -n %{qtnfcd}
Summary:	Development files for version 5 of the QtNfc library
Group:		Development/KDE and Qt
Requires:	%{qtnfc} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtnfcd}
Development files for version 5 of the QtNfc library.

%files -n %{qtnfcd}
%{_qt_includedir}/QtNfc
%{_qt_libdir}/libQt%{api}Nfc.so
%{_qt_libdir}/libQt%{api}Nfc.prl
%{_qt_libdir}/cmake/Qt%{api}Nfc
%{_qt_libdir}/pkgconfig/Qt%{api}Nfc.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Nfc.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtopengl}
Summary:	Qt OpenGL (3D Graphics) library
Group:		System/Libraries

%description -n %{qtopengl}
Qt OpenGL (3D Graphics) library.

%files -n %{qtopengl}
%{_qt_libdir}/libQt%{api}OpenGL.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}OpenGL.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtopengld}
Summary:	Development files for version 5 of the QtOpenGL library
Group:		Development/KDE and Qt
Requires:	%{qtopengl} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtopengld}
Development files for version 5 of the QtOpenGL library.

%files -n %{qtopengld}
%{_qt_includedir}/QtOpenGL
%{_qt_includedir}/QtOpenGLExtensions
%{_qt_libdir}/libQt%{api}OpenGL.so
%{_qt_libdir}/libQt%{api}OpenGL.prl
%{_qt_libdir}/libQt%{api}OpenGLExtensions.a
%{_qt_libdir}/libQt%{api}OpenGLExtensions.prl
%{_qt_libdir}/cmake/Qt%{api}OpenGL
%{_qt_libdir}/cmake/Qt%{api}OpenGLExtensions
%{_qt_libdir}/pkgconfig/Qt%{api}OpenGL.pc
%{_qt_libdir}/pkgconfig/Qt%{api}OpenGLExtensions.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}OpenGL.pc
%{_libdir}/pkgconfig/Qt%{api}OpenGLExtensions.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtpositioning}
Summary:	Qt Positioning library
Group:		System/Libraries

%description -n %{qtpositioning}
Qt Positioning library.

The Qt Positioning API gives developers the ability to determine a position by
using a variety of possible sources, including satellite, or wifi, or text
file, and so on. That information can then be used to for example determine
a position on a map. In addition satellite information can be retrieved and
area based monitoring can be performed.

%files -n %{qtpositioning}
%{_qt_libdir}/libQt%{api}Positioning.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Positioning.so.%{major}*
%endif
%{_qt_prefix}/qml/QtPositioning
%{_qt_plugindir}/position

#----------------------------------------------------------------------------

%package -n %{qtpositioningd}
Summary:	Development files for version 5 of the QtPositioning library
Group:		Development/KDE and Qt
Requires:	%{qtpositioning} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtpositioningd}
Development files for version 5 of the QtPositioning library.

%files -n %{qtpositioningd}
%{_qt_includedir}/QtPositioning
%{_qt_libdir}/libQt%{api}Positioning.so
%{_qt_libdir}/libQt%{api}Positioning.prl
%{_qt_libdir}/cmake/Qt%{api}Positioning
%{_qt_libdir}/pkgconfig/Qt%{api}Positioning.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Positioning.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtprintsupport}
Summary:	Qt printing library
Group:		System/Libraries

%description -n %{qtprintsupport}
Qt printing library.

%files -n %{qtprintsupport}
%{_qt_libdir}/libQt%{api}PrintSupport.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}PrintSupport.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtprintsupportd}
Summary:	Development files for version 5 of the QtPrintSupport library
Group:		Development/KDE and Qt
Requires:	%{qtprintsupport} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtprintsupportd}
Development files for version 5 of the QtPrintSupport library.

%files -n %{qtprintsupportd}
%{_qt_includedir}/QtPrintSupport
%{_qt_libdir}/libQt%{api}PrintSupport.so
%{_qt_libdir}/libQt%{api}PrintSupport.prl
%{_qt_libdir}/cmake/Qt%{api}PrintSupport
%{_qt_libdir}/pkgconfig/Qt%{api}PrintSupport.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}PrintSupport.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtsensors}
Summary:	Qt Sensors library
Group:		System/Libraries

%description -n %{qtsensors}
Qt Sensors library.

%files -n %{qtsensors}
%{_qt_libdir}/libQt%{api}Sensors.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Sensors.so.%{major}*
%endif
%{_qt_prefix}/qml/QtSensors
%{_qt_plugindir}/sensorgestures
%{_qt_plugindir}/sensors

#----------------------------------------------------------------------------

%package -n %{qtsensorsd}
Summary:	Development files for the QtSensors library
Group:		Development/KDE and Qt
Requires:	%{qtsensors} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtsensorsd}
Development files for the QtSensors library.

%files -n %{qtsensorsd}
%{_qt_includedir}/QtSensors
%{_qt_libdir}/libQt%{api}Sensors.so
%{_qt_libdir}/libQt%{api}Sensors.prl
%{_qt_libdir}/cmake/Qt%{api}Sensors
%{_qt_libdir}/pkgconfig/Qt%{api}Sensors.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Sensors.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtserialport}
Summary:	Qt Serial Port library
Group:		System/Libraries

%description -n %{qtserialport}
Qt Serial Port library.

%files -n %{qtserialport}
%{_qt_libdir}/libQt%{api}SerialPort.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}SerialPort.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtserialportd}
Summary:	Development files for the QtSerialPort library
Group:		Development/KDE and Qt
Requires:	%{qtserialport} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtserialportd}
Development files for the QtSerialPort library.

%files -n %{qtserialportd}
%{_qt_includedir}/QtSerialPort
%{_qt_libdir}/libQt%{api}SerialPort.so
%{_qt_libdir}/libQt%{api}SerialPort.prl
%{_qt_libdir}/cmake/Qt%{api}SerialPort
%{_qt_libdir}/pkgconfig/Qt%{api}SerialPort.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}SerialPort.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtsql}
Summary:	Qt SQL library
Group:		System/Libraries

%description -n %{qtsql}
Qt SQL library.

%files -n %{qtsql}
%{_qt_libdir}/libQt%{api}Sql.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Sql.so.%{major}*
%endif
%dir %{_qt_plugindir}/sqldrivers

#----------------------------------------------------------------------------

%package -n %{qtsqld}
Summary:	Development files for version 5 of the QtSql library
Group:		Development/KDE and Qt
Requires:	%{qtsql} = %{EVRD}
Requires:	qmake%{api}
# We need all the QtSql plugins because the plugin related cmake files in
# %{_qt_libdir}/cmake/Qt%{api}Sql cause fatal errors if the plugins aren't
# installed.
Requires:	%{qtsql}-mysql = %{EVRD}
Requires:	%{qtsql}-odbc = %{EVRD}
Requires:	%{qtsql}-postgresql = %{EVRD}
Requires:	%{qtsql}-sqlite = %{EVRD}

%description -n %{qtsqld}
Development files for version 5 of the QtSql library.

%files -n %{qtsqld}
%{_qt_includedir}/QtSql
%{_qt_libdir}/libQt%{api}Sql.so
%{_qt_libdir}/libQt%{api}Sql.prl
%{_qt_libdir}/cmake/Qt%{api}Sql
%{_qt_libdir}/pkgconfig/Qt%{api}Sql.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Sql.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtsql}-mysql
Summary:	MySQL support for the QtSql library v5
Group:		System/Libraries
Requires:	%{qtsql} = %{EVRD}
Provides:	%{name}-database-plugin-mysql = %{EVRD}
BuildRequires:	mysql-devel

%description -n %{qtsql}-mysql
MySQL support for the QtSql library v5.

%files -n %{qtsql}-mysql
%{_qt_plugindir}/sqldrivers/libqsqlmysql.so

#----------------------------------------------------------------------------

%package -n %{qtsql}-odbc
Summary:	ODBC support for the QtSql library v5
Group:		System/Libraries
Requires:	%{qtsql} = %{EVRD}
Provides:	%{name}-database-plugin-odbc = %{EVRD}
BuildRequires:	pkgconfig(libiodbc)

%description -n %{qtsql}-odbc
ODBC support for the QtSql library v5.

%files -n %{qtsql}-odbc
%{_qt_plugindir}/sqldrivers/libqsqlodbc.so

#----------------------------------------------------------------------------

%package -n %{qtsql}-postgresql
Summary:	PostgreSQL support for the QtSql library v5
Group:		System/Libraries
Requires:	%{qtsql} = %{EVRD}
Provides:	%{name}-database-plugin-postgresql = %{EVRD}
BuildRequires:	postgresql-devel >= 9.0

%description -n %{qtsql}-postgresql
PostgreSQL support for the QtSql library v5.

%files -n %{qtsql}-postgresql
%{_qt_plugindir}/sqldrivers/libqsqlpsql.so

#----------------------------------------------------------------------------

%package -n %{qtsql}-sqlite
Summary:	SQLite 3.x support for the QtSql library v5
Group:		System/Libraries
Requires:	%{qtsql} = %{EVRD}
Provides:	%{name}-database-plugin-sqlite = %{EVRD}
BuildRequires:	pkgconfig(sqlite3)

%description -n %{qtsql}-sqlite
SQLite 3.x support for the QtSql library v5.

%files -n %{qtsql}-sqlite
%{_qt_plugindir}/sqldrivers/libqsqlite.so

#----------------------------------------------------------------------------

%package -n %{qttest}
Summary:	Qt unit test library
Group:		System/Libraries

%description -n %{qttest}
Qt unit test library.

%files -n %{qttest}
%{_qt_libdir}/libQt%{api}Test.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Test.so.%{major}*
%endif
%{_qt_prefix}/qml/QtTest

#----------------------------------------------------------------------------

%package -n %{qttestd}
Summary:	Development files for version 5 of the QtTest library
Group:		Development/KDE and Qt
Requires:	%{qttest} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qttestd}
Development files for version 5 of the QtTest library.

%files -n %{qttestd}
%{_qt_includedir}/QtTest
%{_qt_libdir}/libQt%{api}Test.so
%{_qt_libdir}/libQt%{api}Test.prl
%{_qt_libdir}/cmake/Qt%{api}Test
%{_qt_libdir}/pkgconfig/Qt%{api}Test.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Test.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtwidgets}
Summary:	Qt Widget library
Group:		System/Libraries

%description -n %{qtwidgets}
Qt Widget library.

%files -n %{qtwidgets}
%{_qt_libdir}/libQt%{api}Widgets.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Widgets.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtwidgetsd}
Summary:	Development files for version 5 of the QtWidgets library
Group:		Development/KDE and Qt
Requires:	%{qtwidgets} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtwidgetsd}
Development files for version 5 of the QtWidgets library.

%files -n %{qtwidgetsd}
%{_qt_includedir}/QtWidgets
%{_qt_libdir}/libQt%{api}Widgets.so
%{_qt_libdir}/libQt%{api}Widgets.prl
%{_qt_libdir}/cmake/Qt%{api}Widgets
%{_qt_libdir}/pkgconfig/Qt%{api}Widgets.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Widgets.pc
%endif

#----------------------------------------------------------------------------
%package -n %{qtquickwidgets}
Summary:	Library for integrating QtQuick with traditional Qt widgets
Group:		System/Libraries

%description -n %{qtquickwidgets}
Library for integrating QtQuick with traditional Qt widgets

%files -n %{qtquickwidgets}
%{_qt_libdir}/libQt%{api}QuickWidgets.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}QuickWidgets.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtquickwidgetsd}
Summary:	Development files for version 5 of the QtQuickWidgets library
Group:		Development/KDE and Qt
Requires:	%{qtquickwidgets} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtquickwidgetsd}
Development files for version 5 of the QtQuickWidgets library.

%files -n %{qtquickwidgetsd}
%{_qt_includedir}/QtQuickWidgets
%{_qt_libdir}/libQt%{api}QuickWidgets.so
%{_qt_libdir}/libQt%{api}QuickWidgets.prl
%{_qt_libdir}/cmake/Qt%{api}QuickWidgets
%{_qt_libdir}/pkgconfig/Qt%{api}QuickWidgets.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}QuickWidgets.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtwebsockets}
Summary:	Qt %{api} WebSockets library
Group:		System/Libraries
Suggests:	%{name}-qtwebsockets-i18n

%description -n %{qtwebsockets}
Qt %{api} WebSockets library.

%files -n %{qtwebsockets}
%{_qt_libdir}/libQt%{api}WebSockets.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebSockets.so.%{major}*
%endif
%{_qt_prefix}/qml/Qt/WebSockets
%{_qt_prefix}/qml/QtWebSockets

#----------------------------------------------------------------------------

%package -n %{qtwebsocketsd}
Summary:	Development files for the Qt %{api} WebSockets library
Group:		Development/KDE and Qt
Requires:	%{qtwebsockets} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtwebsocketsd}
Development files for version 5 of the QtWebSockets library.

%files -n %{qtwebsocketsd}
%{_qt_includedir}/QtWebSockets
%{_qt_libdir}/libQt%{api}WebSockets.so
%{_qt_libdir}/libQt%{api}WebSockets.prl
%{_qt_libdir}/cmake/Qt%{api}WebSockets
%{_qt_libdir}/pkgconfig/Qt%{api}WebSockets.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebSockets.pc
%endif

#----------------------------------------------------------------------------

%package qtwebsockets-i18n
Summary:	Qt WebSockets translations
Group:		System/Libraries

%description qtwebsockets-i18n
Qt WebSockets translations.

%files qtwebsockets-i18n
%lang(en) %{_qt_translationsdir}/qtwebsockets_en.qm
%lang(fr) %{_qt_translationsdir}/qtwebsockets_fr.qm

#----------------------------------------------------------------------------

%package -n %{qtxcbqpa}
Summary:	Qt XCB QPA library
Group:		System/Libraries
Requires:	qt5-xcb-integration-plugin-default = %{EVRD}
# Suggest all integration plugins
Suggests:	qt5-xcb-integration-plugin-egl = %{EVRD}
Suggests:	qt5-xcb-integration-plugin-glx = %{EVRD}

%description -n %{qtxcbqpa}
Qt XCB QPA library.

%files -n %{qtxcbqpa}
%{_qt_libdir}/libQt%{api}XcbQpa.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}XcbQpa.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtxcbqpa}-egl
Summary:	EGL support for the Qt XCB QPA library v5
Group:		System/Libraries
Requires:	%{qtxcbqpa} = %{EVRD}
Provides:	qt5-xcb-integration-plugin = %{EVRD}
Provides:	qt5-xcb-integration-plugin-egl = %{EVRD}

%description -n %{qtxcbqpa}-egl
EGL support for the Qt XCB QPA library v5.

%files -n %{qtxcbqpa}-egl
%{_qt_plugindir}/xcbglintegrations/libqxcb-egl-integration.so

#----------------------------------------------------------------------------

%package -n %{qtxcbqpa}-glx
Summary:	GLX support for the Qt XCB QPA library v5
Group:		System/Libraries
Requires:	%{qtxcbqpa} = %{EVRD}
Provides:	qt5-xcb-integration-plugin = %{EVRD}
Provides:	qt5-xcb-integration-plugin-default = %{EVRD}
Provides:	qt5-xcb-integration-plugin-glx = %{EVRD}

%description -n %{qtxcbqpa}-glx
GLX support for the Qt XCB QPA library v5.

%files -n %{qtxcbqpa}-glx
%{_qt_plugindir}/xcbglintegrations/libqxcb-glx-integration.so

#----------------------------------------------------------------------------

%package -n %{qtxml}
Summary:	Qt XML library
Group:		System/Libraries

%description -n %{qtxml}
Qt XML library.

%files -n %{qtxml}
%{_qt_libdir}/libQt%{api}Xml.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Xml.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtxmld}
Summary:	Development files for version 5 of the QtXml library
Group:		Development/KDE and Qt
Requires:	%{qtxml} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtxmld}
Development files for version 5 of the QtXml library.

%files -n %{qtxmld}
%{_qt_includedir}/QtXml
%{_qt_libdir}/libQt%{api}Xml.so
%{_qt_libdir}/libQt%{api}Xml.prl
%{_qt_libdir}/cmake/Qt%{api}Xml
%{_qt_libdir}/pkgconfig/Qt%{api}Xml.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Xml.pc
%endif

#----------------------------------------------------------------------------
# qt extras
#----------------------------------------------------------------------------

%package -n %{qgsttools_p}
Summary:	Runtime library for GStreamer support in Qt 5
Group:		System/Libraries

%description -n %{qgsttools_p}
Runtime library for GStreamer support in Qt 5.

%files -n %{qgsttools_p}
%{_qt_libdir}/libqgsttools_p.so.%{qgstmajor}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libqgsttools_p.so.%{qgstmajor}*
%endif

#----------------------------------------------------------------------------

%package -n %{qt3dcollision}
Summary:	Qt 3D Collision library
Group:		System/Libraries

%description -n %{qt3dcollision}
Qt 3D Collision library.

%files -n %{qt3dcollision}
%{_qt_libdir}/libQt%{api}3DCollision.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}3DCollision.so.%{major}*
%endif
%{_qt_prefix}/qml/Qt3D/Collision

#----------------------------------------------------------------------------

%package -n %{qt3dcollisiond}
Summary:	Development files for version 5 of the Qt3DCollision library
Group:		Development/KDE and Qt
Requires:	%{qt3dcollision} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qt3dcollisiond}
Development files for version 5 of the Qt3DCollision library.

%files -n %{qt3dcollisiond}
%{_qt_includedir}/Qt3DCollision
%{_qt_libdir}/libQt%{api}3DCollision.so
%{_qt_libdir}/libQt%{api}3DCollision.prl
%{_qt_libdir}/cmake/Qt%{api}3DCollision
%{_qt_libdir}/pkgconfig/Qt%{api}3DCollision.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}3DCollision.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qt3dcore}
Summary:	Qt 3D Core library
Group:		System/Libraries
Suggests:	qt5-sceneparser-assimp = %{EVRD}
Suggests:	qt5-sceneparser-gltf = %{EVRD}

%description -n %{qt3dcore}
Qt 3D Core library.

%files -n %{qt3dcore}
%{_qt_libdir}/libQt%{api}3DCore.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}3DCore.so.%{major}*
%endif
%{_qt_prefix}/qml/Qt3D/libquick3dcoreplugin.so
%{_qt_prefix}/qml/Qt3D/qmldir

#----------------------------------------------------------------------------

%package -n %{qt3dcored}
Summary:	Development files for version 5 of the Qt3DCore library
Group:		Development/KDE and Qt
Requires:	%{qt3dcore} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qt3dcored}
Development files for version 5 of the Qt3DCore library.

%files -n %{qt3dcored}
%{_qt_includedir}/Qt3DCore
%{_qt_libdir}/libQt%{api}3DCore.so
%{_qt_libdir}/libQt%{api}3DCore.prl
%{_qt_libdir}/cmake/Qt%{api}3DCore
%{_qt_libdir}/pkgconfig/Qt%{api}3DCore.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}3DCore.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qt3dcore}-sceneparser-assimp
Summary:	Assimp (Open Asset Import Library) sceneparser for Qt 3D Core library
Group:		System/Libraries
BuildRequires:	pkgconfig(assimp)
Provides:	qt5-sceneparser-assimp = %{EVRD}

%description -n %{qt3dcore}-sceneparser-assimp
Assimp (Open Asset Import Library) sceneparser for Qt 3D Core library.

%files -n %{qt3dcore}-sceneparser-assimp
%{_qt_plugindir}/sceneparsers/libassimpsceneparser.so

#----------------------------------------------------------------------------

%package -n %{qt3dcore}-sceneparser-gltf
Summary:	glTF sceneparser for Qt 3D Core library
Group:		System/Libraries
Provides:	qt5-sceneparser-gltf = %{EVRD}

%description -n %{qt3dcore}-sceneparser-gltf
glTF sceneparser for Qt 3D Core library. glTF is the runtime asset format for
WebGL, OpenGL ES and OpenGL.

%files -n %{qt3dcore}-sceneparser-gltf
%{_qt_plugindir}/sceneparsers/libgltfsceneparser.so

#----------------------------------------------------------------------------

%package -n %{qt3dinput}
Summary:	Qt 3D Input library
Group:		System/Libraries

%description -n %{qt3dinput}
Qt 3D Input library.

%files -n %{qt3dinput}
%{_qt_libdir}/libQt%{api}3DInput.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}3DInput.so.%{major}*
%endif
%{_qt_prefix}/qml/Qt3D/Input

#----------------------------------------------------------------------------

%package -n %{qt3dinputd}
Summary:	Development files for version 5 of the Qt3DInput library
Group:		Development/KDE and Qt
Requires:	%{qt3dinput} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qt3dinputd}
Development files for version 5 of the Qt3DInput library.

%files -n %{qt3dinputd}
%{_qt_includedir}/Qt3DInput
%{_qt_libdir}/libQt%{api}3DInput.so
%{_qt_libdir}/libQt%{api}3DInput.prl
%{_qt_libdir}/cmake/Qt%{api}3DInput
%{_qt_libdir}/pkgconfig/Qt%{api}3DInput.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}3DInput.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qt3dlogic}
Summary:	Qt 3D Logic library
Group:		System/Libraries

%description -n %{qt3dlogic}
Qt 3D Logic library.

%files -n %{qt3dlogic}
%{_qt_libdir}/libQt%{api}3DLogic.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}3DLogic.so.%{major}*
%endif
%{_qt_prefix}/qml/Qt3D/Logic

#----------------------------------------------------------------------------

%package -n %{qt3dlogicd}
Summary:	Development files for version 5 of the Qt3DLogic library
Group:		Development/KDE and Qt
Requires:	%{qt3dlogic} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qt3dlogicd}
Development files for version 5 of the Qt3DLogic library.

%files -n %{qt3dlogicd}
%{_qt_includedir}/Qt3DLogic
%{_qt_libdir}/libQt%{api}3DLogic.so
%{_qt_libdir}/libQt%{api}3DLogic.prl
%{_qt_libdir}/cmake/Qt%{api}3DLogic
%{_qt_libdir}/pkgconfig/Qt%{api}3DLogic.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}3DLogic.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qt3dquick}
Summary:	Qt 3D Quick library
Group:		System/Libraries

%description -n %{qt3dquick}
Qt 3D Quick library.

%files -n %{qt3dquick}
%{_qt_libdir}/libQt%{api}3DQuick.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}3DQuick.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qt3dquickd}
Summary:	Development files for version 5 of the Qt3DQuick library
Group:		Development/KDE and Qt
Requires:	%{qt3dquick} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qt3dquickd}
Development files for version 5 of the Qt3DQuick library.

%files -n %{qt3dquickd}
%{_qt_includedir}/Qt3DQuick
%{_qt_libdir}/libQt%{api}3DQuick.so
%{_qt_libdir}/libQt%{api}3DQuick.prl
%{_qt_libdir}/cmake/Qt%{api}3DQuick
%{_qt_libdir}/pkgconfig/Qt%{api}3DQuick.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}3DQuick.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qt3dquickrenderer}
Summary:	Qt 3D Quick Renderer library
Group:		System/Libraries

%description -n %{qt3dquickrenderer}
Qt 3D Quick Renderer library.

%files -n %{qt3dquickrenderer}
%{_qt_libdir}/libQt%{api}3DQuickRenderer.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}3DQuickRenderer.so.%{major}*
%endif
%{_qt_prefix}/qml/Qt3D/Renderer

#----------------------------------------------------------------------------

%package -n %{qt3dquickrendererd}
Summary:	Development files for version 5 of the Qt3DQuickRenderer library
Group:		Development/KDE and Qt
Requires:	%{qt3dquickrenderer} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qt3dquickrendererd}
Development files for version 5 of the Qt3DQuickRenderer library.

%files -n %{qt3dquickrendererd}
%{_qt_includedir}/Qt3DQuickRenderer
%{_qt_libdir}/libQt%{api}3DQuickRenderer.so
%{_qt_libdir}/libQt%{api}3DQuickRenderer.prl
%{_qt_libdir}/cmake/Qt%{api}3DQuickRenderer
%{_qt_libdir}/pkgconfig/Qt%{api}3DQuickRenderer.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}3DQuickRenderer.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qt3drenderer}
Summary:	Qt 3D Renderer library
Group:		System/Libraries

%description -n %{qt3drenderer}
Qt 3D Renderer library.

%files -n %{qt3drenderer}
%{_qt_libdir}/libQt%{api}3DRenderer.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}3DRenderer.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qt3drendererd}
Summary:	Development files for version 5 of the Qt3DRenderer library
Group:		Development/KDE and Qt
Requires:	%{qt3drenderer} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qt3drendererd}
Development files for version 5 of the Qt3DRenderer library.

%files -n %{qt3drendererd}
%{_qt_includedir}/Qt3DRenderer
%{_qt_libdir}/libQt%{api}3DRenderer.so
%{_qt_libdir}/libQt%{api}3DRenderer.prl
%{_qt_libdir}/cmake/Qt%{api}3DRenderer
%{_qt_libdir}/pkgconfig/Qt%{api}3DRenderer.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}3DRenderer.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtclucene}
Summary:	Qt version of the CLucene search engine
Group:		System/Libraries

%description -n %{qtclucene}
Qt version of the CLucene search engine.

%files -n %{qtclucene}
%{_qt_libdir}/libQt%{api}CLucene.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}CLucene.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtclucened}
Summary:	Development files for the Qt version of the CLucene search engine
Group:		Development/KDE and Qt
Requires:	%{qtclucene} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtclucened}
Development files for the Qt version of the CLucene search engine.

%files -n %{qtclucened}
%{_qt_includedir}/QtCLucene
%{_qt_libdir}/libQt%{api}CLucene.so
%{_qt_libdir}/libQt%{api}CLucene.prl
%{_qt_libdir}/pkgconfig/Qt%{api}CLucene.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}CLucene.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtdeclarative}
Summary:	Runtime library for Qt Declarative
Group:		System/Libraries
Suggests:	%{name}-qtdeclarative-i18n

%description -n %{qtdeclarative}
Runtime library for Qt Declarative.

%files -n %{qtdeclarative}
%{_qt_libdir}/libQt%{api}Declarative.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Declarative.so.%{major}*
%endif
%{_qt_plugindir}/qmltooling

#----------------------------------------------------------------------------

%package -n %{qtdeclaratived}
Summary:	Development files for Qt Declarative
Group:		Development/KDE and Qt
Requires:	%{qtdeclarative} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtdeclaratived}
Development files for Qt Declarative.

%files -n %{qtdeclaratived}
%{_qt_includedir}/QtDeclarative
%{_qt_libdir}/libQt%{api}Declarative.so
%{_qt_libdir}/libQt%{api}Declarative.prl
%{_qt_libdir}/cmake/Qt%{api}Declarative
%{_qt_libdir}/pkgconfig/Qt%{api}Declarative.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Declarative.pc
%endif

#----------------------------------------------------------------------------

%package qtdeclarative-i18n
Summary:	Qt Declarative translations
Group:		System/Libraries
Conflicts:	%{qtdeclarative} < 5.1.0-6
BuildArch:	noarch

%description qtdeclarative-i18n
Qt Declarative translations.

%files qtdeclarative-i18n
%lang(de) %{_qt_translationsdir}/qtdeclarative_de.qm
%lang(en) %{_qt_translationsdir}/qtdeclarative_en.qm
%lang(fi) %{_qt_translationsdir}/qtdeclarative_fi.qm
%lang(fr) %{_qt_translationsdir}/qtdeclarative_fr.qm
%lang(ja) %{_qt_translationsdir}/qtdeclarative_ja.qm
%lang(ja) %{_qt_translationsdir}/qtdeclarative_ko.qm
%lang(ja) %{_qt_translationsdir}/qtdeclarative_lv.qm
%lang(ru) %{_qt_translationsdir}/qtdeclarative_ru.qm
%lang(sk) %{_qt_translationsdir}/qtdeclarative_sk.qm
%lang(uk) %{_qt_translationsdir}/qtdeclarative_uk.qm

#----------------------------------------------------------------------------

%package -n %{qtdesignercomponents}
Summary:	Components for Qt Designer
Group:		System/Libraries

%description -n %{qtdesignercomponents}
Components for Qt Designer.

%files -n %{qtdesignercomponents}
%{_qt_libdir}/libQt%{api}DesignerComponents.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}DesignerComponents.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtdesignercomponentsd}
Summary:	Development files for Qt Designer Components
Group:		Development/KDE and Qt
Requires:	%{qtdesignercomponents} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtdesignercomponentsd}
Development files for Qt Designer Components.

%files -n %{qtdesignercomponentsd}
%{_qt_includedir}/QtDesignerComponents
%{_qt_libdir}/libQt%{api}DesignerComponents.so
%{_qt_libdir}/libQt%{api}DesignerComponents.prl
%{_qt_libdir}/pkgconfig/Qt%{api}DesignerComponents.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}DesignerComponents.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtdesigner}
Summary:	Qt Designer runtime libraries
Group:		System/Libraries

%description -n %{qtdesigner}
Qt Designer runtime libraries.

%files -n %{qtdesigner}
%{_qt_libdir}/libQt%{api}Designer.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Designer.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtdesignerd}
Summary:	Development files for Qt Designer
Group:		Development/KDE and Qt
Requires:	%{qtdesigner} = %{EVRD}
Requires:	qmake%{api}
# cmake module needs its files
Requires:	qt5-designer

%description -n %{qtdesignerd}
Development files for Qt Designer.

%files -n %{qtdesignerd}
%{_qt_includedir}/QtDesigner
%{_qt_libdir}/libQt%{api}Designer.so
%{_qt_libdir}/libQt%{api}Designer.prl
%{_qt_libdir}/cmake/Qt%{api}Designer
%{_qt_libdir}/pkgconfig/Qt%{api}Designer.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Designer.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qthelp}
Summary:	Runtime libraries for the Qt Help system
Group:		System/Libraries

%description -n %{qthelp}
Runtime libraries for the Qt Help system.

%files -n %{qthelp}
%{_qt_libdir}/libQt%{api}Help.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Help.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qthelpd}
Summary:	Development files for Qt Help
Group:		Development/KDE and Qt
Requires:	%{qthelp} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qthelpd}
Development files for Qt Help, useful if you wish to add a help system
to your application.

%files -n %{qthelpd}
%{_qt_includedir}/QtHelp
%{_qt_libdir}/libQt%{api}Help.so
%{_qt_libdir}/libQt%{api}Help.prl
%{_qt_libdir}/cmake/Qt%{api}Help
%{_qt_libdir}/pkgconfig/Qt%{api}Help.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Help.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtlocation}
Summary:	Qt Location library
Group:		System/Libraries

%description -n %{qtlocation}
Qt Location library.

%files -n %{qtlocation}
%{_qt_libdir}/libQt%{api}Location.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Location.so.%{major}*
%endif
%dir %{_qt_plugindir}/geoservices
%{_qt_plugindir}/geoservices/libqtgeoservices_mapbox.so
%{_qt_plugindir}/geoservices/libqtgeoservices_nokia.so
%{_qt_plugindir}/geoservices/libqtgeoservices_osm.so
%{_qt_prefix}/qml/QtLocation

#----------------------------------------------------------------------------

%package -n %{qtlocationd}
Summary:	Development files for version %{api} of the QtLocation library
Group:		Development/KDE and Qt
Requires:	%{qtlocation} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtlocationd}
Development files for version 5 of the QtLocation library.

%files -n %{qtlocationd}
%{_qt_includedir}/QtLocation
%{_qt_libdir}/libQt%{api}Location.so
%{_qt_libdir}/libQt%{api}Location.prl
%{_qt_libdir}/cmake/Qt%{api}Location
%{_qt_libdir}/pkgconfig/Qt%{api}Location.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Location.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtmultimedia}
Summary:	Qt Multimedia libraries
Group:		System/Libraries
Suggests:	%{name}-qtmultimedia-i18n

%description -n %{qtmultimedia}
Qt Multimedia libraries.

%files -n %{qtmultimedia}
%{_qt_libdir}/libQt%{api}Multimedia.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Multimedia.so.%{major}*
%endif
%{_qt_plugindir}/audio
%{_qt_plugindir}/mediaservice
%{_qt_plugindir}/playlistformats

#----------------------------------------------------------------------------

%package -n %{qtmultimediad}
Summary:	Development files for Qt Multimedia
Group:		Development/KDE and Qt
Requires:	%{qtmultimedia} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtmultimediad}
Development files for Qt Multimedia.

%files -n %{qtmultimediad}
%{_qt_includedir}/QtMultimedia
%{_qt_includedir}/QtMultimediaQuick_p
%{_qt_libdir}/libQt%{api}Multimedia.so
%{_qt_libdir}/libQt%{api}Multimedia.prl
%{_qt_libdir}/cmake/Qt%{api}Multimedia
%{_qt_libdir}/pkgconfig/Qt%{api}Multimedia.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Multimedia.pc
%endif

#----------------------------------------------------------------------------

%package qtmultimedia-i18n
Summary:	Qt Multimedia translations
Group:		System/Libraries
Conflicts:	%{qtmultimedia} < 5.1.0-6
BuildArch:	noarch

%description qtmultimedia-i18n
Qt Multimedia translations.

%files qtmultimedia-i18n
%lang(ca) %{_qt_translationsdir}/qtmultimedia_ca.qm
%lang(cs) %{_qt_translationsdir}/qtmultimedia_cs.qm
%lang(de) %{_qt_translationsdir}/qtmultimedia_de.qm
%lang(en) %{_qt_translationsdir}/qtmultimedia_en.qm
%lang(fi) %{_qt_translationsdir}/qtmultimedia_fi.qm
%lang(fr) %{_qt_translationsdir}/qtmultimedia_fr.qm
%lang(hu) %{_qt_translationsdir}/qtmultimedia_hu.qm
%lang(it) %{_qt_translationsdir}/qtmultimedia_it.qm
%lang(ja) %{_qt_translationsdir}/qtmultimedia_ja.qm
%lang(ja) %{_qt_translationsdir}/qtmultimedia_ko.qm
%lang(ru) %{_qt_translationsdir}/qtmultimedia_ru.qm
%lang(sk) %{_qt_translationsdir}/qtmultimedia_sk.qm
%lang(uk) %{_qt_translationsdir}/qtmultimedia_uk.qm

#----------------------------------------------------------------------------

%package -n %{qtmultimediaquick_p}
Summary:	Runtime support library for the Qt Multimedia Quick module
Group:		System/Libraries

%description -n %{qtmultimediaquick_p}
Runtime support library for the Qt Multimedia Quick module.

%files -n %{qtmultimediaquick_p}
%{_qt_libdir}/libQt%{api}MultimediaQuick_p.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}MultimediaQuick_p.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtmultimediawidgets}
Summary:	Qt Multimedia Widgets library
Group:		System/Libraries

%description -n %{qtmultimediawidgets}
Qt Multimedia Widgets library.

%files -n %{qtmultimediawidgets}
%{_qt_libdir}/libQt%{api}MultimediaWidgets.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}MultimediaWidgets.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtmultimediawidgetsd}
Summary:	Development files for the Qt Multimedia Widgets library
Group:		Development/KDE and Qt
Requires:	%{qtmultimediawidgets} = %{EVRD}
Requires:	%{qtmultimediad} = %{EVRD}
Requires:	%{qtwidgetsd} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtmultimediawidgetsd}
Development files for the Qt Multimedia Widgets library.

%files -n %{qtmultimediawidgetsd}
%{_qt_includedir}/QtMultimediaWidgets
%{_qt_libdir}/libQt%{api}MultimediaWidgets.so
%{_qt_libdir}/libQt%{api}MultimediaWidgets.prl
%{_qt_libdir}/cmake/Qt%{api}MultimediaWidgets
%{_qt_libdir}/pkgconfig/Qt%{api}MultimediaWidgets.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}MultimediaWidgets.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtqml}
Summary:	QML runtime support library
Group:		System/Libraries

%description -n %{qtqml}
QML runtime support library.

%files -n %{qtqml}
%{_qt_libdir}/libQt%{api}Qml.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Qml.so.%{major}*
%endif
%dir %{_qt_prefix}/qml
%dir %{_qt_prefix}/qml/Qt
%dir %{_qt_prefix}/qml/Qt/labs
%{_qt_prefix}/qml/Qt/labs/folderlistmodel
%{_qt_prefix}/qml/Qt/labs/settings/
%{_qt_prefix}/qml/QtAudioEngine
%{_qt_prefix}/qml/QtCanvas3D
%{_qt_prefix}/qml/QtGraphicalEffects
%{_qt_prefix}/qml/QtMultimedia
%{_qt_prefix}/qml/QtQml
%{_qt_plugindir}/qml1tooling/libqmldbg_inspector.so
%{_qt_plugindir}/qml1tooling/libqmldbg_tcp_qtdeclarative.so

#----------------------------------------------------------------------------

%package -n %{qtqmld}
Summary:	Development files for the Qt QML library
Group:		Development/KDE and Qt
Requires:	%{qtqml} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtqmld}
Development files for the Qt QML library.

%files -n %{qtqmld}
%{_qt_includedir}/QtQml
%{_qt_includedir}/QtQmlDevTools
%{_qt_libdir}/libQt%{api}Qml.so
%{_qt_libdir}/libQt%{api}Qml.prl
%{_qt_libdir}/libQt%{api}QmlDevTools.a
%{_qt_libdir}/libQt%{api}QmlDevTools.prl
%{_qt_libdir}/cmake/Qt%{api}Qml
%{_qt_libdir}/pkgconfig/Qt%{api}Qml.pc
%{_qt_libdir}/pkgconfig/Qt%{api}QmlDevTools.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Qml.pc
%{_libdir}/pkgconfig/Qt%{api}QmlDevTools.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtquick}
Summary:	Runtime library for Qt Quick
Group:		System/Libraries
Suggests:	%{name}-qtquick-i18n

%description -n %{qtquick}
Runtime library for Qt Quick.

%files -n %{qtquick}
%{_qt_libdir}/libQt%{api}Quick.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Quick.so.%{major}*
%endif
%dir %{_qt_importdir}
%dir %{_qt_importdir}/Qt
%dir %{_qt_importdir}/Qt/labs
%{_qt_importdir}/Qt/labs/folderlistmodel
%{_qt_importdir}/Qt/labs/gestures
%{_qt_importdir}/Qt/labs/particles
%{_qt_importdir}/Qt/labs/shaders
%{_qt_importdir}/builtins.qmltypes
%{_qt_prefix}/qml/QtQuick.2
%{_qt_prefix}/qml/QtQuick

#----------------------------------------------------------------------------

%package -n %{qtquickd}
Summary:	Development files for Qt Quick
Group:		Development/KDE and Qt
Requires:	%{qtquick} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtquickd}
Development files for Qt Quick.

%files -n %{qtquickd}
%{_qt_includedir}/QtQuick
%{_qt_libdir}/libQt%{api}Quick.so
%{_qt_libdir}/libQt%{api}Quick.prl
%{_qt_libdir}/cmake/Qt%{api}Quick
%{_qt_libdir}/pkgconfig/Qt%{api}Quick.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Quick.pc
%endif

#----------------------------------------------------------------------------

%package qtquick-i18n
Summary:	Qt Quick translations
Group:		System/Libraries
Conflicts:	%{qtquick} < 5.1.0-6
BuildArch:	noarch

%description qtquick-i18n
Qt Quick translations.

%files qtquick-i18n
%lang(ca) %{_qt_translationsdir}/qtquick1_ca.qm
%lang(cs) %{_qt_translationsdir}/qtquick1_cs.qm
%lang(de) %{_qt_translationsdir}/qtquick1_de.qm
%lang(en) %{_qt_translationsdir}/qtquick1_en.qm
%lang(fi) %{_qt_translationsdir}/qtquick1_fi.qm
%lang(fr) %{_qt_translationsdir}/qtquick1_fr.qm
%lang(he) %{_qt_translationsdir}/qtquick1_he.qm
%lang(hu) %{_qt_translationsdir}/qtquick1_hu.qm
%lang(it) %{_qt_translationsdir}/qtquick1_it.qm
%lang(ja) %{_qt_translationsdir}/qtquick1_ja.qm
%lang(ja) %{_qt_translationsdir}/qtquick1_ko.qm
%lang(ru) %{_qt_translationsdir}/qtquick1_ru.qm
%lang(sk) %{_qt_translationsdir}/qtquick1_sk.qm
%lang(uk) %{_qt_translationsdir}/qtquick1_uk.qm
%lang(de) %{_qt_translationsdir}/qtquickcontrols_de.qm
%lang(en) %{_qt_translationsdir}/qtquickcontrols_en.qm
%lang(fi) %{_qt_translationsdir}/qtquickcontrols_fi.qm
%lang(fr) %{_qt_translationsdir}/qtquickcontrols_fr.qm
%lang(ja) %{_qt_translationsdir}/qtquickcontrols_ja.qm
%lang(ru) %{_qt_translationsdir}/qtquickcontrols_ru.qm
%lang(uk) %{_qt_translationsdir}/qtquickcontrols_uk.qm

#----------------------------------------------------------------------------

%package -n %{qtquickparticles}
Summary:	Runtime library for Qt Quick's particle engine
Group:		System/Libraries

%description -n %{qtquickparticles}
Runtime library for Qt Quick's particle engine.

%files -n %{qtquickparticles}
%{_qt_libdir}/libQt%{api}QuickParticles.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}QuickParticles.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtquickparticlesd}
Summary:	Development files for Qt Quick's particle engine
Group:		Development/KDE and Qt
Requires:	%{qtquickparticles} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtquickparticlesd}
Development files for Qt Quick's particle engine.

%files -n %{qtquickparticlesd}
%{_qt_includedir}/QtQuickParticles
%{_qt_libdir}/libQt%{api}QuickParticles.so
%{_qt_libdir}/libQt%{api}QuickParticles.prl
%{_qt_libdir}/pkgconfig/Qt%{api}QuickParticles.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}QuickParticles.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtquicktest}
Summary:	Qt Quick unit test module
Group:		System/Libraries

%description -n %{qtquicktest}
Qt Quick unit test module.

%files -n %{qtquicktest}
%{_qt_libdir}/libQt%{api}QuickTest.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}QuickTest.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtquicktestd}
Summary:	Development files for Qt Quick's unit test module
Group:		Development/KDE and Qt
Requires:	%{qtquicktest} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtquicktestd}
Development files for Qt Quick's unit test module.

%files -n %{qtquicktestd}
%{_qt_includedir}/QtQuickTest
%{_qt_libdir}/libQt%{api}QuickTest.so
%{_qt_libdir}/libQt%{api}QuickTest.prl
%{_qt_libdir}/cmake/Qt%{api}QuickTest
%{_qt_libdir}/pkgconfig/Qt%{api}QuickTest.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}QuickTest.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtscript}
Summary:	Qt Script runtime library
Group:		System/Libraries
Suggests:	%{name}-qtscript-i18n

%description -n %{qtscript}
Qt Script runtime library.

%files -n %{qtscript}
%{_qt_libdir}/libQt%{api}Script.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Script.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtscriptd}
Summary:	Development files for Qt Script
Group:		Development/KDE and Qt
Requires:	%{qtscript} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtscriptd}
Development files for Qt Script.

%files -n %{qtscriptd}
%{_qt_includedir}/QtScript
%{_qt_libdir}/libQt%{api}Script.so
%{_qt_libdir}/libQt%{api}Script.prl
%{_qt_libdir}/cmake/Qt%{api}Script
%{_qt_libdir}/pkgconfig/Qt%{api}Script.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Script.pc
%endif

#----------------------------------------------------------------------------

%package qtscript-i18n
Summary:	Qt Script translations
Group:		System/Libraries
Conflicts:	%{qtscript} < 5.1.0-6
BuildArch:	noarch

%description qtscript-i18n
Qt Script translations.

%files qtscript-i18n
%lang(ca) %{_qt_translationsdir}/qtscript_ca.qm
%lang(cs) %{_qt_translationsdir}/qtscript_cs.qm
%lang(de) %{_qt_translationsdir}/qtscript_de.qm
%lang(en) %{_qt_translationsdir}/qtscript_en.qm
%lang(fi) %{_qt_translationsdir}/qtscript_fi.qm
%lang(fr) %{_qt_translationsdir}/qtscript_fr.qm
%lang(he) %{_qt_translationsdir}/qtscript_he.qm
%lang(hu) %{_qt_translationsdir}/qtscript_hu.qm
%lang(it) %{_qt_translationsdir}/qtscript_it.qm
%lang(ja) %{_qt_translationsdir}/qtscript_ja.qm
%lang(ja) %{_qt_translationsdir}/qtscript_ko.qm
%lang(ja) %{_qt_translationsdir}/qtscript_lv.qm
%lang(ru) %{_qt_translationsdir}/qtscript_ru.qm
%lang(sk) %{_qt_translationsdir}/qtscript_sk.qm
%lang(uk) %{_qt_translationsdir}/qtscript_uk.qm

#----------------------------------------------------------------------------

%package -n %{qtscripttools}
Summary:	Qt Script tools library
Group:		System/Libraries

%description -n %{qtscripttools}
Qt Script tools library.

%files -n %{qtscripttools}
%{_qt_libdir}/libQt%{api}ScriptTools.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}ScriptTools.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtscripttoolsd}
Summary:	Development files for Qt Script tools
Group:		Development/KDE and Qt
Requires:	%{qtscripttools} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtscripttoolsd}
Development files for Qt Script tools.

%files -n %{qtscripttoolsd}
%{_qt_includedir}/QtScriptTools
%{_qt_libdir}/libQt%{api}ScriptTools.so
%{_qt_libdir}/libQt%{api}ScriptTools.prl
%{_qt_libdir}/cmake/Qt%{api}ScriptTools
%{_qt_libdir}/pkgconfig/Qt%{api}ScriptTools.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}ScriptTools.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtsvg}
Summary:	Qt SVG rendering engine
Group:		System/Libraries

%description -n %{qtsvg}
Qt SVG rendering engine.

%files -n %{qtsvg}
%{_qt_libdir}/libQt%{api}Svg.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Svg.so.%{major}*
%endif
%{_qt_plugindir}/iconengines/libqsvgicon.so

#----------------------------------------------------------------------------

%package -n %{qtsvgd}
Summary:	Development files for Qt's SVG rendering engine
Group:		Development/KDE and Qt
Requires:	%{qtsvg} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtsvgd}
Development files for Qt's SVG rendering engine.

%files -n %{qtsvgd}
%{_qt_includedir}/QtSvg
%{_qt_libdir}/libQt%{api}Svg.so
%{_qt_libdir}/libQt%{api}Svg.prl
%{_qt_libdir}/cmake/Qt%{api}Svg
%{_qt_libdir}/pkgconfig/Qt%{api}Svg.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Svg.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtwaylandclient}
Summary:	Wayland display system integration for Qt
Group:		System/Libraries

%description -n %{qtwaylandclient}
Wayland display system integration for Qt.

%files -n %{qtwaylandclient}
%{_qt_bindir}/qtwaylandscanner
%{_qt_libdir}/libQt%{api}WaylandClient.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WaylandClient.so.%{major}*
%endif
%{_qt_plugindir}/platforms/libqwayland-egl.so
%{_qt_plugindir}/platforms/libqwayland-generic.so
%{_qt_plugindir}/wayland-decoration-client
%{_qt_plugindir}/wayland-graphics-integration-client

#----------------------------------------------------------------------------

%package -n %{qtwaylandclientd}
Summary:	Development files for the Qt Wayland display system library
Group:		Development/KDE and Qt
Requires:	%{qtwaylandclient} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtwaylandclientd}
Development files for the Qt Wayland display system integration for Qt.

%files -n %{qtwaylandclientd}
%{_qt_includedir}/QtWaylandClient
%{_qt_libdir}/libQt%{api}WaylandClient.so
%{_qt_libdir}/libQt%{api}WaylandClient.prl
%{_qt_libdir}/cmake/Qt%{api}WaylandClient
%{_qt_libdir}/pkgconfig/Qt%{api}WaylandClient.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WaylandClient.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtwaylandcompositor}
Summary:	Wayland platform QtCompositor module
Group:		System/Libraries

%description -n %{qtwaylandcompositor}
Qt Wayland QtCompositor module.

%files -n %{qtwaylandcompositor}
%{_qt_libdir}/libQt%{api}Compositor.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Compositor.so.%{major}*
%endif
%{_qt_plugindir}/platforms/libqwayland-xcomposite-egl.so
%{_qt_plugindir}/platforms/libqwayland-xcomposite-glx.so
%{_qt_plugindir}/wayland-graphics-integration-server/libdrm-egl-server.so
%{_qt_plugindir}/wayland-graphics-integration-server/libwayland-egl.so
%{_qt_plugindir}/wayland-graphics-integration-server/libxcomposite-egl.so
%{_qt_plugindir}/wayland-graphics-integration-server/libxcomposite-glx.so

#----------------------------------------------------------------------------

%package -n %{qtwaylandcompositord}
Summary:	Development files for the Qt Wayland QtCompositor library
Group:		Development/KDE and Qt
Requires:	%{qtwaylandcompositor} = %{EVRD}
Requires:	%{qtwaylandclientd} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtwaylandcompositord}
Development files for the Qt Wayland QtCompositor module.

%files -n %{qtwaylandcompositord}
%{_qt_includedir}/QtCompositor
%{_qt_libdir}/libQt%{api}Compositor.so
%{_qt_libdir}/libQt%{api}Compositor.prl
%{_qt_libdir}/cmake/Qt%{api}Compositor
%{_qt_libdir}/pkgconfig/Qt%{api}Compositor.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Compositor.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtwebchannel}
Summary:	Qt 5 WebChannel library
Group:		System/Libraries

%description -n %{qtwebchannel}
Qt 5 WebChannel library,  a library for communication between HTML/JavaScript
and Qt/QML objects.

%files -n %{qtwebchannel}
%{_qt_libdir}/libQt%{api}WebChannel.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebChannel.so.%{major}*
%endif
%{_qt_prefix}/qml/QtWebChannel

#----------------------------------------------------------------------------

%package -n %{qtwebchanneld}
Summary:	Development files for the Qt 5 WebChannel library
Group:		Development/KDE and Qt
Requires:	%{qtwebchannel} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtwebchanneld}
Development files for version 5 of the QtWebChannel library, a library
for communication between HTML/JavaScript and Qt/QML objects.

%files -n %{qtwebchanneld}
%{_qt_includedir}/QtWebChannel
%{_qt_libdir}/libQt%{api}WebChannel.so
%{_qt_libdir}/libQt%{api}WebChannel.prl
%{_qt_libdir}/cmake/Qt%{api}WebChannel
%{_qt_libdir}/pkgconfig/Qt%{api}WebChannel.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebChannel.pc
%endif

#----------------------------------------------------------------------------
%package -n %{qtwebengine}
Summary:	Qt 5 WebEngine library
Group:		System/Libraries
Requires:	%{name}-qtwebengine-common = %{EVRD}
Suggests:	%{name}-qtwebengine-i18n

%description -n %{qtwebengine}
Qt 5 WebEngine library, a library for rendering web content.

%files -n %{qtwebengine}
%{_qt_libdir}/libQt%{api}WebEngine.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebEngine.so.%{major}*
%endif
%{_qt_prefix}/qml/QtWebEngine
%dir %{_qt_plugindir}/qtwebengine
%{_qt_plugindir}/qtwebengine/libffmpegsumo.so

#----------------------------------------------------------------------------

%package -n %{qtwebengined}
Summary:	Development files for the Qt 5 WebEngine library
Group:		Development/KDE and Qt
Requires:	%{qtwebengine} = %{EVRD}
Requires:	%{qtwebenginecored} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtwebengined}
Development files for version 5 of the QtWebEngine library, a library for
rendering web content.

%files -n %{qtwebengined}
%{_qt_includedir}/QtWebEngine
%{_qt_libdir}/libQt%{api}WebEngine.so
%{_qt_libdir}/libQt%{api}WebEngine.prl
%{_qt_libdir}/cmake/Qt%{api}WebEngine
%{_qt_libdir}/pkgconfig/Qt%{api}WebEngine.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebEngine.pc
%endif

#----------------------------------------------------------------------------

%package qtwebengine-common
Summary:	Qt WebEngine noarch data files
Group:		System/Libraries
BuildArch:	noarch

%description qtwebengine-common
Qt WebEngine noarch data files.

%files qtwebengine-common
%{_qt_datadir}/icudtl.dat
%{_qt_datadir}/qtwebengine_resources.pak
%{_qt_datadir}/qtwebengine_resources_100p.pak
%{_qt_datadir}/qtwebengine_resources_200p.pak

#----------------------------------------------------------------------------

%package qtwebengine-i18n
Summary:	Qt WebEngine translations
Group:		System/Libraries
BuildArch:	noarch

%description qtwebengine-i18n
Qt WebEngine translations.

%files qtwebengine-i18n
%lang(am) %{_qt_translationsdir}/qtwebengine_locales/am.pak
%lang(ar) %{_qt_translationsdir}/qtwebengine_locales/ar.pak
%lang(bg) %{_qt_translationsdir}/qtwebengine_locales/bg.pak
%lang(bn) %{_qt_translationsdir}/qtwebengine_locales/bn.pak
%lang(ca) %{_qt_translationsdir}/qtwebengine_locales/ca.pak
%lang(cs) %{_qt_translationsdir}/qtwebengine_locales/cs.pak
%lang(da) %{_qt_translationsdir}/qtwebengine_locales/da.pak
%lang(de) %{_qt_translationsdir}/qtwebengine_locales/de.pak
%lang(el) %{_qt_translationsdir}/qtwebengine_locales/el.pak
%lang(en_GB) %{_qt_translationsdir}/qtwebengine_locales/en-GB.pak
%lang(en_US) %{_qt_translationsdir}/qtwebengine_locales/en-US.pak
%lang(es_419) %{_qt_translationsdir}/qtwebengine_locales/es-419.pak
%lang(es) %{_qt_translationsdir}/qtwebengine_locales/es.pak
%lang(et) %{_qt_translationsdir}/qtwebengine_locales/et.pak
%lang(fa) %{_qt_translationsdir}/qtwebengine_locales/fa.pak
%lang(fi) %{_qt_translationsdir}/qtwebengine_locales/fi.pak
%lang(fil) %{_qt_translationsdir}/qtwebengine_locales/fil.pak
%lang(fr) %{_qt_translationsdir}/qtwebengine_locales/fr.pak
%lang(gu) %{_qt_translationsdir}/qtwebengine_locales/gu.pak
%lang(he) %{_qt_translationsdir}/qtwebengine_locales/he.pak
%lang(hi) %{_qt_translationsdir}/qtwebengine_locales/hi.pak
%lang(hr) %{_qt_translationsdir}/qtwebengine_locales/hr.pak
%lang(hu) %{_qt_translationsdir}/qtwebengine_locales/hu.pak
%lang(id) %{_qt_translationsdir}/qtwebengine_locales/id.pak
%lang(it) %{_qt_translationsdir}/qtwebengine_locales/it.pak
%lang(ja) %{_qt_translationsdir}/qtwebengine_locales/ja.pak
%lang(kn) %{_qt_translationsdir}/qtwebengine_locales/kn.pak
%lang(ko) %{_qt_translationsdir}/qtwebengine_locales/ko.pak
%lang(lt) %{_qt_translationsdir}/qtwebengine_locales/lt.pak
%lang(lv) %{_qt_translationsdir}/qtwebengine_locales/lv.pak
%lang(ml) %{_qt_translationsdir}/qtwebengine_locales/ml.pak
%lang(mr) %{_qt_translationsdir}/qtwebengine_locales/mr.pak
%lang(ms) %{_qt_translationsdir}/qtwebengine_locales/ms.pak
%lang(nb) %{_qt_translationsdir}/qtwebengine_locales/nb.pak
%lang(nl) %{_qt_translationsdir}/qtwebengine_locales/nl.pak
%lang(pl) %{_qt_translationsdir}/qtwebengine_locales/pl.pak
%lang(pt_BR) %{_qt_translationsdir}/qtwebengine_locales/pt-BR.pak
%lang(pt_PT) %{_qt_translationsdir}/qtwebengine_locales/pt-PT.pak
%lang(ro) %{_qt_translationsdir}/qtwebengine_locales/ro.pak
%lang(ru) %{_qt_translationsdir}/qtwebengine_locales/ru.pak
%lang(sk) %{_qt_translationsdir}/qtwebengine_locales/sk.pak
%lang(sl) %{_qt_translationsdir}/qtwebengine_locales/sl.pak
%lang(sr) %{_qt_translationsdir}/qtwebengine_locales/sr.pak
%lang(sv) %{_qt_translationsdir}/qtwebengine_locales/sv.pak
%lang(sw) %{_qt_translationsdir}/qtwebengine_locales/sw.pak
%lang(ta) %{_qt_translationsdir}/qtwebengine_locales/ta.pak
%lang(te) %{_qt_translationsdir}/qtwebengine_locales/te.pak
%lang(th) %{_qt_translationsdir}/qtwebengine_locales/th.pak
%lang(tr) %{_qt_translationsdir}/qtwebengine_locales/tr.pak
%lang(uk) %{_qt_translationsdir}/qtwebengine_locales/uk.pak
%lang(vi) %{_qt_translationsdir}/qtwebengine_locales/vi.pak
%lang(zh_CN) %{_qt_translationsdir}/qtwebengine_locales/zh-CN.pak
%lang(zh_TW) %{_qt_translationsdir}/qtwebengine_locales/zh-TW.pak

#----------------------------------------------------------------------------

%package -n %{qtwebenginecore}
Summary:	Qt 5 WebEngine Core library
Group:		System/Libraries

%description -n %{qtwebenginecore}
Qt 5 WebEngine Core library, a library for rendering web content.

%files -n %{qtwebenginecore}
%{_qt_libdir}/libQt%{api}WebEngineCore.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebEngineCore.so.%{major}*
%endif
%{_qt_libexecdir}/QtWebEngineProcess

#----------------------------------------------------------------------------

%package -n %{qtwebenginecored}
Summary:	Development files for the Qt 5 WebEngine Core library
Group:		Development/KDE and Qt
Requires:	%{qtwebenginecore} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtwebenginecored}
Development files for version 5 of the QtWebEngine Core library,
a library for rendering web content.
objects.

%files -n %{qtwebenginecored}
%{_qt_libdir}/libQt%{api}WebEngineCore.so
%{_qt_libdir}/libQt%{api}WebEngineCore.prl
%{_qt_libdir}/cmake/Qt%{api}WebEngineCore
%{_qt_libdir}/pkgconfig/Qt%{api}WebEngineCore.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebEngineCore.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtwebenginewidgets}
Summary:	Qt 5 WebEngine Widgets library
Group:		System/Libraries

%description -n %{qtwebenginewidgets}
Qt 5 WebEngine Widgets library, a library for rendering web content.

%files -n %{qtwebenginewidgets}
%{_qt_libdir}/libQt%{api}WebEngineWidgets.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebEngineWidgets.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtwebenginewidgetsd}
Summary:	Development files for the Qt 5 WebEngine Widgets library
Group:		Development/KDE and Qt
Requires:	%{qtwebenginewidgets} = %{EVRD}
Requires:	%{qtwebengined} = %{EVRD}
Requires:	%{qtwebenginecored} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtwebenginewidgetsd}
Development files for version 5 of the QtWebEngine Widgets library,
a library for rendering web content.

%files -n %{qtwebenginewidgetsd}
%{_qt_includedir}/QtWebEngineWidgets
%{_qt_libdir}/libQt%{api}WebEngineWidgets.so
%{_qt_libdir}/libQt%{api}WebEngineWidgets.prl
%{_qt_libdir}/cmake/Qt%{api}WebEngineWidgets
%{_qt_libdir}/pkgconfig/Qt%{api}WebEngineWidgets.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebEngineWidgets.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtwebkit}
Summary:	Qt WebKit web browsing library
Group:		System/Libraries
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	flex bison gperf ruby
BuildRequires:	icu-devel

%description -n %{qtwebkit}
Qt WebKit web browsing library.

%files -n %{qtwebkit}
%{_qt_libdir}/libQt%{api}WebKit.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebKit.so.%{major}*
%endif
%{_qt_importdir}/QtWebKit
%{_qt_prefix}/qml/QtWebKit
%{_qt_libexecdir}/QtWebProcess
%{_qt_libexecdir}/QtWebPluginProcess

#----------------------------------------------------------------------------

%package -n %{qtwebkitd}
Summary:	Development files for the Qt WebKit web browsing library
Group:		Development/KDE and Qt
Requires:	%{qtwebkit} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtwebkitd}
Development files for the Qt WebKit web browsing library.

%files -n %{qtwebkitd}
%{_qt_includedir}/QtWebKit
%{_qt_libdir}/libQt%{api}WebKit.so
%{_qt_libdir}/libQt%{api}WebKit.prl
%{_qt_libdir}/cmake/Qt%{api}WebKit
%{_qt_libdir}/pkgconfig/Qt%{api}WebKit.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebKit.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtwebkitwidgets}
Summary:	Qt WebKit Widgets library
Group:		System/Libraries

%description -n %{qtwebkitwidgets}
Qt WebKit Widgets library.

%files -n %{qtwebkitwidgets}
%{_qt_libdir}/libQt%{api}WebKitWidgets.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebKitWidgets.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtwebkitwidgetsd}
Summary:	Development files for the Qt WebKit Widgets library
Group:		Development/KDE and Qt
Requires:	%{qtwebkitwidgets} = %{EVRD}
Requires:	%{qtwebkitd} = %{EVRD}
Requires:	%{qtwidgetsd} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtwebkitwidgetsd}
Development files for the Qt WebKit Widgets library.

%files -n %{qtwebkitwidgetsd}
%{_qt_includedir}/QtWebKitWidgets
%{_qt_libdir}/libQt%{api}WebKitWidgets.so
%{_qt_libdir}/libQt%{api}WebKitWidgets.prl
%{_qt_libdir}/cmake/Qt%{api}WebKitWidgets
%{_qt_libdir}/pkgconfig/Qt%{api}WebKitWidgets.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebKitWidgets.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtx11extras}
Summary:	Qt X11 Extras library
Group:		System/Libraries

%description -n %{qtx11extras}
Qt X11 Extras library.

%files -n %{qtx11extras}
%{_qt_libdir}/libQt%{api}X11Extras.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}X11Extras.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtx11extrasd}
Summary:	Development files for the QtX11Extras library
Group:		Development/KDE and Qt
Requires:	%{qtx11extras} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtx11extrasd}
Development files for the QtX11Extras library.

%files -n %{qtx11extrasd}
%{_qt_includedir}/QtX11Extras
%{_qt_libdir}/libQt%{api}X11Extras.so
%{_qt_libdir}/libQt%{api}X11Extras.prl
%{_qt_libdir}/cmake/Qt%{api}X11Extras
%{_qt_libdir}/pkgconfig/Qt%{api}X11Extras.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}X11Extras.pc
%endif

#----------------------------------------------------------------------------

%package -n %{qtxmlpatterns}
Summary:	Qt XSLT engine
Group:		System/Libraries
Requires:	%{qtxml} = %{EVRD}
Suggests:	%{name}-qtxmlpatterns-i18n

%description -n %{qtxmlpatterns}
Qt XSLT engine.

%files -n %{qtxmlpatterns}
%{_qt_libdir}/libQt%{api}XmlPatterns.so.%{major}*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}XmlPatterns.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtxmlpatternsd}
Summary:	Development files for Qt's XSLT engine
Group:		Development/KDE and Qt
Requires:	%{qtxmlpatterns} = %{EVRD}
Requires:	%{qtxmld} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtxmlpatternsd}
Development files for Qt's XSLT engine.

%files -n %{qtxmlpatternsd}
%{_qt_includedir}/QtXmlPatterns
%{_qt_libdir}/libQt%{api}XmlPatterns.so
%{_qt_libdir}/libQt%{api}XmlPatterns.prl
%{_qt_libdir}/cmake/Qt%{api}XmlPatterns
%{_qt_libdir}/pkgconfig/Qt%{api}XmlPatterns.pc
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}XmlPatterns.pc
%endif

#----------------------------------------------------------------------------

%package qtxmlpatterns-i18n
Summary:	Qt XSLT engine translations
Group:		System/Libraries
Conflicts:	%{qtxmlpatterns} < 5.1.0-6
BuildArch:	noarch

%description qtxmlpatterns-i18n
Qt XSLT engine translations.

%files qtxmlpatterns-i18n
%lang(ca) %{_qt_translationsdir}/qtxmlpatterns_ca.qm
%lang(cs) %{_qt_translationsdir}/qtxmlpatterns_cs.qm
%lang(de) %{_qt_translationsdir}/qtxmlpatterns_de.qm
%lang(en) %{_qt_translationsdir}/qtxmlpatterns_en.qm
%lang(fr) %{_qt_translationsdir}/qtxmlpatterns_fr.qm
%lang(hu) %{_qt_translationsdir}/qtxmlpatterns_hu.qm
%lang(it) %{_qt_translationsdir}/qtxmlpatterns_it.qm
%lang(ja) %{_qt_translationsdir}/qtxmlpatterns_ja.qm
%lang(ja) %{_qt_translationsdir}/qtxmlpatterns_ko.qm
%lang(ru) %{_qt_translationsdir}/qtxmlpatterns_ru.qm
%lang(sk) %{_qt_translationsdir}/qtxmlpatterns_sk.qm
%lang(uk) %{_qt_translationsdir}/qtxmlpatterns_uk.qm

#----------------------------------------------------------------------------

%package -n %{enginio}
Summary:	Enginio (Qt Cloud Storage) library
Group:		Development/KDE and Qt

%description -n %{enginio}
Enginio (Qt Cloud Storage) library

%files -n %{enginio}
%{_qt_libdir}/libEnginio.so.1*
%if "%{_qt_libdir}" != "%{_libdir}"
%{_libdir}/libEnginio.so.1*
%endif
%{_qt_prefix}/qml/Enginio

#----------------------------------------------------------------------------

%package -n %{enginiod}
Summary:	Development files for Enginio (Qt Cloud Storage)
Group:		Development/KDE and Qt
Requires:	%{enginio} = %{EVRD}
Requires:	qmake%{api}

%description -n %{enginiod}
Development files for Enginio (Qt Cloud Storage)

%files -n %{enginiod}
%{_qt_includedir}/Enginio
%{_qt_libdir}/libEnginio.so
%{_qt_libdir}/libEnginio.prl
%{_qt_libdir}/cmake/Qt%{api}Enginio
%{_libdir}/pkgconfig/Enginio.pc

#----------------------------------------------------------------------------

%package devel
Summary:	Meta-package for installing all Qt 5 development files
Group:		Development/KDE and Qt
Requires:	%{enginiod} = %{EVRD}
Requires:	%{qt3dcollisiond} = %{EVRD}
Requires:	%{qt3dcored} = %{EVRD}
Requires:	%{qt3dinputd} = %{EVRD}
Requires:	%{qt3dlogicd} = %{EVRD}
Requires:	%{qt3dquickd} = %{EVRD}
Requires:	%{qt3dquickrendererd} = %{EVRD}
Requires:	%{qt3drendererd} = %{EVRD}
Requires:	%{qtbluetoothd} = %{EVRD}
Requires:	%{qtbootstrapd} = %{EVRD}
Requires:	%{qtconcurrentd} = %{EVRD}
Requires:	%{qtcored} = %{EVRD}
Requires:	%{qtdbusd} = %{EVRD}
Requires:	%{qtguid} = %{EVRD}
Requires:	%{qtnetworkd} = %{EVRD}
Requires:	%{qtopengld} = %{EVRD}
Requires:	%{qtpositioningd} = %{EVRD}
Requires:	%{qtprintsupportd} = %{EVRD}
Requires:	%{qtsensorsd} = %{EVRD}
Requires:	%{qtsqld} = %{EVRD}
Requires:	%{qttestd} = %{EVRD}
Requires:	%{qtwidgetsd} = %{EVRD}
Requires:	%{qtxmld} = %{EVRD}
Requires:	%{qtclucened} = %{EVRD}
Requires:	%{qtdeclaratived} = %{EVRD}
Requires:	%{qtdesignercomponentsd} = %{EVRD}
Requires:	%{qtdesignerd} = %{EVRD}
Requires:	%{qthelpd} = %{EVRD}
Requires:	%{qtlocationd} = %{EVRD}
Requires:	%{qtmultimediad} = %{EVRD}
Requires:	%{qtmultimediawidgetsd} = %{EVRD}
Requires:	%{qtnfcd} = %{EVRD}
Requires:	%{qtqmld} = %{EVRD}
Requires:	%{qtquickd} = %{EVRD}
Requires:	%{qtquickparticlesd} = %{EVRD}
Requires:	%{qtquicktestd} = %{EVRD}
Requires:	%{qtquickwidgetsd} = %{EVRD}
Requires:	%{qtscriptd} = %{EVRD}
Requires:	%{qtscripttoolsd} = %{EVRD}
Requires:	%{qtsvgd} = %{EVRD}
Requires:	%{qtwaylandclientd} = %{EVRD}
Requires:	%{qtwaylandcompositord} = %{EVRD}
Requires:	%{qtwebchanneld} = %{EVRD}
Requires:	%{qtwebengined} = %{EVRD}
Requires:	%{qtwebenginecored} = %{EVRD}
Requires:	%{qtwebenginewidgetsd} = %{EVRD}
Requires:	%{qtwebkitd} = %{EVRD}
Requires:	%{qtwebkitwidgetsd} = %{EVRD}
Requires:	%{qtwebsocketsd} = %{EVRD}
Requires:	%{qtxmlpatternsd} = %{EVRD}
Requires:	qmake%{api} = %{EVRD}
Requires:	qlalr%{api} = %{EVRD}
Requires:	%{name}-macros

%description devel
Meta-package for installing all Qt 5 development files.

%files devel
# Intentionally empty, we just pull in dependencies

#----------------------------------------------------------------------------
# qt tools etc
#----------------------------------------------------------------------------

%package assistant
Summary:	Qt help system
Group:		Development/KDE and Qt
Suggests:	%{name}-doc = %{EVRD}

%description assistant
Qt help system.

%files assistant
%{_qt_bindir}/assistant
%{_datadir}/applications/rosa-assistant-qt%{api}.desktop
%lang(cs) %{_qt_translationsdir}/assistant_cs.qm
%lang(da) %{_qt_translationsdir}/assistant_da.qm
%lang(de) %{_qt_translationsdir}/assistant_de.qm
%lang(en) %{_qt_translationsdir}/assistant_en.qm
%lang(fr) %{_qt_translationsdir}/assistant_fr.qm
%lang(hu) %{_qt_translationsdir}/assistant_hu.qm
%lang(ja) %{_qt_translationsdir}/assistant_ja.qm
%lang(ko) %{_qt_translationsdir}/assistant_ko.qm
%lang(pl) %{_qt_translationsdir}/assistant_pl.qm
%lang(ru) %{_qt_translationsdir}/assistant_ru.qm
%lang(sk) %{_qt_translationsdir}/assistant_sk.qm
%lang(sl) %{_qt_translationsdir}/assistant_sl.qm
%lang(uk) %{_qt_translationsdir}/assistant_uk.qm
%lang(zh_CN) %{_qt_translationsdir}/assistant_zh_CN.qm
%lang(zh_TW) %{_qt_translationsdir}/assistant_zh_TW.qm

#----------------------------------------------------------------------------

%package designer
Summary:	Qt interface design tool
Group:		Development/KDE and Qt
Requires:	%{qtgui}-x11 = %{EVRD}
# for /usr/lib/qt5/bin/uic
Requires:	%{qtguid} = %{EVRD}

%description designer
Qt interface design tool.

%files designer
%{_qt_bindir}/designer
%{_datadir}/applications/rosa-designer-qt%{api}.desktop
%lang(cs) %{_qt_translationsdir}/designer_cs.qm
%lang(de) %{_qt_translationsdir}/designer_de.qm
%lang(en) %{_qt_translationsdir}/designer_en.qm
%lang(fr) %{_qt_translationsdir}/designer_fr.qm
%lang(hu) %{_qt_translationsdir}/designer_hu.qm
%lang(ja) %{_qt_translationsdir}/designer_ja.qm
%lang(ko) %{_qt_translationsdir}/designer_ko.qm
%lang(pl) %{_qt_translationsdir}/designer_pl.qm
%lang(ru) %{_qt_translationsdir}/designer_ru.qm
%lang(sk) %{_qt_translationsdir}/designer_sk.qm
%lang(sl) %{_qt_translationsdir}/designer_sl.qm
%lang(uk) %{_qt_translationsdir}/designer_uk.qm
%lang(zh_CN) %{_qt_translationsdir}/designer_zh_CN.qm
%lang(zh_TW) %{_qt_translationsdir}/designer_zh_TW.qm
%{_qt_plugindir}/designer

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation
Group:		Books/Computer books
BuildArch:	noarch

%description doc
QCH documentation for the Qt toolkit.

%files doc
%{_qt_docdir}/*.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt

%description examples
Example applications for %{name}.

%files examples
%{_qt_exampledir}

#----------------------------------------------------------------------------

%package fonts
Summary:	Fonts for use with some %{name} output plugins
Group:		System/Libraries

%description fonts
Fonts for use with some %{name} output plugins.

These fonts are required for various non-X11 output
plugins (framebuffer device etc.).

They are not required for the normal X11 output.

# FIXME re-add when Qt/E is fixed
#%%files fonts
#%%{_qt_libdir}/fonts

#----------------------------------------------------------------------------

%package linguist
Summary:	Translation tool for Qt based applications
Group:		Development/KDE and Qt
Requires:	%{name}-linguist-tools = %{EVRD}

%description linguist
Translation tool for Qt based applications.

%files linguist
%{_qt_bindir}/linguist
%{_datadir}/applications/rosa-linguist-qt%{api}.desktop
%lang(cs) %{_qt_translationsdir}/linguist_cs.qm
%lang(de) %{_qt_translationsdir}/linguist_de.qm
%lang(en) %{_qt_translationsdir}/linguist_en.qm
%lang(fr) %{_qt_translationsdir}/linguist_fr.qm
%lang(hu) %{_qt_translationsdir}/linguist_hu.qm
%lang(ja) %{_qt_translationsdir}/linguist_ja.qm
%lang(ko) %{_qt_translationsdir}/linguist_ko.qm
%lang(pl) %{_qt_translationsdir}/linguist_pl.qm
%lang(ru) %{_qt_translationsdir}/linguist_ru.qm
%lang(sk) %{_qt_translationsdir}/linguist_sk.qm
%lang(sl) %{_qt_translationsdir}/linguist_sl.qm
%lang(uk) %{_qt_translationsdir}/linguist_uk.qm
%lang(zh_CN) %{_qt_translationsdir}/linguist_zh_CN.qm
%lang(zh_TW) %{_qt_translationsdir}/linguist_zh_TW.qm
%dir %{_qt_datadir}/phrasebooks
%lang(da) %{_qt_datadir}/phrasebooks/danish.qph
%lang(nl) %{_qt_datadir}/phrasebooks/dutch.qph
%lang(fi) %{_qt_datadir}/phrasebooks/finnish.qph
%lang(fr) %{_qt_datadir}/phrasebooks/french.qph
%lang(de) %{_qt_datadir}/phrasebooks/german.qph
%lang(hu) %{_qt_datadir}/phrasebooks/hungarian.qph
%lang(it) %{_qt_datadir}/phrasebooks/italian.qph
%lang(ja) %{_qt_datadir}/phrasebooks/japanese.qph
%lang(no) %{_qt_datadir}/phrasebooks/norwegian.qph
%lang(pl) %{_qt_datadir}/phrasebooks/polish.qph
%lang(ru) %{_qt_datadir}/phrasebooks/russian.qph
%lang(es) %{_qt_datadir}/phrasebooks/spanish.qph
%lang(sv) %{_qt_datadir}/phrasebooks/swedish.qph

#----------------------------------------------------------------------------

%package linguist-tools
Summary:	Tools for creating and updating Qt Linguist translation files
Group:		Development/KDE and Qt

%description linguist-tools
Tools for creating and updating Qt Linguist translation files.

%files linguist-tools
%{_qt_bindir}/lconvert
%{_qt_bindir}/lrelease
%{_qt_bindir}/lupdate
%{_bindir}/lconvert-qt%{api}
%{_bindir}/lrelease-qt%{api}
%{_bindir}/lupdate-qt%{api}
%{_qt_libdir}/cmake/Qt%{api}LinguistTools

#----------------------------------------------------------------------------

%package macros
Summary:	Base macros for Qt 5
Group:		Development/KDE and Qt

%description macros
Base macros for Qt 5.

%files macros
%{_sysconfdir}/rpm/macros.d/qt5.macros

#----------------------------------------------------------------------------

%package platformtheme-gtk2
Summary:	GTK 2.x platform theme for Qt 5
Group:		Graphical desktop/KDE
Requires:	%{qtgui} = %{EVRD}
BuildRequires:	pkgconfig(gtk+-x11-2.0)

%description platformtheme-gtk2
GTK 2.x platform theme for Qt 5. This plugin allows Qt to render
controls using GTK 2.x themes - making it integrate better with GTK
based desktops.

%files platformtheme-gtk2
%{_qt_plugindir}/platformthemes/libqgtk2.so

#----------------------------------------------------------------------------

%package -n qdoc%{api}
Summary:	Qt documentation generator, version 5
Group:		Development/KDE and Qt

%description -n qdoc%{api}
Qt documentation generator, version 5.

%files -n qdoc%{api}
%{_qt_bindir}/qdoc

#----------------------------------------------------------------------------

%package -n qmake%{api}
Summary:	Makefile generation system for Qt 5
Group:		Development/KDE and Qt
Requires:	%{name}-macros

%description -n qmake%{api}
Makefile generation system for Qt 5.

%files -n qmake%{api}
%{_bindir}/qmake-qt%{api}
%{_qt_bindir}/qmake
%{_qt_prefix}/mkspecs

#----------------------------------------------------------------------------

%package -n qlalr%{api}
Summary:	Qt LALR parser generator
Group:		Development/KDE and Qt
Provides:	qlalr = %{EVRD}

%description -n qlalr%{api}
Qt LALR parser generator

%files -n qlalr%{api}
%{_qt_bindir}/qlalr

#----------------------------------------------------------------------------

%package qml-tools
Summary:	QML tools for Qt 5
Group:		Development/KDE and Qt

%description qml-tools
QML tools for Qt 5.

%files qml-tools
%{_qt_bindir}/qml
%{_qt_bindir}/qml1plugindump
%{_qt_bindir}/qmleasing
%{_qt_bindir}/qmlimportscanner
%{_qt_bindir}/qmllint
%{_qt_bindir}/qmlmin
%{_qt_bindir}/qmlplugindump
%{_qt_bindir}/qmlprofiler
%{_qt_bindir}/qmlscene
%{_qt_bindir}/qmltestrunner
%{_qt_bindir}/qmlviewer
%lang(cs) %{_qt_translationsdir}/qmlviewer_cs.qm
%lang(en) %{_qt_translationsdir}/qmlviewer_en.qm
%lang(fi) %{_qt_translationsdir}/qmlviewer_fi.qm
%lang(fr) %{_qt_translationsdir}/qmlviewer_fr.qm
%lang(hu) %{_qt_translationsdir}/qmlviewer_hu.qm
%lang(ja) %{_qt_translationsdir}/qmlviewer_ja.qm
%lang(ja) %{_qt_translationsdir}/qmlviewer_ko.qm
%lang(sk) %{_qt_translationsdir}/qmlviewer_sk.qm
%lang(ru) %{_qt_translationsdir}/qmlviewer_ru.qm
%lang(uk) %{_qt_translationsdir}/qmlviewer_uk.qm

#----------------------------------------------------------------------------

%package tools
Summary:	Tools for Qt 5
Group:		Development/KDE and Qt
Requires:	%{qtgui}-minimal = %{EVRD}
Requires:	%{name}-database-plugin-sqlite = %{EVRD}

%description tools
Tools for Qt 5.

%files tools
%{_bindir}/qdbus-qt%{api}
%{_bindir}/qtpaths-qt%{api}
%{_qt_bindir}/pixeltool
%{_qt_bindir}/qcollectiongenerator
%{_qt_bindir}/qdbus
%{_qt_bindir}/qdbusviewer
%{_qt_bindir}/qtdiag
%{_qt_bindir}/qhelpconverter
%{_qt_bindir}/qhelpgenerator
%{_qt_bindir}/qtpaths
%{_qt_bindir}/qtplugininfo
%{_qt_bindir}/xmlpatterns
%{_qt_bindir}/xmlpatternsvalidator

#----------------------------------------------------------------------------

%prep
%setup -qn qt-everywhere-opensource-src-%{version}

%patch0 -p1

%if "%{_qt_libdir}" == "%{_libdir}"
%patch1 -p1 -b .0001~
%endif

%patch2 -p1 -b .0002~

# if you know how to pass an argue to build env
# CONFIG+=wayland-compositor
# remove this patch
%patch3 -p1 -b .wayland~

%patch4 -p1 -b .yasm~

%patch5 -p1 -b .dfbwm~

%patch6 -p1 -b .nss323~

pushd qtbase
%patch100 -p1
%patch101 -p1
%patch102 -p1
%patch103 -p1
popd

pushd qtdeclarative
%patch200 -p1
%patch201 -p1
popd

# respect cflags
sed -i -e '/^CPPFLAGS\s*=/ s/-g //' qtbase/qmake/Makefile.unix

sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 %{ldflags}|" qtbase/mkspecs/common/g++-unix.conf

sed -i -e "s|-O2|%{optflags}|g" qtbase/mkspecs/common/gcc-base.conf
sed -i -e "s|-O3|%{optflags}|g" qtbase/mkspecs/common/gcc-base.conf

%build
./configure \
	-prefix %{_qt_prefix} \
	-bindir %{_qt_bindir} \
	-libdir %{_qt_libdir} \
	-datadir %{_qt_datadir} \
	-docdir %{_qt_docdir} \
	-headerdir %{_qt_includedir} \
	-plugindir %{_qt_plugindir} \
	-importdir %{_qt_importdir} \
	-translationdir %{_qt_translationsdir} \
	-sysconfdir %{_qt_sysconfdir} \
	-examplesdir %{_qt_exampledir} \
	-testsdir %{_qt_testsdir} \
%ifarch x86_64
	-platform linux-g++-64 \
%endif
%ifarch %{ix86}
	-platform linux-g++-32 \
%endif
%ifarch %{arm}
	-platform linux-g++ \
%endif
	-release \
	-opensource \
	-shared \
	-c++11 \
	-largefile \
	-accessibility \
	-no-sql-db2 \
	-no-sql-ibase \
	-plugin-sql-mysql \
	-no-sql-oci \
	-plugin-sql-odbc \
	-plugin-sql-psql \
	-plugin-sql-sqlite \
	-no-sql-sqlite2 \
	-no-sql-tds \
	-system-libpng \
	-system-libjpeg \
	-system-pcre \
	-system-proxies \
	-system-sqlite \
	-system-xcb \
	-system-zlib \
	-openssl-linked \
	-optimized-qmake \
	-no-nis \
	-cups \
	-iconv \
	-icu \
	-no-strip \
	-no-use-gold-linker \
	-pch \
	-dbus-linked \
	-reduce-relocations \
	-xcb \
%if %{with directfb}
	-directfb \
%endif
	-qpa xcb \
	-fontconfig \
	-accessibility \
	-eglfs \
	-gnumake \
	-pkg-config \
	-kms \
	-sm \
	-xinerama \
	-xshape \
	-xvideo \
	-xsync \
	-xinput2 \
	-xcursor \
	-xfixes \
	-xrandr \
	-xrender \
	-xkb \
	-opengl \
	-confirm-license \
	-glib \
	-no-separate-debug-info \
	-no-strip \
%if "%{_qt_libdir}" == "%{_libdir}"
	-no-rpath \
%endif
	-v \
	-I %{_includedir}/iodbc \
	-I %{_includedir}/mysql

# Fix confused Makefiles refering to Enginio includes by Enginio's version number
# (1.0.4) while other bits refer to it by Qt's version number
ln -s %{version} qtenginio/include/Enginio/1.0.4

%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

# Installed, but not useful
rm -f %{buildroot}%{_qt_bindir}/syncqt
rm -f %{buildroot}%{_qt_bindir}/syncqt.pl
# Probably not useful outside of Qt source tree?
rm -f %{buildroot}%{_qt_bindir}/qtmodule-configtests
# Let's not ship -devel files for private libraries... At least not until
# applications teach us otherwise
rm -f %{buildroot}%{_qt_libdir}/libqgsttools_p.so %{buildroot}%{_qt_libdir}/libqgsttools_p.prl
rm -f %{buildroot}%{_qt_libdir}/libQt%{api}MultimediaQuick_p.so %{buildroot}%{_qt_libdir}/libQt%{api}MultimediaQuick_p.prl %{buildroot}%{_qt_libdir}/pkgconfig/Qt%{api}MultimediaQuick_p.pc
rm -f %{buildroot}%{_qt_libdir}/libQt%{api}EglDeviceIntegration.so %{buildroot}%{_qt_libdir}/libQt%{api}EglDeviceIntegration.prl %{buildroot}%{_qt_libdir}/pkgconfig/Qt%{api}EglDeviceIntegration.pc
rm -f %{buildroot}%{_qt_libdir}/libQt%{api}XcbQpa.so %{buildroot}%{_qt_libdir}/libQt%{api}XcbQpa.prl %{buildroot}%{_qt_libdir}/pkgconfig/Qt%{api}XcbQpa.pc
# qtconfig doesn't exist anymore - we don't need its translations
rm -f %{buildroot}%{_qt_translationsdir}/qtconfig_*.qm
# Let's make life easier for packagers
mkdir -p %{buildroot}%{_bindir}
for i in qmake moc uic rcc qdbuscpp2xml qdbusxml2cpp lrelease lupdate lconvert qdbus qtpaths; do
	ln -s ../%{_lib}/qt%{api}/bin/$i %{buildroot}%{_bindir}/$i-qt%{api}
done

%if "%{_qt_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# Fix some wrong permissions
find %{buildroot} -type f -perm -0755 -name "*.png" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.svg" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.jpg" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.xml" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.xsl" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.php" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.html" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.js" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.plist.app" |xargs --no-run-if-empty chmod 0644

# Workaround for
# *** ERROR: same build ID in nonidentical files!
#        /usr/lib/qt5/bin/qdbuscpp2xml
#   and  /usr/lib/qt5/bin/moc
# ...
# while generating debug info
find %{buildroot} -type f -perm -0755 |grep -vE '\.(so|qml|sh|pl|ttf|eot|woff)' |xargs %__strip --strip-unneeded

# Install rpm macros
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.d

# Install .desktop files for assistant, designer and linguist
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/applications

sed -i s,"/usr/lib/qt5/bin","%{_qt_bindir}",g %{buildroot}%{_datadir}/applications/*.desktop

# Tell qtchooser about us
mkdir -p %{buildroot}%{_sysconfdir}/xdg/qtchooser
cat >%{buildroot}%{_sysconfdir}/xdg/qtchooser/%{name}.conf <<'EOF'
%{_qt_bindir}
%{_qt_libdir}
EOF

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Wed Mar 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.1-5
- (1c2e870) Less strict Requires for qt5-macros (no EVRD)
- (Andrey Bondrov: fd88acb) Change Requires to Suggests for i18n subpackages

* Tue Mar 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.1-4
- (e7bc0ac) Build with docs again

* Mon Mar 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.1-3
- (0c7221b) Build without docs
- (Andrey Bondrov: bd08a43) Try to fix build with system nss 3.23 (sync API)
- (Andrey Bondrov: 6e4311a) Bump release

* Mon Feb 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.1-2
- (ae197ed) Add patches from OpenSUSE to fix QTBUG-48870 and to refactor FxViewItem releasing code

* Sat Oct 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.1-1
- (71519da) Make sure devel package requires new development subpackages
- (71519da) Rebuild with docs

* Fri Oct 16 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.1-0.1
- (17f0fad) Add subpackages for Qt3DCollision and Qt3DLogic libraries and developent files
- (Andrey Bondrov: 299823b) Add glTF sceneparser subpackage
- (Andrey Bondrov: ab3bcb2) Update files (add more data files for Qt WebEngine)
- (Andrey Bondrov: b14ba8a) Update files (add more translations)
- (Andrey Bondrov: e3ce454) New version 5.5.1
- (Andrey Bondrov: e3ce454) Drop merged patches
- (Andrey Bondrov: e3ce454) Build without docs

* Fri Sep 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.0-3
- (21c4751) Try to build without libproxy support to fix crash in QtWebKit

* Fri Sep 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.0-2
- (925f982) Fix summaries for some packages
- (Andrey Bondrov: e11180e) Development Qt5Gui package should also require xcb-integration-plugin-* packages
- (Andrey Bondrov: bd0676c) Development Qt5Gui package should require eglfs-integration-plugin-* packages

* Thu Sep 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.0-1
- (f6a2ded) Rebuild with docs enabled

* Wed Sep 16 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.0-0.1
- (f7e4473) Development package shouldn't require obsolete qtgui-kms package
- (Andrey Bondrov: 6ae4a94) Build requires pkgconfig(bluez)
- (Andrey Bondrov: 7db7b37) Add various bugfix patches from Fedora
- (Andrey Bondrov: abd76b0) Fix a typo

* Tue Sep 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 
- (d3a7a10) Drop qt5gui5-kms package (replaced with eglfs kms integration plugin)

* Tue Sep 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.5.0-0.1
- (22afe65) Add sdpscanner and qtplugininfo binaries
- (Andrey Bondrov: 8974414) Build with libproxy support
- (Andrey Bondrov: c31e456) Add assimp sceneparser plugin for Qt 3D
- (Andrey Bondrov: 19cbebc) Add mapbox geoservice plugin
- (Andrey Bondrov: 574b4d3) Add eglfs and xcb integration plugins
- (Andrey Bondrov: b8bb1ee) Add new QML files to libraries
- (Andrey Bondrov: 017dfc2) Add subpackages for QtEglDeviceIntegration and QtXcbQpa private libraries (no developent files)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23971 |14mu|qt5-fsarchiver-0.8.0.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define upver 0.8.0
%define subver 5

Summary:	Qt GUI for fsarchiver
Name:		qt5-fsarchiver
Version:	%{upver}.%{subver}
Release:	6
License:	GPLv2+ and GPLv3+
Group:		Archiving/Backup
Url:		http://qt4-fsarchiver.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/source/%{name}-%{upver}-%{subver}.tar.gz
Source1:	qt5-fsarchiver-ru.tar.gz
Patch0:		qt5-fsarchiver-desktop.patch
BuildRequires:	e2fsprogs
BuildRequires:	qt5-linguist-tools
BuildRequires:	attr-devel
BuildRequires:	bzip2-devel
BuildRequires:	liblzo-devel
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(zlib)
Requires:	gdisk
Requires:	nfs-utils
Requires:	nmap
Requires:	samba
Requires:	samba-client
Requires:	sshfs-fuse
Requires:	sshpass
Requires:	xfsprogs

%description
qt5-fsarchiver is a GUI for the program fsarchiver.

FSArchiver a system tool that allows you to save the contents of
a file-system to a compressed archive file. The file-system can be
restored on a partition which has a different size and it can be
restored on a different file-system.

%files
%{_sbindir}/%{name}
%{_datadir}/applications/gnome-qt5-fsarchiver.desktop
%{_datadir}/applications/kde-qt5-fsarchiver.desktop
%{_datadir}/applications/mate-qt5-fsarchiver.desktop
%{_iconsdir}/hicolor/48x48/apps/%{name}.png
%{_docdir}/%{name}/doc/*
%{_datadir}/qt5/translations/%{name}*.qm
%{_datadir}/qt5/translations/%{name}*.ts
%{_sbindir}/findsmb-qt5
%{_sbindir}/qt5-fsarchiver_polkit
%{_datadir}/polkit-1/actions/org.project.pkexec.run-qt5-fsarchiver.policy


#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%patch0 -p1

pushd translations
tar -xvzf %{SOURCE1}
popd

%build
%qmake_qt5 qt5-fsarchiver.pro
%make

%install
%makeinstall_qt

#clean doc directory from backup files
rm -rf %{buildroot}%{_datadir}/doc/qt5-fsarchiver/doc/*~

mkdir -p %{buildroot}%{_iconsdir}/hicolor/48x48/apps/
mv %{buildroot}%{_datadir}/app-install/icons/harddrive.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

install -m 0644 -p translations/*.ts %{buildroot}%{_datadir}/qt5/translations/


%changelog

* Tue Feb 14 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.0.5-6
- (85195b2) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23972 |14mu|qt5-macros-5.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Base macros for Qt 5
Name:		qt5-macros
Version:	5.6.0
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	qt5.macros
BuildArch:	noarch

%description
Base macros for Qt 5.

%files
%{_sysconfdir}/rpm/macros.d/qt5.macros

#----------------------------------------------------------------------------

%prep

%build

%install

# Install rpm macros
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m 0644 %{SOURCE0} %{buildroot}%{_sysconfdir}/rpm/macros.d

%changelog

* Fri Mar 25 2016 Rosa <rosa@abf.rosalinux.ru> 5.6.0-1
- (545887b) Automatic import for version 5.6.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23973 |14mu|qt5-qt3d-5.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qt3d

%define qt3dcore %mklibname qt%{api}3dcore %{major}
%define qt3dcored %mklibname qt%{api}3dcore -d
%define qt3dinput %mklibname qt%{api}3dinput %{major}
%define qt3dinputd %mklibname qt%{api}3dinput -d
%define qt3dlogic %mklibname qt%{api}3dlogic %{major}
%define qt3dlogicd %mklibname qt%{api}3dlogic -d
%define qt3dquick %mklibname qt%{api}3dquick %{major}
%define qt3dquickd %mklibname qt%{api}3dquick -d
%define qt3dquickinput %mklibname qt%{api}3dquickinput %{major}
%define qt3dquickinputd %mklibname qt%{api}3dquickinput -d
%define qt3dquickrender %mklibname qt%{api}3dquickrender %{major}
%define qt3dquickrenderd %mklibname qt%{api}3dquickrender -d
%define qt3drender %mklibname qt%{api}3drender %{major}
%define qt3drenderd %mklibname qt%{api}3drender -d

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	2
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(assimp)
BuildRequires:	pkgconfig(Qt5Concurrent) >= %{version}
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5OpenGL) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qt3dcore}
Summary:	Qt 3D Core library
Group:		System/Libraries
Suggests:	qt5-sceneparser-assimp = %{EVRD}
Suggests:	qt5-sceneparser-gltf = %{EVRD}

%description -n %{qt3dcore}
Qt 3D Core library.

%files -n %{qt3dcore}
%{_qt5_bindir}/qgltf
%{_qt5_libdir}/libQt%{api}3DCore.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}3DCore.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qt3dcored}
Summary:	Development files for version 5 of the Qt 3D Core library
Group:		Development/KDE and Qt
Requires:	%{qt3dcore} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qt3dcored}
Development files for version 5 of the Qt 3D Core library.

%files -n %{qt3dcored}
%{_qt5_includedir}/Qt3DCore
%{_qt5_libdir}/libQt%{api}3DCore.so
%{_qt5_libdir}/libQt%{api}3DCore.prl
%{_qt5_libdir}/cmake/Qt%{api}3DCore
%{_qt5_libdir}/pkgconfig/Qt%{api}3DCore.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}3DCore.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_3dcore.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_3dcore_private.pri

#----------------------------------------------------------------------------

%package -n %{qt3dcore}-sceneparser-assimp
Summary:	Assimp (Open Asset Import Library) sceneparser for Qt 3D Core library
Group:		System/Libraries
Provides:	qt5-sceneparser-assimp = %{EVRD}

%description -n %{qt3dcore}-sceneparser-assimp
Assimp (Open Asset Import Library) sceneparser for Qt 3D Core library.

%files -n %{qt3dcore}-sceneparser-assimp
%{_qt5_plugindir}/sceneparsers/libassimpsceneparser.so

#----------------------------------------------------------------------------

%package -n %{qt3dcore}-sceneparser-gltf
Summary:	glTF sceneparser for Qt 3D Core library
Group:		System/Libraries
Provides:	qt5-sceneparser-gltf = %{EVRD}

%description -n %{qt3dcore}-sceneparser-gltf
glTF sceneparser for Qt 3D Core library. glTF is the runtime asset format for
WebGL, OpenGL ES and OpenGL.

%files -n %{qt3dcore}-sceneparser-gltf
%{_qt5_plugindir}/sceneparsers/libgltfsceneparser.so

#----------------------------------------------------------------------------

%package -n %{qt3dinput}
Summary:	Qt 3D Input library
Group:		System/Libraries

%description -n %{qt3dinput}
Qt 3D Input library.

%files -n %{qt3dinput}
%{_qt5_libdir}/libQt%{api}3DInput.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}3DInput.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qt3dinputd}
Summary:	Development files for version 5 of the Qt 3D Input library
Group:		Development/KDE and Qt
Requires:	%{qt3dinput} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qt3dinputd}
Development files for version 5 of the Qt 3D Input library.

%files -n %{qt3dinputd}
%{_qt5_includedir}/Qt3DInput
%{_qt5_libdir}/libQt%{api}3DInput.so
%{_qt5_libdir}/libQt%{api}3DInput.prl
%{_qt5_libdir}/cmake/Qt%{api}3DInput
%{_qt5_libdir}/pkgconfig/Qt%{api}3DInput.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}3DInput.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_3dinput.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_3dinput_private.pri

#----------------------------------------------------------------------------

%package -n %{qt3dlogic}
Summary:	Qt 3D Logic library
Group:		System/Libraries

%description -n %{qt3dlogic}
Qt 3D Logic library.

%files -n %{qt3dlogic}
%{_qt5_libdir}/libQt%{api}3DLogic.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}3DLogic.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qt3dlogicd}
Summary:	Development files for version 5 of the Qt 3D Logic library
Group:		Development/KDE and Qt
Requires:	%{qt3dlogic} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qt3dlogicd}
Development files for version 5 of the Qt 3D Logic library.

%files -n %{qt3dlogicd}
%{_qt5_includedir}/Qt3DLogic
%{_qt5_libdir}/libQt%{api}3DLogic.so
%{_qt5_libdir}/libQt%{api}3DLogic.prl
%{_qt5_libdir}/cmake/Qt%{api}3DLogic
%{_qt5_libdir}/pkgconfig/Qt%{api}3DLogic.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}3DLogic.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_3dlogic.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_3dlogic_private.pri

#----------------------------------------------------------------------------

%package -n %{qt3dquick}
Summary:	Qt 3D Quick library
Group:		System/Libraries
Conflicts:	%{_lib}qt53dinput5 < 5.6.0
Conflicts:	%{_lib}qt53dlogic5 < 5.6.0
Conflicts:	%{_lib}qt5quick5 < 5.6.0

%description -n %{qt3dquick}
Qt 3D Quick library.

%files -n %{qt3dquick}
%{_qt5_libdir}/libQt%{api}3DQuick.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}3DQuick.so.%{major}*
%endif
%{_qt5_prefix}/qml/Qt3D/Core
%{_qt5_prefix}/qml/Qt3D/Input
%{_qt5_prefix}/qml/Qt3D/Logic
%{_qt5_prefix}/qml/Qt3D/Render
%{_qt5_prefix}/qml/QtQuick/Scene3D/

#----------------------------------------------------------------------------

%package -n %{qt3dquickd}
Summary:	Development files for version 5 of the Qt 3D Quick library
Group:		Development/KDE and Qt
Requires:	%{qt3dquick} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qt3dquickd}
Development files for version 5 of the Qt 3D Quick library.

%files -n %{qt3dquickd}
%{_qt5_includedir}/Qt3DQuick
%{_qt5_libdir}/libQt%{api}3DQuick.so
%{_qt5_libdir}/libQt%{api}3DQuick.prl
%{_qt5_libdir}/cmake/Qt%{api}3DQuick
%{_qt5_libdir}/pkgconfig/Qt%{api}3DQuick.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}3DQuick.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_3dquick.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_3dquick_private.pri

#----------------------------------------------------------------------------

%package -n %{qt3dquickinput}
Summary:	Qt 3D Quick Input library
Group:		System/Libraries

%description -n %{qt3dquickinput}
Qt 3D Quick Input library.

%files -n %{qt3dquickinput}
%{_qt5_libdir}/libQt%{api}3DQuickInput.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}3DQuickInput.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qt3dquickinputd}
Summary:	Development files for version 5 of the Qt 3D Quick Input library
Group:		Development/KDE and Qt
Requires:	%{qt3dquickinput} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qt3dquickinputd}
Development files for version 5 of the Qt 3D Quick Input library.

%files -n %{qt3dquickinputd}
%{_qt5_includedir}/Qt3DQuickInput
%{_qt5_libdir}/libQt%{api}3DQuickInput.so
%{_qt5_libdir}/libQt%{api}3DQuickInput.prl
%{_qt5_libdir}/cmake/Qt%{api}3DQuickInput
%{_qt5_libdir}/pkgconfig/Qt%{api}3DQuickInput.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}3DQuickInput.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_3dquickinput.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_3dquickinput_private.pri

#----------------------------------------------------------------------------

%package -n %{qt3dquickrender}
Summary:	Qt 3D Quick Render library
Group:		System/Libraries
# Renamed in 5.6+
Conflicts:	%{_lib}qt53dquickrenderer5 < 5.6.0
Obsoletes:	%{_lib}qt53dquickrenderer5 < 5.6.0

%description -n %{qt3dquickrender}
Qt 3D Quick Render library.

%files -n %{qt3dquickrender}
%{_qt5_libdir}/libQt%{api}3DQuickRender.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}3DQuickRender.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qt3dquickrenderd}
Summary:	Development files for version 5 of the Qt 3D Quick Render library
Group:		Development/KDE and Qt
Requires:	%{qt3dquickrender} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0
# Renamed in 5.6+
Conflicts:	%{_lib}qt53dquickrenderer-devel < 5.6.0
Obsoletes:	%{_lib}qt53dquickrenderer-devel < 5.6.0

%description -n %{qt3dquickrenderd}
Development files for version 5 of the Qt 3D Quick Render library.

%files -n %{qt3dquickrenderd}
%{_qt5_includedir}/Qt3DQuickRender
%{_qt5_libdir}/libQt%{api}3DQuickRender.so
%{_qt5_libdir}/libQt%{api}3DQuickRender.prl
%{_qt5_libdir}/cmake/Qt%{api}3DQuickRender
%{_qt5_libdir}/pkgconfig/Qt%{api}3DQuickRender.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}3DQuickRender.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_3dquickrender.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_3dquickrender_private.pri

#----------------------------------------------------------------------------

%package -n %{qt3drender}
Summary:	Qt 3D Render library
Group:		System/Libraries
# Renamed in 5.6+
Conflicts:	%{_lib}qt53drenderer5 < 5.6.0
Obsoletes:	%{_lib}qt53drenderer5 < 5.6.0

%description -n %{qt3drender}
Qt 3D Render library.

%files -n %{qt3drender}
%{_qt5_libdir}/libQt%{api}3DRender.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}3DRender.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qt3drenderd}
Summary:	Development files for version 5 of the Qt 3D Render library
Group:		Development/KDE and Qt
Requires:	%{qt3drender} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0
# Renamed in 5.6+
Conflicts:	%{_lib}qt53drenderer-devel < 5.6.0
Obsoletes:	%{_lib}qt53drenderer-devel < 5.6.0

%description -n %{qt3drenderd}
Development files for version 5 of the Qt 3D Render library.

%files -n %{qt3drenderd}
%{_qt5_includedir}/Qt3DRender
%{_qt5_libdir}/libQt%{api}3DRender.so
%{_qt5_libdir}/libQt%{api}3DRender.prl
%{_qt5_libdir}/cmake/Qt%{api}3DRender
%{_qt5_libdir}/pkgconfig/Qt%{api}3DRender.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}3DRender.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_3drender.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_3drender_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qt3d.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/qt3d/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-2
- (382c672) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23974 |14mu|qt5-qtbase-5.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtbase

# qt base components
%define qtbootstrapd %mklibname qt%{api}bootstrap -d
%define qtconcurrent %mklibname qt%{api}concurrent %{major}
%define qtconcurrentd %mklibname qt%{api}concurrent -d
%define qtcore %mklibname qt%{api}core %{major}
%define qtcored %mklibname qt%{api}core -d
%define qtdbus %mklibname qt%{api}dbus %{major}
%define qtdbusd %mklibname qt%{api}dbus -d
%define qtegldeviceintegration %mklibname qt%{api}egldeviceintegration %{major}
%define qtgui %mklibname qt%{api}gui %{major}
%define qtguid %mklibname qt%{api}gui -d
%define qtnetwork %mklibname qt%{api}network %{major}
%define qtnetworkd %mklibname qt%{api}network -d
%define qtopengl %mklibname qt%{api}opengl %{major}
%define qtopengld %mklibname qt%{api}opengl -d
%define qtprintsupport %mklibname qt%{api}printsupport %{major}
%define qtprintsupportd %mklibname qt%{api}printsupport -d
%define qtsql %mklibname qt%{api}sql %{major}
%define qtsqld %mklibname qt%{api}sql -d
%define qttest %mklibname qt%{api}test %{major}
%define qttestd %mklibname qt%{api}test -d
%define qtwidgets %mklibname qt%{api}widgets %{major}
%define qtwidgetsd %mklibname qt%{api}widgets -d
%define qtxcbqpa %mklibname qt%{api}xcbqpa %{major}
%define qtxml %mklibname qt%{api}xml %{major}
%define qtxmld %mklibname qt%{api}xml -d

%bcond_without directfb
# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	2
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
Patch5:		directfb-wm-p5.patch
# Revert https://codereview.qt-project.org/gitweb?p=qt%2Fqtbase.git;a=commit;h=d0cdc7ad1e2728caf363abf328b2ad81f2ed5a5b
Patch6:		QTBUG-51813-directfb-plugin-compilation.patch
# Fedora patches
Patch103:	qtbase-opensource-src-5.3.2-QTBUG-35459.patch
Patch200:	0001-xcb-Properly-interpret-data.l-0-field-of-XdndStatus-.patch
Patch201:	0011-XCB-Auto-detect-xcb-glx-also-with-xcb-qt.patch
Patch202:	0032-xcb-Fix-drop-of-text-uri-list-and-text-html.patch
Patch203:	0033-xcb-Fix-dropping-URL-on-Firefox-window.patch
Patch204:	0148-xcb-Disable-GLX-pbuffers-with-Chromium-in-VMs.patch
Patch205:	0155-xcb-Fix-transient-parent-and-Qt-Window-flag.patch

BuildRequires:	bison
BuildRequires:	flex
# Used for CPU feature detection in configure step
BuildRequires:	gdb
BuildRequires:	gperf
BuildRequires:	qt5-macros
BuildRequires:	cups-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(atspi-2)
%if %{with directfb}
# DirectFB platform plugin:
BuildRequires:	pkgconfig(directfb)
%endif
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
# Event loop
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glesv2)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
# GTK theme
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(icu-uc)
BuildRequires:	pkgconfig(inputproto)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(wayland-client)
BuildRequires:	pkgconfig(wayland-cursor)
BuildRequires:	pkgconfig(wayland-egl)
BuildRequires:	pkgconfig(wayland-scanner)
BuildRequires:	pkgconfig(wayland-server)
# For XCB platform plugin:
BuildRequires:	pkgconfig(xcb) >= 1.5
BuildRequires:	pkgconfig(xcb-icccm)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-randr)
BuildRequires:	pkgconfig(xcb-render)
BuildRequires:	pkgconfig(xcb-renderutil)
BuildRequires:	pkgconfig(xcb-shape)
BuildRequires:	pkgconfig(xcb-xfixes)
BuildRequires:	pkgconfig(xcb-xinerama)
BuildRequires:	pkgconfig(xcb-xv)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xkbcomp)
BuildRequires:	pkgconfig(xkbcommon) >= 0.4.1
BuildRequires:	pkgconfig(xkbcommon-x11) >= 0.4.1
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(zlib)
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtbootstrapd}
Summary:	Development files for version 5 of the Qt Bootstrap library
Group:		Development/KDE and Qt
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0-6

%description -n %{qtbootstrapd}
Development files for version 5 of the Qt Bootstrap library.

%files -n %{qtbootstrapd}
%{_qt5_libdir}/libQt%{api}Bootstrap.a
%{_qt5_libdir}/libQt%{api}Bootstrap.prl
%{_qt5_prefix}/mkspecs/modules/qt_lib_bootstrap_private.pri

#----------------------------------------------------------------------------

%package -n %{qtconcurrent}
Summary:	Qt threading library
Group:		System/Libraries

%description -n %{qtconcurrent}
Qt threading library.

%files -n %{qtconcurrent}
%{_qt5_libdir}/libQt%{api}Concurrent.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Concurrent.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtconcurrentd}
Summary:	Development files for version 5 of the Qt Concurrent library
Group:		Development/KDE and Qt
Requires:	%{qtconcurrent} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0-6
# Was introduced by mistake
Obsoletes:	%{_lib}qt5concurrent5-devel < 5.6.0

%description -n %{qtconcurrentd}
Development files for version 5 of the Qt Concurrent library.

%files -n %{qtconcurrentd}
%{_qt5_includedir}/QtConcurrent
%{_qt5_libdir}/libQt%{api}Concurrent.so
%{_qt5_libdir}/libQt%{api}Concurrent.prl
%{_qt5_libdir}/cmake/Qt%{api}Concurrent
%{_qt5_libdir}/pkgconfig/Qt%{api}Concurrent.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Concurrent.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_concurrent.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_concurrent_private.pri

#----------------------------------------------------------------------------

%package -n %{qtcore}
Summary:	Qt Core library
Group:		System/Libraries
# Moved to external sources
Suggests:	qt5-qtcore-i18n
Obsoletes:	%{_lib}qt5v85 < 5.1.0-8
Obsoletes:	%{_lib}qt5v8_5 < 5.2.0

%description -n %{qtcore}
Qt Core library.

%files -n %{qtcore}
%{_qt5_libdir}/libQt%{api}Core.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Core.so.%{major}*
%endif
%dir %{_qt5_plugindir}

#----------------------------------------------------------------------------

%package -n %{qtcored}
Summary:	Development files for version 5 of the Qt Core library
Group:		Development/KDE and Qt
Requires:	%{qtcore} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0-6
Obsoletes:	%{_lib}qt5v8-devel < 5.2.0

%description -n %{qtcored}
Development files for version 5 of the Qt Core library.

%files -n %{qtcored}
%{_qt5_docdir}/global
%{_bindir}/moc-qt%{api}
%{_qt5_bindir}/moc
%{_bindir}/rcc-qt%{api}
%{_qt5_bindir}/rcc
%{_qt5_bindir}/syncqt.pl
%{_qt5_includedir}/QtCore
%{_qt5_libdir}/libQt%{api}Core.so
%{_qt5_libdir}/libQt%{api}Core.prl
%{_qt5_libdir}/cmake/Qt%{api}Core
%{_qt5_libdir}/cmake/Qt%{api}/Qt%{api}Config.cmake
%{_qt5_libdir}/cmake/Qt%{api}/Qt%{api}ConfigVersion.cmake
%{_qt5_libdir}/pkgconfig/Qt%{api}Core.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Core.pc
%endif
%dir %{_qt5_libdir}/cmake
%dir %{_qt5_libdir}/cmake/Qt%{api}
%dir %{_qt5_libdir}/pkgconfig
%{_qt5_prefix}/mkspecs/modules/qt_lib_core.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_core_private.pri

#----------------------------------------------------------------------------

%package -n %{qtdbus}
Summary:	Qt DBus connector library
Group:		System/Libraries

%description -n %{qtdbus}
Qt DBus connector library.

%files -n %{qtdbus}
%{_qt5_libdir}/libQt%{api}DBus.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}DBus.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtdbusd}
Summary:	Development files for version 5 of the Qt DBus library
Group:		Development/KDE and Qt
Requires:	%{qtdbus} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0-6

%description -n %{qtdbusd}
Development files for version 5 of the Qt DBus library.

%files -n %{qtdbusd}
%{_qt5_bindir}/qdbuscpp2xml
%{_bindir}/qdbuscpp2xml-qt%{api}
%{_qt5_bindir}/qdbusxml2cpp
%{_bindir}/qdbusxml2cpp-qt%{api}
%{_qt5_includedir}/QtDBus
%{_qt5_libdir}/libQt%{api}DBus.so
%{_qt5_libdir}/libQt%{api}DBus.prl
%{_qt5_libdir}/cmake/Qt%{api}DBus
%{_qt5_libdir}/pkgconfig/Qt%{api}DBus.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}DBus.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_dbus.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_dbus_private.pri

#----------------------------------------------------------------------------

%package -n %{qtegldeviceintegration}
Summary:	Qt EGL Device Integration library
Group:		System/Libraries
Requires:	qt5-eglfs-integration-plugin-default = %{EVRD}
# Suggest all integration plugins
Suggests:	qt5-eglfs-integration-plugin-kms = %{EVRD}
Suggests:	qt5-eglfs-integration-plugin-x11 = %{EVRD}

%description -n %{qtegldeviceintegration}
Qt EGL Device Integration library.

%files -n %{qtegldeviceintegration}
%{_qt5_libdir}/libQt%{api}EglDeviceIntegration.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}EglDeviceIntegration.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtegldeviceintegration}-kms
Summary:	KMS support for the Qt EGL Device Integration library v5
Group:		System/Libraries
Requires:	%{qtegldeviceintegration} = %{EVRD}
Provides:	qt5-eglfs-integration-plugin = %{EVRD}
Provides:	qt5-eglfs-integration-plugin-kms = %{EVRD}
Obsoletes:	%{_lib}qt5gui5-kms < 5.5.0

%description -n %{qtegldeviceintegration}-kms
KMS support for the Qt EGL Device Integration library v5.

%files -n %{qtegldeviceintegration}-kms
%{_qt5_plugindir}/egldeviceintegrations/libqeglfs-kms-integration.so

#----------------------------------------------------------------------------

%package -n %{qtegldeviceintegration}-x11
Summary:	X11 support for the Qt EGL Device Integration library v5
Group:		System/Libraries
Requires:	%{qtegldeviceintegration} = %{EVRD}
Provides:	qt5-eglfs-integration-plugin = %{EVRD}
Provides:	qt5-eglfs-integration-plugin-default = %{EVRD}
Provides:	qt5-eglfs-integration-plugin-x11 = %{EVRD}

%description -n %{qtegldeviceintegration}-x11
X11 support for the Qt EGL Device Integration library v5.

%files -n %{qtegldeviceintegration}-x11
%{_qt5_plugindir}/egldeviceintegrations/libqeglfs-x11-integration.so

#----------------------------------------------------------------------------

%package -n %{qtgui}
Summary:	Qt GUI library
Group:		System/Libraries
Suggests:	qt5-imageformats-plugins
Suggests:	qt5-style-plugins
Requires:	qt5-output-driver = %{EVRD}
# Force it for now
Requires:	qt5-output-driver-default = %{EVRD}

%description -n %{qtgui}
Qt GUI library.

%files -n %{qtgui}
%{_qt5_libdir}/libQt%{api}Gui.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Gui.so.%{major}*
%endif
%{_qt5_plugindir}/imageformats
%dir %{_qt5_plugindir}/platforminputcontexts
%dir %{_qt5_plugindir}/platforms
%dir %{_qt5_plugindir}/platformthemes
%{_qt5_plugindir}/generic
%{_qt5_plugindir}/printsupport

#----------------------------------------------------------------------------

%package -n %{qtguid}
Summary:	Development files for version 5 of the Qt GUI library
Group:		Development/KDE and Qt
Requires:	%{qtgui} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0-6
# We need all the Platform plugins because the plugin related cmake files in
# %{_qt5_libdir}/cmake/Qt%{api}Gui cause fatal errors if the plugins aren't
# installed.
Requires:	%{qtgui}-directfb = %{EVRD}
Requires:	%{qtgui}-eglfs = %{EVRD}
%ifos linux
Requires:	%{qtgui}-linuxfb = %{EVRD}
%endif
Requires:	%{qtgui}-minimal = %{EVRD}
Requires:	%{qtgui}-minimalegl = %{EVRD}
Requires:	%{qtgui}-offscreen = %{EVRD}
Requires:	%{qtgui}-x11 = %{EVRD}
Requires:	%{oname}-platformtheme-gtk2 = %{EVRD}
Requires:	qt5-eglfs-integration-plugin-kms = %{EVRD}
Requires:	qt5-eglfs-integration-plugin-x11 = %{EVRD}
Requires:	qt5-xcb-integration-plugin-egl = %{EVRD}
Requires:	qt5-xcb-integration-plugin-glx = %{EVRD}

%description -n %{qtguid}
Development files for version 5 of the Qt GUI library.

%files -n %{qtguid}
%{_qt5_bindir}/uic
%{_bindir}/uic-qt%{api}
%{_qt5_includedir}/QtGui
%{_qt5_includedir}/QtPlatformHeaders
%{_qt5_includedir}/QtPlatformSupport
%{_qt5_libdir}/libQt%{api}Gui.so
%{_qt5_libdir}/libQt%{api}Gui.prl
%{_qt5_libdir}/libQt%{api}PlatformSupport.a
%{_qt5_libdir}/libQt%{api}PlatformSupport.prl
%{_qt5_libdir}/cmake/Qt%{api}Gui
%{_qt5_libdir}/pkgconfig/Qt%{api}Gui.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Gui.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_gui.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_gui_private.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_platformsupport_private.pri
# Here until there are individual development packages for them
%{_qt5_prefix}/mkspecs/modules/qt_lib_eglfs_device_lib_private.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri

#----------------------------------------------------------------------------

%package -n %{qtgui}-directfb
Summary:	DirectFB output driver for Qt GUI v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}
Provides:	qt5-output-driver-directfb = %{EVRD}

%description -n %{qtgui}-directfb
DirectFB output driver for Qt GUI v5.

%files -n %{qtgui}-directfb
%{_qt5_plugindir}/platforms/libqdirectfb.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-eglfs
Summary:	EGL fullscreen output driver for Qt GUI v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}
Provides:	qt5-output-driver-eglfs = %{EVRD}

%description -n %{qtgui}-eglfs
EGL fullscreen output driver for Qt GUI v5.

%files -n %{qtgui}-eglfs
%{_qt5_plugindir}/platforms/libqeglfs.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-linuxfb
Summary:	Linux Framebuffer output driver for Qt GUI v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}
Provides:	qt5-output-driver-linuxfb = %{EVRD}

%description -n %{qtgui}-linuxfb
Linux Framebuffer output driver for Qt GUI v5.

%files -n %{qtgui}-linuxfb
%{_qt5_plugindir}/platforms/libqlinuxfb.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-minimal
Summary:	Minimal (Framebuffer based) output driver for Qt GUI v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}
Provides:	qt5-output-driver-minimal = %{EVRD}

%description -n %{qtgui}-minimal
Minimal (Framebuffer based) output driver for Qt GUI v5.

%files -n %{qtgui}-minimal
%{_qt5_plugindir}/platforms/libqminimal.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-minimalegl
Summary:	Minimalistic EGL output driver for Qt GUI v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}
Provides:	qt5-output-driver-minimalegl = %{EVRD}

%description -n %{qtgui}-minimalegl
Minimalistic EGL output driver for Qt GUI v5.

%files -n %{qtgui}-minimalegl
%{_qt5_plugindir}/platforms/libqminimalegl.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-offscreen
Summary:	Offscreen output driver for Qt GUI v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}
Provides:	qt5-output-driver-offscreen = %{EVRD}

%description -n %{qtgui}-offscreen
Minimal (framebuffer-based) output driver for Qt GUI v5.

%files -n %{qtgui}-offscreen
%{_qt5_plugindir}/platforms/libqoffscreen.so

#----------------------------------------------------------------------------

%package -n %{qtgui}-x11
Summary:	X11 output driver for Qt GUI v5
Group:		System/Libraries
Requires:	%{qtgui} = %{EVRD}
Provides:	qt5-output-driver = %{EVRD}
Provides:	qt5-output-driver-default = %{EVRD}
Provides:	qt5-output-driver-x11 = %{EVRD}

%description -n %{qtgui}-x11
X11 output driver for Qt GUI v5.

%files -n %{qtgui}-x11
%{_qt5_plugindir}/platforms/libqxcb.so
%{_qt5_plugindir}/platforminputcontexts/libibusplatforminputcontextplugin.so
%{_qt5_plugindir}/platforminputcontexts/libcomposeplatforminputcontextplugin.so

#----------------------------------------------------------------------------

%package -n %{qtnetwork}
Summary:	Qt Networking library
Group:		System/Libraries

%description -n %{qtnetwork}
Qt Networking library.

%files -n %{qtnetwork}
%{_qt5_libdir}/libQt%{api}Network.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Network.so.%{major}*
%endif
%{_qt5_plugindir}/bearer

#----------------------------------------------------------------------------

%package -n %{qtnetworkd}
Summary:	Development files for version 5 of the Qt Network library
Group:		Development/KDE and Qt
Requires:	%{qtnetwork} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0-6

%description -n %{qtnetworkd}
Development files for version 5 of the Qt Network library.

%files -n %{qtnetworkd}
%{_qt5_includedir}/QtNetwork
%{_qt5_libdir}/libQt%{api}Network.so
%{_qt5_libdir}/libQt%{api}Network.prl
%{_qt5_libdir}/cmake/Qt%{api}Network
%{_qt5_libdir}/pkgconfig/Qt%{api}Network.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Network.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_network.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_network_private.pri

#----------------------------------------------------------------------------

%package -n %{qtopengl}
Summary:	Qt OpenGL (3D Graphics) library
Group:		System/Libraries

%description -n %{qtopengl}
Qt OpenGL (3D Graphics) library.

%files -n %{qtopengl}
%{_qt5_libdir}/libQt%{api}OpenGL.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}OpenGL.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtopengld}
Summary:	Development files for version 5 of the Qt OpenGL library
Group:		Development/KDE and Qt
Requires:	%{qtopengl} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0-6

%description -n %{qtopengld}
Development files for version 5 of the Qt OpenGL library.

%files -n %{qtopengld}
%{_qt5_includedir}/QtOpenGL
%{_qt5_includedir}/QtOpenGLExtensions
%{_qt5_libdir}/libQt%{api}OpenGL.so
%{_qt5_libdir}/libQt%{api}OpenGL.prl
%{_qt5_libdir}/libQt%{api}OpenGLExtensions.a
%{_qt5_libdir}/libQt%{api}OpenGLExtensions.prl
%{_qt5_libdir}/cmake/Qt%{api}OpenGL
%{_qt5_libdir}/cmake/Qt%{api}OpenGLExtensions
%{_qt5_libdir}/pkgconfig/Qt%{api}OpenGL.pc
%{_qt5_libdir}/pkgconfig/Qt%{api}OpenGLExtensions.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}OpenGL.pc
%{_libdir}/pkgconfig/Qt%{api}OpenGLExtensions.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_opengl.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_opengl_private.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_openglextensions.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_openglextensions_private.pri

#----------------------------------------------------------------------------

%package -n %{qtprintsupport}
Summary:	Qt printing library
Group:		System/Libraries

%description -n %{qtprintsupport}
Qt printing library.

%files -n %{qtprintsupport}
%{_qt5_libdir}/libQt%{api}PrintSupport.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}PrintSupport.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtprintsupportd}
Summary:	Development files for version 5 of the Qt PrintSupport library
Group:		Development/KDE and Qt
Requires:	%{qtprintsupport} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0-6

%description -n %{qtprintsupportd}
Development files for version 5 of the Qt PrintSupport library.

%files -n %{qtprintsupportd}
%{_qt5_includedir}/QtPrintSupport
%{_qt5_libdir}/libQt%{api}PrintSupport.so
%{_qt5_libdir}/libQt%{api}PrintSupport.prl
%{_qt5_libdir}/cmake/Qt%{api}PrintSupport
%{_qt5_libdir}/pkgconfig/Qt%{api}PrintSupport.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}PrintSupport.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_printsupport.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_printsupport_private.pri

#----------------------------------------------------------------------------

%package -n %{qtsql}
Summary:	Qt SQL library
Group:		System/Libraries

%description -n %{qtsql}
Qt SQL library.

%files -n %{qtsql}
%{_qt5_libdir}/libQt%{api}Sql.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Sql.so.%{major}*
%endif
%dir %{_qt5_plugindir}/sqldrivers

#----------------------------------------------------------------------------

%package -n %{qtsqld}
Summary:	Development files for version 5 of the Qt SQL library
Group:		Development/KDE and Qt
Requires:	%{qtsql} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0-6
# We need all the QtSql plugins because the plugin related cmake files in
# %{_qt5_libdir}/cmake/Qt%{api}Sql cause fatal errors if the plugins aren't
# installed.
Requires:	%{qtsql}-mysql = %{EVRD}
Requires:	%{qtsql}-odbc = %{EVRD}
Requires:	%{qtsql}-postgresql = %{EVRD}
Requires:	%{qtsql}-sqlite = %{EVRD}

%description -n %{qtsqld}
Development files for version 5 of the Qt SQL library.

%files -n %{qtsqld}
%{_qt5_includedir}/QtSql
%{_qt5_libdir}/libQt%{api}Sql.so
%{_qt5_libdir}/libQt%{api}Sql.prl
%{_qt5_libdir}/cmake/Qt%{api}Sql
%{_qt5_libdir}/pkgconfig/Qt%{api}Sql.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Sql.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_sql.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_sql_private.pri

#----------------------------------------------------------------------------

%package -n %{qtsql}-mysql
Summary:	MySQL support for the Qt SQL library v5
Group:		System/Libraries
Requires:	%{qtsql} = %{EVRD}
Provides:	%{oname}-database-plugin-mysql = %{EVRD}
BuildRequires:	mysql-devel

%description -n %{qtsql}-mysql
MySQL support for the Qt SQL library v5.

%files -n %{qtsql}-mysql
%{_qt5_plugindir}/sqldrivers/libqsqlmysql.so

#----------------------------------------------------------------------------

%package -n %{qtsql}-odbc
Summary:	ODBC support for the Qt SQL library v5
Group:		System/Libraries
Requires:	%{qtsql} = %{EVRD}
Provides:	%{oname}-database-plugin-odbc = %{EVRD}
BuildRequires:	pkgconfig(libiodbc)

%description -n %{qtsql}-odbc
ODBC support for the Qt SQL library v5.

%files -n %{qtsql}-odbc
%{_qt5_plugindir}/sqldrivers/libqsqlodbc.so

#----------------------------------------------------------------------------

%package -n %{qtsql}-postgresql
Summary:	PostgreSQL support for the Qt SQL library v5
Group:		System/Libraries
Requires:	%{qtsql} = %{EVRD}
Provides:	%{oname}-database-plugin-postgresql = %{EVRD}
BuildRequires:	postgresql-devel >= 9.0

%description -n %{qtsql}-postgresql
PostgreSQL support for the Qt SQL library v5.

%files -n %{qtsql}-postgresql
%{_qt5_plugindir}/sqldrivers/libqsqlpsql.so

#----------------------------------------------------------------------------

%package -n %{qtsql}-sqlite
Summary:	SQLite 3.x support for the Qt SQL library v5
Group:		System/Libraries
Requires:	%{qtsql} = %{EVRD}
Provides:	%{oname}-database-plugin-sqlite = %{EVRD}
BuildRequires:	pkgconfig(sqlite3)

%description -n %{qtsql}-sqlite
SQLite 3.x support for the Qt SQL library v5.

%files -n %{qtsql}-sqlite
%{_qt5_plugindir}/sqldrivers/libqsqlite.so

#----------------------------------------------------------------------------

%package -n %{qttest}
Summary:	Qt unit test library
Group:		System/Libraries

%description -n %{qttest}
Qt unit test library.

%files -n %{qttest}
%{_qt5_libdir}/libQt%{api}Test.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Test.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qttestd}
Summary:	Development files for version 5 of the Qt Test library
Group:		Development/KDE and Qt
Requires:	%{qttest} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0-6

%description -n %{qttestd}
Development files for version 5 of the Qt Test library.

%files -n %{qttestd}
%{_qt5_includedir}/QtTest
%{_qt5_libdir}/libQt%{api}Test.so
%{_qt5_libdir}/libQt%{api}Test.prl
%{_qt5_libdir}/cmake/Qt%{api}Test
%{_qt5_libdir}/pkgconfig/Qt%{api}Test.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Test.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_testlib.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_testlib_private.pri

#----------------------------------------------------------------------------

%package -n %{qtwidgets}
Summary:	Qt Widget library
Group:		System/Libraries

%description -n %{qtwidgets}
Qt Widget library.

%files -n %{qtwidgets}
%{_qt5_libdir}/libQt%{api}Widgets.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Widgets.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtwidgetsd}
Summary:	Development files for version 5 of the Qt Widgets library
Group:		Development/KDE and Qt
Requires:	%{qtwidgets} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0-6

%description -n %{qtwidgetsd}
Development files for version 5 of the Qt Widgets library.

%files -n %{qtwidgetsd}
%{_qt5_includedir}/QtWidgets
%{_qt5_libdir}/libQt%{api}Widgets.so
%{_qt5_libdir}/libQt%{api}Widgets.prl
%{_qt5_libdir}/cmake/Qt%{api}Widgets
%{_qt5_libdir}/pkgconfig/Qt%{api}Widgets.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Widgets.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_widgets.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_widgets_private.pri

#----------------------------------------------------------------------------

%package -n %{qtxcbqpa}
Summary:	Qt XCB QPA library
Group:		System/Libraries
Requires:	qt5-xcb-integration-plugin-default = %{EVRD}
# Suggest all integration plugins
Suggests:	qt5-xcb-integration-plugin-egl = %{EVRD}
Suggests:	qt5-xcb-integration-plugin-glx = %{EVRD}

%description -n %{qtxcbqpa}
Qt XCB QPA library.

%files -n %{qtxcbqpa}
%{_qt5_libdir}/libQt%{api}XcbQpa.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}XcbQpa.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtxcbqpa}-egl
Summary:	EGL support for the Qt XCB QPA library v5
Group:		System/Libraries
Requires:	%{qtxcbqpa} = %{EVRD}
Provides:	qt5-xcb-integration-plugin = %{EVRD}
Provides:	qt5-xcb-integration-plugin-egl = %{EVRD}

%description -n %{qtxcbqpa}-egl
EGL support for the Qt XCB QPA library v5.

%files -n %{qtxcbqpa}-egl
%{_qt5_plugindir}/xcbglintegrations/libqxcb-egl-integration.so

#----------------------------------------------------------------------------

%package -n %{qtxcbqpa}-glx
Summary:	GLX support for the Qt XCB QPA library v5
Group:		System/Libraries
Requires:	%{qtxcbqpa} = %{EVRD}
Provides:	qt5-xcb-integration-plugin = %{EVRD}
Provides:	qt5-xcb-integration-plugin-default = %{EVRD}
Provides:	qt5-xcb-integration-plugin-glx = %{EVRD}

%description -n %{qtxcbqpa}-glx
GLX support for the Qt XCB QPA library v5.

%files -n %{qtxcbqpa}-glx
%{_qt5_plugindir}/xcbglintegrations/libqxcb-glx-integration.so

#----------------------------------------------------------------------------

%package -n %{qtxml}
Summary:	Qt XML library
Group:		System/Libraries

%description -n %{qtxml}
Qt XML library.

%files -n %{qtxml}
%{_qt5_libdir}/libQt%{api}Xml.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Xml.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtxmld}
Summary:	Development files for version 5 of the Qt XML library
Group:		Development/KDE and Qt
Requires:	%{qtxml} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0-6

%description -n %{qtxmld}
Development files for version 5 of the Qt XML library.

%files -n %{qtxmld}
%{_qt5_includedir}/QtXml
%{_qt5_libdir}/libQt%{api}Xml.so
%{_qt5_libdir}/libQt%{api}Xml.prl
%{_qt5_libdir}/cmake/Qt%{api}Xml
%{_qt5_libdir}/pkgconfig/Qt%{api}Xml.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Xml.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_xml.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_xml_private.pri

#----------------------------------------------------------------------------

%package -n %{oname}-devel
Summary:	Meta-package for installing all Qt 5 development files
Group:		Development/KDE and Qt
Requires:	%{qtbootstrapd} = %{EVRD}
Requires:	%{qtconcurrentd} = %{EVRD}
Requires:	%{qtcored} = %{EVRD}
Requires:	%{qtdbusd} = %{EVRD}
Requires:	%{qtguid} = %{EVRD}
Requires:	%{qtnetworkd} = %{EVRD}
Requires:	%{qtopengld} = %{EVRD}
Requires:	%{qtprintsupportd} = %{EVRD}
Requires:	%{qtsqld} = %{EVRD}
Requires:	%{qttestd} = %{EVRD}
Requires:	%{qtwidgetsd} = %{EVRD}
Requires:	%{qtxmld} = %{EVRD}
Requires:	qmake%{api} = %{EVRD}
Requires:	qlalr%{api} = %{EVRD}

%description -n %{oname}-devel
Meta-package for installing all Qt 5 development files.

%files -n %{oname}-devel
# Intentionally empty, we just pull in dependencies

#----------------------------------------------------------------------------
# qt tools etc
#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qmake.qch
%{_qt5_docdir}/qtconcurrent.qch
%{_qt5_docdir}/qtcore.qch
%{_qt5_docdir}/qtdbus.qch
%{_qt5_docdir}/qtgui.qch
%{_qt5_docdir}/qtnetwork.qch
%{_qt5_docdir}/qtopengl.qch
%{_qt5_docdir}/qtplatformheaders.qch
%{_qt5_docdir}/qtprintsupport.qch
%{_qt5_docdir}/qtsql.qch
%{_qt5_docdir}/qttestlib.qch
%{_qt5_docdir}/qtwidgets.qch
%{_qt5_docdir}/qtxml.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/corelib/
%{_qt5_exampledir}/dbus/
%{_qt5_exampledir}/gui/
%{_qt5_exampledir}/network/
%{_qt5_exampledir}/opengl/
%{_qt5_exampledir}/qpa/
%{_qt5_exampledir}/qtconcurrent/
%{_qt5_exampledir}/qtestlib/
%{_qt5_exampledir}/sql/
%{_qt5_exampledir}/touch/
%{_qt5_exampledir}/widgets/
%{_qt5_exampledir}/xml/
%{_qt5_exampledir}/examples.pro
%{_qt5_exampledir}/README

#----------------------------------------------------------------------------

%package -n %{oname}-platformtheme-gtk2
Summary:	GTK 2.x platform theme for Qt 5
Group:		Graphical desktop/KDE
Requires:	%{qtgui} = %{EVRD}
BuildRequires:	pkgconfig(gtk+-x11-2.0)

%description -n %{oname}-platformtheme-gtk2
GTK 2.x platform theme for Qt 5. This plugin allows Qt to render
controls using GTK 2.x themes - making it integrate better with GTK
based desktops.

%files -n %{oname}-platformtheme-gtk2
%{_qt5_plugindir}/platformthemes/libqgtk2.so

#----------------------------------------------------------------------------

%package -n qmake%{api}
Summary:	Makefile generation system for Qt 5
Group:		Development/KDE and Qt
Requires:	qt5-macros

%description -n qmake%{api}
Makefile generation system for Qt 5.

%files -n qmake%{api}
%{_bindir}/qmake-qt%{api}
%{_qt5_bindir}/qmake
%{_qt5_prefix}/mkspecs/
%exclude %{_qt5_prefix}/mkspecs/modules/

#----------------------------------------------------------------------------

%package -n qlalr%{api}
Summary:	Qt LALR parser generator
Group:		Development/KDE and Qt
Provides:	qlalr = %{EVRD}

%description -n qlalr%{api}
Qt LALR parser generator.

%files -n qlalr%{api}
%{_qt5_bindir}/qlalr

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%patch5 -p2 -b .dfbwm~
%patch6 -p1

%patch103 -p1
%patch200 -p1
%patch201 -p1
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205 -p1

# respect cflags
sed -i -e '/^CPPFLAGS\s*=/ s/-g //' qmake/Makefile.unix

sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 %{ldflags}|" mkspecs/common/g++-unix.conf

sed -i -e "s|-O2|%{optflags}|g" mkspecs/common/gcc-base.conf
sed -i -e "s|-O3|%{optflags}|g" mkspecs/common/gcc-base.conf

%build
./configure \
	-prefix %{_qt5_prefix} \
	-bindir %{_qt5_bindir} \
	-libdir %{_qt5_libdir} \
	-datadir %{_qt5_datadir} \
	-docdir %{_qt5_docdir} \
	-headerdir %{_qt5_includedir} \
	-plugindir %{_qt5_plugindir} \
	-importdir %{_qt5_importdir} \
	-translationdir %{_qt5_translationsdir} \
	-sysconfdir %{_qt5_sysconfdir} \
	-examplesdir %{_qt5_exampledir} \
	-testsdir %{_qt5_testsdir} \
%ifarch x86_64
	-platform linux-g++-64 \
%endif
%ifarch %{ix86}
	-platform linux-g++-32 \
%endif
%ifarch %{arm}
	-platform linux-g++ \
%endif
	-confirm-license \
	-release \
	-opensource \
	-shared \
	-c++11 \
	-no-use-gold-linker \
	-reduce-relocations \
	-no-separate-debug-info \
	-no-strip \
	-largefile \
	-no-sql-db2 \
	-no-sql-ibase \
	-plugin-sql-mysql \
	-no-sql-oci \
	-plugin-sql-odbc \
	-plugin-sql-psql \
	-plugin-sql-sqlite \
	-no-sql-sqlite2 \
	-no-sql-tds \
	-system-libpng \
	-system-libjpeg \
	-system-pcre \
	-system-proxies \
	-system-sqlite \
	-system-xcb \
	-system-zlib \
	-openssl-linked \
	-optimized-qmake \
	-no-nis \
	-cups \
	-gstreamer \
	-iconv \
	-icu \
	-pch \
	-dbus-linked \
	-xcb \
%if %{with directfb}
	-directfb \
%endif
	-qpa xcb \
	-accessibility \
	-fontconfig \
	-eglfs \
	-gnumake \
	-pkg-config \
	-kms \
	-sm \
	-xinerama \
	-xshape \
	-xvideo \
	-xsync \
	-xinput2 \
	-xcursor \
	-xfixes \
	-xrandr \
	-xrender \
	-xkb \
	-opengl \
	-glib \
%if "%{_qt5_libdir}" == "%{_libdir}"
	-no-rpath \
%endif
	-I %{_includedir}/iodbc \
	-I %{_includedir}/mysql

%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

# Installed, but not useful
rm -f %{buildroot}%{_qt5_bindir}/fixqt4headers.pl
# Probably not useful outside of Qt source tree?
rm -f %{buildroot}%{_qt5_bindir}/qtmodule-configtests
# Let's not ship -devel files for private libraries... At least not until
# applications teach us otherwise
rm -f %{buildroot}%{_qt5_libdir}/libQt%{api}EglDeviceIntegration.so %{buildroot}%{_qt5_libdir}/libQt%{api}EglDeviceIntegration.prl %{buildroot}%{_qt5_libdir}/pkgconfig/Qt%{api}EglDeviceIntegration.pc
rm -f %{buildroot}%{_qt5_libdir}/libQt%{api}XcbQpa.so %{buildroot}%{_qt5_libdir}/libQt%{api}XcbQpa.prl %{buildroot}%{_qt5_libdir}/pkgconfig/Qt%{api}XcbQpa.pc
# Let's make life easier for packagers
mkdir -p %{buildroot}%{_bindir}
for i in qmake moc uic rcc qdbuscpp2xml qdbusxml2cpp; do
	ln -s ../%{_lib}/qt%{api}/bin/$i %{buildroot}%{_bindir}/$i-qt%{api}
done

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# Fix some wrong permissions
find %{buildroot} -type f -perm -0755 -name "*.png" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.svg" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.jpg" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.xml" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.xsl" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.php" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.html" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.js" |xargs --no-run-if-empty chmod 0644
find %{buildroot} -type f -perm -0755 -name "*.plist.app" |xargs --no-run-if-empty chmod 0644

# Workaround for
# *** ERROR: same build ID in nonidentical files!
#        /usr/lib/qt5/bin/qdbuscpp2xml
#   and  /usr/lib/qt5/bin/moc
# ...
# while generating debug info
find %{buildroot} -type f -perm -0755 |grep -vE '\.(so|qml|sh|pl|ttf|eot|woff)' |xargs %__strip --strip-unneeded

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Thu Jun 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-2
- (dd6bdbf) Add various bugfix patches from Fedora



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23975 |14mu|qt5-qtcanvas3d-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtcanvas3d

%define qmlqtcanvas3d %mklibname qt5-qtcanvas3d-qml

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5OpenGL) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qmlqtcanvas3d}
Summary:	QML plugin for Qt 5 Canvas 3D module
Group:		System/Libraries
Provides:	qt5-qtcanvas3d-qml = %{EVRD}
Conflicts:	%{_lib}qt5quick5 < 5.6.0

%description -n %{qmlqtcanvas3d}
QML plugin for Qt 5 Canvas 3D module.

%files -n %{qmlqtcanvas3d}
%{_qt5_prefix}/qml/QtCanvas3D/

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtcanvas3d.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/canvas3d/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif


%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (65e6c3d) New version 5.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23976 |14mu|qt5-qtconnectivity-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtconnectivity

%define qtbluetooth %mklibname qt%{api}bluetooth %{major}
%define qtbluetoothd %mklibname qt%{api}bluetooth -d
%define qtnfc %mklibname qt%{api}nfc %{major}
%define qtnfcd %mklibname qt%{api}nfc -d

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(Qt5Concurrent) >= %{version}
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5DBus) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtbluetooth}
Summary:	Qt Bluetooth library
Group:		System/Libraries

%description -n %{qtbluetooth}
Qt Bluetooth library.

%files -n %{qtbluetooth}
%{_qt5_bindir}/sdpscanner
%{_qt5_libdir}/libQt%{api}Bluetooth.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Bluetooth.so.%{major}*
%endif
%{_qt5_prefix}/qml/QtBluetooth

#----------------------------------------------------------------------------

%package -n %{qtbluetoothd}
Summary:	Development files for version 5 of the QtBluetooth library
Group:		Development/KDE and Qt
Requires:	%{qtbluetooth} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtbluetoothd}
Development files for version 5 of the QtBluetooth library.

%files -n %{qtbluetoothd}
%{_qt5_includedir}/QtBluetooth
%{_qt5_libdir}/libQt%{api}Bluetooth.so
%{_qt5_libdir}/libQt%{api}Bluetooth.prl
%{_qt5_libdir}/cmake/Qt%{api}Bluetooth
%{_qt5_libdir}/pkgconfig/Qt%{api}Bluetooth.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Bluetooth.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_bluetooth.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_bluetooth_private.pri

#----------------------------------------------------------------------------

%package -n %{qtnfc}
Summary:	Qt NFC library
Group:		System/Libraries

%description -n %{qtnfc}
Qt NFC library.

NFC is an extremely short-range (less than 20 centimeters) wireless technology
and has a maximum transfer rate of 424 kbit/s. NFC is ideal for transferring
small packets of data when two devices are touched together.

%files -n %{qtnfc}
%{_qt5_libdir}/libQt%{api}Nfc.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Nfc.so.%{major}*
%endif
%{_qt5_prefix}/qml/QtNfc

#----------------------------------------------------------------------------

%package -n %{qtnfcd}
Summary:	Development files for version 5 of the QtNfc library
Group:		Development/KDE and Qt
Requires:	%{qtnfc} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtnfcd}
Development files for version 5 of the QtNfc library.

%files -n %{qtnfcd}
%{_qt5_includedir}/QtNfc
%{_qt5_libdir}/libQt%{api}Nfc.so
%{_qt5_libdir}/libQt%{api}Nfc.prl
%{_qt5_libdir}/cmake/Qt%{api}Nfc
%{_qt5_libdir}/pkgconfig/Qt%{api}Nfc.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Nfc.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_nfc.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_nfc_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtbluetooth.qch
%{_qt5_docdir}/qtnfc.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/bluetooth/
%{_qt5_exampledir}/nfc/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (d4afbb1) New version 5.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23977 |14mu|qt5-qtdeclarative-5.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtdeclarative

%define qtqml %mklibname qt%{api}qml %{major}
%define qtqmld %mklibname qt%{api}qml -d
%define qtquick %mklibname qt%{api}quick %{major}
%define qtquickd %mklibname qt%{api}quick -d
%define qtquickparticles %mklibname qt%{api}quickparticles %{major}
%define qtquickparticlesd %mklibname qt%{api}quickparticles -d
%define qtquicktest %mklibname qt%{api}quicktest %{major}
%define qtquicktestd %mklibname qt%{api}quicktest -d
%define qtquickwidgets %mklibname qt%{api}quickwidgets %{major}
%define qtquickwidgetsd %mklibname qt%{api}quickwidgets -d

# Requires qdoc5 and qt5-tools to build
%bcond_with docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	2
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
# Patches from Fedora package
Patch100:	0007-Revert-Remove-this-piece-of-code.patch
Patch101:	0010-Fix-crash-for-unknown-QQmlListModel-roles-in-debug-b.patch
Patch102:	0011-Avoid-Canvas-crashes-with-qtquickcompiler.patch
Patch103:	0016-Fix-crash-with-SignalTransition.patch
Patch104:	0024-Revert-removal-of-Fixed-MouseArea-threshold-with-pre.patch
Patch105:	0027-Fix-crash-when-using-with-statement-with-an-expressi.patch
Patch106:	0033-QML-Only-release-types-if-they-aren-t-referenced-any.patch
Patch107:	Check-for-NULL-from-glGetString.patch
Patch108:	qtdeclarative-kdebug346118.patch
Patch109:	qtdeclarative-QQuickShaderEffectSource_deadlock.patch
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5DBus) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5PrintSupport) >= %{version}
BuildRequires:	pkgconfig(Qt5Sql) >= %{version}
BuildRequires:	pkgconfig(Qt5Test) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
BuildRequires:	pkgconfig(Qt5Xml) >= %{version}
BuildRequires:	pkgconfig(Qt5XmlPatterns) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtqml}
Summary:	QML runtime support library
Group:		System/Libraries
Suggests:	qt5-qtcanvas3d-qml
Suggests:	qt5-qtgraphicaleffects-qml
Suggests:	qt5-qtquickcontrols-qml
Suggests:	qt5-qtquickcontrols2-qml
Suggests:	qt5-qtdeclarative-i18n
Conflicts:	%{_lib}qt5declarative5 < 5.6.0
Conflicts:	%{_lib}qt5quick5 < 5.6.0-6

%description -n %{qtqml}
QML runtime support library.

%files -n %{qtqml}
%{_qt5_libdir}/libQt%{api}Qml.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Qml.so.%{major}*
%endif
%dir %{_qt5_prefix}/qml
%dir %{_qt5_prefix}/qml/Qt
%dir %{_qt5_prefix}/qml/Qt/labs
%{_qt5_prefix}/qml/Qt/labs/folderlistmodel
%{_qt5_prefix}/qml/Qt/labs/settings/
%{_qt5_prefix}/qml/QtQml
%{_qt5_plugindir}/qmltooling/libqmldbg_debugger.so
%{_qt5_plugindir}/qmltooling/libqmldbg_inspector.so
%{_qt5_plugindir}/qmltooling/libqmldbg_local.so
%{_qt5_plugindir}/qmltooling/libqmldbg_native.so
%{_qt5_plugindir}/qmltooling/libqmldbg_profiler.so
%{_qt5_plugindir}/qmltooling/libqmldbg_server.so
%{_qt5_plugindir}/qmltooling/libqmldbg_tcp.so

#----------------------------------------------------------------------------

%package -n %{qtqmld}
Summary:	Development files for the Qt QML library
Group:		Development/KDE and Qt
Requires:	%{qtqml} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtqmld}
Development files for the Qt QML library.

%files -n %{qtqmld}
%{_qt5_includedir}/QtQml
%{_qt5_includedir}/QtQmlDevTools
%{_qt5_libdir}/libQt%{api}Qml.so
%{_qt5_libdir}/libQt%{api}Qml.prl
%{_qt5_libdir}/libQt%{api}QmlDevTools.a
%{_qt5_libdir}/libQt%{api}QmlDevTools.prl
%{_qt5_libdir}/cmake/Qt%{api}Qml
%{_qt5_libdir}/pkgconfig/Qt%{api}Qml.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Qml.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_qml.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_qml_private.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_qmldevtools_private.pri

#----------------------------------------------------------------------------

%package -n %{qtquick}
Summary:	Runtime library for Qt Quick
Group:		System/Libraries
Conflicts:	%{_lib}qt5declarative5 < 5.6.0

%description -n %{qtquick}
Runtime library for Qt Quick.

%files -n %{qtquick}
%{_qt5_libdir}/libQt%{api}Quick.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Quick.so.%{major}*
%endif
%{_qt5_prefix}/qml/builtins.qmltypes
%{_qt5_prefix}/qml/QtQuick.2
%{_qt5_prefix}/qml/QtQuick

#----------------------------------------------------------------------------

%package -n %{qtquickd}
Summary:	Development files for Qt Quick
Group:		Development/KDE and Qt
Requires:	%{qtquick} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtquickd}
Development files for Qt Quick.

%files -n %{qtquickd}
%{_qt5_includedir}/QtQuick
%{_qt5_libdir}/libQt%{api}Quick.so
%{_qt5_libdir}/libQt%{api}Quick.prl
%{_qt5_libdir}/cmake/Qt%{api}Quick
%{_qt5_libdir}/pkgconfig/Qt%{api}Quick.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Quick.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_quick.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_quick_private.pri

#----------------------------------------------------------------------------

%package -n %{qtquickparticles}
Summary:	Runtime library for Qt Quick's particle engine
Group:		System/Libraries

%description -n %{qtquickparticles}
Runtime library for Qt Quick's particle engine.

%files -n %{qtquickparticles}
%{_qt5_libdir}/libQt%{api}QuickParticles.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}QuickParticles.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtquickparticlesd}
Summary:	Development files for Qt Quick's particle engine
Group:		Development/KDE and Qt
Requires:	%{qtquickparticles} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtquickparticlesd}
Development files for Qt Quick's particle engine.

%files -n %{qtquickparticlesd}
%{_qt5_includedir}/QtQuickParticles
%{_qt5_libdir}/libQt%{api}QuickParticles.so
%{_qt5_libdir}/libQt%{api}QuickParticles.prl
%{_qt5_prefix}/mkspecs/modules/qt_lib_quickparticles_private.pri

#----------------------------------------------------------------------------

%package -n %{qtquicktest}
Summary:	Qt Quick unit test module
Group:		System/Libraries
Conflicts:	%{_lib}qt5test5 < 5.6.0

%description -n %{qtquicktest}
Qt Quick unit test module.

%files -n %{qtquicktest}
%{_qt5_libdir}/libQt%{api}QuickTest.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}QuickTest.so.%{major}*
%endif
%{_qt5_prefix}/qml/QtTest

#----------------------------------------------------------------------------

%package -n %{qtquicktestd}
Summary:	Development files for Qt Quick's unit test module
Group:		Development/KDE and Qt
Requires:	%{qtquicktest} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtquicktestd}
Development files for Qt Quick's unit test module.

%files -n %{qtquicktestd}
%{_qt5_includedir}/QtQuickTest
%{_qt5_libdir}/libQt%{api}QuickTest.so
%{_qt5_libdir}/libQt%{api}QuickTest.prl
%{_qt5_libdir}/cmake/Qt%{api}QuickTest
%{_qt5_libdir}/pkgconfig/Qt%{api}QuickTest.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}QuickTest.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_qmltest.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_qmltest_private.pri

#----------------------------------------------------------------------------

%package -n %{qtquickwidgets}
Summary:	Library for integrating QtQuick with traditional Qt widgets
Group:		System/Libraries

%description -n %{qtquickwidgets}
Library for integrating QtQuick with traditional Qt widgets

%files -n %{qtquickwidgets}
%{_qt5_libdir}/libQt%{api}QuickWidgets.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}QuickWidgets.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtquickwidgetsd}
Summary:	Development files for version 5 of the QtQuickWidgets library
Group:		Development/KDE and Qt
Requires:	%{qtquickwidgets} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtquickwidgetsd}
Development files for version 5 of the QtQuickWidgets library.

%files -n %{qtquickwidgetsd}
%{_qt5_includedir}/QtQuickWidgets
%{_qt5_libdir}/libQt%{api}QuickWidgets.so
%{_qt5_libdir}/libQt%{api}QuickWidgets.prl
%{_qt5_libdir}/cmake/Qt%{api}QuickWidgets
%{_qt5_libdir}/pkgconfig/Qt%{api}QuickWidgets.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}QuickWidgets.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_quickwidgets.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_quickwidgets_private.pri

#----------------------------------------------------------------------------

%package -n %{oname}-qml-tools
Summary:	QML tools for Qt 5
Group:		Development/KDE and Qt

%description -n %{oname}-qml-tools
QML tools for Qt 5.

%files -n %{oname}-qml-tools
%{_qt5_bindir}/qml
%{_qt5_bindir}/qmleasing
%{_qt5_bindir}/qmlimportscanner
%{_qt5_bindir}/qmllint
%{_qt5_bindir}/qmlmin
%{_qt5_bindir}/qmlplugindump
%{_qt5_bindir}/qmlprofiler
%{_qt5_bindir}/qmlscene
%{_qt5_bindir}/qmltestrunner

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/qml/
%{_qt5_exampledir}/qmltest/
%{_qt5_exampledir}/quick/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}
%patch100 -p1
%patch101 -p1
%patch102 -p1
%patch103 -p1
%patch104 -p1
%patch105 -p1
%patch106 -p1
%patch107 -p1
%patch108 -p0
%patch109 -p1

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# Workaround for
# *** ERROR: same build ID in nonidentical files!
#        /usr/lib/qt5/bin/qdbuscpp2xml
#   and  /usr/lib/qt5/bin/moc
# ...
# while generating debug info
find %{buildroot} -type f -perm -0755 |grep -vE '\.(so|qml|sh|pl|ttf|eot|woff)' |xargs %__strip --strip-unneeded

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Wed Jun 22 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-2
- (4786045) Add various bugfix patches from Fedora (including patch for QTBUG-53761)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23978 |14mu|qt5-qtdoc-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qt5

%define module qtdoc

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	qdoc5
BuildRequires:	qt5-qtbase-doc
BuildRequires:	qt5-tools
BuildArch:	noarch

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{oname}-doc
Summary:	Qt QCH documentation for %{oname}
Group:		Documentation
Requires:	qt5-qtbase-doc
Suggests:	qt5-qt3d-doc
Suggests:	qt5-qtcanvas3d-doc
Suggests:	qt5-qtconnectivity-doc
Suggests:	qt5-qtenginio-doc
Suggests:	qt5-qtgraphicaleffects-doc
Suggests:	qt5-qtlocation-doc
Suggests:	qt5-qtmultimedia-doc
Suggests:	qt5-qtquickcontrols-doc
Suggests:	qt5-qtquickcontrols2-doc
Suggests:	qt5-qtsensors-doc
Suggests:	qt5-qtsvg-doc
Suggests:	qt5-qtwebchannel-doc
Suggests:	qt5-qtwebengine-doc
Suggests:	qt5-qtwebkit-doc
Suggests:	qt5-qtwebsockets-doc
Suggests:	qt5-qtwebview-doc
BuildArch:	noarch

%description -n %{oname}-doc
Qt QCH documentation for %{oname}.

%files -n %{oname}-doc
%{_qt5_docdir}/qtdoc.qch

#----------------------------------------------------------------------------

%package -n %{oname}-examples
Summary:	Example applications for %{oname}
Group:		Development/KDE and Qt
Requires:	qt5-qtbase-examples
Suggests:	qt5-qt3d-examples
Suggests:	qt5-qtcanvas3d-examples
Suggests:	qt5-qtconnectivity-examples
Suggests:	qt5-qtdeclarative-examples
Suggests:	qt5-qtenginio-examples
Suggests:	qt5-qtlocation-examples
Suggests:	qt5-qtmultimedia-examples
Suggests:	qt5-qtquick1-examples
Suggests:	qt5-qtquickcontrols-examples
Suggests:	qt5-qtquickcontrols2-examples
Suggests:	qt5-qtscript-examples
Suggests:	qt5-qtsensors-examples
Suggests:	qt5-qtsvg-examples
Suggests:	qt5-qttools-examples
Suggests:	qt5-qtwayland-examples
Suggests:	qt5-qtwebchannel-examples
Suggests:	qt5-qtwebengine-examples
Suggests:	qt5-qtwebsockets-examples
Suggests:	qt5-qtwebview-examples
Suggests:	qt5-qtxmlpatterns-examples

%description -n %{oname}-examples
Example applications for %{oname}.

%files -n %{oname}-examples

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true
%make docs

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}
make install_qch_docs INSTALL_ROOT=%{buildroot}


%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (b3b3921) New version 5.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23979 |14mu|qt5-qtenginio-1.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 1
%define oname qt5

%define module qtenginio

%define enginio %mklibname enginio %{major}
%define enginiod %mklibname enginio -d

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	1.6.1
Release:	1
# Moved to individual submodule with version 1.6.0 instead of 5.x
Epoch:		1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Widgets)
%if %{with docs}
BuildRequires:	qdoc5
# Needed to generate indexes properly
BuildRequires:	qt5-qtbase-doc
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{enginio}
Summary:	Enginio (Qt Cloud Storage) library
Group:		Development/KDE and Qt

%description -n %{enginio}
Enginio (Qt Cloud Storage) library

%files -n %{enginio}
%{_qt5_libdir}/libEnginio.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libEnginio.so.%{major}*
%endif
%{_qt5_prefix}/qml/Enginio

#----------------------------------------------------------------------------

%package -n %{enginiod}
Summary:	Development files for Enginio (Qt Cloud Storage)
Group:		Development/KDE and Qt
Requires:	%{enginio} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{enginiod}
Development files for Enginio (Qt Cloud Storage)

%files -n %{enginiod}
%{_qt5_includedir}/Enginio
%{_qt5_libdir}/libEnginio.so
%{_qt5_libdir}/libEnginio.prl
%{_qt5_libdir}/cmake/Qt%{api}Enginio
%{_libdir}/pkgconfig/Enginio.pc
%{_qt5_prefix}/mkspecs/modules/qt_lib_enginio.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_enginio_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtenginio.qch
%{_qt5_docdir}/qtenginiooverview.qch
%{_qt5_docdir}/qtenginioqml.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/enginio/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in lib*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.6.1-1
- (ec971f8) New version 1.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23980 |14mu|qt5-qtgraphicaleffects-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtgraphicaleffects

%define qmlqtgraphicaleffects %mklibname qt5-qtgraphicaleffects-qml

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#--------------------------------------------------------------------

%package -n %{qmlqtgraphicaleffects}
Summary:	QML plugin for Qt 5 Graphical Effects module
Group:		System/Libraries
Provides:	qt5-qtgraphicaleffects-qml = %{EVRD}
Conflicts:	%{_lib}qt5quick5 < 5.6.0

%description -n %{qmlqtgraphicaleffects}
QML plugin for Qt 5 Graphical Effects module.

%files -n %{qmlqtgraphicaleffects}
%{_qt5_prefix}/qml/QtGraphicalEffects/

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtgraphicaleffects.qch
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif


%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (4955d1c) New version 5.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23981 |14mu|qt5-qtimageformats-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define oname qt5

%define module qtimageformats

%define qtimageformats %mklibname qt%{api}imageformats-plugins
%define qtimageformatsd %mklibname qt%{api}imageformats -d

# Requires qdoc5 and qt5-tools to build
%bcond_with docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(libmng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtimageformats}
Summary:	Qt Image Formats plugins
Group:		System/Libraries
Conflicts:	%{_lib}qt5gui5 < 5.6.0
Provides:	qt5-imageformats-plugins = %{EVRD}

%description -n %{qtimageformats}
Qt Image Formats plugins.

%files -n %{qtimageformats}
%{_qt5_plugindir}/imageformats/libqdds.so
%{_qt5_plugindir}/imageformats/libqicns.so
%{_qt5_plugindir}/imageformats/libqjp2.so
%{_qt5_plugindir}/imageformats/libqmng.so
%{_qt5_plugindir}/imageformats/libqtga.so
%{_qt5_plugindir}/imageformats/libqtiff.so
%{_qt5_plugindir}/imageformats/libqwbmp.so
%{_qt5_plugindir}/imageformats/libqwebp.so

#----------------------------------------------------------------------------

%package -n %{qtimageformatsd}
Summary:	Development files for the Qt Image Formats plugins
Group:		Development/KDE and Qt
Requires:	qmake%{api}
Conflicts:	%{_lib}qt5gui-devel < 5.6.0

%description -n %{qtimageformatsd}
Development files for the Qt Image Formats plugins.

%files -n %{qtimageformatsd}
%{_qt5_libdir}/cmake/Qt%{api}Gui/Qt5Gui_QDDSPlugin.cmake
%{_qt5_libdir}/cmake/Qt%{api}Gui/Qt5Gui_QICNSPlugin.cmake
%{_qt5_libdir}/cmake/Qt%{api}Gui/Qt5Gui_QJp2Plugin.cmake
%{_qt5_libdir}/cmake/Qt%{api}Gui/Qt5Gui_QMngPlugin.cmake
%{_qt5_libdir}/cmake/Qt%{api}Gui/Qt5Gui_QTgaPlugin.cmake
%{_qt5_libdir}/cmake/Qt%{api}Gui/Qt5Gui_QTiffPlugin.cmake
%{_qt5_libdir}/cmake/Qt%{api}Gui/Qt5Gui_QWbmpPlugin.cmake
%{_qt5_libdir}/cmake/Qt%{api}Gui/Qt5Gui_QWebpPlugin.cmake

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtimageformats.qch
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif


%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (ebf72e9) New version 5.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23982 |14mu|qt5-qtlocation-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtlocation

%define qtlocation %mklibname qt%{api}location %{major}
%define qtlocationd %mklibname qt%{api}location -d
%define qtpositioning %mklibname qt%{api}positioning %{major}
%define qtpositioningd %mklibname qt%{api}positioning -d

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gypsy)
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5DBus) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtlocation}
Summary:	Qt Location library
Group:		System/Libraries

%description -n %{qtlocation}
Qt Location library.

%files -n %{qtlocation}
%{_qt5_libdir}/libQt%{api}Location.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Location.so.%{major}*
%endif
%dir %{_qt5_plugindir}/geoservices
%{_qt5_plugindir}/geoservices/libqtgeoservices_mapbox.so
%{_qt5_plugindir}/geoservices/libqtgeoservices_nokia.so
%{_qt5_plugindir}/geoservices/libqtgeoservices_osm.so
%{_qt5_prefix}/qml/QtLocation

#----------------------------------------------------------------------------

%package -n %{qtlocationd}
Summary:	Development files for version %{api} of the QtLocation library
Group:		Development/KDE and Qt
Requires:	%{qtlocation} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtlocationd}
Development files for version 5 of the QtLocation library.

%files -n %{qtlocationd}
%{_qt5_includedir}/QtLocation
%{_qt5_libdir}/libQt%{api}Location.so
%{_qt5_libdir}/libQt%{api}Location.prl
%{_qt5_libdir}/cmake/Qt%{api}Location
%{_qt5_libdir}/pkgconfig/Qt%{api}Location.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Location.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_location.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_location_private.pri

#----------------------------------------------------------------------------

%package -n %{qtpositioning}
Summary:	Qt Positioning library
Group:		System/Libraries

%description -n %{qtpositioning}
Qt Positioning library.

The Qt Positioning API gives developers the ability to determine a position by
using a variety of possible sources, including satellite, or wifi, or text
file, and so on. That information can then be used to for example determine
a position on a map. In addition satellite information can be retrieved and
area based monitoring can be performed.

%files -n %{qtpositioning}
%{_qt5_libdir}/libQt%{api}Positioning.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Positioning.so.%{major}*
%endif
%{_qt5_prefix}/qml/QtPositioning
%{_qt5_plugindir}/position/libqtposition_geoclue.so
%{_qt5_plugindir}/position/libqtposition_gypsy.so
%{_qt5_plugindir}/position/libqtposition_positionpoll.so

#----------------------------------------------------------------------------

%package -n %{qtpositioningd}
Summary:	Development files for version 5 of the QtPositioning library
Group:		Development/KDE and Qt
Requires:	%{qtpositioning} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtpositioningd}
Development files for version 5 of the QtPositioning library.

%files -n %{qtpositioningd}
%{_qt5_includedir}/QtPositioning
%{_qt5_libdir}/libQt%{api}Positioning.so
%{_qt5_libdir}/libQt%{api}Positioning.prl
%{_qt5_libdir}/cmake/Qt%{api}Positioning
%{_qt5_libdir}/pkgconfig/Qt%{api}Positioning.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Positioning.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_positioning.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_positioning_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtlocation.qch
%{_qt5_docdir}/qtpositioning.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/location/
%{_qt5_exampledir}/positioning/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (6886061) Update examples



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23983 |14mu|qt5-qtmultimedia-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov 'libfftreal\\.so(.*)|devel\\(libfftreal.*\\)'
%define __noautoreq 'libfftreal\\.so(.*)'

%define api 5
%define major 5
%define oname qt5
%define qgstmajor 1

%define module qtmultimedia

%define qgsttools_p %mklibname qgsttools_p %{qgstmajor}
%define qtmultimedia %mklibname qt%{api}multimedia %{major}
%define qtmultimediad %mklibname qt%{api}multimedia -d
%define qtmultimediaquick_p %mklibname qt%{api}multimediaquick_p %{major}
%define qtmultimediawidgets %mklibname qt%{api}multimediawidgets %{major}
%define qtmultimediawidgetsd %mklibname qt%{api}multimediawidgets -d

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-base-1.0)
BuildRequires:	pkgconfig(gstreamer-app-1.0)
BuildRequires:	pkgconfig(gstreamer-audio-1.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0)
# For gstphotography
BuildRequires:	pkgconfig(gstreamer-plugins-bad-1.0)
BuildRequires:	pkgconfig(gstreamer-video-1.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5OpenGL) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
BuildRequires:	pkgconfig(Qt5Xml) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qgsttools_p}
Summary:	Runtime library for GStreamer support in Qt 5
Group:		System/Libraries

%description -n %{qgsttools_p}
Runtime library for GStreamer support in Qt 5.

%files -n %{qgsttools_p}
%{_qt5_libdir}/libqgsttools_p.so.%{qgstmajor}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libqgsttools_p.so.%{qgstmajor}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtmultimedia}
Summary:	Qt Multimedia libraries
Group:		System/Libraries
Conflicts:	%{_lib}qt5qml5 < 5.6.0
Suggests:	qt5-qtmultimedia-i18n

%description -n %{qtmultimedia}
Qt Multimedia libraries.

%files -n %{qtmultimedia}
%{_qt5_libdir}/libQt%{api}Multimedia.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Multimedia.so.%{major}*
%endif
%{_qt5_prefix}/qml/QtAudioEngine
%{_qt5_prefix}/qml/QtMultimedia
%{_qt5_plugindir}/audio/libqtaudio_alsa.so
%{_qt5_plugindir}/audio/libqtmedia_pulse.so
%{_qt5_plugindir}/mediaservice/libgstaudiodecoder.so
%{_qt5_plugindir}/mediaservice/libgstcamerabin.so
%{_qt5_plugindir}/mediaservice/libgstmediacapture.so
%{_qt5_plugindir}/mediaservice/libgstmediaplayer.so
%{_qt5_plugindir}/playlistformats/libqtmultimedia_m3u.so

#----------------------------------------------------------------------------

%package -n %{qtmultimediad}
Summary:	Development files for Qt Multimedia
Group:		Development/KDE and Qt
Requires:	%{qtmultimedia} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtmultimediad}
Development files for Qt Multimedia.

%files -n %{qtmultimediad}
%{_qt5_includedir}/QtMultimedia
%{_qt5_includedir}/QtMultimediaQuick_p
%{_qt5_libdir}/libQt%{api}Multimedia.so
%{_qt5_libdir}/libQt%{api}Multimedia.prl
%{_qt5_libdir}/cmake/Qt%{api}Multimedia
%{_qt5_libdir}/pkgconfig/Qt%{api}Multimedia.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Multimedia.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_multimedia.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_multimedia_private.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri

#----------------------------------------------------------------------------

%package -n %{qtmultimediaquick_p}
Summary:	Runtime support library for the Qt Multimedia Quick module
Group:		System/Libraries

%description -n %{qtmultimediaquick_p}
Runtime support library for the Qt Multimedia Quick module.

%files -n %{qtmultimediaquick_p}
%{_qt5_libdir}/libQt%{api}MultimediaQuick_p.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}MultimediaQuick_p.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtmultimediawidgets}
Summary:	Qt Multimedia Widgets library
Group:		System/Libraries

%description -n %{qtmultimediawidgets}
Qt Multimedia Widgets library.

%files -n %{qtmultimediawidgets}
%{_qt5_libdir}/libQt%{api}MultimediaWidgets.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}MultimediaWidgets.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtmultimediawidgetsd}
Summary:	Development files for the Qt Multimedia Widgets library
Group:		Development/KDE and Qt
Requires:	%{qtmultimediawidgets} = %{EVRD}
Requires:	%{qtmultimediad} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtmultimediawidgetsd}
Development files for the Qt Multimedia Widgets library.

%files -n %{qtmultimediawidgetsd}
%{_qt5_includedir}/QtMultimediaWidgets
%{_qt5_libdir}/libQt%{api}MultimediaWidgets.so
%{_qt5_libdir}/libQt%{api}MultimediaWidgets.prl
%{_qt5_libdir}/cmake/Qt%{api}MultimediaWidgets
%{_qt5_libdir}/pkgconfig/Qt%{api}MultimediaWidgets.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}MultimediaWidgets.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_multimediawidgets.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_multimediawidgets_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtmultimedia.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/multimedia/
%{_qt5_exampledir}/multimediawidgets/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

# Let's not ship -devel files for private libraries... At least not until
# applications teach us otherwise
rm -f %{buildroot}%{_qt5_libdir}/libqgsttools_p.so %{buildroot}%{_qt5_libdir}/libqgsttools_p.prl
rm -f %{buildroot}%{_qt5_libdir}/libQt%{api}MultimediaQuick_p.so %{buildroot}%{_qt5_libdir}/libQt%{api}MultimediaQuick_p.prl

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (1199855) New version 5.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23984 |14mu|qt5-qtquick1-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtquick1

%define qtdeclarative %mklibname qt%{api}declarative %{major}
%define qtdeclaratived %mklibname qt%{api}declarative -d

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
# Deprecated module, no more official release tarbals
Source0:	%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5OpenGL) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
BuildRequires:	pkgconfig(Qt5Script) >= %{version}
BuildRequires:	pkgconfig(Qt5WebKit) >= %{version}
BuildRequires:	pkgconfig(Qt5WebKitWidgets) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
BuildRequires:	pkgconfig(Qt5XmlPatterns) >= %{version}

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtdeclarative}
Summary:	Runtime library for Qt Declarative
Group:		System/Libraries
Suggests:	qt5-qtquick-i18n
Conflicts:	%{_lib}qt5qml5 < 5.6.0
Conflicts:	%{_lib}qt5quick5 < 5.6.0
Conflicts:	%{_lib}qt5webkit5 < 5.6.0

%description -n %{qtdeclarative}
Runtime library for Qt Declarative.

%files -n %{qtdeclarative}
%{_qt5_libdir}/libQt%{api}Declarative.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Declarative.so.%{major}*
%endif
%dir %{_qt5_importdir}/Qt
%dir %{_qt5_importdir}/Qt/labs
%{_qt5_importdir}/Qt/labs/folderlistmodel
%{_qt5_importdir}/Qt/labs/gestures
%{_qt5_importdir}/Qt/labs/particles
%{_qt5_importdir}/Qt/labs/shaders
%{_qt5_importdir}/QtWebKit/
%{_qt5_importdir}/builtins.qmltypes
%{_qt5_plugindir}/qml1tooling/libqmldbg_inspector.so
%{_qt5_plugindir}/qml1tooling/libqmldbg_tcp_qtdeclarative.so

#----------------------------------------------------------------------------

%package -n %{qtdeclaratived}
Summary:	Development files for Qt Declarative
Group:		Development/KDE and Qt
Requires:	%{qtdeclarative} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0
Conflicts:	qt5-qml-tools < 5.6.0
Suggests:	qt5-qmlviewer-i18n

%description -n %{qtdeclaratived}
Development files for Qt Declarative.

%files -n %{qtdeclaratived}
%{_qt5_bindir}/qml1plugindump
%{_qt5_bindir}/qmlviewer
%{_qt5_includedir}/QtDeclarative
%{_qt5_libdir}/libQt%{api}Declarative.so
%{_qt5_libdir}/libQt%{api}Declarative.prl
%{_qt5_libdir}/cmake/Qt%{api}Declarative
%{_qt5_libdir}/pkgconfig/Qt%{api}Declarative.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Declarative.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_declarative.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_declarative_private.pri

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/declarative/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (d19f071) New version 5.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23985 |14mu|qt5-qtquickcontrols2-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtquickcontrols2

%define qmlqtlabscontrols %mklibname qt5-qtlabscontrols-qml
%define qtlabscontrolsd %mklibname qt%{api}labscontrols -d
%define qtlabstemplates %mklibname qt%{api}labstemplates %{major}
%define qtlabstemplatesd %mklibname qt%{api}labstemplates -d

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#--------------------------------------------------------------------

%package -n %{qmlqtlabscontrols}
Summary:	QML plugin for Qt 5 Labs Controls module
Group:		System/Libraries
Suggests:	qt5-qtquickcontrols2-i18n
Provides:	qt5-qtlabscontrols-qml = %{EVRD}
Provides:	qt5-qtquickcontrols2-qml = %{EVRD}

%description -n %{qmlqtlabscontrols}
QML plugin for Qt 5 Labs Controls module.

%files -n %{qmlqtlabscontrols}
%{_qt5_prefix}/qml/Qt/labs/calendar/
%{_qt5_prefix}/qml/Qt/labs/controls/
%{_qt5_prefix}/qml/Qt/labs/templates/

#----------------------------------------------------------------------------

%package -n %{qtlabscontrolsd}
Summary:	Development files for the Qt 5 Labs Controls library
Group:		Development/KDE and Qt
Requires:	qmake%{api}

%description -n %{qtlabscontrolsd}
Development files for the Qt 5 Labs Controls library.

%files -n %{qtlabscontrolsd}
%{_qt5_includedir}/QtLabsControls
%{_qt5_libdir}/libQt%{api}LabsControls.a
%{_qt5_libdir}/libQt%{api}LabsControls.prl
%{_qt5_prefix}/mkspecs/modules/qt_lib_labscontrols_private.pri

#----------------------------------------------------------------------------

%package -n %{qtlabstemplates}
Summary:	Qt 5 Labs Templates library
Group:		System/Libraries
Requires:	qt5-qtlabscontrols-qml

%description -n %{qtlabstemplates}
Qt 5 Labs Templates library.

%files -n %{qtlabstemplates}
%{_qt5_libdir}/libQt%{api}LabsTemplates.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}LabsTemplates.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtlabstemplatesd}
Summary:	Development files for the Qt Labs Templates library
Group:		Development/KDE and Qt
Requires:	%{qtlabstemplates} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtlabstemplatesd}
Development files for the Qt Labs Templates library.

%files -n %{qtlabstemplatesd}
%{_qt5_includedir}/QtLabsTemplates
%{_qt5_libdir}/libQt%{api}LabsTemplates.so
%{_qt5_libdir}/libQt%{api}LabsTemplates.prl
%{_qt5_prefix}/mkspecs/modules/qt_lib_labstemplates_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtlabscontrols.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/quickcontrols2/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (487ba6f) Update examples



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23986 |14mu|qt5-qtquickcontrols-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtquickcontrols

%define qmlqtquickcontrols %mklibname qt5-qtquickcontrols-qml

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
BuildRequires:	pkgconfig(Qt5Sql) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#--------------------------------------------------------------------

%package -n %{qmlqtquickcontrols}
Summary:	QML plugin for Qt 5 Quick Controls module
Group:		System/Libraries
Provides:	qt5-qtquickcontrols-qml = %{EVRD}
Suggests:	qt5-qtquickcontrols-i18n
Conflicts:	%{_lib}qt5quick5 < 5.6.0

%description -n %{qmlqtquickcontrols}
QML plugin for Qt 5 Quick Controls module.

%files -n %{qmlqtquickcontrols}
%{_qt5_prefix}/qml/QtQuick/Controls/
%{_qt5_prefix}/qml/QtQuick/Dialogs/
%{_qt5_prefix}/qml/QtQuick/Extras/
%{_qt5_prefix}/qml/QtQuick/Layouts/
%{_qt5_prefix}/qml/QtQuick/PrivateWidgets/

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtquickcontrols.qch
%{_qt5_docdir}/qtquickdialogs.qch
%{_qt5_docdir}/qtquickextras.qch
%{_qt5_docdir}/qtquicklayouts.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/quickcontrols/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif


%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (5be07fb) Update examples



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23987 |14mu|qt5-qtscript-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtscript

%define qtscript %mklibname qt%{api}script %{major}
%define qtscriptd %mklibname qt%{api}script -d
%define qtscripttools %mklibname qt%{api}scripttools %{major}
%define qtscripttoolsd %mklibname qt%{api}scripttools -d

# Requires qdoc5 and qt5-tools to build
%bcond_with docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtscript}
Summary:	Qt Script runtime library
Group:		System/Libraries
Suggests:	qt5-qtscript-i18n

%description -n %{qtscript}
Qt Script runtime library.

%files -n %{qtscript}
%{_qt5_libdir}/libQt%{api}Script.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Script.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtscriptd}
Summary:	Development files for Qt Script
Group:		Development/KDE and Qt
Requires:	%{qtscript} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtscriptd}
Development files for Qt Script.

%files -n %{qtscriptd}
%{_qt5_includedir}/QtScript
%{_qt5_libdir}/libQt%{api}Script.so
%{_qt5_libdir}/libQt%{api}Script.prl
%{_qt5_libdir}/cmake/Qt%{api}Script
%{_qt5_libdir}/pkgconfig/Qt%{api}Script.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Script.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_script.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_script_private.pri

#----------------------------------------------------------------------------

%package -n %{qtscripttools}
Summary:	Qt Script tools library
Group:		System/Libraries

%description -n %{qtscripttools}
Qt Script tools library.

%files -n %{qtscripttools}
%{_qt5_libdir}/libQt%{api}ScriptTools.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}ScriptTools.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtscripttoolsd}
Summary:	Development files for Qt Script tools
Group:		Development/KDE and Qt
Requires:	%{qtscripttools} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtscripttoolsd}
Development files for Qt Script tools.

%files -n %{qtscripttoolsd}
%{_qt5_includedir}/QtScriptTools
%{_qt5_libdir}/libQt%{api}ScriptTools.so
%{_qt5_libdir}/libQt%{api}ScriptTools.prl
%{_qt5_libdir}/cmake/Qt%{api}ScriptTools
%{_qt5_libdir}/pkgconfig/Qt%{api}ScriptTools.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}ScriptTools.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_scripttools.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_scripttools_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtscript.qch
%{_qt5_docdir}/qtscripttools.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/script/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (292da90) New version 5.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23988 |14mu|qt5-qtsensors-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtsensors

%define qtsensors %mklibname qt%{api}sensors %{major}
%define qtsensorsd %mklibname qt%{api}sensors -d

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
Patch0:		qt-everywhere-opensource-src-5.2.0-staticgrue.patch
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtsensors}
Summary:	Qt Sensors library
Group:		System/Libraries

%description -n %{qtsensors}
Qt Sensors library.

%files -n %{qtsensors}
%{_qt5_libdir}/libQt%{api}Sensors.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Sensors.so.%{major}*
%endif
%{_qt5_prefix}/qml/QtSensors
%{_qt5_plugindir}/sensorgestures/libqtsensorgestures_counterplugin.so
%{_qt5_plugindir}/sensorgestures/libqtsensorgestures_plugin.so
%{_qt5_plugindir}/sensorgestures/libqtsensorgestures_shakeplugin.so
%{_qt5_plugindir}/sensors/libqtsensors_generic.so
%{_qt5_plugindir}/sensors/libqtsensors_linuxsys.so

#----------------------------------------------------------------------------

%package -n %{qtsensorsd}
Summary:	Development files for the QtSensors library
Group:		Development/KDE and Qt
Requires:	%{qtsensors} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtsensorsd}
Development files for the QtSensors library.

%files -n %{qtsensorsd}
%{_qt5_includedir}/QtSensors
%{_qt5_libdir}/libQt%{api}Sensors.so
%{_qt5_libdir}/libQt%{api}Sensors.prl
%{_qt5_libdir}/cmake/Qt%{api}Sensors
%{_qt5_libdir}/pkgconfig/Qt%{api}Sensors.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Sensors.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_sensors.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_sensors_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtsensors.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/sensors/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}
%patch0 -p2

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (827904b) Update examples



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23989 |14mu|qt5-qtserialbus-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtserialbus

%define qtserialbus %mklibname qt%{api}serialbus %{major}
%define qtserialbusd %mklibname qt%{api}serialbus -d

# Requires qdoc5 and qt5-tools to build
%bcond_with docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5SerialPort) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtserialbus}
Summary:	Qt Serial Bus library
Group:		System/Libraries

%description -n %{qtserialbus}
Qt Serial Bus library.

%files -n %{qtserialbus}
%{_qt5_bindir}/canbusutil
%{_qt5_libdir}/libQt%{api}SerialBus.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}SerialBus.so.%{major}*
%endif
%{_qt5_plugindir}/canbus/libqtpeakcanbus.so
%{_qt5_plugindir}/canbus/libqtsocketcanbus.so
%{_qt5_plugindir}/canbus/libqttinycanbus.so

#----------------------------------------------------------------------------

%package -n %{qtserialbusd}
Summary:	Development files for the Serial Bus library
Group:		Development/KDE and Qt
Requires:	%{qtserialbus} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtserialbusd}
Development files for the Serial Bus library.

%files -n %{qtserialbusd}
%{_qt5_includedir}/QtSerialBus
%{_qt5_libdir}/libQt%{api}SerialBus.so
%{_qt5_libdir}/libQt%{api}SerialBus.prl
%{_qt5_libdir}/cmake/Qt%{api}SerialBus
%{_qt5_libdir}/pkgconfig/Qt%{api}SerialBus.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}SerialBus.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_serialbus.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_serialbus_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtserialbus.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/serialbus/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (abf6462) Add examples subpackage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23990 |14mu|qt5-qtserialport-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtserialport

%define qtserialport %mklibname qt%{api}serialport %{major}
%define qtserialportd %mklibname qt%{api}serialport -d

# Requires qdoc5 and qt5-tools to build
%bcond_with docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
BuildRequires:	pkgconfig(udev)
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtserialport}
Summary:	Qt Serial Port library
Group:		System/Libraries

%description -n %{qtserialport}
Qt Serial Port library.

%files -n %{qtserialport}
%{_qt5_libdir}/libQt%{api}SerialPort.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}SerialPort.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtserialportd}
Summary:	Development files for the QtSerialPort library
Group:		Development/KDE and Qt
Requires:	%{qtserialport} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtserialportd}
Development files for the QtSerialPort library.

%files -n %{qtserialportd}
%{_qt5_includedir}/QtSerialPort
%{_qt5_libdir}/libQt%{api}SerialPort.so
%{_qt5_libdir}/libQt%{api}SerialPort.prl
%{_qt5_libdir}/cmake/Qt%{api}SerialPort
%{_qt5_libdir}/pkgconfig/Qt%{api}SerialPort.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}SerialPort.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_serialport.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_serialport_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtserialport.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/serialport/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (6cf9403) Add examples subpackage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23991 |14mu|qt5-qtsvg-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtsvg

%define qtsvg %mklibname qt%{api}svg %{major}
%define qtsvgd %mklibname qt%{api}svg -d

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5OpenGL) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtsvg}
Summary:	Qt SVG rendering engine
Group:		System/Libraries
Conflicts:	%{_lib}qt5gui5 < 5.6.0

%description -n %{qtsvg}
Qt SVG rendering engine.

%files -n %{qtsvg}
%{_qt5_libdir}/libQt%{api}Svg.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Svg.so.%{major}*
%endif
%{_qt5_plugindir}/iconengines/libqsvgicon.so
%{_qt5_plugindir}/imageformats/libqsvg.so

#----------------------------------------------------------------------------

%package -n %{qtsvgd}
Summary:	Development files for Qt's SVG rendering engine
Group:		Development/KDE and Qt
Requires:	%{qtsvg} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtsvgd}
Development files for Qt's SVG rendering engine.

%files -n %{qtsvgd}
%{_qt5_includedir}/QtSvg
%{_qt5_libdir}/libQt%{api}Svg.so
%{_qt5_libdir}/libQt%{api}Svg.prl
%{_qt5_libdir}/cmake/Qt%{api}Svg
%{_qt5_libdir}/pkgconfig/Qt%{api}Svg.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Svg.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_svg.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_svg_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtsvg.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/svg/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (cd66500) Drop examples-deployment patch (fixed upstream)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23992 |14mu|qt5-qttools-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qttools

%define qtclucene %mklibname qt%{api}clucene %{major}
%define qtclucened %mklibname qt%{api}clucene -d
%define qtdesigner %mklibname qt%{api}designer %{major}
%define qtdesignerd %mklibname qt%{api}designer -d
%define qtdesignercomponents %mklibname qt%{api}designercomponents %{major}
%define qtdesignercomponentsd %mklibname qt%{api}designercomponents -d
%define qthelp %mklibname qt%{api}help %{major}
%define qthelpd %mklibname qt%{api}help -d
%define qtuitoolsd %mklibname qt%{api}uitools -d

# Requires qdoc5 and qt5-tools to build
%bcond_with docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source1:	rosa-assistant-qt%{api}.desktop
Source2:	rosa-designer-qt%{api}.desktop
Source3:	rosa-linguist-qt%{api}.desktop
# Install pkgconfig file for Clucene because it's used by other projects
Patch0:		qttools-opensource-src-5.6.1-clucene-pkgconfig.patch
# Same for Designer Components, needed for Qt Creator
Patch1:		qttools-opensource-src-5.6.1-designer-components-pkgconfig.patch
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5DBus) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5PrintSupport) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
BuildRequires:	pkgconfig(Qt5Sql) >= %{version}
BuildRequires:	pkgconfig(Qt5Test) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
BuildRequires:	pkgconfig(Qt5Xml) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtclucene}
Summary:	Qt version of the CLucene search engine
Group:		System/Libraries

%description -n %{qtclucene}
Qt version of the CLucene search engine.

%files -n %{qtclucene}
%{_qt5_libdir}/libQt%{api}CLucene.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}CLucene.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtclucened}
Summary:	Development files for the Qt version of the CLucene search engine
Group:		Development/KDE and Qt
Requires:	%{qtclucene} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtclucened}
Development files for the Qt version of the CLucene search engine.

%files -n %{qtclucened}
%{_qt5_includedir}/QtCLucene
%{_qt5_libdir}/libQt%{api}CLucene.so
%{_qt5_libdir}/libQt%{api}CLucene.prl
%{_qt5_libdir}/cmake/Qt%{api}CLucene
%{_qt5_libdir}/pkgconfig/Qt%{api}CLucene.pc
%{_qt5_prefix}/mkspecs/modules/qt_lib_clucene.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_clucene_private.pri

#----------------------------------------------------------------------------

%package -n %{qtdesigner}
Summary:	Qt Designer runtime libraries
Group:		System/Libraries

%description -n %{qtdesigner}
Qt Designer runtime libraries.

%files -n %{qtdesigner}
%{_qt5_libdir}/libQt%{api}Designer.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Designer.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtdesignerd}
Summary:	Development files for Qt Designer
Group:		Development/KDE and Qt
Requires:	%{qtdesigner} = %{EVRD}
Requires:	qmake%{api}
# cmake module needs its files
Requires:	qt5-designer
Requires:	%{qtuitoolsd} = %{EVRD}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtdesignerd}
Development files for Qt Designer.

%files -n %{qtdesignerd}
%{_qt5_includedir}/QtDesigner
%{_qt5_libdir}/libQt%{api}Designer.so
%{_qt5_libdir}/libQt%{api}Designer.prl
%{_qt5_libdir}/cmake/Qt%{api}Designer
%{_qt5_libdir}/pkgconfig/Qt%{api}Designer.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Designer.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_designer.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_designer_private.pri

#----------------------------------------------------------------------------

%package -n %{qtdesignercomponents}
Summary:	Components for Qt Designer
Group:		System/Libraries

%description -n %{qtdesignercomponents}
Components for Qt Designer.

%files -n %{qtdesignercomponents}
%{_qt5_libdir}/libQt%{api}DesignerComponents.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}DesignerComponents.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtdesignercomponentsd}
Summary:	Development files for Qt Designer Components
Group:		Development/KDE and Qt
Requires:	%{qtdesignercomponents} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtdesignercomponentsd}
Development files for Qt Designer Components.

%files -n %{qtdesignercomponentsd}
%{_qt5_includedir}/QtDesignerComponents
%{_qt5_libdir}/libQt%{api}DesignerComponents.so
%{_qt5_libdir}/libQt%{api}DesignerComponents.prl
%{_qt5_libdir}/cmake/Qt%{api}DesignerComponents
%{_qt5_libdir}/pkgconfig/Qt%{api}DesignerComponents.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}DesignerComponents.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_designercomponents.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_designercomponents_private.pri

#----------------------------------------------------------------------------

%package -n %{qthelp}
Summary:	Runtime libraries for the Qt Help system
Group:		System/Libraries

%description -n %{qthelp}
Runtime libraries for the Qt Help system.

%files -n %{qthelp}
%{_qt5_libdir}/libQt%{api}Help.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Help.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qthelpd}
Summary:	Development files for Qt Help
Group:		Development/KDE and Qt
Requires:	%{qthelp} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qthelpd}
Development files for Qt Help, useful if you wish to add a help system
to your application.

%files -n %{qthelpd}
%{_qt5_includedir}/QtHelp
%{_qt5_libdir}/libQt%{api}Help.so
%{_qt5_libdir}/libQt%{api}Help.prl
%{_qt5_libdir}/cmake/Qt%{api}Help
%{_qt5_libdir}/pkgconfig/Qt%{api}Help.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Help.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_help.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_help_private.pri

#----------------------------------------------------------------------------

%package -n %{qtuitoolsd}
Summary:	Development files for Qt Ui Tools
Group:		Development/KDE and Qt
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0
Conflicts:	%{_lib}qt5gui-devel < 5.6.0

%description -n %{qtuitoolsd}
Development files for Qt Ui Tools.

%files -n %{qtuitoolsd}
%{_qt5_includedir}/QtUiPlugin
%{_qt5_includedir}/QtUiTools
%{_qt5_libdir}/libQt%{api}UiTools.a
%{_qt5_libdir}/libQt%{api}UiTools.prl
%{_qt5_libdir}/cmake/Qt%{api}UiPlugin
%{_qt5_libdir}/cmake/Qt%{api}UiTools
%{_qt5_libdir}/pkgconfig/Qt%{api}UiTools.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}UiTools.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_uiplugin.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_uitools.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_uitools_private.pri

#----------------------------------------------------------------------------

%package -n %{oname}-assistant
Summary:	Qt help system
Group:		Development/KDE and Qt
Suggests:	qt5-assistant-i18n
Suggests:	qt5-doc

%description -n %{oname}-assistant
Qt help system.

%files -n %{oname}-assistant
%{_qt5_bindir}/assistant
%{_datadir}/applications/rosa-assistant-qt%{api}.desktop

#----------------------------------------------------------------------------

%package -n %{oname}-designer
Summary:	Qt interface design tool
Group:		Development/KDE and Qt
# Should be X11 later
Requires:	qt5-output-driver-default
# for /usr/lib/qt5/bin/uic
Requires:	pkgconfig(Qt5Gui)
Suggests:	qt5-designer-i18n

%description -n %{oname}-designer
Qt interface design tool.

%files -n %{oname}-designer
%{_qt5_bindir}/designer
%{_datadir}/applications/rosa-designer-qt%{api}.desktop
%{_qt5_plugindir}/designer

#----------------------------------------------------------------------------

%package -n %{oname}-linguist
Summary:	Translation tool for Qt based applications
Group:		Development/KDE and Qt
Requires:	%{oname}-linguist-tools = %{EVRD}
Suggests:	qt5-linguist-i18n

%description -n %{oname}-linguist
Translation tool for Qt based applications.

%files -n %{oname}-linguist
%{_qt5_bindir}/linguist
%{_datadir}/applications/rosa-linguist-qt%{api}.desktop
%dir %{_qt5_datadir}/phrasebooks
%lang(da) %{_qt5_datadir}/phrasebooks/danish.qph
%lang(nl) %{_qt5_datadir}/phrasebooks/dutch.qph
%lang(fi) %{_qt5_datadir}/phrasebooks/finnish.qph
%lang(fr) %{_qt5_datadir}/phrasebooks/french.qph
%lang(de) %{_qt5_datadir}/phrasebooks/german.qph
%lang(hu) %{_qt5_datadir}/phrasebooks/hungarian.qph
%lang(it) %{_qt5_datadir}/phrasebooks/italian.qph
%lang(ja) %{_qt5_datadir}/phrasebooks/japanese.qph
%lang(no) %{_qt5_datadir}/phrasebooks/norwegian.qph
%lang(pl) %{_qt5_datadir}/phrasebooks/polish.qph
%lang(ru) %{_qt5_datadir}/phrasebooks/russian.qph
%lang(es) %{_qt5_datadir}/phrasebooks/spanish.qph
%lang(sv) %{_qt5_datadir}/phrasebooks/swedish.qph

#----------------------------------------------------------------------------

%package -n %{oname}-linguist-tools
Summary:	Tools for creating and updating Qt Linguist translation files
Group:		Development/KDE and Qt

%description -n %{oname}-linguist-tools
Tools for creating and updating Qt Linguist translation files.

%files -n %{oname}-linguist-tools
%{_qt5_bindir}/lconvert
%{_qt5_bindir}/lrelease
%{_qt5_bindir}/lupdate
%{_bindir}/lconvert-qt%{api}
%{_bindir}/lrelease-qt%{api}
%{_bindir}/lupdate-qt%{api}
%{_qt5_libdir}/cmake/Qt%{api}LinguistTools

#----------------------------------------------------------------------------

%package -n %{oname}-tools
Summary:	Tools for Qt 5
Group:		Development/KDE and Qt
# Should be fixed later
# Requires:	qt5-output-driver-minimal
Requires:	%{_lib}qt5gui5-minimal
Requires:	qt5-database-plugin-sqlite

%description -n %{oname}-tools
Tools for Qt 5.

%files -n %{oname}-tools
%{_bindir}/qdbus-qt%{api}
%{_bindir}/qtpaths-qt%{api}
%{_qt5_bindir}/pixeltool
%{_qt5_bindir}/qcollectiongenerator
%{_qt5_bindir}/qdbus
%{_qt5_bindir}/qdbusviewer
%{_qt5_bindir}/qhelpconverter
%{_qt5_bindir}/qhelpgenerator
%{_qt5_bindir}/qtdiag
%{_qt5_bindir}/qtpaths
%{_qt5_bindir}/qtplugininfo

#----------------------------------------------------------------------------

%package -n qdoc%{api}
Summary:	Qt documentation generator, version 5
Group:		Development/KDE and Qt

%description -n qdoc%{api}
Qt documentation generator, version 5.

%files -n qdoc%{api}
%{_qt5_bindir}/qdoc

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/assistant/
%{_qt5_exampledir}/designer/
%{_qt5_exampledir}/help/
%{_qt5_exampledir}/linguist/
%{_qt5_exampledir}/uitools/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}
%patch0 -p1
%patch1 -p1

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
%makeinstall_qt

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

# Let's make life easier for packagers
mkdir -p %{buildroot}%{_bindir}
for i in lrelease lupdate lconvert qdbus qtpaths; do
    ln -s ../%{_lib}/qt%{api}/bin/$i %{buildroot}%{_bindir}/$i-qt%{api}
done

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# Workaround for
# *** ERROR: same build ID in nonidentical files!
#        /usr/lib/qt5/bin/qdbuscpp2xml
#   and  /usr/lib/qt5/bin/moc
# ...
# while generating debug info
find %{buildroot} -type f -perm -0755 |grep -vE '\.(so|qml|sh|pl|ttf|eot|woff)' |xargs %__strip --strip-unneeded

# Install .desktop files for assistant, designer and linguist
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/applications

sed -i s,"/usr/lib/qt5/bin","%{_qt5_bindir}",g %{buildroot}%{_datadir}/applications/*.desktop

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (7ef0d2a) Re-diff pkgconfig patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23993 |14mu|qt5-qttranslations-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define oname qt5

%define module qttranslations

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		System/Internationalization
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
Requires:	qt5-assistant-i18n
Requires:	qt5-designer-i18n
Requires:	qt5-linguist-i18n
Requires:	qt5-qmlviewer-i18n
Requires:	qt5-qtcore-i18n
Requires:	qt5-qtdeclarative-i18n
Requires:	qt5-qtmultimedia-i18n
Requires:	qt5-qtquick-i18n
Requires:	qt5-qtquickcontrols-i18n
Requires:	qt5-qtquickcontrols2-i18n
Requires:	qt5-qtscript-i18n
Requires:	qt5-qtwebengine-i18n
Requires:	qt5-qtwebsockets-i18n
Requires:	qt5-qtxmlpatterns-i18n
BuildArch:	noarch

%description
Version 5 of the Qt toolkit (%{module} packages).

%files

#----------------------------------------------------------------------------

%package -n %{oname}-assistant-i18n
Summary:	Qt 5 Assistant translations
Group:		System/Internationalization
Conflicts:	qt5-assistant < 5.6.0
BuildArch:	noarch

%description -n %{oname}-assistant-i18n
Qt 5 Assistant translations.

%files -n %{oname}-assistant-i18n
%lang(cs) %{_qt5_translationsdir}/assistant_cs.qm
%lang(da) %{_qt5_translationsdir}/assistant_da.qm
%lang(de) %{_qt5_translationsdir}/assistant_de.qm
%lang(en) %{_qt5_translationsdir}/assistant_en.qm
%lang(fr) %{_qt5_translationsdir}/assistant_fr.qm
%lang(hu) %{_qt5_translationsdir}/assistant_hu.qm
%lang(ja) %{_qt5_translationsdir}/assistant_ja.qm
%lang(ko) %{_qt5_translationsdir}/assistant_ko.qm
%lang(pl) %{_qt5_translationsdir}/assistant_pl.qm
%lang(ru) %{_qt5_translationsdir}/assistant_ru.qm
%lang(sk) %{_qt5_translationsdir}/assistant_sk.qm
%lang(sl) %{_qt5_translationsdir}/assistant_sl.qm
%lang(uk) %{_qt5_translationsdir}/assistant_uk.qm
%lang(zh_CN) %{_qt5_translationsdir}/assistant_zh_CN.qm
%lang(zh_TW) %{_qt5_translationsdir}/assistant_zh_TW.qm

#----------------------------------------------------------------------------

%package -n %{oname}-designer-i18n
Summary:	Qt 5 Designer translations
Group:		System/Internationalization
Conflicts:	qt5-designer < 5.6.0
BuildArch:	noarch

%description -n %{oname}-designer-i18n
Qt 5 Designer translations.

%files -n %{oname}-designer-i18n
%lang(cs) %{_qt5_translationsdir}/designer_cs.qm
%lang(de) %{_qt5_translationsdir}/designer_de.qm
%lang(en) %{_qt5_translationsdir}/designer_en.qm
%lang(fr) %{_qt5_translationsdir}/designer_fr.qm
%lang(hu) %{_qt5_translationsdir}/designer_hu.qm
%lang(ja) %{_qt5_translationsdir}/designer_ja.qm
%lang(ko) %{_qt5_translationsdir}/designer_ko.qm
%lang(pl) %{_qt5_translationsdir}/designer_pl.qm
%lang(ru) %{_qt5_translationsdir}/designer_ru.qm
%lang(sk) %{_qt5_translationsdir}/designer_sk.qm
%lang(sl) %{_qt5_translationsdir}/designer_sl.qm
%lang(uk) %{_qt5_translationsdir}/designer_uk.qm
%lang(zh_CN) %{_qt5_translationsdir}/designer_zh_CN.qm
%lang(zh_TW) %{_qt5_translationsdir}/designer_zh_TW.qm

#----------------------------------------------------------------------------

%package -n %{oname}-linguist-i18n
Summary:	Qt 5 Linguist translations
Group:		System/Internationalization
Conflicts:	qt5-linguist < 5.6.0
BuildArch:	noarch

%description -n %{oname}-linguist-i18n
Qt 5 Linguist translations.

%files -n %{oname}-linguist-i18n
%lang(cs) %{_qt5_translationsdir}/linguist_cs.qm
%lang(de) %{_qt5_translationsdir}/linguist_de.qm
%lang(en) %{_qt5_translationsdir}/linguist_en.qm
%lang(fr) %{_qt5_translationsdir}/linguist_fr.qm
%lang(hu) %{_qt5_translationsdir}/linguist_hu.qm
%lang(ja) %{_qt5_translationsdir}/linguist_ja.qm
%lang(ko) %{_qt5_translationsdir}/linguist_ko.qm
%lang(pl) %{_qt5_translationsdir}/linguist_pl.qm
%lang(ru) %{_qt5_translationsdir}/linguist_ru.qm
%lang(sk) %{_qt5_translationsdir}/linguist_sk.qm
%lang(sl) %{_qt5_translationsdir}/linguist_sl.qm
%lang(uk) %{_qt5_translationsdir}/linguist_uk.qm
%lang(zh_CN) %{_qt5_translationsdir}/linguist_zh_CN.qm
%lang(zh_TW) %{_qt5_translationsdir}/linguist_zh_TW.qm

#----------------------------------------------------------------------------

%package -n %{oname}-qmlviewer-i18n
Summary:	Qt 5 QML Viewer translations
Group:		System/Internationalization
Conflicts:	qt5-qml-tools < 5.6.0
BuildArch:	noarch

%description -n %{oname}-qmlviewer-i18n
Qt 5 QML Viewer translations.

%files -n %{oname}-qmlviewer-i18n
%lang(cs) %{_qt5_translationsdir}/qmlviewer_cs.qm
%lang(en) %{_qt5_translationsdir}/qmlviewer_en.qm
%lang(fi) %{_qt5_translationsdir}/qmlviewer_fi.qm
%lang(fr) %{_qt5_translationsdir}/qmlviewer_fr.qm
%lang(he) %{_qt5_translationsdir}/qmlviewer_he.qm
%lang(hu) %{_qt5_translationsdir}/qmlviewer_hu.qm
%lang(ja) %{_qt5_translationsdir}/qmlviewer_ja.qm
%lang(ja) %{_qt5_translationsdir}/qmlviewer_ko.qm
%lang(pl) %{_qt5_translationsdir}/qmlviewer_pl.qm
%lang(ru) %{_qt5_translationsdir}/qmlviewer_ru.qm
%lang(sk) %{_qt5_translationsdir}/qmlviewer_sk.qm
%lang(uk) %{_qt5_translationsdir}/qmlviewer_uk.qm

#----------------------------------------------------------------------------

%package -n %{oname}-qtcore-i18n
Summary:	Qt 5 Core translations
Group:		System/Internationalization
Conflicts:	%{_lib}qt5core5 < 5.1.0-6
BuildArch:	noarch

%description -n %{oname}-qtcore-i18n
Qt 5 Core translations.

%files -n %{oname}-qtcore-i18n
%dir %{_qt5_translationsdir}
%lang(ar) %{_qt5_translationsdir}/qt_ar.qm
%lang(ca) %{_qt5_translationsdir}/qt_ca.qm
%lang(cs) %{_qt5_translationsdir}/qt_cs.qm
%lang(da) %{_qt5_translationsdir}/qt_da.qm
%lang(de) %{_qt5_translationsdir}/qt_de.qm
%lang(en) %{_qt5_translationsdir}/qt_en.qm
%lang(es) %{_qt5_translationsdir}/qt_es.qm
%lang(fa) %{_qt5_translationsdir}/qt_fa.qm
%lang(fi) %{_qt5_translationsdir}/qt_fi.qm
%lang(fr) %{_qt5_translationsdir}/qt_fr.qm
%lang(gl) %{_qt5_translationsdir}/qt_gl.qm
%lang(he) %{_qt5_translationsdir}/qt_he.qm
%lang(hu) %{_qt5_translationsdir}/qt_hu.qm
%lang(it) %{_qt5_translationsdir}/qt_it.qm
%lang(ja) %{_qt5_translationsdir}/qt_ja.qm
%lang(ko) %{_qt5_translationsdir}/qt_ko.qm
%lang(lt) %{_qt5_translationsdir}/qt_lt.qm
%lang(pl) %{_qt5_translationsdir}/qt_pl.qm
%lang(pt) %{_qt5_translationsdir}/qt_pt.qm
%lang(ru) %{_qt5_translationsdir}/qt_ru.qm
%lang(sk) %{_qt5_translationsdir}/qt_sk.qm
%lang(sl) %{_qt5_translationsdir}/qt_sl.qm
%lang(sv) %{_qt5_translationsdir}/qt_sv.qm
%lang(uk) %{_qt5_translationsdir}/qt_uk.qm
%lang(zh_CN) %{_qt5_translationsdir}/qt_zh_CN.qm
%lang(zh_TW) %{_qt5_translationsdir}/qt_zh_TW.qm
%lang(cs) %{_qt5_translationsdir}/qt_help_cs.qm
%lang(da) %{_qt5_translationsdir}/qt_help_da.qm
%lang(de) %{_qt5_translationsdir}/qt_help_de.qm
%lang(en) %{_qt5_translationsdir}/qt_help_en.qm
%lang(fr) %{_qt5_translationsdir}/qt_help_fr.qm
%lang(gl) %{_qt5_translationsdir}/qt_help_gl.qm
%lang(hu) %{_qt5_translationsdir}/qt_help_hu.qm
%lang(it) %{_qt5_translationsdir}/qt_help_it.qm
%lang(ja) %{_qt5_translationsdir}/qt_help_ja.qm
%lang(ko) %{_qt5_translationsdir}/qt_help_ko.qm
%lang(pl) %{_qt5_translationsdir}/qt_help_pl.qm
%lang(ru) %{_qt5_translationsdir}/qt_help_ru.qm
%lang(sk) %{_qt5_translationsdir}/qt_help_sk.qm
%lang(sl) %{_qt5_translationsdir}/qt_help_sl.qm
%lang(uk) %{_qt5_translationsdir}/qt_help_uk.qm
%lang(zh_CN) %{_qt5_translationsdir}/qt_help_zh_CN.qm
%lang(zh_TW) %{_qt5_translationsdir}/qt_help_zh_TW.qm
%lang(ca) %{_qt5_translationsdir}/qtbase_ca.qm
%lang(cs) %{_qt5_translationsdir}/qtbase_cs.qm
%lang(de) %{_qt5_translationsdir}/qtbase_de.qm
%lang(en) %{_qt5_translationsdir}/qtbase_en.qm
%lang(fi) %{_qt5_translationsdir}/qtbase_fi.qm
%lang(fr) %{_qt5_translationsdir}/qtbase_fr.qm
%lang(he) %{_qt5_translationsdir}/qtbase_he.qm
%lang(hu) %{_qt5_translationsdir}/qtbase_hu.qm
%lang(it) %{_qt5_translationsdir}/qtbase_it.qm
%lang(ja) %{_qt5_translationsdir}/qtbase_ja.qm
%lang(ko) %{_qt5_translationsdir}/qtbase_ko.qm
%lang(lv) %{_qt5_translationsdir}/qtbase_lv.qm
%lang(pl) %{_qt5_translationsdir}/qtbase_pl.qm
%lang(ru) %{_qt5_translationsdir}/qtbase_ru.qm
%lang(sk) %{_qt5_translationsdir}/qtbase_sk.qm
%lang(uk) %{_qt5_translationsdir}/qtbase_uk.qm
%lang(de) %{_qt5_translationsdir}/qtconnectivity_de.qm
%lang(en) %{_qt5_translationsdir}/qtconnectivity_en.qm
%lang(de) %{_qt5_translationsdir}/qtconnectivity_ko.qm
%lang(ru) %{_qt5_translationsdir}/qtconnectivity_ru.qm
%lang(uk) %{_qt5_translationsdir}/qtconnectivity_uk.qm
%lang(de) %{_qt5_translationsdir}/qtlocation_de.qm
%lang(en) %{_qt5_translationsdir}/qtlocation_en.qm
%lang(fr) %{_qt5_translationsdir}/qtlocation_fr.qm
%lang(de) %{_qt5_translationsdir}/qtlocation_ko.qm
%lang(ru) %{_qt5_translationsdir}/qtlocation_ru.qm
%lang(uk) %{_qt5_translationsdir}/qtlocation_uk.qm
%lang(de) %{_qt5_translationsdir}/qtserialport_de.qm
%lang(en) %{_qt5_translationsdir}/qtserialport_en.qm
%lang(ja) %{_qt5_translationsdir}/qtserialport_ja.qm
%lang(ru) %{_qt5_translationsdir}/qtserialport_ru.qm
%lang(uk) %{_qt5_translationsdir}/qtserialport_uk.qm

#----------------------------------------------------------------------------

%package -n %{oname}-qtdeclarative-i18n
Summary:	Qt 5 Declarative translations
Group:		System/Internationalization
Conflicts:	%{_lib}qt5declarative5 < 5.1.0-6
BuildArch:	noarch

%description -n %{oname}-qtdeclarative-i18n
Qt 5 Declarative translations.

%files -n %{oname}-qtdeclarative-i18n
%lang(de) %{_qt5_translationsdir}/qtdeclarative_de.qm
%lang(en) %{_qt5_translationsdir}/qtdeclarative_en.qm
%lang(fi) %{_qt5_translationsdir}/qtdeclarative_fi.qm
%lang(fr) %{_qt5_translationsdir}/qtdeclarative_fr.qm
%lang(ja) %{_qt5_translationsdir}/qtdeclarative_ja.qm
%lang(ko) %{_qt5_translationsdir}/qtdeclarative_ko.qm
%lang(lv) %{_qt5_translationsdir}/qtdeclarative_lv.qm
%lang(pl) %{_qt5_translationsdir}/qtdeclarative_pl.qm
%lang(ru) %{_qt5_translationsdir}/qtdeclarative_ru.qm
%lang(sk) %{_qt5_translationsdir}/qtdeclarative_sk.qm
%lang(uk) %{_qt5_translationsdir}/qtdeclarative_uk.qm

#----------------------------------------------------------------------------

%package -n %{oname}-qtmultimedia-i18n
Summary:	Qt 5 Multimedia translations
Group:		System/Internationalization
Conflicts:	%{_lib}qt5multimedia5 < 5.1.0-6
BuildArch:	noarch

%description -n %{oname}-qtmultimedia-i18n
Qt 5 Multimedia translations.

%files -n %{oname}-qtmultimedia-i18n
%lang(ca) %{_qt5_translationsdir}/qtmultimedia_ca.qm
%lang(cs) %{_qt5_translationsdir}/qtmultimedia_cs.qm
%lang(de) %{_qt5_translationsdir}/qtmultimedia_de.qm
%lang(en) %{_qt5_translationsdir}/qtmultimedia_en.qm
%lang(fi) %{_qt5_translationsdir}/qtmultimedia_fi.qm
%lang(fr) %{_qt5_translationsdir}/qtmultimedia_fr.qm
%lang(hu) %{_qt5_translationsdir}/qtmultimedia_hu.qm
%lang(it) %{_qt5_translationsdir}/qtmultimedia_it.qm
%lang(ja) %{_qt5_translationsdir}/qtmultimedia_ja.qm
%lang(ko) %{_qt5_translationsdir}/qtmultimedia_ko.qm
%lang(pl) %{_qt5_translationsdir}/qtmultimedia_pl.qm
%lang(ru) %{_qt5_translationsdir}/qtmultimedia_ru.qm
%lang(sk) %{_qt5_translationsdir}/qtmultimedia_sk.qm
%lang(uk) %{_qt5_translationsdir}/qtmultimedia_uk.qm

#----------------------------------------------------------------------------

%package -n %{oname}-qtquick-i18n
Summary:	Qt 5 Quick translations
Group:		System/Internationalization
Conflicts:	%{_lib}qt5quick5 < 5.1.0-6
BuildArch:	noarch

%description -n %{oname}-qtquick-i18n
Qt 5 Quick translations.

%files -n %{oname}-qtquick-i18n
%lang(ca) %{_qt5_translationsdir}/qtquick1_ca.qm
%lang(cs) %{_qt5_translationsdir}/qtquick1_cs.qm
%lang(de) %{_qt5_translationsdir}/qtquick1_de.qm
%lang(en) %{_qt5_translationsdir}/qtquick1_en.qm
%lang(fi) %{_qt5_translationsdir}/qtquick1_fi.qm
%lang(fr) %{_qt5_translationsdir}/qtquick1_fr.qm
%lang(he) %{_qt5_translationsdir}/qtquick1_he.qm
%lang(hu) %{_qt5_translationsdir}/qtquick1_hu.qm
%lang(it) %{_qt5_translationsdir}/qtquick1_it.qm
%lang(ja) %{_qt5_translationsdir}/qtquick1_ja.qm
%lang(ko) %{_qt5_translationsdir}/qtquick1_ko.qm
%lang(pl) %{_qt5_translationsdir}/qtquick1_pl.qm
%lang(ru) %{_qt5_translationsdir}/qtquick1_ru.qm
%lang(sk) %{_qt5_translationsdir}/qtquick1_sk.qm
%lang(uk) %{_qt5_translationsdir}/qtquick1_uk.qm

#----------------------------------------------------------------------------

%package -n %{oname}-qtquickcontrols-i18n
Summary:	Qt 5 Quick Controls translations
Group:		System/Internationalization
Conflicts:	%{_lib}qt5quick5 < 5.1.0-6
Conflicts:	qt5-qtquick-i18n < 5.6.0-2
BuildArch:	noarch

%description -n %{oname}-qtquickcontrols-i18n
Qt 5 Quick Controls translations.

%files -n %{oname}-qtquickcontrols-i18n
%lang(de) %{_qt5_translationsdir}/qtquickcontrols_de.qm
%lang(en) %{_qt5_translationsdir}/qtquickcontrols_en.qm
%lang(fi) %{_qt5_translationsdir}/qtquickcontrols_fi.qm
%lang(fr) %{_qt5_translationsdir}/qtquickcontrols_fr.qm
%lang(ja) %{_qt5_translationsdir}/qtquickcontrols_ja.qm
%lang(ru) %{_qt5_translationsdir}/qtquickcontrols_ru.qm
%lang(uk) %{_qt5_translationsdir}/qtquickcontrols_uk.qm

#----------------------------------------------------------------------------

%package -n %{oname}-qtquickcontrols2-i18n
Summary:	Qt 5 Quick Controls 2 translations
Group:		System/Internationalization
Conflicts:	qt5-qtquick-i18n < 5.6.0-2
BuildArch:	noarch

%description -n %{oname}-qtquickcontrols2-i18n
Qt 5 Quick Controls 2 translations.

%files -n %{oname}-qtquickcontrols2-i18n
%lang(uk) %{_qt5_translationsdir}/qtquickcontrols2_uk.qm

#----------------------------------------------------------------------------

%package -n %{oname}-qtscript-i18n
Summary:	Qt 5 Script translations
Group:		System/Internationalization
Conflicts:	%{_lib}qt5script5 < 5.1.0-6
BuildArch:	noarch

%description -n %{oname}-qtscript-i18n
Qt 5 Script translations.

%files -n %{oname}-qtscript-i18n
%lang(ca) %{_qt5_translationsdir}/qtscript_ca.qm
%lang(cs) %{_qt5_translationsdir}/qtscript_cs.qm
%lang(de) %{_qt5_translationsdir}/qtscript_de.qm
%lang(en) %{_qt5_translationsdir}/qtscript_en.qm
%lang(fi) %{_qt5_translationsdir}/qtscript_fi.qm
%lang(fr) %{_qt5_translationsdir}/qtscript_fr.qm
%lang(he) %{_qt5_translationsdir}/qtscript_he.qm
%lang(hu) %{_qt5_translationsdir}/qtscript_hu.qm
%lang(it) %{_qt5_translationsdir}/qtscript_it.qm
%lang(ja) %{_qt5_translationsdir}/qtscript_ja.qm
%lang(ko) %{_qt5_translationsdir}/qtscript_ko.qm
%lang(lv) %{_qt5_translationsdir}/qtscript_lv.qm
%lang(pl) %{_qt5_translationsdir}/qtscript_pl.qm
%lang(ru) %{_qt5_translationsdir}/qtscript_ru.qm
%lang(sk) %{_qt5_translationsdir}/qtscript_sk.qm
%lang(uk) %{_qt5_translationsdir}/qtscript_uk.qm

#----------------------------------------------------------------------------

%package -n %{oname}-qtwebengine-i18n
Summary:	Qt 5 WebEngine translations
Group:		System/Internationalization
BuildArch:	noarch

%description -n %{oname}-qtwebengine-i18n
Qt 5 WebEngine translations.

%files -n %{oname}-qtwebengine-i18n
%lang(de) %{_qt5_translationsdir}/qtwebengine_de.qm
%lang(en) %{_qt5_translationsdir}/qtwebengine_en.qm
%lang(ru) %{_qt5_translationsdir}/qtwebengine_ru.qm
%lang(uk) %{_qt5_translationsdir}/qtwebengine_uk.qm

#----------------------------------------------------------------------------

%package -n %{oname}-qtwebsockets-i18n
Summary:	Qt 5 WebSockets translations
Group:		System/Internationalization
BuildArch:	noarch

%description -n %{oname}-qtwebsockets-i18n
Qt 5 WebSockets translations.

%files -n %{oname}-qtwebsockets-i18n
%lang(de) %{_qt5_translationsdir}/qtwebsockets_de.qm
%lang(en) %{_qt5_translationsdir}/qtwebsockets_en.qm
%lang(fr) %{_qt5_translationsdir}/qtwebsockets_fr.qm
%lang(ja) %{_qt5_translationsdir}/qtwebsockets_ja.qm
%lang(ru) %{_qt5_translationsdir}/qtwebsockets_ru.qm
%lang(uk) %{_qt5_translationsdir}/qtwebsockets_uk.qm

#----------------------------------------------------------------------------

%package -n %{oname}-qtxmlpatterns-i18n
Summary:	Qt 5 XSLT engine translations
Group:		System/Internationalization
Conflicts:	%{_lib}qt5xmlpatterns5 < 5.1.0-6
BuildArch:	noarch

%description -n %{oname}-qtxmlpatterns-i18n
Qt 5 XSLT engine translations.

%files -n %{oname}-qtxmlpatterns-i18n
%lang(ca) %{_qt5_translationsdir}/qtxmlpatterns_ca.qm
%lang(cs) %{_qt5_translationsdir}/qtxmlpatterns_cs.qm
%lang(de) %{_qt5_translationsdir}/qtxmlpatterns_de.qm
%lang(en) %{_qt5_translationsdir}/qtxmlpatterns_en.qm
%lang(fr) %{_qt5_translationsdir}/qtxmlpatterns_fr.qm
%lang(hu) %{_qt5_translationsdir}/qtxmlpatterns_hu.qm
%lang(it) %{_qt5_translationsdir}/qtxmlpatterns_it.qm
%lang(ja) %{_qt5_translationsdir}/qtxmlpatterns_ja.qm
%lang(ko) %{_qt5_translationsdir}/qtxmlpatterns_ko.qm
%lang(pl) %{_qt5_translationsdir}/qtxmlpatterns_pl.qm
%lang(ru) %{_qt5_translationsdir}/qtxmlpatterns_ru.qm
%lang(sk) %{_qt5_translationsdir}/qtxmlpatterns_sk.qm
%lang(uk) %{_qt5_translationsdir}/qtxmlpatterns_uk.qm

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

# qtconfig doesn't exist anymore - we don't need its translations
rm -f %{buildroot}%{_qt5_translationsdir}/qtconfig_*.qm


%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (a71fbb6) Update files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23994 |14mu|qt5-qtwayland-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtwayland

%define qtwaylandclient %mklibname qt%{api}waylandclient %{major}
%define qtwaylandclientd %mklibname qt%{api}waylandclient -d
%define qtwaylandcompositor %mklibname qt%{api}waylandcompositor %{major}
%define qtwaylandcompositord %mklibname qt%{api}compositor -d

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
Patch0:		qt5-5.4.0-qtwayland-enable-compositor.patch
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5DBus) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5OpenGL) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
BuildRequires:	pkgconfig(wayland-client)
BuildRequires:	pkgconfig(wayland-cursor)
BuildRequires:	pkgconfig(wayland-egl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xkbcommon)
BuildRequires:	pkgconfig(xrender)
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtwaylandclient}
Summary:	Wayland display system integration for Qt
Group:		System/Libraries

%description -n %{qtwaylandclient}
Wayland display system integration for Qt.

%files -n %{qtwaylandclient}
%{_qt5_bindir}/qtwaylandscanner
%{_qt5_libdir}/libQt%{api}WaylandClient.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WaylandClient.so.%{major}*
%endif
%{_qt5_plugindir}/platforms/libqwayland-egl.so
%{_qt5_plugindir}/platforms/libqwayland-generic.so
%{_qt5_plugindir}/wayland-decoration-client
%{_qt5_plugindir}/wayland-graphics-integration-client

#----------------------------------------------------------------------------

%package -n %{qtwaylandclientd}
Summary:	Development files for the Qt Wayland display system library
Group:		Development/KDE and Qt
Requires:	%{qtwaylandclient} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0
Conflicts:	%{_lib}qt5gui-devel < 5.6.0

%description -n %{qtwaylandclientd}
Development files for the Qt Wayland display system integration for Qt.

%files -n %{qtwaylandclientd}
%{_qt5_includedir}/QtWaylandClient
%{_qt5_libdir}/libQt%{api}WaylandClient.so
%{_qt5_libdir}/libQt%{api}WaylandClient.prl
%{_qt5_libdir}/cmake/Qt%{api}WaylandClient
%{_qt5_libdir}/cmake/Qt%{api}Gui/Qt%{api}Gui_.cmake
%{_qt5_libdir}/pkgconfig/Qt%{api}WaylandClient.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WaylandClient.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_waylandclient.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_waylandclient_private.pri

#----------------------------------------------------------------------------

%package -n %{qtwaylandcompositor}
Summary:	Wayland platform QtCompositor module
Group:		System/Libraries

%description -n %{qtwaylandcompositor}
Qt Wayland QtCompositor module.

%files -n %{qtwaylandcompositor}
%{_qt5_libdir}/libQt%{api}Compositor.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}Compositor.so.%{major}*
%endif
%{_qt5_plugindir}/platforms/libqwayland-xcomposite-egl.so
%{_qt5_plugindir}/platforms/libqwayland-xcomposite-glx.so
%{_qt5_plugindir}/wayland-graphics-integration-server/libdrm-egl-server.so
%{_qt5_plugindir}/wayland-graphics-integration-server/libwayland-egl.so
%{_qt5_plugindir}/wayland-graphics-integration-server/libxcomposite-egl.so
%{_qt5_plugindir}/wayland-graphics-integration-server/libxcomposite-glx.so

#----------------------------------------------------------------------------

%package -n %{qtwaylandcompositord}
Summary:	Development files for the Qt Wayland QtCompositor library
Group:		Development/KDE and Qt
Requires:	%{qtwaylandcompositor} = %{EVRD}
Requires:	%{qtwaylandclientd} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtwaylandcompositord}
Development files for the Qt Wayland QtCompositor module.

%files -n %{qtwaylandcompositord}
%{_qt5_includedir}/QtCompositor
%{_qt5_libdir}/libQt%{api}Compositor.so
%{_qt5_libdir}/libQt%{api}Compositor.prl
%{_qt5_libdir}/cmake/Qt%{api}Compositor
%{_qt5_libdir}/pkgconfig/Qt%{api}Compositor.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}Compositor.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_compositor.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_compositor_private.pri

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/wayland/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}
%patch0 -p2

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (616ba77) New version 5.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23995 |14mu|qt5-qtwebchannel-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtwebchannel

%define qtwebchannel %mklibname qt%{api}webchannel %{major}
%define qtwebchanneld %mklibname qt%{api}webchannel -d

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtwebchannel}
Summary:	Qt 5 WebChannel library
Group:		System/Libraries

%description -n %{qtwebchannel}
Qt 5 WebChannel library,  a library for communication between HTML/JavaScript
and Qt/QML objects.

%files -n %{qtwebchannel}
%{_qt5_libdir}/libQt%{api}WebChannel.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebChannel.so.%{major}*
%endif
%{_qt5_prefix}/qml/QtWebChannel

#----------------------------------------------------------------------------

%package -n %{qtwebchanneld}
Summary:	Development files for the Qt 5 WebChannel library
Group:		Development/KDE and Qt
Requires:	%{qtwebchannel} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtwebchanneld}
Development files for version 5 of the QtWebChannel library, a library
for communication between HTML/JavaScript and Qt/QML objects.

%files -n %{qtwebchanneld}
%{_qt5_includedir}/QtWebChannel
%{_qt5_libdir}/libQt%{api}WebChannel.so
%{_qt5_libdir}/libQt%{api}WebChannel.prl
%{_qt5_libdir}/cmake/Qt%{api}WebChannel
%{_qt5_libdir}/pkgconfig/Qt%{api}WebChannel.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebChannel.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_webchannel.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_webchannel_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtwebchannel.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/webchannel/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (34f8c82) Update examples



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23996 |14mu|qt5-qtwebengine-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# not enough memory for rpmlint
%global _build_pkgcheck_set %{nil}

%define debug_package %{nil}

%define api 5
%define major 5
%define oname qt5

%define module qtwebengine

%define qtwebengine %mklibname qt%{api}webengine %{major}
%define qtwebengined %mklibname qt%{api}webengine -d
%define qtwebenginecore %mklibname qt%{api}webenginecore %{major}
%define qtwebenginecored %mklibname qt%{api}webenginecore -d
%define qtwebenginewidgets %mklibname qt%{api}webenginewidgets %{major}
%define qtwebenginewidgetsd %mklibname qt%{api}webenginewidgets -d

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
Patch0:		qt-everywhere-opensource-src-5.6.1-nss323.patch
Patch1:		qt-5.4.0-no-execstack-in-chromium-ffmpeg.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gperf
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(harfbuzz)
BuildRequires:	pkgconfig(icu-uc)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(minizip)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5PrintSupport) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
BuildRequires:	pkgconfig(Qt5WebChannel) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(zlib)
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtwebengine}
Summary:	Qt 5 WebEngine library
Group:		System/Libraries

%description -n %{qtwebengine}
Qt 5 WebEngine library, a library for rendering web content.

%files -n %{qtwebengine}
%{_qt5_libdir}/libQt%{api}WebEngine.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebEngine.so.%{major}*
%endif
%{_qt5_prefix}/qml/QtWebEngine
# Was here until 5.6
# dir %{_qt5_plugindir}/qtwebengine
# {_qt5_plugindir}/qtwebengine/libffmpegsumo.so

#----------------------------------------------------------------------------

%package -n %{qtwebengined}
Summary:	Development files for the Qt 5 WebEngine library
Group:		Development/KDE and Qt
Requires:	%{qtwebengine} = %{EVRD}
Requires:	%{qtwebenginecored} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtwebengined}
Development files for version 5 of the QtWebEngine library, a library for
rendering web content.

%files -n %{qtwebengined}
%{_qt5_includedir}/QtWebEngine
%{_qt5_libdir}/libQt%{api}WebEngine.so
%{_qt5_libdir}/libQt%{api}WebEngine.prl
%{_qt5_libdir}/cmake/Qt%{api}WebEngine
%{_qt5_libdir}/pkgconfig/Qt%{api}WebEngine.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebEngine.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_webengine.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_webengine_private.pri

#----------------------------------------------------------------------------

%package -n %{oname}-qtwebengine-common
Summary:	Qt 5 WebEngine noarch data files
Group:		System/Libraries
Conflicts:	qt5-qtwebengine-i18n < 5.6.0
BuildArch:	noarch

%description -n %{oname}-qtwebengine-common
Qt 5 WebEngine noarch data files.

%files -n %{oname}-qtwebengine-common
%{_qt5_datadir}/resources/icudtl.dat
%{_qt5_datadir}/resources/qtwebengine_resources.pak
%{_qt5_datadir}/resources/qtwebengine_resources_100p.pak
%{_qt5_datadir}/resources/qtwebengine_resources_200p.pak
%lang(am) %{_qt5_translationsdir}/qtwebengine_locales/am.pak
%lang(ar) %{_qt5_translationsdir}/qtwebengine_locales/ar.pak
%lang(bg) %{_qt5_translationsdir}/qtwebengine_locales/bg.pak
%lang(bn) %{_qt5_translationsdir}/qtwebengine_locales/bn.pak
%lang(ca) %{_qt5_translationsdir}/qtwebengine_locales/ca.pak
%lang(cs) %{_qt5_translationsdir}/qtwebengine_locales/cs.pak
%lang(da) %{_qt5_translationsdir}/qtwebengine_locales/da.pak
%lang(de) %{_qt5_translationsdir}/qtwebengine_locales/de.pak
%lang(el) %{_qt5_translationsdir}/qtwebengine_locales/el.pak
%lang(en_GB) %{_qt5_translationsdir}/qtwebengine_locales/en-GB.pak
%lang(en_US) %{_qt5_translationsdir}/qtwebengine_locales/en-US.pak
%lang(es_419) %{_qt5_translationsdir}/qtwebengine_locales/es-419.pak
%lang(es) %{_qt5_translationsdir}/qtwebengine_locales/es.pak
%lang(et) %{_qt5_translationsdir}/qtwebengine_locales/et.pak
%lang(fa) %{_qt5_translationsdir}/qtwebengine_locales/fa.pak
%lang(fi) %{_qt5_translationsdir}/qtwebengine_locales/fi.pak
%lang(fil) %{_qt5_translationsdir}/qtwebengine_locales/fil.pak
%lang(fr) %{_qt5_translationsdir}/qtwebengine_locales/fr.pak
%lang(gu) %{_qt5_translationsdir}/qtwebengine_locales/gu.pak
%lang(he) %{_qt5_translationsdir}/qtwebengine_locales/he.pak
%lang(hi) %{_qt5_translationsdir}/qtwebengine_locales/hi.pak
%lang(hr) %{_qt5_translationsdir}/qtwebengine_locales/hr.pak
%lang(hu) %{_qt5_translationsdir}/qtwebengine_locales/hu.pak
%lang(id) %{_qt5_translationsdir}/qtwebengine_locales/id.pak
%lang(it) %{_qt5_translationsdir}/qtwebengine_locales/it.pak
%lang(ja) %{_qt5_translationsdir}/qtwebengine_locales/ja.pak
%lang(kn) %{_qt5_translationsdir}/qtwebengine_locales/kn.pak
%lang(ko) %{_qt5_translationsdir}/qtwebengine_locales/ko.pak
%lang(lt) %{_qt5_translationsdir}/qtwebengine_locales/lt.pak
%lang(lv) %{_qt5_translationsdir}/qtwebengine_locales/lv.pak
%lang(ml) %{_qt5_translationsdir}/qtwebengine_locales/ml.pak
%lang(mr) %{_qt5_translationsdir}/qtwebengine_locales/mr.pak
%lang(ms) %{_qt5_translationsdir}/qtwebengine_locales/ms.pak
%lang(nb) %{_qt5_translationsdir}/qtwebengine_locales/nb.pak
%lang(nl) %{_qt5_translationsdir}/qtwebengine_locales/nl.pak
%lang(pl) %{_qt5_translationsdir}/qtwebengine_locales/pl.pak
%lang(pt_BR) %{_qt5_translationsdir}/qtwebengine_locales/pt-BR.pak
%lang(pt_PT) %{_qt5_translationsdir}/qtwebengine_locales/pt-PT.pak
%lang(ro) %{_qt5_translationsdir}/qtwebengine_locales/ro.pak
%lang(ru) %{_qt5_translationsdir}/qtwebengine_locales/ru.pak
%lang(sk) %{_qt5_translationsdir}/qtwebengine_locales/sk.pak
%lang(sl) %{_qt5_translationsdir}/qtwebengine_locales/sl.pak
%lang(sr) %{_qt5_translationsdir}/qtwebengine_locales/sr.pak
%lang(sv) %{_qt5_translationsdir}/qtwebengine_locales/sv.pak
%lang(sw) %{_qt5_translationsdir}/qtwebengine_locales/sw.pak
%lang(ta) %{_qt5_translationsdir}/qtwebengine_locales/ta.pak
%lang(te) %{_qt5_translationsdir}/qtwebengine_locales/te.pak
%lang(th) %{_qt5_translationsdir}/qtwebengine_locales/th.pak
%lang(tr) %{_qt5_translationsdir}/qtwebengine_locales/tr.pak
%lang(uk) %{_qt5_translationsdir}/qtwebengine_locales/uk.pak
%lang(vi) %{_qt5_translationsdir}/qtwebengine_locales/vi.pak
%lang(zh_CN) %{_qt5_translationsdir}/qtwebengine_locales/zh-CN.pak
%lang(zh_TW) %{_qt5_translationsdir}/qtwebengine_locales/zh-TW.pak

#----------------------------------------------------------------------------

%package -n %{qtwebenginecore}
Summary:	Qt 5 WebEngine Core library
Group:		System/Libraries
Requires:	%{oname}-qtwebengine-common
Suggests:	%{oname}-qtwebengine-i18n

%description -n %{qtwebenginecore}
Qt 5 WebEngine Core library, a library for rendering web content.

%files -n %{qtwebenginecore}
%{_qt5_libdir}/libQt%{api}WebEngineCore.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebEngineCore.so.%{major}*
%endif
%{_qt5_libexecdir}/QtWebEngineProcess

#----------------------------------------------------------------------------

%package -n %{qtwebenginecored}
Summary:	Development files for the Qt 5 WebEngine Core library
Group:		Development/KDE and Qt
Requires:	%{qtwebenginecore} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtwebenginecored}
Development files for version 5 of the QtWebEngine Core library,
a library for rendering web content.

%files -n %{qtwebenginecored}
%{_qt5_includedir}/QtWebEngineCore
%{_qt5_libdir}/libQt%{api}WebEngineCore.so
%{_qt5_libdir}/libQt%{api}WebEngineCore.prl
%{_qt5_libdir}/cmake/Qt%{api}WebEngineCore
%{_qt5_libdir}/pkgconfig/Qt%{api}WebEngineCore.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebEngineCore.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_webenginecore.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_webenginecore_private.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri

#----------------------------------------------------------------------------

%package -n %{qtwebenginewidgets}
Summary:	Qt 5 WebEngine Widgets library
Group:		System/Libraries

%description -n %{qtwebenginewidgets}
Qt 5 WebEngine Widgets library, a library for rendering web content.

%files -n %{qtwebenginewidgets}
%{_qt5_libdir}/libQt%{api}WebEngineWidgets.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebEngineWidgets.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtwebenginewidgetsd}
Summary:	Development files for the Qt 5 WebEngine Widgets library
Group:		Development/KDE and Qt
Requires:	%{qtwebenginewidgets} = %{EVRD}
Requires:	%{qtwebengined} = %{EVRD}
Requires:	%{qtwebenginecored} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtwebenginewidgetsd}
Development files for version 5 of the QtWebEngine Widgets library,
a library for rendering web content.

%files -n %{qtwebenginewidgetsd}
%{_qt5_includedir}/QtWebEngineWidgets
%{_qt5_libdir}/libQt%{api}WebEngineWidgets.so
%{_qt5_libdir}/libQt%{api}WebEngineWidgets.prl
%{_qt5_libdir}/cmake/Qt%{api}WebEngineWidgets
%{_qt5_libdir}/pkgconfig/Qt%{api}WebEngineWidgets.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebEngineWidgets.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_webenginewidgets.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_webenginewidgets_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtwebengine.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/webengine/
%{_qt5_exampledir}/webenginewidgets/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}
%patch0 -p1
%patch1 -p2

%build
%global ldflags %{ldflags} -Wl,--no-keep-memory
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# nuke .pc reference(s) to %%_builddir
sed -i -e s," -L%{_builddir}[^ ]* ",,g %{buildroot}%{_libdir}/pkgconfig/*.pc

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (77462d7) Change patch level



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23997 |14mu|qt5-qtwebkit-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtwebkit

%define qtwebkit %mklibname qt%{api}webkit %{major}
%define qtwebkitd %mklibname qt%{api}webkit -d
%define qtwebkitwidgets %mklibname qt%{api}webkitwidgets %{major}
%define qtwebkitwidgetsd %mklibname qt%{api}webkitwidgets -d

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/snapshots/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/latest_srcsubmodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
Patch0:		qt-everywhere-opensource-src-5.5.0-webkit-ldflags.patch
Patch1:		qtwebkit-opensource-src-5.6.0-linkage.patch
Patch2:		0005-Added-missing-break-statement.patch
Patch3:		0009-Fixed-drawing-of-zoomed-border-image-with-repeat-mod.patch
BuildRequires:	flex
BuildRequires:	bison
BuildRequires:	gperf
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5OpenGL) >= %{version}
BuildRequires:	pkgconfig(Qt5PrintSupport) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
BuildRequires:	pkgconfig(Qt5Sql) >= %{version}
BuildRequires:	pkgconfig(Qt5WebChannel) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(zlib)
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtwebkit}
Summary:	Qt WebKit web browsing library
Group:		System/Libraries

%description -n %{qtwebkit}
Qt WebKit web browsing library.

%files -n %{qtwebkit}
%{_qt5_libdir}/libQt%{api}WebKit.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebKit.so.%{major}*
%endif
%{_qt5_prefix}/qml/QtWebKit
%{_qt5_libexecdir}/QtWebProcess
%{_qt5_libexecdir}/QtWebPluginProcess

#----------------------------------------------------------------------------

%package -n %{qtwebkitd}
Summary:	Development files for the Qt WebKit web browsing library
Group:		Development/KDE and Qt
Requires:	%{qtwebkit} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtwebkitd}
Development files for the Qt WebKit web browsing library.

%files -n %{qtwebkitd}
%{_qt5_includedir}/QtWebKit
%{_qt5_libdir}/libQt%{api}WebKit.so
%{_qt5_libdir}/libQt%{api}WebKit.prl
%{_qt5_libdir}/cmake/Qt%{api}WebKit
%{_qt5_libdir}/pkgconfig/Qt%{api}WebKit.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebKit.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_webkit.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_webkit_private.pri

#----------------------------------------------------------------------------

%package -n %{qtwebkitwidgets}
Summary:	Qt WebKit Widgets library
Group:		System/Libraries

%description -n %{qtwebkitwidgets}
Qt WebKit Widgets library.

%files -n %{qtwebkitwidgets}
%{_qt5_libdir}/libQt%{api}WebKitWidgets.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebKitWidgets.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtwebkitwidgetsd}
Summary:	Development files for the Qt WebKit Widgets library
Group:		Development/KDE and Qt
Requires:	%{qtwebkitwidgets} = %{EVRD}
Requires:	%{qtwebkitd} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtwebkitwidgetsd}
Development files for the Qt WebKit Widgets library.

%files -n %{qtwebkitwidgetsd}
%{_qt5_includedir}/QtWebKitWidgets
%{_qt5_libdir}/libQt%{api}WebKitWidgets.so
%{_qt5_libdir}/libQt%{api}WebKitWidgets.prl
%{_qt5_libdir}/cmake/Qt%{api}WebKitWidgets
%{_qt5_libdir}/pkgconfig/Qt%{api}WebKitWidgets.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebKitWidgets.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_webkitwidgets.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_webkitwidgets_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtwebkit.qch
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}
%patch0 -p2
%patch1 -p1
%patch2 -p1
%patch3 -p1

# 5.6.0 release tarball wasn't properly created
if [ ! -d include ]; then
%{_qt5_bindir}/syncqt.pl -version %{version} Source/sync.profile
fi

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# nuke .pc reference(s) to %%_builddir
sed -i -e s," -L%{_builddir}[^ ]* ",,g %{buildroot}%{_libdir}/pkgconfig/*.pc

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (87e6465) Add 2 bugfix patches from Fedora



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23998 |14mu|qt5-qtwebsockets-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtwebsockets

%define qtwebsockets %mklibname qt%{api}websockets %{major}
%define qtwebsocketsd %mklibname qt%{api}websockets -d

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtwebsockets}
Summary:	Qt %{api} WebSockets library
Group:		System/Libraries
Suggests:	qt5-qtwebsockets-i18n

%description -n %{qtwebsockets}
Qt %{api} WebSockets library.

%files -n %{qtwebsockets}
%{_qt5_libdir}/libQt%{api}WebSockets.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebSockets.so.%{major}*
%endif
%{_qt5_prefix}/qml/Qt/WebSockets
%{_qt5_prefix}/qml/QtWebSockets

#----------------------------------------------------------------------------

%package -n %{qtwebsocketsd}
Summary:	Development files for the Qt %{api} WebSockets library
Group:		Development/KDE and Qt
Requires:	%{qtwebsockets} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtwebsocketsd}
Development files for version 5 of the QtWebSockets library.

%files -n %{qtwebsocketsd}
%{_qt5_includedir}/QtWebSockets
%{_qt5_libdir}/libQt%{api}WebSockets.so
%{_qt5_libdir}/libQt%{api}WebSockets.prl
%{_qt5_libdir}/cmake/Qt%{api}WebSockets
%{_qt5_libdir}/pkgconfig/Qt%{api}WebSockets.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebSockets.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_websockets.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_websockets_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtwebsockets.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/websockets/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (b8e7f7a) New version 5.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 23999 |14mu|qt5-qtwebview-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtwebview

%define qtwebview %mklibname qt%{api}webview %{major}
%define qtwebviewd %mklibname qt%{api}webview -d

# Requires qdoc5 and qt5-tools to build
%bcond_without docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Qml) >= %{version}
BuildRequires:	pkgconfig(Qt5Quick) >= %{version}
BuildRequires:	pkgconfig(Qt5WebChannel) >= %{version}
BuildRequires:	pkgconfig(Qt5WebEngine) >= %{version}
BuildRequires:	pkgconfig(Qt5WebEngineCore) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtwebview}
Summary:	Qt WebView library
Group:		System/Libraries

%description -n %{qtwebview}
Qt WebView library.

%files -n %{qtwebview}
%{_qt5_libdir}/libQt%{api}WebView.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}WebView.so.%{major}*
%endif
%{_qt5_prefix}/qml/QtWebView

#----------------------------------------------------------------------------

%package -n %{qtwebviewd}
Summary:	Development files for the Qt WebView library
Group:		Development/KDE and Qt
Requires:	%{qtwebview} = %{EVRD}
Requires:	qmake%{api}

%description -n %{qtwebviewd}
Development files for the Qt WebView library.

%files -n %{qtwebviewd}
%{_qt5_includedir}/QtWebView
%{_qt5_libdir}/libQt%{api}WebView.so
%{_qt5_libdir}/libQt%{api}WebView.prl
%{_qt5_libdir}/cmake/Qt%{api}WebView
%{_qt5_libdir}/pkgconfig/Qt%{api}WebView.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}WebView.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_webview.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_webview_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtwebview.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/webview/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (ac3717e) New version 5.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24000 |14mu|qt5-qtx11extras-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtx11extras

%define qtx11extras %mklibname qt%{api}x11extras %{major}
%define qtx11extrasd %mklibname qt%{api}x11extras -d

# Requires qdoc5 and qt5-tools to build
%bcond_with docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtx11extras}
Summary:	Qt X11 Extras library
Group:		System/Libraries

%description -n %{qtx11extras}
Qt X11 Extras library.

%files -n %{qtx11extras}
%{_qt5_libdir}/libQt%{api}X11Extras.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}X11Extras.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtx11extrasd}
Summary:	Development files for the QtX11Extras library
Group:		Development/KDE and Qt
Requires:	%{qtx11extras} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0

%description -n %{qtx11extrasd}
Development files for the QtX11Extras library.

%files -n %{qtx11extrasd}
%{_qt5_includedir}/QtX11Extras
%{_qt5_libdir}/libQt%{api}X11Extras.so
%{_qt5_libdir}/libQt%{api}X11Extras.prl
%{_qt5_libdir}/cmake/Qt%{api}X11Extras
%{_qt5_libdir}/pkgconfig/Qt%{api}X11Extras.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}X11Extras.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_x11extras.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_x11extras_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtx11extras.qch
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (cdbdf64) New version 5.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24001 |14mu|qt5-qtxmlpatterns-5.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 5
%define major 5
%define oname qt5

%define module qtxmlpatterns

%define qtxmlpatterns %mklibname qt%{api}xmlpatterns %{major}
%define qtxmlpatternsd %mklibname qt%{api}xmlpatterns -d

# Requires qdoc5 and qt5-tools to build
%bcond_with docs

Summary:	Version 5 of the Qt toolkit (%{module} packages)
Name:		qt5-%{module}
Version:	5.6.1
Release:	1
License:	LGPLv3+
Group:		Development/KDE and Qt
Url:		http://qt-project.org/
Source0:	http://ftp.fau.de/qtproject/official_releases/qt/%(echo %{version} |cut -d. -f1-2)/%{version}/submodules/%{module}-opensource-src-%{version}.tar.xz
Source100:	%{name}.rpmlintrc
BuildRequires:	pkgconfig(Qt5Core) >= %{version}
BuildRequires:	pkgconfig(Qt5Gui) >= %{version}
BuildRequires:	pkgconfig(Qt5Network) >= %{version}
BuildRequires:	pkgconfig(Qt5Widgets) >= %{version}
%if %{with docs}
BuildRequires:	qdoc5
BuildRequires:	qt5-tools
%endif

%description
Version 5 of the Qt toolkit (%{module} packages).

#----------------------------------------------------------------------------

%package -n %{qtxmlpatterns}
Summary:	Qt XSLT engine
Group:		System/Libraries
Suggests:	qt5-qtxmlpatterns-i18n

%description -n %{qtxmlpatterns}
Qt XSLT engine.

%files -n %{qtxmlpatterns}
%{_qt5_libdir}/libQt%{api}XmlPatterns.so.%{major}*
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/libQt%{api}XmlPatterns.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{qtxmlpatternsd}
Summary:	Development files for Qt's XSLT engine
Group:		Development/KDE and Qt
Requires:	%{qtxmlpatterns} = %{EVRD}
Requires:	qmake%{api}
Conflicts:	qmake5 < 5.6.0
Conflicts:	qt5-tools < 5.6.0

%description -n %{qtxmlpatternsd}
Development files for Qt's XSLT engine.

%files -n %{qtxmlpatternsd}
%{_qt5_bindir}/xmlpatterns
%{_qt5_bindir}/xmlpatternsvalidator
%{_qt5_includedir}/QtXmlPatterns
%{_qt5_libdir}/libQt%{api}XmlPatterns.so
%{_qt5_libdir}/libQt%{api}XmlPatterns.prl
%{_qt5_libdir}/cmake/Qt%{api}XmlPatterns
%{_qt5_libdir}/pkgconfig/Qt%{api}XmlPatterns.pc
%if "%{_qt5_libdir}" != "%{_libdir}"
%{_libdir}/pkgconfig/Qt%{api}XmlPatterns.pc
%endif
%{_qt5_prefix}/mkspecs/modules/qt_lib_xmlpatterns.pri
%{_qt5_prefix}/mkspecs/modules/qt_lib_xmlpatterns_private.pri

#----------------------------------------------------------------------------

%if %{with docs}
%package doc
Summary:	Qt QCH documentation for %{name}
Group:		Documentation
Conflicts:	qt5-doc < 5.6.0
BuildArch:	noarch

%description doc
Qt QCH documentation for %{name}.

%files doc
%{_qt5_docdir}/qtxmlpatterns.qch
%endif

#----------------------------------------------------------------------------

%package examples
Summary:	Example applications for %{name}
Group:		Development/KDE and Qt
Conflicts:	qt5-examples < 5.6.0

%description examples
Example applications for %{name}.

%files examples
%{_qt5_exampledir}/xmlpatterns/

#----------------------------------------------------------------------------

%prep
%setup -qn %{module}-opensource-src-%{version}

%build
%qmake_qt5
%make STRIP=true

%if %{with docs}
%make docs
%endif

%install
make install STRIP=true INSTALL_ROOT=%{buildroot}

%if %{with docs}
make install_qch_docs INSTALL_ROOT=%{buildroot}
%endif

%if "%{_qt5_libdir}" != "%{_libdir}"
pushd %{buildroot}%{_libdir}
ln -s ../%{_lib}/qt%{api}/%{_lib}/*.so.* .
mkdir pkgconfig
cd pkgconfig
ln -s ../../%{_lib}/qt%{api}/%{_lib}/pkgconfig/*.pc .
popd
%endif

# QMAKE_PRL_BUILD_DIR = /builddir/build/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwayland/src/client
## .prl/.la file love
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
pushd %{buildroot}%{_qt5_libdir}
for prl_file in libQt5*.prl ; do
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
    rm -fv "$(basename ${prl_file} .prl).la"
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
  fi
done
popd

%changelog

* Sun Jun 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.1-1
- (4b9a76a) New version 5.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24002 |14mu|qt5-style-plugins-5.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname qtstyleplugins

Summary:	Additional style plugins for Qt5
Name:		qt5-style-plugins
Version:	5.0.0
Release:	2
License:	LGPLv2.1+
Group:		System/Libraries
Url:		https://github.com/qtproject/%{oname}
Source0:	%{oname}-%{version}.tar.gz
Patch0:		qtstyleplugins-5.0.0-float.patch
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Widgets)
Suggests:	qt5-style-cleanlooks
Suggests:	qt5-style-motif
Suggests:	qt5-style-plastique

%description
Additional style plugins for Qt5 moved out of Qt5 base tree.

%files

#----------------------------------------------------------------------------

%package -n qt5-style-cleanlooks
Summary:	Cleanlooks style for Qt5

%description -n qt5-style-cleanlooks
Cleanlooks style for Qt5.

%files -n qt5-style-cleanlooks
%{_qt5_plugindir}/styles/libqcleanlooksstyle.so

#----------------------------------------------------------------------------

%package -n qt5-style-motif
Summary:	Motif style for Qt5

%description -n qt5-style-motif
Motif style for Qt5.

%files -n qt5-style-motif
%{_qt5_plugindir}/styles/libqmotifstyle.so

#----------------------------------------------------------------------------

%package -n qt5-style-plastique
Summary:	Plastique style for Qt5

%description -n qt5-style-plastique
Plastique style for Qt5.

%files -n qt5-style-plastique
%{_qt5_plugindir}/styles/libqplastiquestyle.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1

%build
%qmake_qt5 %{oname}.pro
%make

%install
make install INSTALL_ROOT=%{buildroot}

rm -rf %{buildroot}%{_libdir}/cmake


%changelog

* Tue Jun 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.0.0-2
- (29b805b) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24003 |14mu|qt-creator-4.2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# These are private, filter them
%define __noautoprov 'libAggregation\\.so\\.1(.*)|libClangbackendipc\\.so\\.1(.*)|libCPlusPlus\\.so\\.1(.*)|libExtensionSystem\\.so\\.1(.*)|libGLSL\\.so\\.1(.*)|libLanguageUtils\\.so\\.1(.*)|libModeling\\.so\\.1(.*)|libQmlDebug\\.so\\.1(.*)|libQmlEditorWidgets\\.so\\.1(.*)|libQmlJS\\.so\\.1(.*)|libQtcSsh\\.so\\.1(.*)|libSqlite\\.so\\.1(.*)|libTimeline\\.so\\.1(.*)|libUtils\\.so\\.1(.*)|libqbscore\\.so\\.1(.*)|libqbsqtprofilesetup\\.so\\.1(.*)|libzeroconf\\.so\\.1(.*)|devel\\((.*)|qml\\((.*)'
%define __noautoreq 'libAggregation\\.so\\.1(.*)|libClangbackendipc\\.so\\.1(.*)|libCPlusPlus\\.so\\.1(.*)|libExtensionSystem\\.so\\.1(.*)|libGLSL\\.so\\.1(.*)|libLanguageUtils\\.so\\.1(.*)|libModeling\\.so\\.1(.*)|libQmlDebug\\.so\\.1(.*)|libQmlEditorWidgets\\.so\\.1(.*)|libQmlJS\\.so\\.1(.*)|libQtcSsh\\.so\\.1(.*)|libSqlite\\.so\\.1(.*)|libTimeline\\.so\\.1(.*)|libUtils\\.so\\.1(.*)|libqbscore\\.so\\.1(.*)|libqbsqtprofilesetup\\.so\\.1(.*)|libzeroconf\\.so\\.1(.*)|devel\\((.*)|qml\\((.*)'

%bcond_without cppcheck

%define cppcheck_version 4.2.0

Summary:	Qt Creator is a lightweight, cross-platform IDE
Name:		qt-creator
Version:	4.2.2
Release:	5
License:	LGPLv2+ and MIT
Group:		Development/KDE and Qt
Url:		http://qt.digia.com/products/developer-tools
Source0:	http://download.qt-project.org/official_releases/qtcreator/%(echo %{version} |cut -d. -f1-2)/%{version}/qt-creator-opensource-src-%{version}.tar.xz
# https://github.com/OneMoreGres/qtc-cppcheck/releases
Source1:	qtc-cppcheck-%{cppcheck_version}.tar.gz
Source2:	Nokia-QtCreator.xml
Source10:	%{name}.rpmlintrc
Patch0:		qt-creator-4.2.1-linkage.patch
Patch1:		qt-creator-4.2.2-locale.patch
# Don't set LD_LIBRARY_PATH to /usr/lib[64]:
# 1. It makes no sense anyway
# 2. It adds issues when running Qt Creator with nVidia proprietary driver
Patch2:		qt-creator-4.2.2-ld.patch
# cppcheck plugin integration
Patch11:	qt-creator-4.2.1-qtc-cppcheck.patch
Patch12:	qtc-cppcheck-4.2.0-path.patch
Patch13:	qtc-cppcheck-3.4.0-dependencies.patch
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Declarative)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5DesignerComponents)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Help)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	qt5-tools
BuildRequires:	qt5-linguist-tools
BuildRequires:	qdoc5
# Not for plugin files
Requires:	%{_lib}qt5declarative5
Requires:	qt5-qtcanvas3d-qml
Requires:	qt5-qtquickcontrols-qml
Requires:	qt5-qtquickcontrols2-qml
Requires:	qt5-qttranslations
%if %{with cppcheck}
Suggests:	cppcheck
%endif
Suggests:	gcc-c++
Suggests:	gdb
Suggests:	qbs
Suggests:	qt5-designer
Suggests:	qt5-assistant
Suggests:	qt5-devel
Suggests:	qt5-qml-tools
Suggests:	qt-creator-doc
Suggests:	pkgconfig(Qt5Qml)
Suggests:	pkgconfig(Qt5Quick)
Suggests:	pkgconfig(Qt5QuickWidgets)
Requires:	%{name}-common
Provides:	%{name}-ui = %{EVRD}

%description
Qt Creator (previously known as Project Greenhouse) is a new, lightweight,
cross-platform integrated development environment (IDE) designed to make
development with the Qt application framework even faster and easier.

%pre
if [ "$1" == "2" -a -L %{_bindir}/qtcreator ]
then
	rm -f %{_bindir}/qtcreator
fi

%files
%doc README.md
%{_bindir}/qtcreator
%{_libdir}/qtcreator
%exclude %{_libdir}/qtcreator/plugins/qbs
%{_datadir}/qtcreator
%{_datadir}/applications/qtcreator.desktop
%{_datadir}/metainfo/org.qt-project.qtcreator.appdata.xml
%{_prefix}/libexec/qtcreator/buildoutputparser
%{_prefix}/libexec/qtcreator/cpaster
%{_prefix}/libexec/qtcreator/qml2puppet
%{_prefix}/libexec/qtcreator/qtcreator_process_stub
%{_prefix}/libexec/qtcreator/qtpromaker
%{_prefix}/libexec/qtcreator/sdktool

#------------------------------------------------------------------------------

%package common
Summary:	Files used by both Qt Creator Qt4 and Qt Creator Qt5
Group:		Development/KDE and Qt
BuildArch:	noarch

%description common
Files used by both Qt Creator Qt4 and Qt Creator Qt5.

%files common
%{_iconsdir}/*/*/*/QtProject-qtcreator.png
%{_datadir}/mime/packages/*

#------------------------------------------------------------------------------

%package doc
Summary:	Qt Creator documentation
Group:		Development/KDE and Qt
Suggests:	qt5-doc

%description doc
Qt Creator documentation.

%files doc
%{_datadir}/doc/qtcreator/qtcreator.qch
%{_datadir}/doc/qtcreator/qtcreator-dev.qch

#------------------------------------------------------------------------------

%package -n qbs
Summary:	Qt Build Suite is the next-generation build system using QML dialect
Group:		Development/KDE and Qt
Obsoletes:	qbs-examples < 1.2

%description -n qbs
QBS builds applications based on the information in a project file that you
specify in a QML dialect. Unlike cmake it doesn't generates makefiles.

%files -n qbs
%{_bindir}/qbs*
%{_libdir}/qtcreator/plugins/qbs

#------------------------------------------------------------------------------

%prep
%setup -qn %{name}-opensource-src-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%if %{with cppcheck}
%patch11 -p1
pushd src/plugins
tar -xf %{SOURCE1}
mv qtc-cppcheck-%{cppcheck_version} qtc-cppcheck
pushd qtc-cppcheck
%patch12 -p1
%patch13 -p1
popd
popd
%endif

%build
%global optflags %{optflags} -Wstrict-aliasing=0 -Wno-error=strict-overflow
%qmake_qt5 -r IDE_LIBRARY_BASENAME=%{_lib}
%make STRIP=/bin/true
%make docs

%install
# Install the Qt 5.x version
make install STRIP=/bin/true INSTALL_ROOT=%{buildroot}%{_prefix} install_docs

# Prevent "same build ID in nonidentical files" in all the binaries
pushd %{buildroot}%{_bindir}
for i in *; do
	if [ "$i" != "qtcreator" ]; then
		strip --strip-unneeded "$i"
	fi
done
popd

mkdir -p %{buildroot}%{_datadir}/mime/packages
install -m 0644 %{SOURCE2} %{buildroot}/%{_datadir}/mime/packages

# We have better version
rm -f %{buildroot}%{_datadir}/applications/org.qt-project.qtcreator.desktop

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/qtcreator.desktop << EOF
[Desktop Entry]
Type=Application
Exec=%{_bindir}/qtcreator %%F
Name=Qt Creator
Name[ru]=Qt Creator
GenericName=Integrated Development Environment
GenericName[ru]=Интегрированная среда разработки
X-KDE-StartupNotify=true
Icon=QtProject-qtcreator
Terminal=false
Categories=Development;IDE;Qt;
MimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.nokia.qt.qmakeprofile;application/vnd.nokia.xml.qt.resource;
InitialPreference=9
EOF


%changelog

* Wed May 03 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.2-5
- (b6cb600) Don't set LD_LIBRARY_PATH to /usr/lib[64]

* Wed May 03 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.2-4
- (1af4824) Require qt5-qtcanvas3d-qml and qt5-qtquickcontrols2-qml

* Tue May 02 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.2-3
- (ddda4cd) Use C for English locale
- (Andrey Bondrov: 482198d) Suggest more Qt5 development headers
- (Andrey Bondrov: 108c3e4) Require libqt5declarative5

* Fri Apr 28 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.2-2
- (da67f32) Don't expand %%F macro in desktop file into file.file

* Thu Apr 27 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.2-1
- (6ba9def) New version 4.2.2

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.1-2
- (2bbe4c2) MassBuild#1230: Increase release tag

* Thu Jan 26 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.1-1
- (3f48290) New version 4.2.1

* Tue Oct 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.0.2-4
- (58190f5) Don't provide and require QML
- (Andrey Bondrov: 30adc67) MassBuild#1169: Increase release tag

* Mon Jun 20 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.0.2-3
- (95a67ef) Requires qt5-qttranslations

* Fri Jun 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.0.2-2
- (7b186f7) Filter more internal libraries from Requires and Provides

* Fri Jun 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.0.2-1
- (328460a) Move xml from .abf.yml to git
- (Andrey Bondrov: 73087ca) New version 4.0.2
- (Andrey Bondrov: 73087ca) New qtc-cppcheck version 4.0.0
- (Andrey Bondrov: 73087ca) Require qt5-qtquickcontrols-qml instead of qtquickcontrols-qml

* Fri Jun 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.6.1-2
- (c0e3200) Requires qtquickcontrols-qml

* Fri May 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.6.1-1
- (f2a4144) New version 3.6.1

* Fri Dec 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.6.0-2
- (353c328) Update qtc-cppcheck to 3.6.0

* Tue Dec 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.6.0-1
- (6fd1f18) Some files were moved from /usr/bin to /usr/libexec/qtcreator
- (Andrey Bondrov: 023a7f6) New version 3.6.0
- (Andrey Bondrov: 023a7f6) Re-diff linkage patch

* Tue Oct 20 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.5.1-2
- (0a29960) Adjust GenericName in desktop file
- (Andrey Bondrov: 71ba2d7) Add Russian translation to desktop file

* Sun Oct 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.5.1-1
- (474ac0d) Update files
- (Andrey Bondrov: e19b71c) New versiom 3.5.1

* Sun Jul 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.4.2-1
- (853db3b) New version 3.4.2

* Fri Jun 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.4.1-1
- (37af134) Update path patch for cppcheck plugin
- (Andrey Bondrov: 8e41417) New version 3.4.1
- (Andrey Bondrov: 8e41417) Include qtc-cppcheck plugin

* Thu Mar 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3.1-1
- (b2129a1) Suggest gcc-c++ and gdb
- (Andrey Bondrov: fac6990) New version 3.3.1

* Wed Dec 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3.0-1
- (c83c2af) New version 3.3.0, no longer supports Qt4 build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24004 |14mu|qt-creator-qt4-3.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# These are private, filter them
%define __noautoprov 'libAggregation\\.so\\.1(.*)|libCPlusPlus\\.so\\.1(.*)|libExtensionSystem\\.so\\.1(.*)|libGLSL\\.so\\.1(.*)|libLanguageUtils\\.so\\.1(.*)|libQmlDebug\\.so\\.1(.*)|libQmlEditorWidgets\\.so\\.1(.*)|libQmlJS\\.so\\.1(.*)|libQtcSsh\\.so\\.1(.*)|libUtils\\.so\\.1(.*)|libqbscore\\.so\\.1(.*)|libqbsqtprofilesetup\\.so\\.1(.*)|libzeroconf\\.so\\.1(.*)|devel\\((.*)'
%define __noautoreq 'libAggregation\\.so\\.1(.*)|libCPlusPlus\\.so\\.1(.*)|libExtensionSystem\\.so\\.1(.*)|libGLSL\\.so\\.1(.*)|libLanguageUtils\\.so\\.1(.*)|libQmlDebug\\.so\\.1(.*)|libQmlEditorWidgets\\.so\\.1(.*)|libQmlJS\\.so\\.1(.*)|libQtcSsh\\.so\\.1(.*)|libUtils\\.so\\.1(.*)|libqbscore\\.so\\.1(.*)|libqbsqtprofilesetup\\.so\\.1(.*)|libzeroconf\\.so\\.1(.*)|devel\\((.*)'

Summary:	Qt Creator IDE for Qt 4.x
Name:		qt-creator-qt4
Version:	3.2.2
Release:	4
License:	LGPLv2+ and MIT
Group:		Development/KDE and Qt
Url:		http://qt.digia.com/products/developer-tools
Source0:	http://download.qt-project.org/official_releases/qtcreator/%(echo %{version} |cut -d. -f1-2)/%{version}/qt-creator-opensource-src-%{version}.tar.gz
Source1:	%{name}.rpmlintrc
Patch0:		qt-creator-3.2.0-linkage.patch
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(QtNetwork)
BuildRequires:	pkgconfig(QtSql)
BuildRequires:	pkgconfig(QtWebKit)
BuildRequires:	qt4-devel-private
BuildRequires:	qt4-linguist
BuildRequires:	qt4-qdoc3
Suggests:	qt4-designer
Suggests:	qt4-assistant
Suggests:	qt4-devel
Suggests:	qt4-qmlviewer
Suggests:	qt-creator-doc
Suggests:	qt4-doc
Requires:	qt-creator-common
Provides:	qt-creator-ui = %{EVRD}

%description
Qt Creator (previously known as Project Greenhouse) is a new, lightweight,
cross-platform integrated development environment (IDE) designed to make
development with the Qt application framework even faster and easier.

This version uses and targets Qt 4.x.

%files
%doc README
%{_prefix}/lib/qt4/bin/buildoutputparser
%{_prefix}/lib/qt4/bin/qmlpuppet
%{_prefix}/lib/qt4/bin/qtcreator
%{_prefix}/lib/qt4/bin/qtcreator_process_stub
%{_prefix}/lib/qt4/bin/qtpromaker
%{_prefix}/lib/qt4/bin/sdktool
%{_prefix}/lib/qt4/%{_lib}/qtcreator
%{_prefix}/lib/qt4/share/qtcreator
%{_datadir}/applications/qtcreator-qt4.desktop

#------------------------------------------------------------------------------

%prep
%setup -qn qt-creator-opensource-src-%{version}
%patch0 -p1

%build
%global optflags %{optflags} -Wstrict-aliasing=0 -Wno-error=strict-overflow
# Build a version for Qt 4.x
%qmake_qt4 -r IDE_LIBRARY_BASENAME=%{_lib}
%make STRIP=/bin/true

%install
make install STRIP=/bin/true INSTALL_ROOT=%{buildroot}%{_prefix}/lib/qt4

# We use icons from Qt Creator Qt5 build (qt-creator-common package)
rm -rf %{buildroot}%{_prefix}/lib/qt4/share/icons/

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/qtcreator-qt4.desktop << EOF
[Desktop Entry]
Type=Application
Exec=%{_prefix}/lib/qt4/bin/qtcreator
Name=Qt Creator (Qt4)
GenericName=C++ IDE for developing Qt4 applications
X-KDE-StartupNotify=true
Icon=QtProject-qtcreator
Terminal=false
Categories=Development;IDE;Qt;
MimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.nokia.qt.qmakeprofile;application/vnd.nokia.xml.qt.resource;
InitialPreference=9
EOF

%changelog
* Wed Dec 17 2014 Rosa <rosa@abf.rosalinux.ru> 3.2.2-4
+ Revision: 7df9ec0
- Automatic import for version 3.2.2-4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24005 |14mu|qtcurve-1.8.18-2.20160113.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20160113

%define libnamekde4 %{_lib}kde4-style-qtcurve
%define libnamegtk2 %{_lib}qtcurve-gtk2

%bcond_without qt5

Summary:	QtCurve Theme for Qt and GTK
Name:		qtcurve
Version:	1.8.18
Release:	2.%{git}.1
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		https://github.com/QtCurve/qtcurve/releases
# Git snapshot
Source0:	%{name}-%{version}-%{git}.tar.bz2
Patch0:		qtcurve-1.8.18-kwin-frames.patch
Patch1:		qtcurve-1.8.17-l10n-fix.patch
Patch2:		qtcurve-1.8.18-enable-translations.patch
BuildRequires:	cmake
BuildRequires:	kdelibs4-devel
BuildRequires:	kdebase4-workspace-devel
%if %{with qt5}
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5archive-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5guiaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5iconthemes-devel
BuildRequires:	kf5kdelibs4support-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Widgets)
%endif

BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(x11-xcb)
BuildRequires:	pkgconfig(xcb)

%description
QtCurve Theme for Qt and GTK.

#----------------------------------------------------------------------------

%package -n kde4-style-qtcurve
Summary:	QtCurve theme for KDE4
Group:		Graphical desktop/KDE
Requires:	%{libnamekde4} = %{EVRD}
Suggests:	qtcurve-gtk2
#added for test purpose by bedi
Suggests:	oxygen-gtk

%description -n kde4-style-qtcurve
QtCurve theme for KDE4.

%files -n kde4-style-qtcurve -f qtcurve.lang
%{_kde_appsdir}/QtCurve
%{_kde_appsdir}/color-schemes/
%{_kde_appsdir}/kstyle/
%{_kde_appsdir}/kwin/

#----------------------------------------------------------------------------

%package -n qt5-style-qtcurve
Summary:	QtCurve style for Qt5
Group:		Graphical desktop/KDE

%description -n qt5-style-qtcurve
QtCurve style for Qt5.

%files -n qt5-style-qtcurve
%{_qt5_plugindir}/styles/qtcurve.so

#----------------------------------------------------------------------------

%package -n plasma5-style-qtcurve
Summary:	QtCurve style for Plasma 5
Group:		Graphical desktop/KDE
Requires:	qt5-style-qtcurve

%description -n plasma5-style-qtcurve
QtCurve style for Plasma 5.

%files -n plasma5-style-qtcurve
%{_kde5_datadir}/kstyle/themes/qtcurve.themerc
%{_qt5_plugindir}/kstyle_qtcurve5_config.so

#----------------------------------------------------------------------------

%package -n %{libnamekde4}
Summary:	KDE4 libraries for QtCurve
Group:		Graphical desktop/KDE
Provides:	libkde4-style-qtcurve = %{EVRD}

%description -n %{libnamekde4}
KDE4 libraries for QtCurve.

%files -n %{libnamekde4}
%{_kde_libdir}/kde4/kstyle_qtcurve_config.so
%{_kde_libdir}/kde4/kwin3_qtcurve.so
%{_kde_libdir}/kde4/kwin_qtcurve_config.so
%{_kde_libdir}/kde4/plugins/styles/qtcurve.so

#----------------------------------------------------------------------------

%package -n qtcurve-gtk2
Summary:	QtCurve Theme for GTK2
Group:		Graphical desktop/GNOME
Requires:	%{libnamegtk2} = %{EVRD}

%description -n qtcurve-gtk2
QtCurve Theme for GTK2.

%files -n qtcurve-gtk2
%{_datadir}/themes/QtCurve

#----------------------------------------------------------------------------

%package -n %{libnamegtk2}
Summary:	GTK2 libraries for QtCurve
Group:		Graphical desktop/GNOME
Provides:	libqtcurve-gtk2 = %{EVRD}

%description -n %{libnamegtk2}
GTK2 libraries for QtCurve.

%files -n %{libnamegtk2}
%{_libdir}/gtk-2.0/*/engines/libqtcurve.so

#----------------------------------------------------------------------------

%define cairo_major 1
%define libqtcurvecairo %mklibname qtcurve-cairo %{cairo_major}

%package -n %{libqtcurvecairo}
Summary:	Shared library for QtCurve
Group:		System/Libraries

%description -n %{libqtcurvecairo}
Shared library for QtCurve.

%files -n %{libqtcurvecairo}
%{_libdir}/libqtcurve-cairo.so.%{cairo_major}*

#----------------------------------------------------------------------------

%define utils_major 2
%define libqtcurveutils %mklibname qtcurve-utils %{utils_major}

%package -n %{libqtcurveutils}
Summary:	Shared library for QtCurve
Group:		System/Libraries

%description -n %{libqtcurveutils}
Shared library for QtCurve.

%files -n %{libqtcurveutils}
%{_libdir}/libqtcurve-utils.so.%{utils_major}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{git}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%cmake_kde4 \
	-DENABLE_QT4:BOOL=ON \
	-DQTC_QT4_ENABLE_KDE:BOOL=ON \
%if %{with qt5}
	-DENABLE_QT5:BOOL=ON \
	-DQTC_QT5_ENABLE_KDE:BOOL=ON \
	-DQTC_QT5_ENABLE_QTQUICK2:BOOL=ON \
%else
	-DENABLE_QT5:BOOL=OFF \
	-DQTC_QT5_ENABLE_KDE:BOOL=OFF \
%endif
	-DENABLE_GTK2:BOOL=ON
%make

%install
%makeinstall_std -C build

# We don't have devel package so we don't need it
rm %{buildroot}%{_libdir}/libqtcurve-cairo.so
rm %{buildroot}%{_libdir}/libqtcurve-utils.so

%find_lang qtcurve


%changelog

* Thu Jan 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.18-2.20160113.1
- (560aa41) New git snapshot from 2016.01.13



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24006 |14mu|qt-gstreamer-1.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define glibapi 2.0
%define major 0

Summary:	C++ bindings for GStreamer with a Qt-style API
Name:		qt-gstreamer
Version:	1.2.0
Release:	3
License:	LGPLv2+
Group:		System/Libraries
Url:		http://gstreamer.freedesktop.org/wiki/QtGStreamer
Source0:	http://gstreamer.freedesktop.org/src/qt-gstreamer/%{name}-%{version}.tar.xz
Patch0:		qt-gstreamer-1.2.0-pkgconfig.patch
# From Fedora's package
Patch10:	0001-gstqtvideosink-fix-memory-leak-and-synchronization-i.patch
Patch11:	0002-CMakeLists.txt-actually-require-GStreamer-1.2.0.patch
Patch12:	0003-qtglvideosinkbase-don-t-use-variable-name-interface-.patch
Patch13:	0004-Add-pbutils-include-directory-to-include-paths.patch
Patch14:	0005-Workaround-build-failures-with-boost-1.57-and-moc.patch
Patch15:	0006-Fix-compilation-with-GStreamer-1.5.1.patch
Patch16:	qt-gstreamer-1.2.0-boost_160.patch
BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	qt4-qmlviewer
BuildRequires:	boost-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(glib-%{glibapi})
BuildRequires:	pkgconfig(gstreamer-%{api})
BuildRequires:	pkgconfig(gstreamer-app-%{api})
BuildRequires:	pkgconfig(gstreamer-audio-%{api})
BuildRequires:	pkgconfig(gstreamer-base-%{api})
BuildRequires:	pkgconfig(gstreamer-pbutils-%{api})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api})
BuildRequires:	pkgconfig(gstreamer-video-%{api})
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Declarative)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
plus some helper classes for integrating GStreamer better in Qt 4
applications.

%files
%{_libdir}/gstreamer-%{api}/libgstqtvideosink.so
%{_qt_importdir}/QtGStreamer/

#----------------------------------------------------------------------------

%define libqtglib %mklibname QtGLib %{glibapi} %{major}

%package -n %{libqtglib}
Summary:	C++/Qt bindings for parts of the GLib and GObject APIs
Group:		System/Libraries
Conflicts:	%{_lib}qt-gstreamer0 < 0.10.2
Conflicts:	%{_lib}qtglib0.10.2 < 0.10.2-4
Obsoletes:	%{_lib}qtglib0.10.2 < 0.10.2-4
Conflicts:	%{_lib}qtglib2.0_0.10.2 < 0.10.2-4
Obsoletes:	%{_lib}qtglib2.0_0.10.2 < 0.10.2-4

%description -n %{libqtglib}
Library providing C++/Qt bindings for parts of the GLib and GObject
APIs, a base on which QtGStreamer is built.

%files -n %{libqtglib}
%{_libdir}/libQtGLib-%{glibapi}.so.%{major}
%{_libdir}/libQtGLib-%{glibapi}.so.%{version}

#----------------------------------------------------------------------------

%define libqtgstreamer %mklibname QtGStreamer %{api} %{major}

%package -n %{libqtgstreamer}
Summary:	C++/Qt bindings for GStreamer
Group:		System/Libraries

%description -n %{libqtgstreamer}
Library providing C++/Qt bindings for GStreamer

%files -n %{libqtgstreamer}
%{_libdir}/libQtGStreamer-%{api}.so.%{major}
%{_libdir}/libQtGStreamer-%{api}.so.%{version}

#----------------------------------------------------------------------------

%define libqtgstreamerui %mklibname QtGStreamerUi %{api} %{major}

%package -n %{libqtgstreamerui}
Summary:	Library providing integration with QtGui
Group:		System/Libraries

%description -n %{libqtgstreamerui}
Library providing integration with QtGui.

%files -n %{libqtgstreamerui}
%{_libdir}/libQtGStreamerUi-%{api}.so.%{major}
%{_libdir}/libQtGStreamerUi-%{api}.so.%{version}

#----------------------------------------------------------------------------

%define libqtgstreamerutils %mklibname QtGStreamerUtils %{api} %{major}

%package -n %{libqtgstreamerutils}
Summary:	Library providing some high level utility classes
Group:		System/Libraries

%description -n %{libqtgstreamerutils}
Library providing some high level utility classes.

%files -n %{libqtgstreamerutils}
%{_libdir}/libQtGStreamerUtils-%{api}.so.%{major}
%{_libdir}/libQtGStreamerUtils-%{api}.so.%{version}

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Development files for QtGstreamer
Group:		Development/KDE and Qt
Requires:	%{libqtglib} = %{EVRD}
Requires:	%{libqtgstreamer} = %{EVRD}
Requires:	%{libqtgstreamerui} = %{EVRD}
Requires:	%{libqtgstreamerutils} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
plus some helper classes for integrating GStreamer better in Qt
applications.

This package contains files for developing applications using QtGstreamer.

%files -n %{devname}
%{_libdir}/libQtGLib-%{glibapi}.so
%{_libdir}/libQtGStreamer-%{api}.so
%{_libdir}/libQtGStreamerUi-%{api}.so
%{_libdir}/libQtGStreamerUtils-%{api}.so
%{_libdir}/pkgconfig/QtGLib-2.0.pc
%{_libdir}/pkgconfig/QtGStreamer-1.0.pc
%{_libdir}/pkgconfig/QtGStreamerUi-1.0.pc
%{_libdir}/pkgconfig/QtGStreamerUtils-1.0.pc
%{_libdir}/cmake/QtGStreamer/*.cmake
%{_includedir}/QtGStreamer

#----------------------------------------------------------------------------

%package -n qt5-gstreamer
Summary:	C++ bindings for GStreamer with a Qt-style API
Group:		System/Libraries

%description -n qt5-gstreamer
QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
plus some helper classes for integrating GStreamer better in Qt 5
applications.

%files -n qt5-gstreamer
%{_libdir}/gstreamer-%{api}/libgstqt5videosink.so
%{_qt5_importdir}/QtGStreamer/
%{_qt5_libdir}/qt5/qml/QtGStreamer/

#----------------------------------------------------------------------------

%define libqt5glib %mklibname Qt5GLib %{glibapi} %{major}

%package -n %{libqt5glib}
Summary:	C++/Qt bindings for parts of the GLib and GObject APIs
Group:		System/Libraries

%description -n %{libqt5glib}
Library providing C++/Qt bindings for parts of the GLib and GObject
APIs, a base on which QtGStreamer is built.

%files -n %{libqt5glib}
%{_libdir}/libQt5GLib-%{glibapi}.so.%{major}
%{_libdir}/libQt5GLib-%{glibapi}.so.%{version}

#----------------------------------------------------------------------------

%define libqt5gstreamer %mklibname Qt5GStreamer %{api} %{major}

%package -n %{libqt5gstreamer}
Summary:	C++/Qt bindings for GStreamer
Group:		System/Libraries

%description -n %{libqt5gstreamer}
Library providing C++/Qt bindings for GStreamer

%files -n %{libqt5gstreamer}
%{_libdir}/libQt5GStreamer-%{api}.so.%{major}
%{_libdir}/libQt5GStreamer-%{api}.so.%{version}

#----------------------------------------------------------------------------

%define libqt5gstreamerquick %mklibname Qt5GStreamerQuick %{api} %{major}

%package -n %{libqt5gstreamerquick}
Summary:	C++/Qt bindings for GStreamer
Group:		System/Libraries

%description -n %{libqt5gstreamerquick}
Library providing C++/Qt bindings for GStreamer

%files -n %{libqt5gstreamerquick}
%{_libdir}/libQt5GStreamerQuick-%{api}.so.%{major}
%{_libdir}/libQt5GStreamerQuick-%{api}.so.%{version}

#----------------------------------------------------------------------------

%define libqt5gstreamerui %mklibname Qt5GStreamerUi %{api} %{major}

%package -n %{libqt5gstreamerui}
Summary:	Library providing integration with QtGui
Group:		System/Libraries

%description -n %{libqt5gstreamerui}
Library providing integration with QtGui.

%files -n %{libqt5gstreamerui}
%{_libdir}/libQt5GStreamerUi-%{api}.so.%{major}
%{_libdir}/libQt5GStreamerUi-%{api}.so.%{version}

#----------------------------------------------------------------------------

%define libqt5gstreamerutils %mklibname Qt5GStreamerUtils %{api} %{major}

%package -n %{libqt5gstreamerutils}
Summary:	Library providing some high level utility classes
Group:		System/Libraries

%description -n %{libqt5gstreamerutils}
Library providing some high level utility classes.

%files -n %{libqt5gstreamerutils}
%{_libdir}/libQt5GStreamerUtils-%{api}.so.%{major}
%{_libdir}/libQt5GStreamerUtils-%{api}.so.%{version}

#----------------------------------------------------------------------------

%define devname5 %mklibname qt5-gstreamer -d

%package -n %{devname5}
Summary:	Development files for Qt5Gstreamer
Group:		Development/KDE and Qt
Requires:	%{libqt5glib} = %{EVRD}
Requires:	%{libqt5gstreamer} = %{EVRD}
Requires:	%{libqt5gstreamerquick} = %{EVRD}
Requires:	%{libqt5gstreamerui} = %{EVRD}
Requires:	%{libqt5gstreamerutils} = %{EVRD}
Provides:	qt5-gstreamer-devel = %{EVRD}

%description -n %{devname5}
Qt5GStreamer provides C++ bindings for GStreamer with a Qt-style API,
plus some helper classes for integrating GStreamer better in Qt
applications.

This package contains files for developing applications using Qt5Gstreamer.

%files -n %{devname5}
%{_libdir}/libQt5GLib-%{glibapi}.so
%{_libdir}/libQt5GStreamer-%{api}.so
%{_libdir}/libQt5GStreamerQuick-%{api}.so
%{_libdir}/libQt5GStreamerUi-%{api}.so
%{_libdir}/libQt5GStreamerUtils-%{api}.so
%{_libdir}/pkgconfig/Qt5GLib-2.0.pc
%{_libdir}/pkgconfig/Qt5GStreamer-1.0.pc
%{_libdir}/pkgconfig/Qt5GStreamerQuick-1.0.pc
%{_libdir}/pkgconfig/Qt5GStreamerUi-1.0.pc
%{_libdir}/pkgconfig/Qt5GStreamerUtils-1.0.pc
%{_libdir}/cmake/Qt5GStreamer/*.cmake
%{_includedir}/Qt5GStreamer

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1

mkdir Qt4
mv `ls -1 |grep -v Qt4` Qt4
cp -a Qt4 Qt5

%build
pushd Qt4
%cmake_qt4 \
	-DQT_VERSION=4 \
	-DQTGSTREAMER_TESTS=OFF \
	-DLIB_INSTALL_DIR=%{_libdir}
%make
popd

pushd Qt5
%cmake_qt5 \
	-DQT_VERSION=5 \
	-DQTGSTREAMER_TESTS=OFF \
	-DLIB_INSTALL_DIR=%{_libdir}
%make
popd

%install
%makeinstall_std -C Qt4/build

%makeinstall_std -C Qt5/build

%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-3
- (ada1264) Add patches from Fedora to fix build with GStreamer 1.6 and boost 1.60



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24007 |14mu|qtscriptgenerator-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool to generate Qt bindings for Qt Script
Name:		qtscriptgenerator
Version:	0.2.0
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://code.google.com/p/qtscriptgenerator/
Source0:	http://qtscriptgenerator.googlecode.com/files/qtscriptgenerator-src-%{version}.tar.gz
Patch0:		qtscriptgenerator-src-0.1.0-fix-strings.patch
Patch1:		include_everything.patch
Patch2:		qtscriptgenerator-src-0.1.0-fix-build.patch
BuildRequires:	libxslt-proc
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(phonon)
# not strictly required, but the expectation would be for the
# bindings to be present
Requires:	qtscriptbindings = %{EVRD}

%description
Qt Script Generator is a tool to generate Qt bindings for Qt Script.

%files
%{qt4bin}/generator

#----------------------------------------------------------------------------

%package -n qtscriptbindings
Summary:	Qt bindings for Qt Script
Group:		System/Libraries
Provides:	qtscript-qt = %{EVRD}
Requires:	qt4-common

%description -n qtscriptbindings
Bindings providing access to substantial portions of the Qt API
from within Qt Script.

%files -n qtscriptbindings
%doc README
%doc README.qsexec
%doc doc/
%doc examples/
%{_bindir}/qsexec
%{qt4plugins}/script/libqtscript*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-src-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p0

%build

# workaround buildsys bogosity, see also:
# http://code.google.com/p/qtscriptgenerator/issues/detail?id=38
export INCLUDE=%{qt4include}

pushd generator
%qmake_qt4 generator.pro
make
./generator
popd

pushd qtbindings
%qmake_qt4 qtbindings.pro
%make
popd

pushd tools/qsexec/src
%qmake_qt4 qsexec.pro
%make
popd

%install
mkdir -p %{buildroot}%{qt4plugins}/script/

# install doesn't do symlinks
cp -a plugins/script/libqtscript* \
  %{buildroot}%{qt4plugins}/script/

cp -a tools/qsexec/README.TXT README.qsexec
install -D -p -m755 tools/qsexec/qsexec %{buildroot}%{_bindir}/qsexec

install -D -p -m755 generator/generator %{buildroot}%{qt4bin}/generator


%changelog

* Mon Oct 19 2015 Denis Silakov <dsilakov@gmail.com> 0.2.0-1
- (2cecd47) Updated to 0.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24008 |14mu|qtsoap-2.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	The Simple Object Access Protocol Qt-based client side library
Name:		qtsoap
Version:	2.7
Release:	3
License:	LGPLv2.1+ with exceptions or GPLv3+
Group:		System/Libraries
Url:		http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Utilities/qtsoap/
Source0:	http://get.qt.nokia.com/qt/solutions/lgpl/qtsoap-%{version}_1-opensource.tar.gz
Patch0:		qtsoap-2.7_1-opensource-install-pub-headers.patch
BuildRequires:	qt4-devel

%description
The SOAP (Simple Object Access Protocol) library uses the XML standard
for describing how to exchange messages. Its primary usage is to invoke web
services and get responses from Qt-based applications.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The Simple Object Access Protocol Qt-based client side library
Group:		System/Libraries

%description -n %{libname}
The SOAP (Simple Object Access Protocol) library uses the XML standard
for describing how to exchange messages. Its primary usage is to invoke web
services and get responses from Qt-based applications.

%files -n %{libname}
%doc README.TXT LGPL_EXCEPTION.txt LICENSE.GPL3 LICENSE.LGPL
%{_libdir}/libqtsoap.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%doc LGPL_EXCEPTION.txt LICENSE.GPL3 LICENSE.LGPL
%{_libdir}/libqtsoap.so
%{qt4include}/QtSoap/

#----------------------------------------------------------------------------

%prep
%setup -qn qtsoap-%{version}_1-opensource

# headers are not installed for shared library
%patch0 -p1 -b .install-pub-headers

sed -i 's:$$DESTDIR:%{_libdir}:g' buildlib/buildlib.pro

%build
# we want shared library
echo "SOLUTIONS_LIBRARY = yes" > config.pri

echo "QTSOAP_LIBNAME = \$\$qtLibraryTarget(qtsoap)" >> common.pri
echo "VERSION=%{version}" >> common.pri

qmake PREFIX=%{_prefix}
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot}


%changelog

* Wed May 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.7-3
- (9a350dd) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24009 |14mu|qtweetlib-0.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1.0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	C++ Qt based Twitter library
Name:		qtweetlib
Version:	0.5.0
Release:	4
License:	GPLv2+
Group:		System/Libraries
Source0:	%{name}-%{version}.tar.gz
Url:		https://github.com/dschmidt/QTweetLib
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(QJson)

%description
C++ Qt based Twitter library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C++ Qt based Twitter library
Group:		System/Libraries
Conflicts:	%{_lib}qtweetlib1 < 0.5.0-4
Obsoletes:	%{_lib}qtweetlib1 < 0.5.0-4

%description -n %{libname}
C++ Qt based Twitter library.

%files -n %{libname}
%{_libdir}/libQTweetLib.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	C++ Qt based Twitter library
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
C++ Qt based Twitter library (development package).

%files -n %{devname}
%{_libdir}/libQTweetLib.so
%{_includedir}/QTweetLib/

#----------------------------------------------------------------------------

%prep
%setup -qn minimoog-QTweetLib-2af0b78

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5.0-4
- (4fcbaaf) Fix library package major
- (4fcbaaf) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24010 |14mu|quadrapassel-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           quadrapassel
Version:        3.16.1
Release:        1
Summary:        GNOME Quadrapassel game

License:        GPLv2+ and CC-BY-SA
Group:		Games/Other
URL:            https://live.gnome.org/Quadrapassel
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  pkgconfig(clutter-gtk-1.0)
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(libcanberra-gtk3)
BuildRequires:  pkgconfig(librsvg-2.0)

Obsoletes: gnome-games-extra < 3.7.92

%description
The Russian game of falling geometric shapes.

%prep
%setup -q


%build
%configure2_5x
%make


%install
make install DESTDIR=%{buildroot}

desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-gnome


%files -f %{name}.lang
%doc COPYING
%{_bindir}/quadrapassel
%{_datadir}/applications/quadrapassel.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.quadrapassel.gschema.xml
%{_datadir}/icons/*/*/*/*
%{_datadir}/quadrapassel
%{_mandir}/man6/quadrapassel.6*
%{_datadir}/appdata/*.xml

%changelog

* Thu May 14 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-1
- (7f367f9) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24011 |14mu|quazip-0.7-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Qt/C++ wrapper for the minizip library
Name:		quazip
Version:	0.7
Release:	5
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://quazip.sourceforge.net/
Source0:	http://downloads.sourceforge.net/quazip/%{name}-%{version}.tar.gz
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(libzip)
Requires:	pkgconfig(zlib)

%description
QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
can be used to access ZIP archives. It uses Trolltech's Qt toolkit.

QuaZIP allows you to access files inside ZIP archives using QIODevice API,
and - yes! - that means that you can also use QTextStream, QDataStream or
whatever you would like to use on your zipped files.

QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading
from and writing to ZIP archives.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Qt/C++++ wrapper for the minizip library
%rename quazip

%description -n %{libname}
QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
can be used to access ZIP archives. It uses Trolltech's Qt toolkit.

QuaZIP allows you to access files inside ZIP archives using QIODevice API,
and - yes! - that means that you can also use QTextStream, QDataStream or
whatever you would like to use on your zipped files.

QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading
from and writing to ZIP archives.

%files -n %{libname}
%{_libdir}/libquazip.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(zlib)
Requires:	qt4-devel
Provides:	quazip-devel = %{EVRD}
Obsoletes:	quazip-devel <= 0.4.3-1
Obsoletes:	%{mklibname -d quazip 1} < 0.4.4-2

%description -n %{devname}
This package contains libraries, header files and documentation
for developing applications that use %{libname}.

%files -n %{devname}
%doc COPYING* NEWS.txt README.txt
%doc doc/html
%{_includedir}/%{name}
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q

# Fixes build and install
sed -i 's\PREFIX/lib\PREFIX/%{_lib}\' %{name}/%{name}.pro
# removing test programs
sed -i 's\qztest\\g' %{name}.pro

%build
%qmake_qt4 PREFIX=%{_prefix} QMAKE_CXXFLAGS_RELEASE= LIBS+=-lz
make

doxygen Doxyfile
for file in doc/html/*; do
	touch -r Doxyfile $file
done

%install
make INSTALL="install -p" INSTALL_ROOT=%{buildroot} install

%changelog

* Mon Nov 23 2015 Denis Silakov <dsilakov@gmail.com> 0.7-5
- (9b045c0) Rebuild with new libzip



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24012 |14mu|quick-usb-formatter-0.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define binname quickusbformatter

Summary:	A small KDE4 application to format usb sticks and devices
Name:		quick-usb-formatter
Version:	0.6
Release:	2
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://kde-apps.org/content/show.php?content=137493
Source0:	%{name}-%{version}.tar.bz2
Patch0:		quick-usb-formatter-0.6-l10n-ru.patch
Patch1:		quick-usb-formatter-0.5-l10n-ru.patch
BuildRequires:	cmake
BuildRequires:	gettext
BuildRequires:	kdelibs4-devel
Requires:	f2fs-tools

%description
Quick Usb Formatter is a tiny app designed for enhance the usability of the
device notifier, an additional option for quick format usb sticks.

%files -f %{binname}.lang
%doc README.txt
%{_kde_bindir}/%{binname}
%{_kde_appsdir}/solid/actions/%{binname}_solid.desktop
%{_kde_applicationsdir}/%{binname}.desktop
%{_kde_libdir}/kde4/libexec/helper
%{_datadir}/dbus-1/system-services/org.kde.auth.quf.service
%{_datadir}/polkit-1/actions/org.kde.auth.quf.policy
%{_datadir}/solid/actions/%{binname}_solid.desktop
%{_sysconfdir}/dbus-1/system.d/org.kde.auth.quf.conf

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .ru
%patch1 -p1 -b .ru

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# Plasma 5 support
mkdir -p %{buildroot}%{_datadir}/solid/actions
cp %{buildroot}%{_kde_appsdir}/solid/actions/%{binname}_solid.desktop %{buildroot}%{_datadir}/solid/actions/

%find_lang %{binname}


%changelog

* Fri Jul 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6-2
- (ad75242) Requires f2fs-tools



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24013 |14mu|qyoto-4.14.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# if you want to build this packge for ARM
# use REAL hardware
# abf - external nodes - all

Summary:	C# Mono Qt 4 bindings
Name:		qyoto
Version:	4.14.3
Release:	2
Epoch:		1
License:	GPL+
Group:		Development/KDE and Qt
Url:		https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
# Fix build with mono 3.x
Patch0:		qyoto-4.14.3-qdbus-non-generic.patch
BuildRequires:	cmake
BuildRequires:	kde4-macros
BuildRequires:	kdelibs4-devel >= 2:%{version}
BuildRequires:	smokegen-devel >= 1:%{version}
BuildRequires:	smokeqt-devel >= 1:%{version}
BuildRequires:	pkgconfig(mono)
BuildRequires:	pkgconfig(phonon)
BuildRequires:	pkgconfig(qimageblitz) < 5.0.0
BuildRequires:	qscintilla-qt4-devel
Provides:	mono-qt4 = %{EVRD}

%description
.NET/Mono bindings for the Qt libraries.

%files
%{_prefix}/lib/mono/qyoto/qt-dotnet.dll
%{_prefix}/lib/mono/qyoto/qscintilla.dll
%{_prefix}/lib/mono/qyoto/qtscript.dll
%{_prefix}/lib/mono/qyoto/qtuitools.dll
%{_prefix}/lib/mono/qyoto/qtwebkit.dll
%{_prefix}/lib/mono/qyoto/qttest.dll
%{_prefix}/lib/mono/qyoto/phonon.dll
%{_prefix}/lib/mono/gac/qttest
%{_prefix}/lib/mono/gac/qt-dotnet
%{_prefix}/lib/mono/gac/qscintilla
%{_prefix}/lib/mono/gac/qtscript
%{_prefix}/lib/mono/gac/qtwebkit
%{_prefix}/lib/mono/gac/qtuitools
%{_prefix}/lib/mono/gac/phonon
%{_kde_libdir}/libqscintilla-sharp.so
%{_kde_libdir}/libqtscript-sharp.so
%{_kde_libdir}/libqtuitools-sharp.so
%{_kde_libdir}/libqtwebkit-sharp.so
%{_kde_libdir}/libqttest-sharp.so
%{_kde_libdir}/libphonon-sharp.so

#------------------------------------------------------------

%define libqyoto_major 2
%define libqyoto %mklibname qyoto %{libqyoto_major}

%package -n %{libqyoto}
Summary:	Qt generic bindings library
Group:		Development/KDE and Qt

%description -n %{libqyoto}
Qt generic bindings library.

%files -n %{libqyoto}
%{_kde_libdir}/libqyoto.so.%{libqyoto_major}*

#------------------------------------------------------------

%package -n qyoto-devel
Summary:	Header files for qyoto
Group:		Development/KDE and Qt
Provides:	mono-qt4-devel = %{EVRD}
Requires:	qyoto = %{EVRD}
Requires:	%{libqyoto} = %{EVRD}
Conflicts:	qyoto < 1:4.4.95

%description -n qyoto-devel
qyoto devel files.

%files -n qyoto-devel
%{_kde_bindir}/csrcc
%{_kde_bindir}/uics
%{_kde_includedir}/qyoto
%{_kde_libdir}/libqyoto.so
%{_kde_libdir}/pkgconfig/qyoto.pc
%{_kde_libdir}/pkgconfig/qtscript-sharp.pc
%{_kde_libdir}/pkgconfig/qttest-sharp.pc
%{_kde_libdir}/pkgconfig/qtuitools-sharp.pc
%{_kde_libdir}/pkgconfig/qtwebkit-sharp.pc
%{_kde_datadir}/qyoto/cmake/*
%{_kde_datadir}/qyoto/key.snk

#------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog

* Wed Sep 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-2
- (0b7eb7e) Add qdbus-non-generic patch to fix build with mono 3.x



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24014 |14mu|R-3.2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		upgrade_from_2_12		1

# (tpg) really not needed
# for private copy in /usr/lib/R/share/perl/Text/DelimMatch.pm 
%define __noautoprov 'KernSmooth.so\\|MASS.so\\|R_X11.so\\|class.so\\|cluster.so\\|foreign.so\\|grDevices.so\\|grid.so\\|internet.so\\|lapack.so\\|lattice.so\\|libRblas.so\\|libRlapack.so\\|methods.so\\|mgcv.so\\|nlme.so\\|nnet.so\\|rpart.so\\|spatial.so\\|splines.so\\|stats.so\\|survival.so\\|tcltk.so\\|tools.so\\|vfonts.so\\|perl\(R::.*\)'
%define __noautoreq 'libRblas.so\\|libRlapack.so\\|perl\(R::.*\)'
%define _disable_ld_no_undefined 1

%bcond_without	system_pcre

%ifarch %{mips} %{arm}
    %bcond_with	java
%else
    %bcond_without java
%endif

%ifarch x86_64
    %define	java_arch		amd64
%else
    %define	java_arch		%{_arch}
%endif

%define		libRmath		%{mklibname Rmath}
%define		libRmath_devel		%{mklibname -d Rmath}
%define		libRmath_static_devel	%{mklibname -d -s Rmath}

#-----------------------------------------------------------------------
Name:		R
Version:	3.2.3
Release:	2
Summary:	A language for data analysis and graphics
URL:		http://www.r-project.org
Source0:	ftp://cran.r-project.org/pub/R/src/base/R-3/R-%{version}.tar.gz
Source1:	macros.R
Source2:	R-make-search-index.sh
Source3:	R-icons-png.tar.bz2
Source4:	R.bash_completion.bz2
Source100:	R.rpmlintrc
License:	GPLv2+
Group:		Sciences/Mathematics
BuildRequires:	bison
BuildRequires:	pkgconfig(blas)
BuildRequires:	bzip2-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	cups-common
BuildRequires:	gcc-c++
BuildRequires:	gcc-gfortran
BuildRequires:	gcc-objc
BuildRequires:	gettext-devel
BuildRequires:	glibc-static-devel
BuildRequires:	gpm-devel
BuildRequires:	icu-devel >= 49
%if %{with java}
BuildRequires:	java-rpmbuild
%endif
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(lapack)
BuildRequires:	less
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(pango)
BuildRequires:	paper-utils
%if %{with system_pcre}
BuildRequires:	pkgconfig(libpcre)
%endif
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pth-devel
BuildRequires:	readline-devel
BuildRequires:	tcl-devel
BuildRequires:	texinfo
BuildRequires:	texlive-latex
BuildRequires:	texlive-tools
BuildRequires:	texlive-inconsolata
BuildRequires:	tiff-devel
BuildRequires:	tk-devel
BuildRequires:	zip
BuildRequires:	zlib-devel
# R-devel will pull in R-core
Requires:	R-devel = %{EVRD}
# libRmath-devel will pull in libRmath
Requires:	%{libRmath_devel} = %{EVRD}
Suggests:	x11-font-adobe-100dpi
Obsoletes:	R-recommended <= 1.5.1
Provides:	R-recommended
Patch1:		R-3.0.1-menu.patch
Patch2:		R-3.0.0-gfxdemos.patch
# Patch3:		arm-perl-regexp.patch

%description
This is a metapackage that provides both core R userspace and 
all R development components.

R is a language and environment for statistical computing and graphics. 
R is similar to the award-winning S system, which was developed at 
Bell Laboratories by John Chambers et al. It provides a wide 
variety of statistical and graphical techniques (linear and
nonlinear modelling, statistical tests, time series analysis,
classification, clustering, ...).

R is designed as a true computer language with control-flow
constructions for iteration and alternation, and it allows users to
add additional functionality by defining new functions. For
computationally intensive tasks, C, C++ and Fortran code can be linked
and called at run time.

%files

#-----------------------------------------------------------------------
%package	core
Summary:	The minimal R components necessary for a functional runtime
Group:		Sciences/Mathematics
Requires:	cups
Requires:	less
Requires:	perl
Requires:	sed
Requires:	texlive-scheme-medium
Requires:	vim
Requires:	xdg-utils
# These are the submodules that R-core provides. Sometimes R modules say they
# depend on one of these submodules rather than just R. These are provided for 
# packager convenience.
%rename R-base
Provides:	R-boot = 1.3.11
Provides:	R-class = 7.3.10
Provides:	R-cluster = 1.15.2
Provides:	R-codetools = 0.2.8
Provides:	R-datasets = %{version}
Provides:	R-foreign = 0.8.61
Provides:	R-graphics = %{version}
Provides:	R-grDevices = %{version}
Provides:	R-grid = %{version}
Provides:	R-KernSmooth = 2.23.12
Provides:	R-lattice = 0.20.29
Provides:	R-MASS = 7.3.31
Provides:	R-Matrix = 1.1.3
Obsoletes:	R-Matrix < 0.999375-7
Provides:	R-methods = %{version}
Provides:	R-mgcv = 1.7.29
Provides:	R-nlme = 3.1.117
Provides:	R-nnet = 7.3.8
Provides:	R-parallel = %{version}
Provides:	R-rpart = 4.1.8
Provides:	R-spatial = 7.3.8
Provides:	R-splines = %{version}
Provides:	R-stats = %{version}
Provides:	R-stats4 = %{version}
Provides:	R-survival = 2.37.7
Provides:	R-tcltk = %{version}
Provides:	R-tools = %{version}
Provides:	R-utils = %{version}

%description	core
A language and environment for statistical computing and graphics.
R is similar to the award-winning S system, which was developed at
Bell Laboratories by John Chambers et al. It provides a wide
variety of statistical and graphical techniques (linear and
nonlinear modelling, statistical tests, time series analysis,
classification, clustering, ...).

R is designed as a true computer language with control-flow
constructions for iteration and alternation, and it allows users to
add additional functionality by defining new functions. For
computationally intensive tasks, C, C++ and Fortran code can be linked
and called at run time.

%post core
    %{_sbindir}/texlive.post
    %if %{with java}
    R CMD javareconf \
	JAVA_HOME=%{_jvmdir}/jre \
	JAVA_CPPFLAGS='-I%{_jvmdir}/java/include\ -I%{_jvmdir}/java/include/linux' \
	JAVA_LIBS='-L%{_jvmdir}/jre/lib/%{java_arch}/server \
	-L%{_jvmdir}/jre/lib/%{java_arch}\ -L%{_jvmdir}/java/lib/%{java_arch} \
	-L/lib\ -L/usr/lib\ -ljvm' \
	JAVA_LD_LIBRARY_PATH=%{_jvmdir}/jre/lib/%{java_arch}/server:%{_jvmdir}/jre/lib/%{java_arch}:%{_jvmdir}/java/lib/%{java_arch}:/usr/java/packages/lib/%{java_arch}:/lib:/usr/lib \
	> /dev/null 2>&1 || exit 0
    %endif

%postun core
    if [ $1 -eq 0 ] ; then
	%{_sbindir}/texlive.post
    fi

%if %{upgrade_from_2_12}
%posttrans core
    if [ ! -e %{_libdir}/R/doc ]; then
	ln -sf %{_docdir}/R %{_libdir}/R/doc
    fi
%endif

%files		core
%{_bindir}/*
%{_datadir}/R
%{_libdir}/R
%exclude %{_libdir}/R/include
%{_prefix}/lib/rpm/R-make-search-index.sh
%{_infodir}/R-*.info*
%{_sysconfdir}/bash_completion.d/*
%{_sysconfdir}/rpm/macros.d/macros.R
%{_mandir}/man1/*
%{_sysconfdir}/ld.so.conf.d/*
%{_texmfdir}/tex/latex/R
%{_iconsdir}/Rlogo.png
%{_liconsdir}/*
%{_miconsdir}/*
%{_datadir}/applications/*
%doc %{_docdir}/R

#-----------------------------------------------------------------------
%package	devel
Summary:	Files for development of R packages
Group:		Development/Other
Requires:	R-core = %{EVRD}
# You need all the BuildRequires for the development version
Requires:	bzip2-devel
Requires:	gcc-c++
Requires:	gcc-gfortran
Requires:	pkgconfig(x11)
%if %{with system_pcre}
Requires:	pcre-devel
%endif
Requires:	pkgconfig
Requires:	tcl-devel
Requires:	texinfo
Requires:	texlive-latex
Requires:	texlive-tools
Requires:	texlive-inconsolata
Requires:	tk-devel
Requires:	zlib-devel
Provides:	R-Matrix-devel = 1.0.1
Obsoletes:	R-Matrix-devel < 0.999375-7

%description	devel
Install R-devel if you are going to develop or compile R packages.

%files		devel
%{_libdir}/pkgconfig/libR.pc
%{_includedir}/R
%{_libdir}/R/include

#-----------------------------------------------------------------------
%package	-n %{libRmath}
Summary:	Standalone math library from the R project
Group:		System/Libraries
Provides:	Rmath = %{EVRD}

%description	-n %{libRmath}
A standalone library of mathematical and statistical functions derived
from the R project.  This package provides the shared libRmath library.

%files		-n %{libRmath}
%{_libdir}/libRmath.so

#-----------------------------------------------------------------------
%package	-n %{libRmath_devel}
Summary:	Headers from the R Standalone math library
Group:		Development/Other
Requires:	%{libRmath} = %{EVRD}
Requires:	pkgconfig
Provides:	Rmath-devel = %{EVRD}

%description	-n %{libRmath_devel}
A standalone library of mathematical and statistical functions derived
from the R project.  This package provides the libRmath header files.

%files		-n %{libRmath_devel}
%{_includedir}/Rmath.h
%{_libdir}/pkgconfig/libRmath.pc

#-----------------------------------------------------------------------
%package	-n %{libRmath_static_devel}
Summary:	Static R Standalone math library
Group:		Development/Other
Requires:	%{libRmath_devel} = %{EVRD}
Provides:	Rmath-static-devel = %{EVRD}

%description	-n %{libRmath_static_devel}
A standalone library of mathematical and statistical functions derived
from the R project.  This package provides the static libRmath library.

%files		-n %{libRmath_static_devel}
%{_libdir}/libRmath.a

########################################################################
%prep
%setup -q
%patch1 -p1
%patch2 -p1
# %patch3 -p1

#-----------------------------------------------------------------------
%build
# Add PATHS to Renviron for R_LIBS_SITE
echo 'R_LIBS_SITE=${R_LIBS_SITE-'"'/usr/local/lib/R/site-library:/usr/local/lib/R/library:%{_libdir}/R/library:%{_datadir}/R/library'"'}' >> etc/Renviron.in
export R_PDFVIEWER="%{_bindir}/xdg-open"
export R_PRINTCMD="lpr"
export R_BROWSER="%{_bindir}/xdg-open"

# instead of "BuildConflicts: R-core" and/or R-foo packages
if [ -x %{bindir}/Rscript ]; then
    mkdir bin
    ln -sf bin/R bin/Rscript
fi

export FCFLAGS="%{optflags}"
%if %{with java}
    export JAVA_HOME="%{java_home}"
%endif

(
    %configure						\
	--with-tcltk					\
	--with-tcl-config=%{_libdir}/tclConfig.sh	\
	--with-tk-config=%{_libdir}/tkConfig.sh		\
	--with-cairo					\
	--with-libpng					\
	--with-jpeglib					\
	--with-system-zlib				\
	--with-system-bzlib				\
%if %{with system_pcre}
	--with-system-pcre				\
%else
	--without-system-pcre				\
%endif
	--with-system-xz				\
	--with-ICU					\
	--with-readline					\
	--disable-BLAS-shlib				\
	--with-lapack=%{_libdir}			\
	--with-blas=%{_libdir}				\
	--enable-R-shlib				\
	--enable-prebuilt-html				\
	rdocdir=%{_docdir}/R				\
	rsharedir=%{_datadir}/R
) | grep -A30 'R is now' - > CAPABILITIES

# (tpg) somehow --prefix is not honored
sed -i -e 's#/usr/local#%{_prefix}#g' Makeconf

%make
make -C src/nmath/standalone

#make check-all
%make pdf
# %make info

# Uncomment once we fix info pages for R
# Convert to UTF-8
#for i in doc/manual/R-intro.info doc/manual/R-FAQ.info doc/FAQ doc/manual/R-admin.info doc/manual/R-exts.info-1; do
#    iconv -f iso-8859-1 -t utf-8 -o $i{.utf8,}
#    mv $i{.utf8,}
#done

#-----------------------------------------------------------------------
%install
make DESTDIR=%{buildroot} install install-info
make DESTDIR=%{buildroot} install-pdf

rm -f %{buildroot}%{_infodir}/dir
rm -f %{buildroot}%{_infodir}/dir.old
install -p CAPABILITIES %{buildroot}%{_docdir}/R

# Install libRmath files
make -C src/nmath/standalone install DESTDIR=%{buildroot}

mkdir -p %{buildroot}/etc/ld.so.conf.d
echo "%{_libdir}/R/lib" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf

mkdir -p %{buildroot}%{_datadir}/R/library

# Install rpm helper macros
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.d

# Install rpm helper script
mkdir -p %{buildroot}%{_prefix}/lib/rpm/
install -m0755 %{SOURCE2} %{buildroot}/usr/lib/rpm/

# Fix html/packages.html
# We can safely use RHOME here, because all of these are system packages.
sed -i 's|\..\/\..|%{_libdir}/R|g' %{buildroot}%{_docdir}/R/html/packages.html

for i in %{buildroot}%{_libdir}/R/library/*/html/*.html; do
  sed -i 's|\..\/\..\/..\/doc|%{_docdir}/R|g' $i
done

# Fix exec bits
chmod +x %{buildroot}%{_datadir}/R/sh/echo.sh
chmod -x %{buildroot}%{_libdir}/R/library/mgcv/CITATION %{buildroot}%{_docdir}/R/CAPABILITIES

# Symbolic link for convenience
# Actually do make the reverse link done in fedora, to avoid the need to
# fight rpm to convert a directory into a symlink if upgrading from
# previous packages
ln -sf ../%{_lib}/R/include %{buildroot}%{_includedir}/R

%if !%{upgrade_from_2_12}
ln -sf %{_docdir}/R %{buildroot}%{_libdir}/R/doc
%endif

# Symbolic link for LaTeX
mkdir -p %{buildroot}%{_texmfdir}/tex/latex
pushd %{buildroot}%{_texmfdir}/tex/latex
    ln -s ../../../R/texmf/tex/latex R
popd

cp doc/COPYING %{buildroot}%{_docdir}/R

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=R
Name[ru]=R
Comment=A language for statistical computing
Comment[ru]=Язык статистических вычислений
Exec=%{_bindir}/R --gui=tk
Terminal=true
Type=Application
Icon=Rlogo
Categories=Science;Math;
EOF

# icons
mkdir -p %{buildroot}%{_iconsdir}
tar xjf %{SOURCE3} -C %{buildroot}%{_iconsdir}

# (tpg) add bash completion file
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
bzcat %{SOURCE4} > %{buildroot}%{_sysconfdir}/bash_completion.d/R-base



%changelog

* Mon Mar 21 2016 Denis Silakov <dsilakov@gmail.com> 3.2.3-2
- (ea1f13d) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24015 |14mu|r8168-8.044.02-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

%define name_prefix 0009-

Summary:	Standalone driver for Realtek RTL8168*/8111* network adapters
Name:		r8168
Version:	8.044.02
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.realtek.com.tw/Downloads/
Source0:	%{name_prefix}%{name}-%{version}.tar.bz2
Source1:	%{name}.rpmlintrc
Source2:	%{name}.conf

# From ArchLinux
Patch0:		r8168-linux-4.11.patch

%description
This package contains the standalone driver for the following network
adapters by Realtek: RTL8168B/8111B, RTL8168C/8111C, RTL8168CP/8111CP,
RTL8168D/8111D, RTL8168DP/8111DP, and RTL8168E/8111E.

#----------------------------------------------------------------------------

%package -n dkms-%{name}
Summary:	Standalone driver for Realtek RTL8168*/8111* network adapters
Group:		System/Kernel and hardware
Requires(post,preun):	dkms

%description -n dkms-%{name}
This package contains the standalone driver for the following network
adapters by Realtek: RTL8168B/8111B, RTL8168C/8111C, RTL8168CP/8111CP,
RTL8168D/8111D, RTL8168DP/8111DP, and RTL8168E/8111E.

%files -n dkms-%{name}
%doc README
%config(noreplace) /etc/modprobe.d/%{name}.conf
%dir %{_usr}/src/%{name}-%{version}-%{release}
%{_usr}/src/%{name}-%{version}-%{release}/*

%post -n dkms-%{name}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{release}

# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
	kk=$(echo $kk | sed 's/^\/lib\/modules\///');
	if test -d "/lib/modules/$kk/build"; then
		/usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{release} -k $kk &&
		/usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{release} -k $kk || true
	else
		echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
	fi;
done

%preun -n dkms-%{name}
# rmmod can fail (e.g. if the module is not loaded), but it should not stop
# deinstallation.
/sbin/rmmod %{name} >/dev/null 2>&1 || true
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{release} --all || true

#----------------------------------------------------------------------------

%prep
%setup -q
chmod -x src/* Makefile README
%apply_patches

%build

%install
install -m755 -d %{buildroot}/etc/modprobe.d/
install -m644 %{SOURCE2} %{buildroot}/etc/modprobe.d

# install dkms sources
mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
install -m644 src/*.c src/*.h src/Makefile %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/
cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/dkms.conf << EOF
MAKE="make -C \$kernel_source_dir M=\\\$(pwd) modules"
CLEAN="make -C \$kernel_source_dir M=\\\$(pwd) clean"
PACKAGE_NAME=%{name}
PACKAGE_VERSION=%{version}-%{release}
DEST_MODULE_LOCATION=/kernel/3rdparty/%{name}
BUILT_MODULE_NAME=%{name}
AUTOINSTALL=yes
EOF


%changelog

* Wed Jun 21 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 8.044.02-1
- (a1e517c) Added a patch from ArchLinux to support kernel 4.11.x



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24016 |14mu|radeontool-1.6.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		radeontool
Version:	1.6.3
Release:	1
Summary:	Enable/disable ATI Radeon external display/backlight
Source0:	http://people.freedesktop.org/~airlied/%{name}/%{name}-%{version}.tar.bz2
Source1:	http://www.fdd.com/software/radeon/lightwatch2.pl
URL:		http://people.freedesktop.org/~airlied/radeontool/
License:	BSD
Group:		System/Configuration/Hardware
BuildRequires:	libpciaccess-devel

%description
This utility should enable/disable the external display for ATI Radeon video
cards.
It should also enable/disable the backlight on a laptop equipped with a an ATI
Radeon Mobility video card.
Since it was engineered without access to the Radeon documents, it may as well
break your hardware.
USE RADEONTOOL AT YOUR OWN RISK


%prep
%setup -q
cp %{SOURCE1} .

%build
%configure2_5x --bindir=%{_sbindir}
%make

%install
%makeinstall_std

%clean

%files
%defattr(-,root,root,755)
%doc lightwatch2.pl
%{_sbindir}/radeontool
%{_sbindir}/avivotool
%{_sbindir}/radeonreg

%changelog

* Sun Oct 23 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.6.3-1
- (bb41cfd) Updated tp 1.6.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24017 |14mu|radvd-1.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The IPv6 Router Advertisement Daemon
Name:		radvd
Version:	1.9.1
Release:	3
License:	BSD
Group:		System/Servers
URL:		http://v6web.litech.org/radvd/
Source0:	http://v6web.litech.org/radvd/dist/%{name}-%{version}.tar.gz
Source1:	radvd-tmpfs.conf
Source2:	radvd.service
Source3:	radvd.conf
Requires(pre,postun):	rpm-helper
Requires(post,preun,postun):	systemd
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	pkgconfig(libdaemon)

%description
IPv6 has a lot more support for autoconfiguration than IPv4. But
for this autoconfiguration to work on the hosts of a network, the
routers of the local network have to run a program which answers
the autoconfiguration requests of the hosts.

On Linux this program is called radvd, which stands for Router
ADVertisement Daemon. This daemon listens to router solicitations (RS)
and answers with router advertisement (RA). Furthermore unsolicited
RAs are also send from time to time.

These RAs contain information, which is used by hosts to configure
their interfaces. This information includes address prefixes, the MTU of
the link and information about default routers.

%files
%doc CHANGES COPYRIGHT INTRO.html README TODO
%{_unitdir}/radvd.service
%config(noreplace) %{_sysconfdir}/radvd.conf
%config(noreplace) %{_sysconfdir}/sysconfig/radvd
%config(noreplace) %{_sysconfdir}/tmpfiles.d/radvd.conf
%ghost %dir %attr(-,radvd,radvd) %{_localstatedir}/run/radvd/
%doc radvd.conf.example
%{_mandir}/*/*
%{_sbindir}/radvd
%{_sbindir}/radvdump

%pre
%_pre_useradd radvd / /sbin/nologin
%_pre_groupadd daemon radvd

%post
%tmpfiles_create %{name}
%systemd_post radvd.service

%postun
%_postun_groupdel daemon radvd
%systemd_postun radvd.service

%preun
%systemd_preun radvd.service

#----------------------------------------------------------------------------

%prep
%setup -q
for F in CHANGES; do
    iconv -f iso-8859-1 -t utf-8 < "$F" > "${F}.new"
    touch -r "$F" "${F}.new"
    mv "${F}.new" "$F"
done

%build
%serverbuild
%configure2_5x \
	--with-pidfile=%{_localstatedir}/run/radvd/radvd.pid
%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_localstatedir}/run/radvd
mkdir -p %{buildroot}%{_unitdir}

install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/radvd.conf
install -m 644 redhat/radvd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/radvd

install -d -m 755 %{buildroot}%{_sysconfdir}/tmpfiles.d
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/tmpfiles.d/radvd.conf
install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}

%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.1-3
- (b176ceb) Adjust pre and post scripts to systemd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24018 |14mu|rapidsvn-0.12.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname svncpp %{major}
%define oldlibname %mklibname rapidsvn 0
%define devname %mklibname svncpp -d

Summary:	A cross-platform GUI for the Subversion concurrent versioning system
Name:		rapidsvn
Version:	0.12.1
Release:	1
License:	GPLv2+
Group:		Development/Other
URL:		http://rapidsvn.tigris.org
Source0:	http://www.rapidsvn.org/download/release/%{version}/%{name}-%{version}.tar.gz
Source1:	rapidsvn_logo.png
Patch0:		rapidsvn-0.12.1-subversion1.9-private-api.patch
Patch1:		rapidsvn-0.12.0-linkage_fix.patch
BuildRequires:	apache-devel
BuildRequires:	doxygen
BuildRequires:	subversion-devel >= 1.2
BuildRequires:	subversion >= 1.2
BuildRequires:	libtool >= 1.4.2
BuildRequires:	wxgtku-devel
BuildRequires:	libxslt-proc
BuildRequires:	docbook-style-xsl
BuildRequires:	pkgconfig(neon)
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(cppunit)
Requires(post):	%{libname} = %{version}-%{release}
Requires(preun): %{libname} = %{version}-%{release}
Requires:	subversion

%description
RapidSVN is a platform independent GUI client for the Subversion
revision system written in C++ using the wxWindows framework.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#------------------------------------------------------------------

%package -n %{libname}
Summary:	RapidSVN shared SvnCpp C++ API libraries
Group:		System/Libraries

%description -n %{libname}
RapidSVN is a platform independent GUI client for the Subversion
revision system written in C++ using the wxWindows framework.

This package contains shared SvnCpp C++ API libraries for
RapidSVN.

%files -n %{libname}
%{_libdir}/*.so.%{major}*

#------------------------------------------------------------------

%package -n %{devname}
Summary:	RapidSVN SvnCpp C++ API development libraries
Group:		Development/C++
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	libsvncpp-devel = %{version}-%{release}
Provides:	%{oldlibname}-devel = %{version}-%{release}

%description -n %{devname}
As part of the RapidSVN effort it became clear that it would make
the code easier to update and manage if the Subversion client C
API were wrapped in C++. This is where SvnCpp comes from. Right
now it has the following aspects of the C API have been
abstracted: authentication, logging, status, notification, and
properties. SvnCpp should provide an object-oriented programming
interface to any project that uses C++ or a SWIG-compatible
language like Python or Java. 

%files -n %{devname}
%{_includedir}/svncpp
%{_libdir}/*.so

#------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

cp %{SOURCE1} rapidsvn_logo.png

%build
#mkdir src/tests/svncpp; touch src/tests/svncpp/Makefile.in
aclocal; autoconf; libtoolize --automake --force; aclocal; automake -a

export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS=$CFLAGS

%configure2_5x \
    --enable-shared \
    --disable-static \
    --with-svn-include=%{_includedir} \
    --with-svn-lib=%{_libdir} \
    --with-xsltproc=%{_bindir}/xsltproc \
    --with-apr-config=%{_bindir}/apr-1-config \
    --with-apu-config=%{_bindir}/apu-1-config

%make

%install
%makeinstall_std

# Mandriva Icons
%__install -d %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps

convert rapidsvn_logo.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert rapidsvn_logo.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert rapidsvn_logo.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%__mkdir_p %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=RapidSVN
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Development;RevisionControl;
EOF

%find_lang %{name}

%changelog

* Mon Oct 24 2016 alzim <alzim@bk.ru> 0.12.1-1
- (e2048a7) Merge pull request #2 from import/rapidsvn:rosa2016.1
- (e2048a7) Updated to 0.12.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24019 |14mu|rawtherapee-4.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Raw image processing software
Name:		rawtherapee
Version:	4.2
Release:	3
License:	GPLv3+ and MIT and IJG
Group:		Graphics
Url:		http://www.rawtherapee.com/
Source0:	http://rawtherapee.com/shared/source/%{name}-%{version}.tar.xz
Patch0:		rawtherapee-4.0.12-link.patch
Patch1:		dcraw-9.19-CVE-2013-1438.patch
Patch2:		rawtherapee-4.2-appstreamtweak.patch
# https://code.google.com/p/rawtherapee/issues/detail?id=2773
Patch3:		rawtherapee_CVE-2015-3885.patch
BuildRequires:	cmake >= 2.6
BuildRequires:	mercurial
BuildRequires:	bzip2-devel
BuildRequires:	gomp-devel
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(expat) >= 2.0
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(fftw3f)
BuildRequires:	pkgconfig(gio-2.0) >= 2.16
BuildRequires:	pkgconfig(giomm-2.4) >= 2.12
BuildRequires:	pkgconfig(glib-2.0) >= 2.16
BuildRequires:	pkgconfig(glibmm-2.4) >= 2.16
BuildRequires:	pkgconfig(gobject-2.0) >= 2.16
BuildRequires:	pkgconfig(gthread-2.0) >= 2.16
BuildRequires:	pkgconfig(gtk+-2.0) >= 2.12
BuildRequires:	pkgconfig(gtkmm-2.4) >= 2.22
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libiptcdata)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(sigc++-2.0)
Requires:	hicolor-icon-theme

%description
Rawtherapee is a RAW image processing software. It gives full control over
many parameters to enhance the raw picture before finally exporting it
to some common image format.

%files
%doc AUTHORS.txt LICENSE.txt COMPILE.txt RELEASE_NOTES.txt
%{_bindir}/rawtherapee
%{_datadir}/rawtherapee
%{_datadir}/applications/%{name}.desktop
%{_datadir}/appdata/*xml
%{_iconsdir}/hicolor/*/apps/rawtherapee.png
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%global optflags %{optflags} -std=gnu++11
%cmake \
	-DBUILD_SHARED_LIBS=OFF
%make

%install
%makeinstall_std -C build

# These file are taken from the root already
rm -rf %{buildroot}%{_datadir}/doc/rawtherapee


%changelog

* Mon Dec 26 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2-3
- (f0b87a3) Build with -std=gnu++11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24020 |14mu|rdesktop-1.8.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	Werror_cflags	%nil

Summary:	RDP client
Name:		rdesktop
Version:	1.8.3
Release:	1
License:	GPL
Group:		Networking/Remote access
URL:		http://www.rdesktop.org/
Source0:	http://prdownloads.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(ao)
BuildRequires:	openssl-devel
BuildRequires:	pcsc-lite-devel
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:  gssglue-devel
# nx used to have a forked version of rdesktop called nxdesktop, this
# was dropped in nx 3.2.0 and nx now works with unmodified rdekstop.
# it seems to make most sense handling this by making the original
# rdesktop obsolete and provide the now obsolete fork - AdamW 2008/09
Obsoletes:	nxdesktop < 3.2.0
Provides:	nxdesktop

%description
rdesktop is an open source client for Windows NT Terminal Server and Windows
2000 Terminal Services, capable of natively speaking Remote Desktop Protocol
(RDP) in order to present the user's NT desktop. Unlike Citrix ICA, no server
extensions are required.  

rdesktop currently runs on most UNIX based platforms with the X Window System,
and other ports should be fairly straightforward. rdesktop is used through
rfbdrake.

%prep

%setup -q
%patch1 -p1 -b .ao

# lib64 fix
perl -pi -e "s|\/lib\"|\/%{_lib}\"|g" configure*
perl -pi -e "s|\/lib\ |\/%{_lib}\ |g" configure*

%build
export STRIP="/bin/true"

%configure2_5x \
    --with-openssl=%{_prefix} \
    --with-libao=%{_prefix} \
    --with-sound=libao \
    --with-ipv6 \
    --enable-smartcard

%make

chmod 644 COPYING
chmod 644 doc/*

%install
%makeinstall_std


%files
%doc COPYING doc/*.txt doc/AUTHORS doc/HACKING doc/TODO
%{_bindir}/rdesktop
%{_datadir}/%{name}
%{_mandir}/man1/*



%changelog

* Thu Sep 01 2016 Denis Silakov <dsilakov@gmail.com> 1.8.3-1
- (9310a28) Updated to 1.8.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24021 |14mu|re2c-0.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A tool for generating C-based recognizers from regular expressions
Name:		re2c
Version:	0.14.3
Release:	1
License:	Public Domain
Group:		Development/Other
Url:		http://re2c.sourceforge.net/
Source0:	http://sourceforge.net/projects/re2c/files/re2c/0.14.3/%{name}-%{version}.tar.gz

%description
re2c is a great tool for writing fast and flexible lexers. It has served many
people well for many years and it deserves to be maintained more actively. re2c
is on the order of 2-3 times faster than a flex based scanner, and its input
model is much more flexible.

%files
%doc doc/* examples CHANGELOG README lessons
%attr(0755,root,root) %{_bindir}/re2c
%{_mandir}/man1/re2c.1*

#----------------------------------------------------------------------------

%prep
%setup -q

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

# fix attribs
chmod 644 doc/* examples/*.c examples/*.re examples/rexx/* CHANGELOG README

find lessons -type f -exec chmod 644 {} \;
find test -type f -exec chmod 644 {} \;

# don't ship windows code
rm -rf lessons/001_upn_calculator/windows

%build
%configure2_5x
%make

#regenerate file scanner.cc
rm -f scanner.cc
./re2c scanner.re > scanner.cc
rm -f re2c scanner.o
%make

%install
%makeinstall_std

%check
make check

%changelog

* Fri Jul 10 2015 dsilakov <denis.silakov@rosalab.ru> 0.14.3-1
- (22d3fe6) Merge pull request #5 from import/re2c:auto_update
- (22d3fe6) Updated to 0.14.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24022 |14mu|readahead-1.5.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git_url git://git.fedorahosted.org/readahead

Summary:        Read a preset list of files into memory
Name:           readahead
Version:        1.5.7
Release:        9
Group:          System/Configuration/Boot and Init
License:        GPLv2+
URL:		https://hosted.fedoraproject.org/readahead
Source0:	readahead-%{version}.tar.bz2
Source1:	readahead_early
Source2:	default.early
# (fc) 1.4.6-2mdv default values for Mandriva
Patch0:		readahead-default.patch
# (fc) 1.4.6-2mdv create a temp file to detect if collector is running, autodelect collector enabling file at end of collection
Patch1:		readahead-1.5.6-autocollector.patch
BuildRequires:	libblkid-devel
BuildRequires:	audit-devel
BuildRequires:	auparse-devel
BuildRequires:	ext2fs-devel
Requires(post):    chkconfig
Requires(pre):     chkconfig
Requires(pre):   systemd
Requires:	procps
Requires:	gawk
Requires:	util-linux-ng
Obsoletes:	kernel-utils
# easy upgrade from 2009.1 to 2010.1
Conflicts:	%mklibname audit 0

%description
readahead reads the contents of a list of files into memory,
which causes them to be read from cache when they are actually
needed. Its goal is to speed up the boot process.

%prep
%setup -q
%patch0 -p1 -b .default
%patch1 -p1 -b .autocollector
install -m644 %{SOURCE2} lists/

%build
%configure2_5x \
	--sbindir=/sbin \
	--disable-rpath

%make

make rpm-lists-rebuild FILES="default.early" RPM_LIB="%{_lib}" RPM_ARCH="%{_arch}"


%install
rm -rf %{buildroot}
%makeinstall_std
%find_lang %{name}

install -m755 %{SOURCE1} %{buildroot}/sbin
install -m755 %{SOURCE1} %{buildroot}/sbin/readahead_later
sed -i -e 's/early/later/g' %{buildroot}/sbin/readahead_later

mkdir -p %{buildroot}%{_var}/lib/readahead
install -m644 lists/default.early %{buildroot}%{_var}/lib/readahead

# we don't use upstart
rm -rf %{buildroot}/etc/event.d
rm -rf %{buildroot}%{_sysconfdir}/init

# (bor) disable for now, it is done in rc.sysinit
rm -rf %{buildroot}/lib/systemd/system/default.target.wants
%pre
if [ -f /etc/rc.d/init.d/readahead_early ]; then
  /sbin/chkconfig --del readahead_early > /dev/null 2>&1 
  /sbin/chkconfig --del readahead_later
fi

%post
if [ "$1" = "1" ]; then
 touch /.readahead_collect
fi

%files -f %{name}.lang
%doc README lists/README.lists
/sbin/readahead
/sbin/readahead-collector
/sbin/readahead_early
/sbin/readahead_later
/etc/cron.daily/readahead.cron
/etc/cron.monthly/readahead-monthly.cron
%config(noreplace) %{_sysconfdir}/sysconfig/readahead
%config(noreplace) %{_sysconfdir}/readahead.conf
%dir /var/lib/readahead
%attr(0644,root,root) %{_var}/lib/readahead/default.early
/lib/readahead/%{name}-*.sh
# (bor) disable for now, it is done in rc.sysinit
#/lib/systemd/system/default.target.wants/readahead-*.service
/lib/systemd/system/readahead-*.service



%changelog

* Fri Jun 03 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.5.7-9
- (982d73d) Release up for a rebuild with the new libauparse (audit)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24023 |14mu|regexp-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define full_name       jakarta-%{name}
%define section         free

Name:           regexp
Version:        1.5
Release:        3
Epoch:          0
Summary:        Simple regular expressions API
License:        Apache License
Group:          Development/Java
Url:            http://jakarta.apache.org/%{name}/
Source0:        http://www.apache.org/dist/jakarta/regexp/jakarta-regexp-%{version}.tar.gz
BuildRequires:  java-rpmbuild >= 0:1.6
Requires(pre):     jpackage-utils >= 0:1.6
Requires(postun):  jpackage-utils >= 0:1.6
BuildRequires:  ant >= 1.6
Buildarch:      noarch


%description
Regexp is a 100% Pure Java Regular Expression package that was
graciously donated to the Apache Software Foundation by Jonathan Locke.
He originally wrote this software back in 1996 and it has stood up quite
well to the test of time.
It includes complete Javadoc documentation as well as a simple Applet
for visual debugging and testing suite for compatibility.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{full_name}-%{version}
%remove_java_binaries

%build
mkdir lib
export CLASSPATH=
export OPT_JAR_LIST=
%{ant} -Djakarta-site2.dir=. jar javadocs


%install

# jars
install -d -m 755 %{buildroot}%{_javadir}
install -m 644 build/*.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -r docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
rm -rf docs/api
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

# fix end-of-line
for i in `find %{buildroot}%{_javadocdir}/%{name}-%{version} -type f -name "*.html" -o -name "*.css"`; do
  %{__perl} -pi -e 's/\r\n/\n/g' $i
done

%files
%defattr(0644,root,root,0755)
%doc LICENSE
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%dir %{_javadocdir}/%{name}

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.5-3
- (6ca44f5) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24024 |14mu|relaxngDatatype-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           relaxngDatatype
Version:        1.0
Release:        4
Summary:        RELAX NG Datatype API

Group:          Development/Java
License:        BSD
URL:            https://sourceforge.net/projects/relaxng
Source0:        %{name}-%{version}.zip
Patch0:         %{name}-compressjar.patch

BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  ant >= 0:1.6
Provides:       msv <= %{version}
Obsoletes:      msv <= %{version}
BuildArch:      noarch
BuildRequires:  java-devel

%description
RELAX NG is a public space for test cases and other ancillary software
related to the construction of the RELAX NG language and its
implementations.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0

%build
%{ant} -Dbuild.sysclasspath=only 
sed -i 's/\r$//g' copying.txt

%install
install -Dpm 644 %{name}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar

install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
pushd %{buildroot}%{_javadocdir}/%{name}
for f in `find -name \*.html -o -name \*.css`; do
    sed -i 's/\r$//g' $f > /dev/null
done
popd

%files
%defattr(0644,root,root,0755)
%doc copying.txt
%{_javadir}/*.jar

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}*



%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
- (c4e779d) Dopr gcj support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24025 |14mu|rest-0.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api	0.7
%define major	0
%define libname		%mklibname %{name} %{api} %{major}
%define girname		%mklibname %{name}-gir %{api}
%define devname		%mklibname %{name} -d

Name:		rest
Summary:	Library for accessing rest web services
Group:		System/Libraries
Version:	0.8.0
Release:	1
License:	LGPLv2+
URL:		https://github.com/GNOME/librest
Source0:	http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.8/%{name}-%{version}.tar.xz
Source1:	http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.8/%{name}-%{version}.tar.xz.sign
BuildRequires: gtk-doc
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(libxml-2.0)

%description
Library for accessing rest web services

#------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for accessing rest web services
Group:		System/Libraries
Obsoletes:	%{_lib}librest0 < %{version}
Conflicts:	%{devname} < 0.7.10

%description -n %{libname}
Library for accessing rest web services

%files -n %{libname}
%doc COPYING
%{_libdir}/librest-%{api}.so.%{major}*
%{_libdir}/librest-extras-%{api}.so.%{major}*

#------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject introspection interface library for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject introspection interface library for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/Rest-%{api}.typelib
%{_libdir}/girepository-1.0/RestExtras-%{api}.typelib

#------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
%rename lib%{name}-doc

%description -n %{devname}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%files -n %{devname}
%doc README AUTHORS ChangeLog
%{_includedir}/%{name}-%{api}
%{_libdir}/pkgconfig/%{name}-%{api}.pc
%{_libdir}/pkgconfig/%{name}-extras-%{api}.pc
%{_libdir}/librest-%{api}.so
%{_libdir}/librest-extras-%{api}.so
%{_datadir}/gtk-doc/html/%{name}*%{api}
%{_datadir}/gir-1.0/Rest-%{api}.gir
%{_datadir}/gir-1.0/RestExtras-%{api}.gir

#------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-introspection=yes \
	--enable-gtk-doc
%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -delete

%changelog

* Wed May 04 2016 dsilakov <denis.silakov@rosalab.ru> 0.8.0-1
- (2f7a36a) Merge pull request #1 from alzim/rest:rosa2014.1
- (2f7a36a) Updated to 0.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24026 |14mu|rhino-1.7R4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define scm_version 1_7R4

Name:           rhino
# R3 doesn't mean a prerelease, but behind R there is a version of this implementation
# of Javascript version 1.7 (which is independent from this particular implementation,
# e.g., there is C++ implementation in Spidermonkey)
Version:        1.7R4
Release:        5
Summary:        JavaScript for Java
License:        MPLv2.0 
Group:          Development/Java
URL:            http://www.mozilla.org/rhino/
Source0:        https://github.com/mozilla/rhino/archive/Rhino%{scm_version}_RELEASE.zip
Source1:        http://repo1.maven.org/maven2/org/mozilla/rhino/%{version}/rhino-%{version}.pom
Source2:        %{name}.script

Patch0:         %{name}-build.patch
# Add OSGi metadata from Eclipse Orbit project
# Rip out of MANIFEST.MF included in this JAR:
# http://www.eclipse.org/downloads/download.php?r=1&file=/tools/orbit/downloads/drops/R20110523182458/repository/plugins/org.mozilla.javascript_1.7.2.v201005080400.jar
Patch1:         %{name}-addOrbitManifest.patch
Patch2:         %{name}-shell-manpage.patch
# Originally from https://github.com/mozilla/rhino/commit\
#    /52e25f784cd1b927d44383aa9afb358191df97e4.patch
# See RHBZ# 1011947
Patch3:         %{name}-overflow-detection.patch

BuildArch:      noarch

BuildRequires:  ant
BuildRequires:  java-devel >= 1:1.6.0.0
BuildRequires:  java-rpmbuild
Requires:       jpackage-utils
Requires:       jline

# Disable xmlbeans until we can get it into Fedora
#Requires:       xmlbeans
#BuildRequires:  xmlbeans

%description
Rhino is an open-source implementation of JavaScript written entirely
in Java. It is typically embedded into Java applications to provide
scripting to end users.

%package        demo
Summary:        Examples for %{name}
Group:          Development/Java

%description    demo
Examples for %{name}.

%package        manual

Summary:        Manual for %{name}
Group:          Documentation

%description    manual
Documentation for %{name}.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Documentation
BuildRequires:  java-javadoc
Requires:       java-javadoc

%description    javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}-Rhino%{scm_version}_RELEASE
%patch0 -p1 -b .build
%patch1 -p1 -b .fixManifest
%patch2 -p1 -b .manpage
%patch3 -p1 -b .overflow

# Fix build
sed -i -e '/.*<get.*src=.*>$/d' build.xml testsrc/build.xml \
       toolsrc/org/mozilla/javascript/tools/debugger/build.xml xmlimplsrc/build.xml

# Fix manifest
sed -i -e '/^Class-Path:.*$/d' src/manifest

# Add jpp release info to version
sed -i -e 's|^implementation.version: Rhino .* release .* \${implementation.date}|implementation.version: Rhino %{version} release %{release} \${implementation.date}|' build.properties

%build
%ant deepclean jar copy-all javadoc -Dno-xmlbeans=1

pushd examples

export CLASSPATH=../build/%{name}%{scm_version}/js.jar:$(build-classpath xmlbeans/xbean 2>/dev/null)
%{javac} *.java
%{jar} cvf ../build/%{name}%{scm_version}/%{name}-examples.jar *.class
popd

%install
# jars
mkdir -p %{buildroot}%{_javadir}
cp -a build/%{name}%{scm_version}/js.jar %{buildroot}%{_javadir}
ln -s js.jar %{buildroot}%{_javadir}/%{name}.jar
cp -a build/%{name}%{scm_version}/%{name}-examples.jar %{buildroot}%{_javadir}/%{name}-examples.jar

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -a build/%{name}%{scm_version}/javadoc/* %{buildroot}%{_javadocdir}/%{name}

# man page
mkdir -p %{buildroot}%{_mandir}/man1/
install -m 644 build/%{name}%{scm_version}/man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 
## script
mkdir -p %{buildroot}%{_bindir}
install -m 755 %{SOURCE2} %{buildroot}%{_bindir}/%{name}

# examples
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -a examples/* %{buildroot}%{_datadir}/%{name}
find %{buildroot}%{_datadir}/%{name} -name '*.build' -delete

# POM and depmap
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -p -m 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

%files
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/maven2/poms/*
%{_javadir}/*
%{_mandir}/man1/%{name}.1*
%{_mavendepmapfragdir}/%{name}

%files demo
%{_datadir}/%{name}/

%files manual
%if 0
%doc build/%{name}%{scm_version}/docs/*
%endif

%files javadoc
%doc %{_javadocdir}/%{name}/

%changelog

* Mon Nov 16 2015 Denis Silakov <dsilakov@gmail.com> 1.7R4-5
- (8c296ce) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24027 |14mu|rhythmbox-3.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define	gstname gstreamer1.0

%define major 		9
%define girmajor	3.0
%define libname %mklibname rhythmbox %{major}
%define devname	%mklibname %{name} -d
%define girname	%mklibname %{name}-gir %{girmajor}
%define _appdatadir %{_datadir}/appdata

Name:		rhythmbox
Summary:	Music Management Application 
Version:	3.2.1
Release:	2
License:	GPLv2+ with exception
Group:		Sound
URL:		http://www.gnome.org/projects/rhythmbox/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/%{url_ver}/%{name}-%{version}.tar.xz
Source1:        %{name}-ru.po
Source100:      rhythmbox.rpmlintrc

BuildRequires:	intltool itstool
BuildRequires:	vala
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(clutter-gst-2.0)
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(grilo-0.2) >= 0.2.0
BuildRequires:	pkgconfig(libdmapsharing-3.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.2.0
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libbrasero-media3)
BuildRequires:	pkgconfig(libdmapsharing-3.0) >= 2.9.16
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmusicbrainz4)
BuildRequires:	pkgconfig(libdiscid)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpeas-1.0) >= 0.7.3
BuildRequires:	pkgconfig(libpeas-gtk-1.0) >= 0.7.3
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libsoup-gnome-2.4)
BuildRequires:	pkgconfig(mx-1.0) >= 1.0.1
BuildRequires:	pkgconfig(pygobject-3.0) >= 2.90.2
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(tdb)
BuildRequires:	pkgconfig(totem-plparser)
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pkgconfig(python3)
BuildRequires:	appstream-util
BuildRequires:	desktop-file-utils

Suggests:	grilo-plugins
Suggests:	media-player-info
Suggests:	gnome-icon-theme-symbolic

Requires:	dbus-x11
Requires:	%{gstname}-plugins-base
Requires:	%{gstname}-plugins-good
Suggests:	%{gstname}-plugins-ugly
Requires:	%{gstname}-flac
Requires:	%{gstname}-soup
# For python plugins
Requires:	python3-gi

Requires:	typelib(MPID)
Requires:	typelib(Peas)

# md no more upnp plugin
Obsoletes:	rhythmbox-upnp < 2.96

%description
Music Management application with support for ripping audio-cd's,
playback of Ogg Vorbis and Mp3 and burning of CD-Rs.

%files -f %{name}.lang
%doc AUTHORS COPYING README NEWS
%{_bindir}/rhythmbox
%{_bindir}/rhythmbox-client
%{_datadir}/applications/rhythmbox.desktop
%{_datadir}/applications/rhythmbox-device.desktop
%{_datadir}/dbus-1/services/org.gnome.Rhythmbox3.service
%{_datadir}/glib-2.0/schemas/*.xml
%{_appdatadir}/rhythmbox.appdata.xml
%{_datadir}/rhythmbox/
%{_iconsdir}/hicolor/*/apps/rhythmbox*
%{_iconsdir}/hicolor/*/status/rhythmbox-*
%{_libexecdir}/rhythmbox-metadata
%dir %{_libdir}/%{name}/
%dir %{_libdir}/%{name}/plugins
%{_libdir}/%{name}/plugins/artsearch
%{_libdir}/%{name}/plugins/audiocd
%{_libdir}/%{name}/plugins/audioscrobbler
%{_libdir}/%{name}/plugins/cd-recorder
%{_libdir}/%{name}/plugins/context
%{_libdir}/%{name}/plugins/daap
%{_libdir}/%{name}/plugins/dbus-media-server
%{_libdir}/%{name}/plugins/fmradio
%{_libdir}/%{name}/plugins/generic-player
%{_libdir}/%{name}/plugins/grilo
%{_libdir}/%{name}/plugins/im-status
%{_libdir}/%{name}/plugins/ipod
%{_libdir}/%{name}/plugins/iradio
%{_libdir}/%{name}/plugins/lyrics
%{_libdir}/%{name}/plugins/magnatune
%{_libdir}/%{name}/plugins/mmkeys
%{_libdir}/%{name}/plugins/mpris
%{_libdir}/%{name}/plugins/mtpdevice
%{_libdir}/%{name}/plugins/notification
%{_libdir}/%{name}/plugins/power-manager
%{_libdir}/%{name}/plugins/python-console
%{_libdir}/%{name}/plugins/rb
%{_libdir}/%{name}/plugins/rblirc
%{_libdir}/%{name}/plugins/rbzeitgeist
%{_libdir}/%{name}/plugins/replaygain
%{_libdir}/%{name}/plugins/sendto
%{_libdir}/%{name}/plugins/soundcloud
%{_libdir}/%{name}/plugins/visualizer
%{_libdir}/%{name}/sample-plugins
%{_mandir}/man1/*.1*
#----------------------------------------------

%package -n %{libname}
Group:System/Libraries
Summary: Shared library part of %{name}

%description -n %{libname}
This is the shared library part of %{name}.

%files -n %{libname}
%doc AUTHORS COPYING README NEWS
%{_libdir}/librhythmbox-core.so.%{major}*
#---------------------------------------------------

%package -n %{girname}
Summary: GObject Introspection interface description for %{name}
Group: System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%doc AUTHORS COPYING README NEWS
%{_libdir}/girepository-1.0/MPID-%{girmajor}.typelib
%{_libdir}/girepository-1.0/RB-%{girmajor}.typelib
#----------------------------------------------------

%package mozilla
Group: Sound
Summary: Rhythmbox integration for Mozilla Firefox
Requires: %{name} = %{EVRD}

%description mozilla
This plugin integates Rhythmbox with Mozilla and compatible
browsers. It provides a handler for itms:// Links to Apples iTunes
Music Store.

%files mozilla
%doc AUTHORS COPYING README NEWS
%{_libdir}/mozilla/plugins/librhythmbox-itms-detection-plugin.so
#---------------------------------------------------

%package -n %{devname}
Group: Development/C
Summary: Rhythmbox plugin development files
Requires: %{libname} = %{EVRD}
Requires: %{girname} = %{EVRD}
Provides: %{name}-devel = %{EVRD}


%description -n %{devname}
Install this if you want to build Rhythmbox plugins.


%files -n %{devname}
%doc AUTHORS COPYING README NEWS
%{_includedir}/%{name}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gtk-doc/html/%{name}
%{_datadir}/gir-1.0/MPID-%{girmajor}.gir
%{_datadir}/gir-1.0/RB-%{girmajor}.gir
#---------------------------------------------------

%prep
%setup -q
cp %{SOURCE1} po/ru.po

%build
%configure2_5x \
	--disable-static \
	--disable-scrollkeeper \
	--disable-gtk-doc \
	--with-mdns=avahi \
	--enable-vala \
	--with-gnome-keyring

%make 

%install
%makeinstall_std _ENABLE_SK=false
find %{buildroot} -type f -name "*.la" -delete -print

# menu entry
desktop-file-install \
	--remove-category="Application" \
	--add-category="Audio;Player" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# save space by linking identical images in translated docs
helpdir=%{buildroot}%{_datadir}/gnome/help/%{name}
for f in $helpdir/C/figures/*.png; do
  b="$(basename $f)"
  for d in $helpdir/*; do
    if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
      g="$d/figures/$b"
      if [ -f "$g" ]; then
        if cmp -s $f $g; then
          rm "$g"; ln -s "../../C/figures/$b" "$g"
        fi
      fi
    fi
  done
done

# appdata
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml

%find_lang %{name} --with-gnome









%changelog

* Fri Aug 28 2015 abfonly <abfonly@gmail.com> 3.2.1-2
- (d730180) Log: define develname
- (d730180) appdata.xml checked
- (d730180) spec clean
- (d730180) align spec with rosa packaging policy
- (d730180) filter some linting
- (d730180) bump rel
- (abfonly: 7bd5321) Log: define develname
- (abfonly: 7bd5321) appdata.xml checked
- (abfonly: 7bd5321) spec clean
- (abfonly: 7bd5321) align spec with rosa packaging policy
- (abfonly: 7bd5321) fixed some linting
- (abfonly: 7bd5321) bump rel

* Mon Apr 20 2015 Tigro <ashejn@gmail.com> 3.2.1-1
- (dc0eca5) update to 3.2.1

* Tue Mar 31 2015 Tigro <ashejn@gmail.com> 3.2-1
- (5620ebb) pack files
- (Tigro: 97605cf) update to 3.2

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 3.0.3-2
- (cd6f0e4) MassBuild#440: Increase release tag

* Mon May 26 2014 Tigro <ashejn@gmail.com> 3.0.3-1
- (7b528e1) update to 3.0.3

* Tue May 20 2014 Tigro <ashejn@gmail.com> 3.0.2-2
- (f720198) added some requires

* Tue May 20 2014 Tigro <ashejn@gmail.com> 3.0.2-1
- (0d953c2) update to 3.0.2

* Tue Feb 04 2014 Tigro <ashejn@gmail.com> 3.0.1-3
- (c38d14a) update translation
- (Tigro: 08a5c8e) update russian translation again
- (Tigro: 3f2846a) update russian translation

* Fri Jan 31 2014 Arkady Shane <ashejn@gmail.com> 3.0.1-2
- (ba500ae) bump release

* Fri Jan 31 2014 Arkady Shane <ashejn@gmail.com> 3.0.1-1
- (a4641a7) added S: gnome-icon-theme-symbolic
- (Tigro: abfe6b5) use libdmapsharing-3.0 instead of daap
- (Tigro: b98dd08) added BR: opendaap
- (Tigro: 2c43b51) update to 3.0.1

* Thu Sep 05 2013 Tigro <ashejn@gmail.com> 3.0-1
- (c7cba2a) fix paths
- (Tigro: b52ee55) bump major and pack directory
- (Tigro: 16825c8) added python3 depends
- (Tigro: 7ad876c) update to 3.0

* Thu Jun 20 2013 root <root@localhost.localdomain> 2.99.1-1
- (843e2f0) sync to gnome38 branch

* Tue Oct 16 2012 Arkady Shane <ashejn@gmail.com> 2.98-1
- (be4172f) Updated rhythmbox.spec
- (Arkady Shane: 997e254) Updated rhythmbox.spec
- (Arkady Shane: 95e248b) Updated rhythmbox.spec
- (Arkady Shane: b29a15e) fix grilo version
- (Arkady Shane: 172e31c) fix typo.

* Tue Oct 16 2012 Arkady Shane <ashejn@gmail.com> 
- (a497ea3) update to 2.98

* Mon Sep 17 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.97-2
- (3699a85) LOG New version 2.97 (sync with Cooker)

* Sat Feb 04 2012 root <root@build-client_i586.rosalab.ru> 0.13.3-6
- (b8810ca) ABF:auto increment release

* Fri Feb 03 2012 root <root@build-client_i586-2.rosalab.ru> 0.13.3-5
- (af18179) ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24028 |14mu|rhythmbox-3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#gw rb.c
#define Werror_cflags %nil

%define	gstname gstreamer1.0

%define major 		9
%define girmajor	3.0
%define libname %mklibname rhythmbox %{major}
%define girname	%mklibname %{name}-gir %{girmajor}

Name:		rhythmbox
Summary:	Music Management Application 
Version:	3.3
Release:	1
License:	GPLv2+ with exception
Group:		Sound
URL:		http://www.gnome.org/projects/rhythmbox/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/3.3/%{name}-%{version}.tar.xz
#Source1:        %{name}-ru.po

BuildRequires:	intltool itstool
BuildRequires:	vala
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(clutter-gst-2.0)
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(grilo-0.2) >= 0.2.0
BuildRequires:	pkgconfig(libdmapsharing-3.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.2.0
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libbrasero-media3)
BuildRequires:	pkgconfig(libdmapsharing-3.0) >= 2.9.16
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmusicbrainz4)
BuildRequires:	pkgconfig(libdiscid)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpeas-1.0) >= 0.7.3
BuildRequires:	pkgconfig(libpeas-gtk-1.0) >= 0.7.3
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libsoup-gnome-2.4)
BuildRequires:	pkgconfig(mx-1.0) >= 1.0.1
BuildRequires:	pkgconfig(pygobject-3.0) >= 2.90.2
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(tdb)
BuildRequires:	pkgconfig(totem-plparser)
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pkgconfig(python3)

Suggests:	grilo-plugins
Suggests:	media-player-info
Suggests:   gnome-icon-theme-symbolic

Requires:	dbus-x11
Requires:	%{gstname}-plugins-base
Requires:	%{gstname}-plugins-good
Suggests:	%{gstname}-plugins-ugly
Requires:	%{gstname}-flac
Requires:	%{gstname}-soup
# For python plugins
Requires:	python3-gi

Requires:	typelib(MPID)
Requires:	typelib(Peas)

# md no more upnp plugin
Obsoletes:	rhythmbox-upnp < 2.96

%description
Music Management application with support for ripping audio-cd's,
playback of Ogg Vorbis and Mp3 and burning of CD-Rs.

%package -n %{libname}
Group:System/Libraries
Summary: Shared library part of %{name}

%description -n %{libname}
This is the shared library part of %{name}.

%package -n %{girname}
Summary: GObject Introspection interface description for %{name}
Group: System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package mozilla
Group: Sound
Summary: Rhythmbox integration for Mozilla Firefox
Requires: %{name} = %{version}

%description mozilla
This plugin integates Rhythmbox with Mozilla and compatible
browsers. It provides a handler for itms:// Links to Apples iTunes
Music Store.

%package devel
Group: Development/C
Summary: Rhythmbox plugin development files
Requires: %{libname} = %{version}-%{release}
Requires: %{girname} = %{version}-%{release}

%description devel
Install this if you want to build Rhythmbox plugins.

%prep
%setup -q
#cp %{SOURCE1} po/ru.po

%build
%configure2_5x \
	--disable-static \
	--disable-scrollkeeper \
	--disable-gtk-doc \
	--with-mdns=avahi \
	--enable-vala \
	--with-gnome-keyring

%make 

%install
%makeinstall_std _ENABLE_SK=false
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name} --with-gnome

desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="Audio;Player" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# save space by linking identical images in translated docs
helpdir=%{buildroot}%{_datadir}/gnome/help/%{name}
for f in $helpdir/C/figures/*.png; do
  b="$(basename $f)"
  for d in $helpdir/*; do
    if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
      g="$d/figures/$b"
      if [ -f "$g" ]; then
        if cmp -s $f $g; then
          rm "$g"; ln -s "../../C/figures/$b" "$g"
        fi
      fi
    fi
  done
done

%files -f %{name}.lang
%doc AUTHORS COPYING README NEWS
%{_bindir}/rhythmbox
%{_bindir}/rhythmbox-client
%{_datadir}/applications/rhythmbox.desktop
%{_datadir}/applications/rhythmbox-device.desktop
%{_datadir}/dbus-1/services/org.gnome.Rhythmbox3.service
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/rhythmbox/
%{_datadir}/appdata/rhythmbox.appdata.xml
%{_iconsdir}/hicolor/*/apps/rhythmbox*
%{_iconsdir}/hicolor/*/status/rhythmbox-*
%{_libexecdir}/rhythmbox-metadata
%dir %{_libdir}/%{name}/
%dir %{_libdir}/%{name}/plugins
%{_libdir}/%{name}/plugins/android
%{_libdir}/%{name}/plugins/artsearch
%{_libdir}/%{name}/plugins/audiocd
%{_libdir}/%{name}/plugins/audioscrobbler
%{_libdir}/%{name}/plugins/cd-recorder
%{_libdir}/%{name}/plugins/context
%{_libdir}/%{name}/plugins/daap
%{_libdir}/%{name}/plugins/dbus-media-server
%{_libdir}/%{name}/plugins/fmradio
%{_libdir}/%{name}/plugins/generic-player
%{_libdir}/%{name}/plugins/grilo
%{_libdir}/%{name}/plugins/im-status
%{_libdir}/%{name}/plugins/ipod
%{_libdir}/%{name}/plugins/iradio
%{_libdir}/%{name}/plugins/lyrics
%{_libdir}/%{name}/plugins/magnatune
%{_libdir}/%{name}/plugins/mmkeys
%{_libdir}/%{name}/plugins/mpris
%{_libdir}/%{name}/plugins/mtpdevice
%{_libdir}/%{name}/plugins/notification
%{_libdir}/%{name}/plugins/power-manager
%{_libdir}/%{name}/plugins/python-console
%{_libdir}/%{name}/plugins/rb
%{_libdir}/%{name}/plugins/rblirc
%{_libdir}/%{name}/plugins/rbzeitgeist
%{_libdir}/%{name}/plugins/replaygain
%{_libdir}/%{name}/plugins/sendto
%{_libdir}/%{name}/plugins/soundcloud
%{_libdir}/%{name}/plugins/visualizer
%{_libdir}/%{name}/sample-plugins
%{_mandir}/man1/*.1*

%files -n %{libname}
%{_libdir}/librhythmbox-core.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/MPID-%{girmajor}.typelib
%{_libdir}/girepository-1.0/RB-%{girmajor}.typelib

%files mozilla
%{_libdir}/mozilla/plugins/librhythmbox-itms-detection-plugin.so

%files devel
%{_includedir}/%{name}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gtk-doc/html/%{name}
%{_datadir}/gir-1.0/MPID-%{girmajor}.gir
%{_datadir}/gir-1.0/RB-%{girmajor}.gir


%changelog

* Tue Feb 02 2016 Tigro <ashejn@gmail.com> 3.3-1
- (9d36d1a) pack files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24029 |14mu|ripole-0.2.0-24
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname ripole %{major}
%define devname %mklibname ripole -d

Summary:	Extracts attachments out of mailpack format emails
Name:		ripole
Version:	0.2.0
Release:	24
License:	BSD
Group:		Networking/Mail
Url:		http://www.pldaniels.com/ripole/
Source0:	http://www.pldaniels.com/ripole/%{name}-%{version}.tar.gz
Patch0:		ripole-0.1.4-shared.diff
Patch1:		ripole-0.2.0-dev.diff
Patch2:		ripole-0.2.0-format_not_a_string_literal_and_no_format_arguments.diff
BuildRequires:	libtool

%description
ripOLE is a small program/library designed to pull out attachments from OLE2
data files (ie, MS Office documents). ripOLE is BSD licenced meaning that
commercial projects can also use the code without worry of licence costs or
legal liabilities.

%files
%doc CHANGELOG CONTRIBUTORS LICENSE README
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Shared %{name} library
Group:		System/Libraries

%description -n	%{libname}
This package contains the shared library for ripOLE.

%files -n %{libname}
%{_libdir}/libripole.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the %{name} library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package contains the development files for ripOLE.

%files -n %{devname}
%doc TODO
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p0

%build
%serverbuild

%make \
	CFLAGS="%{optflags} -I. -fPIC -DPIC -D_REENTRANT" \
	libdir=%{_libdir} \
	LDFLAGS="%{ldflags}"

%install

%makeinstall_std \
	bindir=%{_bindir} \
	libdir=%{_libdir} \
	includedir=%{_includedir}



%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 0.2.0-24
- (68e559f) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24030 |14mu|rocs-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Graph - Editor and a Programming Environement
Name:		rocs
Version:	16.04.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/rocs
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	boost-devel
BuildRequires:	grantlee5-devel
BuildRequires:	kf5archive-devel
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5crash-devel
BuildRequires:	kf5declarative-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5itemviews-devel
BuildRequires:	kf5parts-devel
BuildRequires:	kf5texteditor-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5ScriptTools)
BuildRequires:	pkgconfig(Qt5Svg)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5XmlPatterns)

%description
Rocs aims to be a Graph Theory IDE for helping professors to show the results
of a graph algorithm and also helping students to do the algorithms.
Rocs has a scripting module, done in Qt Script, that interacts with the drawn
graph and every change in the graph with the script is reflected on the drawn
one.

%files
%doc AUTHORS COPYING.DOC COPYING.GPL2 COPYING.LIB.LGPL-2.1 COPYING.DOC README
%{_kde5_applicationsdir}/org.kde.rocs.desktop
%{_kde5_bindir}/rocs
%{_kde5_datadir}/config.kcfg/rocs.kcfg
%dir %{_kde5_datadir}/rocs/
%{_kde5_datadir}/rocs/*
%{_kde5_docdir}/HTML/en/rocs
%{_kde5_iconsdir}/hicolor/*/apps/rocs.*
%{_kde5_iconsdir}/hicolor/*/actions/rocs*.*
%{_kde5_xmlguidir}/rocs/rocsui.rc
%{_datadir}/appdata/org.kde.rocs.appdata.xml
%{_qt5_plugindir}/rocs/*/*.so

#----------------------------------------------------------------------------

%define rocsgraphtheory_major 0
%define librocsgraphtheory %mklibname rocsgraphtheory %{rocsgraphtheory_major}

%package -n %{librocsgraphtheory}
Summary:	Runtime library for Rocs
Group:		System/Libraries

%description -n %{librocsgraphtheory}
Runtime library for Rocs.

%files -n %{librocsgraphtheory}
%{_kde5_libdir}/librocsgraphtheory.so.%{rocsgraphtheory_major}*

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{librocsgraphtheory} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 16.04.0
Obsoletes:	%{name}-devel < 16.04.0

%description -n %{devname}
Files needed to build applications based on %{name}.

%files -n %{devname}
%{_kde5_includedir}/rocs
%{_kde5_libdir}/librocsgraphtheory.so

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (51cdf6b) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24031 |14mu|rootcerts-20160922.00-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# don't make useless debug packages
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

# _without = java enabled, _with = java disabled
%ifnarch %mips
%bcond_without java
%endif

%define catrustdir %{_sysconfdir}/pki/ca-trust

Summary:	Bundle of CA Root Certificates
Name:		rootcerts
# <mrl> Use this versioning style in order to be easily backportable.
# Note that the release is the last two digits on the version.
# All BuildRequires for rootcerts should be done this way:
# BuildRequires: rootcerts >= 0:20070402.00, for example
# - NEVER specifying the %%{release}
Epoch:		1
Version:	20160922.00
Release:	1
License:	GPL
Group:		System/Servers
URL:		%{disturl}
# S0 originates from http://switch.dl.sourceforge.net/sourceforge/courier/courier-0.52.1.tar.bz2
Source0:	rootcerts.tar.bz2
#  http://hg.mozilla.org/projects/nss/raw-file/tip/lib/ckfw/builtins/certdata.txt
Source1:	certdata-%{version}.txt
Source2:	rootcerts-igp-brasil.txt
# http://www.cacert.org/certs/root.der
Source3:	cacert.org.der
# http://qa.mandriva.com/show_bug.cgi?id=29612
# https://www.verisign.com/support/verisign-intermediate-ca/secure-site-intermediate/index.html
Source4:	verisign-class-3-secure-server-ca.pem
#http://www.cacert.org/certs/root.crt
Source5:	cacert.org.crt
# Java JKS keystore generator:
# http://cvs.fedora.redhat.com/viewcvs/devel/ca-certificates/generate-cacerts.pl
Source6:	generate-cacerts.pl
# http://www.cacert.org/certs/class3.der
Source7:	cacert_class3.der
# certificates from signet
# http://www.signet.pl/repository/index.html
Source8:	http://www.signet.pl/repository/signetrootca/rootca_der.crt
Source9:	http://www.signet.pl/repository/publicca/publicxca_der.crt

# Helpers from Fedora
Source20:	update-ca-trust
Source21:	update-ca-trust.8.txt
Source22:	update-ca-trust.8

# Fix overwriting issue with generate-cacerts.pl
Patch0:		generate-cacerts-fix-entrustsslca.patch
# Some hacks to make generate-cacerts.pl work with some of our certificates
Patch1:		generate-cacerts-mandriva.patch
# Just rename identically named certificates that are not handled by mandriva.cpatch
Patch2:		generate-cacerts-rename-duplicates.patch
BuildRequires:	perl
BuildRequires:	openssl
#BuildRequires:	openssl-perl
BuildRequires:	nss
BuildRequires:	automake
BuildRequires:	libtool
#BuildRequires:	asciidoc
#BuildRequires:	xsltproc
%if %{with java}
BuildRequires:	java-devel
BuildRequires:	java-rpmbuild
%endif

# For update-ca-trust
Requires:	p11-kit
Provides:	ca-certificates

%description
This is a bundle of X.509 certificates of public Certificate
Authorities (CA). These were automatically extracted from Mozilla's
root CA list (the file "certdata.txt"). It contains the certificates
in both plain text and PEM format and therefore can be directly used
with an Apache/mod_ssl webserver for SSL client authentication. Just
configure this file as the SSLCACertificateFile.

%if %{with java}
%package java
Summary:	Bundle of CA Root Certificates for Java
Group:		Development/Java

%description java
Bundle of X.509 certificates of public Certificate Authorities (CA)
in a format used by Java Runtime Environment.
%endif

%prep
%setup -q -n rootcerts

mkdir -p builtins
cp %{SOURCE1} builtins/certdata.txt

# extract the license
head -4 builtins/certdata.txt > LICENSE

# add additional CA's here, needs to have the mozilla format...
cat %{SOURCE2} >> builtins/certdata.txt

# CAcert
cp %{SOURCE3} .
cp %{SOURCE5} .
cp %{SOURCE6} .
cp %{SOURCE7} .
cp %{SOURCE8} .
cp %{SOURCE9} .

%patch0 -p0
%patch1 -p0
%patch2 -p0

%build
rm -f configure
libtoolize --copy --force; aclocal; autoconf; automake --foreign --add-missing --copy

# CAcert
# http://wiki.cacert.org/wiki/NSSLib
addbuiltin -n "CAcert Inc." -t "CT,C,C" < cacert.org.der >> builtins/certdata.txt
addbuiltin -n "CAcert Inc. Class 3" -t "CT,C,C" < cacert_class3.der >> builtins/certdata.txt

# new verisign intermediate certificate
# -t trust        trust flags (cCTpPuw).
openssl x509 -in %{SOURCE4} -inform PEM -outform DER | \
	addbuiltin -n "VeriSign Class 3 Secure Server CA" \
	-t "CT,C,C" >> builtins/certdata.txt

perl mkcerts.pl > certs.sh

%configure --with-certdb=%{_sysconfdir}/pki/tls/rootcerts

%make

cat pem/*.pem > ca-bundle.crt
cat %{SOURCE4} >> ca-bundle.crt

%if %{with java}
mkdir java
cd java
LC_ALL=C perl ../generate-cacerts.pl %{java_home}/bin/keytool ../ca-bundle.crt
cd ..
%endif

#manpage  -we use generated one for now
#cp %{SOURCE21} update-ca-trust.8.txt
#asciidoc.py -v -d manpage -b docbook update-ca-trust.8.txt
#xsltproc --nonet -o update-ca-trust.8 /usr/share/asciidoc/docbook-xsl/manpage.xsl update-ca-trust.8.xml

%install
%makeinstall_std

install -d %{buildroot}%{_sysconfdir}/pki/tls/certs
install -d %{buildroot}%{_sysconfdir}/pki/tls/mozilla
install -d %{buildroot}%{_bindir}

install -m0644 ca-bundle.crt %{buildroot}%{_sysconfdir}/pki/tls/certs/
ln -s certs/ca-bundle.crt %{buildroot}%{_sysconfdir}/pki/tls/cert.pem

install -m0644 builtins/certdata.txt %{buildroot}%{_sysconfdir}/pki/tls/mozilla/

%if %{with java}
install -d %{buildroot}%{_sysconfdir}/pki/java
install -m0644 java/cacerts %{buildroot}%{_sysconfdir}/pki/java/
%endif

cat > README << EOF

R O O T C E R T S
-----------------

This is a bundle of X.509 certificates of public Certificate
Authorities (CA). These were automatically extracted from Mozilla's
root CA list (the file "certdata.txt"). It contains the certificates
in both plain text and PEM format and therefore can be directly used
with an Apache/mod_ssl webserver for SSL client authentication. Just
configure this file as the SSLCACertificateFile.

EOF

# fix #58107
install -d %{buildroot}%{_sysconfdir}/ssl

for d in certs private; do
	ln -sf %{_sysconfdir}/pki/tls/$d %{buildroot}%{_sysconfdir}/ssl/
done

mkdir -p %{buildroot}%{_mandir}/man8
install -p -m 755 %{SOURCE20} %{buildroot}%{_bindir}/update-ca-trust
mkdir -p %{buildroot}/bin
pushd %{buildroot}/bin
ln -s ../%{_bindir}/update-ca-trust update-ca-trust
popd
#install -p -m 644 update-ca-trust.8 %{buildroot}%{_mandir}/man8
install -p -m 644 %{SOURCE22} %{buildroot}%{_mandir}/man8

# Compatibility with Fedora-oriented packages
mkdir -p -m 755 %{buildroot}%{catrustdir}/source/anchors
mkdir -p -m 755 %{buildroot}%{catrustdir}/source/blacklist
mkdir -p -m 755 %{buildroot}%{catrustdir}/extracted/pem
mkdir -p -m 755 %{buildroot}%{catrustdir}/extracted/openssl
mkdir -p -m 755 %{buildroot}%{catrustdir}/extracted/java

%files
%doc README LICENSE
%{_sysconfdir}/pki/tls/cert.pem
%config(noreplace) %{_sysconfdir}/pki/tls/certs/ca-bundle.crt
%config(noreplace) %{_sysconfdir}/pki/tls/rootcerts/*
%config(noreplace) %{_sysconfdir}/pki/tls/mozilla/certdata.txt
%{_sysconfdir}/ssl/certs
%{_sysconfdir}/ssl/private
%{_bindir}/update-ca-trust
/bin/update-ca-trust
%{_mandir}/man?/*

%{catrustdir}/source/anchors
%{catrustdir}/source/blacklist
%{catrustdir}/extracted/pem
%{catrustdir}/extracted/openssl
%{catrustdir}/extracted/java

%if %{with java}
%files java
%dir %{_sysconfdir}/pki/java
%config(noreplace) %{_sysconfdir}/pki/java/cacerts
%endif

%changelog

* Wed Nov 02 2016 Denis Silakov <denis.silakov@rosalab.ru> 1:20160922.00-1
- (da1e59f) Updated to 20160922



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24032 |14mu|rosa-crypto-tool-1.0.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rosa-crypto-tool-devel

Summary:	Program for working with electronic digital signatures
Name:		rosa-crypto-tool
Version:	1.0.0
Release:	5
License:	BSD
Group:		System/Base
Url:		https://abf.io/uxteam/rosa-crypto-tool-devel/
Source0:	%{url}/archive/%{oname}-%{version}.tar.gz
Requires:	python-qt4-core
Requires:	python-qt4-gui
Requires:	python >= 2.6
Requires:	pyudev >= 0.21.0
Requires:       python-magic >= 5.04
Requires:       unoconv
Requires:       libreoffice
Requires:       imagemagick
BuildArch:	noarch

%description
Program for working with electronic digital signatures

%files -f %{name}.lang
%{_bindir}/%{name}
%{_iconsdir}/hicolor/scalable/apps/*.svg
%{_datadir}/applications/%{name}.desktop
%{py_puresitedir}/*
%{_defaultdocdir}/%{name}/*.pdf

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

%build

%install
python setup.py install --root %{buildroot} --install-purelib=%{py_puresitedir}

%find_lang %{name}

%changelog

* Mon Apr 09 2018 Michl Voznesensky <m.voznesensky@rosalinux.ru> 1.0.0-5
- (437b637) Updated release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24033 |14mu|rosa-elementary-theme-2.8.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define aurorae_version 1.0.3

Summary:	ROSA-elementary theme
Name:		rosa-elementary-theme
Version:	2.8.0
Release:	6
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://www.rosalinux.com
Source0:	https://abf.io/uxteam/%{name}-devel/archive/%{name}-devel-v%{version}.tar.gz
#Theme for openbox
Source1:	%{name}-openbox.tar.gz
# new metacity theme
#Aurorae theme
Source3:	rosa-aurorae-%{aurorae_version}.tar.xz
Patch0:		rosa-elementary-theme-2.8.0-gtk316-fixes.patch
# http://bugs.rosalinux.ru/show_bug.cgi?id=6802#c65
# http://bugs.rosalinux.ru/show_bug.cgi?id=6802#c107
Patch1:		rosa-elementary-theme-panelapp.patch
Patch2:		rosa-elementary-theme-2.8.0-index.patch
Requires:	gtk-aurora-engine
Requires:	murrine
Suggests:	rosa-icons
BuildArch:	noarch

%description
ROSA-elementary theme created specially for the ROSA. Originally inspired
by Elementary theme by Daniel Fore (aka Dan Rabbit).

%files
%defattr(644,root,root,755)
%{_datadir}/themes/*
%{_datadir}/apps/aurorae/themes/rosa/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-devel-v%{version}
%apply_patches

tar xJf %{SOURCE3}

%build

%install
mkdir -p %{buildroot}%{_datadir}/themes
mkdir -p %{buildroot}%{_datadir}/themes/rosa-elementary
cp -rf ./* %{buildroot}%{_datadir}/themes/rosa-elementary
mkdir -p %{buildroot}%{_datadir}/apps/aurorae/themes/rosa/
cp -rf ./rosa-%{aurorae_version}/* %{buildroot}%{_datadir}/apps/aurorae/themes/rosa/


%changelog

* Fri Nov 25 2016 Vladimir Potapov <vladimir.potapov@rosalab.ru> 2.8.0-6
- (89cb7c8) fix windows border wihtout effects

* Tue Jul 05 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.8.0-5
- (d93aced) Fix theme index

* Tue Jul 05 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.8.0-4
- (a7e14e6) Fix MATE panel resizing
- (Denis Silakov: 9e92a91) Fix PanelApp class (http://bugs.rosalinux.ru/show_bug.cgi?id=6802#c65)

* Thu Jan 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.8.0-3
- (b080138) Revert to version 2.8.0 and add patch with some GTK 3.16 fixes

* Mon Dec 28 2015 Stas Fomin <stas-fomin@yandex.ru> 2.8.3-1
- (81185f6) Updated rosa-elementary-theme.spec

* Fri Dec 25 2015 Stas Fomin <stas-fomin@yandex.ru> 2.8.2-2
- (1090994) Updated rosa-elementary-theme.spec

* Thu Dec 24 2015 Stas Fomin <stas-fomin@yandex.ru> 2.8.1-2
- (1d77788) Updated rosa-elementary-theme.spec

* Wed Apr 08 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.8.0-2
- (047eabc) Update aurorae theme (increase left and right borders from 1 to 2)

* Mon Mar 02 2015 Stas Fomin <stas-fomin@yandex.ru> 2.8.0-1
- (d121d73) smaller font in app menu

* Thu Feb 26 2015 Stas Fomin <stas-fomin@yandex.ru> 2.7.9-1
- (f8ff0d8) Updated rosa-elementary-theme.spec

* Tue Feb 24 2015 Stas Fomin <stas-fomin@yandex.ru> 2.7.8-2
- (1629db3) Updated rosa-elementary-theme.spec

* Tue Feb 24 2015 Stas Fomin <stas-fomin@yandex.ru> 2.7.8-1
- (9115c18) Updated rosa-elementary-theme.spec

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 2.7.7-2
- (1224967) MassBuild#656: Increase release tag

* Wed Feb 11 2015 Stas Fomin <stas-fomin@yandex.ru> 2.7.7-1
- (d427b49) Updated rosa-elementary-theme.spec

* Fri Dec 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.7.6-2
- (d9d1526) Spec cleanup

* Fri Dec 19 2014 Stas Fomin <stas-fomin@yandex.ru> 2.7.6-1
- (c035787) Updated rosa-elementary-theme.spec

* Thu Dec 18 2014 Stas Fomin <stas-fomin@yandex.ru> 2.7.5-1
- (aef9c09) Up version, because of fixes

* Mon Dec 15 2014 Stas Fomin <stas-fomin@yandex.ru> 2.7.4-1
- (0cd3828) Updated rosa-elementary-theme.spec

* Mon Dec 15 2014 Stas Fomin <stas-fomin@yandex.ru> 2.7.3-1
- (1467ae5) Updated rosa-elementary-theme.spec

* Tue Dec 09 2014 Stas Fomin <stas-fomin@yandex.ru> 2.7.2-1
- (a4d042c) Updated rosa-elementary-theme.spec

* Tue Dec 09 2014 Stas Fomin <stas-fomin@yandex.ru> 2.7.1-10
- (22aa0b6) up release

* Tue Dec 09 2014 Stas Fomin <stas-fomin@yandex.ru> 2.7.1-9
- (424de47) Updated rosa-elementary-theme.spec

* Wed Dec 03 2014 Stas Fomin <stas-fomin@yandex.ru> 2.7.0-9
- (ff088a4) up

* Wed Dec 03 2014 Stas Fomin <stas-fomin@yandex.ru> 2.7.0-7
- (1ddbb9c) change source URL for rosa-elementary-theme

* Wed Dec 03 2014 Stas Fomin <stas-fomin@yandex.ru> 2.7.0-6
- (70d32cf) remove old patches. All edits now will be made in uxteam/rosa-elementary-theme-devel
- (Stas Fomin: a044470) remove long auto search for dependencies
- (Stas Fomin: 5448c58) move patch to theme + change address for git repo
- (Stas Fomin: 81f416c) move patch to theme + change address for git repo

* Mon Dec 01 2014 Stas Fomin <stas-fomin@yandex.ru> 2.7.0-5
- (5185063) try new SASS version

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.6.1-5
- (97f1868) MassBuild#440: Increase release tag

* Mon Dec 09 2013 Aleksey Yermakov <alexey.yermakov@rosalab.ru> 2.6.1-4
- (2417cdc) Fixed gnome-flashback panel css rules.

* Thu Dec 05 2013 Tigro <ashejn@gmail.com> 2.6.1-3
- (e0c221e) drop warnings

* Tue Oct 22 2013 Arkady Shane <ashejn@gmail.com> 2.6.1-2
- (5a154d6) bump release

* Tue Oct 22 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 2.6.1-1
- (49c7e01) Add patch.
- (root: d68ba5d) changed tooltip color to #727272



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24034 |14mu|rosa-freeze-0.7.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:      rosa-freeze
Version:   0.7.5
Release:   1
Group:     System/Base
Summary:   ROSA Freeze
License:   BSD
Url:       http://wiki.rosalab.ru/en/index.php/ROSA_Freeze
Source0:   https://abf.io/soft/%{name}/archive/%{name}-%{version}.tar.gz
Source1:   %{name}.rpmlintrc
BuildArch: noarch
Requires:  dracut-aufs
Requires:  rsync
Requires:  python-%{name} = %{EVRD}

%description
ROSA Freeze

%package -n     python-%{name}
Summary:        Python API for ROSA Freeze
Group:          System/Base

%description -n python-%{name}
Python-%{name} is a module with Python API to
manipulate ROSA Freeze features.

%prep
%setup -q

%build
pushd po
%make
popd

%install
install -m700 -D rfreeze %{buildroot}%{_sbindir}/rfreeze
mkdir -p %{buildroot}%{py_puresitedir}
cp -r rosa_freeze %{buildroot}%{py_puresitedir}
pushd po
%makeinstall_std
popd

mkdir -p %{buildroot}%{_bindir}
ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/rfreeze

mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps

cat > %{buildroot}%{_sysconfdir}/security/console.apps/rfreeze <<EOF
USER=root
PROGRAM=/usr/sbin/rfreeze
FALLBACK=false
SESSION=true
EOF

cat > %{buildroot}%{_sysconfdir}/pam.d/rfreeze  <<EOF
#%PAM-1.0
auth            include         config-util
account         include         config-util
session         include         config-util
EOF


%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/*
%{_sbindir}/*
%{_sysconfdir}/pam.d/*
%{_sysconfdir}/security/console.apps/rfreeze

%files -n python-%{name}
%{py_puresitedir}/*

%changelog
* Thu Feb 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7.5-1
+ Revision: 8c6388e
- 0.7.5 - not forget to import subprocess module



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24035 |14mu|rosa-freeze-ui-0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rosa-freeze-ui
Version:	0.9
Release:	3
Group:		System/Base
Summary:	ROSA Freeze GUI
License:	BSD
Url:		http://wiki.rosalab.ru/en/index.php/ROSA_Freeze
Source0:	https://abf.io/soft/%{name}/archive/%{name}-%{version}.tar.gz
Source1:        rosa-freeze-16.png
Source2:        rosa-freeze-22.png
Source3:        rosa-freeze-32.png
Source4:        rosa-freeze-48.png
Source5:        rosa-freeze-64.png
Source6:        rosa-freeze-128.png
Source7:        rosa-freeze-256.png
Source100:	%{name}.rpmlintrc
BuildArch:	noarch
Requires:	rosa-freeze >= 0.7.3
Requires:	python-qt5-widgets
Requires:	python-qt5-gui
Provides:	rfreeze-ui

%description
GUI for ROSA Freeze

%prep
%setup -q

%build

%install
install -m700 -D rfreeze.py %{buildroot}%{_sbindir}/rfreeze-ui

mkdir -p %{buildroot}%{py_puresitedir}/rosa_freeze_ui
cp -r rosa_freeze_ui/*py %{buildroot}%{py_puresitedir}/rosa_freeze_ui/

mkdir -p %{buildroot}%{_datadir}/%{name}/i18n
cp *qm %{buildroot}%{_datadir}/%{name}/i18n/

mkdir -p %{buildroot}%{_bindir}
ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/rfreeze-ui

mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps

for s in 16 22 32 48 64 128 256; do
  mkdir -p %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/
done

install -m 0644 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -m 0644 %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/22x22/apps/%{name}.png
install -m 0644 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m 0644 %{SOURCE4} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m 0644 %{SOURCE5} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -m 0644 %{SOURCE6} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
install -m 0644 %{SOURCE7} %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png

cat > %{buildroot}%{_sysconfdir}/security/console.apps/rfreeze-ui <<EOF
USER=root
PROGRAM=/usr/sbin/rfreeze-ui
FALLBACK=false
SESSION=true
EOF

cat > %{buildroot}%{_sysconfdir}/pam.d/rfreeze-ui  <<EOF
#%PAM-1.0
auth            include         config-util
account         include         config-util
session         include         config-util
EOF


mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Version=1.0
Name=ROSA Freeze
Name[ru]=ROSA Freeze
Comment=Freeze your system before experiments
Comment[ru]=Заморозка состояния системы для экспериментального или неквалифицированного использования
Exec=%{_bindir}/rfreeze-ui
Icon=rosa-freeze-ui
Terminal=false
Type=Application
Categories=System;
EOF

desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-qt --all-name

%files -f %{name}.lang
%{_bindir}/*
%{_sbindir}/*
%{_sysconfdir}/pam.d/*
%{_sysconfdir}/security/console.apps/rfreeze-ui
%{py_puresitedir}/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/*


%changelog

* Thu Jun 23 2016 Ural Mullabaev <ural.mullabaev@rosalab.ru> 0.9-3
- (f814f36) Change icon



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24036 |14mu|rosa-gsettings-desktop-schemas-3.16.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global default_rosa 0

Name:           rosa-gsettings-desktop-schemas
Version:        3.16.0.3
Release:        3
Summary:        ROSA schemas for GNOME

Group:          Graphical desktop/GNOME
License:        GPLv2+
URL:            http://rosalinux.ru
Source0:        %{name}-%{version}.tar.xz

Requires:       glib2.0-common
Requires:       gsettings-desktop-schemas

BuildArch:      noarch

%description
This contains a collection ROSA schemas for GNOME.

%package theme
Summary:	ROSA schemas for GNOME theme
Group:          Graphical desktop/GNOME

Requires:	evopop-icon-theme
Requires:	evopop-gtk-theme
Requires:	ozon-shell-theme

%description theme
This contains a collection ROSA schemas for GNOME
theme. Includeing GNOME Shell, GTK 3 and icons.

%package desktop
Summary:	ROSA schemas for GNOME Desktop (nautilus)
Group:          Graphical desktop/GNOME

%description desktop
This contains a collection ROSA schemas for GNOME Desktop
(nautilus). Includeing backgound, icons on desktop and icon
size.


%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_datadir}/glib-2.0/schemas/
install -m 644 *.override \
        %{buildroot}%{_datadir}/glib-2.0/schemas/

%if !%{default_rosa}
cp -f new-theme/*.override \
	%{buildroot}%{_datadir}/glib-2.0/schemas/

rm -f %{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.override \
	%{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.override
%endif

# let it be, to certain
%post
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :

%postun
if [ $1 -eq 0 ]; then
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
fi

%posttrans
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :

%post theme
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :

%postun theme
if [ $1 -eq 0 ]; then
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
fi

%posttrans theme
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :

%post desktop
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :

%postun desktop
if [ $1 -eq 0 ]; then
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
fi

%posttrans desktop
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :



%files
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.override
%{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.override

%files theme
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.interface.gschema.override
%if %{default_rosa}
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.override
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.override
%endif
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.override

%files desktop
%{_datadir}/glib-2.0/schemas/org.gnome.nautilus.gschema.override
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.background.gschema.override

%changelog

* Wed Apr 22 2015 Tigro <ashejn@gmail.com> 3.16.0.3-3
- (0f5c724) added some Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24037 |14mu|rosa-gsettings-desktop-schemas-3.16.0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global default_rosa 0

Name:           rosa-gsettings-desktop-schemas
Version:        3.16.0.9
Release:        1
Summary:        ROSA schemas for GNOME

Group:          Graphical desktop/GNOME
License:        GPLv2+
URL:            http://rosalinux.ru
Source0:        %{name}-%{version}.tar.xz

Requires:       glib2.0-common
Requires:       gsettings-desktop-schemas

BuildArch:      noarch

%description
This contains a collection ROSA schemas for GNOME.

%package theme
Summary:	ROSA schemas for GNOME theme
Group:          Graphical desktop/GNOME

Requires:	evopop-icon-theme
Requires:	evopop-gtk-theme
Requires:	gnome-shell-theme-korora

%description theme
This contains a collection ROSA schemas for GNOME
theme. Includeing GNOME Shell, GTK 3 and icons.

%package desktop
Summary:	ROSA schemas for GNOME Desktop (nautilus)
Group:          Graphical desktop/GNOME

%description desktop
This contains a collection ROSA schemas for GNOME Desktop
(nautilus). Includeing backgound, icons on desktop and icon
size.


%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_datadir}/glib-2.0/schemas/
install -m 644 *.override \
        %{buildroot}%{_datadir}/glib-2.0/schemas/

%if !%{default_rosa}
cp -f new-theme/*.override \
	%{buildroot}%{_datadir}/glib-2.0/schemas/

sed -i '/theme=/d' \
	%{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.override

rm -f %{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.override
%endif

# let it be, to certain
%post
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :

%postun
if [ $1 -eq 0 ]; then
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
fi

%posttrans
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :

%post theme
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :

%postun theme
if [ $1 -eq 0 ]; then
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
fi

%posttrans theme
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :

%post desktop
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :

%postun desktop
if [ $1 -eq 0 ]; then
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
fi

%posttrans desktop
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :



%files
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.override
%{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.override

%files theme
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.interface.gschema.override
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.override
%if %{default_rosa}
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.override
%endif
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.override

%files desktop
%{_datadir}/glib-2.0/schemas/org.gnome.nautilus.gschema.override
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.background.gschema.override

%changelog

* Mon Feb 15 2016 Tigro <ashejn@gmail.com> 3.16.0.9-1
- (c620de5) disable screenpen extension by default, disable desktop by default



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24038 |14mu|rosa-icons-1.1.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname rosa

Summary:	ROSA icons theme
Name:		%{oname}-icons
Version:	1.1.17
Release:	1
License:	GPLv2+
Group:		Graphical desktop/Other
Url:		http://www.rosalinux.com
# https://abf.rosalinux.ru/uxteam/rosa-icons-devel
Source0:	%{name}-devel-v%{version}.tar.gz
Source1:	kdenlive-actions.tar.xz
Source2:	gnome3-devices.tar.xz
BuildRequires:	fdupes
BuildRequires:	inkscape
Requires:	gnome-icon-theme
BuildArch:	noarch

%description
ROSA icon theme is high quality icon theme for KDE, GNOME and Xfce.
It is part of ROSA theme pack - theme for ROSA Desktop distribution.
Initially based on the original icon theme Elementary by Daniel Fore
(Dan Rabbit).

%files
%{_datadir}/icons/%{oname}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-devel-v%{version}
tar xJf %{SOURCE1}
tar xJf %{SOURCE2}

%build

%install
mkdir -p %{buildroot}%{_datadir}/icons/%{oname}
cp -rf ./* %{buildroot}%{_datadir}/icons/%{oname}

# An ugly hack to work with Inkscape
# TODO: Neccessary find a real problem!
pushd %{buildroot}%{_datadir}/icons/%{oname}/16x16/places
for i in `ls`
do
    echo "Converting $i to plain SVG:"
    inkscape -l $i $i
done
# devices icons should be converted too
cd %{buildroot}%{_datadir}/icons/%{oname}/16x16/devices
for i in `ls`
do
    echo "Converting $i to plain SVG:"
    inkscape -l $i $i
done
popd

# Create folder-cyan, folder-default and folder-favorites icons
for N in 16 22 24 32 48 64 128;
do
pushd %{buildroot}%{_iconsdir}/rosa/${N}x${N}/places/
    ln -s folder.svg folder-cyan.svg
    ln -s folder.svg folder-default.svg
    ln -s folder.svg folder-favorites.svg
popd
done

%fdupes -s %{buildroot}%{_datadir}/icons/%{oname}


%changelog

* Thu Mar 09 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.17-1
- (95dcf03) New version 1.1.17
- (95dcf03) Revert folder-red to use blue icon

* Thu Mar 09 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.16-2
- (6f732aa) Add folder-favorites stub icon

* Tue Feb 28 2017 Michl Voznesensky <m.voznesensky@rosalinux.ru> 1.1.16-1
- (4355e01) Update to version 1.1.16. Add colors folder and create symlink folder-cyan, folder-dafault for folder icon

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.15-3
- (b188da5) MassBuild#1230: Increase release tag

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.15-2
- (f0841a8) MassBuild#1169: Increase release tag

* Sun Jul 24 2016 valerol <valerol@ya.ru> 1.1.15-1
- (32d223a) New version 1.1.15 (add folder-temp icon)

* Sun Jul 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.14-1
- (92f5abc) New version 1.1.14 (use our old nepomuk icon as baloo and preferences-desktop-baloo icon)

* Sun Jul 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.13-1
- (1c54e77) New version 1.1.13 (add preferences-desktop-plasma, baloo and preferences-desktop-baloo icons)

* Wed Jul 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.12-1
- (0f54fb5) Bump version in spec to 1.1.12

* Wed Jul 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.11-1
- (5740e29) New version 1.1.12 (add start-here-kde icons)
- (Andrey Bondrov: 6de7940) New version 1.1.11 (add application-menu action icons)

* Sun Jul 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.10-1
- (e25470d) New version 1.1.10 (add folder-txt icon)

* Sat Jul 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.9-1
- (1492c68) New version 1.1.9 (add folder-text icon, inherit oxygen icons)
- (1492c68) Drop oxygen patch (merged into source tarball)

* Fri Jul 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.8-2
- (a3cf68a) Inherit oxygen icons

* Wed Apr 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.8-1
- (7c63d32) New version 1.1.8 (add libreoffice-startcenter icons)

* Fri Dec 04 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.7-4
- (c8483ed) Bump release again

* Fri Dec 04 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.7-3
- (169689c) Bump release

* Thu Dec 03 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.7-2
- (acb863d) Add missing popd

* Thu Dec 03 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.7-1
- (bc48c43) New version 1.1.7 (add new icons: symbolic actions for list-* items)

* Fri Jul 03 2015 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1.1.6-3
- (b457e26) Change icons source

* Fri Jul 03 2015 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1.1.6-2
- (f0f1a2e) Bump release

* Thu Jul 02 2015 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1.1.6-1
- (e7a38e9) Updated to version 1.1.6

* Fri Jun 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.5-2
- (c2c57bb) Add folder-red icon (symlink from folder icon) to avoid fallback to Oxygen icon in KDE

* Wed Apr 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.5-1
- (212fd7b) 1.1.5 - fix index.theme errors (bug 5143)

* Thu Feb 26 2015 Stas Fomin <stas-fomin@yandex.ru> 1.1.4-4
- (ce3c622) Updated rosa-icons.spec

* Thu Feb 26 2015 Stas Fomin <stas-fomin@yandex.ru> 1.1.4-3
- (df0bc4e) Updated rosa-icons.spec

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1.1.4-2
- (63cae22) MassBuild#656: Increase release tag

* Tue Feb 17 2015 Stas Fomin <stas-fomin@yandex.ru> 1.1.4-1
- (bea9940) Gnome icons fixes. Bug 2251. Rewrite spec to get icons sources directly from ABF

* Fri Oct 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.3-8
- (b079390) Inherit gnome theme

* Wed Aug 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.3-7
- (d6fe13d) Don't inherit Gnome themes, especially HighContrast



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24039 |14mu|rosa-imagewriter-2.6.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool for writing ROSA installer to USB drive
Name:		rosa-imagewriter
Version:	2.6.2.0
Release:	1
License:	GPLv3+
Group:		File tools
Url:		https://abf.io/soft/%{name}
Source0:	%{url}/archive/%{name}-version-%{version}.tar.gz
BuildRequires:	qmake5
BuildRequires:	qt5-linguist-tools
BuildRequires:	qt5-devel
BuildRequires:	pkgconfig(udev)
Requires:	qt5-output-driver-default
Suggests:	%mklibname udev 1

%description
ROSA Image Writer is a tool for creating bootable ROSA installation USB flash
drives.

%files
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_docdir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/kde4/services/ServiceMenus/*.desktop
%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-version-%{version}
%apply_patches

%build
%qmake_qt5
make
%{_qt5_bindir}/lrelease RosaImageWriter.pro

%install
mkdir -p                                                   \
	%{buildroot}%{_bindir}                             \
	%{buildroot}%{_libdir}/%{name}/lang                \
	%{buildroot}%{_docdir}/%{name}                     \
	%{buildroot}%{_iconsdir}/hicolor/scalable/apps     \
	%{buildroot}%{_datadir}/applications               \
	%{buildroot}%{_datadir}/kde4/services/ServiceMenus
install -m 0755 RosaImageWriter %{buildroot}%{_libdir}/%{name}/%{name}
install -m 0644 lang/*.qm %{buildroot}%{_libdir}/%{name}/lang/
install -m 0644 doc/* %{buildroot}%{_docdir}/%{name}/
install -m 0644 res/icon-rosa.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
ln -sf %{_libdir}/%{name}/%{name} %{buildroot}%{_bindir}/%{name}

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Version=1.0
Name=ROSA Image Writer
Name[ru]=ROSA Image Writer
Comment=Tool for writing ROSA installer to USB drive
Comment[ru]=Инструментарий записи загрузочных образов ROSA на USB-флэш
Exec=%{_libdir}/%{name}/%{name} %%U
Icon=%{name}
Terminal=false
Type=Application
Categories=System;
MimeType=application/x-iso;application/x-cd-image
EOF

cat > %{buildroot}%{_datadir}/kde4/services/ServiceMenus/riw_write_iso_image.desktop <<EOF
[Desktop Entry]
Type=Service
Actions=WriteIsoImageToUsb;
ServiceTypes=KonqPopupMenu/Plugin
MimeType=application/x-iso;application/x-cd-image;inode/ISO-image

[Desktop Action WriteIsoImageToUsb]
Exec=%{_libdir}/%{name}/%{name} %%U
Name=Write to USB using ROSA ImageWriter
Name[ru]=Записать на USB, используя ROSA ImageWriter
Icon=%{name}
EOF

desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/%{name}.desktop

%changelog

* Mon Jul 18 2016 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 2.6.2.0-1
- (710fc4d) Keep selected USB device when refreshing the list



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24040 |14mu|rosa-launcher-2.1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA Desktop Application Launcher
Name:		rosa-launcher
Version:	2.1.6
Release:	1
Epoch:		1
License:	GPLv3+
Group:		Graphical desktop/KDE
Url:		http://www.rosalab.ru/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		rosa-launcher-2.0.0-mdvbutton.patch
BuildRequires:	baloo-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(soprano)
Requires:	kdebase4-workspace

%description
ROSA Desktop Application Launcher.

%files -f ROSA_Launcher.lang
%{_kde_libdir}/kde4/plasma_applet_rosastarter.so
%{_kde_libdir}/libtimeframe.so
%{_kde_datadir}/kde4/services/plasma-applet-rosastarter.desktop
%{_kde_bindir}/rosa-launcher
%{_kde_datadir}/rosa-launcher/*
%{_datadir}/timeframe

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%cmake_kde4

%install
%makeinstall_std -C build

%find_lang ROSA_Launcher

%changelog

* Thu May 21 2015 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1:2.1.6-1
- (12d36a0) Updated to version 2.1.6 (Added support of previous recent applications format)

* Tue Apr 28 2015 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1:2.1.5-1
- (4ca61a0) Updated to version 2.1.5 (Reworked processing of recent applications)

* Mon Apr 27 2015 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1:2.1.4-1
- (5de1bf6) Updated to version 2.1.4 (Changed backgroud to the user defined)

* Thu Apr 23 2015 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1:2.1.3-1
- (a6905f9) Removed unnecessary timeframe-fix-typo patch
- (Ural Mullabaev: 9e3438b) Updated to version 2.1.3 (Added opacity effect to the background)

* Thu Apr 23 2015 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1:2.1.2-4
- (25f8a49) Reverted adding background for RED

* Wed Apr 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.1.2-6
- (8629b59) Replace png with jpg for RED background

* Tue Mar 31 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.1.2-5
- (6d47814) Adjust background for RED per http://bugs.rosalinux.ru/show_bug.cgi?id=5243#c10

* Thu Mar 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.1.2-4
- (e07c4e9) Use jpg, not png
- (Denis Silakov: de5fb8d) Use different background when built for RED
- (Alexander Lakhin: 2302ccd) MassBuild#656: Increase release tag

* Fri Dec 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.1.2-3
- (8b13465) Bump release

* Fri Oct 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.1.2-2.2
- (d12abeb) Bump release again

* Fri Oct 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.1.2-2.1
- (78733ba) Bump release for KDE4 Backports

* Fri Oct 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.1.2-2
- (72a6dae) Add patch to fix typo in QML code

* Thu Oct 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.1.2-1.1
- (6a265bb) Prepare for KDE 4.14

* Wed Oct 01 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1:2.1.2-1
- (8ed7668) Updated to version 2.1.2 (Reworked icon positioning)

* Mon Sep 22 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1:2.1.1-0.1
- (2fcc105) Updated to version 2.1.1 (Changed identification of stacked applications in the config by desktop files

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.1.0-0.2
- (b30e396) MassBuild#440: Increase release tag

* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.1.0-0.1
- (aad0ddb) New version 2.1.0 (port from Nepomuk to Baloo and merge places-i18n patch)

* Mon Apr 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-55.5
- (4db3409) Adjust places-i18n once again (translate only system bookmarks)

* Sun Apr 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-55.4
- (553b607) Try better places-i18n patch

* Fri Apr 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-55.3
- (1cb4254) Use UTF8 in places-i18n patch

* Fri Apr 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-55.1
- (c5c099d) Drop merged it po patch
- (Andrey Bondrov: d33e793) Try to fix Places localization

* Thu Dec 26 2013 Julia Pikareva <julia.pikareva@rosalab.ru> 1:2.0.0-55
- (8cbf82e) Add icon in Alt+Tab menu.

* Sat Oct 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-54.3
- (0d7c5c7) LOG Rebuild with KDE 4.11

* Wed Aug 21 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-54.2
- (0e509c5) Add patches for previous commit
- (Andrey Bondrov: e946216) LOG Fix BuildRequires, add patches from Cooker (don't hardcode icon path, add Italian translation)
- (Andrey Bondrov: aa2e0ae) LOG Rebuild for KDE 4.11, drop qjson Requires because it's already required

* Sun Apr 21 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.0-54.1
- (a189160) LOG Rebuild for KDE 4.10, adjust spec cosmetics, use find_lang for locales

* Thu Feb 21 2013 Sergey Borovkov <sergey.borovkov@osinit.ru> 1:2.0.0-54
- (c5df513) 2.0.0-54



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24041 |14mu|rosa-media-player-1.6.11-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without midi

Summary:	Multimedia player based on mplayer technology
Name:		rosa-media-player
Version:	1.6.11
Release:	8
License:	GPLv2+
Group:		Video
Url:		http://www.rosalinux.com
Source0:	%{name}-%{version}.tar.gz
Patch0:		rosa-media-player-1.6.11-open-dvd.patch
Patch1:		rosa-media-player-1.6.11-initial-preference.patch
Patch2:		rosa-media-player-1.6.11-russian-comment.patch
BuildRequires:	qt4-linguist
BuildRequires:	qt4-devel
%if %{with midi}
BuildRequires:	wildmidi-devel
%endif
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(QJson)
Requires:	mencoder
Requires:	mplayer >= 1.0-1.rc1
Requires:	ffmpeg
Requires:	xdg-utils
%if %{with midi}
Requires:	timidity-patch-gravis
%endif
Requires:	wget

%description
Multimedia player that supports most of audio and video formats.

%files
%doc *.txt docs/*
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/shortcuts
%dir %{_datadir}/%{name}/translations
%attr(755,root,root) %{_bindir}/%{name}
%{_datadir}/%{name}/*.conf
%{_datadir}/applications/*.desktop
%{_datadir}/%{name}/shortcuts/*
%{_datadir}/apps/solid/actions/*.desktop
%{_datadir}/solid/actions/*.desktop
%{_iconsdir}/hicolor/*/apps/rosamp.png
%lang(ar_SY) %{_datadir}/%{name}/translations/rosamp_ar_SY.qm
%lang(en) %{_datadir}/%{name}/translations/rosamp_en.qm
%lang(cs) %{_datadir}/%{name}/translations/rosamp_cs.qm
%lang(de) %{_datadir}/%{name}/translations/rosamp_de.qm
%lang(es) %{_datadir}/%{name}/translations/rosamp_es.qm
%lang(et) %{_datadir}/%{name}/translations/rosamp_et.qm
%lang(fi) %{_datadir}/%{name}/translations/rosamp_fi.qm
%lang(fr) %{_datadir}/%{name}/translations/rosamp_fr.qm
%lang(gl) %{_datadir}/%{name}/translations/rosamp_gl.qm
%lang(hu) %{_datadir}/%{name}/translations/rosamp_hu.qm
%lang(it) %{_datadir}/%{name}/translations/rosamp_it.qm
%lang(ja) %{_datadir}/%{name}/translations/rosamp_ja.qm
%lang(ku) %{_datadir}/%{name}/translations/rosamp_ku.qm
%lang(lt) %{_datadir}/%{name}/translations/rosamp_lt.qm
%lang(mk) %{_datadir}/%{name}/translations/rosamp_mk.qm
%lang(nl) %{_datadir}/%{name}/translations/rosamp_nl.qm
%lang(pl) %{_datadir}/%{name}/translations/rosamp_pl.qm
%lang(pt_BR) %{_datadir}/%{name}/translations/rosamp_pt_BR.qm
%lang(pt_pt) %{_datadir}/%{name}/translations/rosamp_pt.qm
%lang(ro_RO) %{_datadir}/%{name}/translations/rosamp_ro_RO.qm
%lang(ru_RU) %{_datadir}/%{name}/translations/rosamp_ru_RU.qm
%lang(sl) %{_datadir}/%{name}/translations/rosamp_sl.qm
%lang(tr) %{_datadir}/%{name}/translations/rosamp_tr.qm
%lang(uk_UA) %{_datadir}/%{name}/translations/rosamp_uk_UA.qm
%lang(vi) %{_datadir}/%{name}/translations/rosamp_vi_VN.qm
%lang(zh_CN) %{_datadir}/%{name}/translations/rosamp_zh_CN.qm
%lang(zh_TW) %{_datadir}/%{name}/translations/rosamp_zh_TW.qm

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%apply_patches

%build
%setup_compile_flags
./get_romp_version.sh %{version} %{release}
%if %{with midi}
%make PREFIX=%{_prefix} QMAKE=%{qt4bin}/qmake LRELEASE=%{qt4bin}/lrelease
%else
%make PREFIX=%{_prefix} QMAKE=%{qt4bin}/qmake LRELEASE=%{qt4bin}/lrelease no-midi-support
%endif

%install
%makeinstall_std PREFIX=%{_prefix}

# remove wrongly put docs
rm -rf %{buildroot}%{_datadir}/doc

# Plasma 5 support
mkdir -p %{buildroot}%{_datadir}/solid/actions
cp %{buildroot}%{_datadir}/apps/solid/actions/*.desktop %{buildroot}%{_datadir}/solid/actions/


%changelog

* Thu Jul 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.11-8
- (0e7005d) Add support for Plasma 5

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.11-7
- (d8232be) Build requires pkgconfig(alsa)

* Wed Jan 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.11-6
- (22219e4) Decrease InitialPreference value by 1 to keep it lower than Clementine's one

* Tue Jun 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.11-5
- (018251f) Adjust Russian comment in desktop file

* Tue May 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.11-4
- (83ca4ec) Add initial-preference patch to give ROMP high priority for supported file formats

* Wed Mar 04 2015 Tigro <ashejn@yandex-team.ru> 1.6.11-3
- (eb57151) fix open some DVD in GNOME

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1.6.11-2
- (0a0bb6a) MassBuild#656: Increase release tag

* Fri Jan 23 2015 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1.6.11-1
- (a52ee06) Fix command line argument convertation

* Fri Nov 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.10-2
- (3db1e46) Spec cleanup

* Mon Sep 29 2014 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1.6.10-1
- (75c670a) Add samba support to the desktop file

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.6.9-2
- (34c327c) MassBuild#440: Increase release tag

* Tue Aug 13 2013 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1.6.9-1
- (07ed24d) Changed version format

* Mon Aug 12 2013 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1.6-9
- (5ce3c2b) New version 1.6-9
- (5ce3c2b) Fixed parsing of new mplayer version
- (5ce3c2b) Added video and audio extensions
- (5ce3c2b) Changed reset to default values

* Fri Apr 12 2013 Julia Mineeva <julia.mineeva@osinit.ru> 1.6-8
- (cc08d87) New version 1.6-8
- (cc08d87) Updated romanian and ukrainian translations.
- (cc08d87) Fixed bug with playlist (wrong process asx-file in the m3u-playlist).
- (cc08d87) Add optional building with midi support.

* Wed Apr 03 2013 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 1.6-6
- (be6cee0) fixed translations

* Tue Apr 02 2013 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 1.6-5
- (b064464) fixed bug in desktop recording

* Tue Apr 02 2013 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 1.6-4
- (e69c7b1) fixed string in desktop file
- (Evgeniy Auzhin: 95a2b26) fixed protocol string

* Tue Apr 02 2013 Evgeniy Auzhin <evgeniy.augin@osinit.ru> 1.6-2
- (aaa86aa) desktop files fixed
- (Julia Mineeva: db2c387) New version 1.6-2

* Tue Feb 19 2013 Julia Mineeva <julia.mineeva@osinit.ru> 1.5.1-7
- (6c17066) Updated rosa-media-player-1.5.1.tar.gz
- (Julia Mineeva: ceeae96) New version 1.5.1-7 (deleted panel strip in fullscreen; fixed bug when screen recording)
- (Sergey Borovkov: ef39504) Add proper buildrequires
- (Sergey Borovkov: 6415b3e) v1.5.1-7
- (Sergey Borovkov: ec22704) v1.5.1-7

* Wed Dec 12 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.5.1-6
- (c3bbde5) New version 1.5.1-6
- (c3bbde5) Increased bottom margin of main window

* Tue Dec 11 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.5.1-5
- (1ab11a9) New version 1.5.1-5
- (1ab11a9) Fixed segmentaion fault when open media file

* Tue Dec 11 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.5.1-4
- (b70fa80) New version 1.5.1-4
- (b70fa80) Updated translations.
- (b70fa80) Deleted statusbar.

* Fri Nov 23 2012 Julia Mineeva <julia.mineeva@osinit.ru> 1.5.1-1
- (0fc9670) Updated tarball
- (Julia Mineeva: cbb7539) ChangeLog 1.5.1: fixed some bugs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24042 |14mu|rosa-media-player-plugin-1.6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define librosampcore %mklibname rosampcore %{major}

Summary:	ROSA Media Player Plugin
Name:		rosa-media-player-plugin
Version:	1.6
Release:	5
License:	GPLv3+
Group:		Video
Url:		https://abf.rosalinux.ru/import/rosa-media-player-plugin
Source0:	%{name}-%{version}.tar.gz
Patch0:		rosa-media-player-plugin-1.6-undefined.patch
BuildRequires:	qt4-linguist
BuildRequires:	qt4-devel
Requires:	mplayer

%description
ROSA Media Player Plugin is designed to use with internet browsers like Firefox
and Chrome/Chromium.

%files
%{_libdir}/mozilla/plugins/librosa-media-player-plugin-*
%{_datadir}/rosa-media-player-plugin/translations/rosamp_plugin*

#----------------------------------------------------------------------------

%package -n %{librosampcore}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 1.6-5

%description -n %{librosampcore}
Shared library for %{name}.

%files -n %{librosampcore}
%{_libdir}/librosampcore.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q -c
%patch0 -p1

%build
mkdir build
cd build
%qmake_qt4 ../rosa-media-player-plugin.pro
%make
lrelease ../rosa-media-player-plugin.pro

%install
mkdir -p %{buildroot}%{_libdir}/mozilla/plugins/
mkdir -p %{buildroot}%{_libdir}/mozilla/plugins/translations/
mkdir -p %{buildroot}%{_libdir}/
mkdir -p %{buildroot}%{_datadir}/rosa-media-player-plugin/translations/

echo $PWD
cd build
cp -f rosamp-plugin/build/librosa-media-player-plugin-smp.so %{buildroot}%{_libdir}/mozilla/plugins/
cp -f rosamp-plugin/build/librosa-media-player-plugin-dvx.so %{buildroot}%{_libdir}/mozilla/plugins/
cp -f rosamp-plugin/build/librosa-media-player-plugin-qt.so %{buildroot}%{_libdir}/mozilla/plugins/
cp -f rosamp-plugin/build/librosa-media-player-plugin-rm.so %{buildroot}%{_libdir}/mozilla/plugins/
cp -f rosamp-plugin/build/librosa-media-player-plugin-wmp.so %{buildroot}%{_libdir}/mozilla/plugins/
cp -f romp/rosa-media-player/build/librosampcore.so.1.0.0 %{buildroot}%{_libdir}/

cp -f ../translations/*.qm %{buildroot}%{_datadir}/rosa-media-player-plugin/translations/
cd romp/rosa-media-player/build/
ln -s librosampcore.so.1.0.0 %{buildroot}%{_libdir}/librosampcore.so.1.0
ln -s librosampcore.so.1.0.0 %{buildroot}%{_libdir}/librosampcore.so.1


%changelog
* Thu Jan 22 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6-5
+ Revision: 5aeb824
- Fix undefined symbol and move library out of main package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24043 |14mu|rosa-online-3.1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA Online Update Tool
Name:		rosa-online
Version:	3.1.3
Release:	5
License:	GPLv2+
Group:		System/Configuration/Other
Url:		http://www.rosalinux.com
Source0:	https://abf.io/soft/%{name}/archive/%{name}-%{version}.tar.gz
# See https://www.iconfinder.com/icons/28464/recycle_refresh_reload_sync_icon
Source1:	busy.png
# See https://www.iconfinder.com/icons/3839/alert_arrow_download_exclamation_orange_update_icon
Source2:	error.png
Patch0:		rosa-online-3.1.3-ru.patch
BuildRequires:	gettext
BuildRequires:	perl-MDK-Common-devel
Requires:	gurpmi
Requires:	libdrakx-net >= 0.29
# For adding restricted media:
Requires:	perl-Crypt-SSLeay
# for LWP::UserAgent:
Requires:	perl-libwww-perl
Requires:	rpmdrake >= 5.11.1
Requires:	urpmi
BuildArch:	noarch
%rename mdkonline

%description
The ROSA Online tool allows users to be kept informed about security
updates, hardware support/enhancements and other high value services.

The package include:
* Update daemon which allows you to install security updates automatically,
* A KDE/Gnome/IceWM compliant applet for security updates notification
  and installation.

%files -f %{name}.lang
%doc COPYING
%{_sbindir}/mdkapplet-config
%{_sbindir}/mdkapplet-*-helper
%{_sbindir}/mdkupdate
%{_bindir}/*
%dir %{_prefix}/lib/libDrakX/drakfirsttime
%{_prefix}/lib/libDrakX/drakfirsttime/*.pm
%{_sysconfdir}/xdg/autostart/rosa-*.desktop
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/mime/packages/*
%{_datadir}/mimelnk/application/
%{_datadir}/mdkonline/pixmaps/*.png
%ghost %config(noreplace) %{_sysconfdir}/cron.daily/mdkupdate
%config(noreplace) %{_sysconfdir}/sysconfig/mdkapplet
%{_sysconfdir}/pam.d/*
%{_sysconfdir}/security/console.apps/*

%post
if [ -r /etc/cron.daily/mdkupdate ]; then
  perl -p -i -e 's!/usr/bin/mdkupdate!/usr/sbin/mdkupdate!' /etc/cron.daily/mdkupdate
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

cp %{SOURCE1} pixmaps/busy.png
cp %{SOURCE2} pixmaps/error.png

%build
perl -pi -e 's!my \$ver = 1;!my \$ver = '"'%{version}-%{release}'"';!' mdkapplet

%install
make PREFIX=%{buildroot} MANDRIVA_VERSION=%{distepoch} install

#symbolic link to drakonline and older path
mkdir -p %{buildroot}%{_prefix}/X11R6/bin/

mkdir -p %{buildroot}%{_sysconfdir}/cron.daily/
touch %{buildroot}%{_sysconfdir}/cron.daily/mdkupdate

#install lang
%find_lang mdkonline %{name}.lang

mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart
cat > %{buildroot}%{_sysconfdir}/xdg/autostart/rosa-online.desktop <<EOF
[Desktop Entry]
Name=ROSA Online Applet
Name[ru]=Апплет ROSA Online
Comment=Applet for ROSA Online
Comment[ru]=Апплет для ROSA Online
Exec=%{_bindir}/mdkapplet
Icon=mdkonline
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-System-Configuration-Networking;Settings;Network;
X-KDE-autostart-after=kdesktop
EOF

#add consolehelper path to mdkapplet-config and mdkapplet-upgrade-helper

# console user, ask for root password
for pak in mdkapplet-config mdkapplet-upgrade-helper; do
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak <<EOF
USER=root
PROGRAM=/usr/sbin/$pak
FALLBACK=false
SESSION=true
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d
		cat > %{buildroot}%{_sysconfdir}/pam.d/$pak  <<EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF
done

# console user, no ask for root password
for pak in mdkapplet-config; do
        mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
        cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak <<EOF
USER=root
PROGRAM=/usr/sbin/$pak
FALLBACK=false
SESSION=true
EOF
        mkdir -p %{buildroot}%{_sysconfdir}/pam.d
		cat > %{buildroot}%{_sysconfdir}/pam.d/$pak  <<EOF
#%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF
done

#fix edit-urpm-sources.pl call - use drakrpm-edit-media instead for properly pam rule work
sed -e 's/edit-urpm-sources.pl/drakrpm-edit-media/' -i %{buildroot}%{_bindir}/mdkapplet


%changelog

* Wed Jul 01 2015 Andrey Ponomarenko <aponomarenko@rosalab.ru> 3.1.3-5
- (d3b224f) A bit larger icon.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24044 |14mu|rosapanel-1.6.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	RocketBar - ROSA panel for KDE4
Name:		rosapanel
Version:	1.6.1
Release:	6
Epoch:		1
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://rosalab.ru/
Source0:	%{name}-%{version}.tar.gz
Patch0:		rosapanel-1.5.1-icon-applet-renaming.patch
Patch1:		rosapanel-1.5.1-secret-chamber.patch
Patch2:		rosapanel-rscstart.patch
Patch3:		rosapanel-1.6.1-certified-applet-list.patch
Patch4:		rosapanel-1.6.1-fresh-applet-list.patch
BuildRequires:	automoc4
BuildRequires:	cmake
BuildRequires:	kdebase4-workspace-devel
BuildRequires:	kdebase4-devel
Requires:	kdebase4-workspace
Requires:	plasma-applet-stackfolder
Requires:	plasma-desktoptheme-rosa
Requires:	plasma-scriptengine-python
Requires:	python-kde4
Requires:	rosa-launcher
%if %{with selinux}
Requires:	rosa-secret-chamber
%endif

%description
RocketBar is a panel for KDE4.

%files -f build/install_manifest.txt

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%if %{with selinux}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%else
%patch4 -p1
%endif

%build
%cmake_kde4

%install
%makeinstall_std -C build


%changelog

* Wed Jul 01 2015 Ural Mullabaev <ural.mullabaev@rosalab.ru> 1:1.6.1-6
- (273b492) Changed applet list patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24045 |14mu|rosa-restore-tools-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA restore tools
Name:		rosa-restore-tools
Version:	1.0
Release:	2
License:	GPLv2+
Group:		File tools
Url:		http://www.rosalab.ru/
Source0:	rpm-restore
Source1:	kde4-reset

%description
Scripts for restore after ROSA Linux fail.

%files
%{_sbindir}/rpm-restore
%{_bindir}/kde4-reset

#----------------------------------------------------------------------------

%prep

%build
# Nothing to build yet

%install
# install script files
mkdir -p %{buildroot}%{_sbindir}/
install -m755 %{SOURCE0} %{buildroot}%{_sbindir}/
mkdir -p %{buildroot}%{_bindir}/
install -m755 %{SOURCE1} %{buildroot}%{_bindir}/


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24046 |14mu|rosa-test-suite-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distro rosa

%define modules memfreetest pcietest nlkm

%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

# TODO: Update sources for this version to automatically be equal to %version
%define dkms_version 1.1

Summary:	Rosa test suite
Name:		rosa-test-suite
Version:	1.2.1
Release:	1
License:	GPL
Group:		System/Base
Source0:	https://abf.io/soft/%{name}-dev/archive/%{name}-dev-%{version}.tar.gz
Source1:	%{name}.rpmlintrc
BuildRequires:	autoconf
BuildRequires:	gcc
BuildRequires:	directfb-devel

BuildRequires:	pkgconfig(libspi-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libvncclient)
BuildRequires:	at-spi2-core-devel
BuildRequires:	dbus-devel
BuildRequires:	glib2-devel
BuildRequires:	kernel-headers
BuildRequires:	pkgconfig(libselinux)
BuildRequires:	pkgconfig(x11)
BuildRequires:	gettext
BuildRequires:	net-snmp-devel

Requires:	dkms
Requires:	kernel-devel
Requires:	gcc
Requires:	amtu
Requires:	pamtester
Requires:	python-audit
Requires:	python-selinux
Requires:	pygtk2.0
Requires:	python-kde4

Requires:	libreoffice-gnome
Requires:	at-spi2-core

# In cert systems, these ones be included in ISO
Requires:	cdrdao
Requires:	xsane
Requires:	korganizer
Requires:	%mklibname wine 1
Requires:	stunnel
Requires:	tftp
Requires:	tftp-server
Requires:	openldap-servers
Requires:	imagemagick
Requires:	net-snmp
Requires:	vsftpd
Requires:	bind
Requires:	aide
Requires:	java-1.7.0-openjdk
Requires:	dhcp-server
Requires:	gettext
Requires:	ipsec-tools
Requires:	audit
Requires:	ntp
Requires:	task-printing-scanning
Requires:	pkgconfig(dbus-python)
Requires:	socat
Requires:	lm_sensors
Requires:	nfs-utils
Requires:	python-ldap
Requires:	libreoffice-draw
Requires:	libreoffice-impress
%if %{with selinux}
Requires:	consolekit
Requires:	autologin-apmdz
Requires:	selinux-policy-mls
Requires(pre):	selinux-policy-devel
Requires(post):	selinux-policy-devel
%endif
Requires:	drakconf-kde4
Requires:	openldap-clients
Requires:	traceroute
Requires:	tigervnc-server
Requires:	pcsc-lite
Requires:	rdesktop

%description
Rosa test suite package is the set of Rosa OS tests.

%prep
%setup -qn %{name}-dev-%{version}
msgfmt -o test_data/l10n/ru/LC_MESSAGES/test_l10n.mo test_data/l10n/ru/LC_MESSAGES/test_l10n.po


%build
if [ -f configure.in ]; then
  autoconf
fi
%configure
%{__make} DISTRO=%{distro}

%install
%{__make} install DISTRO=%{distro} DESTDIR=%{buildroot}
mkdir -p %{buildroot}%{_sbindir}
ln -f -s %{_datadir}/%{name}/%{name}.py %{buildroot}%{_sbindir}/rosa-test-suite

chmod +s %{buildroot}%{_libexecdir}/%{name}/npttest

%if %{with selinux}
%pre
# A hack to allow for upgrade from 1.0.14-
pre_rts_version=`rpm -q --qf "%{VERSION}" rosa-test-suite`
if [ "$pre_rts_version" == "1.0" ]; then
# Replace policy of 1.0.14- with an empty one to prevent conflicts
semodule -s mls -r rosatest
echo 'policy_module(rosatest,1.0)' > %{_datadir}/rosa-test-suite/policy/rosaselftest.te
echo '' > %{_datadir}/rosa-test-suite/policy/rosaselftest.if
echo '' > %{_datadir}/rosa-test-suite/policy/rosaselftest.fc
make NAME=mls DISTRO=%{distro} -C %{_datadir}/rosa-test-suite/policy/ -f %{_datadir}/selinux/devel/Makefile
semodule -s mls -i %{_datadir}/rosa-test-suite/policy/rosaselftest.pp
make NAME=mls DISTRO=%{distro} -C %{_datadir}/rosa-test-suite/policy/ -f %{_datadir}/selinux/devel/Makefile clean
restorecon -F -R %{_datadir}/rosa-test-suite/ %{_libexecdir}/rosa-test-suite/
fi
%endif

%post
#remove preinstalled version if any (until we take %release into account)
dkms remove -m %{name} -v %{dkms_version} --all
dkms add -m %{name} -v %{dkms_version} --rpm_safe_upgrade
dkms build -m %{name} -v %{dkms_version} --rpm_safe_upgrade
dkms install -m %{name} -v %{dkms_version} --rpm_safe_upgrade --force
%if %{with selinux}
make NAME=mls DISTRO=%{distro} -C %{_datadir}/%{name}/policy/ -f %{_datadir}/selinux/devel/Makefile
semodule -s mls -i %{_datadir}/%{name}/policy/rosa-test.pp
make NAME=mls DISTRO=%{distro} -C %{_datadir}/%{name}/policy/ -f %{_datadir}/selinux/devel/Makefile clean
restorecon -F -R %{_datadir}/%{name}/ %{_libexecdir}/%{name}/
%endif

%preun
%if %{with selinux}
if [ $1 == 0 ]; then
semodule -s mls -r rosa-test
restorecon -F -R %{_datadir}/%{name}/ %{_libexecdir}/%{name}/ /var/log/rosa-test-suite*
fi
%endif
dkms remove -m %{name} -v %{dkms_version} --rpm_safe_upgrade --all
true


%files
%{_libexecdir}/%{name}
%{_sbindir}/rosa-test-suite
%{_datadir}/%{name}
%{_usrsrc}/%{name}-%{dkms_version}

%changelog

* Sun Jan 17 2016 Denis Silakov <dsilakov@gmail.com> 1.2.1-1
- (db4bb0a) Fix dkms version
- (Denis Silakov: cfbf573) Fix wine tests

* Sun Jan 17 2016 Denis Silakov <dsilakov@gmail.com> 1.2-1
- (f9b05df) Drop sshd-xinetd test

* Thu Jul 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-67
- (7537b7d) 1.1-67 - Disable NPTL test for fresh, fails too often in 64bit autotests

* Sat Jun 27 2015 law <a.lahin@ntcit-rosa.ru> 1.1-66
- (79fd386) Fix DACMAC test

* Fri Jun 26 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1.1-65
- (d1ad3b1) do not use PerPageLabels in testPrintAttributes to avoid printing unwanted bannerpage labels

* Thu Jun 25 2015 law <a.lahin@ntcit-rosa.ru> 1.1-64
- (9259383) Fix selinux policy: add rules for nfs, services, and DX32

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-63
- (286ab73) Adjust test set for Fresh

* Tue Jun 09 2015 law <a.lahin@ntcit-rosa.ru> 1.1-62
- (453fd8f) Fix policy for testPrintAttributesF

* Tue Jun 09 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1.1-61
- (50df678) add test for custom printed security labels

* Thu Jun 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-60
- (1f3194a) Refactored ipsec test

* Thu Jun 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-59
- (6534240) 1.1-59 - rules for creating files in ipsec

* Wed Jun 03 2015 law <a.lahin@ntcit-rosa.ru> 1.1-58
- (b017c82) IPsec test fixed

* Wed Jun 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-57
- (290d2df) Fixes for  --prepar-services

* Wed Jun 03 2015 law <a.lahin@ntcit-rosa.ru> 1.1-56
- (f9400ee) Fix test #52 (2)

* Tue Jun 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-55
- (5d4926d) Fix test #52

* Mon Jun 01 2015 law <a.lahin@ntcit-rosa.ru> 1.1-54
- (5c38fce) Update version (multimedia test impoved (2))

* Mon Jun 01 2015 law <a.lahin@ntcit-rosa.ru> 1.1-53
- (bb43392) Update version (multimedia test impoved)

* Fri May 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-52
- (8808939) Added LO requires (for Fresh)
- (Denis Silakov: 63eb80e) Added python-ldap requirement (for Fresh)
- (Denis Silakov: 016ca1e) Added nfs-utils requirement (for Fresh)
- (Denis Silakov: 9ab1e99) Added tests for cups filters

* Thu May 28 2015 law <a.lahin@ntcit-rosa.ru> 1.1-51
- (6b81266) New package version

* Thu May 28 2015 law <a.lahin@ntcit-rosa.ru> 1.1-50
- (da412bd) Fix dkms make (2)

* Thu May 28 2015 law <a.lahin@ntcit-rosa.ru> 1.1-49
- (6c34703) Fix dkms make

* Thu May 28 2015 law <a.lahin@ntcit-rosa.ru> 1.1-48
- (caa847a) Add BR for selinux-devel

* Wed May 27 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1.1-47
- (3d1d0d1) fix release

* Wed May 27 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 
- (12c9164) Bump release

* Wed May 27 2015 law <a.lahin@ntcit-rosa.ru> 1.1-46
- (985447c) Don't restore context on rosa-test-suite.log
- (Denis Silakov: fc82365) For safety, rebuild dkms during test preparation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24047 |14mu|Rosa-theme-2.0.0-112
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distro Rosa
%define name %{distro}-theme
%define theme Rosa
%define version 2.0.0
%define scriptdir %{_datadir}/bootsplash/scripts
%define mdk_bg %{_datadir}/mdk/backgrounds

%define release 112

%define theme_header() \
Summary:	%{distro}%{?1:-%1} theme for plymouth and desktop background \
Group:		Graphics \
%description %{?1} \
This package contains the %{distro}%{?1:-%1} plymouth theme \
with its images and configuration for different resolution as well as \
the the desktop background image. \

%define theme_package(o:) \
%package %{1} \
Requires:	plymouth-system-theme \
Requires:	plymouth-plugin-script >= 0.8.2 \
Requires(post):	bootsplash >= 3.3.0 \
Provides:	mandrake_theme mandrake-theme mandrakelinux-theme mandriva-theme = %{version}-%{release} \
Provides:	%{distro}-theme=%{EVRD}  \
Provides:	plymouth(system-theme) \
Provides:	rosa-theme \
Provides:	Mandriva-theme-Rosa \
Suggests:	%{distro}-theme-common \
Suggests:	%{distro}-theme-screensaver \
%theme_header(%{1}) \
\
%package %{1}-screensaver \
Summary:	%{distro} %{1} screensaver \
Group:		Graphics \
Provides:	%{distro}-theme-screensaver \
%rename mandriva-theme-Rosa-screensaver \
%rename mandriva-theme-screensaver \
%rename mandriva-screensaver \
\
%description %{1}-screensaver \
This package contains the screensaver associated with the \
%{distro} %{1} theme. \

%define theme_scripts() \
%post -n %{name}-%{1} \
if [ -f /splash.jpg ]; then \
rm -f /splash.jpg \
fi \
if [ -f /welcome.jpg ]; then \
rm -f /welcome.jpg \
fi \
if [ -z "$DURING_INSTALL" ]; then \
  if [ -x %{_sbindir}/plymouth-set-default-theme ]; then \
    %{_sbindir}/plymouth-set-default-theme %{distro}-%{1} -R \
  fi \
else \
  if [ -f /etc/sysconfig/bootsplash ]; then \
    perl -pi -e 's/^\s*SPLASH=.*/SPLASH=auto/; s/^\s*THEME=.*/THEME=%{distro}-%{1}/' /etc/sysconfig/bootsplash \
  fi \
  %{_sbindir}/plymouth-set-default-theme %{distro}-%{1} \
fi \
if [ -f %{mdk_bg}/%{distro}-root.png -a ! -f %{mdk_bg}/root/default.png -o -L %{mdk_bg}/root/default.png ]; then \
  rm -f %{mdk_bg}/root/default.png \
  ln -s %{distro}-%{1}-root-1600x1200.png %{mdk_bg}/root/default.png \
fi \
if [ -f %{mdk_bg}/default.jpg ]; then \
  rm -f %{mdk_bg}/default.jpg \
  ln -s %{mdk_bg}/rosa-background-%{1}.jpg %{mdk_bg}/default.jpg \
else \
  ln -s %{mdk_bg}/rosa-background-%{1}.jpg %{mdk_bg}/default.jpg \
fi \
if [ -f %{mdk_bg}/rosa-background.jpg ]; then \
  rm -f %{mdk_bg}/rosa-background.jpg \
  ln -s %{mdk_bg}/rosa-background-%{1}.jpg %{mdk_bg}/rosa-background.jpg \
else \
  ln -s %{mdk_bg}/rosa-background-%{1}.jpg %{mdk_bg}/rosa-background.jpg \
fi \
\
%triggerpostun -n %{name}-%{1} -- %{distro}-theme-%{1} < 2.0.0 \
for f in kdeglobals konsolerc; do \
  if [ "`readlink /usr/share/config/$f 2>/dev/null`" == "$f-%{distro}-%{1}" ]; then \
    rm -f /usr/share/config/$f \
  fi \
done \
\
%preun -n %{name}-%{1} \
if [ "$1" == "0" ]; then \
  if [ -x %{scriptdir}/remove-theme ]; then \
    %{scriptdir}/remove-theme %{distro}-%{1} \
  fi \
  link=`readlink %{mdk_bg}/default.png` \
  slink=${link%%-*} \
  if [ "$slink" == "%{distro}-%{1}" ]; then rm -f %{mdk_bg}/default.png;fi \
  link=`readlink %{mdk_bg}/default.jpg` \
  slink=${link%%-*} \
  if [ "$slink" == "%{distro}-%{1}" ]; then rm -f %{mdk_bg}/default.jpg;fi \
  link=`readlink %{mdk_bg}/%{distro}.png` \
  slink=${link%%-*} \
  if [ "$slink" == "%{distro}-%{1}" ]; then rm -f %{mdk_bg}/%{distro}.png;fi \
  link=`readlink %{mdk_bg}/%{distro}.jpg` \
  slink=${link%%-*} \
  if [ "$slink" == "%{distro}-%{1}" ]; then rm -f %{mdk_bg}/%{distro}.jpg;fi \
  link=`readlink %{mdk_bg}/root/%{distro}.png` \
  slink=${link%%-*} \
  if [ "$slink" == "%{distro}-%{1}-root" ]; then rm -f %{mdk_bg}/root/default.png;fi \
fi \

%define theme_files() \
%files %{1} \
%{_datadir}/gfxboot/themes/%{distro}-%{1} \
%{_datadir}/plymouth/themes/%{distro}-%{1} \
%{mdk_bg}/%{distro}-%{1}* \
%{mdk_bg}/rosa-background-%{1}.jpg \
\
%files %{1}-screensaver \

Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.xz
License:	GPL
Prefix:		%{_prefix}
BuildArch:	noarch
BuildRequires:	gimp fonts-ttf-dejavu
%theme_header

%theme_package EE -o %{distro}-theme-EE

%package common
Summary:	%{distro} common theme for plymouth
Group:		Graphics
Requires:	rosa-theme
%rename mandriva-theme-common

%description common
This package contains common images for the %{distro} plymouth themes.

%prep
%setup -q

%build
%make

%install
%make install prefix=%{buildroot}

# Default wallpaper should be available without browsing file system
mkdir -p %{buildroot}%{_datadir}/wallpapers
pushd %{buildroot}%{_datadir}/wallpapers
  ln -s ../mdk/backgrounds/default.jpg default.jpg
popd

%theme_scripts EE

%files common
%{_datadir}/wallpapers/default.jpg
%dir %{_datadir}/mdk/screensaver
%{_datadir}/mdk/screensaver/*-*.jpg

%theme_files EE


%changelog

* Wed Jul 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-112
- (2aeff88) Only suggest common subpackage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24048 |14mu|routed-0.17-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: The routing daemon which maintains routing tables
Name: routed
Version: 0.17
Release: 17
License: BSD
Group: System/Servers
URL: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit
Source: ftp://sunsite.unc.edu/pub/Linux/system/network/daemons/netkit-routed-%{version}.tar.bz2
Source1: routed.service
Patch: routed-nonrootbuild.patch
Patch1: routed-BM-fix.patch
Conflicts: gated

%description
The routed routing daemon handles incoming RIP traffic and broadcasts
outgoing RIP traffic about network traffic routes, in order to maintain
current routing tables.  These routing tables are essential for a
networked computer, so that it knows where packets need to be sent.

The routed package should be installed on any networked machine.

%prep
%setup -q -n netkit-%{name}-%{version}
%patch -p1
%patch1 -p1

%build
%serverbuild

./configure --prefix=%{_prefix}
CC=gcc CFLAGS="%{optflags}" make

%install
mkdir -p %{buildroot}{%{_unitdir},%{_mandir}/man8,%{_sbindir}}
make INSTALLROOT=%{buildroot} install
install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service

perl -pi -e "s|/etc/rc.d/init.d|%{_unitdir}|" %{buildroot}%{_unitdir}/%{name}.service
sed "s:sysconfig:%{_sysconfdir}/sysconfig:" -i %{buildroot}%{_unitdir}/%{name}.service

mkdir -p %{buildroot}%{_sysconfdir}
cat > %{buildroot}%{_sysconfdir}/routed << EOF
#This is systemd options file for routed
#Config syntax:
#OPTIONS="-q -g"
EOF

%clean

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

%files
%{_sbindir}/*
%{_mandir}/man8/*
%attr(0644,root,root) %{_unitdir}/%{name}.service
%attr(0644,root,root) %{_sysconfdir}/routed



%changelog
* Thu Oct 09 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.17-17
+ Revision: f0954ef
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24049 |14mu|rpcbind-0.2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Universal Addresses to RPC Program Number Mapper
Name:		rpcbind
Version:	0.2.3
Release:	3
License:	BSD
Group:		System/Servers
Url:		http://rpcbind.sourceforge.net/
Source0:	http://downloads.sourceforge.net/rpcbind/%{name}-%{version}.tar.bz2
Source1:	rpcbind.service
Source2:	rpcbind.sysconfig
Source4:	rpcbind.socket
Patch0:		rpcbind-0.2.1-CVE-2015-7236.patch
BuildRequires:	quota-devel
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(libsystemd-daemon)
Requires(pre,post,preun):	rpm-helper
Requires(preun):	systemd
Requires(postun):	systemd coreutils

%description
The rpcbind utility is a server that converts RPC program numbers into
universal addresses.  It must be running on the host to be able to make RPC
calls on a server on that machine.

%files
%doc AUTHORS COPYING ChangeLog README
%config(noreplace) %{_sysconfdir}/sysconfig/rpcbind
/sbin/rpcbind
/sbin/rpcinfo
%{_mandir}/man8/*
%dir %attr(0700,rpc,rpc) %{_localstatedir}/lib/%{name}
%{_unitdir}/rpcbind.service
%{_unitdir}/rpcbind.socket

%pre
%_pre_useradd rpc %{_localstatedir}/lib/%{name} /sbin/nologin

%post
%_post_service %{name}
# restart running services depending on portmapper
for service in amd autofs bootparamd clusternfs mcserv \
		nfs-common nfs-server \
		ypserv ypbind yppasswdd ypxfrd; do
	if [ -f /var/lock/subsys/$service ]; then
		/sbin/service $service restart > /dev/null 2>/dev/null || :
	fi
done

%preun
%_preun_service %{name}

%prep
%setup -q
cp %{SOURCE1} .
cp %{SOURCE2} .
cp %{SOURCE4} .
%patch0 -p1 -b .CVE-2015-7236

#fix build with new automake
sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' configure.*
autoreconf -fi

%build
%serverbuild
%configure2_5x \
	CFLAGS="%{optflags} -fpie" LDFLAGS="-pie" \
	--enable-warmstarts \
	--with-statedir="%{_localstatedir}/lib/%{name}" \
	--with-rpcuser="rpc" \
	--enable-debug

%make all

%install
mkdir -p %{buildroot}%{_unitdir}
install -d %{buildroot}%{_localstatedir}/lib/%{name}
install -m755 rpcbind -D %{buildroot}/sbin/rpcbind
install -m755 rpcinfo -D %{buildroot}/sbin/rpcinfo
install -m644 %{SOURCE1} %{buildroot}%{_unitdir}
install -m644 %{SOURCE4} %{buildroot}%{_unitdir}
install -m644 rpcbind.sysconfig -D %{buildroot}%{_sysconfdir}/sysconfig/rpcbind
install -m644 man/rpcbind.8 -D %{buildroot}%{_mandir}/man8/rpcbind.8
install -m644 man/rpcinfo.8 -D %{buildroot}%{_mandir}/man8/rpcbind-rpcinfo.8

%changelog

* Mon Sep 28 2015 Denis Silakov <dsilakov@gmail.com> 0.2.3-3
- (8fbba6f) Added libsystemd-daemon BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24050 |14mu|rply-1.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major	1
%define libname	%mklibname %{name} %{major}
%define develname	%mklibname -d %{name}

Name:		rply
Version:	1.1.4
Release:	1
Summary:	A library to read and write PLY files
Group:		Development/Other
License:	MIT
URL:		http://www.tecgraf.puc-rio.br/~diego/professional/rply/
Source0:	http://www.tecgraf.puc-rio.br/~diego/professional/rply/%{name}-%{version}.tar.gz
Source1:	rply_CMakeLists.txt
Source2:	RPLYConfig.cmake.in
Source3:	rply_cmake_export_cmakelists.txt
BuildRequires:	cmake >= 2.6.0

%description
RPly is a library that lets applications read and write PLY files.
The PLY file format is widely used to store geometric information, such as 3D
models, but is general enough to be useful for other purposes.

RPly is easy to use, well documented, small, free, open-source, ANSI C, 
efficient, and well tested. The highlights are:

* A callback mechanism that makes PLY file input straightforward;
* Support for the full range of numeric formats;
* Binary (big and little endian) and text modes are fully supported;
* Input and output are buffered for efficiency;
* Available under the MIT license for added freedom. 

%package -n %{libname}
Summary:	A library to read and write PLY files
Group:		System/Libraries

%description -n %{libname}
RPly is a library that lets applications read and write PLY files.
The PLY file format is widely used to store geometric information, such as 3D
models, but is general enough to be useful for other purposes.

%package -n %{develname}
Summary:	Development files and headers for %{name}
Group:		Development/Other
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
Rply Library Header Files and Link Libraries.

%prep
%setup -q

iconv -f ISO8859-1 -t UTF-8 LICENSE > LICENSE.utf8
mv -f LICENSE.utf8 LICENSE

# Add CMakeLists.txt file
cp %{SOURCE1} CMakeLists.txt

# Add CMake detection modules
mkdir -p CMake/export
mkdir -p CMake/Modules

cp %{SOURCE2} CMake/Modules/
cp %{SOURCE3} CMake/export/CMakeLists.txt

%build
%cmake \
	-DCMAKE_BUILD_TYPE:STRING="Release"\
	-DCMAKE_VERBOSE_MAKEFILE=ON

%make

%install
%makeinstall_std -C build

%files
%doc LICENSE
%doc manual/*
%{_bindir}/*

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}/*
%{_libdir}/lib%{name}.so
%{_datadir}/%{name}/

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.1.4-1
- (a77c840) Updated to 1.1.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24051 |14mu|rpm-5.4.10-69
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}
%{?build_squirrel}%{?!build_squirrel:%bcond_without squirrel}

%bcond_with	bootstrap
%bcond_with	debug

%bcond_without	ossp_uuid
%bcond_without	augeas

#XXX: this macro is a bit awkward, better can be done!
%if %{with bootstrap}
%bcond_with	perl
%bcond_with	python
%bcond_with	tcl
%bcond_with	embed
%bcond_with	docs
%bcond_with	sqlite
%define __noautoreq 'perl\\(XML::LibXML\\)'
%else
%bcond_without	perl
%bcond_without	python
%bcond_without	tcl
%bcond_without	embed
%bcond_without	docs
# use what's in berkeley db
%bcond_with	sqlite
%endif

%bcond_with	notyet
%if %{with notyet}
%bcond_without	xar
%bcond_without	ruby
%bcond_without	js
%else
%bcond_with	xar
%bcond_with	ruby
%bcond_with	js
%endif

%if %{with debug}
%global	debugcflags	%{debugcflags} -g3 -O0
%endif

# can probably be restored now..
%if %{with bootstrap}
#include %%{_sourcedir}/bootstrap.spec
%endif

%define	bdb		db52

%define	libver		5.4
%define	minorver	10
%define	srcver		%{libver}.%{minorver}
#define	prereldate	20110712

%define	librpmname	%mklibname rpm %{libver}
%define	librpmnamedevel	%mklibname rpm -d
%define	librpmstatic	%mklibname rpm -d -s

Summary:	The RPM package management system
Name:		rpm
Epoch:		1
Version:	%{libver}.%{minorver}
Release:	%{?prereldate:0.%{prereldate}.}69
License:	LGPLv2.1+
Group:		System/Configuration/Packaging
Url:		http://rpm5.org/
# snapshot from rpm-5_4 branch: 'cvs -d :pserver:anonymous@rpm5.org:/cvs co -r rpm-5_4 rpm'
# tarball generated with './devtool tarball.xz'
Source0:	ftp://ftp.jbj.org/pub/rpm-%{libver}.x/%{name}-%{srcver}.tar.gz
#Source1:	bootstrap.spec
# These are a bit dated with a lot of redundant macros and many of them no
# of use at all anymore! Should ideally just contain the macros different
# from the default; _arch, optflags, _lib & _multilib*.
# stripping away the rest (along with os specificity) and create a resulting
# cpu-macros.tar.gz to push upstream would seem like a sane improvement.
Source2:	rpm.rpmlintrc
Source3:	cpu-os-macros.tar.gz
Source4:	legacy_compat.macros
Source5:	RPMBDB-0.1.tar.xz
# add squirrel3 support
Patch0:		rpm-5.4.10-squirrel3.patch
# add makeinstall_qt macro to handle install from qmake-generated makefiles
Patch1:		rpm-5.4.10-makeinstall_qt.patch
# TODO: make conditional & disabled through macro by default (enable for legacy compatibility)
# status: to be removed later
Patch2:		rpm-5.4.9-non-pre-scripts-dont-fail.patch
# status: to be removed later
Patch3:		rpm-5.4.9-no-doc-conflicts.patch
# fixes a typo in russian translation (#62333)
# status: needs to be pushed back to the Russian i18n project
Patch11:	rpm-5.4.9-fix-russian-typo.patch
# temporary workaround for issues with file triggers firing multiple times and
# a huge memleak...
# DIE
Patch15:	rpm-5.3.8-fire-file-triggers-only-once.patch
# status: ready to merge, it's already been merged on HEAD, so commiting it to rpm-5_4
# would basically just mean backporting it..
Patch29:	rpm-5.4.4-add-_specfile-macro.patch
# status: ready for merge
Patch31:	rpm-5.4.9-fix-rpm_qa-pattern.patch
# uhm.. broken?
# status: this one was fixed for real in 5.3.12, but I forgot commiting it
# on rpm-5_4 branch back then, and I've been unable to remember and not
# bothered figuring out what was wrong..
Patch32:	rpm-5.4.4-really-always-invoke-clean-at-end.patch
# status: i18n strings is getting dropped, so this one might be of less relevance,
# but feel free to discuss it on rpm-devel
Patch33:	rpm-5.4.9-fix-mdvbz62979.patch
# This patch adds support for untangling dependency loops with prioritized removal
# of dependencies from loops. It's very crude for now and certainly needs some obvious
# improvement, but it'll fix the most common scenario giving issues where ie.
# Requires(post) has been used and shouldn't introduce any regressions..
# REF: http://rpm5.org/community/rpm-devel/4633.html
# status: needs to be finished and probably rewrite the implementation,
# so keep locally for now, but feel free to discuss it on rpm-devel if you run out
# of things to do.. :p
Patch34:	rpm-5.4.4-use-dependency-type-for-ordering.patch
# status: needs to be cleaned up and properly reviewed together with rest
# of the patches related to dependency generation
Patch37:	rpm-5.4.9-avoid-dependencies-on-self.patch
# status: probably ready to merge
Patch40:	rpm-5.4.4-pkgconfigdeps-check-path.patch
# status: probably okay to merge, but discuss on rpm-devel first
Patch42:	rpm-5.4.4-glob-wildcards-for-loading-macro-files.patch
# status: needs to be discussed
Patch46:	rpm-5.4.4-allow-installation-of-repackaged-rpms.patch
# status: same as for other dependency generation related patches
Patch47:	rpm-5.4.4-fix-removal-of-overlapping-dependencies.patch
# status: ready to merge
Patch48:	rpm-5.4.8-dont-show-suggests-with-requires.patch
# backport from HEAD
# status: almost ready for merge, the strip reloc flag to debugedit needs to be made
# conditional first in order to not break backwards compatibility with older elfutils versions
Patch55:	rpm-5.4.9-find-debuginfo-strip-reloc-debug-sections.patch
# status: ready for merge
Patch61:	rpm-5.4.4-fix-same-package-with-epoch-possible-to-upgrade.patch
# status: ready for merge
Patch63:	rpm-5.4.9-strip-buildroot-away-from-duplicate-files-list.patch
# status: probably okay to merge, but discuss on rpm-devel first
Patch64:	rpm-5.4.10-duplicate_files_terminate_build.patch
# status: same as above
Patch65:	rpm-5.4.10-unpackaged_subdirs_terminate_build.patch
# mdvbz#64898
# status: uncertain, might be okay to merge, discuss on rpm-devel first
Patch66:	rpm-5.4.4-rpmbuild-withoutclean.patch
# status: ready for merge
Patch67:	rpm-5.4.4-find-debuginfo-avoid-excessive-output-from-eu-strip.patch
# no sense in having an additional dependency on 'pkgconfig' on all packages that
# have a pkgconfig file, it's not needed for them to be made useful and anything
# actuallly using pkgconfig for this purpose will pull it in as a dependency anyways...
# status: might be okay to merge, but discuss on rpm-devel first
Patch69:	rpm-5.4.4-drop-useless-auto-generated-pkgconfig-dependency.patch
# drop dependencies such as /bin/sh which will always be satisfied by glibc's dependency on
# bash, and also on /sbin/ldconfig which always will be satisfied by glibc
# status: should *NOT* be merged
Patch70:	rpm-5.4.4-drop-base-dependencies.patch
# status: ready for merge
Patch71:	rpm-5.4.4-fix-rpmconstant-to-always-use-LC_CTYPE-C-for-case-conversion.patch
# $RPM_BUILD_DIR isn't necessarily the same as $PWD, it's %%{_builddir}, not
# %%{_builddir}/%%{?buildsubdir}, messing up paths in debug packages created..
# status: needs to be discussed and investigated a bit better..
Patch74:	rpm-5.4.4-pass-_builddir-properly-to-find-debuginfo.patch
# status: probably okay to merge, but discuss on rpm-devel first
Patch76:	rpm-5.4.10-files-listed-twice-terminates-build.patch
# status: don't merge
Patch77:	rpm-5.4.7-use-bdb-5.2.patch
# status: probably okay to merge
Patch78:	rpm-5.4.9-ruby1.9-fixes.patch
# mdvbz#65269
# status: same as for other dependency generation patches
Patch79:	rpm-5.4.4-dont-consider-ranged-dependencies-as-overlapping-for-removal.patch
# status: same as for other dependency generation patches
Patch85:	rpm-5.4.5-fix-removal-of-overlapping-dependencies-for-internal-dependency-generator.patch
# this updates to using the dependency generator shipped with mono, it has some
# issues which makes me cautious about actually merging it with rpm5 upstream,
# but we'll anyways use it as is for now to prevent any potential regressions
# by switching to the internal dependency generator
# status: shouldn't be merged as is
Patch86:	rpm-5.4.5-update-mono-dependency-generator.patch
# status: probably okay to merge
Patch87:	rpm-5.4.5-dont-generate-php-dependencies-only-when-executable.patch
# status: these three were lost on rpm-5_3 branch, so should be okay to merge
Patch88:	rpm-5.4.5-patchset_16004.patch
Patch89:	rpm-5.4.5-patchset_16005.patch
Patch90:	rpm-5.4.5-patchset_16022.patch
# status: same as for other dep gen patches
Patch91:	rpm-5.4.9-update-rpmfc-when-removing-dependencies-on-self.patch
# status: idem
Patch92:	rpm-5.4.9-rpmfc-extract-dependencies-for-all-files.patch
# status: ready for merge
Patch93:	rpm-5.4.5-rubygems-add-missing-newline.patch
# status: same as for other dep gen patches
Patch95:	rpm-5.4.5-drop-some-interpreter-deps.patch
# status: probably okay to merge..
Patch96:	rpm-5.4.5-fix-elf-interpreter-resolving-breaking-uclibc-deps.patch
# status: probably okay to merge
Patch97:	rpm-5.4.5-set-proper-file-color-for-scripts-using-env-in-shellbang.patch
Patch98:	rpm-5.4.5-update-rpmfc-when-removing-overlapping-dependencies.patch
# status: probably okay to merge
Patch99:	rpm-5.4.5-python-export-spec-macros.patch
# status: same as for other dep gen patches
Patch100:	rpm-5.4.5-do-not-merge-script-dependencies-with-non-script-dependencies.patch
# status: idem
Patch101:	rpm-5.4.9-font-provides.patch
# status: idem
Patch102:	rpm-5.4.7-kmod-dependencies.patch
# status: idem
Patch103:	rpm-5.4.5-desktop-provides.patch
# status: probably okay to merge, discuss on rpm-devel first
Patch104:	rpm-5.4.5-skip-dependencies-for-character-devices.patch
# status: ready to merge
Patch105:	rpm-5.4.5-rpmfc-use-strlen-not-sizeof.patch
# status: same as for other dep gen patches
Patch106:	rpm-5.4.5-break-out-of-elf-link-loop.patch
# status: probably okay to merge
Patch107:	rpm-5.4.5-rpmfc-apply-python-coloring-from-magic.patch
# status: same as for other dep gen patches
Patch109:	rpm-5.4.5-fix-generation-of-uclibc-deps-on-non-lib64.patch
# status: idem
Patch110:	rpm-5.4.7-only-generate-devel-deps-for-symlinks-start-with-lib.patch
# status: keep locally
Patch111:	rpm-5.4.9-keep-loading-script-macros.patch
# status: ready for merge
Patch112:	rpm-5.4.7-use-gnu-hash-style-by-default-and-drop-rtld-dep.patch
# status: keep locally only
Patch113:	rpm-5.4.9-add-distepoch-rpmlib-feature.patch
# status: probably okay to merge, but discuss on rpm-devel first
Patch114:	rpm-5.4.9-dont-add-versioneddependency-rpmlib-feature-dependency.patch
# status: ready to merge
Patch115:	rpm-5.4.7-rpmfc-fix-invalid-free-if-not-_defaultdocdir-set.patch
# status: probably okay to merge
Patch116:	rpm-5.4.10-dont-try-generate-rpmfc-dependencies-from-doc-files.patch
# status: ready to merge
Patch117:	rpm-5.4.7-only-generate-ruby-and-python-deps-for-executables-and-modules.patch
# status: ready
Patch119:	rpm-5.4.7-fix-generation-of-ruby-abi-provides.patch
# status: same as for other dep gen patches
Patch120:	rpm-5.4.7-print-name-of-files-removed-dependencies-are-generated-from.patch
# status: idem
Patch121:	rpm-5.4.7-always-choose-equal-only-deps-when-overlapping.patch
# status: idem
Patch122:	rpm-5.4.7-rpmfc-strdup-EVR-in-overlap-removal.patch
# status: idem
Patch123:	rpm-5.4.7-rpmds-dont-try-fopen-empty-filenames.patch
# status: ready
Patch124:	rpm-5.4.7-change-to-debuginfo-suffix.patch
# crash reproducable with 'rpm -qa --triggers'
# status: ready
Patch125:	rpm-5.4.7-hdrfmt-fix-unitialized-argv-element.patch
# status: probably okay to merge, discuss on rpm-devel first
Patch126:	rpm-5.4.9-add-filetriggers-regex-matching-support.patch
# status: idem
Patch127:	rpm-5.4.9-add-matches-as-arguments-to-triggers.patch
# status: same as for other dep gen patches
Patch128:	rpm-5.4.7-dont-consider-trigger-dependencies-as-overlapping.patch
# status: ready
Patch129:	rpm-5.4.7-fix-minor-memleaks.patch
# status: ready
Patch130:	rpm-5.4.9-mire-fix-strings-lacking-null-terminator.patch
# status: keep locally for now
Patch131:	rpm-5.4.10-dlopen-embedded-interpreters.patch
# status: ready
Patch132:	rpm-5.4.9-rpmpython-fix-input.patch
# status: same as for other dep gen patches
Patch133:	rpm-5.4.7-generate-devel-provides-outside-of-libdirs.patch
# status: ready
Patch134:	rpm-5.4.7-actually-perform-linking-against-internal-lua.patch
# status: ready
Patch135:	rpm-5.4.7-no-seqid_init-on-rdonly-database.patch
# status: same as for other dep gen patches
Patch136:	rpm-5.4.9-add-support-for-using-rpmdsMerge-with-filepath-tags.patch
# status: probably ready for merging
Patch137:	rpm-5.4.9-avoid-double-slash-in-path-for-dirname-filetrigger-matching.patch
# This patch adds %%triggerpretransin, %%triggerpretransun,
# %%triggerposttransin, %%triggerposttransun # triggers, which behaves in
# similar fashion as the legacy mandriva triggers, ie. it will fire only once
# for all matches per transaction.
# Caveat: Due to lack of available bits for dependency flags, the same bits as
# for regular triggers are reused with only one additional bit used to identify
# as pre/posttrans triggers, meaning that older rpm versions will identify
# these triggers as regular triggers. One possible solution could be something
# like setting an environment variable that the packager writing the trigger
# can check for in the trigger script..
# status: pretty much done, but implementation might not be satisfactory to
# everyone, requiring some greater discussion to take place before even
# considering merging it upstream.
# status: ready for use, but keep locally for now...
Patch138:	rpm-5.4.10-trigtrans.patch
# status: probably ready to merge, discuss on rpm-devel first
Patch139:	rpm-5.4.9-fix-verify-segfault.patch
# status: keep locally
Patch140:	rpm-5.4.7-rpmv3-support.patch
# status: ready
Patch143:	rpm-5.4.7-mono-find-requires-strip-newlines.patch
# status: ready
Patch144:	rpm-5.4.8-URPM-build-fix.patch
# status: undefined
Patch145:	rpm-5.4.8-add-armv7l-specific-macros.patch
# status: keep locally, might drop this one later..
Patch146:	rpm-5.4.9-support-signatures-and-digest-disablers.patch
# status: undefined
Patch147:	rpm-5.4.9-add-x32-macros.patch
# status: ready and should be merged
Patch149:	rpm-5.4.9-fix-typo-in-rpmtag-header.patch
# status: can be merged, but doesn't really matter as it's to be removed and
# we now anyways disable the support in question..
Patch150:	rpm-5.4.9-dont-remap-i18n-strings-if-enabled.patch
# status: just keep around and toss away when ripped out upstream...
Patch151:	rpm-5.4.9-disable-support-for-i18nstring-type.patch
# lack insight on actual functionality, which anyways seems broken, so let's
# disable it to avoid errors from berkeley db..
# status: keep locally
Patch152:	rpm-5.4.9-disable-l10ndir.patch
# drop this dead macro
# status: ready
Patch154:	rpm-5.4.9-drop-dead-cputoolize-macro.patch
# idem
Patch155:	rpm-5.4.9-ditch-install-info-macros.patch
# the php dependency generator carried with rpm5 is based on a version from PLD
# that they've backed out later on, reverting to their older version.
# this patch replaces current upstream rpm5 version with mandriva one, which is
# based on the same as PLD currently uses.
# status: current version carried upstream seems useless and unmaintained, so
# replacing it with this one shouldn't hurt..
Patch156:	rpm-5.4.9-updated-pld-mandriva-php-dep-generator.patch
# this patch contains changes from rpm-setup & rpm.org
# status: not entirely convinced by the perl version conversion macro stuff
# in the script, which might not be upstream material, but rest of the patch
# should otherwise be sane 'nuff
Patch157:	rpm-5.4.10-merge-rpm.org-and-mandriva-perl-dep-gen-changes.patch
# Due to rpmdav/neon being written in a different fashion than other rpmio clients,
# the inconsistent behaviour affects code elsewhere which expects consistent behaviour,
# with the result being that when unable to download files, neon will save error
# page as the target file.
# status: should go upstream, but uncertain about "correct" fix, ie. this is
# more of a workaround, while rewriting rpmdav code to behave consistently
# would be "the right thing to do". Yet I'm not fully able to grasp all of the
# code and don't want to spend more time just to get the API..
Patch158:	rpm-5.4.10-fix-neon-saving-error-pages-as-target-file.patch
# As the transaction flags for ignoring arch & os are no longer used, there's
# currently no way to ignore arch & os of packages anymore. This patch adds
# support for doing this again by defining rpm variables and overriding
# --ignorearch & --ignoreos to set these.
# status: needs to be discussed upstream before thinking about merging
Patch159:	rpm-5.4.10-support-ignore-arch-and-os-again.patch
Patch160:	rpm-5.4.10-bump-up-to-default-xz-compression-level.patch
# fix so that we search through library dirs within buildroot for uclibc libraries
# status: same as for other dep gen patches
Patch161:	rpm-5.4.10-search-through-buildroot-library-dirs-for-uclibc-deps.patch
# status: same as for other dep gen patches
Patch162:	rpm-5.4.10-fix-uninitialized-variable.patch

# our own helper scripts needs to be run first so that library permissions gets
# fixed for find-debuginfo.sh to properly strip them
# status: ready as they only modify our own distribution specific macros..
Patch165:	rpm-5.4.10-post-install-helper-order.patch
# fixes issue with ldflags getting duplicated when configure is run more than once
# status: ready
Patch166:	rpm-5.4.10-fix-ldflags-passing.patch
# fixes extraction of perl version from Config.pm when it's of a different
# version than system version
# status: ready
Patch167:	rpm-5.4.10-fix-perl-abi-provides-version.patch
# in our perl package, the perl library now has a versioned soname, so there's no
# longer any need for special treatment of perl extension with explicitly
# versioned perl(abi) dependencies anymore
# status: relies on mandriva specific behaviour with local patches, so keep locally
Patch168:	rpm-5.4.10-no-more-explicit-perl-abi-version-reqs.patch
# this patch updates the upstream brp-compress scripts, which will be replacing
# our own locally maintained compress-files script from spec-helper
# status: ready
Patch169:	rpm-5.4.10-update-and-use-brp-compress.patch

Patch170:	rpm-5.4.10-dbconvert-5.2.patch

# Do not generate pythonegg provides for python3 until we find a better solution
Patch171:	rpm-5.4.10-python3-egg-reqs.patch
# status: ready
Patch1710:	rpm-5.4.10-set-lc_ctype-to-utf8-when-building-gem.patch
# resolve absolute path before setting $RPM_BUILD_DIR rather to fix same issue
# without regression
# status: ready
Patch172:	rpm-5.4.10-resolve-absolute-path-to-RPM_BUILD_DIR-for-debugedit.patch
# just fix a couple of minor memleaks at exit..
# status: ready
Patch173:	rpm-5.4.10-fix-a-couple-of-debugedit-memleaks.patch
# make "canonicalization(...)shrank by one character" error message more useful
# status: ready
Patch174:	rpm-5.4.10-debugedit-saner-error-msg.patch
# files added with %%doc gets copied to buildroot after %%install, preventing
# ie. fix_eol to be run on these files (where it's usually most relevant),
# so let's add support for specific scripts to be run after this and make sure
# to execute fix_eol then..
# status: kinda breaks use of (prolly' never used) $DONT_FIX_EOL variable,
# while not feeling exactly perfectly implemented either, but works more than
# satisfactory 'nuff for us, so should be discussed before merging upstream..
Patch175:	rpm-5.4.10-run-spec-helper-at-end-of-doc-stage.patch
# reverts change upstream that adds rpath to perl module
# status: as it reverts a previous upstream change, it prolly' shouldn't be
# merged, but probably worthwhile a discussion at least...
Patch176:	rpm-5.4.10-drop-rpath-from-perl-module.patch

# tool for automatically checking and fixing broken rpmdb
# status: probably' worth merging upstream
Patch179:	rpm-5.4.10-rpmdbchk.patch
# adds casts for C++ compatibility
# status: ready
Patch180:	rpm-5.4.10-rpmdb-typecasts.patch

# adds ability for printing parsed version of spec file with 'rpm -q --specfile --printspec'
# status: very simple, non-intrusive, while quite convenient, should be okay to merge
Patch181:	rpm-5.4.10-printspec.patch

# elf(buildid) provides are currently not actually used for any purpose, yet
# they're generated for each individual executable binary, so let's just
# disable this for now and look at this again whenever in the future it
# might have any possible relevance
# status: keep locally
Patch185:	rpm-5.4.10-disable-generation-of-buildid-provides.patch
# backport from upstream
Patch186:	rpm-5.4.10-dont-repackage-if-justdb-is-specified.patch
# backport from upstream
Patch187:	rpm-5.4.10-adjust-trigger-counts-for-delayed-commit.patch

Patch191:	rpm-5.4.10-enhance-rename-macro-to-accept-optional-second-version-arg.patch

Patch192:	rpm-5.4.10-do-assert-rather-than-just-exit-on-memalloc-filaure.patch
# fixes issue where querying a package with >= 3 '-' in the name with an extra '-' behind
# status: ready
Patch193:	rpm-5.4.10-fix-memalloc-realloc-to-0.patch
#From ce2ce4c19724879b9ea469e7760c7922660b9698 Mon Sep 17 00:00:00 2001
#From: Panu Matilainen <pmatilai@redhat.com>
#Date: Tue, 3 Jan 2012 13:10:26 +0200
#Subject: [PATCH] Implement scriptlet start and stop callbacks (RhBug:606239)
#
#- Adds two new transaction callbacks: RPMCALLBACK_SCRIPT_START and
#  RPMCALLBACK_SCRIPT_STOP which get issued for every scriptlet we run.
#- On script start, callback can optionally return an FD which will
#  override transaction-wide script fd to make it easier to accurately
#  collect per-scriptlet output (eg per-scriptlet temporary file).
#  Callback is also responsible for closing the fd if it returns one.
#- For both callbacks, "amount" holds the script tag number. On stop
#  callback, "total" holds the scriptlet exit status mapped into
#  OK/NOTFOUND/FAIL for success/non-fatal/fatal errors. Abusing "notfound"
#  for warning result is ugly but differentiating it from the other
#  cases allows callers to ignore SCRIPT_ERROR if they choose to
#  implement stop and start..
# status: ready
Patch194:	rpm-5.4.10-implement-start-and-stop-callbacks.patch
#From ff0ece3f6be58c8c28a766bdee5ed36daf1727b1 Mon Sep 17 00:00:00 2001
#From: Panu Matilainen <pmatilai@redhat.com>
#Date: Thu, 5 Jan 2012 14:34:46 +0200
#Subject: [PATCH] Add enum for RPMCALLBACK_INST_STOP callback event
#
#- Unused atm but we'll be adding this shortly
Patch195:	rpm-5.4.10-add-enum-for-RPMCALLBACK_INST_STOP-callback-event.patch
# this fixes tagSwab to properly handle RPM_UINT64_TYPE, fixing headerPut with
# status: ready
Patch196:	rpm-5.4.10-fix-64bit-tagSwab.patch

Patch198:	rpm-5.4.10-enable-nofsync-for-rpm-rebuilddb.patch
Patch199:	rpm-5.4.10-fix-font-dep-misidentification.patch

Patch216:	rpm-5.4.14-ruby-archdirs.patch
Patch217:	rpm-5.4.14-ruby-abi-versioned.patch
Patch218:	rpm-5.4.14-gem_helper-spec-arg.patch
Patch219:	rpm-5.4.14-rubygems2-support.patch
Patch220:	rpm-5.4.14-fix-dependency-generation-when-ruby_version-is-empty.patch
Patch221:	rpm-5.4.14-rubygems2.2-support.patch

# ROSA stuff
Patch501:	rpm-5.3.12.vendor.ROSA.patch
# Restore RPM_PACKAGE_NAME export as it's still used by aot-compile-rpm
Patch502:	rpm-5.4.9-package-name.patch
# for specspo
Patch503:	rpm-5.4.9-specspo.patch

Patch504:	rpm-5.4.10-postpone_subpackage_build_failures.patch

# Turn back old implementation of __urlgetfile handling,
# the new one doesn't work in ROSA atm
Patch505:	rpm-5.4.10-turn-back-urlgetfile.patch

# This is a durty hack since we use the same flag for NodeJS and Mono,
# but there is no other easy way to add more dependency generators for now
# (see jbj mails in mailing lists)
Patch506:	rpm-5.4.10-nodejs-dependency-generator.patch

# Use -fPIE and other hardening flags in builds by default
# Patch507:	rpm-5.4.10-cpu-os-macros-hardening.patch
Patch508:	rpm-5.4.10-hardening.patch

# -ffat-lto-objects by default
Patch509:	rpm-5.4.10-fat-lto-objects.patch

# -fno-delete-null-pointer-checks by default
Patch510:	rpm-5.4.10-no-delete-null-pointer-checks.patch

# get distepoch from /etc/os-release
Patch511:	rpm-5.4.10-distepoch-from-os-release.patch

# stop rpm crashing when accessing a broken binary rpm (with inode collisions)
Patch512:	rpm-5.4.10-hardlink-segfault-fix.patch

# don't use hashes for inodes to avoid hash collisions on large packages
Patch513:	rpm-5.4.10-payload-no-hashed-inode.patch

# KDE5 support in find_lang
Patch514:	rpm-5.4.10-find-lang-kde5.patch

# Fix addsign check to skip PUBKEYS addition (to ensure reproducibility)
Patch515:	rpm-5.4.10-fix-addsign-check.patch

# Add _appdatadir macro definition
Patch516:	rpm-5.4.10-appdatadir.patch

# Cherry-picked https://abf.io/soft/rpm5/commit/67a5f5e60f
# https://bugzilla.rosalinux.ru/show_bug.cgi?id=10204
# Needed in rosa2014.1 to install packages signed with
# new publisher which signs them with rpm4
Patch517:	rpm-5.4.10-Workaround-incorrect-length-count-of-MD5-digests-in-.patch

BuildRequires:	autoconf >= 2.57
BuildRequires:	bzip2-devel
BuildRequires:	automake >= 1.8
BuildRequires:	elfutils-devel
BuildRequires:	sed >= 4.0.3
BuildRequires:	beecrypt-devel >= 4.2.1-8
BuildRequires:	ed
BuildRequires:	gettext-devel
BuildRequires:	byacc
BuildRequires:	pkgconfig(neon)
#BuildRequires:	rpm-%{_target_vendor}-setup-build
BuildRequires:	rpm-mandriva-setup-build
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
BuildRequires:	pkgconfig(libssl)
BuildRequires:	pkgconfig(libcrypto)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libpcreposix)
BuildRequires:	acl-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(popt) >= 1.15
BuildRequires:	libxml2-devel >= 2.7.8-9
# we're now building with internal..
#BuildRequires:	pkgconfig(lua)
# needed by internal lua
BuildRequires:	expat-devel
%ifarch %{ix86} x86_64 ppc ppc64 ia64
BuildRequires:	pkgconfig(libcpuinfo) 
%endif
BuildRequires:	syck-devel
BuildRequires:	keyutils-devel
BuildRequires:	gomp-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	gnupg2
# required by parts of test suite...
BuildRequires:	wget
# Should we prefer internal xar in stead? internal xar contains at least
# lzma/xz patches, what's the state of these and upstream?
# does internal xar contain any other rpm specific patches as well, or..?
%if %{with xar}
BuildRequires:	xar-devel
%endif
BuildRequires:	%{bdb}-devel >= 5.2.36-3
# required by test suite
BuildRequires:	%{bdb}-utils
%if %{with perl}
BuildRequires:	perl-devel
%endif
%if %{with python}
BuildRequires:	python-devel
%endif
%if %{with js}
BuildRequires:	pkgconfig(mozjs185)
%endif
%if %{with ruby}
BuildRequires:	ruby-devel
%endif
%if %{with tcl}
BuildRequires:	tcl-devel
%endif
%if %{with squirrel}
BuildRequires:	squirrel-devel
%endif
%if %{with docs}
BuildRequires:	doxygen
BuildRequires:	graphviz
#BuildRequires:	texlive
%endif
%if %{with sqlite}
BuildRequires:	pkgconfig(sqlite3)
%endif
%if %{with ossp_uuid}
BuildRequires:	pkgconfig(ossp-uuid)
%endif
%if %{with augeas}
BuildRequires:	pkgconfig(augeas)
%endif
BuildRequires:	spec-helper >= 0.31.12
BuildRequires:	stdc++-static-devel >= 4.6.2-8
BuildRequires:	elfutils >= 0.153
BuildRequires:	libtool >= 2.4.2-3
Requires:	cpio
Requires:	gawk
Requires:	mktemp
Requires:	update-alternatives
Requires:	%{bdb}_recover
Suggests:	%{bdb}-utils
Requires:	%{librpmname} = %{EVRD}
Conflicts:	rpm-build < 1:5.3.10-0.20110422.3
Requires(pre):	coreutils
%rename		rpmconstant
%rename		multiarch-utils
%rename		rpm-manbo-setup
#rename		rpm-%{_target_vendor}-setup
%rename		rpm-mandriva-setup

%description
RPM is a powerful command line driven package management system capable of
installing, uninstalling, verifying, querying, and updating software packages.
Each software package consists of an archive of files along with information
about the package like its version, a description, etc.

# TODO: review which files goes into what packages...?
%files -f %{name}.lang
%doc CHANGES doc/manual/[a-z]*
%if %{with docs}
%exclude %{_docdir}/rpm/html
%endif
/bin/rpm
%{_bindir}/multiarch-dispatch
%{_bindir}/rpmconstant*
%{_bindir}/rpm2cpio*
%{_rpmhome}/bin/augtool
%{_rpmhome}/bin/chroot
%{_rpmhome}/bin/cp
%{_rpmhome}/bin/dbconvert
%{_rpmhome}/bin/find
#%%{_rpmhome}/bin/grep
#%%{_rpmhome}/bin/lua
%{_rpmhome}/bin/mtree
%{_rpmhome}/bin/mgo
#%%{_rpmhome}/bin/rc
%{_rpmhome}/bin/rpmdbchk
%{_rpmhome}/bin/rpmspecdump
%{_rpmhome}/bin/wget
%if %{with xar}
%{_rpmhome}/bin/txar
%endif
%{_rpmhome}/dbconvert.sh
%{_rpmhome}/rpm.*
%{_rpmhome}/rpm2cpio
%{_rpmhome}/rpmdb_loadcvt
%{_rpmhome}/tgpg
%dir %{_localstatedir}/lib/rpm
%dir %{_localstatedir}/lib/rpm/log
%dir %{_localstatedir}/lib/rpm/tmp
%{_rpmhome}/macros.d/*
%{_rpmhome}/cpuinfo.yaml
%{_rpmhome}/macros
%{_rpmhome}/rpmpopt
%{_rpmhome}/platform/*/macros
%config(noreplace) %{_localstatedir}/lib/rpm/DB_CONFIG
%dir %{_localstatedir}/spool/repackage
%dir %{_rpmhome}
%dir %{_rpmhome}/bin
%dir %{_rpmhome}/lib
%dir %{_rpmhome}/platform/
%dir %{_rpmhome}/platform/*/
%dir %{_rpmhome}/macros.d
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/macros
%dir %{_sysconfdir}/%{name}/macros.d
%dir %{_sysconfdir}/%{name}/premacros.d
%dir %{_sysconfdir}/%{name}/sysinfo
%{_sysconfdir}/%{name}/macros.d/*.macros
%{_sysconfdir}/%{name}/premacros.d/*.macros
%{_mandir}/man[18]/*.[18]*
%lang(pl)	%{_mandir}/pl/man[18]/*.[18]*
%lang(ru)	%{_mandir}/ru/man[18]/*.[18]*
%lang(ja)	%{_mandir}/ja/man[18]/*.[18]*
%lang(sk)	%{_mandir}/sk/man[18]/*.[18]*
%lang(fr)	%{_mandir}/fr/man[18]/*.[18]*
%lang(ko)	%{_mandir}/ko/man[18]/*.[18]*
%exclude	%{_mandir}/man8/rpmbuild.8*
%exclude	%{_mandir}/man8/rpmdeps.8*
%{_sysconfdir}/cron.daily/rpm
%config(noreplace,missingok) %{_sysconfdir}/logrotate.d/rpm
%dir %{multiarch_bindir}
%dir %{multiarch_includedir}
%if "%{_lib}" == "lib64"
%dir %(linux32 rpm -E %%{multiarch_bindir})
%dir %(linux32 rpm -E %%{multiarch_includedir})
%endif
%{_includedir}/multiarch-dispatch.h

#----------------------------------------------------------------------------

%package -n %{librpmname}
Summary:	Libraries used by rpm
Group:		System/Libraries
# Forcing upgrades of anything else linked against it as rpmdb is incompatible
# with older versions (#61658, comment #136)
Conflicts:	librpm < 5.3
Conflicts:	%{_lib}db5.1 < 5.1.25
Conflicts:	%{_lib}elfutils1 < 0.152
Conflicts:	%{_lib}beecrypt7 < 4.2.1

%description -n %{librpmname}
RPM is a powerful command line driven package management system capable of
installing, uninstalling, verifying, querying, and updating software packages.
This package contains common files to all applications based on rpm.

%files -n %{librpmname}
%{_libdir}/librpm-%{libver}.so
%{_libdir}/librpmconstant-%{libver}.so
%{_libdir}/librpmdb-%{libver}.so
%{_libdir}/librpmio-%{libver}.so
%{_libdir}/librpmmisc-%{libver}.so
%{_libdir}/librpmbuild-%{libver}.so
%if %{with js}
%{_rpmhome}/lib/librpmjsm.so.*
%{_rpmhome}/lib/rpmjsm.so
%endif

#----------------------------------------------------------------------------

%package -n %{librpmnamedevel}
Summary:	Development files for applications which will manipulate RPM packages
Group:		Development/C
Requires:	%{librpmname} = %{EVRD}
Provides:	rpm-devel = %{EVRD}
%rename		%{_lib}rpmconstant-devel
Obsoletes:	%{_lib}rpm4.4-devel

%description -n %{librpmnamedevel}
This package contains the RPM C library and header files. These
development files will simplify the process of writing programs
which manipulate RPM packages and databases and are intended to make
it easier to create graphical package managers or any other tools
that need an intimate knowledge of RPM packages in order to function.

This package should be installed if you want to develop programs that
will manipulate RPM packages and databases.

%files -n %{librpmnamedevel}
#%%doc apidocs/html
%{_includedir}/rpm
%{_libdir}/librpm.so
%{_libdir}/librpmconstant.so
%{_libdir}/librpmdb.so
%{_libdir}/librpmio.so
%{_libdir}/librpmmisc.so
%{_libdir}/librpmbuild.so
%{_libdir}/pkgconfig/rpm.pc
%if %{with js}
%{_rpmhome}/lib/librpmjsm.so
%endif

#----------------------------------------------------------------------------

%package -n %{librpmstatic}
Summary:	Static libraries for rpm development
Group:		Development/C
Requires:	%{librpmnamedevel} = %{EVRD}

%description -n %{librpmstatic}
Static libraries for rpm development.

%files -n %{librpmstatic}
%{_libdir}/librpm.a
%{_libdir}/librpmconstant.a
%{_libdir}/librpmdb.a
%{_libdir}/librpmio.a
%{_libdir}/librpmmisc.a
%{_libdir}/librpmbuild.a

#----------------------------------------------------------------------------

%package build
Summary:	Scripts and executable programs used to build packages
Group:		System/Configuration/Packaging
Requires:	autoconf
Requires:	automake
Requires:	file
Requires:	gcc-c++
Requires:	gzip-utils
Requires:	libtool-base >= 2.4.2-3
Requires:	patch >= 2.5.9-7
Requires:	make
Requires:	unzip
Requires:	which
Requires:	elfutils >= 0.152-4
Requires:	rpm = %{EVRD}
#Requires:	rpm-%{_target_vendor}-setup-build
Requires:	rpm-mandriva-setup-build
Requires:	spec-helper >= 0.31.12
#Requires:	rpmlint-%{_target_vendor}-policy >= 0.3.2
Requires:	rpmlint-rosa-policy >= 0.3.2
%if %{without bootstrap}
Requires:	python-rpm = %{EVRD}
Requires:	perl-RPM = %{EVRD}
%endif
# Used by __urlgetfile to download files from external sources
Requires:	wget
Conflicts:	rpmlint < 1.4-4
Conflicts:	multiarch-utils < 1:5.3.10
Conflicts:	rpm < 1:5.4.4-32
%rename		rpm-manbo-setup-build

%description build
This package contains scripts and executable programs that are used to
build packages using RPM.

%files build
%{_bindir}/gendiff
%{_bindir}/rpmbuild
%{_bindir}/multiarch-platform
#%%{_rpmhome}/bin/abi-compliance-checker.pl
%{_rpmhome}/bin/api-sanity-autotest.pl
%{_rpmhome}/bin/api-sanity-checker.pl
%{_rpmhome}/bin/dbsql
%{_rpmhome}/bin/debugedit
%{_rpmhome}/bin/install-sh
%{_rpmhome}/bin/lua
%{_rpmhome}/bin/luac
%{_rpmhome}/bin/mkinstalldirs
%{_rpmhome}/bin/pom2spec
%{_rpmhome}/bin/rpmcache
%{_rpmhome}/bin/rpmcmp
%{_rpmhome}/bin/rpmdeps
%{_rpmhome}/bin/rpmdigest
%{_rpmhome}/bin/rpmkey
%{_rpmhome}/bin/rpmlua
%{_rpmhome}/bin/rpmluac
%{_rpmhome}/bin/rpmrepo
%{_rpmhome}/bin/sqlite3
%dir %{_rpmhome}/helpers
%{_rpmhome}/helpers/*
%dir %{_rpmhome}/qf
%{_rpmhome}/qf/*
%{_rpmhome}/vcheck
%{_rpmhome}/brp-*
%{_rpmhome}/check-files
%{_rpmhome}/check-multiarch-files
#%%{_rpmhome}/cross-build
%{_rpmhome}/find-debuginfo.sh
%{_rpmhome}/find-lang.sh
%{_rpmhome}/find-prov.pl
%{_rpmhome}/find-provides.perl
%{_rpmhome}/find-req.pl
%{_rpmhome}/find-requires.perl
%{_rpmhome}/fontconfig.prov
%{_rpmhome}/gem_helper.rb
%{_rpmhome}/getpo.sh
%{_rpmhome}/gstreamer.sh
%{_rpmhome}/http.req
%{_rpmhome}/javadeps.sh
%{_rpmhome}/kmod-deps.sh
%{_rpmhome}/mkmultiarch
%{_rpmhome}/mono-find-provides
%{_rpmhome}/mono-find-requires
%{_rpmhome}/executabledeps.sh
%{_rpmhome}/libtooldeps.sh
%{_rpmhome}/osgideps.pl
%{_rpmhome}/perldeps.pl
%{_rpmhome}/perl.prov
%{_rpmhome}/perl.req
%{_rpmhome}/php.prov
%{_rpmhome}/php.req
%{_rpmhome}/pkgconfigdeps.sh
%{_rpmhome}/pythondeps.sh
%{_rpmhome}/pythoneggs.py
%{_rpmhome}/rubygems.rb
%{_rpmhome}/symclash.*
%{_rpmhome}/u_pkg.sh
%{_rpmhome}/vpkg-provides.sh
%{_rpmhome}/vpkg-provides2.sh
%if %{with js}
%{_rpmhome}/bin/tjs
%endif
%{_rpmhome}/macros.rpmbuild
%{_mandir}/man8/rpmbuild.8*
%{_mandir}/man8/rpmdeps.8*

#----------------------------------------------------------------------------

%if %{with python}
%package -n python-rpm
Summary:	Python bindings for apps which will manipulate RPM packages
Group:		Development/Python

%description -n python-rpm
The rpm-python package contains a module which permits applications
written in the Python programming language to use the interface
supplied by RPM (RPM Package Manager) libraries.

This package should be installed if you want to develop Python
programs that will manipulate RPM packages and databases.

%files -n python-rpm
%if %{with embed}
%{_rpmhome}/lib/rpmpython.so
%endif
%dir %{py_platsitedir}/rpm
%{py_platsitedir}/rpm/*.py
%{py_platsitedir}/rpm/*.so
%endif

#----------------------------------------------------------------------------

%if %{with perl}
%define	perlmod	RPM
%package -n perl-%{perlmod}
Summary:	Perl bindings for RPM
Group:		Development/Perl
Obsoletes:	perl-RPM4
Requires:	perl-IO-String

%description -n perl-%{perlmod}
The RPM Perl module provides an object-oriented interface to querying both
the installed RPM database as well as files on the filesystem.

%files -n perl-%{perlmod}
#%%doc perl/Changes
%if %{with embed}
%{_rpmhome}/lib/rpmperl.so
%endif
%{_mandir}/man3/RPM*
%{perl_vendorarch}/%{perlmod}.pm
%dir %{perl_vendorarch}/%{perlmod}
%{perl_vendorarch}/%{perlmod}/*.pm
%{perl_vendorarch}/auto/%{perlmod}
%endif

#----------------------------------------------------------------------------

%if %{with perl}
%package -n perl-RPMBDB
Summary:	Perl extension for accessing certain Berkeley DB functionality
Group:		Development/Perl
Requires:	%{librpmname} = %{EVRD}

%description -n perl-RPMBDB
This perl extension provides certain Berkeley DB functionality used by urpmi.

%files -n perl-RPMBDB
%{perl_vendorarch}/RPMBDB.pm
%dir %{perl_vendorarch}/auto/RPMBDB
%{perl_vendorarch}/auto/RPMBDB/RPMBDB.so
%endif

#----------------------------------------------------------------------------

%if %{with ruby}
%package -n rpm-rubyembed
Summary:	Ruby embedding module for rpm
Group:		Development/Ruby
Requires:	ruby(abi)

%description -n rpm-rubyembed
This package provides embedded ruby interpreter support for RPM.

%files -n rpm-rubyembed
%{_rpmhome}/bin/trb
%{_rpmhome}/lib/rpm.so
%{_rpmhome}/lib/rpmruby.so
%endif

#----------------------------------------------------------------------------

%if %{with tcl}
%package -n rpm-tclembed
Summary:	Tcl embedding module for rpm
Group:		Development/Other
Requires:	tcl

%description -n rpm-tclembed
This package provides embedded Tcl interpreter support for RPM.

%files -n rpm-tclembed
%{_rpmhome}/lib/rpmtcl.so
%endif

#----------------------------------------------------------------------------

%if %{with squirrel}
%package -n rpm-squirrelembed
Summary:	Squirrel embedding module for rpm
Group:		Development/Other
Requires:	squirrel

%description -n rpm-squirrelembed
This package provides embedded Squirrel interpreter support for RPM.

%files -n rpm-squirrelembed
%{_rpmhome}/lib/rpmsquirrel.so
%endif

#----------------------------------------------------------------------------

%if %{with docs}
%package apidocs
Summary:	API documentation for RPM
Group:		Books/Computer books
BuildArch:	noarch

%description apidocs
This package contains the RPM API documentation generated in HTML format.

%files apidocs
%dir %{_docdir}/rpm/html
%{_docdir}/rpm/html/*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q -a5
%patch111 -p1 -b .script_macros~
%patch0 -p1 -b .squirrel3~
%patch1 -p1 -b .makeinstall_qt~
%patch2 -p1 -b .scriptlet~
%patch3 -p1 -b .doc_conflicts~
%patch11 -p1 -b .ru~
%if 0
%patch15 -p1 -b .trigger_once~
%endif
%patch29 -p1 -b .specfile~
%patch31 -p1 -b .rpm_qa~
#%%patch32 -p1 -b .clean~
%patch34 -p1 -b .ordering~
%patch37 -p1 -b .drop_deps~
%patch40 -p1 -b .pc_paths~
%patch42 -p1 -b .glob~
%patch46 -p1 -b .repackage~
%patch47 -p1 -b .overlap~
%patch48 -p1 -b .suggests~
%patch55 -p1 -b .strip_reloc_debug~
%patch61 -p1 -b .epoch_cmp~
%patch63 -p1 -b .buildroot_dups~
%patch64 -p1 -b .dups_terminate~
%patch65 -p1 -b .subdir_terminate~
%patch66 -p1 -b .withoutclean~
%patch67 -p1 -b .strip_silent~
%patch69 -p1 -b .oneshot~
%patch70 -p1 -b .drop_basedeps~
%patch71 -p1 -b .locale~
%patch74 -p1 -b .builddir~
%patch76 -p1 -b .twice_terminate~
%patch77 -p1 -b .db52~
%patch78 -p1 -b .ruby19~
%patch79 -p1 -b .range_nooverlap~
%patch85 -p1 -b .int_gen_overlap~
%patch86 -p1 -b .mono_deps_new~
%patch87 -p1 -b .php_dep_gen~
%patch88 -p1 -b .16004~
%patch89 -p1 -b .16005~
%patch90 -p1 -b .16022~
%patch91 -p1 -b .fc_deps~
%patch92 -p1 -b .rpmfc_ruby~
%patch93 -p1 -b .rb_newline~
%patch95 -p1 -b .interpret_deps~
%patch96 -p1 -b .uclibc~
%patch97 -p1 -b .env_color~
%patch98 -p1 -b .fc_overlap~
%patch99 -p1 -b .py_macros~
%patch100 -p1 -b .script_overlap~
%patch101 -p1 -b .font~
%patch102 -p1 -b .kmod~
%patch103 -p1 -b .desktop~
%patch104 -p1 -b .skip_chrdev~
%patch105 -p1 -b .sizeof~
%patch106 -p1 -b .link_loop~
%patch107 -p1 -b .python_color~
%patch109 -p1 -b .uclibc_nolib64~
%patch110 -p1 -b .req_devel~
%patch112 -p1 -b .gnu_hash~
%patch113 -p1 -b .depoch_rpmlib~
%patch114 -p1 -b .no_verdepfeat~
%patch115 -p1 -b .free~
%patch116 -p1 -b .skip_doc~
%patch117 -p1 -b .exec_modules~
%patch119 -p1 -b .rubyabi_prov~
%patch120 -p1 -b .filedep_origins~
%patch121 -p1 -b .equal_overlaps~
%patch122 -p1 -b .strdup~
%patch123 -p1 -b .ds_fopen~
%patch124 -p1 -b .debuginfo~
%patch125 -p1 -b .unitialized~
%patch126 -p1 -b .trig_pcre~
%patch127 -p1 -b .trigger_args~
%patch128 -p1 -b .triggers_nooverlap~
%patch129 -p1 -b .memleak~
%patch130 -p1 -b .str_nul~
%patch131 -p1 -b .dlopen~
%patch132 -p1 -b .py_input~
%patch133 -p1 -b .devel_prov~
#patch134 -p1 -b .lua~
%patch135 -p1 -b .db_rdonly~
%patch136 -p1 -b .ds_merge~
%patch137 -p1 -b .slash~
%patch138 -p1 -b .trigtrans~
%patch139 -p1 -b .fix_verify~
%patch140 -p1 -b .rpmv3~
%patch143 -p1 -b .mono_newline~
%patch144 -p1 -b .urpm~
%patch146 -p1 -b .nosig~
%patch147 -p1
%patch149 -p1 -b .typo~
%patch150 -p1 -b .i18n_str~
%patch151 -p1 -b .noi18n~
%patch152 -p1 -b .l10ndir~
%patch154 -p1 -b .cputoolize~
%patch155 -p1 -b .install_info~
%patch156 -p1 -b .php_deps~
%patch157 -p1 -b .perl_deps~
%patch158 -p1 -b .dl_error~
#patch138 -p1 -b .trigtrans~
%patch159 -p1 -b .ignore_arch~
%patch160 -p1 -b .xz_level~
%patch161 -p1 -b .uclibc_buildroot~
%patch162 -p1 -b .uninitialized~

%patch165 -p1 -b .helper_order~
%patch166 -p1 -b .ldflags~
%patch167 -p1 -b .perl_abiver~
%patch168 -p1 -b .perl_abireq~
%patch169 -p1 -b .brpcomp~
%patch170 -p1 -b .dbconvert52~
%patch171 -p1 -b .python3~
%patch1710 -p1 -b .ruby_utf8~
%patch172 -p1 -b .debug_path~

%patch173 -p1 -b .debugedit_memleaks~
%patch174 -p1 -b .debugedit_errmsg~
%patch175 -p1 -b .doc_post~
%patch176 -p1 -b .droprpath~

%patch179 -p1 -b .rpmdbchk~
%patch180 -p1 -b .typecast~
%patch181 -p1 -b .printspec~

%patch185 -p1 -b .buildid_deps~
%patch186 -p1 -b .rpkg_justdb~
%patch187 -p1 -b .trig_cnt~

%patch191 -p1 -b .rename~
%patch192 -p1 -b .mem_assert~
%patch193 -p1 -b .xrealloc~
%patch194 -p1 -b .cb~
%patch195 -p1 -b .cb2~
%patch196 -p1 -b .ui64p~

%patch198 -p1 -b .rpmdbnofsync~
%patch199 -p1 -b .fontdep_sure~

%patch216 -p1 -b .rubyarchdirs~
%patch217 -p1 -b .rubyabiver~
%patch218 -p1 -b .gem_spec~
%patch219 -p1 -b .rubygems2~
%patch220 -p1 -b .no_ruby_version~
%patch221 -p1 -b .rubygems2.2~

%patch501 -p1 -b .rosa_vendor~
%patch502 -p1 -b .package_name~
%patch503 -p1 -b .specspo~
%patch504 -p1 -b .postpone_errors~
%patch505 -p1 -b .urlgetfile~
%patch506 -p1 -b .nodejs~
%patch508 -p1 -b .hardening~
%patch509 -p1 -b .fat_lto_cpu_os_macros~
%patch510 -p1 -b .no-delete-null-pointer-checks~
%patch511 -p1 -b .distepoch
%patch512 -p1 -b .hardlink-segfault-fix
%patch513 -p1 -b .payload-no-hashed-inode
%patch514 -p1 -b .kde5-find-lang
%patch515 -p1 -b .fix-addsign-check
%patch516 -p1 -b .appdatadir~
%patch517 -p1 -b .md5sum

#required by P55, P80, P81, P94..
./autogen.sh

mkdir -p cpu-os-macros
tar -zxf %{SOURCE3} -C cpu-os-macros
%patch145 -p1
# patch507 -p0 -b .hardening_cpu_os_macros~

%build
%configure2_5x	--enable-nls \
		--with-pic \
%if %{with debug}
		--enable-debug \
		--with-valgrind \
%endif
		--enable-posixmutexes \
%if %{with python}
		--with-python=%{python_version} \
%if %{with embed}
		--with-pythonembed=external \
%endif
%else
		--without-python \
%endif
%if %{with perl}
		--with-perl=vendor \
%if %{with embed}
		--with-perlembed=external \
%endif
%else
		--without-perl \
%endif
%if %{with js}
		--with-mozjs185=external \
%else
		--without-mozjs185 \
%endif
%if %{with ruby}
		--with-ruby=external \
%if %{with embed}
		--with-rubyembed=external \
%endif
%endif
%if %{with tcl}
		--with-tcl=external \
%endif
%if %{with squirrel}
		--with-squirrel=external \
%endif
		--with-glob \
%if %{with selinux}
		--with-selinux \
%else
		--without-selinux \
%endif
%if %{with docs}
		--with-apidocs \
%endif
		--with-libelf \
		--with-popt=external \
		--with-xz=external \
		--with-bzip2=external \
		--with-lua=internal \
		--with-expat=external \
		--with-pcre=external \
%ifarch %{ix86} x86_64 ppc ppc64 ia64
		--with-cpuinfo=external \
%else
		--without-cpuinfo \
%endif
		--with-syck=external \
		--with-file=external \
		--with-path-magic=%{_datadir}/misc/magic.mgc \
		--with-beecrypt=external \
		--with-usecrypto=beecrypt \
		--with-keyutils=external \
		--with-neon=external \
		--with-acl \
		--enable-openmp \
%if %{with xar}
		--with-xar=%{_includedir}/xar \
%endif
		--with-db \
		--with-dbsql=external \
		--without-db-tools-integrated \
%if %{with sqlite}
		--with-sqlite=external \
%else
		--without-sqlite \
%endif
%if %{with ossp_uuid}
%if 0
# TODO: needs to be fixed properly for automatic detection in internal lua build
%endif
		--with-uuid=%{_libdir}:%{_includedir}/ossp-uuid \
%else
		--without-uuid \
%endif
%if %{with augeas}
		--with-augeas=external \
%else
		--without-augeas \
%endif
%if 0
		--with-extra-path-macros=%{_usrlibrpm}/macros.d/mandriva \
%else
		--with-extra-path-macros=%{_usrlibrpm}/platform/%%{_target}/macros:%{_sysconfdir}/rpm/macros.d/*.macros:%{_usrlibrpm}/macros.d/mandriva \
%endif
		--with-vendor=mandriva \
		--enable-build-warnings
# XXX: Making ie. a --with-pre-macros option might be more aestethic and easier
# of use to others if pushed back upstream?
# For our case, this is only used to define _prefer_target_cpu before any other
# macros so that rpm knows about this for libcpuinfo when loading macros, but
# could perhaps be useful to others, ie. for defining a _target_vendor earlier,
# so that vendor specific macros to load could be defined at runtime rather
# than compile time.. Sounds convenient if LSB certification is done on a specific
# set of binaries (does it..?) wrt. Manbo Labs.
echo '#define PREMACROFILES "%{_sysconfdir}/rpm/premacros.d/*.macros"' >> config.h
%make
%if %{with docs}
%make apidocs
%endif

%if %{with perl}
pushd RPMBDB-*
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" CCCDLFLAGS="-fno-PIE -fPIC"
sed -i -e 's,-fPIC -fno-PIE,-fno-PIE -fPIC,g' ../perl/Makefile.perl
%make
popd
%endif

%check
#make check

%install
%makeinstall_std -k
%if %{with perl}
%makeinstall_std -C RPMBDB-*
%endif

# XXX: why isn't this installed by 'make install'?
install -m755 scripts/symclash.* %{buildroot}%{_rpmhome}

# Save list of packages through cron
install -m755 scripts/rpm.daily -D %{buildroot}%{_sysconfdir}/cron.daily/rpm
install -m644 scripts/rpm.log -D %{buildroot}%{_sysconfdir}/logrotate.d/rpm

mkdir -p %{buildroot}/var/spool/repackage

mkdir -p %{buildroot}%{_sysconfdir}/%{name}/{{pre,}macros.d,sysinfo}

# actual usefulness of this seems rather dubious with macros.d now...
cat > %{buildroot}%{_sysconfdir}/%{name}/macros <<EOF
# Put your own system macros here
# usually contains 

# Set this one according your locales
# %%_install_langs

EOF

# FIXME: weird issue, seems to have issue with lines starting with '%%_'...
cat > %{buildroot}%{_sysconfdir}/%{name}/premacros.d/cpuinfo_target.macros <<EOF
# This sets which of the available architectures to prefer when building
# packages with libcpuinfo support enabled.
 %%_prefer_target_cpu     x86_64 i586
EOF

# Get rid of unpackaged files
# XXX: is there any of these we might want to keep?
for f in %{py_platsitedir}/poptmodule.a %{py_platsitedir}/rpmmodule.a \
	%{py_platsitedir}/rpm/*.a %{_rpmhome}/*.a %{_rpmhome}/lib/*.a\
	%{_rpmhome}/{Specfile.pm,cpanflute2,cpanflute,sql.prov,sql.req,tcl.req} \
	%{_rpmhome}/{config.site,cross-build,rpmdiff.cgi} \
	%{_rpmhome}/trpm %{_bindir}/rpmdiff; do
	rm -f %{buildroot}$f
done

%find_lang %{name}

mkdir -p %{buildroot}/var/lib/rpm/{log,tmp}
for dbi in `./rpm --macros macros/macros --eval %_dbi_tags_4|tr : ' '` __db.00{0..9}; do
    touch %{buildroot}/var/lib/rpm/$dbi
    echo "%attr(0644, root, root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_localstatedir}/lib/rpm/$dbi" >> %{name}.lang
done

install -d %{buildroot}/bin
# FIXME: considering that most libraries dynamically linked against is located
# in /usr/lib*, this doesn't make much sense unless we either statically link
# against them (Ark Linux actually does this) or move the libraries to /lib*,
# neither being very attractive options, not to mention maintenance headaches
# spread across these library packages...
# So moving rpm back to /usr/bin probably makes the most sense...
# An optional, "minimal" rpm-static package with /bin/rpm could perhaps be done
# if anyone expresses actual interest in this...
mv %{buildroot}%{_bindir}/rpm %{buildroot}/bin/rpm

cp -r cpu-os-macros %{buildroot}%{_usrlibrpm}/platform
install -m644 %{SOURCE4} -D %{buildroot}%{_sysconfdir}/%{name}/macros.d/legacy_compat.macros

%if %{with docs}
install -d %{buildroot}%{_docdir}/rpm
cp -r apidocs/html %{buildroot}%{_docdir}/rpm
%endif

install -d %{buildroot}%{multiarch_bindir}
install -d %{buildroot}%{multiarch_includedir}
%if "%{_lib}" == "lib64"
install -d %{buildroot}%(linux32 rpm -E %%{multiarch_bindir})
install -d %{buildroot}%(linux32 rpm -E %%{multiarch_includedir})
%endif

# should really be handled by make script..
ln -f %{buildroot}%{_rpmhome}/bin/{rpmlua,lua}
ln -f %{buildroot}%{_rpmhome}/bin/{rpmluac,luac}


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24052 |14./rosa_platform_2014.1/repository/SRPMS/main/updates-rpm-backup/timezone-2020d-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# TODO: fix java in rosa2019.1
%if %{mdvver} == 201910
%bcond_with java
%else
%bcond_without java
%endif

# the zic(8) and zdump(8) manpages are already in man-pages
%define build_manpages 0

Summary:	Time Zone Database
Name:		timezone
Epoch:		6
Version:	2020d
Release:	1
License:	BSD
Group:		System/Base
Url:		http://www.iana.org/time-zones
Source0:	ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
Source1:	ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
Source2:	javazic.tar.gz
Source3:	timezone.rpmlintrc
Patch1:		tzdata-extra-tz-links.patch
Patch2:		javazic-fixup.patch
Patch3:		javazic-exclusion-fix.patch
BuildRequires:	gawk
Provides:	tzdata = %{EVRD}

%description
This package contains data files with rules for various timezones
around the world.

%files
%doc README
%doc tz-art.html
%{_sbindir}/zdump
%{_sbindir}/zic
%if %{build_manpages}
%{_mandir}/man3/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%endif
%dir %{_datadir}/zoneinfo
%{_datadir}/zoneinfo/*

#----------------------------------------------------------------------------

%if %{with java}
%package java
Summary:	Timezone data for Java
Group:		System/Base
Provides:	tzdata-java = %{EVRD}
BuildRequires:	java-rpmbuild
BuildRequires:	java-devel

%description java
This package contains timezone information for use by Java runtimes.

%files java
%doc README
%{_datadir}/javazi
%endif

#----------------------------------------------------------------------------

%prep
%setup -q -c -a 1
%patch1 -p1 -b .extra-tz-links

%if %{with java}
mkdir javazic
tar xf %{SOURCE2} -C javazic
pushd javazic
%patch2 -p0 -b .javazic-fixup
%patch3
# Hack alert! sun.tools may be defined and installed in the
# VM. In order to guarantee that we are using IcedTea/OpenJDK
# for creating the zoneinfo files, rebase all the packages
# from "sun." to "rht.". Unfortunately, gcj does not support
# any of the -Xclasspath options, so we must go this route
# to ensure the greatest compatibility.
mv sun rht
for f in `find . -name '*.java'`; do
	sed -i -e 's:sun\.tools\.:rht.tools.:g'\
		-e 's:sun\.util\.:rht.util.:g' $f
done
popd

# Create zone.info entries for deprecated zone names (#40184)
	chmod +w zone.tab
		echo '# zone info for backward zone names' > zone.tab.new
		while read link cur old x; do
			case $link-${cur+cur}-${old+old}${x:+X} in
				Link-cur-old)
					awk -v cur="$cur" -v old="$old" \
						'!/^#/ && $3 == cur { sub(cur,old); print }' \
							zone.tab || echo ERROR ;;
					Link-*)
						echo 'Error processing backward entry for zone.tab'
						exit 1 ;;
			esac
		done < backward >> zone.tab.new
		if grep -q '^ERROR' zone.tab.new || ! cat zone.tab.new >> zone.tab; then
			echo "Error adding backward entries to zone.tab"
			exit 1
		fi
		rm -f zone.tab.new
%endif

%build
# (tpg) fix build
sed -i -e "s/$(AR) -rc/$(AR) r/g" Makefile*

%make TZDIR=%{_datadir}/zoneinfo CFLAGS="%{optflags} -std=gnu99"

%if %{with java}
pushd javazic
%{javac} -source 1.5 -target 1.5 -classpath . `find . -name \*.java`
popd
%{java} -classpath javazic/ rht.tools.javazic.Main -V %{version} \
	-d zoneinfo/java \
	africa antarctica asia australasia europe northamerica \
	southamerica backward etcetera \
	javazic/tzdata_jdk/gmt javazic/tzdata_jdk/jdk11_backward
%endif

%install
make TOPDIR=%{buildroot} \
	TZDIR=%{buildroot}%{_datadir}/zoneinfo \
	ETCDIR=%{buildroot}%{_sbindir} \
	install

rm -f %{buildroot}%{_datadir}/zoneinfo-posix
ln -s . %{buildroot}%{_datadir}/zoneinfo/posix
mv %{buildroot}%{_datadir}/zoneinfo-leaps %{buildroot}%{_datadir}/zoneinfo/right
mv %{buildroot}%{_bindir}/zdump %{buildroot}%{_sbindir}/zdump

# nuke unpackaged files
rm -f %{buildroot}%{_datadir}/zoneinfo/localtime
rm -f %{buildroot}%{_bindir}/tzselect
rm -f %{buildroot}%{_sysconfdir}/localtime
rm -rf %{buildroot}/usr/{lib,man}

%if !%{build_manpages}
rm -rf %{buildroot}%{_mandir}
%endif

%if %{with java}
cp -a zoneinfo/java %{buildroot}%{_datadir}/javazi
%endif

# install man pages
%if %{build_manpages}
mkdir -p %{buildroot}%{_mandir}/man8
for f in zic zdump; do
install -m 644 $f.8 %{buildroot}%{_mandir}/man8/
done
%endif

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24053 |14mu|rpmdrake-5.26.12-55
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_gost}%{?!build_gost:%bcond_with gost}

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Rpmdrake::widgets\\)'
%else
%define _requires_exceptions perl(Rpmdrake::widgets)
%endif

Summary:	Graphical front end for sofware installation/removal
Name:		rpmdrake
Version:	5.26.12
Release:	55
License:	GPLv2+
Group:		System/Configuration/Packaging
Url:		https://abf.rosalinux.ru/import/rpmdrake
Source0:	%{name}-%{version}.tar.xz
Patch0:		rpmdrake-5.26.12-drop_update_media_only.patch
Patch1:		upgrade_info_utf8.patch
Patch2:		rpmdrake-5.26.12-version-release.patch
Patch3:		rpmdrake-5.26.12-run-help-callback.patch
Patch4:		rpmdrake-5.26.12-do_not_flush.patch
Patch5:		rpmdrake-5.26.12-show-launcher-in-gnome-shell.patch
Patch6:		rpmdrake-5.26.12-download-all-option.patch
Patch7:		rpmdrake.gui.lst.patch
Patch8:		rpmdrake-5.26.12-force-req-update.patch
Patch9:		rpmdrake-5.26.12-disable-orphans.patch

#From Mageia
#Patch11:	rpmdrake-5.26.12-rpmnew.patch
#Patch12:	rpmdrake-5.26.12-curl_merge.patch
#Patch13:	rpmdrake-5.26.12-x86_64_sort.patch

Patch15:	rpmdrake-5.26.12-force_auto_req_selection.patch
#Patch16:	rpmdrake-5.26.12.update_all_repos.patch
# Make MandrivaUpdate take into account 'auto_select' option from config file
Patch17:	rpmdrake-5.26.12-use-auto-from-config-in-MdvUpdate.patch
# In 'auto' mode, choose package with highest version
Patch18:	rpmdrake-5.26.12-smarter-auto.patch
# Minor localization fix
Patch19:	rpmdrake-5.26.12-l10n.patch
%if %{with gost}
# Curl-gost configuration in edit-media-sources
# Normally we need this only for certified distributions
Patch20:	rpmdrake-5.26.12-curl_gost.patch
%endif
Patch21:	rpmdrake-5.26.12-do-not-disable-media.patch
# urpm::main_loop is able to indicate that something is wrong with
# package download and suggest to update media metadata.
# Currently we don't support this behavior in rpmdrake
Patch23:	rpmdrake-5.26.12-restart-for-metadata-update.patch
# In new urpmi, main_loop doesn't need '$requested' argument
Patch24:	rpmdrake-5.26.12-new-urpmi-main-loop.patch
# Do not set "force-req-update" when removing packages
Patch25:	rpmdrake-5.26.12-no-force-req-update-on-pkg-removal.patch
Patch26:	rpmdrake-5.26.12-skip-older-versions.patch
Patch27:	rpmdrake-5.26.12-do-not-remove-conflicts.patch

BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	perl-devel
BuildRequires:	perl_checker
Requires:	desktop-common-data
Requires:	drakxtools >= 12.64
Requires:	perl-Gtk2 >= 1.172-2
Requires:	perl-Gtk2-SourceView2
Requires:	perl-Locale-gettext >= 1.05-6
Requires:	perl-MDK-Common
Requires:	perl-File-MimeInfo
Requires:	perl-URPM >= 3.07-2
Requires:	urpmi > 6.71-17
# need the consolehelper basic pam config files
Requires:	usermode-consoleonly
# for translations:
Suggests:	mdv-rpm-summary
Provides:	MandrakeUpdate
BuildArch:	noarch

%description
This package contains the ROSA graphical software manipulation
tools.

Rpmdrake provides a simple interface that makes it easy to install
and remove software.

MandrivaUpdate is a single-purpose application for keeping your system
up to date with the latest official updates.

There is also a tool for configuring package sources (medias), which can
be run independently or accessed from within rpmdrake.

%files -f rpmdrake.lang
%doc AUTHORS COPYING NEWS README
%config(noreplace) %{_sysconfdir}/pam.d/rpmdrake
%config(noreplace) %{_sysconfdir}/pam.d/mandrivaupdate
%config(noreplace) %{_sysconfdir}/pam.d/drakrpm-edit-media
%config(noreplace) %{_sysconfdir}/security/console.apps/rpmdrake
%config(noreplace) %{_sysconfdir}/security/console.apps/MandrivaUpdate
%config(noreplace) %{_sysconfdir}/security/console.apps/drakrpm-edit-media
# all these in sysconfdir are symlinks
%{_sysconfdir}/pam.d/drakrpm
%{_sysconfdir}/pam.d/drakrpm-update
%{_sysconfdir}/security/console.apps/drakrpm
%{_sysconfdir}/security/console.apps/drakrpm-update
%{_sysconfdir}/security/console.apps/mandrivaupdate
%{_sbindir}/rpmdrake*
%{_sbindir}/MandrivaUpdate
%{_sbindir}/edit-urpm-*
%{_sbindir}/drakrpm-edit-media
%{_sbindir}/drakrpm-update
%{_sbindir}/gurpmi.addmedia
%{_bindir}/*
%{_datadir}/%{name}
%{perl_vendorlib}/*.pm
%{perl_vendorlib}/Rpmdrake
%{_datadir}/mimelnk/application/x-urpmi-media.desktop
%{_datadir}/mime/packages/urpmi-media.xml
%{_datadir}/applications/*.desktop
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_iconsdir}/hicolor/16x16/apps/*.png
%{_iconsdir}/hicolor/32x32/apps/*.png
%{_iconsdir}/hicolor/48x48/apps/*.png

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
make OPTIMIZE="%{optflags} -Wall" PREFIX=%{_prefix} INSTALLDIRS=vendor

%install
%makeinstall_std PREFIX=%{buildroot}%{_prefix}

%find_lang rpmdrake

# for consolehelper config (#29696)
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
cat > %{buildroot}%{_sysconfdir}/pam.d/rpmdrake  <<EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/rpmdrake <<EOF
USER=root
PROGRAM=/usr/sbin/rpmdrake
FALLBACK=false
SESSION=true
EOF

# Rights Delegation spec for MDV2008 says MandrivaUpdate should ask for
# user password, not root password
cat > %{buildroot}%{_sysconfdir}/pam.d/mandrivaupdate  <<EOF
#%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF

cat > %{buildroot}%{_sysconfdir}/security/console.apps/MandrivaUpdate <<EOF
USER=<user>
PROGRAM=/usr/sbin/MandrivaUpdate
FALLBACK=false
SESSION=true
EOF

# edit media
cp -af %{buildroot}%{_sysconfdir}/pam.d/{rpmdrake,drakrpm-edit-media}
cat > %{buildroot}%{_sysconfdir}/security/console.apps/drakrpm-edit-media <<EOF
USER=root
PROGRAM=/usr/sbin/drakrpm-edit-media
FALLBACK=false
SESSION=true
EOF

# rpmdrake-update
cp -af %{buildroot}%{_sysconfdir}/pam.d/{rpmdrake,drakrpm-update}
cat > %{buildroot}%{_sysconfdir}/security/console.apps/drakrpm-update <<EOF
USER=root
PROGRAM=/usr/sbin/drakrpm-update
FALLBACK=false
SESSION=true
EOF

ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/drakrpm-edit-media
# XXX - should be changed upstream
sed -i -e "s,%{_sbindir}/edit-urpm-sources.pl,%{_bindir}/drakrpm-edit-media," \
        %{buildroot}%{_datadir}/applications/rpmdrake-sources.desktop

mkdir -p %{buildroot}{%{_miconsdir},%{_liconsdir},%{_iconsdir}/hicolor,%{_iconsdir}/hicolor/{16x16,32x32,48x48},%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps}
for i in rpmdrake mandrivaupdate edit-urpm-sources; do
  cp pixmaps/${i}16.png %{buildroot}%{_miconsdir}/${i}.png
  cp pixmaps/${i}32.png %{buildroot}%{_iconsdir}/${i}.png
  cp pixmaps/${i}48.png %{buildroot}%{_liconsdir}/${i}.png
  cp pixmaps/${i}16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/${i}.png
  cp pixmaps/${i}32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/${i}.png
  cp pixmaps/${i}48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/${i}.png
done
ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/rpmdrake
ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/MandrivaUpdate
ln -sf %{_bindir}/rpmdrake %{buildroot}%{_bindir}/drakrpm
ln -sf %{_sysconfdir}/security/console.apps/MandrivaUpdate %{buildroot}%{_sysconfdir}/security/console.apps/mandrivaupdate
ln -sf %{_sysconfdir}/pam.d/rpmdrake %{buildroot}%{_sysconfdir}/pam.d/drakrpm
ln -sf %{_sysconfdir}/security/console.apps/rpmdrake %{buildroot}%{_sysconfdir}/security/console.apps/drakrpm

%check
%make check


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.26.12-55
- (3d1de7c) Fix a typo

* Thu Jun 09 2016 Denis Silakov <dsilakov@gmail.com> 5.26.12-54
- (2ac94e5) Rehprase error messages

* Wed Jun 08 2016 Denis Silakov <dsilakov@gmail.com> 5.26.12-53
- (e55b1ce) Fix typo

* Wed Jun 08 2016 Denis Silakov <dsilakov@gmail.com> 5.26.12-52
- (dc08a9a) Fix error messages

* Sat Jun 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-51
- (83e3ee7) Merge two l10n patches, dropped unused globaldialog patch, do not suggest to remove anything automatically in case of conflicts

* Sat Jun 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.26.12-50
- (397e7be) Fix more typos in Russian translation
- (397e7be) Adjust spec style

* Tue Sep 29 2015 Denis Silakov <dsilakov@gmail.com> 5.26.12-49
- (66e5307) Fix version comparison when choosing the freshest package version

* Wed Apr 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-48
- (5a73d6a) Fix typo in Russian localization

* Tue Mar 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-47
- (3165661) Display only the latest version of every install candidate

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 5.26.12-46
- (563cf44) MassBuild#656: Increase release tag

* Mon Feb 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-45
- (d4ef16f) Added youmagic to gui list

* Sat Feb 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-44
- (bafe6c7) Merge gui.lst patches, add more apps to the list

* Tue Jan 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-43
- (8f5c48f) Make GOST support conditional
- (Denis Silakov: 9321357) Added steam to gui packages

* Wed Dec 10 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-42
- (c5a428a) SILENT Minor spec cleanup
- (Denis Silakov: 66b6c39) Disable force-req-update feature when removing packages

* Mon Sep 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-41
- (fbaaccc) Fix evr vs EVR usage

* Tue Aug 19 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-40
- (15b9aa7) Patch rpmdrake to work with new urpmi main_loop

* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-39
- (4561cc3) Ignore 'auto-restart' possibility in urpm::main_loop for now

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 5.26.12-38
- (3b16395) MassBuild#440: Increase release tag

* Wed May 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-37
- (4e54689) Disable update-all-repos patch

* Mon Jan 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-36
- (92ffc3f) Do not disable media forever

* Fri Dec 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-35
- (6a25665) Added debug info to track media updates

* Mon Dec 02 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-34
- (58c3ff0) Add support for curl_gost configuration in edit-urpm-sources

* Mon Oct 14 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-33
- (932a2dd) Added localization fix

* Thu Oct 03 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-32
- (0d6e507) In --auto mode, choose package with highest version-release

* Wed Sep 25 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-31
- (76921fb) Improve MandrivaUpdate auto_select patch

* Mon Sep 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 5.26.12-30
- (29a141c) Update patch
- (Denis Silakov: 5a76c45) Fix MandrivaUpdate to read 'auto_select' option from rpmdrake config file

* Fri Aug 23 2013 root <root@localhost.localdomain> 5.26.12-29
- (2843651) rpmdrake should update all repositories



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24054 |14mu|rpm-helper-0.24.12-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		rpm-helper
Version:	0.24.12
Release:	13
Summary:	Helper scripts for rpm scriptlets
License:	GPL
Group:		System/Configuration/Packaging
URL:		http://www.rosalinux.com/
Source0:	%{name}-%{version}.tar.xz
Patch1:		add-service_sync-with-0.24.16.patch
Patch2:		rpm-helper-0.24.12-ssl-cert-length.patch
Requires:	grep
Requires:	util-linux
Requires:	shadow-utils
Requires:	chkconfig
Requires(pre):	coreutils
Requires(pre):	shadow-utils >= 2:4.2.1-7
# for addgroup which uses xargs
Requires:	findutils
# for /etc/passwd and /etc/group
Requires:	setup
# for /bin/systemctl
Requires:	systemd-units
# for add-service
Requires:	util-linux
# for add-shell
Requires:	grep
#Conflicts:  chkconfig < 1.3.50-1
BuildArch:	noarch

%description
Helper scripts for rpm installation.

%prep
%setup -q
%apply_patches

%install
%makeinstall_std

# Make sure these are always executable
chmod 0755 %{buildroot}%{_datadir}/%{name}/*

# % check
# only test in place is for add-syslog, which is dependent on it's former perl
# implementation
#make test

%files
%doc README NEWS AUTHORS
%{_datadir}/%{name}
%{_sys_macros_dir}/%{name}.macros
%{_localstatedir}/lib/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/ssl


%changelog

* Tue Nov 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.24.12-13
- (f08b48a) Fix del-service to be compatible with updated add-service



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24055 |14mu|rpmlint-1.5-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	RPM correctness checker
Name:		rpmlint
Version:	1.5
Release:	15
License:	GPLv2+
Group:		Development/Other
Url:		http://rpmlint.zarb.org/
Source0:	http://rpmlint.zarb.org/download/%{name}-%{version}.tar.xz
Source1:	rpmlint.config
Patch0:		rpmlint-1.4-fix-paths-to-extracted-srpm-files.patch
Patch1:		rpmlint-1.4-add-lgplv21-license.patch
Patch2:		rpmlint-1.4-below-threshold-returns-zero.patch
Patch3:		rpmlint-1.4-fix-setup-checks.patch
Patch4:		rpmlint-1.5-external-depfilter-with-internal-depgen.patch
Patch5:		rpmlint-1.4-shared-lib-not-executable.patch
# proper fix for rhbz#487855
Patch6:		rpmlint-1.4-only-report-actual-errors-as-spec_error.patch
Patch7:		rpmlint-1.5-install-info-trigger.patch
Patch8:		rpmlint-1.5-legacy-mandriva-filetriggers.patch
Patch9:		rpmlint-1.5-double-slash-in-path.patch
Patch10:	rpmlint-1.4-make-tests-pass.patch
Patch11:	rpmlint-1.4-dont-check-use-of-RPM_SOURCE_DIR-in-changelog.patch
Patch12:	rpmlint-1.4-dont-use-_RPMVSF_NOSIGNATURES.patch
Patch14:	rpmlint-1.4-incoherent-pkgname-description.patch
Patch15:	rpmlint-1.4-only-report-non-versioned-files-for-libs.patch
Patch16:	rpmlint-1.4-ignore-no-packager.patch
Patch17:	rpmlint-1.4-spec-subpackage-desc.patch
Patch18:	rpmlint-1.5-drop-obsolete-checks.patch
Patch19:	rpmlint-1.4-missed-attrs-in-desktop-files.patch
Patch20:	rpmlint-1.4-distsuffix-check.patch
Patch21:	rpmlint-1.4-content-licenses.patch
Patch22:	rpmlint-1.4-drop-man-page-check.patch
Patch23:	rpmlint-1.4-improve-rpath-checks.patch
# ROSA policy require libfoo-devel to depend on 'libfoo%{major}',
# not just 'libfoo'
Patch24:	rpmlint-1.4-fix-lib-deps.patch
Patch25:	rpmlint-1.5-apply-patches-macro-disables-patch-not-applied-check.patch
Patch26:	rpmlint-1.4-dkms.patch

Patch27:	rpmlint-1.5-xdg-check-exception.diff
Patch28:	rpmlint-1.5-xdg-paths-update.diff
Patch29:	rpmlint-1.5-python-3.4-magic-number.patch
Patch30:	rpmlint-1.5-ignore-spelling-errors.patch
Patch31:	rpmlint-1.5-default-collate.patch
Patch32:	rpmlint-1.5-accept-kf5-locales.patch
Patch33:	rpmlint-1.5-make-check.patch

Requires:	python-rpm python-magic desktop-file-utils
# Hardcode "rosa" while %_vendor is still set to "mandriva"...
Suggests:	python-enchant rpmlint-rosa-policy
Requires:	locales

BuildRequires:	python-rpm
BuildArch:	noarch

%description
Rpmlint is a tool to check common errors on rpm packages.
Binary and source packages can be checked.

%files
%doc ChangeLog README*
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/%{name}/config
%dir %{_sysconfdir}/%{name}/
# Which of these exists depends on the version of bash_completion.
# Let's support both.
%optional %config(noreplace) %{_sysconfdir}/bash_completion.d/*
%optional %config(noreplace) %{_datadir}/bash-completion/completions/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .srpm_paths~
%patch1 -p1 -b .lgplv21~
%patch2 -p1 -b .threshold~
%patch3 -p1 -b .setup~
%patch4 -p1 -b .dep_filter~
%patch5 -p1 -b .shlib_exec~
%patch6 -p1 -b .spec_error~
%patch7 -p1 -b .info~
%patch8 -p1 -b .triggers~
%patch9 -p1 -b .slash~
%patch10 -p1 -b .test~
%patch11 -p1 -b .sourcedir_changelog~
%patch12 -p1 -b .nosig~
%patch14 -p1 -b .pkgname_description~
%patch15 -p0 -b .nonversioned_libs~
%patch16 -p0 -b .nopackager~
# rpmlint sometimes fails to detect that 'description' section is over...
# %patch17 -p0 -b .subpkg_desc~
%patch18 -p1 -b .obsolete~
# For FBA usage only
# %patch19 -p0 -b .desktop_l10n~
%patch20 -p1 -b .distsuffix~
%patch21 -p1 -b .licenses~
%patch22 -p1 -b .no-man-page~
%patch23 -p1 -b .improve-rpath~
%patch24 -p1 -b .lib_deps~
%patch25 -p1 -b .apply_patches~
# %patch26 -p1 -b .dkms~

%patch27 -p1 -b .xdg-exceptions~
%patch28 -p1 -b .xdg-path~
%patch29 -p1 -b .python34~
%patch30 -p1 -b .spelling~
%patch31 -p1 -b .collation~
%patch32 -p1 -b .kf5~
%patch33 -p1 -b .mk_check~

%build
export COMPILE_PYC=1
%make

%check
make check

%install
%makeinstall_std

install -m644 %{SOURCE1} -D %{buildroot}%{_datadir}/%{name}/config
install -d %{buildroot}%{_datadir}/%{name}/config.d/


%changelog

* Tue Jun 21 2016 Denis Silakov <dsilakov@gmail.com> 1.5-15
- (a3a8fef) Allow more ZPL versions

* Mon Jun 20 2016 Denis Silakov <dsilakov@gmail.com> 1.5-14
- (7a12378) Allow Python license

* Wed Mar 30 2016 Denis Silakov <dsilakov@gmail.com> 1.5-13
- (9e22939) Improve 'make check' recognition

* Fri Sep 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-12
- (d0d6303) Allow "gpl with exceptions" licenses

* Fri Sep 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-11
- (3780e74) Allow GPLv2+ with exceptions
- (Denis Silakov: 03c556d) Allow 'zlib' license

* Wed Jul 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-10
- (99a75be) Bump release

* Wed Jul 01 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-9
- (f690a35) Allow 'Artistic 2.0' license
- (Denis Silakov: 0f6b0f3) Accept locales in /usr/share/locales/kf5

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1.5-8
- (2bace16) MassBuild#656: Increase release tag

* Thu Feb 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-7
- (b190b24) Change default LC_COLLATE

* Thu Feb 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-6
- (353433a) Change default LC_COLLATE
- (Denis Silakov: 4b6f5fb) Ignore spelling errors by default

* Thu Nov 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-5
- (a4cb9b0) Allow GPL+ license for perl modules

* Sun Oct 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5-4
- (8670b89) Add patch to fix magic number of python 3.4

* Tue Aug 26 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-3
- (5b5f7be) Added Ruby license

* Thu Aug 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5-2
- (db41429) Add xdg fixes from sokol
- (Denis Silakov: 6dec229) Add xdg fixes from sokol

* Sat Aug 02 2014 abondrov <andrey.bondrov@rosalab.ru> 1.5-1
- (74e7331) New version 1.5, re-diff patches

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4-46
- (7cee08b) MassBuild#440: Increase release tag

* Wed Jun 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-45
- (979063b) Really apply 'apply_patches' fix

* Mon Apr 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4-44
- (329f9b0) Added 'BSD with attribution' to allowed licenses
- (Denis Silakov: ad68749) Fix bash_completion location
- (Denis Silakov: 03c8afd) Handle apply_paches and treat dkms- as devel packages

* Thu Nov 21 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-43
- (aa6e921) Added ZPL 2.1 license to allowed

* Wed Nov 06 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-42
- (f49b73d) Fix patch
- (Denis Silakov: de407fb) Fix no-dep-on for libraries

* Tue Nov 05 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-41
- (344df1a) Fix rpath typo
- (Denis Silakov: 3c66929) Improve rpath checks

* Tue Nov 05 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-40
- (256a4b5) Allow single 'GPL' license - it is still used very widely



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24056 |14mu|rpmlint-rosa-policy-0.3.24-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Rpmlint ROSA policy
Name:		rpmlint-rosa-policy
Version:	0.3.24
Release:	4
License:	GPLv2+
Group:		Development/Other
Url:		http://wiki.rosalab.com/
Source0:	rosa.conf
Source1:	rosa.error.list
BuildRequires:	rpmlint
Requires:	rpmlint
BuildArch:	noarch
%rename		rpmlint-mandriva-policy

%description
Official rpmlint ROSA policy, install this if you want to produce RPMs
for ROSA.

%files
%{_datadir}/rpmlint/config.d/*

#----------------------------------------------------------------------------

%prep

%build

#check
#PYTHONPATH=%{_datadir}/rpmlint python %{SOURCE0}

%install
install -m644 %{SOURCE0} -D %{buildroot}%{_datadir}/rpmlint/config.d/rosa.conf
install -m644 %{SOURCE1} -D %{buildroot}%{_datadir}/rpmlint/config.d/rosa.error.list


%changelog

* Mon Jun 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.3.24-4
- (05b5071) Added Development/Rust group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24057 |14mu|rpmtools-6.1-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Various RPM command-line tools
Name:		rpmtools
Version:	6.1
Release:	22
Source0:	%{name}-%{version}.tar.xz
# (tpg) from Mageia
# http://svnweb.mageia.org/soft?view=revision&revision=6438
Patch0:		rpmtools-6.1-genhdlist2-merge-option.patch
Patch1:         rpmtools-6.1-use-external-gzip.patch
License:	GPLv2+
Group:		System/Configuration/Packaging
URL:		http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/rpm/rpmtools/
BuildRequires:	perl-devel
BuildRequires:	perl-MDV-Packdrakeng
BuildRequires:	perl-MDV-Distribconf
BuildArch:	noarch
Requires:	perl-MDV-Distribconf > 3.00
Requires:	xz
Requires:	genhdlist2
Requires:	perl(File::Find)
Requires:	perl(File::Path)
Requires:	perl(File::Temp)
Requires:	perl(Getopt::Long)
Requires:	perl(MDV::Distribconf::Build)
Requires:	perl(Pod::Usage)
Requires:	perl(URPM)
Requires:	perl(URPM::Build)
Conflicts:	rpmtools-compat <= 2.0
Conflicts:	rpmtools-devel <= 2.0
Conflicts:	packdrake < 5.0.26

%description
Various tools needed by urpmi and drakxtools for handling rpm files.

%package -n	packdrake
Group:		%{group}
Summary:	A simple Archive Extractor/Builder
Conflicts:	rpmtools <= 5.0.25
Provides:	perl(packdrake)

%description -n	packdrake
Packdrake is a simple indexed archive builder and extractor using
standard compression methods.

%package -n	genhdlist2
Group:		%{group}
Summary:	Tool to generate urpmi metadata (media_info/*)
Conflicts:	rpmtools <= 5.4

%description -n	genhdlist2
genhdlist2 generates hdlist.cz, synthesis.hdlist.cz and *.xml.lzma files used
by urpmi

%prep
%setup -q
%apply_patches

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%check
%make test

%install
%makeinstall_std

%files
%{_bindir}/dumpdistribconf
%{_bindir}/gendistrib
%{_bindir}/genhdlist-old
%{_mandir}/man1/dumpdistribconf*
%{_mandir}/man1/gendistrib*
%{_mandir}/man1/genhdlist-old.*

%files -n packdrake
%{_bindir}/packdrake
%{perl_vendorlib}/packdrake.pm
%{_mandir}/man1/packdrake*

%files -n genhdlist2
%{_bindir}/genhdlist2
%{_mandir}/man1/genhdlist2*


%changelog
* Wed Oct 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-22
+ Revision: 2d55ee2
- Properly handle empty xml files during merge

* Thu Sep 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-21
+ Revision: 2a1b4ca
- Fix container creation in ABF

* Thu Sep 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-20
+ Revision: b18393e
- Force removal of duplicates after merge

* Wed Sep 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-19
+ Revision: 773b62f
- Handle situations when --merge is specified without new-metadata.lst

* Wed Sep 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-18
+ Revision: cb9316b
- Fix --merge patch

* Wed Sep 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-18
+ Revision: bbc347e
- --merge: remove duplicates

* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-17
+ Revision: c760999
- --merge: fix handling of new lines after xml tags

* Mon Sep 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-16
+ Revision: 8ed2cfc
- --merge - handle situation when metadata is absent

* Mon Sep 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-13
+ Revision: 868bf02
- Force removal of unpacked metadata files before running with --merge

* Thu Sep 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-14
+ Revision: 5b189d1
- Fix dropping of media_info tag in the merge option

* Thu Sep 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-12
+ Revision: e3ce38a
- Fix dropping of media_info tag in the merge option

* Thu Sep 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-13
+ Revision: efa89a2
- Disable merge option for now

* Mon Sep 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-12
+ Revision: e377fa5
- Improve --merge option - take lists of new files

* Thu Sep 04 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-11
+ Revision: 7fd3753
- Added experimental --merge option

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 6.1-10
+ Revision: 6ed8c2e
- MassBuild#440: Increase release tag

* Tue Feb 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-9
+ Revision: 96918b6
- Bump release

* Tue Feb 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 6.1-8
+ Revision: 84ce388
- Add patch to use external gzip

* Tue Aug 27 2013 Denis Silakov <denis.silakov@rosalab.ru> 6.1-8
+ Revision: aeb0693
- Moved out dump_gui_apps - it will be launched separately from now on.

* Tue Aug 20 2013 Denis Silakov <denis.silakov@rosalab.ru> 6.1-7
+ Revision: f07b1f0
- Improved dump_gui_apps

* Tue Jul 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 6.1-7
+ Revision: 97c5695
- Provide dump_gui_apps as a separate script, not a patch

* Tue Jul 23 2013 Denis Silakov <denis.silakov@rosalab.ru> 6.1-6
+ Revision: 94e3dfb
- Add debug output for gui_pkgs generator

* Mon Jul 22 2013 Denis Silakov <denis.silakov@rosalab.ru> 6.1-5
+ Revision: 7fa93c1
- Added sample script to generate list of gui pkgs

* Wed Nov 28 2012 Alexander Kazancev <kazancas@gmail.com> 6.1-4
+ Revision: b6994ef
- Disable genhdlist2 patch

* Sun Nov 25 2012 akdengi <kazancas@mandriva.ru> 6.1-3
+ Revision: 7845891
- rediff genhdlist2 patch

* Sun Nov 25 2012 akdengi <kazancas@mandriva.ru> 6.1-3
+ Revision: 9e256dd
- fix yaml

* Sun Nov 25 2012 akdengi <kazancas@mandriva.ru> 6.1-3
+ Revision: ae9e08e
- add patch

* Sun Nov 25 2012 akdengi <kazancas@mandriva.ru> 6.1-3
+ Revision: ae3457e
- add patch

* Sun Nov 25 2012 akdengi <kazancas@mandriva.ru> 6.1-3
+ Revision: ea5ba65
- (get_filesize_from_synthesis) read back real filesizes from synthesis

* Fri Oct 19 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 6.1-2
+ Revision: 067002b
- use file-store for sources

* Fri Oct 19 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 6.1-2
+ Revision: 5356369
- LOG noarch, general gleanup

* Sat Feb 04 2012 root <root@build-client_i586-2.rosalab.ru> 6.1-1
+ Revision: 9d955c2
- ABF:auto increment release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24058 |14mu|rp-pppoe-3.11-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define pppver 2.4.7

Summary:	ADSL/PPPoE userspace driver
Name:		rp-pppoe
Version:	3.11
Release:	6
License:	GPLv2+
Group:		System/Servers
Url:		http://www.roaringpenguin.com/pppoe
Source0:	http://www.roaringpenguin.com/files/download/%{name}-%{version}.tar.gz
BuildRequires:	autoconf2.5
BuildRequires:	ppp-devel = %{pppver}
Requires:	ppp >= 2.4.1

%description
PPPoE (Point-to-Point Protocol over Ethernet) is a protocol used by
many ADSL Internet Service Providers. Roaring Penguin has a free
client for Linux systems to connect to PPPoE service providers.

The client is a user-mode program and does not require any kernel
modifications. It is fully compliant with RFC 2516, the official PPPoE
specification.

It has been tested with many ISPs, such as the Canadian Sympatico HSE (High
Speed Edition) service.

%files
%doc doc/* README SERVPOET
%config(noreplace) %{_sysconfdir}/ppp/pppoe.conf
%config(noreplace) %{_sysconfdir}/ppp/pppoe-server-options
%config(noreplace) %{_sysconfdir}/ppp/firewall-masq
%config(noreplace) %{_sysconfdir}/ppp/firewall-standalone
%{_sbindir}/pppoe
%{_sbindir}/pppoe-connect
%{_sbindir}/pppoe-relay
%{_sbindir}/pppoe-server
%{_sbindir}/pppoe-setup
%{_sbindir}/pppoe-sniff
%{_sbindir}/pppoe-start
%{_sbindir}/pppoe-status
%{_sbindir}/pppoe-stop
%{_sbindir}/adsl-connect
%{_sbindir}/adsl-setup
%{_sbindir}/adsl-start
%{_sbindir}/adsl-status
%{_sbindir}/adsl-stop
%{_mandir}/man[58]/*
%config(noreplace)%{_initrddir}/pppoe

#----------------------------------------------------------------------------

%package gui
Summary:	GUI front-end for rp-pppoe
Group:		System/Servers
Requires:	rp-pppoe >= 3.6
Requires:	tk

%description gui
This package contains the graphical frontend (tk-based) for rp-pppoe.

Install this if you wish to have a graphical frontend for pppoe.

%files gui
%{_bindir}/tkpppoe
%{_sbindir}/pppoe-wrapper
%{_mandir}/man1/*
%{_datadir}/applications/*
%dir %{_datadir}/tkpppoe
%dir %{_sysconfdir}/ppp/rp-pppoe-gui
%{_datadir}/tkpppoe/*

#----------------------------------------------------------------------------

%package plugin
Summary:	PPP over ethernet kernel-mode plugin
Group:		System/Servers
Requires:	%{name} = %{EVRD}
Conflicts:	ppp-pppoe

%description plugin
PPP over ethernet kernel-mode plugin.

%files plugin
%doc doc/KERNEL-MODE-PPPOE

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%serverbuild
cd src
./configure \
	--docdir=%{_docdir}/%{name} \
	--enable-plugin=%{_includedir} \
	--docdir=%{_docdir}/%{name}

%make

%install
pushd src
%makeinstall_std
popd

pushd gui
%makeinstall_std
popd

# This is necessary for the gui to work, but it shouldn't be done here !
mkdir -p %{buildroot}%{_sysconfdir}/ppp/rp-pppoe-gui

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/rp-pppoe-gui.desktop <<EOF
[Desktop Entry]
Name=TkPPPoE
Comment=Frontend for rp-pppoe
Comment[ru]=Графический интерфейс для rp-pppoe
Exec=%{_bindir}/tkpppoe
Icon=remote_access_section
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Internet-RemoteAccess;Network;RemoteAccess;Dialup;
EOF

perl -pi -e "s/restart/restart\|reload/g;" %{buildroot}%{_initrddir}/pppoe
rm -rf %{buildroot}/usr/share/doc

mkdir -p %{buildroot}%{_libdir}/pppd/%{pppver}
rm -f %{buildroot}%{_sysconfdir}/ppp/plugins/README

# backward compatibility links
for i in connect start stop setup status; do
	ln -sf %{_sbindir}/pppoe-$i %{buildroot}%{_sbindir}/adsl-$i
	ln -sf pppoe-$i.8 %{buildroot}%{_mandir}/man8/adsl-$i.8
done


%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 3.11-6
- (42294f9) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24059 |14mu|rsyslog-8.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define         journalcfgdir    %{_sysconfdir}/systemd

Summary:	Enhanced system logging and kernel message trapping daemons
Name:		rsyslog
Version:	8.4.2
Release:	1
License:	GPLv3
Group:		System/Kernel and hardware
URL:		http://www.rsyslog.com/
Source0:	http://www.rsyslog.com/files/download/%{name}/%{name}-%{version}.tar.gz
Source2:	rsyslog.sysconfig
Source3:	rsyslog.conf
Source4:	00_common.conf
Source5:	01_mysql.conf
Source6:	02_pgsql.conf
Source7:	03_gssapi.conf
Source8:	04_relp.conf
Source9:	05_dbi.conf
Source10:	06_snmp.conf
Source11:	sysklogd.conf
Source12:	07_rsyslog.log
Source13:	08_gnutls.conf
Source14:	09_journald.conf

# (eatdirt) bash script to switch on and off ForwardToSyslog in systemd journal
#configuration file
Source15:       rsyslog_switchfwd

Patch0:		rsyslog-8.4.1-systemd.patch
#Fix a misprint in function name in imjournal.c (pr2fac->pri2fac) 
Patch1:         rsyslog-8.4.2-imjournal.patch

BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	java-rpmbuild
BuildRequires:	krb5-devel
BuildRequires:	libdbi-devel
BuildRequires:	libtool
BuildRequires:	mysql-devel >= 4.0
BuildRequires:	net-snmp-devel
BuildRequires:	pkgconfig
BuildRequires:	postgresql-devel
BuildRequires:	relp-devel
BuildRequires:	zlib-devel
BuildRequires:	gnutls-devel
BuildRequires:	libgcrypt-devel
BuildRequires:	pkgconfig(libestr)
BuildRequires:	pkgconfig(liblogging-stdlog)
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	curl-devel
BuildRequires:	python-docutils

Requires:	logrotate
Provides:       syslog-daemon

Requires(post):  rpm-helper
Requires(preun): rpm-helper
Requires(post): coreutils

Conflicts:	syslog-ng
Obsoletes:	rsyslog-docs < 8.2.2


%description
Rsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL,
PostgreSQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any
message part, and fine grain output format control. It is quite compatible to
stock sysklogd and can be used as a drop-in replacement. Its advanced features
make it suitable for enterprise-class, encryption protected syslog relay chains
while  at the same time being very easy to setup for the novice user.

 o lmnet.so     - Implementation of network related stuff.
 o lmregexp.so  - Implementation of regexp related stuff.
 o lmtcpclt.so  - This is the implementation of TCP-based syslog clients.
 o lmtcpsrv.so  - Common code for plain TCP based servers.
 o imtcp.so     - This is the implementation of the TCP input module.
 o imudp.so     - This is the implementation of the UDP input module.
 o imuxsock.so  - This is the implementation of the Unix sockets input module.
 o imklog.so    - The kernel log input module for Linux.
 o immark.so    - This is the implementation of the build-in mark message input
                  module.
 o imfile.so    - This is the input module for reading text file data.
 o imjournal.so - An input module to import systemd journal logs

%package	mysql
Summary:	MySQL support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description	mysql
The rsyslog-mysql package contains a dynamic shared object that will add
MySQL database support to rsyslog.

 o ommysql.so - This is the implementation of the build-in output module for
                MySQL.

%package	pgsql
Summary:	PostgreSQL support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description	pgsql
The rsyslog-pgsql package contains a dynamic shared object that will add
PostgreSQL database support to rsyslog.

 o ompgsql.so - This is the implementation of the build-in output module for
                PgSQL.

%package	gssapi
Summary:	GSS-API support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description	gssapi
The rsyslog-gssapi package contains dynamic shared objects that will add
GSS-API support to rsyslog.

 o lmgssutil.so - This is a miscellaneous helper class for gss-api features.
 o imgssapi.so  - This is the implementation of the GSSAPI input module.
 o omgssapi.so  - This is the implementation of the build-in forwarding output
                  module.

%package	relp
Summary:	RELP support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description	relp
The rsyslog-relp package contains a dynamic shared object that will add
RELP support to rsyslog.

 o imrelp.so - This is the implementation of the RELP input module.
 o omrelp.so - This is the implementation of the RELP output module.

%package	dbi
Summary:	Dbi support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description	dbi
The rsyslog-dbi package contains a dynamic shared object that will add
dbi driver support to rsyslog.

 o omlibdbi.so - This is the implementation of the dbi output module.

%package	snmp
Summary:	SNMP support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description	snmp
The rsyslog-snmp package contains a dynamic shared object that will add
SNMP support to rsyslog.

 o omsnmp.so - This module sends an snmp trap.

%package	gnutls
Summary:	GnuTLS support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description	gnutls
The rsyslog-gnutls package contains a dynamic shared object that will add
GnuTLS support to rsyslog.

 o lmnsd_gtls.so - This is the implementation of the GnuTLS module.

%package	crypto
Summary:	Encryption support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description	crypto
This package contains a module providing log file encryption and a
command line tool to process encrypted logs.

%package	elasticsearch
Summary:	ElasticSearch output module for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description	elasticsearch
This module provides the capability for rsyslog to feed logs directly into
Elasticsearch.

%package	journald
Summary:	Systemd journal support for rsyslog
Group:		System/Kernel and hardware
Requires:	%{name} = %{version}-%{release}

%description journald
Provides the ability to import structured log messages from systemd
journal to rsyslog (and conversely). Note that this module reads the
journal database, what is considered a relativly performance-intense
operation. As such, the performance of a configuration utilizing this
module may be notably slower. Some versions of systemd journal have
problems with database corruption, which leads to the journal to
return the same data endlessly in a thight loop. It is strongly
recommended to use this plugin only if there is hard need to do so.


%prep
%setup -q
%apply_patches

mkdir -p ROSA
cp %{SOURCE4} ROSA/00_common.conf
cp %{SOURCE5} ROSA/01_mysql.conf
cp %{SOURCE6} ROSA/02_pgsql.conf
cp %{SOURCE7} ROSA/03_gssapi.conf
cp %{SOURCE8} ROSA/04_relp.conf
cp %{SOURCE9} ROSA/05_dbi.conf
cp %{SOURCE10} ROSA/06_snmp.conf
cp %{SOURCE13} ROSA/08_gnutls.conf
cp %{SOURCE14} ROSA/09_journald.conf

%build
%serverbuild_hardened

%configure2_5x \
    --with-systemdsystemunitdir=%{_unitdir} \
    --disable-static \
    --sbindir=/sbin \
    --enable-largefile \
    --enable-regexp \
    --enable-zlib \
    --enable-gssapi-krb5 \
    --enable-pthreads \
    --enable-klog \
    --enable-inet \
    --enable-mysql \
    --enable-pgsql \
    --enable-libdbi \
    --enable-snmp \
    --enable-rsyslogd \
    --enable-mail \
    --enable-relp \
    --enable-imfile \
    --enable-imtemplate \
    --enable-gnutls \
    --enable-elasticsearch \
    --enable-usertools \
    --enable-libgcrypt \
    --enable-imjournal \
    --enable-omjournal
%make

%install
%makeinstall_std

install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
install -d -m 755 %{buildroot}%{_sysconfdir}/rsyslog.d
install -d -m 755 %{buildroot}%{_sysconfdir}/pki
install -d -m 755 %{buildroot}%{_sysconfdir}/pki/tls
install -d -m 755 %{buildroot}%{_sysconfdir}/pki/tls/certs
install -d -m 755 %{buildroot}%{_sysconfdir}/pki/tls/private

install -p -m 644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/sysconfig/rsyslog
install -p -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/rsyslog.conf
install -p -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/syslog.conf
install -p -m 644 %{SOURCE12} %{buildroot}%{_sysconfdir}/logrotate.d/rsyslog
install -p -m 644 ROSA/*_*.conf %{buildroot}%{_sysconfdir}/rsyslog.d/

install -p -m 644 contrib/gnutls/ca.pem \
	%{buildroot}%{_sysconfdir}/pki/tls/certs/rsyslog-ca.crt
install -p -m 644 contrib/gnutls/cert.pem \
	%{buildroot}%{_sysconfdir}/pki/tls/certs/rsyslog.crt
install -p -m 600 contrib/gnutls/key.pem \
	%{buildroot}%{_sysconfdir}/pki/tls/private/rsyslog.key
# (eatdirt)
%__install -D -p -m 755 %{SOURCE15} %{buildroot}%{_sbindir}/rsyslog_switchfwd

# cleanup
rm -f %{buildroot}%{_libdir}/rsyslog/imtemplate.so




%post

# (eatdirt)
# switch ForwardToSyslog=yes in /etc/systemd/journald.conf + backup
%{_sbindir}/rsyslog_switchfwd %{journalcfgdir} on
# restart systemd-journal
/bin/systemctl try-restart systemd-journald || :

%_post_service rsyslog
# (cg) Handle a quirk of syslog service installations
if [ -f %{_sysconfdir}/systemd/system/multi-user.target.wants/%{name}.service -a ! -f %{_sysconfdir}/systemd/system/syslog.service ]; then
  cp -a %{_sysconfdir}/systemd/system/multi-user.target.wants/%{name}.service %{_sysconfdir}/systemd/system/syslog.service
fi

for n in /var/log/{messages,secure,maillog,spooler}; do
    [ -f $n ] && continue
    umask 066 && touch $n
done





%preun
%_preun_service rsyslog

#(eatdirt)
#restore the previously saved /etc/systemd/journald.conf file
if [ "$1" -eq "0" ]; then
  %{_sbindir}/rsyslog_switchfwd %{journalcfgdir} off

# restart systemd-journal
  /bin/systemctl try-restart systemd-journald || :
fi

%postun
if [ "$1" -ge "1" ]; then
    /bin/systemctl try-restart rsyslog.service || :
fi



%post mysql
/bin/systemctl try-restart rsyslog.service || :

%preun mysql
if [ "$1" = 0 ]; then
    /bin/systemctl try-restart rsyslog.service || :
fi

%post pgsql
    /bin/systemctl try-restart rsyslog.service || :

%preun pgsql
if [ "$1" = 0 ]; then
    /bin/systemctl try-restart rsyslog.service || :
fi

%post gssapi
/bin/systemctl try-restart rsyslog.service || :

%preun gssapi
if [ "$1" = 0 ]; then
    /bin/systemctl try-restart rsyslog.service || :
fi

%post relp
/bin/systemctl try-restart rsyslog.service || :

%preun relp
if [ "$1" = 0 ]; then
    /bin/systemctl try-restart rsyslog.service || :
fi

%post dbi
/bin/systemctl try-restart rsyslog.service || :

%preun dbi
if [ "$1" = 0 ]; then
    /bin/systemctl try-restart rsyslog.service || :
fi

%post snmp
/bin/systemctl try-restart rsyslog.service || :

%preun snmp
if [ "$1" = 0 ]; then
    /bin/systemctl try-restart rsyslog.service || :
fi

%post gnutls
/bin/systemctl try-restart rsyslog.service || :

%preun gnutls
if [ "$1" = 0 ]; then
    /bin/systemctl try-restart rsyslog.service || :
fi

%post journald
/bin/systemctl try-restart rsyslog.service || :

%preun journald
if [ "$1" = 0 ]; then
    /bin/systemctl try-restart rsyslog.service || :
fi

%files
%doc AUTHORS ChangeLog README
%config(noreplace) %{_sysconfdir}/rsyslog.conf
%config(noreplace) %{_sysconfdir}/syslog.conf
%config(noreplace) %{_sysconfdir}/sysconfig/rsyslog
%config(noreplace) %{_sysconfdir}/logrotate.d/rsyslog
%dir %{_sysconfdir}/rsyslog.d
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_common.conf
%{_unitdir}/rsyslog.service
/sbin/rsyslogd
%{_sbindir}/rsyslog_switchfwd
%dir %{_libdir}/rsyslog
%{_libdir}/rsyslog/imfile.so
%{_libdir}/rsyslog/imklog.so
%{_libdir}/rsyslog/immark.so
%{_libdir}/rsyslog/imtcp.so
%{_libdir}/rsyslog/imudp.so
%{_libdir}/rsyslog/imuxsock.so
%{_libdir}/rsyslog/lmnet.so
%{_libdir}/rsyslog/lmnetstrms.so
%{_libdir}/rsyslog/lmnsd_ptcp.so
%{_libdir}/rsyslog/lmregexp.so
%{_libdir}/rsyslog/lmstrmsrv.so
%{_libdir}/rsyslog/lmtcpclt.so
%{_libdir}/rsyslog/lmzlibw.so
%{_libdir}/rsyslog/lmtcpsrv.so
%{_libdir}/rsyslog/mmexternal.so
%{_libdir}/rsyslog/omtesting.so
%{_libdir}/rsyslog/ommail.so
%{_mandir}/*/*
%exclude %{_mandir}/man1/rscryutil.1.*

%files mysql
%doc plugins/ommysql/createDB.sql plugins/ommysql/contrib/delete_mysql
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_mysql.conf
%{_libdir}/rsyslog/ommysql.so

%files pgsql
%doc plugins/ompgsql/createDB.sql
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_pgsql.conf
%{_libdir}/rsyslog/ompgsql.so

%files gssapi
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_gssapi.conf
%{_libdir}/rsyslog/omgssapi.so
%{_libdir}/rsyslog/imgssapi.so
%{_libdir}/rsyslog/lmgssutil.so

%files relp
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_relp.conf
%{_libdir}/rsyslog/imrelp.so
%{_libdir}/rsyslog/omrelp.so

%files dbi
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_dbi.conf
%{_libdir}/rsyslog/omlibdbi.so

%files snmp
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_snmp.conf
%{_libdir}/rsyslog/omsnmp.so

%files gnutls
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_gnutls.conf
%config(noreplace) %{_sysconfdir}/pki/tls/certs/rsyslog-ca.crt
%config(noreplace) %{_sysconfdir}/pki/tls/certs/rsyslog.crt
%config(noreplace) %{_sysconfdir}/pki/tls/private/rsyslog.key
%{_libdir}/rsyslog/lmnsd_gtls.so

%files crypto
%{_bindir}/rscryutil
%{_mandir}/man1/rscryutil.1.*
%{_libdir}/rsyslog/lmcry_gcry.so

%files elasticsearch
%{_libdir}/rsyslog/omelasticsearch.so

%files journald
%config(noreplace) %{_sysconfdir}/rsyslog.d/*_journald.conf
%{_libdir}/rsyslog/omjournal.so
%{_libdir}/rsyslog/imjournal.so



%changelog
* Thu Oct 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 8.4.2-1
+ Revision: afba18a
- Updated to 8.4.2, migrated to systemd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24060 |14mu|rtl8723bs-4.3.5.5.20140916-2.20150914.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrev 44a012f
%define gitdate 20150914

# How to prepare the source archive from the git tree:
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix rtl8723bs-${date}-git${hash}/ ${hash} \
#	| xz -7e > rtl8723bs-${date}-git${hash}.tar.xz

%define kname r8723bs
%define firmware_dir /lib/firmware/rtlwifi/

%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	Driver for Realtek RTL8723BS Wireless LAN 802.11n SDIO
Name:		rtl8723bs
Version:	4.3.5.5.20140916
Release:	2.%{gitdate}.4
Source0:	%{name}-%{gitdate}-git%{gitrev}.tar.xz
Source1:	%{name}.rpmlintrc
License:	GPLv2
Group:		System/Kernel and hardware
URL:		https://github.com/lwfinger/rtl8723bs/tree/hadess

Patch1:		Allow-to-build-the-module-for-the-non-current-kernels.patch

%description
This package contains the driver for RTL8723BS Wireless LAN adapter
by Realtek.

%package -n dkms-%{name}
Summary:	Driver for Realtek RTL8723BS Wireless LAN 802.11n SDIO
Group:		System/Kernel and hardware
Requires(post):		dkms
Requires(preun):	dkms

%description -n dkms-%{name}
This package contains the driver for RTL8723BS Wireless LAN adapter
by Realtek.

%prep
%setup -qn %{name}-%{gitdate}-git%{gitrev}
%apply_patches

%build

%install

# install dkms sources
mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
cp -R * %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/
cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/dkms.conf << EOF
MAKE="make KVER=\${kernelver}"
PACKAGE_NAME=%{name}
PACKAGE_VERSION=%{version}-%{release}
DEST_MODULE_LOCATION=/kernel/3rdparty/%{name}
BUILT_MODULE_NAME=%{kname}
AUTOINSTALL=yes
EOF

# install the firmware
mkdir -p %{buildroot}%{firmware_dir}
install -m 644 rtl8723bs_nic %{buildroot}%{firmware_dir}/rtl8723bs_nic.bin
install -m 644 rtl8723bs_wowlan %{buildroot}%{firmware_dir}/rtl8723bs_wowlan.bin


%post -n dkms-%{name}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{release}

# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
	kk=$(echo $kk | sed 's/^\/lib\/modules\///');
	if test -d "/lib/modules/$kk/build"; then
		/usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{release} -k $kk &&
		/usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{release} -k $kk || true
	else
		echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
	fi;
done

%preun -n dkms-%{name}
# rmmod can fail (e.g. if the module is not loaded), but it should not stop
# deinstallation.
/sbin/rmmod %{kname} >/dev/null 2>&1 || true
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{release} --all || true

%files -n dkms-%{name}
%dir %{_usr}/src/%{name}-%{version}-%{release}
%{_usr}/src/%{name}-%{version}-%{release}/*
%{firmware_dir}/rtl8723bs_nic.bin
%{firmware_dir}/rtl8723bs_wowlan.bin

%changelog

* Tue Jan 05 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 4.3.5.5.20140916-2.20150914.4
- (af1cd15) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24061 |14mu|ruby-2.1.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# will also apply to all subpackages also, but since they all depend on
# ruby = %version anyways for now, it doesn't really matter...
%if %{_use_internal_dependency_generator}
%define __noautoreq 'ruby\\(abi\\)'
%else
%define _requires_exceptions ruby\(abi\)
%endif

%define my_target_cpu %{_target_cpu}
%ifarch amd64
%define my_target_cpu x86_64
%endif

%define subver 2.1
%define abiver 2.1.0

%bcond_with tcltk

Summary:	Object Oriented Script Language
Name:		ruby
Version:	2.1.10
Release:	1
License:	Ruby or GPLv2+
Group:		Development/Ruby
Url:		http://www.ruby-lang.org/
Source0:	ftp://ftp.ruby-lang.org/pub/ruby/%{subver}/ruby-%{version}.tar.xz
Source1:	http://www.rubycentral.com/faq/rubyfaqall.html
Source2:	http://dev.rubycentral.com/downloads/files/ProgrammingRuby-0.4.tar.bz2
# from ruby 1.9, to prevent file conflicts
Source4:	ruby-mode.el
Patch0:		ruby-do_not_propagate_no-undefined.patch
# Use shared libs as opposed to static for mkmf
# See bug rhbz#428384
Patch1:		ruby-2.1.2-mkmf-use-shared.patch
Patch2:		ruby-2.1.2-do-not-use-system-ruby-to-generate-ri-doc.patch
# http://redmine.ruby-lang.org/issues/5108
Patch3:		ruby-2.1.2-stdout-rouge-fix.patch
# backport from upstream
Patch4:		rubygems-2.2-docs.patch
Patch5:		rubygems-2.2-buildroot.patch

BuildRequires:	byacc
BuildRequires:	db52-devel
BuildRequires:	gdbm-devel
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(yaml-0.1)
BuildRequires:	pkgconfig(zlib)
%if %{with tcltk}
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(tk)
%else
Obsoletes:	ruby-tk < %{EVRD}
%endif
%rename		ruby-rexml
%rename		ruby-irb
%rename		ruby-libs
%rename		ruby-rdoc
%rename		ruby1.9
%rename		ruby-rake
%rename		rubygem-rake
%rename		ruby-RubyGems
Provides:	rubygems = %{EVRD}

# explicit file provides (since such requires are automatically added by find-requires)
Provides:	/usr/bin/ruby
Provides:	ruby(abi) = %{abiver}

%description
Ruby is the interpreted scripting language for quick and
easy object-oriented programming.  It has many features to
process text files and to do system management tasks (as in
Perl).  It is simple, straight-forward, and extensible.

%files -f %{name}.list
%dir %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}-%{version}/README
%doc %{_docdir}/%{name}
%{_bindir}/*
%dir %{_prefix}/lib/%{name}/
%dir %{_prefix}/lib/%{name}/gems
%dir %{_prefix}/lib/%{name}/gems/%{abiver}
%{_mandir}/*/*
%{_datadir}/emacs/site-lisp/*
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/gems
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/gems/rake-*
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/gems/rake-*/bin
%{_prefix}/lib/%{name}/gems/%{abiver}/gems/rake-*/bin/rake
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/gems/rdoc-*
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/gems/rdoc-*/bin
%{_prefix}/lib/%{name}/gems/%{abiver}/gems/rdoc-*/bin/rdoc
%{_prefix}/lib/%{name}/gems/%{abiver}/gems/rdoc-*/bin/ri
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/gems/test-unit-*
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/gems/test-unit-*/bin
%{_prefix}/lib/%{name}/gems/%{abiver}/gems/test-unit-*/bin/testrb
%dir %{_prefix}/lib/%{name}/gems/%{abiver}/specifications
%{_prefix}/lib/%{name}/gems/%{abiver}/specifications/default/*.gemspec
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*

#----------------------------------------------------------------------------

%define libname %mklibname ruby %{subver}

%package -n	%{libname}
Summary:	Shared main library for ruby %{subver}
Group:		System/Libraries

%description -n %{libname}
This package contains the shared ruby %{subver} library.

%files -n %{libname}
%{_libdir}/libruby.so.%{subver}*

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for the powerful language Ruby
Group:		Development/Ruby
BuildArch:	noarch
%rename		ruby1.9-doc

%description doc
Ruby is the interpreted scripting language for quick and
easy object-oriented programming.  It has many features to
process text files and to do system management tasks (as in
Perl). It is simple, straight-forward, and extensible.

This package contains the Ruby's documentation

%files doc
%{_datadir}/ri
%dir %{_docdir}/%{name}-%{version}
%{_docdir}/%{name}-%{version}/COPYING*
%{_docdir}/%{name}-%{version}/ChangeLog
%{_docdir}/%{name}-%{version}/README.*
%{_docdir}/%{name}-%{version}/FAQ.html
%{_docdir}/%{name}-%{version}/sample
%{_docdir}/%{name}-%{version}/ProgrammingRuby*

#----------------------------------------------------------------------------

%package devel
Summary:	Development file for the powerful language Ruby
Group:		Development/Ruby
Requires:	%{name} = %{EVRD}
%rename		ruby-static
%rename		ruby1.9-devel

%description devel
Ruby is the interpreted scripting language for quick and
easy object-oriented programming.  It has many features to
process text files and to do system management tasks (as in
Perl). It is simple, straight-forward, and extensible.

This package contains the Ruby's devel files.

%files devel
%{_includedir}/ruby-*
%{_libdir}/libruby-static.a
%{_libdir}/libruby.so
%{_libdir}/pkgconfig/ruby-%{subver}.pc
%{_libdir}/pkgconfig/ruby.pc

#----------------------------------------------------------------------------

%if %{with tcltk}
%package tk
Summary:	Tk extension for the powerful language Ruby
Group:		Development/Ruby
Requires:	%{name} = %{version}
%rename		ruby1.9-tk

%description tk
Ruby is the interpreted scripting language for quick and
easy object-oriented programming.  It has many features to
process text files and to do system management tasks (as in
Perl). It is simple, straight-forward, and extensible.

This package contains the Tk extension for Ruby.

%files tk
%{_prefix}/lib/%{name}/%{abiver}/%{my_target_cpu}-%{_target_os}/tcltk*
%{_prefix}/lib/%{name}/%{abiver}/%{my_target_cpu}-%{_target_os}/tk*
%{_prefix}/lib/%{name}/%{abiver}/tcltk*
%{_prefix}/lib/%{name}/%{abiver}/tk*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .undefined
%patch1 -p1 -b .shared~
%patch2 -p1 -b .ri
%patch3 -p1 -b .stdout~
%patch4 -p1 -b .docs~
%patch5 -p1 -b .buildroot~

%build
autoreconf -fi
touch configure.in

CFLAGS=`echo %{optflags} | sed 's/-fomit-frame-pointer//'`
%configure2_5x \
	--enable-shared \
	--disable-rpath \
	--enable-pthread \
	--with-sitedir=%{_prefix}/lib/ruby/%{abiver}/site_ruby \
	--with-vendordir=%{_prefix}/lib/ruby/%{abiver}/vendor_ruby \
	--with-rubylibprefix=%{_prefix}/lib/ruby

# Force verconf.h regeneration (for build with frozen time)
[ -f verconf.h ] && rm verconf.h
%make

%install
%makeinstall_std install-doc

install -d %{buildroot}%{_docdir}/%{name}-%{version}
cp -a COPYING* ChangeLog README* sample %{buildroot}%{_docdir}/%{name}-%{version}
install -m644 %{SOURCE1} -D %{buildroot}%{_docdir}/%{name}-%{version}/FAQ.html

install -m644 %{SOURCE4} -D %{buildroot}%{_datadir}/emacs/site-lisp/ruby-mode.el

install -d %{buildroot}%{_sysconfdir}/emacs/site-start.d
cat <<EOF >%{buildroot}%{_sysconfdir}/emacs/site-start.d/%{name}.el
(autoload 'ruby-mode "ruby-mode" "Ruby editing mode." t)
(add-to-list 'auto-mode-alist '("\\\\.rb$" . ruby-mode))
(add-to-list 'interpreter-mode-alist '("ruby" . ruby-mode))
EOF

tar -C %{buildroot}%{_docdir}/%{name}-%{version} -xjf %{SOURCE2}
mv %{buildroot}%{_docdir}/%{name}-%{version}/ProgrammingRuby-*/{html/*,}
rm -rf %{buildroot}%{_docdir}/%{name}-%{version}/ProgrammingRuby-*/{html,xml}/

# Make the file/dirs list, filtering out tcl/tk and devel files
find %{buildroot}%{_prefix}/lib/ruby/%{abiver} \
	\( -not -type d -printf "%%p\n" \) \
	-or \( -type d -printf "%%%%dir %%p\n" \) \
| sed -e 's#%{buildroot}##g' \
| egrep -v '/(tcl)?tk|(%{my_target_cpu}-%{_target_os}/.*[ha]$)' > %{name}.list

# Fix scripts permissions and location
find %{buildroot} sample -type f | file -i -f - | grep text | cut -d: -f1 >text.list
cat text.list | xargs chmod 0644
#  Magic grepping to get only files with '#!' in the first line
cat text.list | xargs grep -n '^#!' | grep ':1:#!' | cut -d: -f1 >shebang.list
cat shebang.list | xargs sed -i -e 's|/usr/local/bin|/usr/bin|; s|\./ruby|/usr/bin/ruby|'
cat shebang.list | xargs chmod 0755

pushd %{buildroot}%{_libdir}/pkgconfig/
ln -s ruby-%{subver}.pc ruby.pc
popd

%changelog

* Tue Jan 17 2017 alzim <alzim@bk.ru> 2.1.10-1
- (2c96484) Merge pull request #1 from import/ruby:rosa2016.1
- (2c96484) Updated to 2.1.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24062 |14mu|rubygem-glib2-2.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname glib2

Summary:	Ruby binding of GLib-2.x
Name:		rubygem-%{rbname}
Version:	2.2.0
Release:	4
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
Patch0:		rubygem-glib2-2.2.0-glib2.44.patch
BuildRequires:	rubygems
BuildRequires:	rubygem(pkg-config)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(ruby)

%description
Ruby binding of GLib-2.x.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/%{rbname}/*.rb
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/gnome2/rake/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/glib2.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Development/Ruby
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Ruby

%description devel
Development files for %{name}.

%files devel
%{ruby_sitearchdir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p2

%build
%gem_build

%install
%gem_install


%changelog

* Sun May 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.0-4
- (cdf9ec7) Add patch to fix build with glib 2.44+



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24063 |14mu|rubygem-pkg-config-1.1.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname pkg-config

Summary:	A pkg-config implementation for Ruby
Name:		rubygem-%{rbname}
Version:	1.1.6
Release:	1
License:	GPLv2+ or Ruby
Group:		Development/Ruby
Url:		https://github.com/rcairo/pkg-config
Source0:	http://rubygems.org/gems/pkg-config-1.1.6.gem
BuildRequires:	rubygems
BuildArch:	noarch

%description
pkg-config can be used in your extconf.rb to properly detect need libraries
for compiling Ruby native extensions.

%files
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%dir %{ruby_gemdir}/gems/%{rbname}-%{version}/lib/pkg-config
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/pkg-config/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Books/Computer books
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install

%changelog

* Fri Jan 01 2016 dsilakov <denis.silakov@rosalab.ru> 1.1.6-1
- (f90099b) Merge pull request #1 from import/rubygem-pkg-config:auto_update
- (f90099b) Updated to 1.1.6 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24064 |14mu|rubygem-poppler-2.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rbname poppler

Summary:	Ruby binding of poppler-glib
Name:		rubygem-%{rbname}
Version:	2.2.0
Release:	2
License:	LGPLv2.1+
Group:		Development/Ruby
Url:		http://ruby-gnome2.sourceforge.jp/
Source0:	http://rubygems.org/gems/%{rbname}-%{version}.gem
BuildRequires:	rubygem-cairo-devel
BuildRequires:	rubygem-glib2-devel
BuildRequires:	rubygem-gtk2-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(poppler-glib)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	rubygem(cairo)
BuildRequires:	rubygem(glib2)
BuildRequires:	rubygem(gtk2)

%description
Ruby binding of poppler-glib.

%files
%{ruby_gemdir}/gems/%{rbname}-%{version}/lib/*.rb
%{ruby_gemdir}/specifications/%{rbname}-%{version}.gemspec
%{ruby_sitearchdir}/%{rbname}.so

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
Requires:	%{name} = %{EVRD}
BuildArch:	noarch

%description doc
Documents, RDoc & RI documentation for %{name}.

%files doc
%doc %{ruby_gemdir}/doc/%{rbname}-%{version}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%gem_build

%install
%gem_install


%changelog

* Wed Apr 22 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2.0-2
- (44e6721) Rebuild with new poppler



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24065 |14mu|ruby-qt4-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Ruby Qt4 bindings
Name:		ruby-qt4
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+ and LGPLv2.1+
Group:		Development/KDE and Qt
Url:		http://www.kde.org
%define is_beta %(if test `echo %version |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/qtruby-%{version}.tar.xz
BuildRequires:	cmake
BuildRequires:	kde4-macros
BuildRequires:	ruby
BuildRequires:	kdelibs4-devel
BuildRequires:	qscintilla-qt4-devel
BuildRequires:	ruby-devel
BuildRequires:	smokeqt-devel >= 1:%{version}
BuildRequires:	pkgconfig(phonon)

%description
A Qt4 bindings for Ruby language.

%files
%doc COPYING COPYING.LIB README TODO AUTHORS ChangeLog
%{_kde_bindir}/rbqtapi
%{ruby_sitearchdir}/qscintilla.so
%{ruby_sitearchdir}/qtdeclarative.so
%{ruby_sitearchdir}/qtruby4.so
%{ruby_sitearchdir}/qtuitools.so
%{ruby_sitearchdir}/qtwebkit.so
%{ruby_sitearchdir}/qtscript.so
%{ruby_sitearchdir}/qttest.so
%{ruby_sitearchdir}/phonon.so
%{ruby_sitelibdir}/Qt.rb
%{ruby_sitelibdir}/Qt3.rb
%{ruby_sitelibdir}/Qt4.rb
%{ruby_sitelibdir}/Qt
%{ruby_sitelibdir}/qscintilla
%{ruby_sitelibdir}/qtdeclarative
%{ruby_sitelibdir}/qtuitools
%{ruby_sitelibdir}/qtwebkit
%{ruby_sitelibdir}/qtscript
%{ruby_sitelibdir}/qttest
%{ruby_sitelibdir}/phonon

#------------------------------------------------------------

%define libqtruby4shared_major 2
%define libqtruby4shared %mklibname qtruby4shared %{libqtruby4shared_major}

%package -n %{libqtruby4shared}
Summary:	Qt generic bindings library
Group:		Development/KDE and Qt

%description -n %{libqtruby4shared}
Qt generic bindings library.

%files -n %{libqtruby4shared}
%{_kde_libdir}/libqtruby4shared.so.%{libqtruby4shared_major}*

#------------------------------------------------------------

%package devel
Summary:	Header files for ruby-qt4
Group:		Development/KDE and Qt
Requires:	ruby-qt4 = %{EVRD}
Requires:	%{libqtruby4shared} = %{EVRD}

%description devel
ruby-qt4 devel files.

%files devel
%{_kde_bindir}/rbrcc
%{_kde_bindir}/rbuic4
%{_kde_libdir}/libqtruby4shared.so
%{_kde_includedir}/qtruby
%{_kde_datadir}/qtruby4/cmake/*.cmake

#------------------------------------------------------------

%prep
%setup -qn qtruby-%{version}

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: ca1ea43
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24066 |14mu|rust-1.20.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define _disable_lto 1
%define _disable_ld_no_undefined 1
# To avoid undefined symbols
%define _find_debuginfo_opts -g

Summary:	A safe, concurrent, practical programming language
Name:		rust
Version:	1.20.0
Release:	1
License:	MIT
Group:		Development/Rust
Url:		http://www.rust-lang.org/
Source0:	http://static.rust-lang.org/dist/rustc-%{version}-src.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	cmake
BuildRequires:	bison
BuildRequires:	curl
BuildRequires:	docbook-style-xsl
BuildRequires:	flex
BuildRequires:	gdb
BuildRequires:	git
BuildRequires:	xsltproc
BuildRequires:	llvm-devel
BuildRequires:	pkgconfig(python)

%description
Rust is a curly-brace, block-structured expression language. It
visually resembles the C language family, but differs significantly
in syntactic and semantic details. Its design is oriented toward
concerns of "programming in the large", that is, of creating and
maintaining boundaries - both abstract and operational - that
preserve large-system integrity, availability and concurrency.

It supports a mixture of imperative procedural, concurrent actor,
object-oriented and pure functional styles. Rust also supports
generic programming and metaprogramming, in both static and dynamic
styles.

%files
%{_bindir}/rustc
%{_bindir}/rustdoc
%{_bindir}/rust-gdb
%{_bindir}/rust-lldb
%{_docdir}/%{name}/COPYRIGHT
%{_docdir}/%{name}/LICENSE-APACHE
%{_docdir}/%{name}/LICENSE-MIT
%{_docdir}/%{name}/README.md
%{_libdir}/lib*-*.so
%{_libdir}/rustlib/components
%{_libdir}/rustlib/etc/*.py
%{_libdir}/rustlib/*/lib/lib*-*.so
%{_libdir}/rustlib/*/lib/lib*-*.rlib
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for the Rust programming language
Group:		Documentation
BuildArch:	noarch

%description doc
This package contains the HTML documentation of the Rust programming language.

%files doc
%{_docdir}/%{name}/html/

#----------------------------------------------------------------------------

%prep
%setup -q -n rustc-%{version}-src

rm -rf src/llvm/

%build
./configure \
	--prefix=%{_prefix} \
	--sysconfdir=%{_sysconfdir} \
	--datadir=%{_datadir} \
	--libdir=%{_libdir} \
	--localstatedir=%{_localstatedir} \
	--mandir=%{_mandir} \
	--infodir=%{_infodir} \
	--disable-rpath \
	--default-linker=gcc \
	--disable-codegen-tests \
	--enable-llvm-link-shared \
	--llvm-root=%{_prefix} \
	--enable-vendor

./x.py build
./x.py doc

%install
DESTDIR=%{buildroot} ./x.py install --verbose

rm -f %{buildroot}%{_libdir}/rustlib/install.log
rm -f %{buildroot}%{_libdir}/rustlib/manifest-*
rm -f %{buildroot}%{_libdir}/rustlib/rust-installer-version
rm -f %{buildroot}%{_libdir}/rustlib/uninstall.sh

# Turn libraries into symlinks to avoid duplicate Provides
pushd %{buildroot}%{_libdir}/rustlib/*/lib/
rm lib*.so
for lib in ../../../*.so
do
	ln -s $lib `basename $lib`
done
popd

# Manually strip them because auto-strip damages files
pushd %{buildroot}%{_libdir}
strip *.so
popd
pushd %{buildroot}%{_bindir}
strip rustc
strip rustdoc
popd

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24067 |14mu|rxvt-2.7.10-27
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A color VT102 terminal emulator for the X Window System
Name:		rxvt
Epoch:		3
Version:	2.7.10
Release: 	27
License:	GPLv2
Group:		Terminals

Source:		ftp://ftp.rxvt.org/pub/rxvt/rxvt-%{version}.tar.bz2
Source1:	rxvt.sh
Source2:	rxvt-zh.menu
Source3:	rxvt-CLE-mini.png
Source4:	rxvt-CLE.png
Source5:	rxvt-CLE-large.png

Patch0:		rxvt-2.7.8-big-buffer.patch
# definition of the default fonts to use depending on language -- pablo 
Patch2:		rxvt-2.7.10-fonts.patch
# IM fix from http://www.giga.it.okayama-u.ac.jp/~ishihara/opensource/:
Patch3:		rxvt-2.7.10-xim-fix.patch 

# from gentoo
Patch4:		rxvt-2.7.10-asneeded.patch
Patch5:		rxvt-2.7.10-azz4.diff
Patch6:		rxvt-2.7.10-line-scroll.patch
Patch7:		rxvt-2.7.10-rk.patch
Patch8:		rxvt-2.7.10-CVE-2008-1142-DISPLAY.patch

URL:		http://rxvt.sourceforge.net/
Obsoletes:	crxvt <= 2.7.10, gbrxvt <= 2.7.10
Obsoletes:	rxvt-CLE <= 2.7.10
Provides:	crxvt = %{version}-%{release}
Provides:	gbrxvt = %{version}-%{release}
Provides:	rxvt-CLE = %{version}-%{release}
BuildRequires:	xpm-devel
BuildRequires:	utempter-devel
BuildRequires:	lesstif-devel
# X11 locales are required to build IM support
BuildRequires:	libx11-common
Conflicts:	drakconf < 9.3-25mdk

%package CJK
Summary:	CJK menus for rxvt
Requires:	%{name} = %{epoch}:%{version}-%{release}
Group:		Terminals

%description
Rxvt is a color VT102 terminal emulator for the X Window System.
Rxvt is intended to be an xterm replacement for users who don't need
the more esoteric features of xterm, like Tektronix 4014 emulation,
session logging and toolkit style configurability.  Since it doesn't
support those features, rxvt uses much less swap space than xterm
uses.  This is a significant advantage on a machine which is serving
a large number of X sessions.

The rxvt package should be installed on any machine which serves a
large number of X sessions, if you'd like to improve that machine's
performance.

This version of rxvt can display Japanese, Chinese (Big5 and GuoBiao) 
and Korean.

%description CJK
This package contains the CJK versions of rxvt.

%prep
%setup -q
%patch0 -p1 -b .bigbuf
%patch2 -p1 -b .fonts
%patch3 -p1 -b .im

%patch4 -p1 -b .asneeded
%patch5 -p1 -b .azz4
%patch6 -p0 -b .line-scroll
%patch7 -p1 -b .rk
%patch8 -p1 -b .CVE-2008-1142

%build
# NeXT scrollbar is cool :)
perl -pi -e s/-eten-/-\*-/g src/defaultfont.h

export CFLAGS="%{optflags} -D_GNU_SOURCE -DUTEMPTER"  
%configure2_5x --mandir=%{_mandir} \
	--enable-xpm-background --enable-menubar \
	--enable-utmp --enable-ttygid \
	--enable-transparency --enable-next-scroll --enable-rxvt-scroll --enable-xterm-scroll \
	--enable-xim --enable-languages --enable-smart-resize  \
	--enable-mousewheel --enable-static=yes

# make -j doesn't works... seems some Makefile tasks are done in wrong order
#make -j 2
make
cp src/rxvt src/rxvt.cjk
cp src/rxvt src/rxvt.bin

%install

%makeinstall_std
mkdir -p %{buildroot}/etc/X11/app-defaults
touch src/rxvt
for i in cjk bin;do
	install -m755 src/rxvt.$i %{buildroot}/usr/bin
done
rm -f %{buildroot}/usr/bin/rxvt
rm -f %{buildroot}/usr/bin/rxvt-%{version}

install -m 755 %{SOURCE1} %{buildroot}/usr/bin

# (fg) 20000925 Make the necessary links
( cd %{buildroot}/usr/bin;
  for i in {gb,c,j,k}rxvt; do
		ln rxvt.sh $i
  done
  ln -s rxvt.sh rxvt
)

mkdir -p %{buildroot}/%{_sysconfdir}/rxvt

mkdir -p %{buildroot}%{_datadir}/applications/
cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-rxvt.desktop
[Desktop Entry]
Type=Application
Categories=X-MandrivaLinux-System-Terminals;TerminalEmulator;
Name=RXvt
Comment=A version of the rxvt terminal with support for Traditional Chinese, Simplified Chinese, Japanese and Korean.
Comment[ru]=Версия терминала rxvt с поддержкой японского, корейского, традиционного и упрощенного китайского языков
Exec=/usr/bin/rxvt
Icon=rxvt-CLE
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-rxvt-C_tw.desktop
[Desktop Entry]
Type=Application
Categories=X-MandrivaLinux-System-Terminals;TerminalEmulator;
Name=CRXvt (Big5)  
Comment=Traditional Chinese rxvt terminal
Comment[ru]=Терминал rxvt с поддержкой традиционного китайского языка
Exec=/usr/bin/crxvt -ls
Icon=rxvt-CJK
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-rxvt-C_ch.desktop
[Desktop Entry]
Type=Application
Categories=X-MandrivaLinux-System-Terminals;TerminalEmulator;
Name=GBRXvt (GB2312)  
Comment=Simplified Chinese rxvt terminal
Comment[ru]=Терминал rxvt с поддержкой упрощенного китайского языка
Exec=/usr/bin/gbrxvt -ls
Icon=rxvt-CJK
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-rxvt-J.desktop
[Desktop Entry]
Type=Application
Categories=X-MandrivaLinux-System-Terminals;TerminalEmulator;
Name=JRXvt (JIS)  
Comment=Japanese rxvt terminal
Comment[ru]=Терминал rxvt с поддержкой японского языка
Exec=/usr/bin/jrxvt -ls
Icon=rxvt-CJK
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-rxvt-K.desktop
[Desktop Entry]
Type=Application
Categories=X-MandrivaLinux-System-Terminals;TerminalEmulator;
Name=KRXvt (KSC5601)
Comment=Korean rxvt terminal
Comment[ru]=Терминал rxvt с поддержкой корейского языка
Exec=/usr/bin/krxvt -ls
Icon=rxvt-CJK
EOF

# (fg) 20000929 New icons from ln
mkdir -p %{buildroot}/%{_iconsdir}/{large,mini}
for i in CLE CJK; do
install -m644 %{SOURCE3} %{buildroot}/%{_miconsdir}/rxvt-$i.png

install -m644 %{SOURCE4} %{buildroot}/%{_iconsdir}/rxvt-$i.png
install -m644 %{SOURCE5} %{buildroot}/%{_liconsdir}/rxvt-$i.png
done

chmod -x doc/menu/*

%post
update-alternatives --install /usr/bin/xvt xvt /usr/bin/rxvt 20

%postun
if [ "$1" = "0" ]; then
	update-alternatives --remove xvt /usr/bin/rxvt
fi

%files
%doc doc/*
%{_bindir}/rclock
%{_bindir}/rxvt
%{_bindir}/rxvt.bin
%{_bindir}/rxvt.cjk
%{_bindir}/rxvt.sh
%{_mandir}/man1/*
#%config(missingok,noreplace) /etc/rxvt/rxvt-zh.menu
%{_datadir}/applications/mandriva-rxvt.desktop
%{_iconsdir}/rxvt-CLE.png
%{_liconsdir}/rxvt-CLE.png
%{_miconsdir}/rxvt-CLE.png

%files CJK
%{_bindir}/crxvt
%{_bindir}/gbrxvt
%{_bindir}/jrxvt
%{_bindir}/krxvt
%{_datadir}/applications/mandriva-rxvt-*.desktop
%{_iconsdir}/rxvt-CJK.png
%{_liconsdir}/rxvt-CJK.png
%{_miconsdir}/rxvt-CJK.png

%changelog

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 3:2.7.10-27
- (2a33492) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24068 |14mu|rygel-0.26.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2.6
%define major 2
%define libname %mklibname %{name} %{api} %{major}

%define url_ver %(echo %{version} | cut -d. -f1,2)

Summary:	A UPnP v2 Media Server
Name:		rygel
Version:	0.26.1
Release:	1
License:	LGPLv2+
Group:		Sound
Url:		https://wiki.gnome.org/Rygel
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
#BuildRequires:	tracker-vala
BuildRequires:	vala >= 0.20.0
BuildRequires:	tracker-devel
BuildRequires:	pkgconfig(gee-0.8) >= 0.8.0
BuildRequires:	pkgconfig(gio-2.0) >= 2.26
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gssdp-1.0) >= 0.13.0
BuildRequires:	pkgconfig(gstreamer-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-app-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-tag-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-video-1.0) >= 1.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:	pkgconfig(gupnp-1.0) >= 0.19.0
BuildRequires:	pkgconfig(gupnp-av-1.0) >= 0.11.4
BuildRequires:	pkgconfig(gupnp-dlna-2.0) >= 0.9.4
BuildRequires:	pkgconfig(gupnp-dlna-gst-2.0) >= 0.9.4
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.34.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.7
BuildRequires:	pkgconfig(sqlite3) >= 3.5
BuildRequires:	pkgconfig(uuid) >= 1.41.3
BuildRequires:	pkgconfig(libmediaart-2.0)
Requires:	gnome-icon-theme-symbolic
Requires:	gstreamer1.0-libav
Requires:	gstreamer1.0-plugins-bad
Requires:	gstreamer1.0-plugins-good
Requires:	gstreamer1.0-plugins-ugly
Requires:	shared-mime-info

Obsoletes:	%{name}-tracker < 0.25.2.1

%description
Rygel is an implementation of the UPnP MediaServer V 2.0 specification that is
specifically designed for GNOME. It is based on GUPnP and is written (mostly)
in Vala language. The project was previously known as gupnp-media-server.

%files -f %{name}.lang
%doc AUTHORS COPYING README TODO NEWS
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_bindir}/%{name}
%{_bindir}/%{name}-preferences
%dir %{_libdir}/%{name}-%{api}
%dir %{_libdir}/%{name}-%{api}/plugins
%dir %{_libdir}/%{name}-%{api}/engines
%{_libdir}/%{name}-%{api}/plugins/*
%{_libdir}/%{name}-%{api}/engines/*
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}*
%{_iconsdir}/*/*/*/*
%{_mandir}/man?/*
%{_datadir}/dbus-1/services/org.gnome.Rygel1.service

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared libraries for %{name}.

%files -n %{libname}
%{_libdir}/lib*.so.*

#----------------------------------------------------------------------------

%package devel
Summary:	Development package for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description devel
Files for development with %{name}.

%files devel
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}-*-%{api}.pc
%{_datadir}/gtk-doc/html/*
%{_includedir}/%{name}-%{api}
%{_datadir}/vala/vapi/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export LDFLAGS="-lgtk-3 -lglib-2.0 -lgee-0.8"
%configure2_5x --enable-tracker-plugin --enable-media-export-plugin --enable-external-plugin \
  --enable-mediathek-plugin --enable-gst-launch-plugin --disable-silent-rules --disable-rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make V=1 

%install
%makeinstall_std

%find_lang %{name}

%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 0.26.1-1
- (50b8790) update to 0.26.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24069 |14mu|rygel-0.28.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2.6
%define major 2
%define libname %mklibname %{name} %{api} %{major}

%define url_ver %(echo %{version} | cut -d. -f1,2)

Summary:	A UPnP v2 Media Server
Name:		rygel
Version:	0.28.2
Release:	1
License:	LGPLv2+
Group:		Sound
Url:		https://wiki.gnome.org/Rygel
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	intltool
#BuildRequires:	tracker-vala
BuildRequires:	perl >= 5.8.1
BuildRequires:	perl(XML::Parser)
BuildRequires:	xsltproc
BuildRequires:	vala >= 0.24.0
BuildRequires:	tracker-devel >= 0.14.0
BuildRequires:	pkgconfig(gee-0.8) >= 0.8.0
BuildRequires:	pkgconfig(gio-2.0) >= 2.26
BuildRequires:	pkgconfig(gmodule-2.0) >= 2.40.0
BuildRequires:	pkgconfig(gssdp-1.0) >= 0.13.0
BuildRequires:	pkgconfig(gstreamer-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-app-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-tag-1.0) >= 1.0
BuildRequires:	pkgconfig(gstreamer-video-1.0) >= 1.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:	pkgconfig(gupnp-1.0) >= 0.20.14
BuildRequires:	pkgconfig(gupnp-av-1.0) >= 0.12.4
BuildRequires:	pkgconfig(gupnp-dlna-2.0) >= 0.9.4
BuildRequires:	pkgconfig(gupnp-dlna-gst-2.0) >= 0.9.4
BuildRequires:	pkgconfig(libmediaart-2.0) >= 0.7.0
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.44.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.7
BuildRequires:	pkgconfig(sqlite3) >= 3.5
BuildRequires:	pkgconfig(uuid) >= 1.41.3

Requires:	gnome-icon-theme-symbolic
Requires:	gstreamer1.0-libav
Requires:	gstreamer1.0-plugins-bad
Requires:	gstreamer1.0-plugins-good
Requires:	gstreamer1.0-plugins-ugly
Requires:	shared-mime-info

%rename		%{name}-tracker

%description
Rygel is an implementation of the UPnP MediaServer V 2.0 specification that is
specifically designed for GNOME. It is based on GUPnP and is written (mostly)
in Vala language. The project was previously known as gupnp-media-server.

%files -f %{name}.lang
%doc AUTHORS COPYING README TODO NEWS
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_bindir}/%{name}
%{_bindir}/%{name}-preferences
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}-%{api}
%dir %{_libdir}/%{name}-%{api}/plugins
%dir %{_libdir}/%{name}-%{api}/engines
%{_libdir}/%{name}/mx-extract
%{_libdir}/%{name}-%{api}/plugins/*
%{_libdir}/%{name}-%{api}/engines/*
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}*
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man?/*
%{_datadir}/dbus-1/services/org.gnome.Rygel1.service

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared libraries for %{name}.

%files -n %{libname}
%doc COPYING
%{_libdir}/lib*.so.*

#----------------------------------------------------------------------------

%package devel
Summary:	Development package for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description devel
Files for development with %{name}.

%files devel
%doc COPYING
%{_includedir}/%{name}-%{api}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/%{name}-*-%{api}.pc
%{_datadir}/gtk-doc/html/*
%{_datadir}/vala/vapi/*

#----------------------------------------------------------------------------

%prep
%setup -q


%build
# No more need for this
#export LDFLAGS="-lgtk-3 -lglib-2.0 -lgee-0.8"
%configure2_5x	--enable-tracker-plugin \
		--enable-media-export-plugin \
		--enable-external-plugin \
		--enable-mediathek-plugin \
		--enable-playbin-plugin \
		--enable-gst-launch-plugin \
		--enable-example-plugins \
		--enable-vala \
		--with-media-engine=gstreamer \
		--disable-silent-rules

sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make V=1 


%install
%makeinstall_std

%find_lang %{name}

%changelog

* Mon Jan 25 2016 Giovanni Mariani <mc2374@mclink.it> 0.28.2-1
- (07b3cf7) Updated to release 0.28.2, updated file BReqs (according to configure output) and file list



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24070 |14mu|samba-4.3.13-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Useful commands for testing domain controller/OpenLDAP replacement
# functionality:
#
# Set up initial domain controller:
# samba-tool domain provision --realm=LINDEV.CH --domain=LINDEV --adminpass='PASSWORD' --server-role='domain controller'
# Query:
# ldapsearch -H ldap://127.0.0.1 -x -w 'PASSWORD' -b "DC=lindev,DC=ch" -D "CN=Administrator,CN=Users,DC=lindev,DC=ch"
# With TLS:
# ldapsearch -Z -H ldaps://127.0.0.1:636 -x -w 'PASSWORD' -b "DC=lindev,DC=ch" -D "CN=Administrator,CN=Users,DC=lindev,DC=ch"

%define libsmbmajor 0
%define netapimajor 0
%define dcerpcmajor 0
%define hostconfigmajor 0
%define ndrmajor 0
%define wbclientmajor 0
%define sambautilmajor 0
%define registrymajor 0
%define gensecmajor 0
%define samdbmajor 0
%define policymajor 0
%define passdbmajor 0
%define credentialsmajor 0
%define smbconfmajor 0
%define smbldapmajor 0
%define tevent_utilmajor 0
%define torture_major 0
%define nsswinsmajor 2
%define winbindmajor 2
%define sambaservermajor 0

# Default options
%bcond_with doc
%bcond_with cifs
%bcond_without ads
%bcond_without test
# CUPS supports functionality for 'printcap name = cups' (9.0 and later):
%bcond_without cupspc
# %_{pre,postun}_service are provided by rpm-helper in 9.0 and later
%bcond_with mysql
%bcond_with pgsql

# Allow commandline option overrides (borrowed from Vince's qmail srpm):
# To use it, do rpm [-ba|--rebuild] --with 'xxx'
# Check if the rpm was built with the defaults, otherwise we inform the user
%define build_non_default 0
%{?_with_test: %global build_non_default 1}
%{?_without_test: %global build_non_default 1}
%global vfsdir examples.bin/VFS

%bcond_with gtk

%define libname %mklibname smbclient %{libsmbmajor}
%define devname %mklibname smbclient -d
%define libnetapi %mklibname netapi %{netapimajor}
%define netapidevel %mklibname netapi -d
%define libdcerpc %mklibname dcerpc %{dcerpcmajor}
%define dcerpcdevel %mklibname dcerpc -d
%define libsambahostconfig %mklibname samba-hostconfig %{hostconfigmajor}
%define sambahostconfigdevel %mklibname samba-hostconfig -d
%define libndr %mklibname ndr %{ndrmajor}
%define ndrdevel %mklibname ndr -d
%define libwbclient %mklibname wbclient %{wbclientmajor}
%define wbclientdevel %mklibname wbclient -d
%define libsambautil %mklibname samba-util %{sambautilmajor}
%define sambautildevel %mklibname samba-util -d
%define libregistry %mklibname registry %{registrymajor}
%define registrydevel %mklibname registry -d
%define libgensec %mklibname gensec %{gensecmajor}
%define gensecdevel %mklibname gensec -d
%define libpolicy %mklibname samba-policy %{policymajor}
%define libpolicydevel %mklibname samba-policy -d
%define libsamdb %mklibname samdb %{samdbmajor}
%define libsamdbdevel %mklibname samdb -d
%define libtorture %mklibname torture %{torture_major}
%define libsambapassdb %mklibname samba-passdb %{passdbmajor}
%define libcredentials %mklibname samba-credentials %{credentialsmajor}
%define libsmbconf %mklibname smbconf %{smbconfmajor}
%define libsmbldap %mklibname smbldap %{smbldapmajor}
%define libtevent_util %mklibname tevent-util %{tevent_utilmajor}
%define libnsswins %mklibname nsswins %{nsswinsmajor}
%define libwinbind %mklibname winbind %{winbindmajor}
%define libsambaserver %mklibname samba-server %{sambaservermajor}

#Define sets of binaries that we can use in globs and loops:
%global commonbin ntlm_auth,testparm,regdiff,regpatch,regshell,regtree
%global cifs_bin mount.cifs,umount.cifs

%global testbin smbtorture,masktest,locktest,gentest,ndrdump

%define build_expsam xml%{?_with_pgsql:,pgsql}%{?_with_mysql:,mysql}

%define _serverbuild_flags -fstack-protector-all

Summary:	Samba SMB server
Name:		samba
Version:	4.3.13
Release:	5
Epoch:		1
License:	GPLv3+
Group:		System/Servers
Url:		http://www.samba.org
Source0:	http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
Source99:	http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.asc
Source98:	http://ftp.samba.org/pub/samba/samba-pubkey.asc
Source81:	patch-smb-conf-to-home-sharing.py
Source1:	samba.log
Source3:	samba.xinetd
Source10:	samba-print-pdf.sh
#Sources that used to be in packaging patch:
Source20:	smbusers
Source21:	smbprint
#Source22:	smbadduser
Source23:	findsmb
#Source26:	wrepld.init
Source28:	samba.pamd
Source29:	system-auth-winbind.pamd
Source41:	openldap-samba.conf
Source100:	%{name}.rpmlintrc
# xdr_* functions have moved from glibc into libtirpc
Patch0:		samba-4.3.9-tirpc.patch
Patch1:		samba-4.3.6-autofree.patch
Patch2:		samba-4.3.11-winbind-service.patch
Patch3:		CVE-2017-9461.patch
Patch4:		CVE-2017-11103.patch
Patch5:		CVE-2017-7494.patch

Patch6:		CVE-2018-1050.patch
Patch7:		CVE-2018-1057-1.patch
Patch8:		CVE-2018-1057-2.patch
Patch9:		CVE-2018-1057-3.patch
Patch10:	CVE-2018-1057-4.patch
Patch11:	CVE-2018-1057-5.patch
Patch12:	CVE-2018-1057-6.patch
Patch13:	CVE-2018-1057-7.patch
Patch14:	CVE-2018-1057-8.patch
Patch15:	CVE-2018-1057-9.patch
Patch16:	CVE-2018-1057-10.patch
Patch17:	CVE-2018-1057-11.patch
Patch18:	CVE-2018-1057-12.patch
Patch19:	CVE-2018-1057-13.patch

# Required for ldb docs
BuildRequires:	docbook-style-xsl
# For -fuse-ld
BuildRequires:	gcc
BuildRequires:	gnupg
BuildRequires:	perl-Parse-Yapp
BuildRequires:	python-tdb
BuildRequires:	python-tevent
BuildRequires:	xsltproc
BuildRequires:	acl-devel
BuildRequires:	cups-devel
BuildRequires:	keyutils-devel
# Samba 3.2 and later should be built with capabilities support:
# http://lists.samba.org/archive/samba/2009-March/146821.html
BuildRequires:	libcap-devel
BuildRequires:	magic-devel
%if %{with mysql}
BuildRequires:	mysql-devel
%endif
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	readline-devel
BuildRequires:	libsystemd-daemon-devel
BuildRequires:	pkgconfig(talloc)
BuildRequires:	pkgconfig(ctdb) >= 2.0
BuildRequires:	pkgconfig(gnutls)
%if %{with ads}
BuildRequires:	pkgconfig(krb5)
%endif
BuildRequires:	pkgconfig(ldb) >= 1.1.24
%if %{with pgsql}
BuildRequires:	pkgconfig(libpq)
%endif
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(pyldb-util)
BuildRequires:	pkgconfig(pytalloc-util)
BuildRequires:	pkgconfig(tdb)
BuildRequires:	pkgconfig(tevent)
BuildRequires:	pkgconfig(libsystemd-journal)

Requires(pre):	chkconfig mktemp psmisc
Requires(pre):	coreutils sed grep

Requires:	pam >= 0.64
Requires:	%{name}-common = %{EVRD}

# samba-python package contains libs on non-standard path which should not be registered in Provides
%define __noautoprov 'samba\\/.*\\.so.*'

# Library dependencies in this project are the pain. Most seem to be private and a few are kind of shared libs.
# In fact only libsmbclient and libnsswins show signs of external usage. BUT all of them are highly dependable on
# each other no matter the location and are tied into tight web of mutual dependencies. Urpmi gets confused each time
# it has to operate on this project's library packages and complains on lots of LOOPs.
# Possible solutions are:
#	- ignore urpmi complaints and expose all the ugly LOOPs to the user,
#	- decompose project into 300+ packages packing each and every library individually (no guarantee it gonna work),
#	- collect nearly all libs into one big library package,
#	- filter autodeps and take burden of ruling out dependencies by hand.
# None of these is elegant. The last one seems to be least invasive. But it might prove to be too unreliable.
# We'll try it first. But it's likely to be discarded any moment in favor to some other approach.
# Disable autoreq on individual libs to get rid of library dependecy loops and provide deps on these libs to samba-* packages.
%define __noautoreq '(lib(non-posix-acls|dcerpc-(atsvc|binding|samr|server)|dcerpc|ndr-(krb5pac|nbt|standard)|ndr|gensec|netapi|nss_winbind|pdb|registry|samba-(credentials|hostconfig|policy|util)|samdb|smbclient-raw|smb(client|conf|ldap)|tevent-util|torture|wbclient)|pam_winbind|winbind_krb5_locator)\.so|devel.*'

%description
Samba provides SMB server which can be used to provide network services
to SMB (sometimes called "Lan Manager") clients, including various versions
of MS Windows, OS/2, and other Linux machines. Samba also provides some SMB
clients, which complement the built-in SMB filesystem in Linux. Samba uses
NetBIOS over TCP/IP (NetBT) protocols and does NOT need NetBEUI (Microsoft
Raw NetBIOS frame) protocol.

Samba features working NT Domain Control capability.

Please refer to the WHATSNEW.txt document for fixup information. This binary
release includes encrypted password support.

Please read the smb.conf file and ENCRYPTION.txt in the docs directory for
implementation details.

%if %{build_non_default}
WARNING: This RPM was built with command-line options. Please
see README.%{name}-mandrake-rpm in the documentation for
more information.
%endif

#----------------------------------------------------------------------------

%package server
Summary:	Samba (SMB) server programs
Group:		Networking/Other
Requires:	%{name}-common = %{EVRD}
# provision requires samba4-python
Requires:	%{name}-python = %{EVRD}
Requires(pre):	rpm-helper
# SWAT is no longer included in 4.1.x. For now it has been removed
# without replacement, maybe it will come back later
Obsoletes:	%{name}-swat < 4.1.6
#Samba-server and it's libraries were shipped in single package before 4.1.16
Obsoletes:	%{name}-server < 1:4.1.17
%if %{without gtk}
Obsoletes:	%{name}-domainjoin-gui < %{EVRD}
%endif
%rename samba
%rename samba-server-ldap

%description server
Samba-server provides SMB server which can be used to provide network services
to SMB (sometimes called "Lan Manager") clients, including various versions
of MS Windows, OS/2, and other Linux machines. Samba also provides some SMB
clients, which complement the built-in SMB filesystem in Linux. Samba uses
NetBIOS over TCP/IP (NetBT) protocols and does NOT need NetBEUI (Microsoft
Raw NetBIOS frame) protocol.

Samba features working NT Domain Control capability.

Please refer to the WHATSNEW.txt document for fixup information. This binary
release includes encrypted password support.

Please read the smb.conf file and ENCRYPTION.txt in the docs directory for
implementation details.

%files server
%{_bindir}/oLschema2ldif
%{_sbindir}/samba
%{_sbindir}/samba_dnsupdate
%{_sbindir}/samba_spnupdate
%{_sbindir}/samba_upgradedns
%{_sbindir}/smbd
%{_sbindir}/nmbd
%attr(-,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}-server
%attr(-,root,root) %config(noreplace) %{_sysconfdir}/pam.d/%{name}
%{_mandir}/man?/oLschema2ldif.*
%attr(775,root,adm) %dir %{_localstatedir}/lib/%{name}/netlogon
%attr(755,root,root) %dir %{_localstatedir}/lib/%{name}/profiles
%attr(755,root,root) %dir %{_localstatedir}/lib/%{name}/printers
%attr(2775,root,adm) %dir %{_localstatedir}/lib/%{name}/printers/*
%attr(1777,root,root) %dir /var/spool/%{name}
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/scripts
%{_datadir}/samba/setup
%attr(0755,root,root) %{_datadir}/%{name}/scripts/print-pdf
%{_mandir}/man8/idmap_*.8*
%{_mandir}/man8/samba.8*
%{_unitdir}/samba.service
%{_unitdir}/smb.service
%{_unitdir}/nmb.service
%config(noreplace) %{_sysconfdir}/sysconfig/samba

%post server
# Add a unix group for samba machine accounts
groupadd -frg 421 machines

# https://wiki.archlinux.org/index.php/Samba#Creating_usershare_path
groupadd -frg 430 sambashare
mkdir -p %{_localstatedir}/lib/samba/usershare
chown root:sambashare %{_localstatedir}/lib/samba/usershare
chmod 1770 %{_localstatedir}/lib/samba/usershare
for u in $(awk -F: '$6 ~ /\/home/ && $3 >= 500 {print $1}' /etc/passwd); do usermod -a -G sambashare $u; done

%systemd_post nmb.service
%systemd_post smb.service

if [ $1 -gt 1 ] ; then
	echo "Flushing Samba cache."
	/usr/bin/net cache flush > /dev/null 2>&1 || :
fi

%postun server
%systemd_postun nmb.service
%systemd_postun smb.service

#----------------------------------------------------------------------------

%package -n %{libsambaserver}
Summary:	Samba-server libraries
Group:		System/Libraries
Conflicts:	%{name}-server < 1:4.1.17
Obsoletes:	lib64samba-bind-dlz0 < 1:4.1.17-4
Conflicts:	lib64samba-bind-dlz0 < 1:4.1.17-4

%description -n %{libsambaserver}
Provides libraries for samba-server

%files -n %{libsambaserver}
%attr(755,root,root) /%{_lib}/security/pam_smbpass*
%{_libdir}/%{name}/vfs/*.so
%dir %{_libdir}/samba
%{_libdir}/samba/ldb
%{_libdir}/samba/service
%{_libdir}/samba/process_model
%{_libdir}/samba/gensec
%{_libdir}/samba/auth
%{_libdir}/samba/libCHARSET3-samba4.so
%{_libdir}/samba/libHDB-SAMBA4-samba4.so
%{_libdir}/samba/libLIBWBCLIENT-OLD-samba4.so
%{_libdir}/samba/libMESSAGING-samba4.so
%{_libdir}/samba/libaddns-samba4.so
%{_sysconfdir}/ld.so.conf.d
%if %{with ads}
%{_libdir}/samba/libads-samba4.so
%endif
%{_libdir}/samba/libasn1-samba4.so.8
%{_libdir}/samba/libasn1-samba4.so.8.0.0
%{_libdir}/samba/libasn1util-samba4.so
%{_libdir}/samba/libauth-samba4.so
%{_libdir}/samba/libauth-sam-reply-samba4.so
%{_libdir}/samba/libauth-unix-token-samba4.so
%{_libdir}/samba/libauth4-samba4.so
%{_libdir}/samba/libauthkrb5-samba4.so
%{_libdir}/samba/libcli-ldap-common-samba4.so
%{_libdir}/samba/libcli-ldap-samba4.so
%{_libdir}/samba/libcli-nbt-samba4.so
%{_libdir}/samba/libcli-cldap-samba4.so
%{_libdir}/samba/libcli-smb-common-samba4.so
%{_libdir}/samba/libcli-spoolss-samba4.so
%{_libdir}/samba/libcliauth-samba4.so
%{_libdir}/samba/libcluster-samba4.so
%{_libdir}/samba/libcmdline-credentials-samba4.so
%{_libdir}/samba/libdb-glue-samba4.so
%{_libdir}/samba/libdbwrap-samba4.so
%{_libdir}/samba/libdcerpc-samba-samba4.so
%{_libdir}/samba/libdcerpc-samba4.so
%{_libdir}/samba/libdfs-server-ad-samba4.so
%{_libdir}/samba/libdlz-bind9-for-torture-samba4.so
%{_libdir}/samba/libdnsserver-common-samba4.so
%{_libdir}/samba/libdsdb-module-samba4.so
%{_libdir}/samba/liberrors-samba4.so
%{_libdir}/samba/libevents-samba4.so
%{_libdir}/samba/libflag-mapping-samba4.so
%{_libdir}/samba/libgenrand-samba4.so
%{_libdir}/samba/libgpo-samba4.so
%{_libdir}/samba/libgse-samba4.so
%{_libdir}/samba/libgssapi-samba4.so.2
%{_libdir}/samba/libgssapi-samba4.so.2.0.0
%{_libdir}/samba/libhcrypto-samba4.so.5
%{_libdir}/samba/libhcrypto-samba4.so.5.0.1
%{_libdir}/samba/libhdb-samba4.so.11
%{_libdir}/samba/libhdb-samba4.so.11.0.2
%{_libdir}/samba/libheimbase-samba4.so.1
%{_libdir}/samba/libheimbase-samba4.so.1.0.0
%{_libdir}/samba/libheimntlm-samba4.so.1
%{_libdir}/samba/libheimntlm-samba4.so.1.0.1
%{_libdir}/samba/libhttp-samba4.so
%{_libdir}/samba/libhx509-samba4.so.5
%{_libdir}/samba/libhx509-samba4.so.5.0.0
%{_libdir}/samba/libidmap-samba4.so
%{_libdir}/samba/libinterfaces-samba4.so
%{_libdir}/samba/libiov-buf-samba4.so
%{_libdir}/samba/libkdc-samba4.so.2
%{_libdir}/samba/libkdc-samba4.so.2.0.0
%{_libdir}/samba/libkrb5-samba4.so.26
%{_libdir}/samba/libkrb5-samba4.so.26.0.0
%{_libdir}/samba/libkrb5samba-samba4.so
%{_libdir}/samba/libldbsamba-samba4.so
%{_libdir}/samba/liblibcli-lsa3-samba4.so
%{_libdir}/samba/liblibcli-netlogon3-samba4.so
%{_libdir}/samba/liblibsmb-samba4.so
%{_libdir}/samba/libmessages-dgm-samba4.so
%{_libdir}/samba/libmessages-util-samba4.so
%{_libdir}/samba/libmsghdr-samba4.so
%{_libdir}/samba/libmsrpc3-samba4.so
%{_libdir}/samba/libndr-samba-samba4.so
%{_libdir}/samba/libndr-samba4.so
%{_libdir}/samba/libnet-keytab-samba4.so
%{_libdir}/samba/libnetif-samba4.so
%{_libdir}/samba/libnpa-tstream-samba4.so
%{_libdir}/samba/libnss-info-samba4.so
%{_libdir}/samba/libpac-samba4.so
%{_libdir}/samba/libpopt-samba3-samba4.so
%{_libdir}/samba/libposix-eadb-samba4.so
%{_libdir}/samba/libprinting-migrate-samba4.so
%{_libdir}/samba/libprocess-model-samba4.so
%{_libdir}/samba/libreplace-samba4.so
%{_libdir}/samba/libroken-samba4.so.19
%{_libdir}/samba/libroken-samba4.so.19.0.1
%{_libdir}/samba/libsamba-cluster-support-samba4.so
%{_libdir}/samba/libsamba-debug-samba4.so
%{_libdir}/samba/libsamba-modules-samba4.so
%{_libdir}/samba/libsamba-net-samba4.so
%{_libdir}/samba/libsamba-python-samba4.so
%{_libdir}/samba/libsamba-security-samba4.so
%{_libdir}/samba/libsamba-sockets-samba4.so
%{_libdir}/samba/libsamba3-util-samba4.so
%{_libdir}/samba/libsamdb-common-samba4.so
%{_libdir}/samba/libsecrets3-samba4.so
%{_libdir}/samba/libserver-id-db-samba4.so
%{_libdir}/samba/libserver-role-samba4.so
%{_libdir}/samba/libservice-samba4.so
%{_libdir}/samba/libshares-samba4.so
%{_libdir}/samba/libsmb-transport-samba4.so
%{_libdir}/samba/libsmbd-base-samba4.so
%{_libdir}/samba/libsmbd-conn-samba4.so
%{_libdir}/samba/libsmbd-shim-samba4.so
%{_libdir}/samba/libsmbldaphelper-samba4.so
%{_libdir}/samba/libsmbpasswdparser-samba4.so
%{_libdir}/samba/libsmbregistry-samba4.so
%{_libdir}/samba/libsocket-blocking-samba4.so
%{_libdir}/samba/libsys-rw-samba4.so
%{_libdir}/samba/libtalloc-report-samba4.so
%{_libdir}/samba/libtdb-wrap-samba4.so
%{_libdir}/samba/libtime-basic-samba4.so
%{_libdir}/samba/libtrusts-util-samba4.so
%{_libdir}/samba/libutil-cmdline-samba4.so
%{_libdir}/samba/libutil-reg-samba4.so
%{_libdir}/samba/libutil-setid-samba4.so
%{_libdir}/samba/libutil-tdb-samba4.so
%{_libdir}/samba/libwinbind-client-samba4.so
%{_libdir}/samba/libwind-samba4.so.0
%{_libdir}/samba/libwind-samba4.so.0.0.0
%{_libdir}/samba/libxattr-tdb-samba4.so
%{_libdir}/samba/bind9
%dir %{_libdir}/samba/vfs
%{_libdir}/%{name}/nss_info
%{_libdir}/%{name}/idmap

#----------------------------------------------------------------------------

%package client
Summary:	Samba (SMB) client programs
Group:		Networking/Other
Requires:	%{name}-common = %{EVRD}
Requires:	mount-cifs
# For samba-tool
Requires:	ldb-utils
Requires:	python-ldb
Requires:	python-talloc
Requires:	python-tdb
%rename samba3-client

%description client
Samba-client provides some SMB clients, which complement the built-in
SMB filesystem in Linux. These allow the accessing of SMB shares, and
printing to SMB printers.

%files client
%{_bindir}/cifsdd
%{_bindir}/dbwrap_tool
%{_bindir}/eventlogadm
%{_bindir}/net
%{_bindir}/nmblookup
%{_bindir}/pdbedit
%{_bindir}/profiles
%{_bindir}/rpcclient
%{_sbindir}/samba_kcc
%{_bindir}/samba-tool
%{_bindir}/sharesec
%{_bindir}/smbcacls
%{_bindir}/smbclient
%{_bindir}/smbcontrol
%{_bindir}/smbcquotas
%{_bindir}/smbget
%{_bindir}/smbpasswd
%{_bindir}/smbspool
%{_bindir}/smbspool_krb5_wrapper
%{_bindir}/smbstatus
%{_bindir}/smbta-util
%{_bindir}/smbtree
%{_bindir}/samba-regedit
%{_bindir}/smbtar
%{_mandir}/man1/dbwrap_tool.1*
%{_mandir}/man8/samba-tool.8*
%{_mandir}/man8/samba-regedit.8*
%{_mandir}/man8/vfs_btrfs.8*
%{_mandir}/man8/vfs_linux_xfs_sgid.8*
%{_mandir}/man8/vfs_syncops.8*
# Link of smbspool to CUPS
%if %{with cupspc}
%{_libdir}/cups/backend/smb
%endif

#----------------------------------------------------------------------------

%package common
Summary:	Files used by both Samba servers and clients
Group:		System/Servers
# rpcclient etc. use samba python modules
Requires:	%{name}-python = %{EVRD}
Requires:	%{libsambapassdb} = %{EVRD}
Requires:	%{libcredentials} = %{EVRD}
Requires:	%{libsmbconf} = %{EVRD}
Requires:	%{libsmbldap} = %{EVRD}
Requires:	%{libtevent_util} = %{EVRD}
Requires(post):	systemd
%rename 	samba-common-ldap
Conflicts:	samba3-common

# A clumzy approach to get rid of LOOPS - provide deps for individual libs _by hand_
Requires:	%{libsmbldap } = %{EVRD}
Requires:	%{libnetapi} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	%{libsamdb} = %{EVRD}
Requires:	%{libsmbconf} = %{EVRD}
Requires:	%{libgensec} = %{EVRD}
Requires:	%{libtevent_util} = %{EVRD}
Requires:	%{libsambahostconfig} = %{EVRD}
Requires:	%{libwinbind} = %{EVRD}
Requires:	%{libndr} = %{EVRD}
Requires:	%{libwbclient} = %{EVRD}
Requires:	%{libcredentials} = %{EVRD}
Requires:	%{libregistry} = %{EVRD}
Requires:	%{libsambapassdb} = %{EVRD}
Requires:	%{libsmbldap} = %{EVRD}
Requires:	%{libsambautil} = %{EVRD}
Requires:	%{libdcerpc} = %{EVRD}

%description common
Samba-common provides files necessary for both the server and client
packages of Samba.

%files common
%{_prefix}/lib/tmpfiles.d/samba.conf
%dir /var/cache/%{name}
%dir /var/log/%{name}
%ghost /var/run/%{name}
%dir /var/lib/%{name}/private
%(for i in %{_bindir}/{%{commonbin}};do echo $i;done)
%(for i in %{_mandir}/man?/{%{commonbin}}\.[0-9]*;do echo $i|grep -v testparm;done)
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libnon-posix-acls-samba4.so
%dir %{_datadir}/%{name}
%dir %{_sysconfdir}/%{name}
%attr(-,root,root) %config(noreplace) %{_sysconfdir}/%{name}/smb.conf
%attr(-,root,root) %config(noreplace) %{_sysconfdir}/%{name}/lmhosts
%dir %{_localstatedir}/lib/%{name}
%attr(-,root,root) %{_localstatedir}/lib/%{name}/codepages
%{_mandir}/man1/findsmb.1*
%{_mandir}/man1/log2pcap.1*
%{_mandir}/man1/nmblookup.1*
%{_mandir}/man1/profiles.1*
%{_mandir}/man1/rpcclient.1*
%{_mandir}/man1/sharesec.1*
%{_mandir}/man1/smbcacls.1*
%{_mandir}/man1/smbclient.1*
%{_mandir}/man1/smbcontrol.1*
%{_mandir}/man1/smbcquotas.1*
%{_mandir}/man1/smbget.1*
%{_mandir}/man1/smbstatus.1*
%{_mandir}/man1/smbtar.1*
%{_mandir}/man1/smbtree.1*
%{_mandir}/man1/testparm.1*
%{_mandir}/man1/vfstest.1*
%{_mandir}/man1/wbinfo.1*
%{_mandir}/man5/lmhosts.5*
%{_mandir}/man5/pam_winbind.conf.5*
%{_mandir}/man5/smb.conf.5*
%{_mandir}/man5/smbgetrc.5*
%{_mandir}/man5/smbpasswd.5*
%{_mandir}/man7/samba.7*
%{_mandir}/man7/winbind_krb5_locator.7*
%{_mandir}/man8/eventlogadm.8*
%{_mandir}/man8/net.8*
%{_mandir}/man8/nmbd.8*
%{_mandir}/man8/pam_winbind.8*
%{_mandir}/man8/pdbedit.8*
%{_mandir}/man8/smbd.8*
%{_mandir}/man8/smbpasswd.8*
%{_mandir}/man8/smbspool.8*
%{_mandir}/man8/smbspool_krb5_wrapper.8*
%{_mandir}/man8/smbta-util.8*
%{_mandir}/man8/vfs_acl_tdb.8*
%{_mandir}/man8/vfs_acl_xattr.8*
%{_mandir}/man8/vfs_aio_fork.8*
%{_mandir}/man8/vfs_aio_linux.8*
%{_mandir}/man8/vfs_aio_pthread.8*
%{_mandir}/man8/vfs_audit.8*
%{_mandir}/man8/vfs_cacheprime.8*
%{_mandir}/man8/vfs_cap.8*
%{_mandir}/man8/vfs_catia.8*
%{_mandir}/man8/vfs_ceph.8*
%{_mandir}/man8/vfs_commit.8*
%{_mandir}/man8/vfs_crossrename.8*
%{_mandir}/man8/vfs_default_quota.8*
%{_mandir}/man8/vfs_dirsort.8*
%{_mandir}/man8/vfs_extd_audit.8*
%{_mandir}/man8/vfs_fake_perms.8*
%{_mandir}/man8/vfs_fileid.8*
%{_mandir}/man8/vfs_fruit.8*
%{_mandir}/man8/vfs_full_audit.8*
%{_mandir}/man8/vfs_glusterfs.8*
%{_mandir}/man8/vfs_gpfs.8*
%{_mandir}/man8/vfs_media_harmony.8*
%{_mandir}/man8/vfs_netatalk.8*
%{_mandir}/man8/vfs_prealloc.8*
%{_mandir}/man8/vfs_preopen.8*
%{_mandir}/man8/vfs_readahead.8*
%{_mandir}/man8/vfs_readonly.8*
%{_mandir}/man8/vfs_recycle.8*
%{_mandir}/man8/vfs_scannedonly.8*
%{_mandir}/man8/vfs_shadow_copy.8*
%{_mandir}/man8/vfs_shadow_copy2.8*
%{_mandir}/man8/vfs_shell_snap.8*
%{_mandir}/man8/vfs_smb_traffic_analyzer.8*
%{_mandir}/man8/vfs_snapper.8*
%{_mandir}/man8/vfs_streams_depot.8*
%{_mandir}/man8/vfs_streams_xattr.8*
%{_mandir}/man8/vfs_time_audit.8*
%{_mandir}/man8/vfs_tsmsm.8*
%{_mandir}/man8/vfs_xattr_tdb.8*
%{_mandir}/man8/vfs_unityed_media.8*
%{_mandir}/man8/vfs_worm.8*
%{_mandir}/man8/winbindd.8*

%post common
systemd-tmpfiles --create %{_prefix}/lib/tmpfiles.d/samba.conf
# And this too, in case we don't have smbd to create it for us
[ -f /var/cache/%{name}/unexpected.tdb ] || {
	touch /var/cache/%{name}/unexpected.tdb
}

%postun common
if [ -f %{_sysconfdir}/%{name}/README.mdk.conf ];then rm -f %{_sysconfdir}/%{name}/README.mdk.conf;fi

#----------------------------------------------------------------------------

%if %{with doc}
%package doc
Summary:	Documentation for Samba servers and clients
Group:		Documentation

%description doc
Samba-doc provides documentation files for both the server and client
packages of Samba.

%files doc
%doc README COPYING
%doc WHATSNEW.txt Roadmap
%doc clean-docs/samba-doc/docs/*
%doc clean-docs/samba-doc/examples
%endif

#----------------------------------------------------------------------------

%package -n %{libwinbind}
Summary:	Samba-winbind daemon libraries
Group:		System/Libraries
Conflicts:	%{libsambaserver} < 1:4.1.17

%description -n %{libwinbind}
Provides libraries for winbind daemon and testing tools

%files -n %{libwinbind}
%attr(755,root,root) /%{_lib}/security/pam_winbind*
%attr(755,root,root) /%{_lib}/libnss_winbind*
%{_libdir}/winbind_krb5_locator.so

#----------------------------------------------------------------------------

%package winbind
Summary: 	Samba-winbind daemon, utilities and documentation
Group:		System/Servers
Requires:	%{name}-common = %{EVRD}
Requires:	%{libwinbind} = %{EVRD}

%description winbind
Provides the winbind daemon and testing tools to allow authentication
and group/user enumeration from a Windows or Samba domain controller.

%files winbind
# %config(noreplace) %{_sysconfdir}/security/pam_winbind.conf
%{_sbindir}/winbindd
%{_bindir}/wbinfo
%attr(-,root,root) %config(noreplace) %{_sysconfdir}/pam.d/system-auth-winbind*
%{_unitdir}/winbind.service

%post winbind
if [ $1 = 1 ]; then
    /sbin/chkconfig winbind on
    cp -af %{_sysconfdir}/nsswitch.conf %{_sysconfdir}/nsswitch.conf.rpmsave
    cp -af %{_sysconfdir}/nsswitch.conf %{_sysconfdir}/nsswitch.conf.rpmtemp
    for i in passwd group;do
        grep ^$i %{_sysconfdir}/nsswitch.conf |grep -v 'winbind' >/dev/null
        if [ $? = 0 ];then
            echo "Adding a winbind entry to the $i section of %{_sysconfdir}/nsswitch.conf"
            awk '/^'$i'/ {print $0 " winbind"};!/^'$i'/ {print}' %{_sysconfdir}/nsswitch.conf.rpmtemp >%{_sysconfdir}/nsswitch.conf;
            cp -af %{_sysconfdir}/nsswitch.conf %{_sysconfdir}/nsswitch.conf.rpmtemp
        else
            echo "$i entry found in %{_sysconfdir}/nsswitch.conf"
        fi
    done
    if [ -f %{_sysconfdir}/nsswitch.conf.rpmtemp ];then rm -f %{_sysconfdir}/nsswitch.conf.rpmtemp;fi
fi

%systemd_post winbind.service

%preun winbind
if [ $1 = 0 ]; then
	echo "Removing winbind entries from %{_sysconfdir}/nsswitch.conf"
	perl -pi -e 's/ winbind//' %{_sysconfdir}/nsswitch.conf
	/sbin/chkconfig winbind reset
fi

%systemd_postun winbind.service

#----------------------------------------------------------------------------

%package -n %{libnsswins}
Summary:	Name Service Switch service for WINS
Group:		System/Libraries
Requires:	%{name}-common = %{EVRD}
Conflicts:	nss_wins < 1:4.1.17
Obsoletes:	nss_wins < 1:4.1.17
Provides:	nss_wins = %{EVRD}
Requires(pre):	glibc

# A clumzy approach to get rid of LOOPS - provide deps for individual libs _by hand_
Requires:	%{libsmbconf} = %{EVRD}
Requires:	%{libsambautil} = %{EVRD}

%description -n %{libnsswins}
Provides the libnss_wins shared library which resolves NetBIOS names to
IP addresses.

%files -n %{libnsswins}
%attr(755,root,root) /%{_lib}/libnss_wins.so*

%post -n %{libnsswins}
if [ $1 = 1 ]; then
    cp -af %{_sysconfdir}/nsswitch.conf %{_sysconfdir}/nsswitch.conf.rpmsave
    grep '^hosts' %{_sysconfdir}/nsswitch.conf |grep -v 'wins' >/dev/null
    if [ $? = 0 ];then
        echo "Adding a wins entry to the hosts section of %{_sysconfdir}/nsswitch.conf"
        awk '/^hosts/ {print $0 " wins"};!/^hosts/ {print}' %{_sysconfdir}/nsswitch.conf.rpmsave >%{_sysconfdir}/nsswitch.conf;
    else
        echo "wins entry found in %{_sysconfdir}/nsswitch.conf"
    fi
fi

%preun -n %{libnsswins}
if [ $1 = 0 ]; then
	echo "Removing wins entry from %{_sysconfdir}/nsswitch.conf"
	perl -pi -e 's/ wins//' %{_sysconfdir}/nsswitch.conf
fi

#----------------------------------------------------------------------------

%package python
Summary:	Samba Python modules
Group:		Development/Python
BuildRequires:	pkgconfig(python)

# A clumzy approach to get rid of LOOPS - provide deps for individual libs _by hand_
Requires:	%{libpolicy} = %{EVRD}

%description python
Samba Python modules.

%files python
%{py_platsitedir}/*

#----------------------------------------------------------------------------

%if %{with test}
%package test
Summary:	Debugging and benchmarking tools for samba
Group:		System/Servers
Requires:	%{name}-common = %{EVRD}

# A clumzy approach to get rid of LOOPS - provide deps for individual libs _by hand_
Requires:	%{libtorture} = %{EVRD}

%description test
This package provides tools for benchmarking samba, and debugging the correct
operation of tools against smb servers.

%files test
%(for i in %{_bindir}/{%{testbin}};do echo $i;done)
%(for i in %{_mandir}/man1/{%{testbin}}.1%{_extension};do echo $i|grep -v nsstest;done)
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	SMB Client Library
Group:		System/Libraries
Provides:	libsmbclient = %{EVRD}

%description -n %{libname}
This package contains the SMB client library, part of the samba suite of
networking software, allowing other software to access SMB shares.

%files -n %{libname}
%{_libdir}/libsmbclient.so.%{libsmbmajor}*
%{_libdir}/libsmbclient-raw.so.%{libsmbmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	SMB Client Library Development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libcredentials} = %{EVRD}
Requires:	%{libdcerpc} = %{EVRD}
Requires:	%{libgensec} = %{EVRD}
Requires:	%{libtevent_util} = %{EVRD}
Requires:	%{libwbclient} = %{EVRD}
Requires:	%{libsambahostconfig} = %{EVRD}
Requires:	%{libndr} = %{EVRD}
Requires:	%{libsmbconf} = %{EVRD}
Requires:	%{libsambautil} = %{EVRD}
Requires:	%{name}-common = %{EVRD}

Conflicts:	%{_lib}smbclient0-devel < 1:4.1.9-10
Obsoletes:	%{_lib}smbclient0-devel < 1:4.1.9-10

%description -n %{devname}
This package contains the development files for the SMB client library, part
of the samba suite of networking software, allowing the development of other
software to access SMB shares.

%files -n %{devname}
%{_includedir}/samba-4.0/libsmbclient.h
%{_libdir}/libsmbclient.so
%{_mandir}/man7/libsmbclient.7*
%{_libdir}/pkgconfig/smbclient.pc

#----------------------------------------------------------------------------

%package devel
Summary:	Samba 4 development package
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Requires:	%{name}-common = %{EVRD}
Obsoletes:	%{_lib}smbsharemodes-devel < 1:4.3.1

%description devel
Samba 4 development libraries.

%files devel
%{_includedir}/samba-4.0/charset.h
%dir %{_includedir}/samba-4.0/core
%{_includedir}/samba-4.0/core/*.h
%{_includedir}/samba-4.0/credentials.h
%{_includedir}/samba-4.0/dlinklist.h
%{_includedir}/samba-4.0/domain_credentials.h
%dir %{_includedir}/samba-4.0/gen_ndr
%{_includedir}/samba-4.0/gen_ndr/*.h
%{_includedir}/samba-4.0/ldap*.h
%{_includedir}/samba-4.0/ndr.h
%{_includedir}/samba-4.0/ndr
%{_includedir}/samba-4.0/param.h
%{_includedir}/samba-4.0/samba/
%{_includedir}/samba-4.0/share.h
%{_includedir}/samba-4.0/smb2_lease.h
%{_includedir}/samba-4.0/tdr.h
%{_includedir}/samba-4.0/tsocket.h
%{_includedir}/samba-4.0/tsocket_internal.h
%{_includedir}/samba-4.0/tstream_smbXcli_np.h
%{_includedir}/samba-4.0/torture.h
%{_includedir}/samba-4.0/rpc_common.h
%dir %{_includedir}/samba-4.0/util/
%{_includedir}/samba-4.0/util/*.h
%{_includedir}/samba-4.0/util_ldb.h
%{_includedir}/samba-4.0/ldb_wrap.h
%{_libdir}/pkgconfig/torture.pc
%{_libdir}/pkgconfig/samba-util.pc
%{_libdir}/libtorture.so
%{_libdir}/libsamba-passdb.so
%{_libdir}/libsmbclient-raw.so
%{_libdir}/libsmbconf.so
%{_libdir}/libsmbldap.so
%{_libdir}/libtevent-util.so
%{_includedir}/samba-4.0/lookup_sid.h
%{_includedir}/samba-4.0/machine_sid.h
%{_includedir}/samba-4.0/passdb.h
%{_includedir}/samba-4.0/policy.h
%{_includedir}/samba-4.0/read_smb.h
%{_includedir}/samba-4.0/roles.h
%{_includedir}/samba-4.0/samba_util.h
%{_includedir}/samba-4.0/smb2.h
%{_includedir}/samba-4.0/smb2_constants.h
%{_includedir}/samba-4.0/smb2_create_blob.h
%{_includedir}/samba-4.0/smb2_lease_struct.h
%{_includedir}/samba-4.0/smb2_signing.h
%{_includedir}/samba-4.0/smb_cli.h
%{_includedir}/samba-4.0/smb_cliraw.h
%{_includedir}/samba-4.0/smb_common.h
%{_includedir}/samba-4.0/smb_composite.h
%{_includedir}/samba-4.0/smb_constants.h
%{_includedir}/samba-4.0/smb_ldap.h
%{_includedir}/samba-4.0/smb_raw.h
%{_includedir}/samba-4.0/smb_raw_interfaces.h
%{_includedir}/samba-4.0/smb_raw_signing.h
%{_includedir}/samba-4.0/smb_raw_trans2.h
%{_includedir}/samba-4.0/smb_request.h
%{_includedir}/samba-4.0/smb_seal.h
%{_includedir}/samba-4.0/smb_signing.h
%{_includedir}/samba-4.0/smb_unix_ext.h
%{_includedir}/samba-4.0/smb_util.h
%{_includedir}/samba-4.0/smbconf.h
%{_includedir}/samba-4.0/smbldap.h
%{_libdir}/pkgconfig/samba-credentials.pc
%{_libdir}/pkgconfig/smbclient-raw.pc

#----------------------------------------------------------------------------

%package pidl
Summary:	Perl IDL compiler for Samba4
Group:		Development/Perl

%description pidl
Perl Interface Description Language compiler for Samba4.

%files pidl
%{_bindir}/pidl
%{perl_vendorlib}/Parse/Pidl*
%optional %{_mandir}/man1/pidl.1.*
%optional %{_mandir}/man3/Parse::Pidl*.3pm.*

#----------------------------------------------------------------------------

%package -n %{libnetapi}
Summary:	Samba library for accessing functions in 'net' binary
Group:		System/Libraries

%description -n %{libnetapi}
Samba library for accessing functions in 'net' binary.

%files -n %{libnetapi}
%{_libdir}/libnetapi.so.%{netapimajor}*

#----------------------------------------------------------------------------

%package -n %{netapidevel}
Summary:	Samba library for accessing functions in 'net' binary
Group:		Development/C
Requires:	%{libnetapi} = %{EVRD}
Provides:	netapi-devel = %{EVRD}

%description -n %{netapidevel}
Samba library for accessing functions in 'net' binary.

%files -n %{netapidevel}
%{_libdir}/libnetapi*.so
%{_includedir}/samba-4.0/netapi.h
%{_libdir}/pkgconfig/netapi.pc

#----------------------------------------------------------------------------

%package -n %{libdcerpc}
Summary:	Library implementing DCE/RPC for Samba4
Group:		System/Libraries

%description -n %{libdcerpc}
Library implementing DCE/RPC for Samba4.

%files -n %{libdcerpc}
%{_libdir}/libdcerpc.so.%{dcerpcmajor}*
%{_libdir}/libdcerpc-samr.so.%{dcerpcmajor}*
%{_libdir}/libdcerpc-atsvc.so.%{dcerpcmajor}*
%{_libdir}/libdcerpc-binding.so.%{dcerpcmajor}*
%{_libdir}/libdcerpc-server.so.%{dcerpcmajor}*

#----------------------------------------------------------------------------

%package -n %{dcerpcdevel}
Summary:	Library implementing Samba's memory allocator
Group:		Development/C
Requires:	%{libdcerpc} = %{EVRD}
Provides:	dcerpc-devel = %{EVRD}

%description -n %{dcerpcdevel}
Library implementing Samba's memory allocator.

%files -n %{dcerpcdevel}
%{_libdir}/pkgconfig/dcerpc*.pc
%{_includedir}/samba-4.0/dcerpc*.h
%{_libdir}/libdcerpc.so
%{_libdir}/libdcerpc-samr.so
%{_libdir}/libdcerpc-atsvc.so
%{_libdir}/libdcerpc-binding.so
%{_libdir}/libdcerpc-server.so

#----------------------------------------------------------------------------

%package -n %{libndr}
Summary:	Network Data Representation library from Samba4
Group:		System/Libraries

%description -n %{libndr}
Network Data Representation library from Samba4.

%files -n %{libndr}
%{_libdir}/libndr.so.%{ndrmajor}*
%{_libdir}/libndr-krb5pac.so.%{ndrmajor}*
%{_libdir}/libndr-nbt.so.%{ndrmajor}*
%{_libdir}/libndr-standard.so.%{ndrmajor}*

#----------------------------------------------------------------------------

%package -n %{ndrdevel}
Summary:	Development files for Network Data Representation library from Samba4
Group:		Development/C
Requires:	%{libndr} = %{EVRD}
Provides:	ndr-devel = %{EVRD}

%description -n %{ndrdevel}
Development files for Network Data Representation library from Samba4.

%files -n %{ndrdevel}
%{_libdir}/pkgconfig/ndr*.pc
%{_libdir}/libndr*.so

#----------------------------------------------------------------------------

%package -n %{libsambahostconfig}
Summary:	Samba4's host configuration library
Group:		System/Libraries

%description -n %{libsambahostconfig}
Samba4's host configuration library.

%files -n %{libsambahostconfig}
%{_libdir}/libsamba-hostconfig.so.%{hostconfigmajor}*

#----------------------------------------------------------------------------

%package -n %{sambahostconfigdevel}
Summary:	Samba4's host configuration library
Group:		Development/C
Requires:	%{libsambahostconfig} = %{EVRD}
Provides:	samba-hostconfig-devel = %{EVRD}

%description -n %{sambahostconfigdevel}
Samba4's host configuration library.

%files -n %{sambahostconfigdevel}
%{_libdir}/libsamba-hostconfig.so
%{_libdir}/pkgconfig/samba-hostconfig.pc

#----------------------------------------------------------------------------

%package -n %{libwbclient}
Summary:	Library providing access to winbindd
Group:		System/Libraries

%description -n %{libwbclient}
Library providing access to winbindd.

%files -n %{libwbclient}
%{_libdir}/libwbclient.so.%{wbclientmajor}*

#----------------------------------------------------------------------------

%package -n %{wbclientdevel}
Summary:	Library providing access to winbindd
Group:		Development/C
Requires:	%{libwbclient} = %{EVRD}
Provides:	wbclient-devel = %{EVRD}

%description -n %{wbclientdevel}
Library providing access to winbindd.

%files -n %{wbclientdevel}
%{_libdir}/libwbclient.so
%{_includedir}/samba-4.0/wbclient.h
%{_libdir}/pkgconfig/wbclient.pc

#----------------------------------------------------------------------------

%package -n %{libsambautil}
Summary:	Samba4 utility library
Group:		System/Libraries

%description -n %{libsambautil}
Samba4 utility library.

%files -n %{libsambautil}
%{_libdir}/libsamba-util.so.%{sambautilmajor}*

#----------------------------------------------------------------------------

%package -n %{sambautildevel}
Summary:	Development files for Samba4 utility library
Group:		Development/C
Requires:	%{libsambautil} = %{EVRD}
Provides:	samba-util-devel = %{EVRD}

%description -n %{sambautildevel}
Development files for Samba4 utility library.

%files -n %{sambautildevel}
%{_libdir}/libsamba-util.so

#----------------------------------------------------------------------------

%package -n %{libregistry}
Summary:	Samba4 registry library
Group:		System/Libraries

%description -n %{libregistry}
Samba4 registry library.

%files -n %{libregistry}
%{_libdir}/libregistry.so.%{registrymajor}*

#----------------------------------------------------------------------------

%package -n %{registrydevel}
Summary:	Development files for Samba4 registry library
Group:		Development/C
Requires:	%{libregistry} = %{EVRD}
Provides:	registry-devel = %{EVRD}

%description -n %{registrydevel}
Development files for Samba4 registry library.

%files -n %{registrydevel}
%{_includedir}/samba-4.0/registry.h
%{_libdir}/libregistry.so
%{_libdir}/pkgconfig/registry.pc

#----------------------------------------------------------------------------

%package -n %{libgensec}
Summary:	Samba4 generic security library
Group:		System/Libraries

%description -n %{libgensec}
Samba4 generic security library.

%files -n %{libgensec}
%{_libdir}/libgensec.so.%{gensecmajor}*

#----------------------------------------------------------------------------

%package -n %{gensecdevel}
Summary:	Development files for Samba4 generic security library
Group:		Development/C
Requires:	%{libgensec} = %{EVRD}
Provides:	gensecdevel = %{EVRD}

%description -n %{gensecdevel}
Development files for Samba4 generic security library.

%files -n %{gensecdevel}
%{_includedir}/samba-4.0/gensec.h
%{_libdir}/libgensec.so
%{_libdir}/pkgconfig/gensec.pc

#----------------------------------------------------------------------------

%package -n %{libpolicy}
Summary:	Samba4 policy library
Group:		System/Libraries

%description -n %{libpolicy}
Samba4 policy library.

%files -n %{libpolicy}
%{_libdir}/libsamba-policy.so.%{policymajor}*

#----------------------------------------------------------------------------

%package -n %{libpolicydevel}
Summary:	Development files for Samba4 policy library
Group:		Development/C
Requires:	%{libpolicy} = %{EVRD}
Provides:	policy-devel = %{EVRD}

%description -n %{libpolicydevel}
Development files for Samba4 policy library.

%files -n %{libpolicydevel}
%{_libdir}/libsamba-policy.so
%{_libdir}/pkgconfig/samba-policy.pc

#----------------------------------------------------------------------------

%package -n %{libsamdb}
Summary:	Samba4 samdb library
Group:		System/Libraries

%description -n %{libsamdb}
Samba4 samdb library.

%files -n %{libsamdb}
%{_libdir}/libsamdb.so.%{samdbmajor}*

#----------------------------------------------------------------------------

%package -n %{libsamdbdevel}
Summary:	Development files for Samba4 samdb library
Group:		Development/C
Requires:	%{libsamdb} = %{EVRD}
Provides:	samdb-devel = %{EVRD}

%description -n %{libsamdbdevel}
Development files for Samba4 samdb library.

%files -n %{libsamdbdevel}
%{_libdir}/libsamdb.so
%{_libdir}/pkgconfig/samdb.pc

#----------------------------------------------------------------------------

%package -n %{libsambapassdb}
Summary:	Library for working with the Samba user database
Group:		System/Libraries
Obsoletes:	%{_lib}pdb0 < 1:4.3.1

%description -n %{libsambapassdb}
Library for working with the Samba user database.

%files -n %{libsambapassdb}
%{_libdir}/libsamba-passdb.so.%{passdbmajor}*

#----------------------------------------------------------------------------

%package -n %{libcredentials}
Summary:	Library for working with Samba credentials
Group:		System/Libraries

%description -n %{libcredentials}
Library for working with Samba credentials.

%files -n %{libcredentials}
%{_libdir}/libsamba-credentials.so.%{credentialsmajor}*
%{_libdir}/libsamba-credentials.so

#----------------------------------------------------------------------------

%package -n %{libsmbconf}
Summary:	Library for working with Samba config files
Group:		System/Libraries

%description -n %{libsmbconf}
Library for working with Samba config files.

%files -n %{libsmbconf}
%{_libdir}/libsmbconf.so.%{smbconfmajor}*

#----------------------------------------------------------------------------

%package -n %{libsmbldap}
Summary:	Samba LDAP library
Group:		System/Libraries

%description -n %{libsmbldap}
Samba LDAP library.

%files -n %{libsmbldap}
%{_libdir}/libsmbldap.so.%{smbldapmajor}*

#----------------------------------------------------------------------------

%package -n %{libtevent_util}
Summary:	Utility library for working with the Tevent library
Group:		System/Libraries

%description -n %{libtevent_util}
Utility library for working with the Tevent library.

%files -n %{libtevent_util}
%{_libdir}/libtevent-util.so.%{tevent_utilmajor}*

#----------------------------------------------------------------------------

%if %{with mysql}
%package passdb-mysql
Summary:	Samba password database plugin for MySQL
Group:		System/Libraries

%description passdb-mysql
The passdb-mysql package for samba provides a password database backend
allowing samba to store account details in a MySQL database.
%endif

#----------------------------------------------------------------------------

%if %{with pgsql}
%package passdb-pgsql
Summary:	Samba password database plugin for PostgreSQL
Group:		System/Libraries
Requires:	%{libsambaserver} = %{EVRD}

%description passdb-pgsql
The passdb-pgsql package for samba provides a password database backend
allowing samba to store account details in a PostgreSQL database.

%files passdb-pgsql
%{_libdir}/%{name}/pdb/*pgsql.so
%endif

#----------------------------------------------------------------------------

%if %{with cifs}
%package -n mount-cifs
Summary:	CIFS filesystem mount helper
Group:		Networking/Other
Requires:	keyutils

%description -n mount-cifs
This package provides the mount.cifs helper to mount cifs filesystems
using the cifs filesystem driver.

%files -n mount-cifs
%attr(4755,root,root) /*bin/*mount.cifs
#/*bin/cifs.upcall
#{_mandir}/man8/*mount.cifs*.8*
#{_mandir}/man8/cifs.upcall*.8*
%endif

#----------------------------------------------------------------------------

%package -n %{libtorture}
Summary:	Samba testsuite torture library
Group:		Networking/Other

%description -n %{libtorture}
Samba testsuite torture library.

%files -n %{libtorture}
%{_libdir}/libtorture.so.%{torture_major}*

#----------------------------------------------------------------------------

%if %{with gtk}
%package domainjoin-gui
Summary:	Domainjoin GUI
Group:		System/Configuration/Other
BuildRequires:	pkgconfig(gtk+-2.0)
Requires:	%{name}-common = %{EVRD}

%description domainjoin-gui
The samba-domainjoin-gui package includes a domainjoin gtk application.

%files domainjoin-gui
%{_sbindir}/netdomjoin-gui
%dir %{_datadir}/pixmaps/samba
%{_datadir}/pixmaps/samba/samba.ico
%{_datadir}/pixmaps/samba/logo.png
%{_datadir}/pixmaps/samba/logo-small.png
%endif

#----------------------------------------------------------------------------

%package -n openldap-schemas-%{name}
Summary:	OpenLDAP schema files from %{name}-%{EVRD} source tree
Group:		Databases
BuildArch:	noarch
Requires(pre):	openldap-config

%files -n openldap-schemas-%{name}
%config(noreplace) %{_sysconfdir}/openldap/schema/*
%attr(750,ldap,ldap) %config(noreplace) %{_sysconfdir}/openldap/slapd.d/%{name}.conf

#----------------------------------------------------------------------------

%prep

# Allow users to query build options with --with options:
#%%define opt_status(%1)	%(echo %{1})
%if %{?_with_options:1}%{!?_with_options:0}
%define opt_status(%{1})	%(if [ %{1} -eq 1 ];then echo enabled;else echo disabled;fi)
#exit 1
%{error: }
%{error:Build options available are:}
%{error:--with[out] system   Build as the system samba package [or as samba3]}
%{error:--with[out] winbind  Build with Winbind support                - %opt_status %{with winbind}}
%{error:--with[out] ads      Build with Active Directory support       - %opt_status %{with ads}}
%{error:--with[out] mysql    Build MySQL passdb backend                - %opt_status %{with mysql}}
%{error:--with[out] pgsql    Build PostgreSQL passdb backend           - %opt_status %{with pgsql}}
%{error:--with[out] test     Enable testing and benchmarking tools     - %opt_status %{with test}}
%{error: }
%else
#{error: }
#{error: This rpm has build options available, use --with options to see them}
#{error: }
echo -e "\n This rpm has build options available, use --with options to see them\n" >&2
sleep 1
%endif

%if %{?_with_options:1}%{!?_with_options:0}
clear
exit 1
%endif

%if %{build_non_default}
RPM_EXTRA_OPTIONS="\
%{?_with_system: --with system}\
%{?_without_system: --without system}\
%{?with winbind: --with winbind}\
%{?without winbind: --without winbind}\
%{?_with_ldap: --with ldap}\
%{?_without_ldap: --without ldap}\
%{?_with_ads: --with ads}\
%{?_without_ads: --without ads}\
"
# echo "Building a non-default rpm with the following command-line arguments:"
# echo "$RPM_EXTRA_OPTIONS"
# echo "This rpm was built with non-default options, thus, to build ">%{SOURCE7}
# echo "an identical rpm, you need to supply the following options">>%{SOURCE7}
# echo "at build time: $RPM_EXTRA_OPTIONS">>%{SOURCE7}
# echo -e "\n%{name}-%{version}-%{release}\n">>%{SOURCE7}
%else
# echo "This rpm was built with default options">%{SOURCE7}
# echo -e "\n%{name}-%{version}-%{release}\n">>%{SOURCE7}
%endif


#Try and validate signatures on source:
# FIXME: find public key used to sign samba4 releases
export GNUPGHOME=%{_tmppath}/samba-gpghome
if [ -d "$GNUPGHOME" ]
then echo "Error, GNUPGHOME $GNUPGHOME exists, remove it and try again"; exit 1
fi
install -d -m700 $GNUPGHOME
gpg --import %{SOURCE98}
VERIFYSOURCE=`basename %{SOURCE0}`
VERIFYSOURCE=%{_tmppath}/${VERIFYSOURCE%%.gz}
gzip -dc %{SOURCE0} > $VERIFYSOURCE
pushd %{_tmppath}
cp %{SOURCE99} .
#gpg --trust-model always --verify `basename %{SOURCE99}`
#VERIFIED=$?
VERIFIED=1
rm -f `basename %{SOURCE99}`
popd
rm -Rf $GNUPGHOME

rm -f $VERIFYSOURCE
if [ "$VERIFIED" -eq 0 ]
then
	echo "Verification of %{SOURCE0} against %{SOURCE99} with key %{SOURCE98} succeeded"
else
	echo "Source verification failed!" >&2
	#exit 1
fi

%setup -q
%patch0 -p1 -b .tirpc~
%patch2 -p1 -b .winbind~
%patch3 -p1 -b .CVE-2017-9461~
%patch4 -p1 -b .CVE-2017-11103~
%patch5 -p1 -b .CVE-2017-7494~

%patch6 -p1 -b .CVE-2018-1050~
%patch7 -p1 -b .CVE-2018-1057~
%patch8 -p1 -b .CVE-2018-1057~
%patch9 -p1 -b .CVE-2018-1057~
%patch10 -p1 -b .CVE-2018-1057~
%patch11 -p1 -b .CVE-2018-1057~
%patch12 -p1 -b .CVE-2018-1057~
%patch13 -p1 -b .CVE-2018-1057~
%patch14 -p1 -b .CVE-2018-1057~
%patch15 -p1 -b .CVE-2018-1057~
%patch16 -p1 -b .CVE-2018-1057~
%patch17 -p1 -b .CVE-2018-1057~
%patch18 -p1 -b .CVE-2018-1057~
%patch19 -p1 -b .CVE-2018-1057~

%build
CFLAGS=-g buildtools/bin/waf configure --enable-fhs \
	--with-privatelibdir=%{_libdir}/%{name} \
	--bundled-libraries=heimdal,!zlib,!popt,!talloc,!tevent,!tdb,!ldb \
	--enable-gnutls \
	--enable-cups \
	--enable-avahi \
	--with-systemd \
	--with-pam \
	--with-pam_smbpass \
%if %{with winbind}
	--with-winbind \
%endif
%if %{with ads}
	--with-ads \
%else
	--without-ads \
%endif
	--with-ldap \
	--disable-rpath \
	--disable-rpath-install \
	--disable-rpath-private-install \
	--enable-pthreadpool \
	--enable-avahi \
	--with-iconv \
	--with-acl-support \
	--with-dnsupdate \
	--with-syslog \
	--with-automount \
	--with-aio-support \
	--without-cluster-support \
	--with-sendfile-support \
	--with-dnsupdate \
	--with-piddir=/run \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--sysconfdir=%{_sysconfdir} \
	--datadir=%{_datadir} \
	--localstatedir=%{_localstatedir} \
	--with-modulesdir=%{_libdir}/%{name} \
	-v -v -p \
	%{?_smp_mflags}

#	--with-system-mitkrb5 <--- probably a good idea, but causes
#	samba_upgradeprovision and friends not to be built

#sed -i -e "s|, '-Wl,--no-undefined'||g" bin/c4che/default.cache.py

buildtools/bin/waf build -v -v %{?_smp_mflags}

%if %{with gtk}
cd source3/lib/netapi/examples/netdomjoin-gui
%__cc %{optflags} `pkg-config --cflags gtk+-2.0` -I../../../../../bin/default/include/public -o netdomjoin-gui netdomjoin-gui.c -L../../../../../bin/default/source3/ -lnetapi `pkg-config --libs gtk+-2.0`
%endif

%install
mkdir -p %{buildroot}

# Put stuff where it should go.
mkdir -p %{buildroot}/%{_libdir}/%{name}/
mkdir -p %{buildroot}/%{_datadir}/man/man8/


# Any entries here mean samba makefile is *really* broken:
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
mkdir -p %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_libdir}/%{name}/vfs

%makeinstall_std
# PAM modules don't go to /usr...
if [ -e %{buildroot}%{_libdir}/security ]; then
	mkdir -p %{buildroot}/%{_lib}
	mv %{buildroot}%{_libdir}/security %{buildroot}/%{_lib}
fi

#Even though we tell waf above where to put perl it gets it wrong
#mkdir -p %{buildroot}/%{perl_vendorlib}
#mv %{buildroot}%_datadir/perl5/* %{buildroot}/%{perl_vendorlib}

#need to stay
mkdir -p %{buildroot}/{sbin,bin}
mkdir -p %{buildroot}%{_sysconfdir}/{logrotate.d,pam.d,xinetd.d}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}/var/cache/%{name}
mkdir -p %{buildroot}/var/log/%{name}
mkdir -p %{buildroot}/var/run/%{name}
mkdir -p %{buildroot}/var/spool/%{name}
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/private
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/{netlogon,profiles,printers}
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/printers/{W32X86,WIN40,W32ALPHA,W32MIPS,W32PPC}
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/codepages/src
mkdir -p %{buildroot}/%{_lib}/security
mkdir -p %{buildroot}%{_libdir}/pkgconfig
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_libdir}/%{name}/vfs
mkdir -p %{buildroot}%{_datadir}/%{name}/scripts

# Fix some paths so provision works:
perl -pi -e 's,default_ldb_modules_dir = None,default_ldb_modules_dir = \"%{_libdir}/%{name}/ldb\",g' %{buildroot}/%{py_platsitedir}/samba/__init__.py
#perl -pi -e 's,share/samba/setup,share/%{name}/setup,g' %{buildroot}/%{python_sitearch}/samba/provision.py

%if %{with gtk}
install -m 755 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui %{buildroot}/%{_sbindir}/netdomjoin-gui
mkdir -p %{buildroot}%{_datadir}/pixmaps/%{name}
install -m 644 source3/lib/netapi/examples/netdomjoin-gui/samba.ico %{buildroot}/%{_datadir}/pixmaps/%{name}/samba.ico
install -m 644 source3/lib/netapi/examples/netdomjoin-gui/logo.png %{buildroot}/%{_datadir}/pixmaps/%{name}/logo.png
install -m 644 source3/lib/netapi/examples/netdomjoin-gui/logo-small.png %{buildroot}/%{_datadir}/pixmaps/%{name}/logo-small.png
%endif

#libnss_* still not handled by make:
# Install the nsswitch library extension file
#for i in wins winbind; do
#  install -m755 source4/nsswitch/libnss_${i}.so %{buildroot}/%{_lib}/libnss_${i}.so
#done
# Make link for wins and winbind resolvers
#( cd %{buildroot}/%{_lib}; ln -s libnss_wins.so libnss_wins.so.2; ln -s libnss_winbind.so libnss_winbind.so.2)
#install -d %{buildroot}/%{_libdir}/krb5/plugins
#install -m755 source4/bin/winbind_krb5_locator.so %{buildroot}/%{_libdir}/krb5/plugins

%if %{with test}
for i in {%{testbin}};do
  mv %{buildroot}/%{_bindir}/$i %{buildroot}/%{_bindir}/${i} || :
done
%endif

# Install other stuff

install -m644 %{SOURCE28} %{buildroot}/%{_sysconfdir}/pam.d/%{name}
install -m644 %{SOURCE29} %{buildroot}/%{_sysconfdir}/pam.d/system-auth-winbind
#
install -m644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}-server

# install pam_winbind.conf sample file
mkdir -p %{buildroot}%{_sysconfdir}/security

# Some inline fixes for smb.conf for non-winbind use
install -m644 packaging/LSB/smb.conf %{buildroot}/%{_sysconfdir}/%{name}/smb.conf
cat packaging/LSB/smb.conf | \
touch %{buildroot}/%{_sysconfdir}/%{name}/smb.conf
#sed -e 's/^;   printer admin = @adm/   printer admin = @adm/g' >%{buildroot}/%{_sysconfdir}/%{name}/smb.conf
sed -i -e "/^\[$section\]/,/^\[.*\]/ s|^\($option[ \t]*=[ \t]*\).*$|\1$value|" "%{buildroot}/%{_sysconfdir}/%{name}/smb.conf"
python %{SOURCE81} "%{buildroot}/%{_sysconfdir}/%{name}/smb.conf"
sed -i '/usershare path=.*/a # Syslog facility is disabled by default as samba throws too many debugging\n# messages. See /var/log/samba for samba messages or remove this line if you\n# so desire.' %{buildroot}/%{_sysconfdir}/%{name}/smb.conf
sed -i '/# so desire./a syslog=0' %{buildroot}/%{_sysconfdir}/%{name}/smb.conf

%if %{with cupspc}
#perl -pi -e 's/printcap name = lpstat/printcap name = cups/g' %{buildroot}/%{_sysconfdir}/%{name}/smb.conf
#perl -pi -e 's/printcap name = lpstat/printcap name = cups/g' %{buildroot}/%{_sysconfdir}/%{name}/smb-winbind.conf
# Link smbspool to CUPS (does not require installed CUPS)

        mkdir -p %{buildroot}/%{_libdir}/cups/backend
        ln -s %{_bindir}/smbspool %{buildroot}/%{_libdir}/cups/backend/smb
%endif

        echo 127.0.0.1 localhost > %{buildroot}/%{_sysconfdir}/%{name}/lmhosts

install -c -m 755 %{SOURCE10} %{buildroot}%{_datadir}/%{name}/scripts/print-pdf

# Move some stuff where it belongs...
mv %{buildroot}%{_libdir}/libnss* %{buildroot}/%{_lib}/

rm -f %{buildroot}/%{_mandir}/man1/testprns*

mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
cat >%{buildroot}%{_sysconfdir}/ld.so.conf.d/samba.conf <<EOF
%{_libdir}/samba
EOF

mkdir -p %{buildroot}%{_unitdir} %{buildroot}%{_sysconfdir}/sysconfig

install -m644 packaging/systemd/samba.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/samba

install -d -m 0755 %{buildroot}%{_prefix}/lib/tmpfiles.d/
install -m644 packaging/systemd/samba.conf.tmp %{buildroot}%{_prefix}/lib/tmpfiles.d/samba.conf
install -m644 packaging/systemd/*.service %{buildroot}%{_unitdir}/
sed -i 's|/usr/bin/kill|/bin/kill|g' %{buildroot}%{_unitdir}/*.service

# create /run/samba too.
echo "d /run/samba  755 root root" >> %{buildroot}%{_prefix}/lib/tmpfiles.d/samba.conf

# Prepare schema files to be included into OpenLDAP configuration
mkdir	-p %{buildroot}%{_sysconfdir}/openldap/{schema,slapd.d}
install -m 0644 examples/LDAP/samba.schema	%{buildroot}%{_sysconfdir}/openldap/schema/
install -m 0644 examples/LDAP/samba.ldif	%{buildroot}%{_sysconfdir}/openldap/schema/
install -m 0644 examples/LDAP/README		%{buildroot}%{_sysconfdir}/openldap/schema/README.samba
install -m 0640 %{SOURCE41}			%{buildroot}%{_sysconfdir}/openldap/slapd.d/%{name}.conf

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24071 |14mu|sane-1.0.27-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define iscanversion 2.29.3

%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} %{major} -d

%bcond_without gphoto2
%bcond_without primax
%bcond_without v4l
%bcond_without epkowa

# All sane backends have SONAME libsane.so.1. We do not want
# sane-backends-iscan to provide libsane.so.1, so filter these out.
%define __noautoprovfiles %{_libdir}/sane

%define __libtoolize /bin/true

# Setting this makes the /etc/sane.d/dll.conf empty so that scanning apps
# do not search for all existing scanner models which makes their startup
# slow (the user or "scannerdrake" has to insert the names of the really
# installed scanners then)
%bcond_with empty_dll_conf

Summary:	SANE - local and remote scanner access
Name:		sane
Version:	1.0.27
Release:	2
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
# Tools are GPLv2+, docs are public domain
License:	GPLv2+ and GPLv2+ with exceptions and Public Domain
Group:		Graphics
Url:		http://www.sane-project.org/
Source0:	http://alioth.debian.org/frs/download.php/file/3958/sane-backends-%{version}.tar.gz
Source3:	http://downloads.sourceforge.net/project/px-backend/primaxscan-source/1.1.beta1/primaxscan-1.1.beta1.tar.gz
Source5:	saned-xinetd
Source9:	http://downloads.sourceforge.net/project/hp44x0backend/hp44x0backend/sane_hp_rts88xx-0.18/sane_hp_rts88xx-0.18.tar.gz
Source10:	http://downloads.sourceforge.net/project/brother-mfc/brother-mfc/sane-driver/sane-driver-0.2.tar.gz
Source11:	http://www.geocities.com/trsh0101/SANE/primascan.h
Source12:	http://www.geocities.com/trsh0101/SANE/primascan.c
# The free part of Epson's scanner driver package IScan, full package
# downloaded from http://www.avasys.jp/english/linux_e/index.html
# Non-free part stripped out with
# mkdir x; cd x; tar -xvzf ../iscan_2.21.0-6.tar.gz; rm -f */non-free/EAPL*.txt */non-free/lib*.so; tar -cvjf ../iscan_2.21.0-6-free.tar.bz2 *; cd ..; rm -rf x
Source13:	iscan-%{iscanversion}-3-free.tar.bz2
Source14:	http://downloads.sourceforge.net/project/geniusvp2/sane-backend-geniusvp2/1.0.16.1/sane-backend-geniusvp2_1.0.16.1.tar.gz
Source15:	sane.rpmlintrc
Patch0:		sane-backends-1.0.18-plustek-s12.patch
# (fc) 1.0.19-12mdv fix group for device
Patch1:		sane-backends-1.0.20-group.patch
# (fc) list Brother MFC-260C, DCP130C as supported (Mdv bug # 52951)
Patch2:		sane-backends-1.0.22-brother2list.patch
Patch3:		sane-backends-1.0.20-strformat.patch

# Debian patches
# new build system breaks build when using pthreads.
Patch10:	01_missing_pthreads.dpatch
# add back SANE_CAP_ALWAYS_SETTABLE which was mistakenly
# removed from SANE 1.0.20
Patch11:	06_cap_always_settable.dpatch
Patch13:	24_sane-desc.c_debian_mods.dpatch

# Fedora patches
Patch20:	sane-backends-1.0.20-open-macro.patch
Patch21:	sane-backends-1.0.23-udev.patch

Patch30:	iscan-2.29.3-fix-link.patch
Patch31:	iscan-2.20.1-no_non-free_please.diff
Patch32:	iscan-2.28.1-linkage_fix.patch

Patch50:	sane-1.0.24-primaxscan-gcc5.patch

BuildRequires:	gettext
BuildRequires:	gettext-devel
BuildRequires:	ieee1284-devel
BuildRequires:	jpeg-devel
BuildRequires:	libtool-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libtiff-4)
%if %{with gphoto2}
BuildRequires:	pkgconfig(libgphoto2)
%endif
BuildRequires:	pkgconfig(libsystemd)
%if %{mdvver} < 201610
BuildRequires:	pkgconfig(libsystemd-daemon)
%endif
BuildRequires:	pkgconfig(libusb-1.0)
%if %{with v4l}
BuildRequires:	pkgconfig(libv4l1)
%endif
# ensure resmgr is not pulled
BuildConflicts:	resmgr-devel

%description
SANE (Scanner Access Now Easy) is a sane and simple interface
to both local and networked scanners and other image acquisition devices
like digital still and video cameras.  SANE currently includes modules for
accessing a range of scanners, including models from Agfa SnapScan, Apple,
Artec, Canon, CoolScan, Epson, HP, Microtek, Mustek, Nikon, Siemens,
Tamarack, UMAX, Connectix, QuickCams and other SANE devices via network.

For the latest information on SANE, the SANE standard definition, and
mailing list access, see http://www.mostang.com/sane/

This package does not enable network scanning by default; if you wish
to enable it, install the saned package.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for SANE
License:	LGPLv2.1+
Group:		System/Libraries

%description -n %{libname}
This package contains the shared libraries for %{name}.

%files -n %{libname}
%{_libdir}/libsane.so.%{major}*
%dir %{_libdir}/sane
%{_libdir}/sane/*.so.%{major}*
%if %{with epkowa}
%exclude %{_libdir}/sane/libsane-epkowa.so.%{major}*
%endif

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for SANE
License:	LGPLv2.1+
Group: 		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	sane-devel = %{EVRD}

%description -n %{devname}
This package contains the headers and development libraries necessary 
to develop applications using SANE.

%files -n %{devname}
%{_bindir}/sane-config
%{_libdir}/libsane.so
%{_libdir}/sane/*.so
%{_includedir}/sane
%{_libdir}/pkgconfig/sane-backends.pc
%if %{with epkowa}
%exclude %{_libdir}/sane/libsane-epkowa.so
%endif

#----------------------------------------------------------------------------

%package backends
Summary:	SANE - local and remote scanner access
License:	LGPLv2.1+
Group:		System/Kernel and hardware
Provides:	%{name} = %{EVRD}
%if %{with epkowa}
Suggests:	iscan
%endif
Suggests:	sane-firmware
Requires(pre,postun):	rpm-helper

%description backends
This package contains the backends for different scanners.

%files backends -f sane-backends.lang
%doc %{_docdir}/sane-backends-%{version}
%{_bindir}/sane-find-scanner
%{_bindir}/scanimage
%{_bindir}/gamma4scanimage
%if %{with primax}
%{_bindir}/primax_scan
%endif
%{_bindir}/umax_pp
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man7/*
%dir %{_sysconfdir}/sane.d
%config(noreplace) %{_sysconfdir}/sane.d/*
%{_udevrulesdir}/*-libsane.rules
%attr(1777,root,root) %dir /var/lib/lock/sane
%if %{with epkowa}
# iscan files
%exclude %{_sysconfdir}/sane.d/epkowa.conf
%exclude %{_mandir}/man5/sane-epkowa.5*
%endif

%pre backends
%_pre_groupadd scanner

%postun backends
%_postun_groupdel scanner

#----------------------------------------------------------------------------

%if %{with epkowa}
%package backends-iscan
Summary:	SANE - local and remote scanner access
License:	LGPLv2.1+
Group:		System/Kernel and hardware
Provides:	iscan = %{iscanversion}

%description backends-iscan
This package contains the iscan backend, in order to not conflict with
manufacturer-supplied packages.

%files backends-iscan
%{_libdir}/sane/libsane-epkowa.so.%{major}*
%{_libdir}/sane/libsane-epkowa.so
%{_sysconfdir}/sane.d/epkowa.conf
%{_mandir}/man5/sane-epkowa.5*
%{_mandir}/man8/iscan-registry.*
%endif

#----------------------------------------------------------------------------

%package backends-doc
Summary:	Documentation for SANE backends
Group:		Documentation

%description backends-doc
This package contains the SANE backend documentation for different
scanners.

%files backends-doc
%doc %{_docdir}/sane-backends-doc-%{version}

#----------------------------------------------------------------------------

%package -n saned
Summary:	SANE - local and remote scanner access
License:	LGPLv2.1+
Group:		System/Kernel and hardware
Provides:	saned = %{EVRD}
Requires:	sane-backends >= %{EVRD}
Requires(post,postun):	xinetd
Requires(preun,post):	rpm-helper

%description -n saned
This package contains saned, a daemon that allows remote clients to
access image acquisition devices available on the local host.

%files -n saned
%{_sbindir}/*
%{_mandir}/man8/saned*
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/xinetd.d/saned

%post -n saned
systemctl restart xinetd

%pre -n saned
# Add saned to group scanner, cdwriter and usb for scanner access.
/usr/sbin/useradd -r -M -s /bin/false  -c "system user for saned" saned -G cdwriter,usb,scanner || :

%preun -n saned
systemctl restart xinetd

%postun -n saned
systemctl restart xinetd

#----------------------------------------------------------------------------

%prep
%setup -qn sane-backends-%{version}

%patch0 -p1 -b .plusteks12
%patch1 -p1 -b .group
%patch2 -p1 -b .brother2list
%patch3 -p1 -b .strformat

%patch10 -p1
%patch11 -p1
%patch13 -p1

# Fedora patches
%patch20 -p1 -b .open-macro
%patch21 -p1 -b .udev

# Primax parallel port scanners
%if %{with primax}
%setup -q -T -D -a 3 -n sane-backends-%{version}
%endif
%patch50 -p1 -b .gcc5

# "primascan" backend
# (commented out in dll.conf, as it claims to support every USB scanner)
cat %{SOURCE11} > backend/primascan.h
cat %{SOURCE12} > backend/primascan.c
echo '#primascan' >> backend/dll.conf.in

# Epson Avasys driver for Epson scanners
%if %{with epkowa}
%setup -q -T -D -a 13 -n sane-backends-%{version}
%endif

# lib64 fixes (avoid patch)
# NOTE: don't regenerate configure script past this line
perl -pi -e "s@/lib(\"|\b[^/])@/%_lib\1@g if /LDFLAGS=.*with_ptal/" configure

# Reduce number of retries done by the "snapscan" backend when accessing
# the scanner
perl -p -i -e 's:for \(retries = 20; retries; retries--\):for (retries = 5; retries; retries--):' backend/snapscan-scsi.c

%if %{with epkowa}
pushd iscan-%{iscanversion}
%patch30 -p0 -b .iscan-2.10.0-1_fix_link
%patch31 -p0 -b .no_non-free_please
%patch32 -p2 -b .linkage_fix
popd
%endif

# Remove the backend/dll.conf file generated by the patches, it prevents
# the Makefile from generating  the real dll.conf file
rm -f backend/dll.conf

%build
%configure2_5x \
	--disable-static \
	--enable-rpath=no \
%if !%{with gphoto2}
	--without-gphoto2
%endif

%make

# Primax parallel port scanners
%if %{with primax}
chmod a+rx tools/sane-config
cd primaxscan*
autoreconf -fi
PATH=`pwd`/../tools:${PATH}
CFLAGS="${RPM_OPT_FLAGS/-ffast-math/} -fPIC -I`pwd`/../include -L`pwd`/../backend/.libs/"\
%configure2_5x \
	--disable-static

%make
%make primax_scan
cd ..
%endif

# Epson Avasys driver for Epson scanners
%if %{with epkowa}
chmod a+rx tools/sane-config
PATH=`pwd`/tools:${PATH}
cd iscan-%{iscanversion}
cp -f /usr/share/aclocal/libtool.m4 m4/.
autoreconf -fi
export CFLAGS="${RPM_OPT_FLAGS/-ffast-math/} -I`pwd`/../include -L`pwd`/../backend/ -fPIC"
export CXXFLAGS="${RPM_OPT_FLAGS/-ffast-math/} -I`pwd`/../include -L`pwd`/../backend/ -fPIC"
%configure2_5x \
	--disable-static \
	--disable-frontend
%make
cd ..
%endif

%install
%makeinstall_std

# Create missing lock dir
install -d %{buildroot}/var/lib/lock/sane

perl -pi -e "s/installed.*/installed=yes/g" %{buildroot}%{_libdir}/libsane.la
/sbin/ldconfig -n %{buildroot}%{_libdir} %{buildroot}%{_libdir}/sane

# Comment out entry for the "geniusvp2" backend in
# /etc/sane.d/dll.conf as it makes SANE hanging on some systems when
# the appropriate scanner is not present
perl -p -i -e 's/^(\s*geniusvp2)/\#$1/g' %{buildroot}%{_sysconfdir}/sane.d/dll.conf

# Enable stocks driver by default
sed -i 's/^#epson/epson/g' %{buildroot}%{_sysconfdir}/sane.d/dll.conf

# Remove "hpoj" line from /etc/sane.d/dll.con
perl -p -i -e 's/HP\s+OfficeJet/HPLIP/g' %{buildroot}%{_sysconfdir}/sane.d/dll.conf
perl -p -i -e 's/hpoj.sf.net/hplip.sf.net/g' %{buildroot}%{_sysconfdir}/sane.d/dll.conf
perl -p -i -e 's/hpoj/hpaio/g' %{buildroot}%{_sysconfdir}/sane.d/dll.conf

%if %{with empty_dll_conf}
# The /etc/sane.d/dll.conf contains lines for every backend, so every
# backend probes for a scanner when a SANE frontend (e. g. xsane) is
# started. With this the user has always to wait around one minute
# before he can scan. We simply replace the file by a nearly empty one
# and let scannerdrake only insert the needed backends. So the
# frontends will start immediately
mv %{buildroot}%{_sysconfdir}/sane.d/dll.conf %{buildroot}%{_sysconfdir}/sane.d/dll.conf.orig
cat > %{buildroot}%{_sysconfdir}/sane.d/dll.conf <<EOF
# enable the next line if you want to allow access through the network:
net
EOF
%endif

# Move documentation from /usr/doc to /usr/share/doc
install -d %{buildroot}%{_docdir}/sane-backends-%{version}/
install -d %{buildroot}%{_docdir}/sane-backends-doc-%{version}/
pushd %{buildroot}%{_docdir}/sane-backends
mv `find -mindepth 1 -type d` *.html *.txt %{buildroot}%{_docdir}/sane-backends-doc-%{version}/
mv README README.linux %{buildroot}%{_docdir}/sane-backends-%{version}/
rm -f README.*
mv * %{buildroot}%{_docdir}/sane-backends-%{version}/
popd

# Primax parallel port scanners
%if %{with primax}
cd primaxscan*
%makeinstall_std
rm -f %{buildroot}%{_libdir}/libsane-primax.a %{buildroot}%{_prefix}/lib/sane/libsane-primax.a
cp primax_scan %{buildroot}%{_bindir}
cd ..

%ifarch x86_64
mv -f %{buildroot}%{_prefix}/lib/sane/libsane-primax.* %{buildroot}%{_libdir}/sane/
rm -rf %{buildroot}%{_prefix}/lib/sane/
%endif

%endif

# Epson Avasys driver for Epson scanners
%if %{with epkowa}
cd iscan-%{iscanversion}
%makeinstall_std
rm -f %{buildroot}%{_libdir}/sane/libsane-epkowa.a
rm -f %{buildroot}%{_mandir}/man1/iscan.1*
rm -rf %{buildroot}%{_libdir}/iscan
cp backend/epkowa.conf %{buildroot}%{_sysconfdir}/sane.d/
echo 'epkowa' >> %{buildroot}%{_sysconfdir}/sane.d/dll.conf
cd ..
%endif

# Xinetd.d entry
mkdir %{buildroot}/etc/xinetd.d
cat %{SOURCE5} > %{buildroot}/etc/xinetd.d/saned

# udev rules for libusb user support
mkdir -p %{buildroot}/lib/udev/rules.d
install -m644 tools/udev/libsane.rules %{buildroot}/lib/udev/rules.d/60-libsane.rules
# Shorten too long comments
perl -p -i -e 's/(\#.{500}).*$/$1 .../' %{buildroot}/lib/udev/rules.d/60-libsane.rules

%find_lang sane-backends

sed -i '/^%dir/d' sane-backends.lang


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24072 |14mu|sane-frontends-1.0.14-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta %nil

# Enable debug mode
%define debug 0

Summary:	Graphical frontend to SANE
Name:		sane-frontends
Version:	1.0.14
Release:	19
License:	GPLv2+
Group:		Graphics
Url:		http://www.mostang.com/sane/
Source0:	ftp://ftp.sane-project.org/pub/sane/sane-frontends-%{version}/%{name}-%{version}%{beta}.tar.bz2
Source1:	sane-frontends16.png
Source2:	sane-frontends32.png
Source3:	sane-frontends48.png
Patch0:		sane-frontends-1.0.14-segfault.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gimp-2.0)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(sane-backends)
Requires:	sane

%description
This is the xscanimage program, used to scan images using SANE, either
standalone or as a gimp plugin. Also includes xcam and scanadf.

%files
%doc INSTALL NEWS README AUTHORS
%{_bindir}/*
%{_datadir}/sane/sane-style.rc
%{_mandir}/man1/*
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*.png
%{_libdir}/gimp/2.0/plug-ins/xscanimage

#----------------------------------------------------------------------------

%prep
%setup -q -n sane-frontends-%{version}%{beta}
%patch0 -p1

%build
%if %{debug}
export DONT_STRIP=1
CFLAGS="`echo %{optflags} |perl -pi -e 's,-O3,-g,g'`" CXXFLAGS="`echo %{optflags} |perl -pi -e 's,-O3,-g,g'`" \
%endif
%configure2_5x
perl -pi -e 's#,-rpath,/usr/lib##' src/Makefile #yves 1.0.5-4mdk
# glibc 2.1 has stpcpy, but sane's configure is apparently unable to detect it.
perl -p -i -e "s|\/\* #undef HAVE_STPCPY \*\/|#define HAVE_STPCPY 1|" include/sane/config.h
%make

%install
%if %{debug}
export DONT_STRIP=1
%endif

%makeinstall_std

mkdir -p %{buildroot}%{_libdir}/gimp/2.0/plug-ins
ln -s %{_bindir}/xscanimage %{buildroot}%{_libdir}/gimp/2.0/plug-ins

# menu icons
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 0644 %{SOURCE1} %{buildroot}/%{_iconsdir}/hicolor/16x16/apps/sane-frontends.png
install -m 0644 %{SOURCE2} %{buildroot}/%{_iconsdir}/hicolor/32x32/apps/sane-frontends.png
install -m 0644 %{SOURCE3} %{buildroot}/%{_iconsdir}/hicolor/48x48/apps/sane-frontends.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/xscanimage.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=XScanImage
Comment=A simple frontend for the SANE scanning system
Comment[ru]=Простой интерфейс для системы сканирования SANE
Exec=%{_bindir}/xscanimage
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;Graphics;Scanning;
EOF

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/xcam.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=XCam
Comment=A SANE-based frontend for webcams
Comment[ru]=Фронтенд системы сканирования SANE для веб-камер
Exec=%{_bindir}/xcam
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=GTK;AudioVideo;Video;
EOF


%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 1.0.14-19
- (65bb147) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24073 |14mu|saslwrapper-0.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Ruby and Python wrappers for the cyrus sasl library
Name:		saslwrapper
Version:	0.14
Release:	3
License:	ASL 2.0
Group:		System/Libraries
Url:		http://qpid.apache.org
# svn export -r 1209041 https://svn.apache.org/repos/asf/qpid/branches/0.14/qpid/extras/sasl saslwrapper-0.14
# tar -cvzf saslwrapper-0.14.tar.gz saslwrapper-0.14
Source0:	%{name}-%{version}.tar.gz
Patch0:		configure.patch
BuildRequires:	cyrus-sasl
BuildRequires:	doxygen
BuildRequires:	ruby
BuildRequires:	swig
BuildRequires:	libsasl2-devel
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(ruby)

%description
A simple wrapper for cyrus-sasl that permits easy binding into
scripting languages.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for saslwrapper
Group:		System/Libraries
Conflicts:	%{name} < 0.14-3
Obsoletes:	%{name} < 0.14-3

%description -n %{libname}
Shared library for saslwrapper.

%files -n %{libname}
%doc LICENSE
%{_libdir}/libsaslwrapper.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for developing with saslwrapper
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 0.14-3
Obsoletes:	%{name}-devel < 0.14-3

%description -n %{devname}
The header files for developing with saslwrapper.

%files -n %{devname}
%{_includedir}/saslwrapper.h
%{_libdir}/libsaslwrapper.so

#----------------------------------------------------------------------------

%package -n python-saslwrapper
Summary:	Python bindings for saslwrapper
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Requires:	python

%description -n python-saslwrapper
Python bindings for the saslwrapper library.

%files -n python-saslwrapper
%{python_sitearch}/saslwrapper.py*
%{python_sitearch}/_saslwrapper.so

#----------------------------------------------------------------------------

%package -n ruby-saslwrapper
Summary:	Ruby bindings for saslwrapper
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Requires:	ruby

%description -n ruby-saslwrapper
Ruby bindings for the saslwrapper library.

%files -n ruby-saslwrapper
%{ruby_sitearchdir}/saslwrapper.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
export LDFLAGS="-lsasl2"
./bootstrap
%configure
%make

%install
%makeinstall_std

%check
make check


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.14-3
- (9b7bb32) Name library and development packages according to library packaging policy
- (9b7bb32) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24074 |14mu|saxpath-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:       saxpath
Version:    1.0
Release:    4
Summary:    Simple API for XPath

Group:      Development/Java
License:    Saxpath
URL:        http://sourceforge.net/projects/saxpath/
Source0:    http://downloads.sourceforge.net/saxpath/saxpath-1.0.tar.gz
Source1:    %{name}-%{version}.pom

BuildRequires:	ant
BuildRequires:	ant-junit
BuildRequires:	java-rpmbuild
Requires:	jpackage-utils

BuildArch:      noarch

%description
The SAXPath project is a Simple API for XPath. SAXPath is analogous to SAX
in that the API abstracts away the details of parsing and provides a simple
event based callback interface.

%package javadoc
Summary:    Javadoc for saxpath
Group:      Development/Java
Requires:   jpackage-utils

%description javadoc
Java API documentation for saxpath.

%prep
%setup -q -n %{name}-%{version}-FCS

find -type f -name "*.jar" -exec rm -f '{}' \;

%build
mkdir src/conf
touch src/conf/MANIFEST.MF

export CLASSPATH=$(build-classpath xalan-j2-serializer)

ant

# fix rpmlint warings: saxpath-javadoc.noarch: W: wrong-file-end-of-line-encoding /usr/share/javadoc/saxpath/**/*.css
for file in `find build/doc -type f | grep .css`; do
    %{__sed} -i 's/\r//g' $file
done

%install
# install jar
install -dm 755 %{buildroot}/%{_javadir}
cp -p build/saxpath.jar %{buildroot}/%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}/%{_javadir}/%{name}.jar

#install pom
install -dm 755 %{buildroot}/%{_datadir}/maven2/poms
cp -p %{SOURCE1} %{buildroot}/%{_datadir}/maven2/poms/JPP-saxpath.pom

#depmap entry
%add_to_maven_depmap saxpath saxpath %{version}-FCS JPP saxpath

# install javadoc
install -dm 755 %{buildroot}/%{_javadocdir}/%{name}
cp -a build/doc/* %{buildroot}/%{_javadocdir}/%{name}/

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_javadir}/*
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}

%files javadoc
%{_javadocdir}/*


%changelog

* Thu Jul 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
- (0278498) Rebuild with java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24075 |14mu|sbc-1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define libnamedevel %mklibname -d %{name}

Name:		sbc
Version:	1.3
Release:	1
Summary:	Bluetooth SBC utilities


Group:		Communications
License:	GPLv2+
Source0:	http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
Url:		http://www.bluez.org/

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(sndfile)

%description
Bluetooth SBC utilities

%package -n %{libname}
Summary:	Bluetooth SBC library

Group:		System/Libraries

%description -n %{libname}
Bluetooth SBC library

%package -n %{libnamedevel}
Summary:	Bluetooth SBC development files

Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{libnamedevel}
Bluetooth SBC development files


%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.la

%files
%{_bindir}/sbcdec
%{_bindir}/sbcenc
%{_bindir}/sbcinfo

%files -n %{libname}
%{_libdir}/libsbc.so.%{major}*

%files -n %{libnamedevel}
%{_includedir}/%{name}
%{_libdir}/libsbc.so
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Mon Nov 24 2014 dsilakov <denis.silakov@rosalab.ru> 1.3-1
+ Revision: 13089bc
- Merge pull request #2 from import/sbc:auto_update
- ROSA Updates Builder: update suggested



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24076 |14mu|scanssh-2.1-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Scans the given addresses and networks for running SSH servers
Name:		scanssh
Version:	2.1
Release:	19
License:	BSD
Group:		Networking/Other
URL:		http://www.monkey.org/~provos/scanssh/
Source0:	http://www.monkey.org/~provos/%{name}-%{version}.tar.gz
Patch0:		scanssh-no-locincpth.patch
BuildRequires:	libpcap >= 0.9.5
BuildRequires:	libpcap-devel >= 0.9.5
BuildRequires:	libevent-devel >= 1.3
BuildRequires:	libdnet-devel >= 1.7

%description
Scanssh scans the given addresses and networks for running SSH servers. It will
query their version number and displays the results in a list.

This program was originally written under OpenBSD as a personal measurement
tool. However, besides gathering statistics, it's also useful for other
purposes such as ensuring that all machines on your network run the latest SSH
versions, etc...

%prep

%setup -q -n %{name}-%{version}
%patch0 -p0 

%build

%configure2_5x

# work around --recheck
touch *

%make CFLAGS="%{optflags} -fPIC"

%install
install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man1

install -m755 scanssh %{buildroot}%{_sbindir}
install -m644 scanssh.1 %{buildroot}%{_mandir}/man1

%clean

%files
%doc README
%{_sbindir}/scanssh
%{_mandir}/*/*

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 2.1-19
- (13bd58e) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24077 |14mu|scons-2.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Open Source software construction tool
Name:		scons
Version:	2.3.2
Release:	3
Epoch:		1
License:	MIT
Group:		Development/Other
Url:		http://www.scons.org/
Source0:	http://download.sourceforge.net/scons/%{name}-%{version}.tar.gz
Source1:	scons.macros
BuildRequires:	pkgconfig(python)
Requires:	python-%{name} = %{EVRD}
BuildArch:	noarch

%description
SCons is an Open Source software construction tool--that is, a build
tool; an improved substitute for the classic Make utility; a better way
to build software. SCons is based on the design which won the Software
Carpentry build tool design competition in August 2000.

SCons "configuration files" are Python scripts, eliminating the need
to learn a new build tool syntax. SCons maintains a global view of
all dependencies in a tree, and can scan source (or other) files for
implicit dependencies, such as files specified on #include lines. SCons
uses MD5 signatures to rebuild only when the contents of a file have
really changed, not just when the timestamp has been touched. SCons
supports side-by-side variant builds, and is easily extended with user-
defined Builder and/or Scanner objects.

%files
%doc CHANGES.txt LICENSE.txt README.txt RELEASE.txt PKG-INFO
%{_bindir}/scons
%{_bindir}/scons-time
%{_bindir}/sconsign
%{_bindir}/scons-%{version}
%{_bindir}/sconsign-%{version}
%{_bindir}/scons-time-%{version}
%{_sysconfdir}/rpm/macros.d/scons.macros
%{_mandir}/man1/scons.1*
%{_mandir}/man1/scons-time.1*
%{_mandir}/man1/sconsign.1*

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	SCons library
Group:		Development/Python

%description -n python-%{name}
The SCons library is required by scons.

%files -n python-%{name}
%{py_puresitedir}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
CFLAGS="%{optflags}" %__python setup.py build

%install
python setup.py install \
	--root=%{buildroot} \
	--record=INSTALLED_FILES \
	--symlink-scons \
	--standard-lib
mkdir -p %{buildroot}%{_mandir}
mv %{buildroot}%{_prefix}/man/* %{buildroot}%{_mandir}

# install scons rpm macro helper
install -D %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.d/scons.macros



%changelog

* Wed Jul 08 2015 dsilakov <denis.silakov@rosalab.ru> 1:2.3.2-3
- (78c9589) Merge pull request #1 from law/scons:rosa2014.1
- (78c9589) Remove unnecessary requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24078 |14mu|screen-4.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with multiuser

%global serverbuild_hardened 1

Summary:	A manager that supports multiple logins on one terminal
Name:		screen
Version:	4.3.1
Release:	1
License:	GPLv2+
Group:		Terminals
Url:		http://www.gnu.org/software/screen/
Source0:	ftp://ftp.gnu.org/gnu/screen/%{name}-%{version}.tar.gz
Source1:	screen.pam
Patch1:		screen-4.3.1-libs.patch
Patch2:		screen-4.3.1-screenrc.patch
Patch4:		screen-E3.patch
Patch5:		screen-4.3.1-suppress_remap.patch
Patch6:		screen-4.3.1-crypt.patch
BuildRequires:	systemd
BuildRequires:	texinfo
BuildRequires:	pam-devel
BuildRequires:	utempter-devel
BuildRequires:	pkgconfig(ncursesw)
Requires(pre):	shadow-utils
Requires(post):	systemd

%description
The screen utility allows you to have multiple logins on just one
terminal. Screen is useful for users who telnet into a machine or
are connected via a dumb terminal, but want to use more than just
one login.

Install the screen package if you need a screen manager that can
support multiple logins on one terminal.

%files
%doc NEWS README doc/FAQ doc/README.DOTSCREEN COPYING
%{_mandir}/man1/screen.*
%{_infodir}/screen.info*
%{_datadir}/screen
%config(noreplace) %{_sysconfdir}/screenrc
%config(noreplace) %{_sysconfdir}/pam.d/screen
%{_tmpfilesdir}/screen.conf
%if %{with multiuser}
%attr(4755,root,root) %{_bindir}/screen
%else
%attr(2755,root,screen) %{_bindir}/screen
%endif

%pre
%{_sbindir}/groupadd -g 84 -r -f screen

%post
%tmpfiles_create %{_tmpfilesdir}/screen.conf

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .libs
%patch2 -p1 -b .screenrc
%patch4 -p1 -b .E3
%patch5 -p1 -b .suppress_remap
%patch6 -p1 -b .crypto

%build
./autogen.sh

%configure \
	--enable-pam \
	--enable-colors256 \
	--enable-rxvt_osc \
	--enable-use-locale \
	--enable-telnet \
	--with-pty-mode=0620 \
	--with-pty-group=$(getent group tty | cut -d : -f 3) \
	--with-sys-screenrc="%{_sysconfdir}/screenrc" \
	--with-socket-dir="%{_localstatedir}/run/screen"

# We would like to have braille support.
sed -i -e 's/.*#.*undef.*HAVE_BRAILLE.*/#define HAVE_BRAILLE 1/;' config.h

sed -i -e 's/\(\/usr\)\?\/local\/etc/\/etc/g;' doc/screen.{1,texinfo}

for i in doc/screen.texinfo; do
    iconv -f iso8859-1 -t utf-8 < $i > $i.utf8 && mv -f ${i}{.utf8,}
done

rm -f doc/screen.info*

# No parallel build
make

%install
%makeinstall_std
mv -f %{buildroot}%{_bindir}/screen{-%{version},}

mkdir -p %{buildroot}%{_sysconfdir}
install -m 0644 etc/etcscreenrc %{buildroot}%{_sysconfdir}/screenrc
cat etc/screenrc >> %{buildroot}%{_sysconfdir}/screenrc

# Better not forget to copy the pam file around
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/screen

# Create the socket dir
mkdir -p %{buildroot}%{_localstatedir}/run/screen

# And tell systemd to recreate it on start with tmpfs
mkdir -p %{buildroot}%{_tmpfilesdir}
cat <<EOF > %{buildroot}%{_tmpfilesdir}/screen.conf
# screen needs directory in /var/run
%if %{with multiuser}
d %{_localstatedir}/run/screen 0755 root root
%else
d %{_localstatedir}/run/screen 0775 root screen
%endif
EOF


%changelog

* Wed Sep 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.3.1-1
- (8e6a5c4) Turn back binary file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24079 |14mu|screenpen-0.0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without gnome_shell_support

Summary:	ROSA ScreenPen
Name:		screenpen
Version:	0.0.3
Release:	4
Epoch:		1
License:	GPLv3+
Group:		Graphics
Url:		http://www.rosalab.ru/
Source0:	https://abf.io/uxteam/screenpen-devel/archive/screenpen-devel-v%{version}.tar.gz
Patch0:		screenpen-devel-v0.0.3-gnome-shell-3.12.patch
BuildRequires:	cmake
BuildRequires:	qmake5
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Widgets)

%description
ROSA on-screen drawing application for presentations.

%files
%{_bindir}/screenpen

#----------------------------------------------------------------------------

%if %{with gnome_shell_support}
%package -n gnome-shell-extensions-%{name}
Summary:	ROSA ScreenPen GNOME Shell extension
Group:		Graphical desktop/GNOME
Requires:	%{name}
Requires:	gnome-shell
Conflicts:	%{name} < 1:0.0.3-3

%description -n gnome-shell-extensions-%{name}
ROSA ScreenPen GNOME Shell extension. It's used for on-screen drawing.

%files -n gnome-shell-extensions-%{name}
%{_datadir}/gnome-shell/extensions/*
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn screenpen-devel-v%{version}
%apply_patches

%build
%cmake \
	-DCMAKE_BUILD_TYPE=Release \
	-DLIBRARY_INSTALL_DIR=%{_lib}
%make

%install
%makeinstall_std -C build

%if %{with gnome_shell_support}
mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/
cp -r screenpen-launch@uxteam.rosalab.ru/ %{buildroot}%{_datadir}/gnome-shell/extensions/
%endif


%changelog
* Tue Dec 02 2014 Tigro <ashejn@gmail.com> 1:0.0.3-4
+ Revision: 740042f
- apply patch to use with gnome-shell 3.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24080 |14mu|scribus-1.4.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Scribus - Open Source Page Layout
Name:		scribus
Version:	1.4.7
Release:	1
License:	GPLv2+
Group:		Office
Url:		http://www.scribus.net/
Source0:	http://ignum.dl.sourceforge.net/project/%name/%name/%version/%{name}-%{version}.tar.xz
Source10:	scribus.rpmlintrc
Patch0:		scribus-1.4.5-ru-l10n.patch
BuildRequires:	cmake
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	boost-devel
BuildRequires:	cups-devel
BuildRequires:	hyphen-devel
BuildRequires:	jpeg-devel
BuildRequires:	podofo-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(hunspell)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)
Requires:	tkinter
Requires:	ghostscript-common

%description
Scribus is a desktop open source page layout program with the aim of
producing commercial grade output in PDF and Postscript, primarily,
though not exclusively, for Linux.

While the goals of the program are ease of use and simple
easy-to-understand tools, Scribus offers support for professional
publishing features, such as CMYK colors, easy PDF creation,
Encapsulated Postscript import and export, and creation of color
separations.

%files
%{_bindir}/*
%{_datadir}/%{name}
%{_libdir}/%{name}
%{_mandir}/man1/*
%lang(pl) %{_mandir}/pl/man1/*
%lang(de) %{_mandir}/de/man1/*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/*.desktop
%{_datadir}/mime/packages/*.xml
%{_iconsdir}/hicolor/*/apps/%{name}.png
%doc %{_datadir}/doc/%{name}*

#--------------------------------------------------------------------

%package devel
Summary:	Development headers for programs that will use Scribus
Group:		Development/C++

%description devel
Development headers for programs that will use Scribus.

%files devel
%doc AUTHORS COPYING
%{_includedir}/%{name}

#--------------------------------------------------------------------

%prep
%setup -q
%apply_patches
# Don't add (Development) to name in program menu, it makes no sense for
# users
sed -i -e "s/ (Development)//" scribus.desktop

%build
%cmake_qt4 -DWANT_HUNSPELL:BOOL=ON
%make

%install
%makeinstall_std -C build

install -d %{buildroot}%{_datadir}/applications
desktop-file-install --vendor='' \
	--dir %{buildroot}%{_datadir}/applications/ \
	--remove-key='Encoding' \
	--remove-category='Graphics' \
	--add-category='Office' \
	%{name}.desktop

# install icons for hicolor and old WM
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -resize 16x16 resources/icons/scribus.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -resize 32x32 resources/icons/scribus.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -resize 48x48 resources/icons/scribus.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

# we do not need KDE stuff
rm -f %{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24081 |14mu|sddm-0.13.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Lightweight display manager
Name:		sddm
Version:	0.13.0
Release:	5
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://github.com/sddm
Source0:	https://github.com/sddm/sddm/releases/download/v%{version}/sddm-%{version}.tar.xz
# Adds sddm to drakedm
Source1:	11sddm.conf
Source2:	sddm.conf
Source3:	sddm.pam
Source4:	sddm-autologin.pam
Source5:	tmpfiles-sddm.conf
# Needed for drakx-finish-install
Patch1:		sddm-0.12.0-Wait-for-display-setup-script-no-more-than-10m.patch
Patch2:		sddm-0.13.0-pass-locale-env.patch
Patch3:		sddm-0.13.0-face-png.patch
Patch4:		sddm-0.13.0-maui-them-fixes.patch

# Several Fedora patches
Patch100:	0007-Fall-back-to-regular-login-when-autologin-fails.patch
Patch101:	0025-Fix-crash-reading-lists-from-configuration.patch
Patch102:	0026-Do-not-read-multiple-lines.patch
Patch103:	0032-Honor-RememberLastUser-and-RememberLastSession-setti.patch
Patch104:	0033-Activate-window-for-the-primary-screen.patch
Patch105:	0034-Theme-Maui-Prevent-losing-focus.patch
BuildRequires:	cmake
BuildRequires:	qmake5
BuildRequires:	qt5-linguist-tools
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Declarative)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(libsystemd-journal)
Requires:	%{name}-theme-circles
Requires:	%{name}-theme-elarun
Requires:	%{name}-theme-maldives
Requires:	%{name}-theme-maui
# For /etc/X11/Xsession
Requires:	xinitrc
Requires(post,preun):	rpm-helper
# needed to get xcb plugin on Qt platform
Requires:	qt5-output-driver-default
Requires:	%{_lib}qt5declarative5

%description
Lightweight display manager (login screen).

%files
%{_bindir}/%{name}
%{_bindir}/%{name}-greeter
%{_datadir}/%{name}/faces/
%{_datadir}/%{name}/flags/
%{_datadir}/%{name}/scripts/
%{_datadir}/%{name}/translations/
%config(noreplace) %{_sysconfdir}/sddm.conf
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.DisplayManager.conf
%{_sysconfdir}/pam.d/%{name}
%{_sysconfdir}/pam.d/%{name}-greeter
%{_sysconfdir}/pam.d/%{name}-autologin
%{_tmpfilesdir}/sddm.conf
%{_prefix}/libexec/sddm-helper
%{_unitdir}/%{name}.service
%{_libdir}/qt5/qml/SddmComponents
%{_datadir}/X11/dm.d/11sddm.conf
%attr(0755,sddm,sddm) %{_localstatedir}/lib/%{name}

%pre
%_pre_useradd sddm %{_var}/lib/sddm /bin/false

%postun
%_postun_userdel sddm

%post
%tmpfiles_create %{name}.conf
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

#----------------------------------------------------------------------------

%package theme-circles
Summary:	Circles theme for SDDM
Group:		Graphical desktop/KDE
Conflicts:	%{name} < 0.11.0-20

%description theme-circles
Circles theme for SDDM.

%files theme-circles
%{_datadir}/%{name}/themes/circles/

#----------------------------------------------------------------------------

%package theme-elarun
Summary:	Elarun theme for SDDM
Group:		Graphical desktop/KDE
Conflicts:	%{name} < 0.11.0-20

%description theme-elarun
Elarun theme for SDDM.

%files theme-elarun
%{_datadir}/%{name}/themes/elarun/

#----------------------------------------------------------------------------

%package theme-maldives
Summary:	Maldives theme for SDDM
Group:		Graphical desktop/KDE
Conflicts:	%{name} < 0.11.0-20

%description theme-maldives
Maldives theme for SDDM.

%files theme-maldives
%{_datadir}/%{name}/themes/maldives/

#----------------------------------------------------------------------------

%package theme-maui
Summary:	Maui theme for SDDM
Group:		Graphical desktop/KDE
Conflicts:	%{name} < 0.11.0-20

%description theme-maui
Maui theme for SDDM.

%files theme-maui
%{_datadir}/%{name}/themes/maui/

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

sed -i -e 's,system-login,system-auth,g' services/*.pam

%build
%cmake \
	-DUSE_QT5:BOOL=ON \
	-DSESSION_COMMAND:FILEPATH=%{_sysconfdir}/X11/Xsession \
	-DENABLE_JOURNALD=ON \
	-DUID_MIN=500 \
	-DUID_MAX=60000
%make

%install
%makeinstall_std -C build

install -Dpm 644 %{SOURCE1} %{buildroot}%{_datadir}/X11/dm.d/11sddm.conf
install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sddm.conf
install -Dpm 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/pam.d/sddm
install -Dpm 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pam.d/sddm-autologin
install -Dpm 644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/sddm.conf

mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}

# use default.jpg as sddm background
sed -i -e 's,\(^background=\).*,\1%{_datadir}/mdk/backgrounds/default.jpg,' %{buildroot}%{_datadir}/sddm/themes/*/theme.conf


%changelog

* Wed Apr 20 2016 Denis Silakov <dsilakov@gmail.com> 0.13.0-5
- (7ad0455) Merge a set of fixes from Fedora



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24082 |14mu|sddm-kcm-5.7.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 SDDM configuration module
Name:		sddm-kcm
Version:	5.7.2
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		https://www.kde.org/
Source0:	ftp://ftp.kde.org/pub/kde/stable/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5auth-devel
BuildRequires:	kf5configwidgets-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Designer)
BuildRequires:	pkgconfig(Qt5QuickWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-shm)
BuildRequires:	pkgconfig(xcb-xkb)
BuildRequires:	pkgconfig(xcursor)
Requires:	sddm

%description
Plasma 5 SDDM configuration module.

%files -f kcm_sddm.lang
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmsddm.policy
%{_kde5_datadir}/sddm-kcm/main.qml
%{_kde5_libexecdir}/kauth/kcmsddm_authhelper
%{_kde5_services}/kcm_sddm.desktop
%{_qt5_plugindir}/kcm_sddm.so
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmsddm.conf

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang kcm_sddm


%changelog

* Thu Jul 21 2016 valerol <valerol@ya.ru> 5.7.2-1
- (54a0ebc) New version 5.7.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24083 |14mu|sddm-theme-rosa-fresh-5.6.5-0.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	ROSA Desktop Fresh theme for SDDM
Name:		sddm-theme-rosa-fresh
Version:	5.6.5
Release:	0.2
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://rosalinux.com/
# Based on Breeze SDDM theme from Plasma Workspace package.
# Only description and wallpaper were changed.
Source0:	%{name}-%{version}.tar.bz2
Requires:	kf5plasma-qml
Requires:	plasma-workspace-qml
BuildArch:	noarch

%description
ROSA Desktop Fresh theme for SDDM.

%files
%dir %{_datadir}/sddm/themes/rosa-fresh
%{_datadir}/sddm/themes/rosa-fresh/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_datadir}/sddm/themes/
cp -r rosa-fresh %{buildroot}%{_datadir}/sddm/themes/

%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.6.5-0.2
- (5c07f28) Update theme preview image



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24084 |14mu|SDL2-2.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2.0
%define major 0
%define libname %mklibname %{name}_ %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Simple DirectMedia Layer
Name:		SDL2
Version:	2.0.4
Release:	1
License:	Zlib
Group:		System/Libraries
Url:		http://www.libsdl.org/
Source0:	http://www.libsdl.org/release/%{name}-%{version}.tar.gz
Patch0:		SDL2-2.0.3-cmake.patch
#Patch1:		SDL2-2.0.1-cmake-joystick.patch
BuildRequires:	nas-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xscrnsaver)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	cmake

#----------------------------------------------------------------------------

%description
This is the Simple DirectMedia Layer, a generic API that provides low level
access to audio, keyboard, mouse, and display framebuffer across multiple
platforms.

%package -n	%{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%doc README.txt README-SDL.txt CREDITS.txt COPYING.txt BUGS.txt WhatsNew.txt
%{_libdir}/libSDL2-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc README.txt README-SDL.txt CREDITS.txt COPYING.txt BUGS.txt WhatsNew.txt
%{_bindir}/sdl2-config
%{_libdir}/pkgconfig/sdl2.pc
%{_libdir}/*.so
%dir %{_includedir}/SDL2
%{_includedir}/SDL2/*.h
%{_datadir}/aclocal/sdl2.m4

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake -DRPATH:BOOL=OFF
%make

%install
%makeinstall_std -C build

rm -f %{buildroot}%{_libdir}/*.a


%changelog

* Wed Feb 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.4-1
- (fe373a5) New version 2.0.4
- (fe373a5) Library major is now 0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24085 |14mu|SDL2_image-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 2.0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Simple DirectMedia Layer 2 - image
Name:		SDL2_image
Version:	2.0.1
Release:	1
License:	Zlib
Group:		System/Libraries
Url:		http://www.libsdl.org/projects/SDL_image/index.html
Source0:	http://www.libsdl.org/projects/SDL_image/release/%{name}-%{version}.tar.gz
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(sdl2)

%description
This is a simple library to load images of various formats as SDL2 surfaces.
This library currently supports BMP, PPM, PCX, GIF, JPEG, and PNG formats.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc README.txt CHANGES.txt COPYING.txt
%{_includedir}/SDL2/*
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/SDL2_image.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
# (anssi) --disable-x-shared disable dlopening, so that we link to them
# dynamically instead, and thus get correct autorequires
%configure2_5x \
	--disable-static \
	--enable-bmp \
	--enable-gif \
	--enable-jpg \
	--enable-pcx \
	--enable-png \
	--enable-tif \
	--enable-xpm \
	--disable-jpg-shared \
	--disable-png-shared \
	--disable-tif-shared

%make

%install
%makeinstall_std


%changelog

* Thu Feb 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.1-1
- (1242e5f) New version 2.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24086 |14mu|SDL2_mixer-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 2.0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Simple DirectMedia Layer 2 - mixer
Name:		SDL2_mixer
Version:	2.0.1
Release:	1
License:	Zlib
Group:		System/Libraries
Url:		http://www.libsdl.org/projects/SDL_mixer/
Source0:	http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz
BuildRequires:	libmikmod-devel
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(zlib)

%description
SDL2_mixer is a sample multi-channel audio mixer library. It supports any
number of simultaneously playing channels of 16 bit stereo audio, plus a
single channel of music, mixed by the popular MikMod MOD, Timidity MIDI
and SMPEG MP3 libraries.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%doc COPYING.txt
%doc timidity/FAQ timidity/README
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc README.txt CHANGES.txt
%{_libdir}/lib%{name}.so
%{_includedir}/SDL2/*
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package -n %{name}-player
Summary:	Players using %{name}
Group:		System/Libraries
Conflicts:	SDL_mixer-player

%description -n %{name}-player
This package contains binary to test the associated library.

%files -n %{name}-player
%doc README.txt
%{_bindir}/playwave
%{_bindir}/playmus

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-music-mod \
	--disable-music-ogg-shared \
	--disable-music-flac-shared
%make

%install
%makeinstall_std install-bin


%changelog

* Thu Feb 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.1-1
- (d6de7a3) New version 2.0.1
- (d6de7a3) Drop merged patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24087 |14mu|SDL2_net-2.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 2.0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Simple DirectMedia Layer 2 - network
Name:		SDL2_net
Version:	2.0.1
Release:	1
License:	ZLib
Group:		System/Libraries
Url:		http://www.libsdl.org/projects/SDL_net/
Source0:	http://www.libsdl.org/projects/SDL_net/release/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(sdl2)

%description
This is a small sample cross-platform networking library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc README.txt CHANGES.txt COPYING.txt
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/SDL2/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog

* Thu Feb 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.1-1
- (5359253) New version 2.0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24088 |14mu|SDL2_ttf-2.0.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define api 2.0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Simple DirectMedia Layer 2 - Sample TrueType Font Library
Name:		SDL2_ttf
Version:	2.0.14
Release:	1
License:	Zlib
Group:		System/Libraries
Url:		http://www.libsdl.org/projects/SDL_ttf/
Source0:	http://www.libsdl.org/projects/SDL_ttf/release/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(sdl2)

%description
This is a sample library which allows you to use TrueType fonts in your SDL2
applications.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/lib%{name}-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use %{name}.

%files -n %{devname}
%doc README.txt CHANGES.txt COPYING.txt
%{_includedir}/SDL2/*
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog

* Thu Feb 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.14-1
- (eac4eea) Requires pkgconfig(gl) to build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24089 |14mu|sdparm-1.09-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	List or change SCSI disk parameters

Name:		sdparm
Version:	1.09
Release:	1
License:	BSD
Group:		System/Kernel and hardware
URL:		http://sg.danny.cz/sg/sdparm.html 
Source0:	http://sg.danny.cz/sg/p/%{name}-%{version}.tar.xz

%description
SCSI disk parameters are held in mode pages. This utility lists or
changes those parameters. Other SCSI devices (or devices that use
the SCSI command set) such as CD/DVD and tape drives may also find
parts of sdparm useful. Requires the linux kernel 2.4 series or later.
In the 2.4 series SCSI generic device names (e.g. /dev/sg0)
must be used. In the 2.6 series other device names may be used as
well (e.g. /dev/sda).

Warning: It is possible (but unlikely) to change SCSI disk settings
that stop or slow it down. Use with care.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%doc ChangeLog README CREDITS AUTHORS COPYING
%{_bindir}/*
%{_mandir}/man*/*

%changelog

* Mon Jan 11 2016 dsilakov <denis.silakov@rosalab.ru> 1.09-1
- (dcb1169) Merge pull request #2 from import/sdparm:auto_update
- (dcb1169) Updated to 1.09 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24090 |14mu|seabios-1.8.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		seabios
Version:	1.8.2
Release:	1
Summary:	Open-source legacy BIOS implementation


Group:		Emulators
License:	LGPLv3
URL:		http://www.coreboot.org/SeaBIOS
Source0:	http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz

Source10:	config.vga.cirrus
Source11:	config.vga.isavga
Source12:	config.vga.qxl
Source13:	config.vga.stdvga
Source14:	config.vga.vmware
Source15:	config.csm
Source16:	config.coreboot
Source17:	config.seabios-128k
Source18:	config.seabios-256k
Source19:	config.vga.virtio

BuildRequires:	python iasl

Requires:	%{name}-bin = %{version}-%{release}
Requires:	seavgabios-bin = %{version}-%{release}
Buildarch:	noarch

# Seabios is noarch, but required on architectures which cannot build it.
# Disable debuginfo because it is of no use to us.
%global debug_package %{nil}

# You can build a debugging version of the BIOS by setting this to a
# value > 1.  See src/config.h for possible values, but setting it to
# a number like 99 will enable all possible debugging.  Note that
# debugging goes to a special qemu port that you have to enable.  See
# the SeaBIOS top-level README file for the magic qemu invocation to
# enable this.
%global debug_level 1


%description
SeaBIOS is an open-source legacy BIOS implementation which can be used as
a coreboot payload. It implements the standard BIOS calling interfaces
that a typical x86 proprietary BIOS implements.


%package bin
Summary: Seabios for x86
Buildarch: noarch


%description bin
SeaBIOS is an open-source legacy BIOS implementation which can be used as
a coreboot payload. It implements the standard BIOS calling interfaces
that a typical x86 proprietary BIOS implements.


%package -n seavgabios-bin
Summary:	Seavgabios for x86
Buildarch:	noarch
Obsoletes:	vgabios < %{version}-%{release}
Provides:	vgabios = %{version}-%{release}

%description -n seavgabios-bin
SeaVGABIOS is an open-source VGABIOS implementation.


%prep
%setup -q

# Makefile changes version to include date and buildhost
sed -i 's,VERSION=%{version}.*,VERSION=%{version},g' Makefile


%build
export CFLAGS="%{optflags}"
mkdir binaries

build_bios() {
	make clean distclean
	cp $1 .config
	echo "CONFIG_DEBUG_LEVEL=%{debug_level}" >> .config
	make oldnoconfig V=1

	make V=1 $4
	cp out/$2 binaries/$3
}

# seabios
build_bios %{SOURCE15} Csm16.bin bios-csm.bin
build_bios %{SOURCE16} bios.bin.elf bios-coreboot.bin
build_bios %{SOURCE17} bios.bin bios.bin
build_bios %{SOURCE18} bios.bin bios-256k.bin
cp out/src/fw/*dsdt*.aml binaries

# seavgabios
build_bios %{SOURCE10} vgabios.bin vgabios-cirrus.bin out/vgabios.bin
build_bios %{SOURCE11} vgabios.bin vgabios-isavga.bin out/vgabios.bin
build_bios %{SOURCE12} vgabios.bin vgabios-qxl.bin out/vgabios.bin
build_bios %{SOURCE13} vgabios.bin vgabios-stdvga.bin out/vgabios.bin
build_bios %{SOURCE14} vgabios.bin vgabios-vmware.bin out/vgabios.bin
build_bios %{SOURCE19} vgabios.bin vgabios-virtio.bin out/vgabios.bin


%install
mkdir -p %{buildroot}%{_datadir}/seabios
mkdir -p %{buildroot}%{_datadir}/seavgabios
install -m 0644 binaries/bios.bin %{buildroot}%{_datadir}/seabios/bios.bin
install -m 0644 binaries/bios-256k.bin %{buildroot}%{_datadir}/seabios/bios-256k.bin
install -m 0644 binaries/bios-csm.bin %{buildroot}%{_datadir}/seabios/bios-csm.bin
install -m 0644 binaries/bios-coreboot.bin %{buildroot}%{_datadir}/seabios/bios-coreboot.bin
install -m 0644 binaries/*.aml %{buildroot}%{_datadir}/seabios
install -m 0644 binaries/vgabios*.bin %{buildroot}%{_datadir}/seavgabios


%files
%doc COPYING COPYING.LESSER README


%files bin
%dir %{_datadir}/seabios/
%{_datadir}/seabios/bios*.bin
%{_datadir}/seabios/*.aml

%files -n seavgabios-bin
%dir %{_datadir}/seavgabios/
%{_datadir}/seavgabios/vgabios*.bin

%changelog

* Wed Aug 19 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.8.2-1
- (cff0802) Updated to version 1.8.2 (based on what Fedora does)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24091 |14mu|seahorse-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Summary:	GNOME frontend to GnuPG
Name:		seahorse
Version:	3.16.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
URL:		http://seahorse.sourceforge.net/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	desktop-file-utils
BuildRequires:	gnupg
BuildRequires:	imagemagick
BuildRequires:	intltool itstool
BuildRequires:	xsltproc
BuildRequires:	gpgme-devel >= 1.0.0
BuildRequires:	libldap-devel
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-glib)
BuildRequires:	pkgconfig(gck-1)
BuildRequires:	pkgconfig(gcr-3)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libsecret-1)

Requires:	gnupg
%rename		gnome-keyring-manager

%description
Seahorse is a GNOME frontend for the GNU Privacy Guard ecryption tool. It can 
be used for file encryption and decryption and for digitally signing files and 
for verifying those signatures. Key management options are also included.

%prep
%setup -q
#apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-valac \
	--disable-scrollkeeper

%make

%install
%makeinstall_std

# Menu
desktop-file-install --vendor="" \
	--remove-category="Advanced" \
	--remove-category="Application" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --all-name --with-gnome
 
%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%dir %{_datadir}/seahorse/
%dir %{_datadir}/seahorse/icons
%dir %{_datadir}/seahorse/icons/hicolor
%{_bindir}/seahorse
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/appdata/seahorse.appdata.xml
%{_datadir}/applications/seahorse.desktop
%{_datadir}/dbus-1/services/org.gnome.seahorse.Application.service
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini
%{_datadir}/icons/*/*/*/*
%{_datadir}/seahorse/icons/hicolor/*
%{_datadir}/seahorse/ui
%{_libdir}/%{name}/
%{_mandir}/man1/*

%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-1
- (f7385e2) update to 3.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24092 |14mu|selinux-2.3-31
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libselinux %mklibname selinux %{major}
%define devselinux %mklibname selinux -d

%define libsepol %mklibname sepol %{major}
%define devsepol %mklibname sepol -d

%define libsemanage %mklibname semanage %{major}
%define devsemanage %mklibname semanage -d

# Distro-specific default value is defined in branding-configs package
%{?build_ruby}%{?!build_ruby:%bcond_with ruby}

%bcond_with bootstrap

%bcond_without semanage

Summary:	Security-enhanced Linux general support subsystem
Name:		selinux
Version:	2.3
Release:	31
Epoch:		1
License:	GPLv2+
Group:		System/Base
Url:		http://selinuxproject.org/
Source0:	%{name}-%{version}.tar.gz
Source1: 	semanage.conf
Patch0:		libselinux-rhat.patch
Patch1:		libsemanage-rhat.patch
Patch2:		policycoreutils-rhat.patch
Patch3:		sepolgen-rhat.patch
Patch4:		selinux-2.3-newrole-preserve-locale.patch
Patch5:		selinux-2.3-newrole-enable-lspp.patch
Patch6:		selinux-2.3-setfiles-dont-count-rootfs.patch
BuildRequires:	flex
BuildRequires:	swig
BuildRequires:	sepol-devel
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(python)
%if %{without bootstrap}
BuildRequires:	setools-devel
BuildRequires:	pkgconfig(libsemanage)
%endif
%if %{with semanage}
BuildRequires:	bison
BuildRequires:	xmlto
BuildRequires:	audit-devel
BuildRequires:	bzip2-devel
BuildRequires:	pam-devel
BuildRequires:	selinux-devel
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(libcgroup)
BuildRequires:	pkgconfig(ustr)
%endif
%if %{with ruby}
BuildRequires:	ruby
BuildRequires:	ruby-devel
%endif

%description
Security-enhanced Linux is a feature of the Linux® kernel and a number
of utilities with enhanced security functionality designed to add
mandatory access controls to Linux.  The Security-enhanced Linux
kernel contains new architectural components originally developed to
improve the security of the Flask operating system. These
architectural components provide general support for the enforcement
of many kinds of mandatory access control policies, including those
based on the concepts of Type Enforcement®, Role-based Access
Control, and Multi-level Security.

#----------------------------------------------------------------------------

%package -n %{libselinux}
Summary:	SELinux library and simple utilities
Group:		System/Libraries
Provides:	libselinux = %{EVRD}
Provides:	selinux = %{EVRD}

%description -n %{libselinux}
SELinux library and simple utilities

%files -n %{libselinux}
/%{_lib}/libselinux.so.%{major}*
%ghost /var/run/setrans
/etc/tmpfiles.d/libselinux.conf

#----------------------------------------------------------------------------

%package utils
Summary:	SELinux libselinux utilies
Group:		System/Base
Requires:	%{libselinux} = %{EVRD} 
Provides:	libselinux-utils = %{EVRD}

%description utils
The selinux-utils package contains the utilities

%files utils
%{_sbindir}/avcstat
%{_sbindir}/getenforce
%{_sbindir}/getsebool
%{_sbindir}/matchpathcon
%{_sbindir}/selinuxconlist
%{_sbindir}/selinuxdefcon
%{_sbindir}/selinuxexeccon
%{_sbindir}/selinuxenabled
%{_sbindir}/setenforce
%{_sbindir}/togglesebool
%{_sbindir}/sefcontext_compile
%{_mandir}/man5/booleans*
%{_mandir}/man5/customizable_types*
%{_mandir}/man5/default*
%{_mandir}/man5/failsafe_context*
%{_mandir}/man5/file_contexts*
%{_mandir}/man5/local.users.*
%{_mandir}/man5/media.*
%{_mandir}/man5/removable_context.*
%{_mandir}/man5/secolor.conf.*
%{_mandir}/man5/securetty_types.*
%{_mandir}/man5/selabel*
%{_mandir}/man5/sepgsql_contexts.*
%{_mandir}/man5/service_seusers.*
%{_mandir}/man5/seusers.*
%{_mandir}/man5/user_contexts.*
%{_mandir}/man5/virtual*
%{_mandir}/man5/x_contexts.*
%{_mandir}/man8/avcstat.*
%{_mandir}/man8/booleans.*
%{_mandir}/man8/chkcon.*
%{_mandir}/man8/genpol*
%{_mandir}/man8/getenforce.*
%{_mandir}/man8/getsebool.*
%{_mandir}/man8/matchpathcon.*
%{_mandir}/man8/sefcontext_compile.*
%{_mandir}/man8/selinux*
%{_mandir}/man8/setenforce.*
%{_mandir}/man8/togglesebool.*
%dir /var/lib/selinux

#----------------------------------------------------------------------------

%package -n python-selinux
Summary:	SELinux python bindings for libselinux
Group:		Development/Python
Requires:	%{libselinux} = %{EVRD}

%description -n python-selinux
The libselinux-python package contains the python bindings for developing 
SELinux applications.

%files -n python-selinux
%dir %{python_sitearch}/selinux
%{python_sitearch}/selinux/*

#----------------------------------------------------------------------------

%if %{with ruby}
%package -n ruby-selinux
Summary:	SELinux ruby bindings for libselinux
Group:		Development/Ruby
Requires:	%{libselinux} = %{EVRD}

%description -n ruby-selinux
The libselinux-ruby package contains the ruby bindings for developing 
SELinux applications.

%files -n ruby-selinux
%{ruby_archdir}/selinux.so
%if %{with semanage}
%{ruby_archdir}/semanage.so
%endif
%endif

#----------------------------------------------------------------------------

%package -n %{devselinux}
Summary:	Header files and libraries used to build SELinux
Group:		Development/C
Provides:	selinux-devel = %{EVRD}
Provides:	libselinux-devel = %{EVRD}
Provides:	selinux-static-devel = %{EVRD}
Requires:	%{libselinux} = %{EVRD}
Requires:	sepol-devel
Obsoletes:	%{_lib}selinux1-devel < %{EVRD}

%description -n %{devselinux}
The libselinux-devel package contains the libraries and header files
needed for developing SELinux applications.

%files -n %{devselinux}
%{_libdir}/pkgconfig/libselinux.pc
%{_libdir}/libselinux.a
%{_libdir}/libselinux.so
%dir %{_includedir}/selinux
%{_includedir}/selinux/*
%{_mandir}/man3/avc*
%{_mandir}/man3/context*
%{_mandir}/man3/check*
%{_mandir}/man3/fget*
%{_mandir}/man3/fini*
%{_mandir}/man3/free*
%{_mandir}/man3/fset*
%{_mandir}/man3/get*
%{_mandir}/man3/init*
%{_mandir}/man3/is_*
%{_mandir}/man3/lget*
%{_mandir}/man3/lset*
%{_mandir}/man3/manual_user*
%{_mandir}/man3/mode*
%{_mandir}/man3/match*
%{_mandir}/man3/print_access*
%{_mandir}/man3/query_user*
%{_mandir}/man3/rpm_exec*
%{_mandir}/man3/set*
%{_mandir}/man3/selinux*
%{_mandir}/man3/string*
%{_mandir}/man3/sid*
%{_mandir}/man3/selabel*
%{_mandir}/man3/security*

#----------------------------------------------------------------------------

%package -n %{libsepol}
Summary:	SELinux binary policy manipulation library
Group:		System/Libraries
Provides:	sepol = %{EVRD}

%description -n %{libsepol}
libsepol provides an API for the manipulation of SELinux binary policies.
It is used by checkpolicy (the policy compiler) and similar tools, as well
as by programs like load_policy that need to perform specific transformations
on binary policies such as customizing policy boolean settings.

%files -n %{libsepol}
/%{_lib}/libsepol.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devsepol}
Summary:	Header files and libraries used to build policy manipulation tools
Group:		Development/C
Requires:	%{libsepol} = %{EVRD}
Provides:	sepol-devel = %{EVRD}
Provides:	sepol-static-devel = %{EVRD}

%description -n %{devsepol}
The libsepol-devel package contains the libraries and header files
needed for developing applications that manipulate binary policies.

%files -n %{devsepol}
%dir %{_includedir}/sepol
%dir %{_includedir}/sepol/policydb
%{_libdir}/pkgconfig/libsepol.pc
%{_libdir}/libsepol.so
%{_includedir}/sepol/*.h
%{_mandir}/man3/sepol*.3*
%{_includedir}/sepol/policydb/*.h
%{_libdir}/libsepol.a

#----------------------------------------------------------------------------

%if %{without bootstrap} || %{with semanage}
%package -n %{libsemanage}
Summary:	SELinux binary policy manipulation library 
Group:		Development/Other
Provides:	libsemanage = %{EVRD}

%description -n %{libsemanage}
libsemanage provides an API for the manipulation of SELinux binary policies.
It is used by checkpolicy (the policy compiler) and similar tools, as well
as by programs like load_policy that need to perform specific transformations
on binary policies such as customizing policy boolean settings.

%files -n %{libsemanage}
%config(noreplace) /etc/selinux/semanage.conf
/%{_lib}/libsemanage.so.%{major}*
%{_mandir}/man5/semanage.conf.*
%endif

#----------------------------------------------------------------------------

%if %{without bootstrap} || %{with semanage}
%package -n %{devsemanage}
Summary:	Header files and libraries used to build policy manipulation tools
Group:		Development/Other
Requires:	%{libsemanage} = %{EVRD}
Provides:	libsemanage-devel = %{EVRD}
Provides:	semanage-devel = %{EVRD}

%description -n %{devsemanage}
The semanage-devel package contains the libraries and header files
needed for developing applications that manipulate binary policies. 

%files -n %{devsemanage}
%{_libdir}/libsemanage.a
%{_libdir}/libsemanage.so
%{_libdir}/pkgconfig/libsemanage.pc
%dir %{_includedir}/semanage
%{_includedir}/semanage/*.h
%{_mandir}/man3/semanage*
%endif

#----------------------------------------------------------------------------

%if %{without bootstrap} || %{with semanage}
%package -n python-semanage
Summary:	Python bindings for libsemanage
Group:		Development/Python
Requires:	%{libsemanage} >= %{EVRD}
Provides:	python-libsemanage = %{EVRD}
Obsoletes:	python-libsemanage

%description -n python-semanage
The python-libsemanage package contains the python bindings for developing 
SELinux management applications.

%files -n python-semanage
%{python_sitearch}/_semanage.so
%{python_sitearch}/semanage.py*
%endif

#----------------------------------------------------------------------------

%if %{without bootstrap}
%package -n checkpolicy
Summary:	SELinux policy compiler
Group:		Development/Tools

%description -n checkpolicy
This package contains checkpolicy, the SELinux policy compiler.
Only required for building policies.

%files -n checkpolicy
%{_bindir}/checkpolicy
%{_bindir}/checkmodule
%{_mandir}/man8/checkpolicy.8.xz
%{_mandir}/man8/checkmodule.8.xz
%endif

#----------------------------------------------------------------------------

%if %{without bootstrap}
%package -n policycoreutils
Summary:	SELinux policy core utilities
Group:		System/Base

%description -n policycoreutils
policycoreutils contains the policy core utilities that are required
for basic operation of a SELinux system.  These utilities include
load_policy to load policies, setfiles to label filesystems, newrole
to switch roles, and run_init to run /etc/init.d scripts in the proper
context.

%files -n policycoreutils -f policycoreutils.lang
/sbin/restorecon
/sbin/fixfiles
/sbin/setfiles
/sbin/load_policy
%{_sbindir}/genhomedircon
%{_sbindir}/load_policy
%{_sbindir}/setsebool
%{_sbindir}/semodule
%{_sbindir}/sestatus
%{_sbindir}/run_init
%{_sbindir}/open_init_pty
%{_bindir}/secon
%{_bindir}/semodule_deps
%{_bindir}/semodule_expand
%{_bindir}/semodule_link
%{_bindir}/semodule_package
%{_bindir}/semodule_unpackage
%config(noreplace) %{_sysconfdir}/sestatus.conf
%{_sysconfdir}/dbus-1/system.d/org.selinux.conf
%{_datadir}/dbus-1/system-services/org.selinux.service
%{_datadir}/polkit-1/actions/org.selinux.config.policy
%{_datadir}/polkit-1/actions/org.selinux.policy
%{_mandir}/man5/selinux_config.5*
%{_mandir}/man5/sestatus.conf.5*
%{_mandir}/man8/fixfiles.8*
%{_mandir}/man8/load_policy.8*
%{_mandir}/man8/open_init_pty.8*
%{_mandir}/man8/restorecon.8*
%{_mandir}/man8/run_init.8*
%{_mandir}/man8/semodule.8*
%{_mandir}/man8/semodule_deps.8*
%{_mandir}/man8/semodule_expand.8*
%{_mandir}/man8/semodule_link.8*
%{_mandir}/man8/semodule_package.8*
%{_mandir}/man8/semodule_unpackage.8*
%{_mandir}/man8/sestatus.8*
%{_mandir}/man8/setfiles.8*
%{_mandir}/man8/setsebool.8*
%{_mandir}/man1/secon.1*
%{_mandir}/man8/genhomedircon.8*
%{_datadir}/bash-completion/completions/semanage
%{_datadir}/bash-completion/completions/sepolicy
%{_datadir}/bash-completion/completions/setsebool
%config(noreplace) %{_sysconfdir}/pam.d/run_init
%endif

#----------------------------------------------------------------------------

%if %{without bootstrap}
%package -n system-config-selinux
Summary:	SELinux configuration GUI
Group:		System/Base
Requires:	policycoreutils-python
Requires:	gnome-python
Requires:	gnome-python-canvas
Requires:	pygtk2
Requires:	pygtk2.0-libglade
# Only suggest selinux-policy to avoid dependency loop
Suggests:	selinux-policy
Requires:	setools-console
Requires:	usermode
Requires:	libgnomeui2
Requires:	libbonoboui
%rename		policycoreutils-gui

%description -n system-config-selinux
system-config-selinux is a utility for managing the SELinux environment.

%files -n system-config-selinux
%{_bindir}/system-config-selinux
%{_bindir}/sepolgen
%{_datadir}/icons/hicolor/24x24/apps/system-config-selinux.png
%{_datadir}/pixmaps/system-config-selinux.png
%dir %{_datadir}/system-config-selinux
%{_datadir}/system-config-selinux/system-config-selinux.png
%{_datadir}/system-config-selinux/*.py*
%{_datadir}/system-config-selinux/*.glade
%{_datadir}/system-config-selinux/*.desktop
%{_mandir}/man8/system-config-selinux.8.*
%endif

#----------------------------------------------------------------------------

%if %{without bootstrap}
%package -n newrole
Summary:	The newrole application for RBAC/MLS
Group:		System/Base
Requires:	policycoreutils
Requires(post):	libcap-utils
Provides:	policycoreutils-newrole = %{EVRD}

%description -n newrole
RBAC/MLS policy machines require newrole as a way of changing the role 
or level of a logged in user.

%files -n newrole
%attr(0755,root,root)%{_bindir}/newrole
%{_sysconfdir}/pam.d/newrole
%{_mandir}/man1/newrole.1*

%post -n newrole
/usr/sbin/setcap cap_dac_read_search,cap_setpcap,cap_audit_write,cap_sys_admin,cap_fowner,cap_chown,cap_dac_override=pe %{_bindir}/newrole
%endif

#----------------------------------------------------------------------------

%if %{without bootstrap}
%package -n policycoreutils-python
Summary:	SELinux policy core python utilities
Group:		System/Base
Requires:	policycoreutils
Requires:	make
Requires:	python-audit
Requires:	python-semanage
Requires:	python-selinux
Requires:	setools-python
Requires:	pythonegg(ipy)
Requires(pre):	python
Requires(post):	selinux-utils
# Leads to dependency loop
# Requires(post):	selinux-policy
Conflicts:	policycoreutils < 2.0.61
Provides:	policycoreutils-python = %{EVRD}

%description -n policycoreutils-python
The policycoreutils-python package contains the management tools use to manage
an SELinux environment.

%files -n policycoreutils-python
%{_sbindir}/semanage
%{_bindir}/audit2allow
%{_bindir}/audit2why
%{_bindir}/chcat
%{_bindir}/sandbox
%{_bindir}/sepolgen-ifgen
%{_bindir}/sepolgen-ifgen-attr-helper
%{_bindir}/sepolicy
%{python_sitearch}/sepolgen
%{python_sitearch}/policycoreutils*.egg-info
%{python_sitearch}/sepolicy*.egg-info
%{python_sitelib}/seobject*.egg-info
%dir %{python_sitearch}/sepolicy
%dir %{python_sitearch}/policycoreutils
%dir %{python_sitelib}/seobject
%dir %{python_sitearch}/sepolicy/templates
%dir %{python_sitearch}/sepolicy/help
%{_datadir}/icons/hicolor/16x16/apps/sepolicy.png
%{_datadir}/icons/hicolor/22x22/apps/sepolicy.png
%{_datadir}/icons/hicolor/256x256/apps/sepolicy.png
%{_datadir}/icons/hicolor/32x32/apps/sepolicy.png
%{_datadir}/icons/hicolor/48x48/apps/sepolicy.png
%{_datadir}/pixmaps/sepolicy.png
%{python_sitearch}/sepolicy/help/*.txt
%{python_sitearch}/sepolicy/help/*.png
%{python_sitearch}/sepolicy/help/*.py
%{python_sitearch}/sepolicy/templates/*.py
%{python_sitearch}/sepolicy/*.py
%{python_sitearch}/sepolicy/*.so
%{python_sitearch}/sepolicy/*.glade
%{python_sitearch}/policycoreutils/*.py
%{python_sitearch}/policycoreutils/*.so
%{python_sitelib}/seobject/*.py
%dir  /var/lib/sepolgen
/var/lib/sepolgen/perm_map
%{_mandir}/man1/audit2allow.1*
%{_mandir}/man1/audit2why.1*
%{_mandir}/man8/chcat.8*
%{_mandir}/man8/semanage*
%{_mandir}/man8/sepolicy*
%{_mandir}/man8/sepolgen*

%post -n policycoreutils-python
%{_bindir}/sepolgen-ifgen 2>/dev/null

%triggerin -n policycoreutils-python -- selinux-policy
selinuxenabled && [ -f /usr/share/selinux/devel/include/build.conf ] && /usr/bin/sepolgen-ifgen 2>/dev/null
exit 0
%endif

#----------------------------------------------------------------------------

%if %{without bootstrap}
%package -n restorecond
Summary:	SELinux restorecond utilities
Group:		System/Base
Provides:	policycoreutils-restorecond = %{EVRD}
Requires(post,preun,postun):	systemd

%description -n restorecond
The policycoreutils-restorecond package contains the restorecond service.

%files -n restorecond
%{_sbindir}/restorecond
%{_unitdir}/restorecond.service
%config(noreplace) %{_sysconfdir}/selinux/restorecond.conf
%config(noreplace) %{_sysconfdir}/selinux/restorecond_user.conf
%{_sysconfdir}/xdg/autostart/restorecond.desktop
%{_sysconfdir}/rc.d/init.d/restorecond
%{_datadir}/dbus-1/services/org.selinux.Restorecond.service
%{_mandir}/man8/restorecond.8*

%post -n restorecond
if [ $1 -eq 1 ] ; then
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

%preun -n restorecond
if [ $1 = 0 ]; then
  /bin/systemctl --no-reload restorecond.service > /dev/null 2>&1 || :
  /bin/systemctl stop restorecond.service > /dev/null 2>&1 || :
fi

%postun -n restorecond
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    /bin/systemctl try-restart restorecond.service >/dev/null 2>&1 || :
fi

%triggerun -n restorecond -- restorecond < 2.0.86-13
%{_bindir}/systemd-sysv-convert --save restorecond >/dev/null 2>&1 ||:
/bin/systemctl enable restorecond.service >/dev/null 2>&1
/sbin/chkconfig --del restorecond >/dev/null 2>&1 || :
/bin/systemctl try-restart restorecond.service >/dev/null 2>&1 || :
%endif

#----------------------------------------------------------------------------

%if %{without bootstrap}
%package -n sandbox
Summary:	SELinux sandbox utilities
Group:		System/Base
Requires:	matchbox-window-manager
Requires:	policycoreutils-python
Requires:	rsync
Requires:	x11-server-xephyr
Requires:	xmodmap
Requires(post,preun):	chkconfig
Requires(post):	libcap-utils
Provides:	policycoreutils-sandbox = %{EVRD}

%description -n sandbox
The policycoreutils-sandbox package contains the scripts to create graphical
sandboxes.

%files -n sandbox
%{_datadir}/sandbox/sandboxX.sh
%{_datadir}/sandbox/start
%{_sbindir}/seunshare
%config(noreplace) %{_sysconfdir}/sysconfig/sandbox
%{_mandir}/man8/seunshare.8*
%{_mandir}/man8/sandbox.8*
%{_mandir}/man5/sandbox.5*

%post -n sandbox
if [ $1 -eq 1 ]; then
   /sbin/chkconfig sandbox --add
fi
/usr/sbin/setcap cap_setpcap,cap_setuid,cap_fowner,cap_dac_override,cap_sys_admin,cap_sys_nice=pe %{_sbindir}/seunshare

%preun -n sandbox
if [ $1 -eq 0 ]; then
   /sbin/chkconfig sandbox --del
fi
%endif

#----------------------------------------------------------------------------

%prep
%setup -q

%patch0 -d libselinux -p1
%patch1 -d libsemanage -p1
%patch2 -d policycoreutils -p2
%patch3 -d sepolgen -p2
%patch4 -p1
%patch5 -p1
%patch6 -p1

%build
%if %{without bootstrap}
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}"
%else
make -C libsepol CFLAGS="%{optflags}"
make -C libselinux LIBDIR="%{_libdir}" CFLAGS="%{optflags}"
%if %{with semanage}
make -C libsemanage LIBDIR="%{_libdir}" CFLAGS="%{optflags}"
%endif
%endif

%install
%if %{without bootstrap}
make SHLIBDIR="%{buildroot}/%{_lib}" LIBDIR="%{buildroot}%{_libdir}"  SYSTEMDDIR=%{buildroot}%{_systemdrootdir} DESTDIR="%{buildroot}" install \
%if %{with ruby}
RUBYINSTALL="%{buildroot}%{ruby_archdir}" install-rubywrap \
%endif
install-pywrap

ln -sfr /%{buildroot}/%{_lib}/libsemanage.so.1 %{buildroot}%{_libdir}/libsemanage.so 
cp %{SOURCE1} ${RPM_BUILD_ROOT}/etc/selinux/semanage.conf

%find_lang policycoreutils
ln -sf /sbin/load_policy %{buildroot}%{_sbindir}/load_policy
%else
make -C libsepol SHLIBDIR="%{buildroot}/%{_lib}" LIBDIR="%{buildroot}%{_libdir}" DESTDIR="%{buildroot}" install 
make -C libselinux SHLIBDIR="%{buildroot}/%{_lib}" LIBDIR="%{buildroot}%{_libdir}" DESTDIR="%{buildroot}" install \
%if %{with ruby}
RUBYINSTALL="%{buildroot}%{ruby_archdir}" install-rubywrap \
%endif
install-pywrap
%if %{with semanage}
make -C libsemanage SHLIBDIR="%{buildroot}/%{_lib}" LIBDIR="%{buildroot}%{_libdir}" DESTDIR="%{buildroot}" install \
%if %{with ruby}
RUBYINSTALL="%{buildroot}%{ruby_archdir}" install-rubywrap \
%endif
install-pywrap

ln -sfr /%{buildroot}/%{_lib}/libsemanage.so.1 %{buildroot}%{_libdir}/libsemanage.so
cp %{SOURCE1} ${RPM_BUILD_ROOT}/etc/selinux/semanage.conf

%endif

%endif

mkdir -p %{buildroot}/var/run/setrans
mkdir -p %{buildroot}/var/lib/selinux
mkdir -p %{buildroot}/etc/tmpfiles.d
echo "d /var/run/setrans 0755 root root" > %{buildroot}/etc/tmpfiles.d/libselinux.conf

# Nuke the files we don't want to distribute
rm -f %{buildroot}%{_sbindir}/compute_*
rm -f %{buildroot}%{_sbindir}/deftype
rm -f %{buildroot}%{_sbindir}/execcon
rm -f %{buildroot}%{_sbindir}/getenforcemode
rm -f %{buildroot}%{_sbindir}/getfilecon
rm -f %{buildroot}%{_sbindir}/getpidcon
rm -f %{buildroot}%{_sbindir}/mkdircon
rm -f %{buildroot}%{_sbindir}/policyvers
rm -f %{buildroot}%{_sbindir}/setfilecon
rm -f %{buildroot}%{_sbindir}/selinuxconfig
rm -f %{buildroot}%{_sbindir}/selinuxdisable
rm -f %{buildroot}%{_sbindir}/getseuser
rm -f %{buildroot}%{_sbindir}/selinux_check_securetty_context
rm -f %{buildroot}%{_bindir}/chkcon

mv %{buildroot}%{_sbindir}/getdefaultcon %{buildroot}%{_sbindir}/selinuxdefcon
mv %{buildroot}%{_sbindir}/getconlist %{buildroot}%{_sbindir}/selinuxconlist


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.3-31
- (66e2948) Only suggest selinux-policy to avoid dependency loop
- (Andrey Bondrov: 2529485) rename macro doesn't require EVRD
- (Andrey Bondrov: 45f5322) Now build without bootstrap

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.3-30
- (b90431f) Then build with bootstrap and with semanage

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.3-29
- (336989d) First build with bootstrap and without semanage
- (Andrey Bondrov: 0289b6a) Adjust BuildRequires for semanage build
- (Andrey Bondrov: af19c08) Build with bootstrap again and enable semanage build
- (Andrey Bondrov: af19c08) Make possible to build semanage with bootstrap
- (Andrey Bondrov: ca356ff) Try to build semanage support without requiring it
- (Andrey Bondrov: a36d5a1) Disable bootstrap build

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.3-28
- (fed3da6) First build with bootstrap to downgrade
- (Andrey Bondrov: 2491884) Disable post-requires (selinux-policy) for policycoreutils-python to avoid dependency loop
- (Andrey Bondrov: 902ab13) Spec cleanup

* Wed Jun 03 2015 law <a.lahin@ntcit-rosa.ru> 1:2.3-27
- (3829cdb) setfiles shouldn't count rootfs when calculating total number of files #bz5708

* Mon Jun 01 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1:2.3-26
- (2e099c0) Bump release

* Mon Jun 01 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1:2.3-25
- (a50e486) fix requires

* Mon Jun 01 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1:2.3-24
- (207ce42) set cap for seunshare
- (din (Dmitry Fedorov): 8a8094f) set capabilities for newrole

* Sun May 31 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1:2.3-23
- (54dd318) enable lspp by default for newrole namespaces

* Tue May 26 2015 law <a.lahin@ntcit-rosa.ru> 1:2.3-22
- (8688fa8) Increase release number

* Tue May 26 2015 law <a.lahin@ntcit-rosa.ru> 1:2.3-21
- (4a80610) Preserve locale environment in newrole
- (Dmitry Fedorov: 40d4009) Bump release

* Mon May 25 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:2.3-20
- (d6582f9) fix requires for system-config-selinux
- (din (Dmitry Fedorov): 8321492) provide semanage-devel

* Mon May 18 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1:2.3-19
- (340de5a) add semanage.conf

* Fri May 15 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1:2.3-18
- (16a94ec) remove redundant provides; build without bootstrap
- (Denis Silakov: 84db708) Obsolete python-libsemanage in python-semanage

* Fri May 15 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1:2.3-17
- (05d4004) build with semanage

* Fri May 15 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1:2.3-16
- (ab2583d) temporarily fix provides to avoid libsepol conflicts
- (din (Dmitry Fedorov): 64b107d) use EVRD instead of release-version
- (din (Dmitry Fedorov): 93f4069) fix provides
- (din (Dmitry Fedorov): dc0387c) Bump epoch; fix sepol provides



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24093 |14mu|selinux-policy-3.13.1-38
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distro rosa
%define polyinstatiate n
%define monolithic n
%define POLICYVER 29
%define POLICYCOREUTILSVER 2.1.4
%define CHECKPOLICYVER 2.1.6

%bcond_without targeted
%bcond_with minimum
%bcond_without mls

Summary:	SELinux policy configuration
Name:		selinux-policy
Version:	3.13.1
Release:	38
License:	GPLv2+
Group:		System/Base
Url:		http://github.com/TresysTechnology/refpolicy/wiki
Source0:	serefpolicy-%{version}.tgz
Patch1:		policy-base.patch
Patch2:		policy-contrib.patch
Patch3:		policy-rosa-Makefile.patch
Source1:	modules-targeted-base.conf
Source31:	modules-targeted-contrib.conf
Source2:	booleans-targeted.conf
Source3:	Makefile.devel
Source4:	setrans-targeted.conf
Source5:	modules-mls-base.conf
Source32:	modules-mls-contrib.conf
Source6:	booleans-mls.conf
Source8:	setrans-mls.conf
Source14:	securetty_types-targeted
Source15:	securetty_types-mls
Source17:	booleans-minimum.conf
Source18:	setrans-minimum.conf
Source19:	securetty_types-minimum
Source20:	customizable_types
Source21:	config.tar.gz
Source22:	users-mls
Source23:	users-targeted
Source25:	users-minimum
Source26:	file_contexts.subs_dist
Source27:	selinux-policy.conf
Source29:	serefpolicy-contrib-%{version}.tgz
Source30:	booleans.subs_dist
Source100:	selinux-policy.rpmlintrc
Source101:	rosa.fc
Source102:	rosa.te
Source103:	rosa.if
BuildRequires:	gawk
BuildRequires:	checkpolicy >= %{CHECKPOLICYVER}
BuildRequires:	policycoreutils-python >= %{POLICYCOREUTILSVER}
Requires(post):	/bin/awk
Requires(post):	coreutils
Requires(pre):	policycoreutils >= %{POLICYCOREUTILSVER}
Requires(post):	policycoreutils-python
Requires(post):	selinux-utils
BuildArch:	noarch

%description
SELinux Reference Policy - modular.

%files
%dir %{_usr}/share/selinux
%dir %{_usr}/share/selinux/packages
%dir %{_sysconfdir}/selinux
%ghost %config(noreplace) %{_sysconfdir}/selinux/config
%ghost %{_sysconfdir}/sysconfig/selinux
%{_usr}/lib/tmpfiles.d/selinux-policy.conf

#----------------------------------------------------------------------------

%package devel
Summary:	SELinux policy devel
Group:		System/Base
Requires:	checkpolicy >= %{CHECKPOLICYVER}
Requires:	m4
Requires:	make
Requires(pre):	%{name} = %{EVRD}
Requires(post):	libselinux-utils
Requires(post):	policycoreutils >= %{POLICYCOREUTILSVER}

%description devel
SELinux policy development and man page package

%files devel
%{_mandir}/ru/*/*
%dir %{_usr}/share/selinux/devel
%dir %{_usr}/share/selinux/devel/include
%{_usr}/share/selinux/devel/include/*
%{_usr}/share/selinux/devel/Makefile
%{_usr}/share/selinux/devel/example.*
%{_usr}/share/selinux/devel/policy.*

%post devel
selinuxenabled && /usr/bin/sepolgen-ifgen 2>/dev/null 
exit 0

#----------------------------------------------------------------------------

%package doc
Summary:	SELinux policy documentation
Group:		System/Base
Requires(pre):	%{name} = %{EVRD}

%description doc
SELinux policy documentation package

%files doc
%doc %{_usr}/share/doc/%{name}
%attr(755,root,root) %{_usr}/share/selinux/devel/policyhelp

#----------------------------------------------------------------------------

%define makeCmds() \
make UNK_PERMS=%4 NAME=%1 TYPE=%2 DISTRO=%{distro} UBAC=n DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} MLS_CATS=1024 MCS_CATS=1024 bare \
make UNK_PERMS=%4 NAME=%1 TYPE=%2 DISTRO=%{distro} UBAC=n DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} MLS_CATS=1024 MCS_CATS=1024  conf \
cp -f selinux_config/booleans-%1.conf ./policy/booleans.conf \
cp -f selinux_config/users-%1 ./policy/users \

%define makeModulesConf() \
cp -f selinux_config/modules-%1-%2.conf  ./policy/modules-base.conf \
cp -f selinux_config/modules-%1-%2.conf  ./policy/modules.conf \
if [ %3 == "contrib" ];then \
	cp selinux_config/modules-%1-%3.conf ./policy/modules-contrib.conf; \
	cat selinux_config/modules-%1-%3.conf >> ./policy/modules.conf; \
fi; \

%define installCmds() \
make UNK_PERMS=%4 NAME=%1 TYPE=%2 DISTRO=%{distro} UBAC=n DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} MLS_CATS=1024 MCS_CATS=1024 SEMOD_EXP="/usr/bin/semodule_expand -a" base.pp \
make validate UNK_PERMS=%4 NAME=%1 TYPE=%2 DISTRO=%{distro} UBAC=n DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} MLS_CATS=1024 MCS_CATS=1024 SEMOD_EXP="/usr/bin/semodule_expand -a" modules \
make UNK_PERMS=%4 NAME=%1 TYPE=%2 DISTRO=%{distro} UBAC=n DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} MLS_CATS=1024 MCS_CATS=1024 install \
make UNK_PERMS=%4 NAME=%1 TYPE=%2 DISTRO=%{distro} UBAC=n DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} MLS_CATS=1024 MCS_CATS=1024 install-appconfig \
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/selinux/%1/logins \
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/selinux/%1/policy \
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/selinux/%1/modules/active/modules \
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/selinux/%1/contexts/files \
touch %{buildroot}/%{_sysconfdir}/selinux/%1/modules/semanage.read.LOCK \
touch %{buildroot}/%{_sysconfdir}/selinux/%1/modules/semanage.trans.LOCK \
rm -rf %{buildroot}%{_sysconfdir}/selinux/%1/booleans \
touch %{buildroot}%{_sysconfdir}/selinux/%1/policy/policy.%{POLICYVER} \
touch %{buildroot}%{_sysconfdir}/selinux/%1/contexts/files/file_contexts \
touch %{buildroot}%{_sysconfdir}/selinux/%1/contexts/files/file_contexts.subs \
install -m0644 selinux_config/securetty_types-%1 %{buildroot}%{_sysconfdir}/selinux/%1/contexts/securetty_types \
install -m0644 selinux_config/file_contexts.subs_dist %{buildroot}%{_sysconfdir}/selinux/%1/contexts/files \
install -m0644 selinux_config/setrans-%1.conf %{buildroot}%{_sysconfdir}/selinux/%1/setrans.conf \
install -m0644 selinux_config/customizable_types %{buildroot}%{_sysconfdir}/selinux/%1/contexts/customizable_types \
touch %{buildroot}%{_sysconfdir}/selinux/%1/modules/active/seusers \
touch %{buildroot}%{_sysconfdir}/selinux/%1/modules/active/seusers.final \
touch %{buildroot}%{_sysconfdir}/selinux/%1/modules/active/file_contexts.local \
touch %{buildroot}%{_sysconfdir}/selinux/%1/modules/active/nodes.local \
touch %{buildroot}%{_sysconfdir}/selinux/%1/modules/active/users_extra.local \
touch %{buildroot}%{_sysconfdir}/selinux/%1/modules/active/users.local \
touch %{buildroot}%{_sysconfdir}/selinux/%1/modules/active/file_contexts.homedirs.bin \
touch %{buildroot}%{_sysconfdir}/selinux/%1/modules/active/file_contexts.bin \
cp %{SOURCE30} %{buildroot}%{_sysconfdir}/selinux/%1 \
bzip2 -c %{buildroot}/%{_usr}/share/selinux/%1/base.pp  > %{buildroot}/%{_sysconfdir}/selinux/%1/modules/active/base.pp \
rm -f %{buildroot}/%{_usr}/share/selinux/%1/base.pp  \
for i in %{buildroot}/%{_usr}/share/selinux/%1/*.pp; do bzip2 -c $i > %{buildroot}/%{_sysconfdir}/selinux/%1/modules/active/modules/`basename $i`; done \
rm -f %{buildroot}/%{_usr}/share/selinux/%1/*pp*  \
mkdir -p %{buildroot}%{_usr}/share/selinux/packages \
/usr/sbin/semodule -s %1 -n -B -p %{buildroot}; \
/usr/bin/sha512sum %{buildroot}%{_sysconfdir}/selinux/%1/policy/policy.%{POLICYVER} | cut -d' ' -f 1 > %{buildroot}%{_sysconfdir}/selinux/%1/.policy.sha512; \
rm -rf %{buildroot}%{_sysconfdir}/selinux/%1/contexts/netfilter_contexts  \
rm -rf %{buildroot}%{_sysconfdir}/selinux/%1/modules/active/policy.kern \
ln -sf /etc/selinux/%1/policy/policy.%{POLICYVER}  %{buildroot}%{_sysconfdir}/selinux/%1/modules/active/policy.kern \
%nil

%define fileList() \
%dir %{_usr}/share/selinux/%1 \
%dir %{_sysconfdir}/selinux/%1 \
%config(noreplace) %{_sysconfdir}/selinux/%1/setrans.conf \
%config(noreplace) %{_sysconfdir}/selinux/%1/seusers \
%dir %{_sysconfdir}/selinux/%1/logins \
%dir %{_sysconfdir}/selinux/%1/modules \
%{_sysconfdir}/selinux/%1/modules/semanage.read.LOCK \
%{_sysconfdir}/selinux/%1/modules/semanage.trans.LOCK \
%dir %attr(700,root,root) %dir %{_sysconfdir}/selinux/%1/modules/active \
%dir %{_sysconfdir}/selinux/%1/modules/active/modules \
%{_sysconfdir}/selinux/%1/modules/active/commit_num \
%{_sysconfdir}/selinux/%1/modules/active/base.pp \
%{_sysconfdir}/selinux/%1/modules/active/file_contexts \
%{_sysconfdir}/selinux/%1/modules/active/file_contexts.homedirs \
%{_sysconfdir}/selinux/%1/modules/active/file_contexts.template \
%config(noreplace) %{_sysconfdir}/selinux/%1/modules/active/seusers.final \
%{_sysconfdir}/selinux/%1/modules/active/netfilter_contexts \
%config(noreplace) %{_sysconfdir}/selinux/%1/modules/active/users_extra \
%{_sysconfdir}/selinux/%1/modules/active/homedir_template \
%{_sysconfdir}/selinux/%1/modules/active/policy.kern \
%ghost %{_sysconfdir}/selinux/%1/modules/active/*.local \
%ghost %{_sysconfdir}/selinux/%1/modules/active/*.bin \
%ghost %{_sysconfdir}/selinux/%1/modules/active/seusers \
%dir %{_sysconfdir}/selinux/%1/policy/ \
%{_sysconfdir}/selinux/%1/policy/policy.%{POLICYVER} \
%{_sysconfdir}/selinux/%1/.policy.sha512 \
%dir %{_sysconfdir}/selinux/%1/contexts \
%config %{_sysconfdir}/selinux/%1/contexts/customizable_types \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/securetty_types \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/dbus_contexts \
%config %{_sysconfdir}/selinux/%1/contexts/x_contexts \
%config %{_sysconfdir}/selinux/%1/contexts/default_contexts \
%config %{_sysconfdir}/selinux/%1/contexts/virtual_domain_context \
%config %{_sysconfdir}/selinux/%1/contexts/virtual_image_context \
%config %{_sysconfdir}/selinux/%1/contexts/lxc_contexts \
%config %{_sysconfdir}/selinux/%1/contexts/systemd_contexts \
%config %{_sysconfdir}/selinux/%1/contexts/sepgsql_contexts \
%config %{_sysconfdir}/selinux/%1/contexts/openssh_contexts \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/default_type \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/failsafe_context \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/initrc_context \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/removable_context \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/userhelper_context \
%dir %{_sysconfdir}/selinux/%1/contexts/files \
%{_sysconfdir}/selinux/%1/contexts/files/file_contexts \
%{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
%ghost %{_sysconfdir}/selinux/%1/contexts/files/*.bin \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/files/file_contexts.local \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/files/file_contexts.subs \
%{_sysconfdir}/selinux/%1/contexts/files/file_contexts.subs_dist \
%{_sysconfdir}/selinux/%1/booleans.subs_dist \
%config %{_sysconfdir}/selinux/%1/contexts/files/media \
%dir %{_sysconfdir}/selinux/%1/contexts/users \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/root \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/guest_u \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/xguest_u \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/user_u \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/staff_u \ 
%{nil}

%define relabel() \
. %{_sysconfdir}/selinux/config; \
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
/usr/sbin/selinuxenabled; \
if [ $? = 0  -a "${SELINUXTYPE}" = %1 -a -f ${FILE_CONTEXT}.pre ]; then \
     /sbin/fixfiles -C ${FILE_CONTEXT}.pre restore 2> /dev/null; \
     rm -f ${FILE_CONTEXT}.pre; \
fi; \
if /sbin/restorecon -e /run/media -R /root /var/log /var/run /etc/passwd* /etc/group* /etc/*shadow* 2> /dev/null;then \
    continue; \
fi; \
if /sbin/restorecon -R /home/*/.config 2> /dev/null;then \
    continue; \
fi;

%define preInstall() \
if [ $1 -ne 1 ] && [ -s /etc/selinux/config ]; then \
     . %{_sysconfdir}/selinux/config; \
     FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
     if [ "${SELINUXTYPE}" = %1 -a -f ${FILE_CONTEXT} ]; then \
        [ -f ${FILE_CONTEXT}.pre ] || cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.pre; \
     fi; \
     touch /etc/selinux/%1/.rebuild; \
     if [ -e /etc/selinux/%1/.policy.sha512 ]; then \
        POLICY_FILE=`ls /etc/selinux/%1/policy/policy.* | sort | head -1` \
        sha512=`sha512sum $POLICY_FILE | cut -d ' ' -f 1`; \
	checksha512=`cat /etc/selinux/%1/.policy.sha512`; \
	if [ "$sha512" == "$checksha512" ] ; then \
		rm /etc/selinux/%1/.rebuild; \
	fi; \
   fi; \
fi;

%define postInstall() \
. %{_sysconfdir}/selinux/config; \
(cd /etc/selinux/%2/modules/active/modules; rm -f vbetool.pp l2tpd.pp shutdown.pp amavis.pp clamav.pp gnomeclock.pp nsplugin.pp matahari.pp xfs.pp kudzu.pp kerneloops.pp execmem.pp openoffice.pp ada.pp tzdata.pp hal.pp hotplug.pp howl.pp java.pp mono.pp moilscanner.pp gamin.pp audio_entropy.pp audioentropy.pp iscsid.pp polkit_auth.pp polkit.pp rtkit_daemon.pp ModemManager.pp telepathysofiasip.pp ethereal.pp passanger.pp qemu.pp qpidd.pp pyzor.pp razor.pp pki-selinux.pp phpfpm.pp consoletype.pp ctdbd.pp fcoemon.pp isnsd.pp rgmanager.pp corosync.pp aisexec.pp pacemaker.pp pkcsslotd.pp smstools.pp ) \
if [ -e /etc/selinux/%2/.rebuild ]; then \
   rm /etc/selinux/%2/.rebuild; \
   /usr/sbin/semodule -B -n -s %2; \
fi; \
[ "${SELINUXTYPE}" == "%2" ] && selinuxenabled && load_policy; \
if [ %1 -eq 1 ]; then \
   /sbin/restorecon -R /root /var/log /run 2> /dev/null; \
else \
%relabel %2 \
fi;

%define modulesList() \
awk '$1 !~ "/^#/" && $2 == "=" && $3 == "module" { printf "%%s.pp ", $1 }' ./policy/modules-base.conf > %{buildroot}/%{_usr}/share/selinux/%1/modules-base.lst \
awk '$1 !~ "/^#/" && $2 == "=" && $3 == "base" { printf "%%s.pp ", $1 }' ./policy/modules-base.conf > %{buildroot}/%{_usr}/share/selinux/%1/base.lst \
if [ -e ./policy/modules-contrib.conf ];then \
	awk '$1 !~ "/^#/" && $2 == "=" && $3 == "module" { printf "%%s.pp ", $1 }' ./policy/modules-contrib.conf > %{buildroot}/%{_usr}/share/selinux/%1/modules-contrib.lst; \
fi;

%define nonBaseModulesList() \
contrib_modules=`cat %{buildroot}/%{_usr}/share/selinux/%1/modules-contrib.lst` \
base_modules=`cat %{buildroot}/%{_usr}/share/selinux/%1/modules-base.lst` \
for i in $contrib_modules $base_modules; do \
        echo "/etc/selinux/%1/modules/active/modules/$i" >> %{buildroot}/%{_usr}/share/selinux/%1/nonbasemodules.lst \
done

#----------------------------------------------------------------------------

%prep
%setup -n serefpolicy-contrib-%{version} -q -b 29
%patch2 -p1
contrib_path=`pwd`
%setup -n serefpolicy-%{version} -q
%patch1 -p1
%patch3 -p1
refpolicy_path=`pwd`
cp $contrib_path/* $refpolicy_path/policy/modules/contrib
cp %{SOURCE101} $refpolicy_path/policy/modules/contrib
cp %{SOURCE102} $refpolicy_path/policy/modules/contrib
cp %{SOURCE103} $refpolicy_path/policy/modules/contrib

%build

%install
mkdir selinux_config
for i in %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE8} %{SOURCE14} %{SOURCE15} %{SOURCE17} %{SOURCE18} %{SOURCE19} %{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE25} %{SOURCE26} %{SOURCE31} %{SOURCE32};do
 cp $i selinux_config
done
tar zxvf selinux_config/config.tar.gz

# Build targeted policy
rm -fR %{buildroot}
mkdir -p %{buildroot}%{_sysconfdir}/selinux
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
touch %{buildroot}%{_sysconfdir}/selinux/config
touch %{buildroot}%{_sysconfdir}/sysconfig/selinux
mkdir -p %{buildroot}%{_usr}/lib/tmpfiles.d/
cp %{SOURCE27} %{buildroot}%{_usr}/lib/tmpfiles.d/

# Always create policy module package directories
mkdir -p %{buildroot}%{_usr}/share/selinux/{targeted,mls,minimum,modules}/

# Install devel
make clean
%if %{with targeted}
# Build targeted policy
mkdir -p %{buildroot}%{_usr}/share/selinux/targeted
%makeCmds targeted mcs n allow
%makeModulesConf targeted base contrib
%installCmds targeted mcs n allow
%modulesList targeted 
%nonBaseModulesList targeted
%endif

%if %{with minimum}
# Build minimum policy
mkdir -p %{buildroot}%{_usr}/share/selinux/minimum
%makeCmds minimum mcs n allow
%makeModulesConf targeted base contrib
%installCmds minimum mcs n allow
%modulesList minimum
%nonBaseModulesList minimum
%endif

%if %{with mls}
# Build mls policy
%makeCmds mls mls n deny
%makeModulesConf mls base contrib
%installCmds mls mls n deny
%modulesList mls
%nonBaseModulesList mls
%endif

mkdir -p %{buildroot}%{_mandir}
cp -R  man/* %{buildroot}%{_mandir}
make UNK_PERMS=allow NAME=targeted TYPE=mcs DISTRO=%{distro} UBAC=n DIRECT_INITRC=n MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} PKGNAME=%{name} MLS_CATS=1024 MCS_CATS=1024 install-docs
make UNK_PERMS=allow NAME=targeted TYPE=mcs DISTRO=%{distro} UBAC=n DIRECT_INITRC=n MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} PKGNAME=%{name} MLS_CATS=1024 MCS_CATS=1024 install-headers
mkdir %{buildroot}%{_usr}/share/selinux/devel/
mv %{buildroot}%{_usr}/share/selinux/targeted/include %{buildroot}%{_usr}/share/selinux/devel/include
install -m 644 selinux_config/Makefile.devel %{buildroot}%{_usr}/share/selinux/devel/Makefile
install -m 644 doc/example.* %{buildroot}%{_usr}/share/selinux/devel/
install -m 644 doc/policy.* %{buildroot}%{_usr}/share/selinux/devel/
echo  "xdg-open file:///usr/share/doc/selinux-policy/html/index.html"> %{buildroot}%{_usr}/share/selinux/devel/policyhelp
chmod +x %{buildroot}%{_usr}/share/selinux/devel/policyhelp

mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d
echo '%%_selinux_policy_version %{version}-%{release}' > %{buildroot}%{_rpmconfigdir}/macros.d/macros.selinux-policy

rm -rf selinux_config

%post
if [ ! -s /etc/selinux/config ]; then
echo "
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#     enforcing - SELinux security policy is enforced.
#     permissive - SELinux prints warnings instead of enforcing.
#     disabled - No SELinux policy is loaded.
SELINUX=permissive
# SELINUXTYPE= can take one of these three values:
#     targeted - Targeted processes are protected,
#     minimum - Modification of targeted policy. Only selected processes are protected. 
#     mls - Multi Level Security protection.
SELINUXTYPE=mls 

" > /etc/selinux/config

     ln -sf ../selinux/config /etc/sysconfig/selinux 
     restorecon /etc/selinux/config 2> /dev/null || :
else
     . /etc/selinux/config
     [ -f /etc/selinux/${SELINUXTYPE}/booleans.local ] && mv /etc/selinux/${SELINUXTYPE}/booleans.local /etc/selinux/targeted/modules/active/
     [ -f /etc/selinux/${SELINUXTYPE}/seusers ] && cp -f /etc/selinux/${SELINUXTYPE}/seusers /etc/selinux/${SELINUXTYPE}/modules/active/seusers
fi
%{_bindir}/sepolicy manpage -a -p /usr/share/man/man8/ -w 
exit 0

%postun
if [ $1 = 0 ]; then
     setenforce 0 2> /dev/null
     if [ ! -s /etc/selinux/config ]; then
          echo "SELINUX=disabled" > /etc/selinux/config
     else
          sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
     fi
fi
exit 0

%if %{with targeted}
%package targeted
Summary:	SELinux targeted base policy
Group: System/Base
Provides:	selinux-policy-base = %{EVRD}
Obsoletes:	selinux-policy-targeted-sources < 2
Requires(pre):	policycoreutils >= %{POLICYCOREUTILSVER}
Requires(pre):	coreutils
Requires(pre):	selinux-policy = %{EVRD}
Requires:	selinux-policy = %{EVRD}
Conflicts:	audispd-plugins <= 1.7.7-1
Obsoletes:	mod_fcgid-selinux <= %{version}-%{release}
Obsoletes:	cachefilesd-selinux <= 0.10-1
Conflicts:	seedit
Conflicts:	389-ds-base < 1.2.7
Conflicts:	389-admin < 1.1.12

%description targeted
SELinux Reference policy targeted base module.

%pre targeted
%preInstall targeted

%post targeted
%postInstall $1 targeted
exit 0

%triggerin -- pcre
selinuxenabled && semodule -nB
exit 0

%triggerpostun targeted -- selinux-policy-targeted < 3.12.1-75
restorecon -R -p /home
exit 0

%files targeted -f %{buildroot}/%{_usr}/share/selinux/targeted/nonbasemodules.lst
%config(noreplace) %{_sysconfdir}/selinux/targeted/contexts/users/unconfined_u
%config(noreplace) %{_sysconfdir}/selinux/targeted/contexts/users/sysadm_u 
%{_usr}/share/selinux/targeted/base.lst
%{_usr}/share/selinux/targeted/modules-base.lst
%{_usr}/share/selinux/targeted/modules-contrib.lst
%{_usr}/share/selinux/targeted/nonbasemodules.lst
%fileList targeted
%endif

%if %{with minimum}
%package minimum
Summary:	SELinux minimum base policy
Provides:	selinux-policy-base = %{EVRD}
Group:		System/Base
Requires(post):	policycoreutils-python >= %{POLICYCOREUTILSVER}
Requires(pre):	coreutils
Requires(pre):	selinux-policy = %{EVRD}
Requires:	selinux-policy = %{EVRD}
Conflicts:	seedit

%description minimum
SELinux Reference policy minimum base module.

%pre minimum
%preInstall minimum
if [ $1 -ne 1 ]; then
   /usr/sbin/semodule -s minimum -l 2>/dev/null | awk '{ if ($3 != "Disabled") print $1; }' > /usr/share/selinux/minimum/instmodules.lst
fi

%post minimum
contribpackages=`cat /usr/share/selinux/minimum/modules-contrib.lst`
basepackages=`cat /usr/share/selinux/minimum/modules-base.lst`
if [ $1 -eq 1 ]; then
for p in $contribpackages; do
	touch /etc/selinux/minimum/modules/active/modules/$p.disabled
done
for p in $basepackages apache.pp dbus.pp inetd.pp kerberos.pp mta.pp nis.pp; do
	rm -f /etc/selinux/minimum/modules/active/modules/$p.disabled
done
/usr/sbin/semanage import -S minimum -f - << __eof
login -m  -s unconfined_u -r s0-s0:c0.c1023 __default__
login -m  -s unconfined_u -r s0-s0:c0.c1023 root
__eof
/sbin/restorecon -R /root /var/log /var/run 2> /dev/null
/usr/sbin/semodule -B -s minimum
else
instpackages=`cat /usr/share/selinux/minimum/instmodules.lst`
for p in $contribpackages; do
    touch /etc/selinux/minimum/modules/active/modules/$p.disabled
done
for p in $instpackages apache dbus inetd kerberos mta nis; do
    rm -f /etc/selinux/minimum/modules/active/modules/$p.pp.disabled
done
/usr/sbin/semodule -B -s minimum
%relabel minimum
fi
exit 0

%files minimum -f %{buildroot}/%{_usr}/share/selinux/minimum/nonbasemodules.lst
%config(noreplace) %{_sysconfdir}/selinux/minimum/contexts/users/unconfined_u
%config(noreplace) %{_sysconfdir}/selinux/minimum/contexts/users/sysadm_u 
%fileList minimum
%{_usr}/share/selinux/minimum/base.lst
%{_usr}/share/selinux/minimum/modules-base.lst
%{_usr}/share/selinux/minimum/modules-contrib.lst
%{_usr}/share/selinux/minimum/nonbasemodules.lst
%endif

%if %{with mls}
%package mls
Summary:	SELinux mls base policy
Group:		System/Base
Provides:	selinux-policy-base = %{EVRD}
Obsoletes:	selinux-policy-mls-sources < 2
Requires:	policycoreutils-newrole >= %{POLICYCOREUTILSVER} setransd
Requires:	selinux-policy = %{EVRD}
Requires(pre):	policycoreutils >= %{POLICYCOREUTILSVER}
Requires(pre):	coreutils
Requires(pre):	selinux-policy = %{EVRD}
Conflicts:	seedit

%description mls
SELinux Reference policy mls base module.

%pre mls
%preInstall mls

%post mls
%postInstall $1 mls

%files mls -f %{buildroot}/%{_usr}/share/selinux/mls/nonbasemodules.lst
%config(noreplace) %{_sysconfdir}/selinux/mls/contexts/users/unconfined_u
%{_usr}/share/selinux/mls/base.lst
%{_usr}/share/selinux/mls/modules-base.lst
%{_usr}/share/selinux/mls/modules-contrib.lst
%{_usr}/share/selinux/mls/nonbasemodules.lst
%fileList mls
%endif


%changelog

* Wed May 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.13.1-38
- (113b6d3) Lower policycoreutils required version
- (Andrey Bondrov: 897e55e) Lower checkpolicy required version
- (Andrey Bondrov: 834c0b3) Spec cleanup

* Thu Jun 25 2015 law <a.lahin@ntcit-rosa.ru> 3.13.1-37
- (1f7b504) Add rules for ssh, dhcp, and DX32

* Mon Jun 08 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 3.13.1-34
- (5b93a5e) add boolean for cups daemon

* Thu Jun 04 2015 law <a.lahin@ntcit-rosa.ru> 3.13.1-35
- (a71751c) Increase release number

* Thu Jun 04 2015 law <a.lahin@ntcit-rosa.ru> 3.13.1-34
- (3983c0d) Set installer_t for draklive-install; Allow installer to work with any mls levels
- (law: 5db87c7) Increase release number

* Wed Jun 03 2015 law <a.lahin@ntcit-rosa.ru> 3.13.1-33
- (946d7f4) Allow udev to run loadkeys #bz5709
- (din (Dmitry Fedorov): 126cc2f) Bump release

* Mon Jun 01 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 3.13.1-32
- (c6df650) fix namespace.init
- (din (Dmitry Fedorov): bebeb3e) add user_devpts_t to allowed ttys

* Sun May 31 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 3.13.1-31
- (94aa7a7) fix tmp-inst
- (din (Dmitry Fedorov): e8e33bb) tmp-inst label
- (din (Dmitry Fedorov): c4a051b) Bump release

* Sun May 31 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 3.13.1-30
- (daef401) resolve #bz5666
- (din (Dmitry Fedorov): f3c3df0) fix types
- (din (Dmitry Fedorov): 86dad8d) Bump release

* Fri May 29 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 3.13.1-29
- (6d8753e) fix types requires
- (din (Dmitry Fedorov): 93ab682) run fedora-autorelabel from init_t domain
- (law: 1c22958) Add rules/filecontexts for named (test 57)
- (din (Dmitry Fedorov): 7db15a7) Bump release

* Fri May 29 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 3.13.1-23
- (95275f4) enable named_write_master_zones

* Fri May 29 2015 law <a.lahin@ntcit-rosa.ru> 3.13.1-28
- (7c7d33b) Increase release number

* Fri May 29 2015 law <a.lahin@ntcit-rosa.ru> 3.13.1-27
- (74a6f38) Allow one more type for amtu
- (law: ee631d0) Increase release number

* Thu May 28 2015 law <a.lahin@ntcit-rosa.ru> 3.13.1-26
- (9175453) Add rules for pppd (test 18)
- (law: af96bfb) Increase release number

* Thu May 28 2015 law <a.lahin@ntcit-rosa.ru> 3.13.1-25
- (1af2090) Add rules for amtu (test 4) and preload
- (law: 86458ae) Increase release number

* Thu May 28 2015 law <a.lahin@ntcit-rosa.ru> 3.13.1-24
- (20314ea) One more rule for gconfd interaction
- (law: 3fdb77f) Increase release number

* Wed May 27 2015 law <a.lahin@ntcit-rosa.ru> 3.13.1-23
- (8bc505b) Add rules for gconfd interaction

* Wed May 27 2015 law <a.lahin@ntcit-rosa.ru> 3.13.1-22
- (a036775) Extend rules for staff and sysadm

* Wed May 27 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 3.13.1-23
- (f19b2ec) Bump release

* Wed May 27 2015 law <a.lahin@ntcit-rosa.ru> 3.13.1-22
- (2c63d6c) Add rules for passing GUI tests
- (din (Dmitry Fedorov): 7f178d8) permit gconfd
- (din (Dmitry Fedorov): ce8a4fd) Bump release

* Wed May 27 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 3.13.1-21
- (9c920d9) add rules for handling rosa-theme features during kdm login

* Tue May 26 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 3.13.1-20
- (75c610d) Bump release

* Tue May 26 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 3.13.1-19
- (b7a8559) add kde module; fix Xsession and bluetoothd context;
- (law: 0e17626) Add necessary types



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24094 |14mu|sessreg-1.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: sessreg
Version: 1.1.0
Release: 1
Summary: Manage utmp/wtmp entries for non-init clients

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
Sessreg is a simple program for managing utmp/wtmp entries for xdm sessions.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/sessreg
%{_mandir}/man1/sessreg.*

%changelog

* Tue Jan 12 2016 dsilakov <denis.silakov@rosalab.ru> 1.1.0-1
- (8fff054) Merge pull request #2 from import/sessreg:auto_update
- (8fff054) Updated to 1.1.0 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24095 |14mu|setools-3.3.8-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define setools_maj_ver 3.3
%define setools_min_ver 8

%define setoolsdir %{_datadir}/setools-%{setools_maj_ver}
%define tcllibdir %{_libdir}/setools

%define major 1
%define libname %mklibname setools %{major}
%define devname %mklibname setools -d

%bcond_without tcl

Summary:	Policy analysis tools for SELinux
Name:		setools
Version:	%{setools_maj_ver}.%{setools_min_ver}
Release:	11
License:	GPLv2+
Group:		System/Base
Url:		http://oss.tresys.com/projects/setools
Source0:	http://oss.tresys.com/projects/setools/chrome/site/dists/%{name}-%{version}/%{name}-%{version}.tar.bz2
Source1:	setools.pam
Source2:	apol.desktop
Source3:	seaudit.desktop
Patch1:		0001-Since-we-do-not-ship-neverallow-rules-all-always-fai.patch
Patch2:		0002-Fix-sepol-calls-to-work-with-latest-libsepol.patch
Patch4:		0004-Apply-selinux_current_policy_path-patch.patch
Patch5:		0005-Apply-seaudit-patch-for-progress.c.patch
Patch6:		0006-Add-support-for-boolean-subs.patch
Patch7:		0007-Setools-noship.patch
Patch8:		0008-Add-alias-support-to-seinfo-t.patch
Patch9:		0009-Fix-help-message-on-sesearch-D.patch
Patch11:	0011-Fix-Wformat-security-issues.patch
Patch12:	0012-Fix-configure.ac-to-use-SWIG-3.0.0.patch
Patch14:	0014-Fix-swig-2.0.7.patch
Patch15:	0015-Fix-swig-makefile.patch
BuildRequires:	bison
BuildRequires:	desktop-file-utils
BuildRequires:	flex
BuildRequires:	swig
BuildRequires:	bzip2-devel
BuildRequires:	selinux-devel
BuildRequires:	sepol-devel
BuildRequires:	bzip2
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(tk)
Requires:	%{name}-console = %{EVRD}
Requires:	%{name}-gui = %{EVRD}
Requires:	%{name}-tcl = %{EVRD}

%description
SETools is a collection of graphical tools, command-line tools, and
libraries designed to facilitate SELinux policy analysis.

This meta-package depends upon the main packages necessary to run
SETools.

%files

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Policy analysis support libraries for SELinux
License:	LGPLv2.1+
Group:		System/Libraries
Requires:	sqlite3-tools
Provides:	libsetools = %{EVRD}

%description -n %{libname}
SETools is a collection of graphical tools, command-line tools, and
libraries designed to facilitate SELinux policy analysis.

This package includes the following run-time libraries:

  libapol       policy analysis library
  libpoldiff    semantic policy difference library
  libqpol       library that abstracts policy internals
  libseaudit    parse and filter SELinux audit messages in log files
  libsefs       SELinux file contexts library

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING COPYING.GPL COPYING.LGPL KNOWN-BUGS NEWS README
%{_libdir}/libqpol.so.*
%{_libdir}/libapol.so.*
%{_libdir}/libpoldiff.so.*
%{_libdir}/libsefs.so.*
%{_libdir}/libseaudit.so.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Policy analysis development files for SELinux
License:	LGPLv2.1+
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 3.3.7-26
Obsoletes:	%{name}-devel < 3.3.7-26

%description -n %{devname}
SETools is a collection of graphical tools, command-line tools, and
libraries designed to facilitate SELinux policy analysis.

This package includes header files and archives for the following
libraries:

  libapol       policy analysis library
  libpoldiff    semantic policy difference library
  libqpol       library that abstracts policy internals
  libseaudit    parse and filter SELinux audit messages in log files
  libsefs       SELinux file contexts library

%files -n %{devname}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/qpol/
%{_includedir}/apol/
%{_includedir}/poldiff/
%{_includedir}/seaudit/
%{_includedir}/sefs/

#----------------------------------------------------------------------------

%package	python
License:	LGPLv2
Summary:	Python bindings for SELinux policy analysis
Group:		Development/Python
Requires:	%{libname} = %{version}-%{release} python bzip2

%description python
SETools is a collection of graphical tools, command-line tools, and
libraries designed to facilitate SELinux policy analysis.

This package includes Python bindings for the following libraries:

  libapol       policy analysis library
  libpoldiff    semantic policy difference library
  libqpol       library that abstracts policy internals
  libseaudit    parse and filter SELinux audit messages in log files
  libsefs       SELinux file contexts library

%files python
%defattr(-,root,root,-)
%{py_platsitedir}/setools/
%{py_platsitedir}/*.egg-info
%ifarch x86_64
%{py_puresitedir}/setools/ 
%endif
%
#----------------------------------------------------------------------------

%if %{with tcl}
%package tcl
Summary:	Tcl bindings for SELinux policy analysis
License:	LGPLv2+
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	tcl

%description tcl
SETools is a collection of graphical tools, command-line tools, and
libraries designed to facilitate SELinux policy analysis.

This package includes Tcl bindings for the following libraries:

  libapol       policy analysis library
  libpoldiff    semantic policy difference library
  libqpol       library that abstracts policy internals
  libseaudit    parse and filter SELinux audit messages in log files
  libsefs       SELinux file contexts library

%files tcl
%dir %{tcllibdir}
%{tcllibdir}/qpol/
%{tcllibdir}/apol/
%{tcllibdir}/poldiff/
%{tcllibdir}/seaudit/
%{tcllibdir}/sefs/
%endif
#----------------------------------------------------------------------------

%package console
Summary:	Policy analysis command-line tools for SELinux
License:	GPLv2+
Group:		System/Base
Requires:	%{libname} = %{EVRD}

%description console
SETools is a collection of graphical tools, command-line tools, and
libraries designed to facilitate SELinux policy analysis.

This package includes the following console tools:

  seaudit-report  audit log analysis tool
  sechecker       SELinux policy checking tool
  secmds          command line tools: seinfo, sesearch, findcon,
                  replcon, and indexcon
  sediff          semantic policy difference tool

%files console
%{_bindir}/seinfo
%{_bindir}/sesearch
%{_bindir}/sediff
%{_bindir}/seaudit
%{_mandir}/man1/sediff.1.xz
%{_mandir}/man1/seinfo.1.xz
%{_mandir}/man1/sesearch.1.xz
%{_mandir}/man8/seaudit.8.xz

#----------------------------------------------------------------------------

%package gui
Summary:	Policy analysis graphical tools for SELinux
Group:		System/Base
Requires:	%{libname} = %{EVRD}
Requires:	%{name}-tcl = %{EVRD}
Requires:	bwidget
Requires:	tcl
Requires:	tk
Requires:	usermode

%description gui
SETools is a collection of graphical tools, command-line tools, and
libraries designed to facilitate SELinux policy analysis.

This package includes the following graphical tools:

  apol          policy analysis tool
  seaudit       audit log analysis tool

%files gui
%{_bindir}/apol
%{tcllibdir}/apol_tcl/
%{setoolsdir}/apol_help.txt
%{setoolsdir}/domaintrans_help.txt
%{setoolsdir}/file_relabel_help.txt
%{setoolsdir}/infoflow_help.txt
%{setoolsdir}/types_relation_help.txt
%{setoolsdir}/apol_perm_mapping_*
%{setoolsdir}/seaudit_help.txt
%{setoolsdir}/*.glade
%{setoolsdir}/*.png
%{setoolsdir}/apol.gif
%{setoolsdir}/dot_seaudit
%{_mandir}/man1/apol.1.xz
%{_sbindir}/seaudit
%config(noreplace) %{_sysconfdir}/pam.d/seaudit
%config(noreplace) %{_sysconfdir}/security/console.apps/seaudit
%{_datadir}/applications/*
%{_datadir}/pixmaps/*.png

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

autoreconf -fi

%build
%configure \
	--disable-bwidget-check \
	--disable-selinux-check \
	--enable-shared \
	--enable-swig-python \
	--enable-swig-tcl 

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -d -m 755 %{buildroot}%{_sysconfdir}/pam.d
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/seaudit
install -d -m 755 %{buildroot}%{_sysconfdir}/security/console.apps
install -p -m 644 packages/rpm/seaudit.console %{buildroot}%{_sysconfdir}/security/console.apps/seaudit
install -d -m 755 %{buildroot}%{_datadir}/applications
install -p -m 644 apol/apol.png %{buildroot}%{_datadir}/pixmaps/apol.png
install -p -m 644 seaudit/seaudit.png %{buildroot}%{_datadir}/pixmaps/seaudit.png
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE2} %{SOURCE3}
ln -sf consolehelper %{buildroot}/%{_bindir}/seaudit

# remove static libs
rm -f %{buildroot}/%{_libdir}/*.a


%changelog

* Fri Oct 09 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3.8-11
- (e098397) Drop sediffx icon and desktop file because there's no more such binary provided



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24096 |14mu|setup-2.7.21-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A set of system configuration and setup files
Name:		setup
Version:	2.7.21
Release:	10
License:	Public Domain
Group:		System/Configuration/Other
Url:		http://svn.mandriva.com/svn/soft/setup/trunk
Source0:	%{name}-%{version}.tar.xz
Patch0:		setup-2.7.21.new.messagebus.patch
Requires(posttrans):shadow-conv
BuildArch:	noarch

%description
The setup package contains a set of very important system configuration
and setup files, such as passwd, group, profile and more.

You should install the setup package because you will find yourself using
its many features for system administration.

%files
%doc NEWS
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/passwd
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/fstab
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/resolv.conf
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/group
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts
%config(noreplace) %{_sysconfdir}/services
%config(noreplace) %{_sysconfdir}/inputrc
%config(noreplace) %{_sysconfdir}/filesystems
%config(noreplace) %{_sysconfdir}/host.conf
%config(noreplace) %{_sysconfdir}/hosts.allow
%config(noreplace) %{_sysconfdir}/hosts.deny
%config(noreplace) %{_sysconfdir}/motd
%config(noreplace) %{_sysconfdir}/printcap
%config(noreplace) %{_sysconfdir}/profile
%config(noreplace) %{_sysconfdir}/shells
%config(noreplace) %{_sysconfdir}/protocols
%attr(0644,root,root) %config(missingok,noreplace) %{_sysconfdir}/securetty
%config(noreplace) %{_sysconfdir}/csh.login
%config(noreplace) %{_sysconfdir}/csh.cshrc
%ghost %verify(not md5 size mtime) /var/log/lastlog


%posttrans
pwconv 2>/dev/null >/dev/null  || :
grpconv 2>/dev/null >/dev/null  || :

[ -f /var/log/lastlog ] || echo -n '' > /var/log/lastlog

if [ -x /usr/sbin/nscd ]; then
	nscd -i passwd -i group || :
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%make

%install
%makeinstall_std


%changelog

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 2.7.21-10
- (4409aae) MassBuild#656: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24097 |14mu|setxkbmap-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: setxkbmap
Version: 1.3.1
Release: 1
Summary: Set the keyboard using the X Keyboard Extension

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xkbfile) >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
The setxkbmap command maps the keyboard to use the layout determined by the
options specified on the command line.

%prep
%setup -q -n %{name}-%{version}

%build
%configure
%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/setxkbmap
%{_mandir}/man1/setxkbmap.1.*

%changelog

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 1.3.1-1
- (ce8ca51) Updated to 1.3.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24098 |14mu|sfml-1.6-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _duplicate_files_terminate_build 0

%define major 1
%define minor  6

%define libname_a %mklibname sfml-audio %{major}.%{minor}
%define devname_a %mklibname sfml-audio -d
%define libname_g %mklibname sfml-graphics %{major}.%{minor}
%define devname_g %mklibname sfml-graphics -d
%define libname_n %mklibname sfml-network %{major}.%{minor}
%define devname_n %mklibname sfml-network -d
%define libname_s %mklibname sfml-system %{major}.%{minor}
%define devname_s %mklibname sfml-system -d
%define libname_w %mklibname sfml-window %{major}.%{minor}
%define devname_w %mklibname sfml-window -d

%define cname c%{name}

%define libname_ac %mklibname csfml-audio %{major}.%{minor}
%define devname_ac %mklibname csfml-audio -d
%define libname_gc %mklibname csfml-graphics %{major}.%{minor}
%define devname_gc %mklibname csfml-graphics -d
%define libname_nc %mklibname csfml-network %{major}.%{minor}
%define devname_nc %mklibname csfml-network -d
%define libname_sc %mklibname csfml-system %{major}.%{minor}
%define devname_sc %mklibname csfml-system -d
%define libname_wc %mklibname csfml-window %{major}.%{minor}
%define devname_wc %mklibname csfml-window -d


Summary:	Simple and Fast Multimedia Library
Name:		sfml
Version:	1.6
Release:	12
License:	zlib/libpng License
Group:		System/Libraries
Url:		http://sourceforge.net/projects/sfml
Source0:	http://sourceforge.net/projects/sfml/files/sfml/%{version}/SFML-%{version}-sdk-linux-32.tar.gz
Source1:	http://sourceforge.net/projects/sfml/files/sfml/%{version}/SFML-%{version}-c-sdk-linux-32.tar.gz
Source10:	%{name}.rpmlintrc
# real links:
# wget http://sourceforge.net/projects/sfml/files/sfml/%{version}/SFML-%{version}-sdk-linux-32.tar.gz/download
# wget http://sourceforge.net/projects/sfml/files/sfml/%{version}/SFML-%{version}-c-sdk-linux-32.tar.gz/download
Patch0:		samples-qt-Makefile-qt-inc-path.patch
Patch1:		sfml-c-makefile.patch
Patch2:		rem-included-libs.patch
Patch3:		SFML-1.6-png15.patch
Patch4:		SFML-1.6-gcc4.7.patch
Patch5:		SFML-1.6-dso.patch
Patch6:		SFML-1.6-gcc4.9.patch
BuildRequires:	recode
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)
#for samples
BuildRequires:	qt4-devel
BuildRequires:	wxgtku-devel

%description
SFML is a portable and easy to use multimedia API written in C++.

Its features are :
 - portability,
 - object-oriented design,
 - flexibility (a lot of small packages),
 - easy to use,
 - easy to integrate with GUI toolkits.

The library is divided in 5 small packages :
 - audio
 - graphics
 - network
 - system
 - window

This package contains documentation and samples.

%files
%defattr(0644,root,root,0755)
%doc *.txt doc/*
%attr(0755,root,root) %{_bindir}/sfml-sample-*
%{_datadir}/%{name}/samples

########################################################
# C++ libs

%package -n %{devname_a}
Summary:	Header files from %{name}-audio
Group:		Development/C++
Requires:	sfml-system-devel = %{EVRD}
Requires:	%{libname_a} = %{EVRD}
Provides:	%{name}-audio-devel = %{EVRD}
Conflicts:	%{devname_ac}

%description -n %{devname_a}
Includes files for developing programs based on %{name}-audio.

%files -n %{devname_a}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Audio.hpp
%{_includedir}/SFML/Audio
%{_libdir}/libsfml-audio.so

#----------------------------------------------------------------------------

%package -n %{devname_g}
Summary:	Header files from %{name}-graphics
Group:		Development/C++
Requires:	sfml-window-devel = %{EVRD}
Requires:	%{libname_g} = %{EVRD}
Provides:	%{name}-graphics-devel = %{EVRD}
Conflicts:	%{devname_gc}

%description -n %{devname_g}
Includes files for developing programs based on %{name}-graphics.

%files -n %{devname_g}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Graphics.hpp
%{_includedir}/SFML/Graphics
%{_libdir}/libsfml-graphics.so

#----------------------------------------------------------------------------

%package -n %{devname_n}
Summary:	Header files from %{name}-network
Group:		Development/C++
Requires:	sfml-system-devel = %{EVRD}
Requires:	%{libname_n} = %{EVRD}
Provides:	%{name}-network-devel = %{EVRD}
Conflicts:	%{devname_nc}

%description -n %{devname_n}
Includes files for developing programs based on %{name}-network.

%files -n %{devname_n}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Network.hpp
%{_includedir}/SFML/Network
%{_libdir}/libsfml-network.so

#----------------------------------------------------------------------------

%package -n %{devname_s}
Summary:	Header files from %{name}-system
Group:		Development/C++
Requires:	%{libname_s} = %{EVRD}
Provides:	%{name}-system-devel = %{EVRD}
Conflicts:	%{devname_sc}

%description -n %{devname_s}
Includes files for developing programs based on %{name}-system.

%files -n %{devname_s}
%defattr(0644,root,root,0755)
%dir %{_includedir}/SFML
%{_includedir}/SFML/Config.hpp
%{_includedir}/SFML/System.hpp
%{_includedir}/SFML/System
%{_libdir}/libsfml-system.so

#----------------------------------------------------------------------------

%package -n %{devname_w}
Summary:	Header files from %{name}-window
Group:		Development/C++
Requires:	sfml-system-devel = %{EVRD}
Requires:	%{libname_w} = %{EVRD}
Provides:	%{name}-window-devel = %{EVRD}
Conflicts:	%{devname_wc}

%description -n %{devname_w}
Includes files for developing programs based on %{name}-window.

%files -n %{devname_w}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Window.hpp
%{_includedir}/SFML/Window
%{_libdir}/libsfml-window.so

#----------------------------------------------------------------------------

%package -n %{libname_a}
Summary:	Dynamic libraries from %{name}-audio
Group:		System/Libraries
Provides:	%{name}-audio = %{EVRD}

%description -n %{libname_a}
Dynamic libraries from %{name}-audio.

%files -n %{libname_a}
%{_libdir}/libsfml-audio.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_g}
Summary:	Dynamic libraries from %{name}-graphics
Group:		System/Libraries
Provides:	%{name}-graphics = %{EVRD}

%description -n %{libname_g}
Dynamic libraries from %{name}-graphics.

%files -n %{libname_g}
%{_libdir}/libsfml-graphics.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_n}
Summary:	Dynamic libraries from %{name}-network
Group:		System/Libraries
Provides:	%{name}-network = %{EVRD}

%description -n %{libname_n}
Dynamic libraries from %{name}-network.

%files -n %{libname_n}
%{_libdir}/libsfml-network.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_s}
Summary:	Dynamic libraries from %{name}-system
Group:		System/Libraries
Provides:	%{name}-system = %{EVRD}

%description -n %{libname_s}
Dynamic libraries from %{name}-system.

%files -n %{libname_s}
%{_libdir}/libsfml-system.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_w}
Summary:	Dynamic libraries from %{name}-window
Group:		System/Libraries
Provides:	%{name}-window = %{EVRD}

%description -n %{libname_w}
Dynamic libraries from %{name}-window.

%files -n %{libname_w}
%{_libdir}/libsfml-window.so.%{major}.%{minor}

########################################################
# C libs

%package -n %{devname_ac}
Summary:	Header files from %{cname}-audio
Group:		Development/C
Requires:	sfml-system-devel = %{EVRD}
Requires:	%{libname_ac} = %{EVRD}
Requires:	%{libname_a} = %{EVRD}
Provides:	%{cname}-audio-devel = %{EVRD}

%description -n %{devname_ac}
Includes files for developing programs based on %{cname}-audio.

%files -n %{devname_ac}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Audio.h
%{_includedir}/SFML/Audio
%{_libdir}/libcsfml-audio.so

#----------------------------------------------------------------------------

%package -n %{devname_gc}
Summary:	Header files from %{cname}-graphics
Group:		Development/C
Requires:	sfml-window-devel = %{EVRD}
Requires:	%{libname_gc} = %{EVRD}
Requires:	%{libname_g} = %{EVRD}
Provides:	%{cname}-graphics-devel = %{EVRD}

%description -n %{devname_gc}
Includes files for developing programs based on %{cname}-graphics.

%files -n %{devname_gc}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Graphics.h
%{_includedir}/SFML/Graphics
%{_libdir}/libcsfml-graphics.so

#----------------------------------------------------------------------------

%package -n %{devname_nc}
Summary:	Header files from %{cname}-network
Group:		Development/C
Requires:	sfml-system-devel = %{EVRD}
Requires:	%{libname_nc} = %{EVRD}
Requires:	%{libname_n} = %{EVRD}
Provides:	%{cname}-network-devel = %{EVRD}

%description -n %{devname_nc}
Includes files for developing programs based on %{cname}-network.

%files -n %{devname_nc}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Network.h
%{_includedir}/SFML/Network
%{_libdir}/libcsfml-network.so

#----------------------------------------------------------------------------

%package -n %{devname_sc}
Summary:	Header files from %{cname}-system
Group:		Development/C
Requires:	%{libname_sc} = %{EVRD}
Requires:	%{libname_s} = %{EVRD}
Provides:	%{cname}-system-devel = %{EVRD}

%description -n %{devname_sc}
Includes files for developing programs based on %{cname}-system.

%files -n %{devname_sc}
%defattr(0644,root,root,0755)
%dir %{_includedir}/SFML
%{_includedir}/SFML/Config.h
%{_includedir}/SFML/System.h
%{_includedir}/SFML/System
%{_libdir}/libcsfml-system.so

#----------------------------------------------------------------------------

%package -n %{devname_wc}
Summary:	Header files from %{cname}-window
Group:		Development/C
Requires:	sfml-system-devel = %{EVRD}
Requires:	%{libname_wc} = %{EVRD}
Requires:	%{libname_w} = %{EVRD}
Provides:	%{cname}-window-devel = %{EVRD}

%description -n %{devname_wc}
Includes files for developing programs based on %{cname}-window.

%files -n %{devname_wc}
%defattr(0644,root,root,0755)
%{_includedir}/SFML/Window.h
%{_includedir}/SFML/Window
%{_libdir}/libcsfml-window.so

#----------------------------------------------------------------------------

%package -n %{libname_ac}
Summary:	Dynamic libraries from %{cname}-audio
Group:		System/Libraries
Requires:	%{libname_a} = %{EVRD}
Provides:	%{cname}-audio = %{EVRD}

%description -n %{libname_ac}
Dynamic libraries from %{cname}-audio.

%files -n %{libname_ac}
%{_libdir}/libcsfml-audio.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_gc}
Summary:	Dynamic libraries from %{cname}-graphics
Group:		System/Libraries
Requires:	%{libname_g} = %{EVRD}
Provides:	%{cname}-graphics = %{EVRD}

%description -n %{libname_gc}
Dynamic libraries from %{cname}-graphics.

%files -n %{libname_gc}
%{_libdir}/libcsfml-graphics.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_nc}
Summary:	Dynamic libraries from %{cname}-network
Group:		System/Libraries
Requires:	%{libname_n} = %{EVRD}
Provides:	%{cname}-network = %{EVRD}

%description -n %{libname_nc}
Dynamic libraries from %{cname}-network.

%files -n %{libname_nc}
%{_libdir}/libcsfml-network.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_sc}
Summary:	Dynamic libraries from %{cname}-system
Group:		System/Libraries
Requires:	%{libname_s} = %{EVRD}
Provides:	%{cname}-system = %{EVRD}

%description -n %{libname_sc}
Dynamic libraries from %{cname}-system.

%files -n %{libname_sc}
%{_libdir}/libcsfml-system.so.%{major}.%{minor}

#----------------------------------------------------------------------------

%package -n %{libname_wc}
Summary:	Dynamic libraries from %{cname}-window
Group:		System/Libraries
Requires:	%{libname_w} = %{EVRD}
Provides:	%{cname}-window = %{EVRD}

%description -n %{libname_wc}
Dynamic libraries from %{cname}-window.

%files -n %{libname_wc}
%{_libdir}/libcsfml-window.so.%{major}.%{minor}

########################################################

%prep
%setup -q -b1 -n SFML-%{version}
rm -f lib/*.so*
# removing included libs
rm -rf src/SFML/Graphics/libjpeg/
rm -rf src/SFML/Graphics/libpng/
rm -rf src/SFML/Graphics/zlib/
%patch0 -p0 -b .qtincpath
%patch1 -p0 -b .csfml
%patch2 -p1 -b .inclibs
%patch3 -p1 -b .png15
%patch4 -p1 -b .gcc46
%patch5 -p1 -b .dso
%patch6 -p1 -b .gcc49

%ifarch x86_64
perl -pi -e "s|DESTDIR\)/lib|DESTDIR\)/lib64|" src/SFML/Makefile
%endif
perl -pi -e "s|\r\n|\n|g" *.txt
recode l1..u8 *.txt

%ifarch x86_64
perl -pi -e "s|DESTDIR\)/lib|DESTDIR\)/lib64|" CSFML/src/SFML/Makefile
%endif

# fix samples build
perl -pi -e "s|export LDFLAGS  =|export LDFLAGS  = -L%{_libdir} -L../../lib|" \
 samples/Makefile
perl -pi -e "s|-I/usr/include/qt4|-I/usr/lib/qt4/include|" \
 samples/qt/Makefile

# fix samples data location
find samples -name "*.cpp" -exec perl -pi -e \
 "s|datas|%{_datadir}/%{name}/samples/bin/datas|g" {} +

%build
%make DEBUGFLAGS="%{optflags}"
#samples
pushd lib
for i in *.so* ; do ln -s $i ${i%.1.6} ; done
popd
pushd samples
%make
popd
pushd CSFML
%make DEBUGFLAGS="%{optflags}"
popd

%install
%makeinstall_std DESTDIR=%{buildroot}%{_prefix}

pushd CSFML
%makeinstall_std DESTDIR=%{buildroot}%{_prefix}
popd

# install sample source and data
rm -f %{buildroot}%{_datadir}/%{name}/samples/*/*.o
install -d -m 755 %{buildroot}%{_datadir}/%{name}/samples
cp -R ./samples/* %{buildroot}%{_datadir}/%{name}/samples/
rm -f %{buildroot}%{_datadir}/%{name}/samples/*/*.o

# install sample binaries to sfml-sample*
install -d -m 755 %{buildroot}%{_bindir}
for i in %{buildroot}%{_datadir}/%{name}/samples/bin/[!d]* ; do \
 mv $i %{buildroot}%{_bindir}/sfml-sample-`basename $i` ; done


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6-12
- (457468b) Build with system optflags
- (457468b) Filter out some rpmlint errors



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24099 |14mu|sg3_utils-1.41-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname	%mklibname sgutils %{major}
%define develname %mklibname sgutils -d

Summary:	Utils for Linux's SCSI generic driver devices + raw devices

Name:		sg3_utils
Version:	1.41
Release:	1
License:	GPL+
Group:		System/Kernel and hardware
URL:		http://sg.danny.cz/sg/sg3_utils.html
Source0:	http://sg.danny.cz/sg/p/%{name}-%{version}.tar.xz
BuildRequires:	libtool

%description
Collection of tools for SCSI devices that use the Linux SCSI
generic (sg) interface. Includes utilities to copy data based on
"dd" syntax and semantics (called sg_dd, sgp_dd and sgm_dd); check
INQUIRY data and associated pages (sg_inq); check mode and log
pages (sg_modes and sg_logs); spin up and down disks (sg_start);
do self tests (sg_senddiag); and various other functions. See the
README and CHANGELOG files. Requires the lk 2.4 series or better.
[In the lk 2.5 development series many of these utilities can be
used on the primary block device name (e.g. /dev/sda).]

Warning: Some of these tools access the internals of your system
and the incorrect usage of them may render your system inoperable.

%package -n %{libname}
Summary:	Shared library for %{name}

Group:		System/Libraries

%description -n %{libname}
This package contains the shared library for %{name}.

%package -n %{develname}
Summary:	Static library and header files for the sgutils library

Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libsgutils-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:	%{mklibname sgutils 1 -d} < 1.26

%description -n	%{develname}
This package contains the sgutils library and its header
files.

%define devel_name_static %mklibname %{name} -d -s
%package -n	%{devel_name_static}
Summary:	Static library and header files for the sgutils library

Group:		Development/C
Provides:	%{name}-static-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Obsoletes:      %{mklibname sgutils 1 -d} < 1.26

%description -n	%{devel_name_static}
This package contains the static sgutils library and its header
files.

%prep
%setup -q

%build
%configure2_5x \
	--bindir=%{_sbindir}
%make

%install
%makeinstall_std 
find %{buildroot} -name \*.la|xargs rm -f


%files
%doc ChangeLog COVERAGE CREDITS README README.sg_start
%attr(0755,root,root) %{_sbindir}/*
%{_mandir}/man8/*

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%{_includedir}/scsi/*.h
%{_libdir}/*.so

%files -n %{devel_name_static}
%{_libdir}/*.a

%changelog

* Mon Jan 11 2016 dsilakov <denis.silakov@rosalab.ru> 1.41-1
- (6888671) Merge pull request #2 from import/sg3_utils:auto_update
- (6888671) Updated to 1.41 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24100 |14mu|shadow-utils-4.2.1-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (cg) Certain binaries build in this package are no longer wanted or are now
# provided by other packages (e.g. coreutils, util-linux or passwd)
%define unwanted chfn chsh groups passwd porttime su suauth nologin chgpasswd getspnam
# (cg) Some localised man pages are provided by the man-pages package rather
# than here so kill them off
# (Question: why?? See "urpmf share.*man.*/XXXX\\." where XXXX is one of the below)
%define unwanted_i18n_mans sg shadow

# Distro-specific default value is defined in branding-configs package
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	Utilities for managing shadow password files and user/group accounts
Name:		shadow-utils
Epoch:		2
Version:	4.2.1
Release:	20
License:	BSD
Group:		System/Base
Url:		http://pkg-shadow.alioth.debian.org/
Source0:	http://pkg-shadow.alioth.debian.org/releases/shadow-%{version}.tar.xz
Source1:	shadow-970616.login.defs
Source2:	shadow-970616.useradd
Source3:	adduser.8
Source4:	pwunconv.8
Source5:	grpconv.8
Source6:	grpunconv.8
# http://qa.mandriva.com/show_bug.cgi?id=27082
Source7:	shadow-utils-nl.po
Source8:	user-group-mod.pamd
Source9:	chpasswd-newusers.pamd
Source10:	chage-chfn-chsh.pamd
Patch2:		shadow-4.1.5.1-rpmsave.patch
Patch4:		shadow-4.1.4.2-dotinname.patch
Patch7:		shadow-4.1.5.1-avx-owl-crypt_gensalt.patch
Patch9:		shadow-4.1.5.1-shadow_perms.patch
Patch12:	shadow-4.1.5.1-selinux.patch

BuildRequires:	gettext-devel
BuildRequires:	glibc-crypt_blowfish-devel
BuildRequires:	pam-devel
BuildRequires:	pam_userpass-devel
%if %{with selinux}
BuildRequires:	pkgconfig(libselinux)
BuildRequires:	pkgconfig(libsemanage)
%endif
Requires:	setup
Requires(pre):	setup
Requires(post):	bash
Provides:	/usr/sbin/useradd
Provides:	/usr/sbin/groupadd
%rename		adduser
%rename		newgrp
Conflicts:	msec < 0.47
Conflicts:	util-linux-ng < 2.13.1-6

%description
The shadow-utils package includes the necessary programs for
converting UNIX password files to the shadow password format, plus
programs for managing user and group accounts.
- The pwck command checks the integrity of password and shadow files.
- The lastlog command prints out the last login times for all users.
- The useradd, userdel and usermod commands are used for managing
  user accounts.
- The groupadd, groupdel and groupmod commands are used for managing
  group accounts.

%files -f shadow.lang
%doc doc/HOWTO NEWS
%doc doc/WISHLIST doc/README.limits doc/README.platforms
%attr(0640,root,shadow) %config(noreplace) %{_sysconfdir}/login.defs
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/default/useradd
%{_bindir}/sg
%attr(2711,root,shadow) %{_bindir}/chage
%{_bindir}/faillog
%{_bindir}/gpasswd
%{_bindir}/expiry
%{_bindir}/login
%attr(4711,root,root) %{_bindir}/newgrp
%{_bindir}/lastlog
%{_bindir}/newuidmap
%{_bindir}/newgidmap
%{_sbindir}/logoutd
%{_sbindir}/adduser
%{_sbindir}/user*
%{_sbindir}/group*
%{_sbindir}/grpck
%{_sbindir}/pwck
%{_sbindir}/chpasswd
%{_sbindir}/newusers
%{_sbindir}/vipw
%{_sbindir}/vigr
%{_mandir}/man1/chage.1*
%{_mandir}/man1/expiry.1*
%{_mandir}/man1/newgrp.1*
%{_mandir}/man1/sg.1*
%{_mandir}/man1/gpasswd.1*
%{_mandir}/man1/newgidmap.1*
%{_mandir}/man1/newuidmap.1*
%{_mandir}/man3/shadow.3*
%{_mandir}/man5/shadow.5*
%{_mandir}/man5/gshadow.5*
%{_mandir}/man5/login.defs.5*
%{_mandir}/man5/faillog.5*
%{_mandir}/man5/subgid.5*
%{_mandir}/man5/subuid.5*
%{_mandir}/man8/adduser.8*
%{_mandir}/man8/group*.8*
%{_mandir}/man8/user*.8*
%{_mandir}/man8/pwck.8*
%{_mandir}/man8/grpck.8*
%{_mandir}/man8/chpasswd.8*
%{_mandir}/man8/logoutd.8*
%{_mandir}/man8/newusers.8*
%{_mandir}/man8/vipw.8*
%{_mandir}/man8/vigr.8*
%{_mandir}/man8/lastlog.8*
%{_mandir}/man8/faillog.8*
%attr(640,root,shadow) %config(noreplace) %{_sysconfdir}/pam.d/chage-chfn-chsh
%{_sysconfdir}/pam.d/chage
%attr(640,root,shadow) %config(noreplace) %{_sysconfdir}/pam.d/chpasswd-newusers
%{_sysconfdir}/pam.d/chpasswd
%{_sysconfdir}/pam.d/newusers
%attr(640,root,shadow) %config(noreplace) %{_sysconfdir}/pam.d/user-group-mod
%{_sysconfdir}/pam.d/useradd
%{_sysconfdir}/pam.d/userdel
%{_sysconfdir}/pam.d/usermod
%{_sysconfdir}/pam.d/groupadd
%{_sysconfdir}/pam.d/groupdel
%{_sysconfdir}/pam.d/groupmod

#----------------------------------------------------------------------------

%package -n shadow-conv
Summary:	Conversion tools for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 2:4.1.5.1

%description -n shadow-conv
This package contains the conversion tools for %{name} needed by setup.
- The pwconv command converts passwords to the shadow password format.
- The pwunconv command unconverts shadow passwords and generates
  an npasswd file (a standard UNIX password file).

%files -n shadow-conv
%{_sbindir}/*conv
%{_mandir}/man8/*conv.8*

#----------------------------------------------------------------------------

%prep
%setup -q -n shadow-%{version}
%patch2 -p1 -b .rpmsave
%patch4 -p1 -b .dot
%patch7 -p1 -b .salt
%patch9 -p1 -b .shadow_perms
%patch12 -p1 -b .selinux

cp -f %{SOURCE7} po/nl.po
rm -f po/nl.gmo

%build
%serverbuild

%configure \
	--enable-shadowgrp \
	--enable-man \
	--with-audit \
	--with-sha-crypt \
%if %{with selinux}
	--with-selinux \
%endif
	--without-libcrack \
	--without-libpam \
	--disable-shared \
	--with-group-name-max-length=32

%make
# because of the extra po file added manually
make -C po update-gmo

%install
%makeinstall_std gnulocaledir=%{buildroot}/%{_datadir}/locale MKINSTALLDIRS=`pwd`/mkinstalldirs

install -d -m 750 %{buildroot}%{_sysconfdir}/default
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/login.defs
install -m 0600 %{SOURCE2} %{buildroot}%{_sysconfdir}/default/useradd

ln -s useradd %{buildroot}%{_sbindir}/adduser
install -m644 %{SOURCE3} %{buildroot}%{_mandir}/man8/
install -m644 %{SOURCE4} %{buildroot}%{_mandir}/man8/
install -m644 %{SOURCE5} %{buildroot}%{_mandir}/man8/
install -m644 %{SOURCE6} %{buildroot}%{_mandir}/man8/
perl -pi -e "s/encrpted/encrypted/g" %{buildroot}%{_mandir}/man8/newusers.8

# add pam support files
rm -rf %{buildroot}%{_sysconfdir}/pam.d/
mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
install -m 0600 %{SOURCE8} %{buildroot}%{_sysconfdir}/pam.d/user-group-mod
install -m 0600 %{SOURCE9} %{buildroot}%{_sysconfdir}/pam.d/chpasswd-newusers
install -m 0600 %{SOURCE10} %{buildroot}%{_sysconfdir}/pam.d/chage-chfn-chsh

pushd %{buildroot}%{_sysconfdir}/pam.d
    for f in chpasswd newusers; do
        ln -s chpasswd-newusers ${f}
    done
    for f in chage; do
        # chfn and chsh are built without pam support in util-linux-ng
        ln -s chage-chfn-chsh ${f}
    done
    for f in groupadd groupdel groupmod useradd userdel usermod; do
        ln -s user-group-mod ${f}
    done
popd

# (cg) Remove unwanted binaries (and their corresponding man pages)
for unwanted in %{unwanted}; do
  rm -f %{buildroot}{%{_bindir},%{_sbindir}}/$unwanted
  rm -f %{buildroot}%{_mandir}/{,{??,??_??}/}man*/$unwanted.*
done

rm -f %{buildroot}%{_mandir}/man1/login.1*
rm -f %{buildroot}%{_mandir}/man5/login.access*
rm -f %{buildroot}%{_mandir}/man5/limits*
rm -f %{buildroot}%{_mandir}/*/man1/login.1*
rm -f %{buildroot}%{_mandir}/*/man5/login.access*
rm -f %{buildroot}%{_mandir}/*/man5/limits*

rm -f %{buildroot}%{_sysconfdir}/limits
rm -f %{buildroot}%{_sysconfdir}/login.access


# (cg) Remove man pages provided by the "man-pages" package...
for unwanted in %{unwanted_i18n_mans}; do
  rm -f %{buildroot}%{_mandir}/{??,??_??}/man*/$unwanted.*
done

# (cg) Find all localised man pages
find %{buildroot}%{_mandir} -depth -type d -empty -delete

%find_lang shadow

for dir in $(ls -1d %{buildroot}%{_mandir}/{??,??_??}) ; do
  dir=$(echo $dir | sed -e "s|^%{buildroot}||")
  lang=$(basename $dir)
  echo "%%lang($lang) $dir/man*/*" >> shadow.lang
done

%post
if [ -f %{_sysconfdir}/shadow.lock ]; then
    rm %{_sysconfdir}/shadow.lock
fi

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24101 |14mu|shared-mime-info-1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	Shared MIME-Info Specification 
Name:		shared-mime-info
Version:	1.5
Release:	3
#gw main is GPL, test program is LGPL
License:	GPL+ and LGPLv2+
Group:		Graphical desktop/Other
URL:		http://www.freedesktop.org/wiki/Software/shared-mime-info
Source0:	http://freedesktop.org/~hadess/%{name}-%{version}.tar.xz
Source1:	defaults.list
# KDE 4 overrides.
Source2:	mimeapps.list
# (fc) 0.22-2mdv fix VHDL vs CRT magic detection (Mdv bug #31603)
Patch0:		shared-mime-info-0.80-vhdl.patch
# RTF shouldn't be subclass of text/plain to avoid opening it in kwrite etc
# instead of LibreOffice Writer
Patch1:		shared-mime-info-1.5-rtf.patch
BuildRequires:	intltool
BuildRequires:	libxml2-utils
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(glib-2.0)

%description
This is the freedesktop.org shared MIME info database.

Many programs and desktops use the MIME system to represent the types of
files. Frequently, it is necessary to work out the correct MIME type for
a file. This is generally done by examining the file's name or contents,
and looking up the correct MIME type in a database.

For interoperability, it is useful for different programs to use the
same database so that different programs agree on the type of a file,
and new rules for determining the type apply to all programs.

This specification attempts to unify the type-guessing systems currently
in use by GNOME, KDE and ROX. Only the name-to-type and contents-to-type
mappings are covered by this spec; other MIME type information, such as
the default handler for a particular type, or the icon to use to display
it in a file manager, are not covered since these are a matter of style.

In addition, freedesktop.org provides a shared database in this format
to avoid inconsistencies between desktops. This database has been
created by converting the existing KDE and GNOME databases to the new
format and merging them together.

%files
%doc README shared-mime-info-spec.xml NEWS
%{_bindir}/update-mime-database
%dir %{_datadir}/mime/
%{_datadir}/applications/defaults.list
%{_datadir}/applications/mimeapps.list
%dir %{_datadir}/mime/application
%dir %{_datadir}/mime/image
%dir %{_datadir}/mime/message
%dir %{_datadir}/mime/multipart
%dir %{_datadir}/mime/text
%dir %{_datadir}/mime/audio
%dir %{_datadir}/mime/inode
%dir %{_datadir}/mime/model
%dir %{_datadir}/mime/packages
%dir %{_datadir}/mime/video
%ghost %{_datadir}/mime/XMLnamespaces
%ghost %{_datadir}/mime/aliases
%ghost %{_datadir}/mime/globs
%ghost %{_datadir}/mime/magic
%ghost %{_datadir}/mime/subclasses
%ghost %{_datadir}/mime/mime.cache
%{_datadir}/mime/packages/freedesktop.org.xml
%{_mandir}/man1/update-mime-database.1*

%post
%{_bindir}/update-mime-database %{_datadir}/mime > /dev/null

%triggerin -- %{_datadir}/mime/packages/*.xml
%{_bindir}/update-mime-database -n %{_datadir}/mime > /dev/null

%triggerpostun -- %{_datadir}/mime/packages/*.xml
%{_bindir}/update-mime-database -n %{_datadir}/mime > /dev/null

#----------------------------------------------------------------------------

%package devel
Summary:	development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Conflicts:	%{name} < 1.3

%description devel
Development files for %{name}.

%files devel
%{_datadir}/pkgconfig/shared-mime-info.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x \
	--disable-update-mimedb

make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/mime/{application,image,message,multipart,text,audio,inode,model,packages,video}

touch %{buildroot}%{_datadir}/mime/{XMLnamespaces,aliases,globs,magic,subclasses,mime.cache}

## remove these bogus files
rm -rf %{buildroot}%{_datadir}/locale/*

%check
make check


%changelog

* Tue Feb 16 2016 Tigro <ashejn@gmail.com> 1.5-3
- (ad95b96) added audio/x-vorbis+ogg



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24102 |14mu|shiboken-1.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define py_ver_mod2 %(python3 -c "import sys; sys.stdout.write(sys.version[:3].replace('.','')+sys.abiflags)")
%define pyname     Shiboken

Name:		shiboken
Version:	1.2.2
Release:	3
License:	GPLv2
Summary:	Creates the PySide bindings source files

Group:		Development/KDE and Qt
URL:		http://www.pyside.org
Source0:	http://download.qt-project.org/official_releases/pyside/%{name}-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	python-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
Obsoletes:	generatorrunner < 0.6.17

%description
The Shiboken Generator (A.K.A. shiboken) is the plugin that creates the
PySide bindings source files from Qt headers and auxiliary files
(typesystems, global.h and glue files).

Since 1.1.1 it's merged with apiextractor and generatorrunner.

%files
%{_bindir}/%{name}
%{py_platsitedir}/%{name}.so
%{_mandir}/man1/%{name}.1.*

#------------------------------------------------------------------------------

%define libmajor 1
%define libname %mklibname %{name} %{libmajor}

%define oldapiexlib %mklibname apiextractor 0
%define oldgenlib %mklibname genrunner 0

%package -n %{libname}
Summary:	Shiboken Generator core lib

Group:		System/Libraries
Obsoletes:	%{oldapiexlib} <= 0.10.11
Obsoletes:	%{oldgenlib} <= 0.6.17

%description -n %{libname}
Shiboken Generator core lib.

%files -n %{libname}
%{_libdir}/lib%{name}-python%{py_ver}.so.%{libmajor}*

#------------------------------------------------------------------------------

%define oldapiexdev %mklibname apiextractor -d

%package devel
Summary:	Devel stuff for Shiboken Generator

Group:		Development/KDE and Qt
Requires:	%{libname} = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}
Obsoletes:	%{oldapiexdev} < 0.10.11
Obsoletes:	generatorrunner-devel < 0.6.17

%description devel
Devel stuff for Shiboken Generator.

%files devel
%{_includedir}/%{name}
%{_libdir}/lib%{name}-python%{py_ver}.so
%{_libdir}/pkgconfig/%{name}.pc
%exclude %{_libdir}/cmake/%{pyname}-%{version}/%{pyname}Config.cpython-%{py_ver_mod2}.cmake
%{_libdir}/cmake/*

#------------------------------------------------------------------------------

%package -n python3-%{name}
Summary:        Creates the PySide bindings source files
Group:          Development/KDE and Qt
BuildRequires:  python3-devel

%description -n python3-%{name}
The Shiboken Generator (A.K.A. shiboken) is the plugin that creates the
PySide bindings source files from Qt headers and auxiliary files
(typesystems, global.h and glue files). This is the Python3 version.

%files -n python3-%{name}
%{_bindir}/%{name}-%{py3_ver}
%{py3_platsitedir}/%{name}.so
%{_mandir}/man1/%{name}-%{py3_ver}.1*

#------------------------------------------------------------------------------

%define py3libname %mklibname python3-%{name} %{libmajor}

%package -n %{py3libname}
Summary:        Shiboken Generator core lib
Group:          System/Libraries

%description -n %{py3libname}
Shiboken Generator core lib. This is the Python3 version.

%files -n %{py3libname}
%{_libdir}/lib%{name}.cpython-%{py_ver_mod2}.so.%{libmajor}*

#------------------------------------------------------------------------------

%package -n python3-%{name}-devel
Summary:        Devel stuff for Shiboken Generator
Group:          Development/KDE and Qt
Requires:       %{py3libname} = %{version}
Requires:       python3-%{name} = %{version}
Requires:       %{name}-devel = %{version}

%description -n python3-%{name}-devel
Devel stuff for Shiboken Generator. This is the Python3 version.

%files -n python3-%{name}-devel
%{_libdir}/lib%{name}.cpython-%{py_ver_mod2}.so
%exclude %{_libdir}/cmake/%{pyname}-%{version}/%{pyname}Config-python%{py_ver}.cmake
%exclude %{_libdir}/cmake/%{pyname}-%{version}/%{pyname}Config.cmake
%exclude %{_libdir}/cmake/%{pyname}-%{version}/%{pyname}ConfigVersion.cmake
%{_libdir}/cmake/%{pyname}-%{version}/

#------------------------------------------------------------------------------

%prep
%setup -q
cp -a . %{py3dir}

%build
%__sed 's/-Wno-strict-aliasing/-fno-strict-aliasing/' -i CMakeLists.txt

pushd %{py3dir}
%cmake -DUSE_PYTHON3=True
%make
popd


%cmake
%make

%install
pushd %{py3dir}
%makeinstall_std -C build
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}-%{py3_ver}
mv %{buildroot}%{_mandir}/man1/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}-%{py3_ver}.1
popd

%makeinstall_std -C build


%changelog
* Mon Mar 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-3
+ Revision: a58f661
- Added python3-shiboke-devel subpackage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24103 |14mu|shim-0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global debug_package %{nil}
%global efidir rosa
Name:           shim
Version:        0.9
Release:        1
Summary:        First-stage UEFI bootloader
Group:          System/Kernel and hardware
Provides:       shim = %{version}-%{release}
License:        BSD
URL:            http://www.codon.org.uk/~mjg59/shim/
Source0:        %{name}-ms-signed-%{version}.zip
Source1:        MokManager-%{version}.zip
BuildRequires:  unzip
Conflicts:      shim-unsigned

%description
Initial UEFI bootloader that handles chaining to a trusted full bootloader
under secure boot environments. This package contains the version signed by
the UEFI signing service.

%prep
cd %{_builddir}
mkdir %{name}-%{version}
cd %{name}-%{version}
unzip %{SOURCE0}
unzip %{SOURCE1}
%ifarch x86_64
rm -f *IA32.efi
%else
rm -f *x64.efi
%endif
mv MokManager*.efi MokManager.efi

%build

%install
rm -rf $RPM_BUILD_ROOT
cd %{name}-%{version}
install -D -d -m 0755 $RPM_BUILD_ROOT/boot/efi/EFI/%{efidir}/
install -m 0644 *.efi $RPM_BUILD_ROOT/boot/efi/EFI/%{efidir}/

%files
/boot/efi/EFI/%{efidir}/*.efi

%changelog

* Fri Oct 09 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 0.9-1
- (5248594) Added 32-bit version; updated to 0.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24104 |14mu|shim-unsigned-0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           shim-unsigned
Version:        0.9
Release:        1
Summary:        First-stage UEFI bootloader
Group:          System/Kernel and hardware
License:        BSD
URL:            http://www.codon.org.uk/~mjg59/shim/
Source0:        https://github.com/mjg59/shim/archive/%{version}.tar.gz
Source1:        ntc-it-rosa-llc.cer
Source2:        %{name}.rpmlintrc
Patch0:         shim-0.9-ia32-paths.patch
Patch1:         shim-0.9-aarch64-typo.patch
Patch2:         shim-0.9-recursive-release-fix.patch
Patch3:         shim-0.9-ia32-build-fix.patch

Conflicts:	shim

BuildRequires:	gnu-efi
BuildRequires:	openssl
BuildRequires:	pesign >= 0.106-1

# Shim uses OpenSSL, but cannot use the system copy as the UEFI ABI is not
# compatible with SysV (there's no red zone under UEFI) and there isn't a
# POSIX-style C library.
# BuildRequires: OpenSSL
Provides:	bundled(openssl) = 0.9.8zf

%define efidir rosa

%ifarch x86_64
%define grub_file grubx64.efi
%define shim_filename BOOTx64
%else
%define grub_file grubia32.efi
%define shim_filename BOOTIA32
%endif

%description
Initial UEFI bootloader that handles chaining to a trusted full bootloader
under secure boot environments. Not signed by trusted authority.

%prep
%setup -q -n shim-%{version}
%apply_patches

%build
MAKEFLAGS=""
if [ -f "%{SOURCE1}" ]; then
    MAKEFLAGS="VENDOR_CERT_FILE=%{SOURCE1}"
fi
make 'DEFAULT_LOADER=\\\\%{grub_file}' ${MAKEFLAGS} shim.efi MokManager.efi fallback.efi

%if %{defined auto_sign}
    %auto_sign shim.efi MokManager.efi fallback.efi
%endif

%install
rm -rf $RPM_BUILD_ROOT
pesign -h -P -i shim.efi > shim.hash
install -D -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/shim/
install -m 0644 shim.efi $RPM_BUILD_ROOT%{_datadir}/shim/%{shim_filename}.efi
install -m 0644 shim.hash $RPM_BUILD_ROOT%{_datadir}/shim/%{shim_filename}.hash
install -m 0644 fallback.efi $RPM_BUILD_ROOT%{_datadir}/shim/fallback.efi
install -m 0644 MokManager.efi $RPM_BUILD_ROOT%{_datadir}/shim/MokManager.efi

install -D -d -m 0755 $RPM_BUILD_ROOT/boot/efi/EFI/rosa/
install -m 0644 shim.efi $RPM_BUILD_ROOT/boot/efi/EFI/rosa/%{shim_filename}.efi
install -m 0644 MokManager.efi $RPM_BUILD_ROOT/boot/efi/EFI/rosa/MokManager.efi

# now install our .debug files...
install -D -d -m 0755 $RPM_BUILD_ROOT/usr/lib/debug/%{_datadir}/shim/
install -m 0644 shim.efi.debug $RPM_BUILD_ROOT/usr/lib/debug/%{_datadir}/shim/%{shim_filename}.efi.debug
install -m 0644 fallback.efi.debug $RPM_BUILD_ROOT/usr/lib/debug/%{_datadir}/shim/fallback.efi.debug
install -m 0644 MokManager.efi.debug $RPM_BUILD_ROOT/usr/lib/debug/%{_datadir}/shim/MokManager.efi.debug

%files
%doc
%dir %{_datadir}/shim
%{_datadir}/shim/*
%dir /boot/efi/EFI/rosa
/boot/efi/EFI/rosa/*

%changelog

* Fri Oct 09 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 0.9-1
- (dd05e40) Fixed dependencies



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24105 |14mu|shorewall-4.6.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define version_major 4.6
%define version_minor 3.4
%define version_main %{version}
%define version_lite %{version}
%define ipv6_ver %{version}
%define ipv6_lite_ver %{version}
%define sha1sums_ver %{version}
%define ftp_ver %{version_major}.3
%define ftp_path ftp://ftp.shorewall.net/pub/shorewall/%{version_major}/%{name}-%{ftp_ver}

%define name6 %{name}6

Summary:	Iptables-based firewall for Linux systems
Name:		shorewall
Version:	%{version_major}.%{version_minor}
Release:	2
License:	GPLv2+ and LGPLv2.1+
Group:		System/Servers
URL:		http://www.shorewall.net/
Source0:	%{ftp_path}/%{name}-%{version}.tar.bz2
Source1:	%{ftp_path}/%{name}-lite-%{version_lite}.tar.bz2
Source2:	%{ftp_path}/%{name}-docs-html-%{version}.tar.bz2
Source3:	%{ftp_path}/%{name6}-%{ipv6_ver}.tar.bz2
Source4:	%{ftp_path}/%{name6}-lite-%{ipv6_lite_ver}.tar.bz2
Source5:	%{ftp_path}/%{sha1sums_ver}.sha1sums
Source6:	%{ftp_path}/%{name}-core-%{version}.tar.bz2
Source100:      shorewall.rpmlintrc
Patch4:		%{name}-4.4.23-allow-netmask-0.patch
Patch5:		shorewall-core-fix-restore-typo.patch
Patch6:		shorewall-4.6.3.1-mga_fix.patch
Patch7:		shorewall-4.6.3.4-require-iptables.patch
Patch8:		shorewall6-4.6.3.4-require-ip6tables.patch
Patch9:		shorewall-4.6.3.4-working-config.patch
Patch10:	shorewall6-4.6.3.4-working-config.patch
Requires:	iptables
Requires:	iproute2
Requires:	shorewall-core = %{EVRD}
Requires(post):	rpm-helper
Requires(preun): rpm-helper
BuildConflicts:	apt-common
BuildArch:	noarch

%description
The Shoreline Firewall, more commonly known as "Shorewall", is a Netfilter
(iptables) based firewall that can be used on a dedicated firewall system,
a multi-function gateway/ router/server or on a standalone GNU/Linux system.

%package core
Summary:	Shorewall core libraries
Group:		System/Servers
Conflicts:	shorewall < 4.5-3
Requires(post):	rpm-helper
Requires(preun):	rpm-helper

%description core
An IPv6 enabled and capable Shoreline Firewall.


%package ipv6
Summary:	IPv6 capable Shorewall
Group:		System/Servers
Requires:	%{name} = %{EVRD}
Requires:	iptables-ipv6
Requires:	iproute2
Requires:	shorewall-core
Requires(post):	rpm-helper
Requires(preun):	rpm-helper

%description ipv6
An IPv6 enabled and capable Shoreline Firewall.

%package ipv6-lite
Summary:	Lite version of ipv6 shorewall
Group:		System/Servers
Requires:	%{name}-ipv6 = %{EVRD}
Requires:	shorewall-core
Requires(post):	rpm-helper
Requires(preun):	rpm-helper

%description ipv6-lite
Shorewall IPv6 Lite is a companion product to Shorewall IPv6 that allows 
network administrators to centralize the configuration of Shorewall-based
firewalls.

%package lite
Summary:	Lite version of shorewall
Group:		System/Servers
Requires:	%{name} = %{EVRD}
Requires:	shorewall-core
Requires(post):	rpm-helper
Requires(preun):	rpm-helper

%description lite
Shorewall Lite is a companion product to Shorewall that allows network
administrators to centralize the configuration of Shorewall-based firewalls.

%package doc
Summary:	Firewall scripts
Group:		System/Servers

%description doc 
The Shoreline Firewall, more commonly known as "Shorewall", is a Netfilter
(iptables) based firewall that can be used on a dedicated firewall system,
a multi-function gateway/ router/server or on a standalone GNU/Linux system.

This package contains the docs.

%prep
%setup -q -c -n %{name}-%{version}
%setup -q -T -D -a 1
%setup -q -T -D -a 2
%setup -q -T -D -a 3
%setup -q -T -D -a 4
%setup -q -T -D -a 6

pushd %{name}-%{version_main}
%patch4 -p1 -b .allow-netmask-0
popd
pushd %{name}-core-%{version_main}
%patch5 -p1
popd

# use one patch for all (easiest fix)
for i in shorewall-%{version} shorewall6-%{version} \
    shorewall6-lite-%{version} shorewall-core-%{version} \
    shorewall-lite-%{version}; do
pushd $i
%patch6 -p0
popd
done

pushd shorewall-%{version}
%patch7 -p1
%patch9 -p1
popd
pushd shorewall6-%{version}
%patch8 -p1
%patch10 -p1
popd

# another fixup
for i in shorewall-%{version} shorewall6-%{version} \
    shorewall6-lite-%{version}  shorewall-lite-%{version}; do
pushd $i
cp default.debian sysconfig
popd
done

%build
# (tpg) we do nothing here

%install
mkdir -p %{buildroot}%{_unitdir}

export PREFIX=%{buildroot}
export OWNER=`id -n -u`
export GROUP=`id -n -g`

export CONFDIR=%{_sysconfdir}/%{name}

pushd %{name}-core-%{version_main}
./configure.pl INITFILE= SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir} LIBEXEC=%{_libexecdir} HOST=redhat
DESTDIR=%{buildroot} ./install.sh shorewallrc.redhat
popd

pushd %{name}-%{version_main}
# (blino) enable startup (new setting as of 2.1.3)
perl -pi -e 's/STARTUP_ENABLED=.*/STARTUP_ENABLED=Yes/' configfiles/%{name}.conf

# Keep synced with net.ipv4.ip_forward var in /etc/sysctl.conf
perl -pi -e 's/IP_FORWARDING=.*/IP_FORWARDING=Keep/' configfiles/%{name}.conf

# blank Internal option	 
perl -pi -e 's/TC_ENABLED=Internal/TC_ENABLED=/' configfiles/%{name}.conf

# (tpg) do the optimizations
perl -pi -e 's/OPTIMIZE=.*/OPTIMIZE=1/' configfiles/%{name}.conf

# (tpg) set config path
perl -pi -e 's#CONFIG_PATH=.*#CONFIG_PATH=configfiles/%{/g_sysconfdir}/%{name}#' configpath

# (lmenut) kernel modules are compressed by default (mga #1147)
perl -pi -e 's#MODULE_SUFFIX=.*#MODULE_SUFFIX="ko ko.xz ko.gz"#' configfiles/%{name}.conf

# (alien) have accounting by default in the mangle table
perl -pi -e 's#ACCOUNTING_TABLE=.*#ACCOUNTING_TABLE=mangle#' configfiles/%{name}.conf

./configure.pl INITFILE= SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir} LIBEXEC=%{_libexecdir} HOST=redhat

# let's do the install
DESTDIR=%{buildroot} ./install.sh shorewallrc.redhat
install -m 644 *.service %{buildroot}%{_unitdir}
popd

#(tpg) IPv6
pushd %{name6}-%{ipv6_ver}
# (blino) enable startup (new setting as of 2.1.3)
perl -pi -e 's/STARTUP_ENABLED=.*/STARTUP_ENABLED=Yes/' configfiles/%{name6}.conf
# Keep synced with net.ipv4.ip_forward var in /etc/sysctl.conf
perl -pi -e 's/IP_FORWARDING=.*/IP_FORWARDING=Keep/' configfiles/%{name6}.conf
# (lmenut) kernel modules are compressed by default (mga #1147)
perl -pi -e 's#MODULE_SUFFIX=.*#MODULE_SUFFIX="ko ko.xz ko.gz"#' configfiles/%{name6}.conf
./configure.pl INITFILE= SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir} LIBEXEC=%{_libexecdir} HOST=redhat
DESTDIR=%{buildroot} ./install.sh
install -m 644 *.service %{buildroot}%{_unitdir}
popd

pushd %{name6}-lite-%{ipv6_lite_ver}
./configure.pl INITFILE= SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir} LIBEXEC=%{_libexecdir} HOST=redhat
DESTDIR=%{buildroot} ./install.sh
install -m 644 *.service %{buildroot}%{_unitdir}
popd

pushd %{name}-lite-%{version_lite}
./configure.pl INITFILE= SYSTEMD=%{_unitdir} SBINDIR=%{_sbindir} LIBEXEC=%{_libexecdir} HOST=redhat
DESTDIR=%{buildroot} ./install.sh
install -m 644 *.service %{buildroot}%{_unitdir}
popd

# Suppress automatic replacement of "echo" by "gprintf" in the shorewall
# startup script by RPM. This automatic replacement is broken.
export DONT_GPRINTIFY=1

#(tpg) looks like these files are needed
touch %{buildroot}/%{_var}/lib/shorewall/{chains,nat,proxyarp,restarted,zones,restore-base,restore-tail,state,.modules,.modulesdir,.iptables-restore-input,.start,.restart,.restore}
touch %{buildroot}/%{_var}/lib/shorewall-lite/firewall

#(tpg) ipv6
touch %{buildroot}/%{_var}/lib/%{name6}/{chains,restarted,zones,restore-base,restore-tail,state,.modules,.modulesdir,.iptables-restore-input,.start,.restart,.restore}
touch %{buildroot}/%{_var}/lib/%{name6}-lite/firewall

#remove unused files because of %exclude misbehaviour
rm -f %{buildroot}%{_datadir}/%{name6}/configfiles/*
rm -f %{buildroot}%{_datadir}/shorewall/configfiles/*

# Remove sysv init file
rm -f %{buildroot}%{_initrddir}/%{name}

# Don't install systemd service in /lib/systemd
# rm -f %{buildroot}/lib/systemd/system/shorewall.service

# (tmb) allow outgoing traffic on any interface by default (mga#10947)
# (cg) drop the ?FORMAT 2 line as it disagrees with 'detect' (mga#11928)
perl -n -i -e 'print unless m!^?FORMAT 2$!' %{buildroot}%{_sysconfdir}/%{name}/interfaces
echo "net	+	detect" >> %{buildroot}%{_sysconfdir}/%{name}/interfaces
perl -n -i -e 'print unless m!^?FORMAT 2$!' %{buildroot}%{_sysconfdir}/%{name6}/interfaces
echo "net	+	detect" >> %{buildroot}%{_sysconfdir}/%{name6}/interfaces

%post
if [ "$1" -gt 1 ] ; then
  perl -pi -e 's#MODULE_SUFFIX=ko$#MODULE_SUFFIX="ko ko.xz ko.gz"#' %{_sysconfdir}/%{name}/%{name}.conf
  perl -pi -e 's#MODULE_SUFFIX=\"ko ko.gz\"$#MODULE_SUFFIX="ko ko.xz ko.gz"#' %{_sysconfdir}/%{name}/%{name}.conf
fi
%_post_service shorewall

%create_ghostfile %{_var}/lib/%{name}/chains root root 644
%create_ghostfile %{_var}/lib/%{name}/nat root root 644
%create_ghostfile %{_var}/lib/%{name}/proxyarp root root 644
%create_ghostfile %{_var}/lib/%{name}/restarted root root 644
%create_ghostfile %{_var}/lib/%{name}/zones root root 644
%create_ghostfile %{_var}/lib/%{name}/restore-base root root 644
%create_ghostfile %{_var}/lib/%{name}/restore-tail root root 644
%create_ghostfile %{_var}/lib/%{name}/state root root 644
%create_ghostfile %{_var}/lib/%{name}/.modules root root 644
%create_ghostfile %{_var}/lib/%{name}/.modulesdir root root 644
%create_ghostfile %{_var}/lib/%{name}/.iptables-restore-input root root 644
%create_ghostfile %{_var}/lib/%{name}/.restart root root 700
%create_ghostfile %{_var}/lib/%{name}/.restore root root 700
%create_ghostfile %{_var}/lib/%{name}/.start root root 700

%preun
%_preun_service %{name}
if [ $1 = 0 ] ; then
  rm -f %{_sysconfdir}/%{name}/startup_disabled
  rm -f %{_var}/lib/%{name}/*
fi

%post lite
%_post_service %{name}-lite
%create_ghostfile %{_var}/lib/%{name}-lite/firewall root root 644

%preun lite
%_preun_service %{name}-lite

%post ipv6
if [ "$1" -gt 1 ] ; then
  perl -pi -e 's#MODULE_SUFFIX=ko$#MODULE_SUFFIX="ko ko.xz ko.gz"#' %{_sysconfdir}/%{name6}/%{name6}.conf
  perl -pi -e 's#MODULE_SUFFIX=\"ko ko.gz\"$#MODULE_SUFFIX="ko ko.xz ko.gz"#' %{_sysconfdir}/%{name6}/%{name6}.conf
fi
%_post_service %{name6}

%create_ghostfile %{_var}/lib/%{name6}/chains root root 644
%create_ghostfile %{_var}/lib/%{name6}/restarted root root 644
%create_ghostfile %{_var}/lib/%{name6}/zones root root 644
%create_ghostfile %{_var}/lib/%{name6}/restore-base root root 644
%create_ghostfile %{_var}/lib/%{name6}/restore-tail root root 644
%create_ghostfile %{_var}/lib/%{name6}/state root root 644
%create_ghostfile %{_var}/lib/%{name6}/.modules root root 644
%create_ghostfile %{_var}/lib/%{name6}/.modulesdir root root 644
%create_ghostfile %{_var}/lib/%{name6}/.iptables-restore-input root root 644
%create_ghostfile %{_var}/lib/%{name6}/.restart root root 700
%create_ghostfile %{_var}/lib/%{name6}/.restore root root 700
%create_ghostfile %{_var}/lib/%{name6}/.start root root 700

%preun ipv6
%_preun_service %{name6}
if [ $1 = 0 ] ; then
  rm -f %{_sysconfdir}/%{name6}/startup_disabled
  rm -f %{_var}/lib/%{name6}/*
fi

%post ipv6-lite
%_post_service %{name6}-lite
%create_ghostfile %{_var}/lib/%{name6}-lite/firewall root root 644

%preun ipv6-lite
%_preun_service %{name6}-lite

%files
%doc %{name}-%{version_main}/{changelog.txt,releasenotes.txt,Samples}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%dir %{_datadir}/%{name}
%dir %attr(755,root,root) %{_var}/lib/%{name}
%ghost %{_var}/lib/%{name}/*
%ghost %{_var}/lib/%{name}/.??*
%config %{_sysconfdir}/logrotate.d/%{name}
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/%{name}
#%attr(755,root,root) %{_sbindir}/%{name}
%attr(755,root,root) /sbin/%{name}
%{_datadir}/%{name}/action*
%{_datadir}/%{name}/configpath
%{_datadir}/%{name}/helpers
%{_datadir}/%{name}/lib.cli-std
%{_datadir}/%{name}/lib.core
%{_datadir}/%{name}/macro.*
%{_datadir}/%{name}/modules*
%{_datadir}/%{name}/version
/usr/libexec/%{name}/getparams
/usr/libexec/%{name}/wait4ifup
%{_mandir}/man5/%{name}-accounting.5.*
%{_mandir}/man5/%{name}-actions.5.*
%{_mandir}/man5/%{name}-blacklist.5.*
%{_mandir}/man5/%{name}-ecn.5.*
%{_mandir}/man5/%{name}-exclusion.5.*
%{_mandir}/man5/%{name}-hosts.5.*
%{_mandir}/man5/%{name}-interfaces.5.*
%{_mandir}/man5/%{name}-ipsets.5.*
%{_mandir}/man5/%{name}-maclist.5.*
%{_mandir}/man5/%{name}-mangle.5.*
%{_mandir}/man5/%{name}-masq.5.*
%{_mandir}/man5/%{name}-modules.5.*
%{_mandir}/man5/%{name}-nat.5.*
%{_mandir}/man5/%{name}-nesting.5.*
#%{_mandir}/man5/%{name}-notrack.5.*
%{_mandir}/man5/%{name}-netmap.5.*
%{_mandir}/man5/%{name}-params.5.*
%{_mandir}/man5/%{name}-policy.5.*
%{_mandir}/man5/%{name}-providers.5.*
%{_mandir}/man5/%{name}-proxyarp.5.*
#%{_mandir}/man5/%{name}-route_rules.5.*
%{_mandir}/man5/%{name}-routes.5.*
%{_mandir}/man5/%{name}-routestopped.5.*
%{_mandir}/man5/%{name}-rules.5.*
%{_mandir}/man5/%{name}-secmarks.5.*
%{_mandir}/man5/%{name}-tcclasses.5.*
%{_mandir}/man5/%{name}-tcinterfaces.5.*
%{_mandir}/man5/%{name}-tcpri.5.*
%{_mandir}/man5/%{name}-tcdevices.5.*
%{_mandir}/man5/%{name}-tcfilters.5.*
%{_mandir}/man5/%{name}-tcrules.5.*
%{_mandir}/man5/%{name}-tos.5.*
%{_mandir}/man5/%{name}-tunnels.5.*
%{_mandir}/man5/%{name}-vardir.5.*
%{_mandir}/man5/%{name}-zones.5.*
%{_mandir}/man5/%{name}.conf.5.*
%{_mandir}/man8/%{name}.8.*
%{_mandir}/man8/%{name}-init.8.*
%{_mandir}/man5/%{name}-blrules.5.*
%{_mandir}/man5/%{name}-conntrack.5.*
%{_mandir}/man5/%{name}-rtrules.5.*
%{_mandir}/man5/%{name}-stoppedrules.5.*
%{_mandir}/man5/%{name}-arprules.5*
#%dir %{_datadir}/shorewall/Shorewall
%{_datadir}/perl5/vendor_perl/Shorewall/*.pm
/usr/libexec/shorewall/compiler.pl
%{_datadir}/shorewall/prog.footer
#%{_datadir}/shorewall/prog.header
%{_unitdir}/shorewall.service

%files ipv6
%doc %{name6}-%{ipv6_ver}/{changelog.txt,releasenotes.txt,tunnel,ipsecvpn,Samples6}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name6}
%dir %{_sysconfdir}/%{name6}
%dir %{_datadir}/%{name6}
%dir %attr(755,root,root) %{_var}/lib/%{name6}
%ghost %{_var}/lib/%{name6}/*
%ghost %{_var}/lib/%{name6}/.??*
%config(noreplace) %{_sysconfdir}/%{name6}/*
%config %{_sysconfdir}/logrotate.d/%{name6}
%attr(755,root,root) %{_sbindir}/%{name6}
%{_datadir}/%{name6}/action*
#%{_datadir}/%{name}/prog.footer6
#%{_datadir}/%{name}/prog.header6
%{_datadir}/%{name6}/configpath
%{_datadir}/%{name6}/functions
%{_datadir}/%{name6}/helpers
%{_datadir}/%{name6}/lib.*
%{_datadir}/%{name6}/macro.*
%{_datadir}/%{name6}/modules*
%{_datadir}/%{name6}/version
#%{_libexecdir}/%{name6}/wait4ifup
%{_mandir}/man5/%{name6}-accounting.5.*
%{_mandir}/man5/%{name6}-actions.5.*
%{_mandir}/man5/%{name6}-blacklist.5.*
%{_mandir}/man5/%{name6}-exclusion.5.*
%{_mandir}/man5/%{name6}-hosts.5.*
%{_mandir}/man5/%{name6}-interfaces.5.*
%{_mandir}/man5/%{name6}-ipsets.5.*
%{_mandir}/man5/%{name6}-maclist.5.*
%{_mandir}/man5/%{name6}-mangle.5.*
%{_mandir}/man5/%{name6}-modules.5.*
%{_mandir}/man5/%{name6}-nesting.5.*
#%{_mandir}/man5/%{name6}-notrack.5.*
%{_mandir}/man5/%{name6}-params.5.*
%{_mandir}/man5/%{name6}-policy.5.*
%{_mandir}/man5/%{name6}-providers.5.*
%{_mandir}/man5/%{name6}-proxyndp.5.*
#%{_mandir}/man5/%{name6}-route_rules.5.*
%{_mandir}/man5/%{name6}-routes.5.*
%{_mandir}/man5/%{name6}-routestopped.5.*
%{_mandir}/man5/%{name6}-rules.5.*
%{_mandir}/man5/%{name6}-secmarks.5.*
%{_mandir}/man5/%{name6}-tcclasses.5.*
%{_mandir}/man5/%{name6}-tcdevices.5.*
%{_mandir}/man5/%{name6}-tcfilters.5.*
%{_mandir}/man5/%{name6}-tcinterfaces.5.*
%{_mandir}/man5/%{name6}-tcpri.5.*
%{_mandir}/man5/%{name6}-tcrules.5.*
%{_mandir}/man5/%{name6}-tos.5.*
%{_mandir}/man5/%{name6}-tunnels.5.*
%{_mandir}/man5/%{name6}-vardir.5.*
%{_mandir}/man5/%{name6}-zones.5.*
%{_mandir}/man5/%{name6}.conf.5.*
%{_mandir}/man8/%{name6}.8.*
%{_mandir}/man5/%{name6}-blrules.5.*
%{_mandir}/man5/%{name6}-conntrack.5.*
%{_mandir}/man5/%{name6}-rtrules.5.*
%{_mandir}/man5/%{name6}-stoppedrules.5.*
%{_mandir}/man5/%{name6}-netmap.5.*
%{_mandir}/man5/%{name6}-masq.5*
%{_unitdir}/shorewall6.service

%files lite
%doc %{name}-lite-%{version_lite}/*.txt
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}-lite
%dir %{_datadir}/%{name}-lite
%dir %attr(755,root,root) %{_var}/lib/%{name}-lite
%ghost %{_var}/lib/%{name}-lite/*
%config(noreplace) %{_sysconfdir}/%{name}-lite/*
%config %{_sysconfdir}/logrotate.d/%{name}-lite
%attr(755,root,root) %{_sbindir}/%{name}-lite
%{_datadir}/%{name}-lite/configpath
%{_datadir}/%{name}-lite/functions
%{_datadir}/%{name}-lite/helpers
%{_datadir}/%{name}-lite/lib.*
%{_datadir}/%{name}-lite/modules*
%{_datadir}/%{name}-lite/version
%{_mandir}/man5/%{name}-lite*
%{_mandir}/man8/%{name}-lite*
/usr/libexec/%{name}-lite/shorecap
#%{_libexecdir}/%{name}-lite/wait4ifup
%{_unitdir}/shorewall-lite.service

%files ipv6-lite
%doc %{name6}-lite-%{ipv6_lite_ver}/*.txt
%config(noreplace) %{_sysconfdir}/sysconfig/%{name6}-lite
%dir %{_datadir}/%{name6}-lite
%dir %attr(755,root,root) %{_var}/lib/%{name6}-lite
%ghost %{_var}/lib/%{name6}-lite/*
%config(noreplace) %{_sysconfdir}/%{name6}-lite/*
%config %{_sysconfdir}/logrotate.d/%{name6}-lite
%attr(755,root,root) %{_sbindir}/%{name6}-lite
%{_datadir}/%{name6}-lite/configpath
%{_datadir}/%{name6}-lite/functions
%{_datadir}/%{name6}-lite/helpers
%{_datadir}/%{name6}-lite/lib.*
%{_datadir}/%{name6}-lite/modules*
/usr/libexec/%{name6}-lite/shorecap
%{_datadir}/%{name6}-lite/version
#%{_datadir}/%{name6}-lite/wait4ifup
%{_mandir}/man5/%{name6}-lite*
%{_mandir}/man8/%{name6}-lite*
%{_unitdir}/shorewall6-lite.service

%files doc
%doc %{name}-docs-html-%{version}/*

%files core
%doc shorewall-core-%{version}/{COPYING,changelog.txt,releasenotes.txt}
%dir %{_datadir}/shorewall/
%{_datadir}/shorewall/coreversion
%{_datadir}/shorewall/functions
%{_datadir}/shorewall/lib.base
%{_datadir}/shorewall/lib.cli
%{_datadir}/shorewall/lib.common
%{_datadir}/shorewall/shorewallrc
#%dir %{_libexecdir}/shorewall
#%{_libexecdir}/shorewall/wait4ifup



%changelog
* Mon Oct 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.6.3.4-2
+ Revision: 2eb430b
- Really apply patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24106 |14mu|shotwell-0.24.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver				%(echo %{version}|cut -d. -f1,2)
%define _disable_ld_no_undefined	1
%define Werror_cflags			%nil

%define major 0
%define libname %mklibname shotwell-plugin-common %{major}

Summary:	A photo organizer designed for GNOME
Name:		shotwell
Version:	0.24.1
Release:	2
License:	LGPLv2+ and CC-BY-SA
Group:		Graphics
Url:		http://www.yorba.org/shotwell/
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
# Localized desktop files - generated using upstream Makefile with several hacks in ru.po
# and Makefile itself.
# Drop them once generation of localized desktop files is fixed upstream
# (https://bugzilla.gnome.org/show_bug.cgi?id=740873)
Source2:	shotwell.desktop
Source3:	shotwell-viewer.desktop
Patch0:		shotwell-0.24.0-appdata.patch
BuildRequires:	locales-en
BuildRequires:	itstool
BuildRequires:	vala-devel >= 0.18.0
BuildRequires:	pkgconfig(atk)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gdk-3.0)
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(gexiv2)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-base-1.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(libexif) >= 0.4.90
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libraw)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(rest-0.7)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(webkit2gtk-4.0)
Provides:	f-spot = %{EVRD}
# Required to send items by email
Requires:	nautilus-sendto

%description
Shotwell is a digital photo organizer designed for the GNOME desktop
environment. It allows you to import photos from disk or camera,
organize them in various ways, view them in full-window or fullscreen
mode, and export them to share with others.

%files -f %{name}.lang
%doc AUTHORS README COPYING NEWS THANKS
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}*.desktop
%{_datadir}/glib-2.0/schemas/org.yorba.shotwell*.gschema.xml
# % {_datadir}/appdata/shotwell.appdata.xml
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_iconsdir}/hicolor/*/apps/%{name}-symbolic.*
%{_mandir}/man1/shotwell.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libshotwell-plugin-common.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--disable-schemas-compile \
	--disable-desktop-update \
	--disable-appdata-validate \
	--disable-icon-update
%make

%install
# otherwise gettext always returns English text regardless of LANGUAGE asked
export LANG=en_US.utf8
%makeinstall_std

# Drop development library unless headers are provided
rm -f %{buildroot}%{_libdir}/libshotwell-plugin-common.so

# https://bugzilla.gnome.org/show_bug.cgi?id=740873
cp -f %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop
cp -f %{SOURCE3} %{buildroot}%{_datadir}/applications/%{name}-viewer.desktop

%find_lang %{name} --all-name --with-gnome


%changelog

* Wed Jan 18 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.24.1-2
- (dbbcccc) Don't package development file into shared library package

* Fri Oct 21 2016 Denis Silakov <dsilakov@gmail.com> 0.24.1-1
- (2389f0a) Updated to 0.24.1

* Fri Oct 21 2016 Denis Silakov <dsilakov@gmail.com> 0.24.0-2
- (59519fb) Build wo appdata
- (Andrey Bondrov: 426c2c5) MassBuild#1169: Increase release tag

* Mon Oct 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.24.0-1
- (222b47c) Add shared library subpackage
- (222b47c) Update files
- (Andrey Bondrov: ec60997) Adjust find_lang usage
- (Andrey Bondrov: 2c1a57b) Disable static
- (Andrey Bondrov: a8a310b) Build requires itstool
- (Andrey Bondrov: c25ec49) Try to use configure2_5x macro
- (Andrey Bondrov: 7437bb5) New version 0.24.0

* Thu Feb 11 2016 Tigro <ashejn@gmail.com> 0.22.0-4
- (3e7e61f) bump release to rebuild against new libraw

* Thu Feb 11 2016 Tigro <ashejn@gmail.com> 0.22.0-2.1
- (b083d13) hotfix russian translation with version downgrade

* Thu Feb 11 2016 Tigro <ashejn@gmail.com> 0.22.0-4
- (c439430) fix russian translation

* Sat Feb 06 2016 Denis Silakov <dsilakov@gmail.com> 0.22.0-3
- (4f9b97d) Rebuilt with new libraw

* Thu Jan 14 2016 Denis Silakov <dsilakov@gmail.com> 0.22.0-2
- (b33677c) Require nautilus-sendto

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 0.22.0-1
- (f0a847f) update to 0.22.0

* Wed Oct 28 2015 Denis Silakov <dsilakov@gmail.com> 0.20.2-5
- (ee12f66) Use pre-generated localized desktop files to workaround upstream bug with their build-time generation

* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 0.22.0-1
- (c841374) update to 3.16.0

* Sat Mar 14 2015 Tigro <ashejn@yandex-team.ru> 0.21.0-1
- (fef8151) update to 0.21.0

* Mon Nov 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.20.2-5
- (4dd3c6c) Disable desktop-l10n patch for now - it breaks the build
- (Denis Silakov: 5d63b14) Added Russian localization for desktop file

* Wed Nov 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20.2-4
- (d3a8000) Update Russian translation (even more fixes)

* Wed Nov 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20.2-3
- (e0726a1) Update Russian translation (more fixes)

* Mon Nov 10 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20.2-2
- (d8883cb) Update Russian translation

* Thu Nov 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.20.2-1
- (6d49737) New version 0.20.2, build with sqlite3 support

* Thu Nov 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.18.0-5
- (41d7eda) Minor spec cleanups

* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.18.0-4
- (b1521d9) Bump release

* Sat Jul 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.18.0-3
- (aceb814) Bump release

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.18.0-2
- (c2b7c59) MassBuild#440: Increase release tag

* Tue May 20 2014 Tigro <ashejn@gmail.com> 0.18.0-1
- (d254627) added BR: gnome-doc-utils
- (Tigro: 0be6e7d) update to 0.18.0

* Tue May 06 2014 Alex Burmashev <alex.burmashev@gmail.com> 0.15.1-4
- (48d53d2) minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24107 |14mu|signon-8.59-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define commit 14f058c36208a551c80d0e98d76164fb87b2b8af

%define major 1

%define libextension %mklibname signon-extension %{major}
%define libplugins %mklibname signon-plugins %{major}
%define libpluginscommon %mklibname signon-plugins-common %{major}
%define libqt %mklibname signon-qt5_ %{major}

%define devname %mklibname signond -d
%define devextension %mklibname signon-extension -d
%define devplugins %mklibname signon-plugins -d
%define devqt %mklibname signon-qt5 -d

Summary:	A framework for centrally storing authentication credentials
Name:		signon
Version:	8.59
Release:	1
Group:		System/Libraries
License:	LGPLv2.1+
Url:		https://gitlab.com/accounts-sso/signond
Source0:	http://accounts-sso.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0:		signon-8.56-missing-moc-include.patch
Patch1:		signon-8.57-no_static.patch
BuildRequires:	doxygen
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Xml)
Conflicts:	signond < 8.57
Obsoletes:	signond < 8.57

%description
Single Sign-On is a framework for centrally storing authentication credentials
and handling authentication on behalf of applications as requested by
applications. It consists of a secure storage of login credentials (for example
usernames and passwords), plugins for different authentication systems and a
client library for applications to communicate with this system.

%files
%{_bindir}/signond
%{_bindir}/signonpluginprocess
%{_datadir}/dbus-1/services/*.service
%dir %{_libdir}/signon
%{_libdir}/signon/*.so
%config(noreplace) %{_sysconfdir}/signond.conf

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Conflicts:	signond < 8.57

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%{_includedir}/signond
%{_libdir}/pkgconfig/signond.pc
%{_datadir}/dbus-1/interfaces/*.xml

#----------------------------------------------------------------------------

%package -n %{libextension}
Summary:	A framework for centrally storing authentication credentials
Group:		System/Libraries

%description -n %{libextension}
Single Sign-On is a framework for centrally storing authentication credentials
and handling authentication on behalf of applications as requested by
applications. It consists of a secure storage of login credentials (for example
usernames and passwords), plugins for different authentication systems and a
client library for applications to communicate with this system.

%files -n %{libextension}
%{_libdir}/libsignon-extension.so.%{major}
%{_libdir}/libsignon-extension.so.%{major}.*

#----------------------------------------------------------------------------

%package -n %{devextension}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libextension} = %{EVRD}

%description -n %{devextension}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devextension}
%{_includedir}/signon-extension
%{_libdir}/libsignon-extension.so
%{_libdir}/pkgconfig/SignOnExtension.pc

#----------------------------------------------------------------------------

%package -n %{libplugins}
Summary:	A framework for centrally storing authentication credentials
Group:		System/Libraries

%description -n %{libplugins}
Single Sign-On is a framework for centrally storing authentication credentials
and handling authentication on behalf of applications as requested by
applications. It consists of a secure storage of login credentials (for example
usernames and passwords), plugins for different authentication systems and a
client library for applications to communicate with this system.

%files -n %{libplugins}
%{_libdir}/libsignon-plugins.so.%{major}
%{_libdir}/libsignon-plugins.so.%{major}.*

#----------------------------------------------------------------------------

%package -n %{libpluginscommon}
Summary:	A framework for centrally storing authentication credentials
Group:		System/Libraries

%description -n %{libpluginscommon}
Single Sign-On is a framework for centrally storing authentication credentials
and handling authentication on behalf of applications as requested by
applications. It consists of a secure storage of login credentials (for example
usernames and passwords), plugins for different authentication systems and a
client library for applications to communicate with this system.

%files -n %{libpluginscommon}
%{_libdir}/libsignon-plugins-common.so.%{major}
%{_libdir}/libsignon-plugins-common.so.%{major}.*

#----------------------------------------------------------------------------

%package -n %{devplugins}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libplugins} = %{EVRD}
Requires:	%{libpluginscommon} = %{EVRD}

%description -n %{devplugins}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devplugins}
%{_includedir}/signon-plugins
%{_libdir}/libsignon-plugins.so
%{_libdir}/libsignon-plugins-common.so
%{_libdir}/pkgconfig/signon-plugins.pc
%{_libdir}/pkgconfig/signon-plugins-common.pc

#----------------------------------------------------------------------------

%package -n %{libqt}
Summary:	A framework for centrally storing authentication credentials
Group:		System/Libraries

%description -n %{libqt}
Single Sign-On is a framework for centrally storing authentication credentials
and handling authentication on behalf of applications as requested by
applications. It consists of a secure storage of login credentials (for example
usernames and passwords), plugins for different authentication systems and a
client library for applications to communicate with this system.

%files -n %{libqt}
%{_libdir}/libsignon-qt5.so.%{major}
%{_libdir}/libsignon-qt5.so.%{major}.*

#----------------------------------------------------------------------------

%package -n %{devqt}
Summary:	Development files for %{name}
Group:		Development/KDE and Qt
Requires:	%{libqt} = %{EVRD}

%description -n %{devqt}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devqt}
%{_includedir}/signon-qt5
%{_libdir}/libsignon-qt5.so
%{_libdir}/cmake/SignOnQt5
%{_libdir}/pkgconfig/libsignon-qt5.pc

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for %{name}
Group:		Documentation
BuildArch:	noarch

%description doc
Documentation for %{name}.

%files doc
%{_defaultdocdir}/libsignon-qt
%{_defaultdocdir}/signon
%{_defaultdocdir}/signon-plugins
%{_defaultdocdir}/signon-plugins-dev

#----------------------------------------------------------------------------

%prep
%setup -qn signond-VERSION_%{version}-%{commit}
%apply_patches

%build
%qmake_qt5 signon.pro
%make

%install
%makeinstall_std INSTALL_ROOT=%{buildroot} STRIP=true


%changelog

* Tue Jun 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 8.59-1
- (cf4fd7b) New version 8.59
- (cf4fd7b) Drop no longer needed patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24108 |14mu|signon-plugin-oauth2-0.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	OAuth2 plugin for the Accounts framework
Name:		signon-plugin-oauth2
Version:	0.22
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		https://gitlab.com/accounts-sso/signon-plugin-oauth2
Source0:	https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/%{name}-%{version}.tar.gz
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5XmlPatterns)
BuildRequires:	pkgconfig(signon-plugins)
Requires:	signon

%description
OAuth2 plugin for the Accounts framework.

%files
%{_libdir}/signon/liboauth2plugin.so

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/C++

%description devel
Development files for %{name}.

%files devel
%{_includedir}/signon-plugins/*.h
%{_libdir}/pkgconfig/signon-oauth2plugin.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}.git

%build
%qmake_qt5 signon-oauth2.pro
%make


%install
%makeinstall_qt

# Delete tests
rm -fv %{buildroot}/%{_bindir}/signon-oauth2plugin-tests
rm -rfv %{buildroot}/%{_datadir}/signon-oauth2plugin-tests

# Delete examples
rm -fv %{buildroot}/%{_bindir}/oauthclient
rm -rvf %{buildroot}/%{_sysconfdir}


%changelog

* Tue Jun 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.22-1
- (e192fd9) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24109 |14mu|signon-ui-0.17-0.20160416.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git 20160416

Summary:	Online Accounts Sign-on UI
Name:		signon-ui
Version:	0.17
Release:	0.%{git}.1
License:	GPLv3+
Group:		System/Libraries
Url:		https://launchpad.net/signon-ui
#Source0:	https://launchpad.net/signon-ui/trunk/%{version}/+download/signon-ui-%{version}.tar.bz2
Source0:	signon-ui-%{version}-%{git}.tar.bz2
Patch0:		signon-ui-0.15-fix-qt5-build.patch
BuildRequires:	pkgconfig(accounts-qt5)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5WebKit)
BuildRequires:	pkgconfig(Qt5WebKitWidgets)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(signond)
BuildRequires:	pkgconfig(signon-plugins)
BuildRequires:	pkgconfig(signon-plugins-common)

%description
Sign-on UI is the component responsible for handling the user interactions
which can happen during the login process of an online account.
It can show password dialogs and dialogs with embedded web pages.

%files
%doc README TODO NOTES COPYING
%{_bindir}/signon-ui
%{_datadir}/dbus-1/services/com.canonical.indicators.webcredentials.service
%{_datadir}/dbus-1/services/com.nokia.singlesignonui.service
%dir %{_sysconfdir}/signon-ui/webkit-options.d

#----------------------------------------------------------------------------

%prep
%setup -qn signon-ui-%{version}-%{git}
%patch0 -p1 -b .qt5

%build
%qmake_qt5 \
	QMF_INSTALL_ROOT=%{_prefix} \
	CONFIG+=release \
	signon-ui.pro
%make

%install
%makeinstall_qt

# Own directory where others can install provider-specific configuration
mkdir -p %{buildroot}/%{_sysconfdir}/signon-ui/webkit-options.d


%changelog

* Tue Jun 21 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17-0.20160416.1
- (acbf8b3) New version 0.17-20160416



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24110 |14mu|simple-scan-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		simple-scan
Version:	3.16.2
Release:	1
Summary:	Simple scanning utility
Group:		Graphical desktop/GNOME
License:	GPLv3+
URL:		https://launchpad.net/simple-scan
Source0:	https://launchpad.net/simple-scan/3.16/%{version}/+download/%{name}-%{version}.tar.xz

BuildRequires: intltool
BuildRequires: jpeg-devel
BuildRequires: sane-devel
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(colord)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gmodule-export-2.0)
BuildRequires: pkgconfig(gnome-doc-utils)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(mx-1.0)
BuildRequires: pkgconfig(zlib)
BuildRequires: vala-devel
BuildRequires: vala-tools
BuildRequires: itstool

Requires: gnome-icon-theme
Requires: xdg-utils
Requires: yelp

%description
Simple Scan is an easy-to-use application, designed to let users connect their
scanner and quickly have the image/document in an appropriate format.

%prep
%setup -q

%build
%configure2_5x

%make

%install
%makeinstall_std

%find_lang %{name} --with-man --with-gnome

%files -f %{name}.lang 
%doc COPYING NEWS README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.SimpleScan.gschema.xml
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_datadir}/appdata/simple-scan.appdata.xml


%changelog

* Fri Jul 10 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (a46d448) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24111 |14mu|simple-scan-3.17.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Simple scanning utility
Name:		simple-scan
Version:	3.17.4
Release:	3
License:	GPLv3+
Group:		Graphical desktop/GNOME
Url:		https://launchpad.net/simple-scan
Source0:	https://launchpad.net/simple-scan/3.14/%{version}/+download/%{name}-%{version}.tar.xz
Patch0:		simple-scan-3.17.4-ru.patch
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	vala-tools
BuildRequires:	jpeg-devel
BuildRequires:	sane-devel
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(colord)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gmodule-export-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(zlib)
Requires:	gnome-icon-theme
Requires:	gnome-icon-theme-symbolic
Requires:	xdg-utils
Requires:	yelp

%description
Simple Scan is an easy-to-use application, designed to let users connect their
scanner and quickly have the image/document in an appropriate format.

%files -f %{name}.lang 
%doc COPYING NEWS README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.SimpleScan.gschema.xml
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_datadir}/appdata/simple-scan.appdata.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x

%make

%install
%makeinstall_std

%find_lang %{name} --with-man --with-gnome


%changelog

* Thu Feb 11 2016 Tigro <ashejn@gmail.com> 3.17.4-3
- (2c6f0ed) update patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24112 |14mu|skrooge-1.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Personal Finance Management Tool
Name:		skrooge
Version:	1.10.0
Release:	1
License:	GPLv3+
Group:		Office
Url:		http://skrooge.org
Source0:	http://skrooge.org/files/%{name}-%{version}.tar.bz2
BuildRequires:	grantlee
BuildRequires:	grantlee-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	kdepim4-devel
BuildRequires:	pkgconfig(libkactivities)
BuildRequires:	pkgconfig(libofx)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(sqlite3)
Requires:	qt4-database-plugin-sqlite
Requires:	qca2-plugin-openssl
Requires:	grantlee

%description
Skrooge is a personal finance management tool for KDE4, with the aim of
being highly intuitive, while providing powerful functions such as
graphics, persistent Undo/Redo, infinite category levels, and much more...

%files -f %{name}.lang
%{_kde_bindir}/*
%{_kde_libdir}/kde4/*.so
%{_kde_libdir}/kde4/plugins/grantlee
%{_kde_appsdir}/*
%{_kde_applicationsdir}/*.desktop
%{_kde_datadir}/config.kcfg/*.kcfg
%{_kde_configdir}/*.knsrc
%{_kde_iconsdir}/*/*/*/*
%{_kde_services}/*.desktop
%{_kde_servicetypes}/*.desktop
%{_datadir}/mime/packages/*.xml
%{_datadir}/akonadi/agents/skroogeakonadiresource.desktop

#-----------------------------------------------------------------------------

%define libskgbankgui_major 1
%define libskgbankgui %mklibname skgbankgui %{libskgbankgui_major}

%package -n %{libskgbankgui}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libskgbankgui}
%{name} library.

%files -n %{libskgbankgui}
%{_kde_libdir}/libskgbankgui.so.%{libskgbankgui_major}*

#-----------------------------------------------------------------------------

%define libskgbankmodeler_major 1
%define libskgbankmodeler %mklibname skgbankmodeler %{libskgbankmodeler_major}

%package -n %{libskgbankmodeler}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libskgbankmodeler}
%{name} library.

%files -n %{libskgbankmodeler}
%{_kde_libdir}/libskgbankmodeler.so.%{libskgbankmodeler_major}*

#-----------------------------------------------------------------------------

%define libskgbasegui_major 1
%define libskgbasegui %mklibname skgbasegui %{libskgbasegui_major}

%package -n %{libskgbasegui}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libskgbasegui}
%{name} library.

%files -n %{libskgbasegui}
%{_kde_libdir}/libskgbasegui.so.%{libskgbasegui_major}*

#-----------------------------------------------------------------------------

%define libskgbasemodeler_major 1
%define libskgbasemodeler %mklibname skgbasemodeler %{libskgbasemodeler_major}

%package -n %{libskgbasemodeler}
Summary:	%{name} library
Group:		System/Libraries

%description -n %{libskgbasemodeler}
%{name} library.

%files -n %{libskgbasemodeler}
%{_kde_libdir}/libskgbasemodeler.so.%{libskgbasegui_major}*

#-----------------------------------------------------------------------------

%package devel
Summary:	Skrooge development files
Group:		Development/KDE and Qt
Requires:	%{libskgbasemodeler} = %{EVRD}
Requires:	%{libskgbasegui} = %{EVRD}
Requires:	%{libskgbankmodeler} = %{EVRD}
Requires:	%{libskgbankgui} = %{EVRD}

%description devel
This package contains header files needed if you wish to build applications
based on skrooge.

%files devel
%{_kde_libdir}/*.so

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html


%changelog
* Thu Nov 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.10.0-1
+ Revision: 2745714
- New version 1.10.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24113 |14mu|slap-2r4p4-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	SLAP - SEIKO SmartLabel Printing Utility
Name:		slap
Version:	2r4p4
Release:	17
License:	GPLv2+
Group:		Publishing
Url:		http://members.tripod.com/~uutil/slap/
# SLAP
Source0:	http://members.tripod.com/~uutil/slap/%{name}%{version}.tar.bz2
# Static library needed by SLAP
Source1:	http://members.tripod.com/~uutil/slap/mjsulib3r0p1.tar.bz2
Patch0:		slap-optflags.patch

%description
SLAP is a UNIX command line program that prints labels on many SEIKO Smart
Label Printers. It prints only text, no graphics, PostScript, and so on.
The text can be printed in 16 different fonts and in 6 font sizes. Enter
"man slap" at the command prompt for more info.

%files
%doc *.txt 9devnotes COPYING FAQ.htm HOWTO
%{_bindir}/*
%{_prefix}/lib/slap*
%{_mandir}/man*/*

#----------------------------------------------------------------------------

%prep
# Load source code
%setup -q -n slap
%setup -q -T -D -a 1 -n slap
%patch0 -p1

# Correct file permissions
chmod -R u+w *

%build
# Compile static library
mkdir mjsulibfiles
cd mjsulib/
./Configure $RPM_BUILD_DIR/%{name}/mjsulibfiles
%make install
cd ..

# Compile SLAP
yes | ./Configure %{buildroot}%{_prefix}
# Set library path
perl -p -i -e 's!/somewhere!/'$RPM_BUILD_DIR'/%{name}/mjsulibfiles!' makefile
# Correct path for man pages
perl -p -i -e 's!man/man1!share/man/man1!' makefile
%make RPM_OPT_FLAGS="%{optflags}"

# Compile SLAP font converter
%make sdk

%install
# Install SLAP
%makeinstall

# Install font converter
install -m 755 makefont %{buildroot}%{_bindir}/

# Correct file permissions
chmod -R u+w %{buildroot}/*


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2r4p4-17
- (4510bd9) Build with system optflags
- (4510bd9) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24114 |14mu|slib-3b4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:      Platform independent library for scheme
Name:         slib
Version:      3b4
Release:      1
License:      SLIB
Group:        Development/Other
BuildArch:    noarch
Source0:      http://groups.csail.mit.edu/mac/ftpdir/scm/slib-%{version}.zip
URL:          http://people.csail.mit.edu/jaffer/SLIB.html

%description
"SLIB" is a portable library for the programming language Scheme.
It provides a platform independent framework for using "packages" of
Scheme procedures and syntax.  As distributed, SLIB contains useful
packages for all Scheme implementations.  Its catalog can be
transparently extended to accommodate packages specific to a site,
implementation, user, or directory.

%prep
%setup -q -n %{name}
sed -r -i "s,/usr/(local/)?lib/slib,%{_datadir}/slib,g" *.init

%build

%install
mkdir -p %{buildroot}%{_datadir}/slib
cp *.scm *.init *.xyz *.txt *.dat *.ps %{buildroot}%{_datadir}/slib
mkdir -p %{buildroot}%{_infodir}
install -m644 slib.info %{buildroot}%{_infodir}

%files
%doc ANNOUNCE README COPYING FAQ ChangeLog
%{_datadir}/slib
%{_infodir}/slib.*

%changelog

* Tue Oct 06 2015 Denis Silakov <dsilakov@gmail.com> 3b4-1
- (0abe634) Updated to 3b4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24115 |14mu|smartmontools-7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	For monitoring S.M.A.R.T. disks and devices
Name:		smartmontools
Version:	7.1
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		https://www.smartmontools.org/
Source0:	https://sourceforge.net/projects/smartmontools/files/%{name}/%{version}/%{name}-%{version}.tar.gz
Source1:	https://sourceforge.net/projects/smartmontools/files/%{name}/%{version}/%{name}-%{version}.tar.gz.asc
Source2:	smartd.conf
Source3:	smartd.sysconfig
Source4:	smartd.service
Patch0:		smartmontools-6.0-service.patch
BuildRequires:	systemd-units
BuildRequires:	libcap-ng-devel
BuildRequires:	libselinux-devel
Requires(post,preun):	rpm-helper
Provides:	smartsuite = %{EVRD}

%description
SMARTmontools controls and monitors storage devices using the Self-Monitoring,
Analysis and Reporting Technology System (S.M.A.R.T.) built into ATA and SCSI
Hard Drives. This is used to check the reliability of the hard drive and
predict drive failures. The suite contains two utilities. The first, smartctl,
is a command-line utility designed to perform simple S.M.A.R.T. tasks. The
second, smartd, is a daemon that periodically monitors smart status and
reports errors to syslog. The package is compatible with the ATA/ATAPI-5
specification. Future releases will be compatible with the ATA/ATAPI-6 and
ATA/ATAPI-7 specifications. The package is intended to incorporate as much
"vendor specific" and "reserved" information as possible about disk drives.
man smartctl and man smartd will provide more information.

%files
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/smartd.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/smartd_warning.sh
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/smartd
%attr(0644,root,root) %{_unitdir}/smartd.service
%{_sbindir}/*
%{_mandir}/man?/*
%{_docdir}/%{name}
%{_datadir}/%{name}/drivedb.h

%post
%_post_service smartd

%preun
%_preun_service smartd

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

%build
%configure2_5x \
	--with-libcap-ng=yes \
	--with-drivedb \
	--with-selinux=yes

%make

%install
install -d %{buildroot}%{_sysconfdir}/sysconfig

%makeinstall_std

install %{SOURCE2} %{buildroot}%{_sysconfdir}/
install %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/smartd
install -D -p -m 644 %{SOURCE4} %{buildroot}/lib/systemd/system/smartd.service
rm -f %{buildroot}%{_initrddir}/smartd

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24116 |14mu|smb4k-1.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 4
%define libname %mklibname smb4kcore %{major}

Name:		smb4k
Version:	1.2.1
Release:	1
Summary:	A KDE SMB share browser
Source0:	http://downloads.sourceforge.net/smb4k/%{name}-%{version}.tar.xz
License:	GPLv2+
Group:		Networking/Other
Url:		http://smb4k.sourceforge.net
BuildRequires:  kdelibs4-devel
Requires:	samba-client
Requires:	%{libname} = %{version}
Obsoletes:	%{mklibname smb4kdialogs 2} < %{version}-%{release}
Conflicts:	%{name}-devel < 0.10.0-rc

%description
An SMB network and share browser for KDE 4 or later.

%files -f %{name}.lang
%{_kde_sysconfdir}/dbus-1/system.d/net.sourceforge.smb4k.mounthelper.conf
%{_kde_bindir}/smb4k*
%{_kde_datadir}/apps/kconf_update/*
%{_kde_datadir}/dbus-1/system-services/net.sourceforge.smb4k.mounthelper.service
%{_kde_datadir}/polkit-1/actions/net.sourceforge.smb4k.mounthelper.policy
%{_kde_libdir}/kde4/*.so
%{_kde_libdir}/libsmb4ktooltips.so
%{_kde_libdir}/kde4/libexec/mounthelper
%{_kde_applicationsdir}/smb4k.desktop
%{_kde_services}/plasma-applet-smb4k-qml.desktop
%{_kde_appsdir}/smb4k/
%{_kde_datadir}/config.kcfg/smb4k.kcfg
%{_kde_iconsdir}/*/*/*/*
%{_datadir}/appdata/*
%{_datadir}/apps/plasma/plasmoids/smb4k-qml/
#%{_libdir}/libkdeinit4_smb4k.so

#------------------------------------------------	
%package -n %libname
Summary:	SMB4K core library
Group:		System/Libraries

%description -n %libname
Library for %{name}.

%files -n %libname
%{_kde_libdir}/libsmb4kcore.so.%{major}*

#------------------------------------------------
%package devel
Summary:	SMB4K development files
Group:		Development/KDE and Qt
Requires:	%{libname} = %{version}

%description devel
Development files for applications that need %{name}.

%files devel
%{_kde_libdir}/libsmb4kcore.so


#------------------------------------------------
%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang %{name} --with-html --all-name

%changelog

* Tue Oct 27 2015 Denis Silakov <dsilakov@gmail.com> 1.2.1-1
- (73bb834) Updated to 1.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24117 |14mu|smokegen-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		smokegen
Summary:	Scripting MetaObject Kompiler Engine tools
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPL
URL:		http://www.kde.org
%define is_beta %(if test `echo %version |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source:		ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
SMOKE provides infrastructure which is used for creating bindings for
multiple languages such as Ruby, C# and PHP.

This package contains the development tools to do bindings with the
Scripting MetaObject Kompiler Engine, used by several Qt and KDE bindings,
as well as some bindings for the Wt library.

#------------------------------------------------------------

%define libsmokebase_major 3
%define libsmokebase %mklibname smokebase %{libsmokebase_major}

%package -n %{libsmokebase}
Summary:	smokegen Library
Group:		Development/KDE and Qt
Conflicts:	%{_lib}smokeqt3 <= 1:4.5.80-1

%description -n %{libsmokebase}
smokegen Library

%files -n %{libsmokebase}
%{_kde_libdir}/libsmokebase.so.%{libsmokebase_major}*

#------------------------------------------------------------

%package devel
Summary:	Header files for %{name}
Group:		Development/KDE and Qt
Conflicts:	smoke4-devel < 1:4.6.90
Requires:	kdelibs4-devel
Requires:	%{libsmokebase} = %{EVRD}

%description devel
Header files for %{name}

%files devel
%{_kde_bindir}/smokegen
%{_kde_bindir}/smokeapi
%{_kde_libdir}/libcppparser.so
%{_kde_libdir}/libsmokebase.so
%{_kde_includedir}/smokegen/generatorenvironment.h
%{_kde_includedir}/smokegen/generator_export.h
%{_kde_includedir}/smokegen/generatorpreprocessor.h
%{_kde_includedir}/smokegen/generatorvisitor.h
%{_kde_includedir}/smokegen/name_compiler.h
%{_kde_includedir}/smokegen/options.h
%{_kde_includedir}/smokegen/type_compiler.h
%{_kde_includedir}/smokegen/type.h
%{_kde_includedir}/smoke.h
%{_kde_datadir}/smokegen
%{_kde_libdir}/smokegen/generator_smoke.so
%{_kde_libdir}/smokegen/generator_dump.so
%{_kde_datadir}/smoke/cmake/SmokeConfig.cmake
%{_kde_datadir}/smoke/cmake/FindLibraryWithDebug.cmake
%{_kde_datadir}/smoke/cmake/FindPhonon.cmake
%{_kde_datadir}/smoke/cmake/FindQImageBlitz.cmake
%{_kde_datadir}/smoke/cmake/FindQScintilla.cmake
%{_kde_datadir}/smoke/cmake/FindQwt5.cmake
%{_kde_datadir}/smoke/cmake/HandleImportedTargetsInCMakeRequiredLibraries.cmake
%{_kde_datadir}/smoke/cmake/MacroLogFeature.cmake
%{_kde_datadir}/smoke/cmake/MacroOptionalAddBindings.cmake
%{_kde_datadir}/smoke/cmake/MacroOptionalFindPackage.cmake
%{_kde_datadir}/smoke/cmake/SmokeVersionConfig.cmake

#------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: a4f5bdc
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24118 |14mu|smokekde-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_kdepimlibs 1

Name:		smokekde
Summary:	KDE4 bindings for SMOKE
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2 LGPLv2
URL:		http://www.kde.org
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	smokeqt-devel >= 1:%{version}
%if %{with_kdepimlibs}
BuildRequires:	kdepimlibs4-devel >= 2:%{version}
%endif
BuildRequires:	okular-devel >= 2:%{version}
BuildRequires:	kate-devel >= 1:%{version}
BuildRequires:	qscintilla-qt4-devel
BuildRequires:	pkgconfig(akonadi)
BuildRequires:	pkgconfig(libattica)
BuildRequires:	pkgconfig(shared-desktop-ontologies)
BuildRequires:	pkgconfig(soprano)

%description
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine).

#-----------------------------------------------------------------------------

%define smokesopranoclient_major 3
%define libsmokesopranoclient %mklibname smokesopranoclient %{smokesopranoclient_major}

%package -n %{libsmokesopranoclient}
Summary:	Soprano bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokesopranoclient}
Soprano bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokesopranoclient}
%{_kde_libdir}/libsmokesopranoclient.so.%{smokesopranoclient_major}*

#-----------------------------------------------------------------------------

%define smokesopranoserver_major 3
%define libsmokesopranoserver %mklibname smokesopranoserver %{smokesopranoserver_major}

%package -n %{libsmokesopranoserver}
Summary:	Soprano bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokesopranoserver}
Soprano bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokesopranoserver}
%{_kde_libdir}/libsmokesopranoserver.so.%{smokesopranoserver_major}*

#------------------------------------------------------------

%define smokekate_major 3
%define libsmokekate %mklibname smokekate %{smokekate_major}

%package -n %{libsmokekate}
Summary:	Kate bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekate}
Kate bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekate}
%{_kde_libdir}/libsmokekate.so.%{smokekate_major}*

#-----------------------------------------------------------------------------

%define smokekdecore_major 3
%define libsmokekdecore %mklibname smokekdecore %{smokekdecore_major}

%package -n %{libsmokekdecore}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekdecore}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekdecore}
%{_kde_libdir}/libsmokekdecore.so.%{smokekdecore_major}*

#-----------------------------------------------------------------------------

%define smokekdeui_major 3
%define libsmokekdeui %mklibname smokekdeui %{smokekdeui_major}

%package -n %{libsmokekdeui}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekdeui}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekdeui}
%{_kde_libdir}/libsmokekdeui.so.%{smokekdeui_major}*

#-----------------------------------------------------------------------------

%define smokekfile_major 3
%define libsmokekfile %mklibname smokekfile %{smokekfile_major}

%package -n %{libsmokekfile}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekfile}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekfile}
%{_kde_libdir}/libsmokekfile.so.%{smokekfile_major}*

#-----------------------------------------------------------------------------

%define smokekio_major 3
%define libsmokekio %mklibname smokekio %{smokekio_major}

%package -n %{libsmokekio}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekio}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekio}
%{_kde_libdir}/libsmokekio.so.%{smokekio_major}*

#-----------------------------------------------------------------------------

%define smokeknewstuff2_major 3
%define libsmokeknewstuff2 %mklibname smokeknewstuff2_ %{smokeknewstuff2_major}

%package -n %{libsmokeknewstuff2}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeknewstuff2}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeknewstuff2}
%{_kde_libdir}/libsmokeknewstuff2.so.%{smokeknewstuff2_major}*

#-----------------------------------------------------------------------------

%define smokeknewstuff3_major 3
%define libsmokeknewstuff3 %mklibname smokeknewstuff3_ %{smokeknewstuff3_major}

%package -n %{libsmokeknewstuff3}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeknewstuff3}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeknewstuff3}
%{_kde_libdir}/libsmokeknewstuff3.so.%{smokeknewstuff3_major}*

#-----------------------------------------------------------------------------

%define smokekhtml_major 3
%define libsmokekhtml %mklibname smokekhtml %{smokekhtml_major}

%package -n %{libsmokekhtml}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekhtml}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekhtml}
%{_kde_libdir}/libsmokekhtml.so.%{smokekhtml_major}*

#-----------------------------------------------------------------------------

%define smokektexteditor_major 3
%define libsmokektexteditor %mklibname smoketexteditor %{smokektexteditor_major}

%package -n %{libsmokektexteditor}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokektexteditor}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokektexteditor}
%{_kde_libdir}/libsmokektexteditor.so.%{smokektexteditor_major}*

#-----------------------------------------------------------------------------

%define smokekparts_major 3
%define libsmokekparts %mklibname smokekparts %{smokekparts_major}

%package -n %{libsmokekparts}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekparts}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekparts}
%{_kde_libdir}/libsmokekparts.so.%{smokekparts_major}*

#-----------------------------------------------------------------------------

%define smokekutils_major 3
%define libsmokekutils %mklibname smokekutils %{smokekutils_major}

%package -n %{libsmokekutils}
Summary:	KDE4 bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokekutils}
KDE4 bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokekutils}
%{_kde_libdir}/libsmokekutils.so.%{smokekutils_major}*

#-----------------------------------------------------------------------------

%define smokesolid_major 3
%define libsmokesolid %mklibname smokesolid %{smokesolid_major}

%package -n %{libsmokesolid}
Summary:	Solid bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokesolid}
Solid bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokesolid}
%{_kde_libdir}/libsmokesolid.so.%{smokesolid_major}*

#-----------------------------------------------------------------------------

%define smokeokular_major 3
%define libsmokeokular %mklibname smokeokular %{smokeokular_major}

%package -n %{libsmokeokular}
Summary:	Okular bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeokular}
Okular bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeokular}
%{_kde_libdir}/libsmokeokular.so.%{smokeokular_major}*

#------------------------------------------------------------

%define libsmokesoprano_major 3
%define libsmokesoprano %mklibname smokesoprano %{libsmokesoprano_major}

%package -n %{libsmokesoprano}
Summary:	Soprano bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokesoprano}
Soprano bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokesoprano}
%{_kde_libdir}/libsmokesoprano.so.%{libsmokesoprano_major}*

#------------------------------------------------------------

%define libsmokeplasma_major 3
%define libsmokeplasma %mklibname smokeplasma %{libsmokeplasma_major}

%package -n %{libsmokeplasma}
Summary:	Plasma bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeplasma}
Plasma bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeplasma}
%{_kde_libdir}/libsmokeplasma.so.%{libsmokeplasma_major}*

#------------------------------------------------------------

%define libsmokenepomuk_major 3
%define libsmokenepomuk %mklibname smokenepomuk %{libsmokenepomuk_major}

%package -n %{libsmokenepomuk}
Summary:	Nepomuk bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokenepomuk}
Nepomuk bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokenepomuk}
%{_kde_libdir}/libsmokenepomuk.so.%{libsmokenepomuk_major}*

#------------------------------------------------------------
%if %{with_kdepimlibs}
%define libsmokeakonadi_major 3
%define libsmokeakonadi %mklibname smokeakonadi %{libsmokeakonadi_major}

%package -n %{libsmokeakonadi}
Summary:	Akondi bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeakonadi}
Akondi bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeakonadi}
%{_kde_libdir}/libsmokeakonadi.so.%{libsmokeakonadi_major}*
%endif

#------------------------------------------------------------

%define libsmokeattica_major 3
%define libsmokeattica %mklibname smokeattica %{libsmokeattica_major}

%package -n %{libsmokeattica}
Summary:	Attica bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeattica}
Attica bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeattica}
%{_kde_libdir}/libsmokeattica.so.%{libsmokeattica_major}*

#------------------------------------------------------------

%define libsmokenepomukquery_major 3
%define libsmokenepomukquery %mklibname smokenepomukquery %{libsmokenepomukquery_major}

%package -n %{libsmokenepomukquery}
Summary:	Nepomuk bindings for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokenepomukquery}
Nepomuk bindings for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokenepomukquery}
%{_kde_libdir}/libsmokenepomukquery.so.%{libsmokenepomukquery_major}*

#------------------------------------------------------------

%package devel
Summary:	Header files for %{name}
Group:		Development/KDE and Qt
Requires:	smokeqt-devel >= 1:%{version}
Requires:	okular-devel >= 2:%{version}
Requires:	kate-devel >= 1:%{version}
%if %{with_kdepimlibs}
Requires:	%{libsmokeakonadi} = %{EVRD}
Requires:	kdepimlibs4-devel >= 2:%{version}
%endif
Requires:	%{libsmokeattica} = %{EVRD}
Requires:	%{libsmokekate} = %{EVRD}
Requires:	%{libsmokekdecore} = %{EVRD}
Requires:	%{libsmokekdeui} = %{EVRD}
Requires:	%{libsmokekfile} = %{EVRD}
Requires:	%{libsmokekhtml} = %{EVRD}
Requires:	%{libsmokekio} = %{EVRD}
Requires:	%{libsmokeknewstuff2} = %{EVRD}
Requires:	%{libsmokeknewstuff3} = %{EVRD}
Requires:	%{libsmokekparts} = %{EVRD}
Requires:	%{libsmokektexteditor} = %{EVRD}
Requires:	%{libsmokekutils} = %{EVRD}
Requires:	%{libsmokenepomuk} = %{EVRD}
Requires:	%{libsmokenepomukquery} = %{EVRD}
Requires:	%{libsmokeokular} = %{EVRD}
Requires:	%{libsmokeplasma} = %{EVRD}
Requires:	%{libsmokesolid} = %{EVRD}
Requires:	%{libsmokesoprano} = %{EVRD}
Requires:	%{libsmokesopranoclient} = %{EVRD}
Requires:	%{libsmokesopranoserver} = %{EVRD}
Conflicts:	smoke4-devel < 1:4.6.90

%description devel
Devel files for %{name}

%files devel
%{_includedir}/smoke/attica_smoke.h
%{_includedir}/smoke/kdecore_smoke.h
%{_includedir}/smoke/kdeui_smoke.h
%{_includedir}/smoke/kfile_smoke.h
%{_includedir}/smoke/khtml_smoke.h
%{_includedir}/smoke/kio_smoke.h
%{_includedir}/smoke/knewstuff2_smoke.h
%{_includedir}/smoke/knewstuff3_smoke.h
%{_includedir}/smoke/kparts_smoke.h
%{_includedir}/smoke/ktexteditor_smoke.h
%{_includedir}/smoke/kutils_smoke.h
%{_includedir}/smoke/nepomuk_smoke.h
%{_includedir}/smoke/nepomukquery_smoke.h
%{_includedir}/smoke/okular_smoke.h
%{_includedir}/smoke/plasma_smoke.h
%{_includedir}/smoke/solid_smoke.h
%{_includedir}/smoke/soprano_smoke.h
%{_includedir}/smoke/sopranoclient_smoke.h
%{_includedir}/smoke/sopranoserver_smoke.h
%{_includedir}/smoke/kate_smoke.h
%{_kde_libdir}/libsmokekate.so
%if %{with_kdepimlibs}
%{_includedir}/smoke/akonadi_smoke.h
%{_kde_libdir}/libsmokeakonadi.so
%endif
%{_kde_libdir}/libsmokeattica.so
%{_kde_libdir}/libsmokekdecore.so
%{_kde_libdir}/libsmokekdeui.so
%{_kde_libdir}/libsmokekfile.so
%{_kde_libdir}/libsmokekhtml.so
%{_kde_libdir}/libsmokekio.so
%{_kde_libdir}/libsmokeknewstuff2.so
%{_kde_libdir}/libsmokeknewstuff3.so
%{_kde_libdir}/libsmokekparts.so
%{_kde_libdir}/libsmokektexteditor.so
%{_kde_libdir}/libsmokekutils.so
%{_kde_libdir}/libsmokenepomuk.so
%{_kde_libdir}/libsmokenepomukquery.so
%{_kde_libdir}/libsmokeokular.so
%{_kde_libdir}/libsmokeplasma.so
%{_kde_libdir}/libsmokesolid.so
%{_kde_libdir}/libsmokesoprano.so
%{_kde_libdir}/libsmokesopranoclient.so
%{_kde_libdir}/libsmokesopranoserver.so
%{_kde_datadir}/smokegen/kde-config.xml

#------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 8bd34c4
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24119 |14mu|smokeqt-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Qt Bindings for SMOKE
Name:		smokeqt
Version:	4.14.3
Release:	1
Epoch:		1
License:	GPLv2+
Group:		Development/KDE and Qt
Url:		http://www.kde.org
%define is_beta %(if test `echo %version |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	qscintilla-qt4-devel
BuildRequires:	smokegen-devel >= 1:%{version}
BuildRequires:	pkgconfig(qimageblitz) < 5.0.0

%description
Qt Bindings for SMOKE (Scripting Meta Object Kompiler Engine)

#-----------------------------------------------------------------------------

%define smokeqtcore_major 3
%define libsmokeqtcore %mklibname smokeqtcore %{smokeqtcore_major}

%package -n %{libsmokeqtcore}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtcore}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtcore}
%{_kde_libdir}/libsmokeqtcore.so.%{smokeqtcore_major}*

#-----------------------------------------------------------------------------

%define smokeqtdeclarative_major 3
%define libsmokeqtdeclarative %mklibname smokeqtdeclarative %{smokeqtdeclarative_major}

%package -n %{libsmokeqtdeclarative}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtdeclarative}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtdeclarative}
%{_kde_libdir}/libsmokeqtdeclarative.so.%{smokeqtdeclarative_major}*

#-----------------------------------------------------------------------------

%define smokeqtdbus_major 3
%define libsmokeqtdbus %mklibname smokeqtdbus %{smokeqtdbus_major}

%package -n   %{libsmokeqtdbus}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtdbus}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtdbus}
%{_kde_libdir}/libsmokeqtdbus.so.%{smokeqtdbus_major}*

#------------------------------------------------------------

%define smokeqthelp_major 3
%define libsmokeqthelp %mklibname smokeqthelp %{smokeqthelp_major}

%package -n %{libsmokeqthelp}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqthelp}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqthelp}
%{_kde_libdir}/libsmokeqthelp.so.%{smokeqthelp_major}*

#-----------------------------------------------------------------------------

%define smokeqtgui_major 3
%define libsmokeqtgui %mklibname smokeqtgui %{smokeqtgui_major}

%package -n %{libsmokeqtgui}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtgui}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtgui}
%{_kde_libdir}/libsmokeqtgui.so.%{smokeqtgui_major}*

#-----------------------------------------------------------------------------

%define smokeqtmultimedia_major 3
%define libsmokeqtmultimedia %mklibname smokeqtmultimedia %{smokeqtmultimedia_major}

%package -n %{libsmokeqtmultimedia}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtmultimedia}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtmultimedia}
%{_kde_libdir}/libsmokeqtmultimedia.so.%{smokeqtmultimedia_major}*

#-----------------------------------------------------------------------------

%define smokeqtnetwork_major 3
%define libsmokeqtnetwork %mklibname smokeqtnetwork %{smokeqtnetwork_major}

%package -n %{libsmokeqtnetwork}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtnetwork}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtnetwork}
%{_kde_libdir}/libsmokeqtnetwork.so.%{smokeqtnetwork_major}*

#-----------------------------------------------------------------------------

%define smokeqtopengl_major 3
%define libsmokeqtopengl %mklibname smokeqtopengl %{smokeqtopengl_major}

%package -n %{libsmokeqtopengl}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtopengl}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtopengl}
%{_kde_libdir}/libsmokeqtopengl.so.%{smokeqtopengl_major}*

#-----------------------------------------------------------------------------

%define smokeqtsql_major 3
%define libsmokeqtsql %mklibname smokeqtsql %{smokeqtsql_major}

%package -n %{libsmokeqtsql}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtsql}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtsql}
%{_kde_libdir}/libsmokeqtsql.so.%{smokeqtsql_major}*

#-----------------------------------------------------------------------------

%define smokeqtsvg_major 3
%define libsmokeqtsvg %mklibname smokeqtsvg %{smokeqtsvg_major}

%package -n %{libsmokeqtsvg}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtsvg}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtsvg}
%{_kde_libdir}/libsmokeqtsvg.so.%{smokeqtsvg_major}*

#-----------------------------------------------------------------------------

%define smokeqtxml_major 3
%define libsmokeqtxml %mklibname smokeqtxml %{smokeqtxml_major}

%package -n %{libsmokeqtxml}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtxml}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtxml}
%{_kde_libdir}/libsmokeqtxml.so.%{smokeqtxml_major}*

#-----------------------------------------------------------------------------

%define smokeqtxmlpatterns_major 3
%define libsmokeqtxmlpatterns %mklibname smokeqtxmlpatterns %{smokeqtxmlpatterns_major}

%package -n %{libsmokeqtxmlpatterns}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtxmlpatterns}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtxmlpatterns}
%{_kde_libdir}/libsmokeqtxmlpatterns.so.%{smokeqtxmlpatterns_major}*

#-----------------------------------------------------------------------------

%define smokephonon_major 3
%define libsmokephonon %mklibname smokephonon %{smokephonon_major}

%package -n %{libsmokephonon}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokephonon}
Phonon binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokephonon}
%{_kde_libdir}/libsmokephonon.so.%{smokephonon_major}*

#-----------------------------------------------------------------------------

%define smokeqtuitools_major 3
%define libsmokeqtuitools %mklibname smokeqtuitools %{smokeqtuitools_major}

%package -n %{libsmokeqtuitools}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtuitools}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtuitools}
%{_kde_libdir}/libsmokeqtuitools.so.%{smokeqtuitools_major}*

#-----------------------------------------------------------------------------

%define smokeqtwebkit_major 3
%define libsmokeqtwebkit %mklibname smokeqtwebkit %{smokeqtwebkit_major}

%package -n %{libsmokeqtwebkit}
Summary:	Qt webkit binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtwebkit}
Qt webkit binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtwebkit}
%{_kde_libdir}/libsmokeqtwebkit.so.%{smokeqtwebkit_major}*

#-----------------------------------------------------------------------------

%define smokeqimageblitz_major 3
%define libsmokeqimageblitz %mklibname smokeqimageblitz %{smokeqimageblitz_major}

%package -n %{libsmokeqimageblitz}
Summary:	Qimageblitz binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqimageblitz}
Qimageblitz binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqimageblitz}
%{_kde_libdir}/libsmokeqimageblitz.so.%{smokeqimageblitz_major}*

#-----------------------------------------------------------------------------

%define smokeqsci_major 3
%define libsmokeqsci %mklibname smokeqsci %{smokeqsci_major}

%package -n %{libsmokeqsci}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqsci}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqsci}
%{_kde_libdir}/libsmokeqsci.so.%{smokeqsci_major}*

#------------------------------------------------------------

%define libsmokeqtscript_major 3
%define libsmokeqtscript %mklibname smokeqtscript %{libsmokeqtscript_major}

%package -n %{libsmokeqtscript}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqtscript}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqtscript}
%{_kde_libdir}/libsmokeqtscript.so.%{libsmokeqtscript_major}*

#------------------------------------------------------------

%define libsmokeqttest_major 3
%define libsmokeqttest %mklibname smokeqttest %{libsmokeqttest_major}

%package -n %{libsmokeqttest}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqttest}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqttest}
%{_kde_libdir}/libsmokeqttest.so.%{libsmokeqttest_major}*

#------------------------------------------------------------

%define libsmokeqt3support_major 3
%define libsmokeqt3support %mklibname smokeqt3support %{libsmokeqt3support_major}

%package -n %{libsmokeqt3support}
Summary:	Qt binding library for SMOKE
Group:		Development/KDE and Qt

%description -n %{libsmokeqt3support}
Qt binding library for SMOKE (Scripting Meta Object Kompiler Engine)

%files -n %{libsmokeqt3support}
%{_kde_libdir}/libsmokeqt3support.so.%{libsmokeqt3support_major}*

#------------------------------------------------------------

%package devel
Summary:	Header files for %{name}
Group:		Development/KDE and Qt
Conflicts:	smoke4-devel < 1:4.6.90
Requires:	kdelibs4-devel >= 2:%{version}
Requires:	smokegen-devel >= 1:%{version}
Requires:	pkgconfig(qimageblitz)
Requires:	qscintilla-qt4-devel
Requires:	%{libsmokeqimageblitz} = %{EVRD}
Requires:	%{libsmokeqsci} = %{EVRD}
Requires:	%{libsmokeqt3support} = %{EVRD}
Requires:	%{libsmokeqtcore} = %{EVRD}
Requires:	%{libsmokeqtdbus} = %{EVRD}
Requires:	%{libsmokeqtdeclarative} = %{EVRD}
Requires:	%{libsmokeqtgui} = %{EVRD}
Requires:	%{libsmokeqthelp} = %{EVRD}
Requires:	%{libsmokeqtmultimedia} = %{EVRD}
Requires:	%{libsmokeqtnetwork} = %{EVRD}
Requires:	%{libsmokeqtopengl} = %{EVRD}
Requires:	%{libsmokeqtscript} = %{EVRD}
Requires:	%{libsmokeqtsql} = %{EVRD}
Requires:	%{libsmokeqtsvg} = %{EVRD}
Requires:	%{libsmokeqttest} = %{EVRD}
Requires:	%{libsmokeqtuitools} = %{EVRD}
Requires:	%{libsmokeqtwebkit} = %{EVRD}
Requires:	%{libsmokeqtxmlpatterns} = %{EVRD}
Requires:	%{libsmokeqtxml} = %{EVRD}
Requires:	%{libsmokephonon} = %{EVRD}

%description devel
Devel headers for %{name}

%files devel
%{_kde_includedir}/smoke/phonon_smoke.h
%{_kde_includedir}/smoke/qimageblitz_smoke.h
%{_kde_includedir}/smoke/qsci_smoke.h
%{_kde_includedir}/smoke/qt3support_smoke.h
%{_kde_includedir}/smoke/qtcore_smoke.h
%{_kde_includedir}/smoke/qtdbus_smoke.h
%{_kde_includedir}/smoke/qtdeclarative_smoke.h
%{_kde_includedir}/smoke/qtgui_smoke.h
%{_kde_includedir}/smoke/qthelp_smoke.h
%{_kde_includedir}/smoke/qtmultimedia_smoke.h
%{_kde_includedir}/smoke/qtnetwork_smoke.h
%{_kde_includedir}/smoke/qtopengl_smoke.h
%{_kde_includedir}/smoke/qtscript_smoke.h
%{_kde_includedir}/smoke/qtsql_smoke.h
%{_kde_includedir}/smoke/qtsvg_smoke.h
%{_kde_includedir}/smoke/qttest_smoke.h
%{_kde_includedir}/smoke/qtuitools_smoke.h
%{_kde_includedir}/smoke/qtwebkit_smoke.h
%{_kde_includedir}/smoke/qtxml_smoke.h
%{_kde_includedir}/smoke/qtxmlpatterns_smoke.h
%{_kde_libdir}/libsmokephonon.so
%{_kde_libdir}/libsmokeqimageblitz.so
%{_kde_libdir}/libsmokeqsci.so
%{_kde_libdir}/libsmokeqt3support.so
%{_kde_libdir}/libsmokeqtcore.so
%{_kde_libdir}/libsmokeqtdbus.so
%{_kde_libdir}/libsmokeqtdeclarative.so
%{_kde_libdir}/libsmokeqtgui.so
%{_kde_libdir}/libsmokeqthelp.so
%{_kde_libdir}/libsmokeqtmultimedia.so
%{_kde_libdir}/libsmokeqtnetwork.so
%{_kde_libdir}/libsmokeqtopengl.so
%{_kde_libdir}/libsmokeqtscript.so
%{_kde_libdir}/libsmokeqtsql.so
%{_kde_libdir}/libsmokeqtsvg.so
%{_kde_libdir}/libsmokeqttest.so
%{_kde_libdir}/libsmokeqtuitools.so
%{_kde_libdir}/libsmokeqtwebkit.so
%{_kde_libdir}/libsmokeqtxml.so
%{_kde_libdir}/libsmokeqtxmlpatterns.so
%{_kde_datadir}/smokegen/qt-config.xml
%{_kde_datadir}/smokegen/qtdefines
%{_kde_datadir}/smoke/*.txt

#------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: c7b3952
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24120 |14mu|snappy-1.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Fast compression and decompression library
Name:		snappy
Version:	1.1.3
Release:	2
License:	BSD
Group:		System/Libraries
Url:		http://code.google.com/p/snappy/
Source0:	https://github.com/google/snappy/releases/download/1.1.3/%{name}-%{version}.tar.gz
BuildRequires:	gtest-devel

%description
Snappy is a compression/decompression library. It does not aim for maximum
compression, or compatibility with any other compression library; instead, it
aims for very high speeds and reasonable compression. For instance, compared to
the fastest mode of zlib, Snappy is an order of magnitude faster for most
inputs, but the resulting compressed files are anywhere from 20% to 100%
bigger.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries
%rename		%{name}

%description -n %{libname}
Snappy is a compression/decompression library. It does not aim for maximum
compression, or compatibility with any other compression library; instead, it
aims for very high speeds and reasonable compression. For instance, compared to
the fastest mode of zlib, Snappy is an order of magnitude faster for most
inputs, but the resulting compressed files are anywhere from 20% to 100%
bigger.

This package contains shared libraries for %{name}.

%files -n %{libname}
%{_libdir}/libsnappy.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains libraries and header files for developing applications
that use %{name}.

%files -n %{devname}
%doc AUTHORS COPYING ChangeLog NEWS README
%doc format_description.txt
%{_includedir}/snappy*.h
%{_libdir}/libsnappy.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std
rm -rf %{buildroot}%{_datadir}/doc/snappy/

%check
make check


%changelog

* Wed Nov 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.3-2
- (6133e8d) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24121 |14mu|sni-qt-0.2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin %mklibname %{name}

Summary:	Qt4 plugin that turns QSystemTrayIcons into status notifiers (config)
Name:		sni-qt
Version:	0.2.6
Release:	2
License:	LGPLv3+
Group:		System/Libraries
Url:		https://launchpad.net/sni-qt
Source0:	https://launchpad.net/sni-qt/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
# From Ubuntu packaging version 0.2.5-0ubuntu3
Source1:	sni-qt.conf
BuildRequires:	cmake
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(dbusmenu-qt)
Requires:	%{plugin}
# To support system tray for 32 bit applications in x86_64 system
%ifarch x86_64
Suggests:	sni-qt-32
%endif

%description
This package contains config for a Qt4 plugin which turns all QSystemTrayIcon
into StatusNotifierItems (appindicators).

%files
%doc COPYING NEWS README
%config %{_sysconfdir}/xdg/sni-qt.conf

#----------------------------------------------------------------------------

%package -n %{plugin}
Summary:	Qt4 plugin that turns QSystemTrayIcons into status notifiers (plugin)
Group:		System/Libraries
Requires:	%{name}
%ifarch x86_64
Provides:	sni-qt-64 = %{EVRD}
%else
Provides:	sni-qt-32 = %{EVRD}
%endif
Conflicts:	%{name} < 0.2.6-2

%description -n %{plugin}
This package contains a Qt4 plugin which turns all QSystemTrayIcon into
StatusNotifierItems (appindicators).

%files -n %{plugin}
%{_qt_plugindir}/systemtrayicon/

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_qt4
%make

%install
%makeinstall_std -C build

install -m644 -D -p %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/sni-qt.conf


%changelog
* Thu Mar 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.6-2
+ Revision: 1b704c4
- Make it possible to install both 32 and 64 bit plugin



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24122 |14mu|snort-2.9.6.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An Intrusion Detection System (IDS)
Name:		snort
Version:	2.9.6.2
Release:	2
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.snort.org/
Source0:	http://www.snort.org/dl/current/%{name}-%{version}.tar.gz
Source1:	snort-tmpfiles.conf
Source3:	snort.service
Source4:	snort.logrotate
Source5:	snort.sysconfig
Source6:	snortdb-extra
Source7:	snort-wrapper.sh
Source100:	%{name}.rpmlintrc
Patch0:		snort-lib64.diff
# (oe) http://www.inliniac.net/files/
Patch2:		snort-2.9.1-plugins_fix.diff
Patch3:		snort-2.8.5-werror_antibork.diff
Patch4:		snort-2.9.3-plugins_fix.patch
BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	flex
BuildRequires:	latex2html
BuildRequires:	texinfo
BuildRequires:	daq-devel
BuildRequires:	dnet-devel
BuildRequires:	mysql-devel
BuildRequires:	net1.0.2-devel
BuildRequires:	pcap-devel
BuildRequires:	postgresql-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libipq)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libprelude)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(xtables)
BuildRequires:	pkgconfig(zlib)
Requires:	pcre
Requires:	pcap
Requires:	snort-rules
Suggests:	snortsam
Requires(post,preun,pre,postun):	rpm-helper
Requires(preun,post):	snort-rules

%description
Snort is a libpcap-based packet sniffer/logger which can be used as a
lightweight network intrusion detection system. It features rules based logging
and can perform protocol analysis, content searching/matching and can be used
to detect a variety of attacks and probes, such as buffer overflows, stealth
port scans, CGI attacks, SMB probes, OS fingerprinting attempts, and much more.
Snort has a real-time alerting capabilty, with alerts being sent to syslog, a
separate "alert" file, or as a WinPopup message via Samba's smbclient

This rpm is different from previous rpms and while it will not clobber
your current snort file, you will need to modify it.

There are 9 different packages available

All of them require the base snort rpm.  Additionally, you will need
to chose a binary to install.

%{_sbindir}/snort should end up being a symlink to a binary in one of
the following configurations. We use update-alternatives for this.
Here are the different packages along with their priorities.

plain(10)               plain+flexresp(11)              mysql(12)
mysql+flexresp(13)      postgresql(14)                  postgresql+flexresp(15)
bloat(16)               inline(17)                      inline+flexresp(18)
prelude(19)             prelude+flexresp(20)

Please see the documentation in %{_docdir}/%{name}

%files
%doc COPYING ChangeLog RELEASE.NOTES
%doc doc/AUTHORS doc/BUGS doc/CREDITS doc/generators doc/INSTALL doc/NEWS doc/PROBLEMS doc/README
%doc doc/README.alert_order doc/README.asn1 doc/README.csv
%doc doc/README.dcerpc2 doc/README.decode doc/README.dns doc/README.event_queue
%doc doc/README.flowbits doc/README.frag3 doc/README.daq doc/README.decoder_preproc_rules doc/README.reload
%doc doc/README.ftptelnet doc/README.gre doc/README.http_inspect doc/README.ipip doc/README.filters
%doc doc/README.ipv6 doc/README.pcap_readmode doc/README.PerfProfiling doc/README.PLUGINS doc/README.ppm
%doc doc/README.sfportscan doc/README.SMTP doc/README.ssh doc/README.ssl doc/README.multipleconfigs
%doc doc/README.stream5 doc/README.tag doc/README.thresholding doc/README.UNSOCK doc/README.variables
%doc doc/README.WIN32 doc/TODO doc/USAGE doc/WISHLIST doc/README.active
%doc doc/README.sensitive_data
%doc doc/*.pdf doc/*.tex
%{_sbindir}/%{name}-plain
%{_bindir}/u2boat
%{_bindir}/u2spewfoo
%{_mandir}/man8/%{name}.8*
%attr(0755,snort,snort) %dir /var/log/%{name}
%attr(0755,snort,snort) %dir /var/log/%{name}/empty
%ghost %attr(0755,snort,snort) %dir /var/run/%{name}
%attr(0755,root,root) %dir %{_sysconfdir}/%{name}
%attr(0755,root,root) %dir %{_sysconfdir}/%{name}/rules
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/file_magic.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/*.config
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/threshold.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/*.map
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0644,root,root) %{_unitdir}/%{name}.service
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/dynamicengine
%dir %{_libdir}/%{name}/dynamicpreprocessor
%dir %{_libdir}/%{name}/dynamic_output
%{_libdir}/%{name}/dynamicengine/libsf_engine.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_dce2_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_dns_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_ftptelnet_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_smtp_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_ssh_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_ssl_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_sdf_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_imap_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_pop_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_reputation_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_sip_preproc.so
%{_libdir}/%{name}/dynamicpreprocessor/libsf_dnp3_preproc.*
%{_libdir}/%{name}/dynamicpreprocessor/libsf_gtp_preproc.*
%{_libdir}/%{name}/dynamicpreprocessor/libsf_modbus_preproc.*
%{_libdir}/%{name}/dynamic_output/libsf_dynamic_output.*
%attr(0755,root,root) %{_libexecdir}/snort-wrapper.sh
%{_tmpfilesdir}/%{name}.conf

%pre
%_pre_useradd snort /var/log/snort /bin/false

%post
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-plain 10
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%systemd_post snort

%preun
%systemd_preun snort

%postun
%_postun_userdel snort
# remove the link if not upgrade
if [ $1 = 0 ]; then
    %{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-plain
fi

#----------------------------------------------------------------------------

%package plain+flexresp
Summary:	Snort with Flexible Response
Group:		Networking/Other
Requires:	%{name} >= %{EVRD}

%description plain+flexresp
Snort compiled with flexresp support. FlexResp allows snort to actively close
offending connections.

%files plain+flexresp
%{_sbindir}/%{name}-plain+flexresp

%post plain+flexresp
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-plain+flexresp 11

%postun plain+flexresp
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-plain+flexresp

#----------------------------------------------------------------------------

%package mysql
Summary:	Snort with MySQL database support
Group:		Networking/Other
Requires:	%{name} >= %{EVRD}

%description mysql
Snort compiled with mysql support.

%files mysql
%{_sbindir}/%{name}-mysql

%post mysql
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-mysql 12

%postun mysql
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-mysql

#----------------------------------------------------------------------------

%package mysql+flexresp
Summary:	Snort with MySQL database and Flexible Response support
Group:		Networking/Other
Requires:	%{name} >= %{EVRD}

%description mysql+flexresp
Snort compiled with mysql+flexresp support. FlexResp allows snort to actively
close offending connections.

%files mysql+flexresp
%{_sbindir}/%{name}-mysql+flexresp

%post mysql+flexresp
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-mysql+flexresp 13

%postun mysql+flexresp
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-mysql+flexresp

#----------------------------------------------------------------------------

%package postgresql
Summary:	Snort with PostgreSQL database support
Group:		Networking/Other
Requires:	%{name} >= %{EVRD}

%description postgresql
Snort compiled with postgresql support.

%files postgresql
%{_sbindir}/%{name}-postgresql

%post postgresql
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-postgresql 14

%postun postgresql
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-postgresql

#----------------------------------------------------------------------------

%package postgresql+flexresp
Summary:	Snort with PostgreSQL database and Flexible Response support
Group:		Networking/Other
Requires:	%{name} >= %{EVRD}

%description postgresql+flexresp
Snort compiled with postgresql+flexresp support. FlexResp allows snort to
actively close offending connections.

%files postgresql+flexresp
%{_sbindir}/%{name}-postgresql+flexresp

%post postgresql+flexresp
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-postgresql+flexresp 15

%postun postgresql+flexresp
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-postgresql+flexresp

#----------------------------------------------------------------------------

%package bloat
Summary:	Snort with flexresp+mysql+postgresql+inline+prelude support
Group:		Networking/Other
Requires:	%{name} >= %{EVRD}

%description bloat
Snort compiled with flexresp+mysql+postgresql+inline+prelude support.

%files bloat
%{_sbindir}/%{name}-bloat

%post bloat
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-bloat 16

%postun bloat
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-bloat

#----------------------------------------------------------------------------

%package inline
Summary:	Snort with Inline support
Group:		Networking/Other
Requires:	iptables
Requires:	%{name} >= %{EVRD}

%description inline
Snort compiled with inline support. Snort-Inline takes packets from iptables
instead of libpcap. It then uses new rule types to help iptables make pass or
drop decisions based on snort rules.

%files inline
%{_sbindir}/%{name}-inline

%post inline
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-inline 17

%postun inline
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-inline

#----------------------------------------------------------------------------

%package inline+flexresp
Summary:	Snort with Inline and Flexible Response support
Group:		Networking/Other
Requires:	iptables
Requires:	%{name} >= %{EVRD}

%description inline+flexresp
Snort compiled with inline+flexresp support. FlexResp allows snort to actively
close offending connections. Snort-Inline takes packets from iptables instead
of libpcap. It then uses new rule types to help iptables make pass or drop
decisions based on snort rules.

%files inline+flexresp
%{_sbindir}/%{name}-inline+flexresp

%post inline+flexresp
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-inline+flexresp 18

%postun inline+flexresp
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-inline+flexresp

#----------------------------------------------------------------------------

%package prelude
Summary:	Snort with Prelude support
Group:		Networking/Other
Requires:	%{name} >= %{EVRD}

%description prelude
Snort compiled with prelude support.

%files prelude
%{_sbindir}/%{name}-prelude

%post prelude
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-prelude 19

%postun prelude
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-prelude

#----------------------------------------------------------------------------

%package prelude+flexresp
Summary:	Snort with Prelude and Flexible Response support
Group:		Networking/Other
Requires:	%{name} >= %{EVRD}

%description prelude+flexresp
Snort compiled with prelude+flexresp support. FlexResp allows snort to actively
close offending connections.

%files prelude+flexresp
%{_sbindir}/%{name}-prelude+flexresp

%post prelude+flexresp
%{_sbindir}/update-alternatives --install %{_sbindir}/%{name} %{name} %{_sbindir}/%{name}-prelude+flexresp 20

%postun prelude+flexresp
%{_sbindir}/update-alternatives --remove %{name} %{_sbindir}/%{name}-prelude+flexresp

#----------------------------------------------------------------------------

%package devel
Summary:	Snort development files
Group:		Networking/Other
Requires:	snort = %{EVRD}

%description devel
This package includes the development files for %{name}.

%files devel
%dir %{_libdir}/pkgconfig
%{_libdir}/pkgconfig/snort_output.pc
%{_libdir}/pkgconfig/snort.pc
%{_libdir}/pkgconfig/snort_preproc.pc
%dir %{_includedir}/%{name}/dynamic_preproc
%dir %{_includedir}/%{name}/dynamic_output/*.h
%{_includedir}/%{name}/dynamic_preproc/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .lib64
%patch2 -p1 -b .plugins_fix
%patch3 -p0 -b .werror_antibork
%patch4 -p0 -b .plugins_fix

# fix pid file path
echo "#define _PATH_VARRUN \"%{_var}/run/%{name}\"" >> acconfig.h

cp -a %{SOURCE6} .

%build
%serverbuild
export WANT_AUTOCONF_2_5=1
rm -f configure
libtoolize --automake --copy --force; aclocal -I m4; autoheader; automake --foreign --add-missing --copy; autoconf

# build snort
rm -rf building && mkdir -p building && cd building
SNORT_BASE_CONFIG="--prefix=%{_prefix} \
    --libdir=%{_libdir} \
    --libexecdir=%{_libdir}/%{name} \
    --mandir=%{_mandir} \
    --sysconfdir=%{_sysconfdir}/%{name} \
    --disable-prelude \
    --enable-shared \
    --enable-pthread \
    --enable-dynamicplugin \
    --enable-perfprofiling \
    --enable-linux-smp-stats \
    --disable-static-daq \
    --enable-ppm \
    --enable-decoder-preprocessor-rules \
    --cache-file=../../config.cache \
    --enable-reload \
    --enable-reload-error-restart \
    --enable-zlib \
    --enable-mpls \
    --enable-targetbased \
    --enable-perfprofiling \
    --enable-active-response \
    --enable-normalizer \
    --enable-react \
    --with-daq-includes=%{_includedir} \
    --with-daq-libraries=%{_libdir}"

# Will be, when I port razorback into Mandriva/Mageia
#    --enable-rzb-saac"

# there are some strange configure errors
# when not doing a distclean between major builds.
# plain 
{
mkdir -p plain; cd plain
../../configure $SNORT_BASE_CONFIG \
    --without-mysql --disable-mysql \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-plain
#make distclean 
cd ..
}

# plain+flexresp
{
mkdir -p plain+flexresp; cd plain+flexresp
../../configure $SNORT_BASE_CONFIG \
    --without-mysql --disable-mysql \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --enable-flexresp3 \
    --with-dnet-includes=%{_includedir} \
    --with-dnet-libraries=%{_libdir} \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-plain+flexresp
# make distclean 
cd ..
}

# mysql+flexresp
{
mkdir -p mysql+flexresp; cd mysql+flexresp
../../configure $SNORT_BASE_CONFIG \
    --with-mysql-includes=%{_includedir} \
    --with-mysql-libraries=%{_libdir} \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --enable-flexresp3 \
    --with-dnet-includes=%{_includedir} \
    --with-dnet-libraries=%{_libdir} \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-mysql+flexresp
# make distclean 
cd ..
}

# mysql
{
mkdir -p mysql; cd mysql
../../configure $SNORT_BASE_CONFIG \
    --with-mysql-includes=%{_includedir} \
    --with-mysql-libraries=%{_libdir} \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-mysql
# make distclean 
cd ..
}

# postgresql+flexresp
{
mkdir -p postgresql+flexresp; cd postgresql+flexresp
../../configure $SNORT_BASE_CONFIG \
    --without-mysql --disable-mysql \
    --with-postgresql=%{_prefix} \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --enable-flexresp3 \
    --with-dnet-includes=%{_includedir} \
    --with-dnet-libraries=%{_libdir} \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-postgresql+flexresp
# make distclean 
cd ..
}

# postgresql
{
mkdir -p postgresql; cd postgresql
../../configure $SNORT_BASE_CONFIG \
    --without-mysql --disable-mysql \
    --with-postgresql=%{_prefix} \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-postgresql
# make distclean 
cd ..
}

# bloat
{
mkdir -p bloat; cd bloat
../../configure $SNORT_BASE_CONFIG \
    --with-mysql-includes=%{_includedir} \
    --with-mysql-libraries=%{_libdir} \
    --with-postgresql=%{_prefix} \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --with-openssl=%{_prefix} \
    --enable-flexresp3 \
    --with-dnet-includes=%{_includedir} \
    --with-dnet-libraries=%{_libdir} \
    --with-inline --enable-inline \
    --with-libipq-includes=%{_includedir} \
    --with-libipq-libraries=%{_libdir} \
    --enable-prelude --with-libprelude-prefix=%{_prefix}
make
mv src/%{name} ../%{name}-bloat
# make distclean
cd ..
}

# inline
{
mkdir -p inline; cd inline
../../configure $SNORT_BASE_CONFIG \
    --without-mysql --disable-mysql \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --with-inline --enable-inline \
    --with-libipq-includes=%{_includedir} \
    --with-libipq-libraries=%{_libdir}
make
mv src/%{name} ../%{name}-inline
#make distclean 
cd ..
}

# inline+flexresp
{
mkdir -p inline+flexresp; cd inline+flexresp
../../configure $SNORT_BASE_CONFIG \
    --without-mysql --disable-mysql \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --enable-flexresp3 \
    --with-dnet-includes=%{_includedir} \
    --with-dnet-libraries=%{_libdir} \
    --with-inline --enable-inline \
    --with-libipq-includes=%{_includedir} \
    --with-libipq-libraries=%{_libdir}
make
mv src/%{name} ../%{name}-inline+flexresp
#make distclean 
cd ..
}

# prelude+flexresp
{
mkdir -p prelude+flexresp; cd prelude+flexresp
../../configure $SNORT_BASE_CONFIG \
    --enable-prelude --with-libprelude-prefix=%{_prefix} \
    --without-mysql --disable-mysql \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --enable-flexresp3 \
    --with-dnet-includes=%{_includedir} \
    --with-dnet-libraries=%{_libdir} \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-prelude+flexresp
# make distclean 
cd ..
}

# prelude
{
mkdir -p prelude; cd prelude
../../configure $SNORT_BASE_CONFIG \
    --enable-prelude --with-libprelude-prefix=%{_prefix} \
    --without-mysql --disable-mysql \
    --without-postgresql --disable-postgresql \
    --without-oracle --disable-oracle \
    --without-odbc --disable-odbc \
    --without-inline --disable-inline
make
mv src/%{name} ../%{name}-prelude
# make distclean 
cd ..
}

cd ..

## make the html versions of the faq and manual
#pushd doc
#    latex2html -info 0 -local_icons -show_section_numbers -link +2 -split +1 faq.tex
#    latex2html -info 0 -local_icons -show_section_numbers -link +2 -split +2 -noaddress snort_manual.tex
#    # cleanup
#    rm -f faq/WARNINGS faq/*.tex faq/*.idx faq/*.log faq/*.aux faq/*.pl
#    rm -f snort_manual/WARNINGS snort_manual/*.tex snort_manual/*.aux snort_manual/*.log snort_manual/*.pl
#popd

%install
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/rules
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
mkdir -p %{buildroot}/var/log/%{name}/empty
mkdir -p %{buildroot}/var/run/%{name}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_initrddir}
mkdir -p %{buildroot}%{_mandir}/man8

%makeinstall_std -C building/plain

# cleanup
rm -f  %{buildroot}%{_bindir}/%{name}
rm -rf %{buildroot}%{_prefix}/src
rm -f  %{buildroot}%{_libdir}/%{name}/dynamicengine/*.{a,la}
rm -f  %{buildroot}%{_libdir}/%{name}/dynamicpreprocessor/*.{a,la}
rm -f  %{buildroot}%{_libdir}/%{name}/dynamic_preproc/*.{a,la}

{
pushd building
install %{name}-plain %{buildroot}%{_sbindir}/%{name}-plain
install %{name}-plain+flexresp %{buildroot}%{_sbindir}/%{name}-plain+flexresp
install %{name}-mysql %{buildroot}%{_sbindir}/%{name}-mysql
install %{name}-mysql+flexresp %{buildroot}%{_sbindir}/%{name}-mysql+flexresp
install %{name}-postgresql %{buildroot}%{_sbindir}/%{name}-postgresql
install %{name}-postgresql+flexresp %{buildroot}%{_sbindir}/%{name}-postgresql+flexresp
install %{name}-bloat %{buildroot}%{_sbindir}/%{name}-bloat
install %{name}-inline %{buildroot}%{_sbindir}/%{name}-inline
install %{name}-inline+flexresp %{buildroot}%{_sbindir}/%{name}-inline+flexresp
install %{name}-prelude %{buildroot}%{_sbindir}/%{name}-prelude
install %{name}-prelude+flexresp %{buildroot}%{_sbindir}/%{name}-prelude+flexresp
popd
}

install %{name}.8* %{buildroot}%{_mandir}/man8
perl -pi -e "s|var RULE_PATH ../rules|var RULE_PATH rules|" etc/%{name}.conf

install -m0644 etc/*.conf %{buildroot}%{_sysconfdir}/%{name}/
install -m0644 etc/*.config %{buildroot}%{_sysconfdir}/%{name}/
install -m0644 etc/*.map %{buildroot}%{_sysconfdir}/%{name}/

install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service

install -m0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -m0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/sysconfig/%{name}

install -D -m755 %{SOURCE7} %{buildroot}%{_libexecdir}/snort-wrapper.sh
sed "s:libexecdir:%{_libexecdir}:" -i %{buildroot}%{_unitdir}/%{name}.service

# strip rpath
chrpath -d %{buildroot}%{_sbindir}/%{name}-*

# fix libexecdir
perl -pi -e "s|/usr/local/lib/snort_|%{_libdir}/%{name}/|g" %{buildroot}%{_sysconfdir}/%{name}/snort.conf

#install tmpfiles conf
install -D -m644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf


%changelog

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.9.6.2-2
- (2ee18b7) Properly handle /var/run/snort
- (2ee18b7) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24123 |14mu|socat-2.0.0-0.b9.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define beta b9

Summary:	Multipurpose relay
Name:		socat
Version:	2.0.0
Release:	0.%{beta}.2
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://www.dest-unreach.org/%{name}/
Source0:	http://www.dest-unreach.org/socat/download/%{name}-%{version}-%{beta}.tar.gz
BuildRequires:	readline-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(openssl)

%description
socat is a relay for bidirectional data transfer between two independent data
channels. Each of these data channels may be a file, pipe, device (serial line
etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), an
SSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the GNU
line editor (readline), a program, or a combination of two of these.

%files
%doc README
%{_bindir}/%{name}
%{_bindir}/filan
%{_bindir}/procan
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{beta}

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Thu Mar 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-0.b9.2
- (7cab0df) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24124 |14mu|softhsm-2.0.0-0.rc1.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global softhsm_module "SoftHSM PKCS #11 Module"
%global nssdb %{_sysconfdir}/pki/nssdb

%define beta rc1

Summary:	Software version of a PKCS#11 Hardware Security Module
Name:		softhsm
Version:	2.0.0
Release:	0.%{beta}.2
License:	BSD
Group:		System/Libraries
Url:		http://www.opendnssec.org/
Source0:	http://dist.opendnssec.org/source/testing/%{name}-%{version}%{beta}.tar.gz
Source1:	http://dist.opendnssec.org/source/testing/%{name}-%{version}%{beta}.tar.gz.sig
Source2:	softhsm.module
# taken from coolkey which is not build on all arches we build on
Source3:	softhsm2-pk11install.c
BuildRequires:	sqlite-tools
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(p11-kit-1)
BuildRequires:	pkgconfig(sqlite3)
Requires:	nss
Requires:	p11-kit
Requires(pre):	shadow-utils
Requires(post):	nss

%description
OpenDNSSEC is providing a software implementation of a generic
cryptographic device with a PKCS#11 interface, the SoftHSM. SoftHSM is
designed to meet the requirements of OpenDNSSEC, but can also work together
with other cryptographic products because of the PKCS#11 interface.

%files
%doc LICENSE README.md NEWS
%config(noreplace) %{_sysconfdir}/softhsm2.conf
%{_bindir}/*
%dir %{_libdir}/softhsm
%{_libdir}/pkcs11/libsofthsm2.so
%{_libdir}/softhsm/libsofthsm.so
%attr(0664,root,root) %{_datadir}/p11-kit/modules/softhsm.module
%attr(0770,ods,ods) %dir %{_sharedstatedir}/softhsm
%attr(0770,ods,ods) %dir %{_sharedstatedir}/softhsm/tokens
%{_mandir}/*/*

%pre
getent group ods >/dev/null || groupadd -r ods
getent passwd ods >/dev/null || \
    useradd -r -g ods -d /%{_sharedstatedir}/softhsm -s /sbin/nologin \
    -c "softhsm private keys owner" ods
exit 0

%post
isThere=`modutil -rawlist -dbdir %{nssdb} | grep %{softhsm_module} || echo NO`
if [ "$isThere" == "NO" ]; then
      softhsm2-pk11install -p %{nssdb} 'name=%{softhsm_module} library=libsofthsm2.so'
fi

if [ $1 -eq 0 ]; then
   modutil -delete %{softhsm_module} -dbdir %{nssdb} -force || :
fi

#----------------------------------------------------------------------------

%package devel
Summary:	Development package of softhsm that includes the header files
Group:		Development/Other

%description devel
The devel package contains the libsofthsm include files.

%files devel
%dir %{_includedir}/softhsm
%{_includedir}/softhsm/*.h

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}%{beta}
autoreconf -fiv

# remove softhsm/ subdir auto-added to --libdir
sed -i "s:full_libdir/softhsm:full_libdir:g" configure
sed -i 's:^full_libdir=":#full_libdir=":g' configure.ac
sed -i "s:libdir)/@PACKAGE@:libdir):" Makefile.in

%build
%configure2_5x \
	--libdir=%{_libdir}/pkcs11 \
	--with-openssl=%{_prefix} \
	--enable-ecc \
	--disable-gost \
	--with-migrate \
	--enable-visibility

%make
# install our copy of pk11install taken from coolkey package
cp %{SOURCE3} .
gcc $(pkg-config --cflags nss) %{optflags} -c softhsm2-pk11install.c
gcc $(pkg-config --libs nss) -lpthread  -lsoftokn3 -ldl -lz %{optflags} softhsm2-pk11install.o -o softhsm2-pk11install

%install
%makeinstall_std

install -D %{SOURCE2} %{buildroot}/%{_datadir}/p11-kit/modules/softhsm.module

rm %{buildroot}%{_sysconfdir}/softhsm2.conf.sample
rm -f %{buildroot}%{_libdir}/pkcs11/*a
mkdir -p %{buildroot}%{_includedir}/softhsm
cp src/lib/*.h %{buildroot}%{_includedir}/softhsm
mkdir -p %{buildroot}%{_sharedstatedir}/softhsm/tokens
install -m0755 -D softhsm2-pk11install %{buildroot}%{_bindir}/softhsm2-pk11install

# leave a softlink where softhsm-1 installed its library. Programs like
# opendnssec have that filename in their configuration file.
mkdir -p %{buildroot}%{_libdir}/softhsm/
ln -s ../pkcs11/libsofthsm2.so %{buildroot}%{_libdir}/softhsm/libsofthsm.so


%changelog

* Thu Jun 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-0.rc1.2
- (0db3f37) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24125 |14mu|solid-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 module with various classes for hardware information
Name:		solid
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
Url:		https://www.kde.org/
BuildRequires:	bison
BuildRequires:	extra-cmake-modules
BuildRequires:	flex
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Concurrent)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(udev)
# Enables identification and querying of portable media players
# Support for m-p-i is included even if not found during build
Suggests:	media-player-info

%description
KDE Frameworks 5 module with various classes for hardware information.

%files
%{_kde5_bindir}/solid-hardware5

#--------------------------------------------------------------------

%package i18n
Summary:	Solid translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
Solid translations.

%files i18n -f %{name}.lang

#--------------------------------------------------------------------

%define qmlkf5solid %mklibname kf5solid-qml

%package -n %{qmlkf5solid}
Summary:	QML plugin for KDE Frameworks 5 Solid
Group:		System/Libraries
Provides:	kf5solid-qml = %{EVRD}

%description -n %{qmlkf5solid}
QML plugin for KDE Frameworks 5 Solid.

%files -n %{qmlkf5solid}
%dir %{_kde5_qmldir}/org/kde/solid/
%{_kde5_qmldir}/org/kde/solid/*

#--------------------------------------------------------------------

%define kf5solid_major 5
%define libkf5solid %mklibname kf5solid %{kf5solid_major}

%package -n %{libkf5solid}
Summary:	KDE Frameworks 5 Solid shared library
Group:		System/Libraries
Requires:	%{name}-i18n
Requires:	%{qmlkf5solid}

%description -n %{libkf5solid}
KDE Frameworks 5 Solid shared library.

%files -n %{libkf5solid}
%{_kde5_libdir}/libKF5Solid.so.%{kf5solid_major}*

#--------------------------------------------------------------------

%define devkf5solid %mklibname kf5solid -d

%package -n %{devkf5solid}
Summary:	Development files for KDE Frameworks 5 Solid
Group:		Development/KDE and Qt
Requires:	%{libkf5solid} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5solid-devel = %{version}

%description -n %{devkf5solid}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5solid}
%{_kde5_includedir}/KF5/Solid
%{_kde5_includedir}/KF5/solid_version.h
%{_kde5_libdir}/cmake/KF5Solid
%{_kde5_libdir}/libKF5Solid.so
%{_kde5_mkspecsdir}/*.pri

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (8deee14) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24126 |14mu|sonnet-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 spell checking module
Name:		sonnet
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
Url:		https://www.kde.org/
BuildRequires:	extra-cmake-modules
BuildRequires:	qt5-linguist-tools
# Disabled in 5.6.x
#BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(zlib)
# Force ASpell backend, it seems to be the most useful
Requires:	%{name}-aspell

%description
Sonnet is a plugin-based spell checking library for Qt-based applications.
It supports several different plugins, including ASpell, Enchant, HSpell
and Hunspell.

It also supports automated language detection, based on a combination of
different algorithms.

%files
%{_kde5_bindir}/parsetrigrams
%dir %{_kde5_datadir}/kf5/sonnet/
%{_kde5_datadir}/kf5/sonnet/*

#----------------------------------------------------------------------------

%package aspell
Summary:	ASpell backend for the Sonnet spell checking library
Group:		Graphical desktop/KDE
Provides:	sonnet-backend = %{EVRD}
BuildRequires:	aspell-devel
Requires:	aspell
Requires:	%{name}

%description aspell
ASpell backend for the Sonnet spell checking library.

%files aspell
%{_kde5_plugindir}/sonnet/aspell.so

#----------------------------------------------------------------------------

%package hspell
Summary:	HSpell backend for the Sonnet spell checking library
Group:		Graphical desktop/KDE
Provides:	sonnet-backend = %{EVRD}
BuildRequires:	hspell-devel
Requires:	hspell
Requires:	%{name}

%description hspell
HSpell backend for the Sonnet spell checking library.

%files hspell
%{_kde5_plugindir}/sonnet/hspell.so

#----------------------------------------------------------------------------

%package hunspell
Summary:	Hunspell backend for the Sonnet spell checking library
Group:		Graphical desktop/KDE
Provides:	sonnet-backend = %{EVRD}
BuildRequires:	pkgconfig(hunspell)
Requires:	hunspell
Requires:	%{name}

%description hunspell
Hunspell backend for the Sonnet spell checking library.

%files hunspell
%{_kde5_plugindir}/sonnet/hunspell.so

#----------------------------------------------------------------------------

%package i18n
Summary:	Sonnet translations
Group:		System/Internationalization
BuildArch:	noarch

%description i18n
Sonnet translations.

%files i18n -f %{name}.lang

#----------------------------------------------------------------------------

%define kf5sonnetcore_major 5
%define libkf5sonnetcore %mklibname kf5sonnetcore %{kf5sonnetcore_major}

%package -n %{libkf5sonnetcore}
Summary:	KDE Frameworks 5 spell checking shared library
Group:		System/Libraries
Requires:	%{name}
Requires:	%{name}-i18n

%description -n %{libkf5sonnetcore}
KDE Frameworks 5 spell checking shared library.

%files -n %{libkf5sonnetcore}
%{_kde5_libdir}/libKF5SonnetCore.so.%{kf5sonnetcore_major}*

#----------------------------------------------------------------------------

%define kf5sonnetui_major 5
%define libkf5sonnetui %mklibname kf5sonnetui %{kf5sonnetui_major}

%package -n %{libkf5sonnetui}
Summary:	KDE Frameworks 5 spell checking shared library
Group:		System/Libraries

%description -n %{libkf5sonnetui}
KDE Frameworks 5 spell checking shared library.

%files -n %{libkf5sonnetui}
%{_kde5_libdir}/libKF5SonnetUi.so.%{kf5sonnetui_major}*

#----------------------------------------------------------------------------

%define devkf5sonnet %mklibname kf5sonnet -d

%package -n %{devkf5sonnet}
Summary:	Development files for KDE Frameworks 5 Sonnet
Group:		Development/KDE and Qt
Requires:	%{libkf5sonnetcore} = %{EVRD}
Requires:	%{libkf5sonnetui} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5sonnet-devel = %{version}

%description -n %{devkf5sonnet}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5sonnet}
%{_kde5_includedir}/KF5/SonnetCore
%{_kde5_includedir}/KF5/SonnetUi
%{_kde5_includedir}/KF5/sonnet_version.h
%{_kde5_libdir}/cmake/KF5Sonnet
%{_kde5_libdir}/libKF5SonnetCore.so
%{_kde5_libdir}/libKF5SonnetUi.so
%{_kde5_mkspecsdir}/*.pri

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build

%find_lang %{name} --all-name --with-qt

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (1ad502d) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24127 |14mu|sound-juicer-3.18.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)
%define _appdatadir %{_datadir}/appdata

Summary:	CD ripping tool using GTK+ and GStreamer
Name:		sound-juicer
Version:	3.18.1
Release:	1
License:	GPLv2+
Group:		Sound
Url:		https://wiki.gnome.org/Apps/SoundJuicer
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source100:	%{name}.rpmlintrc

BuildRequires:	appstream-util
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	perl >= 5.8.1
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.3.8
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.4.0
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(libbrasero-media3)
BuildRequires:	pkgconfig(libcanberra-gtk3)
BuildRequires:	pkgconfig(libmusicbrainz5) >= 5.0.1
BuildRequires:	pkgconfig(libdiscid)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(iso-codes)
BuildRequires:	gstreamer1.0-plugins-good

Requires:	gstreamer1.0-plugins-bad
Requires:	gstreamer1.0-plugins-good
Requires:	gstreamer1.0-cdparanoia
Suggests:	gstreamer1.0-flac
Suggests:	gstreamer1.0-lame
Suggests:	gstreamer1.0-faac

%description
This is Sound Juicer, a CD ripping tool using GTK+ and GStreamer.

%files -f %{name}.lang
%doc README ChangeLog
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_appdatadir}/%{name}.appdata.xml
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.1*
%{_datadir}/GConf/gsettings/%{name}.convert
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml

#-----------------------------------------------------------------------------


%prep
%setup -q


%build
%configure2_5x
#	--disable-scrollkeeper \
#	--disable-schemas-install

%make
#LIBS='-ldbus-1 -lgtk-3 -lgio-2.0 -lmusicbrainz5 -ldiscid'


%install
%makeinstall_std

# appdata
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml

%find_lang %{name} --with-gnome

%changelog

* Wed Feb 03 2016 Giovanni Mariani <mc2374@mclink.it> 3.18.1-1
- (e2cc2e4) Updated to release 3.18.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24128 |14mu|soundtouch-1.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	An open-source audio processing library
Name:		soundtouch
Version:	1.8.0
Release:	1
Group:		System/Libraries
License:	LGPLv2+
URL:		http://www.surina.net/soundtouch/
Source0:	http://www.surina.net/soundtouch/%{name}-%{version}.tar.gz
Patch0:		soundtouch-automake-1.13.patch
BuildRequires:	dos2unix
Conflicts:	SoundTouch

%track
prog %{name} = {
	url = http://www.surina.net/soundtouch/sourcecode.html
	regex = "library v(__VER__) source code release"
	version = %{version}
}

%description
SoundTouch is an open-source audio processing library. It allows changing the
sound tempo, pitch and playback rate parameters independently from each other.

%package -n	%{libname}
Summary:	An open-source audio processing library
Group:          System/Libraries
Conflicts:	%{mklibname SoundTouch 0}

%description -n	%{libname}
SoundTouch is an open-source audio processing library. It allows changing the
sound tempo, pitch and playback rate parameters independently from each other.

This package contains the shared libraries for SoundTouch.

%package -n	%{develname}
Summary:	Development package with static libs and headers
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Conflicts:	%{mklibname SoundTouch 0 -d}

%description -n	%{develname}
Static libraries and header files required for compiling SoundTouch plugins.

%prep
%setup -q -n %{name}
%apply_patches

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

# fix permissions
chmod 644 COPYING.TXT README.html

# strip away annoying ^M
find -type f | grep -v ".gif" | grep -v ".png" | grep -v ".jpg" | xargs dos2unix

sh ./bootstrap

%build

%configure2_5x \
    --enable-shared

%make

%install

%makeinstall

# cleanup
rm -rf %{buildroot}{/usr/doc,%{_libdir}/*.la}

%clean

%files
%doc COPYING.TXT README.html
%{_bindir}/soundstretch

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%dir %{_includedir}/soundtouch
%{_includedir}/soundtouch/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/soundtouch*.pc
%{_datadir}/aclocal/*

%changelog
* Mon Nov 24 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.8.0-1
+ Revision: 472fcbf
- Updated to 1.8.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24129 |14mu|spamassassin-3.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bootstrap 0
%{?_without_bootstrap: %global bootstrap 0}
%{?_with_bootstrap: %global bootstrap 1}

%define fname Mail-SpamAssassin

Summary:	A spam filter for email which can be invoked from mail delivery agents
Name:		spamassassin
Version:	3.4.1
Release:	1
License:	Apache License
Group:		Networking/Mail
URL:		http://spamassassin.apache.org/
Source0:	http://www.apache.org/dist/spamassassin/source/%{fname}-%{version}.tar.bz2
Source3:	spamd.sysconfig
Source4:	spamassassin-default.rc
Source5:	spamassassin-spamc.rc
Source6:	sa-update.crontab
Source7:	sa-update.cronscript
Source8:	spamd.logrotate
Source9:	spamd.conf
Source10:	%{name}.service
Source11:	%{name}-tmpfiles.conf
Source12:	spamassassin-official.conf
Source13: 	sought.conf
Source14: 	README.Rosa
Patch0:		spamassassin-3.2.0-fixbang.patch
Patch1:		Mail-SpamAssassin-3.1.5-no_spamcop.diff
Requires(post):  systemd
Requires(post):  rpm-helper
Requires(preun): rpm-helper
BuildRequires:	gnupg
BuildRequires:	pkgconfig(openssl)
BuildRequires:	perl(Apache::Test)
BuildRequires:	perl(Archive::Tar)
BuildRequires:	perl(DB_File)
BuildRequires:	perl(Digest::SHA)
BuildRequires:	perl(Encode::Detect)
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.17
BuildRequires:	perl(Geo::IP)
BuildRequires:	perl(HTML::Parser)
BuildRequires:	perl(IO::Socket::IP) >= 0.09
BuildRequires:	perl(IO::Socket::SSL)
BuildRequires:	perl(IO::Zlib)
BuildRequires:	perl(LWP)
BuildRequires:	perl(Mail::DKIM) >= 0.37
BuildRequires:	perl(Mail::SPF)
BuildRequires:	perl(Net::DNS)
BuildRequires:	perl(Net::Ident)
BuildRequires:	perl(Net::Patricia) >= 1.16
BuildRequires:	perl(Razor2::Client::Agent) >= 2.61
BuildRequires:	perl(Socket6)
BuildRequires:	perl(Sys::Hostname::Long)
BuildRequires:	perl(Time::HiRes)
BuildRequires:	perl-devel
BuildRequires:	perl-version
BuildRequires:	re2c
BuildRequires:	webfetch
BuildRequires:	apache-mod_perl
# The requires are derived automatically from META.yml. The below require is 
# given on http://svn.apache.org/repos/asf/spamassassin/branches/3.3/INSTALL 
# but missing from META.yml ... better safe than sorry!
Requires:	perl(LWP)
# And one on a package we create ourselves:
Requires:	perl-Mail-SpamAssassin = %{version}
# This should be required and not just suggested:
Requires:	gnupg
# Suggests unfortunately do not get derived automatically yet:
Suggests:	perl(Compress::Zlib)
Suggests:	perl(DBI)
Suggests:	perl(DB_File)
Suggests:	perl(Digest::SHA)
Suggests:	perl(Encode::Detect)
Suggests:	perl(Geo::IP)
Suggests:	perl(Getopt::Long)
Suggests:	perl(HTTP::Date)
Suggests:	perl(IO::Socket::IP) >= 0.09
Suggests:	perl(IO::Socket::SSL)
Suggests:	perl(LWP::UserAgent)
Suggests:	perl(MIME::Base64)
Suggests:	perl(Mail::DKIM) >= 0.37
Suggests:	perl(Mail::SPF)
Suggests:	perl(Net::DNS) >= 0.58
Suggests:	perl(Net::Ident)
Suggests:	perl(Net::Patricia) >= 1.16
Suggests:	perl(Net::SMTP)
Suggests:	perl(Razor2::Client::Agent) >= 2.61
Suggests:	webfetch

%if ! %bootstrap
Requires:	spamassassin-rules >= 3.3.2
%endif

%description
SpamAssassin provides you with a way to reduce if not completely eliminate
Unsolicited Commercial Email (SPAM) from your incoming email.  It can
be invoked by a MDA such as sendmail or postfix, or can be called from
a procmail script, .forward file, etc.  It uses a genetic-algorithm
evolved scoring system to identify messages which look spammy, then
adds headers to the message so they can be filtered by the user's mail
reading software.  This distribution includes the spamd/spamc components
which create a server that considerably speeds processing of mail.

SpamAssassin also includes support for reporting spam messages
automatically, and/or manually, to collaborative filtering databases such
as Vipul's Razor, DCC or pyzor. 
Install perl-Razor-Agent package to get Vipul's Razor support. 
Install dcc package to get Distributed Checksum Clearinghouse (DCC) support.
Install pyzor package to get Pyzor support.

To enable spamassassin, if you are receiving mail locally, simply add
this line to your ~/.procmailrc:
INCLUDERC=/etc/mail/spamassassin/spamassassin-default.rc
 
To filter spam for all users, add that line to /etc/procmailrc or
create that file if doesn't exist yet.

%package	sa-compile
Summary:	Compiles SpamAssassin rulesets into native perl code
Group:		Networking/Mail
Requires:	gcc make
Requires:	perl-devel
Requires:	re2c

%description	sa-compile
sa-compile uses re2c to compile the site-wide parts of the SpamAssassin
ruleset. No part of user_prefs or any files included from user_prefs can be
built into the compiled set. This compiled set is then used by the
"Mail::SpamAssassin::Plugin::Rule2XSBody" plugin to speed up SpamAssassin's
operation, where possible, and when that plugin is loaded. re2c can match
strings much faster than perl code, by constructing a DFA to match many simple
strings in parallel, and compiling that to native object code. Not all
SpamAssassin rules are amenable to this conversion, however.

%package	tools
Summary:        Miscleanous tools for SpamAssassin
Group:		Networking/Mail
Requires:	perl-Mail-SpamAssassin = %{version}

%description	tools
Miscleanous tools from various authors, distributed with SpamAssassin.
See /usr/share/doc/spamassassin-tools-*/.

%package	spamd
Summary:	Daemonized version of SpamAssassin
Group:		System/Servers
%if ! %bootstrap
Requires(post): spamassassin-rules >= 3.3.0
%endif
Requires(post):  rpm-helper
Requires(preun): rpm-helper
Requires:	spamassassin = %{version}

%description	spamd
The purpose of this program is to provide a daemonized version of the
spamassassin executable. The goal is improving throughput performance
for automated mail checking.

This is intended to be used alongside "spamc", a fast, low-overhead C
client program.

%package	spamc
Summary:	A client for spamd
Group:		Networking/Mail

%description	spamc
Spamc is the client half of the spamc/spamd pair. It should be used in
place of "spamassassin" in scripts to process mail. It will read the
mail from STDIN, and spool it to its connection to spamd, then read
the result back and print it to STDOUT. Spamc has extremely low
overhead in loading, so it should be much faster to load than the
whole spamassassin program.

%package -n	perl-%{fname}
Summary:        SpamAssassin e-mail filter Perl modules
Group:		Development/Perl
Requires:       perl(HTML::Parser)

%description -n perl-%{fname}
Mail::SpamAssassin is a module to identify spam using text analysis and
several internet-based realtime blacklists. Using its rule base, it uses a
wide range of heuristic tests on mail headers and body text to identify
``spam'', also known as unsolicited commercial email. Once identified, the
mail can then be optionally tagged as spam for later filtering using the
user's own mail user-agent application.

%package -n	perl-%{fname}-Spamd
Summary:        A mod_perl2 module implementing the spamd protocol
Group:		Development/Perl
Requires:       apache-mod_perl

%description -n	perl-%{fname}-Spamd
This distribution contains a mod_perl2 module, implementing the spamd protocol
from the SpamAssassin (http://spamassassin.apache.org/) project in Apache2.
It's mostly compatible with the original spamd.

%prep

%setup -q -n %{fname}-%{version}
%patch0 -p0 -b .fixbang
%patch1 -p0


# svn cleansing...
for i in `find . -type d -name .svn`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%build

%{__perl} \
    Makefile.PL \
    INSTALLDIRS=vendor \
    SYSCONFDIR=%{_sysconfdir} \
    DATADIR=%{_datadir}/spamassassin \
    ENABLE_SSL=yes \
    RUN_NET_TESTS=no < /dev/null

%make OPTIMIZE="%{optflags}" LDFLAGS="%{ldflags}"

pushd spamd-apache2
    %{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
    %make
popd

%check
#cat >> t/config.dist << EOF
#run_net_tests=y
#run_spamd_prefork_stress_test=y
#EOF
export LANG=C 
export LC_ALL=C
export LANGUAGE=C
# useless and broken test case
rm -f t/make_install.t
# may be broken on mga4 only? NO...
rm -f t/sa_compile.t

make FULLPERL="%{_bindir}/perl" test #TEST_VERBOSE=1

%install

%makeinstall_std

pushd spamd-apache2
    %makeinstall_std
popd

install -d %{buildroot}%{_sysconfdir}/mail/%{name}/sa-update-keys
install -d %{buildroot}%{_sysconfdir}/sysconfig
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var/spool/spamassassin
install -d %{buildroot}/var/log/spamassassin
install -d %{buildroot}/var/lib/spamassassin
install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d

cat << EOF >> %{buildroot}%{_sysconfdir}/mail/%{name}/v330.pre

# Mail::SpamAssassin::Plugin::AWL - Normalize scores via auto-whitelist
loadplugin Mail::SpamAssassin::Plugin::AWL
EOF

cat << EOF >> %{buildroot}%{_sysconfdir}/mail/%{name}/local.cf
required_hits 5
rewrite_header Subject [SPAM]
report_safe 0
ifplugin Mail::SpamAssassin::Plugin::AWL
auto_whitelist_path        /var/spool/spamassassin/auto-whitelist
auto_whitelist_file_mode   0666
endif # Mail::SpamAssassin::Plugin::AWL
EOF

install -d %{buildroot}%{_sysconfdir}/cron.d
install -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/spamd
install -m0644 %{SOURCE6} %buildroot/etc/cron.d/sa-update
# installed mode 744 as non root users can't run it, but can read it.
install -m0744 %{SOURCE7} %buildroot%{_datadir}/spamassassin/sa-update.cron
install -m0644 %{SOURCE8} %{buildroot}%{_sysconfdir}/logrotate.d/spamd
install -m0644 %{SOURCE9} %{buildroot}/%{_sysconfdir}/httpd/conf/webapps.d/spamd.conf

install -m0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -m0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/mail/spamassassin/
install -D -p -m 644 %{SOURCE10} %{buildroot}%{_unitdir}/spamd.service
install -D -p -m 644 %{SOURCE11} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# sa-update channels and keyring directory
install -d %{buildroot}%{_sysconfdir}/mail/spamassassin/channel.d/
install -m0644 %{SOURCE12} %{buildroot}%{_sysconfdir}/mail/spamassassin/channel.d/
install -m0644 %{SOURCE13} %{buildroot}%{_sysconfdir}/mail/spamassassin/channel.d/

install -m 0644 %{SOURCE14} $RPM_BUILD_DIR/Mail-SpamAssassin-%{version}/


# bork bork
install -m0644 rules/*.pre %{buildroot}%{_sysconfdir}/mail/%{name}/

# cleanup
rm -f %{buildroot}%{_bindir}/apache-spamd.pl
rm -f %{buildroot}%{_mandir}/man1/apache-spamd.pl.1*

# these are not meant to be released
rm -f %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin/P595Body.pm
rm -f %{buildroot}%{perl_vendorlib}/Mail/SpamAssassin/Plugin/RabinKarpBody.pm

%post
[ -f %{_sysconfdir}/spamassassin.cf ] && %{__mv} %{_sysconfdir}/spamassassin.cf %{_sysconfdir}/mail/spamassassin/migrated.cf || true
[ -f %{_sysconfdir}/mail/spamassassin.cf ] && /bin/mv %{_sysconfdir}/mail/spamassassin.cf %{_sysconfdir}/mail/spamassassin/migrated.cf || true


%post spamd
%tmpfiles_create %{name}.conf

# -a and --auto-whitelist options were removed from 3.0.0
# prevent service startup failure
perl -p -i -e 's/(["\s]-\w+)a/$1/ ; s/(["\s]-)a(\w+)/$1$2/ ; s/(["\s])-a\b/$1/' /etc/sysconfig/spamd
perl -p -i -e 's/ --auto-whitelist//' /etc/sysconfig/spamd

# fix permissions
if [ -f %{_sysconfdir}/mail/%{name}/local.cf ]; then

    auto_whitelist_path="`grep "^auto_whitelist_path" %{_sysconfdir}/mail/%{name}/local.cf | awk '{ print $2 }'`"
    auto_whitelist_file_mode="`grep "^auto_whitelist_file_mode" %{_sysconfdir}/mail/%{name}/local.cf | awk '{ print $2 }'`"

    if [ "${auto_whitelist_path}" == "/var/spool/%{name}" ]; then
	echo "Correcting \"auto_whitelist_path\" (#27424) in the %{_sysconfdir}/mail/%{name}/local.cf file..."
	perl -pi -e "s|/var/spool/%{name}\b|/var/spool/%{name}/auto-whitelist|g" %{_sysconfdir}/mail/%{name}/local.cf
	auto_whitelist_path="/var/spool/%{name}/auto-whitelist"
    fi

    if ! [ -z "${auto_whitelist_path}" ]; then
        touch ${auto_whitelist_path}
        if [ -z "${auto_whitelist_file_mode}" ]; then
            auto_whitelist_file_mode="0666"
        fi
        chmod ${auto_whitelist_file_mode} ${auto_whitelist_path}
    fi

fi
# Need to run sa-update otherwise the spamd will not start until a cron job completes
echo "need to run sa-update"
/usr/bin/sa-update -v

%_post_service spamd

%preun spamd
%_preun_service spamd

%files
%doc README Changes sample-*.txt procmailrc.example INSTALL TRADEMARK
%doc CREDITS UPGRADE USAGE META.yml README.Rosa
%dir %{_sysconfdir}/mail/%{name}
%dir %attr(0700,root,root) %{_sysconfdir}/mail/%{name}/sa-update-keys
%config(noreplace) %{_sysconfdir}/mail/%{name}/*.cf
%config(noreplace) %{_sysconfdir}/mail/%{name}/*.pre
%config(noreplace) %{_sysconfdir}/mail/%{name}/spamassassin-default.rc
%config(noreplace) %{_sysconfdir}/mail/%{name}/channel.d
%config(noreplace) %{_sysconfdir}/logrotate.d/spamd
%dir %attr(0777,root,root) /var/spool/spamassassin
%{_sysconfdir}/cron.d/sa-update
%dir /var/lib/spamassassin
%{_bindir}/sa-awl
%{_bindir}/sa-check_spamd
%{_bindir}/sa-learn
%{_bindir}/sa-update
%{_bindir}/spamassassin
%{_mandir}/man1/sa-awl.1*
%{_mandir}/man1/sa-learn.1*
%{_mandir}/man1/sa-update.1*
%{_mandir}/man1/spamassassin.1*
%{_mandir}/man1/spamassassin-run.1*
%{_datadir}/spamassassin
%dir %{_logdir}/spamassassin

%files sa-compile
%{_bindir}/sa-compile
%{_mandir}/man1/sa-compile.1*

%files tools
%doc sql ldap

%files spamd
%doc spamd/README* spamd/PROTOCOL
%{_unitdir}/spamd.service
%config(noreplace) %{_sysconfdir}/sysconfig/spamd
%{_bindir}/spamd
%{_mandir}/man1/spamd.1*
%{_tmpfilesdir}/%{name}.conf


%files spamc
%config(noreplace) %{_sysconfdir}/mail/%{name}/spamassassin-spamc.rc
%{_bindir}/spamc
%{_mandir}/man1/spamc.1*

%files -n perl-%{fname}
%{perl_vendorlib}/Mail/SpamAssassin*
%exclude %{perl_vendorlib}/Mail/SpamAssassin/Spamd
%{perl_vendorlib}/spamassassin-run.pod
%{_mandir}/man3/Mail::SpamAssassin*
%exclude %{_mandir}/man3/Mail::SpamAssassin::Spamd*
%{_mandir}/man3/spamassassin-run.3pm*

%files -n perl-%{fname}-Spamd
%doc spamd-apache2/README.apache
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/spamd.conf
%{perl_vendorlib}/Mail/SpamAssassin/Spamd
%{_mandir}/man3/Mail::SpamAssassin::Spamd*



%changelog

* Tue Mar 08 2016 Denis Silakov <dsilakov@gmail.com> 3.4.1-1
- (b9bacfb) Fix post script for spamd



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24130 |14mu|spec-helper-0.31.44-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tools to ease the creation of rpm packages
Name:		spec-helper
Version:	0.31.44
Release:	2
License:	GPLv2+
Group:		Development/Tools
Url:		https://github.com/OpenMandrivaSoftware/spec-helper
Source0:	https://github.com/OpenMandrivaSoftware/spec-helper/archive/v%{version}.zip
Patch0:		spec-helper-0.31.44-rosa_py_build.patch
BuildRequires:	perl(Digest::MD5)
BuildRequires:	perl(File::Slurp)
BuildRequires:	perl(IPC::Run)
Requires:	chrpath
Requires:	findutils
Requires:	gettext
BuildArch:	noarch

%description
Tools to ease the creation of rpm packages for the
%{distribution} distribution.
Compress man pages using xz, convert links and perform some sanitizing on
packages built...

%files
%doc README NEWS
%{_bindir}/*
%{_datadir}/spec-helper
%{_sys_macros_dir}/%{name}.macros

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build

%install
%makeinstall_std bindir=%{_bindir} rpmmacrosdir=%{_sys_macros_dir}

%check
make test


%changelog

* Thu Jul 21 2016 Denis Silakov <dsilakov@gmail.com> 0.31.44-2
- (0104d19) Gix URL, added ROSA-specific fix for py_build macros



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24131 |14mu|spectacle-16.04.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Plasma 5 screenshot taking utility
Name:		spectacle
Version:	16.04.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://www.kde.org
Source0:	ftp://ftp.kde.org/pub/kde/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	extra-cmake-modules
BuildRequires:	kf5config-devel
BuildRequires:	kf5coreaddons-devel
BuildRequires:	kf5dbusaddons-devel
BuildRequires:	kf5declarative-devel
BuildRequires:	kf5doctools-devel
BuildRequires:	kf5i18n-devel
BuildRequires:	kf5kio-devel
BuildRequires:	kf5notifications-devel
BuildRequires:	kf5widgetsaddons-devel
BuildRequires:	kf5windowsystem-devel
BuildRequires:	kf5xmlgui-devel
BuildRequires:	pkgconfig(kscreen2)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Qml)
BuildRequires:	pkgconfig(Qt5Quick)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-cursor)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-render)
BuildRequires:	pkgconfig(xcb-shape)
BuildRequires:	pkgconfig(xcb-shm)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xcb-xfixes)
Conflicts:	ksnapshot

%description
Plasma 5 screenshot taking utility.

%files
%{_kde5_bindir}/spectacle
%{_kde5_applicationsdir}/org.kde.spectacle.desktop
%{_kde5_datadir}/khotkeys/spectacle.khotkeys
%{_kde5_docdir}/HTML/en/spectacle/
%{_kde5_iconsdir}/hicolor/*/*/spectacle.*
%{_kde5_notificationsdir}/spectacle.notifyrc
%{_datadir}/dbus-1/services/org.kde.Spectacle.service

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Development files for Spectacle
Group:		Development/KDE and Qt
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for Spectacle.

%files -n %{devname}
%{_datadir}/dbus-1/interfaces/org.kde.Spectacle.xml

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Wed Jul 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.04.3-1
- (55b639a) New version 16.04.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24132 |14mu|speedtouch-firmware-extractor-0.1-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname firmware-extractor

Summary:	Speedtouch firmware extractor
Name:		speedtouch-firmware-extractor
Version:	0.1
Release:	11
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.linux-usb.org/SpeedTouch/firmware/index.html
Source0:	%{oname}.tar.bz2

%description
This is a small application to prepare and install the firmware for a
SpeedTouch USB modem so that a 2.6.10 kernel (or later) can load the
firmware without the assistance of modem_run.

The firmware extractor splits the firmware file (old mgmt.o) in
smaller firmware files (stage1 and stage2) that are meant to be used
with hotplug firmware loading.

%files
%doc README
%{_sbindir}/%{oname}

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}

%build
gcc %{optflags} -o %{oname} firmware.c

%install
install -D -m755 %{oname} %{buildroot}%{_sbindir}/%{oname}


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1-11
- (50088fa) Build with system optflags
- (50088fa) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24133 |14mu|spice-gtk-0.31-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without vala

%define glibapi		2.0
%define glibmajor	8
%define libglib		%mklibname spice-client-glib %{glibapi} %{glibmajor}
%define glibgir		%mklibname spice-client-glib-gir %{glibapi}

%define gtkapi		3.0
%define gtkmajor	4
%define libgtk		%mklibname spice-client-gtk %{gtkapi} %{gtkmajor}
%define gtkgir		%mklibname spice-client-gtk-gir %{gtkapi}

%define gtk2api		2.0
%define gtk2major	4
%define libgtk2		%mklibname spice-client-gtk %{gtk2api} %{gtk2major}
%define gtk2gir		%mklibname spice-client-gtk-gir %{gtk2api}

%define controllermajor	0
%define libcontroller	%mklibname spice-controller %{controllermajor}
%define devname		%mklibname %{name} -d

Summary:	A GTK client widget for accessing SPICE desktop servers
Name:		spice-gtk
Version:	0.31
Release:	3
License:	LGPLv2+
Group:		Networking/Remote access
Url:		http://spice-space.org/page/Spice-Gtk
Source0:	http://www.spice-space.org/download/gtk/%{name}-%{version}.tar.bz2
BuildRequires:	gtk-doc >= 1.14
BuildRequires:	intltool
BuildRequires:	ldetect-lst
BuildRequires:	perl-Text-CSV
BuildRequires:	python-parsing
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
# for virtmanager
BuildRequires:	pygtk2.0-devel
BuildRequires:	sasl-devel
BuildRequires:	pkgconfig(cairo) >= 1.2.0
BuildRequires:	pkgconfig(celt051) >= 0.5.1.1
BuildRequires:	pkgconfig(gio-2.0) >= 2.10.0
BuildRequires:	pkgconfig(glib-2.0) >= 2.22
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.9.4
BuildRequires:	pkgconfig(gthread-2.0) > 2.0.0
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.91.3
BuildRequires:	pkgconfig(gtk+-x11-3.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libcacard) >= 0.1.2
BuildRequires:	pkgconfig(liblz4)
BuildRequires:	pkgconfig(libphodav-2.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libpulse-mainloop-glib)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libusb-1.0) >= 1.0.9
BuildRequires:	pkgconfig(libusbredirhost) >= 0.3.3
BuildRequires:	pkgconfig(libusbredirparser-0.5)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(pixman-1) >= 0.17.7
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(spice-protocol) >= 0.12.11
BuildRequires:	pkgconfig(usbutils)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(zlib)
%if %{with vala}
BuildRequires:	vala
BuildRequires:	vala-tools
%endif

%track
prog %{name} = {
	url = http://www.spice-space.org/download/gtk/
	regex = %{name}-(__VER__)\.tar\.bz2
	version = %{version}
}

%description
Spice-GTK is a GTK client widget for accessing SPICE desktop 
servers. This package contains two simple clients based on the 
library:
  spicy is a client to access SPICE desktops.
  snappy is a tool to capture screen-shots of a SPICE desktop.

%files -f %{name}.lang
%{_bindir}/spicy
%{_bindir}/spicy-screenshot
%{_bindir}/spicy-stats
%{_bindir}/spice-client-glib-usb-acl-helper
%{_datadir}/polkit-1/actions/org.spice-space.lowlevelusbaccess.policy
%{_mandir}/man1/spice-client.1*

#----------------------------------------------------------------------------

%package -n %{libglib}
Summary:	Runtime libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}spice-gtk3.0_1 < 0.7.81-2

%description -n %{libglib}
Runtime libraries for %{name}.

%files -n %{libglib}
%{_libdir}/libspice-client-glib-%{glibapi}.so.%{glibmajor}
%{_libdir}/libspice-client-glib-%{glibapi}.so.%{glibmajor}.*

#----------------------------------------------------------------------------

%package -n %{glibgir}
Summary:	GObject introspection interface library for %{name}
Group:		System/Libraries
Requires:	%{libglib} = %{EVRD}
Conflicts:	%{_lib}spice-gtk3.0_1 < 0.7.81-2

%description -n %{glibgir}
GObject introspection interface library for %{name}.

%files -n %{glibgir}
%{_libdir}/girepository-1.0/SpiceClientGLib-%{glibapi}.typelib

#----------------------------------------------------------------------------

%package -n %{libgtk}
Summary:	Runtime libraries for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}spice-gtk3.0_1 < 0.7.81-2

%description -n %{libgtk}
Runtime libraries for %{name}.

%files -n %{libgtk}
%{_libdir}/libspice-client-gtk-%{gtkapi}.so.%{gtkmajor}
%{_libdir}/libspice-client-gtk-%{gtkapi}.so.%{gtkmajor}.*

#----------------------------------------------------------------------------

%package -n %{gtkgir}
Summary:	GObject introspection interface library for %{name}
Group:		System/Libraries
Requires:	%{libgtk} = %{EVRD}
Conflicts:	%{_lib}spice-gtk3.0_1 < 0.7.81-2

%description -n %{gtkgir}
GObject introspection interface library for %{name}.

%files -n %{gtkgir}
%{_libdir}/girepository-1.0/SpiceClientGtk-%{gtkapi}.typelib

#----------------------------------------------------------------------------

%package -n %{libcontroller}
Summary:	Runtime libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}spice-gtk3.0_1 < 0.7.81-2

%description -n %{libcontroller}
Runtime libraries for %{name}.

%files -n %{libcontroller}
%{_libdir}/libspice-controller.so.%{controllermajor}
%{_libdir}/libspice-controller.so.%{controllermajor}.*

#----------------------------------------------------------------------------

%package -n %{libgtk2}
Summary:	Runtime libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}spice-client-gtk2.0_1 < 0.28-3
Obsoletes:	%{_lib}spice-client-gtk2.0_1 < 0.28-3

%description -n %{libgtk2}
GTK2 Runtime libraries for %{name}.

%files -n %{libgtk2}
%{_libdir}/libspice-client-gtk-%{gtk2api}.so.%{gtk2major}
%{_libdir}/libspice-client-gtk-%{gtk2api}.so.%{gtk2major}.*

#----------------------------------------------------------------------------

%package -n %{gtk2gir}
Summary:	GTK2GObject introspection interface library for %{name}
Group:		System/Libraries
Requires:	%{libgtk2} = %{EVRD}

%description -n %{gtk2gir}
GTK2 GObject introspection interface library for %{name}.

%files -n %{gtk2gir}
%{_libdir}/girepository-1.0/SpiceClientGtk-%{gtk2api}.typelib

#----------------------------------------------------------------------------

%package python
Summary:	Python bindings for the spice-gtk-2.0 library
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description python
SpiceClientGtk module provides a SPICE viewer widget for GTK2.

A module allowing use of the spice-gtk-2.0 widget from python

%files python
%{_libdir}/python*/site-packages/SpiceClientGtk.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libglib} = %{EVRD}
Requires:	%{libgtk} = %{EVRD}
Requires:	%{libgtk2} = %{EVRD}
Requires:	%{libcontroller} = %{EVRD}
Requires:	%{glibgir} = %{EVRD}
Requires:	%{gtkgir} = %{EVRD}
Requires:	%{gtk2gir} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}spice-gtk3.0-devel < 0.7.81-2

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%doc %{_datadir}/gtk-doc/html/spice-gtk
%{_includedir}/spice-client-glib-%{glibapi}/
%{_includedir}/spice-client-gtk-%{gtkapi}/
%{_includedir}/spice-client-gtk-%{gtk2api}/
%{_includedir}/spice-controller/
%{_libdir}/libspice-client-glib-%{glibapi}.so
%{_libdir}/libspice-client-gtk-%{gtkapi}.so
%{_libdir}/libspice-client-gtk-%{gtk2api}.so
%{_libdir}/libspice-controller.so
%{_libdir}/pkgconfig/spice-client-glib-%{glibapi}.pc
%{_libdir}/pkgconfig/spice-client-gtk-%{gtkapi}.pc
%{_libdir}/pkgconfig/spice-client-gtk-%{gtk2api}.pc
%{_libdir}/pkgconfig/spice-controller.pc
%{_datadir}/gir-1.0/SpiceClientGLib-%{glibapi}.gir
%{_datadir}/gir-1.0/SpiceClientGtk-%{gtkapi}.gir
%{_datadir}/gir-1.0/SpiceClientGtk-%{gtk2api}.gir
%if %{with vala}
%{_datadir}/vala/vapi/spice-protocol.vapi
%{_datadir}/vala/vapi/spice-client-glib-%{glibapi}.deps
%{_datadir}/vala/vapi/spice-client-glib-%{glibapi}.vapi
%{_datadir}/vala/vapi/spice-client-gtk-%{gtkapi}.deps
%{_datadir}/vala/vapi/spice-client-gtk-%{gtkapi}.vapi
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn spice-gtk-%{version} -c
cp -a spice-gtk-%{version} spice-gtk3-%{version}

%build
cd spice-gtk-%{version}
autoreconf -fi
%configure2_5x \
	--with-gtk=2.0 \
	--enable-lz4 \
	--enable-webdav \
	--enable-gtk-doc
%make LIBS=-lX11
cd ..

cd spice-gtk3-%{version}
autoreconf -fi
%configure2_5x \
	--with-gtk=%{gtkapi} \
	--disable-static \
	--enable-lz4 \
	--enable-webdav \
%if %{with vala}
	--enable-vala \
%else
	--disable-vala \
%endif
	--enable-introspection=yes \
	--enable-usbredir \
	--with-pnp-ids-path=%{_datadir}/misc/pnp.ids
%make LIBS=-lX11
cd ..

%install
cd spice-gtk-%{version}
%makeinstall_std
cd ..

cd spice-gtk3-%{version}
%makeinstall_std
cd ..

rm -f %{buildroot}%{_libdir}/*.a
rm -f %{buildroot}%{_libdir}/python*/site-packages/*.a
rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la

%if %{without vala}
	rm -rf %{buildroot}%{_datadir}/vala/
%endif

%find_lang %{name}


%changelog

* Tue Oct 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.31-3
- (9867578) Enable webdav support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24134 |14mu|spice-protocol-0.12.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Spice protocol header files
Name:		spice-protocol
Version:	0.12.11
Release:	1
# Main headers are BSD, controller / foreign menu are LGPL, macros.h is GPL?
License:	BSD and LGPLv2+ and GPLv2+
Group:		Development/Other
Url:		http://www.spice-space.org/
Source0:	http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
BuildArch:	noarch

%description
Header files describing the spice protocol and the para-virtual
graphics card QXL.

%files
%doc COPYING NEWS
%{_includedir}/spice-1
%{_datadir}/pkgconfig/spice-protocol.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Fri Apr 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.12.11-1
- (be5ed81) New version 0.12.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24135 |14mu|spice-vdagent-0.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		spice-vdagent
Version:	0.16.0
Release:	1
Summary:	Agent for Spice guests
Group:		System/Kernel and hardware
License:	GPLv3+
URL:		http://spice-space.org/
Source0:	http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
Patch1:		0001-Revert-uinput-fix-small-leak-of-screen_info.patch
Patch2:		0002-vdagent-Return-1-when-virtio-device-cannot-be-opened.patch
BuildRequires:	spice-protocol
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(libsystemd-login) >= 188
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(alsa)
Requires(pre):	rpm-helper
Requires(preun): rpm-helper

%description
Spice agent for Linux guests offering the following features:

Features:
* Client mouse mode (no need to grab mouse by client, no mouse lag)
  this is handled by the daemon by feeding mouse events into the kernel
  via uinput. This will only work if the active X-session is running a
  spice-vdagent process so that its resolution can be determined.
* Automatic adjustment of the X-session resolution to the client resolution
* Support of copy and paste (text and images) between the active X-session
  and the client
* And more. See README.

%prep
%setup -q
%patch1 -p1
%patch2 -p1

%build
%configure2_5x \
	--with-session-info=systemd \
	--with-init-script=systemd

%make

%install
%makeinstall_std
find . -type d -perm 0775 -exec chmod 0755 {} \;

%post
%tmpfiles_create %{_tmpfilesdir}/spice-vdagentd.conf
%systemd_post spice-vdagentd.service

%preun
%systemd_preun spice-vdagentd.service

%postun
%systemd_postun_with_restart spice-vdagentd.service

%files
%doc COPYING ChangeLog README TODO
%config %{_sysconfdir}/xdg/autostart/spice-vdagent.desktop
/lib/udev/rules.d/70-spice-vdagentd.rules
%{_unitdir}/spice-vdagentd.service
%{_unitdir}/spice-vdagentd.target
%{_tmpfilesdir}/spice-vdagentd.conf
%{_bindir}/spice-vdagent
%{_sbindir}/spice-vdagentd
%ghost %attr(0755,root,root) %{_localstatedir}/run/spice-vdagentd
%{_mandir}/man1/spice-vdagent.1.xz
%{_mandir}/man1/spice-vdagentd.1.xz
# For /usr/share/gdm/autostart/LoginWindow/spice-vdagent.desktop
# We own the dir too, otherwise we must Require gdm
%{_datadir}/gdm

%changelog

* Mon Oct 24 2016 abondrov <andrey.bondrov@rosalab.ru> 0.16.0-1
- (bcf7a64) Merge pull request #5 from keleg/spice-vdagent:rosa2014.1
- (bcf7a64) Update to 0.16



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24136 |14mu|sqlcipher-3.3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	An SQLite extension that provides 256 bit AES encryption of database files
Name:		sqlcipher
Version:	3.3.1
Release:	2
License:	BSD
Group:		System/Libraries
Url:		https://www.zetetic.net/sqlcipher/
Source0:	https://github.com/sqlcipher/sqlcipher/archive/v%{version}.tar.gz
BuildRequires:	tcl
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(openssl)

%description
SQLCipher is an SQLite extension that provides transparent 256-bit AES
encryption of database files. Pages are encrypted before being written to
disk and are decrypted when read back. Due to the small footprint and great
performance it’s ideal for protecting embedded application databases and
is well suited for mobile development.

%files
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	An SQLite extension that provides 256 bit AES encryption of database files
Group:		System/Libraries

%description -n %{libname}
SQLCipher is an SQLite extension that provides transparent 256-bit AES
encryption of database files. Pages are encrypted before being written to
disk and are decrypted when read back. Due to the small footprint and great
performance it’s ideal for protecting embedded application databases and
is well suited for mobile development.

This package contains the shared libraries for %{name}

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
SQLCipher is an SQLite extension that provides transparent 256-bit AES
encryption of database files. Pages are encrypted before being written to
disk and are decrypted when read back. Due to the small footprint and great
performance it’s ideal for protecting embedded application databases and
is well suited for mobile development.

This package contains development files.

%files -n %{devname}
%doc CHANGELOG.md README.md LICENSE
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CFLAGS="%{optflags} -DSQLITE_HAS_CODEC"
autoreconf -fiv
%configure \
	--disable-static \
	--disable-tcl \
	--enable-tempstore=yes
%make

%install
%makeinstall_std


%changelog

* Tue Feb 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3.1-2
- (f168dd9) Build requires tcl



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24137 |14mu|sqlite-3.21.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realver 3210000

%define api 3
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} %{api} -d

Summary:	C library that implements an embeddable SQL database engine
Name:		sqlite
Version:	3.21.0
Release:	1
License:	Public Domain
Group:		System/Libraries
Url:		http://www.sqlite.org/
Source0:	http://www.sqlite.org/2017/%{name}-autoconf-%{realver}.tar.gz
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
%rename	sqlite3

%description
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	C library that implements an embeddable SQL database engine
Group:		System/Libraries

%description -n %{libname}
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

This package contains the shared libraries for %{name}

%files -n %{libname}
%{_libdir}/lib%{name}%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}sqlite_3-devel < 3.9
%rename sqlite3-devel

%description -n %{devname}
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

This package contains the static %{libname} library and its header
files.

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package tools
Summary:	Command line tools for managing the %{libname} library
Group:		Databases
Requires:	%{libname} >= %{EVRD}
%rename	sqlite3-tools

%description tools
SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL
database access without running a separate RDBMS process. The
distribution comes with a standalone command-line access program
(sqlite) that can be used to administer an SQLite database and
which serves as an example of how to use the SQLite library.

This package contains command line tools for managing the
%{libname} library.

%files tools
%{_bindir}/sqlite*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-autoconf-%{realver}

%build
export CFLAGS="${CFLAGS:-%{optflags}} -Wall -fno-strict-aliasing -DNDEBUG=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1 -DSQLITE_ENABLE_FTS3_TOKENIZER=1"

%configure2_5x \
	--disable-static \
	--enable-threadsafe \
	--enable-dynamic-extensions

# rpath removal
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

%make

%install
%makeinstall_std

# cleanup
ln -s sqlite3 %{buildroot}%{_bindir}/sqlite

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24138 |14mu|squashfs3-tools-3.3-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sqname squashfs

Summary:	Utilities for the creation of compressed squashfs images
Name:		%{sqname}3-tools
Version:	3.3
Release:	9
License:	GPLv2+
Group:		File tools
Url:		http://squashfs.sourceforge.net/
Source0:	%{sqname}%{version}.tgz
Source1:	sqlzma.h
Source2:	sqmagic.h
Patch0:		sqlzma2u-3.3.patch
Patch1:		squashfs3.3-nolzma.patch
# from CVS, fix hang when dealing with sparse files
Patch2:		squashfs3.3-sparse.patch
BuildRequires:	liblzmadec-devel
BuildRequires:	pkgconfig(zlib)

%description
squashfs-tools are utilities for the creation of compressed squashfs images.

%files
%doc ACKNOWLEDGEMENTS CHANGES README
%{_bindir}/mksquashfs3
%{_bindir}/unsquashfs3

#----------------------------------------------------------------------------

%prep
%setup -q -n %{sqname}%{version}
%patch0 -p1 -b .lzma
%patch1 -p1 -b .nolzma
%patch2 -p0 -b .sparse
cp %{SOURCE1} %{SOURCE2} squashfs-tools

%build
%make \
	-C squashfs-tools \
	Sqlzma=. \
	LzmaAlone=%{_libdir} \
	LzmaC=%{_libdir} \
	RPM_OPT_FLAGS="%{optflags}"

%install
install -d %{buildroot}%{_bindir}
install -m 755 squashfs-tools/mksquashfs %{buildroot}%{_bindir}/mksquashfs3
install -m 755 squashfs-tools/unsquashfs %{buildroot}%{_bindir}/unsquashfs3


%changelog

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.3-9
- (18f05e2) Build with system optflags
- (18f05e2) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24139 |14mu|squashfs-tools-4.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities for the creation of compressed squashfs images
Name:		squashfs-tools
Version:	4.3
Release:	2
License:	GPLv2+
Group:		File tools
Url:		http://squashfs.sourceforge.net/
Source0:	squashfs%{version}.tar.gz
Patch0:		mksquashfs-fix-2GB-limit-of-the-is_fragment-function.patch
Patch1:		mksquashfs-fix-rare-race-in-fragment-waiting-in-file.patch
Patch2:		unsquashfs-CVE-2015-4645-CVE-2015-4646.patch
Patch3:		mksquashfs-PAE.patch
Patch4:		mksquashfs-mem-overflow.patch
BuildRequires:	attr-devel
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	liblzo-devel
BuildRequires:	pkgconfig(liblz4)

%description
squashfs-tools are utilities for the creation of compressed squashfs images.

%files
%{_bindir}/mksquashfs
%{_bindir}/unsquashfs

#----------------------------------------------------------------------------

%prep
%setup -qn squashfs%{version}
%apply_patches

%build
cd squashfs-tools
%setup_compile_flags
%make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1 COMP_DEFAULT=xz

%install
install -d %{buildroot}%{_bindir}
cd squashfs-tools
install -m 755 mksquashfs unsquashfs %{buildroot}%{_bindir}

#17.01.2017 V.Potapov
#Add fedora patches, add lzo and lz4
%changelog

* Wed Jan 18 2017 keleg <vladimir.potapov@rosalab.ru> 4.3-2
- (d722977) Merge pull request #2 from keleg/squashfs-tools:rosa2014.1
- (d722977) add fedora patches, add lzo and lz4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24140 |14mu|squid-3.5.19-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with tests

## Redefine configure values.
%define _bindir %{_prefix}/sbin
%define _datadir %{_prefix}/share/squid
%define _libexecdir %{_libdir}/squid
%define _initrddir /etc/rc.d/init.d/
%define _sysconfdir /etc/squid

%define defaultmaxfiles 8192

Summary:	The Squid proxy caching server
Name:		squid
Version:	3.5.19
Release:	1
License:	GPLv2
Group:		System/Servers
Url:		http://www.squid-cache.org/
Source0:	http://www.squid-cache.org/Versions/v3/3.5/squid-%{version}.tar.xz
Source1:	http://www.squid-cache.org/Versions/v3/3.5/squid-%{version}.tar.xz.asc
Source2:	http://www.squid-cache.org/Doc/FAQ/FAQ.tar.bz2
Source3:	squid.init
Source4:	squid.logrotate
Source5:	squid.conf.authenticate
Source6:	smb.conf
Source7:	squid.conf.transparent
Source8:	rc.firewall
Source9:	ERR_CUSTOM_ACCESS_DENIED.English
Source10:	ERR_CUSTOM_ACCESS_DENIED.French
Source11: 	squid.sysconfig
Source12:	squid.pam-0.77
Source13:	squid.pam
Source14:	squid.ifup
Patch1:		squid-config.diff
Patch2:		squid-user_group.diff
Patch3:		squid-ssl.diff
Patch11:	squid-shutdown_lifetime.diff
Patch13:	squid-errordir.diff
Patch16:	squid-3.5.5-mysql-helper-joomla.diff
Patch18:	squid-3.5.15-purge.diff
Patch19:	squid-3.4.9-configure-egrep.patch
Patch301:	squid-getconf_mess.diff
BuildRequires:	libtool
BuildRequires:	samba-client
BuildRequires:	samba-winbind
BuildRequires:	cap-devel
BuildRequires:	db-devel
BuildRequires:	krb5-devel
BuildRequires:	libsasl-devel
BuildRequires:	libtool-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
%if %{with tests}
BuildRequires:	pkgconfig(cppunit)
%endif
BuildRequires:	pkgconfig(libecap)
BuildRequires:	pkgconfig(libtirpc)
BuildRequires:	pkgconfig(openssl)
Requires(pre,post,preun,postun):	rpm-helper
Provides:	webproxy

%description
Squid is a high-performance proxy caching server for web clients, supporting 
FTP, gopher, and HTTP data objects over IPv4 or IPv6. Unlike traditional 
caching software, Squid handles all requests in a single, non-blocking, 
asynchronous process.
Squid keeps meta data and especially hot objects cached in RAM, caches DNS 
lookups, supports non-blocking DNS lookups, and implements negative caching 
of failed requests.  Squid supports SSL, extensive access controls, and full 
request logging. By using the lightweight Internet Cache Protocol (ICP) and 
HTTP Cache Protocol (HTCP) Squid caches can be arranged in a hierarchy or 
mesh for additional bandwidth savings.

Install squid if you need a proxy caching server.

This package defaults to a maximum of %{defaultmaxfiles} filedescriptors. You
can change these values at build time by using for example:

--define 'maxfiles 4096'

The package was built to support a maximum of %{?!maxfiles:%{defaultmaxfiles}}%{?maxfiles:%{maxfiles}} filedescriptors.

You can build %{name} with some conditional build swithes;

(ie. use with rpm --rebuild):
    --with[out]	test	Initiate the test suite

%files
%doc faq/* C* R* Q* rc.firewall *.conf* doc/*.txt
%exclude %{_sysconfdir}/cachemgr.conf
%dir %{_sysconfdir}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/*.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/*.default
%attr(0644,root,root) %config(noreplace) /etc/pam.d/squid
%attr(0644,root,root) %config(noreplace) /etc/sysconfig/squid
%attr(0644,root,root) %config(noreplace) /etc/logrotate.d/squid
%attr(0755,root,squid) %config(noreplace) /etc/sysconfig/network-scripts/ifup.d/squid
%attr(0755,root,squid) %{_initrddir}/squid
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/*.css
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/*.documented
%{_sysconfdir}/errors
%{_datadir}/errors
%{_datadir}/icons
%{_libexecdir}/diskd
%{_libexecdir}/unlinkd
%attr(0755,root,squid) %{_libexecdir}/cert_tool
%attr(0755,root,squid) %{_libexecdir}/cert_valid.pl
%attr(0755,root,squid) %{_libexecdir}/digest_edirectory_auth
%attr(0755,root,squid) %{_libexecdir}/digest_ldap_auth
%attr(0755,root,squid) %{_libexecdir}/digest_file_auth
%attr(0755,root,squid) %{_libexecdir}/basic_fake_auth
%attr(0755,root,squid) %{_libexecdir}/basic_getpwnam_auth
%attr(0755,root,squid) %{_libexecdir}/basic_ncsa_auth
%attr(0755,root,squid) %{_libexecdir}/basic_pam_auth
%attr(4755,root,squid) %{_libexecdir}/pinger
%attr(0755,root,squid) %{_libexecdir}/basic_pop3_auth
%attr(0755,root,squid) %{_libexecdir}/basic_sasl_auth
%attr(0755,root,squid) %{_libexecdir}/basic_smb_auth
%attr(0755,root,squid) %{_libexecdir}/basic_smb_auth.sh
%attr(0755,root,squid) %{_libexecdir}/basic_db_auth
%attr(0755,root,squid) %{_libexecdir}/basic_ldap_auth
%attr(0755,root,squid) %{_libexecdir}/basic_radius_auth
%attr(0755,root,squid) %{_libexecdir}/ext_edirectory_userip_acl
%attr(0755,root,squid) %{_libexecdir}/ext_file_userip_acl
%attr(0755,root,squid) %{_libexecdir}/ext_kerberos_ldap_group_acl
%attr(0755,root,squid) %{_libexecdir}/ext_ldap_group_acl
%attr(0755,root,squid) %{_libexecdir}/ext_session_acl
%attr(0755,root,squid) %{_libexecdir}/ext_unix_group_acl
%attr(0755,root,squid) %{_libexecdir}/storeid_file_rewrite
%attr(0755,root,squid) %{_libexecdir}/negotiate_kerberos_auth
%attr(0755,root,squid) %{_libexecdir}/negotiate_kerberos_auth_test
%attr(0755,root,squid) %{_libexecdir}/ntlm_smb_lm_auth
%attr(0755,root,squid) %{_libexecdir}/basic_msnt_multi_domain_auth
%attr(0755,root,squid) %{_libexecdir}/basic_nis_auth
%attr(0755,root,squid) %{_libexecdir}/ext_wbinfo_group_acl
%attr(0755,root,squid) %{_libexecdir}/helper-mux.pl
%attr(0755,root,squid) %{_libexecdir}/log_file_daemon
%attr(0755,root,squid) %{_libexecdir}/negotiate_wrapper_auth
%attr(0755,root,squid) %{_libexecdir}/ntlm_fake_auth
%attr(0755,root,squid) %{_libexecdir}/url_fake_rewrite
%attr(0755,root,squid) %{_libexecdir}/url_fake_rewrite.sh
%attr(0755,root,squid) %{_libexecdir}/log_db_daemon
%{_sbindir}/*
%attr(0644,root,root) %{_mandir}/man8/*
%attr(0644,root,root) %{_mandir}/man1/*
%attr(0755,squid,squid) %dir %{_var}/log/squid
%attr(0755,squid,squid) %dir %{_var}/spool/squid
%attr(0644,root,squid) /usr/share/snmp/mibs/SQUID.txt

%pretrans
if [ -e %{_datadir}/errors/zh-cn -a ! -L %{_datadir}/errors/zh-cn ]; then
  mv -f %{_datadir}/errors/zh-cn %{_datadir}/errors/zh-hans
fi
if [ -e %{_datadir}/errors/zh-tw -a ! -L %{_datadir}/errors/zh-tw ]; then
  mv -f %{_datadir}/errors/zh-tw %{_datadir}/errors/zh-hant
fi

%pre
%_pre_useradd squid %{_var}/spool/squid /bin/false

for i in %{_var}/log/squid %{_var}/spool/squid ; do
        if [ -d $i ] ; then
                for adir in `find $i -maxdepth 0 \! -user squid`; do
                        chown -R squid:squid $adir
                done
        fi
done

%post
%_create_ssl_certificate squid

%_post_service squid
 case "$LANG" in
  az*)
     DIR=Azerbaijani
     ;;
  bg*)
     DIR=Bulgarian
     ;;
  ca*)
     DIR=Catalan
     ;;
  cs*)
     DIR=Czech
     ;;
  da*)
     DIR=Danish
     ;;
  nl*)
     DIR=Dutch
     ;;
  en*)
     DIR=English
     ;;
  ea*)
     DIR=Estonian
     ;;
  fi*)
     DIR=Finnish
     ;;
  fr*)
     DIR=French
     ;;
  de*)
     DIR=German
     ;;
  el*)
     DIR=Greek
     ;;
  he*)
     DIR=Hebrew
     ;;
  hu*)
     DIR=Hungarian
     ;;
  it*)
     DIR=Italian
     ;;
  ja*)
     DIR=Japanese
     ;;
  kr*)
     DIR=Korean
     ;;
  lt*)
     DIR=Lithuanian
     ;;
  pl*)
     DIR=Polish
     ;;
  pt*)
     DIR=Portuguese
     ;;
  ro*)
     DIR=Romanian
     ;;
  ru*)
     DIR=Russian-koi8-r
     ;;
  sr*)
     DIR=Serbian
     ;;
  sk*)
     DIR=Slovak
     ;;
  es*)
     DIR=Spanish
     ;;
  sv*)
     DIR=Swedish
     ;;
  zh*)
     DIR=Traditional_Chinese
     ;;
  tr*)
     DIR=Turkish
     ;;
  *)
     DIR=English
     ;;
 esac

%preun
%_preun_service squid
if [ $1 = 0 ] ; then
	rm -f %{_var}/log/squid/*
        /sbin/chkconfig --del squid
fi

%postun
%_postun_userdel squid

#----------------------------------------------------------------------------

%package cachemgr
Summary:	The Squid Cache Manager
Group:		System/Servers
Requires(pre,postun):	rpm-helper
Requires(pre):	apache >= 2.0.54
Requires(pre):	%{name} = %{version}
Requires:	apache >= 2.0.54
Requires:	%{name} = %{version}

%description cachemgr
This package contains the Squid Cache Manager.

%files cachemgr
%attr(0644,root,root) %config(noreplace) /etc/httpd/conf/webapps.d/squid-cachemgr.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cachemgr.conf
%attr(0755,root,squid) %{_var}/www/cgi-bin/cachemgr.cgi


#----------------------------------------------------------------------------

%prep
%setup -q

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS`  `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch1 -p1 -b .config
%patch2 -p0 -b .user_group
%patch3 -p1 -b .ssl
%patch11 -p0 -b .shutdown_lifetime
%patch13 -p1 -b .errordir
%patch16 -p1 -b .joomla
%patch18 -p1 -b .purge-paths
%patch20 -p1 -b .ksh

mkdir -p faq
tar -jxf %{SOURCE2} -C faq

install -m 0755 %{SOURCE3} squid.init
install -m 0644 %{SOURCE4} squid.logrotate
install -m 0644 %{SOURCE5} squid.conf.authenticate
install -m 0644 %{SOURCE6} smb.conf
install -m 0644 %{SOURCE7} squid.conf.transparent
install -m 0755 %{SOURCE8} rc.firewall
install -m 0644 %{SOURCE11} squid.sysconfig
install -m 0755 %{SOURCE14} squid.ifup

# fix conditional pam config file
install -m 0644 %{SOURCE13} squid.pam

perl -p -i -e "s|^SAMBAPREFIX.*|SAMBAPREFIX = /usr|" helpers/basic_auth/SMB/Makefile.*
grep -r "local/bin/perl" . |sed -e "s/:.*$//g" | xargs perl -p -i -e "s@local/bin/perl@bin/perl@g"

# libtool
perl -pi -e "s|AC_PROG_RANLIB|AC_PROG_LIBTOOL|g" configure*

%build
%global optflags %{optflags} -fno-strict-aliasing

%serverbuild
rm -rf configure autom4te.cache

sh ./bootstrap.sh

export SSLLIB="-L%{_libdir} `pkg-config --libs openssl`"
export CPPFLAGS="-I%{_includedir}/openssl -I`find /usr/include -type f -name db_185.h|head -n1|xargs dirname` %{optflags} "

%ifarch x86_64
export CFLAGS="$CFLAGS -I`find /usr/include -type f -name db_185.h|head -n1|xargs dirname` -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
export CXXFLAGS="$CXXFLAGS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
%else
export CFLAGS="$CFLAGS -I`find /usr/include -type f -name db_185.h|head -n1|xargs dirname` -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
export CXXFLAGS="$CXXFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
%endif

%configure2_5x \
    --disable-arch-native \
    --enable-shared=no \
    --enable-static=no \
    --enable-xmalloc-statistics \
    --enable-carp \
    --enable-async-io \
    --enable-storeio="aufs,diskd,ufs" \
    --enable-removal-policies="heap,lru" \
    --enable-icmp \
    --enable-delay-pools \
    --disable-esi \
    --enable-icap-client \
    --enable-ecap \
    --enable-useragent-log \
    --enable-referer-log \
    --enable-wccp \
    --enable-wccpv2 \
    --disable-kill-parent-hack \
    --enable-snmp \
    --enable-cachemgr-hostname="localhost" \
    --enable-arp-acl \
    --enable-htcp \
    --enable-ssl \
    --enable-forw-via-db \
    --enable-follow-x-forwarded-for \
    --enable-cache-digests \
    --disable-poll \
    --enable-epoll \
    --enable-linux-netfilter \
    --disable-ident-lookups \
    --enable-default-hostsfile=/etc/hosts \
    --enable-auth \
    --enable-auth-basic="DB,fake,getpwnam,LDAP,MSNT-multi-domain,NCSA,NIS,PAM,POP3,RADIUS,SASL,SMB" \
    --enable-auth-ntlm="fake,smb_lm" \
    --enable-auth-negotiate="kerberos,wrapper" \
    --enable-auth-digest="eDirectory,file,LDAP" \
    --enable-external-acl-helpers="eDirectory_userip,file_userip,kerberos_ldap_group,LDAP_group,session,unix_group,wbinfo_group" \
    --enable-storeid-rewrite-helpers="file" \
    --with-default-user=%{name} \
    --with-pthreads \
    --with-dl \
    --with-openssl=%{_prefix} \
    --with-large-files \
    --with-swapdir=%{_localstatedir}/spool/squid \
    --with-build-environment=default \
    --enable-mit=`/usr/bin/krb5-config --prefix` \
    --with-logdir=%{_logdir}/squid \
    --enable-http-violations \
    --enable-zph-qos \
    %{?!maxfiles:--with-filedescriptors=%{defaultmaxfiles}}%{?maxfiles:%{maxfiles}}


#    --enable-disk-io="AIO,Blocking,DiskDaemon,DiskThreads" \

# Some versions of autoconf fail to detect sys/resource.h correctly;
# apparently because it generates a compiler warning.

if [ -e /usr/include/sys/resource.h ]; then
cat >> include/autoconf.h <<EOF
#ifndef HAVE_SYS_RESOURCE_H
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_STRUCT_RUSAGE 1
#endif
EOF
fi

%make

%install
%makeinstall_std

# make some directories
install -d %{buildroot}%{_initrddir}
install -d %{buildroot}/etc/{logrotate.d,pam.d,sysconfig}
install -d %{buildroot}/etc/sysconfig/network-scripts/ifup.d
install -d %{buildroot}/etc/httpd/conf/webapps.d
install -d %{buildroot}%{_datadir}/{errors,icons}
install -d %{buildroot}%{_datadir}/errors/{English,French}
install -d %{buildroot}%{_mandir}/man8
install -d %{buildroot}%{_var}/www/cgi-bin
install -d %{buildroot}%{_var}/log/squid
install -d %{buildroot}%{_var}/spool/squid
install -d %{buildroot}/usr/share/snmp/mibs

# fix error docs location	
rm -rf %{buildroot}%{_sysconfdir}/errors
pushd errors
    for i in *; do
	if [ -d $i ]; then
	    install -d %{buildroot}%{_datadir}/errors/$i
	    install -m0644 $i/* %{buildroot}%{_datadir}/errors/$i
	fi
    done
popd
ln -fs %{_datadir}/errors/templates %{buildroot}%{_sysconfdir}/errors

# install config
install -m0755 squid.init %{buildroot}%{_initrddir}/squid
install -m0644 squid.logrotate %{buildroot}/etc/logrotate.d/squid
install -m0644 squid.sysconfig %{buildroot}/etc/sysconfig/squid
install -m0755 squid.ifup %{buildroot}/etc/sysconfig/network-scripts/ifup.d/squid

# fix docs
cp helpers/basic_auth/SASL/basic_sasl_auth.conf .

cp helpers/external_acl/file_userip/example.conf ip_user_external_acl.example.conf
cp helpers/external_acl/file_userip/example-deny_all_but.conf ip_user_external_acl.example-deny_all_but.conf

cp helpers/external_acl/LDAP_group/ChangeLog ChangeLog.ldap_group_external_acl

head -19 helpers/basic_auth/NCSA/basic_ncsa_auth.cc > README.NCSA_basic_auth
head -56 helpers/basic_auth/PAM/basic_pam_auth.cc > README.PAM_basic_auth
head -21 helpers/basic_auth/getpwnam/basic_getpwnam_auth.cc > README.getpwnam_basic_auth
head -32 helpers/digest_auth/LDAP/digest_pw_auth.cc > README.ldap_digest_auth

install -m0755 helpers/basic_auth/SMB/basic_smb_auth.sh %{buildroot}%{_libexecdir}
install -m0755 helpers/basic_auth/SASL/basic_sasl_auth %{buildroot}%{_libexecdir}

for manpage in `find -name "*.8"`; do
    install -m0644 $manpage %{buildroot}/%{_mandir}/man8/
done

install -m 0644 %{SOURCE9} %{buildroot}%{_datadir}/errors/English/ERR_CUSTOM_ACCESS_DENIED
install -m 0644 %{SOURCE10} %{buildroot}%{_datadir}/errors/French/ERR_CUSTOM_ACCESS_DENIED

install -m644 squid.pam %{buildroot}/etc/pam.d/squid

# move the mib in-place
mv %{buildroot}%{_datadir}/mib.txt %{buildroot}/usr/share/snmp/mibs/SQUID.txt

# move cachemgr.cgi to a more safe location
mv %{buildroot}%{_libexecdir}/cachemgr.cgi %{buildroot}%{_var}/www/cgi-bin/

# provide a simple apache config
cat > %{buildroot}/etc/httpd/conf/webapps.d/squid-cachemgr.conf << EOF
<Location /cgi-bin/cachemgr.cgi>
    Require local granted
    ErrorDocument 403 "Access denied per /etc/httpd/conf/webapps.d/squid-cachemgr.conf"
</Location>
EOF

# some cleaning
rm -f %{buildroot}%{_libdir}/squid/no_check.pl

# nuke zero length files
find %{buildroot}%{_datadir}/errors/ -type f -size 0 -exec rm -f {} \;


%if %{with tests}
%check
make check
%endif


%changelog

* Mon Jul 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 3.5.19-1
- (1c943d1) Updated to 3.5.19



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24141 |14mu|squidguard-1.5-0.beta.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname	squidGuard
%define prerel	beta

%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\((.*)\\)'
%define __noautoprov 'perl\\((.*)\\)'
%else
%define _requires_exceptions perl(
%define _provides_exceptions perl(
%endif

Summary:	Filter, redirector and access controller plugin for Squid
Name:		squidguard
Version:	1.5
Release:	%{?prerel:0.%{prerel}.}3
License:	GPL
Group:		System/Servers
URL:		http://www.squidguard.org
Source0:	http://www.squidguard.org/Downloads/%{?prerel:Devel/}%{rname}-%{version}%{?prerel:-%{prerel}}.tar.gz
Source1:	%{rname}.conf.sample
Source2:	blacklists-readme
Source3:	%{rname}.cgi
Source4:	nulbanner.png
Source5:	blacklist-update
Source6:	%{rname}.logrotate
Source7:	squidGuard-1.4-patch-20150201.tar.gz
Patch0:		squidGuard-1.2.0.default_dir.patch
Patch1:		squidGuard-DESTDIR.diff
Patch2:		squidGuard-1.4-make_default_config_work.diff

#Debian patches
Patch11:	04_update-links-in-doc-files.patch
Patch12:	05_distclean-more-files.patch
Patch13:	06_move-setuserinfo-to-sg-y.patch
Patch15:	09_missing-content-after-percent-sign.patch
Patch16:	10_use-newer-ldapsearch-of-denis.patch
Patch17:	11_fix-for-clean-target-without-syslog.patch

BuildRequires:	bison 
BuildRequires:	db-devel
BuildRequires:	flex
BuildRequires:	openldap-devel
Requires:	squid 
Provides:	squidGuard = %{EVRD}

%description
SquidGuard is a combined filter, redirector and access controller plugin for
Squid. It is free, very flexible, extremely fast, easily installed, portable.
SquidGuard can be used to 
- limit the web access for some users to a list of accepted/well known web
servers and/or URLs only. 
- block access to some listed or blacklisted web servers and/or URLs for
some users. 
- block access to URLs matching a list of regular expressions or words for
some users. 
- enforce the use of domainnames/prohibit the use of IP address in URLs. 
- redirect blocked URLs to an "intelligent" CGI based info page.
- redirect unregistered user to a registration form. 
- redirect popular downloads like Netscape, MSIE etc. to local copies. 
- redirect banners to an empty GIF.
- have different access rules based on time of day, day of the week, date
etc. 
- have different rules for different user groups. 

Neither squidGuard nor Squid can be used to 

- filter/censor/edit text inside documents 
- filter/censor/edit embeded scripting languages 
  like JavaScript or VBscript inside HTML 


%prep

%setup -q -n %{rname}-%{version}%{?prerel:-%{prerel}}

# fix attribs
find . -type d -perm 0750 -exec chmod 755 {} \;
find . -type f -perm 0640 -exec chmod 644 {} \;

%patch0 -p1
%patch1 -p0
%patch2 -p0

%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1

cp %{SOURCE6} %{rname}.logrotate

%build
%serverbuild

%configure2_5x \
    --with-ldap \
    --with-sg-config=%{_sysconfdir}/squid/%{rname}.conf \
    --with-sg-logdir=/var/log/squidGuard \
    --with-sg-dbhome=%{_datadir}/%{rname}-%{version}/db

%make

#Apply squidGuard-1.4-patch-20150201.tar.gz
tar -xzf %{SOURCE7} --overwrite -C samples/ --strip-components=1

%install
Q=%{buildroot}%{_datadir}/%{rname}-%{version}

install -d %{buildroot}%{_sysconfdir}/squid
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}/var/log/squidGuard
install -d %{buildroot}/var/www/cgi-bin
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/%{rname}-%{version}/contrib
install -d %{buildroot}%{_datadir}/%{rname}-%{version}/db/{advertising,bannedsource,banneddestination}
install -d %{buildroot}%{_datadir}/%{rname}-%{version}/db/{timerestriction,lansource,privilegedsource}
install -d %{buildroot}%{_datadir}/%{rname}-%{version}/db/{porn,adult,audio-video,forums,hacking,redirector}
install -d %{buildroot}%{_datadir}/%{rname}-%{version}/db/{warez,ads,aggressive,drugs,gambling,publicite,violence}

%makeinstall_std SQUIDUSER="`id -nu`"

install -m0644 %{rname}.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{rname}

touch $Q/db/advertising/{domains,urls}
touch $Q/db/banneddestination/{domains,urls,expressions}
touch $Q/db/bannedsource/ips
touch $Q/db/lansource/lan
touch $Q/db/timerestriction/lan
touch $Q/db/privilegedsource/ips

# the blacklists default directories (Fabrice Pringent's one)
touch $Q/db/porn/{domains,urls,expressions}
touch $Q/db/adult/{domains,urls,expressions}
touch $Q/db/audio-video/{domains,urls}
touch $Q/db/forums/{domains,urls,expressions}
touch $Q/db/hacking/{domains,urls}
touch $Q/db/redirector/{domains,urls,expressions}
touch $Q/db/warez/{domains,urls}
touch $Q/db/ads/{domains,urls}
touch $Q/db/aggressive/{domains,urls}
touch $Q/db/drugs/{domains,urls}
touch $Q/db/gambling/{domains,urls}
touch $Q/db/publicite/{domains,urls,expressions}
touch $Q/db/violence/{domains,urls,expressions}

cd samples/dest/
tar xzf blacklists.tar.gz
cp -af blacklists/* $Q/db
cd -

cp -a contrib/hostbyname/hostbyname $Q/contrib/
cp -a contrib/sgclean/sgclean $Q/contrib/
cp -a contrib/squidGuardRobot/{squidGuardRobot,RobotUserAgent.pm} $Q/contrib/

cp -a samples/dest $Q/samples
cp -a samples/*{.conf,.cgi} $Q/samples

cp -a %{SOURCE2} .
cp -a %{SOURCE5} .

rm -rf $Q/test/test*.conf.*

# default config files
# log & error files
touch %{buildroot}/var/log/%{rname}/%{rname}.{log,error}
touch %{buildroot}/var/log/%{rname}/advertising.log

# conf file
install %{SOURCE1} %{buildroot}/etc/squid/%{rname}.conf.sample
cp -af %{SOURCE3} %{SOURCE4} %{buildroot}/var/www/cgi-bin
rm -rf %{buildroot}%{_datadir}/%{rname}-%{version}/samples/dest

# cleanup
rm -rf %{buildroot}%{_prefix}/squidGuard

# fix attribs
find %{buildroot} -type d -perm 0750 -exec chmod 755 {} \;
find %{buildroot} -type f -perm 0640 -exec chmod 644 {} \;

%preun
if [ $1 = 0 ] ; then
        rm -f /var/log/squidGuard/*
fi

%post
rm -rf `find %{_datadir}/%{rname}-%{version}/db |grep "\.db"`
%{_bindir}/%{rname} -c  %{_sysconfdir}/squid/%{rname}.conf.sample -C all 
for i in privilegedsource bannedsource timerestriction lansource banneddestination advertising; do
    rm -rf /usr/share/%{rname}-%{version}/db/$i/*.db 
done
chown -R squid:squid /usr/share/%{rname}-%{version}/db

echo "WARNING !!! WARNING !!! WARNING !!! WARNING !!!"
echo ""
echo "Modify the following line in the /etc/squid/squid.conf file:"
echo "url_rewrite_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf"

%postun
if [ "$1" = "0" ]; then
    rm -rf %{_datadir}/%{rname}-%{version}
fi

%triggerun -- squidGuard <= 1.2.0-13mdv2007.1
mv %{_datadir}/%{rname}-%{version} %{_datadir}/%{rname}-%{version}.bk

%triggerpostun -- squidGuard <= 1.2.0-13mdv2007.1
mv %{_datadir}/%{rname}-%{version}.bk %{_datadir}/%{rname}-%{version}

%files
%doc COPYING GPL README README.LDAP ANNOUNCE CHANGELOG blacklists-readme doc/*.{html,gif,txt}
%config(noreplace) %{_sysconfdir}/squid/*
%config(noreplace) %{_sysconfdir}/logrotate.d/%{rname}
%{_bindir}/*
%attr(0755,apache,apache) /var/www/cgi-bin/*.cgi
%attr(0755,apache,apache) /var/www/cgi-bin/*.png
%{_datadir}/%{rname}-%{version}/contrib
%{_datadir}/%{rname}-%{version}/samples
%{_datadir}/%{rname}-%{version}/db
%dir %attr(-,squid,squid)/var/log/%{rname}
%attr(-,squid,squid)/var/log/%{rname}/*



%changelog

* Sun Oct 16 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.5-0.beta.3
- (55d2de0) Fix CVE-2015-8936



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24142 |14mu|squirrel-3.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ver %(echo %{version} |sed -e 's,\\.,_,g')

%define _disable_ld_no_undefined %{nil}

%define oname SQUIRREL3

%define major 0
%define libname %mklibname %{name} %{major}
%define libstdl %mklibname sqstdlib %{major}
%define devname %mklibname %{name} -d

Summary:	The squirrel language
Name:		squirrel
Version:	3.0.7
Release:	1
License:	zlib
Group:		Development/Tools
Url:		http://squirrel-lang.org
Source0:	http://ovh.dl.sourceforge.net/sourceforge/squirrel/%{name}_%{ver}_stable.tar.gz
Patch0:		squirrel-autoconfiscate.patch

%description
Squirrel is a light weight programming language featuring higher-order
functions,classes/inheritance, delegation, tail recursion, generators,
cooperative threads,exception handling, reference counting and garbage
collection on demand. C-like syntax.

%files
%doc README HISTORY COPYRIGHT COMPILE
%{_bindir}/sq

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library from %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library from %{name}.

%files -n %{libname}
%{_libdir}/libsquirrel.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libstdl}
Summary:	Shared library from %{name}
Group:		System/Libraries

%description -n %{libstdl}
Shared library from %{name}.

%files -n %{libstdl}
%{_libdir}/libsqstdlib.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files from %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libstdl} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files from %{name}.

%files -n %{devname}
%dir %{_datadir}/%{name}/examples/
%{_datadir}/%{name}/examples/*.nut
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}
%patch0 -p1 -b .autotools

# fix file permissions
find . -type f -exec chmod a-x {} \;
chmod +x configure config.guess config.sub

# fix EOL + preserve timestamps
for f in README HISTORY COPYRIGHT
do
    perl -pi -e 's/\015$//' $f
done

%build
autoreconf -fi
%configure2_5x \
	--includedir=%{_includedir}/%{name} \
	--disable-static
%make

%install
%makeinstall_std INSTALL="/usr/bin/install -p"

# Add pkgconfig file
mkdir -p %{buildroot}%{_libdir}/pkgconfig
cat >%{buildroot}%{_libdir}/pkgconfig/squirrel.pc <<EOF
prefix=%{_prefix}
exec_prefix=%{_prefix}
libdir=%{_libdir}
includedir=%{_includedir}/squirrel

Name: %{name}
Description: squirrel library
Version: %{version}

Requires:
Libs: -lsquirrel -lsqstdlib
Cflags: -I\${includedir}
EOF

#correct wrong file end of line encoding
perl -pi -e 's/\015$//' %{buildroot}/%{_includedir}/*

# Fix SUSE-ism
mv %{buildroot}%{_docdir}/packages/%{name} %{buildroot}%{_docdir}/%{name}
rmdir %{buildroot}%{_docdir}/packages


%changelog

* Mon Dec 21 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.7-1
- (5fa7c09) New version 3.0.7
- (5fa7c09) Re-organize library subpackages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24143 |14mu|ssd-utils-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ssd-utils
Summary:	Utilities for SSD drives needed for regular TRIMming
Version:	1.0
Release:	2
License:	Public Domain
Group:		System/Base
Source0:	fstrim-all
Source1:	fstrim.cron
BuildArch:	noarch

Requires:	anacron
Requires:	util-linux

%description
This package sets up automatic TRIMming for SSD drives, which should lessen
the performance degradation.
See http://en.wikipedia.org/wiki/Trim_(computing) for details.

%install
install -m755 -d %{buildroot}/sbin
install -p -m755 %{SOURCE0} %{buildroot}/sbin

install -m755 -d %{buildroot}%{_sysconfdir}/cron.weekly
install -p -m755 %{SOURCE1} %{buildroot}%{_sysconfdir}/cron.weekly

%post
/sbin/fstrim-all || true

%files 
# Place fstrim-all to /sbin, where fstrim itself is.
/sbin/fstrim-all
%{_sysconfdir}/cron.weekly/fstrim.cron

%changelog
* Fri Oct 10 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0-2
+ Revision: f031ca4
- Enable logging to /var/log/fstrim-all.log



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24144 |14mu|sshfs-fuse-2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Filesystem running over SFTP
Name:		sshfs-fuse
Version:	2.5
Release:	3
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://fuse.sourceforge.net/sshfs.html
Source0:	http://downloads.sourceforge.net/fuse/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(fuse)
BuildRequires:	pkgconfig(glib-2.0)
Requires:	fuse

%description
This is a filesystem client based on the SSH File Transfer Protocol.
Since most SSH servers already support this protocol it is very easy to set up:
i.e. on the server side there's nothing to do.  On the client side mounting the
filesystem is as easy as logging into the server with ssh.

    * Based on FUSE
    * Multithreading: more than one request can be on it's way to the server
    * Allowing large reads (max 64k)
    * Caching directory contents

%files
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README 
%attr(0755,root,root) %{_bindir}/sshfs
%{_mandir}/man1/sshfs.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CC="%{__cc} -fPIC"
./configure \
	--disable-dependency-tracking \
	--disable-sshnodelay \
	--prefix=%{buildroot}%{_prefix}
make

%install
mkdir -p %{buildroot}%{_bindir} \
         %{buildroot}%{_mandir}
make install


%changelog

* Mon Nov 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5-3
- (35d1fb1) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24145 |14mu|sshpass-1.06-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Non-interactive SSH authentication utility
Name:		sshpass
Version:	1.06
Release:	3
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://sshpass.sourceforge.net/
Source0:	http://downloads.sourceforge.net/sshpass/%{name}-%{version}.tar.gz

%description
Tool for non-interactively performing password authentication with so called
"interactive keyboard password authentication" of SSH. Most users should use
more secure public key authentication of SSH instead.

%files
%doc AUTHORS COPYING ChangeLog NEWS
%{_bindir}/sshpass
%{_mandir}/man1/sshpass.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std



%changelog

* Tue Feb 14 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.06-3
- (b3d27ee) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24146 |14mu|sssd-1.13.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Update this if build fails with "LDB module path is incorrect".
%define ldb_modulesdir	%{_libdir}/ldb

%define __noautoprov 'py(sss|hbac).*\\.so'

%define sssdstatedir	%{_localstatedir}/lib/sss
%define dbpath		%{sssdstatedir}/db
%define pipepath	%{sssdstatedir}/pipes
%define pubconfpath	%{sssdstatedir}/pubconf
%define cachepath	%{sssdstatedir}/mc
%define keytabspath	%{sssdstatedir}/keytabs

%define major 0
%define libname		%mklibname sssd %{major}
%define devname		%mklibname %{name} -d
%define libsimpleifp	%mklibname sss_simpleifp %{major}
%define libidmap	%mklibname sss_idmap %{major}
%define libipahbac	%mklibname sss_ipa_hbac %{major}
%define libwbclient	%mklibname sss_wbclient %{major}
%define libidmapnss	%mklibname sss_idmap_nss %{major}

%define libnssmajor 2
%define libnsssss	%mklibname nss_sss %{libnssmajor}

%define Werror_cflags %nil
%define _disable_ld_no_undefined 1

Summary:	System Security Services Daemon
Name:		sssd
Version:	1.13.4
Release:	3
License:	GPLv3+
Group:		System/Libraries
Url:		http://fedorahosted.org/sssd/
Source0:	https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz
Source10:	sssd.service
Patch01:	0001-IPA-terminate-properly-if-view-name-lookup-fails.patch
Patch02:	0002-UTIL-Add-ERR_SBUS_REQUEST_HANDLED.patch
Patch03:	0003-IFP-Do-not-crash-on-invalid-arguments-to-GetUserAttr.patch
Patch04:	0004-tests-Extend-test_child_common.c-to-include-tests-fo.patch
Patch05:	0005-TOOLS-Fix-warning-maybe-uninitialized.patch
Patch06:	0006-UTIL-exit-the-forked-process-if-exec-ing-a-child-pro.patch
Patch07:	0007-AD-Do-not-schedule-the-machine-renewal-task-if-adcli.patch
Patch08:	0008-IPA-use-forest-name-when-looking-up-the-Global-Catal.patch
Patch09:	0009-AD-Do-not-leak-file-descriptors-during-machine-passw.patch
Patch10:	0010-Do-not-leak-fds-in-case-of-failures-setting-up-a-chi.patch
Patch11:	0011-LDAP-Try-also-the-AD-access-control-for-IPA-users.patch
Patch12:	0012-libwbclient-wbcSidsToUnixIds-don-t-fail-on-errors.patch
Patch13:	0013-RESPONDER-Fix-error-check-in-cache_req.c.patch
Patch14:	0014-AD-use-krb5_keytab-for-subdomain-initialization.patch
Patch15:	0015-RESPONDER-Remove-usage-of-CACHE_REQ_DEBUG.patch
Patch16:	0016-pam-srv-tests-Increase-cached_auth_timeout.patch
Patch17:	0017-Changes-to-allow-SSSD-to-be-used-for-access-control-.patch
Patch18:	0018-IPA-Handle-requests-for-netgroups-from-trusted-domai.patch
Patch19:	0019-SYSDB-Fixing-DB-update.patch
Patch20:	0020-views-allow-override-added-for-non-default-views-at-.patch
Patch21:	0021-dyndns-Add-checks-for-NULL.patch
Patch22:	0022-LDAP-remove-unused-param.-in-sdap_fallback_local_use.patch
Patch23:	0023-sdap-Fix-ldap_rfc_2307_fallback_to_local_users.patch
Patch24:	0024-Fix-packet-size-calculation-in-sss_packet_new.patch
Patch25:	1001-Netlink-Ignore-RTM_NEWADDR-signals-from-link-local.patch

BuildRequires:	bind-utils
BuildRequires:	docbook-dtd44-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	doxygen
BuildRequires:	samba-common
BuildRequires:	xsltproc
BuildRequires:	cifs-utils-devel
BuildRequires:	keyutils-devel
BuildRequires:	libunistring-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
BuildRequires:	samba-devel
BuildRequires:	samba-util-devel
BuildRequires:	pkgconfig(augeas)
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(collection)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dhash)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(ini_config)
BuildRequires:	pkgconfig(libselinux)
BuildRequires:	pkgconfig(libsemanage)
BuildRequires:	pkgconfig(krb5)
BuildRequires:	pkgconfig(ldb)
BuildRequires:	pkgconfig(libcares)
BuildRequires:	pkgconfig(libnfsidmap)
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libsystemd-journal)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(ndr)
BuildRequires:	pkgconfig(nspr)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(path_utils)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(talloc)
BuildRequires:	pkgconfig(tdb)
BuildRequires:	pkgconfig(tevent)
Requires:	sssd-client = %{EVRD}
Requires:	sasl-plug-gssapi
Requires(pre):	rpm-helper

%description
Provides a set of daemons to manage access to remote directories and
authentication mechanisms. It provides an NSS and PAM interface toward
the system and a pluggable backend system to connect to multiple different
account sources. It is also the basis to provide client auditing and policy
services for projects like FreeIPA.

%files -f sssd.lang
%doc COPYING
%doc src/examples/sssd-example.conf
%{_unitdir}/sssd.service
%config(noreplace) %{_sysconfdir}/rwtab.d/sssd
%config(noreplace) %{_sysconfdir}/logrotate.d/sssd
%config(noreplace) %{_sysconfdir}/systemd/sssd.service.d/journal.conf
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.sssd.infopipe.conf
%{_datarootdir}/dbus-1/system-services/org.freedesktop.sssd.infopipe.service
%{_sbindir}/sssd
%{_libexecdir}/%{name}/gpo_child
%{_libexecdir}/%{name}/krb5_child
%{_libexecdir}/%{name}/ldap_child
%{_libexecdir}/%{name}/p11_child
%{_libexecdir}/%{name}/proxy_child
%{_libexecdir}/%{name}/selinux_child
%{_libexecdir}/%{name}/sssd_be
%{_libexecdir}/%{name}/sssd_nss
%{_libexecdir}/%{name}/sssd_pam
%{_libexecdir}/%{name}/sssd_autofs
%{_libexecdir}/%{name}/sssd_ssh
%{_libexecdir}/%{name}/sssd_sudo
%{_libexecdir}/%{name}/sssd_ifp
%{_libexecdir}/%{name}/sssd_pac
%{_libexecdir}/%{name}/sss_signal
%{_bindir}/sss_ssh_authorizedkeys
%{_bindir}/sss_ssh_knownhostsproxy
%dir %{sssdstatedir}
%dir %{_localstatedir}/cache/krb5rcache
%attr(700,root,root) %dir %{dbpath}
%attr(755,root,root) %dir %{pipepath}
%attr(755,root,root) %dir %{pubconfpath}
%attr(755,root,root) %dir %{pubconfpath}/krb5.include.d
%attr(755,root,root) %dir %{cachepath}
%attr(700,root,root) %dir %{pipepath}/private
%attr(750,root,root) %dir %{_var}/log/%{name}
%attr(700,root,root) %dir %{_sysconfdir}/sssd
%attr(700,root,root) %dir %{keytabspath}
%{_datadir}/sssd/sssd.api.conf
%{_datadir}/sssd/sssd.api.d
%{_mandir}/man1/sss_ssh_authorizedkeys.1.xz
%{_mandir}/man1/sss_ssh_knownhostsproxy.1.xz
%{_mandir}/man5/sssd.conf.5.xz
%{_mandir}/man8/sssd.8.xz
%{_mandir}/man5/sssd-ipa.5.xz
%{_mandir}/man5/sssd-krb5.5.xz
%{_mandir}/man5/sssd-ldap.5.xz
%{_mandir}/man5/sssd-simple.5.xz
%{_mandir}/man5/sssd-sudo.5.xz
%{_mandir}/man5/sssd-ad.5.xz
%{_mandir}/man5/sssd-ifp.5.xz

%post
%systemd_post %{name}.service

# Touch files to avoid misleading warnings in journald logs:
# '... sssd_*[PID]: chown failed for [sssd_*]: [2]'
# Messages appear on first start of sssd as daemon can't chown
# log files which do not exist yet.
if [ $1 -eq 1 ] ; then
	# Initial installation
	for i in `ls -1 %{_libexecdir}/%{name}/sssd_*`
		do
		touch %{_logdir}/%{name}/`basename $i`.log
		done
fi

%preun
%systemd_postun %{name}.service

#----------------------------------------------------------------------------

%package client
Summary:	SSSD Client libraries for NSS and PAM
Group:		System/Base
Requires:	nss_sss = %{EVRD}

%description client
Provides the plugins needed by the PAM and NSS stacks to connect to the SSSD
service.

%files client -f sssd-client.lang
%doc src/sss_client/COPYING src/sss_client/COPYING.LESSER
%{_libdir}/%{name}/modules/sssd_krb5_localauth_plugin.so
%{_libdir}/%{name}/modules/libsss_autofs.so
%{_libdir}/krb5/plugins/libkrb5/sssd_krb5_locator_plugin.so
%{_libdir}/krb5/plugins/authdata/sssd_pac_plugin.so
%{_libdir}/cifs-utils/cifs_idmap_sss.so
%{_libdir}/libnfsidmap/sss.so
/%{_lib}/security/pam_sss.so
%{ldb_modulesdir}/memberof.so
%{_mandir}/man8/pam_sss.8.xz
%{_mandir}/man8/sssd_krb5_locator_plugin.8.xz

# This package may require post and postun jobs to register/activate plugins.
# If we ever come up with default configuration of course. To be considered.

#----------------------------------------------------------------------------

%package tools
Summary:	Userspace tools for use with the SSSD
License:	GPLv3+
Group:		System/Base
Requires:	%{name} = %{EVRD}
Requires(pre):	rpm-helper

%description tools
Provides userspace tools for manipulating users, groups, and nested groups in
SSSD when using id_provider = local in /etc/sssd/sssd.conf.

Also provides several other administrative tools:
    * sss_debuglevel to change the debug level on the fly
    * sss_seed which pre-creates a user entry for use in kickstarts
    * sss_obfuscate for generating an obfuscated LDAP password

%files tools -f sssd-tools.lang
%doc COPYING
%{_sbindir}/sss_cache
%{_sbindir}/sss_debuglevel
%{_sbindir}/sss_groupadd
%{_sbindir}/sss_groupdel
%{_sbindir}/sss_groupmod
%{_sbindir}/sss_groupshow
%{_sbindir}/sss_obfuscate
%{_sbindir}/sss_override
%{_sbindir}/sss_seed
%{_sbindir}/sss_useradd
%{_sbindir}/sss_userdel
%{_sbindir}/sss_usermod
%{_mandir}/man8/sss_cache.8*
%{_mandir}/man8/sss_debuglevel.8*
%{_mandir}/man8/sss_groupadd.8*
%{_mandir}/man8/sss_groupdel.8*
%{_mandir}/man8/sss_groupmod.8*
%{_mandir}/man8/sss_groupshow.8*
%{_mandir}/man8/sss_obfuscate.8*
%{_mandir}/man8/sss_override.8*
%{_mandir}/man8/sss_seed.8*
%{_mandir}/man8/sss_useradd.8*
%{_mandir}/man8/sss_userdel.8*
%{_mandir}/man8/sss_usermod.8*

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	SSSD Python modules
Group:		Development/Python

%description -n python-%{name}
System Security Services daemon (SSSD) Python modules.

%files -n python-%{name}
%doc COPYING
%dir %{python_sitelib}/SSSDConfig/*.py*
%{python_sitelib}/SSSDConfig-%{version}-py2.7.egg-info
%{python_sitearch}/pysss_nss_idmap.so
%{python_sitearch}/pysss_murmur.so
%{python_sitearch}/pyhbac.so
%{python_sitearch}/pysss.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	SSSD development package
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
System Security Services daemon (SSSD) development files.

%files -n %{devname}
%doc COPYING
%{_includedir}/sss_sifp_dbus.h
%{_includedir}/sss_sifp.h
%{_includedir}/wbclient_sssd.h
%{_includedir}/sss_nss_idmap.h
%{_includedir}/sss_idmap.h
%{_includedir}/ipa_hbac.h
%{_libdir}/sssd/modules/libwbclient.so
%{_libdir}/libsss_simpleifp.so
%{_libdir}/libsss_nss_idmap.so
%{_libdir}/libsss_idmap.so
%{_libdir}/libipa_hbac.so
%{_libdir}/pkgconfig/sss_simpleifp.pc
%{_libdir}/pkgconfig/wbclient_sssd.pc
%{_libdir}/pkgconfig/sss_nss_idmap.pc
%{_libdir}/pkgconfig/sss_idmap.pc
%{_libdir}/pkgconfig/ipa_hbac.pc
%{_mandir}/man5/sss_rpcidmapd.5.xz

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	SSSD daemon libraries
Group:		System/Libraries

%description -n %{libname}
Provides SSSD daemon set private libraries.

%files -n %{libname}
%doc COPYING
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libsss_ad.so
%{_libdir}/%{name}/libsss_cert.so
%{_libdir}/%{name}/libsss_child.so
%{_libdir}/%{name}/libsss_config.so
%{_libdir}/%{name}/libsss_crypt.so
%{_libdir}/%{name}/libsss_debug.so
%{_libdir}/%{name}/libsss_ipa.so
%{_libdir}/%{name}/libsss_krb5.so
%{_libdir}/%{name}/libsss_krb5_common.so
%{_libdir}/%{name}/libsss_ldap.so
%{_libdir}/%{name}/libsss_ldap_common.so
%{_libdir}/%{name}/libsss_proxy.so
%{_libdir}/%{name}/libsss_semanage.so
%{_libdir}/%{name}/libsss_simple.so
%{_libdir}/%{name}/libsss_util.so
%{_libdir}/%{name}/libsss_sudo.so
%{_libdir}/libsss_sudo.so

#----------------------------------------------------------------------------

%package -n %{libnsssss}
Summary:	SSSD plugin for NSS
Group:		System/Libraries
Provides:	nss_sss = %{EVRD}

%description -n %{libnsssss}
SSSD plugin for the Name Service Switch.

%files -n %{libnsssss}
%doc COPYING
%doc src/sss_client/COPYING src/sss_client/COPYING.LESSER
/%{_lib}/libnss_sss.so.%{libnssmajor}

#----------------------------------------------------------------------------

%package -n %{libidmapnss}
Summary:	NSS Responder ID-mapping interface
Group:		System/Libraries

%description -n %{libidmapnss}
NSS Responder ID-mapping interface for SSSD NSS plugin.

%files -n %{libidmapnss}
%doc COPYING
%{_libdir}/libsss_nss_idmap.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libsimpleifp}
Summary:	SSSD InfoPipe responder library
Group:		System/Libraries

%description -n %{libsimpleifp}
A library that simplifies work with the InfoPipe responder.

%files -n %{libsimpleifp}
%doc COPYING
%{_libdir}/libsss_simpleifp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libidmap}
Summary:	A library to allow communication between idmap and SSSD
Group:		System/Libraries

%description -n %{libidmap}
A utility library to allow communication between Autofs and SSSD.

%files -n %{libidmap}
%doc COPYING
%{_libdir}/libsss_idmap.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libipahbac}
Summary:	FreeIPA HBAC Evaluator library
Group:		System/Libraries

%description -n %{libipahbac}
Provides the FreeIPA HBAC Evaluator library for SSSD.

%files -n %{libipahbac}
%doc COPYING
%{_libdir}/libipa_hbac.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwbclient}
Summary:	SSSD implementation of wbclient API
Group:		System/Libraries

%description -n %{libwbclient}
SSSD implementation of Samba wbclient API.

%files -n %{libwbclient}
%doc COPYING
%{_libdir}/%{name}/modules/libwbclient.so.%{major}*

# This plugin might require post and postun jobs to register/activate

#----------------------------------------------------------------------------
%prep
# Can't use %%{pkg-config..} macro directly. It fails as it is being called
# before Buildrequire'd package "ldb-devel" has a chance to get installed.

if [ "%{ldb_modulesdir}" == `pkg-config --variable=modulesdir ldb` ];
  then
	echo "LDB module path %{ldb_modulesdir} seems to be correct"
  else
	echo "LDB module path is incorrect. Please check and/or update spec file."
	exit 1
fi
%setup -q

%patch01 -p1
%patch02 -p1
%patch03 -p1
%patch04 -p1
%patch05 -p1
%patch06 -p1
%patch07 -p1
%patch08 -p1
%patch09 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch18 -p1
%patch19 -p1
%patch20 -p1
%patch21 -p1
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p1

%build
%configure2_5x \
    --with-db-path=%{dbpath} \
    --with-systemdconfdir=%{_systemdconfdir} \
    --with-systemdunitdir=%{_unitdir} \
    --with-initscript=systemd \
    --with-syslog=journald \
    --with-pipe-path=%{pipepath} \
    --with-pubconf-path=%{pubconfpath} \
    --with-init-dir=%{_initrddir} \
    --with-krb5-rcache-dir=%{_localstatedir}/cache/krb5rcache \
    --enable-nsslibdir=/%{_lib} \
    --with-python-bindings \
    --with-sudo \
    --with-sudo-lib-path=%{_libdir}/%{name} \
    --enable-pammoddir=/%{_lib}/security \
    --disable-static \
    --disable-rpath \
    --with-test-dir=/dev/shm \
    --enable-ldb-version-check \
    --enable-sss-default-nss-plugin \
    --without-python3-bindings

%make

%install

%makeinstall_std

# Prepare language files
%find_lang sssd

# Prepare config dir
mkdir -p %{buildroot}/%{_sysconfdir}/sssd

# Copy default logrotate file
mkdir -p %{buildroot}/%{_sysconfdir}/logrotate.d
install -m644 src/examples/logrotate %{buildroot}%{_sysconfdir}/logrotate.d/sssd

# Make sure SSSD is able to run on read-only root
mkdir -p %{buildroot}/%{_sysconfdir}/rwtab.d
install -m644 src/examples/rwtab %{buildroot}%{_sysconfdir}/rwtab.d/sssd

# Replace sysv init script with systemd unit file
rm -f %{buildroot}/%{_initrddir}/%{name}
mkdir -p %{buildroot}/%{_unitdir}/
install -m644 %{SOURCE10} %{buildroot}/%{_unitdir}/

# Suppress developer-only documentation
rm -Rf %{buildroot}%{_docdir}/%{name}/doc

# Find sssd native language man files
for man in `find %{buildroot}/%{_mandir}/??/man?/ -type f -name 'sss_ssh_*' -or -name 'sssd*' -and -not -name 'sssd_krb5_locator_plugin.*' | sed -e "s#%{buildroot}/%{_mandir}/##"`
do
	lang=`echo $man | cut -c 1-2` ; echo \%lang\(${lang}\) \%{_mandir}/${man}.xz >> sssd.lang
done

# Find sssd-tools native language man files
for man in `find %{buildroot}/%{_mandir}/??/man?/ -type f -name 'sss_*' -and -not -name 'sss_ssh_*' | sed -e "s#%{buildroot}/%{_mandir}/##"`
do
	lang=`echo $man | cut -c 1-2` ; echo \%lang\(${lang}\) \%{_mandir}/${man}.xz >> sssd-tools.lang
done

# Find sssd-client native language man files
for man in `find %{buildroot}/%{_mandir}/??/man?/ -type f -name 'pam_sss.*' -or -name 'sssd_krb5_locator_plugin.*' | sed -e "s#%{buildroot}/%{_mandir}/##"`
do
	lang=`echo $man | cut -c 1-2` ; echo \%lang\(${lang}\) \%{_mandir}/${man}.xz >> sssd-client.lang
done

# Fix E: non-standard-dir-perm (Badness: 1) /usr/src/debug/sssd-1.12.4 0775
find . -type d -perm 0775 -exec chmod 0755 {} \;

# http://bugs.rosalinux.ru/show_bug.cgi?id=6280
pushd %{buildroot}%{_libdir}
ln -s %{name}/libsss_sudo.so libsss_sudo.so
popd


%changelog

* Thu Sep 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.13.4-3
- (e529d88) SELinux is always requires to build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24147 |14mu|step-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define eigen_version 2.0.3

Summary:	Interactive physical simulator
Name:		step
Version:	4.14.3
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://edu.kde.org/step/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(gsl)
BuildRequires:	pkgconfig(eigen2) >= %{eigen_version}
BuildRequires:	pkgconfig(libqalculate)

%description
Step is an interactive physical simulator. It works like this:
you place some bodies on the scene, add some forces such as gravity
or springs, then click "Simulate" and Step shows you how your scene
will evolve according to the laws of physics. You can change every
property of bodies/forces in your experiment (even during simulation)
and see how this will change evolution of the experiment. With Step
you can not only learn but feel how physics works!

%files
%doc README AUTHORS ChangeLog COPYING COPYING.DOC DESIGN TODO
%doc %{_kde_docdir}/HTML/en/step
%{_kde_applicationsdir}/step.desktop
%{_kde_appsdir}/step
%{_kde_bindir}/step
%{_kde_configdir}/step.knsrc
%{_kde_datadir}/appdata/step.appdata.xml
%{_kde_datadir}/config.kcfg/step.kcfg
%{_kde_iconsdir}/hicolor/*/apps/step.png

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 44fa9d4
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24148 |14mu|strace-4.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		strace
Version:	4.11
Release:	1
Summary:	Tracks and displays system calls associated with a running process
License:	BSD
Group:		Development/Kernel
URL:		http://sourceforge.net/projects/strace/
Source0:	http://downloads.sourceforge.net/project/strace/strace/%{version}/strace-%{version}.tar.xz

%description
The strace program intercepts and records the system calls called
and received by a running process.  Strace can print a record of
each system call, its arguments and its return value.  Strace is useful
for diagnosing problems and debugging, as well as for instructional
purposes.

Install strace if you need a tool to track the system calls made and
received by a process.

%prep
%setup -q
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std

# remove unpackaged files
rm %{buildroot}%{_bindir}/strace-graph

%check
make check

%files
%doc COPYING README* CREDITS ChangeLog INSTALL NEWS
%{_bindir}/strace
%{_bindir}/strace-log-merge
%{_mandir}/man1/strace.1*



%changelog

* Sat Dec 26 2015 Denis Silakov <dsilakov@gmail.com> 4.11-1
- (4a08ab4) Updated to 4.11, added 'make check'



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24149 |14mu|strigi-0.7.8-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Desktop Search
Name:		strigi
Version:	0.7.8
Release:	14
Epoch:		1
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://strigi.sourceforge.net
Source0:	http://www.vandenoever.info/software/strigi/%{name}-%{version}.tar.bz2
Patch0:		strigi-0.7.7-missinglink.patch
BuildRequires:	cmake
BuildRequires:	attr-devel
BuildRequires:	bzip2-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	magic-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(exiv2)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libclucene-core)
BuildRequires:	pkgconfig(openssl)
Obsoletes:	%{mklibname cluceneindex 0} < 0.7.7-2

%description
Here are the main features of Strigi:

    * very fast crawling
    * very small memory footprint
    * no hammering of the system
    * pluggable backend, currently clucene and hyperestraier, 
        sqlite3 and xapian are in the works
    * communication between daemon and search program over an 
        abstract interface, this is currently a simple socket 
        but implementation of dbus is a possibility. There's a 
        small perl program in the code as an example of how to 
        query. This is so easy that any KDE app could implement this.
    * simple interface for implementing plugins for extracting 
        information. we'll try to reuse the kat plugins, although 
        native plugins will have a large speed advantage
    * calculation of sha1 for every file crawled (allows fast finding
        of duplicates)

%files
%{_bindir}/*
%dir %{_libdir}/strigi
%{_libdir}/strigi/*
%{_datadir}/strigi/*
%{_datadir}/dbus-1/services/
%exclude %{_bindir}/strigiclient

#--------------------------------------------------------------------

%package gui
Summary:	Strigi interface
Group:		Graphical desktop/KDE

%description gui
Strigi interface

%files gui
%{_bindir}/strigiclient

#--------------------------------------------------------------------

%define searchclient_major 0
%define libsearchclient %mklibname searchclient %{searchclient_major}

%package -n %{libsearchclient}
Summary:	Strigi library
Group:		System/Libraries

%description -n %{libsearchclient}
Strigi library.

%files -n %{libsearchclient}
%{_libdir}/libsearchclient.so.%{searchclient_major}*

#--------------------------------------------------------------------

%define streamanalyzer_major 0
%define libstreamanalyzer %mklibname streamanalyzer %{streamanalyzer_major}

%package -n %{libstreamanalyzer}
Summary:	Strigi library
Group:		System/Libraries

%description -n %{libstreamanalyzer}
Strigi library.

%files -n %{libstreamanalyzer}
%{_libdir}/libstreamanalyzer.so.%{streamanalyzer_major}*

#--------------------------------------------------------------------

%define streams_major 0
%define libstreams %mklibname streams %{streams_major}

%package -n %{libstreams}
Summary:	Strigi library
Group:		System/Libraries

%description -n %{libstreams}
Strigi library.

%files -n %{libstreams}
%{_libdir}/libstreams.so.%{streams_major}*

#--------------------------------------------------------------------

%define strigihtmlgui_major 0
%define libstrigihtmlgui %mklibname strigihtmlgui %{strigihtmlgui_major}

%package -n %{libstrigihtmlgui}
Summary:	Strigi library
Group:		System/Libraries

%description -n %{libstrigihtmlgui}
Strigi library.

%files -n %{libstrigihtmlgui}
%{_libdir}/libstrigihtmlgui.so.%{strigihtmlgui_major}*

#--------------------------------------------------------------------

%define strigiqtdbusclient_major 0
%define libstrigiqtdbusclient %mklibname strigiqtdbusclient %{strigiqtdbusclient_major}

%package -n %{libstrigiqtdbusclient}
Summary:	Strigi library
Group:		System/Libraries

%description -n %{libstrigiqtdbusclient}
Strigi library.

%files -n %{libstrigiqtdbusclient}
%{_libdir}/libstrigiqtdbusclient.so.%{strigiqtdbusclient_major}*

#--------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libstrigihtmlgui} = %{EVRD}
Requires:	%{libstrigiqtdbusclient} = %{EVRD}
Requires:	%{libsearchclient} = %{EVRD}
Requires:	%{libstreamanalyzer} = %{EVRD}
Requires:	%{libstreams} = %{EVRD}
Requires:	strigi = %{EVRD}
Provides:	libstrigi-devel = %{EVRD}

%description devel
Development files for %{name}.

%files devel
%{_libdir}/*.so
%{_includedir}/strigi
%{_libdir}/pkgconfig/*
%{_libdir}/cmake/LibSearchClient/LibSearchClientConfig.cmake
%{_libdir}/cmake/LibStreamAnalyzer/LibStreamAnalyzerConfig.cmake
%{_libdir}/cmake/LibStreamAnalyzer/LibStreamAnalyzerConfigVersion.cmake
%{_libdir}/cmake/LibStreams/LibStreamsConfig.cmake
%{_libdir}/cmake/LibStreams/LibStreamsTargets.cmake
%{_libdir}/cmake/LibStreams/LibStreamsTargets-noconfig.cmake
%{_libdir}/cmake/LibStreams/LibStreamsConfigVersion.cmake
%{_libdir}/cmake/Strigi

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .missinglink~

%build
%cmake_qt4 -DCMAKE_INSTALL_LIBDIR=%{_lib}
%make

%install
%makeinstall_std -C build


%changelog
* Thu Feb 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.7.8-14
+ Revision: 16bb9d3
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24150 |14mu|stunnel-5.35-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Program that wraps normal socket connections with SSL/TLS
Name:		stunnel
Version:	5.35
Release:	1
License:	GPLv2+
Group:		System/Servers
Url:		http://www.stunnel.org/
Source0:	http://www.stunnel.org/download/stunnel/src/%{name}-%{version}.tar.gz
Source1:	http://www.stunnel.org/download/stunnel/src/%{name}-%{version}.tar.gz.asc
Source2:	stunnel.service
Source3:	stunnel.tmpfiles
BuildRequires:	util-linux
BuildRequires:	pkgconfig(openssl)
BuildRequires:	tcp_wrappers-devel
Requires:	tcp_wrappers
Conflicts:	%{mklibname %{name} 0} < 5.00
Obsoletes:	%{mklibname %{name} 0} < 5.00
Obsoletes:	%{mklibname %{name} -d} < 5.00
Obsoletes:	%{mklibname %{name} -d -s} < 5.00

%description
The stunnel program is designed to work as SSL encryption wrapper between
remote clients and local (inetd-startable) or remote servers. The concept is
that having non-SSL aware daemons running on your system you can easily set
them up to communicate with clients over secure SSL channels.

stunnel can be used to add SSL functionality to commonly used inetd daemons
like POP-2, POP-3, and IMAP servers, to standalone daemons like NNTP, SMTP
and HTTP, and in tunneling PPP over network sockets without changes to the
source code.

%files
%doc doc-to-install/*
%{_bindir}/stunnel
%{_bindir}/stunnel3
%{_mandir}/man8/stunnel.8.*
%lang(pl) %{_mandir}/pl/man8/stunnel.8*
%config(noreplace) %{_sysconfdir}/%{name}/stunnel.conf
%{_unitdir}/stunnel.service
%{_prefix}/lib/tmpfiles.d/stunnel.conf
%{_libdir}/libstunnel.so

%post
%_create_ssl_certificate stunnel
%tmpfiles_create stunnel.conf

#----------------------------------------------------------------------------


%prep
%setup -q

# XXX don't install /var/lib/stunnel
perl -ni -e '/INSTALL.*-m 1770 -g nogroup.*stunnel$/ or print' tools/Makefile.am

%build
autoreconf -fi
%configure2_5x \
	--with-threads=fork \
	--with-ssl=%{_prefix} \
	--disable-static \
	--enable-shared

%make pkglibdir=%{_libdir}

%install
# (oe) hack... don't generate the pem file, and stunnel.conf
install -d %{buildroot}%{_sysconfdir}/%{name}
touch %{buildroot}%{_sysconfdir}/%{name}/stunnel.pem

%makeinstall docdir=`pwd`/doc-to-install pkglibdir=%{buildroot}%{_libdir}

install -D -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/stunnel.service
install -D -m 644 %{SOURCE3} %{buildroot}%{_prefix}/lib/tmpfiles.d/stunnel.conf

install -d %{buildroot}%{_var}/openssl/certs/trusted
# install -d -m755 %{buildroot}/usr/var/lib/%{name}

mv %{buildroot}%{_sysconfdir}/%{name}/stunnel.conf-sample \
    %{buildroot}%{_sysconfdir}/%{name}/stunnel.conf

perl -pi \
    -e 's|chroot = .*|chroot = /run/stunnel|;' \
    -e 's|cert = .*|cert = /etc/pki/tls/certs/stunnel.pem|;' \
    -e 's|;key = .*|key = /etc/pki/tls/private//stunnel.pem|;' \
    %{buildroot}%{_sysconfdir}/%{name}/stunnel.conf

# Move the translated man pages to the right subdirectories, and strip off the
# language suffixes.
for lang in pl ; do
        mkdir -p %{buildroot}%{_mandir}/${lang}/man8
        mv %{buildroot}%{_mandir}/man8/*.${lang}.8* %{buildroot}%{_mandir}/${lang}/man8/
        rename ".${lang}" "" %{buildroot}%{_mandir}/${lang}/man8/*
done

# cleanup
rm -f ./doc-to-install/INSTALL.W32
rm -f %{buildroot}%{_sysconfdir}/%{name}/stunnel.pem


%changelog

* Thu Sep 01 2016 Denis Silakov <dsilakov@gmail.com> 5.35-1
- (bc85a03) Updated to 5.35



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24151 |14mu|subscription-manager-1.9.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rhsm_plugins_dir %{_datadir}/rhsm-plugins

Summary:	Tools and libraries for subscription and repository management
Name:		subscription-manager
Version:	1.9.6
Release:	4
License:	GPLv2+
Group:		System/Configuration/Packaging
Url:		https://fedorahosted.org/subscription-manager/
# How to create the source tarball:
#
# git clone git://git.fedorahosted.org/git/subscription-manager.git/
# yum install tito
# tito build --tag subscription-manager-$VERSION-$RELEASE --tgz
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	intltool
BuildRequires:	scrollkeeper
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(python)
Requires:	dbus-python
Requires:	python-dateutil
Requires:	python-dmidecode
Requires:	python-ethtool
Requires:	python-gobject2
Requires:	python-iniparse
Requires:	python-rhsm >= 1.9.1-1
Requires:	python-simplejson
Requires:	usermode
Requires:	virt-what
Requires(post,preun,postun):	systemd

%description
The Subscription Manager package provides programs and libraries to allow users
to manage subscriptions and yum repositories from the Red Hat entitlement
platform.

%files -f rhsm.lang
%doc LICENSE
%attr(755,root,root) %dir %{_var}/log/rhsm
%attr(755,root,root) %dir %{_sysconfdir}/rhsm
%attr(755,root,root) %dir %{_sysconfdir}/rhsm/facts
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/rhsm/rhsm.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.SubscriptionManager.conf
#remove the repo file when we are deleted
%ghost %{_sysconfdir}/urpmi/urpmicfg.d/rosa.cfg
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/yum/pluginconf.d/subscription-manager.conf
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/yum/pluginconf.d/product-id.conf
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/subscription-manager
%{_sysconfdir}/bash_completion.d/subscription-manager
%{_sysconfdir}/bash_completion.d/rct
%{_sysconfdir}/bash_completion.d/rhn-migrate-classic-to-rhsm
%{_sysconfdir}/bash_completion.d/rhsm-icon
%{_sysconfdir}/bash_completion.d/rhsmcertd
%{_sysconfdir}/cron.daily/rhsmd
%{_datadir}/dbus-1/system-services/com.redhat.SubscriptionManager.service
%dir %{_datadir}/rhsm
%dir %{_datadir}/rhsm/subscription_manager
%{_datadir}/rhsm/subscription_manager/async.py*
%{_datadir}/rhsm/subscription_manager/base_plugin.py*
%{_datadir}/rhsm/subscription_manager/branding
%{_datadir}/rhsm/subscription_manager/cache.py*
%{_datadir}/rhsm/subscription_manager/certdirectory.py*
%{_datadir}/rhsm/subscription_manager/certlib.py*
%{_datadir}/rhsm/subscription_manager/certmgr.py*
%{_datadir}/rhsm/subscription_manager/cert_sorter.py*
%{_datadir}/rhsm/subscription_manager/cli.py*
%{_datadir}/rhsm/subscription_manager/dbus_interface.py*
%{_datadir}/rhsm/subscription_manager/factlib.py*
%{_datadir}/rhsm/subscription_manager/facts.py*
%{_datadir}/rhsm/subscription_manager/hwprobe.py*
%{_datadir}/rhsm/subscription_manager/isodate.py*
%{_datadir}/rhsm/subscription_manager/i18n_optparse.py*
%{_datadir}/rhsm/subscription_manager/i18n.py*
%{_datadir}/rhsm/subscription_manager/identity.py*
%{_datadir}/rhsm/subscription_manager/injection.py*
%{_datadir}/rhsm/subscription_manager/injectioninit.py*
%{_datadir}/rhsm/subscription_manager/__init__.py*
%{_datadir}/rhsm/subscription_manager/jsonwrapper.py*
%{_datadir}/rhsm/subscription_manager/listing.py*
%{_datadir}/rhsm/subscription_manager/lock.py*
%{_datadir}/rhsm/subscription_manager/logutil.py*
%{_datadir}/rhsm/subscription_manager/managercli.py*
%{_datadir}/rhsm/subscription_manager/managerlib.py*
%{_datadir}/rhsm/subscription_manager/plugins.py*
%{_datadir}/rhsm/subscription_manager/productid.py*
%{_datadir}/rhsm/subscription_manager/release.py*
%{_datadir}/rhsm/subscription_manager/repolib.py*
%{_datadir}/rhsm/subscription_manager/utils.py*
%{_datadir}/rhsm/subscription_manager/validity.py*
%{_datadir}/rhsm/subscription_manager/reasons.py*
%{_datadir}/rhsm/subscription_manager/cp_provider.py*
%{_datadir}/rhsm/subscription_manager/file_monitor.py*
# subscription-manager plugins
%dir %{rhsm_plugins_dir}
%dir %{_sysconfdir}/rhsm/pluginconf.d
# add default plugins here when we have some
# yum plugins
# Using _prefix + lib here instead of libdir as that evaluates to /usr/lib64 on x86_64,
# but yum plugins seem to normally be sent to /usr/lib/:
%{_prefix}/lib/yum-plugins/subscription-manager.py*
%{_prefix}/lib/yum-plugins/product-id.py*
%attr(755,root,root) %{_sbindir}/subscription-manager
%attr(755,root,root) %{_bindir}/subscription-manager
%attr(755,root,root) %{_bindir}/rhsmcertd
%attr(755,root,root) /usr/libexec/rhsmcertd-worker
%attr(755,root,root) /usr/libexec/rhsmd
%ghost %attr(755,root,root) %dir %{_var}/run/rhsm
%attr(755,root,root) %dir %{_var}/lib/rhsm
%attr(755,root,root) %dir %{_var}/lib/rhsm/facts
%attr(755,root,root) %dir %{_var}/lib/rhsm/packages
%attr(755,root,root) %dir %{_var}/lib/rhsm/cache
%{_sysconfdir}/pam.d/subscription-manager
%{_sysconfdir}/security/console.apps/subscription-manager
%attr(644,root,root) %{_unitdir}/rhsmcertd.service
%attr(644,root,root) %{_tmpfilesdir}/%{name}.conf
# Incude rt CLI tool
%dir %{_datadir}/rhsm/rct
%{_datadir}/rhsm/rct/__init__.py*
%{_datadir}/rhsm/rct/cli.py*
%{_datadir}/rhsm/rct/*commands.py*
%{_datadir}/rhsm/rct/printing.py*
%attr(755,root,root) %{_bindir}/rct
%{_mandir}/man8/subscription-manager.8*
%{_mandir}/man8/rhsmcertd.8*
%{_mandir}/man8/rct.8*

%post
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%systemd_post rhsmcertd.service

%preun
%systemd_preun rhsmcertd.service

%postun
%systemd_postun rhsmcertd.service

#----------------------------------------------------------------------------

%package gui
Summary:	A GUI interface to manage Red Hat product subscriptions
Group:		System/Configuration/Packaging
Requires:	%{name} = %{EVRD}
Requires:	dbus-x11
Requires:	gnome-python
Requires:	gnome-python-canvas
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
# Can't figure this out automatically
Requires:	%{_lib}rsvg2_2

%description gui
This package contains a GTK+ graphical interface for configuring and
registering a system with a Red Hat Entitlement platform and manage
subscriptions.

%files gui
%doc LICENSE
%dir %{_datadir}/rhsm/subscription_manager/gui
%{_datadir}/rhsm/subscription_manager/gui/*
%{_datadir}/applications/subscription-manager-gui.desktop
%{_datadir}/icons/hicolor/*/apps/*.*
%attr(755,root,root) %{_sbindir}/subscription-manager-gui
%attr(755,root,root) %{_bindir}/subscription-manager-gui
%{_bindir}/rhsm-icon
%{_sysconfdir}/xdg/autostart/rhsm-icon.desktop
%{_sysconfdir}/pam.d/subscription-manager-gui
%{_sysconfdir}/security/console.apps/subscription-manager-gui
%{_sysconfdir}/bash_completion.d/subscription-manager-gui
%{_mandir}/man8/subscription-manager-gui.8*
%{_mandir}/man8/rhsm-icon.8*
%{_datadir}/omf/subscription-manager
%{_datadir}/gnome/help/subscription-manager

#----------------------------------------------------------------------------

%package firstboot
Summary:	Firstboot screens for subscription manager
Group:		System/Configuration/Packaging
Requires:	%{name}-gui = %{version}-%{release}
# Can't figure this out automatically
Requires:	%{_lib}rsvg2_2

%description firstboot
This package contains the firstboot screens for subscription manager.

%files firstboot
%{_datadir}/rhn/up2date_client/firstboot/rhsm_login.py*

#----------------------------------------------------------------------------

%package migration
Summary:	Migration scripts for moving to certificate based subscriptions
Group:		System/Configuration/Packaging
Requires:	%{name} = %{EVRD}

%description migration
This package contains scripts that aid in moving to certificate based
subscriptions

%files migration
%doc LICENSE README.Fedora
%dir %{_datadir}/rhsm/subscription_manager/migrate
%{_datadir}/rhsm/subscription_manager/migrate/__init__.py*
%{_datadir}/rhsm/subscription_manager/migrate/migrate.py*
%attr(755,root,root) %{_sbindir}/rhn-migrate-classic-to-rhsm
%{_mandir}/man8/rhn-migrate-classic-to-rhsm.8*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
make -f Makefile

%install
make -f Makefile install VERSION=%{version}-%{release} PREFIX=%{buildroot} MANPATH=%{_mandir}

mkdir -p %{buildroot}/lib/systemd/system/
mv %{buildroot}/usr/lib/systemd/system/rhsmcertd.service %{buildroot}/lib/systemd/system/

desktop-file-validate \
        %{buildroot}/etc/xdg/autostart/rhsm-icon.desktop

desktop-file-validate \
        %{buildroot}/usr/share/applications/subscription-manager-gui.desktop
%find_lang rhsm

# fix timestamps on our byte compiled files so them match across arches
find %{buildroot} -name \*.py -exec touch -r %{SOURCE0} '{}' \;

# fake out the rosa.cfg file
mkdir -p %{buildroot}%{_sysconfdir}/urpmi/urpmicfg.d
touch %{buildroot}%{_sysconfdir}/urpmi/urpmicfg.d/rosa.cfg


%changelog

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.6-4
- (8adc433) Drop external subscription-manager-tmpfiles.conf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24152 |14mu|subversion-1.8.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# disable the stupid rpmlint shit from hell!!!
%define _build_pkgcheck_set %{nil}
%define _build_pkgcheck_srpm %{nil}

%define apache_version 2.4.0
%define api 1
%define major 0
%define libname %mklibname svn %{api} %{major}
%define devname %mklibname svn -d

# Java requires devel symlinks in non-devel packages due to design
# (System.loadLibrary). Do not add -devel dependencies.
%define _exclude_files_from_autoreq ^%{_libdir}/libsvnjavahl-%{svnjavahl_api}.so$

%{?build_ruby}%{?!build_ruby:%bcond_without ruby}

%bcond_without python
%bcond_without perl
%bcond_without gnome_keyring
%bcond_without kwallet
%bcond_with test
%bcond_with debug

%ifarch %{ix86} x86_64
%bcond_without java
%endif
%ifarch %{arm}
%bcond_with java
%endif

Summary:	A Concurrent Versioning System
Name:		subversion
Epoch:		2
Version:	1.8.17
Release:	1
License:	Apache License
Group:		Development/Tools
Url:		http://subversion.apache.org/
Source0:	http://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2
Source1:	http://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2.asc
Source2:	mod_dav_svn.conf
Source3:	subversion.conf
Source5:	%{name}-1.3.0-global-config
Source6:	%{name}-1.3.0-global-servers
Source7:	http://svnbook.red-bean.com/nightly/en/svn-book-html-chunk.tar.bz2
Source8:	svnserve.service
Source9:	svnserve-tmpfiles.conf
Patch0:		subversion-1.8.3-underlink.diff

BuildRequires:	chrpath
BuildRequires:	docbook-style-xsl
BuildRequires:	doxygen
BuildRequires:	libtool
BuildRequires:	apache-devel >= %{apache_version}
BuildRequires:	db-devel
BuildRequires:	krb5-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(apr-1)
BuildRequires:	pkgconfig(apr-util-1)
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(serf-1)
# Swig is runtime only
BuildRequires:	swig >= 1.3.27
%if %{with ruby}
# needs this despite with ruby 0
BuildRequires:	ruby
BuildRequires:	ruby-devel
BuildRequires:	ruby-rdoc
%endif

Provides:	%{name}-ra-method = %{EVRD}
Provides:	%{name}-client-tools = %{EVRD}
Provides:	svn = %{EVRD}
# MD because of the sysconfig files moved to this pkg
Conflicts:	%{libname} < 2:1.8.5-2

%description
Subversion (SVN) is a concurrent version control system which enables one or
more users to collaborate in developing and maintaining a hierarchy of files
and directories while keeping a history of all changes.  Subversion only stores
the differences between versions, instead of every complete file.  Subversion
also keeps a log of who, when, and why changes occurred.

As such it basically does the same thing CVS does (Concurrent Versioning
System) but has major enhancements compared to CVS and fixes a lot of the
annoyances that CVS users face.

This package contains the client, if you're looking for the server end
of things you want %{name}-server.

%files -f %{name}.lang
# MD moved from lib pkg
%dir %{_sysconfdir}/subversion
%config(noreplace) %{_sysconfdir}/subversion/*
%{_bindir}/svn
%{_bindir}/svnversion
%{_bindir}/showchange*
%{_bindir}/svnlook
%{_mandir}/man1/svn.*
%{_mandir}/man1/svnlook.*
%{_mandir}/man1/svnversion.*
%{_mandir}/man1/svnsync.*
%dir %{_datadir}/subversion-%{version}
%{_sysconfdir}/bash_completion.d/subversion

#--------------------------------------------------------------------------

%package doc
Summary:	Subversion Documenation
Group:		Documentation
BuildArch:	noarch

%description doc
This package contains the subversion book and design info files.

%files doc
%doc svnbook-1.*
%doc doc/user/*.html
%doc doc/user/*.txt

#-------------------------------------------------------------------------

%define svnlibs svn_client svn_delta svn_diff svn_fs svn_fs_base svn_fs_fs svn_fs_util svn_repos svn_subr svn_ra svn_ra_local svn_ra_serf svn_ra_svn svn_wc

%package -n %{libname}
Summary:	Subversion libraries
Group:		System/Libraries
Obsoletes:	%{_lib}svn0 < 2:1.7.13-4
Obsoletes:	%{_lib}svn1 < 2:1.8.5-2

%description -n %{libname}
Subversion common libraries.

%files -n %{libname}
%{expand:%(for lib in %svnlibs; do cat <<EOF
%{_libdir}/lib$lib-%{api}.so.%{major}*
EOF
done)}

#---------------------------------------------------------------------------

%package -n %{devname}
Summary:	Subversion headers/libraries for development
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < 2:1.8.5-2

%description -n %{devname}
This package contains the header files and linker scripts for
subversion libraries.

%files -n %{devname}
%doc tools/examples/minimal_client.c
%{_includedir}/subversion-1/*
%{expand:%(for lib in %svnlibs; do cat <<EOF
%{_libdir}/lib$lib-%{api}.so
EOF
done)}
# MD should we remove this?
%{_libdir}/libsvn_diff.so

%if %{with java}
%exclude %{_libdir}/libsvnjavahl*
%endif

#----------------------------------------------------------------

%if %{with gnome_keyring}
%define libgnomekeyring %mklibname svn_auth_gnome_keyring %{api} %{major}
%define devgnomekeyring %mklibname svn_auth_gnome_keyring -d

%package -n %{libgnomekeyring}
Summary:	gnome-keyring support for svn
Group:		System/Libraries
BuildRequires:	pkgconfig(dbus-1) >= 1.2.4.4permissive
BuildRequires:	pkgconfig(gnome-keyring-1)
Requires:	gnome-keyring >= 2.26.1
Obsoletes:	%{_lib}svn-gnome-keyring0 < 2:1.8.5-2

%description -n %{libgnomekeyring}
Subversion library that allow interaction with the gnome-keyring daemon.

%files -n %{libgnomekeyring}
%{_libdir}/libsvn_auth_gnome_keyring-%{api}.so.%{major}*

#--------------------------------------------------------------------------

%package -n %{devgnomekeyring}
Summary:	Subversion headers/libraries for development
Group:		Development/GNOME and GTK+
Requires:	%{name}-devel = %{EVRD}
Requires:	%{libgnomekeyring} = %{EVRD}
Conflicts:	%{name}-devel < 2:1.6.17-2
Obsoletes:	%{name}-gnome-keyring-devel < 2:1.8.5-2

%description -n %{devgnomekeyring}
This package contains the header files and linker scripts for the
subversion library using gnome-keyring auth.

%files -n %{devgnomekeyring}
%{_libdir}/libsvn_auth_gnome_keyring-%{api}.so
%endif

#--------------------------------------------------------------------------

%if %{with kwallet}
%define libkwallet %mklibname svn_auth_kwallet %{api} %{major}
%define devkwallet %mklibname svn_auth_kwallet -d

%package -n %{libkwallet}
Summary:	kwallet support for svn
Group:		System/Libraries
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(dbus-1)
Requires:	kwallet
Obsoletes:	%{_lib}svn-kwallet0 < 2:1.8.5-2

%description -n %{libkwallet}
Subversion library that allow interaction with the kwallet daemon.

%files -n %{libkwallet}
%{_libdir}/libsvn_auth_kwallet-%{api}.so.%{major}*

#--------------------------------------------------------------------------

%package -n %{devkwallet}
Summary:	Subversion headers/libraries for development
Group:		Development/KDE and Qt
Requires:	%{name}-devel = %{EVRD}
Requires:	%{libkwallet} = %{EVRD}
Conflicts:	%{name}-devel < 2:1.6.17-2
Obsoletes:	%{name}-kwallet-devel < 2:1.8.5-2

%description -n %{devkwallet}
This package contains the header files and linker scripts for the
subversion library using kwallet auth.

%files -n %{devkwallet}
%{_libdir}/libsvn_auth_kwallet-%{api}.so
%endif

#--------------------------------------------------------------------------

%package	server
Summary:	Subversion Server
Group:		System/Servers
Requires:	%{name} = %{EVRD}
Requires(pre,preun,postun,post):	rpm-helper
Requires(post):	sed
Requires(post):	systemd

%description server
This package contains the subversion server and configuration files. 

%pre server
%_pre_useradd svn /var/lib/svn /bin/false

%preun server
%_preun_service svnserve

%post server
%tmpfiles_create svnserve.conf
%_post_service svnserve
# fix svn entries in /etc/services
if ! grep -qE '^svn[[:space:]]+3690/(tcp|udp)[[:space:]]+svnserve' %{_sysconfdir}/services; then
        # cleanup
        sed -i -e '/^svn\(serve\)\?/d;/^# svnserve ports added by subversion-server/d' %{_sysconfdir}/services
        echo "# svnserve ports added by subversion-server" >> /etc/services
        echo -e "svn\t3690/tcp\tsvnserve\t# Subversion svnserve" >> /etc/services
        echo -e "svn\t3690/udp\tsvnserve\t# Subversion svnserve" >> /etc/services
fi

%postun server
%_postun_userdel svn

%files server
%doc BUGS CHANGES COMMITTERS LICENSE INSTALL README
%{_bindir}/svnserve
%{_unitdir}/svnserve.service
/var/lib/svn
%{_mandir}/man8/svnserve.8*
%{_mandir}/man5/svnserve.conf.5*
%{_tmpfilesdir}/svnserve.conf

#--------------------------------------------------------------------------

%package tools
Summary:	Subversion Repo/Server Tools
Group:		Development/Tools
Requires:	%{name} = %{EVRD}

%description tools
This package contains a myriad of tools for subversion server
and repository admins:
  * hot-backup makes a backup of a svn repo without stopping
  * mirror_dir_through_svn.cgi
  * various hook scripts
  * xslt example

Note that cvs2svn has moved out of subversion and is a separate
project.  It has not released its own package yet, but you can
find it at http://cvs2svn.tigris.org/

%files tools
%{_bindir}/hot-backup*
%{_bindir}/svnadmin
%{_bindir}/svnsync
%{_bindir}/svndumpfilter
%{_bindir}/svnrdump
%{_bindir}/svnmucc
%dir %{_libexecdir}/svn-tools
%{_libexecdir}/svn-tools/diff
%{_libexecdir}/svn-tools/diff3
%{_libexecdir}/svn-tools/diff4
%{_libexecdir}/svn-tools/fsfs-access-map
%{_libexecdir}/svn-tools/fsfs-reorg
%{_libexecdir}/svn-tools/fsfs-stats
%{_libexecdir}/svn-tools/svnauthz
%{_libexecdir}/svn-tools/svnauthz-validate
%{_libexecdir}/svn-tools/svn-bench
%{_libexecdir}/svn-tools/svnmucc
%{_libexecdir}/svn-tools/svn-populate-node-origins-index
%{_libexecdir}/svn-tools/svnraisetreeconflict
%{_libexecdir}/svn-tools/svn-rep-sharing-stats
%{_datadir}/%{name}-%{version}/repo-tools
%{_mandir}/man1/svnadmin.1*
%{_mandir}/man1/svndumpfilter.1*
%{_mandir}/man1/svnrdump.1*
%{_mandir}/man1/svnmucc.1*

#--------------------------------------------------------------------------

%if %{with python}
%package -n python-svn
Summary:	Python bindings for Subversion
Group:		Development/Python
Provides:	python-subversion = %{EVRD}
Requires:	python

%description -n python-svn
This package contains the files necessary to use the subversion
library functions within python scripts.

%files -n python-svn
%{_libdir}/libsvn_swig_py-%{api}.so.%{major}*
%{py_sitedir}/svn
%{py_platsitedir}/libsvn
%doc tools/examples/*.py subversion/bindings/swig/INSTALL subversion/bindings/swig/NOTES

#--------------------------------------------------------------------------

%package -n python-svn-devel
Summary:	Subversion headers/libraries for development
Group:		Development/Python
Requires:	%{name}-devel = %{EVRD}
Requires:	python-svn = %{EVRD}
Obsoletes:	python-svn-devel < 2:1.5.2-2
Conflicts:	%{name}-devel < 2:1.6.17-2

%description -n python-svn-devel
This package contains the header files and linker scripts for
subversion libraries using perl.

%files -n python-svn-devel
%{_libdir}/libsvn_swig_py-%{api}.so
%endif

#--------------------------------------------------------------------------

%if %{with ruby}
%package -n ruby-svn
Summary:	Ruby bindings for Subversion
Group:		Development/Ruby
BuildRequires:	ruby-devel
Requires:	ruby
Provides:	ruby-subversion = %{EVRD}

%description -n ruby-svn
This package contains the files necessary to use the subversion
library functions within ruby scripts.

%files -n ruby-svn
%{ruby_sitearchdir}/svn
%{ruby_sitelibdir}/*/*.rb
%{_libdir}/libsvn_swig_ruby-%{api}.so.%{major}*

#--------------------------------------------------------------------------

%package -n ruby-svn-devel
Summary:	Subversion headers/libraries for development
Group:		Development/Ruby
Requires:	ruby-svn = %{EVRD}
Obsoletes:	ruby-svn-devel < 2:1.5.2-2
Conflicts:	%{name}-devel < 2:1.6.17-2

%description -n ruby-svn-devel
This package contains the header files and linker scripts for
subversion libraries using perl.

%files -n ruby-svn-devel
%{_libdir}/libsvn_swig_ruby-%{api}.so
%endif

#--------------------------------------------------------------------------

%if %{with java}
# We have the non-major symlink also in this package (due to java design),
# so we only have %%api in package name.
%define libsvnjavahl %mklibname svnjavahl %{api}

%package -n %{libsvnjavahl}
Summary:	Svn Java bindings library
Group:		System/Libraries

%description -n %{libsvnjavahl}
Svn Java bindings library

%files -n %{libsvnjavahl}
%{_libdir}/libsvnjavahl-%{api}.so*

#--------------------------------------------------------------------------

%package -n svn-javahl
Summary:	Java bindings for Subversion
Group:		Development/Java
Provides:	java-svn = %{EVRD}
Provides:	java-subversion = %{EVRD}
Provides:	subversion-javahl = %{EVRD}
Requires:	%{name} = %{EVRD}
Requires:	%{libsvnjavahl} = %{EVRD}
BuildRequires:	ant
BuildRequires:	java-rpmbuild >= 1.7.3-10
BuildRequires:	junit
BuildRequires:	java-devel

%description -n svn-javahl
This package contains the files necessary to use the subversion
library functions from Java.

%files -n svn-javahl
%doc subversion/bindings/javahl/README
%{_javadir}/svn-javahl.jar
%{_javadir}/svn-javahl-%{version}.jar
%endif

#--------------------------------------------------------------------------

%if %{with perl}
%package -n perl-SVN
Summary:	Perl bindings for Subversion
Group:		Development/Perl
BuildRequires:	perl-devel
Requires:	%{name} = %{EVRD}
Provides:	perl-svn = %{EVRD}

%description -n perl-SVN
This package contains the files necessary to use the subversion
library functions within perl scripts.

%files -n perl-SVN
%doc subversion/bindings/swig/INSTALL subversion/bindings/swig/NOTES
%{_libdir}/libsvn_swig_perl-%{api}.so.%{major}*
%{perl_vendorarch}/SVN
%{perl_vendorarch}/auto/SVN
%{perl_sitearch}/*
%{_mandir}/man3/SVN::*.3*

#--------------------------------------------------------------------------

%package -n perl-svn-devel
Summary:	Subversion headers/libraries for development
Group:		Development/Perl
Requires:	%{name}-devel = %{EVRD}
Requires:	perl-SVN = %{EVRD}
Obsoletes:	perl-SVN-devel < 2:1.5.2-2
Provides:	perl-SVN-devel = %{EVRD}
Conflicts:	%{name}-devel < 2:1.6.17-2

%description -n perl-svn-devel
This package contains the header files and linker scripts for
subversion libraries using perl.

%files -n perl-svn-devel
%{_libdir}/libsvn_swig_perl-%{api}.so
%endif

#----------------------------------------------------------------

%package -n apache-mod_dav_svn
Summary:	Subversion server DSO module for apache
Group:		System/Servers
Requires:	%{name}-tools = %{EVRD}
Requires:	apache-mod_dav >= %{apache_version}

%description -n apache-mod_dav_svn
This package contains the apache server extension DSO for running
a subversion server.

%files -n apache-mod_dav_svn
%doc subversion/mod_authz_svn/INSTALL
%config(noreplace) %{_sysconfdir}/httpd/modules.d/10_mod_dav_svn.conf
%config(noreplace) %{_sysconfdir}/httpd/conf.d/subversion.conf
%{_libdir}/apache/mod_dav_svn.so
%{_libdir}/apache/mod_authz_svn.so
%{_libdir}/apache/mod_dontdothat.so

#--------------------------------------------------------------------------

%prep
%setup -q -a 7
%apply_patches

# fix shellbang lines, #111498
perl -pi -e 's|/usr/bin/env perl|%{_bindir}/perl|g' tools/hook-scripts/*.pl.in

# fix file perms
chmod 644 BUGS CHANGES COMMITTERS LICENSE INSTALL README

# move latest svnbook snapshot as their target version
mv svn-book-html-chunk svnbook-1.8

# This PATH order makes the fugly test for libtoolize work...
PATH=/usr/bin:$PATH ./autogen.sh --release

# lib64 fixes
perl -pi -e "s|\\$serf_prefix/lib\b|\\$serf_prefix/%{_lib}|g" build/ac-macros/serf.m4 configure*

%build
%serverbuild

%if %{with java}
export JAVADIR=%{_jvmdir}/java
%endif

%define _disable_ld_no_undefined 1

%if %{with ruby}
# override weird -shrext from ruby
export svn_cv_ruby_link="%{__cc} -shared"
export svn_cv_ruby_sitedir_libsuffix=""
export svn_cv_ruby_sitedir_archsuffix=""
%endif

%configure2_5x \
	--localstatedir=/var/lib \
	--with-apr_memcache=%{_prefix} \
	--with-apxs=%{_bindir}/apxs \
	--with-apache-libexecdir=%{_libdir}/apache/ \
	--with-apr=%{_bindir}/apr-1-config \
	--with-apr-util=%{_bindir}/apu-1-config \
	--disable-mod-activation \
	--with-swig=%{_prefix} \
	--disable-static \
%if %{with debug}
	--enable-maintainer-mode \
	--enable-debug \
%endif
%if %{with java}
	--enable-javahl \
	--with-jdk=%{_jvmdir}/java \
	--with-junit=%{_javadir}/junit.jar \
%endif
%if %{with gnome_keyring}
	--with-gnome-keyring \
%endif
%if %{with kwallet}
	--with-kwallet \
%endif
	--enable-shared \
	--with-gssapi=%{_prefix} \
	--with-libmagic=%{_prefix} \
	--with-serf=%{_prefix} \
	--with-sqlite=%{_prefix} \
	--enable-bdb6

%if %{with ruby}
# fix weird broken autopoo
perl -pi -e "s|^SWIG_RB_SITE_ARCH_DIR.*|SWIG_RB_SITE_ARCH_DIR=\"%{ruby_sitearchdir}\"|g" Makefile
perl -pi -e "s|^SWIG_RB_SITE_LIB_DIR.*|SWIG_RB_SITE_LIB_DIR=\"%{ruby_sitelibdir}\"|g" Makefile
%endif

# fix weird broken autopoo
perl -pi -e "s|^toolsdir.*|toolsdir=%{_libexecdir}/svn-tools|g" Makefile

%make all

%if %{with python}
make swig-py swig_pydir=%{py_platsitedir}/libsvn swig_pydir_extra=%{py_sitedir}/svn
%endif

%if %{with perl}
make swig-pl
pushd  subversion/bindings/swig/perl/native
        perl Makefile.PL
popd
%endif

%if %{with ruby}
make swig-rb
%endif

%if %{with java}
make javahl
%endif

%check
%if %{with test}
echo "###########################################################################"
echo "This can take quite some time to finish, so please be patient..."
echo "Don't be too surprised it the tests takes 30 minutes on a dual xeon machine..."
make LC_ALL=C LANG=C LD_LIBRARY_PATH="`pwd`/subversion/bindings/swig/perl/libsvn_swig_perl/.libs:`pwd`/subversion/bindings/swig/python/libsvn_swig_py/.libs:\
`pwd`/subversion/bindings/swig/python/.libs:`pwd`/subversion/libsvn_ra_local/.libs:`pwd`/subversion/svnadmin/.libs:\
`pwd`/subversion/tests/libsvn_ra_local/.libs:`pwd`/subversion/tests/libsvn_fs/.libs:`pwd`/subversion/tests/libsvn_wc/.libs:\
`pwd`/subversion/tests/libsvn_fs_base/.libs:`pwd`/subversion/tests/libsvn_diff/.libs:`pwd`/subversion/tests/libsvn_subr/.libs:\
`pwd`/subversion/tests/libsvn_delta/.libs:`pwd`/subversion/tests/libsvn_repos/.libs:`pwd`/subversion/tests/.libs:\
`pwd`/subversion/svnserve/.libs:`pwd`/subversion/libsvn_fs/.libs:`pwd`/subversion/libsvn_ra/.libs:`pwd`/subversion/libsvn_wc/.libs:\
`pwd`/subversion/mod_dav_svn/.libs:`pwd`/subversion/mod_authz_svn/.libs:`pwd`/subversion/svnlook/.libs:`pwd`/subversion/svndumpfilter/.libs:\
`pwd`/subversion/libsvn_client/.libs:`pwd`/subversion/libsvn_fs_base/bdb/.libs:`pwd`/subversion/libsvn_fs_base/util/.libs:\
`pwd`/subversion/libsvn_fs_base/.libs:`pwd`/subversion/libsvn_diff/.libs:`pwd`/subversion/libsvn_subr/.libs:`pwd`/subversion/svnversion/.libs:\
`pwd`/subversion/libsvn_ra_dav/.libs:`pwd`/subversion/libsvn_ra_svn/.libs:`pwd`/subversion/libsvn_delta/.libs:`pwd`/subversion/libsvn_fs_fs/.libs:\
`pwd`/subversion/libsvn_repos/.libs:`pwd`/subversion/clients/cmdline/.libs:$LD_LIBRARY_PATH" check
%endif

%install
%makeinstall_std

%if %{with python}
%makeinstall_std install-swig-py swig_pydir=%{py_platsitedir}/libsvn swig_pydir_extra=%{py_sitedir}/svn
# Precompile python
%py_compile %{buildroot}/%{py_platsitedir}/libsvn
%py_compile %{buildroot}/%{py_sitedir}/svn
%endif

%if %{with perl}
%makeinstall_std install-swig-pl-lib
pushd subversion/bindings/swig/perl/native/
        perl Makefile.PL
        %makeinstall_std
popd
%endif

%if %{with ruby}
%makeinstall_std install-swig-rb
%endif
%if %{with java}
%makeinstall_std install-javahl

mkdir -p %{buildroot}%{_javadir}
mv %{buildroot}%{_libdir}/svn-javahl/svn-javahl.jar %{buildroot}%{_javadir}/svn-javahl-%{version}.jar
ln -s svn-javahl-%{version}.jar %{buildroot}%{_javadir}/svn-javahl.jar

%{_bindir}/chrpath -d %{buildroot}%{_libdir}/libsvnjavahl-1.so
%endif

%if %{with perl}
# perl bindings
make pure_vendor_install -C subversion/bindings/swig/perl/native DESTDIR=%{buildroot}
%endif

install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/httpd/modules.d/10_mod_dav_svn.conf
install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/httpd/conf.d/subversion.conf

install -D -p -m 0644 %{SOURCE9} %{buildroot}%{_tmpfilesdir}/svnserve.conf

# install the extra module
%makeinstall_std install-tools

# cleanup
#rm -f %{buildroot}%{_libdir}/*.*a

######################
###  client-tools  ###
######################

# various commands
# contrib was removed in subversion-1.7.x :
#  -- http://subversion.apache.org/docs/release-notes/1.7.html
#  -- (shlomif)
# install -m 755 contrib/client-side/search-svnlog.pl %%{buildroot}%%{_bindir}
# (cd  %%{buildroot}/%%{_bindir}; ln -sf  search-svnlog.pl search-svnlog)
# install -m 755 contrib/client-side/svn_all_diffs.pl %%{buildroot}%%{_bindir}
# (cd  %%{buildroot}/%%{_bindir}; ln -sf  svn_all_diffs.pl svn_all_diffs)
# install -m 755 contrib/client-side/svn_load_dirs/svn_load_dirs.pl %%{buildroot}%%{_bindir}
# (cd  %%{buildroot}/%%{_bindir}; ln -sf  svn_load_dirs.pl svn_load_dirs)
# install -m 755 contrib/client-side/svn-log.pl %%{buildroot}%%{_bindir}
# (cd  %%{buildroot}/%%{_bindir}; ln -sf  svn-log.pl svn-log)

install -m 755 tools/client-side/showchange.pl %{buildroot}%{_bindir}
(cd  %{buildroot}/%{_bindir}; ln -sf  showchange.pl showchange)

install -d -m 755 %{buildroot}%{_sysconfdir}/bash_completion.d
install -m 644 tools/client-side/bash_completion \
    %{buildroot}%{_sysconfdir}/bash_completion.d/subversion

# Global configs
install -d -m 755 %{buildroot}%{_sysconfdir}/subversion
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/subversion/config
install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/subversion/servers

####################
###  repo-tools  ###
####################

# hotbackup tool
install -m 755 tools/backup/hot-backup.py %{buildroot}%{_bindir}
(cd %{buildroot}%{_bindir}; ln -sf  hot-backup.py hot-backup)

# hook-scripts
install -d -m755 %{buildroot}%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
pushd tools/hook-scripts
install -m 644 commit-access-control.cfg.example %{buildroot}/%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
install -m 755 commit-access-control.pl %{buildroot}/%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
install -m 644 svnperms.conf.example %{buildroot}/%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
install -m 755 svnperms.py %{buildroot}/%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
install -m 755 mailer/mailer.py %{buildroot}/%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
install -m 644 mailer/mailer.conf.example %{buildroot}/%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
popd

pushd tools/hook-scripts
install -m 755 commit-email.rb %{buildroot}/%{_datadir}/%{name}-%{version}/repo-tools/hook-scripts
popd

#xslt
install -d -m755 %{buildroot}%{_datadir}/%{name}-%{version}/repo-tools/xslt
install -m 644 tools/xslt/svnindex.css %{buildroot}%{_datadir}/%{name}-%{version}/repo-tools/xslt
install -m 644 tools/xslt/svnindex.xsl %{buildroot}%{_datadir}/%{name}-%{version}/repo-tools/xslt

#cgi
# contrib was removed in subversion-1.7.x :
# install -d -m755 %%{buildroot}%%{_datadir}/%%{name}-%%{version}/repo-tools/cgi
# install -m 755 contrib/cgi/mirror_dir_through_svn.cgi %%{buildroot}%%{_datadir}/%%{name}-%%{version}/repo-tools/cgi
# install -m 644 contrib/cgi/mirror_dir_through_svn.README %%{buildroot}%%{_datadir}/%%{name}-%%{version}/repo-tools/cgi
# install -m 755 contrib/cgi/tweak-log.cgi %%{buildroot}%%{_datadir}/%%{name}-%%{version}/repo-tools/cgi

# fix a missing file...
ln -sf libsvn_diff-1.so.0.0.0 %{buildroot}%{_libdir}/libsvn_diff.so

%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svn
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svnlook
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svnversion
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svnserve
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svnadmin
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svndumpfilter
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svnsync
%{_bindir}/chrpath -d %{buildroot}%{_bindir}/svnrdump

# fix the stupid rpath stuff...
myf() { find %{buildroot}%{perl_vendorarch} -type f -name "*.so"; }
# Fix the readonly permissions of the perl files.
myf | xargs chmod u+w
myf | xargs chrpath -d

# handle translations
%find_lang %{name}

# fix the server parts
mkdir -p %{buildroot}%{_unitdir}
install -p -m644 %{SOURCE8} %{buildroot}%{_unitdir}/svnserve.service
install -d %{buildroot}/var/lib/svn/repositories

# Move perl man
chmod u+w %{buildroot}%{_prefix}/local/share/man/man3/*
mv -f %{buildroot}%{_prefix}/local/share/man/man3/* %{buildroot}%{_mandir}/man3/

# cleanup
find %{buildroot} -name "perllocal.pod" | xargs rm -f

%changelog

* Mon Jan 16 2017 Alzim <alzim@bk.ru> 2:1.8.17-1
- (c1fa7e0) Updated to 1.8.17



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24153 |14mu|sudo-1.8.21p2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# use fakeroot -ba sudo.spec to build!
%define plevel %nil

Summary:	Allows command execution as root for specified users
Name:		sudo
Version:	1.8.21p2%{?plevel}
Release:	3
Epoch:		1
License:	GPLv2+
Group:		System/Base
Url:		https://www.sudo.ws
Source0:	https://www.sudo.ws/sudo/dist/%{name}-%{version}.tar.gz
Source2:	sudo.pamd
Source3:	sudo-1.7.4p4-sudoers
Source4:	sudo.rpmlintrc
Source5:	sudoers.mo
Patch1:		sudo-1.6.7p5-strip.patch
Patch2:		sudo-1.7.2p1-envdebug.patch
Patch4:		sudo-1.8.5-pipelist.patch
BuildRequires:	autoconf-archive
BuildRequires:	bison
BuildRequires:	groff-for-man
BuildRequires:	audit-devel
BuildRequires:	cap-devel
BuildRequires:	openldap-devel
BuildRequires:	pam-devel
Requires(post):	coreutils

%description
Sudo (superuser do) allows a system administrator to give certain users (or
groups of users) the ability to run some (or all) commands as root while
logging all commands and arguments. Sudo operates on a per-command basis.
It is not a replacement for the shell. Features include: the ability to
restrict what commands a user may run on a per-host basis, copious logging
of each command (providing a clear audit trail of who did what), a
configurable timeout of the sudo command, and the ability to use the same
configuration file (sudoers) on many different machines.

%files -f %{name}.lang
%doc doc/LICENSE doc/HISTORY README README.LDAP
%doc doc/TROUBLESHOOTING doc/UPGRADE doc/schema.*
%attr(0440,root,root) %config(noreplace) %{_sysconfdir}/sudoers
%attr(0440,root,root) %config(noreplace) %{_sysconfdir}/sudoers.dist
%attr(0750,root,root) %dir %{_sysconfdir}/sudoers.d/
%config(noreplace) %{_sysconfdir}/logrotate.d/sudo
%config(noreplace) %{_sysconfdir}/pam.d/sudo
%config(noreplace) %{_sysconfdir}/pam.d/sudo-i
%attr(0755,root,root) %{_bindir}/sudoers2ldif
%attr(4111,root,root) %{_bindir}/sudo
%attr(4111,root,root) %{_bindir}/sudoedit
%attr(0111,root,root) %{_bindir}/sudoreplay
%attr(0755,root,root) %{_sbindir}/visudo
%ghost %{_logdir}/sudo.log
%{_mandir}/man8/sudoreplay.8*
%{_mandir}/man8/visudo.8*
%{_mandir}/man8/sudoedit.8*
%{_mandir}/man8/sudo.8*
%{_mandir}/man5/sudo.conf.5*
%{_mandir}/man5/sudoers.ldap.5*
%{_mandir}/man5/sudoers.5*
%attr(0700,root,root) %dir %{_var}/db/sudo
%attr(0750,root,root) %dir %{_logdir}/sudo-io
%attr(0755,root,root) %dir %{_libdir}/sudo
%{_libdir}/sudo/*
%{_tmpfilesdir}/sudo.conf

%post
chmod 0440 %{_sysconfdir}/sudoers || :
%create_ghostfile %{_logdir}/sudo.log root root 600

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description devel
The %{name}-devel package contains header files developing sudo
plugins that use %{name}.

%files devel
%{_includedir}/sudo_plugin.h
%{_mandir}/man8/sudo_plugin.8*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .strip~
%patch2 -p1 -b .envdebug~
# disable patch4 due 
# https://abf.rosalinux.ru/openmandriva/sudo/issues/1
# https://bugs.mageia.org/show_bug.cgi?id=11374
# https://bugs.gentoo.org/show_bug.cgi?id=487618
# patch4 -p1 -b .pipelist~
# handle newer autoconf
#mv aclocal.m4 acinclude.m4
autoreconf -fvi

# fix attribs and filenames
find -name "Makefile.*" | xargs sed -i -e "s|-m 0444|-m 0644|g;s|configure.in|configure.ac|g"

%build
%serverbuild
export CFLAGS="%{optflags} -D_GNU_SOURCE"

%configure2_5x \
	--without-rpath \
	--with-logging=both \
	--with-logfac=authpriv \
	--with-logpath=%{_logdir}/sudo.log \
	--with-editor=/bin/vi \
	--enable-log-host \
	--with-pam \
	--with-pam-login \
	--with-env-editor \
	--with-noexec=no \
	--with-linux-audit \
	--with-ignore-dot \
	--with-tty-tickets \
	--libexecdir=%{_libdir}/sudo \
	--with-plugindir=%{_libdir}/sudo \
	--with-noexec=%{_libdir}/sudo/sudo_noexec.so \
	--with-ldap \
	--with-ldap-conf-file=%{_sysconfdir}/ldap.conf \
	--with-secure-path="/sbin:%{_sbindir}:/bin:%{_bindir}:/usr/local/bin:/usr/local/sbin" \
	--with-passprompt="[sudo] password for %p: " \
	--with-sssd

%make

%install
install -d %{buildroot}/usr
install -d %{buildroot}%{_sysconfdir}/logrotate.d
install -d %{buildroot}%{_sysconfdir}/sudoers.d
install -d %{buildroot}%{_var}/db/sudo
install -d %{buildroot}%{_logdir}/sudo
install -d %{buildroot}%{_logdir}/sudo-io

%makeinstall_std install_uid=`id -u` install_gid=`id -g` sudoers_uid=`id -u` sudoers_gid=`id -g`

install -m0644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/pam.d/sudo
install -m0644 %{SOURCE3} -D %{buildroot}%{_sysconfdir}/sudoers
install -m0755 plugins/sudoers/sudoers2ldif %{buildroot}%{_bindir}

install -m0644 %{SOURCE5} -D %{buildroot}/usr/share/locale/ru/LC_MESSAGES/

# Installing logrotated file
cat <<END >%{buildroot}%{_sysconfdir}/logrotate.d/sudo
%{_logdir}/sudo.log {
    missingok
    monthly
    compress
}
END

cat > %{buildroot}%{_sysconfdir}/pam.d/sudo << EOF
#%%PAM-1.0
auth       include      system-auth
account    include      system-auth
password   include      system-auth
session    optional     pam_keyinit.so revoke
session    required     pam_limits.so
EOF

cat > %{buildroot}%{_sysconfdir}/pam.d/sudo-i << EOF
#%%PAM-1.0
auth       include      sudo
account    include      sudo
password   include      sudo
session    optional     pam_keyinit.so force revoke
session    required     pam_limits.so
EOF

# so that strip can touch it...
chmod 755 %{buildroot}%{_bindir}/*
chmod 755 %{buildroot}%{_sbindir}/*

# (tpg) create the missing log file
touch %{buildroot}%{_logdir}/sudo.log

%find_lang sudo sudoers %{name}.lang

%changelog

* Tue Dec 12 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.8.21p2-3
- (7d7143f) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24154 |14mu|suitesparse-common-devel-4.0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define NAME	SuiteSparse_config

Summary:	Configuration file for SuiteSparse packages
Name:		suitesparse-common-devel
Version:	4.0.2
Release:	3
License:	LGPL
Group:		Development/C
Url:		http://www.cise.ufl.edu/research/sparse/UFconfig/
Source0:	http://www.cise.ufl.edu/research/sparse/UFconfig/%{NAME}-%{version}.tar.gz
Provides:	ufsparse-common-devel = %{version}-%{release}

%description
UFconfig provides a configuration header file needed by most of the other
packages in SuiteSparse. And static library with few functions.

%prep
%setup -q -n %{NAME}
chmod 0644 README.txt

%build
%make CF="%{optflags}"

%install
install -d -m 755 %{buildroot}/%{_includedir}/suitesparse
install -m 644 *.h %{buildroot}/%{_includedir}/suitesparse
install -m 644 *.mk %{buildroot}/%{_includedir}/suitesparse

install -d -m 755 %{buildroot}/%{_libdir}
install -m 644 *.a %{buildroot}/%{_libdir}

%files
%doc README.txt
%{_includedir}/suitesparse/*.*
%{_libdir}/*.a


%changelog

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.0.2-3
- (a7842e0) MassBuild#464: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24155 |14mu|suomi-malaga-1.19-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define prever	0
%define rel	3

Summary:	Description of Finnish morphology written in Malaga
Name:		suomi-malaga
Version:	1.19
%if %prever
Release:	0.%prever.%rel
%else
Release:	%rel
%endif
License:	GPLv2+
Group:		Text tools
URL:            http://voikko.sourceforge.net/
%if %prever
Source:		http://www.puimula.org/htp/testing/%{name}-%{version}%prever.tar.gz
%else
Source:         http://www.puimula.org/voikko-sources/suomi-malaga/%{name}-%{version}.tar.gz
%endif
BuildRequires:	malaga >= 7.8
BuildRequires:	python
# NOTE: Packages are endianness specific, but all Mageia architectures are little-endian
# and having this as no-noarch causes issues with urpmi:
# https://bugs.mageia.org/show_bug.cgi?id=5404
BuildArch:	noarch

%description
Description of Finnish morphology written in Malaga.

Suomi-malaga is used by text indexer Sukija and spellchecker/hyphenator
Voikko.

%package -n voikko-fi
Summary:	Finnish support for Voikko spellchecker/hyphenator
Group:		Text tools
Requires:	locales-fi
# aspell = 1, myspell = 2, lang-specific = 3
Provides:	enchant-dictionary = 3
Provides:	voikko-dictionary
Provides:	voikko-fi_FI
Provides:	spell-fi
Provides:	%{name} = %{version}-%{release}
Obsoletes:	suomi-malaga-voikko < 1.0

%description -n voikko-fi
Finnish support for Voikko spellchecker/hyphenator. This package is also
known as Suomi-malaga.

%prep
%setup -q -n %{name}-%{version}

%build
%make voikko GENLEX_OPTS="--extra-usage=it" \
	EXTRA_LEX="vocabulary/erikoisalat/linux-distributions.lex vocabulary/erikoisalat/atk-lyhenteet.lex"

%install
# Files differ on big-endian and small-endian archs, and they have different
# names (*_l vs *_b). This is the reason we use %{_prefix}/lib instead of
# %{_datadir} and won't noarch the package. Note that we use %{_prefix}/lib
# instead of %{_libdir} to achieve biarch compatibility. That is, if the user
# has both libvoikkoX and lib64voikkoX installed, both of them work with the
# same voikko-fi package.
make voikko-install DESTDIR=%{buildroot}%{_prefix}/lib/voikko

%files -n voikko-fi
%doc README README.fi CONTRIBUTORS
%dir %{_prefix}/lib/voikko
%{_prefix}/lib/voikko/?



%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.19-3
- (c0653fd) Rename project source to match upstream, updated to version 1.19



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24156 |14mu|superkaramba-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Put Karamba applets to the desktop with Python
Name:		superkaramba
Version:	4.14.3
Release:	1
License:	LGPLv2+
Group:		Graphical desktop/KDE
Url:		http://utils.kde.org/projects/superkaramba
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(qimageblitz) < 5.0.0
Obsoletes:	%{name}-devel < 4.11.0

%description
SuperKaramba is a tool that allows you to easily create interactive
widgets on your KDE desktop.

%files
%{_kde_appsdir}/superkaramba
%{_kde_bindir}/superkaramba
%{_kde_iconsdir}/*/*/apps/superkaramba.*
%{_kde_applicationsdir}/superkaramba.desktop
%{_kde_libdir}/kde4/plasma_package_superkaramba.so
%{_kde_libdir}/kde4/plasma_scriptengine_superkaramba.so
%{_kde_services}/plasma-package-superkaramba.desktop
%{_kde_services}/plasma-scriptengine-superkaramba.desktop
%{_kde_configdir}/superkaramba.knsrc
%{_kde_datadir}/dbus-1/interfaces/org.kde.superkaramba.xml

#---------------------------------------------

%define libsuperkaramba_major 4
%define libsuperkaramba %mklibname superkaramba %{libsuperkaramba_major}

%package -n %{libsuperkaramba}
Summary:	Runtime library for superkaramba
Group:		System/Libraries

%description -n %{libsuperkaramba}
Runtime library for superkaramba.

%files -n %{libsuperkaramba}
%{_kde_libdir}/libsuperkaramba.so.%{libsuperkaramba_major}*

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

# We don't need it because there are no headers anyway
rm -f %{buildroot}%{_kde_libdir}/libsuperkaramba.so


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 2344e0c
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24157 |14mu|sushi-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

%define	api	1.0
%define	major	0
%define gmajor	1.0
%define	libname		%mklibname %{name} %{api} %{major}
%define	girname		%mklibname %{name}-gir %{gmajor}
%define	develname	%mklibname -d %{name} %{api}

Summary:	Quick Previewer for Nautilus
Name:		sushi
Version:	3.16.0
Release:	1
License:	GPLv2+
Group:		File tools
Url:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/sushi/%{url_ver}/%{name}-%{version}.tar.xz

#for gnome-autogen
BuildRequires:	gnome-common
BuildRequires:	gettext-devel
BuildRequires:	intltool
BuildRequires:	unoconv
BuildRequires:	pkgconfig(clutter-1.0)
BuildRequires:	pkgconfig(clutter-gst-2.0)
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(evince-document-3.0)
BuildRequires:	pkgconfig(evince-view-3.0)
BuildRequires:	pkgconfig(gjs-1.0) >= 1.36
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0)
BuildRequires:	pkgconfig(gstreamer-tag-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gtksourceview-3.0)
BuildRequires:	pkgconfig(libmusicbrainz5)
BuildRequires:	pkgconfig(webkit2gtk-4.0)
Suggests:	nautilus

Requires:	%{libname} = %{version}-%{release}
Requires:	typelib(GstBase) = 1.0
Requires:	typelib(GstTag) = 1.0
Requires:       typelib(ClutterGst) = 2.0
Requires:       typelib(GstVideo) = 1.0

Requires:	unoconv

%description
Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.

%package -n %{libname}
Summary:	Runtime libraries for %{name}
Group:		System/Libraries
# When built with unoconv support, the library will use unoconv to
# read LibreOffice files
Suggests:	unoconv

%description -n %{libname}
Runtime libraries for %{name}.

%package -n %{girname}
Summary:	GObject introspection interface for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject introspection interface for %{name}.

%package -n %{develname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
The sushi-devel package contains libraries and header files for developing
applications that use sushi.

%prep
%setup -q
#apply_patches

%build
NOCONFIGURE=1 gnome-autogen.sh
%configure2_5x
%make

%install
%makeinstall_std
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS COPYING NEWS README
%{_bindir}/sushi
%{_libexecdir}/sushi-start
%{_datadir}/dbus-1/services/org.gnome.Sushi.service
%{_datadir}/glib-2.0/schemas/org.gnome.sushi.gschema.xml
%{_datadir}/sushi/js
%{_datadir}/sushi/style

%files -n %{libname}
%{_libdir}/%{name}/libsushi-%{api}.so

%files -n %{girname}
%{_libdir}/%{name}/girepository-1.0/Sushi-%{gmajor}.typelib

%files -n %{develname}
%{_datadir}/%{name}/gir-1.0/Sushi-%{gmajor}.gir

%changelog

* Thu May 14 2015 Tigro <ashejn@yandex-team.ru> 3.16.0-1
- (5ef14cc) update to 3.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24158 |14mu|svgpart-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		svgpart
Summary:	A SVG KPart
Version:	4.14.3
Release:	1
Epoch:		2
Group:		Graphical desktop/KDE
License:	GPLv2
URL:		http://www.kde.org
%define is_beta %(if test `echo %version |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source:		ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel
Conflicts:	kdegraphics4-core < 2:4.6.90

%description
A SVG KPart Service.

%files
%{_kde_libdir}/kde4/svgpart.so
%{_kde_appsdir}/svgpart/svgpart.rc
%{_kde_services}/svgpart.desktop

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.14.3-1
+ Revision: 26042c6
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24159 |14mu|sweeper-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sweeper
Summary:	Clean unwanted traces from your system
Version:	4.14.3
Release:	1
Group:		Graphical desktop/KDE
License:	LGPLv2
URL:		http://www.kde.org/
Source:		ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:	kdelibs4-devel

%description
Sweeper helps to clean unwanted traces the user leaves on the system.

%files
%{_kde_appsdir}/sweeper
%{_kde_bindir}/sweeper
%{_kde_applicationsdir}/sweeper.desktop
%{_kde_datadir}/dbus-1/interfaces/org.kde.sweeper.xml
%{_kde_docdir}/HTML/*/sweeper

#----------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.14.3-1
+ Revision: 4b5ec18
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24160 |14mu|swell-foop-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           swell-foop
Version:        3.16.1
Release:        1
Summary:        GNOME colored tiles puzzle game

License:        GPLv2+ and GFDL
URL:            http://projects.gnome.org/gnome-games/
Group:		Games/Other
Source0:        http://download.gnome.org/sources/swell-foop/%{url_ver}/swell-foop-%{version}.tar.xz

BuildRequires:  pkgconfig(clutter-gtk-1.0)
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  intltool libxml2-utils
BuildRequires:  itstool

Obsoletes: gnome-games-swell-foop < 1:3.7.92-1

%description
Clear the screen by removing groups of colored and shaped tiles

%prep
%setup -q

%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang %{name} --with-gnome


%files -f %{name}.lang
%doc COPYING
%{_bindir}/swell-foop
%{_datadir}/applications/swell-foop.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.swell-foop.gschema.xml
%{_datadir}/icons/*/*/*/*
%{_datadir}/swell-foop
%{_datadir}/appdata/*.xml

%changelog

* Tue Apr 14 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (5ef9c68) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24161 |14mu|swig-3.0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with guile
%bcond_with mono
%bcond_with ocaml

Summary:	Simplified Wrapper and Interface Generator (SWIG)
Name:		swig
Version:	3.0.8
Release:	1
Epoch:		1
License:	BSD
Group:		Development/Other
Url:		http://www.swig.org/
Source0:	http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		swig308-Fix-li_boost_array-test.patch
BuildRequires:	bison
BuildRequires:	imake
BuildRequires:	libtool
%if %{with mono}
BuildRequires:	mono
BuildRequires:	pkgconfig(mono)
%endif
%if %{with ocaml}
BuildRequires:	ocaml
%endif
BuildRequires:	boost-devel
BuildRequires:	libstdc++-devel
BuildRequires:	lua-devel
BuildRequires:	perl-devel
BuildRequires:	php-devel
BuildRequires:	ruby-devel
BuildRequires:	tcl-devel
%if %{with guile}
BuildRequires:	pkgconfig(guile-2.0)
%endif
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(python)
Obsoletes:	swig-devel < 2.0.7
Conflicts:	swig2

%description
SWIG takes an interface description file written in a combination of C/C++
and special directives and produces interfaces to Perl, Python, and Tcl.
It allows scripting languages to use C/C++ code with minimal effort.

%files
%doc ANNOUNCE INSTALL CHANGES CHANGES.current LICENSE README TODO
%{_bindir}/swig
%{_bindir}/ccache-swig
%{_datadir}/swig

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation and examples for %{name}
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description doc
SWIG takes an interface description file written in a combination of C/C++
and special directives and produces interfaces to Perl, Python, and Tcl.
It allows scripting languages to use C/C++ code with minimal effort.

Install the %{name}-doc package if you want to look at example and 
documentation.

%files doc
%doc Examples Doc/Manual

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .pylib

%build
./autogen.sh
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Tue Jun 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:3.0.8-1
- (19c3748) New version 3.0.8
- (19c3748) Update files (man pages are no longer built)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24162 |14mu|syslinux-6.04-0.2.pre1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tarball_version 6.04-pre1

Summary:	A bootloader for linux using floppies, CD
Name:		syslinux
Version:	6.04
Release:	0.2.pre1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project
Source0:	http://www.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.xz
Source1:	%{name}.rpmlintrc
Patch1:		0001-Add-install-all-target-to-top-side-of-HAVE_FIRMWARE.patch

BuildRequires:	nasm
BuildRequires:	netpbm
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	perl

Requires:	syslinux-nonlinux = %{version}-%{release}
Provides:	isolinux = %{version}

%description
SYSLINUX is a suite of bootloaders, currently supporting DOS FAT
filesystems, Linux ext2/ext3 filesystems (EXTLINUX), PXE network boots
(PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX).  It also includes a tool,
MEMDISK, which loads legacy operating systems from these media.

%files
%doc COPYING
%doc NEWS README*
%doc doc/* 
%doc sample
%{_mandir}/man1/gethostip*
%{_mandir}/man1/syslinux*
%{_mandir}/man1/extlinux*
%{_mandir}/man1/isohybrid*
%{_mandir}/man1/memdiskfind*
%{_bindir}/gethostip
%{_bindir}/isohybrid
%{_bindir}/memdiskfind
%{_bindir}/syslinux
%dir %{_datadir}/syslinux
%dir %{_datadir}/syslinux/dosutil
%{_datadir}/syslinux/dosutil/*
%dir %{_datadir}/syslinux/diag
%{_datadir}/syslinux/diag/*
############################################################################

%package perl
Summary:	Syslinux tools written in perl
Group:		System/Kernel and hardware

%description perl
Syslinux tools written in perl

%files perl
%doc COPYING
%{_mandir}/man1/lss16toppm*
%{_mandir}/man1/ppmtolss16*
%{_bindir}/keytab-lilo
%{_bindir}/lss16toppm
%{_bindir}/md5pass
%{_bindir}/mkdiskimage
%{_bindir}/ppmtolss16
%{_bindir}/pxelinux-options
%{_bindir}/sha1pass
%{_bindir}/syslinux2ansi
%{_bindir}/isohybrid.pl
############################################################################

%package devel
Summary:	Headers and libraries for syslinux development
Group:		Development/C

%description devel
Headers and libraries for syslinux development.

%files devel
%doc COPYING
%dir %{_datadir}/syslinux/com32
%{_datadir}/syslinux/com32/*
############################################################################

%package extlinux
Summary:	The EXTLINUX bootloader, for booting the local system
Group:		System/Kernel and hardware
Requires:	syslinux = %{EVRD}
Requires:	syslinux-extlinux-nonlinux = %{EVRD}

%description extlinux
The EXTLINUX bootloader, for booting the local system, as well as all
the SYSLINUX/PXELINUX modules in /boot.

%files extlinux
%{_sbindir}/extlinux
%config /etc/extlinux.conf
############################################################################

%package tftpboot
Summary:	SYSLINUX modules in /tftpboot, available for network booting
Group:		System/Kernel and hardware
Requires:	syslinux = %{EVRD}

%description tftpboot
All the SYSLINUX/PXELINUX modules directly available for network
booting in the /tftpboot directory.

%files tftpboot
/tftpboot
############################################################################

%package extlinux-nonlinux
Summary:	The parts of the EXTLINUX bootloader which aren't run from linux
Group:		System/Kernel and hardware
Requires:	syslinux = %{EVRD}

%description extlinux-nonlinux
All the EXTLINUX binaries that run from the firmware rather than
from a linux host.

%files extlinux-nonlinux
/boot/extlinux
############################################################################

%package nonlinux
Summary:	SYSLINUX modules which aren't run from linux
Group:		System/Kernel and hardware
Requires:	syslinux = %{EVRD}

%description nonlinux
All the SYSLINUX binaries that run from the firmware rather than from a
linux host. It also includes a tool, MEMDISK, which loads legacy operating
systems from media.

%files nonlinux
%{_datadir}/syslinux/*.com
%{_datadir}/syslinux/*.c32
%{_datadir}/syslinux/*.bin
%{_datadir}/syslinux/*.0
%{_datadir}/syslinux/memdisk
############################################################################

%ifarch x86_64
%package efi64
Summary:	SYSLINUX binaries and modules for 64-bit UEFI systems
Group:		System/Kernel and hardware

%description efi64
SYSLINUX binaries and modules for 64-bit UEFI systems

%files efi64
%doc COPYING
%dir %{_datadir}/syslinux/efi64
%{_datadir}/syslinux/efi64/*
%endif
############################################################################

%prep
%setup -q -n %{name}-%{tarball_version}
%apply_patches

%build
make bios clean all
%ifarch x86_64
make efi64 clean all
%endif

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_prefix}/lib/syslinux
mkdir -p %{buildroot}%{_includedir}
make bios install-all \
	INSTALLROOT=%{buildroot} BINDIR=%{_bindir} SBINDIR=%{_sbindir} \
	LIBDIR=%{_prefix}/lib DATADIR=%{_datadir} \
	MANDIR=%{_mandir} INCDIR=%{_includedir} \
	TFTPBOOT=/tftpboot EXTLINUXDIR=/boot/extlinux \
	LDLINUX=ldlinux.c32
%ifarch x86_64
make efi64 install netinstall \
	INSTALLROOT=%{buildroot} BINDIR=%{_bindir} SBINDIR=%{_sbindir} \
	LIBDIR=%{_prefix}/lib DATADIR=%{_datadir} \
	MANDIR=%{_mandir} INCDIR=%{_includedir} \
	TFTPBOOT=/tftpboot EXTLINUXDIR=/boot/extlinux \
	LDLINUX=ldlinux.c32
%endif

mkdir -p %{buildroot}/%{_docdir}/%{name}/sample
install -m 644 sample/sample.* %{buildroot}/%{_docdir}/%{name}/sample/
mkdir -p %{buildroot}/etc
( cd %{buildroot}/etc && ln -s ../boot/extlinux/extlinux.conf . )

# don't ship libsyslinux, at least, not for now
rm -f %{buildroot}%{_prefix}/lib/libsyslinux*
rm -f %{buildroot}%{_includedir}/syslinux.h

%changelog

* Sat Feb 11 2017 spectre <eugene.shatokhin@rosalab.ru> 6.04-0.2.pre1
- (652a64e) Merge pull request #2 from spectre/syslinux:master
- (652a64e) Updated to version 6.04-pre



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24163 |14mu|sysstat-11.5.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Includes the sar and iostat system monitoring commands
Name:		sysstat
Version:	11.5.4
Release:	1
License:	GPLv2+
Group:		Monitoring
Url:		http://pagesperso-orange.fr/sebastien.godard/
Source0:	http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.xz
Patch0:		sysstat-10.1.2-fix-format-errors.patch
BuildRequires:	lm_sensors-devel
Requires(post,preun):	rpm-helper

%description
This package provides the sar and iostat commands for the Linux
operating system, similar to their traditional UNIX counterparts.
They enable system monitoring of disk, network, and other IO activity.

%files -f %{name}.lang
%doc CHANGES COPYING CREDITS FAQ
%config(noreplace) %{_sysconfdir}/cron.hourly/sysstat
%config(noreplace) %{_sysconfdir}/cron.daily/sysstat
%config(noreplace) %{_sysconfdir}/sysconfig/sysstat.ioconf
%config(noreplace) %{_sysconfdir}/sysconfig/sysstat
%{_bindir}/*
%{_unitdir}/sysstat.service
%{_libdir}/sa
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%{_localstatedir}/log/sa

%post
%_post_service %{name}

%preun
%_preun_service %{name}

if [[ $1 -eq 0 ]]; then
#	Remove sa logs if removing sysstat completely
	rm -f %{_localstatedir}/log/sa/*
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .strfmt

%build
export sa_lib_dir=%{_libdir}/sa
%configure2_5x \
	--disable-file-attr \
	--disable-stripping
make CFLAGS="%{optflags}" \
	PREFIX="%{_prefix}" \
	SA_LIB_DIR="%{_libdir}/sa" \
	MAN_DIR="%{_mandir}"


%install
make \
	MAN_DIR=%{_mandir} \
	PREFIX=%{_prefix} \
	DESTDIR=%{buildroot}\
	SA_LIB_DIR=%{_libdir}/sa \
	install

# Install service file
mkdir -p %{buildroot}%{_unitdir}
install -m 0644 sysstat.service %{buildroot}%{_unitdir}/

rm -fr %{buildroot}%{_datadir}/doc/%{name}-%{version}

mkdir -p %{buildroot}%{_sysconfdir}/{cron.daily,cron.hourly}

cat > %{buildroot}%{_sysconfdir}/cron.daily/%{name} <<EOF
#!/bin/sh

# generate a daily summary of process accounting.
%{_libdir}/sa/sa2 -A &

EOF
chmod +x %{buildroot}%{_sysconfdir}/cron.daily/%{name}

cat > %{buildroot}%{_sysconfdir}/cron.hourly/%{name} <<EOF
#!/bin/sh

# snapshot system usage every 10 minutes six times.
%{_libdir}/sa/sa1 600 6 &

EOF
chmod +x  %{buildroot}%{_sysconfdir}/cron.hourly/%{name}

rm -fr %{buildroot}%{_prefix}/doc

%find_lang %{name}


%changelog

* Tue Dec 12 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 11.5.4-1
- (cf93da3) New version 11.5.4
- (cf93da3) Enable lm_sensors support
- (cf93da3) Enable debug package
- (cf93da3) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24164 |14mu|system-config-printer-1.4.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# disable the requires on gnome-python-gnomekeyring when it's not avaialable
# gnome-python-desktop requires s-c-p indirectly and the build fails otherwise
%define pygnomekeyring 0

Summary:	A printer administration tool
Name:		system-config-printer
Version:	1.4.8
Release:	1
License:	LGPLv2+
Group:		System/Configuration/Printing
Url:		http://cyberelk.net/tim/software/system-config-printer/
Source0:	http://cyberelk.net/tim/data/system-config-printer/1.4/%{name}-%{version}.tar.xz
Source1:	system-config-printer.pam
Source2:	system-config-printer.console
Source3:	po-mdv.tar.bz2
Source4:	mdv_printer_custom.py
Source5:	hp-makeuri-mdv.c
Source6:	mdv_backend
Patch0:		system-config-printer-1.4.2-mdv_custom-applet.patch
Patch2:		system-config-printer-1.4.7-mdv_custom-system-config-printer.patch
Patch3:		system-config-printer-1.3.1-start-applet.patch
Patch4:		system-config-printer-1.4.7-udev-configure-printer-mdv.patch
Patch5:		system-config-printer-1.4.2-mdv_custom-embedded_window.patch
# Fedora patches
Patch200:	system-config-printer-no-job-notifications.patch
# Mageia patches
Patch300:	system-config-printer-1.3.7-remove-Brother-HL-2030-blacklist.patch

BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd412-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	intltool
BuildRequires:	systemd-units
BuildRequires:	xmlto

BuildRequires:	cups-devel
BuildRequires:	gettext-devel
BuildRequires:	libhpip-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(python)
# (cg) Required for CheckUSBPermissions.py
Requires:	acl
Requires:	dbus-x11
Requires:	desktop-file-utils
Requires:	gnome-icon-theme
Requires:	gnome-python
%if %{pygnomekeyring}
Requires:	gnome-python-gnomekeyring
%endif
Requires:	hplip-model-data
Requires:	libxml2-python
# nmap is required to scan the network, just like printerdrake used to do
Requires:	nmap
Requires:	python-cups
Requires:	python-curl
Requires:	python-dbus
Requires:	python-gi
Requires:	python-gobject
Requires:	python-pyinotify
Requires:	python-smbc
Requires:	system-config-printer-libs = %{EVRD}
Requires:	system-config-printer-udev = %{EVRD}
Requires:	virtual-notification-daemon
#For non GTK3 system
Requires:	canberra-gtk
Requires:	typelib(Atk)
Requires:	typelib(GdkPixbuf)
Requires:	typelib(Gio)
Requires:	typelib(Gtk) = 3.0
Requires:	typelib(Pango)
Requires:	typelib(Notify)
Suggests:	samba-client

%description
system-config-printer is a graphical user interface that allows
the user to configure a CUPS print server.

%files
%doc ChangeLog README
%{_bindir}/%{name}
%{_bindir}/scp-dbus-service
%{_sbindir}/%{name}
#{_bindir}/hp-makeuri-mdv
%{_bindir}/%{name}-applet
%{_bindir}/install-printerdriver
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/ui
%dir %{_datadir}/%{name}/xml
%{_datadir}/%{name}/*.py*
%{_datadir}/%{name}/troubleshoot
%{_datadir}/%{name}/ui/*.ui
%{_datadir}/%{name}/xml/*
%{_datadir}/%{name}/icons
%{_datadir}/applications/system-config-printer.desktop
#%{_datadir}/applications/manage-print-jobs.desktop
%{_datadir}/appdata/system-config-printer.appdata.xml
%{_sysconfdir}/xdg/autostart/print-applet.desktop
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package udev
Summary:	Rules for udev for automatic configuration of USB printers
Group:		System/Configuration/Hardware
Requires:	system-config-printer-libs = %{EVRD}
Requires(post,preun):	rpm-helper
Obsoletes:	hal-cups-utils <= 0.6.20
Conflicts:	cups < 1.4.2-6

%description udev
The udev rules and helper programs for automatically configuring USB
printers.

%post
# disable old printer detection system
if [ -f /etc/sysconfig/printing ]; then
    if grep -q ^AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED= /etc/sysconfig/printing; then
        sed -i 's/AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED=.*/AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED=no/g' /etc/sysconfig/printing
    else
        echo AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED=no >> /etc/sysconfig/printing
    fi
    if grep -q ^ENABLE_QUEUES_ON_PRINTER_CONNECTED= /etc/sysconfig/printing; then
        sed -i 's/ENABLE_QUEUES_ON_PRINTER_CONNECTED=.*/ENABLE_QUEUES_ON_PRINTER_CONNECTED=no/g' /etc/sysconfig/printing
    else
        echo ENABLE_QUEUES_ON_PRINTER_CONNECTED=no >> /etc/sysconfig/printing
    fi
else
    echo AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED=no >> /etc/sysconfig/printing
    echo ENABLE_QUEUES_ON_PRINTER_CONNECTED=no >> /etc/sysconfig/printing
fi

%postun
# enable old printer detection system
if [ -f /etc/sysconfig/printing ]; then
    if grep -q ^AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED= /etc/sysconfig/printing; then
        sed -i 's/AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED=.*/AUTO_SETUP_QUEUES_ON_PRINTER_CONNECTED=yes/g' /etc/sysconfig/printing
    fi
    if grep -q ^ENABLE_QUEUES_ON_PRINTER_CONNECTED= /etc/sysconfig/printing; then
        sed -i 's/ENABLE_QUEUES_ON_PRINTER_CONNECTED=.*/ENABLE_QUEUES_ON_PRINTER_CONNECTED=yes/g' /etc/sysconfig/printing
    fi
fi

%files udev
/lib/udev/udev-add-printer
/lib/udev/udev-configure-printer
/lib/udev/rules.d/70-printers.rules
/lib/systemd/system/configure-printer@.service

#----------------------------------------------------------------------------

%package  libs
Summary:	Common code for the graphical and non-graphical pieces
Group:		System/Libraries
Requires:	foomatic
Requires:	python
Requires:	python-cups

%description libs
The common code used by both the graphical and non-graphical parts of
the configuration tool.

%files libs -f system-config-printer.lang
%dir %{_sysconfdir}/cupshelpers/
%config(noreplace) %{_sysconfdir}/cupshelpers/preferreddrivers.xml
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.NewPrinterNotification.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf
%config(noreplace) %{_datadir}/dbus-1/interfaces/org.fedoraproject.Config.Printing.xml
%config(noreplace) %{_datadir}/dbus-1/services/org.fedoraproject.Config.Printing.service
%dir %{py_puresitedir}/cupshelpers
%{py_puresitedir}/cupshelpers/__init__.py*
%{py_puresitedir}/cupshelpers/cupshelpers.py*
%{py_puresitedir}/cupshelpers/openprinting.py*
%{py_puresitedir}/cupshelpers/ppds.py*
%{py_puresitedir}/cupshelpers/config.py*
%{py_puresitedir}/cupshelpers/installdriver.py*
%{py_puresitedir}/cupshelpers/xmldriverprefs.py*
%{_prefix}/lib/cups/backend/mdv_backend
%{py_platsitedir}/mdv_printer_custom.py*
%{py_puresitedir}/*.egg-info

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# update mdv custom translation
tar xvjf %{SOURCE3}
pushd po
for i in *.po; do
    if [ ! -f ../po-mdv/$i ]; then
        continue
    fi
    msgcat $i ../po-mdv/$i > ../po-mdv/$i-new
    rm -f $i
    mv ../po-mdv/$i-new $i
done
popd

autoreconf -fi

%build
%configure2_5x \
	--with-systemdsystemunitdir=%{_unitdir} \
	--with-udev-rules

make
# (salem) this hack avoids requiring hplip
gcc %{SOURCE5} -o hp-makeuri-mdv -lhpmud

%install
%makeinstall_std udevrulesdir=/lib/udev/rules.d  udevhelperdir=/lib/udev

mkdir -p %{buildroot}%{_mozillaextpath}
mkdir -p %{buildroot}%{py_platsitedir}
mkdir -p %{buildroot}%{_bindir}
#cp -f hp-makeuri-mdv %{buildroot}%{_bindir}
# Make sure pyc files are generated, otherwise we can get
# difficult to debug problems
pushd %{buildroot}%{_datadir}/%{name}
python -m compileall .
popd
mkdir -p %{buildroot}%{py_platsitedir}
cp -fv %{SOURCE4} %{buildroot}%{py_platsitedir}
pushd %{buildroot}%{py_platsitedir}
python -m compileall .
popd

mkdir -p %{buildroot}%{_prefix}/lib/cups/backend
cp -f %{SOURCE6} %{buildroot}%{_prefix}/lib/cups/backend

mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
install -p -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/%{name}
install -p -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/security/console.apps/%{name}
mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}
ln -s consolehelper %{buildroot}%{_bindir}/%{name}

# WTF?
#rename service
# mv -f %{buildroot}%{_unitdir}/configure-printer@.service %{buildroot}%{_unitdir}/configure-printer.service

%find_lang system-config-printer


%changelog

* Wed Dec 23 2015 Denis Silakov <dsilakov@gmail.com> 1.4.8-1
- (5ef0d84) Updated to 1.4.8

* Thu Jun 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.7-6
- (148a4f4) Avoid error when trying to set signal handler in mdv_printer_custom

* Tue May 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.7-5
- (9a40352) Added typelib(Pango) requirement

* Fri Apr 17 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1.4.7-4
- (312e658) fix requires
- (Dmitry Fedorov: 0150789) fix requires
- (Dmitry Fedorov: 2426bab) remove python-gi
- (Dmitry Fedorov: 8087c57) disable pygnomekeyring
- (Denis Silakov: 7c66682) Disable check for installed drivers for now

* Wed Apr 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.7-3
- (775e5af) Try hack to enable printer detection on boot

* Thu Apr 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.7-2
- (46b8839) Renaming configure-printer@.service doesn't seem to be a good idea.

* Fri Nov 14 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.7-1
- (431e777) Add appdata file to files
- (Andrey Bondrov: 9d13e28) Adjust Requires
- (Andrey Bondrov: f14d49f) New version 1.4.7, re-diff patchset

* Wed Oct 01 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-16
- (94d1340) Fix service file for udev-configure-printer

* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.2-15
- (c7ad16e) Fix typo
- (Andrey Bondrov: 84e4fcd) Update Requires
- (Andrey Bondrov: a618cb5) Spec cleanup

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.4.2-14
- (65ce753) MassBuild#440: Increase release tag

* Sat Nov 23 2013 Alexander Kazancev <kazancas@gmail.com> 1.4.2-13
- (2563fb0) Add requires for %{_lib}gtk-gir3.0

* Fri Nov 22 2013 akdengi <alexander.kazancev@rosalab.ru> 1.4.2-12
- (693d14f) fix mdv custom add with GTK3+

* Thu Nov 21 2013 akdengi <alexander.kazancev@rosalab.ru> 1.4.2-11
- (a9d44e4) fix run on non-GTK3 system

* Thu Nov 21 2013 akdengi <alexander.kazancev@rosalab.ru> 1.4.2-10
- (9a8c290) fix requires
- (akdengi: e6f2c4e) fix patches

* Wed Nov 13 2013 Alexander Kazancev <kazancas@gmail.com> 1.4.2-9
- (660ab65) Updated system-config-printer.pam
- (Alexander Kazancev: 87b9d68) SILENT Fix files
- (akdengi: 9b41a76) add needing gir notify BR
- (akdengi: 3e24346) SILENT rediff cups version patch
- (akdengi: 23f34c6) SILENT return CUPS version patch
- (akdengi: addc101) SILENT fix patches
- (akdengi: 59d33e9) SILENT fix spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24165 |14mu|systemd-219-1.20150505.22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitcommit 22eade
%define gitcommit_date 20150505

# macros for sysvinit transition - should be equal to
# sysvinit %version-%release-plus-1
%define sysvinit_version 2.87
%define sysvinit_release 17

%define libsystemd_major 0
%define libdaemon_major 0
%define liblogin_major 0
%define libjournal_major 0
%define libid128_major 0
%define libnss_major 2

%define libsystemd %mklibname %{name} %{libsystemd_major}
%define libsystemd_devel %mklibname %{name} -d

%define libdaemon %mklibname systemd-daemon %{libdaemon_major}
%define libdaemon_devel %mklibname -d systemd-daemon %{libdaemon_major}

%define liblogin %mklibname systemd-login %{liblogin_major}
%define liblogin_devel %mklibname -d systemd-login %{liblogin_major}

%define libjournal %mklibname systemd-journal %{libjournal_major}
%define libjournal_devel %mklibname -d systemd-journal %{libjournal_major}

%define libid128 %mklibname systemd-id128 %{libid128_major}
%define libid128_devel %mklibname -d systemd-id128 %{libid128_major}

%define libnss_myhostname %mklibname nss_myhostname %{libnss_major}

%define udev_major 1
%define gudev_api 1.0
%define gudev_major 0
%define libudev %mklibname udev %{udev_major}
%define libudev_devel %mklibname udev -d
%define libgudev %mklibname gudev %{gudev_api} %{gudev_major}
%define libgudev_devel %mklibname gudev %{gudev_api} -d
%define girgudev %mklibname gudev-gir %{gudev_api}

%define systemd_libdir /lib/systemd
%define udev_libdir /lib/udev
%define udev_rules_dir %{udev_libdir}/rules.d
%define udev_user_rules_dir %{_sysconfdir}/udev/rules.d

%define _udevhwdbdir	/lib/udev/hwdb.d

%bcond_with bootstrap
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	A System and Session Manager
Name:		systemd
Version:	219
Release:	1%{?gitcommit_date:.%{gitcommit_date}}.22
License:	GPLv2+
Group:		System/Configuration/Boot and Init
Url:		http://www.freedesktop.org/wiki/Software/systemd
%if %{defined gitcommit}
Source0:	http://cgit.freedesktop.org/systemd/systemd-stable/snapshot/%{name}-stable-%{gitcommit}.tar.gz
%else
Source0:	http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
%endif
Source2:	50-udev-mandriva.rules
Source3:	69-printeracl.rules
Source5:	udev.sysconfig
# (blino) net rules and helpers
Source6:	76-net.rules
Source7:	udev_net_create_ifcfg
Source8:	udev_net_action
Source9:	udev_net.sysconfig
# (hk) udev rules for zte 3g modems with drakx-net
Source10:	61-mobile-zte-drakx-net.rules
Source11:	listen.conf
# (tpg) default preset for services
Source12:	90-default.preset
Source13:	85-display-manager.preset
Source14:	99-default-disable.preset
# Our efi boot generator
Source15:	systemd-efi-boot-generator
Source17:	90-enable.network
Source18:	90-user-default.preset
Source19:	10-imx.rules
Source20:	90-wireless.network
Source100:	%{name}.rpmlintrc

### SYSTEMD ###

#Patches different from stable (not applied or modified)
Patch001:	0188-MODIFIED-DEFAULT_PATH_SPLIT_USR-macro.patch

### OMV patches###
# from Mandriva
# disable coldplug for storage and device pci
#po 315
#Patch2:		udev-199-coldplug.patch
# We need a static libudev.a for the uClibc build because lvm2 requires it.
# Put back support for building it.
Patch4:		systemd-205-static.patch
# set-udev_log-to-err.patch overrides systemd logging level too and makes impossible to raise it
#Patch5:		systemd-216-set-udev_log-to-err.patch
# uClibc lacks secure_getenv(), DO NOT REMOVE!
Patch6:		systemd-210-support-build-without-secure_getenv.patch
Patch7:		systemd-210-uclibc-no-mkostemp.patch
Patch8:		systemd-206-set-max-journal-size-to-150M.patch
#Patch9:		systemd-208-fix-race-condition-between-udev-and-vconsole.patch
#Patch10:	systemd-214-uclibc.patch
Patch11:	systemd-214-silent-fsck-on-boot.patch
Patch13:	systemd-219-uclibc-exp10-replacement.patch
Patch14:	systemd-217-do-not-run-systemd-firstboot-in-containers.patch
Patch15:	1005-create-default-links-for-primary-cd_dvd-drive.patch
# (tpg) https://issues.openmandriva.org/show_bug.cgi?id=1092
# keep this patch until upstream will fix it
Patch16:	systemd-219-always-restart-systemd-timedated.service.patch
# (tpg) https://bugzilla.gnome.org/show_bug.cgi?id=743891
#Patch18:	0001-unit-When-stopping-due-to-BindsTo-log-which-unit-cau.patch
# (tpg )https://bugs.freedesktop.org/show_bug.cgi?id=89383
Patch19:	0001-Revert-core-mount-add-dependencies-to-dynamically-mo.patch
# use upstream solution for above bug
#Patch19:	0001-device-rework-how-we-enter-tentative-state.patch
# Upstream patch (needed for rlmi-osinstall container)
Patch20:	systemd-219-nspawn-add-support-for--property.patch

#Mageia/ROSA patchset
Patch500:	0500-main-Add-failsafe-to-the-sysvinit-compat-cmdline-key.v2.patch
Patch501:	0501-Allow-booting-from-live-cd-in-virtualbox.patch
Patch503:	0503-udev-Allow-the-udevadm-settle-timeout-to-be-set-via-.patch
Patch504:	0504-Mageia-Relax-perms-on-sys-kernel-debug-for-lspcidrak.patch
Patch514:	0514-systemctl-Ensure-the-no-reload-and-no-redirect-optio.patch
Patch518:	0518-hwdb-Add-support-for-Packard-Bell-wlan-keys.patch
Patch522:	0522-agetty-Preserve-locale-settings-for-login.patch
#Patch523:	0523-Put-session-scopes-into-all-cgroup-controllers.patch
Patch525:	0525-Perform-vconsole-setup-after-vtcon_vcs-init.patch
Patch526:	0526-systemd-219-dont-create-os-release.patch
Patch530:	systemd-219-coredump-conf.patch
Patch531:	systemd-219-disable-duplicate-services.patch

#SUSE patchset

# Backports from upstream
Patch2001:	2001-logind-fix-user_elect_display.patch
Patch2002:	2002-logind-fix-null-pointer-dereference.patch
Patch2003:	2003-logind-fix-race.patch
#Patch2004:	2004-logind-use-sd_event-timer.patch
Patch2005:	2005-logind-save-users-state.patch
#Patch2006:	2006-logind-fix-delayed-execution-regression.patch
#Patch2007:	2007-logind-re-use-vt-sessions.patch
#Patch2008:	2008-logind-simplify-assignment.patch
#Patch2009:	2009-logind-allow-sessions-to-share-vts.patch
#Patch2010:	2010-logind-create-session.patch
#Patch2011:	2011-logind-allow-greeters-to-take-over-vts.patch

BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd42-xml
BuildRequires:	docbook-dtd45-xml
BuildRequires:	gperf
BuildRequires:	intltool
BuildRequires:	libtool
# make sure we have /etc/os-release available, required by --with-distro
#BuildRequires:	rosa-release-common
BuildRequires:	vala >= 0.9
BuildRequires:	xsltproc
BuildRequires:	acl-devel
BuildRequires:	audit-devel
BuildRequires:	libcap-devel
%if %{with selinux}
BuildRequires:	selinux-devel >= 2.1.9
%endif
BuildRequires:	pam-devel >= 1.1.4-9
BuildRequires:	tcp_wrappers-devel
BuildRequires:	perl(XML::Parser)
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(dbus-1) >= 1.4.0
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(efivar)
BuildRequires:	pkgconfig(gee-0.8)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(xkbcommon)
BuildRequires:	pkgconfig(mount)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcryptsetup)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libkmod) >= 5
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	qrencode-devel
BuildRequires:	pkgconfig(libusb)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(libmicrohttpd) >= 0.9.33
BuildRequires:	pkgconfig(libqrencode)
BuildRequires:	pkgconfig(libiptc)
BuildRequires:	pkgconfig(python)
%if !%{with bootstrap}
BuildRequires:	pkgconfig(libcryptsetup)
BuildRequires:	python-devel
BuildRequires:	python-lxml
BuildRequires:	python-sphinx
%endif
BuildRequires:	elfutils-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libidn)
Requires:	bash-completion >= 2.1
Requires:	chkconfig
Requires:	dbus
Requires:	efivar
#Need for efi generator
Requires:	gdisk
# (tpg) just to be sure we install this libraries
Requires:	libsystemd = %{EVRD}
Requires:	libsystemd-daemon = %{EVRD}
Requires:	libsystemd-login = %{EVRD}
Requires:	libsystemd-journal = %{EVRD}
Requires:	libsystemd-id128 = %{EVRD}
Requires:	nss_myhostname = %{EVRD}
Requires:	lockdev
Requires:	kmod
Requires:	udev = %{EVRD}
Requires:	%{libudev} = %{EVRD}
Requires(pre,post):	coreutils
Requires(post):	awk
Requires(post):	gawk
Requires(post):	grep
Requires(post):	lockdev
Requires(pre):	basesystem-minimal
Requires(pre):	initscripts >= 9.56
Requires(pre):	util-linux >= 2.18-2
Requires(pre):	shadow-utils
Conflicts:	initscripts < 9.56
Conflicts:	networkmanager < 1.0.0
Conflicts:	%{name}-units < %{EVRD}
Conflicts:	%{name}-units > %{EVRD}
Provides:	should-restart = system
#(tpg)for future releases... systemd provides also a full functional syslog tool
Provides:	syslog-daemon
%rename		readahead

# (tpg) conflict with old sysvinit subpackage
%rename	systemd-sysvinit
Conflicts:	systemd-sysvinit < 219-1
# (eugeni) systemd should work as a drop-in replacement for sysvinit, but not obsolete it
#SysVinit < %sysvinit_release-%sysvinit_release It's provides something
#like that SysVinit < 14-14 when it should be SysVinit 2.87-14
Provides:	sysvinit = %sysvinit_version-%sysvinit_release, SysVinit = %sysvinit_version-%sysvinit_release
# (tpg) time to die
Obsoletes:	sysvinit < %sysvinit_version-%sysvinit_release, SysVinit < %sysvinit_version-%sysvinit_release
# Due to halt/poweroff etc. in _bindir
Conflicts:	usermode-consoleonly < 1:1.110
%rename		systemd-tools
%rename		bootchart

%description
systemd is a system and session manager for Linux, compatible with
SysV and LSB init scripts. systemd provides aggressive parallelization
capabilities, uses socket and D-Bus activation for starting services,
offers on-demand starting of daemons, keeps track of processes using
Linux cgroups, supports snapshotting and restoring of the system
state, maintains mount and automount points and implements an
elaborate transactional dependency-based service control logic. It can
work as a drop-in replacement for sysvinit.

%files -f %{name}.lang
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.systemd1.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.hostname1.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.import1.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.locale1.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.login1.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.machine1.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.network1.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.resolve1.conf
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.timedate1.conf
%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
%config(noreplace) %{_sysconfdir}/systemd/system.conf
%config(noreplace) %{_sysconfdir}/systemd/logind.conf
%config(noreplace) %{_sysconfdir}/systemd/journald.conf
%config(noreplace) %{_sysconfdir}/systemd/user.conf
%config(noreplace) %{_sysconfdir}/rsyslog.d/listen.conf
%config(noreplace) %{_sysconfdir}/systemd/bootchart.conf
%config(noreplace) %{_sysconfdir}/systemd/resolved.conf
%config(noreplace) %{_sysconfdir}/systemd/timesyncd.conf
%config(noreplace) %{_prefix}/lib/sysctl.d/50-coredump.conf
%config(noreplace) %{_prefix}/lib/sysctl.d/50-default.conf
%config(noreplace) %{_prefix}/lib/sysusers.d/basic.conf
%config(noreplace) %{_prefix}/lib/sysusers.d/systemd.conf
%ghost %config(noreplace) %{_sysconfdir}/hostname
%ghost %config(noreplace) %{_sysconfdir}/localtime
%ghost %config(noreplace) %{_sysconfdir}/vconsole.conf
%ghost %config(noreplace) %{_sysconfdir}/locale.conf
%ghost %config(noreplace) %{_sysconfdir}/machine-id
%ghost %config(noreplace) %{_sysconfdir}/machine-info
%ghost %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) %{_sysconfdir}/crypttab

%ghost %attr(0664,root,utmp) %{_localstatedir}/run/utmp
%ghost %attr(0664,root,utmp) %{_localstatedir}/log/wtmp
%ghost %attr(0600,root,utmp) %{_localstatedir}/log/btmp
%{_sysconfdir}/pam.d/%{name}-user

%dir /run
%dir %{systemd_libdir}
%dir %{systemd_libdir}/*-generators
%dir %{systemd_libdir}/system-shutdown
%dir %{systemd_libdir}/system-sleep
%dir %{systemd_libdir}/ntp-units.d
%dir %{systemd_libdir}/system-preset
%dir %{systemd_libdir}/user-preset
%dir %{_prefix}/lib/tmpfiles.d
%dir %{_prefix}/lib/sysctl.d
%dir %{_prefix}/lib/modules-load.d
%dir %{_prefix}/lib/binfmt.d
%{_prefix}/lib/kernel/install.d/*.install
%{_sysconfdir}/xdg/systemd
%attr(02755,root,systemd-journal) %dir %{_logdir}/journal

# (law) from sysvinit subpackage
/sbin/init
/bin/reboot
/bin/halt
/bin/poweroff
/sbin/shutdown
/sbin/telinit
/sbin/runlevel
#
/bin/systemd-ask-password
/bin/systemd-notify
/bin/systemd-tmpfiles
/bin/systemd-tty-ask-password-agent
/bin/systemd
/bin/networkctl
/bin/systemd-escape
/bin/systemd-firstboot
/bin/systemd-sysusers
/bin/journalctl
/bin/loginctl
/bin/systemd-inhibit
/sbin/systemd-machine-id-setup
%{_bindir}/busctl
%{_bindir}/systemd-analyze
%{_bindir}/systemd-delta
%{_bindir}/systemd-detect-virt
/bin/systemd-hwdb
%{_bindir}/systemd-loginctl
%{_bindir}/systemd-path
%{_bindir}/bootctl
%{_bindir}/hostnamectl
%{_bindir}/kernel-install
%{_bindir}/localectl
%{_bindir}/coredumpctl
%{_bindir}/timedatectl
%{_bindir}/systemd-run
%{systemd_libdir}/import-pubring.gpg
%{systemd_libdir}/systemd*
%exclude %{systemd_libdir}/systemd-udevd
%exclude %{systemd_libdir}/systemd-journal-upload
%exclude %{systemd_libdir}/systemd-journal-gatewayd
%exclude %{systemd_libdir}/systemd-journal-remote
%{systemd_libdir}/*-generators/*
%{systemd_libdir}/system-preset/*.preset
%{systemd_libdir}/user-preset/*.preset
%{_tmpfilesdir}/*.conf
%exclude %{_tmpfilesdir}/systemd-remote.conf
/%{_lib}/security/pam_systemd.so
%{_var}/lib/rpm/filetriggers/systemd-daemon-reload.*
%{_bindir}/systemd-cgls
%{_bindir}/systemd-nspawn
%{_bindir}/systemd-stdio-bridge
%{_bindir}/systemd-cat
%{_bindir}/systemd-cgtop
%{_mandir}/man1/bootctl.*
%{_mandir}/man1/busctl.1.*
%{_mandir}/man1/coredumpctl.*
%{_mandir}/man1/hostnamectl.*
%{_mandir}/man1/init.*
%{_mandir}/man1/journalctl.1*
%{_mandir}/man1/localectl.*
%{_mandir}/man1/loginctl.*
%{_mandir}/man1/networkctl.1*
%{_mandir}/man1/systemd-analyze.1*
%{_mandir}/man1/systemd-ask-password.*
%{_mandir}/man1/systemd-bootchart.*
%{_mandir}/man1/systemd-cat.1*
%{_mandir}/man1/systemd-cgls.*
%{_mandir}/man1/systemd-cgtop.*
%{_mandir}/man1/systemd-delta.1.*
%{_mandir}/man1/systemd-detect-virt.1.*
%{_mandir}/man1/systemd-escape.1.*
%{_mandir}/man1/systemd-firstboot*.1.*
%{_mandir}/man1/systemd-inhibit.1.*
%{_mandir}/man1/systemd-machine-id-commit.1*
%{_mandir}/man1/systemd-machine-id-setup.1*
%{_mandir}/man1/systemd-notify.*
%{_mandir}/man1/systemd-nspawn.*
%{_mandir}/man1/systemd-path.1.*
%{_mandir}/man1/systemd-run.*
%{_mandir}/man1/systemd-tty-ask-password-agent.*
%{_mandir}/man1/systemd.*
%{_mandir}/man1/timedatectl.*
%{_mandir}/man3/*
%{_mandir}/man5/*
%{_mandir}/man7/*
%{_mandir}/man8/kernel-install.*
%{_mandir}/man8/halt.*
%{_mandir}/man8/reboot.*
%{_mandir}/man8/shutdown.*
%{_mandir}/man8/poweroff.*
%{_mandir}/man8/telinit.*
%{_mandir}/man8/runlevel.*
%{_mandir}/man8/pam_systemd.*
%{_mandir}/man8/systemd-*
%exclude %{_mandir}/man8/systemd-journal-gatewayd.*
%exclude %{_mandir}/man8/systemd-journal-remote.*
%exclude %{_mandir}/man8/systemd-journal-upload.*
%{_datadir}/dbus-1/services/org.freedesktop.systemd1.service
%{_datadir}/dbus-1/system-services/org.freedesktop.hostname1.service
%{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
%{_datadir}/dbus-1/system-services/org.freedesktop.import1.service
%{_datadir}/dbus-1/system-services/org.freedesktop.locale1.service
%{_datadir}/dbus-1/system-services/org.freedesktop.login1.service
%{_datadir}/dbus-1/system-services/org.freedesktop.machine1.service
%{_datadir}/dbus-1/system-services/org.freedesktop.network1.service
%{_datadir}/dbus-1/system-services/org.freedesktop.resolve1.service
%{_datadir}/dbus-1/system-services/org.freedesktop.timedate1.service
%{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy
%{_datadir}/polkit-1/actions/org.freedesktop.hostname1.policy
%{_datadir}/polkit-1/actions/org.freedesktop.import1.policy
%{_datadir}/polkit-1/actions/org.freedesktop.locale1.policy
%{_datadir}/polkit-1/actions/org.freedesktop.login1.policy
%{_datadir}/polkit-1/actions/org.freedesktop.machine1.policy
%{_datadir}/polkit-1/actions/org.freedesktop.timedate1.policy
%{_datadir}/systemd/kbd-model-map
%{_datadir}/systemd/language-fallback-map
%{_datadir}/factory/etc/nsswitch.conf
%{_datadir}/factory/etc/pam.d/other
%{_datadir}/factory/etc/pam.d/system-auth
%{_docdir}/systemd
%{_initddir}/systemd.README
%{_var}/log/systemd.README

#----------------------------------------------------------------------------

%package units
Summary:	Configuration files, directories and installation tool for systemd
Group:		System/Configuration/Boot and Init
Requires(post):	awk
Requires(post):	coreutils
Requires(post):	gawk
Requires(post):	grep
%rename		resolvconf
Conflicts:	resolvconf < 1.75-22
Conflicts:	systemd < 219

%description units
Basic configuration files, directories and installation tool for the systemd
system and session manager.

%files units
%dir %{_sysconfdir}/systemd
%dir %{_sysconfdir}/systemd/system
%dir %{_sysconfdir}/systemd/user
%dir %{_sysconfdir}/systemd/user/default.target.wants
%dir %{_sysconfdir}/systemd/system/getty.target.wants
%dir %{_sysconfdir}/tmpfiles.d
%dir %{_sysconfdir}/sysctl.d
%dir %{_sysconfdir}/modules-load.d
%dir %{_sysconfdir}/binfmt.d
%dir %{systemd_libdir}/system
%dir %{systemd_libdir}/system/basic.target.wants
%dir %{systemd_libdir}/system/bluetooth.target.wants
%dir %{systemd_libdir}/system/dbus.target.wants
%dir %{systemd_libdir}/system/default.target.wants
%dir %{systemd_libdir}/system/local-fs.target.wants
%dir %{systemd_libdir}/system/multi-user.target.wants
%dir %{systemd_libdir}/system/runlevel1.target.wants
%dir %{systemd_libdir}/system/runlevel2.target.wants
%dir %{systemd_libdir}/system/runlevel3.target.wants
%dir %{systemd_libdir}/system/runlevel4.target.wants
%dir %{systemd_libdir}/system/runlevel5.target.wants
%dir %{systemd_libdir}/system/sockets.target.wants
%dir %{systemd_libdir}/system/sysinit.target.wants
%dir %{systemd_libdir}/system/syslog.target.wants
%dir %{systemd_libdir}/system/timers.target.wants
%dir %{systemd_libdir}/network
%dir %{_prefix}/lib/systemd
%dir %{_prefix}/lib/systemd/catalog
%dir %{_prefix}/lib/systemd/system-generators
%dir %{_prefix}/lib/systemd/user
%dir %{_prefix}/lib/systemd/user-generators
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions
%{_datadir}/bash-completion/completions/*
%{_datadir}/zsh/site-functions/*
/bin/systemctl
/bin/machinectl
%{_bindir}/systemctl
%{_sysconfdir}/profile.d/40systemd.sh
%{_sysconfdir}/rpm/macros.d/%{name}.macros
%{systemd_libdir}/system/local-fs.target.wants/*.service
%{systemd_libdir}/system/local-fs.target.wants/*.mount
%{systemd_libdir}/system/multi-user.target.wants/*.target
%{systemd_libdir}/system/multi-user.target.wants/*.path
%{systemd_libdir}/system/multi-user.target.wants/*.service
%{systemd_libdir}/system/runlevel*.target.wants/*.service
%{systemd_libdir}/system/sockets.target.wants/*.socket
%if !%{with bootstrap}
%{systemd_libdir}/system/sysinit.target.wants/cryptsetup.target
%endif
%{systemd_libdir}/system/sysinit.target.wants/*.*mount
%{systemd_libdir}/system/sysinit.target.wants/*.service
%{systemd_libdir}/system/sysinit.target.wants/*.path
%{systemd_libdir}/system/timers.target.wants/*.timer
%{systemd_libdir}/system/graphical.target.wants/*.service
%{systemd_libdir}/system/poweroff.target.wants/*.service
%{systemd_libdir}/system/reboot.target.wants/*.service
%{systemd_libdir}/system/rescue.target.wants/*.service
%{systemd_libdir}/system/*.automount
%{systemd_libdir}/system/*.mount
%{systemd_libdir}/system/*.path
%{systemd_libdir}/system/auto*.service
%{systemd_libdir}/system/console*.service
%{systemd_libdir}/system/container-getty@.service
%{systemd_libdir}/system/dbus-org*.service
%{systemd_libdir}/system/de*.service
%{systemd_libdir}/system/emergency*.service
%{systemd_libdir}/system/getty*.service
%{systemd_libdir}/system/halt-*.service
%{systemd_libdir}/system/initrd-*.service
%{systemd_libdir}/system/kmod-*.service
%{systemd_libdir}/system/ldconfig.service
%{systemd_libdir}/system/quota*.service
%{systemd_libdir}/system/rc-*.service
%{systemd_libdir}/system/rescue*.service
%{systemd_libdir}/system/serial-*.service
%{systemd_libdir}/system/systemd-ask-password*.service
%{systemd_libdir}/system/systemd-backlight*.service
%{systemd_libdir}/system/systemd-binfmt*.service
%{systemd_libdir}/system/systemd-bootchart.service
%{systemd_libdir}/system/systemd-firstboot.service
%{systemd_libdir}/system/systemd-fsck*.service
%{systemd_libdir}/system/systemd-halt*.service
%{systemd_libdir}/system/systemd-hibernate*.service
%{systemd_libdir}/system/systemd-hostnamed*.service
%{systemd_libdir}/system/systemd-hybrid*.service
%{systemd_libdir}/system/systemd-hwdb-update.service
%{systemd_libdir}/system/systemd-importd.service
%{systemd_libdir}/system/systemd-initctl*.service
%{systemd_libdir}/system/systemd-journal-flush.service
%{systemd_libdir}/system/systemd-journal-catalog-update.service
%{systemd_libdir}/system/systemd-journald.service
%{systemd_libdir}/system/systemd-journald-dev-log.socket
%{systemd_libdir}/system/systemd-kexec*.service
%{systemd_libdir}/system/systemd-localed*.service
%{systemd_libdir}/system/systemd-logind*.service
%{systemd_libdir}/system/systemd-machined.service
%{systemd_libdir}/system/systemd-machine-id-commit.service
%{systemd_libdir}/system/systemd-modules-load.service
%{systemd_libdir}/system/systemd-networkd.service
%{systemd_libdir}/system/systemd-networkd.socket
%{systemd_libdir}/system/systemd-networkd-wait-online.service
%{systemd_libdir}/system/systemd-nspawn*.service
%{systemd_libdir}/system/systemd-poweroff.service
%{systemd_libdir}/system/systemd-quotacheck.service
%{systemd_libdir}/system/systemd-random*service
%{systemd_libdir}/system/systemd-reboot.service
%{systemd_libdir}/system/systemd-remount*.service
%{systemd_libdir}/system/systemd-resolved.service
%{systemd_libdir}/system/systemd-rfkill@.service
%{systemd_libdir}/system/systemd-shutdownd.service
%{systemd_libdir}/system/systemd-suspend.service
%{systemd_libdir}/system/systemd-sysctl.service
%{systemd_libdir}/system/systemd-sysusers.service
%{systemd_libdir}/system/systemd-timedated.service
%{systemd_libdir}/system/systemd-timesyncd.service
%{systemd_libdir}/system/systemd-tmpfiles-*.service
%{systemd_libdir}/system/systemd-tmpfiles-*.timer
%{systemd_libdir}/system/systemd-udev*.service
%{systemd_libdir}/system/systemd-update-*.service
%{systemd_libdir}/system/systemd-user-*.service
%{systemd_libdir}/system/systemd-vconsole-*.service
%{systemd_libdir}/system/udev*.service
%{systemd_libdir}/system/user*.service

%{systemd_libdir}/system/*.slice

%{systemd_libdir}/system/syslog.socket
%{systemd_libdir}/system/systemd-initctl.socket
%{systemd_libdir}/system/systemd-journald.socket
%{systemd_libdir}/system/systemd-journald-audit.socket
%{systemd_libdir}/system/systemd-shutdownd.socket
%{systemd_libdir}/system/systemd-udev*.socket
%{systemd_libdir}/system/*.target

%{systemd_libdir}/network/80-container-host0.network
%{systemd_libdir}/network/80-container-ve.network
%{systemd_libdir}/network/90-enable.network
%{systemd_libdir}/network/90-wireless.network
%ghost %{systemd_libdir}/network/95-rosa-legacy-naming.link
%{systemd_libdir}/network/99-default.link

%{_prefix}/lib/systemd/catalog/*.catalog
%{_prefix}/lib/systemd/user/*.service
%{_prefix}/lib/systemd/user/*.target
%{_mandir}/man1/machinectl.*
%{_mandir}/man1/systemctl.*

#----------------------------------------------------------------------------

%package journal-gateway
Summary:	Gateway for serving journal events over the network using HTTP
Requires:	%{name} = %{EVRD}
Requires(pre,post,preun,postun):	rpm-helper
Obsoletes:		systemd < 206-7

%description journal-gateway
Offers journal events over the network using HTTP.

%files journal-gateway
%config(noreplace) %{_sysconfdir}/systemd/journal-remote.conf
%config(noreplace) %{_sysconfdir}/systemd/journal-upload.conf
%config(noreplace) %{_prefix}/lib/sysusers.d/systemd-remote.conf
%dir %{_datadir}/systemd/gatewayd
%{systemd_libdir}/systemd-journal-gatewayd
%{systemd_libdir}/systemd-journal-remote
%{systemd_libdir}/systemd-journal-upload
%{systemd_libdir}/system/systemd-journal-gatewayd.service
%{systemd_libdir}/system/systemd-journal-gatewayd.socket
%{systemd_libdir}/system/systemd-journal-remote.service
%{systemd_libdir}/system/systemd-journal-remote.socket
%{systemd_libdir}/system/systemd-journal-upload.service
%{_tmpfilesdir}/systemd-remote.conf
%{_mandir}/man8/systemd-journal-gatewayd.8.*
%{_mandir}/man8/systemd-journal-upload.8.*
%{_mandir}/man8/systemd-journal-remote.8.*
%{_mandir}/man8/systemd-journal-gatewayd.service.8.*
%{_mandir}/man8/systemd-journal-gatewayd.socket.8.*
%{_datadir}/systemd/gatewayd/browse.html

#----------------------------------------------------------------------------

%if !%{with bootstrap}
%package -n python-%{name}
Summary:	Python bindings for %{name}
Group:		Development/Python

%description -n python-%{name}
Python bindings for %{name}.

%files -n python-%{name}
%{py_platsitedir}/%{name}
%endif

#----------------------------------------------------------------------------

%package -n %{libsystemd}
Summary:	Systemdlibrary package
Group:		System/Libraries
Provides:	libsystemd = %{EVRD}

%description -n %{libsystemd}
This package provides the systemd shared library.

%files -n %{libsystemd}
/%{_lib}/libsystemd.so.%{libsystemd_major}*

#----------------------------------------------------------------------------

%package -n %{libsystemd_devel}
Summary:	Systemd library development files
Group:		Development/C
Requires:	%{libsystemd} = %{EVRD}
Provides:	libsystemd-devel = %{EVRD}

%files -n %{libsystemd_devel}
%dir %{_includedir}/systemd
%{_includedir}/systemd/_sd-common.h
%{_libdir}/libsystemd.so
%{_libdir}/pkgconfig/libsystemd.pc
%{_libdir}/pkgconfig/systemd.pc

%description -n %{libsystemd_devel}
Development files for the systemd shared library.

#----------------------------------------------------------------------------

%package -n %{libdaemon}
Summary:	Systemd-daemon library package
Group:		System/Libraries
Provides:	libsystemd-daemon = %{EVRD}

%description -n %{libdaemon}
This package provides the systemd-daemon shared library.

%files -n %{libdaemon}
/%{_lib}/libsystemd-daemon.so.%{libdaemon_major}*

#----------------------------------------------------------------------------

%package -n %{libdaemon_devel}
Summary:	Systemd-daemon library development files
Group:		Development/C
Requires:	%{libdaemon} = %{EVRD}
Requires:	%{libsystemd_devel} = %{EVRD}
Provides:	libsystemd-daemon-devel = %{EVRD}

%description -n %{libdaemon_devel}
Development files for the systemd-daemon shared library.

%files -n %{libdaemon_devel}
%dir %{_includedir}/systemd
%{_includedir}/systemd/sd-daemon.h
%{_libdir}/libsystemd-daemon.so
%{_libdir}/pkgconfig/libsystemd-daemon.pc
%{_includedir}/systemd/sd-messages.h

#----------------------------------------------------------------------------

%package -n %{liblogin}
Summary:	Systemd-login library package
Group:		System/Libraries
Provides:	libsystemd-login = %{EVRD}

%description -n %{liblogin}
This package provides the systemd-login shared library.

%files -n %{liblogin}
/%{_lib}/libsystemd-login.so.%{liblogin_major}*

#----------------------------------------------------------------------------

%package -n %{liblogin_devel}
Summary:	Systemd-login library development files
Group:		Development/C
Requires:	%{liblogin} = %{EVRD}
Requires:	%{libsystemd} = %{EVRD}
Provides:	libsystemd-login-devel = %{EVRD}

%description -n %{liblogin_devel}
Development files for the systemd-login shared library.

%files -n %{liblogin_devel}
%dir %{_includedir}/systemd
%{_includedir}/systemd/sd-login.h
%{_libdir}/libsystemd-login.so
%{_libdir}/pkgconfig/libsystemd-login.pc

#----------------------------------------------------------------------------

%package -n %{libjournal}
Summary:	Systemd-journal library package
Group:		System/Libraries
Provides:	libsystemd-journal = %{EVRD}

%description -n %{libjournal}
This package provides the systemd-journal shared library.

%files -n %{libjournal}
/%{_lib}/libsystemd-journal.so.%{libjournal_major}*

#----------------------------------------------------------------------------

%package -n %{libjournal_devel}
Summary:	Systemd-journal library development files
Group:		Development/C
Requires:	%{libjournal} = %{EVRD}
Requires:	%{libsystemd} = %{EVRD}
Requires:	%{libid128_devel} = %{EVRD}
Provides:	libsystemd-journal-devel = %{EVRD}

%description -n %{libjournal_devel}
Development files for the systemd-journal shared library.

%files -n %{libjournal_devel}
%dir %{_includedir}/systemd
%{_includedir}/systemd/sd-journal.h
%{_libdir}/libsystemd-journal.so
%{_libdir}/pkgconfig/libsystemd-journal.pc

#----------------------------------------------------------------------------

%package -n %{libid128}
Summary:	Systemd-id128 library package
Group:		System/Libraries
Provides:	libsystemd-id128 = %{EVRD}

%description -n %{libid128}
This package provides the systemd-id128 shared library.

%files -n %{libid128}
/%{_lib}/libsystemd-id128.so.%{libid128_major}*

#----------------------------------------------------------------------------

%package -n %{libid128_devel}
Summary:	Systemd-id128 library development files
Group:		Development/C
Requires:	%{libid128} = %{EVRD}
Requires:	%{libsystemd} = %{EVRD}
Provides:	libsystemd-id128-devel = %{EVRD}

%description -n %{libid128_devel}
Development files for the systemd-id128 shared library.

%files -n %{libid128_devel}
%dir %{_includedir}/systemd
%{_includedir}/systemd/sd-id128.h
%{_libdir}/libsystemd-id128.so
%{_libdir}/pkgconfig/libsystemd-id128.pc

#----------------------------------------------------------------------------

%package -n %{libnss_myhostname}
Summary:	Library for local system host name resolution
Group:		System/Libraries
Provides:	libnss_myhostname = %{EVRD}
Provides:	nss_myhostname = %{EVRD}
Obsoletes:	nss_myhostname <= 0.4
Obsoletes:	nss-myhostname <= 0.4
Requires(post,preun):	bash
Requires(post,preun):	rpm-helper >= 0.24.12-11
Requires(post,preun):	sed

%description -n %{libnss_myhostname}
nss-myhostname is a plugin for the GNU Name Service Switch (NSS)
functionality of the GNU C Library (glibc) providing host name
resolution for the locally configured system hostname as returned by
gethostname(2).

%files -n %{libnss_myhostname}
%{_libdir}/libnss_myhostname.so.%{libnss_major}*
%{_libdir}/libnss_mymachines.so.%{libnss_major}
%{_libdir}/libnss_resolve.so.%{libnss_major}
%{_mandir}/man8/libnss_myhostname.so*.8*
%{_mandir}/man8/libnss_mymachines.so*.8*
%{_mandir}/man8/nss-myhostname.8*
%{_mandir}/man8/nss-mymachines.8*

#----------------------------------------------------------------------------

%package -n udev
Summary:	Device manager for the Linux kernel
Group:		System/Configuration/Hardware
Requires:	acl
Requires:	ldetect-lst
Requires:	setup >= 2.7.16
Requires:	util-linux-ng >= 2.15
# for disk/lp groups
Requires(pre):	setup
Requires(pre):	coreutils
Requires(post,preun):	rpm-helper
Provides:	should-restart = system
Obsoletes:	hal <= 0.5.14-6

%description -n udev
A collection of tools and a daemon to manage events received
from the kernel and deal with them in user-space. Primarily this
involves managing permissions, and creating and removing meaningful
symlinks to device nodes in /dev when hardware is discovered or
removed from the system

%files -n udev
%dir /lib/firmware
%dir /lib/firmware/updates
%dir %{udev_libdir}
%dir %{_sysconfdir}/udev
%dir %{udev_rules_dir}
%dir %{_udevhwdbdir}
%{_udevhwdbdir}/20-*.hwdb
%{_udevhwdbdir}/60-*.hwdb
%{_udevhwdbdir}/70-*.hwdb
%dir %{_sysconfdir}/udev/agents.d
%dir %{_sysconfdir}/udev/agents.d/usb
%config(noreplace) %{_sysconfdir}/sysconfig/udev
%config(noreplace) %{_sysconfdir}/sysconfig/udev_net
%config(noreplace) %{_sysconfdir}/udev/*.conf
%ghost %config(noreplace,missingok) %attr(0644,root,root) %{_sysconfdir}/scsi_id.config
%{systemd_libdir}/systemd-udevd
%{_bindir}/udevadm
%attr(0755,root,root) /sbin/udevadm
%attr(0755,root,root) %{_sbindir}/udevadm
%attr(0755,root,root) /sbin/udevd
%attr(0755,root,root) %{udev_libdir}/udevd
%{udev_rules_dir}/*.rules
%attr(0755,root,root) %{udev_libdir}/accelerometer
%attr(0755,root,root) %{udev_libdir}/ata_id
%attr(0755,root,root) %{udev_libdir}/cdrom_id
%attr(0755,root,root) %{udev_libdir}/scsi_id
%attr(0755,root,root) %{udev_libdir}/collect
%attr(0755,root,root) %{udev_libdir}/net_create_ifcfg
%attr(0755,root,root) %{udev_libdir}/net_action
%attr(0755,root,root) %{udev_libdir}/v4l_id
%attr(0755,root,root) %{udev_libdir}/mtd_probe
# From previous Mandriva /etc/udev/devices.d and patches
%attr(0666,root,root) %dev(c,1,3) %{udev_libdir}/devices/null
%attr(0600,root,root) %dev(b,2,0) %{udev_libdir}/devices/fd0
%attr(0600,root,root) %dev(b,2,1) %{udev_libdir}/devices/fd1
%attr(0600,root,root) %dev(c,21,0) %{udev_libdir}/devices/sg0
%attr(0600,root,root) %dev(c,21,1) %{udev_libdir}/devices/sg1
%attr(0600,root,root) %dev(c,9,0) %{udev_libdir}/devices/st0
%attr(0600,root,root) %dev(c,9,1) %{udev_libdir}/devices/st1
%attr(0600,root,root) %dev(c,99,0) %{udev_libdir}/devices/parport0
%dir %{udev_libdir}/devices/cpu
%dir %{udev_libdir}/devices/cpu/0
%attr(0600,root,root) %dev(c,203,0) %{udev_libdir}/devices/cpu/0/cpuid
%attr(0600,root,root) %dev(c,10,184) %{udev_libdir}/devices/cpu/0/microcode
%attr(0600,root,root) %dev(c,202,0) %{udev_libdir}/devices/cpu/0/msr
%attr(0600,root,root) %dev(c,162,0) %{udev_libdir}/devices/rawctl
%attr(0600,root,root) %dev(c,195,0) %{udev_libdir}/devices/nvidia0
%attr(0600,root,root) %dev(c,195,255) %{udev_libdir}/devices/nvidiactl
# Default static nodes to copy to /dev on udevd start
%dir %{udev_libdir}/devices
# From Fedora RPM
%attr(0755,root,root) %dir %{udev_libdir}/devices/net
%attr(0755,root,root) %dir %{udev_libdir}/devices/hugepages
%attr(0755,root,root) %dir %{udev_libdir}/devices/pts
%attr(0755,root,root) %dir %{udev_libdir}/devices/shm
%attr(666,root,root) %dev(c,10,200) %{udev_libdir}/devices/net/tun
%attr(600,root,root) %dev(c,108,0) %{udev_libdir}/devices/ppp
%attr(666,root,root) %dev(c,10,229) %{udev_libdir}/devices/fuse
%attr(660,root,lp) %dev(c,6,0) %{udev_libdir}/devices/lp0
%attr(660,root,lp) %dev(c,6,1) %{udev_libdir}/devices/lp1
%attr(660,root,lp) %dev(c,6,2) %{udev_libdir}/devices/lp2
%attr(660,root,lp) %dev(c,6,3) %{udev_libdir}/devices/lp3
%attr(640,root,disk) %dev(b,7,0) %{udev_libdir}/devices/loop0
%attr(640,root,disk) %dev(b,7,1) %{udev_libdir}/devices/loop1
%attr(640,root,disk) %dev(b,7,2) %{udev_libdir}/devices/loop2
%attr(640,root,disk) %dev(b,7,3) %{udev_libdir}/devices/loop3
%attr(640,root,disk) %dev(b,7,4) %{udev_libdir}/devices/loop4
%attr(640,root,disk) %dev(b,7,5) %{udev_libdir}/devices/loop5
%attr(640,root,disk) %dev(b,7,6) %{udev_libdir}/devices/loop6
%attr(640,root,disk) %dev(b,7,7) %{udev_libdir}/devices/loop7
%{_mandir}/man8/udevadm.8.*

#----------------------------------------------------------------------------

%package -n %{libudev}
Summary:	Library for udev
Group:		System/Libraries
Obsoletes:	%{mklibname hal 1} <= 0.5.14-6

%description -n %{libudev}
Library for udev.

%files -n %{libudev}
/%{_lib}/libudev.so.%{udev_major}*

#----------------------------------------------------------------------------

%package -n %{libudev_devel}
Summary:	Devel library for udev
Group:		Development/C
License:	LGPLv2+
Provides:	udev-devel = %{EVRD}
Requires:	%{libudev} = %{EVRD}

%description -n %{libudev_devel}
Devel library for udev.

%files -n %{libudev_devel}
%{_libdir}/libudev.so
%{_libdir}/pkgconfig/libudev.pc
%{_datadir}/pkgconfig/udev.pc
%{_includedir}/libudev.h

#----------------------------------------------------------------------------

%package -n %{libgudev}
Summary:	Libraries for adding libudev support to applications that use glib
Group:		System/Libraries
#gw please don't remove this again, it is needed by the noarch package
#gudev-sharp
Provides:	libgudev = %{EVRD}
Requires:	%{libudev} = %{EVRD}

%description -n %{libgudev}
This package contains the libraries that make it easier to use libudev
functionality from applications that use glib.

%files -n %{libgudev}
/%{_libdir}/libgudev-%{gudev_api}.so.%{gudev_major}*

#----------------------------------------------------------------------------

%if !%{with bootstrap}
%package -n %{girgudev}
Group:		System/Libraries
Summary:	GObject Introspection interface library for gudev
Conflicts:	%{_lib}gudev1.0_0 < 182-5

%description -n %{girgudev}
GObject Introspection interface library for gudev.

%files -n %{girgudev}
#%{_libdir}/girepository-1.0/GUdev-%{gudev_api}.typelib
%endif

#----------------------------------------------------------------------------

%package -n %{libgudev_devel}
Summary:	Header files for adding libudev support to applications that use glib
Group:		Development/C
Requires:	%{libgudev} = %{EVRD}

%description -n %{libgudev_devel}
This package contains the header and pkg-config files for developing
glib-based applications using libudev functionality.

%files -n %{libgudev_devel}
%{_libdir}/libgudev-%{gudev_api}.so
%{_includedir}/gudev-%{gudev_api}
%if !%{with bootstrap}
#%{_datadir}/gir-1.0/GUdev-%{gudev_api}.gir
%endif
%{_libdir}/pkgconfig/gudev-%{gudev_api}.pc

#----------------------------------------------------------------------------

%package -n udev-doc
Summary:	Udev documentation
Group:		Books/Computer books

%description -n udev-doc
This package contains documentation of udev.

#----------------------------------------------------------------------------

%prep
%setup -q %{?gitcommit:-n %{name}-stable-%{gitcommit}}
%apply_patches
find src/ -name "*.vala" -exec touch '{}' \;
find -type d |xargs chmod 755

%build
%if %{defined gitcommit}
	./autogen.sh
%endif
autoreconf --force --install --verbose
%serverbuild_hardened

export CONFIGURE_TOP=$PWD

mkdir -p shared
pushd shared
%configure2_5x \
	--with-rootprefix= \
	--with-rootlibdir=/%{_lib} \
	--libexecdir=%{_prefix}/lib \
	--enable-compat-libs \
	--disable-static \
	--enable-chkconfig \
	--with-dns-servers="8.8.8.8 8.8.4.4" \
	--with-sysvinit-path=%{_initrddir} \
%if %{with selinux}
	--enable-selinux \
%else
	--disable-selinux \
%endif
%if %{with bootstrap}
	--enable-introspection=no \
	--disable-libcryptsetup \
	--without-python \
%else
	--enable-introspection=no \
%endif
	--enable-split-usr \
	--enable-xkbcommon
%make
popd

%install
%makeinstall_std -C shared

mkdir -p %{buildroot}{/bin,%{_sbindir}}

# (bor) create late shutdown and sleep directory
mkdir -p %{buildroot}%{systemd_libdir}/system-shutdown
mkdir -p %{buildroot}%{systemd_libdir}/system-sleep

# Create SysV compatibility symlinks. systemctl/systemd are smart
# enough to detect in which way they are called.
mkdir -p %{buildroot}/sbin
ln -s ..%{systemd_libdir}/systemd %{buildroot}/sbin/init
ln -s ..%{systemd_libdir}/systemd %{buildroot}/bin/systemd
ln -s ../bin/systemctl %{buildroot}/bin/reboot
ln -s ../bin/systemctl %{buildroot}/bin/halt
ln -s ../bin/systemctl %{buildroot}/bin/poweroff
ln -s ../bin/systemctl %{buildroot}/sbin/shutdown
ln -s ../bin/systemctl %{buildroot}/sbin/telinit
ln -s ../bin/systemctl %{buildroot}/sbin/runlevel
ln -s /bin/loginctl %{buildroot}%{_bindir}/systemd-loginctl

# Compatiblity and documentation files
touch %{buildroot}/etc/crypttab
chmod 600 %{buildroot}/etc/crypttab

touch %{buildroot}%{systemd_libdir}/network/95-rosa-legacy-naming.link
chmod 755 %{buildroot}%{systemd_libdir}/network/95-rosa-legacy-naming.link

# (tpg) dracut needs this
ln -s /bin/systemctl %{buildroot}%{_bindir}/systemctl

# We create all wants links manually at installation time to make sure
# they are not owned and hence overriden by rpm after the used deleted
# them.
rm -r %{buildroot}%{_sysconfdir}/systemd/system/*.target.wants
rm -f %{buildroot}%{_sysconfdir}/systemd/system/display-manager.service

# Make sure these directories are properly owned
mkdir -p %{buildroot}/%{systemd_libdir}/system/basic.target.wants
mkdir -p %{buildroot}/%{systemd_libdir}/system/default.target.wants
mkdir -p %{buildroot}/%{systemd_libdir}/system/dbus.target.wants
mkdir -p %{buildroot}/%{systemd_libdir}/system/syslog.target.wants
mkdir -p %{buildroot}%{_sysconfdir}/systemd/system/getty.target.wants
mkdir -p %{buildroot}%{_localstatedir}/run
mkdir -p %{buildroot}%{_localstatedir}/log
touch %{buildroot}%{_localstatedir}/run/utmp
touch %{buildroot}%{_localstatedir}/log/{w,b}tmp

# Temporary workaround for #bz5944/#rhbz1002806 (until v.220)
mkdir -p %{buildroot}/%{systemd_libdir}/system/poweroff.target.wants
mkdir -p %{buildroot}/%{systemd_libdir}/system/rescue.target.wants
mkdir -p %{buildroot}/%{systemd_libdir}/system/multi-user.target.wants
mkdir -p %{buildroot}/%{systemd_libdir}/system/graphical.target.wants
mkdir -p %{buildroot}/%{systemd_libdir}/system/reboot.target.wants
ln -s ../systemd-update-utmp-runlevel.service %{buildroot}/%{systemd_libdir}/system/poweroff.target.wants/
ln -s ../systemd-update-utmp-runlevel.service %{buildroot}/%{systemd_libdir}/system/rescue.target.wants/
ln -s ../systemd-update-utmp-runlevel.service %{buildroot}/%{systemd_libdir}/system/multi-user.target.wants/
ln -s ../systemd-update-utmp-runlevel.service %{buildroot}/%{systemd_libdir}/system/graphical.target.wants/
ln -s ../systemd-update-utmp-runlevel.service %{buildroot}/%{systemd_libdir}/system/reboot.target.wants/

#(tpg) keep these compat symlink
ln -s -r %{buildroot}/%{systemd_libdir}/system/systemd-udevd.service %{buildroot}/%{systemd_libdir}/system/udev.service
ln -s -r %{buildroot}/%{systemd_libdir}/system/systemd-udev-settle.service %{buildroot}/%{systemd_libdir}/system/udev-settle.service

# And the default symlink we generate automatically based on inittab
rm -f %{buildroot}%{_sysconfdir}/systemd/system/default.target

# (tpg) this is needed
mkdir -p %{buildroot}%{_prefix}/lib/systemd/system-generators
mkdir -p %{buildroot}%{_prefix}/lib/systemd/user-generators

# (bor) make sure we own directory for bluez to install service
mkdir -p %{buildroot}/%{systemd_libdir}/system/bluetooth.target.wants

# (tpg) use systemd's own mounting capability
sed -i -e 's/^#MountAuto=yes$/MountAuto=yes/' %{buildroot}/etc/systemd/system.conf
sed -i -e 's/^#SwapAuto=yes$/SwapAuto=yes/' %{buildroot}/etc/systemd/system.conf

# (bor) enable rpcbind.target by default so we have something to plug portmapper service into
ln -s ../rpcbind.target %{buildroot}/%{systemd_libdir}/system/multi-user.target.wants

# (bor) machine-id-setup is in /sbin in post-v20
install -d %{buildroot}/sbin && mv %{buildroot}/bin/systemd-machine-id-setup %{buildroot}/sbin

# (eugeni) install /run
mkdir %{buildroot}/run

# (tpg) create missing dir
mkdir -p %{buildroot}%{_libdir}/systemd/user/
mkdir -p %{buildroot}%{_sysconfdir}/systemd/user/default.target.wants

# Create new-style configuration files so that we can ghost-own them
touch %{buildroot}%{_sysconfdir}/hostname
touch %{buildroot}%{_sysconfdir}/vconsole.conf
touch %{buildroot}%{_sysconfdir}/locale.conf
touch %{buildroot}%{_sysconfdir}/machine-id
touch %{buildroot}%{_sysconfdir}/machine-info
touch %{buildroot}%{_sysconfdir}/localtime
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
touch %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf

# (cg) Set up the pager to make it generally more useful
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
cat > %{buildroot}%{_sysconfdir}/profile.d/40systemd.sh << EOF
export SYSTEMD_PAGER="/usr/bin/less -FR"
EOF
chmod 644 %{buildroot}%{_sysconfdir}/profile.d/40systemd.sh

# (akdengi) move rpm macros
mkdir -p %{buildroot}%{_sysconfdir}/rpm/macros.d/
mv  %{buildroot}%{_prefix}/lib/rpm/macros.d/macros.systemd %{buildroot}%{_sysconfdir}/rpm/macros.d/%{name}.macros

# Make sure the NTP units dir exists
mkdir -p %{buildroot}%{systemd_libdir}/ntp-units.d/

# (cg) Make the journal's persistent in order to provide a real syslog implementation
install -m 0755 -d %{buildroot}%{_logdir}/journal

# (tpg) Install default Mandriva preset policy for services
mkdir -p %{buildroot}%{systemd_libdir}/system-preset/
mkdir -p %{buildroot}%{systemd_libdir}/user-preset/
install -m 0644 %{SOURCE12} %{buildroot}%{systemd_libdir}/system-preset/
install -m 0644 %{SOURCE13} %{buildroot}%{systemd_libdir}/system-preset/
install -m 0644 %{SOURCE14} %{buildroot}%{systemd_libdir}/system-preset/

# (tpg) install network file
install -m 0644 %{SOURCE17} %{buildroot}%{systemd_libdir}/network/
# (fedya) install wireless file
install -m 0644 %{SOURCE20} %{buildroot}%{systemd_libdir}/network/

# (tpg) install userspace presets
install -m 0644 %{SOURCE18} %{buildroot}%{systemd_libdir}/user-preset/

# Install rsyslog fragment
mkdir -p %{buildroot}%{_sysconfdir}/rsyslog.d/
install -m 0644 %{SOURCE11} %{buildroot}%{_sysconfdir}/rsyslog.d/

# (tpg) by default enable SysRq
sed -i -e 's/^#*kernel.sysrq = [0-9]\+/kernel.sysrq = 1/' %{buildroot}/usr/lib/sysctl.d/50-default.conf

# (tpg) from mageia
# automatic systemd release on rpm installs/removals
# (see http://wiki.mandriva.com/en/Rpm_filetriggers)
install -d %{buildroot}%{_var}/lib/rpm/filetriggers
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/systemd-daemon-reload.filter << EOF
^./lib/systemd/system/
^./etc/systemd/system/
EOF
cat > %{buildroot}%{_var}/lib/rpm/filetriggers/systemd-daemon-reload.script << EOF
#!/bin/sh
if /bin/mountpoint -q /sys/fs/cgroup/systemd; then
    if [ -x /bin/systemctl ]; then
	/bin/systemctl daemon-reload >/dev/null 2>&1 || :
    fi
fi
EOF
chmod 755 %{buildroot}%{_var}/lib/rpm/filetriggers/systemd-daemon-reload.script

#################
#	UDEV	#
#	START	#
#################

install -m 644 %{SOURCE2} %{buildroot}%{udev_rules_dir}/
install -m 644 %{SOURCE3} %{buildroot}%{udev_rules_dir}/
mkdir -p  %{buildroot}%{_sysconfdir}/sysconfig/udev
install -m 0644 %{SOURCE5} -D %{buildroot}%{_sysconfdir}/sysconfig/udev
# net rules
install -m 0644 %{SOURCE6} %{buildroot}%{udev_rules_dir}/
install -m 0755 %{SOURCE7} %{buildroot}%{udev_libdir}/net_create_ifcfg
install -m 0755 %{SOURCE8} %{buildroot}%{udev_libdir}/net_action
install -m 0644 %{SOURCE9} %{buildroot}%{_sysconfdir}/sysconfig/udev_net

install -m 0644 %{SOURCE10} %{buildroot}%{udev_rules_dir}/
install -m 0644 %{SOURCE19} %{buildroot}%{udev_rules_dir}/

# unless we make a decision to merge /*bin with /usr/*bin, we'll aim for FHS
# compliance and make sure to keep thing in their traditional locations
mv %{buildroot}/bin/udevadm %{buildroot}/sbin
# probably not required, but let's just be on the safe side for now..
ln -sf /sbin/udevadm %{buildroot}%{_bindir}/udevadm
ln -sf /sbin/udevadm %{buildroot}%{_sbindir}/udevadm

# (tpg) this is needed, because udevadm is in /sbin
# altering the path allows to boot on before root pivot
sed -i --follow-symlinks -e 's#/bin/udevadm#/sbin/udevadm#g' %{buildroot}/%{systemd_libdir}/system/*.service

mkdir -p %{buildroot}%{_prefix}/lib/firmware/updates
mkdir -p %{buildroot}%{_sysconfdir}/udev/agents.d/usb
touch %{buildroot}%{_sysconfdir}/scsi_id.config

ln -s ..%{systemd_libdir}/systemd-udevd %{buildroot}/sbin/udevd
ln -s %{systemd_libdir}/systemd-udevd %{buildroot}%{udev_libdir}/udevd

# udev rules for zte 3g modems and drakx-net


mkdir -p %{buildroot}/lib/firmware/updates
# default /dev content, from Fedora RPM
mkdir -p %{buildroot}%{udev_libdir}/devices/{net,hugepages,pts,shm}
# From previous Mandriva /etc/udev/devices.d
mkdir -p %{buildroot}%{udev_libdir}/devices/cpu/0

#################
#	UDEV	#
#	END	#
#################

# (tpg) just delete this for now
# file /usr/share/man/man5/crypttab.5.xz 
# from install of systemd-186-2.x86_64 
# conflicts with file from package initscripts-9.25-10.x86_64
rm -rf %{buildroot}%{_mandir}/man5/crypttab*

# (akdengi) move README to systemd.README
mv %{buildroot}%{_initddir}/README %{buildroot}%{_initddir}/systemd.README
mv %{buildroot}%{_var}/log/README %{buildroot}%{_var}/log/systemd.README

# (akdengi) Use our implementation of efi boot generator to mount EFI partition on /boot/efi
rm -f %{buildroot}%{systemd_libdir}/system-generators/systemd-efi-boot-generator 
install -m 0755 %{SOURCE15} %{buildroot}%{systemd_libdir}/system-generators/systemd-efi-boot-generator

%find_lang %{name}

%triggerin -- glibc
# reexec daemon on self or glibc update to avoid busy / on shutdown
# trigger is executed on both self and target install so no need to have
# extra own post
if [ $1 -ge 2 -o $2 -ge 2 ] ; then
	/bin/systemctl daemon-reexec 2>&1 || :
fi

%pre -n udev
if [ -d /lib/hotplug/firmware ]; then
	echo "Moving /lib/hotplug/firmware to /lib/firmware"
	mkdir -p /lib/firmware
	mv /lib/hotplug/firmware/* /lib/firmware/ 2>/dev/null
	rmdir -p --ignore-fail-on-non-empty /lib/hotplug/firmware
	:
fi
if [ X"`readlink /lib/udev/rules.d/80-net-name-slot.rules`" == X"/dev/null" ]; then
	mkdir -p %{systemd_libdir}/network/
	cat > %{systemd_libdir}/network/95-rosa-legacy-naming.link << EOF
# This configuration file was created to preserve legacy naming scheme for network interfaces
# Remove it to use modern naming scheme
[Link]
NamePolicy=kernel
MACAddressPolicy=persistent
EOF
	chmod 644 %{systemd_libdir}/network/95-rosa-legacy-naming.link
fi


%post -n udev
/bin/systemctl --quiet try-restart systemd-udevd.service >/dev/null 2>&1 || :
/sbin/udevadm hwdb --update >/dev/null 2>&1 || :

%pre
getent group cdrom >/dev/null 2>&1 || groupadd -r -g 11 cdrom >/dev/null 2>&1 || :
getent group utmp >/dev/null 2>&1 || groupadd -r -g 22 utmp >/dev/null 2>&1 || :
getent group tape >/dev/null 2>&1 || groupadd -r -g 33 tape >/dev/null 2>&1 || :
getent group dialout >/dev/null 2>&1 || groupadd -r -g 18 dialout >/dev/null 2>&1 || :
getent group input >/dev/null 2>&1 || groupadd -r input >/dev/null 2>&1 || :
getent group systemd-journal >/dev/null 2>&1 || groupadd -r -g 190 systemd-journal 2>&1 || :
getent group systemd-timesync >/dev/null 2>&1 || groupadd -r systemd-timesync 2>&1 || :
getent passwd systemd-timesync >/dev/null 2>&1 || useradd -r -l -g systemd-timesync -d / -s /sbin/nologin -c "systemd Time Synchronization" systemd-timesync >/dev/null 2>&1 || :
getent group systemd-network >/dev/null 2>&1 || groupadd -r systemd-network 2>&1 || :
getent passwd systemd-network >/dev/null 2>&1 || useradd -r -l -g systemd-network -d / -s /sbin/nologin -c "systemd Network Management" systemd-network >/dev/null 2>&1 || :
getent group systemd-resolve >/dev/null 2>&1 || groupadd -r systemd-resolve 2>&1 || :
getent passwd systemd-resolve >/dev/null 2>&1 || useradd -r -l -g systemd-resolve -d / -s /sbin/nologin -c "systemd Resolver" systemd-resolve >/dev/null 2>&1 || :
getent group systemd-bus-proxy >/dev/null 2>&1 || groupadd -r systemd-bus-proxy 2>&1 || :
getent passwd systemd-bus-proxy >/dev/null 2>&1 || useradd -r -l -g systemd-bus-proxy -d / -s /sbin/nologin -c "systemd Bus Proxy" systemd-bus-proxy >/dev/null 2>&1 || :

systemctl stop systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-udevd.service >/dev/null 2>&1 || :


%post
/sbin/systemd-machine-id-setup > /dev/null 2>&1 || :
/lib/systemd/systemd-random-seed save > /dev/null 2>&1 || :
/bin/systemctl daemon-reexec > /dev/null 2>&1 || :
/bin/systemctl start systemd-udevd.service systemd-udev.service >/dev/null 2>&1 || :
/sbin/udevadm hwdb --update >/dev/null 2>&1 || :
/bin/journalctl --update-catalog >/dev/null 2>&1 || :
/bin/systemd-tmpfiles --create >/dev/null 2>&1 || :

# (tpg) do not use fistboot here as id hangs on firstboot in lxc :)
# systemd-firstboot --setup-machine-id
systemd-sysusers

# Make sure new journal files will be owned by the "systemd-journal" group
chgrp systemd-journal /run/log/journal/ /run/log/journal/`cat /etc/machine-id 2> /dev/null` /var/log/journal/ /var/log/journal/`cat /etc/machine-id 2> /dev/null` >/dev/null 2>&1 || :
chmod g+s /run/log/journal/ /run/log/journal/`cat /etc/machine-id 2> /dev/null` /var/log/journal/ /var/log/journal/`cat /etc/machine-id 2> /dev/null` >/dev/null 2>&1 || :

# Apply ACL to the journal directory
setfacl -Rnm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal/ >/dev/null 2>&1 || :

if [ $1 == 1 ]; then
	# On first install process all tmpfiles that may have been installed before us
	# Hard requires on some packages on systemd might make cyclic deps on early
	# transactions.
	# We avoid systemd.conf so as not to create /run/nologin
	# NOTE We can probably revert to using filetriggers again for tmpfiles now that
	#      there is a --boot option which should make running --create without a
	#      basename config nice and safe.
	for tmpfile in %{_tmpfilesdir}/*.conf; do
		if [ -f "$tmpfile" -a "$tmpfile" != "%{_tmpfilesdir}/systemd-nologin.conf" ]; then
			/bin/systemd-tmpfiles --create $(basename "$tmpfile")
		fi
	done
fi

# Services we install by default, and which are controlled by presets.
if [ $1 -eq 1 ] ; then
	systemctl preset \
		remote-fs.target \
		getty@.service \
		serial-getty@.service \
		console-getty.service \
		console-shell.service \
		debug-shell.service \
		systemd-timesyncd.service \
		systemd-networkd.service \
		systemd-networkd-wait-online.service \
		systemd-resolved.service \
		>/dev/null 2>&1 || :
fi

hostname_new=`cat %{_sysconfdir}/hostname 2>/dev/null`
if [ -z $hostname_new ]; then
	hostname_old=`cat /etc/sysconfig/network 2>/dev/null | grep HOSTNAME | cut -d "=" -f2`
	if [ ! -z $hostname_old ]; then
		echo $hostname_old >> %{_sysconfdir}/hostname
	else
		echo "localhost" >> %{_sysconfdir}/hostname
	fi
fi

# Migrate /etc/sysconfig/clock
if [ ! -L /etc/localtime -a -e /etc/sysconfig/clock ] ; then
	. /etc/sysconfig/clock 2>&1 || :
	if [ -n "$ZONE" -a -e "/usr/share/zoneinfo/$ZONE" ] ; then
	    /bin/ln -sf "../usr/share/zoneinfo/$ZONE" /etc/localtime >/dev/null 2>&1 || :
	fi
fi

# Migrate /etc/sysconfig/i18n
if [ -e /etc/sysconfig/i18n -a ! -e /etc/locale.conf ]; then
	unset LANG
	unset LANGUAGE
	unset LC_CTYPE
	unset LC_NUMERIC
	unset LC_TIME
	unset LC_COLLATE
	unset LC_MONETARY
	unset LC_MESSAGES
	unset LC_PAPER
	unset LC_NAME
	unset LC_ADDRESS
	unset LC_TELEPHONE
	unset LC_MEASUREMENT
	unset LC_IDENTIFICATION
	. /etc/sysconfig/i18n >/dev/null 2>&1 || :
	[ -n "$LANG" ] && echo LANG=$LANG > /etc/locale.conf 2>&1 || :
	[ -n "$LANGUAGE" ] && echo LANGUAGE=$LANGUAGE >> /etc/locale.conf 2>&1 || :
	[ -n "$LC_CTYPE" ] && echo LC_CTYPE=$LC_CTYPE >> /etc/locale.conf 2>&1 || :
	[ -n "$LC_NUMERIC" ] && echo LC_NUMERIC=$LC_NUMERIC >> /etc/locale.conf 2>&1 || :
	[ -n "$LC_TIME" ] && echo LC_TIME=$LC_TIME >> /etc/locale.conf 2>&1 || :
	[ -n "$LC_COLLATE" ] && echo LC_COLLATE=$LC_COLLATE >> /etc/locale.conf 2>&1 || :
	[ -n "$LC_MONETARY" ] && echo LC_MONETARY=$LC_MONETARY >> /etc/locale.conf 2>&1 || :
	[ -n "$LC_MESSAGES" ] && echo LC_MESSAGES=$LC_MESSAGES >> /etc/locale.conf 2>&1 || :
	[ -n "$LC_PAPER" ] && echo LC_PAPER=$LC_PAPER >> /etc/locale.conf 2>&1 || :
	[ -n "$LC_NAME" ] && echo LC_NAME=$LC_NAME >> /etc/locale.conf 2>&1 || :
	[ -n "$LC_ADDRESS" ] && echo LC_ADDRESS=$LC_ADDRESS >> /etc/locale.conf 2>&1 || :
	[ -n "$LC_TELEPHONE" ] && echo LC_TELEPHONE=$LC_TELEPHONE >> /etc/locale.conf 2>&1 || :
	[ -n "$LC_MEASUREMENT" ] && echo LC_MEASUREMENT=$LC_MEASUREMENT >> /etc/locale.conf 2>&1 || :
	[ -n "$LC_IDENTIFICATION" ] && echo LC_IDENTIFICATION=$LC_IDENTIFICATION >> /etc/locale.conf 2>&1 || :
fi

# Migrate /etc/sysconfig/keyboard to the vconsole configuration
if [ \( -e /etc/sysconfig/keyboard -o -e /etc/sysconfig/i18n \) -a ! -e /etc/vconsole.conf ]; then
	unset SYSFONT
	unset SYSFONTACM
	unset UNIMAP
	unset KEYTABLE
	[ -e /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n >/dev/null 2>&1 || :
	[ -e /etc/sysconfig/keyboard ] && . /etc/sysconfig/keyboard >/dev/null 2>&1 || :
	[ -n "$SYSFONT" ] && echo FONT=$SYSFONT > /etc/vconsole.conf 2>&1 || :
	[ -n "$SYSFONTACM" ] && echo FONT_MAP=$SYSFONTACM >> /etc/vconsole.conf 2>&1 || :
	[ -n "$UNIMAP" ] && echo FONT_UNIMAP=$UNIMAP >> /etc/vconsole.conf 2>&1 || :
	if [ -n "$KEYTABLE" ]; then
		# "ru4" is obsolete keymap for KOI8-R, switch to "ru" on uprgade
		if [ "$KEYTABLE" == "ru4" ]; then KEYTABLE="ru"; fi
		echo KEYMAP=$KEYTABLE >> /etc/vconsole.conf 2>&1 || :
	fi
fi

# Set default font if not defined
unset FONT
[ -e /etc/vconsole.conf ] && . /etc/vconsole.conf >/dev/null 2>&1 || :
[ ! -n "$FONT" ] && echo FONT=default >> /etc/vconsole.conf 2>&1 || :

# Migrate /etc/sysconfig/keyboard to the X11 keyboard configuration
if [ -e /etc/sysconfig/keyboard -a ! -e %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf ]; then
	unset XkbLayout
	unset XkbModel
	unset XkbVariant
	unset XkbOptions
	. /etc/sysconfig/keyboard >/dev/null 2>&1 || :

	echo "Section \"InputClass\"" > %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf 2>/dev/null || :
	echo "        Identifier \"system-keyboard\"" >> %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf 2>/dev/null || :
	echo "        MatchIsKeyboard \"on\"" >> %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf 2>/dev/null || :
	[ -n "$XkbLayout" ]  && echo "        Option \"XkbLayout\" \"$XkbLayout\"" >> %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf 2>/dev/null || :
	[ -n "$XkbModel" ]   && echo "        Option \"XkbModel\" \"$XkbModel\"" >> %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf 2>/dev/null || :
	[ -n "$XkbVariant" ] && echo "        Option \"XkbVariant\" \"$XkbVariant\"" >> %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf 2>/dev/null || :
	[ -n "$XkbOptions" ] && echo "        Option \"XkbOptions\" \"$XkbOptions\"" >> %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf 2>/dev/null || :
	echo "EndSection" >> %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf 2>/dev/null || :
fi

rm -f /etc/sysconfig/i18n >/dev/null 2>&1 || :
rm -f /etc/sysconfig/keyboard >/dev/null 2>&1 || :

# (tpg) this is needed for rsyslog
/bin/ln -s %{systemd_libdir}/system/rsyslog.service /etc/systemd/system/syslog.service >/dev/null 2>&1 || :

# Migrate HOSTNAME= from /etc/sysconfig/network
if [ -e /etc/sysconfig/network -a ! -e /etc/hostname ]; then
	unset HOSTNAME
	. /etc/sysconfig/network >/dev/null 2>&1 || :
	[ -n "$HOSTNAME" ] && echo $HOSTNAME > /etc/hostname 2>&1 || :
fi
/bin/sed -i '/^HOSTNAME=/d' /etc/sysconfig/network >/dev/null 2>&1 || :

# sed-fu to add myhostname to the hosts line of /etc/nsswitch.conf
if [ -f /etc/nsswitch.conf ] ; then
        sed -i.bak -e '
                /^hosts:/ !b
                /\<myhostname\>/ b
                s/[[:blank:]]*$/ myhostname/
                ' /etc/nsswitch.conf >/dev/null 2>&1 || :

        sed -i.bak -e '
                /^hosts:/ !b
                /\<mymachines\>/ b
                s/[[:blank:]]*$/ mymachines/
                ' /etc/nsswitch.conf >/dev/null 2>&1 || :
fi

# (tpg) move sysctl.conf to /etc/sysctl.d as since 207 /etc/sysctl.conf is skipped
if [ $1 -ge 2 ]; then
    if [ -e %{_sysconfdir}/sysctl.conf ] && [ ! -L %{_sysconfdir}/sysctl.conf ]; then
	mv -f %{_sysconfdir}/sysctl.conf %{_sysconfdir}/sysctl.d/99-sysctl.conf
	ln -s %{_sysconfdir}/sysctl.d/99-sysctl.conf %{_sysconfdir}/sysctl.conf
    fi
fi

# remove obsolete systemd-readahead file
rm -f /.readahead > /dev/null 2>&1 || :

%preun
if [ $1 -eq 0 ] ; then
	systemctl disable \
		remote-fs.target \
		getty@.service \
		serial-getty@.service \
		console-getty.service \
		console-shell.service \
		debug-shell.service \
		systemd-readahead-replay.service \
		systemd-readahead-collect.service \
		systemd-timesyncd.service \
		systemd-networkd.service \
		systemd-networkd-wait-online.service \
		systemd-resolved.service \
		>/dev/null 2>&1 || :

	/bin/rm -f /etc/systemd/system/default.target 2>&1 || :

	if [ -f /etc/nsswitch.conf ] ; then
		sed -i.bak -e '
			/^hosts:/ !b
			s/[[:blank:]]\+myhostname\>//
			' /etc/nsswitch.conf >/dev/null 2>&1 || :

		sed -i.bak -e '
			/^hosts:/ !b
			s/[[:blank:]]\+mymachines\>//
			' /etc/nsswitch.conf >/dev/null 2>&1 || :
	fi
fi

%triggerin -- %{name} < 204
# (akdengi) Fix logind.conf for KDE - we need disable logind for suspend/hibernate if systemd < 198

if cat /etc/sysconfig/desktop | grep KDE; then
	cp /etc/systemd/logind.conf /etc/systemd/logind.conf.old
	sed -e 's/HandleSuspendKey=suspend/#HandleSuspendKey=suspend/' -i /etc/systemd/logind.conf
	sed -e 's/HandleHibernateKey=ignore/#HandleHibernateKey=hibernate/' -i /etc/systemd/logind.conf
	sed -e 's/HandleLidSwitch=ignore/#HandleLidSwitch=suspend/' -i /etc/systemd/logind.conf
fi

%triggerun -- %{name} < 208
chgrp -R systemd-journal /var/log/journal || :
chmod 02755 /var/log/journal || :
if [ -f /etc/machine-id ]; then
	chmod 02755 /var/log/journal/$(cat /etc/machine-id) || :
fi

%triggerun -- %{name} < 208-15
#Delete old generated boot-efi if present

#See for EFI present
if [ -d /sys/firmware/efi ]; then

umount -f /boot/efi
rm -f %{systemd_libdir}/system/boot-efi.*
rm -f %{systemd_libdir}/system/local-fs.target.wants/boot-efi.automount
fi

%triggerun -- %{name} < 208-21
#Delete getty target

if [ -d %{_sysconfdir}/systemd/system/getty.target.wants ]; then
 rm -rf %{_sysconfdir}/systemd/system/getty.target.wants
fi

%triggerun -- %{name}
if [ -x %{_sbindir}/dracut ]; then
    %{_sbindir}/dracut -f /boot/initrd-$(uname -r).img $(uname -r)
fi

%triggerposttransun -- resolvconf < 1.75-22
/bin/systemctl preset systemd-resolved.service 2>&1 || :
/bin/systemctl restart systemd-resolved.service 2>&1 || :
if [ -f /etc/resolv.conf ]; then
    rm -f /etc/resolv.conf
    ln -sf ../run/systemd/resolve/resolv.conf /etc/resolv.conf
elif [ ! -e /etc/resolv.conf ]; then
    ln -sf ../run/systemd/resolve/resolv.conf /etc/resolv.conf
elif [ -L /etc/resolv.conf ] && [ "$(readlink /etc/resolv.conf)" = "/run/resolvconf/resolv.conf" ]; then
    rm -f /etc/resolv.conf
    ln -sf ../run/systemd/resolve/resolv.conf /etc/resolv.conf
elif [ -L /etc/resolv.conf ] && [ "$(readlink /etc/resolv.conf)" = "/run/NetworkManager/resolv.conf" ]; then
    rm -f /etc/resolv.conf
    ln -sf ../run/systemd/resolve/resolv.conf /etc/resolv.conf
fi

%triggerposttransin -- %{_tmpfilesdir}/*.conf
if [ $1 -eq 1 -o $2 -eq 1 ]; then
    while [ -n "$3" ]; do
        if [ -f "$3" ]; then
            /bin/systemd-tmpfiles --create "$3"
        fi
        shift
    done
fi

%triggerposttransun -- %{_tmpfilesdir}/*.conf
if [ $2 -eq 0 ]; then
    while [ -n "$3" ]; do
        if [ -f "$3" ]; then
            /bin/systemd-tmpfiles --remove "$3"
        fi
        shift
    done
fi

%triggerpostun -- ^%{_unitdir}/.*\.(service|socket|path|timer)$
/bin/systemctl daemon-reload >/dev/null 2>&1 || :

%triggerposttransin -- %{_binfmtdir}/*.conf
systemctl reload-or-try-restart systemd-binfmt

%triggerposttransun -- %{_binfmtdir}/*.conf
systemctl reload-or-try-restart systemd-binfmt

%pre journal-gateway
getent group systemd-journal-gateway >/dev/null 2>&1 || groupadd -r -g 191 systemd-journal-gateway 2>&1 || :
getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g systemd-journal-gateway -d %{_localstatedir}/log/journal -s /sbin/nologin -c "Journal Gateway" systemd-journal-gateway >/dev/null 2>&1 || :
getent group systemd-journal-remote >/dev/null 2>&1 || groupadd -r systemd-journal-remote 2>&1 || :
getent passwd systemd-journal-remote >/dev/null 2>&1 || useradd -r -l -g systemd-journal-remote -d /%{_localstatedir}/log/journal/remote -s /sbin/nologin -c "Journal Remote" systemd-journal-remote >/dev/null 2>&1 || :
getent group systemd-journal-upload >/dev/null 2>&1 || groupadd -r systemd-journal-upload 2>&1 || :
getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd-journal-upload -d /%{_localstatedir}/log/journal/upload -s /sbin/nologin -c "Journal Upload" systemd-journal-upload >/dev/null 2>&1 || :

%post journal-gateway
%systemd_post systemd-journal-gatewayd.socket systemd-journal-gatewayd.service
%systemd_post systemd-journal-remote.socket systemd-journal-remote.service
%systemd_post systemd-journal-upload.service
# % firewalld_reload

%preun journal-gateway
%systemd_preun systemd-journal-gatewayd.socket systemd-journal-gatewayd.service
%systemd_preun systemd-journal-remote.socket systemd-journal-remote.service
%systemd_preun systemd-journal-upload.service

%postun journal-gateway
%systemd_postun_with_restart systemd-journal-gatewayd.service
%systemd_postun_with_restart systemd-journal-remote.service
%systemd_postun_with_restart systemd-journal-upload.service
# % firewalld_reload

%changelog

* Tue Nov 29 2016 Vladimir Potapov <vladimir.potapov@rosalab.ru> 219-1.20150505.22
- (1707d13) Disable duplicate services

* Sat Jan 02 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 219-1.20150505.21
- (b30bdba) Enable dmraid-activation.service in default preset

* Fri Jan 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 219-1.20150505.20
- (995fdbf) Enable save-users-state patch

* Fri Jan 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 219-1.20150505.19
- (26c3d3b) Build with less backported patches

* Thu Dec 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 219-1.20150505.18
- (6c8d334) Backport various logind fixes from upstream

* Fri Nov 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 219-1.20150505.17
- (261a929) Disable coredump files creation by default

* Thu Aug 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 219-1.20150505.16
- (8403de0) Add DNS servers to configure options to avoid usage of IPv6 DNS servers by default

* Thu Aug 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 219-1.20150505.15
- (bf9f4e7) Minor cosmetic adjustments
- (Andrey Bondrov: c4d2669) Remove duplicate setup macro
- (Andrey Bondrov: 3ac84ab) Minor cosmetic adjustments
- (law: e13d72d) Increase release number

* Tue Aug 25 2015 law <a.lahin@ntcit-rosa.ru> 219-1.20150505.14
- (3444580) Don't perform migration from pre-systemd system #bz6091
- (Andrey Bondrov: 639617a) Add Conflicts to fix issue with update from systemd 208

* Thu Aug 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 219-1.20150505.13
- (7bfe0ab) Fix duplicate trigger (should be triggerposttransun)

* Tue Aug 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 219-1.20150505.12
- (7907d00) journald devel package requires id128 devel package (because it's used in sd-journal.h)

* Mon Aug 03 2015 law <a.lahin@ntcit-rosa.ru> 219-1.20150505.11
- (f68b67b) Fix runlevel bug (#rhbz1002806)

* Sat Aug 01 2015 law <a.lahin@ntcit-rosa.ru> 219-1.20150505.10
- (ded9251) Rid of set-udev_log-to-err.patch (as it overrides systemd logging level); Always renegerate initrd on update

* Tue Jul 21 2015 law <a.lahin@ntcit-rosa.ru> 219-1.20150505.9
- (a9a693c) Fix nss_myhostname obsolete version (2)

* Fri Jul 17 2015 law <a.lahin@ntcit-rosa.ru> 219-1.20150505.8
- (58eb25f) Create target directory to 'Preserve old naming scheme for network interface when upgrading' #bz5944

* Thu Jul 16 2015 law <a.lahin@ntcit-rosa.ru> 219-1.20150505.7
- (ed32cab) Fix nss_myhostname obsolete version

* Thu Jul 16 2015 law <a.lahin@ntcit-rosa.ru> 219-1.20150505.6
- (d9669c4) Preserve old naming scheme for network interface when upgrading #bz5944

* Thu Jul 16 2015 law <a.lahin@ntcit-rosa.ru> 219-1.20150505.5
- (a1210e0) Increase release number

* Thu Jul 16 2015 law <a.lahin@ntcit-rosa.ru> 219-1.20150505.4
- (7cd7139) Don't try to restore old network naming scheme (it was changed after v208)
- (law: 42bcdb7) Increase release number

* Thu Jul 16 2015 law <a.lahin@ntcit-rosa.ru> 219-1.20150505.3
- (e963225) Enable NetworkManager-wait-online.service as it is specified in Also for NetworkManager-wait-online.service
- (law: 5124e85) Declare conflict with networkmanager

* Tue Jul 07 2015 law <a.lahin@ntcit-rosa.ru> 219-1.20150505.2
- (5c0d8db) Increase release number

* Tue Jul 07 2015 law <a.lahin@ntcit-rosa.ru> 219-1.20150505.1
- (84ec967) Regenerate initrd on major version upgrade
- (law: 7e14fd9) nspawn: add support for --property= to set scope properties
- (law: 562b48c) Upgrade to version 219

* Mon Jun 22 2015 law <a.lahin@ntcit-rosa.ru> 208-53.20141106.20
- (f29a2b8) Enable tog-pegasus.service

* Tue May 26 2015 law <a.lahin@ntcit-rosa.ru> 208-53.20141106.19
- (44ee111) Increase release number

* Tue May 26 2015 law <a.lahin@ntcit-rosa.ru> 208-53.20141106.18
- (2cb9d9a) Improve systemd-efi-boot-generator (don't run in Live mode; search for EFI_PART on all disks)
- (law: d03f946) Increase release number

* Mon May 25 2015 law <a.lahin@ntcit-rosa.ru> 208-53.20141106.17
- (29fd630) Perform vconsole-setup after vtcon and vcs init #bz5491
- (law: eab91c9) Increase release number

* Fri May 22 2015 law <a.lahin@ntcit-rosa.ru> 208-53.20141106.16
- (afe2128) Disable tog-pegasus.service by default (it's not needed without rick)
- (law: 4e2bd18) Enable auditd.service and disable rsyslog by default



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24166 |14mu|t1utils-1.39-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Programs for manipulating PostScript Type 1 fonts
Name:		t1utils
Version:	1.39
Release:	1
Source:		http://www.lcdf.org/type/%{name}-%{version}.tar.gz
URL:		http://www.lcdf.org/type/
Group:		Publishing
License:	freely modifiable and distributable

%description
The t1utils package is a set of programs for manipulating PostScript
Type 1 fonts. It contains programs to change between binary PFB format
(for storage), ASCII PFA format (for printing), a human-readable and
editable ASCII format, and Macintosh resource forks.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%doc NEWS README
%attr(0755,root,root) %{_bindir}/*
%attr(0644,root,root) %{_mandir}/man1/*





%changelog

* Mon Oct 19 2015 Denis Silakov <dsilakov@gmail.com> 1.39-1
- (3554886) Updated to 1.39



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24167 |14mu|taglib-extras-1.0.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname tag-extras %{major}
%define devname %mklibname tag-extras -d

Summary:	Taglib support for other formats
Name:		taglib-extras
Version:	1.0.1
Release:	10
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://websvn.kde.org/trunk/kdesupport/taglib-extras/
Source0:	http://www.jefferai.com/taglib-extras/%{name}-%{version}.tar.gz
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(taglib)

%description
Taglib-extras delivers support for reading and editing the meta-data of
audio formats not supported by taglib, including: asf, mp4v2, rmff, wav.

#--------------------------------------------------------------------

%package -n %{libname}
Summary:	Taglib support for other formats
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Conflicts:	%{name} < 1.0.1-10
Obsoletes:	%{name} < 1.0.1-10

%description -n %{libname}
Taglib-extras delivers support for reading and editing the meta-data of
audio formats not supported by taglib, including: asf, mp4v2, rmff, wav.

%files -n %{libname}
%doc COPYING.LGPL
%{_libdir}/libtag-extras.so.%{major}*

#--------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 1.0.1-10
Obsoletes:	%{name}-devel < 1.0.1-10

%description -n %{devname}
Development files for %{name}.

%files -n %{devname}
%{_bindir}/taglib-extras-config
%{_includedir}/taglib-extras/
%{_libdir}/libtag-extras.so
%{_libdir}/pkgconfig/taglib-extras.pc

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4 -DWITH_KDE=1
%make

%install
%makeinstall_std -C build


%changelog
* Tue Dec 23 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.1-10
+ Revision: e2c373a
- Properly name library and devel packages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24168 |14mu|taktuk-3.7.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Parallel, scalable launcher for cluster and lightweight grids
Name:		taktuk
Version:	3.7.5
Release:	3
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://taktuk.gforge.inria.fr/
Source0:	https://gforge.inria.fr/frs/download.php/33412/%{name}-%{version}.tar.gz
BuildRequires:	perl-devel
Provides:	parallel-tools = %{EVRD}

%description
TakTuk is a tool for deploying parallel remote executions of commands to a
potentially large set of remote nodes. It spreads itself using an adaptive
algorithm and sets up an interconnection network to transport commands and
perform I/Os multiplexing/demultiplexing. The TakTuk mechanics dynamically
adapt to environment (machine performance and current load, network
contention) by using a reactive work-stealing algorithm that mix local
parallelization and work distribution.

%files
%{_bindir}/taktuk
%{_bindir}/taktuk-light
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_defaultdocdir}/%{name}-%{version}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Parallel, scalable launcher for cluster development
Group:		System/Libraries
Conflicts:	%{_lib}taktuk0 < 3.7.5-3
Obsoletes:	%{_lib}taktuk0 < 3.7.5-3

%description -n %{libname}
TakTuk is a tool for deploying parallel remote executions of commands to a
potentially large set of remote nodes.

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING DISCLAIMER INSTALL NEWS README  TODO *.html
%{_libdir}/libtaktuk.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Taktuk
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Conflicts:	%{_lib}taktuk0-devel < 3.7.5-3
Obsoletes:	%{_lib}taktuk0-devel < 3.7.5-3

%description -n %{devname}
Development files for Taktuk.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/libtaktuk.so
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%package -n perl-%{name}
Summary:	Taktuk Perl package
Group:		Development/Perl
Requires:	%{libname} = %{EVRD}

%description -n perl-%{name}
Taktuk Perl package.

%files -n perl-%{name}
%doc AUTHORS ChangeLog COPYING DISCLAIMER INSTALL NEWS README  TODO *.html
%{perl_vendorlib}/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make
pushd Perl-Module
%{__perl} Makefile.PL INSTALLDIRS=vendor DESTDIR=%{buildroot}
%make
popd

%install
%makeinstall pkgdocdir=%{buildroot}%{_defaultdocdir}/%{name}-%{version}
pushd Perl-Module
%makeinstall pkgdocdir=%{buildroot}%{_defaultdocdir}/%{name}-%{version}
popd
cp taktuk-light %{buildroot}/%{_bindir}/taktuk-light
chmod 755 %{buildroot}/%{_bindir}/taktuk-light


%changelog

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.7.5-3
- (777d5f5) Fix shared library and development packages
- (777d5f5) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24169 |14mu|tali-3.16.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Name:           tali
Version:        3.16.2
Release:        1
Summary:        GNOME Tali game

License:        GPLv2+ and GFDL
Group:		Games/Other
URL:            https://live.gnome.org/Tali
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig(gdk-3.0)
BuildRequires:  intltool
BuildRequires:  itstool
BuildRequires:  pkgconfig(librsvg-2.0)

Obsoletes: gnome-games < 3.7.92
Obsoletes: gtali < 1:3.7.92
Provides: gtali = %{EVRD}

%description
Sort of poker with dice and less money. An ancient Roman game.

%prep
%setup -q


%build
%configure2_5x
%make


%install
%makeinstall_std

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/tali.desktop

%find_lang %{name} --all-name --with-gnome


%files -f %{name}.lang
%doc COPYING
%attr(2551, root, games) %{_bindir}/tali
%{_datadir}/applications/tali.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.tali.gschema.xml
%{_datadir}/icons/*/*/*/*
%{_datadir}/tali
%{_mandir}/man6/tali.6*
%{_datadir}/appdata/*.xml

%changelog

* Tue Sep 15 2015 Tigro <ashejn@yandex-team.ru> 3.16.2-1
- (8185142) update to 3.16.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24170 |14mu|talloc-2.1.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define tallocmajor 2
%define libtalloc %mklibname talloc %{tallocmajor}
%define tallocdev %mklibname talloc -d
%define libpytalloc %mklibname pytalloc-util %{tallocmajor}
%define libpytallocdev %mklibname pytalloc-util -d

Summary:	Library implementing Samba's memory allocator
Name:		talloc
Version:	2.1.5
Release:	1
# tallocversion was not used when in samba4, so it was 4.0.0
Epoch:		1
License:	GPLv3+
Group:		System/Libraries
Url:		http://talloc.samba.org
Source0:	http://talloc.samba.org/ftp/talloc/talloc-%{version}.tar.gz
Source1:	http://talloc.samba.org/ftp/talloc/talloc-%{version}.tar.asc
Source2:	samba-bugs.asc
BuildRequires:	docbook-style-xsl
BuildRequires:	swig
BuildRequires:	xsltproc
BuildRequires:	acl-devel
BuildRequires:	pkgconfig(python)

%description
Library implementing Samba's memory allocator.

#----------------------------------------------------------------------------

%package -n %{libtalloc}
Summary:	Library implementing Samba's memory allocator
Group:		System/Libraries

%description -n %{libtalloc}
Library implementing Samba's memory allocator.

%files -n %{libtalloc}
%{_libdir}/libtalloc.so.%{tallocmajor}*

#----------------------------------------------------------------------------

%package -n %{tallocdev}
Summary:	Development files for library implementing Samba's memory allocator
Group:		Development/C
Requires:	%{libtalloc} = %{EVRD}
Provides:	talloc-devel = %{EVRD}

%description -n %{tallocdev}
Development files for library implementing Samba's memory allocator.

%files -n %{tallocdev}
%{_libdir}/libtalloc.so
%{_includedir}/talloc.h
%{_libdir}/pkgconfig/talloc.pc
%{_mandir}/man3/talloc*

#----------------------------------------------------------------------------

%package -n python-talloc
Summary:	Python module for Samba's talloc memory allocator
Group:		Development/Python

%description -n python-talloc
Python module for Samba's talloc memory allocator.

%files -n python-talloc
%{py_platsitedir}/talloc.so

#----------------------------------------------------------------------------

%package -n %{libpytalloc}
Summary:	Utility functions for using talloc objects with Python
Group:		Development/C

%description -n %{libpytalloc}
Utility functions for using talloc objects with Python.

%files -n %{libpytalloc}
%{_libdir}/libpytalloc-util.so.%{tallocmajor}*

#----------------------------------------------------------------------------

%package -n %{libpytallocdev}
Summary:	Development files for utility functions for using talloc objects with Python
Group:		Development/C
Provides:	pytalloc-util-devel = %{EVRD}
Requires:	%{libpytalloc} = %{EVRD}

%description -n %{libpytallocdev}
Development files for utility functions for using talloc objects with Python.

%files -n %{libpytallocdev}
%{_includedir}/pytalloc.h
%{_libdir}/libpytalloc-util.so
%{_libdir}/pkgconfig/pytalloc-util.pc

#----------------------------------------------------------------------------

%prep
%setup -q
chmod +r -R .

%build
%setup_compile_flags
./configure --prefix=%{_prefix} --libdir=%{_libdir}
%make

%install
%makeinstall_std
chmod +x %{buildroot}{%{_libdir}/lib*.so.%{tallocmajor}*,%{py_platsitedir}/talloc.so}


%changelog

* Tue Dec 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.1.5-1
- (ad1bd05) New version 2.1.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24171 |14mu|tar-1.28-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GNU file archiving program
Name:		tar
Version:	1.28
Release:	2
License:	GPLv3+
Group:		Archiving/Backup
Url:		http://www.gnu.org/software/tar/tar.html
Source0:	ftp://ftp.gnu.org/gnu/tar/%{name}-%{version}.tar.xz
Source1:	%{SOURCE0}.sig
Source2:	%{name}-help2man.bz2
Patch0:		tar-1.25-fix-buffer-overflow.patch
Patch1:		tar-1.24-lzma.patch
Patch2:		tar-1.14-loneZeroWarning.patch
Patch3:		tar-1.15.1-vfatTruncate.patch
Patch4:		tar-1.17-wildcards.patch
Patch5:		tar-1.22-atime-rofs.patch
Patch6:		tar-1.26-update-with-change-directory.patch
Patch10:	tar-1.27.1-document-exclude-mistakes.patch
Patch12:	tar-1.27.1-sparse-inf-loops.patch
Patch13:	tar-1.27.1-big-sparse-listing.patch
Patch16:	tar-1.27.1-test-with-frozen-time.patch
BuildRequires:	bison
BuildRequires:	texinfo
BuildRequires:  gettext-devel
BuildRequires:	xz
Suggests:	rsh-client
Conflicts:	rmt < 0.4b36

%description
The GNU tar program saves many files together into one archive and
can restore individual files (or all of the files) from the archive.
Tar can also be used to add supplemental files to an archive and to
update or list files in the archive.

Tar includes multivolume support, automatic archive compression/
decompression, the ability to perform remote archives and the
ability to perform incremental and full backups.

If you want to use Tar for remote backups, you'll also need to
install the rmt package.

You should install the tar package, because you'll find its
compression and decompression utilities essential for working
with files.

%files -f %{name}.lang
%doc AUTHORS ChangeLog.xz NEWS README THANKS TODO
/bin/gtar
/bin/tar
%{_libexecdir}/backup.sh
%{_libexecdir}/dump-remind
%{_sbindir}/tar-backup
%{_sbindir}/tar-restore
/sbin/rmt-tar
%{_infodir}/tar.info*
%{_mandir}/man1/tar.1*
%{_mandir}/man8/rmt-tar.8*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch10 -p1
%patch12 -p1
%patch13 -p1
%patch16 -p1

bzcat %{SOURCE2} > ./help2man
chmod +x ./help2man

xz ChangeLog

sed -i 's/.*sigpipe.at.*//' tests/testsuite.at

%build
autoreconf -fi
RSH=/usr/bin/rsh \
%configure2_5x \
	--enable-backup-scripts \
	--bindir=/bin \
	--disable-rpath
	
%make

# thanks to diffutils Makefile rule
(echo '[NAME]' && sed 's@/\* *@@; s/-/\\-/; q' src/tar.c) | (./help2man -i - -S '%{name} %{version}' src/tar ) | sed 's/^\.B info .*/.B info %{name}/' > %{name}.1

%install
%makeinstall_std

ln -sf tar %{buildroot}/bin/gtar

install -D -m 644 tar.1 %{buildroot}%{_mandir}/man1/tar.1

# conflicts with coda-debug-backup
mv %{buildroot}%{_sbindir}/backup %{buildroot}%{_sbindir}/tar-backup
mv %{buildroot}%{_sbindir}/restore %{buildroot}%{_sbindir}/tar-restore

# rmt is provided by rmt ...
mkdir -p %{buildroot}/sbin
mv %{buildroot}%{_libdir}/rmt %{buildroot}/sbin/rmt-tar
mv %{buildroot}%{_mandir}/man8/rmt.8 %{buildroot}%{_mandir}/man8/rmt-tar.8

%find_lang %{name}

%check
make check

%changelog

* Tue Apr 19 2016 valerol <valerol@ya.ru> 1.28-2
- (9cc0aff) Rename manpage tar.8 to rmt-tar.8 (we already renamed binary)
- (9cc0aff) Better control over files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24172 |14mu|task-gnome-3.16.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Metapackage for GNOME desktop environment
Name: task-gnome
Version: 3.16.0
Release: 4
Epoch: 1
Group: Graphical desktop/GNOME
License: GPLv2+
BuildArch: noarch

Requires: %{name}-minimal

Obsoletes: gnome-utils

# resolve http://bugs.rosalinux.ru/show_bug.cgi?id=3031
Requires: gstreamer1.0-plugins-ugly
Requires: gstreamer1.0-libav

Requires: rosa-gsettings-desktop-schemas
Requires: rosa-gsettings-desktop-schemas-desktop
Requires: rosa-gsettings-desktop-schemas-theme
Requires: aisleriot
Requires: audacious
Requires: bijiben >= %{version}
Requires: cheese >= %{version}
Requires: empathy
Requires: eog >= %{version}
Requires: evince >= %{version}
Requires: file-roller >= %{version}
Requires: five-or-more
Requires: folks >= 0.9.1
Requires: four-in-a-row
Requires: gdm >= 3.12.2-4
Requires: gedit >= %{version}
Requires: geoclue2
Requires: gnome-bluetooth >= %{version}
Requires: gnome-calculator
Requires: gnome-chess
Requires: gnome-classic-session
Requires: gnome-clocks
Requires: gnome-color-manager
Requires: gnome-contacts >= %{version}
Requires: gnome-desktop3 >= %{version}
Requires: gnome-disk-utility
Requires: gnome-documents
Requires: gnome-font-viewer
Requires: gnome-klotski
Requires: gnome-mahjongg
Requires: gnome-mines
Requires: gnome-nibbles
Requires: gnome-online-accounts >= %{version}
Requires: gnome-robots
Requires: gnome-shell-extensions-desktop-shortcuts
Requires: gnome-shell-extensions-screenpen
Requires: gnome-shell-extensions-win-key-for-help
Requires: gnome-shell-rosa-hotkeys
Requires: gnome-sound-recorder
Requires: gnome-sudoku
Requires: gnome-tetravex
Requires: iagno
Requires: libgnome2
Requires: libsocialweb
Requires: libwnck3
Requires: lightsoff
Requires: polari
Requires: quadrapassel
Requires: rosa-elementary-theme
Requires: screenpen
Requires: sushi
Requires: swell-foop
Requires: tali
Requires: telepathy-mission-control
Requires: totem
Requires: typelib(Eog)
Requires: typelib(GnomeDesktop)
Requires: typelib(Meta)

Suggests: brasero
Suggests: caribou
Suggests: caribou-gtk3
Suggests: ekiga
Suggests: evolution
Suggests: evolution-ews
Suggests: gucharmap
Suggests: mousetweaks
Suggests: orca
#Suggests: scrot-gnome
Suggests: shotwell
Suggests: simple-scan
Suggests: vinagre
Suggests: vino

%description
This package is a meta-package, meaning that its purpose is to contain
dependencies for running the GNOME.

%package minimal
Summary: Minimal dependencies needed for GNOME desktop 
Group: Graphical desktop/GNOME

Requires(post): gnome-session

Requires: accountsservice
Requires: adwaita-cursor-theme
Requires: adwaita-gtk2-theme
Requires: adwaita-gtk3-theme
Requires: at-spi2-atk >= 2.8.0
Requires: baobab
Requires: fontconfig >= 2.0.91
Requires: gcr >= 3.15
Requires: clipit
Requires: gdk-pixbuf2.0 >= 2.28.0
Requires: glib2.0-common >= 2.36
Requires: gnome-backgrounds
Requires: gnome-control-center
Requires: gnome-icon-theme
Requires: gnome-icon-theme-legacy
Requires: gnome-icon-theme-symbolic
Requires: gnome-keyring >= %{version}
Requires: gnome-power-manager
Requires: gnome-screensaver
Requires: gnome-screenshot
Requires: gnome-search-tool
Requires: gnome-settings-daemon
Requires: gnome-system-log
Requires: gnome-system-monitor
Requires: gnome-terminal
Requires: gnome-themes-standard
Requires: gnome-tweak-tool
Requires: gobject-introspection >= 1.36
Requires: gtk+3.0-common >= %{version}
Requires: gtk3-modules
Requires: libgnome2
Requires: libgnomekbd-common
Requires: libnotify
Requires: locales >= 2.15-2
Requires: nautilus >= %{version}
Requires: networkmanager-applet >= 0.9.8.0
Requires: notification-daemon
Requires: polkit-gnome
Requires: rosa-icons
Requires: task-pulseaudio
Requires: typelib(Atspi)
Requires: typelib(Peas)
Requires: typelib(PeasGtk)
Requires: typelib(CoglPango)
Requires: typelib(Wnck) >= 3.0
Requires: udisks2 >= 2.1.0
Requires: yelp >= %{version}
Requires: gnome-shell-rosa-extensions
Requires: gnome-shell-extensions-user-theme

Requires: %{_lib}webkit-gir3.0
Requires: %{_lib}pangoft2-gir1.0
Requires: %{_lib}pangocairo-gir1.0
Requires: %{_lib}mutter-gir3.0 >= %{version}
Requires: %{_lib}cogl-pango-gir1.0
Requires: %{_lib}cogl-gir1.0

Suggests: deja-dup
Suggests: fprintd-pam >= 0.5.0
Suggests: gparted
Suggests: libfprint >= 0.5.0
Suggests: preload
Suggests: totem

%description minimal
This package is a meta-package, meaning that its purpose is to contain
minimal dependencies for running a minimal GNOME desktop environment.


%post minimal

# regen cache for gnome icons
gtk-update-icon-cache -f /usr/share/icons/gnome/

# update session files
if [ -f /usr/bin/kdm ]; then
    /usr/sbin/chksession -k
fi

/usr/sbin/chksession -g

%post
# regen cache for gnome icons
gtk-update-icon-cache -f /usr/share/icons/gnome/

# enable some user extensions. Ugly hack
cp -r /etc/skel/.local/share/gnome-shell/extensions/* /usr/share/gnome-shell/extensions/

%files

%files minimal


%changelog

* Tue Feb 16 2016 Tigro <ashejn@gmail.com> 1:3.16.0-4
- (d13275b) change gnome-music to audacious

* Wed May 13 2015 Tigro <ashejn@yandex-team.ru> 1:3.16.0-3
- (b446183) set porper version for gdm

* Wed Apr 22 2015 Tigro <ashejn@gmail.com> 1:3.16.0-2
- (14f60ca) bump release

* Wed Apr 22 2015 Tigro <ashejn@gmail.com> 1:3.16.0-1
- (da57d46) fix depends
- (Tigro: 4755c03) adopt to GNOME 3.16

* Fri Mar 06 2015 Tigro <ashejn@yandex-team.ru> 1:3.12.0-6
- (7d62f82) update session files

* Fri Mar 06 2015 Tigro <ashejn@yandex-team.ru> 1:3.12.0-5
- (c9715bd) update icon cache in minimal package too
- (Tigro: 5d0ae4c) update icon cache and enable some user extensions
- (Tigro: 737588a) just bump release

* Fri Mar 06 2015 Tigro <ashejn@yandex-team.ru> 1:3.12.0-4
- (97b46c3) Revert "bump version and release"
- (97b46c3) This reverts commit 650cefcff02da40e8815fd61a686a052f66f3739.

* Fri Mar 06 2015 Tigro <ashejn@yandex-team.ru> 1:3.12.2-1
- (650cefc) bump version and release

* Fri Mar 06 2015 Tigro <ashejn@yandex-team.ru> 1:3.12.0-4
- (79b346f) light theme for terminal
- (Tigro: 743d8be) enable desktop in nautilus
- (Tigro: d776d87) large icons in nautilus
- (Tigro: 0332168) update enabled-extensions list and set three button in shell decoration
- (Tigro: ecf2e94) set rosa-elementary for desktop.wm
- (Tigro: b712136) update font hinting and set three button in decoration
- (Tigro: 4bb0660) update requires
- (Tigro: c62edac) drop gnome-initial-setup
- (Tigro: 2d11109) set rosa-elemetary by default
- (Tigro: 5215cbb) set new background
- (Tigro: 23bf2f4) added some typelib

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:3.12.0-3
- (6aea731) MassBuild#440: Increase release tag

* Tue Jun 24 2014 Tigro <ashejn@gmail.com> 1:3.12.0-2
- (f65a884) drop S: firefox

* Tue Jun 17 2014 Tigro <ashejn@gmail.com> 1:3.12.0-1
- (b371b57) update for GNOME 3.12

* Fri Nov 15 2013 Tigro <ashejn@gmail.com> 1:3.8.0-6
- (2ec7a47) added some gstreamer plugins for requires

* Mon Nov 04 2013 Tigro <ashejn@gmail.com> 1:3.8.0-5
- (70d3a61) added R: gnome-getting-started*
- (Tigro: bdc280a) added R: gnome-initial-setup
- (Tigro: 8014e13) fix typo

* Sun Nov 03 2013 Tigro <ashejn@gmail.com> 1:3.8.0-4
- (44ac0fe) add S: scrot-gnome



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24173 |14mu|task-kde4-4.14-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Metapackage for KDE4
Name:		task-kde4
Version:	4.14
Release:	5
Epoch:		1
License:	GPLv2+
Group:		Graphical desktop/KDE
Requires:	task-kde4-minimal
Suggests:	clementine
Suggests:	kcharselect
Suggests:	kcron
Suggests:	kdeaccessibility4
Suggests:	kdenetwork4
Suggests:	kdenetwork-filesharing
Suggests:	kdepim4
Suggests:	kdeplasma-addons
Suggests:	klook
Suggests:	ktimer
Suggests:	kwallet
Suggests:	rosapanel
Suggests:	rosa-launcher
Suggests:	rosa-media-player

Suggests:	plasma-scriptengine-python
Suggests:	plasma-scriptengine-ruby

# These are very useful to set with GTK applications style
Suggests:	gtk-qt-engine
Suggests:	gtk-engines2
Suggests:	kde-gtk-config

BuildArch:	noarch
Obsoletes:	task-kde < 1:4.6.5
Provides:	task-kde = %{epoch}:%{version}

%description
This package is a meta-package, meaning that its purpose is to contain
the complete dependencies for running the KDE4 desktop.

%files

#---------------------------------------------------------------------

%package minimal
Summary:	Minimal dependencies needed KDE4
Group:		Graphical desktop/KDE

Suggests:	task-pulseaudio
Requires:	task-x11

Suggests:	akonadi-kde
Requires:	ark
Requires:	dbus-x11
Requires:	dolphin
Requires:	gwenview

Suggests:	kamera
Suggests:	kcalc
Suggests:	kde4-audiocd
Requires:	kde4-config-file
Requires:	kde4-nsplugins
Requires:	kdeartwork4-kscreensaver
Requires:	kdebase4-runtime
Requires:	kdebase4-workspace
Suggests:	kdepasswd
Requires:	kdialog
Requires:	kdm
Requires:	keditbookmarks
Suggests:	kio-sysinfo
Suggests:	kickoff
Requires:	klipper
Requires:	kmix
Requires:	kmozillahelper
Requires:	konsole
Requires:	kwrite

Suggests:	mplayerthumbs
Suggests:	okular
Suggests:	oxygen-icon-theme
Suggests:	phonon-gstreamer
Suggests:	plasma-applet-battery
Requires:	plasma-applet-folderview
Requires:	plasma-applet-showdesktop
Requires:	plasma-applet-stackfolder
Requires:	plasma-desktoptheme-rosa
Requires:	plasma-wallpaper-timeoftheday
Suggests:	preload
Requires:	qt4-qtdbus
Suggests:	readahead
Requires:	rosa-elementary-theme
Requires:	rosa-icons
Requires:	xsettings-kde

Obsoletes:	task-kde-minimal < 1:4.2.2
Provides:	task-kde-minimal = %{epoch}:%{version}

%description minimal
This package is a meta-package, meaning that its purpose is to contain
minimal dependencies for running a minimal KDE4 desktop environment.


%files minimal

#--------------------------------------------------------------------

%package devel
Summary:	Metapackage for KDE development
Group:		Development/KDE and Qt
Requires:	task-kde4
Requires:	kdebase4-devel
Requires:	kdebase4-workspace-devel
Requires:	kdelibs4-devel
Requires:	kdepimlibs4-devel
Requires:	task-c++-devel

%description devel
This package is a meta-package, meaning that its purpose is to contain
dependencies for installing a KDE development environment.

%files devel


%changelog

* Mon Jan 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14-5
- (dd2fcf7) Require plasma-applet-folderview and plasma-applet-stackfolder



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24174 |14mu|task-plasma5-5.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Metapackage for Plasma 5
Name:		task-plasma5
Version:	5.7
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Requires:	task-plasma5-minimal
Requires:	kaccounts-integration
Requires:	kaccounts-providers
# Don't install it now, seems to be in a bad shape
# Suggests:	plasma5-mediacenter
# Requires kde.pam to be adjusted by user
Suggests:	kwallet-pam
Requires:	oxygen
Requires:	plasma5-applet-bluetooth
Requires:	plasma5-bluedevil
Requires:	plasma5-ffmpegthumbs
Requires:	plasma5-kdenetwork-filesharing
# Buggy, disable for now
#Requires:	plasma5-systemd-kcm
Requires:	purpose
Requires:	sddm
Requires:	sddm-kcm
Requires:	sddm-theme-breeze
Conflicts:	task-kde4
BuildArch:	noarch

%description
This package is a meta-package, meaning that its purpose is to contain
the complete dependencies for running the Plasma 5 desktop.

%files

#----------------------------------------------------------------------------

%package minimal
Summary:	Minimal dependencies needed for Plasma 5
Group:		Graphical desktop/KDE
# Basic
Requires:	appindicator-gtk2
Requires:	appindicator-gtk3
Requires:	dbus-x11
Requires:	kde4-integration
Requires:	phonon4qt5-backend
Suggests:	preload
Suggests:	readahead
Requires:	rosa-elementary-theme
Requires:	rosa-icons
Suggests:	task-pulseaudio
Requires:	task-x11
#Requires:	xsettings-kde
# Plasma 5
Requires:	breeze
Requires:	frameworkintegration
Requires:	kde-cli-tools
Requires:	kinit
Requires:	kwrited
Suggests:	plasma5-applet-milou
Requires:	plasma5-baloo
Requires:	plasma5-decoration-aurorae
Requires:	plasma5-desktop
Requires:	plasma5-desktoptheme-default
Requires:	plasma5-dolphin
Requires:	plasma5-kde-gtk-config
Requires:	plasma5-kdeplasma-addons
Requires:	plasma5-kgamma
Requires:	plasma5-khotkeys
Requires:	plasma5-kinfocenter
Requires:	plasma5-kio-extras
Requires:	plasma5-kmenuedit
Requires:	plasma5-konsole
Requires:	plasma5-kscreen
Requires:	plasma5-ksysguard
Requires:	plasma5-kwalletmanager
Requires:	plasma5-kwin
Requires:	plasma5-kwrite
Requires:	plasma5-look-and-feel-default
Requires:	plasma5-nm
Requires:	plasma5-powerdevil
Requires:	plasma5-pulseaudio
Requires:	plasma5-systemsettings
Requires:	plasma5-user-manager
Requires:	plasma5-wallpaper-default
Conflicts:	task-kde4-minimal

%description minimal
This package is a meta-package, meaning that its purpose is to contain
minimal dependencies for running a minimal Plama 5 desktop environment.


%files minimal

#----------------------------------------------------------------------------

%prep

%build

%install


%changelog

* Sun Jul 24 2016 valerol <valerol@ya.ru> 5.7-1
- (2ce4936) Minimal task requires plasma5-dolphin



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24175 |14mu|tcl-8.6.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 8.6
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	An embeddable scripting language
Name:		tcl
Version:	8.6.4
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://tcl.tk
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-core%{version}-src.tar.gz
Source1:	tcl.macros
Patch0:		tcl-8.5a6-soname.patch
Patch2:		tcl-8.6.3-autopath.patch
Patch3:		tcl-8.6.3-fix_includes.patch
Patch4:		tcl-8.6.3-expect-5.43.0.patch
BuildRequires:	pkgconfig(zlib)
Provides:	/usr/bin/tclsh

%description
Tcl is a simple scripting language designed to be embedded into
other applications.  Tcl is designed to be used with Tk, a widget
set, which is provided in the tk package.  This package also includes
tclsh, a simple example of a Tcl application.

If you're installing the tcl package and you want to use Tcl for
development, you should also install the tk and tclx packages.

%files
%{_bindir}/*
%{_datadir}/%{name}%{api}
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_mandir}/mann/*
%{_datadir}/tcl8
%{_libdir}/%{name}%{api}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}tcl8.6 < 8.6.4
Obsoletes:	%{_lib}tcl8.6 < 8.6.4

%description -n %{libname}
Tcl is a simple scripting language designed to be embedded into
other applications.  Tcl is designed to be used with Tk, a widget
set, which is provided in the tk package.  This package also includes
tclsh, a simple example of a Tcl application.

If you're installing the tcl package and you want to use Tcl for
development, you should also install the tk and tclx packages.

%files -n %{libname}
%{_libdir}/libtcl%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname} -f %{devname}.files
%dir %{_includedir}/tcl%{version}
%dir %{_includedir}/tcl%{version}/compat
%dir %{_includedir}/tcl%{version}/generic
%dir %{_includedir}/tcl%{version}/unix
%{_includedir}/tcl%{version}/compat/*.h
%{_includedir}/tcl%{version}/generic/*.h
%{_includedir}/tcl%{version}/unix/*.h
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/tclConfig.sh
%{_libdir}/tclooConfig.sh
%{_libdir}/pkgconfig/tcl.pc
%{_sys_macros_dir}/tcl.macros

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}%{version}
%patch0 -p1 -b .soname
%patch2 -p1 -b .autopath
%patch3 -p1
%patch4 -p1 -b .expect

%build
pushd unix
    autoconf
    %configure2_5x \
	--enable-threads \
	--enable-gcc \
	--enable-64bit \
	--disable-rpath \
	--includedir=%{_includedir}/tcl%{version}
    %make TCL_LIBRARY=%{_datadir}/%{name}%{api}

    cp libtcl%{api}.so libtcl%{api}.so.%{major}
#    make test
popd

%install
%makeinstall -C unix TCL_LIBRARY=%{buildroot}%{_datadir}/%{name}%{api}

# create the arch-dependent dir
mkdir -p %{buildroot}%{_libdir}/%{name}%{api}

# fix libname
mv %{buildroot}%{_libdir}/libtcl%{api}.so %{buildroot}%{_libdir}/libtcl%{api}.so.%{major}
ln -snf libtcl%{api}.so.%{major} %{buildroot}%{_libdir}/libtcl%{api}.so

# install all headers
install -d %{buildroot}%{_includedir}/tcl%{version}/compat
install -d %{buildroot}%{_includedir}/tcl%{version}/generic
install -d %{buildroot}%{_includedir}/tcl%{version}/unix
install -m0644 compat/*.h %{buildroot}%{_includedir}/tcl%{version}/compat/
install -m0644 generic/*.h %{buildroot}%{_includedir}/tcl%{version}/generic/
install -m0644 unix/*.h %{buildroot}%{_includedir}/tcl%{version}/unix/

pushd %{buildroot}%{_bindir}
    ln -fs tclsh* tclsh
popd

pushd %{buildroot}%{_libdir}
cat > lib%{name}.so << EOF
/* GNU ld script
   We want -l%{name} to include the actual system library,
   which is lib%{name}%{api}.so.%{major}  */
INPUT ( -l%{name}%{api} )
EOF
popd

# fix config script
perl -pi -e "s|-L`pwd`/unix\b|-L%{_libdir}|g" %{buildroot}%{_libdir}/tclConfig.sh
perl -pi -e "s|`pwd`/unix/lib|%{_libdir}/lib|g" %{buildroot}%{_libdir}/tclConfig.sh
perl -pi -e "s|`pwd`|%{_includedir}/tcl%{version}|g" %{buildroot}%{_libdir}/tclConfig.sh

# and let it be found (we don't look in /usr/lib any more)
ln -s %{_libdir}/%{name}Config.sh %{buildroot}/%{_libdir}/%{name}%{api}/%{name}Config.sh

# Arrangements for lib64 platforms
echo "# placeholder" >> %{devname}.files
if [[ "%{_lib}" != "lib" ]]; then
    mkdir -p %{buildroot}%{_prefix}/lib
    ln -s %{_libdir}/tclConfig.sh %{buildroot}%{_prefix}/lib/tclConfig.sh
    echo "%{_prefix}/lib/tclConfig.sh" >> %{devname}.files
fi

# (fc) make sure .so files are writable by root
chmod 755 %{buildroot}%{_libdir}/*.so*

# set up the macros
mkdir -p %{buildroot}%{_sys_macros_dir}
install -m 0644 %{SOURCE1} %{buildroot}%{_sys_macros_dir}


%changelog

* Fri Jun 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 8.6.4-1
- (85f6b29) New version 8.6.4
- (85f6b29) Drop tdbc parts as tdbc is moved to individual tarball now
- (85f6b29) Drop no longer needed patches (fixed upstream)
- (85f6b29) Properly name library package (follow library packaging policy)
- (85f6b29) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24176 |14mu|tclink-3.4.4-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname tclink %{major}
%define develname %mklibname tclink -d

Summary:	TrustCommerce payment
Name:		tclink
Version:	3.4.4
Release:	13
Group:		System/Servers
License:	LGPL
URL:		http://www.trustcommerce.com/tclink.html
Source0:	http://www.trustcommerce.com/downloads/tclink-%{version}-C.tar.gz
Patch0:		tclink-3.4-C-soname.diff
Patch1:		tclink-correct_version.diff
Patch2:		tclink-linkage_order_fix.diff
BuildRequires:	openssl-devel

%description
TCLink is a thin client library to allow your e-commerce servers to
connect to the TrustCommerce payment gateway easily and consistently.
The protocol (which is the same across all platforms and languages) is
well-documented in the Web Developer's Guide, so please consult it for
any questions you may have about the protocol syntax itself.

The TrustCommerce web site is at http://www.trustcommerce.com

%package -n	%{libname}
Summary:	Main library for tclink
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n	%{libname}
This package contains the library needed to run programs dynamically
linked with tclink (Trust Commerce Payment Gateway).

%package -n	%{develname}
Summary:	Headers for developping programs with TCLink
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	%{mklibname tclink 3 -d} = %{version}-%{release}
Obsoletes:	%{mklibname tclink 3 -d}

%description -n	%{develname}
This package contains the header file you need to develop applications
which will use TCLink (Trust Commerce Payment Gateway).

%prep

%setup -q -n %{name}-%{version}-C

%patch0 -p0
perl -pi -e "s|_MAJOR_|%{major}|g" Makefile*

%patch1 -p0
%patch2 -p0

# fix strange perms
chmod 644 LICENSE README doc/*

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" configure.in

%build
rm -f configure
autoconf

%configure2_5x \
    --with-ssl-dir=%{_prefix}

%make MYFLAGS="" CFLAGS="%{optflags} -fPIC"

%install

install -d %{buildroot}%{_libdir}
install -d %{buildroot}%{_includedir}

install -m0755 lib%{name}.so.%{major} %{buildroot}%{_libdir}/
ln -snf lib%{name}.so.%{major} %{buildroot}%{_libdir}/lib%{name}.so

install -m0644 lib%{name}.a %{buildroot}%{_libdir}/
install -m0644 tclink.h %{buildroot}%{_includedir}/

%files -n %{libname}
%doc LICENSE README
%{_libdir}/*.so.*

%files -n %{develname}
%doc doc/TCDevGuide.txt doc/TCDevGuide.html
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a



%changelog

* Sun Nov 15 2015 Denis Silakov <dsilakov@gmail.com> 3.4.4-13
- (9caa47e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24177 |14mu|tcpdump-4.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A network traffic monitoring tool
Name:		tcpdump
Version:	4.9.2
Release:	1
Epoch:		2
Group:		Monitoring
License:	BSD
Url:		http://www.tcpdump.org/
Source0:	http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
BuildRequires:	pcap-devel >= 1.2.0
BuildRequires:	openssl-devel
BuildRequires:	libsmi-devel

%description
Tcpdump is a command-line tool for monitoring network traffic.  Tcpdump can
capture and display the packet headers on a particular network interface or on
all interfaces.  Tcpdump can display all of the packet headers, or just the
ones that match particular criteria.

Install tcpdump if you need a program to monitor network traffic.

%files
%doc README.md CHANGES CREDITS LICENSE
%{_sbindir}/%{name}
%{_mandir}/man1/tcpdump.1*

#--------------------------------------------------------------------

%prep
%setup -q

%build
%serverbuild
export CFLAGS="%{optflags} -I. -DIP_MAX_MEMBERSHIPS=20"
%configure2_5x \
	--enable-ipv6

%make

%install
%makeinstall_std
# (misc) remove the binary, has this only pollutes completion
# and take useless space in the rpm
rm -f %{buildroot}/%{_sbindir}/%{name}.%{version}

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24178 |14mu|tdb-1.3.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Library implementing Samba's embedded database
Name:		tdb
Version:	1.3.8
# We shipped it in samba3 versioned with the samba3 version
Epoch:		1
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://tdb.samba.org/
Source0:	http://talloc.samba.org/ftp/tdb/tdb-%{version}.tar.gz
Source1:	http://talloc.samba.org/ftp/tdb/tdb-%{version}.tar.asc
Source2:	samba-pubkey.asc
BuildRequires:	docbook-style-xsl
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(python)

%track
prog %{name} = {
	url = http://talloc.samba.org/ftp/tdb/
	regex = %{name}-(__VER__)\.tar\.gz
	version = %{version}
}

%description
Library implementing Samba's embedded database and utilities for backing up,
restoring and manipulating the database.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library implementing Samba's embedded database
Group:		System/Libraries

%description -n %{libname}
Library implementing Samba's embedded database.

%files -n %{libname}
%{_libdir}/libtdb.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for library implementing Samba's embedded database
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for library implementing Samba's embedded database.

%files -n %{devname}
%{_libdir}/libtdb.so
%{_includedir}/tdb.h
%{_libdir}/pkgconfig/tdb.pc

#----------------------------------------------------------------------------

%package -n python-tdb
Summary:	Python bindings to Samba's tdb embedded database
Group:		Development/Python

%description -n python-tdb
Pyhton bindings to Samba's tdb embedded database.

%files -n python-tdb
%{py_platsitedir}/tdb.so
%{py_platsitedir}/_tdb_text.py

#----------------------------------------------------------------------------

%package utils
Summary:	Tools for backing up, restoring, and manipulating Samba's embedded database
Group:		Databases

%description utils
Tools for backing up, restoring, and manipulating Samba's embedded database.

%files utils
%{_bindir}/tdb*
%{_mandir}/man8/tdb*.8*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
export PYTHONDIR=%{py_platsitedir}
%configure2_5x \
	--disable-rpath
%make

%install
%makeinstall_std
chmod 755 %{buildroot}%{_libdir}/libtdb.so.%{major}* %{buildroot}%{py_platsitedir}/tdb.so


%changelog

* Tue Dec 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.3.8-1
- (26a57c1) New version 1.3.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24179 |14mu|telepathy-accounts-signon-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Require commit to identify the correct directory
# name after extraction in prep section
%define commit a4ae42797a9799fcbecb4c15bd9bd408e34c2eeb

Summary:	Telepathy providers for libaccounts/libsignon
Name:		telepathy-accounts-signon
Version:	1.0
Release:	1
License:	LGPLv2.1+
Group:		Networking/Instant messaging
Url:		https://gitlab.com/accounts-sso/%{name}
Source0:	https://gitlab.com/accounts-sso/%{name}/repository/archive.tar.gz?ref=%{version}#/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(mission-control-plugins)
BuildRequires:	pkgconfig(libaccounts-glib)
BuildRequires:	pkgconfig(libsignon-glib)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(signond)

%description
A mission control plugin for Telepathy, integrating with libaccounts and
libsignon to provide IM accounts and authentication.

%files
%{_libdir}/mission-control-plugins.0/mcp-account-manager-accounts-sso.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{commit}

%build
%qmake_qt5
%make

%install
%makeinstall_qt


%changelog

* Thu Nov 10 2016 Rosa <rosa@abf.rosalinux.ru> 1.0-1
- (b392e4c) Automatic import for version 1.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24180 |14mu|telepathy-farstream-0.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		3
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname -d %{name}

Summary:	Stream Engine to handle media streaming channels
Name:		telepathy-farstream
Version:	0.6.2
Release:	1
License:	LGPLv2+
Group:		Networking/Instant messaging
Url:		http://telepathy.freedesktop.org/wiki/
Source0:	http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz

BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(farstream-0.2)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(telepathy-glib) >= 0.13.4
BuildRequires:	gobject-introspection-devel

Provides:       %{name}-python = %{version}
Obsoletes:      %{name}-python < 0.6.0

%description
Stream Engine is a Telepathy client that uses Farsight and GStreamer
to handle media streaming channels. It's used as a background process
by other Telepathy clients, rather than presenting any user interface
of its own.

Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for
applications.

%package -n %{libname}
Group:		System/Libraries
Summary:	Stream Engine to handle media streaming channels

%description -n %{libname}
Stream Engine is a Telepathy client that uses Farsight and GStreamer
to handle media streaming channels. It's used as a background process
by other Telepathy clients, rather than presenting any user interface
of its own.

Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for
applications.

%package -n %{develname}
Group:		Development/C
Summary:	Stream Engine to handle media streaming channels
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the development library and header files
for %{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%{_libdir}/libtelepathy-farstream.so.%{major}*
%{_libdir}/girepository-1.0/TelepathyFarstream-0.6.typelib

%files -n %{develname}
%doc ChangeLog
%{_libdir}/libtelepathy-farstream.so
%{_includedir}/telepathy-1.0/%{name}
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gtk-doc/html/%{name}
%{_datadir}/gir-1.0/TelepathyFarstream-0.6.gir

%changelog

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 0.6.2-1
- (1a2adad) Updated to 0.6.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24181 |14mu|telepathy-gabble-0.18.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# .so is just for plugin thing, not a devel .so
%define __noautoreq 'devel\\(.*\\)'
%define __noautoprov 'devel\\(.*\\)'

Name:           telepathy-gabble
Version:        0.18.3
Release:        1
Summary:        A Jabber/XMPP connection manager
Group:          Networking/Instant messaging
License:        LGPLv2+
URL:            http://telepathy.freedesktop.org/wiki/
Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
Source100:	telepathy-gabble.rpmlintrc
BuildRequires:	pkgconfig(dbus-1) >= 1.1.0
BuildRequires:	pkgconfig(dbus-glib-1) >= 0.82
BuildRequires:	pkgconfig(gio-2.0) >= 2.26
BuildRequires:	pkgconfig(glib-2.0) >= 2.24
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:  pkgconfig(openssl)
BuildRequires:	pkgconfig(gobject-2.0) >= 2.24
BuildRequires:	pkgconfig(gthread-2.0) >= 2.24
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(nice) >= 0.0.11
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(telepathy-glib) >= 0.17.2
#BuildRequires:	pkgconfig(telepathy-yell)
BuildRequires:	rootcerts
BuildRequires:  libxslt-proc
BuildRequires:  python-devel
Requires:	telepathy-filesystem

%description
A Jabber/XMPP connection manager, that handles single and multi-user
chats and voice calls.

%files
%doc NEWS README AUTHORS
%{_bindir}/telepathy-gabble-xmpp-console
%{_datadir}/dbus-1/services/*.service
%{_datadir}/telepathy/managers/*.manager
%{_libdir}/telepathy-gabble
%{_libdir}/telepathy/gabble-0
%{_mandir}/man*/*.*

#--------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

# don't ship .la
find %buildroot -name '*.la' | xargs rm -f

%changelog

* Tue Apr 21 2015 Tigro <ashejn@yandex-team.ru> 0.18.3-1
- (1c7f006) another fix to exclude auto provides and auto require for devel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24182 |14mu|telepathy-haze-0.8.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A multiprotocol connection manager based on pidgin
Name:		telepathy-haze
Version:	0.8.0
Release:	2
License:	GPLv2+
Group:		Networking/Instant messaging
Url:		http://telepathy.freedesktop.org/wiki/
Source0:	http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
Patch0:		telepathy-automake-1.13.patch
Patch1:		telepathy-haze-0.8.0-alt-purple_2.0.12.patch
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(purple)
BuildRequires:	pkgconfig(telepathy-glib)
Requires:	telepathy-filesystem
Suggests:	pidgin-plugins

%description
This connection manager allows you to use libpurple, pidgin backend, with
telepathy, allowing you to access to numerous instant messaging network with
telepathy enabled software, such as empathy.

%files
%doc AUTHORS NEWS
%{_datadir}/dbus-1/services/*.service
%{_libdir}/%{name}
%{_mandir}/man*/*.xz

#--------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.0-2
- (ef24bef) Add patch from Alt Linux to fix build with libpurple 2.10.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24183 |14mu|telepathy-idle-0.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		telepathy-idle
Version:	0.2.0
Release:	2
Summary:	A Telepathy connection manager implementation for the IRC protocol

Group:		Networking/Instant messaging
License:	LGPLv2
URL:		http://telepathy.freedesktop.org/wiki/
Source0:	http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	glib2-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(openssl)

BuildRequires:	pkgconfig(telepathy-glib)
BuildRequires:	pkgconfig(libxslt) libxslt-proc
BuildRequires:	python
Requires:	telepathy-filesystem
Requires:	telepathy-glib

%description
A Telepathy connection manager implementation for the IRC protocol.

%prep
%setup -q

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.idle.service
%{_datadir}/telepathy/managers/idle.manager
%{_libdir}/telepathy-idle
%{_mandir}/man8/telepathy-idle.8*

%changelog

* Sun Apr 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-2
- (618c4b5) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24184 |14mu|telepathy-qt5-0.9.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define oname telepathy-qt

Summary:	Base classes for use in connection managers, and proxy classes
Name:		telepathy-qt5
Version:	0.9.7
Release:	1
License:	LGPLv2.1+
Group:		Networking/Instant messaging
Url:		http://telepathy.freedesktop.org/wiki/Telepathy-Qt5
Source0:	http://telepathy.freedesktop.org/releases/%{oname}/%{oname}-%{version}.tar.gz
Patch0:		0001-FindQt5.cmake-look-in-the-correct-pkg-config-file.patch
Patch1:		0002-FindQt5.cmake-remove-hardcoded-fPIC-flag.patch
Patch2:		0003-CMakeLists.txt-require-python-2.7.patch
Patch3:		0004-Adapt-the-client-registrar-to-the-new-thread-based.patch
Patch4:		0100-Fix-tp-service-build-with-Wl-no-undefined.patch
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	libxml2-utils
BuildRequires:	python-dbus
BuildRequires:	qt5-assistant
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(farstream-0.2)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
BuildRequires:	pkgconfig(telepathy-farstream)
BuildRequires:	pkgconfig(telepathy-glib)

%description
Qt5 libraries for use in Telepathy clients and connection managers.

#----------------------------------------------------------------------------

%define telepathy_qt5_major 0
%define libtelepathy_qt5 %mklibname telepathy-qt5_ %{telepathy_qt5_major}

%package -n %{libtelepathy_qt5}
Summary:	Telepathy Qt5 shared library
Group:		System/Libraries

%description -n %{libtelepathy_qt5}
Telepathy Qt5 shared library.

%files -n %{libtelepathy_qt5}
%{_libdir}/libtelepathy-qt5.so.%{telepathy_qt5_major}*

#----------------------------------------------------------------------------

%define telepathy_qt5_farstream_major 0
%define libtelepathy_qt5_farstream %mklibname telepathy-qt5-farstream %{telepathy_qt5_farstream_major}

%package -n %{libtelepathy_qt5_farstream}
Summary:	Telepathy Qt5 shared library
Group:		System/Libraries

%description -n %{libtelepathy_qt5_farstream}
Telepathy Qt5 shared library.

%files -n %{libtelepathy_qt5_farstream}
%{_libdir}/libtelepathy-qt5-farstream.so.%{telepathy_qt5_farstream_major}*

#----------------------------------------------------------------------------

%define telepathy_qt5_service_major 0
%define libtelepathy_qt5_service %mklibname telepathy-qt5-service %{telepathy_qt5_service_major}

%package -n %{libtelepathy_qt5_service}
Summary:	Telepathy Qt5 shared library
Group:		System/Libraries

%description -n %{libtelepathy_qt5_service}
Telepathy Qt5 shared library.

%files -n %{libtelepathy_qt5_service}
%{_libdir}/libtelepathy-qt5-service.so.%{telepathy_qt5_service_major}*

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	%{name} development files
Group:		Development/Other
Requires:	%{libtelepathy_qt5} = %{EVRD}
Requires:	%{libtelepathy_qt5_farstream} = %{EVRD}
Requires:	%{libtelepathy_qt5_service} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Telepathy-qt development files.

%files -n %{devname}
%{_includedir}/telepathy-qt5
%{_libdir}/pkgconfig/TelepathyQt5.pc
%{_libdir}/pkgconfig/TelepathyQt5Farstream.pc
%{_libdir}/pkgconfig/TelepathyQt5Service.pc
%{_libdir}/*.so
%{_libdir}/cmake/TelepathyQt5
%{_libdir}/cmake/TelepathyQt5Farstream
%{_libdir}/cmake/TelepathyQt5Service

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
%cmake_qt5
%make

%install
%makeinstall_std -C build


%changelog

* Tue Nov 08 2016 Rosa <rosa@abf.rosalinux.ru> 0.9.7-1
- (80a1d38) Automatic import for version 0.9.7-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24185 |14mu|telepathy-salut-0.8.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Connection manager implementing link-local messaging for XMPP
Name:		telepathy-salut
Version:	0.8.1
Release:	3
License:	LGPLv2+
Group:		Networking/Instant messaging
Url:		http://telepathy.freedesktop.org/wiki/
Source0:	http://telepathy.freedesktop.org/releases/%name/%{name}-%{version}.tar.gz
Source10:	%{name}.rpmlintrc
BuildRequires:	avahi-python
BuildRequires:	gtk-doc
BuildRequires:	python-twisted
BuildRequires:	python-xmldiff
BuildRequires:	pkgconfig(avahi-gobject)
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libexslt)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(telepathy-glib)
BuildRequires:	pkgconfig(uuid)
Requires:	telepathy-filesystem
Obsoletes:	%{_lib}telepathy-salut-devel < 0.8.1-3

%description
telepathy-salut is a connection manager implementing link-local
messaging for XMPP

http://www.xmpp.org/extensions/xep-0174.html

%files -n %{name}
%doc docs/clique.xml NEWS README
%{_libdir}/telepathy/salut-*/*/libsalut-plugins-%{version}.so
%{_libdir}/telepathy/salut-*/*/libwocky-telepathy-salut-%{version}.so
%{_libexecdir}/telepathy-salut
%{_mandir}/man8/telepathy-salut.8.*
%{_datadir}/dbus-1/services/*.service
%{_datadir}/telepathy/managers/salut.manager

#--------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-gtk-doc \
	--disable-static
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_datadir}/%{name}
rm -f %{buildroot}%{_libdir}/telepathy/salut-0/lib/*.la
# We don't have development headers
rm -f %{buildroot}%{_libdir}/telepathy/salut-0/lib/libsalut-plugins.so
rm -f %{buildroot}%{_libdir}/telepathy/salut-0/lib/libwocky.so


%changelog

* Tue May 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.1-3
- (023660c) Drop useless development package
- (023660c) Add rpmlint filter
- (023660c) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24186 |14mu|tesseract-3.04.00-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define langdata() \
%package %{1}\
Group:		Graphics \
Summary:	%{3}%{?4: (%4)} language data for Tesseract \
Requires:	%{name} >= 3.00 \
Requires:	locales-%{2} \
Provides:	%{name}-language \
BuildArch:	noarch \
%description %{1} \
Tesseract data files required to recognize %{?4:%4 }%{3} text. \
%files %{1} \
%{_datadir}/tessdata/%{1}.* \
%{nil}

%define major	3
%define libtesseract %mklibname %{name} %{major}
%define devtesseract %mklibname %{name} -d

Name:		tesseract
Version:	3.04.00
Release:	2
Summary:	A high-performance OCR engine
URL:		http://code.google.com/p/%{name}-ocr/
License:	Apache
Group:		Graphics
Source0:	https://github.com/%{name}-ocr/%{name}/archive/%{name}-%{version}.tar.gz
Source1:	https://github.com/%{name}-ocr/tessdata/archive/tessdata-%{version}.tar.gz

BuildRequires:	tiff-devel
BuildRequires:	jpeg-devel
BuildRequires:	leptonica-devel
BuildRequires:	icu-devel
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
Requires:	%{name}-language >= 3.04
Requires:	%{name}-eng = %{version}
Requires:	%{name}-rus = %{version}

%description
The Tesseract OCR engine was one of the top 3 engines in the 1995 
UNLV Accuracy test. Since then it has had little work done on it, 
but it is probably one of the most accurate open source OCR engines 
available. The source code will read a binary, grey or color image 
and output text. A tiff reader is built in that will read 
uncompressed TIFF images, or libtiff can be added to read compressed 
images.

%files
%doc AUTHORS COPYING NEWS README ReleaseNotes ChangeLog
%{_bindir}/*
%{_datadir}/tessdata
%{_mandir}/man*/*
%exclude %{_datadir}/tessdata/*cube.*
%exclude %{_datadir}/tessdata/*.traineddata

#-----------------------------------------------------------------

%package -n %{libtesseract}
Summary:	%{name} support library
Group:		System/Libraries

%description -n %{libtesseract}
%{name} library.

%files -n %{libtesseract}
%{_libdir}/lib%{name}*.so.%{major}*

#-----------------------------------------------------------------

%package -n %{devtesseract}
Summary:	Development files from %{name}
Group:		Development/C++
Requires:	%{libtesseract} = %{version}-%{release}
Provides:	%{devtesseract} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{name}-devel < %{version}-%{release}
Obsoletes:	%{devtesseract} < 2.04

%description -n %{devtesseract}
The Tesseract OCR engine was one of the top 3 engines in the 1995
UNLV Accuracy test. Since then it has had little work done on it,
but it is probably one of the most accurate open source OCR engines
available. The source code will read a binary, grey or color image
and output text. A tiff reader is built in that will read
uncompressed TIFF images, or libtiff can be added to read compressed
images.

%files -n %{devtesseract}
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc

#-----------------------------------------------------------------

%package osd
Group:		Graphics
Summary:	Orientation & script detection data pack for %{name}

%description osd
Data files required to recognize text orintation and scripts.

%files osd
%{_datadir}/tessdata/osd.*

#-----------------------------------------------------------------


%langdata afr af Afrikaans
%langdata amh am Amharic
%langdata ara ar Arabic
%langdata asm as Assamese
%langdata aze_cyrl az Azerbaijani (Cyrillic)
%langdata aze az Azerbauijani
%langdata bel be Belarusian
%langdata ben bn Bengali
%langdata bod bo Tibetan Standard
%langdata bos bs Bosnian
%langdata bul br Bulgarian
%langdata cat ca Catalan
%langdata ceb en Cebuano
%langdata ces cs Czech
%langdata chi_sim zh Chinese (Simplified)
%langdata chi_tra zh Chinese (Traditional)
%langdata chr en Cherokee
%langdata cym en Welsh
%langdata dan_frak da Danish (Fraktur)
%langdata dan da Danish
%langdata deu_frak de German (Fraktur)
%langdata deu de German
%langdata dzo dz Dzongkha
%langdata ell el Greek
%langdata eng en English
%langdata enm en Middle English (1100-1500)
%langdata epo eo Esperanto
%langdata equ en Equations
%langdata est et Estonian
%langdata eus eu Basque
%langdata fas fa Persian
%langdata fin fi Finnish
%langdata fra fr French
%langdata frk fr Frankish
%langdata frm fr Middle French (1400-1600)
%langdata gle ga Irish
%langdata glg gl Galician
%langdata grc el Ancient Greek
%langdata guj gu Gujarati
%langdata hat ha Haitian
%langdata heb he Hebrew
%langdata hin hi Hindi
%langdata hrv hr Croation
%langdata hun hu Hungarian
%langdata iku en Inuktitut
%langdata ind id Indonesian
%langdata isl is Icelandic
%langdata ita_old it Old Italian
%langdata ita it Italian
%langdata jav ja Javanese
%langdata jpn ja Japanese
%langdata kan kn Kannada
%langdata kat_old ka Old Georgian
%langdata kat ka Georgian
%langdata kaz kk Kazakh
%langdata khm km Khmer
%langdata kir ky Kyrgyz
%langdata kor ko Korean
%langdata kur ku Kurdish
%langdata lao lo Lao
%langdata lat en Latin
%langdata lav lv Latvian
%langdata lit lt Lithuanian
%langdata mal ml Malayalam
%langdata mar mr Marathi
%langdata mkd mk Macedonian
%langdata mlt mt Maltese
%langdata msa ms Malay
%langdata mya my Burmese
%langdata nep ne Nepali
%langdata nld nl Dutch
%langdata nor no Norwegian
%langdata ori or Oriya
%langdata pan pa Punjabi
%langdata pol pl Polish
%langdata por pt Portuguese
%langdata pus ps Pashto
%langdata ron ro Romanian
%langdata rus ru Russian
%langdata san sa Sanskrit
%langdata sin si Sinhala
%langdata slk_frak sk Slovakian (Fraktur)
%langdata slk sk Slovakian
%langdata slv sl Slovenian
%langdata spa_old es Old Spanish
%langdata spa es Spanish
%langdata sqi sq Albanian
%langdata srp_latn st Serbian Latin
%langdata srp st Serbian
%langdata swa sw Swahili
%langdata swe sv Swedish
%langdata syr ar Syriac
%langdata tam ta Tamil
%langdata tel te Telugu
%langdata tgk tg Tajik
%langdata tgl en Tagalog
%langdata tha th Thai
%langdata tir th Tigrinya
%langdata tur tr Turkish
%langdata uig ug Uyghur
%langdata ukr uk Ukrainian
%langdata urd ur Urdu
%langdata uzb_cyrl uz Uzbek (Cyrillic)
%langdata uzb uz Uzbek
%langdata vie vi Vietnamese
%langdata yid yi Yiddish

%prep
%setup -q -b1

%build
./autogen.sh
%configure2_5x --disable-static
%make

%install
%make_install
%make training
%make training-install DESTDIR=%{buildroot}

for file in ../tessdata-%{version}/*cube.* ../tessdata-%{version}/*.traineddata
do
install -m 644 -D $file %{buildroot}%{_datadir}/tessdata
done

rm -fr %{buildroot}%{_libdir}/lib%{name}*.a
rm -fr %{buildroot}%{_libdir}/lib%{name}*.la



%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24187 |14mu|testdisk-7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ver_e2fsprogs 1.42
%define ver_progsreiserfs 0.3.1-rc8

Summary:	Tool to check and undelete partition
Name:		testdisk
Version:	7.0
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://www.cgsecurity.org/wiki/TestDisk
Source0:	http://www.cgsecurity.org/%{name}-%{version}.tar.bz2
Source1:	progsreiserfs-%{ver_progsreiserfs}.tar.bz2
# Upstream patch
Patch0:		progsreiserfs-journal.patch
# Another upstream patch
Patch1:		progsreiserfs-file-read.patch
# Upstream patch
Patch2:		testdisk-7.00-qphotorec-show-partitions-at-start.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(ncurses) >= 5.2
BuildRequires:	pkgconfig(ext2fs) >= %{ver_e2fsprogs}
BuildRequires:	pkgconfig(libntfs-3g)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(uuid)

%description
Tool to check and undelete partition. Works with the following
filesystems:
    * BeFS ( BeOS )
    * BSD disklabel ( FreeBSD/OpenBSD/NetBSD )
    * CramFS, Compressed File System
    * DOS/Windows FAT12, FAT16 and FAT32
    * HFS and HFS+, Hierarchical File System
    * JFS, IBM's Journaled File System
    * Linux Ext2 and Ext3
    * Linux Raid
          o RAID 1: mirroring
          o RAID 4: striped array with parity device
          o RAID 5: striped array with distributed parity information
          o RAID 6: striped array with distributed dual redundancy information 
    * Linux Swap (versions 1 and 2)
    * LVM and LVM2, Linux Logical Volume Manager
    * Mac partition map
    * Novell Storage Services NSS
    * NTFS ( Windows NT/2K/XP/2003/Vista )
    * ReiserFS 3.5, 3.6 and 4
    * Sun Solaris i386 disklabel
    * Unix File System UFS and UFS2 (Sun/BSD/...)
    * XFS, SGI's Journaled File System

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog INFO INSTALL NEWS README THANKS
# doc/*.html
%attr(755,root,root) %{_bindir}/testdisk
%{_mandir}/man8/testdisk*

#----------------------------------------------------------------------------

%package -n photorec
Summary:	Data recovery software
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}

%description -n photorec
PhotoRec is file data recovery software designed to recover lost files
including video, documents and archives from Hard Disks and CDRom and lost
pictures (thus, its 'Photo Recovery' name) from digital camera memory.

PhotoRec ignores the filesystem and goes after the underlying data, so it
will still work even if your media's filesystem has been severely damaged
or re-formatted.

%files -n photorec -f photorec.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog INFO INSTALL NEWS README THANKS
%attr(755,root,root) %{_bindir}/photorec
%{_mandir}/man8/photorec*

#----------------------------------------------------------------------------

%package -n qphotorec
Summary:	GUI for photorec
Group:		System/Kernel and hardware
Requires:	photorec = %{EVRD}

%description -n qphotorec
Experimental GUI for PhotoRec.

%files -n qphotorec -f qphotorec.lang
%{_bindir}/qphotorec
%{_datadir}/applications/qphotorec.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_mandir}/man8/qphotorec*
%{_sbindir}/qphotorec
%{_sysconfdir}/pam.d/qphotorec
%{_sysconfdir}/security/console.apps

#----------------------------------------------------------------------------

%package -n fidentify
Summary:	Data recovery software
Group:		System/Kernel and hardware
Requires:	%{name} = %{EVRD}

%description -n fidentify
Recover lost files from harddisk, digital camera and cdrom fidentify the file
type, the "extension", by using thr same database than PhotoRec.

%files -n fidentify -f fidentify.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog INFO INSTALL NEWS README THANKS
%attr(755,root,root) %{_bindir}/fidentify
%{_mandir}/man8/fidentify*

#----------------------------------------------------------------------------

%prep
%setup -q -a 1 -D
%patch0 -p0
%patch1 -p0
%patch2 -p1

%build
(
cd progsreiserfs-%{ver_progsreiserfs}
%configure2_5x --disable-Werror
%make
)

%configure2_5x \
	--with-reiserfs-lib=`pwd`/progsreiserfs-%{ver_progsreiserfs}/libreiserfs/.libs/ \
	--with-reiserfs-includes=`pwd`/progsreiserfs-%{ver_progsreiserfs}/include/ \
	--enable-qt
%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}

mkdir %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/qphotorec %{buildroot}%{_sbindir}

ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/qphotorec

mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps

cat > %{buildroot}%{_sysconfdir}/security/console.apps/qphotorec <<EOF
USER=root
PROGRAM=%{_sbindir}/qphotorec
FALLBACK=false
SESSION=true
EOF

cat > %{buildroot}%{_sysconfdir}/pam.d/qphotorec  <<EOF
#%PAM-1.0
auth            include         config-util
account         include         config-util
session         include         config-util
EOF

%find_lang qphotorec --with-man
%find_lang photorec --with-man
%find_lang testdisk --with-man
%find_lang fidentify --with-man


%changelog

* Wed Mar 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.0-2
- (3e52fac) Minor cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24188 |14mu|tevent-0.9.28-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname tevent %{major}
%define devname %mklibname tevent -d

Summary:	Samba4 event management library
Name:		tevent
Version:	0.9.28
Release:	1
# Shipped in samba4 without internal version:
Epoch:		1
License:	GPLv3+
Group:		System/Libraries
Url:		http://tevent.samba.org/
Source0:	http://www.samba.org/ftp/tevent/tevent-%{version}.tar.gz
Source1:	http://www.samba.org/ftp/tevent/tevent-%{version}.tar.asc
Source2:	samba-pubkey.asc
BuildRequires:	python-talloc
BuildRequires:	pkgconfig(pytalloc-util) >= 2.1.5
BuildRequires:	pkgconfig(talloc) >= 2.1.5

%track
prog %{name} = {
	url = http://www.samba.org/ftp/tevent/
	regex = %{name}-(__VER__)\.tar\.gz
	version = %{version}
}

%description
Tevent is an event system based on the talloc memory management library. It is
the core event system used in Samba. Tevent has support for many event types,
including timers, signals, and the classic file descriptor events. Tevent also
provide helpers to deal with asynchronous code providing the tevent_req (Tevent
Request) functions.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Samba4 event management library
Group:		System/Libraries

%description -n %{libname}
Samba4 event management library.

%files -n %{libname}
%{_libdir}/libtevent.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Samba4 event management library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(talloc) >= 2.1.2
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for Samba4 event management library.

%files -n %{devname}
%{_libdir}/libtevent.so
%{_includedir}/tevent.h
%{_libdir}/pkgconfig/tevent.pc

#----------------------------------------------------------------------------

%package -n python-tevent
Summary:	Python module for Samba4 event management library
Group:		Development/Python

%description -n python-tevent
Python module for Samba4 event management library.

%files -n python-tevent
%{py_platsitedir}/_tevent.so
%{py_platsitedir}/tevent.py

#----------------------------------------------------------------------------

%prep
%setup -q
chmod +r -R .

%build
export PYTHONDIR=%{py_platsitedir}
%setup_compile_flags
./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--disable-rpath \
	--bundled-libraries=NONE \
	--builtin-libraries=replace

%make

%install
%makeinstall_std


%changelog

* Thu May 19 2016 Denis Silakov <dsilakov@gmail.com> 1:0.9.28-1
- (bc5ca17) Updated to 0.9.28



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24189 |14mu|texinfo-5.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Maybe we should disable more perl() provides and exclude them from autoreq?
%define __noautoprov 'perl\\(Text.*|perl\\(Locale.*'

Name:		texinfo
Version:	5.2
Release:	9
Summary:	Tools needed to create Texinfo format documentation files
License:	GPLv3+
Group:		Publishing
URL:		http://www.gnu.org/software/texinfo/
Source0:	ftp://ftp.gnu.org/pub/gnu/texinfo/%{name}-%{version}.tar.xz
Source2:	%{name}.rpmlintrc
Patch1:		texinfo-3.12h-fix.patch
Patch107:	texinfo-4.13-vikeys-segfault-fix.patch
# Local fixes submitted upstream
Patch200:	texinfo-4.13-mb_modeline.patch
BuildRequires:	ncurses-devel
BuildRequires:	help2man

%description
Texinfo is a documentation system that can produce both online information
and printed output from a single source file.  Normally, you'd have to
write two separate documents: one for online help or other online
information and the other for a typeset manual or other printed work.
Using Texinfo, you only need to write one source document.  Then when the
work needs revision, you only have to revise one source document.  The GNU
Project uses the Texinfo file format for most of its documentation.

Install texinfo if you want a documentation system for producing both
online and print documentation from the same source file and/or if you are
going to write documentation for the GNU Project.

%package -n	info
Summary:	A stand-alone TTY-based reader for GNU texinfo documentation
Group:		System/Base
Requires(pre):	coreutils
Requires(pre):	less 
Requires(pre):	grep
Requires:	less
Requires(pre):	xz
Requires:	xz
%rename		info-install

%description -n	info
The GNU project uses the texinfo file format for much of its
documentation. The info package provides a standalone TTY-based browser
program for viewing texinfo files.

You should install info, because GNU's texinfo documentation is a valuable
source of information about the software on your system.

%prep
%setup -q
%apply_patches

%build
%configure2_5x	--disable-rpath
%make 
%make -C util

%check
# all tests must pass
make check

%install
%makeinstall_std
mkdir -p %{buildroot}/sbin
mv %{buildroot}%{_bindir}/install-info %{buildroot}/sbin
touch %{buildroot}%{_infodir}/dir

%find_lang %{name} --all-name

%triggerin -n info -- %{_infodir}/*.info*, %{_infodir}/texinfo.*
if [ $1 -eq 1 -o $2 -eq 1 ]; then
    while [ -n "$3" ]; do
	if [ -f "$3" ]; then
	    LESSOPEN="|/usr/bin/lesspipe.sh %s" LESS_ADVANCED_PREPROCESSOR=1 less "$3" | grep -q -e INFO-DIR-SECTION && /sbin/install-info "$3" --dir=%{_infodir}/dir
	fi
	shift
    done
fi

%triggerun -n info -- %{_infodir}/*.info*, %{_infodir}/texinfo.*
if [ $2 -eq 0 ]; then
    while [ -n "$3" ]; do
	if [ -f "$3" ]; then
	    LESSOPEN="|/usr/bin/lesspipe.sh %s" LESS_ADVANCED_PREPROCESSOR=1 less "$3" | grep -q -e INFO-DIR-SECTION && /sbin/install-info "$3" --dir=%{_infodir}/dir --remove
	fi
	shift
    done
fi

%files -f %{name}.lang
%doc AUTHORS NEWS README TODO
%{_bindir}/makeinfo
%{_bindir}/pdftexi2dvi
%{_bindir}/pod2texi
%{_bindir}/texindex
%{_bindir}/texi2any
%{_bindir}/texi2dvi
%{_bindir}/texi2pdf
%{_infodir}/info-stnd.info*
%{_infodir}/texinfo*
%{_mandir}/man1/makeinfo.1*
%{_mandir}/man1/pdftexi2dvi.1*
%{_mandir}/man1/pod2texi.1*
%{_mandir}/man1/texi2any.1*
%{_mandir}/man1/texi2dvi.1*
%{_mandir}/man1/texi2pdf.1*
%{_mandir}/man1/texindex.1*
%{_mandir}/man5/texinfo.5*   
%{_datadir}/texinfo

%files -n info
%doc info/README
/sbin/install-info
%{_bindir}/info
%{_bindir}/infokey
%ghost %{_infodir}/dir
%{_infodir}/info.info*
%{_mandir}/man1/info.1*
%{_mandir}/man1/infokey.1*
%{_mandir}/man1/install-info.1*
%{_mandir}/man5/info.5*

%changelog
* Wed Oct 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.2-9
+ Revision: c03c3bb
- Drop bootstrap and dependency on texlive-collection-texinfo - not needed anymore.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24190 |14mu|texlive-20131212-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _binary_payload			w9.gzdio
%define _source_payload			w9.gzdio

%define _texmf_enable_asymptote		0
%define _texmf_enable_biber		0
%define _texmf_enable_xindy		0
%define _texmf_with_system_dialog	1
%define _texmf_with_system_icu		1
%define _texmf_with_system_lcdf		0
%define _texmf_with_system_poppler	1
%define _texmf_with_system_psutils	1
%define _texmf_with_system_t1lib	1
%define _texmf_with_system_tex4ht	0
%define _texmf_with_system_teckit	0

%define enable_shared			1

%define historic			0

#-----------------------------------------------------------------------
Name:		texlive
Version:	20131212
Release:	13
Summary:	The TeX formatting system
Group:		Publishing
License:	http://www.tug.org/texlive/LICENSE.TL
URL:		http://tug.org/texlive/
%if %{historic}
Source0:	ftp://tug.org/historic/systems/texlive/2013/texlive-20130530-source.tar.xz
Source1:	ftp://tug.org/historic/systems/texlive/2013/texlive-20130530-source.tar.xz.sha256
%else
# svn co svn://tug.org/texlive/branches/branch2012/Build/source texlive-source
# tar Jcf texlive-20131212-source.tar.xz  --exclude .svn --transform 's/^texlive-source/texlive-20131212-source/'  texlive-source/
Source0:	texlive-20131212-source.tar.xz
# sha256sum texlive-20131212-source.tar.xz > texlive-20131212-source.tar.xz.sha256
Source1:	texlive-20131212-source.tar.xz.sha256
%endif
Source100:	%{name}.rpmlintrc
Obsoletes:	tetex-usrlocal < 3.0-1

#-----------------------------------------------------------------------
Requires:	ghostscript
%if %{_texmf_enable_asymptote}
Requires:	gv
Requires:	tkinter
%endif
%if %{_texmf_with_system_teckit}
Requires:	teckit
%endif

Requires:       texlive-latex
Requires:       texlive-collection-basic
Suggests:	texlive-scheme-full texlive-scheme-xml
Suggests:	texlive-collection-latexextra
Requires(post):	texlive-tlpkg
BuildRequires:	texlive-tlpkg

#-----------------------------------------------------------------------
BuildRequires:	bison
%if %{_texmf_enable_xindy}
BuildRequires:	clisp
BuildRequires:	ffcall-devel
%endif
%if %{_texmf_enable_asymptote}
BuildRequires:	fftw-devel
BuildRequires:	flex
%endif
BuildRequires:	freetype-devel
BuildRequires:	fontconfig-devel
%if %{_texmf_enable_asymptote}
BuildRequires:	libgc-devel
BuildRequires:	libsigsegv-devel
BuildRequires:	ghostscript-dvipdf
BuildRequires:	gsl-devel
BuildRequires:	pkgconfig(gl)
%endif
BuildRequires:	gd-devel
%if %{_texmf_with_system_icu}
BuildRequires:	icu-devel >= 49
%endif
%if %{_texmf_with_system_poppler}
BuildRequires:	pkgconfig(poppler)
%endif
BuildRequires:	xaw-devel
%if !%{_texmf_with_system_dialog}
BuildRequires:	ncurses-devel
%endif
BuildRequires:	png-devel
%if %{_texmf_with_system_t1lib}
BuildRequires:	t1lib-devel
%endif
%if %{_texmf_with_system_teckit}
BuildRequires:	teckit-devel
%endif
%if %{_texmf_enable_xindy}
BuildRequires:	texlive
%endif
%if %{_texmf_enable_asymptote}
BuildRequires:	texinfo
%endif
BuildRequires:	zziplib-devel

#-----------------------------------------------------------------------
Patch0:		texlive-format.patch
Patch1:		texlive-asymptote.patch
Patch2:		texlive-xdvi.patch
# New definition only misses default location...
Patch3:		texlive-texmfcnf.patch

#-----------------------------------------------------------------------
%description
TeX Live is an easy way to get up and running with the TeX document
production system. It provides a comprehensive TeX system. It includes
all the major TeX-related programs, macro packages, and fonts that are
free software, including support for many languages around the world.

%files

#-----------------------------------------------------------------------
%if %{enable_shared}
########################################################################
%define	kpathsea		%{mklibname kpathsea 6}

%package	-n %{kpathsea}
Summary:	Path searching library for TeX-related files
Group:		System/Libraries
Provides:	kpathsea = %{version}-%{release}

%description	-n %{kpathsea}
Kpathsea implements generic path searching, configuration,
and TeX-specific file searching.

%files -n %{kpathsea}
%{_libdir}/libkpathsea.so.*

#-----------------------------------------------------------------------
%define	kpathsea_devel		%{mklibname -d kpathsea}

%package	-n %{kpathsea_devel}
Summary:	Kpathsea development files
Group:		Development/C
Requires:	kpathsea = %{version}-%{release}
Provides:	kpathsea-devel = %{version}-%{release}

%description	-n %{kpathsea_devel}
Kpathsea implements generic path searching, configuration,
and TeX-specific file searching.
This package includes the kpathsea development files.

%files -n %{kpathsea_devel}
%{_includedir}/kpathsea
%{_libdir}/libkpathsea.so

#-----------------------------------------------------------------------
%define	ptexenc			%{mklibname ptexenc 1}

%package	-n %{ptexenc}
Summary:	Library for Japanese pTeX
Group:		System/Libraries
Provides:	ptexenc = %{version}-%{release}

%description	-n %{ptexenc}
ptexenc is a useful library for Japanese pTeX
(which stands for publishing TeX, and is an extension of
TeX by ASCII Co.) and its surrounding tools.

%files -n %{ptexenc}
%{_libdir}/libptexenc.so.*

#-----------------------------------------------------------------------
%define	ptexenc_devel		%{mklibname -d ptexenc}

%package	-n %{ptexenc_devel}
Summary:	Library for Japanese pTeX
Group:		Development/C
Requires:	ptexenc = %{version}-%{release}
Provides:	ptexenc-devel = %{version}-%{release}

%description	-n %{ptexenc_devel}
ptexenc is a useful library for Japanese pTeX
(which stands for publishing TeX, and is an extension of
TeX by ASCII Co.) and its surrounding tools.
This package includes the ptexenc development files.

%files -n %{ptexenc_devel}
%{_includedir}/ptexenc/
%{_libdir}/libptexenc.so
########################################################################
# enable_shared
%endif

#-----------------------------------------------------------------------
%package -n texlive-afm2pl.bin
Summary:	Binary files of afm2pl
Conflicts:	texlive < 20110705-7

%description	-n texlive-afm2pl.bin
texlive afm2pl.bin package.

%files -n texlive-afm2pl.bin
%{_bindir}/afm2pl

#-----------------------------------------------------------------------
%package	-n texlive-aleph.bin
Summary:	Binary files of aleph
Conflicts:	texlive < 20110705-7

%description	-n texlive-aleph.bin
texlive aleph.bin package.

%files -n texlive-aleph.bin
%{_bindir}/aleph
%{_bindir}/lamed

#-----------------------------------------------------------------------
%if %{_texmf_enable_biber}
%package	-n texlive-biber.bin
Summary:	Binary files of biber
Conflicts:	texlive < 20110705-7

%description	-n texlive-biber.bin
texlive biber.bin package.

%files -n texlive-biber.bin
%{_bindir}/biber
%endif

#-----------------------------------------------------------------------
%package	-n texlive-bibtex.bin
Summary:	Binary files of bibtex
Conflicts:	texlive < 20110705-7

%description	-n texlive-bibtex.bin
texlive bibtex.bin package.

%files -n texlive-bibtex.bin
%{_bindir}/bibtex

#-----------------------------------------------------------------------
%package	-n texlive-bibtex8.bin
Summary:	Binary files of bibtex8
Conflicts:	texlive < 20110705-7

%description	-n texlive-bibtex8.bin
texlive bibtex8.bin package.

%files -n texlive-bibtex8.bin
%{_bindir}/bibtex8

#-----------------------------------------------------------------------
%package	-n texlive-bibtexu.bin
Summary:	Binary files of bibtexu
Conflicts:	texlive < 20110705-7

%description	-n texlive-bibtexu.bin
texlive bibtexu.bin package.

%files -n texlive-bibtexu.bin
%{_bindir}/bibtexu

#-----------------------------------------------------------------------
%package	-n texlive-chktex.bin
Summary:	Binary files of chktex
Conflicts:	texlive < 20110705-7

%description	-n texlive-chktex.bin
texlive chktex.bin package.

%files -n texlive-chktex.bin
%{_bindir}/chktex

#-----------------------------------------------------------------------
%package	-n texlive-cjkutils.bin
Summary:	Binary files of cjkutils
Conflicts:	texlive < 20110705-7

%description	-n texlive-cjkutils.bin
texlive cjkutils.bin package.

%files -n texlive-cjkutils.bin
%{_bindir}/bg5+latex
%{_bindir}/bg5+pdflatex
%{_bindir}/bg5conv
%{_bindir}/bg5latex
%{_bindir}/bg5pdflatex
%{_bindir}/cef5conv
%{_bindir}/cef5latex
%{_bindir}/cef5pdflatex
%{_bindir}/cefconv
%{_bindir}/ceflatex
%{_bindir}/cefpdflatex
%{_bindir}/cefsconv
%{_bindir}/cefslatex
%{_bindir}/cefspdflatex
%{_bindir}/extconv
%{_bindir}/gbklatex
%{_bindir}/gbkpdflatex
%{_bindir}/hbf2gf
%{_bindir}/sjisconv
%{_bindir}/sjislatex
%{_bindir}/sjispdflatex

#-----------------------------------------------------------------------
%package	-n texlive-ctie.bin
Summary:	Binary files of ctie
Conflicts:	texlive < 20110705-7

%description	-n texlive-ctie.bin
texlive ctie.bin package.

%files -n texlive-ctie.bin
%{_bindir}/ctie

#-----------------------------------------------------------------------
%package	-n texlive-cweb.bin
Summary:	Binary files of cweb
Conflicts:	texlive < 20110705-7

%description	-n texlive-cweb.bin
texlive cweb.bin package.

%files -n texlive-cweb.bin
%{_bindir}/ctangle
%{_bindir}/cweave

#-----------------------------------------------------------------------
%package	-n texlive-detex.bin
Summary:	Binary files of detex
Conflicts:	texlive < 20110705-7

%description	-n texlive-detex.bin
texlive detex.bin package.

%files -n texlive-detex.bin
%{_bindir}/detex

#-----------------------------------------------------------------------
%package	-n texlive-devnag.bin
Summary:	Binary files of devnag
Conflicts:	texlive < 20110705-7

%description	-n texlive-devnag.bin
texlive devnag.bin package.

%files -n texlive-devnag.bin
%{_bindir}/devnag

#-----------------------------------------------------------------------
%package	-n texlive-dtl.bin
Summary:	Binary files of dtl
Conflicts:	texlive < 20110705-7

%description	-n texlive-dtl.bin
texlive dtl.bin package.

%files -n texlive-dtl.bin
%{_bindir}/dt2dv
%{_bindir}/dv2dt

#-----------------------------------------------------------------------
%package	-n texlive-dvi2tty.bin
Summary:	Binary files of dvi2tty
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvi2tty.bin
texlive dvi2tty.bin package.

%files -n texlive-dvi2tty.bin
%{_bindir}/disdvi
%{_bindir}/dvi2tty

#-----------------------------------------------------------------------
%package	-n texlive-dvicopy.bin
Summary:	Binary files of dvicopy
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvicopy.bin
texlive dvicopy.bin package.

%files -n texlive-dvicopy.bin
%{_bindir}/dvicopy

#-----------------------------------------------------------------------
%package	-n texlive-dvidvi.bin
Summary:	Binary files of dvidvi
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvidvi.bin
texlive dvidvi.bin package.

%files -n texlive-dvidvi.bin
%{_bindir}/dvidvi

#-----------------------------------------------------------------------
%package	-n texlive-dviljk.bin
Summary:	Binary files of dviljk
Conflicts:	texlive < 20110705-7

%description	-n texlive-dviljk.bin
texlive dviljk.bin package.

%files -n texlive-dviljk.bin
%{_bindir}/dvihp
%{_bindir}/dvilj
%{_bindir}/dvilj2p
%{_bindir}/dvilj4
%{_bindir}/dvilj4l
%{_bindir}/dvilj6

#-----------------------------------------------------------------------
%package	-n texlive-dvipdfmx.bin
Summary:	Binary files of dvipdfmx
Provides:	texlive-dvipdfm.bin = %{EVRD}
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvipdfmx.bin
texlive dvipdfmx.bin package.

%files -n texlive-dvipdfmx.bin
%{_bindir}/dvipdfm
%{_bindir}/dvipdfmx
%{_bindir}/ebb
%{_bindir}/extractbb

#-----------------------------------------------------------------------
%package	-n texlive-dvipng.bin
Summary:	Binary files of dvipng
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvipng.bin
texlive dvipng.bin package.

%files -n texlive-dvipng.bin
%{_bindir}/dvigif
%{_bindir}/dvipng

#-----------------------------------------------------------------------
%package	-n texlive-dvipos.bin
Summary:	Binary files of dvipos
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvipos.bin
texlive dvipos.bin package.

%files -n texlive-dvipos.bin
%{_bindir}/dvipos

#-----------------------------------------------------------------------
%package	-n texlive-dvips.bin
Summary:	Binary files of dvips
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvips.bin
texlive dvips.bin package.

%files -n texlive-dvips.bin
%{_bindir}/afm2tfm
%{_bindir}/dvips

#-----------------------------------------------------------------------
%package	-n texlive-dvisvgm.bin
Summary:	Binary files of dvisvgm
Conflicts:	texlive < 20110705-7

%description	-n texlive-dvisvgm.bin
texlive dvisvgm.bin package.

%files -n texlive-dvisvgm.bin
%{_bindir}/dvisvgm

#-----------------------------------------------------------------------
%package	-n texlive-fontware.bin
Summary:	Binary files of fontware
Conflicts:	texlive < 20110705-7

%description	-n texlive-fontware.bin
texlive fontware.bin package.

%files -n texlive-fontware.bin
%{_bindir}/pltotf
%{_bindir}/tftopl
%{_bindir}/vftovp
%{_bindir}/vptovf

#-----------------------------------------------------------------------
%package	-n texlive-gsftopk.bin
Summary:	Binary files of gsftopk
Conflicts:	texlive < 20110705-7

%description	-n texlive-gsftopk.bin
texlive gsftopk.bin package.

%files -n texlive-gsftopk.bin
%{_bindir}/gsftopk

#-----------------------------------------------------------------------
%package	-n texlive-kpathsea.bin
Summary:	Binary files of kpathsea
Conflicts:	texlive < 20110705-7

%description	-n texlive-kpathsea.bin
texlive kpathsea.bin package.

%files -n texlive-kpathsea.bin
%{_bindir}/kpseaccess
%{_bindir}/kpsepath
%{_bindir}/kpsereadlink
%{_bindir}/kpsestat
%{_bindir}/kpsetool
%{_bindir}/kpsewhich
%{_bindir}/kpsexpand
%{_bindir}/mkocp
%{_bindir}/mkofm
%{_bindir}/mktexfmt
%{_bindir}/mktexlsr
%{_bindir}/mktexmf
%{_bindir}/mktexpk
%{_bindir}/mktextfm
%{_bindir}/texhash

#-----------------------------------------------------------------------
%package	-n texlive-lacheck.bin
Summary:	Binary files of lacheck
Conflicts:	texlive < 20110705-7

%description	-n texlive-lacheck.bin
texlive lacheck.bin package.

%files -n texlive-lacheck.bin
%{_bindir}/lacheck

#-----------------------------------------------------------------------
%package	-n texlive-latex.bin
Summary:	Binary files of latex
Conflicts:	texlive < 20110705-7

%description	-n texlive-latex.bin
texlive latex.bin package.

%files -n texlive-latex.bin
%{_bindir}/dvilualatex
%{_bindir}/latex
%{_bindir}/lualatex
%{_bindir}/pdflatex

#-----------------------------------------------------------------------
%package	-n texlive-lcdftypetools.bin
Summary:	Binary files of lcdftypetools
Conflicts:	texlive < 20110705-7

%description	-n texlive-lcdftypetools.bin
texlive lcdftypetools.bin package.

%files -n texlive-lcdftypetools.bin
%{_bindir}/cfftot1
%{_bindir}/mmafm
%{_bindir}/mmpfb
%{_bindir}/otfinfo-texlive
%{_bindir}/otftotfm
%{_bindir}/t1dotlessj
%{_bindir}/t1lint
%{_bindir}/t1rawafm
%{_bindir}/t1reencode
%{_bindir}/t1testpage
%{_bindir}/ttftotype42

#-----------------------------------------------------------------------
%package	-n texlive-luatex.bin
Summary:	Binary files of luatex
Conflicts:	texlive < 20110705-7

%description	-n texlive-luatex.bin
texlive luatex.bin package.

%files -n texlive-luatex.bin
%{_bindir}/dviluatex
%{_bindir}/luatex
%{_bindir}/texlua
%{_bindir}/texluac

#-----------------------------------------------------------------------
%package	-n texlive-m-tx.bin
Summary:	Binary files of m-tx
Conflicts:	texlive < 20110705-7

%description	-n texlive-m-tx.bin
texlive m-tx.bin package.

%files -n texlive-m-tx.bin
%{_bindir}/prepmx

#-----------------------------------------------------------------------
%package	-n texlive-makeindex.bin
Summary:	Binary files of makeindex
Conflicts:	texlive < 20110705-7

%description	-n texlive-makeindex.bin
texlive makeindex.bin package.

%files -n texlive-makeindex.bin
%{_bindir}/makeindex
%{_bindir}/mkindex

#-----------------------------------------------------------------------
%package	-n texlive-metafont.bin
Summary:	Binary files of metafont
Conflicts:	texlive < 20110705-7

%description	-n texlive-metafont.bin
texlive metafont.bin package.

%files -n texlive-metafont.bin
%{_bindir}/inimf
%{_bindir}/mf
%{_bindir}/mf-nowin

#-----------------------------------------------------------------------
%package	-n texlive-metapost.bin
Summary:	Binary files of metapost
Conflicts:	texlive < 20110705-7

%description	-n texlive-metapost.bin
texlive metapost.bin package.

%files -n texlive-metapost.bin
%{_bindir}/dvitomp
%{_bindir}/mfplain
%{_bindir}/mpost

#-----------------------------------------------------------------------
%package	-n texlive-mfware.bin
Summary:	Binary files of mfware
Conflicts:	texlive < 20110705-7

%description	-n texlive-mfware.bin
texlive mfware.bin package.

%files -n texlive-mfware.bin
%{_bindir}/gftodvi
%{_bindir}/gftopk
%{_bindir}/gftype
%{_bindir}/mft
%{_bindir}/pktogf
%{_bindir}/pktype

#-----------------------------------------------------------------------
%package	-n texlive-omegaware.bin
Summary:	Binary files of omegaware
Conflicts:	texlive < 20110705-7

%description	-n texlive-omegaware.bin
texlive omegaware.bin package.

%files -n texlive-omegaware.bin
%{_bindir}/odvicopy
%{_bindir}/odvitype
%{_bindir}/ofm2opl
%{_bindir}/omfonts
%{_bindir}/opl2ofm
%{_bindir}/otangle
%{_bindir}/otp2ocp
%{_bindir}/outocp
%{_bindir}/ovf2ovp
%{_bindir}/ovp2ovf

#-----------------------------------------------------------------------
%package	-n texlive-patgen.bin
Summary:	Binary files of patgen
Conflicts:	texlive < 20110705-7

%description	-n texlive-patgen.bin
texlive patgen.bin package.

%files -n texlive-patgen.bin
%{_bindir}/patgen

#-----------------------------------------------------------------------
%package	-n texlive-pdftex.bin
Summary:	Binary files of pdftex
Provides:	texlive-amstex.bin = %{EVRD}
Provides:	texlive-cslatex.bin = %{EVRD}
Provides:	texlive-csplain.bin = %{EVRD}
Provides:	texlive-eplain.bin = %{EVRD}
Provides:	texlive-jadetex.bin = %{EVRD}
Provides:	texlive-mex.bin = %{EVRD}
Provides:	texlive-mltex.bin = %{EVRD}
Provides:	texlive-texsis.bin = %{EVRD}
Provides:	texlive-xmltex.bin = %{EVRD}
Conflicts:	texlive < 20110705-7

%description	-n texlive-pdftex.bin
texlive pdftex.bin package.

%files -n texlive-pdftex.bin
%{_bindir}/amstex
%{_bindir}/cslatex
%{_bindir}/csplain
%{_bindir}/pdfcsplain
%{_bindir}/eplain
%{_bindir}/etex
%{_bindir}/jadetex
%{_bindir}/mex
%{_bindir}/mllatex
%{_bindir}/mltex
%{_bindir}/pdfcslatex
%{_bindir}/pdfetex
%{_bindir}/pdfjadetex
%{_bindir}/pdfmex
%{_bindir}/pdftex
%{_bindir}/pdfxmltex
%{_bindir}/texsis
%{_bindir}/utf8mex
%{_bindir}/xmltex

#-----------------------------------------------------------------------
%package	-n texlive-pdftools.bin
Summary:	Binary files of pdftools
Conflicts:	texlive < 20110705-7

%description	-n texlive-pdftools.bin
texlive pdftools.bin package.

%files -n texlive-pdftools.bin
%{_bindir}/pdfclose
%{_bindir}/pdfopen
%{_bindir}/pdftosrc

#-----------------------------------------------------------------------
%package	-n texlive-pmx.bin
Summary:	Binary files of pmx
Conflicts:	texlive < 20110705-7

%description	-n texlive-pmx.bin
texlive pmx.bin package.

%files -n texlive-pmx.bin
%{_bindir}/pmxab
%{_bindir}/scor2prt

#-----------------------------------------------------------------------
%package	-n texlive-ps2pkm.bin
Summary:	Binary files of ps2pkm
Conflicts:	texlive < 20110705-7

%description	-n texlive-ps2pkm.bin
texlive ps2pkm.bin package.

%files -n texlive-ps2pkm.bin
%{_bindir}/mag
%{_bindir}/pfb2pfa
%{_bindir}/pk2bm
%{_bindir}/ps2pk

#-----------------------------------------------------------------------
%package	-n texlive-pstools.bin
Summary:	Binary files of pstools
Conflicts:	texlive < 20110705-7

%description	-n texlive-pstools.bin
texlive pstools.bin package.

%files -n texlive-pstools.bin
%{_bindir}/bbox

#-----------------------------------------------------------------------
%package	-n texlive-ptex.bin
Summary:	Binary files of ptex
Conflicts:	texlive < 20110705-7

%description	-n texlive-ptex.bin
texlive ptex.bin package.

%files -n texlive-ptex.bin
%{_bindir}/eptex
%{_bindir}/makejvf
%{_bindir}/mendex
%{_bindir}/pbibtex
%{_bindir}/pdvitype
%{_bindir}/platex
%{_bindir}/ppltotf
%{_bindir}/ptex
%{_bindir}/ptftopl

#-----------------------------------------------------------------------
%package	-n texlive-seetexk.bin
Summary:	Binary files of seetexk
Conflicts:	texlive < 20110705-7

%description	-n texlive-seetexk.bin
texlive seetexk.bin package.

%files -n texlive-seetexk.bin
%{_bindir}/dvibook
%{_bindir}/dviconcat
%{_bindir}/dviselect
%{_bindir}/dvitodvi

#-----------------------------------------------------------------------
%package	-n texlive-synctex.bin
Summary:	Binary files of synctex
Conflicts:	texlive < 20110705-7

%description	-n texlive-synctex.bin
texlive synctex.bin package.

%files -n texlive-synctex.bin
%{_bindir}/synctex

#-----------------------------------------------------------------------
%package	-n texlive-tex.bin
Summary:	Binary files of tex
Conflicts:	texlive < 20110705-7

%description	-n texlive-tex.bin
texlive tex.bin package.

%files -n texlive-tex.bin
%{_bindir}/initex
%{_bindir}/tex

#-----------------------------------------------------------------------
%package	-n texlive-tex4ht.bin
Summary:	Binary files of tex4ht
Conflicts:	texlive < 20110705-7

%description	-n texlive-tex4ht.bin
texlive tex4ht.bin package.

%files -n texlive-tex4ht.bin
%{_bindir}/t4ht
%{_bindir}/tex4ht

#-----------------------------------------------------------------------
%package	-n texlive-texware.bin
Summary:	Binary files of texware
Conflicts:	texlive < 20110705-7

%description	-n texlive-texware.bin
texlive texware.bin package.

%files -n texlive-texware.bin
%{_bindir}/dvitype
%{_bindir}/pooltype

#-----------------------------------------------------------------------
%package	-n texlive-tie.bin
Summary:	Binary files of tie
Conflicts:	texlive < 20110705-7

%description	-n texlive-tie.bin
texlive tie.bin package.

%files -n texlive-tie.bin
%{_bindir}/tie

#-----------------------------------------------------------------------
%package	-n texlive-ttfutils.bin
Summary:	Binary files of ttfutils
Conflicts:	texlive < 20110705-7

%description	-n texlive-ttfutils.bin
texlive ttfutils.bin package.

%files -n texlive-ttfutils.bin
%{_bindir}/ttf2afm
%{_bindir}/ttf2pk
%{_bindir}/ttf2tfm
%{_bindir}/ttfdump

#-----------------------------------------------------------------------
%package	-n texlive-uptex.bin
Summary:	Binary files of uptex
Conflicts:	texlive < 20110705-7

%description	-n texlive-uptex.bin
texlive uptex.bin package.

%files -n texlive-uptex.bin
%{_bindir}/euptex
%{_bindir}/upbibtex
%{_bindir}/updvitype
%{_bindir}/uplatex
%{_bindir}/uppltotf
%{_bindir}/uptex
%{_bindir}/uptftopl
%{_bindir}/wovp2ovf

#-----------------------------------------------------------------------
%package	-n texlive-vlna.bin
Summary:	Binary files of vlna
Conflicts:	texlive < 20110705-7

%description	-n texlive-vlna.bin
texlive vlna.bin package.

%files -n texlive-vlna.bin
%{_bindir}/vlna

#-----------------------------------------------------------------------
%package	-n texlive-web.bin
Summary:	Binary files of web
Conflicts:	texlive < 20110705-7

%description	-n texlive-web.bin
texlive web.bin package.

%files -n texlive-web.bin
%{_bindir}/tangle
%{_bindir}/weave

#-----------------------------------------------------------------------
%package	-n texlive-xdvi.bin
Summary:	Binary files of xdvi
Conflicts:	texlive < 20110705-7
Conflicts:	xdvi < 22.86
Obsoletes:	xdvi < 22.86
Provides:	xdvi = %{EVRD}

%description	-n texlive-xdvi.bin
texlive xdvi.bin package.

%files -n texlive-xdvi.bin
%{_bindir}/xdvi
%{_bindir}/xdvi-xaw

#-----------------------------------------------------------------------
%package	-n texlive-xetex.bin
Summary:	Binary files of xetex
Conflicts:	texlive < 20110705-7

%description	-n texlive-xetex.bin
texlive xetex.bin package.

%files -n texlive-xetex.bin
%{_bindir}/teckit_compile
%{_bindir}/xdvipdfmx
%{_bindir}/xelatex
%{_bindir}/xetex

#-----------------------------------------------------------------------
%prep
%setup -q -n %{name}-%{version}-source
%patch0 -p1
%if %{_texmf_enable_asymptote}
%patch1 -p1
%endif
%patch2 -p1
%patch3 -p1

# setup default builtin values, added to paths.h from texmf.cnf
perl -pi -e 's|^(TEXMFMAIN\s+= ).*|$1%{_texmfdistdir}|;'		  \
	 -e 's|^(TEXMFDIST\s+= ).*|$1%{_texmfdistdir}|;'		  \
	 -e 's|\@\@TEXMFCNF\@\@|%{_texmfdistdir}/web2c|;'		  \
	 -e 's|^(TEXMFLOCAL\s+= ).*|$1%{_texmflocaldir}|;'		  \
	 -e 's|^(TEXMFSYSVAR\s+= ).*|$1%{_texmfvardir}|;'		  \
	 -e 's|^(TEXMFSYSCONFIG\s+= ).*|$1%{_texmfconfdir}|;'		  \
	 -e 's|^(TEXMFHOME\s+= ).*|$1\$HOME/texmf|;'			  \
	 -e 's|^(TEXMFVAR\s+= ).*|$1\$HOME/.texlive2013/texmf-var|;'	  \
	 -e 's|^(TEXMFCONFIG\s+= ).*|$1\$HOME/.texlive2013/texmf-config|;'\
	 -e 's|^(OSFONTDIR\s+= ).*|$1%{_datadir}/fonts|;'		  \
	texk/kpathsea/texmf.cnf

#-----------------------------------------------------------------------
%build
mkdir texlive
pushd texlive
CONFIGURE_TOP=.. \
%configure2_5x							\
	--with-banner-add="/ROSA"			\
	--disable-native-texlive-build				\
	--enable-missing					\
%if %{_texmf_enable_biber}
	--enable-biber						\
%else
	--disable-biber						\
%endif
%if %{enable_shared}
	--enable-shared						\
	--disable-static					\
%else
	--disable-shared					\
%endif
%if %{_texmf_enable_xindy}
	--enable-xindy						\
%else
	--disable-xindy						\
%endif
	--with-system-freetype2					\
	--with-freetype2-includes=%{_includedir}/freetype2	\
%if %{_texmf_with_system_dialog}
	--disable-dialog					\
%else
	--enable-dialog						\
%endif
%if %{_texmf_with_system_psutils}
	--disable-psutils					\
%else
	--enable-psutils					\
%endif
	--with-system-gd					\
%if %{_texmf_with_system_lcdf}
	--disable-lcdf-typetools				\
%endif
%if %{_texmf_with_system_icu}
	--with-system-icu					\
%endif
	--with-system-png					\
%if %{_texmf_with_system_t1lib}
	--with-system-t1lib					\
	--disable-t1utils					\
%endif
%if %{_texmf_with_system_teckit}
	--disable-teckit					\
	--with-teckit-includes=%{_includedir}/teckit		\
%endif
%if %{_texmf_with_system_tex4ht}
	--disable-tex4htk					\
%endif
%if %{_texmf_with_system_poppler}
	--with-system-xpdf					\
%else
	--without-system-xpdf					\
%endif
	--enable-static						\
	--with-system-zziplib
%make
popd

%if %{_texmf_enable_asymptote}
mkdir asympote
pushd asympote
CONFIGURE_TOP=../utils/asymptote
%configure2_5x							\
	--enable-gc=system					\
	--enable-texlive-build					\
	--datadir=%{_texmfdir}
%make
popd
%endif

#-----------------------------------------------------------------------
%install
pushd texlive
%makeinstall_std
popd

%if %{_texmf_enable_asymptote}
pushd asymptote
%makeinstall_std
popd
%endif

mkdir -p %{buildroot}%{_datadir}
for dir in texmf texmf-dist; do
    if [ -d %{buildroot}%{_prefix}/$dir ]; then
	rm -fr %{buildroot}%{_datadir}/$dir
	mv %{buildroot}%{_prefix}/$dir %{buildroot}%{_datadir}
    fi
done

mkdir -p %{buildroot}%{_texmfvardir}
mkdir -p %{buildroot}%{_texmfconfdir}

%if %{_texmf_with_system_lcdf}
# stray directory left
rm -fr %{buildroot}%{_datadir}/lcdf-typetools-for-tex-live
%else
# openmpi has a program with the same name
if [ -f %{buildroot}%{_bindir}/otfinfo ]; then
    mv -f %{buildroot}%{_bindir}/otfinfo{,-texlive}
fi
%endif

pushd %{buildroot}%{_bindir}
    # missing symbolic links
    ln -sf aleph lamed
    ln -sf euptex uplatex
    ln -sf luatex dvilualatex
    ln -sf luatex lualatex
    ln -sf luatex dviluatex
    ln -sf pdftex amstex
    ln -sf pdftex cslatex
    ln -sf pdftex csplain
    ln -sf pdftex eplain
    ln -sf pdftex etex
    ln -sf pdftex jadetex
    ln -sf pdftex latex
    ln -sf pdftex mex
    ln -sf pdftex mltex
    ln -sf pdftex mllatex
    ln -sf pdftex pdfcslatex
    ln -sf pdftex pdfcsplain
    ln -sf pdftex pdfetex
    ln -sf pdftex pdfjadetex
    ln -sf pdftex pdflatex
    ln -sf pdftex pdfmex
    ln -sf pdftex pdfxmltex
    ln -sf pdftex utf8mex
    ln -sf pdftex texsis
    ln -sf pdftex xmltex
    ln -sf ptex platex
    ln -sf mpost mfplain
    ln -sf xetex xelatex
%if %{_texmf_enable_asymptote}
    ln -sf %{_texmfdir}/asymptote/GUI/xasy.py xasy
%endif

    # use scripts from noarch packages
    rm -f a5toa4 adhocfilelist allcm allneeded arara chkweb context	\
	  ctxtools dtxgen dvi2fax dvired fmtutil fmtutil-sys fontinst	\
	  kanji-config-updmap kanji-config-updmap-sys			\
	  kanji-fontmap-creator kpsewhere latexpand ltxfileinfo		\
	  lua2dox_filter luaotfload-tool luatools mtxrun		\
	  multibibliography pfarrei ps2frag pslatex pstopdf ptex2pdf	\
	  rlxtools rubibtex rumakeindex texconfig texconfig-dialog	\
	  texconfig-sys texexec tpic2pdftex

    # use symlinks from noarch packages
    rm -f a2ping afm2afm allec arlatex authorindex autoinst bibexport	\
	  bundledoc cachepic checkcites cmap2enc convbkmk ctanify	\
	  ctanupload de-macro deweb dviasm dvipdft dosepsbin ebong	\
	  e2pall epspdf epspdftk epstopdf exceltex fig4latex findhyph	\
	  font2afm fragmaster ht htcontext htlatex htmex httex httexi	\
	  htxelatex htxetex installfont-tl latex2man latexdiff		\
	  latexdiff-vc latexfileversion latexmk latexrevise listbib	\
	  listings-ext.sh m-tx makeglossaries match_parens mathspic	\
	  mf2pt1 mk4ht mkgrkindex mkjobtexmf mkluatexfontdb mkt1font	\
	  mptopdf musixflx musixtex ot2kpx pdf180 pdf270 pdf90		\
	  pdfannotextractor pdfatfi pdfbook pdfcrop pdfflip pdfjam	\
	  pdfjam-pocketmod pdfjam-slides3up pdfjam-slides6up pdfjoin	\
	  pdfnup pdfpun pdfthumb pedigree perltex pfm2kpx pkfix		\
	  pkfix-helper ppower4 ps2eps ps4pdf pst2pdf pmx2pdf purifyeps	\
	  repstopdf rpdfcrop rungs showglyphs simpdftex splitindex	\
	  sty2dtx svn-multi texcount texdef texdiff texdirflatten	\
	  texdoc texdoctk texlinks texliveonfly texloganalyser		\
	  texmfstart thumbpdf tlmgr typeoutfileinfo ulqda updmap	\
	  updmap-setup-kanji updmap-sys urlbst vpe vpl2ovp vpl2vpl
popd

# use texmf data
rm -fr %{buildroot}%{_texmfdir} %{buildroot}%{_texmfdistdir}

# install manual pages and info files from noarch packages
rm -fr %{buildroot}%{_mandir} %{buildroot}%{_infodir}

%if %{enable_shared}
    rm %{buildroot}%{_libdir}/{libkpathsea,libptexenc}.a
%else
    # do not generate dynamic libraries and do not install static ones
    rm -fr %{buildroot}%{_libdir}
    rm -fr %{buildroot}%{_includedir}
%endif

%changelog

* Sun Mar 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131212-13
- (cf08d3a) Bump release for new poppler



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24191 |14mu|texlive-2up-20111103-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18310
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-2up
Version:	20111103
Release:	5
Summary:	TeXLive 2up package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/2up.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/2up.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive 2up package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/2up/2up.sty
%{_texmfdistdir}/tex/generic/2up/2up.tex
%doc %{_texmfdistdir}/doc/generic/2up/2up-doc.pdf
%doc %{_texmfdistdir}/doc/generic/2up/2up-doc.tex
%doc %{_texmfdistdir}/doc/generic/2up/Changes
%doc %{_texmfdistdir}/doc/generic/2up/Makefile
%doc %{_texmfdistdir}/doc/generic/2up/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-5
+ Revision: a566940
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24192 |14mu|texlive-a0poster-1.22b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/a0poster
# catalog-date 2006-11-28 22:38:04 +0100
# catalog-license lppl
# catalog-version 1.22b
Name:		texlive-a0poster
Version:	1.22b
Release:	4
Summary:	Support for designing posters on large paper
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/a0poster
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a0poster.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a0poster.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides fonts in sizes of 12pt up to 107pt and also makes sure
that in math formulas the symbols appear in the right size. Can
also create a PostScript header file for dvips which ensures
that the poster will be printed in the right size. Supported
sizes are DIN A0, DIN A1, DIN A2 and DIN A3.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/a0poster/a0poster.cls
%{_texmfdistdir}/tex/latex/a0poster/a0size.sty
%doc %{_texmfdistdir}/doc/latex/a0poster/a0.pdf
%doc %{_texmfdistdir}/doc/latex/a0poster/a0.tex
%doc %{_texmfdistdir}/doc/latex/a0poster/a0_eng.pdf
%doc %{_texmfdistdir}/doc/latex/a0poster/a0_eng.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.22b-4
+ Revision: c1cda47
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24193 |14mu|texlive-a4wide-20110105-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20943
# category Package
# catalog-ctan /macros/latex/contrib/a4wide
# catalog-date 2011-01-05 08:46:38 +0100
# catalog-license lppl1
# catalog-version undef
Name:		texlive-a4wide
Version:	20110105
Release:	4
Summary:	"Wide" a4 layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/a4wide
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a4wide.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a4wide.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package increases the width of the typeset area of an a4
page. This sort of operation is capable of producing
typographically poor results; the operation itself is better
provided by the geometry package. The package uses the a4
package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/a4wide/a4wide.sty
%doc %{_texmfdistdir}/doc/latex/a4wide/a4wide.pdf
%doc %{_texmfdistdir}/doc/latex/a4wide/a4wide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110105-4
+ Revision: 2d0225c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24194 |14mu|texlive-a5comb-4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17020
# category Package
# catalog-ctan /macros/latex/contrib/a5comb
# catalog-date 2010-02-23 16:03:07 +0100
# catalog-license pd
# catalog-version 4
Name:		texlive-a5comb
Version:	4
Release:	4
Summary:	Support for a5 paper sizes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/a5comb
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a5comb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/a5comb.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Superceded by geometry.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/a5comb/a5comb.sty
%doc %{_texmfdistdir}/doc/latex/a5comb/a5comb.pdf
%doc %{_texmfdistdir}/doc/latex/a5comb/a5comb.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4-4
+ Revision: e2cc5a8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24195 |14mu|texlive-aastex-5.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/aastex
# catalog-date 2007-01-26 22:11:52 +0100
# catalog-license lppl
# catalog-version 5.2
Name:		texlive-aastex
Version:	5.2
Release:	4
Summary:	Macros for Manuscript Preparation for AAS Journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/aastex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aastex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aastex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides a document class for preparing papers for
American Astronomical Society publications. Authors who wish to
submit papers to AAS journals are strongly urged to use this
class in preference to any of the alternatives available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/aastex/aastex.cls
%{_texmfdistdir}/tex/latex/aastex/aastex.sty
%doc %{_texmfdistdir}/doc/latex/aastex/README
%doc %{_texmfdistdir}/doc/latex/aastex/aasclass.tex
%doc %{_texmfdistdir}/doc/latex/aastex/aasguide.pdf
%doc %{_texmfdistdir}/doc/latex/aastex/aasguide.tex
%doc %{_texmfdistdir}/doc/latex/aastex/aassymbols.pdf
%doc %{_texmfdistdir}/doc/latex/aastex/aassymbols.tex
%doc %{_texmfdistdir}/doc/latex/aastex/datafile1.txt
%doc %{_texmfdistdir}/doc/latex/aastex/f1.eps
%doc %{_texmfdistdir}/doc/latex/aastex/f2.eps
%doc %{_texmfdistdir}/doc/latex/aastex/f2_color.eps
%doc %{_texmfdistdir}/doc/latex/aastex/f3.eps
%doc %{_texmfdistdir}/doc/latex/aastex/sample.tex
%doc %{_texmfdistdir}/doc/latex/aastex/table.tex
%doc %{_texmfdistdir}/doc/latex/aastex/video3.mpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.2-4
+ Revision: 6bfe347
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24196 |14mu|texlive-abc-20080308-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/abc
# catalog-date 2008-03-08 20:47:21 +0100
# catalog-license lppl
# catalog-version .0
Name:		texlive-abc
Version:	20080308
Release:	4
Summary:	Support ABC music notation in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/abc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The abc package lets you include lines of music written in the
ABC Plus language. The package will then employ the \write18
facility to convert your notation to PostScript (using the
established utility abcm2ps) and hence to the format needed for
inclusion in your document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/abc/abc.sty
%{_texmfdistdir}/tex/latex/abc/mup.sty
%doc %{_texmfdistdir}/doc/latex/abc/README
%doc %{_texmfdistdir}/doc/latex/abc/abc.pdf
%doc %{_texmfdistdir}/doc/latex/abc/example.tex
%doc %{_texmfdistdir}/doc/latex/abc/mupexa.tex
%doc %{_texmfdistdir}/doc/latex/abc/poll.abc
%doc %{_texmfdistdir}/doc/latex/abc/simple.mup
#- source
%doc %{_texmfdistdir}/source/latex/abc/abc.dtx
%doc %{_texmfdistdir}/source/latex/abc/abc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080308-4
+ Revision: 79d7e98
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24197 |14mu|texlive-abntex2-1.9.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32794
# category Package
# catalog-ctan /macros/latex/contrib/abntex2
# catalog-date 2014-01-26 14:22:53 +0100
# catalog-license lppl1.3
# catalog-version 1.9.2
Name:		texlive-abntex2
Version:	1.9.2
Release:	3
Summary:	Typeset technical and scientific Brazilian documents based on ABNT rules
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/abntex2
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abntex2.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abntex2.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides support for writing technical and
scientific Brazilian documents (like academic thesis, articles,
reports, research project and others) based on ABNT rules
(Associacao Brasileira de Normas Tecnicas). It replaces the old
abntex.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/abntex2/abntex2-options.bib
%{_texmfdistdir}/bibtex/bst/abntex2/abntex2-alf.bst
%{_texmfdistdir}/bibtex/bst/abntex2/abntex2-num.bst
%{_texmfdistdir}/tex/latex/abntex2/abntex2.cls
%{_texmfdistdir}/tex/latex/abntex2/abntex2abrev.sty
%{_texmfdistdir}/tex/latex/abntex2/abntex2cite.sty
%doc %{_texmfdistdir}/doc/latex/abntex2/README
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2-doc-abnt-10520.bib
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2-doc-abnt-6023.bib
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2-doc-options.bib
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2-doc-test.bib
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2-doc.bib
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2cite-alf.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2cite-alf.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2cite.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/abntex2cite.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-artigo.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-artigo.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-glossarios.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-glossarios.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-img-grafico.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-img-marca.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-include-comandos.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-livro-bandeirinha.jpg
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-livro-pintassilgo.jpg
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-livro-saira-amarela.jpg
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-livro.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-livro.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-projeto-pesquisa.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-projeto-pesquisa.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-references.bib
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-relatorio-tecnico.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-relatorio-tecnico.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-slides.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-slides.tex
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-trabalho-academico.pdf
%doc %{_texmfdistdir}/doc/latex/abntex2/examples/abntex2-modelo-trabalho-academico.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.9.2-3
+ Revision: 844e405
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24198 |14mu|texlive-abraces-1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27880
# category Package
# catalog-ctan /macros/latex/contrib/abraces
# catalog-date 2012-09-06 08:51:08 +0200
# catalog-license lppl
# catalog-version 1.-
Name:		texlive-abraces
Version:	1
Release:	8
Summary:	Asymmetric over-/underbraces in maths
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/abraces
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abraces.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abraces.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a character key-driven interface to
supplement new constructions of the traditional \overbrace and
\underbrace pairs in an asymmetric or arbitrary way.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/abraces/abraces.sty
%doc %{_texmfdistdir}/doc/latex/abraces/abraces-doc.pdf
%doc %{_texmfdistdir}/doc/latex/abraces/abraces-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1-8
+ Revision: a144267
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24199 |14mu|texlive-abstract-1.2a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/abstract
# catalog-date 2009-09-02 11:33:10 +0200
# catalog-license lppl
# catalog-version 1.2a
Name:		texlive-abstract
Version:	1.2a
Release:	4
Summary:	Control the typesetting of the abstract environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/abstract
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abstract.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abstract.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/abstract.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The abstract package gives you control over the typesetting of
the abstract environment, and in particular provides for a one
column abstract in a two column paper.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/abstract/abstract.sty
%doc %{_texmfdistdir}/doc/latex/abstract/README
%doc %{_texmfdistdir}/doc/latex/abstract/abstract.pdf
#- source
%doc %{_texmfdistdir}/source/latex/abstract/abstract.dtx
%doc %{_texmfdistdir}/source/latex/abstract/abstract.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2a-4
+ Revision: 7c5efb6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24200 |14mu|texlive-accfonts-0.25-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18835
# category Package
# catalog-ctan /fonts/utilities/accfonts
# catalog-date 2009-04-10 11:27:58 +0200
# catalog-license gpl
# catalog-version 0.25
Name:		texlive-accfonts
Version:	0.25
Release:	4
Summary:	Utilities to derive new fonts from existing ones
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/utilities/accfonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/accfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/accfonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-accfonts.bin = %{EVRD}

%description
The accfonts package contains three utilities to permit easy
manipulation of fonts, in particular the creation of unusual
accented characters. Mkt1font works on Adobe Type 1 fonts,
vpl2vpl works on TeX virtual fonts and vpl2ovp transforms a TeX
font to an Omega one. All three programs read in a font (either
the font itself or a property list), together with a simple
definition file containing lines such as '128 z acute'; they
then write out a new version of the font with the requested new
characters in the numerical slots specified. Great care is
taken over the positioning of accents, and over the provision
of kerning information for new characters; mkt1font also
generates suitable "hints" to enhance quality at small sizes or
poor resolutions. The programs are written in Perl.


#-----------------------------------------------------------------------
%files
%{_bindir}/mkt1font
%{_bindir}/vpl2ovp
%{_bindir}/vpl2vpl
%{_texmfdistdir}/scripts/accfonts/mkt1font
%{_texmfdistdir}/scripts/accfonts/vpl2ovp
%{_texmfdistdir}/scripts/accfonts/vpl2vpl
%{_texmfdistdir}/tex/latex/accfonts/CSX.def
%{_texmfdistdir}/tex/latex/accfonts/ISO-Latin1.def
%{_texmfdistdir}/tex/latex/accfonts/ISO-Latin2.def
%{_texmfdistdir}/tex/latex/accfonts/IndUni_Omega.def
%{_texmfdistdir}/tex/latex/accfonts/Norman.def
%doc %{_texmfdistdir}/doc/fonts/accfonts/CHANGES
%doc %{_texmfdistdir}/doc/fonts/accfonts/COPYING
%doc %{_texmfdistdir}/doc/fonts/accfonts/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/accfonts/mkt1font mkt1font
    ln -sf %{_texmfdistdir}/scripts/accfonts/vpl2ovp vpl2ovp
    ln -sf %{_texmfdistdir}/scripts/accfonts/vpl2vpl vpl2vpl
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.25-4
+ Revision: ea17ed3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24201 |14mu|texlive-achemso-3.8e-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32619
# category Package
# catalog-ctan /macros/latex/contrib/achemso
# catalog-date 2014-01-09 12:45:18 +0100
# catalog-license lppl1.3
# catalog-version 3.8e
Name:		texlive-achemso
Version:	3.8e
Release:	3
Summary:	Support for American Chemical Society journal submissions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/achemso
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/achemso.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/achemso.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/achemso.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides the official macros (achemso.cls) and
BibTeX styles (achemso.bst and biochem.bst) for submission to
the journals of the American Chemical Society. The natmove
package, which moves citations relative to punctuation, is
distributed as part of the bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/achemso/achemso.bst
%{_texmfdistdir}/bibtex/bst/achemso/biochem.bst
%{_texmfdistdir}/tex/latex/achemso/achemso.cls
%{_texmfdistdir}/tex/latex/achemso/achemso.sty
%{_texmfdistdir}/tex/latex/achemso/config/aamick.cfg
%{_texmfdistdir}/tex/latex/achemso/config/acbcct.cfg
%{_texmfdistdir}/tex/latex/achemso/config/accacs.cfg
%{_texmfdistdir}/tex/latex/achemso/config/achre4.cfg
%{_texmfdistdir}/tex/latex/achemso/config/acncdm.cfg
%{_texmfdistdir}/tex/latex/achemso/config/acsccc.cfg
%{_texmfdistdir}/tex/latex/achemso/config/amclct.cfg
%{_texmfdistdir}/tex/latex/achemso/config/amlccd.cfg
%{_texmfdistdir}/tex/latex/achemso/config/ancac3.cfg
%{_texmfdistdir}/tex/latex/achemso/config/ancham.cfg
%{_texmfdistdir}/tex/latex/achemso/config/apchd5.cfg
%{_texmfdistdir}/tex/latex/achemso/config/asbcd6.cfg
%{_texmfdistdir}/tex/latex/achemso/config/ascecg.cfg
%{_texmfdistdir}/tex/latex/achemso/config/bcches.cfg
%{_texmfdistdir}/tex/latex/achemso/config/bichaw.cfg
%{_texmfdistdir}/tex/latex/achemso/config/bipret.cfg
%{_texmfdistdir}/tex/latex/achemso/config/bomaf6.cfg
%{_texmfdistdir}/tex/latex/achemso/config/cgdefu.cfg
%{_texmfdistdir}/tex/latex/achemso/config/chreay.cfg
%{_texmfdistdir}/tex/latex/achemso/config/cmatex.cfg
%{_texmfdistdir}/tex/latex/achemso/config/crtoec.cfg
%{_texmfdistdir}/tex/latex/achemso/config/enfuem.cfg
%{_texmfdistdir}/tex/latex/achemso/config/esthag.cfg
%{_texmfdistdir}/tex/latex/achemso/config/estlcu.cfg
%{_texmfdistdir}/tex/latex/achemso/config/iecred.cfg
%{_texmfdistdir}/tex/latex/achemso/config/inoraj.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jacsat.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jafcau.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jceaax.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jceda8.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jcisd8.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jctcce.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jmcmar.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jnprdf.cfg
%{_texmfdistdir}/tex/latex/achemso/config/joceah.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jpcafh.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jpcbfk.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jpccck.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jpclcd.cfg
%{_texmfdistdir}/tex/latex/achemso/config/jprobs.cfg
%{_texmfdistdir}/tex/latex/achemso/config/langd5.cfg
%{_texmfdistdir}/tex/latex/achemso/config/mamobx.cfg
%{_texmfdistdir}/tex/latex/achemso/config/mpohbp.cfg
%{_texmfdistdir}/tex/latex/achemso/config/nalefd.cfg
%{_texmfdistdir}/tex/latex/achemso/config/oprdfk.cfg
%{_texmfdistdir}/tex/latex/achemso/config/orgnd7.cfg
%{_texmfdistdir}/tex/latex/achemso/config/orlef7.cfg
%{_texmfdistdir}/tex/latex/achemso/natmove.sty
%doc %{_texmfdistdir}/doc/latex/achemso/README
%doc %{_texmfdistdir}/doc/latex/achemso/achemso-demo.bib
%doc %{_texmfdistdir}/doc/latex/achemso/achemso-demo.pdf
%doc %{_texmfdistdir}/doc/latex/achemso/achemso-demo.tex
%doc %{_texmfdistdir}/doc/latex/achemso/achemso.pdf
#- source
%doc %{_texmfdistdir}/source/latex/achemso/achemso.dtx
%doc %{_texmfdistdir}/source/latex/achemso/achemso.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.8e-3
+ Revision: 21905a7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24202 |14mu|texlive-acmconf-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/acmconf
# catalog-date 2008-05-14 19:23:34 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-acmconf
Version:	1.3
Release:	4
Summary:	Class for ACM conference proceedings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/acmconf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acmconf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acmconf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acmconf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This class may be used to typeset articles to be published in
the proceedings of ACM (Association for Computing Machinery)
conferences and workshops. The layout produced by the acmconf
class is based on the ACM's own specification.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/acmconf/acmconf.cls
%doc %{_texmfdistdir}/doc/latex/acmconf/README
%doc %{_texmfdistdir}/doc/latex/acmconf/THIS-IS-VERSION-1.3
%doc %{_texmfdistdir}/doc/latex/acmconf/accept.tex
%doc %{_texmfdistdir}/doc/latex/acmconf/acmconf.pdf
%doc %{_texmfdistdir}/doc/latex/acmconf/body.eps
%doc %{_texmfdistdir}/doc/latex/acmconf/error.tex
%doc %{_texmfdistdir}/doc/latex/acmconf/prepare.tex
%doc %{_texmfdistdir}/doc/latex/acmconf/print.tex
%doc %{_texmfdistdir}/doc/latex/acmconf/pubform.bib
%doc %{_texmfdistdir}/doc/latex/acmconf/pubform.tex
%doc %{_texmfdistdir}/doc/latex/acmconf/publish.tex
%doc %{_texmfdistdir}/doc/latex/acmconf/submit.tex
#- source
%doc %{_texmfdistdir}/source/latex/acmconf/Makefile
%doc %{_texmfdistdir}/source/latex/acmconf/acmconf.dtx
%doc %{_texmfdistdir}/source/latex/acmconf/acmconf.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: 12b0526
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24203 |14mu|texlive-acro-0.3e-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27175
# category Package
# catalog-ctan /macros/latex/contrib/acro
# catalog-date 2012-07-24 16:08:54 +0200
# catalog-license lppl
# catalog-version 0.3e
Name:		texlive-acro
Version:	0.3e
Release:	3
Summary:	Typeset acronyms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/acro
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acro.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acro.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the author to create acronyms in a simple
way, and provides means to add them to different 'classes' of
acronyms. Lists can be created of separate acronym classes. The
package option 'single' instructs the package to ignore
acronyms that are used only once in the whole document. As an
experimental feature the package also offers the option 'sort'
which automatically sorts the list created by \printacronyms.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/acro/acro.sty
%doc %{_texmfdistdir}/doc/latex/acro/README
%doc %{_texmfdistdir}/doc/latex/acro/acro_en.pdf
%doc %{_texmfdistdir}/doc/latex/acro/acro_en.tex
%doc %{_texmfdistdir}/doc/latex/acro/example_one.tex
%doc %{_texmfdistdir}/doc/latex/acro/example_two.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3e-3
+ Revision: ade0a60
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24204 |14mu|texlive-acronym-1.36-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19660
# category Package
# catalog-ctan /macros/latex/contrib/acronym
# catalog-date 2010-09-10 01:16:09 +0200
# catalog-license lppl
# catalog-version 1.36
Name:		texlive-acronym
Version:	1.36
Release:	4
Summary:	Expand acronyms at least once
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/acronym
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acronym.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acronym.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acronym.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package ensures that all acronyms used in the text are
spelled out in full at least once. It also provides an
environment to build a list of acronyms used. The package is
compatible with pdf bookmarks. The package requires the suffix
package, which in turn requires that it runs under e-TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/acronym/acronym.sty
%doc %{_texmfdistdir}/doc/latex/acronym/README
%doc %{_texmfdistdir}/doc/latex/acronym/acronym.pdf
%doc %{_texmfdistdir}/doc/latex/acronym/acrotest.tex
#- source
%doc %{_texmfdistdir}/source/latex/acronym/acronym.dtx
%doc %{_texmfdistdir}/source/latex/acronym/acronym.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.36-4
+ Revision: 1631d33
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24205 |14mu|texlive-acroterm-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20498
# category Package
# catalog-ctan /macros/latex/contrib/acroterm
# catalog-date 2010-11-19 20:33:28 +0100
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-acroterm
Version:	0.1
Release:	4
Summary:	Manage and index acronyms and terms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/acroterm
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acroterm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acroterm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/acroterm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Yet another package for acronyms: the package offers simple
markup of acronyms and technical terms in the text, giving an
index each of terms and acronyms with their expanded form.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/acroterm/acroterm.sty
%doc %{_texmfdistdir}/doc/latex/acroterm/README
%doc %{_texmfdistdir}/doc/latex/acroterm/acroterm.pdf
#- source
%doc %{_texmfdistdir}/source/latex/acroterm/acroterm.dtx
%doc %{_texmfdistdir}/source/latex/acroterm/acroterm.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: cf72544
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24206 |14mu|texlive-active-conf-0.3a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/conferences/active-conf
# catalog-date 2008-05-24 14:41:17 +0200
# catalog-license lppl
# catalog-version 0.3a
Name:		texlive-active-conf
Version:	0.3a
Release:	4
Summary:	Class for typesetting ACTIVE conference papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/conferences/active-conf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/active-conf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/active-conf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/active-conf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Active-conf is a class for typesetting papers for the Active
conference on noise and vibration control. It is initially
intended for the 2006 conference in Adelaide, Australia. The
class is based on article with more flexible front-matter, and
can be customised for conferences in future years with a header
file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/active-conf/active-conf.cls
%doc %{_texmfdistdir}/doc/latex/active-conf/README
%doc %{_texmfdistdir}/doc/latex/active-conf/active-conf.pdf
%doc %{_texmfdistdir}/doc/latex/active-conf/example/active-example.ltx
%doc %{_texmfdistdir}/doc/latex/active-conf/example/active-header-2006.tex
%doc %{_texmfdistdir}/doc/latex/active-conf/example/header-logo-2006.eps
%doc %{_texmfdistdir}/doc/latex/active-conf/example/header-logo-2006.pdf
#- source
%doc %{_texmfdistdir}/source/latex/active-conf/active-conf.dtx
%doc %{_texmfdistdir}/source/latex/active-conf/active-conf.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3a-4
+ Revision: 84c4c73
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24207 |14mu|texlive-actuarialangle-20121016-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28004
# category Package
# catalog-ctan /macros/latex/contrib/actuarialangle
# catalog-date 2012-10-16 11:23:03 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-actuarialangle
Version:	20121016
Release:	8
Summary:	Symbol for use in "present value" statements of an annuity
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/actuarialangle
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/actuarialangle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/actuarialangle.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a single command \actuarialangle to typeset
"angles" in the 'present value of an annuity' symbols common in
actuarial and financial notation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/actuarialangle/actuarialangle.sty
%doc %{_texmfdistdir}/doc/latex/actuarialangle/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20121016-8
+ Revision: 22021cc
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24208 |14mu|texlive-addlines-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/addlines
# catalog-date 2009-04-24 13:36:42 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-addlines
Version:	0.2
Release:	4
Summary:	A user-friendly wrapper around \enlargethispage
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/addlines
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/addlines.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/addlines.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/addlines.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This small package provides the command \addlines for adding or
removing space in the textblock of the page it's used on. E.g.,
adding an extra line of text to the page so that a section fits
better on the next page. It will also add space to the facing
page in a two-sided document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/addlines/addlines.sty
%doc %{_texmfdistdir}/doc/latex/addlines/README
%doc %{_texmfdistdir}/doc/latex/addlines/addlines-example.ltx
%doc %{_texmfdistdir}/doc/latex/addlines/addlines.pdf
#- source
%doc %{_texmfdistdir}/source/latex/addlines/addlines.dtx
%doc %{_texmfdistdir}/source/latex/addlines/addlines.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: ac663a9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24209 |14mu|texlive-adfathesis-2.42-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26048
# category Package
# catalog-ctan /macros/latex/contrib/adfathesis
# catalog-date 2011-11-23 23:58:18 +0100
# catalog-license pd
# catalog-version 2.42
Name:		texlive-adfathesis
Version:	2.42
Release:	4
Summary:	Australian Defence Force Academy thesis format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/adfathesis
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adfathesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adfathesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adfathesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle includes a BibTeX style file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/adfathesis/adfathesis.bst
%{_texmfdistdir}/tex/latex/adfathesis/adfathesis.cls
%doc %{_texmfdistdir}/doc/latex/adfathesis/README
%doc %{_texmfdistdir}/doc/latex/adfathesis/adfathesis.pdf
%doc %{_texmfdistdir}/doc/latex/adfathesis/template.tex
#- source
%doc %{_texmfdistdir}/source/latex/adfathesis/adfathesis.dtx
%doc %{_texmfdistdir}/source/latex/adfathesis/adfathesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.42-4
+ Revision: 8a3d598
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24210 |14mu|texlive-adjmulticol-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28936
# category Package
# catalog-ctan /macros/latex/contrib/adjmulticol
# catalog-date 2013-01-24 12:03:40 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-adjmulticol
Version:	1.1
Release:	7
Summary:	Adjusting margins for multicolumn and single column output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/adjmulticol
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adjmulticol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adjmulticol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adjmulticol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
package extends the multicol package with the option to change
the margins for multicolumn and unicolumn layout. The package
understands the difference between the even and odd margins for
two side printing.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/adjmulticol/adjmulticol.sty
%doc %{_texmfdistdir}/doc/latex/adjmulticol/Makefile
%doc %{_texmfdistdir}/doc/latex/adjmulticol/README
%doc %{_texmfdistdir}/doc/latex/adjmulticol/adjmulticol.bib
%doc %{_texmfdistdir}/doc/latex/adjmulticol/adjmulticol.pdf
%doc %{_texmfdistdir}/doc/latex/adjmulticol/sample.pdf
%doc %{_texmfdistdir}/doc/latex/adjmulticol/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/adjmulticol/adjmulticol.dtx
%doc %{_texmfdistdir}/source/latex/adjmulticol/adjmulticol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: d95c45e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24211 |14mu|texlive-adjustbox-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26555
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-adjustbox
Epoch:		1
Version:	20131013
Release:	7
Summary:	TeXLive adjustbox package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adjustbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adjustbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adjustbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive adjustbox package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/adjustbox/adjcalc.sty
%{_texmfdistdir}/tex/latex/adjustbox/adjustbox.sty
%{_texmfdistdir}/tex/latex/adjustbox/tc-dvips.def
%{_texmfdistdir}/tex/latex/adjustbox/tc-pdftex.def
%{_texmfdistdir}/tex/latex/adjustbox/tc-pgf.def
%{_texmfdistdir}/tex/latex/adjustbox/tc-xetex.def
%{_texmfdistdir}/tex/latex/adjustbox/trimclip.sty
%doc %{_texmfdistdir}/doc/latex/adjustbox/README
%doc %{_texmfdistdir}/doc/latex/adjustbox/adjcalc.pdf
%doc %{_texmfdistdir}/doc/latex/adjustbox/adjustbox.pdf
%doc %{_texmfdistdir}/doc/latex/adjustbox/trimclip.pdf
#- source
%doc %{_texmfdistdir}/source/latex/adjustbox/adjcalc.dtx
%doc %{_texmfdistdir}/source/latex/adjustbox/adjustbox.dtx
%doc %{_texmfdistdir}/source/latex/adjustbox/adjustbox.ins
%doc %{_texmfdistdir}/source/latex/adjustbox/trimclip.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:20131013-7
+ Revision: 8ec9ffd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24212 |14mu|texlive-adobemapping-20120508-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26261
# category Package
# catalog-ctan /support/adobemapping
# catalog-date 2012-05-08 12:38:17 +0200
# catalog-license bsd
# catalog-version undef
Name:		texlive-adobemapping
Version:	20120508
Release:	3
Summary:	Adobe cmap and pdfmapping files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/adobemapping
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adobemapping.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package comprises the collection of CMap and PDF mapping
files now made available for distribution by Adobe systems
incorporated.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/cmap/adobemapping/LICENSE
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/90ms-RKSJ-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/90pv-RKSJ-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/90pv-RKSJ-UCS2C
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-B5pc
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-ETen-B5
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-CID
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-Host
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-Mac
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-GBK-EUC
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-GBpc-EUC
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-CID
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-Host
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-Mac
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-90ms-RKSJ
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-90pv-RKSJ
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-CID
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-Host
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-Mac
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-PS-H
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-PS-V
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-CID
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-Host
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-Mac
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-KSCms-UHC
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-KSCpc-EUC
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/B5pc-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/B5pc-UCS2C
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/ETen-B5-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/GBK-EUC-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/GBpc-EUC-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/GBpc-EUC-UCS2C
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/KSCms-UHC-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/KSCpc-EUC-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/KSCpc-EUC-UCS2C
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-90ms-RKSJ
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-90pv-RKSJ
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-B5pc
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-ETen-B5
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-GBK-EUC
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-GBpc-EUC
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-KSCms-UHC
%{_texmfdistdir}/fonts/cmap/adobemapping/MappingOther/UCS2-KSCpc-EUC
%{_texmfdistdir}/fonts/cmap/adobemapping/README
%{_texmfdistdir}/fonts/cmap/adobemapping/ToUnicode/Adobe-CNS1-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/ToUnicode/Adobe-GB1-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/ToUnicode/Adobe-Japan1-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/ToUnicode/Adobe-Korea1-UCS2
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-0
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-1
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-2
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-3
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-4
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-5
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-6
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/B5pc-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/B5pc-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/CNS-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/CNS-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/CNS1-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/CNS1-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/CNS2-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/CNS2-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/ETHK-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/ETHK-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/ETen-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/ETen-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/ETenms-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/ETenms-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKdla-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKdla-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKdlb-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKdlb-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKgccs-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKgccs-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKm314-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKm314-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKm471-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKm471-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKscs-B5-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/HKscs-B5-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UCS2-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UCS2-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF16-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF16-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF32-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF32-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF8-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF8-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ac16/cid2code.txt
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-0
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-1
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-2
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-3
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-4
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-5
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GB-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GB-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GB-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GB-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBK-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBK-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBK2K-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBK2K-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBKp-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBKp-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBT-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBT-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBT-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBT-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBTpc-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBTpc-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBpc-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/GBpc-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UCS2-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UCS2-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF16-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF16-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF32-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF32-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF8-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF8-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ag15/cid2code.txt
%{_texmfdistdir}/fonts/cmap/adobemapping/ai0/CMap/Identity-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ai0/CMap/Identity-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78-RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78ms-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/78ms-RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/83pv-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/90ms-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/90ms-RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/90msp-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/90msp-RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/90pv-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/90pv-RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Add-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Add-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Add-RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Add-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-0
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-1
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-2
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-3
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-4
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-5
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-6
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Ext-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Ext-RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Ext-RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Ext-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Hankaku
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Hiragana
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Katakana
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/NWP-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/NWP-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/RKSJ-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/RKSJ-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/Roman
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-HW-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-HW-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF16-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF16-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF32-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF32-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF8-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF8-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF16-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF16-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF32-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF32-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF8-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF8-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UCS2-HW-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UCS2-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UTF8-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJISX0213-UTF32-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJISX0213-UTF32-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJISX02132004-UTF32-H
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/UniJISX02132004-UTF32-V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/V
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/CMap/WP-Symbol
%{_texmfdistdir}/fonts/cmap/adobemapping/aj16/cid2code.txt
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-0
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-1
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-2
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSC-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSC-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSC-Johab-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSC-Johab-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-HW-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-HW-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSCpc-EUC-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/KSCpc-EUC-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UCS2-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UCS2-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF16-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF16-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF32-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF32-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF8-H
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF8-V
%{_texmfdistdir}/fonts/cmap/adobemapping/ak12/cid2code.txt
%{_texmfdistdir}/fonts/cmap/adobemapping/cmap-current-versions.txt
%{_texmfdistdir}/fonts/cmap/adobemapping/cmap-readme.txt
%{_texmfdistdir}/fonts/cmap/adobemapping/mapping-readme.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120508-3
+ Revision: 59d0f61
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24213 |14mu|texlive-adrconv-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17683
# category Package
# catalog-ctan /macros/latex/contrib/adrconv
# catalog-date 2010-04-05 11:11:18 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-adrconv
Version:	1.3
Release:	4
Summary:	BibTeX styles to implement an address database
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/adrconv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adrconv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adrconv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/adrconv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Adrconv is a collection of BibTeX style files to turn an
address database stored in the .bib format into files suitable
for printing as address books or included into letter classes
like akletter or scrletter2. Adrconv will sort the data either
by name or birthday and create output files in various formats
for address books or time planers.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/adrconv/adrbirthday.bst
%{_texmfdistdir}/bibtex/bst/adrconv/adrconv.bst
%{_texmfdistdir}/bibtex/bst/adrconv/adrfax.bst
%{_texmfdistdir}/tex/latex/adrconv/adrdir.cfg
%{_texmfdistdir}/tex/latex/adrconv/adrplaner.cfg
%{_texmfdistdir}/tex/latex/adrconv/adrsmall.cfg
%doc %{_texmfdistdir}/doc/latex/adrconv/2latex.vim
%doc %{_texmfdistdir}/doc/latex/adrconv/adrconv.tex
%doc %{_texmfdistdir}/doc/latex/adrconv/adrconv_pages08.pages/Contents/PkgInfo
%doc %{_texmfdistdir}/doc/latex/adrconv/adrconv_pages08.pages/QuickLook/Thumbnail.jpg
%doc %{_texmfdistdir}/doc/latex/adrconv/adrconv_pages08.pages/index.xml.gz
%doc %{_texmfdistdir}/doc/latex/adrconv/adrdir.tex
%doc %{_texmfdistdir}/doc/latex/adrconv/adrfax.tex
%doc %{_texmfdistdir}/doc/latex/adrconv/adrguide.pdf
%doc %{_texmfdistdir}/doc/latex/adrconv/adrguide.tex
%doc %{_texmfdistdir}/doc/latex/adrconv/adrmontage1.tex
%doc %{_texmfdistdir}/doc/latex/adrconv/adrmontage2.tex
%doc %{_texmfdistdir}/doc/latex/adrconv/birthday.tex
%doc %{_texmfdistdir}/doc/latex/adrconv/example.bib
#- source
%doc %{_texmfdistdir}/source/latex/adrconv/adrconv.dtx
%doc %{_texmfdistdir}/source/latex/adrconv/adrconv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: 53d9967
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24214 |14mu|texlive-advdate-20101122-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20538
# category Package
# catalog-ctan /macros/latex/contrib/advdate
# catalog-date 2010-11-22 09:08:01 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-advdate
Version:	20101122
Release:	4
Summary:	Print a date relative to "today"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/advdate
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/advdate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/advdate.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides macros which can add a specified number of days to the
current date (as specified in \today), to save, set and restore
the 'current date' and print it. Intended for use, for example,
in invoices payable within 14 days from today etc. Has only
been tested with Czech dates.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/advdate/advdate.sty
%doc %{_texmfdistdir}/doc/latex/advdate/advdate.pdf
%doc %{_texmfdistdir}/doc/latex/advdate/advdate.tex
%doc %{_texmfdistdir}/doc/latex/advdate/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101122-4
+ Revision: ee9fb35
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24215 |14mu|texlive-ae-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/ae
# catalog-date 2009-06-30 11:37:01 +0200
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-ae
Version:	1.4
Release:	4
Summary:	Virtual fonts for T1 encoded CMR-fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ae
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ae.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ae.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ae.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of virtual fonts which emulates T1 coded fonts using the
standard CM fonts. The package name, AE fonts, supposedly
stands for "Almost European". The main use of the package was
to produce PDF files using Adobe Type 1 versions of the CM
fonts instead of bitmapped EC fonts. Note that direct
substitutes for the bitmapped EC fonts are now available, via
the CM-super, Latin Modern and (in a restricted way) CM-LGC
font sets.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/ae/aeb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebx10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebx12.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebx5.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebx6.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebx7.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebx8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebx9.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aebxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aecsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aeitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer12.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer17.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer5.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer6.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer7.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aer9.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aesl10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aesl12.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aesl8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aesl9.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aesltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aess10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aess12.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aess17.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aess8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aess9.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aessbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aessdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aessi10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aessi12.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aessi17.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aessi8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aessi9.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aetcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aeti10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aeti12.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aeti7.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aeti8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aeti9.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aett10.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aett12.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aett8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/aett9.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/laess8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/laessb8.tfm
%{_texmfdistdir}/fonts/tfm/public/ae/laessi8.tfm
%{_texmfdistdir}/fonts/vf/public/ae/aeb10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebx10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebx12.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebx5.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebx6.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebx7.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebx8.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebx9.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebxsl10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aebxti10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aecsc10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aeitt10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer12.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer17.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer5.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer6.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer7.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer8.vf
%{_texmfdistdir}/fonts/vf/public/ae/aer9.vf
%{_texmfdistdir}/fonts/vf/public/ae/aesl10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aesl12.vf
%{_texmfdistdir}/fonts/vf/public/ae/aesl8.vf
%{_texmfdistdir}/fonts/vf/public/ae/aesl9.vf
%{_texmfdistdir}/fonts/vf/public/ae/aesltt10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aess10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aess12.vf
%{_texmfdistdir}/fonts/vf/public/ae/aess17.vf
%{_texmfdistdir}/fonts/vf/public/ae/aess8.vf
%{_texmfdistdir}/fonts/vf/public/ae/aess9.vf
%{_texmfdistdir}/fonts/vf/public/ae/aessbx10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aessdc10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aessi10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aessi12.vf
%{_texmfdistdir}/fonts/vf/public/ae/aessi17.vf
%{_texmfdistdir}/fonts/vf/public/ae/aessi8.vf
%{_texmfdistdir}/fonts/vf/public/ae/aessi9.vf
%{_texmfdistdir}/fonts/vf/public/ae/aetcsc10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aeti10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aeti12.vf
%{_texmfdistdir}/fonts/vf/public/ae/aeti7.vf
%{_texmfdistdir}/fonts/vf/public/ae/aeti8.vf
%{_texmfdistdir}/fonts/vf/public/ae/aeti9.vf
%{_texmfdistdir}/fonts/vf/public/ae/aett10.vf
%{_texmfdistdir}/fonts/vf/public/ae/aett12.vf
%{_texmfdistdir}/fonts/vf/public/ae/aett8.vf
%{_texmfdistdir}/fonts/vf/public/ae/aett9.vf
%{_texmfdistdir}/fonts/vf/public/ae/laess8.vf
%{_texmfdistdir}/fonts/vf/public/ae/laessb8.vf
%{_texmfdistdir}/fonts/vf/public/ae/laessi8.vf
%{_texmfdistdir}/tex/latex/ae/ae.sty
%{_texmfdistdir}/tex/latex/ae/aecompl.sty
%{_texmfdistdir}/tex/latex/ae/omlaer.fd
%{_texmfdistdir}/tex/latex/ae/omsaer.fd
%{_texmfdistdir}/tex/latex/ae/ot1aer.fd
%{_texmfdistdir}/tex/latex/ae/ot1aess.fd
%{_texmfdistdir}/tex/latex/ae/ot1aett.fd
%{_texmfdistdir}/tex/latex/ae/ot1laess.fd
%{_texmfdistdir}/tex/latex/ae/ot1laett.fd
%{_texmfdistdir}/tex/latex/ae/t1aer.fd
%{_texmfdistdir}/tex/latex/ae/t1aess.fd
%{_texmfdistdir}/tex/latex/ae/t1aett.fd
%{_texmfdistdir}/tex/latex/ae/t1laess.fd
%{_texmfdistdir}/tex/latex/ae/t1laett.fd
%doc %{_texmfdistdir}/doc/fonts/ae/COPYING
%doc %{_texmfdistdir}/doc/fonts/ae/MANIFEST
%doc %{_texmfdistdir}/doc/fonts/ae/README
#- source
%doc %{_texmfdistdir}/source/fonts/ae/aefonts.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aefonts.tex
%doc %{_texmfdistdir}/source/fonts/ae/aehax5.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aehaxit.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aehaxrm.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aehaxsc.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aehaxsl.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aehaxss.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aelatin.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aelatint.mtx
%doc %{_texmfdistdir}/source/fonts/ae/aesample.tex
%doc %{_texmfdistdir}/source/fonts/ae/aet1.etx
%doc %{_texmfdistdir}/source/fonts/ae/bxittest.tex
%doc %{_texmfdistdir}/source/fonts/ae/clean
%doc %{_texmfdistdir}/source/fonts/ae/germtest.tex
%doc %{_texmfdistdir}/source/fonts/ae/go
%doc %{_texmfdistdir}/source/fonts/ae/install
%doc %{_texmfdistdir}/source/fonts/ae/makepl
%doc %{_texmfdistdir}/source/fonts/ae/ot1tt.etx
%doc %{_texmfdistdir}/source/fonts/ae/slitest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: fba14e0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24216 |14mu|texlive-aeguill-20090430-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/aeguill
# catalog-date 2009-04-30 00:32:08 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-aeguill
Version:	20090430
Release:	4
Summary:	Add several kinds of guillemets to the ae fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/aeguill
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aeguill.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aeguill.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to add guillemets from several
source (Polish cmr, Cyrillic cmr, lasy and ec) to the ae fonts.
This was useful when the ae fonts were used to produce PDF
files, since the additional guillemets exist in fonts available
in Adobe Type 1 format.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/aeguill/aeguill.sty
%doc %{_texmfdistdir}/doc/latex/aeguill/README
%doc %{_texmfdistdir}/doc/latex/aeguill/guil-test1.pdf
%doc %{_texmfdistdir}/doc/latex/aeguill/guil-test1.tex
%doc %{_texmfdistdir}/doc/latex/aeguill/guil-test2.pdf
%doc %{_texmfdistdir}/doc/latex/aeguill/guil-test2.tex
%doc %{_texmfdistdir}/doc/latex/aeguill/license.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090430-4
+ Revision: f06540e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24217 |14mu|texlive-afm2pl-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29752
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-afm2pl
Version:	20131013
Release:	7
Summary:	TeXLive afm2pl package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/afm2pl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/afm2pl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-afm2pl.bin
%rename tetex-afm
%rename texlive-texmf-afm

%description
TeXLive afm2pl package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/afm2pl/afm2pl-ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/afm2pl/afm2pl-ot1ital.enc
%{_texmfdistdir}/fonts/enc/dvips/afm2pl/afm2pl-ot1tt.enc
%{_texmfdistdir}/fonts/enc/dvips/afm2pl/afm2pl-texnanlc.enc
%{_texmfdistdir}/fonts/enc/dvips/afm2pl/afm2pl-texnanuc.enc
%{_texmfdistdir}/fonts/lig/afm2pl/accents.lig
%{_texmfdistdir}/fonts/lig/afm2pl/bound.lig
%{_texmfdistdir}/fonts/lig/afm2pl/default.lig
%{_texmfdistdir}/fonts/lig/afm2pl/defpost.lig
%{_texmfdistdir}/fonts/lig/afm2pl/defpre.lig
%{_texmfdistdir}/fonts/lig/afm2pl/forge.lig
%{_texmfdistdir}/fonts/lig/afm2pl/ligtex.lig
%{_texmfdistdir}/tex/fontinst/afm2pl/README
%{_texmfdistdir}/tex/fontinst/afm2pl/ly1.etx
%{_texmfdistdir}/tex/fontinst/afm2pl/ly1c.etx
%{_texmfdistdir}/tex/fontinst/afm2pl/makesc8y.tex
%doc %{_mandir}/man1/afm2pl.1*
%doc %{_texmfdistdir}/doc/man/man1/afm2pl.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 2476a14
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24218 |14mu|texlive-afthesis-2.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/afthesis
# catalog-date 2008-11-01 22:12:33 +0100
# catalog-license pd
# catalog-version 2.7
Name:		texlive-afthesis
Version:	2.7
Release:	4
Summary:	Air Force Institute of Technology thesis class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/afthesis
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/afthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/afthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX thesis/dissertation class for US Air Force Institute Of
Technology.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/afthesis/thesnumb.bst
%{_texmfdistdir}/tex/latex/afthesis/afthes10.sty
%{_texmfdistdir}/tex/latex/afthesis/afthes11.sty
%{_texmfdistdir}/tex/latex/afthesis/afthes12.sty
%{_texmfdistdir}/tex/latex/afthesis/afthesis.cls
%{_texmfdistdir}/tex/latex/afthesis/afthesis.sty
%doc %{_texmfdistdir}/doc/latex/afthesis/README
%doc %{_texmfdistdir}/doc/latex/afthesis/thesnumb.doc
%doc %{_texmfdistdir}/doc/latex/afthesis/usethesis.pdf
%doc %{_texmfdistdir}/doc/latex/afthesis/usethesis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.7-4
+ Revision: d4e1c91
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24219 |14mu|texlive-aguplus-1.6b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17156
# category Package
# catalog-ctan /macros/latex/contrib/aguplus
# catalog-date 2010-02-24 21:28:09 +0100
# catalog-license lppl
# catalog-version 1.6b
Name:		texlive-aguplus
Version:	1.6b
Release:	4
Summary:	Styles for American Geophysical Union
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/aguplus
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aguplus.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aguplus.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle started as an extension to the AGU's own published
styles, providing extra facilities and improved usability. The
AGU now publishes satisfactory LaTeX materials of its own; the
author of aguplus recommends that users switch to using the
official distribution.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/aguplus/agu.bst
%{_texmfdistdir}/bibtex/bst/aguplus/agu04.bst
%{_texmfdistdir}/bibtex/bst/aguplus/agufull.bst
%{_texmfdistdir}/bibtex/bst/aguplus/agufull04.bst
%{_texmfdistdir}/tex/latex/aguplus/aguplus.cls
%{_texmfdistdir}/tex/latex/aguplus/aguplus.sty
%{_texmfdistdir}/tex/latex/aguplus/agupp.sty
%doc %{_texmfdistdir}/doc/latex/aguplus/README
%doc %{_texmfdistdir}/doc/latex/aguplus/README.aguplus
%doc %{_texmfdistdir}/doc/latex/aguplus/aguplus.pdf
%doc %{_texmfdistdir}/doc/latex/aguplus/aguplus.tex
%doc %{_texmfdistdir}/doc/latex/aguplus/changes.v16b
%doc %{_texmfdistdir}/doc/latex/aguplus/geophys.tex
%doc %{_texmfdistdir}/doc/latex/aguplus/sample.bib
%doc %{_texmfdistdir}/doc/latex/aguplus/samplus.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6b-4
+ Revision: 4329973
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24220 |14mu|texlive-aiaa-3.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/aiaa
# catalog-date 2006-09-12 13:40:13 +0200
# catalog-license lppl
# catalog-version 3.6
Name:		texlive-aiaa
Version:	3.6
Release:	4
Summary:	Typeset AIAA conference papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/aiaa
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aiaa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aiaa.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aiaa.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A bundle of LaTeX/BibTeX files and sample documents to aid
those producing papers and journal articles according to the
guidelines of the American Institute of Aeronautics and
Astronautics (AIAA).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/aiaa/aiaa.bst
%{_texmfdistdir}/tex/latex/aiaa/aiaa-tc.cls
%doc %{_texmfdistdir}/doc/latex/aiaa/README
%doc %{_texmfdistdir}/doc/latex/aiaa/aiaa.pdf
%doc %{_texmfdistdir}/doc/latex/aiaa/author_guide.pdf
%doc %{_texmfdistdir}/doc/latex/aiaa/author_guide.tex
%doc %{_texmfdistdir}/doc/latex/aiaa/bibtex_database.bib
%doc %{_texmfdistdir}/doc/latex/aiaa/figure_magnet.eps
%doc %{_texmfdistdir}/doc/latex/aiaa/figure_magnet.pdf
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/CHANGES
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/MANIFEST
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/README
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/aiaa.dtx
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/aiaa.ins
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/aiaa.pdf
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/aiaalgo.eps
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/paper/smpaiaa.ps
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/paper/smpaiaa.tex
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/paper/smpbtx.bib
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/paper/smpfig.eps
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/refs/tstbtx.bib
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/refs/tstref.tex
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/subfigs/smpfig.eps
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/subfigs/smpsubf.tex
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/talk/smpfig.eps
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/talk/smptalk.ps
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/talk/smptalk.sty
%doc %{_texmfdistdir}/doc/latex/aiaa/pre2004/demos/talk/smptalk.tex
%doc %{_texmfdistdir}/doc/latex/aiaa/template_advanced.pdf
%doc %{_texmfdistdir}/doc/latex/aiaa/template_advanced.tex
%doc %{_texmfdistdir}/doc/latex/aiaa/template_basic.pdf
%doc %{_texmfdistdir}/doc/latex/aiaa/template_basic.tex
#- source
%doc %{_texmfdistdir}/source/latex/aiaa/aiaa.dtx
%doc %{_texmfdistdir}/source/latex/aiaa/aiaa.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.6-4
+ Revision: e11fe73
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24221 |14mu|texlive-akletter-1.5i-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/akletter
# catalog-date 2009-01-23 15:11:09 +0100
# catalog-license lppl
# catalog-version 1.5i
Name:		texlive-akletter
Version:	1.5i
Release:	4
Summary:	Comprehensive letter support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/akletter
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/akletter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/akletter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An advanced letter document class which extends LaTeX's usual
letter class, providing support for building your own
letterhead and marking fold points for window envelopes.
Options supported by the package include: letterpaper for US
letter; a4offset for a modified A4 layout suitable for platic
binders that cover a part of the left margin. The class's
handling of dates has inspired an extended version of date-
handling in the isodate package. The class supersedes an
earlier class called myletter.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/akletter/akfax.cfg
%{_texmfdistdir}/tex/latex/akletter/akletter.cfg
%{_texmfdistdir}/tex/latex/akletter/akletter.cls
%{_texmfdistdir}/tex/latex/akletter/myletter.cls
%doc %{_texmfdistdir}/doc/latex/akletter/akletter.tex
%doc %{_texmfdistdir}/doc/latex/akletter/akletter.upl
%doc %{_texmfdistdir}/doc/latex/akletter/letterdoc.pdf
%doc %{_texmfdistdir}/doc/latex/akletter/letterdoc.tex
%doc %{_texmfdistdir}/doc/latex/akletter/lettereng.pdf
%doc %{_texmfdistdir}/doc/latex/akletter/lettereng.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5i-4
+ Revision: dcd9bd6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24222 |14mu|texlive-aleph-RC2-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category Package
# catalog-ctan /systems/aleph
# catalog-date 2012-12-31 10:35:50 +0100
# catalog-license gpl
# catalog-version RC2
Name:		texlive-aleph
Version:	RC2
Release:	13
Summary:	Extended TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/aleph
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aleph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aleph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-tetex
Requires:	texlive-latex
Requires:	texlive-plain
Requires:	texlive-lambda
Requires:	texlive-aleph.bin

%description
An development of omega, using most of the extensions of TeX
itself developed for e-TeX.


#-----------------------------------------------------------------------
%files
%_texmf_fmtutil_d/aleph
%doc %{_texmfdistdir}/doc/aleph/base/News
%doc %{_texmfdistdir}/doc/aleph/base/readme.txt
%doc %{_mandir}/man1/aleph.1*
%doc %{_texmfdistdir}/doc/man/man1/aleph.man1.pdf
%doc %{_mandir}/man1/lamed.1*
%doc %{_texmfdistdir}/doc/man/man1/lamed.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/aleph <<EOF
#
# from aleph:
aleph aleph - *aleph.ini
lamed aleph language.dat *lambda.ini
EOF

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> RC2-13
+ Revision: fdd968c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24223 |14mu|texlive-alg-20010313-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/alg
# catalog-date 2006-12-17 11:41:28 +0100
# catalog-license lppl
# catalog-version 2001-03-13
Name:		texlive-alg
Version:	20010313
Release:	4
Summary:	LaTeX environments for typesetting algorithms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/alg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines two environments for typesetting algorithms in LaTeX2e.
The algtab environment is used to typeset an algorithm with
automatically numbered lines. The algorithm environment can be
used to encapsulate the algtab environment algorithm in a
floating body together with a header, a caption, etc.
\listofalgorithms is defined.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/alg/alg.sty
%doc %{_texmfdistdir}/doc/latex/alg/readme.txt
#- source
%doc %{_texmfdistdir}/source/latex/alg/alg.dtx
%doc %{_texmfdistdir}/source/latex/alg/alg.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20010313-4
+ Revision: 1738d0a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24224 |14mu|texlive-algorithm2e-4.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16417
# category Package
# catalog-ctan /macros/latex/contrib/algorithm2e
# catalog-date 2009-12-15 18:51:03 +0100
# catalog-license lppl
# catalog-version 4.01
Name:		texlive-algorithm2e
Version:	4.01
Release:	4
Summary:	Floating algorithm environment with algorithmic keywords
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/algorithm2e
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithm2e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithm2e.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Algorithm2e is an environment for writing algorithms. An
algorithm becomes a floating object (like figure, table, etc.).
The package provides macros that allow you to create different
keywords, and a set of predefined key words is provided; you
can change the typography of the keywords. The package allows
vertical lines delimiting a block of instructions in an
algorithm, and defines different sorts of algorithms such as
Procedure or Function; the name of these functions may be
reused in the text or in other algorithms.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/algorithm2e/algorithm2e.sty
%doc %{_texmfdistdir}/doc/latex/algorithm2e/README
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e.pdf
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_ex01.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_ex02.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_ex03.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_ex04.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_ex05.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_ex06.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_ex07.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_exAlgoDisjdecomp.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_exIR.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_exfor.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_exrepeat.tex
%doc %{_texmfdistdir}/doc/latex/algorithm2e/algorithm2e_exswitch.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.01-4
+ Revision: abe2f69
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24225 |14mu|texlive-algorithmicx-20061012-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/algorithmicx
# catalog-date 2006-10-12 12:11:58 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-algorithmicx
Version:	20061012
Release:	4
Summary:	The algorithmic style you always wanted
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithmicx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithmicx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Algorithmicx provides a very flexible, yet easy to use way for
inserting good looking pseudocode or source code in your
papers. It has built in support for Pseudocode, Pascal, C, and
powerful means to create definitions for any programming
language. You can easily adapt a Pseudocode style to your
native language.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/algorithmicx/algc.sty
%{_texmfdistdir}/tex/latex/algorithmicx/algcompatible.sty
%{_texmfdistdir}/tex/latex/algorithmicx/algmatlab.sty
%{_texmfdistdir}/tex/latex/algorithmicx/algorithmicx.sty
%{_texmfdistdir}/tex/latex/algorithmicx/algpascal.sty
%{_texmfdistdir}/tex/latex/algorithmicx/algpseudocode.sty
%doc %{_texmfdistdir}/doc/latex/algorithmicx/README
%doc %{_texmfdistdir}/doc/latex/algorithmicx/algorithmicx.pdf
%doc %{_texmfdistdir}/doc/latex/algorithmicx/algorithmicx.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061012-4
+ Revision: ccb794b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24226 |14mu|texlive-algorithms-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/algorithms
# catalog-date 2009-08-25 14:02:57 +0200
# catalog-license lgpl
# catalog-version 0.1
Name:		texlive-algorithms
Version:	0.1
Release:	4
Summary:	A suite of tools for typesetting algorithms in pseudo-code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/algorithms
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithms.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithms.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithms.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Consists of two environments: algorithm and algorithmic. The
algorithm package defines a floating algorithm environment
designed to work with the algorithmic style. Within an
algorithmic environment a number of commands for typesetting
popular algorithmic constructs are available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/algorithms/algorithm.sty
%{_texmfdistdir}/tex/latex/algorithms/algorithmic.sty
%doc %{_texmfdistdir}/doc/latex/algorithms/COPYING
%doc %{_texmfdistdir}/doc/latex/algorithms/README
%doc %{_texmfdistdir}/doc/latex/algorithms/THANKS
%doc %{_texmfdistdir}/doc/latex/algorithms/algorithms.pdf
#- source
%doc %{_texmfdistdir}/source/latex/algorithms/algorithms.dtx
%doc %{_texmfdistdir}/source/latex/algorithms/algorithms.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: a5a636c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24227 |14mu|texlive-alnumsec-v0.03-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/alnumsec
# catalog-date 2008-05-11 02:21:17 +0200
# catalog-license lppl
# catalog-version v0.03
Name:		texlive-alnumsec
Version:	v0.03
Release:	4
Summary:	Alphanumeric section numbering
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/alnumsec
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alnumsec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alnumsec.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alnumsec.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows you to use alphanumeric section numbering,
for instance "A. Introduction ... III. International Law". Its
output is similar to alphanum, but you can use the standard
LaTeX sectioning commands, so that it is possible to switch
numbering schemes easily. Greek letters, double letters (bb)
and different delimiters around them are supported.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/alnumsec/alnumsec.sty
%doc %{_texmfdistdir}/doc/latex/alnumsec/README
%doc %{_texmfdistdir}/doc/latex/alnumsec/alnumsec.pdf
#- source
%doc %{_texmfdistdir}/source/latex/alnumsec/alnumsec.dtx
%doc %{_texmfdistdir}/source/latex/alnumsec/alnumsec.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.03-4
+ Revision: a727905
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24228 |14mu|texlive-alterqcm-3.7c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23385
# category Package
# catalog-ctan /macros/latex/contrib/alterqcm
# catalog-date 2011-06-06 00:10:59 +0200
# catalog-license lppl
# catalog-version 3.7c
Name:		texlive-alterqcm
Version:	3.7c
Release:	4
Summary:	Multiple choice questionnaires in two column tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/alterqcm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alterqcm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/alterqcm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros to support the creation of multiple-choice
questionnaires in two-column tables.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/alterqcm/alterqcm.sty
%doc %{_texmfdistdir}/doc/latex/alterqcm/README
%doc %{_texmfdistdir}/doc/latex/alterqcm/README.doc
%doc %{_texmfdistdir}/doc/latex/alterqcm/doc_aq-screen.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/AntillesESjuin2006.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/alea.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/annexe.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/correct.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/example_1.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/example_2.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/language.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/points.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/sep.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/transparent-final.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/transparent-init.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/latex/verb.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/AntillesESjuin2006.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/alea.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/annexe.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/correct.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/doc_aq.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/example_1.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/example_2.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/language.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/points.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/sep.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/transparent-final.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/transparent-init.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/examples/pdf/verb.pdf
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/180px-Gustave_Moreau_007.jpg
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/240px-Mort_du_fossoyeur.jpg
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/The_Wounded_Angel_-_Hugo_Simberg.jpg
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/aq.ist
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-def.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-excomp.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-globales.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-installation.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-locales.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-mc.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-points.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc-aq-problem.tex
%doc %{_texmfdistdir}/doc/latex/alterqcm/latex/doc_aq-main.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.7c-4
+ Revision: d1e50f4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24229 |14mu|texlive-altfont-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/altfont
# catalog-date 2007-09-25 20:36:22 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-altfont
Version:	1.1
Release:	4
Summary:	Alternative font handling in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/altfont
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/altfont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/altfont.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/altfont.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a replacement for that part of psnfss and
mfnfss that changes the default font. The package is
distributed together with the psfont package, by the same
author.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/altfont/altfont.cfg
%{_texmfdistdir}/tex/latex/altfont/altfont.sty
%{_texmfdistdir}/tex/latex/altfont/psfont.cfg
%{_texmfdistdir}/tex/latex/altfont/psfont.sty
%doc %{_texmfdistdir}/doc/latex/altfont/README
%doc %{_texmfdistdir}/doc/latex/altfont/altfont.pdf
%doc %{_texmfdistdir}/doc/latex/altfont/psfont.pdf
#- source
%doc %{_texmfdistdir}/source/latex/altfont/altfont.dtx
%doc %{_texmfdistdir}/source/latex/altfont/altfont.ins
%doc %{_texmfdistdir}/source/latex/altfont/psfont.dtx
%doc %{_texmfdistdir}/source/latex/altfont/psfont.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 0b92a00
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24230 |14mu|texlive-ametsoc-3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ametsoc
# catalog-date 2008-09-04 00:14:12 +0200
# catalog-license lppl
# catalog-version 3.0
Name:		texlive-ametsoc
Version:	3.0
Release:	4
Summary:	Official American Meteorological Society Latex Template
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ametsoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ametsoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ametsoc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package contains all the files necessary to write an
article using latex for the American Meteorological Society
journals. The article and bibliography style files are provided
along with two PDFs describing the use of the files and a blank
template for authors to use in writing their article. Also
available is a separate style file used to format a two-column,
journal page layout draft for the author's personal use.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/ametsoc/ametsoc.bst
%{_texmfdistdir}/tex/latex/ametsoc/ametsoc.sty
%{_texmfdistdir}/tex/latex/ametsoc/ametsoc2col.sty
%doc %{_texmfdistdir}/doc/latex/ametsoc/AMS_References.pdf
%doc %{_texmfdistdir}/doc/latex/ametsoc/README
%doc %{_texmfdistdir}/doc/latex/ametsoc/amspaper.pdf
%doc %{_texmfdistdir}/doc/latex/ametsoc/amspaper.tex
%doc %{_texmfdistdir}/doc/latex/ametsoc/amspaper2col.pdf
%doc %{_texmfdistdir}/doc/latex/ametsoc/bibliography/database.bib
%doc %{_texmfdistdir}/doc/latex/ametsoc/bibliography/references.bib
%doc %{_texmfdistdir}/doc/latex/ametsoc/blank_template.pdf
%doc %{_texmfdistdir}/doc/latex/ametsoc/blank_template.tex
%doc %{_texmfdistdir}/doc/latex/ametsoc/figures/figure01.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-4
+ Revision: d98af80
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24231 |14mu|texlive-amiri-0.104-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27114
# category Package
# catalog-ctan /fonts/amiri
# catalog-date 2012-07-19 13:24:09 +0200
# catalog-license ofl
# catalog-version 0.104
Name:		texlive-amiri
Epoch:		1
Version:	0.104
Release:	3
Summary:	A classical Arabic typeface, Naskh style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/amiri
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amiri.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amiri.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a beta-release of the font, though it is believed to be
largely usable. (The author retains the right to make
incompatible changes in the future.) The font covers the Arabic
and Arabic Supplement blocks of Unicode 6.0, which means it
essentially covers any language written in Arabic script and
supported by Unicode.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/truetype/public/amiri/amiri-bold.ttf
%{_texmfdistdir}/fonts/truetype/public/amiri/amiri-boldslanted.ttf
%{_texmfdistdir}/fonts/truetype/public/amiri/amiri-regular.ttf
%{_texmfdistdir}/fonts/truetype/public/amiri/amiri-slanted.ttf
%doc %{_texmfdistdir}/doc/fonts/amiri/Makefile
%doc %{_texmfdistdir}/doc/fonts/amiri/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/amiri/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/amiri/README
%doc %{_texmfdistdir}/doc/fonts/amiri/documentation/NEWS-Arabic.txt
%doc %{_texmfdistdir}/doc/fonts/amiri/documentation/NEWS.txt
%doc %{_texmfdistdir}/doc/fonts/amiri/documentation/README-Arabic.txt
%doc %{_texmfdistdir}/doc/fonts/amiri/documentation/README.txt
%doc %{_texmfdistdir}/doc/fonts/amiri/documentation/amiri-table.pdf
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/amiri-bold.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/amiri-regular.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/amiri-regular.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/amiri-slanted.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/basic.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/classes.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/contextuals.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/Crimson-Bold.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/Crimson-BoldItalic.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/Crimson-Italic.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/Crimson-Roman-edits.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/Crimson-Roman.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/Crimson-Semibold.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/Crimson-SemiboldItalic.sfd
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/calt.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/calt_italic.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/crimson.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/crimson_italic.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/fractions.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/italic_glyphclasses.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/ligatures.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/locl.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/numbers.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/numbers_italic.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/roman_glyphclasses.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/smallcaps.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/subs_sups.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/variants.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/crimson/sources/OT-featurefiles/variants_italic.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/enclosing.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/italic_classes.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/italic_ltra.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/italic_proportional.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/italic_rtla.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/kashida.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/kerning.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/lang.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/lang_arabic.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/lang_latin.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/latin_gsub.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/lellah.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/local.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/proportional.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/quran.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/rtlm.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/sources/stylisticsets.fea
%doc %{_texmfdistdir}/doc/fonts/amiri/test-suite/basic.test
%doc %{_texmfdistdir}/doc/fonts/amiri/test-suite/enclosing.ptest
%doc %{_texmfdistdir}/doc/fonts/amiri/test-suite/extendedmeem.test
%doc %{_texmfdistdir}/doc/fonts/amiri/test-suite/high_baa.test
%doc %{_texmfdistdir}/doc/fonts/amiri/test-suite/lellah.test
%doc %{_texmfdistdir}/doc/fonts/amiri/test-suite/local.test
%doc %{_texmfdistdir}/doc/fonts/amiri/tools/build.py
%doc %{_texmfdistdir}/doc/fonts/amiri/tools/runtest.py

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.104-3
+ Revision: 2764e91
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24232 |14mu|texlive-amsaddr-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29630
# category Package
# catalog-ctan /macros/latex/contrib/amsaddr
# catalog-date 2013-04-03 11:32:41 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-amsaddr
Version:	1.1
Release:	7
Summary:	Alter the position of affiliations in amsart
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/amsaddr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsaddr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsaddr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsaddr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is to be used with the amsart documentclass. It
lets you move the authors' affiliations either just below the
authors' names on the front page or as footnotes on the first
page. The email addresses are always listed as a footnote on
the front page.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/amsaddr/amsaddr.sty
%doc %{_texmfdistdir}/doc/latex/amsaddr/README
%doc %{_texmfdistdir}/doc/latex/amsaddr/amsaddr.pdf
#- source
%doc %{_texmfdistdir}/source/latex/amsaddr/amsaddr.dtx
%doc %{_texmfdistdir}/source/latex/amsaddr/amsaddr.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: 4cb4443
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24233 |14mu|texlive-amscls-20130202-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30738
# category Package
# catalog-ctan /macros/latex/required/amslatex/amscls
# catalog-date 2013-02-02 11:29:56 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-amscls
Version:	20130202
Release:	7
Summary:	AMS document classes for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/required/amslatex/amscls
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amscls.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amscls.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amscls.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle contains three AMS classes, amsart (for writing
articles for the AMS), amsbook (for books) and amsproc (for
proceedings), together with some supporting material. The
material is made available as part of the AMS-LaTeX
distribution.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/amscls/amsalpha.bst
%{_texmfdistdir}/bibtex/bst/amscls/amsplain.bst
%{_texmfdistdir}/tex/latex/amscls/amsart.cls
%{_texmfdistdir}/tex/latex/amscls/amsbook.cls
%{_texmfdistdir}/tex/latex/amscls/amsbooka.sty
%{_texmfdistdir}/tex/latex/amscls/amsdtx.cls
%{_texmfdistdir}/tex/latex/amscls/amsldoc.cls
%{_texmfdistdir}/tex/latex/amscls/amsmidx.sty
%{_texmfdistdir}/tex/latex/amscls/amsproc.cls
%{_texmfdistdir}/tex/latex/amscls/amsthm.sty
%{_texmfdistdir}/tex/latex/amscls/upref.sty
%doc %{_texmfdistdir}/doc/latex/amscls/00LICENSE.txt
%doc %{_texmfdistdir}/doc/latex/amscls/amsart.template
%doc %{_texmfdistdir}/doc/latex/amscls/amsbook.template
%doc %{_texmfdistdir}/doc/latex/amscls/amsbooka.pdf
%doc %{_texmfdistdir}/doc/latex/amscls/amsclass.pdf
%doc %{_texmfdistdir}/doc/latex/amscls/amsdtx.pdf
%doc %{_texmfdistdir}/doc/latex/amscls/amsmidx.pdf
%doc %{_texmfdistdir}/doc/latex/amscls/amsproc.template
%doc %{_texmfdistdir}/doc/latex/amscls/amsthdoc.pdf
%doc %{_texmfdistdir}/doc/latex/amscls/diffs-c.txt
%doc %{_texmfdistdir}/doc/latex/amscls/instr-l.pdf
%doc %{_texmfdistdir}/doc/latex/amscls/thmtest.pdf
%doc %{_texmfdistdir}/doc/latex/amscls/upref.pdf
#- source
%doc %{_texmfdistdir}/source/latex/amscls/00LICENSE.txt
%doc %{_texmfdistdir}/source/latex/amscls/00readme.txt
%doc %{_texmfdistdir}/source/latex/amscls/ams-c1.ins
%doc %{_texmfdistdir}/source/latex/amscls/amsbooka.dtx
%doc %{_texmfdistdir}/source/latex/amscls/amsbooka.ins
%doc %{_texmfdistdir}/source/latex/amscls/amsclass.dtx
%doc %{_texmfdistdir}/source/latex/amscls/amsdtx.dtx
%doc %{_texmfdistdir}/source/latex/amscls/amsdtx.ins
%doc %{_texmfdistdir}/source/latex/amscls/amsmidx.dtx
%doc %{_texmfdistdir}/source/latex/amscls/amsthdoc.tex
%doc %{_texmfdistdir}/source/latex/amscls/install.txt
%doc %{_texmfdistdir}/source/latex/amscls/instr-l.tex
%doc %{_texmfdistdir}/source/latex/amscls/manifest.txt
%doc %{_texmfdistdir}/source/latex/amscls/thmtest.tex
%doc %{_texmfdistdir}/source/latex/amscls/upref.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130202-7
+ Revision: 10e4b0b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24234 |14mu|texlive-amsmath-2.14-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30645
# category Package
# catalog-ctan /macros/latex/required/amslatex/math
# catalog-date 2013-03-09 20:29:31 +0100
# catalog-license lppl
# catalog-version 2.14
Name:		texlive-amsmath
Version:	2.14
Release:	7
Summary:	AMS mathematical facilities for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/required/amslatex/math
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsmath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amsmath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the principal packages in the AMS-LaTeX
distribution. It adapts for use in LaTeX most of the
mathematical features found in AMS-TeX; it is highly
recommendsd as an adjunct to serious mathematical typesetting
in LaTeX. When amsmath is loaded, AMS-LaTeX packages amsbsy
(for bold symbols), amsopn (for operator names) and amstext
(for text embdedded in mathematics) are also loaded. Amsmath is
part of the LaTeX required distribution; however, several
contributed packages add still further to its appeal; examples
are empheq, which provides functions for decorating and
highlighting mathematics, and ntheorem, for specifying theorem
(and similar) definitions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/amsmath/amsbsy.sty
%{_texmfdistdir}/tex/latex/amsmath/amscd.sty
%{_texmfdistdir}/tex/latex/amsmath/amsgen.sty
%{_texmfdistdir}/tex/latex/amsmath/amsmath.sty
%{_texmfdistdir}/tex/latex/amsmath/amsopn.sty
%{_texmfdistdir}/tex/latex/amsmath/amstex.sty
%{_texmfdistdir}/tex/latex/amsmath/amstext.sty
%{_texmfdistdir}/tex/latex/amsmath/amsxtra.sty
%doc %{_texmfdistdir}/doc/latex/amsmath/amsbsy.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/amscd.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/amsgen.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/amsldoc.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/amsmath.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/amsopn.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/amstext.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/amsxtra.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/subeqn.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/technote.pdf
%doc %{_texmfdistdir}/doc/latex/amsmath/testmath.pdf
#- source
%doc %{_texmfdistdir}/source/latex/amsmath/README
%doc %{_texmfdistdir}/source/latex/amsmath/amsbsy.dtx
%doc %{_texmfdistdir}/source/latex/amsmath/amsbsy.ins
%doc %{_texmfdistdir}/source/latex/amsmath/amscd.dtx
%doc %{_texmfdistdir}/source/latex/amsmath/amscd.ins
%doc %{_texmfdistdir}/source/latex/amsmath/amsgen.dtx
%doc %{_texmfdistdir}/source/latex/amsmath/amsgen.ins
%doc %{_texmfdistdir}/source/latex/amsmath/amsldoc.tex
%doc %{_texmfdistdir}/source/latex/amsmath/amsmath.dtx
%doc %{_texmfdistdir}/source/latex/amsmath/amsmath.ins
%doc %{_texmfdistdir}/source/latex/amsmath/amsopn.dtx
%doc %{_texmfdistdir}/source/latex/amsmath/amsopn.ins
%doc %{_texmfdistdir}/source/latex/amsmath/amstext.dtx
%doc %{_texmfdistdir}/source/latex/amsmath/amstext.ins
%doc %{_texmfdistdir}/source/latex/amsmath/amsxtra.dtx
%doc %{_texmfdistdir}/source/latex/amsmath/amsxtra.ins
%doc %{_texmfdistdir}/source/latex/amsmath/diffs-m.txt
%doc %{_texmfdistdir}/source/latex/amsmath/install.txt
%doc %{_texmfdistdir}/source/latex/amsmath/manifest.txt
%doc %{_texmfdistdir}/source/latex/amsmath/subeqn.tex
%doc %{_texmfdistdir}/source/latex/amsmath/technote.tex
%doc %{_texmfdistdir}/source/latex/amsmath/testmath.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.14-7
+ Revision: b19b5ed
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24235 |14mu|texlive-amstex-2.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category Package
# catalog-ctan /macros/amstex
# catalog-date 2012-04-13 20:24:15 +0200
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-amstex
Version:	2.2
Release:	10
Summary:	American Mathematical Society plain TeX macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/amstex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amstex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/amstex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-tex
Requires:	texlive-amstex.bin

%description
AMSTeX is a TeX macro package, originally written by Michael
Spivak for the American Mathematical Society (AMS) during 1983-
1985 and is described in the book 'The Joy of TeX'. It is based
on Plain TeX, and provides many features for producing more
professional-looking maths formulas with less burden on
authors. More recently, the focus of attention has switched to
amslatex, but AMSTeX remains as a working system.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/amstex/base/amsppt.sti
%{_texmfdistdir}/tex/amstex/base/amsppt.sty
%{_texmfdistdir}/tex/amstex/base/amsppt1.tex
%{_texmfdistdir}/tex/amstex/base/amstex.bug
%{_texmfdistdir}/tex/amstex/base/amstex.tex
%{_texmfdistdir}/tex/amstex/config/amstex.ini
%_texmf_fmtutil_d/amstex
%doc %{_texmfdistdir}/doc/amstex/base/README
%doc %{_texmfdistdir}/doc/amstex/base/amsguide.pdf
%doc %{_texmfdistdir}/doc/amstex/base/amsguide.tex
%doc %{_texmfdistdir}/doc/amstex/base/amsppt.doc
%doc %{_texmfdistdir}/doc/amstex/base/amsppt.faq
%doc %{_texmfdistdir}/doc/amstex/base/amstinst.ps.gz
%doc %{_texmfdistdir}/doc/amstex/base/amstinst.tex
%doc %{_texmfdistdir}/doc/amstex/base/joyerr.tex
%doc %{_texmfdistdir}/doc/amstex/base/joyerr2.tex
%doc %{_mandir}/man1/amstex.1*
%doc %{_texmfdistdir}/doc/man/man1/amstex.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/amstex <<EOF
#
# from amstex:
amstex pdftex - -translate-file=cp227.tcx *amstex.ini
EOF

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-10
+ Revision: 7198b92
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24236 |14mu|texlive-animate-20120807-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26643
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-animate
Version:	20120807
Release:	3
Summary:	TeXLive animate package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/animate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/animate.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive animate package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/animate/animate.sty
%{_texmfdistdir}/tex/latex/animate/animfp.sty
%doc %{_texmfdistdir}/doc/latex/animate/ChangeLog
%doc %{_texmfdistdir}/doc/latex/animate/README
%doc %{_texmfdistdir}/doc/latex/animate/animate.pdf
%doc %{_texmfdistdir}/doc/latex/animate/animate.tex
%doc %{_texmfdistdir}/doc/latex/animate/files/bye_0.eps
%doc %{_texmfdistdir}/doc/latex/animate/files/bye_1.eps
%doc %{_texmfdistdir}/doc/latex/animate/files/bye_2.eps
%doc %{_texmfdistdir}/doc/latex/animate/files/bye_3.eps
%doc %{_texmfdistdir}/doc/latex/animate/files/click.mp3
%doc %{_texmfdistdir}/doc/latex/animate/files/exp.mp
%doc %{_texmfdistdir}/doc/latex/animate/files/mailto.eps
%doc %{_texmfdistdir}/doc/latex/animate/files/pstmetronome.tex
%doc %{_texmfdistdir}/doc/latex/animate/files/scarab.mp

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120807-3
+ Revision: 1a7ff40
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24237 |14mu|texlive-anonchap-1.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17049
# category Package
# catalog-ctan /macros/latex/contrib/anonchap
# catalog-date 2010-02-23 16:03:07 +0100
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-anonchap
Version:	1.1a
Release:	4
Summary:	Make chapters be typeset like sections
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/anonchap
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/anonchap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/anonchap.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The command \simplechapter sets up the \chapter command not to
number chapters, though they may possibly have a prefix, and a
suffix (the \simplechapterdelim command, which the user may
alter). The \restorechapter command restores the status quo
ante.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/anonchap/anonchap.sty
%doc %{_texmfdistdir}/doc/latex/anonchap/anonchap.pdf
%doc %{_texmfdistdir}/doc/latex/anonchap/anonchap.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1a-4
+ Revision: b117952
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24238 |14mu|texlive-answers-2.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20070
# category Package
# catalog-ctan /macros/latex/contrib/answers
# catalog-date 2010-10-12 00:02:51 +0200
# catalog-license lppl
# catalog-version 2.13
Name:		texlive-answers
Version:	2.13
Release:	4
Summary:	Setting questions (or exercises) and answers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/answers
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/answers.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/answers.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/answers.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows a lot of flexibility in constructing
question and answer sheets.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/answers/answers.sty
%doc %{_texmfdistdir}/doc/latex/answers/ansexam1.tex
%doc %{_texmfdistdir}/doc/latex/answers/ansexam2.tex
%doc %{_texmfdistdir}/doc/latex/answers/ansexam3.tex
%doc %{_texmfdistdir}/doc/latex/answers/answers.pdf
#- source
%doc %{_texmfdistdir}/source/latex/answers/answers.dtx
%doc %{_texmfdistdir}/source/latex/answers/answers.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.13-4
+ Revision: 568e68b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24239 |14mu|texlive-antomega-0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21933
# category Package
# catalog-ctan /systems/omega/contrib/antomega
# catalog-date 2007-01-23 22:34:44 +0100
# catalog-license lppl
# catalog-version 0.8
Name:		texlive-antomega
Version:	0.8
Release:	4
Summary:	Alternative language support for Omega/Lambda
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/omega/contrib/antomega
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/antomega.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/antomega.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/antomega.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-omega

%description
A language support package for Omega/Lambda. This replaces the
original omega package for use with Lambda, and provides extra
facilities (including Babel-like language switching, which
eases porting of LaTeX documents to Lambda).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/omega/ocp/antomega/babel2de.ocp
%{_texmfdistdir}/omega/ocp/antomega/babel2es.ocp
%{_texmfdistdir}/omega/ocp/antomega/babel2la.ocp
%{_texmfdistdir}/omega/ocp/antomega/babel2pl.ocp
%{_texmfdistdir}/omega/ocp/antomega/babel2punct.ocp
%{_texmfdistdir}/omega/ocp/antomega/babel2ru.ocp
%{_texmfdistdir}/omega/ocp/antomega/bblgrk2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/dosrus2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/greek2punct.ocp
%{_texmfdistdir}/omega/ocp/antomega/iso2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/isobaltic2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/isoce2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/isocyr2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/isogrk2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/koirus2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/latcyr2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/latin/la-lig.ocp
%{_texmfdistdir}/omega/ocp/antomega/latin/la-longs.ocp
%{_texmfdistdir}/omega/ocp/antomega/latin/la-noj.ocp
%{_texmfdistdir}/omega/ocp/antomega/latin/la-nouv.ocp
%{_texmfdistdir}/omega/ocp/antomega/oldstyle.ocp
%{_texmfdistdir}/omega/ocp/antomega/rhobre.ocp
%{_texmfdistdir}/omega/ocp/antomega/rhonobre.ocp
%{_texmfdistdir}/omega/ocp/antomega/tex2punct.ocp
%{_texmfdistdir}/omega/ocp/antomega/texgrk2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/uni2accents.ocp
%{_texmfdistdir}/omega/ocp/antomega/uni2lgr.ocp
%{_texmfdistdir}/omega/ocp/antomega/uni2lig.ocp
%{_texmfdistdir}/omega/ocp/antomega/uni2omega.ocp
%{_texmfdistdir}/omega/ocp/antomega/uni2t1.ocp
%{_texmfdistdir}/omega/ocp/antomega/uni2t2a.ocp
%{_texmfdistdir}/omega/ocp/antomega/uniutf2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/uppercase-dflt.ocp
%{_texmfdistdir}/omega/ocp/antomega/win2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/winbaltic2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/wince2uni.ocp
%{_texmfdistdir}/omega/ocp/antomega/wincyr2uni.ocp
%{_texmfdistdir}/omega/otp/antomega/babel2de.otp
%{_texmfdistdir}/omega/otp/antomega/babel2es.otp
%{_texmfdistdir}/omega/otp/antomega/babel2la.otp
%{_texmfdistdir}/omega/otp/antomega/babel2pl.otp
%{_texmfdistdir}/omega/otp/antomega/babel2punct.otp
%{_texmfdistdir}/omega/otp/antomega/babel2ru.otp
%{_texmfdistdir}/omega/otp/antomega/bblgrk2uni.otp
%{_texmfdistdir}/omega/otp/antomega/dosrus2uni.otp
%{_texmfdistdir}/omega/otp/antomega/greek2punct.otp
%{_texmfdistdir}/omega/otp/antomega/iso2uni.otp
%{_texmfdistdir}/omega/otp/antomega/isobaltic2uni.otp
%{_texmfdistdir}/omega/otp/antomega/isoce2uni.otp
%{_texmfdistdir}/omega/otp/antomega/isocyr2uni.otp
%{_texmfdistdir}/omega/otp/antomega/isogrk2uni.otp
%{_texmfdistdir}/omega/otp/antomega/koirus2uni.otp
%{_texmfdistdir}/omega/otp/antomega/latcyr2uni.otp
%{_texmfdistdir}/omega/otp/antomega/latin/la-lig.otp
%{_texmfdistdir}/omega/otp/antomega/latin/la-longs.otp
%{_texmfdistdir}/omega/otp/antomega/latin/la-noj.otp
%{_texmfdistdir}/omega/otp/antomega/latin/la-nouv.otp
%{_texmfdistdir}/omega/otp/antomega/rhobre.otp
%{_texmfdistdir}/omega/otp/antomega/rhonobre.otp
%{_texmfdistdir}/omega/otp/antomega/tex2punct.otp
%{_texmfdistdir}/omega/otp/antomega/texgrk2uni.otp
%{_texmfdistdir}/omega/otp/antomega/uni2accents.otp
%{_texmfdistdir}/omega/otp/antomega/uni2lgr.otp
%{_texmfdistdir}/omega/otp/antomega/uni2lig.otp
%{_texmfdistdir}/omega/otp/antomega/uni2omega.otp
%{_texmfdistdir}/omega/otp/antomega/uni2t1.otp
%{_texmfdistdir}/omega/otp/antomega/uni2t2a.otp
%{_texmfdistdir}/omega/otp/antomega/uniutf2uni.otp
%{_texmfdistdir}/omega/otp/antomega/uppercase-dflt.otp
%{_texmfdistdir}/omega/otp/antomega/win2uni.otp
%{_texmfdistdir}/omega/otp/antomega/winbaltic2uni.otp
%{_texmfdistdir}/omega/otp/antomega/wince2uni.otp
%{_texmfdistdir}/omega/otp/antomega/wincyr2uni.otp
%{_texmfdistdir}/tex/lambda/antomega/antomega.cfg
%{_texmfdistdir}/tex/lambda/antomega/antomega.sty
%{_texmfdistdir}/tex/lambda/antomega/grhyph16.tex
%{_texmfdistdir}/tex/lambda/antomega/hyphen.cfg
%{_texmfdistdir}/tex/lambda/antomega/language.dat.sample
%{_texmfdistdir}/tex/lambda/antomega/lgc0700.def
%{_texmfdistdir}/tex/lambda/antomega/lgrenc-antomega.def
%{_texmfdistdir}/tex/lambda/antomega/ograhyph4.tex
%{_texmfdistdir}/tex/lambda/antomega/ogrmhyph4.tex
%{_texmfdistdir}/tex/lambda/antomega/ogrphyph4.tex
%{_texmfdistdir}/tex/lambda/antomega/omega-english.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-french.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-german.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-greek.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-latin.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-latvian.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-polish.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-russian.ldf
%{_texmfdistdir}/tex/lambda/antomega/omega-spanish.ldf
%{_texmfdistdir}/tex/lambda/antomega/ruhyph16.tex
%{_texmfdistdir}/tex/lambda/antomega/t1enc-antomega.def
%{_texmfdistdir}/tex/lambda/antomega/t2aenc-antomega.def
%{_texmfdistdir}/tex/lambda/antomega/uni0100.def
%{_texmfdistdir}/tex/lambda/antomega/uni0370.def
%{_texmfdistdir}/tex/lambda/antomega/uni0400.def
%{_texmfdistdir}/tex/lambda/antomega/uni1f00.def
%{_texmfdistdir}/tex/lambda/antomega/ut1enc-antomega.def
%doc %{_texmfdistdir}/doc/omega/antomega/README
%doc %{_texmfdistdir}/doc/omega/antomega/antomega.pdf
#- source
%doc %{_texmfdistdir}/source/lambda/antomega/antenc.dtx
%doc %{_texmfdistdir}/source/lambda/antomega/antenc.ins
%doc %{_texmfdistdir}/source/lambda/antomega/antomega.dtx
%doc %{_texmfdistdir}/source/lambda/antomega/antomega.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar omega tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8-4
+ Revision: debd965
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24240 |14mu|texlive-antt-2.08-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/antt
# catalog-date 2007-08-24 10:36:49 +0200
# catalog-license gfsl
# catalog-version 2.08
Name:		texlive-antt
Version:	2.08
Release:	4
Summary:	Antykwa Torunska: a Type 1 family of a Polish traditional type
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/antt
License:	GFSL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/antt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/antt.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Antykwa Torunska is a serif font designed by the late Polish
typographer Zygfryd Gardzielewski, reconstructed and digitized
as as Type 1.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/antt/anttb.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttbi.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcb.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcbi.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcl.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcli.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcm.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcmi.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcr.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttcri.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttl.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttli.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttm.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttmi.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttr.afm
%{_texmfdistdir}/fonts/afm/public/antt/anttri.afm
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-cs.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-el.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-ex.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-exp.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-greek.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-mi.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-rm.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-sy.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-texnansi.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/antt-wncy.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/anttcap-cs.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/anttcap-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/anttcap-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/anttcap-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/antt/anttcap-texnansi.enc
%{_texmfdistdir}/fonts/map/dvips/antt/antt-cs.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-ec.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-el.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-ex.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-exp.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-greek.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-mi.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-qx.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-rm.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-sy.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-t2a.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-t2b.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-t2c.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-t5.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-ts1.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt-wncy.map
%{_texmfdistdir}/fonts/map/dvips/antt/antt.map
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunska-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunska-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunska-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunska-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCond-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCond-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCond-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCond-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCondLight-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCondLight-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCondMed-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaCondMed-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaLight-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaLight-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaMed-Italic.otf
%{_texmfdistdir}/fonts/opentype/public/antt/AntykwaTorunskaMed-Regular.otf
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttclcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttclicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttcricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttlcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttlicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/cs-anttricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttclcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttclicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttcricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttlcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttlicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ec-anttricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/el-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ex-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/exp-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/greek-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/mi-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttclcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttclicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttcricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttlcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttlicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/qx-anttricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/rm-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttbz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttcbz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttclz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttcmz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttcrz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttlz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttmz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/sy-anttrz.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2a-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2b-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t2c-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttclcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttclicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttcricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttlcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttlicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/t5-anttricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcbcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcbicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttclcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttclicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttcricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttlcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttlicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttmcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttmicap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttrcap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/texnansi-anttricap.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/ts1-anttri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcb.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttcri.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttl.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttli.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttm.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttmi.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttr.tfm
%{_texmfdistdir}/fonts/tfm/public/antt/wncy-anttri.tfm
%{_texmfdistdir}/fonts/type1/public/antt/anttb.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttbi.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcb.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcbi.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcl.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcli.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcm.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcmi.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcr.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttcri.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttl.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttli.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttm.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttmi.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttr.pfb
%{_texmfdistdir}/fonts/type1/public/antt/anttri.pfb
%{_texmfdistdir}/tex/latex/antt/anttor.sty
%{_texmfdistdir}/tex/latex/antt/antyktor.sty
%{_texmfdistdir}/tex/latex/antt/il2antt.fd
%{_texmfdistdir}/tex/latex/antt/il2anttc.fd
%{_texmfdistdir}/tex/latex/antt/il2anttl.fd
%{_texmfdistdir}/tex/latex/antt/il2anttlc.fd
%{_texmfdistdir}/tex/latex/antt/ly1antt.fd
%{_texmfdistdir}/tex/latex/antt/ly1anttc.fd
%{_texmfdistdir}/tex/latex/antt/ly1anttl.fd
%{_texmfdistdir}/tex/latex/antt/ly1anttlc.fd
%{_texmfdistdir}/tex/latex/antt/omlantt.fd
%{_texmfdistdir}/tex/latex/antt/omlanttc.fd
%{_texmfdistdir}/tex/latex/antt/omlanttl.fd
%{_texmfdistdir}/tex/latex/antt/omlanttlc.fd
%{_texmfdistdir}/tex/latex/antt/omsantt.fd
%{_texmfdistdir}/tex/latex/antt/omsanttc.fd
%{_texmfdistdir}/tex/latex/antt/omsanttl.fd
%{_texmfdistdir}/tex/latex/antt/omsanttlc.fd
%{_texmfdistdir}/tex/latex/antt/omxantt.fd
%{_texmfdistdir}/tex/latex/antt/omxanttc.fd
%{_texmfdistdir}/tex/latex/antt/omxanttl.fd
%{_texmfdistdir}/tex/latex/antt/omxanttlc.fd
%{_texmfdistdir}/tex/latex/antt/ot1antt.fd
%{_texmfdistdir}/tex/latex/antt/ot1anttc.fd
%{_texmfdistdir}/tex/latex/antt/ot1anttcm.fd
%{_texmfdistdir}/tex/latex/antt/ot1anttl.fd
%{_texmfdistdir}/tex/latex/antt/ot1anttlc.fd
%{_texmfdistdir}/tex/latex/antt/ot1anttlcm.fd
%{_texmfdistdir}/tex/latex/antt/ot1anttlm.fd
%{_texmfdistdir}/tex/latex/antt/ot1anttm.fd
%{_texmfdistdir}/tex/latex/antt/ot2antt.fd
%{_texmfdistdir}/tex/latex/antt/ot2anttc.fd
%{_texmfdistdir}/tex/latex/antt/ot2anttl.fd
%{_texmfdistdir}/tex/latex/antt/ot2anttlc.fd
%{_texmfdistdir}/tex/latex/antt/ot4antt.fd
%{_texmfdistdir}/tex/latex/antt/ot4anttc.fd
%{_texmfdistdir}/tex/latex/antt/ot4anttl.fd
%{_texmfdistdir}/tex/latex/antt/ot4anttlc.fd
%{_texmfdistdir}/tex/latex/antt/qxantt.fd
%{_texmfdistdir}/tex/latex/antt/qxanttc.fd
%{_texmfdistdir}/tex/latex/antt/qxanttl.fd
%{_texmfdistdir}/tex/latex/antt/qxanttlc.fd
%{_texmfdistdir}/tex/latex/antt/t1antt.fd
%{_texmfdistdir}/tex/latex/antt/t1anttc.fd
%{_texmfdistdir}/tex/latex/antt/t1anttl.fd
%{_texmfdistdir}/tex/latex/antt/t1anttlc.fd
%{_texmfdistdir}/tex/latex/antt/t2aantt.fd
%{_texmfdistdir}/tex/latex/antt/t2aanttc.fd
%{_texmfdistdir}/tex/latex/antt/t2aanttl.fd
%{_texmfdistdir}/tex/latex/antt/t2aanttlc.fd
%{_texmfdistdir}/tex/latex/antt/t2bantt.fd
%{_texmfdistdir}/tex/latex/antt/t2banttc.fd
%{_texmfdistdir}/tex/latex/antt/t2banttl.fd
%{_texmfdistdir}/tex/latex/antt/t2banttlc.fd
%{_texmfdistdir}/tex/latex/antt/t2cantt.fd
%{_texmfdistdir}/tex/latex/antt/t2canttc.fd
%{_texmfdistdir}/tex/latex/antt/t2canttl.fd
%{_texmfdistdir}/tex/latex/antt/t2canttlc.fd
%{_texmfdistdir}/tex/latex/antt/t5antt.fd
%{_texmfdistdir}/tex/latex/antt/t5anttc.fd
%{_texmfdistdir}/tex/latex/antt/t5anttl.fd
%{_texmfdistdir}/tex/latex/antt/t5anttlc.fd
%{_texmfdistdir}/tex/latex/antt/ts1antt.fd
%{_texmfdistdir}/tex/latex/antt/ts1anttc.fd
%{_texmfdistdir}/tex/latex/antt/ts1anttl.fd
%{_texmfdistdir}/tex/latex/antt/ts1anttlc.fd
%{_texmfdistdir}/tex/plain/antt/antt-math.tex
%doc %{_texmfdistdir}/doc/fonts/antt/AntykwaTorunska-doc-en-2_03.pdf
%doc %{_texmfdistdir}/doc/fonts/antt/AntykwaTorunska-doc-pl-2_03.pdf
%doc %{_texmfdistdir}/doc/fonts/antt/AntykwaTorunska-doc-src-2_03.zip
%doc %{_texmfdistdir}/doc/fonts/antt/GUST-FONT-NOSOURCE-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/antt/MANIFEST.txt
%doc %{_texmfdistdir}/doc/fonts/antt/README
%doc %{_texmfdistdir}/doc/fonts/antt/antt-latex-cyr.tex
%doc %{_texmfdistdir}/doc/fonts/antt/antt-latex-math.tex
%doc %{_texmfdistdir}/doc/fonts/antt/antt-latex-pl.tex
%doc %{_texmfdistdir}/doc/fonts/antt/antt-latex-t2a.tex
%doc %{_texmfdistdir}/doc/fonts/antt/antt-latex-t5.tex
%doc %{_texmfdistdir}/doc/fonts/antt/antt-mathtest.tex
%doc %{_texmfdistdir}/doc/fonts/antt/antt-table.tex
%doc %{_texmfdistdir}/doc/latex/antt/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.08-4
+ Revision: e8f97a8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24241 |14mu|texlive-anyfontsize-20100215-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17050
# category Package
# catalog-ctan /macros/latex/contrib/anyfontsize
# catalog-date 2010-02-15 00:07:58 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-anyfontsize
Version:	20100215
Release:	4
Summary:	Select any font size in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/anyfontsize
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/anyfontsize.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/anyfontsize.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the to user select any font size (via e.g.
\fontsize{...}{...}\selectfont), even those sizes that are not
listed in the .fd file. If such a size is requested, LaTeX will
search for and select the nearest listed size; anyfontsize will
then scale the font to the size actually requested. Similar
functionality is available for the CM family, for the EC
family, or for either computer modern encoding; the present
package generalises the facility.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/anyfontsize/anyfontsize.sty
%doc %{_texmfdistdir}/doc/latex/anyfontsize/README
%doc %{_texmfdistdir}/doc/latex/anyfontsize/anyfontsize.pdf
%doc %{_texmfdistdir}/doc/latex/anyfontsize/anyfontsize.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100215-4
+ Revision: 57ad771
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24242 |14mu|texlive-anysize-20090924-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/anysize
# catalog-date 2009-09-24 14:57:17 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-anysize
Version:	20090924
Release:	4
Summary:	A simple package to set up document margins
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/anysize
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/anysize.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/anysize.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is considered obsolete; alternatives are the
typearea package from the koma-script bundle, or the geometry
package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/anysize/anysize.sty
%doc %{_texmfdistdir}/doc/latex/anysize/README
%doc %{_texmfdistdir}/doc/latex/anysize/anysize.pdf
%doc %{_texmfdistdir}/doc/latex/anysize/anysize.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090924-4
+ Revision: 025cce7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24243 |14mu|texlive-aobs-tikz-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32662
# category Package
# catalog-ctan /graphics/pgf/contrib/aobs-tikz
# catalog-date 2014-01-13 12:12:15 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-aobs-tikz
Version:	1.0
Release:	3
Summary:	TikZ styles for creating overlaid pictures in beamer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/aobs-tikz
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aobs-tikz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aobs-tikz.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aobs-tikz.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines auxiliary TikZ styles useful for overlaying
pictures' elements in Beamer. The TikZ styles are grouped in a
library, overlay-beamer-styles which is automatically called by
the package itself. Users may either load just aobs-tikz or the
library; the latter method necessitates TikZ manual load.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/aobs-tikz/tikzlibraryoverlay-beamer-styles.code.tex
%doc %{_texmfdistdir}/doc/latex/aobs-tikz/README
%doc %{_texmfdistdir}/doc/latex/aobs-tikz/aobs-tikz.pdf
%doc %{_texmfdistdir}/doc/latex/aobs-tikz/example.tex
#- source
%doc %{_texmfdistdir}/source/latex/aobs-tikz/aobs-tikz.dtx
%doc %{_texmfdistdir}/source/latex/aobs-tikz/aobs-tikz.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: c07b205
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24244 |14mu|texlive-aomart-1.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23349
# category Package
# catalog-ctan /macros/latex/contrib/aomart
# catalog-date 2011-06-22 20:08:44 +0200
# catalog-license lppl1.3
# catalog-version 1.10
Name:		texlive-aomart
Version:	1.10
Release:	4
Summary:	Typeset articles for the Annals of Mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/aomart
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aomart.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aomart.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aomart.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a class for typesetting articles for The
Annals of Mathematics.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/aomart/aomalpha.bst
%{_texmfdistdir}/bibtex/bst/aomart/aomplain.bst
%{_texmfdistdir}/tex/latex/aomart/aomart.cls
%doc %{_texmfdistdir}/doc/latex/aomart/Makefile
%doc %{_texmfdistdir}/doc/latex/aomart/README
%doc %{_texmfdistdir}/doc/latex/aomart/aomart.bib
%doc %{_texmfdistdir}/doc/latex/aomart/aomart.pdf
%doc %{_texmfdistdir}/doc/latex/aomart/aomsample.bib
%doc %{_texmfdistdir}/doc/latex/aomart/aomsample.pdf
%doc %{_texmfdistdir}/doc/latex/aomart/aomsample.tex
%doc %{_texmfdistdir}/doc/latex/aomart/aomsample1.pdf
%doc %{_texmfdistdir}/doc/latex/aomart/aomsample1.tex
%doc %{_texmfdistdir}/doc/latex/aomart/fullref.pl
#- source
%doc %{_texmfdistdir}/source/latex/aomart/aomart.dtx
%doc %{_texmfdistdir}/source/latex/aomart/aomart.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.10-4
+ Revision: 998e535
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24245 |14mu|texlive-apa-1.3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/apa
# catalog-date 2008-12-23 16:23:48 +0100
# catalog-license lppl
# catalog-version 1.3.4
Name:		texlive-apa
Version:	1.3.4
Release:	4
Summary:	American Psychological Association format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/apa
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX class to format text according to the American
Psychological Association Publication Manual (5th ed.)
specifications for manuscripts or to the APA journal look found
in journals like the Journal of Experimental Psychology etc. In
addition, it provides regular LaTeX-like output with a few
enhancements and APA-motivated changes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/apa/apa.cls
%{_texmfdistdir}/tex/latex/apa/dutch.apa
%{_texmfdistdir}/tex/latex/apa/english.apa
%{_texmfdistdir}/tex/latex/apa/greek.apa
%doc %{_texmfdistdir}/doc/latex/apa/APAendfloat.cfg
%doc %{_texmfdistdir}/doc/latex/apa/CHANGELOG.txt
%doc %{_texmfdistdir}/doc/latex/apa/LICENCE
%doc %{_texmfdistdir}/doc/latex/apa/README
%doc %{_texmfdistdir}/doc/latex/apa/apacls.html
%doc %{_texmfdistdir}/doc/latex/apa/apacls.txt
%doc %{_texmfdistdir}/doc/latex/apa/apaenum.txt
%doc %{_texmfdistdir}/doc/latex/apa/apaexample.tex
%doc %{_texmfdistdir}/doc/latex/apa/examplebib.bib
%doc %{_texmfdistdir}/doc/latex/apa/examples.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.4-4
+ Revision: 66e6518
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24246 |14mu|texlive-apa6-1.30-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25852
# category Package
# catalog-ctan /macros/latex/contrib/apa6
# catalog-date 2012-04-04 15:21:46 +0200
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-apa6
Version:	1.30
Release:	3
Summary:	Format documents in APA style (6th edition)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/apa6
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class formats documents in APA style (6th Edition). It
provides a full set of facilities in three different output
modes (journal-like appearance, double-spaced manuscript,
LaTeX-like document), in contrast to the earlier apa6e, which
only formats double-spaced manuscripts in APA style. The class
can mask author identity for copies for use in masked peer
review. Citations are provided using the apacite bundle; the
class requires that package if citations are to be typeset. The
class is a development of the apa class (which is no longer
maintained).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/apa6/apa6.cls
%{_texmfdistdir}/tex/latex/apa6/config/APAamerican.txt
%{_texmfdistdir}/tex/latex/apa6/config/APAbritish.txt
%{_texmfdistdir}/tex/latex/apa6/config/APAczech.txt
%{_texmfdistdir}/tex/latex/apa6/config/APAdutch.txt
%{_texmfdistdir}/tex/latex/apa6/config/APAendfloat.cfg
%{_texmfdistdir}/tex/latex/apa6/config/APAenglish.txt
%{_texmfdistdir}/tex/latex/apa6/config/APAgerman.txt
%{_texmfdistdir}/tex/latex/apa6/config/APAgreek.txt
%{_texmfdistdir}/tex/latex/apa6/config/APAngerman.txt
%doc %{_texmfdistdir}/doc/latex/apa6/README
%doc %{_texmfdistdir}/doc/latex/apa6/README.txt
%doc %{_texmfdistdir}/doc/latex/apa6/apa6.pdf
%doc %{_texmfdistdir}/doc/latex/apa6/pseudoTeX/apa6.ptex
%doc %{_texmfdistdir}/doc/latex/apa6/samples/Figure1.pdf
%doc %{_texmfdistdir}/doc/latex/apa6/samples/bibliography.bib
%doc %{_texmfdistdir}/doc/latex/apa6/samples/longsample.tex
%doc %{_texmfdistdir}/doc/latex/apa6/samples/shortsample.tex
#- source
%doc %{_texmfdistdir}/source/latex/apa6/apa6.dtx
%doc %{_texmfdistdir}/source/latex/apa6/apa6.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.30-3
+ Revision: fc068b5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24247 |14mu|texlive-apa6e-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23350
# category Package
# catalog-ctan /macros/latex/contrib/apa6e
# catalog-date 2011-07-03 10:15:22 +0200
# catalog-license other-free
# catalog-version 0.3
Name:		texlive-apa6e
Version:	0.3
Release:	4
Summary:	Format manuscripts to APA 6th edition guidelines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/apa6e
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6e.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6e.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a minimalist class file for formatting manuscripts in
the style described in the American Psychological Association
(APA) 6th edition guidelines. Some day, the established (and
more capable) apa class will perhaps gain support for the 6th
edition of the APA guidelines, in which case users should
probably use it instead. But in the mean time, this class may
be useful.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/apa6e/apa6e.cls
%doc %{_texmfdistdir}/doc/latex/apa6e/README
%doc %{_texmfdistdir}/doc/latex/apa6e/apa6e.pdf
#- source
%doc %{_texmfdistdir}/source/latex/apa6e/apa6e.dtx
%doc %{_texmfdistdir}/source/latex/apa6e/apa6e.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: 186dffb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24248 |14mu|texlive-appendix-1.2b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/appendix
# catalog-date 2009-09-02 11:33:10 +0200
# catalog-license lppl
# catalog-version 1.2b
Name:		texlive-appendix
Version:	1.2b
Release:	4
Summary:	Extra control of appendices
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/appendix
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/appendix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/appendix.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/appendix.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The appendix package provides various ways of formatting the
titles of appendices. Also (sub)appendices environments are
provided that can be used, for example, for per chapter/section
appendices. The word `Appendix' or similar can be prepended to
the appendix number for article class documents. The word
`Appendices' or similar can be added to the table of contents
before the appendices are listed. The word `Appendices' or
similar can be typeset as a \part-like heading (page) in the
body. An appendices environment is provided which can be used
instead of the \appendix command.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/appendix/appendix.sty
%doc %{_texmfdistdir}/doc/latex/appendix/README
%doc %{_texmfdistdir}/doc/latex/appendix/appendix.pdf
#- source
%doc %{_texmfdistdir}/source/latex/appendix/appendix.dtx
%doc %{_texmfdistdir}/source/latex/appendix/appendix.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2b-4
+ Revision: 90a9a4f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24249 |14mu|texlive-appendixnumberbeamer-20120329-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25809
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/appendixnumberbeamer
# catalog-date 2012-03-29 08:44:19 +0200
# catalog-license gpl3
# catalog-version undef
Name:		texlive-appendixnumberbeamer
Version:	20120329
Release:	3
Summary:	Manage frame numbering in appendixes in beamer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/appendixnumberbeamer
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/appendixnumberbeamer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/appendixnumberbeamer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package arranges that an appendix in a beamer presentation
is not counted in the frame count of the presentation;
appendixes are numbered starting from one.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/appendixnumberbeamer/appendixnumberbeamer.sty
%doc %{_texmfdistdir}/doc/latex/appendixnumberbeamer/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120329-3
+ Revision: 38cfe45
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24250 |14mu|texlive-apptools-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28400
# category Package
# catalog-ctan /macros/latex/contrib/apptools
# catalog-date 2012-11-29 15:27:46 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-apptools
Version:	1.0
Release:	7
Summary:	Tools for customising appendices
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/apptools
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apptools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apptools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/apptools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an \AtAppendix command to add code to a
hook that is executed when \appendix is called by the user.
Additionally, a TeX conditional \ifappendix and a LaTeX-style
conditional \IfAppendix are provided to check if \appendix has
already been called.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/apptools/apptools.sty
%doc %{_texmfdistdir}/doc/latex/apptools/apptools-test.tex
%doc %{_texmfdistdir}/doc/latex/apptools/apptools.pdf
#- source
%doc %{_texmfdistdir}/source/latex/apptools/apptools.drv
%doc %{_texmfdistdir}/source/latex/apptools/apptools.dtx
%doc %{_texmfdistdir}/source/latex/apptools/apptools.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 5f4c4d8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24251 |14mu|texlive-ar-20080419-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21791
# category Package
# catalog-ctan /macros/latex/contrib/ar
# catalog-date 2008-04-19 22:58:44 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-ar
Version:	20080419
Release:	4
Summary:	Capital A and capital R ligature for Apsect Ratio
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ar
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides MetaFont files and a LaTeX package for producing and
using the uppercase A/R ligature as used by scientists and
engineers in the field of aeronautics as the symbol for "aspect
ratio".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/ar/ar10.mf
%{_texmfdistdir}/fonts/source/public/ar/ar12.mf
%{_texmfdistdir}/fonts/source/public/ar/ar5.mf
%{_texmfdistdir}/fonts/source/public/ar/ar6.mf
%{_texmfdistdir}/fonts/source/public/ar/ar7.mf
%{_texmfdistdir}/fonts/source/public/ar/ar8.mf
%{_texmfdistdir}/fonts/source/public/ar/ar9.mf
%{_texmfdistdir}/fonts/tfm/public/ar/ar10.tfm
%{_texmfdistdir}/fonts/tfm/public/ar/ar12.tfm
%{_texmfdistdir}/fonts/tfm/public/ar/ar5.tfm
%{_texmfdistdir}/fonts/tfm/public/ar/ar6.tfm
%{_texmfdistdir}/fonts/tfm/public/ar/ar7.tfm
%{_texmfdistdir}/fonts/tfm/public/ar/ar8.tfm
%{_texmfdistdir}/fonts/tfm/public/ar/ar9.tfm
%{_texmfdistdir}/tex/latex/ar/ar.sty
%doc %{_texmfdistdir}/doc/latex/ar/ar.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080419-4
+ Revision: 2f8ab04
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24252 |14mu|texlive-arabi-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25095
# category Package
# catalog-ctan /language/arabic/arabi
# catalog-date 2011-12-04 22:44:34 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-arabi
Version:	1.1
Release:	5
Summary:	(La)TeX support for Arabic and Farsi, compliant with Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/arabic/arabi
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arabi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arabi.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the Arabic and Farsi script support for
TeX without the need of any external pre-processor, and in a
way that is compatible with babel. The bi-directional
capability supposes that the user has a TeX engine that knows
the four primitives \beginR, \endR, \beginL and \endL. That is
the case in both the TeX--XeT and e-TeX engines. Arabi will
accept input in several 8-bit encodings, including UTF-8. Arabi
can make use of a wide variety of Arabic and Farsi fonts; PDF
files generated using Arabi may be searched, and text may be
copied from them and pasted elsewhere.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/arabi/arabeyes/ae_almohanad_boldItalitalic.afm
%{_texmfdistdir}/fonts/afm/arabi/arabeyes/ae_almohanad_thin.afm
%{_texmfdistdir}/fonts/afm/arabi/arabeyes/ae_almohanad_xxbold.afm
%{_texmfdistdir}/fonts/enc/dvips/arabi/ararabeyes.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/ardtpnaskh.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/ardtpthuluth.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/armonotype.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/aromega.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/arsimplified.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/arunicode.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/farsitex.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/farsiwebencoding.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/frmonotype.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/frsimple.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/frsimplified.enc
%{_texmfdistdir}/fonts/enc/dvips/arabi/frunicode.enc
%{_texmfdistdir}/fonts/map/dvips/arabi/arabi.map
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/ae_almohanad_xxbold.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/ae_alyermook.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/ae_arab.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/ae_tholoth.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aealbattar.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aealmateen.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aealmohanadb.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aealmohanadbolditalic.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aealmothnna.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aealyermook.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aearab.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aecortoba.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aedimnah.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aefurat.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aegranada.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aegraph.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aehani.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aehor.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aekayrawan.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aekhalid.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aemashq.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aemetal.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aenada.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aenagham.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aenice.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aeostorah.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aeouhod.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aepetra.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aerehan.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aesalem.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aeshado.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aesharjah.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aesindibad.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aetarablus.tfm
%{_texmfdistdir}/fonts/tfm/arabi/arabeyes/aetholoth.tfm
%{_texmfdistdir}/fonts/tfm/arabi/farsiweb/homa.tfm
%{_texmfdistdir}/fonts/tfm/arabi/farsiweb/nazli.tfm
%{_texmfdistdir}/fonts/tfm/arabi/farsiweb/nazlib.tfm
%{_texmfdistdir}/fonts/tfm/arabi/farsiweb/nazlibout.tfm
%{_texmfdistdir}/fonts/tfm/arabi/farsiweb/nazliout.tfm
%{_texmfdistdir}/fonts/tfm/arabi/farsiweb/titr.tfm
%{_texmfdistdir}/fonts/tfm/arabi/farsiweb/titrout.tfm
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_albattar.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_almateen.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_almohanad_bold.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_almohanad_boldItalitalic.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_almohanad_thin.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_almohanad_xxbold.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_almothnna.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_alyermook.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_arab.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_cortoba.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_dimnah.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_furat.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_granada.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_graph.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_hani.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_hor.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_kayrawan.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_khalid.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_mashq.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_metal.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_nada.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_nagham.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_nice.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_ostorah.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_ouhod.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_petra.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_rehan.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_salem.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_shado.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_sharjah.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_sindibad.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_tarablus.pfb
%{_texmfdistdir}/fonts/type1/arabi/arabeyes/ae_tholoth.pfb
%{_texmfdistdir}/fonts/type1/arabi/farsiweb/homa.pfb
%{_texmfdistdir}/fonts/type1/arabi/farsiweb/nazli.pfb
%{_texmfdistdir}/fonts/type1/arabi/farsiweb/nazlib.pfb
%{_texmfdistdir}/fonts/type1/arabi/farsiweb/titr.pfb
%{_texmfdistdir}/tex/latex/arabi/8859-6.def
%{_texmfdistdir}/tex/latex/arabi/PPRarabic.sty
%{_texmfdistdir}/tex/latex/arabi/arabi4ht.cfg
%{_texmfdistdir}/tex/latex/arabi/arabic.cfg
%{_texmfdistdir}/tex/latex/arabi/arabic.ldf
%{_texmfdistdir}/tex/latex/arabi/arabicfnt.sty
%{_texmfdistdir}/tex/latex/arabi/arabicore.sty
%{_texmfdistdir}/tex/latex/arabi/arabiftoday.sty
%{_texmfdistdir}/tex/latex/arabi/arabnovowel.sty
%{_texmfdistdir}/tex/latex/arabi/arfonts.sty
%{_texmfdistdir}/tex/latex/arabi/calendrierfpar.sty
%{_texmfdistdir}/tex/latex/arabi/calendrierfpmodified.sty
%{_texmfdistdir}/tex/latex/arabi/cp1256.def
%{_texmfdistdir}/tex/latex/arabi/farsi.ldf
%{_texmfdistdir}/tex/latex/arabi/farsifnt.sty
%{_texmfdistdir}/tex/latex/arabi/fmultico.sty
%{_texmfdistdir}/tex/latex/arabi/fnum.sty
%{_texmfdistdir}/tex/latex/arabi/frfonts.sty
%{_texmfdistdir}/tex/latex/arabi/haparabica.sty
%{_texmfdistdir}/tex/latex/arabi/laeaealbattar.fd
%{_texmfdistdir}/tex/latex/arabi/laeaealmateen.fd
%{_texmfdistdir}/tex/latex/arabi/laeaealmohanadb.fd
%{_texmfdistdir}/tex/latex/arabi/laeaealmothnna.fd
%{_texmfdistdir}/tex/latex/arabi/laeaealyermook.fd
%{_texmfdistdir}/tex/latex/arabi/laeaearab.fd
%{_texmfdistdir}/tex/latex/arabi/laeaecortoba.fd
%{_texmfdistdir}/tex/latex/arabi/laeaedimnah.fd
%{_texmfdistdir}/tex/latex/arabi/laeaefurat.fd
%{_texmfdistdir}/tex/latex/arabi/laeaegranada.fd
%{_texmfdistdir}/tex/latex/arabi/laeaegraph.fd
%{_texmfdistdir}/tex/latex/arabi/laeaehani.fd
%{_texmfdistdir}/tex/latex/arabi/laeaehor.fd
%{_texmfdistdir}/tex/latex/arabi/laeaekayrawan.fd
%{_texmfdistdir}/tex/latex/arabi/laeaekhalid.fd
%{_texmfdistdir}/tex/latex/arabi/laeaemashq.fd
%{_texmfdistdir}/tex/latex/arabi/laeaemetal.fd
%{_texmfdistdir}/tex/latex/arabi/laeaenada.fd
%{_texmfdistdir}/tex/latex/arabi/laeaenagham.fd
%{_texmfdistdir}/tex/latex/arabi/laeaenice.fd
%{_texmfdistdir}/tex/latex/arabi/laeaeostorah.fd
%{_texmfdistdir}/tex/latex/arabi/laeaeouhod.fd
%{_texmfdistdir}/tex/latex/arabi/laeaepetra.fd
%{_texmfdistdir}/tex/latex/arabi/laeaerehan.fd
%{_texmfdistdir}/tex/latex/arabi/laeaesalem.fd
%{_texmfdistdir}/tex/latex/arabi/laeaeshado.fd
%{_texmfdistdir}/tex/latex/arabi/laeaesharjah.fd
%{_texmfdistdir}/tex/latex/arabi/laeaesindibad.fd
%{_texmfdistdir}/tex/latex/arabi/laeaetarablus.fd
%{_texmfdistdir}/tex/latex/arabi/laeaetholoth.fd
%{_texmfdistdir}/tex/latex/arabi/laeandlso.fd
%{_texmfdistdir}/tex/latex/arabi/laeararial.fd
%{_texmfdistdir}/tex/latex/arabi/laearcour.fd
%{_texmfdistdir}/tex/latex/arabi/laearomega.fd
%{_texmfdistdir}/tex/latex/arabi/laearsimpo.fd
%{_texmfdistdir}/tex/latex/arabi/laeartimes.fd
%{_texmfdistdir}/tex/latex/arabi/laeasv.fd
%{_texmfdistdir}/tex/latex/arabi/laecmr.fd
%{_texmfdistdir}/tex/latex/arabi/laecmss.fd
%{_texmfdistdir}/tex/latex/arabi/laecmtt.fd
%{_texmfdistdir}/tex/latex/arabi/laedthuluth.fd
%{_texmfdistdir}/tex/latex/arabi/laedtpn.fd
%{_texmfdistdir}/tex/latex/arabi/laedtpnsp.fd
%{_texmfdistdir}/tex/latex/arabi/laeenc.def
%{_texmfdistdir}/tex/latex/arabi/laeenc.dfu
%{_texmfdistdir}/tex/latex/arabi/laekacstbook.fd
%{_texmfdistdir}/tex/latex/arabi/laemaghribi.fd
%{_texmfdistdir}/tex/latex/arabi/laenaskhi.fd
%{_texmfdistdir}/tex/latex/arabi/laereqaa.fd
%{_texmfdistdir}/tex/latex/arabi/laetraditionalarabic.fd
%{_texmfdistdir}/tex/latex/arabi/lagally.sty
%{_texmfdistdir}/tex/latex/arabi/lfecmr.fd
%{_texmfdistdir}/tex/latex/arabi/lfecmss.fd
%{_texmfdistdir}/tex/latex/arabi/lfecmtt.fd
%{_texmfdistdir}/tex/latex/arabi/lfeelham.fd
%{_texmfdistdir}/tex/latex/arabi/lfeenc.def
%{_texmfdistdir}/tex/latex/arabi/lfefandlso.fd
%{_texmfdistdir}/tex/latex/arabi/lfefarsismpl.fd
%{_texmfdistdir}/tex/latex/arabi/lfefrarial.fd
%{_texmfdistdir}/tex/latex/arabi/lfefrtimes.fd
%{_texmfdistdir}/tex/latex/arabi/lfeftraditionalarabic.fd
%{_texmfdistdir}/tex/latex/arabi/lfehoma.fd
%{_texmfdistdir}/tex/latex/arabi/lfekoodak.fd
%{_texmfdistdir}/tex/latex/arabi/lfenazli.fd
%{_texmfdistdir}/tex/latex/arabi/lfenazliout.fd
%{_texmfdistdir}/tex/latex/arabi/lferoya.fd
%{_texmfdistdir}/tex/latex/arabi/lfesmplarabic.fd
%{_texmfdistdir}/tex/latex/arabi/lfeterafik.fd
%{_texmfdistdir}/tex/latex/arabi/lfetitr.fd
%{_texmfdistdir}/tex/latex/arabi/lfetitrout.fd
%{_texmfdistdir}/tex/latex/arabi/mosq.def
%{_texmfdistdir}/tex/latex/arabi/poetry.sty
%{_texmfdistdir}/tex/latex/arabi/puenc-ar.def
%{_texmfdistdir}/tex/latex/arabi/transcmr.fd
%{_texmfdistdir}/tex/latex/arabi/translit.sty
%doc %{_texmfdistdir}/doc/latex/arabi/README
%doc %{_texmfdistdir}/doc/latex/arabi/bblopts.cfg
%doc %{_texmfdistdir}/doc/latex/arabi/big2.pdf
%doc %{_texmfdistdir}/doc/latex/arabi/big2.tex
%doc %{_texmfdistdir}/doc/latex/arabi/fontchart_arabic.pdf
%doc %{_texmfdistdir}/doc/latex/arabi/fontchart_farsi.pdf
%doc %{_texmfdistdir}/doc/latex/arabi/lion.pdf
%doc %{_texmfdistdir}/doc/latex/arabi/lppl.tex
%doc %{_texmfdistdir}/doc/latex/arabi/samplebook.css
%doc %{_texmfdistdir}/doc/latex/arabi/samplebook.html
%doc %{_texmfdistdir}/doc/latex/arabi/samplebook.pdf
%doc %{_texmfdistdir}/doc/latex/arabi/samplebook.tex
%doc %{_texmfdistdir}/doc/latex/arabi/test_beamer.pdf
%doc %{_texmfdistdir}/doc/latex/arabi/testplaintex.pdf
%doc %{_texmfdistdir}/doc/latex/arabi/testplaintex.tex
%doc %{_texmfdistdir}/doc/latex/arabi/user_guide.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-5
+ Revision: f2ebb4b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24253 |14mu|texlive-arabtex-3.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25711
# category Package
# catalog-ctan /language/arabic/arabtex
# catalog-date 2012-03-20 14:44:41 +0100
# catalog-license lppl
# catalog-version 3.17 
Name:		texlive-arabtex
Version:	3.17
Release:	3
Summary:	Macros and fonts for typesetting Arabic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/arabic/arabtex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arabtex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arabtex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
ArabTeX is a package extending the capabilities of TeX/LaTeX to
generate Arabic and Hebrew text. Input may be in ASCII
transliteration or other encodings (including UTF-8); output
may be Arabic, Hebrew, or any of several languages that use the
Arabic script. ArabTeX consists of a TeX macro package and
Arabic and Hebrew fonts (provided both in Metafont format and
Adobe Type 1). The Arabic font is presently only available in
the Naskhi style. ArabTeX will run with Plain TeX and also with
LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/arabtex/arabtex.map
%{_texmfdistdir}/fonts/source/public/arabtex/arabsymb.mf
%{_texmfdistdir}/fonts/source/public/arabtex/hcaption.mf
%{_texmfdistdir}/fonts/source/public/arabtex/hcbase.mf
%{_texmfdistdir}/fonts/source/public/arabtex/hclassic.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nash.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nash14.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nash14bf.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nashbase.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nashchar.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nashdia.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nashdig.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nashlig.mf
%{_texmfdistdir}/fonts/source/public/arabtex/nashspec.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xarbsymb.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnsh.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnsh14.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnsh14bf.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnshbase.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnshchar.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnshdia.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnshdig.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnshlig.mf
%{_texmfdistdir}/fonts/source/public/arabtex/xnshspec.mf
%{_texmfdistdir}/fonts/tfm/public/arabtex/hcaption.tfm
%{_texmfdistdir}/fonts/tfm/public/arabtex/hclassic.tfm
%{_texmfdistdir}/fonts/tfm/public/arabtex/nash14.tfm
%{_texmfdistdir}/fonts/tfm/public/arabtex/nash14bf.tfm
%{_texmfdistdir}/fonts/tfm/public/arabtex/xnsh14.tfm
%{_texmfdistdir}/fonts/tfm/public/arabtex/xnsh14bf.tfm
%{_texmfdistdir}/fonts/tfm/public/arabtex/yarborn.tfm
%{_texmfdistdir}/fonts/type1/public/arabtex/hcaption-4.pfb
%{_texmfdistdir}/fonts/type1/public/arabtex/hclassic-4.pfb
%{_texmfdistdir}/fonts/type1/public/arabtex/xnsh14.pfb
%{_texmfdistdir}/fonts/type1/public/arabtex/xnsh14bf.pfb
%{_texmfdistdir}/tex/latex/arabtex/Uxnsh.fd
%{_texmfdistdir}/tex/latex/arabtex/abidir.sty
%{_texmfdistdir}/tex/latex/arabtex/abjad.sty
%{_texmfdistdir}/tex/latex/arabtex/aboxes.sty
%{_texmfdistdir}/tex/latex/arabtex/acjk.sty
%{_texmfdistdir}/tex/latex/arabtex/acmd.sty
%{_texmfdistdir}/tex/latex/arabtex/aconfig.sty
%{_texmfdistdir}/tex/latex/arabtex/aedpatch.sty
%{_texmfdistdir}/tex/latex/arabtex/afonts.sty
%{_texmfdistdir}/tex/latex/arabtex/afonts0.sty
%{_texmfdistdir}/tex/latex/arabtex/afonts1.sty
%{_texmfdistdir}/tex/latex/arabtex/afonts2.sty
%{_texmfdistdir}/tex/latex/arabtex/afoot.sty
%{_texmfdistdir}/tex/latex/arabtex/alatex.sty
%{_texmfdistdir}/tex/latex/arabtex/aligs.sty
%{_texmfdistdir}/tex/latex/arabtex/alists.sty
%{_texmfdistdir}/tex/latex/arabtex/alocal.sty
%{_texmfdistdir}/tex/latex/arabtex/altxext.sty
%{_texmfdistdir}/tex/latex/arabtex/amac.sty
%{_texmfdistdir}/tex/latex/arabtex/aoutput.sty
%{_texmfdistdir}/tex/latex/arabtex/aparse.sty
%{_texmfdistdir}/tex/latex/arabtex/apatch.sty
%{_texmfdistdir}/tex/latex/arabtex/arababel.sty
%{_texmfdistdir}/tex/latex/arabtex/arabart.cls
%{_texmfdistdir}/tex/latex/arabtex/arabaux.sty
%{_texmfdistdir}/tex/latex/arabtex/arabbook.cls
%{_texmfdistdir}/tex/latex/arabtex/arabchrs.sty
%{_texmfdistdir}/tex/latex/arabtex/arabext.sty
%{_texmfdistdir}/tex/latex/arabtex/arabrep.cls
%{_texmfdistdir}/tex/latex/arabtex/arabrep1.cls
%{_texmfdistdir}/tex/latex/arabtex/arabskel.sty
%{_texmfdistdir}/tex/latex/arabtex/arabsymb.sty
%{_texmfdistdir}/tex/latex/arabtex/arabtex-doc.tex
%{_texmfdistdir}/tex/latex/arabtex/arabtex.sty
%{_texmfdistdir}/tex/latex/arabtex/arabtex.tex
%{_texmfdistdir}/tex/latex/arabtex/arabtoks.sty
%{_texmfdistdir}/tex/latex/arabtex/arwindoc.tex
%{_texmfdistdir}/tex/latex/arabtex/ascan.sty
%{_texmfdistdir}/tex/latex/arabtex/asect.sty
%{_texmfdistdir}/tex/latex/arabtex/asize10.clo
%{_texmfdistdir}/tex/latex/arabtex/asize11.clo
%{_texmfdistdir}/tex/latex/arabtex/asize12.clo
%{_texmfdistdir}/tex/latex/arabtex/asmo449.sty
%{_texmfdistdir}/tex/latex/arabtex/asmo449a.sty
%{_texmfdistdir}/tex/latex/arabtex/atabg.sty
%{_texmfdistdir}/tex/latex/arabtex/atrans.sty
%{_texmfdistdir}/tex/latex/arabtex/awrite.sty
%{_texmfdistdir}/tex/latex/arabtex/bhs.sty
%{_texmfdistdir}/tex/latex/arabtex/bhslabel.sty
%{_texmfdistdir}/tex/latex/arabtex/buck.sty
%{_texmfdistdir}/tex/latex/arabtex/captions.def
%{_texmfdistdir}/tex/latex/arabtex/cp1256.sty
%{_texmfdistdir}/tex/latex/arabtex/etrans.sty
%{_texmfdistdir}/tex/latex/arabtex/gedalin.sty
%{_texmfdistdir}/tex/latex/arabtex/guha.tex
%{_texmfdistdir}/tex/latex/arabtex/hebchrs.sty
%{_texmfdistdir}/tex/latex/arabtex/hebsymb.sty
%{_texmfdistdir}/tex/latex/arabtex/hebtex.sty
%{_texmfdistdir}/tex/latex/arabtex/hebtex.tex
%{_texmfdistdir}/tex/latex/arabtex/hecmd.sty
%{_texmfdistdir}/tex/latex/arabtex/hefonts.sty
%{_texmfdistdir}/tex/latex/arabtex/hefonts0.sty
%{_texmfdistdir}/tex/latex/arabtex/hefonts1.sty
%{_texmfdistdir}/tex/latex/arabtex/hefonts2.sty
%{_texmfdistdir}/tex/latex/arabtex/heparse.sty
%{_texmfdistdir}/tex/latex/arabtex/hepatch.sty
%{_texmfdistdir}/tex/latex/arabtex/hescan.sty
%{_texmfdistdir}/tex/latex/arabtex/hetrans.sty
%{_texmfdistdir}/tex/latex/arabtex/hewrite.sty
%{_texmfdistdir}/tex/latex/arabtex/hmac.sty
%{_texmfdistdir}/tex/latex/arabtex/isiri.sty
%{_texmfdistdir}/tex/latex/arabtex/iso88596.sty
%{_texmfdistdir}/tex/latex/arabtex/kashmiri.tex
%{_texmfdistdir}/tex/latex/arabtex/ligtable.tex
%{_texmfdistdir}/tex/latex/arabtex/malay.tex
%{_texmfdistdir}/tex/latex/arabtex/nashbf.sty
%{_texmfdistdir}/tex/latex/arabtex/omar.tex
%{_texmfdistdir}/tex/latex/arabtex/raw.sty
%{_texmfdistdir}/tex/latex/arabtex/saw.sty
%{_texmfdistdir}/tex/latex/arabtex/sindhi.tex
%{_texmfdistdir}/tex/latex/arabtex/sotoku.sty
%{_texmfdistdir}/tex/latex/arabtex/twoblks.sty
%{_texmfdistdir}/tex/latex/arabtex/uheb.fd
%{_texmfdistdir}/tex/latex/arabtex/uighur.tex
%{_texmfdistdir}/tex/latex/arabtex/unash.fd
%{_texmfdistdir}/tex/latex/arabtex/utf8.sty
%{_texmfdistdir}/tex/latex/arabtex/utfcode.sty
%{_texmfdistdir}/tex/latex/arabtex/verses.sty
%{_texmfdistdir}/tex/latex/arabtex/witbhs.sty
%{_texmfdistdir}/tex/latex/arabtex/xarbskel.sty
%{_texmfdistdir}/tex/latex/arabtex/xarbsymb.sty
%{_texmfdistdir}/tex/latex/arabtex/yiddish.sty
%doc %{_texmfdistdir}/doc/latex/arabtex/announce.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/arabtex-doc.pdf
%doc %{_texmfdistdir}/doc/latex/arabtex/arabtex.doc
%doc %{_texmfdistdir}/doc/latex/arabtex/arabtex.faq
%doc %{_texmfdistdir}/doc/latex/arabtex/arabtex.gif
%doc %{_texmfdistdir}/doc/latex/arabtex/arabtex.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/arabtex1.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/arabtex2.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/changes.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/changes.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/changes2.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/chg311.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/chg311a.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/chg311b.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/chg311c.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/chg311d.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/guha.ps
%doc %{_texmfdistdir}/doc/latex/arabtex/hebrew.305
%doc %{_texmfdistdir}/doc/latex/arabtex/install.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/lppl.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/malay.ps
%doc %{_texmfdistdir}/doc/latex/arabtex/manifest.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/miktex.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/miktex.mai
%doc %{_texmfdistdir}/doc/latex/arabtex/new1.gif
%doc %{_texmfdistdir}/doc/latex/arabtex/new2.gif
%doc %{_texmfdistdir}/doc/latex/arabtex/readme.305
%doc %{_texmfdistdir}/doc/latex/arabtex/readme.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/refer.htm
%doc %{_texmfdistdir}/doc/latex/arabtex/sindhi.ps
%doc %{_texmfdistdir}/doc/latex/arabtex/tetex.txt
%doc %{_texmfdistdir}/doc/latex/arabtex/uighur.ps
%doc %{_texmfdistdir}/doc/latex/arabtex/xarbsymb.dat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.17-3
+ Revision: 9c3ec43
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24254 |14mu|texlive-arabxetex-v1.1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17470
# category Package
# catalog-ctan /macros/xetex/latex/arabxetex
# catalog-date 2010-03-06 08:51:23 +0100
# catalog-license lppl
# catalog-version v1.1.4
Name:		texlive-arabxetex
Version:	v1.1.4
Release:	4
Summary:	An ArabTeX-like interface for XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/arabxetex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arabxetex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arabxetex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arabxetex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
ArabXeTeX provides a convenient ArabTeX-like user-interface for
typesetting languages using the Arabic script in XeLaTeX, with
flexible access to font features. Input in ArabTeX notation can
be set in three different vocalization modes or in roman
transliteration. Direct UTF-8 input is also supported. The
parsing and converting of ArabTeX input to Unicode is done by
means of TECkit mappings. Version 1.0 provides support for
Arabic, Maghribi Arabic, Farsi (Persian), Urdu, Sindhi,
Kashmiri, Ottoman Turkish, Kurdish, Jawi (Malay) and Uighur.
The documentation (not yet complete) covers topics such as
typesetting the Holy Quran, typesetting bidirectional critical
editions (with ednotes), and information on various recommended
OpenType fonts for the Arabic script and for transliterating
Oriental languages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabicdigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabicdigits.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-trans-loc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-farsi-trans-loc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-farsi-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kashmiri-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kurdish.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-kurdish.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-maghribi-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-malay-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-pashto-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-sindhi-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-turk-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-uighur.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-uighur.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-urdu-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2alif-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-farsi-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kashmiri-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kurdish.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-kurdish.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-maghribi-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-malay-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-pashto-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-sindhi-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-turk-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-uighur.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-uighur.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-fullvoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-fullvoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-novoc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-novoc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-urdu-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-voc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-fdf2noalif-voc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-trans-loc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-pashto-trans-loc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-trans-loc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-sindhi-trans-loc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-dmg.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-dmg.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-loc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-trans-loc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-trans-loc.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/arabtex-urdu-trans-loc.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/farsidigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/farsidigits.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/fixlamalif.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/fixlamalif.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/mirrorpunct.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/arabxetex/mirrorpunct.tec
%{_texmfdistdir}/tex/xelatex/arabxetex/arabxetex.sty
%doc %{_texmfdistdir}/doc/xelatex/arabxetex/README
%doc %{_texmfdistdir}/doc/xelatex/arabxetex/arabxetex.pdf
%doc %{_texmfdistdir}/doc/xelatex/arabxetex/examples/ednotes_example.pdf
%doc %{_texmfdistdir}/doc/xelatex/arabxetex/examples/ednotes_example.tex
%doc %{_texmfdistdir}/doc/xelatex/arabxetex/examples/minimal.tex
#- source
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-farsi-trans-loc.map
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-kurdish.maps
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-pashto-trans-loc.map
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-sindhi-trans-loc.map
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-trans-dmg.map
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-trans-loc.map
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-uighur.maps
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex-urdu-trans-loc.map
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabtex.maps
%doc %{_texmfdistdir}/source/xelatex/arabxetex/arabxetex.dtx
%doc %{_texmfdistdir}/source/xelatex/arabxetex/makemaps.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.1.4-4
+ Revision: d955271
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24255 |14mu|texlive-aramaic-serto-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30042
# category Package
# catalog-ctan /language/aramaic/serto
# catalog-date 2013-04-18 13:30:17 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-aramaic-serto
Version:	1.0
Release:	7
Summary:	Fonts and LaTeX for Syriac written in Serto
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/aramaic/serto
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aramaic-serto.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/aramaic-serto.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package enables (La)TeX users to typeset words or phrases
(e-tex extensions are needed) in Syriac (Aramaic) using the
Serto-alphabet. The package includes a preprocessor written in
Python (>= 1.5.2) in order to deal with right-to-left
typesetting for those who do not want to use elatex and to
choose the correct letter depending on word context
(initial/medial/final form). Detailed documentation and
examples are included.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/aramaic-serto/assy.afm
%{_texmfdistdir}/fonts/afm/public/aramaic-serto/assyrb10.afm
%{_texmfdistdir}/fonts/afm/public/aramaic-serto/serto10.afm
%{_texmfdistdir}/fonts/afm/public/aramaic-serto/sertob10.afm
%{_texmfdistdir}/fonts/map/dvips/aramaic-serto/syriac.map
%{_texmfdistdir}/fonts/source/public/aramaic-serto/assy.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/assyrb10.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/assyrfont.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/serto.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/serto10.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/sertob10.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/sertobase.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/sertofont.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/sertomacros.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/syriacvowels.mf
%{_texmfdistdir}/fonts/source/public/aramaic-serto/test.mf
%{_texmfdistdir}/fonts/tfm/public/aramaic-serto/assy.tfm
%{_texmfdistdir}/fonts/tfm/public/aramaic-serto/assyrb10.tfm
%{_texmfdistdir}/fonts/tfm/public/aramaic-serto/serto10.tfm
%{_texmfdistdir}/fonts/tfm/public/aramaic-serto/sertob10.tfm
%{_texmfdistdir}/fonts/type1/public/aramaic-serto/assy.pfb
%{_texmfdistdir}/fonts/type1/public/aramaic-serto/assyrb10.pfb
%{_texmfdistdir}/fonts/type1/public/aramaic-serto/serto10.pfb
%{_texmfdistdir}/fonts/type1/public/aramaic-serto/sertob10.pfb
%{_texmfdistdir}/tex/latex/aramaic-serto/assyr.sty
%{_texmfdistdir}/tex/latex/aramaic-serto/serto.sty
%{_texmfdistdir}/tex/latex/aramaic-serto/syriac.sty
%{_texmfdistdir}/tex/latex/aramaic-serto/uassyr.fd
%{_texmfdistdir}/tex/latex/aramaic-serto/userto.fd
%doc %{_texmfdistdir}/doc/latex/aramaic-serto/README
%doc %{_texmfdistdir}/doc/latex/aramaic-serto/assyr.font
%doc %{_texmfdistdir}/doc/latex/aramaic-serto/example.ptex
%doc %{_texmfdistdir}/doc/latex/aramaic-serto/serto.font
%doc %{_texmfdistdir}/doc/latex/aramaic-serto/serto.py
%doc %{_texmfdistdir}/doc/latex/aramaic-serto/sertodoc.pdf
%doc %{_texmfdistdir}/doc/latex/aramaic-serto/sertodoc.ptex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: fe3c422
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24256 |14mu|texlive-arcs-2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/arcs
# catalog-date 2006-10-12 15:06:10 +0200
# catalog-license lppl
# catalog-version 1
Name:		texlive-arcs
Version:	2
Release:	4
Summary:	Draw arcs over and under text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/arcs
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arcs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arcs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arcs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides two commands for placing an arc over
(\overarc) or under (\underarc) a piece of text. (The text may
be up to three letters long.) The commands generate an \hbox,
and may be used both in text and in maths formulae.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/arcs/arcs.sty
%doc %{_texmfdistdir}/doc/latex/arcs/README
%doc %{_texmfdistdir}/doc/latex/arcs/arcs.pdf
%doc %{_texmfdistdir}/doc/latex/arcs/arcstest.tex
#- source
%doc %{_texmfdistdir}/source/latex/arcs/arcs.dtx
%doc %{_texmfdistdir}/source/latex/arcs/arcs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2-4
+ Revision: 5fa0fe2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24257 |14mu|texlive-arphic-20070525-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/arphic
# catalog-date 2007-05-25 18:39:01 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-arphic
Version:	20070525
Release:	4
Summary:	Arphic (Chinese) font packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/arphic
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arphic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arphic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
These are font bundles for the Chinese Arphic fonts which work
with the CJK package. Arphic is actually the name of the
company that which created the fonts (and put them under a GPL-
like licence).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/arphic/config.bkaiu
%{_texmfdistdir}/dvips/arphic/config.bsmiu
%{_texmfdistdir}/dvips/arphic/config.gbsnu
%{_texmfdistdir}/dvips/arphic/config.gkaiu
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu00.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu02.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu03.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu20.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu21.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu22.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu25.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu26.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu30.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu31.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu32.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu33.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu4e.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu4f.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu50.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu51.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu52.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu53.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu54.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu55.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu56.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu57.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu58.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu59.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu5a.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu5b.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu5c.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu5d.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu5e.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu5f.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu60.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu61.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu62.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu63.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu64.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu65.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu66.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu67.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu68.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu69.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu6a.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu6b.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu6c.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu6d.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu6e.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu6f.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu70.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu71.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu72.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu73.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu74.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu75.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu76.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu77.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu78.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu79.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu7a.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu7b.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu7c.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu7d.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu7e.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu7f.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu80.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu81.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu82.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu83.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu84.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu85.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu86.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu87.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu88.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu89.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu8a.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu8b.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu8c.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu8d.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu8e.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu8f.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu90.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu91.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu92.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu93.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu94.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu95.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu96.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu97.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu98.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu99.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu9a.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu9b.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu9c.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu9d.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu9e.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiu9f.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiuee.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiuf6.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiuf7.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiuf8.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiufa.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiufe.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiuff.afm
%{_texmfdistdir}/fonts/afm/arphic/bkaiu/bkaiuv.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu00.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu02.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu03.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu20.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu21.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu22.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu25.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu26.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu30.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu31.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu32.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu33.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu4e.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu4f.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu50.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu51.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu52.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu53.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu54.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu55.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu56.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu57.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu58.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu59.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu5a.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu5b.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu5c.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu5d.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu5e.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu5f.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu60.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu61.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu62.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu63.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu64.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu65.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu66.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu67.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu68.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu69.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu6a.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu6b.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu6c.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu6d.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu6e.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu6f.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu70.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu71.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu72.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu73.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu74.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu75.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu76.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu77.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu78.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu79.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu7a.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu7b.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu7c.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu7d.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu7e.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu7f.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu80.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu81.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu82.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu83.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu84.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu85.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu86.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu87.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu88.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu89.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu8a.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu8b.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu8c.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu8d.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu8e.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu8f.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu90.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu91.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu92.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu93.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu94.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu95.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu96.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu97.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu98.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu99.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu9a.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu9b.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu9c.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu9d.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu9e.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiu9f.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiuee.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiuf6.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiuf7.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiuf8.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiufa.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiufe.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiuff.afm
%{_texmfdistdir}/fonts/afm/arphic/bsmiu/bsmiuv.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu00.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu01.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu02.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu03.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu04.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu20.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu21.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu22.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu23.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu24.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu25.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu26.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu30.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu31.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu32.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu4e.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu4f.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu50.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu51.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu52.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu53.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu54.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu55.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu56.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu57.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu58.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu59.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu5a.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu5b.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu5c.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu5d.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu5e.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu5f.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu60.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu61.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu62.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu63.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu64.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu65.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu66.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu67.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu68.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu69.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu6a.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu6b.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu6c.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu6d.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu6e.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu6f.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu70.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu71.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu72.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu73.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu74.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu75.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu76.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu77.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu78.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu79.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu7a.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu7b.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu7c.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu7d.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu7e.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu7f.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu80.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu81.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu82.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu83.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu84.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu85.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu86.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu87.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu88.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu89.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu8a.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu8b.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu8c.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu8d.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu8e.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu8f.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu90.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu91.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu92.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu93.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu94.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu95.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu96.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu97.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu98.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu99.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu9a.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu9b.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu9c.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu9e.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnu9f.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnufe.afm
%{_texmfdistdir}/fonts/afm/arphic/gbsnu/gbsnuff.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu00.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu01.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu02.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu03.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu04.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu20.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu21.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu22.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu23.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu24.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu25.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu26.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu30.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu31.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu32.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu4e.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu4f.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu50.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu51.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu52.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu53.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu54.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu55.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu56.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu57.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu58.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu59.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu5a.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu5b.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu5c.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu5d.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu5e.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu5f.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu60.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu61.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu62.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu63.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu64.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu65.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu66.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu67.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu68.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu69.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu6a.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu6b.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu6c.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu6d.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu6e.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu6f.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu70.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu71.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu72.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu73.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu74.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu75.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu76.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu77.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu78.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu79.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu7a.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu7b.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu7c.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu7d.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu7e.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu7f.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu80.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu81.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu82.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu83.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu84.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu85.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu86.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu87.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu88.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu89.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu8a.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu8b.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu8c.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu8d.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu8e.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu8f.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu90.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu91.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu92.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu93.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu94.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu95.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu96.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu97.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu98.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu99.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu9a.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu9b.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu9c.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu9e.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiu9f.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiufe.afm
%{_texmfdistdir}/fonts/afm/arphic/gkaiu/gkaiuff.afm
%{_texmfdistdir}/fonts/map/dvips/arphic/bkaiu.map
%{_texmfdistdir}/fonts/map/dvips/arphic/bsmiu.map
%{_texmfdistdir}/fonts/map/dvips/arphic/gbsnu.map
%{_texmfdistdir}/fonts/map/dvips/arphic/gkaiu.map
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp01.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp04.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp05.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp06.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp07.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp08.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp09.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp10.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp11.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp12.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp13.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp14.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp15.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp16.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp17.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp18.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp19.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp23.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp27.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp28.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp29.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp33.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp34.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp35.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp36.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp37.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp38.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp39.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp40.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp41.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp42.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp43.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp44.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp45.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp46.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp47.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp48.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp49.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp50.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp51.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp52.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp53.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp54.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimp55.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaimp/bkaimpv.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu33.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu4e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu4f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu50.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu51.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu52.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu53.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu54.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu55.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu56.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu57.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu58.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu59.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu5a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu5b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu5c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu5d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu5e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu5f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu60.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu61.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu62.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu63.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu64.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu65.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu66.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu67.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu68.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu69.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu6a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu6b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu6c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu6d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu6e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu6f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu70.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu71.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu72.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu73.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu74.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu75.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu76.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu77.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu78.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu79.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu7a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu7b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu7c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu7d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu7e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu7f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu80.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu81.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu82.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu83.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu84.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu85.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu86.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu87.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu88.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu89.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu8a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu8b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu8c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu8d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu8e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu8f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu90.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu91.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu92.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu93.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu94.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu95.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu96.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu97.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu98.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu99.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu9a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu9b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu9c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu9d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu9e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiu9f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiuee.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiuf6.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiuf7.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiuf8.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiufa.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiufe.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiuff.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bkaiu/bkaiuv.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp01.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp04.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp05.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp06.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp07.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp08.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp09.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp10.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp11.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp12.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp13.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp14.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp15.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp16.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp17.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp18.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp19.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp23.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp27.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp28.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp29.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp33.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp34.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp35.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp36.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp37.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp38.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp39.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp40.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp41.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp42.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp43.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp44.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp45.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp46.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp47.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp48.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp49.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp50.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp51.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp52.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp53.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp54.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilp55.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmilp/bsmilpv.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu33.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu4e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu4f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu50.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu51.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu52.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu53.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu54.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu55.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu56.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu57.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu58.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu59.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu5a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu5b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu5c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu5d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu5e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu5f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu60.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu61.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu62.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu63.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu64.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu65.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu66.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu67.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu68.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu69.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu6a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu6b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu6c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu6d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu6e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu6f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu70.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu71.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu72.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu73.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu74.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu75.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu76.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu77.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu78.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu79.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu7a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu7b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu7c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu7d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu7e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu7f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu80.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu81.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu82.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu83.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu84.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu85.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu86.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu87.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu88.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu89.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu8a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu8b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu8c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu8d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu8e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu8f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu90.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu91.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu92.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu93.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu94.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu95.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu96.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu97.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu98.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu99.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu9a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu9b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu9c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu9d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu9e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiu9f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiuee.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiuf6.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiuf7.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiuf8.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiufa.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiufe.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiuff.tfm
%{_texmfdistdir}/fonts/tfm/arphic/bsmiu/bsmiuv.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp01.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp04.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp06.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp07.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp08.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp09.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp10.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp11.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp12.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp13.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp14.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp15.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp16.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp17.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp18.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp19.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp23.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp24.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp27.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp28.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp29.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnlp/gbsnlp32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu01.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu04.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu23.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu24.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu4e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu4f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu50.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu51.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu52.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu53.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu54.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu55.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu56.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu57.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu58.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu59.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu5a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu5b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu5c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu5d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu5e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu5f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu60.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu61.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu62.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu63.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu64.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu65.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu66.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu67.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu68.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu69.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu6a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu6b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu6c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu6d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu6e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu6f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu70.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu71.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu72.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu73.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu74.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu75.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu76.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu77.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu78.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu79.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu7a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu7b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu7c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu7d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu7e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu7f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu80.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu81.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu82.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu83.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu84.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu85.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu86.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu87.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu88.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu89.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu8a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu8b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu8c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu8d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu8e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu8f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu90.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu91.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu92.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu93.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu94.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu95.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu96.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu97.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu98.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu99.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu9a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu9b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu9c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu9e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnu9f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnufe.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gbsnu/gbsnuff.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp01.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp04.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp06.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp07.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp08.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp09.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp10.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp11.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp12.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp13.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp14.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp15.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp16.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp17.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp18.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp19.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp23.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp24.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp27.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp28.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp29.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaimp/gkaimp32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu00.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu01.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu02.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu03.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu04.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu20.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu21.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu22.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu23.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu24.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu25.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu26.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu30.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu31.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu32.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu4e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu4f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu50.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu51.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu52.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu53.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu54.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu55.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu56.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu57.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu58.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu59.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu5a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu5b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu5c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu5d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu5e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu5f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu60.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu61.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu62.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu63.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu64.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu65.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu66.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu67.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu68.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu69.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu6a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu6b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu6c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu6d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu6e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu6f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu70.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu71.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu72.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu73.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu74.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu75.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu76.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu77.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu78.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu79.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu7a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu7b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu7c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu7d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu7e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu7f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu80.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu81.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu82.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu83.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu84.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu85.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu86.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu87.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu88.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu89.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu8a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu8b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu8c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu8d.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu8e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu8f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu90.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu91.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu92.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu93.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu94.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu95.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu96.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu97.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu98.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu99.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu9a.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu9b.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu9c.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu9e.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiu9f.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiufe.tfm
%{_texmfdistdir}/fonts/tfm/arphic/gkaiu/gkaiuff.tfm
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu00.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu02.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu03.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu20.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu21.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu22.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu25.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu26.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu30.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu31.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu32.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu33.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu4e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu4f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu50.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu51.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu52.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu53.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu54.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu55.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu56.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu57.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu58.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu59.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu5a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu5b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu5c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu5d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu5e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu5f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu60.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu61.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu62.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu63.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu64.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu65.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu66.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu67.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu68.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu69.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu6a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu6b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu6c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu6d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu6e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu6f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu70.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu71.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu72.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu73.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu74.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu75.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu76.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu77.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu78.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu79.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu7a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu7b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu7c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu7d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu7e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu7f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu80.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu81.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu82.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu83.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu84.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu85.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu86.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu87.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu88.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu89.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu8a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu8b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu8c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu8d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu8e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu8f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu90.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu91.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu92.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu93.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu94.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu95.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu96.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu97.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu98.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu99.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu9a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu9b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu9c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu9d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu9e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiu9f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiuee.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiuf6.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiuf7.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiuf8.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiufa.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiufe.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiuff.pfb
%{_texmfdistdir}/fonts/type1/arphic/bkaiu/bkaiuv.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu00.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu02.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu03.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu20.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu21.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu22.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu25.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu26.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu30.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu31.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu32.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu33.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu4e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu4f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu50.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu51.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu52.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu53.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu54.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu55.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu56.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu57.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu58.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu59.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu5a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu5b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu5c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu5d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu5e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu5f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu60.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu61.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu62.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu63.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu64.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu65.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu66.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu67.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu68.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu69.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu6a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu6b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu6c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu6d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu6e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu6f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu70.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu71.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu72.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu73.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu74.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu75.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu76.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu77.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu78.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu79.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu7a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu7b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu7c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu7d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu7e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu7f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu80.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu81.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu82.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu83.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu84.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu85.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu86.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu87.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu88.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu89.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu8a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu8b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu8c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu8d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu8e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu8f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu90.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu91.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu92.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu93.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu94.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu95.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu96.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu97.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu98.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu99.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu9a.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu9b.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu9c.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu9d.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu9e.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiu9f.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiuee.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiuf6.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiuf7.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiuf8.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiufa.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiufe.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiuff.pfb
%{_texmfdistdir}/fonts/type1/arphic/bsmiu/bsmiuv.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu00.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu01.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu02.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu03.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu04.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu20.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu21.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu22.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu23.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu24.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu25.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu26.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu30.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu31.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu32.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu4e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu4f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu50.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu51.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu52.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu53.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu54.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu55.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu56.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu57.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu58.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu59.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu5a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu5b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu5c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu5d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu5e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu5f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu60.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu61.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu62.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu63.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu64.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu65.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu66.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu67.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu68.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu69.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu6a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu6b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu6c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu6d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu6e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu6f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu70.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu71.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu72.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu73.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu74.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu75.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu76.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu77.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu78.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu79.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu7a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu7b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu7c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu7d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu7e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu7f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu80.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu81.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu82.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu83.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu84.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu85.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu86.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu87.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu88.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu89.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu8a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu8b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu8c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu8d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu8e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu8f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu90.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu91.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu92.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu93.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu94.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu95.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu96.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu97.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu98.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu99.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu9a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu9b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu9c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu9e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnu9f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnufe.pfb
%{_texmfdistdir}/fonts/type1/arphic/gbsnu/gbsnuff.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu00.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu01.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu02.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu03.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu04.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu20.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu21.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu22.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu23.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu24.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu25.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu26.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu30.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu31.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu32.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu4e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu4f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu50.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu51.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu52.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu53.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu54.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu55.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu56.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu57.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu58.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu59.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu5a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu5b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu5c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu5d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu5e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu5f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu60.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu61.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu62.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu63.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu64.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu65.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu66.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu67.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu68.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu69.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu6a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu6b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu6c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu6d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu6e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu6f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu70.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu71.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu72.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu73.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu74.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu75.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu76.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu77.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu78.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu79.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu7a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu7b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu7c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu7d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu7e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu7f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu80.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu81.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu82.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu83.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu84.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu85.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu86.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu87.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu88.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu89.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu8a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu8b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu8c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu8d.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu8e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu8f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu90.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu91.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu92.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu93.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu94.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu95.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu96.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu97.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu98.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu99.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu9a.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu9b.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu9c.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu9e.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiu9f.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiufe.pfb
%{_texmfdistdir}/fonts/type1/arphic/gkaiu/gkaiuff.pfb
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp00.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp01.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp02.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp03.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp04.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp05.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp06.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp07.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp08.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp09.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp10.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp11.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp12.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp13.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp14.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp15.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp16.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp17.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp18.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp19.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp20.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp21.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp22.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp23.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp25.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp26.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp27.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp28.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp29.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp30.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp31.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp32.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp33.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp34.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp35.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp36.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp37.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp38.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp39.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp40.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp41.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp42.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp43.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp44.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp45.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp46.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp47.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp48.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp49.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp50.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp51.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp52.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp53.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp54.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimp55.vf
%{_texmfdistdir}/fonts/vf/arphic/bkaimp/bkaimpv.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp00.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp01.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp02.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp03.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp04.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp05.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp06.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp07.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp08.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp09.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp10.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp11.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp12.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp13.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp14.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp15.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp16.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp17.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp18.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp19.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp20.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp21.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp22.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp23.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp25.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp26.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp27.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp28.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp29.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp30.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp31.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp32.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp33.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp34.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp35.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp36.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp37.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp38.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp39.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp40.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp41.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp42.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp43.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp44.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp45.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp46.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp47.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp48.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp49.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp50.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp51.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp52.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp53.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp54.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilp55.vf
%{_texmfdistdir}/fonts/vf/arphic/bsmilp/bsmilpv.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp00.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp01.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp02.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp03.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp04.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp06.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp07.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp08.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp09.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp10.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp11.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp12.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp13.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp14.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp15.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp16.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp17.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp18.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp19.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp20.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp21.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp22.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp23.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp24.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp25.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp26.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp27.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp28.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp29.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp30.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp31.vf
%{_texmfdistdir}/fonts/vf/arphic/gbsnlp/gbsnlp32.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp00.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp01.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp02.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp03.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp04.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp06.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp07.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp08.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp09.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp10.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp11.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp12.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp13.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp14.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp15.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp16.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp17.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp18.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp19.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp20.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp21.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp22.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp23.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp24.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp25.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp26.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp27.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp28.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp29.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp30.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp31.vf
%{_texmfdistdir}/fonts/vf/arphic/gkaimp/gkaimp32.vf
%_texmf_updmap_d/arphic
%doc %{_texmfdistdir}/doc/fonts/arphic/arphic-sampler.pdf
%doc %{_texmfdistdir}/doc/fonts/arphic/arphic-sampler.tex
%doc %{_texmfdistdir}/doc/fonts/arphic/bkaiu/README
%doc %{_texmfdistdir}/doc/fonts/arphic/bsmiu/README
%doc %{_texmfdistdir}/doc/fonts/arphic/gbsnu/README
%doc %{_texmfdistdir}/doc/fonts/arphic/gkaiu/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/arphic <<EOF
Map bkaiu.map
Map bsmiu.map
Map gbsnu.map
Map gkaiu.map
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070525-4
+ Revision: e2aa8ba
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24258 |14mu|texlive-arrayjobx-1.04-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18125
# category Package
# catalog-ctan /macros/generic/arrayjobx
# catalog-date 2010-05-11 12:36:30 +0200
# catalog-license lppl
# catalog-version 1.04
Name:		texlive-arrayjobx
Version:	1.04
Release:	4
Summary:	Array data structures for (La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/arrayjobx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arrayjobx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arrayjobx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides array data structures in (La)TeX, in the
meaning of the classical procedural programming languages like
Fortran, Ada or C, and macros to manipulate them. Arrays can be
mono or bi-dimensional. This is useful for applications which
require high level programming techniques, like algorithmic
graphics programmed in the TeX language. The package supersedes
the arrayjob package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/arrayjobx/arrayjob.sty
%{_texmfdistdir}/tex/generic/arrayjobx/arrayjobx.sty
%doc %{_texmfdistdir}/doc/generic/arrayjobx/README
%doc %{_texmfdistdir}/doc/generic/arrayjobx/arrayjob.pdf
%doc %{_texmfdistdir}/doc/generic/arrayjobx/arrayjob.tex
%doc %{_texmfdistdir}/doc/generic/arrayjobx/arrayjobx.pdf
%doc %{_texmfdistdir}/doc/generic/arrayjobx/arrayjobx.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.04-4
+ Revision: 0dabf41
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24259 |14mu|texlive-arraysort-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31576
# category Package
# catalog-ctan /macros/latex/contrib/arraysort
# catalog-date 2013-09-04 23:50:27 +0200
# catalog-license lppl1.2
# catalog-version 1.0
Name:		texlive-arraysort
Version:	1.0
Release:	7
Summary:	Sort arrays (or portions of them)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/arraysort
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arraysort.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arraysort.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arraysort.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a mechanism for sorting arrays (or
portions of them); the arrays should have been created using
the arrayjobx package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/arraysort/arraysort.sty
%doc %{_texmfdistdir}/doc/latex/arraysort/Makefile
%doc %{_texmfdistdir}/doc/latex/arraysort/README
%doc %{_texmfdistdir}/doc/latex/arraysort/arraysort.pdf
#- source
%doc %{_texmfdistdir}/source/latex/arraysort/arraysort.dtx
%doc %{_texmfdistdir}/source/latex/arraysort/arraysort.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 3790d58
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24260 |14mu|texlive-arsclassica-4.0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25466
# category Package
# catalog-ctan /macros/latex/contrib/arsclassica
# catalog-date 2012-02-21 16:05:39 +0100
# catalog-license lppl
# catalog-version 4.0.3
Name:		texlive-arsclassica
Version:	4.0.3
Release:	3
Summary:	A different view of the ClassicThesis package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/arsclassica
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arsclassica.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arsclassica.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package changes some typographical points of the
ClassicThesis style, by Andre Miede. It enables the user to
reproduce the look of the guide The art of writing with LaTeX
(the web page is in Italian).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/arsclassica/classic.ist
%{_texmfdistdir}/tex/latex/arsclassica/arsclassica.sty
%doc %{_texmfdistdir}/doc/latex/arsclassica/ArsClassica.pdf
%doc %{_texmfdistdir}/doc/latex/arsclassica/ArsClassica.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/Bibliography.bib
%doc %{_texmfdistdir}/doc/latex/arsclassica/CHANGES
%doc %{_texmfdistdir}/doc/latex/arsclassica/Chapters/Code.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/Chapters/Fundamentals.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Abstract+Sommario.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Acknowledgements.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Bibliography.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Contents.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Index.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Titleback.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/FrontBackMatter/Titlepage.tex
%doc %{_texmfdistdir}/doc/latex/arsclassica/Graphics/Birds.jpg
%doc %{_texmfdistdir}/doc/latex/arsclassica/Graphics/Example_1.jpg
%doc %{_texmfdistdir}/doc/latex/arsclassica/Graphics/Example_2.jpg
%doc %{_texmfdistdir}/doc/latex/arsclassica/Graphics/Example_3.jpg
%doc %{_texmfdistdir}/doc/latex/arsclassica/Graphics/Example_4.jpg
%doc %{_texmfdistdir}/doc/latex/arsclassica/README
%doc %{_texmfdistdir}/doc/latex/arsclassica/arsclassica-settings.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.0.3-3
+ Revision: b307538
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24261 |14mu|texlive-articleingud-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26197
# category Package
# catalog-ctan /macros/latex/contrib/articleingud
# catalog-date 2012-05-03 11:23:54 +0200
# catalog-license lppl1.2
# catalog-version 0.1
Name:		texlive-articleingud
Version:	0.1
Release:	3
Summary:	LaTeX class for articles published in INGENIERIA review
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/articleingud
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/articleingud.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/articleingud.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/articleingud.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is for articles published in INGENIERIA review. It is
derived from the standard LaTeX class article.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/articleingud/articleingud.cls
%doc %{_texmfdistdir}/doc/latex/articleingud/README
%doc %{_texmfdistdir}/doc/latex/articleingud/articleingud.pdf
%doc %{_texmfdistdir}/doc/latex/articleingud/plantilla.tex
%doc %{_texmfdistdir}/doc/latex/articleingud/template.tex
#- source
%doc %{_texmfdistdir}/source/latex/articleingud/articleingud.dtx
%doc %{_texmfdistdir}/source/latex/articleingud/articleingud.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: c3dad23
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24262 |14mu|texlive-arydshln-1.71-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/arydshln
# catalog-date 2007-04-06 18:29:05 +0200
# catalog-license lppl
# catalog-version 1.71
Name:		texlive-arydshln
Version:	1.71
Release:	4
Summary:	Horizontal and vertical dashed lines in arrays and tabulars
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/arydshln
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arydshln.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arydshln.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/arydshln.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Definitions of horizontal and vertical dashed lines for the
array and tabular environment. Horizontal lines are drawn by
\hdashline and \cdashline while vertical ones can be specified
as a part of preamble using ':'. The shape of dashed lines may
be controlled through style parameters or optional arguments.
The package is compatible with array and colortab.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/arydshln/arydshln.sty
%doc %{_texmfdistdir}/doc/latex/arydshln/README
%doc %{_texmfdistdir}/doc/latex/arydshln/arydshln-man.pdf
%doc %{_texmfdistdir}/doc/latex/arydshln/arydshln-man.tex
%doc %{_texmfdistdir}/doc/latex/arydshln/arydshln.pdf
#- source
%doc %{_texmfdistdir}/source/latex/arydshln/arydshln.dtx
%doc %{_texmfdistdir}/source/latex/arydshln/arydshln.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.71-4
+ Revision: fd22b2a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24263 |14mu|texlive-asaetr-1.0a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/asaetr
# catalog-date 2009-04-30 00:32:08 +0200
# catalog-license pd
# catalog-version 1.0a
Name:		texlive-asaetr
Version:	1.0a
Release:	4
Summary:	Transactions of the ASAE
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/asaetr
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/asaetr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/asaetr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class and BibTeX style for submissions to the Transactions of
the American Society of Agricultural Engineers. Also included
is the MetaFont source of a slanted Computer Modern Caps and
Small Caps font.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/asaetr/asaetr.bst
%{_texmfdistdir}/tex/latex/asaetr/asaesub.sty
%{_texmfdistdir}/tex/latex/asaetr/asaetr.cls
%{_texmfdistdir}/tex/latex/asaetr/asaetr.sty
%doc %{_texmfdistdir}/doc/latex/asaetr/MANIFEST
%doc %{_texmfdistdir}/doc/latex/asaetr/asaetr.bib
%doc %{_texmfdistdir}/doc/latex/asaetr/asaetr.pdf
%doc %{_texmfdistdir}/doc/latex/asaetr/asaetr.tex
%doc %{_texmfdistdir}/doc/latex/asaetr/cmcscsl10.mf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-4
+ Revision: 0979330
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24264 |14mu|texlive-Asana-Math-000.949-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27228
# category Package
# catalog-ctan /fonts/Asana-Math
# catalog-date 2012-06-11 11:02:36 +0200
# catalog-license ofl
# catalog-version 000.949
Name:		texlive-Asana-Math
Version:	000.949
Release:	3
Summary:	A font to typeset maths in Xe(La)TeX and Lua(La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/Asana-Math
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/Asana-Math.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/Asana-Math.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Asana-Math font is an OpenType font that includes almost
all mathematical Unicode symbols and it can be used to typeset
mathematical text with any software that can understand the
MATH OpenType table (e.g., XeTeX 0.997 and Microsoft Word
2007). The font is beta software. Typesetting support for use
with LaTeX is provided by the fontspec and unicode-math
packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/Asana-Math/Asana-Math.otf
%{_texmfdistdir}/fonts/truetype/public/Asana-Math/Asana-Math.ttf
%doc %{_texmfdistdir}/doc/fonts/Asana-Math/FontLog.txt
%doc %{_texmfdistdir}/doc/fonts/Asana-Math/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 000.949-3
+ Revision: 7ae6f5e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24265 |14mu|texlive-ascelike-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25303
# category Package
# catalog-ctan /macros/latex/contrib/ascelike
# catalog-date 2012-02-05 17:55:30 +0100
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-ascelike
Version:	2.2
Release:	3
Summary:	Bibliography style for the ASCE
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ascelike
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ascelike.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ascelike.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A document class and bibliographic style that prepares
documents in the style required by the American Society of
Civil Engineers (ASCE). These are unofficial files, not
sanctioned by that organization, and the files specifically
give this caveat. Also included is a short
documentation/example of how to use the class.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/ascelike/ascelike.bst
%{_texmfdistdir}/tex/latex/ascelike/ascelike.cls
%doc %{_texmfdistdir}/doc/latex/ascelike/README
%doc %{_texmfdistdir}/doc/latex/ascelike/ascexmpl.bib
%doc %{_texmfdistdir}/doc/latex/ascelike/ascexmpl.pdf
%doc %{_texmfdistdir}/doc/latex/ascelike/ascexmpl.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-3
+ Revision: cf117a7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24266 |14mu|texlive-askmaps-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32320
# category Package
# catalog-ctan /macros/latex/contrib/askmaps
# catalog-date 2013-12-04 20:39:16 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-askmaps
Version:	0.1
Release:	3
Summary:	Typeset American style Karnaugh maps
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/askmaps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/askmaps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/askmaps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides 2, 3, 4 and 5 variable Karnaugh maps, in
the style used in numerous textbooks on digital design. The
package draws K-maps where the most significant input variables
are placed on top of the columns and the least significant
variables are placed left of the rows.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/askmaps/askmaps.sty
%doc %{_texmfdistdir}/doc/latex/askmaps/README
%doc %{_texmfdistdir}/doc/latex/askmaps/askmaps.pdf
%doc %{_texmfdistdir}/doc/latex/askmaps/askmaps.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: a963cdf
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24267 |14mu|texlive-assignment-20061012-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20431
# category Package
# catalog-ctan /macros/latex/contrib/assignment
# catalog-date 2006-10-12 15:12:24 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-assignment
Version:	20061012
Release:	4
Summary:	A class file for typesetting homework and lab assignments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/assignment
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/assignment.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/assignment.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class file for typesetting homework and lab assignments.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/assignment/assignment.cls
%doc %{_texmfdistdir}/doc/latex/assignment/Changelog
%doc %{_texmfdistdir}/doc/latex/assignment/LICENSE
%doc %{_texmfdistdir}/doc/latex/assignment/README
%doc %{_texmfdistdir}/doc/latex/assignment/assignment.pdf
%doc %{_texmfdistdir}/doc/latex/assignment/assignment.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061012-4
+ Revision: 31d2f3d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24268 |14mu|texlive-asyfig-0.1c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17512
# category Package
# catalog-ctan /macros/latex/contrib/asyfig
# catalog-date 2010-03-20 11:11:38 +0100
# catalog-license lppl
# catalog-version 0.1c
Name:		texlive-asyfig
Version:	0.1c
Release:	4
Summary:	Commands for using Asymptote figures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/asyfig
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/asyfig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/asyfig.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/asyfig.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of reading Asymptote figures from
separate files, rather than within the document, as is standard
in the asymptote package, which is provided as part of the
Asymptote bundle. The asymptote way can prove cumbersome in a
large document; the present package allows the user to process
one picture at a time, in simple test documents, and then to
migrate (with no fuss) to their use in the target document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/asyfig/asyalign.sty
%{_texmfdistdir}/tex/latex/asyfig/asyfig.sty
%{_texmfdistdir}/tex/latex/asyfig/asyprocess.sty
%doc %{_texmfdistdir}/doc/latex/asyfig/README
%doc %{_texmfdistdir}/doc/latex/asyfig/asyfig.pdf
%doc %{_texmfdistdir}/doc/latex/asyfig/example/frf.asy
%doc %{_texmfdistdir}/doc/latex/asyfig/example/test-asyfig.tex
#- source
%doc %{_texmfdistdir}/source/latex/asyfig/asyfig.ins
%doc %{_texmfdistdir}/source/latex/asyfig/asyfig.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1c-4
+ Revision: 0cfc2be
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24269 |14mu|texlive-attachfile-v1.5b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21866
# category Package
# catalog-ctan /macros/latex/contrib/attachfile
# catalog-date 2011-03-28 07:44:29 +0200
# catalog-license lppl1.3
# catalog-version v1.5b
Name:		texlive-attachfile
Version:	v1.5b
Release:	4
Summary:	Attach arbitrary files to a PDF document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/attachfile
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/attachfile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/attachfile.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/attachfile.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Starting with PDF 1.3 (Adobe Acrobat 4.0), PDF files can
contain file attachments -- arbitrary files that a reader can
extract, just like attachments to an e-mail message. The
attachfile package brings this functionality to pdfLaTeX and
provides some additional features not available in Acrobat,
such as the ability to use arbitrary LaTeX code for the file
icon -- including things like \includegraphics, tabular, and
mathematics. Settings can be made either globally or on a per-
attachment basis. Attachfile makes it easy to attach files and
customize their appearance in the enclosing document. The
package supports the Created, Modified, and Size keys in the
EmbeddedFile's Params dictionary.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/attachfile/attachfile.sty
%doc %{_texmfdistdir}/doc/latex/attachfile/README
%doc %{_texmfdistdir}/doc/latex/attachfile/attachfile.pdf
#- source
%doc %{_texmfdistdir}/source/latex/attachfile/attachfile.dtx
%doc %{_texmfdistdir}/source/latex/attachfile/attachfile.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.5b-4
+ Revision: 8b32262
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24270 |14mu|texlive-authoraftertitle-0.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24863
# category Package
# catalog-ctan /macros/latex/contrib/authoraftertitle
# catalog-date 2011-12-17 14:41:04 +0100
# catalog-license pd
# catalog-version 0.9
Name:		texlive-authoraftertitle
Version:	0.9
Release:	5
Summary:	Make author, etc., available after \maketitle
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/authoraftertitle
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/authoraftertitle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/authoraftertitle.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This jiffy package makes the author, title and date of the
package available to the user (as \MyAuthor, etc) after the
\maketitle command has been executed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/authoraftertitle/authoraftertitle.sty
%doc %{_texmfdistdir}/doc/latex/authoraftertitle/authoraftertitle.pdf
%doc %{_texmfdistdir}/doc/latex/authoraftertitle/authoraftertitle.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9-5
+ Revision: 7516ac8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24271 |14mu|texlive-authorindex-20080810-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /indexing/authorindex
# catalog-date 2008-08-10 21:45:45 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-authorindex
Version:	20080810
Release:	5
Summary:	Index citations by author names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/indexing/authorindex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/authorindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/authorindex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-authorindex.bin = %{EVRD}

%description
This package allows the user to create an index of all authors
cited in a LaTeX document. Each author entry in the index
contains the pages where these citations occur. Alternatively,
the package can list the labels of the citations that appear in
the references rather than the text pages. The package relies
on BibTeX being used to handle citations. Additionally, it
requires Perl (version 5 or higher).


#-----------------------------------------------------------------------
%files
%{_bindir}/authorindex
%{_texmfdistdir}/scripts/authorindex/authorindex
%{_texmfdistdir}/tex/latex/authorindex/authorindex.sty
%doc %{_texmfdistdir}/doc/latex/authorindex/COPYING
%doc %{_texmfdistdir}/doc/latex/authorindex/NEWS
%doc %{_texmfdistdir}/doc/latex/authorindex/README
%doc %{_texmfdistdir}/doc/latex/authorindex/authorindex.pdf
%doc %{_texmfdistdir}/doc/latex/authorindex/authorindex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/authorindex/authorindex authorindex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080810-5
+ Revision: a944761
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24272 |14mu|texlive-autoarea-0.3a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pictex/addon/autoarea
# catalog-date 2008-08-17 11:40:59 +0200
# catalog-license lppl
# catalog-version 0.3a
Name:		texlive-autoarea
Version:	0.3a
Release:	4
Summary:	Automatic computation of bounding boxes with PiCTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pictex/addon/autoarea
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autoarea.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autoarea.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package makes PiCTeX recognize lines and arcs in
determining the "bounding box" of a picture. (PiCTeX so far
accounted for put commands only). The "bounding box" is
essential for proper placement of a picture between running
text and margins and for keeping the running text away.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/autoarea/autoarea.sty
%doc %{_texmfdistdir}/doc/latex/autoarea/ANNOUNCE.txt
%doc %{_texmfdistdir}/doc/latex/autoarea/README.aa
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/README.autodemo
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo+.log
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo+.pdf
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo+.tex
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo-.log
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo-.pdf
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo-.tex
%doc %{_texmfdistdir}/doc/latex/autoarea/autodemo/autodemo.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3a-4
+ Revision: e847156
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24273 |14mu|texlive-automata-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19717
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/automata
# catalog-date 2010-09-13 12:42:36 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-automata
Version:	0.3
Release:	4
Summary:	Finite state machines, graphs and trees in MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/automata
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/automata.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/automata.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a collection of macros for MetaPost to make
easier to draw finite-state machines, automata, labelled
graphs, etc. The user defines nodes, which may be isolated or
arranged into matrices or trees; edges connect pairs of nodes
through arbitrary paths. Parameters, that specify the shapes of
nodes and the styles of edges, may be adjusted.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/automata/automata.mp
%doc %{_texmfdistdir}/doc/metapost/automata/README
%doc %{_texmfdistdir}/doc/metapost/automata/example.mp
%doc %{_texmfdistdir}/doc/metapost/automata/example.pdf
%doc %{_texmfdistdir}/doc/metapost/automata/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: 000b660
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24274 |14mu|texlive-autonum-0.3.7-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32126
# category Package
# catalog-ctan /macros/latex/contrib/autonum
# catalog-date 2013-11-11 00:18:00 +0100
# catalog-license lppl1.3
# catalog-version 0.3.7
Name:		texlive-autonum
Version:	0.3.7
Release:	7
Summary:	Automatic equation references
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/autonum
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autonum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autonum.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autonum.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package arranges that equation numbers are applied only to
those equations that are referenced. This operation is similar
to the showonlyrefs option of the package mathtools.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/autonum/autonum.sty
%doc %{_texmfdistdir}/doc/latex/autonum/README
%doc %{_texmfdistdir}/doc/latex/autonum/autonum.pdf
%doc %{_texmfdistdir}/doc/latex/autonum/test-autonum.pdf
%doc %{_texmfdistdir}/doc/latex/autonum/test-autonum.tex
#- source
%doc %{_texmfdistdir}/source/latex/autonum/autonum.dtx
%doc %{_texmfdistdir}/source/latex/autonum/autonum.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.7-7
+ Revision: dfc2d87
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24275 |14mu|texlive-autopdf-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32377
# category Package
# catalog-ctan /macros/latex/contrib/autopdf
# catalog-date 2013-12-10 19:56:36 +0100
# catalog-license lppl1.2
# catalog-version 1.1
Name:		texlive-autopdf
Version:	1.1
Release:	3
Summary:	Conversion of graphics to pdfLaTeX-compatible formats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/autopdf
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autopdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autopdf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/autopdf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package facilitates the on-the-fly conversion of various
graphics formats to formats supported by pdfLaTeX (e.g. PDF).
It uses a range of external programs, and therefore requires
that the LaTeX run starts with write18 enabled.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/autopdf/autopdf.sty
%doc %{_texmfdistdir}/doc/latex/autopdf/README.txt
%doc %{_texmfdistdir}/doc/latex/autopdf/autopdf.pdf
#- source
%doc %{_texmfdistdir}/source/latex/autopdf/autopdf.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: c0ef10d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24276 |14mu|texlive-auto-pst-pdf-0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23723
# category Package
# catalog-ctan /macros/latex/contrib/auto-pst-pdf
# catalog-date 2011-08-27 23:30:14 +0200
# catalog-license lppl
# catalog-version 0.6
Name:		texlive-auto-pst-pdf
Version:	0.6
Release:	4
Summary:	Wrapper for pst-pdf (with some psfrag features)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/auto-pst-pdf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/auto-pst-pdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/auto-pst-pdf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/auto-pst-pdf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses --shell-escape to execute pst-pdf when
necessary. This makes it especially easy to integrate into the
workflow of an editor with just "LaTeX" and "pdfLaTeX" buttons.
Wrappers are provided for various psfrag-related features so
that Matlab figures via laprint, Mathematica figures via
MathPSfrag, and regular psfrag figures can all be input
consistently and easily.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/auto-pst-pdf/auto-pst-pdf.sty
%doc %{_texmfdistdir}/doc/latex/auto-pst-pdf/README
%doc %{_texmfdistdir}/doc/latex/auto-pst-pdf/auto-pst-pdf-DE.pdf
%doc %{_texmfdistdir}/doc/latex/auto-pst-pdf/auto-pst-pdf-DE.tex
%doc %{_texmfdistdir}/doc/latex/auto-pst-pdf/auto-pst-pdf.pdf
%doc %{_texmfdistdir}/doc/latex/auto-pst-pdf/example-psfrag.tex
%doc %{_texmfdistdir}/doc/latex/auto-pst-pdf/example.eps
%doc %{_texmfdistdir}/doc/latex/auto-pst-pdf/example.tex
#- source
%doc %{_texmfdistdir}/source/latex/auto-pst-pdf/auto-pst-pdf.dtx
%doc %{_texmfdistdir}/source/latex/auto-pst-pdf/auto-pst-pdf.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-4
+ Revision: 28e1eff
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24277 |14mu|texlive-avantgar-20110301-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21993
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-avantgar
Version:	20110301
Release:	4
Summary:	URW "Base 35" font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/avantgar.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/avantgar/config.uag
%{_texmfdistdir}/fonts/afm/adobe/avantgar/pagd8a.afm
%{_texmfdistdir}/fonts/afm/adobe/avantgar/pagdo8a.afm
%{_texmfdistdir}/fonts/afm/adobe/avantgar/pagk8a.afm
%{_texmfdistdir}/fonts/afm/adobe/avantgar/pagko8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagb8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagbi8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagd8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagdo8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagk8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagko8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagr8a.afm
%{_texmfdistdir}/fonts/afm/urw/avantgar/uagri8a.afm
%{_texmfdistdir}/fonts/map/dvips/avantgar/uag.map
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagd8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagdo8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagk8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagkc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagkc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagkc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/avantgar/pagko8t.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/pagd8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/pagdc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/pagdo8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/pagk8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/pagkc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/pagko8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/rpagd.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/rpagdo.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/rpagk.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/avantgar/rpagko.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagb7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagb8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagb8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagb8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbi8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagbo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagd7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagd8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagd8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagd8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagdo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagk7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagk8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagk8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagk8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagkc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagkc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagko7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagko8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagko8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagko8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagr7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagr8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagr8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagr8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagrc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagrc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagri7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagri8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagri8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagri8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagro7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagro8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagro8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/avantgar/uagro8t.tfm
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagd8a.pfb
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagd8a.pfm
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagdo8a.pfb
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagdo8a.pfm
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagk8a.pfb
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagk8a.pfm
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagko8a.pfb
%{_texmfdistdir}/fonts/type1/urw/avantgar/uagko8a.pfm
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagd.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagd7t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagd8c.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagd8t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdc.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdo.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagdo8t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagk.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagk7t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagk8c.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagk8t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagkc.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagkc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagkc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagko.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagko7t.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagko8c.vf
%{_texmfdistdir}/fonts/vf/adobe/avantgar/pagko8t.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/avantgar/pagd8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/avantgar/pagdc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/avantgar/pagdo8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/avantgar/pagk8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/avantgar/pagkc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/avantgar/pagko8z.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagb7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagb8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagb8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbi8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagbo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagd7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagd8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagd8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagdo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagk7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagk8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagk8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagkc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagkc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagko7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagko8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagko8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagr7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagr8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagr8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagrc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagrc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagri7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagri8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagri8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagro7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagro8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/avantgar/uagro8t.vf
%{_texmfdistdir}/tex/latex/avantgar/8ruag.fd
%{_texmfdistdir}/tex/latex/avantgar/omluag.fd
%{_texmfdistdir}/tex/latex/avantgar/omsuag.fd
%{_texmfdistdir}/tex/latex/avantgar/ot1uag.fd
%{_texmfdistdir}/tex/latex/avantgar/t1uag.fd
%{_texmfdistdir}/tex/latex/avantgar/ts1uag.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110301-4
+ Revision: d38510e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24278 |14mu|texlive-babel-albanian-1.0c-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30254
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/albanian
# catalog-date 2011-09-19 08:05:09 +0100
# catalog-license lppl
# catalog-version 1.0c
Name:		texlive-babel-albanian
Version:	1.0c
Release:	7
Summary:	Support for Albanian within babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/albanian
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-albanian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-albanian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-albanian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for typesetting Albanian (as part
of the babel system).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-albanian/albanian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-albanian/albanian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-albanian/albanian.dtx
%doc %{_texmfdistdir}/source/generic/babel-albanian/albanian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0c-7
+ Revision: fb2f165
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24279 |14mu|texlive-babel-bahasa-1.0l-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30255
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/bahasa
# catalog-date 2013-05-06 22:45:34 +0200
# catalog-license lppl1.3
# catalog-version 1.0l
Name:		texlive-babel-bahasa
Version:	1.0l
Release:	7
Summary:	Support for Bahasa within babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/bahasa
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bahasa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bahasa.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bahasa.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides two sets of language typesetting support,
for Bahasa Indonesia and Bahasa Malaysia.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-bahasa/bahasai.ldf
%{_texmfdistdir}/tex/generic/babel-bahasa/bahasam.ldf
%doc %{_texmfdistdir}/doc/generic/babel-bahasa/bahasa.pdf
%doc %{_texmfdistdir}/doc/generic/babel-bahasa/bahasam.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-bahasa/bahasa.dtx
%doc %{_texmfdistdir}/source/generic/babel-bahasa/bahasa.ins
%doc %{_texmfdistdir}/source/generic/babel-bahasa/bahasam.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0l-7
+ Revision: 0021e13
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24280 |14mu|texlive-babel-basque-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30256
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-basque
Version:	20131013
Release:	7
Summary:	TeXLive babel-basque package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-basque.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-basque.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-basque.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-basque package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-basque/basque.ldf
%doc %{_texmfdistdir}/doc/generic/babel-basque/basque.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-basque/basque.dtx
%doc %{_texmfdistdir}/source/generic/babel-basque/basque.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 5e5047e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24281 |14mu|texlive-babelbib-1.31-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25245
# category Package
# catalog-ctan /biblio/bibtex/contrib/babelbib
# catalog-date 2012-01-30 12:34:22 +0100
# catalog-license lppl1
# catalog-version 1.31
Name:		texlive-babelbib
Version:	1.31
Release:	4
Summary:	Multilingual bibliographies
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/babelbib
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babelbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babelbib.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package enables to generate multilingual bibliographies in
cooperation with babel. Two approaches are possible: Each
citation may be written in another language, or the whole
bibliography can be typeset in a language chosen by the user.
In addition, the package supports commands to change the
typography of the bibliographies.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/babelbib/bababbr3-fl.bst
%{_texmfdistdir}/bibtex/bst/babelbib/bababbr3-lf.bst
%{_texmfdistdir}/bibtex/bst/babelbib/bababbr3.bst
%{_texmfdistdir}/bibtex/bst/babelbib/bababbrv-fl.bst
%{_texmfdistdir}/bibtex/bst/babelbib/bababbrv-lf.bst
%{_texmfdistdir}/bibtex/bst/babelbib/bababbrv.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babalpha-fl.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babalpha-lf.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babalpha.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babamspl.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babplai3-fl.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babplai3-lf.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babplai3.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babplain-fl.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babplain-lf.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babplain.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babunsrt-fl.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babunsrt-lf.bst
%{_texmfdistdir}/bibtex/bst/babelbib/babunsrt.bst
%{_texmfdistdir}/tex/latex/babelbib/afrikaans.bdf
%{_texmfdistdir}/tex/latex/babelbib/babelbib.sty
%{_texmfdistdir}/tex/latex/babelbib/bahasa.bdf
%{_texmfdistdir}/tex/latex/babelbib/catalan.bdf
%{_texmfdistdir}/tex/latex/babelbib/croatian.bdf
%{_texmfdistdir}/tex/latex/babelbib/czech.bdf
%{_texmfdistdir}/tex/latex/babelbib/danish.bdf
%{_texmfdistdir}/tex/latex/babelbib/dutch.bdf
%{_texmfdistdir}/tex/latex/babelbib/english.bdf
%{_texmfdistdir}/tex/latex/babelbib/esperanto.bdf
%{_texmfdistdir}/tex/latex/babelbib/finnish.bdf
%{_texmfdistdir}/tex/latex/babelbib/french.bdf
%{_texmfdistdir}/tex/latex/babelbib/galician.bdf
%{_texmfdistdir}/tex/latex/babelbib/german.bdf
%{_texmfdistdir}/tex/latex/babelbib/greek.bdf
%{_texmfdistdir}/tex/latex/babelbib/italian.bdf
%{_texmfdistdir}/tex/latex/babelbib/norsk.bdf
%{_texmfdistdir}/tex/latex/babelbib/portuguese.bdf
%{_texmfdistdir}/tex/latex/babelbib/romanian.bdf
%{_texmfdistdir}/tex/latex/babelbib/russian.bdf
%{_texmfdistdir}/tex/latex/babelbib/serbian.bdf
%{_texmfdistdir}/tex/latex/babelbib/spanish.bdf
%{_texmfdistdir}/tex/latex/babelbib/swedish.bdf
%doc %{_texmfdistdir}/doc/bibtex/babelbib/ChangeLog
%doc %{_texmfdistdir}/doc/bibtex/babelbib/Makefile
%doc %{_texmfdistdir}/doc/bibtex/babelbib/README
%doc %{_texmfdistdir}/doc/bibtex/babelbib/babelbib.dtx
%doc %{_texmfdistdir}/doc/bibtex/babelbib/babelbib.ins
%doc %{_texmfdistdir}/doc/bibtex/babelbib/babelbib.pdf
%doc %{_texmfdistdir}/doc/bibtex/babelbib/babelbibtest.bib
%doc %{_texmfdistdir}/doc/bibtex/babelbib/babelbibtest.tex
%doc %{_texmfdistdir}/doc/bibtex/babelbib/getversion.tex
%doc %{_texmfdistdir}/doc/bibtex/babelbib/tugboat-babelbib.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.31-4
+ Revision: a412e5e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24282 |14mu|texlive-babel-breton-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30257
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-breton
Version:	20131013
Release:	7
Summary:	TeXLive babel-breton package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-breton.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-breton.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-breton.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-breton package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-breton/breton.ldf
%doc %{_texmfdistdir}/doc/generic/babel-breton/breton.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-breton/breton.dtx
%doc %{_texmfdistdir}/source/generic/babel-breton/breton.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 736c37f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24283 |14mu|texlive-babel-bulgarian-1.2g-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31902
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/bulgarian
# catalog-date 2013-10-14 16:08:13 +0200
# catalog-license lppl1.3
# catalog-version 1.2g
Name:		texlive-babel-bulgarian
Epoch:		1
Version:	1.2g
Release:	7
Summary:	(Babel contributed support for Bulgarian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/bulgarian
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bulgarian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bulgarian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bulgarian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for documents in Bulgarian (or
simply containing some Bulgarian text).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-bulgarian/bulgarian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-bulgarian/README
%doc %{_texmfdistdir}/doc/generic/babel-bulgarian/bulgarian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-bulgarian/bulgarian.dtx
%doc %{_texmfdistdir}/source/generic/babel-bulgarian/bulgarian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.2g-7
+ Revision: 0c0245d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24284 |14mu|texlive-babel-catalan-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30259
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-catalan
Version:	20131013
Release:	7
Summary:	TeXLive babel-catalan package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-catalan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-catalan.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-catalan.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-catalan package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-catalan/catalan.ldf
%doc %{_texmfdistdir}/doc/generic/babel-catalan/catalan.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-catalan/catalan.dtx
%doc %{_texmfdistdir}/source/generic/babel-catalan/catalan.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 2470513
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24285 |14mu|texlive-babel-croatian-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30260
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-croatian
Version:	20131013
Release:	7
Summary:	TeXLive babel-croatian package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-croatian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-croatian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-croatian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-croatian package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-croatian/croatian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-croatian/croatian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-croatian/croatian.dtx
%doc %{_texmfdistdir}/source/generic/babel-croatian/croatian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: a5a1063
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24286 |14mu|texlive-babel-czech-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30261
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-czech
Version:	20131013
Release:	7
Summary:	TeXLive babel-czech package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-czech.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-czech.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-czech.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-czech package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-czech/czech.ldf
%doc %{_texmfdistdir}/doc/generic/babel-czech/czech.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-czech/czech.dtx
%doc %{_texmfdistdir}/source/generic/babel-czech/czech.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: bff301f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24287 |14mu|texlive-babel-danish-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30262
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-danish
Version:	20131013
Release:	7
Summary:	TeXLive babel-danish package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-danish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-danish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-danish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-danish package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-danish/danish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-danish/danish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-danish/danish.dtx
%doc %{_texmfdistdir}/source/generic/babel-danish/danish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 27b4e6f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24288 |14mu|texlive-babel-dutch-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30263
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-dutch
Version:	20131013
Release:	7
Summary:	TeXLive babel-dutch package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-dutch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-dutch.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-dutch.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-dutch package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-dutch/dutch.ldf
%doc %{_texmfdistdir}/doc/generic/babel-dutch/dutch.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-dutch/dutch.dtx
%doc %{_texmfdistdir}/source/generic/babel-dutch/dutch.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 333284f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24289 |14mu|texlive-babel-esperanto-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30265
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-esperanto
Version:	20131013
Release:	7
Summary:	TeXLive babel-esperanto package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-esperanto.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-esperanto.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-esperanto.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-esperanto package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-esperanto/esperanto.ldf
%doc %{_texmfdistdir}/doc/generic/babel-esperanto/esperanto.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-esperanto/esperanto.dtx
%doc %{_texmfdistdir}/source/generic/babel-esperanto/esperanto.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 5c656f4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24290 |14mu|texlive-babel-estonian-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30266
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-estonian
Version:	20131013
Release:	7
Summary:	TeXLive babel-estonian package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-estonian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-estonian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-estonian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-estonian package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-estonian/estonian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-estonian/estonian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-estonian/estonian.dtx
%doc %{_texmfdistdir}/source/generic/babel-estonian/estonian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: ce25a81
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24291 |14mu|texlive-babel-finnish-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30267
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-finnish
Version:	20131013
Release:	7
Summary:	TeXLive babel-finnish package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-finnish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-finnish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-finnish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-finnish package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-finnish/finnish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-finnish/finnish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-finnish/finnish.dtx
%doc %{_texmfdistdir}/source/generic/babel-finnish/finnish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: de36ef5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24292 |14mu|texlive-babel-french-2.6g-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32507
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/french
# catalog-date 2013-12-30 18:14:35 +0100
# catalog-license lppl1.3
# catalog-version 2.6g
Name:		texlive-babel-french
Version:	2.6g
Release:	3
Summary:	Babel contributed support for French
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/french
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-french.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-french.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-french.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package establishes French conventions in a document (or a
subset of the conventions, if French is not the main language
of the document).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-french/frenchb.ldf
%doc %{_texmfdistdir}/doc/generic/babel-french/frenchb.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-french/frenchb.dtx
%doc %{_texmfdistdir}/source/generic/babel-french/frenchb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.6g-3
+ Revision: 3f57b13
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24293 |14mu|texlive-babel-friulan-20130504-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30361
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/friulan
# catalog-date 2013-05-04 11:13:00 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-babel-friulan
Version:	20130504
Release:	7
Summary:	Babel/Polyglossia support for Friulan(Furlan)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/friulan
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-friulan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-friulan.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-friulan.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a language description file that enables
support of Friulan either with babel or with polyglossia.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-friulan/friulan.ldf
%doc %{_texmfdistdir}/doc/generic/babel-friulan/friulan.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-friulan/friulan.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130504-7
+ Revision: fcff45b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24294 |14mu|texlive-babel-galician-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30270
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-galician
Version:	20131013
Release:	7
Summary:	TeXLive babel-galician package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-galician.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-galician.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-galician.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-galician package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-galician/galician.ldf
%doc %{_texmfdistdir}/doc/generic/babel-galician/galician.pdf
%doc %{_texmfdistdir}/doc/generic/babel-galician/glbst.tex
%doc %{_texmfdistdir}/doc/generic/babel-galician/glromidx.tex
#- source
%doc %{_texmfdistdir}/source/generic/babel-galician/galician.dtx
%doc %{_texmfdistdir}/source/generic/babel-galician/galician.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 2913017
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24295 |14mu|texlive-babel-georgian-2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31014
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/georgian
# catalog-date 2013-06-10 20:32:20 +0200
# catalog-license lppl1.3
# catalog-version 2.0
Name:		texlive-babel-georgian
Version:	2.0
Release:	7
Summary:	Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/georgian
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-georgian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-georgian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for use of Babel in documents
written in Georgian. The package is adapted for use both under
'traditional' TeX engines, and under XeTeX and LuaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-georgian/georgian.ldf
%{_texmfdistdir}/tex/generic/babel-georgian/georgian.sty
%{_texmfdistdir}/tex/generic/babel-georgian/georgiancaps.tex
%doc %{_texmfdistdir}/doc/generic/babel-georgian/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-7
+ Revision: 684538e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24296 |14mu|texlive-babel-german-2.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32421
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/german
# catalog-date 2013-12-15 16:16:02 +0100
# catalog-license lppl1.3
# catalog-version 2.7
Epoch:		1
Name:		texlive-babel-german
Version:	2.7
Release:	3
Summary:	Babel support for documents written in German
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/german
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-german.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-german.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-german.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines LaTeX support, within the Babel package, of
German (including its Austrian dialect), in both 'old' and
'new' orthographies.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-german/austrian.ldf
%{_texmfdistdir}/tex/generic/babel-german/german.ldf
%{_texmfdistdir}/tex/generic/babel-german/germanb.ldf
%{_texmfdistdir}/tex/generic/babel-german/naustrian.ldf
%{_texmfdistdir}/tex/generic/babel-german/ngerman.ldf
%{_texmfdistdir}/tex/generic/babel-german/ngermanb.ldf
%{_texmfdistdir}/tex/generic/babel-german/nswissgerman.ldf
%{_texmfdistdir}/tex/generic/babel-german/swissgerman.ldf
%doc %{_texmfdistdir}/doc/generic/babel-german/README
%doc %{_texmfdistdir}/doc/generic/babel-german/germanb.pdf
%doc %{_texmfdistdir}/doc/generic/babel-german/ngermanb.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-german/german.ins
%doc %{_texmfdistdir}/source/generic/babel-german/germanb.dtx
%doc %{_texmfdistdir}/source/generic/babel-german/ngermanb.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.7-3
+ Revision: f086a69
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24297 |14mu|texlive-babel-greek-1.8a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32309
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/greek
# catalog-date 2013-12-03 18:08:51 +0100
# catalog-license lppl1.3
# catalog-version 1.8a
Name:		texlive-babel-greek
Version:	1.8a
Release:	3
Summary:	Babel support for documents written in Greek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/greek
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-greek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-greek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-greek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The file provides modes for monotonic (single-diacritic) and
polytonic (multiple-diacritic) modes of writing. Provision is
made for Greek function names in mathematics, and for
classical-era symbols.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-greek/athnum.sty
%{_texmfdistdir}/tex/generic/babel-greek/greek.ldf
%{_texmfdistdir}/tex/generic/babel-greek/grmath.sty
%{_texmfdistdir}/tex/generic/babel-greek/grsymb.sty
%doc %{_texmfdistdir}/doc/generic/babel-greek/README
%doc %{_texmfdistdir}/doc/generic/babel-greek/README.html
%doc %{_texmfdistdir}/doc/generic/babel-greek/athnum.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/babel-greek.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/grmath.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/grsymb.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/test-greek.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/test-greek.tex
%doc %{_texmfdistdir}/doc/generic/babel-greek/test-unicode-greek.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/test-unicode-greek.tex
%doc %{_texmfdistdir}/doc/generic/babel-greek/test-unicode-lgr.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/test-unicode-lgr.tex
%doc %{_texmfdistdir}/doc/generic/babel-greek/usage.pdf
%doc %{_texmfdistdir}/doc/generic/babel-greek/usage.tex
#- source
%doc %{_texmfdistdir}/source/generic/babel-greek/athnum.dtx
%doc %{_texmfdistdir}/source/generic/babel-greek/babel-greek.dtx
%doc %{_texmfdistdir}/source/generic/babel-greek/babel-greek.ins
%doc %{_texmfdistdir}/source/generic/babel-greek/grmath.dtx
%doc %{_texmfdistdir}/source/generic/babel-greek/grsymb.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.8a-3
+ Revision: 7d1af00
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24298 |14mu|texlive-babel-hebrew-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30273
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-hebrew
Version:	20131013
Release:	7
Summary:	TeXLive babel-hebrew package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-hebrew.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-hebrew.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-hebrew.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-hebrew package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-hebrew/8859-8.def
%{_texmfdistdir}/tex/generic/babel-hebrew/cp1255.def
%{_texmfdistdir}/tex/generic/babel-hebrew/cp862.def
%{_texmfdistdir}/tex/generic/babel-hebrew/he8OmegaHebrew.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8aharoni.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8cmr.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8cmss.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8cmtt.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8david.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8drugulin.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8enc.def
%{_texmfdistdir}/tex/generic/babel-hebrew/he8frankruehl.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8miriam.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8nachlieli.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/he8yad.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/hebcal.sty
%{_texmfdistdir}/tex/generic/babel-hebrew/hebfont.sty
%{_texmfdistdir}/tex/generic/babel-hebrew/hebrew.ldf
%{_texmfdistdir}/tex/generic/babel-hebrew/hebrew_newcode.sty
%{_texmfdistdir}/tex/generic/babel-hebrew/hebrew_oldcode.sty
%{_texmfdistdir}/tex/generic/babel-hebrew/hebrew_p.sty
%{_texmfdistdir}/tex/generic/babel-hebrew/lheclas.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lhecmr.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lhecmss.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lhecmtt.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lhecrml.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lheenc.def
%{_texmfdistdir}/tex/generic/babel-hebrew/lhefr.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lheredis.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lheshold.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lheshscr.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/lheshstk.fd
%{_texmfdistdir}/tex/generic/babel-hebrew/rlbabel.def
%{_texmfdistdir}/tex/generic/babel-hebrew/si960.def
%doc %{_texmfdistdir}/doc/generic/babel-hebrew/00readme.heb
%doc %{_texmfdistdir}/doc/generic/babel-hebrew/heb209.pdf
%doc %{_texmfdistdir}/doc/generic/babel-hebrew/hebinp.pdf
%doc %{_texmfdistdir}/doc/generic/babel-hebrew/hebrew.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-hebrew/heb209.dtx
%doc %{_texmfdistdir}/source/generic/babel-hebrew/hebinp.dtx
%doc %{_texmfdistdir}/source/generic/babel-hebrew/hebrew.dtx
%doc %{_texmfdistdir}/source/generic/babel-hebrew/hebrew.fdd
%doc %{_texmfdistdir}/source/generic/babel-hebrew/hebrew.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: ad25c02
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24299 |14mu|texlive-babel-hungarian-1.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31577
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/hungarian/magyar.ldf
# catalog-date 2013-06-19 11:14:18 +0200
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-babel-hungarian
Version:	1.5
Release:	7
Summary:	Babel support for Hungarian (Magyar)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/hungarian/magyar.ldf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-hungarian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a language definition file that enables
support of Magyar (Hungarian) with babel.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/babel-hungarian/magyar.ldf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-7
+ Revision: 487c171
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24300 |14mu|texlive-babel-icelandic-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30275
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-icelandic
Version:	20131013
Release:	7
Summary:	TeXLive babel-icelandic package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-icelandic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-icelandic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-icelandic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-icelandic package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-icelandic/icelandic.ldf
%doc %{_texmfdistdir}/doc/generic/babel-icelandic/icelandic.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-icelandic/icelandic.dtx
%doc %{_texmfdistdir}/source/generic/babel-icelandic/icelandic.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 982b356
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24301 |14mu|texlive-babel-interlingua-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30276
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-interlingua
Version:	20131013
Release:	7
Summary:	TeXLive babel-interlingua package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-interlingua.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-interlingua.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-interlingua.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-interlingua package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-interlingua/interlingua.ldf
%doc %{_texmfdistdir}/doc/generic/babel-interlingua/interlingua.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-interlingua/interlingua.dtx
%doc %{_texmfdistdir}/source/generic/babel-interlingua/interlingua.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 5a83c9f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24302 |14mu|texlive-babel-irish-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30277
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-irish
Version:	20131013
Release:	7
Summary:	TeXLive babel-irish package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-irish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-irish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-irish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-irish package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-irish/irish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-irish/irish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-irish/irish.dtx
%doc %{_texmfdistdir}/source/generic/babel-irish/irish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 50f9383
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24303 |14mu|texlive-babel-italian-1.3f-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32213
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/italian
# catalog-date 2013-11-22 18:28:56 +0100
# catalog-license lppl1.3
# catalog-version 1.3f
Name:		texlive-babel-italian
Version:	1.3f
Release:	7
Summary:	Babel support for Italian text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/italian
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-italian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-italian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-italian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides language definitions for use in babel.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-italian/italian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-italian/italian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-italian/italian.dtx
%doc %{_texmfdistdir}/source/generic/babel-italian/italian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3f-7
+ Revision: c49b063
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24304 |14mu|texlive-babel-kurmanji-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30279
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-kurmanji
Version:	20131013
Release:	7
Summary:	TeXLive babel-kurmanji package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-kurmanji.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-kurmanji.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-kurmanji.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-kurmanji package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-kurmanji/kurmanji.ldf
%doc %{_texmfdistdir}/doc/generic/babel-kurmanji/kurmanji.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-kurmanji/kurmanji.dtx
%doc %{_texmfdistdir}/source/generic/babel-kurmanji/kurmanji.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 1ba404b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24305 |14mu|texlive-babel-latin-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30280
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-latin
Version:	20131013
Release:	7
Summary:	TeXLive babel-latin package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-latin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-latin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-latin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-latin package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-latin/latin.ldf
%doc %{_texmfdistdir}/doc/generic/babel-latin/latin.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-latin/latin.dtx
%doc %{_texmfdistdir}/source/generic/babel-latin/latin.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: e2939ef
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24306 |14mu|texlive-babel-norsk-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30281
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-norsk
Version:	20131013
Release:	7
Summary:	TeXLive babel-norsk package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-norsk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-norsk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-norsk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-norsk package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-norsk/norsk.ldf
%doc %{_texmfdistdir}/doc/generic/babel-norsk/norsk.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-norsk/norsk.dtx
%doc %{_texmfdistdir}/source/generic/babel-norsk/norsk.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: f896803
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24307 |14mu|texlive-babel-piedmontese-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30282
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-piedmontese
Version:	20131013
Release:	7
Summary:	TeXLive babel-piedmontese package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-piedmontese.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-piedmontese.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-piedmontese.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-piedmontese package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-piedmontese/piedmontese.ldf
%doc %{_texmfdistdir}/doc/generic/babel-piedmontese/piedmontese.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-piedmontese/piedmontese.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: f3b1094
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24308 |14mu|texlive-babel-polish-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30283
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-polish
Version:	20131013
Release:	7
Summary:	TeXLive babel-polish package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-polish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-polish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-polish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-polish package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-polish/polish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-polish/polish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-polish/polish.dtx
%doc %{_texmfdistdir}/source/generic/babel-polish/polish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: f9d1e0e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24309 |14mu|texlive-babel-portuges-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30284
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-portuges
Version:	20131013
Release:	7
Summary:	TeXLive babel-portuges package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-portuges.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-portuges.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-portuges.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-portuges package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-portuges/portuges.ldf
%doc %{_texmfdistdir}/doc/generic/babel-portuges/portuges.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-portuges/portuges.dtx
%doc %{_texmfdistdir}/source/generic/babel-portuges/portuges.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: f7fe546
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24310 |14mu|texlive-babel-romanian-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30285
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-romanian
Version:	20131013
Release:	7
Summary:	TeXLive babel-romanian package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romanian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romanian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romanian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-romanian package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-romanian/romanian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-romanian/romanian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-romanian/romanian.dtx
%doc %{_texmfdistdir}/source/generic/babel-romanian/romanian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 4493108
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24311 |14mu|texlive-babel-romansh-20130504-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30286
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/romansh
# catalog-date 2013-05-04 16:14:02 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-babel-romansh
Version:	20130504
Release:	7
Summary:	Babel/Polyglossia support for the Romansh language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/romansh
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romansh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romansh.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romansh.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a language description file that enables
support of Romansh either with babel or with polyglossia.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-romansh/romansh.ldf
%doc %{_texmfdistdir}/doc/generic/babel-romansh/romansh.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-romansh/romansh.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130504-7
+ Revision: 75618d9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24312 |14mu|texlive-babel-russian-1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30287
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/russian
# catalog-date 2013-05-03 12:18:01 +0200
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-babel-russian
Version:	1.3
Release:	7
Summary:	Russian language module for Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/russian
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-russian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-russian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-russian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for use of Babel in documents
written in Russian. The package is adapted for use both under
'traditional' TeX engines, and under XeTeX and LuaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-russian/russianb.ldf
%doc %{_texmfdistdir}/doc/generic/babel-russian/README
%doc %{_texmfdistdir}/doc/generic/babel-russian/russianb.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-russian/russianb.dtx
%doc %{_texmfdistdir}/source/generic/babel-russian/russianb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-7
+ Revision: 72aaa3f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24313 |14mu|texlive-babel-samin-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30288
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-samin
Version:	20131013
Release:	7
Summary:	TeXLive babel-samin package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-samin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-samin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-samin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-samin package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-samin/samin.ldf
%doc %{_texmfdistdir}/doc/generic/babel-samin/samin.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-samin/samin.dtx
%doc %{_texmfdistdir}/source/generic/babel-samin/samin.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 322f50c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24314 |14mu|texlive-babel-scottish-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30289
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-scottish
Version:	20131013
Release:	7
Summary:	TeXLive babel-scottish package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-scottish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-scottish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-scottish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-scottish package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-scottish/scottish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-scottish/scottish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-scottish/scottish.dtx
%doc %{_texmfdistdir}/source/generic/babel-scottish/scottish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 3727490
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24315 |14mu|texlive-babel-serbian-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30290
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-serbian
Version:	20131013
Release:	7
Summary:	TeXLive babel-serbian package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-serbian package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-serbian/serbian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-serbian/serbian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-serbian/serbian.dtx
%doc %{_texmfdistdir}/source/generic/babel-serbian/serbian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 84469ae
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24316 |14mu|texlive-babel-serbianc-2.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30348
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/serbianc
# catalog-date 2013-05-04 16:25:22 +0200
# catalog-license lppl1.3
# catalog-version 2.2
Name:		texlive-babel-serbianc
Version:	2.2
Release:	7
Summary:	Babel module to support Serbian Cyrillic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/serbianc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbianc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbianc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbianc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for Serbian documents written in
Cyrillic, in babel.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-serbianc/serbianc.ldf
%{_texmfdistdir}/tex/generic/babel-serbianc/serbianc.sty
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/COPYING
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/ChangeLog
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/Copyright
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/INSTALL
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/README
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/README.Files
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/README.serbianc
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/sample.pdf
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/sample.tex
%doc %{_texmfdistdir}/doc/generic/babel-serbianc/serbianc.patch
#- source
%doc %{_texmfdistdir}/source/generic/babel-serbianc/serbianc.dtx
%doc %{_texmfdistdir}/source/generic/babel-serbianc/serbianc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-7
+ Revision: f01399b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24317 |14mu|texlive-babel-slovak-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30292
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-slovak
Version:	20131013
Release:	7
Summary:	TeXLive babel-slovak package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovak.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovak.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovak.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-slovak package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-slovak/slovak.ldf
%doc %{_texmfdistdir}/doc/generic/babel-slovak/slovak.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-slovak/slovak.dtx
%doc %{_texmfdistdir}/source/generic/babel-slovak/slovak.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 09d70a8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24318 |14mu|texlive-babel-slovenian-1.2i-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30351
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/slovene
# catalog-date 2013-05-08 21:33:39 +0200
# catalog-license lppl1.3
# catalog-version 1.2i
Name:		texlive-babel-slovenian
Version:	1.2i
Release:	7
Summary:	Babel support for typesetting Slovenian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/slovene
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovenian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovenian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovenian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the language definition file for support
of Slovenian in babel. Several shortcuts are defined, as well
as translations to Slovenian of standard "LaTeX names".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-slovenian/slovene.ldf
%doc %{_texmfdistdir}/doc/generic/babel-slovenian/slovene.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-slovenian/slovene.dtx
%doc %{_texmfdistdir}/source/generic/babel-slovenian/slovene.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2i-7
+ Revision: 269ef0a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24319 |14mu|texlive-babel-sorbian-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30294
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-sorbian
Version:	20131013
Release:	7
Summary:	TeXLive babel-sorbian package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-sorbian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-sorbian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-sorbian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-sorbian package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-sorbian/lsorbian.ldf
%{_texmfdistdir}/tex/generic/babel-sorbian/usorbian.ldf
%doc %{_texmfdistdir}/doc/generic/babel-sorbian/lsorbian.pdf
%doc %{_texmfdistdir}/doc/generic/babel-sorbian/usorbian.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-sorbian/lsorbian.dtx
%doc %{_texmfdistdir}/source/generic/babel-sorbian/sorbian.ins
%doc %{_texmfdistdir}/source/generic/babel-sorbian/usorbian.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 0d91d7c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24320 |14mu|texlive-babel-spanish-5.0m-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32825
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/spanish
# catalog-date 2014-01-29 21:41:08 +0100
# catalog-license lppl
# catalog-version 5.0m
Name:		texlive-babel-spanish
Version:	5.0m
Release:	3
Summary:	Babel support for Spanish
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/spanish
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-spanish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-spanish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-spanish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle provides the means to typeset Spanish text, with
the support provided by the LaTeX standard package babel. Note
that separate support is provided for those who wish to typeset
Spanish as written in Mexico.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-spanish/romanidx.sty
%{_texmfdistdir}/tex/generic/babel-spanish/spanish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-spanish/README
%doc %{_texmfdistdir}/doc/generic/babel-spanish/spanish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-spanish/spanish.dtx
%doc %{_texmfdistdir}/source/generic/babel-spanish/spanish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.0m-3
+ Revision: 99bfffb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24321 |14mu|texlive-babel-swedish-2.3d-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30296
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/swedish
# catalog-date 2013-05-06 23:49:45 +0200
# catalog-license lppl1.3
# catalog-version 2.3d
Name:		texlive-babel-swedish
Version:	2.3d
Release:	7
Summary:	Babel support for typesetting Swedish
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/swedish
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-swedish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-swedish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-swedish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the language definition file for Swedish.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-swedish/swedish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-swedish/swedish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-swedish/swedish.dtx
%doc %{_texmfdistdir}/source/generic/babel-swedish/swedish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3d-7
+ Revision: b47174e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24322 |14mu|texlive-babel-thai-1.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30564
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/thai
# catalog-date 2013-05-19 01:05:23 +0200
# catalog-license lppl1.3
# catalog-version 1.0.0
Name:		texlive-babel-thai
Version:	1.0.0
Release:	7
Summary:	Support for Thai within babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/thai
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-thai.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-thai.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-thai.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for typesetting Thai text. within
the babel system.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-thai/lthenc.def
%{_texmfdistdir}/tex/generic/babel-thai/thai.ldf
%{_texmfdistdir}/tex/generic/babel-thai/tis620.def
%doc %{_texmfdistdir}/doc/generic/babel-thai/thai.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-thai/thai.dtx
%doc %{_texmfdistdir}/source/generic/babel-thai/thai.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-7
+ Revision: 68c32a9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24323 |14mu|texlive-babel-turkish-1.30-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32676
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/turkish
# catalog-date 2014-01-14 18:49:01 +0100
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-babel-turkish
Version:	1.30
Release:	3
Summary:	Babel support for Turkish documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/turkish
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-turkish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-turkish.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-turkish.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support, within babel, of the Turkish
language.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-turkish/turkish.ldf
%doc %{_texmfdistdir}/doc/generic/babel-turkish/README
%doc %{_texmfdistdir}/doc/generic/babel-turkish/turkish.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-turkish/turkish.dtx
%doc %{_texmfdistdir}/source/generic/babel-turkish/turkish.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.30-3
+ Revision: 222968e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24324 |14mu|texlive-babel-ukraineb-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30298
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-babel-ukraineb
Version:	20131013
Release:	7
Summary:	TeXLive babel-ukraineb package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-ukraineb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-ukraineb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-ukraineb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive babel-ukraineb package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-ukraineb/ukraineb.ldf
%doc %{_texmfdistdir}/doc/generic/babel-ukraineb/ukraineb.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-ukraineb/ukraineb.dtx
%doc %{_texmfdistdir}/source/generic/babel-ukraineb/ukraineb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: e3c9750
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24325 |14mu|texlive-babel-vietnamese-1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30578
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/vietnamese
# catalog-date 2013-05-20 00:05:10 +0200
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-babel-vietnamese
Version:	1.3
Release:	7
Summary:	Babel support for typesetting Vietnamese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/vietnamese
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-vietnamese.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-vietnamese.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the language definition file for support
of Vietnamese in babel.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-vietnamese/vietnam.ldf
%{_texmfdistdir}/tex/generic/babel-vietnamese/vietnamese.ldf
#- source
%doc %{_texmfdistdir}/source/generic/babel-vietnamese/vietnamese.dtx
%doc %{_texmfdistdir}/source/generic/babel-vietnamese/vietnamese.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-7
+ Revision: 2dc440b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24326 |14mu|texlive-babel-welsh-1.0d-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30299
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/welsh
# catalog-date 2013-05-03 01:23:11 +0200
# catalog-license lppl1.3
# catalog-version 1.0d
Name:		texlive-babel-welsh
Version:	1.0d
Release:	7
Summary:	Babel-welshBabel support for Welsh
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/welsh
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-welsh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-welsh.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-welsh.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the language definition file for Welsh.
(Mostly Welsh-language versions of the standard names in a
LaTeX file.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/babel-welsh/welsh.ldf
%doc %{_texmfdistdir}/doc/generic/babel-welsh/welsh.pdf
#- source
%doc %{_texmfdistdir}/source/generic/babel-welsh/welsh.dtx
%doc %{_texmfdistdir}/source/generic/babel-welsh/welsh.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0d-7
+ Revision: 3cf2043
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24327 |14mu|texlive-background-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25802
# category Package
# catalog-ctan /macros/latex/contrib/background
# catalog-date 2009-11-18 12:12:09 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-background
Version:	1.0
Release:	6
Summary:	Placement of background material on pages of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/background
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/background.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/background.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/background.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers the placement of background material on the
pages of a document. The user can control many aspects
(contents, position, color, opacity) of the background material
that will be displayed. The package makes use of the everypage
package, and uses pgf/tikz for attribute control.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/background/background.sty
%doc %{_texmfdistdir}/doc/latex/background/README
%doc %{_texmfdistdir}/doc/latex/background/background.pdf
#- source
%doc %{_texmfdistdir}/source/latex/background/background.dtx
%doc %{_texmfdistdir}/source/latex/background/background.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-6
+ Revision: bd334a5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24328 |14mu|texlive-bangtex-20061214-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/bangtex
# catalog-date 2006-12-14 21:17:11 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-bangtex
Version:	20061214
Release:	4
Summary:	Writing Bangla and Assamese with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/bangtex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bangtex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bangtex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides class files for writing Bangla and Assamese
with LaTeX, and MetaFont sources for fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/bangtex/bang10.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangbase.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangconso.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangdefs.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangfala.mf
%{_texmfdistdir}/fonts/source/public/bangtex/banghalf.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangjuk.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangkaar.mf
%{_texmfdistdir}/fonts/source/public/bangtex/banglig.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangmac.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangnum.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangpunc.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangsl10.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangvow.mf
%{_texmfdistdir}/fonts/source/public/bangtex/bangwd10.mf
%{_texmfdistdir}/fonts/tfm/public/bangtex/bang10.tfm
%{_texmfdistdir}/fonts/tfm/public/bangtex/bangsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bangtex/bangwd10.tfm
%{_texmfdistdir}/tex/latex/bangtex/bangfont.tex
%{_texmfdistdir}/tex/latex/bangtex/barticle.cls
%{_texmfdistdir}/tex/latex/bangtex/bbk10.clo
%{_texmfdistdir}/tex/latex/bangtex/bbk11.clo
%{_texmfdistdir}/tex/latex/bangtex/bbk12.clo
%{_texmfdistdir}/tex/latex/bangtex/bbook.cls
%{_texmfdistdir}/tex/latex/bangtex/bletter.cls
%{_texmfdistdir}/tex/latex/bangtex/bsize10.clo
%{_texmfdistdir}/tex/latex/bangtex/bsize11.clo
%{_texmfdistdir}/tex/latex/bangtex/bsize12.clo
%doc %{_texmfdistdir}/doc/latex/bangtex/README.bangtex
%doc %{_texmfdistdir}/doc/latex/bangtex/manual.tex
%doc %{_texmfdistdir}/doc/latex/bangtex/samplett.tex
%doc %{_texmfdistdir}/doc/latex/bangtex/samptex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061214-4
+ Revision: bac99b5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24329 |14mu|texlive-bardiag-0.4a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22013
# category Package
# catalog-ctan /graphics/bardiag
# catalog-date 2006-12-21 16:38:41 +0100
# catalog-license lppl
# catalog-version 0.4a
Name:		texlive-bardiag
Version:	0.4a
Release:	4
Summary:	LateX package for drawing bar diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/bardiag
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bardiag.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bardiag.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The main purpose of the package is to make the drawing of bar
diagrams possible and easy in LaTeX. The BarDiag package is
inspired by and based on PSTricks.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bardiag/barddoc.sty
%{_texmfdistdir}/tex/latex/bardiag/bardiag.bar
%{_texmfdistdir}/tex/latex/bardiag/bardiag.cfg
%{_texmfdistdir}/tex/latex/bardiag/bardiag.sty
%{_texmfdistdir}/tex/latex/bardiag/pstfp.sty
%doc %{_texmfdistdir}/doc/latex/bardiag/README
%doc %{_texmfdistdir}/doc/latex/bardiag/bardiag.pdf
%doc %{_texmfdistdir}/doc/latex/bardiag/bardiag.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/bardiag1.pdf
%doc %{_texmfdistdir}/doc/latex/bardiag/bardiag1.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/bardiag2.pdf
%doc %{_texmfdistdir}/doc/latex/bardiag/bardiag2.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/altdiags.ps
%doc %{_texmfdistdir}/doc/latex/bardiag/example/altdiags.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/compile.all
%doc %{_texmfdistdir}/doc/latex/bardiag/example/diagrams.dvi
%doc %{_texmfdistdir}/doc/latex/bardiag/example/diagrams.ps
%doc %{_texmfdistdir}/doc/latex/bardiag/example/diagrams.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/diagramsbw.ps
%doc %{_texmfdistdir}/doc/latex/bardiag/example/diagramsbw.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/10.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/1a.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/1b.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/2a.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/2b.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/3.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/4.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/5.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/6.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/7.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/8.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/example/src/9.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/diag.eps
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/diagleg.eps
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp1.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp1a.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp1b.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp2.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp2er.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp3.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp4.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp5.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/examp6.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/exampcr.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/figs/tddiag.eps
%doc %{_texmfdistdir}/doc/latex/bardiag/src/10.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/1a.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/1b.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/2a.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/2b.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/3.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/4.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/5.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/6.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/7.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/8.tex
%doc %{_texmfdistdir}/doc/latex/bardiag/src/9.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4a-4
+ Revision: 6bc0d64
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24330 |14mu|texlive-bartel-chess-fonts-20101129-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20619
# category Package
# catalog-ctan /fonts/bartel-chess-fonts
# catalog-date 2010-11-29 08:56:06 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-bartel-chess-fonts
Version:	20101129
Release:	4
Summary:	A set of fonts supporting chess diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/bartel-chess-fonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bartel-chess-fonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bartel-chess-fonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts are provided as MetaFont source.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-bishop.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-blackfield.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-chbase.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-equi.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-geo.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-king.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-knight.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-pawn.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-queen.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/elch-rook.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch10.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch11.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch12.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch13.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch14.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch16.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch17.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch20.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch24.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch32.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch36.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch6.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch7.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch8.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/fselch9.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkbase.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkbishop.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkblackfield.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch10.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch11.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch12.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch14.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch16.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch8.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkelch9.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkgeo.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkking.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkknight.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkpawn.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkqueen.mf
%{_texmfdistdir}/fonts/source/public/bartel-chess-fonts/pkrook.mf
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch10.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch11.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch12.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch13.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch14.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch16.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch17.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch20.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch24.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch32.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch36.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch6.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch7.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch8.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/fselch9.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch10.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch11.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch12.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch14.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch16.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch8.tfm
%{_texmfdistdir}/fonts/tfm/public/bartel-chess-fonts/pkelch9.tfm
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/README
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/CGA.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/agfa.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/amiga-PAL.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/amiga.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/chess.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/fselch15.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/fselch30.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/fselch34.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/fselch5mm.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkelch.mfj
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkfootbows.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkmakeneutral.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkparallel.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkscreengrid.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/pkshorten.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px150.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px17.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px20.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px21.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px23.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px25.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px29.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px31.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px33.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px41.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px45.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px49.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px53.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px57.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px63.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px700.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px71.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px72.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px79.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/px9.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/scan.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/screengrid.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/tt.mf
%doc %{_texmfdistdir}/doc/fonts/bartel-chess-fonts/other-sources/turnboard.mf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101129-4
+ Revision: 28c0931
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24331 |14mu|texlive-bashful-0.92-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25597
# category Package
# catalog-ctan /macros/latex/contrib/bashful
# catalog-date 2011-06-17 14:38:58 +0200
# catalog-license lppl1.3
# catalog-version 0.92
Name:		texlive-bashful
Version:	0.92
Release:	5
Summary:	Invoke bash commands from within LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bashful
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bashful.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bashful.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes it possible to execute Unix bash shell
scripts from within LaTeX. The main application is in writing
computer-science texts, in which you want to make sure the
programs listed in the document are executed directly from the
input. The package may use other Unix shells than bash, but
does not work without modification in a Windows environment.
The package requires the -shell-escape flag when LaTeX is
processing your document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bashful/bashful.sty
%doc %{_texmfdistdir}/doc/latex/bashful/Makefile
%doc %{_texmfdistdir}/doc/latex/bashful/README
%doc %{_texmfdistdir}/doc/latex/bashful/bashful.pdf
%doc %{_texmfdistdir}/doc/latex/bashful/bashful.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.92-5
+ Revision: c84902f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24332 |14mu|texlive-basque-book-1.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27049
# category Package
# catalog-ctan /macros/latex/contrib/basque-book
# catalog-date 2012-07-09 13:17:27 +0200
# catalog-license lppl1.2
# catalog-version 1.20
Name:		texlive-basque-book
Version:	1.20
Release:	3
Summary:	Class for book-type documents written in Basque
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/basque-book
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-book.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-book.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-book.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is derived from the LaTeX book class. The extensions
solve grammatical and numeration issues that occur when book-
type documents are written in Basque. The class is useful for
writing books, PhD and Master Theses, etc., in Basque.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/basque-book/basque-book.cls
%doc %{_texmfdistdir}/doc/latex/basque-book/README
%doc %{_texmfdistdir}/doc/latex/basque-book/basque-book.pdf
#- source
%doc %{_texmfdistdir}/source/latex/basque-book/basque-book.dtx
%doc %{_texmfdistdir}/source/latex/basque-book/basque-book.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.20-3
+ Revision: 4c95b4e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24333 |14mu|texlive-basque-date-1.05-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26477
# category Package
# catalog-ctan /macros/latex/contrib/basque-date
# catalog-date 2012-05-17 14:56:37 +0200
# catalog-license lppl1.2
# catalog-version 1.05
Name:		texlive-basque-date
Version:	1.05
Release:	3
Summary:	Print the date in Basque
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/basque-date
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-date.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-date.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-date.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides two LaTeX commands to print the current
date in Basque according to the correct forms ruled by The
Basque Language Academy (Euskaltzaindia). The commands
automatically solve the complex declination issues of numbers
in Basque.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/basque-date/basque-date.sty
%doc %{_texmfdistdir}/doc/latex/basque-date/README
%doc %{_texmfdistdir}/doc/latex/basque-date/basque-date.pdf
#- source
%doc %{_texmfdistdir}/source/latex/basque-date/basque-date.dtx
%doc %{_texmfdistdir}/source/latex/basque-date/basque-date.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.05-3
+ Revision: 12d8c8f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24334 |14mu|texlive-bbcard-20080817-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/bbcard
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-bbcard
Version:	20080817
Release:	4
Summary:	Bullshit bingo, calendar and baseball-score cards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/bbcard
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbcard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbcard.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Three jiffy packages for creating cards of various sorts with
MetaPost.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/bbcard/bbcard.mp
%{_texmfdistdir}/metapost/bbcard/breakwidth.mp
%{_texmfdistdir}/metapost/bbcard/calendar.mp
%{_texmfdistdir}/metapost/bbcard/scorecard.mp
%doc %{_texmfdistdir}/doc/metapost/bbcard/README.TEXLIVE
%doc %{_texmfdistdir}/doc/metapost/bbcard/README.bbcard
%doc %{_texmfdistdir}/doc/metapost/bbcard/README.calendar
%doc %{_texmfdistdir}/doc/metapost/bbcard/README.scorecard

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080817-4
+ Revision: 7a64820
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24335 |14mu|texlive-bbm-20091119-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/cm/bbm
# catalog-date 2009-11-19 15:03:53 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-bbm
Version:	20091119
Release:	4
Summary:	"Blackboard-style" cm fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cm/bbm
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Blackboard variants of Computer Modern fonts. The fonts are
distributed as MetaFont source (only); LaTeX support is
available with the bbm-macros package. The Sauter font package
has MetaFont parameter source files for building the fonts at
more sizes than you could reasonably imagine. A sample of these
fonts appears in the blackboard bold sampler.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/bbm/bbm10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm17.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm5.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm6.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm7.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbm9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmb10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx5.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx6.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx7.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbx9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmbxsl10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmdunh10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmfib8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmfxib8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbminch.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsl10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsl12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsl8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsl9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmsltt10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss17.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmss9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssbx10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssdc10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi17.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssi9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssq8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmssqi8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmtt10.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmtt12.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmtt8.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmtt9.mf
%{_texmfdistdir}/fonts/source/public/bbm/bbmvtt10.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbbase.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbord.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbordl.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbordsp.mf
%{_texmfdistdir}/fonts/source/public/bbm/blbordu.mf
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm17.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm5.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm6.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm7.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbm9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmfxib8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbm/bbmtt9.tfm
%doc %{_texmfdistdir}/doc/fonts/bbm/README
%doc %{_texmfdistdir}/doc/fonts/bbm/gfbatch.batch
%doc %{_texmfdistdir}/doc/fonts/bbm/mfbatch.batch
%doc %{_texmfdistdir}/doc/fonts/bbm/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091119-4
+ Revision: 4816c74
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24336 |14mu|texlive-bbm-macros-20100215-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17224
# category Package
# catalog-ctan /macros/latex/contrib/bbm
# catalog-date 2010-02-15 23:28:51 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-bbm-macros
Version:	20100215
Release:	4
Summary:	LaTeX support for "blackboard-style" cm fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bbm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm-macros.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm-macros.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm-macros.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides LaTeX support for Blackboard variants of Computer
Modern fonts. Declares a font family bbm so you can in
principle write running text in blackboard bold, and lots of
math alphabets for using the fonts within maths.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bbm-macros/bbm.sty
%{_texmfdistdir}/tex/latex/bbm-macros/ubbm.fd
%{_texmfdistdir}/tex/latex/bbm-macros/ubbmss.fd
%{_texmfdistdir}/tex/latex/bbm-macros/ubbmtt.fd
%doc %{_texmfdistdir}/doc/latex/bbm-macros/README
%doc %{_texmfdistdir}/doc/latex/bbm-macros/bbm.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bbm-macros/bbm.drv
%doc %{_texmfdistdir}/source/latex/bbm-macros/bbm.dtx
%doc %{_texmfdistdir}/source/latex/bbm-macros/bbm.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100215-4
+ Revision: 1ad9ede
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24337 |14mu|texlive-bbold-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17187
# category Package
# catalog-ctan /fonts/bbold
# catalog-date 2010-02-15 23:28:51 +0100
# catalog-license bsd
# catalog-version 1.01
Name:		texlive-bbold
Version:	1.01
Release:	4
Summary:	Sans serif blackboard bold
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/bbold
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A geometric sans serif blackboard bold font, for use in
mathematics; MetaFont sources are provided, as well as macros
for use with LaTeX. The Sauter font package has MetaFont
parameter source files for building the fonts at more sizes
than you could reasonably imagine. See the blackboard sampler
for a feel for the font's appearance.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/bbold/bbbase.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbgreekl.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbgreeku.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbligs.mf
%{_texmfdistdir}/fonts/source/public/bbold/bblower.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbnum.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold10.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold12.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold17.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold5.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold6.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold7.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold8.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbold9.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbparams.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbpunc.mf
%{_texmfdistdir}/fonts/source/public/bbold/bbupper.mf
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold10.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold12.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold17.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold5.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold6.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold7.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold8.tfm
%{_texmfdistdir}/fonts/tfm/public/bbold/bbold9.tfm
%{_texmfdistdir}/tex/latex/bbold/Ubbold.fd
%{_texmfdistdir}/tex/latex/bbold/bbold.sty
%doc %{_texmfdistdir}/doc/latex/bbold/INSTALL
%doc %{_texmfdistdir}/doc/latex/bbold/README
%doc %{_texmfdistdir}/doc/latex/bbold/bbold.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bbold/bbold.dtx
%doc %{_texmfdistdir}/source/latex/bbold/bbold.ins
%doc %{_texmfdistdir}/source/latex/bbold/fonttabl.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-4
+ Revision: b99e895
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24338 |14mu|texlive-bchart-0.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25677
# category Package
# catalog-ctan /macros/latex/contrib/bchart
# catalog-date 2012-03-17 17:05:04 +0100
# catalog-license other-free
# catalog-version 0.1.1
Name:		texlive-bchart
Version:	0.1.1
Release:	3
Summary:	Draw simple bar charts in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bchart
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bchart.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bchart.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides horizontal bar charts, drawn using TikZ on
a numeric X-axis. The focus of the package is simplicity and
aesthetics.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bchart/bchart.sty
%doc %{_texmfdistdir}/doc/latex/bchart/CHANGES.txt
%doc %{_texmfdistdir}/doc/latex/bchart/LICENSE.txt
%doc %{_texmfdistdir}/doc/latex/bchart/README
%doc %{_texmfdistdir}/doc/latex/bchart/bchart.pdf
%doc %{_texmfdistdir}/doc/latex/bchart/bchart.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-3
+ Revision: 72536a2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24339 |14mu|texlive-bclogo-2.26-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23305
# category Package
# catalog-ctan /graphics/bclogo
# catalog-date 2011-08-01 12:18:46 +0200
# catalog-license lppl
# catalog-version 2.26
Name:		texlive-bclogo
Version:	2.26
Release:	4
Summary:	Creating colourful boxes with logos
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/bclogo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bclogo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bclogo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package facilitates the creation of colorful boxes with a
title and logo. It may use either tikz or PSTricks as graphics
engine.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/bclogo/bc-attention.mp
%{_texmfdistdir}/metapost/bclogo/bc-aux-301.mp
%{_texmfdistdir}/metapost/bclogo/bc-bombe.mp
%{_texmfdistdir}/metapost/bclogo/bc-book.mp
%{_texmfdistdir}/metapost/bclogo/bc-calendrier.mp
%{_texmfdistdir}/metapost/bclogo/bc-cle.mp
%{_texmfdistdir}/metapost/bclogo/bc-clefa.mp
%{_texmfdistdir}/metapost/bclogo/bc-clesol.mp
%{_texmfdistdir}/metapost/bclogo/bc-coeur.mp
%{_texmfdistdir}/metapost/bclogo/bc-crayon.mp
%{_texmfdistdir}/metapost/bclogo/bc-cube.mp
%{_texmfdistdir}/metapost/bclogo/bc-dallemagne.mp
%{_texmfdistdir}/metapost/bclogo/bc-danger.mp
%{_texmfdistdir}/metapost/bclogo/bc-dautriche.mp
%{_texmfdistdir}/metapost/bclogo/bc-dbelgique.mp
%{_texmfdistdir}/metapost/bclogo/bc-dbulgarie.mp
%{_texmfdistdir}/metapost/bclogo/bc-dfrance.mp
%{_texmfdistdir}/metapost/bclogo/bc-ditalie.mp
%{_texmfdistdir}/metapost/bclogo/bc-dluxembourg.mp
%{_texmfdistdir}/metapost/bclogo/bc-dodecaedre.mp
%{_texmfdistdir}/metapost/bclogo/bc-dpaysbas.mp
%{_texmfdistdir}/metapost/bclogo/bc-dz.mp
%{_texmfdistdir}/metapost/bclogo/bc-eclaircie.mp
%{_texmfdistdir}/metapost/bclogo/bc-etoile.mp
%{_texmfdistdir}/metapost/bclogo/bc-femme.mp
%{_texmfdistdir}/metapost/bclogo/bc-feujaune.mp
%{_texmfdistdir}/metapost/bclogo/bc-feurouge.mp
%{_texmfdistdir}/metapost/bclogo/bc-feutricolore.mp
%{_texmfdistdir}/metapost/bclogo/bc-feuvert.mp
%{_texmfdistdir}/metapost/bclogo/bc-fleur.mp
%{_texmfdistdir}/metapost/bclogo/bc-homme.mp
%{_texmfdistdir}/metapost/bclogo/bc-horloge.mp
%{_texmfdistdir}/metapost/bclogo/bc-icosaedre.mp
%{_texmfdistdir}/metapost/bclogo/bc-info.mp
%{_texmfdistdir}/metapost/bclogo/bc-inter.mp
%{_texmfdistdir}/metapost/bclogo/bc-interdit.mp
%{_texmfdistdir}/metapost/bclogo/bc-lampe.mp
%{_texmfdistdir}/metapost/bclogo/bc-loupe.mp
%{_texmfdistdir}/metapost/bclogo/bc-neige.mp
%{_texmfdistdir}/metapost/bclogo/bc-note.mp
%{_texmfdistdir}/metapost/bclogo/bc-nucleaire.mp
%{_texmfdistdir}/metapost/bclogo/bc-octaedre.mp
%{_texmfdistdir}/metapost/bclogo/bc-oeil.mp
%{_texmfdistdir}/metapost/bclogo/bc-orne.mp
%{_texmfdistdir}/metapost/bclogo/bc-ours.mp
%{_texmfdistdir}/metapost/bclogo/bc-outil.mp
%{_texmfdistdir}/metapost/bclogo/bc-peaceandlove.mp
%{_texmfdistdir}/metapost/bclogo/bc-pluie.mp
%{_texmfdistdir}/metapost/bclogo/bc-plume.mp
%{_texmfdistdir}/metapost/bclogo/bc-poisson.mp
%{_texmfdistdir}/metapost/bclogo/bc-recyclage.mp
%{_texmfdistdir}/metapost/bclogo/bc-rosevents.mp
%{_texmfdistdir}/metapost/bclogo/bc-smiley-bonnehumeur.mp
%{_texmfdistdir}/metapost/bclogo/bc-smiley-mauvaisehumeur.mp
%{_texmfdistdir}/metapost/bclogo/bc-soleil.mp
%{_texmfdistdir}/metapost/bclogo/bc-stop.mp
%{_texmfdistdir}/metapost/bclogo/bc-takecare.mp
%{_texmfdistdir}/metapost/bclogo/bc-tetraedre.mp
%{_texmfdistdir}/metapost/bclogo/bc-trefle.mp
%{_texmfdistdir}/metapost/bclogo/bc-trombone.mp
%{_texmfdistdir}/metapost/bclogo/bc-valetcoeur.mp
%{_texmfdistdir}/metapost/bclogo/bc-velo.mp
%{_texmfdistdir}/metapost/bclogo/bc-yin.mp
%{_texmfdistdir}/metapost/bclogo/brace.mp
%{_texmfdistdir}/metapost/bclogo/losanges.mp
%{_texmfdistdir}/metapost/bclogo/spir.mp
%{_texmfdistdir}/tex/latex/bclogo/bc-attention.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-aux-301.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-bombe.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-book.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-calendrier.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-cle.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-clefa.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-clesol.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-coeur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-crayon.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-cube.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dallemagne.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-danger.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dautriche.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dbelgique.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dbulgarie.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dfrance.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-ditalie.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dluxembourg.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dodecaedre.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dpaysbas.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-dz.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-eclaircie.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-etoile.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-femme.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-feujaune.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-feurouge.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-feutricolore.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-feuvert.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-fleur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-homme.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-horloge.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-icosaedre.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-info.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-inter.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-interdit.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-lampe.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-loupe.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-neige.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-note.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-nucleaire.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-octaedre.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-oeil.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-orne.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-ours.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-outil.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-peaceandlove.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-pluie.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-plume.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-poisson.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-recyclage.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-rosevents.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-smiley-bonnehumeur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-smiley-mauvaisehumeur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-soleil.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-stop.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-takecare.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-tetraedre.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-trefle.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-trombone.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-valetcoeur.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-velo.mps
%{_texmfdistdir}/tex/latex/bclogo/bc-yin.mps
%{_texmfdistdir}/tex/latex/bclogo/bclogo.sty
%doc %{_texmfdistdir}/doc/latex/bclogo/LISEZ-MOI.doc
%doc %{_texmfdistdir}/doc/latex/bclogo/LISEZ-MOI.latex
%doc %{_texmfdistdir}/doc/latex/bclogo/README.doc
%doc %{_texmfdistdir}/doc/latex/bclogo/README.latex
%doc %{_texmfdistdir}/doc/latex/bclogo/bclogo-doc.pdf
%doc %{_texmfdistdir}/doc/latex/bclogo/bclogo-doc.tex
%doc %{_texmfdistdir}/doc/latex/bclogo/brace.mps
%doc %{_texmfdistdir}/doc/latex/bclogo/losanges.mps
%doc %{_texmfdistdir}/doc/latex/bclogo/spir.mps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.26-4
+ Revision: 7a07531
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24340 |14mu|texlive-beamer2thesis-2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24496
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/themes/beamer2thesis
# catalog-date 2011-10-28 19:27:59 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-beamer2thesis
Version:	2.1
Release:	5
Summary:	Thesis presentations using beamer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/themes/beamer2thesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer2thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer2thesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package specifies a beamer theme for presenting a thesis.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamer2thesis/beamer2thesis.jpg
%{_texmfdistdir}/tex/latex/beamer2thesis/beamercolorthemetorinoth.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/beamerfontthemetorinoth.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/beamerinnerthemetorinoth.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/beamerouterthemetorinoth.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty
%{_texmfdistdir}/tex/latex/beamer2thesis/logopolito.jpg
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/README
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/beamer2thesis.pdf
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/beamer2thesis.tex
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/beamer2thesis_ita.pdf
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/beamer2thesis_ita.tex
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/content_end.tex
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/content_end_ita.tex
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/content_initial.tex
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/content_initial_ita.tex
%doc %{_texmfdistdir}/doc/latex/beamer2thesis/license

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-5
+ Revision: 45555d8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24341 |14mu|texlive-beamer-3.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26788
# category Package
# catalog-ctan /macros/latex/contrib/beamer
# catalog-date 2012-06-01 12:40:06 +0200
# catalog-license gpl
# catalog-version 3.20
Name:		texlive-beamer
Version:	3.20
Release:	3
Summary:	A LaTeX class for producing presentations and slides
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-pgf
Requires:	texlive-xcolor

%description
The beamer LaTeX class can be used for producing slides. Its
functionality is similar to Prosper but does not need any
external programs and can directly produce a presentation using
pdflatex. Beamer uses pgf for pdf/ps independent graphics.
Frames are created using \frame{...}, and a frame can build
multiple slides through a simple notation for specifying
material for each slide within a frame. Beamer supports
bibliographies, appendicies and transitions. Short versions of
title, authors, institute can also be specified as optional
parameters. A \plainframe{} allows a picture, for example, to
fill the whole frame. Support figure and table environments,
transparency effects, a \transduration command, animation
commands, a pauses environment. Beamer also provides
compatibility with other packages like prosper. The package now
incorporates the functionality of the former translator
package, which is used for customising the package for use in
other language environments.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.20.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.20.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericonarticle.tex
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.20.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.20.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericonbook.tex
%{_texmfdistdir}/tex/latex/beamer/art/beamericononline.20.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericononline.20.pdf
%{_texmfdistdir}/tex/latex/beamer/art/beamericononline.eps
%{_texmfdistdir}/tex/latex/beamer/art/beamericononline.pdf
%{_texmfdistdir}/tex/latex/beamer/beamer.cls
%{_texmfdistdir}/tex/latex/beamer/beamerarticle.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasearticle.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseauxtemplates.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseboxes.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasecolor.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasecompatibility.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasedecode.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseexercise.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasefont.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseframe.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseframecomponents.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseframesize.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaselocalstructure.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasemisc.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasemodes.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasenavigation.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasenotes.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseoptions.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseoverlay.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasercs.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaserequires.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasesection.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetemplates.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasethemes.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetheorems.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetitle.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetoc.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetranslator.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbasetwoscreens.sty
%{_texmfdistdir}/tex/latex/beamer/beamerbaseverbatim.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/beamerfoils.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/beamerprosper.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/beamerseminar.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/beamertexpower.sty
%{_texmfdistdir}/tex/latex/beamer/emulation/examples/beamerexample-foils.tex
%{_texmfdistdir}/tex/latex/beamer/emulation/examples/beamerexample-prosper.tex
%{_texmfdistdir}/tex/latex/beamer/emulation/examples/beamerexample-seminar.tex
%{_texmfdistdir}/tex/latex/beamer/emulation/examples/beamerexample-texpower.tex
%{_texmfdistdir}/tex/latex/beamer/multimedia/multimedia.sty
%{_texmfdistdir}/tex/latex/beamer/multimedia/multimediasymbols.sty
%{_texmfdistdir}/tex/latex/beamer/multimedia/xmpmulti.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemealbatross.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemebeaver.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemebeetle.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemecrane.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemedolphin.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemedove.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemefly.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemelily.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemeorchid.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemerose.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemeseagull.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemeseahorse.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemesidebartab.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemespruce.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemestructure.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemewhale.sty
%{_texmfdistdir}/tex/latex/beamer/themes/color/beamercolorthemewolverine.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemeprofessionalfonts.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemeserif.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemestructurebold.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemestructureitalicserif.sty
%{_texmfdistdir}/tex/latex/beamer/themes/font/beamerfontthemestructuresmallcapsserif.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemecircles.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemeinmargin.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemerectangles.sty
%{_texmfdistdir}/tex/latex/beamer/themes/inner/beamerinnerthemerounded.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemeinfolines.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthememiniframes.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemeshadow.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemesidebar.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemesmoothbars.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemesmoothtree.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemesplit.sty
%{_texmfdistdir}/tex/latex/beamer/themes/outer/beamerouterthemetree.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeAnnArbor.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeAntibes.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeBergen.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeBerkeley.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeBerlin.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeBoadilla.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeCambridgeUS.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeCopenhagen.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeDarmstadt.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeDresden.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeEastLansing.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeFrankfurt.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeGoettingen.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeHannover.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeIlmenau.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeJuanLesPins.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeLuebeck.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeMadrid.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeMalmoe.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeMarburg.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeMontpellier.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemePaloAlto.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemePittsburgh.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeRochester.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeSingapore.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeSzeged.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeWarsaw.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemeboxes.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/beamerthemedefault.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemebars.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemeclassic.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemecompatibility.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemelined.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemeplain.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemeshadow.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemesidebar.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemesplit.sty
%{_texmfdistdir}/tex/latex/beamer/themes/theme/compatibility/beamerthemetree.sty
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Norsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Nynorsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Norsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Nynorsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Norsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Nynorsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Croatian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-English.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-French.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-German.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Greek.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Norsk.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/beamer/translator/translator-language-mappings.tex
%{_texmfdistdir}/tex/latex/beamer/translator/translator.sty
%doc %{_texmfdistdir}/doc/latex/beamer/AUTHORS
%doc %{_texmfdistdir}/doc/latex/beamer/ChangeLog
%doc %{_texmfdistdir}/doc/latex/beamer/FILES
%doc %{_texmfdistdir}/doc/latex/beamer/INSTALL
%doc %{_texmfdistdir}/doc/latex/beamer/README
%doc %{_texmfdistdir}/doc/latex/beamer/TODO
%doc %{_texmfdistdir}/doc/latex/beamer/doc/Makefile
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamercolorthemeexample.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerfontthemeexample.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerinnerthemeexample.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerlogo.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerouterthemeexample.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerthemeexample.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerthemeexamplebase.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-animations.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-color.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-compatibility.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-elements.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-emulation.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-fonts.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-frames.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-globalstructure.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-graphics.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-guidelines.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-installation.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-interaction.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-introduction.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-license.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-localstructure.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-macros.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-nonpresentation.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-notes.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-overlays.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-solutions.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-themes.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-translator.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-transparencies.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-tricks.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-tutorial.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-twoscreens.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerug-workflow.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemealbatross.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemealbatrossstylish.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemebeaver.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemebeetle.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemecrane.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemedefault.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemedolphin.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemedove.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemefly.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemelily.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemeorchid.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemerose.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemeseagull.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemeseahorse.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemesidebartab.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemespruce.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemestructure.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemewhale.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugcolorthemewolverine.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemedefault.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemeserif.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemestructurebold.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemestructureitalicserif.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugfontthemestructuresmallcapsserif.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemecircles.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemedefault.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemeinmargin.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemerectangles.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beameruginnerthemerounded.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemedefault.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemeinfolines.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthememiniframes.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemeshadow.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemesidebar.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemesmoothbars.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemesmoothtree.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemesplit.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugouterthemetree.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeAnnArbor.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeAntibes.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeBergen.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeBerkeley.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeBerlin.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeBoadilla.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeCambridgeUS.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeCopenhagen.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeDarmstadt.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeDresden.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeEastLansing.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeFrankfurt.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeGoettingen.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeHannover.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeIlmenau.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeJuanLesPins.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeLuebeck.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeMadrid.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeMalmoe.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeMarburg.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeMontpellier.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemePaloAlto.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemePittsburgh.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeRochester.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeSingapore.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeSzeged.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeWarsaw.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemeboxes.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beamerugthemedefault.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beameruserguide.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/doc/beameruserguide.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/licenses/LICENSE
%doc %{_texmfdistdir}/doc/latex/beamer/doc/themeexamples/beamerthemeexample.tex
%doc %{_texmfdistdir}/doc/latex/beamer/doc/themeexamples/beamerthememakeexamples.sh
%doc %{_texmfdistdir}/doc/latex/beamer/emacs/beamer.el
%doc %{_texmfdistdir}/doc/latex/beamer/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-conference-talk/beamerexample-conference-talk.tex
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-beamer-version.tex
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-body.tex
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-logo.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic1.jpg
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic2.jpg
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic3.jpg
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic4.jpg
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic5.jpg
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-pic6.jpg
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-print-version.tex
%doc %{_texmfdistdir}/doc/latex/beamer/examples/a-lecture/beamerexample-lecture-style.tex
%doc %{_texmfdistdir}/doc/latex/beamer/examples/beamerexample-conference-talk.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/examples/beamerexample-lecture-beamer-version.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/examples/beamerexample-lecture-print-version.pdf
%doc %{_texmfdistdir}/doc/latex/beamer/examples/lyx-based-presentation/beamerexample-lyx.lyx
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.de.lyx
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.de.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.en.lyx
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.en.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.fr.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.de.lyx
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.de.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.en.lyx
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.en.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.fr.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.de.lyx
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.de.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.en.lyx
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.en.tex
%doc %{_texmfdistdir}/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.20-3
+ Revision: 2672de8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24342 |14mu|texlive-beameraudience-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23427
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/beameraudience
# catalog-date 2011-08-05 01:50:01 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-beameraudience
Version:	0.1
Release:	4
Summary:	Assembling beamer frames according to audience
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/beameraudience
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beameraudience.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beameraudience.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Beamer Audience package provides macros to easily assemble
frames according to different audiences. It enables to pick up
the frames for a specific audience while leaving their order
according to a logical structure in the LaTeX source.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beameraudience/beameraudience.sty
%doc %{_texmfdistdir}/doc/latex/beameraudience/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 927b314
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24343 |14mu|texlive-beamer-FUBerlin-0.02-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/beamer-FUBerlin
# catalog-date 2009-08-11 19:19:50 +0200
# catalog-license lppl
# catalog-version 0.02
Name:		texlive-beamer-FUBerlin
Version:	0.02
Release:	4
Summary:	Beamer, using the style of FU Berlin
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-FUBerlin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer-FUBerlin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer-FUBerlin.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides a beamer-derived class and a theme style
file for the corporate design of the Free University in Berlin.
Users may use the class itself (FUbeamer) or use the theme in
the usual way with \usetheme{BerlinFU}. Examples of using both
the class and the theme are provided; the PDF is visually
identical, so the catalogue only lists one; the sources of the
examples do of course differ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/FUbeamer.cls
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/beamercolorthemeBerlinFU.sty
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/beamerfontthemeBerlinFU.sty
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/beamerouterthemeBerlinFU.sty
%{_texmfdistdir}/tex/latex/beamer-FUBerlin/beamerthemeBerlinFU.sty
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/Changes
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/FULogo.png
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/FUbib.jpg
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/FUlogo.pdf
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/README
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/exampleClass.pdf
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/exampleClass.tex
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/exampleTheme.pdf
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/exampleTheme.tex
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/geo.jpg
%doc %{_texmfdistdir}/doc/latex/beamer-FUBerlin/silberlaube2.jpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.02-4
+ Revision: f9e86c4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24344 |14mu|texlive-beamerposter-1.07-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17066
# category Package
# catalog-ctan /macros/latex/contrib/beamerposter
# catalog-date 2010-02-16 13:45:15 +0100
# catalog-license lppl
# catalog-version 1.07
Name:		texlive-beamerposter
Version:	1.07
Release:	4
Summary:	Extend beamer and a0poster for custom sized posters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamerposter
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerposter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerposter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to use beamer style operations on
a canvas of the sizes provided by a0poster; font scaling is
available (using packages such as type1cm if necessary). In
addition, the package allows the user to benefit from the nice
colour box handling and alignment provided by the beamer class
(for example, with rounded corners and shadows). Good looking
posters may be created very rapidly. Features include: -
scalable fonts using the fp and type1cm packages; - posters in
A-series sizes, and custom sizes like double A0 are possible; -
still applicable to custom beamer slides, e.g. 16:9 slides for
a wide-screen (i.e. 1.78 aspect ratio); - orientation may be
portrait or landscape; - a 'debug mode' is provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamerposter/beamerposter.sty
%doc %{_texmfdistdir}/doc/latex/beamerposter/README
%doc %{_texmfdistdir}/doc/latex/beamerposter/beamerposter.pdf
%doc %{_texmfdistdir}/doc/latex/beamerposter/beamerposter.tex
%doc %{_texmfdistdir}/doc/latex/beamerposter/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.07-4
+ Revision: 73b4b93
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24345 |14mu|texlive-beamersubframe-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23510
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/beamersubframe
# catalog-date 2011-08-11 10:23:40 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-beamersubframe
Version:	0.2
Release:	4
Summary:	Reorder frames in the PDF file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/beamersubframe
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamersubframe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamersubframe.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamersubframe.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a method to reorder frames in the PDF file
without reordering the source. Its principal use is to embed or
append frames with details on some subject. The author
describes the package as "experimental".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamersubframe/beamersubframe.sty
%doc %{_texmfdistdir}/doc/latex/beamersubframe/README
%doc %{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe-append.pdf
%doc %{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe-append.svg
%doc %{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe-embed.pdf
%doc %{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe-embed.svg
%doc %{_texmfdistdir}/doc/latex/beamersubframe/beamersubframe.pdf
%doc %{_texmfdistdir}/doc/latex/beamersubframe/bsf-example.tex
#- source
%doc %{_texmfdistdir}/source/latex/beamersubframe/beamersubframe.dtx
%doc %{_texmfdistdir}/source/latex/beamersubframe/beamersubframe.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 7ded389
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24346 |14mu|texlive-beamerthemejltree-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21977
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/themes/beamerthemeJLTree.sty
# catalog-date 2010-07-13 19:58:19 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-beamerthemejltree
Version:	1.1
Release:	4
Summary:	Contributed beamer theme
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/themes/beamerthemeJLTree.sty
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemejltree.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A theme for beamer presentations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamerthemejltree/beamerthemeJLTree.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 182721d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24347 |14mu|texlive-beamerthemenirma-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20765
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/themes/nirma
# catalog-date 2010-12-16 01:15:22 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-beamerthemenirma
Version:	0.1
Release:	4
Summary:	A Beamer theme for academic presentations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/themes/nirma
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemenirma.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemenirma.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package developed for academic purposes. The distribution
includes nothing more than style file needed for preparing
presentations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamerthemenirma/beamerthemenirma.sty
%doc %{_texmfdistdir}/doc/latex/beamerthemenirma/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 1b1fcd5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24348 |14mu|texlive-beamerthemephnompenh-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31392
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-beamerthemephnompenh
Version:	20131013
Release:	7
Summary:	TeXLive beamerthemephnompenh package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemephnompenh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemephnompenh.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive beamerthemephnompenh package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamerthemephnompenh/beamerthemePhnomPenh.sty
%doc %{_texmfdistdir}/doc/latex/beamerthemephnompenh/README
%doc %{_texmfdistdir}/doc/latex/beamerthemephnompenh/beamerthemePhnomPenh.pdf
%doc %{_texmfdistdir}/doc/latex/beamerthemephnompenh/beamerthemePhnomPenh.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: 8c2f95d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24349 |14mu|texlive-beamertheme-upenn-bc-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29937
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/themes/upenn-bc
# catalog-date 2013-04-14 16:59:43 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-beamertheme-upenn-bc
Version:	1.0
Release:	7
Summary:	Beamer themies for Boston College and the University of Pennsylvania
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/themes/upenn-bc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-upenn-bc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-upenn-bc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Beamer themes in the colors of the - University of
Pennsylvania, USA, and - Boston College, USA. Both were tested
for the presentation theme 'Warsaw. Please note that these
color themes are neither official nor exact! The colours are
approximated from the universities' style guidelines and
websites, and slightly modified where necessary to generate an
appealing look. The universities neither endorse, nor provide
any support for, these color themes. I give no warranty for the
code.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beamertheme-upenn-bc/beamercolorthemegoeagles.sty
%{_texmfdistdir}/tex/latex/beamertheme-upenn-bc/beamercolorthemepenn.sty
%doc %{_texmfdistdir}/doc/latex/beamertheme-upenn-bc/README
%doc %{_texmfdistdir}/doc/latex/beamertheme-upenn-bc/beamerBCstyle.pdf
%doc %{_texmfdistdir}/doc/latex/beamertheme-upenn-bc/beamerBCstyle.tex
%doc %{_texmfdistdir}/doc/latex/beamertheme-upenn-bc/beamerPENNstyle.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: a913870
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24350 |14mu|texlive-begriff-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/begriff
# catalog-date 2007-01-29 23:57:18 +0100
# catalog-license gpl
# catalog-version 1.6
Name:		texlive-begriff
Version:	1.6
Release:	4
Summary:	Typeset Begriffschrift
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/begriff
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/begriff.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/begriff.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines maths mode commands for typesetting Frege's
Begriffschrift.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/begriff/begriff.sty
%doc %{_texmfdistdir}/doc/latex/begriff/COPYING
%doc %{_texmfdistdir}/doc/latex/begriff/README
%doc %{_texmfdistdir}/doc/latex/begriff/examples.pdf
%doc %{_texmfdistdir}/doc/latex/begriff/examples.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: f428152
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24351 |14mu|texlive-bengali-20110108-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20987
# category Package
# catalog-ctan /language/bengali/pandey
# catalog-date 2011-01-08 01:32:58 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-bengali
Version:	20110108
Release:	4
Summary:	Support for the Bengali language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/bengali/pandey
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bengali.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bengali.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bengali.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is based on Velthuis' transliteration scheme, with
extensions to deal with the Bengali letters that are not in
Devanagari. The package also supports Assamese.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/bengali/bn.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnbanjon.mf
%{_texmfdistdir}/fonts/source/public/bengali/bndigit.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnjuk.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnkaar.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnlig.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnligtbl.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnmacro.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnmisc.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnpunct.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnr10.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnsl10.mf
%{_texmfdistdir}/fonts/source/public/bengali/bnswar.mf
%{_texmfdistdir}/fonts/source/public/bengali/xbnr10.mf
%{_texmfdistdir}/fonts/source/public/bengali/xbnsl10.mf
%{_texmfdistdir}/fonts/source/public/bengali/xbnsupp.mf
%{_texmfdistdir}/fonts/tfm/public/bengali/bnr10.tfm
%{_texmfdistdir}/fonts/tfm/public/bengali/bnsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/bengali/xbnr10.tfm
%{_texmfdistdir}/fonts/tfm/public/bengali/xbnsl10.tfm
%{_texmfdistdir}/tex/latex/bengali/beng.sty
%{_texmfdistdir}/tex/latex/bengali/ubn.fd
%{_texmfdistdir}/tex/latex/bengali/ubnx.fd
%doc %{_texmfdistdir}/doc/fonts/bengali/README
%doc %{_texmfdistdir}/doc/fonts/bengali/bengdoc.bn
%doc %{_texmfdistdir}/doc/fonts/bengali/bengdoc.pdf
%doc %{_texmfdistdir}/doc/fonts/bengali/example.bn
%doc %{_texmfdistdir}/doc/fonts/bengali/example.pdf
%doc %{_texmfdistdir}/doc/fonts/bengali/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/bengali/beng.c

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110108-4
+ Revision: f805e53
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24352 |14mu|texlive-betababel-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/betababel
# catalog-date 2009-03-27 13:15:14 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-betababel
Version:	0.5
Release:	4
Summary:	Insert ancient greek text coded in Beta Code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/betababel
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/betababel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/betababel.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The betababel package extends the babel polutonikogreek option
to provide a simple way to insert ancient Greek texts with
diacritical characters into your document using the commonly
used Beta Code transliteration. You can directly insert Beta
Code texts -- as they can be found at the Perseus project, for
example -- without modification.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/betababel/betababel.sty
%doc %{_texmfdistdir}/doc/latex/betababel/betatest.pdf
%doc %{_texmfdistdir}/doc/latex/betababel/betatest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-4
+ Revision: dc6a974
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24353 |14mu|texlive-beton-20090924-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/beton
# catalog-date 2009-09-24 15:05:48 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-beton
Version:	20090924
Release:	4
Summary:	Use Concrete fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beton
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beton.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beton.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/beton.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typeset a LaTeX2e document with the Concrete fonts designed by
Don Knuth and used in his book "Concrete Mathematics".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/beton/beton.sty
%doc %{_texmfdistdir}/doc/latex/beton/beton.pdf
%doc %{_texmfdistdir}/doc/latex/beton/legal.txt
#- source
%doc %{_texmfdistdir}/source/latex/beton/beton.dtx
%doc %{_texmfdistdir}/source/latex/beton/beton.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090924-4
+ Revision: b3de762
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24354 |14mu|texlive-bez123-1.1b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bez123
# catalog-date 2009-09-02 11:33:10 +0200
# catalog-license lppl1.3
# catalog-version 1.1b
Name:		texlive-bez123
Version:	1.1b
Release:	4
Summary:	Support for Bezier curves
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bez123
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bez123.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bez123.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bez123.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides additional facilities in a picture environment for
drawing linear, cubic, and rational quadratic Bezier curves
(standard LaTeX only offers non-rational quadratic splines).
Provides a package multiply that provides a command for
multiplication of a length without numerical overflow.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bez123/bez123.sty
%{_texmfdistdir}/tex/latex/bez123/multiply.sty
%doc %{_texmfdistdir}/doc/latex/bez123/README
%doc %{_texmfdistdir}/doc/latex/bez123/bez123.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bez123/bez123.dtx
%doc %{_texmfdistdir}/source/latex/bez123/bez123.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1b-4
+ Revision: cc0dc55
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24355 |14mu|texlive-bezos-20101014-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25507
# category Package
# catalog-ctan /macros/latex/contrib/bezos
# catalog-date 2010-10-14 20:46:53 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-bezos
Version:	20101014
Release:	6
Summary:	Packages by Javier Bezos
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bezos
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bezos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bezos.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of packages that provide: - tools for maths accents; - a
tool that changes page-numbering in frontmatter to arabic; -
tools for dealing with some annoyances in babel; - a tool for
making end-environment checking more meaningful; - tensorial
indexes; - support for multi-file documents; - tools for easy
entry of Spanish index entries; and - dotless i's and j's for
maths fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bezos/accents.sty
%{_texmfdistdir}/tex/latex/bezos/arabicfront.sty
%{_texmfdistdir}/tex/latex/bezos/babeltools.sty
%{_texmfdistdir}/tex/latex/bezos/checkend.sty
%{_texmfdistdir}/tex/latex/bezos/dotlessi.sty
%{_texmfdistdir}/tex/latex/bezos/esindex.sty
%{_texmfdistdir}/tex/latex/bezos/soulpos.sty
%{_texmfdistdir}/tex/latex/bezos/subdocs.sty
%{_texmfdistdir}/tex/latex/bezos/tensind.sty
%doc %{_texmfdistdir}/doc/latex/bezos/README
%doc %{_texmfdistdir}/doc/latex/bezos/accents.pdf
%doc %{_texmfdistdir}/doc/latex/bezos/accents.tex
%doc %{_texmfdistdir}/doc/latex/bezos/babeltools.pdf
%doc %{_texmfdistdir}/doc/latex/bezos/babeltools.tex
%doc %{_texmfdistdir}/doc/latex/bezos/bezos.pdf
%doc %{_texmfdistdir}/doc/latex/bezos/bezos.tex
%doc %{_texmfdistdir}/doc/latex/bezos/esindex.pdf
%doc %{_texmfdistdir}/doc/latex/bezos/esindex.tex
%doc %{_texmfdistdir}/doc/latex/bezos/soulpos.pdf
%doc %{_texmfdistdir}/doc/latex/bezos/soulpos.tex
%doc %{_texmfdistdir}/doc/latex/bezos/tensind.pdf
%doc %{_texmfdistdir}/doc/latex/bezos/tensind.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101014-6
+ Revision: 2b95cb4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24356 |14mu|texlive-bgreek-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/greek/bgreek
# catalog-date 2009-02-21 22:05:10 +0100
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-bgreek
Version:	0.3
Release:	4
Summary:	Using Beccari's fonts in betacode for classical Greek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/greek/bgreek
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bgreek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bgreek.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package implements a dialect of the Beta Code encoding
(TLG and Perseus Projects) for typesetting classical Greek
using Claudio Beccari's Greek Fonts. The package provides
virtual fonts, to reference Beccari's fonts in bgreek mode, and
support macros for use with LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgmo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bgxo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqmo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/bgreek/bqxo2488.tfm
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmc2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmn2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgmo2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxc2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxn2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bgxo2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmc2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmn2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqmo2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxc2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxn2488.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0500.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0600.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0700.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0800.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo0900.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1000.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1095.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1200.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1440.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo1728.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo2074.vf
%{_texmfdistdir}/fonts/vf/public/bgreek/bqxo2488.vf
%{_texmfdistdir}/tex/latex/bgreek/bcgcmr.fd
%{_texmfdistdir}/tex/latex/bgreek/bcgenc.def
%{_texmfdistdir}/tex/latex/bgreek/bcglmr.fd
%{_texmfdistdir}/tex/latex/bgreek/bcqcmr.fd
%{_texmfdistdir}/tex/latex/bgreek/bcqenc.def
%{_texmfdistdir}/tex/latex/bgreek/bcqlmr.fd
%{_texmfdistdir}/tex/latex/bgreek/bgfonts.tex
%{_texmfdistdir}/tex/latex/bgreek/bgreek.ldf
%{_texmfdistdir}/tex/latex/bgreek/bgreek.sty
%{_texmfdistdir}/tex/latex/bgreek/ibygreek.ldf
%doc %{_texmfdistdir}/doc/latex/bgreek/MANIFEST.TXT
%doc %{_texmfdistdir}/doc/latex/bgreek/README
%doc %{_texmfdistdir}/doc/latex/bgreek/bgman.pdf
%doc %{_texmfdistdir}/doc/latex/bgreek/bgman.tex
%doc %{_texmfdistdir}/doc/latex/bgreek/bgreek.etx
%doc %{_texmfdistdir}/doc/latex/bgreek/cbgreek.etx
%doc %{_texmfdistdir}/doc/latex/bgreek/qbgreek.etx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: 0d4bbb3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24357 |14mu|texlive-bgteubner-2.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25892
# category Package
# catalog-ctan /macros/latex/contrib/bgteubner
# catalog-date 2012-04-08 14:50:51 +0200
# catalog-license lppl
# catalog-version 2.02
Name:		texlive-bgteubner
Version:	2.02
Release:	3
Summary:	Class for producing books for the publisher "Teubner Verlag"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bgteubner
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bgteubner.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bgteubner.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bgteubner.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bgteubner document class has been programmed by order of
the Teubner Verlag, Wiesbaden, Germany, to ensure that books of
this publisher have a unique layout. Unfortunately, most of the
documentation is only available in German. Since the document
class is intended to generate a unique layout, many things
(layout etc.) are fixed and cannot be altered by the user. If
you want to use the document class for another purpose than
publishing with the Teubner Verlag, this may arrise unwanted
restrictions (For instance, the document class provides only
two paper sizes: DIN A-5 and 17cm x 24cm; only two font
families are supported: Times and European Computer Modern).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteuabbr.bst
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteuabbr2.bst
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteupln.bst
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteupln2.bst
%{_texmfdistdir}/bibtex/bst/bgteubner/bgteupln3.bst
%{_texmfdistdir}/makeindex/bgteubner/bgteubner.ist
%{_texmfdistdir}/makeindex/bgteubner/bgteuglo.ist
%{_texmfdistdir}/makeindex/bgteubner/bgteuglochar.ist
%{_texmfdistdir}/tex/latex/bgteubner/bgteubner.cls
%{_texmfdistdir}/tex/latex/bgteubner/hhfixme.sty
%{_texmfdistdir}/tex/latex/bgteubner/hhsubfigure.sty
%{_texmfdistdir}/tex/latex/bgteubner/ptmxcomp.sty
%doc %{_texmfdistdir}/doc/latex/bgteubner/01b.png
%doc %{_texmfdistdir}/doc/latex/bgteubner/02b.png
%doc %{_texmfdistdir}/doc/latex/bgteubner/ChangeLog
%doc %{_texmfdistdir}/doc/latex/bgteubner/LIESMICH
%doc %{_texmfdistdir}/doc/latex/bgteubner/Makefile.hhsubfigure
%doc %{_texmfdistdir}/doc/latex/bgteubner/Makefile.source
%doc %{_texmfdistdir}/doc/latex/bgteubner/Makefile.src
%doc %{_texmfdistdir}/doc/latex/bgteubner/README
%doc %{_texmfdistdir}/doc/latex/bgteubner/README.hhsubfigure
%doc %{_texmfdistdir}/doc/latex/bgteubner/ToDo
%doc %{_texmfdistdir}/doc/latex/bgteubner/anhang.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/befehlsreferenz.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/beispiel1.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner-17x24-cm.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner-17x24-mathtime.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner-17x24-times.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner-a5-cm.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner-a5-times.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner-with-hyperref.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteubner.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteucls.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bgteuversion.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild4c.png
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_ganz.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_ganz.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_ganz.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_mitte.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_mitte.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_mitte.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_oben.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_oben.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_oben.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_oben_unten.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_oben_unten.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_oben_unten.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_umflossen.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_umflossen.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_umflossen.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_unten.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_unten.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_unten.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang2.eps
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang2.fig
%doc %{_texmfdistdir}/doc/latex/bgteubner/bild_zu_lang2.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/bilder.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/cdcover.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/checkliste.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/einleitung.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/formelzeichen.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/getversion.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/globales.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/hyphenation.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/index.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/installation.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/kapitel2.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/literatur.bib
%doc %{_texmfdistdir}/doc/latex/bgteubner/literatur.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/ltxdoc.cfg
%doc %{_texmfdistdir}/doc/latex/bgteubner/manifest.txt
%doc %{_texmfdistdir}/doc/latex/bgteubner/math-cm.info
%doc %{_texmfdistdir}/doc/latex/bgteubner/math-cm.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/math-cm.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/math-mathtime.info
%doc %{_texmfdistdir}/doc/latex/bgteubner/math-mathtime.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/math-mathtime.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/math.info
%doc %{_texmfdistdir}/doc/latex/bgteubner/math.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/math.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/optionen-advanced.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/testquick.exercise
%doc %{_texmfdistdir}/doc/latex/bgteubner/testquick.info
%doc %{_texmfdistdir}/doc/latex/bgteubner/testquick.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/testtimes.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/tex_aufruf.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/tex_bilder.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/tex_globales.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/tex_textelemente.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/tex_typographie.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/tex_verzeichnisse.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/textelemente.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/times-ja2.png
%doc %{_texmfdistdir}/doc/latex/bgteubner/times-nein2.png
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch1.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch1.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch1a.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch1a.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch2.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch2.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch2a.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch2a.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch3.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch3.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch3a.pdf
%doc %{_texmfdistdir}/doc/latex/bgteubner/umbruch3a.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/usefiles.txt
%doc %{_texmfdistdir}/doc/latex/bgteubner/verzeichnisse.tex
%doc %{_texmfdistdir}/doc/latex/bgteubner/vorwort.tex
#- source
%doc %{_texmfdistdir}/source/latex/bgteubner/bgteucls.dtx
%doc %{_texmfdistdir}/source/latex/bgteubner/bgteucls.ins
%doc %{_texmfdistdir}/source/latex/bgteubner/hhsubfigure.dtx
%doc %{_texmfdistdir}/source/latex/bgteubner/hhsubfigure.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.02-3
+ Revision: 4caca0c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24358 |14mu|texlive-bhcexam-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23304
# category Package
# catalog-ctan /macros/latex/contrib/bhcexam
# catalog-date 2011-07-31 15:37:23 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-bhcexam
Version:	0.2
Release:	5
Summary:	A LaTeX document class designed for High School Math Teachers in China
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bhcexam
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bhcexam.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bhcexam.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bhcexam.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX document class based on the exam class, which is
specially designed for High School Math Teachers in China.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bhcexam/BHCexam.cfg
%{_texmfdistdir}/tex/latex/bhcexam/BHCexam.cls
%doc %{_texmfdistdir}/doc/latex/bhcexam/Makefile
%doc %{_texmfdistdir}/doc/latex/bhcexam/README
%doc %{_texmfdistdir}/doc/latex/bhcexam/test1.tex
%doc %{_texmfdistdir}/doc/latex/bhcexam/test2.tex
%doc %{_texmfdistdir}/doc/latex/bhcexam/test3.tex
%doc %{_texmfdistdir}/doc/latex/bhcexam/test4.tex
#- source
%doc %{_texmfdistdir}/source/latex/bhcexam/BHCexam.dtx
%doc %{_texmfdistdir}/source/latex/bhcexam/BHCexam.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-5
+ Revision: 312b2f4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24359 |14mu|texlive-bib-fr-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/bib-fr
# catalog-date 2009-11-09 14:03:25 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-bib-fr
Version:	1.5
Release:	4
Summary:	French translation of classical BibTeX styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/bib-fr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bib-fr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bib-fr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These files are French translations of the classical BibTeX
style files. The translations can easily be modified by simply
redefining FUNCTIONs named fr.*, at the beginning (lines 50-
150) of each file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/bib-fr/abbrv-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/abbrvnat-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/alpha-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/apalike-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/ieeetr-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/plain-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/plainnat-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/siam-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/unsrt-fr.bst
%{_texmfdistdir}/bibtex/bst/bib-fr/unsrtnat-fr.bst
%doc %{_texmfdistdir}/doc/bibtex/bib-fr/CHANGELOG
%doc %{_texmfdistdir}/doc/bibtex/bib-fr/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: 6187e54
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24360 |14mu|texlive-bibleref-1.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21145
# category Package
# catalog-ctan /macros/latex/contrib/bibleref
# catalog-date 2011-01-19 23:57:38 +0100
# catalog-license lppl1.3
# catalog-version 1.14
Name:		texlive-bibleref
Version:	1.14
Release:	4
Summary:	Format bible citations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibleref
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bibleref package offers consistent formatting of references
to parts of the Christian bible, in a number of well-defined
formats.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibleref/bibleref.sty
%doc %{_texmfdistdir}/doc/latex/bibleref/CHANGES
%doc %{_texmfdistdir}/doc/latex/bibleref/README
%doc %{_texmfdistdir}/doc/latex/bibleref/bibleref-manual.css
%doc %{_texmfdistdir}/doc/latex/bibleref/bibleref-manual.html
%doc %{_texmfdistdir}/doc/latex/bibleref/bibleref-manual.tex
%doc %{_texmfdistdir}/doc/latex/bibleref/bibleref.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample-categories.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample-categories.tex
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample-multind.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample-multind.tex
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample-xidx.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample-xidx.tex
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample.ist
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref/samples/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/bibleref/bibleref.dtx
%doc %{_texmfdistdir}/source/latex/bibleref/bibleref.ins
%doc %{_texmfdistdir}/source/latex/bibleref/bibleref.perl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.14-4
+ Revision: d7dc91c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24361 |14mu|texlive-bibleref-french-2.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27098
# category Package
# catalog-ctan /macros/latex/contrib/bibleref-french
# catalog-date 2012-07-14 16:43:20 +0200
# catalog-license lppl1.3
# catalog-version 2.3.1
Name:		texlive-bibleref-french
Version:	2.3.1
Release:	3
Summary:	French translations for bibleref
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibleref-french
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-french.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-french.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-french.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides translations and alternative typesetting
conventions for use of bibleref in French.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibleref-french/bibleref-french.sty
%doc %{_texmfdistdir}/doc/latex/bibleref-french/Lacroux-Bible.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref-french/bibleref-french-francais.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref-french/bibleref-french-francais.tex
%doc %{_texmfdistdir}/doc/latex/bibleref-french/bibleref-french.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref-french/inclus/bible.bib
%doc %{_texmfdistdir}/doc/latex/bibleref-french/inclus/livres.tex
%doc %{_texmfdistdir}/doc/latex/bibleref-french/inclus/styles.tex
%doc %{_texmfdistdir}/doc/latex/bibleref-french/makefile
%doc %{_texmfdistdir}/doc/latex/bibleref-french/test.tex
#- source
%doc %{_texmfdistdir}/source/latex/bibleref-french/bibleref-french.dtx
%doc %{_texmfdistdir}/source/latex/bibleref-french/bibleref-french.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-3
+ Revision: 036e61d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24362 |14mu|texlive-bibleref-german-1.0a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21923
# category Package
# catalog-ctan /macros/latex/contrib/bibleref-german
# catalog-date 2011-04-02 19:46:11 +0200
# catalog-license lppl1.3
# catalog-version 1.0a
Name:		texlive-bibleref-german
Version:	1.0a
Release:	4
Summary:	German adaptation of bibleref
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibleref-german
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-german.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-german.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides translations and various formats for the
use of bibleref in German documents. The German naming of the
bible books complies with the 'Loccumer Richtlinien' (Locum
guidelines). In addition, the Vulgate (Latin bible) is
supported.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibleref-german/bibleref-german.sty
%doc %{_texmfdistdir}/doc/latex/bibleref-german/CHANGES
%doc %{_texmfdistdir}/doc/latex/bibleref-german/LIESMICH
%doc %{_texmfdistdir}/doc/latex/bibleref-german/README
%doc %{_texmfdistdir}/doc/latex/bibleref-german/bibleref-german-preamble.tex
%doc %{_texmfdistdir}/doc/latex/bibleref-german/bibleref-german-print.tex
%doc %{_texmfdistdir}/doc/latex/bibleref-german/bibleref-german-screen.tex
%doc %{_texmfdistdir}/doc/latex/bibleref-german/de-bibleref-german.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref-german/de-bibleref-german.tex
%doc %{_texmfdistdir}/doc/latex/bibleref-german/en-bibleref-german.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref-german/en-bibleref-german.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-4
+ Revision: 78e19f5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24363 |14mu|texlive-bibleref-lds-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25526
# category Package
# catalog-ctan /macros/latex/contrib/bibleref-lds
# catalog-date 2012-02-27 12:45:12 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-bibleref-lds
Version:	1.0
Release:	4
Summary:	Bible references, including Church of Jesus Christ of Latter Day Saints
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibleref-lds
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-lds.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-lds.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-lds.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the bibleref-mouth package to support
references to the scriptures of The Church of Jesus Christ of
Latter-day Saints (LDS). The package requires bibleref-mouth to
run, and its reference syntax is the same as that of the parent
package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibleref-lds/bibleref-lds.sty
%doc %{_texmfdistdir}/doc/latex/bibleref-lds/README
%doc %{_texmfdistdir}/doc/latex/bibleref-lds/bibleref-lds.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bibleref-lds/bibleref-lds.dtx
%doc %{_texmfdistdir}/source/latex/bibleref-lds/bibleref-lds.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: ab535e7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24364 |14mu|texlive-bibleref-mouth-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25527
# category Package
# catalog-ctan /macros/latex/contrib/bibleref-mouth
# catalog-date 2012-02-27 12:45:12 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-bibleref-mouth
Version:	1.0
Release:	4
Summary:	Consistent formatting of Bible references
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibleref-mouth
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-mouth.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-mouth.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-mouth.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows Bible references to be formatted in a
consistent way. It is similar to the bibleref package, except
that the formatting macros are all purely expandable -- that
is, they are all implemented in TeX's mouth. This means that
they can be used in any expandable context, such as an argument
to a \url command.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibleref-mouth/bibleref-mouth.sty
%doc %{_texmfdistdir}/doc/latex/bibleref-mouth/README
%doc %{_texmfdistdir}/doc/latex/bibleref-mouth/bibleref-mouth.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bibleref-mouth/bibleref-mouth.dtx
%doc %{_texmfdistdir}/source/latex/bibleref-mouth/bibleref-mouth.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 8e4e4c5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24365 |14mu|texlive-bibleref-parse-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22054
# category Package
# catalog-ctan /macros/latex/contrib/bibleref-parse
# catalog-date 2011-04-11 08:43:57 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-bibleref-parse
Version:	1.1
Release:	4
Summary:	Specify Bible passages in human-readable format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibleref-parse
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-parse.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-parse.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package parses Bible passages that are given in human
readable format. It accepts a wide variety of formats. This
allows for a simpler and more convenient interface to the
functionality of the bibleref package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibleref-parse/bibleref-parse.sty
%doc %{_texmfdistdir}/doc/latex/bibleref-parse/README
%doc %{_texmfdistdir}/doc/latex/bibleref-parse/bibleref-parse.pdf
%doc %{_texmfdistdir}/doc/latex/bibleref-parse/bibleref-parse.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 6f585c8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24366 |14mu|texlive-bibtex8-3.71-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category TLCore
# catalog-ctan /biblio/bibtex/8-bit
# catalog-date 2012-04-27 15:08:24 +0200
# catalog-license gpl
# catalog-version 3.71
Name:		texlive-bibtex8
Version:	3.71
Release:	9
Summary:	A fully 8-bit adaptation of BibTeX 0.99
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/8-bit
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtex8.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtex8.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-bibtex8.bin

%description
An enhanced, portable C version of BibTeX. Enhanced by
conversion to "big" (32-bit) capacity, addition of run-time
selectable capacity and 8-bit support extensions. National
character set and sorting order are controlled by an external
configuration file. Various examples are included.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/csf/base/88591lat.csf
%{_texmfdistdir}/bibtex/csf/base/88591sca.csf
%{_texmfdistdir}/bibtex/csf/base/README.TEXLIVE
%{_texmfdistdir}/bibtex/csf/base/ascii.csf
%{_texmfdistdir}/bibtex/csf/base/cp437lat.csf
%{_texmfdistdir}/bibtex/csf/base/cp850lat.csf
%{_texmfdistdir}/bibtex/csf/base/cp850sca.csf
%{_texmfdistdir}/bibtex/csf/base/cp866rus.csf
%{_texmfdistdir}/bibtex/csf/base/csfile.txt
%{_texmfdistdir}/bibtex/csf/polish-csf/88592pl.csf
%{_texmfdistdir}/bibtex/csf/polish-csf/cp1250pl.csf
%{_texmfdistdir}/bibtex/csf/polish-csf/cp852pl.csf
%{_texmfdistdir}/bibtex/csf/polish-csf/iso8859-7.csf
%doc %{_texmfdistdir}/doc/bibtex8/00readme.txt
%doc %{_texmfdistdir}/doc/bibtex8/HISTORY
%doc %{_texmfdistdir}/doc/bibtex8/csfile.txt
%doc %{_texmfdistdir}/doc/bibtex8/file_id.diz

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.71-9
+ Revision: a9a202a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24367 |14mu|texlive-bibtopic-1.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bibtopic
# catalog-date 2006-10-17 00:49:54 +0200
# catalog-license gpl
# catalog-version 1.1a
Name:		texlive-bibtopic
Version:	1.1a
Release:	4
Summary:	Include multiple bibliographies in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bibtopic
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to include several bibliographies
covering different 'topics' or bibliographic material into a
document (e.g., one bibliography for primary literature and one
for secondary literature). The package provides commands to
include either all references from a .bib file, only the
references actually cited or those not cited in your document.
The user has to construct a separate .bib file for each
bibliographic 'topic', each of which will be processed
separately by BibTeX. If you want to have bibliographies
specific to one part of a document, see the packages bibunits
or chapterbib.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bibtopic/bibtopic.sty
%doc %{_texmfdistdir}/doc/latex/bibtopic/README
%doc %{_texmfdistdir}/doc/latex/bibtopic/articles.bib
%doc %{_texmfdistdir}/doc/latex/bibtopic/bibtopic.pdf
%doc %{_texmfdistdir}/doc/latex/bibtopic/books.bib
%doc %{_texmfdistdir}/doc/latex/bibtopic/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/bibtopic/bibtopic.dtx
%doc %{_texmfdistdir}/source/latex/bibtopic/bibtopic.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1a-4
+ Revision: 380bf33
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24368 |14mu|texlive-bidi-14.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32896
# category Package
# catalog-ctan /macros/xetex/latex/bidi
# catalog-date 2014-02-04 10:54:49 +0100
# catalog-license lppl1.3
# catalog-version 14.6
Name:		texlive-bidi
Version:	14.6
Release:	3
Summary:	Bidirectional typesetting in plain TeX and LaTeX, using XeTeX engine
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/bidi
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bidi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bidi.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bidi.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A convenient interface for typesetting bidirectional texts with
plain TeX and LaTeX. The package includes adaptations for use
with many other commonly-used packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/bidi/amsart-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/amsbook-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/amsmath-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/amstext-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/amsthm-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/array-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/article-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/artikel1-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/artikel2-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/artikel3-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/arydshln-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/bibitem.pdf
%{_texmfdistdir}/tex/xelatex/bidi/bidi-longtable.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidi.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidi.tex
%{_texmfdistdir}/tex/xelatex/bidi/bidi2in1.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidicode.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidiftnxtra.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidimoderncv.cls
%{_texmfdistdir}/tex/xelatex/bidi/bidipoem.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidipresentation.cls
%{_texmfdistdir}/tex/xelatex/bidi/biditools.sty
%{_texmfdistdir}/tex/xelatex/bidi/biditufte-book.cls
%{_texmfdistdir}/tex/xelatex/bidi/biditufte-handout.cls
%{_texmfdistdir}/tex/xelatex/bidi/bidituftefloat.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidituftegeneralstructure.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidituftehyperref.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidituftesidenote.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidituftetitle.sty
%{_texmfdistdir}/tex/xelatex/bidi/bidituftetoc.sty
%{_texmfdistdir}/tex/xelatex/bidi/boek-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/boek3-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/book-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/bookest-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/breqn-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/cals-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/caption-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/caption3-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/color-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/colortbl-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/combine-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/crop-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/cuted-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/cutwin-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/cvthemebidicasual.sty
%{_texmfdistdir}/tex/xelatex/bidi/cvthemebidiclassic.sty
%{_texmfdistdir}/tex/xelatex/bidi/dblfnote-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/draftwatermark-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/empheq-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/eso-pic-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/extarticle-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/extbook-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/extletter-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/extrafootnotefeatures-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/extreport-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/fancybox-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/fancyhdr-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/fix2col-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/fleqn-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/float-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/floatrow-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/flowfram-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/footnote-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/framed-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/ftnright-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/geometry-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/graphicx-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/hvfloat-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/hyperref-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/latex-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/leqno-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/letter-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/lettrine-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/listings-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/loadingorder-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/longtable-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/mdframed-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/memoir-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/midfloat-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/minitoc-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/multicol-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/multienum-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/natbib-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/newfloat-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/ntheorem-hyper-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/ntheorem-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/pdfpages-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/pgf-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/picinpar-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/plain-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/pstricks-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/quotchap-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/ragged2e-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/rapport1-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/rapport3-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/refrep-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/report-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/rotating-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/scrartcl-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/scrbook-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/scrlettr-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/scrreprt-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/sidecap-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/stabular-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/subfigure-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/tabls-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/tabulary-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/titlesec-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/titletoc-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/tocbibind-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/tocloft-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/tocstyle-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/wrapfig-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/xcolor-xetex-bidi.def
%{_texmfdistdir}/tex/xelatex/bidi/xltxtra-xetex-bidi.def
%doc %{_texmfdistdir}/doc/xelatex/bidi/README
%doc %{_texmfdistdir}/doc/xelatex/bidi/bidi-logo.pdf
%doc %{_texmfdistdir}/doc/xelatex/bidi/bidi-logo.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/bidi.pdf
%doc %{_texmfdistdir}/doc/xelatex/bidi/bidisample2e.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/bidismall2e.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/gull.jpg
%doc %{_texmfdistdir}/doc/xelatex/bidi/picture.jpg
%doc %{_texmfdistdir}/doc/xelatex/bidi/presentation-sample.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-arydshln.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-bidi.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-brochure.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-casualcv.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-classiccv.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-color.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-supertabular.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-tabular.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-tabularx.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test-tabulary.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test1-colortbl.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test1-wrapfig.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test2-colortbl.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test2-wrapfig.tex
%doc %{_texmfdistdir}/doc/xelatex/bidi/test3-wrapfig.tex
#- source
%doc %{_texmfdistdir}/source/xelatex/bidi/bidi.dtx
%doc %{_texmfdistdir}/source/xelatex/bidi/bidi.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 14.6-3
+ Revision: 4fc94c1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24369 |14mu|texlive-bigfoot-20070813-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bigfoot
# catalog-date 2007-08-13 15:44:25 +0200
# catalog-license gpl2
# catalog-version undef
Name:		texlive-bigfoot
Version:	20070813
Release:	4
Summary:	Footnotes for critical editions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bigfoot
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bigfoot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bigfoot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bigfoot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package aims to provide a 'one-stop' solution to
requirements for footnotes. It offers: - Multiple footnote
apparatus superior to that of the manyfoot; - Footnotes can be
formatted in separate paragraphs, or be run into a single
paragraph (this choice may be selected per footnote series); -
Things you might have expected (like \verb-like material in
footnotes, and colour selections over page breaks) now work.
Note that the majority of the bigfoot package's interface is
identical to that of manyfoot; users should seek information
from that package's documentation. The bigfoot bundle also
provides the perpage and suffix packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bigfoot/bigfoot.sty
%{_texmfdistdir}/tex/latex/bigfoot/perpage.sty
%{_texmfdistdir}/tex/latex/bigfoot/suffix.sty
%doc %{_texmfdistdir}/doc/latex/bigfoot/README
%doc %{_texmfdistdir}/doc/latex/bigfoot/bigfoot.pdf
%doc %{_texmfdistdir}/doc/latex/bigfoot/perpage.pdf
%doc %{_texmfdistdir}/doc/latex/bigfoot/suffix.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bigfoot/bigfoot.drv
%doc %{_texmfdistdir}/source/latex/bigfoot/bigfoot.dtx
%doc %{_texmfdistdir}/source/latex/bigfoot/bigfoot.ins
%doc %{_texmfdistdir}/source/latex/bigfoot/perpage.drv
%doc %{_texmfdistdir}/source/latex/bigfoot/perpage.dtx
%doc %{_texmfdistdir}/source/latex/bigfoot/suffix.drv
%doc %{_texmfdistdir}/source/latex/bigfoot/suffix.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070813-4
+ Revision: 217cc4a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24370 |14mu|texlive-bigints-20100226-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17223
# category Package
# catalog-ctan /macros/latex/contrib/bigints
# catalog-date 2010-02-26 01:00:05 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-bigints
Version:	20100226
Release:	4
Summary:	Writing big integrals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bigints
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bigints.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bigints.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides facilities for drawing big integral signs
when needed. An example would be when the integrand is a
matrix.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bigints/bigints.sty
%doc %{_texmfdistdir}/doc/latex/bigints/Makefile
%doc %{_texmfdistdir}/doc/latex/bigints/README
%doc %{_texmfdistdir}/doc/latex/bigints/bigints.forlisting
%doc %{_texmfdistdir}/doc/latex/bigints/bigints.pdf
%doc %{_texmfdistdir}/doc/latex/bigints/bigints.tex
%doc %{_texmfdistdir}/doc/latex/bigints/perso.ist

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100226-4
+ Revision: b33d1ea
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24371 |14mu|texlive-biocon-20070123-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/biocon
# catalog-date 2007-01-23 22:34:44 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-biocon
Version:	20070123
Release:	4
Summary:	Typesetting biological species names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/biocon
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biocon.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/biocon.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The biocon--biological conventions--package aids the
typesetting of some biological conventions. At the moment, it
makes a good job of typesetting species names (and ranks below
the species level). A distinction is made between the Plant,
Fungi, Animalia and Bacteria kingdoms. There are default
settings for the way species names are typeset, but they can be
customized. Different default styles are used in different
situations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/biocon/biocon-old.sty
%{_texmfdistdir}/tex/latex/biocon/biocon.sty
%doc %{_texmfdistdir}/doc/latex/biocon/COPYING
%doc %{_texmfdistdir}/doc/latex/biocon/INSTALL
%doc %{_texmfdistdir}/doc/latex/biocon/README
%doc %{_texmfdistdir}/doc/latex/biocon/biocon.nw
%doc %{_texmfdistdir}/doc/latex/biocon/literature.bib
%doc %{_texmfdistdir}/doc/latex/biocon/manual-old.pdf
%doc %{_texmfdistdir}/doc/latex/biocon/manual-old.tex
%doc %{_texmfdistdir}/doc/latex/biocon/manual.pdf
%doc %{_texmfdistdir}/doc/latex/biocon/manual.tex
%doc %{_texmfdistdir}/doc/latex/biocon/source.pdf
%doc %{_texmfdistdir}/doc/latex/biocon/source.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070123-4
+ Revision: 5bad221
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24372 |14mu|texlive-bizcard-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bizcard
# catalog-date 2009-04-30 00:32:08 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-bizcard
Version:	1.1
Release:	4
Summary:	Typeset business cards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bizcard
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bizcard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bizcard.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bizcard.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is an adaption for current LaTeX of a LaTeX 2.09 style by
Silvano Balemi. It produces cards at the normal US card size,
76.2mm x 50.8mm.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bizcard/bizcard.sty
%doc %{_texmfdistdir}/doc/latex/bizcard/bizcard.pdf
%doc %{_texmfdistdir}/doc/latex/bizcard/bizex.pdf
%doc %{_texmfdistdir}/doc/latex/bizcard/bizex.tex
#- source
%doc %{_texmfdistdir}/source/latex/bizcard/bizcard.drv
%doc %{_texmfdistdir}/source/latex/bizcard/bizcard.dtx
%doc %{_texmfdistdir}/source/latex/bizcard/bizcard.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: b42ef1c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24373 |14mu|texlive-blindtext-1.9c-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25039
# category Package
# catalog-ctan /macros/latex/contrib/blindtext
# catalog-date 2011-11-23 08:28:31 +0100
# catalog-license lppl
# catalog-version 1.9c
Name:		texlive-blindtext
Version:	1.9c
Release:	5
Summary:	Producing 'blind' text for testing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/blindtext
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blindtext.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blindtext.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blindtext.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the commands \blindtext and \Blindtext for
creating 'blind' text useful in testing new classes and
packages, and \blinddocument, \Blinddocument for creating an
entire random document with sections, lists, mathematics, etc.
The package supports three languages, english, (n)german and
latin; the latin option provides a short "lorem ipsum" (for a
fuller lorem ipsum text, see the lipsum package).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/blindtext/blindtext.sty
%doc %{_texmfdistdir}/doc/latex/blindtext/README
%doc %{_texmfdistdir}/doc/latex/blindtext/blindtext.pdf
#- source
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext.dtx
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext.ins
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext_american.dtx
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext_catalan.dtx
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext_english.dtx
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext_french.dtx
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext_german.dtx
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext_latin.dtx
%doc %{_texmfdistdir}/source/latex/blindtext/blindtext_ngerman.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.9c-5
+ Revision: 699b87c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24374 |14mu|texlive-blkarray-20100223-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17089
# category Package
# catalog-ctan /macros/latex/contrib/blkarray
# catalog-date 2010-02-23 16:09:16 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-blkarray
Version:	20100223
Release:	4
Summary:	Extended array and tabular
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/blkarray
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blkarray.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blkarray.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An experimental package which implements an environment,
blockarray, that may be used in the same way as the array or
tabular environments of standard LaTeX, or their extended
versions defined in array. If used in math-mode, blockarray
acts like array, otherwise it acts like tabular. The package
implements a new method of defining column types, and also
block and block* environments, for specifying sub-arrays of the
main array. What's more, the \footnote command works inside a
blockarray.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/blkarray/blkarray.sty
%doc %{_texmfdistdir}/doc/latex/blkarray/README
%doc %{_texmfdistdir}/doc/latex/blkarray/blkarray.pdf
%doc %{_texmfdistdir}/doc/latex/blkarray/blkarray.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100223-4
+ Revision: 4157224
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24375 |14mu|texlive-block-20100226-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17209
# category Package
# catalog-ctan /macros/latex/contrib/block
# catalog-date 2010-02-26 11:17:49 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-block
Version:	20100226
Release:	4
Summary:	A block letter style for the letter class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/block
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/block.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/block.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A style file for use with the letter class that overwrites the
\opening and \closing macros so that letters can be styled with
the block letter style instead of the default style. Thus, the
return address, the closing, and the signature appear flushed
on the left margin.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/block/block.sty
%doc %{_texmfdistdir}/doc/latex/block/block.pdf
%doc %{_texmfdistdir}/doc/latex/block/block.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100226-4
+ Revision: 0ee3d32
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24376 |14mu|texlive-blockdraw_mp-20080817-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/blockdraw_mp
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-blockdraw_mp
Version:	20080817
Release:	4
Summary:	Block diagrams and bond graphs, with MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/blockdraw_mp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blockdraw_mp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blockdraw_mp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of simple MetaPost macros for the task. While the task is
not itself difficult to program, it is felt that many users
will be happy to have a library for the job..


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/blockdraw_mp/blockdraw.mp
%{_texmfdistdir}/metapost/blockdraw_mp/bonddemo.mp
%{_texmfdistdir}/metapost/blockdraw_mp/bondgraph.mp
%{_texmfdistdir}/metapost/blockdraw_mp/cascadedemo.mp
%{_texmfdistdir}/metapost/blockdraw_mp/docblockprefs.mp
%{_texmfdistdir}/metapost/blockdraw_mp/shiftoff.mp
%doc %{_texmfdistdir}/doc/metapost/blockdraw_mp/README
%doc %{_texmfdistdir}/doc/metapost/blockdraw_mp/blockdraw_mp.pdf
%doc %{_texmfdistdir}/doc/metapost/blockdraw_mp/blockdraw_mp.tex
%doc %{_texmfdistdir}/doc/metapost/blockdraw_mp/bonddemo.pdf
%doc %{_texmfdistdir}/doc/metapost/blockdraw_mp/cascadedemo.pdf
%doc %{_texmfdistdir}/doc/metapost/blockdraw_mp/tiddetext.sty
%doc %{_texmfdistdir}/doc/metapost/blockdraw_mp/tighttoc.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080817-4
+ Revision: a4e5e48
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24377 |14mu|texlive-bloques-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22490
# category Package
# catalog-ctan /graphics/pgf/contrib/bloques
# catalog-date 2011-05-15 09:47:34 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-bloques
Version:	1.0
Release:	4
Summary:	Generate control diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/bloques
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bloques.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bloques.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses TikZ to provide commands for generating
control diagrams (specially in power electronics).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bloques/bloques.sty
%doc %{_texmfdistdir}/doc/latex/bloques/README
%doc %{_texmfdistdir}/doc/latex/bloques/example.pdf
%doc %{_texmfdistdir}/doc/latex/bloques/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 27db7c4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24378 |14mu|texlive-blowup-0.1j-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/blowup
# catalog-date 2009-06-04 13:48:19 +0200
# catalog-license lppl
# catalog-version 0.1j
Name:		texlive-blowup
Version:	0.1j
Release:	4
Summary:	Upscale or downscale all pages of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/blowup
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blowup.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blowup.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/blowup.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package blowup only defines the user-level macro \blowup,
which can be used to upscale or downscale all pages of a
document. It is similar to the TeX primitive \magnification but
more accurate and user-friendly.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/blowup/blowup.sty
%doc %{_texmfdistdir}/doc/latex/blowup/README
%doc %{_texmfdistdir}/doc/latex/blowup/blowup-test0.tex
%doc %{_texmfdistdir}/doc/latex/blowup/blowup-test1.tex
%doc %{_texmfdistdir}/doc/latex/blowup/blowup-test2.tex
%doc %{_texmfdistdir}/doc/latex/blowup/blowup-test3.tex
%doc %{_texmfdistdir}/doc/latex/blowup/blowup-test4.tex
%doc %{_texmfdistdir}/doc/latex/blowup/blowup-test5.tex
%doc %{_texmfdistdir}/doc/latex/blowup/blowup.pdf
#- source
%doc %{_texmfdistdir}/source/latex/blowup/blowup.dtx
%doc %{_texmfdistdir}/source/latex/blowup/blowup.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1j-4
+ Revision: d9905af
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24379 |14mu|texlive-bodegraph-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20047
# category Package
# catalog-ctan /graphics/pgf/contrib/bodegraph
# catalog-date 2010-10-10 09:51:39 +0200
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-bodegraph
Version:	1.4
Release:	4
Summary:	Draw Bode, Nyquist and Black plots with gnuplot and TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/bodegraph
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bodegraph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bodegraph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides facilities to draw Bode, Nyquist and Black
plots using Gnuplot and Tikz. Elementary Transfer Functions and
basic correctors are preprogrammed for use.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bodegraph/bodegraph.sty
%doc %{_texmfdistdir}/doc/latex/bodegraph/README
%doc %{_texmfdistdir}/doc/latex/bodegraph/bodegraph.pdf
%doc %{_texmfdistdir}/doc/latex/bodegraph/bodegraph.tex
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/1.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/1.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/10.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/10.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/11.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/11.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/12.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/12.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/13.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/13.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/14.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/14.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/15.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/15.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/16.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/16.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/17.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/17.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/18.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/18.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/19.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/19.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/20.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/20.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/21.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/21.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/22.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/22.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/23.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/23.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/24.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/24.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/25.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/25.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/26.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/26.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/27.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/27.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/28.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/28.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/29.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/29.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/3.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/3.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/30.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/30.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/31.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/31.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/32.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/32.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/33.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/33.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/34.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/34.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/35.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/35.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/36.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/36.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/37.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/37.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/38.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/38.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/39.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/39.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/4.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/4.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/40.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/40.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/41.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/41.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/42.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/42.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/43.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/43.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/44.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/44.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/45.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/45.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/46.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/46.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/47.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/47.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/48.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/48.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/49.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/49.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/5.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/5.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/50.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/50.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/51.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/51.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/52.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/52.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/53.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/53.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/54.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/54.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/55.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/55.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/56.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/56.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/57.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/57.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/58.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/58.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/59.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/59.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/6.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/6.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/60.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/60.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/61.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/61.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/62.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/62.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/63.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/63.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/64.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/64.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/66.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/66.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/67.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/67.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/68.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/68.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/69.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/69.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/7.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/7.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/70.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/70.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/72.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/72.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/73.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/73.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/74.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/74.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/75.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/75.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/76.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/76.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/78.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/78.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/79.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/79.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/8.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/8.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/81.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/81.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/82.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/82.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/83.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/83.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/84.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/84.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/85.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/85.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/86.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/86.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/87.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/87.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/89.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/89.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/9.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/9.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/90.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/90.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/91.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/91.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/93.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/93.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/94.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/94.table
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/95.gnuplot
%doc %{_texmfdistdir}/doc/latex/bodegraph/gnuplot/bodegraph/95.table

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: 69081be
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24380 |14mu|texlive-bohr-0.2b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27839
# category Package
# catalog-ctan /macros/latex/contrib/bohr
# catalog-date 2012-09-27 15:23:41 +0200
# catalog-license lppl1.3
# catalog-version 0.2b
Name:		texlive-bohr
Version:	0.2b
Release:	3
Summary:	Simple atom representation according to the Bohr model
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bohr
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bohr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bohr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides means for the creation of simple Bohr
models of atoms up to the atomic number 112. In addition,
commands are provided to convert atomic numbers to element
symbols or element names and vice versa.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bohr/bohr.sty
%{_texmfdistdir}/tex/latex/bohr/bohr_elements_english.def
%{_texmfdistdir}/tex/latex/bohr/bohr_elements_german.def
%doc %{_texmfdistdir}/doc/latex/bohr/README
%doc %{_texmfdistdir}/doc/latex/bohr/bohr_en.pdf
%doc %{_texmfdistdir}/doc/latex/bohr/bohr_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2b-3
+ Revision: f485c20
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24381 |14mu|texlive-boites-20090512-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/boites
# catalog-date 2009-05-12 11:58:09 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-boites
Version:	20090512
Release:	4
Summary:	Boxes that may break across pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/boites
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boites.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boites.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boites.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines environments that allow page breaks inside framed boxes
whose edges may be variously fancy. The bundle includes a few
examples (shaded box, box with a wavy line on its side, etc).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/boites/boites.sty
%{_texmfdistdir}/tex/latex/boites/boites_exemples.sty
%doc %{_texmfdistdir}/doc/latex/boites/README
%doc %{_texmfdistdir}/doc/latex/boites/README.docu
%doc %{_texmfdistdir}/doc/latex/boites/boites.pdf
%doc %{_texmfdistdir}/doc/latex/boites/boites_exemples.pdf
%doc %{_texmfdistdir}/doc/latex/boites/boites_exemples.tex
%doc %{_texmfdistdir}/doc/latex/boites/ligne_qui_ondule_sur_la_gauche.eps
#- source
%doc %{_texmfdistdir}/source/latex/boites/Makefile
%doc %{_texmfdistdir}/source/latex/boites/boites.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090512-4
+ Revision: 52895ca
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24382 |14mu|texlive-bold-extra-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17076
# category Package
# catalog-ctan /macros/latex/contrib/bold-extra
# catalog-date 2010-02-23 16:09:16 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-bold-extra
Version:	0.1
Release:	4
Summary:	Use bold small caps and typewriter fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bold-extra
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bold-extra.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bold-extra.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Allows access to extra bold fonts for Computer Modern OT1
encoding (such fonts are available as MetaFont source). Since
there is more than one bold tt-family font set, the version
required is selected by a package option.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bold-extra/bold-extra.sty
%doc %{_texmfdistdir}/doc/latex/bold-extra/bold-extra.pdf
%doc %{_texmfdistdir}/doc/latex/bold-extra/bold-extra.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: cc37958
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24383 |14mu|texlive-bondgraph-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21670
# category Package
# catalog-ctan /macros/latex/contrib/bondgraph
# catalog-date 2011-03-09 21:09:16 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-bondgraph
Version:	1.0
Release:	4
Summary:	Create bond graph figures in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bondgraph
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bondgraph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bondgraph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package draws bond graphs using PGF and TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bondgraph/bondgraph.sty
%doc %{_texmfdistdir}/doc/latex/bondgraph/License.txt
%doc %{_texmfdistdir}/doc/latex/bondgraph/README
%doc %{_texmfdistdir}/doc/latex/bondgraph/bondgraph_arrows.tex
%doc %{_texmfdistdir}/doc/latex/bondgraph/bondgraph_example.pdf
%doc %{_texmfdistdir}/doc/latex/bondgraph/bondgraph_example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 250e770
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24384 |14mu|texlive-bookest-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bookest
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-bookest
Version:	1.1
Release:	4
Summary:	Extended book class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bookest
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bookest.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bookest.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class extends the standard book class, in the areas of
colour scheme management, document layout, headings and
footers, front page layout, and other minor items.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bookest/bookest.cls
%doc %{_texmfdistdir}/doc/latex/bookest/README
%doc %{_texmfdistdir}/doc/latex/bookest/bookestdoc-en.pdf
%doc %{_texmfdistdir}/doc/latex/bookest/bookestdoc-en.tex
%doc %{_texmfdistdir}/doc/latex/bookest/bookestdoc-it.pdf
%doc %{_texmfdistdir}/doc/latex/bookest/bookestdoc-it.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 922ed1a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24385 |14mu|texlive-booklet-0.7b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/booklet
# catalog-date 2009-09-02 11:33:10 +0200
# catalog-license lppl1.3
# catalog-version 0.7b
Name:		texlive-booklet
Version:	0.7b
Release:	4
Summary:	Aids for printing simple booklets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/booklet
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booklet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booklet.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booklet.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pages of a document processed with the booklet package will be
reordered and scalled so that they can be printed as four pages
per physical sheet of paper, two pages per side. The resulting
sheets will, when folded in half, assemble into a booklet.
Instructions on producing the manual itself as a booklet are
included.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/booklet/bkltprnt.sty
%{_texmfdistdir}/tex/latex/booklet/booklet.sty
%doc %{_texmfdistdir}/doc/latex/booklet/README
%doc %{_texmfdistdir}/doc/latex/booklet/booklet.pdf
#- source
%doc %{_texmfdistdir}/source/latex/booklet/booklet.dtx
%doc %{_texmfdistdir}/source/latex/booklet/booklet.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7b-4
+ Revision: 0aaafe1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24386 |14mu|texlive-bookman-20110301-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21993
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-bookman
Version:	20110301
Release:	4
Summary:	URW "Base 35" font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bookman.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/bookman/config.ubk
%{_texmfdistdir}/fonts/afm/adobe/bookman/pbkd8a.afm
%{_texmfdistdir}/fonts/afm/adobe/bookman/pbkdi8a.afm
%{_texmfdistdir}/fonts/afm/adobe/bookman/pbkl8a.afm
%{_texmfdistdir}/fonts/afm/adobe/bookman/pbkli8a.afm
%{_texmfdistdir}/fonts/afm/urw/bookman/ubkd8a.afm
%{_texmfdistdir}/fonts/afm/urw/bookman/ubkdi8a.afm
%{_texmfdistdir}/fonts/afm/urw/bookman/ubkl8a.afm
%{_texmfdistdir}/fonts/afm/urw/bookman/ubkli8a.afm
%{_texmfdistdir}/fonts/map/dvips/bookman/ubk.map
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkd.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkd7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkd8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkd8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkd8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdi.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdi7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdi8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdi8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdi8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdo.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkdo8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkl.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkl7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkl8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkl8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkl8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkli.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkli7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkli8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkli8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbkli8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklo.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/bookman/pbklo8t.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/pbkd8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/pbkdc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/pbkdi8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/pbkl8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/pbklc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/pbkli8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/rpbkd.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/rpbkdi.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/rpbkl.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/bookman/rpbkli.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkb7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkb8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkb8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkb8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbi8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkbo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkd7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkd8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkd8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkd8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdi8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkdo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkl7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkl8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkl8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkl8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubklc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubklc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkli7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkli8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkli8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkli8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubklo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubklo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubklo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubklo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkr7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkr8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkr8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkr8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkrc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkrc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkri7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkri8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkri8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkri8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkro7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkro8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkro8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/bookman/ubkro8t.tfm
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkd8a.pfb
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkd8a.pfm
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkdi8a.pfb
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkdi8a.pfm
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkl8a.pfb
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkl8a.pfm
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkli8a.pfb
%{_texmfdistdir}/fonts/type1/urw/bookman/ubkli8a.pfm
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkd.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkd7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkd8c.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkd8t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdc.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdi.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdi7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdi8c.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdi8t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdo.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkdo8t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkl.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkl7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkl8c.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkl8t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbklc.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbklc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbklc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkli.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkli7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkli8c.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbkli8t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbklo.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbklo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbklo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/bookman/pbklo8t.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/bookman/pbkd8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/bookman/pbkdc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/bookman/pbkdi8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/bookman/pbkl8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/bookman/pbklc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/bookman/pbkli8z.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkb7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkb8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkb8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbi8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkbo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkd7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkd8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkd8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdi8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkdo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkl7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkl8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkl8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubklc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubklc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkli7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkli8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkli8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubklo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubklo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubklo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkr7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkr8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkr8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkrc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkrc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkri7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkri8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkri8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkro7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkro8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/bookman/ubkro8t.vf
%{_texmfdistdir}/tex/latex/bookman/8rubk.fd
%{_texmfdistdir}/tex/latex/bookman/omlubk.fd
%{_texmfdistdir}/tex/latex/bookman/omsubk.fd
%{_texmfdistdir}/tex/latex/bookman/ot1ubk.fd
%{_texmfdistdir}/tex/latex/bookman/t1ubk.fd
%{_texmfdistdir}/tex/latex/bookman/ts1ubk.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110301-4
+ Revision: dff4bac
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24387 |14mu|texlive-booktabs-1.61803-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/booktabs
# catalog-date 2009-09-24 15:05:48 +0200
# catalog-license gpl
# catalog-version 1.61803
Name:		texlive-booktabs
Version:	1.61803
Release:	4
Summary:	Publication quality tables in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/booktabs
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enhances the quality of tables in LaTeX, providing
extra commands as well as behind-the-scenes optimisation.
Guidelines are given as to what constitutes a good table in
this context. From version 1.61, the package offers longtable
compatibility.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/booktabs/booktabs.sty
%doc %{_texmfdistdir}/doc/latex/booktabs/COPYING
%doc %{_texmfdistdir}/doc/latex/booktabs/README
%doc %{_texmfdistdir}/doc/latex/booktabs/booktabs.pdf
#- source
%doc %{_texmfdistdir}/source/latex/booktabs/booktabs.dtx
%doc %{_texmfdistdir}/source/latex/booktabs/booktabs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.61803-4
+ Revision: 54f5ed0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24388 |14mu|texlive-boolexpr-3.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17830
# category Package
# catalog-ctan /macros/latex/contrib/boolexpr
# catalog-date 2010-04-12 11:39:15 +0200
# catalog-license lppl
# catalog-version 3.14
Name:		texlive-boolexpr
Version:	3.14
Release:	4
Summary:	A boolean expression evaluator and a switch command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/boolexpr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boolexpr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boolexpr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boolexpr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The \boolexpr macro evaluates boolean expressions in a purely
expandable way. \boolexpr{ A \OR B \AND C } expands to 0 if the
logical expression is TRUE. A, B, C may be: - numeric
expressions such as: x=y, x<>y, x>y or x<y; - boolean switches:
\iftrue 0\else 1\fi; - conditionals: \ifcsname
whatsit\endcsname 0\else 1\fi; - another \boolexpr: \boolexpr{
D \OR E \AND F }: \boolexpr may be used with \ifcase:
\ifcase\boolexpr{ A \OR B \AND C } What to do if true \else
What to do if false \fi The \switch command (which is also
expandable) has the form: \switch \case{<boolean expression>}
... \case{<boolean expression>} ... ... \otherwise ...
\endswitch.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/boolexpr/boolexpr.sty
%doc %{_texmfdistdir}/doc/latex/boolexpr/README
%doc %{_texmfdistdir}/doc/latex/boolexpr/boolexpr.pdf
#- source
%doc %{_texmfdistdir}/source/latex/boolexpr/boolexpr.dtx
%doc %{_texmfdistdir}/source/latex/boolexpr/boolexpr.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.14-4
+ Revision: 25d599e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24389 |14mu|texlive-bophook-0.02-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17062
# category Package
# catalog-ctan /macros/latex/contrib/bophook
# catalog-date 2006-12-31 16:08:10 +0100
# catalog-license lppl
# catalog-version 0.02
Name:		texlive-bophook
Version:	0.02
Release:	4
Summary:	Provides an At-Begin-Page hook
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bophook
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bophook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bophook.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bophook.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Using the \AtBeginPage hook, you can add material in the
background of a page. \PageLayout can be used to give page
makeup commands to be executed on every page (e.g., depend on
the page style).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bophook/bophook.sty
%doc %{_texmfdistdir}/doc/latex/bophook/bophook.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bophook/bophook.dtx
%doc %{_texmfdistdir}/source/latex/bophook/bophook.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.02-4
+ Revision: d78d17d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24390 |14mu|texlive-boxedminipage-20100223-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17087
# category Package
# catalog-ctan /macros/latex/contrib/boxedminipage
# catalog-date 2010-02-23 16:09:16 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-boxedminipage
Version:	20100223
Release:	4
Summary:	A package for producing framed minipages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/boxedminipage
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boxedminipage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boxedminipage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX package which defines the boxedminipage environment --
like minipage, but with a frame around it.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/boxedminipage/boxedminipage.sty
%doc %{_texmfdistdir}/doc/latex/boxedminipage/boxedminipage.pdf
%doc %{_texmfdistdir}/doc/latex/boxedminipage/boxedminipage.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100223-4
+ Revision: 4d8d774
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24391 |14mu|texlive-boxhandler-1.30-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28031
# category Package
# catalog-ctan /macros/latex/contrib/boxhandler
# catalog-date 2012-10-18 23:00:43 +0200
# catalog-license lppl
# catalog-version 1.30
Name:		texlive-boxhandler
Version:	1.30
Release:	7
Summary:	Flexible Captioning and Deferred Box/List Printing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/boxhandler
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boxhandler.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boxhandler.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/boxhandler.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to optimise presentation of LaTeX
tables and figures. Boxhandler will lay out table and figure
captions with a variety of stylistic apperances, and will also
allow figures and tables to be "wrapped" in a manner consistent
with many business and government documents. For a document
that might appear in different venues with different
formatting, boxhandler permits the creation of a LaTeX source
document that can, with a single-line change in the source
code, produce an output that has very different layout from the
baseline configuration, not only in terms of caption style, but
more importantly in terms of the locations where figures,
tables and lists appear (or not) in the document. Deferral
routines also allow one to keep all figure and table data in a
separate source file, while nonetheless producing a document
with figures and tables appearing in the desired location.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/boxhandler/boxhandler.sty
%doc %{_texmfdistdir}/doc/latex/boxhandler/README
%doc %{_texmfdistdir}/doc/latex/boxhandler/boxhandler.pdf
#- source
%doc %{_texmfdistdir}/source/latex/boxhandler/boxhandler.dtx
%doc %{_texmfdistdir}/source/latex/boxhandler/boxhandler.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.30-7
+ Revision: 3f5fa76
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24392 |14mu|texlive-bpchem-v1.06-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bpchem
# catalog-date 2006-12-01 14:16:52 +0100
# catalog-license lppl
# catalog-version v1.06
Name:		texlive-bpchem
Version:	v1.06
Release:	4
Summary:	Typeset chemical names, formulae, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bpchem
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bpchem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bpchem.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bpchem.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for typesetting simple chemical
formulae, those long IUPAC compound names, and some chemical
idioms. It also supports the labelling of compounds and
reference to labelled compounds.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bpchem/bpchem.sty
%doc %{_texmfdistdir}/doc/latex/bpchem/bpchem.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bpchem/bpchem.dtx
%doc %{_texmfdistdir}/source/latex/bpchem/bpchem.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.06-4
+ Revision: 2dc6308
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24393 |14mu|texlive-bpolynomial-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/bpolynomial
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-bpolynomial
Version:	0.5
Release:	4
Summary:	Drawing polynomial functions of up to order 3
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/bpolynomial
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bpolynomial.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bpolynomial.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This MetaPost package helps plotting polynomial and root
functions up to order three. The package provides macros to
calculate Bezier curves exactly matching a given constant,
linear, quadratic or cubic polynomial, or square or cubic root
function. In addition, tangents on all functions and
derivatives of polynomials can be calculated.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/bpolynomial/bpolynomial.mp
%doc %{_texmfdistdir}/doc/metapost/bpolynomial/CHANGES
%doc %{_texmfdistdir}/doc/metapost/bpolynomial/README
%doc %{_texmfdistdir}/doc/metapost/bpolynomial/TODO
%doc %{_texmfdistdir}/doc/metapost/bpolynomial/bpolynomial.pdf
%doc %{_texmfdistdir}/doc/metapost/bpolynomial/bpolynomial.tex
%doc %{_texmfdistdir}/doc/metapost/bpolynomial/examples.mp

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-4
+ Revision: 6e58129
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24394 |14mu|texlive-bracketkey-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17129
# category Package
# catalog-ctan /macros/latex/contrib/bracketkey
# catalog-date 2010-02-19 21:33:30 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-bracketkey
Version:	1.0
Release:	4
Summary:	Produce bracketed identification keys
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bracketkey
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bracketkey.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bracketkey.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an environment bracketkey for use when
producing lists of species.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bracketkey/bracketkey.sty
%doc %{_texmfdistdir}/doc/latex/bracketkey/Malva.pdf
%doc %{_texmfdistdir}/doc/latex/bracketkey/Malva.tex
%doc %{_texmfdistdir}/doc/latex/bracketkey/README
%doc %{_texmfdistdir}/doc/latex/bracketkey/bracketkey.pdf
%doc %{_texmfdistdir}/doc/latex/bracketkey/bracketkey.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 366b666
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24395 |14mu|texlive-braids-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23790
# category Package
# catalog-ctan /graphics/pgf/contrib/braids
# catalog-date 2011-08-30 13:04:52 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-braids
Version:	1.0
Release:	4
Summary:	Draw braid diagrams with PGF/TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/braids
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/braids.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/braids.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/braids.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables drawing of braid diagrams with PGF/TikZ
using a simple syntax. The braid itself is specified by giving
a word in the braid group, and there are many options for
styling the strands and for drawing "floors".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/braids/braids.sty
%doc %{_texmfdistdir}/doc/latex/braids/README
%doc %{_texmfdistdir}/doc/latex/braids/braids_doc.pdf
%doc %{_texmfdistdir}/doc/latex/braids/braids_doc.tex
#- source
%doc %{_texmfdistdir}/source/latex/braids/braids.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: c9b438a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24396 |14mu|texlive-braket-20100223-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17127
# category Package
# catalog-ctan /macros/latex/contrib/braket
# catalog-date 2010-02-23 16:09:16 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-braket
Version:	20100223
Release:	4
Summary:	Dirac bra-ket and set notations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/braket
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/braket.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/braket.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides macros to typeset bra-ket notation, as well as set
specifiers, with a single ("|") or a double ("||" or ("\|")
vertical bar specifier in between two bracketed parts. Each
macro comes in a fixed-size version and an expanding version.
If the package finds itself operating under e-tex, it uses the
extended primitive \middle for more reliable results.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/braket/braket.sty
%doc %{_texmfdistdir}/doc/latex/braket/braket.pdf
%doc %{_texmfdistdir}/doc/latex/braket/braket.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100223-4
+ Revision: 0346d86
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24397 |14mu|texlive-brandeis-dissertation-2.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32047
# category Package
# catalog-ctan /macros/latex/contrib/brandeis-dissertation
# catalog-date 2013-10-31 19:22:02 +0100
# catalog-license lppl1.2
# catalog-version 2.0
Name:		texlive-brandeis-dissertation
Version:	2.0
Release:	7
Summary:	Class for Brandeis University dissertations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/brandeis-dissertation
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/brandeis-dissertation.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/brandeis-dissertation.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/brandeis-dissertation.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class will enable the user to typeset a dissertation which
adheres to the formatting guidelines of Brandeis University
Graduate School of Arts and Sciences (GSAS).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/brandeis-dissertation/brandeis-dissertation.cls
%doc %{_texmfdistdir}/doc/latex/brandeis-dissertation/README
%doc %{_texmfdistdir}/doc/latex/brandeis-dissertation/brandeis-dissertation.pdf
%doc %{_texmfdistdir}/doc/latex/brandeis-dissertation/brandeis-dissertation.tex
#- source
%doc %{_texmfdistdir}/source/latex/brandeis-dissertation/brandeis-dissertation.dtx
%doc %{_texmfdistdir}/source/latex/brandeis-dissertation/brandeis-dissertation.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-7
+ Revision: 4d309cb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24398 |14mu|texlive-breakurl-1.40-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29901
# category Package
# catalog-ctan /macros/latex/contrib/breakurl
# catalog-date 2013-04-12 10:31:24 +0200
# catalog-license lppl
# catalog-version 1.40
Name:		texlive-breakurl
Version:	1.40
Release:	7
Summary:	Line-breakable \url-like links in hyperref when compiling via dvips/ps2pdf
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/breakurl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/breakurl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/breakurl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/breakurl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a command much like hyperref's \url that
typesets a URL using a typewriter-like font. However, if the
dvips driver is being used, the original \url doesn't allow
line breaks in the middle of the created link: the link comes
in one atomic piece. This package allows such line breaks in
the generated links.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/breakurl/breakurl.sty
%doc %{_texmfdistdir}/doc/latex/breakurl/README
%doc %{_texmfdistdir}/doc/latex/breakurl/breakurl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/breakurl/breakurl.dtx
%doc %{_texmfdistdir}/source/latex/breakurl/breakurl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.40-7
+ Revision: 4a66cbe
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24399 |14mu|texlive-bullcntr-0.04-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bullcntr
# catalog-date 2008-08-17 01:00:50 +0200
# catalog-license lppl
# catalog-version 0.04
Name:		texlive-bullcntr
Version:	0.04
Release:	4
Summary:	Display list item counter as regular pattern of bullets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bullcntr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bullcntr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bullcntr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bullcntr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bullcntr package defines the command bullcntr, which can be
thought of as an analogue of the \fnsymbol command: like the
latter, it displays the value of a counter lying between 1 and
9, but uses, for the purpose, a regular pattern of bullets.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bullcntr/bullcntr.sty
%{_texmfdistdir}/tex/latex/bullcntr/bullenum.sty
%doc %{_texmfdistdir}/doc/latex/bullcntr/00readme.txt
%doc %{_texmfdistdir}/doc/latex/bullcntr/README
%doc %{_texmfdistdir}/doc/latex/bullcntr/bullcntr-man.pdf
%doc %{_texmfdistdir}/doc/latex/bullcntr/bullcntr-man.tex
%doc %{_texmfdistdir}/doc/latex/bullcntr/bullcntr-sam.tex
%doc %{_texmfdistdir}/doc/latex/bullcntr/bullenum-sam.tex
%doc %{_texmfdistdir}/doc/latex/bullcntr/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/bullcntr/bullcntr.dtx
%doc %{_texmfdistdir}/source/latex/bullcntr/bullcntr.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.04-4
+ Revision: 0ff54c8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24400 |14mu|texlive-burmese-20061221-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25185
# category Package
# catalog-ctan /language/burmese
# catalog-date 2006-12-21 23:43:15 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-burmese
Version:	20061221
Release:	5
Summary:	Basic Support for Writing Burmese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/burmese
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/burmese.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/burmese.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/burmese.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides basic support for writing Burmese. The
package provides a preprocessor (written in Perl), an Adobe
Type 1 font, and LaTeX macros.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/burmese/burmese.map
%{_texmfdistdir}/fonts/tfm/public/burmese/burm.tfm
%{_texmfdistdir}/fonts/type1/public/burmese/burm.pfb
%{_texmfdistdir}/tex/latex/burmese/birm.sty
%{_texmfdistdir}/tex/latex/burmese/ubirm.fd
%doc %{_texmfdistdir}/doc/fonts/burmese/burmguide.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/burmese/birm.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061221-5
+ Revision: dde5012
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24401 |14mu|texlive-bussproofs-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/bussproofs
# catalog-date 2007-03-05 14:17:42 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-bussproofs
Version:	1.0
Release:	4
Summary:	Proof trees in the style of the sequent calculus
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bussproofs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bussproofs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bussproofs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the construction of proof trees in the style
of the sequent calculus and many other proof systems. One novel
feature of the macros is they support the horizontal alignment
according to some centre point specified with the command
\fCenter. This is the style often used in sequent calculus
proofs. The package works in a Plain TeX document, as well as
in LaTeX; an exposition of the commands available is given in
the package file itself.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bussproofs/bussproofs.sty
%doc %{_texmfdistdir}/doc/latex/bussproofs/testbp2.pdf
%doc %{_texmfdistdir}/doc/latex/bussproofs/testbp2.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 7db58ca
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24402 |14mu|texlive-bxbase-0.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28825
# category Package
# catalog-ctan /language/japanese/BX/bxbase
# catalog-date 2013-01-13 12:34:17 +0100
# catalog-license other-free
# catalog-version 0.5
Name:		texlive-bxbase
Version:	0.5
Release:	7
Summary:	BX bundle base components
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/BX/bxbase
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxbase.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxbase.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive bxbase package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bxbase/bxbase.def
%{_texmfdistdir}/tex/latex/bxbase/bxbase.sty
%{_texmfdistdir}/tex/latex/bxbase/bxucs.sty
%{_texmfdistdir}/tex/latex/bxbase/bxutf8.def
%{_texmfdistdir}/tex/latex/bxbase/bxutf8x.def
%{_texmfdistdir}/tex/latex/bxbase/zxbase.sty
%doc %{_texmfdistdir}/doc/latex/bxbase/00README
%doc %{_texmfdistdir}/doc/latex/bxbase/LICENSE
%doc %{_texmfdistdir}/doc/latex/bxbase/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-7
+ Revision: cd07887
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24403 |14mu|texlive-bxcjkjatype-0.2c-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32048
# category Package
# catalog-ctan /language/japanese/bxcjkjatype
# catalog-date 2013-10-30 11:43:37 +0100
# catalog-license other-free
# catalog-version 0.2c
Name:		texlive-bxcjkjatype
Version:	0.2c
Release:	7
Summary:	Typeset Japanese with pdfLaTeX and CJK
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/bxcjkjatype
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxcjkjatype.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxcjkjatype.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a working configuration of the CJK
package, suitable for Japanese typesetting of moderate quality.
Moreover, it facilitates use of the CJK package for pLaTeX
users, by providing commands that are similar to those used by
the pLaTeX kernel and some other packages used with it.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bxcjkjatype/bxcjkjatype.sty
%doc %{_texmfdistdir}/doc/latex/bxcjkjatype/LICENSE
%doc %{_texmfdistdir}/doc/latex/bxcjkjatype/README
%doc %{_texmfdistdir}/doc/latex/bxcjkjatype/README-ja.md
%doc %{_texmfdistdir}/doc/latex/bxcjkjatype/sample-bxcjkjatype-beamer.pdf
%doc %{_texmfdistdir}/doc/latex/bxcjkjatype/sample-bxcjkjatype-beamer.tex
%doc %{_texmfdistdir}/doc/latex/bxcjkjatype/sample-bxcjkjatype.pdf
%doc %{_texmfdistdir}/doc/latex/bxcjkjatype/sample-bxcjkjatype.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2c-7
+ Revision: 927bbf6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24404 |14mu|texlive-bxdpx-beamer-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30220
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/bxdpx-beamer
# catalog-date 2013-05-03 01:03:17 +0200
# catalog-license other-free
# catalog-version 0.2
Name:		texlive-bxdpx-beamer
Version:	0.2
Release:	7
Summary:	Dvipdfmx extras for use with beamer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/bxdpx-beamer
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxdpx-beamer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxdpx-beamer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is a driver to support beamer Navigation symbols
and \framezoomed regions when using dvipdfmx as PDF generator
(e.g., as part of e-pTeX). The package does not define any
'user' commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bxdpx-beamer/bxdpx-beamer.sty
%doc %{_texmfdistdir}/doc/latex/bxdpx-beamer/LICENSE
%doc %{_texmfdistdir}/doc/latex/bxdpx-beamer/README
%doc %{_texmfdistdir}/doc/latex/bxdpx-beamer/sample/test-framezoom.tex
%doc %{_texmfdistdir}/doc/latex/bxdpx-beamer/sample/test-navisymbol.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: 9925f40
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24405 |14mu|texlive-bxeepic-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30559
# category Package
# catalog-ctan /macros/latex/contrib/bxeepic
# catalog-date 2013-05-18 23:56:07 +0200
# catalog-license other-free
# catalog-version 0.2
Name:		texlive-bxeepic
Version:	0.2
Release:	7
Summary:	Eepic facilities using pict2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bxeepic
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxeepic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxeepic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an eepic driver to use pict2e facilities.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bxeepic/bxdpxp2e.def
%{_texmfdistdir}/tex/latex/bxeepic/bxeepic.sty
%doc %{_texmfdistdir}/doc/latex/bxeepic/LICENSE
%doc %{_texmfdistdir}/doc/latex/bxeepic/README
%doc %{_texmfdistdir}/doc/latex/bxeepic/sample-bxeepic.pdf
%doc %{_texmfdistdir}/doc/latex/bxeepic/sample-bxeepic.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: c89829f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24406 |14mu|texlive-bxjscls-0.3a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28901
# category Package
# catalog-ctan /language/japanese/BX/bxjscls
# catalog-date 2012-12-21 17:28:17 +0100
# catalog-license other-free
# catalog-version 0.3a
Name:		texlive-bxjscls
Version:	0.3a
Release:	7
Summary:	Document classes based on jsclasses
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/BX/bxjscls
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjscls.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjscls.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjscls.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides classes, based on jsclasses.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bxjscls/bxjsarticle.cls
%{_texmfdistdir}/tex/latex/bxjscls/bxjsptex.def
%{_texmfdistdir}/tex/latex/bxjscls/bxjsreport.cls
%doc %{_texmfdistdir}/doc/latex/bxjscls/LICENSE
%doc %{_texmfdistdir}/doc/latex/bxjscls/README
%doc %{_texmfdistdir}/doc/latex/bxjscls/bxjsclasses.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bxjscls/bxjsclasses.dtx
%doc %{_texmfdistdir}/source/latex/bxjscls/bxjsclasses.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3a-7
+ Revision: f888c57
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24407 |14mu|texlive-bytefield-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23351
# category Package
# catalog-ctan /macros/latex/contrib/bytefield
# catalog-date 2011-06-22 20:08:44 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-bytefield
Version:	2.1
Release:	4
Summary:	Create illustrations for network protocol specifications
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/bytefield
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bytefield.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bytefield.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/bytefield.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bytefield package helps the user create illustrations for
network protocol specifications and anything else that utilizes
fields of data. These illustrations show how the bits and bytes
are laid out in a packet or in memory. Users should note that
the present version 2.0 offers a different (and incompatible)
user interface from earlier versions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/bytefield/bytefield.sty
%doc %{_texmfdistdir}/doc/latex/bytefield/README
%doc %{_texmfdistdir}/doc/latex/bytefield/bf-example.pdf
%doc %{_texmfdistdir}/doc/latex/bytefield/bf-example.tex
%doc %{_texmfdistdir}/doc/latex/bytefield/bytefield.pdf
#- source
%doc %{_texmfdistdir}/source/latex/bytefield/bytefield.dtx
%doc %{_texmfdistdir}/source/latex/bytefield/bytefield.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-4
+ Revision: eb330b6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24408 |14mu|texlive-c90-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-c90
Version:	20111103
Release:	4
Summary:	TeXLive c90 package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/c90.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/c90.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/c90.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive c90 package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/c90/c90.enc
%doc %{_texmfdistdir}/doc/fonts/enc/c90/c90.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/enc/c90/c90.etx
%doc %{_texmfdistdir}/source/fonts/enc/c90/c90.mtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: bea5764
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24409 |14mu|texlive-cachepic-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /macros/latex/contrib/cachepic
# catalog-date 2012-04-29 18:30:38 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-cachepic
Version:	1.0
Release:	5
Summary:	Convert document fragments into graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cachepic
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cachepic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cachepic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-cachepic.bin = %{EVRD}

%description
The bundle simplifies and automates conversion of document
fragments into external EPS or PDF files. The bundle consists
of two parts: a LaTeX package that implements a document level
interface, and a command line tool (written in lua) that
generates the external graphics.


#-----------------------------------------------------------------------
%files
%{_bindir}/cachepic
%{_texmfdistdir}/scripts/cachepic/cachepic.cmd
%{_texmfdistdir}/scripts/cachepic/cachepic.tlu
%{_texmfdistdir}/tex/latex/cachepic/cachepic.sty
%{_texmfdistdir}/tex/latex/cachepic/prcachepic.def
%doc %{_texmfdistdir}/doc/latex/cachepic/README
%doc %{_texmfdistdir}/doc/latex/cachepic/cachepic.pdf
%doc %{_texmfdistdir}/doc/latex/cachepic/cachepic.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/cachepic/cachepic.tlu cachepic
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 3263da3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24410 |14mu|texlive-calcage-0.90-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27725
# category Package
# catalog-ctan /macros/latex/contrib/calcage
# catalog-date 2012-09-16 15:15:03 +0200
# catalog-license lppl1.3
# catalog-version 0.90
Name:		texlive-calcage
Version:	0.90
Release:	8
Summary:	Calculate the age of something, in years
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/calcage
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calcage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calcage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calcage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package calculates the age of someone or something in
years. Internally it uses the datenumber package to calculate
the age in days; conversion from days to years is then
performed, taking care of leap years and such odd things.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/calcage/calcage.sty
%doc %{_texmfdistdir}/doc/latex/calcage/README
%doc %{_texmfdistdir}/doc/latex/calcage/calcage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/calcage/calcage.dtx
%doc %{_texmfdistdir}/source/latex/calcage/calcage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.90-8
+ Revision: 748af96
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24411 |14mu|texlive-calctab-v0.6.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/calctab
# catalog-date 2009-07-14 21:55:02 +0200
# catalog-license lppl
# catalog-version v0.6.1
Name:		texlive-calctab
Version:	v0.6.1
Release:	4
Summary:	Language for numeric tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/calctab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calctab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calctab.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The calctab package helps the user to typeset a kind of
economic table such as invoices, expense notes and liquidation,
or other tabular material with a values column. The code
computes sum and percentage with floating point numeric methods
(using the fltpoint package) and builds the render table task.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/calctab/calctab.sty
%doc %{_texmfdistdir}/doc/latex/calctab/README
%doc %{_texmfdistdir}/doc/latex/calctab/calctab_manual.pdf
%doc %{_texmfdistdir}/doc/latex/calctab/calctab_manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.6.1-4
+ Revision: 3d2c02e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24412 |14mu|texlive-calculator-1.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27112
# category Package
# catalog-ctan /macros/latex/contrib/calculator
# catalog-date 2012-07-03 11:28:15 +0200
# catalog-license lppl1.2
# catalog-version 1.0a
Name:		texlive-calculator
Version:	1.0a
Release:	3
Summary:	Use LaTeX as a scientific calculator
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/calculator
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calculator.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calculator.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calculator.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The calculator and calculus packages define several
instructions which allow us to realise algebraic operations and
to evaluate elementary functions and derivatives in our
documents. The package's main goal is to define the arithmetic
and functional calculations need in the author's package
xpicture, but the numeric abilities of "calculator" and
"calculus" may be useful in other contexts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/calculator/calculator.sty
%{_texmfdistdir}/tex/latex/calculator/calculus.sty
%doc %{_texmfdistdir}/doc/latex/calculator/README
%doc %{_texmfdistdir}/doc/latex/calculator/calculator.pdf
%doc %{_texmfdistdir}/doc/latex/calculator/calculator1.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator10.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator11.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator12.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator13.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator14.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator15.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator16.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator17.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator18.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator19.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator2.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator20.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator21.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator22.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator23.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator24.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator25.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator26.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator27.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator28.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator29.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator3.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator30.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator31.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator32.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator33.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator34.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator35.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator36.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator37.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator38.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator39.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator4.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator40.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator41.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator42.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator43.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator44.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator45.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator46.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator47.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator48.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator49.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator5.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator50.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator51.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator52.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator53.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator54.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator55.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator56.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator57.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator6.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator7.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator8.tex
%doc %{_texmfdistdir}/doc/latex/calculator/calculator9.tex
#- source
%doc %{_texmfdistdir}/source/latex/calculator/calculator.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-3
+ Revision: cae244b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24413 |14mu|texlive-calrsfs-20100220-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17125
# category Package
# catalog-ctan /macros/latex/contrib/calrsfs
# catalog-date 2010-02-20 21:59:31 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-calrsfs
Version:	20100220
Release:	4
Summary:	Copperplate calligraphic letters in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/calrsfs
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calrsfs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calrsfs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a maths interface to the rsfs fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/calrsfs/OMSrsfs.fd
%{_texmfdistdir}/tex/latex/calrsfs/calrsfs.sty
%doc %{_texmfdistdir}/doc/latex/calrsfs/README
%doc %{_texmfdistdir}/doc/latex/calrsfs/calrsfs.pdf
%doc %{_texmfdistdir}/doc/latex/calrsfs/calrsfs.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100220-4
+ Revision: b766eeb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24414 |14mu|texlive-cals-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22766
# category Package
# catalog-ctan /macros/latex/contrib/cals
# catalog-date 2010-10-26 15:02:43 +0200
# catalog-license lppl1.3
# catalog-version 2.0.1
Name:		texlive-cals
Version:	2.0.1
Release:	4
Summary:	Multipage tables with wide range of features
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cals
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cals.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cals.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cals.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to typeset multipage tables with
repeatable headers and footers, and with cells spanned over
rows and columns. Decorations are supported: padding,
background color, width of separation rules. The package is
compatible with multicol and pdfsync.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cals/cals.sty
%doc %{_texmfdistdir}/doc/latex/cals/README
%doc %{_texmfdistdir}/doc/latex/cals/cals.pdf
%doc %{_texmfdistdir}/doc/latex/cals/examples/demo.pdf
%doc %{_texmfdistdir}/doc/latex/cals/examples/demo.tex
%doc %{_texmfdistdir}/doc/latex/cals/examples/table1.tex
%doc %{_texmfdistdir}/doc/latex/cals/examples/table2.tex
%doc %{_texmfdistdir}/doc/latex/cals/examples/table3.tex
%doc %{_texmfdistdir}/doc/latex/cals/examples/table4.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/README
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_10_create.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_10_create.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_20_colwidth.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_20_colwidth.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_30_decor.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_30_decor.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_40_width.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_40_width.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_50_hooks.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/cell/test_50_hooks.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/colsep/test_10_outone.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/colsep/test_10_outone.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/colsep/test_20_row.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/colsep/test_20_row.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_10_withwidth2.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_10_withwidth2.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_20_withcolor2.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_20_withcolor2.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_30_halfwidth.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_30_halfwidth.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_50_maxwidth.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_50_maxwidth.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_60_row.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_60_row.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_70_align.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/decoration/test_70_align.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/llt/test_10_cons_rot.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/llt/test_10_cons_rot.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/llt/test_20_snoc_decons.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/llt/test_20_snoc_decons.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/llt/test_30_all.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/llt/test_30_all.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_010_wrongbreak.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_010_wrongbreak.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_020_wrongnobreak.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_020_wrongnobreak.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_030_spanbreak.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_030_spanbreak.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_040_rowheight.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_040_rowheight.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_050_leftskip_rowspan.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/regression/test_050_leftskip_rowspan.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_10_waitrule.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_10_waitrule.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_15_waitover.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_15_waitover.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_20_pack.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_20_pack.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_30_jointwo.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_30_jointwo.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_35_joinone.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_35_joinone.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_40_construct.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/rowsep/test_40_construct.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_10_queue.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_10_queue.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_20_decor.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_20_decor.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_30_iftlrb.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_30_iftlrb.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_40_lr_queue.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_40_lr_queue.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_50_dimen.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_50_dimen.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_60_content.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_60_content.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_70_intercept.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_70_intercept.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_80_marker.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/span/test_80_marker.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/support/LatexTest.py
%doc %{_texmfdistdir}/doc/latex/cals/test/support/run_tests.py
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_10_ifbreak.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_10_ifbreak.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_20_dispatch.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_20_dispatch.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_30_issue_rowsep.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_30_issue_rowsep.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_40_issuerow.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_40_issuerow.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_50_row.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_50_row.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_60_whitespace.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_60_whitespace.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_70_lrskip.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/table/test_70_lrskip.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/template.txt
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_10_simple_2x2_with_parbreak.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_10_simple_2x2_with_parbreak.png
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_10_simple_2x2_with_parbreak.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_20_thead_tfoot.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_20_thead_tfoot.png
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_20_thead_tfoot.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_30_tbreak.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_30_tbreak.png
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_30_tbreak.tex
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_40_span.chk
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_40_span.png
%doc %{_texmfdistdir}/doc/latex/cals/test/visual_tables/test_40_span.tex
#- source
%doc %{_texmfdistdir}/source/latex/cals/cals.dtx
%doc %{_texmfdistdir}/source/latex/cals/cals.ins
%doc %{_texmfdistdir}/source/latex/cals/cell.dtx
%doc %{_texmfdistdir}/source/latex/cals/colsep.dtx
%doc %{_texmfdistdir}/source/latex/cals/decor.dtx
%doc %{_texmfdistdir}/source/latex/cals/lltokens.dtx
%doc %{_texmfdistdir}/source/latex/cals/rowsep.dtx
%doc %{_texmfdistdir}/source/latex/cals/span.dtx
%doc %{_texmfdistdir}/source/latex/cals/table.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-4
+ Revision: 75b6275
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24415 |14mu|texlive-calxxxx-yyyy-1.0d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25001
# category Package
# catalog-ctan /macros/latex/contrib/calxxxx-yyyy
# catalog-date 2012-01-03 11:34:51 +0100
# catalog-license lppl1.3
# catalog-version 1.0d
Name:		texlive-calxxxx-yyyy
Version:	1.0d
Release:	3
Summary:	Print a calendar for a group of years
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/calxxxx-yyyy
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calxxxx-yyyy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/calxxxx-yyyy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package prints a calendar for 2 or more years, according to
a language selection. The package is also "culture dependent",
in the sense that it will start weeks according to local rules:
e.g., weeks conventionally start on Monday in the English-
speaking world.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/calxxxx-yyyy/calxxxx-yyyy.tex
%doc %{_texmfdistdir}/doc/latex/calxxxx-yyyy/README
%doc %{_texmfdistdir}/doc/latex/calxxxx-yyyy/README.pdf
%doc %{_texmfdistdir}/doc/latex/calxxxx-yyyy/README.tex
%doc %{_texmfdistdir}/doc/latex/calxxxx-yyyy/cal2012-2029_DE.pdf
%doc %{_texmfdistdir}/doc/latex/calxxxx-yyyy/cal2012-2029_DK.pdf
%doc %{_texmfdistdir}/doc/latex/calxxxx-yyyy/cal2012-2029_EN.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0d-3
+ Revision: 109da15
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24416 |14mu|texlive-cancel-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32508
# category Package
# catalog-ctan /macros/latex/contrib/cancel
# catalog-date 2013-12-30 10:37:07 +0100
# catalog-license pd
# catalog-version 2.2
Name:		texlive-cancel
Version:	2.2
Release:	3
Summary:	Place lines through maths formulae
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cancel
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cancel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cancel.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package to draw diagonal lines ("cancelling" a term) and
arrows with limits (cancelling a term "to a value") through
parts of maths formulae.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cancel/cancel.sty
%doc %{_texmfdistdir}/doc/latex/cancel/cancel.pdf
%doc %{_texmfdistdir}/doc/latex/cancel/cancel.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-3
+ Revision: dd96091
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24417 |14mu|texlive-canoniclayout-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24523
# category Package
# catalog-ctan /macros/latex/contrib/canoniclayout
# catalog-date 2011-11-06 17:08:08 +0100
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-canoniclayout
Epoch:		1
Version:	0.4
Release:	4
Summary:	Create canonical page layouts with memoir
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/canoniclayout
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/canoniclayout.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/canoniclayout.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/canoniclayout.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A canonic text layout has specified relations to a circle
inscribed within the enclosing page. The package allows the
user to use a canonic layout with the memoir class.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/canoniclayout/canoniclayout.sty
%doc %{_texmfdistdir}/doc/latex/canoniclayout/README
%doc %{_texmfdistdir}/doc/latex/canoniclayout/canoniclayout.pdf
#- source
%doc %{_texmfdistdir}/source/latex/canoniclayout/canoniclayout.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.4-4
+ Revision: 6c48cd5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24418 |14mu|texlive-captcont-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/captcont
# catalog-date 2006-12-31 11:53:07 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-captcont
Version:	2.0
Release:	4
Summary:	Retain float number across several floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/captcont
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/captcont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/captcont.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/captcont.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The captcont package provides the ability to continue the
numbering in your float environment (figure, table, etc.) with
minimal overhead. This package adds three commands: \caption*,
\captcont, and \captcont*. Along with the \caption command,
these give full control over the caption numbering, caption
text and the entries in the list-of pages. The \caption and
\captcont commands generate list-of page entries. The \caption
and \caption* commands increment the figure or table counter.
Captcont also fully supports the subfigure package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/captcont/captcont.sty
%doc %{_texmfdistdir}/doc/latex/captcont/README
%doc %{_texmfdistdir}/doc/latex/captcont/captcont.pdf
%doc %{_texmfdistdir}/doc/latex/captcont/ltxdoc.cfg
%doc %{_texmfdistdir}/doc/latex/captcont/test.tex
#- source
%doc %{_texmfdistdir}/source/latex/captcont/Makefile
%doc %{_texmfdistdir}/source/latex/captcont/captcont.dtx
%doc %{_texmfdistdir}/source/latex/captcont/captcont.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 0422d49
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24419 |14mu|texlive-captdef-20100309-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17353
# category Package
# catalog-ctan /macros/latex/contrib/captdef
# catalog-date 2010-03-09 12:54:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-captdef
Version:	20100309
Release:	4
Summary:	Declare free-standing \caption commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/captdef
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/captdef.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/captdef.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The \DeclareCaption command defines a class of caption command
associated with the counter specified to the command. These
commands are free-standing (i.e., don't need to be inside a
float environment). The package uses \DeclareCaption to define
\figcaption and \tabcaption, which can be used outside figure
or table environments.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/captdef/captdef.sty
%doc %{_texmfdistdir}/doc/latex/captdef/captdef.pdf
%doc %{_texmfdistdir}/doc/latex/captdef/captdef.tex
%doc %{_texmfdistdir}/doc/latex/captdef/miscdoc.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100309-4
+ Revision: 44ba556
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24420 |14mu|texlive-caption-20130512-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30449
# category Package
# catalog-ctan /macros/latex/contrib/caption
# catalog-date 2013-05-13 11:02:43 +0200
# catalog-license lppl1.3
# catalog-version 2013-05-12
Name:		texlive-caption
Epoch:		1
Version:	20130512
Release:	7
Summary:	Customising captions in floating environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/caption
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/caption.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/caption.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/caption.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The caption package provides many ways to customise the
captions in floating environments like figure and table, and
cooperates with many other packages. Facilities include
rotating captions, sideways captions, continued captions (for
tables or figures that come in several parts). A list of
compatibility notes, for other packages, is provided in the
documentation. The package also provides the "caption outside
float" facility, in the same way that simpler packages like
capt-of do. The package supersedes caption2.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/caption/bicaption.sty
%{_texmfdistdir}/tex/latex/caption/caption.sty
%{_texmfdistdir}/tex/latex/caption/caption2.sty
%{_texmfdistdir}/tex/latex/caption/caption3.sty
%{_texmfdistdir}/tex/latex/caption/ltcaption.sty
%{_texmfdistdir}/tex/latex/caption/newfloat.sty
%{_texmfdistdir}/tex/latex/caption/subcaption.sty
%{_texmfdistdir}/tex/latex/caption/totalcount.sty
%doc %{_texmfdistdir}/doc/latex/caption/CHANGELOG
%doc %{_texmfdistdir}/doc/latex/caption/README
%doc %{_texmfdistdir}/doc/latex/caption/SUMMARY
%doc %{_texmfdistdir}/doc/latex/caption/bicaption.pdf
%doc %{_texmfdistdir}/doc/latex/caption/caption-deu.pdf
%doc %{_texmfdistdir}/doc/latex/caption/caption-eng.pdf
%doc %{_texmfdistdir}/doc/latex/caption/caption-rus.pdf
%doc %{_texmfdistdir}/doc/latex/caption/ltcaption.pdf
%doc %{_texmfdistdir}/doc/latex/caption/newfloat.pdf
%doc %{_texmfdistdir}/doc/latex/caption/subcaption.pdf
%doc %{_texmfdistdir}/doc/latex/caption/totalcount.pdf
#- source
%doc %{_texmfdistdir}/source/latex/caption/bicaption.dtx
%doc %{_texmfdistdir}/source/latex/caption/caption-deu.tex
%doc %{_texmfdistdir}/source/latex/caption/caption-eng.tex
%doc %{_texmfdistdir}/source/latex/caption/caption-rus.tex
%doc %{_texmfdistdir}/source/latex/caption/caption.dtx
%doc %{_texmfdistdir}/source/latex/caption/caption.ins
%doc %{_texmfdistdir}/source/latex/caption/caption2.dtx
%doc %{_texmfdistdir}/source/latex/caption/caption3.dtx
%doc %{_texmfdistdir}/source/latex/caption/cat.eps
%doc %{_texmfdistdir}/source/latex/caption/elephant.eps
%doc %{_texmfdistdir}/source/latex/caption/ltcaption.dtx
%doc %{_texmfdistdir}/source/latex/caption/newfloat.dtx
%doc %{_texmfdistdir}/source/latex/caption/subcaption.dtx
%doc %{_texmfdistdir}/source/latex/caption/totalcount.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:20130512-7
+ Revision: df8fc2d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24421 |14mu|texlive-capt-of-20100127-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16813
# category Package
# catalog-ctan /macros/latex/contrib/capt-of
# catalog-date 2010-01-27 23:13:46 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-capt-of
Version:	20100127
Release:	4
Summary:	Captions on more than floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/capt-of
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/capt-of.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/capt-of.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/capt-of.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a command \captionof for putting a caption to something
that's not a float. Note that the caption package includes a
\captionof command that is an extension of that provided by
this package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/capt-of/capt-of.sty
%doc %{_texmfdistdir}/doc/latex/capt-of/README
%doc %{_texmfdistdir}/doc/latex/capt-of/capt-of.pdf
#- source
%doc %{_texmfdistdir}/source/latex/capt-of/capt-of.dtx
%doc %{_texmfdistdir}/source/latex/capt-of/capt-of.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100127-4
+ Revision: cb2c7ee
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24422 |14mu|texlive-carlisle-20100218-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18258
# category Package
# catalog-ctan /macros/latex/contrib/carlisle
# catalog-date 2010-02-18 13:36:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-carlisle
Version:	20100218
Release:	4
Summary:	David Carlisle's small packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/carlisle
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/carlisle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/carlisle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/carlisle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Many of David Carlisle's more substantial packages stand on
their own, or as part of the LaTeX tools set; this set
contains: - Making dotless 'j' characters for fonts that don't
have them; - Fix marks in 2-column output; - A method for
combining the capabilities of longtable and tabularx; - A
proforma for building personalised LaTeX formats; - A jiffy to
suppress page numbers; - An environment for including Plain TeX
in LaTeX documents; - A jiffy to remove counters from other
counters' reset lists; - A package to rescale fonts to
arbitrary sizes; - A jiffy to create 'slashed' for physicists;
and - An environment for including HTML in LaTeX documents.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/carlisle/dotlessj.sty
%{_texmfdistdir}/tex/latex/carlisle/ltxtable.sty
%{_texmfdistdir}/tex/latex/carlisle/mylatex.ltx
%{_texmfdistdir}/tex/latex/carlisle/plain.sty
%{_texmfdistdir}/tex/latex/carlisle/remreset.sty
%{_texmfdistdir}/tex/latex/carlisle/scalefnt.sty
%{_texmfdistdir}/tex/latex/carlisle/slashed.sty
%doc %{_texmfdistdir}/doc/latex/carlisle/README
%doc %{_texmfdistdir}/doc/latex/carlisle/ltx1.tex
%doc %{_texmfdistdir}/doc/latex/carlisle/ltxtable.pdf
#- source
%doc %{_texmfdistdir}/source/latex/carlisle/ltxtable.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100218-4
+ Revision: 5ec201f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24423 |14mu|texlive-cascadilla-1.8.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25144
# category Package
# catalog-ctan /macros/latex/contrib/cascadilla
# catalog-date 2012-01-18 17:26:55 +0100
# catalog-license lppl
# catalog-version 1.8.2
Name:		texlive-cascadilla
Version:	1.8.2
Release:	4
Summary:	Typeset papers conforming to the stylesheet of Cascadilla Proceedings Project
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cascadilla
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cascadilla.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cascadilla.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides an extension of the standard LaTeX article
class that may be used to typeset papers conforming to the
stylesheet of the Cascadilla Proceedings Project, which is used
by a number of linguistics conference proceedings (e.g.,
WCCFL).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/cascadilla/cascadilla.bst
%{_texmfdistdir}/tex/latex/cascadilla/cascadilla.cls
%doc %{_texmfdistdir}/doc/latex/cascadilla/LICENSE.txt
%doc %{_texmfdistdir}/doc/latex/cascadilla/README
%doc %{_texmfdistdir}/doc/latex/cascadilla/example.pdf
%doc %{_texmfdistdir}/doc/latex/cascadilla/example.tex
%doc %{_texmfdistdir}/doc/latex/cascadilla/exampleref.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.8.2-4
+ Revision: e3808e5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24424 |14mu|texlive-cases-2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17123
# category Package
# catalog-ctan /macros/latex/contrib/cases
# catalog-date 2010-02-23 16:16:11 +0100
# catalog-license pd
# catalog-version 2.5
Name:		texlive-cases
Version:	2.5
Release:	4
Summary:	Numbered cases environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cases
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cases.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cases.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Define the environment numcases: equations with several
alternative right-hand sides, with equation numbers for each
alternative. Also environment subnumcases, where each
alternative is a sub-number (e.g., 8a, 8b, ...) of the equation
set as a whole.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cases/cases.sty
%doc %{_texmfdistdir}/doc/latex/cases/cases.pdf
%doc %{_texmfdistdir}/doc/latex/cases/cases.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5-4
+ Revision: 649f8b7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24425 |14mu|texlive-casyl-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/casyl
# catalog-date 2008-10-26 18:17:50 +0100
# catalog-license pd
# catalog-version 2.0
Name:		texlive-casyl
Version:	2.0
Release:	4
Summary:	Typeset Cree/Inuktitut in Canadian Aboriginal Syllabics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/casyl
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/casyl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/casyl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle constitutes a font (as MetaFont source) and LaTeX
macros for its use within a document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/casyl/casyll10.mf
%{_texmfdistdir}/fonts/tfm/public/casyl/casyll10.tfm
%{_texmfdistdir}/tex/latex/casyl/casyltex.sty
%doc %{_texmfdistdir}/doc/latex/casyl/README
%doc %{_texmfdistdir}/doc/latex/casyl/casyldoc.pdf
%doc %{_texmfdistdir}/doc/latex/casyl/casyldoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 851883d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24426 |14mu|texlive-catchfilebetweentags-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21476
# category Package
# catalog-ctan /macros/latex/contrib/catchfilebetweentags
# catalog-date 2011-02-19 16:41:47 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-catchfilebetweentags
Version:	1.1
Release:	4
Summary:	Catch text delimited by docstrip tags
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/catchfilebetweentags
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catchfilebetweentags.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catchfilebetweentags.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catchfilebetweentags.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package (built using the facilities of catchfile) provides
a macro \catchfilebetweentags acts like the original \catchfile
but only extracts a portion of the file instead of the complete
file. The extracted portion can be delimited by strings or by
docstrip tags: %<*tag> .... %</tag> (comments in the caught
region may be included or dropped).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/catchfilebetweentags/catchfilebetweentags.sty
%doc %{_texmfdistdir}/doc/latex/catchfilebetweentags/README
%doc %{_texmfdistdir}/doc/latex/catchfilebetweentags/catchfilebetweentags.pdf
#- source
%doc %{_texmfdistdir}/source/latex/catchfilebetweentags/catchfilebetweentags.drv
%doc %{_texmfdistdir}/source/latex/catchfilebetweentags/catchfilebetweentags.dtx
%doc %{_texmfdistdir}/source/latex/catchfilebetweentags/catchfilebetweentags.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: ce7b12c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24427 |14mu|texlive-catechis-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/catechis
# catalog-date 2008-09-02 21:23:27 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-catechis
Version:	1.1
Release:	4
Summary:	Macros for typesetting catechisms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/catechis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catechis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catechis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catechis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The macros include: - format for question-and-answer; -
comments on answers; - citations; - a specialised enumerate
which only operates in the catechism parts of a document. The
macros are all highly customisable.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/catechis/catechis.sty
%doc %{_texmfdistdir}/doc/latex/catechis/README
%doc %{_texmfdistdir}/doc/latex/catechis/catechis.pdf
%doc %{_texmfdistdir}/doc/latex/catechis/test.tex
#- source
%doc %{_texmfdistdir}/source/latex/catechis/catechis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: b0a552d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24428 |14mu|texlive-catoptions-0.2.7b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24899
# category Package
# catalog-ctan /macros/latex/contrib/catoptions
# catalog-date 2011-12-19 23:56:31 +0100
# catalog-license lppl1.3
# catalog-version 0.2.7b
Name:		texlive-catoptions
Version:	0.2.7b
Release:	4
Summary:	Preserving and recalling standard catcodes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/catoptions
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catoptions.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/catoptions.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package changes package loading internals so that all
subsequently loaded packages can rely on normal/standard
catcodes of all ASCII characters. The package defines canonical
control sequences to represent all the visible ASCII
characters. It also provides robust option parsing mechanisms
(XDeclareOption, XExecuteOptions and XProcessOptions, which
will be used by \documentclass if the package has already been
loaded). The package also provides a range of other TeX
programming tools.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/catoptions/catoptions-guide.cfg
%{_texmfdistdir}/tex/latex/catoptions/catoptions.sty
%doc %{_texmfdistdir}/doc/latex/catoptions/README
%doc %{_texmfdistdir}/doc/latex/catoptions/catoptions-guide.pdf
%doc %{_texmfdistdir}/doc/latex/catoptions/catoptions-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.7b-4
+ Revision: 7a2634c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24429 |14mu|texlive-cbcoptic-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16666
# category Package
# catalog-ctan /language/coptic/cbcoptic
# catalog-date 2010-01-11 08:55:42 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-cbcoptic
Version:	0.2
Release:	4
Summary:	Coptic fonts and LaTeX macros for general usage and for philology
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/coptic/cbcoptic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cbcoptic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cbcoptic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
CBcoptic is a bundle of files for typesetting Coptic
philological text with the proper fonts and hyphenation. The
fonts are based on, but much extend, the fonts of the original
coptic bundle. The CBcoptic bundle includes font description
files, MetaFont sources and equivalent Adobe Type 1 fonts in
pfb format. The bundle also includes a package that provides
some macros of philological interest.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/cbcoptic/coptbase.mf
%{_texmfdistdir}/fonts/source/public/cbcoptic/copti.mf
%{_texmfdistdir}/fonts/source/public/cbcoptic/copto.mf
%{_texmfdistdir}/fonts/tfm/public/cbcoptic/copti.tfm
%{_texmfdistdir}/fonts/tfm/public/cbcoptic/copto.tfm
%{_texmfdistdir}/fonts/type1/public/cbcoptic/copti.pfb
%{_texmfdistdir}/fonts/type1/public/cbcoptic/copto.pfb
%{_texmfdistdir}/tex/latex/cbcoptic/coptic.sty
%{_texmfdistdir}/tex/latex/cbcoptic/lcopcoptic.fd
%{_texmfdistdir}/tex/latex/cbcoptic/prnthyph.sty
%doc %{_texmfdistdir}/doc/latex/cbcoptic/README
%doc %{_texmfdistdir}/doc/latex/cbcoptic/coptfont.pdf
%doc %{_texmfdistdir}/doc/latex/cbcoptic/testcop.tex
%doc %{_texmfdistdir}/doc/latex/cbcoptic/testcopOK.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 8c19229
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24430 |14mu|texlive-cbfonts-20100713-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20304
# category Package
# catalog-ctan /fonts/greek/cbfonts
# catalog-date 2010-07-13 20:13:45 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-cbfonts
Version:	20100713
Release:	4
Summary:	Complete set of Greek fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/cbfonts
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle presents the whole of Beccari's original Greek font
set, both as MetaFont source and in Adobe Type 1 format. The
set is available at the same wide set of design sizes as are
such font sets as the EC fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/cbfonts/CB.enc
%{_texmfdistdir}/fonts/enc/dvips/cbfonts/gmtr.enc
%{_texmfdistdir}/fonts/map/dvips/cbfonts/cbgreek-full.map
%{_texmfdistdir}/fonts/source/public/cbfonts/cbaccent.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbbase.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbdigits.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbgreek.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cblig.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbligit.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbligrm.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbligsc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbligtt.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cblower.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbmetre.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbpunct.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbspline.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/cbupper.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glic4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glii4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glin4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glio4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gliu4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljc4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljn4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gljo4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmc4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmi4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmn4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmo4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glmu4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltc4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gltn4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glto4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwc4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwi4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwn4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwo4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glwu4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxc4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxi4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxn4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxo4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu1382.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu1659.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu1991.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu2389.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu2866.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu3440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/glxu4128.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmmo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmtr3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gmxo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomc3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomi3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gomu3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxc3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxi3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/goxu3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grbl3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmc3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmi3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grml3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grmu3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxc3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxi3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxl3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/grxu3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsma3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmc3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsme3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmi3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsmu3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxa3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxc3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxe3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxi3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxo3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gsxu3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttc3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtti3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttn3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gtto3583.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu0500.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu0600.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu0700.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu0800.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu0900.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu1000.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu1095.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu1200.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu1440.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu1728.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu2074.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu2488.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu2986.mf
%{_texmfdistdir}/fonts/source/public/cbfonts/gttu3583.mf
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glic4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glii4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glin4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glio4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gliu4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljc4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljn4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gljo4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmc4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmi4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmn4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmo4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glmu4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltc4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gltn4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glto4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwc4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwi4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwn4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwo4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glwu4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxc4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxi4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxn4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxo4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu1382.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu1659.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu1991.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu2389.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu2866.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu3440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/glxu4128.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmmo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmtr3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gmxo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gomu3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/goxu3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grbl3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grml3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grmu3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxl3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/grxu3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsma3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsme3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsmu3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxa3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxe3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxi3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxo3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gsxu3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttc3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtti3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttn3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gtto3583.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu0500.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu0600.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu0700.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu0800.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu0900.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu1000.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu1095.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu1200.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu1440.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu1728.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu2074.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu2488.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu2986.tfm
%{_texmfdistdir}/fonts/tfm/public/cbfonts/gttu3583.tfm
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glic4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glii4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glin4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glio4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gliu4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljc4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljn4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gljo4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmc4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmi4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmn4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmo4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glmu4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltc4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gltn4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glto4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwc4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwi4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwn4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwo4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glwu4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxc4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxi4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxn4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxo4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu1382.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu1659.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu1991.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu2389.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu2866.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu3440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/glxu4128.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmmo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmtr3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gmxo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gomu3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/goxu3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grbl3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grml3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grmu3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxl3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/grxu3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsma3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsme3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsmu3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxa3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxe3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxi3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxo3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gsxu3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttc3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtti3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttn3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gtto3583.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu0500.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu0600.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu0700.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu0800.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu0900.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu1000.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu1095.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu1200.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu1440.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu1728.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu2074.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu2488.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu2986.pfb
%{_texmfdistdir}/fonts/type1/public/cbfonts/gttu3583.pfb
%doc %{_texmfdistdir}/doc/fonts/cbfonts/README
%doc %{_texmfdistdir}/doc/fonts/cbfonts/cbgreek.pdf
%doc %{_texmfdistdir}/doc/fonts/cbfonts/cbgreek.tex
%doc %{_texmfdistdir}/doc/fonts/cbfonts/grmn1000table.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100713-4
+ Revision: ee98122
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24431 |14mu|texlive-cbfonts-fd-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31624
# category Package
# catalog-ctan /fonts/greek/cbfonts-fd
# catalog-date 2013-09-10 12:13:23 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-cbfonts-fd
Version:	1.0
Release:	7
Summary:	LaTeX font description files for the CB Greek fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/cbfonts-fd
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts-fd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts-fd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts-fd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides font description files for all the many
shapes available from the cbfonts collection. The files provide
the means whereby the NFSS knows which fonts a LaTeX user is
requesting.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrcmr.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrcmro.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrcmss.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrcmtt.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrlcmss.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrlcmtt.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrlmr.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrlmro.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrlmss.fd
%{_texmfdistdir}/tex/latex/cbfonts-fd/lgrlmtt.fd
%doc %{_texmfdistdir}/doc/fonts/cbfonts-fd/README
%doc %{_texmfdistdir}/doc/fonts/cbfonts-fd/cbfonts-fd.pdf
%doc %{_texmfdistdir}/doc/fonts/cbfonts-fd/manifest.txt
#- source
%doc %{_texmfdistdir}/source/fonts/cbfonts-fd/cbfonts-fd.fdd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 5278a3e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24432 |14mu|texlive-ccaption-3.2b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23443
# category Package
# catalog-ctan /macros/latex/contrib/ccaption
# catalog-date 2009-09-02 11:33:10 +0200
# catalog-license lppl1.3
# catalog-version 3.2b
Name:		texlive-ccaption
Version:	3.2b
Release:	4
Summary:	Continuation headings and legends for floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ccaption
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccaption.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccaption.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccaption.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package providing commands for 'continuation captions',
unnumbered captions, and also a non-specific legend heading for
any environment. Methods are also provided to define captions
for use outside float (e.g., figure and table) environments,
and to define new float environments and Lists of Floats. Tools
are provided for specifying your own captioning styles.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ccaption/ccaption.sty
%doc %{_texmfdistdir}/doc/latex/ccaption/README
%doc %{_texmfdistdir}/doc/latex/ccaption/ccaption.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ccaption/ccaption.dtx
%doc %{_texmfdistdir}/source/latex/ccaption/ccaption.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.2b-4
+ Revision: 91f05b4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24433 |14mu|texlive-ccicons-20120807-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26608
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-ccicons
Version:	20120807
Release:	3
Summary:	TeXLive ccicons package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccicons.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccicons.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ccicons.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive ccicons package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/ccicons/ccicons-u.enc
%{_texmfdistdir}/fonts/map/dvips/ccicons/ccicons.map
%{_texmfdistdir}/fonts/tfm/public/ccicons/ccicons.tfm
%{_texmfdistdir}/fonts/type1/public/ccicons/ccicons.pfb
%{_texmfdistdir}/tex/latex/ccicons/ccicons.sty
%doc %{_texmfdistdir}/doc/latex/ccicons/ccicons.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/ccicons/ccicons.sfd
%doc %{_texmfdistdir}/source/latex/ccicons/ccicons.dtx
%doc %{_texmfdistdir}/source/latex/ccicons/ccicons.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120807-3
+ Revision: 6b348ba
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24434 |14mu|texlive-cclicenses-20080817-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cclicenses
# catalog-date 2008-08-17 13:56:26 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-cclicenses
Version:	20080817
Release:	4
Summary:	Typeset Creative Commons licence logos
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cclicenses
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cclicenses.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cclicenses.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cclicenses.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The cclicenses package helps users typesetting Creative Commons
logos in LaTeX. It defines some commands useful to quickly
write these logos, related to CC licences versions 1.0 and 2.0.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cclicenses/cclicenses.sty
%doc %{_texmfdistdir}/doc/latex/cclicenses/README
%doc %{_texmfdistdir}/doc/latex/cclicenses/cclicenses_short.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cclicenses/cclicenses.dtx
%doc %{_texmfdistdir}/source/latex/cclicenses/cclicenses.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080817-4
+ Revision: 19b4d15
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24435 |14mu|texlive-cc-pl-1.02.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/cc-pl
# catalog-date 2009-09-24 20:53:04 +0200
# catalog-license pd
# catalog-version 1.02.2
Name:		texlive-cc-pl
Version:	1.02.2
Release:	4
Summary:	Polish extension of Computer Concrete fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cc-pl
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cc-pl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cc-pl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These MetaFont sources rely on the availability of the MetaFont
'Polish' fonts and of the MetaFont sources of the original
Concrete fonts. Adobe Type 1 versions of the fonts are
included.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/cc-pl/ccpl.map
%{_texmfdistdir}/fonts/source/public/cc-pl/fic_mic.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pccsc10.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcmi10.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcr10.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcr5.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcr6.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcr7.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcr8.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcr9.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcsl10.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcslc9.mf
%{_texmfdistdir}/fonts/source/public/cc-pl/pcti10.mf
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pccsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcslc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cc-pl/pcti10.tfm
%{_texmfdistdir}/fonts/type1/public/cc-pl/pccsc10.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcmi10.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcr10.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcr5.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcr6.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcr7.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcr8.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcr9.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcsl10.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcslc9.pfb
%{_texmfdistdir}/fonts/type1/public/cc-pl/pcti10.pfb
%doc %{_texmfdistdir}/doc/fonts/cc-pl/README.cc-pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.02.2-4
+ Revision: 05931a3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24436 |14mu|texlive-cd-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cd
# catalog-date 2008-05-06 19:08:04 +0200
# catalog-license gpl
# catalog-version 1.3
Name:		texlive-cd
Version:	1.3
Release:	4
Summary:	Typeset CD covers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cd
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Normal usage will ordinarily require no more than a simple data
file per cover; the package will make a full insert for a CD
case (it copes with both normal and slim cases).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cd/cd.cls
%doc %{_texmfdistdir}/doc/latex/cd/CD.tex
%doc %{_texmfdistdir}/doc/latex/cd/CDlist.tex
%doc %{_texmfdistdir}/doc/latex/cd/README
%doc %{_texmfdistdir}/doc/latex/cd/cd.pdf
%doc %{_texmfdistdir}/doc/latex/cd/example.dat
%doc %{_texmfdistdir}/doc/latex/cd/parsecd.rb
%doc %{_texmfdistdir}/doc/latex/cd/slimCD.tex
%doc %{_texmfdistdir}/doc/latex/cd/slimCDlist.tex
#- source
%doc %{_texmfdistdir}/source/latex/cd/cd.dtx
%doc %{_texmfdistdir}/source/latex/cd/cd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: 28bab4f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24437 |14mu|texlive-cd-cover-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17121
# category Package
# catalog-ctan /macros/latex/contrib/cd-cover
# catalog-date 2010-02-21 01:36:59 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-cd-cover
Version:	1.0
Release:	4
Summary:	Typeset CD covers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cd-cover
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cd-cover.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cd-cover.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cd-cover.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The CD-cover class will typeset front and back cover sheets for
CD jewel cases, or an entire paper cover, or a label for a
plastic slip-cover.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cd-cover/cd-cover.cls
%doc %{_texmfdistdir}/doc/latex/cd-cover/README
%doc %{_texmfdistdir}/doc/latex/cd-cover/cd-cover.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cd-cover/cd-cover.dtx
%doc %{_texmfdistdir}/source/latex/cd-cover/cd-cover.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: edbc860
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24438 |14mu|texlive-cdpbundl-0.34-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cdpbundl
# catalog-date 2007-01-31 23:04:11 +0100
# catalog-license lppl
# catalog-version 0.34
Name:		texlive-cdpbundl
Version:	0.34
Release:	4
Summary:	Business letters in the Italian style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cdpbundl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cdpbundl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cdpbundl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cdpbundl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The C.D.P. Bundle can be used to typeset high-quality business
letters formatted according to Italian style conventions. It is
highly configurable, and its modular structure provides you
with building blocks of increasing level, by means of which you
can compose a large variety of letters. It is also possible to
write letters divided into sections and paragraphs, to include
floating figures and tables, and to have the relevant indexes
compiled automatically. A single input file can contain several
letters, and each letter will have its own table of contents,
etc., independant from the other ones.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cdpbundl/adiseal.sty
%{_texmfdistdir}/tex/latex/cdpbundl/articoletteracdp.cls
%{_texmfdistdir}/tex/latex/cdpbundl/cdpaddon.sty
%{_texmfdistdir}/tex/latex/cdpbundl/cdpshues-example.def
%{_texmfdistdir}/tex/latex/cdpbundl/cdpshues.cfg
%{_texmfdistdir}/tex/latex/cdpbundl/epson-stylus-740.def
%{_texmfdistdir}/tex/latex/cdpbundl/hp-laserjet-4500.def
%{_texmfdistdir}/tex/latex/cdpbundl/lettcdpadi.cls
%{_texmfdistdir}/tex/latex/cdpbundl/letteracdp.cls
%doc %{_texmfdistdir}/doc/latex/cdpbundl/00readme.txt
%doc %{_texmfdistdir}/doc/latex/cdpbundl/README
%doc %{_texmfdistdir}/doc/latex/cdpbundl/manifest.txt
%doc %{_texmfdistdir}/doc/latex/cdpbundl/overview.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cdpbundl/cdpbundl.dtx
%doc %{_texmfdistdir}/source/latex/cdpbundl/cdpbundl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.34-4
+ Revision: f952b93
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24439 |14mu|texlive-cellspace-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cellspace
# catalog-date 2009-08-03 16:22:07 +0200
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-cellspace
Version:	1.6
Release:	4
Summary:	Ensure minimal spacing of table cells
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cellspace
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cellspace.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cellspace.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
It is well known that high or deep cells tend to touch the
\hlines of a tabular. This package provides a modifier S acting
on usual column types so that to ensure a minimal distance that
can be controlled through two parameters \cellspacetoplimit and
\cellspacebottomlimit. The approach employed by this package is
noticeably simpler than that of tabls, which considers the
dimensions of each entire row; whereas you can ask the
cellspace only to look at the cells of potentially difficult
columns.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cellspace/cellspace.sty
%doc %{_texmfdistdir}/doc/latex/cellspace/README
%doc %{_texmfdistdir}/doc/latex/cellspace/cellspace.pdf
%doc %{_texmfdistdir}/doc/latex/cellspace/cellspace.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: 0af81e8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24440 |14mu|texlive-censor-1.00-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20937
# category Package
# catalog-ctan /macros/latex/contrib/censor
# catalog-date 2011-01-04 21:24:54 +0100
# catalog-license lppl1.3
# catalog-version 1.00
Name:		texlive-censor
Version:	1.00
Release:	4
Summary:	Facilities for controlling restricted text in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/censor
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/censor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/censor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows a convenient redaction/censor capability to
be employed, for those who need to protect restricted
information, as well as for those who are forced to work in a
more inefficient environment when dealing with restricted
information.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/censor/censor.sty
%doc %{_texmfdistdir}/doc/latex/censor/README
%doc %{_texmfdistdir}/doc/latex/censor/censor.pdf
%doc %{_texmfdistdir}/doc/latex/censor/censor.tex
%doc %{_texmfdistdir}/doc/latex/censor/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00-4
+ Revision: 8ea2e20
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24441 |14mu|texlive-changebar-3.5c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/changebar
# catalog-date 2009-09-24 20:53:04 +0200
# catalog-license lppl
# catalog-version 3.5c
Name:		texlive-changebar
Version:	3.5c
Release:	4
Summary:	Generate changebars in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/changebar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changebar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changebar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changebar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Identify areas of text to be marked with changebars with the
\cbstart and \cbend commands; the bars may be coloured. The
package uses 'drivers' to place the bars; the available drivers
can work with dvitoln03, dvitops, dvips, the emTeX and TeXtures
DVI drivers, and VTeX and PDFTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/changebar/changebar.sty
%doc %{_texmfdistdir}/doc/latex/changebar/00readme.txt
%doc %{_texmfdistdir}/doc/latex/changebar/catalog.txt
%doc %{_texmfdistdir}/doc/latex/changebar/cbtest1-ltx.pdf
%doc %{_texmfdistdir}/doc/latex/changebar/cbtest1-pdf.pdf
%doc %{_texmfdistdir}/doc/latex/changebar/cbtest1.tex
%doc %{_texmfdistdir}/doc/latex/changebar/cbtest2-ltx.pdf
%doc %{_texmfdistdir}/doc/latex/changebar/cbtest2-pdf.pdf
%doc %{_texmfdistdir}/doc/latex/changebar/cbtest2.tex
%doc %{_texmfdistdir}/doc/latex/changebar/changebar.bug
%doc %{_texmfdistdir}/doc/latex/changebar/changebar.pdf
%doc %{_texmfdistdir}/doc/latex/changebar/chbar.1
%doc %{_texmfdistdir}/doc/latex/changebar/chbar.sh
%doc %{_texmfdistdir}/doc/latex/changebar/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/changebar/changebar.dtx
%doc %{_texmfdistdir}/source/latex/changebar/changebar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.5c-4
+ Revision: 7aef2c0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24442 |14mu|texlive-changelayout-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16094
# category Package
# catalog-ctan /macros/latex/contrib/changelayout
# catalog-date 2009-11-09 14:16:05 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-changelayout
Version:	1.0
Release:	4
Summary:	Change the layout of individual pages and their text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/changelayout
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changelayout.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changelayout.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is an extension of the changepage package to permit
the user to change the layout of individual pages and their
texts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/changelayout/changelayout.sty
%doc %{_texmfdistdir}/doc/latex/changelayout/README
%doc %{_texmfdistdir}/doc/latex/changelayout/changelayout-guide.pdf
%doc %{_texmfdistdir}/doc/latex/changelayout/changelayout-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 35ee120
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24443 |14mu|texlive-changepage-1.0c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/changepage
# catalog-date 2009-11-09 14:16:05 +0100
# catalog-license lppl1.3
# catalog-version 1.0c
Name:		texlive-changepage
Version:	1.0c
Release:	4
Summary:	Margin adjustment and detection of odd/even pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/changepage
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changepage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changepage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changepage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to change the page layout in the
middle of a document, and to robustly check for typesetting on
odd or even pages. Instructions for use are at the end of the
file. The package is an extraction of code from the memoir
class, whose user interface it shares. It is intended the this
package will eventually replace the chngpage package, which is
distributed with the package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/changepage/changepage.sty
%{_texmfdistdir}/tex/latex/changepage/chngpage.sty
%doc %{_texmfdistdir}/doc/latex/changepage/README
%doc %{_texmfdistdir}/doc/latex/changepage/changepage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/changepage/changepage.ins
%doc %{_texmfdistdir}/source/latex/changepage/changepage.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0c-4
+ Revision: 4dd0e77
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24444 |14mu|texlive-changes-2.0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31424
# category Package
# catalog-ctan /macros/latex/contrib/changes
# catalog-date 2013-08-13 17:34:49 +0200
# catalog-license lppl1.3
# catalog-version 2.0.2
Name:		texlive-changes
Version:	2.0.2
Release:	7
Summary:	Manual change markup
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/changes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/changes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to manually markup changes of text,
such as additions, deletions, or replacements. Changed text is
shown in a different colour; deleted text is crossed out. The
package allows definition of additional authors and their
associated colour. It also allows you to define a markup for
authors or annotations. A bash script is provided for removing
the changes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/changes/changes.sty
%doc %{_texmfdistdir}/doc/latex/changes/README
%doc %{_texmfdistdir}/doc/latex/changes/changes.english.pdf
%doc %{_texmfdistdir}/doc/latex/changes/changes.english.withcode.pdf
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.bf.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.dashuline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.dotuline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.em.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.it.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.none.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.sl.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.sout.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.uline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.uuline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.uwave.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.wrong.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.addedmarkup.xout.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkup.brackets.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkup.footnote.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkup.none.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkup.subscript.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkup.superscript.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkup.wrong.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkupposition.left.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkupposition.right.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkupposition.wrong.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkuptext.id.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkuptext.name.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.authormarkuptext.wrong.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.bf.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.dashuline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.dotuline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.em.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.it.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.none.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.sl.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.sout.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.uline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.uuline.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.uwave.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.wrong.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.deletedmarkup.xout.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.draft.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.final.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.listofchanges.both.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.listofchanges.list.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.listofchanges.summary.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.listofchanges.wrong.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.markup.bfit.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.markup.default.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.markup.nocolor.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.markup.underlined.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.markup.wrong.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.setaddedmarkup.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.setauthormarkup.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.setauthormarkupposition.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.setauthormarkuptext.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.setdeletedmarkup.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.setremarkmarkup.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.setsocextension.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.example.simple.tex
%doc %{_texmfdistdir}/doc/latex/changes/changes.ngerman.pdf
%doc %{_texmfdistdir}/doc/latex/changes/delcmdchanges.bash
%doc %{_texmfdistdir}/doc/latex/changes/userdoc/changes.de.tex
%doc %{_texmfdistdir}/doc/latex/changes/userdoc/changes.en.tex
#- source
%doc %{_texmfdistdir}/source/latex/changes/changes.drv
%doc %{_texmfdistdir}/source/latex/changes/changes.dtx
%doc %{_texmfdistdir}/source/latex/changes/changes.ins
%doc %{_texmfdistdir}/source/latex/changes/examples.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-7
+ Revision: 67a96cd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24445 |14mu|texlive-chappg-2.1b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/chappg
# catalog-date 2009-05-30 13:37:26 +0200
# catalog-license lppl
# catalog-version 2.1b
Name:		texlive-chappg
Version:	2.1b
Release:	4
Summary:	Page numbering by chapter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chappg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chappg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chappg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chappg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides for 'chapterno-pageno' or 'chaptername-
pageno' page numbering. Provision is made for front- and
backmatter in book class.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chappg/chappg.sty
%doc %{_texmfdistdir}/doc/latex/chappg/chappg.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chappg/chappg.dtx
%doc %{_texmfdistdir}/source/latex/chappg/chappg.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1b-4
+ Revision: a849cc1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24446 |14mu|texlive-chapterfolder-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/chapterfolder
# catalog-date 2008-02-29 20:00:41 +0100
# catalog-license lppl
# catalog-version 2.0.1
Name:		texlive-chapterfolder
Version:	2.0.1
Release:	4
Summary:	Package for working with complicated folder structures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chapterfolder
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chapterfolder.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chapterfolder.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chapterfolder.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package simplifies working with folder structures that
match the chapter/section/subsection structure. It provides
macros to define a folder that contains the file for a
chapter/section/subsection, and provides macros that allow
inclusion without using the full path, rather the path relative
to the current folder of the chapter/section/subsection. It
makes easy changing the name of a folder, for example.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chapterfolder/chapterfolder.sty
%doc %{_texmfdistdir}/doc/latex/chapterfolder/chapterfolder.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chapterfolder/chapterfolder.dtx
%doc %{_texmfdistdir}/source/latex/chapterfolder/chapterfolder.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-4
+ Revision: f50e99a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24447 |14mu|texlive-charter-20090523-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/charter
# catalog-date 2009-05-23 20:19:02 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-charter
Version:	20090523
Release:	4
Summary:	Charter fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/charter
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/charter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/charter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A commercial text font donated for the common good. Support for
use with LaTeX is available in freenfss, part of psnfss.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/bitstrea/charter/bchb8a.afm
%{_texmfdistdir}/fonts/afm/bitstrea/charter/bchbi8a.afm
%{_texmfdistdir}/fonts/afm/bitstrea/charter/bchr8a.afm
%{_texmfdistdir}/fonts/afm/bitstrea/charter/bchri8a.afm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchb7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchb8c.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchb8r.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchb8t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbc7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbc8t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbi7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbi8c.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbi8r.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbi8t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbo7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbo8c.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbo8r.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchbo8t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchr7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchr8c.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchr8r.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchr8t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchrc7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchrc8t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchri7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchri8c.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchri8r.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchri8t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchro7t.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchro8c.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchro8r.tfm
%{_texmfdistdir}/fonts/tfm/bitstrea/charter/bchro8t.tfm
%{_texmfdistdir}/fonts/type1/bitstrea/charter/bchb8a.pfb
%{_texmfdistdir}/fonts/type1/bitstrea/charter/bchbi8a.pfb
%{_texmfdistdir}/fonts/type1/bitstrea/charter/bchr8a.pfb
%{_texmfdistdir}/fonts/type1/bitstrea/charter/bchri8a.pfb
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchb7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchb8c.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchb8t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbc7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbc8t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbi7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbi8c.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbi8t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbo7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbo8c.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchbo8t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchr7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchr8c.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchr8t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchrc7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchrc8t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchri7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchri8c.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchri8t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchro7t.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchro8c.vf
%{_texmfdistdir}/fonts/vf/bitstrea/charter/bchro8t.vf
%doc %{_texmfdistdir}/doc/fonts/charter/readme.charter

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090523-4
+ Revision: a740ba5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24448 |14mu|texlive-checkcites-1.0h-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25678
# category Package
# catalog-ctan /support/checkcites
# catalog-date 2012-03-17 17:05:04 +0100
# catalog-license lppl1.3
# catalog-version 1.0h
Name:		texlive-checkcites
Version:	1.0h
Release:	3
Summary:	Check citation commands in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/checkcites
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/checkcites.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/checkcites.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-checkcites.bin = %{EVRD}

%description
The package provides a lua script written for the sole purpose
of detecting undefined and unused references from LaTeX
auxiliary or bibliography files.


#-----------------------------------------------------------------------
%files
%{_bindir}/checkcites
%{_texmfdistdir}/scripts/checkcites/checkcites.lua
%doc %{_texmfdistdir}/doc/support/checkcites/README
%doc %{_texmfdistdir}/doc/support/checkcites/checkcites-doc.pdf
%doc %{_texmfdistdir}/doc/support/checkcites/checkcites-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/checkcites/checkcites.lua checkcites
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0h-3
+ Revision: e4ad971
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24449 |14mu|texlive-chemarrow-0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17146
# category Package
# catalog-ctan /macros/latex/contrib/chemarrow
# catalog-date 2010-02-21 18:58:04 +0100
# catalog-license pd
# catalog-version 0.9
Name:		texlive-chemarrow
Version:	0.9
Release:	4
Summary:	Arrows for use in chemistry
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chemarrow
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemarrow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemarrow.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemarrow.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle consists of a font (available as metafont source,
metapost source, and generated type 1 versions), and a package
to use it. The arrows in the font are designed to look more
like those in chemistry text-books than do Knuth's originals.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/chemarrow/arrow.afm
%{_texmfdistdir}/fonts/map/dvips/chemarrow/chemarrow.map
%{_texmfdistdir}/fonts/source/public/chemarrow/arrow.mf
%{_texmfdistdir}/fonts/tfm/public/chemarrow/arrow.tfm
%{_texmfdistdir}/fonts/type1/public/chemarrow/arrow.inf
%{_texmfdistdir}/fonts/type1/public/chemarrow/arrow.pfb
%{_texmfdistdir}/fonts/type1/public/chemarrow/arrow.pfm
%{_texmfdistdir}/tex/latex/chemarrow/chemarrow.sty
%doc %{_texmfdistdir}/doc/fonts/chemarrow/Liesmich.txt
%doc %{_texmfdistdir}/doc/fonts/chemarrow/README
%doc %{_texmfdistdir}/doc/fonts/chemarrow/arrow.Mac.sit.hqx
%doc %{_texmfdistdir}/doc/fonts/chemarrow/chemarrow-de.pdf
%doc %{_texmfdistdir}/doc/fonts/chemarrow/chemarrow-de.tex
%doc %{_texmfdistdir}/doc/fonts/chemarrow/chemarrow.pdf
%doc %{_texmfdistdir}/doc/fonts/chemarrow/chemarrow.tex
%doc %{_texmfdistdir}/doc/fonts/chemarrow/testchem.tex
#- source
%doc %{_texmfdistdir}/source/fonts/chemarrow/Arrow.vfb
%doc %{_texmfdistdir}/source/fonts/chemarrow/arrow.mp

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9-4
+ Revision: e273f77
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24450 |14mu|texlive-chemcompounds-20070305-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/chemcompounds
# catalog-date 2007-03-05 14:17:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-chemcompounds
Version:	20070305
Release:	4
Summary:	Simple consecutive numbering of chemical compounds
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chemcompounds
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcompounds.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcompounds.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcompounds.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The chemcompounds package allows for a simple consecutive
numbering of chemical compounds. Optionally, it is possible to
supply a custom name for each compound. The package differs
from the chemcono package by not generating an odd-looking list
of compounds inside the text.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chemcompounds/chemcompounds.sty
%doc %{_texmfdistdir}/doc/latex/chemcompounds/README
%doc %{_texmfdistdir}/doc/latex/chemcompounds/chemcompounds.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chemcompounds/chemcompounds.dtx
%doc %{_texmfdistdir}/source/latex/chemcompounds/chemcompounds.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070305-4
+ Revision: 09760f4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24451 |14mu|texlive-chemcono-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17119
# category Package
# catalog-ctan /macros/latex/contrib/chemcono
# catalog-date 2010-02-21 19:20:01 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-chemcono
Version:	1.3
Release:	4
Summary:	Support for compound numbers in chemistry documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chemcono
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcono.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcono.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for using compound numbers in chemistry
documents. It works like \cite and the \thebibliography, using
\fcite and \theffbibliography instead. It allows compound names
in documents to be numbered and does not affect the normal
citation routines.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chemcono/chemcono.sty
%{_texmfdistdir}/tex/latex/chemcono/drftcono.sty
%{_texmfdistdir}/tex/latex/chemcono/showkeysff.sty
%doc %{_texmfdistdir}/doc/latex/chemcono/chemcono.pdf
%doc %{_texmfdistdir}/doc/latex/chemcono/chemcono.tex
%doc %{_texmfdistdir}/doc/latex/chemcono/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: f650b7c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24452 |14mu|texlive-chemexec-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21632
# category Package
# catalog-ctan /macros/latex/contrib/chemexec
# catalog-date 2011-03-06 18:27:32 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-chemexec
Version:	1.0
Release:	4
Summary:	Creating (chemical) exercise sheets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chemexec
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemexec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemexec.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides environments and commands that the author
needed when preparing exercise sheets and other teaching
material. In particular, the package supports the creation of
exercise sheets, with separating printing of solutions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chemexec/chemexec.sty
%doc %{_texmfdistdir}/doc/latex/chemexec/README
%doc %{_texmfdistdir}/doc/latex/chemexec/chemexec_de.pdf
%doc %{_texmfdistdir}/doc/latex/chemexec/chemexec_de.tex
%doc %{_texmfdistdir}/doc/latex/chemexec/chemexec_en.pdf
%doc %{_texmfdistdir}/doc/latex/chemexec/chemexec_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 012bde0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24453 |14mu|texlive-chemfig-1.0f-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25504
# category Package
# catalog-ctan /macros/generic/chemfig
# catalog-date 2012-02-24 23:23:08 +0100
# catalog-license lppl1.3
# catalog-version 1.0f
Name:		texlive-chemfig
Version:	1.0f
Release:	4
Summary:	Draw molecules with easy syntax
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/chemfig
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemfig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemfig.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the command \chemfig{<code>}, which draws
molecules using the tikz package. The <code> argument provides
instructions for the drawing operation. While the diagrams
produced are essentially 2-dimensional, the package supports
many of the conventional notations for illustrating the 3-
dimensional layout of a molecule. The package uses TikZ for its
actual drawing operations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/chemfig/chemfig.sty
%{_texmfdistdir}/tex/generic/chemfig/chemfig.tex
%{_texmfdistdir}/tex/generic/chemfig/t-chemfig.tex
%doc %{_texmfdistdir}/doc/generic/chemfig/README
%doc %{_texmfdistdir}/doc/generic/chemfig/chemfig_doc_en.pdf
%doc %{_texmfdistdir}/doc/generic/chemfig/chemfig_doc_en.tex
%doc %{_texmfdistdir}/doc/generic/chemfig/chemfig_doc_fr.pdf
%doc %{_texmfdistdir}/doc/generic/chemfig/chemfig_doc_fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0f-4
+ Revision: 3a682ee
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24454 |14mu|texlive-chem-journal-20070101-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/chem-journal
# catalog-date 2007-01-01 10:31:54 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-chem-journal
Version:	20070101
Release:	4
Summary:	Various BibTeX formats for journals in Chemistry
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/chem-journal
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chem-journal.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Various BibTeX formats for journals in Chemistry, including
Reviews in Computational Chemistry, Journal of Physical
Chemistry, Journal of Computational Chemistry, and Physical
Chemistry Chemical Physics.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/chem-journal/jcc.bst
%{_texmfdistdir}/bibtex/bst/chem-journal/jpc.bst
%{_texmfdistdir}/bibtex/bst/chem-journal/pccp.bst
%{_texmfdistdir}/bibtex/bst/chem-journal/revcompchem.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070101-4
+ Revision: a1df082
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24455 |14mu|texlive-chemmacros-3.3d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27156
# category Package
# catalog-ctan /macros/latex/contrib/chemmacros
# catalog-date 2012-07-24 16:56:26 +0200
# catalog-license lppl1.3
# catalog-version 3.3d
Name:		texlive-chemmacros
Version:	3.3d
Release:	3
Summary:	A collection of macros to support typesetting chemistry documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chemmacros
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemmacros.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemmacros.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a collection of macros and commands which
are intended to make typesetting chemistry documents faster and
more convenient. Coverage includes some nomenclature commands,
oxidation numbers, thermodynamic data, newman projections, etc.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chemmacros/chemformula.sty
%{_texmfdistdir}/tex/latex/chemmacros/chemmacros-version1.cfg
%{_texmfdistdir}/tex/latex/chemmacros/chemmacros.sty
%{_texmfdistdir}/tex/latex/chemmacros/ghsystem.sty
%{_texmfdistdir}/tex/latex/chemmacros/language/ghsystem_english.def
%{_texmfdistdir}/tex/latex/chemmacros/language/ghsystem_german.def
%{_texmfdistdir}/tex/latex/chemmacros/language/ghsystem_italian.def
%{_texmfdistdir}/tex/latex/chemmacros/language/ghsystem_langtemplate.def
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid-8.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid-8.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid-8.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid-8.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_acid.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_aqpol.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_aqpol.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_aqpol.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_aqpol.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-black.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-black.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-black.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-black.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-white.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-white.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-white.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle-2-white.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_bottle.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_exclam.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_exclam.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_exclam.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_exclam.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-1.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-1.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-1.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-1.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-2.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-2.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-2.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-2.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-3.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-3.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-3.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-3.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-4.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-4.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-4.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-4.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-5.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-5.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-5.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-5.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-6.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-6.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-6.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos-6.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_explos.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-black.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-black.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-black.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-black.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-white.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-white.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-white.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-2-white.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-black.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-black.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-black.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-black.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-white.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-white.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-white.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-3-white.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-1.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-1.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-1.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-1.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-2.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-2.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-2.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-2.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-black.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-black.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-black.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-black.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-white.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-white.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-white.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-4-3-white.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-black.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-black.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-black.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-black.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-white.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-white.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-white.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-5-2-white.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O-5-1.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O-5-1.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O-5-1.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O-5-1.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame-O.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_flame.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_health.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_health.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_health.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_health.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-2.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-2.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-2.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-2.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-6.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-6.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-6.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull-6.png
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull.eps
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull.jpg
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull.pdf
%{_texmfdistdir}/tex/latex/chemmacros/pictures/ghsystem_skull.png
%doc %{_texmfdistdir}/doc/latex/chemmacros/README
%doc %{_texmfdistdir}/doc/latex/chemmacros/chemformula_test_sub_and_superscripts.tex
%doc %{_texmfdistdir}/doc/latex/chemmacros/chemmacros_de.pdf
%doc %{_texmfdistdir}/doc/latex/chemmacros/chemmacros_de.tex
%doc %{_texmfdistdir}/doc/latex/chemmacros/chemmacros_en.pdf
%doc %{_texmfdistdir}/doc/latex/chemmacros/chemmacros_en.tex
%doc %{_texmfdistdir}/doc/latex/chemmacros/chemmacros_it.pdf
%doc %{_texmfdistdir}/doc/latex/chemmacros/chemmacros_it.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.3d-3
+ Revision: d0a813a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24456 |14mu|texlive-chemnum-0.5c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27177
# category Package
# catalog-ctan /macros/latex/contrib/chemnum
# catalog-date 2012-07-24 16:08:54 +0200
# catalog-license lppl1.3
# catalog-version 0.5c
Name:		texlive-chemnum
Version:	0.5c
Release:	3
Summary:	A method of numbering chemical compounds
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chemnum
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemnum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemnum.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a \label- and \ref-like commands for
compound numbers. The package requires LaTeX 3 packages expl3
(from the l3kernel bundle) and xparse (from the l3packages
bundle).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chemnum/chemnum.sty
%doc %{_texmfdistdir}/doc/latex/chemnum/README
%doc %{_texmfdistdir}/doc/latex/chemnum/chemnum_de.pdf
%doc %{_texmfdistdir}/doc/latex/chemnum/chemnum_de.tex
%doc %{_texmfdistdir}/doc/latex/chemnum/chemnum_en.pdf
%doc %{_texmfdistdir}/doc/latex/chemnum/chemnum_en.tex
%doc %{_texmfdistdir}/doc/latex/chemnum/scheme-bla.ps
%doc %{_texmfdistdir}/doc/latex/chemnum/scheme-tmp.ps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5c-3
+ Revision: 6eea662
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24457 |14mu|texlive-chemstyle-2.0m-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31096
# category Package
# catalog-ctan /macros/latex/contrib/chemstyle
# catalog-date 2013-07-05 11:22:34 +0200
# catalog-license lppl1.3
# catalog-version 2.0m
Name:		texlive-chemstyle
Version:	2.0m
Release:	7
Summary:	Writing chemistry with style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chemstyle
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemstyle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemstyle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chemstyle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Chemstyle has been developed as a successor to the LaTeX
package provided by the rsc bundle. The package provides an
extensible system for formatting chemistry documents according
to the conventions of a number of leading journals. It also
provides some handy chemistry-related macros. Chemstyle is much
enhanced compared to its predecessor, and users of rsc are
strongly encouraged to migrate (all of the additional macros in
the rsc LaTeX package are present in chemstyle). The package
chemscheme is distributed with chemstyle; chemstyle itself
incorporates ideas that come from the trivfloat package; the
documentation uses the auto-pst-pdf package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chemstyle/chemscheme.sty
%{_texmfdistdir}/tex/latex/chemstyle/chemstyle.sty
%{_texmfdistdir}/tex/latex/chemstyle/config/angew.chemstyle.cfg
%{_texmfdistdir}/tex/latex/chemstyle/config/ic.chemstyle.cfg
%{_texmfdistdir}/tex/latex/chemstyle/config/jacs.chemstyle.cfg
%{_texmfdistdir}/tex/latex/chemstyle/config/jomc.chemstyle.cfg
%{_texmfdistdir}/tex/latex/chemstyle/config/orglett.chemstyle.cfg
%{_texmfdistdir}/tex/latex/chemstyle/config/rsc.chemstyle.cfg
%{_texmfdistdir}/tex/latex/chemstyle/config/tetlett.chemstyle.cfg
%doc %{_texmfdistdir}/doc/latex/chemstyle/README
%doc %{_texmfdistdir}/doc/latex/chemstyle/chemscheme.cdx
%doc %{_texmfdistdir}/doc/latex/chemstyle/chemstyle-demo.tex
%doc %{_texmfdistdir}/doc/latex/chemstyle/chemstyle.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chemstyle/chemstyle.dtx
%doc %{_texmfdistdir}/source/latex/chemstyle/chemstyle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0m-7
+ Revision: e49609e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24458 |14mu|texlive-chess-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20582
# category Package
# catalog-ctan /fonts/chess/chess
# catalog-date 2006-12-31 18:14:50 +0100
# catalog-license pd
# catalog-version 1.2
Name:		texlive-chess
Version:	1.2
Release:	4
Summary:	Fonts for typesetting chess boards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/chess/chess
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chess.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chess.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The original (and now somewhat dated) TeX chess font package.
Potential users should consider skak (for alternative fonts,
and notation support), texmate (for alternative notation
support), or chessfss (for flexible font choices).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/chess/README.mf
%{_texmfdistdir}/fonts/source/public/chess/chess10.mf
%{_texmfdistdir}/fonts/source/public/chess/chess20.mf
%{_texmfdistdir}/fonts/source/public/chess/chess30.mf
%{_texmfdistdir}/fonts/source/public/chess/chessbase.mf
%{_texmfdistdir}/fonts/source/public/chess/chessdiag.mf
%{_texmfdistdir}/fonts/source/public/chess/chessf10.mf
%{_texmfdistdir}/fonts/source/public/chess/chesspieces.mf
%{_texmfdistdir}/fonts/source/public/chess/empty.mf
%{_texmfdistdir}/fonts/tfm/public/chess/chess10.tfm
%{_texmfdistdir}/fonts/tfm/public/chess/chess20.tfm
%{_texmfdistdir}/fonts/tfm/public/chess/chess30.tfm
%{_texmfdistdir}/fonts/tfm/public/chess/chessf10.tfm
%{_texmfdistdir}/fonts/tfm/public/chess/chessfig10.tfm
%{_texmfdistdir}/tex/latex/chess/chess.sty
%doc %{_texmfdistdir}/doc/fonts/chess/board.epsf
%doc %{_texmfdistdir}/doc/fonts/chess/boards.ltx
%doc %{_texmfdistdir}/doc/fonts/chess/changes12
%doc %{_texmfdistdir}/doc/fonts/chess/chessdiag.Xmf
%doc %{_texmfdistdir}/doc/fonts/chess/copyright
%doc %{_texmfdistdir}/doc/fonts/chess/dutch-tt.ltx
%doc %{_texmfdistdir}/doc/fonts/chess/dutch-tt.tex
%doc %{_texmfdistdir}/doc/fonts/chess/installation
%doc %{_texmfdistdir}/doc/fonts/chess/kasparov.ltx
%doc %{_texmfdistdir}/doc/fonts/chess/makefile
%doc %{_texmfdistdir}/doc/fonts/chess/readme
%doc %{_texmfdistdir}/doc/fonts/chess/schaakmaatje.ltx
%doc %{_texmfdistdir}/doc/fonts/chess/symbols.ltx
%doc %{_texmfdistdir}/doc/fonts/chess/symbols.tex
%doc %{_texmfdistdir}/doc/fonts/chess/tal.ltx
%doc %{_texmfdistdir}/doc/fonts/chess/tal.tex
%doc %{_texmfdistdir}/doc/fonts/chess/tugboat.ltx
%doc %{_texmfdistdir}/doc/fonts/chess/tuggame.ltx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 35b771a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24459 |14mu|texlive-chessboard-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/chessboard
# catalog-date 2008-08-17 13:56:26 +0200
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-chessboard
Version:	1.5
Release:	4
Summary:	Print chess boards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chessboard
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chessboard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chessboard.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chessboard.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package offers commands to print chessboards. It can print
partial boards, hide pieces and fields, color the boards and
put various marks on the board. It has a lot of options to
place pieces on the board. Using exotic pieces (e.g., for fairy
chess) is possible. The documentation includes an example of an
animated chessboard, for those whose PDF viewer can display
animations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chessboard/chessboard-keys-main.sty
%{_texmfdistdir}/tex/latex/chessboard/chessboard-keys-pgf.sty
%{_texmfdistdir}/tex/latex/chessboard/chessboard-pgf.sty
%{_texmfdistdir}/tex/latex/chessboard/chessboard.sty
%doc %{_texmfdistdir}/doc/latex/chessboard/README
%doc %{_texmfdistdir}/doc/latex/chessboard/README.TEXLIVE
#- source
%doc %{_texmfdistdir}/source/latex/chessboard/chessboard-src.dtx
%doc %{_texmfdistdir}/source/latex/chessboard/chessboard.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: 2d01407
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24460 |14mu|texlive-chessfss-1.2a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/chessfss
# catalog-date 2008-08-17 13:56:26 +0200
# catalog-license lppl
# catalog-version 1.2a
Name:		texlive-chessfss
Version:	1.2a
Release:	4
Summary:	A package to handle chess fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chessfss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chessfss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chessfss.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chessfss.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package offers commands to use and switch between chess
fonts. It uses the LaTeX font selection scheme (nfss). The
package doesn't parse, format and print PGN input like e.g. the
packages skak or texmate; the aim of the package is to offer
writers of chess packages a bundle of commands for fonts, so
that they don't have to implement all these commands for
themselves. A normal user can use the package to print e.g.
single chess symbols and simple diagrams. The documentation
contains also a section about installation of chess fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/chessfss/chess-board-example-enc.enc
%{_texmfdistdir}/fonts/enc/dvips/chessfss/chess-fig-example-enc.enc
%{_texmfdistdir}/tex/latex/chessfss/chessfss.sty
%{_texmfdistdir}/tex/latex/chessfss/lsb1enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsb1skak.fd
%{_texmfdistdir}/tex/latex/chessfss/lsb1skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsb2enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsb2skak.fd
%{_texmfdistdir}/tex/latex/chessfss/lsb2skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsb3enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsb3skak.fd
%{_texmfdistdir}/tex/latex/chessfss/lsb3skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsbc1enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsbc1skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsbc2enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsbc2skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsbc3enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsbc3skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsbc4enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsbc4skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsbc5enc.def
%{_texmfdistdir}/tex/latex/chessfss/lsbc5skaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsbenc.def
%{_texmfdistdir}/tex/latex/chessfss/lsbskak.fd
%{_texmfdistdir}/tex/latex/chessfss/lsbskaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsfenc.def
%{_texmfdistdir}/tex/latex/chessfss/lsfskak.fd
%{_texmfdistdir}/tex/latex/chessfss/lsfskaknew.fd
%{_texmfdistdir}/tex/latex/chessfss/lsienc.def
%{_texmfdistdir}/tex/latex/chessfss/lsiskak.fd
%{_texmfdistdir}/tex/latex/chessfss/lsiskaknew.fd
%doc %{_texmfdistdir}/doc/latex/chessfss/README
%doc %{_texmfdistdir}/doc/latex/chessfss/README.TEXLIVE
#- source
%doc %{_texmfdistdir}/source/latex/chessfss/chessfss-src.dtx
%doc %{_texmfdistdir}/source/latex/chessfss/chessfss.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2a-4
+ Revision: a24eaf8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24461 |14mu|texlive-chess-problem-diagrams-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26206
# category Package
# catalog-ctan /macros/latex/contrib/chess-problem-diagrams
# catalog-date 2012-05-01 11:47:32 +0200
# catalog-license lppl1.2
# catalog-version 1.6
Name:		texlive-chess-problem-diagrams
Version:	1.6
Release:	3
Summary:	A package for typesetting chess problem diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chess-problem-diagrams
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chess-problem-diagrams.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chess-problem-diagrams.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chess-problem-diagrams.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides macros to typeset chess problem diagrams
including fairy chess problems (mostly using rotated images of
pieces) and other boards.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chess-problem-diagrams/diagram.sty
%doc %{_texmfdistdir}/doc/latex/chess-problem-diagrams/README
%doc %{_texmfdistdir}/doc/latex/chess-problem-diagrams/diagram.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chess-problem-diagrams/diagram.dtx
%doc %{_texmfdistdir}/source/latex/chess-problem-diagrams/diagram.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-3
+ Revision: d09e5e0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24462 |14mu|texlive-chet-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24864
# category Package
# catalog-ctan /macros/latex/contrib/chet
# catalog-date 2011-12-18 14:52:40 +0100
# catalog-license lppl1.3
# catalog-version 1.4
Name:		texlive-chet
Version:	1.4
Release:	4
Summary:	LaTeX class inspired by harvmac
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chet
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chet.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is designed to streamline the work of typesetting,
and to provide the look and feel of harvmac for readers.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/chet/chetref.bst
%{_texmfdistdir}/tex/latex/chet/chet.sty
%doc %{_texmfdistdir}/doc/latex/chet/README
%doc %{_texmfdistdir}/doc/latex/chet/chetdoc.pdf
%doc %{_texmfdistdir}/doc/latex/chet/chetdoc.tex
%doc %{_texmfdistdir}/doc/latex/chet/chetmacros.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: d88cdd8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24463 |14mu|texlive-chextras-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27118
# category Package
# catalog-ctan /macros/latex/contrib/chextras
# catalog-date 2012-07-20 19:39:58 +0200
# catalog-license lppl1.3
# catalog-version 1.01
Name:		texlive-chextras
Version:	1.01
Release:	3
Summary:	A companion package for the Swiss typesetter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chextras
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chextras.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chextras.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chextras.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package simplifies the preparation of Swiss documents and
letters by setting up linguistic and common packages. While it
is a useful addition to the chletter document class, it is not
tied to it and may be used as a general purpose package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chextras/chextras.sty
%{_texmfdistdir}/tex/latex/chextras/eu1lmros.fd
%{_texmfdistdir}/tex/latex/chextras/eu1lmssos.fd
%{_texmfdistdir}/tex/latex/chextras/eu1lmttos.fd
%{_texmfdistdir}/tex/latex/chextras/eu1lmvttos.fd
%{_texmfdistdir}/tex/latex/chextras/t1lmros.fd
%{_texmfdistdir}/tex/latex/chextras/t1lmssos.fd
%{_texmfdistdir}/tex/latex/chextras/t1lmttos.fd
%{_texmfdistdir}/tex/latex/chextras/t1lmvttos.fd
%doc %{_texmfdistdir}/doc/latex/chextras/README
%doc %{_texmfdistdir}/doc/latex/chextras/chextras.pdf
#- source
%doc %{_texmfdistdir}/source/latex/chextras/chextras.dtx
%doc %{_texmfdistdir}/source/latex/chextras/chextras.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-3
+ Revision: c1694f5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24464 |14mu|texlive-chickenize-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26702
# category Package
# catalog-ctan /macros/luatex/generic/chickenize
# catalog-date 2012-05-21 11:52:01 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-chickenize
Version:	0.1
Release:	3
Summary:	Use lua callbacks for "interesting" textual effects
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/chickenize
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chickenize.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chickenize.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chickenize.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows manipulations of any LuaTeX document (it is
known to work with Plain LuaTeX and LuaLaTeX). Most of the
package's functions are merely for fun or educational use, but
some functions (for example, colorstretch for visualising the
badness and font expansion of each line, and letterspaceadjust
doing what its name says) could be useful in a "normal" LuaTeX
document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/chickenize/chickenize.lua
%{_texmfdistdir}/tex/luatex/chickenize/chickenize.sty
%{_texmfdistdir}/tex/luatex/chickenize/chickenize.tex
%doc %{_texmfdistdir}/doc/luatex/chickenize/README
%doc %{_texmfdistdir}/doc/luatex/chickenize/chickenize.pdf
#- source
%doc %{_texmfdistdir}/source/luatex/chickenize/chickenize.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: 5b68831
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24465 |14mu|texlive-chkfloat-0.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27473
# category Package
# catalog-ctan /macros/latex/contrib/chkfloat
# catalog-date 2012-08-20 08:30:38 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-chkfloat
Version:	0.1
Release:	9
Summary:	Warn whenever a float is placed "to far away"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chkfloat
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chkfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chkfloat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package checks for floats that are placed too far from
their origin. It was motivated by a question on the question
and answer page.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chkfloat/chkfloat.sty
%doc %{_texmfdistdir}/doc/latex/chkfloat/README
%doc %{_texmfdistdir}/doc/latex/chkfloat/chkfloat.pdf
%doc %{_texmfdistdir}/doc/latex/chkfloat/chkfloat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-9
+ Revision: 6c78244
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24466 |14mu|texlive-chletter-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20060
# category Package
# catalog-ctan /macros/latex/contrib/chletter
# catalog-date 2010-10-11 07:24:02 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-chletter
Version:	2.0
Release:	4
Summary:	Class for typesetting letters to Swiss rules
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chletter
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chletter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chletter.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chletter.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class enables composition of letters fitting into Swiss C5
& C6/5 windowed envelopes. No assumption is made about the
language used. The class is based on the standard LaTeX classes
and is compatible with the LaTeX letter class. It is not
limited to letters and may be used as a generic document class;
it is used with the chextras package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chletter/chletter.cls
%doc %{_texmfdistdir}/doc/latex/chletter/README
%doc %{_texmfdistdir}/doc/latex/chletter/chletter.pdf
%doc %{_texmfdistdir}/doc/latex/chletter/chlettmp.tex
#- source
%doc %{_texmfdistdir}/source/latex/chletter/chletter.dtx
%doc %{_texmfdistdir}/source/latex/chletter/chletter.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: e26112e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24467 |14mu|texlive-chngcntr-1.0a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17157
# category Package
# catalog-ctan /macros/latex/contrib/chngcntr
# catalog-date 2010-03-09 12:54:42 +0100
# catalog-license lppl
# catalog-version 1.0a
Name:		texlive-chngcntr
Version:	1.0a
Release:	4
Summary:	Change the resetting of counters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chngcntr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chngcntr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chngcntr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines commands \counterwithin (which sets up a counter to be
reset when another is incremented) and \counterwithout (which
unsets such a relationship).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chngcntr/chngcntr.sty
%doc %{_texmfdistdir}/doc/latex/chngcntr/chngcntr.pdf
%doc %{_texmfdistdir}/doc/latex/chngcntr/chngcntr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-4
+ Revision: 16d08b4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24468 |14mu|texlive-chronology-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29682
# category Package
# catalog-ctan /macros/latex/contrib/chronology
# catalog-date 2013-04-05 17:50:33 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-chronology
Version:	1.1
Release:	7
Summary:	Provides a horizontal timeline
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/chronology
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chronology.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/chronology.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A timeline package that allows labelling of events with per-day
granularity. Other features include relative positioning with
unit specification, adjustable tick mark step size, and scaling
to specified width.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/chronology/chronology.sty
%doc %{_texmfdistdir}/doc/latex/chronology/README
%doc %{_texmfdistdir}/doc/latex/chronology/example.pdf
%doc %{_texmfdistdir}/doc/latex/chronology/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: 3c9e2b2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24469 |14mu|texlive-circ-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/diagrams/circ
# catalog-date 2006-12-31 18:14:50 +0100
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-circ
Version:	1.1
Release:	4
Summary:	Macros for typesetting circuit diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/diagrams/circ
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/circ.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/circ.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/circ.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Several electrical symbols like resistor, capacitor,
transistors etc., are defined. The symbols can be connected
with wires. The package also contains an American resistor
symbol for those of us on that side of the Atlantic. The
package also has simple facilities for producing optics
diagrams; however, no-one would deny that the PSTricks pst-
optic package, or the MetaPost makecirc package does the job
better.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/circ/cibimos.mf
%{_texmfdistdir}/fonts/source/public/circ/cicirc.mf
%{_texmfdistdir}/fonts/source/public/circ/cidiod.mf
%{_texmfdistdir}/fonts/source/public/circ/cioptic.mf
%{_texmfdistdir}/fonts/source/public/circ/ciphysic.mf
%{_texmfdistdir}/fonts/source/public/circ/cirest.mf
%{_texmfdistdir}/fonts/source/public/circ/cisym.mf
%{_texmfdistdir}/fonts/source/public/circ/ciwidko.mf
%{_texmfdistdir}/fonts/source/public/circ/csym.mf
%{_texmfdistdir}/fonts/source/public/circ/defcirc.mf
%{_texmfdistdir}/fonts/tfm/public/circ/cioptic.tfm
%{_texmfdistdir}/tex/latex/circ/basic.def
%{_texmfdistdir}/tex/latex/circ/box.def
%{_texmfdistdir}/tex/latex/circ/circ.sty
%{_texmfdistdir}/tex/latex/circ/gate.def
%{_texmfdistdir}/tex/latex/circ/ic.def
%{_texmfdistdir}/tex/latex/circ/oldgate.def
%{_texmfdistdir}/tex/latex/circ/optics.def
%{_texmfdistdir}/tex/latex/circ/physics.def
%doc %{_texmfdistdir}/doc/latex/circ/COPYING
%doc %{_texmfdistdir}/doc/latex/circ/README
%doc %{_texmfdistdir}/doc/latex/circ/cidoc.tex
%doc %{_texmfdistdir}/doc/latex/circ/circ.pdf
%doc %{_texmfdistdir}/doc/latex/circ/circ.txt
%doc %{_texmfdistdir}/doc/latex/circ/cisyms.tex
%doc %{_texmfdistdir}/doc/latex/circ/index.hlp
#- source
%doc %{_texmfdistdir}/source/latex/circ/Makefile
%doc %{_texmfdistdir}/source/latex/circ/circ.drv
%doc %{_texmfdistdir}/source/latex/circ/circ.dtx
%doc %{_texmfdistdir}/source/latex/circ/circ.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: d6d9079
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24470 |14mu|texlive-circuitikz-0.2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23913
# category Package
# catalog-ctan /graphics/pgf/contrib/circuitikz
# catalog-date 2009-11-25 18:21:28 +0100
# catalog-license lppl
# catalog-version 0.2.3
Name:		texlive-circuitikz
Version:	0.2.3
Release:	4
Summary:	Draw electrical networks with TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/circuitikz
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/circuitikz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/circuitikz.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a set of macros for naturally typesetting
electrical and (somewhat less naturally, perhaps) electronic
networks. It is designed as a tool that is easy to use, with a
lean syntax, native to LaTeX, and directly supporting PDF
output format. So is based on the very impressive pgf/TikZ
package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/circuitikz/circuitikz.code.tex
%{_texmfdistdir}/tex/latex/circuitikz/circuitikz.sty
%{_texmfdistdir}/tex/latex/circuitikz/circuitikz1.code.tex
%{_texmfdistdir}/tex/latex/circuitikz/pgfcircbipoles.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcirccurrent.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcirclabel.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcircmath.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcircmonopoles.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcircquadpoles.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcircshapes.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcirctripoles.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcircutils.sty
%{_texmfdistdir}/tex/latex/circuitikz/pgfcircvoltage.sty
%{_texmfdistdir}/tex/latex/circuitikz/t-circuitikz.tex
%doc %{_texmfdistdir}/doc/latex/circuitikz/CHANGELOG
%doc %{_texmfdistdir}/doc/latex/circuitikz/README
%doc %{_texmfdistdir}/doc/latex/circuitikz/circuitikz-context.pdf
%doc %{_texmfdistdir}/doc/latex/circuitikz/circuitikz-context.tex
%doc %{_texmfdistdir}/doc/latex/circuitikz/circuitikzmanual.pdf
%doc %{_texmfdistdir}/doc/latex/circuitikz/circuitikzmanual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.3-4
+ Revision: 5b7444e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24471 |14mu|texlive-cite-5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19955
# category Package
# catalog-ctan /macros/latex/contrib/cite
# catalog-date 2010-09-12 10:54:58 +0200
# catalog-license other-free
# catalog-version 5.3
Name:		texlive-cite
Version:	5.3
Release:	4
Summary:	Improved citation handling in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cite
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cite.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports compressed, sorted lists of numerical
citations, and also deals with various punctuation and other
issues of representation, including comprehensive management of
break points. The package is compatible with both hyperref and
backref. The package is (unsurprisingly) part of the cite
bundle of the author's citation-related packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cite/chapterbib.sty
%{_texmfdistdir}/tex/latex/cite/cite.sty
%{_texmfdistdir}/tex/latex/cite/drftcite.sty
%{_texmfdistdir}/tex/latex/cite/overcite.sty
%doc %{_texmfdistdir}/doc/latex/cite/README
%doc %{_texmfdistdir}/doc/latex/cite/chapterbib.ltx
%doc %{_texmfdistdir}/doc/latex/cite/chapterbib.pdf
%doc %{_texmfdistdir}/doc/latex/cite/cite.ltx
%doc %{_texmfdistdir}/doc/latex/cite/cite.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.3-4
+ Revision: 455a4f9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24472 |14mu|texlive-cjhebrew-0.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/hebrew/cjhebrew
# catalog-date 2007-01-01 00:37:00 +0100
# catalog-license lppl
# catalog-version 0.1a
Name:		texlive-cjhebrew
Version:	0.1a
Release:	4
Summary:	Typeset Hebrew with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hebrew/cjhebrew
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjhebrew.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjhebrew.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The cjhebrew package provides Adobe Type 1 fonts for Hebrew,
and LaTeX macros to support their use. Hebrew text can be
vocalised, and a few accents are also available. The package
makes it easy to include Hebrew text in other-language
documents. The package makes use of the e-TeX extensions to
TeX, so should be run using an "e-LaTeX".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/cjhebrew/cjheblsm.afm
%{_texmfdistdir}/fonts/afm/public/cjhebrew/cjhebltx.afm
%{_texmfdistdir}/fonts/enc/dvips/cjhebrew/cjhebltx.enc
%{_texmfdistdir}/fonts/map/dvips/cjhebrew/cjhebrew.map
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/cjhblsm.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/cjhbltx.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/cjheblsm.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/cjhebltx.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/rcjhblsm.tfm
%{_texmfdistdir}/fonts/tfm/public/cjhebrew/rcjhbltx.tfm
%{_texmfdistdir}/fonts/type1/public/cjhebrew/cjheblsm.pfb
%{_texmfdistdir}/fonts/type1/public/cjhebrew/cjhebltx.pfb
%{_texmfdistdir}/fonts/vf/public/cjhebrew/cjhblsm.vf
%{_texmfdistdir}/fonts/vf/public/cjhebrew/cjhbltx.vf
%{_texmfdistdir}/tex/latex/cjhebrew/cjhebrew.sty
%doc %{_texmfdistdir}/doc/fonts/cjhebrew/cjhebtst.tex
%doc %{_texmfdistdir}/doc/fonts/cjhebrew/manual.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1a-4
+ Revision: 7171ce1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24473 |14mu|texlive-cjk-4.8.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26296
# category Package
# catalog-ctan /language/chinese/CJK
# catalog-date 2012-05-09 20:27:35 +0200
# catalog-license gpl
# catalog-version 4.8.3
Name:		texlive-cjk
Version:	4.8.3
Release:	3
Summary:	CJK language support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/chinese/CJK
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-arphic
Requires:	texlive-cns
Requires:	texlive-garuda-c90
Requires:	texlive-norasi-c90
Requires:	texlive-thailatex
Requires:	texlive-uhc
Requires:	texlive-wadalab

%description
CJK is a macro package for LaTeX, providing simultaneous
support for various Asian scripts in many encodings (including
Unicode): - Chinese (both traditional and simplified), -
Japanese, - Korean and - Thai. A special add-on feature is an
interface to the Emacs editor (cjk-enc.el) which gives
simultaneous, easy-to-use support to a bunch of other scripts
in addition to the above: - Cyrillic, - Greek, - Latin-based
scripts, - Russian and - Vietnamese.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42goth.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42goth.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42maru.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42maru.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42min.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c42min.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c52maru.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c52maru.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c52min.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c52min.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70goth.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70goth.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70maru.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70maru.fdx
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70min.fd
%{_texmfdistdir}/tex/latex/cjk/contrib/wadalab/c70min.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/Bg5.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/Bg5.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/Bg5.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/Bg5.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/HK.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bkai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bkai.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bsmi.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bsmi.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bsmir.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00bsmir.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00cns.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00fs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00kai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00kair.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00kair.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c00song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c01song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c05song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/Bg5/c09song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CEF/c80song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CEF/c81song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CJK.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/CJK.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKfntef.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKnumb.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKspace.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKulem.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKutf8.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CJKvert.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/EUC-TW.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/EUC-TW.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/EUC-TW.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c31song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c32song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c33song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c34song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c35song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c36song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/CNS/c37song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/GB.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/GB.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10fs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10gbsn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10gbsn.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10gkai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10gkai.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c10song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c11song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c19song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c20song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/GB/c21song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/EUC-JP.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/EUC-JP.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/EUC-JP.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/EUC-JPdnp.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/JIS.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/JIS.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/JISdnp.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c40song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c41song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c42song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c43song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/JIS/c50song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/HLaTeX.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/KSHL.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63bm.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63dn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63jgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63jmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63jnv.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63jsr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63pg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63pga.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63ph.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63pn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63sh.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63tz.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63vd.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c63yt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64bm.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64dn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64jgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64jmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64jnv.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64jsr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64pg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64pga.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64ph.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64pn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64sh.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64tz.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64vd.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c64yt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65bm.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65dn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65jgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65jmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65jnv.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65jsr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65pg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65pga.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65ph.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65pn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65sh.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65tz.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65vd.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/c65yt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/HLaTeX/pshan.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/KS.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/KS.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60dr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60hgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60hmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60hol.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60hpg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c60mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61dr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61gr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61gs.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61gt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61hgt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61hmj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61hol.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61hpg.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c61mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/c62song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hangul.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hangul.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hangul2.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hangul2.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hanja.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/KS/hanja.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.cap
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJIS.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJISdnp.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/SJISdnp.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/SJIS/c49song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/UTF8.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/UTF8.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/UTF8.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70bkai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70bkai.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70bsmi.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70bsmi.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70gbsn.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70gbsn.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70gkai.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70gkai.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70mj.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70mj.fdx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/c70song.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/ja.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/ko-Hang.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/ko-Hang2.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/ko-Hani.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/zh-Hans.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/UTF8/zh-Hant.cpx
%{_texmfdistdir}/tex/latex/cjk/texinput/extended.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/extended.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/mule/MULEenc.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/pinyin.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/pmC.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/pmCbig.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/pmCsmall.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/ruby.sty
%{_texmfdistdir}/tex/latex/cjk/texinput/standard.bdg
%{_texmfdistdir}/tex/latex/cjk/texinput/standard.chr
%{_texmfdistdir}/tex/latex/cjk/texinput/standard.enc
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90cmr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90cmss.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90cmtt.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90enc.def
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90gar.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/c90nrsr.fd
%{_texmfdistdir}/tex/latex/cjk/texinput/thai/thaicjk.ldf
%{_texmfdistdir}/tex/latex/cjk/utils/pyhyphen/pinyin.ldf
%doc %{_texmfdistdir}/doc/latex/cjk/ChangeLog
%doc %{_texmfdistdir}/doc/latex/cjk/MANIFEST
%doc %{_texmfdistdir}/doc/latex/cjk/Makefile
%doc %{_texmfdistdir}/doc/latex/cjk/README
%doc %{_texmfdistdir}/doc/latex/cjk/TODO
%doc %{_texmfdistdir}/doc/latex/cjk/doc/CEF.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/CJK.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/CJKnumb.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/CJKspace.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/CJKutf8.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/COPYING
%doc %{_texmfdistdir}/doc/latex/cjk/doc/INSTALL
%doc %{_texmfdistdir}/doc/latex/cjk/doc/TDS.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/chinese/README
%doc %{_texmfdistdir}/doc/latex/cjk/doc/chinese/READMEb5.tex
%doc %{_texmfdistdir}/doc/latex/cjk/doc/chinese/READMEgb.tex
%doc %{_texmfdistdir}/doc/latex/cjk/doc/chinese/emTeXb5.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/chinese/teTeXb5.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/cjk-enc.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/cjk/README
%doc %{_texmfdistdir}/doc/latex/cjk/doc/cjk/READMEb5.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/doc/commands.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/dvidrv.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/fdxfiles.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/fonts.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/hbf2gf.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/history.2_5
%doc %{_texmfdistdir}/doc/latex/cjk/doc/history.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/README
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/ascii.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/japanese.jis
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/japanese.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/jp-fonts.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/jp-tex.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/preview.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/japanese/shibuaki.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdf/READMEb5.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdf/READMEgb.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/HOWTO.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/bkai.map
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/cid-x.map
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/cwtb.map
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/dvipdfmx.cfg
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/gen-map.pl
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/map.list
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00cwtb.fd
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00tmpl.fd
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/GB/c10tmpl.fd
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/JIS/c40tmpl.fd
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/texinput/SJIS/c49tmpl.fd
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/updmap.my
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pdfhowto/examples/wcl.sfd
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pinyin.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/pyhyphen.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/reftex.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/ruby.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/thaifont.txt
%doc %{_texmfdistdir}/doc/latex/cjk/doc/vertical.txt
%doc %{_texmfdistdir}/doc/latex/cjk/examples/Big5.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/Big5vert.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/CEF_test.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/CJKbabel.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/CJKfntef.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/CJKmixed.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/CJKspace.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/CJKutf8.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/GB.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/JIS.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/KS.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/README
%doc %{_texmfdistdir}/doc/latex/cjk/examples/SJIS.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/UTF8.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/Big5.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/Big5vert.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/CEF_test.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/CJKbabel.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/SJIS.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/muletest.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/rubytest.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/cjk/thai.cjk
%doc %{_texmfdistdir}/doc/latex/cjk/examples/muletest.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/Big5.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/Big5vert.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/CEF_test.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKbabel.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKfntef.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKmixed.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKspace.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/CJKutf8.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/GB.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/JIS.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/KS.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/SJIS.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/UTF8.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/muletest.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/py_test.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/pytest.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/rubytest.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/thai.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/pdf/thai_utf8.pdf
%doc %{_texmfdistdir}/doc/latex/cjk/examples/py_test.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/rubytest.tex
%doc %{_texmfdistdir}/doc/latex/cjk/examples/thai.tex
%doc %{_texmfdistdir}/doc/latex/cjk/texlive/bin-cjkutils.pl
%doc %{_texmfdistdir}/doc/latex/cjk/texlive/c90.pl
%doc %{_texmfdistdir}/doc/latex/cjk/texlive/cjk-build.pl
%doc %{_texmfdistdir}/doc/latex/cjk/texlive/cjk.pl
%doc %{_texmfdistdir}/doc/latex/cjk/texlive/dnp.pl
%doc %{_texmfdistdir}/doc/latex/cjk/texlive/garuda-c90.pl
%doc %{_texmfdistdir}/doc/latex/cjk/texlive/norasi-c90.pl
%doc %{_texmfdistdir}/doc/latex/cjk/utils/pyhyphen/pytest.tex
#- source
%doc %{_texmfdistdir}/source/latex/cjk/contrib/wadalab/fixwada
%doc %{_texmfdistdir}/source/latex/cjk/contrib/wadalab/fixwada2.pl
%doc %{_texmfdistdir}/source/latex/cjk/contrib/wadalab/makefont
%doc %{_texmfdistdir}/source/latex/cjk/contrib/wadalab/makeuniwada.pl
%doc %{_texmfdistdir}/source/latex/cjk/contrib/wadalab/wadalab.map
%doc %{_texmfdistdir}/source/latex/cjk/contrib/wadalab/wadalab.txt
%doc %{_texmfdistdir}/source/latex/cjk/texinput/KS/HLaTeX/c63mj.fd
%doc %{_texmfdistdir}/source/latex/cjk/texinput/KS/HLaTeX/c64mj.fd
%doc %{_texmfdistdir}/source/latex/cjk/texinput/KS/HLaTeX/c65mj.fd
%doc %{_texmfdistdir}/source/latex/cjk/utils/Bg5conv/bg5conv.w
%doc %{_texmfdistdir}/source/latex/cjk/utils/Bg5conv/bg5latex.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/Bg5conv/bg5latex.cmd
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/cef5conv.w
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/cef5ltx.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/cef5ltx.cmd
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/cefconv.w
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/ceflatex.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/ceflatex.cmd
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/cefsconv.w
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/cefsltx.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/CEFconv/cefsltx.cmd
%doc %{_texmfdistdir}/source/latex/cjk/utils/SJISconv/sjisconv.w
%doc %{_texmfdistdir}/source/latex/cjk/utils/SJISconv/sjisltx.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/SJISconv/sjisltx.cmd
%doc %{_texmfdistdir}/source/latex/cjk/utils/extconv/bg5pltx.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/extconv/bg5pltx.cmd
%doc %{_texmfdistdir}/source/latex/cjk/utils/extconv/extconv.w
%doc %{_texmfdistdir}/source/latex/cjk/utils/extconv/gbklatex.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/extconv/gbklatex.cmd
%doc %{_texmfdistdir}/source/latex/cjk/utils/f_name.bat
%doc %{_texmfdistdir}/source/latex/cjk/utils/hbf2gf/Makefile.gnu
%doc %{_texmfdistdir}/source/latex/cjk/utils/hbf2gf/Makefile.in
%doc %{_texmfdistdir}/source/latex/cjk/utils/hbf2gf/README
%doc %{_texmfdistdir}/source/latex/cjk/utils/hbf2gf/c-auto.h
%doc %{_texmfdistdir}/source/latex/cjk/utils/hbf2gf/dvidrv.btm
%doc %{_texmfdistdir}/source/latex/cjk/utils/lisp/cjkspace.el
%doc %{_texmfdistdir}/source/latex/cjk/utils/lisp/cjktilde.el
%doc %{_texmfdistdir}/source/latex/cjk/utils/lisp/emacs/cjk-enc.el
%doc %{_texmfdistdir}/source/latex/cjk/utils/lisp/emacs/thai-word.el
%doc %{_texmfdistdir}/source/latex/cjk/utils/lisp/mule-2.3/cjk-enc.el
%doc %{_texmfdistdir}/source/latex/cjk/utils/pyhyphen/pinyin.c
%doc %{_texmfdistdir}/source/latex/cjk/utils/pyhyphen/pinyin.tr
%doc %{_texmfdistdir}/source/latex/cjk/utils/pyhyphen/pyhyph.tex
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/clonevf.pl
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/hlatex2agl.pl
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/makefdx.pl
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/sfd2uni.pl
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/subfonts.pe
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/uni2sfd.pl
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/vertical.pe
%doc %{_texmfdistdir}/source/latex/cjk/utils/subfonts/vertref.pe

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.8.3-3
+ Revision: 3bcebb3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24474 |14mu|texlive-cjk-ko-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32342
# category Package
# catalog-ctan /language/korean/cjk-ko
# catalog-date 2013-12-06 13:41:45 +0100
# catalog-license other-free
# catalog-version 1.3
Name:		texlive-cjk-ko
Version:	1.3
Release:	3
Summary:	Extension of the CJK package for Korean typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/korean/cjk-ko
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk-ko.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk-ko.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports typesetting UTF-8-encoded modern Korean
documents with the help of the LaTeX2e CJK package. The package
requires nanumtype1 fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cjk-ko/cjkutf8-josa.sty
%{_texmfdistdir}/tex/latex/cjk-ko/cjkutf8-ko.sty
%{_texmfdistdir}/tex/latex/cjk-ko/cjkutf8-nanummjhanja.sty
%{_texmfdistdir}/tex/latex/cjk-ko/kolabels-utf.sty
%{_texmfdistdir}/tex/latex/cjk-ko/konames-utf.sty
%{_texmfdistdir}/tex/latex/cjk-ko/kotex.sty
%doc %{_texmfdistdir}/doc/latex/cjk-ko/ChangeLog
%doc %{_texmfdistdir}/doc/latex/cjk-ko/README
%doc %{_texmfdistdir}/doc/latex/cjk-ko/cjk-ko-doc.pdf
%doc %{_texmfdistdir}/doc/latex/cjk-ko/cjk-ko-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-3
+ Revision: ef6f78b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24475 |14mu|texlive-cjkpunct-4.8.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/chinese/cjkpunct
# catalog-date 2009-11-09 14:16:05 +0100
# catalog-license lppl
# catalog-version 4.8.1-2
Name:		texlive-cjkpunct
Version:	4.8.1.2
Release:	4
Summary:	Adjust locations and kerning of CJK punctuation marks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/chinese/cjkpunct
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkpunct.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkpunct.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkpunct.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package serves as a companion package for CJK.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cjkpunct/CJKpunct.sty
%doc %{_texmfdistdir}/doc/latex/cjkpunct/CJKpunct.pdf
%doc %{_texmfdistdir}/doc/latex/cjkpunct/CJKpunct.spa
%doc %{_texmfdistdir}/doc/latex/cjkpunct/README
%doc %{_texmfdistdir}/doc/latex/cjkpunct/README.zh-cn.txt
%doc %{_texmfdistdir}/doc/latex/cjkpunct/examples/example-CJKfntef.tex
%doc %{_texmfdistdir}/doc/latex/cjkpunct/examples/example-gb.tex
%doc %{_texmfdistdir}/doc/latex/cjkpunct/examples/example-gbk.tex
%doc %{_texmfdistdir}/doc/latex/cjkpunct/examples/example-utf8.tex
%doc %{_texmfdistdir}/doc/latex/cjkpunct/setpunct/setpunct-macros.tex
%doc %{_texmfdistdir}/doc/latex/cjkpunct/setpunct/setpunct-main.tex
#- source
%doc %{_texmfdistdir}/source/latex/cjkpunct/CJKpunct.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.8.1.2-4
+ Revision: 3c0ae6f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24476 |14mu|texlive-cjkutils-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-cjkutils
Version:	20131013
Release:	7
Summary:	TeXLive cjkutils package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkutils.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkutils.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-cjkutils.bin

%description
TeXLive cjkutils package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/hbf2gf/README
%{_texmfdistdir}/hbf2gf/b5ka12.cfg
%{_texmfdistdir}/hbf2gf/b5kr12.cfg
%{_texmfdistdir}/hbf2gf/b5so12.cfg
%{_texmfdistdir}/hbf2gf/c1so12.cfg
%{_texmfdistdir}/hbf2gf/c2so12.cfg
%{_texmfdistdir}/hbf2gf/c3so12.cfg
%{_texmfdistdir}/hbf2gf/c4so12.cfg
%{_texmfdistdir}/hbf2gf/c5so12.cfg
%{_texmfdistdir}/hbf2gf/c6so12.cfg
%{_texmfdistdir}/hbf2gf/c7so12.cfg
%{_texmfdistdir}/hbf2gf/csso12.cfg
%{_texmfdistdir}/hbf2gf/gsfs14.cfg
%{_texmfdistdir}/hbf2gf/j2so12.cfg
%{_texmfdistdir}/hbf2gf/jsso12.cfg
%{_texmfdistdir}/hbf2gf/ksso17.cfg
%doc %{_texmfdistdir}/doc/bg5conv/bg5conv.pdf
%doc %{_texmfdistdir}/doc/cef5conv/cef5conv.pdf
%doc %{_texmfdistdir}/doc/cefconv/cefconv.pdf
%doc %{_texmfdistdir}/doc/cefsconv/cefsconv.pdf
%doc %{_texmfdistdir}/doc/extconv/extconv.pdf
%doc %{_texmfdistdir}/doc/hbf2gf/hbf2gf.pdf
%doc %{_mandir}/man1/bg5conv.1*
%doc %{_texmfdistdir}/doc/man/man1/bg5conv.man1.pdf
%doc %{_mandir}/man1/cef5conv.1*
%doc %{_texmfdistdir}/doc/man/man1/cef5conv.man1.pdf
%doc %{_mandir}/man1/cefconv.1*
%doc %{_texmfdistdir}/doc/man/man1/cefconv.man1.pdf
%doc %{_mandir}/man1/cefsconv.1*
%doc %{_texmfdistdir}/doc/man/man1/cefsconv.man1.pdf
%doc %{_mandir}/man1/extconv.1*
%doc %{_texmfdistdir}/doc/man/man1/extconv.man1.pdf
%doc %{_mandir}/man1/hbf2gf.1*
%doc %{_texmfdistdir}/doc/man/man1/hbf2gf.man1.pdf
%doc %{_mandir}/man1/sjisconv.1*
%doc %{_texmfdistdir}/doc/man/man1/sjisconv.man1.pdf
%doc %{_texmfdistdir}/doc/sjisconv/sjisconv.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: f6e9718
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24477 |14mu|texlive-classics-0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29018
# category Package
# catalog-ctan /macros/latex/contrib/classics
# catalog-date 2013-02-04 00:32:07 +0100
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-classics
Version:	0.1
Release:	8
Summary:	Cite classic works
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/classics
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/classics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/classics.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a basic framework to cite classic works
(specially from authors such as Homer, Plato, Aristotle,
Descartes, Hume, and Kant) in accordance with traditional
pagination systems. It may be used in conjunction with other
citation packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/classics/classics.sty
%doc %{_texmfdistdir}/doc/latex/classics/README
%doc %{_texmfdistdir}/doc/latex/classics/classics.pdf
%doc %{_texmfdistdir}/doc/latex/classics/classics.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-8
+ Revision: 1f5823a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24478 |14mu|texlive-classicthesis-4.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27416
# category Package
# catalog-ctan /macros/latex/contrib/classicthesis
# catalog-date 2012-08-15 13:45:23 +0200
# catalog-license gpl
# catalog-version 4.1
Name:		texlive-classicthesis
Version:	4.1
Release:	7
Summary:	A "classically styled" thesis package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/classicthesis
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/classicthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/classicthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The classicthesis package provides an elegant layout designed
in homage to Bringhurst's "The Elements of Typographic Style".
It makes use of a range of techniques to get the best results
achievable using TeX. Included in the bundle are templates to
make thesis writing easier.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/classicthesis/classicthesis.sty
%doc %{_texmfdistdir}/doc/latex/classicthesis/Bibliography.bib
%doc %{_texmfdistdir}/doc/latex/classicthesis/CHANGES
%doc %{_texmfdistdir}/doc/latex/classicthesis/COPYING
%doc %{_texmfdistdir}/doc/latex/classicthesis/Chapters/Chapter01.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/Chapters/Chapter02.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/Chapters/Chapter03.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/Chapters/Chapter0A.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/ClassicThesis.pdf
%doc %{_texmfdistdir}/doc/latex/classicthesis/ClassicThesis.tcp
%doc %{_texmfdistdir}/doc/latex/classicthesis/ClassicThesis.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/ClassicThesis.tps
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-article.pdf
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-article.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.pdf
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-book.pdf
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-book.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-cv.pdf
%doc %{_texmfdistdir}/doc/latex/classicthesis/Examples/classicthesis-cv.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Abstract.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Acknowledgments.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Colophon.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Contents.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Declaration.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Dedication.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/DirtyTitlepage.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Publication.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Titleback.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/LISTOFFILES
%doc %{_texmfdistdir}/doc/latex/classicthesis/README
%doc %{_texmfdistdir}/doc/latex/classicthesis/classicthesis-config.tex
%doc %{_texmfdistdir}/doc/latex/classicthesis/gfx/TFZsuperellipse_bw.pdf
%doc %{_texmfdistdir}/doc/latex/classicthesis/gfx/example_1.jpg
%doc %{_texmfdistdir}/doc/latex/classicthesis/gfx/example_2.jpg
%doc %{_texmfdistdir}/doc/latex/classicthesis/gfx/example_3.jpg
%doc %{_texmfdistdir}/doc/latex/classicthesis/gfx/example_4.jpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.1-7
+ Revision: d32f6bd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24479 |14mu|texlive-clefval-20061207-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16549
# category Package
# catalog-ctan /macros/latex/contrib/clefval
# catalog-date 2006-12-07 15:13:33 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-clefval
Version:	20061207
Release:	4
Summary:	Key/value support with a hash
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/clefval
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clefval.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clefval.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clefval.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides only two macros viz. \TheKey and
\TheValue to define then use pairs of key/value and gives a
semblance of a hash. Syntax: \TheKey{key}{value} to define the
value associated to the key, does not produce text;
\TheValue{key} to return the value linked to the key. Both
arguments of \TheKey are 'moving' as LaTeX defines the term and
we have sometimes to protect them.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/clefval/clefval.sty
%doc %{_texmfdistdir}/doc/latex/clefval/Changements
%doc %{_texmfdistdir}/doc/latex/clefval/Changes
%doc %{_texmfdistdir}/doc/latex/clefval/LISEZMOI
%doc %{_texmfdistdir}/doc/latex/clefval/README
%doc %{_texmfdistdir}/doc/latex/clefval/clefval.pdf
%doc %{_texmfdistdir}/doc/latex/clefval/example.pdf
%doc %{_texmfdistdir}/doc/latex/clefval/example.tex
%doc %{_texmfdistdir}/doc/latex/clefval/exemple.pdf
%doc %{_texmfdistdir}/doc/latex/clefval/exemple.tex
#- source
%doc %{_texmfdistdir}/source/latex/clefval/Makefile
%doc %{_texmfdistdir}/source/latex/clefval/clefval.dtx
%doc %{_texmfdistdir}/source/latex/clefval/clefval.ins
%doc %{_texmfdistdir}/source/latex/clefval/fra-clefval.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061207-4
+ Revision: c2a4234
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24480 |14mu|texlive-cleveref-0.18.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25979
# category Package
# catalog-ctan /macros/latex/contrib/cleveref
# catalog-date 2012-04-15 19:24:00 +0200
# catalog-license lppl
# catalog-version 0.18.5
Name:		texlive-cleveref
Version:	0.18.5
Release:	3
Summary:	Intelligent cross-referencing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cleveref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cleveref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cleveref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cleveref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enhances LaTeX's cross-referencing features,
allowing the format of references to be determined
automatically according to the type of reference. The formats
used may be customised in the preamble of a document; babel
support is available (though the choice of languages remains
limited: currently Danish, Dutch, English, French, German,
Italian, Norwegian, Russian, Spanish and Ukranian). The package
also offers a means of referencing a list of references, each
formatted according to its type. In such lists, it can collapse
sequences of numerically-consecutive labels to a reference
range.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cleveref/cleveref.sty
%doc %{_texmfdistdir}/doc/latex/cleveref/README
%doc %{_texmfdistdir}/doc/latex/cleveref/cleveref.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cleveref/cleveref.dtx
%doc %{_texmfdistdir}/source/latex/cleveref/cleveref.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.18.5-3
+ Revision: c09d518
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24481 |14mu|texlive-clipboard-0.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28876
# category Package
# catalog-ctan /macros/latex/contrib/clipboard
# catalog-date 2013-01-19 09:54:49 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-clipboard
Version:	0.2
Release:	8
Summary:	Copy and paste into and across documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/clipboard
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clipboard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clipboard.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The clipboard package provides a basic framework for copying
and pasting text and commands into and across multiple
documents. It replaces the copypaste package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/clipboard/clipboard.sty
%doc %{_texmfdistdir}/doc/latex/clipboard/README
%doc %{_texmfdistdir}/doc/latex/clipboard/clipboard.pdf
%doc %{_texmfdistdir}/doc/latex/clipboard/clipboard.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-8
+ Revision: e359a92
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24482 |14mu|texlive-clock-20080419-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/clock
# catalog-date 2008-04-19 23:05:28 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-clock
Version:	20080419
Release:	4
Summary:	Graphical and textual clocks for TeX and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/clock
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clock.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clock.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Features graphical clocks (with a classical 12h dial and two
hands) and text clocks (in 24h format) which can show system
time or any time the user desires. Works with both TeX and
LaTeX. The clock faces (appearances of the dial) are easily
expandable; the default uses a custom MetaFont font.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/clock/clock.mf
%{_texmfdistdir}/fonts/tfm/public/clock/clock.tfm
%{_texmfdistdir}/tex/latex/clock/clock.sty
%{_texmfdistdir}/tex/latex/clock/clock.tex
%doc %{_texmfdistdir}/doc/latex/clock/COPYING
%doc %{_texmfdistdir}/doc/latex/clock/EMTEX
%doc %{_texmfdistdir}/doc/latex/clock/HISTORY
%doc %{_texmfdistdir}/doc/latex/clock/INSTALL
%doc %{_texmfdistdir}/doc/latex/clock/MIKTEX
%doc %{_texmfdistdir}/doc/latex/clock/README
%doc %{_texmfdistdir}/doc/latex/clock/clockdoc.pdf
%doc %{_texmfdistdir}/doc/latex/clock/clockdoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080419-4
+ Revision: b5f886f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24483 |14mu|texlive-clrscode-1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/clrscode
# catalog-date 2007-03-29 23:17:09 +0200
# catalog-license lppl
# catalog-version 1.7
Name:		texlive-clrscode
Version:	1.7
Release:	4
Summary:	Typesets pseudocode as in Introduction to Algorithms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/clrscode
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clrscode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/clrscode.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows you to typeset pseudocode in the style of
Introduction to Algorithms, Second edition, by Cormen,
Leiserson, Rivest, and Stein. The package was written by the
authors. You use the commands the same way the package's author
did when writing the book, and your output will look just like
the pseudocode in the text.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/clrscode/clrscode.sty
%doc %{_texmfdistdir}/doc/latex/clrscode/README
%doc %{_texmfdistdir}/doc/latex/clrscode/clrscode.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7-4
+ Revision: 7af07fa
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24484 |14mu|texlive-cmap-20120807-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26568
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-cmap
Version:	20120807
Release:	3
Summary:	TeXLive cmap package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmap.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive cmap package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cmap/cmap.sty
%{_texmfdistdir}/tex/latex/cmap/lae.cmap
%{_texmfdistdir}/tex/latex/cmap/lfe.cmap
%{_texmfdistdir}/tex/latex/cmap/lgr.cmap
%{_texmfdistdir}/tex/latex/cmap/ot1.cmap
%{_texmfdistdir}/tex/latex/cmap/ot1tt.cmap
%{_texmfdistdir}/tex/latex/cmap/ot6.cmap
%{_texmfdistdir}/tex/latex/cmap/t1.cmap
%{_texmfdistdir}/tex/latex/cmap/t2a.cmap
%{_texmfdistdir}/tex/latex/cmap/t2b.cmap
%{_texmfdistdir}/tex/latex/cmap/t2c.cmap
%{_texmfdistdir}/tex/latex/cmap/t5.cmap
%doc %{_texmfdistdir}/doc/latex/cmap/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120807-3
+ Revision: f126a7f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24485 |14mu|texlive-cmarrows-v0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24378
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/cmarrows
# catalog-date 2007-03-05 14:17:42 +0100
# catalog-license lppl
# catalog-version v0.9
Name:		texlive-cmarrows
Version:	v0.9
Release:	4
Summary:	MetaPost arrows and braces in the Computer Modern style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/cmarrows
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmarrows.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmarrows.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This MetaPost package contains macros to draw arrows and braces
in the Computer Modern style.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/cmarrows/cmarrows.mp
%{_texmfdistdir}/metapost/cmarrows/rgbx0009.mp
%{_texmfdistdir}/metapost/cmarrows/rgbx0016.mp
%{_texmfdistdir}/metapost/cmarrows/rgbx0020.mp
%{_texmfdistdir}/metapost/cmarrows/rgbx0025.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0008.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0010.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0011.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0012.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0013.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0014.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0015.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0017.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0018.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0019.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0021.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0022.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0023.mp
%{_texmfdistdir}/metapost/cmarrows/sgbx0024.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0000.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0001.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0002.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0003.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0004.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0005.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0006.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0007.mp
%{_texmfdistdir}/metapost/cmarrows/tgbx0027.mp
%doc %{_texmfdistdir}/doc/metapost/cmarrows/README
%doc %{_texmfdistdir}/doc/metapost/cmarrows/cmarrows.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.9-4
+ Revision: 2d6a87c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24486 |14mu|texlive-cmbright-8.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21107
# category Package
# catalog-ctan /fonts/cmbright
# catalog-date 2007-01-01 00:37:00 +0100
# catalog-license lppl
# catalog-version 8.1
Name:		texlive-cmbright
Version:	8.1
Release:	4
Summary:	Computer Modern Bright fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cmbright
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmbright.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmbright.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmbright.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A family of sans serif fonts for TeX and LaTeX, based on Donald
Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text
fonts of various shapes as well as all the fonts necessary for
mathematical typesetting, including AMS symbols. This
collection provides all the necessary files for using the fonts
with LaTeX. A commercial-quality Adobe Type 1 version of these
fonts is available from Micropress. Free versions are
available, in the cm-super font bundle (the T1 and TS1 encoded
part of the set), and in the hfbright (the OT1 encoded part,
and the maths fonts).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/cmbright/ams10pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ams8pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ams9pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/baccent.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bgreeku.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bitalms.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bpunct.mf
%{_texmfdistdir}/fonts/source/public/cmbright/br10pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/br17pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/br8pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/br9pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brmsa.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brmsb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/broman.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bromanl.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bromlig.mf
%{_texmfdistdir}/fonts/source/public/cmbright/bromms.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brs10pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brs17pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brs8pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/brs9pt.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbras10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbras8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbras9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrbs10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrbs8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrbs9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrbx10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrmb10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrmi10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrmi8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrmi9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsl17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsl8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsl9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsy10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsy8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmbrsy9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmsltl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/cmtl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebaccess.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebbase.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebbraces.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebbx10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmo10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmo17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmo8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmo9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebmr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebpseudo.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebpunct.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrleast.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrlig.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrligtb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrllett.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebrlwest.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebroman.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebso10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebso17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebso8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebso9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebsr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebsr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebsr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebsr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebtl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ebto10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/mathsl.mf
%{_texmfdistdir}/fonts/source/public/cmbright/msa.mf
%{_texmfdistdir}/fonts/source/public/cmbright/msb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbbx10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmo10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmo17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmo8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmo9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbmr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbpseudo.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbso10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbso17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbso8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbso9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsr10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsr17.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsr8.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsr9.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsymb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbsymbol.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbtl10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/tbto10.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ttsymb.mf
%{_texmfdistdir}/fonts/source/public/cmbright/ttsymbol.mf
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbras10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbras8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbras9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrbs10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrbs8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrbs9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsl17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmbrsy9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmsltl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/cmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmo17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmo8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmo9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebso10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebso17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebso8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebso9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebsr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebsr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebsr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebsr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/ebto10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmo17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmo8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmo9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbso10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbso17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbso8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbso9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbsr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbsr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbsr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbsr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmbright/tbto10.tfm
%{_texmfdistdir}/tex/latex/cmbright/cmbright.sty
%{_texmfdistdir}/tex/latex/cmbright/omlcmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/omlcmbrm.fd
%{_texmfdistdir}/tex/latex/cmbright/omscmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/omscmbrs.fd
%{_texmfdistdir}/tex/latex/cmbright/ot1cmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/ot1cmtl.fd
%{_texmfdistdir}/tex/latex/cmbright/t1cmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/t1cmtl.fd
%{_texmfdistdir}/tex/latex/cmbright/ts1cmbr.fd
%{_texmfdistdir}/tex/latex/cmbright/ts1cmtl.fd
%doc %{_texmfdistdir}/doc/fonts/cmbright/LICENSE
%doc %{_texmfdistdir}/doc/fonts/cmbright/README
%doc %{_texmfdistdir}/doc/fonts/cmbright/cmbright.txt
%doc %{_texmfdistdir}/doc/fonts/cmbright/manifest.txt
%doc %{_texmfdistdir}/doc/latex/cmbright/cmbright.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cmbright/cmbright.dtx
%doc %{_texmfdistdir}/source/latex/cmbright/cmbright.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 8.1-4
+ Revision: 04da05c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24487 |14mu|texlive-cmcyr-20070916-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16696
# category Package
# catalog-ctan /fonts/cyrillic/cmcyr
# catalog-date 2007-09-16 18:06:50 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-cmcyr
Version:	20070916
Release:	4
Summary:	Computer Modern fonts with cyrillic extensions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cyrillic/cmcyr
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmcyr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmcyr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These are the Computer Modern fonts extended with Russian
letters, in MetaFont sources and ATM Compatible Type 1 format.
The fonts are provided in KOI-7, but virtual fonts are
available to recode them to three other Russian 8-bit
encodings.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/cmcyr/cmcyr.map
%{_texmfdistdir}/fonts/source/public/cmcyr/ccsc.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/citall.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcb10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx5.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx6.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx7.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbx9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbxsl1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcbxti1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmccsc10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmccsc8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmccsc9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcinch.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcitt10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc11.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc14.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc18.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc24.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsc36.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcscsl1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsl10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsl12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsl8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsl9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcsltt1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss17.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcss9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssbx1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssdc1.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi17.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssi9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssq8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcssqi8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti7.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcti9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctitle.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctt10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctt12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctt8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmctt9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcu10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr10.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr12.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr17.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr5.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr6.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr7.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr8.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cmcyr9.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/coding.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrillic.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrl.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrlc.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrsymb.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyrt.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cyru.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cytextit.mf
%{_texmfdistdir}/fonts/source/public/cmcyr/cytitle.mf
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmccsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmccsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmccsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcinch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmctt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmctt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmctt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmctt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/cmcyr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcminch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/kcmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcminch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/wcmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcminch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/xcmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycminch.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmcyr/ycmu10.tfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcb10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcb10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx12.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx5.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx5.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx6.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx6.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx7.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx7.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbx9.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbxsl1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbxsl1.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbxti1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcbxti1.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmccsc9.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcinch7.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcinch7.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcitt10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcitt10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl12.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsl9.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsltt1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcsltt1.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss12.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss17.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss17.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcss9.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssbx1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssbx1.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssdc1.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssdc1.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi12.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi17.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi17.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssi9.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssq8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssq8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssqi8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcssqi8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti12.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti7.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti7.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcti9.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt12.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmctt9.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcu10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcu10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr10.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr10.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr12.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr12.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr17.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr17.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr5.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr5.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr6.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr6.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr7.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr7.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr8.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr8.pfm
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr9.pfb
%{_texmfdistdir}/fonts/type1/public/cmcyr/cmcyr9.pfm
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmb10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbx9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbxsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmbxti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmcsc8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmcsc9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcminch.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmitt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmmib10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmr9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsl12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsl8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsl9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmsltt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmss9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssdc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssq8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmssqi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmti9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmtt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmtt12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmtt8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmtt9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/kcmu10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmb10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbx9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbxsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmbxti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmcsc8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmcsc9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcminch.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmitt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmmib10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmr9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsl12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsl8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsl9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmsltt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmss9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssdc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssq8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmssqi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmti9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmtt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmtt12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmtt8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmtt9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/wcmu10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmb10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbx9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbxsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmbxti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmcsc8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmcsc9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcminch.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmitt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmmib10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmr9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsl12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsl8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsl9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmsltt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmss9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssdc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssq8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmssqi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmti9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmtt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmtt12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmtt8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmtt9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/xcmu10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmb10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbx9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbxsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmbxti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmcsc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmcsc8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmcsc9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycminch.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmitt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmmib10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr5.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr6.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmr9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsl10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsl12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsl8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsl9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmsltt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmss9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssbx10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssdc10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi17.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssi9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssq8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmssqi8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti7.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmti9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmtt10.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmtt12.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmtt8.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmtt9.vf
%{_texmfdistdir}/fonts/vf/public/cmcyr/ycmu10.vf
%doc %{_texmfdistdir}/doc/fonts/cmcyr/README
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmalt
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmalte
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmiso
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmisoe
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmkde
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmkdee
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmkoi8
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmkoi8e
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmwin
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cmwine
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyralt
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyralte
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyriso
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyrisoe
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyrkde
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyrkdee
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyrkoi8
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyrkoi8e
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyrwin
%doc %{_texmfdistdir}/doc/fonts/cmcyr/cyrwine
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.6i
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.6k
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.6w
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.alt
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.bat
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.iso
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.koi
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.o6w
%doc %{_texmfdistdir}/doc/fonts/cmcyr/merge.win
%doc %{_texmfdistdir}/doc/fonts/cmcyr/vf/cmcyr6i/merge.bat
%doc %{_texmfdistdir}/doc/fonts/cmcyr/vf/cmcyr6k/merge.bat
%doc %{_texmfdistdir}/doc/fonts/cmcyr/vf/cmcyr6w/merge.bat
%doc %{_texmfdistdir}/doc/fonts/cmcyr/wncalt
%doc %{_texmfdistdir}/doc/fonts/cmcyr/wncalte
%doc %{_texmfdistdir}/doc/fonts/cmcyr/wnciso
%doc %{_texmfdistdir}/doc/fonts/cmcyr/wncisoe
%doc %{_texmfdistdir}/doc/fonts/cmcyr/wnckoi8
%doc %{_texmfdistdir}/doc/fonts/cmcyr/wnckoi8e

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070916-4
+ Revision: c7094bd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24488 |14mu|texlive-cmdstring-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cmdstring
# catalog-date 2008-08-18 10:38:42 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-cmdstring
Version:	1.1
Release:	4
Summary:	Get command name reliably
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cmdstring
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdstring.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdstring.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Extracts the letters of a command's name (e.g., foo for command
\foo), in a reliable way.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cmdstring/cmdstring.sty
%doc %{_texmfdistdir}/doc/latex/cmdstring/README
%doc %{_texmfdistdir}/doc/latex/cmdstring/cmdstring.pdf
%doc %{_texmfdistdir}/doc/latex/cmdstring/cmdstring.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 62c540e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24489 |14mu|texlive-cmdtrack-20121218-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28910
# category Package
# catalog-ctan /macros/latex/contrib/cmdtrack
# catalog-date 2012-12-18 12:17:57 +0100
# catalog-license lppl1
# catalog-version undef
Name:		texlive-cmdtrack
Version:	20121218
Release:	7
Summary:	Check used commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cmdtrack
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdtrack.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdtrack.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdtrack.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package keeps track of whether a command defined in a
document preamble is actually used somewhere in the document.
After the package is loaded in the preamble of a document, all
\newcommand (and similar command definitions) between that
point and the beginning of the document will be marked for
logging. At the end of the document a report of command usage
will be printed in the TeX log, for example: - "mdash was used
on line 25"; - "ndash was never used".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cmdtrack/cmdtrack.sty
%doc %{_texmfdistdir}/doc/latex/cmdtrack/Makefile
%doc %{_texmfdistdir}/doc/latex/cmdtrack/README
%doc %{_texmfdistdir}/doc/latex/cmdtrack/cmdtrack.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cmdtrack/cmdtrack.dtx
%doc %{_texmfdistdir}/source/latex/cmdtrack/cmdtrack.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20121218-7
+ Revision: a1dbbc9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24490 |14mu|texlive-cmextra-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 14075
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-cmextra
Version:	20111103
Release:	4
Summary:	TeXLive cmextra package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive cmextra package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/cmextra/cmbxcd10.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmbxti12.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmbxti7.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmcscsl10.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmfibs8.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmitt12.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmitt9.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmsl6.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmsltt9.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmssbxo10.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmsslu30.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmssu30.mf
%{_texmfdistdir}/fonts/source/public/cmextra/cmvtti10.mf
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmbxcd10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmbxti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmbxti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmcscsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmfibs8.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmitt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmitt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmsl6.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmsltt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmssbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmsslu30.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmssu30.tfm
%{_texmfdistdir}/fonts/tfm/public/cmextra/cmvtti10.tfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: 24130fd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24491 |14mu|texlive-cmpj-2.03-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28862
# category Package
# catalog-ctan /macros/latex/contrib/cmpj
# catalog-date 2013-01-16 12:17:26 +0100
# catalog-license lppl
# catalog-version 2.03
Name:		texlive-cmpj
Version:	2.03
Release:	7
Summary:	Style for the journal Condensed Matter Physics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cmpj
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmpj.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmpj.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains macros and some documentation for
typesetting papers for submission to the Condensed Matter
Physics journal published by the Institute for Condensed Matter
Physics of the National Academy of Sciences of Ukraine.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/cmpj/cmpj.bst
%{_texmfdistdir}/tex/latex/cmpj/cmp-logo.eps
%{_texmfdistdir}/tex/latex/cmpj/cmp-logo.pdf
%{_texmfdistdir}/tex/latex/cmpj/cmpj.sty
%{_texmfdistdir}/tex/latex/cmpj/cmpj2.sty
%doc %{_texmfdistdir}/doc/latex/cmpj/README
%doc %{_texmfdistdir}/doc/latex/cmpj/eps_demo.eps
%doc %{_texmfdistdir}/doc/latex/cmpj/eps_demo.pdf
%doc %{_texmfdistdir}/doc/latex/cmpj/icmphome.eps
%doc %{_texmfdistdir}/doc/latex/cmpj/icmphome.pdf
%doc %{_texmfdistdir}/doc/latex/cmpj/template.pdf
%doc %{_texmfdistdir}/doc/latex/cmpj/template.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.03-7
+ Revision: 8a41857
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24492 |14mu|texlive-cmsd-20061218-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18787
# category Package
# catalog-ctan /macros/latex/contrib/cmsd
# catalog-date 2006-12-18 23:50:36 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-cmsd
Version:	20061218
Release:	4
Summary:	Interfaces to the CM Sans Serif Bold fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cmsd
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmsd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cmsd.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Thr purpose of the package is to provide an alternative
interface to the CM Sans Serif boldface fonts. The EC (T1,
Cork) encoded versions of the 'CM Sans Serif boldface extended'
fonts differ considerably from the traditionally (OT1) encoded
ones: at large sizes, >10pt, they have thinner strokes and are
much wider. At 25pt they are hardly to be recognized as being
'boldface'. This package attempts to make these T1 fonts look
like the traditional ones did. You do not need any new fonts;
the package just changes the way LaTeX makes use of the current
ones.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cmsd/cmsd.sty
%{_texmfdistdir}/tex/latex/cmsd/t1cmsd.fd
%{_texmfdistdir}/tex/latex/cmsd/ts1cmsd.fd
%doc %{_texmfdistdir}/doc/latex/cmsd/liesmich
%doc %{_texmfdistdir}/doc/latex/cmsd/readme

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061218-4
+ Revision: 08eb576
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24493 |14mu|texlive-cnbwp-20140102-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32550
# category Package
# catalog-ctan /macros/latex/contrib/cnbwp
# catalog-date 2014-01-02 10:00:56 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-cnbwp
Version:	20140102
Release:	3
Summary:	Typeset working papers of the Czech National Bank
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cnbwp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cnbwp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cnbwp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports proper formatting of Working Papers of the
Czech National Bank (WP CNB). The package was developed for CNB
but it is also intended for authors from outside CNB.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/cnbwp/abbrvcnb.bst
%{_texmfdistdir}/makeindex/cnbwp/cnbindex.ist
%{_texmfdistdir}/tex/latex/cnbwp/cnbwp-manual.sty
%{_texmfdistdir}/tex/latex/cnbwp/cnbwp.cls
%{_texmfdistdir}/tex/latex/cnbwp/cnbwpsizes.clo
%doc %{_texmfdistdir}/doc/latex/cnbwp/README
%doc %{_texmfdistdir}/doc/latex/cnbwp/biblio.tex
%doc %{_texmfdistdir}/doc/latex/cnbwp/cnbpaper.pdf
%doc %{_texmfdistdir}/doc/latex/cnbwp/cnbpaper.tex
%doc %{_texmfdistdir}/doc/latex/cnbwp/cnbsample.bib
%doc %{_texmfdistdir}/doc/latex/cnbwp/cnbwp-manual-cs.pdf
%doc %{_texmfdistdir}/doc/latex/cnbwp/cnbwp-manual-cs.tex
%doc %{_texmfdistdir}/doc/latex/cnbwp/cnbwp-manual-en.pdf
%doc %{_texmfdistdir}/doc/latex/cnbwp/cnbwp-manual-en.tex
%doc %{_texmfdistdir}/doc/latex/cnbwp/graph18.eps
%doc %{_texmfdistdir}/doc/latex/cnbwp/graph18.gif
%doc %{_texmfdistdir}/doc/latex/cnbwp/graph18.jpg
%doc %{_texmfdistdir}/doc/latex/cnbwp/graph18.pdf
%doc %{_texmfdistdir}/doc/latex/cnbwp/graph18.png
%doc %{_texmfdistdir}/doc/latex/cnbwp/numtable.tex
%doc %{_texmfdistdir}/doc/latex/cnbwp/widematrix.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20140102-3
+ Revision: 9c078d7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24494 |14mu|texlive-cnltx-0.90-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32583
# category Package
# catalog-ctan /macros/latex/contrib/cnltx
# catalog-date 2013-11-22 18:02:28 +0100
# catalog-license lppl1.3
# catalog-version 0.9
Name:		texlive-cnltx
Version:	0.90
Release:	8
Summary:	LaTeX tools and documenting facilities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cnltx
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cnltx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cnltx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a versatile bundle of packages and classes for
consistent formatting of control sequences, package options,
source code examples, and writing a package manual (including
an index containing the explained control sequences, options,
ldots). The bundle also provides several other small ideas of
mine such as a mechansim for providing abbreviations etc. Not
at least it provides a number of programming tools. The
intention behind this bundle mainly is a selfish one:
documenting my own packages. The bundle contains an index style
file cnltx.ist that should be placed in a directory in a TDS
makeindex directory.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/cnltx/cnltx.bib
%{_texmfdistdir}/makeindex/cnltx/cnltx.ist
%{_texmfdistdir}/tex/latex/cnltx/cnltx-base.sty
%{_texmfdistdir}/tex/latex/cnltx/cnltx-doc.cls
%{_texmfdistdir}/tex/latex/cnltx/cnltx-example.sty
%{_texmfdistdir}/tex/latex/cnltx/cnltx-listings.sty
%{_texmfdistdir}/tex/latex/cnltx/cnltx-tools.sty
%{_texmfdistdir}/tex/latex/cnltx/cnltx.bbx
%{_texmfdistdir}/tex/latex/cnltx/cnltx.cbx
%{_texmfdistdir}/tex/latex/cnltx/cnltx.dbx
%{_texmfdistdir}/tex/latex/cnltx/cnltx.sty
%doc %{_texmfdistdir}/doc/latex/cnltx/README
%doc %{_texmfdistdir}/doc/latex/cnltx/cnltx_en.pdf
%doc %{_texmfdistdir}/doc/latex/cnltx/cnltx_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.90-8
+ Revision: 6b67112
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24495 |14mu|texlive-cns-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-cns
Version:	20111103
Release:	4
Summary:	TeXLive cns package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cns.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cns.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive cns package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/misc/cns/4040w0.bin
%{_texmfdistdir}/fonts/misc/cns/4040w1.bin
%{_texmfdistdir}/fonts/misc/cns/4040w2.bin
%{_texmfdistdir}/fonts/misc/cns/4040w3.bin
%{_texmfdistdir}/fonts/misc/cns/4040w4.bin
%{_texmfdistdir}/fonts/misc/cns/4040w5.bin
%{_texmfdistdir}/fonts/misc/cns/4040w6.bin
%{_texmfdistdir}/fonts/misc/cns/4040w7.bin
%{_texmfdistdir}/fonts/misc/cns/cns40-1.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-2.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-3.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-4.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-5.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-6.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-7.hbf
%{_texmfdistdir}/fonts/misc/cns/cns40-b5.hbf
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1230.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1231.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1232.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1233.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1234.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1235.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1236.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1237.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1238.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1239.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1240.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1241.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1242.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1243.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1244.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1245.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1246.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1247.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1248.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1249.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1250.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1251.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1252.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1253.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1254.tfm
%{_texmfdistdir}/fonts/tfm/cns/c0so12/c0so1255.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1230.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1231.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1232.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1233.tfm
%{_texmfdistdir}/fonts/tfm/cns/c1so12/c1so1234.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c2so12/c2so1230.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c3so12/c3so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c4so12/c4so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1226.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1227.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1228.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1229.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1230.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1231.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1232.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1233.tfm
%{_texmfdistdir}/fonts/tfm/cns/c5so12/c5so1234.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c6so12/c6so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1201.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1202.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1203.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1204.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1205.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1206.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1207.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1208.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1209.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1210.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1211.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1212.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1213.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1214.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1215.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1216.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1217.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1218.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1219.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1220.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1221.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1222.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1223.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1224.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1225.tfm
%{_texmfdistdir}/fonts/tfm/cns/c7so12/c7so1226.tfm
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-1/README
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-2/README
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-3/README
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-4/README
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-5/README
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-6/README
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-7/README
%doc %{_texmfdistdir}/doc/fonts/cns/cns40-b5/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: ec992f1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24496 |14mu|texlive-codedoc-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17630
# category Package
# catalog-ctan /macros/latex/contrib/codedoc
# catalog-date 2010-03-30 18:14:30 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-codedoc
Version:	0.3
Release:	4
Summary:	LaTeX code and documentation in LaTeX-format file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/codedoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codedoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codedoc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The CodeDoc class is an alternative to DocStrip (and others) to
produce LaTeX code along with its documentation without
departing from LaTeX's ordinary syntax. The documentation is
prepared like any other LaTeX document and the code to be
commented verbatim is simply delimited by an environment. When
an option is turned on in the class options, this code is
written to the desired file(s). The class also includes fully
customizable verbatim environments which provide the author
with separate commands to typeset the material and/or to
execute it.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/codedoc/codedoc.cls
%doc %{_texmfdistdir}/doc/latex/codedoc/CodeDoc-manual.pdf
%doc %{_texmfdistdir}/doc/latex/codedoc/CodeDoc-manual.tex
%doc %{_texmfdistdir}/doc/latex/codedoc/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: f9bb20a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24497 |14mu|texlive-codepage-20110118-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21126
# category Package
# catalog-ctan /macros/latex/contrib/codepage
# catalog-date 2011-01-18 23:40:40 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-codepage
Version:	20110118
Release:	4
Summary:	Support for variant code pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/codepage
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codepage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codepage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codepage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a mechanism for inputting non-ASCII text.
Nowadays, the job is mostly done by the inputenc package in the
LaTeX distribution.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/codepage/code437.tex
%{_texmfdistdir}/tex/latex/codepage/code850.tex
%{_texmfdistdir}/tex/latex/codepage/codeiso1.tex
%{_texmfdistdir}/tex/latex/codepage/codemac.tex
%{_texmfdistdir}/tex/latex/codepage/codepage.sty
%{_texmfdistdir}/tex/latex/codepage/initcar.tex
%{_texmfdistdir}/tex/latex/codepage/shapecm.tex
%{_texmfdistdir}/tex/latex/codepage/shapedc.tex
%doc %{_texmfdistdir}/doc/latex/codepage/LISEZMOI
%doc %{_texmfdistdir}/doc/latex/codepage/README
%doc %{_texmfdistdir}/doc/latex/codepage/codepage.pdf
%doc %{_texmfdistdir}/doc/latex/codepage/demo.zip
%doc %{_texmfdistdir}/doc/latex/codepage/frintro.pdf
#- source
%doc %{_texmfdistdir}/source/latex/codepage/codepage.drv
%doc %{_texmfdistdir}/source/latex/codepage/codepage.dtx
%doc %{_texmfdistdir}/source/latex/codepage/codepage.ins
%doc %{_texmfdistdir}/source/latex/codepage/frintro.drv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110118-4
+ Revision: 82affb2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24498 |14mu|texlive-codicefiscaleitaliano-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26234
# category Package
# catalog-ctan /macros/latex/contrib/codicefiscaleitaliano
# catalog-date 2012-05-05 09:37:49 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-codicefiscaleitaliano
Version:	1.1
Release:	4
Summary:	Test the consistency of the Italian personal Fiscal Code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/codicefiscaleitaliano
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codicefiscaleitaliano.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codicefiscaleitaliano.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/codicefiscaleitaliano.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The alphanumeric string that forms the Italian personal Fiscal
Code is prone to be misspelled thus rendering a legal document
invalid. The package quickly verifies the consistency of the
fiscal code string, and can therefore be useful for lawyers and
accountants that use fiscal codes very frequently.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/codicefiscaleitaliano/codicefiscaleitaliano.sty
%doc %{_texmfdistdir}/doc/latex/codicefiscaleitaliano/README
%doc %{_texmfdistdir}/doc/latex/codicefiscaleitaliano/codicefiscaleitaliano.pdf
#- source
%doc %{_texmfdistdir}/source/latex/codicefiscaleitaliano/codicefiscaleitaliano.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: ee1722b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24499 |14mu|texlive-collcell-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21539
# category Package
# catalog-ctan /macros/latex/contrib/collcell
# catalog-date 2011-02-27 21:54:29 +0100
# catalog-license lppl1.3
# catalog-version 0.5
Name:		texlive-collcell
Version:	0.5
Release:	4
Summary:	Collect contents of a tabular cell as argument to a macro
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/collcell
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collcell.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collcell.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collcell.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros that collect the content of a
tabular cell, and offer them as an argument to a macro. Special
care is taken to remove all aligning macros inserted by tabular
from the cell content. The macros also work in the last column
of a table, but do not support verbatim material inside the
cells.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/collcell/collcell.sty
%doc %{_texmfdistdir}/doc/latex/collcell/collcell.pdf
#- source
%doc %{_texmfdistdir}/source/latex/collcell/Makefile
%doc %{_texmfdistdir}/source/latex/collcell/README
%doc %{_texmfdistdir}/source/latex/collcell/collcell.dtx
%doc %{_texmfdistdir}/source/latex/collcell/collcell.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-4
+ Revision: f2b9edb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24500 |14mu|texlive-collectbox-20120807-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26557
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collectbox
Version:	20120807
Release:	3
Summary:	TeXLive collectbox package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collectbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collectbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collectbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive collectbox package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/collectbox/collectbox.sty
%doc %{_texmfdistdir}/doc/latex/collectbox/README
%doc %{_texmfdistdir}/doc/latex/collectbox/collectbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/collectbox/collectbox.dtx
%doc %{_texmfdistdir}/source/latex/collectbox/collectbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120807-3
+ Revision: 90d6dce
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24501 |14mu|texlive-collection-context-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30458
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-context
Epoch:		1
Version:	20131013
Release:	7
Summary:	ConTeXt and packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-context.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-context
Requires:	texlive-collection-basic
Requires:	texlive-jmn
Requires:	texlive-context-account
Requires:	texlive-context-algorithmic
Requires:	texlive-context-bnf
Requires:	texlive-context-chromato
Requires:	texlive-context-construction-plan
Requires:	texlive-context-cyrillicnumbers
Requires:	texlive-context-degrade
Requires:	texlive-context-filter
Requires:	texlive-context-fixme
Requires:	texlive-context-french
Requires:	texlive-context-fullpage
Requires:	texlive-context-games
Requires:	texlive-context-gantt
Requires:	texlive-context-gnuplot
Requires:	texlive-context-letter
Requires:	texlive-context-lettrine
Requires:	texlive-context-lilypond
Requires:	texlive-context-mathsets
Requires:	texlive-context-notes-zh-cn
Requires:	texlive-context-rst
Requires:	texlive-context-ruby
Requires:	texlive-context-simplefonts
Requires:	texlive-context-simpleslides
Requires:	texlive-context-transliterator
Requires:	texlive-context-typearea
Requires:	texlive-context-typescripts
Requires:	texlive-context-vim

%description
Hans Hagen's powerful ConTeXt system, http://pragma-ade.com.
Also includes third-party ConTeXt packages.


#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:20131013-7
+ Revision: 63a7aef
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24502 |14mu|texlive-collection-latexextra-20140215-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32944
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-latexextra
Epoch:		2
Version:	20140215
Release:	3
Summary:	LaTeX additional packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-latexextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Suggests:	texlive-exceltex
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-pictures
Requires:	texlive-2up
Requires:	texlive-ESIEEcv
Requires:	texlive-GS1
Requires:	texlive-HA-prosper
Requires:	texlive-Tabbing
Requires:	texlive-a0poster
Requires:	texlive-a4wide
Requires:	texlive-a5comb
Requires:	texlive-abraces
Requires:	texlive-abstract
Requires:	texlive-achemso
Requires:	texlive-acro
Requires:	texlive-acronym
Requires:	texlive-acroterm
Requires:	texlive-actuarialangle
Requires:	texlive-addlines
Requires:	texlive-adjmulticol
Requires:	texlive-adjustbox
Requires:	texlive-adrconv
Requires:	texlive-advdate
Requires:	texlive-akktex
Requires:	texlive-akletter
Requires:	texlive-alterqcm
Requires:	texlive-altfont
Requires:	texlive-amsaddr
Requires:	texlive-animate
Requires:	texlive-anonchap
Requires:	texlive-answers
Requires:	texlive-anyfontsize
Requires:	texlive-appendix
Requires:	texlive-appendixnumberbeamer
Requires:	texlive-apptools
Requires:	texlive-arcs
Requires:	texlive-arrayjobx
Requires:	texlive-arraysort
Requires:	texlive-assignment
Requires:	texlive-attachfile
Requires:	texlive-autopdf
Requires:	texlive-authoraftertitle
Requires:	texlive-authorindex
Requires:	texlive-autonum
Requires:	texlive-background
Requires:	texlive-bashful
Requires:	texlive-bchart
Requires:	texlive-beamer2thesis
Requires:	texlive-beameraudience
Requires:	texlive-beamerposter
Requires:	texlive-beamersubframe
Requires:	texlive-beamertheme-upenn-bc
Requires:	texlive-beamerthemejltree
Requires:	texlive-beamerthemenirma
Requires:	texlive-beamerthemephnompenh
Requires:	texlive-begriff
Requires:	texlive-beton
Requires:	texlive-bez123
Requires:	texlive-bezos
Requires:	texlive-bhcexam
Requires:	texlive-bigfoot
Requires:	texlive-bigints
Requires:	texlive-bizcard
Requires:	texlive-blindtext
Requires:	texlive-blkarray
Requires:	texlive-block
Requires:	texlive-blowup
Requires:	texlive-boites
Requires:	texlive-bold-extra
Requires:	texlive-bookest
Requires:	texlive-booklet
Requires:	texlive-boolexpr
Requires:	texlive-bophook
Requires:	texlive-boxedminipage
Requires:	texlive-boxhandler
Requires:	texlive-bracketkey
Requires:	texlive-braket
Requires:	texlive-breakurl
Requires:	texlive-bullcntr
Requires:	texlive-bussproofs
Requires:	texlive-bxdpx-beamer
Requires:	texlive-calcage
Requires:	texlive-calctab
Requires:	texlive-calculator
Requires:	texlive-calrsfs
Requires:	texlive-cals
Requires:	texlive-calxxxx-yyyy
Requires:	texlive-cancel
Requires:	texlive-canoniclayout
Requires:	texlive-capt-of
Requires:	texlive-captcont
Requires:	texlive-captdef
Requires:	texlive-cases
Requires:	texlive-casyl
Requires:	texlive-catchfilebetweentags
Requires:	texlive-catechis
Requires:	texlive-catoptions
Requires:	texlive-cbcoptic
Requires:	texlive-ccaption
Requires:	texlive-cclicenses
Requires:	texlive-cd
Requires:	texlive-cd-cover
Requires:	texlive-cdpbundl
Requires:	texlive-cellspace
Requires:	texlive-censor
Requires:	texlive-changebar
Requires:	texlive-changelayout
Requires:	texlive-changepage
Requires:	texlive-changes
Requires:	texlive-chappg
Requires:	texlive-chapterfolder
Requires:	texlive-chet
Requires:	texlive-chextras
Requires:	texlive-chkfloat
Requires:	texlive-chletter
Requires:	texlive-chngcntr
Requires:	texlive-chronology
Requires:	texlive-circ
Requires:	texlive-classics
Requires:	texlive-clefval
Requires:	texlive-cleveref
Requires:	texlive-clipboard
Requires:	texlive-clock
Requires:	texlive-cmdstring
Requires:	texlive-cmdtrack
Requires:	texlive-cmsd
Requires:	texlive-cnltx
Requires:	texlive-codedoc
Requires:	texlive-codepage
Requires:	texlive-collcell
Requires:	texlive-collectbox
Requires:	texlive-colordoc
Requires:	texlive-colorinfo
Requires:	texlive-colortab
Requires:	texlive-colorwav
Requires:	texlive-colorweb
Requires:	texlive-colourchange
Requires:	texlive-combelow
Requires:	texlive-combine
Requires:	texlive-comma
Requires:	texlive-commado
Requires:	texlive-comment
Requires:	texlive-concepts
Requires:	texlive-concprog
Requires:	texlive-constants
Requires:	texlive-contour
Requires:	texlive-contracard
Requires:	texlive-cooking
Requires:	texlive-cool
Requires:	texlive-coollist
Requires:	texlive-coolstr
Requires:	texlive-coolthms
Requires:	texlive-cooltooltips
Requires:	texlive-coordsys
Requires:	texlive-copyrightbox
Requires:	texlive-coseoul
Requires:	texlive-counttexruns
Requires:	texlive-courseoutline
Requires:	texlive-coursepaper
Requires:	texlive-coverpage
Requires:	texlive-cprotect
Requires:	texlive-crbox
Requires:	texlive-crossreference
Requires:	texlive-csquotes
Requires:	texlive-csvsimple
Requires:	texlive-csvtools
Requires:	texlive-cuisine
Requires:	texlive-currfile
Requires:	texlive-currvita
Requires:	texlive-cutwin
Requires:	texlive-cv
Requires:	texlive-cv4tw
Requires:	texlive-cweb-latex
Requires:	texlive-dashbox
Requires:	texlive-dashrule
Requires:	texlive-dashundergaps
Requires:	texlive-dataref
Requires:	texlive-datatool
Requires:	texlive-dateiliste
Requires:	texlive-datenumber
Requires:	texlive-datetime
Requires:	texlive-dblfloatfix
Requires:	texlive-decimal
Requires:	texlive-decorule
Requires:	texlive-delim
Requires:	texlive-delimtxt
Requires:	texlive-detlev-cm
Requires:	texlive-diagbox
Requires:	texlive-diagnose
Requires:	texlive-dialogl
Requires:	texlive-dichokey
Requires:	texlive-dinbrief
Requires:	texlive-directory
Requires:	texlive-dirtytalk
Requires:	texlive-dlfltxb
Requires:	texlive-dnaseq
Requires:	texlive-docmfp
Requires:	texlive-docmute
Requires:	texlive-documentation
Requires:	texlive-doi
Requires:	texlive-dotarrow
Requires:	texlive-dotseqn
Requires:	texlive-download
Requires:	texlive-dox
Requires:	texlive-dpfloat
Requires:	texlive-dprogress
Requires:	texlive-drac
Requires:	texlive-draftcopy
Requires:	texlive-draftwatermark
Requires:	texlive-dtk
Requires:	texlive-dtxgallery
Requires:	texlive-dvdcoll
Requires:	texlive-dynblocks
Requires:	texlive-easy
Requires:	texlive-easy-todo
Requires:	texlive-easyfig
Requires:	texlive-easylist
Requires:	texlive-ean13isbn
Requires:	texlive-ebezier
Requires:	texlive-ecclesiastic
Requires:	texlive-ecv
Requires:	texlive-ed
Requires:	texlive-edmargin
Requires:	texlive-eemeir
Requires:	texlive-egplot
Requires:	texlive-ellipsis
Requires:	texlive-elmath
Requires:	texlive-elpres
Requires:	texlive-emarks
Requires:	texlive-embedall
Requires:	texlive-embrac
Requires:	texlive-emptypage
Requires:	texlive-emulateapj
Requires:	texlive-endfloat
Requires:	texlive-endheads
Requires:	texlive-endnotes
Requires:	texlive-engpron
Requires:	texlive-engrec
Requires:	texlive-enotez
Requires:	texlive-enumitem
Requires:	texlive-enumitem-zref
Requires:	texlive-envbig
Requires:	texlive-environ
Requires:	texlive-envlab
Requires:	texlive-epigraph
Requires:	texlive-epiolmec
Requires:	texlive-eqell
Requires:	texlive-eqlist
Requires:	texlive-eqname
Requires:	texlive-eqparbox
Requires:	texlive-errata
Requires:	texlive-esami
Requires:	texlive-esdiff
Requires:	texlive-esint
Requires:	texlive-esint-type1
Requires:	texlive-etaremune
Requires:	texlive-etextools
Requires:	texlive-etoc
Requires:	texlive-etoolbox
Requires:	texlive-eukdate
Requires:	texlive-europecv
Requires:	texlive-everyhook
Requires:	texlive-everypage
Requires:	texlive-exam
Requires:	texlive-examdesign
Requires:	texlive-examplep
Requires:	texlive-excludeonly
Requires:	texlive-exercise
Requires:	texlive-exp-testopt
Requires:	texlive-expdlist
Requires:	texlive-export
Requires:	texlive-exsheets
Requires:	texlive-exsol
Requires:	texlive-extract
Requires:	texlive-facsimile
Requires:	texlive-factura
Requires:	texlive-fancynum
Requires:	texlive-fancypar
Requires:	texlive-fancytabs
Requires:	texlive-fancytooltips
Requires:	texlive-figsize
Requires:	texlive-filecontents
Requires:	texlive-filedate
Requires:	texlive-filehook
Requires:	texlive-fileinfo
Requires:	texlive-filemod
Requires:	texlive-fink
Requires:	texlive-finstrut
Requires:	texlive-fixfoot
Requires:	texlive-fixme
Requires:	texlive-fixmetodonotes
Requires:	texlive-fjodor
Requires:	texlive-flabels
Requires:	texlive-flacards
Requires:	texlive-flagderiv
Requires:	texlive-flashcards
Requires:	texlive-flashmovie
Requires:	texlive-flipbook
Requires:	texlive-flippdf
Requires:	texlive-floatflt
Requires:	texlive-floatrow
Requires:	texlive-flowfram
Requires:	texlive-fmp
Requires:	texlive-fmtcount
Requires:	texlive-fn2end
Requires:	texlive-fnbreak
Requires:	texlive-fncychap
Requires:	texlive-fncylab
Requires:	texlive-fnpara
Requires:	texlive-fnpct
Requires:	texlive-fnumprint
Requires:	texlive-foilhtml
Requires:	texlive-fontaxes
Requires:	texlive-fonttable
Requires:	texlive-footmisc
Requires:	texlive-footnotebackref
Requires:	texlive-footnoterange
Requires:	texlive-footnpag
Requires:	texlive-forarray
Requires:	texlive-foreign
Requires:	texlive-forloop
Requires:	texlive-formlett
Requires:	texlive-formular
Requires:	texlive-fragments
Requires:	texlive-frame
Requires:	texlive-framed
Requires:	texlive-frankenstein
Requires:	texlive-frege
Requires:	texlive-ftcap
Requires:	texlive-ftnxtra
Requires:	texlive-fullblck
Requires:	texlive-fullwidth
Requires:	texlive-fundus-calligra
Requires:	texlive-fundus-cyr
Requires:	texlive-fundus-sueterlin
Requires:	texlive-fwlw
Requires:	texlive-g-brief
Requires:	texlive-gauss
Requires:	texlive-gcard
Requires:	texlive-gcite
Requires:	texlive-genmpage
Requires:	texlive-getfiledate
Requires:	texlive-ginpenc
Requires:	texlive-gitinfo
Requires:	texlive-gloss
Requires:	texlive-glossaries
Requires:	texlive-gmdoc
Requires:	texlive-gmdoc-enhance
Requires:	texlive-gmiflink
Requires:	texlive-gmutils
Requires:	texlive-gmverb
Requires:	texlive-graphicx-psmin
Requires:	texlive-graphicxbox
Requires:	texlive-grfpaste
Requires:	texlive-grid
Requires:	texlive-grid-system
Requires:	texlive-gridset
Requires:	texlive-gtl
Requires:	texlive-guitlogo
Requires:	texlive-hanging
Requires:	texlive-hardwrap
Requires:	texlive-harnon-cv
Requires:	texlive-harpoon
Requires:	texlive-hc
Requires:	texlive-he-she
Requires:	texlive-hhtensor
Requires:	texlive-histogr
Requires:	texlive-hitec
Requires:	texlive-hletter
Requires:	texlive-hpsdiss
Requires:	texlive-hrefhide
Requires:	texlive-hvindex
Requires:	texlive-hypdvips
Requires:	texlive-hyper
Requires:	texlive-hypernat
Requires:	texlive-hyperref-docsrc
Requires:	texlive-hyperxmp
Requires:	texlive-hyphenat
Requires:	texlive-idxcmds
Requires:	texlive-idxlayout
Requires:	texlive-ifmslide
Requires:	texlive-ifmtarg
Requires:	texlive-ifnextok
Requires:	texlive-ifoddpage
Requires:	texlive-ifplatform
Requires:	texlive-ifthenx
Requires:	texlive-iitem
Requires:	texlive-image-gallery
Requires:	texlive-imakeidx
Requires:	texlive-import
Requires:	texlive-incgraph
Requires:	texlive-inlinedef
Requires:	texlive-inputtrc
Requires:	texlive-interactiveworkbook
Requires:	texlive-interfaces
Requires:	texlive-inversepath
Requires:	texlive-invoice
Requires:	texlive-iso
Requires:	texlive-iso10303
Requires:	texlive-isodate
Requires:	texlive-isonums
Requires:	texlive-isodoc
Requires:	texlive-isorot
Requires:	texlive-isotope
Requires:	texlive-issuulinks
Requires:	texlive-iwhdp
Requires:	texlive-jlabels
Requires:	texlive-jvlisting
Requires:	texlive-kantlipsum
Requires:	texlive-kerntest
Requires:	texlive-keycommand
Requires:	texlive-keyreader
Requires:	texlive-keystroke
Requires:	texlive-keyval2e
Requires:	texlive-kix
Requires:	texlive-koma-moderncvclassic
Requires:	texlive-koma-script-sfs
Requires:	texlive-ktv-texdata
Requires:	texlive-labbook
Requires:	texlive-labelcas
Requires:	texlive-labels
Requires:	texlive-lastpage
Requires:	texlive-latex-tds
Requires:	texlive-layouts
Requires:	texlive-lazylist
Requires:	texlive-lcd
Requires:	texlive-lcg
Requires:	texlive-leading
Requires:	texlive-leaflet
Requires:	texlive-leftidx
Requires:	texlive-lengthconvert
Requires:	texlive-lettre
Requires:	texlive-lettrine
Requires:	texlive-lewis
Requires:	texlive-lhelp
Requires:	texlive-libgreek
Requires:	texlive-limap
Requires:	texlive-linegoal
Requires:	texlive-lipsum
Requires:	texlive-lisp-on-tex
Requires:	texlive-listing
Requires:	texlive-listofsymbols
Requires:	texlive-listliketab
Requires:	texlive-lkproof
Requires:	texlive-lmake
Requires:	texlive-locality
Requires:	texlive-localloc
Requires:	texlive-logbox
Requires:	texlive-logical-markup-utils
Requires:	texlive-logpap
Requires:	texlive-longnamefilelist
Requires:	texlive-loops
Requires:	texlive-lsc
Requires:	texlive-lstaddons
Requires:	texlive-lt3graph
Requires:	texlive-ltablex
Requires:	texlive-ltabptch
Requires:	texlive-ltxdockit
Requires:	texlive-ltxindex
Requires:	texlive-ltxkeys
Requires:	texlive-ltxnew
Requires:	texlive-ltxtools
Requires:	texlive-macroswap
Requires:	texlive-magaz
Requires:	texlive-mailing
Requires:	texlive-mailmerge
Requires:	texlive-makebarcode
Requires:	texlive-makebox
Requires:	texlive-makecell
Requires:	texlive-makecirc
Requires:	texlive-makecmds
Requires:	texlive-makedtx
Requires:	texlive-makeglos
Suggests:	texlive-mandi
Requires:	texlive-manfnt
Requires:	texlive-manuscript
Requires:	texlive-marginfix
Requires:	texlive-marginnote
Requires:	texlive-mathalfa
Requires:	texlive-mathastext
Requires:	texlive-mathexam
Requires:	texlive-maybemath
Requires:	texlive-mbenotes
Requires:	texlive-mcaption
Requires:	texlive-mceinleger
Requires:	texlive-mcite
Requires:	texlive-mciteplus
Requires:	texlive-mdframed
Requires:	texlive-media9
Requires:	texlive-meetingmins
Requires:	texlive-memexsupp
Requires:	texlive-memory
Requires:	texlive-menu
Requires:	texlive-menukeys
Requires:	texlive-method
Requires:	texlive-metre
Requires:	texlive-mftinc
Requires:	texlive-midpage
Requires:	texlive-minibox
Requires:	texlive-minifp
Requires:	texlive-minipage-marginpar
Requires:	texlive-minitoc
Requires:	texlive-minorrevision
Requires:	texlive-minted
Requires:	texlive-minutes
Requires:	texlive-misc209
Requires:	texlive-mla-paper
Requires:	texlive-mlist
Requires:	texlive-mmap
Requires:	texlive-mnotes
Requires:	texlive-moderncv
Requires:	texlive-moderntimeline
Requires:	texlive-modref
Requires:	texlive-modroman
Requires:	texlive-monofill
Requires:	texlive-moreenum
Requires:	texlive-morefloats
Requires:	texlive-morehype
Requires:	texlive-moresize
Requires:	texlive-moreverb
Requires:	texlive-morewrites
Requires:	texlive-movie15
Requires:	texlive-mparhack
Requires:	texlive-msc
Requires:	texlive-msg
Requires:	texlive-mslapa
Requires:	texlive-mtgreek
Requires:	texlive-multenum
Requires:	texlive-multibbl
Requires:	texlive-multicap
Requires:	texlive-multienv
Requires:	texlive-multiexpand
Requires:	texlive-multirow
Requires:	texlive-mversion
Requires:	texlive-mwe
Requires:	texlive-mweights
Requires:	texlive-mycv
Requires:	texlive-mylatexformat
Requires:	texlive-nag
Requires:	texlive-nameauth
Requires:	texlive-namespc
Requires:	texlive-ncclatex
Requires:	texlive-ncctools
Requires:	texlive-needspace
Requires:	texlive-nestquot
Requires:	texlive-newcommand
Requires:	texlive-newenviron
Requires:	texlive-newfile
Requires:	texlive-newlfm
Requires:	texlive-newspaper
Requires:	texlive-newunicodechar
Requires:	texlive-newvbtm
Requires:	texlive-newverbs
Requires:	texlive-nextpage
Requires:	texlive-nfssext-cfr
Requires:	texlive-nicefilelist
Requires:	texlive-niceframe
Requires:	texlive-nicetext
Requires:	texlive-nlctdoc
Requires:	texlive-noconflict
Requires:	texlive-noindentafter
Requires:	texlive-noitcrul
Requires:	texlive-nolbreaks
Requires:	texlive-nomencl
Requires:	texlive-nomentbl
Requires:	texlive-nonfloat
Requires:	texlive-nonumonpart
Requires:	texlive-nopageno
Requires:	texlive-notes
Requires:	texlive-notoccite
Requires:	texlive-nowidow
Requires:	texlive-nox
Requires:	texlive-ntheorem
Requires:	texlive-numberedblock
Requires:	texlive-numname
Requires:	texlive-numprint
Requires:	texlive-ocg-p
Requires:	texlive-ocgx
Requires:	texlive-ocr-latex
Requires:	texlive-octavo
Requires:	texlive-oldstyle
Requires:	texlive-onlyamsmath
Requires:	texlive-opcit
Requires:	texlive-optional
Requires:	texlive-outline
Requires:	texlive-outliner
Requires:	texlive-outlines
Requires:	texlive-overpic
Requires:	texlive-pagecolor
Requires:	texlive-pagecont
Requires:	texlive-pagenote
Requires:	texlive-pagerange
Requires:	texlive-pageslts
Requires:	texlive-paper
Requires:	texlive-papercdcase
Requires:	texlive-papermas
Requires:	texlive-papertex
Requires:	texlive-paracol
Requires:	texlive-paralist
Requires:	texlive-paresse
Requires:	texlive-parnotes
Requires:	texlive-parselines
Requires:	texlive-pas-cours
Requires:	texlive-pas-cv
Requires:	texlive-pas-tableur
Requires:	texlive-patch
Requires:	texlive-patchcmd
Requires:	texlive-pauldoc
Requires:	texlive-pawpict
Requires:	texlive-pax
Requires:	texlive-pbox
Requires:	texlive-pbsheet
Requires:	texlive-pdf14
Requires:	texlive-pdfcomment
Requires:	texlive-pdfcprot
Requires:	texlive-pdfmarginpar
Requires:	texlive-pdfscreen
Requires:	texlive-pdfslide
Requires:	texlive-pdfsync
Requires:	texlive-pdfwin
Requires:	texlive-pdfx
Requires:	texlive-pecha
Requires:	texlive-perfectcut
Requires:	texlive-perltex
Requires:	texlive-permute
Requires:	texlive-petiteannonce
Requires:	texlive-philex
Requires:	texlive-photo
Requires:	texlive-piff
Requires:	texlive-pkgloader
Requires:	texlive-placeins
Requires:	texlive-plates
Requires:	texlive-plantslabels
Requires:	texlive-plweb
Requires:	texlive-polynom
Requires:	texlive-polynomial
Requires:	texlive-polytable
Requires:	texlive-postcards
Requires:	texlive-poster-mac
Requires:	texlive-ppr-prv
Requires:	texlive-preprint
Requires:	texlive-prettyref
Requires:	texlive-preview
Requires:	texlive-printlen
Requires:	texlive-probsoln
Requires:	texlive-program
Requires:	texlive-progress
Requires:	texlive-progressbar
Requires:	texlive-properties
Requires:	texlive-prosper
Requires:	texlive-protex
Requires:	texlive-protocol
Requires:	texlive-psfragx
Requires:	texlive-pst-pdf
Requires:	texlive-pstool
Requires:	texlive-pxgreeks
Requires:	texlive-python
Requires:	texlive-qcm
Requires:	texlive-quoting
Requires:	texlive-qstest
Requires:	texlive-qsymbols
Requires:	texlive-quotchap
Requires:	texlive-quotmark
Requires:	texlive-ran_toks
Requires:	texlive-randtext
Requires:	texlive-rccol
Requires:	texlive-rcs-multi
Requires:	texlive-rcsinfo
Requires:	texlive-readarray
Requires:	texlive-realboxes
Requires:	texlive-recipe
Requires:	texlive-recipecard
Requires:	texlive-rectopma
Requires:	texlive-refcheck
Requires:	texlive-refenums
Requires:	texlive-reflectgraphics
Requires:	texlive-refman
Requires:	texlive-refstyle
Requires:	texlive-regcount
Requires:	texlive-regexpatch
Requires:	texlive-register
Requires:	texlive-regstats
Requires:	texlive-relenc
Requires:	texlive-relsize
Requires:	texlive-repeatindex
Requires:	texlive-rjlparshap
Requires:	texlive-rlepsf
Requires:	texlive-rmpage
Requires:	texlive-robustcommand
Requires:	texlive-robustindex
Requires:	texlive-romanbar
Requires:	texlive-romanneg
Requires:	texlive-romannum
Requires:	texlive-rotfloat
Requires:	texlive-rotpages
Requires:	texlive-roundbox
Requires:	texlive-rterface
Requires:	texlive-rtkinenc
Requires:	texlive-rulercompass
Requires:	texlive-rvwrite
Requires:	texlive-sauerj
Requires:	texlive-savefnmark
Requires:	texlive-savesym
Requires:	texlive-savetrees
Requires:	texlive-scale
Requires:	texlive-scalebar
Requires:	texlive-scalerel
Requires:	texlive-scanpages
Requires:	texlive-sdrt
Requires:	texlive-secdot
Requires:	texlive-sectionbox
Requires:	texlive-sectsty
Requires:	texlive-selectp
Requires:	texlive-semantic
Requires:	texlive-semioneside
Requires:	texlive-sepfootnotes
Requires:	texlive-seqsplit
Requires:	texlive-sf298
Requires:	texlive-sffms
Requires:	texlive-sfmath
Requires:	texlive-shadow
Requires:	texlive-shadowtext
Requires:	texlive-shadethm
Requires:	texlive-shapepar
Requires:	texlive-shipunov
Requires:	texlive-shorttoc
Requires:	texlive-show2e
Requires:	texlive-showcharinbox
Requires:	texlive-showdim
Requires:	texlive-showexpl
Requires:	texlive-showlabels
Requires:	texlive-sidecap
Requires:	texlive-sidenotes
Requires:	texlive-silence
Requires:	texlive-simplecd
Requires:	texlive-simplecv
Requires:	texlive-simplewick
Requires:	texlive-sitem
Requires:	texlive-skb
Requires:	texlive-skdoc
Requires:	texlive-skeycommand
Requires:	texlive-skeyval
Requires:	texlive-skrapport
Requires:	texlive-slantsc
Requires:	texlive-smalltableof
Requires:	texlive-smartref
Requires:	texlive-snapshot
Requires:	texlive-snotez
Requires:	texlive-soul
Requires:	texlive-spanglish
Requires:	texlive-sparklines
Requires:	texlive-sphack
Requires:	texlive-spreadtab
Requires:	texlive-spverbatim
Requires:	texlive-splitindex
Requires:	texlive-spot
Requires:	texlive-spotcolor
Requires:	texlive-srbook-mem
Requires:	texlive-srcltx
Requires:	texlive-sseq
Requires:	texlive-sslides
Requires:	texlive-stack
Requires:	texlive-stackengine
Requires:	texlive-standalone
Requires:	texlive-statistik
Requires:	texlive-stdclsdv
Requires:	texlive-stdpage
Requires:	texlive-stex
Requires:	texlive-storebox
Requires:	texlive-storecmd
Requires:	texlive-stringstrings
Requires:	texlive-sttools
Requires:	texlive-stubs
Requires:	texlive-subdepth
Requires:	texlive-subeqn
Requires:	texlive-subeqnarray
Requires:	texlive-subfigmat
Requires:	texlive-subfigure
Requires:	texlive-subfiles
Requires:	texlive-subfloat
Requires:	texlive-substitutefont
Requires:	texlive-substr
Requires:	texlive-supertabular
Requires:	texlive-svg
Requires:	texlive-svgcolor
Requires:	texlive-svn
Requires:	texlive-svn-multi
Requires:	texlive-svn-prov
Requires:	texlive-svninfo
Requires:	texlive-syntax
Requires:	texlive-syntrace
Requires:	texlive-synttree
Requires:	texlive-tabfigures
Requires:	texlive-tableaux
Requires:	texlive-tablefootnote
Requires:	texlive-tableof
Requires:	texlive-tablists
Requires:	texlive-tabls
Requires:	texlive-tabstackengine
Requires:	texlive-tabto-ltx
Requires:	texlive-tabu
Requires:	texlive-tabularborder
Requires:	texlive-tabularcalc
Requires:	texlive-tabularew
Requires:	texlive-tabulary
Requires:	texlive-tagging
Requires:	texlive-talk
Requires:	texlive-tamefloats
Requires:	texlive-tcldoc
Requires:	texlive-tcolorbox
Requires:	texlive-tdclock
Requires:	texlive-technics
Requires:	texlive-ted
Requires:	texlive-termcal
Requires:	texlive-termlist
Requires:	texlive-tex-label
Requires:	texlive-texlogos
Requires:	texlive-texmate
Requires:	texlive-texments
Requires:	texlive-texpower
Requires:	texlive-texshade
Requires:	texlive-textfit
Requires:	texlive-textgreek
Requires:	texlive-textmerg
Requires:	texlive-textpos
Requires:	texlive-theoremref
Requires:	texlive-threadcol
Requires:	texlive-threeparttable
Requires:	texlive-threeparttablex
Requires:	texlive-thinsp
Requires:	texlive-thmtools
Requires:	texlive-thumb
Requires:	texlive-thumbs
Requires:	texlive-thumby
Requires:	texlive-ticket
Requires:	texlive-titlecaps
Requires:	texlive-titlefoot
Requires:	texlive-titlepic
Requires:	texlive-titleref
Requires:	texlive-titlesec
Requires:	texlive-titling
Requires:	texlive-tocbibind
Requires:	texlive-tocloft
Requires:	texlive-tocvsec2
Requires:	texlive-todo
Requires:	texlive-todonotes
Requires:	texlive-tokenizer
Requires:	texlive-toolbox
Requires:	texlive-topfloat
Requires:	texlive-totcount
Requires:	texlive-totpages
Requires:	texlive-translations
Requires:	texlive-trfsigns
Requires:	texlive-trimspaces
Requires:	texlive-trsym
Requires:	texlive-trivfloat
Requires:	texlive-truncate
Requires:	texlive-tucv
Requires:	texlive-turnthepage
Requires:	texlive-twoinone
Requires:	texlive-twoup
Requires:	texlive-txgreeks
Requires:	texlive-type1cm
Requires:	texlive-typeface
Requires:	texlive-typogrid
Requires:	texlive-ucs
Requires:	texlive-uebungsblatt
Requires:	texlive-umoline
Requires:	texlive-underlin
Requires:	texlive-underoverlap
Requires:	texlive-undolabl
Requires:	texlive-units
Requires:	texlive-unravel
Requires:	texlive-upmethodology
Requires:	texlive-upquote
Requires:	texlive-uri
Requires:	texlive-ushort
Requires:	texlive-uwmslide
Requires:	texlive-varindex
Requires:	texlive-varsfromjobname
Requires:	texlive-varwidth
Requires:	texlive-vdmlisting
Requires:	texlive-verbasef
Requires:	texlive-verbatimbox
Requires:	texlive-verbatimcopy
Requires:	texlive-verbdef
Requires:	texlive-verbments
Requires:	texlive-version
Requires:	texlive-versions
Requires:	texlive-vertbars
Requires:	texlive-vgrid
Requires:	texlive-vhistory
Requires:	texlive-vmargin
Requires:	texlive-volumes
Requires:	texlive-vpe
Requires:	texlive-vruler
Requires:	texlive-vwcol
Requires:	texlive-wallpaper
Requires:	texlive-warning
Requires:	texlive-warpcol
Requires:	texlive-was
Requires:	texlive-widetable
Requires:	texlive-williams
Requires:	texlive-withargs
Requires:	texlive-wordlike
Requires:	texlive-wrapfig
Requires:	texlive-xargs
Requires:	texlive-xcomment
Requires:	texlive-xhfill
Requires:	texlive-xtab
Requires:	texlive-xdoc
Requires:	texlive-xfor
Requires:	texlive-xifthen
Requires:	texlive-xint
Requires:	texlive-xmpincl
Requires:	texlive-xnewcommand
Requires:	texlive-xoptarg
Requires:	texlive-xpatch
Requires:	texlive-xpeek
Requires:	texlive-xpunctuate
Requires:	texlive-xstring
Requires:	texlive-xwatermark
Requires:	texlive-xytree
Requires:	texlive-yafoot
Requires:	texlive-yagusylo
Requires:	texlive-ydoc
Requires:	texlive-yplan
Requires:	texlive-zed-csp
Requires:	texlive-ziffer
Requires:	texlive-zwgetfdate
Requires:	texlive-zwpagelayout
%rename tetex-latex
%rename texlive-texmf-latex

%description
A very large collection of add-on packages for LaTeX.

%posttrans
    %{_sbindir}/texlive.post -

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Tue Mar 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2:20140215-3
+ Revision: 669e9c5
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24503 |14mu|texlive-collection-xetex-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30396
# category Collection
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-collection-xetex
Epoch:		1
Version:	20131013
Release:	7
Summary:	XeTeX and packages
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-xetex.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-arabxetex
Requires:	texlive-euenc
Requires:	texlive-fixlatvian
Requires:	texlive-fontbook
Requires:	texlive-fontwrap
Requires:	texlive-mathspec
Requires:	texlive-philokalia
Requires:	texlive-polyglossia
Requires:	texlive-ptext
Requires:	texlive-realscripts
Requires:	texlive-ucharclasses
Requires:	texlive-unisugar
Requires:	texlive-xecjk
Requires:	texlive-xecolor
Requires:	texlive-xecyr
Requires:	texlive-xeindex
Requires:	texlive-xepersian
Requires:	texlive-xesearch
Requires:	texlive-xetex
Requires:	texlive-xetex-def
Requires:	texlive-xetex-itrans
Requires:	texlive-xetex-pstricks
Requires:	texlive-xetex-tibetan
Requires:	texlive-xetexconfig
Requires:	texlive-xetexfontinfo
Requires:	texlive-xetexko
Requires:	texlive-xevlna
Requires:	texlive-xltxtra
Requires:	texlive-xunicode

%description
Packages for XeTeX, the Unicode/OpenType-enabled TeX by
Jonathan Kew, http://tug.org/xetex.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog

* Tue Apr 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:20131013-7
- (10662c6) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24504 |14mu|texlive-colordoc-20100606-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18270
# category Package
# catalog-ctan /macros/latex/contrib/colordoc
# catalog-date 2010-06-06 13:50:32 +0200
# catalog-license lppl1
# catalog-version undef
Name:		texlive-colordoc
Version:	20100606
Release:	4
Summary:	Coloured syntax highlights in documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/colordoc
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colordoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colordoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colordoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is used in documentation files (that use the doc
package); with it the code listings will highlight (for
example) pairs of curly braces with matching colors. Other
delimiters like \if ... \fi, are highlighted, as are the names
of new commands. All this makes code a little more readable,
and helps during process of writing. Three options are
provided, including a non-color option designed for printing
(which numbers delimiters and underlines new commands).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/colordoc/colordoc.sty
%doc %{_texmfdistdir}/doc/latex/colordoc/README
%doc %{_texmfdistdir}/doc/latex/colordoc/colordoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/colordoc/colordoc.dtx
%doc %{_texmfdistdir}/source/latex/colordoc/colordoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100606-4
+ Revision: a182f7b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24505 |14mu|texlive-colorinfo-0.3c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/colorinfo
# catalog-date 2007-02-03 12:09:11 +0100
# catalog-license lppl
# catalog-version 0.3c
Name:		texlive-colorinfo
Version:	0.3c
Release:	4
Summary:	Retrieve colour model and values for defined colours
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/colorinfo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorinfo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive colorinfo package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/colorinfo/colorinfo.sty
%doc %{_texmfdistdir}/doc/latex/colorinfo/README
%doc %{_texmfdistdir}/doc/latex/colorinfo/colorinfo-test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3c-4
+ Revision: b989029
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24506 |14mu|texlive-colortab-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22155
# category Package
# catalog-ctan /macros/generic/colortab
# catalog-date 2010-09-08 11:26:01 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-colortab
Version:	1.0
Release:	4
Summary:	Shade cells of tables and halign
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/colortab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colortab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colortab.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Lets you shade or colour the cells in the alignment
environments such as \halign and LaTeX's tabular and array
environments. The colortbl or package is to be preferred today
with LaTeX (it assures compatibility with the longtable
package, which is no longer true with colortab); another modern
option is the table-colouring option of the xcolor. However,
colortab remains an adequate solution for use with Plain TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/colortab/colortab.sty
%{_texmfdistdir}/tex/generic/colortab/colortab.tex
%doc %{_texmfdistdir}/doc/generic/colortab/Changes
%doc %{_texmfdistdir}/doc/generic/colortab/Makefile
%doc %{_texmfdistdir}/doc/generic/colortab/colortab-doc.pdf
%doc %{_texmfdistdir}/doc/generic/colortab/colortab-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 6f59410
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24507 |14mu|texlive-colortbl-v1.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25394
# category Package
# catalog-ctan /macros/latex/contrib/colortbl
# catalog-date 2012-02-14 10:56:36 +0100
# catalog-license lppl
# catalog-version v1.0a
Name:		texlive-colortbl
Version:	v1.0a
Release:	3
Summary:	Add colour to LaTeX tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/colortbl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colortbl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colortbl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colortbl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows rows and columns to be coloured, and even
individual cells.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/colortbl/colortbl.sty
%doc %{_texmfdistdir}/doc/latex/colortbl/README
%doc %{_texmfdistdir}/doc/latex/colortbl/colortbl-DE.pdf
%doc %{_texmfdistdir}/doc/latex/colortbl/colortbl-DE.tex
%doc %{_texmfdistdir}/doc/latex/colortbl/colortbl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/colortbl/colortbl.dtx
%doc %{_texmfdistdir}/source/latex/colortbl/colortbl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.0a-3
+ Revision: e6446d4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24508 |14mu|texlive-colorwav-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/colorwav
# catalog-date 2008-08-18 10:38:42 +0200
# catalog-license lgpl
# catalog-version 1.0
Name:		texlive-colorwav
Version:	1.0
Release:	4
Summary:	Colours by wavelength of visible light
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/colorwav
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorwav.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorwav.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorwav.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to obtain an RGB value (suitable
for use in the color package) from a wavelength of light. The
default unit is nanometres, but other units may be used. Note
that this function is also available within the xcolor.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/colorwav/colorwav.sty
%doc %{_texmfdistdir}/doc/latex/colorwav/README
%doc %{_texmfdistdir}/doc/latex/colorwav/colorwav.pdf
#- source
%doc %{_texmfdistdir}/source/latex/colorwav/colorwav.dtx
%doc %{_texmfdistdir}/source/latex/colorwav/colorwav.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: b5a6fff
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24509 |14mu|texlive-colorweb-1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31490
# category Package
# catalog-ctan /macros/latex/contrib/colorweb
# catalog-date 2013-08-21 17:22:18 +0200
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-colorweb
Version:	1.3
Release:	7
Summary:	Extend the color package colour space
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/colorweb
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorweb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorweb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colorweb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes the 216 "web-safe colours" available to the
standard color package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/colorweb/colorweb.sty
%doc %{_texmfdistdir}/doc/latex/colorweb/README
%doc %{_texmfdistdir}/doc/latex/colorweb/colorweb.pdf
%doc %{_texmfdistdir}/doc/latex/colorweb/colorwebfull.pdf
%doc %{_texmfdistdir}/doc/latex/colorweb/colorwebuser.pdf
%doc %{_texmfdistdir}/doc/latex/colorweb/descript.ion
#- source
%doc %{_texmfdistdir}/source/latex/colorweb/colorweb.dtx
%doc %{_texmfdistdir}/source/latex/colorweb/colorweb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-7
+ Revision: fa31ece
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24510 |14mu|texlive-colourchange-1.22-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21741
# category Package
# catalog-ctan /macros/latex/contrib/colourchange
# catalog-date 2011-03-16 12:04:55 +0100
# catalog-license gpl3
# catalog-version 1.22
Name:		texlive-colourchange
Version:	1.22
Release:	4
Summary:	Colourchange
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/colourchange
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colourchange.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/colourchange.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows you to change the colour of the structural
elements (inner theme and outer theme) of your beamer
presentation during the presentation. There is a manual option
but there is also the option to have your structure colour
change from one colour to another as a function of how far
through the presentation you are.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/colourchange/colourchange.sty
%doc %{_texmfdistdir}/doc/latex/colourchange/README
%doc %{_texmfdistdir}/doc/latex/colourchange/colourchangedoc.pdf
%doc %{_texmfdistdir}/doc/latex/colourchange/colourchangedoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.22-4
+ Revision: bf6f300
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24511 |14mu|texlive-combelow-0.99f-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18462
# category Package
# catalog-ctan /macros/latex/contrib/combelow
# catalog-date 2010-05-24 13:39:10 +0200
# catalog-license lppl1.3
# catalog-version 0.99f
Name:		texlive-combelow
Version:	0.99f
Release:	4
Summary:	Typeset "comma-below" letters, as in Romanian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/combelow
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combelow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combelow.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a command \cb that positions a comma below
a letter, as required (for example) in Romanian typesetting.
The command is robust, but interferes with hyphenation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/combelow/combelow.sty
%doc %{_texmfdistdir}/doc/latex/combelow/README
%doc %{_texmfdistdir}/doc/latex/combelow/combelow.bib
%doc %{_texmfdistdir}/doc/latex/combelow/combelow.pdf
%doc %{_texmfdistdir}/doc/latex/combelow/combelow.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.99f-4
+ Revision: 7d18eea
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24512 |14mu|texlive-combine-0.7a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19361
# category Package
# catalog-ctan /macros/latex/contrib/combine
# catalog-date 2010-07-10 16:18:55 +0200
# catalog-license lppl1.3
# catalog-version 0.7a
Name:		texlive-combine
Version:	0.7a
Release:	4
Summary:	Bundle individual documents into a single document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/combine
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combine.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combine.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combine.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The combine class lets you bundle individual documents into a
single document, such as when preparing a conference
proceedings. The auxiliary combinet package puts the titles and
authors from \maketitle commands into the main document's Table
of Contents. The package cooperates with the abstract and
titling packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/combine/combcite.sty
%{_texmfdistdir}/tex/latex/combine/combine.cls
%{_texmfdistdir}/tex/latex/combine/combinet.sty
%{_texmfdistdir}/tex/latex/combine/combnat.sty
%doc %{_texmfdistdir}/doc/latex/combine/README
%doc %{_texmfdistdir}/doc/latex/combine/combine.pdf
#- source
%doc %{_texmfdistdir}/source/latex/combine/combine.dtx
%doc %{_texmfdistdir}/source/latex/combine/combine.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7a-4
+ Revision: e9747c6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24513 |14mu|texlive-combinedgraphics-0.2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27198
# category Package
# catalog-ctan /macros/latex/contrib/combinedgraphics
# catalog-date 2012-07-16 18:35:20 +0200
# catalog-license gpl
# catalog-version 0.2.2
Name:		texlive-combinedgraphics
Version:	0.2.2
Release:	3
Summary:	Include graphic (EPS or PDF)/LaTeX combinations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/combinedgraphics
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combinedgraphics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combinedgraphics.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/combinedgraphics.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a macro (\includecombinedgraphics) for
the inclusion of combined EPS/LaTeX and PDF/LaTeX graphics (an
export format of Gnuplot, Xfig, and maybe other programs).
Instead of including the graphics with a simple \input, the
\includecombinedgraphics macro has some comforts: - changing
the font and color of the text of the LaTeX part; - rescaling
the graphics without affecting the font of the LaTeX part; -
automatic inclusion of the vector graphics part, as far as
LaTeX part does not do it (e.g., for files exported from
Gnuplot before version 4.2); and - rescaling and rotating of
complete graphics (similar to \includegraphics from the
graphicx package).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/combinedgraphics/combinedgraphics.sty
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/COPYING
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/Makefile
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/README
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/combinedgraphics.pdf
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/Makefile
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/combinedgraphics_test.pdf
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/combinedgraphics_test.tex
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/gnuplot42.eps
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/gnuplot42.pdf
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/gnuplot42.plt
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/gnuplot42.tex
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/xfig325.eps
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/xfig325.fig
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/xfig325.pdf
%doc %{_texmfdistdir}/doc/latex/combinedgraphics/test/xfig325.tex
#- source
%doc %{_texmfdistdir}/source/latex/combinedgraphics/combinedgraphics.dtx
%doc %{_texmfdistdir}/source/latex/combinedgraphics/combinedgraphics.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-3
+ Revision: 8701c3b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24514 |14mu|texlive-comma-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18259
# category Package
# catalog-ctan /macros/latex/contrib/comma
# catalog-date 2010-05-23 19:54:42 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-comma
Version:	1.2
Release:	4
Summary:	Formats a number by inserting commas
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/comma
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comma.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comma.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A flexible package that allows commas (or anything else) to be
inserted every three digits in a number, as in 1,234.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/comma/comma.sty
%doc %{_texmfdistdir}/doc/latex/comma/README
%doc %{_texmfdistdir}/doc/latex/comma/comma.pdf
%doc %{_texmfdistdir}/doc/latex/comma/comma.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: e14f8c7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24515 |14mu|texlive-commado-0.11-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28419
# category Package
# catalog-ctan /macros/generic/commado
# catalog-date 2012-12-02 13:05:20 +0100
# catalog-license lppl1.3
# catalog-version 0.11
Name:		texlive-commado
Version:	0.11
Release:	7
Summary:	Expandable iteration on comma-separated and filename lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/commado
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/commado.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/commado.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/commado.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides two packages: commado and filesdo. The
package commado provides the command \DoWithCSL:
\DoWithCSL{cmd}{list} applies an existing one-parameter macro
cmd to each item in a list list in which terms are separated by
commas. The package filesdo provides the command
\DoWithBasesExts: \DoWithBasesExts{cmd}{bases}{exts} which runs
the single parameter command cmd on each file whose base and
extension are respectively from the comma-separated lists bases
and exts. These 'loop'-like commands are (themselves) entirely
expandable. The packages rely on packages plainpkg, and
stacklet.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/commado/commado.RLS
%{_texmfdistdir}/tex/generic/commado/commado.sty
%{_texmfdistdir}/tex/generic/commado/filesdo.sty
%doc %{_texmfdistdir}/doc/generic/commado/README
%doc %{_texmfdistdir}/doc/generic/commado/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/generic/commado/commado.pdf
#- source
%doc %{_texmfdistdir}/source/generic/commado/commado.tex
%doc %{_texmfdistdir}/source/generic/commado/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.11-7
+ Revision: 7187097
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24516 |14mu|texlive-comment-3.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17155
# category Package
# catalog-ctan /macros/latex/contrib/comment
# catalog-date 2010-02-22 20:33:14 +0100
# catalog-license gpl
# catalog-version 3.6
Name:		texlive-comment
Version:	3.6
Release:	4
Summary:	Selectively include/excludes portions of text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/comment
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comment.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/comment.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Selectively include/exclude pieces of text, allowing the user
to define new, separately controlled, comment versions. All
text between \comment ... \endcomment or \begin{comment} ...
\end{comment} is discarded. The opening and closing commands
should appear on a line of their own. No starting spaces,
nothing after it. This environment should work with arbitrary
amounts of comment, and the comment can be arbitrary text.
Other 'comment' environments are defined and
selected/deselected with \includecomment{versiona} and
\excludecoment{versionb} These environments are used as
\versiona ... \endversiona or \begin{versiona} ...
\end{versiona} with the opening and closing commands again on a
line of their own.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/comment/comment.sty
%doc %{_texmfdistdir}/doc/latex/comment/README
%doc %{_texmfdistdir}/doc/latex/comment/comm_latest.tex
%doc %{_texmfdistdir}/doc/latex/comment/comment.pdf
%doc %{_texmfdistdir}/doc/latex/comment/comment.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.6-4
+ Revision: 18954a4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24517 |14mu|texlive-complexity-0.76-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/complexity
# catalog-date 2007-02-03 21:01:24 +0100
# catalog-license lppl
# catalog-version 0.76
Name:		texlive-complexity
Version:	0.76
Release:	4
Summary:	Computational complexity class names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/complexity
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/complexity.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/complexity.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Complexity is a LaTeX package that defines commands to typeset
Computational Complexity Classes such as $\P$ and $\NP$ (as
well as hundreds of others). It also offers several options
including which font classes are typeset in and how many are
defined (all of them or just the basic, most commonly used
ones). The package has no dependencies other than the standard
ifthen package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/complexity/complexity.sty
%{_texmfdistdir}/tex/latex/complexity/mycomplexity.sty
%doc %{_texmfdistdir}/doc/latex/complexity/README
%doc %{_texmfdistdir}/doc/latex/complexity/complexity.pdf
%doc %{_texmfdistdir}/doc/latex/complexity/complexity.tex
%doc %{_texmfdistdir}/doc/latex/complexity/tableofclasses.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.76-4
+ Revision: 251f392
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24518 |14mu|texlive-computational-complexity-v2.25-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27047
# category Package
# catalog-ctan /macros/latex/contrib/computational-complexity
# catalog-date 2012-06-22 16:58:16 +0200
# catalog-license lppl
# catalog-version v2.25
Name:		texlive-computational-complexity
Version:	v2.25
Release:	3
Summary:	Class for the journal Computational Complexity
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/computational-complexity
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/computational-complexity.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/computational-complexity.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/computational-complexity.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The LaTeX2e class cc was written for the journal Computational
Complexity, and it can also be used for a lot of other
articles. You may like it since it contains a lot of features
as more intelligent references, a set of theorem definitions,
an algorithm environment, ... The class requires natbib.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/computational-complexity/journals.bib
%{_texmfdistdir}/bibtex/bst/computational-complexity/cc.bst
%{_texmfdistdir}/bibtex/bst/computational-complexity/cc2.bst
%{_texmfdistdir}/tex/latex/computational-complexity/cc-cls.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc.cls
%{_texmfdistdir}/tex/latex/computational-complexity/cc2cite.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4amsart.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4apjrnl.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4elsart.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4jT.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4llncs.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4siamltex.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cc4svjour.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccalgo.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccaux.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cccite.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccdbs.sty
%{_texmfdistdir}/tex/latex/computational-complexity/cclayout.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccproof.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccqed.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccref.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccreltx.sty
%{_texmfdistdir}/tex/latex/computational-complexity/ccthm.sty
%{_texmfdistdir}/tex/latex/computational-complexity/relabel.sty
%{_texmfdistdir}/tex/latex/computational-complexity/thcc.sty
%doc %{_texmfdistdir}/doc/latex/computational-complexity/cc-cls-inline.tex
%doc %{_texmfdistdir}/doc/latex/computational-complexity/cc-portability-frame.tex
%doc %{_texmfdistdir}/doc/latex/computational-complexity/cc.pdf
%doc %{_texmfdistdir}/doc/latex/computational-complexity/cc2.dbj
%doc %{_texmfdistdir}/doc/latex/computational-complexity/ccquickref.tex
%doc %{_texmfdistdir}/doc/latex/computational-complexity/cctemplate.tex
#- source
%doc %{_texmfdistdir}/source/latex/computational-complexity/cc.dtx
%doc %{_texmfdistdir}/source/latex/computational-complexity/cc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v2.25-3
+ Revision: d43a21e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24519 |14mu|texlive-concepts-0.0.5.r1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29020
# category Package
# catalog-ctan /macros/latex/contrib/concepts
# catalog-date 2012-12-31 10:20:52 +0100
# catalog-license lppl
# catalog-version 0.0.5-r1
Name:		texlive-concepts
Version:	0.0.5.r1
Release:	7
Summary:	Keeping track of formal 'concepts' for a particular field
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/concepts
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concepts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concepts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package helps to keep track of formal 'concepts' for a
specific field or document. This is particularly useful for
scientific papers (for example, in physics, mathematics or
computer science), which may introduce several concepts (with
their own symbols). The package's commands allow the user to
define a concept (typically, near its first use), and will
ensure consistent use throughout the document. The package
depends on several other packages; while these are fairly
common packages, the user should check the package's README
file for the complete list.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/concepts/concepts.sty
%doc %{_texmfdistdir}/doc/latex/concepts/README
%doc %{_texmfdistdir}/doc/latex/concepts/concepts.pdf
%doc %{_texmfdistdir}/doc/latex/concepts/concepts.tex
%doc %{_texmfdistdir}/doc/latex/concepts/dry.sty
%doc %{_texmfdistdir}/doc/latex/concepts/packagedoc.cls
%doc %{_texmfdistdir}/doc/latex/concepts/with.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.5.r1-7
+ Revision: 73b167e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24520 |14mu|texlive-concprog-20070101-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18791
# category Package
# catalog-ctan /macros/latex/contrib/concprog
# catalog-date 2007-01-01 11:39:06 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-concprog
Version:	20070101
Release:	4
Summary:	Concert programmes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/concprog
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concprog.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concprog.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class which provides the necessary macros to prepare a
(classical) concert programme; a sample is provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/concprog/ConcProg.cls
%doc %{_texmfdistdir}/doc/latex/concprog/program.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070101-4
+ Revision: 4323c49
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24521 |14mu|texlive-concrete-20061208-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/concrete
# catalog-date 2006-12-08 15:31:01 +0100
# catalog-license knuth
# catalog-version undef
Name:		texlive-concrete
Version:	20061208
Release:	4
Summary:	Concrete Roman fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/concrete
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concrete.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/concrete.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Concrete Roman fonts, designed by Donald E. Knuth, originally
for use with Euler mathematics fonts. Alternative mathematics
fonts, based on the concrete 'parameter set' are available as
the concmath fonts bundle. LaTeX support is offered by the
beton, concmath and ccfonts packages. T1- and TS1-encoded
versions of the fonts are available in the ecc bundle, and
Adobe Type 1 versions of the ecc fonts are part of the cm-super
bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/concrete/cccsc10.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccmi10.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccmic9.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr10.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr5.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr6.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr7.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr8.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccr9.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccsl10.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccsl9.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccslc9.mf
%{_texmfdistdir}/fonts/source/public/concrete/ccti10.mf
%{_texmfdistdir}/fonts/source/public/concrete/odigs.mf
%{_texmfdistdir}/fonts/tfm/public/concrete/cccsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccmic9.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr10.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr5.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr6.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr7.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr8.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccr9.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccslc9.tfm
%{_texmfdistdir}/fonts/tfm/public/concrete/ccti10.tfm
%doc %{_texmfdistdir}/doc/fonts/concrete/CATALOGUE
%doc %{_texmfdistdir}/doc/fonts/concrete/Makefile
%doc %{_texmfdistdir}/doc/fonts/concrete/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061208-4
+ Revision: 1c8a179
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24522 |14mu|texlive-confproc-0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23358
# category Package
# catalog-ctan /macros/latex/contrib/conferences/confproc
# catalog-date 2011-08-02 13:14:53 +0200
# catalog-license lppl
# catalog-version 0.8
Name:		texlive-confproc
Version:	0.8
Release:	4
Summary:	A set of tools for generating conference proceedings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/conferences/confproc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/confproc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/confproc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/confproc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The confproc collection comprises a class, a BibTeX style, and
some scripts for generating conference proceedings. It derives
from LaTeX scripts written for the DAFx-06 conference
proceedings, largely based on the pdfpages package for
including the proceedings papers and the hyperref package for
creating a proper table of contents, bookmarks and general
bibliography back-references. Confproc also uses many other
packages for fine tuning of the table of contents, bibliography
and index of authors. The added value of the class resides in
its time-saving aspects when designing conference proceedings.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/confproc/newapave.bst
%{_texmfdistdir}/makeindex/confproc/confproc1.ist
%{_texmfdistdir}/makeindex/confproc/confproc2.ist
%{_texmfdistdir}/tex/latex/confproc/confproc.cfg
%{_texmfdistdir}/tex/latex/confproc/confproc.cls
%{_texmfdistdir}/tex/latex/confproc/newapave.sty
%doc %{_texmfdistdir}/doc/latex/confproc/README
%doc %{_texmfdistdir}/doc/latex/confproc/buildcls.sh
%doc %{_texmfdistdir}/doc/latex/confproc/buildcppdfpapers.sh
%doc %{_texmfdistdir}/doc/latex/confproc/buildpapers.sh
%doc %{_texmfdistdir}/doc/latex/confproc/buildproc.sh
%doc %{_texmfdistdir}/doc/latex/confproc/buildprocelpb.sh
%doc %{_texmfdistdir}/doc/latex/confproc/cleancls.sh
%doc %{_texmfdistdir}/doc/latex/confproc/confproc-short.tex
%doc %{_texmfdistdir}/doc/latex/confproc/confproc.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/confproc_diag.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/countnbpages.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/IEEEtran.bst
%doc %{_texmfdistdir}/doc/latex/confproc/example/buildcppdfpapers.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/buildpapers.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/buildproc.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/buildprocelpb.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/countnbpages.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/example1empty.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/example2custom.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/example3optim.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/example4optim.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/exbiblio.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/exclasslastel.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/exclasslastpb.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/exclasspre.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/expages.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/expapersswitch.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/exportIndividualPDFs.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/exprogram.csv
%doc %{_texmfdistdir}/doc/latex/confproc/example/generateswitch.pl
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/IEEEtran.bst
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/expages.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/p_001.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/p_003.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/p_005.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/p_007.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/p_009.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_001/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_001/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_001/p_001.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_001/p_001.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_003/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_003/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_003/p_003.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_003/p_003.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_005/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_005/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_005/p_005.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_005/p_005.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_007/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_007/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_007/p_007.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_pdftex/p_007/p_007.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_tex/p_009/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_tex/p_009/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_tex/p_009/p_009.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/papers/sources_tex/p_009/p_009.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/papersinfo.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/paperssplitpreamble.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/pictures/ex_1stpage.pdf
%doc %{_texmfdistdir}/doc/latex/confproc/example/removeLaTeXcmds.sh
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_001/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_001/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_001/p_001.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_001/p_001.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_003/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_003/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_003/p_003.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_003/p_003.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_005/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_005/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_005/p_005.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_005/p_005.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_007/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_007/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_007/p_007.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_pdftex/p_007/p_007.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_tex/p_009/dafx_06.sty
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_tex/p_009/fft_plot2.png
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_tex/p_009/p_009.bib
%doc %{_texmfdistdir}/doc/latex/confproc/example/sources_tex/p_009/p_009.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example1empty.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example2custom.tex
%doc %{_texmfdistdir}/doc/latex/confproc/example3optim.tex
%doc %{_texmfdistdir}/doc/latex/confproc/exbiblio.bib
%doc %{_texmfdistdir}/doc/latex/confproc/exclasslastel.tex
%doc %{_texmfdistdir}/doc/latex/confproc/exclasslastpb.tex
%doc %{_texmfdistdir}/doc/latex/confproc/exclasspre.tex
%doc %{_texmfdistdir}/doc/latex/confproc/expages.tex
%doc %{_texmfdistdir}/doc/latex/confproc/expapersswitch.tex
%doc %{_texmfdistdir}/doc/latex/confproc/exportIndividualPDFs.sh
%doc %{_texmfdistdir}/doc/latex/confproc/exprogram.csv
%doc %{_texmfdistdir}/doc/latex/confproc/generateswitch.pl
%doc %{_texmfdistdir}/doc/latex/confproc/papersinfo.sh
%doc %{_texmfdistdir}/doc/latex/confproc/paperssplitpreamble.sh
%doc %{_texmfdistdir}/doc/latex/confproc/prepareexample.sh
%doc %{_texmfdistdir}/doc/latex/confproc/removeLaTeXcmds.sh
#- source
%doc %{_texmfdistdir}/source/latex/confproc/confproc.drv
%doc %{_texmfdistdir}/source/latex/confproc/confproc.dtx
%doc %{_texmfdistdir}/source/latex/confproc/confproc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8-4
+ Revision: cab416e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24523 |14mu|texlive-constants-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/constants
# catalog-date 2008-08-18 10:38:42 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-constants
Version:	1.0
Release:	4
Summary:	Automatic numbering of constants
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/constants
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/constants.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/constants.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/constants.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a way to number constants in a
mathematical proof automatically, with a system for
labelling/referencing. In addition, several families of
constants (with different symbols) may be defined.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/constants/constants.sty
%doc %{_texmfdistdir}/doc/latex/constants/README
%doc %{_texmfdistdir}/doc/latex/constants/constants.pdf
#- source
%doc %{_texmfdistdir}/source/latex/constants/constants.dtx
%doc %{_texmfdistdir}/source/latex/constants/constants.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 8820854
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24524 |14mu|texlive-context-20130426-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31080
# category Package
# catalog-ctan /macros/context/current
# catalog-date 2013-04-26 00:38:23 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-context
Version:	20130426
Release:	8
Summary:	The ConTeXt macro package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/current
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-metapost
Requires:	texlive-pdftex
Requires:	texlive-xetex
Requires:	texlive-luatex
Requires:	texlive-lm
Requires:	texlive-lm-math
Requires:	texlive-stmaryrd
Requires:	texlive-amsfonts
Requires:	texlive-mptopdf
Provides:	texlive-context.bin = %{EVRD}
%rename texlive-texmf-contex

%description
A full featured, parameter driven macro package, which fully
supports advanced interactive documents. See the ConTeXt garden
for a wealth of support information.


#-----------------------------------------------------------------------
%files
%{_bindir}/*
%{_texmfdistdir}/bibtex/bst/context/cont-ab.bst
%{_texmfdistdir}/bibtex/bst/context/cont-au.bst
%{_texmfdistdir}/bibtex/bst/context/cont-no.bst
%{_texmfdistdir}/bibtex/bst/context/cont-ti.bst
%{_texmfdistdir}/context/data/scite/lexers/archive/scite-context-lexer-pre-3-3-1.lua
%{_texmfdistdir}/context/data/scite/lexers/data/scite-context-data-context.lua
%{_texmfdistdir}/context/data/scite/lexers/data/scite-context-data-interfaces.lua
%{_texmfdistdir}/context/data/scite/lexers/data/scite-context-data-metafun.lua
%{_texmfdistdir}/context/data/scite/lexers/data/scite-context-data-metapost.lua
%{_texmfdistdir}/context/data/scite/lexers/data/scite-context-data-tex.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-cld.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-lua-longstring.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-lua.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-mps.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-pdf-object.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-pdf-xref.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-pdf.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-tex.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-txt.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-web.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-xml-cdata.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-xml-comment.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-xml-script.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer-xml.lua
%{_texmfdistdir}/context/data/scite/lexers/scite-context-lexer.lua
%{_texmfdistdir}/context/data/scite/lexers/themes/scite-context-theme-keep.lua
%{_texmfdistdir}/context/data/scite/lexers/themes/scite-context-theme.lua
%{_texmfdistdir}/context/data/scite/metapost.properties
%{_texmfdistdir}/context/data/scite/scite-context-data-context.properties
%{_texmfdistdir}/context/data/scite/scite-context-data-interfaces.properties
%{_texmfdistdir}/context/data/scite/scite-context-data-metafun.properties
%{_texmfdistdir}/context/data/scite/scite-context-data-metapost.properties
%{_texmfdistdir}/context/data/scite/scite-context-data-tex.properties
%{_texmfdistdir}/context/data/scite/scite-context-external.properties
%{_texmfdistdir}/context/data/scite/scite-context-internal.properties
%{_texmfdistdir}/context/data/scite/scite-context-readme.pdf
%{_texmfdistdir}/context/data/scite/scite-context-readme.tex
%{_texmfdistdir}/context/data/scite/scite-context-user.properties
%{_texmfdistdir}/context/data/scite/scite-context-visual.pdf
%{_texmfdistdir}/context/data/scite/scite-context-visual.png
%{_texmfdistdir}/context/data/scite/scite-context-visual.tex
%{_texmfdistdir}/context/data/scite/scite-context.properties
%{_texmfdistdir}/context/data/scite/scite-ctx-context.properties
%{_texmfdistdir}/context/data/scite/scite-ctx-example.properties
%{_texmfdistdir}/context/data/scite/scite-ctx.lua
%{_texmfdistdir}/context/data/scite/scite-ctx.properties
%{_texmfdistdir}/context/data/scite/scite-metapost.properties
%{_texmfdistdir}/context/data/scite/scite-pragma.properties
%{_texmfdistdir}/context/data/scite/scite-tex.properties
%{_texmfdistdir}/context/data/scite/tex.properties
%{_texmfdistdir}/context/data/texfont/type-buy.dat
%{_texmfdistdir}/context/data/texfont/type-fsf.dat
%{_texmfdistdir}/context/data/texfont/type-ghz.dat
%{_texmfdistdir}/context/data/texfont/type-tmf.dat
%{_texmfdistdir}/context/data/texworks/TUG/TeXworks.ini
%{_texmfdistdir}/context/data/texworks/completion/tw-context.txt
%{_texmfdistdir}/context/data/texworks/configuration/auto-indent-patterns.txt
%{_texmfdistdir}/context/data/texworks/configuration/delimiter-pairs.txt
%{_texmfdistdir}/context/data/texworks/configuration/smart-quotes-modes.txt
%{_texmfdistdir}/context/data/texworks/configuration/syntax-patterns.txt
%{_texmfdistdir}/context/data/texworks/configuration/tag-patterns.txt
%{_texmfdistdir}/context/data/texworks/configuration/texworks-config.txt
%{_texmfdistdir}/context/data/texworks/configuration/tools.ini
%{_texmfdistdir}/context/data/texworks/texworks-context.rme
%{_texmfdistdir}/context/data/texworks/texworks-setup.ini
%{_texmfdistdir}/fonts/afm/hoekwater/context/contnav.afm
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-CNS1-4.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-GB1-4.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Identity-0.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Japan1-5.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Japan1-6.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Japan2-0.cidmap
%{_texmfdistdir}/fonts/cid/fontforge/Adobe-Korea1-2.cidmap
%{_texmfdistdir}/fonts/enc/dvips/context/cmin.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmit.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmitt.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmrm.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmsc.enc
%{_texmfdistdir}/fonts/enc/dvips/context/cmtt.enc
%{_texmfdistdir}/fonts/enc/dvips/context/ec-2004.enc
%{_texmfdistdir}/fonts/enc/dvips/context/q-8r.enc
%{_texmfdistdir}/fonts/enc/dvips/context/teff-trinite.enc
%{_texmfdistdir}/fonts/fea/context/greek-babel.fea
%{_texmfdistdir}/fonts/fea/context/test-features.fea
%{_texmfdistdir}/fonts/fea/context/texhistoric.fea
%{_texmfdistdir}/fonts/fea/context/verbose-digits.fea
%{_texmfdistdir}/fonts/map/dvips/context/contnav.map
%{_texmfdistdir}/fonts/map/luatex/context/demo-font.lum
%{_texmfdistdir}/fonts/map/pdftex/context/8r-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/ec-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/ec-os-public-lm.map
%{_texmfdistdir}/fonts/map/pdftex/context/mkiv-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/mkiv-px.map
%{_texmfdistdir}/fonts/map/pdftex/context/mkiv-tx.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-adobe-euro.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-ams-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-ams-cmr.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-ams-euler.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-context-symbol.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-dummy.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-empty.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-micropress-informal.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-public-csr.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-public-lm.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-public-plr.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-public-vnr.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-vogel-symbol.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-wasy.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-youngryu-px.map
%{_texmfdistdir}/fonts/map/pdftex/context/original-youngryu-tx.map
%{_texmfdistdir}/fonts/map/pdftex/context/qx-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/qx-os-public-lm.map
%{_texmfdistdir}/fonts/map/pdftex/context/t5-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/t5-os-public-lm.map
%{_texmfdistdir}/fonts/map/pdftex/context/texnansi-base.map
%{_texmfdistdir}/fonts/map/pdftex/context/texnansi-os-public-lm.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/context/tlig.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/context/tlig.tec
%{_texmfdistdir}/fonts/pfm/hoekwater/context/contnav.pfm
%{_texmfdistdir}/fonts/tfm/hoekwater/context/contnav.tfm
%{_texmfdistdir}/fonts/type1/hoekwater/context/contnav.pfb
%{_texmfdistdir}/metapost/context/base/metafun.mp
%{_texmfdistdir}/metapost/context/base/metafun.mpii
%{_texmfdistdir}/metapost/context/base/metafun.mpiv
%{_texmfdistdir}/metapost/context/base/mp-abck.mpiv
%{_texmfdistdir}/metapost/context/base/mp-apos.mpiv
%{_texmfdistdir}/metapost/context/base/mp-asnc.mpiv
%{_texmfdistdir}/metapost/context/base/mp-back.mp
%{_texmfdistdir}/metapost/context/base/mp-base.mpii
%{_texmfdistdir}/metapost/context/base/mp-base.mpiv
%{_texmfdistdir}/metapost/context/base/mp-butt.mpii
%{_texmfdistdir}/metapost/context/base/mp-butt.mpiv
%{_texmfdistdir}/metapost/context/base/mp-char.mpii
%{_texmfdistdir}/metapost/context/base/mp-char.mpiv
%{_texmfdistdir}/metapost/context/base/mp-chem.mpiv
%{_texmfdistdir}/metapost/context/base/mp-core.mpii
%{_texmfdistdir}/metapost/context/base/mp-core.mpiv
%{_texmfdistdir}/metapost/context/base/mp-crop.mpiv
%{_texmfdistdir}/metapost/context/base/mp-figs.mpii
%{_texmfdistdir}/metapost/context/base/mp-figs.mpiv
%{_texmfdistdir}/metapost/context/base/mp-fobg.mp
%{_texmfdistdir}/metapost/context/base/mp-form.mpii
%{_texmfdistdir}/metapost/context/base/mp-form.mpiv
%{_texmfdistdir}/metapost/context/base/mp-func.mpii
%{_texmfdistdir}/metapost/context/base/mp-func.mpiv
%{_texmfdistdir}/metapost/context/base/mp-grap.mpiv
%{_texmfdistdir}/metapost/context/base/mp-grid.mpii
%{_texmfdistdir}/metapost/context/base/mp-grid.mpiv
%{_texmfdistdir}/metapost/context/base/mp-grph.mpii
%{_texmfdistdir}/metapost/context/base/mp-grph.mpiv
%{_texmfdistdir}/metapost/context/base/mp-idea.mpiv
%{_texmfdistdir}/metapost/context/base/mp-mlib.mpiv
%{_texmfdistdir}/metapost/context/base/mp-page.mpii
%{_texmfdistdir}/metapost/context/base/mp-page.mpiv
%{_texmfdistdir}/metapost/context/base/mp-shap.mpii
%{_texmfdistdir}/metapost/context/base/mp-shap.mpiv
%{_texmfdistdir}/metapost/context/base/mp-spec.mpii
%{_texmfdistdir}/metapost/context/base/mp-step.mpii
%{_texmfdistdir}/metapost/context/base/mp-step.mpiv
%{_texmfdistdir}/metapost/context/base/mp-symb.mp
%{_texmfdistdir}/metapost/context/base/mp-text.mpii
%{_texmfdistdir}/metapost/context/base/mp-text.mpiv
%{_texmfdistdir}/metapost/context/base/mp-tool.mpii
%{_texmfdistdir}/metapost/context/base/mp-tool.mpiv
%{_texmfdistdir}/metapost/context/base/mp-txts.mpii
%{_texmfdistdir}/metapost/context/font/punkfont-bold.mp
%{_texmfdistdir}/metapost/context/font/punkfont-boldslanted.mp
%{_texmfdistdir}/metapost/context/font/punkfont-characters.mp
%{_texmfdistdir}/metapost/context/font/punkfont-definitions.mp
%{_texmfdistdir}/metapost/context/font/punkfont-slanted.mp
%{_texmfdistdir}/metapost/context/font/punkfont.mp
%{_texmfdistdir}/scripts/context/lua/mtx-babel.lua
%{_texmfdistdir}/scripts/context/lua/mtx-base.lua
%{_texmfdistdir}/scripts/context/lua/mtx-cache.lua
%{_texmfdistdir}/scripts/context/lua/mtx-chars.lua
%{_texmfdistdir}/scripts/context/lua/mtx-check.lua
%{_texmfdistdir}/scripts/context/lua/mtx-colors.lua
%{_texmfdistdir}/scripts/context/lua/mtx-context.lua
%{_texmfdistdir}/scripts/context/lua/mtx-context.xml
%{_texmfdistdir}/scripts/context/lua/mtx-convert.lua
%{_texmfdistdir}/scripts/context/lua/mtx-epub.lua
%{_texmfdistdir}/scripts/context/lua/mtx-fcd.lua
%{_texmfdistdir}/scripts/context/lua/mtx-flac.lua
%{_texmfdistdir}/scripts/context/lua/mtx-fonts.lua
%{_texmfdistdir}/scripts/context/lua/mtx-grep.lua
%{_texmfdistdir}/scripts/context/lua/mtx-interface.lua
%{_texmfdistdir}/scripts/context/lua/mtx-metapost.lua
%{_texmfdistdir}/scripts/context/lua/mtx-metatex.lua
%{_texmfdistdir}/scripts/context/lua/mtx-mk-help.lua
%{_texmfdistdir}/scripts/context/lua/mtx-modules.lua
%{_texmfdistdir}/scripts/context/lua/mtx-mtxworks.lua
%{_texmfdistdir}/scripts/context/lua/mtx-package.lua
%{_texmfdistdir}/scripts/context/lua/mtx-patterns.lua
%{_texmfdistdir}/scripts/context/lua/mtx-pdf.lua
%{_texmfdistdir}/scripts/context/lua/mtx-plain.lua
%{_texmfdistdir}/scripts/context/lua/mtx-profile.lua
%{_texmfdistdir}/scripts/context/lua/mtx-rsync.lua
%{_texmfdistdir}/scripts/context/lua/mtx-scite.lua
%{_texmfdistdir}/scripts/context/lua/mtx-server-ctx-fonttest.lua
%{_texmfdistdir}/scripts/context/lua/mtx-server-ctx-help.lua
%{_texmfdistdir}/scripts/context/lua/mtx-server-ctx-startup.lua
%{_texmfdistdir}/scripts/context/lua/mtx-server.lua
%{_texmfdistdir}/scripts/context/lua/mtx-texworks.lua
%{_texmfdistdir}/scripts/context/lua/mtx-timing.lua
%{_texmfdistdir}/scripts/context/lua/mtx-tools.lua
%{_texmfdistdir}/scripts/context/lua/mtx-unzip.lua
%{_texmfdistdir}/scripts/context/lua/mtx-update.lua
%{_texmfdistdir}/scripts/context/lua/mtx-watch.lua
%{_texmfdistdir}/scripts/context/lua/mtxlibs.lua
%{_texmfdistdir}/scripts/context/lua/mtxrun.lua
%{_texmfdistdir}/scripts/context/perl/makempy.pl
%{_texmfdistdir}/scripts/context/perl/path_tre.pm
%{_texmfdistdir}/scripts/context/perl/pdftrimwhite.pl
%{_texmfdistdir}/scripts/context/perl/texfind.pl
%{_texmfdistdir}/scripts/context/perl/texfont.pl
%{_texmfdistdir}/scripts/context/ruby/base/ctx.rb
%{_texmfdistdir}/scripts/context/ruby/base/exa.rb
%{_texmfdistdir}/scripts/context/ruby/base/file.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpse.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpse/drb.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpse/soap.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpse/trees.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpsedirect.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpsefast.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpseremote.rb
%{_texmfdistdir}/scripts/context/ruby/base/kpserunner.rb
%{_texmfdistdir}/scripts/context/ruby/base/logger.rb
%{_texmfdistdir}/scripts/context/ruby/base/merge.rb
%{_texmfdistdir}/scripts/context/ruby/base/mp.rb
%{_texmfdistdir}/scripts/context/ruby/base/pdf.rb
%{_texmfdistdir}/scripts/context/ruby/base/state.rb
%{_texmfdistdir}/scripts/context/ruby/base/switch.rb
%{_texmfdistdir}/scripts/context/ruby/base/system.rb
%{_texmfdistdir}/scripts/context/ruby/base/tex.rb
%{_texmfdistdir}/scripts/context/ruby/base/texutil.rb
%{_texmfdistdir}/scripts/context/ruby/base/tool.rb
%{_texmfdistdir}/scripts/context/ruby/base/variables.rb
%{_texmfdistdir}/scripts/context/ruby/concheck.rb
%{_texmfdistdir}/scripts/context/ruby/ctxtools.rb
%{_texmfdistdir}/scripts/context/ruby/graphics/gs.rb
%{_texmfdistdir}/scripts/context/ruby/graphics/inkscape.rb
%{_texmfdistdir}/scripts/context/ruby/graphics/magick.rb
%{_texmfdistdir}/scripts/context/ruby/imgtopdf.rb
%{_texmfdistdir}/scripts/context/ruby/pdftools.rb
%{_texmfdistdir}/scripts/context/ruby/pstopdf.rb
%{_texmfdistdir}/scripts/context/ruby/rlxtools.rb
%{_texmfdistdir}/scripts/context/ruby/rscortool.rb
%{_texmfdistdir}/scripts/context/ruby/rsfiltool.rb
%{_texmfdistdir}/scripts/context/ruby/rslibtool.rb
%{_texmfdistdir}/scripts/context/ruby/runtools.rb
%{_texmfdistdir}/scripts/context/ruby/texexec.rb
%{_texmfdistdir}/scripts/context/ruby/texmfstart.rb
%{_texmfdistdir}/scripts/context/ruby/textools.rb
%{_texmfdistdir}/scripts/context/ruby/texutil.rb
%{_texmfdistdir}/scripts/context/ruby/tmftools.rb
%{_texmfdistdir}/scripts/context/ruby/xmltools.rb
%{_texmfdistdir}/scripts/context/stubs/mswin/context.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/ctxtools.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/luatools.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/metatex.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/mtxrun.dll
%{_texmfdistdir}/scripts/context/stubs/mswin/mtxrun.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/mtxrun.lua
%{_texmfdistdir}/scripts/context/stubs/mswin/mtxworks.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/pstopdf.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/setuptex.bat
%{_texmfdistdir}/scripts/context/stubs/mswin/texexec.exe
%{_texmfdistdir}/scripts/context/stubs/mswin/texmfstart.exe
%{_texmfdistdir}/scripts/context/stubs/source/mtxrun_dll.c
%{_texmfdistdir}/scripts/context/stubs/source/mtxrun_exe.c
%{_texmfdistdir}/scripts/context/stubs/source/readme.txt
%{_texmfdistdir}/scripts/context/stubs/unix/context
%{_texmfdistdir}/scripts/context/stubs/unix/ctxtools
%{_texmfdistdir}/scripts/context/stubs/unix/luatools
%{_texmfdistdir}/scripts/context/stubs/unix/metatex
%{_texmfdistdir}/scripts/context/stubs/unix/mptopdf
%{_texmfdistdir}/scripts/context/stubs/unix/mtxrun
%{_texmfdistdir}/scripts/context/stubs/unix/mtxworks
%{_texmfdistdir}/scripts/context/stubs/unix/pstopdf
%{_texmfdistdir}/scripts/context/stubs/unix/texexec
%{_texmfdistdir}/scripts/context/stubs/unix/texmfstart
%{_texmfdistdir}/tex/context/base/anch-bar.mkii
%{_texmfdistdir}/tex/context/base/anch-bar.mkiv
%{_texmfdistdir}/tex/context/base/anch-bck.mkvi
%{_texmfdistdir}/tex/context/base/anch-pgr.lua
%{_texmfdistdir}/tex/context/base/anch-pgr.mkii
%{_texmfdistdir}/tex/context/base/anch-pgr.mkiv
%{_texmfdistdir}/tex/context/base/anch-pos.lua
%{_texmfdistdir}/tex/context/base/anch-pos.mkii
%{_texmfdistdir}/tex/context/base/anch-pos.mkiv
%{_texmfdistdir}/tex/context/base/anch-snc.mkii
%{_texmfdistdir}/tex/context/base/anch-snc.mkiv
%{_texmfdistdir}/tex/context/base/anch-tab.mkiv
%{_texmfdistdir}/tex/context/base/attr-col.lua
%{_texmfdistdir}/tex/context/base/attr-col.mkiv
%{_texmfdistdir}/tex/context/base/attr-eff.lua
%{_texmfdistdir}/tex/context/base/attr-eff.mkiv
%{_texmfdistdir}/tex/context/base/attr-ini.lua
%{_texmfdistdir}/tex/context/base/attr-ini.mkiv
%{_texmfdistdir}/tex/context/base/attr-lay.lua
%{_texmfdistdir}/tex/context/base/attr-lay.mkiv
%{_texmfdistdir}/tex/context/base/attr-mkr.lua
%{_texmfdistdir}/tex/context/base/attr-mkr.mkiv
%{_texmfdistdir}/tex/context/base/attr-neg.lua
%{_texmfdistdir}/tex/context/base/attr-neg.mkiv
%{_texmfdistdir}/tex/context/base/back-exp.lua
%{_texmfdistdir}/tex/context/base/back-exp.mkiv
%{_texmfdistdir}/tex/context/base/back-ini.lua
%{_texmfdistdir}/tex/context/base/back-ini.mkiv
%{_texmfdistdir}/tex/context/base/back-pdf.lua
%{_texmfdistdir}/tex/context/base/back-pdf.mkiv
%{_texmfdistdir}/tex/context/base/back-swf.mkiv
%{_texmfdistdir}/tex/context/base/back-u3d.mkiv
%{_texmfdistdir}/tex/context/base/bibl-bib.lua
%{_texmfdistdir}/tex/context/base/bibl-bib.mkiv
%{_texmfdistdir}/tex/context/base/bibl-tra.lua
%{_texmfdistdir}/tex/context/base/bibl-tra.mkii
%{_texmfdistdir}/tex/context/base/bibl-tra.mkiv
%{_texmfdistdir}/tex/context/base/bibl-tst.lua
%{_texmfdistdir}/tex/context/base/blob-ini.lua
%{_texmfdistdir}/tex/context/base/blob-ini.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-default.lua
%{_texmfdistdir}/tex/context/base/buff-imp-default.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-escaped.lua
%{_texmfdistdir}/tex/context/base/buff-imp-escaped.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-lua.lua
%{_texmfdistdir}/tex/context/base/buff-imp-lua.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-mp.lua
%{_texmfdistdir}/tex/context/base/buff-imp-mp.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-nested.lua
%{_texmfdistdir}/tex/context/base/buff-imp-nested.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-parsed-xml.lua
%{_texmfdistdir}/tex/context/base/buff-imp-parsed-xml.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-tex.lua
%{_texmfdistdir}/tex/context/base/buff-imp-tex.mkiv
%{_texmfdistdir}/tex/context/base/buff-imp-xml.lua
%{_texmfdistdir}/tex/context/base/buff-imp-xml.mkiv
%{_texmfdistdir}/tex/context/base/buff-ini.lua
%{_texmfdistdir}/tex/context/base/buff-ini.mkii
%{_texmfdistdir}/tex/context/base/buff-ini.mkiv
%{_texmfdistdir}/tex/context/base/buff-par.lua
%{_texmfdistdir}/tex/context/base/buff-par.mkvi
%{_texmfdistdir}/tex/context/base/buff-ver.lua
%{_texmfdistdir}/tex/context/base/buff-ver.mkii
%{_texmfdistdir}/tex/context/base/buff-ver.mkiv
%{_texmfdistdir}/tex/context/base/bxml-apa.mkiv
%{_texmfdistdir}/tex/context/base/catc-act.mkii
%{_texmfdistdir}/tex/context/base/catc-act.mkiv
%{_texmfdistdir}/tex/context/base/catc-ctx.mkii
%{_texmfdistdir}/tex/context/base/catc-ctx.mkiv
%{_texmfdistdir}/tex/context/base/catc-def.mkii
%{_texmfdistdir}/tex/context/base/catc-def.mkiv
%{_texmfdistdir}/tex/context/base/catc-ini.lua
%{_texmfdistdir}/tex/context/base/catc-ini.mkii
%{_texmfdistdir}/tex/context/base/catc-ini.mkiv
%{_texmfdistdir}/tex/context/base/catc-sym.mkii
%{_texmfdistdir}/tex/context/base/catc-sym.mkiv
%{_texmfdistdir}/tex/context/base/catc-xml.mkii
%{_texmfdistdir}/tex/context/base/catc-xml.mkiv
%{_texmfdistdir}/tex/context/base/char-act.mkiv
%{_texmfdistdir}/tex/context/base/char-cjk.lua
%{_texmfdistdir}/tex/context/base/char-def.lua
%{_texmfdistdir}/tex/context/base/char-enc.lua
%{_texmfdistdir}/tex/context/base/char-enc.mkiv
%{_texmfdistdir}/tex/context/base/char-ent.lua
%{_texmfdistdir}/tex/context/base/char-ini.lua
%{_texmfdistdir}/tex/context/base/char-ini.mkiv
%{_texmfdistdir}/tex/context/base/char-map.lua
%{_texmfdistdir}/tex/context/base/char-tex.lua
%{_texmfdistdir}/tex/context/base/char-utf.lua
%{_texmfdistdir}/tex/context/base/char-utf.mkiv
%{_texmfdistdir}/tex/context/base/chem-ini.lua
%{_texmfdistdir}/tex/context/base/chem-ini.mkiv
%{_texmfdistdir}/tex/context/base/chem-str.lua
%{_texmfdistdir}/tex/context/base/chem-str.mkiv
%{_texmfdistdir}/tex/context/base/cldf-bas.lua
%{_texmfdistdir}/tex/context/base/cldf-bas.mkiv
%{_texmfdistdir}/tex/context/base/cldf-com.lua
%{_texmfdistdir}/tex/context/base/cldf-com.mkiv
%{_texmfdistdir}/tex/context/base/cldf-ini.lua
%{_texmfdistdir}/tex/context/base/cldf-ini.mkiv
%{_texmfdistdir}/tex/context/base/cldf-int.lua
%{_texmfdistdir}/tex/context/base/cldf-int.mkiv
%{_texmfdistdir}/tex/context/base/cldf-prs.lua
%{_texmfdistdir}/tex/context/base/cldf-ver.lua
%{_texmfdistdir}/tex/context/base/cldf-ver.mkiv
%{_texmfdistdir}/tex/context/base/colo-ema.mkii
%{_texmfdistdir}/tex/context/base/colo-ext.mkii
%{_texmfdistdir}/tex/context/base/colo-ext.mkiv
%{_texmfdistdir}/tex/context/base/colo-grp.mkiv
%{_texmfdistdir}/tex/context/base/colo-hex.mkii
%{_texmfdistdir}/tex/context/base/colo-icc.lua
%{_texmfdistdir}/tex/context/base/colo-imp-dem.mkiv
%{_texmfdistdir}/tex/context/base/colo-imp-ema.mkiv
%{_texmfdistdir}/tex/context/base/colo-imp-rgb.mkiv
%{_texmfdistdir}/tex/context/base/colo-imp-x11.mkiv
%{_texmfdistdir}/tex/context/base/colo-imp-xwi.mkiv
%{_texmfdistdir}/tex/context/base/colo-ini.lua
%{_texmfdistdir}/tex/context/base/colo-ini.mkii
%{_texmfdistdir}/tex/context/base/colo-ini.mkiv
%{_texmfdistdir}/tex/context/base/colo-rgb.mkii
%{_texmfdistdir}/tex/context/base/colo-run.lua
%{_texmfdistdir}/tex/context/base/colo-run.mkii
%{_texmfdistdir}/tex/context/base/colo-run.mkiv
%{_texmfdistdir}/tex/context/base/colo-x11.mkii
%{_texmfdistdir}/tex/context/base/colo-xwi.mkii
%{_texmfdistdir}/tex/context/base/cont-cs.mkii
%{_texmfdistdir}/tex/context/base/cont-cs.mkiv
%{_texmfdistdir}/tex/context/base/cont-de.mkii
%{_texmfdistdir}/tex/context/base/cont-de.mkiv
%{_texmfdistdir}/tex/context/base/cont-en.mkii
%{_texmfdistdir}/tex/context/base/cont-en.mkiv
%{_texmfdistdir}/tex/context/base/cont-err.mkii
%{_texmfdistdir}/tex/context/base/cont-fil.mkii
%{_texmfdistdir}/tex/context/base/cont-fil.mkiv
%{_texmfdistdir}/tex/context/base/cont-fr.mkii
%{_texmfdistdir}/tex/context/base/cont-fr.mkiv
%{_texmfdistdir}/tex/context/base/cont-gb.mkii
%{_texmfdistdir}/tex/context/base/cont-gb.mkiv
%{_texmfdistdir}/tex/context/base/cont-it.mkii
%{_texmfdistdir}/tex/context/base/cont-it.mkiv
%{_texmfdistdir}/tex/context/base/cont-log.mkii
%{_texmfdistdir}/tex/context/base/cont-log.mkiv
%{_texmfdistdir}/tex/context/base/cont-new.mkii
%{_texmfdistdir}/tex/context/base/cont-new.mkiv
%{_texmfdistdir}/tex/context/base/cont-new.tmp
%{_texmfdistdir}/tex/context/base/cont-nl.mkii
%{_texmfdistdir}/tex/context/base/cont-nl.mkiv
%{_texmfdistdir}/tex/context/base/cont-nop.mkiv
%{_texmfdistdir}/tex/context/base/cont-pe.mkiv
%{_texmfdistdir}/tex/context/base/cont-ro.mkii
%{_texmfdistdir}/tex/context/base/cont-ro.mkiv
%{_texmfdistdir}/tex/context/base/cont-sys.ori
%{_texmfdistdir}/tex/context/base/cont-yes.mkiv
%{_texmfdistdir}/tex/context/base/context-base.lmx
%{_texmfdistdir}/tex/context/base/context-characters.lmx
%{_texmfdistdir}/tex/context/base/context-debug.lmx
%{_texmfdistdir}/tex/context/base/context-error.lmx
%{_texmfdistdir}/tex/context/base/context-fonttest.lmx
%{_texmfdistdir}/tex/context/base/context-help.lmx
%{_texmfdistdir}/tex/context/base/context-timing.lmx
%{_texmfdistdir}/tex/context/base/context-version.pdf
%{_texmfdistdir}/tex/context/base/context-version.png
%{_texmfdistdir}/tex/context/base/context.css
%{_texmfdistdir}/tex/context/base/context.lus
%{_texmfdistdir}/tex/context/base/context.mkii
%{_texmfdistdir}/tex/context/base/context.mkiv
%{_texmfdistdir}/tex/context/base/context.rme
%{_texmfdistdir}/tex/context/base/context.tmp
%{_texmfdistdir}/tex/context/base/core-con.lua
%{_texmfdistdir}/tex/context/base/core-con.mkii
%{_texmfdistdir}/tex/context/base/core-con.mkiv
%{_texmfdistdir}/tex/context/base/core-ctx.ctx
%{_texmfdistdir}/tex/context/base/core-ctx.lua
%{_texmfdistdir}/tex/context/base/core-ctx.mkii
%{_texmfdistdir}/tex/context/base/core-ctx.mkiv
%{_texmfdistdir}/tex/context/base/core-dat.lua
%{_texmfdistdir}/tex/context/base/core-dat.mkiv
%{_texmfdistdir}/tex/context/base/core-def.mkii
%{_texmfdistdir}/tex/context/base/core-def.mkiv
%{_texmfdistdir}/tex/context/base/core-env.lua
%{_texmfdistdir}/tex/context/base/core-env.mkii
%{_texmfdistdir}/tex/context/base/core-env.mkiv
%{_texmfdistdir}/tex/context/base/core-fil.mkii
%{_texmfdistdir}/tex/context/base/core-fnt.mkii
%{_texmfdistdir}/tex/context/base/core-gen.mkii
%{_texmfdistdir}/tex/context/base/core-ini.mkii
%{_texmfdistdir}/tex/context/base/core-ini.mkiv
%{_texmfdistdir}/tex/context/base/core-job.mkii
%{_texmfdistdir}/tex/context/base/core-mis.mkii
%{_texmfdistdir}/tex/context/base/core-par.mkii
%{_texmfdistdir}/tex/context/base/core-stg.mkii
%{_texmfdistdir}/tex/context/base/core-sys.lua
%{_texmfdistdir}/tex/context/base/core-sys.mkii
%{_texmfdistdir}/tex/context/base/core-sys.mkiv
%{_texmfdistdir}/tex/context/base/core-two.lua
%{_texmfdistdir}/tex/context/base/core-two.mkii
%{_texmfdistdir}/tex/context/base/core-two.mkiv
%{_texmfdistdir}/tex/context/base/core-uti.lua
%{_texmfdistdir}/tex/context/base/core-uti.mkii
%{_texmfdistdir}/tex/context/base/core-uti.mkiv
%{_texmfdistdir}/tex/context/base/core-var.mkii
%{_texmfdistdir}/tex/context/base/data-aux.lua
%{_texmfdistdir}/tex/context/base/data-bin.lua
%{_texmfdistdir}/tex/context/base/data-con.lua
%{_texmfdistdir}/tex/context/base/data-crl.lua
%{_texmfdistdir}/tex/context/base/data-ctx.lua
%{_texmfdistdir}/tex/context/base/data-env.lua
%{_texmfdistdir}/tex/context/base/data-exp.lua
%{_texmfdistdir}/tex/context/base/data-fil.lua
%{_texmfdistdir}/tex/context/base/data-gen.lua
%{_texmfdistdir}/tex/context/base/data-ini.lua
%{_texmfdistdir}/tex/context/base/data-inp.lua
%{_texmfdistdir}/tex/context/base/data-lst.lua
%{_texmfdistdir}/tex/context/base/data-lua.lua
%{_texmfdistdir}/tex/context/base/data-met.lua
%{_texmfdistdir}/tex/context/base/data-out.lua
%{_texmfdistdir}/tex/context/base/data-pre.lua
%{_texmfdistdir}/tex/context/base/data-res.lua
%{_texmfdistdir}/tex/context/base/data-sch.lua
%{_texmfdistdir}/tex/context/base/data-tex.lua
%{_texmfdistdir}/tex/context/base/data-tmf.lua
%{_texmfdistdir}/tex/context/base/data-tmp.lua
%{_texmfdistdir}/tex/context/base/data-tre.lua
%{_texmfdistdir}/tex/context/base/data-use.lua
%{_texmfdistdir}/tex/context/base/data-vir.lua
%{_texmfdistdir}/tex/context/base/data-zip.lua
%{_texmfdistdir}/tex/context/base/enco-032.mkii
%{_texmfdistdir}/tex/context/base/enco-037.mkii
%{_texmfdistdir}/tex/context/base/enco-acc.mkii
%{_texmfdistdir}/tex/context/base/enco-agr.mkii
%{_texmfdistdir}/tex/context/base/enco-ans.mkii
%{_texmfdistdir}/tex/context/base/enco-cas.mkii
%{_texmfdistdir}/tex/context/base/enco-chi.mkii
%{_texmfdistdir}/tex/context/base/enco-com.mkii
%{_texmfdistdir}/tex/context/base/enco-cyr.mkii
%{_texmfdistdir}/tex/context/base/enco-def.mkii
%{_texmfdistdir}/tex/context/base/enco-ec.mkii
%{_texmfdistdir}/tex/context/base/enco-ecm.mkii
%{_texmfdistdir}/tex/context/base/enco-el.mkii
%{_texmfdistdir}/tex/context/base/enco-fde.mkii
%{_texmfdistdir}/tex/context/base/enco-ffr.mkii
%{_texmfdistdir}/tex/context/base/enco-fpl.mkii
%{_texmfdistdir}/tex/context/base/enco-fro.mkii
%{_texmfdistdir}/tex/context/base/enco-fsl.mkii
%{_texmfdistdir}/tex/context/base/enco-grk.mkii
%{_texmfdistdir}/tex/context/base/enco-heb.mkii
%{_texmfdistdir}/tex/context/base/enco-ibm.mkii
%{_texmfdistdir}/tex/context/base/enco-il2.mkii
%{_texmfdistdir}/tex/context/base/enco-ini.mkii
%{_texmfdistdir}/tex/context/base/enco-ini.mkiv
%{_texmfdistdir}/tex/context/base/enco-l7x.mkii
%{_texmfdistdir}/tex/context/base/enco-lat.mkii
%{_texmfdistdir}/tex/context/base/enco-mis.mkii
%{_texmfdistdir}/tex/context/base/enco-pdf.mkii
%{_texmfdistdir}/tex/context/base/enco-pfr.mkii
%{_texmfdistdir}/tex/context/base/enco-pol.mkii
%{_texmfdistdir}/tex/context/base/enco-qx.mkii
%{_texmfdistdir}/tex/context/base/enco-raw.mkii
%{_texmfdistdir}/tex/context/base/enco-run.mkii
%{_texmfdistdir}/tex/context/base/enco-t5.mkii
%{_texmfdistdir}/tex/context/base/enco-tbo.mkii
%{_texmfdistdir}/tex/context/base/enco-uc.mkii
%{_texmfdistdir}/tex/context/base/enco-vis.mkii
%{_texmfdistdir}/tex/context/base/enco-vna.mkii
%{_texmfdistdir}/tex/context/base/enco-win.mkii
%{_texmfdistdir}/tex/context/base/enco-x5.mkii
%{_texmfdistdir}/tex/context/base/export-example.css
%{_texmfdistdir}/tex/context/base/export-example.rng
%{_texmfdistdir}/tex/context/base/export-example.tex
%{_texmfdistdir}/tex/context/base/file-ini.lua
%{_texmfdistdir}/tex/context/base/file-ini.mkvi
%{_texmfdistdir}/tex/context/base/file-job.lua
%{_texmfdistdir}/tex/context/base/file-job.mkvi
%{_texmfdistdir}/tex/context/base/file-lib.lua
%{_texmfdistdir}/tex/context/base/file-lib.mkvi
%{_texmfdistdir}/tex/context/base/file-mod.lua
%{_texmfdistdir}/tex/context/base/file-mod.mkvi
%{_texmfdistdir}/tex/context/base/file-res.lua
%{_texmfdistdir}/tex/context/base/file-res.mkvi
%{_texmfdistdir}/tex/context/base/file-syn.lua
%{_texmfdistdir}/tex/context/base/file-syn.mkvi
%{_texmfdistdir}/tex/context/base/filt-bas.mkii
%{_texmfdistdir}/tex/context/base/filt-ini.mkii
%{_texmfdistdir}/tex/context/base/font-afk.lua
%{_texmfdistdir}/tex/context/base/font-afm.lua
%{_texmfdistdir}/tex/context/base/font-age.lua
%{_texmfdistdir}/tex/context/base/font-agl.lua
%{_texmfdistdir}/tex/context/base/font-arb.mkii
%{_texmfdistdir}/tex/context/base/font-aux.lua
%{_texmfdistdir}/tex/context/base/font-aux.mkvi
%{_texmfdistdir}/tex/context/base/font-bfm.mkii
%{_texmfdistdir}/tex/context/base/font-chi.mkii
%{_texmfdistdir}/tex/context/base/font-chk.lua
%{_texmfdistdir}/tex/context/base/font-chk.mkiv
%{_texmfdistdir}/tex/context/base/font-cid.lua
%{_texmfdistdir}/tex/context/base/font-col.lua
%{_texmfdistdir}/tex/context/base/font-col.mkvi
%{_texmfdistdir}/tex/context/base/font-con.lua
%{_texmfdistdir}/tex/context/base/font-ctx.lua
%{_texmfdistdir}/tex/context/base/font-def.lua
%{_texmfdistdir}/tex/context/base/font-emp.mkvi
%{_texmfdistdir}/tex/context/base/font-enc.lua
%{_texmfdistdir}/tex/context/base/font-enh.lua
%{_texmfdistdir}/tex/context/base/font-ext.lua
%{_texmfdistdir}/tex/context/base/font-fbk.lua
%{_texmfdistdir}/tex/context/base/font-fea.mkvi
%{_texmfdistdir}/tex/context/base/font-fil.mkvi
%{_texmfdistdir}/tex/context/base/font-gds.lua
%{_texmfdistdir}/tex/context/base/font-gds.mkvi
%{_texmfdistdir}/tex/context/base/font-heb.mkii
%{_texmfdistdir}/tex/context/base/font-hsh.lua
%{_texmfdistdir}/tex/context/base/font-ini.lua
%{_texmfdistdir}/tex/context/base/font-ini.mkii
%{_texmfdistdir}/tex/context/base/font-ini.mkvi
%{_texmfdistdir}/tex/context/base/font-jap.mkii
%{_texmfdistdir}/tex/context/base/font-ldr.lua
%{_texmfdistdir}/tex/context/base/font-lib.mkvi
%{_texmfdistdir}/tex/context/base/font-log.lua
%{_texmfdistdir}/tex/context/base/font-lua.lua
%{_texmfdistdir}/tex/context/base/font-map.lua
%{_texmfdistdir}/tex/context/base/font-mat.mkvi
%{_texmfdistdir}/tex/context/base/font-mis.lua
%{_texmfdistdir}/tex/context/base/font-nod.lua
%{_texmfdistdir}/tex/context/base/font-odk.lua
%{_texmfdistdir}/tex/context/base/font-odv.lua
%{_texmfdistdir}/tex/context/base/font-ota.lua
%{_texmfdistdir}/tex/context/base/font-otb.lua
%{_texmfdistdir}/tex/context/base/font-otc.lua
%{_texmfdistdir}/tex/context/base/font-otd.lua
%{_texmfdistdir}/tex/context/base/font-otf.lua
%{_texmfdistdir}/tex/context/base/font-oth.lua
%{_texmfdistdir}/tex/context/base/font-oti.lua
%{_texmfdistdir}/tex/context/base/font-otn.lua
%{_texmfdistdir}/tex/context/base/font-otp.lua
%{_texmfdistdir}/tex/context/base/font-ott.lua
%{_texmfdistdir}/tex/context/base/font-otx.lua
%{_texmfdistdir}/tex/context/base/font-pat.lua
%{_texmfdistdir}/tex/context/base/font-pre.mkiv
%{_texmfdistdir}/tex/context/base/font-run.mkii
%{_texmfdistdir}/tex/context/base/font-run.mkiv
%{_texmfdistdir}/tex/context/base/font-set.mkvi
%{_texmfdistdir}/tex/context/base/font-sol.lua
%{_texmfdistdir}/tex/context/base/font-sol.mkvi
%{_texmfdistdir}/tex/context/base/font-sty.mkvi
%{_texmfdistdir}/tex/context/base/font-sym.mkvi
%{_texmfdistdir}/tex/context/base/font-syn.lua
%{_texmfdistdir}/tex/context/base/font-tfm.lua
%{_texmfdistdir}/tex/context/base/font-tra.mkiv
%{_texmfdistdir}/tex/context/base/font-trt.lua
%{_texmfdistdir}/tex/context/base/font-uni.mkii
%{_texmfdistdir}/tex/context/base/font-uni.mkiv
%{_texmfdistdir}/tex/context/base/font-unk.mkii
%{_texmfdistdir}/tex/context/base/font-unk.mkiv
%{_texmfdistdir}/tex/context/base/font-var.mkvi
%{_texmfdistdir}/tex/context/base/font-vf.lua
%{_texmfdistdir}/tex/context/base/font-xtx.mkii
%{_texmfdistdir}/tex/context/base/grph-epd.lua
%{_texmfdistdir}/tex/context/base/grph-epd.mkiv
%{_texmfdistdir}/tex/context/base/grph-fig.mkii
%{_texmfdistdir}/tex/context/base/grph-fig.mkiv
%{_texmfdistdir}/tex/context/base/grph-fil.lua
%{_texmfdistdir}/tex/context/base/grph-inc.lua
%{_texmfdistdir}/tex/context/base/grph-inc.mkii
%{_texmfdistdir}/tex/context/base/grph-inc.mkiv
%{_texmfdistdir}/tex/context/base/grph-raw.lua
%{_texmfdistdir}/tex/context/base/grph-raw.mkiv
%{_texmfdistdir}/tex/context/base/grph-swf.lua
%{_texmfdistdir}/tex/context/base/grph-trf.mkii
%{_texmfdistdir}/tex/context/base/grph-trf.mkiv
%{_texmfdistdir}/tex/context/base/grph-u3d.lua
%{_texmfdistdir}/tex/context/base/grph-wnd.lua
%{_texmfdistdir}/tex/context/base/hand-def.mkii
%{_texmfdistdir}/tex/context/base/hand-ini.mkii
%{_texmfdistdir}/tex/context/base/hand-ini.mkiv
%{_texmfdistdir}/tex/context/base/java-ans.mkii
%{_texmfdistdir}/tex/context/base/java-exa.mkii
%{_texmfdistdir}/tex/context/base/java-fil.mkii
%{_texmfdistdir}/tex/context/base/java-fld.mkii
%{_texmfdistdir}/tex/context/base/java-imp-exa.mkiv
%{_texmfdistdir}/tex/context/base/java-imp-fil.mkiv
%{_texmfdistdir}/tex/context/base/java-imp-fld.mkiv
%{_texmfdistdir}/tex/context/base/java-imp-rhh.mkiv
%{_texmfdistdir}/tex/context/base/java-imp-stp.mkiv
%{_texmfdistdir}/tex/context/base/java-ini.lua
%{_texmfdistdir}/tex/context/base/java-ini.mkii
%{_texmfdistdir}/tex/context/base/java-ini.mkiv
%{_texmfdistdir}/tex/context/base/java-stp.mkii
%{_texmfdistdir}/tex/context/base/l-boolean.lua
%{_texmfdistdir}/tex/context/base/l-dir.lua
%{_texmfdistdir}/tex/context/base/l-file.lua
%{_texmfdistdir}/tex/context/base/l-function.lua
%{_texmfdistdir}/tex/context/base/l-gzip.lua
%{_texmfdistdir}/tex/context/base/l-io.lua
%{_texmfdistdir}/tex/context/base/l-lpeg.lua
%{_texmfdistdir}/tex/context/base/l-lua.lua
%{_texmfdistdir}/tex/context/base/l-math.lua
%{_texmfdistdir}/tex/context/base/l-md5.lua
%{_texmfdistdir}/tex/context/base/l-number.lua
%{_texmfdistdir}/tex/context/base/l-os.lua
%{_texmfdistdir}/tex/context/base/l-package.lua
%{_texmfdistdir}/tex/context/base/l-pdfview.lua
%{_texmfdistdir}/tex/context/base/l-set.lua
%{_texmfdistdir}/tex/context/base/l-string.lua
%{_texmfdistdir}/tex/context/base/l-table.lua
%{_texmfdistdir}/tex/context/base/l-unicode.lua
%{_texmfdistdir}/tex/context/base/l-url.lua
%{_texmfdistdir}/tex/context/base/l-xml.lua
%{_texmfdistdir}/tex/context/base/lang-all.xml
%{_texmfdistdir}/tex/context/base/lang-alt.mkii
%{_texmfdistdir}/tex/context/base/lang-ana.mkii
%{_texmfdistdir}/tex/context/base/lang-art.mkii
%{_texmfdistdir}/tex/context/base/lang-bal.mkii
%{_texmfdistdir}/tex/context/base/lang-cel.mkii
%{_texmfdistdir}/tex/context/base/lang-chi.mkii
%{_texmfdistdir}/tex/context/base/lang-ctx.mkii
%{_texmfdistdir}/tex/context/base/lang-cyr.mkii
%{_texmfdistdir}/tex/context/base/lang-def.lua
%{_texmfdistdir}/tex/context/base/lang-def.mkiv
%{_texmfdistdir}/tex/context/base/lang-dis.mkii
%{_texmfdistdir}/tex/context/base/lang-frd.mkii
%{_texmfdistdir}/tex/context/base/lang-frd.mkiv
%{_texmfdistdir}/tex/context/base/lang-frq-de.lua
%{_texmfdistdir}/tex/context/base/lang-frq-en.lua
%{_texmfdistdir}/tex/context/base/lang-frq-nl.lua
%{_texmfdistdir}/tex/context/base/lang-frq.mkii
%{_texmfdistdir}/tex/context/base/lang-frq.mkiv
%{_texmfdistdir}/tex/context/base/lang-ger.mkii
%{_texmfdistdir}/tex/context/base/lang-grk.mkii
%{_texmfdistdir}/tex/context/base/lang-ind.mkii
%{_texmfdistdir}/tex/context/base/lang-ini.lua
%{_texmfdistdir}/tex/context/base/lang-ini.mkii
%{_texmfdistdir}/tex/context/base/lang-ini.mkiv
%{_texmfdistdir}/tex/context/base/lang-ita.mkii
%{_texmfdistdir}/tex/context/base/lang-jap.mkii
%{_texmfdistdir}/tex/context/base/lang-lab.lua
%{_texmfdistdir}/tex/context/base/lang-lab.mkii
%{_texmfdistdir}/tex/context/base/lang-lab.mkiv
%{_texmfdistdir}/tex/context/base/lang-mis.mkii
%{_texmfdistdir}/tex/context/base/lang-mis.mkiv
%{_texmfdistdir}/tex/context/base/lang-run.mkii
%{_texmfdistdir}/tex/context/base/lang-sla.mkii
%{_texmfdistdir}/tex/context/base/lang-spa.mkii
%{_texmfdistdir}/tex/context/base/lang-spa.mkiv
%{_texmfdistdir}/tex/context/base/lang-spe.mkii
%{_texmfdistdir}/tex/context/base/lang-txt.lua
%{_texmfdistdir}/tex/context/base/lang-ura.mkii
%{_texmfdistdir}/tex/context/base/lang-url.lua
%{_texmfdistdir}/tex/context/base/lang-url.mkii
%{_texmfdistdir}/tex/context/base/lang-url.mkiv
%{_texmfdistdir}/tex/context/base/lang-vn.mkii
%{_texmfdistdir}/tex/context/base/lang-wrd.lua
%{_texmfdistdir}/tex/context/base/lang-wrd.mkiv
%{_texmfdistdir}/tex/context/base/layo-ini.lua
%{_texmfdistdir}/tex/context/base/layo-ini.mkiv
%{_texmfdistdir}/tex/context/base/lpdf-ano.lua
%{_texmfdistdir}/tex/context/base/lpdf-col.lua
%{_texmfdistdir}/tex/context/base/lpdf-enc.lua
%{_texmfdistdir}/tex/context/base/lpdf-epa.lua
%{_texmfdistdir}/tex/context/base/lpdf-epd.lua
%{_texmfdistdir}/tex/context/base/lpdf-fld.lua
%{_texmfdistdir}/tex/context/base/lpdf-fmt.lua
%{_texmfdistdir}/tex/context/base/lpdf-grp.lua
%{_texmfdistdir}/tex/context/base/lpdf-ini.lua
%{_texmfdistdir}/tex/context/base/lpdf-mis.lua
%{_texmfdistdir}/tex/context/base/lpdf-mov.lua
%{_texmfdistdir}/tex/context/base/lpdf-nod.lua
%{_texmfdistdir}/tex/context/base/lpdf-pda.xml
%{_texmfdistdir}/tex/context/base/lpdf-pdx.xml
%{_texmfdistdir}/tex/context/base/lpdf-ren.lua
%{_texmfdistdir}/tex/context/base/lpdf-swf.lua
%{_texmfdistdir}/tex/context/base/lpdf-tag.lua
%{_texmfdistdir}/tex/context/base/lpdf-u3d.lua
%{_texmfdistdir}/tex/context/base/lpdf-wid.lua
%{_texmfdistdir}/tex/context/base/lpdf-xmp.lua
%{_texmfdistdir}/tex/context/base/luat-bas.mkiv
%{_texmfdistdir}/tex/context/base/luat-bwc.lua
%{_texmfdistdir}/tex/context/base/luat-cbk.lua
%{_texmfdistdir}/tex/context/base/luat-cnf.lua
%{_texmfdistdir}/tex/context/base/luat-cod.lua
%{_texmfdistdir}/tex/context/base/luat-cod.mkiv
%{_texmfdistdir}/tex/context/base/luat-env.lua
%{_texmfdistdir}/tex/context/base/luat-exe.lua
%{_texmfdistdir}/tex/context/base/luat-fio.lua
%{_texmfdistdir}/tex/context/base/luat-fmt.lua
%{_texmfdistdir}/tex/context/base/luat-ini.lua
%{_texmfdistdir}/tex/context/base/luat-ini.mkiv
%{_texmfdistdir}/tex/context/base/luat-iop.lua
%{_texmfdistdir}/tex/context/base/luat-lib.mkiv
%{_texmfdistdir}/tex/context/base/luat-lua.lua
%{_texmfdistdir}/tex/context/base/luat-mac.lua
%{_texmfdistdir}/tex/context/base/luat-run.lua
%{_texmfdistdir}/tex/context/base/luat-soc.lua
%{_texmfdistdir}/tex/context/base/luat-sta.lua
%{_texmfdistdir}/tex/context/base/luat-sto.lua
%{_texmfdistdir}/tex/context/base/lxml-aux.lua
%{_texmfdistdir}/tex/context/base/lxml-css.lua
%{_texmfdistdir}/tex/context/base/lxml-css.mkiv
%{_texmfdistdir}/tex/context/base/lxml-ctx.lua
%{_texmfdistdir}/tex/context/base/lxml-ctx.mkiv
%{_texmfdistdir}/tex/context/base/lxml-dir.lua
%{_texmfdistdir}/tex/context/base/lxml-ent.lua
%{_texmfdistdir}/tex/context/base/lxml-inf.lua
%{_texmfdistdir}/tex/context/base/lxml-ini.mkiv
%{_texmfdistdir}/tex/context/base/lxml-lpt.lua
%{_texmfdistdir}/tex/context/base/lxml-mis.lua
%{_texmfdistdir}/tex/context/base/lxml-sor.lua
%{_texmfdistdir}/tex/context/base/lxml-sor.mkiv
%{_texmfdistdir}/tex/context/base/lxml-tab.lua
%{_texmfdistdir}/tex/context/base/lxml-tex.lua
%{_texmfdistdir}/tex/context/base/lxml-xml.lua
%{_texmfdistdir}/tex/context/base/m-arabtex.mkii
%{_texmfdistdir}/tex/context/base/m-barcodes.mkiv
%{_texmfdistdir}/tex/context/base/m-chart.lua
%{_texmfdistdir}/tex/context/base/m-chart.mkii
%{_texmfdistdir}/tex/context/base/m-chart.mkvi
%{_texmfdistdir}/tex/context/base/m-chemic.mkii
%{_texmfdistdir}/tex/context/base/m-chemic.mkiv
%{_texmfdistdir}/tex/context/base/m-cweb.tex
%{_texmfdistdir}/tex/context/base/m-database.lua
%{_texmfdistdir}/tex/context/base/m-database.mkii
%{_texmfdistdir}/tex/context/base/m-database.mkiv
%{_texmfdistdir}/tex/context/base/m-datastrc.tex
%{_texmfdistdir}/tex/context/base/m-directives.mkiv
%{_texmfdistdir}/tex/context/base/m-dratex.mkii
%{_texmfdistdir}/tex/context/base/m-edtsnc.mkii
%{_texmfdistdir}/tex/context/base/m-educat.tex
%{_texmfdistdir}/tex/context/base/m-fields.mkiv
%{_texmfdistdir}/tex/context/base/m-format.tex
%{_texmfdistdir}/tex/context/base/m-graph.mkii
%{_texmfdistdir}/tex/context/base/m-graph.mkiv
%{_texmfdistdir}/tex/context/base/m-ipsum.mkiv
%{_texmfdistdir}/tex/context/base/m-json.mkiv
%{_texmfdistdir}/tex/context/base/m-layout.tex
%{_texmfdistdir}/tex/context/base/m-level.mkii
%{_texmfdistdir}/tex/context/base/m-logcategories.mkiv
%{_texmfdistdir}/tex/context/base/m-markdown.lua
%{_texmfdistdir}/tex/context/base/m-markdown.mkiv
%{_texmfdistdir}/tex/context/base/m-mathcrap.mkiv
%{_texmfdistdir}/tex/context/base/m-mkii.mkiv
%{_texmfdistdir}/tex/context/base/m-mkivhacks.mkiv
%{_texmfdistdir}/tex/context/base/m-morse.mkvi
%{_texmfdistdir}/tex/context/base/m-narrowtt.tex
%{_texmfdistdir}/tex/context/base/m-newmat.tex
%{_texmfdistdir}/tex/context/base/m-nodechart.mkvi
%{_texmfdistdir}/tex/context/base/m-ntb-to-xtb.mkiv
%{_texmfdistdir}/tex/context/base/m-obsolete.mkii
%{_texmfdistdir}/tex/context/base/m-obsolete.mkiv
%{_texmfdistdir}/tex/context/base/m-oldfun.mkiv
%{_texmfdistdir}/tex/context/base/m-oldnum.mkiv
%{_texmfdistdir}/tex/context/base/m-pdfsnc.mkii
%{_texmfdistdir}/tex/context/base/m-pictex.tex
%{_texmfdistdir}/tex/context/base/m-pstricks.lua
%{_texmfdistdir}/tex/context/base/m-pstricks.mkii
%{_texmfdistdir}/tex/context/base/m-pstricks.mkiv
%{_texmfdistdir}/tex/context/base/m-punk.mkiv
%{_texmfdistdir}/tex/context/base/m-r.tex
%{_texmfdistdir}/tex/context/base/m-spreadsheet.lua
%{_texmfdistdir}/tex/context/base/m-spreadsheet.mkiv
%{_texmfdistdir}/tex/context/base/m-sql.mkiv
%{_texmfdistdir}/tex/context/base/m-steps.lua
%{_texmfdistdir}/tex/context/base/m-steps.mkii
%{_texmfdistdir}/tex/context/base/m-steps.mkvi
%{_texmfdistdir}/tex/context/base/m-streams.tex
%{_texmfdistdir}/tex/context/base/m-subsub.tex
%{_texmfdistdir}/tex/context/base/m-tex4ht.mkii
%{_texmfdistdir}/tex/context/base/m-timing.mkiv
%{_texmfdistdir}/tex/context/base/m-trackers.mkiv
%{_texmfdistdir}/tex/context/base/m-translate.mkiv
%{_texmfdistdir}/tex/context/base/m-units.mkii
%{_texmfdistdir}/tex/context/base/m-units.mkiv
%{_texmfdistdir}/tex/context/base/m-visual.mkii
%{_texmfdistdir}/tex/context/base/m-visual.mkiv
%{_texmfdistdir}/tex/context/base/m-zint.mkiv
%{_texmfdistdir}/tex/context/base/math-act.lua
%{_texmfdistdir}/tex/context/base/math-ali.mkiv
%{_texmfdistdir}/tex/context/base/math-ams.mkii
%{_texmfdistdir}/tex/context/base/math-arr.mkii
%{_texmfdistdir}/tex/context/base/math-arr.mkiv
%{_texmfdistdir}/tex/context/base/math-cow.mkii
%{_texmfdistdir}/tex/context/base/math-def.mkiv
%{_texmfdistdir}/tex/context/base/math-del.mkiv
%{_texmfdistdir}/tex/context/base/math-dim.lua
%{_texmfdistdir}/tex/context/base/math-dis.mkiv
%{_texmfdistdir}/tex/context/base/math-eul.mkii
%{_texmfdistdir}/tex/context/base/math-ext.lua
%{_texmfdistdir}/tex/context/base/math-fbk.lua
%{_texmfdistdir}/tex/context/base/math-fen.mkiv
%{_texmfdistdir}/tex/context/base/math-for.mkiv
%{_texmfdistdir}/tex/context/base/math-fou.mkii
%{_texmfdistdir}/tex/context/base/math-frc.lua
%{_texmfdistdir}/tex/context/base/math-frc.mkii
%{_texmfdistdir}/tex/context/base/math-frc.mkiv
%{_texmfdistdir}/tex/context/base/math-ini.lua
%{_texmfdistdir}/tex/context/base/math-ini.mkii
%{_texmfdistdir}/tex/context/base/math-ini.mkiv
%{_texmfdistdir}/tex/context/base/math-inl.mkiv
%{_texmfdistdir}/tex/context/base/math-int.mkiv
%{_texmfdistdir}/tex/context/base/math-lbr.mkii
%{_texmfdistdir}/tex/context/base/math-map.lua
%{_texmfdistdir}/tex/context/base/math-mis.mkiv
%{_texmfdistdir}/tex/context/base/math-noa.lua
%{_texmfdistdir}/tex/context/base/math-pln.mkii
%{_texmfdistdir}/tex/context/base/math-pln.mkiv
%{_texmfdistdir}/tex/context/base/math-ren.lua
%{_texmfdistdir}/tex/context/base/math-run.mkii
%{_texmfdistdir}/tex/context/base/math-scr.mkiv
%{_texmfdistdir}/tex/context/base/math-stc.mkvi
%{_texmfdistdir}/tex/context/base/math-tag.lua
%{_texmfdistdir}/tex/context/base/math-tex.mkii
%{_texmfdistdir}/tex/context/base/math-tim.mkii
%{_texmfdistdir}/tex/context/base/math-ttv.lua
%{_texmfdistdir}/tex/context/base/math-uni.mkii
%{_texmfdistdir}/tex/context/base/math-vfu.lua
%{_texmfdistdir}/tex/context/base/meta-clp.mkii
%{_texmfdistdir}/tex/context/base/meta-dum.mkii
%{_texmfdistdir}/tex/context/base/meta-fig.mkii
%{_texmfdistdir}/tex/context/base/meta-fig.mkiv
%{_texmfdistdir}/tex/context/base/meta-fun.lua
%{_texmfdistdir}/tex/context/base/meta-fun.mkiv
%{_texmfdistdir}/tex/context/base/meta-grd.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-clp.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-dum.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-fen.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-mis.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-nav.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-pre.mkiv
%{_texmfdistdir}/tex/context/base/meta-imp-txt.mkiv
%{_texmfdistdir}/tex/context/base/meta-ini.lua
%{_texmfdistdir}/tex/context/base/meta-ini.mkii
%{_texmfdistdir}/tex/context/base/meta-ini.mkiv
%{_texmfdistdir}/tex/context/base/meta-mis.mkii
%{_texmfdistdir}/tex/context/base/meta-nav.mkii
%{_texmfdistdir}/tex/context/base/meta-pag.mkii
%{_texmfdistdir}/tex/context/base/meta-pag.mkiv
%{_texmfdistdir}/tex/context/base/meta-pdf.lua
%{_texmfdistdir}/tex/context/base/meta-pdf.mkii
%{_texmfdistdir}/tex/context/base/meta-pdf.mkiv
%{_texmfdistdir}/tex/context/base/meta-pdh.lua
%{_texmfdistdir}/tex/context/base/meta-pdh.mkiv
%{_texmfdistdir}/tex/context/base/meta-pre.mkii
%{_texmfdistdir}/tex/context/base/meta-tex.lua
%{_texmfdistdir}/tex/context/base/meta-tex.mkii
%{_texmfdistdir}/tex/context/base/meta-tex.mkiv
%{_texmfdistdir}/tex/context/base/meta-txt.mkii
%{_texmfdistdir}/tex/context/base/meta-xml.mkii
%{_texmfdistdir}/tex/context/base/meta-xml.mkiv
%{_texmfdistdir}/tex/context/base/metatex.lus
%{_texmfdistdir}/tex/context/base/metatex.tex
%{_texmfdistdir}/tex/context/base/mlib-ctx.lua
%{_texmfdistdir}/tex/context/base/mlib-ctx.mkiv
%{_texmfdistdir}/tex/context/base/mlib-pdf.lua
%{_texmfdistdir}/tex/context/base/mlib-pdf.mkiv
%{_texmfdistdir}/tex/context/base/mlib-pps.lua
%{_texmfdistdir}/tex/context/base/mlib-pps.mkiv
%{_texmfdistdir}/tex/context/base/mlib-run.lua
%{_texmfdistdir}/tex/context/base/mtx-context-arrange.tex
%{_texmfdistdir}/tex/context/base/mtx-context-combine.tex
%{_texmfdistdir}/tex/context/base/mtx-context-common.tex
%{_texmfdistdir}/tex/context/base/mtx-context-copy.tex
%{_texmfdistdir}/tex/context/base/mtx-context-ideas.tex
%{_texmfdistdir}/tex/context/base/mtx-context-listing.tex
%{_texmfdistdir}/tex/context/base/mtx-context-markdown.tex
%{_texmfdistdir}/tex/context/base/mtx-context-select.tex
%{_texmfdistdir}/tex/context/base/mtx-context-sql.tex
%{_texmfdistdir}/tex/context/base/mtx-context-timing.tex
%{_texmfdistdir}/tex/context/base/mult-aux.lua
%{_texmfdistdir}/tex/context/base/mult-aux.mkii
%{_texmfdistdir}/tex/context/base/mult-aux.mkiv
%{_texmfdistdir}/tex/context/base/mult-chk.lua
%{_texmfdistdir}/tex/context/base/mult-chk.mkii
%{_texmfdistdir}/tex/context/base/mult-chk.mkiv
%{_texmfdistdir}/tex/context/base/mult-com.mkii
%{_texmfdistdir}/tex/context/base/mult-con.mkii
%{_texmfdistdir}/tex/context/base/mult-de.mkii
%{_texmfdistdir}/tex/context/base/mult-def.lua
%{_texmfdistdir}/tex/context/base/mult-def.mkii
%{_texmfdistdir}/tex/context/base/mult-def.mkiv
%{_texmfdistdir}/tex/context/base/mult-dim.mkvi
%{_texmfdistdir}/tex/context/base/mult-en.mkii
%{_texmfdistdir}/tex/context/base/mult-fr.mkii
%{_texmfdistdir}/tex/context/base/mult-fst.mkii
%{_texmfdistdir}/tex/context/base/mult-fun.lua
%{_texmfdistdir}/tex/context/base/mult-ini.lua
%{_texmfdistdir}/tex/context/base/mult-ini.mkii
%{_texmfdistdir}/tex/context/base/mult-ini.mkiv
%{_texmfdistdir}/tex/context/base/mult-it.mkii
%{_texmfdistdir}/tex/context/base/mult-low.lua
%{_texmfdistdir}/tex/context/base/mult-mcs.mkii
%{_texmfdistdir}/tex/context/base/mult-mde.mkii
%{_texmfdistdir}/tex/context/base/mult-men.mkii
%{_texmfdistdir}/tex/context/base/mult-mes.lua
%{_texmfdistdir}/tex/context/base/mult-mfr.mkii
%{_texmfdistdir}/tex/context/base/mult-mit.mkii
%{_texmfdistdir}/tex/context/base/mult-mnl.mkii
%{_texmfdistdir}/tex/context/base/mult-mno.mkii
%{_texmfdistdir}/tex/context/base/mult-mpe.mkii
%{_texmfdistdir}/tex/context/base/mult-mps.lua
%{_texmfdistdir}/tex/context/base/mult-mro.mkii
%{_texmfdistdir}/tex/context/base/mult-nl.mkii
%{_texmfdistdir}/tex/context/base/mult-pe.mkii
%{_texmfdistdir}/tex/context/base/mult-prm.lua
%{_texmfdistdir}/tex/context/base/mult-prm.mkiv
%{_texmfdistdir}/tex/context/base/mult-ro.mkii
%{_texmfdistdir}/tex/context/base/mult-sys.mkii
%{_texmfdistdir}/tex/context/base/mult-sys.mkiv
%{_texmfdistdir}/tex/context/base/node-acc.lua
%{_texmfdistdir}/tex/context/base/node-aux.lua
%{_texmfdistdir}/tex/context/base/node-bck.lua
%{_texmfdistdir}/tex/context/base/node-bck.mkiv
%{_texmfdistdir}/tex/context/base/node-dir.lua
%{_texmfdistdir}/tex/context/base/node-ext.lua
%{_texmfdistdir}/tex/context/base/node-fin.lua
%{_texmfdistdir}/tex/context/base/node-fin.mkiv
%{_texmfdistdir}/tex/context/base/node-fnt.lua
%{_texmfdistdir}/tex/context/base/node-ini.lua
%{_texmfdistdir}/tex/context/base/node-ini.mkiv
%{_texmfdistdir}/tex/context/base/node-inj.lua
%{_texmfdistdir}/tex/context/base/node-mig.lua
%{_texmfdistdir}/tex/context/base/node-mig.mkiv
%{_texmfdistdir}/tex/context/base/node-pag.lua
%{_texmfdistdir}/tex/context/base/node-pag.mkiv
%{_texmfdistdir}/tex/context/base/node-pro.lua
%{_texmfdistdir}/tex/context/base/node-ref.lua
%{_texmfdistdir}/tex/context/base/node-res.lua
%{_texmfdistdir}/tex/context/base/node-rul.lua
%{_texmfdistdir}/tex/context/base/node-rul.mkiv
%{_texmfdistdir}/tex/context/base/node-ser.lua
%{_texmfdistdir}/tex/context/base/node-shp.lua
%{_texmfdistdir}/tex/context/base/node-snp.lua
%{_texmfdistdir}/tex/context/base/node-tex.lua
%{_texmfdistdir}/tex/context/base/node-tra.lua
%{_texmfdistdir}/tex/context/base/node-tsk.lua
%{_texmfdistdir}/tex/context/base/node-tst.lua
%{_texmfdistdir}/tex/context/base/node-typ.lua
%{_texmfdistdir}/tex/context/base/norm-alo.mkii
%{_texmfdistdir}/tex/context/base/norm-ctx.mkii
%{_texmfdistdir}/tex/context/base/norm-ctx.mkiv
%{_texmfdistdir}/tex/context/base/norm-etx.mkii
%{_texmfdistdir}/tex/context/base/norm-ltx.mkii
%{_texmfdistdir}/tex/context/base/norm-ptx.mkii
%{_texmfdistdir}/tex/context/base/norm-tex.mkii
%{_texmfdistdir}/tex/context/base/norm-xtx.mkii
%{_texmfdistdir}/tex/context/base/pack-bar.mkiv
%{_texmfdistdir}/tex/context/base/pack-bck.mkvi
%{_texmfdistdir}/tex/context/base/pack-box.mkii
%{_texmfdistdir}/tex/context/base/pack-box.mkiv
%{_texmfdistdir}/tex/context/base/pack-com.mkiv
%{_texmfdistdir}/tex/context/base/pack-cut.mkiv
%{_texmfdistdir}/tex/context/base/pack-fen.mkiv
%{_texmfdistdir}/tex/context/base/pack-lyr.mkii
%{_texmfdistdir}/tex/context/base/pack-lyr.mkiv
%{_texmfdistdir}/tex/context/base/pack-mis.mkvi
%{_texmfdistdir}/tex/context/base/pack-mrl.mkiv
%{_texmfdistdir}/tex/context/base/pack-obj.lua
%{_texmfdistdir}/tex/context/base/pack-obj.mkii
%{_texmfdistdir}/tex/context/base/pack-obj.mkiv
%{_texmfdistdir}/tex/context/base/pack-pos.mkiv
%{_texmfdistdir}/tex/context/base/pack-rul.lua
%{_texmfdistdir}/tex/context/base/pack-rul.mkii
%{_texmfdistdir}/tex/context/base/pack-rul.mkiv
%{_texmfdistdir}/tex/context/base/page-app.mkii
%{_texmfdistdir}/tex/context/base/page-app.mkiv
%{_texmfdistdir}/tex/context/base/page-bck.mkii
%{_texmfdistdir}/tex/context/base/page-bck.mkiv
%{_texmfdistdir}/tex/context/base/page-box.mkvi
%{_texmfdistdir}/tex/context/base/page-brk.mkiv
%{_texmfdistdir}/tex/context/base/page-col.mkiv
%{_texmfdistdir}/tex/context/base/page-com.mkiv
%{_texmfdistdir}/tex/context/base/page-fac.mkiv
%{_texmfdistdir}/tex/context/base/page-flt.lua
%{_texmfdistdir}/tex/context/base/page-flt.mkiv
%{_texmfdistdir}/tex/context/base/page-flw.mkii
%{_texmfdistdir}/tex/context/base/page-flw.mkiv
%{_texmfdistdir}/tex/context/base/page-grd.mkiv
%{_texmfdistdir}/tex/context/base/page-imp.mkii
%{_texmfdistdir}/tex/context/base/page-imp.mkiv
%{_texmfdistdir}/tex/context/base/page-inf.mkiv
%{_texmfdistdir}/tex/context/base/page-ini.mkii
%{_texmfdistdir}/tex/context/base/page-ini.mkiv
%{_texmfdistdir}/tex/context/base/page-inj.lua
%{_texmfdistdir}/tex/context/base/page-inj.mkvi
%{_texmfdistdir}/tex/context/base/page-ins.lua
%{_texmfdistdir}/tex/context/base/page-ins.mkii
%{_texmfdistdir}/tex/context/base/page-ins.mkiv
%{_texmfdistdir}/tex/context/base/page-lay.mkii
%{_texmfdistdir}/tex/context/base/page-lay.mkiv
%{_texmfdistdir}/tex/context/base/page-lin.lua
%{_texmfdistdir}/tex/context/base/page-lin.mkii
%{_texmfdistdir}/tex/context/base/page-lin.mkiv
%{_texmfdistdir}/tex/context/base/page-log.mkii
%{_texmfdistdir}/tex/context/base/page-mak.mkii
%{_texmfdistdir}/tex/context/base/page-mak.mkvi
%{_texmfdistdir}/tex/context/base/page-mar.mkii
%{_texmfdistdir}/tex/context/base/page-mbk.mkvi
%{_texmfdistdir}/tex/context/base/page-mis.mkii
%{_texmfdistdir}/tex/context/base/page-mix.lua
%{_texmfdistdir}/tex/context/base/page-mix.mkiv
%{_texmfdistdir}/tex/context/base/page-mrk.mkiv
%{_texmfdistdir}/tex/context/base/page-mul.mkii
%{_texmfdistdir}/tex/context/base/page-mul.mkiv
%{_texmfdistdir}/tex/context/base/page-not.mkii
%{_texmfdistdir}/tex/context/base/page-not.mkiv
%{_texmfdistdir}/tex/context/base/page-one.mkii
%{_texmfdistdir}/tex/context/base/page-one.mkiv
%{_texmfdistdir}/tex/context/base/page-otr.mkvi
%{_texmfdistdir}/tex/context/base/page-par.mkii
%{_texmfdistdir}/tex/context/base/page-par.mkiv
%{_texmfdistdir}/tex/context/base/page-plg.mkii
%{_texmfdistdir}/tex/context/base/page-plg.mkiv
%{_texmfdistdir}/tex/context/base/page-pst.lua
%{_texmfdistdir}/tex/context/base/page-pst.mkiv
%{_texmfdistdir}/tex/context/base/page-run.mkii
%{_texmfdistdir}/tex/context/base/page-run.mkiv
%{_texmfdistdir}/tex/context/base/page-sel.mkvi
%{_texmfdistdir}/tex/context/base/page-set.mkii
%{_texmfdistdir}/tex/context/base/page-set.mkiv
%{_texmfdistdir}/tex/context/base/page-sid.mkii
%{_texmfdistdir}/tex/context/base/page-sid.mkiv
%{_texmfdistdir}/tex/context/base/page-spr.mkii
%{_texmfdistdir}/tex/context/base/page-spr.mkiv
%{_texmfdistdir}/tex/context/base/page-str.lua
%{_texmfdistdir}/tex/context/base/page-str.mkii
%{_texmfdistdir}/tex/context/base/page-str.mkiv
%{_texmfdistdir}/tex/context/base/page-txt.mkii
%{_texmfdistdir}/tex/context/base/page-txt.mkvi
%{_texmfdistdir}/tex/context/base/page-var.mkiv
%{_texmfdistdir}/tex/context/base/pdfr-def.mkii
%{_texmfdistdir}/tex/context/base/pdfr-ec.mkii
%{_texmfdistdir}/tex/context/base/pdfr-il2.mkii
%{_texmfdistdir}/tex/context/base/phys-dim.lua
%{_texmfdistdir}/tex/context/base/phys-dim.mkiv
%{_texmfdistdir}/tex/context/base/ppchtex.mkii
%{_texmfdistdir}/tex/context/base/ppchtex.mkiv
%{_texmfdistdir}/tex/context/base/prop-ini.mkii
%{_texmfdistdir}/tex/context/base/prop-ini.mkiv
%{_texmfdistdir}/tex/context/base/prop-lay.mkii
%{_texmfdistdir}/tex/context/base/prop-mis.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-1.lua
%{_texmfdistdir}/tex/context/base/regi-8859-1.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-10.lua
%{_texmfdistdir}/tex/context/base/regi-8859-10.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-11.lua
%{_texmfdistdir}/tex/context/base/regi-8859-13.lua
%{_texmfdistdir}/tex/context/base/regi-8859-13.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-14.lua
%{_texmfdistdir}/tex/context/base/regi-8859-15.lua
%{_texmfdistdir}/tex/context/base/regi-8859-15.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-16.lua
%{_texmfdistdir}/tex/context/base/regi-8859-16.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-2.lua
%{_texmfdistdir}/tex/context/base/regi-8859-2.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-3.lua
%{_texmfdistdir}/tex/context/base/regi-8859-3.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-4.lua
%{_texmfdistdir}/tex/context/base/regi-8859-4.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-5.lua
%{_texmfdistdir}/tex/context/base/regi-8859-5.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-6.lua
%{_texmfdistdir}/tex/context/base/regi-8859-7.lua
%{_texmfdistdir}/tex/context/base/regi-8859-7.mkii
%{_texmfdistdir}/tex/context/base/regi-8859-8.lua
%{_texmfdistdir}/tex/context/base/regi-8859-9.lua
%{_texmfdistdir}/tex/context/base/regi-8859-9.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1250.lua
%{_texmfdistdir}/tex/context/base/regi-cp1250.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1251.lua
%{_texmfdistdir}/tex/context/base/regi-cp1251.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1252.lua
%{_texmfdistdir}/tex/context/base/regi-cp1252.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1253.lua
%{_texmfdistdir}/tex/context/base/regi-cp1253.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1254.lua
%{_texmfdistdir}/tex/context/base/regi-cp1254.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1255.lua
%{_texmfdistdir}/tex/context/base/regi-cp1256.lua
%{_texmfdistdir}/tex/context/base/regi-cp1257.lua
%{_texmfdistdir}/tex/context/base/regi-cp1257.mkii
%{_texmfdistdir}/tex/context/base/regi-cp1258.lua
%{_texmfdistdir}/tex/context/base/regi-cyp.mkii
%{_texmfdistdir}/tex/context/base/regi-cyr.mkii
%{_texmfdistdir}/tex/context/base/regi-def.mkii
%{_texmfdistdir}/tex/context/base/regi-demo.lua
%{_texmfdistdir}/tex/context/base/regi-ibm.mkii
%{_texmfdistdir}/tex/context/base/regi-ini.lua
%{_texmfdistdir}/tex/context/base/regi-ini.mkii
%{_texmfdistdir}/tex/context/base/regi-ini.mkiv
%{_texmfdistdir}/tex/context/base/regi-mac.mkii
%{_texmfdistdir}/tex/context/base/regi-syn.mkii
%{_texmfdistdir}/tex/context/base/regi-uni.mkii
%{_texmfdistdir}/tex/context/base/regi-utf.mkii
%{_texmfdistdir}/tex/context/base/regi-vis.mkii
%{_texmfdistdir}/tex/context/base/rlxcache.rlx
%{_texmfdistdir}/tex/context/base/rlxtools.rlx
%{_texmfdistdir}/tex/context/base/s-abr-01.tex
%{_texmfdistdir}/tex/context/base/s-abr-02.tex
%{_texmfdistdir}/tex/context/base/s-abr-03.tex
%{_texmfdistdir}/tex/context/base/s-abr-04.tex
%{_texmfdistdir}/tex/context/base/s-art-01.mkiv
%{_texmfdistdir}/tex/context/base/s-cdr-01.tex
%{_texmfdistdir}/tex/context/base/s-chi-00.mkii
%{_texmfdistdir}/tex/context/base/s-def-01.mkiv
%{_texmfdistdir}/tex/context/base/s-faq-00.tex
%{_texmfdistdir}/tex/context/base/s-faq-01.tex
%{_texmfdistdir}/tex/context/base/s-faq-02.tex
%{_texmfdistdir}/tex/context/base/s-faq-03.tex
%{_texmfdistdir}/tex/context/base/s-fnt-01.mkii
%{_texmfdistdir}/tex/context/base/s-fnt-02.mkii
%{_texmfdistdir}/tex/context/base/s-fnt-10.mkiv
%{_texmfdistdir}/tex/context/base/s-fnt-20.mkiv
%{_texmfdistdir}/tex/context/base/s-fnt-21.mkiv
%{_texmfdistdir}/tex/context/base/s-fnt-24.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-coverage.lua
%{_texmfdistdir}/tex/context/base/s-fonts-coverage.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-features.lua
%{_texmfdistdir}/tex/context/base/s-fonts-features.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-goodies.lua
%{_texmfdistdir}/tex/context/base/s-fonts-goodies.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-missing.lua
%{_texmfdistdir}/tex/context/base/s-fonts-missing.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-shapes.lua
%{_texmfdistdir}/tex/context/base/s-fonts-shapes.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-system.lua
%{_texmfdistdir}/tex/context/base/s-fonts-system.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-tables.lua
%{_texmfdistdir}/tex/context/base/s-fonts-tables.mkiv
%{_texmfdistdir}/tex/context/base/s-fonts-vectors.lua
%{_texmfdistdir}/tex/context/base/s-fonts-vectors.mkiv
%{_texmfdistdir}/tex/context/base/s-grk-00.mkii
%{_texmfdistdir}/tex/context/base/s-inf-01.mkvi
%{_texmfdistdir}/tex/context/base/s-inf-02.mkiv
%{_texmfdistdir}/tex/context/base/s-inf-03.mkiv
%{_texmfdistdir}/tex/context/base/s-inf-04.mkiv
%{_texmfdistdir}/tex/context/base/s-jap-00.mkii
%{_texmfdistdir}/tex/context/base/s-languages-counters.lua
%{_texmfdistdir}/tex/context/base/s-languages-counters.mkiv
%{_texmfdistdir}/tex/context/base/s-languages-frequencies.lua
%{_texmfdistdir}/tex/context/base/s-languages-frequencies.mkiv
%{_texmfdistdir}/tex/context/base/s-languages-hyphenation.lua
%{_texmfdistdir}/tex/context/base/s-languages-hyphenation.mkiv
%{_texmfdistdir}/tex/context/base/s-languages-sorting.lua
%{_texmfdistdir}/tex/context/base/s-languages-sorting.mkiv
%{_texmfdistdir}/tex/context/base/s-languages-system.lua
%{_texmfdistdir}/tex/context/base/s-languages-system.mkiv
%{_texmfdistdir}/tex/context/base/s-mag-01.tex
%{_texmfdistdir}/tex/context/base/s-map-10.mkii
%{_texmfdistdir}/tex/context/base/s-map-10.mkiv
%{_texmfdistdir}/tex/context/base/s-math-characters.lua
%{_texmfdistdir}/tex/context/base/s-math-characters.mkiv
%{_texmfdistdir}/tex/context/base/s-math-coverage.lua
%{_texmfdistdir}/tex/context/base/s-math-coverage.mkiv
%{_texmfdistdir}/tex/context/base/s-math-extensibles.mkiv
%{_texmfdistdir}/tex/context/base/s-math-parameters.lua
%{_texmfdistdir}/tex/context/base/s-math-parameters.mkiv
%{_texmfdistdir}/tex/context/base/s-math-repertoire.mkiv
%{_texmfdistdir}/tex/context/base/s-mod-00.mkii
%{_texmfdistdir}/tex/context/base/s-mod-00.mkiv
%{_texmfdistdir}/tex/context/base/s-mod-01.mkii
%{_texmfdistdir}/tex/context/base/s-mod-01.mkiv
%{_texmfdistdir}/tex/context/base/s-mod-02.mkii
%{_texmfdistdir}/tex/context/base/s-mod-02.mkiv
%{_texmfdistdir}/tex/context/base/s-mod.ctx
%{_texmfdistdir}/tex/context/base/s-pages-statistics.mkiv
%{_texmfdistdir}/tex/context/base/s-physics-units.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-00.tex
%{_texmfdistdir}/tex/context/base/s-pre-01.tex
%{_texmfdistdir}/tex/context/base/s-pre-02.tex
%{_texmfdistdir}/tex/context/base/s-pre-03.tex
%{_texmfdistdir}/tex/context/base/s-pre-04.tex
%{_texmfdistdir}/tex/context/base/s-pre-05.tex
%{_texmfdistdir}/tex/context/base/s-pre-06.tex
%{_texmfdistdir}/tex/context/base/s-pre-07.tex
%{_texmfdistdir}/tex/context/base/s-pre-08.tex
%{_texmfdistdir}/tex/context/base/s-pre-09.tex
%{_texmfdistdir}/tex/context/base/s-pre-10.tex
%{_texmfdistdir}/tex/context/base/s-pre-11.tex
%{_texmfdistdir}/tex/context/base/s-pre-12.tex
%{_texmfdistdir}/tex/context/base/s-pre-13.tex
%{_texmfdistdir}/tex/context/base/s-pre-14.tex
%{_texmfdistdir}/tex/context/base/s-pre-15.tex
%{_texmfdistdir}/tex/context/base/s-pre-16.tex
%{_texmfdistdir}/tex/context/base/s-pre-17.mkii
%{_texmfdistdir}/tex/context/base/s-pre-17.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-18.tex
%{_texmfdistdir}/tex/context/base/s-pre-19.tex
%{_texmfdistdir}/tex/context/base/s-pre-22.tex
%{_texmfdistdir}/tex/context/base/s-pre-23.tex
%{_texmfdistdir}/tex/context/base/s-pre-26.tex
%{_texmfdistdir}/tex/context/base/s-pre-27.tex
%{_texmfdistdir}/tex/context/base/s-pre-30.mkii
%{_texmfdistdir}/tex/context/base/s-pre-30.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-50.tex
%{_texmfdistdir}/tex/context/base/s-pre-60.mkii
%{_texmfdistdir}/tex/context/base/s-pre-60.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-61.tex
%{_texmfdistdir}/tex/context/base/s-pre-62.tex
%{_texmfdistdir}/tex/context/base/s-pre-63.tex
%{_texmfdistdir}/tex/context/base/s-pre-64.tex
%{_texmfdistdir}/tex/context/base/s-pre-66.tex
%{_texmfdistdir}/tex/context/base/s-pre-67.tex
%{_texmfdistdir}/tex/context/base/s-pre-68.tex
%{_texmfdistdir}/tex/context/base/s-pre-69.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-70.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-71.lua
%{_texmfdistdir}/tex/context/base/s-pre-71.mkii
%{_texmfdistdir}/tex/context/base/s-pre-71.mkiv
%{_texmfdistdir}/tex/context/base/s-pre-93.tex
%{_texmfdistdir}/tex/context/base/s-pre-96.tex
%{_texmfdistdir}/tex/context/base/s-present-tiles.mkiv
%{_texmfdistdir}/tex/context/base/s-ptj-01.tex
%{_texmfdistdir}/tex/context/base/s-reg-01.mkiv
%{_texmfdistdir}/tex/context/base/s-set-31.mkiv
%{_texmfdistdir}/tex/context/base/s-sql-tables.lua
%{_texmfdistdir}/tex/context/base/s-sql-tables.mkiv
%{_texmfdistdir}/tex/context/base/s-syn-01.tex
%{_texmfdistdir}/tex/context/base/scrn-bar.mkvi
%{_texmfdistdir}/tex/context/base/scrn-but.lua
%{_texmfdistdir}/tex/context/base/scrn-but.mkvi
%{_texmfdistdir}/tex/context/base/scrn-fld.lua
%{_texmfdistdir}/tex/context/base/scrn-fld.mkii
%{_texmfdistdir}/tex/context/base/scrn-fld.mkvi
%{_texmfdistdir}/tex/context/base/scrn-hlp.lua
%{_texmfdistdir}/tex/context/base/scrn-hlp.mkii
%{_texmfdistdir}/tex/context/base/scrn-hlp.mkvi
%{_texmfdistdir}/tex/context/base/scrn-ini.lua
%{_texmfdistdir}/tex/context/base/scrn-ini.mkvi
%{_texmfdistdir}/tex/context/base/scrn-int.mkii
%{_texmfdistdir}/tex/context/base/scrn-nav.mkii
%{_texmfdistdir}/tex/context/base/scrn-pag.lua
%{_texmfdistdir}/tex/context/base/scrn-pag.mkvi
%{_texmfdistdir}/tex/context/base/scrn-ref.lua
%{_texmfdistdir}/tex/context/base/scrn-ref.mkvi
%{_texmfdistdir}/tex/context/base/scrn-wid.lua
%{_texmfdistdir}/tex/context/base/scrn-wid.mkvi
%{_texmfdistdir}/tex/context/base/scrp-cjk.lua
%{_texmfdistdir}/tex/context/base/scrp-eth.lua
%{_texmfdistdir}/tex/context/base/scrp-ini.lua
%{_texmfdistdir}/tex/context/base/scrp-ini.mkiv
%{_texmfdistdir}/tex/context/base/sort-def.mkii
%{_texmfdistdir}/tex/context/base/sort-ini.lua
%{_texmfdistdir}/tex/context/base/sort-ini.mkii
%{_texmfdistdir}/tex/context/base/sort-ini.mkiv
%{_texmfdistdir}/tex/context/base/sort-lan.lua
%{_texmfdistdir}/tex/context/base/sort-lan.mkii
%{_texmfdistdir}/tex/context/base/spac-adj.lua
%{_texmfdistdir}/tex/context/base/spac-adj.mkiv
%{_texmfdistdir}/tex/context/base/spac-ali.lua
%{_texmfdistdir}/tex/context/base/spac-ali.mkiv
%{_texmfdistdir}/tex/context/base/spac-cha.mkiv
%{_texmfdistdir}/tex/context/base/spac-chr.lua
%{_texmfdistdir}/tex/context/base/spac-chr.mkiv
%{_texmfdistdir}/tex/context/base/spac-def.mkiv
%{_texmfdistdir}/tex/context/base/spac-flr.mkiv
%{_texmfdistdir}/tex/context/base/spac-gen.mkii
%{_texmfdistdir}/tex/context/base/spac-grd.mkii
%{_texmfdistdir}/tex/context/base/spac-grd.mkiv
%{_texmfdistdir}/tex/context/base/spac-hor.lua
%{_texmfdistdir}/tex/context/base/spac-hor.mkiv
%{_texmfdistdir}/tex/context/base/spac-lin.mkiv
%{_texmfdistdir}/tex/context/base/spac-pag.mkiv
%{_texmfdistdir}/tex/context/base/spac-par.mkiv
%{_texmfdistdir}/tex/context/base/spac-ver.lua
%{_texmfdistdir}/tex/context/base/spac-ver.mkiv
%{_texmfdistdir}/tex/context/base/spec-def.mkii
%{_texmfdistdir}/tex/context/base/spec-dpm.mkii
%{_texmfdistdir}/tex/context/base/spec-dpx.mkii
%{_texmfdistdir}/tex/context/base/spec-dvi.mkii
%{_texmfdistdir}/tex/context/base/spec-fdf.mkii
%{_texmfdistdir}/tex/context/base/spec-ini.mkii
%{_texmfdistdir}/tex/context/base/spec-mis.mkii
%{_texmfdistdir}/tex/context/base/spec-pdf.mkii
%{_texmfdistdir}/tex/context/base/spec-ps.mkii
%{_texmfdistdir}/tex/context/base/spec-tpd.mkii
%{_texmfdistdir}/tex/context/base/spec-tr.mkii
%{_texmfdistdir}/tex/context/base/spec-tst.mkii
%{_texmfdistdir}/tex/context/base/spec-var.mkii
%{_texmfdistdir}/tex/context/base/spec-win.mkii
%{_texmfdistdir}/tex/context/base/spec-xet.mkii
%{_texmfdistdir}/tex/context/base/spec-xtx.mkii
%{_texmfdistdir}/tex/context/base/spec-yy.mkii
%{_texmfdistdir}/tex/context/base/status-files.pdf
%{_texmfdistdir}/tex/context/base/status-lua.pdf
%{_texmfdistdir}/tex/context/base/status-mkiv.lua
%{_texmfdistdir}/tex/context/base/status-mkiv.tex
%{_texmfdistdir}/tex/context/base/strc-bkm.lua
%{_texmfdistdir}/tex/context/base/strc-bkm.mkiv
%{_texmfdistdir}/tex/context/base/strc-blk.lua
%{_texmfdistdir}/tex/context/base/strc-blk.mkii
%{_texmfdistdir}/tex/context/base/strc-blk.mkiv
%{_texmfdistdir}/tex/context/base/strc-con.lua
%{_texmfdistdir}/tex/context/base/strc-con.mkvi
%{_texmfdistdir}/tex/context/base/strc-def.mkiv
%{_texmfdistdir}/tex/context/base/strc-des.mkii
%{_texmfdistdir}/tex/context/base/strc-des.mkvi
%{_texmfdistdir}/tex/context/base/strc-doc.lua
%{_texmfdistdir}/tex/context/base/strc-doc.mkiv
%{_texmfdistdir}/tex/context/base/strc-enu.mkvi
%{_texmfdistdir}/tex/context/base/strc-flt.lua
%{_texmfdistdir}/tex/context/base/strc-flt.mkii
%{_texmfdistdir}/tex/context/base/strc-flt.mkvi
%{_texmfdistdir}/tex/context/base/strc-ind.mkiv
%{_texmfdistdir}/tex/context/base/strc-ini.lua
%{_texmfdistdir}/tex/context/base/strc-ini.mkvi
%{_texmfdistdir}/tex/context/base/strc-itm.lua
%{_texmfdistdir}/tex/context/base/strc-itm.mkii
%{_texmfdistdir}/tex/context/base/strc-itm.mkvi
%{_texmfdistdir}/tex/context/base/strc-lab.mkiv
%{_texmfdistdir}/tex/context/base/strc-lev.lua
%{_texmfdistdir}/tex/context/base/strc-lev.mkvi
%{_texmfdistdir}/tex/context/base/strc-lnt.mkii
%{_texmfdistdir}/tex/context/base/strc-lnt.mkvi
%{_texmfdistdir}/tex/context/base/strc-lst.lua
%{_texmfdistdir}/tex/context/base/strc-lst.mkii
%{_texmfdistdir}/tex/context/base/strc-lst.mkvi
%{_texmfdistdir}/tex/context/base/strc-mar.lua
%{_texmfdistdir}/tex/context/base/strc-mar.mkii
%{_texmfdistdir}/tex/context/base/strc-mar.mkiv
%{_texmfdistdir}/tex/context/base/strc-mat.lua
%{_texmfdistdir}/tex/context/base/strc-mat.mkii
%{_texmfdistdir}/tex/context/base/strc-mat.mkiv
%{_texmfdistdir}/tex/context/base/strc-not.lua
%{_texmfdistdir}/tex/context/base/strc-not.mkii
%{_texmfdistdir}/tex/context/base/strc-not.mkvi
%{_texmfdistdir}/tex/context/base/strc-num.lua
%{_texmfdistdir}/tex/context/base/strc-num.mkii
%{_texmfdistdir}/tex/context/base/strc-num.mkiv
%{_texmfdistdir}/tex/context/base/strc-pag.lua
%{_texmfdistdir}/tex/context/base/strc-pag.mkii
%{_texmfdistdir}/tex/context/base/strc-pag.mkiv
%{_texmfdistdir}/tex/context/base/strc-ref.lua
%{_texmfdistdir}/tex/context/base/strc-ref.mkii
%{_texmfdistdir}/tex/context/base/strc-ref.mkvi
%{_texmfdistdir}/tex/context/base/strc-reg.lua
%{_texmfdistdir}/tex/context/base/strc-reg.mkii
%{_texmfdistdir}/tex/context/base/strc-reg.mkiv
%{_texmfdistdir}/tex/context/base/strc-ren.mkiv
%{_texmfdistdir}/tex/context/base/strc-rsc.lua
%{_texmfdistdir}/tex/context/base/strc-sbe.mkiv
%{_texmfdistdir}/tex/context/base/strc-sec.mkii
%{_texmfdistdir}/tex/context/base/strc-sec.mkiv
%{_texmfdistdir}/tex/context/base/strc-swd.mkii
%{_texmfdistdir}/tex/context/base/strc-syn.lua
%{_texmfdistdir}/tex/context/base/strc-syn.mkii
%{_texmfdistdir}/tex/context/base/strc-syn.mkiv
%{_texmfdistdir}/tex/context/base/strc-tag.lua
%{_texmfdistdir}/tex/context/base/strc-tag.mkiv
%{_texmfdistdir}/tex/context/base/strc-xml.mkiv
%{_texmfdistdir}/tex/context/base/supp-ali.mkii
%{_texmfdistdir}/tex/context/base/supp-box.lua
%{_texmfdistdir}/tex/context/base/supp-box.mkii
%{_texmfdistdir}/tex/context/base/supp-box.mkiv
%{_texmfdistdir}/tex/context/base/supp-dir.mkii
%{_texmfdistdir}/tex/context/base/supp-dir.mkiv
%{_texmfdistdir}/tex/context/base/supp-emp.mkii
%{_texmfdistdir}/tex/context/base/supp-eps.mkii
%{_texmfdistdir}/tex/context/base/supp-fil.mkii
%{_texmfdistdir}/tex/context/base/supp-fun.mkii
%{_texmfdistdir}/tex/context/base/supp-lat.mkii
%{_texmfdistdir}/tex/context/base/supp-mat.mkii
%{_texmfdistdir}/tex/context/base/supp-mat.mkiv
%{_texmfdistdir}/tex/context/base/supp-mis.tex
%{_texmfdistdir}/tex/context/base/supp-mpe.tex
%{_texmfdistdir}/tex/context/base/supp-mps.mkii
%{_texmfdistdir}/tex/context/base/supp-mrk.mkii
%{_texmfdistdir}/tex/context/base/supp-num.mkii
%{_texmfdistdir}/tex/context/base/supp-pat.mkii
%{_texmfdistdir}/tex/context/base/supp-pdf.tex
%{_texmfdistdir}/tex/context/base/supp-ran.lua
%{_texmfdistdir}/tex/context/base/supp-ran.mkii
%{_texmfdistdir}/tex/context/base/supp-ran.mkiv
%{_texmfdistdir}/tex/context/base/supp-spe.mkii
%{_texmfdistdir}/tex/context/base/supp-tpi.mkii
%{_texmfdistdir}/tex/context/base/supp-vis.mkii
%{_texmfdistdir}/tex/context/base/supp-vis.mkiv
%{_texmfdistdir}/tex/context/base/symb-cow.mkii
%{_texmfdistdir}/tex/context/base/symb-eur.mkii
%{_texmfdistdir}/tex/context/base/symb-glm.mkii
%{_texmfdistdir}/tex/context/base/symb-imp-cc.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-cow.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-eur.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-jmn.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-mis.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-mvs.mkiv
%{_texmfdistdir}/tex/context/base/symb-imp-nav.mkiv
%{_texmfdistdir}/tex/context/base/symb-ini.lua
%{_texmfdistdir}/tex/context/base/symb-ini.mkii
%{_texmfdistdir}/tex/context/base/symb-ini.mkiv
%{_texmfdistdir}/tex/context/base/symb-jmn.mkii
%{_texmfdistdir}/tex/context/base/symb-mis.mkii
%{_texmfdistdir}/tex/context/base/symb-mvs.mkii
%{_texmfdistdir}/tex/context/base/symb-nav.mkii
%{_texmfdistdir}/tex/context/base/symb-run.mkii
%{_texmfdistdir}/tex/context/base/symb-run.mkiv
%{_texmfdistdir}/tex/context/base/symb-uni.mkii
%{_texmfdistdir}/tex/context/base/symb-was.mkii
%{_texmfdistdir}/tex/context/base/syst-aux.lua
%{_texmfdistdir}/tex/context/base/syst-aux.mkiv
%{_texmfdistdir}/tex/context/base/syst-con.lua
%{_texmfdistdir}/tex/context/base/syst-con.mkii
%{_texmfdistdir}/tex/context/base/syst-con.mkiv
%{_texmfdistdir}/tex/context/base/syst-ext.mkii
%{_texmfdistdir}/tex/context/base/syst-fnt.mkii
%{_texmfdistdir}/tex/context/base/syst-fnt.mkiv
%{_texmfdistdir}/tex/context/base/syst-gen.mkii
%{_texmfdistdir}/tex/context/base/syst-ini.mkii
%{_texmfdistdir}/tex/context/base/syst-ini.mkiv
%{_texmfdistdir}/tex/context/base/syst-lua.lua
%{_texmfdistdir}/tex/context/base/syst-lua.mkiv
%{_texmfdistdir}/tex/context/base/syst-mes.mkiv
%{_texmfdistdir}/tex/context/base/syst-new.mkii
%{_texmfdistdir}/tex/context/base/syst-pln.mkii
%{_texmfdistdir}/tex/context/base/syst-pln.mkiv
%{_texmfdistdir}/tex/context/base/syst-rtp.mkii
%{_texmfdistdir}/tex/context/base/syst-rtp.mkiv
%{_texmfdistdir}/tex/context/base/syst-str.mkii
%{_texmfdistdir}/tex/context/base/tabl-com.mkii
%{_texmfdistdir}/tex/context/base/tabl-com.mkiv
%{_texmfdistdir}/tex/context/base/tabl-ltb.mkii
%{_texmfdistdir}/tex/context/base/tabl-ltb.mkiv
%{_texmfdistdir}/tex/context/base/tabl-mis.mkiv
%{_texmfdistdir}/tex/context/base/tabl-ntb.mkii
%{_texmfdistdir}/tex/context/base/tabl-ntb.mkiv
%{_texmfdistdir}/tex/context/base/tabl-nte.mkii
%{_texmfdistdir}/tex/context/base/tabl-nte.mkiv
%{_texmfdistdir}/tex/context/base/tabl-pln.mkii
%{_texmfdistdir}/tex/context/base/tabl-pln.mkiv
%{_texmfdistdir}/tex/context/base/tabl-tab.mkii
%{_texmfdistdir}/tex/context/base/tabl-tab.mkiv
%{_texmfdistdir}/tex/context/base/tabl-tbl.lua
%{_texmfdistdir}/tex/context/base/tabl-tbl.mkii
%{_texmfdistdir}/tex/context/base/tabl-tbl.mkiv
%{_texmfdistdir}/tex/context/base/tabl-tsp.mkii
%{_texmfdistdir}/tex/context/base/tabl-tsp.mkiv
%{_texmfdistdir}/tex/context/base/tabl-xnt.mkvi
%{_texmfdistdir}/tex/context/base/tabl-xtb.lua
%{_texmfdistdir}/tex/context/base/tabl-xtb.mkvi
%{_texmfdistdir}/tex/context/base/task-ini.lua
%{_texmfdistdir}/tex/context/base/task-ini.mkiv
%{_texmfdistdir}/tex/context/base/thrd-pic.mkii
%{_texmfdistdir}/tex/context/base/thrd-ran.mkii
%{_texmfdistdir}/tex/context/base/thrd-tab.mkii
%{_texmfdistdir}/tex/context/base/thrd-trg.mkii
%{_texmfdistdir}/tex/context/base/toks-ini.lua
%{_texmfdistdir}/tex/context/base/toks-ini.mkiv
%{_texmfdistdir}/tex/context/base/trac-ctx.lua
%{_texmfdistdir}/tex/context/base/trac-ctx.mkiv
%{_texmfdistdir}/tex/context/base/trac-deb.lua
%{_texmfdistdir}/tex/context/base/trac-deb.mkiv
%{_texmfdistdir}/tex/context/base/trac-exp.lua
%{_texmfdistdir}/tex/context/base/trac-fil.lua
%{_texmfdistdir}/tex/context/base/trac-inf.lua
%{_texmfdistdir}/tex/context/base/trac-jus.lua
%{_texmfdistdir}/tex/context/base/trac-jus.mkiv
%{_texmfdistdir}/tex/context/base/trac-lmx.lua
%{_texmfdistdir}/tex/context/base/trac-log.lua
%{_texmfdistdir}/tex/context/base/trac-pro.lua
%{_texmfdistdir}/tex/context/base/trac-set.lua
%{_texmfdistdir}/tex/context/base/trac-tex.lua
%{_texmfdistdir}/tex/context/base/trac-tex.mkiv
%{_texmfdistdir}/tex/context/base/trac-tim.lua
%{_texmfdistdir}/tex/context/base/trac-vis.lua
%{_texmfdistdir}/tex/context/base/trac-vis.mkii
%{_texmfdistdir}/tex/context/base/trac-vis.mkiv
%{_texmfdistdir}/tex/context/base/trac-xml.lua
%{_texmfdistdir}/tex/context/base/type-buy.mkii
%{_texmfdistdir}/tex/context/base/type-cbg.mkii
%{_texmfdistdir}/tex/context/base/type-cow.mkii
%{_texmfdistdir}/tex/context/base/type-def.mkii
%{_texmfdistdir}/tex/context/base/type-def.mkiv
%{_texmfdistdir}/tex/context/base/type-exp.mkii
%{_texmfdistdir}/tex/context/base/type-fbk.mkiv
%{_texmfdistdir}/tex/context/base/type-fsf.mkii
%{_texmfdistdir}/tex/context/base/type-ghz.mkii
%{_texmfdistdir}/tex/context/base/type-hgz.mkii
%{_texmfdistdir}/tex/context/base/type-imp-antykwa.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-antykwapoltawskiego.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-asana.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-averia.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-buy.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-cambria.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-charter.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-cleartype.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-computer-modern-unicode.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-cow.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-dejavu.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-euler.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-ghz.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-hgz.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-husayni.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-hvmath.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-inconsolata.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-informal.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-iwona.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-kurier.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-latinmodern.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-liberation.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-libertine.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-lmnames.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-lucida-opentype.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-lucida-typeone.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-mathdesign.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-mathtimes.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-mscore.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-opendyslexic.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-osx.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-postscript.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-punknova.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-texgyre.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-unfonts.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-xits.mkiv
%{_texmfdistdir}/tex/context/base/type-imp-xitsbidi.mkiv
%{_texmfdistdir}/tex/context/base/type-ini.lua
%{_texmfdistdir}/tex/context/base/type-ini.mkii
%{_texmfdistdir}/tex/context/base/type-ini.mkvi
%{_texmfdistdir}/tex/context/base/type-lua.mkiv
%{_texmfdistdir}/tex/context/base/type-mac.mkii
%{_texmfdistdir}/tex/context/base/type-msw.mkii
%{_texmfdistdir}/tex/context/base/type-one.mkii
%{_texmfdistdir}/tex/context/base/type-one.mkiv
%{_texmfdistdir}/tex/context/base/type-otf.mkii
%{_texmfdistdir}/tex/context/base/type-otf.mkiv
%{_texmfdistdir}/tex/context/base/type-pre.mkii
%{_texmfdistdir}/tex/context/base/type-run.mkii
%{_texmfdistdir}/tex/context/base/type-run.mkiv
%{_texmfdistdir}/tex/context/base/type-set.mkii
%{_texmfdistdir}/tex/context/base/type-set.mkiv
%{_texmfdistdir}/tex/context/base/type-siz.mkii
%{_texmfdistdir}/tex/context/base/type-siz.mkiv
%{_texmfdistdir}/tex/context/base/type-tmf.mkii
%{_texmfdistdir}/tex/context/base/type-tmf.mkiv
%{_texmfdistdir}/tex/context/base/type-win.mkii
%{_texmfdistdir}/tex/context/base/type-xtx.mkii
%{_texmfdistdir}/tex/context/base/typo-bld.lua
%{_texmfdistdir}/tex/context/base/typo-bld.mkiv
%{_texmfdistdir}/tex/context/base/typo-brk.lua
%{_texmfdistdir}/tex/context/base/typo-brk.mkiv
%{_texmfdistdir}/tex/context/base/typo-cap.lua
%{_texmfdistdir}/tex/context/base/typo-cap.mkiv
%{_texmfdistdir}/tex/context/base/typo-cln.lua
%{_texmfdistdir}/tex/context/base/typo-cln.mkiv
%{_texmfdistdir}/tex/context/base/typo-del.mkiv
%{_texmfdistdir}/tex/context/base/typo-dig.lua
%{_texmfdistdir}/tex/context/base/typo-dig.mkiv
%{_texmfdistdir}/tex/context/base/typo-dir.lua
%{_texmfdistdir}/tex/context/base/typo-dir.mkiv
%{_texmfdistdir}/tex/context/base/typo-ini.lua
%{_texmfdistdir}/tex/context/base/typo-ini.mkii
%{_texmfdistdir}/tex/context/base/typo-ini.mkiv
%{_texmfdistdir}/tex/context/base/typo-itc.lua
%{_texmfdistdir}/tex/context/base/typo-itc.mkvi
%{_texmfdistdir}/tex/context/base/typo-itm.mkiv
%{_texmfdistdir}/tex/context/base/typo-krn.lua
%{_texmfdistdir}/tex/context/base/typo-krn.mkiv
%{_texmfdistdir}/tex/context/base/typo-lan.lua
%{_texmfdistdir}/tex/context/base/typo-lan.mkiv
%{_texmfdistdir}/tex/context/base/typo-mar.lua
%{_texmfdistdir}/tex/context/base/typo-mar.mkiv
%{_texmfdistdir}/tex/context/base/typo-pag.lua
%{_texmfdistdir}/tex/context/base/typo-pag.mkiv
%{_texmfdistdir}/tex/context/base/typo-par.lua
%{_texmfdistdir}/tex/context/base/typo-par.mkiv
%{_texmfdistdir}/tex/context/base/typo-prc.lua
%{_texmfdistdir}/tex/context/base/typo-prc.mkvi
%{_texmfdistdir}/tex/context/base/typo-rep.lua
%{_texmfdistdir}/tex/context/base/typo-rep.mkiv
%{_texmfdistdir}/tex/context/base/typo-scr.mkiv
%{_texmfdistdir}/tex/context/base/typo-spa.lua
%{_texmfdistdir}/tex/context/base/typo-spa.mkiv
%{_texmfdistdir}/tex/context/base/typo-txt.mkvi
%{_texmfdistdir}/tex/context/base/unic-000.mkii
%{_texmfdistdir}/tex/context/base/unic-001.mkii
%{_texmfdistdir}/tex/context/base/unic-002.mkii
%{_texmfdistdir}/tex/context/base/unic-003.mkii
%{_texmfdistdir}/tex/context/base/unic-004.mkii
%{_texmfdistdir}/tex/context/base/unic-005.mkii
%{_texmfdistdir}/tex/context/base/unic-030.mkii
%{_texmfdistdir}/tex/context/base/unic-031.mkii
%{_texmfdistdir}/tex/context/base/unic-032.mkii
%{_texmfdistdir}/tex/context/base/unic-033.mkii
%{_texmfdistdir}/tex/context/base/unic-034.mkii
%{_texmfdistdir}/tex/context/base/unic-035.mkii
%{_texmfdistdir}/tex/context/base/unic-037.mkii
%{_texmfdistdir}/tex/context/base/unic-039.mkii
%{_texmfdistdir}/tex/context/base/unic-251.mkii
%{_texmfdistdir}/tex/context/base/unic-cjk.mkii
%{_texmfdistdir}/tex/context/base/unic-exp.mkii
%{_texmfdistdir}/tex/context/base/unic-ini.lua
%{_texmfdistdir}/tex/context/base/unic-ini.mkii
%{_texmfdistdir}/tex/context/base/unic-ini.mkiv
%{_texmfdistdir}/tex/context/base/unic-run.mkii
%{_texmfdistdir}/tex/context/base/util-deb.lua
%{_texmfdistdir}/tex/context/base/util-dim.lua
%{_texmfdistdir}/tex/context/base/util-env.lua
%{_texmfdistdir}/tex/context/base/util-fmt.lua
%{_texmfdistdir}/tex/context/base/util-jsn.lua
%{_texmfdistdir}/tex/context/base/util-lib.lua
%{_texmfdistdir}/tex/context/base/util-lua.lua
%{_texmfdistdir}/tex/context/base/util-mrg.lua
%{_texmfdistdir}/tex/context/base/util-pck.lua
%{_texmfdistdir}/tex/context/base/util-prs.lua
%{_texmfdistdir}/tex/context/base/util-ran.lua
%{_texmfdistdir}/tex/context/base/util-seq.lua
%{_texmfdistdir}/tex/context/base/util-soc.lua
%{_texmfdistdir}/tex/context/base/util-sql-imp-client.lua
%{_texmfdistdir}/tex/context/base/util-sql-imp-library.lua
%{_texmfdistdir}/tex/context/base/util-sql-imp-swiglib.lua
%{_texmfdistdir}/tex/context/base/util-sql-loggers.lua
%{_texmfdistdir}/tex/context/base/util-sql-sessions.lua
%{_texmfdistdir}/tex/context/base/util-sql-tickets.lua
%{_texmfdistdir}/tex/context/base/util-sql-tracers.lua
%{_texmfdistdir}/tex/context/base/util-sql-users.lua
%{_texmfdistdir}/tex/context/base/util-sql.lua
%{_texmfdistdir}/tex/context/base/util-sta.lua
%{_texmfdistdir}/tex/context/base/util-sto.lua
%{_texmfdistdir}/tex/context/base/util-str.lua
%{_texmfdistdir}/tex/context/base/util-tab.lua
%{_texmfdistdir}/tex/context/base/util-tpl.lua
%{_texmfdistdir}/tex/context/base/verb-c.mkii
%{_texmfdistdir}/tex/context/base/verb-eif.mkii
%{_texmfdistdir}/tex/context/base/verb-ini.mkii
%{_texmfdistdir}/tex/context/base/verb-js.mkii
%{_texmfdistdir}/tex/context/base/verb-jv.mkii
%{_texmfdistdir}/tex/context/base/verb-mp.mkii
%{_texmfdistdir}/tex/context/base/verb-pas.mkii
%{_texmfdistdir}/tex/context/base/verb-pl.mkii
%{_texmfdistdir}/tex/context/base/verb-raw.mkii
%{_texmfdistdir}/tex/context/base/verb-sql.mkii
%{_texmfdistdir}/tex/context/base/verb-tex.mkii
%{_texmfdistdir}/tex/context/base/verb-xml.mkii
%{_texmfdistdir}/tex/context/base/x-asciimath.lua
%{_texmfdistdir}/tex/context/base/x-asciimath.mkiv
%{_texmfdistdir}/tex/context/base/x-calcmath.lua
%{_texmfdistdir}/tex/context/base/x-calcmath.mkii
%{_texmfdistdir}/tex/context/base/x-calcmath.mkiv
%{_texmfdistdir}/tex/context/base/x-cals.lua
%{_texmfdistdir}/tex/context/base/x-cals.mkiv
%{_texmfdistdir}/tex/context/base/x-chemml.lua
%{_texmfdistdir}/tex/context/base/x-chemml.mkii
%{_texmfdistdir}/tex/context/base/x-chemml.mkiv
%{_texmfdistdir}/tex/context/base/x-chemml.xsd
%{_texmfdistdir}/tex/context/base/x-contml.mkii
%{_texmfdistdir}/tex/context/base/x-contml.xsd
%{_texmfdistdir}/tex/context/base/x-corres.mkii
%{_texmfdistdir}/tex/context/base/x-corres.rng
%{_texmfdistdir}/tex/context/base/x-ct.lua
%{_texmfdistdir}/tex/context/base/x-ct.mkiv
%{_texmfdistdir}/tex/context/base/x-dir-01.tex
%{_texmfdistdir}/tex/context/base/x-dir-05.mkii
%{_texmfdistdir}/tex/context/base/x-dir-05.mkiv
%{_texmfdistdir}/tex/context/base/x-entities.mkiv
%{_texmfdistdir}/tex/context/base/x-fdf-00.mkii
%{_texmfdistdir}/tex/context/base/x-fe.mkii
%{_texmfdistdir}/tex/context/base/x-fig-00.dtd
%{_texmfdistdir}/tex/context/base/x-fig-00.mkii
%{_texmfdistdir}/tex/context/base/x-fig-00.xsd
%{_texmfdistdir}/tex/context/base/x-fig-01.mkii
%{_texmfdistdir}/tex/context/base/x-fig-02.mkii
%{_texmfdistdir}/tex/context/base/x-fig-03.mkii
%{_texmfdistdir}/tex/context/base/x-fo.mkii
%{_texmfdistdir}/tex/context/base/x-foxet.mkii
%{_texmfdistdir}/tex/context/base/x-foxet.mkiv
%{_texmfdistdir}/tex/context/base/x-ldx.ctx
%{_texmfdistdir}/tex/context/base/x-ldx.lua
%{_texmfdistdir}/tex/context/base/x-ldx.mkiv
%{_texmfdistdir}/tex/context/base/x-mathml.lua
%{_texmfdistdir}/tex/context/base/x-mathml.mkii
%{_texmfdistdir}/tex/context/base/x-mathml.mkiv
%{_texmfdistdir}/tex/context/base/x-mathml.xsd
%{_texmfdistdir}/tex/context/base/x-newcml.mkii
%{_texmfdistdir}/tex/context/base/x-newmme.mkii
%{_texmfdistdir}/tex/context/base/x-newmml.mkii
%{_texmfdistdir}/tex/context/base/x-newmml.mkiv
%{_texmfdistdir}/tex/context/base/x-newmmo.mkii
%{_texmfdistdir}/tex/context/base/x-newpml.mkii
%{_texmfdistdir}/tex/context/base/x-om2cml.xsl
%{_texmfdistdir}/tex/context/base/x-openmath.mkii
%{_texmfdistdir}/tex/context/base/x-openmath.xsl
%{_texmfdistdir}/tex/context/base/x-pfs-01.mkiv
%{_texmfdistdir}/tex/context/base/x-pfsense.ctx
%{_texmfdistdir}/tex/context/base/x-physml.mkii
%{_texmfdistdir}/tex/context/base/x-physml.mkiv
%{_texmfdistdir}/tex/context/base/x-physml.xsd
%{_texmfdistdir}/tex/context/base/x-res-00.mkii
%{_texmfdistdir}/tex/context/base/x-res-01.mkii
%{_texmfdistdir}/tex/context/base/x-res-01.mkiv
%{_texmfdistdir}/tex/context/base/x-res-02.mkii
%{_texmfdistdir}/tex/context/base/x-res-03.mkii
%{_texmfdistdir}/tex/context/base/x-res-04.mkii
%{_texmfdistdir}/tex/context/base/x-res-08.mkii
%{_texmfdistdir}/tex/context/base/x-res-09.mkii
%{_texmfdistdir}/tex/context/base/x-res-10.mkii
%{_texmfdistdir}/tex/context/base/x-res-11.mkii
%{_texmfdistdir}/tex/context/base/x-res-12.mkii
%{_texmfdistdir}/tex/context/base/x-res-20.mkii
%{_texmfdistdir}/tex/context/base/x-res-50.mkii
%{_texmfdistdir}/tex/context/base/x-res-50.mkiv
%{_texmfdistdir}/tex/context/base/x-sch-00.mkii
%{_texmfdistdir}/tex/context/base/x-sch-01.mkii
%{_texmfdistdir}/tex/context/base/x-set-01.mkii
%{_texmfdistdir}/tex/context/base/x-set-02.mkii
%{_texmfdistdir}/tex/context/base/x-set-11.mkii
%{_texmfdistdir}/tex/context/base/x-set-11.mkiv
%{_texmfdistdir}/tex/context/base/x-set-12.mkii
%{_texmfdistdir}/tex/context/base/x-set-12.mkiv
%{_texmfdistdir}/tex/context/base/x-sm2om.xsl
%{_texmfdistdir}/tex/context/base/x-steps.mkii
%{_texmfdistdir}/tex/context/base/x-steps.mkiv
%{_texmfdistdir}/tex/context/base/x-udhr.mkiv
%{_texmfdistdir}/tex/context/base/x-xfdf.mkiv
%{_texmfdistdir}/tex/context/base/x-xml-01.mkii
%{_texmfdistdir}/tex/context/base/x-xml-02.mkii
%{_texmfdistdir}/tex/context/base/x-xml-11.mkii
%{_texmfdistdir}/tex/context/base/x-xtag.mkiv
%{_texmfdistdir}/tex/context/base/xetx-chr.mkii
%{_texmfdistdir}/tex/context/base/xetx-cls.mkii
%{_texmfdistdir}/tex/context/base/xetx-ini.mkii
%{_texmfdistdir}/tex/context/base/xetx-utf.mkii
%{_texmfdistdir}/tex/context/base/xtag-cml.mkii
%{_texmfdistdir}/tex/context/base/xtag-ent.mkii
%{_texmfdistdir}/tex/context/base/xtag-exp.mkii
%{_texmfdistdir}/tex/context/base/xtag-ext.mkii
%{_texmfdistdir}/tex/context/base/xtag-hyp.mkii
%{_texmfdistdir}/tex/context/base/xtag-ini.mkii
%{_texmfdistdir}/tex/context/base/xtag-map.mkii
%{_texmfdistdir}/tex/context/base/xtag-mea.mkii
%{_texmfdistdir}/tex/context/base/xtag-meb.mkii
%{_texmfdistdir}/tex/context/base/xtag-mec.mkii
%{_texmfdistdir}/tex/context/base/xtag-meh.mkii
%{_texmfdistdir}/tex/context/base/xtag-men.mkii
%{_texmfdistdir}/tex/context/base/xtag-meo.mkii
%{_texmfdistdir}/tex/context/base/xtag-mer.mkii
%{_texmfdistdir}/tex/context/base/xtag-mmc.mkii
%{_texmfdistdir}/tex/context/base/xtag-mml.mkii
%{_texmfdistdir}/tex/context/base/xtag-mmp.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxa.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxb.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxc.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxh.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxn.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxo.mkii
%{_texmfdistdir}/tex/context/base/xtag-mxr.mkii
%{_texmfdistdir}/tex/context/base/xtag-pml.mkii
%{_texmfdistdir}/tex/context/base/xtag-pmu.mkii
%{_texmfdistdir}/tex/context/base/xtag-pre.mkii
%{_texmfdistdir}/tex/context/base/xtag-prs.mkii
%{_texmfdistdir}/tex/context/base/xtag-raw.mkii
%{_texmfdistdir}/tex/context/base/xtag-rng.mkii
%{_texmfdistdir}/tex/context/base/xtag-run.mkii
%{_texmfdistdir}/tex/context/base/xtag-stk.mkii
%{_texmfdistdir}/tex/context/base/xtag-utf.mkii
%{_texmfdistdir}/tex/context/base/xtag-xsd.mkii
%{_texmfdistdir}/tex/context/base/xtag-xsl.mkii
%{_texmfdistdir}/tex/context/bib/bibl-ams.tex
%{_texmfdistdir}/tex/context/bib/bibl-apa-de.tex
%{_texmfdistdir}/tex/context/bib/bibl-apa-fr.tex
%{_texmfdistdir}/tex/context/bib/bibl-apa.tex
%{_texmfdistdir}/tex/context/bib/bibl-aps.tex
%{_texmfdistdir}/tex/context/bib/bibl-num-fr.tex
%{_texmfdistdir}/tex/context/bib/bibl-num.tex
%{_texmfdistdir}/tex/context/bib/bibl-ssa.tex
%{_texmfdistdir}/tex/context/bib/sample.bib
%{_texmfdistdir}/tex/context/colors/icc/context/colorprofiles.lua
%{_texmfdistdir}/tex/context/colors/icc/context/colorprofiles.xml
%{_texmfdistdir}/tex/context/extra/mag-0000.tex
%{_texmfdistdir}/tex/context/extra/setup-qr.tex
%{_texmfdistdir}/tex/context/extra/showunic.tex
%{_texmfdistdir}/tex/context/fonts/antykwa-math.lfg
%{_texmfdistdir}/tex/context/fonts/antykwapoltawskiego.lfg
%{_texmfdistdir}/tex/context/fonts/asana-math.lfg
%{_texmfdistdir}/tex/context/fonts/cambria-math.lfg
%{_texmfdistdir}/tex/context/fonts/cc-icons.lfg
%{_texmfdistdir}/tex/context/fonts/ccicons.lfg
%{_texmfdistdir}/tex/context/fonts/charter-math.lfg
%{_texmfdistdir}/tex/context/fonts/demo.lfg
%{_texmfdistdir}/tex/context/fonts/dingbats.lfg
%{_texmfdistdir}/tex/context/fonts/garamond-math.lfg
%{_texmfdistdir}/tex/context/fonts/husayni.lfg
%{_texmfdistdir}/tex/context/fonts/hvmath-math.lfg
%{_texmfdistdir}/tex/context/fonts/informal-math.lfg
%{_texmfdistdir}/tex/context/fonts/iwona-math.lfg
%{_texmfdistdir}/tex/context/fonts/lm-math.lfg
%{_texmfdistdir}/tex/context/fonts/lm.lfg
%{_texmfdistdir}/tex/context/fonts/lucida-opentype-math.lfg
%{_texmfdistdir}/tex/context/fonts/lucida-typeone-math.lfg
%{_texmfdistdir}/tex/context/fonts/mathtimes-math.lfg
%{_texmfdistdir}/tex/context/fonts/px-math.lfg
%{_texmfdistdir}/tex/context/fonts/symbol-math.lfg
%{_texmfdistdir}/tex/context/fonts/texgyre.lfg
%{_texmfdistdir}/tex/context/fonts/treatments.lfg
%{_texmfdistdir}/tex/context/fonts/tx-math.lfg
%{_texmfdistdir}/tex/context/fonts/utopia-math.lfg
%{_texmfdistdir}/tex/context/fonts/xits-math.lfg
%{_texmfdistdir}/tex/context/foxet/fe-bryson.xml
%{_texmfdistdir}/tex/context/foxet/fe-ward.xml
%{_texmfdistdir}/tex/context/foxet/fe-zapf.xml
%{_texmfdistdir}/tex/context/foxet/fo-0101.fo
%{_texmfdistdir}/tex/context/foxet/fo-0102.fo
%{_texmfdistdir}/tex/context/foxet/fo-0103.fo
%{_texmfdistdir}/tex/context/foxet/fo-0201.fo
%{_texmfdistdir}/tex/context/foxet/fo-0301.fo
%{_texmfdistdir}/tex/context/foxet/fo-0601.fo
%{_texmfdistdir}/tex/context/foxet/fo-0602.fo
%{_texmfdistdir}/tex/context/foxet/fo-0603.fo
%{_texmfdistdir}/tex/context/foxet/fo-0604.fo
%{_texmfdistdir}/tex/context/foxet/fo-0611.fo
%{_texmfdistdir}/tex/context/foxet/fo-0612.fo
%{_texmfdistdir}/tex/context/foxet/fo-0613.fo
%{_texmfdistdir}/tex/context/foxet/fo-0621.fo
%{_texmfdistdir}/tex/context/foxet/fo-0641.fo
%{_texmfdistdir}/tex/context/foxet/fo-0642.fo
%{_texmfdistdir}/tex/context/foxet/fo-0643.fo
%{_texmfdistdir}/tex/context/foxet/fo-0644.fo
%{_texmfdistdir}/tex/context/foxet/fo-0650.fo
%{_texmfdistdir}/tex/context/foxet/fo-0651.fo
%{_texmfdistdir}/tex/context/foxet/fo-0701.fo
%{_texmfdistdir}/tex/context/foxet/fo-0801.fo
%{_texmfdistdir}/tex/context/foxet/fo-0901.fo
%{_texmfdistdir}/tex/context/foxet/fo-0902.fo
%{_texmfdistdir}/tex/context/foxet/fo-1001.fo
%{_texmfdistdir}/tex/context/foxet/fo-1002.fo
%{_texmfdistdir}/tex/context/foxet/fo-1003.fo
%{_texmfdistdir}/tex/context/foxet/fo-1004.fo
%{_texmfdistdir}/tex/context/foxet/fo-1101.fo
%{_texmfdistdir}/tex/context/foxet/fo-1102.fo
%{_texmfdistdir}/tex/context/foxet/fo-1103.fo
%{_texmfdistdir}/tex/context/foxet/fo-1104.fo
%{_texmfdistdir}/tex/context/foxet/fo-1201.fo
%{_texmfdistdir}/tex/context/interface/cont-cs.xml
%{_texmfdistdir}/tex/context/interface/cont-de.xml
%{_texmfdistdir}/tex/context/interface/cont-en.xml
%{_texmfdistdir}/tex/context/interface/cont-fr.xml
%{_texmfdistdir}/tex/context/interface/cont-it.xml
%{_texmfdistdir}/tex/context/interface/cont-nl.xml
%{_texmfdistdir}/tex/context/interface/cont-pe.xml
%{_texmfdistdir}/tex/context/interface/cont-ro.xml
%{_texmfdistdir}/tex/context/interface/keys-cs.xml
%{_texmfdistdir}/tex/context/interface/keys-cz.xml
%{_texmfdistdir}/tex/context/interface/keys-de.xml
%{_texmfdistdir}/tex/context/interface/keys-en.xml
%{_texmfdistdir}/tex/context/interface/keys-fr.xml
%{_texmfdistdir}/tex/context/interface/keys-it.xml
%{_texmfdistdir}/tex/context/interface/keys-nl.xml
%{_texmfdistdir}/tex/context/interface/keys-pe.xml
%{_texmfdistdir}/tex/context/interface/keys-ro.xml
%{_texmfdistdir}/tex/context/patterns/lang-af.hyp
%{_texmfdistdir}/tex/context/patterns/lang-af.lua
%{_texmfdistdir}/tex/context/patterns/lang-af.pat
%{_texmfdistdir}/tex/context/patterns/lang-af.rme
%{_texmfdistdir}/tex/context/patterns/lang-agr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-agr.lua
%{_texmfdistdir}/tex/context/patterns/lang-agr.pat
%{_texmfdistdir}/tex/context/patterns/lang-agr.rme
%{_texmfdistdir}/tex/context/patterns/lang-bg.hyp
%{_texmfdistdir}/tex/context/patterns/lang-bg.lua
%{_texmfdistdir}/tex/context/patterns/lang-bg.pat
%{_texmfdistdir}/tex/context/patterns/lang-bg.rme
%{_texmfdistdir}/tex/context/patterns/lang-ca.hyp
%{_texmfdistdir}/tex/context/patterns/lang-ca.lua
%{_texmfdistdir}/tex/context/patterns/lang-ca.pat
%{_texmfdistdir}/tex/context/patterns/lang-ca.rme
%{_texmfdistdir}/tex/context/patterns/lang-cs.hyp
%{_texmfdistdir}/tex/context/patterns/lang-cs.lua
%{_texmfdistdir}/tex/context/patterns/lang-cs.pat
%{_texmfdistdir}/tex/context/patterns/lang-cs.rme
%{_texmfdistdir}/tex/context/patterns/lang-cy.hyp
%{_texmfdistdir}/tex/context/patterns/lang-cy.lua
%{_texmfdistdir}/tex/context/patterns/lang-cy.pat
%{_texmfdistdir}/tex/context/patterns/lang-cy.rme
%{_texmfdistdir}/tex/context/patterns/lang-da.hyp
%{_texmfdistdir}/tex/context/patterns/lang-da.lua
%{_texmfdistdir}/tex/context/patterns/lang-da.pat
%{_texmfdistdir}/tex/context/patterns/lang-da.rme
%{_texmfdistdir}/tex/context/patterns/lang-de.hyp
%{_texmfdistdir}/tex/context/patterns/lang-de.lua
%{_texmfdistdir}/tex/context/patterns/lang-de.pat
%{_texmfdistdir}/tex/context/patterns/lang-de.rme
%{_texmfdistdir}/tex/context/patterns/lang-deo.hyp
%{_texmfdistdir}/tex/context/patterns/lang-deo.lua
%{_texmfdistdir}/tex/context/patterns/lang-deo.pat
%{_texmfdistdir}/tex/context/patterns/lang-deo.rme
%{_texmfdistdir}/tex/context/patterns/lang-es.hyp
%{_texmfdistdir}/tex/context/patterns/lang-es.lua
%{_texmfdistdir}/tex/context/patterns/lang-es.pat
%{_texmfdistdir}/tex/context/patterns/lang-es.rme
%{_texmfdistdir}/tex/context/patterns/lang-et.hyp
%{_texmfdistdir}/tex/context/patterns/lang-et.lua
%{_texmfdistdir}/tex/context/patterns/lang-et.pat
%{_texmfdistdir}/tex/context/patterns/lang-et.rme
%{_texmfdistdir}/tex/context/patterns/lang-eu.hyp
%{_texmfdistdir}/tex/context/patterns/lang-eu.lua
%{_texmfdistdir}/tex/context/patterns/lang-eu.pat
%{_texmfdistdir}/tex/context/patterns/lang-eu.rme
%{_texmfdistdir}/tex/context/patterns/lang-fi.hyp
%{_texmfdistdir}/tex/context/patterns/lang-fi.lua
%{_texmfdistdir}/tex/context/patterns/lang-fi.pat
%{_texmfdistdir}/tex/context/patterns/lang-fi.rme
%{_texmfdistdir}/tex/context/patterns/lang-fr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-fr.lua
%{_texmfdistdir}/tex/context/patterns/lang-fr.pat
%{_texmfdistdir}/tex/context/patterns/lang-fr.rme
%{_texmfdistdir}/tex/context/patterns/lang-gb.hyp
%{_texmfdistdir}/tex/context/patterns/lang-gb.lua
%{_texmfdistdir}/tex/context/patterns/lang-gb.pat
%{_texmfdistdir}/tex/context/patterns/lang-gb.rme
%{_texmfdistdir}/tex/context/patterns/lang-hr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-hr.lua
%{_texmfdistdir}/tex/context/patterns/lang-hr.pat
%{_texmfdistdir}/tex/context/patterns/lang-hr.rme
%{_texmfdistdir}/tex/context/patterns/lang-hu.hyp
%{_texmfdistdir}/tex/context/patterns/lang-hu.lua
%{_texmfdistdir}/tex/context/patterns/lang-hu.pat
%{_texmfdistdir}/tex/context/patterns/lang-hu.rme
%{_texmfdistdir}/tex/context/patterns/lang-is.hyp
%{_texmfdistdir}/tex/context/patterns/lang-is.lua
%{_texmfdistdir}/tex/context/patterns/lang-is.pat
%{_texmfdistdir}/tex/context/patterns/lang-is.rme
%{_texmfdistdir}/tex/context/patterns/lang-it.hyp
%{_texmfdistdir}/tex/context/patterns/lang-it.lua
%{_texmfdistdir}/tex/context/patterns/lang-it.pat
%{_texmfdistdir}/tex/context/patterns/lang-it.rme
%{_texmfdistdir}/tex/context/patterns/lang-la.hyp
%{_texmfdistdir}/tex/context/patterns/lang-la.lua
%{_texmfdistdir}/tex/context/patterns/lang-la.pat
%{_texmfdistdir}/tex/context/patterns/lang-la.rme
%{_texmfdistdir}/tex/context/patterns/lang-lt.hyp
%{_texmfdistdir}/tex/context/patterns/lang-lt.lua
%{_texmfdistdir}/tex/context/patterns/lang-lt.pat
%{_texmfdistdir}/tex/context/patterns/lang-lt.rme
%{_texmfdistdir}/tex/context/patterns/lang-lv.hyp
%{_texmfdistdir}/tex/context/patterns/lang-lv.lua
%{_texmfdistdir}/tex/context/patterns/lang-lv.pat
%{_texmfdistdir}/tex/context/patterns/lang-lv.rme
%{_texmfdistdir}/tex/context/patterns/lang-mn.hyp
%{_texmfdistdir}/tex/context/patterns/lang-mn.lua
%{_texmfdistdir}/tex/context/patterns/lang-mn.pat
%{_texmfdistdir}/tex/context/patterns/lang-mn.rme
%{_texmfdistdir}/tex/context/patterns/lang-nb.hyp
%{_texmfdistdir}/tex/context/patterns/lang-nb.lua
%{_texmfdistdir}/tex/context/patterns/lang-nb.pat
%{_texmfdistdir}/tex/context/patterns/lang-nb.rme
%{_texmfdistdir}/tex/context/patterns/lang-nl.hyp
%{_texmfdistdir}/tex/context/patterns/lang-nl.lua
%{_texmfdistdir}/tex/context/patterns/lang-nl.pat
%{_texmfdistdir}/tex/context/patterns/lang-nl.rme
%{_texmfdistdir}/tex/context/patterns/lang-nn.hyp
%{_texmfdistdir}/tex/context/patterns/lang-nn.lua
%{_texmfdistdir}/tex/context/patterns/lang-nn.pat
%{_texmfdistdir}/tex/context/patterns/lang-nn.rme
%{_texmfdistdir}/tex/context/patterns/lang-pl.hyp
%{_texmfdistdir}/tex/context/patterns/lang-pl.lua
%{_texmfdistdir}/tex/context/patterns/lang-pl.pat
%{_texmfdistdir}/tex/context/patterns/lang-pl.rme
%{_texmfdistdir}/tex/context/patterns/lang-pt.hyp
%{_texmfdistdir}/tex/context/patterns/lang-pt.lua
%{_texmfdistdir}/tex/context/patterns/lang-pt.pat
%{_texmfdistdir}/tex/context/patterns/lang-pt.rme
%{_texmfdistdir}/tex/context/patterns/lang-ro.hyp
%{_texmfdistdir}/tex/context/patterns/lang-ro.lua
%{_texmfdistdir}/tex/context/patterns/lang-ro.pat
%{_texmfdistdir}/tex/context/patterns/lang-ro.rme
%{_texmfdistdir}/tex/context/patterns/lang-ru.hyp
%{_texmfdistdir}/tex/context/patterns/lang-ru.lua
%{_texmfdistdir}/tex/context/patterns/lang-ru.pat
%{_texmfdistdir}/tex/context/patterns/lang-ru.rme
%{_texmfdistdir}/tex/context/patterns/lang-sk.hyp
%{_texmfdistdir}/tex/context/patterns/lang-sk.lua
%{_texmfdistdir}/tex/context/patterns/lang-sk.pat
%{_texmfdistdir}/tex/context/patterns/lang-sk.rme
%{_texmfdistdir}/tex/context/patterns/lang-sl.hyp
%{_texmfdistdir}/tex/context/patterns/lang-sl.lua
%{_texmfdistdir}/tex/context/patterns/lang-sl.pat
%{_texmfdistdir}/tex/context/patterns/lang-sl.rme
%{_texmfdistdir}/tex/context/patterns/lang-sr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-sr.lua
%{_texmfdistdir}/tex/context/patterns/lang-sr.pat
%{_texmfdistdir}/tex/context/patterns/lang-sr.rme
%{_texmfdistdir}/tex/context/patterns/lang-sv.hyp
%{_texmfdistdir}/tex/context/patterns/lang-sv.lua
%{_texmfdistdir}/tex/context/patterns/lang-sv.pat
%{_texmfdistdir}/tex/context/patterns/lang-sv.rme
%{_texmfdistdir}/tex/context/patterns/lang-th.hyp
%{_texmfdistdir}/tex/context/patterns/lang-th.lua
%{_texmfdistdir}/tex/context/patterns/lang-th.pat
%{_texmfdistdir}/tex/context/patterns/lang-th.rme
%{_texmfdistdir}/tex/context/patterns/lang-tk.hyp
%{_texmfdistdir}/tex/context/patterns/lang-tk.lua
%{_texmfdistdir}/tex/context/patterns/lang-tk.pat
%{_texmfdistdir}/tex/context/patterns/lang-tk.rme
%{_texmfdistdir}/tex/context/patterns/lang-tr.hyp
%{_texmfdistdir}/tex/context/patterns/lang-tr.lua
%{_texmfdistdir}/tex/context/patterns/lang-tr.pat
%{_texmfdistdir}/tex/context/patterns/lang-tr.rme
%{_texmfdistdir}/tex/context/patterns/lang-uk.hyp
%{_texmfdistdir}/tex/context/patterns/lang-uk.lua
%{_texmfdistdir}/tex/context/patterns/lang-uk.pat
%{_texmfdistdir}/tex/context/patterns/lang-uk.rme
%{_texmfdistdir}/tex/context/patterns/lang-us.hyp
%{_texmfdistdir}/tex/context/patterns/lang-us.lua
%{_texmfdistdir}/tex/context/patterns/lang-us.pat
%{_texmfdistdir}/tex/context/patterns/lang-us.rme
%{_texmfdistdir}/tex/context/patterns/lang-zh.hyp
%{_texmfdistdir}/tex/context/patterns/lang-zh.lua
%{_texmfdistdir}/tex/context/patterns/lang-zh.pat
%{_texmfdistdir}/tex/context/patterns/lang-zh.rme
%{_texmfdistdir}/tex/context/sample/aesop-de.tex
%{_texmfdistdir}/tex/context/sample/bryson.tex
%{_texmfdistdir}/tex/context/sample/cow.pdf
%{_texmfdistdir}/tex/context/sample/d-res-01.xml
%{_texmfdistdir}/tex/context/sample/davis.tex
%{_texmfdistdir}/tex/context/sample/dawkins.tex
%{_texmfdistdir}/tex/context/sample/demo-mps.tex
%{_texmfdistdir}/tex/context/sample/demo-tex.tex
%{_texmfdistdir}/tex/context/sample/demo-xml.tex
%{_texmfdistdir}/tex/context/sample/douglas.tex
%{_texmfdistdir}/tex/context/sample/hacker.jpg
%{_texmfdistdir}/tex/context/sample/hawking.tex
%{_texmfdistdir}/tex/context/sample/khatt-ar.tex
%{_texmfdistdir}/tex/context/sample/khatt-en.tex
%{_texmfdistdir}/tex/context/sample/knuth.tex
%{_texmfdistdir}/tex/context/sample/linden.tex
%{_texmfdistdir}/tex/context/sample/lorem.tex
%{_texmfdistdir}/tex/context/sample/materie.tex
%{_texmfdistdir}/tex/context/sample/mill.png
%{_texmfdistdir}/tex/context/sample/montgomery.tex
%{_texmfdistdir}/tex/context/sample/reich.tex
%{_texmfdistdir}/tex/context/sample/sample.tex
%{_texmfdistdir}/tex/context/sample/spider.eps
%{_texmfdistdir}/tex/context/sample/thuan.tex
%{_texmfdistdir}/tex/context/sample/tufte.tex
%{_texmfdistdir}/tex/context/sample/ward.tex
%{_texmfdistdir}/tex/context/sample/weisman.tex
%{_texmfdistdir}/tex/context/sample/zapf.tex
%{_texmfdistdir}/tex/context/test/context-test.tex
%{_texmfdistdir}/tex/context/test/pdf-a1a-2005.mkiv
%{_texmfdistdir}/tex/context/test/pdf-a1b-2005.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x-common.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x1a-2001.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x1a-2003.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x3-2002.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x3-2003.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x4.mkiv
%{_texmfdistdir}/tex/context/test/pdf-x4p.mkiv
%{_texmfdistdir}/tex/context/user/cont-sys.rme
%{_texmfdistdir}/tex/generic/context/luatex/luatex-basics-gen.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-basics-nod.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-basics.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-cbk.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-def.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-demo-vf-1.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-enc.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-ext.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-lua.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-merged.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-syn.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts-tfm.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-fonts.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-languages.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-languages.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-math.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-math.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-mplib.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-mplib.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-plain.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-preprocessor-test.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-preprocessor.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-preprocessor.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-swiglib-test.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-swiglib-test.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-swiglib.lua
%{_texmfdistdir}/tex/generic/context/luatex/luatex-swiglib.tex
%{_texmfdistdir}/tex/generic/context/luatex/luatex-test.tex
%{_texmfdistdir}/tex/generic/context/ppchtex/m-ch-de.tex
%{_texmfdistdir}/tex/generic/context/ppchtex/m-ch-en.tex
%{_texmfdistdir}/tex/generic/context/ppchtex/m-ch-nl.tex
%{_texmfdistdir}/tex/generic/context/ppchtex/ppchtex.noc
%{_texmfdistdir}/tex/latex/context/ppchtex/m-ch-de.sty
%{_texmfdistdir}/tex/latex/context/ppchtex/m-ch-en.sty
%{_texmfdistdir}/tex/latex/context/ppchtex/m-ch-nl.sty
%{_texmfdistdir}/tex/latex/context/ppchtex/m-pictex.sty
%_texmf_fmtutil_d/context
%doc %{_texmfdistdir}/doc/context/document/general/manuals/mreadme.pdf
%doc %{_texmfdistdir}/doc/context/document/general/manuals/tiptrick.pdf
%doc %{_texmfdistdir}/doc/context/manuals/allkind/mcommon.tex
%doc %{_texmfdistdir}/doc/context/manuals/allkind/mreadme.tex
%doc %{_texmfdistdir}/doc/context/scripts/mkii/ctxtools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/ctxtools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/ctxtools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/imgtopdf.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/imgtopdf.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/imgtopdf.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/mptopdf.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/mptopdf.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/pdftools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/pdftools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/pdftools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/pstopdf.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/pstopdf.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/pstopdf.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/rlxtools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/rlxtools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/rlxtools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texexec.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texexec.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texexec.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texmfstart.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texmfstart.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texmfstart.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/textools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/textools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/textools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texutil.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texutil.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/texutil.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/tmftools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/tmftools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/tmftools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkii/xmltools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkii/xmltools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkii/xmltools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/context.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/context.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/context.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/luatools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/luatools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/luatools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-babel.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-babel.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-babel.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-base.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-base.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-base.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-cache.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-cache.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-cache.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-chars.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-chars.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-chars.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-check.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-check.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-check.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-colors.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-colors.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-colors.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-context.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-context.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-context.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-epub.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-epub.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-epub.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fcd.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fcd.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fcd.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-flac.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-flac.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-flac.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fonts.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fonts.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-fonts.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-grep.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-grep.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-grep.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-interface.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-interface.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-interface.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metapost.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metapost.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metapost.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metatex.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metatex.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-metatex.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-modules.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-modules.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-modules.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-package.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-package.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-package.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-patterns.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-patterns.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-patterns.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-pdf.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-pdf.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-pdf.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-plain.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-plain.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-plain.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-profile.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-profile.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-profile.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-rsync.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-rsync.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-rsync.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-scite.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-scite.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-scite.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-server.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-server.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-server.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-texworks.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-texworks.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-texworks.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-timing.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-timing.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-timing.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-tools.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-tools.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-tools.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-unzip.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-unzip.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-unzip.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-update.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-update.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-update.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-watch.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-watch.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtx-watch.xml
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtxrun.html
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtxrun.man
%doc %{_texmfdistdir}/doc/context/scripts/mkiv/mtxrun.xml
%doc %{_mandir}/man1/context.1*
%doc %{_texmfdistdir}/doc/man/man1/context.man1.pdf
%doc %{_mandir}/man1/ctxtools.1*
%doc %{_texmfdistdir}/doc/man/man1/ctxtools.man1.pdf
%doc %{_mandir}/man1/luatools.1*
%doc %{_texmfdistdir}/doc/man/man1/luatools.man1.pdf
%doc %{_mandir}/man1/mtx-babel.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-babel.man1.pdf
%doc %{_mandir}/man1/mtx-base.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-base.man1.pdf
%doc %{_mandir}/man1/mtx-cache.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-cache.man1.pdf
%doc %{_mandir}/man1/mtx-chars.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-chars.man1.pdf
%doc %{_mandir}/man1/mtx-check.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-check.man1.pdf
%doc %{_mandir}/man1/mtx-colors.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-colors.man1.pdf
%doc %{_mandir}/man1/mtx-context.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-context.man1.pdf
%doc %{_mandir}/man1/mtx-epub.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-epub.man1.pdf
%doc %{_mandir}/man1/mtx-fcd.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-fcd.man1.pdf
%doc %{_mandir}/man1/mtx-flac.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-flac.man1.pdf
%doc %{_mandir}/man1/mtx-fonts.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-fonts.man1.pdf
%doc %{_mandir}/man1/mtx-grep.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-grep.man1.pdf
%doc %{_mandir}/man1/mtx-interface.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-interface.man1.pdf
%doc %{_mandir}/man1/mtx-metapost.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-metapost.man1.pdf
%doc %{_mandir}/man1/mtx-metatex.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-metatex.man1.pdf
%doc %{_mandir}/man1/mtx-modules.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-modules.man1.pdf
%doc %{_mandir}/man1/mtx-package.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-package.man1.pdf
%doc %{_mandir}/man1/mtx-patterns.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-patterns.man1.pdf
%doc %{_mandir}/man1/mtx-pdf.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-pdf.man1.pdf
%doc %{_mandir}/man1/mtx-plain.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-plain.man1.pdf
%doc %{_mandir}/man1/mtx-profile.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-profile.man1.pdf
%doc %{_mandir}/man1/mtx-rsync.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-rsync.man1.pdf
%doc %{_mandir}/man1/mtx-scite.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-scite.man1.pdf
%doc %{_mandir}/man1/mtx-server.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-server.man1.pdf
%doc %{_mandir}/man1/mtx-texworks.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-texworks.man1.pdf
%doc %{_mandir}/man1/mtx-timing.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-timing.man1.pdf
%doc %{_mandir}/man1/mtx-tools.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-tools.man1.pdf
%doc %{_mandir}/man1/mtx-unzip.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-unzip.man1.pdf
%doc %{_mandir}/man1/mtx-update.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-update.man1.pdf
%doc %{_mandir}/man1/mtx-watch.1*
%doc %{_texmfdistdir}/doc/man/man1/mtx-watch.man1.pdf
%doc %{_mandir}/man1/mtxrun.1*
%doc %{_texmfdistdir}/doc/man/man1/mtxrun.man1.pdf
%doc %{_mandir}/man1/pstopdf.1*
%doc %{_texmfdistdir}/doc/man/man1/pstopdf.man1.pdf
%doc %{_mandir}/man1/texexec.1*
%doc %{_texmfdistdir}/doc/man/man1/texexec.man1.pdf
%doc %{_mandir}/man1/texmfstart.1*
%doc %{_texmfdistdir}/doc/man/man1/texmfstart.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/context/stubs/unix/context context
    ln -sf %{_texmfdistdir}/scripts/context/stubs/unix/ctxtools ctxtools
    ln -sf %{_texmfdistdir}/scripts/context/stubs/unix/luatools luatools
    ln -sf %{_texmfdistdir}/scripts/context/stubs/unix/mtxrun mtxrun
    ln -sf %{_texmfdistdir}/scripts/context/stubs/unix/pstopdf pstopdf
    ln -sf %{_texmfdistdir}/scripts/context/stubs/unix/texexec texexec
    ln -sf %{_texmfdistdir}/scripts/context/stubs/unix/texmfstart texmfstart
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/context <<EOF
#
# from context:
cont-en pdftex cont-usr.tex -8bit *cont-en.mkii
cont-en xetex cont-usr.tex -8bit *cont-en.mkii
#! cont-de pdftex cont-usr.tex -8bit *cont-de.mkii
#! cont-fr pdftex cont-usr.tex -8bit *cont-fr.mkii
#! cont-it pdftex cont-usr.tex -8bit *cont-it.mkii
#! cont-nl pdftex cont-usr.tex -8bit *cont-nl.mkii
#! cont-ro pdftex cont-usr.tex -8bit *cont-ro.mkii
EOF

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130426-8
+ Revision: f390de9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24525 |14mu|texlive-context-account-20090207-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-account
# catalog-date 2009-02-07 09:38:09 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-context-account
Version:	20090207
Release:	4
Summary:	A simple accounting package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-account
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-account.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-account.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
TeXLive context-account package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/interface/third/t-account.xml
%{_texmfdistdir}/tex/context/third/account/t-account.mkii
%{_texmfdistdir}/tex/context/third/account/t-account.mkiv
%{_texmfdistdir}/tex/context/third/account/t-account.tex
%{_texmfdistdir}/tex/context/third/account/t-floatnumber.mkii
%{_texmfdistdir}/tex/context/third/account/t-floatnumber.mkiv
%{_texmfdistdir}/tex/context/third/account/t-floatnumber.tex
%doc %{_texmfdistdir}/doc/context/third/account/README
%doc %{_texmfdistdir}/doc/context/third/account/account-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090207-4
+ Revision: 0421914
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24526 |14mu|texlive-context-algorithmic-20091109-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-algorithmic
# catalog-date 2009-11-09 14:30:19 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-context-algorithmic
Version:	20091109
Release:	4
Summary:	Algorithm handling
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-algorithmic
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-algorithmic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
Support for typesetting algorithms.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/algorithmic/t-algorithmic.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091109-4
+ Revision: 6e313d7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24527 |14mu|texlive-context-bnf-20080818-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-bnf
# catalog-date 2008-08-18 23:54:09 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-bnf
Version:	20080818
Release:	4
Summary:	A BNF module for Context
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-bnf
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-bnf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-bnf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The module provides a simple way to write good-looking BNF-
style grammars in ConTeXt. Grammars are written using the BNF
syntax right in your ConTeXt documents, so there is a clear
separation between content and layout. This allows the user to
decide exactly how the grammar is to be displayed, while also
allowing the gist of the grammar to be understood from simply
looking at the source ConTeXt document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/bnf/t-bnf.tex
%doc %{_texmfdistdir}/doc/context/third/bnf/NEWS
%doc %{_texmfdistdir}/doc/context/third/bnf/README
%doc %{_texmfdistdir}/doc/context/third/bnf/t-bnf.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080818-4
+ Revision: 542cca6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24528 |14mu|texlive-context-chromato-20060827-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-chromato
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-chromato
Version:	20060827
Release:	4
Summary:	ConTeXt macros for chromatograms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-chromato
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-chromato.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-chromato.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The module provides macros for drawing chromatograms.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/chromato/t-chromato.tex
%doc %{_texmfdistdir}/doc/context/third/chromato/chromato-demo.pdf
%doc %{_texmfdistdir}/doc/context/third/chromato/chromato-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20060827-4
+ Revision: 18dfeed
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24529 |14mu|texlive-context-construction-plan-20080818-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-construction-plan
# catalog-date 2008-08-18 23:54:09 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-construction-plan
Version:	20080818
Release:	4
Summary:	Construction plans in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-construction-plan
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-construction-plan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-construction-plan.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
Generate a page with a figure at a well-defined scale.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/construction-plan/t-construction-plan.tex
%doc %{_texmfdistdir}/doc/context/third/construction-plan/construction-plan-demo.pdf
%doc %{_texmfdistdir}/doc/context/third/construction-plan/construction-plan-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080818-4
+ Revision: 69c0c85
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24530 |14mu|texlive-context-cyrillicnumbers-20130412-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29905
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-cyrillicnumbers
# catalog-date 2013-04-12 11:27:24 +0200
# catalog-license bsd
# catalog-version undef
Name:		texlive-context-cyrillicnumbers
Version:	20130412
Release:	7
Summary:	Write numbers as cyrillic glyphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-cyrillicnumbers
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-cyrillicnumbers.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-cyrillicnumbers.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The package extends Context's system of number conversion, by
adding numeration using cyrillic letters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/interface/third/t-cyrillicnumbers.xml
%{_texmfdistdir}/tex/context/third/cyrillicnumbers/cyrillicnumbers.lua
%{_texmfdistdir}/tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkii
%{_texmfdistdir}/tex/context/third/cyrillicnumbers/t-cyrillicnumbers.mkvi
%doc %{_texmfdistdir}/doc/context/third/cyrillicnumbers/COPYING
%doc %{_texmfdistdir}/doc/context/third/cyrillicnumbers/README.rst
%doc %{_texmfdistdir}/doc/context/third/cyrillicnumbers/cyrillicnumbers.pdf
%doc %{_texmfdistdir}/doc/context/third/cyrillicnumbers/cyrillicnumbers.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130412-7
+ Revision: d8674ee
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24531 |14mu|texlive-context-degrade-20080818-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-degrade
# catalog-date 2008-08-18 23:54:09 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-degrade
Version:	20080818
Release:	4
Summary:	Degrading JPEG images in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-degrade
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-degrade.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-degrade.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
TeXLive context-degrade package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/degrade/t-degrade.tex
%doc %{_texmfdistdir}/doc/context/third/degrade/degrade-demo.pdf
%doc %{_texmfdistdir}/doc/context/third/degrade/degrade-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080818-4
+ Revision: b48c359
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24532 |14mu|texlive-context-filter-20120422-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26248
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-filter
# catalog-date 2012-04-22 10:53:46 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-context-filter
Version:	20120422
Release:	3
Summary:	Run external programs on the contents of a start-stop environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-filter
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-filter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-filter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The filter module provides a simple interface to run external
programs on the contents of a start-stop environment. Options
are available to run the external program only if the content
of the environment has changed, to specify how the program
output should be read back, and to choose the name of the
temporary files that are created. The module is compatible with
both MkII and MkIV.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/filter/t-filter.mkii
%{_texmfdistdir}/tex/context/third/filter/t-filter.mkiv
%{_texmfdistdir}/tex/context/third/filter/t-module-catcodes.tex
%doc %{_texmfdistdir}/doc/context/third/filter/filter.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120422-3
+ Revision: 960f862
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24533 |14mu|texlive-context-fixme-20091109-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-fixme
# catalog-date 2009-11-09 14:23:31 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-context-fixme
Version:	20091109
Release:	4
Summary:	Make editorial marks on a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-fixme
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-fixme.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-fixme.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-fixme.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The module will create a variety of marks, and produce
summaries by mark type.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/fixme/t-fixme.tex
%doc %{_texmfdistdir}/doc/context/third/fixme/fixme.pdf
#- source
%doc %{_texmfdistdir}/source/context/third/fixme/doc/fixme.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091109-4
+ Revision: a10a7de
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24534 |14mu|texlive-context-french-20111110-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24582
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-french
# catalog-date 2011-11-10 06:26:05 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-french
Version:	20111110
Release:	4
Summary:	Support for writing French in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-french
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-french.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-french.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context
Requires:	texlive-context

%description
Deals with spacing around French punctuation; the package is
distributed for ConTeXt Mark iv only.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/french/t-french.mkiv
%doc %{_texmfdistdir}/doc/context/third/french/french-demo.pdf
%doc %{_texmfdistdir}/doc/context/third/french/french-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111110-4
+ Revision: 6d9964f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24535 |14mu|texlive-context-fullpage-20110127-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-fullpage
# catalog-date 2011-01-27 09:54:35 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-fullpage
Version:	20110127
Release:	4
Summary:	Overfull pages with ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-fullpage
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-fullpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-fullpage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The (ConTeXt) module copies the functionality of the fullpage,
and adds a styling parameter, given in the \usemodule command.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/interface/third/t-fullpage.xml
%{_texmfdistdir}/tex/context/third/fullpage/t-fullpage.mkii
%{_texmfdistdir}/tex/context/third/fullpage/t-fullpage.mkiv
%doc %{_texmfdistdir}/doc/context/third/fullpage/README
%doc %{_texmfdistdir}/doc/context/third/fullpage/fullpage-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110127-4
+ Revision: 23b21e3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24536 |14mu|texlive-context-games-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-context-games
Version:	20111103
Release:	4
Summary:	TeXLive context-games package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-games.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-games.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context
Requires:	texlive-skaknew

%description
TeXLive context-games package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/games/games-go.lua
%{_texmfdistdir}/tex/context/third/games/games-go.tex
%{_texmfdistdir}/tex/context/third/games/games-hex.lua
%{_texmfdistdir}/tex/context/third/games/games-hex.tex
%{_texmfdistdir}/tex/context/third/games/holz280.jpg
%{_texmfdistdir}/tex/context/third/games/t-games.tex
%doc %{_texmfdistdir}/doc/context/third/games/README
%doc %{_texmfdistdir}/doc/context/third/games/games-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: 549f867
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24537 |14mu|texlive-context-gantt-20120320-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25712
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-gantt
# catalog-date 2012-03-20 08:48:23 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-context-gantt
Version:	20120320
Release:	3
Summary:	GANTT module for ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-gantt
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-gantt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-gantt.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context
Requires:	texlive-hatching

%description
Gantt is a module for drawing Gantt charts via metapost or
pgf/tikz.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/gantt/gantt-s-mp.tex
%{_texmfdistdir}/tex/context/third/gantt/gantt-s-tikz.tex
%{_texmfdistdir}/tex/context/third/gantt/t-gantt.tex
%doc %{_texmfdistdir}/doc/context/third/gantt/README
%doc %{_texmfdistdir}/doc/context/third/gantt/examples/gantt-1.tex
%doc %{_texmfdistdir}/doc/context/third/gantt/examples/gantt-2.tex
%doc %{_texmfdistdir}/doc/context/third/gantt/examples/gantt-3.tex
%doc %{_texmfdistdir}/doc/context/third/gantt/examples/gantt-4.tex
%doc %{_texmfdistdir}/doc/context/third/gantt/examples/gantt-5.tex
%doc %{_texmfdistdir}/doc/context/third/gantt/gantt.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120320-3
+ Revision: 430a07a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24538 |14mu|texlive-context-gnuplot-20060827-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27068
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-gnuplot
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-gnuplot
Version:	20060827
Release:	7
Summary:	Inclusion of Gnuplot graphs in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-gnuplot
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-gnuplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-gnuplot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
Enables simple creation and inclusion of graphs with Gnuplot.
The package writes a script into temporary file, runs Gnuplot
and includes the resulting graphic directly into the document.
See the ConTeXt Garden package page for further details.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/context/third/gnuplot/mp-gnuplot.mp
%{_texmfdistdir}/tex/context/third/gnuplot/t-gnuplot.tex
%doc %{_texmfdistdir}/doc/context/third/gnuplot/example.plt
%doc %{_texmfdistdir}/doc/context/third/gnuplot/fullpage-example.pdf
%doc %{_texmfdistdir}/doc/context/third/gnuplot/fullpage-example.tex
%doc %{_texmfdistdir}/doc/context/third/gnuplot/gnuplot-context-doc.pdf
%doc %{_texmfdistdir}/doc/context/third/gnuplot/gnuplot-context-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20060827-7
+ Revision: 0e025bf
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24539 |14mu|texlive-context-letter-20120213-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27229
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-letter
# catalog-date 2012-02-13 08:46:03 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-letter
Version:	20120213
Release:	4
Summary:	Context package for writing letters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-letter
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-letter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-letter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
A means of writing 'vanilla' letters and memos is provided,
with support covering Context Mkii and Mkiv. The design of
letters may be amended by a wide range of style specifications.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-00.lua
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-00.mkii
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-00.mkvi
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-01.mkii
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-01.mkvi
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-02.mkii
%{_texmfdistdir}/tex/context/third/letter/base/s-cor-02.mkvi
%{_texmfdistdir}/tex/context/third/letter/base/t-letter.mkii
%{_texmfdistdir}/tex/context/third/letter/base/t-letter.mkiv
%{_texmfdistdir}/tex/context/third/letter/base/t-memo.mkii
%{_texmfdistdir}/tex/context/third/letter/base/t-memo.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-blockstyle.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-blockstyle.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-default.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-default.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dina.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dina.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dinb.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dinb.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dutch.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-dutch.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-french.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-french.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-fullblock.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-fullblock.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-gbrief.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-gbrief.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-hanging.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-hanging.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-knuth.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-knuth.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-modified.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-modified.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-semiblock.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-semiblock.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-setups.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-setups.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-simplified.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-simplified.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-swiss.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-swiss.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-swissleft.mkii
%{_texmfdistdir}/tex/context/third/letter/style/letter-imp-swissleft.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-default.mkii
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-default.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-margin.mkii
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-margin.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-memo.mkii
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-memo.mkiv
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-table.mkii
%{_texmfdistdir}/tex/context/third/letter/style/memo-imp-table.mkiv
%doc %{_texmfdistdir}/doc/context/third/letter/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120213-4
+ Revision: 9194eed
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24540 |14mu|texlive-context-lettrine-20090130-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-lettrine
# catalog-date 2009-01-30 23:54:25 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-context-lettrine
Version:	20090130
Release:	4
Summary:	A ConTeXt implementation of lettrines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-lettrine
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-lettrine.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-lettrine.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
This is a re-implementation of the LaTeX package lettrine.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/interface/third/lettrine.xml
%{_texmfdistdir}/tex/context/third/lettrine/t-lettrine.tex
%doc %{_texmfdistdir}/doc/context/third/lettrine/W.pdf
%doc %{_texmfdistdir}/doc/context/third/lettrine/lettrine-doc.pdf
%doc %{_texmfdistdir}/doc/context/third/lettrine/lettrine-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090130-4
+ Revision: f396b03
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24541 |14mu|texlive-context-lilypond-20100312-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-lilypond
# catalog-date 2010-03-12 17:25:27 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-lilypond
Version:	20100312
Release:	4
Summary:	Lilypond code in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-lilypond
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-lilypond.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-lilypond.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
Includes lilypond music definitions direct in a ConTeXt
document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/lilypond/t-lilypond.tex
%doc %{_texmfdistdir}/doc/context/third/lilypond/demo.pdf
%doc %{_texmfdistdir}/doc/context/third/lilypond/t-lilypond.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100312-4
+ Revision: 9f3f158
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24542 |14mu|texlive-context-mathsets-20110513-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-mathsets
# catalog-date 2011-05-13 02:08:48 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-context-mathsets
Version:	20110513
Release:	4
Summary:	Set notation in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-mathsets
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-mathsets.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-mathsets.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
Typeset good-looking set notation (e.g., {x|x \in Y}), as well
as similar things such as Dirac bra-ket notation, conditional
probabilities, etc. The package is a partial port of Donald
Arseneau's LaTeX package braket.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/interface/third/t-mathsets.xml
%{_texmfdistdir}/tex/context/third/mathsets/t-mathsets.tex
%doc %{_texmfdistdir}/doc/context/third/mathsets/mathsets-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110513-4
+ Revision: a384efa
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24543 |14mu|texlive-context-notes-zh-cn-20091109-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23171
# category Package
# catalog-ctan /info/context-notes-zh-cn
# catalog-date 2009-11-09 14:30:19 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-notes-zh-cn
Version:	20091109
Release:	4
Summary:	Notes on using ConTeXt MkIV
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/context-notes-zh-cn
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-notes-zh-cn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-notes-zh-cn.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-context

%description
An introductory tutorial on ConTeXt, in Chinese. The document
covers ConTeXt installation, fonts, layout design, cross-
reference, project structure, metafun and presentation design.


#-----------------------------------------------------------------------
%files
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/README
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/ctxnotes.pdf
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/Makefile
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/basis.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/bibl-lyr.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/bibliography.bib
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/ctxnotes.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/doc-env.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/figures/bookmark.png
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/figures/cow.pdf
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/figures/gardeninglion.jpg
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/figures/header.png
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/fonts.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/layout.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/metafun.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/project.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/references.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/t-layout.tex
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/t-zhfonts.lua
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/t-zhfonts.mkiv
%doc %{_texmfdistdir}/doc/context/third/context-notes-zh-cn/src/t-zhspuncs.lua

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091109-4
+ Revision: 05dedad
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24544 |14mu|texlive-context-rst-0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27236
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-rst
# catalog-date 2011-10-03 11:06:20 +0200
# catalog-license other-free
# catalog-version 0.4
Name:		texlive-context-rst
Version:	0.4
Release:	5
Summary:	Process reStructuredText with ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-rst
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-rst.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-rst.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The package provides a converter and module for typesetting
reStructuredText with ConTeXt. The module uses several lua
scripts in doing its work. Documentation is supplied in rst,
which seems to be readable as text, but...


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/context/lua/third/rst/mtx-t-rst.lua
%{_texmfdistdir}/tex/context/interface/third/t-rst.xml
%{_texmfdistdir}/tex/context/third/rst/rst_context.lua
%{_texmfdistdir}/tex/context/third/rst/rst_directives.lua
%{_texmfdistdir}/tex/context/third/rst/rst_helpers.lua
%{_texmfdistdir}/tex/context/third/rst/rst_parser.lua
%{_texmfdistdir}/tex/context/third/rst/rst_setups.lua
%{_texmfdistdir}/tex/context/third/rst/t-rst.mkiv
%doc %{_texmfdistdir}/doc/context/third/rst/COPYING
%doc %{_texmfdistdir}/doc/context/third/rst/README.rst
%doc %{_texmfdistdir}/doc/context/third/rst/documentation.rst
%doc %{_texmfdistdir}/doc/context/third/rst/hybridtest.tex
%doc %{_texmfdistdir}/doc/context/third/rst/inc-first.rst
%doc %{_texmfdistdir}/doc/context/third/rst/inc-second.rst
%doc %{_texmfdistdir}/doc/context/third/rst/inc-third.rst
%doc %{_texmfdistdir}/doc/context/third/rst/inc.tex
%doc %{_texmfdistdir}/doc/context/third/rst/manual.bib
%doc %{_texmfdistdir}/doc/context/third/rst/manual.pdf
%doc %{_texmfdistdir}/doc/context/third/rst/manual.tex
%doc %{_texmfdistdir}/doc/context/third/rst/moduletest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-5
+ Revision: ac60ea8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24545 |14mu|texlive-context-ruby-20100128-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-ruby
# catalog-date 2010-01-28 13:16:16 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-context-ruby
Version:	20100128
Release:	4
Summary:	Ruby annotations in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-ruby
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-ruby.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-ruby.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
Ruby markup (aka furigana in Japan) are inline annotations
above or below a word to indicate the reading of ideographic
characters. The module implements the specification for simple
ruby described by the W3C in ConTeXt. The position and layout
of the base text and the ruby text can becontrolled by
parameters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/ruby/t-ruby.tex
%doc %{_texmfdistdir}/doc/context/third/ruby/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100128-4
+ Revision: b080d37
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24546 |14mu|texlive-context-simplefonts-20120726-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27171
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-simplefonts
# catalog-date 2012-07-26 08:34:30 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-simplefonts
Version:	20120726
Release:	3
Summary:	Simplified font usage for ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-simplefonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-simplefonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-simplefonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The package defines a set of commands for loading and using
fonts in ConTeXt.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/simplefonts/t-simplefonts.lua
%{_texmfdistdir}/tex/context/third/simplefonts/t-simplefonts.mkii
%{_texmfdistdir}/tex/context/third/simplefonts/t-simplefonts.mkiv
%doc %{_texmfdistdir}/doc/context/third/simplefonts/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120726-3
+ Revision: f9cb746
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24547 |14mu|texlive-context-simpleslides-20131012-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28300
# category ConTeXt
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-context-simpleslides
Version:	20131012
Release:	7
Summary:	TeXLive context-simpleslides package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-simpleslides.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-simpleslides.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
TeXLive context-simpleslides package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/context/lua/third/simpleslides/mtx-simpleslides.lua
%{_texmfdistdir}/tex/context/interface/third/t-simpleslides.xml
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-c-default.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-f-default.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-BigNumber.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-BottomSquares.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Boxed.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-BoxedTitle.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Ellipse.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Embossed.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Framed.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-FramedTitle.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-FuzzyTopic.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-HorizontalStripes.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-NarrowStripes.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-PlainCounter.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-RainbowStripe.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Rounded.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Shaded.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-SideSquares.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-SideToc.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Split.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Sunrise.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-Swoosh.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-ThickStripes.tex
%{_texmfdistdir}/tex/context/third/simpleslides/simpleslides-s-default.tex
%{_texmfdistdir}/tex/context/third/simpleslides/t-simpleslides.mkii
%{_texmfdistdir}/tex/context/third/simpleslides/t-simpleslides.mkiv
%{_texmfdistdir}/tex/context/third/simpleslides/t-slidesvisualcounter.tex
%doc %{_texmfdistdir}/doc/context/third/simpleslides/example.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/example.tex
%doc %{_texmfdistdir}/doc/context/third/simpleslides/simpleslides.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/simpleslides.tex
%doc %{_texmfdistdir}/doc/context/third/simpleslides/solutions/generic-talk-15min-45min.tex
%doc %{_texmfdistdir}/doc/context/third/simpleslides/solutions/speaker_introduction-2min.tex
%doc %{_texmfdistdir}/doc/context/third/simpleslides/solutions/style-template.tex
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/BigNumber-blue.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/BigNumber-red.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/BottomSquares.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Boxed.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Ellipse.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Embossed.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Framed-square.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Framed-stripe.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/FramedTitle.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/HorizontalStripes-blue.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/HorizontalStripes-green.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/HorizontalStripes-red.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/NarrowStripes-blue.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/NarrowStripes-green.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/NarrowStripes-red.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/RainbowStripe.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Rounded.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Shaded-blue.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Shaded-bluered.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Shaded-green.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/SideSquares.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/SideToc.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Split.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Sunrise.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/Swoosh.pdf
%doc %{_texmfdistdir}/doc/context/third/simpleslides/styles/ThickStripes.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131012-7
+ Revision: 36ee45f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24548 |14mu|texlive-context-transliterator-20130409-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29801
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-transliterator
# catalog-date 2013-04-09 13:56:04 +0200
# catalog-license bsd
# catalog-version undef
Name:		texlive-context-transliterator
Version:	20130409
Release:	7
Summary:	Transliterate text from 'other' alphabets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-transliterator
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-transliterator.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-transliterator.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The package will read text in one alphabet, and provide a
transliterated version in another; this is useful for readers
who cannot read the original alphabet. The package can make
allowance for hyphenation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/interface/third/t-transliterator.xml
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.ctl
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.log
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.mkii
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.mkiv
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.mkiv.prep
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.pdf
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.run
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.tex
%{_texmfdistdir}/tex/context/third/transliterator/t-transliterator.tuc
%{_texmfdistdir}/tex/context/third/transliterator/trans_tables_bg.lua
%{_texmfdistdir}/tex/context/third/transliterator/trans_tables_glag.lua
%{_texmfdistdir}/tex/context/third/transliterator/trans_tables_gr.lua
%{_texmfdistdir}/tex/context/third/transliterator/trans_tables_iso9.lua
%{_texmfdistdir}/tex/context/third/transliterator/trans_tables_scntfc.lua
%{_texmfdistdir}/tex/context/third/transliterator/trans_tables_sr.lua
%{_texmfdistdir}/tex/context/third/transliterator/trans_tables_trsc.lua
%{_texmfdistdir}/tex/context/third/transliterator/transliterator.ctl
%{_texmfdistdir}/tex/context/third/transliterator/transliterator.log
%{_texmfdistdir}/tex/context/third/transliterator/transliterator.lua
%{_texmfdistdir}/tex/context/third/transliterator/transliterator.run
%{_texmfdistdir}/tex/context/third/transliterator/transliterator.tuc
%doc %{_texmfdistdir}/doc/context/third/transliterator/COPYING
%doc %{_texmfdistdir}/doc/context/third/transliterator/transliterator.pdf
%doc %{_texmfdistdir}/doc/context/third/transliterator/transliterator.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130409-7
+ Revision: 3252ee2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24549 |14mu|texlive-context-typearea-20080818-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23167
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-typearea
# catalog-date 2008-08-18 23:54:09 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-context-typearea
Version:	20080818
Release:	4
Summary:	Something like Koma-Script typearea
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-typearea
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-typearea.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-typearea.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The module provides a command that calculates the page layout
as the LaTeX package typearea does.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/typearea/t-typearea.tex
%doc %{_texmfdistdir}/doc/context/third/typearea/typearea-demo.pdf
%doc %{_texmfdistdir}/doc/context/third/typearea/typearea-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080818-4
+ Revision: 877e5f7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24550 |14mu|texlive-context-typescripts-20120216-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25411
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-typescripts
# catalog-date 2012-02-16 15:23:58 +0100
# catalog-license gpl2
# catalog-version undef
Name:		texlive-context-typescripts
Version:	20120216
Release:	3
Summary:	Small modules to load various fonts for use in ConTeXt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-typescripts
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-typescripts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-typescripts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context

%description
The package provides files offering interfaces to 33 publicly
available fonts (or collections of fonts from the same
foundry); each is available in a .mkii and a .mkiv version.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/typescripts/type-adobe.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-adobe.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-aller.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-aller.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-anivers.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-anivers.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-audimat.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-audimat.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-axel.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-axel.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-azuro.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-azuro.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-calluna.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-calluna.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-charissil.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-charissil.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-charter.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-charter.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-delicious.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-delicious.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-diavlo.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-diavlo.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-droid.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-droid.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-ernestine.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-fertigo.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-fertigo.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-fontin.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-fontin.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-goudysans.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-goudysans.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-junicode.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-junicode.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-justus.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-justus.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-kaffeesatz.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-kaffeesatz.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-kontrapunkt.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-kontrapunkt.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-liberation.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-liberation.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-luxi.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-luxi.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-miso.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-miso.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-museo.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-museo.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-office.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-pigiarniq.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-pigiarniq.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-sabon.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-sabon.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-tallys.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-tallys.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-tuffy.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-tuffy.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-ubuntu.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-ubuntu.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-uqammaq.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-uqammaq.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-vera.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-vera.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-verajja.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-verajja.mkiv
%{_texmfdistdir}/tex/context/third/typescripts/type-vollkorn.mkii
%{_texmfdistdir}/tex/context/third/typescripts/type-vollkorn.mkiv
%doc %{_texmfdistdir}/doc/context/third/typescripts/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120216-3
+ Revision: e3f2791
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24551 |14mu|texlive-context-vim-20120529-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27231
# category ConTeXt
# catalog-ctan /macros/context/contrib/context-vim
# catalog-date 2012-05-29 08:52:39 +0200
# catalog-license bsd
# catalog-version undef
Name:		texlive-context-vim
Version:	20120529
Release:	3
Summary:	Generate Context syntax highlighting code from vim
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/context/contrib/context-vim
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-vim.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/context-vim.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-context
Requires:	texlive-context-filter

%description
ConTeXt has excellent pretty printing capabilities for many
languages. The code for pretty printing is written in TeX, and
due to catcode juggling, such verbatim typesetting is perhaps
the trickiest part of TeX. This makes it difficult for a
"normal" user to define syntax highlighting rules for a new
language. This module takes the onus of defining syntax
highlighting rules away from the user and uses ViM editor to
generate the syntax highlighting. There is a helper
2context.vim script to do the syntax parsing in ViM.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/vim/2context.vim
%{_texmfdistdir}/tex/context/third/vim/t-syntax-groups.tex
%{_texmfdistdir}/tex/context/third/vim/t-syntax-highlight.mkii
%{_texmfdistdir}/tex/context/third/vim/t-syntax-highlight.mkiv
%{_texmfdistdir}/tex/context/third/vim/t-vim.tex
%doc %{_texmfdistdir}/doc/context/third/vim/vim.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120529-3
+ Revision: f682b8a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24552 |14mu|texlive-contour-2.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18950
# category Package
# catalog-ctan /macros/latex/contrib/contour
# catalog-date 2006-12-09 15:50:57 +0100
# catalog-license lppl
# catalog-version 2.14
Name:		texlive-contour
Version:	2.14
Release:	4
Summary:	Print a coloured contour around text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/contour
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/contour.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/contour.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/contour.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package generates a coloured contour around a given text
in order to enable printing text over a background without the
need of a coloured box around the text.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/contour/contour.cfg
%{_texmfdistdir}/tex/latex/contour/contour.sty
%{_texmfdistdir}/tex/latex/contour/dvips.cnt
%{_texmfdistdir}/tex/latex/contour/dvipsone.cnt
%{_texmfdistdir}/tex/latex/contour/pdftex.cnt
%{_texmfdistdir}/tex/latex/contour/vtex.cnt
%doc %{_texmfdistdir}/doc/latex/contour/ChangeLog
%doc %{_texmfdistdir}/doc/latex/contour/Makefile
%doc %{_texmfdistdir}/doc/latex/contour/README
%doc %{_texmfdistdir}/doc/latex/contour/contour.pdf
%doc %{_texmfdistdir}/doc/latex/contour/contourtest.tex
#- source
%doc %{_texmfdistdir}/source/latex/contour/contour.dtx
%doc %{_texmfdistdir}/source/latex/contour/contour.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.14-4
+ Revision: 925a13a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24553 |14mu|texlive-contracard-1.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31745
# category Package
# catalog-ctan /macros/latex/contrib/contracard
# catalog-date 2013-09-17 14:49:30 +0200
# catalog-license lppl1.3
# catalog-version 1.0.0
Name:		texlive-contracard
Version:	1.0.0
Release:	7
Summary:	Generate calling cards for dances
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/contracard
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/contracard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/contracard.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/contracard.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class may be used to create calling cards for traditional
country dances, such as contra and square dances.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/contracard/contracard.cls
%doc %{_texmfdistdir}/doc/latex/contracard/LICENSE
%doc %{_texmfdistdir}/doc/latex/contracard/Makefile
%doc %{_texmfdistdir}/doc/latex/contracard/README
%doc %{_texmfdistdir}/doc/latex/contracard/README.md
%doc %{_texmfdistdir}/doc/latex/contracard/contracard.lod
%doc %{_texmfdistdir}/doc/latex/contracard/contracard.pdf
%doc %{_texmfdistdir}/doc/latex/contracard/contracard.sty
#- source
%doc %{_texmfdistdir}/source/latex/contracard/contracard.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0-7
+ Revision: 289c8a5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24554 |14mu|texlive-convbkmk-0.08-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30408
# category Package
# catalog-ctan /support/convbkmk
# catalog-date 2013-05-11 15:57:43 +0200
# catalog-license noinfo
# catalog-version 0.08
Name:		texlive-convbkmk
Version:	0.08
Release:	10
Summary:	Correct platex/uplatex bookmarks in PDF created with hyperref
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/convbkmk
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/convbkmk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/convbkmk.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-convbkmk.bin = %{EVRD}
Conflicts:  texlive-uptex < 1:1.11

%description
The package provides a small Ruby script that corrects
bookmarks in PDF files created by platex/uplatex, using
hyperref.


#-----------------------------------------------------------------------
%files
%{_bindir}/convbkmk
%{_texmfdistdir}/scripts/convbkmk/convbkmk.rb
%doc %{_texmfdistdir}/doc/support/convbkmk/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/convbkmk/convbkmk.rb convbkmk
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.08-10
+ Revision: e55e900
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24555 |14mu|texlive-cooking-0.9b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cooking
# catalog-date 2006-12-09 15:50:57 +0100
# catalog-license gpl
# catalog-version 0.9b
Name:		texlive-cooking
Version:	0.9b
Release:	4
Summary:	Typeset recipes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cooking
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cooking.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cooking.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cooking.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package typesets recipes according to the style used in a
well-respected German cookery book.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cooking/cooking.sty
%doc %{_texmfdistdir}/doc/latex/cooking/COPYING
%doc %{_texmfdistdir}/doc/latex/cooking/README
%doc %{_texmfdistdir}/doc/latex/cooking/cooking.pdf
%doc %{_texmfdistdir}/doc/latex/cooking/kraut.tex
#- source
%doc %{_texmfdistdir}/source/latex/cooking/cooking.dtx
%doc %{_texmfdistdir}/source/latex/cooking/cooking.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9b-4
+ Revision: 00052a7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24556 |14mu|texlive-cookybooky-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16216
# category Package
# catalog-ctan /macros/latex/contrib/cookybooky
# catalog-date 2009-11-28 09:57:52 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-cookybooky
Version:	1.0
Release:	5
Summary:	A package to easily typeset some professional looking cooking recipes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cookybooky
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cookybooky.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cookybooky.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cookybooky.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package typesets recipes in a quite eye-pleasing way (with
additional pictures).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cookybooky/cookybooky.sty
%{_texmfdistdir}/tex/latex/cookybooky/myRecipe.cfg
%doc %{_texmfdistdir}/doc/latex/cookybooky/README
%doc %{_texmfdistdir}/doc/latex/cookybooky/documentation/Manual.pdf
%doc %{_texmfdistdir}/doc/latex/cookybooky/examples/ex_1.pdf
%doc %{_texmfdistdir}/doc/latex/cookybooky/examples/ex_1.tex
%doc %{_texmfdistdir}/doc/latex/cookybooky/examples/graphics/bg.eps
%doc %{_texmfdistdir}/doc/latex/cookybooky/examples/graphics/bg_transparent.eps
%doc %{_texmfdistdir}/doc/latex/cookybooky/examples/graphics/bgraph.eps
%doc %{_texmfdistdir}/doc/latex/cookybooky/examples/graphics/sgraph.eps
#- source
%doc %{_texmfdistdir}/source/latex/cookybooky/cookybooky.dtx
%doc %{_texmfdistdir}/source/latex/cookybooky/cookybooky.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 1bf2029
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24557 |14mu|texlive-cool-1.35-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cool
# catalog-date 2007-03-05 15:26:58 +0100
# catalog-license lgpl
# catalog-version 1.35
Name:		texlive-cool
Version:	1.35
Release:	4
Summary:	COntent-Oriented LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cool
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cool.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cool.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cool.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package gives LaTeX the power to retain mathematical
meaning of its expressions in addition to the typsetting
instructions; essentially separating style from the content of
the math. One advantage of keeping mathematical meaning is that
conversion of LaTeX documents to other executable formats (such
as Content MathML or Mathematica code) is greatly simplified.
The package requires the coolstr, coollist and forloop
packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cool/cool.sty
%doc %{_texmfdistdir}/doc/latex/cool/Content_LaTeX_Package_Demo.pdf
%doc %{_texmfdistdir}/doc/latex/cool/Content_LaTeX_Package_Demo.tex
%doc %{_texmfdistdir}/doc/latex/cool/README
%doc %{_texmfdistdir}/doc/latex/cool/cool.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cool/cool.dtx
%doc %{_texmfdistdir}/source/latex/cool/cool.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.35-4
+ Revision: b17b3db
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24558 |14mu|texlive-coollist-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/coollist
# catalog-date 2009-09-20 17:23:54 +0200
# catalog-license lgpl
# catalog-version 1.4
Name:		texlive-coollist
Version:	1.4
Release:	4
Summary:	Manipulate COntent Oriented LaTeX Lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/coollist
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coollist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coollist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coollist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Lists are defined as a sequence of tokens separated by a comma.
The coollist package allows the user to access certain elements
of the list while neglecting others--essentially turning lists
into a sort of array. Lists elements are accessed by specifying
the position of the object within the list (the index of the
item).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/coollist/coollist.sty
%doc %{_texmfdistdir}/doc/latex/coollist/README
%doc %{_texmfdistdir}/doc/latex/coollist/coollist.pdf
#- source
%doc %{_texmfdistdir}/source/latex/coollist/coollist.dtx
%doc %{_texmfdistdir}/source/latex/coollist/coollist.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: 175c37d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24559 |14mu|texlive-coolstr-2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/coolstr
# catalog-date 2009-09-09 20:34:25 +0200
# catalog-license lgpl
# catalog-version 2.2
Name:		texlive-coolstr
Version:	2.2
Release:	4
Summary:	String manipulation in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/coolstr
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coolstr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coolstr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coolstr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Coolstr is a subpackage of the cool bundle that deals with the
manipulation of strings. A string is defined as a sequence of
characters (not tokens). The package provides the ability to
access a specific character of a string, as well as determine
if the string contains numeric or integer data.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/coolstr/coolstr.sty
%doc %{_texmfdistdir}/doc/latex/coolstr/README
%doc %{_texmfdistdir}/doc/latex/coolstr/coolstr.pdf
#- source
%doc %{_texmfdistdir}/source/latex/coolstr/coolstr.dtx
%doc %{_texmfdistdir}/source/latex/coolstr/coolstr.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-4
+ Revision: 93b11ce
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24560 |14mu|texlive-coolthms-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29062
# category Package
# catalog-ctan /macros/latex/contrib/coolthms
# catalog-date 2013-02-04 23:34:24 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-coolthms
Version:	1.2
Release:	7
Summary:	Reference items in a theorem environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/coolthms
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coolthms.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coolthms.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coolthms.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to directly reference items of
lists nested in theorem-like environments (e.g., as 'Theorem 1
a'). The package extends the ntheorem and cleveref packages.
The package also provides other theorem markup commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/coolthms/coolthms.sty
%doc %{_texmfdistdir}/doc/latex/coolthms/README
%doc %{_texmfdistdir}/doc/latex/coolthms/coolthms.pdf
#- source
%doc %{_texmfdistdir}/source/latex/coolthms/coolthms.dtx
%doc %{_texmfdistdir}/source/latex/coolthms/coolthms.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-7
+ Revision: 823da5a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24561 |14mu|texlive-cooltooltips-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cooltooltips
# catalog-date 2007-03-05 15:26:58 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-cooltooltips
Version:	1.0
Release:	4
Summary:	Associate a pop-up window and tooltip with PDF hyperlinks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cooltooltips
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cooltooltips.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cooltooltips.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cooltooltips.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The cooltooltips package enables a document to contain
hyperlinks that pop up a brief tooltip when the mouse moves
over them and also open a small window containing additional
text. cooltooltips provides the mechanism used by the Visual
LaTeX FAQ to indicate the question that each hyperlink answers.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cooltooltips/cooltooltips.sty
%doc %{_texmfdistdir}/doc/latex/cooltooltips/README
%doc %{_texmfdistdir}/doc/latex/cooltooltips/cooltooltips.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cooltooltips/cooltooltips.dtx
%doc %{_texmfdistdir}/source/latex/cooltooltips/cooltooltips.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 1c36004
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24562 |14mu|texlive-coordsys-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/coordsys
# catalog-date 2007-02-20 10:49:06 +0100
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-coordsys
Version:	1.4
Release:	4
Summary:	Draw cartesian coordinate systems
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/coordsys
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coordsys.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coordsys.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coordsys.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for typesetting number lines
(coordinate axes), coordinate systems and grids in the picture
environment. The package may be integrated with other drawing
mechanisms: the documentation shows examples of drawing graphs
(coordinate tables created by Maple), using the eepic package's
drawing capabilities.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/coordsys/coordsys.sty
%{_texmfdistdir}/tex/latex/coordsys/logsys.sty
%doc %{_texmfdistdir}/doc/latex/coordsys/README
%doc %{_texmfdistdir}/doc/latex/coordsys/coordsys.pdf
%doc %{_texmfdistdir}/doc/latex/coordsys/putfile.maple
#- source
%doc %{_texmfdistdir}/source/latex/coordsys/coordsys.dtx
%doc %{_texmfdistdir}/source/latex/coordsys/coordsys.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: b028c4d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24563 |14mu|texlive-copyrightbox-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24829
# category Package
# catalog-ctan /macros/latex/contrib/copyrightbox
# catalog-date 2011-12-11 19:15:48 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-copyrightbox
Version:	0.1
Release:	4
Summary:	Provide copyright notices for images in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/copyrightbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/copyrightbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/copyrightbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package command \copyrightbox[<placement>]{<image
command>}{<text>}, which places the text as a copyright notice
relating to the matter created by the image command.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/copyrightbox/copyrightbox.sty
%doc %{_texmfdistdir}/doc/latex/copyrightbox/README
%doc %{_texmfdistdir}/doc/latex/copyrightbox/coin.jpg
%doc %{_texmfdistdir}/doc/latex/copyrightbox/copyrightbox.pdf
%doc %{_texmfdistdir}/doc/latex/copyrightbox/copyrightbox.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: ffd24fc
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24564 |14mu|texlive-coseoul-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23862
# category Package
# catalog-ctan /macros/latex/contrib/coseoul
# catalog-date 2011-09-06 16:13:05 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-coseoul
Version:	1.1
Release:	4
Summary:	Context sensitive outline elements
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/coseoul
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coseoul.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coseoul.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides "relative" commands that may be used in
place of \chapter, \section, etc. The documentation shows a
number of document-management scenarios in which such commands
are valuable.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/coseoul/coseoul.sty
%doc %{_texmfdistdir}/doc/latex/coseoul/README
%doc %{_texmfdistdir}/doc/latex/coseoul/coseoul.pdf
%doc %{_texmfdistdir}/doc/latex/coseoul/coseoul.tex
%doc %{_texmfdistdir}/doc/latex/coseoul/cosexamp.pdf
%doc %{_texmfdistdir}/doc/latex/coseoul/cosexamp.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: cb5b1e5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24565 |14mu|texlive-counttexruns-1.00a-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27576
# category Package
# catalog-ctan /macros/latex/contrib/counttexruns
# catalog-date 2012-08-31 19:14:38 +0200
# catalog-license lppl1.3
# catalog-version 1.00a
Name:		texlive-counttexruns
Version:	1.00a
Release:	8
Summary:	Count compilations of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/counttexruns
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/counttexruns.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/counttexruns.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/counttexruns.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package counts how often a LaTeX document is compiled,
keeping the data in an external file. To print the count, can
use the macro \thecounttexruns.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/counttexruns/counttexruns.sty
%doc %{_texmfdistdir}/doc/latex/counttexruns/README
%doc %{_texmfdistdir}/doc/latex/counttexruns/counttexruns.pdf
#- source
%doc %{_texmfdistdir}/source/latex/counttexruns/counttexruns.dtx
%doc %{_texmfdistdir}/source/latex/counttexruns/counttexruns.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00a-8
+ Revision: 0645c1c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24566 |14mu|texlive-courseoutline-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/courseoutline
# catalog-date 2008-09-18 22:52:44 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-courseoutline
Version:	1.0
Release:	4
Summary:	Prepare university course outlines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/courseoutline
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/courseoutline.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/courseoutline.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Courseoutline is a class designed to minimise markup in a
tedious task that needs to be repeated often.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/courseoutline/courseoutline.cls
%doc %{_texmfdistdir}/doc/latex/courseoutline/Outline.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 7e6f6f8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24567 |14mu|texlive-coursepaper-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/coursepaper
# catalog-date 2008-09-18 22:52:44 +0200
# catalog-license other-free
# catalog-version 2.0
Name:		texlive-coursepaper
Version:	2.0
Release:	4
Summary:	Prepare university course papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/coursepaper
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coursepaper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coursepaper.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Coursepaper is a class with which students can provide simple
course papers, in a uniform design to ease the task of marking.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/coursepaper/coursepaper.cls
%doc %{_texmfdistdir}/doc/latex/coursepaper/coursepaper.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 743cdaf
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24568 |14mu|texlive-coverpage-1.01-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/coverpage
# catalog-date 2007-03-05 15:26:58 +0100
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-coverpage
Version:	1.01
Release:	5
Summary:	Automatic cover page creation for scientific papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/coverpage
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coverpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coverpage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/coverpage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package CoverPage was created to supplement scientific
papers with a cover page containing bibliographical
information, a copyright notice, and/or some logos of the
author's institution. The cover page is created (almost)
automatically; this is done by parsing BibTeX information
corresponding to the main document and reading a configuration
file in which the author can set information like the
affiliation he or she is associated with. The cover page
consists of header, body and footer; all three are macros which
can be redefined using \renewcommand, thus allowing easy
customization of the package. Additionally, it should be
stressed that the cover page layout is totally independent of
the main document and its page layout. This package requires
four other packages (keyval, url, textcomp, and verbatim), but
all of them are standard packages and should be part of every
LaTeX installation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/coverpage/CoverPage.cfg
%{_texmfdistdir}/tex/latex/coverpage/CoverPage.sty
%doc %{_texmfdistdir}/doc/latex/coverpage/CoverPage.pdf
%doc %{_texmfdistdir}/doc/latex/coverpage/ECCV06Sample.pdf
%doc %{_texmfdistdir}/doc/latex/coverpage/README
%doc %{_texmfdistdir}/doc/latex/coverpage/SimpleSample.BibTeX.txt
%doc %{_texmfdistdir}/doc/latex/coverpage/SimpleSample.pdf
%doc %{_texmfdistdir}/doc/latex/coverpage/SimpleSample.tex
#- source
%doc %{_texmfdistdir}/source/latex/coverpage/CoverPage.dtx
%doc %{_texmfdistdir}/source/latex/coverpage/CoverPage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-5
+ Revision: 4ccaa00
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24569 |14mu|texlive-covington-20100405-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17750
# category Package
# catalog-ctan /macros/latex/contrib/covington
# catalog-date 2010-04-05 22:57:39 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-covington
Version:	20100405
Release:	4
Summary:	Linguistic support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/covington
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/covington.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/covington.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Numerous minor LaTeX enhancements for linguistics, including
multiple accents on the same letter, interline glosses (word-
by-word translations), Discourse Representation Structures, and
example numbering.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/covington/covington.sty
%doc %{_texmfdistdir}/doc/latex/covington/covington.pdf
%doc %{_texmfdistdir}/doc/latex/covington/covington.tex
%doc %{_texmfdistdir}/doc/latex/covington/covingtonGerm.pdf
%doc %{_texmfdistdir}/doc/latex/covington/covingtonGerm.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100405-4
+ Revision: 5477258
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24570 |14mu|texlive-cprotect-1.0e-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21209
# category Package
# catalog-ctan /macros/latex/contrib/cprotect
# catalog-date 2011-01-27 23:21:47 +0100
# catalog-license lppl1.3
# catalog-version 1.0e
Name:		texlive-cprotect
Version:	1.0e
Release:	4
Summary:	Allow verbatim, etc., in macro arguments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cprotect
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cprotect.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cprotect.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cprotect.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines the macro \cprotect that makes a following
macro proof against verbatim in its argument; as, for example,
\cprotect\section{\verb"foo"} A similar macro \cprotEnv
(applied to the \begin of an environment) sanitises the
behavior of fragile environments. Moving arguments, and
corresponding "tables of ..." work happily.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cprotect/cprotect.sty
%doc %{_texmfdistdir}/doc/latex/cprotect/README
%doc %{_texmfdistdir}/doc/latex/cprotect/README.txt
%doc %{_texmfdistdir}/doc/latex/cprotect/cprotect.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cprotect/cprotect.dtx
%doc %{_texmfdistdir}/source/latex/cprotect/cprotect.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0e-4
+ Revision: 25b91b6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24571 |14mu|texlive-crbox-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24414
# category Package
# catalog-ctan /macros/latex/contrib/crbox
# catalog-date 2011-10-26 21:25:52 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-crbox
Version:	0.1
Release:	4
Summary:	Boxes with crossed corners
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/crbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package implements a \crbox command which produces boxes
with crossing lines at the corners.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/crbox/crbox.sty
%doc %{_texmfdistdir}/doc/latex/crbox/README
%doc %{_texmfdistdir}/doc/latex/crbox/crbox-doc.pdf
%doc %{_texmfdistdir}/doc/latex/crbox/crbox-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: ad46e4a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24572 |14mu|texlive-crop-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/crop
# catalog-date 2009-07-10 18:40:58 +0200
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-crop
Version:	1.5
Release:	4
Summary:	Support for cropmarks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/crop
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crop.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crop.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crop.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package providing corner marks for camera alignment as well
as for trimming paper stacks, and additional page information
on every page if required. Most macros are easily adaptable to
personal preferences. An option is provided for selectively
suppressing graphics or text, which may be useful for printing
just colour graphics on a colour laser printer and the rest on
a cheap mono laser printer. A page info line contains the time
and a new cropmarks index and is printed at the top of the
page. A configuration command is provided for the info line
font. Options for better collaboration with dvips, pdftex and
vtex are provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/crop/crop.sty
%doc %{_texmfdistdir}/doc/latex/crop/crop.pdf
%doc %{_texmfdistdir}/doc/latex/crop/crop.txt
#- source
%doc %{_texmfdistdir}/source/latex/crop/Makefile
%doc %{_texmfdistdir}/source/latex/crop/crop.dtx
%doc %{_texmfdistdir}/source/latex/crop/crop.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: efbf948
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24573 |14mu|texlive-crossreference-20070101-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/crossreference
# catalog-date 2007-01-01 17:45:33 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-crossreference
Version:	20070101
Release:	4
Summary:	Crossreferences within documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/crossreference
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crossreference.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crossreference.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crossreference.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines cross-references (essentially 'grand' label
references), which may be listed in a table of cross-
references.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/crossreference/crossreference.sty
%doc %{_texmfdistdir}/doc/latex/crossreference/README
%doc %{_texmfdistdir}/doc/latex/crossreference/crossreference.pdf
%doc %{_texmfdistdir}/doc/latex/crossreference/xrefexample.tex
#- source
%doc %{_texmfdistdir}/source/latex/crossreference/crossreference.drv
%doc %{_texmfdistdir}/source/latex/crossreference/crossreference.dtx
%doc %{_texmfdistdir}/source/latex/crossreference/crossreference.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070101-4
+ Revision: b31022c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24574 |14mu|texlive-crossword-1.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gene/crossword
# catalog-date 2009-11-13 01:13:22 +0100
# catalog-license other-free
# catalog-version 1.8
Name:		texlive-crossword
Version:	1.8
Release:	4
Summary:	Typeset crossword puzzles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gene/crossword
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crossword.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crossword.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crossword.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An extended grid-based puzzle package, designed to take all
input (both grid and clues) from the same file. The package can
typeset grids with holes in them (for advertisements, or other
sorts of stuff), and can deal with several sorts of puzzle: -
The classical puzzle contains numbers for the words and clues
for the words to be filled in. - The numbered puzzle contains
numbers in each cell where identical numbers represent
identical letters. The goal is to find out which number
corresponds to which letter. - The fill-in type of puzzle
consists of a grid and a list of words. The goal is to place
all words in the grid. - Sudoku and Kakuro puzzles involve
filling in grids of numbers according to their own rules.
Format may be block-separated, or separated by thick lines.
Input to the package is somewhat redundant: specification of
the grid is separate from specification of the clues (if
they're necessary). The author considers this style both
'natural' and robust.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/crossword/cwpuzzle.sty
%doc %{_texmfdistdir}/doc/latex/crossword/README
%doc %{_texmfdistdir}/doc/latex/crossword/cwpuzzle.pdf
#- source
%doc %{_texmfdistdir}/source/latex/crossword/Makefile
%doc %{_texmfdistdir}/source/latex/crossword/cwpuzzle.dtx
%doc %{_texmfdistdir}/source/latex/crossword/cwpuzzle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.8-4
+ Revision: cd46485
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24575 |14mu|texlive-crosswrd-3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16896
# category Package
# catalog-ctan /macros/latex/contrib/crosswrd
# catalog-date 2010-02-01 17:14:28 +0100
# catalog-license lppl
# catalog-version 3.0
Name:		texlive-crosswrd
Version:	3.0
Release:	4
Summary:	Macros for typesetting crossword puzzles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/crosswrd
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crosswrd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crosswrd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/crosswrd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a LaTeX method of typesetting crosswords,
and assists the composer ensure that the grid all goes together
properly. Brian Hamilton Kelly's original was written for LaTeX
2.09, and needed to be updated to run with current LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/crosswrd/crosswrd.sty
%doc %{_texmfdistdir}/doc/latex/crosswrd/README
%doc %{_texmfdistdir}/doc/latex/crosswrd/crosswrd.pdf
%doc %{_texmfdistdir}/doc/latex/crosswrd/grid0.tex
%doc %{_texmfdistdir}/doc/latex/crosswrd/grid1.tex
%doc %{_texmfdistdir}/doc/latex/crosswrd/grid2.tex
%doc %{_texmfdistdir}/doc/latex/crosswrd/test0.tex
%doc %{_texmfdistdir}/doc/latex/crosswrd/test1.tex
%doc %{_texmfdistdir}/doc/latex/crosswrd/test2.tex
#- source
%doc %{_texmfdistdir}/source/latex/crosswrd/crosswrd.dtx
%doc %{_texmfdistdir}/source/latex/crosswrd/crosswrd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-4
+ Revision: f4e2385
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24576 |14mu|texlive-cs-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-cs
Version:	20111103
Release:	4
Summary:	TeXLive cs package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cs.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
TeXLive cs package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/cs/config.cs
%{_texmfdistdir}/fonts/enc/dvips/cs/csin.enc
%{_texmfdistdir}/fonts/enc/dvips/cs/csr.enc
%{_texmfdistdir}/fonts/enc/dvips/cs/csr1.enc
%{_texmfdistdir}/fonts/enc/dvips/cs/cstt.enc
%{_texmfdistdir}/fonts/map/dvips/cs/csfont-e.map
%{_texmfdistdir}/fonts/map/dvips/cs/csother.map
%{_texmfdistdir}/fonts/map/dvips/cs/cstext.map
%{_texmfdistdir}/fonts/source/public/cs/csaccent.mf
%{_texmfdistdir}/fonts/source/public/cs/csacutl.mf
%{_texmfdistdir}/fonts/source/public/cs/csacutu.mf
%{_texmfdistdir}/fonts/source/public/cs/csadded.mf
%{_texmfdistdir}/fonts/source/public/cs/csb10.mf
%{_texmfdistdir}/fonts/source/public/cs/csb12.mf
%{_texmfdistdir}/fonts/source/public/cs/csb17.mf
%{_texmfdistdir}/fonts/source/public/cs/csb5.mf
%{_texmfdistdir}/fonts/source/public/cs/csb6.mf
%{_texmfdistdir}/fonts/source/public/cs/csb7.mf
%{_texmfdistdir}/fonts/source/public/cs/csb8.mf
%{_texmfdistdir}/fonts/source/public/cs/csb9.mf
%{_texmfdistdir}/fonts/source/public/cs/csbx10.mf
%{_texmfdistdir}/fonts/source/public/cs/csbx12.mf
%{_texmfdistdir}/fonts/source/public/cs/csbx5.mf
%{_texmfdistdir}/fonts/source/public/cs/csbx6.mf
%{_texmfdistdir}/fonts/source/public/cs/csbx7.mf
%{_texmfdistdir}/fonts/source/public/cs/csbx8.mf
%{_texmfdistdir}/fonts/source/public/cs/csbx9.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxsl10.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxsl12.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxsl5.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxsl6.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxsl7.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxsl8.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxsl9.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxti10.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxti12.mf
%{_texmfdistdir}/fonts/source/public/cs/csbxti17.mf
%{_texmfdistdir}/fonts/source/public/cs/cscode.mf
%{_texmfdistdir}/fonts/source/public/cs/cscsc10.mf
%{_texmfdistdir}/fonts/source/public/cs/cscsc12.mf
%{_texmfdistdir}/fonts/source/public/cs/cscsc17.mf
%{_texmfdistdir}/fonts/source/public/cs/cscsc8.mf
%{_texmfdistdir}/fonts/source/public/cs/cscsc9.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh10.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh12.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh17.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh5.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh6.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh7.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh8.mf
%{_texmfdistdir}/fonts/source/public/cs/csdunh9.mf
%{_texmfdistdir}/fonts/source/public/cs/csff10.mf
%{_texmfdistdir}/fonts/source/public/cs/csfi10.mf
%{_texmfdistdir}/fonts/source/public/cs/csfib10.mf
%{_texmfdistdir}/fonts/source/public/cs/csfib12.mf
%{_texmfdistdir}/fonts/source/public/cs/csfib8.mf
%{_texmfdistdir}/fonts/source/public/cs/csfib9.mf
%{_texmfdistdir}/fonts/source/public/cs/cshachel.mf
%{_texmfdistdir}/fonts/source/public/cs/cshacheu.mf
%{_texmfdistdir}/fonts/source/public/cs/cshyph.mf
%{_texmfdistdir}/fonts/source/public/cs/csiacutl.mf
%{_texmfdistdir}/fonts/source/public/cs/csihachl.mf
%{_texmfdistdir}/fonts/source/public/cs/csinch.mf
%{_texmfdistdir}/fonts/source/public/cs/csiothrl.mf
%{_texmfdistdir}/fonts/source/public/cs/csitt10.mf
%{_texmfdistdir}/fonts/source/public/cs/csitt12.mf
%{_texmfdistdir}/fonts/source/public/cs/csitt17.mf
%{_texmfdistdir}/fonts/source/public/cs/csitt8.mf
%{_texmfdistdir}/fonts/source/public/cs/csitt9.mf
%{_texmfdistdir}/fonts/source/public/cs/csotherl.mf
%{_texmfdistdir}/fonts/source/public/cs/csotheru.mf
%{_texmfdistdir}/fonts/source/public/cs/csr10.mf
%{_texmfdistdir}/fonts/source/public/cs/csr12.mf
%{_texmfdistdir}/fonts/source/public/cs/csr17.mf
%{_texmfdistdir}/fonts/source/public/cs/csr5.mf
%{_texmfdistdir}/fonts/source/public/cs/csr6.mf
%{_texmfdistdir}/fonts/source/public/cs/csr7.mf
%{_texmfdistdir}/fonts/source/public/cs/csr8.mf
%{_texmfdistdir}/fonts/source/public/cs/csr9.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl10.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl12.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl17.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl5.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl6.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl7.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl8.mf
%{_texmfdistdir}/fonts/source/public/cs/cssl9.mf
%{_texmfdistdir}/fonts/source/public/cs/cssltt10.mf
%{_texmfdistdir}/fonts/source/public/cs/cssltt12.mf
%{_texmfdistdir}/fonts/source/public/cs/cssltt8.mf
%{_texmfdistdir}/fonts/source/public/cs/cssltt9.mf
%{_texmfdistdir}/fonts/source/public/cs/csss10.mf
%{_texmfdistdir}/fonts/source/public/cs/csss12.mf
%{_texmfdistdir}/fonts/source/public/cs/csss17.mf
%{_texmfdistdir}/fonts/source/public/cs/csss8.mf
%{_texmfdistdir}/fonts/source/public/cs/csss9.mf
%{_texmfdistdir}/fonts/source/public/cs/csssbx10.mf
%{_texmfdistdir}/fonts/source/public/cs/csssbx12.mf
%{_texmfdistdir}/fonts/source/public/cs/csssbx17.mf
%{_texmfdistdir}/fonts/source/public/cs/csssbx9.mf
%{_texmfdistdir}/fonts/source/public/cs/csssdc10.mf
%{_texmfdistdir}/fonts/source/public/cs/csssi10.mf
%{_texmfdistdir}/fonts/source/public/cs/csssi12.mf
%{_texmfdistdir}/fonts/source/public/cs/csssi17.mf
%{_texmfdistdir}/fonts/source/public/cs/csssi8.mf
%{_texmfdistdir}/fonts/source/public/cs/csssi9.mf
%{_texmfdistdir}/fonts/source/public/cs/csssq8.mf
%{_texmfdistdir}/fonts/source/public/cs/csssqi8.mf
%{_texmfdistdir}/fonts/source/public/cs/cstcsc10.mf
%{_texmfdistdir}/fonts/source/public/cs/cstcsc12.mf
%{_texmfdistdir}/fonts/source/public/cs/cstcsc17.mf
%{_texmfdistdir}/fonts/source/public/cs/cstex10.mf
%{_texmfdistdir}/fonts/source/public/cs/cstex8.mf
%{_texmfdistdir}/fonts/source/public/cs/cstex9.mf
%{_texmfdistdir}/fonts/source/public/cs/csti10.mf
%{_texmfdistdir}/fonts/source/public/cs/csti12.mf
%{_texmfdistdir}/fonts/source/public/cs/csti17.mf
%{_texmfdistdir}/fonts/source/public/cs/csti7.mf
%{_texmfdistdir}/fonts/source/public/cs/csti8.mf
%{_texmfdistdir}/fonts/source/public/cs/csti9.mf
%{_texmfdistdir}/fonts/source/public/cs/cstt10.mf
%{_texmfdistdir}/fonts/source/public/cs/cstt12.mf
%{_texmfdistdir}/fonts/source/public/cs/cstt8.mf
%{_texmfdistdir}/fonts/source/public/cs/cstt9.mf
%{_texmfdistdir}/fonts/source/public/cs/csu10.mf
%{_texmfdistdir}/fonts/source/public/cs/csu12.mf
%{_texmfdistdir}/fonts/source/public/cs/csu17.mf
%{_texmfdistdir}/fonts/source/public/cs/csu7.mf
%{_texmfdistdir}/fonts/source/public/cs/csu8.mf
%{_texmfdistdir}/fonts/source/public/cs/csu9.mf
%{_texmfdistdir}/fonts/source/public/cs/csvtt10.mf
%{_texmfdistdir}/fonts/source/public/cs/csvtt12.mf
%{_texmfdistdir}/fonts/source/public/cs/csvtt8.mf
%{_texmfdistdir}/fonts/source/public/cs/csvtt9.mf
%{_texmfdistdir}/fonts/source/public/cs/icscsc10.mf
%{_texmfdistdir}/fonts/source/public/cs/icstt8.mf
%{_texmfdistdir}/fonts/source/public/cs/ilcsss8.mf
%{_texmfdistdir}/fonts/source/public/cs/ilcsssb8.mf
%{_texmfdistdir}/fonts/source/public/cs/ilcsssi8.mf
%{_texmfdistdir}/fonts/source/public/cs/kmcsc.mf
%{_texmfdistdir}/fonts/source/public/cs/kmroman.mf
%{_texmfdistdir}/fonts/source/public/cs/kmtexset.mf
%{_texmfdistdir}/fonts/source/public/cs/kmtextit.mf
%{_texmfdistdir}/fonts/source/public/cs/kmtitle.mf
%{_texmfdistdir}/fonts/source/public/cs/lcsss8.mf
%{_texmfdistdir}/fonts/source/public/cs/lcsssb8.mf
%{_texmfdistdir}/fonts/source/public/cs/lcsssi8.mf
%{_texmfdistdir}/fonts/tfm/public/cs/csb10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csb12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csb17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csb5.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csb6.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csb7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csb8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csb9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxsl5.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxsl6.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxsl7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csbxti17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cscsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cscsc12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cscsc17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cscsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cscsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh5.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh6.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csdunh9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csff10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csfi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csfib10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csfib12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csfib9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csinch.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csitt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csitt17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csitt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csitt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr5.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr6.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csr9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl5.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl6.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssl9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssltt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssltt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cssltt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csss10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csss12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csss17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csss9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssbx17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cstcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cstcsc12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cstcsc17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csti10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csti12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csti17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csti7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csti8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csti9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cstt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cstt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cstt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/cstt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csu10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csu12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csu17.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csu7.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csu8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csu9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csvtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csvtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/csvtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/icscsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/icstt8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/ilcsss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/ilcsssb8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/ilcsssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/lcsss8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/lcsssb8.tfm
%{_texmfdistdir}/fonts/tfm/public/cs/lcsssi8.tfm
%{_texmfdistdir}/fonts/type1/public/cs/README
%{_texmfdistdir}/fonts/type1/public/cs/csb10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbx10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbx12.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbx5.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbx6.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbx7.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbx8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbx9.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbxsl10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csbxti10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cscsc10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csdunh10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csff10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csfi10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csfib8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csinch.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csitt10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr12.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr17.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr5.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr6.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr7.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csr9.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cssl10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cssl12.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cssl8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cssl9.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cssltt10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csss10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csss12.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csss17.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csss8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csss9.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssbx10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssdc10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssi10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssi12.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssi17.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssi8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssi9.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssq8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csssqi8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cstcsc10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csti10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csti12.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csti7.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csti8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csti9.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cstt10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cstt12.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cstt8.pfb
%{_texmfdistdir}/fonts/type1/public/cs/cstt9.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csu10.pfb
%{_texmfdistdir}/fonts/type1/public/cs/csvtt10.pfb
%_texmf_updmap_d/cs

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/cs <<EOF
MixedMap csother.map
MixedMap cstext.map
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: f4c930e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24577 |14mu|texlive-csbulletin-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/csbulletin
# catalog-date 2008-08-17 11:40:59 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-csbulletin
Version:	1.0
Release:	4
Summary:	LaTeX class for articles submitted to the CSTUG Bulletin (Zpravodaj)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/csbulletin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csbulletin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csbulletin.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the class for articles for the CSTUG
Bulletin (Zpravodaj Ceskoslovenskeho sdruzeni uzivatelu TeXu).
You can see the structure of a document by looking to the
source file of the manual.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/csbulletin/csbulacronym.sty
%{_texmfdistdir}/tex/latex/csbulletin/csbulletin.cls
%doc %{_texmfdistdir}/doc/latex/csbulletin/LICENSE.txt
%doc %{_texmfdistdir}/doc/latex/csbulletin/README
%doc %{_texmfdistdir}/doc/latex/csbulletin/csbulletin.pdf
%doc %{_texmfdistdir}/doc/latex/csbulletin/csbulletin.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 7d319bd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24578 |14mu|texlive-cslatex-20120425-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28596
# category Package
# catalog-ctan /macros/cstex/base/cslatex.tar.gz
# catalog-date 2012-04-25 13:09:32 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-cslatex
Version:	20120425
Release:	7
Summary:	LaTeX support for Czech/Slovak typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/cstex/base/cslatex.tar.gz
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cslatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cslatex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires(post):	texlive-csplain
Requires:	texlive-latex
Requires:	texlive-cslatex.bin

%description
TeXLive cslatex package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/cslatex/base/cslatex.ini
%{_texmfdistdir}/tex/cslatex/base/czech.sty
%{_texmfdistdir}/tex/cslatex/base/fonttext.cfg
%{_texmfdistdir}/tex/cslatex/base/hyphen.cfg
%{_texmfdistdir}/tex/cslatex/base/il2cmdh.fd
%{_texmfdistdir}/tex/cslatex/base/il2cmfib.fd
%{_texmfdistdir}/tex/cslatex/base/il2cmfr.fd
%{_texmfdistdir}/tex/cslatex/base/il2cmr.fd
%{_texmfdistdir}/tex/cslatex/base/il2cmss.fd
%{_texmfdistdir}/tex/cslatex/base/il2cmtt.fd
%{_texmfdistdir}/tex/cslatex/base/il2cmvtt.fd
%{_texmfdistdir}/tex/cslatex/base/il2enc.def
%{_texmfdistdir}/tex/cslatex/base/il2lcmss.fd
%{_texmfdistdir}/tex/cslatex/base/il2lcmtt.fd
%{_texmfdistdir}/tex/cslatex/base/slovak.sty
%{_texmfdistdir}/tex/cslatex/cspsfonts/cspsfont.il2
%{_texmfdistdir}/tex/cslatex/cspsfonts/cspsfont.tex
%{_texmfdistdir}/tex/cslatex/cspsfonts/cspsfont.xl2
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2pag.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2pbk.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2pcr.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2phv.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2phvn.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2pnc.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2ppl.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2ptm.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/il2pzc.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/nhelvet.sty
%{_texmfdistdir}/tex/cslatex/cspsfonts/ntimes.sty
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2pag.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2pbk.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2pcr.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2phv.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2phvn.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2pnc.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2ppl.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2ptm.fd
%{_texmfdistdir}/tex/cslatex/cspsfonts/xl2pzc.fd
%_texmf_fmtutil_d/cslatex
#- source
%doc %{_texmfdistdir}/source/cslatex/base/cslatex.dtx
%doc %{_texmfdistdir}/source/cslatex/base/cslatex.ins

%doc %{_texmfdistdir}/source/cslatex/cspsfonts/cspsfont.doc
%doc %{_texmfdistdir}/source/cslatex/cspsfonts/cspsfont.drv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/cslatex <<EOF
#
# from cslatex:
cslatex pdftex - -etex cslatex.ini
pdfcslatex pdftex - -etex cslatex.ini
EOF

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120425-7
+ Revision: 0c74a58
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24579 |14mu|texlive-csplain-20090924-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22650
# category Package
# catalog-ctan /macros/cstex/base/csplain.tar.gz
# catalog-date 2009-09-24 20:53:04 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-csplain
Version:	20090924
Release:	6
Summary:	Plain TeX support for Czech/Slovak typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/cstex/base/csplain.tar.gz
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csplain.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires(post):	texlive-cs
Requires:	texlive-tex
Requires:	texlive-csplain.bin

%description
TeXLive csplain package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/csplain/base/cavantga.tex
%{_texmfdistdir}/tex/csplain/base/cbookman.tex
%{_texmfdistdir}/tex/csplain/base/chelvet.tex
%{_texmfdistdir}/tex/csplain/base/cncent.tex
%{_texmfdistdir}/tex/csplain/base/cpalatin.tex
%{_texmfdistdir}/tex/csplain/base/csenc-k.tex
%{_texmfdistdir}/tex/csplain/base/csenc-p.tex
%{_texmfdistdir}/tex/csplain/base/csenc-u.tex
%{_texmfdistdir}/tex/csplain/base/csenc-w.tex
%{_texmfdistdir}/tex/csplain/base/cseplain.ini
%{_texmfdistdir}/tex/csplain/base/csfonts.tex
%{_texmfdistdir}/tex/csplain/base/csplain-utf8.ini
%{_texmfdistdir}/tex/csplain/base/csplain.ini
%{_texmfdistdir}/tex/csplain/base/ctimes.tex
%{_texmfdistdir}/tex/csplain/base/czech.sty
%{_texmfdistdir}/tex/csplain/base/czhyphen.ex
%{_texmfdistdir}/tex/csplain/base/czhyphen.tex
%{_texmfdistdir}/tex/csplain/base/dcfonts.tex
%{_texmfdistdir}/tex/csplain/base/ecfonts.tex
%{_texmfdistdir}/tex/csplain/base/extcode.tex
%{_texmfdistdir}/tex/csplain/base/fonttabs.tex
%{_texmfdistdir}/tex/csplain/base/hyphen.ex
%{_texmfdistdir}/tex/csplain/base/hyphen.lan
%{_texmfdistdir}/tex/csplain/base/il2code.tex
%{_texmfdistdir}/tex/csplain/base/plaina4.tex
%{_texmfdistdir}/tex/csplain/base/skhyphen.ex
%{_texmfdistdir}/tex/csplain/base/skhyphen.tex
%{_texmfdistdir}/tex/csplain/base/slovak.sty
%{_texmfdistdir}/tex/csplain/base/t1code.tex
%{_texmfdistdir}/tex/csplain/base/ttimes.tex
%_texmf_fmtutil_d/csplain

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/csplain <<EOF
#
# from csplain:
csplain pdftex - -etex -translate-file=cp227.tcx csplain.ini
pdfcsplain pdftex - -etex -translate-file=cp227.tcx csplain.ini
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090924-6
+ Revision: bf10812
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24580 |14mu|texlive-csquotes-5.1d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24393
# category Package
# catalog-ctan /macros/latex/contrib/csquotes
# catalog-date 2011-10-24 17:03:17 +0200
# catalog-license lppl
# catalog-version 5.1d
Name:		texlive-csquotes
Version:	5.1d
Release:	4
Summary:	Context sensitive quotation facilities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/csquotes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csquotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csquotes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides advanced facilities for inline and
display quotations. It is designed for a wide range of tasks
ranging from the most simple applications to the more complex
demands of formal quotations. The facilities include commands,
environments, and user-definable 'smart quotes' which
dynamically adjust to their context. Quotation marks are
switched automatically if quotations are nested and they can be
adjusted to the current language if the babel package is
available. There are additional facilities designed to cope
with the more specific demands of academic writing, especially
in the humanities and the social sciences. All quote styles as
well as the optional active quotes are freely configurable. The
package is dependent on e-TeX, and requires the author's
etoolbox package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/csquotes/csq-compat.def
%{_texmfdistdir}/tex/latex/csquotes/csquotes.cfg
%{_texmfdistdir}/tex/latex/csquotes/csquotes.def
%{_texmfdistdir}/tex/latex/csquotes/csquotes.sty
%doc %{_texmfdistdir}/doc/latex/csquotes/README
%doc %{_texmfdistdir}/doc/latex/csquotes/RELEASE
%doc %{_texmfdistdir}/doc/latex/csquotes/csquotes.pdf
%doc %{_texmfdistdir}/doc/latex/csquotes/csquotes.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.1d-4
+ Revision: b7b28fa
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24581 |14mu|texlive-csvsimple-1.05-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25618
# category Package
# catalog-ctan /macros/latex/contrib/csvsimple
# catalog-date 2012-03-12 18:07:18 +0100
# catalog-license lppl1.3
# catalog-version 1.05
Name:		texlive-csvsimple
Version:	1.05
Release:	3
Summary:	Simple CSV file processing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/csvsimple
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csvsimple.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csvsimple.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a simple LaTeX interface for the
processing of files with comma separated values (CSV); it
relies on the key value syntax supported by pgfkeys to simplify
usage. Filtering and table generation is especially supported;
however, this lightweight tool offers no support for data
sorting or data base storage.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/csvsimple/csvsimple.sty
%doc %{_texmfdistdir}/doc/latex/csvsimple/CHANGES
%doc %{_texmfdistdir}/doc/latex/csvsimple/README
%doc %{_texmfdistdir}/doc/latex/csvsimple/csvsimple-example.pdf
%doc %{_texmfdistdir}/doc/latex/csvsimple/csvsimple-example.tex
%doc %{_texmfdistdir}/doc/latex/csvsimple/csvsimple.pdf
%doc %{_texmfdistdir}/doc/latex/csvsimple/csvsimple.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.05-3
+ Revision: 2779ac5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24582 |14mu|texlive-csvtools-1.24-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /obsolete/macros/latex/contrib/csvtools
# catalog-date 2008-10-15 11:51:27 +0200
# catalog-license lppl
# catalog-version 1.24
Name:		texlive-csvtools
Version:	1.24
Release:	4
Summary:	Reading data from CSV files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/obsolete/macros/latex/contrib/csvtools
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csvtools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csvtools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/csvtools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The csvtools package allows you to repeatedly perform a set of
LaTeX commands on data in each row of a comma separated
variable (CSV) file (though substitution of the 'comma' is
permitted). Such files may be used as source for mail merging,
generating tables etc. Examples are given in the documentation.
The distribution also provides packages: csvsort, that provides
analagous commands to those in the main package, having first
sorted the data (using the xfor and compare packages); and
csvpie, for creating a pie-chart from a CSV file. The bundle
has now been superseded by the datatool bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/csvtools/csvpie.sty
%{_texmfdistdir}/tex/latex/csvtools/csvsort.sty
%{_texmfdistdir}/tex/latex/csvtools/csvtools.sty
%doc %{_texmfdistdir}/doc/latex/csvtools/CHANGES
%doc %{_texmfdistdir}/doc/latex/csvtools/README
%doc %{_texmfdistdir}/doc/latex/csvtools/csvtools.pdf
%doc %{_texmfdistdir}/doc/latex/csvtools/csvtools.pl
%doc %{_texmfdistdir}/doc/latex/csvtools/manual.html
#- source
%doc %{_texmfdistdir}/source/latex/csvtools/csvtools.dtx
%doc %{_texmfdistdir}/source/latex/csvtools/csvtools.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.24-4
+ Revision: 898169f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24583 |14mu|texlive-ctable-1.21-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23834
# category Package
# catalog-ctan /macros/latex/contrib/ctable
# catalog-date 2011-09-05 13:58:41 +0200
# catalog-license lppl
# catalog-version 1.21
Name:		texlive-ctable
Version:	1.21
Release:	4
Summary:	Easily typeset centered tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ctable
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctable.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctable.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctable.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides commands to easily typeset centered, left- or right-
aligned table and (multiple-)figure floats, with footnotes.
Instead of an environment, a command with 4 arguments is used;
the first is optional and is used for key,value pairs
generating variations on the defaults and offering a route for
future extensions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ctable/ctable.sty
%doc %{_texmfdistdir}/doc/latex/ctable/01a
%doc %{_texmfdistdir}/doc/latex/ctable/01b
%doc %{_texmfdistdir}/doc/latex/ctable/02k
%doc %{_texmfdistdir}/doc/latex/ctable/02l
%doc %{_texmfdistdir}/doc/latex/ctable/02m
%doc %{_texmfdistdir}/doc/latex/ctable/03a
%doc %{_texmfdistdir}/doc/latex/ctable/03b
%doc %{_texmfdistdir}/doc/latex/ctable/04a
%doc %{_texmfdistdir}/doc/latex/ctable/04b
%doc %{_texmfdistdir}/doc/latex/ctable/05a
%doc %{_texmfdistdir}/doc/latex/ctable/05b
%doc %{_texmfdistdir}/doc/latex/ctable/06a
%doc %{_texmfdistdir}/doc/latex/ctable/06b
%doc %{_texmfdistdir}/doc/latex/ctable/07a
%doc %{_texmfdistdir}/doc/latex/ctable/07b
%doc %{_texmfdistdir}/doc/latex/ctable/08a
%doc %{_texmfdistdir}/doc/latex/ctable/08b
%doc %{_texmfdistdir}/doc/latex/ctable/09b
%doc %{_texmfdistdir}/doc/latex/ctable/10a
%doc %{_texmfdistdir}/doc/latex/ctable/10b
%doc %{_texmfdistdir}/doc/latex/ctable/12a
%doc %{_texmfdistdir}/doc/latex/ctable/12b
%doc %{_texmfdistdir}/doc/latex/ctable/13a
%doc %{_texmfdistdir}/doc/latex/ctable/13b
%doc %{_texmfdistdir}/doc/latex/ctable/13c
%doc %{_texmfdistdir}/doc/latex/ctable/14a
%doc %{_texmfdistdir}/doc/latex/ctable/README
%doc %{_texmfdistdir}/doc/latex/ctable/ctable.pdf
%doc %{_texmfdistdir}/doc/latex/ctable/doit
%doc %{_texmfdistdir}/doc/latex/ctable/inst
%doc %{_texmfdistdir}/doc/latex/ctable/lion.png
%doc %{_texmfdistdir}/doc/latex/ctable/penguin.jpg
#- source
%doc %{_texmfdistdir}/source/latex/ctable/ctable.dtx
%doc %{_texmfdistdir}/source/latex/ctable/ctable.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.21-4
+ Revision: a768da4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24584 |14mu|texlive-ctex-1.02c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22488
# category Package
# catalog-ctan /language/chinese/ctex
# catalog-date 2011-05-15 00:28:51 +0200
# catalog-license lppl
# catalog-version 1.02c
Name:		texlive-ctex
Version:	1.02c
Release:	4
Summary:	LaTeX classes and packages for Chinese typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/chinese/ctex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-ttfutils

%description
TeXLive ctex package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ctex/back/ctexartutf8.cls
%{_texmfdistdir}/tex/latex/ctex/back/ctexbookutf8.cls
%{_texmfdistdir}/tex/latex/ctex/back/ctexcaputf8.sty
%{_texmfdistdir}/tex/latex/ctex/back/ctexreputf8.cls
%{_texmfdistdir}/tex/latex/ctex/back/ctexutf8.sty
%{_texmfdistdir}/tex/latex/ctex/cfg/ctex.cfg
%{_texmfdistdir}/tex/latex/ctex/cfg/ctexcap-gbk.cfg
%{_texmfdistdir}/tex/latex/ctex/cfg/ctexcap-utf8.cfg
%{_texmfdistdir}/tex/latex/ctex/cfg/ctexcap.cfg
%{_texmfdistdir}/tex/latex/ctex/cfg/ctexopts.cfg.template
%{_texmfdistdir}/tex/latex/ctex/ctex.sty
%{_texmfdistdir}/tex/latex/ctex/ctexart.cls
%{_texmfdistdir}/tex/latex/ctex/ctexbook.cls
%{_texmfdistdir}/tex/latex/ctex/ctexcap.sty
%{_texmfdistdir}/tex/latex/ctex/ctexrep.cls
%{_texmfdistdir}/tex/latex/ctex/def/ctex-article.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-book.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-caption.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-class.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-common.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-gbk.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-loadclass.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-report.def
%{_texmfdistdir}/tex/latex/ctex/def/ctex-utf8.def
%{_texmfdistdir}/tex/latex/ctex/engine/ctex-cct-engine.def
%{_texmfdistdir}/tex/latex/ctex/engine/ctex-cjk-common.def
%{_texmfdistdir}/tex/latex/ctex/engine/ctex-cjk-engine.def
%{_texmfdistdir}/tex/latex/ctex/engine/ctex-xecjk-engine.def
%{_texmfdistdir}/tex/latex/ctex/fd/c19gbsn.fd
%{_texmfdistdir}/tex/latex/ctex/fd/c19gbsn.fdx
%{_texmfdistdir}/tex/latex/ctex/fd/c19gkai.fd
%{_texmfdistdir}/tex/latex/ctex/fd/c19gkai.fdx
%{_texmfdistdir}/tex/latex/ctex/fd/c19rm.fd
%{_texmfdistdir}/tex/latex/ctex/fd/c19sf.fd
%{_texmfdistdir}/tex/latex/ctex/fd/c19tt.fd
%{_texmfdistdir}/tex/latex/ctex/fd/c70rm.fd
%{_texmfdistdir}/tex/latex/ctex/fd/c70sf.fd
%{_texmfdistdir}/tex/latex/ctex/fd/c70tt.fd
%{_texmfdistdir}/tex/latex/ctex/fontset/ctex-cjk-adobefonts.def
%{_texmfdistdir}/tex/latex/ctex/fontset/ctex-cjk-winfonts.def
%{_texmfdistdir}/tex/latex/ctex/fontset/ctex-xecjk-adobefonts.def
%{_texmfdistdir}/tex/latex/ctex/fontset/ctex-xecjk-winfonts.def
%{_texmfdistdir}/tex/latex/ctex/opt/ctex-caption-opts.def
%{_texmfdistdir}/tex/latex/ctex/opt/ctex-class-opts.def
%{_texmfdistdir}/tex/latex/ctex/opt/ctex-common-opts.def
%doc %{_texmfdistdir}/doc/latex/ctex/README
%doc %{_texmfdistdir}/doc/latex/ctex/ctex.pdf
%doc %{_texmfdistdir}/doc/latex/ctex/ctex.tex
%doc %{_texmfdistdir}/doc/latex/ctex/test/test-cjk.tex
%doc %{_texmfdistdir}/doc/latex/ctex/test/test-cjkutf8.tex
%doc %{_texmfdistdir}/doc/latex/ctex/test/test-xetex.tex
%doc %{_texmfdistdir}/doc/latex/ctex/test/test-xetexgbk.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.02c-4
+ Revision: a624aff
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24585 |14mu|texlive-ctib-20070204-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/tibetan/ctib
# catalog-date 2007-02-04 13:34:13 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-ctib
Version:	20070204
Release:	4
Summary:	Tibetan for TeX and LATeX2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/tibetan/ctib
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ctib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package using a modified version of Sirlin's Tibetan font. An
advantage of this Tibetan implementation is that all consonant
clusters are formed by TeX and Metafont. No external
preprocessor is needed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/ctib/bzrsetup.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctib.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctibcode.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctiblett.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctibligs.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctibnum.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctibpunc.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctibsplt.mf
%{_texmfdistdir}/fonts/source/public/ctib/ctibvow.mf
%{_texmfdistdir}/fonts/tfm/public/ctib/ctib.tfm
%{_texmfdistdir}/tex/latex/ctib/ctib.sty
%{_texmfdistdir}/tex/latex/ctib/ctib.tex
%{_texmfdistdir}/tex/latex/ctib/lctctib.fd
%{_texmfdistdir}/tex/latex/ctib/lctenc.def
%doc %{_texmfdistdir}/doc/latex/ctib/README
%doc %{_texmfdistdir}/doc/latex/ctib/ctib4tex.pdf
%doc %{_texmfdistdir}/doc/latex/ctib/ctib4tex.tex
#- source
%doc %{_texmfdistdir}/source/latex/ctib/COPYING
%doc %{_texmfdistdir}/source/latex/ctib/EMTEX
%doc %{_texmfdistdir}/source/latex/ctib/HISTORY
%doc %{_texmfdistdir}/source/latex/ctib/INSTALL
%doc %{_texmfdistdir}/source/latex/ctib/MIKTEX

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070204-4
+ Revision: 5f5c001
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24586 |14mu|texlive-cuisine-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cuisine
# catalog-date 2006-12-09 15:50:57 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-cuisine
Version:	0.5
Release:	4
Summary:	Typeset recipes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cuisine
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cuisine.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cuisine.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cuisine.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typeset recipes with the ingredients lined up with their method
step (somewhat similarly to the layout used in cooking).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cuisine/cuisine.sty
%doc %{_texmfdistdir}/doc/latex/cuisine/README
%doc %{_texmfdistdir}/doc/latex/cuisine/cuisine.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cuisine/cuisine.dtx
%doc %{_texmfdistdir}/source/latex/cuisine/cuisine.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-4
+ Revision: eb5c003
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24587 |14mu|texlive-currfile-0.7b-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29012
# category Package
# catalog-ctan /macros/latex/contrib/currfile
# catalog-date 2013-02-02 11:38:19 +0100
# catalog-license lppl1.3
# catalog-version 0.7b
Name:		texlive-currfile
Version:	0.7b
Release:	7
Summary:	Provide file name and path of input files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/currfile
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/currfile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/currfile.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/currfile.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros holding file name information
(directory, base name, extension, full name and full path) for
files read by LaTeX \input and \include macros; it uses the
file hooks provided by the author's filehook. In particular, it
restores the parent file name after the trailing \clearpage of
an \included file; as a result, the macros may be usefully
employed in the page header and footer of the last printed page
of such a file. The depth of inclusion is made available,
together with the "parent" (including file) and "parents" (all
including files to the root of the tree). The package
supersedes FiNK.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/currfile/currfile-abspath.sty
%{_texmfdistdir}/tex/latex/currfile/currfile.sty
%doc %{_texmfdistdir}/doc/latex/currfile/README
%doc %{_texmfdistdir}/doc/latex/currfile/currfile.pdf
#- source
%doc %{_texmfdistdir}/source/latex/currfile/currfile.dtx
%doc %{_texmfdistdir}/source/latex/currfile/currfile.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7b-7
+ Revision: 46ed7b2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24588 |14mu|texlive-currvita-20061209-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/currvita
# catalog-date 2006-12-09 16:04:04 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-currvita
Version:	20061209
Release:	4
Summary:	Typeset a curriculum vitae
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/currvita
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/currvita.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/currvita.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/currvita.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Currvita is a package rather than a class (like most other
curriculum vitae offerings). The author considers that a
curriculum vitae can quite reasonably form part of another
document (such as a letter, or a dissertation).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/currvita/currvita.sty
%doc %{_texmfdistdir}/doc/latex/currvita/README
%doc %{_texmfdistdir}/doc/latex/currvita/currvita.pdf
%doc %{_texmfdistdir}/doc/latex/currvita/cvtest.tex
#- source
%doc %{_texmfdistdir}/source/latex/currvita/currvita.dtx
%doc %{_texmfdistdir}/source/latex/currvita/currvita.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061209-4
+ Revision: 7f89396
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24589 |14mu|texlive-curve-1.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20745
# category Package
# catalog-ctan /macros/latex/contrib/curve
# catalog-date 2010-12-14 18:30:55 +0100
# catalog-license lppl
# catalog-version 1.16
Name:		texlive-curve
Version:	1.16
Release:	4
Summary:	A class for making curriculum vitae
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/curve
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curve.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curve.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curve.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
CurVe is a class for writing a CV, with configuration for the
language in which you write. The class provides a set of
commands to create rubrics, entries in these rubrics etc. CurVe
then format the CV (possibly splitting it onto multiple pages,
repeating the titles etc), which is usually the most painful
part of CV writing. Another nice feature of CurVe is its
ability to manage different CV 'flavours' simultaneously. It is
often the case that you want to maintain slightly divergent
versions of your CV at the same time, in order to emphasize on
different aspects of your background. CurVe also comes with
support for use with AUC-TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/curve/curve.cls
%doc %{_texmfdistdir}/doc/latex/curve/NEWS
%doc %{_texmfdistdir}/doc/latex/curve/README
%doc %{_texmfdistdir}/doc/latex/curve/THANKS
%doc %{_texmfdistdir}/doc/latex/curve/curve.el
%doc %{_texmfdistdir}/doc/latex/curve/curve.pdf
%doc %{_texmfdistdir}/doc/latex/curve/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/curve/examples/bib.bib
%doc %{_texmfdistdir}/doc/latex/curve/examples/bib.tex
%doc %{_texmfdistdir}/doc/latex/curve/examples/raw.tex
%doc %{_texmfdistdir}/doc/latex/curve/examples/rubric.tex
%doc %{_texmfdistdir}/doc/latex/curve/header.inc
#- source
%doc %{_texmfdistdir}/source/latex/curve/curve.dtx
%doc %{_texmfdistdir}/source/latex/curve/curve.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.16-4
+ Revision: c0e800d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24590 |14mu|texlive-curve2e-1.40-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25569
# category Package
# catalog-ctan /macros/latex/contrib/curve2e
# catalog-date 2012-03-05 13:28:31 +0100
# catalog-license lppl1.3
# catalog-version 1.4
Name:		texlive-curve2e
Version:	1.40
Release:	4
Summary:	Extensions for package pict2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/curve2e
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curve2e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curve2e.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curve2e.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the drawing capacities of the pict2e that
serves as a LaTeX 2e replacement for picture mode. In
particular, curve2e introduces new macros for lines and
vectors, new specifications for line terminations and joins,
arcs with any angular aperture, arcs with arrows at one or both
ends, generic curves specified with their nodes and the tangent
direction at these nodes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/curve2e/curve2e.sty
%doc %{_texmfdistdir}/doc/latex/curve2e/README
%doc %{_texmfdistdir}/doc/latex/curve2e/curve2e.pdf
%doc %{_texmfdistdir}/doc/latex/curve2e/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/curve2e/curve2e.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.40-4
+ Revision: e750b0c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24591 |14mu|texlive-curves-1.53-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/curves
# catalog-date 2009-09-24 20:53:04 +0200
# catalog-license lppl
# catalog-version 1.53
Name:		texlive-curves
Version:	1.53
Release:	4
Summary:	Curves for LaTeX picture environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/curves
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curves.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curves.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/curves.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The draws curves in the standard LaTeX picture environment
using parabolas between data points with continuous slope at
joins; for circles and arcs, it uses up to 16 parabolas. The
package also draws symbols or dash patterns along curves. The
package provides facilities equivalent to technical pens with
compasses and French curves. Curves consist of short secants
drawn by overlapping disks or line-drawing \special commands
selected by package options.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/curves/curves.sty
%{_texmfdistdir}/tex/latex/curves/curvesls.sty
%doc %{_texmfdistdir}/doc/latex/curves/README
%doc %{_texmfdistdir}/doc/latex/curves/curves.pdf
%doc %{_texmfdistdir}/doc/latex/curves/latex2pdf
#- source
%doc %{_texmfdistdir}/source/latex/curves/curves.dtx
%doc %{_texmfdistdir}/source/latex/curves/curves.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.53-4
+ Revision: 6c745c6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24592 |14mu|texlive-cutwin-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20000
# category Package
# catalog-ctan /macros/latex/contrib/cutwin
# catalog-date 2010-10-04 12:17:09 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-cutwin
Version:	0.1
Release:	4
Summary:	Cut a window in a paragraph, typeset material in it
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cutwin
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cutwin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cutwin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cutwin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides facilities to cut windows out of
paragraphs, and to typeset text or other material in the
window. The window may be rectangular, or may have other sorts
of shape.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cutwin/cutwin.sty
%doc %{_texmfdistdir}/doc/latex/cutwin/README
%doc %{_texmfdistdir}/doc/latex/cutwin/cutwin.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cutwin/cutwin.dtx
%doc %{_texmfdistdir}/source/latex/cutwin/cutwin.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: cb57bff
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24593 |14mu|texlive-cv-20080630-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/cv
# catalog-date 2008-06-30 22:37:02 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-cv
Version:	20080630
Release:	4
Summary:	A package for creating a curriculum vitae
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cv
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cv.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is distributed with two example files; they (and
their formatted output) constitute the only real documentation.
Note that cv is just a package: you choose the overall
formatting by deciding which class to use, while the package
provides the detailed formatting.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cv/CV.sty
%doc %{_texmfdistdir}/doc/latex/cv/ApplicationLetter.pdf
%doc %{_texmfdistdir}/doc/latex/cv/ApplicationLetter.tex
%doc %{_texmfdistdir}/doc/latex/cv/CVCTAN.pdf
%doc %{_texmfdistdir}/doc/latex/cv/CVCTAN.tex
%doc %{_texmfdistdir}/doc/latex/cv/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080630-4
+ Revision: 9835ca7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24594 |14mu|texlive-cv4tw-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32719
# category Package
# catalog-ctan /macros/latex/contrib/cv4tw
# catalog-date 2014-01-20 00:33:14 +0100
# catalog-license other-free
# catalog-version 0.1
Name:		texlive-cv4tw
Version:	0.1
Release:	3
Summary:	LaTeX CV class, with extended details
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cv4tw
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cv4tw.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cv4tw.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class offers entries for assets and social networks;
customizable styles are provided. The class comes with no
documentation, but a worked example offers some guidance.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cv4tw/cv4tw-scheme.sty
%{_texmfdistdir}/tex/latex/cv4tw/cv4tw-theme-compact.sty
%{_texmfdistdir}/tex/latex/cv4tw/cv4tw-theme-core.sty
%{_texmfdistdir}/tex/latex/cv4tw/cv4tw-theme-sharp.sty
%{_texmfdistdir}/tex/latex/cv4tw/cv4tw-theme-simple.sty
%{_texmfdistdir}/tex/latex/cv4tw/cv4tw.cls
%doc %{_texmfdistdir}/doc/latex/cv4tw/sample-jules-verne.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: 1f32a50
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24595 |14mu|texlive-cweb-3.64ad-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category Package
# catalog-ctan /web/c_cpp/cweb
# catalog-date 2012-04-30 16:43:33 +0200
# catalog-license knuth
# catalog-version 3.64ad
Name:		texlive-cweb
Version:	3.64ad
Release:	10
Summary:	A Web system in C
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/web/c_cpp/cweb
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cweb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cweb.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-cweb.bin

%description
The Cweb system is a system for Structured Software
Documentation (also known as Literate Programming) in the
programming language C.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/cweb/cwebmac.tex
%{_texmfdistdir}/tex/plain/cweb/pdfXcwebmac.tex
%{_texmfdistdir}/tex/plain/cweb/pdfcwebmac.tex
%{_texmfdistdir}/tex/plain/cweb/pdfdcwebmac.tex
%{_texmfdistdir}/tex/plain/cweb/pdffcwebmac.tex
%{_texmfdistdir}/tex/plain/cweb/pdficwebmac.tex
%{_texmfdistdir}/tex/plain/cweb/pdfwebmac.tex
%doc %{_mandir}/man1/ctangle.1*
%doc %{_texmfdistdir}/doc/man/man1/ctangle.man1.pdf
%doc %{_mandir}/man1/cweave.1*
%doc %{_texmfdistdir}/doc/man/man1/cweave.man1.pdf
%doc %{_mandir}/man1/cweb.1*
%doc %{_texmfdistdir}/doc/man/man1/cweb.man1.pdf
%doc %{_texmfdistdir}/doc/plain/cweb/cwebman.dvi

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.64ad-10
+ Revision: 2a275fa
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24596 |14mu|texlive-cweb-latex-20130119-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28878

# category Package
# catalog-ctan /macros/latex/contrib/cweb
# catalog-date 2013-01-19 01:25:39 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-cweb-latex
Version:	20130119
Release:	7
Summary:	A LaTeX version of CWEB
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/cweb
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cweb-latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cweb-latex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle allows marking-up of CWEB code in LaTeX. The
distribution includes the "Counting Words" program distributed
with CWEB, edited to run with LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/cweb-latex/cwbl-german.sty
%{_texmfdistdir}/tex/latex/cweb-latex/cweb.cls
%{_texmfdistdir}/tex/latex/cweb-latex/cwebarray.sty
%{_texmfdistdir}/tex/latex/cweb-latex/cwebbase.tex
%{_texmfdistdir}/tex/latex/cweb-latex/keyvald.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/CATALOG
%doc %{_texmfdistdir}/doc/latex/cweb-latex/History
%doc %{_texmfdistdir}/doc/latex/cweb-latex/INSTALL
%doc %{_texmfdistdir}/doc/latex/cweb-latex/License
%doc %{_texmfdistdir}/doc/latex/cweb-latex/MANIFEST
%doc %{_texmfdistdir}/doc/latex/cweb-latex/Makefile
%doc %{_texmfdistdir}/doc/latex/cweb-latex/README
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/Index
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/cwbl-deutsch.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/cwbl-french.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/cwbl-italian.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/cweb-hy/README.txt
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/cweb-hy/cwbasehy.tex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/cweb-hy/cweb-hy.cls
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/cweb-hy/nodoc.tex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/contrib/wagner/cwebzw.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/cweb-conf.pdf
%doc %{_texmfdistdir}/doc/latex/cweb-latex/cweb-user.pdf
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/compare/wcltx.aux
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/compare/wcltx.bbl
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/compare/wcltx.dvi
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/compare/wcltx.idx
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/compare/wcltx.log
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/compare/wcltx.scn
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/compare/wcltx.tex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/rcs.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/tex-it
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/wcltx.bib
%doc %{_texmfdistdir}/doc/latex/cweb-latex/examples/wcltx.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/Imakefile
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/README
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/TODO
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cwbl-german.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweave-spec.tex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweb-conf.tex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweb-doc.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweb-fsa.fig
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweb-fsa.latex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweb-fsa.ltx
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweb-user.tex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cweb.doc
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cwebarray.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cwebbase.doc
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cwebparts.doc
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/cwebx.sty
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/keyvald.dtx
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/keyvald.ins
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/style/cweb-doc.el
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/Imakefile
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/badend.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/badopts.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/change.ch
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/change.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/enddocbegin.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/flat.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/german.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/language-german.ch
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/language-german.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/minimal.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/modes.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/newif.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/nolists.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/parts-code.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/parts.tex
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/refname.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/report.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/section.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/sup-changes.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/sup-format.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/sup-lists.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/titlepage.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/token.w
%doc %{_texmfdistdir}/doc/latex/cweb-latex/src/test/vbar.w

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130119-7
+ Revision: 022af03
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24597 |14mu|texlive-cyklop-0.915-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/cyklop
# catalog-date 2008-12-15 08:58:20 +0100
# catalog-license gfl
# catalog-version 0.915
Name:		texlive-cyklop
Version:	0.915
Release:	4
Summary:	The Cyclop typeface
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cyklop
License:	GFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyklop.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyklop.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Cyclop typeface was designed in the 1920s at the workshop
of Warsaw type foundry "Odlewnia Czcionek J. Idzkowski i S-ka".
This sans serif typeface has a highly modulated stroke so it
has high typographic contrast. The vertical stems are much
heavier then horizontal ones. Most characters have thin
rectangles as additional counters giving the unique shape of
the characters. The lead types of Cyclop typeface were produced
in slanted variant at sizes 8-48 pt. It was heavily used for
heads in newspapers and accidents prints. Typesetters used
Cyclop in the inter-war period, during the occupation in the
underground press. The typeface was used until the beginnings
of the offset print and computer typesetting era. Nowadays it
is hard to find the metal types of this typeface. The font was
generated using the Metatype1 package. Then the original set of
characters was completed by adding the full set of accented
letters and characters of the modern Latin alphabets (including
Vietnamese). The upright variant was generated and it was more
complicated task than it appeared at the beginning. 11 upright
letters of the Cyclop typeface were presented in the book by
Filip Trzaska, "Podstawy techniki wydawniczej" ("Foundation of
the publishing techonology"), Warsaw 1967. But even the author
of the book does not know what was the source of the presented
examples. The fonts are distributed in the Type1 and OpenType
formats along with the files necessary for use these fonts in
TeX and LaTeX including encoding definition files: T1 (ec), T5
(Vietnamese), OT4, QX, texnansi and nonstandard ones (IL2 for
Czech fonts).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/cyklop/cyklopi.afm
%{_texmfdistdir}/fonts/afm/public/cyklop/cyklopr.afm
%{_texmfdistdir}/fonts/enc/dvips/cyklop/cs-cyklop-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/cs-cyklop.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/ec-cyklop-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/ec-cyklop.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/l7x-cyklop-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/l7x-cyklop.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/ly1-cyklop-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/ly1-cyklop.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/qx-cyklop-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/qx-cyklop.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/t5-cyklop-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/cyklop/t5-cyklop.enc
%{_texmfdistdir}/fonts/map/dvips/cyklop/cyklop-cs.map
%{_texmfdistdir}/fonts/map/dvips/cyklop/cyklop-ec.map
%{_texmfdistdir}/fonts/map/dvips/cyklop/cyklop-l7x.map
%{_texmfdistdir}/fonts/map/dvips/cyklop/cyklop-ly1.map
%{_texmfdistdir}/fonts/map/dvips/cyklop/cyklop-qx.map
%{_texmfdistdir}/fonts/map/dvips/cyklop/cyklop-t5.map
%{_texmfdistdir}/fonts/map/dvips/cyklop/cyklop.map
%{_texmfdistdir}/fonts/opentype/public/cyklop/cyklop-italic.otf
%{_texmfdistdir}/fonts/opentype/public/cyklop/cyklop-regular.otf
%{_texmfdistdir}/fonts/tfm/public/cyklop/cs-cyklopi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/cs-cyklopi.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/cs-cyklopr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/cs-cyklopr.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ec-cyklopi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ec-cyklopi.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ec-cyklopr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ec-cyklopr.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/l7x-cyklopi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/l7x-cyklopi.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/l7x-cyklopr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/l7x-cyklopr.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ly1-cyklopi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ly1-cyklopi.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ly1-cyklopr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/ly1-cyklopr.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/qx-cyklopi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/qx-cyklopi.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/qx-cyklopr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/qx-cyklopr.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/t5-cyklopi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/t5-cyklopi.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/t5-cyklopr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/cyklop/t5-cyklopr.tfm
%{_texmfdistdir}/fonts/type1/public/cyklop/cyklopi.pfb
%{_texmfdistdir}/fonts/type1/public/cyklop/cyklopr.pfb
%{_texmfdistdir}/tex/latex/cyklop/cyklop.sty
%{_texmfdistdir}/tex/latex/cyklop/il2cyklop.fd
%{_texmfdistdir}/tex/latex/cyklop/l7xcyklop.fd
%{_texmfdistdir}/tex/latex/cyklop/ly1cyklop.fd
%{_texmfdistdir}/tex/latex/cyklop/ot1cyklop.fd
%{_texmfdistdir}/tex/latex/cyklop/ot4cyklop.fd
%{_texmfdistdir}/tex/latex/cyklop/qxcyklop.fd
%{_texmfdistdir}/tex/latex/cyklop/t1cyklop.fd
%{_texmfdistdir}/tex/latex/cyklop/t5cyklop.fd
%doc %{_texmfdistdir}/doc/fonts/cyklop/00readme
%doc %{_texmfdistdir}/doc/fonts/cyklop/00readme-pl
%doc %{_texmfdistdir}/doc/fonts/cyklop/GUST-FONT-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/cyklop/MANIFEST.txt
%doc %{_texmfdistdir}/doc/fonts/cyklop/cyklop-info.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.915-4
+ Revision: abeef72
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24598 |14mu|texlive-cyrillic-20110616-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23396
# category Package
# catalog-ctan /macros/latex/required/cyrillic
# catalog-date 2011-06-16 20:40:55 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-cyrillic
Version:	20110616
Release:	5
Summary:	Support for Cyrillic fonts in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/required/cyrillic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic.source.tar.xz
# revision 23089
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Source3:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic-bin.tar.xz
Source4:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic-bin.x86_64-linux.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-cyrillic-bin = %{EVRD}

%description
This bundle of macros files provides macro support (including
font encoding macros) for the use of Cyrillic characters in
fonts encoded under the T2* and X2 encodings. These encodings
cover (between them) pretty much every language that is written
in a Cyrillic alphabet. This directory is part of the LaTeX
"required" distribution.


#-----------------------------------------------------------------------
%files
%{_bindir}/rubibtex
%{_bindir}/rumakeindex
%{_texmfdistdir}/tex/latex/cyrillic/cp1251.def
%{_texmfdistdir}/tex/latex/cyrillic/cp855.def
%{_texmfdistdir}/tex/latex/cyrillic/cp866.def
%{_texmfdistdir}/tex/latex/cyrillic/cp866av.def
%{_texmfdistdir}/tex/latex/cyrillic/cp866mav.def
%{_texmfdistdir}/tex/latex/cyrillic/cp866nav.def
%{_texmfdistdir}/tex/latex/cyrillic/cp866tat.def
%{_texmfdistdir}/tex/latex/cyrillic/ctt.def
%{_texmfdistdir}/tex/latex/cyrillic/dbk.def
%{_texmfdistdir}/tex/latex/cyrillic/iso88595.def
%{_texmfdistdir}/tex/latex/cyrillic/isoir111.def
%{_texmfdistdir}/tex/latex/cyrillic/koi8-r.def
%{_texmfdistdir}/tex/latex/cyrillic/koi8-ru.def
%{_texmfdistdir}/tex/latex/cyrillic/koi8-u.def
%{_texmfdistdir}/tex/latex/cyrillic/lcy.sty
%{_texmfdistdir}/tex/latex/cyrillic/lcyccr.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmbr.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmdh.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmfib.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmfr.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmr.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmtl.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcycmvtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcydefs.tex
%{_texmfdistdir}/tex/latex/cyrillic/lcyenc.def
%{_texmfdistdir}/tex/latex/cyrillic/lcylcmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/lcylcmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/maccyr.def
%{_texmfdistdir}/tex/latex/cyrillic/macukr.def
%{_texmfdistdir}/tex/latex/cyrillic/mik.def
%{_texmfdistdir}/tex/latex/cyrillic/mls.def
%{_texmfdistdir}/tex/latex/cyrillic/mnk.def
%{_texmfdistdir}/tex/latex/cyrillic/mos.def
%{_texmfdistdir}/tex/latex/cyrillic/ncc.def
%{_texmfdistdir}/tex/latex/cyrillic/ot2ccr.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmbr.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmdh.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmfib.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmfr.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmr.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmtl.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2cmvtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2enc.def
%{_texmfdistdir}/tex/latex/cyrillic/ot2lcmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2lcmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2wlcyr.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2wlcyss.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2wncyr.fd
%{_texmfdistdir}/tex/latex/cyrillic/ot2wncyss.fd
%{_texmfdistdir}/tex/latex/cyrillic/pt154.def
%{_texmfdistdir}/tex/latex/cyrillic/pt254.def
%{_texmfdistdir}/tex/latex/cyrillic/t2accr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmbr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmdh.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmfib.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmfr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmtl.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2acmvtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2aenc.def
%{_texmfdistdir}/tex/latex/cyrillic/t2alcmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2alcmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bccr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmbr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmdh.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmfib.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmfr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmtl.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2bcmvtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2benc.def
%{_texmfdistdir}/tex/latex/cyrillic/t2blcmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2blcmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2cccr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmbr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmdh.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmfib.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmfr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmr.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmtl.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2ccmvtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2cenc.def
%{_texmfdistdir}/tex/latex/cyrillic/t2clcmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/t2clcmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2ccr.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmbr.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmdh.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmfib.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmfr.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmr.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmtl.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2cmvtt.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2enc.def
%{_texmfdistdir}/tex/latex/cyrillic/x2lcmss.fd
%{_texmfdistdir}/tex/latex/cyrillic/x2lcmtt.fd
%doc %{_texmfdistdir}/doc/latex/cyrillic/00readme.txt
%doc %{_texmfdistdir}/doc/latex/cyrillic/changes.txt
%doc %{_texmfdistdir}/doc/latex/cyrillic/cyinpenc.pdf
%doc %{_texmfdistdir}/doc/latex/cyrillic/cyoutenc.pdf
%doc %{_texmfdistdir}/doc/latex/cyrillic/lcy.pdf
%doc %{_texmfdistdir}/doc/latex/cyrillic/lcycmlh.pdf
%doc %{_texmfdistdir}/doc/latex/cyrillic/manifest.txt
%doc %{_texmfdistdir}/doc/latex/cyrillic/ot2.pdf
%doc %{_texmfdistdir}/doc/latex/cyrillic/ot2cmams.pdf
%doc %{_texmfdistdir}/doc/latex/cyrillic/ot2cmlh.pdf
%doc %{_texmfdistdir}/doc/latex/cyrillic/t2lhfnt.pdf
#- source
%doc %{_texmfdistdir}/source/latex/cyrillic/cyinpenc.dtx
%doc %{_texmfdistdir}/source/latex/cyrillic/cyoutenc.dtx
%doc %{_texmfdistdir}/source/latex/cyrillic/cyrlatex.ins
%doc %{_texmfdistdir}/source/latex/cyrillic/lcy.dtx
%doc %{_texmfdistdir}/source/latex/cyrillic/lcycmlh.fdd
%doc %{_texmfdistdir}/source/latex/cyrillic/ot2.dtx
%doc %{_texmfdistdir}/source/latex/cyrillic/ot2cmams.fdd
%doc %{_texmfdistdir}/source/latex/cyrillic/ot2cmlh.fdd
%doc %{_texmfdistdir}/source/latex/cyrillic/t2lhfnt.fdd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2 -a3 -a4

%build

%install
# shell scripts
mkdir -p %{buildroot}%{_bindir}
cp -fa bin/x86_64-linux/* %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110616-5
+ Revision: 3dc5fef
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24599 |14mu|texlive-cyrplain-20131012-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29349
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-cyrplain
Version:	20131012
Release:	7
Summary:	TeXLive cyrplain package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrplain.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive cyrplain package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/cyrplain/README
%{_texmfdistdir}/tex/plain/cyrplain/cyramstx.ini
%{_texmfdistdir}/tex/plain/cyrplain/cyrblue.ini
%{_texmfdistdir}/tex/plain/cyrplain/cyrcmfnt.tex
%{_texmfdistdir}/tex/plain/cyrplain/cyrecfnt.tex
%{_texmfdistdir}/tex/plain/cyrplain/cyrtex.cfg
%{_texmfdistdir}/tex/plain/cyrplain/cyrtex.ini
%{_texmfdistdir}/tex/plain/cyrplain/cyrtex.tex
%{_texmfdistdir}/tex/plain/cyrplain/cyrtxinf.ini
%{_texmfdistdir}/tex/plain/cyrplain/makefmts.bat
%{_texmfdistdir}/tex/plain/cyrplain/makefmts.sh
%{_texmfdistdir}/tex/plain/cyrplain/plainenc.tex
%{_texmfdistdir}/tex/plain/cyrplain/txxdefs.tex
%{_texmfdistdir}/tex/plain/cyrplain/txxextra.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131012-7
+ Revision: 90b4dfb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24600 |14mu|texlive-dashbox-1.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23425
# category Package
# catalog-ctan /macros/latex/contrib/dashbox
# catalog-date 2011-08-05 01:24:20 +0200
# catalog-license lppl
# catalog-version 1.14
Name:		texlive-dashbox
Version:	1.14
Release:	4
Summary:	Draw dashed boxes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dashbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can draw boxes that perform like \framebox or
\fbox, but use dashed lines. The package can also draw (an
illusion of) vertical stacks of boxes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dashbox/dashbox.sty
%doc %{_texmfdistdir}/doc/latex/dashbox/dashbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dashbox/dashbox.dtx
%doc %{_texmfdistdir}/source/latex/dashbox/dashbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.14-4
+ Revision: 7dd46a7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24601 |14mu|texlive-dashrule-1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29579
# category Package
# catalog-ctan /macros/latex/contrib/dashrule
# catalog-date 2013-03-31 13:01:15 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-dashrule
Version:	1.3
Release:	7
Summary:	Draw dashed rules
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dashrule
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashrule.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashrule.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashrule.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The dashrule package makes it easy to draw a huge variety of
dashed rules (i.e., lines) in LaTeX. dashrule provides a
command, \hdashrule, which is a cross between LaTeX's \rule and
PostScript's setdash command. \hdashrule draws horizontally
dashed rules using the same syntax as \rule, but with an
additional, setdash-like parameter that specifies the pattern
of dash segments and the space between those segments. Because
dashrule's rules are constructed internally using \rule (as
opposed to, e.g., PostScript \specials) they are fully
compatible with every LaTeX back-end processor.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dashrule/dashrule.sty
%doc %{_texmfdistdir}/doc/latex/dashrule/README
%doc %{_texmfdistdir}/doc/latex/dashrule/dashrule.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dashrule/dashrule.dtx
%doc %{_texmfdistdir}/source/latex/dashrule/dashrule.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-7
+ Revision: 19dc019
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24602 |14mu|texlive-dashundergaps-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23373
# category Package
# catalog-ctan /macros/latex/contrib/dashundergaps
# catalog-date 2010-01-23 00:15:17 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-dashundergaps
Version:	1.2
Release:	4
Summary:	Underline with dotted or dashed lines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dashundergaps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashundergaps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dashundergaps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands (\underline, \dotuline and
\dashuline) each of which underlines its argument with one of
the styles the package is capable of. A phantom mode is
provided, where the underline (of whatever form) can serve for
a 'fill-in block' for student evaluation sheets.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dashundergaps/dashundergaps.sty
%doc %{_texmfdistdir}/doc/latex/dashundergaps/README
%doc %{_texmfdistdir}/doc/latex/dashundergaps/doc/pdf/dashundergaps.pdf
%doc %{_texmfdistdir}/doc/latex/dashundergaps/doc/tex/Makefile
%doc %{_texmfdistdir}/doc/latex/dashundergaps/doc/tex/dashundergaps-bib.bib
%doc %{_texmfdistdir}/doc/latex/dashundergaps/doc/tex/dashundergaps.forlisting
%doc %{_texmfdistdir}/doc/latex/dashundergaps/doc/tex/dashundergaps.tex
%doc %{_texmfdistdir}/doc/latex/dashundergaps/doc/tex/perso.ist

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 348bb2c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24603 |14mu|texlive-dataref-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32438
# category Package
# catalog-ctan /macros/latex/contrib/dataref
# catalog-date 2013-12-17 23:27:23 +0100
# catalog-license other-free
# catalog-version 0.1
Name:		texlive-dataref
Version:	0.1
Release:	3
Summary:	Manage references to experimental data
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dataref
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dataref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dataref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dataref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a mechanism that maintains a fixed
symbolic reference to numerical results; such results may vary
as the project proceeds (and hence the project report
develops).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dataref/dataref.sty
%doc %{_texmfdistdir}/doc/latex/dataref/README
%doc %{_texmfdistdir}/doc/latex/dataref/dataref.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dataref/dataref.dtx
%doc %{_texmfdistdir}/source/latex/dataref/dataref.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: 2cab214
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24604 |14mu|texlive-datatool-2.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32860
# category Package
# catalog-ctan /macros/latex/contrib/datatool
# catalog-date 2014-02-03 19:57:05 +0100
# catalog-license lppl
# catalog-version 2.20
Name:		texlive-datatool
Version:	2.20
Release:	3
Summary:	Tools to load and manipulate data
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/datatool
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datatool.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datatool.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datatool.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The tools comprise six packages: datatool.sty: databases may be
created using LaTeX commands or by importing external files;
they may be sorted numerically or alphabetically; repetitive
operations (such as mail merging) may be performed on each row
of a database, subject to conditions to exclude particular
rows; commands are provided to examine database elements, and
to convert formats (for example, to convert a numeric element
to a format compatible with the fp package; datapie.sty: a
database may be represented as a pie chart; flexible options
allow colouring of the chart, and annotation hooks are
available; dataplot.sty: a database may be represented as a 2-
dimensional scatter or line plot; flexible options control of
the plot's overall appearance, and of legends and other extra
information; databar.sty: a database may be represented as a
bar chart; overall appearance, colouring and annotation are
controllable; datagidx.sty: provides a way of indexing or
creating glossaries/lists of acronyms that uses TeX to do the
sorting and collating instead of using an external indexing
application, such as xindy or makeindex; databib.sty: a
bibliography may be loaded into a datatool database, and
manipulated there before being printed (this permits a LaTeX-
based route to printing bibliographies in formats for which no
BibTeX style is available); and person.sty: provides support
for displaying a person's name and pronoun in a document, thus
avoiding cumbersome use of "he/she", etc. The drawing packages
make use of PGF/TikZ for their output. The bundle replaces and
supersedes the author's csvtools bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/datatool/databib.bst
%{_texmfdistdir}/tex/latex/datatool/databar.sty
%{_texmfdistdir}/tex/latex/datatool/databib.sty
%{_texmfdistdir}/tex/latex/datatool/datagidx.sty
%{_texmfdistdir}/tex/latex/datatool/datapie.sty
%{_texmfdistdir}/tex/latex/datatool/dataplot.sty
%{_texmfdistdir}/tex/latex/datatool/datatool-base.sty
%{_texmfdistdir}/tex/latex/datatool/datatool-fp.sty
%{_texmfdistdir}/tex/latex/datatool/datatool-pgfmath.sty
%{_texmfdistdir}/tex/latex/datatool/datatool.sty
%{_texmfdistdir}/tex/latex/datatool/person.sty
%doc %{_texmfdistdir}/doc/latex/datatool/CHANGES
%doc %{_texmfdistdir}/doc/latex/datatool/INSTALL
%doc %{_texmfdistdir}/doc/latex/datatool/README
%doc %{_texmfdistdir}/doc/latex/datatool/datatool-code.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/datatool-user.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/datatool-user.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/data-raw-psaved.dbtex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/data-raw-saved.dbtex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/data-raw.dbtex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/data.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/data2.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/exp25a.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/exp25b.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/exp30a.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/fruit.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/groupa.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/groupb.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/index.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/mydata.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/mynewdata.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/onecol.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/plotdata.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/polygon.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/profits.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/rawdata.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/rawdata2.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-barchart.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-barchart.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-datatooltk.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-datatooltk.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-dict.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-dict.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-gidx.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-gidx.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-glossary.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-glossary.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-index.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-index.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-mail-merge.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-mail-merge.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-piechart.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-piechart.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-sort.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-sort.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-student-records.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-student-scores.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-student-scores.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-two-per-row.pdf
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample-two-per-row.tex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample3.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/sample4.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/scores2.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/semesterscores.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/students.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/studentscores.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/test-export-from-calc.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/test-missing-some-headers.csv
%doc %{_texmfdistdir}/doc/latex/datatool/samples/test-rawtex.dbtex
%doc %{_texmfdistdir}/doc/latex/datatool/samples/test-scores.csv
#- source
%doc %{_texmfdistdir}/source/latex/datatool/datatool.dtx
%doc %{_texmfdistdir}/source/latex/datatool/datatool.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.20-3
+ Revision: 8bff849
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24605 |14mu|texlive-dateiliste-0.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27974
# category Package
# catalog-ctan /macros/latex/contrib/dateiliste
# catalog-date 2012-10-15 00:17:21 +0200
# catalog-license lppl
# catalog-version 0.6
Name:		texlive-dateiliste
Version:	0.6
Release:	7
Summary:	Extensions of the \listfiles concept
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dateiliste
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dateiliste.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dateiliste.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dateiliste.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a file list (similar to that offered by
\listfiles), neatly laid out as a table. The main document can
be included in the list, and a command is available for
providing RCS-maintained data for printing in the file list.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dateiliste/dateiliste.sty
%doc %{_texmfdistdir}/doc/latex/dateiliste/README
%doc %{_texmfdistdir}/doc/latex/dateiliste/README-de
%doc %{_texmfdistdir}/doc/latex/dateiliste/README-en
%doc %{_texmfdistdir}/doc/latex/dateiliste/README-eo
%doc %{_texmfdistdir}/doc/latex/dateiliste/dateiliste.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dateiliste/dateiliste.dtx
%doc %{_texmfdistdir}/source/latex/dateiliste/dateiliste.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-7
+ Revision: b475e9b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24606 |14mu|texlive-datenumber-0.02-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18951
# category Package
# catalog-ctan /macros/latex/contrib/datenumber
# catalog-date 2006-11-16 11:36:05 +0100
# catalog-license lppl
# catalog-version 0.02
Name:		texlive-datenumber
Version:	0.02
Release:	4
Summary:	Convert a date into a number and vice versa
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/datenumber
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datenumber.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datenumber.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datenumber.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides commands to convert a date into a number
and vice versa. Additionally there are commands for
incrementing and decrementing a date. Leap years and the
Gregorian calendar reform are considered.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/datenumber/datenumber.sty
%{_texmfdistdir}/tex/latex/datenumber/datenumberUSenglish.ldf
%{_texmfdistdir}/tex/latex/datenumber/datenumberdummy.ldf
%{_texmfdistdir}/tex/latex/datenumber/datenumberenglish.ldf
%{_texmfdistdir}/tex/latex/datenumber/datenumberfrench.ldf
%{_texmfdistdir}/tex/latex/datenumber/datenumbergerman.ldf
%{_texmfdistdir}/tex/latex/datenumber/datenumberspanish.ldf
%doc %{_texmfdistdir}/doc/latex/datenumber/README.txt
%doc %{_texmfdistdir}/doc/latex/datenumber/doc.pdf
%doc %{_texmfdistdir}/doc/latex/datenumber/doc.tex
%doc %{_texmfdistdir}/doc/latex/datenumber/docgerman.pdf
%doc %{_texmfdistdir}/doc/latex/datenumber/docgerman.tex
#- source
%doc %{_texmfdistdir}/source/latex/datenumber/datenumber.dtx
%doc %{_texmfdistdir}/source/latex/datenumber/datenumber.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.02-4
+ Revision: 0ba5615
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24607 |14mu|texlive-datetime-2.59-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31622
# category Package
# catalog-ctan /macros/latex/contrib/datetime
# catalog-date 2013-09-10 21:28:15 +0200
# catalog-license lppl1.3
# catalog-version 2.59
Name:		texlive-datetime
Version:	2.59
Release:	7
Summary:	Change format of \today with commands for current time
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/datetime
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-fmtcount

%description
Provides various different formats for the text created by the
command \today, and also provides commands for displaying the
current time (or any given time), in 12-hour, 24-hour or text
format. The package overrides babel's date format, having its
own library of date formats in different languages. The package
requires the fmtcount package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/latex/datetime/datetime.perl
%{_texmfdistdir}/tex/latex/datetime/datetime-defaults.sty
%{_texmfdistdir}/tex/latex/datetime/datetime.sty
%{_texmfdistdir}/tex/latex/datetime/dt-UKenglish.def
%{_texmfdistdir}/tex/latex/datetime/dt-USenglish.def
%{_texmfdistdir}/tex/latex/datetime/dt-american.def
%{_texmfdistdir}/tex/latex/datetime/dt-australian.def
%{_texmfdistdir}/tex/latex/datetime/dt-austrian.def
%{_texmfdistdir}/tex/latex/datetime/dt-bahasa.def
%{_texmfdistdir}/tex/latex/datetime/dt-basque.def
%{_texmfdistdir}/tex/latex/datetime/dt-breton.def
%{_texmfdistdir}/tex/latex/datetime/dt-british.def
%{_texmfdistdir}/tex/latex/datetime/dt-bulgarian.def
%{_texmfdistdir}/tex/latex/datetime/dt-canadian.def
%{_texmfdistdir}/tex/latex/datetime/dt-catalan.def
%{_texmfdistdir}/tex/latex/datetime/dt-croatian.def
%{_texmfdistdir}/tex/latex/datetime/dt-czech.def
%{_texmfdistdir}/tex/latex/datetime/dt-danish.def
%{_texmfdistdir}/tex/latex/datetime/dt-dutch.def
%{_texmfdistdir}/tex/latex/datetime/dt-esperanto.def
%{_texmfdistdir}/tex/latex/datetime/dt-estonian.def
%{_texmfdistdir}/tex/latex/datetime/dt-finnish.def
%{_texmfdistdir}/tex/latex/datetime/dt-french.def
%{_texmfdistdir}/tex/latex/datetime/dt-galician.def
%{_texmfdistdir}/tex/latex/datetime/dt-german.def
%{_texmfdistdir}/tex/latex/datetime/dt-greek.def
%{_texmfdistdir}/tex/latex/datetime/dt-hebrew.def
%{_texmfdistdir}/tex/latex/datetime/dt-icelandic.def
%{_texmfdistdir}/tex/latex/datetime/dt-irish.def
%{_texmfdistdir}/tex/latex/datetime/dt-italian.def
%{_texmfdistdir}/tex/latex/datetime/dt-latin.def
%{_texmfdistdir}/tex/latex/datetime/dt-lsorbian.def
%{_texmfdistdir}/tex/latex/datetime/dt-magyar.def
%{_texmfdistdir}/tex/latex/datetime/dt-naustrian.def
%{_texmfdistdir}/tex/latex/datetime/dt-newzealand.def
%{_texmfdistdir}/tex/latex/datetime/dt-ngerman.def
%{_texmfdistdir}/tex/latex/datetime/dt-norsk.def
%{_texmfdistdir}/tex/latex/datetime/dt-polish.def
%{_texmfdistdir}/tex/latex/datetime/dt-portuges.def
%{_texmfdistdir}/tex/latex/datetime/dt-romanian.def
%{_texmfdistdir}/tex/latex/datetime/dt-russian.def
%{_texmfdistdir}/tex/latex/datetime/dt-samin.def
%{_texmfdistdir}/tex/latex/datetime/dt-scottish.def
%{_texmfdistdir}/tex/latex/datetime/dt-serbian.def
%{_texmfdistdir}/tex/latex/datetime/dt-slovak.def
%{_texmfdistdir}/tex/latex/datetime/dt-slovene.def
%{_texmfdistdir}/tex/latex/datetime/dt-spanish.def
%{_texmfdistdir}/tex/latex/datetime/dt-swedish.def
%{_texmfdistdir}/tex/latex/datetime/dt-turkish.def
%{_texmfdistdir}/tex/latex/datetime/dt-ukraineb.def
%{_texmfdistdir}/tex/latex/datetime/dt-usorbian.def
%{_texmfdistdir}/tex/latex/datetime/dt-welsh.def
%doc %{_texmfdistdir}/doc/latex/datetime/CHANGES
%doc %{_texmfdistdir}/doc/latex/datetime/README
%doc %{_texmfdistdir}/doc/latex/datetime/datetime-manual.css
%doc %{_texmfdistdir}/doc/latex/datetime/datetime-manual.html
%doc %{_texmfdistdir}/doc/latex/datetime/datetime-manual.tex
%doc %{_texmfdistdir}/doc/latex/datetime/datetime.pdf
%doc %{_texmfdistdir}/doc/latex/datetime/samples/dt-lang.pdf
%doc %{_texmfdistdir}/doc/latex/datetime/samples/dt-lang.tex
%doc %{_texmfdistdir}/doc/latex/datetime/samples/dt-sampl.pdf
%doc %{_texmfdistdir}/doc/latex/datetime/samples/dt-sampl.tex
#- source
%doc %{_texmfdistdir}/source/latex/datetime/datetime.dtx
%doc %{_texmfdistdir}/source/latex/datetime/datetime.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.59-7
+ Revision: 1a138fe
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24608 |14mu|texlive-dblfloatfix-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17191
# category Package
# catalog-ctan /macros/latex/contrib/dblfloatfix
# catalog-date 2010-03-09 12:54:42 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-dblfloatfix
Version:	1.0
Release:	4
Summary:	Fixes for twocolumn floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dblfloatfix
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dblfloatfix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dblfloatfix.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package solves two problems: floats in a twocolumn document
come out in the right order and allowed float positions are now
[tbp]. The packages actually merges facilities from fixltx2e
and stfloats.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dblfloatfix/dblfloatfix.sty
%doc %{_texmfdistdir}/doc/latex/dblfloatfix/dblfloatfix.pdf
%doc %{_texmfdistdir}/doc/latex/dblfloatfix/dblfloatfix.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 040c161
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24609 |14mu|texlive-dccpaper-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33142
# category Package
# catalog-ctan /macros/latex/contrib/dccpaper
# catalog-date 2014-03-09 14:23:10 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-dccpaper
Version:	1.1
Release:	4
Summary:	Typeset papers for the International Journal of Digital Curation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dccpaper
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dccpaper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dccpaper.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dccpaper.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The LaTeX class ijdc-v9 produces camera-ready papers and
articles suitable for inclusion in the International Journal of
Digital Curation, with applicability from volume 9 onwards. The
similar idcc class can be used for submissions to the
International Digital Curation Conference, beginning with the
2015 conference.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dccpaper/dccpaper-base.tex
%{_texmfdistdir}/tex/latex/dccpaper/dccpaper-by.eps
%{_texmfdistdir}/tex/latex/dccpaper/dccpaper-by.pdf
%{_texmfdistdir}/tex/latex/dccpaper/idcc.cls
%{_texmfdistdir}/tex/latex/dccpaper/ijdc-v9.cls
%doc %{_texmfdistdir}/doc/latex/dccpaper/README
%doc %{_texmfdistdir}/doc/latex/dccpaper/README.txt
%doc %{_texmfdistdir}/doc/latex/dccpaper/dccpaper-apacite.bib
%doc %{_texmfdistdir}/doc/latex/dccpaper/dccpaper-biblatex.bib
%doc %{_texmfdistdir}/doc/latex/dccpaper/dccpaper.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dccpaper/Makefile
%doc %{_texmfdistdir}/source/latex/dccpaper/dccpaper.dtx
%doc %{_texmfdistdir}/source/latex/dccpaper/dccpaper.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: b49716a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24610 |14mu|texlive-dcpic-5.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30206
# category Package
# catalog-ctan /macros/generic/diagrams/dcpic
# catalog-date 2013-05-02 01:06:38 +0200
# catalog-license lppl1.3
# catalog-version 5.0.0
Name:		texlive-dcpic
Version:	5.0.0
Release:	7
Summary:	Commutative diagrams in a LaTeX and TeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/diagrams/dcpic
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dcpic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dcpic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
DCpic is a package for typesetting Commutative Diagrams within
a LaTeX and TeX documents. Its distinguishing features are: a
powerful graphical engine, the PiCTeX package; an easy
specification syntax in which a commutative diagram is
described in terms of its objects and its arrows (morphism),
positioned in a Cartesian coordinate system.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/dcpic/dcpic.sty
%{_texmfdistdir}/tex/generic/dcpic/europroc.cls
%doc %{_texmfdistdir}/doc/generic/dcpic/README
%doc %{_texmfdistdir}/doc/generic/dcpic/eurotex2001.pdf
%doc %{_texmfdistdir}/doc/generic/dcpic/eurotex2001.tex
%doc %{_texmfdistdir}/doc/generic/dcpic/examples.pdf
%doc %{_texmfdistdir}/doc/generic/dcpic/examples.tex
%doc %{_texmfdistdir}/doc/generic/dcpic/manDCPiC.pdf
%doc %{_texmfdistdir}/doc/generic/dcpic/manDCPiC.tex
%doc %{_texmfdistdir}/doc/generic/dcpic/manDCPiCpt.pdf
%doc %{_texmfdistdir}/doc/generic/dcpic/manDCPiCpt.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.0.0-7
+ Revision: fead84c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24611 |14mu|texlive-decimal-20110606-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23374
# category Package
# catalog-ctan /macros/latex/contrib/decimal
# catalog-date 2011-06-06 11:09:01 +0200
# catalog-license lppl1
# catalog-version undef
Name:		texlive-decimal
Version:	20110606
Release:	4
Summary:	LaTeX package for the English raised decimal point
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/decimal
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/decimal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/decimal.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/decimal.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This LaTeX package should be used by people who need the
traditional English raised decimal point, instead of the
American-style period.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/decimal/decimal.sty
%doc %{_texmfdistdir}/doc/latex/decimal/decimal.pdf
#- source
%doc %{_texmfdistdir}/source/latex/decimal/decimal.dtx
%doc %{_texmfdistdir}/source/latex/decimal/decimal.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110606-4
+ Revision: 2614cbe
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24612 |14mu|texlive-decorule-0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23487
# category Package
# catalog-ctan /macros/latex/contrib/decorule
# catalog-date 2011-08-06 17:02:51 +0200
# catalog-license lppl1.3
# catalog-version 0.6
Name:		texlive-decorule
Version:	0.6
Release:	4
Summary:	Decorative swelled rule using font character
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/decorule
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/decorule.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/decorule.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/decorule.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package implements a decorative swelled rule using only a
symbol from a font installed with all distributions of TeX, so
it works independently, without the need to install any
additional software or fonts. This is the packaged version of
the macro which was originally published in the "Typographers'
Inn" column in TUGboat 31:1 (2010).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/decorule/decorule.sty
%doc %{_texmfdistdir}/doc/latex/decorule/MANIFEST
%doc %{_texmfdistdir}/doc/latex/decorule/README
%doc %{_texmfdistdir}/doc/latex/decorule/decorule.pdf
#- source
%doc %{_texmfdistdir}/source/latex/decorule/decorule.dtx
%doc %{_texmfdistdir}/source/latex/decorule/decorule.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-4
+ Revision: 2e5212b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24613 |14mu|texlive-delim-20111104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23974
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-delim
Version:	20111104
Release:	4
Summary:	TeXLive delim package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/delim.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/delim.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/delim.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive delim package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/delim/delim.sty
%doc %{_texmfdistdir}/doc/latex/delim/README
%doc %{_texmfdistdir}/doc/latex/delim/delim.pdf
#- source
%doc %{_texmfdistdir}/source/latex/delim/delim.dtx
%doc %{_texmfdistdir}/source/latex/delim/delim.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-4
+ Revision: bdcb081
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24614 |14mu|texlive-delimtxt-20080818-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16549
# category Package
# catalog-ctan /macros/latex/exptl/delimtxt
# catalog-date 2008-08-18 10:38:42 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-delimtxt
Version:	20080818
Release:	4
Summary:	Read and parse text tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/exptl/delimtxt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/delimtxt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/delimtxt.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/delimtxt.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This experimental package can read and parse text tables
delimited by user-defined tokens (e.g., tab). It can be used
for serial letters and the like, making it easier to export the
data file from MS-Excel/MS-Word.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/delimtxt/delimtxt.sty
%doc %{_texmfdistdir}/doc/latex/delimtxt/delimtxt.pdf
%doc %{_texmfdistdir}/doc/latex/delimtxt/resulta.dat
%doc %{_texmfdistdir}/doc/latex/delimtxt/resultb.dat
%doc %{_texmfdistdir}/doc/latex/delimtxt/resultc.dat
%doc %{_texmfdistdir}/doc/latex/delimtxt/test1.tex
%doc %{_texmfdistdir}/doc/latex/delimtxt/test2.tex
%doc %{_texmfdistdir}/doc/latex/delimtxt/test3.tex
#- source
%doc %{_texmfdistdir}/source/latex/delimtxt/delimtxt.dtx
%doc %{_texmfdistdir}/source/latex/delimtxt/delimtxt.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080818-4
+ Revision: 671345e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24615 |14mu|texlive-detlev-cm-20140216-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32383
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-detlev-cm
Version:	20140216
Release:	3
Summary:	TeXLive detlev-cm package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/detlev-cm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/detlev-cm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive detlev-cm package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/detlev-cm/beamercolorthemeETII.sty
%{_texmfdistdir}/tex/latex/detlev-cm/beamerfontthemeDetlevCM.sty
%{_texmfdistdir}/tex/latex/detlev-cm/beamerouterthemeDetlevCM.sty
%{_texmfdistdir}/tex/latex/detlev-cm/beamerthemeDetlevCM.sty
%doc %{_texmfdistdir}/doc/latex/detlev-cm/LogoTop.png
%doc %{_texmfdistdir}/doc/latex/detlev-cm/SAS-CRJ900.png
%doc %{_texmfdistdir}/doc/latex/detlev-cm/Sample.pdf
%doc %{_texmfdistdir}/doc/latex/detlev-cm/Sample.tex
%doc %{_texmfdistdir}/doc/latex/detlev-cm/Wing.png
%doc %{_texmfdistdir}/doc/latex/detlev-cm/WingSunrise.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20140216-3
+ Revision: 825004b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24616 |14mu|texlive-dfgproposal-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20350
# category Package
# catalog-ctan /macros/latex/contrib/dfgproposal
# catalog-date 2010-11-05 11:18:03 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-dfgproposal
Version:	1.0
Release:	4
Summary:	Support for writing proposals to the DFG
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dfgproposal
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dfgproposal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dfgproposal.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dfgproposal.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a class for writing proposals to the German
Research Council (DFG), together with examples of its use.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dfgproposal/dfgproposal.cls
%doc %{_texmfdistdir}/doc/latex/dfgproposal/CV_PubList_Kohlhase.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/DCMpersons.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/Makefile.template
%doc %{_texmfdistdir}/doc/latex/dfgproposal/README
%doc %{_texmfdistdir}/doc/latex/dfgproposal/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/dfgproposal/cvpubsmiko.pdf
%doc %{_texmfdistdir}/doc/latex/dfgproposal/dfgproposal.pdf
%doc %{_texmfdistdir}/doc/latex/dfgproposal/finalreport.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/funds.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/mittel.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/preconditions.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/progressreport.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/progresssummary.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/proposal.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/state.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/workplan.tex
%doc %{_texmfdistdir}/doc/latex/dfgproposal/zusammenfassung.tex
#- source
%doc %{_texmfdistdir}/source/latex/dfgproposal/dfgproposal.dtx
%doc %{_texmfdistdir}/source/latex/dfgproposal/dfgproposal.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 00bb716
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24617 |14mu|texlive-dhua-0.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24035
# category Package
# catalog-ctan /macros/latex/contrib/dhua
# catalog-date 2011-09-20 00:29:10 +0200
# catalog-license lppl1.3
# catalog-version 0.11
Name:		texlive-dhua
Version:	0.11
Release:	4
Summary:	German abbreviations using thin space
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dhua
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dhua.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dhua.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dhua.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for those abbreviations of German
phrases for which the use of thin space is recommended. Setup
commands \newdhua and \newtwopartdhua are provided, as well as
commands for single cases (such as \zB for 'z. B.', saving the
user from typing such as 'z.\,B.'). To typeset the
documentation, the niceverb package, version 0.44, or later, is
required. Das Paket `dhua' stellt Befehle fur sog.
mehrgliedrige Abkurzungen bereit, fur die schmale Leerzeichen
(Festabstande) empfohlen werden (Duden, Wikipedia). In die
englische Paketdokumentation sind deutsche Erlauterungen
eingestreut.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dhua/dhua.cfg
%{_texmfdistdir}/tex/latex/dhua/dhua.sty
%doc %{_texmfdistdir}/doc/latex/dhua/README
%doc %{_texmfdistdir}/doc/latex/dhua/README.pdf
%doc %{_texmfdistdir}/doc/latex/dhua/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/dhua/dhua.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dhua/README.tex
%doc %{_texmfdistdir}/source/latex/dhua/dhua.tex
%doc %{_texmfdistdir}/source/latex/dhua/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.11-4
+ Revision: 4c39cc6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24618 |14mu|texlive-diagbox-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24646
# category Package
# catalog-ctan /macros/latex/contrib/diagbox
# catalog-date 2011-11-24 16:48:22 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-diagbox
Version:	1.0
Release:	4
Summary:	Table heads with diagonal lines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/diagbox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/diagbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/diagbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/diagbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package's principal command, \diagbox, takes two arguments
(texts for the slash-separated parts of the box), and an
optional argument with which the direction the slash will go,
and the box dimensions, etc., may vbe controlled. The package
also provides \slashbox and \backslashbox commands for
compatibility with the slashbox package, which it supersedes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/diagbox/diagbox.sty
%doc %{_texmfdistdir}/doc/latex/diagbox/diagbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/diagbox/diagbox.dtx
%doc %{_texmfdistdir}/source/latex/diagbox/diagbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 2eb85c2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24619 |14mu|texlive-diagmac2-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/diagmac2
# catalog-date 2009-05-17 01:32:22 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-diagmac2
Version:	2.1
Release:	4
Summary:	Diagram macros, using pict2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/diagmac2
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/diagmac2.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/diagmac2.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a development of the long-established diagmac package,
using pict2e so that the restrictions on line direction are
removed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/diagmac2/diagmac2.sty
%doc %{_texmfdistdir}/doc/latex/diagmac2/README
%doc %{_texmfdistdir}/doc/latex/diagmac2/doc/diagmac2.pdf
%doc %{_texmfdistdir}/doc/latex/diagmac2/doc/diagmac2.tex
%doc %{_texmfdistdir}/doc/latex/diagmac2/doc/diagmactest.pdf
%doc %{_texmfdistdir}/doc/latex/diagmac2/doc/diagmactest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-4
+ Revision: 0ea863a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24620 |14mu|texlive-diagnose-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19387
# category Package
# catalog-ctan /macros/latex/contrib/diagnose
# catalog-date 2006-12-17 18:48:45 +0100
# catalog-license gpl
# catalog-version 0.2
Name:		texlive-diagnose
Version:	0.2
Release:	4
Summary:	A diagnostic tool for a TeX installation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/diagnose
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/diagnose.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/diagnose.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides macros to assist evaluation of the capabilities of a
TeX installation (i.e., what extensions it supports). An
example document that examines the installation is available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/diagnose/diagnose.sty
%doc %{_texmfdistdir}/doc/latex/diagnose/INSTALL
%doc %{_texmfdistdir}/doc/latex/diagnose/README
%doc %{_texmfdistdir}/doc/latex/diagnose/diagnose.pdf
%doc %{_texmfdistdir}/doc/latex/diagnose/diagnose.tex
%doc %{_texmfdistdir}/doc/latex/diagnose/mls-diag.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: d281ccd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24621 |14mu|texlive-dialogl-20130125-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28946
# category Package
# catalog-ctan /macros/latex/contrib/dialogl
# catalog-date 2013-01-25 11:22:08 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-dialogl
Version:	20130125
Release:	7
Summary:	Macros for constructing interactive LaTeX scripts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dialogl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dialogl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dialogl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dialogl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Gathers together a bunch of code and examples about how to
write macros to carry on a dialogue with the user.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dialogl/dialog.sty
%{_texmfdistdir}/tex/latex/dialogl/grabhedr.sty
%{_texmfdistdir}/tex/latex/dialogl/listout.tex
%{_texmfdistdir}/tex/latex/dialogl/menus.sty
%doc %{_texmfdistdir}/doc/latex/dialogl/Makefile
%doc %{_texmfdistdir}/doc/latex/dialogl/README
%doc %{_texmfdistdir}/doc/latex/dialogl/cnvunits.tex
%doc %{_texmfdistdir}/doc/latex/dialogl/codialog.pdf
%doc %{_texmfdistdir}/doc/latex/dialogl/default.los
%doc %{_texmfdistdir}/doc/latex/dialogl/dia-driv.pdf
%doc %{_texmfdistdir}/doc/latex/dialogl/dia-driv.tex
%doc %{_texmfdistdir}/doc/latex/dialogl/dialogl-doc.sty
%doc %{_texmfdistdir}/doc/latex/dialogl/diatest.tex
%doc %{_texmfdistdir}/doc/latex/dialogl/fontmenu.lg
%doc %{_texmfdistdir}/doc/latex/dialogl/fontmenu.tex
%doc %{_texmfdistdir}/doc/latex/dialogl/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/dialogl/dialogl.dtx
%doc %{_texmfdistdir}/source/latex/dialogl/dialogl.ins
%doc %{_texmfdistdir}/source/latex/dialogl/grabhedr.dtx
%doc %{_texmfdistdir}/source/latex/dialogl/listout.dtx
%doc %{_texmfdistdir}/source/latex/dialogl/menus.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130125-7
+ Revision: d8ef13e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24622 |14mu|texlive-dichokey-20100223-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17192
# category Package
# catalog-ctan /macros/latex/contrib/dichokey
# catalog-date 2010-02-23 23:30:05 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-dichokey
Version:	20100223
Release:	4
Summary:	Construct dichotomous identification keys
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dichokey
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dichokey.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dichokey.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can be used to construct dichotomous identification
keys (used especially in biology for species identification),
taking care of numbering and indentation of successive key
steps automatically. An example file is provided, which
demonstrates usage.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dichokey/dichokey.sty
%doc %{_texmfdistdir}/doc/latex/dichokey/dichokey.pdf
%doc %{_texmfdistdir}/doc/latex/dichokey/dichokey.tex
%doc %{_texmfdistdir}/doc/latex/dichokey/rhodocyb.pdf
%doc %{_texmfdistdir}/doc/latex/dichokey/rhodocyb.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100223-4
+ Revision: 61fbd26
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24623 |14mu|texlive-digiconfigs-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/digiconfigs
# catalog-date 2007-03-05 22:02:45 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-digiconfigs
Version:	0.5
Release:	4
Summary:	Writing "configurations"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/digiconfigs
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/digiconfigs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/digiconfigs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
In Stochastic Geometry and Digital Image Analysis some problems
can be solved in terms of so-called "configurations". A
configuration is basically a square matrix of \circ and \bullet
symbols. This package provides a convenient and compact
mechanism for displaying these configurations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/digiconfigs/digiconfigs.sty
%doc %{_texmfdistdir}/doc/latex/digiconfigs/README
%doc %{_texmfdistdir}/doc/latex/digiconfigs/digiconfigs.pdf
%doc %{_texmfdistdir}/doc/latex/digiconfigs/digiconfigs.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-4
+ Revision: 91c0f10
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24624 |14mu|texlive-dinbrief-20090925-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/dinbrief
# catalog-date 2009-09-25 22:54:35 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-dinbrief
Version:	20090925
Release:	4
Summary:	German letter DIN style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dinbrief
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dinbrief.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dinbrief.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dinbrief.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Implements a document layout for writing letters according to
the rules of DIN (Deutsches Institut fur Normung, German
standardisation institute). A style file for LaTeX 2.09 (with
limited support of the features) is part of the package. Since
the letter layout is based on a German standard, the user guide
is written in German, but most macros have English names from
which the user can recognize what they are used for. In
addition there are example files showing how letters may be
created with the package. A graphical interface for use of the
dinbrief is provided in the dinbrief-GUI bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dinbrief/dinbrief.cfg
%{_texmfdistdir}/tex/latex/dinbrief/dinbrief.cls
%{_texmfdistdir}/tex/latex/dinbrief/dinbrief.sty
%doc %{_texmfdistdir}/doc/latex/dinbrief/brfbody.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/brfkopf.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/dbold.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/dinbrief.pdf
%doc %{_texmfdistdir}/doc/latex/dinbrief/dinbrief.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/dintab.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/example.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/liesmich
%doc %{_texmfdistdir}/doc/latex/dinbrief/readme
%doc %{_texmfdistdir}/doc/latex/dinbrief/test10.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/test11.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/test12.tex
%doc %{_texmfdistdir}/doc/latex/dinbrief/testnorm.tex
#- source
%doc %{_texmfdistdir}/source/latex/dinbrief/dinbrief.drv
%doc %{_texmfdistdir}/source/latex/dinbrief/dinbrief.dtx
%doc %{_texmfdistdir}/source/latex/dinbrief/dinbrief.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090925-4
+ Revision: 13f2db4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24625 |14mu|texlive-directory-1.20-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/directory
# catalog-date 2007-01-22 14:15:41 +0100
# catalog-license lppl
# catalog-version 1.20
Name:		texlive-directory
Version:	1.20
Release:	4
Summary:	An address book using BibTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/directory
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/directory.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/directory.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for LaTeX and BibTeX that facilitates the
construction, maintenance and exploitation of an address book-
like database.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/directory/business.bib
%{_texmfdistdir}/bibtex/bib/directory/family.bib
%{_texmfdistdir}/bibtex/bst/directory/address-html.bst
%{_texmfdistdir}/bibtex/bst/directory/address-ldif.bst
%{_texmfdistdir}/bibtex/bst/directory/address-vcard.bst
%{_texmfdistdir}/bibtex/bst/directory/address.bst
%{_texmfdistdir}/bibtex/bst/directory/birthday.bst
%{_texmfdistdir}/bibtex/bst/directory/email-html.bst
%{_texmfdistdir}/bibtex/bst/directory/email.bst
%{_texmfdistdir}/bibtex/bst/directory/letter.bst
%{_texmfdistdir}/bibtex/bst/directory/phone.bst
%{_texmfdistdir}/tex/latex/directory/directory.sty
%doc %{_texmfdistdir}/doc/latex/directory/README
%doc %{_texmfdistdir}/doc/latex/directory/directory.pdf
%doc %{_texmfdistdir}/doc/latex/directory/directory.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.20-4
+ Revision: 9ee6b99
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24626 |14mu|texlive-dirtytalk-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20520
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-dirtytalk
Version:	20111103
Release:	4
Summary:	TeXLive dirtytalk package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtytalk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtytalk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtytalk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive dirtytalk package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dirtytalk/dirtytalk.sty
%doc %{_texmfdistdir}/doc/latex/dirtytalk/README
%doc %{_texmfdistdir}/doc/latex/dirtytalk/dirtytalk.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dirtytalk/dirtytalk.dtx
%doc %{_texmfdistdir}/source/latex/dirtytalk/dirtytalk.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: 4afd185
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24627 |14mu|texlive-disser-1.1.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24903
# category Package
# catalog-ctan /macros/latex/contrib/disser
# catalog-date 2011-12-20 06:33:33 +0100
# catalog-license lppl
# catalog-version 1.1.9
Name:		texlive-disser
Version:	1.1.9
Release:	4
Summary:	Class and templates for typesetting dissertations in Russian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/disser
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/disser.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/disser.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/disser.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Disser comprises a document class and set of templates for
typesetting dissertations in Russian. One of its primary
advantages is a simplicity of format specification for
titlepage, headers and elements of automatically generated
lists (table of contents, list of figures, etc). Bibliography
styles, that conform to the requirements of the Russian
standard GOST R 7.0.5-2008, are provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/disser/gost705.bst
%{_texmfdistdir}/bibtex/bst/disser/gost705s.bst
%{_texmfdistdir}/bibtex/csf/disser/cp1251lc.csf
%{_texmfdistdir}/makeindex/disser/dtx.ist
%{_texmfdistdir}/tex/latex/disser/autoref.rtx
%{_texmfdistdir}/tex/latex/disser/bachelor.rtx
%{_texmfdistdir}/tex/latex/disser/candidate.rtx
%{_texmfdistdir}/tex/latex/disser/disser.cls
%{_texmfdistdir}/tex/latex/disser/doctor.rtx
%{_texmfdistdir}/tex/latex/disser/gost732.cls
%{_texmfdistdir}/tex/latex/disser/master.rtx
%{_texmfdistdir}/tex/latex/disser/specialist.rtx
%{_texmfdistdir}/tex/latex/disser/titledefs.rtx
%doc %{_texmfdistdir}/doc/latex/disser/ChangeLog
%doc %{_texmfdistdir}/doc/latex/disser/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/README
%doc %{_texmfdistdir}/doc/latex/disser/README.ru
%doc %{_texmfdistdir}/doc/latex/disser/cp1251.csf
%doc %{_texmfdistdir}/doc/latex/disser/include/latex.fig.mk
%doc %{_texmfdistdir}/doc/latex/disser/include/latex.fig.nmk.cmd
%doc %{_texmfdistdir}/doc/latex/disser/include/latex.mk
%doc %{_texmfdistdir}/doc/latex/disser/include/latex.nmk.cmd
%doc %{_texmfdistdir}/doc/latex/disser/manual.tex
%doc %{_texmfdistdir}/doc/latex/disser/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/1.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/app-a.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/concl.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/fig/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/fig/fig.eps
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/fig/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/intro.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/thesis.bib
%doc %{_texmfdistdir}/doc/latex/disser/templates/bachelor/thesis.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/1.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/app-a.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/autoref.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/common.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/concl.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/fig/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/fig/facsimile.eps
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/fig/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/fig/sec-facsimile.eps
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/intro.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/review.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/thesis.bib
%doc %{_texmfdistdir}/doc/latex/disser/templates/candidate/thesis.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/1.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/app-a.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/autoref.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/common.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/concl.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/fig/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/fig/facsimile.eps
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/fig/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/fig/sec-facsimile.eps
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/intro.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/review.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/thesis.bib
%doc %{_texmfdistdir}/doc/latex/disser/templates/doctor/thesis.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/1.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/app-a.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/concl.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/fig/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/fig/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/intro.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/thesis.bib
%doc %{_texmfdistdir}/doc/latex/disser/templates/master/thesis.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/1.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/app-a.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/concl.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/fig/Makefile
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/fig/fig.eps
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/fig/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/intro.tex
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/nomake.cmd
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/thesis.bib
%doc %{_texmfdistdir}/doc/latex/disser/templates/specialist/thesis.tex
#- source
%doc %{_texmfdistdir}/source/latex/disser/autoref.dtx
%doc %{_texmfdistdir}/source/latex/disser/bachelor.dtx
%doc %{_texmfdistdir}/source/latex/disser/candidate.dtx
%doc %{_texmfdistdir}/source/latex/disser/chapter.dtx
%doc %{_texmfdistdir}/source/latex/disser/counters.dtx
%doc %{_texmfdistdir}/source/latex/disser/custom.dtx
%doc %{_texmfdistdir}/source/latex/disser/disser.dtx
%doc %{_texmfdistdir}/source/latex/disser/disser.ins
%doc %{_texmfdistdir}/source/latex/disser/doctor.dtx
%doc %{_texmfdistdir}/source/latex/disser/env.dtx
%doc %{_texmfdistdir}/source/latex/disser/floats.dtx
%doc %{_texmfdistdir}/source/latex/disser/footnote.dtx
%doc %{_texmfdistdir}/source/latex/disser/gost705.dtx
%doc %{_texmfdistdir}/source/latex/disser/gost732.dtx
%doc %{_texmfdistdir}/source/latex/disser/lists.dtx
%doc %{_texmfdistdir}/source/latex/disser/master.dtx
%doc %{_texmfdistdir}/source/latex/disser/page.dtx
%doc %{_texmfdistdir}/source/latex/disser/part.dtx
%doc %{_texmfdistdir}/source/latex/disser/sections.dtx
%doc %{_texmfdistdir}/source/latex/disser/specialist.dtx
%doc %{_texmfdistdir}/source/latex/disser/titledefs.dtx
%doc %{_texmfdistdir}/source/latex/disser/titlepage.dtx
%doc %{_texmfdistdir}/source/latex/disser/toc.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.9-4
+ Revision: 1e1b021
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24628 |14mu|texlive-dlfltxb-20100304-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17337
# category Package
# catalog-ctan /macros/latex/contrib/dlfltxb
# catalog-date 2010-03-04 23:40:34 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-dlfltxb
Version:	20100304
Release:	4
Summary:	Macros related to "Introdktion til LaTeX"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dlfltxb
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dlfltxb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dlfltxb.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle contains various macros either used for creating the
author's book "Introduktion til LaTeX" (in Danish), or
presented in the book as code tips. The bundle comprises: -
dlfltxbcodetips: various macros helpful in typesetting
mathematics; - dlfltxbmarkup: provides a macros used throughout
the book, for registering macro names, packages etc. in the
text, in the margin and in the index, all by using categorised
keys (note, a configuration file may be used; a sample is
included in the distribution); - dlfltxbtocconfig: macros for
the two tables of contents that the book has; - dlfltxbmisc:
various macros for typesetting LaTeX arguments, and the macro
used in the bibliography that can wrap a URL up into a bibtex
entry. Interested parties may review the book itself on the web
at the author's institution (it is written in Danish).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/dlfltxb/dlfltxbbibtex.bst
%{_texmfdistdir}/tex/latex/dlfltxb/dlfltxbcodetips.sty
%{_texmfdistdir}/tex/latex/dlfltxb/dlfltxbmarkup.sty
%{_texmfdistdir}/tex/latex/dlfltxb/dlfltxbmarkupbookkeys.sty
%{_texmfdistdir}/tex/latex/dlfltxb/dlfltxbmisc.sty
%{_texmfdistdir}/tex/latex/dlfltxb/dlfltxbtocconfig.sty
%doc %{_texmfdistdir}/doc/latex/dlfltxb/README
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbbibtex.dbj
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbcodetips.pdf
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbcodetips.tex
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.pdf
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.tex
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbmarkup.pdf
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbmarkup.tex
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbmisc.pdf
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbmisc.tex
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbtocconfig.pdf
%doc %{_texmfdistdir}/doc/latex/dlfltxb/dlfltxbtocconfig.tex
%doc %{_texmfdistdir}/doc/latex/dlfltxb/package_doc.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100304-4
+ Revision: f8f3582
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24629 |14mu|texlive-dnaseq-0.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17194
# category Package
# catalog-ctan /macros/latex/contrib/dnaseq
# catalog-date 2010-02-24 21:28:09 +0100
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-dnaseq
Version:	0.01
Release:	4
Summary:	Format DNA base sequences
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dnaseq
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dnaseq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dnaseq.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dnaseq.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a means of specifying sequences of bases. The bases may
be numbered (per line) and you may specify that subsequences be
coloured. For a more 'vanilla-flavoured' way of typesetting
base sequences, the user might consider the seqsplit package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dnaseq/dnaseq.sty
%doc %{_texmfdistdir}/doc/latex/dnaseq/DNAtest.tex
%doc %{_texmfdistdir}/doc/latex/dnaseq/README
%doc %{_texmfdistdir}/doc/latex/dnaseq/dnaseq.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dnaseq/dnaseq.dtx
%doc %{_texmfdistdir}/source/latex/dnaseq/dnaseq.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.01-4
+ Revision: 8db4bb4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24630 |14mu|texlive-dnp-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-dnp
Version:	20111103
Release:	4
Summary:	TeXLive dnp package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dnp.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive dnp package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/sfd/dnp/DNP.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: 623600d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24631 |14mu|texlive-docmfp-1.2d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/docmfp
# catalog-date 2009-09-02 16:56:11 +0200
# catalog-license lppl
# catalog-version 1.2d
Name:		texlive-docmfp
Version:	1.2d
Release:	4
Summary:	Document non-LaTeX code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/docmfp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/docmfp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/docmfp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/docmfp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Extends the doc package to cater for documenting non-LaTeX
code, such as MetaFont or MetaPost, or other programming
languages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/docmfp/docmfp.sty
%doc %{_texmfdistdir}/doc/latex/docmfp/README
%doc %{_texmfdistdir}/doc/latex/docmfp/docmfp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/docmfp/docmfp.dtx
%doc %{_texmfdistdir}/source/latex/docmfp/docmfp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2d-4
+ Revision: 5554d26
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24632 |14mu|texlive-docmute-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25741
# category Package
# catalog-ctan /macros/latex/contrib/docmute
# catalog-date 2012-03-22 16:41:56 +0100
# catalog-license lppl1.3
# catalog-version 1.4
Name:		texlive-docmute
Version:	1.4
Release:	3
Summary:	Input files ignoring LaTeX preamble, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/docmute
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/docmute.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/docmute.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/docmute.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Input or include stand-alone LaTeX documents, ignoring
everything but the material between \begin{document} and
\end{document}.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/docmute/docmute.sty
%doc %{_texmfdistdir}/doc/latex/docmute/README
%doc %{_texmfdistdir}/doc/latex/docmute/docmute.pdf
#- source
%doc %{_texmfdistdir}/source/latex/docmute/docmute.dtx
%doc %{_texmfdistdir}/source/latex/docmute/docmute.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: ae413ac
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24633 |14mu|texlive-documentation-0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25405
# category Package
# catalog-ctan /macros/latex/contrib/documentation
# catalog-date 2011-12-02 09:08:13 +0100
# catalog-license lppl1.2
# catalog-version 0.1
Name:		texlive-documentation
Version:	0.1
Release:	5
Summary:	Documentation support for C, Java and assembler code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/documentation
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/documentation.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/documentation.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/documentation.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a simple means of typesetting computer
programs such that the result is acceptable for inclusion in
reports, etc.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/documentation/documentation.sty
%doc %{_texmfdistdir}/doc/latex/documentation/README
%doc %{_texmfdistdir}/doc/latex/documentation/documentation.pdf
#- source
%doc %{_texmfdistdir}/source/latex/documentation/documentation.dtx
%doc %{_texmfdistdir}/source/latex/documentation/documentation.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-5
+ Revision: a81c0b2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24634 |14mu|texlive-doi-20080818-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/doi
# catalog-date 2008-08-18 13:49:16 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-doi
Version:	20080818
Release:	4
Summary:	Create correct hyperlinks for DOI numbers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/doi
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/doi.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
You can hyperlink DOI numbers to dx.doi.org. However, some
publishers have elected to use nasty characters in their DOI
numbering scheme ('<', '>', '_' and ';' have all been spotted).
This will either upset (La)TeX, or your PDF reader. This
package contains a single user-level command \doi{}, which
takes a DOI number, and creates a correct hyperlink from it.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/doi/doi.sty
%doc %{_texmfdistdir}/doc/latex/doi/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080818-4
+ Revision: 28f8c6c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24635 |14mu|texlive-dosepsbin-1.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29752
# category Package
# catalog-ctan /support/dosepsbin
# catalog-date 2012-03-22 21:51:23 +0100
# catalog-license artistic
# catalog-version 1.2
Name:		texlive-dosepsbin
Version:	1.2
Release:	9
Summary:	Deal with DOS binary EPS files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/dosepsbin
License:	ARTISTIC
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dosepsbin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dosepsbin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dosepsbin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-dosepsbin.bin = %{EVRD}

%description
A Encapsulated PostScript (EPS) file may given in a special
binary format to support the inclusion of a thumbnail. This
file format, commonly known as DOS EPS format starts with a
binary header that contains the positions of the possible
sections: - Postscript (PS); - Windows Metafile Format (WMF);
and - Tag Image File Format (TIFF). The PS section must be
present and either the WMF file or the TIFF file should be
given. The package provides a Perl program that will extract
any of the sections of such a file, in particular providing a
'text'-form EPS file for use with (La)TeX.


#-----------------------------------------------------------------------
%files
%{_bindir}/dosepsbin
%{_texmfdistdir}/scripts/dosepsbin/dosepsbin.pl
%doc %{_mandir}/man1/dosepsbin.1*
%doc %{_texmfdistdir}/doc/man/man1/dosepsbin.man1.pdf
%doc %{_texmfdistdir}/doc/support/dosepsbin/Makefile.in
%doc %{_texmfdistdir}/doc/support/dosepsbin/README
%doc %{_texmfdistdir}/doc/support/dosepsbin/clean-case.pl
%doc %{_texmfdistdir}/doc/support/dosepsbin/dosepsbin.html
%doc %{_texmfdistdir}/doc/support/dosepsbin/dosepsbin.ltx
%doc %{_texmfdistdir}/doc/support/dosepsbin/dosepsbin.pdf
%doc %{_texmfdistdir}/doc/support/dosepsbin/dosepsbin.txt
%doc %{_texmfdistdir}/doc/support/dosepsbin/version.pl
#- source
%doc %{_texmfdistdir}/source/support/dosepsbin/configure
%doc %{_texmfdistdir}/source/support/dosepsbin/configure.ac
%doc %{_texmfdistdir}/source/support/dosepsbin/install-sh

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/dosepsbin/dosepsbin.pl dosepsbin
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-9
+ Revision: 9faa28d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24636 |14mu|texlive-dot2texi-3.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26237
# category Package
# catalog-ctan /macros/latex/contrib/dot2texi
# catalog-date 2009-02-28 02:19:00 +0100
# catalog-license gpl
# catalog-version 3.0
Name:		texlive-dot2texi
Version:	3.0
Release:	5
Summary:	Create graphs within LaTeX using the dot2tex tool
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dot2texi
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dot2texi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dot2texi.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The dot2texi package allows you to embed graphs in the DOT
graph description language in your LaTeX documents. The dot2tex
tool is used to invoke Graphviz for graph layout, and to
transform the output from Graphviz to LaTeX code. The generated
code relies on the TikZ and PGF package or the PSTricks
package. The process is automated if shell escape is enabled.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dot2texi/dot2texi.sty
%doc %{_texmfdistdir}/doc/latex/dot2texi/README
%doc %{_texmfdistdir}/doc/latex/dot2texi/dot2texi.pdf
%doc %{_texmfdistdir}/doc/latex/dot2texi/dot2texi.tex
%doc %{_texmfdistdir}/doc/latex/dot2texi/examples/d2tpstexamples.pdf
%doc %{_texmfdistdir}/doc/latex/dot2texi/examples/d2tpstexamples.tex
%doc %{_texmfdistdir}/doc/latex/dot2texi/examples/d2ttikzexamples.pdf
%doc %{_texmfdistdir}/doc/latex/dot2texi/examples/d2ttikzexamples.tex
%doc %{_texmfdistdir}/doc/latex/dot2texi/examples/docgraphs.pdf
%doc %{_texmfdistdir}/doc/latex/dot2texi/examples/docgraphs.tex
%doc %{_texmfdistdir}/doc/latex/dot2texi/examples/docgraphsorig.pdf
%doc %{_texmfdistdir}/doc/latex/dot2texi/gpl.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-5
+ Revision: 79fbda1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24637 |14mu|texlive-dotarrow-0.01a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/dotarrow
# catalog-date 2008-08-18 13:49:16 +0200
# catalog-license lppl
# catalog-version 0.01a
Name:		texlive-dotarrow
Version:	0.01a
Release:	4
Summary:	Extendable dotted arrows
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dotarrow
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dotarrow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dotarrow.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dotarrow.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can draw dotted arrows that are extendable, in the
same was as \xrightarrow.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dotarrow/DotArrow.sty
%doc %{_texmfdistdir}/doc/latex/dotarrow/DotArrow.pdf
%doc %{_texmfdistdir}/doc/latex/dotarrow/DotArrow.tex
%doc %{_texmfdistdir}/doc/latex/dotarrow/README
#- source
%doc %{_texmfdistdir}/source/latex/dotarrow/DotArrow.dtx
%doc %{_texmfdistdir}/source/latex/dotarrow/DotArrow.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.01a-4
+ Revision: 41c00cb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24638 |14mu|texlive-dotseqn-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17195
# category Package
# catalog-ctan /macros/latex/contrib/dotseqn
# catalog-date 2010-02-24 21:28:09 +0100
# catalog-license other-free
# catalog-version 1.1
Name:		texlive-dotseqn
Version:	1.1
Release:	4
Summary:	Flush left equations with dotted leaders to the numbers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dotseqn
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dotseqn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dotseqn.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dotseqn.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a different format for typesetting
equations, one reportedly used in 'old style Britsh books':
equations aligned on the left, with dots on the right leading
to the equation number. In default of an equation number, the
package operates much like the fleqn class option (no leaders).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dotseqn/dotseqn.sty
%doc %{_texmfdistdir}/doc/latex/dotseqn/dotseqn.pdf
%doc %{_texmfdistdir}/doc/latex/dotseqn/readme
#- source
%doc %{_texmfdistdir}/source/latex/dotseqn/dotseqn.dtx
%doc %{_texmfdistdir}/source/latex/dotseqn/dotseqn.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 61f65e9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24639 |14mu|texlive-dottex-0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/dottex
# catalog-date 2007-08-21 11:49:34 +0200
# catalog-license gpl
# catalog-version 0.6
Name:		texlive-dottex
Version:	0.6
Release:	4
Summary:	Use dot code in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dottex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dottex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dottex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dottex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The dottex package allows you to encapsulate 'dot' and 'neato'
files in your document (dot and neato are both part of
graphviz; dot creates directed graphs, neato undirected
graphs). If you have shell-escape enabled, the package will
arrange for your files to be processed at LaTeX time;
otherwise, the conversion must be done manually as an
intermediate process before a second LaTeX run.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dottex/dottex.sty
%doc %{_texmfdistdir}/doc/latex/dottex/README
%doc %{_texmfdistdir}/doc/latex/dottex/dottex.pdf
%doc %{_texmfdistdir}/doc/latex/dottex/example.tex
%doc %{_texmfdistdir}/doc/latex/dottex/gpl.txt
#- source
%doc %{_texmfdistdir}/source/latex/dottex/dottex.dtx
%doc %{_texmfdistdir}/source/latex/dottex/dottex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-4
+ Revision: e263773
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24640 |14mu|texlive-download-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30695
# category Package
# catalog-ctan /macros/latex/contrib/download
# catalog-date 2013-05-26 19:01:07 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-download
Version:	1.1
Release:	7
Summary:	Allow LaTeX to download files using an external process
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/download
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/download.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/download.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/download.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to download files (using cURL or
wget), from within a document. To run the external commands,
LaTeX (or whatever) needs to be run with the --shell-escape
flag; this creates a tension between your needs and the
security implications of the flag; users should exercise due
caution.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/download/download.sty
%doc %{_texmfdistdir}/doc/latex/download/README
%doc %{_texmfdistdir}/doc/latex/download/download.pdf
#- source
%doc %{_texmfdistdir}/source/latex/download/download.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: f2fa3cb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24641 |14mu|texlive-dox-2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20768
# category Package
# catalog-ctan /macros/latex/contrib/dox
# catalog-date 2010-12-16 20:18:25 +0100
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-dox
Version:	2.2
Release:	4
Summary:	Extend the doc package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The doc package provides LaTeX developers with means to
describe the usage and the definition of new macros and
environments. However, there is no simple way to extend this
functionality to other items (options or counters, for
instance). The DoX package is designed to circumvent this
limitation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dox/dox.sty
%doc %{_texmfdistdir}/doc/latex/dox/NEWS
%doc %{_texmfdistdir}/doc/latex/dox/README
%doc %{_texmfdistdir}/doc/latex/dox/dox.el
%doc %{_texmfdistdir}/doc/latex/dox/dox.pdf
%doc %{_texmfdistdir}/doc/latex/dox/header.inc
#- source
%doc %{_texmfdistdir}/source/latex/dox/dox.dtx
%doc %{_texmfdistdir}/source/latex/dox/dox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-4
+ Revision: eec9cdb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24642 |14mu|texlive-dpfloat-20100224-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17196
# category Package
# catalog-ctan /macros/latex/contrib/dpfloat
# catalog-date 2010-02-24 00:01:31 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-dpfloat
Version:	20100224
Release:	4
Summary:	Support for double-page floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dpfloat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dpfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dpfloat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides fullpage and leftfullpage environments, that may be
used inside a figure, table, or other float environment. If the
first of a 2-page spread uses a "leftfullpage" environment, the
float will only be typeset on an even-numbered page, and the
two floats will appear side-by-side in a two-sided document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dpfloat/dpfloat.sty
%doc %{_texmfdistdir}/doc/latex/dpfloat/README
%doc %{_texmfdistdir}/doc/latex/dpfloat/dpfloat.pdf
%doc %{_texmfdistdir}/doc/latex/dpfloat/dpfloat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100224-4
+ Revision: 5ad7bb0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24643 |14mu|texlive-dprogress-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/dprogress
# catalog-date 2008-08-18 13:49:16 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-dprogress
Version:	0.1
Release:	4
Summary:	LaTeX-relevant log information for debugging
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dprogress
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dprogress.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dprogress.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dprogress.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package logs LaTeX's progress through the file, making the
LaTeX output more verbose. This helps to make LaTeX debugging
easier, as it is simpler to find where exactly LaTeX failed.
The package outputs the typesetting of section, subsection and
subsubsection headers and (if amsmath is loaded) details of the
align environment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dprogress/dprogress.sty
%doc %{_texmfdistdir}/doc/latex/dprogress/README
%doc %{_texmfdistdir}/doc/latex/dprogress/dprogress.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dprogress/dprogress.dtx
%doc %{_texmfdistdir}/source/latex/dprogress/dprogress.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: db43fd2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24644 |14mu|texlive-drac-1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/drac
# catalog-date 2008-08-17 11:40:59 +0200
# catalog-license lppl
# catalog-version 1
Name:		texlive-drac
Version:	1
Release:	4
Summary:	Declare active character substitution, robustly
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/drac
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drac.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drac.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros \DeclareRobustActChar and
ReDeclareRobActChar. One uses \DeclareRobustActChar in the same
way one would use \DeclareRobustCommand; the macro \protects
the active character when it appears in a moving argument.
ReDeclareRobActChar redefines an active character previously
defined with \DeclareRobustActChar, in the same way that
\renewcommand works for ordinary commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/drac/drac.sty
%doc %{_texmfdistdir}/doc/latex/drac/drac-fr.pdf
%doc %{_texmfdistdir}/doc/latex/drac/drac.pdf
#- source
%doc %{_texmfdistdir}/source/latex/drac/LISEZMOI
%doc %{_texmfdistdir}/source/latex/drac/Makefile
%doc %{_texmfdistdir}/source/latex/drac/README
%doc %{_texmfdistdir}/source/latex/drac/drac-en.dtx
%doc %{_texmfdistdir}/source/latex/drac/drac-fr.dtx
%doc %{_texmfdistdir}/source/latex/drac/drac.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1-4
+ Revision: 3d6679c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24645 |14mu|texlive-draftcopy-2.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/draftcopy
# catalog-date 2009-09-25 22:54:35 +0200
# catalog-license lppl
# catalog-version 2.16
Name:		texlive-draftcopy
Version:	2.16
Release:	4
Summary:	Identify draft copies
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/draftcopy
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/draftcopy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/draftcopy.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/draftcopy.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Places the word DRAFT (or other words) in light grey diagonally
across the background (or at the bottom) of each (or selected)
pages of the document. The package uses PostScript \special
commands, and may not therefore be used with PDFLaTeX. For that
usage, consider the wallpaper or draftwatermark packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/draftcopy/draftcopy.cfg
%{_texmfdistdir}/tex/latex/draftcopy/draftcopy.sty
%doc %{_texmfdistdir}/doc/latex/draftcopy/README
%doc %{_texmfdistdir}/doc/latex/draftcopy/THIS-IS-VERSION-2.16
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-1.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-10.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-11.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-12.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-13.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-14.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-15.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-16.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-2.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-3.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-4.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-5.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-6.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-7.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-8.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy-test-9.tex
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy.doc
%doc %{_texmfdistdir}/doc/latex/draftcopy/draftcopy.pdf
#- source
%doc %{_texmfdistdir}/source/latex/draftcopy/Makefile
%doc %{_texmfdistdir}/source/latex/draftcopy/draftcopy.dtx
%doc %{_texmfdistdir}/source/latex/draftcopy/draftcopy.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.16-4
+ Revision: 7a8be9f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24646 |14mu|texlive-draftwatermark-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25045
# category Package
# catalog-ctan /macros/latex/contrib/draftwatermark
# catalog-date 2007-03-05 22:02:45 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-draftwatermark
Version:	1.0
Release:	5
Summary:	Put a grey textual watermark on document pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/draftwatermark
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/draftwatermark.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/draftwatermark.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/draftwatermark.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means to add a textual, light grey
watermark on every page or on the first page of a document.
Typical usage may consist in writing words such as DRAFT or
CONFIDENTIAL across document pages. The package performs a
similar function to that of draftcopy, but its implementation
is output device independent, and very made simple by relying
on everpage.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/draftwatermark/draftwatermark.sty
%doc %{_texmfdistdir}/doc/latex/draftwatermark/README
%doc %{_texmfdistdir}/doc/latex/draftwatermark/draftwatermark.pdf
%doc %{_texmfdistdir}/doc/latex/draftwatermark/test_draftwatermark.tex
#- source
%doc %{_texmfdistdir}/source/latex/draftwatermark/draftwatermark.dtx
%doc %{_texmfdistdir}/source/latex/draftwatermark/draftwatermark.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 6ea6cbf
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24647 |14mu|texlive-dramatist-1.2d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/dramatist
# catalog-date 2006-12-01 14:16:52 +0100
# catalog-license gpl
# catalog-version 1.2d
Name:		texlive-dramatist
Version:	1.2d
Release:	4
Summary:	Typeset dramas, both in verse and in prose
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dramatist
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dramatist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dramatist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dramatist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is intended for typesetting drama of any length.
It provides two environments for typesetting dialogues in prose
or in verse; new document divisions corresponding to acts and
scenes; macros that control the appearance of characters and
stage directions; and automatic generation of a `dramatis
personae' list.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dramatist/dramatist.sty
%doc %{_texmfdistdir}/doc/latex/dramatist/README
%doc %{_texmfdistdir}/doc/latex/dramatist/dramatist.pdf
%doc %{_texmfdistdir}/doc/latex/dramatist/marlowe-poemscol.tex
%doc %{_texmfdistdir}/doc/latex/dramatist/marlowe-verse.tex
%doc %{_texmfdistdir}/doc/latex/dramatist/schiller.tex
#- source
%doc %{_texmfdistdir}/source/latex/dramatist/dramatist.dtx
%doc %{_texmfdistdir}/source/latex/dramatist/dramatist.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2d-4
+ Revision: b2f0f65
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24648 |14mu|texlive-dratex-20080918-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/dratex
# catalog-date 2008-09-18 22:51:09 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-dratex
Version:	20080918
Release:	4
Summary:	General drawing macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/dratex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dratex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dratex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A low level (DraTex.sty) and a high-level (AlDraTex.sty)
drawing package written entirely in TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/dratex/AlDraTex.sty
%{_texmfdistdir}/tex/generic/dratex/DraTex.sty
%{_texmfdistdir}/tex/generic/dratex/TeXProject.sty
%{_texmfdistdir}/tex/generic/dratex/wotree.sty
%doc %{_texmfdistdir}/doc/generic/dratex/Examples.tex
%doc %{_texmfdistdir}/doc/generic/dratex/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080918-4
+ Revision: 4fe90f8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24649 |14mu|texlive-drawstack-20100823-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19627
# category Package
# catalog-ctan /macros/latex/contrib/drawstack
# catalog-date 2010-08-23 11:19:04 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-drawstack
Version:	20100823
Release:	4
Summary:	Draw execution stacks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/drawstack
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drawstack.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drawstack.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This simple LaTeX package provides support for drawing
execution stack (typically to illustrate assembly language
notions). The code is written on top of TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/drawstack/drawstack.sty
%doc %{_texmfdistdir}/doc/latex/drawstack/README
%doc %{_texmfdistdir}/doc/latex/drawstack/stack-example.pdf
%doc %{_texmfdistdir}/doc/latex/drawstack/stack-example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100823-4
+ Revision: d0cd004
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24650 |14mu|texlive-droit-fr-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25419
# category Package
# catalog-ctan /macros/latex/contrib/droit-fr
# catalog-date 2012-02-17 14:36:29 +0100
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-droit-fr
Version:	0.1
Release:	3
Summary:	Document class and bibliographic style for French law
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/droit-fr
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/droit-fr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/droit-fr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides a toolkit intended for students writing a
thesis in French law. It features: - a LaTeX document class; -
a bibliographic style for Biblatex package; - a practical
example of french thesis document; and - documentation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/droit-fr/droit-fr.bbx
%{_texmfdistdir}/tex/latex/droit-fr/droit-fr.cbx
%{_texmfdistdir}/tex/latex/droit-fr/droit-fr.cls
%doc %{_texmfdistdir}/doc/latex/droit-fr/doc/.latexmkrc
%doc %{_texmfdistdir}/doc/latex/droit-fr/doc/README
%doc %{_texmfdistdir}/doc/latex/droit-fr/doc/droit-fr.pdf
%doc %{_texmfdistdir}/doc/latex/droit-fr/doc/droit-fr.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/.latexmkrc
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/annexes.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/bibliographie.bib
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/bibliographie.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/conclusion.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/glossaire.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/index.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/introduction.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/main.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/misc.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/partie1.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/partie2.tex
%doc %{_texmfdistdir}/doc/latex/droit-fr/example/titre.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: 7c8541d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24651 |14mu|texlive-drs-1.1b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19232
# category Package
# catalog-ctan /macros/latex/contrib/drs
# catalog-date 2010-07-03 21:56:37 +0200
# catalog-license lppl1.3
# catalog-version 1.1b
Name:		texlive-drs
Version:	1.1b
Release:	4
Summary:	Typeset Discourse Representation Structures (DRS)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/drs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package draws Discourse Representation Structures (DRSs).
It can draw embedded DRSs, if-then conditions and
quantificational "duplex conditions" (with a properly scaled
connecting diamond). Formatting parameters allow the user to
control the appearance and placement of DRSs, and of DRS
variables and conditions. The package is based on DRS macros in
the covington package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/drs/drs.sty
%doc %{_texmfdistdir}/doc/latex/drs/README
%doc %{_texmfdistdir}/doc/latex/drs/drsdoc.pdf
%doc %{_texmfdistdir}/doc/latex/drs/drsdoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1b-4
+ Revision: 893583c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24652 |14mu|texlive-drv-0.97-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21499
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/drv
# catalog-date 2011-02-22 19:59:57 +0100
# catalog-license lppl
# catalog-version 0.97
Name:		texlive-drv
Version:	0.97
Release:	4
Summary:	Derivation trees with MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/drv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/drv.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of MetaPost macros for typesetting derivation trees (such
as used in sequent calculus, type inference, programming
language semantics...). No MetaPost knowledge is needed to use
these macros.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/drv/drv.mp
%doc %{_texmfdistdir}/doc/metapost/drv/README
%doc %{_texmfdistdir}/doc/metapost/drv/doc/drv-guide.mp
%doc %{_texmfdistdir}/doc/metapost/drv/doc/drv-guide.tex
%doc %{_texmfdistdir}/doc/metapost/drv/doc/drv.mp
%doc %{_texmfdistdir}/doc/metapost/drv/doc/makefile
%doc %{_texmfdistdir}/doc/metapost/drv/doc/readme.sh
%doc %{_texmfdistdir}/doc/metapost/drv/drv-guide.pdf
%doc %{_texmfdistdir}/doc/metapost/drv/sample/coq-sample.mp
%doc %{_texmfdistdir}/doc/metapost/drv/sample/coq-sample.tex
%doc %{_texmfdistdir}/doc/metapost/drv/sample/drv.mp
%doc %{_texmfdistdir}/doc/metapost/drv/sample/makefile
%doc %{_texmfdistdir}/doc/metapost/drv/sample/readme.sh
%doc %{_texmfdistdir}/doc/metapost/drv/template/drv.mp
%doc %{_texmfdistdir}/doc/metapost/drv/template/makefile
%doc %{_texmfdistdir}/doc/metapost/drv/template/readme.sh
%doc %{_texmfdistdir}/doc/metapost/drv/template/template.mp
%doc %{_texmfdistdir}/doc/metapost/drv/template/template.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.97-4
+ Revision: 25eb0e9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24653 |14mu|texlive-dtk-1.29-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27226
# category Package
# catalog-ctan /usergrps/dante/dtk
# catalog-date 2012-06-18 14:12:50 +0200
# catalog-license lppl1.3
# catalog-version 1.29
Name:		texlive-dtk
Version:	1.29
Release:	3
Summary:	Document class for the journal of DANTE
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/usergrps/dante/dtk
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtk.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides a class and style file for typesetting "Die
TeXnische Komodie" -- the communications of the German TeX
Users Group DANTE e.V. The arrangement means that the class may
be used by article writers to typeset a single article as well
as to produce the complete journal.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/dtk/dtk.bst
%{_texmfdistdir}/makeindex/dtk/dtk-adr.ist
%{_texmfdistdir}/makeindex/dtk/dtk-idx.ist
%{_texmfdistdir}/tex/latex/dtk/dtk-pdf.sty
%{_texmfdistdir}/tex/latex/dtk/dtk-url.sty
%{_texmfdistdir}/tex/latex/dtk/dtk.clo
%{_texmfdistdir}/tex/latex/dtk/dtk.cls
%{_texmfdistdir}/tex/latex/dtk/dtk12.clo
%{_texmfdistdir}/tex/latex/dtk/dtklogos.sty
%doc %{_texmfdistdir}/doc/latex/dtk/Changes
%doc %{_texmfdistdir}/doc/latex/dtk/doc/beispiel-lua.pdf
%doc %{_texmfdistdir}/doc/latex/dtk/doc/beispiel-lua.tex
%doc %{_texmfdistdir}/doc/latex/dtk/doc/beispiel-xtx.pdf
%doc %{_texmfdistdir}/doc/latex/dtk/doc/beispiel-xtx.tex
%doc %{_texmfdistdir}/doc/latex/dtk/doc/beispiel.bib
%doc %{_texmfdistdir}/doc/latex/dtk/doc/beispiel.pdf
%doc %{_texmfdistdir}/doc/latex/dtk/doc/beispiel.tex
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk00.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk01.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk02.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk03.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk05.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk06.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk10.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk11.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk95.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk96.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk97.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk98.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/dtk99.clo
%doc %{_texmfdistdir}/doc/latex/dtk/historical/textlist.sty
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/Makefile
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/Makefile.in
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/adressen.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/editorial.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/grusswort.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/impressum.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/komoedie.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/ruecken.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/rueckenNeu.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/stammtische.tex
%doc %{_texmfdistdir}/doc/latex/dtk/komoedie/termine.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.29-3
+ Revision: 54c03a3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24654 |14mu|texlive-dtl-0.6.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /dviware/dtl
# catalog-date 2012-04-09 22:37:34 +0200
# catalog-license pd
# catalog-version 0.6.1
Name:		texlive-dtl
Version:	0.6.1
Release:	10
Summary:	Tools to dis-assemble and re-assemble DVI files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dtl
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dtl.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-dtl.bin

%description
DTL (DVI Text Language) is a means of expressing the content of
a DVI file, which is readily readable by humans. The DTL bundle
contains an assembler dt2dv (which produces DVI files from DTL
files) and a disassembler dv2dt (which produces DTL files from
DVI files). The DTL bundle was developed so as to avoid some
infelicities of dvitype (among other pressing reasons).


#-----------------------------------------------------------------------
%files
%{_mandir}/man1/dt2dv.1*
%{_texmfdistdir}/doc/man/man1/dt2dv.man1.pdf
%{_mandir}/man1/dv2dt.1*
%{_texmfdistdir}/doc/man/man1/dv2dt.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6.1-10
+ Revision: eeced03
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24655 |14mu|texlive-duotenzor-1.00-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18728
# category Package
# catalog-ctan /graphics/duotenzor
# catalog-date 2010-06-06 13:50:32 +0200
# catalog-license lppl1.3
# catalog-version 1.00
Name:		texlive-duotenzor
Version:	1.00
Release:	4
Summary:	Drawing package for circuit and duotensor diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/duotenzor
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/duotenzor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/duotenzor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a drawing package for circuit and duotensor diagrams
within LaTeX documents. It consists of about eighty commands,
calling on TikZ for support.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/duotenzor/duotenzor.sty
%doc %{_texmfdistdir}/doc/latex/duotenzor/README
%doc %{_texmfdistdir}/doc/latex/duotenzor/duotenzormanual.pdf
%doc %{_texmfdistdir}/doc/latex/duotenzor/duotenzormanual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00-4
+ Revision: da0dba0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24656 |14mu|texlive-dvdcoll-v1.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/dvdcoll
# catalog-date 2008-04-30 11:48:45 +0200
# catalog-license lppl
# catalog-version v1.1a
Name:		texlive-dvdcoll
Version:	v1.1a
Release:	4
Summary:	A class for typesetting DVD archives
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dvdcoll
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvdcoll.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvdcoll.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Having lost the overview of my DVD archives, I simply could not
remember if I already recorded the documentary running on TV
that day. I chose to recreate the index using LaTeX: the design
aim was a hyperlinked and fully searchable PDF-document,
listing my DVDs with all titles, lengths and so on. Further
requirements were support for seasons of tv series and a list
with all faulty or missing programs for rerecording. The
dvdcoll class supports all these requirements. dvdcoll.cls
follows the structure <number><title><length>. As a result, the
class is not limited to DVDs--you can of course typeset
archives of CD-ROMs, Audio-CDs and so on. Supported languages
at the moment: English, French, German, Italian, Polish,
Portuguese, Spanish. Some help is needed for other languages!.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/dvdcoll/dcbib.bst
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/UKenglish.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/USenglish.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/acadian.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/american.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/australian.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/austrian.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/brazil.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/brazilian.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/british.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/canadian.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/canadien.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/english.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/francais.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/french.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/frenchb.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/german.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/germanb.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/italian.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/naustrian.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/newzealand.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/ngerman.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/polish.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/portuges.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/portuguese.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcl/spanish.dcl
%{_texmfdistdir}/tex/latex/dvdcoll/dcwrtbib.sty
%{_texmfdistdir}/tex/latex/dvdcoll/dvdcoll.cls
%{_texmfdistdir}/tex/latex/dvdcoll/pdfnotiz.sty
%doc %{_texmfdistdir}/doc/latex/dvdcoll/CHANGES
%doc %{_texmfdistdir}/doc/latex/dvdcoll/INSTALL
%doc %{_texmfdistdir}/doc/latex/dvdcoll/README
%doc %{_texmfdistdir}/doc/latex/dvdcoll/dcexample.pdf
%doc %{_texmfdistdir}/doc/latex/dvdcoll/dcexample.tex
%doc %{_texmfdistdir}/doc/latex/dvdcoll/dvdcoll.pdf
%doc %{_texmfdistdir}/doc/latex/dvdcoll/dvdcoll_de.pdf
%doc %{_texmfdistdir}/doc/latex/dvdcoll/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.1a-4
+ Revision: ed87b7b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24657 |14mu|texlive-dvgloss-0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29103
# category Package
# catalog-ctan /macros/latex/contrib/dvgloss
# catalog-date 2013-02-13 12:56:56 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-dvgloss
Version:	0.1
Release:	7
Summary:	Facilities for setting interlinear glossed text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dvgloss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvgloss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvgloss.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvgloss.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides extensible macros for setting interlinear
glossed text -- useful, for instance, for typing linguistics
papers. The operative word here is "extensible": few features
are built in, but some flexible and powerful facilities are
included for adding your own.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dvgloss/dvgloss.sty
%doc %{_texmfdistdir}/doc/latex/dvgloss/README
%doc %{_texmfdistdir}/doc/latex/dvgloss/dvgloss.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dvgloss/dvgloss.dtx
%doc %{_texmfdistdir}/source/latex/dvgloss/dvgloss.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-7
+ Revision: 561c7b0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24658 |14mu|texlive-dvi2tty-3.5.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /dviware/dvi2tty
# catalog-date 2012-04-09 22:37:34 +0200
# catalog-license gpl
# catalog-version 3.5.1
Name:		texlive-dvi2tty
Version:	3.5.1
Release:	10
Summary:	Produce ASCII from DVI
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvi2tty
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvi2tty.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvi2tty.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-dvi2tty.bin

%description
A DVI driver to produce an ASCII representation of the
document. The original version was written in Pascal, and the
present author translated the program to C.


#-----------------------------------------------------------------------
%files
%{_mandir}/man1/dvi2tty.1*
%{_texmfdistdir}/doc/man/man1/dvi2tty.man1.pdf
%doc %{_mandir}/man1/disdvi.1*
%doc %{_texmfdistdir}/doc/man/man1/disdvi.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.5.1-10
+ Revision: 0d0d73a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24659 |14mu|texlive-dvidvi-1.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /dviware/dvidvi
# catalog-date 2012-05-07 18:30:58 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-dvidvi
Version:	1.0
Release:	10
Summary:	Convert one DVI file into another
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvidvi
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvidvi.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-dvidvi.bin

%description
The output DVI file's contents are specified by page selection
commands; series of pages and page number ranges may be
specified, as well as inclusions and exclusions.


#-----------------------------------------------------------------------
%files
%{_mandir}/man1/dvidvi.1*
%{_texmfdistdir}/doc/man/man1/dvidvi.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-10
+ Revision: c104ebd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24660 |14mu|texlive-dviincl-1.00-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/dviincl
# catalog-date 2008-08-19 08:58:40 +0200
# catalog-license pd
# catalog-version 1.00
Name:		texlive-dviincl
Version:	1.00
Release:	4
Summary:	Include a DVI page into MetaPost output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/dviincl
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dviincl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dviincl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
One of the auxiliary programs belonging to every MetaPost
package is DVItoMP, converting a DVI into a MetaPost file.
Hence the idea of including a DVI page into the EPS files
generated by MetaPost. An MPX file produced by DVItoMP is then
processed by MetaPost with an axiliary file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/dviincl/fix_brks.mp
%{_texmfdistdir}/metapost/dviincl/fix_page.mp
%doc %{_texmfdistdir}/doc/metapost/dviincl/0czytaj.sla
%doc %{_texmfdistdir}/doc/metapost/dviincl/0dviincl.inf
%doc %{_texmfdistdir}/doc/metapost/dviincl/README
%doc %{_texmfdistdir}/doc/metapost/dviincl/README.pl
%doc %{_texmfdistdir}/doc/metapost/dviincl/storyx.tex
%doc %{_texmfdistdir}/doc/metapost/dviincl/test-bop.mp
%doc %{_texmfdistdir}/doc/metapost/dviincl/test-bop.tex
%doc %{_texmfdistdir}/doc/metapost/dviincl/testit.bat
%doc %{_texmfdistdir}/doc/metapost/dviincl/testit.sh

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00-4
+ Revision: 8098bd7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24661 |14mu|texlive-dvips-20130325-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32132
# category Package
# catalog-ctan undef
# catalog-date 2013-03-25 12:41:24 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-dvips
Version:	20130325
Release:	10
Summary:	A DVI to PostScript driver
Group:		Publishing
URL:		http://tug.org/texlive
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvips.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvips.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-dvips.bin
%rename tetex-dvips
%rename texlive-texmf-dvips

%description
This package has been withdrawn from CTAN, and bundled into the
distributions' package sets. The current sources of dvips may
be found in the distribution of dvipsk which forms part of the
TeX-live sources.

%postun
    if [ $1 -eq 0 ]; then
	rm -fr %{_texmfvardir}/fonts/map/dvips
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/base/color.pro
%{_texmfdistdir}/dvips/base/crop.pro
%{_texmfdistdir}/dvips/base/ehandler.ps
%{_texmfdistdir}/dvips/base/finclude.pro
%{_texmfdistdir}/dvips/base/hps.pro
%{_texmfdistdir}/dvips/base/resolution400.ps
%{_texmfdistdir}/dvips/base/special.pro
%{_texmfdistdir}/dvips/base/tex.pro
%{_texmfdistdir}/dvips/base/texc.pro
%{_texmfdistdir}/dvips/base/texps.pro
%{_texmfdistdir}/dvips/config/alt-rule.pro
%{_texmfdistdir}/dvips/config/canonex.cfg
%{_texmfdistdir}/dvips/config/config.bakoma
%{_texmfdistdir}/dvips/config/config.canonex
%{_texmfdistdir}/dvips/config/config.cx
%{_texmfdistdir}/dvips/config/config.deskjet
%{_texmfdistdir}/dvips/config/config.dvired
%{_texmfdistdir}/dvips/config/config.epson
%{_texmfdistdir}/dvips/config/config.ibmvga
%{_texmfdistdir}/dvips/config/config.ljfour
%{_texmfdistdir}/dvips/config/config.luc
%{_texmfdistdir}/dvips/config/config.mbn
%{_texmfdistdir}/dvips/config/config.mga
%{_texmfdistdir}/dvips/config/config.mirrorprint
%{_texmfdistdir}/dvips/config/config.ot2
%{_texmfdistdir}/dvips/config/config.ps
%{_texmfdistdir}/dvips/config/config.qms
%{_texmfdistdir}/dvips/config/config.toshiba
%{_texmfdistdir}/dvips/config/config.unms
%{_texmfdistdir}/dvips/config/config.xyp
%{_texmfdistdir}/dvips/config/cx.cfg
%{_texmfdistdir}/dvips/config/deskjet.cfg
%{_texmfdistdir}/dvips/config/dfaxhigh.cfg
%{_texmfdistdir}/dvips/config/dvired.cfg
%{_texmfdistdir}/dvips/config/epson.cfg
%{_texmfdistdir}/dvips/config/ibmvga.cfg
%{_texmfdistdir}/dvips/config/ljfour.cfg
%{_texmfdistdir}/dvips/config/qms.cfg
%{_texmfdistdir}/dvips/config/toshiba.cfg
%{_texmfdistdir}/fonts/enc/dvips/base/6w.enc
%{_texmfdistdir}/fonts/enc/dvips/base/7t.enc
%{_texmfdistdir}/fonts/enc/dvips/base/8a.enc
%{_texmfdistdir}/fonts/enc/dvips/base/8r.enc
%{_texmfdistdir}/fonts/enc/dvips/base/ad.enc
%{_texmfdistdir}/fonts/enc/dvips/base/ansinew.enc
%{_texmfdistdir}/fonts/enc/dvips/base/asex.enc
%{_texmfdistdir}/fonts/enc/dvips/base/asexp.enc
%{_texmfdistdir}/fonts/enc/dvips/base/dc.enc
%{_texmfdistdir}/fonts/enc/dvips/base/dvips.enc
%{_texmfdistdir}/fonts/enc/dvips/base/ec.enc
%{_texmfdistdir}/fonts/enc/dvips/base/extex.enc
%{_texmfdistdir}/fonts/enc/dvips/base/funky.enc
%{_texmfdistdir}/fonts/enc/dvips/base/odvips.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-cs-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-ec-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-l7x-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-qx-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-rm-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-t2a-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-t2b-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-t2c-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-t5-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-texnansi-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/q-ts1-uni.enc
%{_texmfdistdir}/fonts/enc/dvips/base/qx.enc
%{_texmfdistdir}/fonts/enc/dvips/base/stormex.enc
%{_texmfdistdir}/fonts/enc/dvips/base/tex256.enc
%{_texmfdistdir}/fonts/enc/dvips/base/texmext.enc
%{_texmfdistdir}/fonts/enc/dvips/base/texmital.enc
%{_texmfdistdir}/fonts/enc/dvips/base/texmsym.enc
%{_texmfdistdir}/fonts/enc/dvips/base/texnansx.enc
%{_texmfdistdir}/fonts/map/dvips/updmap/builtin35.map
%{_texmfdistdir}/fonts/map/dvips/updmap/download35.map
%{_texmfdistdir}/fonts/map/dvips/updmap/ps2pk.map
%{_texmfdistdir}/fonts/map/dvips/updmap/psfonts.map
%{_texmfdistdir}/fonts/map/dvips/updmap/psfonts_pk.map
%{_texmfdistdir}/fonts/map/dvips/updmap/psfonts_t1.map
%{_texmfdistdir}/tex/generic/dvips/blackdvi.sty
%{_texmfdistdir}/tex/generic/dvips/blackdvi.tex
%{_texmfdistdir}/tex/generic/dvips/colordvi.sty
%{_texmfdistdir}/tex/generic/dvips/colordvi.tex
%{_texmfdistdir}/tex/generic/dvips/rotate.sty
%{_texmfdistdir}/tex/generic/dvips/rotate.tex
%doc %{_texmfdistdir}/doc/dvips/dvips.html
%doc %{_texmfdistdir}/doc/dvips/dvips.pdf
%doc %{_infodir}/dvips.info*
%doc %{_mandir}/man1/afm2tfm.1*
%doc %{_texmfdistdir}/doc/man/man1/afm2tfm.man1.pdf
%doc %{_mandir}/man1/dvips.1*
%doc %{_texmfdistdir}/doc/man/man1/dvips.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdistdir}/doc/info/*.info %{buildroot}%{_infodir}

%changelog
* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 20130325-10
+ Revision: 5e035b2
- MassBuild#656: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24662 |14mu|texlive-dvipsconfig-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan /dviware/dvipsconfig
# catalog-date 2007-03-05 22:02:45 +0100
# catalog-license gpl
# catalog-version 1.6
Name:		texlive-dvipsconfig
Version:	1.6
Release:	4
Summary:	Collection of dvips PostScript headers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvipsconfig
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipsconfig.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a collection of dvips PostScript header and dvips
config files. They control certain features of the printer,
including: A4, A3, usletter, simplex, duplex / long edge,
duplex / short edge, screen frequencies of images, black/white
invers, select transparency / paper for tektronix 550/560,
manual feeder, envelope feeder, and tray 1, 2 and 3, and
printing a PostScript grid underneath the page material--very
useful for measuring and eliminating paper feed errors!.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/dvipsconfig/README
%{_texmfdistdir}/dvips/dvipsconfig/addpsctrl
%{_texmfdistdir}/dvips/dvipsconfig/config.a3
%{_texmfdistdir}/dvips/dvipsconfig/config.a4
%{_texmfdistdir}/dvips/dvipsconfig/config.a4grid
%{_texmfdistdir}/dvips/dvipsconfig/config.duplong
%{_texmfdistdir}/dvips/dvipsconfig/config.dupshort
%{_texmfdistdir}/dvips/dvipsconfig/config.envelope
%{_texmfdistdir}/dvips/dvipsconfig/config.inv
%{_texmfdistdir}/dvips/dvipsconfig/config.manualfeed
%{_texmfdistdir}/dvips/dvipsconfig/config.mmgrid
%{_texmfdistdir}/dvips/dvipsconfig/config.psgrid
%{_texmfdistdir}/dvips/dvipsconfig/config.screen100
%{_texmfdistdir}/dvips/dvipsconfig/config.screen100_0
%{_texmfdistdir}/dvips/dvipsconfig/config.screen110
%{_texmfdistdir}/dvips/dvipsconfig/config.screen120
%{_texmfdistdir}/dvips/dvipsconfig/config.screen130
%{_texmfdistdir}/dvips/dvipsconfig/config.screen140
%{_texmfdistdir}/dvips/dvipsconfig/config.screen150
%{_texmfdistdir}/dvips/dvipsconfig/config.screen35
%{_texmfdistdir}/dvips/dvipsconfig/config.screen50
%{_texmfdistdir}/dvips/dvipsconfig/config.screen70
%{_texmfdistdir}/dvips/dvipsconfig/config.screen80
%{_texmfdistdir}/dvips/dvipsconfig/config.screen85
%{_texmfdistdir}/dvips/dvipsconfig/config.screen90
%{_texmfdistdir}/dvips/dvipsconfig/config.simplex
%{_texmfdistdir}/dvips/dvipsconfig/config.tek550paper
%{_texmfdistdir}/dvips/dvipsconfig/config.tek550transparency
%{_texmfdistdir}/dvips/dvipsconfig/config.tray1
%{_texmfdistdir}/dvips/dvipsconfig/config.tray2
%{_texmfdistdir}/dvips/dvipsconfig/config.tray3
%{_texmfdistdir}/dvips/dvipsconfig/config.usledger
%{_texmfdistdir}/dvips/dvipsconfig/config.usletter

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: f029481
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24663 |14mu|texlive-dynblocks-0.2a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27838
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/dynblocks
# catalog-date 2012-09-27 16:18:28 +0200
# catalog-license lppl1.3
# catalog-version 0.2a
Name:		texlive-dynblocks
Version:	0.2a
Release:	7
Summary:	A simple way to create dynamic blocks for Beamer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/dynblocks
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dynblocks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dynblocks.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides full customisation of the aspect and
dimensions of blocks inside a presentation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dynblocks/dynblocks.sty
%doc %{_texmfdistdir}/doc/latex/dynblocks/README
%doc %{_texmfdistdir}/doc/latex/dynblocks/dynblocks.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/dynblocks.tex
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/alert_1.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/alert_2.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/align.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/basic_1.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/basic_2.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/cmbx_1.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/cmbx_2.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/cmby_1.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/cmby_2.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/custcol_1.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/custcol_2.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/custcol_3.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/custcol_4.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/estl.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/shdrndc_1.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/shdrndc_2.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/szeg_1.pdf
%doc %{_texmfdistdir}/doc/latex/dynblocks/images/szeg_2.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2a-7
+ Revision: 439ff56
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24664 |14mu|texlive-dyntree-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/dyntree
# catalog-date 2007-03-05 22:02:45 +0100
# catalog-license lgpl
# catalog-version 1.0
Name:		texlive-dyntree
Version:	1.0
Release:	4
Summary:	Construct Dynkin tree diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/dyntree
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dyntree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dyntree.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/dyntree.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is intended for users needing to typeset a Dynkin
Tree Diagram--a group theoretical construct consisting of
cartan coefficients in boxes connected by a series of lines.
Such a diagram is a tool for working out the states and their
weights in terms of the fundamental weights and the simple
roots. The package makes use of the author's coollist package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/dyntree/dyntree.sty
%doc %{_texmfdistdir}/doc/latex/dyntree/README
%doc %{_texmfdistdir}/doc/latex/dyntree/dyntree.pdf
#- source
%doc %{_texmfdistdir}/source/latex/dyntree/dyntree.dtx
%doc %{_texmfdistdir}/source/latex/dyntree/dyntree.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 8875bab
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24665 |14mu|texlive-ean13isbn-20080819-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ean13isbn
# catalog-date 2008-08-19 08:58:40 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-ean13isbn
Version:	20080819
Release:	4
Summary:	Print EAN13 for ISBN
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ean13isbn
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ean13isbn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ean13isbn.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to typeset ISBN codes with EAN-
13; it uses the (generic) package ean13.tex to typeset the
actual barcode.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ean13isbn/ean13isbn.sty
%doc %{_texmfdistdir}/doc/latex/ean13isbn/License.txt
%doc %{_texmfdistdir}/doc/latex/ean13isbn/README
%doc %{_texmfdistdir}/doc/latex/ean13isbn/ean13isbn.pdf
%doc %{_texmfdistdir}/doc/latex/ean13isbn/ean13isbn.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080819-4
+ Revision: 8d80337
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24666 |14mu|texlive-easy-0.99-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/easy
# catalog-date 2007-01-01 18:45:52 +0100
# catalog-license lppl
# catalog-version 0.99
Name:		texlive-easy
Version:	0.99
Release:	4
Summary:	A collection of easy-to-use macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/easy
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The collection comprises: - easybib, support for customising
bibliographies; - easybmat, support for composing block
matrices; - easyeqn, support for various aspects of equations;
- easymat, support for composing matrices; - easytable, support
for writing tables; - easyvector, a C-like syntax for writing
vectors.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/easy/easy.sty
%{_texmfdistdir}/tex/latex/easy/easybib.sty
%{_texmfdistdir}/tex/latex/easy/easybmat.sty
%{_texmfdistdir}/tex/latex/easy/easyeqn.sty
%{_texmfdistdir}/tex/latex/easy/easymat.sty
%{_texmfdistdir}/tex/latex/easy/easytable.sty
%{_texmfdistdir}/tex/latex/easy/easyvector.sty
%doc %{_texmfdistdir}/doc/latex/easy/README
%doc %{_texmfdistdir}/doc/latex/easy/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/easy/for-latex2html/easybib.perl
%doc %{_texmfdistdir}/doc/latex/easy/for-latex2html/easybmat.perl
%doc %{_texmfdistdir}/doc/latex/easy/for-latex2html/easyeqn.perl
%doc %{_texmfdistdir}/doc/latex/easy/for-latex2html/easymat.perl
%doc %{_texmfdistdir}/doc/latex/easy/for-latex2html/easytable.perl
%doc %{_texmfdistdir}/doc/latex/easy/for-latex2html/easyvector.perl
%doc %{_texmfdistdir}/doc/latex/easy/mydoc.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.99-4
+ Revision: a8a854e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24667 |14mu|texlive-easyfig-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26424
# category Package
# catalog-ctan /macros/latex/contrib/easyfig
# catalog-date 2012-05-15 13:39:37 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-easyfig
Version:	1.2
Release:	3
Summary:	Simplifying the use of common figures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/easyfig
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easyfig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easyfig.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easyfig.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the command \Figure[<key=value>...]{<image
filename>} to simplify the business of including an image as
figure in the most common form (centred and with caption and
label). Caption and label are set using the caption and label
keys; the label fig:<image filename> is used if none is given.
If the here key is given, the figure is not 'floated', and the
user is responsible for placement. The package uses the
author's package adjustbox to centre an image and to simplify
further modifications.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/easyfig/easyfig.sty
%doc %{_texmfdistdir}/doc/latex/easyfig/README
%doc %{_texmfdistdir}/doc/latex/easyfig/easyfig.pdf
#- source
%doc %{_texmfdistdir}/source/latex/easyfig/easyfig.dtx
%doc %{_texmfdistdir}/source/latex/easyfig/easyfig.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-3
+ Revision: 6730d4b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24668 |14mu|texlive-easylist-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22362
# category Package
# catalog-ctan /macros/latex/contrib/easylist
# catalog-date 2010-02-28 15:24:01 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-easylist
Version:	1.3
Release:	4
Summary:	Lists using a single active character
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/easylist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easylist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easylist.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows you to create lists of numbered items (as
in Wittgenstein's 'Tractatus') with a single active character
as the only command. A variety of parameters are available to
configure the appearance of the list; lists may be nested
(effectively to unlimited depth).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/easylist/easylist.sty
%doc %{_texmfdistdir}/doc/latex/easylist/README
%doc %{_texmfdistdir}/doc/latex/easylist/easylist-doc.pdf
%doc %{_texmfdistdir}/doc/latex/easylist/easylist-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: 0f1a71f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24669 |14mu|texlive-easy-todo-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21157
# category Package
# catalog-ctan /macros/latex/contrib/easy-todo
# catalog-date 2011-01-20 10:27:03 +0100
# catalog-license apache2
# catalog-version 1.0
Name:		texlive-easy-todo
Version:	1.0
Release:	4
Summary:	To-do notes in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/easy-todo
License:	APACHE2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easy-todo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/easy-todo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides to-do notes throughout a document, and
will provide an index of things to do.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/easy-todo/easy-todo.sty
%doc %{_texmfdistdir}/doc/latex/easy-todo/LICENSE
%doc %{_texmfdistdir}/doc/latex/easy-todo/README
%doc %{_texmfdistdir}/doc/latex/easy-todo/easy-todo.pdf
%doc %{_texmfdistdir}/doc/latex/easy-todo/easy-todo.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: fed52fc
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24670 |14mu|texlive-ebezier-4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ebezier
# catalog-date 2009-01-30 10:13:19 +0100
# catalog-license lppl
# catalog-version 4
Name:		texlive-ebezier
Version:	4
Release:	4
Summary:	Device independent picture environment enhancement
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ebezier
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebezier.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebezier.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebezier.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Ebezier is a device independent extension for the standard
picture environment. Linear, quadratic, and cubic bezier curves
are supplied in connection with higher level circle drawing
commands. Additionally some macros for the calculation of curve
lenghts are part of this package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ebezier/ebezier.sty
%doc %{_texmfdistdir}/doc/latex/ebezier/ebezier.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ebezier/ebezier.dtx
%doc %{_texmfdistdir}/source/latex/ebezier/ebezier.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4-4
+ Revision: c5edb29
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24671 |14mu|texlive-ebong-20120507-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /language/ebong
# catalog-date 2012-05-07 23:49:19 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-ebong
Version:	20120507
Release:	3
Summary:	Utility for writing Bengali in Rapid Roman Format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/ebong
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebong.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebong.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-ebong.bin = %{EVRD}

%description
A tool (preprocessor) for writing your pRaa-ne-r ka-thaa in the
bengali langauage. It allows one to write the text in Rapid
Roman Bangla and convert it to the bangtex format by a python
program. All LaTeX markups are preserved in the target file.


#-----------------------------------------------------------------------
%files
%{_bindir}/ebong
%{_texmfdistdir}/scripts/ebong/ebong.py
%doc %{_texmfdistdir}/doc/latex/ebong/ANNOUNCE.txt
%doc %{_texmfdistdir}/doc/latex/ebong/README
%doc %{_texmfdistdir}/doc/latex/ebong/eb.b
%doc %{_texmfdistdir}/doc/latex/ebong/eb.pdf
%doc %{_texmfdistdir}/doc/latex/ebong/eb_tex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ebong/ebong.py ebong
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120507-3
+ Revision: 4137820
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24672 |14mu|texlive-ebook-20131012-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29466
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-ebook
Version:	20131012
Release:	7
Summary:	TeXLive ebook package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebook.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive ebook package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ebook/ebook.sty
%doc %{_texmfdistdir}/doc/latex/ebook/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131012-7
+ Revision: 04d34df
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24673 |14mu|texlive-ebsthesis-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ebsthesis
# catalog-date 2007-01-07 11:02:17 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-ebsthesis
Version:	1.0
Release:	4
Summary:	Typesetting theses for economics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ebsthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebsthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebsthesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ebsthesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The ebsthesis class and ebstools package facilitate the
production of camera-ready manuscripts in conformance with the
guidelines of Gabler Verlag and typographical rules established
by the European Business School.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ebsthesis/ebsthesis.cls
%doc %{_texmfdistdir}/doc/latex/ebsthesis/README
%doc %{_texmfdistdir}/doc/latex/ebsthesis/ebsthesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ebsthesis/ebsthesis.dtx
%doc %{_texmfdistdir}/source/latex/ebsthesis/ebsthesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: bab0509
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24674 |14mu|texlive-ecclesiastic-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27252
# category Package
# catalog-ctan /macros/latex/contrib/ecclesiastic
# catalog-date 2012-07-30 11:22:32 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-ecclesiastic
Version:	0.2
Release:	3
Summary:	Typesetting Ecclesiastic Latin
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ecclesiastic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecclesiastic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecclesiastic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecclesiastic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package modifies the way the latin option to babel operates
when typesetting Latin. The style is somewhat 'frenchified' in
respect of punctuation spacings and footnote style; shortcuts
are available in order to set accents on all vowels, including
y and the diphthongs ae and oe.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ecclesiastic/ecclesiastic.sty
%doc %{_texmfdistdir}/doc/latex/ecclesiastic/README
%doc %{_texmfdistdir}/doc/latex/ecclesiastic/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/ecclesiastic/ecclesiastic.pdf
%doc %{_texmfdistdir}/doc/latex/ecclesiastic/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/ecclesiastic/ecclesiastic.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: 4010f40
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24675 |14mu|texlive-ecltree-1.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eclbip
# catalog-date 2008-06-01 23:17:13 +0200
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-ecltree
Version:	1.1a
Release:	4
Summary:	Trees using epic and eepic macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eclbip
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecltree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecltree.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package recursively draws trees: each subtree is defined in
a 'bundle' environment, with a set of leaves described by
\chunk macros. A chunk may have a bundle environment inside it.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ecltree/ecltree.sty
%doc %{_texmfdistdir}/doc/latex/ecltree/ecltreesample.pdf
%doc %{_texmfdistdir}/doc/latex/ecltree/ecltreesample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1a-4
+ Revision: 1cd0116
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24676 |14mu|texlive-ecv-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24928
# category Package
# catalog-ctan /macros/latex/contrib/ecv
# catalog-date 2011-12-23 14:02:37 +0100
# catalog-license other-free
# catalog-version 0.3
Name:		texlive-ecv
Version:	0.3
Release:	4
Summary:	A fancy Curriculum Vitae class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ecv
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ecv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides an environment for creating a fancily laid
out tabular curriculum vitae inspired by the european
curriculum vitae. The distribution comes with a German and an
English template.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ecv/ecv.cls
%{_texmfdistdir}/tex/latex/ecv/ecvEnglish.ldf
%{_texmfdistdir}/tex/latex/ecv/ecvGerman.ldf
%{_texmfdistdir}/tex/latex/ecv/ecvNLS.sty
%doc %{_texmfdistdir}/doc/latex/ecv/COPYING
%doc %{_texmfdistdir}/doc/latex/ecv/README
%doc %{_texmfdistdir}/doc/latex/ecv/docstrip.cfg
%doc %{_texmfdistdir}/doc/latex/ecv/ecv.pdf
%doc %{_texmfdistdir}/doc/latex/ecv/template/CV-template_de.pdf
%doc %{_texmfdistdir}/doc/latex/ecv/template/CV-template_de.tex
%doc %{_texmfdistdir}/doc/latex/ecv/template/CV-template_en.pdf
%doc %{_texmfdistdir}/doc/latex/ecv/template/CV-template_en.tex
%doc %{_texmfdistdir}/doc/latex/ecv/template/Makefile
%doc %{_texmfdistdir}/doc/latex/ecv/template/portrait.eps
#- source
%doc %{_texmfdistdir}/source/latex/ecv/ecv.dtx
%doc %{_texmfdistdir}/source/latex/ecv/ecv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: 909c783
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24677 |14mu|texlive-ed-1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25231
# category Package
# catalog-ctan /macros/latex/contrib/ed
# catalog-date 2012-01-29 16:01:54 +0100
# catalog-license lppl1
# catalog-version 1.8
Name:		texlive-ed
Version:	1.8
Release:	3
Summary:	Editorial Notes for LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ed
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ed.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ed.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ed.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package defines a couple of editorial notes that simplify
collaboration on a LaTeX text. These allow authors to annotate
status information in the source. In draft mode, the
annotations are shown for communication, and in publication
mode these are suppressed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ed/ed.sty
%doc %{_texmfdistdir}/doc/latex/ed/Makefile
%doc %{_texmfdistdir}/doc/latex/ed/README
%doc %{_texmfdistdir}/doc/latex/ed/ed.pdf
%doc %{_texmfdistdir}/doc/latex/ed/ed.sty.ltxml
#- source
%doc %{_texmfdistdir}/source/latex/ed/ed.dtx
%doc %{_texmfdistdir}/source/latex/ed/ed.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.8-3
+ Revision: ff7ce9f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24678 |14mu|texlive-edfnotes-0.6b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21540
# category Package
# catalog-ctan /macros/latex/contrib/edfnotes
# catalog-date 2011-02-22 21:47:43 +0100
# catalog-license lppl1.3
# catalog-version 0.6b
Name:		texlive-edfnotes
Version:	0.6b
Release:	4
Summary:	Critical annotations to footnotes with ednotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/edfnotes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edfnotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edfnotes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edfnotes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package modifies the annotation commands and label-test
mechanism of the ednotes package so that critical notes appear
on the pages and in the order that one would expect.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/edfnotes/edfnotes.sty
%doc %{_texmfdistdir}/doc/latex/edfnotes/PdUsample.pdf
%doc %{_texmfdistdir}/doc/latex/edfnotes/README
%doc %{_texmfdistdir}/doc/latex/edfnotes/README.pdf
%doc %{_texmfdistdir}/doc/latex/edfnotes/README.txt
%doc %{_texmfdistdir}/doc/latex/edfnotes/SRCFILEs.txt
%doc %{_texmfdistdir}/doc/latex/edfnotes/edfnotes.pdf
#- source
%doc %{_texmfdistdir}/source/latex/edfnotes/README.tex
%doc %{_texmfdistdir}/source/latex/edfnotes/edfnotes.tex
%doc %{_texmfdistdir}/source/latex/edfnotes/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6b-4
+ Revision: 1b23a35
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24679 |14mu|texlive-edmargin-1.02-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/edmargin
# catalog-date 2008-08-19 08:58:40 +0200
# catalog-license lppl
# catalog-version 1.02
Name:		texlive-edmargin
Version:	1.02
Release:	4
Summary:	Multiple series of endnotes for critical editions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/edmargin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edmargin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edmargin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/edmargin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Edmargin provides a very simple scheme for endnote sections for
critical editions. Endnotes can either be marked in the text,
or with marginal references to the page in the note sections
where the note is to be found. Notes can be set in individual
paragraphs, or in block paragraph mode (where there are many
short notes). Note sections will have running headers of the
form "Textual notes to pp. xx--yy". New note sections can be
created on the fly. There are predefined endnote sections for
textual notes, emendations, and explanatory notes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/edmargin/edmargin.sty
%doc %{_texmfdistdir}/doc/latex/edmargin/README
%doc %{_texmfdistdir}/doc/latex/edmargin/edmargin.pdf
#- source
%doc %{_texmfdistdir}/source/latex/edmargin/edmargin.dtx
%doc %{_texmfdistdir}/source/latex/edmargin/edmargin.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.02-4
+ Revision: 1fda27d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24680 |14mu|texlive-ednotes-1.3a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/ednotes
# catalog-date 2008-01-07 00:37:03 +0100
# catalog-license lppl
# catalog-version 1.3a
Name:		texlive-ednotes
Version:	1.3a
Release:	4
Summary:	Typeset scholarly editions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ednotes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ednotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ednotes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A macro package for typesetting scholarly critical editions.
Provides macros for critical edition typesetting with LaTeX,
including support for line numbers and layers of footnotes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ednotes/edcntwd0.sty
%{_texmfdistdir}/tex/latex/ednotes/ednotes.sty
%{_texmfdistdir}/tex/latex/ednotes/lblchng1.sty
%{_texmfdistdir}/tex/latex/ednotes/mfparptc.sty
%{_texmfdistdir}/tex/latex/ednotes/mfparxsp.sty
%doc %{_texmfdistdir}/doc/latex/ednotes/CHANGES.txt
%doc %{_texmfdistdir}/doc/latex/ednotes/CHANGING.txt
%doc %{_texmfdistdir}/doc/latex/ednotes/README
%doc %{_texmfdistdir}/doc/latex/ednotes/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/ednotes/README4U.txt
%doc %{_texmfdistdir}/doc/latex/ednotes/READMORE.txt
%doc %{_texmfdistdir}/doc/latex/ednotes/ednotes.pdf
%doc %{_texmfdistdir}/doc/latex/ednotes/ednotes.tex
%doc %{_texmfdistdir}/doc/latex/ednotes/ednotugb.pdf
%doc %{_texmfdistdir}/doc/latex/ednotes/emathtst.tex
%doc %{_texmfdistdir}/doc/latex/ednotes/varnrule.tex
%doc %{_texmfdistdir}/doc/latex/ednotes/visible.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3a-4
+ Revision: a35fc03
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24681 |14mu|texlive-eemeir-1.1b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eemeir
# catalog-date 2007-02-20 10:49:06 +0100
# catalog-license lppl
# catalog-version 1.1b
Name:		texlive-eemeir
Version:	1.1b
Release:	4
Summary:	Adjust the gender of words in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eemeir
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eemeir.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eemeir.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eemeir.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines macros for third-person singular pronouns (\E, \Em,
\Eir, \Eirs), which expand differently according to a
masculine/feminine switch. (If the switch is 'masculine', they
would expand to 'he', 'him', 'his' and 'his'; if 'feminine',
they would expand to 'she', 'her', 'her' and 'hers". Apart from
the pronouns, one can define 'word pairs', such as
mother/father, daughter/son, and so on. Gender may be defined
once per document, as an environment, or may be flipped on the
fly.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eemeir/eemeir.sty
%doc %{_texmfdistdir}/doc/latex/eemeir/README
%doc %{_texmfdistdir}/doc/latex/eemeir/eemeir.pdf
#- source
%doc %{_texmfdistdir}/source/latex/eemeir/eemeir.dtx
%doc %{_texmfdistdir}/source/latex/eemeir/eemeir.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1b-4
+ Revision: 43fc296
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24682 |14mu|texlive-eepic-1.1e-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eepic
# catalog-date 2009-09-25 23:06:49 +0200
# catalog-license pd
# catalog-version 1.1e
Name:		texlive-eepic
Version:	1.1e
Release:	4
Summary:	Extensions to epic and the LaTeX drawing tools
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eepic
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eepic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eepic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Extensions to epic and the LaTeX picture drawing environment,
include the drawing of lines at any slope, the drawing of
circles in any radii, and the drawing of dotted and dashed
lines much faster with much less TeX memory, and providing
several new commands for drawing ellipses, arcs, splines, and
filled circles and ellipses. The package uses tpic \special
commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eepic/eepic.sty
%{_texmfdistdir}/tex/latex/eepic/eepicemu.sty
%{_texmfdistdir}/tex/latex/eepic/epic.sty
%doc %{_texmfdistdir}/doc/latex/eepic/eepic.pdf
%doc %{_texmfdistdir}/doc/latex/eepic/eepic.tex
%doc %{_texmfdistdir}/doc/latex/eepic/epic-eg3.fig
%doc %{_texmfdistdir}/doc/latex/eepic/epic-eg3.tex
%doc %{_texmfdistdir}/doc/latex/eepic/epic-eg4.fig
%doc %{_texmfdistdir}/doc/latex/eepic/epic-eg4.tex
%doc %{_texmfdistdir}/doc/latex/eepic/fig2eepic/epic-eg3.fig
%doc %{_texmfdistdir}/doc/latex/eepic/fig2eepic/epic-eg4.fig
%doc %{_texmfdistdir}/doc/latex/eepic/fig2eepic/fig2epic.1
%doc %{_texmfdistdir}/doc/latex/eepic/fig2eepic/makefile
%doc %{_texmfdistdir}/doc/latex/eepic/fig2eepic/readme
%doc %{_texmfdistdir}/doc/latex/eepic/grafig.shar
%doc %{_texmfdistdir}/doc/latex/eepic/readme

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1e-4
+ Revision: b1288f1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24683 |14mu|texlive-egameps-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/egameps
# catalog-date 2009-11-06 13:29:36 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-egameps
Version:	1.1
Release:	4
Summary:	LaTeX package for typesetting extensive games
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/egameps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/egameps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/egameps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The style is intended to have enough features to draw any
extensive game with relative ease. The facilities of PSTricks
are used for graphics. (An older version of the package, which
uses the LaTeX picture environment rather than PSTricks and
consequently has many fewer features is available on the
package home page.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/egameps/egameps.sty
%doc %{_texmfdistdir}/doc/latex/egameps/README
%doc %{_texmfdistdir}/doc/latex/egameps/egameps.pdf
%doc %{_texmfdistdir}/doc/latex/egameps/egameps.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 6ceff4b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24684 |14mu|texlive-egplot-1.02a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20617
# category Package
# catalog-ctan /macros/latex/contrib/egplot
# catalog-date 2010-11-30 14:05:46 +0100
# catalog-license gpl
# catalog-version 1.02a
Name:		texlive-egplot
Version:	1.02a
Release:	4
Summary:	Encapsulate Gnuplot sources in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/egplot
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/egplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/egplot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/egplot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package to encapsulate gnuplot commands in a LaTeX source
file, so that a document's figures are maintained in parallel
with the document source itself.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/egplot/egplot.sty
%doc %{_texmfdistdir}/doc/latex/egplot/egplot.README
%doc %{_texmfdistdir}/doc/latex/egplot/egplot.pdf
%doc %{_texmfdistdir}/doc/latex/egplot/manual.ps.gz
#- source
%doc %{_texmfdistdir}/source/latex/egplot/egplot.drv
%doc %{_texmfdistdir}/source/latex/egplot/egplot.dtx
%doc %{_texmfdistdir}/source/latex/egplot/egplot.ins
%doc %{_texmfdistdir}/source/latex/egplot/egpman.drv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.02a-4
+ Revision: 005d388
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24685 |14mu|texlive-ejpecp-0.5772-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25092
# category Package
# catalog-ctan /macros/latex/contrib/ejpecp
# catalog-date 2012-01-10 16:50:30 +0100
# catalog-license lppl1.2
# catalog-version 0.5772
Name:		texlive-ejpecp
Version:	0.5772
Release:	5
Summary:	Class for EJP and ECP
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ejpecp
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ejpecp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ejpecp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ejpecp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is designed for typesetting articles for the
mathematical research periodicals Electronic Journal of
Probability (EJP) and Electronic Communications in Probability
(ECP).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ejpecp/ejpecp.cls
%doc %{_texmfdistdir}/doc/latex/ejpecp/LPPL
%doc %{_texmfdistdir}/doc/latex/ejpecp/README
%doc %{_texmfdistdir}/doc/latex/ejpecp/ejpecp.pdf
%doc %{_texmfdistdir}/doc/latex/ejpecp/mgetmref.py
%doc %{_texmfdistdir}/doc/latex/ejpecp/sample.pdf
%doc %{_texmfdistdir}/doc/latex/ejpecp/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/ejpecp/ejpecp.dtx
%doc %{_texmfdistdir}/source/latex/ejpecp/ejpecp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5772-5
+ Revision: 0ddf47b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24686 |14mu|texlive-elbioimp-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21758
# category Package
# catalog-ctan /macros/latex/contrib/elbioimp
# catalog-date 2011-03-18 18:22:40 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-elbioimp
Version:	1.2
Release:	4
Summary:	A LaTeX document class for the Journal of Electrical Bioimpedance
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/elbioimp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elbioimp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elbioimp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elbioimp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A new document class for writing articles to the Journal of
Electrical Bioimpedance.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/elbioimp/elbioimp.cls
%doc %{_texmfdistdir}/doc/latex/elbioimp/Makefile
%doc %{_texmfdistdir}/doc/latex/elbioimp/README
%doc %{_texmfdistdir}/doc/latex/elbioimp/elbioimp-basis.tex
%doc %{_texmfdistdir}/doc/latex/elbioimp/elbioimp.pdf
%doc %{_texmfdistdir}/doc/latex/elbioimp/test-bib.bib
%doc %{_texmfdistdir}/doc/latex/elbioimp/test-ill.png
%doc %{_texmfdistdir}/doc/latex/elbioimp/test1.tex
#- source
%doc %{_texmfdistdir}/source/latex/elbioimp/elbioimp.dtx
%doc %{_texmfdistdir}/source/latex/elbioimp/elbioimp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 7a93db6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24687 |14mu|texlive-eledform-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27922
# category Package
# catalog-ctan /macros/latex/contrib/eledform
# catalog-date 2012-10-08 11:45:11 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-eledform
Version:	1.0
Release:	8
Summary:	Define textual variants
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eledform
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eledform.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eledform.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eledform.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to formalize textual variants in
critical editions typeset using eledmac.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eledform/eledform.sty
%doc %{_texmfdistdir}/doc/latex/eledform/README.md
%doc %{_texmfdistdir}/doc/latex/eledform/eledform.pdf
%doc %{_texmfdistdir}/doc/latex/eledform/example.pdf
%doc %{_texmfdistdir}/doc/latex/eledform/example.tex
%doc %{_texmfdistdir}/doc/latex/eledform/include/stemma.tex
%doc %{_texmfdistdir}/doc/latex/eledform/makefile
#- source
%doc %{_texmfdistdir}/source/latex/eledform/eledform.dtx
%doc %{_texmfdistdir}/source/latex/eledform/eledform.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-8
+ Revision: d6a09c9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24688 |14mu|texlive-eledmac-1.10.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33080
# category Package
# catalog-ctan /macros/latex/contrib/eledmac
# catalog-date 2014-03-02 00:04:31 +0100
# catalog-license lppl
# catalog-version 1.10.1
Name:		texlive-eledmac
Version:	1.10.1
Release:	3
Summary:	Typeset scholarly editions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eledmac
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eledmac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eledmac.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eledmac.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for typesetting scholarly critical editions,
replacing the established ledmac package. Ledmac itself was a
LaTeX port of the plain TeX EDMAC macros. The package supports
indexing by page and by line numbers, and simple tabular- and
array-style environments. The package is distributed with the
related eledpar package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eledmac/eledmac.sty
%{_texmfdistdir}/tex/latex/eledmac/eledpar.sty
%doc %{_texmfdistdir}/doc/latex/eledmac/Makefile
%doc %{_texmfdistdir}/doc/latex/eledmac/README
%doc %{_texmfdistdir}/doc/latex/eledmac/eledmac.pdf
%doc %{_texmfdistdir}/doc/latex/eledmac/eledpar.pdf
#- source
%doc %{_texmfdistdir}/source/latex/eledmac/eledmac.dtx
%doc %{_texmfdistdir}/source/latex/eledmac/eledmac.ins
%doc %{_texmfdistdir}/source/latex/eledmac/eledpar.dtx
%doc %{_texmfdistdir}/source/latex/eledmac/eledpar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.10.1-3
+ Revision: ed053ad
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24689 |14mu|texlive-ellipsis-20070102-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ellipsis
# catalog-date 2007-01-02 01:17:18 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-ellipsis
Version:	20070102
Release:	4
Summary:	Fix uneven spacing around ellipses in LaTeX text mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ellipsis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ellipsis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ellipsis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ellipsis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a simple package that fixes a problem in the way LaTeX
handles ellipses: it always puts a tiny bit more space after
\dots in text mode than before it, which results in the
ellipsis being off-center when used between two words.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ellipsis/ellipsis.sty
%doc %{_texmfdistdir}/doc/latex/ellipsis/README
%doc %{_texmfdistdir}/doc/latex/ellipsis/ellipsis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ellipsis/ellipsis.dtx
%doc %{_texmfdistdir}/source/latex/ellipsis/ellipsis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070102-4
+ Revision: db649e0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24690 |14mu|texlive-elmath-v1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/elmath
# catalog-date 2007-05-25 16:15:27 +0200
# catalog-license lppl
# catalog-version v1.2
Name:		texlive-elmath
Version:	v1.2
Release:	4
Summary:	Mathematics in Greek texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/elmath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elmath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elmath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package has been designed to facilitate the use of Greek
letters in mathematical mode. The package allows one to
directly type in Greek letters (in ISO 8859-7 encoding) in math
mode.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/elmath/elmath.sty
%doc %{_texmfdistdir}/doc/latex/elmath/elmath.pdf
#- source
%doc %{_texmfdistdir}/source/latex/elmath/elmath.dtx
%doc %{_texmfdistdir}/source/latex/elmath/elmath.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.2-4
+ Revision: 0b8c965
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24691 |14mu|texlive-elpres-v0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/elpres
# catalog-date 2007-05-25 16:15:27 +0200
# catalog-license lppl
# catalog-version v0.3
Name:		texlive-elpres
Version:	v0.3
Release:	4
Summary:	A simple class for electronic presentations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/elpres
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elpres.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elpres.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Elpres is a simple class for electronic presentations to be
shown on screen or a beamer. Elpres is derived from article.cls
and may be used with LaTeX or pdfLaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/elpres/elpres.cls
%doc %{_texmfdistdir}/doc/latex/elpres/elpres-example.tex
%doc %{_texmfdistdir}/doc/latex/elpres/elpres-manual.pdf
%doc %{_texmfdistdir}/doc/latex/elpres/elpres-manual.tex
%doc %{_texmfdistdir}/doc/latex/elpres/gradient1.png
%doc %{_texmfdistdir}/doc/latex/elpres/gradient2.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.3-4
+ Revision: 2baf43b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24692 |14mu|texlive-elsarticle-1.20-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/elsarticle
# catalog-date 2009-09-18 14:01:48 +0200
# catalog-license lppl1.2
# catalog-version 1.20
Name:		texlive-elsarticle
Version:	1.20
Release:	4
Summary:	Class for articles for submission to Elsevier journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/elsarticle
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elsarticle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elsarticle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elsarticle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is for typeset journal articles, is accepted for
submitted articles, both in Elsevier's electronic submission
system and elsewhere. It replaces the 10-year-old class elsart.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/elsarticle/elsarticle-harv.bst
%{_texmfdistdir}/bibtex/bst/elsarticle/elsarticle-num-names.bst
%{_texmfdistdir}/bibtex/bst/elsarticle/elsarticle-num.bst
%{_texmfdistdir}/tex/latex/elsarticle/elsarticle.cls
%doc %{_texmfdistdir}/doc/latex/elsarticle/README
%doc %{_texmfdistdir}/doc/latex/elsarticle/els-1p.pdf
%doc %{_texmfdistdir}/doc/latex/elsarticle/els-3pd.pdf
%doc %{_texmfdistdir}/doc/latex/elsarticle/els1.pdf
%doc %{_texmfdistdir}/doc/latex/elsarticle/els2.pdf
%doc %{_texmfdistdir}/doc/latex/elsarticle/elsarticle-template-harv.tex
%doc %{_texmfdistdir}/doc/latex/elsarticle/elsarticle-template-num.tex
%doc %{_texmfdistdir}/doc/latex/elsarticle/elsdoc.pdf
%doc %{_texmfdistdir}/doc/latex/elsarticle/elsdoc.tex
%doc %{_texmfdistdir}/doc/latex/elsarticle/jfigs.pdf
%doc %{_texmfdistdir}/doc/latex/elsarticle/makefile
%doc %{_texmfdistdir}/doc/latex/elsarticle/manifest.txt
%doc %{_texmfdistdir}/doc/latex/elsarticle/pdfwidgets.sty
%doc %{_texmfdistdir}/doc/latex/elsarticle/rvdtx.sty
#- source
%doc %{_texmfdistdir}/source/latex/elsarticle/elsarticle.dtx
%doc %{_texmfdistdir}/source/latex/elsarticle/elsarticle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.20-4
+ Revision: a971373
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24693 |14mu|texlive-elteikthesis-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22513
# category Package
# catalog-ctan /macros/latex/contrib/elteikthesis
# catalog-date 2011-05-17 17:52:56 +0200
# catalog-license lppl1.2
# catalog-version 1.2
Name:		texlive-elteikthesis
Version:	1.2
Release:	4
Summary:	Thesis class for ELTE University Informatics wing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/elteikthesis
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elteikthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elteikthesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/elteikthesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is not an official University class, and has not been
approved by the University.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/elteikthesis/elteikthesis.cls
%doc %{_texmfdistdir}/doc/latex/elteikthesis/README
%doc %{_texmfdistdir}/doc/latex/elteikthesis/elteikthesis.pdf
%doc %{_texmfdistdir}/doc/latex/elteikthesis/example.pdf
%doc %{_texmfdistdir}/doc/latex/elteikthesis/example.tex
%doc %{_texmfdistdir}/doc/latex/elteikthesis/pics/eltecimerszines.eps
%doc %{_texmfdistdir}/doc/latex/elteikthesis/pics/eltecimerszines.jpg
#- source
%doc %{_texmfdistdir}/source/latex/elteikthesis/elteikthesis.dtx
%doc %{_texmfdistdir}/source/latex/elteikthesis/elteikthesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 41c22d6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24694 |14mu|texlive-eltex-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eltex
# catalog-date 2009-11-09 17:57:09 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-eltex
Version:	2.0
Release:	4
Summary:	Simple circuit diagrams in LaTeX picture mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eltex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eltex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eltex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The macros enable the user to draw simple circuit diagrams in
the picture environment, with no need of special resources. The
macros are appropriate for drawing for school materials. The
circuit symbols accord to the various parts of the standard IEC
617.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eltex/eltex1.tex
%{_texmfdistdir}/tex/latex/eltex/eltex2.tex
%{_texmfdistdir}/tex/latex/eltex/eltex3.tex
%{_texmfdistdir}/tex/latex/eltex/eltex4.tex
%{_texmfdistdir}/tex/latex/eltex/eltex5.tex
%{_texmfdistdir}/tex/latex/eltex/eltex6.tex
%{_texmfdistdir}/tex/latex/eltex/eltex7.tex
%doc %{_texmfdistdir}/doc/latex/eltex/README
%doc %{_texmfdistdir}/doc/latex/eltex/man_en.pdf
%doc %{_texmfdistdir}/doc/latex/eltex/man_en.tex
%doc %{_texmfdistdir}/doc/latex/eltex/pri_cz.pdf
%doc %{_texmfdistdir}/doc/latex/eltex/pri_cz.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 5598bac
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24695 |14mu|texlive-emarks-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24504
# category Package
# catalog-ctan /macros/latex/contrib/emarks
# catalog-date 2011-11-03 08:30:49 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-emarks
Version:	1.0
Release:	4
Summary:	Named mark registers with e-TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/emarks
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emarks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emarks.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emarks.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
E-TeX provides 32 768 mark registers; using this facility is
far more comfortable than LaTeX tricks with \markright,
\markboth, \leftmark and \rightmark. The package provides two
commands for marking: \marksthe and \marksthecs, which have *
forms which disable expansion; new mark registers are allocated
as needed. Syntax is closely modelled on the \marks primitive.
Four commands are provided for retrieving the marks registers'
content: \thefirstmarks, \thebotmarks, thetopmarks and
\getthemarks; and the command \ifmarksequal is available for
comparing the content of marks registers. The package requires
an e-TeX-enabled engine, and the etex package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/emarks/emarks.sty
%doc %{_texmfdistdir}/doc/latex/emarks/Fingerprint.jpg
%doc %{_texmfdistdir}/doc/latex/emarks/README
%doc %{_texmfdistdir}/doc/latex/emarks/emarks-fingerprint.png
%doc %{_texmfdistdir}/doc/latex/emarks/emarks.pdf
#- source
%doc %{_texmfdistdir}/source/latex/emarks/emarks.drv
%doc %{_texmfdistdir}/source/latex/emarks/emarks.dtx
%doc %{_texmfdistdir}/source/latex/emarks/emarks.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: e537a91
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24696 |14mu|texlive-embedall-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31903
# category Package
# catalog-ctan /macros/latex/contrib/embedall
# catalog-date 2013-10-14 16:22:06 +0200
# catalog-license lppl1.2
# catalog-version 1.0
Name:		texlive-embedall
Version:	1.0
Release:	7
Summary:	Embed source files into the generated PDF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/embedall
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/embedall.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/embedall.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/embedall.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of storing a project, without
losing anything. It uses the embedfile package to attach to the
generated PDF all files used in creating your project. In
particular, it can embed images, external TeX files, external
codes and.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/embedall/embedall.sty
%doc %{_texmfdistdir}/doc/latex/embedall/embedall.pdf
#- source
%doc %{_texmfdistdir}/source/latex/embedall/embedall.dtx
%doc %{_texmfdistdir}/source/latex/embedall/embedall.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 6471df5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24697 |14mu|texlive-embrac-0.1b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27178
# category Package
# catalog-ctan /macros/latex/contrib/embrac
# catalog-date 2012-07-24 16:08:54 +0200
# catalog-license lppl1.3
# catalog-version 0.1b
Name:		texlive-embrac
Version:	0.1b
Release:	3
Summary:	Upright brackets in emphasised text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/embrac
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/embrac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/embrac.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package redefines the commands \emph and \textit so that
parentheses and square brackets are typeset in an upright font
in their arguments. The package requires expl3 from the
l3kernel bundle, and xparse and l3keys2e from the l3packages
bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/embrac/embrac.sty
%doc %{_texmfdistdir}/doc/latex/embrac/README
%doc %{_texmfdistdir}/doc/latex/embrac/embrac_en.pdf
%doc %{_texmfdistdir}/doc/latex/embrac/embrac_en.tex
%doc %{_texmfdistdir}/doc/latex/embrac/embrac_kerning_test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1b-3
+ Revision: 40a27f6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24698 |14mu|texlive-emp-20110807-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23483
# category Package
# catalog-ctan /macros/latex/contrib/emp
# catalog-date 2011-08-07 01:10:30 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-emp
Version:	20110807
Release:	4
Summary:	"Encapsulate" MetaPost figures in a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/emp
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Emp is a package for encapsulating MetaPost figures in LaTeX:
the package provides environments where you can place MetaPost
commands, and means of using that code as fragments for
building up figures to include in your document. So, with emp,
the procedure is to run your document with LaTeX, run MetaPost,
and then complete running your document in the normal way. Emp
is therefore useful for keeping illustrations in synchrony with
the text. It also frees you from inventing descriptive names
for PostScript files that fit into the confines of file system
conventions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/emp/emp.sty
%doc %{_texmfdistdir}/doc/latex/emp/COPYING
%doc %{_texmfdistdir}/doc/latex/emp/Makefile
%doc %{_texmfdistdir}/doc/latex/emp/README
%doc %{_texmfdistdir}/doc/latex/emp/emp.pdf
%doc %{_texmfdistdir}/doc/latex/emp/empman.pdf
#- source
%doc %{_texmfdistdir}/source/latex/emp/emp.drv
%doc %{_texmfdistdir}/source/latex/emp/emp.dtx
%doc %{_texmfdistdir}/source/latex/emp/emp.ins
%doc %{_texmfdistdir}/source/latex/emp/empman.drv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110807-4
+ Revision: 11c01bf
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24699 |14mu|texlive-emptypage-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18064
# category Package
# catalog-ctan /macros/latex/contrib/emptypage
# catalog-date 2010-04-30 19:49:05 +0200
# catalog-license lppl1.2
# catalog-version 1.2
Name:		texlive-emptypage
Version:	1.2
Release:	4
Summary:	Make empty pages really empty
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/emptypage
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emptypage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emptypage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emptypage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package prevents page numbers and headings from appearing
on empty pages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/emptypage/emptypage.sty
%doc %{_texmfdistdir}/doc/latex/emptypage/README
%doc %{_texmfdistdir}/doc/latex/emptypage/emptypage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/emptypage/emptypage.dtx
%doc %{_texmfdistdir}/source/latex/emptypage/emptypage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 3ece84d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24700 |14mu|texlive-emulateapj-20121205-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28469
# category Package
# catalog-ctan /macros/latex/contrib/emulateapj
# catalog-date 2012-12-05 13:33:41 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-emulateapj
Version:	20121205
Release:	7
Summary:	Produce output similar to that of APJ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/emulateapj
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emulateapj.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/emulateapj.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX class (based on current RevTeX) to produce preprints
with the page layout similar to that of the Astrophysical
Journal.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/emulateapj/emulateapj.cls
%doc %{_texmfdistdir}/doc/latex/emulateapj/README
%doc %{_texmfdistdir}/doc/latex/emulateapj/sample.pdf
%doc %{_texmfdistdir}/doc/latex/emulateapj/sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20121205-7
+ Revision: 7d24615
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24701 |14mu|texlive-endfloat-2.5c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24962
# category Package
# catalog-ctan /macros/latex/contrib/endfloat
# catalog-date 2011-12-24 01:13:38 +0100
# catalog-license gpl
# catalog-version 2.5c
Name:		texlive-endfloat
Version:	2.5c
Release:	3
Summary:	Move floats to the end, leaving markers where they belong
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/endfloat
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endfloat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endfloat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Place all floats on pages by themselves at the end of the
document, optionally leaving markers like "[Figure 3 about
here]" in the text near to where the figure (or table) would
normally have occurred. Float types figure and table are
recognised by the package, unmodified. Since several packages
define other types of float, it is possible to register these
float types with endfloat.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/endfloat/efxmpl.cfg
%{_texmfdistdir}/tex/latex/endfloat/endfloat.sty
%doc %{_texmfdistdir}/doc/latex/endfloat/COPYING
%doc %{_texmfdistdir}/doc/latex/endfloat/README
%doc %{_texmfdistdir}/doc/latex/endfloat/endfloat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/endfloat/endfloat.dtx
%doc %{_texmfdistdir}/source/latex/endfloat/endfloat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5c-3
+ Revision: d53b873
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24702 |14mu|texlive-endheads-v1.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24992
# category Package
# catalog-ctan /macros/latex/contrib/endheads
# catalog-date 2011-12-31 23:12:05 +0100
# catalog-license lppl
# catalog-version v1.5
Name:		texlive-endheads
Epoch:		1
Version:	v1.5
Release:	3
Summary:	Running headers of the form "Notes to pp.xx-yy"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/endheads
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endheads.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endheads.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endheads.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Endheads provides running headers of the form "Notes to pp. xx-
yy" for endnotes sections. It also enables one to reset the
endnotes counter, and put a line marking the chapter change in
the endnotes, at the beginning of every chapter. Endheads
requires the fancyhdr, needspace, ifthen, and endnotes
packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/endheads/endheads.sty
%doc %{_texmfdistdir}/doc/latex/endheads/README
%doc %{_texmfdistdir}/doc/latex/endheads/endheads.pdf
#- source
%doc %{_texmfdistdir}/source/latex/endheads/endheads.dtx
%doc %{_texmfdistdir}/source/latex/endheads/endheads.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:v1.5-3
+ Revision: 670f80f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24703 |14mu|texlive-endiagram-0.1b-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30025
# category Package
# catalog-ctan /macros/latex/contrib/endiagram
# catalog-date 2013-04-05 11:53:55 +0200
# catalog-license lppl1.3
# catalog-version 0.1b
Name:		texlive-endiagram
Version:	0.1b
Release:	7
Summary:	Easy creation of potential energy curve diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/endiagram
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endiagram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endiagram.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the facility of drawing potential energy
curve diagrams with just a few simple commands. The package
cannot (yet) be considered stable.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/endiagram/endiagram.sty
%doc %{_texmfdistdir}/doc/latex/endiagram/README
%doc %{_texmfdistdir}/doc/latex/endiagram/endiagram_en.pdf
%doc %{_texmfdistdir}/doc/latex/endiagram/endiagram_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1b-7
+ Revision: 562eb3e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24704 |14mu|texlive-endnotes-20100309-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17197
# category Package
# catalog-ctan /macros/latex/contrib/endnotes
# catalog-date 2010-03-09 12:54:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-endnotes
Version:	20100309
Release:	4
Summary:	Place footnotes at the end
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/endnotes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endnotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/endnotes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Accumulates footnotes and places them at the end of the
document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/endnotes/endnotes.sty
%doc %{_texmfdistdir}/doc/latex/endnotes/endnotes.pdf
%doc %{_texmfdistdir}/doc/latex/endnotes/endnotes.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100309-4
+ Revision: 03a27b6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24705 |14mu|texlive-engpron-2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16558
# category Package
# catalog-ctan /macros/latex/contrib/engpron
# catalog-date 2008-08-16 17:33:04 +0200
# catalog-license lppl
# catalog-version 2
Name:		texlive-engpron
Version:	2
Release:	4
Summary:	Helps to type the pronunciation of English words
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/engpron
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engpron.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engpron.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engpron.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides macros beginning with the '' character,
made active, which enable us to write the British or American
English pronunciation as one can find it in the 'English
Pronouncing Dictionary' by Daniel Jones. There is an option to
typeset the pronunciation in the style of Harrap's dictionary.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/engpron/engpron-tools.sty
%{_texmfdistdir}/tex/latex/engpron/engpron.sty
%doc %{_texmfdistdir}/doc/latex/engpron/LISEZMOI
%doc %{_texmfdistdir}/doc/latex/engpron/README
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-en.ltx
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-en.pdf
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-ex-fr.pdf
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-ex-fr.tex
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-fr.ltx
%doc %{_texmfdistdir}/doc/latex/engpron/engpron-fr.pdf
%doc %{_texmfdistdir}/doc/latex/engpron/engpron.pdf
#- source
%doc %{_texmfdistdir}/source/latex/engpron/Makefile
%doc %{_texmfdistdir}/source/latex/engpron/engpron.dtx
%doc %{_texmfdistdir}/source/latex/engpron/engpron.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2-4
+ Revision: cbe3504
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24706 |14mu|texlive-engrec-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/engrec
# catalog-date 2008-05-07 22:48:57 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-engrec
Version:	1.1
Release:	4
Summary:	Enumerate with lower- or uppercase Greek letters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/engrec
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engrec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engrec.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engrec.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides two macros \engrec and \EnGrec to convert
number arguments to lower case or upper case greek letters.
They have the syntax of \alph, i.e. \engrec{a_counter},
\EnGrec{a_counter}. Options are provided to work with the
upgreek and fourier packages. Requires amstext.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/engrec/engrec.sty
%doc %{_texmfdistdir}/doc/latex/engrec/LISEZMOI
%doc %{_texmfdistdir}/doc/latex/engrec/README
%doc %{_texmfdistdir}/doc/latex/engrec/engrec.pdf
#- source
%doc %{_texmfdistdir}/source/latex/engrec/Makefile
%doc %{_texmfdistdir}/source/latex/engrec/engrec.dtx
%doc %{_texmfdistdir}/source/latex/engrec/engrec.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: e372ac2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24707 |14mu|texlive-engtlc-3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25432
# category Package
# catalog-ctan /macros/latex/contrib/engtlc
# catalog-date 2012-02-19 15:32:47 +0100
# catalog-license lppl
# catalog-version 3.1
Name:		texlive-engtlc
Version:	3.1
Release:	3
Summary:	Support for users in Telecommunications Engineering
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/engtlc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engtlc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/engtlc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a wide range of abbreviations for terms
used in Telecommunications Engineering.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/engtlc/engtlc.sty
%doc %{_texmfdistdir}/doc/latex/engtlc/README
%doc %{_texmfdistdir}/doc/latex/engtlc/engtlc.pdf
%doc %{_texmfdistdir}/doc/latex/engtlc/engtlc.tex
%doc %{_texmfdistdir}/doc/latex/engtlc/itengtlc.pdf
%doc %{_texmfdistdir}/doc/latex/engtlc/itengtlc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1-3
+ Revision: d61ab50
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24708 |14mu|texlive-enigma-0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29802
# category Package
# catalog-ctan /macros/luatex/generic/enigma
# catalog-date 2013-04-09 15:55:17 +0200
# catalog-license bsd
# catalog-version 0.1
Name:		texlive-enigma
Version:	0.1
Release:	7
Summary:	Encrypt documents with a three rotor Enigma
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/enigma
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enigma.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enigma.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides historical encryption (Enigma cipher) for
LuaTeX-based formats.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/context/lua/third/enigma/mtx-t-enigma.lua/mtx-t-enigma.lua
%{_texmfdistdir}/tex/context/third/enigma/t-enigma.mkv/t-enigma.mkvi
%{_texmfdistdir}/tex/generic/enigma/enigma.lua
%{_texmfdistdir}/tex/latex/enigma/enigma.sty
%{_texmfdistdir}/tex/plain/enigma/enigma.tex
%doc %{_texmfdistdir}/doc/context/third/enigma/enigma/COPYING
%doc %{_texmfdistdir}/doc/context/third/enigma/enigma/README
%doc %{_texmfdistdir}/doc/context/third/enigma/enigma/enigma-doc.pdf
%doc %{_texmfdistdir}/doc/context/third/enigma/enigma/enigma_manual.tex
%doc %{_texmfdistdir}/doc/context/third/enigma/enigma/examples/enigma-example-context.tex
%doc %{_texmfdistdir}/doc/context/third/enigma/enigma/examples/enigma-example-latex.tex
%doc %{_texmfdistdir}/doc/context/third/enigma/enigma/examples/enigma-example-plain.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-7
+ Revision: c163d97
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24709 |14mu|texlive-enotez-0.3a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27179
# category Package
# catalog-ctan /macros/latex/contrib/enotez
# catalog-date 2012-07-24 16:08:54 +0200
# catalog-license lppl1.3
# catalog-version 0.3a
Name:		texlive-enotez
Version:	0.3a
Release:	3
Summary:	Support for end-notes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/enotez
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enotez.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enotez.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows nested endnotes, supports hyperref and
provides means for easy customization of the list of notes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/enotez/enotez.sty
%doc %{_texmfdistdir}/doc/latex/enotez/README
%doc %{_texmfdistdir}/doc/latex/enotez/enotez_en.pdf
%doc %{_texmfdistdir}/doc/latex/enotez/enotez_en.tex
%doc %{_texmfdistdir}/doc/latex/enotez/enotez_split_example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3a-3
+ Revision: e32f735
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24710 |14mu|texlive-enumitem-3.5.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24146
# category Package
# catalog-ctan /macros/latex/contrib/enumitem
# catalog-date 2011-09-28 17:37:11 +0200
# catalog-license lppl
# catalog-version 3.5.2
Name:		texlive-enumitem
Version:	3.5.2
Release:	4
Summary:	Control layout of itemize, enumerate, description
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides user control over the layout of the three
basic list environments: enumerate, itemize and description. It
supersedes both enumerate and mdwlist (providing well-
structured replacements for all their funtionality), and in
addition provides functions to compute the layout of labels,
and to 'clone' the standard environments, to create new
environments with counters of their own.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/enumitem/enumitem.sty
%doc %{_texmfdistdir}/doc/latex/enumitem/README
%doc %{_texmfdistdir}/doc/latex/enumitem/enumitem.pdf
%doc %{_texmfdistdir}/doc/latex/enumitem/enumitem.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.5.2-4
+ Revision: 448e6b1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24711 |14mu|texlive-enumitem-zref-1.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21472
# category Package
# catalog-ctan /macros/latex/contrib/enumitem-zref
# catalog-date 2011-02-19 16:41:47 +0100
# catalog-license lppl1.3
# catalog-version 1.8
Name:		texlive-enumitem-zref
Version:	1.8
Release:	4
Summary:	Extended references to items for enumitem package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem-zref
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem-zref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem-zref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem-zref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is a companion for the enumitem package; it makes
it possible to reference any item in lists formatted by
enumitem lists, viz., enumerated, itemize and description
lists, and any list defined (or customised) with \newlist or
\setlist. References may be typeset differently with
options/properties and even arbitrary text. With hyperref,
anchors are added for each item to enable hyperlinks within the
document or even to external documents. Three schemes are
provided to make reference names (including the standard \label
command).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/enumitem-zref/enumitem-zref.sty
%doc %{_texmfdistdir}/doc/latex/enumitem-zref/README
%doc %{_texmfdistdir}/doc/latex/enumitem-zref/enumitem-zexample.tex
%doc %{_texmfdistdir}/doc/latex/enumitem-zref/enumitem-zref.pdf
#- source
%doc %{_texmfdistdir}/source/latex/enumitem-zref/enumitem-zref.drv
%doc %{_texmfdistdir}/source/latex/enumitem-zref/enumitem-zref.dtx
%doc %{_texmfdistdir}/source/latex/enumitem-zref/enumitem-zref.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.8-4
+ Revision: 8fe2263
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24712 |14mu|texlive-envbig-20081111-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/envbig
# catalog-date 2008-11-11 20:51:43 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-envbig
Version:	20081111
Release:	4
Summary:	Printing addresses on envelopes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/envbig
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/envbig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/envbig.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A simple package, that prints both 'from' and 'to' addresses.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/envbig/envbig.sty
%doc %{_texmfdistdir}/doc/latex/envbig/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081111-4
+ Revision: 1dec4f6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24713 |14mu|texlive-environ-0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29600
# category Package
# catalog-ctan /macros/latex/contrib/environ
# catalog-date 2013-04-01 18:04:30 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-environ
Version:	0.3
Release:	7
Summary:	A new interface for environments in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/environ
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/environ.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/environ.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/environ.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the \collect@body command (as in amsmath),
as well as a \long version \Collect@Body, for collecting the
body text of an environment. These commands are used to define
a new author interface to creating new environments. For
example: \NewEnviron{test} wraps the entire environment body in
square brackets, doing the right thing in ignoring leading and
trailing spaces.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/environ/environ.sty
%doc %{_texmfdistdir}/doc/latex/environ/README
%doc %{_texmfdistdir}/doc/latex/environ/environ.pdf
#- source
%doc %{_texmfdistdir}/source/latex/environ/environ.dtx
%doc %{_texmfdistdir}/source/latex/environ/environ.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-7
+ Revision: b634263
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24714 |14mu|texlive-envlab-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/envlab
# catalog-date 2009-01-23 15:11:09 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-envlab
Version:	1.2
Release:	4
Summary:	Addresses on envelopes or mailing labels
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/envlab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/envlab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/envlab.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/envlab.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for producing mailing envelopes and labels,
including barcodes and address formatting according to the US
Postal Service rules. Redefines the standard \makelabels
command of the LaTeX letter documentclass.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/envlab/envlab.cfg
%{_texmfdistdir}/tex/latex/envlab/envlab.sty
%doc %{_texmfdistdir}/doc/latex/envlab/elguide.pdf
%doc %{_texmfdistdir}/doc/latex/envlab/elguide.tex
%doc %{_texmfdistdir}/doc/latex/envlab/envlab.pdf
%doc %{_texmfdistdir}/doc/latex/envlab/readme.v12
#- source
%doc %{_texmfdistdir}/source/latex/envlab/elold.ins
%doc %{_texmfdistdir}/source/latex/envlab/envlab.drv
%doc %{_texmfdistdir}/source/latex/envlab/envlab.dtx
%doc %{_texmfdistdir}/source/latex/envlab/envlab.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 2346ce5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24715 |14mu|texlive-epigraph-1.5c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/epigraph
# catalog-date 2009-09-02 18:09:14 +0200
# catalog-license lppl1.3
# catalog-version 1.5c
Name:		texlive-epigraph
Version:	1.5c
Release:	4
Summary:	A package for typesetting epigraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/epigraph
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epigraph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epigraph.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epigraph.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Epigraphs are the pithy quotations often found at the start (or
end) of a chapter. Both single epigraphs and lists of epigraphs
are catered for. Various aspects are easily configurable.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/epigraph/epigraph.sty
%doc %{_texmfdistdir}/doc/latex/epigraph/README
%doc %{_texmfdistdir}/doc/latex/epigraph/epigraph.pdf
#- source
%doc %{_texmfdistdir}/source/latex/epigraph/epigraph.dtx
%doc %{_texmfdistdir}/source/latex/epigraph/epigraph.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5c-4
+ Revision: 39a6ae3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24716 |14mu|texlive-epiolmec-20070206-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/epiolmec
# catalog-date 2007-02-06 22:00:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-epiolmec
Version:	20070206
Release:	4
Summary:	Typesetting the Epi-Olmec Language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/epiolmec
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epiolmec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epiolmec.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epiolmec.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains all the necessary files to typeset Epi-
Olmec ``documents'', a script used in Southern Middle America
until about 500 AD.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/epiolmec/epiolmec.map
%{_texmfdistdir}/fonts/tfm/public/epiolmec/EpiOlmec.tfm
%{_texmfdistdir}/fonts/type1/public/epiolmec/Epi-Olmec.pfb
%{_texmfdistdir}/tex/latex/epiolmec/epiolmec.sty
%doc %{_texmfdistdir}/doc/latex/epiolmec/GlyphAccessCommands.pdf
#- source
%doc %{_texmfdistdir}/source/latex/epiolmec/epiolmec.dtx
%doc %{_texmfdistdir}/source/latex/epiolmec/epiolmec.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070206-4
+ Revision: 5967a33
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24717 |14mu|texlive-eplain-3.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31819
# category Package
# catalog-ctan /macros/eplain
# catalog-date 2013-10-01 08:28:26 +0200
# catalog-license gpl2
# catalog-version 3.6
Name:		texlive-eplain
Version:	3.6
Release:	7
Summary:	Extended plain tex macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/eplain
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eplain.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eplain.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eplain.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-pdftex
Requires:	texlive-eplain.bin

%description
A powerfully extended version of the plain format, adding
support for bibliographies, tables of contents, enumerated
lists, verbatim input of files, numbered equations, tables,
two-column output, footnotes, hyperlinks in PDF output and
commutative diagrams. Eplain can also load some of the more
useful LaTeX packages, notably graphics, graphicx, color,
autopict (a package instance of the LaTeX picture code),
psfrag, and url.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/eplain/arrow.tex
%{_texmfdistdir}/tex/eplain/btxmac.tex
%{_texmfdistdir}/tex/eplain/eplain.aux
%{_texmfdistdir}/tex/eplain/eplain.ini
%{_texmfdistdir}/tex/eplain/eplain.tex
%_texmf_fmtutil_d/eplain
%doc %{_texmfdistdir}/doc/eplain/AUTHORS
%doc %{_texmfdistdir}/doc/eplain/COPYING
%doc %{_texmfdistdir}/doc/eplain/ChangeLog
%doc %{_texmfdistdir}/doc/eplain/INSTALL
%doc %{_texmfdistdir}/doc/eplain/NEWS
%doc %{_texmfdistdir}/doc/eplain/README
%doc %{_texmfdistdir}/doc/eplain/demo/Makefile
%doc %{_texmfdistdir}/doc/eplain/demo/lscommnt.tex
%doc %{_texmfdistdir}/doc/eplain/demo/xhyper.tex
%doc %{_texmfdistdir}/doc/eplain/eplain.html
%doc %{_texmfdistdir}/doc/eplain/eplain.pdf
%doc %{_texmfdistdir}/doc/eplain/lscommnt.jpg
%doc %{_texmfdistdir}/doc/eplain/util/idxuniq
%doc %{_texmfdistdir}/doc/eplain/util/trimsee
%doc %{_texmfdistdir}/doc/eplain/xhyper.jpg
%doc %{_infodir}/eplain.info*
%doc %{_mandir}/man1/eplain.1*
%doc %{_texmfdistdir}/doc/man/man1/eplain.man1.pdf
#- source
%doc %{_texmfdistdir}/source/eplain/eplain-source-3.6.zip
%doc %{_texmfdistdir}/source/eplain/xeplain.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdistdir}/doc/info/*.info %{buildroot}%{_infodir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/eplain <<EOF
#
# from eplain:
eplain pdftex language.dat -translate-file=cp227.tcx *eplain.ini
EOF

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.6-7
+ Revision: 99ebed5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24718 |14mu|texlive-epsf-2.7.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21461
# category Package
# catalog-ctan /macros/generic/epsf
# catalog-date 2011-02-18 10:32:12 +0100
# catalog-license pd
# catalog-version 2.7.4
Name:		texlive-epsf
Version:	2.7.4
Release:	4
Summary:	Simple macros for EPS inclusion
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/epsf
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epsf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epsf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The original graphics inclusion macros for use with dvips;
still widely used by Plain TeX users (in particular). For LaTeX
users, the package is nowadays deprecated in favour of the more
sophisticated standard LaTeX graphics bundle of packages (which
are also available to Plain TeX users, either via its Plain TeX
version, or through the support offered by etex).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/epsf/epsf.sty
%{_texmfdistdir}/tex/generic/epsf/epsf.tex
%doc %{_texmfdistdir}/doc/generic/epsf/LICENSE
%doc %{_texmfdistdir}/doc/generic/epsf/Makefile
%doc %{_texmfdistdir}/doc/generic/epsf/README
%doc %{_texmfdistdir}/doc/generic/epsf/bboxgrid.ps
%doc %{_texmfdistdir}/doc/generic/epsf/epsf-doc.pdf
%doc %{_texmfdistdir}/doc/generic/epsf/epsf-doc.tex
%doc %{_texmfdistdir}/doc/generic/epsf/fndbadps
%doc %{_texmfdistdir}/doc/generic/epsf/okay/teps.eps
%doc %{_texmfdistdir}/doc/generic/epsf/okay/tepsf.eps
%doc %{_texmfdistdir}/doc/generic/epsf/okay/tepsf1.dvi
%doc %{_texmfdistdir}/doc/generic/epsf/okay/tepsf2.dvi
%doc %{_texmfdistdir}/doc/generic/epsf/okay/tepsf3.dvi
%doc %{_texmfdistdir}/doc/generic/epsf/teps.eps
%doc %{_texmfdistdir}/doc/generic/epsf/tepsf.eps
%doc %{_texmfdistdir}/doc/generic/epsf/tepsf1.tex
%doc %{_texmfdistdir}/doc/generic/epsf/tepsf2.ltx
%doc %{_texmfdistdir}/doc/generic/epsf/tepsf3.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.7.4-4
+ Revision: 50a8f13
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24719 |14mu|texlive-epsincl-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/epsincl
# catalog-date 2008-08-19 20:15:24 +0200
# catalog-license pd
# catalog-version 0.2
Name:		texlive-epsincl
Version:	0.2
Release:	4
Summary:	Include EPS in MetaPost figures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/epsincl
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epsincl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epsincl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package facilitates including EPS files in MetaPost
figures; it makes use of (G)AWK.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/epsincl/epsincl.mp
%doc %{_texmfdistdir}/doc/metapost/epsincl/0info.txt
%doc %{_texmfdistdir}/doc/metapost/epsincl/README
%doc %{_texmfdistdir}/doc/metapost/epsincl/epsincl.awk
%doc %{_texmfdistdir}/doc/metapost/epsincl/epsincl.bat
%doc %{_texmfdistdir}/doc/metapost/epsincl/testinc0.eps
%doc %{_texmfdistdir}/doc/metapost/epsincl/testincl.bat
%doc %{_texmfdistdir}/doc/metapost/epsincl/testincl.mp
%doc %{_texmfdistdir}/doc/metapost/epsincl/testincl.sh

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 1ad7035
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24720 |14mu|texlive-epspdf-0.5.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21628
# category Package
# catalog-ctan /support/epspdf
# catalog-date 2011-02-27 19:07:13 +0100
# catalog-license gpl
# catalog-version 0.5.3
Name:		texlive-epspdf
Version:	0.5.3
Release:	4
Summary:	Converter for PostScript, EPS and PDF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/epspdf
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epspdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epspdf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-epspdf.bin = %{EVRD}

%description
Epspdf[tk] is a Ruby script which converts between PostScript,
EPS and PDF. It has both a command-line and a GUI interface.
Using pdftops (from the xpdf command-line utilities) for round-
tripping opens up several new possibilities compared to older
similarly-named utilities.


#-----------------------------------------------------------------------
%files
%{_bindir}/epspdf
%{_bindir}/epspdftk
%{_texmfdistdir}/scripts/epspdf/epspdf.help
%{_texmfdistdir}/scripts/epspdf/epspdf.icns
%{_texmfdistdir}/scripts/epspdf/epspdf.ico
%{_texmfdistdir}/scripts/epspdf/epspdf.rb
%{_texmfdistdir}/scripts/epspdf/epspdfrc.rb
%{_texmfdistdir}/scripts/epspdf/epspdftk.tcl
%{_texmfdistdir}/scripts/epspdf/makegray.pro
%doc %{_texmfdistdir}/doc/support/epspdf/COPYING
%doc %{_texmfdistdir}/doc/support/epspdf/Changelog
%doc %{_texmfdistdir}/doc/support/epspdf/README
%doc %{_texmfdistdir}/doc/support/epspdf/default.css
%doc %{_texmfdistdir}/doc/support/epspdf/epspdf.install
%doc %{_texmfdistdir}/doc/support/epspdf/epspdf.pdf
%doc %{_texmfdistdir}/doc/support/epspdf/epspdf.texi
%doc %{_texmfdistdir}/doc/support/epspdf/images/cnv_osx.png
%doc %{_texmfdistdir}/doc/support/epspdf/images/config_lnx.png
%doc %{_texmfdistdir}/doc/support/epspdf/images/epspdf.png
%doc %{_texmfdistdir}/doc/support/epspdf/images/logo.pdf
%doc %{_texmfdistdir}/doc/support/epspdf/images/main_w32.png
%doc %{_texmfdistdir}/doc/support/epspdf/images/ps_settings.png
%doc %{_texmfdistdir}/doc/support/epspdf/index.html
%doc %{_texmfdistdir}/doc/support/epspdf/pstexi.tex
%doc %{_infodir}/epspdf.info*

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/epspdf/epspdf.rb epspdf
    ln -sf %{_texmfdistdir}/scripts/epspdf/epspdftk.tcl epspdftk
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdir}/doc/info/*.info %{buildroot}%{_infodir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.3-4
+ Revision: 1d02762
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24721 |14mu|texlive-epspdfconversion-0.61-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18703
# category Package
# catalog-ctan /macros/latex/contrib/epspdfconversion
# catalog-date 2010-06-02 10:36:47 +0200
# catalog-license lppl
# catalog-version 0.61
Name:		texlive-epspdfconversion
Version:	0.61
Release:	4
Summary:	On-the-fly conversion of EPS to PDF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/epspdfconversion
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epspdfconversion.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epspdfconversion.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package calls the epstopdf package to convert EPS graphics
to PDF, on the fly. It servs as a vehicle for passing
conversion options (such as grayscale, prepress or pdfversion)
to the epspdf converter.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/epspdfconversion/epspdfconversion.sty
%doc %{_texmfdistdir}/doc/latex/epspdfconversion/README
%doc %{_texmfdistdir}/doc/latex/epspdfconversion/epspdfconversion.pdf
%doc %{_texmfdistdir}/doc/latex/epspdfconversion/example/epspdfconversion_docu.tex
%doc %{_texmfdistdir}/doc/latex/epspdfconversion/example/image.eps
%doc %{_texmfdistdir}/doc/latex/epspdfconversion/example/image2.eps
%doc %{_texmfdistdir}/doc/latex/epspdfconversion/example/optionstable.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.61-4
+ Revision: 0462803
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24722 |14mu|texlive-epstopdf-2.20-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31789
# category Package
# catalog-ctan /support/epstopdf
# catalog-date 2013-09-28 07:56:59 +0200
# catalog-license other-free
# catalog-version 2.20
Name:		texlive-epstopdf
Epoch:		1
Version:	2.20
Release:	7
Summary:	Convert EPS to 'encapsulated' PDF using GhostScript
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/epstopdf
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epstopdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/epstopdf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-epstopdf.bin = %{EVRD}

%description
Epstopdf is a Perl script that converts an EPS file to an
'encapsulated' PDF file (a single page file whose media box is
the same as the original EPS's bounding box). The resulting
file suitable for inclusion by PDFTeX as an image. The script
is adapted to run both on Windows and on Unix-alike systems.
The script makes use of Ghostscript for the actual conversion
to PDF. It assumes Ghostscript version 6.51 or later, and (by
default) suppresses its automatic rotation of pages where most
of the text is not horizontal. LaTeX users may make use of the
epstopdf package, which will run the epstopdf script "on the
fly", thus giving the illusion that PDFLaTeX is accepting EPS
graphic files.


#-----------------------------------------------------------------------
%files
%{_bindir}/epstopdf
%{_bindir}/repstopdf
%{_texmfdistdir}/scripts/epstopdf/epstopdf.pl
%doc %{_mandir}/man1/epstopdf.1*
%doc %{_texmfdistdir}/doc/man/man1/epstopdf.man1.pdf
%doc %{_mandir}/man1/repstopdf.1*
%doc %{_texmfdistdir}/doc/man/man1/repstopdf.man1.pdf
%doc %{_texmfdistdir}/doc/support/epstopdf/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/epstopdf/epstopdf.pl epstopdf
    ln -sf epstopdf repstopdf
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.20-7
+ Revision: 9f03fcf
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24723 |14mu|texlive-eqell-20110529-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22931
# category Package
# catalog-ctan /macros/latex/contrib/eqell
# catalog-date 2011-05-29 19:51:14 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-eqell
Version:	20110529
Release:	4
Summary:	Sympathetically spaced ellipsis after punctuation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eqell
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqell.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqell.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands that give a well-spaced ellipsis
after !, ?, !? or ?!.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eqell/eqell.sty
%doc %{_texmfdistdir}/doc/latex/eqell/README
%doc %{_texmfdistdir}/doc/latex/eqell/eqell.pdf
%doc %{_texmfdistdir}/doc/latex/eqell/eqell.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110529-4
+ Revision: a2c6c2e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24724 |14mu|texlive-eqlist-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eqlist
# catalog-date 2008-02-29 19:54:55 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-eqlist
Version:	2.1
Release:	4
Summary:	Description lists with equal indentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eqlist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqlist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqlist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqlist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a list environment which sets a
description-like list but with the difference that the
indentation corresponds to the longest item of the list.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eqlist/eqlist.sty
%doc %{_texmfdistdir}/doc/latex/eqlist/README
%doc %{_texmfdistdir}/doc/latex/eqlist/eqlist.pdf
%doc %{_texmfdistdir}/doc/latex/eqlist/eqlist.tex
#- source
%doc %{_texmfdistdir}/source/latex/eqlist/eqlist.dtx
%doc %{_texmfdistdir}/source/latex/eqlist/eqlist.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-4
+ Revision: f2b5c98
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24725 |14mu|texlive-eqname-20101204-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20678
# category Package
# catalog-ctan /macros/latex/contrib/gene/eqname/eqname.sty
# catalog-date 2010-12-04 00:54:21 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-eqname
Version:	20101204
Release:	4
Summary:	Name tags for equations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gene/eqname/eqname.sty
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqname.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The \eqname command provides a name tag for the current
equation, in place of an equation number. The name tag will be
picked up by a subsequent \label command.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eqname/eqname.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101204-4
+ Revision: 4df259f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24726 |14mu|texlive-eqparbox-4.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29419
# category Package
# catalog-ctan /macros/latex/contrib/eqparbox
# catalog-date 2013-03-17 00:02:27 +0100
# catalog-license lppl1.3
# catalog-version 4.0
Name:		texlive-eqparbox
Version:	4.0
Release:	7
Summary:	Create equal-widthed parboxes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eqparbox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqparbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqparbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eqparbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX users sometimes need to ensure that two or more blocks of
text occupy the same amount of horizontal space on the page. To
that end, the eqparbox package defines a new command,
\eqparbox, which works just like \parbox, except that instead
of specifying a width, one specifies a tag. All eqparboxes with
the same tag--regardless of where they are in the document--
will stretch to fit the widest eqparbox with that tag. This
simple, equal-width mechanism can be used for a variety of
alignment purposes, as is evidenced by the examples in
eqparbox's documentation. Various derivatives of \eqparbox are
also provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eqparbox/eqparbox.sty
%doc %{_texmfdistdir}/doc/latex/eqparbox/README
%doc %{_texmfdistdir}/doc/latex/eqparbox/eqparbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/eqparbox/eqparbox.dtx
%doc %{_texmfdistdir}/source/latex/eqparbox/eqparbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.0-7
+ Revision: 3e0cae3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24727 |14mu|texlive-erdc-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/erdc
# catalog-date 2009-11-09 22:14:03 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-erdc
Version:	1.1
Release:	4
Summary:	Style for Reports by US Army Corps of Engineers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/erdc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/erdc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/erdc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/erdc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class for typesetting Technical Information Reports of the
Engineer Research and Development Center, US Army Corps of
Engineers. The class was commissioned and paid for by US Army
Corps of Engineers, Engineer Research and Development Center,
3909 Halls Ferry Road, Vicksburg, MS 39180-6199.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/erdc/erdc.cls
%doc %{_texmfdistdir}/doc/latex/erdc/README
%doc %{_texmfdistdir}/doc/latex/erdc/erdc.bib
%doc %{_texmfdistdir}/doc/latex/erdc/erdc.pdf
%doc %{_texmfdistdir}/doc/latex/erdc/nola.eps
%doc %{_texmfdistdir}/doc/latex/erdc/nola.pdf
%doc %{_texmfdistdir}/doc/latex/erdc/red_corps_castle2.eps
%doc %{_texmfdistdir}/doc/latex/erdc/red_corps_castle2.pdf
%doc %{_texmfdistdir}/doc/latex/erdc/sample.pdf
%doc %{_texmfdistdir}/doc/latex/erdc/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/erdc/Makefile
%doc %{_texmfdistdir}/source/latex/erdc/erdc.dtx
%doc %{_texmfdistdir}/source/latex/erdc/erdc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 458296b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24728 |14mu|texlive-errata-v0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/errata
# catalog-date 2008-08-19 20:15:24 +0200
# catalog-license lppl
# catalog-version v0.3
Name:		texlive-errata
Version:	v0.3
Release:	4
Summary:	Error markup for LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/errata
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/errata.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/errata.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/errata.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a simple infrastructure for recording
errata in LaTeX documents. This allows the user to maintain an
updated version of the document (with all errors corrected) and
to automatically generate an errata document highlighting the
difference to the published version.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/errata/errata.sty
%doc %{_texmfdistdir}/doc/latex/errata/README
%doc %{_texmfdistdir}/doc/latex/errata/errata-errata.tex
%doc %{_texmfdistdir}/doc/latex/errata/errata.pdf
#- source
%doc %{_texmfdistdir}/source/latex/errata/errata.dtx
%doc %{_texmfdistdir}/source/latex/errata/errata.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.3-4
+ Revision: f74e11c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24729 |14mu|texlive-esami-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32608
# category Package
# catalog-ctan /macros/latex/contrib/esami
# catalog-date 2014-01-07 23:48:24 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-esami
Version:	1.1
Release:	3
Summary:	Typeset exams with scrambled questions and answers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/esami
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esami.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esami.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to typeset exams with multiple
choice, open questions and many other types of exercise. Both
questions and answers may be randomly distributed within the
exam, and the solutions are typeset automatically. Exercises
may contain a wide number of random parameters and it is
possible to do arithmetical operations on them. The package is
localised in Italian, English, French, German, Greek and
Spanish.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/esami/es-UKenglish.lng
%{_texmfdistdir}/tex/latex/esami/es-USenglish.lng
%{_texmfdistdir}/tex/latex/esami/es-french.lng
%{_texmfdistdir}/tex/latex/esami/es-german.lng
%{_texmfdistdir}/tex/latex/esami/es-greek.lng
%{_texmfdistdir}/tex/latex/esami/es-italian.lng
%{_texmfdistdir}/tex/latex/esami/es-spanish.lng
%{_texmfdistdir}/tex/latex/esami/esami.sty
%doc %{_texmfdistdir}/doc/latex/esami/README
%doc %{_texmfdistdir}/doc/latex/esami/doc/esami-doc-en.pdf
%doc %{_texmfdistdir}/doc/latex/esami/doc/esami-doc-en.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/esami-doc-it.dtx
%doc %{_texmfdistdir}/doc/latex/esami/doc/esami-doc-it.pdf
%doc %{_texmfdistdir}/doc/latex/esami/doc/esami-doc-it.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/esami.bib
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/esami-xyz.cfg
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/master-sol.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/master.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/problem1.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/problem2-tabella.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/problem3-matching.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/problem4-fillin.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test1.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test11.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test12.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test13.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test14.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test2.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test3.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test4.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/test5-fillin.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/testA-sol.pdf
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/testA.pdf
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/testA.tex
%doc %{_texmfdistdir}/doc/latex/esami/doc/examples/totale-versioni.tex
%doc %{_texmfdistdir}/doc/latex/esami/esami-xyz.cfg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: 91ab731
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24730 |14mu|texlive-esdiff-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21385
# category Package
# catalog-ctan /macros/latex/contrib/esdiff
# catalog-date 2011-02-13 18:31:54 +0100
# catalog-license lppl1
# catalog-version 1.2
Name:		texlive-esdiff
Version:	1.2
Release:	4
Summary:	Simplify typesetting of derivatives
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/esdiff
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esdiff.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esdiff.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esdiff.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes writing derivatives very easy. It offers
macros for derivatives, partial derivatives and multiple
derivatives, and allows specification of the point at which the
value is calculated. Some typographic alternatives may be
selected by package options.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/esdiff/esdiff.sty
%doc %{_texmfdistdir}/doc/latex/esdiff/README
%doc %{_texmfdistdir}/doc/latex/esdiff/esdiff.pdf
#- source
%doc %{_texmfdistdir}/source/latex/esdiff/esdiff.dtx
%doc %{_texmfdistdir}/source/latex/esdiff/esdiff.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: efb34b1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24731 |14mu|texlive-ESIEEcv-20090430-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ESIEEcv
# catalog-date 2009-04-30 00:32:08 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-ESIEEcv
Version:	20090430
Release:	4
Summary:	Curriculum vitae for French use
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ESIEEcv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ESIEEcv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ESIEEcv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ESIEEcv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to set up a curriculum vitae as a
French employer will expect.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ESIEEcv/ESIEEcv.sty
%doc %{_texmfdistdir}/doc/latex/ESIEEcv/ESIEEcv.pdf
%doc %{_texmfdistdir}/doc/latex/ESIEEcv/cvtest.pdf
%doc %{_texmfdistdir}/doc/latex/ESIEEcv/cvtest.tex
#- source
%doc %{_texmfdistdir}/source/latex/ESIEEcv/ESIEEcv.dtx
%doc %{_texmfdistdir}/source/latex/ESIEEcv/ESIEEcv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090430-4
+ Revision: 5361f0d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24732 |14mu|texlive-esint-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/esint
# catalog-date 2006-10-27 00:09:51 +0200
# catalog-license pd
# catalog-version 1.1
Name:		texlive-esint
Version:	1.1
Release:	4
Summary:	Extended set of integrals for Computer Modern
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/esint
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esint.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esint.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The esint package permits access to alternate integral symbols
when you're using the Computer Modern fonts. In the original
set, several integral symbols are missing, such as \oiint. Many
of these symbols are available in other font sets (pxfonts,
txfonts, etc.), but there is no good solution if you want to
use Computer Modern. The package provides Metafont source and
LaTeX macro support.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/esint/bigint.mf
%{_texmfdistdir}/fonts/source/public/esint/esint10.mf
%{_texmfdistdir}/fonts/source/public/esint/mathint.mf
%{_texmfdistdir}/fonts/tfm/public/esint/esint10.tfm
%{_texmfdistdir}/tex/latex/esint/esint.sty
%{_texmfdistdir}/tex/latex/esint/uesint.fd
%doc %{_texmfdistdir}/doc/latex/esint/README
%doc %{_texmfdistdir}/doc/latex/esint/esint.pdf
#- source
%doc %{_texmfdistdir}/source/latex/esint/esint.dtx
%doc %{_texmfdistdir}/source/latex/esint/esint.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: f140248
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24733 |14mu|texlive-esint-type1-20080116-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/ps-type1/esint
# catalog-date 2008-01-16 21:31:11 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-esint-type1
Version:	20080116
Release:	4
Summary:	Font esint10 in Type 1 format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ps-type1/esint
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esint-type1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esint-type1.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-esint

%description
This is Eddie Saudrais's font esint10 in Adobe Type 1 format.
The Adobe Type 1 implementation was generated from the original
MetaFont using mftrace. This distribution does not contain the
TFM files that are necessary to use the fonts with TeX; the TFM
files can be generated from the Metafont sources obtained by
following the instructions in the normal way.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/esint-type1/config.esint
%{_texmfdistdir}/fonts/map/dvips/esint-type1/esint.map
%{_texmfdistdir}/fonts/type1/public/esint-type1/esint10.pfb
%{_texmfdistdir}/tex/plain/esint-type1/esint.tex
%doc %{_texmfdistdir}/doc/fonts/esint-type1/README
%doc %{_texmfdistdir}/doc/fonts/esint-type1/README.plainTeX
%doc %{_texmfdistdir}/doc/fonts/esint-type1/table.pdf
%doc %{_texmfdistdir}/doc/fonts/esint-type1/table.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080116-4
+ Revision: 2c4cc47
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24734 |14mu|texlive-esk-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18115
# category Package
# catalog-ctan /macros/latex/contrib/esk
# catalog-date 2010-05-11 12:36:30 +0200
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-esk
Version:	1.0
Release:	4
Summary:	Package to encapsulate Sketch files in LaTeX sources
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/esk
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/esk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The ESK package allows to encapsulate Sketch files in LaTeX
sources. This is very useful for keeping illustrations in sync
with the text. It also frees the user from inventing
descriptive names for new files that fit into the confines of
file system conventions. Sketch is a 3D scene description
language by Eugene K. Ressler and can generate TikZ and
PSTricks code. ESK behaves in a similar fashion to EMP (which
encapsulates Metapost files), and was in fact developed from
it.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/esk/esk.sty
%doc %{_texmfdistdir}/doc/latex/esk/COPYING
%doc %{_texmfdistdir}/doc/latex/esk/README
%doc %{_texmfdistdir}/doc/latex/esk/esk.pdf
%doc %{_texmfdistdir}/doc/latex/esk/eskman.pdf
#- source
%doc %{_texmfdistdir}/source/latex/esk/Makefile
%doc %{_texmfdistdir}/source/latex/esk/esk.drv
%doc %{_texmfdistdir}/source/latex/esk/esk.dtx
%doc %{_texmfdistdir}/source/latex/esk/esk.ins
%doc %{_texmfdistdir}/source/latex/esk/eskman.drv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 492ccfa
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24735 |14mu|texlive-eskd-20070214-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eskd
# catalog-date 2007-02-14 08:57:40 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-eskd
Version:	20070214
Release:	4
Summary:	Modern Russian typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eskd
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eskd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eskd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eskd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class offers modern Russian text formatting, in accordance
with accepted design standards. Fonts not (apparently)
available on CTAN are required for use of the class.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eskd/eskd.cls
%doc %{_texmfdistdir}/doc/latex/eskd/README
%doc %{_texmfdistdir}/doc/latex/eskd/eskd.pdf
%doc %{_texmfdistdir}/doc/latex/eskd/example.eps
%doc %{_texmfdistdir}/doc/latex/eskd/example.tex
#- source
%doc %{_texmfdistdir}/source/latex/eskd/eskd.dtx
%doc %{_texmfdistdir}/source/latex/eskd/eskd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070214-4
+ Revision: a36731e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24736 |14mu|texlive-eskdx-0.98-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22465
# category Package
# catalog-ctan /macros/latex/contrib/eskdx
# catalog-date 2011-05-13 21:22:08 +0200
# catalog-license lppl1.3
# catalog-version 0.98
Name:		texlive-eskdx
Version:	0.98
Release:	4
Summary:	Modern Russian typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eskdx
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eskdx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eskdx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Eskdx is a collection of LaTeX classes and packages to typeset
textual and graphical documents in accordance with Russian (and
probably post USSR) standards for designers.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eskdx/eskdafterpkg.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdappsheet.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdbiblist.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdcap.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdchngsheet.sty
%{_texmfdistdir}/tex/latex/eskdx/eskddstu.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdexplan.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdfont.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdfootnote.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdfreesize.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdgraph.cls
%{_texmfdistdir}/tex/latex/eskdx/eskdhash.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdindent.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdinfo.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdlang.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdlist.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdpara.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdplain.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdrussian.def
%{_texmfdistdir}/tex/latex/eskdx/eskdsect.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdspec.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdspecii.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdstamp.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdtab.cls
%{_texmfdistdir}/tex/latex/eskdx/eskdtext.cls
%{_texmfdistdir}/tex/latex/eskdx/eskdtitle.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdtitlebase.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdtotal.sty
%{_texmfdistdir}/tex/latex/eskdx/eskdukrainian.def
%doc %{_texmfdistdir}/doc/latex/eskdx/ChangeLog
%doc %{_texmfdistdir}/doc/latex/eskdx/Makefile
%doc %{_texmfdistdir}/doc/latex/eskdx/Makefile.unpacked
%doc %{_texmfdistdir}/doc/latex/eskdx/NEWS
%doc %{_texmfdistdir}/doc/latex/eskdx/NEWS.in
%doc %{_texmfdistdir}/doc/latex/eskdx/README
%doc %{_texmfdistdir}/doc/latex/eskdx/README.in
%doc %{_texmfdistdir}/doc/latex/eskdx/include.m4
%doc %{_texmfdistdir}/doc/latex/eskdx/include.mak
%doc %{_texmfdistdir}/doc/latex/eskdx/manifest.txt
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/Makefile
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/eskdx.pdf
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/eskdx.tex.in
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/example.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/img-form1.svg
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/img-form2.svg
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/img-form2a.svg
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/img-title.svg
%doc %{_texmfdistdir}/doc/latex/eskdx/manual/latex2html-init
%doc %{_texmfdistdir}/doc/latex/eskdx/source/Makefile
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdafterpkg.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdappsheet.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdbiblist.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdcap.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdchngsheet.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskddstu.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdexplan.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdfont.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdfootnote.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdfreesize.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdgraph.cls.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdhash.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdindent.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdinfo.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdlang.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdlist.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdpara.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdplain.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdrussian.def.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdsect.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdspec.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdspecii.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdstamp.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdtab.cls.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdtext.cls.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdtitle.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdtitlebase.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdtotal.sty.in
%doc %{_texmfdistdir}/doc/latex/eskdx/source/eskdukrainian.def.in
%doc %{_texmfdistdir}/doc/latex/eskdx/test/Makefile
%doc %{_texmfdistdir}/doc/latex/eskdx/test/appsheet.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a2.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a3-mp.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a3-p.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a3.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/drawing-a4.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/footnote.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/freesizesheets.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/general.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/general2.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/numbering.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/pagestyle.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/spec.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/specii.tex
%doc %{_texmfdistdir}/doc/latex/eskdx/test/twoside.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.98-4
+ Revision: b9cc011
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24737 |14mu|texlive-eso-pic-2.0d-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31875
# category Package
# catalog-ctan /macros/latex/contrib/eso-pic
# catalog-date 2013-10-10 16:26:27 +0200
# catalog-license lppl1.2
# catalog-version 2.0d
Name:		texlive-eso-pic
Version:	2.0d
Release:	7
Summary:	Add picture commands (or backgrounds) to every page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eso-pic
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eso-pic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eso-pic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eso-pic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package adds one or more user commands to LaTeX's shipout
routine, which may be used to place the output at fixed
positions. The grid option may be used to find the correct
places.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eso-pic/eso-pic.sty
%{_texmfdistdir}/tex/latex/eso-pic/showframe.sty
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-article-test.tex
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-ex1.tex
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-ex2.tex
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-ex3.tex
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-ex4.tex
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-ex5.tex
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-memoir-test.tex
%doc %{_texmfdistdir}/doc/latex/eso-pic/eso-pic.pdf
#- source
%doc %{_texmfdistdir}/source/latex/eso-pic/eso-pic.dtx
%doc %{_texmfdistdir}/source/latex/eso-pic/eso-pic.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0d-7
+ Revision: 99d8292
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24738 |14mu|texlive-estcpmm-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17335
# category Package
# catalog-ctan /macros/latex/contrib/estcpmm
# catalog-date 2010-03-04 23:40:34 +0100
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-estcpmm
Version:	0.4
Release:	4
Summary:	Style for Munitions Management Project Reports
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/estcpmm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/estcpmm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/estcpmm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/estcpmm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a class which supports typesetting Cost and
Performance Reports and Final Reports for Munitions Management
Reports, US Environmental Security Technology Certification
Program. The class was commissioned and paid for by US Army
Corps of Engineers, Engineer Research and Development Center,
3909 Halls Ferry Road, Vicksburg, MS 39180-6199.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/estcpmm/estcpmm.cls
%doc %{_texmfdistdir}/doc/latex/estcpmm/README
%doc %{_texmfdistdir}/doc/latex/estcpmm/estcp.pdf
%doc %{_texmfdistdir}/doc/latex/estcpmm/estcpmm.bib
%doc %{_texmfdistdir}/doc/latex/estcpmm/estcpmm.pdf
%doc %{_texmfdistdir}/doc/latex/estcpmm/red_corps_castle2.pdf
%doc %{_texmfdistdir}/doc/latex/estcpmm/sample.pdf
%doc %{_texmfdistdir}/doc/latex/estcpmm/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/estcpmm/Makefile
%doc %{_texmfdistdir}/source/latex/estcpmm/estcpmm.dtx
%doc %{_texmfdistdir}/source/latex/estcpmm/estcpmm.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-4
+ Revision: 700ba6c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24739 |14mu|texlive-etaremune-v1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/etaremune
# catalog-date 2009-05-14 13:22:18 +0200
# catalog-license lppl
# catalog-version v1.2
Name:		texlive-etaremune
Version:	v1.2
Release:	4
Summary:	Reverse-counting enumerate environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/etaremune
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etaremune.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etaremune.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etaremune.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package implements the etaremune environment which is
similar to the enumerate environment, except that labels are
decreasing instead of increasing. The package provides a
noticeably more efficient alternative to the revnum package,
which uses painfully many counters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/etaremune/etaremune.sty
%doc %{_texmfdistdir}/doc/latex/etaremune/README
%doc %{_texmfdistdir}/doc/latex/etaremune/etaremune.pdf
#- source
%doc %{_texmfdistdir}/source/latex/etaremune/etaremune.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.2-4
+ Revision: 9e3eeda
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24740 |14mu|texlive-etextools-3.1415926-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20694
# category Package
# catalog-ctan /macros/latex/contrib/etextools
# catalog-date 2010-12-08 18:13:15 +0100
# catalog-license lppl
# catalog-version 3.1415926
Name:		texlive-etextools
Version:	3.1415926
Release:	4
Summary:	E-TeX tools for LaTeX users and package writers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/etextools
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etextools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etextools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etextools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides many (purely expandable) tools for LaTeX:
- Extensive list management (csv lists, lists of single
tokens/characters, etoolbox lists): * purely expandable loops
(csvloop, forcsvloop, etc.) * conversion (csvtolist, etc.)) *
addition/deletion (csvadd, listdel, etc.) - Expansion and group
control: \expandnext, \ExpandAfterCmds, \AfterGroup... - Tests
on tokens, characters and control sequences (\iffirstchar,
\ifiscs, \ifdefcount, \@ifchar...) - Tests on strings
(\ifstrnum, \ifuppercase, \DeclareStringFilter...) - Purely
expandable macros with options (\FE@testopt, \FE@ifstar) or
modifiers (\FE@modifiers) - Some purely expandable numerics
(\interval, \locinterplin). The package is dependent on the
etex and the etoolbox packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/etextools/etextools.sty
%doc %{_texmfdistdir}/doc/latex/etextools/README
%doc %{_texmfdistdir}/doc/latex/etextools/etextools-examples.pdf
%doc %{_texmfdistdir}/doc/latex/etextools/etextools-examples.tex
%doc %{_texmfdistdir}/doc/latex/etextools/etextools.pdf
#- source
%doc %{_texmfdistdir}/source/latex/etextools/etextools.drv
%doc %{_texmfdistdir}/source/latex/etextools/etextools.dtx
%doc %{_texmfdistdir}/source/latex/etextools/etextools.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1415926-4
+ Revision: 0a28e90
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24741 |14mu|texlive-ethiop-0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/ethiopia/ethiop
# catalog-date 2007-02-14 08:57:40 +0100
# catalog-license gpl
# catalog-version 0.7
Name:		texlive-ethiop
Version:	0.7
Release:	4
Summary:	LaTeX macros and fonts for typesetting Amharic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/ethiopia/ethiop
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Ethiopian language support for the babel package, including a
collection of fonts and TeX macros for typesetting the
characters of the languages of Ethiopia, with MetaFont fonts
based on EthTeX's.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/ofm/public/ethiop/etho10.ofm
%{_texmfdistdir}/fonts/ofm/public/ethiop/ethob10.ofm
%{_texmfdistdir}/fonts/ofm/public/ethiop/ethos10.ofm
%{_texmfdistdir}/fonts/ofm/public/ethiop/ethosb10.ofm
%{_texmfdistdir}/fonts/ovf/public/ethiop/etho10.ovf
%{_texmfdistdir}/fonts/ovf/public/ethiop/ethob10.ovf
%{_texmfdistdir}/fonts/ovf/public/ethiop/ethos10.ovf
%{_texmfdistdir}/fonts/ovf/public/ethiop/ethosb10.ovf
%{_texmfdistdir}/fonts/ovp/public/ethiop/etho10.ovp
%{_texmfdistdir}/fonts/ovp/public/ethiop/ethob10.ovp
%{_texmfdistdir}/fonts/ovp/public/ethiop/ethos10.ovp
%{_texmfdistdir}/fonts/ovp/public/ethiop/ethosb10.ovp
%{_texmfdistdir}/fonts/source/public/ethiop/eth__a.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth__g.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_acce.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_b.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_c_c.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_cc.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_cc_c.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_ccc2.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_d.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_dd.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_f.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_fu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_g.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_g_a.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_gg.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_ggu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_gu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_h.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_h_a.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_h_c.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_hh.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_hu_c.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_j.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_k.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_k_a.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_kk.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_kku.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_ku.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_l.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_m.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_mrf.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_mu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_n.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_nn.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_num.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_p.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_pp.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_pu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_punc.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_q.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_q_a.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_qq.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_qqu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_qu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_r.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_s.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_s_a.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_s_c.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_ss.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_t.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_tt.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_v.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_w.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_wu.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_y.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_z.mf
%{_texmfdistdir}/fonts/source/public/ethiop/eth_z_c.mf
%{_texmfdistdir}/fonts/source/public/ethiop/etha10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/etha6.mf
%{_texmfdistdir}/fonts/source/public/ethiop/etha7.mf
%{_texmfdistdir}/fonts/source/public/ethiop/etha8.mf
%{_texmfdistdir}/fonts/source/public/ethiop/etha_cod.mf
%{_texmfdistdir}/fonts/source/public/ethiop/etha_drv.mf
%{_texmfdistdir}/fonts/source/public/ethiop/etha_lig.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab11.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab12.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab14.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab18.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab24.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab36.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethab9.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethas10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb11.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb12.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb14.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb18.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb24.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb36.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethasb9.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethatt10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethb10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethb6.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethb7.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethb8.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethb_cod.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethb_drv.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethb_lig.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb11.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb12.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb14.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb18.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb24.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb36.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbb9.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbs10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb11.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb12.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb14.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb18.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb24.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb36.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbsb9.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethbtt10.mf
%{_texmfdistdir}/fonts/source/public/ethiop/ethiomac.mf
%{_texmfdistdir}/fonts/tfm/public/ethiop/etha10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/etha6.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/etha7.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/etha8.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab11.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab12.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab14.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab18.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab24.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab36.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethab9.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethas10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb11.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb12.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb14.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb18.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb24.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb36.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethasb9.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethatt10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethb6.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethb7.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethb8.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb11.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb12.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb14.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb18.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb24.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb36.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbb9.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbs10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb10.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb11.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb12.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb14.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb18.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb24.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb36.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbsb9.tfm
%{_texmfdistdir}/fonts/tfm/public/ethiop/ethbtt10.tfm
%{_texmfdistdir}/omega/ocp/ethiop/ethospc.ocp
%{_texmfdistdir}/omega/otp/ethiop/ethospc.otp
%{_texmfdistdir}/tex/latex/ethiop/etharab.sty
%{_texmfdistdir}/tex/latex/ethiop/ethiop.ldf
%{_texmfdistdir}/tex/latex/ethiop/ethiop.sty
%{_texmfdistdir}/tex/latex/ethiop/uetha.fd
%{_texmfdistdir}/tex/latex/ethiop/uethb.fd
%{_texmfdistdir}/tex/latex/ethiop/uetho.fd
%doc %{_texmfdistdir}/doc/latex/ethiop/MANIFEST
%doc %{_texmfdistdir}/doc/latex/ethiop/README
%doc %{_texmfdistdir}/doc/latex/ethiop/codeetha.tex
%doc %{_texmfdistdir}/doc/latex/ethiop/codeethb.tex
%doc %{_texmfdistdir}/doc/latex/ethiop/ethiodoc.pdf
%doc %{_texmfdistdir}/doc/latex/ethiop/ethiodoc.tex
#- source
%doc %{_texmfdistdir}/source/latex/ethiop/ethiop.dtx
%doc %{_texmfdistdir}/source/latex/ethiop/ethiop.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts omega tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7-4
+ Revision: ecca903
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24742 |14mu|texlive-ethiop-t1-20070214-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/ps-type1/ethiop
# catalog-date 2007-02-14 08:57:40 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-ethiop-t1
Version:	20070214
Release:	4
Summary:	Type 1 versions of Amharic fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ps-type1/ethiop
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop-t1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop-t1.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These fonts are drop-in Adobe type 1 replacements for the fonts
of the ethiop package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/ethiop-t1/ethiop.map
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/etha10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/etha6.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/etha7.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/etha8.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab11.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab12.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab14.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab18.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab24.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab36.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethab9.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethas10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb11.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb12.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb14.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb18.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb24.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb36.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethasb9.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethatt10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethb10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethb6.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethb7.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethb8.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb11.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb12.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb14.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb18.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb24.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb36.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbb9.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbs10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb10.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb11.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb12.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb14.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb18.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb24.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb36.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbsb9.pfb
%{_texmfdistdir}/fonts/type1/public/ethiop-t1/ethbtt10.pfb
%doc %{_texmfdistdir}/doc/latex/ethiop-t1/COPYING
%doc %{_texmfdistdir}/doc/latex/ethiop-t1/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070214-4
+ Revision: 353133c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24743 |14mu|texlive-etoc-1.07k-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33118
# category Package
# catalog-ctan /macros/latex/contrib/etoc
# catalog-date 2014-03-07 10:32:30 +0100
# catalog-license lppl1.2
# catalog-version 1.07k
Name:		texlive-etoc
Version:	1.07k
Release:	3
Summary:	Completely customisable TOCs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/etoc
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package gives the user complete control of how the entries
of the table of contents should be constituted from the name,
number, and page number of each sectioning unit. The layout is
controlled by the definition of 'line styles' for each
sectioning level used in the document. The package provides its
own custom line styles (which may be used as examples), and
continues to support the standard formatting inherited from the
LaTeX document classes, but the package can also allow the user
to delegate the details to packages dealing with list making
environments (such as enumitem). The package's default global
style typesets tables of contents in a multi-column format,
with either a standard heading, or a ruled title (optionally
with a frame around the table). The \tableofcontents command
may be used arbitrarily many times in the same document, while
\localtableofcontents provides a 'local' table of contents.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/etoc/etoc.sty
%doc %{_texmfdistdir}/doc/latex/etoc/README
%doc %{_texmfdistdir}/doc/latex/etoc/etoc.pdf
%doc %{_texmfdistdir}/doc/latex/etoc/etoc.tex
#- source
%doc %{_texmfdistdir}/source/latex/etoc/etoc.dtx
%doc %{_texmfdistdir}/source/latex/etoc/etoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.07k-3
+ Revision: c44ab45
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24744 |14mu|texlive-etoolbox-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20922
# category Package
# catalog-ctan /macros/latex/contrib/etoolbox
# catalog-date 2011-01-03 19:54:22 +0100
# catalog-license lppl1.3
# catalog-version 2.1
Name:		texlive-etoolbox
Version:	2.1
Release:	4
Summary:	Tool-box for LaTeX programmers using e-TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/etoolbox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etoolbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/etoolbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The etoolbox package is a toolbox of programming facilities
geared primarily towards LaTeX class and package authors. It
provides LaTeX frontends to some of the new primitives provided
by e-TeX as well as some generic tools which are not strictly
related to e-TeX but match the profile of this package. Note
that the initial versions of this package were released under
the name elatex. The package provides functions that seem to
offer alternative ways of implementing some LaTeX kernel
commands; nevertheless, the package will not modify any part of
the LaTeX kernel.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/etoolbox/etoolbox.def
%{_texmfdistdir}/tex/latex/etoolbox/etoolbox.sty
%doc %{_texmfdistdir}/doc/latex/etoolbox/README
%doc %{_texmfdistdir}/doc/latex/etoolbox/etoolbox.pdf
%doc %{_texmfdistdir}/doc/latex/etoolbox/etoolbox.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-4
+ Revision: ce10afa
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24745 |14mu|texlive-euenc-0.1h-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19795
# category Package
# catalog-ctan /macros/latex/contrib/euenc
# catalog-date 2010-09-19 01:22:04 +0200
# catalog-license lppl1.3
# catalog-version 0.1h
Name:		texlive-euenc
Version:	0.1h
Release:	4
Summary:	Unicode font encoding definitions for XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/euenc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euenc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euenc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euenc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Font encoding definitions for unicode fonts loaded by LaTeX in
XeTeX or LuaTeX. The package provides two encodings: -- EU1,
designed for use with XeTeX, which the fontspec uses for
unicode fonts which require no macro-level processing for
accents, and -- EU2, which provides the same facilities for use
with LuaTeX. Neither encoding places any restriction on the
glyphs provided by a font; use of EU2 causes the package
euxunicode to be loaded (the package is part of this
distribution). The package includes font definition files for
use with the Latin Modern OpenType fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/euenc/eu1enc.def
%{_texmfdistdir}/tex/latex/euenc/eu1lmdh.fd
%{_texmfdistdir}/tex/latex/euenc/eu1lmr.fd
%{_texmfdistdir}/tex/latex/euenc/eu1lmss.fd
%{_texmfdistdir}/tex/latex/euenc/eu1lmssq.fd
%{_texmfdistdir}/tex/latex/euenc/eu1lmtt.fd
%{_texmfdistdir}/tex/latex/euenc/eu1lmvtt.fd
%{_texmfdistdir}/tex/latex/euenc/eu2enc.def
%{_texmfdistdir}/tex/latex/euenc/eu2lmdh.fd
%{_texmfdistdir}/tex/latex/euenc/eu2lmr.fd
%{_texmfdistdir}/tex/latex/euenc/eu2lmss.fd
%{_texmfdistdir}/tex/latex/euenc/eu2lmssq.fd
%{_texmfdistdir}/tex/latex/euenc/eu2lmtt.fd
%{_texmfdistdir}/tex/latex/euenc/eu2lmvtt.fd
%doc %{_texmfdistdir}/doc/latex/euenc/README
%doc %{_texmfdistdir}/doc/latex/euenc/euenc.pdf
%doc %{_texmfdistdir}/doc/latex/euenc/test-euxlm.ltx
#- source
%doc %{_texmfdistdir}/source/latex/euenc/Makefile
%doc %{_texmfdistdir}/source/latex/euenc/euenc.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1h-4
+ Revision: 6c951f2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24746 |14mu|texlive-eukdate-1.04-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/eukdate
# catalog-date 2009-03-17 21:46:26 +0100
# catalog-license lppl
# catalog-version 1.04
Name:		texlive-eukdate
Version:	1.04
Release:	4
Summary:	UK format dates, with weekday
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/eukdate
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eukdate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eukdate.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eukdate.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is used to change the format of \today's date,
including the weekday, e.g., "Saturday, 26 June 2008", the 'UK
format', which is preferred in many parts of the world, as
distinct from that which is used in \maketitle of the article
class, "June 26, 2008", the 'US format'.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/eukdate/eukdate.sty
%doc %{_texmfdistdir}/doc/latex/eukdate/README
%doc %{_texmfdistdir}/doc/latex/eukdate/eukdate.pdf
#- source
%doc %{_texmfdistdir}/source/latex/eukdate/eukdate.dtx
%doc %{_texmfdistdir}/source/latex/eukdate/eukdate.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.04-4
+ Revision: 1077cc4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24747 |14mu|texlive-euler-2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17261
# category Package
# catalog-ctan /macros/latex/contrib/euler
# catalog-date 2010-02-28 19:16:53 +0100
# catalog-license lppl
# catalog-version 2.5
Name:		texlive-euler
Version:	2.5
Release:	4
Summary:	Use AMS Euler fonts for math
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/euler
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euler.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euler.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euler.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a setup for using the AMS Euler family of fonts for
mathematics in LaTeX documents. "The underlying philosophy of
Zapf's Euler design was to capture the flavour of mathematics
as it might be written by a mathematician with excellent
handwriting." [concrete-tug] The euler package is based on
Knuth's macros for the book 'Concrete Mathematics'. The text
fonts for the Concrete book are supported by the beton package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/euler/euler.sty
%doc %{_texmfdistdir}/doc/latex/euler/euler.pdf
%doc %{_texmfdistdir}/doc/latex/euler/legal.txt
#- source
%doc %{_texmfdistdir}/source/latex/euler/euler.dtx
%doc %{_texmfdistdir}/source/latex/euler/euler.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5-4
+ Revision: a7c31ef
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24748 |14mu|texlive-eulervm-4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/eulervm
# catalog-date 2006-12-09 23:51:48 +0100
# catalog-license lppl
# catalog-version 4.0
Name:		texlive-eulervm
Version:	4.0
Release:	4
Summary:	Euler virtual math fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/eulervm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eulervm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eulervm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eulervm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The well-known Euler fonts are suitable for typsetting
mathematics in conjunction with a variety of text fonts which
do not provide mathematical character sets of their own. Euler-
VM is a set of virtual mathematics fonts based on Euler and CM.
This approach has several advantages over immediately using the
real Euler fonts: Most noticeably, less TeX resources are
consumed, the quality of various math symbols is improved and a
usable \hslash symbol can be provided. The virtual fonts are
accompanied by a LaTeX package which makes them easy to use,
particularly in conjunction with Type1 PostScript text fonts.
They are compatible with amsmath. A package option allows the
fonts to be loaded at 95% of their nominal size, thus blending
better with certain text fonts, e.g., Minion.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeuex10.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeurb10.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeurb5.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeurb7.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeurm10.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeurm5.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeurm7.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeusb10.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeusb5.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeusb7.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeusm10.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeusm5.tfm
%{_texmfdistdir}/fonts/tfm/public/eulervm/zeusm7.tfm
%{_texmfdistdir}/fonts/vf/public/eulervm/zeuex10.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeurb10.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeurb5.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeurb7.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeurm10.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeurm5.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeurm7.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeusb10.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeusb5.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeusb7.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeusm10.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeusm5.vf
%{_texmfdistdir}/fonts/vf/public/eulervm/zeusm7.vf
%{_texmfdistdir}/tex/latex/eulervm/eulervm.sty
%{_texmfdistdir}/tex/latex/eulervm/uzeuex.fd
%{_texmfdistdir}/tex/latex/eulervm/uzeur.fd
%{_texmfdistdir}/tex/latex/eulervm/uzeus.fd
%doc %{_texmfdistdir}/doc/latex/eulervm/README.eulervm
%doc %{_texmfdistdir}/doc/latex/eulervm/eulervm.pdf
%doc %{_texmfdistdir}/doc/latex/eulervm/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/eulervm/eulervm.dtx
%doc %{_texmfdistdir}/source/latex/eulervm/eulervm.ins
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/Makefile
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/amsrel10.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/amsrel5.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/amsrel7.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/axis10.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/axis5.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/axis7.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/eubar10.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/eubar5.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/eubar7.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/euml.etx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/eums.etx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/eumx.etx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/fontevm.tex
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/unsetams.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/unseteus.mtx
%doc %{_texmfdistdir}/source/latex/eulervm/fontinst/unsetex.mtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.0-4
+ Revision: 974181f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24749 |14mu|texlive-euproposal-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/euproposal
# catalog-date 2008-08-19 20:15:24 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-euproposal
Version:	0.3
Release:	4
Summary:	A class for preparing FP7 proposals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/euproposal
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euproposal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euproposal.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euproposal.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The euproposal class supports many of the specific elements of
a Framework 7 Proposal. It is optimized towards collaborative
projects. The package comes with an extensive example (a fake
EU proposal; see the file propB.tex) that shows all elements in
action.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/euproposal/euproposal.cls
%doc %{_texmfdistdir}/doc/latex/euproposal/README
%doc %{_texmfdistdir}/doc/latex/euproposal/euproposal.pdf
%doc %{_texmfdistdir}/doc/latex/euproposal/propB.delivs
%doc %{_texmfdistdir}/doc/latex/euproposal/propB.pdf
%doc %{_texmfdistdir}/doc/latex/euproposal/propB.tex
#- source
%doc %{_texmfdistdir}/source/latex/euproposal/euproposal.dtx
%doc %{_texmfdistdir}/source/latex/euproposal/euproposal.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: cda839c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24750 |14mu|texlive-euro-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22191
# category Package
# catalog-ctan /macros/latex/contrib/euro
# catalog-date 2006-09-12 14:13:09 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-euro
Version:	1.1
Release:	4
Summary:	Provide Euro values for national currency amounts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/euro
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euro.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euro.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euro.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Converts arbitrary national currency amounts using the Euro as
base unit, and typesets monetary amounts in almost any desired
way. Write, e.g., \ATS{17.6} to get something like '17,60 oS
(1,28 Euro)' automatically. Conversion rates for the initial
Euro-zone countries are already built-in. Further rates can be
added easily. The package uses the fp package to do its sums.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/euro/euro.sty
%doc %{_texmfdistdir}/doc/latex/euro/Makefile
%doc %{_texmfdistdir}/doc/latex/euro/euro.pdf
%doc %{_texmfdistdir}/doc/latex/euro/euro.txt
#- source
%doc %{_texmfdistdir}/source/latex/euro/euro.dtx
%doc %{_texmfdistdir}/source/latex/euro/euro.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 043b281
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24751 |14mu|texlive-euro-ce-3.0b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25714
# category Package
# catalog-ctan /fonts/euro-ce
# catalog-date 2012-03-20 10:39:30 +0100
# catalog-license bsd
# catalog-version 3.0b
Name:		texlive-euro-ce
Epoch:		1
Version:	3.0b
Release:	3
Summary:	Euro and CE sign font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/euro-ce
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euro-ce.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/euro-ce.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Metafont source for the symbols in several variants, designed
to fit with Computer Modern-set text.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/euro-ce/ceit.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/cemac.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/cerm.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/cesl.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/eurobf.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/eurobfit.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/eurobfsl.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/euroit.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/euromac.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/euroof.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/eurorm.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/eurosl.mf
%{_texmfdistdir}/fonts/source/public/euro-ce/eurosp.mf
%{_texmfdistdir}/fonts/tfm/public/euro-ce/ceit.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/cerm.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/cesl.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/eurobf.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/eurobfit.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/eurobfsl.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/euroit.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/euroof.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/eurorm.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/eurosl.tfm
%{_texmfdistdir}/fonts/tfm/public/euro-ce/eurosp.tfm
%doc %{_texmfdistdir}/doc/fonts/euro-ce/euro-ce.doc
%doc %{_texmfdistdir}/doc/fonts/euro-ce/euro-ce.dvi
%doc %{_texmfdistdir}/doc/fonts/euro-ce/euro-ce.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:3.0b-3
+ Revision: ffab36e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24752 |14mu|texlive-europecv-20061209-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/europecv
# catalog-date 2006-12-09 23:51:48 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-europecv
Version:	20061209
Release:	4
Summary:	Unofficial class for European curricula vitae
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/europecv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/europecv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/europecv.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The europecv class is an unofficial LaTeX implementation of the
standard model for curricula vitae (the "Europass CV") as
recommended by the European Commission. Although primarily
intended for users in the European Union, the class is flexible
enough to be used for any kind of curriculum vitae. The class
has localisations for all the official languages of the EU
(plus Catalan), as well as options permitting input in UTF-8
and koi8-r.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagBW.eps
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagBW.pdf
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagBlueCMYK.eps
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagBlueCMYK.pdf
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagCMYK.eps
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagCMYK.pdf
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagWB.eps
%{_texmfdistdir}/tex/latex/europecv/EuropeFlagWB.pdf
%{_texmfdistdir}/tex/latex/europecv/ecvbg.def
%{_texmfdistdir}/tex/latex/europecv/ecvca.def
%{_texmfdistdir}/tex/latex/europecv/ecvcs.def
%{_texmfdistdir}/tex/latex/europecv/ecvda.def
%{_texmfdistdir}/tex/latex/europecv/ecvde.def
%{_texmfdistdir}/tex/latex/europecv/ecven.def
%{_texmfdistdir}/tex/latex/europecv/ecves.def
%{_texmfdistdir}/tex/latex/europecv/ecvet.def
%{_texmfdistdir}/tex/latex/europecv/ecvfi.def
%{_texmfdistdir}/tex/latex/europecv/ecvfr.def
%{_texmfdistdir}/tex/latex/europecv/ecvgl.def
%{_texmfdistdir}/tex/latex/europecv/ecvgr.def
%{_texmfdistdir}/tex/latex/europecv/ecvhu.def
%{_texmfdistdir}/tex/latex/europecv/ecvis.def
%{_texmfdistdir}/tex/latex/europecv/ecvit.def
%{_texmfdistdir}/tex/latex/europecv/ecvlt.def
%{_texmfdistdir}/tex/latex/europecv/ecvlv.def
%{_texmfdistdir}/tex/latex/europecv/ecvmt.def
%{_texmfdistdir}/tex/latex/europecv/ecvnl.def
%{_texmfdistdir}/tex/latex/europecv/ecvno.def
%{_texmfdistdir}/tex/latex/europecv/ecvpl.def
%{_texmfdistdir}/tex/latex/europecv/ecvpt.def
%{_texmfdistdir}/tex/latex/europecv/ecvro.def
%{_texmfdistdir}/tex/latex/europecv/ecvsk.def
%{_texmfdistdir}/tex/latex/europecv/ecvsl.def
%{_texmfdistdir}/tex/latex/europecv/ecvsr.def
%{_texmfdistdir}/tex/latex/europecv/ecvsv.def
%{_texmfdistdir}/tex/latex/europecv/europasslogo.eps
%{_texmfdistdir}/tex/latex/europecv/europasslogo.pdf
%{_texmfdistdir}/tex/latex/europecv/europecv.cls
%doc %{_texmfdistdir}/doc/latex/europecv/europecv.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/europecv.tex
%doc %{_texmfdistdir}/doc/latex/europecv/examples/at.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/examples/bulgarian-koi8-r.tex
%doc %{_texmfdistdir}/doc/latex/europecv/examples/bulgarian-utf8.tex
%doc %{_texmfdistdir}/doc/latex/europecv/examples/greek-utf8.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/examples/greek-utf8.tex
%doc %{_texmfdistdir}/doc/latex/europecv/examples/maltese-maltese.tex
%doc %{_texmfdistdir}/doc/latex/europecv/examples/maltese-utf8.tex
%doc %{_texmfdistdir}/doc/latex/europecv/examples/minimal.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/examples/minimal.tex
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_de.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_de.tex
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_en.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_en.tex
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_it.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_it.tex
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_pl.pdf
%doc %{_texmfdistdir}/doc/latex/europecv/templates/cv_template_pl.tex
%doc %{_texmfdistdir}/doc/latex/europecv/templates/publications.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061209-4
+ Revision: f36ef65
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24753 |14mu|texlive-eurosym-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17265
# category Package
# catalog-ctan /fonts/eurosym
# catalog-date 2009-03-31 14:27:12 +0200
# catalog-license other-free
# catalog-version 1.4-subrfix
Name:		texlive-eurosym
Version:	1.4
Release:	4
Summary:	MetaFont and macros for Euro sign
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/eurosym
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eurosym.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/eurosym.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The new European currency symbol for the Euro implemented in
MetaFont, using the official European Commission dimensions,
and providing several shapes (normal, slanted, bold, outline).
The package also includes a LaTeX package which defines the
macro, pre-compiled tfm files, and documentation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/eurosym/eurosym.map
%{_texmfdistdir}/fonts/source/public/eurosym/fey.mf
%{_texmfdistdir}/fonts/source/public/eurosym/feybl10.mf
%{_texmfdistdir}/fonts/source/public/eurosym/feybo10.mf
%{_texmfdistdir}/fonts/source/public/eurosym/feybr10.mf
%{_texmfdistdir}/fonts/source/public/eurosym/feyml10.mf
%{_texmfdistdir}/fonts/source/public/eurosym/feymo10.mf
%{_texmfdistdir}/fonts/source/public/eurosym/feymr10.mf
%{_texmfdistdir}/fonts/tfm/public/eurosym/feybl10.tfm
%{_texmfdistdir}/fonts/tfm/public/eurosym/feybo10.tfm
%{_texmfdistdir}/fonts/tfm/public/eurosym/feybr10.tfm
%{_texmfdistdir}/fonts/tfm/public/eurosym/feyml10.tfm
%{_texmfdistdir}/fonts/tfm/public/eurosym/feymo10.tfm
%{_texmfdistdir}/fonts/tfm/public/eurosym/feymr10.tfm
%{_texmfdistdir}/fonts/type1/public/eurosym/feybl10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/feybo10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/feybr10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/feyml10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/feymo10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/feymr10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/geybl10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/geybo10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/geybr10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/geyml10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/geymo10.pfb
%{_texmfdistdir}/fonts/type1/public/eurosym/geymr10.pfb
%{_texmfdistdir}/tex/latex/eurosym/eurosym.sty
%doc %{_texmfdistdir}/doc/fonts/eurosym/COPYING
%doc %{_texmfdistdir}/doc/fonts/eurosym/Changes
%doc %{_texmfdistdir}/doc/fonts/eurosym/Makefile
%doc %{_texmfdistdir}/doc/fonts/eurosym/README
%doc %{_texmfdistdir}/doc/fonts/eurosym/README.type1
%doc %{_texmfdistdir}/doc/fonts/eurosym/c/Makefile
%doc %{_texmfdistdir}/doc/fonts/eurosym/eurosym.cpp
%doc %{_texmfdistdir}/doc/fonts/eurosym/makemfs
%doc %{_texmfdistdir}/doc/fonts/eurosym/rundvips
%doc %{_texmfdistdir}/doc/fonts/eurosym/runlatex
%doc %{_texmfdistdir}/doc/fonts/eurosym/src/Makefile
%doc %{_texmfdistdir}/doc/fonts/eurosym/testeuro.pdf
%doc %{_texmfdistdir}/doc/fonts/eurosym/testeuro.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: 1ccd824
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24754 |14mu|texlive-everyhook-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21298
# category Package
# catalog-ctan /macros/latex/contrib/everyhook
# catalog-date 2011-02-04 11:55:08 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-everyhook
Version:	1.1
Release:	4
Summary:	Hooks for standard TeX token lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/everyhook
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/everyhook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/everyhook.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/everyhook.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package takes control of the six TeX token registers
\everypar, \everymath, \everydisplay, \everyhbox, \everyvbox
and \everycr. Real hooks for each of the registers may be
installed using a stack like interface. For backwards
compatibility, each of the \everyX token lists can be set
without interfering with the hooks.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/everyhook/everyhook.sty
%doc %{_texmfdistdir}/doc/latex/everyhook/README
%doc %{_texmfdistdir}/doc/latex/everyhook/everyhook.pdf
#- source
%doc %{_texmfdistdir}/source/latex/everyhook/everyhook.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 7cc589f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24755 |14mu|texlive-everypage-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/everypage
# catalog-date 2008-02-19 19:31:19 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-everypage
Version:	1.1
Release:	4
Summary:	Provide hooks to be run on every page of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/everypage
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/everypage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/everypage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/everypage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides hooks to perform actions on every page, or
on the current page. Specifically, actions are performed after
the page is composed, but before it is shipped, so they can be
used to prepare the output page in tasks like putting
watermarks in the background, or in setting the next page
layout, etc.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/everypage/everypage.sty
%doc %{_texmfdistdir}/doc/latex/everypage/README
%doc %{_texmfdistdir}/doc/latex/everypage/everypage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/everypage/everypage.dtx
%doc %{_texmfdistdir}/source/latex/everypage/everypage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 36a1d9c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24756 |14mu|texlive-exam-2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22585
# category Package
# catalog-ctan /macros/latex/contrib/exam
# catalog-date 2011-05-23 10:42:55 +0200
# catalog-license lppl1.3
# catalog-version 2.4
Name:		texlive-exam
Version:	2.4
Release:	4
Summary:	Package for typesetting exam scripts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/exam
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exam.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exam.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a class exam, which eases production of exams, even by
a LaTeX novice. Simple commands are provided to: - create
questions, parts of questions, subparts of parts, and
subsubparts of subparts, all with optional point values; -
create a grading table, indexed either by question number
(listing each question and the total possible points for that
question) or by page number (listing each page with points and
the total possible points for that page); - create headers and
footers that are each specified in three parts: one part to be
left justified, one part to be centered, and one part to be
right justified, in the manner of fancyhdr Headers and/or
footers can be different on the first page of the exam, can be
different on the last page of the exam, and can vary depending
on whether the page number is odd or even, or on whether the
current page continues a question from a previous page, or on
whether the last question on the current page continues onto
the following page. Multiple line headers and/or footers are
allowed, and it's easy to increase the part of the page devoted
to headers and/or footers to allow for this. Note that the
bundle exams also provides a file exam.cls; the two bundles
therefore clash, and should not be installed on the same
system.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/exam/exam.cls
%doc %{_texmfdistdir}/doc/latex/exam/README
%doc %{_texmfdistdir}/doc/latex/exam/exam-2.4.md5
%doc %{_texmfdistdir}/doc/latex/exam/examdoc.pdf
%doc %{_texmfdistdir}/doc/latex/exam/examdoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4-4
+ Revision: 8ba3ac5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24757 |14mu|texlive-examdesign-20061209-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/examdesign
# catalog-date 2006-12-09 23:51:48 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-examdesign
Version:	20061209
Release:	4
Summary:	LaTeX class for typesetting exams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/examdesign
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/examdesign.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/examdesign.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/examdesign.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle provides a class examdesign. The class provides
several features useful for designing tests or question sets: -
it allows for explicit markup of questions and answers; - the
class will, at the user's request, automatically generate
answer keys; - multiple versions of the same test can be
generated automatically, with the ordering of questions within
each section randomly permuted so as to minimize cheating; -
the generated answer keys can be constructed either with or
without the questions included; - environments are provided to
assist in constructing the most common types of test question:
matching, true/false, multiple-choice, fill-in-the-blank, and
short answer/essay questions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/examdesign/examdesign.cls
%doc %{_texmfdistdir}/doc/latex/examdesign/Bugs
%doc %{_texmfdistdir}/doc/latex/examdesign/Changes
%doc %{_texmfdistdir}/doc/latex/examdesign/INSTALL
%doc %{_texmfdistdir}/doc/latex/examdesign/README
%doc %{_texmfdistdir}/doc/latex/examdesign/examdesign.pdf
%doc %{_texmfdistdir}/doc/latex/examdesign/examplea.pdf
%doc %{_texmfdistdir}/doc/latex/examdesign/examplea.tex
%doc %{_texmfdistdir}/doc/latex/examdesign/exampleb.pdf
%doc %{_texmfdistdir}/doc/latex/examdesign/exampleb.tex
%doc %{_texmfdistdir}/doc/latex/examdesign/examplec.pdf
%doc %{_texmfdistdir}/doc/latex/examdesign/examplec.tex
%doc %{_texmfdistdir}/doc/latex/examdesign/foobar.tex
#- source
%doc %{_texmfdistdir}/source/latex/examdesign/examdesign.dtx
%doc %{_texmfdistdir}/source/latex/examdesign/examdesign.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061209-4
+ Revision: 0337e7a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24758 |14mu|texlive-examplep-0.04-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16916
# category Package
# catalog-ctan /macros/latex/contrib/examplep
# catalog-date 2010-02-04 09:03:57 +0100
# catalog-license gpl
# catalog-version 0.04
Name:		texlive-examplep
Version:	0.04
Release:	4
Summary:	Verbatim phrases and listings in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/examplep
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/examplep.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/examplep.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Examplep provides sophisticated features for typesetting
verbatim source code listings, including the display of the
source code and its compiled LaTeX or METAPOST output side-by-
side, with automatic width detection and enabled page breaks
(in the source), without the need for specifying the source
twice. Special care is taken that section, page and footnote
numbers do not interfere with the main document. For
typesetting short verbatim phrases, a replacement for the \verb
command is also provided in the package, which can be used
inside tables and moving arguments such as footnotes and
section titles. The listings package is used for syntax
highlighting. The accompanying codep package and the wrfiles.pl
Perl script provide a convenient interface to the examplep
package for authors of manuals. With codep it is possible to
generate the source code, the LaTeX or METAPOST output and the
compilable example file from a single source embedded into the
appropriate place of the .tex document file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/examplep/codep.sty
%{_texmfdistdir}/tex/latex/examplep/examplep.sty
%{_texmfdistdir}/tex/latex/examplep/verbfwr.sty
%doc %{_texmfdistdir}/doc/latex/examplep/README
%doc %{_texmfdistdir}/doc/latex/examplep/eurotex_2005_examplep.pdf
%doc %{_texmfdistdir}/doc/latex/examplep/eurotex_2005_examplep.tex
%doc %{_texmfdistdir}/doc/latex/examplep/houses.eps
%doc %{_texmfdistdir}/doc/latex/examplep/houses.pdf
%doc %{_texmfdistdir}/doc/latex/examplep/pexaminipage.eps
%doc %{_texmfdistdir}/doc/latex/examplep/pexaminipage.pdf
%doc %{_texmfdistdir}/doc/latex/examplep/shorthyp_t1xtts.eps
%doc %{_texmfdistdir}/doc/latex/examplep/shorthyp_t1xtts.pdf
%doc %{_texmfdistdir}/doc/latex/examplep/wrfiles.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.04-4
+ Revision: a2a8547
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24759 |14mu|texlive-exceltex-0.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /macros/latex/contrib/exceltex
# catalog-date 2012-05-07 22:43:29 +0200
# catalog-license gpl
# catalog-version 0.5.1
Name:		texlive-exceltex
Version:	0.5.1
Release:	4
Summary:	Get data from Excel files into LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/exceltex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exceltex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exceltex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-exceltex.bin = %{EVRD}

%description
Exceltex is a LaTeX package combined with a helper program
written in Perl. It provides an easy to use yet powerfull and
flexible way to get data from Spreadsheets into LaTeX. In
contrast to other solutions, exceltex does not seek to make the
creation of tables in LaTeX easier, but to get data from
Spreadsheets into LaTeX as easily as possible. The Excel (TM)
file format only acts as an interface between the spreadsheet
application and exceltex beacause it is easily accessible (via
the Spreadsheet::ParseExcel Perl module) and because most
spreadsheet applications are able to read and write Excel
files.


#-----------------------------------------------------------------------
%files
%{_bindir}/exceltex
%{_texmfdistdir}/scripts/exceltex/exceltex
%{_texmfdistdir}/tex/latex/exceltex/exceltex.sty
%doc %{_texmfdistdir}/doc/latex/exceltex/CHANGES
%doc %{_texmfdistdir}/doc/latex/exceltex/INSTALL
%doc %{_texmfdistdir}/doc/latex/exceltex/README
%doc %{_texmfdistdir}/doc/latex/exceltex/README.TEXLIVE

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/exceltex/exceltex exceltex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.1-4
+ Revision: 0ec1bc7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24760 |14mu|texlive-excludeonly-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17262
# category Package
# catalog-ctan /macros/latex/contrib/excludeonly
# catalog-date 2010-03-01 08:47:36 +0100
# catalog-license pd
# catalog-version 1.0
Name:		texlive-excludeonly
Version:	1.0
Release:	4
Summary:	Prevent files being \include-ed
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/excludeonly
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/excludeonly.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/excludeonly.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines an \excludeonly command, which is (in
effect) the opposite of \includeonly. If both \includeonly and
\excludeonly exist in a document, only files "allowed" by both
will be included. The package redefines the internal \@include
command, so it conflicts with packages that do the same.
Examples are the classes paper.cls and thesis.cls.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/excludeonly/excludeonly.sty
%doc %{_texmfdistdir}/doc/latex/excludeonly/excludeonly.pdf
%doc %{_texmfdistdir}/doc/latex/excludeonly/excludeonly.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 20d7346
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24761 |14mu|texlive-exercise-1.58-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26260
# category Package
# catalog-ctan /macros/latex/contrib/exercise
# catalog-date 2012-05-08 15:13:49 +0200
# catalog-license gpl
# catalog-version 1.58
Name:		texlive-exercise
Version:	1.58
Release:	3
Summary:	Typeset exercises, problems, etc. and their answers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/exercise
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exercise.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exercise.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exercise.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package helps to typeset exercises or list of exercises
within any document. Exercises, questions and sub-questions are
automatically numbered. It is possible to put answers in the
same document, and display them immediatly, later in the
document or not to print answers at all. The layout of
exercises is fully customisable. It is possible to typeset long
problems, short exercises, questionnaires, etc. Usage of the
babel package is detected, but not fully supported yet (only
English and French are implemented).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/exercise/exercise.sty
%doc %{_texmfdistdir}/doc/latex/exercise/README
%doc %{_texmfdistdir}/doc/latex/exercise/exercise.pdf
#- source
%doc %{_texmfdistdir}/source/latex/exercise/exercise.dtx
%doc %{_texmfdistdir}/source/latex/exercise/exercise.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.58-3
+ Revision: d773179
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24762 |14mu|texlive-expdlist-2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/expdlist
# catalog-date 2008-06-23 23:47:50 +0200
# catalog-license lppl
# catalog-version 2.4
Name:		texlive-expdlist
Version:	2.4
Release:	4
Summary:	Expanded description environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/expdlist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expdlist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expdlist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expdlist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides additional features for the LaTeX
description environment, including adjustable left margin. The
package also allows the user to 'break' a list (for example, to
interpose a comment) without affecting the structure of the
list (so that, for example, numbered lists remain in sequence).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/expdlist/expdlist.sty
%doc %{_texmfdistdir}/doc/latex/expdlist/expdlisg.pdf
%doc %{_texmfdistdir}/doc/latex/expdlist/expdlist.pdf
%doc %{_texmfdistdir}/doc/latex/expdlist/readme.txt
#- source
%doc %{_texmfdistdir}/source/latex/expdlist/expdlisg.drv
%doc %{_texmfdistdir}/source/latex/expdlist/expdlist.drv
%doc %{_texmfdistdir}/source/latex/expdlist/expdlist.dtx
%doc %{_texmfdistdir}/source/latex/expdlist/expdlist.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4-4
+ Revision: 3044103
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24763 |14mu|texlive-expex-5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32962
# category Package
# catalog-ctan /macros/plain/contrib/expex
# catalog-date 2014-02-13 19:55:47 +0100
# catalog-license lppl
# catalog-version 5.0
Name:		texlive-expex
Version:	5.0
Release:	3
Summary:	Format linguistic examples and glosses, with reference capabilities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/expex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for typesetting linguistic examples
and glosses, with a refined mechanism for referencing examples
and parts of examples. The package can be used with LaTex using
the .sty wrapper or with PlainTex.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/expex/epltxchapno.sty
%{_texmfdistdir}/tex/generic/expex/epltxfn.sty
%{_texmfdistdir}/tex/generic/expex/eptexfn.tex
%{_texmfdistdir}/tex/generic/expex/expex-demo.tex
%{_texmfdistdir}/tex/generic/expex/expex.sty
%{_texmfdistdir}/tex/generic/expex/expex.tex
%doc %{_texmfdistdir}/doc/generic/expex/README
%doc %{_texmfdistdir}/doc/generic/expex/doc-source.zip
%doc %{_texmfdistdir}/doc/generic/expex/expex-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.0-3
+ Revision: 7f673f5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24764 |14mu|texlive-export-1.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/export
# catalog-date 2007-01-03 21:31:08 +0100
# catalog-license lppl
# catalog-version 1.8
Name:		texlive-export
Version:	1.8
Release:	4
Summary:	Import and export values of LaTeX registers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/export
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/export.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/export.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/export.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows the user to export/import the values of
LaTeX registers (counters, rigid and rubber lengths only). It
is definitely not for faint-hearted users. The package may be
used, for example, to communicate between documents for the
purposes of dvipaste.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/export/dvipaste.sty
%{_texmfdistdir}/tex/latex/export/export.sty
%doc %{_texmfdistdir}/doc/latex/export/00readme
#- source
%doc %{_texmfdistdir}/source/latex/export/export.dtx
%doc %{_texmfdistdir}/source/latex/export/export.ins
%doc %{_texmfdistdir}/source/latex/export/export.l

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.8-4
+ Revision: 1f779f2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24765 |14mu|texlive-expressg-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/expressg
# catalog-date 2007-01-05 12:56:21 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-expressg
Version:	1.5
Release:	4
Summary:	Diagrams consisting of boxes, lines, and annotations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/expressg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expressg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expressg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/expressg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A MetaPost package providing facilities to assist in drawing
diagrams that consist of boxes, lines, and annotations.
Particular support is provided for creating EXPRESS-G diagrams,
for example IDEF1X, OMT, Shlaer-Mellor, and NIAM diagrams. The
package may also be used to create UML and most other Box-Line-
Annotation charts, but not Gantt charts directly.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/expressg/aam.mp
%{_texmfdistdir}/metapost/expressg/expeg.mp
%{_texmfdistdir}/metapost/expressg/expressg.mp
%doc %{_texmfdistdir}/doc/metapost/expressg/README
%doc %{_texmfdistdir}/doc/metapost/expressg/aamfigs.pdf
%doc %{_texmfdistdir}/doc/metapost/expressg/aamfigs.tex
%doc %{_texmfdistdir}/doc/metapost/expressg/expeg.pdf
%doc %{_texmfdistdir}/doc/metapost/expressg/expeg.tex
%doc %{_texmfdistdir}/doc/metapost/expressg/expressg.pdf
%doc %{_texmfdistdir}/doc/metapost/expressg/n2mps.sh
%doc %{_texmfdistdir}/doc/metapost/expressg/n2mpsprl.prl
#- source
%doc %{_texmfdistdir}/source/metapost/expressg/expressg.dtx
%doc %{_texmfdistdir}/source/metapost/expressg/expressg.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: 51dc5b5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24766 |14mu|texlive-exp-testopt-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/exp-testopt
# catalog-date 2009-03-08 17:38:29 +0100
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-exp-testopt
Version:	0.3
Release:	4
Summary:	Expandable \@testopt (and related) macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/exp-testopt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exp-testopt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exp-testopt.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exp-testopt.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an expandable variant of the LaTeX kernel
command \@testopt, named \@expandable@testopt, and a more
general \@expandable@ifopt, both intended for package writers.
Also we have a variant of \newcommand which uses these macros
to check for optional arguments.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/exp-testopt/exp-testopt.sty
%doc %{_texmfdistdir}/doc/latex/exp-testopt/README
%doc %{_texmfdistdir}/doc/latex/exp-testopt/exp-testopt.pdf
%doc %{_texmfdistdir}/doc/latex/exp-testopt/exp-testopt.test
#- source
%doc %{_texmfdistdir}/source/latex/exp-testopt/exp-testopt.dtx
%doc %{_texmfdistdir}/source/latex/exp-testopt/exp-testopt.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: 838d28f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24767 |14mu|texlive-exsheets-0.12b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32517
# category Package
# catalog-ctan /macros/latex/contrib/exsheets
# catalog-date 2013-12-27 13:12:36 +0100
# catalog-license lppl1.3
# catalog-version 0.12b
Name:		texlive-exsheets
Version:	0.12b
Release:	3
Summary:	Create exercise sheets and exams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/exsheets
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exsheets.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exsheets.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to create exercises or questions
and their corresponding solutions. The questions may be divided
into classes and/or topics and may be printed selectively.
Meta-data to questions can be added and recovered. The
solutions may be printed where they are, or collected and
printed at a later point in the document all together, section-
wise or selectively by ID. The package provides the means to
selectively include questions from an external file, and to
control the style of headings of both questions and solutions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/exsheets/cntformats.sty
%{_texmfdistdir}/tex/latex/exsheets/exsheets-listings.sty
%{_texmfdistdir}/tex/latex/exsheets/exsheets.sty
%{_texmfdistdir}/tex/latex/exsheets/exsheets_configurations.cfg
%{_texmfdistdir}/tex/latex/exsheets/exsheets_headings.cfg
%{_texmfdistdir}/tex/latex/exsheets/exsheets_headings.def
%{_texmfdistdir}/tex/latex/exsheets/tasks.cfg
%{_texmfdistdir}/tex/latex/exsheets/tasks.sty
%doc %{_texmfdistdir}/doc/latex/exsheets/README
%doc %{_texmfdistdir}/doc/latex/exsheets/cntformats_en.pdf
%doc %{_texmfdistdir}/doc/latex/exsheets/cntformats_en.tex
%doc %{_texmfdistdir}/doc/latex/exsheets/exsheets_en.pdf
%doc %{_texmfdistdir}/doc/latex/exsheets/exsheets_en.tex
%doc %{_texmfdistdir}/doc/latex/exsheets/grading-table.pdf
%doc %{_texmfdistdir}/doc/latex/exsheets/grading-table.tex
%doc %{_texmfdistdir}/doc/latex/exsheets/tasks_en.pdf
%doc %{_texmfdistdir}/doc/latex/exsheets/tasks_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.12b-3
+ Revision: 430ad35
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24768 |14mu|texlive-exsol-0.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30451
# category Package
# catalog-ctan /macros/latex/contrib/exsol
# catalog-date 2013-05-13 10:56:37 +0200
# catalog-license lppl1.3
# catalog-version 0.6
Name:		texlive-exsol
Version:	0.6
Release:	7
Summary:	Exercises and solutions from same source, into a book
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/exsol
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exsol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exsol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exsol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The packageThe exsol package provides macros to allow for
embedding exercises and solutions in the LaTeX source of an
instructional text (e.g., a book or a course text) while
generating the following separate documents: - your original
text that only contains the exercises, and - a solution book
that contains only the solutions to the exercises (optionally,
the exercises themselves are also copied to the solution book).
The exercise data are generated when running LaTeX on your
document; the first run also writes the solutions to a
secondary file that may be included in a simple document
harness, may be processed by LaTeX, to generate a nice solution
book. The code of the package was derived (in large part) from
fancyvrb.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/exsol/exsol.sty
%doc %{_texmfdistdir}/doc/latex/exsol/LICENSE
%doc %{_texmfdistdir}/doc/latex/exsol/exsol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/exsol/exsol.dtx
%doc %{_texmfdistdir}/source/latex/exsol/exsol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-7
+ Revision: 33a4b6f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24769 |14mu|texlive-exteps-0.41-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19859
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/exteps
# catalog-date 2007-03-06 10:34:25 +0100
# catalog-license gpl
# catalog-version 0.41
Name:		texlive-exteps
Version:	0.41
Release:	4
Summary:	Include EPS figures in MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/exteps
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exteps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/exteps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Exteps is a module for including external EPS figures into
MetaPost figures. It is written entirely in MetaPost, and does
not therefore require any post processing of the MetaPost
output.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/exteps/exteps.mp
%doc %{_texmfdistdir}/doc/metapost/exteps/LICENSE
%doc %{_texmfdistdir}/doc/metapost/exteps/README
%doc %{_texmfdistdir}/doc/metapost/exteps/delfin
%doc %{_texmfdistdir}/doc/metapost/exteps/exteps.pdf
%doc %{_texmfdistdir}/doc/metapost/exteps/exteps.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.41-4
+ Revision: afe2956
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24770 |14mu|texlive-extract-1.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/extract
# catalog-date 2006-11-09 15:16:55 +0100
# catalog-license lppl
# catalog-version 1.8
Name:		texlive-extract
Version:	1.8
Release:	4
Summary:	Extract parts of a document and write to another document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/extract
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extract.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extract.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extract.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to extract specific content from
a source document and write that to a target document. One
could, for instance, use this to extract all exercises from
lecture notes and generate an exercises book on the fly. The
package also provides an environment which writes its body
entirely to the target file. Another environment will write to
the target file, but will also execute the body. This allows to
share code (for instance, a preamble) between the source
document and the target file. Finally, the package provides an
interface to conditionally extract content. With a single
package option, one can specify exactly which commands (counted
from the start of the document) should be extracted and which
not. This might be useful for extracting specific slides from a
presentation and use them in a new file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/extract/extract.sty
%doc %{_texmfdistdir}/doc/latex/extract/README
%doc %{_texmfdistdir}/doc/latex/extract/extract.pdf
#- source
%doc %{_texmfdistdir}/source/latex/extract/extract.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.8-4
+ Revision: 1f306cd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24771 |14mu|texlive-extsizes-1.4a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17263
# category Package
# catalog-ctan /macros/latex/contrib/extsizes
# catalog-date 2010-02-28 19:16:53 +0100
# catalog-license lppl
# catalog-version 1.4a
Name:		texlive-extsizes
Version:	1.4a
Release:	4
Summary:	Extend the standard classes' size options
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/extsizes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extsizes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/extsizes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides classes extarticle and extreport, extletter, extbook,
extproc which allow for documents with a base font of size 8-
20pt.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/extsizes/autopagewidth.sty
%{_texmfdistdir}/tex/latex/extsizes/extarticle.cls
%{_texmfdistdir}/tex/latex/extsizes/extbook.cls
%{_texmfdistdir}/tex/latex/extsizes/extletter.cls
%{_texmfdistdir}/tex/latex/extsizes/extproc.cls
%{_texmfdistdir}/tex/latex/extsizes/extreport.cls
%{_texmfdistdir}/tex/latex/extsizes/extsizes.sty
%{_texmfdistdir}/tex/latex/extsizes/size14.clo
%{_texmfdistdir}/tex/latex/extsizes/size17.clo
%{_texmfdistdir}/tex/latex/extsizes/size20.clo
%{_texmfdistdir}/tex/latex/extsizes/size8.clo
%{_texmfdistdir}/tex/latex/extsizes/size9.clo
%doc %{_texmfdistdir}/doc/latex/extsizes/README
%doc %{_texmfdistdir}/doc/latex/extsizes/extsizes.pdf
%doc %{_texmfdistdir}/doc/latex/extsizes/extsizes.tex
%doc %{_texmfdistdir}/doc/latex/extsizes/readme.extsizes

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4a-4
+ Revision: e5dce28
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24772 |14mu|texlive-facsimile-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21328
# category Package
# catalog-ctan /macros/latex/contrib/facsimile
# catalog-date 2007-01-03 21:31:08 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-facsimile
Version:	1.0
Release:	4
Summary:	Document class for preparing faxes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/facsimile
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/facsimile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/facsimile.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/facsimile.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The facsimile class provides a simple interface for creating a
document for sending as a fax, with LaTeX. The class covers two
areas: - First, a title page is created with a detailed fax
header; - second, every page gets headers and footers so that
the recipient can be sure that every page has been received and
all pages are complete, and in the correct order. The class
evolved from the fax package, and provides much better language
support.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/facsimile/fac-de.cfg
%{_texmfdistdir}/tex/latex/facsimile/fac-en.cfg
%{_texmfdistdir}/tex/latex/facsimile/facsimile.cls
%doc %{_texmfdistdir}/doc/latex/facsimile/README
%doc %{_texmfdistdir}/doc/latex/facsimile/example.tex
%doc %{_texmfdistdir}/doc/latex/facsimile/facsimile.pdf
#- source
%doc %{_texmfdistdir}/source/latex/facsimile/facsimile.dtx
%doc %{_texmfdistdir}/source/latex/facsimile/facsimile.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: af483a4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24773 |14mu|texlive-factura-20131012-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30167
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-factura
Version:	20131012
Release:	7
Summary:	TeXLive factura package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/factura.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/factura.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive factura package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/factura/factura.cls
%{_texmfdistdir}/tex/latex/factura/factura.def
%doc %{_texmfdistdir}/doc/latex/factura/README
%doc %{_texmfdistdir}/doc/latex/factura/factura-modelo-ya.tex
%doc %{_texmfdistdir}/doc/latex/factura/factura-modelo.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131012-7
+ Revision: 9c595a0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24774 |14mu|texlive-facture-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24092
# category Package
# catalog-ctan /macros/xetex/latex/facture
# catalog-date 2011-09-24 18:52:18 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-facture
Version:	1.0
Release:	4
Summary:	Generate an invoice
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/facture
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/facture.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/facture.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/facture.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Une classe simple permettant de produite une facture, avec ou
sans TVA, avec gestion d'une adresse differente pour la
livraison et pour la facturation. A simple class that allows
production of an invoice, with or without VAT; different
addresses for delivery and for billing are permitted.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/facture/facture.cls
%doc %{_texmfdistdir}/doc/xelatex/facture/README
%doc %{_texmfdistdir}/doc/xelatex/facture/exemple.pdf
%doc %{_texmfdistdir}/doc/xelatex/facture/exemple.tex
%doc %{_texmfdistdir}/doc/xelatex/facture/exemplesansTVA.pdf
%doc %{_texmfdistdir}/doc/xelatex/facture/exemplesansTVA.tex
%doc %{_texmfdistdir}/doc/xelatex/facture/facture.pdf
%doc %{_texmfdistdir}/doc/xelatex/facture/makefile
#- source
%doc %{_texmfdistdir}/source/xelatex/facture/facture.dtx
%doc %{_texmfdistdir}/source/xelatex/facture/facture.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: d0d6504
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24775 |14mu|texlive-fancybox-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18304
# category Package
# catalog-ctan /macros/latex/contrib/fancybox
# catalog-date 2010-05-15 22:45:27 +0200
# catalog-license lppl1.2
# catalog-version 1.4
Name:		texlive-fancybox
Version:	1.4
Release:	4
Summary:	Variants of \fbox and other games with boxes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancybox
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancybox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancybox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides variants of \fbox: \shadowbox, \doublebox, \ovalbox,
\Ovalbox, with helpful tools for using box macros and flexible
verbatim macros. You can box mathematics, floats, center,
flushleft, and flushright, lists, and pages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancybox/fancybox.sty
%doc %{_texmfdistdir}/doc/latex/fancybox/Changes
%doc %{_texmfdistdir}/doc/latex/fancybox/Makefile
%doc %{_texmfdistdir}/doc/latex/fancybox/README
%doc %{_texmfdistdir}/doc/latex/fancybox/fancybox-doc.pdf
%doc %{_texmfdistdir}/doc/latex/fancybox/fancybox-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: 195648a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24776 |14mu|texlive-fancynum-0.92-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fancynum
# catalog-date 2008-04-19 23:11:03 +0200
# catalog-license other-free
# catalog-version 0.92
Name:		texlive-fancynum
Version:	0.92
Release:	4
Summary:	Typeset numbers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancynum
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancynum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancynum.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancynum.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for typesetting numbers, in particular floating
point numbers, such as you find in program output.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancynum/fancynum.sty
%doc %{_texmfdistdir}/doc/latex/fancynum/CHANGES
%doc %{_texmfdistdir}/doc/latex/fancynum/README
%doc %{_texmfdistdir}/doc/latex/fancynum/aue.txt
%doc %{_texmfdistdir}/doc/latex/fancynum/ctt.txt
%doc %{_texmfdistdir}/doc/latex/fancynum/dbltable.tex
%doc %{_texmfdistdir}/doc/latex/fancynum/examples.tex
%doc %{_texmfdistdir}/doc/latex/fancynum/fancynum.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fancynum/Makefile
%doc %{_texmfdistdir}/source/latex/fancynum/fancynum.dtx
%doc %{_texmfdistdir}/source/latex/fancynum/fancynum.ins
%doc %{_texmfdistdir}/source/latex/fancynum/tables.c

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.92-4
+ Revision: 347166b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24777 |14mu|texlive-fancypar-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18018
# category Package
# catalog-ctan /macros/latex/contrib/fancypar
# catalog-date 2010-04-29 12:40:52 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-fancypar
Version:	1.1
Release:	4
Summary:	Decoration of individual paragraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancypar
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancypar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancypar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancypar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Decorates individual paragraphs of a document, offering five
pre-defined styles. The command offers an optional 'key-value'
argument with the user may define parameters of the selected
style. Predefined styles offer a spiral-notebook, a zebra-like,
a dashed, a marked design, and an underlined style. Users may
also define their own styles. Decorated paragraphs may not
include displayed mathematics.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancypar/fancypar.sty
%doc %{_texmfdistdir}/doc/latex/fancypar/README
%doc %{_texmfdistdir}/doc/latex/fancypar/fancypar.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fancypar/fancypar.dtx
%doc %{_texmfdistdir}/source/latex/fancypar/fancypar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: ec7a355
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24778 |14mu|texlive-fancyref-0.9c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fancyref
# catalog-date 2006-12-05 17:23:05 +0100
# catalog-license gpl
# catalog-version 0.9c
Name:		texlive-fancyref
Version:	0.9c
Release:	4
Summary:	A LaTeX package for fancy cross-referencing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancyref
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides fancy cross-referencing support, based on the
package's reference commands (\fref and \Fref) that recognise
what sort of object is being referenced. So, for example, the
label for a \section would be expected to be of the form
'sec:foo': the package would recognise the 'sec:' part.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancyref/fancyref.sty
%doc %{_texmfdistdir}/doc/latex/fancyref/COPYING
%doc %{_texmfdistdir}/doc/latex/fancyref/README
%doc %{_texmfdistdir}/doc/latex/fancyref/fancyref.pdf
%doc %{_texmfdistdir}/doc/latex/fancyref/freftest.tex
#- source
%doc %{_texmfdistdir}/source/latex/fancyref/fancyref.dtx
%doc %{_texmfdistdir}/source/latex/fancyref/fancyref.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9c-4
+ Revision: f1d5d8f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24779 |14mu|texlive-fancytabs-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23839
# category Package
# catalog-ctan /macros/latex/contrib/fancytabs
# catalog-date 2011-09-04 11:56:55 +0200
# catalog-license lppl1.3
# catalog-version 1.6
Name:		texlive-fancytabs
Version:	1.6
Release:	4
Summary:	Fancy page border tabs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancytabs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytabs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytabs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytabs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can typeset tabs on the side of a page. It requires
TikZ from the pgf bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancytabs/fancytabs.sty
%doc %{_texmfdistdir}/doc/latex/fancytabs/README
%doc %{_texmfdistdir}/doc/latex/fancytabs/fancytabs.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fancytabs/fancytabs.dtx
%doc %{_texmfdistdir}/source/latex/fancytabs/fancytabs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: 7e80b69
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24780 |14mu|texlive-fancytooltips-1.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27129
# category Package
# catalog-ctan /macros/latex/contrib/fancytooltips
# catalog-date 2012-06-03 20:06:11 +0200
# catalog-license lppl1.2
# catalog-version 1.8
Name:		texlive-fancytooltips
Version:	1.8
Release:	3
Summary:	Include a wide range of material in PDF tooltips
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancytooltips
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytooltips.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytooltips.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytooltips.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package was inspired by the cooltooltips package. In
contrast to cooltooltips, fancytooltips allows inclusion of
tooltips which contain arbitrary TeX material or a series of
TeX materials (animated graphics) from an external PDF file. To
see the tooltips, you have to open the files in Adobe Reader.
The links and JavaScripts are inserted using eforms package
from the AcroTeX bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancytooltips/fancytipmark.eps
%{_texmfdistdir}/tex/latex/fancytooltips/fancytipmark.pdf
%{_texmfdistdir}/tex/latex/fancytooltips/fancytipmark.svg
%{_texmfdistdir}/tex/latex/fancytooltips/fancytooltips.sty
%doc %{_texmfdistdir}/doc/latex/fancytooltips/cite.png
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo.sin.table
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo.tex
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo2.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancy-preview-demo2.tex
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancytooltips-example.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/fancytooltips-example.tex
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/pics/tecna2.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/pics/tooltipy.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/pics/tooltipy.tex
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/pics/tooltipy.tips
%doc %{_texmfdistdir}/doc/latex/fancytooltips/examples/readme
%doc %{_texmfdistdir}/doc/latex/fancytooltips/fancy-preview
%doc %{_texmfdistdir}/doc/latex/fancytooltips/fancytipmark1.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/fancytipmark2.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/fancytipmark3.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/fancytipmark4.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/fancytooltips.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/readme
%doc %{_texmfdistdir}/doc/latex/fancytooltips/tip.pdf
%doc %{_texmfdistdir}/doc/latex/fancytooltips/tip.tex
#- source
%doc %{_texmfdistdir}/source/latex/fancytooltips/fancytooltips.dtx
%doc %{_texmfdistdir}/source/latex/fancytooltips/fancytooltips.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.8-3
+ Revision: 6722838
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24781 |14mu|texlive-fancyvrb-2.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18492
# category Package
# catalog-ctan /macros/latex/contrib/fancyvrb
# catalog-date 2010-05-25 20:13:54 +0200
# catalog-license lppl
# catalog-version 2.8
Name:		texlive-fancyvrb
Version:	2.8
Release:	4
Summary:	Sophisticated verbatim text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fancyvrb
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyvrb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyvrb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyvrb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Flexible handling of verbatim text including: verbatim commands
in footnotes; a variety of verbatim environments with many
parameters; ability to define new customized verbatim
environments; save and restore verbatim text and environments;
write and read files in verbatim mode; build "example"
environments (showing both result and verbatim source).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fancyvrb/fancyvrb.sty
%{_texmfdistdir}/tex/latex/fancyvrb/fvrb-ex.sty
%{_texmfdistdir}/tex/latex/fancyvrb/hbaw.sty
%{_texmfdistdir}/tex/latex/fancyvrb/hcolor.sty
%doc %{_texmfdistdir}/doc/latex/fancyvrb/Changes
%doc %{_texmfdistdir}/doc/latex/fancyvrb/Makefile
%doc %{_texmfdistdir}/doc/latex/fancyvrb/README
%doc %{_texmfdistdir}/doc/latex/fancyvrb/README.contrib
%doc %{_texmfdistdir}/doc/latex/fancyvrb/fancyvrb.pdf
%doc %{_texmfdistdir}/doc/latex/fancyvrb/fvrb-ex.pdf
%doc %{_texmfdistdir}/doc/latex/fancyvrb/t-fvrbex.tex
#- source
%doc %{_texmfdistdir}/source/latex/fancyvrb/fancyvrb.dtx
%doc %{_texmfdistdir}/source/latex/fancyvrb/fancyvrb.ins
%doc %{_texmfdistdir}/source/latex/fancyvrb/fvrb-ex.dtx
%doc %{_texmfdistdir}/source/latex/fancyvrb/fvrb-ex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.8-4
+ Revision: ce1a0aa
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24782 |14mu|texlive-fandol-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31345
# category Package
# catalog-ctan /fonts/fandol
# catalog-date 2013-08-04 11:01:13 +0200
# catalog-license gpl
# catalog-version 0.2
Name:		texlive-fandol
Version:	0.2
Release:	7
Summary:	Four basic fonts for Chinese typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/fandol
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fandol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fandol.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Fandol fonts designed for Chinese typesetting. The current
version contains four styles: Song, Hei, Kai, Fang. All fonts
are in OpenType format.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/fandol/FandolFang-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/fandol/FandolHei-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/fandol/FandolHei-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/fandol/FandolKai-Regular.otf
%{_texmfdistdir}/fonts/opentype/public/fandol/FandolSong-Bold.otf
%{_texmfdistdir}/fonts/opentype/public/fandol/FandolSong-Regular.otf
%doc %{_texmfdistdir}/doc/fonts/fandol/COPYING
%doc %{_texmfdistdir}/doc/fonts/fandol/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: 3e2abd0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24783 |14mu|texlive-fast-diagram-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29264
# category Package
# catalog-ctan /graphics/pgf/contrib/fast-diagram
# catalog-date 2013-02-27 20:12:49 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-fast-diagram
Version:	1.1
Release:	7
Summary:	Easy generation of FAST diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/fast-diagram
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fast-diagram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fast-diagram.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides simple means of producing FAST diagrams,
using TikZ/pgf tools. FAST diagrams are useful for functional
analysis techniques in design methods.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fast-diagram/fast-diagram.sty
%doc %{_texmfdistdir}/doc/latex/fast-diagram/README
%doc %{_texmfdistdir}/doc/latex/fast-diagram/help.pdf
%doc %{_texmfdistdir}/doc/latex/fast-diagram/help.tex
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/commandes.tex
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/exemple.tex
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/antenne.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/batterie.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/biellettes.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/bouton.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/moteur.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/pedalier.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/pignons.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/recepteur.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/roue.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/images/servomoteur.png
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/installation.tex
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/intro.tex
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/miseEnForme.tex
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/reglages.tex
%doc %{_texmfdistdir}/doc/latex/fast-diagram/sources_help/tikz.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: 5a9ad11
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24784 |14mu|texlive-fbithesis-1.2m-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21340
# category Package
# catalog-ctan /macros/latex/contrib/fbithesis
# catalog-date 2011-02-07 09:47:54 +0100
# catalog-license other-free
# catalog-version 1.2m
Name:		texlive-fbithesis
Version:	1.2m
Release:	4
Summary:	Computer Science thesis class for University of Dortmund
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fbithesis
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fbithesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fbithesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fbithesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
At the department of computer science at the University of
Dortmund there are cardboard cover pages for research or
internal reports like master/phd-theses. The main function of
this LaTeX2e document-class is a replacement for the \maketitle
command to typeset a title page that is adjusted to these cover
pages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fbithesis/fbithesis.cfg
%{_texmfdistdir}/tex/latex/fbithesis/fbithesis.cls
%doc %{_texmfdistdir}/doc/latex/fbithesis/README
%doc %{_texmfdistdir}/doc/latex/fbithesis/distribution.key
%doc %{_texmfdistdir}/doc/latex/fbithesis/example.pdf
%doc %{_texmfdistdir}/doc/latex/fbithesis/example.tex
%doc %{_texmfdistdir}/doc/latex/fbithesis/exampleaux.tex
%doc %{_texmfdistdir}/doc/latex/fbithesis/fbithesis.dtx.asc
%doc %{_texmfdistdir}/doc/latex/fbithesis/fbithesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fbithesis/fbithesis.drv
%doc %{_texmfdistdir}/source/latex/fbithesis/fbithesis.dtx
%doc %{_texmfdistdir}/source/latex/fbithesis/fbithesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2m-4
+ Revision: 9eb7dd5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24785 |14mu|texlive-fc-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/jknappen/fc
# catalog-date 2009-08-26 22:28:30 +0200
# catalog-license gpl2
# catalog-version 1.4
Name:		texlive-fc
Version:	1.4
Release:	4
Summary:	Fonts for African languages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/jknappen/fc
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts are provided as MetaFont source, in the familiar
arrangement of lots of (autogenerated) preamble files and a
modest set of glyph specifications. (A similar arrangement
appears in the ec and lh font bundles.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcbx.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcbxi.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcbxsl.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcbxu.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fccsc.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fci.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcitt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcr.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcsibx.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcsitt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcsl.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcss.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcssbx.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcssi.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcsstt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fctt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/b-fcu.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/c-fcsstt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcaccent.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbx9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxi9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxsl9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcbxu9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccoding.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccsc9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fccscspu.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fci9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcilig.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitalic.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitligt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitlpct.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcitt9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcmacros.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcpunct.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcr9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcrlig.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcroligt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcroman.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcrompct.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcscligt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsfligt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsibx9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsitt9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsl9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcss9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssbx9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcssi9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcsstt9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fctt9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcttligt.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu10.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu11.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu12.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu14.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu17.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu20.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu25.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu5.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu6.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu7.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu8.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/fcu9.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/itala.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italbcd.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/itale.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italfgh.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italij.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italklm.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italn.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italo.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italpqr.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italst.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italuvw.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/italxyz.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowera.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowerbcd.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowere.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowerfgh.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowerij.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowerklm.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowern.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowero.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowerpqr.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowerst.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/loweruvw.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/lowerxyz.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/uppera.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperbcd.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/uppere.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperfgh.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperij.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperklm.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/uppern.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/uppero.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperpqr.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperst.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperuvw.mf
%{_texmfdistdir}/fonts/source/jknappen/fc/upperxyz.mf
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbx9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxi9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxsl9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcbxu9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fccsc9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fci9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcitt9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcr9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsibx9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsitt9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsl9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcss9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssbx9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcssi9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcsstt9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fctt9.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu10.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu11.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu12.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu14.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu17.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu20.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu25.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu5.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu6.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu7.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu8.tfm
%{_texmfdistdir}/fonts/tfm/jknappen/fc/fcu9.tfm
%{_texmfdistdir}/tex/latex/fc/fclfont.sty
%{_texmfdistdir}/tex/latex/fc/fclfont.sty_old
%{_texmfdistdir}/tex/latex/fc/fcuse.sty
%{_texmfdistdir}/tex/latex/fc/t4cmr.fd
%{_texmfdistdir}/tex/latex/fc/t4cmss.fd
%{_texmfdistdir}/tex/latex/fc/t4cmtt.fd
%{_texmfdistdir}/tex/latex/fc/t4enc.def
%{_texmfdistdir}/tex/latex/fc/t4fcr.fd
%{_texmfdistdir}/tex/latex/fc/t4phonet.sty
%doc %{_texmfdistdir}/doc/fonts/fc/fc.bug
%doc %{_texmfdistdir}/doc/fonts/fc/fc.rme
%doc %{_texmfdistdir}/doc/fonts/fc/fctugbot.tex
%doc %{_texmfdistdir}/doc/fonts/fc/fontdef.fc_old
%doc %{_texmfdistdir}/doc/fonts/fc/licence.gnu

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: acee688
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24786 |14mu|texlive-fcltxdoc-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24500
# category Package
# catalog-ctan /macros/latex/contrib/fcltxdoc
# catalog-date 2011-11-03 08:30:49 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-fcltxdoc
Version:	1.0
Release:	4
Summary:	Macros for use in the author's documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fcltxdoc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fcltxdoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fcltxdoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fcltxdoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is not advertised for public use, but is necessary
for the support of others of the author's packages (which are
compiled under the ltxdoc class).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fcltxdoc/fcltxdoc.sty
%doc %{_texmfdistdir}/doc/latex/fcltxdoc/fcltxdoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fcltxdoc/fcltxdoc.drv
%doc %{_texmfdistdir}/source/latex/fcltxdoc/fcltxdoc.dtx
%doc %{_texmfdistdir}/source/latex/fcltxdoc/fcltxdoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 1445805
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24787 |14mu|texlive-featpost-0.8.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26049
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/featpost
# catalog-date 2012-04-16 18:59:36 +0200
# catalog-license gpl
# catalog-version 0.8.6
Name:		texlive-featpost
Version:	0.8.6
Release:	3
Summary:	MetaPost macros for 3D
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/featpost
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/featpost.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/featpost.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These macros allow the production of three-dimensional schemes
containing: angles, circles, cylinders, cones and spheres,
among other things.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/featpost/featpost.mp
%{_texmfdistdir}/metapost/featpost/featpost3Dplus2D.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/COMPILE.sh
%doc %{_texmfdistdir}/doc/metapost/featpost/README
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/Exemplifier.ps.bz2
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/featpostbeamer.pdf
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/featpostbeamer.tex
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/featpostdocsource.tex
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/featpostmanual.pdf
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/featpostmanual.tex
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/lastfiguretest.pdf
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/lastfiguretest.tex
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropaganda.pdf
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropaganda.tex
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/3.eps
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/3.jpeg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/3.pgm
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/CompanionsCollection.jpg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/Diagram1.dia
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/Diagram1.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/KnuthCollection.jpg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/dia.png
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/fekslatexmp.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/intersection2D.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/metapostpropaganda.png
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal-1.mps
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal-1.pdf
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal.jpeg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal.jpg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/minimal.png
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpaf.jpeg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafphoto.jpg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/pifpafpropaganda.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/recursives.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/sriyantrafinal-1.svg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/sriyantrafinal.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/todo.jpg
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/workflow-from-mpman-charts.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/doc/metapostpropagandafiles/xfig.png
%doc %{_texmfdistdir}/doc/metapost/featpost/example/38.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/CAT.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/DebianSwirlsmallEdited.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/EBcrossed.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/LED.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/acmaglev.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/acoplanv.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ahoraesglobal.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/aledlogo.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/allfigs.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/allgreatideas.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/anglinerigorouscircle.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/antimattermeteor.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/avalzero.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/badshreeyantra.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/balllauncher.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/bananadimmer.log
%doc %{_texmfdistdir}/doc/metapost/featpost/example/bananadimmer.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/brownellips.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/bstr.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/bughunt.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/buildcyclebug.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/canschemes.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cap29res.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/caratk3edit.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cartaxes.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/casadopessoal.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cellevolve.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cinemwork.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/closingbox.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cmykropes.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cone.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/conegetready.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/conicurv.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/convergingspirals.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/crossingline.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cruztuga.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cubicfacecentered.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cubicfigures.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cubicstructurefcc.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cubicstructures.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/cylimple.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/daliasensor.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/decorstatement.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/defaultcmr.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/deperspective.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/derivondatriang.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/diameters.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/directfonts.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/doitnow.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/downloadicon.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/durgayantra.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/eemcsblabla.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/electricpotential.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/electrospiral.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ellipticextrusionpress.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ellipticprism.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ellipticproperties.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/elliptictable.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ellipticthing.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/embroncordada.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/emptylines.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/equilatrianglelines.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/esteveslogo.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/experimental.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/experimental2Dsetup.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/f1aula03.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/f1aula05.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fakehole.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fallinthewind.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/featpostlogo.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ffcbob.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fieldlines.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fieldlinesnorma.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fieldlinesnormapaper.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fieldlinesnormapaperwork.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fis1prex.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fis3prex.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fis3prex7.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/fis3prey.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/frustum.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/galvanometro-inducao.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/gausslawframe.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/geombasic.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/geomcasq.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/geometricaverage.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/geomfiguei.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/geomfreder.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/geommine.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/globe.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/gnupost.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/gnupost3Dlogo.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/goldenellipse.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/graphene.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/graphexample.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/graphs.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/halfcirclesfear.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/hap.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/heatfromroom.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/hermitespliknot.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/hexacylon.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/hexagonaltrimesh.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/hiddenlinegraph.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/hiddensurface.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/hiddensurfaces.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/iamsorrykarl.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/inductionbob.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/integerbars.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/integratorfigures.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/jd44.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/joinedemptylines.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/kindofcube.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/kindofcuber.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/kopptrammel.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/labelconstruct.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/labelinspace.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/lamarquejaune.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/lasermachine.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/latexboxes.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/lawofcosines.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/lcurvature.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ledlogo.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/loglogpaper.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/logofontest.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/magneticflux.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/mainmemtest.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/manjusha.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/matricskoc.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/mce-lng.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/metalcharge.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/micromu.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/milimetricpaper.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/mpfields.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/mptoolcone.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/muslimpattern.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/mypatent.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/mypatentpieces.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/mysquaresectionbar.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/naoestacionar.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nembends.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nembiaxi.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nemdirector.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nemquira.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nemquirapitch.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nemsaddl.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nemuniax.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/newcommunism.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/newexperimental.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nosimples.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nosuspension.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nsmetica.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nulldefectanglexample.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/nurbstobeziern.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/onebigword.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/optest.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/optica.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/par3Dplotexamples.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/parafuso.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/parafusoprojxy.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/pathernon.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/pathofstraightline.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/perspec.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/photorefer.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/photoreverse.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/pifpaf.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/pixelgrid.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/plaintangency.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/planintersection.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/planpht.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/polyhedr.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/positivecharge.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/potenciadecicloeliptico.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/probtodooterr.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/profaux.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/project.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/qap.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/quartertorus.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/redplanet.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/reeditedgoodquestionmark.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/resistcircuit.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/revolipsoid.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/revolvers.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rigorcubo.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rigorouscircle.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rigorouscone.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rigorousdiscSD.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rigorousdiscoptions.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rigorousfearpath.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rmnbob.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/roadincline.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rodarolaremplaninc.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ropepatterns.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rotatnlc.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rothexagrid.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/rungekuttasecond.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/sal.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/sap.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/saturn.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/sfearschem.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/sharpraytrace.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/signalvertexSD.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/simplecar.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/simplecarparam.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/simplexperiment.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/sincityredesigned.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/slingshot.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/smC.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/some2Dvecs.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/spatialhalfsfear.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/spherample.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/splineperspective.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/spltwiben.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/squareanglines.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/stageforthree.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/statement.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/statethreelines.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/steamcamera.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/strength1defect.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/symbol.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tangency2D.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tangencypoint.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tdarrow.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/telemira.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tete.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tetrapodes.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/theHURD.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/thearchicon.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/thethreekindsofperspec.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/thunderproblem.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tiposdetrans.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tiposdetransb.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tiposdetranst.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/torus.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/trajectoryline.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/trianglecenterofmass.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/triangulartrimesh.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/trig.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/trigonometry.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/troncoconedef.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tropicalglobe.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/troysfear.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tshirtfig.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/tuftescatter.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/twistflat.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/twistnlc.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/twistroundbiax.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/twocyclestogether.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/twoholes.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/twoplustwo.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/twoupcones.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ubhtransients.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ultraeye.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/ultraimprovertex.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/unperfection.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/unperfectionremoved.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/vanallenbelt.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/verygoodcone.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/wwfpmp.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/xcmplaca2buraquads.mp
%doc %{_texmfdistdir}/doc/metapost/featpost/example/xraycamera.mp

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.6-3
+ Revision: bdd044b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24788 |14mu|texlive-feupphdteses-4.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30962
# category Package
# catalog-ctan /macros/latex/contrib/feupphdteses
# catalog-date 2013-06-19 18:27:53 +0200
# catalog-license lppl
# catalog-version 4.0
Name:		texlive-feupphdteses
Version:	4.0
Release:	7
Summary:	Typeset Engineering PhD theses at the University of Porto
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/feupphdteses
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feupphdteses.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feupphdteses.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A complete template for thesis/works of Faculdade de Engenharia
da Universidade do Porto (FEUP) Faculty of Engineering
University of Porto.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/feupphdteses/feupphdteses.sty
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Abbs.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Abstract.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Acknow.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Appendix.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Chapter2.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Chapter3.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Conclusions.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Dedicatory.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Figures/uporto-feup.pdf
%doc %{_texmfdistdir}/doc/latex/feupphdteses/IEEEtranN.bst
%doc %{_texmfdistdir}/doc/latex/feupphdteses/IEEEtranSN.bst
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Intro.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Publications.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Quote.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/README
%doc %{_texmfdistdir}/doc/latex/feupphdteses/References.bib
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Resumo.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Template_EN.pdf
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Template_EN.tcp
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Template_EN.tex
%doc %{_texmfdistdir}/doc/latex/feupphdteses/Template_EN.tps
%doc %{_texmfdistdir}/doc/latex/feupphdteses/mymacros.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.0-7
+ Revision: 26024a6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24789 |14mu|texlive-feynmf-1.08-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17259
# category Package
# catalog-ctan /macros/latex/contrib/feynmf
# catalog-date 2010-03-01 15:04:13 +0100
# catalog-license gpl
# catalog-version 1.08
Name:		texlive-feynmf
Version:	1.08
Release:	4
Summary:	Macros and fonts for creating Feynman (and other) diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/feynmf
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The feynmf package provides an interface to MetaFont (inspired
by the facilities of mfpic) to use simple structure
specifications to produce relatively complex diagrams. (The
feynmp package, also part of this bundle, uses MetaPost in the
same way.) While the package was designed for Feynman diagrams,
it could in principle be used for diagrams in graph and similar
theories, where the structure is semi-algorithmically
determined.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metafont/feynmf/feynmf.mf
%{_texmfdistdir}/metapost/feynmf/feynmp.mp
%{_texmfdistdir}/metapost/feynmf/manpics.mp
%{_texmfdistdir}/tex/latex/feynmf/feynmf.sty
%{_texmfdistdir}/tex/latex/feynmf/feynmp.sty
%doc %{_texmfdistdir}/doc/latex/feynmf/Announce
%doc %{_texmfdistdir}/doc/latex/feynmf/COPYING
%doc %{_texmfdistdir}/doc/latex/feynmf/Feynman.Diagrams
%doc %{_texmfdistdir}/doc/latex/feynmf/README
%doc %{_texmfdistdir}/doc/latex/feynmf/Tutorial
%doc %{_texmfdistdir}/doc/latex/feynmf/fmfman.pdf
%doc %{_texmfdistdir}/doc/latex/feynmf/manpics.1
%doc %{_texmfdistdir}/doc/latex/feynmf/manpics.2
%doc %{_texmfdistdir}/doc/latex/feynmf/manpics.3
%doc %{_texmfdistdir}/doc/latex/feynmf/template.tex
#- source
%doc %{_texmfdistdir}/source/latex/feynmf/Makefile
%doc %{_texmfdistdir}/source/latex/feynmf/feynmf.drv
%doc %{_texmfdistdir}/source/latex/feynmf/feynmf.dtx
%doc %{_texmfdistdir}/source/latex/feynmf/feynmf.ins
%doc %{_texmfdistdir}/source/latex/feynmf/feynmf.pl
%doc %{_texmfdistdir}/source/latex/feynmf/feynmf209.ins
%doc %{_texmfdistdir}/source/latex/feynmf/feynmp.drv
%doc %{_texmfdistdir}/source/latex/feynmf/fmfman.drv
%doc %{_texmfdistdir}/source/latex/feynmf/fmfmanps.drv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metafont metapost tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.08-4
+ Revision: fb99923
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24790 |14mu|texlive-feynmp-auto-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30223
# category Package
# catalog-ctan /macros/latex/contrib/feynmp-auto
# catalog-date 2013-05-03 17:23:09 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-feynmp-auto
Version:	1.1
Release:	7
Summary:	Automatic processing of feynmp graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/feynmp-auto
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmp-auto.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmp-auto.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmp-auto.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package takes care of running Metapost on the output files
produced by the feynmp package, so that the compiled pictures
will be available in the next run of LaTeX. The package honours
options that apply to feynmp.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/feynmp-auto/feynmp-auto.sty
%doc %{_texmfdistdir}/doc/latex/feynmp-auto/README
%doc %{_texmfdistdir}/doc/latex/feynmp-auto/feynmp-auto.pdf
#- source
%doc %{_texmfdistdir}/source/latex/feynmp-auto/feynmp-auto.dtx
%doc %{_texmfdistdir}/source/latex/feynmp-auto/feynmp-auto.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: 45b2c31
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24791 |14mu|texlive-fig4latex-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /graphics/fig4latex
# catalog-date 2009-11-09 22:14:03 +0100
# catalog-license gpl3
# catalog-version 0.2
Name:		texlive-fig4latex
Version:	0.2
Release:	5
Summary:	Management of figures for large LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/fig4latex
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fig4latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fig4latex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-fig4latex.bin = %{EVRD}

%description
Fig4LaTeX simplifies management of the figures in a large LaTeX
document. Fig4LaTeX is appropriate for projects that include
figures with graphics created by XFig -- in particular,
graphics which use the combined PS/LaTeX (or PDF/LaTeX) export
method. An example document (with its output) is provided.


#-----------------------------------------------------------------------
%files
%{_bindir}/fig4latex
%{_texmfdistdir}/scripts/fig4latex/fig4latex
%doc %{_texmfdistdir}/doc/support/fig4latex/CHANGES
%doc %{_texmfdistdir}/doc/support/fig4latex/COPYING
%doc %{_texmfdistdir}/doc/support/fig4latex/README
%doc %{_texmfdistdir}/doc/support/fig4latex/example.pdf
%doc %{_texmfdistdir}/doc/support/fig4latex/example.tex
%doc %{_texmfdistdir}/doc/support/fig4latex/figs/div_alg_flowchart.fig
%doc %{_texmfdistdir}/doc/support/fig4latex/figs/if-then_flowchart.fig

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/fig4latex/fig4latex fig4latex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-5
+ Revision: b156bf3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24792 |14mu|texlive-figbas-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21037
# category Package
# catalog-ctan /fonts/figbas
# catalog-date 2009-05-20 15:30:38 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-figbas
Version:	1.0
Release:	4
Summary:	Mini-fonts for figured-bass notation in music
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/figbas
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/figbas.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package consists of three mini-fonts (and associated
metrics) of conventional ligatures for the figured-bass
notations 2+, 4+, 5+, 6+ and 9+ in music manuscripts. The fonts
are usable with Computer Modern Roman and Sans, and
Palatino/Palladio, respectively.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/figbas/cmrj.afm
%{_texmfdistdir}/fonts/afm/public/figbas/cmssj.afm
%{_texmfdistdir}/fonts/afm/public/figbas/plrj.afm
%{_texmfdistdir}/fonts/map/dvips/figbas/figbas.map
%{_texmfdistdir}/fonts/tfm/public/figbas/cmrj.tfm
%{_texmfdistdir}/fonts/tfm/public/figbas/cmssj.tfm
%{_texmfdistdir}/fonts/tfm/public/figbas/plrj.tfm
%{_texmfdistdir}/fonts/type1/public/figbas/cmrj.pfb
%{_texmfdistdir}/fonts/type1/public/figbas/cmssj.pfb
%{_texmfdistdir}/fonts/type1/public/figbas/plrj.pfb

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 173d511
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24793 |14mu|texlive-figsize-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18784
# category Package
# catalog-ctan /macros/latex/contrib/figsize
# catalog-date 2006-12-13 12:28:27 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-figsize
Version:	0.1
Release:	4
Summary:	Auto-size graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/figsize
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/figsize.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/figsize.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The FigSize package enables automatic sizing of graphics,
especially when including graphics with the graphicx package.
The user only has to specify the number of graphics that should
fit to a page or fraction there of and the package will
dynamically calculate the correct graphics sizes relative to
the page size. Thus, graphics can be auto-sized to fill a whole
page or fraction and manual changes of graphic sizes are never
needed when changing document layouts. Finally, the package's
dynamic lengths can be used to allow other document element
sizes to be dynamic.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/figsize/figsize.sty
%doc %{_texmfdistdir}/doc/latex/figsize/README
%doc %{_texmfdistdir}/doc/latex/figsize/epsfig.eps
%doc %{_texmfdistdir}/doc/latex/figsize/figsize.pdf
%doc %{_texmfdistdir}/doc/latex/figsize/figsize.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 9ac72e4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24794 |14mu|texlive-filecontents-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24250
# category Package
# catalog-ctan /macros/latex/contrib/filecontents
# catalog-date 2011-10-09 16:42:04 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-filecontents
Version:	1.3
Release:	4
Summary:	Extended filecontents and filecontents* environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/filecontents
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filecontents.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filecontents.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filecontents.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX2e's filecontents and filecontents* environments enable a
LaTeX source file to generate external files as it runs through
LaTeX. However, there are two limitations of these
environments: they refuse to overwrite existing files, and they
can only be used in the preamble of a document. The
filecontents package removes these limitations, letting you
overwrite existing files and letting you use
filecontents/filecontents* anywhere.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/filecontents/filecontents.sty
%doc %{_texmfdistdir}/doc/latex/filecontents/README
%doc %{_texmfdistdir}/doc/latex/filecontents/filecontents.pdf
#- source
%doc %{_texmfdistdir}/source/latex/filecontents/filecontents.dtx
%doc %{_texmfdistdir}/source/latex/filecontents/filecontents.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: 03cc7fc
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24795 |14mu|texlive-filedate-0.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29529
# category Package
# catalog-ctan /macros/latex/contrib/filedate
# catalog-date 2012-11-14 11:01:29 +0100
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-filedate
Version:	0.4
Release:	8
Summary:	Access and compare info and modification dates
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/filedate
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filedate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filedate.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filedate.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides basic access to the date of a LaTeX source
file according to its \Provides... entry (the "info date") as
well as to its modification date according to \pdffilemoddate
if the latter is available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/filedate/filedate.RLS
%{_texmfdistdir}/tex/latex/filedate/filedate.sty
%doc %{_texmfdistdir}/doc/latex/filedate/Announce.txt
%doc %{_texmfdistdir}/doc/latex/filedate/README
%doc %{_texmfdistdir}/doc/latex/filedate/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/filedate/filedate.pdf
#- source
%doc %{_texmfdistdir}/source/latex/filedate/fdatechk.tex
%doc %{_texmfdistdir}/source/latex/filedate/filedate.tex
%doc %{_texmfdistdir}/source/latex/filedate/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-8
+ Revision: 7dff20c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24796 |14mu|texlive-filehook-0.5d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24280
# category Package
# catalog-ctan /macros/latex/contrib/filehook
# catalog-date 2011-10-13 10:45:00 +0200
# catalog-license lppl1.3
# catalog-version 0.5d
Name:		texlive-filehook
Version:	0.5d
Release:	4
Summary:	Hooks for input files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/filehook
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filehook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filehook.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filehook.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides several file hooks (AtBegin, AtEnd, ...)
for files read by \input, \include and \InputIfFileExists.
General hooks for all such files (e.g. all \include'd ones) and
file specific hooks only used for named files are provided; two
hooks are provided for the end of \included files -- one
before, and one after the final \clearpage.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/filehook/filehook-fink.sty
%{_texmfdistdir}/tex/latex/filehook/filehook-listings.sty
%{_texmfdistdir}/tex/latex/filehook/filehook-memoir.sty
%{_texmfdistdir}/tex/latex/filehook/filehook-scrlfile.sty
%{_texmfdistdir}/tex/latex/filehook/filehook.sty
%{_texmfdistdir}/tex/latex/filehook/pgf-filehook.sty
%doc %{_texmfdistdir}/doc/latex/filehook/README
%doc %{_texmfdistdir}/doc/latex/filehook/filehook.pdf
#- source
%doc %{_texmfdistdir}/source/latex/filehook/filehook.dtx
%doc %{_texmfdistdir}/source/latex/filehook/filehook.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5d-4
+ Revision: 41bb2c0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24797 |14mu|texlive-fileinfo-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26696
# category Package
# catalog-ctan /macros/latex/contrib/fileinfo
# catalog-date 2012-05-28 13:29:39 +0200
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-fileinfo
Version:	0.4
Release:	3
Summary:	Enhanced display of LaTeX File Information
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fileinfo
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fileinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fileinfo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fileinfo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides two packages, readprov and myfilist. The
readprov package provides a means of reading file information
without loading the body of the file. The myfilist package uses
readprov and controls what \listfiles will report.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fileinfo/fileinfo.RLS
%{_texmfdistdir}/tex/latex/fileinfo/myfilist.sty
%{_texmfdistdir}/tex/latex/fileinfo/readprov.sty
%doc %{_texmfdistdir}/doc/latex/fileinfo/CONTENTs.txt
%doc %{_texmfdistdir}/doc/latex/fileinfo/README
%doc %{_texmfdistdir}/doc/latex/fileinfo/README.pdf
%doc %{_texmfdistdir}/doc/latex/fileinfo/RELEASE.txt
%doc %{_texmfdistdir}/doc/latex/fileinfo/myfilist.pdf
%doc %{_texmfdistdir}/doc/latex/fileinfo/readprov.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fileinfo/README.tex
%doc %{_texmfdistdir}/source/latex/fileinfo/gather.tex
%doc %{_texmfdistdir}/source/latex/fileinfo/myfilist.tex
%doc %{_texmfdistdir}/source/latex/fileinfo/readprov.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-3
+ Revision: 49d30ba
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24798 |14mu|texlive-filemod-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24042
# category Package
# catalog-ctan /macros/latex/contrib/filemod
# catalog-date 2011-09-21 00:38:26 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-filemod
Version:	1.2
Release:	4
Summary:	Provide file modification times, and compare them
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/filemod
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filemod.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/filemod.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros to read and compare the
modification dates of files. The files may be .tex files,
images or other files (as long as they can be found by LaTeX).
It uses the \pdffilemoddate primitive of pdfLaTeX to find the
file modification date as PDF date string, parses the string
and returns the value to the user. The package will also work
for DVI output with recent versions of the LaTeX compiler which
uses pdfLaTeX in DVI mode. The functionality is provided by
purely expandable macros or by faster but non-expandable ones.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/filemod/filemod-expmin.tex
%{_texmfdistdir}/tex/generic/filemod/filemod.tex
%{_texmfdistdir}/tex/latex/filemod/filemod-expmin.sty
%{_texmfdistdir}/tex/latex/filemod/filemod.sty
%doc %{_texmfdistdir}/doc/latex/filemod/README
%doc %{_texmfdistdir}/doc/latex/filemod/filemod.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: a391432
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24799 |14mu|texlive-finbib-20081207-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/misc/finplain.bst
# catalog-date 2008-12-07 00:01:13 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-finbib
Version:	20081207
Release:	4
Summary:	A Finnish version of plain.bst
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/misc/finplain.bst
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/finbib.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive finbib package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/finbib/finplain.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081207-4
+ Revision: 9a6d2fb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24800 |14mu|texlive-fink-2.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24329
# category Package
# catalog-ctan /macros/latex/contrib/fink
# catalog-date 2011-10-19 14:04:28 +0200
# catalog-license lppl
# catalog-version 2.2.1
Name:		texlive-fink
Version:	2.2.1
Release:	4
Summary:	The LaTeX2e File Name Keeper
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fink
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fink.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fink.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fink.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
This package "looks over your shoulder" and keeps track of
files \input'ed (the LaTeX way) or \include'ed in your
document. You then have permanent access to the name of the
file currently being processed through the macro \finkfile.
FiNK also comes with support for AUC-TeX. As of version 2.2.1,
FiNK has been deprecated and is not maintained anymore. People
interested in FiNK's functionality are invited to use a package
named currfile instead.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fink/fink.sty
%doc %{_texmfdistdir}/doc/latex/fink/NEWS
%doc %{_texmfdistdir}/doc/latex/fink/README
%doc %{_texmfdistdir}/doc/latex/fink/THANKS
%doc %{_texmfdistdir}/doc/latex/fink/fink.el
%doc %{_texmfdistdir}/doc/latex/fink/fink.pdf
%doc %{_texmfdistdir}/doc/latex/fink/header.inc
#- source
%doc %{_texmfdistdir}/source/latex/fink/fink.dtx
%doc %{_texmfdistdir}/source/latex/fink/fink.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2.1-4
+ Revision: 0ead2cd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24801 |14mu|texlive-finstrut-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21719
# category Package
# catalog-ctan /macros/latex/contrib/finstrut
# catalog-date 2011-03-14 20:53:55 +0100
# catalog-license lppl1.3
# catalog-version 0.5
Name:		texlive-finstrut
Version:	0.5
Release:	4
Summary:	Adjust behaviour of the ends of footnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/finstrut
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/finstrut.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/finstrut.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/finstrut.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The LaTeX internal command \@finalstrut is used automatically
used at the end of footnote texts to insert a strut to avoid
mis-spacing of multiple footnotes. Unfortunately the command
can cause a blank line at the end of a footnote. The package
provides a solution to this problem.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/finstrut/finstrut.sty
%doc %{_texmfdistdir}/doc/latex/finstrut/README
%doc %{_texmfdistdir}/doc/latex/finstrut/SRCFILEs.txt
%doc %{_texmfdistdir}/doc/latex/finstrut/finstrut.pdf
%doc %{_texmfdistdir}/doc/latex/finstrut/fstrutst.pdf
#- source
%doc %{_texmfdistdir}/source/latex/finstrut/finstrut.tex
%doc %{_texmfdistdir}/source/latex/finstrut/fstrutst.tex
%doc %{_texmfdistdir}/source/latex/finstrut/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-4
+ Revision: 9695954
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24802 |14mu|texlive-fix2col-20100223-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17133
# category Package
# catalog-ctan /macros/latex/contrib/fix2col
# catalog-date 2010-02-23 16:16:11 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-fix2col
Version:	20100223
Release:	4
Summary:	Fix miscellaneous two column mode features
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fix2col
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fix2col.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fix2col.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fix2col.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Fix mark handling so that \firstmark is taken from the first
column if that column has any marks at all; keep two column
floats like figure* in sequence with single column floats like
figure.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fix2col/fix2col.sty
%doc %{_texmfdistdir}/doc/latex/fix2col/README
%doc %{_texmfdistdir}/doc/latex/fix2col/fix2col.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fix2col/fix2col.dtx
%doc %{_texmfdistdir}/source/latex/fix2col/fix2col.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100223-4
+ Revision: fd59c05
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24803 |14mu|texlive-fixfoot-0.3a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17131
# category Package
# catalog-ctan /macros/latex/contrib/fixfoot
# catalog-date 2010-02-20 00:32:21 +0100
# catalog-license lppl
# catalog-version 0.3a
Name:		texlive-fixfoot
Version:	0.3a
Release:	4
Summary:	Multiple use of the same footnote text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fixfoot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixfoot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixfoot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a \DeclareFixedFootnote command to provide a single
command for a frequently-used footnote. The package ensures
that only one instance of the footnote text appears on each
page (LaTeX needs to be run several times to achieve this).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fixfoot/fixfoot.sty
%doc %{_texmfdistdir}/doc/latex/fixfoot/README
%doc %{_texmfdistdir}/doc/latex/fixfoot/fixfoot.pdf
%doc %{_texmfdistdir}/doc/latex/fixfoot/fixfoot.tex
%doc %{_texmfdistdir}/doc/latex/fixfoot/testfix.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3a-4
+ Revision: 54f78c9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24804 |14mu|texlive-fixlatvian-1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21631
# category Package
# catalog-ctan /macros/xetex/latex/fixlatvian
# catalog-date 2011-03-06 19:31:04 +0100
# catalog-license lppl1.3
# catalog-version 1a
Name:		texlive-fixlatvian
Version:	1a
Release:	4
Summary:	Improve Latvian language support in XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/fixlatvian
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixlatvian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixlatvian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixlatvian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers improvement of the Latvian language support
in polyglossia, in particular in the area of the standard
classes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/fixlatvian/lv.ist
%{_texmfdistdir}/tex/xelatex/fixlatvian/fixlatvian.sty
%doc %{_texmfdistdir}/doc/xelatex/fixlatvian/Makefile
%doc %{_texmfdistdir}/doc/xelatex/fixlatvian/README
%doc %{_texmfdistdir}/doc/xelatex/fixlatvian/fixlatvian.pdf
#- source
%doc %{_texmfdistdir}/source/xelatex/fixlatvian/fixlatvian.dtx
%doc %{_texmfdistdir}/source/xelatex/fixlatvian/fixlatvian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1a-4
+ Revision: 44033c8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24805 |14mu|texlive-fixltxhyph-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25832
# category Package
# catalog-ctan /macros/latex/contrib/fixltxhyph
# catalog-date 2012-04-02 21:14:13 +0200
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-fixltxhyph
Version:	0.4
Release:	3
Summary:	Allow hyphenation of partially-emphasised substrings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fixltxhyph
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixltxhyph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixltxhyph.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixltxhyph.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package fixes the problem of TeX failing to hyphenate
letter strings that seem (to TeX) to be words, but which are
followed by an apostrophe and then an emphasis command. The
cause of the problem is not the apostrophe, but the font change
in the middle of the string. The problem arises in Catalan,
French and Italian (it could arise in Romansh, were there LaTeX
support for it).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fixltxhyph/fixltxhyph.sty
%doc %{_texmfdistdir}/doc/latex/fixltxhyph/README
%doc %{_texmfdistdir}/doc/latex/fixltxhyph/fixltxhyph.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fixltxhyph/fixltxhyph.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-3
+ Revision: 9d1f6ba
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24806 |14mu|texlive-fixme-4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29362
# category Package
# catalog-ctan /macros/latex/contrib/fixme
# catalog-date 2013-01-28 16:52:26 +0100
# catalog-license lppl
# catalog-version 4.2
Name:		texlive-fixme
Version:	4.2
Release:	7
Summary:	Insert "fixme" notes into draft documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fixme
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixme.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixme.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixme.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a way to insert fixme notes in documents
being developed (in draft mode). Such notes can appear in the
margin of the document, as index entries, in the log file and
as warnings on stdout. It is also possible to summarize them in
a list. If your document is in a final version, any remaining
fixme notes will produce an error. FiXme also comes with
support for AUC-TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fixme/fixme.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/env/fxenvlayoutcolor.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/env/fxenvlayoutcolorsig.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutmarginnote.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfcmargin.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfcnote.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfcsigmargin.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfcsignote.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfmargin.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfnote.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfsigmargin.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/fxlayoutpdfsignote.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/target/fxtargetlayoutchangebar.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/target/fxtargetlayoutcolor.sty
%{_texmfdistdir}/tex/latex/fixme/layouts/target/fxtargetlayoutcolorcb.sty
%{_texmfdistdir}/tex/latex/fixme/themes/fxthemecolor.sty
%{_texmfdistdir}/tex/latex/fixme/themes/fxthemecolorsig.sty
%{_texmfdistdir}/tex/latex/fixme/themes/fxthemesignature.sty
%doc %{_texmfdistdir}/doc/latex/fixme/NEWS
%doc %{_texmfdistdir}/doc/latex/fixme/README
%doc %{_texmfdistdir}/doc/latex/fixme/THANKS
%doc %{_texmfdistdir}/doc/latex/fixme/fixme.el
%doc %{_texmfdistdir}/doc/latex/fixme/fixme.pdf
%doc %{_texmfdistdir}/doc/latex/fixme/header.inc
#- source
%doc %{_texmfdistdir}/source/latex/fixme/fixme.dtx
%doc %{_texmfdistdir}/source/latex/fixme/fixme.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.2-7
+ Revision: 7cecc2a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24807 |14mu|texlive-fixmetodonotes-0.2.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30168
# category Package
# catalog-ctan /macros/latex/contrib/fixmetodonotes
# catalog-date 2013-04-28 19:46:12 +0200
# catalog-license pd
# catalog-version 0.2.2
Name:		texlive-fixmetodonotes
Version:	0.2.2
Release:	7
Summary:	Add notes on document development
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fixmetodonotes
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixmetodonotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixmetodonotes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fixmetodonotes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides tools to highlight FIXME and TODO
annotations. The command \listofnotes prints a list of
outstanding notes, with links to the pages on which they
appear.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fixmetodonotes/fixmetodonotes.sty
%doc %{_texmfdistdir}/doc/latex/fixmetodonotes/LICENSE
%doc %{_texmfdistdir}/doc/latex/fixmetodonotes/README
#- source
%doc %{_texmfdistdir}/source/latex/fixmetodonotes/fixmetodonotes.dtx
%doc %{_texmfdistdir}/source/latex/fixmetodonotes/fixmetodonotes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.2-7
+ Revision: 1fa560f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24808 |14mu|texlive-fjodor-20101026-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20220
# category Package
# catalog-ctan /macros/latex/contrib/fjodor
# catalog-date 2010-10-26 21:52:03 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-fjodor
Version:	20101026
Release:	4
Summary:	A selection of layout styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fjodor
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fjodor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fjodor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides several page layouts, selectable by
package options.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fjodor/fjodor.sty
%doc %{_texmfdistdir}/doc/latex/fjodor/README
%doc %{_texmfdistdir}/doc/latex/fjodor/dostojevski.pdf
%doc %{_texmfdistdir}/doc/latex/fjodor/dostojevski.tex
%doc %{_texmfdistdir}/doc/latex/fjodor/fjodor.pdf
%doc %{_texmfdistdir}/doc/latex/fjodor/fjodor.tex
%doc %{_texmfdistdir}/doc/latex/fjodor/srbook-mem.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101026-4
+ Revision: 49b0b5f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24809 |14mu|texlive-flabels-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17272
# category Package
# catalog-ctan /macros/latex/contrib/flabels
# catalog-date 2010-02-28 22:13:22 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-flabels
Version:	1.0
Release:	4
Summary:	Labels for files and folders
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flabels
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flabels.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flabels.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flabels.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros for typesetting pretty labels (optionally colored) for
the back of files or binders (currently only the special A4
"Leitz-Ordner" ring binder is supported).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flabels/flabels.sty
%doc %{_texmfdistdir}/doc/latex/flabels/README
%doc %{_texmfdistdir}/doc/latex/flabels/flabels.pdf
%doc %{_texmfdistdir}/doc/latex/flabels/makedoc
%doc %{_texmfdistdir}/doc/latex/flabels/makedoc-patched
%doc %{_texmfdistdir}/doc/latex/flabels/makedoc.bat
#- source
%doc %{_texmfdistdir}/source/latex/flabels/flabels.dtx
%doc %{_texmfdistdir}/source/latex/flabels/flabels.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 73249a1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24810 |14mu|texlive-flacards-0.1.1b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/flacards
# catalog-date 2010-01-16 19:56:06 +0100
# catalog-license gpl
# catalog-version 0.1.1b
Name:		texlive-flacards
Version:	0.1.1b
Release:	4
Summary:	Generate flashcards for printing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flacards
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flacards.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flacards.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The flacards class provides an easy interface to produce
flashcards. It will print several cards per page, on both sides
of the paper.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flacards/flacards.cls
%doc %{_texmfdistdir}/doc/latex/flacards/COPYING
%doc %{_texmfdistdir}/doc/latex/flacards/README
%doc %{_texmfdistdir}/doc/latex/flacards/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/flacards/changelog.txt
%doc %{_texmfdistdir}/doc/latex/flacards/flacards_ex.pdf
%doc %{_texmfdistdir}/doc/latex/flacards/flacards_ex.tex
%doc %{_texmfdistdir}/doc/latex/flacards/flacards_ex1.tex
%doc %{_texmfdistdir}/doc/latex/flacards/flacards_ex2.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1b-4
+ Revision: 1addfa1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24811 |14mu|texlive-flagderiv-0.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/flagderiv
# catalog-date 2007-02-22 16:49:05 +0100
# catalog-license gpl
# catalog-version 0.10
Name:		texlive-flagderiv
Version:	0.10
Release:	4
Summary:	Flag style derivation package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flagderiv
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flagderiv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flagderiv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flagderiv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The flagderiv package is used to create mathematical
derivations using the flag/flagpole notation. The package
features an intuitive command syntax, opening and closing
multiple flagpoles, different comment styles, customizable
symbols and label namespaces.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flagderiv/flagderiv.sty
%doc %{_texmfdistdir}/doc/latex/flagderiv/README
%doc %{_texmfdistdir}/doc/latex/flagderiv/flagderiv.pdf
#- source
%doc %{_texmfdistdir}/source/latex/flagderiv/flagderiv.dtx
%doc %{_texmfdistdir}/source/latex/flagderiv/flagderiv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.10-4
+ Revision: 2787e62
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24812 |14mu|texlive-flashcards-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19667
# category Package
# catalog-ctan /macros/latex/contrib/flashcards
# catalog-date 2010-08-06 13:03:06 +0200
# catalog-license gpl
# catalog-version 1.0.1
Name:		texlive-flashcards
Version:	1.0.1
Release:	4
Summary:	A class for typesetting flashcards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flashcards
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flashcards.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flashcards.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flashcards.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The FlashCards class provides for the typesetting of flash
cards. By flash card, we mean a two sided card which has a
prompt or a question on one side and the response or the answer
on the flip (back) side. Flash cards come in many sizes
depending on the nature of the information they contain.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flashcards/avery5371.cfg
%{_texmfdistdir}/tex/latex/flashcards/avery5388.cfg
%{_texmfdistdir}/tex/latex/flashcards/flashcards.cls
%doc %{_texmfdistdir}/doc/latex/flashcards/COPYING
%doc %{_texmfdistdir}/doc/latex/flashcards/README
%doc %{_texmfdistdir}/doc/latex/flashcards/flashcards.pdf
%doc %{_texmfdistdir}/doc/latex/flashcards/samplecards.tex
#- source
%doc %{_texmfdistdir}/source/latex/flashcards/flashcards.dtx
%doc %{_texmfdistdir}/source/latex/flashcards/flashcards.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-4
+ Revision: 94c3549
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24813 |14mu|texlive-flashmovie-0.4-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25768
# category Package
# catalog-ctan /macros/latex/contrib/flashmovie
# catalog-date 2012-03-21 09:27:37 +0100
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-flashmovie
Version:	0.4
Release:	5
Summary:	Directly embed flash movies into PDF files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flashmovie
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flashmovie.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flashmovie.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows direct embedding of flash movies into PDF
files. It is designed for use with pdflatex. The package takes
advantage of the embedded Adobe Flash player in Adobe Reader 9;
the reader is invoked with the 'rich media annotation' feature,
described in "Adobe Supplement to the ISO 32000 BaseVersion:
1.7 ExtensionLevel: 3". This method of embedding movies is
attractive since it removes all platform dependencies; however,
the user is required to use Acrobat 9.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flashmovie/flashmovie.sty
%{_texmfdistdir}/tex/latex/flashmovie/player_flv_maxi.swf
%doc %{_texmfdistdir}/doc/latex/flashmovie/README
%doc %{_texmfdistdir}/doc/latex/flashmovie/flv-player-license/MPL-1.1
%doc %{_texmfdistdir}/doc/latex/flashmovie/flv-player-license/license.txt
%doc %{_texmfdistdir}/doc/latex/flashmovie/test-beamer-0.pdf
%doc %{_texmfdistdir}/doc/latex/flashmovie/test-beamer-0.tex
%doc %{_texmfdistdir}/doc/latex/flashmovie/test-beamer-1.tex
%doc %{_texmfdistdir}/doc/latex/flashmovie/test-flv.pdf
%doc %{_texmfdistdir}/doc/latex/flashmovie/test-flv.tex
%doc %{_texmfdistdir}/doc/latex/flashmovie/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-5
+ Revision: bd6878b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24814 |14mu|texlive-flipbook-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25584
# category Package
# catalog-ctan /macros/latex/contrib/flipbook
# catalog-date 2012-03-07 15:39:23 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-flipbook
Version:	0.2
Release:	3
Summary:	Typeset flipbook animations, in the corners of documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flipbook
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flipbook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flipbook.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides techniques for adding flip book animations
in the corner of your LaTeX documents (using images or ASCII
art). Animations are defined as a set of numbered files (e.g.,
"im1.pdf", "im2.pdf", "im3.pdf", ...). The package relies on
fancyhdr to control the corners.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flipbook/flipbook.sty
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im01.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im01.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im01.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im02.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im02.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im02.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im03.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im03.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im03.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im04.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im04.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im04.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im05.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im05.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im05.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im06.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im06.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an1b/im06.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/an2.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/an2.xcf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im0.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im0.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im00.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im01.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im01.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im02.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im02.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im03.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im03.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im04.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im04.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im05.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im05.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im06.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im06.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im07.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im07.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im08.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im08.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im09.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im09.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im1.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im1.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im10.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im10.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im10.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im10.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im11.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im11.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im11.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im11.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im12.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im12.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im12.gif
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im12.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im13.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im13.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im13.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im14.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im14.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im14.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im15.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im15.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im15.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im16.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im16.fig
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im16.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im2.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im2.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im3.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im3.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im4.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im4.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im5.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im5.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im6.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im6.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im7.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im7.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im8.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im8.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im9.eps
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an2/im9.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/an3.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/an3.pnm
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/an3.xcf
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im1.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im10.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im11.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im12.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im13.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im14.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im15.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im16.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im17.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im18.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im19.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im2.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im20.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im21.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im22.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im23.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im24.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im25.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im26.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im27.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im28.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im29.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im3.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im30.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im31.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im32.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im33.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im34.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im35.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im36.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im37.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im38.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im39.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im4.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im40.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im41.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im42.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im43.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im44.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im45.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im46.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im5.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im6.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im7.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im8.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/an3/im9.png
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/anASCII/an0.tex
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/anASCII/an1.tex
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/anASCII/an2.tex
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/anASCII/an3.tex
%doc %{_texmfdistdir}/doc/latex/flipbook/Images/Anims/anASCII/an4.tex
%doc %{_texmfdistdir}/doc/latex/flipbook/Makefile
%doc %{_texmfdistdir}/doc/latex/flipbook/README
%doc %{_texmfdistdir}/doc/latex/flipbook/flipbook-doc.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/flipbook-doc.tex
%doc %{_texmfdistdir}/doc/latex/flipbook/flipbook-ex.pdf
%doc %{_texmfdistdir}/doc/latex/flipbook/flipbook-ex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: f29b9b6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24815 |14mu|texlive-flippdf-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/flippdf
# catalog-date 2007-02-27 14:19:10 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-flippdf
Version:	1.0
Release:	4
Summary:	Horizontal flipping of pages with pdfLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flippdf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flippdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flippdf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flippdf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the production of a document with pages
"mirrored". This is sometimes required by publishers who want
camera-ready documents to be printed on transparent film (to be
viewed from the "wrong" side). The package requires everypage,
and only works with pdfLaTeX in PDF mode.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flippdf/flippdf.sty
%doc %{_texmfdistdir}/doc/latex/flippdf/README
%doc %{_texmfdistdir}/doc/latex/flippdf/flippdf.pdf
#- source
%doc %{_texmfdistdir}/source/latex/flippdf/flippdf.dtx
%doc %{_texmfdistdir}/source/latex/flippdf/flippdf.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 8b20537
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24816 |14mu|texlive-float-1.3d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/float
# catalog-date 2009-09-26 09:33:53 +0200
# catalog-license lppl
# catalog-version 1.3d
Name:		texlive-float
Version:	1.3d
Release:	4
Summary:	Improved interface for floating objects
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/float
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/float.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/float.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/float.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Improves the interface for defining floating objects such as
figures and tables. Introduces the boxed float, the ruled float
and the plaintop float. You can define your own floats and
improve the behaviour of the old ones. The package also
provides the H float modifier option of the obsolete here
package. You can select this as automatic default with
\floatplacement{figure}{H}.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/float/float.sty
%doc %{_texmfdistdir}/doc/latex/float/README
%doc %{_texmfdistdir}/doc/latex/float/float.pdf
#- source
%doc %{_texmfdistdir}/source/latex/float/float.dtx
%doc %{_texmfdistdir}/source/latex/float/float.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3d-4
+ Revision: 7fac5d5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24817 |14mu|texlive-floatflt-1.31-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25540
# category Package
# catalog-ctan /macros/latex/contrib/floatflt
# catalog-date 2012-02-29 15:33:26 +0100
# catalog-license lppl1.3
# catalog-version 1.31
Name:		texlive-floatflt
Version:	1.31
Release:	6
Summary:	Wrap text around floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/floatflt
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/floatflt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/floatflt.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/floatflt.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can float text around figures and tables which do
not span the full width of a page; it improves upon floatfig,
and allows tables/figures to be set left/right or alternating
on even/odd pages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/floatflt/floatflt.sty
%doc %{_texmfdistdir}/doc/latex/floatflt/README
%doc %{_texmfdistdir}/doc/latex/floatflt/floatexm.tex
%doc %{_texmfdistdir}/doc/latex/floatflt/floatfge.tex
%doc %{_texmfdistdir}/doc/latex/floatflt/floatfig.txt
%doc %{_texmfdistdir}/doc/latex/floatflt/floatflt.pdf
#- source
%doc %{_texmfdistdir}/source/latex/floatflt/floatflt.dtx
%doc %{_texmfdistdir}/source/latex/floatflt/floatflt.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.31-6
+ Revision: bf1b79e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24818 |14mu|texlive-floatrow-0.3b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/floatrow
# catalog-date 2009-09-27 10:36:15 +0200
# catalog-license lppl
# catalog-version 0.3b
Name:		texlive-floatrow
Version:	0.3b
Release:	4
Summary:	Modifying the layout of floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/floatrow
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/floatrow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/floatrow.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/floatrow.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The floatrow package provides many ways to customize layouts of
floating environments and has code to cooperate with the
caption 3.x package. The package offers mechanisms to put
floats side by side, and to put the caption beside its float.
The floatrow settings could be expanded to the floats created
by packages rotating, wrapfig, subfig (in the case of rows of
subfloats), and longtable.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/floatrow/floatpagestyle.sty
%{_texmfdistdir}/tex/latex/floatrow/floatrow.sty
%{_texmfdistdir}/tex/latex/floatrow/fr-fancy.sty
%{_texmfdistdir}/tex/latex/floatrow/fr-longtable.sty
%{_texmfdistdir}/tex/latex/floatrow/fr-subfig.sty
%{_texmfdistdir}/tex/latex/floatrow/listpen.sty
%doc %{_texmfdistdir}/doc/latex/floatrow/README
%doc %{_texmfdistdir}/doc/latex/floatrow/floatrow-rus.pdf
%doc %{_texmfdistdir}/doc/latex/floatrow/floatrow-rus.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/floatrow.pdf
%doc %{_texmfdistdir}/doc/latex/floatrow/fr-sample.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample01.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample02.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample03.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample04.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample05.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample06.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample07.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample10.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample11.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/frsample12.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/pictures.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/sample-longtable-rus.tex
%doc %{_texmfdistdir}/doc/latex/floatrow/sample-longtable.tex
#- source
%doc %{_texmfdistdir}/source/latex/floatrow/floatrow.dtx
%doc %{_texmfdistdir}/source/latex/floatrow/floatrow.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3b-4
+ Revision: a36fcec
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24819 |14mu|texlive-flowchart-3.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29153
# category Package
# catalog-ctan /graphics/pgf/contrib/flowchart
# catalog-date 2013-02-18 18:17:35 +0100
# catalog-license lppl1.3
# catalog-version 3.2
Name:		texlive-flowchart
Version:	3.2
Release:	7
Summary:	Shapes for drawing flowcharts, using TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/flowchart
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flowchart.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flowchart.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flowchart.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a set of 'traditional' flowchart element
shapes; the documentation shows how to build a flowchart from
these elements, using pgf/TikZ. The package also requires the
makeshape package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/flowchart/flowchart.sty
%doc %{_texmfdistdir}/doc/latex/flowchart/README
%doc %{_texmfdistdir}/doc/latex/flowchart/flowchart.pdf
#- source
%doc %{_texmfdistdir}/source/latex/flowchart/flowchart.dtx
%doc %{_texmfdistdir}/source/latex/flowchart/flowchart.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.2-7
+ Revision: d6d429c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24820 |14mu|texlive-flowfram-1.14-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28238
# category Package
# catalog-ctan /macros/latex/contrib/flowfram
# catalog-date 2012-11-11 10:25:17 +0100
# catalog-license lppl
# catalog-version 1.14
Name:		texlive-flowfram
Version:	1.14
Release:	7
Summary:	Create text frames for posters, brochures or magazines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/flowfram
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flowfram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flowfram.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/flowfram.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The flowfram package enables you to create frames in a document
such that the contents of the document environment flow from
one frame to the next in the order in which they were defined.
This is useful for creating posters or magazines, indeed any
form of document that does not conform to the standard one or
two column layout.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/flowfram/flowfram.perl
%{_texmfdistdir}/tex/latex/flowfram/flowfram.sty
%doc %{_texmfdistdir}/doc/latex/flowfram/CHANGES
%doc %{_texmfdistdir}/doc/latex/flowfram/README
%doc %{_texmfdistdir}/doc/latex/flowfram/ffuserguide.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/ffuserguide.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/ffuserguideidx.ist
%doc %{_texmfdistdir}/doc/latex/flowfram/flowfram.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/egg.eps
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/egg.png
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-article.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-article.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-blanks.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-brochure.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-brochure.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-news.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-news.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-news2.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-news2.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-pages.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-pages.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-poster.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-poster.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-rot.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample-rot.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample1.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample1.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample2.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample2.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample3.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sample3.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sampleRL.pdf
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sampleRL.tex
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sheep.eps
%doc %{_texmfdistdir}/doc/latex/flowfram/samples/sheep.png
#- source
%doc %{_texmfdistdir}/source/latex/flowfram/flowfram.dtx
%doc %{_texmfdistdir}/source/latex/flowfram/flowfram.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.14-7
+ Revision: a1f6336
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24821 |14mu|texlive-fmp-20070104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fmp
# catalog-date 2007-01-04 00:44:01 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-fmp
Version:	20070104
Release:	4
Summary:	Include Functional MetaPost in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fmp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fmp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fmp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fmp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive fmp package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fmp/fmp.sty
%doc %{_texmfdistdir}/doc/latex/fmp/README
%doc %{_texmfdistdir}/doc/latex/fmp/fmp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fmp/fmp-doc.hs
%doc %{_texmfdistdir}/source/latex/fmp/fmp.dtx
%doc %{_texmfdistdir}/source/latex/fmp/fmp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070104-4
+ Revision: 9e3d147
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24822 |14mu|texlive-fmtcount-1.31-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24750
# category Package
# catalog-ctan /macros/latex/contrib/fmtcount
# catalog-date 2011-11-07 10:42:11 +0100
# catalog-license lppl1.3
# catalog-version 1.31
Name:		texlive-fmtcount
Version:	1.31
Release:	5
Summary:	Display the value of a LaTeX counter in a variety of formats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fmtcount
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fmtcount.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fmtcount.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fmtcount.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package fmtcount.sty provides commands that display the
value of a LaTeX counter in a variety of formats (ordinal,
text, hexadecimal, decimal, octal, binary etc). The package
offers some multilingual support; configurations for use in
English (both British and American usage), French, German,
Portuguese and Spanish documents are provided. This package was
originally provided as part of the author's datetime package,
but is now distributed separately.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fmtcount/fc-UKenglish.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-USenglish.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-british.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-english.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-french.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-german.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-italian.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-portuges.def
%{_texmfdistdir}/tex/latex/fmtcount/fc-spanish.def
%{_texmfdistdir}/tex/latex/fmtcount/fmtcount.sty
%doc %{_texmfdistdir}/doc/latex/fmtcount/CHANGES
%doc %{_texmfdistdir}/doc/latex/fmtcount/README
%doc %{_texmfdistdir}/doc/latex/fmtcount/fc-lang.tex
%doc %{_texmfdistdir}/doc/latex/fmtcount/fc-samp.tex
%doc %{_texmfdistdir}/doc/latex/fmtcount/fmtcount-manual.html
%doc %{_texmfdistdir}/doc/latex/fmtcount/fmtcount.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fmtcount/fmtcount.dtx
%doc %{_texmfdistdir}/source/latex/fmtcount/fmtcount.ins
%doc %{_texmfdistdir}/source/latex/fmtcount/fmtcount.perl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.31-5
+ Revision: 94b7773
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24823 |14mu|texlive-fn2end-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fn2end
# catalog-date 2009-01-03 10:55:55 +0100
# catalog-license pd
# catalog-version 1.1
Name:		texlive-fn2end
Version:	1.1
Release:	4
Summary:	Convert footnotes to endnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fn2end
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fn2end.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fn2end.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines macros \makeendnotes, which converts \footnote to
produce endnotes; and \theendnotes which prints them out.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fn2end/fn2end.sty
%doc %{_texmfdistdir}/doc/latex/fn2end/fn2end.pdf
%doc %{_texmfdistdir}/doc/latex/fn2end/fn2end.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 1ae2a65
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24824 |14mu|texlive-fnbreak-1.30-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25003
# category Package
# catalog-ctan /macros/latex/contrib/fnbreak
# catalog-date 2012-01-02 14:24:13 +0100
# catalog-license lppl
# catalog-version 1.30
Name:		texlive-fnbreak
Version:	1.30
Release:	3
Summary:	Warn for split footnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fnbreak
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnbreak.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnbreak.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnbreak.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package detects footnotes that are split over several
pages, and writes a warning to the log file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fnbreak/fnbreak.sty
%doc %{_texmfdistdir}/doc/latex/fnbreak/ChangeLog
%doc %{_texmfdistdir}/doc/latex/fnbreak/Makefile
%doc %{_texmfdistdir}/doc/latex/fnbreak/README
%doc %{_texmfdistdir}/doc/latex/fnbreak/fnbreak-v.tex
%doc %{_texmfdistdir}/doc/latex/fnbreak/fnbreak.pdf
%doc %{_texmfdistdir}/doc/latex/fnbreak/fnbreak.xml
%doc %{_texmfdistdir}/doc/latex/fnbreak/fnbreaktest.tex
#- source
%doc %{_texmfdistdir}/source/latex/fnbreak/fnbreak.dtx
%doc %{_texmfdistdir}/source/latex/fnbreak/fnbreak.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.30-3
+ Revision: bc29970
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24825 |14mu|texlive-fncychap-v1.34-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20710
# category Package
# catalog-ctan /macros/latex/contrib/fncychap
# catalog-date 2010-12-10 10:22:28 +0100
# catalog-license lppl1.3
# catalog-version v1.34
Name:		texlive-fncychap
Version:	v1.34
Release:	4
Summary:	Seven predefined chapter heading styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fncychap
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fncychap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fncychap.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Each style can be modified using a set of simple commands.
Optionally one can modify the formatting routines in order to
create additional chapter headings. This package was previously
known as FancyChapter.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fncychap/fncychap.sty
%doc %{_texmfdistdir}/doc/latex/fncychap/Bjarne.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Bjarnes.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Bjornstrup.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/BjornstrupS.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Conny.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Connys.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Glenn.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Glenns.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Lenny.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Lennys.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/README
%doc %{_texmfdistdir}/doc/latex/fncychap/Rejne.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Rejnes.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Sonny.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/Sonnys.eps
%doc %{_texmfdistdir}/doc/latex/fncychap/fncychap.pdf
%doc %{_texmfdistdir}/doc/latex/fncychap/fncychap.tex
%doc %{_texmfdistdir}/doc/latex/fncychap/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.34-4
+ Revision: b50cdd2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24826 |14mu|texlive-fncylab-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17382
# category Package
# catalog-ctan /macros/latex/contrib/fncylab
# catalog-date 2010-03-09 12:54:42 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-fncylab
Version:	1.0
Release:	4
Summary:	Alter the format of \label references
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fncylab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fncylab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fncylab.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX provides a mechanism for altering the appearance of
references to labels, but it's somewhat flawed, and requires
that the user manipulate internal commands. The package fixes
the flaw in LaTeX, and provides a \labelformat command for
changing the format of references to labels. The package also
provides a \Ref command to make reference to such redefined
labels at the start of a sentence.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fncylab/fncylab.sty
%doc %{_texmfdistdir}/doc/latex/fncylab/fncylab-example.tex
%doc %{_texmfdistdir}/doc/latex/fncylab/fncylab.pdf
%doc %{_texmfdistdir}/doc/latex/fncylab/fncylab.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: d1a7ba6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24827 |14mu|texlive-fnpara-20120311-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25607
# category Package
# catalog-ctan /macros/latex/contrib/fnpara
# catalog-date 2012-03-11 01:08:16 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-fnpara
Version:	20120311
Release:	3
Summary:	Footnotes in paragraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fnpara
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnpara.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnpara.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typeset footnotes in run-on paragraphs, instead of one above
another; this is a re-seating, for the LaTeX environment, of an
example in the TeXbook. The same basic code, improved for use
in e-TeX-based LaTeX, appears in the comprehensive footnote
package footmisc, and superior versions are also available in
the manyfoot and bigfoot packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fnpara/fnpara.sty
%doc %{_texmfdistdir}/doc/latex/fnpara/fnpara-doc.pdf
%doc %{_texmfdistdir}/doc/latex/fnpara/fnpara-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120311-3
+ Revision: c89d931
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24828 |14mu|texlive-fnpct-0.2e-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27180
# category Package
# catalog-ctan /macros/latex/contrib/fnpct
# catalog-date 2012-07-24 16:08:54 +0200
# catalog-license lppl1.3
# catalog-version 0.2e
Name:		texlive-fnpct
Version:	0.2e
Release:	3
Summary:	Manage footnote marks' interaction with punctuation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fnpct
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnpct.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnpct.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package moves footnote marks after following punctuation
(comma or full stop), and adjusts kerning as appropriate. As a
side effect, a change to the handling of multiple footnotes is
provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fnpct/fnpct.sty
%doc %{_texmfdistdir}/doc/latex/fnpct/README
%doc %{_texmfdistdir}/doc/latex/fnpct/bigfoot_ex.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/fixfoot_ex.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/fnpct_en.pdf
%doc %{_texmfdistdir}/doc/latex/fnpct/fnpct_en.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/nested_ex.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/nested_ex_a.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/nested_ex_b.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/nested_ex_c.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/normal_ex.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/pagenote_ex.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/sepfootnotes_ex.tex
%doc %{_texmfdistdir}/doc/latex/fnpct/tufte_ex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2e-3
+ Revision: 50fbb2f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24829 |14mu|texlive-fnumprint-1.1a-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29173
# category Package
# catalog-ctan /macros/latex/contrib/fnumprint
# catalog-date 2013-02-19 09:29:17 +0100
# catalog-license lppl1.3
# catalog-version 1.1a
Name:		texlive-fnumprint
Version:	1.1a
Release:	8
Summary:	Print a number in 'appropriate' format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fnumprint
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnumprint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnumprint.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fnumprint.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines two macros which decide to typeset a number
either as an Arabic number or as a word (or words) for the
number. If the number is between zero and twelve (including
zero and twelve) then words will be used; if the number is
outside that range, it will be typeset using the package
numprint Words for English representation of numbers are
generated within the package, while those for German are
generated using the package zahl2string.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fnumprint/fnumprint.sty
%doc %{_texmfdistdir}/doc/latex/fnumprint/README
%doc %{_texmfdistdir}/doc/latex/fnumprint/fnumprint.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fnumprint/fnumprint.dtx
%doc %{_texmfdistdir}/source/latex/fnumprint/fnumprint.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1a-8
+ Revision: 150e3ac
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24830 |14mu|texlive-foilhtml-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21855
# category Package
# catalog-ctan /macros/latex/contrib/foilhtml
# catalog-date 2007-01-05 16:07:21 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-foilhtml
Version:	1.2
Release:	4
Summary:	Interface between foiltex and LaTeX2HTML
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/foilhtml
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foilhtml.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foilhtml.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foilhtml.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides integration between FoilTeX and LaTeX2HTML, adding
sectioning commands and elements of logical formatting to
FoilTeX and providing support for FoilTeX commands in
LaTeX2HTML.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/foilhtml/foilhtml.cfg
%{_texmfdistdir}/tex/latex/foilhtml/foilhtml.sty
%doc %{_texmfdistdir}/doc/latex/foilhtml/foilhtml-96.perl
%doc %{_texmfdistdir}/doc/latex/foilhtml/foils-97.perl
%doc %{_texmfdistdir}/doc/latex/foilhtml/foils.perl
%doc %{_texmfdistdir}/doc/latex/foilhtml/readme.v12
#- source
%doc %{_texmfdistdir}/source/latex/foilhtml/foilhtml.drv
%doc %{_texmfdistdir}/source/latex/foilhtml/foilhtml.dtx
%doc %{_texmfdistdir}/source/latex/foilhtml/foilhtml.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 93a8eab
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24831 |14mu|texlive-fontaxes-1.0c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24880
# category Package
# catalog-ctan /macros/latex/contrib/fontaxes
# catalog-date 2011-12-19 11:01:35 +0100
# catalog-license lppl1.3
# catalog-version 1.0c
Name:		texlive-fontaxes
Version:	1.0c
Release:	4
Summary:	Additional font axes for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fontaxes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontaxes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontaxes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontaxes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package adds several new font axes on top of LaTeX's New
Font Selection Scheme. In particular, it splits the shape axis
into a primary and a secondary shape axis, and it adds three
new axes to deal with the different figure versions offered by
many professional fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fontaxes/fontaxes.sty
%doc %{_texmfdistdir}/doc/latex/fontaxes/README
%doc %{_texmfdistdir}/doc/latex/fontaxes/fontaxes.pdf
%doc %{_texmfdistdir}/doc/latex/fontaxes/test-fontaxes.tex
#- source
%doc %{_texmfdistdir}/source/latex/fontaxes/fontaxes.dtx
%doc %{_texmfdistdir}/source/latex/fontaxes/fontaxes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0c-4
+ Revision: 9bc3181
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24832 |14mu|texlive-fontbook-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23608
# category Package
# catalog-ctan /macros/xetex/latex/fontbook
# catalog-date 2011-08-17 19:15:50 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-fontbook
Version:	0.2
Release:	4
Summary:	Generate a font book
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/fontbook
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontbook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontbook.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontbook.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of producing a 'book' of font
samples (for evaluation, etc.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/fontbook/fontbook.sty
%doc %{_texmfdistdir}/doc/xelatex/fontbook/README
%doc %{_texmfdistdir}/doc/xelatex/fontbook/fontbook-freefonts.pdf
%doc %{_texmfdistdir}/doc/xelatex/fontbook/fontbook-freefonts.tex
%doc %{_texmfdistdir}/doc/xelatex/fontbook/fontbook.pdf
#- source
%doc %{_texmfdistdir}/source/xelatex/fontbook/fontbook.dtx
%doc %{_texmfdistdir}/source/xelatex/fontbook/fontbook.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: aecc402
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24833 |14mu|texlive-fontinst-1.933-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category Package
# catalog-ctan /fonts/utilities/fontinst
# catalog-date 2012-07-06 12:12:34 +0200
# catalog-license lppl
# catalog-version 1.933
Name:		texlive-fontinst
Version:	1.933
Release:	12
Summary:	Help with installing fonts for TeX and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/utilities/fontinst
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontinst.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontinst.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontinst.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-fontinst.bin = %{EVRD}

%description
TeX macros for converting Adobe Font Metric files to TeX metric
and virtual font format. Fontinst helps mainly with the number
crunching and shovelling parts of font installation. This means
in practice that it creates a number of files which give the
TeX metrics (and related information) for a font family that
(La)TeX needs to do any typesetting in these fonts. Fontinst
furthermore makes it easy to create fonts containing glyphs
from more than one base font, taking advantage of (e.g.)
"expert" font sets. Fontinst cannot examine files to see if
they contain any useful information, nor automatically search
for files or work with binary file formats; those tasks must
normally be done manually or with the help of some other tool,
such as the pltotf and vptovf programs.


#-----------------------------------------------------------------------
%files
%{_bindir}/fontinst
%{_texmfdistdir}/scripts/texlive/fontinst.sh
%{_texmfdistdir}/tex/fontinst/base/bbox.sty
%{_texmfdistdir}/tex/fontinst/base/cfntinst.sty
%{_texmfdistdir}/tex/fontinst/base/finstmsc.sty
%{_texmfdistdir}/tex/fontinst/base/fontinst.ini
%{_texmfdistdir}/tex/fontinst/base/fontinst.sty
%{_texmfdistdir}/tex/fontinst/base/multislot.sty
%{_texmfdistdir}/tex/fontinst/base/xfntinst.sty
%{_texmfdistdir}/tex/fontinst/latinetx/8r.etx
%{_texmfdistdir}/tex/fontinst/latinetx/8y.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1c.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1cj.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1ctt.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1i.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1ij.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1itt.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1j.etx
%{_texmfdistdir}/tex/fontinst/latinetx/ot1tt.etx
%{_texmfdistdir}/tex/fontinst/latinetx/t1.etx
%{_texmfdistdir}/tex/fontinst/latinetx/t1c.etx
%{_texmfdistdir}/tex/fontinst/latinetx/t1cj.etx
%{_texmfdistdir}/tex/fontinst/latinetx/t1i.etx
%{_texmfdistdir}/tex/fontinst/latinetx/t1ij.etx
%{_texmfdistdir}/tex/fontinst/latinetx/t1j.etx
%{_texmfdistdir}/tex/fontinst/latinetx/txtfdmns.etx
%{_texmfdistdir}/tex/fontinst/latinmtx/8r.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/8y.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/latin.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/latinsc.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/llbuild.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/lsbuild.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/lsfake.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/lsmisc.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/ltcmds.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/ltpunct.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/lubuild.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/newlatin.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/resetsc.mtx
%{_texmfdistdir}/tex/fontinst/latinmtx/unsetalf.mtx
%{_texmfdistdir}/tex/fontinst/mathetx/euex.etx
%{_texmfdistdir}/tex/fontinst/mathetx/eufrak.etx
%{_texmfdistdir}/tex/fontinst/mathetx/eurm.etx
%{_texmfdistdir}/tex/fontinst/mathetx/euscr.etx
%{_texmfdistdir}/tex/fontinst/mathetx/msam.etx
%{_texmfdistdir}/tex/fontinst/mathetx/msbm.etx
%{_texmfdistdir}/tex/fontinst/mathetx/oml.etx
%{_texmfdistdir}/tex/fontinst/mathetx/oms.etx
%{_texmfdistdir}/tex/fontinst/mathetx/omx.etx
%{_texmfdistdir}/tex/fontinst/mathetx/rsfs.etx
%{_texmfdistdir}/tex/fontinst/mathmtx/mathex.mtx
%{_texmfdistdir}/tex/fontinst/mathmtx/mathit.mtx
%{_texmfdistdir}/tex/fontinst/mathmtx/mathsy.mtx
%{_texmfdistdir}/tex/fontinst/misc/csc2x.tex
%{_texmfdistdir}/tex/fontinst/misc/csckrn2x.tex
%{_texmfdistdir}/tex/fontinst/misc/glyphbox.mtx
%{_texmfdistdir}/tex/fontinst/misc/glyphoff.mtx
%{_texmfdistdir}/tex/fontinst/misc/glyphon.mtx
%{_texmfdistdir}/tex/fontinst/misc/kernoff.mtx
%{_texmfdistdir}/tex/fontinst/misc/kernon.mtx
%{_texmfdistdir}/tex/fontinst/misc/osf2x.tex
%{_texmfdistdir}/tex/fontinst/smbletx/digit2.etx
%{_texmfdistdir}/tex/fontinst/smbletx/ts1.etx
%{_texmfdistdir}/tex/fontinst/smbletx/ts1i.etx
%{_texmfdistdir}/tex/fontinst/smbletx/ts1ij.etx
%{_texmfdistdir}/tex/fontinst/smbletx/ts1j.etx
%{_texmfdistdir}/tex/fontinst/smblmtx/resetosf.mtx
%{_texmfdistdir}/tex/fontinst/smblmtx/textcomp.mtx
%{_texmfdistdir}/tex/fontinst/smblmtx/unsetnum.mtx
%{_texmfdistdir}/tex/latex/fontinst/fontdoc.sty
%doc %{_texmfdistdir}/doc/fonts/fontinst/README
%doc %{_texmfdistdir}/doc/fonts/fontinst/encspecs/encspecs.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/encspecs/omxdraft.etx
%doc %{_texmfdistdir}/doc/fonts/fontinst/encspecs/ot1draft.etx
%doc %{_texmfdistdir}/doc/fonts/fontinst/encspecs/t1draft.etx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/basic/basicex.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/basic/basicex2.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/eurofont/Makefile
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/eurofont/eurofont.map
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/eurofont/eurofont.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/Makefile
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/fontptcm.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/mathtest.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/resetsy.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/unsetmu.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/zrhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/zrmhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/zrmkern.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/zrvhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptm/zryhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/Makefile
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/fontptcmx.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/mathptmx.sty
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/mathtestx.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/resetsy.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/unsetmu.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/zrhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/zrmhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/zrmkernx.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/zrvhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/zryhax.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/examples/mathptmx/zrykernx.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/manual/fontinst.pdf
%doc %{_texmfdistdir}/doc/fonts/fontinst/manual/fontinst.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/manual/intro98.pdf
%doc %{_texmfdistdir}/doc/fonts/fontinst/manual/intro98.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/manual/roadmap.eps
%doc %{_texmfdistdir}/doc/fonts/fontinst/talks/et99-font-tables.pdf
%doc %{_texmfdistdir}/doc/fonts/fontinst/talks/et99-font-tutorial.pdf
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/cc-pl.enc
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/comparemetrics.sty
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/comparepls.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/fadrr.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/multislot-test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/multislot.etx
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/omsdraft.etx
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/testsc.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1901test.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1901test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1902test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1905test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1906test.etx
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1906test.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1906test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1913test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1914test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1914testmap.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1914testshow.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1915test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1915testmap.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1916test.mtx
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1916test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1916test2.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1923test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1927test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1928test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1928test2.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1930test.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1931test0.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1931test1.tex
%doc %{_texmfdistdir}/doc/fonts/fontinst/test/v1931test2.tex
%doc %{_mandir}/man1/fontinst.1*
%doc %{_texmfdistdir}/doc/man/man1/fontinst.man1.pdf
#- source
%doc %{_texmfdistdir}/source/fontinst/base/CHANGES
%doc %{_texmfdistdir}/source/fontinst/base/fibasics.dtx
%doc %{_texmfdistdir}/source/fontinst/base/ficommon.dtx
%doc %{_texmfdistdir}/source/fontinst/base/ficonv.dtx
%doc %{_texmfdistdir}/source/fontinst/base/filtfam.dtx
%doc %{_texmfdistdir}/source/fontinst/base/fimain.dtx
%doc %{_texmfdistdir}/source/fontinst/base/fimapgen.dtx
%doc %{_texmfdistdir}/source/fontinst/base/fisource.dvi
%doc %{_texmfdistdir}/source/fontinst/base/fisource.ist
%doc %{_texmfdistdir}/source/fontinst/base/fisource.sty
%doc %{_texmfdistdir}/source/fontinst/base/fisource.tex
%doc %{_texmfdistdir}/source/fontinst/base/fitrig.dtx
%doc %{_texmfdistdir}/source/fontinst/base/fontinst.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texlive/fontinst.sh fontinst
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.933-12
+ Revision: d4b3c33
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24834 |14mu|texlive-fontname-20101025-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24661
# category Package
# catalog-ctan /info/fontname
# catalog-date 2010-10-25 08:39:19 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-fontname
Version:	20101025
Release:	5
Summary:	Scheme for naming fonts in TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/fontname
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontname.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontname.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The scheme for assigning names is described (in the
documentation part of the package), and map files giving the
relation between foundry name and 'TeX-name' are also provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/fontname/adobe.map
%{_texmfdistdir}/fonts/map/fontname/apple.map
%{_texmfdistdir}/fonts/map/fontname/bitstrea.map
%{_texmfdistdir}/fonts/map/fontname/dtc.map
%{_texmfdistdir}/fonts/map/fontname/itc.map
%{_texmfdistdir}/fonts/map/fontname/linot-cd.map
%{_texmfdistdir}/fonts/map/fontname/linotype-cd.map
%{_texmfdistdir}/fonts/map/fontname/linotype.map
%{_texmfdistdir}/fonts/map/fontname/monotype.map
%{_texmfdistdir}/fonts/map/fontname/skey1250.map
%{_texmfdistdir}/fonts/map/fontname/skey1555.map
%{_texmfdistdir}/fonts/map/fontname/softkey-1250.map
%{_texmfdistdir}/fonts/map/fontname/softkey-1555.map
%{_texmfdistdir}/fonts/map/fontname/softkey.map
%{_texmfdistdir}/fonts/map/fontname/special.map
%{_texmfdistdir}/fonts/map/fontname/supplier.map
%{_texmfdistdir}/fonts/map/fontname/texfonts.map
%{_texmfdistdir}/fonts/map/fontname/typeface.map
%{_texmfdistdir}/fonts/map/fontname/urw.map
%{_texmfdistdir}/fonts/map/fontname/variant.map
%{_texmfdistdir}/fonts/map/fontname/weight.map
%{_texmfdistdir}/fonts/map/fontname/width.map
%{_texmfdistdir}/fonts/map/fontname/yandy.map
%doc %{_texmfdistdir}/doc/fonts/fontname/8a.html
%doc %{_texmfdistdir}/doc/fonts/fontname/8r.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Adobe-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Apple-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Bitstream-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/fontname/DTC-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Encodings.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Filenames-for-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Font-legalities.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Font-name-lists.html
%doc %{_texmfdistdir}/doc/fonts/fontname/History.html
%doc %{_texmfdistdir}/doc/fonts/fontname/ITC-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Introduction.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Linotype-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Long-names.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Long-naming-scheme.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Makefile
%doc %{_texmfdistdir}/doc/fonts/fontname/Monotype-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Name-mapping-file.html
%doc %{_texmfdistdir}/doc/fonts/fontname/References.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Standard-PostScript-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Suppliers.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Typefaces.html
%doc %{_texmfdistdir}/doc/fonts/fontname/URW-fonts.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Variants.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Weights.html
%doc %{_texmfdistdir}/doc/fonts/fontname/Widths.html
%doc %{_texmfdistdir}/doc/fonts/fontname/bitstrea.aka
%doc %{_texmfdistdir}/doc/fonts/fontname/cork.html
%doc %{_texmfdistdir}/doc/fonts/fontname/dvips.html
%doc %{_texmfdistdir}/doc/fonts/fontname/fontname.aux
%doc %{_texmfdistdir}/doc/fonts/fontname/fontname.cp
%doc %{_texmfdistdir}/doc/fonts/fontname/fontname.html
%doc %{_texmfdistdir}/doc/fonts/fontname/fontname.pdf
%doc %{_texmfdistdir}/doc/fonts/fontname/fontname.texi
%doc %{_texmfdistdir}/doc/fonts/fontname/fontname.toc
%doc %{_texmfdistdir}/doc/fonts/fontname/index.html
%doc %{_texmfdistdir}/doc/fonts/fontname/texmext.html
%doc %{_texmfdistdir}/doc/fonts/fontname/texmital.html
%doc %{_texmfdistdir}/doc/fonts/fontname/texmsym.html
%doc %{_texmfdistdir}/doc/fonts/fontname/texnansi.html
%doc %{_texmfdistdir}/doc/fonts/fontname/texnansx.html
%doc %{_texmfdistdir}/doc/fonts/fontname/xl2.html
%doc %{_texmfdistdir}/doc/fonts/fontname/xt2.html
%doc %{_infodir}/fontname.info*

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdir}/doc/info/*.info %{buildroot}%{_infodir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101025-5
+ Revision: c266667
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24835 |14mu|texlive-fontools-20131031-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32050
# category Package
# catalog-ctan /fonts/utilities/fontools
# catalog-date 2013-10-31 18:58:21 +0100
# catalog-license gpl2
# catalog-version undef
Name:		texlive-fontools
Version:	20131031
Release:	7
Summary:	Tools to simplify using fonts (especially TT/OTF ones)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/utilities/fontools
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontools.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-fontools.bin = %{EVRD}

%description
This package provides a few tools to ease using fonts
(especially Truetype/Opentype ones) with Latex and fontinst:
AFM2AFM - reencode .afm files; designed to replace fontinst's
\reencodefont for big .afm files; AUTOINST - simplify the use
of the LCDF TypeTools by creating a command file for otftotfm,
plus .fd and .sty files; and OT2KPX - extract all kerning pairs
from an OpenType font.


#-----------------------------------------------------------------------
%files
%{_bindir}/*
%{_texmfdistdir}/fonts/enc/dvips/fontools/fontools_ly1.enc
%{_texmfdistdir}/fonts/enc/dvips/fontools/fontools_ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/fontools/fontools_t1.enc
%{_texmfdistdir}/fonts/enc/dvips/fontools/fontools_ts1.enc
%{_texmfdistdir}/scripts/fontools/afm2afm
%{_texmfdistdir}/scripts/fontools/autoinst
%{_texmfdistdir}/scripts/fontools/ot2kpx
%doc %{_mandir}/man1/afm2afm.1*
%doc %{_texmfdistdir}/doc/man/man1/afm2afm.man1.pdf
%doc %{_mandir}/man1/autoinst.1*
%doc %{_texmfdistdir}/doc/man/man1/autoinst.man1.pdf
%doc %{_mandir}/man1/ot2kpx.1*
%doc %{_texmfdistdir}/doc/man/man1/ot2kpx.man1.pdf
%doc %{_texmfdistdir}/doc/support/fontools/GPLv2.txt
%doc %{_texmfdistdir}/doc/support/fontools/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/fontools/afm2afm afm2afm
    ln -sf %{_texmfdistdir}/scripts/fontools/autoinst autoinst
    ln -sf %{_texmfdistdir}/scripts/fontools/ot2kpx ot2kpx
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131031-7
+ Revision: d08c646
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24836 |14mu|texlive-fontspec-v2.2b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26230
# category Package
# catalog-ctan /macros/latex/contrib/fontspec
# catalog-date 2012-05-06 11:43:12 +0200
# catalog-license lppl1.3
# catalog-version v2.2b
Name:		texlive-fontspec
Version:	v2.2b
Release:	3
Summary:	Advanced font selection in XeLaTeX and LuaLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fontspec
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontspec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontspec.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontspec.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-kastrup
Requires:	texlive-lm

%description
Fontspec is a package for XeLaTeX and LuaLaTeX. It provides an
automatic and unified interface to feature-rich AAT and
OpenType fonts through the NFSS in LaTeX running on XeTeX or
LuaTeX engines. The package requires the l3kernel and xparse
bundles from the LaTeX 3 development team.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fontspec/fontspec-luatex.sty
%{_texmfdistdir}/tex/latex/fontspec/fontspec-patches.sty
%{_texmfdistdir}/tex/latex/fontspec/fontspec-xetex.sty
%{_texmfdistdir}/tex/latex/fontspec/fontspec.cfg
%{_texmfdistdir}/tex/latex/fontspec/fontspec.lua
%{_texmfdistdir}/tex/latex/fontspec/fontspec.sty
%doc %{_texmfdistdir}/doc/latex/fontspec/README
%doc %{_texmfdistdir}/doc/latex/fontspec/fontspec-example.tex
%doc %{_texmfdistdir}/doc/latex/fontspec/fontspec-testsuite.pdf
%doc %{_texmfdistdir}/doc/latex/fontspec/fontspec.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fontspec/Makefile
%doc %{_texmfdistdir}/source/latex/fontspec/fontspec.dtx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-alias-feature-option.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-alias-feature.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-autofake.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-autoscaling.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-charactervariant.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-colour-basic.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-colour-clash.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-colour-opacity.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-feat-numbers.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-font-selection-bold.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-hyphenchar.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-inner-emph.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-loading-basic.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-loading-external-underdefined.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-loading-nested-scfeat.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-loading-scale.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-loading-sizefeatures.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-optical-sizes.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-ot-cvxx-2.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-ot-cvxx.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-ot-ss06.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-programmers-interface.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-verb-fancyvrb.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-verb-listings.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-verb-moreverb.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-verb-plain.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-verb-verbatim.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/F-wordspace.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/X-new-font-feature.ltx
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/testsuite-listing.tex
%doc %{_texmfdistdir}/source/latex/fontspec/testsuite/testsuite.cls

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v2.2b-3
+ Revision: a67c758
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24837 |14mu|texlive-fonts-tlwg-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25417
# category Package
# catalog-ctan /fonts/thai/fonts-tlwg
# catalog-date 2012-02-16 15:35:28 +0100
# catalog-license gpl
# catalog-version 0.5.0
Name:		texlive-fonts-tlwg
Version:	0.5.0
Release:	3
Summary:	Thai fonts for LaTeX from TLWG
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/thai/fonts-tlwg
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonts-tlwg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonts-tlwg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonts-tlwg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of free Thai fonts, supplied as FontForge sources,
and with LaTeX .fd files. This package depends on the thailatex
package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/garuda.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/garuda_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/garuda_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/garuda_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/kinnari.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/kinnari_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/kinnari_bi.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/kinnari_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/kinnari_i.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/kinnari_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/loma.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/loma_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/loma_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/loma_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/norasi.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/norasi_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/norasi_bi.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/norasi_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/norasi_i.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/norasi_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/purisa.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/purisa_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/purisa_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/purisa_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/sawasdee.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/sawasdee_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/sawasdee_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/sawasdee_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttype.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttype_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttype_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttype_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttypist.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttypist_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttypist_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/ttypist_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/umpush.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/umpush_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/umpush_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/umpush_o.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/waree.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/waree_b.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/waree_bo.afm
%{_texmfdistdir}/fonts/afm/public/fonts-tlwg/waree_o.afm
%{_texmfdistdir}/fonts/enc/dvips/fonts-tlwg/lthtlwg.enc
%{_texmfdistdir}/fonts/map/dvips/fonts-tlwg/nectec.map
%{_texmfdistdir}/fonts/map/dvips/fonts-tlwg/nf.map
%{_texmfdistdir}/fonts/map/dvips/fonts-tlwg/tlwg.map
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/garuda.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/garuda_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/garuda_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/garuda_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/kinnari.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/kinnari_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/kinnari_bi.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/kinnari_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/kinnari_i.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/kinnari_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/loma.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/loma_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/loma_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/loma_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/norasi.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/norasi_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/norasi_bi.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/norasi_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/norasi_i.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/norasi_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/purisa.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/purisa_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/purisa_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/purisa_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rgaruda.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rgaruda_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rgaruda_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rgaruda_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rkinnari.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rkinnari_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rkinnari_bi.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rkinnari_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rkinnari_i.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rkinnari_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rloma.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rloma_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rloma_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rloma_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rnorasi.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rnorasi_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rnorasi_bi.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rnorasi_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rnorasi_i.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rnorasi_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rpurisa.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rpurisa_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rpurisa_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rpurisa_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rsawasdee.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rsawasdee_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rsawasdee_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rsawasdee_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttype.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttype_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttype_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttype_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttypist.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttypist_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttypist_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rttypist_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rumpush.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rumpush_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rumpush_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rumpush_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rwaree.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rwaree_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rwaree_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/rwaree_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/sawasdee.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/sawasdee_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/sawasdee_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/sawasdee_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttype.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttype_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttype_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttype_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttypist.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttypist_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttypist_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/ttypist_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/umpush.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/umpush_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/umpush_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/umpush_o.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/waree.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/waree_b.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/waree_bo.tfm
%{_texmfdistdir}/fonts/tfm/public/fonts-tlwg/waree_o.tfm
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/garuda.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/garuda_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/garuda_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/garuda_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/kinnari.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/kinnari_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/kinnari_bi.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/kinnari_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/kinnari_i.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/kinnari_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/loma.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/loma_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/loma_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/loma_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/norasi.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/norasi_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/norasi_bi.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/norasi_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/norasi_i.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/norasi_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/purisa.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/purisa_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/purisa_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/purisa_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/sawasdee.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/sawasdee_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/sawasdee_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/sawasdee_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttype.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttype_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttype_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttype_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttypist.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttypist_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttypist_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/ttypist_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/umpush.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/umpush_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/umpush_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/umpush_o.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/waree.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/waree_b.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/waree_bo.pfb
%{_texmfdistdir}/fonts/type1/public/fonts-tlwg/waree_o.pfb
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/garuda.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/garuda_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/garuda_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/garuda_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/kinnari.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/kinnari_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/kinnari_bi.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/kinnari_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/kinnari_i.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/kinnari_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/loma.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/loma_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/loma_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/loma_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/norasi.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/norasi_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/norasi_bi.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/norasi_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/norasi_i.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/norasi_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/purisa.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/purisa_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/purisa_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/purisa_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/sawasdee.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/sawasdee_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/sawasdee_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/sawasdee_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttype.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttype_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttype_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttype_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttypist.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttypist_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttypist_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/ttypist_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/umpush.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/umpush_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/umpush_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/umpush_o.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/waree.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/waree_b.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/waree_bo.vf
%{_texmfdistdir}/fonts/vf/public/fonts-tlwg/waree_o.vf
%{_texmfdistdir}/tex/latex/fonts-tlwg/fonts-tlwg.sty
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthgaruda.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthkinnari.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthloma.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthnorasi.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthpurisa.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthsawasdee.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthttype.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthttypist.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthumpush.fd
%{_texmfdistdir}/tex/latex/fonts-tlwg/lthwaree.fd
%doc %{_texmfdistdir}/doc/fonts/fonts-tlwg/examples/teststd.tex
#- source
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/AUTHORS
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/COPYING
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/ChangeLog
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/ChangeLog.thai-ttf
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/GPL
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/INSTALL
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/NEWS
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/README
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/TODO
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/aclocal.m4
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/configure
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/configure.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/fontconfig/64-ttf-thai-tlwg.conf
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/fontconfig/89-ttf-thai-tlwg-synthetic.conf
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/fontconfig/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/fontconfig/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/install-sh
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/examples/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/examples/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/examples/teststd.tex
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/fonts-tlwg.sty
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthgaruda.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthkinnari.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthloma.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthnorasi.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthpurisa.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthsawasdee.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthtlwg.enc
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthttype.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthttypist.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthumpush.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/lthwaree.fd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/texfont.mk.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/thai-dummy.afm
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/latex/thailigs.enc
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/missing
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nectec/Loma-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nectec/Loma-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nectec/Loma-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nectec/Loma.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nectec/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nectec/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Garuda-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Garuda-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Garuda-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Garuda.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Kinnari-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Kinnari-BoldItalic.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Kinnari-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Kinnari-Italic.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Kinnari-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Kinnari.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Norasi-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Norasi-BoldItalic.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Norasi-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Norasi-Italic.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Norasi-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/Norasi.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/nf/README.1ST
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/engkernpairs.txt
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-otf.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-pfa.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-pfb.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-test-otf.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-test-pfa.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-test-pfb.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-test-ttf.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen-ttf.pe
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/gen.mk.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/scripts/thaikernpairs.txt
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tests/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tests/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tests/gen-pdfsample.sh
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tests/test-otf.sh
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tests/test-pfa.sh
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tests/test-pfb.sh
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tests/test-ttf.sh
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/AUTHORS
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/CREDITS
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Makefile.am
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Makefile.in
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Purisa-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Purisa-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Purisa-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Purisa.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/README
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Sawasdee-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Sawasdee-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Sawasdee-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Sawasdee.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgMono-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgMono-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgMono-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgMono.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypewriter.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypist-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypist-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypist-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypist.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypo-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypo-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypo-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/TlwgTypo.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Umpush-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Umpush-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Umpush-Light.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Umpush-LightOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Umpush-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Umpush.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Waree-Bold.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Waree-BoldOblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Waree-Oblique.sfd
%doc %{_texmfdistdir}/source/fonts/fonts-tlwg/tlwg/Waree.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-3
+ Revision: dcae09e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24838 |14mu|texlive-fonttable-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21399
# category Package
# catalog-ctan /macros/latex/contrib/fonttable
# catalog-date 2009-10-20 21:39:17 +0200
# catalog-license lppl1.3
# catalog-version 1.6
Name:		texlive-fonttable
Version:	1.6
Release:	4
Summary:	Print font tables from a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fonttable
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonttable.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonttable.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fonttable.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a package version of nfssfont.tex (part of the LaTeX
distribution); it enables you to print a table of the
characters of a font and/or some text (for demonstration or
testing purposes), from within a document. (Packages such as
testfont and nfssfont.tex provide these facilities, but they
run as interactive programs: the user is expected to type
details of what is needed.) Note that the package mftinc also
has a \fonttable function; the documentation explains how avoid
a clash with that package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fonttable/fonttable.sty
%doc %{_texmfdistdir}/doc/latex/fonttable/README
%doc %{_texmfdistdir}/doc/latex/fonttable/fonttable.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fonttable/fonttable.dtx
%doc %{_texmfdistdir}/source/latex/fonttable/fonttable.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: 0282161
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24839 |14mu|texlive-fontwrap-20080819-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/xetex/latex/fontwrap
# catalog-date 2008-08-19 20:38:14 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-fontwrap
Version:	20080819
Release:	4
Summary:	Bind fonts to specific unicode blocks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/fontwrap
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontwrap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fontwrap.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package (which runs under XeLaTeX) lets you bind fonts to
specific unicode blocks, for automatic font tagging of
multilingual text. The package uses Perl (via perltex) to
construct its tables.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/fontwrap/fontwrap.sty
%doc %{_texmfdistdir}/doc/xelatex/fontwrap/README
%doc %{_texmfdistdir}/doc/xelatex/fontwrap/fontwrap.pdf
%doc %{_texmfdistdir}/doc/xelatex/fontwrap/fontwrap.tex
%doc %{_texmfdistdir}/doc/xelatex/fontwrap/fontwrap_example.pdf
%doc %{_texmfdistdir}/doc/xelatex/fontwrap/fontwrap_example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080819-4
+ Revision: a45a264
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24840 |14mu|texlive-footmisc-5.5b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23330
# category Package
# catalog-ctan /macros/latex/contrib/footmisc
# catalog-date 2011-06-09 17:50:36 +0200
# catalog-license lppl1.3
# catalog-version 5.5b
Name:		texlive-footmisc
Version:	5.5b
Release:	4
Summary:	A range of footnote options
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/footmisc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footmisc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footmisc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footmisc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of ways to change the typesetting of footnotes.
The package provides means of changing the layout of the
footnotes themselves (including setting them in 'paragraphs' --
the para option), a way to number footnotes per page (the
perpage option), to make footnotes disappear when an argument
moves (stable option) and to deal with multiple references to
footnotes from the same place (multiple option). The package
also has a range of techniques for labelling footnotes with
symbols rather than numbers. Some of the functions of the
package are overlap with the functionality of other packages.
The para option is also provided by the manyfoot and bigfoot
packages, though those are both also portmanteau packages.
(Don't be seduced by fnpara, whose implementation is improved
by the present package.) The perpage option is also offered by
footnpag and by the rather more general-purpose perpage.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/footmisc/footmisc.sty
%doc %{_texmfdistdir}/doc/latex/footmisc/README
%doc %{_texmfdistdir}/doc/latex/footmisc/footmisc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/footmisc/footmisc.dtx
%doc %{_texmfdistdir}/source/latex/footmisc/footmisc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.5b-4
+ Revision: e528884
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24841 |14mu|texlive-footnotebackref-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27034
# category Package
# catalog-ctan /macros/latex/contrib/footnotebackref
# catalog-date 2012-07-05 10:27:55 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-footnotebackref
Version:	1.0
Release:	3
Summary:	Back-references from footnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/footnotebackref
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnotebackref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnotebackref.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means of creating hyperlinks, from a
footnote at the bottom of the page, back to the occurence of
the footnote in the main text.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/footnotebackref/footnotebackref.sty
%doc %{_texmfdistdir}/doc/latex/footnotebackref/README
%doc %{_texmfdistdir}/doc/latex/footnotebackref/footnotebackref.pdf
%doc %{_texmfdistdir}/doc/latex/footnotebackref/footnotebackref.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: fe0a951
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24842 |14mu|texlive-footnoterange-1.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25430
# category Package
# catalog-ctan /macros/latex/contrib/footnoterange
# catalog-date 2012-02-19 15:01:00 +0100
# catalog-license lppl1.3
# catalog-version 1.0a
Name:		texlive-footnoterange
Version:	1.0a
Release:	3
Summary:	References to ranges of footnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/footnoterange
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnoterange.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnoterange.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnoterange.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides environments footnoterange and
footnoterange*. Multiple footnotes inside these environments
are not referenced as (e.g.) "1 2 3 4" but as "1-4", i.e., the
range (from first to last referred footnote at that place) is
given. If hyperref package and use of its hyperfootnotes-option
the references are hyperlinked. (References to footnotes in the
footnoterange* environment are never hyperlinked.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/footnoterange/footnoterange.sty
%doc %{_texmfdistdir}/doc/latex/footnoterange/README
%doc %{_texmfdistdir}/doc/latex/footnoterange/footnoterange-example.pdf
%doc %{_texmfdistdir}/doc/latex/footnoterange/footnoterange-example.tex
%doc %{_texmfdistdir}/doc/latex/footnoterange/footnoterange.pdf
#- source
%doc %{_texmfdistdir}/source/latex/footnoterange/footnoterange.drv
%doc %{_texmfdistdir}/source/latex/footnoterange/footnoterange.dtx
%doc %{_texmfdistdir}/source/latex/footnoterange/footnoterange.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-3
+ Revision: 24331a5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24843 |14mu|texlive-footnpag-20090926-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/footnpag
# catalog-date 2009-09-26 11:43:36 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-footnpag
Version:	20090926
Release:	4
Summary:	Per-page numbering of footnotes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/footnpag
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnpag.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnpag.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/footnpag.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Allows footnotes on individual pages to be numbered from 1,
rather than being numbered sequentially through the document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/footnpag/footnpag.sty
%doc %{_texmfdistdir}/doc/latex/footnpag/CATALOG
%doc %{_texmfdistdir}/doc/latex/footnpag/History
%doc %{_texmfdistdir}/doc/latex/footnpag/INSTALL
%doc %{_texmfdistdir}/doc/latex/footnpag/Imakefile
%doc %{_texmfdistdir}/doc/latex/footnpag/License
%doc %{_texmfdistdir}/doc/latex/footnpag/MANIFEST
%doc %{_texmfdistdir}/doc/latex/footnpag/README
%doc %{_texmfdistdir}/doc/latex/footnpag/TODO
%doc %{_texmfdistdir}/doc/latex/footnpag/footnpag-doc.sty
%doc %{_texmfdistdir}/doc/latex/footnpag/footnpag-user.pdf
%doc %{_texmfdistdir}/doc/latex/footnpag/footnpag-user.tex
%doc %{_texmfdistdir}/doc/latex/footnpag/footnpag.doc
%doc %{_texmfdistdir}/doc/latex/footnpag/test/Imakefile
%doc %{_texmfdistdir}/doc/latex/footnpag/test/eqnarray-fnmark.tex
%doc %{_texmfdistdir}/doc/latex/footnpag/test/late.tex
%doc %{_texmfdistdir}/doc/latex/footnpag/test/many.tex
%doc %{_texmfdistdir}/doc/latex/footnpag/test/minipage.tex
%doc %{_texmfdistdir}/doc/latex/footnpag/test/report.tex
%doc %{_texmfdistdir}/doc/latex/footnpag/test/title-2col.tex
#- source
%doc %{_texmfdistdir}/source/latex/footnpag/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090926-4
+ Revision: 1f1d196
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24844 |14mu|texlive-forarray-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/forarray
# catalog-date 2008-08-19 20:38:14 +0200
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-forarray
Version:	1.01
Release:	4
Summary:	Using array structures in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/forarray
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forarray.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forarray.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forarray.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides functionality for processing lists and
array structures in LaTeX. Arrays can contain characters as
well as TeX and LaTeX commands, nesting of arrays is possible,
and arrays are processed within the same brace level as their
surrounding environment. Array levels can be delimited by
characters or control sequences defined by the user. Practical
uses of this package include data management, construction of
lists and tables, and calculations based on the contents of
lists and arrays.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/forarray/forarray.sty
%doc %{_texmfdistdir}/doc/latex/forarray/README.txt
%doc %{_texmfdistdir}/doc/latex/forarray/forarray
%doc %{_texmfdistdir}/doc/latex/forarray/forarray-test.pdf
%doc %{_texmfdistdir}/doc/latex/forarray/forarray-test.tex
%doc %{_texmfdistdir}/doc/latex/forarray/forarray.dtm
%doc %{_texmfdistdir}/doc/latex/forarray/forarray.dts
%doc %{_texmfdistdir}/doc/latex/forarray/forarray.pdf
#- source
%doc %{_texmfdistdir}/source/latex/forarray/forarray.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-4
+ Revision: 447d4f1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24845 |14mu|texlive-foreign-2.7-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27819
# category Package
# catalog-ctan /macros/latex/contrib/foreign
# catalog-date 2012-09-26 16:23:18 +0200
# catalog-license lppl1.3
# catalog-version 2.7
Name:		texlive-foreign
Version:	2.7
Release:	7
Summary:	Systematic treatment of 'foreign' words in documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/foreign
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foreign.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foreign.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/foreign.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports authors' use of consistent typesetting of
foreign words in documents.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/foreign/foreign.sty
%doc %{_texmfdistdir}/doc/latex/foreign/README
%doc %{_texmfdistdir}/doc/latex/foreign/foreign.pdf
#- source
%doc %{_texmfdistdir}/source/latex/foreign/foreign.dtx
%doc %{_texmfdistdir}/source/latex/foreign/foreign.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.7-7
+ Revision: 8838143
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24846 |14mu|texlive-forest-1.04-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31930
# category Package
# catalog-ctan /graphics/pgf/contrib/forest
# catalog-date 2013-10-17 10:50:39 +0200
# catalog-license lppl1.3
# catalog-version 1.04
Name:		texlive-forest
Version:	1.04
Release:	7
Summary:	Drawing (linguistic) trees
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/forest
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forest.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forest.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forest.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is provides a PGF/TikZ-based mechanism for drawing
linguistic (and other kinds of) trees. Its main features are: -
a packing algorithm which can produce very compact trees; - a
user-friendly interface consisting of the familiar bracket
encoding of trees plus the key-value interface to option-
setting; - many tree-formatting options, with control over
option values of individual nodes and mechanisms for their
manipulation; - the possibility to decorate the tree using the
full power of PGF/TikZ; and - an externalization mechanism
sensitive to code-changes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/forest/forest.sty
%doc %{_texmfdistdir}/doc/latex/forest/README
%doc %{_texmfdistdir}/doc/latex/forest/forest.pdf
#- source
%doc %{_texmfdistdir}/source/latex/forest/forest.dtx
%doc %{_texmfdistdir}/source/latex/forest/forest.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.04-7
+ Revision: f8e1b46
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24847 |14mu|texlive-forloop-3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/forloop
# catalog-date 2007-02-27 14:19:10 +0100
# catalog-license lgpl
# catalog-version 3.0
Name:		texlive-forloop
Version:	3.0
Release:	4
Summary:	Iteration in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/forloop
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forloop.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forloop.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/forloop.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a command \forloop for doing iteration in
LaTeX macro programming.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/forloop/forloop.sty
%doc %{_texmfdistdir}/doc/latex/forloop/README
%doc %{_texmfdistdir}/doc/latex/forloop/forloop.pdf
#- source
%doc %{_texmfdistdir}/source/latex/forloop/forloop.dtx
%doc %{_texmfdistdir}/source/latex/forloop/forloop.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-4
+ Revision: bce0dc7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24848 |14mu|texlive-formlett-2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21480
# category Package
# catalog-ctan /macros/generic/formlett
# catalog-date 2010-12-21 20:58:16 +0100
# catalog-license noinfo
# catalog-version 2.3
Name:		texlive-formlett
Version:	2.3
Release:	4
Summary:	Letters to multiple recipients
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/formlett
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/formlett.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/formlett.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for multiple letters from the same basic source; the
package offers parametrisation of the letters actually sent.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/formlett/formlett.sty
%doc %{_texmfdistdir}/doc/generic/formlett/prog_manual.pdf
%doc %{_texmfdistdir}/doc/generic/formlett/prog_manual.tex
%doc %{_texmfdistdir}/doc/generic/formlett/user_manual.pdf
%doc %{_texmfdistdir}/doc/generic/formlett/user_manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3-4
+ Revision: feed22e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24849 |14mu|texlive-formular-1.0a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/formular
# catalog-date 2007-01-05 21:30:32 +0100
# catalog-license lppl
# catalog-version 1.0a
Name:		texlive-formular
Version:	1.0a
Release:	4
Summary:	Create forms containing field for manual entry
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/formular
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/formular.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/formular.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/formular.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
When typesetting forms there often arises the need for defining
fields which consist of one or more lines where the customer
can write something down manually. This package offers some
commands for defining such fields in a distinctive way.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/formular/formular.sty
%doc %{_texmfdistdir}/doc/latex/formular/README
%doc %{_texmfdistdir}/doc/latex/formular/formular.pdf
#- source
%doc %{_texmfdistdir}/source/latex/formular/formular.dtx
%doc %{_texmfdistdir}/source/latex/formular/formular.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-4
+ Revision: 68ce2d2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24850 |14mu|texlive-fouridx-1.00-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fouridx
# catalog-date 2008-08-19 20:38:14 +0200
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-fouridx
Version:	1.00
Release:	4
Summary:	Left sub- and superscripts in maths mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fouridx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fouridx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fouridx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fouridx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables left subscripts and superscripts in maths
mode. The sub- and superscripts are raised for optimum fitting
to the symbol indexed, in such a way that left and right sub-
and superscripts are set on the same level, as appropriate. The
package provides an alternative to the use of the \sideset
command in the amsmath package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fouridx/fouridx.sty
%doc %{_texmfdistdir}/doc/latex/fouridx/README
%doc %{_texmfdistdir}/doc/latex/fouridx/fouridx.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fouridx/fouridx.dtx
%doc %{_texmfdistdir}/source/latex/fouridx/fouridx.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00-4
+ Revision: ec64f5b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24851 |14mu|texlive-fp-20090926-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fp
# catalog-date 2009-09-26 11:43:36 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-fp
Version:	20090926
Release:	4
Summary:	Fixed point arithmetic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An extensive collection of arithmetic operations for fixed
point real numbers of high precision.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fp/defpattern.sty
%{_texmfdistdir}/tex/latex/fp/fp-addons.sty
%{_texmfdistdir}/tex/latex/fp/fp-basic.sty
%{_texmfdistdir}/tex/latex/fp/fp-eqn.sty
%{_texmfdistdir}/tex/latex/fp/fp-eval.sty
%{_texmfdistdir}/tex/latex/fp/fp-exp.sty
%{_texmfdistdir}/tex/latex/fp/fp-pas.sty
%{_texmfdistdir}/tex/latex/fp/fp-random.sty
%{_texmfdistdir}/tex/latex/fp/fp-snap.sty
%{_texmfdistdir}/tex/latex/fp/fp-trigo.sty
%{_texmfdistdir}/tex/latex/fp/fp-upn.sty
%{_texmfdistdir}/tex/latex/fp/fp.sty
%{_texmfdistdir}/tex/latex/fp/lfp.sty
%{_texmfdistdir}/tex/plain/fp/fp.tex
%doc %{_texmfdistdir}/doc/latex/fp/README
%doc %{_texmfdistdir}/doc/latex/fp/fp.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090926-4
+ Revision: bbdaa6f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24852 |14mu|texlive-fpl-1.002-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/fpl
# catalog-date 2007-09-28 22:20:10 +0200
# catalog-license gpl
# catalog-version 1.002
Name:		texlive-fpl
Version:	1.002
Release:	4
Summary:	SC and OsF fonts for URW Palladio L
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/fpl
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fpl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fpl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fpl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L
which are compatible with respect to metrics with the Palatino
SC/OsF fonts from Adobe. Note that it is not my aim to exactly
reproduce the outlines of the original Adobe fonts. The SC and
OsF in the FPL Fonts were designed with the glyphs from URW
Palladio L as starting point. For some glyphs (e.g. 'o') I got
the best result by scaling and boldening. For others (e.g. 'h')
shifting selected portions of the character gave more
satisfying results. All this was done using the free font
editor FontForge. The kerning data in these fonts comes from
Walter Schmidt's improved Palatino metrics. LaTeX use is
enabled by the mathpazo package, which is part of the psnfss
distribution.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/fpl/fplbij8a.afm
%{_texmfdistdir}/fonts/afm/public/fpl/fplbj8a.afm
%{_texmfdistdir}/fonts/afm/public/fpl/fplrc8a.afm
%{_texmfdistdir}/fonts/afm/public/fpl/fplrij8a.afm
%{_texmfdistdir}/fonts/afm/public/fpl/pplb9d-kern.afm
%{_texmfdistdir}/fonts/afm/public/fpl/pplbi9d-kern.afm
%{_texmfdistdir}/fonts/afm/public/fpl/pplrc9d-kern.afm
%{_texmfdistdir}/fonts/afm/public/fpl/pplri9d-kern.afm
%{_texmfdistdir}/fonts/type1/public/fpl/fplbij8a.pfb
%{_texmfdistdir}/fonts/type1/public/fpl/fplbij8a.pfm
%{_texmfdistdir}/fonts/type1/public/fpl/fplbj8a.pfb
%{_texmfdistdir}/fonts/type1/public/fpl/fplbj8a.pfm
%{_texmfdistdir}/fonts/type1/public/fpl/fplrc8a.pfb
%{_texmfdistdir}/fonts/type1/public/fpl/fplrc8a.pfm
%{_texmfdistdir}/fonts/type1/public/fpl/fplrij8a.pfb
%{_texmfdistdir}/fonts/type1/public/fpl/fplrij8a.pfm
%doc %{_texmfdistdir}/doc/fonts/fpl/COPYING
%doc %{_texmfdistdir}/doc/fonts/fpl/README
#- source
%doc %{_texmfdistdir}/source/fonts/fpl/AddException
%doc %{_texmfdistdir}/source/fonts/fpl/AddGPL
%doc %{_texmfdistdir}/source/fonts/fpl/Makefile
%doc %{_texmfdistdir}/source/fonts/fpl/Palladio-BoldItalicOsF.sfd
%doc %{_texmfdistdir}/source/fonts/fpl/Palladio-BoldOsF.sfd
%doc %{_texmfdistdir}/source/fonts/fpl/Palladio-ItalicOsF.sfd
%doc %{_texmfdistdir}/source/fonts/fpl/Palladio-SC.sfd
%doc %{_texmfdistdir}/source/fonts/fpl/README
%doc %{_texmfdistdir}/source/fonts/fpl/TeXPalladioL-BoldItalicOsF.pe
%doc %{_texmfdistdir}/source/fonts/fpl/TeXPalladioL-BoldOsF.pe
%doc %{_texmfdistdir}/source/fonts/fpl/TeXPalladioL-ItalicOsF.pe
%doc %{_texmfdistdir}/source/fonts/fpl/TeXPalladioL-SC.pe
%doc %{_texmfdistdir}/source/fonts/fpl/URW-OtherSubrs.ps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.002-4
+ Revision: f9af8c8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24853 |14mu|texlive-fragments-20090116-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/fragments
# catalog-date 2009-01-16 17:12:15 +0100
# catalog-license collection
# catalog-version undef
Name:		texlive-fragments
Version:	20090116
Release:	4
Summary:	Fragments of LaTeX code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fragments
License:	COLLECTION
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fragments.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fragments.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of fragments of LaTeX code, suitable for inclusion
in packages, or (possibly) in users' documents. Included are: -
checklab, for modifying the label checking code at
\end{document}; - overrightarrow, defining a doubled over-arrow
macro; - removefr, for removing 'reset' relations between
counters; and - subscript, defining a \textsubscript command.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fragments/checklab.tex
%{_texmfdistdir}/tex/latex/fragments/overrightarrow.sty
%{_texmfdistdir}/tex/latex/fragments/removefr.tex
%{_texmfdistdir}/tex/latex/fragments/subscript.sty
%doc %{_texmfdistdir}/doc/latex/fragments/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090116-4
+ Revision: f52055e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24854 |14mu|texlive-frame-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18312
# category Package
# catalog-ctan /macros/generic/frame
# catalog-date 2010-06-06 13:50:32 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-frame
Version:	1.0
Release:	4
Summary:	Framed boxes for Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/frame
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frame.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frame.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A jiffy file (taken from fancybox) for placing a frame around a
box of text. The macros also provide for typesetting an empty
box of given dimensions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/frame/frame.sty
%{_texmfdistdir}/tex/generic/frame/frame.tex
%doc %{_texmfdistdir}/doc/generic/frame/Changes
%doc %{_texmfdistdir}/doc/generic/frame/Makefile
%doc %{_texmfdistdir}/doc/generic/frame/README
%doc %{_texmfdistdir}/doc/generic/frame/frame-doc.pdf
%doc %{_texmfdistdir}/doc/generic/frame/frame-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: f10b02f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24855 |14mu|texlive-framed-0.96-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26789
# category Package
# catalog-ctan /macros/latex/contrib/framed
# catalog-date 2012-06-01 12:48:04 +0200
# catalog-license other-free
# catalog-version 0.96
Name:		texlive-framed
Version:	0.96
Release:	3
Summary:	Framed or shaded regions that can break across pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/framed
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/framed.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/framed.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package creates three environments: - framed, which puts an
ordinary frame box around the region, - shaded, which shades
the region, and - leftbar, which places a line at the left
side. The environments allow a break at their start (the
\FrameCommand enables creation of a title that is "attached" to
the environment); breaks are also allowed in the course of the
framed/shaded matter. There is also a command \MakeFramed to
make your own framed-style environments.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/framed/framed.sty
%doc %{_texmfdistdir}/doc/latex/framed/framed.pdf
%doc %{_texmfdistdir}/doc/latex/framed/framed.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.96-3
+ Revision: 7680ba9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24856 |14mu|texlive-frankenstein-20080819-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/frankenstein
# catalog-date 2008-08-19 20:38:14 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-frankenstein
Version:	20080819
Release:	4
Summary:	A collection of LaTeX packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/frankenstein
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frankenstein.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frankenstein.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frankenstein.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Frankenstein is a bundle of LaTeX packages serving various
purposes and a BibTeX bibliography style. Descriptions are
given under the individual packages: abbrevs, achicago package,
achicago bibstyle, attrib, blkcntrl, compsci, dialogue, lips,
moredefs, newclude, slemph, titles.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/frankenstein/frankenstein.bib
%{_texmfdistdir}/bibtex/bst/frankenstein/achicago.bst
%{_texmfdistdir}/tex/latex/frankenstein/abbrevs.cfg
%{_texmfdistdir}/tex/latex/frankenstein/abbrevs.stq
%{_texmfdistdir}/tex/latex/frankenstein/abbrevs.sty
%{_texmfdistdir}/tex/latex/frankenstein/achicago.stq
%{_texmfdistdir}/tex/latex/frankenstein/achicago.sty
%{_texmfdistdir}/tex/latex/frankenstein/allocate.sto
%{_texmfdistdir}/tex/latex/frankenstein/attrib.stq
%{_texmfdistdir}/tex/latex/frankenstein/attrib.sty
%{_texmfdistdir}/tex/latex/frankenstein/blkcntrl.stq
%{_texmfdistdir}/tex/latex/frankenstein/blkcntrl.sty
%{_texmfdistdir}/tex/latex/frankenstein/compsci.cfg
%{_texmfdistdir}/tex/latex/frankenstein/compsci.stq
%{_texmfdistdir}/tex/latex/frankenstein/compsci.sty
%{_texmfdistdir}/tex/latex/frankenstein/dialogue.stq
%{_texmfdistdir}/tex/latex/frankenstein/dialogue.sty
%{_texmfdistdir}/tex/latex/frankenstein/lips.stq
%{_texmfdistdir}/tex/latex/frankenstein/lips.sty
%{_texmfdistdir}/tex/latex/frankenstein/moredefs.stq
%{_texmfdistdir}/tex/latex/frankenstein/moredefs.sty
%{_texmfdistdir}/tex/latex/frankenstein/newclude.stq
%{_texmfdistdir}/tex/latex/frankenstein/newclude.sty
%{_texmfdistdir}/tex/latex/frankenstein/simple.sto
%{_texmfdistdir}/tex/latex/frankenstein/slemph.cfg
%{_texmfdistdir}/tex/latex/frankenstein/slemph.stq
%{_texmfdistdir}/tex/latex/frankenstein/slemph.sty
%{_texmfdistdir}/tex/latex/frankenstein/tag.sto
%{_texmfdistdir}/tex/latex/frankenstein/titles.cfg
%{_texmfdistdir}/tex/latex/frankenstein/titles.stq
%{_texmfdistdir}/tex/latex/frankenstein/titles.sty
%doc %{_texmfdistdir}/doc/latex/frankenstein/ChangeLog
%doc %{_texmfdistdir}/doc/latex/frankenstein/Frankenfile
%doc %{_texmfdistdir}/doc/latex/frankenstein/INSTALL
%doc %{_texmfdistdir}/doc/latex/frankenstein/README
%doc %{_texmfdistdir}/doc/latex/frankenstein/abbrevs.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/abbrevs.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/achicago-bst.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/achicago-bst.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/achicago-bst.ver
%doc %{_texmfdistdir}/doc/latex/frankenstein/achicago.bsq
%doc %{_texmfdistdir}/doc/latex/frankenstein/achicago.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/achicago.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/attrib.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/attrib.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/blkcntrl.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/blkcntrl.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/compsci.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/compsci.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/dialogue.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/dialogue.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/lips.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/lips.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/moredefs.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/moredefs.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/newclude.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/newclude.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/slemph.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/slemph.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/titles.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/titles.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/README-unsupported
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/bits.cfg
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/bits.ins
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/bits.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/bits.sty
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/bits.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/drama.ins
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/drama.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/drama.sty
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/drama.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/includex-test.tex
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/includex.ins
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/includex.pdf
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/includex.sty
%doc %{_texmfdistdir}/doc/latex/frankenstein/unsupported/includex.tex
#- source
%doc %{_texmfdistdir}/source/latex/frankenstein/Makefile
%doc %{_texmfdistdir}/source/latex/frankenstein/abbrevs.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/achicago-bst.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/achicago.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/attrib.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/blkcntrl.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/compsci.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/dialogue.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/lips.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/moredefs.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/newclude.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/slemph.ins
%doc %{_texmfdistdir}/source/latex/frankenstein/titles.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080819-4
+ Revision: cadcebb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24857 |14mu|texlive-frege-1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27417
# category Package
# catalog-ctan /macros/latex/contrib/frege
# catalog-date 2012-08-15 12:04:21 +0200
# catalog-license gpl
# catalog-version 1.3
Name:		texlive-frege
Version:	1.3
Release:	7
Summary:	Typeset fregean Begriffsschrift
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/frege
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frege.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frege.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a number of new commands for typesetting
fregean Begriffsschrift in LaTeX. It is loosely based on the
package begriff, and offers a number of improvements including
better relative lengths of the content stroke with respect to
other strokes, content strokes that point at the middle of
lines rather than the bottom, a greater width for the assertion
stroke as compared to the content stroke, a more intuitive
structure for the conditional, greater care taken to allow for
the linewidth in the spacing of formulas.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/frege/frege.sty
%doc %{_texmfdistdir}/doc/latex/frege/GNU.txt
%doc %{_texmfdistdir}/doc/latex/frege/INSTALL
%doc %{_texmfdistdir}/doc/latex/frege/README
%doc %{_texmfdistdir}/doc/latex/frege/frege.pdf
%doc %{_texmfdistdir}/doc/latex/frege/frege.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-7
+ Revision: 37e92a9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24858 |14mu|texlive-frenchle-5.9995-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25164
# category Package
# catalog-ctan /language/french/frenchle
# catalog-date 2012-01-20 12:38:21 +0100
# catalog-license lppl
# catalog-version 5.9995
Name:		texlive-frenchle
Version:	5.9995
Release:	3
Summary:	French macros, usable stand-alone or with Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/french/frenchle
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frenchle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frenchle.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a redistribution and repackaging of the late Bernard
Gaulle's "light" package to typeset French documents according
to the rules of the "Imprimerie Nationale". The package offers
a package, two Babel language definition files (french.ldf and
frenchle.ldf), and a package to enable the non-standard
definition files to be loaded into an unmodified Babel. The
user may simply use frenchle.sty if typesetting a French-only
document, but should use Babel with the frenchle option for a
multilingual document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/frenchle/babelfr.sty
%{_texmfdistdir}/tex/latex/frenchle/french.ldf
%{_texmfdistdir}/tex/latex/frenchle/frenchle.cfg
%{_texmfdistdir}/tex/latex/frenchle/frenchle.ldf
%{_texmfdistdir}/tex/latex/frenchle/frenchle.sty
%doc %{_texmfdistdir}/doc/latex/frenchle/ALIRE.le
%doc %{_texmfdistdir}/doc/latex/frenchle/README
%doc %{_texmfdistdir}/doc/latex/frenchle/frenchle.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.9995-3
+ Revision: 87baeed
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24859 |14mu|texlive-friulan-20120413-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25957
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/friulan
# catalog-date 2012-04-13 12:36:19 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-friulan
Version:	20120413
Release:	4
Summary:	Babel/Polyglossia support for Friulan(Furlan)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/friulan
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/friulan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/friulan.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/friulan.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a language description file that enables
support of Friulan either with babel or with polyglossia.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/friulan/friulan.ldf
%{_texmfdistdir}/tex/latex/friulan/furlan.ldf
%doc %{_texmfdistdir}/doc/latex/friulan/friulan.pdf
#- source
%doc %{_texmfdistdir}/source/latex/friulan/friulan.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120413-4
+ Revision: 35c4ddb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24860 |14mu|texlive-frletter-20080819-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/frletter
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-frletter
Version:	20080819
Release:	4
Summary:	Typeset letters in the French style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/frletter
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frletter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frletter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A small class for typesetting letters in France. No assumption
is made about the language in use. The class represents a small
modification of the beletter class, which is itself a
modification of the standard LaTeX letter class.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/frletter/frletter.cls
%doc %{_texmfdistdir}/doc/latex/frletter/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080819-4
+ Revision: 100210e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24861 |14mu|texlive-frontespizio-1.4a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24054
# category Package
# catalog-ctan /macros/latex/contrib/frontespizio
# catalog-date 2011-09-21 15:45:55 +0200
# catalog-license lppl
# catalog-version 1.4a
Name:		texlive-frontespizio
Version:	1.4a
Release:	4
Summary:	Create a frontispiece for Italian theses
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/frontespizio
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frontespizio.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frontespizio.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/frontespizio.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typesetting a frontispiece independently of the layout of the
main document is difficult. This package provides a solution by
producing an auxiliary TeX file to be typeset on its own and
the result is automatically included at the next run. The
markup necessary for the frontispiece is written in the main
document in a frontespizio environment. Documentation is mainly
in Italian, as the style is probably apt only to theses in
Italy.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/frontespizio/frontespizio.sty
%doc %{_texmfdistdir}/doc/latex/frontespizio/README
%doc %{_texmfdistdir}/doc/latex/frontespizio/examplea.pdf
%doc %{_texmfdistdir}/doc/latex/frontespizio/examplea.tex
%doc %{_texmfdistdir}/doc/latex/frontespizio/exampleasuf.pdf
%doc %{_texmfdistdir}/doc/latex/frontespizio/exampleasuf.tex
%doc %{_texmfdistdir}/doc/latex/frontespizio/exampleb.pdf
%doc %{_texmfdistdir}/doc/latex/frontespizio/exampleb.tex
%doc %{_texmfdistdir}/doc/latex/frontespizio/examplec.pdf
%doc %{_texmfdistdir}/doc/latex/frontespizio/examplec.tex
%doc %{_texmfdistdir}/doc/latex/frontespizio/exampled.pdf
%doc %{_texmfdistdir}/doc/latex/frontespizio/exampled.tex
%doc %{_texmfdistdir}/doc/latex/frontespizio/examplee.pdf
%doc %{_texmfdistdir}/doc/latex/frontespizio/examplee.tex
%doc %{_texmfdistdir}/doc/latex/frontespizio/fakelogo.mp
%doc %{_texmfdistdir}/doc/latex/frontespizio/fakelogo.pdf
%doc %{_texmfdistdir}/doc/latex/frontespizio/frontespizio.pdf
#- source
%doc %{_texmfdistdir}/source/latex/frontespizio/frontespizio.dtx
%doc %{_texmfdistdir}/source/latex/frontespizio/frontespizio.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4a-4
+ Revision: ee53ae2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24862 |14mu|texlive-ftcap-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17275
# category Package
# catalog-ctan /macros/latex/contrib/ftcap
# catalog-date 2010-03-09 13:05:51 +0100
# catalog-license gpl
# catalog-version 1.4
Name:		texlive-ftcap
Version:	1.4
Release:	4
Summary:	Allows \caption at the beginning of a table-environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ftcap
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ftcap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ftcap.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
For several reasons a \caption may be desirable at the top of a
table environment. This package changes the table environment
such that \abovecaptionskip and \belowcaptionskip are swapped.
The package should also work with a non-standard table
environment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ftcap/ftcap.sty
%doc %{_texmfdistdir}/doc/latex/ftcap/ftcap.pdf
%doc %{_texmfdistdir}/doc/latex/ftcap/ftcap.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: 00ebb5d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24863 |14mu|texlive-ftnxtra-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17317
# category Package
# catalog-ctan /macros/latex/contrib/ftnxtra
# catalog-date 2010-03-03 22:26:40 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-ftnxtra
Version:	0.1
Release:	4
Summary:	Extends the applicability of the \footnote command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ftnxtra
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ftnxtra.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ftnxtra.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ftnxtra.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package treats footnotes in \caption, the tabular
environment, and \chapter and other \section-like commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ftnxtra/ftnxtra.sty
%doc %{_texmfdistdir}/doc/latex/ftnxtra/README
%doc %{_texmfdistdir}/doc/latex/ftnxtra/ftnxtra.pdf
%doc %{_texmfdistdir}/doc/latex/ftnxtra/ftnxtra.tex
#- source
%doc %{_texmfdistdir}/source/latex/ftnxtra/ftnxtra.dtx
%doc %{_texmfdistdir}/source/latex/ftnxtra/ftnxtra.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 01626a1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24864 |14mu|texlive-fullblck-1.03-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25434
# category Package
# catalog-ctan /macros/latex/contrib/fullblck
# catalog-date 2008-09-12 11:36:07 +0200
# catalog-license lppl
# catalog-version 1.03
Name:		texlive-fullblck
Version:	1.03
Release:	5
Summary:	Left-blocking for letter class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fullblck
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fullblck.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fullblck.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fullblck.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Used with the letter documentclass to set the letter in a
fullblock style (everything at the left margin).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fullblck/fullblck.sty
%doc %{_texmfdistdir}/doc/latex/fullblck/README
%doc %{_texmfdistdir}/doc/latex/fullblck/fullblck.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fullblck/fullblck.dtx
%doc %{_texmfdistdir}/source/latex/fullblck/fullblck.dtx.asc
%doc %{_texmfdistdir}/source/latex/fullblck/fullblck.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.03-5
+ Revision: eeb7c49
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24865 |14mu|texlive-fullwidth-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24684
# category Package
# catalog-ctan /macros/latex/contrib/fullwidth
# catalog-date 2011-11-28 12:38:18 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-fullwidth
Version:	0.1
Release:	4
Summary:	Adjust margins of text block
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fullwidth
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fullwidth.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fullwidth.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the environment fullwidth, which sets the
left and right margins in a simple way. There is no constraint
about page breaks; if you are using the twoside mode, you can
set the inner and outer margins to avoid the effects of the
different margins.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fullwidth/fullwidth.sty
%doc %{_texmfdistdir}/doc/latex/fullwidth/README
%doc %{_texmfdistdir}/doc/latex/fullwidth/fullwidth-test.pdf
%doc %{_texmfdistdir}/doc/latex/fullwidth/fullwidth-test.tex
%doc %{_texmfdistdir}/doc/latex/fullwidth/fullwidth.pdf
%doc %{_texmfdistdir}/doc/latex/fullwidth/fullwidth.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 4d91cba
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24866 |14mu|texlive-functan-20070107-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/functan
# catalog-date 2007-01-07 11:47:19 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-functan
Version:	20070107
Release:	4
Summary:	Macros for functional analysis and PDE theory
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/functan
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/functan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/functan.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/functan.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a convenient and coherent way to deal
with name of functional spaces (mainly Sobolev spaces) in
functional analysis and PDE theory. It also provides a set of
macros for dealing with norms, scalar products and convergence
with some object oriented flavor (it gives the possibility to
override the standard behavior of norms, ...).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/functan/functan.sty
%doc %{_texmfdistdir}/doc/latex/functan/README
%doc %{_texmfdistdir}/doc/latex/functan/functan.pdf
#- source
%doc %{_texmfdistdir}/source/latex/functan/functan.drv
%doc %{_texmfdistdir}/source/latex/functan/functan.dtx
%doc %{_texmfdistdir}/source/latex/functan/functan.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070107-4
+ Revision: 35dbfa0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24867 |14mu|texlive-fundus-20080912-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18146
# category Package
# catalog-ctan /macros/latex/contrib/gene/fundus
# catalog-date 2008-09-12 11:49:08 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-fundus
Version:	20080912
Release:	4
Summary:	Providing LaTeX access to various font families
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gene/fundus
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Fonts supported are Peter Vanroose's calligra and handwriting
fonts, the Washington University cyrillic fonts, the la and lla
children's handwriting fonts, the Computer Modern outline
fonts, various 'Star Trek' fonts, Sutterlin and schwell
handwriting fonts, the twcal calligraphic fonts, and the va
handwriting fonts. Note that the Washington University fonts
are now officially supported by LaTeX, as the OT2 encoding.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fundus/calligra.sty
%{_texmfdistdir}/tex/latex/fundus/cyr.sty
%{_texmfdistdir}/tex/latex/fundus/la.sty
%{_texmfdistdir}/tex/latex/fundus/ot1ocm.fd
%{_texmfdistdir}/tex/latex/fundus/ot1ocmss.fd
%{_texmfdistdir}/tex/latex/fundus/ot1ocmtt.fd
%{_texmfdistdir}/tex/latex/fundus/pvscript.sty
%{_texmfdistdir}/tex/latex/fundus/startrek.sty
%{_texmfdistdir}/tex/latex/fundus/suetterl.sty
%{_texmfdistdir}/tex/latex/fundus/twcal.sty
%{_texmfdistdir}/tex/latex/fundus/va.sty
%doc %{_texmfdistdir}/doc/latex/fundus/doc/calligra.pdf
%doc %{_texmfdistdir}/doc/latex/fundus/doc/la.pdf
%doc %{_texmfdistdir}/doc/latex/fundus/doc/outline.pdf
%doc %{_texmfdistdir}/doc/latex/fundus/doc/twcal.pdf
%doc %{_texmfdistdir}/doc/latex/fundus/startrek.map
%doc %{_texmfdistdir}/doc/latex/fundus/stclass.zip
%doc %{_texmfdistdir}/doc/latex/fundus/stmov.zip
%doc %{_texmfdistdir}/doc/latex/fundus/tngcril.zip
%doc %{_texmfdistdir}/doc/latex/fundus/tngmon.zip
%doc %{_texmfdistdir}/doc/latex/fundus/tngtit.zip
#- source
%doc %{_texmfdistdir}/source/latex/fundus/calligra.dtx
%doc %{_texmfdistdir}/source/latex/fundus/calligra.ins
%doc %{_texmfdistdir}/source/latex/fundus/la.dtx
%doc %{_texmfdistdir}/source/latex/fundus/la.ins
%doc %{_texmfdistdir}/source/latex/fundus/outline.dtx
%doc %{_texmfdistdir}/source/latex/fundus/outline.ins
%doc %{_texmfdistdir}/source/latex/fundus/pvscript.dtx
%doc %{_texmfdistdir}/source/latex/fundus/pvscript.ins
%doc %{_texmfdistdir}/source/latex/fundus/startrek.dtx
%doc %{_texmfdistdir}/source/latex/fundus/startrek.ins
%doc %{_texmfdistdir}/source/latex/fundus/suetterl.dtx
%doc %{_texmfdistdir}/source/latex/fundus/suetterl.ins
%doc %{_texmfdistdir}/source/latex/fundus/twcal.dtx
%doc %{_texmfdistdir}/source/latex/fundus/twcal.ins
%doc %{_texmfdistdir}/source/latex/fundus/va.dtx
%doc %{_texmfdistdir}/source/latex/fundus/va.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080912-4
+ Revision: 61b6169
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24868 |14mu|texlive-fundus-calligra-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26018
# category Package
# catalog-ctan /macros/latex/contrib/fundus/calligra
# catalog-date 2012-04-15 00:54:55 +0200
# catalog-license other-free
# catalog-version 1.2
Name:		texlive-fundus-calligra
Version:	1.2
Release:	4
Summary:	Support for the calligra font in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fundus/calligra
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-calligra.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-calligra.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-calligra.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers support for the calligra handwriting font,
in LaTeX documents. The package is part of the fundus bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fundus-calligra/calligra.sty
%doc %{_texmfdistdir}/doc/latex/fundus-calligra/calligra.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fundus-calligra/calligra.dtx
%doc %{_texmfdistdir}/source/latex/fundus-calligra/calligra.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: ecc5c6e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24869 |14mu|texlive-fundus-cyr-20120415-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26019
# category Package
# catalog-ctan /macros/latex/contrib/fundus/cyr/cyr.sty
# catalog-date 2012-04-15 11:57:05 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-fundus-cyr
Version:	20120415
Release:	4
Summary:	Support for Washington University Cyrillic fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fundus/cyr/cyr.sty
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-cyr.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports the use of the Washington Cyrillic fonts
with LaTeX (Note that standard LateX has support, too, as
encoding OT2). The package is distributed as part of the fundus
bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fundus-cyr/cyr.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120415-4
+ Revision: c6d7090
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24870 |14mu|texlive-fundus-sueterlin-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26030
# category Package
# catalog-ctan /macros/latex/contrib/fundus/suetterl
# catalog-date 2012-04-18 12:42:25 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-fundus-sueterlin
Version:	1.2
Release:	4
Summary:	Sutterlin
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fundus/suetterl
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-sueterlin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-sueterlin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-sueterlin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports use, in LaTeX, of the MetaFont emulation
of the Sueterlin handwriting fonts The package is distributed
as part of the fundus bundle..


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fundus-sueterlin/suetterl.sty
%doc %{_texmfdistdir}/doc/latex/fundus-sueterlin/suetterl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/fundus-sueterlin/suetterl.dtx
%doc %{_texmfdistdir}/source/latex/fundus-sueterlin/suetterl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 02ad702
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24871 |14mu|texlive-fwlw-20110228-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21548
# category Package
# catalog-ctan /macros/latex/contrib/fwlw
# catalog-date 2011-02-28 15:08:29 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-fwlw
Version:	20110228
Release:	4
Summary:	Get first and last words of a page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/fwlw
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fwlw.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/fwlw.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extracts the first and last words of a page,
together with the first word of the next page, just before the
page is formed into the object to print. The package defines a
couple of page styles that use the words that have been
extracted.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/fwlw/fwlw.sty
%doc %{_texmfdistdir}/doc/latex/fwlw/README
%doc %{_texmfdistdir}/doc/latex/fwlw/fwlw.pdf
%doc %{_texmfdistdir}/doc/latex/fwlw/fwlw.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110228-4
+ Revision: 6930a6a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24872 |14mu|texlive-gaceta-1.06-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gaceta
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license lppl
# catalog-version 1.06
Name:		texlive-gaceta
Version:	1.06
Release:	4
Summary:	A class to typeset La Gaceta de la RSME
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gaceta
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gaceta.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gaceta.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class will typeset papers for <<La Gaceta de la Real
Sociedad Matematica Espanola>>.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gaceta/gaceta.cls
%doc %{_texmfdistdir}/doc/latex/gaceta/README
%doc %{_texmfdistdir}/doc/latex/gaceta/plantilla-articulo-de-seccion.pdf
%doc %{_texmfdistdir}/doc/latex/gaceta/plantilla-articulo-de-seccion.tex
%doc %{_texmfdistdir}/doc/latex/gaceta/plantilla-articulo-suelto.pdf
%doc %{_texmfdistdir}/doc/latex/gaceta/plantilla-articulo-suelto.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.06-4
+ Revision: 1c037c2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24873 |14mu|texlive-galois-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/galois
# catalog-date 2006-12-02 11:49:32 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-galois
Version:	1.5
Release:	4
Summary:	Typeset Galois connections
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/galois
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/galois.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/galois.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/galois.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package deals with connections in two-dimensional style,
optionally in colour.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/galois/galois.sty
%doc %{_texmfdistdir}/doc/latex/galois/README
%doc %{_texmfdistdir}/doc/latex/galois/galois.pdf
#- source
%doc %{_texmfdistdir}/source/latex/galois/Makefile
%doc %{_texmfdistdir}/source/latex/galois/galois.dtx
%doc %{_texmfdistdir}/source/latex/galois/galois.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: 4918ebd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24874 |14mu|texlive-gamebook-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24714
# category Package
# catalog-ctan /macros/latex/contrib/gamebook
# catalog-date 2011-11-29 16:55:00 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-gamebook
Version:	1.0
Release:	4
Summary:	Typeset gamebooks and other interactive novels
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gamebook
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gamebook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gamebook.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gamebook.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides the means in order to lay-out gamebooks
with LaTeX. A simple gamebook example is included with the
package, and acts as a tutorial.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gamebook/gamebook.sty
%doc %{_texmfdistdir}/doc/latex/gamebook/README
%doc %{_texmfdistdir}/doc/latex/gamebook/gamebook-example.pdf
%doc %{_texmfdistdir}/doc/latex/gamebook/gamebook-example.tex
%doc %{_texmfdistdir}/doc/latex/gamebook/gamebook.pdf
%doc %{_texmfdistdir}/doc/latex/gamebook/lppl.txt
#- source
%doc %{_texmfdistdir}/source/latex/gamebook/gamebook.dtx
%doc %{_texmfdistdir}/source/latex/gamebook/gamebook.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 2526160
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24875 |14mu|texlive-garrigues-20091110-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/garrigues
# catalog-date 2009-11-10 09:15:37 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-garrigues
Version:	20091110
Release:	4
Summary:	MetaPost macros for the reproduction of Garrigues' Easter nomogram
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/garrigues
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/garrigues.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/garrigues.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Metapost macros for the reproduction of Garrigues' Easter
nomogram. These macros are described in Denis Roegel: An
introduction to nomography: Garrigues' nomogram for the
computation of Easter, TUGboat (volume 30, number 1, 2009,
pages 88-104).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/garrigues/garrigues.mp
%doc %{_texmfdistdir}/doc/metapost/garrigues/README
%doc %{_texmfdistdir}/doc/metapost/garrigues/article.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091110-4
+ Revision: 5b9c645
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24876 |14mu|texlive-garuda-c90-20131012-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30642
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-garuda-c90
Version:	20131012
Release:	7
Summary:	TeX support (from CJK) for the garuda font
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/garuda-c90.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/garuda-c90.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-fonts-tlwg

%description
TeXLive garuda-c90 package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/garuda-c90/config.garuda-c90
%{_texmfdistdir}/fonts/map/dvips/garuda-c90/garuda-c90.map
%{_texmfdistdir}/fonts/tfm/public/garuda-c90/fgdb8z.tfm
%{_texmfdistdir}/fonts/tfm/public/garuda-c90/fgdbo8z.tfm
%{_texmfdistdir}/fonts/tfm/public/garuda-c90/fgdo8z.tfm
%{_texmfdistdir}/fonts/tfm/public/garuda-c90/fgdr8z.tfm
#- source
%doc %{_texmfdistdir}/source/fonts/garuda-c90/garuda-c90.fontinst

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131012-7
+ Revision: 9b0b798
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24877 |14mu|texlive-gastex-2.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/gastex
# catalog-date 2007-03-07 00:33:49 +0100
# catalog-license lppl
# catalog-version 2.8
Name:		texlive-gastex
Version:	2.8
Release:	4
Summary:	Graphs and Automata Simplified in TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/gastex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gastex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gastex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
GasTeX is a set of LaTeX macros which enable the user to draw
graphs, automata, nets, diagrams, etc., very easily, in the
LaTeX picture environment. The package offers no documentation
(per se), but offers a couple of example files in the
distribution, and more on its home page. GasTeX generates its
own PostScript code, and therefore doesn't work directly under
PDFLaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/gastex/gastex.pro
%{_texmfdistdir}/tex/latex/gastex/gastex.sty
%doc %{_texmfdistdir}/doc/latex/gastex/README
%doc %{_texmfdistdir}/doc/latex/gastex/ex-beamer-gastex.tex
%doc %{_texmfdistdir}/doc/latex/gastex/ex-gastex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.8-4
+ Revision: dc0c69f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24878 |14mu|texlive-gatech-thesis-1.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19886
# category Package
# catalog-ctan /macros/latex/contrib/gatech-thesis
# catalog-date 2010-07-26 16:46:28 +0200
# catalog-license gpl
# catalog-version 1.8
Name:		texlive-gatech-thesis
Version:	1.8
Release:	4
Summary:	Georgia Institute of Technology thesis class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gatech-thesis
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gatech-thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gatech-thesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The output generated by using this class has been approved by
the Georgia Tech Office of Graduate Studies. It satisfies their
undocumented moving-target requirements in additional to the
actual documented requirements of the June 2002 Georgia Tech
Thesis Style Manual, as amended up to 2010.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/gatech-thesis/gatech-thesis-losa.bst
%{_texmfdistdir}/bibtex/bst/gatech-thesis/gatech-thesis.bst
%{_texmfdistdir}/makeindex/gatech-thesis/gatech-thesis-index.ist
%{_texmfdistdir}/tex/latex/gatech-thesis/gatech-thesis-gloss.sty
%{_texmfdistdir}/tex/latex/gatech-thesis/gatech-thesis-index.sty
%{_texmfdistdir}/tex/latex/gatech-thesis/gatech-thesis-losa.sty
%{_texmfdistdir}/tex/latex/gatech-thesis/gatech-thesis-patch.sty
%{_texmfdistdir}/tex/latex/gatech-thesis/gatech-thesis.cls
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/CHANGES
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/COMPLIANCE
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/COPYING
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/ChangeLog
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/INSTALL
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/MANIFEST
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/NEWS
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/NOTES
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/README
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/TODO
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/example-thesis.bib
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/example-thesis.pdf
%doc %{_texmfdistdir}/doc/latex/gatech-thesis/example-thesis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.8-4
+ Revision: 7195273
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24879 |14mu|texlive-gauss-20111026-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24411
# category Package
# catalog-ctan /macros/latex/contrib/gauss
# catalog-date 2011-10-26 17:26:33 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-gauss
Version:	20111026
Release:	4
Summary:	A package for Gaussian operations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gauss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gauss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gauss.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The gauss package provides configurable tools for producing row
and column operations on matrices (a.k.a. Gaussian operations).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gauss/gauss.sty
%doc %{_texmfdistdir}/doc/latex/gauss/README
%doc %{_texmfdistdir}/doc/latex/gauss/gauss-doc.pdf
%doc %{_texmfdistdir}/doc/latex/gauss/gauss-ex.pdf
%doc %{_texmfdistdir}/doc/latex/gauss/gauss-ex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111026-4
+ Revision: f0292bc
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24880 |14mu|texlive-gb4e-20100703-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19216
# category Package
# catalog-ctan /macros/latex/contrib/gb4e
# catalog-date 2010-07-03 20:09:25 +0200
# catalog-license lppl1.2
# catalog-version undef
Name:		texlive-gb4e
Version:	20100703
Release:	4
Summary:	Linguistic tools
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gb4e
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gb4e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gb4e.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides an environment for linguistic examples, tools for
glosses, and various other goodies. The code was developed from
the midnight and covington packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gb4e/cgloss4e.sty
%{_texmfdistdir}/tex/latex/gb4e/gb4e.sty
%doc %{_texmfdistdir}/doc/latex/gb4e/README
%doc %{_texmfdistdir}/doc/latex/gb4e/gb4e-doc.pdf
%doc %{_texmfdistdir}/doc/latex/gb4e/gb4e-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100703-4
+ Revision: 8eecdc5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24881 |14mu|texlive-g-brief-4.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21140
# category Package
# catalog-ctan /macros/latex/contrib/g-brief
# catalog-date 2009-01-23 15:11:09 +0100
# catalog-license lppl
# catalog-version 4.0.2
Name:		texlive-g-brief
Version:	4.0.2
Release:	4
Summary:	Letter document class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/g-brief
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/g-brief.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/g-brief.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/g-brief.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Designed for formatting formless letters in German; can also be
used for English (by those who can read the documentation).
There are LaTeX 2.09 documentstyle and LaTeX 2e class files for
both an 'old' and a 'new' version of g-brief.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/g-brief/g-brief.cls
%{_texmfdistdir}/tex/latex/g-brief/g-brief.sty
%{_texmfdistdir}/tex/latex/g-brief/g-brief2.cls
%{_texmfdistdir}/tex/latex/g-brief/g-brief2.sty
%doc %{_texmfdistdir}/doc/latex/g-brief/beispiel.pdf
%doc %{_texmfdistdir}/doc/latex/g-brief/beispiel.tex
%doc %{_texmfdistdir}/doc/latex/g-brief/beispiel2.pdf
%doc %{_texmfdistdir}/doc/latex/g-brief/beispiel2.tex
%doc %{_texmfdistdir}/doc/latex/g-brief/g-brief.pdf
#- source
%doc %{_texmfdistdir}/source/latex/g-brief/g-brief.drv
%doc %{_texmfdistdir}/source/latex/g-brief/g-brief.dtx
%doc %{_texmfdistdir}/source/latex/g-brief/g-brief.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.0.2-4
+ Revision: 6c200f9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24882 |14mu|texlive-gcard-20080819-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gcard
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-gcard
Version:	20080819
Release:	4
Summary:	Arrange text on a sheet to fold into a greeting card
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gcard
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gcard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gcard.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a simple means of producing greeting
cards. It arranges four panels onto a single sheet so that when
the sheet is folded twice the four panels are arranged as front
cover, inside left and right pages, and back cover. It uses the
textpos package for placement on the sheet and the graphicx
package for the necessary rotation. The four panels are set in
minipages for formatting by the user.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gcard/gcard.sty
%doc %{_texmfdistdir}/doc/latex/gcard/README
%doc %{_texmfdistdir}/doc/latex/gcard/gcard.pdf
%doc %{_texmfdistdir}/doc/latex/gcard/gcardex.tex
%doc %{_texmfdistdir}/doc/latex/gcard/gcardminexample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080819-4
+ Revision: 213e6a8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24883 |14mu|texlive-gchords-1.20-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/gchords
# catalog-date 2009-02-12 12:29:53 +0100
# catalog-license gpl
# catalog-version 1.20
Name:		texlive-gchords
Version:	1.20
Release:	4
Summary:	Typeset guitar chords
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/gchords
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gchords.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gchords.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for typesetting of guitar chord diagrams,
including options for chord names, finger numbers and
typesetting above lyrics. The bundle also includes a TCL script
(chordbox.tcl) that provides a graphical application which
creates LaTeX files that use gchords.sty.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gchords/gchords.sty
%doc %{_texmfdistdir}/doc/latex/gchords/README
%doc %{_texmfdistdir}/doc/latex/gchords/chordbox.tcl
%doc %{_texmfdistdir}/doc/latex/gchords/gchords_doc.pdf
%doc %{_texmfdistdir}/doc/latex/gchords/gchords_doc.tex
%doc %{_texmfdistdir}/doc/latex/gchords/get2knowu.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.20-4
+ Revision: 1ac05cb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24884 |14mu|texlive-gcite-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/exptl/gcite
# catalog-date 2009-07-04 21:47:31 +0200
# catalog-license lppl1.3
# catalog-version 1.0.1
Name:		texlive-gcite
Version:	1.0.1
Release:	4
Summary:	Citations in a reader-friendly style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/exptl/gcite
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gcite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gcite.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gcite.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows citations in the German style, which is
considered by many to be particularly reader-friendly. The
citation provides a small amount of bibliographic information
in a footnote on the page where each citation is made. It
combines a desire to eliminate unnecessary page-turning with
the look-up efficiency afforded by numeric citations. The
package makes use of the (still experimental) BibLaTeX package,
and is itself also considered experimental; comment is invited.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gcite/gcite.sty
%doc %{_texmfdistdir}/doc/latex/gcite/CHANGES
%doc %{_texmfdistdir}/doc/latex/gcite/README
%doc %{_texmfdistdir}/doc/latex/gcite/gcite.bib
%doc %{_texmfdistdir}/doc/latex/gcite/gcite.pdf
#- source
%doc %{_texmfdistdir}/source/latex/gcite/gcite.dtx
%doc %{_texmfdistdir}/source/latex/gcite/gcite.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-4
+ Revision: 96d1dd2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24885 |14mu|texlive-gene-logic-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gene/logic
# catalog-date 2008-10-04 10:00:56 +0200
# catalog-license other-free
# catalog-version 1.4
Name:		texlive-gene-logic
Version:	1.4
Release:	4
Summary:	Typeset logic formulae, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gene/logic
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gene-logic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gene-logic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a facility to typeset certain logic
formulae. It provides an environment like eqnarray, an extended
newtheorem environment, and several macros.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gene-logic/gn-logic14.sty
%doc %{_texmfdistdir}/doc/latex/gene-logic/gn-logic14.pdf
%doc %{_texmfdistdir}/doc/latex/gene-logic/gn-logic14.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: c099bec
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24886 |14mu|texlive-genmisc-20120807-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27208
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-genmisc
Version:	20120807
Release:	3
Summary:	TeXLive genmisc package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/genmisc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive genmisc package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/genmisc/anti.tex
%{_texmfdistdir}/tex/generic/genmisc/apldef.tex
%{_texmfdistdir}/tex/generic/genmisc/arabic.tex
%{_texmfdistdir}/tex/generic/genmisc/backgrnd.tex
%{_texmfdistdir}/tex/generic/genmisc/balancedquotes.sty
%{_texmfdistdir}/tex/generic/genmisc/chessmin.tex
%{_texmfdistdir}/tex/generic/genmisc/compare.tex
%{_texmfdistdir}/tex/generic/genmisc/cropmark.sty
%{_texmfdistdir}/tex/generic/genmisc/cropmark.tex
%{_texmfdistdir}/tex/generic/genmisc/croptest.tex
%{_texmfdistdir}/tex/generic/genmisc/dayofweek.tex
%{_texmfdistdir}/tex/generic/genmisc/daytime.sty
%{_texmfdistdir}/tex/generic/genmisc/default.sty
%{_texmfdistdir}/tex/generic/genmisc/dow.tex
%{_texmfdistdir}/tex/generic/genmisc/emtrees.tex
%{_texmfdistdir}/tex/generic/genmisc/endnote.tex
%{_texmfdistdir}/tex/generic/genmisc/fakebold.tex
%{_texmfdistdir}/tex/generic/genmisc/hep.tex
%{_texmfdistdir}/tex/generic/genmisc/inscrutable.tex
%{_texmfdistdir}/tex/generic/genmisc/laps.tex
%{_texmfdistdir}/tex/generic/genmisc/letterspacing.tex
%{_texmfdistdir}/tex/generic/genmisc/longdiv.tex
%{_texmfdistdir}/tex/generic/genmisc/mandel.tex
%{_texmfdistdir}/tex/generic/genmisc/mathlig.tex
%{_texmfdistdir}/tex/generic/genmisc/nth.sty
%{_texmfdistdir}/tex/generic/genmisc/outerhbox.sty
%{_texmfdistdir}/tex/generic/genmisc/pagereference.tex
%{_texmfdistdir}/tex/generic/genmisc/quotation.tex
%{_texmfdistdir}/tex/generic/genmisc/ragged.sty
%{_texmfdistdir}/tex/generic/genmisc/random.tex
%{_texmfdistdir}/tex/generic/genmisc/ruler.tex
%{_texmfdistdir}/tex/generic/genmisc/selectpage.tex
%{_texmfdistdir}/tex/generic/genmisc/shadebox.tex
%{_texmfdistdir}/tex/generic/genmisc/swrule.sty
%{_texmfdistdir}/tex/generic/genmisc/underlin.tex
%{_texmfdistdir}/tex/generic/genmisc/undertilde.tex
%{_texmfdistdir}/tex/generic/genmisc/verbatim.tex
%{_texmfdistdir}/tex/generic/genmisc/weekday.sty
%{_texmfdistdir}/tex/generic/genmisc/wiggly.tex
%{_texmfdistdir}/tex/generic/genmisc/zip.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120807-3
+ Revision: cedd27d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24887 |14mu|texlive-genmpage-0.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/genmpage
# catalog-date 2007-03-07 00:33:49 +0100
# catalog-license lppl
# catalog-version 0.3.1
Name:		texlive-genmpage
Version:	0.3.1
Release:	4
Summary:	Generalization of LaTeX's minipages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/genmpage
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/genmpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/genmpage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/genmpage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The GenMPage package generalizes LaTeX's minipages. Keyval
options and styles can be used to determine their appearance in
an easy and consistent way. Includes options for paragraph
indentation and vertical alignment with respect to the visual
top and bottom margins.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/genmpage/genmpage.sty
%doc %{_texmfdistdir}/doc/latex/genmpage/README
%doc %{_texmfdistdir}/doc/latex/genmpage/genmpage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/genmpage/genmpage.dtx
%doc %{_texmfdistdir}/source/latex/genmpage/genmpage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.1-4
+ Revision: 02e71c0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24888 |14mu|texlive-gentium-tug-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31194
# category Package
# catalog-ctan /fonts/gentium-tug
# catalog-date 2013-07-10 10:52:50 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-gentium-tug
Version:	1.0
Release:	7
Summary:	Gentium fonts (in two formats) and support files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/gentium-tug
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium-tug.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium-tug.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium-tug.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Gentium is a typeface family designed to enable the diverse
ethnic groups around the world who use the Latin, Cyrillic and
Greek scripts to produce readable, high-quality publications.
It supports a wide range of Latin- and Cyrillic-based
alphabets. The package consists of: - The original (unaltered)
GentiumPlus, GentiumBook, and other Gentium-family fonts in
TrueType format, as developed by SIL and released under the OFL
(see OFL.txt and OFL-FAQ.txt); - Converted fonts in PostScript
Type 1 format, released under the same terms. These incorporate
the name "Gentium" by permission of SIL given to the TeX Users
Group; - ConTeXt, LaTeX and other supporting files; - TeX-
related documentation, and the SIL documentation and other
files.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gentium-tug/GenBasB.afm
%{_texmfdistdir}/fonts/afm/public/gentium-tug/GenBasBI.afm
%{_texmfdistdir}/fonts/afm/public/gentium-tug/GentiumPlus-I.afm
%{_texmfdistdir}/fonts/afm/public/gentium-tug/GentiumPlus-R.afm
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-agr.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-ec-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-ec-ttf-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-ec-ttf.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-l7x-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-l7x.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-lgr.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-ot1-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-ot1.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-qx-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t2a-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t2a.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t2b-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t2b.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t2c-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t2c.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t5-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t5-ttf.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-texnansi-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-texnansi.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-ts1.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-x2-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/gentium-tug/gentium-x2.enc
%{_texmfdistdir}/fonts/map/dvips/gentium-tug/gentium-type1.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-agr.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-ec.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-l7x.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-lgr.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-ot1.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-qx.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-t2a.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-t2b.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-t2c.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-t5.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-texnansi.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-truetype.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-ts1.map
%{_texmfdistdir}/fonts/map/pdftex/gentium-tug/gentium-x2.map
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/agr-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/agr-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ec-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ec-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ec-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ec-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ec-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ec-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/l7x-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/l7x-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/l7x-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/l7x-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/l7x-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/l7x-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/lgr-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/lgr-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ot1-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ot1-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ot1-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ot1-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ot1-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ot1-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/qx-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/qx-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/qx-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/qx-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/qx-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/qx-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2a-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2a-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2a-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2a-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2b-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2b-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2b-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2b-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2c-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2c-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2c-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t2c-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t5-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t5-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t5-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t5-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t5-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/t5-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/texnansi-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/texnansi-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/texnansi-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/texnansi-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/texnansi-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/texnansi-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ts1-gentiumbasic-bold.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ts1-gentiumbasic-bolditalic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ts1-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/ts1-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/x2-gentiumplus-italic-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/x2-gentiumplus-italic.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/x2-gentiumplus-regular-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/gentium-tug/x2-gentiumplus-regular.tfm
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBasB.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBasBI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBasI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBasR.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBkBasB.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBkBasBI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBkBasI.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GenBkBasR.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/Gentium-I.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/Gentium-R.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GentiumAlt-I.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GentiumAlt-R.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GentiumPlus-I.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GentiumPlus-R.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GentiumPlusCompact-I.ttf
%{_texmfdistdir}/fonts/truetype/public/gentium-tug/GentiumPlusCompact-R.ttf
%{_texmfdistdir}/fonts/type1/public/gentium-tug/GenBasB.pfb
%{_texmfdistdir}/fonts/type1/public/gentium-tug/GenBasBI.pfb
%{_texmfdistdir}/fonts/type1/public/gentium-tug/GentiumPlus-I.pfb
%{_texmfdistdir}/fonts/type1/public/gentium-tug/GentiumPlus-R.pfb
%{_texmfdistdir}/tex/context/third/gentium-tug/type-gentium.mkii
%{_texmfdistdir}/tex/context/third/gentium-tug/type-gentium.mkiv
%{_texmfdistdir}/tex/latex/gentium-tug/gentium.sty
%{_texmfdistdir}/tex/latex/gentium-tug/l7xgentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/lgrgentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/ly1gentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/ot1gentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/qxgentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/t1gentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/t2agentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/t2bgentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/t2cgentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/t5gentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/ts1gentium.fd
%{_texmfdistdir}/tex/latex/gentium-tug/x2gentium.fd
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/Gentium/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/Gentium/GENTIUM-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/Gentium/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/Gentium/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/Gentium/QUOTES.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/Gentium/README.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumBasic/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumBasic/GENTIUM-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumBasic/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumBasic/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/GENTIUM-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/README.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/documentation/DOCUMENTATION.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/documentation/GentiumPlus-features.odt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlus/documentation/GentiumPlus-features.pdf
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlusCompact/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlusCompact/README.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/GentiumPlusCompact/feat_set_tuned.xml
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/Makefile
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/README
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/gentium.pdf
%doc %{_texmfdistdir}/doc/fonts/gentium-tug/gentium.tex
#- source
%doc %{_texmfdistdir}/source/fonts/gentium-tug/generate-support-files.rb
%doc %{_texmfdistdir}/source/fonts/gentium-tug/gentium.rb
%doc %{_texmfdistdir}/source/fonts/gentium-tug/lig/README
%doc %{_texmfdistdir}/source/fonts/gentium-tug/lig/gentium-agr.lig
%doc %{_texmfdistdir}/source/fonts/gentium-tug/lig/gentium-lgr.lig
%doc %{_texmfdistdir}/source/fonts/gentium-tug/lig/gentium-t2a.lig
%doc %{_texmfdistdir}/source/fonts/gentium-tug/lig/gentium-t2b.lig
%doc %{_texmfdistdir}/source/fonts/gentium-tug/lig/gentium-t2c.lig
%doc %{_texmfdistdir}/source/fonts/gentium-tug/lig/gentium-x2.lig
%doc %{_texmfdistdir}/source/fonts/gentium-tug/make-zip-4CTAN.sh
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/GentiumPlus-I-Czech.kern
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/GentiumPlus-R-Czech.kern
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/Makefile
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/afmcreator.py
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/ff-gentium.pe
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/generate-extra-kerns.sh
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/greekcorrection.py
%doc %{_texmfdistdir}/source/fonts/gentium-tug/type1/kerncorrection.py

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 218b3da
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24889 |14mu|texlive-geometry-5.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19716
# category Package
# catalog-ctan /macros/latex/contrib/geometry
# catalog-date 2010-09-13 00:36:13 +0200
# catalog-license lppl
# catalog-version 5.6
Name:		texlive-geometry
Version:	5.6
Release:	4
Summary:	Flexible and complete interface to document dimensions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/geometry
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/geometry.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/geometry.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/geometry.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an easy and flexible user interface to
customize page layout, implementing auto-centering and auto-
balancing mechanisms so that the users have only to give the
least description for the page layout. For example, if you want
to set each margin 2cm without header space, what you need is
just \usepackage[margin=2cm,nohead]{geometry}. The package
knows about all the standard paper sizes, so that the user need
not know what the nominal 'real' dimensions of the paper are,
just its standard name (such as a4, letter, etc.). An important
feature is the package's ability to communicate the paper size
it's set up to the output (whether via DVI \specials or via
direct interaction with PDF(La)TeX).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/geometry/geometry.sty
%doc %{_texmfdistdir}/doc/latex/geometry/README
%doc %{_texmfdistdir}/doc/latex/geometry/changes.txt
%doc %{_texmfdistdir}/doc/latex/geometry/geometry-samples.tex
%doc %{_texmfdistdir}/doc/latex/geometry/geometry.cfg
%doc %{_texmfdistdir}/doc/latex/geometry/geometry.pdf
#- source
%doc %{_texmfdistdir}/source/latex/geometry/geometry.drv
%doc %{_texmfdistdir}/source/latex/geometry/geometry.dtx
%doc %{_texmfdistdir}/source/latex/geometry/geometry.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.6-4
+ Revision: 6034288
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24890 |14mu|texlive-german-2.5e-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17039
# category Package
# catalog-ctan /language/german
# catalog-date 2009-09-26 12:32:55 +0200
# catalog-license lppl
# catalog-version 2.5e
Name:		texlive-german
Version:	2.5e
Release:	4
Summary:	Support for German typography
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/german
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/german.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/german.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/german.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Supports the new German orthography (neue deutsche
Rechtschreibung).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/german/german.sty
%{_texmfdistdir}/tex/generic/german/ngerman.sty
%doc %{_texmfdistdir}/doc/generic/german/00readme.1st
%doc %{_texmfdistdir}/doc/generic/german/betatest/00readme.1st
%doc %{_texmfdistdir}/doc/generic/german/gerdoc.pdf
%doc %{_texmfdistdir}/doc/generic/german/gerdoc.tex
%doc %{_texmfdistdir}/doc/generic/german/german.MISSING
%doc %{_texmfdistdir}/doc/generic/german/hyphxmpl.cfg
#- source
%doc %{_texmfdistdir}/source/generic/german/german.dtx
%doc %{_texmfdistdir}/source/generic/german/german.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5e-4
+ Revision: 493aecf
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24891 |14mu|texlive-germbib-20090104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/germbib
# catalog-date 2009-01-04 15:06:03 +0100
# catalog-license noinfo
# catalog-version undef
Name:		texlive-germbib
Version:	20090104
Release:	4
Summary:	German variants of standard BibTeX styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/germbib
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/germbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/germbib.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A development of the (old) german.sty, this bundle provides
German packages, BibTeX styles and documentary examples, for
writing documents with bibliographies. The author has since
developed the babelbib bundle, which (he asserts) supersedes
germbib.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/germbib/gerabbrv.bst
%{_texmfdistdir}/bibtex/bst/germbib/geralpha.bst
%{_texmfdistdir}/bibtex/bst/germbib/gerapali.bst
%{_texmfdistdir}/bibtex/bst/germbib/gerplain.bst
%{_texmfdistdir}/bibtex/bst/germbib/gerunsrt.bst
%{_texmfdistdir}/tex/latex/germbib/bibgerm.sty
%{_texmfdistdir}/tex/latex/germbib/mynormal.sty
%doc %{_texmfdistdir}/doc/bibtex/germbib/README.bibgerm
%doc %{_texmfdistdir}/doc/bibtex/germbib/apalike.doc
%doc %{_texmfdistdir}/doc/bibtex/germbib/apalike.germbib_sty
%doc %{_texmfdistdir}/doc/bibtex/germbib/apalike.tex
%doc %{_texmfdistdir}/doc/bibtex/germbib/btxdoc.tex
%doc %{_texmfdistdir}/doc/bibtex/germbib/btxhak.tex
%doc %{_texmfdistdir}/doc/bibtex/germbib/gerbibtx.bib
%doc %{_texmfdistdir}/doc/bibtex/germbib/gerbibtx.tex
%doc %{_texmfdistdir}/doc/bibtex/germbib/gerxampl.bib
%doc %{_texmfdistdir}/doc/bibtex/germbib/schaum.bib
%doc %{_texmfdistdir}/doc/bibtex/germbib/testbibgerm.tex
%doc %{_texmfdistdir}/doc/bibtex/germbib/testgerb.tex
%doc %{_texmfdistdir}/doc/bibtex/germbib/xampl.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090104-4
+ Revision: 7c5c6ee
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24892 |14mu|texlive-germkorr-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/germkorr
# catalog-date 2009-11-10 09:15:37 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-germkorr
Version:	1.0
Release:	4
Summary:	Change kerning for german quotation marks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/germkorr
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/germkorr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/germkorr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package germcorr has to be loaded after the package german.
It brings some letters like T nearer to german single and
double quotes even when that letter wears a standard accent
like "`\.T"'.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/germkorr/germkorr.sty
%doc %{_texmfdistdir}/doc/latex/germkorr/COPYING
%doc %{_texmfdistdir}/doc/latex/germkorr/README
%doc %{_texmfdistdir}/doc/latex/germkorr/germkorr.pdf
%doc %{_texmfdistdir}/doc/latex/germkorr/germkorr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 41078a1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24893 |14mu|texlive-getfiledate-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16189
# category Package
# catalog-ctan /macros/latex/contrib/getfiledate
# catalog-date 2009-11-26 14:59:55 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-getfiledate
Version:	1.2
Release:	4
Summary:	Find the date of last modification of a file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/getfiledate
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/getfiledate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/getfiledate.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package fetches from the system the date of last
modification or opening of an existing file, using the function
\pdffilemoddate (present in recent versions of PDFTeX); the
user may specify how the date is to be presented.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/getfiledate/getfiledate.sty
%doc %{_texmfdistdir}/doc/latex/getfiledate/README
%doc %{_texmfdistdir}/doc/latex/getfiledate/getfiledate-guide.pdf
%doc %{_texmfdistdir}/doc/latex/getfiledate/getfiledate-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: ad715fc
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24894 |14mu|texlive-gfsbaskerville-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /fonts/greek/gfs/gfsbaskerville
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-gfsbaskerville
Version:	1.0
Release:	4
Summary:	A Greek font, from one such by Baskerville
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfsbaskerville
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsbaskerville.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsbaskerville.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The font is a digital implementation of Baskerville's classic
Greek font, provided by the Greek Font Society. The font covers
Greek only, and LaTeX support provides for the use of LGR
encoding.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfsbaskerville/GFSBaskerville-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/gfsbaskerville/gpgfsbaskerville.enc
%{_texmfdistdir}/fonts/map/dvips/gfsbaskerville/gfsbaskerville.map
%{_texmfdistdir}/fonts/opentype/public/gfsbaskerville/GFSBaskerville.otf
%{_texmfdistdir}/fonts/tfm/public/gfsbaskerville/ggfsbaskervillerg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsbaskerville/ggfsbaskervillerg6r.tfm
%{_texmfdistdir}/fonts/type1/public/gfsbaskerville/GFSBaskerville-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/gfsbaskerville/ggfsbaskervillerg6a.vf
%{_texmfdistdir}/tex/latex/gfsbaskerville/gfsbaskerville.sty
%{_texmfdistdir}/tex/latex/gfsbaskerville/lgrgfsbaskerville.fd
%doc %{_texmfdistdir}/doc/fonts/gfsbaskerville/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfsbaskerville/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfsbaskerville/README
%doc %{_texmfdistdir}/doc/fonts/gfsbaskerville/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/gfsbaskerville/gfsbaskerville.pdf
%doc %{_texmfdistdir}/doc/fonts/gfsbaskerville/gfsbaskerville.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 25e6a7b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24895 |14mu|texlive-gfsporson-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/greek/gfs/gfsporson
# catalog-date 2008-08-19 21:00:04 +0200
# catalog-license other-free
# catalog-version 1.01
Name:		texlive-gfsporson
Version:	1.01
Release:	4
Summary:	A Greek font, originally from Porson
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/gfs/gfsporson
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsporson.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsporson.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Porson is an elegant Greek font, originally cut at the turn of
the 19th Century in England. The present version has been
provided by the Greek Font Society. The font supports the Greek
alphabet only. LaTeX support is provided, using the LGR
encoding.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/gfsporson/GFSPorson-Regular.afm
%{_texmfdistdir}/fonts/enc/dvips/gfsporson/porsonel.enc
%{_texmfdistdir}/fonts/map/dvips/gfsporson/gfsporson.map
%{_texmfdistdir}/fonts/opentype/public/gfsporson/GFSPorson.otf
%{_texmfdistdir}/fonts/tfm/public/gfsporson/gporsonrg6a.tfm
%{_texmfdistdir}/fonts/tfm/public/gfsporson/gporsonrg6r.tfm
%{_texmfdistdir}/fonts/type1/public/gfsporson/GFSPorson-Regular.pfb
%{_texmfdistdir}/fonts/vf/public/gfsporson/gporsonrg6a.vf
%{_texmfdistdir}/tex/latex/gfsporson/gfsporson.sty
%{_texmfdistdir}/tex/latex/gfsporson/lgrporson.fd
%doc %{_texmfdistdir}/doc/fonts/gfsporson/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/gfsporson/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/gfsporson/README
%doc %{_texmfdistdir}/doc/fonts/gfsporson/gfsporson.pdf
%doc %{_texmfdistdir}/doc/fonts/gfsporson/gfsporson.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-4
+ Revision: bd54e01
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24896 |14mu|texlive-ghab-0.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29803
# category Package
# catalog-ctan /macros/latex/contrib/ghab
# catalog-date 2013-04-05 13:20:40 +0200
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-ghab
Version:	0.5
Release:	7
Summary:	Typeset ghab boxes in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ghab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ghab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ghab.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a command \darghab that will typeset its
argument in a box with a decorated frame. The width of the box
may be set using an optional argument.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/ghab/ghab.mf
%{_texmfdistdir}/tex/latex/ghab/ghab.sty
%doc %{_texmfdistdir}/doc/latex/ghab/README
%doc %{_texmfdistdir}/doc/latex/ghab/ghab-doc.pdf
%doc %{_texmfdistdir}/doc/latex/ghab/ghab-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-7
+ Revision: 865b326
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24897 |14mu|texlive-gincltex-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23835
# category Package
# catalog-ctan /macros/latex/contrib/gincltex
# catalog-date 2011-09-05 20:39:25 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-gincltex
Version:	0.3
Release:	4
Summary:	Include TeX files as graphics (.tex support for \includegraphics)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gincltex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gincltex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gincltex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gincltex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package builds on the standard LaTeX packages graphics
and/or graphicx and allows external LaTeX source files to be
included, in the same way as graphic files, by
\includegraphics. In effect, then package adds support for the
.tex extension. Some of the lower level operations like
clipping and trimming are implemented using the adjustbox
package which includes native pdflatex support and uses the pdf
pacakge for other output formats.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gincltex/gincltex.sty
%doc %{_texmfdistdir}/doc/latex/gincltex/README
%doc %{_texmfdistdir}/doc/latex/gincltex/gincltex.pdf
#- source
%doc %{_texmfdistdir}/source/latex/gincltex/gincltex.dtx
%doc %{_texmfdistdir}/source/latex/gincltex/gincltex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: fd0bf3e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24898 |14mu|texlive-ginpenc-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24980
# category Package
# catalog-ctan /macros/latex/contrib/ginpenc
# catalog-date 2007-07-08 11:00:26 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-ginpenc
Version:	1.0
Release:	5
Summary:	Modification of inputenc for German
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ginpenc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ginpenc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ginpenc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ginpenc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
If the inputenc is used and German umlauts are input directly,
they are converted to the LICR representation \"a (etc.). This
breaks the sort algorithm of makeindex, for instance. Ginpenc
converts umlauts and the sharp-s to the short forms defined by
babel, e.g., "a instead, if the text is typeset in German.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ginpenc/ansinew.gie
%{_texmfdistdir}/tex/latex/ginpenc/applemac.gie
%{_texmfdistdir}/tex/latex/ginpenc/ascii.gie
%{_texmfdistdir}/tex/latex/ginpenc/cp1250.gie
%{_texmfdistdir}/tex/latex/ginpenc/cp1252.gie
%{_texmfdistdir}/tex/latex/ginpenc/cp437.gie
%{_texmfdistdir}/tex/latex/ginpenc/cp437de.gie
%{_texmfdistdir}/tex/latex/ginpenc/cp850.gie
%{_texmfdistdir}/tex/latex/ginpenc/cp852.gie
%{_texmfdistdir}/tex/latex/ginpenc/cp865.gie
%{_texmfdistdir}/tex/latex/ginpenc/decmulti.gie
%{_texmfdistdir}/tex/latex/ginpenc/ginpenc.sty
%{_texmfdistdir}/tex/latex/ginpenc/latin1.gie
%{_texmfdistdir}/tex/latex/ginpenc/latin2.gie
%{_texmfdistdir}/tex/latex/ginpenc/latin3.gie
%{_texmfdistdir}/tex/latex/ginpenc/latin5.gie
%{_texmfdistdir}/tex/latex/ginpenc/latin9.gie
%{_texmfdistdir}/tex/latex/ginpenc/next.gie
%doc %{_texmfdistdir}/doc/latex/ginpenc/ChangeLog
%doc %{_texmfdistdir}/doc/latex/ginpenc/Makefile
%doc %{_texmfdistdir}/doc/latex/ginpenc/README
%doc %{_texmfdistdir}/doc/latex/ginpenc/ginpenc.pdf
%doc %{_texmfdistdir}/doc/latex/ginpenc/news-message.txt
%doc %{_texmfdistdir}/doc/latex/ginpenc/testginpenc.tex
#- source
%doc %{_texmfdistdir}/source/latex/ginpenc/ginpenc.dtx
%doc %{_texmfdistdir}/source/latex/ginpenc/ginpenc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: ab6accd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24899 |14mu|texlive-gitinfo-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23779
# category Package
# catalog-ctan /macros/latex/contrib/gitinfo
# catalog-date 2011-09-01 15:37:23 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-gitinfo
Version:	1.0
Release:	4
Summary:	Access metadata from the git distributed version control system
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gitinfo
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gitinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gitinfo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes it possible to incorporate git version
control metadata into documents. For memoir users, the package
provides the means to tailor page headers and footers to use
the metadata.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gitinfo/gitinfo.sty
%{_texmfdistdir}/tex/latex/gitinfo/gitsetinfo.sty
%doc %{_texmfdistdir}/doc/latex/gitinfo/README
%doc %{_texmfdistdir}/doc/latex/gitinfo/gitHeadInfo.gin
%doc %{_texmfdistdir}/doc/latex/gitinfo/gitinfo.pdf
%doc %{_texmfdistdir}/doc/latex/gitinfo/gitinfo.tex
%doc %{_texmfdistdir}/doc/latex/gitinfo/post-xxx-sample.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: f6b9e67
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24900 |14mu|texlive-gloss-1.5.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gloss
# catalog-date 2006-12-11 14:57:52 +0100
# catalog-license lppl
# catalog-version 1.5.2
Name:		texlive-gloss
Version:	1.5.2
Release:	4
Summary:	Create glossaries using BibTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gloss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gloss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gloss.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A glossary package using BibTeX with \cite replaced by \gloss.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/gloss/glsbase.bib
%{_texmfdistdir}/bibtex/bib/gloss/sample.bib
%{_texmfdistdir}/bibtex/bst/gloss/glsplain.bst
%{_texmfdistdir}/bibtex/bst/gloss/glsshort.bst
%{_texmfdistdir}/tex/latex/gloss/gloss.sty
%doc %{_texmfdistdir}/doc/latex/gloss/README
%doc %{_texmfdistdir}/doc/latex/gloss/gloss.pdf
%doc %{_texmfdistdir}/doc/latex/gloss/gloss.tex
%doc %{_texmfdistdir}/doc/latex/gloss/sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-4
+ Revision: 418ff60
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24901 |14mu|texlive-glossaries-4.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32735
# category Package
# catalog-ctan /macros/latex/contrib/glossaries
# catalog-date 2014-01-20 19:35:32 +0100
# catalog-license lppl
# catalog-version 4.03
Name:		texlive-glossaries
Epoch:		1
Version:	4.03
Release:	3
Summary:	Create glossaries and lists of acronyms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/glossaries
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-glossaries.bin = %{EVRD}

%description
The glossaries package supports acronyms and multiple
glossaries, and has provision for operation in several
languages (using the facilities of either babel or
polyglossia). New entries are defined to have a name and
description (and optionally an associated symbol). Support for
multiple languages is offered, and plural forms of terms may be
specified. An additional package, glossaries-accsupp, can make
use of the accsupp package mechanisms for accessibility support
for PDF files containing glossaries. The user may define new
glossary styles, and preambles and postambles can be specified.
There is provision for loading a database of terms, but only
terms used in the text will be added to the relevant glossary.
The package uses an indexing program to provide the actual
glossary; either makeindex or xindy may serve this purpose, and
a Perl script is provided to serve as interface. The package
distribution also provides the mfirstuc package, for changing
the first letter of a word to upper case. The package
supersedes the author's glossary package (which is now
obsolete), and a conversion tool is provided.


#-----------------------------------------------------------------------
%files
%{_bindir}/makeglossaries
%{_texmfdistdir}/scripts/glossaries/glossaries.perl
%{_texmfdistdir}/scripts/glossaries/makeglossaries
%{_texmfdistdir}/scripts/glossaries/makeglossaries.bat
%{_texmfdistdir}/scripts/glossaries/mfirstuc.perl
%{_texmfdistdir}/tex/latex/glossaries/base/glossaries-babel.sty
%{_texmfdistdir}/tex/latex/glossaries/base/glossaries-compatible-207.sty
%{_texmfdistdir}/tex/latex/glossaries/base/glossaries-compatible-307.sty
%{_texmfdistdir}/tex/latex/glossaries/base/glossaries-polyglossia.sty
%{_texmfdistdir}/tex/latex/glossaries/base/glossaries.sty
%{_texmfdistdir}/tex/latex/glossaries/base/mfirstuc.sty
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Brazilian.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Danish.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Dutch.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-English.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-French.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-German.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Irish.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Italian.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Magyar.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Polish.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Serbian.dict
%{_texmfdistdir}/tex/latex/glossaries/dict/glossaries-dictionary-Spanish.dict
%{_texmfdistdir}/tex/latex/glossaries/expl/glossaries-accsupp.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-hypernav.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-inline.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-list.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-long.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-longragged.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-mcols.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-super.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-superragged.sty
%{_texmfdistdir}/tex/latex/glossaries/styles/glossary-tree.sty
%doc %{_texmfdistdir}/doc/latex/glossaries/CHANGES
%doc %{_texmfdistdir}/doc/latex/glossaries/INSTALL
%doc %{_texmfdistdir}/doc/latex/glossaries/README
%doc %{_texmfdistdir}/doc/latex/glossaries/glossaries-code.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/glossaries-user.html
%doc %{_texmfdistdir}/doc/latex/glossaries/glossaries-user.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/glossaries-user.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/glossariesbegin.html
%doc %{_texmfdistdir}/doc/latex/glossaries/glossariesbegin.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/glossariesbegin.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/glossary2glossaries.html
%doc %{_texmfdistdir}/doc/latex/glossaries/glossary2glossaries.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/glossary2glossaries.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/mfirstuc-manual.html
%doc %{_texmfdistdir}/doc/latex/glossaries/mfirstuc-manual.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/mfirstuc-manual.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/README-samples
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/database1.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/database2.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/minimalgls.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/minimalgls.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-FnDesc.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-FnDesc.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-crossref.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-crossref.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-custom-acronym.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-custom-acronym.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-dual.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-dual.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-entryfmt.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-entryfmt.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-index.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-index.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-inline.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-inline.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-langdict.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-langdict.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-mfirstuc.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-mfirstuc.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-newkeys.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-newkeys.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-nomathhyper.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-nomathhyper.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-numberlist.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-numberlist.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-prefix.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-prefix.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-si.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample-si.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample4col.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sample4col.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleAcr.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleAcr.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleAcrDesc.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleAcrDesc.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleCustomAcr.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleCustomAcr.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleDB.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleDB.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleDesc.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleDesc.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleEq.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleEq.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleEqPg.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleEqPg.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleFnAcrDesc.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleFnAcrDesc.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleNtn.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleNtn.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplePeople.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplePeople.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleSec.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleSec.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleSort.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleSort.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleaccsupp.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleaccsupp.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleacronyms.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleacronyms.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampletree.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampletree.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleutf8.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/sampleutf8.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplexdy-mc.xdy
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplexdy-mc207.xdy
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplexdy.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplexdy.tex
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplexdy2.pdf
%doc %{_texmfdistdir}/doc/latex/glossaries/samples/samplexdy2.tex
#- source
%doc %{_texmfdistdir}/source/latex/glossaries/glossaries.dtx
%doc %{_texmfdistdir}/source/latex/glossaries/glossaries.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/glossaries/makeglossaries makeglossaries
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:4.03-3
+ Revision: 6d0552e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24902 |14mu|texlive-gmdoc-0.993-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21292
# category Package
# catalog-ctan /macros/latex/contrib/gmdoc
# catalog-date 2011-02-02 20:24:54 +0100
# catalog-license lppl
# catalog-version 0.993
Name:		texlive-gmdoc
Version:	0.993
Release:	4
Summary:	Documentation of LaTeX packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmdoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package and an example class for documenting (La)TeX
packages, document classes, .dtx etc., providing hyperlinks.
The package is believed to be compatible with doc and permits
minimal markup of code (the macrocode environment is no longer
necessary). The package provides automatic detection of
definitions (detecting such things as \def, \newcommand,
\DeclareOption etc.). The package needs hyperref and the
author's three ''basic' packages: gmutils, gmverb and gmiflink.
As a bonus (and as an example of doc compatibility) driver
files are provided that may be used to typeset the LaTeX Base.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/gmdoc/gmglo.ist
%{_texmfdistdir}/tex/latex/gmdoc/gmdoc.sty
%{_texmfdistdir}/tex/latex/gmdoc/gmdocc.cls
%{_texmfdistdir}/tex/latex/gmdoc/gmoldcomm.sty
%doc %{_texmfdistdir}/doc/latex/gmdoc/README
%doc %{_texmfdistdir}/doc/latex/gmdoc/basedrivers/doc_gmdoc.tex
%doc %{_texmfdistdir}/doc/latex/gmdoc/basedrivers/docstrip_gmdoc.tex
%doc %{_texmfdistdir}/doc/latex/gmdoc/basedrivers/source2e_gmdoc.tex
%doc %{_texmfdistdir}/doc/latex/gmdoc/gmdoc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.993-4
+ Revision: d53e537
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24903 |14mu|texlive-gmdoc-enhance-v0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gmdoc-enhance
# catalog-date 2009-03-01 13:29:14 +0100
# catalog-license lppl
# catalog-version v0.2
Name:		texlive-gmdoc-enhance
Version:	v0.2
Release:	4
Summary:	Some enhancements to the gmdoc package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmdoc-enhance
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc-enhance.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc-enhance.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc-enhance.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides some enhancements for the gmdoc package:
nicer formatting for multiple line inline comments, an ability
to "comment out" some code, and a macro to input other files in
"normal" LaTeX mode.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gmdoc-enhance/gmdoc-enhance.sty
%doc %{_texmfdistdir}/doc/latex/gmdoc-enhance/README
%doc %{_texmfdistdir}/doc/latex/gmdoc-enhance/gmdoc-enhance.pdf
#- source
%doc %{_texmfdistdir}/source/latex/gmdoc-enhance/gmdoc-enhance.dtx
%doc %{_texmfdistdir}/source/latex/gmdoc-enhance/gmdoc-enhance.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.2-4
+ Revision: 197be39
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24904 |14mu|texlive-gmeometric-0.73-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gmeometric
# catalog-date 2008-11-23 19:39:24 +0100
# catalog-license lppl
# catalog-version 0.73
Name:		texlive-gmeometric
Version:	0.73
Release:	4
Summary:	Change page size wherever it's safe
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmeometric
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmeometric.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmeometric.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Changing the size of the typeset area is well-known to be a
dangerous operation in TeX documents. This package identifies
the circumstances where the \geometry command of the geometry
package may safely be used, (other, of course, than in the
preamble of a document) and provides a mechanism for using it.
The package makes use of the author's gmutils package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gmeometric/gmeometric.sty
%doc %{_texmfdistdir}/doc/latex/gmeometric/README
%doc %{_texmfdistdir}/doc/latex/gmeometric/gmeometric.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.73-4
+ Revision: ba360a8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24905 |14mu|texlive-gmiflink-v0.97-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gmiflink
# catalog-date 2008-08-13 17:41:00 +0200
# catalog-license lppl
# catalog-version v0.97
Name:		texlive-gmiflink
Version:	v0.97
Release:	4
Summary:	Simplify usage of \hypertarget and \hyperlink
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmiflink
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmiflink.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmiflink.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Three hyperref-based macros that simplify usage of \hypertarget
and \hyperlink: one argument instead of the same one twice.
Also \gmiflink and \gmifref which typeset plain text instead of
generating an error or printing '??' if there is no respective
hypertarget or label.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gmiflink/gmiflink.sty
%doc %{_texmfdistdir}/doc/latex/gmiflink/README
%doc %{_texmfdistdir}/doc/latex/gmiflink/gmiflink.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.97-4
+ Revision: f81df12
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24906 |14mu|texlive-gmp-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21691
# category Package
# catalog-ctan /macros/latex/contrib/gmp
# catalog-date 2011-03-11 00:02:27 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-gmp
Version:	1.0
Release:	4
Summary:	Allow integration between MetaPost pictures and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmp
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows integration between MetaPost pictures and
LaTeX. The main feature is that passing parameters to the
MetaPost pictures is possible and the picture code can be put
inside arguments to commands, including \newcommand.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gmp/gmp.sty
%doc %{_texmfdistdir}/doc/latex/gmp/README
%doc %{_texmfdistdir}/doc/latex/gmp/gmp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/gmp/gmp.dtx
%doc %{_texmfdistdir}/source/latex/gmp/gmp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: bfdca69
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24907 |14mu|texlive-gmutils-v0.996-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24287
# category Package
# catalog-ctan /macros/latex/contrib/gmutils
# catalog-date 2011-10-14 16:42:22 +0200
# catalog-license lppl
# catalog-version v0.996
Name:		texlive-gmutils
Version:	v0.996
Release:	4
Summary:	Support macros for other packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmutils
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmutils.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmutils.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Miscellaneous macros used by others of the author's packages.
Contents of the package: \newgif and other globals; \@ifnextcat
and \@ifXeTeX; \(Re)storeMacro(s) to override redefinitions;
\afterfi and friends; commands from relsize, etc.; "almost an
environment" or redefinition of \begin (\begin* doesn't check
if the argument environment is defined).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gmutils/gmRCS.sty
%{_texmfdistdir}/tex/latex/gmutils/gmampulex.sty
%{_texmfdistdir}/tex/latex/gmutils/gmbase.sty
%{_texmfdistdir}/tex/latex/gmutils/gmcommand.sty
%{_texmfdistdir}/tex/latex/gmutils/gmenvir.sty
%{_texmfdistdir}/tex/latex/gmutils/gmlogos.sty
%{_texmfdistdir}/tex/latex/gmutils/gmmeta.sty
%{_texmfdistdir}/tex/latex/gmutils/gmmw.sty
%{_texmfdistdir}/tex/latex/gmutils/gmnotonlypream.sty
%{_texmfdistdir}/tex/latex/gmutils/gmparts.sty
%{_texmfdistdir}/tex/latex/gmutils/gmrelsize.sty
%{_texmfdistdir}/tex/latex/gmutils/gmtypos.sty
%{_texmfdistdir}/tex/latex/gmutils/gmurl.sty
%{_texmfdistdir}/tex/latex/gmutils/gmutils.sty
%doc %{_texmfdistdir}/doc/latex/gmutils/README
%doc %{_texmfdistdir}/doc/latex/gmutils/gmutils.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.996-4
+ Revision: 11103c8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24908 |14mu|texlive-gmverb-v0.98-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24288
# category Package
# catalog-ctan /macros/latex/contrib/gmverb
# catalog-date 2011-10-14 16:42:22 +0200
# catalog-license lppl
# catalog-version v0.98
Name:		texlive-gmverb
Version:	v0.98
Release:	4
Summary:	A variant of LaTeX \verb, verbatim and shortvrb
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmverb
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmverb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmverb.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A redefinition of \verb and verbatim so that long lines are
breakable before \ and after { with % as 'hyphen'. Allows you
to define your own verbatim-like environments (subject to a
size limit) and allows you to declare any single character as a
shorthand as in the \MakeShortVerb command of the shortvrb
package of the LaTeX distribution. The package depends on the
gmutils package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gmverb/gmverb.sty
%doc %{_texmfdistdir}/doc/latex/gmverb/README
%doc %{_texmfdistdir}/doc/latex/gmverb/gmverb.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.98-4
+ Revision: d217c06
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24909 |14mu|texlive-gmverse-v0.73-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gmverse
# catalog-date 2008-09-06 11:23:59 +0200
# catalog-license lppl
# catalog-version v0.73
Name:		texlive-gmverse
Version:	v0.73
Release:	4
Summary:	A package for typesetting (short) poems
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gmverse
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmverse.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gmverse.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A redefinition of the verse environment to make the \\ command
optional for line ends and to give it a possibility of optical
centering and `right-hanging' alignment of lines broken because
of length.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gmverse/gmverse.sty
%doc %{_texmfdistdir}/doc/latex/gmverse/README
%doc %{_texmfdistdir}/doc/latex/gmverse/gmverse.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.73-4
+ Revision: 0a69f0a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24910 |14mu|texlive-gnuplottex-0.8.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32277
# category Package
# catalog-ctan /macros/latex/contrib/gnuplottex
# catalog-date 2013-11-29 10:11:23 +0100
# catalog-license gpl2
# catalog-version 0.8
Name:		texlive-gnuplottex
Version:	0.8.0
Release:	7
Summary:	Embed Gnuplot commands in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gnuplottex
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gnuplottex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gnuplottex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gnuplottex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extracts Gnuplot code from the document and writes
it to .gnuplot files. If shell escape is enabled, the graph
files are automatically processed and converted to PostScript
or PDF files, which will then be included. If shell escape is
disabled, the user has to run the files through gnuplot, and
re-run the LaTeX job.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gnuplottex/gnuplottex.sty
%doc %{_texmfdistdir}/doc/latex/gnuplottex/README
%doc %{_texmfdistdir}/doc/latex/gnuplottex/SomeValuesForGnuplot.txt
%doc %{_texmfdistdir}/doc/latex/gnuplottex/example-pdf.tex
%doc %{_texmfdistdir}/doc/latex/gnuplottex/example.gnuplot
%doc %{_texmfdistdir}/doc/latex/gnuplottex/gnuplottex.pdf
%doc %{_texmfdistdir}/doc/latex/gnuplottex/gpl.txt
#- source
%doc %{_texmfdistdir}/source/latex/gnuplottex/gnuplottex.dtx
%doc %{_texmfdistdir}/source/latex/gnuplottex/gnuplottex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-7
+ Revision: 5bdf289
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24911 |14mu|texlive-go-20100219-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/go
# catalog-date 2010-02-19 00:25:14 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-go
Version:	20100219
Release:	4
Summary:	Fonts and macros for typesetting go games
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/go
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/go.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/go.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The macros provide for nothing more complicated than the
standard 19x19 board; the fonts are written in MetaFont.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/go/go.mf
%{_texmfdistdir}/fonts/source/public/go/go10.mf
%{_texmfdistdir}/fonts/source/public/go/go15.mf
%{_texmfdistdir}/fonts/source/public/go/go1bla10.mf
%{_texmfdistdir}/fonts/source/public/go/go1bla15.mf
%{_texmfdistdir}/fonts/source/public/go/go1bla20.mf
%{_texmfdistdir}/fonts/source/public/go/go1black.mf
%{_texmfdistdir}/fonts/source/public/go/go1whi10.mf
%{_texmfdistdir}/fonts/source/public/go/go1whi15.mf
%{_texmfdistdir}/fonts/source/public/go/go1whi20.mf
%{_texmfdistdir}/fonts/source/public/go/go1white.mf
%{_texmfdistdir}/fonts/source/public/go/go20.mf
%{_texmfdistdir}/fonts/source/public/go/go2bla10.mf
%{_texmfdistdir}/fonts/source/public/go/go2bla15.mf
%{_texmfdistdir}/fonts/source/public/go/go2bla20.mf
%{_texmfdistdir}/fonts/source/public/go/go2black.mf
%{_texmfdistdir}/fonts/source/public/go/go2whi10.mf
%{_texmfdistdir}/fonts/source/public/go/go2whi15.mf
%{_texmfdistdir}/fonts/source/public/go/go2whi20.mf
%{_texmfdistdir}/fonts/source/public/go/go2white.mf
%{_texmfdistdir}/fonts/source/public/go/gosign50.mf
%{_texmfdistdir}/fonts/tfm/public/go/go10.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go15.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go1bla10.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go1bla15.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go1bla20.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go1whi10.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go1whi15.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go1whi20.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go20.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go2bla10.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go2bla15.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go2bla20.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go2whi10.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go2whi15.tfm
%{_texmfdistdir}/fonts/tfm/public/go/go2whi20.tfm
%{_texmfdistdir}/fonts/tfm/public/go/gosign50.tfm
%{_texmfdistdir}/tex/latex/go/go.sty
#- source
%doc %{_texmfdistdir}/source/latex/go/gomaps.ltx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100219-4
+ Revision: d290a3f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24912 |14mu|texlive-gost-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25450
# category Package
# catalog-ctan /biblio/bibtex/contrib/gost
# catalog-date 2012-02-20 16:14:33 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-gost
Epoch:		1
Version:	1.2
Release:	3
Summary:	BibTeX styles to format according to GOST
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/gost
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gost.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gost.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gost.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
BibTeX styles to format bibliographies in English, Russian or
Ukrainian according to GOST 7.0.5-2008 or GOST 7.1-2003. Both
8-bit and Unicode (UTF-8) versions of each BibTeX style, in
each case offering a choice of sorted and unsorted. Further, a
set of three styles (which do not conform to current standards)
are retained for backwards compatibility.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/gost/gost2003.bst
%{_texmfdistdir}/bibtex/bst/gost/gost2003s.bst
%{_texmfdistdir}/bibtex/bst/gost/gost2008.bst
%{_texmfdistdir}/bibtex/bst/gost/gost2008l.bst
%{_texmfdistdir}/bibtex/bst/gost/gost2008ls.bst
%{_texmfdistdir}/bibtex/bst/gost/gost2008n.bst
%{_texmfdistdir}/bibtex/bst/gost/gost2008ns.bst
%{_texmfdistdir}/bibtex/bst/gost/gost2008s.bst
%{_texmfdistdir}/bibtex/bst/gost/gost780.bst
%{_texmfdistdir}/bibtex/bst/gost/gost780s.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2003.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2003s.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2008.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2008l.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2008ls.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2008n.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2008ns.bst
%{_texmfdistdir}/bibtex/bst/gost/ugost2008s.bst
%{_texmfdistdir}/bibtex/csf/gost/cp1251.csf
%{_texmfdistdir}/bibtex/csf/gost/koi8u.csf
%{_texmfdistdir}/bibtex/csf/gost/ruscii.csf
%{_texmfdistdir}/bibtex/csf/gost/utf8cyrillic.csf
%doc %{_texmfdistdir}/doc/bibtex/gost/README
%doc %{_texmfdistdir}/doc/bibtex/gost/gost.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost2003.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost2008-customized.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost2008-natbib-s.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost2008-natbib.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost2008-sorted.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost2008.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost2008l.pdf
%doc %{_texmfdistdir}/doc/bibtex/gost/gost780.pdf
#- source
%doc %{_texmfdistdir}/source/bibtex/gost/gost.dtx
%doc %{_texmfdistdir}/source/bibtex/gost/gost.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.2-3
+ Revision: 0b8e85c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24913 |14mu|texlive-gradientframe-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21387
# category Package
# catalog-ctan /macros/latex/contrib/gradientframe
# catalog-date 2011-02-13 15:43:06 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-gradientframe
Version:	0.2
Release:	4
Summary:	Simple gradient frames around objects
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gradientframe
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gradientframe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gradientframe.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gradientframe.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of drawing graded frames around
objects. The gradients of the frames are drawn using the color
package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gradientframe/gradientframe.sty
%doc %{_texmfdistdir}/doc/latex/gradientframe/README
%doc %{_texmfdistdir}/doc/latex/gradientframe/gradientframe.pdf
#- source
%doc %{_texmfdistdir}/source/latex/gradientframe/gradientframe.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 8234ed5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24914 |14mu|texlive-grafcet-1.3.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22509
# category Package
# catalog-ctan /graphics/pgf/contrib/grafcet
# catalog-date 2011-05-17 01:53:44 +0200
# catalog-license lppl1
# catalog-version 1.3.5
Name:		texlive-grafcet
Version:	1.3.5
Release:	4
Summary:	Draw Grafcet/SFC with TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/grafcet
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grafcet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grafcet.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a library (GRAFCET) that can draw
Grafcet/SFC diagrams, in accordance with EN 60848, using
Pgf/TikZ. L'objectif de la librairie GRAFCET est de permettre
le trace de grafcet selon la norme EN~60848 a partir de
Pgf/TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/grafcet/grafcet.sty
%doc %{_texmfdistdir}/doc/latex/grafcet/README
%doc %{_texmfdistdir}/doc/latex/grafcet/grafcet.pdf
%doc %{_texmfdistdir}/doc/latex/grafcet/grafcet.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.5-4
+ Revision: 6b90720
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24915 |14mu|texlive-graphicxbox-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32630
# category Package
# catalog-ctan /macros/latex/contrib/graphicxbox
# catalog-date 2014-01-10 18:49:42 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-graphicxbox
Version:	1.0
Release:	3
Summary:	Insert a graphical image as a background
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/graphicxbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicxbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicxbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicxbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines two new commands \graphicxbox and
\fgraphicxbox, which are companions to \colorbox and \fcolorbox
of the Standard LaTeX color package. The \graphicxbox command
inserts a graphical image as a background rather than a
background color, while \fgraphicxbox does the same thing, but
also draws a colored frame around the box.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/graphicxbox/graphicxbox.sty
%doc %{_texmfdistdir}/doc/latex/graphicxbox/README
%doc %{_texmfdistdir}/doc/latex/graphicxbox/doc/graphicxbox.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/IndianBlanket.eps
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/IndianBlanket.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/Wood-Brown.eps
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/Wood-Brown.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/bg_cle_tile.eps
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/grandcanyon.eps
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/grandcanyon.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/news_bgr.eps
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/graphics/news_bgr.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/grfxbox_tst.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/grfxbox_tst.tex
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/grfxbox_tst_indians.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/grfxbox_tst_indians.tex
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/grfxbox_tst_sp.pdf
%doc %{_texmfdistdir}/doc/latex/graphicxbox/examples/grfxbox_tst_sp.tex
#- source
%doc %{_texmfdistdir}/source/latex/graphicxbox/graphicxbox.dtx
%doc %{_texmfdistdir}/source/latex/graphicxbox/graphicxbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: 516fec1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24916 |14mu|texlive-graphicx-psmin-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/graphicx-psmin
# catalog-date 2007-05-25 16:15:27 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-graphicx-psmin
Version:	1.1
Release:	4
Summary:	Reduce size of PostScript files by not repeating images
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/graphicx-psmin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicx-psmin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicx-psmin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicx-psmin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is an extension of the standard graphics bundle
and provides a way to include repeated PostScript graphics (ps,
eps) only once in a PostScript document. This provides a way to
get smaller PostScript documents when having, for instance, a
logo on every page. This package only works when post-processed
with dvips, which should at least have version 5.95b. The
difference for a resulting distilled PDF file is minimal (as
Ghostscript and Adobe Distiller only include a single copy of
each graphics file, anyway).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/graphicx-psmin/graphicx-psmin.sty
%doc %{_texmfdistdir}/doc/latex/graphicx-psmin/README
%doc %{_texmfdistdir}/doc/latex/graphicx-psmin/graphicx-psmin.pdf
#- source
%doc %{_texmfdistdir}/source/latex/graphicx-psmin/graphicx-psmin.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: c3a3493
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24917 |14mu|texlive-graphviz-0.94-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31517
# category Package
# catalog-ctan /macros/latex/contrib/graphviz
# catalog-date 2013-08-26 01:14:13 +0200
# catalog-license lppl1.3
# catalog-version 0.94
Name:		texlive-graphviz
Version:	0.94
Release:	8
Summary:	Write graphviz (dot+neato) inline in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/graphviz
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphviz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphviz.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/graphviz.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows inline use of graphviz code, in a LaTeX
document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/graphviz/graphviz.sty
%doc %{_texmfdistdir}/doc/latex/graphviz/LICENSE
%doc %{_texmfdistdir}/doc/latex/graphviz/Makefile
%doc %{_texmfdistdir}/doc/latex/graphviz/README
%doc %{_texmfdistdir}/doc/latex/graphviz/README.md
%doc %{_texmfdistdir}/doc/latex/graphviz/graphviz.pdf
%doc %{_texmfdistdir}/doc/latex/graphviz/test/Makefile
%doc %{_texmfdistdir}/doc/latex/graphviz/test/body.tex
%doc %{_texmfdistdir}/doc/latex/graphviz/test/pdf-singlefile-tmpdir.tex
%doc %{_texmfdistdir}/doc/latex/graphviz/test/pdf-singlefile.tex
%doc %{_texmfdistdir}/doc/latex/graphviz/test/pdf-tmpdir.tex
%doc %{_texmfdistdir}/doc/latex/graphviz/test/pdf.tex
%doc %{_texmfdistdir}/doc/latex/graphviz/test/ps.tex
#- source
%doc %{_texmfdistdir}/source/latex/graphviz/graphviz.dtx
%doc %{_texmfdistdir}/source/latex/graphviz/graphviz.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.94-8
+ Revision: ae00c9f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24918 |14mu|texlive-greekdates-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/greekdates
# catalog-date 2008-08-21 09:38:31 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-greekdates
Version:	1.0
Release:	4
Summary:	Provides ancient Greek day and month names, dates, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/greekdates
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greekdates.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greekdates.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greekdates.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides easy access to ancient Greek names of days
and months of various regions of Greece. In case the historical
information about a region is not complete, we use the Athenian
name of the month. Moreover commands and options are provided,
in order to completely switch to the "ancient way", commands
such as \today.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/greekdates/greekdates.sty
%doc %{_texmfdistdir}/doc/latex/greekdates/README
%doc %{_texmfdistdir}/doc/latex/greekdates/greekdates.pdf
#- source
%doc %{_texmfdistdir}/source/latex/greekdates/greekdates.dtx
%doc %{_texmfdistdir}/source/latex/greekdates/greekdates.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 5be58c0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24919 |14mu|texlive-greek-fontenc-0.11.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32301
# category Package
# catalog-ctan /language/greek/greek-fontenc
# catalog-date 2013-12-02 17:59:53 +0100
# catalog-license lppl1.3
# catalog-version 0.11.1
Name:		texlive-greek-fontenc
Version:	0.11.1
Release:	3
Summary:	LICR macros and encoding definition files for Greek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/greek/greek-fontenc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greek-fontenc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greek-fontenc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides Greek LICR macro definitions and encoding
definition files for Greek text font encodings for use with
fontenc.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/greek-fontenc/alphabeta-euenc.def
%{_texmfdistdir}/tex/latex/greek-fontenc/alphabeta.sty
%{_texmfdistdir}/tex/latex/greek-fontenc/greek-euenc.def
%{_texmfdistdir}/tex/latex/greek-fontenc/greek-fontenc.def
%{_texmfdistdir}/tex/latex/greek-fontenc/lgrenc.def
%{_texmfdistdir}/tex/latex/greek-fontenc/textalpha.sty
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/README
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/README.html
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/alphabeta-euenc.def.html
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/alphabeta-euenc.def.txt
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/alphabeta-test.pdf
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/alphabeta-test.tex
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/alphabeta.sty.html
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/diacritics.pdf
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/diacritics.tex
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/euenc-test.pdf
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/euenc-test.tex
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/greek-euenc.def.html
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/greek-fontenc.def.html
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/greekhyperref.pdf
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/greekhyperref.tex
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/lgr2licr.lua
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/lgr2licr.lua.html
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/lgrenc-test.pdf
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/lgrenc-test.tex
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/lgrenc.def.html
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/textalpha-test.pdf
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/textalpha-test.tex
%doc %{_texmfdistdir}/doc/latex/greek-fontenc/textalpha.sty.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.11.1-3
+ Revision: 0b9f395
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24920 |14mu|texlive-greek-inputenc-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/greek/greek-inputenc
# catalog-date 2008-08-21 09:38:31 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-greek-inputenc
Version:	1.2
Release:	4
Summary:	Greek encoding support for inputenc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/greek/greek-inputenc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greek-inputenc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greek-inputenc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides Macintosh Greek encoding and ISO 8859-7
definition files for use with inputenc.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/greek-inputenc/iso-8859-7.def
%{_texmfdistdir}/tex/latex/greek-inputenc/macgreek.def
%doc %{_texmfdistdir}/doc/latex/greek-inputenc/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 07dd7d0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24921 |14mu|texlive-greektex-20120713-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28327
# category Package
# catalog-ctan /fonts/greek/greektex
# catalog-date 2012-07-13 12:20:40 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-greektex
Version:	20120713
Release:	7
Summary:	Fonts for typesetting Greek/English documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/greektex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greektex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/greektex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts are based on Silvio Levy's classical Greek fonts;
macros and Greek hyphenation patterns for the fonts' encoding
are also provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/greektex/greektex.sty
%doc %{_texmfdistdir}/doc/fonts/greektex/README
%doc %{_texmfdistdir}/doc/fonts/greektex/gehyphw.gr
%doc %{_texmfdistdir}/doc/fonts/greektex/greektexdoc.pdf
%doc %{_texmfdistdir}/doc/fonts/greektex/greektexdoc.tex
%doc %{_texmfdistdir}/doc/fonts/greektex/ywcl.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120713-7
+ Revision: 9c5a83e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24922 |14mu|texlive-grfpaste-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17354
# category Package
# catalog-ctan /macros/latex/contrib/grfpaste
# catalog-date 2010-03-06 14:40:43 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-grfpaste
Version:	0.2
Release:	4
Summary:	Include fragments of a dvi file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/grfpaste
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grfpaste.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grfpaste.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a mechanism to include fragments of dvi files with the
graphicx package, so that you can use \includegraphics to
include dvi files. The package requires the dvipaste program.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/grfpaste/grfpaste.sty
%doc %{_texmfdistdir}/doc/latex/grfpaste/doc/grfpaste.pdf
%doc %{_texmfdistdir}/doc/latex/grfpaste/doc/grfpaste.tex
%doc %{_texmfdistdir}/doc/latex/grfpaste/dvipaste.txt
%doc %{_texmfdistdir}/doc/latex/grfpaste/grfp1.tex
%doc %{_texmfdistdir}/doc/latex/grfpaste/grfp2.tex
%doc %{_texmfdistdir}/doc/latex/grfpaste/grfp3.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 55a321b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24923 |14mu|texlive-grid-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/grid
# catalog-date 2009-11-09 22:36:07 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-grid
Version:	1.0
Release:	4
Summary:	Grid typesetting in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/grid
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grid.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grid.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grid.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables grid typesetting in double column
documents. Grid typesetting (vertical aligning of lines of text
in adjacent columns) is a difficult task in LaTeX, and the
present package is no more than an attempt to help users to
achieve it in a limited way. An example document, grid.tex, is
provided with simple instructions to typeset it using the
package. The package needs a lot of, this is only a
beginning...


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/grid/grid.sty
%doc %{_texmfdistdir}/doc/latex/grid/README
%doc %{_texmfdistdir}/doc/latex/grid/grid.pdf
%doc %{_texmfdistdir}/doc/latex/grid/grid.tex
%doc %{_texmfdistdir}/doc/latex/grid/manifest.txt
%doc %{_texmfdistdir}/doc/latex/grid/rvdtx.sty
#- source
%doc %{_texmfdistdir}/source/latex/grid/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 4e21da3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24924 |14mu|texlive-gridset-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gridset
# catalog-date 2009-11-09 22:36:07 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-gridset
Version:	0.1
Release:	4
Summary:	Grid, a.k.a. in-register, setting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gridset
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gridset.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gridset.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gridset.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Grid setting -- also known as strict in-register setting -- is
something, that should be done for a lot of documents but is
not easy using LaTeX. The package helps to get the information
needed for grid setting. It does not implement auto grid
setting, but there is a command \vskipnextgrid, that moves to
the next grid position. This may be enough under some
circumstances, but in other circumstances it may fail. Thus
gridset is only one more step for grid setting, not a complete
solution.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gridset/gridset.sty
%doc %{_texmfdistdir}/doc/latex/gridset/gridset.pdf
#- source
%doc %{_texmfdistdir}/source/latex/gridset/README
%doc %{_texmfdistdir}/source/latex/gridset/gridset.dtx
%doc %{_texmfdistdir}/source/latex/gridset/gridset.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: b8b2804
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24925 |14mu|texlive-grid-system-0.3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32981
# category Package
# catalog-ctan /macros/latex/contrib/grid-system
# catalog-date 2014-02-16 20:01:44 +0100
# catalog-license apache2
# catalog-version 0.3.0
Name:		texlive-grid-system
Version:	0.3.0
Release:	3
Summary:	Page organisation, modelled on CSS facilities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/grid-system
License:	APACHE2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grid-system.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grid-system.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means for LaTeX to implement a grid
system as known from CSS grid systems. The facility is useful
for creating box layouts as used in brochures.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/grid-system/grid-system.sty
%doc %{_texmfdistdir}/doc/latex/grid-system/LICENSE
%doc %{_texmfdistdir}/doc/latex/grid-system/README
%doc %{_texmfdistdir}/doc/latex/grid-system/grid-system.pdf
%doc %{_texmfdistdir}/doc/latex/grid-system/grid-system.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-3
+ Revision: 4c9023f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24926 |14mu|texlive-grverb-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17368
# category Package
# catalog-ctan /language/greek/grverb
# catalog-date 2010-03-06 16:54:30 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-grverb
Version:	1.0
Release:	4
Summary:	Typesetting Greek verbatim
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/greek/grverb
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grverb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grverb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/grverb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides verbatim typsetting, in the context of the
Greek option in babel. The package uses the public domain
Greek-CourierPlain font, and the font itself (in Type 1
format), metrics and a font map entry for its use are provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/grverb/grkcurp.afm
%{_texmfdistdir}/fonts/map/dvips/grverb/grverb.map
%{_texmfdistdir}/fonts/tfm/public/grverb/grcour7t.tfm
%{_texmfdistdir}/fonts/tfm/public/grverb/grcour8a.tfm
%{_texmfdistdir}/fonts/type1/public/grverb/grkcurp.pfb
%{_texmfdistdir}/fonts/vf/public/grverb/grcour7t.vf
%{_texmfdistdir}/tex/latex/grverb/grverb.sty
%doc %{_texmfdistdir}/doc/latex/grverb/README
%doc %{_texmfdistdir}/doc/latex/grverb/grv.ps
%doc %{_texmfdistdir}/doc/latex/grverb/grv.tex
%doc %{_texmfdistdir}/doc/latex/grverb/grverb.pdf
#- source
%doc %{_texmfdistdir}/source/latex/grverb/grcour7t.vpl
%doc %{_texmfdistdir}/source/latex/grverb/grverb.dtx
%doc %{_texmfdistdir}/source/latex/grverb/grverb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 7df6e86
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24927 |14mu|texlive-GS1-9-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27540
# category Package
# catalog-ctan /macros/latex/contrib/gs1
# catalog-date 2012-08-22 13:03:09 +0200
# catalog-license lppl1.3
# catalog-version 9
Name:		texlive-GS1
Version:	9
Release:	8
Summary:	Typeset EAN barcodes using TeX rules, only
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gs1
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/GS1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/GS1.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/GS1.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The (LaTeX 3) package typesets EAN-8 and EAN-13 barcodes, using
the facilities of the rule-D package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/GS1/GS1.sty
%{_texmfdistdir}/tex/latex/GS1/rule-D.sty
%doc %{_texmfdistdir}/doc/latex/GS1/GS1.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/README
%doc %{_texmfdistdir}/doc/latex/GS1/examples/EANBarcode.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/examples/EANBarcode.tex
%doc %{_texmfdistdir}/doc/latex/GS1/examples/EANControlDigit.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/examples/EANControlDigit.tex
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GSSetup.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GSSetup.tex
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GS_cut_EAN_control_digit.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GS_cut_EAN_control_digit.tex
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GS_set_EAN_control_digit.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GS_set_EAN_control_digit.tex
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GS_set_code_digit_seq.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/examples/GS_set_code_digit_seq.tex
%doc %{_texmfdistdir}/doc/latex/GS1/examples/int_set_to_EAN_control_digit.pdf
%doc %{_texmfdistdir}/doc/latex/GS1/examples/int_set_to_EAN_control_digit.tex
%doc %{_texmfdistdir}/doc/latex/GS1/rule-D.pdf
#- source
%doc %{_texmfdistdir}/source/latex/GS1/GS1.dtx
%doc %{_texmfdistdir}/source/latex/GS1/GS1.ins
%doc %{_texmfdistdir}/source/latex/GS1/README
%doc %{_texmfdistdir}/source/latex/GS1/rule-D.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 9-8
+ Revision: cb6691c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24928 |14mu|texlive-gtl-20131014-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31306
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-gtl
Version:	20131014
Release:	7
Summary:	TeXLive gtl package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gtl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gtl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gtl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive gtl package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gtl/gtl.sty
%doc %{_texmfdistdir}/doc/latex/gtl/README
%doc %{_texmfdistdir}/doc/latex/gtl/gtl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/gtl/gtl.dtx
%doc %{_texmfdistdir}/source/latex/gtl/gtl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131014-7
+ Revision: 4b0994e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24929 |14mu|texlive-gtrcrd-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32484
# category Package
# catalog-ctan /macros/latex/contrib/gtrcrd
# catalog-date 2013-12-25 08:30:41 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-gtrcrd
Version:	1.1
Release:	3
Summary:	Add chords to lyrics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gtrcrd
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gtrcrd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gtrcrd.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to specify guitar chords to be
played with each part of the lyrics of a song. The syntax of
the macros reduces the chance of failing to provide a chord
where one is needed, and the structure of the macros ensures
that the chord specification appears immediately above the
start of the lyric.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gtrcrd/gtrcrd.sty
%doc %{_texmfdistdir}/doc/latex/gtrcrd/README
%doc %{_texmfdistdir}/doc/latex/gtrcrd/gtrcrd-doc.pdf
%doc %{_texmfdistdir}/doc/latex/gtrcrd/gtrcrd-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: 2214a62
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24930 |14mu|texlive-gu-20080821-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gu
# catalog-date 2008-08-21 09:38:31 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-gu
Version:	20080821
Release:	4
Summary:	Typeset crystallographic group-subgroup-schemes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gu
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gu.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gu.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package simplifies typesetting of simple crystallographic
group-subgroup-schemes in the Barnighausen formalism. It
defines a new environment stammbaum, wherein all elements of
the scheme are defined. Afterwards all necessary dimensions are
calculated and the scheme is drawn. Currently two steps of
symmetry reduction are supported.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/gu/gu.sty
%doc %{_texmfdistdir}/doc/latex/gu/README
%doc %{_texmfdistdir}/doc/latex/gu/gudemo.tex
%doc %{_texmfdistdir}/doc/latex/gu/gudoc.pdf
%doc %{_texmfdistdir}/doc/latex/gu/gudoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080821-4
+ Revision: 3757d1f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24931 |14mu|texlive-guitar-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17355
# category Package
# catalog-ctan /macros/latex/contrib/guitar
# catalog-date 2010-03-06 16:54:30 +0100
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-guitar
Version:	1.6
Release:	4
Summary:	Guitar chords and song texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/guitar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
(La)TeX macros for typesetting guitar chords over song texts.
The toolbox package is required. Note that this package only
places arbitrary TeX code over the lyrics. To typeset the
chords graphically (and not only by name), the author
recommends use of an additional package such as gchords by K.
Peeters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/guitar/guitar.sty
%doc %{_texmfdistdir}/doc/latex/guitar/guitar.pdf
%doc %{_texmfdistdir}/doc/latex/guitar/guitar.tex
%doc %{_texmfdistdir}/doc/latex/guitar/guitar.txt
#- source
%doc %{_texmfdistdir}/source/latex/guitar/guitar.dtx
%doc %{_texmfdistdir}/source/latex/guitar/guitar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: f891e55
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24932 |14mu|texlive-guitarchordschemes-0.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31524
# category Package
# catalog-ctan /macros/latex/contrib/guitarchordschemes
# catalog-date 2013-08-25 22:09:38 +0200
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-guitarchordschemes
Version:	0.4
Release:	7
Summary:	Guitar Chord and Scale Tablatures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/guitarchordschemes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitarchordschemes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitarchordschemes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides two commands (\chordscheme and \scales).
With those commands it is possible to draw schematic diagrams
of guitar chord tablatures and scale tablatures. Both commands
know a range of options that allow wide customization of the
output. The package's drawing is done with the help of TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/guitarchordschemes/guitarchordschemes.sty
%doc %{_texmfdistdir}/doc/latex/guitarchordschemes/README
%doc %{_texmfdistdir}/doc/latex/guitarchordschemes/guitarchordschemes_en.pdf
%doc %{_texmfdistdir}/doc/latex/guitarchordschemes/guitarchordschemes_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-7
+ Revision: 438ee65
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24933 |14mu|texlive-guitlogo-0.9.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27458
# category Package
# catalog-ctan /macros/latex/contrib/GuIT/GuITlogo
# catalog-date 2012-08-19 10:36:46 +0200
# catalog-license lppl
# catalog-version 0.9.2
Name:		texlive-guitlogo
Version:	0.9.2
Release:	8
Summary:	Macros for typesetting the GuIT logo
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/GuIT/GuITlogo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitlogo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitlogo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/guitlogo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Guit provides some commands useful to correctly write the logo
of GUIT -- "Gruppo Utilizzatori Italiani di TeX" (Italian TeX
User Group), using the default document color or any other
color the user may ever choose, in conformity with logo's
scheme as seen on the Group web site
(http://www.guit.sssup.it). Likewise, commands are provided
that simplify the writing of GuIT acronym's complete expansion,
of the addresses of Group's internet site and public forum and
'GuITmeeting' logo. Optionally, using hyperref, the outputs of
the above cited commands can become hyperlinks to Group's site.
Documentation is available in Italian, only.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/guitlogo/guit.cfg
%{_texmfdistdir}/tex/latex/guitlogo/guit.sty
%doc %{_texmfdistdir}/doc/latex/guitlogo/README
%doc %{_texmfdistdir}/doc/latex/guitlogo/guit.pdf
%doc %{_texmfdistdir}/doc/latex/guitlogo/guittest.pdf
%doc %{_texmfdistdir}/doc/latex/guitlogo/guittest.tex
#- source
%doc %{_texmfdistdir}/source/latex/guitlogo/guit.dtx
%doc %{_texmfdistdir}/source/latex/guitlogo/guit.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.2-8
+ Revision: 7e69db4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24934 |14mu|texlive-gustlib-20070121-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date 2007-01-21 11:04:51 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-gustlib
Version:	20070121
Release:	4
Summary:	Polish oriented macros
Group:		Publishing
URL:		http://tug.org/texlive
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gustlib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/gustlib.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Various small utility packages for typesetting in plain TeX,
with a Polish perspective. Neither the package, nor any of its
contents, appears on CTAN.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/gustlib/plbib.bib
%{_texmfdistdir}/bibtex/bst/gustlib/plabbrv.bst
%{_texmfdistdir}/bibtex/bst/gustlib/plalpha.bst
%{_texmfdistdir}/bibtex/bst/gustlib/plplain.bst
%{_texmfdistdir}/bibtex/bst/gustlib/plunsrt.bst
%{_texmfdistdir}/tex/plain/gustlib/biblotex/biblotex.tex
%{_texmfdistdir}/tex/plain/gustlib/infr-ex.tex
%{_texmfdistdir}/tex/plain/gustlib/infram.tex
%{_texmfdistdir}/tex/plain/gustlib/licz/licz-tst.mex
%{_texmfdistdir}/tex/plain/gustlib/licz/licz.mex
%{_texmfdistdir}/tex/plain/gustlib/map/map.tex
%{_texmfdistdir}/tex/plain/gustlib/map/split.tex
%{_texmfdistdir}/tex/plain/gustlib/map/tsp-tst.mex
%{_texmfdistdir}/tex/plain/gustlib/map/tsp.tex
%{_texmfdistdir}/tex/plain/gustlib/map/tun-test.mex
%{_texmfdistdir}/tex/plain/gustlib/map/tun.tex
%{_texmfdistdir}/tex/plain/gustlib/mcol-ex.tex
%{_texmfdistdir}/tex/plain/gustlib/meashor.tex
%{_texmfdistdir}/tex/plain/gustlib/mimulcol.tex
%{_texmfdistdir}/tex/plain/gustlib/plbtx993/plbtxbst.doc
%{_texmfdistdir}/tex/plain/gustlib/plbtx993/test.mex
%{_texmfdistdir}/tex/plain/gustlib/plmac218/plidxmac.tex
%{_texmfdistdir}/tex/plain/gustlib/plmac218/plind.bat
%{_texmfdistdir}/tex/plain/gustlib/plmac218/przyklad.tex
%{_texmfdistdir}/tex/plain/gustlib/rbox-ex.tex
%{_texmfdistdir}/tex/plain/gustlib/roundbox.tex
%{_texmfdistdir}/tex/plain/gustlib/tp-crf.tex
%{_texmfdistdir}/tex/plain/gustlib/verbatim-dek.tex
%doc %{_texmfdistdir}/doc/plain/gustlib/README
%doc %{_texmfdistdir}/doc/plain/gustlib/readme.biblotex
%doc %{_texmfdistdir}/doc/plain/gustlib/readme.plbtx993
%doc %{_texmfdistdir}/doc/plain/gustlib/readme.plmac218

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070121-4
+ Revision: 882e9d3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24935 |14mu|texlive-hanging-1.2b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hanging
# catalog-date 2009-11-02 14:28:41 +0100
# catalog-license lppl1.3
# catalog-version 1.2b
Name:		texlive-hanging
Version:	1.2b
Release:	4
Summary:	Hanging paragraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hanging
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hanging.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hanging.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hanging.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The hanging package facilitates the typesetting of hanging
paragraphs. The package also enables typesetting with hanging
punctuation, by making punctuation characters active. This
facility is best suppressed (it can interfere with other
packages) -- there are package options for suppressing each
individual punctuation character. 'Real' attempts at hanging
punction should nowadays use the microtype package, which takes
advantage of the support offered in recent versions of pdfTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hanging/hanging.sty
%doc %{_texmfdistdir}/doc/latex/hanging/README
%doc %{_texmfdistdir}/doc/latex/hanging/hanging.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hanging/hanging.dtx
%doc %{_texmfdistdir}/source/latex/hanging/hanging.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2b-4
+ Revision: 9fc3518
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24936 |14mu|texlive-hanoi-20120101-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25019
# category Package
# catalog-ctan /macros/plain/contrib/hanoi/hanoi.tex
# catalog-date 2012-01-03 17:40:13 +0100
# catalog-license pd
# catalog-version 20120101
Name:		texlive-hanoi
Version:	20120101
Release:	3
Summary:	Tower of Hanoi in TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/plain/contrib/hanoi/hanoi.tex
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hanoi.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Plain TeX program (typed in the shape of the towers of
Hanoi) serves both as a game and as a TeX programming exercise.
As a game it will solve the towers with (up to) 15 discs (with
15 discs, 32767 moves are needed).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/hanoi/hanoi.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120101-3
+ Revision: ff1cafd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24937 |14mu|texlive-HA-prosper-4.21-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ha-prosper
# catalog-date 2006-12-03 19:48:14 +0100
# catalog-license lppl
# catalog-version 4.21
Name:		texlive-HA-prosper
Version:	4.21
Release:	4
Summary:	Patches and improvements for prosper
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ha-prosper
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/HA-prosper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/HA-prosper.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/HA-prosper.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
HA-prosper is a patch for prosper that adds new functionality
to prosper based presentations. Among the new features you will
find automatic generation of a table of contents on each slide,
support for notes and portrait slides. The available styles
demonstrate how to expand the functionality of prosper even
further.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/HA-prosper/HA-prosper.cfg
%{_texmfdistdir}/tex/latex/HA-prosper/HA-prosper.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Aggie/AMLogo.eps
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Aggie/HAPAggie.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Aggie/files.txt
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Capsules/HAPcapsules.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Ciment/HAPciment.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Fyma/HAPFyma.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/HA/HAPHA.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/HA/flower.ps
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Lakar/HAPLakar.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Simple/HAPsimple.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/TCS/HAPTCS.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/TCS/HAPTCSTealBlue.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/TCS/HAPTCSgrad.sty
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/TCS/TCSgradlogo.ps
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/TCS/TCSlogo.ps
%{_texmfdistdir}/tex/latex/HA-prosper/Styles/Tycja/HAPTycja.sty
%doc %{_texmfdistdir}/doc/latex/HA-prosper/HA-prosper.pdf
%doc %{_texmfdistdir}/doc/latex/HA-prosper/HAPBigtest.tex
%doc %{_texmfdistdir}/doc/latex/HA-prosper/HAPDualslide.tex
%doc %{_texmfdistdir}/doc/latex/HA-prosper/HAPIntroduction.tex
%doc %{_texmfdistdir}/doc/latex/HA-prosper/README
#- source
%doc %{_texmfdistdir}/source/latex/HA-prosper/HA-prosper.def
%doc %{_texmfdistdir}/source/latex/HA-prosper/HA-prosper.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.21-4
+ Revision: f0f423c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24938 |14mu|texlive-har2nat-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17356
# category Package
# catalog-ctan /macros/latex/contrib/har2nat
# catalog-date 2010-03-06 16:54:30 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-har2nat
Version:	1.0
Release:	4
Summary:	Replace the harvard package with natbib
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/har2nat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/har2nat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/har2nat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This small package allows a LaTeX document containing the
citation commands provided by the Harvard package to be
compiled using the natbib package. Migration from harvard to
natbib thus can be achieved simply by replacing
\usepackage{harvard} with \usepackage{natbib}
\usepackage{har2nat} It is important that har2nat be loaded
after natbib, since it modifies natbib commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/har2nat/har2nat.sty
%doc %{_texmfdistdir}/doc/latex/har2nat/README
%doc %{_texmfdistdir}/doc/latex/har2nat/har2nat.pdf
%doc %{_texmfdistdir}/doc/latex/har2nat/har2nat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: a9205f3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24939 |14mu|texlive-hardwrap-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21396
# category Package
# catalog-ctan /macros/latex/contrib/hardwrap
# catalog-date 2011-02-12 10:24:58 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-hardwrap
Version:	0.2
Release:	4
Summary:	Hard wrap text to a certain character length
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hardwrap
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hardwrap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hardwrap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hardwrap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package facilitates wrapping text to a specific character
width, breaking lines by words rather than, as done by TeX, by
characters. The primary use for these facilities is to aid the
generation of messages sent to the log file or console output
to display messages to the user. Package authors may also find
this useful when writing out arbitary text to an external file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hardwrap/hardwrap.sty
%doc %{_texmfdistdir}/doc/latex/hardwrap/README
%doc %{_texmfdistdir}/doc/latex/hardwrap/hardwrap.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hardwrap/hardwrap.dtx
%doc %{_texmfdistdir}/source/latex/hardwrap/hardwrap.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: eec84c5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24940 |14mu|texlive-harmony-20090625-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/harmony
# catalog-date 2009-06-25 00:34:53 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-harmony
Version:	20090625
Release:	4
Summary:	Typeset harmony symbols, etc., for musicology
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/harmony
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harmony.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harmony.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package harmony.sty uses the packages ifthen and amssymb
from the amsfonts bundle, together with the LaTeX font
lcirclew10 and the font musix13 from musixtex.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/harmony/harmony.sty
%doc %{_texmfdistdir}/doc/latex/harmony/README
%doc %{_texmfdistdir}/doc/latex/harmony/harmony.pdf
%doc %{_texmfdistdir}/doc/latex/harmony/harmony.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090625-4
+ Revision: 134051e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24941 |14mu|texlive-harnon-cv-20120809-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26543
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-harnon-cv
Version:	20120809
Release:	3
Summary:	TeXLive harnon-cv package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harnon-cv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harnon-cv.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive harnon-cv package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/harnon-cv/harnon-cv.cls
%doc %{_texmfdistdir}/doc/latex/harnon-cv/README
%doc %{_texmfdistdir}/doc/latex/harnon-cv/sample.pdf
%doc %{_texmfdistdir}/doc/latex/harnon-cv/sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120809-3
+ Revision: 5a92e19
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24942 |14mu|texlive-harpoon-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21327
# category Package
# catalog-ctan /macros/latex/contrib/harpoon
# catalog-date 2008-09-24 00:41:06 +0200
# catalog-license pd
# catalog-version 1.0
Name:		texlive-harpoon
Version:	1.0
Release:	4
Summary:	Extra harpoons, using the graphics package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/harpoon
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harpoon.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harpoon.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides over- and under-harpoon symbol commands; the harpoons
may point in either direction, with the hook pointing up or
down. The covered object is provided as an argument to the
commands, so that they have the look of accent commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/harpoon/harpoon.sty
%doc %{_texmfdistdir}/doc/latex/harpoon/harpoon.pdf
%doc %{_texmfdistdir}/doc/latex/harpoon/harpoon.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 975dd29
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24943 |14mu|texlive-harveyballs-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32003
# category Package
# catalog-ctan /graphics/pgf/contrib/harveyballs
# catalog-date 2013-10-26 15:10:57 +0200
# catalog-license gpl3
# catalog-version 1.1
Name:		texlive-harveyballs
Version:	1.1
Release:	7
Summary:	Create Harvey Balls using TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/harveyballs
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harveyballs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/harveyballs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides 5 commands (giving symbols from "none" to
"full").


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/harveyballs/harveyballs.sty
%doc %{_texmfdistdir}/doc/latex/harveyballs/README
%doc %{_texmfdistdir}/doc/latex/harveyballs/harveyballs-Manual.pdf
%doc %{_texmfdistdir}/doc/latex/harveyballs/harveyballs-Manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: 569c633
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24944 |14mu|texlive-hatching-0.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23818
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/hatching
# catalog-date 2006-12-17 23:49:42 +0100
# catalog-license pd
# catalog-version 0.11
Name:		texlive-hatching
Version:	0.11
Release:	4
Summary:	MetaPost macros for hatching interior of closed paths
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/hatching
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hatching.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hatching.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The file hatching.mp contains a set of MetaPost macros for
hatching interior of closed paths. Examples of usage are
included.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/hatching/hatching.mp
%doc %{_texmfdistdir}/doc/metapost/hatching/README
%doc %{_texmfdistdir}/doc/metapost/hatching/htchuse.mp
%doc %{_texmfdistdir}/doc/metapost/hatching/htchuse_.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.11-4
+ Revision: a4a42be
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24945 |14mu|texlive-hausarbeit-jura-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25356
# category Package
# catalog-ctan /macros/latex/contrib/hausarbeit-jura
# catalog-date 2012-02-10 13:14:08 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-hausarbeit-jura
Version:	1.0
Release:	3
Summary:	Class for writing "juristiche Hausarbeiten" at German Universities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hausarbeit-jura
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hausarbeit-jura.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hausarbeit-jura.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hausarbeit-jura.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class was developed to write legal essays ("juristische
Hausarbeit") at German Universities. It is based on jurabook
and jurabib and makes it easy for LaTeX beginners to get a
correct and nicely formatted paper.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hausarbeit-jura/hausarbeit-jura.cls
%doc %{_texmfdistdir}/doc/latex/hausarbeit-jura/README
%doc %{_texmfdistdir}/doc/latex/hausarbeit-jura/README.
%doc %{_texmfdistdir}/doc/latex/hausarbeit-jura/hausarbeit-demo.bib
%doc %{_texmfdistdir}/doc/latex/hausarbeit-jura/hausarbeit-demo.tex
#- source
%doc %{_texmfdistdir}/source/latex/hausarbeit-jura/hausarbeit-jura.dtx
%doc %{_texmfdistdir}/source/latex/hausarbeit-jura/hausarbeit-jura.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: 1f9fea0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24946 |14mu|texlive-hc-20080420-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hc
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-hc
Version:	20080420
Release:	4
Summary:	Replacement for the LaTeX classes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hc
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of replacements for the default LaTeX classes, based upon
the Koma-Script bundle and the seminar class. Includes hcart,
hcreport, hcletter, and hcslides.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/hc/hc-de.bst
%{_texmfdistdir}/bibtex/bst/hc/hc-en.bst
%{_texmfdistdir}/tex/latex/hc/german.hld
%{_texmfdistdir}/tex/latex/hc/hcart.cls
%{_texmfdistdir}/tex/latex/hc/hcletter.cls
%{_texmfdistdir}/tex/latex/hc/hcreport.cls
%{_texmfdistdir}/tex/latex/hc/hcslides.cls
%doc %{_texmfdistdir}/doc/latex/hc/COPYING
%doc %{_texmfdistdir}/doc/latex/hc/FILES
%doc %{_texmfdistdir}/doc/latex/hc/README
%doc %{_texmfdistdir}/doc/latex/hc/hc.ps
#- source
%doc %{_texmfdistdir}/source/latex/hc/hc.dtx
%doc %{_texmfdistdir}/source/latex/hc/hc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080420-4
+ Revision: 750b549
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24947 |14mu|texlive-hep-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hep
# catalog-date 2008-08-21 09:38:31 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-hep
Version:	1.0
Release:	4
Summary:	A "convenience wrapper" for High Energy Physics packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hep
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hep.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hep.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Loads the author's hepunits and hepnicenames packages, and a
selection of others that are useful in High Energy Physics
papers, etc.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hep/hep.sty
%doc %{_texmfdistdir}/doc/latex/hep/ChangeLog
%doc %{_texmfdistdir}/doc/latex/hep/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: c94d50d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24948 |14mu|texlive-hepnames-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hepnames
# catalog-date 2008-08-21 09:38:31 +0200
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-hepnames
Version:	1.4
Release:	4
Summary:	Pre-defined high energy particle names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hepnames
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepnames.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepnames.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Hepnames provides a pair of LaTeX packages, heppennames and
hepnicenames, providing a large set of pre-defined high energy
physics particle names built with the hepparticles package. The
packages are based on pennames.sty by Michel Goosens and Eric
van Herwijnen. Heppennames re-implements the particle names in
pennames.sty, with some additions and alterations and greater
flexibility and robustness due to the hepparticles structures,
which were written for this purpose. Hepnicenames provides the
main non-resonant particle names from heppennames with more
"friendly" names.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hepnames/hepnames.sty
%{_texmfdistdir}/tex/latex/hepnames/hepnicenames.sty
%{_texmfdistdir}/tex/latex/hepnames/heppennames.sty
%doc %{_texmfdistdir}/doc/latex/hepnames/ChangeLog
%doc %{_texmfdistdir}/doc/latex/hepnames/README
%doc %{_texmfdistdir}/doc/latex/hepnames/hepnames.pdf
%doc %{_texmfdistdir}/doc/latex/hepnames/hepnames.tex
%doc %{_texmfdistdir}/doc/latex/hepnames/hepnicenames-macros.tex
%doc %{_texmfdistdir}/doc/latex/hepnames/hepnicenames.pdf
%doc %{_texmfdistdir}/doc/latex/hepnames/hepnicenames.tex
%doc %{_texmfdistdir}/doc/latex/hepnames/heppennames-macros.tex
%doc %{_texmfdistdir}/doc/latex/hepnames/heppennames.pdf
%doc %{_texmfdistdir}/doc/latex/hepnames/heppennames.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: e6ab6e2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24949 |14mu|texlive-hepparticles-20070223-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hepparticles
# catalog-date 2007-02-23 00:16:39 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-hepparticles
Version:	20070223
Release:	4
Summary:	Macros for typesetting high energy physics particle names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hepparticles
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepparticles.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepparticles.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
HEPparticles is a set of macros for typesetting high energy
particle names, to meet the following criteria: 1. The main
particle name is a Roman or Greek symbol, to be typeset in
upright font in normal contexts. 2. Additionally a superscript
and/or subscript may follow the main symbol. 3. Particle
resonances may also have a resonance specifier which is typeset
in parentheses following the main symbol. In general the
parentheses may also be followed by sub- and superscripts. 4.
The particle names are expected to be used both in and out of
mathematical contexts. 5. If the surrounding text is bold or
italic then the particle name should adapt to that context as
best as possible (this may not be possible for Greek symbols).
A consequence of point 5 is that the well-known problems with
boldness of particle names in section titles, headers and
tables of contents automatically disappear if these macros are
used.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hepparticles/hepparticles.sty
%doc %{_texmfdistdir}/doc/latex/hepparticles/README
%doc %{_texmfdistdir}/doc/latex/hepparticles/hepparticles.pdf
%doc %{_texmfdistdir}/doc/latex/hepparticles/hepparticles.tex
%doc %{_texmfdistdir}/doc/latex/hepparticles/testhepparticles.pdf
%doc %{_texmfdistdir}/doc/latex/hepparticles/testhepparticles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070223-4
+ Revision: baad2fd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24950 |14mu|texlive-hepthesis-1.4.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18725
# category Package
# catalog-ctan /macros/latex/contrib/hepthesis
# catalog-date 2010-06-03 14:28:33 +0200
# catalog-license lppl
# catalog-version 1.4.3
Name:		texlive-hepthesis
Version:	1.4.3
Release:	4
Summary:	A class for academic reports, especially PhD theses
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hepthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepthesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepthesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Hepthesis is a LaTeX class for typesetting large academic
reports, in particular PhD theses. It was originally developed
for typesetting the author's high-energy physics PhD thesis and
includes some features specifically tailored to such an
application. In particular, hepthesis offers: - Attractive
semantic environments for various rubric sections; - Extensive
options for draft production, screen viewing and binding-ready
output; - Helpful extensions of existing environments,
including equation and tabular; and - Support for quotations at
the start of the thesis and each chapter. The class is based on
scrbook, from the KOMA-Script bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hepthesis/hepthesis.cls
%doc %{_texmfdistdir}/doc/latex/hepthesis/ChangeLog
%doc %{_texmfdistdir}/doc/latex/hepthesis/Makefile
%doc %{_texmfdistdir}/doc/latex/hepthesis/README
%doc %{_texmfdistdir}/doc/latex/hepthesis/TODO
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/Makefile
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/appendices.tex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/backmatter.tex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/chap1.tex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/chap2.tex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/chap3.tex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/ckmfitter-alpha-combined.pdf
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/example.pdf
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/example.tex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/extrastyles.zip
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/frontmatter.tex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/getNewBibtex
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/h-physrev.bst
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/lhcb-detector-cross-section.pdf
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/mythesis.bib
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/mythesis.cls
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/mythesis.sty
%doc %{_texmfdistdir}/doc/latex/hepthesis/example/mythesismath.sty
%doc %{_texmfdistdir}/doc/latex/hepthesis/hepthesis.pdf
%doc %{_texmfdistdir}/doc/latex/hepthesis/hepthesis.tex
#- source
%doc %{_texmfdistdir}/source/latex/hepthesis/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.3-4
+ Revision: 4c38777
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24951 |14mu|texlive-hepunits-1.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hepunits
# catalog-date 2009-09-19 12:08:16 +0200
# catalog-license lppl
# catalog-version 1.1.1
Name:		texlive-hepunits
Version:	1.1.1
Release:	4
Summary:	A set of units useful in high energy physics applications
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hepunits
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepunits.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hepunits.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Hepunits is a LaTeX package built on the SIunits package which
adds a collection of useful HEP units to the existing SIunits
set. These include the energy units \MeV, \GeV, \TeV and the
derived momentum and mass units \MeVoverc, \MeVovercsq and so
on.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hepunits/hepunits.sty
%doc %{_texmfdistdir}/doc/latex/hepunits/ChangeLog
%doc %{_texmfdistdir}/doc/latex/hepunits/README
%doc %{_texmfdistdir}/doc/latex/hepunits/hepunits.pdf
%doc %{_texmfdistdir}/doc/latex/hepunits/hepunits.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-4
+ Revision: 589d52d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24952 |14mu|texlive-here-20091128-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16135
# category Package
# catalog-ctan /macros/latex/contrib/here
# catalog-date 2009-11-28 09:57:52 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-here
Version:	20091128
Release:	4
Summary:	Emulation of obsolete package for "here" floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/here
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/here.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/here.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides the H option for floats in LaTeX to signify that the
environemt is not really a float (and should therefore be
placed "here" and not float at all). The package emulates an
older package of the same name, which has long been been
suppressed by its author. The job is done by nothing more than
loading the float package, which has long provided the option
in an acceptable framework.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/here/here.sty
%doc %{_texmfdistdir}/doc/latex/here/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091128-4
+ Revision: 4e1dd7a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24953 |14mu|texlive-he-she-1.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29290
# category Package
# catalog-ctan /macros/latex/contrib/he-she
# catalog-date 2013-03-04 16:31:08 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-he-she
Version:	1.1
Release:	8
Summary:	Alternating pronouns to aid to gender-neutral writing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/he-she
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/he-she.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/he-she.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package implements a version of semi-automatic pronoun
switching for writing gender-neutral (and possibly annoying)
prose. It has upper- and lowercase versions of switching
pronouns for all case forms, plus anaphoric versions that
reflect the current gender choice.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/he-she/he-she.sty
%doc %{_texmfdistdir}/doc/latex/he-she/README
%doc %{_texmfdistdir}/doc/latex/he-she/he-she.pdf
%doc %{_texmfdistdir}/doc/latex/he-she/he-she.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-8
+ Revision: 3516dae
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24954 |14mu|texlive-hexgame-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hexgame
# catalog-date 2008-08-22 10:38:02 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-hexgame
Version:	1.0
Release:	4
Summary:	Provide an environment to draw a hexgame-board
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hexgame
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hexgame.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hexgame.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Hex is a mathematical game invented by the Danish mathematician
Piet Hein and independently by the mathematician John Nash.
This package defines an environment that enables the user to
draw such a game in a trivial way.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hexgame/hexgame.sty
%doc %{_texmfdistdir}/doc/latex/hexgame/README
%doc %{_texmfdistdir}/doc/latex/hexgame/hexgame.pdf
%doc %{_texmfdistdir}/doc/latex/hexgame/hexgame.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 0d7608b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24955 |14mu|texlive-hf-tikz-0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29278
# category Package
# catalog-ctan /graphics/pgf/contrib/hf-tikz
# catalog-date 2013-03-03 12:29:02 +0100
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-hf-tikz
Version:	0.3
Release:	7
Summary:	A simple way to highlight formulas and formula parts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/hf-tikz
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hf-tikz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hf-tikz.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hf-tikz.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a way to highlight formulas and formula
parts in both documents and presentations, us TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hf-tikz/hf-tikz.sty
%doc %{_texmfdistdir}/doc/latex/hf-tikz/README
%doc %{_texmfdistdir}/doc/latex/hf-tikz/README.txt
%doc %{_texmfdistdir}/doc/latex/hf-tikz/hf-tikz.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hf-tikz/hf-tikz.dtx
%doc %{_texmfdistdir}/source/latex/hf-tikz/hf-tikz.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-7
+ Revision: 841763d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24956 |14mu|texlive-hhtensor-0.61-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24981
# category Package
# catalog-ctan /macros/latex/contrib/hhtensor
# catalog-date 2011-12-29 22:44:25 +0100
# catalog-license lppl
# catalog-version 0.61
Name:		texlive-hhtensor
Version:	0.61
Release:	3
Summary:	Print vectors, matrices, and tensors
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hhtensor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hhtensor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hhtensor.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hhtensor.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides commands for vectors, matrices, and
tensors with different styles -- arrows (as the LaTeX default),
underlined, and bold).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hhtensor/hhtensor.sty
%doc %{_texmfdistdir}/doc/latex/hhtensor/ChangeLog
%doc %{_texmfdistdir}/doc/latex/hhtensor/Makefile
%doc %{_texmfdistdir}/doc/latex/hhtensor/README
%doc %{_texmfdistdir}/doc/latex/hhtensor/getversion.tex
%doc %{_texmfdistdir}/doc/latex/hhtensor/hhtensor.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hhtensor/hhtensor.dtx
%doc %{_texmfdistdir}/source/latex/hhtensor/hhtensor.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.61-3
+ Revision: d23ca4d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24957 |14mu|texlive-histogr-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/histogr
# catalog-date 2006-11-09 15:16:55 +0100
# catalog-license lppl1.3
# catalog-version 1.01
Name:		texlive-histogr
Version:	1.01
Release:	4
Summary:	Draw histograms with the LaTeX picture environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/histogr
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/histogr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/histogr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/histogr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a macro collection to draw histogram bars inside a
LaTeX picture-environment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/histogr/histogr.sty
%doc %{_texmfdistdir}/doc/latex/histogr/histogr.pdf
#- source
%doc %{_texmfdistdir}/source/latex/histogr/histogr.dtx
%doc %{_texmfdistdir}/source/latex/histogr/histogr.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-4
+ Revision: 172a165
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24958 |14mu|texlive-hitec-0.0beta-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hitec
# catalog-date 2008-11-07 01:12:48 +0100
# catalog-license lppl
# catalog-version 0.0(beta)
Name:		texlive-hitec
Version:	0.0beta
Release:	4
Summary:	Class for documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hitec
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hitec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hitec.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An article-based class designed for use for documentation in
high-technology companies.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hitec/hitec.cls
%doc %{_texmfdistdir}/doc/latex/hitec/README
%doc %{_texmfdistdir}/doc/latex/hitec/hitec_doc.pdf
%doc %{_texmfdistdir}/doc/latex/hitec/hitec_doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0beta-4
+ Revision: 5258ce8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24959 |14mu|texlive-hletter-4.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30002
# category Package
# catalog-ctan /macros/latex/contrib/hletter
# catalog-date 2013-04-17 11:54:35 +0200
# catalog-license lppl1.2
# catalog-version 4.2
Name:		texlive-hletter
Version:	4.2
Release:	7
Summary:	Flexible letter typesetting with flexible page headings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hletter
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hletter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hletter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package permits the user to specify easily, with the aid of
self defined key-words, letters (with a logo and private) and
headings. The heading may include a footer and the letter
provides commands to include a scanned signature and two
signees. The package works with the merge package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hletter/hdefine.clo
%{_texmfdistdir}/tex/latex/hletter/hhead.sty
%{_texmfdistdir}/tex/latex/hletter/hlete.clo
%{_texmfdistdir}/tex/latex/hletter/hletf.clo
%{_texmfdistdir}/tex/latex/hletter/hletg.clo
%{_texmfdistdir}/tex/latex/hletter/hletter.cls
%{_texmfdistdir}/tex/latex/hletter/hsetup.sty
%{_texmfdistdir}/tex/latex/hletter/mergeh.sty
%doc %{_texmfdistdir}/doc/latex/hletter/Bruennhilde.eps
%doc %{_texmfdistdir}/doc/latex/hletter/Bruennhilde.jpg
%doc %{_texmfdistdir}/doc/latex/hletter/Gccs.eps
%doc %{_texmfdistdir}/doc/latex/hletter/Gccs.jpg
%doc %{_texmfdistdir}/doc/latex/hletter/Hletter.pdf
%doc %{_texmfdistdir}/doc/latex/hletter/README
%doc %{_texmfdistdir}/doc/latex/hletter/Testheader.tex
%doc %{_texmfdistdir}/doc/latex/hletter/Testletter1.tex
%doc %{_texmfdistdir}/doc/latex/hletter/Testletter2.tex
%doc %{_texmfdistdir}/doc/latex/hletter/Testletter3.tex
%doc %{_texmfdistdir}/doc/latex/hletter/Testmerge.dat
%doc %{_texmfdistdir}/doc/latex/hletter/Testmerge.tex
%doc %{_texmfdistdir}/doc/latex/hletter/signat.eps
%doc %{_texmfdistdir}/doc/latex/hletter/signat.jpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.2-7
+ Revision: 08a303e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24960 |14mu|texlive-hobby-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32795
# category Package
# catalog-ctan /graphics/pgf/contrib/hobby
# catalog-date 2014-01-20 18:33:13 +0100
# catalog-license lppl1.3
# catalog-version 1.4
Name:		texlive-hobby
Version:	1.4
Release:	3
Summary:	An implementation of Hobby's algorithm for PGF/TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/hobby
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hobby.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hobby.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hobby.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package defines a path generation function for PGF/TikZ
which implements Hobby's algorithm for a path built out of
Bezier curves which passes through a given set of points. The
path thus generated may by used as a TikZ 'to path'. The
implementation is in LaTeX3.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hobby/hobby.code.tex
%{_texmfdistdir}/tex/latex/hobby/pgflibraryhobby.code.tex
%{_texmfdistdir}/tex/latex/hobby/pml3array.sty
%{_texmfdistdir}/tex/latex/hobby/tikzlibraryhobby.code.tex
%doc %{_texmfdistdir}/doc/latex/hobby/README
%doc %{_texmfdistdir}/doc/latex/hobby/hobby.pdf
%doc %{_texmfdistdir}/doc/latex/hobby/hobby_doc.pdf
%doc %{_texmfdistdir}/doc/latex/hobby/hobby_doc.tex
#- source
%doc %{_texmfdistdir}/source/latex/hobby/hobby.dtx
%doc %{_texmfdistdir}/source/latex/hobby/hobby.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: c2ea3c2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24961 |14mu|texlive-hobete-20120626-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27036
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/hobete
# catalog-date 2012-06-26 15:55:21 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-hobete
Version:	20120626
Release:	3
Summary:	Unofficial beamer theme for the University of Hohenheim
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/hobete
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hobete.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hobete.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a beamer theme which features the Ci
colors of the University of Hohenheim. Please note that this is
not an official Theme, and that there will be no support for
it, from the University. Furthermore there is NO relationship
between the University and this theme.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hobete/beamercolorthemehohenheim.sty
%{_texmfdistdir}/tex/latex/hobete/beamerouterthemehohenheim.sty
%{_texmfdistdir}/tex/latex/hobete/beamerouterthemehohenheimposter.sty
%{_texmfdistdir}/tex/latex/hobete/beamerthemehohenheim.sty
%{_texmfdistdir}/tex/latex/hobete/hobete.sty
%doc %{_texmfdistdir}/doc/latex/hobete/README
%doc %{_texmfdistdir}/doc/latex/hobete/hobete_doc.pdf
%doc %{_texmfdistdir}/doc/latex/hobete/hobete_doc.tex
%doc %{_texmfdistdir}/doc/latex/hobete/poster-test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120626-3
+ Revision: 41aadb4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24962 |14mu|texlive-horoscop-0.92-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30530
# category Package
# catalog-ctan /macros/latex/contrib/horoscop
# catalog-date 2013-05-17 13:43:39 +0200
# catalog-license pd
# catalog-version 0.92
Name:		texlive-horoscop
Version:	0.92
Release:	7
Summary:	Generate astrological charts in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/horoscop
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/horoscop.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/horoscop.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/horoscop.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The horoscop package provides a unified interface for
astrological font packages; typesetting with pict2e of standard
wheel charts and some variations, in PostScript- and PDF-
generating TeX engines; and access to external calculation
software (Astrolog and Swiss Ephemeris) for computing object
positions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/horoscop/horoscop.sty
%doc %{_texmfdistdir}/doc/latex/horoscop/README
%doc %{_texmfdistdir}/doc/latex/horoscop/horoscop.pdf
#- source
%doc %{_texmfdistdir}/source/latex/horoscop/horoscop.dtx
%doc %{_texmfdistdir}/source/latex/horoscop/horoscop.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.92-7
+ Revision: 67e1260
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24963 |14mu|texlive-hpsdiss-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hpsdiss
# catalog-date 2007-01-07 11:47:19 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-hpsdiss
Version:	1.0
Release:	4
Summary:	A dissertation class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hpsdiss
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hpsdiss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hpsdiss.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hpsdiss.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class was developed to typeset a dissertation at ETH
Zurich. The requirements were to use A5 paper and 10pt type. A
sample of the output is shown in the PDF documentation link.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hpsdiss/hpsdiss.cls
%doc %{_texmfdistdir}/doc/latex/hpsdiss/hpsdiss.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hpsdiss/hpsdiss.dtx
%doc %{_texmfdistdir}/source/latex/hpsdiss/hpsdiss.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 5cfc13f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24964 |14mu|texlive-hrefhide-1.0f-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22255
# category Package
# catalog-ctan /macros/latex/contrib/hrefhide
# catalog-date 2011-04-29 14:22:52 +0200
# catalog-license lppl1.3
# catalog-version 1.0f
Name:		texlive-hrefhide
Version:	1.0f
Release:	4
Summary:	Suppress hyper links when printing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hrefhide
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hrefhide.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hrefhide.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hrefhide.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides the command \hrefdisplayonly (which
provides a substitute for \href). While the (hyperlinked) text
appears like an ordinary \href in the compiled PDF file, the
same text will be "hidden" when printing the text. (Hiding is
actually achieved by making the text the same colour as the
background, thus preserving the layout of the rest of the
text.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hrefhide/hrefhide.sty
%doc %{_texmfdistdir}/doc/latex/hrefhide/README
%doc %{_texmfdistdir}/doc/latex/hrefhide/hrefhide-example.pdf
%doc %{_texmfdistdir}/doc/latex/hrefhide/hrefhide-example.tex
%doc %{_texmfdistdir}/doc/latex/hrefhide/hrefhide.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hrefhide/hrefhide.drv
%doc %{_texmfdistdir}/source/latex/hrefhide/hrefhide.dtx
%doc %{_texmfdistdir}/source/latex/hrefhide/hrefhide.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0f-4
+ Revision: 8fcb3a0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24965 |14mu|texlive-hrlatex-0.23-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18020
# category Package
# catalog-ctan /language/croatian/hrlatex
# catalog-date 2010-04-25 22:49:50 +0200
# catalog-license lppl
# catalog-version 0.23
Name:		texlive-hrlatex
Version:	0.23
Release:	4
Summary:	LaTeX support for Croatian documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/croatian/hrlatex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hrlatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hrlatex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hrlatex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package simplifies creation of new documents for the
(average) Croatian user. As an example, a class file hrdipl.cls
(designed for the graduation thesis at the University of
Zagreb) and sample thesis documents are included.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hrlatex/fsbispit.cls
%{_texmfdistdir}/tex/latex/hrlatex/fsbmath.sty
%{_texmfdistdir}/tex/latex/hrlatex/hrlatex.sty
%doc %{_texmfdistdir}/doc/latex/hrlatex/README
%doc %{_texmfdistdir}/doc/latex/hrlatex/hrlatex.pdf
%doc %{_texmfdistdir}/doc/latex/hrlatex/sample.fsbispit.tex
%doc %{_texmfdistdir}/doc/latex/hrlatex/sample.minimal.cp1250.tex
%doc %{_texmfdistdir}/doc/latex/hrlatex/sample.minimal.latin2.tex
%doc %{_texmfdistdir}/doc/latex/hrlatex/sample.minimal.utf8.tex
%doc %{_texmfdistdir}/doc/latex/hrlatex/sample.prezentacija.tex
#- source
%doc %{_texmfdistdir}/source/latex/hrlatex/hrlatex.dtx
%doc %{_texmfdistdir}/source/latex/hrlatex/hrlatex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.23-4
+ Revision: e523b6e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24966 |14mu|texlive-hvfloat-1.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25570
# category Package
# catalog-ctan /macros/latex/contrib/hvfloat
# catalog-date 2012-03-05 13:21:26 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-hvfloat
Version:	1.1
Release:	6
Summary:	Rotating caption and object of floats independently
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hvfloat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hvfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hvfloat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package defines a macro to place objects (tables and
figures) and their captions in different positions with
different rotating angles within a float. All objects and
captions can be framed. The main command is \hvFloat{float
type}{floating object}{caption}{label}; a simple example is
\hvFloat{figure}{\includegraphics{rose}}{Caption}{fig:0}.
Options are provided to place captions to the right or left,
and rotated. Setting nonFloat=true results in placing the float
here.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hvfloat/hvfloat.sty
%doc %{_texmfdistdir}/doc/latex/hvfloat/README
%doc %{_texmfdistdir}/doc/latex/hvfloat/bateaux.jpg
%doc %{_texmfdistdir}/doc/latex/hvfloat/hvfloat.pdf
%doc %{_texmfdistdir}/doc/latex/hvfloat/hvfloat.tex
%doc %{_texmfdistdir}/doc/latex/hvfloat/rose.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-6
+ Revision: 861aa1f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24967 |14mu|texlive-hvindex-0.02-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16136
# category Package
# catalog-ctan /macros/latex/contrib/hvindex
# catalog-date 2009-11-23 13:00:14 +0100
# catalog-license lppl
# catalog-version 0.02
Name:		texlive-hvindex
Version:	0.02
Release:	4
Summary:	Support for indexing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hvindex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hvindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hvindex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package simplifies the indexing of words using the \index
command of makeidx. With the package, to index a word in a
text, you only have to type it once; the package makes sure it
is both typeset and indexed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hvindex/hvindex.sty
%doc %{_texmfdistdir}/doc/latex/hvindex/Changes
%doc %{_texmfdistdir}/doc/latex/hvindex/README
%doc %{_texmfdistdir}/doc/latex/hvindex/hvindex.pdf
%doc %{_texmfdistdir}/doc/latex/hvindex/hvindex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.02-4
+ Revision: 58acefb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24968 |14mu|texlive-hypdvips-3.00-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28667
# category Package
# catalog-ctan /macros/latex/contrib/hypdvips
# catalog-date 2012-12-30 16:12:46 +0100
# catalog-license lppl1.3
# catalog-version 3.00
Name:		texlive-hypdvips
Version:	3.00
Release:	7
Summary:	Hyperref extensions for use with dvips
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hypdvips
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hypdvips.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hypdvips.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The hypdvips package fixes some problems when using hyperref
with dvips. It also adds support for breaking links, file
attachments, embedded documents and different types of GoTo-
links. The cooperation of hyperref with cleveref is improved,
which in addition allows an enhanced back-referencing system.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hypdvips/hypdvips.sty
%doc %{_texmfdistdir}/doc/latex/hypdvips/README
%doc %{_texmfdistdir}/doc/latex/hypdvips/hypdvips.pdf
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/example1.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/example2.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/example3.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/example4.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/example5.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/example6.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/example7.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/graph.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/icon_draft.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/ids.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/logfile.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/openmsg_six.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/openmsg_sixinbrowser.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/paperclip.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/pushpin.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/images/tag.eps
%doc %{_texmfdistdir}/doc/latex/hypdvips/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.00-7
+ Revision: bf20461
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24969 |14mu|texlive-hyper-4.2d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17357
# category Package
# catalog-ctan /macros/latex/contrib/hyper
# catalog-date 2010-03-06 16:54:30 +0100
# catalog-license lppl
# catalog-version 4.2d
Name:		texlive-hyper
Version:	4.2d
Release:	4
Summary:	Hypertext cross referencing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hyper
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyper.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyper.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Redefines LaTeX cross-referencing commands to insert \special
commands for HyperTeX dvi viewers, such as recent versions of
xdvi. The package is now largely superseded by hyperref.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hyper/amsart.hyp
%{_texmfdistdir}/tex/latex/hyper/amsbook.hyp
%{_texmfdistdir}/tex/latex/hyper/amsdtx.hyp
%{_texmfdistdir}/tex/latex/hyper/amsldoc.hyp
%{_texmfdistdir}/tex/latex/hyper/amsmath.hyp
%{_texmfdistdir}/tex/latex/hyper/amsproc.hyp
%{_texmfdistdir}/tex/latex/hyper/amstex.hyp
%{_texmfdistdir}/tex/latex/hyper/amsthm.hyp
%{_texmfdistdir}/tex/latex/hyper/article.hyp
%{_texmfdistdir}/tex/latex/hyper/book.hyp
%{_texmfdistdir}/tex/latex/hyper/cweb.hyp
%{_texmfdistdir}/tex/latex/hyper/doc.hyp
%{_texmfdistdir}/tex/latex/hyper/fancyheadings.hyp
%{_texmfdistdir}/tex/latex/hyper/ftnright.hyp
%{_texmfdistdir}/tex/latex/hyper/hxt-bc.sty
%{_texmfdistdir}/tex/latex/hyper/hyper.sty
%{_texmfdistdir}/tex/latex/hyper/leqno.hyp
%{_texmfdistdir}/tex/latex/hyper/letter.hyp
%{_texmfdistdir}/tex/latex/hyper/longtable.hyp
%{_texmfdistdir}/tex/latex/hyper/ltnews.hyp
%{_texmfdistdir}/tex/latex/hyper/ltxdoc.hyp
%{_texmfdistdir}/tex/latex/hyper/ltxguide.hyp
%{_texmfdistdir}/tex/latex/hyper/natbib.hyp
%{_texmfdistdir}/tex/latex/hyper/proc.hyp
%{_texmfdistdir}/tex/latex/hyper/report.hyp
%{_texmfdistdir}/tex/latex/hyper/slides.hyp
%{_texmfdistdir}/tex/latex/hyper/subeqnarray.hyp
%{_texmfdistdir}/tex/latex/hyper/theorem.hyp
%{_texmfdistdir}/tex/latex/hyper/upref.hyp
%{_texmfdistdir}/tex/latex/hyper/xr.hyp
%doc %{_texmfdistdir}/doc/latex/hyper/README
%doc %{_texmfdistdir}/doc/latex/hyper/TODO
%doc %{_texmfdistdir}/doc/latex/hyper/contrib/README
%doc %{_texmfdistdir}/doc/latex/hyper/contrib/harvard-to.hyp
%doc %{_texmfdistdir}/doc/latex/hyper/defpattern.sty
%doc %{_texmfdistdir}/doc/latex/hyper/hyper.pdf
%doc %{_texmfdistdir}/doc/latex/hyper/scontrib/README
%doc %{_texmfdistdir}/doc/latex/hyper/scontrib/harvard.hyp
#- source
%doc %{_texmfdistdir}/source/latex/hyper/Makefile-MSDos
%doc %{_texmfdistdir}/source/latex/hyper/Makefile-Unix
%doc %{_texmfdistdir}/source/latex/hyper/backcite.dtx
%doc %{_texmfdistdir}/source/latex/hyper/dvi2pdf.pl
%doc %{_texmfdistdir}/source/latex/hyper/hyper.dtx
%doc %{_texmfdistdir}/source/latex/hyper/hyper.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.2d-4
+ Revision: 689d6b3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24970 |14mu|texlive-hypernat-1.0b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17358
# category Package
# catalog-ctan /macros/latex/contrib/hypernat
# catalog-date 2010-03-08 12:29:56 +0100
# catalog-license gpl
# catalog-version 1.0b
Name:		texlive-hypernat
Version:	1.0b
Release:	4
Summary:	Allow hyperref and natbib to work together
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hypernat
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hypernat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hypernat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Allows hyperref package and the natbib package with options
'numbers' and 'sort&compress' to work together. This means that
multiple sequential citations (e.g [3,2,1]) will be compressed
to [1-3], where the '1' and the '3' are (color-)linked to the
bibliography.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hypernat/hypernat.sty
%doc %{_texmfdistdir}/doc/latex/hypernat/hypernat.pdf
%doc %{_texmfdistdir}/doc/latex/hypernat/hypernat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0b-4
+ Revision: 6c6e041
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24971 |14mu|texlive-hyperref-6.82m-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26094
# category Package
# catalog-ctan /macros/latex/contrib/hyperref
# catalog-date 2011-12-05 11:03:21 +0100
# catalog-license lppl
# catalog-version 6.82m
Name:		texlive-hyperref
Version:	6.82m
Release:	4
Summary:	Extensive support for hypertext in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The hyperref package is used to handle cross-referencing
commands in LaTeX to produce hypertext links in the document.
The package provides backends for the \special set defined for
HyperTeX DVI processors; for embedded pdfmark commands for
processing by Acrobat Distiller (dvips and Y&Y's dvipsone); for
Y&Y's dviwindo; for PDF control within pdfTeX and dvipdfm; for
TeX4ht; and for VTeX's pdf and HTML backends. The package is
distributed with the backref and nameref packages, which make
use of the facilities of hyperref. The package depends on the
author's kvoptions, ltxcmdsand refcount packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hyperref/backref.sty
%{_texmfdistdir}/tex/latex/hyperref/hdvipdfm.def
%{_texmfdistdir}/tex/latex/hyperref/hdvips.def
%{_texmfdistdir}/tex/latex/hyperref/hdvipson.def
%{_texmfdistdir}/tex/latex/hyperref/hdviwind.def
%{_texmfdistdir}/tex/latex/hyperref/hpdftex.def
%{_texmfdistdir}/tex/latex/hyperref/htex4ht.cfg
%{_texmfdistdir}/tex/latex/hyperref/htex4ht.def
%{_texmfdistdir}/tex/latex/hyperref/htexture.def
%{_texmfdistdir}/tex/latex/hyperref/hvtex.def
%{_texmfdistdir}/tex/latex/hyperref/hvtexhtm.def
%{_texmfdistdir}/tex/latex/hyperref/hvtexmrk.def
%{_texmfdistdir}/tex/latex/hyperref/hxetex.def
%{_texmfdistdir}/tex/latex/hyperref/hylatex.ltx
%{_texmfdistdir}/tex/latex/hyperref/hyperref.sty
%{_texmfdistdir}/tex/latex/hyperref/hypertex.def
%{_texmfdistdir}/tex/latex/hyperref/minitoc-hyper.sty
%{_texmfdistdir}/tex/latex/hyperref/nameref.sty
%{_texmfdistdir}/tex/latex/hyperref/nohyperref.sty
%{_texmfdistdir}/tex/latex/hyperref/ntheorem-hyper.sty
%{_texmfdistdir}/tex/latex/hyperref/pd1enc.def
%{_texmfdistdir}/tex/latex/hyperref/pdfmark.def
%{_texmfdistdir}/tex/latex/hyperref/puarenc.def
%{_texmfdistdir}/tex/latex/hyperref/puenc.def
%{_texmfdistdir}/tex/latex/hyperref/puvnenc.def
%{_texmfdistdir}/tex/latex/hyperref/xr-hyper.sty
%doc %{_texmfdistdir}/doc/latex/hyperref/ChangeLog
%doc %{_texmfdistdir}/doc/latex/hyperref/ChangeLog.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/README
%doc %{_texmfdistdir}/doc/latex/hyperref/README.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/backref.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/cmmi10-22.gif
%doc %{_texmfdistdir}/doc/latex/hyperref/cmsy10-21.gif
%doc %{_texmfdistdir}/doc/latex/hyperref/hyperref.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/manual.css
%doc %{_texmfdistdir}/doc/latex/hyperref/manual.html
%doc %{_texmfdistdir}/doc/latex/hyperref/manual.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/manual2.html
%doc %{_texmfdistdir}/doc/latex/hyperref/manual3.html
%doc %{_texmfdistdir}/doc/latex/hyperref/nameref.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/options.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/paper.pdf
%doc %{_texmfdistdir}/doc/latex/hyperref/slides.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hyperref/backref.dtx
%doc %{_texmfdistdir}/source/latex/hyperref/bmhydoc.sty
%doc %{_texmfdistdir}/source/latex/hyperref/doc/fdl.tex
%doc %{_texmfdistdir}/source/latex/hyperref/doc/manual.tex
%doc %{_texmfdistdir}/source/latex/hyperref/doc/options.tex
%doc %{_texmfdistdir}/source/latex/hyperref/hyperref.dtx
%doc %{_texmfdistdir}/source/latex/hyperref/hyperref.ins
%doc %{_texmfdistdir}/source/latex/hyperref/nameref.dtx
%doc %{_texmfdistdir}/source/latex/hyperref/test/Makefile
%doc %{_texmfdistdir}/source/latex/hyperref/test/bit.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/hog.eps
%doc %{_texmfdistdir}/source/latex/hyperref/test/hog.pdf
%doc %{_texmfdistdir}/source/latex/hyperref/test/phys1.jpg
%doc %{_texmfdistdir}/source/latex/hyperref/test/phys2.jpg
%doc %{_texmfdistdir}/source/latex/hyperref/test/picture.eps
%doc %{_texmfdistdir}/source/latex/hyperref/test/picture.pdf
%doc %{_texmfdistdir}/source/latex/hyperref/test/picture.png
%doc %{_texmfdistdir}/source/latex/hyperref/test/test-bm-pu-licr.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test0.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test1.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test2.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test3.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test4.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test6.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test7.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/test8.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testams.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testbib.bbl
%doc %{_texmfdistdir}/source/latex/hyperref/test/testbib.bib
%doc %{_texmfdistdir}/source/latex/hyperref/test/testbib.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testbmgl.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testbmu.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testbookmark.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testfor2.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testform.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testinfo.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testnb.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testoz.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testslide.tex
%doc %{_texmfdistdir}/source/latex/hyperref/test/testurl.bbl
%doc %{_texmfdistdir}/source/latex/hyperref/test/testurl.bib
%doc %{_texmfdistdir}/source/latex/hyperref/test/testurl.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 6.82m-4
+ Revision: 0c3b385
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24972 |14mu|texlive-hyperxmp-2.40-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32560
# category Package
# catalog-ctan /macros/latex/contrib/hyperxmp
# catalog-date 2014-01-03 12:23:53 +0100
# catalog-license lppl1.3
# catalog-version 2.4
Name:		texlive-hyperxmp
Version:	2.40
Release:	3
Summary:	Embed XMP metadata within a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hyperxmp
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperxmp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperxmp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperxmp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
XMP (eXtensible Metadata Platform) is a mechanism proposed by
Adobe for embedding document metadata within the document
itself. The metadata is designed to be easy to extract, even by
programs that are oblivious to the document's file format. Most
of Adobe's applications store XMP metadata when saving files.
Now, with the hyperxmp package, it is trivial for LaTeX
document authors to store XMP metadata in their documents as
well. Version 2.2 of the package added support for the IPTC
Photo Metadata schema. It allows \xmpcomma and \xmpquote to be
used in any hyperxmp option, not only those that require
special treatment of commas. And it introduces an \xmplinesep
macro that controls how multiline fields are represented in the
XMP packet. The package integrates seamlessly with hyperref and
requires virtually no modifications to documents that already
exploit hyperref's mechanisms for specifying PDF metadata. The
current version of hyperxmp can embed the following metadata as
XMP: title, authors, primary author's title or position,
metadata writer, subject/summary, keywords, copyright, license
URL, document base URL, document identifier and instance
identifier, language, source file name, PDF generating tool,
PDF version, and contact telephone number/postal address/email
address/URL. Hyperxmp currently embeds XMP only within PDF
documents; it is compatible with pdflatex, xelatex,
latex+dvipdfm, and latex+dvips+ps2pdf.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hyperxmp/hyperxmp.sty
%doc %{_texmfdistdir}/doc/latex/hyperxmp/README
%doc %{_texmfdistdir}/doc/latex/hyperxmp/hyperxmp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hyperxmp/einstein-xmp.tex
%doc %{_texmfdistdir}/source/latex/hyperxmp/einstein1.png
%doc %{_texmfdistdir}/source/latex/hyperxmp/einstein2.png
%doc %{_texmfdistdir}/source/latex/hyperxmp/gglo-hyxmp.ist
%doc %{_texmfdistdir}/source/latex/hyperxmp/gind-hyxmp.ist
%doc %{_texmfdistdir}/source/latex/hyperxmp/hyperxmp.dtx
%doc %{_texmfdistdir}/source/latex/hyperxmp/hyperxmp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.40-3
+ Revision: ae48519
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24973 |14mu|texlive-hyphen-afrikaans-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-afrikaans
Version:	20120611
Release:	3
Summary:	Afrikaans hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-afrikaans.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Afrikaans in T1/EC and UTF-8
encodings. OpenOffice includes older patterns created by a
different author, but the patterns packaged with TeX are
considered superior in quality.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-afrikaans
%_texmf_language_def_d/hyphen-afrikaans
%_texmf_language_lua_d/hyphen-afrikaans

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-afrikaans <<EOF
\%% from hyphen-afrikaans:
afrikaans loadhyph-af.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-afrikaans
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-afrikaans <<EOF
\%% from hyphen-afrikaans:
\addlanguage{afrikaans}{loadhyph-af.tex}{}{1}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-afrikaans
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-afrikaans <<EOF
-- from hyphen-afrikaans:
	['afrikaans'] = {
		loader = 'loadhyph-af.tex',
		lefthyphenmin = 1,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-af.pat.txt',
		hyphenation = 'hyph-af.hyp.txt',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: 50deae0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24974 |14mu|texlive-hyphen-arabic-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-arabic
Version:	20120124
Release:	3
Summary:	(No) Arabic hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-arabic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Prevent hyphenation in Arabic.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-arabic
%_texmf_language_def_d/hyphen-arabic
%_texmf_language_lua_d/hyphen-arabic

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-arabic <<EOF
\%% from hyphen-arabic:
arabic zerohyph.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-arabic
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-arabic <<EOF
\%% from hyphen-arabic:
\addlanguage{arabic}{zerohyph.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-arabic
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-arabic <<EOF
-- from hyphen-arabic:
	['arabic'] = {
		loader = 'zerohyph.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: a8e4b4b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24975 |14mu|texlive-hyphen-armenian-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-armenian
Version:	20120124
Release:	3
Summary:	Armenian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-armenian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Armenian for Unicode engines.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-armenian
%_texmf_language_def_d/hyphen-armenian
%_texmf_language_lua_d/hyphen-armenian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-armenian <<EOF
\%% from hyphen-armenian:
armenian loadhyph-hy.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-armenian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-armenian <<EOF
\%% from hyphen-armenian:
\addlanguage{armenian}{loadhyph-hy.tex}{}{1}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-armenian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-armenian <<EOF
-- from hyphen-armenian:
	['armenian'] = {
		loader = 'loadhyph-hy.tex',
		lefthyphenmin = 1,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-hy.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: 5e1e711
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24976 |14mu|texlive-hyphenat-2.3c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/hyphenat
# catalog-date 2009-09-02 18:09:14 +0200
# catalog-license lppl1.3
# catalog-version 2.3c
Name:		texlive-hyphenat
Version:	2.3c
Release:	4
Summary:	Disable/enable hypenation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/hyphenat
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package can disable all hyphenation or enable hyphenation
of non-alphabetics or monospaced fonts. The package can also
enable hyphenation within 'words' that contain non-alphabetic
characters (e.g., that include underscores), and hyphenation of
text typeset in monospaced (e.g., cmtt) fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/hyphenat/hyphenat.sty
%doc %{_texmfdistdir}/doc/latex/hyphenat/README
%doc %{_texmfdistdir}/doc/latex/hyphenat/hyphenat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/hyphenat/hyphenat.dtx
%doc %{_texmfdistdir}/source/latex/hyphenat/hyphenat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3c-4
+ Revision: 09a0109
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24977 |14mu|texlive-hyphen-basque-20090924-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan /language/basque
# catalog-date 2009-09-24 15:05:48 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-hyphen-basque
Version:	20090924
Release:	5
Summary:	Basque hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/basque
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-basque.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Basque in T1/EC and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-basque
%_texmf_language_def_d/hyphen-basque
%_texmf_language_lua_d/hyphen-basque

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-basque <<EOF
\%% from hyphen-basque:
basque loadhyph-eu.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-basque
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-basque <<EOF
\%% from hyphen-basque:
\addlanguage{basque}{loadhyph-eu.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-basque
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-basque <<EOF
-- from hyphen-basque:
	['basque'] = {
		loader = 'loadhyph-eu.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-eu.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090924-5
+ Revision: c155858
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24978 |14mu|texlive-hyphen-bulgarian-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-bulgarian
Version:	20120611
Release:	3
Summary:	Bulgarian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-bulgarian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Bulgarian in T2A and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-bulgarian
%_texmf_language_def_d/hyphen-bulgarian
%_texmf_language_lua_d/hyphen-bulgarian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-bulgarian <<EOF
\%% from hyphen-bulgarian:
bulgarian loadhyph-bg.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-bulgarian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-bulgarian <<EOF
\%% from hyphen-bulgarian:
\addlanguage{bulgarian}{loadhyph-bg.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-bulgarian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-bulgarian <<EOF
-- from hyphen-bulgarian:
	['bulgarian'] = {
		loader = 'loadhyph-bg.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-bg.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: 2686347
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24979 |14mu|texlive-hyphen-catalan-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-catalan
Version:	20120611
Release:	3
Summary:	Catalan hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-catalan.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Catalan in T1/EC and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-catalan
%_texmf_language_def_d/hyphen-catalan
%_texmf_language_lua_d/hyphen-catalan

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-catalan <<EOF
\%% from hyphen-catalan:
catalan loadhyph-ca.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-catalan
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-catalan <<EOF
\%% from hyphen-catalan:
\addlanguage{catalan}{loadhyph-ca.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-catalan
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-catalan <<EOF
-- from hyphen-catalan:
	['catalan'] = {
		loader = 'loadhyph-ca.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-ca.pat.txt',
		hyphenation = 'hyph-ca.hyp.txt',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: 4a0c8c0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24980 |14mu|texlive-hyphen-chinese-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-chinese
Version:	20120611
Release:	3
Summary:	Chinese pinyin hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-chinese.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for unaccented transliterated Mandarin
Chinese (pinyin) in T1/EC and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-chinese
%_texmf_language_def_d/hyphen-chinese
%_texmf_language_lua_d/hyphen-chinese

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-chinese <<EOF
\%% from hyphen-chinese:
pinyin loadhyph-zh-latn-pinyin.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-chinese
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-chinese <<EOF
\%% from hyphen-chinese:
\addlanguage{pinyin}{loadhyph-zh-latn-pinyin.tex}{}{1}{1}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-chinese
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-chinese <<EOF
-- from hyphen-chinese:
	['pinyin'] = {
		loader = 'loadhyph-zh-latn-pinyin.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-zh-latn-pinyin.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: d2ba643
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24981 |14mu|texlive-hyphen-coptic-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-coptic
Version:	20120124
Release:	3
Summary:	Coptic hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-coptic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Coptic in UTF-8 encoding as well as in
ASCII-based encoding for 8-bit engines. The latter can only be
used with special Coptic fonts (like CBcoptic). The patterns
are considered experimental.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-coptic
%_texmf_language_def_d/hyphen-coptic
%_texmf_language_lua_d/hyphen-coptic

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-coptic <<EOF
\%% from hyphen-coptic:
coptic loadhyph-cop.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-coptic
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-coptic <<EOF
\%% from hyphen-coptic:
\addlanguage{coptic}{loadhyph-cop.tex}{}{1}{1}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-coptic
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-coptic <<EOF
-- from hyphen-coptic:
	['coptic'] = {
		loader = 'loadhyph-cop.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-cop.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: ce0c95a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24982 |14mu|texlive-hyphen-croatian-20110608-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan /language/hyphenation/hrhyph.tex
# catalog-date 2011-06-08 00:02:48 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-hyphen-croatian
Version:	20110608
Release:	5
Summary:	Croatian hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/hrhyph.tex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-croatian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Croatian in T1/EC and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-croatian
%_texmf_language_def_d/hyphen-croatian
%_texmf_language_lua_d/hyphen-croatian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-croatian <<EOF
\%% from hyphen-croatian:
croatian loadhyph-hr.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-croatian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-croatian <<EOF
\%% from hyphen-croatian:
\addlanguage{croatian}{loadhyph-hr.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-croatian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-croatian <<EOF
-- from hyphen-croatian:
	['croatian'] = {
		loader = 'loadhyph-hr.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-hr.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110608-5
+ Revision: 528bc27
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24983 |14mu|texlive-hyphen-czech-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-czech
Version:	20120611
Release:	3
Summary:	Czech hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-czech.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Czech in T1/EC and UTF-8 encodings.
Original patterns 'czhyphen' are still distributed in the
'csplain' package and loaded with ISO Latin 2 encoding (IL2).


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-czech
%_texmf_language_def_d/hyphen-czech
%_texmf_language_lua_d/hyphen-czech

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-czech <<EOF
\%% from hyphen-czech:
czech loadhyph-cs.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-czech
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-czech <<EOF
\%% from hyphen-czech:
\addlanguage{czech}{loadhyph-cs.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-czech
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-czech <<EOF
-- from hyphen-czech:
	['czech'] = {
		loader = 'loadhyph-cs.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-cs.pat.txt',
		hyphenation = 'hyph-cs.hyp.txt',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: 50b8885
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24984 |14mu|texlive-hyphen-danish-20090925-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan /language/hyphenation/dkhyphen
# catalog-date 2009-09-25 22:54:35 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-hyphen-danish
Version:	20090925
Release:	5
Summary:	Danish hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/dkhyphen
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-danish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Danish in T1/EC and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-danish
%_texmf_language_def_d/hyphen-danish
%_texmf_language_lua_d/hyphen-danish

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-danish <<EOF
\%% from hyphen-danish:
danish loadhyph-da.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-danish
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-danish <<EOF
\%% from hyphen-danish:
\addlanguage{danish}{loadhyph-da.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-danish
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-danish <<EOF
-- from hyphen-danish:
	['danish'] = {
		loader = 'loadhyph-da.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-da.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090925-5
+ Revision: e883485
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24985 |14mu|texlive-hyphen-dutch-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-dutch
Version:	20120611
Release:	3
Summary:	Dutch hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-dutch.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Dutch in T1/EC and UTF-8 encodings.
These patterns don't handle cases like 'menuutje' > 'menu-tje',
and don't hyphenate words that have different hyphenations
according to their meaning.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-dutch
%_texmf_language_def_d/hyphen-dutch
%_texmf_language_lua_d/hyphen-dutch

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-dutch <<EOF
\%% from hyphen-dutch:
dutch loadhyph-nl.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-dutch
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-dutch <<EOF
\%% from hyphen-dutch:
\addlanguage{dutch}{loadhyph-nl.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-dutch
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-dutch <<EOF
-- from hyphen-dutch:
	['dutch'] = {
		loader = 'loadhyph-nl.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-nl.pat.txt',
		hyphenation = 'hyph-nl.hyp.txt',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: 935c5b7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24986 |14mu|texlive-hyphen-english-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-english
Version:	20120611
Release:	3
Summary:	English hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-english.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Additional hyphenation patterns for American and British
English in ASCII encoding.  The American English patterns
(usenglishmax) greatly extend the standard patterns from Knuth
to find many additional hyphenation points.  British English
hyphenation is completely different from US English, so has its
own set of patterns.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-english
%_texmf_language_def_d/hyphen-english
%_texmf_language_lua_d/hyphen-english

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-english <<EOF
\%% from hyphen-english:
ukenglish loadhyph-en-gb.tex
=british
=UKenglish
usenglishmax loadhyph-en-us.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-english
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-english <<EOF
\%% from hyphen-english:
\addlanguage{ukenglish}{loadhyph-en-gb.tex}{}{2}{3}
\addlanguage{british}{loadhyph-en-gb.tex}{}{2}{3}
\addlanguage{UKenglish}{loadhyph-en-gb.tex}{}{2}{3}
\addlanguage{usenglishmax}{loadhyph-en-us.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-english
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-english <<EOF
-- from hyphen-english:
	['ukenglish'] = {
		loader = 'loadhyph-en-gb.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = { 'british', 'UKenglish' },
		patterns = 'hyph-en-gb.pat.txt',
		hyphenation = 'hyph-en-gb.hyp.txt',
	},
	['usenglishmax'] = {
		loader = 'loadhyph-en-us.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-en-us.pat.txt',
		hyphenation = 'hyph-en-us.hyp.txt',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: 75ba4c4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24987 |14mu|texlive-hyphen-esperanto-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-esperanto
Version:	20120124
Release:	3
Summary:	Esperanto hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-esperanto.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Esperanto ISO Latin 3 and UTF-8
encodings. Note that TeX distributions don't ship any suitable
fonts in Latin 3 encoding, so unless you create your own font
support or want to use MlTeX, using native Unicode engines is
highly recommended.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-esperanto
%_texmf_language_def_d/hyphen-esperanto
%_texmf_language_lua_d/hyphen-esperanto

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-esperanto <<EOF
\%% from hyphen-esperanto:
esperanto loadhyph-eo.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-esperanto
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-esperanto <<EOF
\%% from hyphen-esperanto:
\addlanguage{esperanto}{loadhyph-eo.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-esperanto
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-esperanto <<EOF
-- from hyphen-esperanto:
	['esperanto'] = {
		loader = 'loadhyph-eo.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-eo.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: e2210c8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24988 |14mu|texlive-hyphen-estonian-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-estonian
Version:	20120124
Release:	3
Summary:	Estonian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-estonian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Estonian in T1/EC and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-estonian
%_texmf_language_def_d/hyphen-estonian
%_texmf_language_lua_d/hyphen-estonian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-estonian <<EOF
\%% from hyphen-estonian:
estonian loadhyph-et.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-estonian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-estonian <<EOF
\%% from hyphen-estonian:
\addlanguage{estonian}{loadhyph-et.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-estonian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-estonian <<EOF
-- from hyphen-estonian:
	['estonian'] = {
		loader = 'loadhyph-et.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-et.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: 8aa1553
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24989 |14mu|texlive-hyphen-ethiopic-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-ethiopic
Version:	20120124
Release:	3
Summary:	Hyphenation patterns for Ethiopic scripts
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-ethiopic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for languages written using the Ethiopic
script for Unicode engines. They are not supposed to be
linguistically relevant in all cases and should, for proper
typography, be replaced by files tailored to individual
languages.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-ethiopic
%_texmf_language_def_d/hyphen-ethiopic
%_texmf_language_lua_d/hyphen-ethiopic

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-ethiopic <<EOF
\%% from hyphen-ethiopic:
ethiopic loadhyph-mul-ethi.tex
=amharic
=geez
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-ethiopic
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-ethiopic <<EOF
\%% from hyphen-ethiopic:
\addlanguage{ethiopic}{loadhyph-mul-ethi.tex}{}{1}{1}
\addlanguage{amharic}{loadhyph-mul-ethi.tex}{}{1}{1}
\addlanguage{geez}{loadhyph-mul-ethi.tex}{}{1}{1}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-ethiopic
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-ethiopic <<EOF
-- from hyphen-ethiopic:
	['ethiopic'] = {
		loader = 'loadhyph-mul-ethi.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = { 'amharic', 'geez' },
		patterns = 'hyph-mul-ethi.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: e427bfc
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24990 |14mu|texlive-hyphen-farsi-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-farsi
Version:	20120124
Release:	3
Summary:	(No) Persian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-farsi.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Prevent hyphenation in Persian.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-farsi
%_texmf_language_def_d/hyphen-farsi
%_texmf_language_lua_d/hyphen-farsi

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-farsi <<EOF
\%% from hyphen-farsi:
farsi zerohyph.tex
=persian
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-farsi
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-farsi <<EOF
\%% from hyphen-farsi:
\addlanguage{farsi}{zerohyph.tex}{}{2}{3}
\addlanguage{persian}{zerohyph.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-farsi
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-farsi <<EOF
-- from hyphen-farsi:
	['farsi'] = {
		loader = 'zerohyph.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = { 'persian' },
		patterns = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: ec25a3d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24991 |14mu|texlive-hyphen-finnish-20090927-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan /language/hyphenation/fihyph
# catalog-date 2009-09-27 10:36:15 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-hyphen-finnish
Version:	20090927
Release:	6
Summary:	Finnish hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/fihyph
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-finnish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Finnish in T1/EC and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-finnish
%_texmf_language_def_d/hyphen-finnish
%_texmf_language_lua_d/hyphen-finnish

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-finnish <<EOF
\%% from hyphen-finnish:
finnish loadhyph-fi.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-finnish
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-finnish <<EOF
\%% from hyphen-finnish:
\addlanguage{finnish}{loadhyph-fi.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-finnish
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-finnish <<EOF
-- from hyphen-finnish:
	['finnish'] = {
		loader = 'loadhyph-fi.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-fi.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090927-6
+ Revision: 360e735
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24992 |14mu|texlive-hyphen-french-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-french
Version:	20120611
Release:	3
Summary:	French hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-french.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for French in T1/EC and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-french
%_texmf_language_def_d/hyphen-french
%_texmf_language_lua_d/hyphen-french

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-french <<EOF
\%% from hyphen-french:
french loadhyph-fr.tex
=patois
=francais
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-french
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-french <<EOF
\%% from hyphen-french:
\addlanguage{french}{loadhyph-fr.tex}{}{2}{3}
\addlanguage{patois}{loadhyph-fr.tex}{}{2}{3}
\addlanguage{francais}{loadhyph-fr.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-french
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-french <<EOF
-- from hyphen-french:
	['french'] = {
		loader = 'loadhyph-fr.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = { 'patois', 'francais' },
		patterns = 'hyph-fr.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: c717049
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24993 |14mu|texlive-hyphen-friulan-20120809-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26595
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-friulan
Version:	20120809
Release:	3
Summary:	Friulan hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-friulan.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Friulan in ASCII encoding. They are
supposed to comply with the common spelling of the Friulan
(Furlan) language as fixed by the Regional Law N.15/96 dated
November 6, 1996 and its following amendments.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-friulan
%_texmf_language_def_d/hyphen-friulan
%_texmf_language_lua_d/hyphen-friulan

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-friulan <<EOF
\%% from hyphen-friulan:
friulan loadhyph-fur.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-friulan
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-friulan <<EOF
\%% from hyphen-friulan:
\addlanguage{friulan}{loadhyph-fur.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-friulan
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-friulan <<EOF
-- from hyphen-friulan:
	['friulan'] = {
		loader = 'loadhyph-fur.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-fur.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120809-3
+ Revision: 87fbba6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24994 |14mu|texlive-hyphen-galician-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-galician
Version:	20120611
Release:	3
Summary:	Galician hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-galician.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Galician in T1/EC and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-galician
%_texmf_language_def_d/hyphen-galician
%_texmf_language_lua_d/hyphen-galician

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-galician <<EOF
\%% from hyphen-galician:
galician loadhyph-gl.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-galician
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-galician <<EOF
\%% from hyphen-galician:
\addlanguage{galician}{loadhyph-gl.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-galician
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-galician <<EOF
-- from hyphen-galician:
	['galician'] = {
		loader = 'loadhyph-gl.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-gl.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: c6086a5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24995 |14mu|texlive-hyphen-georgian-20131012-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30326
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-georgian
Version:	20131012
Release:	7
Summary:	Georgian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-georgian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Georgian in T8M, T8K and UTF-8
encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-georgian
%_texmf_language_def_d/hyphen-georgian
%_texmf_language_lua_d/hyphen-georgian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-georgian <<EOF
\%% from hyphen-georgian:
georgian loadhyph-ka.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-georgian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-georgian <<EOF
\%% from hyphen-georgian:
\addlanguage{georgian}{loadhyph-ka.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-georgian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-georgian <<EOF
-- from hyphen-georgian:
	['georgian'] = {
		loader = 'loadhyph-ka.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-ka.pat.txt',
		hyphenation = '',
	},
EOF

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131012-7
+ Revision: ccf1f83
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24996 |14mu|texlive-hyphen-hungarian-20120619-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category TLCore
# catalog-ctan /language/hungarian/hyphenation
# catalog-date 2012-06-19 22:38:05 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-hyphen-hungarian
Version:	20120619
Release:	7
Summary:	Hungarian hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hungarian/hyphenation
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-hungarian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-hungarian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Hungarian in T1/EC and UTF-8
encodings. From https://github.com/nagybence/huhyphn/.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-hungarian
%_texmf_language_def_d/hyphen-hungarian
%_texmf_language_lua_d/hyphen-hungarian
%doc %{_texmfdistdir}/doc/generic/huhyphen/huhyphn.pdf
%doc %{_texmfdistdir}/doc/generic/huhyphen/hyph_hu.dic
%doc %{_texmfdistdir}/doc/generic/huhyphen/searchforerrors.rb
%doc %{_texmfdistdir}/doc/generic/huhyphen/testhyphenation.rb

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-hungarian <<EOF
\%% from hyphen-hungarian:
hungarian loadhyph-hu.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-hungarian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-hungarian <<EOF
\%% from hyphen-hungarian:
\addlanguage{hungarian}{loadhyph-hu.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-hungarian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-hungarian <<EOF
-- from hyphen-hungarian:
	['hungarian'] = {
		loader = 'loadhyph-hu.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-hu.pat.txt',
		hyphenation = '',
	},
EOF

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120619-7
+ Revision: 28c1c40
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24997 |14mu|texlive-hyphen-icelandic-20070417-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan /language/hyphenation/icehyph.tex
# catalog-date 2007-04-17 11:56:04 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-hyphen-icelandic
Version:	20070417
Release:	5
Summary:	Icelandic hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/icehyph.tex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-icelandic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Icelandic in T1/EC and UTF-8
encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-icelandic
%_texmf_language_def_d/hyphen-icelandic
%_texmf_language_lua_d/hyphen-icelandic

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-icelandic <<EOF
\%% from hyphen-icelandic:
icelandic loadhyph-is.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-icelandic
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-icelandic <<EOF
\%% from hyphen-icelandic:
\addlanguage{icelandic}{loadhyph-is.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-icelandic
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-icelandic <<EOF
-- from hyphen-icelandic:
	['icelandic'] = {
		loader = 'loadhyph-is.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-is.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070417-5
+ Revision: 85fd4de
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24998 |14mu|texlive-hyphen-indic-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-indic
Version:	20120611
Release:	3
Summary:	Indic hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-indic.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Assamese, Bengali, Gujarati, Hindi,
Kannada, Malayalam, Marathi, Oriya, Panjabi, Tamil and Telugu
for Unicode engines.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-indic
%_texmf_language_def_d/hyphen-indic
%_texmf_language_lua_d/hyphen-indic

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-indic <<EOF
\%% from hyphen-indic:
assamese loadhyph-as.tex
bengali loadhyph-bn.tex
gujarati loadhyph-gu.tex
hindi loadhyph-hi.tex
kannada loadhyph-kn.tex
malayalam loadhyph-ml.tex
marathi loadhyph-mr.tex
oriya loadhyph-or.tex
panjabi loadhyph-pa.tex
tamil loadhyph-ta.tex
telugu loadhyph-te.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-indic
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-indic <<EOF
\%% from hyphen-indic:
\addlanguage{assamese}{loadhyph-as.tex}{}{1}{1}
\addlanguage{bengali}{loadhyph-bn.tex}{}{1}{1}
\addlanguage{gujarati}{loadhyph-gu.tex}{}{1}{1}
\addlanguage{hindi}{loadhyph-hi.tex}{}{1}{1}
\addlanguage{kannada}{loadhyph-kn.tex}{}{1}{1}
\addlanguage{malayalam}{loadhyph-ml.tex}{}{1}{1}
\addlanguage{marathi}{loadhyph-mr.tex}{}{1}{1}
\addlanguage{oriya}{loadhyph-or.tex}{}{1}{1}
\addlanguage{panjabi}{loadhyph-pa.tex}{}{1}{1}
\addlanguage{tamil}{loadhyph-ta.tex}{}{1}{1}
\addlanguage{telugu}{loadhyph-te.tex}{}{1}{1}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-indic
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-indic <<EOF
-- from hyphen-indic:
	['assamese'] = {
		loader = 'loadhyph-as.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-as.pat.txt',
		hyphenation = '',
	},
	['bengali'] = {
		loader = 'loadhyph-bn.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-bn.pat.txt',
		hyphenation = '',
	},
	['gujarati'] = {
		loader = 'loadhyph-gu.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-gu.pat.txt',
		hyphenation = '',
	},
	['hindi'] = {
		loader = 'loadhyph-hi.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-hi.pat.txt',
		hyphenation = '',
	},
	['kannada'] = {
		loader = 'loadhyph-kn.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-kn.pat.txt',
		hyphenation = '',
	},
	['malayalam'] = {
		loader = 'loadhyph-ml.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-ml.pat.txt',
		hyphenation = '',
	},
	['marathi'] = {
		loader = 'loadhyph-mr.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-mr.pat.txt',
		hyphenation = '',
	},
	['oriya'] = {
		loader = 'loadhyph-or.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-or.pat.txt',
		hyphenation = '',
	},
	['panjabi'] = {
		loader = 'loadhyph-pa.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-pa.pat.txt',
		hyphenation = '',
	},
	['tamil'] = {
		loader = 'loadhyph-ta.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-ta.pat.txt',
		hyphenation = '',
	},
	['telugu'] = {
		loader = 'loadhyph-te.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-te.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: 8415380
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 24999 |14mu|texlive-hyphen-indonesian-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-indonesian
Version:	20120611
Release:	3
Summary:	Indonesian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-indonesian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Indonesian (Bahasa Indonesia) in ASCII
encoding.  They are probably also usable for Malay (Bahasa
Melayu).


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-indonesian
%_texmf_language_def_d/hyphen-indonesian
%_texmf_language_lua_d/hyphen-indonesian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-indonesian <<EOF
\%% from hyphen-indonesian:
indonesian loadhyph-id.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-indonesian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-indonesian <<EOF
\%% from hyphen-indonesian:
\addlanguage{indonesian}{loadhyph-id.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-indonesian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-indonesian <<EOF
-- from hyphen-indonesian:
	['indonesian'] = {
		loader = 'loadhyph-id.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-id.pat.txt',
		hyphenation = 'hyph-id.hyp.txt',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: 8cf0b2a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25000 |14mu|texlive-hyphen-interlingua-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-interlingua
Version:	20120611
Release:	3
Summary:	Interlingua hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-interlingua.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Interlingua in ASCII encoding.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-interlingua
%_texmf_language_def_d/hyphen-interlingua
%_texmf_language_lua_d/hyphen-interlingua

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-interlingua <<EOF
\%% from hyphen-interlingua:
interlingua loadhyph-ia.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-interlingua
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-interlingua <<EOF
\%% from hyphen-interlingua:
\addlanguage{interlingua}{loadhyph-ia.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-interlingua
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-interlingua <<EOF
-- from hyphen-interlingua:
	['interlingua'] = {
		loader = 'loadhyph-ia.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-ia.pat.txt',
		hyphenation = 'hyph-ia.hyp.txt',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: 144c4b1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25001 |14mu|texlive-hyphen-irish-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-irish
Version:	20120611
Release:	3
Summary:	Irish hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-irish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Irish (Gaeilge) in T1/EC and UTF-8
encodings. Visit http://borel.slu.edu/fleiscin/index.html for
more information.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-irish
%_texmf_language_def_d/hyphen-irish
%_texmf_language_lua_d/hyphen-irish

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-irish <<EOF
\%% from hyphen-irish:
irish loadhyph-ga.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-irish
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-irish <<EOF
\%% from hyphen-irish:
\addlanguage{irish}{loadhyph-ga.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-irish
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-irish <<EOF
-- from hyphen-irish:
	['irish'] = {
		loader = 'loadhyph-ga.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-ga.pat.txt',
		hyphenation = 'hyph-ga.hyp.txt',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: 4a7261f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25002 |14mu|texlive-hyphen-italian-4.8g-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan /language/hyphenation/ithyph.tex
# catalog-date 2009-09-29 00:01:21 +0200
# catalog-license lgpl
# catalog-version 4.8g
Name:		texlive-hyphen-italian
Version:	4.8g
Release:	6
Summary:	Italian hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/ithyph.tex
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-italian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Italian in ASCII encoding. Compliant
with the Recommendation UNI 6461 on hyphenation issued by the
Italian Standards Institution (Ente Nazionale di Unificazione
UNI).


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-italian
%_texmf_language_def_d/hyphen-italian
%_texmf_language_lua_d/hyphen-italian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-italian <<EOF
\%% from hyphen-italian:
italian loadhyph-it.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-italian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-italian <<EOF
\%% from hyphen-italian:
\addlanguage{italian}{loadhyph-it.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-italian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-italian <<EOF
-- from hyphen-italian:
	['italian'] = {
		loader = 'loadhyph-it.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-it.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.8g-6
+ Revision: b2dcc2b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25003 |14mu|texlive-hyphen-kurmanji-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-kurmanji
Version:	20120611
Release:	3
Summary:	Kurmanji hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-kurmanji.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Kurmanji (Northern Kurdish) as spoken
in Turkey and by the Kurdish diaspora in Europe, in T1/EC and
UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-kurmanji
%_texmf_language_def_d/hyphen-kurmanji
%_texmf_language_lua_d/hyphen-kurmanji

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-kurmanji <<EOF
\%% from hyphen-kurmanji:
kurmanji loadhyph-kmr.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-kurmanji
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-kurmanji <<EOF
\%% from hyphen-kurmanji:
\addlanguage{kurmanji}{loadhyph-kmr.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-kurmanji
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-kurmanji <<EOF
-- from hyphen-kurmanji:
	['kurmanji'] = {
		loader = 'loadhyph-kmr.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-kmr.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: db0b080
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25004 |14mu|texlive-hyphen-lao-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-lao
Version:	20120124
Release:	3
Summary:	Lao hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-lao.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Lao language for Unicode engines.
Current version is experimental and gives bad results.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-lao
%_texmf_language_def_d/hyphen-lao
%_texmf_language_lua_d/hyphen-lao

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-lao <<EOF
\%% from hyphen-lao:
lao loadhyph-lo.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-lao
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-lao <<EOF
\%% from hyphen-lao:
\addlanguage{lao}{loadhyph-lo.tex}{}{1}{1}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-lao
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-lao <<EOF
-- from hyphen-lao:
	['lao'] = {
		loader = 'loadhyph-lo.tex',
		lefthyphenmin = 1,
		righthyphenmin = 1,
		synonyms = {  },
		patterns = 'hyph-lo.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: 2e71683
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25005 |14mu|texlive-hyphen-latin-3.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan /language/hyphenation/lahyph.tex
# catalog-date 2009-09-29 00:01:21 +0200
# catalog-license lppl
# catalog-version 3.1
Name:		texlive-hyphen-latin
Version:	3.1
Release:	6
Summary:	Latin hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/lahyph.tex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-latin.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Latin in T1/EC and UTF-8 encodings,
mainly in modern spelling (u when u is needed and v when v is
needed), medieval spelling with the ligatures \ae and \oe and
the (uncial) lowercase 'v' written as a 'u' is also supported.
Apparently there is no conflict between the patterns of modern
Latin and those of medieval Latin.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-latin
%_texmf_language_def_d/hyphen-latin
%_texmf_language_lua_d/hyphen-latin

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-latin <<EOF
\%% from hyphen-latin:
latin loadhyph-la.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-latin
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-latin <<EOF
\%% from hyphen-latin:
\addlanguage{latin}{loadhyph-la.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-latin
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-latin <<EOF
-- from hyphen-latin:
	['latin'] = {
		loader = 'loadhyph-la.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-la.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1-6
+ Revision: 32da374
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25006 |14mu|texlive-hyphen-latvian-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-latvian
Version:	20120611
Release:	3
Summary:	Latvian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-latvian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Latvian in L7X and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-latvian
%_texmf_language_def_d/hyphen-latvian
%_texmf_language_lua_d/hyphen-latvian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-latvian <<EOF
\%% from hyphen-latvian:
latvian loadhyph-lv.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-latvian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-latvian <<EOF
\%% from hyphen-latvian:
\addlanguage{latvian}{loadhyph-lv.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-latvian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-latvian <<EOF
-- from hyphen-latvian:
	['latvian'] = {
		loader = 'loadhyph-lv.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-lv.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: 95eac4c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25007 |14mu|texlive-hyphen-lithuanian-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-lithuanian
Version:	20120124
Release:	3
Summary:	Lithuanian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-lithuanian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Lithuanian in L7X and UTF-8 encodings.
\lefthyphenmin and \righthyphenmin have to be at least 2.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-lithuanian
%_texmf_language_def_d/hyphen-lithuanian
%_texmf_language_lua_d/hyphen-lithuanian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-lithuanian <<EOF
\%% from hyphen-lithuanian:
lithuanian loadhyph-lt.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-lithuanian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-lithuanian <<EOF
\%% from hyphen-lithuanian:
\addlanguage{lithuanian}{loadhyph-lt.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-lithuanian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-lithuanian <<EOF
-- from hyphen-lithuanian:
	['lithuanian'] = {
		loader = 'loadhyph-lt.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-lt.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: f7724ba
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25008 |14mu|texlive-hyphen-mongolian-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-mongolian
Version:	20120611
Release:	3
Summary:	Mongolian hyphenation patterns in Cyrillic script
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-mongolian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Mongolian in T2A, LMC and UTF-8
encodings. LMC encoding is used in MonTeX. The package includes
two sets of patterns that will hopefully be merged in future.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-mongolian
%_texmf_language_def_d/hyphen-mongolian
%_texmf_language_lua_d/hyphen-mongolian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-mongolian <<EOF
\%% from hyphen-mongolian:
mongolian loadhyph-mn-cyrl.tex
mongolianlmc loadhyph-mn-cyrl-x-lmc.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-mongolian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-mongolian <<EOF
\%% from hyphen-mongolian:
\addlanguage{mongolian}{loadhyph-mn-cyrl.tex}{}{2}{2}
\addlanguage{mongolianlmc}{loadhyph-mn-cyrl-x-lmc.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-mongolian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-mongolian <<EOF
-- from hyphen-mongolian:
	['mongolian'] = {
		loader = 'loadhyph-mn-cyrl.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-mn-cyrl.pat.txt',
		hyphenation = '',
	},
	['mongolianlmc'] = {
		loader = 'loadhyph-mn-cyrl-x-lmc.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		special = 'disabled:only for 8bit montex with lmc encoding',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: 5d2d1af
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25009 |14mu|texlive-hyphen-norwegian-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-norwegian
Version:	20120124
Release:	3
Summary:	Norwegian Bokmal and Nynorsk hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-norwegian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Norwegian Bokmal and Nynorsk in T1/EC
and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-norwegian
%_texmf_language_def_d/hyphen-norwegian
%_texmf_language_lua_d/hyphen-norwegian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-norwegian <<EOF
\%% from hyphen-norwegian:
bokmal loadhyph-nb.tex
=norwegian
=norsk
nynorsk loadhyph-nn.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-norwegian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-norwegian <<EOF
\%% from hyphen-norwegian:
\addlanguage{bokmal}{loadhyph-nb.tex}{}{2}{2}
\addlanguage{norwegian}{loadhyph-nb.tex}{}{2}{2}
\addlanguage{norsk}{loadhyph-nb.tex}{}{2}{2}
\addlanguage{nynorsk}{loadhyph-nn.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-norwegian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-norwegian <<EOF
-- from hyphen-norwegian:
	['bokmal'] = {
		loader = 'loadhyph-nb.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = { 'norwegian', 'norsk' },
		patterns = 'hyph-nb.pat.txt',
		hyphenation = 'hyph-nb.hyp.txt',
	},
	['nynorsk'] = {
		loader = 'loadhyph-nn.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-nn.pat.txt',
		hyphenation = 'hyph-nn.hyp.txt',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: ce7b806
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25010 |14mu|texlive-hyphen-piedmontese-20131011-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29193
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-piedmontese
Version:	20131011
Release:	7
Summary:	Piedmontese hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-piedmontese.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Piedmontese in ASCII encoding.
Compliant with 'Gramatica dla lengua piemonteisa' by Camillo
Brero.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-piedmontese
%_texmf_language_def_d/hyphen-piedmontese
%_texmf_language_lua_d/hyphen-piedmontese

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-piedmontese <<EOF
\%% from hyphen-piedmontese:
piedmontese loadhyph-pms.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-piedmontese
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-piedmontese <<EOF
\%% from hyphen-piedmontese:
\addlanguage{piedmontese}{loadhyph-pms.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-piedmontese
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-piedmontese <<EOF
-- from hyphen-piedmontese:
	['piedmontese'] = {
		loader = 'loadhyph-pms.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-pms.pat.txt',
		hyphenation = '',
	},
EOF

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131011-7
+ Revision: 0ee8ea9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25011 |14mu|texlive-hyphen-polish-3.0a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan /language/polish/plhyph.tex
# catalog-date 2009-10-07 21:35:42 +0200
# catalog-license knuth
# catalog-version 3.0a
Name:		texlive-hyphen-polish
Version:	3.0a
Release:	6
Summary:	Polish hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/polish/plhyph.tex
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-polish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Polish in QX and UTF-8 encodings.
These patterns are also used by Polish TeX formats MeX and
LaMeX.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-polish
%_texmf_language_def_d/hyphen-polish
%_texmf_language_lua_d/hyphen-polish

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-polish <<EOF
\%% from hyphen-polish:
polish loadhyph-pl.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-polish
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-polish <<EOF
\%% from hyphen-polish:
\addlanguage{polish}{loadhyph-pl.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-polish
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-polish <<EOF
-- from hyphen-polish:
	['polish'] = {
		loader = 'loadhyph-pl.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-pl.pat.txt',
		hyphenation = 'hyph-pl.hyp.txt',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0a-6
+ Revision: d97f98b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25012 |14mu|texlive-hyphen-portuguese-20131011-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31125
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-portuguese
Version:	20131011
Release:	7
Summary:	Portuguese hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-portuguese.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Portuguese in T1/EC and UTF-8
encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-portuguese
%_texmf_language_def_d/hyphen-portuguese
%_texmf_language_lua_d/hyphen-portuguese

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-portuguese <<EOF
\%% from hyphen-portuguese:
portuguese loadhyph-pt.tex
=portuges
=brazil
=brazilian
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-portuguese
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-portuguese <<EOF
\%% from hyphen-portuguese:
\addlanguage{portuguese}{loadhyph-pt.tex}{}{2}{3}
\addlanguage{portuges}{loadhyph-pt.tex}{}{2}{3}
\addlanguage{brazil}{loadhyph-pt.tex}{}{2}{3}
\addlanguage{brazilian}{loadhyph-pt.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-portuguese
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-portuguese <<EOF
-- from hyphen-portuguese:
	['portuguese'] = {
		loader = 'loadhyph-pt.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = { 'portuges', 'brazil', 'brazilian' },
		patterns = 'hyph-pt.pat.txt',
		hyphenation = 'hyph-pt.hyp.txt',
	},
EOF

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131011-7
+ Revision: ba88875
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25013 |14mu|texlive-hyphen-romanian-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-romanian
Version:	20120611
Release:	3
Summary:	Romanian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-romanian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Romanian in T1/EC and UTF-8 encodings.
The UTF-8 patterns use U+0219 for the character 's with comma
accent' and U+021B for 't with comma accent', but we may
consider using U+015F and U+0163 as well in the future.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-romanian
%_texmf_language_def_d/hyphen-romanian
%_texmf_language_lua_d/hyphen-romanian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-romanian <<EOF
\%% from hyphen-romanian:
romanian loadhyph-ro.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-romanian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-romanian <<EOF
\%% from hyphen-romanian:
\addlanguage{romanian}{loadhyph-ro.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-romanian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-romanian <<EOF
-- from hyphen-romanian:
	['romanian'] = {
		loader = 'loadhyph-ro.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-ro.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: fda96c4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25014 |14mu|texlive-hyphen-romansh-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-romansh
Version:	20120611
Release:	3
Summary:	Romansh hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-romansh.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Romansh in ASCII encoding. They are
supposed to comply with the rules indicated by the Lia
Rumantscha (Romansh language society).


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-romansh
%_texmf_language_def_d/hyphen-romansh
%_texmf_language_lua_d/hyphen-romansh

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-romansh <<EOF
\%% from hyphen-romansh:
romansh loadhyph-rm.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-romansh
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-romansh <<EOF
\%% from hyphen-romansh:
\addlanguage{romansh}{loadhyph-rm.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-romansh
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-romansh <<EOF
-- from hyphen-romansh:
	['romansh'] = {
		loader = 'loadhyph-rm.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-rm.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: 2e02cfa
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25015 |14mu|texlive-hyphen-russian-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-russian
Version:	20120124
Release:	3
Summary:	Russian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-russian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8
Requires:	texlive-ruhyphen

%description
Hyphenation patterns for Russian in T2A and UTF-8 encodings.
For 8-bit engines, the 'ruhyphen' package provides a number of
different pattern sets, as well as different (8-bit) encodings,
that can be chosen at format-generation time.  The UTF-8
version only provides the default pattern set.  A mechanism
similar to the one used for 8-bit patterns may be implemented
in the future.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-russian
%_texmf_language_def_d/hyphen-russian
%_texmf_language_lua_d/hyphen-russian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-russian <<EOF
\%% from hyphen-russian:
russian loadhyph-ru.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-russian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-russian <<EOF
\%% from hyphen-russian:
\addlanguage{russian}{loadhyph-ru.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-russian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-russian <<EOF
-- from hyphen-russian:
	['russian'] = {
		loader = 'loadhyph-ru.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-ru.pat.txt',
		hyphenation = 'hyph-ru.hyp.txt',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: 6b32695
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25016 |14mu|texlive-hyphen-sanskrit-20131011-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28522
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-sanskrit
Version:	20131011
Release:	7
Summary:	Sanskrit hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-sanskrit.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Sanskrit and Prakrit in
transliteration, and in Devanagari, Bengali, Kannada, Malayalam
and Telugu scripts for Unicode engines.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-sanskrit
%_texmf_language_def_d/hyphen-sanskrit
%_texmf_language_lua_d/hyphen-sanskrit

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-sanskrit <<EOF
\%% from hyphen-sanskrit:
sanskrit loadhyph-sa.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-sanskrit
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-sanskrit <<EOF
\%% from hyphen-sanskrit:
\addlanguage{sanskrit}{loadhyph-sa.tex}{}{1}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-sanskrit
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-sanskrit <<EOF
-- from hyphen-sanskrit:
	['sanskrit'] = {
		loader = 'loadhyph-sa.tex',
		lefthyphenmin = 1,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-sa.pat.txt',
		hyphenation = '',
	},
EOF

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131011-7
+ Revision: e260660
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25017 |14mu|texlive-hyphen-serbian-1.0a-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan /language/hyphenation/srhyphc.tex
# catalog-date 2007-02-28 00:02:05 +0100
# catalog-license gpl
# catalog-version 1.0a
Name:		texlive-hyphen-serbian
Version:	1.0a
Release:	6
Summary:	Serbian hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/srhyphc.tex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-serbian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Serbian in T1/EC, T2A and UTF-8
encodings. For 8-bit engines the patterns are available
separately as 'serbian' in T1/EC encoding for Latin script and
'serbianc' in T2A encoding for Cyrillic script. Unicode engines
should only use 'serbian' which has patterns in both scripts
combined.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-serbian
%_texmf_language_def_d/hyphen-serbian
%_texmf_language_lua_d/hyphen-serbian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-serbian <<EOF
\%% from hyphen-serbian:
serbian loadhyph-sr-latn.tex
serbianc loadhyph-sr-cyrl.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-serbian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-serbian <<EOF
\%% from hyphen-serbian:
\addlanguage{serbian}{loadhyph-sr-latn.tex}{}{2}{2}
\addlanguage{serbianc}{loadhyph-sr-cyrl.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-serbian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-serbian <<EOF
-- from hyphen-serbian:
	['serbian'] = {
		loader = 'loadhyph-sr-latn.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-sh-latn.pat.txt,hyph-sh-cyrl.pat.txt',
		hyphenation = 'hyph-sh-latn.hyp.txt,hyph-sh-cyrl.hyp.txt',
	},
	['serbianc'] = {
		loader = 'loadhyph-sr-cyrl.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-sh-latn.pat.txt,hyph-sh-cyrl.pat.txt',
		hyphenation = 'hyph-sh-latn.hyp.txt,hyph-sh-cyrl.hyp.txt',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-6
+ Revision: 989d620
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25018 |14mu|texlive-hyphen-slovak-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-slovak
Version:	20120611
Release:	3
Summary:	Slovak hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-slovak.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Slovak in T1/EC and UTF-8 encodings.
Original patterns 'skhyphen' are still distributed in the
'csplain' package and loaded with ISO Latin 2 encoding (IL2).


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-slovak
%_texmf_language_def_d/hyphen-slovak
%_texmf_language_lua_d/hyphen-slovak

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-slovak <<EOF
\%% from hyphen-slovak:
slovak loadhyph-sk.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-slovak
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-slovak <<EOF
\%% from hyphen-slovak:
\addlanguage{slovak}{loadhyph-sk.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-slovak
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-slovak <<EOF
-- from hyphen-slovak:
	['slovak'] = {
		loader = 'loadhyph-sk.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-sk.pat.txt',
		hyphenation = 'hyph-sk.hyp.txt',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: ece22f3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25019 |14mu|texlive-hyphen-slovenian-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-slovenian
Version:	20120611
Release:	3
Summary:	Slovenian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-slovenian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Slovenian in T1/EC and UTF-8
encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-slovenian
%_texmf_language_def_d/hyphen-slovenian
%_texmf_language_lua_d/hyphen-slovenian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-slovenian <<EOF
\%% from hyphen-slovenian:
slovenian loadhyph-sl.tex
=slovene
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-slovenian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-slovenian <<EOF
\%% from hyphen-slovenian:
\addlanguage{slovenian}{loadhyph-sl.tex}{}{2}{2}
\addlanguage{slovene}{loadhyph-sl.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-slovenian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-slovenian <<EOF
-- from hyphen-slovenian:
	['slovenian'] = {
		loader = 'loadhyph-sl.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = { 'slovene' },
		patterns = 'hyph-sl.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: 672714d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25020 |14mu|texlive-hyphen-spanish-4.5-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan /language/spanish/hyphen/base
# catalog-date 2009-08-01 23:35:18 +0200
# catalog-license lppl
# catalog-version 4.5
Name:		texlive-hyphen-spanish
Version:	4.5
Release:	6
Summary:	Spanish hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/spanish/hyphen/base
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-spanish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Spanish in T1/EC and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-spanish
%_texmf_language_def_d/hyphen-spanish
%_texmf_language_lua_d/hyphen-spanish

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-spanish <<EOF
\%% from hyphen-spanish:
spanish loadhyph-es.tex
=espanol
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-spanish
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-spanish <<EOF
\%% from hyphen-spanish:
\addlanguage{spanish}{loadhyph-es.tex}{}{2}{2}
\addlanguage{espanol}{loadhyph-es.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-spanish
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-spanish <<EOF
-- from hyphen-spanish:
	['spanish'] = {
		loader = 'loadhyph-es.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = { 'espanol' },
		patterns = 'hyph-es.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.5-6
+ Revision: 86f51b1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25021 |14mu|texlive-hyphen-swedish-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-swedish
Version:	20120124
Release:	3
Summary:	Swedish hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-swedish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Swedish in T1/EC and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-swedish
%_texmf_language_def_d/hyphen-swedish
%_texmf_language_lua_d/hyphen-swedish

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-swedish <<EOF
\%% from hyphen-swedish:
swedish loadhyph-sv.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-swedish
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-swedish <<EOF
\%% from hyphen-swedish:
\addlanguage{swedish}{loadhyph-sv.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-swedish
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-swedish <<EOF
-- from hyphen-swedish:
	['swedish'] = {
		loader = 'loadhyph-sv.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-sv.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: 4f8166a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25022 |14mu|texlive-hyphen-thai-20131011-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30605
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-thai
Version:	20131011
Release:	7
Summary:	Thai hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-thai.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Thai in LTH and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-thai
%_texmf_language_def_d/hyphen-thai
%_texmf_language_lua_d/hyphen-thai

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-thai <<EOF
\%% from hyphen-thai:
thai loadhyph-th.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-thai
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-thai <<EOF
\%% from hyphen-thai:
\addlanguage{thai}{loadhyph-th.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-thai
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-thai <<EOF
-- from hyphen-thai:
	['thai'] = {
		loader = 'loadhyph-th.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-th.pat.txt',
		hyphenation = '',
	},
EOF

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131011-7
+ Revision: 02e5dce
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25023 |14mu|texlive-hyphen-turkish-20110223-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan /language/hyphenation/tkhyph.tex
# catalog-date 2011-02-23 08:51:21 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-hyphen-turkish
Version:	20110223
Release:	5
Summary:	Turkish hyphenation patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/hyphenation/tkhyph.tex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-turkish.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Turkish in T1/EC and UTF-8 encodings.
The patterns for Turkish were first produced for the Ottoman
Texts Project in 1987 and were suitable for both Modern Turkish
and Ottoman Turkish in Latin script, however the required
character set didn't fit into EC encoding, so support for
Ottoman Turkish had to be dropped to keep compatibility with 8-
bit engines.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-turkish
%_texmf_language_def_d/hyphen-turkish
%_texmf_language_lua_d/hyphen-turkish

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-turkish <<EOF
\%% from hyphen-turkish:
turkish loadhyph-tr.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-turkish
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-turkish <<EOF
\%% from hyphen-turkish:
\addlanguage{turkish}{loadhyph-tr.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-turkish
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-turkish <<EOF
-- from hyphen-turkish:
	['turkish'] = {
		loader = 'loadhyph-tr.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-tr.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110223-5
+ Revision: e753ff0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25024 |14mu|texlive-hyphen-turkmen-20120611-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25990
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-turkmen
Version:	20120611
Release:	3
Summary:	Turkmen hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-turkmen.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Turkmen in T1/EC and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-turkmen
%_texmf_language_def_d/hyphen-turkmen
%_texmf_language_lua_d/hyphen-turkmen

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-turkmen <<EOF
\%% from hyphen-turkmen:
turkmen loadhyph-tk.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-turkmen
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-turkmen <<EOF
\%% from hyphen-turkmen:
\addlanguage{turkmen}{loadhyph-tk.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-turkmen
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-turkmen <<EOF
-- from hyphen-turkmen:
	['turkmen'] = {
		loader = 'loadhyph-tk.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-tk.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120611-3
+ Revision: cf9297b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25025 |14mu|texlive-hyphen-ukrainian-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-ukrainian
Version:	20120124
Release:	3
Summary:	Ukrainian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-ukrainian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8
Requires:	texlive-ukrhyph

%description
Hyphenation patterns for Ukrainian in T2A and UTF-8 encodings.
For 8-bit engines, the 'ukrhyph' package provides a number of
different pattern sets, as well as different (8-bit) encodings,
that can be chosen at format-generation time.  The UTF-8
version only provides the default pattern set.  A mechanism
similar to the one used for 8-bit patterns may be implemented
in the future.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-ukrainian
%_texmf_language_def_d/hyphen-ukrainian
%_texmf_language_lua_d/hyphen-ukrainian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-ukrainian <<EOF
\%% from hyphen-ukrainian:
ukrainian loadhyph-uk.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-ukrainian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-ukrainian <<EOF
\%% from hyphen-ukrainian:
\addlanguage{ukrainian}{loadhyph-uk.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-ukrainian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-ukrainian <<EOF
-- from hyphen-ukrainian:
	['ukrainian'] = {
		loader = 'loadhyph-uk.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-uk.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: b1a67e5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25026 |14mu|texlive-hyphen-uppersorbian-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-uppersorbian
Version:	20120124
Release:	3
Summary:	Upper Sorbian hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-uppersorbian.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Upper Sorbian in T1/EC and UTF-8
encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-uppersorbian
%_texmf_language_def_d/hyphen-uppersorbian
%_texmf_language_lua_d/hyphen-uppersorbian

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-uppersorbian <<EOF
\%% from hyphen-uppersorbian:
uppersorbian loadhyph-hsb.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-uppersorbian
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-uppersorbian <<EOF
\%% from hyphen-uppersorbian:
\addlanguage{uppersorbian}{loadhyph-hsb.tex}{}{2}{2}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-uppersorbian
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-uppersorbian <<EOF
-- from hyphen-uppersorbian:
	['uppersorbian'] = {
		loader = 'loadhyph-hsb.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = {  },
		patterns = 'hyph-hsb.pat.txt',
		hyphenation = 'hyph-hsb.hyp.txt',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: cf95c34
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25027 |14mu|texlive-hyphen-welsh-20120124-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23085
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-hyphen-welsh
Version:	20120124
Release:	3
Summary:	Welsh hyphenation patterns
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-welsh.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-hyphen-base
Requires:	texlive-hyph-utf8

%description
Hyphenation patterns for Welsh in T1/EC and UTF-8 encodings.


#-----------------------------------------------------------------------
%files
%_texmf_language_dat_d/hyphen-welsh
%_texmf_language_def_d/hyphen-welsh
%_texmf_language_lua_d/hyphen-welsh

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmf_language_dat_d}
cat > %{buildroot}%{_texmf_language_dat_d}/hyphen-welsh <<EOF
\%% from hyphen-welsh:
welsh loadhyph-cy.tex
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_dat_d}/hyphen-welsh
mkdir -p %{buildroot}%{_texmf_language_def_d}
cat > %{buildroot}%{_texmf_language_def_d}/hyphen-welsh <<EOF
\%% from hyphen-welsh:
\addlanguage{welsh}{loadhyph-cy.tex}{}{2}{3}
EOF
perl -pi -e 's|\\%%|%%|;' %{buildroot}%{_texmf_language_def_d}/hyphen-welsh
mkdir -p %{buildroot}%{_texmf_language_lua_d}
cat > %{buildroot}%{_texmf_language_lua_d}/hyphen-welsh <<EOF
-- from hyphen-welsh:
	['welsh'] = {
		loader = 'loadhyph-cy.tex',
		lefthyphenmin = 2,
		righthyphenmin = 3,
		synonyms = {  },
		patterns = 'hyph-cy.pat.txt',
		hyphenation = '',
	},
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120124-3
+ Revision: 9deb200
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25028 |14mu|texlive-hyph-utf8-20130508-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30757
# category Package
# catalog-ctan /language/hyph-utf8
# catalog-date 2013-05-08 01:16:25 +0200
# catalog-license other-free
# catalog-version undef
Summary:	Hyphenation patterns expressed in UTF-8
Name:		texlive-hyph-utf8
Version:	20130508
Release:	9
License:	OTHER-FREE
Group:		Publishing
Url:		http://www.ctan.org/tex-archive/language/hyph-utf8
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyph-utf8.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyph-utf8.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/hyph-utf8.source.tar.xz
Source10:	%{name}.rpmlintrc
BuildRequires:	texlive-tlpkg
# Used via import
Requires:	texlive-hyphen-ancientgreek
Requires:	texlive-hyphen-base
Requires:	texlive-hyphen-german
Requires:	texlive-hyphen-greek
Requires:	texlive-ruhyphen
Requires:	texlive-thailatex
Requires:	texlive-ukrhyph
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
BuildArch:	noarch

%description
Modern native UTF-8 engines such as XeTeX and LuaTeX need
hyphenation patterns in UTF-8 format, whereas older systems
require hyphenation patterns in the 8-bit encoding of the font
in use (such encodings are codified in the LaTeX scheme with
names like OT1, T2A, TS1, OML, LY1, etc). The present package
offers a collection of conversions of existing patterns to UTF-
8 format, together with converters for use with 8-bit fonts in
older systems. Since hyphenation patterns for Knuthian-style
TeX systems are only read at iniTeX time, it is hoped that the
UTF-8 patterns, with their converters, will completely supplant
the older patterns.

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-il2.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-il3.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-l7x.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-lmc.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-lth.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-qx.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-t2a.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/conversions/conv-utf8-t8m.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-as.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-bg.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-bn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-cop.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-cs.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-cy.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-da.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1996.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-de-ch-1901.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-el-monoton.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-el-polyton.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-en-gb.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-en-us.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-eo.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-es.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-et.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-eu.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-fi.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-fur.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-gl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-grc.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-gu.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-hi.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-hr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-hsb.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-hu.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-hy.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ia.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-id.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-is.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-it.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ka.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-kmr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-kn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-la.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-lv.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ml.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl-x-lmc.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-mr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-mul-ethi.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-nb.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-nl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-nn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-or.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-pa.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-pl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-pms.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-pt.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-rm.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ro.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-sk.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-sl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-cyrl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-latn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-sv.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-ta.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-te.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-th.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-tk.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-tr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-af.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-bg.t2a.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-ca.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-cs.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-cy.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-da.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1901.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1996.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-de-ch-1901.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-eo.il3.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-es.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-et.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-eu.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-fi.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-fr.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-fur.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-ga.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-gl.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-hr.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-hsb.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-hu.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-is.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-ka.t8m.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-kmr.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-la.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-lt.l7x.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-lv.l7x.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-mn-cyrl-x-lmc.lmc.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-mn-cyrl.t2a.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-nb.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-nl.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-nn.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-pl.qx.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-pt.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-ro.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-ru.t2a.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-cyrl.t2a.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-latn.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-sk.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-sl.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-sv.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-th.lth.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-tk.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-tr.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-uk.t2a.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/ptex/hyph-zh-latn-pinyin.ec.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-af.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-fr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-fur.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-it.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-pms.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-rm.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-uk.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/quote/hyph-quote-zh-latn-pinyin.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex-8bit/copthyph.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-af.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-as.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-bg.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-bn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ca.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-cop.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-cs.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-cy.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-da.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-de-1901.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-de-1996.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-de-ch-1901.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-el-monoton.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-el-polyton.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-en-gb.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-en-us.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-eo.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-es.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-et.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-eu.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-fi.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-fr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-fur.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ga.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-gl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-grc.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-gu.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-hi.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-hr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-hsb.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-hu.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-hy.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ia.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-id.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-is.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-it.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ka.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-kmr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-kn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-la.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-lt.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-lv.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ml.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-mn-cyrl-x-lmc.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-mn-cyrl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-mr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-mul-ethi.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-nb.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-nl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-nn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-no.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-or.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-pa.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-pl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-pms.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-pt.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-rm.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ro.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ru.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-sa.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-sh-cyrl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-sh-latn.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-sl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-sr-cyrl.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-sv.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-ta.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-te.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-th.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-tk.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-tr.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-uk.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/tex/hyph-zh-latn-pinyin.tex
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-af.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-af.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-af.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-af.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-as.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-as.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-as.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-as.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bg.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bg.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bg.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bg.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bn.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bn.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bn.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-bn.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ca.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ca.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ca.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ca.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cop.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cop.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cop.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cop.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cs.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cs.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cs.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cs.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cy.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cy.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cy.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-cy.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-da.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-da.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-da.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-da.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eo.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eo.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eo.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eo.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-es.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-es.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-es.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-es.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-et.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-et.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-et.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-et.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eu.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eu.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eu.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-eu.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fi.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fi.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fi.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fi.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fr.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fr.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fr.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fr.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fur.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fur.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fur.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-fur.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ga.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ga.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ga.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ga.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gl.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gl.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gl.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gl.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-grc.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-grc.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-grc.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-grc.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gu.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gu.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gu.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-gu.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hi.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hi.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hi.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hi.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hr.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hr.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hr.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hr.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hu.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hu.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hu.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hu.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hy.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hy.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hy.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-hy.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ia.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ia.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ia.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ia.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-id.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-id.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-id.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-id.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-is.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-is.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-is.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-is.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-it.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-it.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-it.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-it.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ka.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ka.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ka.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ka.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kn.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kn.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kn.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-kn.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-la.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-la.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-la.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-la.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lt.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lt.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lt.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lt.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lv.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lv.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lv.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-lv.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ml.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ml.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ml.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ml.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mr.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mr.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mr.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mr.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nb.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nb.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nb.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nb.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nl.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nl.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nl.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nl.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nn.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nn.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nn.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-nn.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-or.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-or.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-or.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-or.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pa.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pa.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pa.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pa.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pl.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pl.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pl.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pl.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pms.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pms.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pms.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pms.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pt.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pt.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pt.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-pt.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-rm.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-rm.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-rm.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-rm.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ro.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ro.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ro.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ro.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ru.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ru.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ru.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ru.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sa.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sa.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sa.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sa.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sk.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sk.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sk.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sk.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sl.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sl.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sl.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sl.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sv.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sv.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sv.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-sv.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ta.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ta.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ta.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-ta.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-te.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-te.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-te.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-te.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-th.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-th.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-th.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-th.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tk.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tk.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tk.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tk.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tr.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tr.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tr.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-tr.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-uk.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-uk.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-uk.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-uk.pat.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.chr.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.hyp.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.lic.txt
%{_texmfdistdir}/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.pat.txt
%{_texmfdistdir}/tex/luatex/hyph-utf8/etex.src
%{_texmfdistdir}/tex/luatex/hyph-utf8/luatex-hyphen.lua
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/CHANGES
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/README
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/bg/azbukaExtended.pdf
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/bg/azbukaExtended.tex
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/es/README
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/es/division.pdf
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/hu/huhyphn.pdf
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/hyphenation-distribution.pdf
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/hyphenation-distribution.tex
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/hyphenation.pdf
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/hyphenation.tex
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/img/miktex-languages.png
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/img/texlive-collection.png
%doc %{_texmfdistdir}/doc/generic/hyph-utf8/sa/hyphenmin.txt
%doc %{_texmfdistdir}/doc/luatex/hyph-utf8/README
%doc %{_texmfdistdir}/doc/luatex/hyph-utf8/luatex-hyphen.pdf
#- source
%doc %{_texmfdistdir}/source/generic/hyph-utf8/README
%doc %{_texmfdistdir}/source/generic/hyph-utf8/contributed/make-exhyph.pl
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/ec.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/il2.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/il3.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/l7x.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/lmc.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/lth.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/qx.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/t2a.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/t8m.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/data/encodings/texnansi.dat
%doc %{_texmfdistdir}/source/generic/hyph-utf8/generate-converters.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/generate-pattern-loaders.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/generate-plain-patterns.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/generate-ptex-patterns.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/generate-tl-files.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/generate-webpage.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/hyph-utf8.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages-txt.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/es/README
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/es/eshyph-make.lua
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/es/eshyph.src
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/eu/generate_patterns_eu.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/README
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/glhybiox.tex
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/glhyextr.tex
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/glhymed.tex
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/glhyquim.tex
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/glhytec.tex
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/glhyxeog.tex
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/gl/glpatter-utf8.tex
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/hy/generate_patterns_hy.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/mul-ethi/generate_patterns_mul-ethi.lua
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/tk/generate_patterns_tk.rb
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/tr/README
%doc %{_texmfdistdir}/source/generic/hyph-utf8/languages/tr/generate_patterns_tr.rb
%doc %{_texmfdistdir}/source/luatex/hyph-utf8/Makefile
%doc %{_texmfdistdir}/source/luatex/hyph-utf8/luatex-hyphen.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog

* Wed Mar 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 20130508-9
- (4f8ba65) Update Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25029 |14mu|texlive-ibycus-babel-3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/greek/ibycus-babel
# catalog-date 2009-05-06 13:52:38 +0200
# catalog-license lppl
# catalog-version 3.0
Name:		texlive-ibycus-babel
Version:	3.0
Release:	4
Summary:	Use the Ibycus 4 Greek font with Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/greek/ibycus-babel
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ibycus-babel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ibycus-babel.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ibycus-babel.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows you to use the Ibycus 4 font for ancient
Greek with Babel. It uses a Perl script to generate hyphenation
patterns for Ibycus from those for the ordinary Babel encoding,
cbgreek. It sets up "ibycus" as a pseudo-language you can
specify in the normal Babel manner. For proper hyphenation of
Greek quoted in mid-paragraph, you should use it with elatex.
See the README for details.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ibycus-babel/ibycus.ldf
%{_texmfdistdir}/tex/latex/ibycus-babel/lgienc.def
%{_texmfdistdir}/tex/latex/ibycus-babel/lgifib.fd
%doc %{_texmfdistdir}/doc/latex/ibycus-babel/README
%doc %{_texmfdistdir}/doc/latex/ibycus-babel/ibycus-babel-test.tex
%doc %{_texmfdistdir}/doc/latex/ibycus-babel/ibycus-babel.pdf
%doc %{_texmfdistdir}/doc/latex/ibycus-babel/ibyhyph.pl
#- source
%doc %{_texmfdistdir}/source/latex/ibycus-babel/ibycus-babel.dtx
%doc %{_texmfdistdir}/source/latex/ibycus-babel/ibycus-babel.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-4
+ Revision: 6b29af6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25030 |14mu|texlive-ibygrk-4.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/greek/ibygrk
# catalog-date 2007-07-29 11:26:52 +0200
# catalog-license gpl
# catalog-version 4.5
Name:		texlive-ibygrk
Version:	4.5
Release:	4
Summary:	Fonts and macros to typeset ancient Greek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/ibygrk
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ibygrk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ibygrk.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Ibycus is a Greek typeface, based on Silvio Levy's realisation
of a classic Didot cut of Greek type from around 1800. The
fonts are available both as MetaFont source and in Adobe Type 1
format. This distribution of ibycus is accompanied by a set of
macro packages to use it with Plain TeX or LaTeX, but for use
with Babel, see the ibycus-babel package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/ibygrk/fibb84.afm
%{_texmfdistdir}/fonts/afm/public/ibygrk/fibr84.afm
%{_texmfdistdir}/fonts/enc/dvips/ibygrk/IbycusHTG.enc
%{_texmfdistdir}/fonts/map/dvips/ibygrk/iby.map
%{_texmfdistdir}/fonts/source/public/ibygrk/abary4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/cigma4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/digamma4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ebary4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibb84.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibb848.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibb849.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibo84.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibo848.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibo849.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibr84.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibr848.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/fibr849.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/hbary4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ibary4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ibyacc4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ibycus4.map
%{_texmfdistdir}/fonts/source/public/ibygrk/ibycus4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ibylig4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ibylwr4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ibypnct4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ibyupr4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/koppa4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/obary4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/sampi4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/ubary4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/version4.mf
%{_texmfdistdir}/fonts/source/public/ibygrk/wbary4.mf
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibb84.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibb848.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibb849.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibo84.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibo848.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibo849.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibr84.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibr848.tfm
%{_texmfdistdir}/fonts/tfm/public/ibygrk/fibr849.tfm
%{_texmfdistdir}/fonts/type1/public/ibygrk/fibb84.pfb
%{_texmfdistdir}/fonts/type1/public/ibygrk/fibr84.pfb
%{_texmfdistdir}/tex/generic/ibygrk/Uibycus.fd
%{_texmfdistdir}/tex/generic/ibygrk/Uibycus4.fd
%{_texmfdistdir}/tex/generic/ibygrk/iby4extr.tex
%{_texmfdistdir}/tex/generic/ibygrk/ibycus4.map
%{_texmfdistdir}/tex/generic/ibygrk/ibycus4.sty
%{_texmfdistdir}/tex/generic/ibygrk/ibycus4.tex
%{_texmfdistdir}/tex/generic/ibygrk/ibycusps.tex
%{_texmfdistdir}/tex/generic/ibygrk/psibycus.sty
%{_texmfdistdir}/tex/generic/ibygrk/pssetiby.tex
%{_texmfdistdir}/tex/generic/ibygrk/setiby4.tex
%{_texmfdistdir}/tex/generic/ibygrk/tlgsqq.tex
%{_texmfdistdir}/tex/generic/ibygrk/version4.tex
%doc %{_texmfdistdir}/doc/fonts/ibygrk/COPYING
%doc %{_texmfdistdir}/doc/fonts/ibygrk/NEWS
%doc %{_texmfdistdir}/doc/fonts/ibygrk/README
%doc %{_texmfdistdir}/doc/fonts/ibygrk/README.ibycus4
%doc %{_texmfdistdir}/doc/fonts/ibygrk/iby4text.tex
%doc %{_texmfdistdir}/doc/fonts/ibygrk/ibycus3.RME
%doc %{_texmfdistdir}/doc/fonts/ibygrk/ibycus4.ltx
%doc %{_texmfdistdir}/doc/fonts/ibygrk/psibycus.ltx
%doc %{_texmfdistdir}/doc/fonts/ibygrk/psibycus.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.5-4
+ Revision: efafeb1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25031 |14mu|texlive-icsv-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/conferences/icsv
# catalog-date 2008-05-21 23:07:53 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-icsv
Version:	0.2
Release:	4
Summary:	Class for typesetting articles for the ICSV conference
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/conferences/icsv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/icsv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/icsv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/icsv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is an ad-hoc class for typesetting articles for the ICSV
conference, based on the earler active-conf by the same author.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/icsv/icsv.cls
%doc %{_texmfdistdir}/doc/latex/icsv/README
%doc %{_texmfdistdir}/doc/latex/icsv/icsv-example.tex
%doc %{_texmfdistdir}/doc/latex/icsv/icsv.pdf
#- source
%doc %{_texmfdistdir}/source/latex/icsv/icsv.dtx
%doc %{_texmfdistdir}/source/latex/icsv/icsv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: b757527
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25032 |14mu|texlive-idxcmds-0.2a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31557
# category Package
# catalog-ctan /macros/latex/contrib/idxcmds
# catalog-date 2013-08-31 22:39:59 +0200
# catalog-license lppl1.3
# catalog-version 0.2a
Name:		texlive-idxcmds
Version:	0.2a
Release:	7
Summary:	Semantic commands for adding formatted index entries
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/idxcmds
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/idxcmds.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/idxcmds.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for adding formatted index
entries; it arises from the author's work on large documents.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/idxcmds/idxcmds.sty
%doc %{_texmfdistdir}/doc/latex/idxcmds/README
%doc %{_texmfdistdir}/doc/latex/idxcmds/idxcmds_en.pdf
%doc %{_texmfdistdir}/doc/latex/idxcmds/idxcmds_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2a-7
+ Revision: 350e9d4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25033 |14mu|texlive-idxlayout-0.4d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25821
# category Package
# catalog-ctan /macros/latex/contrib/idxlayout
# catalog-date 2012-04-01 20:39:12 +0200
# catalog-license lppl
# catalog-version 0.4d
Name:		texlive-idxlayout
Version:	0.4d
Release:	3
Summary:	Configurable index layout, responsive to KOMA-Script and memoir
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/idxlayout
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/idxlayout.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/idxlayout.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/idxlayout.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The idxlayout package offers a key-value interface to configure
index layout parameters, e.g. allowing for three-column indexes
or for "parent" items and their affiliated subitems being
typeset as a single paragraph. The package is responsive to the
index-related options and commands of the KOMA-Script and
memoir classes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/idxlayout/idxlayout.sty
%doc %{_texmfdistdir}/doc/latex/idxlayout/README
%doc %{_texmfdistdir}/doc/latex/idxlayout/idxlayout.pdf
#- source
%doc %{_texmfdistdir}/source/latex/idxlayout/idxlayout.dtx
%doc %{_texmfdistdir}/source/latex/idxlayout/idxlayout.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4d-3
+ Revision: dd319a5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25034 |14mu|texlive-IEEEconf-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/IEEEconf
# catalog-date 2009-04-06 20:17:45 +0200
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-IEEEconf
Version:	1.4
Release:	4
Summary:	Macros for IEEE conference proceedings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEconf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/IEEEconf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/IEEEconf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/IEEEconf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The IEEEconf class implements the formatting dictated by the
IEEE Computer Society Press for conference proceedings.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/IEEEconf/IEEEconf.cls
%doc %{_texmfdistdir}/doc/latex/IEEEconf/IEEEconf.pdf
%doc %{_texmfdistdir}/doc/latex/IEEEconf/README
#- source
%doc %{_texmfdistdir}/source/latex/IEEEconf/IEEEconf.dtx
%doc %{_texmfdistdir}/source/latex/IEEEconf/IEEEconf.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: 2a4f44e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25035 |14mu|texlive-ieeepes-4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17359
# category Package
# catalog-ctan /macros/latex/contrib/ieeepes
# catalog-date 2010-03-06 17:23:09 +0100
# catalog-license lppl
# catalog-version 4.0
Name:		texlive-ieeepes
Version:	4.0
Release:	4
Summary:	IEEE Power Engineering Society Transactions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ieeepes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ieeepes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ieeepes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Supports typesetting of transactions, as well as discussions
and closures, for the IEEE Power Engineering Society
Transactions journals.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/ieeepes/ieeepes.bst
%{_texmfdistdir}/tex/latex/ieeepes/ieeepes.sty
%doc %{_texmfdistdir}/doc/latex/ieeepes/README
%doc %{_texmfdistdir}/doc/latex/ieeepes/ieeepes_check.bib
%doc %{_texmfdistdir}/doc/latex/ieeepes/ieeepes_check.tex
%doc %{_texmfdistdir}/doc/latex/ieeepes/ieeepes_doc.pdf
%doc %{_texmfdistdir}/doc/latex/ieeepes/ieeepes_doc.tex
%doc %{_texmfdistdir}/doc/latex/ieeepes/ieeepes_skel.tex
%doc %{_texmfdistdir}/doc/latex/ieeepes/vk.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.0-4
+ Revision: f13092a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25036 |14mu|texlive-IEEEtran-1.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28697
# category Package
# catalog-ctan /macros/latex/contrib/IEEEtran
# catalog-date 2013-01-02 11:09:21 +0100
# catalog-license lppl
# catalog-version 1.8
Name:		texlive-IEEEtran
Version:	1.8
Release:	7
Summary:	Document class for IEEE Transactions journals and conferences
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/IEEEtran.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/IEEEtran.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class and its BibTeX style enable authors to produce
officially-correct output for the Institute of Electrical and
Electronics Engineers (IEEE) transactions, journals and
conferences.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/IEEEtran/IEEEabrv.bib
%{_texmfdistdir}/bibtex/bib/IEEEtran/IEEEexample.bib
%{_texmfdistdir}/bibtex/bib/IEEEtran/IEEEfull.bib
%{_texmfdistdir}/bibtex/bst/IEEEtran/IEEEtran.bst
%{_texmfdistdir}/bibtex/bst/IEEEtran/IEEEtranN.bst
%{_texmfdistdir}/bibtex/bst/IEEEtran/IEEEtranS.bst
%{_texmfdistdir}/bibtex/bst/IEEEtran/IEEEtranSA.bst
%{_texmfdistdir}/bibtex/bst/IEEEtran/IEEEtranSN.bst
%{_texmfdistdir}/tex/latex/IEEEtran/IEEEtran.cls
%{_texmfdistdir}/tex/latex/IEEEtran/IEEEtrantools.sty
%doc %{_texmfdistdir}/doc/latex/IEEEtran/IEEEtran_HOWTO.pdf
%doc %{_texmfdistdir}/doc/latex/IEEEtran/IEEEtran_bst_HOWTO.pdf
%doc %{_texmfdistdir}/doc/latex/IEEEtran/IEEEtrantools_doc.txt
%doc %{_texmfdistdir}/doc/latex/IEEEtran/README
%doc %{_texmfdistdir}/doc/latex/IEEEtran/README.bibtex
%doc %{_texmfdistdir}/doc/latex/IEEEtran/README.extras
%doc %{_texmfdistdir}/doc/latex/IEEEtran/README.testflow
%doc %{_texmfdistdir}/doc/latex/IEEEtran/README.tools
%doc %{_texmfdistdir}/doc/latex/IEEEtran/bare_adv.tex
%doc %{_texmfdistdir}/doc/latex/IEEEtran/bare_conf.tex
%doc %{_texmfdistdir}/doc/latex/IEEEtran/bare_jrnl.tex
%doc %{_texmfdistdir}/doc/latex/IEEEtran/bare_jrnl_compsoc.tex
%doc %{_texmfdistdir}/doc/latex/IEEEtran/bare_jrnl_transmag.tex
%doc %{_texmfdistdir}/doc/latex/IEEEtran/changelog.txt
%doc %{_texmfdistdir}/doc/latex/IEEEtran/font_install_how.txt
%doc %{_texmfdistdir}/doc/latex/IEEEtran/testflow.tex
%doc %{_texmfdistdir}/doc/latex/IEEEtran/testflow_ctl_A4.pdf
%doc %{_texmfdistdir}/doc/latex/IEEEtran/testflow_ctl_LTR.pdf
%doc %{_texmfdistdir}/doc/latex/IEEEtran/testflow_doc.pdf
%doc %{_texmfdistdir}/doc/latex/IEEEtran/tux.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.8-7
+ Revision: 177c1fa
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25037 |14mu|texlive-ifmslide-0.47-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20727
# category Package
# catalog-ctan /macros/latex/contrib/ifmslide
# catalog-date 2010-12-14 00:15:57 +0100
# catalog-license lppl1.2
# catalog-version 0.47
Name:		texlive-ifmslide
Version:	0.47
Release:	4
Summary:	Presentation slides for screen and printouts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ifmslide
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmslide.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmslide.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmslide.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is used to produce printed slides with latex and
online presentations with pdflatex. It is provided by the
'Institute of Mechanics' (ifm) Univ. of Technology Darmstadt,
Germany. It is based on ideas of pdfslide, but completely
rewritten for compatibility with texpower and seminar. The
manual describes all functions and provides a sample.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ifmslide/aqua_ravines.eps
%{_texmfdistdir}/tex/latex/ifmslide/aqua_ravines.jpg
%{_texmfdistdir}/tex/latex/ifmslide/button1c.eps
%{_texmfdistdir}/tex/latex/ifmslide/button1c.pdf
%{_texmfdistdir}/tex/latex/ifmslide/button1e.eps
%{_texmfdistdir}/tex/latex/ifmslide/button1e.pdf
%{_texmfdistdir}/tex/latex/ifmslide/buttonec.eps
%{_texmfdistdir}/tex/latex/ifmslide/buttonec.pdf
%{_texmfdistdir}/tex/latex/ifmslide/buttonee.eps
%{_texmfdistdir}/tex/latex/ifmslide/buttonee.pdf
%{_texmfdistdir}/tex/latex/ifmslide/buttongc.eps
%{_texmfdistdir}/tex/latex/ifmslide/buttongc.pdf
%{_texmfdistdir}/tex/latex/ifmslide/buttonge.eps
%{_texmfdistdir}/tex/latex/ifmslide/buttonge.pdf
%{_texmfdistdir}/tex/latex/ifmslide/ifmlogoc.eps
%{_texmfdistdir}/tex/latex/ifmslide/ifmlogoc.pdf
%{_texmfdistdir}/tex/latex/ifmslide/ifmlogog.eps
%{_texmfdistdir}/tex/latex/ifmslide/ifmlogog.pdf
%{_texmfdistdir}/tex/latex/ifmslide/ifmslide.cfg
%{_texmfdistdir}/tex/latex/ifmslide/ifmslide.sty
%{_texmfdistdir}/tex/latex/ifmslide/liquid_helium.eps
%{_texmfdistdir}/tex/latex/ifmslide/liquid_helium.jpg
%doc %{_texmfdistdir}/doc/latex/ifmslide/README
%doc %{_texmfdistdir}/doc/latex/ifmslide/genbutton
%doc %{_texmfdistdir}/doc/latex/ifmslide/ifmman.pdf
%doc %{_texmfdistdir}/doc/latex/ifmslide/ifmman.tex
#- source
%doc %{_texmfdistdir}/source/latex/ifmslide/genbutton

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.47-4
+ Revision: fc5d03e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25038 |14mu|texlive-ifmtarg-1.2a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19363
# category Package
# catalog-ctan /macros/latex/contrib/ifmtarg
# catalog-date 2010-07-10 16:47:23 +0200
# catalog-license lppl
# catalog-version 1.2a
Name:		texlive-ifmtarg
Version:	1.2a
Release:	4
Summary:	If-then-else command for processing potentially empty arguments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ifmtarg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmtarg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmtarg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmtarg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive ifmtarg package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ifmtarg/ifmtarg.sty
%doc %{_texmfdistdir}/doc/latex/ifmtarg/README
%doc %{_texmfdistdir}/doc/latex/ifmtarg/ifmtarg.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ifmtarg/ifmtarg.ins
%doc %{_texmfdistdir}/source/latex/ifmtarg/ifmtarg.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2a-4
+ Revision: 1a494ac
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25039 |14mu|texlive-ifnextok-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23379
# category Package
# catalog-ctan /macros/latex/contrib/ifnextok
# catalog-date 2011-06-27 20:36:28 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-ifnextok
Version:	0.3
Release:	4
Summary:	Utility macro: peek ahead without ignoring spaces
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ifnextok
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifnextok.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifnextok.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifnextok.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package deals with the behaviour of the LaTeX internal
command \@ifnextchar, which skips blank spaces. This has the
potential to surprise users, since it can produce really
unwanted effects. A common example occurs with brackets
starting a line following \\: the command looks for an optional
argument, whereas the user wants the brackets to be printed.
The package offers commands and options for modifying this
behaviour, maybe limited to certain parts of the document
source.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ifnextok/ifnextok.sty
%doc %{_texmfdistdir}/doc/latex/ifnextok/README
%doc %{_texmfdistdir}/doc/latex/ifnextok/RELEASEs.txt
%doc %{_texmfdistdir}/doc/latex/ifnextok/SRCFILEs.txt
%doc %{_texmfdistdir}/doc/latex/ifnextok/ifnextok.pdf
%doc %{_texmfdistdir}/doc/latex/ifnextok/testIfNT.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ifnextok/ifnextok.tex
%doc %{_texmfdistdir}/source/latex/ifnextok/makedoc.cfg
%doc %{_texmfdistdir}/source/latex/ifnextok/srcfiles.tex
%doc %{_texmfdistdir}/source/latex/ifnextok/testIfNT.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: ca9d01d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25040 |14mu|texlive-ifoddpage-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23979
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-ifoddpage
Version:	20111103
Release:	4
Summary:	TeXLive ifoddpage package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifoddpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifoddpage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifoddpage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive ifoddpage package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ifoddpage/ifoddpage.sty
%doc %{_texmfdistdir}/doc/latex/ifoddpage/README
%doc %{_texmfdistdir}/doc/latex/ifoddpage/ifoddpage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ifoddpage/ifoddpage.dtx
%doc %{_texmfdistdir}/source/latex/ifoddpage/ifoddpage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: 6d9de75
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25041 |14mu|texlive-ifplatform-0.3a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21156
# category Package
# catalog-ctan /macros/latex/contrib/ifplatform
# catalog-date 2009-09-10 17:35:10 +0200
# catalog-license lppl
# catalog-version 0.3a
Name:		texlive-ifplatform
Version:	0.3a
Release:	4
Summary:	Conditionals to test which platform is being used
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ifplatform
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifplatform.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifplatform.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifplatform.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package uses the (La)TeX extension -shell-escape to
establish whether the document is being processed on a Windows
or on a Unix-like system (Mac OS X, Linux, etc.), or on Cygwin
(Unix environment over a windows system). Booleans provided
are: - \ifwindows, - \iflinux, - \ifmacosx and - \ifcygwin. The
package also preserves the output of uname on a Unix-like
system, which may be used to distinguish between various
classes of Unix systems.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ifplatform/ifplatform.sty
%doc %{_texmfdistdir}/doc/latex/ifplatform/README
%doc %{_texmfdistdir}/doc/latex/ifplatform/ifplatform.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ifplatform/ifplatform.dtx
%doc %{_texmfdistdir}/source/latex/ifplatform/ifplatform.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3a-4
+ Revision: 3dce023
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25042 |14mu|texlive-ifthenx-0.1a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25819
# category Package
# catalog-ctan /macros/latex/contrib/ifthenx
# catalog-date 2012-04-01 23:59:58 +0200
# catalog-license lppl
# catalog-version 0.1a
Name:		texlive-ifthenx
Version:	0.1a
Release:	3
Summary:	Extra tests for \ifthenelse
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ifthenx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifthenx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ifthenx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the ifthen package, providing extra
predicates for the package's \ifthenelse command. The package
is complementary to xifthen, in that they provide different
facilities; the two may be loaded in the same document, as long
as xifthen is loaded first.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ifthenx/ifthenx.sty
%doc %{_texmfdistdir}/doc/latex/ifthenx/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1a-3
+ Revision: 1bf916c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25043 |14mu|texlive-iitem-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29613
# category Package
# catalog-ctan /macros/latex/contrib/iitem
# catalog-date 2013-04-02 15:23:02 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-iitem
Version:	1.0
Release:	7
Summary:	Multiple level of lists in one list-like environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/iitem
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iitem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iitem.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iitem.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines multiple level lists within one list-like
environment. instead of writing \begin{enumerate} \item 1
\begin{enumerate} \item 2 \begin{enumerate} \item 3
\begin{enumerate} \item 4 \end{enumerate} \end{enumerate} \item
2.1 \end{enumerate} \item 1.1 \begin{enumerate} \item 2
\end{enumerate} \end{enumerate} this package allows you to
write \begin{enumerate} \item 1 \iitem 2 \iiitem 3 \ivtem 4
\iitem 2.1 \item 1.1 \iitem 2 \end{enumerate}.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/iitem/iitem.sty
%doc %{_texmfdistdir}/doc/latex/iitem/README
%doc %{_texmfdistdir}/doc/latex/iitem/iitem.pdf
#- source
%doc %{_texmfdistdir}/source/latex/iitem/iitem.dtx
%doc %{_texmfdistdir}/source/latex/iitem/iitem.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 47c5769
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25044 |14mu|texlive-ijmart-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20276
# category Package
# catalog-ctan /macros/latex/contrib/ijmart
# catalog-date 2010-10-30 13:33:19 +0200
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-ijmart
Version:	1.6
Release:	4
Summary:	LaTeX Class for the Israel Journal of Mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ijmart
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ijmart.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ijmart.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ijmart.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Israel Journal of Mathematics is published by The Hebrew
University Magnes Press. This class provides LaTeX support for
its authors and editors. It strives to achieve the distinct
"look and feel" of the journal, while having the interface
similar to that of the amsart document class. This will help
authors already familiar with amsart to easily submit
manuscripts for The Israel Journal of Mathematics or to put the
preprints in arXiv with minimal changes in the LaTeX source.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/ijmart/ijmart.bst
%{_texmfdistdir}/tex/latex/ijmart/ijmart.cls
%doc %{_texmfdistdir}/doc/latex/ijmart/Makefile
%doc %{_texmfdistdir}/doc/latex/ijmart/README
%doc %{_texmfdistdir}/doc/latex/ijmart/ijmart.bib
%doc %{_texmfdistdir}/doc/latex/ijmart/ijmart.pdf
%doc %{_texmfdistdir}/doc/latex/ijmart/ijmsample.bib
%doc %{_texmfdistdir}/doc/latex/ijmart/ijmsample.pdf
%doc %{_texmfdistdir}/doc/latex/ijmart/ijmsample.tex
#- source
%doc %{_texmfdistdir}/source/latex/ijmart/ijmart.dtx
%doc %{_texmfdistdir}/source/latex/ijmart/ijmart.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: a0d2f6e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25045 |14mu|texlive-imac-20100306-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17347
# category Package
# catalog-ctan /macros/latex/contrib/imac
# catalog-date 2010-03-06 17:30:22 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-imac
Version:	20100306
Release:	4
Summary:	International Modal Analysis Conference format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/imac
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imac.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of files for producing correctly formatted documents for
the International Modal Analysis Conference. The bundle
provides a LaTeX package and a BibTeX style file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/imac/imac.bst
%{_texmfdistdir}/tex/latex/imac/imac.sty
%doc %{_texmfdistdir}/doc/latex/imac/imac.bib
%doc %{_texmfdistdir}/doc/latex/imac/imac.pdf
%doc %{_texmfdistdir}/doc/latex/imac/imac.tex
%doc %{_texmfdistdir}/doc/latex/imac/readme.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100306-4
+ Revision: 3ecb65c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25046 |14mu|texlive-image-gallery-v1.0j-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/image-gallery
# catalog-date 2008-08-19 23:32:24 +0200
# catalog-license lppl
# catalog-version v1.0j
Name:		texlive-image-gallery
Version:	v1.0j
Release:	4
Summary:	Create an overview of pictures from a digital camera or from other sources
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/image-gallery
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/image-gallery.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/image-gallery.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class may be used to create an overview of pictures from a
digital camera or from other sources. It is possible to adjust
the size of the pictures and all the margins. The example file
shows the usage.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/image-gallery/image-gallery.cls
%doc %{_texmfdistdir}/doc/latex/image-gallery/README
%doc %{_texmfdistdir}/doc/latex/image-gallery/gallery-example.pdf
%doc %{_texmfdistdir}/doc/latex/image-gallery/gallery-example.tex
%doc %{_texmfdistdir}/doc/latex/image-gallery/mypics.txt
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic001.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic002.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic003.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic004.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic005.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic006.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic007.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic008.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic009.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic010.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic011.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic012.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic013.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic014.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic015.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic016.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic017.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic018.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic019.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic020.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic021.jpg
%doc %{_texmfdistdir}/doc/latex/image-gallery/pic022.jpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.0j-4
+ Revision: 03bfb62
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25047 |14mu|texlive-imakeidx-1.0a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26275
# category Package
# catalog-ctan /macros/latex/contrib/imakeidx
# catalog-date 2012-05-09 14:48:06 +0200
# catalog-license lppl1.3
# catalog-version 1.0a
Name:		texlive-imakeidx
Version:	1.0a
Release:	3
Summary:	A package for producing multiple indexes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/imakeidx
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imakeidx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imakeidx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imakeidx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to produce and typeset one or more
indexes simultaneously with a document. The package is known to
work in LaTeX documents processed with pdflatex, xelatatex and
lualatex. If makeindex is used for processing the index
entries, no particular setting up is needed when TeX Live 2010
is used. Using xindy or other programs it is necessary to
enable shell escape; shell escape is also needed if splitindex
is used.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/imakeidx/imakeidx.sty
%doc %{_texmfdistdir}/doc/latex/imakeidx/README
%doc %{_texmfdistdir}/doc/latex/imakeidx/imakeidx.pdf
#- source
%doc %{_texmfdistdir}/source/latex/imakeidx/imakeidx.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-3
+ Revision: 09fe299
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25048 |14mu|texlive-impnattypo-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24057
# category Package
# catalog-ctan /macros/latex/contrib/impnattypo
# catalog-date 2011-09-21 17:45:17 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-impnattypo
Version:	1.0
Release:	4
Summary:	Support typography of l'Imprimerie Nationale FranASSaise
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/impnattypo
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/impnattypo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/impnattypo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/impnattypo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides useful macros implementing recommendations
by the French Imprimerie Nationale.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/impnattypo/impnattypo.sty
%doc %{_texmfdistdir}/doc/latex/impnattypo/README
%doc %{_texmfdistdir}/doc/latex/impnattypo/impnattypo-fr.pdf
%doc %{_texmfdistdir}/doc/latex/impnattypo/impnattypo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/impnattypo/impnattypo.dtx
%doc %{_texmfdistdir}/source/latex/impnattypo/impnattypo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 9f1cf99
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25049 |14mu|texlive-import-5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17361
# category Package
# catalog-ctan /macros/latex/contrib/import
# catalog-date 2010-03-09 13:05:51 +0100
# catalog-license pd
# catalog-version 5.1
Name:		texlive-import
Version:	5.1
Release:	4
Summary:	Establish input relative to a directory
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/import
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/import.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/import.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The commands \import{full_path}{file} and
\subimport{path_extension}{file} set up input through standard
LaTeX mechanisms (\input, \include and \includegraphics) to
load files relative to the \import-ed directory. There are also
\includefrom, \subincludefrom, and * variants of the commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/import/import.sty
%doc %{_texmfdistdir}/doc/latex/import/import.pdf
%doc %{_texmfdistdir}/doc/latex/import/import.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.1-4
+ Revision: 81a95bd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25050 |14mu|texlive-imsproc-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26198
# category Package
# catalog-ctan /macros/xetex/latex/imsproc
# catalog-date 2012-05-02 17:05:01 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-imsproc
Version:	0.1
Release:	4
Summary:	Typeset IMS conference proceedings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/imsproc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imsproc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imsproc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class typesets papers for IMS (Iranian Mathematical
Society) conference proceedings. The class uses the XePersian
package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/imsproc/imsproc.cls
%doc %{_texmfdistdir}/doc/xelatex/imsproc/README
%doc %{_texmfdistdir}/doc/xelatex/imsproc/logo.JPG
%doc %{_texmfdistdir}/doc/xelatex/imsproc/sample-imsproc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 8d79d70
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25051 |14mu|texlive-imtekda-1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17667
# category Package
# catalog-ctan /macros/latex/contrib/imtekda
# catalog-date 2010-04-03 16:55:02 +0200
# catalog-license lppl
# catalog-version 1.7
Name:		texlive-imtekda
Version:	1.7
Release:	4
Summary:	IMTEK thesis class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/imtekda
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imtekda.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imtekda.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/imtekda.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class permits typesetting of diploma, bachelor's and
master's theses for the Institute of Microsystem Technology
(IMTEK) at the University of Freiburg (Germany). The class is
based on the KOMA-Script class scrbook. Included in the
documentation is a large collection of useful tips for
typesetting theses and a list of recommended packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/imtekda/IMTEKda.cls
%doc %{_texmfdistdir}/doc/latex/imtekda/IMTEKda.pdf
%doc %{_texmfdistdir}/doc/latex/imtekda/README
%doc %{_texmfdistdir}/doc/latex/imtekda/diplarb.bib
%doc %{_texmfdistdir}/doc/latex/imtekda/diplarb.tex
%doc %{_texmfdistdir}/doc/latex/imtekda/figures/bild.eps
%doc %{_texmfdistdir}/doc/latex/imtekda/figures/bild.pdf
#- source
%doc %{_texmfdistdir}/source/latex/imtekda/IMTEKda.dtx
%doc %{_texmfdistdir}/source/latex/imtekda/IMTEKda.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7-4
+ Revision: cdba567
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25052 |14mu|texlive-incgraph-1.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27038
# category Package
# catalog-ctan /macros/latex/contrib/incgraph
# catalog-date 2012-07-06 12:27:41 +0200
# catalog-license lppl1.3
# catalog-version 1.02
Name:		texlive-incgraph
Version:	1.02
Release:	3
Summary:	Sophisticated graphics inclusion in a PDF document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/incgraph
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/incgraph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/incgraph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides tools for including graphics at the full
size of the output medium, or for creating "pages" whose size
is that of the graphic they contain. A principal use case is
documents that require inclusion of (potentially many) scans or
photographs. Bookmarking is especially supported. The tool box
has basic macros and a 'convenience' user interface that wraps
\includegraphics.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/incgraph/incgraph.sty
%doc %{_texmfdistdir}/doc/latex/incgraph/CHANGES
%doc %{_texmfdistdir}/doc/latex/incgraph/README
%doc %{_texmfdistdir}/doc/latex/incgraph/exaimage-0001.png
%doc %{_texmfdistdir}/doc/latex/incgraph/exaimage-0037.png
%doc %{_texmfdistdir}/doc/latex/incgraph/exaimage-0123.png
%doc %{_texmfdistdir}/doc/latex/incgraph/example.jpg
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph-example-a.pdf
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph-example-a.tex
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph-example-b.pdf
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph-example-b.tex
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph-example-c.pdf
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph-example-c.tex
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph.pdf
%doc %{_texmfdistdir}/doc/latex/incgraph/incgraph.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.02-3
+ Revision: fcbc7ae
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25053 |14mu|texlive-inconsolata-20100907-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19721
# category Package
# catalog-ctan /fonts/inconsolata
# catalog-date 2010-09-07 15:05:43 +0200
# catalog-license ofl
# catalog-version undef
Name:		texlive-inconsolata
Version:	20100907
Release:	4
Summary:	A monospaced font, with support files for use with TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/inconsolata
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inconsolata.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inconsolata.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inconsolata.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Inconsolata is a monospaced font designed by Raph Levien. This
package contains the font (in both Adobe Type 1 and OpenType
formats), metric files for use with TeX, and LaTeX font
definition and other relevant files.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/fi4-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/fi4-ei1.enc
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/fi4-ot1tt.enc
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/fi4-qxtt.enc
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/fi4-texnansi.enc
%{_texmfdistdir}/fonts/enc/dvips/inconsolata/fi4-ts1.enc
%{_texmfdistdir}/fonts/map/dvips/inconsolata/fi4.map
%{_texmfdistdir}/fonts/opentype/public/inconsolata/Inconsolata.otf
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ec-inconsolata.tfm
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ei1-inconsolata.tfm
%{_texmfdistdir}/fonts/tfm/public/inconsolata/qx-inconsolata.tfm
%{_texmfdistdir}/fonts/tfm/public/inconsolata/rm-inconsolata.tfm
%{_texmfdistdir}/fonts/tfm/public/inconsolata/texnansi-inconsolata.tfm
%{_texmfdistdir}/fonts/tfm/public/inconsolata/ts1-inconsolata.tfm
%{_texmfdistdir}/fonts/type1/public/inconsolata/Inconsolata.pfb
%{_texmfdistdir}/tex/latex/inconsolata/ei1fi4.fd
%{_texmfdistdir}/tex/latex/inconsolata/inconsolata.sty
%{_texmfdistdir}/tex/latex/inconsolata/ly1fi4.fd
%{_texmfdistdir}/tex/latex/inconsolata/ot1fi4.fd
%{_texmfdistdir}/tex/latex/inconsolata/qxfi4.fd
%{_texmfdistdir}/tex/latex/inconsolata/t1fi4.fd
%{_texmfdistdir}/tex/latex/inconsolata/ts1fi4.fd
%doc %{_texmfdistdir}/doc/fonts/inconsolata/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/inconsolata/GNUmakefile
%doc %{_texmfdistdir}/doc/fonts/inconsolata/NEWS
%doc %{_texmfdistdir}/doc/fonts/inconsolata/README
%doc %{_texmfdistdir}/doc/fonts/inconsolata/fonttable.pdf
%doc %{_texmfdistdir}/doc/fonts/inconsolata/inconsolata.pdf
%doc %{_texmfdistdir}/doc/fonts/inconsolata/inconsolata.tex
%doc %{_texmfdistdir}/doc/fonts/inconsolata/test-spacing.tex
%doc %{_texmfdistdir}/doc/fonts/inconsolata/test-textless.tex
%doc %{_texmfdistdir}/doc/fonts/inconsolata/test.pdf
%doc %{_texmfdistdir}/doc/fonts/inconsolata/test.tex
%doc %{_texmfdistdir}/doc/fonts/inconsolata/testmin.tex
#- source
%doc %{_texmfdistdir}/source/fonts/inconsolata/Inconsolata.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100907-4
+ Revision: 7fa5dfd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25054 |14mu|texlive-index-4.1beta-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24099
# category Package
# catalog-ctan /macros/latex/contrib/index
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version 4.1beta
Name:		texlive-index
Version:	4.1beta
Release:	4
Summary:	Extended index for LaTeX including multiple indexes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/index
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/index.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/index.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/index.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a reimplementation of LaTeX's indexing macros to
provide better support for indexing. For example, it supports
multiple indexes in a single document and provides a more
robust \index command. It supplies short hand notations for the
\index command (^{word}) and a * variation of \index
(abbreviated _{word}) that prints the word being indexed, as
well as creating an index entry for it.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/index/xagsm.bst
%{_texmfdistdir}/bibtex/bst/index/xplain.bst
%{_texmfdistdir}/makeindex/index/bibref.ist
%{_texmfdistdir}/tex/latex/index/autind.sty
%{_texmfdistdir}/tex/latex/index/bibref.sty
%{_texmfdistdir}/tex/latex/index/index.sty
%doc %{_texmfdistdir}/doc/latex/index/README
%doc %{_texmfdistdir}/doc/latex/index/TODO
%doc %{_texmfdistdir}/doc/latex/index/agsmtst.tex
%doc %{_texmfdistdir}/doc/latex/index/autind.tex
%doc %{_texmfdistdir}/doc/latex/index/index.pdf
%doc %{_texmfdistdir}/doc/latex/index/plaintst.tex
%doc %{_texmfdistdir}/doc/latex/index/sample.tex
%doc %{_texmfdistdir}/doc/latex/index/test.bib
#- source
%doc %{_texmfdistdir}/source/latex/index/index.dtx
%doc %{_texmfdistdir}/source/latex/index/index.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.1beta-4
+ Revision: 08ac55d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25055 |14mu|texlive-inlinedef-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/inlinedef
# catalog-date 2008-08-19 23:32:24 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-inlinedef
Version:	1.0
Release:	4
Summary:	Inline expansions within definitions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/inlinedef
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinedef.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinedef.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinedef.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a macro \Inline. that precedes a \def or
\gdef. Within the definition text of an inlined definition,
keywords such as \Expand may be used to selectively inline
certain expansions at definition-time. This eases the process
of redefining macros in terms of the original definition, as
well as definitions in which the token that must be expanded is
deep within, where \expandafter would be difficult and \edef is
not suitable. Another application is as an easier version of
\aftergroup, by defining a macro in terms of expanded local
variables, then ending the group with
\expandafter\endgroup\macro.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/inlinedef/inlinedef.sty
%doc %{_texmfdistdir}/doc/latex/inlinedef/README
%doc %{_texmfdistdir}/doc/latex/inlinedef/inlinedef.pdf
%doc %{_texmfdistdir}/doc/latex/inlinedef/inlinetest.tex
#- source
%doc %{_texmfdistdir}/source/latex/inlinedef/inlinedef.dtx
%doc %{_texmfdistdir}/source/latex/inlinedef/inlinedef.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: f532957
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25056 |14mu|texlive-inputtrc-0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28019
# category Package
# catalog-ctan /macros/latex/contrib/inputtrc
# catalog-date 2012-10-16 10:36:45 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-inputtrc
Version:	0.3
Release:	7
Summary:	Trace which file loads which
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/inputtrc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inputtrc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inputtrc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inputtrc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package produces screen/log messages of the form '<current>
INPUTTING <next>' reporting LaTeX input commands (<current> and
<next> being file names). The message is indented to reflect
the level of input nesting. Tracing may be turned on and off,
and the unit of indentation may be adjusted. The implementation
somewhat resembles those of packages FiNK and inputfile.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/inputtrc/inputtrc.RLS
%{_texmfdistdir}/tex/latex/inputtrc/inputtrc.sty
%doc %{_texmfdistdir}/doc/latex/inputtrc/README
%doc %{_texmfdistdir}/doc/latex/inputtrc/README.pdf
%doc %{_texmfdistdir}/doc/latex/inputtrc/RELEASE.txt
%doc %{_texmfdistdir}/doc/latex/inputtrc/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/inputtrc/inputtrc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/inputtrc/README.tex
%doc %{_texmfdistdir}/source/latex/inputtrc/inputtrc.tex
%doc %{_texmfdistdir}/source/latex/inputtrc/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-7
+ Revision: 93549c8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25057 |14mu|texlive-interactiveworkbook-20061006-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/interactiveworkbook
# catalog-date 2006-10-06 13:44:13 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-interactiveworkbook
Version:	20061006
Release:	4
Summary:	Latex-based interactive PDF on the web
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/interactiveworkbook
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interactiveworkbook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interactiveworkbook.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package interactiveworkbook gives the user the ability to
write LaTeX documents which, ultimately, create interactive
question-and-answer Portable Document Format (PDF) tutorials
meant to be used by Internet students and that, in particular,
freely use mathematical notation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/interactiveworkbook/interactiveworkbook-web.sty
%{_texmfdistdir}/tex/latex/interactiveworkbook/interactiveworkbook.sty
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/documentation/interactiveworkbookmanual.pdf
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/documentation/interactiveworkbookmanual.tex
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/WS_FTP.LOG
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/buttonappearance.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/checkclear.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/checksubmit.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques1.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques10.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques11.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques12.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques13.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques14.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques15.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques16.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques17.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques18.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques19.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques2.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques20.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques3.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques4.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques5.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques6.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques7.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques8.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/exerques9.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/fieldclear.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/fieldsubmit.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/ndex.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/next.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonecheckfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonecheckfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonecheckone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonecheckthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonechecktwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonefieldtwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopupfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopupfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopupone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopupthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageonepopuptwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradiofive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradiofour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradioone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradiothree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pageoneradiotwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreecheckfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreecheckfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreecheckone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreecheckthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreechecktwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreefieldtwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopupfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopupfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopupone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopupthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreepopuptwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradiofive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradiofour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradioone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradiothree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagethreeradiotwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwocheckfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwocheckfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwocheckone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwocheckthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwochecktwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwofieldtwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopupfive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopupfour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopupone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopupthree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetwopopuptwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadiofive.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadiofour.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadioone.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadiothree.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/pagetworadiotwo.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/popupclear.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/popupsubmit.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/prev.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/radioclear.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/radiosubmit.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/return.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/rightcheckcorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/rightfieldcorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/rightpopupcorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/rightradiocorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/wrongcheckcorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/wrongfieldcorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/wrongpopupcorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/epsfiles/wrongradiocorrect.eps
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/check.pdf
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/check.tex
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/field.pdf
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/field.tex
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/ndex.pdf
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/ndex.tex
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/popup.pdf
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/popup.tex
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/radio.pdf
%doc %{_texmfdistdir}/doc/latex/interactiveworkbook/samplefiles/radio.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061006-4
+ Revision: 3105d23
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25058 |14mu|texlive-interfaces-3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21474
# category Package
# catalog-ctan /macros/latex/contrib/interfaces
# catalog-date 2011-02-19 16:41:47 +0100
# catalog-license lppl1.3
# catalog-version 3.1
Name:		texlive-interfaces
Version:	3.1
Release:	4
Summary:	Set parameters for other packages, conveniently
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/interfaces
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interfaces.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interfaces.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interfaces.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a small number of convenient macros that
access features in other frequently-used packages, or provide
interfaces to other useful facilities such as the pdfTeX
\pdfelapsedtime primitive. Most of these macros use pgfkeys to
provide a key-value syntax. The package also uses the package
scrlfile from the Koma-Script bundle (for controlled loading of
other files) and etoolbox. The package is bundled with sub-
packages containing actual interfaces: by default, the package
loads all available sub-packages, but techniques are provided
for the user to select no more than the interfaces needed for a
job.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/interfaces/interfaces-LaTeX.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-appendix.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-base.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-bookmark.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-embedfile.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-enumitem.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-environ.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-etoolbox.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-fancyhdr.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-hypbmsec.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-hyperref.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-makecell.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-marks.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-pgfkeys.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-scrlfile.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-tikz.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-titlesec.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-tocloft.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-truncate.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces-umrand.sty
%{_texmfdistdir}/tex/latex/interfaces/interfaces.sty
%doc %{_texmfdistdir}/doc/latex/interfaces/README
%doc %{_texmfdistdir}/doc/latex/interfaces/interfaces.pdf
#- source
%doc %{_texmfdistdir}/source/latex/interfaces/interfaces.drv
%doc %{_texmfdistdir}/source/latex/interfaces/interfaces.dtx
%doc %{_texmfdistdir}/source/latex/interfaces/interfaces.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1-4
+ Revision: d334e6d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25059 |14mu|texlive-interpreter-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27232
# category Package
# catalog-ctan /macros/luatex/generic/interpreter
# catalog-date 2012-06-10 11:15:14 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-interpreter
Version:	1.2
Release:	3
Summary:	Translate input files on the fly
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/interpreter
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interpreter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/interpreter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package preprocesses input files to a Lua(La)TeX run, on
the fly. The user defines Lua regular expressions to search for
patterns and modify input lines (or entire paragraphs)
accordingly, before TeX reads the material. In this way,
documents may be prepared in a non-TeX language (e.g., some
lightweight markup language) and turned into 'proper' TeX for
processing. The source of the documentation is typed in such a
lightweight language and is thus easily readable in a text
editor (the PDF file is also available, of course); the
transformation to TeX syntax via Interpreter's functions is
explained in the documentation itself. Interpreter is
implemented using the author's gates (lua version), and works
for plain TeX and LaTeX, but not ConTeXt.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/interpreter/interpreter.lua
%{_texmfdistdir}/tex/luatex/interpreter/interpreter.sty
%{_texmfdistdir}/tex/luatex/interpreter/interpreter.tex
%doc %{_texmfdistdir}/doc/luatex/interpreter/README
%doc %{_texmfdistdir}/doc/luatex/interpreter/i-doc.lua
%doc %{_texmfdistdir}/doc/luatex/interpreter/interpreter-doc.pdf
%doc %{_texmfdistdir}/doc/luatex/interpreter/interpreter-doc.tex
%doc %{_texmfdistdir}/doc/luatex/interpreter/interpreter-doc.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-3
+ Revision: e184d99
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25060 |14mu|texlive-inversepath-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/inversepath
# catalog-date 2008-08-19 23:32:24 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-inversepath
Version:	0.2
Release:	4
Summary:	Calculate inverse file paths
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/inversepath
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inversepath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inversepath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/inversepath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package calculates inverse relative paths. Such things may
be useful, for example, when writing an auxiliary file to a
different directory.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/inversepath/inversepath.sty
%doc %{_texmfdistdir}/doc/latex/inversepath/README
%doc %{_texmfdistdir}/doc/latex/inversepath/inversepath.pdf
#- source
%doc %{_texmfdistdir}/source/latex/inversepath/inversepath.dtx
%doc %{_texmfdistdir}/source/latex/inversepath/inversepath.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 32df858
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25061 |14mu|texlive-invoice-20111004-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24194
# category Package
# catalog-ctan /macros/latex/contrib/invoice
# catalog-date 2011-10-04 18:45:10 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-invoice
Version:	20111004
Release:	4
Summary:	Generate invoices
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/invoice
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/invoice.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/invoice.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package may be used for generating invoices. The package
can deal with invisible expense items and deductions; output
may be presented in any of 10 different languages. The package
depends on the fp and calc packages for its calculations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/invoice/invoice.def
%{_texmfdistdir}/tex/latex/invoice/invoice.sty
%doc %{_texmfdistdir}/doc/latex/invoice/00README.tex
%doc %{_texmfdistdir}/doc/latex/invoice/copying
%doc %{_texmfdistdir}/doc/latex/invoice/history
%doc %{_texmfdistdir}/doc/latex/invoice/install
%doc %{_texmfdistdir}/doc/latex/invoice/invoice.pdf
%doc %{_texmfdistdir}/doc/latex/invoice/invoice.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111004-4
+ Revision: 5fef32d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25062 |14mu|texlive-ipaex-20111103-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25360
# category Package
# catalog-ctan /fonts/ipaex
# catalog-date 2011-11-03 09:19:42 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-ipaex
Version:	20111103
Release:	6
Summary:	IPA and IPAex fonts from Information-technology Promotion Agency, Japan
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/ipaex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ipaex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ipaex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts provide fixed-width glyphs for Kana and Kanji
characters, proportional width glyphs for Western characters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/truetype/public/ipaex/ipaexg.ttf
%{_texmfdistdir}/fonts/truetype/public/ipaex/ipaexm.ttf
%{_texmfdistdir}/fonts/truetype/public/ipaex/ipag.ttf
%{_texmfdistdir}/fonts/truetype/public/ipaex/ipam.ttf
%doc %{_texmfdistdir}/doc/fonts/ipaex/Copyright
%doc %{_texmfdistdir}/doc/fonts/ipaex/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-6
+ Revision: 90d0086
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25063 |14mu|texlive-iso10303-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/isostds/iso10303
# catalog-date 2007-01-09 14:09:22 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-iso10303
Version:	1.5
Release:	4
Summary:	Typesetting the STEP standards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isostds/iso10303
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iso10303.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iso10303.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iso10303.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Class and package files building on iso for typesetting the ISO
10303 (STEP) standards. Standard documents prepared using these
packages have been published by ISO.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/iso10303/aicv1.sty
%{_texmfdistdir}/tex/latex/iso10303/apendint.tex
%{_texmfdistdir}/tex/latex/iso10303/apmpspec.tex
%{_texmfdistdir}/tex/latex/iso10303/apmptbl.tex
%{_texmfdistdir}/tex/latex/iso10303/apmptempl.tex
%{_texmfdistdir}/tex/latex/iso10303/apsstempl.tex
%{_texmfdistdir}/tex/latex/iso10303/apv12.sty
%{_texmfdistdir}/tex/latex/iso10303/atsv11.sty
%{_texmfdistdir}/tex/latex/iso10303/bpfap1.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap10.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap11.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap12.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap13.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap14.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap15.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap16.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap2.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap3.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap4.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap5.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap6.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap7.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap8.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfap9.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats1.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats10.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats11.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats12.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats14.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats2.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats3.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats4.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats5.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats6.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats7.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats8.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfats9.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfir1.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfir2.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfir3.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfs1.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfs2.tex
%{_texmfdistdir}/tex/latex/iso10303/bpfs3.tex
%{_texmfdistdir}/tex/latex/iso10303/irv12.sty
%{_texmfdistdir}/tex/latex/iso10303/stepman.tex
%{_texmfdistdir}/tex/latex/iso10303/stepv13.4ht
%{_texmfdistdir}/tex/latex/iso10303/stepv13.sty
%{_texmfdistdir}/tex/latex/iso10303/stppdlst.tex
%doc %{_texmfdistdir}/doc/latex/iso10303/README
%doc %{_texmfdistdir}/doc/latex/iso10303/step4ht.pdf
%doc %{_texmfdistdir}/doc/latex/iso10303/stepe.pdf
%doc %{_texmfdistdir}/doc/latex/iso10303/stepman.pdf
#- source
%doc %{_texmfdistdir}/source/latex/iso10303/step4ht.dtx
%doc %{_texmfdistdir}/source/latex/iso10303/step4ht.ins
%doc %{_texmfdistdir}/source/latex/iso10303/stepe.dtx
%doc %{_texmfdistdir}/source/latex/iso10303/stepe.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: 4e0c9b0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25064 |14mu|texlive-iso-2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/isostds/iso
# catalog-date 2007-01-09 14:09:22 +0100
# catalog-license lppl
# catalog-version 2.4
Name:		texlive-iso
Version:	2.4
Release:	4
Summary:	Generic ISO standards typesetting macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isostds/iso
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iso.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iso.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iso.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
Generic class and package files for typesetting ISO
International Standard documents. Several standard documents
have been printed by ISO from camera-ready copy prepared using
LaTeX and these files.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/iso/iso.ist
%{_texmfdistdir}/tex/latex/iso/askincv1.sty
%{_texmfdistdir}/tex/latex/iso/iso10.clo
%{_texmfdistdir}/tex/latex/iso/iso11.clo
%{_texmfdistdir}/tex/latex/iso/iso9.clo
%{_texmfdistdir}/tex/latex/iso/isov2.4ht
%{_texmfdistdir}/tex/latex/iso/isov2.cls
%doc %{_texmfdistdir}/doc/latex/iso/README
%doc %{_texmfdistdir}/doc/latex/iso/iso4ht.pdf
%doc %{_texmfdistdir}/doc/latex/iso/isoe.pdf
%doc %{_texmfdistdir}/doc/latex/iso/isofwdbp.tex
%doc %{_texmfdistdir}/doc/latex/iso/isoman.pdf
%doc %{_texmfdistdir}/doc/latex/iso/isoman.tex
%doc %{_texmfdistdir}/doc/latex/iso/trfwd1.tex
%doc %{_texmfdistdir}/doc/latex/iso/tspasfwdbp.tex
#- source
%doc %{_texmfdistdir}/source/latex/iso/iso4ht.dtx
%doc %{_texmfdistdir}/source/latex/iso/iso4ht.ins
%doc %{_texmfdistdir}/source/latex/iso/isoe.dtx
%doc %{_texmfdistdir}/source/latex/iso/isoe.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4-4
+ Revision: 48f9b39
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25065 |14mu|texlive-isodate-2.28-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16613
# category Package
# catalog-ctan /macros/latex/contrib/isodate
# catalog-date 2006-12-08 14:34:19 +0100
# catalog-license lppl
# catalog-version 2.28
Name:		texlive-isodate
Version:	2.28
Release:	4
Summary:	Tune the output format of dates according to language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isodate
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isodate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isodate.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isodate.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides ten output formats of the commands
\today, \printdate, \printdateTeX, and \daterange (partly
language dependent). Formats available are: ISO (yyyy-mm-dd),
numeric (e.g. dd.\,mm.~yyyy), short (e.g. dd.\,mm.\,yy), TeX
(yyyy/mm/dd), original (e.g. dd. mmm yyyy), short original
(e.g. dd. mmm yy), as well as numerical formats with Roman
numerals for the month. The commands \printdate and
\printdateTeX print any date. The command \daterange prints a
date range and leaves out unnecessary year or month entries.
This package supports German (old and new rules), Austrian, US
English, British English, French, Danish, Swedish, and
Norwegian.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/isodate/danish.idf
%{_texmfdistdir}/tex/latex/isodate/english.idf
%{_texmfdistdir}/tex/latex/isodate/french.idf
%{_texmfdistdir}/tex/latex/isodate/german.idf
%{_texmfdistdir}/tex/latex/isodate/isodate.sty
%{_texmfdistdir}/tex/latex/isodate/isodateo.sty
%{_texmfdistdir}/tex/latex/isodate/italian.idf
%{_texmfdistdir}/tex/latex/isodate/norsk.idf
%{_texmfdistdir}/tex/latex/isodate/swedish.idf
%doc %{_texmfdistdir}/doc/latex/isodate/ChangeLog
%doc %{_texmfdistdir}/doc/latex/isodate/README
%doc %{_texmfdistdir}/doc/latex/isodate/getversion.tex
%doc %{_texmfdistdir}/doc/latex/isodate/isodate.pdf
%doc %{_texmfdistdir}/doc/latex/isodate/isodate.xml
%doc %{_texmfdistdir}/doc/latex/isodate/isodateo.pdf
%doc %{_texmfdistdir}/doc/latex/isodate/testdate.pdf
%doc %{_texmfdistdir}/doc/latex/isodate/testdate.tex
%doc %{_texmfdistdir}/doc/latex/isodate/testisodate_without_babel.tex
#- source
%doc %{_texmfdistdir}/source/latex/isodate/Makefile
%doc %{_texmfdistdir}/source/latex/isodate/isodate.dtx
%doc %{_texmfdistdir}/source/latex/isodate/isodate.ins
%doc %{_texmfdistdir}/source/latex/isodate/isodateo.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.28-4
+ Revision: cb3ca2c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25066 |14mu|texlive-isodoc-1.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32844
# category Package
# catalog-ctan /macros/latex/contrib/isodoc
# catalog-date 2014-01-31 17:04:16 +0100
# catalog-license lppl1.3
# catalog-version 1.03
Name:		texlive-isodoc
Version:	1.03
Release:	3
Summary:	A LaTeX class for the preparation of letters and invoices
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isodoc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isodoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isodoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isodoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The isodoc class can be used for the preparation of letters and
invoices (and, in the future, similar documents). Documents are
set up with options, thus making the class easily adaptable to
user's wishes and extensible for other document types. The
class is based on the NTG brief class by Victor Eijkhout, which
implements the NEN1026 standard.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/isodoc/isodoc-ca-ES.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-de-DE.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-en-GB.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-en-US.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-es-ES.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-fr-FR.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-it-IT.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-nb-NO.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-nl-BE.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-nl-NL.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc-sr-RS.ldf
%{_texmfdistdir}/tex/latex/isodoc/isodoc.cls
%doc %{_texmfdistdir}/doc/latex/isodoc/README
%doc %{_texmfdistdir}/doc/latex/isodoc/accept/accept.sty
%doc %{_texmfdistdir}/doc/latex/isodoc/accept/accept.tex
%doc %{_texmfdistdir}/doc/latex/isodoc/accept/acceptform.jpg
%doc %{_texmfdistdir}/doc/latex/isodoc/accept/ntgcolor.png
%doc %{_texmfdistdir}/doc/latex/isodoc/inst
%doc %{_texmfdistdir}/doc/latex/isodoc/invoice/invoice.sty
%doc %{_texmfdistdir}/doc/latex/isodoc/invoice/invoice.tex
%doc %{_texmfdistdir}/doc/latex/isodoc/isodoc.pdf
%doc %{_texmfdistdir}/doc/latex/isodoc/letter/letter.sty
%doc %{_texmfdistdir}/doc/latex/isodoc/letter/letter.tex
%doc %{_texmfdistdir}/doc/latex/isodoc/letter/sign.png
%doc %{_texmfdistdir}/doc/latex/isodoc/letter/signmarked.png
%doc %{_texmfdistdir}/doc/latex/isodoc/logoletter/ChopinScript.ttf
%doc %{_texmfdistdir}/doc/latex/isodoc/logoletter/logoletter.sty
%doc %{_texmfdistdir}/doc/latex/isodoc/logoletter/logoletter.tex
%doc %{_texmfdistdir}/doc/latex/isodoc/logoletter/shiva-shakti.png
%doc %{_texmfdistdir}/doc/latex/isodoc/logoletter/signblue.png
%doc %{_texmfdistdir}/doc/latex/isodoc/logoletter/typo.txt
%doc %{_texmfdistdir}/doc/latex/isodoc/ntgletter/ntgcolor.png
%doc %{_texmfdistdir}/doc/latex/isodoc/ntgletter/ntgletter.sty
%doc %{_texmfdistdir}/doc/latex/isodoc/ntgletter/ntgletter.tex
%doc %{_texmfdistdir}/doc/latex/isodoc/ntgletter/signlong.png
%doc %{_texmfdistdir}/doc/latex/isodoc/ntgletter/signshort.png
%doc %{_texmfdistdir}/doc/latex/isodoc/template.ldf
#- source
%doc %{_texmfdistdir}/source/latex/isodoc/isodoc.dtx
%doc %{_texmfdistdir}/source/latex/isodoc/isodoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.03-3
+ Revision: 1815d02
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25067 |14mu|texlive-isonums-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17362
# category Package
# catalog-ctan /macros/latex/contrib/isonums
# catalog-date 2010-03-09 13:05:51 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-isonums
Version:	1.0
Release:	4
Summary:	Display numbers in maths mode according to ISO 31-0
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isonums
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isonums.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isonums.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes a quick hack to ziffer to display numbers in
maths mode according to ISO 31-0, regardless of input format
(European $1.235,7$ or Anglo-American $1,235.7$). The options
[euro, anglo] control the global input format. Default input
format is anglo. Documentation is included as comments to the
text source.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/isonums/isonums.sty
%doc %{_texmfdistdir}/doc/latex/isonums/isonums.pdf
%doc %{_texmfdistdir}/doc/latex/isonums/isonums.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 417b291
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25068 |14mu|texlive-isorot-20070108-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/isorot
# catalog-date 2007-01-08 13:31:52 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-isorot
Version:	20070108
Release:	4
Summary:	Rotation of document elements
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isorot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isorot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isorot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isorot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The isorot package is for rotation of document elements. It is
a combination of the lscape package and an extension of the
rotating package. The package is designed for use with the iso
class but may be used with any normal class.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/isorot/isorot.sty
%doc %{_texmfdistdir}/doc/latex/isorot/README
%doc %{_texmfdistdir}/doc/latex/isorot/rotman.pdf
%doc %{_texmfdistdir}/doc/latex/isorot/rotman.tex
#- source
%doc %{_texmfdistdir}/source/latex/isorot/isorot.dtx
%doc %{_texmfdistdir}/source/latex/isorot/isorot.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070108-4
+ Revision: 3cd2cf8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25069 |14mu|texlive-isotope-v0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23711
# category Package
# catalog-ctan /macros/latex/contrib/isotope
# catalog-date 2011-08-26 17:57:53 +0200
# catalog-license lppl
# catalog-version v0.3
Name:		texlive-isotope
Version:	v0.3
Release:	4
Summary:	A package for typesetting isotopes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/isotope
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isotope.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isotope.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/isotope.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a command \isotope for setting the atomic
weight and atomic number indications of isotopes. (The naive
way of doing the job with (La)TeX mathematics commands produces
an unsatisfactory result.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/isotope/isotope.sty
%doc %{_texmfdistdir}/doc/latex/isotope/README
#- source
%doc %{_texmfdistdir}/source/latex/isotope/isotope.dtx
%doc %{_texmfdistdir}/source/latex/isotope/isotope.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.3-4
+ Revision: 3ce9e70
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25070 |14mu|texlive-issuulinks-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25742
# category Package
# catalog-ctan /macros/latex/contrib/issuulinks
# catalog-date 2012-03-23 12:07:20 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-issuulinks
Version:	1.1
Release:	3
Summary:	Produce external links instead of internal ones
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/issuulinks
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/issuulinks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/issuulinks.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/issuulinks.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The PDF visualizer http://issuu.com/ISSUU is a popular service
allowing to show PDF documents "a page a time". Due to the way
it is implemented, internal links in these documents are not
allowed. Instead, they must be converted to external ones in
the form http://issuu.com/action/page?page=PAGENUMBER. The
package patches hyperref to produce external links in the
required form instead of internal links created by \ref, \cite
and other commands. Since the package redefines the internals
of hyperref, it must be loaded it AFTER hyperref.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/issuulinks/issuulinks.sty
%doc %{_texmfdistdir}/doc/latex/issuulinks/Makefile
%doc %{_texmfdistdir}/doc/latex/issuulinks/README
%doc %{_texmfdistdir}/doc/latex/issuulinks/issuulinks.pdf
%doc %{_texmfdistdir}/doc/latex/issuulinks/sample.pdf
%doc %{_texmfdistdir}/doc/latex/issuulinks/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/issuulinks/issuulinks.dtx
%doc %{_texmfdistdir}/source/latex/issuulinks/issuulinks.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: 6b17557
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25071 |14mu|texlive-itnumpar-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/itnumpar
# catalog-date 2008-08-19 23:32:24 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-itnumpar
Version:	1.0
Release:	4
Summary:	Spell numbers in words (Italian)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/itnumpar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/itnumpar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/itnumpar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/itnumpar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Sometimes we need to say "Capitolo primo" or "Capitolo uno"
instead of "Capitolo 1", that is, spelling the number in words
instead of the usual digit form. This package provides support
for spelling out numbers in Italian words, both in cardinal and
in ordinal form.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/itnumpar/itnumpar.sty
%doc %{_texmfdistdir}/doc/latex/itnumpar/README
%doc %{_texmfdistdir}/doc/latex/itnumpar/itnumpar.pdf
#- source
%doc %{_texmfdistdir}/source/latex/itnumpar/itnumpar.dtx
%doc %{_texmfdistdir}/source/latex/itnumpar/itnumpar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 422a456
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25072 |14mu|texlive-itrans-5.32-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25462
# category Package
# catalog-ctan /language/indian/itrans
# catalog-date 2011-05-10 20:29:15 +0200
# catalog-license other-free
# catalog-version 5.32
Name:		texlive-itrans
Version:	5.32
Release:	3
Summary:	Transliteration of Indian Languages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/indian/itrans
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/itrans.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/itrans.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Itrans is a pre-processor: it converts English-encoded text
into various Indian Language scripts for printing or for
display. The input text to itrans is in a transliterated form:
each letter in an Indian Script is assigned an English
equivalent, and the English letters are used to represent what
will eventually print out in the Indian Language Script.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/itrans/devnac.afm
%{_texmfdistdir}/fonts/afm/public/itrans/ncpi____.afm
%{_texmfdistdir}/fonts/afm/public/itrans/ncpr____.afm
%{_texmfdistdir}/fonts/source/public/itrans/kan12.mf
%{_texmfdistdir}/fonts/source/public/itrans/kan12b.mf
%{_texmfdistdir}/fonts/source/public/itrans/kan12nx.mf
%{_texmfdistdir}/fonts/source/public/itrans/kan12ny.mf
%{_texmfdistdir}/fonts/source/public/itrans/kan12s.mf
%{_texmfdistdir}/fonts/source/public/itrans/kan18.mf
%{_texmfdistdir}/fonts/source/public/itrans/kanbase.mf
%{_texmfdistdir}/fonts/source/public/itrans/kancodes.mf
%{_texmfdistdir}/fonts/source/public/itrans/kanlets.mf
%{_texmfdistdir}/fonts/source/public/itrans/kanmain.mf
%{_texmfdistdir}/fonts/source/public/itrans/kanparam.mf
%{_texmfdistdir}/fonts/source/public/itrans/kanspc.mf
%{_texmfdistdir}/fonts/source/public/itrans/kanvarna.mf
%{_texmfdistdir}/fonts/source/public/itrans/tamilORG.mf
%{_texmfdistdir}/fonts/source/public/itrans/tel12.mf
%{_texmfdistdir}/fonts/source/public/itrans/tel12b.mf
%{_texmfdistdir}/fonts/source/public/itrans/tel12nx.mf
%{_texmfdistdir}/fonts/source/public/itrans/tel12ny.mf
%{_texmfdistdir}/fonts/source/public/itrans/tel12s.mf
%{_texmfdistdir}/fonts/source/public/itrans/tel18.mf
%{_texmfdistdir}/fonts/source/public/itrans/telbase.mf
%{_texmfdistdir}/fonts/source/public/itrans/telchrs1.mf
%{_texmfdistdir}/fonts/source/public/itrans/telchrs2.mf
%{_texmfdistdir}/fonts/source/public/itrans/telchrs3.mf
%{_texmfdistdir}/fonts/source/public/itrans/telcodes.mf
%{_texmfdistdir}/fonts/source/public/itrans/telmode.mf
%{_texmfdistdir}/fonts/source/public/itrans/telparam.mf
%{_texmfdistdir}/fonts/source/public/itrans/telspc.mf
%{_texmfdistdir}/fonts/source/public/itrans/telugu.mf
%{_texmfdistdir}/fonts/source/public/itrans/wntml12.mf
%{_texmfdistdir}/fonts/source/public/itrans/wntml17.mf
%{_texmfdistdir}/fonts/tfm/public/itrans/kan12.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/kan12b.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/kan12nx.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/kan12s.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/kan18.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/ncpicsxp.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/ncprcsxp.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/tel12.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/tel12b.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/tel12nx.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/tel12ny.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/tel12s.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/tel18.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/telspc.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/wntml12.tfm
%{_texmfdistdir}/fonts/tfm/public/itrans/wntml17.tfm
%{_texmfdistdir}/fonts/truetype/public/itrans/ncpi____.ttf
%{_texmfdistdir}/fonts/truetype/public/itrans/ncpr____.ttf
%{_texmfdistdir}/fonts/type1/public/itrans/ncpi____.pfb
%{_texmfdistdir}/fonts/type1/public/itrans/ncpr____.pfb
%{_texmfdistdir}/tex/latex/itrans/htmlstub.sty
%{_texmfdistdir}/tex/latex/itrans/idevn.tex
%{_texmfdistdir}/tex/latex/itrans/itrans.sty
%{_texmfdistdir}/tex/latex/itrans/itrnstlg.tex
%doc %{_texmfdistdir}/doc/fonts/itrans/COPYRIGHT
%doc %{_texmfdistdir}/doc/fonts/itrans/README
%doc %{_texmfdistdir}/doc/fonts/itrans/beng.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/dvnc.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/dvng.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/ex_latex.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/ex_ltn1.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/ex_ps.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/ex_utf8.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/flag.ips
%doc %{_texmfdistdir}/doc/fonts/itrans/gujdoc.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/icsx.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/idoc.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/kantex.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/nehru.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/pundoc.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/romancsx.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/tamil.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/tblall.itx
%doc %{_texmfdistdir}/doc/fonts/itrans/tech.tex
%doc %{_texmfdistdir}/doc/fonts/itrans/tlgutx.itx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.32-3
+ Revision: b621143
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25073 |14mu|texlive-iwhdp-0.25-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24790
# category Package
# catalog-ctan /macros/latex/contrib/iwhdp
# catalog-date 2011-12-07 15:00:15 +0100
# catalog-license lppl1.3
# catalog-version 0.25
Name:		texlive-iwhdp
Version:	0.25
Release:	4
Summary:	Halle Institute for Economic Research (IWH) Discussion Papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/iwhdp
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iwhdp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iwhdp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The document class is for creating Discussion Papers of the
Halle Institute for Economic Research (IWH) in Halle, Germany.
The class offers options for both English and German texts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/iwhdp/iwhdp.cls
%doc %{_texmfdistdir}/doc/latex/iwhdp/README
%doc %{_texmfdistdir}/doc/latex/iwhdp/iwhdp_Manual.bib
%doc %{_texmfdistdir}/doc/latex/iwhdp/iwhdp_Manual.pdf
%doc %{_texmfdistdir}/doc/latex/iwhdp/iwhdp_Manual.tex
%doc %{_texmfdistdir}/doc/latex/iwhdp/iwhdp_paper.bib
%doc %{_texmfdistdir}/doc/latex/iwhdp/iwhdp_paper.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.25-4
+ Revision: 552dedb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25074 |14mu|texlive-iwona-0.995b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19611
# category Package
# catalog-ctan /fonts/iwona
# catalog-date 2010-08-03 20:49:06 +0200
# catalog-license gfsl
# catalog-version 0.995b
Name:		texlive-iwona
Version:	0.995b
Release:	4
Summary:	A two-element sans-serif font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/iwona
License:	GFSL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iwona.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/iwona.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Iwona is a two-element sans-serif typeface. It was created as
an alternative version of the Kurier typeface, which was
designed in 1975 for a diploma in typeface design at the Warsaw
Academy of Fine Arts under the supervision of Roman
Tomaszewski. This distribution contains a significantly
extended set of characters covering the following modern
alphabets: latin (including Vietnamese), Cyrillic and Greek as
well as a number of additional symbols (including mathematical
symbols). The fonts are prepared in Type 1 and OpenType
formats. For use with TeX the following encoding files have
been prepared: T1 (ec), T2 (abc), and OT2--Cyrillic, T5
(Vietnamese), OT4, QX, texansi and nonstandard (IL2 for the
Czech fonts), as well as supporting macros and files defining
fonts for LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonab.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonabi.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacb.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacbi.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonach.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonachi.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacl.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacli.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacm.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacmi.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacr.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonacri.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonah.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonahi.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonal.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonali.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonam.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonami.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonar.afm
%{_texmfdistdir}/fonts/afm/nowacki/iwona/iwonari.afm
%{_texmfdistdir}/fonts/enc/dvips/iwona/cs-iwona-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/cs-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/ec-iwona-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/ec-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/ex-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/greek-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/l7x-iwona-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/l7x-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/mi-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/qx-iwona-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/qx-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/rm-iwona-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/rm-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/sy-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/t2a-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/t2b-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/t2c-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/t5-iwona-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/t5-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/texnansi-iwona-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/texnansi-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/ts1-iwona.enc
%{_texmfdistdir}/fonts/enc/dvips/iwona/wncy-iwona.enc
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-cs.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-ec.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-ex.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-greek.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-l7x.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-mi.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-qx.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-rm.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-sy.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-t2a.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-t2b.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-t2c.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-t5.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-ts1.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona-wncy.map
%{_texmfdistdir}/fonts/map/dvips/iwona/iwona.map
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/Iwona-Bold.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/Iwona-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/Iwona-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/Iwona-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCond-Bold.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCond-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCond-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCond-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondHeavy-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondHeavy-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondLight-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondLight-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondMedium-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaCondMedium-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaHeavy-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaHeavy-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaLight-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaLight-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaMedium-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/iwona/IwonaMedium-Regular.otf
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonab-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonabi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonach-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonachi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonah-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonahi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonal-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonali-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonam-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonami-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonar-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonari-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/cs-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonab-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonabi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonach-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonachi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonah-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonahi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonal-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonali-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonam-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonami-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonar-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonari-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ec-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ex-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/greek-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonab-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonabi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonach-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonachi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonah-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonahi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonal-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonali-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonam-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonami-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonar-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonari-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/l7x-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/mi-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonab-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonabi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonach-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonachi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonah-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonahi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonal-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonali-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonam-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonami-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonar-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonari-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/qx-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonab-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonabi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonach-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonachi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonah-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonahi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonal-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonali-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonam-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonami-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonar-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonari-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/rm-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonabz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonacbz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonachz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonaclz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonacmz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonacrz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonahz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonalz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonamz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/sy-iwonarz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2a-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2b-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t2c-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonab-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonabi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonach-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonachi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonah-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonahi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonal-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonali-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonam-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonami-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonar-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonari-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/t5-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonab-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonabi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonach-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonachi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonah-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonahi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonal-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonali-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonam-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonami-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonar-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonari-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/texnansi-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/ts1-iwonari.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonab.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonabi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonach.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonachi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonacri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonah.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonahi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonal.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonali.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonam.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonami.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonar.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/iwona/wncy-iwonari.tfm
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonab.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonabi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacb.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacbi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonach.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonachi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacl.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacli.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacm.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacmi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacr.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonacri.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonah.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonahi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonal.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonali.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonam.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonami.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonar.pfb
%{_texmfdistdir}/fonts/type1/nowacki/iwona/iwonari.pfb
%{_texmfdistdir}/tex/latex/iwona/il2iwona.fd
%{_texmfdistdir}/tex/latex/iwona/il2iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/il2iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/il2iwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/iwona.sty
%{_texmfdistdir}/tex/latex/iwona/l7xiwona.fd
%{_texmfdistdir}/tex/latex/iwona/l7xiwonac.fd
%{_texmfdistdir}/tex/latex/iwona/l7xiwonal.fd
%{_texmfdistdir}/tex/latex/iwona/l7xiwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/ly1iwona.fd
%{_texmfdistdir}/tex/latex/iwona/ly1iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/ly1iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/ly1iwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/omliwona.fd
%{_texmfdistdir}/tex/latex/iwona/omliwonac.fd
%{_texmfdistdir}/tex/latex/iwona/omliwonal.fd
%{_texmfdistdir}/tex/latex/iwona/omliwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/omsiwona.fd
%{_texmfdistdir}/tex/latex/iwona/omsiwonac.fd
%{_texmfdistdir}/tex/latex/iwona/omsiwonal.fd
%{_texmfdistdir}/tex/latex/iwona/omsiwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/omxiwona.fd
%{_texmfdistdir}/tex/latex/iwona/omxiwonac.fd
%{_texmfdistdir}/tex/latex/iwona/omxiwonal.fd
%{_texmfdistdir}/tex/latex/iwona/omxiwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwona.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwonacm.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwonalcm.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwonalm.fd
%{_texmfdistdir}/tex/latex/iwona/ot1iwonam.fd
%{_texmfdistdir}/tex/latex/iwona/ot2iwona.fd
%{_texmfdistdir}/tex/latex/iwona/ot2iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/ot2iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/ot2iwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/ot4iwona.fd
%{_texmfdistdir}/tex/latex/iwona/ot4iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/ot4iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/ot4iwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/qxiwona.fd
%{_texmfdistdir}/tex/latex/iwona/qxiwonac.fd
%{_texmfdistdir}/tex/latex/iwona/qxiwonal.fd
%{_texmfdistdir}/tex/latex/iwona/qxiwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/t1iwona.fd
%{_texmfdistdir}/tex/latex/iwona/t1iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/t1iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/t1iwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/t2aiwona.fd
%{_texmfdistdir}/tex/latex/iwona/t2aiwonac.fd
%{_texmfdistdir}/tex/latex/iwona/t2aiwonal.fd
%{_texmfdistdir}/tex/latex/iwona/t2aiwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/t2biwona.fd
%{_texmfdistdir}/tex/latex/iwona/t2biwonac.fd
%{_texmfdistdir}/tex/latex/iwona/t2biwonal.fd
%{_texmfdistdir}/tex/latex/iwona/t2biwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/t2ciwona.fd
%{_texmfdistdir}/tex/latex/iwona/t2ciwonac.fd
%{_texmfdistdir}/tex/latex/iwona/t2ciwonal.fd
%{_texmfdistdir}/tex/latex/iwona/t2ciwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/t5iwona.fd
%{_texmfdistdir}/tex/latex/iwona/t5iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/t5iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/t5iwonalc.fd
%{_texmfdistdir}/tex/latex/iwona/ts1iwona.fd
%{_texmfdistdir}/tex/latex/iwona/ts1iwonac.fd
%{_texmfdistdir}/tex/latex/iwona/ts1iwonal.fd
%{_texmfdistdir}/tex/latex/iwona/ts1iwonalc.fd
%{_texmfdistdir}/tex/plain/iwona/iwona-math.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/00readme.eng
%doc %{_texmfdistdir}/doc/fonts/iwona/00readme.pol
%doc %{_texmfdistdir}/doc/fonts/iwona/GUST-FONT-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-info-src.zip
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-info.pdf
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-latex-cyr.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-latex-math.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-latex-pl.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-latex-t2a.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-latex-t5.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-mathtest.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/iwona-table.tex
%doc %{_texmfdistdir}/doc/fonts/iwona/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.995b-4
+ Revision: a8d7816
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25075 |14mu|texlive-jadetex-3.13-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23409
# category Package
# catalog-ctan /macros/jadetex/jadetex-3.13.tar.gz
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version 3.13
Name:		texlive-jadetex
Version:	3.13
Release:	6
Summary:	Macros supporting Jade DSSSL output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/jadetex/jadetex-3.13.tar.gz
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jadetex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jadetex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jadetex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-latex
Requires:	texlive-pdftex
Requires:	texlive-tex
Requires:	texlive-jadetex.bin
%rename jadetex

%description
Macro package on top of LaTeX to typeset TeX output of the Jade
DSSSL implementation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/jadetex/base/dsssl.def
%{_texmfdistdir}/tex/jadetex/base/jadetex.ini
%{_texmfdistdir}/tex/jadetex/base/jadetex.ltx
%{_texmfdistdir}/tex/jadetex/base/pdfjadetex.ini
%{_texmfdistdir}/tex/jadetex/base/uentities.sty
%{_texmfdistdir}/tex/jadetex/base/ut1omlgc.fd
%_texmf_fmtutil_d/jadetex
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/ChangeLog
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/ChangeLog-old
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/Makefile
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/demo.sgm
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/docbook.dsl
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/index.html
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/index.xml
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/index.xsl
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/jadetex.1
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/jadetex.cfg
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/logo.png
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/pdfjadetex.1
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/releasenotes.dsl
%doc %{_texmfdistdir}/doc/otherformats/jadetex/base/releasenotes.xml
#- source
%doc %{_texmfdistdir}/source/jadetex/base/Makefile
%doc %{_texmfdistdir}/source/jadetex/base/jadetex.dtx
%doc %{_texmfdistdir}/source/jadetex/base/jadetex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/jadetex <<EOF
#
# from jadetex:
jadetex pdftex language.dat *jadetex.ini
pdfjadetex pdftex language.dat *pdfjadetex.ini
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.13-6
+ Revision: 5eabddc
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25076 |14mu|texlive-japanese-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24533
# category Package
# catalog-ctan /language/japanese/japanese
# catalog-date 2011-10-29 13:37:49 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-japanese
Version:	1.3
Release:	5
Summary:	A substitute for a babel package for Japanese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/japanese
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package behaves in a similar way as if you provided the
(non-existent) Japanese option to babel so that you can handle
Japanese language text in LaTeX documents. The package requires
a Japanese-enabled TeX system, such as pTeX or jTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/platex/japanese/japanese.ldf
%doc %{_texmfdistdir}/doc/platex/japanese/README
%doc %{_texmfdistdir}/doc/platex/japanese/sample.pdf
%doc %{_texmfdistdir}/doc/platex/japanese/sample.tex
#- source
%doc %{_texmfdistdir}/source/platex/japanese/japanese.dtx
%doc %{_texmfdistdir}/source/platex/japanese/japanese.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-5
+ Revision: 6b69946
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25077 |14mu|texlive-japanese-otf-uptex-0.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26985
# category Package
# catalog-ctan /language/japanese/japanese-otf-uptex
# catalog-date 2012-07-10 11:04:52 +0200
# catalog-license other-free
# catalog-version 0.11
Name:		texlive-japanese-otf-uptex
Epoch:		1
Version:	0.11
Release:	3
Summary:	Support for Japanese OTF files in upLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/japanese-otf-uptex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf-uptex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf-uptex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf-uptex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-japanese-otf

%description
The bundle offers support of the fonts in the japanese-otf
package, for use with the UpTeX distribution (version 0.20 or
later).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvipdfmx/japanese-otf-uptex/otf-up-noEmbed.map
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcgro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfcmro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgru-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgru-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfgrz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbo-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbo-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbu-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbu-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgbz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgru-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgru-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjgrz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbo-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbo-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbu-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbu-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmbz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgru-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgru-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmgrz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmll-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmll-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmln-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmln-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlo-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlo-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmls-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmls-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlu-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlu-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmlz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmru-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmru-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfjmrz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrj-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrj-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmru-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmru-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrv-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrv-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utfmrz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgru-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgru-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftgrz-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrk-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrk-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrl-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrl-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrm-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrm-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrn-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrn-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmro-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmro-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrp-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrp-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrq-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrq-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrr-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrr-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrs-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrs-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrt-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrt-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmru-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmru-v.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrz-h.ovp
%{_texmfdistdir}/fonts/ovp/public/japanese-otf-uptex/utftmrz-v.ovp
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgexpminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgotheb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgotheb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upbrsgnmlminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upexpminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgotheb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgotheb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uphminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgotheb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgotheb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/upnmlminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubygothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubygothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubygothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubygothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubymgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubymgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/uprubyminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcgro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfcmro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgru-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgru-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfgrz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbo-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbo-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbu-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbu-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgbz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgru-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgru-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjgrz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbo-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbo-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbu-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbu-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmbz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgru-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgru-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmgrz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmll-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmll-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmln-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmln-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlo-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlo-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmls-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmls-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlu-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlu-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmlz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmru-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmru-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfjmrz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrj-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrj-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmru-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmru-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrv-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrv-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utfmrz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgru-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgru-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftgrz-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrk-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrk-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrm-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrm-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmro-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmro-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrp-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrp-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrq-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrq-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrs-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrs-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrt-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrt-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmru-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmru-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrz-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf-uptex/utftmrz-v.tfm
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgexpminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgotheb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgotheb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upbrsgnmlminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upexpminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgotheb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgotheb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/upnmlminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubygothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubygothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubygothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubygothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubymgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubymgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/uprubyminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcgro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfcmro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgru-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgru-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfgrz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbo-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbo-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbu-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbu-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgbz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgru-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgru-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjgrz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbo-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbo-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbu-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbu-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmbz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgru-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgru-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmgrz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmll-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmll-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmln-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmln-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlo-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlo-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmls-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmls-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlu-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlu-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmlz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmru-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmru-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfjmrz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrj-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrj-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmru-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmru-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrv-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrv-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utfmrz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgru-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgru-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftgrz-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrk-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrk-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrm-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrm-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmro-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmro-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrp-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrp-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrq-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrq-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrs-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrs-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrt-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrt-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmru-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmru-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrz-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf-uptex/utftmrz-v.vf
%{_texmfdistdir}/tex/platex/japanese-otf-uptex/mlutf.sty
%{_texmfdistdir}/tex/platex/japanese-otf-uptex/otf.sty
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/00otf-uptex.txt
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/COPYRIGHT
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/README
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/Makefile
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_cns_utf.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_gb_utf.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_text.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_jp_utf.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/sp_kr_utf.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/uotf-sp-utf8.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/uotftest-utf8.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/uotftest.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf-uptex/test/uplatex/upbrsgtest.tex
#- source
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/basepl/ubase-h.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/basepl/ubase-v.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/basepl/ubrsg-h.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/basepl/ubrsg-v.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/patch/otfbeta_uptex-0.10.patch
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/MakeSPList.pm
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/mktfm_sp.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/mkutf32list.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/mkutfvf_sp.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/sp_list_c.txt
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/sp_list_j.txt
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/sp_list_k.txt
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/script/sp_list_t.txt
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/umakeotf
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/umakeotf_brsg
%doc %{_texmfdistdir}/source/fonts/japanese-otf-uptex/umkjvf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.11-3
+ Revision: b68af17
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25078 |14mu|texlive-japanese-otf-v1.7b5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25939
# category Package
# catalog-ctan /language/japanese/japanese-otf
# catalog-date 2012-04-11 09:22:31 +0200
# catalog-license other-free
# catalog-version v1.7b5
Name:		texlive-japanese-otf
Epoch:		1
Version:	v1.7b5
Release:	3
Summary:	Advanced font selection for platex and its friends
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/japanese-otf
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
The package contains pLaTeX support files and virtual fonts for
supporting a wide variety of fonts in LaTeX using the pTeX
engine.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvipdfmx/japanese-otf/otf-cktx.map
%{_texmfdistdir}/fonts/map/dvipdfmx/japanese-otf/otf-noEmbed.map
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hirakaku-w3-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hirakaku-w3-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hirakaku-w6-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hirakaku-w6-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramaru-w4-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramaru-w4-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramin-w3-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramin-w3-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramin-w6-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/hiramin-w6-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjgb-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjgb-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjgr-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjgr-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmb-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmb-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmgr-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmgr-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjml-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjml-v.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmr-h.ofm
%{_texmfdistdir}/fonts/ofm/public/japanese-otf/otf-cjmr-v.ofm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpmgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpmgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminln-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminln-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgexpminrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgotheb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgotheb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlmgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlmgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminln-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminln-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/brsgnmlminrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcgr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidcmr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgb5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmb5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjml5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidjmr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidkmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/cidtmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expmgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expmgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminln-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminln-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/expminrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgotheb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgotheb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hirakaku-w3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hirakaku-w3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hirakaku-w6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hirakaku-w6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramaru-w4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramaru-w4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramin-w3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramin-w3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramin-w6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hiramin-w6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hmgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hmgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminln-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminln-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/hminrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgotheb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgotheb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlmgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlmgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlmgothrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlmgothrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminln-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminln-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/nmlminrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ccgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ccgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ccmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ccmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjgb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjgb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjml-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjml-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-cjmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ckgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ckgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ckmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ckmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ctgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ctgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ctmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ctmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ucgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ucgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ucmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ucmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujgrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmbn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmbn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmgrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmgrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujml-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujml-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmln-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmln-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmrn-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ujmrn-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ukgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ukgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ukmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-ukmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-utgr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-utgr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-utmr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/otf-utmr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phirakakuw3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phirakakuw3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phirakakuw6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phirakakuw6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiramaruw4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiramaruw4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiraminw3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiraminw3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiraminw6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/phiraminw6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubygothb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubygothb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubygothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubygothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubymgothr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubymgothr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminl-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminl-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminr-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/rubyminr-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcgrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfcmrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfgrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgb9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgba-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgba-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbe-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbe-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbn9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbna-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbna-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbne-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbne-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgbnf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrn9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrna-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrna-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrne-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrne-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjgrnf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmb9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmba-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmba-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbe-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbe-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbn9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbna-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbna-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbne-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbne-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmbnf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrn9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrna-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrna-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrne-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrne-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmgrnf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjml9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmla-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmla-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmld-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmld-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmle-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmle-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmln9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlna-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlna-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlne-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlne-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmlnf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrn9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrna-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrna-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrne-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrne-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfjmrnf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkgrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfkmrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utfmrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftgrf-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr0-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr0-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr1-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr1-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr2-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr2-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr3-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr3-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr4-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr4-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr5-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr5-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr6-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr6-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr7-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr7-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr8-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr8-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr9-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmr9-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmra-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmra-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrb-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrb-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrc-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrc-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrd-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrd-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmre-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmre-v.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrf-h.tfm
%{_texmfdistdir}/fonts/tfm/public/japanese-otf/utftmrf-v.tfm
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpmgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpmgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminln-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminln-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgexpminrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgotheb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgotheb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlmgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlmgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminln-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminln-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/brsgnmlminrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcgr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidcmr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgb5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmb5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjml5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidjmr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidkmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/cidtmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expmgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expmgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminln-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminln-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/expminrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgotheb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgotheb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlmgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlmgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlmgothrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlmgothrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminbn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminbn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminln-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminln-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminrn-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/nmlminrn-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phirakakuw3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phirakakuw3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phirakakuw6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phirakakuw6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiramaruw4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiramaruw4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiraminw3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiraminw3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiraminw6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/phiraminw6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubygothb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubygothb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubygothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubygothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubymgothr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubymgothr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminl-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminl-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminr-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/rubyminr-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcgrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfcmrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfgrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgb9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgba-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgba-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbe-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbe-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbn9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbna-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbna-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbne-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbne-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgbnf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrn9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrna-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrna-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrne-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrne-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjgrnf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmb9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmba-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmba-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbe-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbe-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbn9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbna-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbna-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbne-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbne-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmbnf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrn9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrna-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrna-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrne-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrne-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmgrnf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjml9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmla-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmla-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmld-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmld-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmle-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmle-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmln9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlna-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlna-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlne-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlne-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmlnf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrn9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrna-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrna-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrne-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrne-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfjmrnf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkgrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfkmrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utfmrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftgrf-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr0-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr0-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr1-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr1-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr2-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr2-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr3-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr3-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr4-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr4-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr5-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr5-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr6-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr6-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr7-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr7-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr8-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr8-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr9-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmr9-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmra-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmra-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrb-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrb-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrc-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrc-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrd-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrd-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmre-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmre-v.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrf-h.vf
%{_texmfdistdir}/fonts/vf/public/japanese-otf/utftmrf-v.vf
%{_texmfdistdir}/tex/platex/japanese-otf/ajmacros.sty
%{_texmfdistdir}/tex/platex/japanese-otf/mlcid.sty
%{_texmfdistdir}/tex/platex/japanese-otf/otf-hangul.dfu
%{_texmfdistdir}/tex/platex/japanese-otf/redeffont.sty
%_texmf_updmap_d/japanese-otf
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/COPYRIGHT
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/readme.en.txt
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/readme.txt
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/test/brsgtest.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/test/jis2004.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/test/koreanexample.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/test/otftest.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/test/pkanatest.tex
%doc %{_texmfdistdir}/doc/fonts/japanese-otf/test/pkanatest2.tex
#- source
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/base-h.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/base-v.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/base0-h.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/base2-h.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/base2-v.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/base3-v.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/brsg-h.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/basepl/brsg-v.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/makeotf
%doc %{_texmfdistdir}/source/fonts/japanese-otf/mkjvf
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/glyphdata
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkaltutfvf.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkcidofm.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkcidvf.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkjp04tfmvf.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkmlcidvf.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkpkana.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkpropofm.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mktfm.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkutfvf.pl
%doc %{_texmfdistdir}/source/fonts/japanese-otf/script/mkvpkana.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/japanese-otf <<EOF
KanjiMap otf-@kanjiEmbed@.map
KanjiMap otf-cktx.map
EOF



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:v1.7b5-3
+ Revision: 9f2ab7e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25079 |14mu|texlive-jeopardy-1.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17757
# category Package
# catalog-ctan /macros/latex/contrib/jeopardy
# catalog-date 2010-04-14 18:01:33 +0200
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-jeopardy
Version:	1.1a
Release:	4
Summary:	Build a jeopardy game in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jeopardy
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jeopardy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jeopardy.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jeopardy.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The jeopardy package allows to build a jeopardy game with
pdfLaTeX. It is based on the jj_game class and exerquiz
package, written by D. P. Story. The author of the game can use
multichoice questions or fill-in questions. The answer for
fill-in questions is either a mathematical formula or text
string (see the documentation of exerquiz and \RespBoxMath and
\RespBoxTxt commands to learn more about the capabilities).
JavaScripts are written to record the score. If the score is
greater than a given value, a hidden string is shown. The user
should use the style with some screen presentation package,
such as web. The package is distributed with some example
games, including both 1- and 2-player games.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/jeopardy/jeopardy.cfg
%{_texmfdistdir}/tex/latex/jeopardy/jeopardy.sty
%doc %{_texmfdistdir}/doc/latex/jeopardy/README
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/aleq.jpg
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game1-two.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game1-two.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game1.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game1.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game1a.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game1a.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game2.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game2.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game2a.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game2a.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game3-CZ.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game3-CZ.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game3-oneplayer-CZ.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game3-oneplayer-CZ.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game4.pdf
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/game4.tex
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/joke.jpg
%doc %{_texmfdistdir}/doc/latex/jeopardy/example/picture.jpg
%doc %{_texmfdistdir}/doc/latex/jeopardy/jeopardy.pdf
#- source
%doc %{_texmfdistdir}/source/latex/jeopardy/jeopardy.dtx
%doc %{_texmfdistdir}/source/latex/jeopardy/jeopardy.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1a-4
+ Revision: ec44ccf
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25080 |14mu|texlive-jfontmaps-20120210-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25887
# category Package
# catalog-ctan /language/japanese/jfontmaps
# catalog-date 2012-02-10 14:42:49 +0100
# catalog-license gpl3
# catalog-version undef
Name:		texlive-jfontmaps
Version:	20120210
Release:	7
Summary:	Font maps for Japanese fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/jfontmaps
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jfontmaps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jfontmaps.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jfontmaps.x86_64-linux.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-jfontmaps.bin = %{EVRD}

%description
The package offers font maps, and supporting material, that
make various Japanese fonts available to users of (u)ptex and
related programs or formats.


#-----------------------------------------------------------------------
%files
%{_bindir}/updmap-setup-kanji
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-hiragino.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-ipa.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-ipaex.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-kozuka.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-morisawa.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-up-hiragino.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-up-ipa.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-up-ipaex.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-up-kozuka.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/otf-up-morisawa.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-hiragino-04.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-hiragino.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-ipa.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-ipaex.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-kozuka-04.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-kozuka.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-morisawa-04.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/ptex-morisawa.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-hiragino-04.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-hiragino.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-ipa.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-ipaex.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-kozuka-04.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-kozuka.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-morisawa-04.map
%{_texmfdistdir}/fonts/map/dvipdfmx/jfontmaps/uptex-morisawa.map
%{_texmfdistdir}/scripts/jfontmaps/updmap-setup-kanji.pl
%doc %{_texmfdistdir}/doc/fonts/jfontmaps/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/jfontmaps/README
%doc %{_texmfdistdir}/doc/fonts/jfontmaps/updmap-otf.sh

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/jfontmaps/updmap-setup-kanji.pl updmap-setup-kanji
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120210-7
+ Revision: 1daa272
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25081 |14mu|texlive-jknapltx-20061215-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/jknappen
# catalog-date 2006-12-15 11:08:32 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-jknapltx
Version:	20061215
Release:	4
Summary:	Miscellaneous packages by Joerg Knappen
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jknappen
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jknapltx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jknapltx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Miscellaneous macros by Jorg Knappen, including: - represent
counters in greek; - Maxwell's non-commutative division; -
latin1jk, latin2jk and latin3jk, which are their inputenc
definition files that allow verbatim input in the respective
ISO Latin codes; - blackboard bold fonts in maths; - use of
RSFS fonts in maths; - extra alignments for \parboxes; - swap
Roman and Sans fonts; - transliterate semitic languages; -
patches to make (La)TeX formulae embeddable in SGML; - use
maths "minus" in text as appropriate; - simple Young tableaux.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/jknapltx/greekctr.sty
%{_texmfdistdir}/tex/latex/jknapltx/holtpolt.sty
%{_texmfdistdir}/tex/latex/jknapltx/latin1jk.def
%{_texmfdistdir}/tex/latex/jknapltx/latin2jk.def
%{_texmfdistdir}/tex/latex/jknapltx/latin3jk.def
%{_texmfdistdir}/tex/latex/jknapltx/mathbbol.sty
%{_texmfdistdir}/tex/latex/jknapltx/mathrsfs.sty
%{_texmfdistdir}/tex/latex/jknapltx/parboxx.sty
%{_texmfdistdir}/tex/latex/jknapltx/sans.sty
%{_texmfdistdir}/tex/latex/jknapltx/semtrans.sty
%{_texmfdistdir}/tex/latex/jknapltx/sgmlcmpt.sty
%{_texmfdistdir}/tex/latex/jknapltx/smartmn.sty
%{_texmfdistdir}/tex/latex/jknapltx/tccompat.sty
%{_texmfdistdir}/tex/latex/jknapltx/ursfs.fd
%{_texmfdistdir}/tex/latex/jknapltx/ustmary.fd
%{_texmfdistdir}/tex/latex/jknapltx/young.sty
%doc %{_texmfdistdir}/doc/latex/jknapltx/00readme.txt
%doc %{_texmfdistdir}/doc/latex/jknapltx/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/jknapltx/mathbbol.rme
%doc %{_texmfdistdir}/doc/latex/jknapltx/mathrsfs.rme

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061215-4
+ Revision: fe899fc
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25082 |14mu|texlive-jlabels-20110605-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24858
# category Package
# catalog-ctan /macros/latex/contrib/jlabels
# catalog-date 2011-12-16 16:22:52 +0100
# catalog-license nosource
# catalog-version 2011-06-05
Name:		texlive-jlabels
Version:	20110605
Release:	5
Summary:	Make letter-sized pages of labels
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jlabels
License:	NOSOURCE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jlabels.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jlabels.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides controls for the numbers of rows and
columns.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/jlabels/jlabels.sty
%doc %{_texmfdistdir}/doc/latex/jlabels/README
%doc %{_texmfdistdir}/doc/latex/jlabels/jlabels.pdf
%doc %{_texmfdistdir}/doc/latex/jlabels/jlabels.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110605-5
+ Revision: 0d7d296
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25083 |14mu|texlive-jmlr-1.17-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26759
# category Package
# catalog-ctan /macros/latex/contrib/jmlr
# catalog-date 2012-05-30 16:45:26 +0200
# catalog-license lppl
# catalog-version 1.17
Name:		texlive-jmlr
Version:	1.17
Release:	3
Summary:	Class files for the Journal of Machine Learning Research
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jmlr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jmlr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jmlr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jmlr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The jmlr bundle provides a class for authors (jmlr) and a class
for production editors (jmlrbook), as well as a script
makejmlrbook The jmlrbook class may can be used to combine
articles written using the jmlr class into a book. The class
uses the combine class and the hyperref package to produce
either a colour hyperlinked book for on-line viewing or a
greyscale nonhyperlinked book for printing. The makejmlrbook
Perl script can be used to create the colour hyperlinked and
greyscale nonhyperlinked PDFs of a document using the jmlrbook
class. It can also create a set of HTML files that list the
included papers with links to their abstracts and the
individual articles as PDFs.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/jmlr/makejmlrbook
%{_texmfdistdir}/scripts/jmlr/makejmlrbook.bat
%{_texmfdistdir}/tex/latex/jmlr/jmlr.cls
%{_texmfdistdir}/tex/latex/jmlr/jmlrbook.cls
%doc %{_texmfdistdir}/doc/latex/jmlr/CHANGES
%doc %{_texmfdistdir}/doc/latex/jmlr/INSTALL
%doc %{_texmfdistdir}/doc/latex/jmlr/README
%doc %{_texmfdistdir}/doc/latex/jmlr/jmlr.pdf
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/bookLogo-gray.png
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/bookLogo.png
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/jmlrbook-sample.pdf
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/jmlrbook-sample.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper1/paper1.bib
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper1/paper1.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper2/paper2.bib
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper2/paper2.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper3/paper3.bib
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper3/paper3.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper4/paper4.bib
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/paper4/paper4.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/proceedings-sample.pdf
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-books/proceedings-sample.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/circle-gray.png
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/circle.jpg
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/nodes-gray.png
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/nodes.png
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/square-gray.png
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/square.png
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/images/teximage.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlr-sample.bib
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlr-sample.pdf
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlr-sample.tex
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlrwcp-sample.pdf
%doc %{_texmfdistdir}/doc/latex/jmlr/sample-papers/jmlrwcp-sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/jmlr/jmlr.dtx
%doc %{_texmfdistdir}/source/latex/jmlr/jmlr.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.17-3
+ Revision: 05c9cb7
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25084 |14mu|texlive-jmn-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22719
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-jmn
Version:	20111103
Release:	4
Summary:	TeXLive jmn package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jmn.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive jmn package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/jmn/hans/hans-sh.afm
%{_texmfdistdir}/fonts/afm/jmn/hans/hans.afm
%{_texmfdistdir}/fonts/enc/dvips/jmn/hans.enc
%{_texmfdistdir}/fonts/map/dvips/jmn/hans.map
%{_texmfdistdir}/fonts/tfm/jmn/hans/hans-sh.tfm
%{_texmfdistdir}/fonts/tfm/jmn/hans/hans.tfm
%{_texmfdistdir}/fonts/type1/jmn/hans/hans-sh.pfb
%{_texmfdistdir}/fonts/type1/jmn/hans/hans-sh.pfm
%{_texmfdistdir}/fonts/type1/jmn/hans/hans.pfb
%{_texmfdistdir}/fonts/type1/jmn/hans/hans.pfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: 3b20ef2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25085 |14mu|texlive-jpsj-1.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/jpsj
# catalog-date 2007-03-14 08:57:39 +0100
# catalog-license lppl
# catalog-version 1.2.2
Name:		texlive-jpsj
Version:	1.2.2
Release:	4
Summary:	Document Class for Journal of the Physical Society of Japan
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jpsj
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jpsj.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jpsj.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive jpsj package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/jpsj/jpsj2.cls
%doc %{_texmfdistdir}/doc/latex/jpsj/dummy.eps
%doc %{_texmfdistdir}/doc/latex/jpsj/injpsj2.pdf
%doc %{_texmfdistdir}/doc/latex/jpsj/injpsj2.tex
%doc %{_texmfdistdir}/doc/latex/jpsj/template.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-4
+ Revision: 022389c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25086 |14mu|texlive-jsclasses-20071208-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18430
# category Package
# catalog-ctan /macros/latex/contrib/jsclasses
# catalog-date 2007-12-08 14:15:18 +0100
# catalog-license bsd
# catalog-version undef
Name:		texlive-jsclasses
Version:	20071208
Release:	4
Summary:	Classes tailored for use with Japanese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jsclasses
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jsclasses.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jsclasses.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Classes jsarticle and jsbook are provided, together with
packages okumacro, okuverb and morisawa. These classes are
designed to work under ASCII Corporation's Japanese TeX system
ptex.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/platex/jsclasses/jsarticle.cls
%{_texmfdistdir}/tex/platex/jsclasses/jsbook.cls
%{_texmfdistdir}/tex/platex/jsclasses/jspf.cls
%{_texmfdistdir}/tex/platex/jsclasses/jsverb.sty
%{_texmfdistdir}/tex/platex/jsclasses/kiyou.cls
%{_texmfdistdir}/tex/platex/jsclasses/minijs.sty
%{_texmfdistdir}/tex/platex/jsclasses/morisawa.sty
%{_texmfdistdir}/tex/platex/jsclasses/okumacro.sty
%{_texmfdistdir}/tex/platex/jsclasses/okuverb.sty
#- source
%doc %{_texmfdistdir}/source/platex/jsclasses/jsclasses.dtx
%doc %{_texmfdistdir}/source/platex/jsclasses/jsclasses.ins
%doc %{_texmfdistdir}/source/platex/jsclasses/jsverb.dtx
%doc %{_texmfdistdir}/source/platex/jsclasses/jsverb.ins
%doc %{_texmfdistdir}/source/platex/jsclasses/morisawa.dtx
%doc %{_texmfdistdir}/source/platex/jsclasses/morisawa.ins
%doc %{_texmfdistdir}/source/platex/jsclasses/okumacro.dtx
%doc %{_texmfdistdir}/source/platex/jsclasses/okumacro.ins
%doc %{_texmfdistdir}/source/platex/jsclasses/okuverb.dtx
%doc %{_texmfdistdir}/source/platex/jsclasses/okuverb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20071208-4
+ Revision: 5dd940d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25087 |14mu|texlive-jura-20070108-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/jura
# catalog-date 2007-01-08 14:12:54 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-jura
Version:	20070108
Release:	4
Summary:	A document class for German legal texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jura
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jura.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jura.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jura.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Implements the standard layout for German term papers in law
(one-and-half linespacing, 7 cm margins, etc.). Includes
alphanum that permits alphanumeric section numbering (e.g., A.
Introduction; III. International Law).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/jura/alphanum.sty
%{_texmfdistdir}/tex/latex/jura/jura.cls
%doc %{_texmfdistdir}/doc/latex/jura/README
%doc %{_texmfdistdir}/doc/latex/jura/jura.pdf
%doc %{_texmfdistdir}/doc/latex/jura/jura2html
%doc %{_texmfdistdir}/doc/latex/jura/juratest.ltx
#- source
%doc %{_texmfdistdir}/source/latex/jura/jura.dtx
%doc %{_texmfdistdir}/source/latex/jura/jura.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070108-4
+ Revision: 5596cee
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25088 |14mu|texlive-juraabbrev-20070108-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/juraabbrev
# catalog-date 2007-01-08 14:12:54 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-juraabbrev
Version:	20070108
Release:	4
Summary:	Abbreviations for typesetting (German) juridical documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/juraabbrev
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/juraabbrev.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/juraabbrev.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/juraabbrev.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package should be helpful for people working on (German)
law. It helps you to handle abbreviations and creates a list of
those (pre-defined) abbreviations that have actually been used
in the document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/juraabbrev/laws.ist
%{_texmfdistdir}/tex/latex/juraabbrev/juraabbrev.4ht
%{_texmfdistdir}/tex/latex/juraabbrev/juraabbrev.sty
%doc %{_texmfdistdir}/doc/latex/juraabbrev/README
%doc %{_texmfdistdir}/doc/latex/juraabbrev/abbrevtest.tex
%doc %{_texmfdistdir}/doc/latex/juraabbrev/juraabbrev.pdf
#- source
%doc %{_texmfdistdir}/source/latex/juraabbrev/juraabbrev.dtx
%doc %{_texmfdistdir}/source/latex/juraabbrev/juraabbrev.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070108-4
+ Revision: 3df302a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25089 |14mu|texlive-juramisc-0.91-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/juramisc
# catalog-date 2007-11-23 19:34:36 +0100
# catalog-license lppl
# catalog-version 0.91
Name:		texlive-juramisc
Version:	0.91
Release:	4
Summary:	Typesetting German juridical documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/juramisc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/juramisc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/juramisc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of classes for typesetting court sentences, legal
opinions, and dissertations for German lawyers. The package is
still under development.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/juramisc/jbgoe.clo
%{_texmfdistdir}/tex/latex/juramisc/jbstgallen.clo
%{_texmfdistdir}/tex/latex/juramisc/jbtrier.clo
%{_texmfdistdir}/tex/latex/juramisc/jurabase.sty
%{_texmfdistdir}/tex/latex/juramisc/jurabook.cls
%{_texmfdistdir}/tex/latex/juramisc/juraovw.cls
%{_texmfdistdir}/tex/latex/juramisc/juraurtl.cls
%doc %{_texmfdistdir}/doc/latex/juramisc/README
%doc %{_texmfdistdir}/doc/latex/juramisc/doc/jbook/jbook.dtx
%doc %{_texmfdistdir}/doc/latex/juramisc/doc/jbook/jbook.ins
%doc %{_texmfdistdir}/doc/latex/juramisc/doc/jmgerdoc.pdf
%doc %{_texmfdistdir}/doc/latex/juramisc/doc/jmgerdoc.tex
%doc %{_texmfdistdir}/doc/latex/juramisc/doc/jmgerdoc_scr.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.91-4
+ Revision: a0fd8a0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25090 |14mu|texlive-jurarsp-0.52-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/jurarsp
# catalog-date 2007-01-08 14:12:54 +0100
# catalog-license gpl
# catalog-version 0.52
Name:		texlive-jurarsp
Version:	0.52
Release:	4
Summary:	Citations of judgements and official documents in (German) juridical documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jurarsp
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jurarsp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jurarsp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jurarsp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package should be helpful for people working on (German)
law. It (ab)uses BibTeX for citations of judgements and
official documents. For this purpose, a special BibTeX-style is
provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/jurarsp/jurarsp.bst
%{_texmfdistdir}/tex/latex/jurarsp/jurarsp.cfg
%{_texmfdistdir}/tex/latex/jurarsp/jurarsp.sty
%doc %{_texmfdistdir}/doc/latex/jurarsp/README
%doc %{_texmfdistdir}/doc/latex/jurarsp/jurarsp.pdf
%doc %{_texmfdistdir}/doc/latex/jurarsp/rsptest.bib
%doc %{_texmfdistdir}/doc/latex/jurarsp/rsptest.tex
#- source
%doc %{_texmfdistdir}/source/latex/jurarsp/jurarsp.dtx
%doc %{_texmfdistdir}/source/latex/jurarsp/jurarsp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.52-4
+ Revision: 9484d64
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25091 |14mu|texlive-jvlisting-0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24638
# category Package
# catalog-ctan /macros/latex/contrib/jvlisting
# catalog-date 2011-11-18 01:15:46 +0100
# catalog-license lppl
# catalog-version 0.7
Name:		texlive-jvlisting
Version:	0.7
Release:	4
Summary:	A replacement for LaTeX's verbatim package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/jvlisting
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jvlisting.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jvlisting.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/jvlisting.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a LaTeX environment listing, an
alternative to the built-in verbatim environment. The listing
environment is tailored for including listings of computer
program source code into documents. The main advantages over
the original verbatim environment are: - environments
automatically fixes leading whitespace so that the environment
and program listing can be indented with the rest of the
document source, and; - listing environments may easily be
customised and extended.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/jvlisting/jvlisting.sty
%doc %{_texmfdistdir}/doc/latex/jvlisting/README
%doc %{_texmfdistdir}/doc/latex/jvlisting/examples.tex
%doc %{_texmfdistdir}/doc/latex/jvlisting/jvlisting.pdf
%doc %{_texmfdistdir}/doc/latex/jvlisting/test.tex
#- source
%doc %{_texmfdistdir}/source/latex/jvlisting/jvlisting.dtx
%doc %{_texmfdistdir}/source/latex/jvlisting/jvlisting.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7-4
+ Revision: 19e07ce
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25092 |14mu|texlive-kantlipsum-0.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24935
# category Package
# catalog-ctan /macros/latex/contrib/kantlipsum
# catalog-date 2011-12-24 01:22:03 +0100
# catalog-license lppl1.3
# catalog-version 0.5
Name:		texlive-kantlipsum
Version:	0.5
Release:	3
Summary:	Generate sentences in Kant's style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/kantlipsum
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kantlipsum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kantlipsum.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kantlipsum.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package spits out sentences in Kantian style; the text is
provided by the Kant generator for Python by Mark Pilgrim,
described in the book "Dive into Python". The package is
modelled on lipsum, and may be used for similar purposes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/kantlipsum/kantlipsum.sty
%doc %{_texmfdistdir}/doc/latex/kantlipsum/README
%doc %{_texmfdistdir}/doc/latex/kantlipsum/kantlipsum.pdf
#- source
%doc %{_texmfdistdir}/source/latex/kantlipsum/kantlipsum.dtx
%doc %{_texmfdistdir}/source/latex/kantlipsum/kantlipsum.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-3
+ Revision: abc5ca6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25093 |14mu|texlive-karnaugh-20070108-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21338
# category Package
# catalog-ctan /macros/latex/contrib/karnaugh
# catalog-date 2007-01-08 14:40:40 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-karnaugh
Version:	20070108
Release:	4
Summary:	Typeset Karnaugh-Veitch-maps
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/karnaugh
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/karnaugh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/karnaugh.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros intended for typesetting Karnaugh-Maps and Veitch-Charts
in a simple and user-friendly way. Karnaugh-Maps and Veitch-
Charts are used to display and simplify logic functions
"manually". These macros can typeset Karnaugh-Maps and Veitch-
Charts with up to ten variables (=1024 entries).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/karnaugh/kvmacros.tex
%doc %{_texmfdistdir}/doc/latex/karnaugh/kvdoc.pdf
%doc %{_texmfdistdir}/doc/latex/karnaugh/kvdoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070108-4
+ Revision: 45be62f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25094 |14mu|texlive-kastrup-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-kastrup
Version:	20111103
Release:	4
Summary:	TeXLive kastrup package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kastrup.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kastrup.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kastrup.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive kastrup package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/kastrup/binhex.tex
%doc %{_texmfdistdir}/doc/generic/kastrup/binhex.pdf
#- source
%doc %{_texmfdistdir}/source/generic/kastrup/binhex.drv
%doc %{_texmfdistdir}/source/generic/kastrup/binhex.dtx
%doc %{_texmfdistdir}/source/generic/kastrup/binhex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: 46fae0b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25095 |14mu|texlive-kdgdocs-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24498
# category Package
# catalog-ctan /macros/latex/contrib/kdgdocs
# catalog-date 2011-11-03 00:18:47 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-kdgdocs
Version:	1.0
Release:	4
Summary:	Document classes for Karel de Grote University College
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/kdgdocs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kdgdocs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kdgdocs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kdgdocs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides two classes for usage by KdG professors and
master students: - kdgcoursetext: for writing course texts, and
- kdgmasterthesis: for writing master's theses. The bundle
replaces the original kdgcoursetext package (now removed from
the archive).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/kdgdocs/kdgcoursetext.cls
%{_texmfdistdir}/tex/latex/kdgdocs/kdgmasterthesis.cls
%doc %{_texmfdistdir}/doc/latex/kdgdocs/LICENSE
%doc %{_texmfdistdir}/doc/latex/kdgdocs/README
%doc %{_texmfdistdir}/doc/latex/kdgdocs/kdg_color.eps
%doc %{_texmfdistdir}/doc/latex/kdgdocs/kdg_color.pdf
%doc %{_texmfdistdir}/doc/latex/kdgdocs/kdgcoursetext-example.pdf
%doc %{_texmfdistdir}/doc/latex/kdgdocs/kdgcoursetext-example.tex
%doc %{_texmfdistdir}/doc/latex/kdgdocs/kdgdocs.pdf
%doc %{_texmfdistdir}/doc/latex/kdgdocs/kdgmasterthesis-example.pdf
%doc %{_texmfdistdir}/doc/latex/kdgdocs/kdgmasterthesis-example.tex
%doc %{_texmfdistdir}/doc/latex/kdgdocs/manifest.txt
%doc %{_texmfdistdir}/doc/latex/kdgdocs/pi-orchid.jpg
#- source
%doc %{_texmfdistdir}/source/latex/kdgdocs/kdgdocs.dtx
%doc %{_texmfdistdir}/source/latex/kdgdocs/kdgdocs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 8757a88
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25096 |14mu|texlive-kerkis-20090115-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/greek/kerkis
# catalog-date 2009-01-15 17:16:29 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-kerkis
Version:	20090115
Release:	4
Summary:	Kerkis (Greek) font family
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/kerkis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kerkis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kerkis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Sans-serif Greek fonts to match the URW Bookman set (which are
distributed with Kerkis). The Kerkis font set has some support
for mathematics as well as other glyphs missing from the base
URW Bookman fonts (the URW fonts are duplicated in the
distribution). Macros are provided to use the fonts in OT1, T1
(only NG/ng glyphs missing) and LGR encodings, as well as in
mathematics; small caps and old-style number glyphs are also
available. The philosophy, and the design process, of the
Kerkis fonts is discussed in a paper in TUGboat 23(3/4), 2002.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-Bold.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-BoldSmallCaps.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-Calligraphic.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-Italic.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-SemiBold-Italic.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-SemiBold.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis-SmallCaps.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/Kerkis.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans-Bold.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans-BoldItalic.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans-Italic.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans-SmallCaps.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/KerkisSans.afm
%{_texmfdistdir}/fonts/afm/public/kerkis/ktsy.afm
%{_texmfdistdir}/fonts/enc/dvips/kerkis/gkerkis.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/gkerkisc.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/gpkerkis.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/gpkerkisc.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kerkis.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kerkisc.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kerkisec.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kerkisecsc.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kmath.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kmex.enc
%{_texmfdistdir}/fonts/enc/dvips/kerkis/kmsym.enc
%{_texmfdistdir}/fonts/map/dvips/kerkis/kerkis.map
%{_texmfdistdir}/fonts/tfm/public/kerkis/ek8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ek8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbsco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbsco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbui8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekbui8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekcal8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekcal8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eki8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eki8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eko8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eko8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbui8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksbui8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksf8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksf8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/eksfsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekui8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ekui8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gk7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gk7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkb7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbi7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbo7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbsco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbsco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbui7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkbui7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkcal7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkcal7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gki7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gki7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gko7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gko7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksb7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbi7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbo7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbo7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbui7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksbui7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksc7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksco7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksco7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksf7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksf7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfb7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfbi7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfbi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfi7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfi7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfsc7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gksfsc7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkui7a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/gkui7t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/k8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/k8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbsc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbsco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbsco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbui8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kbui8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kcal8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kcal8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ki8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ki8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kmath8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kmath8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ko8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ko8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksb8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbi8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbo8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbui8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksbui8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksc8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksco8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksco8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksf8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksf8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfb8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfbi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfbi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfi8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfi8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfsc8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ksfsc8t.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ktsy8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/ktsy8r.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kui8a.tfm
%{_texmfdistdir}/fonts/tfm/public/kerkis/kui8r.tfm
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-BoldSmallCaps.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-Calligraphic.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-SemiBold-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-SemiBold.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis-SmallCaps.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/Kerkis.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans-Bold.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans-BoldItalic.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans-Italic.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans-SmallCaps.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/KerkisSans.pfb
%{_texmfdistdir}/fonts/type1/public/kerkis/ktsy.pfb
%{_texmfdistdir}/fonts/vf/public/kerkis/ek8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekb8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbi8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbo8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbsc8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbsco8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekbui8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekcal8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eki8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eko8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksb8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksbi8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksbo8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksbui8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksc8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksco8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksf8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksfb8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksfbi8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksfi8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/eksfsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ekui8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gk7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkb7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbi7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbo7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbsc8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbsco8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkbui7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkcal7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gki7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gko7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksb7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksbi7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksbo7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksbui7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksc7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksco7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksf7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksfb7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksfbi7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksfi7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gksfsc7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/gkui7t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/k8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kb8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kbi8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kbo8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kbsc8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kbsco8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kbui8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kcal8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ki8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kmath8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ko8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksb8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksbi8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksbo8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksbui8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksc8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksco8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksf8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksfb8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksfbi8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksfi8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ksfsc8t.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/ktsy8a.vf
%{_texmfdistdir}/fonts/vf/public/kerkis/kui8a.vf
%{_texmfdistdir}/tex/latex/kerkis/kerkis.sty
%{_texmfdistdir}/tex/latex/kerkis/kmath.sty
%{_texmfdistdir}/tex/latex/kerkis/lgrkfn.fd
%{_texmfdistdir}/tex/latex/kerkis/lgrmak.fd
%{_texmfdistdir}/tex/latex/kerkis/lgrmaksf.fd
%{_texmfdistdir}/tex/latex/kerkis/omlmak.fd
%{_texmfdistdir}/tex/latex/kerkis/omsmak.fd
%{_texmfdistdir}/tex/latex/kerkis/ot1kfn.fd
%{_texmfdistdir}/tex/latex/kerkis/ot1mak.fd
%{_texmfdistdir}/tex/latex/kerkis/ot1maksf.fd
%{_texmfdistdir}/tex/latex/kerkis/t1mak.fd
%{_texmfdistdir}/tex/latex/kerkis/t1maksf.fd
%doc %{_texmfdistdir}/doc/latex/kerkis/License.txt
%doc %{_texmfdistdir}/doc/latex/kerkis/README.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090115-4
+ Revision: 9a23627
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25097 |14mu|texlive-kerntest-1.32-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/kerntest
# catalog-date 2007-03-08 21:58:53 +0100
# catalog-license lppl
# catalog-version 1.32
Name:		texlive-kerntest
Version:	1.32
Release:	4
Summary:	Print tables and generate control files to adjust kernings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/kerntest
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kerntest.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kerntest.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kerntest.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This class makes it easy to generate tables that show many
different kerning pairs of an arbitrary font, usable by LaTeX.
It shows the kerning values that are used in the the font by
default. In addition, this class enables the user to alter the
kernings and to observe the results. Kerning pairs can be
defined for groups of similar glyphs at the same time. An mtx
file is generated automatically. The mtx file may then be
loaded by fontinst to introduce the user-made kernings into the
virtual font for later use in LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/kerntest/kerntest.cls
%{_texmfdistdir}/tex/latex/kerntest/ly1mtx.clo
%{_texmfdistdir}/tex/latex/kerntest/ot1mtx.clo
%{_texmfdistdir}/tex/latex/kerntest/t1cmr-1200.fd
%{_texmfdistdir}/tex/latex/kerntest/t1mtx.clo
%{_texmfdistdir}/tex/latex/kerntest/t2amtx.clo
%{_texmfdistdir}/tex/latex/kerntest/t2bmtx.clo
%{_texmfdistdir}/tex/latex/kerntest/ts1mtx.clo
%doc %{_texmfdistdir}/doc/latex/kerntest/ChangeLog
%doc %{_texmfdistdir}/doc/latex/kerntest/README
%doc %{_texmfdistdir}/doc/latex/kerntest/ToDo
%doc %{_texmfdistdir}/doc/latex/kerntest/kerntest.pdf
%doc %{_texmfdistdir}/doc/latex/kerntest/krntst-v.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/ot1-XXX-m-n.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/schoolb.map
%doc %{_texmfdistdir}/doc/latex/kerntest/schoolb1.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/schoolb2.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/t1-9nc-m-n-1.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/t1-9nc-m-n-2.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/t1-XXX-m-n.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/t1-cmr-m-n-1200.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/t1-ptm-bx-n-example.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/t1-ptm-m-n-shortexample.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/t1-ptm-m-n.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/testschoolb.tex
%doc %{_texmfdistdir}/doc/latex/kerntest/ts1-XXX-m-n.tex
#- source
%doc %{_texmfdistdir}/source/latex/kerntest/Makefile
%doc %{_texmfdistdir}/source/latex/kerntest/kerntest.dtx
%doc %{_texmfdistdir}/source/latex/kerntest/kerntest.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.32-4
+ Revision: 0f6e7ac
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25098 |14mu|texlive-keycommand-3.1415-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18042
# category Package
# catalog-ctan /macros/latex/contrib/keycommand
# catalog-date 2010-04-27 09:59:23 +0200
# catalog-license lppl
# catalog-version 3.1415
Name:		texlive-keycommand
Version:	3.1415
Release:	4
Summary:	Simple creation of commands with key-value arguments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/keycommand
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keycommand.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keycommand.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keycommand.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package (which requires e-TeX) provides a natural way to
define commands with optional keys. The package provides
\newkeycommand, \renewkeycommand, \providekeycommand,
\newkeyenvironment and \renewkeyenvironment, together with
\keycmd for a more advanced interface. The package is based on
kvsetkeys by Heiko Oberdiek.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/keycommand/keycommand.sty
%doc %{_texmfdistdir}/doc/latex/keycommand/README
%doc %{_texmfdistdir}/doc/latex/keycommand/keycommand-example.pdf
%doc %{_texmfdistdir}/doc/latex/keycommand/keycommand-example.tex
%doc %{_texmfdistdir}/doc/latex/keycommand/keycommand.pdf
#- source
%doc %{_texmfdistdir}/source/latex/keycommand/keycommand.drv
%doc %{_texmfdistdir}/source/latex/keycommand/keycommand.dtx
%doc %{_texmfdistdir}/source/latex/keycommand/keycommand.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1415-4
+ Revision: d16850b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25099 |14mu|texlive-keyreader-0.4b-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25563
# category Package
# catalog-ctan /macros/latex/contrib/keyreader
# catalog-date 2012-01-19 11:04:21 +0100
# catalog-license lppl1.3
# catalog-version 0.4b
Name:		texlive-keyreader
Version:	0.4b
Release:	5
Summary:	A robust interface to xkeyval
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/keyreader
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keyreader.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keyreader.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a robust interface to controlling keys in
xkeyval, removing some of that package's restrictions. The
package also addresses some of the issues now covered by the
author's ltxkeys package, which was assumed to be a replacement
for keyreader. Since keyreader has remained a favourite with
users, it has been reinstated.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/keyreader/keyreader-guide.cfg
%{_texmfdistdir}/tex/latex/keyreader/keyreader.sty
%doc %{_texmfdistdir}/doc/latex/keyreader/README
%doc %{_texmfdistdir}/doc/latex/keyreader/keyreader-guide.pdf
%doc %{_texmfdistdir}/doc/latex/keyreader/keyreader-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4b-5
+ Revision: 15f7fde
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25100 |14mu|texlive-keystroke-v1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17992
# category Package
# catalog-ctan /macros/latex/contrib/keystroke
# catalog-date 2010-04-23 13:36:14 +0200
# catalog-license gpl
# catalog-version v1.6
Name:		texlive-keystroke
Version:	v1.6
Release:	4
Summary:	Graphical representation of keys on keyboard
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/keystroke
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keystroke.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keystroke.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package which provides macros for the graphical
representation of the keys on a computer keyboard.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/keystroke/keystroke.sty
%{_texmfdistdir}/tex/latex/keystroke/keystroke_left.eps
%{_texmfdistdir}/tex/latex/keystroke/keystroke_left.pdf
%{_texmfdistdir}/tex/latex/keystroke/keystroke_middle.eps
%{_texmfdistdir}/tex/latex/keystroke/keystroke_middle.pdf
%{_texmfdistdir}/tex/latex/keystroke/keystroke_right.eps
%{_texmfdistdir}/tex/latex/keystroke/keystroke_right.pdf
%doc %{_texmfdistdir}/doc/latex/keystroke/README
%doc %{_texmfdistdir}/doc/latex/keystroke/key-test.pdf
%doc %{_texmfdistdir}/doc/latex/keystroke/key-test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.6-4
+ Revision: a8587e5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25101 |14mu|texlive-keyval2e-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23698
# category Package
# catalog-ctan /macros/latex/contrib/keyval2e
# catalog-date 2011-08-26 11:26:23 +0200
# catalog-license lppl1.3
# catalog-version 0.0.2
Name:		texlive-keyval2e
Version:	0.0.2
Release:	4
Summary:	A lightweight and robust key-value parser
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/keyval2e
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keyval2e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/keyval2e.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides lightweight and robust facilities for
creating and managing keys. Its machinery isn't as extensive as
that of, e.g., the ltxkeys package, but it is equally robust;
ease of use and speed of processing are the design aims of the
package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/keyval2e/keyval2e.sty
%doc %{_texmfdistdir}/doc/latex/keyval2e/README
%doc %{_texmfdistdir}/doc/latex/keyval2e/keyval2e-examples.pdf
%doc %{_texmfdistdir}/doc/latex/keyval2e/keyval2e-examples.tex
%doc %{_texmfdistdir}/doc/latex/keyval2e/keyval2e-guide.pdf
%doc %{_texmfdistdir}/doc/latex/keyval2e/keyval2e-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: 68a5410
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25102 |14mu|texlive-kix-20110304-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21606
# category Package
# catalog-ctan /macros/latex/contrib/kix
# catalog-date 2011-03-04 11:12:16 +0100
# catalog-license lppl1
# catalog-version undef
Name:		texlive-kix
Version:	20110304
Release:	4
Summary:	Typeset KIX codes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/kix
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kix.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Implements KIX codes as used by the Dutch PTT for bulk mail
addressing. (Royal Mail 4 State Code.) KIX is a registered
trade mark of PTT Post Holdings B. V.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/kix/kix.sty
%doc %{_texmfdistdir}/doc/latex/kix/kix.pdf
%doc %{_texmfdistdir}/doc/latex/kix/kix.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110304-4
+ Revision: 39f82e4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25103 |14mu|texlive-kluwer-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-kluwer
Version:	20111103
Release:	4
Summary:	TeXLive kluwer package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kluwer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kluwer.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kluwer.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive kluwer package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/kluwer/klunamed.bst
%{_texmfdistdir}/bibtex/bst/kluwer/klunum.bst
%{_texmfdistdir}/tex/latex/kluwer/klu10.clo
%{_texmfdistdir}/tex/latex/kluwer/klu105.clo
%{_texmfdistdir}/tex/latex/kluwer/klu11.clo
%{_texmfdistdir}/tex/latex/kluwer/klu12.clo
%{_texmfdistdir}/tex/latex/kluwer/klu9.clo
%{_texmfdistdir}/tex/latex/kluwer/klucite.sty
%{_texmfdistdir}/tex/latex/kluwer/kluedit.sty
%{_texmfdistdir}/tex/latex/kluwer/klufloa.sty
%{_texmfdistdir}/tex/latex/kluwer/klulist.sty
%{_texmfdistdir}/tex/latex/kluwer/klumac.sty
%{_texmfdistdir}/tex/latex/kluwer/klumath.sty
%{_texmfdistdir}/tex/latex/kluwer/klumono.sty
%{_texmfdistdir}/tex/latex/kluwer/klunote.sty
%{_texmfdistdir}/tex/latex/kluwer/kluopen.sty
%{_texmfdistdir}/tex/latex/kluwer/klups.sty
%{_texmfdistdir}/tex/latex/kluwer/kluref.sty
%{_texmfdistdir}/tex/latex/kluwer/klusec.sty
%{_texmfdistdir}/tex/latex/kluwer/klut10.clo
%{_texmfdistdir}/tex/latex/kluwer/klut11.clo
%{_texmfdistdir}/tex/latex/kluwer/klut12.clo
%{_texmfdistdir}/tex/latex/kluwer/klut9.clo
%{_texmfdistdir}/tex/latex/kluwer/klutab.sty
%{_texmfdistdir}/tex/latex/kluwer/kluwer.cls
%doc %{_texmfdistdir}/doc/latex/kluwer/00readme
%doc %{_texmfdistdir}/doc/latex/kluwer/mouse.eps
%doc %{_texmfdistdir}/doc/latex/kluwer/sampkluw.dvi
%doc %{_texmfdistdir}/doc/latex/kluwer/sampkluw.ent
%doc %{_texmfdistdir}/doc/latex/kluwer/sampkluw.tex
%doc %{_texmfdistdir}/doc/latex/kluwer/sampopen.dvi
%doc %{_texmfdistdir}/doc/latex/kluwer/sampopen.tex
%doc %{_texmfdistdir}/doc/latex/kluwer/usrman.dvi
%doc %{_texmfdistdir}/doc/latex/kluwer/usrman.ent
%doc %{_texmfdistdir}/doc/latex/kluwer/usrman.tex
#- source
%doc %{_texmfdistdir}/source/latex/kluwer/kluwer.dtx
%doc %{_texmfdistdir}/source/latex/kluwer/kluwer.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: 708c8bc
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25104 |14mu|texlive-knitting-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19595
# category Package
# catalog-ctan /fonts/knitting
# catalog-date 2010-08-29 22:20:17 +0200
# catalog-license lppl1.3
# catalog-version 2.0
Name:		texlive-knitting
Version:	2.0
Release:	4
Summary:	Produce knitting charts, in Plain TeX or LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/knitting
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/knitting.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/knitting.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides symbol fonts and commands to write charted
instructions for cable and lace knitting patterns, using either
plain TeX or LaTeX. The fonts are available both as MetaFont
source and in Adobe Type 1 format.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/knitting/knitg_sc_in.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitg_sc_out.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitgg.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitgn.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitgp.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitn_sc_in.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitn_sc_out.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitnl.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitnn.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitnp.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitnr.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitw_sc_in.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitw_sc_out.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitwg.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitwn.afm
%{_texmfdistdir}/fonts/afm/public/knitting/knitwp.afm
%{_texmfdistdir}/fonts/map/dvips/knitting/knitfont.map
%{_texmfdistdir}/fonts/source/public/knitting/knit_dimens.mf
%{_texmfdistdir}/fonts/source/public/knitting/knit_grid_cables.mf
%{_texmfdistdir}/fonts/source/public/knitting/knit_nogrid_cables.mf
%{_texmfdistdir}/fonts/source/public/knitting/knit_symbols.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitg_sc_in.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitg_sc_out.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitgg.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitgn.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitgp.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitn_sc_in.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitn_sc_out.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitnl.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitnn.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitnp.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitnr.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitw_sc_in.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitw_sc_out.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitwg.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitwn.mf
%{_texmfdistdir}/fonts/source/public/knitting/knitwp.mf
%{_texmfdistdir}/fonts/tfm/public/knitting/knitg_sc_in.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitg_sc_out.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitgg.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitgn.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitgp.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitn_sc_in.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitn_sc_out.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitnl.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitnn.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitnp.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitnr.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitw_sc_in.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitw_sc_out.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitwg.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitwn.tfm
%{_texmfdistdir}/fonts/tfm/public/knitting/knitwp.tfm
%{_texmfdistdir}/fonts/type1/public/knitting/knitg_sc_in.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitg_sc_out.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitgg.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitgn.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitgp.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitn_sc_in.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitn_sc_out.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitnl.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitnn.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitnp.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitnr.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitw_sc_in.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitw_sc_out.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitwg.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitwn.pfb
%{_texmfdistdir}/fonts/type1/public/knitting/knitwp.pfb
%{_texmfdistdir}/tex/latex/knitting/knitting.sty
%{_texmfdistdir}/tex/latex/knitting/uknit.fd
%{_texmfdistdir}/tex/plain/knitting/knitting.tex
%doc %{_texmfdistdir}/doc/fonts/knitting/README
%doc %{_texmfdistdir}/doc/fonts/knitting/knitexamples.tex
%doc %{_texmfdistdir}/doc/fonts/knitting/knitkey.tex
%doc %{_texmfdistdir}/doc/fonts/knitting/knitting-doc.pdf
%doc %{_texmfdistdir}/doc/fonts/knitting/knitting-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 09907c9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25105 |14mu|texlive-knittingpattern-20100309-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17205
# category Package
# catalog-ctan /macros/latex/contrib/knittingpattern
# catalog-date 2010-03-09 13:13:30 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-knittingpattern
Version:	20100309
Release:	4
Summary:	Create knitting patterns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/knittingpattern
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/knittingpattern.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/knittingpattern.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides a simple, effective method for knitters to
produce high-quality, attractive patterns using LaTeX. It does
this by providing commands to handle as much of the layout of
the document as possible, leaving the author free to
concentrate on the pattern.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/knittingpattern/knittingpattern.cls
%doc %{_texmfdistdir}/doc/latex/knittingpattern/README
%doc %{_texmfdistdir}/doc/latex/knittingpattern/introduction.pdf
%doc %{_texmfdistdir}/doc/latex/knittingpattern/introduction.tex
%doc %{_texmfdistdir}/doc/latex/knittingpattern/lion.png
%doc %{_texmfdistdir}/doc/latex/knittingpattern/template.pdf
%doc %{_texmfdistdir}/doc/latex/knittingpattern/template.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100309-4
+ Revision: 6f35769
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25106 |14mu|texlive-koma-moderncvclassic-v0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25025
# category Package
# catalog-ctan /macros/latex/contrib/koma-moderncvclassic
# catalog-date 2012-01-05 01:27:26 +0100
# catalog-license lppl1.3
# catalog-version v0.5
Name:		texlive-koma-moderncvclassic
Version:	v0.5
Release:	4
Summary:	An imitation of the moderncv class with the classic style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/koma-moderncvclassic
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-moderncvclassic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-moderncvclassic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides an imitation of the moderncv class with
the classic style (by Xavier Danaux), to be used in conjunction
with the koma-classes. Thus it is possible to configure
pagelayout, headings etc. the way it is done in koma-classes.
Moreover, it is possible to use biblatex, while the original
moderncv-class is incompatible with biblatex.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/koma-moderncvclassic/koma-moderncvclassic.sty
%doc %{_texmfdistdir}/doc/latex/koma-moderncvclassic/README
%doc %{_texmfdistdir}/doc/latex/koma-moderncvclassic/changelog
%doc %{_texmfdistdir}/doc/latex/koma-moderncvclassic/cvbasic.pdf
%doc %{_texmfdistdir}/doc/latex/koma-moderncvclassic/cvbasic.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.5-4
+ Revision: 198cca6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25107 |14mu|texlive-koma-script-3.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32489
# category TLCore
# catalog-ctan /macros/latex/contrib/koma-script
# catalog-date 2013-12-26 07:56:41 +0100
# catalog-license lppl
# catalog-version 3.12
Name:		texlive-koma-script
Version:	3.12
Release:	3
Summary:	A bundle of versatile classes and packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/koma-script
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-script.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The KOMA-Script bundle provides drop-in replacements for the
article/report/book classes with emphasis on typography and
versatility. There is also a letter class, different from all
other letter classes. The bundle also offers: - a package for
calculating type areas in the way laid down by the typographer
Jan Tschichold, - a package for easily changing and defining
page styles, - a package scrdate for getting not only the
current date but also the name of the day, and - a package
scrtime for getting the current time. All these packages may be
used not only with KOMA-Script classes but also with the
standard classes. Since every package has its own version
number, the version number quoted only refers to the version of
scrbook, scrreprt, scrartcl, scrlttr2 and typearea. These are
the main parts of the bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/doc/latex/koma-script/INSTALL.txt
%{_texmfdistdir}/doc/latex/koma-script/INSTALLD.txt
%{_texmfdistdir}/doc/latex/koma-script/README
%{_texmfdistdir}/doc/latex/koma-script/koma-script.html
%{_texmfdistdir}/doc/latex/koma-script/komabug.tex
%{_texmfdistdir}/doc/latex/koma-script/komascr.html
%{_texmfdistdir}/doc/latex/koma-script/komascript.html
%{_texmfdistdir}/doc/latex/koma-script/lppl-de.txt
%{_texmfdistdir}/doc/latex/koma-script/lppl.txt
%{_texmfdistdir}/doc/latex/koma-script/manifest.txt
%{_texmfdistdir}/doc/latex/koma-script/scraddr.html
%{_texmfdistdir}/doc/latex/koma-script/scrartcl.html
%{_texmfdistdir}/doc/latex/koma-script/scrbase.html
%{_texmfdistdir}/doc/latex/koma-script/scrbook.html
%{_texmfdistdir}/doc/latex/koma-script/scrdate.html
%{_texmfdistdir}/doc/latex/koma-script/scrextend.html
%{_texmfdistdir}/doc/latex/koma-script/scrguide.html
%{_texmfdistdir}/doc/latex/koma-script/scrguide.pdf
%{_texmfdistdir}/doc/latex/koma-script/scrguien.html
%{_texmfdistdir}/doc/latex/koma-script/scrguien.pdf
%{_texmfdistdir}/doc/latex/koma-script/scrhack.html
%{_texmfdistdir}/doc/latex/koma-script/scrhack.pdf
%{_texmfdistdir}/doc/latex/koma-script/scrjura.pdf
%{_texmfdistdir}/doc/latex/koma-script/scrlayer-notecolumn.html
%{_texmfdistdir}/doc/latex/koma-script/scrlayer-scrpage.html
%{_texmfdistdir}/doc/latex/koma-script/scrlayer.html
%{_texmfdistdir}/doc/latex/koma-script/scrlfile.html
%{_texmfdistdir}/doc/latex/koma-script/scrlttr2.html
%{_texmfdistdir}/doc/latex/koma-script/scrpage2.html
%{_texmfdistdir}/doc/latex/koma-script/scrreprt.html
%{_texmfdistdir}/doc/latex/koma-script/scrtime.html
%{_texmfdistdir}/doc/latex/koma-script/scrwfile.html
%{_texmfdistdir}/doc/latex/koma-script/tocbasic.html
%{_texmfdistdir}/doc/latex/koma-script/tocstyle.pdf
%{_texmfdistdir}/doc/latex/koma-script/typearea.html
%{_texmfdistdir}/source/latex/koma-script/ChangeLog
%{_texmfdistdir}/source/latex/koma-script/ChangeLog.2
%{_texmfdistdir}/source/latex/koma-script/Makefile
%{_texmfdistdir}/source/latex/koma-script/Makefile.baseinit
%{_texmfdistdir}/source/latex/koma-script/Makefile.baserules
%{_texmfdistdir}/source/latex/koma-script/doc/Makefile
%{_texmfdistdir}/source/latex/koma-script/doc/Makefile.guide
%{_texmfdistdir}/source/latex/koma-script/doc/Makefile.latexinit
%{_texmfdistdir}/source/latex/koma-script/doc/bin/genhtmlidx.pl
%{_texmfdistdir}/source/latex/koma-script/doc/bin/genindex.pl
%{_texmfdistdir}/source/latex/koma-script/doc/english/Makefile
%{_texmfdistdir}/source/latex/koma-script/doc/english/adrconvnote.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/authorpart.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-0.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-1.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-10.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-11.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-12.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-13.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-14.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-15.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-2.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-20.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-21.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-3.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-4.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-5.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-6.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-7.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-8.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/common-9.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/expertpart.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/guide-english.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/guide.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/htmlsetup
%{_texmfdistdir}/source/latex/koma-script/doc/english/introduction.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/japanlco.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/linkalias.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/preface.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scraddr.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrbase.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrbookreportarticle-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrbookreportarticle.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrdatetime.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrextend.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrhack.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlayer-notecolumn.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlayer-scrpage-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlayer-scrpage.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlayer.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlfile.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlttr2-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlttr2.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrlttr2examples.dtx
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrpage2.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/scrwfile.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/tocbasic.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/typearea-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/english/typearea.tex
%{_texmfdistdir}/source/latex/koma-script/doc/guide.bib
%{_texmfdistdir}/source/latex/koma-script/doc/guide.tex
%{_texmfdistdir}/source/latex/koma-script/doc/linkalias.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/Makefile
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/adrconvnote.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/authorpart.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-0.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-1.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-10.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-11.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-12.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-13.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-14.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-15.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-2.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-20.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-21.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-3.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-4.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-5.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-6.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-7.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-8.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/common-9.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/expertpart.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/guide-ngerman.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/guide.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/htmlsetup
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/introduction.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/linkalias.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/preface.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scraddr.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrbase.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrbookreportarticle-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrbookreportarticle.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrdatetime.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrextend.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrhack.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer-notecolumn-example.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer-notecolumn.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer-scrpage-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer-scrpage.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlayer.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlfile.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlttr2-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlttr2.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrlttr2examples.dtx
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrpage2.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/scrwfile.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/tocbasic.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/typearea-experts.tex
%{_texmfdistdir}/source/latex/koma-script/doc/ngerman/typearea.tex
%{_texmfdistdir}/source/latex/koma-script/doc/plength.dtx
%{_texmfdistdir}/source/latex/koma-script/doc/scrguide.cls
%{_texmfdistdir}/source/latex/koma-script/doc/scrguide.gst
%{_texmfdistdir}/source/latex/koma-script/doc/scrguide.ist
%{_texmfdistdir}/source/latex/koma-script/japanlco.dtx
%{_texmfdistdir}/source/latex/koma-script/scraddr.dtx
%{_texmfdistdir}/source/latex/koma-script/scrbeta.dtx
%{_texmfdistdir}/source/latex/koma-script/scrdoc.dtx
%{_texmfdistdir}/source/latex/koma-script/scrdocstrip.tex
%{_texmfdistdir}/source/latex/koma-script/scrextend.dtx
%{_texmfdistdir}/source/latex/koma-script/scrhack.dtx
%{_texmfdistdir}/source/latex/koma-script/scrjura.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-basics.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-bibliography.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-circularletters.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-compatibility.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-floats.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-fonts.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-footnotes.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-index.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-language.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-letterclassoptions.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-listsandtabulars.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-listsof.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-miscellaneous.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-notepaper.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-pagestyles.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-paragraphs.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-pseudolengths.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-sections.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-title.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-typearea.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-variables.dtx
%{_texmfdistdir}/source/latex/koma-script/scrkernel-version.dtx
%{_texmfdistdir}/source/latex/koma-script/scrlayer-notecolumn.dtx
%{_texmfdistdir}/source/latex/koma-script/scrlayer-scrpage.dtx
%{_texmfdistdir}/source/latex/koma-script/scrlayer.dtx
%{_texmfdistdir}/source/latex/koma-script/scrlfile.dtx
%{_texmfdistdir}/source/latex/koma-script/scrlogo.dtx
%{_texmfdistdir}/source/latex/koma-script/scrmain.ins
%{_texmfdistdir}/source/latex/koma-script/scrpage.dtx
%{_texmfdistdir}/source/latex/koma-script/scrsource.tex
%{_texmfdistdir}/source/latex/koma-script/scrstrip.inc
%{_texmfdistdir}/source/latex/koma-script/scrstrop.inc
%{_texmfdistdir}/source/latex/koma-script/scrtime.dtx
%{_texmfdistdir}/source/latex/koma-script/scrwfile.dtx
%{_texmfdistdir}/source/latex/koma-script/tocbasic.dtx
%{_texmfdistdir}/source/latex/koma-script/tocstyle.dtx
%{_texmfdistdir}/tex/latex/koma-script/DIN.lco
%{_texmfdistdir}/tex/latex/koma-script/DINmtext.lco
%{_texmfdistdir}/tex/latex/koma-script/KOMAold.lco
%{_texmfdistdir}/tex/latex/koma-script/KakuLL.lco
%{_texmfdistdir}/tex/latex/koma-script/NF.lco
%{_texmfdistdir}/tex/latex/koma-script/NipponEH.lco
%{_texmfdistdir}/tex/latex/koma-script/NipponEL.lco
%{_texmfdistdir}/tex/latex/koma-script/NipponLH.lco
%{_texmfdistdir}/tex/latex/koma-script/NipponLL.lco
%{_texmfdistdir}/tex/latex/koma-script/NipponRL.lco
%{_texmfdistdir}/tex/latex/koma-script/SN.lco
%{_texmfdistdir}/tex/latex/koma-script/SNleft.lco
%{_texmfdistdir}/tex/latex/koma-script/UScommercial9.lco
%{_texmfdistdir}/tex/latex/koma-script/UScommercial9DW.lco
%{_texmfdistdir}/tex/latex/koma-script/float.hak
%{_texmfdistdir}/tex/latex/koma-script/floatrow.hak
%{_texmfdistdir}/tex/latex/koma-script/hyperref.hak
%{_texmfdistdir}/tex/latex/koma-script/listings.hak
%{_texmfdistdir}/tex/latex/koma-script/scraddr.sty
%{_texmfdistdir}/tex/latex/koma-script/scrartcl.cls
%{_texmfdistdir}/tex/latex/koma-script/scrbase.sty
%{_texmfdistdir}/tex/latex/koma-script/scrbook.cls
%{_texmfdistdir}/tex/latex/koma-script/scrdate.sty
%{_texmfdistdir}/tex/latex/koma-script/scrdoc.cls
%{_texmfdistdir}/tex/latex/koma-script/scrextend.sty
%{_texmfdistdir}/tex/latex/koma-script/scrfontsizes.sty
%{_texmfdistdir}/tex/latex/koma-script/scrhack.sty
%{_texmfdistdir}/tex/latex/koma-script/scrjura.sty
%{_texmfdistdir}/tex/latex/koma-script/scrkbase.sty
%{_texmfdistdir}/tex/latex/koma-script/scrlayer-notecolumn.sty
%{_texmfdistdir}/tex/latex/koma-script/scrlayer-scrpage.sty
%{_texmfdistdir}/tex/latex/koma-script/scrlayer.sty
%{_texmfdistdir}/tex/latex/koma-script/scrlfile.sty
%{_texmfdistdir}/tex/latex/koma-script/scrlttr2.cls
%{_texmfdistdir}/tex/latex/koma-script/scrpage2.sty
%{_texmfdistdir}/tex/latex/koma-script/scrreprt.cls
%{_texmfdistdir}/tex/latex/koma-script/scrsize10pt.clo
%{_texmfdistdir}/tex/latex/koma-script/scrsize11pt.clo
%{_texmfdistdir}/tex/latex/koma-script/scrsize12pt.clo
%{_texmfdistdir}/tex/latex/koma-script/scrtime.sty
%{_texmfdistdir}/tex/latex/koma-script/scrwfile.sty
%{_texmfdistdir}/tex/latex/koma-script/tocbasic.sty
%{_texmfdistdir}/tex/latex/koma-script/tocstyle.sty
%{_texmfdistdir}/tex/latex/koma-script/typearea.sty
%{_texmfdistdir}/tex/latex/koma-script/visualize.lco

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.12-3
+ Revision: cee87fb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25108 |14mu|texlive-koma-script-sfs-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26137
# category Package
# catalog-ctan /macros/latex/contrib/koma-script-SFS
# catalog-date 2008-11-15 10:53:47 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-koma-script-sfs
Version:	1.0
Release:	4
Summary:	Koma-script letter class option for Finnish
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/koma-script-SFS
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-script-sfs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-script-sfs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A koma-script parameter set for letters on A4 paper, complying
with Finnish standards SFS 2486, 2487 and 2488; suitable for
window envelopes with window on the left size in the sizes C5,
C65, E5 and E65 (although, because the address window is
smaller, for sizes E5 and E65 the address may not fit within
the window, but ordinary 3-line address should fit).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/koma-script-sfs/SFS.lco
%doc %{_texmfdistdir}/doc/latex/koma-script-sfs/README
%doc %{_texmfdistdir}/doc/latex/koma-script-sfs/SFSesim.pdf
%doc %{_texmfdistdir}/doc/latex/koma-script-sfs/SFSesim.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 9a8d2ee
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25109 |14mu|texlive-kotex-oblivoir-2.0.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32105
# category Package
# catalog-ctan /language/korean/kotex-oblivoir
# catalog-date 2013-11-03 10:05:42 +0100
# catalog-license lppl
# catalog-version 2.0.0
Name:		texlive-kotex-oblivoir
Version:	2.0.0
Release:	7
Summary:	A LaTeX document class for typesetting Korean documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/korean/kotex-oblivoir
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-oblivoir.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-oblivoir.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-memoir
Requires:	texlive-kotex-utf

%description
The class is based on memoir, and is adapted to typesetting
Korean documents. The bundle (of class and associated packages)
belongs to the ko.TeX bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/10_5.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/fapapersize.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/hfontsel.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/hfontspec.nanum
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memhangul-common.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memhangul-patch.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memhangul-ucs.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memucs-enumerate.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memucs-gremph.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memucs-interword.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/memucs-setspace.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/nanumfontsel.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/ob-koreanappendix.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/ob-nokoreanappendix.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-ucs/ob-toclof.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/luatexko-xobfont.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/memhangul-x.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/memucs-interword-x.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xetexko-var.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xetexko-xobfont.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xob-amssymb.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xob-dotemph.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xob-hyper.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/memhangul-x/xob-paralist.sty
%{_texmfdistdir}/tex/latex/kotex-oblivoir/oblivoir-base.cls
%{_texmfdistdir}/tex/latex/kotex-oblivoir/oblivoir-xlua.cls
%{_texmfdistdir}/tex/latex/kotex-oblivoir/oblivoir.cls
%{_texmfdistdir}/tex/latex/kotex-oblivoir/xoblivoir.cls
%doc %{_texmfdistdir}/doc/latex/kotex-oblivoir/README
%doc %{_texmfdistdir}/doc/latex/kotex-oblivoir/oblivoir-simpledoc.pdf
%doc %{_texmfdistdir}/doc/latex/kotex-oblivoir/oblivoir-simpledoc.tex
%doc %{_texmfdistdir}/doc/latex/kotex-oblivoir/oblivoir-test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-7
+ Revision: dbe1989
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25110 |14mu|texlive-kotex-plain-20131103-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32104
# category Package
# catalog-ctan /language/korean/kotex-plain
# catalog-date 2013-11-03 10:05:42 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-kotex-plain
Version:	20131103
Release:	7
Summary:	Macros for typesetting Korean under Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/korean/kotex-plain
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-plain.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-plain.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for typesetting Hangul, the native
alphabet of the Korean language, using plain *TeX. Input Korean
text should be encoded in UTF-8. The package is belongs to the
ko.TeX bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/kotex-plain/hangulcweb.tex
%{_texmfdistdir}/tex/plain/kotex-plain/kotexplain.tex
%{_texmfdistdir}/tex/plain/kotex-plain/kotexutf-core.tex
%{_texmfdistdir}/tex/plain/kotex-plain/kotexutf.tex
%doc %{_texmfdistdir}/doc/plain/kotex-plain/ChangeLog
%doc %{_texmfdistdir}/doc/plain/kotex-plain/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131103-7
+ Revision: 52243ee
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25111 |14mu|texlive-kotex-utf-2.0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32103
# category Package
# catalog-ctan /language/korean/kotex-utf
# catalog-date 2013-11-08 09:28:00 +0100
# catalog-license lppl1.3
# catalog-version 2.0.1
Name:		texlive-kotex-utf
Version:	2.0.1
Release:	7
Summary:	Typeset Hangul, coded in UTF-8
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/korean/kotex-utf
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-utf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-utf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-cjk-ko

%description
The package typesets Hangul, which is the native alphabet of
the Korean language; input Korean text should be encoded in
UTF-8. The bundle (of class and associated packages) belongs to
the ko.TeX bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-cmap.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-enumerate.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-enumitem.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-gremph.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-interword.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-paralist.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-sectsty.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-setspace.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-trivcj.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucs-ucshyper.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/dhucsfn.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/kotex-logo.sty
%{_texmfdistdir}/tex/latex/kotex-utf/contrib/kotex-varioref.sty
%{_texmfdistdir}/tex/latex/kotex-utf/dhucs-nanumfont.sty
%{_texmfdistdir}/tex/latex/kotex-utf/dhucs.sty
%{_texmfdistdir}/tex/latex/kotex-utf/hfontspec.default
%{_texmfdistdir}/tex/latex/kotex-utf/kosections-utf.sty
%{_texmfdistdir}/tex/latex/kotex-utf/kotex.cfg
%{_texmfdistdir}/tex/latex/kotex-utf/kotexutf.sty
%{_texmfdistdir}/tex/latex/kotex-utf/lucenc.dfu
%{_texmfdistdir}/tex/latex/kotex-utf/lucuhcmj.fd
%{_texmfdistdir}/tex/latex/kotex-utf/tex4ht/dhucs.4ht
%{_texmfdistdir}/tex/latex/kotex-utf/tex4ht/dhucs.cfg
%{_texmfdistdir}/tex/latex/kotex-utf/tex4ht/kosections-utf.4ht
%doc %{_texmfdistdir}/doc/latex/kotex-utf/ChangeLog
%doc %{_texmfdistdir}/doc/latex/kotex-utf/README
%doc %{_texmfdistdir}/doc/latex/kotex-utf/fig/allowbreak-dhucs.pdf
%doc %{_texmfdistdir}/doc/latex/kotex-utf/fig/fntexp.pdf
%doc %{_texmfdistdir}/doc/latex/kotex-utf/fig/fntnormal.pdf
%doc %{_texmfdistdir}/doc/latex/kotex-utf/fig/histkotex.jpg
%doc %{_texmfdistdir}/doc/latex/kotex-utf/fig/linebreaktest.pdf
%doc %{_texmfdistdir}/doc/latex/kotex-utf/fig/testdhucsallowbreak.pdf
%doc %{_texmfdistdir}/doc/latex/kotex-utf/kotexdoc.pdf
%doc %{_texmfdistdir}/doc/latex/kotex-utf/kotexdoc.tex
%doc %{_texmfdistdir}/doc/latex/kotex-utf/sample-finemath-setup.tex
%doc %{_texmfdistdir}/doc/latex/kotex-utf/yettext.tex
%doc %{_texmfdistdir}/doc/latex/kotex-utf/yettext.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-7
+ Revision: 3470662
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25112 |14mu|texlive-kotex-utils-2.0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32101
# category Package
# catalog-ctan /language/korean/kotex-utils
# catalog-date 2013-11-08 09:28:00 +0100
# catalog-license lppl
# catalog-version 2.0.1
Name:		texlive-kotex-utils
Version:	2.0.1
Release:	8
Summary:	Utility scripts and support files for typesetting Korean
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/korean/kotex-utils
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-utils.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-utils.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-kotex-utf
Provides:	texlive-kotex-utils.bin = %{EVRD}

%description
The bundle provides scripts and support files for index
generation in Korean language typesetting. The files belong to
the ko.TeX bundle.


#-----------------------------------------------------------------------
%files
%{_bindir}/jamo-normalize
%{_bindir}/komkindex
%{_bindir}/ttf2kotexfont
%{_texmfdistdir}/makeindex/kotex-utils/kotex.ist
%{_texmfdistdir}/makeindex/kotex-utils/memucs-manual.ist
%{_texmfdistdir}/scripts/kotex-utils/jamo-normalize.pl
%{_texmfdistdir}/scripts/kotex-utils/komkindex.pl
%{_texmfdistdir}/scripts/kotex-utils/ttf2kotexfont.pl
%doc %{_texmfdistdir}/doc/latex/kotex-utils/ChangeLog
%doc %{_texmfdistdir}/doc/latex/kotex-utils/README
%doc %{_texmfdistdir}/doc/latex/kotex-utils/utf8-lang.xdy
%doc %{_texmfdistdir}/doc/latex/kotex-utils/utf8.xdy

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf ../share/texmf-dist/scripts/kotex-utils/jamo-normalize.pl jamo-normalize
    ln -sf ../share/texmf-dist/scripts/kotex-utils/komkindex.pl komkindex
    ln -sf ../share/texmf-dist/scripts/kotex-utils/ttf2kotexfont.pl ttf2kotexfont
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-8
+ Revision: 741c752
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25113 |14mu|texlive-ktv-texdata-05.34-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27369
# category Package
# catalog-ctan /macros/latex/contrib/ktv-texdata
# catalog-date 2012-04-26 12:50:58 +0200
# catalog-license gpl
# catalog-version 05.34
Name:		texlive-ktv-texdata
Version:	05.34
Release:	8
Summary:	Extract subsets of documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ktv-texdata
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ktv-texdata.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ktv-texdata.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ktv-texdata.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines an exercice environment which numbers every
exercise, and a command \get to extract a collection whose
argument is a comma-separated set of exercise index numbers.
While the package was designed for teachers constructing tables
of exercises, it plainly has more general application.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ktv-texdata/ktv-buildnum.sty
%{_texmfdistdir}/tex/latex/ktv-texdata/ktv-texdata.sty
%doc %{_texmfdistdir}/doc/latex/ktv-texdata/README
%doc %{_texmfdistdir}/doc/latex/ktv-texdata/README.txt.doc
%doc %{_texmfdistdir}/doc/latex/ktv-texdata/ktv-data.tex
%doc %{_texmfdistdir}/doc/latex/ktv-texdata/ktv-test.KTVhint
%doc %{_texmfdistdir}/doc/latex/ktv-texdata/ktv-test.tex
%doc %{_texmfdistdir}/doc/latex/ktv-texdata/ktv-texdata.ktvnum
%doc %{_texmfdistdir}/doc/latex/ktv-texdata/ktv-texdata.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ktv-texdata/ktv-texdata.dtx
%doc %{_texmfdistdir}/source/latex/ktv-texdata/ktv-texdata.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 05.34-8
+ Revision: 8a0d98b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25114 |14mu|texlive-kurier-0.995b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19612
# category Package
# catalog-ctan /fonts/kurier
# catalog-date 2010-08-03 20:49:06 +0200
# catalog-license gfsl
# catalog-version 0.995b
Name:		texlive-kurier
Version:	0.995b
Release:	4
Summary:	A two-element sans-serif typeface
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/kurier
License:	GFSL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kurier.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/kurier.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Kurier is a two-element sans-serif typeface. It was designed
for a diploma in typeface design at the Warsaw Academy of Fine
Arts under the supervision of Roman Tomaszewski. This
distribution contains a significantly extended set of
characters covering the following modern alphabets: latin
(including Vietnamese), Cyrillic and Greek as well as a number
of additional symbols (including mathematical symbols). The
fonts are prepared in Type 1 and OpenType formats. For use with
TeX the following encoding files have been prepared: T1 (ec),
T2 (abc), and OT2--Cyrillic, T5 (Vietnamese), OT4, QX, texansi
and--nonstandard (IL2 for the Czech fonts), as well as
supporting macros and files defining fonts for LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierb.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierbi.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercb.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercbi.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierch.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierchi.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercl.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercli.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercm.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercmi.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercr.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriercri.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierh.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierhi.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierl.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierli.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierm.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kuriermi.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierr.afm
%{_texmfdistdir}/fonts/afm/nowacki/kurier/kurierri.afm
%{_texmfdistdir}/fonts/enc/dvips/kurier/cs-kurier-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/cs-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/ec-kurier-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/ec-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/ex-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/greek-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/l7x-kurier-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/l7x-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/mi-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/qx-kurier-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/qx-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/rm-kurier-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/rm-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/sy-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/t2a-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/t2b-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/t2c-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/t5-kurier-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/t5-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/texnansi-kurier-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/texnansi-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/ts1-kurier.enc
%{_texmfdistdir}/fonts/enc/dvips/kurier/wncy-kurier.enc
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-cs.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-ec.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-ex.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-greek.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-l7x.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-mi.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-qx.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-rm.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-sy.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-t2a.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-t2b.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-t2c.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-t5.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-ts1.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier-wncy.map
%{_texmfdistdir}/fonts/map/dvips/kurier/kurier.map
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/Kurier-Bold.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/Kurier-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/Kurier-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/Kurier-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCond-Bold.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCond-BoldItalic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCond-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCond-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCondHeavy-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCondHeavy-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCondLight-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCondLight-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCondMedium-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierCondMedium-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierHeavy-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierHeavy-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierLight-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierLight-Regular.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierMedium-Italic.otf
%{_texmfdistdir}/fonts/opentype/nowacki/kurier/KurierMedium-Regular.otf
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierch-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierchi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierh-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierhi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriermi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/cs-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierch-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierchi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierh-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierhi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriermi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ec-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ex-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/greek-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierch-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierchi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierh-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierhi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriermi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/l7x-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/mi-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierch-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierchi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierh-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierhi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriermi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/qx-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierch-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierchi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierh-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierhi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriermi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/rm-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kurierbz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kuriercbz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kurierchz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kurierclz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kuriercmz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kuriercrz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kurierhz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kurierlz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kuriermz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/sy-kurierrz.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2a-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2b-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t2c-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierch-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierchi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierh-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierhi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriermi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/t5-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercb-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierch-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierchi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercmi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierh-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierhi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierl-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierli-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierm-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriermi-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierr-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierri-sc.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/texnansi-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/ts1-kurierri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercb.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercbi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierch.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierchi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercmi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriercri.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierh.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierhi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierl.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierli.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierm.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kuriermi.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierr.tfm
%{_texmfdistdir}/fonts/tfm/nowacki/kurier/wncy-kurierri.tfm
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierb.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierbi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercb.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercbi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierch.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierchi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercl.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercli.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercm.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercmi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercr.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriercri.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierh.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierhi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierl.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierli.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierm.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kuriermi.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierr.pfb
%{_texmfdistdir}/fonts/type1/nowacki/kurier/kurierri.pfb
%{_texmfdistdir}/tex/latex/kurier/il2kurier.fd
%{_texmfdistdir}/tex/latex/kurier/il2kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/il2kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/il2kurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/kurier.sty
%{_texmfdistdir}/tex/latex/kurier/l7xkurier.fd
%{_texmfdistdir}/tex/latex/kurier/l7xkurierc.fd
%{_texmfdistdir}/tex/latex/kurier/l7xkurierl.fd
%{_texmfdistdir}/tex/latex/kurier/l7xkurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/ly1kurier.fd
%{_texmfdistdir}/tex/latex/kurier/ly1kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/ly1kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/ly1kurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/omlkurier.fd
%{_texmfdistdir}/tex/latex/kurier/omlkurierc.fd
%{_texmfdistdir}/tex/latex/kurier/omlkurierl.fd
%{_texmfdistdir}/tex/latex/kurier/omlkurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/omskurier.fd
%{_texmfdistdir}/tex/latex/kurier/omskurierc.fd
%{_texmfdistdir}/tex/latex/kurier/omskurierl.fd
%{_texmfdistdir}/tex/latex/kurier/omskurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/omxkurier.fd
%{_texmfdistdir}/tex/latex/kurier/omxkurierc.fd
%{_texmfdistdir}/tex/latex/kurier/omxkurierl.fd
%{_texmfdistdir}/tex/latex/kurier/omxkurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kurier.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kuriercm.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kurierlcm.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kurierlm.fd
%{_texmfdistdir}/tex/latex/kurier/ot1kurierm.fd
%{_texmfdistdir}/tex/latex/kurier/ot2kurier.fd
%{_texmfdistdir}/tex/latex/kurier/ot2kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/ot2kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/ot2kurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/ot4kurier.fd
%{_texmfdistdir}/tex/latex/kurier/ot4kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/ot4kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/ot4kurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/qxkurier.fd
%{_texmfdistdir}/tex/latex/kurier/qxkurierc.fd
%{_texmfdistdir}/tex/latex/kurier/qxkurierl.fd
%{_texmfdistdir}/tex/latex/kurier/qxkurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/t1kurier.fd
%{_texmfdistdir}/tex/latex/kurier/t1kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/t1kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/t1kurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/t2akurier.fd
%{_texmfdistdir}/tex/latex/kurier/t2akurierc.fd
%{_texmfdistdir}/tex/latex/kurier/t2akurierl.fd
%{_texmfdistdir}/tex/latex/kurier/t2akurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/t2bkurier.fd
%{_texmfdistdir}/tex/latex/kurier/t2bkurierc.fd
%{_texmfdistdir}/tex/latex/kurier/t2bkurierl.fd
%{_texmfdistdir}/tex/latex/kurier/t2bkurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/t2ckurier.fd
%{_texmfdistdir}/tex/latex/kurier/t2ckurierc.fd
%{_texmfdistdir}/tex/latex/kurier/t2ckurierl.fd
%{_texmfdistdir}/tex/latex/kurier/t2ckurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/t5kurier.fd
%{_texmfdistdir}/tex/latex/kurier/t5kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/t5kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/t5kurierlc.fd
%{_texmfdistdir}/tex/latex/kurier/ts1kurier.fd
%{_texmfdistdir}/tex/latex/kurier/ts1kurierc.fd
%{_texmfdistdir}/tex/latex/kurier/ts1kurierl.fd
%{_texmfdistdir}/tex/latex/kurier/ts1kurierlc.fd
%{_texmfdistdir}/tex/plain/kurier/kurier-math.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/00readme.eng
%doc %{_texmfdistdir}/doc/fonts/kurier/00readme.pol
%doc %{_texmfdistdir}/doc/fonts/kurier/GUST-FONT-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-info-src.zip
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-info.pdf
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-latex-cyr.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-latex-math.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-latex-pl.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-latex-t2a.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-latex-t5.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-mathtest.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/kurier-table.tex
%doc %{_texmfdistdir}/doc/fonts/kurier/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.995b-4
+ Revision: 3ee5b2f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25115 |14mu|texlive-l3experimental-SVN3990-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27107
# category Package
# catalog-ctan /macros/latex/contrib/l3experimental
# catalog-date 2012-07-16 14:27:23 +0200
# catalog-license lppl1.3
# catalog-version SVN 3990
Name:		texlive-l3experimental
Version:	SVN3990
Release:	3
Summary:	Experimental LaTeX3 concepts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/l3experimental
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3experimental.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3experimental.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3experimental.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The l3experimental packages are a collection of experimental
implementations for aspects of the LaTeX3 kernel, dealing with
higher-level ideas such as the Designer Interface. Some of them
work as stand alone packages, providing new functionality, and
can be used on top of LaTeX2e with no changes to the existing
kernel. The present release includes: - xgalley, which controls
boxes receiving text for typesetting. - l3dt: kernel support
for data tables; - l3galley: kernel support for xgalley; -
l3regex: kernel support for regular expression search and
replace operations; - l3sort: kernel support for sorting
sequences, token lists or comma-lists, according to user-
specified comparison criteria; - l3str: kernel support for
string manipulation; - l3tl-build: kernel support for token
list building; - l3tl_analysis: kernel support for token list
analysis; and - xcoffins, which allows the alignment of boxes
using a series of 'handle' positions, supplementing the simple
TeX reference point. All the files of the bundle are also
available in the Subversion (SVN) repository of the LaTeX3
Project. The bundle on CTAN is based on a snapshot of the SVN
repository on 2012-07-16.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/l3experimental/l3dt/l3dt.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3sort/l3sort.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3flag.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3regex-trace.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3regex.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3str.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3tl-analysis.sty
%{_texmfdistdir}/tex/latex/l3experimental/l3str/l3tl-build.sty
%{_texmfdistdir}/tex/latex/l3experimental/xcoffins/xcoffins.sty
%{_texmfdistdir}/tex/latex/l3experimental/xgalley/l3galley.sty
%{_texmfdistdir}/tex/latex/l3experimental/xgalley/xgalley.sty
%doc %{_texmfdistdir}/doc/latex/l3experimental/README
%doc %{_texmfdistdir}/doc/latex/l3experimental/l3dt/l3dt.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/l3sort/l3sort.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/l3str/l3flag.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/l3str/l3regex.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/l3str/l3str.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/l3str/l3tl-analysis.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/l3str/l3tl-build.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/xcoffins/xcoffins.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/xgalley/l3galley.pdf
%doc %{_texmfdistdir}/doc/latex/l3experimental/xgalley/xgalley.pdf
#- source
%doc %{_texmfdistdir}/source/latex/l3experimental/l3dt/l3dt.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/l3dt/l3dt.ins
%doc %{_texmfdistdir}/source/latex/l3experimental/l3sort/l3sort.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/l3sort/l3sort.ins
%doc %{_texmfdistdir}/source/latex/l3experimental/l3str/l3flag.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/l3str/l3regex.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/l3str/l3str.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/l3str/l3str.ins
%doc %{_texmfdistdir}/source/latex/l3experimental/l3str/l3tl-analysis.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/l3str/l3tl-build.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/xcoffins/xcoffins.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/xcoffins/xcoffins.ins
%doc %{_texmfdistdir}/source/latex/l3experimental/xgalley/l3galley.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/xgalley/xgalley.dtx
%doc %{_texmfdistdir}/source/latex/l3experimental/xgalley/xgalley.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> SVN3990-3
+ Revision: 220e94c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25116 |14mu|texlive-l3kernel-SVN3990-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27108
# category Package
# catalog-ctan /macros/latex/contrib/l3kernel
# catalog-date 2012-07-16 14:26:04 +0200
# catalog-license lppl1.3
# catalog-version SVN 3990
Name:		texlive-l3kernel
Epoch:		1
Version:	SVN3990
Release:	3
Summary:	LaTeX3 programming conventions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/l3kernel
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3kernel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3kernel.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3kernel.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The l3kernel bundle provides an implementation of the LaTeX3
programmers' interface, as a set of packages that run under
LaTeX 2e. The interface provides the foundation on which the
LaTeX3 kernel and other future code are built: it is an API for
TeX programmers. The packages are set up so that the LaTeX3
conventions can be used with regular LaTeX 2e packages. All the
files of the bundle are also available in the Subversion (SVN)
repository of the LaTeX3 Project. The bundle on CTAN is based
on a snapshot of the SVN repository on 2012-07-16.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/l3kernel/l3doc.ist
%{_texmfdistdir}/tex/latex/l3kernel/expl3.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3basics.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3bootstrap.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3box.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3candidates.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3clist.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3coffins.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3color.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3doc.cls
%{_texmfdistdir}/tex/latex/l3kernel/l3docstrip.tex
%{_texmfdistdir}/tex/latex/l3kernel/l3expan.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3file.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3fp.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3int.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3keys.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3luatex.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3msg.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3names.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3prg.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3prop.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3quark.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3seq.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3skip.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3tl.sty
%{_texmfdistdir}/tex/latex/l3kernel/l3token.sty
%doc %{_texmfdistdir}/doc/latex/l3kernel/README
%doc %{_texmfdistdir}/doc/latex/l3kernel/expl3.pdf
%doc %{_texmfdistdir}/doc/latex/l3kernel/interface3.pdf
%doc %{_texmfdistdir}/doc/latex/l3kernel/interface3.tex
%doc %{_texmfdistdir}/doc/latex/l3kernel/l3docstrip.pdf
%doc %{_texmfdistdir}/doc/latex/l3kernel/l3styleguide.pdf
%doc %{_texmfdistdir}/doc/latex/l3kernel/l3styleguide.tex
%doc %{_texmfdistdir}/doc/latex/l3kernel/l3syntax-changes.pdf
%doc %{_texmfdistdir}/doc/latex/l3kernel/l3syntax-changes.tex
%doc %{_texmfdistdir}/doc/latex/l3kernel/source3.pdf
%doc %{_texmfdistdir}/doc/latex/l3kernel/source3.tex
%doc %{_texmfdistdir}/doc/latex/l3kernel/source3body.tex
#- source
%doc %{_texmfdistdir}/source/latex/l3kernel/expl3.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3alloc.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3basics.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3bootstrap.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3box.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3candidates.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3clist.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3coffins.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3color.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3doc.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3docstrip.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3drivers.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3expan.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3file.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3final.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-assign.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-aux.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-basics.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-convert.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-expo.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-extended.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-logic.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-old.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-parse.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-round.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-traps.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp-trig.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3fp.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3int.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3keys.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3luatex.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3msg.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3names.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3prg.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3prop.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3quark.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3seq.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3skip.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3tl.dtx
%doc %{_texmfdistdir}/source/latex/l3kernel/l3token.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:SVN3990-3
+ Revision: 9beaffd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25117 |14mu|texlive-l3packages-SVN3990-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27109
# category Package
# catalog-ctan /macros/latex/contrib/l3packages
# catalog-date 2012-07-16 14:26:04 +0200
# catalog-license lppl1.3
# catalog-version SVN 3990
Name:		texlive-l3packages
Epoch:		1
Version:	SVN3990
Release:	3
Summary:	High-level LaTeX3 concepts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/l3packages
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3packages.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3packages.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/l3packages.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle holds prototype implementations of concepts for a
LaTeX designer interface, to be used with the experimental
LaTeX kernel as programming tools and kernel support. Packages
provided in this release are: - l3keys2e, which makes the
facilities of the kernel module l3keys available for use by
LaTeX 2e packages; - xfrac, which provides flexible split-level
fractions; - xparse, which provides a high-level interface for
declaring document commands; and - xtemplate, which provides a
means of defining generic functions using a key-value syntax.
All the files of the bundle are also available in the
Subversion (SVN) repository of the LaTeX3 Project. The bundle
on CTAN is based on a snapshot of the SVN repository on 2012-
07-16.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/l3packages/l3keys2e/l3keys2e.sty
%{_texmfdistdir}/tex/latex/l3packages/xfrac/xfrac.sty
%{_texmfdistdir}/tex/latex/l3packages/xparse/xparse.sty
%{_texmfdistdir}/tex/latex/l3packages/xtemplate/xtemplate.sty
%doc %{_texmfdistdir}/doc/latex/l3packages/README
%doc %{_texmfdistdir}/doc/latex/l3packages/l3keys2e/l3keys2e.pdf
%doc %{_texmfdistdir}/doc/latex/l3packages/xfrac/xfrac.pdf
%doc %{_texmfdistdir}/doc/latex/l3packages/xparse/xparse.pdf
%doc %{_texmfdistdir}/doc/latex/l3packages/xtemplate/xtemplate.pdf
#- source
%doc %{_texmfdistdir}/source/latex/l3packages/l3keys2e/l3keys2e.dtx
%doc %{_texmfdistdir}/source/latex/l3packages/l3keys2e/l3keys2e.ins
%doc %{_texmfdistdir}/source/latex/l3packages/xfrac/xfrac.dtx
%doc %{_texmfdistdir}/source/latex/l3packages/xfrac/xfrac.ins
%doc %{_texmfdistdir}/source/latex/l3packages/xparse/xparse.dtx
%doc %{_texmfdistdir}/source/latex/l3packages/xparse/xparse.ins
%doc %{_texmfdistdir}/source/latex/l3packages/xtemplate/xtemplate.dtx
%doc %{_texmfdistdir}/source/latex/l3packages/xtemplate/xtemplate.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:SVN3990-3
+ Revision: 8ed8b38
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25118 |14mu|texlive-labbook-20080330-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/labbook
# catalog-date 2008-03-30 20:37:26 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-labbook
Version:	20080330
Release:	4
Summary:	Typeset laboratory journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/labbook
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labbook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labbook.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labbook.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This class is designed to typeset laboratory journals that
contain chronologically ordered records about experiments. From
the sectioning commands, an experiment index is generated. The
class is based on the KOMA-Script class scrbook.cls. There can
be several index entries for one experiment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/labbook/labbook.cls
%doc %{_texmfdistdir}/doc/latex/labbook/README
%doc %{_texmfdistdir}/doc/latex/labbook/boilerplates.tex
%doc %{_texmfdistdir}/doc/latex/labbook/examplde.tex
%doc %{_texmfdistdir}/doc/latex/labbook/examplen.tex
%doc %{_texmfdistdir}/doc/latex/labbook/labboode.pdf
%doc %{_texmfdistdir}/doc/latex/labbook/labboode.tex
%doc %{_texmfdistdir}/doc/latex/labbook/labbook.el
%doc %{_texmfdistdir}/doc/latex/labbook/labbook.pdf
#- source
%doc %{_texmfdistdir}/source/latex/labbook/labbook.dtx
%doc %{_texmfdistdir}/source/latex/labbook/labbook.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080330-4
+ Revision: a654c24
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25119 |14mu|texlive-labelcas-1.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/labelcas
# catalog-date 2007-03-08 21:58:53 +0100
# catalog-license lppl
# catalog-version 1.12
Name:		texlive-labelcas
Version:	1.12
Release:	4
Summary:	Check the existence of labels, and fork accordingly
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/labelcas
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labelcas.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labelcas.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labelcas.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines two commands: - \eachlabelcase, which
distinguishes whether a set of labels is defined, and for each
label either queues action accordingly, or appends the action
to a macro; and - \lotlabelcase, which takes a comma-separated
list of label names, and distinguishes the resulting action on
whether all were defined, whether none were defined, whether
not all were defined, or whether the lest is empty (again, the
action resulting from \lotlabelcase may be written to a macro).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/labelcas/labelcas.sty
%doc %{_texmfdistdir}/doc/latex/labelcas/README
%doc %{_texmfdistdir}/doc/latex/labelcas/labelcas.pdf
#- source
%doc %{_texmfdistdir}/source/latex/labelcas/labelcas.dtx
%doc %{_texmfdistdir}/source/latex/labelcas/labelcas.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.12-4
+ Revision: cc6030e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25120 |14mu|texlive-labels-.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/labels
# catalog-date 2009-09-29 00:01:21 +0200
# catalog-license lppl1.2
# catalog-version .13
Name:		texlive-labels
Version:	.13
Release:	4
Summary:	Print sheets of sticky labels
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/labels
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labels.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labels.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/labels.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package to print a regular grid of ragged-right labels
on a page, suitable for sheets of labels which can be fed
through a printer. Macros are provided to allow easy input of
names and addresses in a form free of TeX markup. Equally
useful is a feature for making multiple copies of a single
label, e.g., return address stickers to go with the labels.
Rows, columns, borders can all be specified to match the label
sheet being used.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/labels/labels.sty
%{_texmfdistdir}/tex/latex/labels/olabels.sty
%doc %{_texmfdistdir}/doc/latex/labels/README
%doc %{_texmfdistdir}/doc/latex/labels/labels.pdf
%doc %{_texmfdistdir}/doc/latex/labels/test/avery5162.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/badge.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/beebe.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/door.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/door209.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/names.dat
%doc %{_texmfdistdir}/doc/latex/labels/test/news.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test1.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test10.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test11.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test12.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test2.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test3.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test4.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test5.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test6.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test7.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test8.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/test9.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew1.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew10.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew11.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew12.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew13.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew2.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew3.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew4.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew5.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew6.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew7.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew8.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/testnew9.tex
%doc %{_texmfdistdir}/doc/latex/labels/test/zwekform.tex
#- source
%doc %{_texmfdistdir}/source/latex/labels/labels.dtx
%doc %{_texmfdistdir}/source/latex/labels/labels.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> .13-4
+ Revision: 46b7187
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25121 |14mu|texlive-lambda-20131011-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28669
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-lambda
Version:	20131011
Release:	7
Summary:	TeXLive lambda package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lambda.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive lambda package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lambda/base/UT1cmr.fd
%{_texmfdistdir}/tex/lambda/base/UT1omlgc.fd
%{_texmfdistdir}/tex/lambda/base/elhyph16.tex
%{_texmfdistdir}/tex/lambda/base/french.bgd
%{_texmfdistdir}/tex/lambda/base/french.lay
%{_texmfdistdir}/tex/lambda/base/grcodes.tex
%{_texmfdistdir}/tex/lambda/base/greek.bgd
%{_texmfdistdir}/tex/lambda/base/greek.lay
%{_texmfdistdir}/tex/lambda/base/grmhyph.tex
%{_texmfdistdir}/tex/lambda/base/inuit.hpn
%{_texmfdistdir}/tex/lambda/base/lambda.tex
%{_texmfdistdir}/tex/lambda/base/lchcmr.fd
%{_texmfdistdir}/tex/lambda/base/lchenc.def
%{_texmfdistdir}/tex/lambda/base/ocherokee.sty
%{_texmfdistdir}/tex/lambda/base/odev.sty
%{_texmfdistdir}/tex/lambda/base/ojapan.sty
%{_texmfdistdir}/tex/lambda/base/omarab.cfg
%{_texmfdistdir}/tex/lambda/base/omega.sty
%{_texmfdistdir}/tex/lambda/base/omlgc.cfg
%{_texmfdistdir}/tex/lambda/base/ot1omarb.fd
%{_texmfdistdir}/tex/lambda/base/ot1omlgc.fd
%{_texmfdistdir}/tex/lambda/base/ot1uctt.fd
%{_texmfdistdir}/tex/lambda/base/usenglish.bgd
%{_texmfdistdir}/tex/lambda/base/usenglish.lay
%{_texmfdistdir}/tex/lambda/base/ut1enc.def
%{_texmfdistdir}/tex/lambda/config/lambda.ini
%{_texmfdistdir}/tex/lambda/config/language.dat

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131011-7
+ Revision: 7379751
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25122 |14mu|texlive-lapdf-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23806
# category Package
# catalog-ctan /macros/latex/contrib/lapdf
# catalog-date 2011-09-04 01:09:50 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-lapdf
Version:	1.1
Release:	4
Summary:	PDF drawing directly in TeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lapdf
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lapdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lapdf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to use PDF drawing primitives to
produce high quality, colored graphics. It - uses Bezier curves
(integral and rational) from degree one to seven, - allows TeX
typesetting in the graphic, - offers most of the standard math
functions, - allows plotting normal, parametric and polar
functions. The package has linear, logx, logy, logxy and polar
grids with many specs; - it can rotate, clip and do many nice
things easily - it has two looping commands for programming and
many instructive example files. The package requires pdfTeX but
otherwise only depends on the calc package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lapdf/lapdf.sty
%doc %{_texmfdistdir}/doc/latex/lapdf/README
%doc %{_texmfdistdir}/doc/latex/lapdf/arcs.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/arcs.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/bezier.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/bezier.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/bezinfo.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/bezinfo.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/buttrfly.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/buttrfly.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/cfamily.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/cfamily.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/chrysant.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/chrysant.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/circle.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/circle.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/colors.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/colors.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/conic.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/conic.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/curve.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/curve.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/curveto.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/curveto.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/cycloid.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/cycloid.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/drawing.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/drawing.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/ellipse.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/ellipse.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/fplot.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/fplot.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/geometry.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/geometry.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/grids.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/grids.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/hippo.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/hippo.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/lapdf.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/lapdf.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/licence.txt
%doc %{_texmfdistdir}/doc/latex/lapdf/line.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/line.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/polygon.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/polygon.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/polynom.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/polynom.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/pplot.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/pplot.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/preamble.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/pythagor.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/pythagor.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/qcircle.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/qcircle.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/quartic.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/quartic.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/rational.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/rational.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/rcircle.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/rcircle.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/rcurve.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/rcurve.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/recttria.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/recttria.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/roundtri.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/roundtri.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/rparams.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/rparams.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/superell.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/superell.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/tplot.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/tplot.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/trochoid.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/trochoid.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/turtle.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/turtle.tex
%doc %{_texmfdistdir}/doc/latex/lapdf/vector.pdf
%doc %{_texmfdistdir}/doc/latex/lapdf/vector.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: c0f1e4c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25123 |14mu|texlive-lastpage-1.2l-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28985
# category Package
# catalog-ctan /macros/latex/contrib/lastpage
# catalog-date 2013-01-29 10:13:54 +0100
# catalog-license gpl2
# catalog-version 1.2l
Name:		texlive-lastpage
Version:	1.2l
Release:	7
Summary:	Reference last page for Page N of M type footers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lastpage
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lastpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lastpage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lastpage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Reference the number of pages in your LaTeX document through
the introduction of a new label which can be referenced like
\pageref{LastPage} to give a reference to the last page of a
document. It is particularly useful in the page footer that
says: Page N of M.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lastpage/lastpage.sty
%{_texmfdistdir}/tex/latex/lastpage/lastpage209.sty
%doc %{_texmfdistdir}/doc/latex/lastpage/README
%doc %{_texmfdistdir}/doc/latex/lastpage/lastpage-example.pdf
%doc %{_texmfdistdir}/doc/latex/lastpage/lastpage-example.tex
%doc %{_texmfdistdir}/doc/latex/lastpage/lastpage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lastpage/lastpage.drv
%doc %{_texmfdistdir}/source/latex/lastpage/lastpage.dtx
%doc %{_texmfdistdir}/source/latex/lastpage/lastpage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2l-7
+ Revision: 7c5de93
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25124 |14mu|texlive-latexfileinfo-pkgs-0.22-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26760
# category Package
# catalog-ctan /info/latexfileinfo-pkgs
# catalog-date 2012-05-30 14:24:48 +0200
# catalog-license lppl1.3
# catalog-version 0.22
Name:		texlive-latexfileinfo-pkgs
Version:	0.22
Release:	4
Summary:	A comparison of packages showing LaTeX file information
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/latexfileinfo-pkgs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileinfo-pkgs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileinfo-pkgs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileinfo-pkgs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an HTML file that lists and compares CTAN
packages that display LaTeX source file information from
\ProvidesClass, \ProvidesFile, and \ProvidesPackage commands in
the LaTeX file. Five packages of the author's, and several
other packages are discussed; revision control systems are
mentioned briefly.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/latexfileinfo-pkgs/latexfileinfo_pkgs.RLS
%doc %{_texmfdistdir}/doc/latex/latexfileinfo-pkgs/README
%doc %{_texmfdistdir}/doc/latex/latexfileinfo-pkgs/latexfileinfo_pkgs.htm
#- source
%doc %{_texmfdistdir}/source/latex/latexfileinfo-pkgs/SrcFILEs.txt
%doc %{_texmfdistdir}/source/latex/latexfileinfo-pkgs/latexfileinfo_pkgs.tex
%doc %{_texmfdistdir}/source/latex/latexfileinfo-pkgs/mkht_ltxfinfo_pkgs.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.22-4
+ Revision: 78280df
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25125 |14mu|texlive-latexmp-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/latexmp
# catalog-date 2007-02-23 00:16:39 +0100
# catalog-license pd
# catalog-version 1.2.1
Name:		texlive-latexmp
Version:	1.2.1
Release:	4
Summary:	Interface for LaTeX-based typesetting in MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/latexmp
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexmp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/latexmp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The MetaPost package latexMP implements a user-friendly
interface to access LaTeX-based typesetting capabilities in
MetaPost. The text to be typeset is given as string. This
allows even dynamic text elements, for example counters, to be
used in labels. Compared to other implementations it is much
more flexible, since it can be used as direct replacement for
btex..etex, and much faster, compared for example to the
solution provided by tex.mp.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/latexmp/latexmp.mp
%doc %{_texmfdistdir}/doc/metapost/latexmp/README
%doc %{_texmfdistdir}/doc/metapost/latexmp/latexmp.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-4
+ Revision: fe86c84
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25126 |14mu|texlive-layaureo-20061230-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19087
# category Package
# catalog-ctan /macros/latex/contrib/layaureo
# catalog-date 2006-12-30 10:59:01 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-layaureo
Version:	20061230
Release:	4
Summary:	A package to improve the A4 page layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/layaureo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/layaureo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/layaureo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/layaureo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package produces a wide page layout for documents that use
A4 paper size. Moreover, LayAureo provides both a simple hook
for leaving an empty space which is required if pages are
bundled by a press binding use option binding=length), and an
option called big which it forces typearea to become maximum.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/layaureo/layaureo.sty
%doc %{_texmfdistdir}/doc/latex/layaureo/README
%doc %{_texmfdistdir}/doc/latex/layaureo/layaureo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/layaureo/layaureo.dtx
%doc %{_texmfdistdir}/source/latex/layaureo/layaureo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061230-4
+ Revision: 131c84b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25127 |14mu|texlive-layouts-2.6d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/layouts
# catalog-date 2009-09-02 18:09:14 +0200
# catalog-license lppl1.3
# catalog-version 2.6d
Name:		texlive-layouts
Version:	2.6d
Release:	4
Summary:	Display various elements of a document's layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/layouts
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/layouts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/layouts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/layouts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Display information about a document, including: text
positioning on a page; disposition of floats; layout of
paragraphs, lists, footnotes, table of contents, and sectional
headings; font boxes. Facilities are provided for a document
designer to experiment with the layout parameters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/layouts/layouts.sty
%doc %{_texmfdistdir}/doc/latex/layouts/README
%doc %{_texmfdistdir}/doc/latex/layouts/layman.pdf
%doc %{_texmfdistdir}/doc/latex/layouts/layouts.pdf
#- source
%doc %{_texmfdistdir}/source/latex/layouts/layman.tex
%doc %{_texmfdistdir}/source/latex/layouts/layouts.dtx
%doc %{_texmfdistdir}/source/latex/layouts/layouts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.6d-4
+ Revision: 01fd4b0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25128 |14mu|texlive-lazylist-1.0a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17691
# category Package
# catalog-ctan /macros/latex/contrib/lazylist
# catalog-date 2006-12-30 10:59:01 +0100
# catalog-license lppl
# catalog-version 1.0a
Name:		texlive-lazylist
Version:	1.0a
Release:	4
Summary:	Lists in TeX's "mouth"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lazylist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lazylist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lazylist.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a pile of lambda-calculus and list-
handling macros of an incredibly obtuse nature. The TUGboat
paper serves as a manual for the macros. This TeX code was
formally verified.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lazylist/lazylist.sty
%doc %{_texmfdistdir}/doc/latex/lazylist/lazylist.pdf
%doc %{_texmfdistdir}/doc/latex/lazylist/lazylist.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-4
+ Revision: a56539f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25129 |14mu|texlive-lcd-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16549
# category Package
# catalog-ctan /macros/latex/contrib/lcd
# catalog-date 2006-11-14 20:05:17 +0100
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-lcd
Version:	0.3
Release:	4
Summary:	Alphanumerical LCD-style displays
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lcd
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package that will display text as on an LCD display.
Assumes 8-bit input in its internal verbatim-style environment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lcd/lcd.sty
%doc %{_texmfdistdir}/doc/latex/lcd/00readme
%doc %{_texmfdistdir}/doc/latex/lcd/example.pdf
%doc %{_texmfdistdir}/doc/latex/lcd/example.tex
#- source
%doc %{_texmfdistdir}/source/latex/lcd/lcd.dtx
%doc %{_texmfdistdir}/source/latex/lcd/lcd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: 2a469c0
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25130 |14mu|texlive-lcg-1.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31474
# category Package
# catalog-ctan /macros/latex/contrib/lcg
# catalog-date 2013-08-19 14:43:09 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-lcg
Version:	1.3
Release:	7
Summary:	Generate random integers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lcg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The lcg package generates random numbers (integers) via a
linear congruential generator (Schrage's method). The random
numbers are written to a counter. The keyval package is used
for the user to provide values for the range and a seed, and
for the name of the counter to be used.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lcg/lcg.sty
%doc %{_texmfdistdir}/doc/latex/lcg/lcg.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lcg/lcg.dtx
%doc %{_texmfdistdir}/source/latex/lcg/lcg.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-7
+ Revision: d3dc971
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25131 |14mu|texlive-lcyw-v1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/lcyw
# catalog-date 2009-12-16 19:51:33 +0100
# catalog-license lppl1.3
# catalog-version v1.1
Name:		texlive-lcyw
Version:	v1.1
Release:	4
Summary:	Make Classic Cyrillic CM fonts accessible in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lcyw
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcyw.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcyw.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lcyw.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes the classic CM Cyrillic fonts accessible for
use with LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lcyw/cmap-cyr-vf.sty
%{_texmfdistdir}/tex/latex/lcyw/koi7a.cmap
%{_texmfdistdir}/tex/latex/lcyw/lcywcmr.fd
%{_texmfdistdir}/tex/latex/lcyw/lcywcmss.fd
%{_texmfdistdir}/tex/latex/lcyw/lcywcmssq.fd
%{_texmfdistdir}/tex/latex/lcyw/lcywcmtt.fd
%{_texmfdistdir}/tex/latex/lcyw/lcywenc.def
%doc %{_texmfdistdir}/doc/latex/lcyw/README
%doc %{_texmfdistdir}/doc/latex/lcyw/README.koi8-r
%doc %{_texmfdistdir}/doc/latex/lcyw/example-lcyw.tex
%doc %{_texmfdistdir}/doc/latex/lcyw/lcyw.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lcyw/lcyw.dtx
%doc %{_texmfdistdir}/source/latex/lcyw/lcyw.ins
%doc %{_texmfdistdir}/source/latex/lcyw/lcywfd.fdd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.1-4
+ Revision: 0d70294
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25132 |14mu|texlive-leading-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/leading
# catalog-date 2008-12-15 18:32:16 +0100
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-leading
Version:	0.3
Release:	4
Summary:	Define leading with a length
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/leading
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leading.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leading.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leading.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a command \leading, whose argument is a
<length> that specifies the nominal distance between
consecutive baselines of typeset text. The command replaces the
rather more difficult LaTeX command \linespread{<ratio>}, where
the leading is specified by reference to the font size.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/leading/leading.sty
%doc %{_texmfdistdir}/doc/latex/leading/README
%doc %{_texmfdistdir}/doc/latex/leading/leading.pdf
#- source
%doc %{_texmfdistdir}/source/latex/leading/leading.dtx
%doc %{_texmfdistdir}/source/latex/leading/leading.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: 617ad55
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25133 |14mu|texlive-leaflet-1.0d-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27126
# category Package
# catalog-ctan /macros/latex/contrib/leaflet
# catalog-date 2012-07-05 15:17:31 +0200
# catalog-license lppl
# catalog-version 1.0d
Name:		texlive-leaflet
Version:	1.0d
Release:	3
Summary:	Create small handouts (flyers)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/leaflet
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leaflet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leaflet.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leaflet.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A document class to create small hand-outs (flyers) that fit on
a single sheet of paper which is then folded twice. Pages are
rearranged by LaTeX so that they print correctly on a single
sheet -- no external script is necessary. (Works with
PostScript and PDF.) This is a complete reimplementation with
permission of the original author Jurgen Schlegelmilch.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/leaflet/leaflet.cls
%doc %{_texmfdistdir}/doc/latex/leaflet/README
%doc %{_texmfdistdir}/doc/latex/leaflet/leaflet-manual.pdf
%doc %{_texmfdistdir}/doc/latex/leaflet/leaflet-manual.tex
%doc %{_texmfdistdir}/doc/latex/leaflet/leaflet.pdf
#- source
%doc %{_texmfdistdir}/source/latex/leaflet/leaflet.dtx
%doc %{_texmfdistdir}/source/latex/leaflet/leaflet.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0d-3
+ Revision: 72b8a9e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25134 |14mu|texlive-ledmac-0.19.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30987
# category Package
# catalog-ctan /macros/latex/contrib/ledmac
# catalog-date 2013-06-15 00:57:55 +0200
# catalog-license lppl
# catalog-version 0.19.1
Name:		texlive-ledmac
Version:	0.19.1
Release:	7
Summary:	Typeset scholarly editions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ledmac
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ledmac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ledmac.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ledmac.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A macro package for typesetting scholarly critical editions.
The ledmac package is a LaTeX port of the plain TeX EDMAC
macros. It supports indexing by page and line number and simple
tabular- and array-style environments. The package is
distributed with the related ledpar and ledarab packages. The
package is now superseded by eledmac.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ledmac/afoot.sty
%{_texmfdistdir}/tex/latex/ledmac/ledarab.sty
%{_texmfdistdir}/tex/latex/ledmac/ledmac.sty
%{_texmfdistdir}/tex/latex/ledmac/ledpar.sty
%doc %{_texmfdistdir}/doc/latex/ledmac/Makefile
%doc %{_texmfdistdir}/doc/latex/ledmac/README
%doc %{_texmfdistdir}/doc/latex/ledmac/djd17nov.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/djd17novL.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/djd17novR.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/djdpoems.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/djdpoems1.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/djdpoems2.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/djdpoems3.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/djdpoems4.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/egarab.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/egarab.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/egarabpar.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/egarabpar.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledarab.pdf
%doc %{_texmfdistdir}/doc/latex/ledmac/ledarden.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/ledarden.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledbraonain.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/ledbraonain.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledeasy.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/ledeasy.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledekker.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/ledekker.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledfeat.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/ledfeat.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledioc.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/ledioc.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledmac.pdf
%doc %{_texmfdistdir}/doc/latex/ledmac/ledmixed.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/ledmixed.tex
%doc %{_texmfdistdir}/doc/latex/ledmac/ledpar.pdf
%doc %{_texmfdistdir}/doc/latex/ledmac/villon.eps
%doc %{_texmfdistdir}/doc/latex/ledmac/villon.tex
#- source
%doc %{_texmfdistdir}/source/latex/ledmac/ledarab.dtx
%doc %{_texmfdistdir}/source/latex/ledmac/ledarab.ins
%doc %{_texmfdistdir}/source/latex/ledmac/ledmac.dtx
%doc %{_texmfdistdir}/source/latex/ledmac/ledmac.ins
%doc %{_texmfdistdir}/source/latex/ledmac/ledpar.dtx
%doc %{_texmfdistdir}/source/latex/ledmac/ledpar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.19.1-7
+ Revision: 12001e8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25135 |14mu|texlive-leftidx-20070108-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/leftidx
# catalog-date 2007-01-08 22:21:56 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-leftidx
Version:	20070108
Release:	4
Summary:	Left and right subscripts and superscripts in math mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/leftidx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leftidx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leftidx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leftidx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Left and right subscripts and superscripts are automatically
raised for better fitting to the symbol they belong to.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/leftidx/leftidx.sty
%doc %{_texmfdistdir}/doc/latex/leftidx/README
%doc %{_texmfdistdir}/doc/latex/leftidx/leftidx.pdf
#- source
%doc %{_texmfdistdir}/source/latex/leftidx/Makefile
%doc %{_texmfdistdir}/source/latex/leftidx/leftidx.dtx
%doc %{_texmfdistdir}/source/latex/leftidx/leftidx.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070108-4
+ Revision: 8da3d64
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25136 |14mu|texlive-leipzig-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31045
# category Package
# catalog-ctan /macros/latex/contrib/leipzig
# catalog-date 2013-06-19 00:57:02 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-leipzig
Version:	1.1
Release:	7
Summary:	Typeset and index linguistic gloss abbreviations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/leipzig
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leipzig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leipzig.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/leipzig.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The leipzig package provides a set of macros for standard
glossing abbreviations, with options to create new ones. They
are mnemonic (e.g. \Acc{} for accusative, abbreviated acc).
These abbre can be used alone or on top of the glossaries
package for easy indexing and glossary printing.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/leipzig/leipzig.sty
%doc %{_texmfdistdir}/doc/latex/leipzig/README
%doc %{_texmfdistdir}/doc/latex/leipzig/README.txt
%doc %{_texmfdistdir}/doc/latex/leipzig/leipzig.pdf
%doc %{_texmfdistdir}/doc/latex/leipzig/leipzig.tex
#- source
%doc %{_texmfdistdir}/source/latex/leipzig/leipzig.dtx
%doc %{_texmfdistdir}/source/latex/leipzig/leipzig.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: c795ef2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25137 |14mu|texlive-lengthconvert-1.0a-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30867
# category Package
# catalog-ctan /macros/latex/contrib/lengthconvert
# catalog-date 2013-06-22 23:41:37 +0200
# catalog-license lppl1.3
# catalog-version 1.0a
Name:		texlive-lengthconvert
Version:	1.0a
Release:	9
Summary:	Express lengths in arbitrary units
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lengthconvert
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lengthconvert.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lengthconvert.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lengthconvert.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a command to convert a length to any of a
large selection of units. The package relies on the LaTeX 3
programming environment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lengthconvert/lengthconvert.sty
%doc %{_texmfdistdir}/doc/latex/lengthconvert/lengthconvert.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lengthconvert/lengthconvert.dtx
%doc %{_texmfdistdir}/source/latex/lengthconvert/lengthconvert.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-9
+ Revision: 1446067
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25138 |14mu|texlive-lettre-2.346-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21400
# category Package
# catalog-ctan /macros/latex/contrib/lettre
# catalog-date 2007-01-08 22:21:56 +0100
# catalog-license lppl
# catalog-version 2.346
Name:		texlive-lettre
Version:	2.346
Release:	4
Summary:	Letters and faxes in French
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lettre
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lettre.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lettre.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Developed from the ancestor of the standard letter class, at
the Observatoire de Geneve.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lettre/default.ins
%{_texmfdistdir}/tex/latex/lettre/lettre.cls
%{_texmfdistdir}/tex/latex/lettre/lettre.cls_2.346
%{_texmfdistdir}/tex/latex/lettre/obs.ins
%doc %{_texmfdistdir}/doc/latex/lettre/2.346-release-notes
%doc %{_texmfdistdir}/doc/latex/lettre/ALIRE
%doc %{_texmfdistdir}/doc/latex/lettre/LAST_VERSION_IS_2.346
%doc %{_texmfdistdir}/doc/latex/lettre/LICENSE
%doc %{_texmfdistdir}/doc/latex/lettre/README
%doc %{_texmfdistdir}/doc/latex/lettre/institut.tpl
%doc %{_texmfdistdir}/doc/latex/lettre/letdoc.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex1.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex1.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex1.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex2.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex2.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex2.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex3.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex3.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex3.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex4.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex4.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex4.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex5.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex5.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex5.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex6.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex6.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex6.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex7.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex7.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex71.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex72.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex8.odt
%doc %{_texmfdistdir}/doc/latex/lettre/letex8.tex
%doc %{_texmfdistdir}/doc/latex/lettre/letex81.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex82.ps
%doc %{_texmfdistdir}/doc/latex/lettre/letex83.ps
%doc %{_texmfdistdir}/doc/latex/lettre/lettre.tpl
%doc %{_texmfdistdir}/doc/latex/lettre/lppl.txt
%doc %{_texmfdistdir}/doc/latex/lettre/telefax.tpl
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxd.odt
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxd.ps
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxd.tex
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxe.odt
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxe.ps
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxe.tex
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxf.odt
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxf.tex
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxf1.ps
%doc %{_texmfdistdir}/doc/latex/lettre/testfaxf2.ps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.346-4
+ Revision: da79776
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25139 |14mu|texlive-lettrine-1.63-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27185
# category Package
# catalog-ctan /macros/latex/contrib/lettrine
# catalog-date 2012-07-20 19:39:58 +0200
# catalog-license lppl
# catalog-version 1.63
Name:		texlive-lettrine
Version:	1.63
Release:	3
Summary:	Typeset dropped capitals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lettrine
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lettrine.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lettrine.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lettrine.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The lettrine package supports various dropped capitals styles,
typically those described in the French typographic books. In
particular, it has facilities for the paragraph text's left
edge to follow the outline of capitals that have a regular
shape (such as "A" and "V").


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lettrine/lettrine.cfg
%{_texmfdistdir}/tex/latex/lettrine/lettrine.sty
%{_texmfdistdir}/tex/latex/lettrine/optfile.cfl
%{_texmfdistdir}/tex/latex/lettrine/pacl.cfl
%{_texmfdistdir}/tex/latex/lettrine/padl.cfl
%{_texmfdistdir}/tex/latex/lettrine/pzc2.cfl
%{_texmfdistdir}/tex/latex/lettrine/pzc3.cfl
%doc %{_texmfdistdir}/doc/latex/lettrine/README
%doc %{_texmfdistdir}/doc/latex/lettrine/W.eps
%doc %{_texmfdistdir}/doc/latex/lettrine/W.pdf
%doc %{_texmfdistdir}/doc/latex/lettrine/demo-de.pdf
%doc %{_texmfdistdir}/doc/latex/lettrine/demo-de.tex
%doc %{_texmfdistdir}/doc/latex/lettrine/demo.pdf
%doc %{_texmfdistdir}/doc/latex/lettrine/demo.tex
%doc %{_texmfdistdir}/doc/latex/lettrine/lettrine.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lettrine/lettrine.dtx
%doc %{_texmfdistdir}/source/latex/lettrine/lettrine.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.63-3
+ Revision: 689593c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25140 |14mu|texlive-levy-20110316-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21750
# category Package
# catalog-ctan /fonts/greek/levy
# catalog-date 2011-03-16 12:04:55 +0100
# catalog-license gpl2
# catalog-version undef
Name:		texlive-levy
Version:	20110316
Release:	4
Summary:	Fonts for typesetting classical greek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/levy
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/levy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/levy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These fonts are derivatives of Kunth's CM fonts. Macros for use
with Plain TeX are included in the package; for use with LaTeX,
see lgreek (with English documentation) or levy (with German
documentation).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/levy/a.mf
%{_texmfdistdir}/fonts/source/public/levy/b.mf
%{_texmfdistdir}/fonts/source/public/levy/d.mf
%{_texmfdistdir}/fonts/source/public/levy/digits.mf
%{_texmfdistdir}/fonts/source/public/levy/e.mf
%{_texmfdistdir}/fonts/source/public/levy/f.mf
%{_texmfdistdir}/fonts/source/public/levy/g.mf
%{_texmfdistdir}/fonts/source/public/levy/gen_acc.mf
%{_texmfdistdir}/fonts/source/public/levy/gen_sigma.mf
%{_texmfdistdir}/fonts/source/public/levy/graccent.mf
%{_texmfdistdir}/fonts/source/public/levy/grbase.mf
%{_texmfdistdir}/fonts/source/public/levy/grbld10.mf
%{_texmfdistdir}/fonts/source/public/levy/grbld8.mf
%{_texmfdistdir}/fonts/source/public/levy/grbld9.mf
%{_texmfdistdir}/fonts/source/public/levy/greek.mf
%{_texmfdistdir}/fonts/source/public/levy/grpunct.mf
%{_texmfdistdir}/fonts/source/public/levy/grreg10.mf
%{_texmfdistdir}/fonts/source/public/levy/grreg8.mf
%{_texmfdistdir}/fonts/source/public/levy/grreg9.mf
%{_texmfdistdir}/fonts/source/public/levy/grtt10.mf
%{_texmfdistdir}/fonts/source/public/levy/h.mf
%{_texmfdistdir}/fonts/source/public/levy/i.mf
%{_texmfdistdir}/fonts/source/public/levy/j.mf
%{_texmfdistdir}/fonts/source/public/levy/k.mf
%{_texmfdistdir}/fonts/source/public/levy/l.mf
%{_texmfdistdir}/fonts/source/public/levy/lig.mf
%{_texmfdistdir}/fonts/source/public/levy/lower.mf
%{_texmfdistdir}/fonts/source/public/levy/m.mf
%{_texmfdistdir}/fonts/source/public/levy/n.mf
%{_texmfdistdir}/fonts/source/public/levy/o.mf
%{_texmfdistdir}/fonts/source/public/levy/p.mf
%{_texmfdistdir}/fonts/source/public/levy/q.mf
%{_texmfdistdir}/fonts/source/public/levy/r.mf
%{_texmfdistdir}/fonts/source/public/levy/s.mf
%{_texmfdistdir}/fonts/source/public/levy/t.mf
%{_texmfdistdir}/fonts/source/public/levy/u.mf
%{_texmfdistdir}/fonts/source/public/levy/upper.mf
%{_texmfdistdir}/fonts/source/public/levy/w.mf
%{_texmfdistdir}/fonts/source/public/levy/x.mf
%{_texmfdistdir}/fonts/source/public/levy/y.mf
%{_texmfdistdir}/fonts/source/public/levy/z.mf
%{_texmfdistdir}/fonts/tfm/public/levy/grbld10.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grbld8.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grbld9.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grreg10.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grreg8.tfm
%{_texmfdistdir}/fonts/tfm/public/levy/grreg9.tfm
%{_texmfdistdir}/tex/generic/levy/greekmacros.tex
%{_texmfdistdir}/tex/generic/levy/slgreek.sty
%doc %{_texmfdistdir}/doc/fonts/levy/README
%doc %{_texmfdistdir}/doc/fonts/levy/digits.mf-old
%doc %{_texmfdistdir}/doc/fonts/levy/g.mf-old
%doc %{_texmfdistdir}/doc/fonts/levy/greekhist.tex
%doc %{_texmfdistdir}/doc/fonts/levy/greekuse.tex
%doc %{_texmfdistdir}/doc/fonts/levy/grinstall.tex
%doc %{_texmfdistdir}/doc/fonts/levy/grtestfont.tex
%doc %{_texmfdistdir}/doc/fonts/levy/makeall
%doc %{_texmfdistdir}/doc/fonts/levy/makefont
%doc %{_texmfdistdir}/doc/fonts/levy/testfont

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110316-4
+ Revision: 0a699e2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25141 |14mu|texlive-lewis-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/lewis
# catalog-date 2007-03-08 21:58:53 +0100
# catalog-license pd
# catalog-version 0.1
Name:		texlive-lewis
Version:	0.1
Release:	4
Summary:	Draw Lewis structures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lewis
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lewis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lewis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides rudimentary support for drawing Lewis
Structures. Support is limited to elements that support the
octet rule.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lewis/lewis.sty
%doc %{_texmfdistdir}/doc/latex/lewis/README
%doc %{_texmfdistdir}/doc/latex/lewis/lewis.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 5a29ab1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25142 |14mu|texlive-lexikon-1.0c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17364
# category Package
# catalog-ctan /macros/latex/contrib/lexikon
# catalog-date 2010-03-06 21:34:04 +0100
# catalog-license lppl
# catalog-version 1.0c
Name:		texlive-lexikon
Version:	1.0c
Release:	4
Summary:	Macros for a two language dictionary
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lexikon
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lexikon.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lexikon.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive lexikon package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lexikon/lexikon.sty
%doc %{_texmfdistdir}/doc/latex/lexikon/lexikon-doc.pdf
%doc %{_texmfdistdir}/doc/latex/lexikon/lexikon-doc.tex
%doc %{_texmfdistdir}/doc/latex/lexikon/lexikon.tex
%doc %{_texmfdistdir}/doc/latex/lexikon/lexikon.upl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0c-4
+ Revision: 43d6cdf
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25143 |14mu|texlive-lexref-1.0.1alpha-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32751
# category Package
# catalog-ctan /macros/latex/contrib/lexref
# catalog-date 2014-01-21 18:42:00 +0100
# catalog-license lppl1.3
# catalog-version 1.0.1 alpha
Name:		texlive-lexref
Version:	1.0.1alpha
Release:	3
Summary:	Convenient and uniform references to legal provisions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lexref
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lexref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lexref.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is aimed at continental lawyers (especially those
in Switzerland and Germany), allowing the user to make
references to legal provisions conveniently and uniformly. The
package also allows the user to add cited Acts to a
nomenclature list (automatically), and to build specific
indexes for each cited Act. The package is still under
development, and should be treated as an 'alpha'-release.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lexref/lexref.sty
%doc %{_texmfdistdir}/doc/latex/lexref/README
%doc %{_texmfdistdir}/doc/latex/lexref/lexref.pdf
%doc %{_texmfdistdir}/doc/latex/lexref/lexref.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1alpha-3
+ Revision: 5d78436
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25144 |14mu|texlive-lgreek-20110314-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21818
# category Package
# catalog-ctan /macros/latex/contrib/lgreek
# catalog-date 2011-03-14 20:27:38 +0100
# catalog-license gpl2
# catalog-version undef
Name:		texlive-lgreek
Version:	20110314
Release:	4
Summary:	LaTeX macros for using Silvio Levy's Greek fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lgreek
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lgreek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lgreek.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A conversion of Silvio Levy's Plain TeX macros for use with
LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lgreek/LGcmr.fd
%{_texmfdistdir}/tex/latex/lgreek/LGcmtt.fd
%{_texmfdistdir}/tex/latex/lgreek/LGenc.def
%{_texmfdistdir}/tex/latex/lgreek/lgreek.sty
%doc %{_texmfdistdir}/doc/latex/lgreek/README
%doc %{_texmfdistdir}/doc/latex/lgreek/lgreekuse.pdf
%doc %{_texmfdistdir}/doc/latex/lgreek/lgreekuse.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110314-4
+ Revision: 293a526
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25145 |14mu|texlive-lgrx-0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27003
# category Package
# catalog-ctan /macros/latex/contrib/lgrx
# catalog-date 2012-07-05 15:34:29 +0200
# catalog-license lppl1.3
# catalog-version 0.6
Name:		texlive-lgrx
Epoch:		1
Version:	0.6
Release:	4
Summary:	Greek text with the LGR font encoding
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lgrx
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lgrx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lgrx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The LGRx bundle provides packages and definitions for
typesetting Greek text with fonts in the LGR encoding, the de-
facto standard set by babel. It includes a comprehensive font
definition file, support for Unicode input and macros for Greek
letters in non-Greek text.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lgrx/alphabeta.sty
%{_texmfdistdir}/tex/latex/lgrx/lgrenc.dfu
%{_texmfdistdir}/tex/latex/lgrx/lgrxenc.def
%{_texmfdistdir}/tex/latex/lgrx/textalpha.sty
%doc %{_texmfdistdir}/doc/latex/lgrx/README
%doc %{_texmfdistdir}/doc/latex/lgrx/README.html
%doc %{_texmfdistdir}/doc/latex/lgrx/alphabeta-test.pdf
%doc %{_texmfdistdir}/doc/latex/lgrx/alphabeta-test.tex
%doc %{_texmfdistdir}/doc/latex/lgrx/alphabeta.sty.html
%doc %{_texmfdistdir}/doc/latex/lgrx/greek-unicode.pdf
%doc %{_texmfdistdir}/doc/latex/lgrx/greek-unicode.tex
%doc %{_texmfdistdir}/doc/latex/lgrx/greekhyperref.pdf
%doc %{_texmfdistdir}/doc/latex/lgrx/greekhyperref.tex
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrenc.dfu.html
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrx.pdf
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrx.tex
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrxenc-test.pdf
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrxenc-test.tex
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrxenc.def.html
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrxenc.pdf
%doc %{_texmfdistdir}/doc/latex/lgrx/lgrxenc.tex
%doc %{_texmfdistdir}/doc/latex/lgrx/textalpha-test.pdf
%doc %{_texmfdistdir}/doc/latex/lgrx/textalpha-test.tex
%doc %{_texmfdistdir}/doc/latex/lgrx/textalpha.sty.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.6-4
+ Revision: 5396a0c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25146 |14mu|texlive-lh-3.5g-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/cyrillic/lh
# catalog-date 2009-09-21 21:37:51 +0200
# catalog-license lppl
# catalog-version 3.5g
Name:		texlive-lh
Version:	3.5g
Release:	4
Summary:	Cyrillic fonts that support LaTeX standard encodings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/cyrillic/lh
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lh.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lh.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-ec

%description
The LH fonts address the problem of the wide variety of
alphabets that are written with Cyrillic-style characters. The
fonts are the original basis of the set of T2* and X2 encodings
that are now used when LaTeX users need to write in Cyrillic
languages. Macro support in standard LaTeX encodings is offered
through the cyrillic and t2 bundles, and the package itself
offers support for other (more traditional) encodings. The
fonts, in the standard T2* and X2 encodings are available in
Adobe Type 1 format, in the CM-Super family of fonts. The
package also offers its own LaTeX support for OT2 encoded
fonts, CM bright shaped fonts and Concrete shaped fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/lh/base/fikparm.mf
%{_texmfdistdir}/fonts/source/lh/base/lcyrbeg.mf
%{_texmfdistdir}/fonts/source/lh/base/lcyrdefs.mf
%{_texmfdistdir}/fonts/source/lh/base/ldbroman.mf
%{_texmfdistdir}/fonts/source/lh/base/ldcsc.mf
%{_texmfdistdir}/fonts/source/lh/base/ldroman.mf
%{_texmfdistdir}/fonts/source/lh/base/ldtexset.mf
%{_texmfdistdir}/fonts/source/lh/base/ldtextit.mf
%{_texmfdistdir}/fonts/source/lh/base/ldtitle.mf
%{_texmfdistdir}/fonts/source/lh/base/lebroman.mf
%{_texmfdistdir}/fonts/source/lh/base/lecsc.mf
%{_texmfdistdir}/fonts/source/lh/base/leroman.mf
%{_texmfdistdir}/fonts/source/lh/base/letextit.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcspl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyracc.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyri.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyrl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyrsp.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyrsym.mf
%{_texmfdistdir}/fonts/source/lh/base/lgcyru.mf
%{_texmfdistdir}/fonts/source/lh/base/lgengsym.mf
%{_texmfdistdir}/fonts/source/lh/base/lgidigit.mf
%{_texmfdistdir}/fonts/source/lh/base/lgilig.mf
%{_texmfdistdir}/fonts/source/lh/base/lgitalp.mf
%{_texmfdistdir}/fonts/source/lh/base/lgocyrac.mf
%{_texmfdistdir}/fonts/source/lh/base/lgpunct.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrdigit.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrlig.mf
%{_texmfdistdir}/fonts/source/lh/base/lgromp.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrusi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrusl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgrusu.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2comi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2coml.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2comu.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2loi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2lol.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2lou.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2slvi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2slvl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2slvu.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2upi.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2upl.mf
%{_texmfdistdir}/fonts/source/lh/base/lgt2upu.mf
%{_texmfdistdir}/fonts/source/lh/base/lkligtbl.mf
%{_texmfdistdir}/fonts/source/lh/base/llbligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/llcligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/lliligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/llmligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/llrligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/llvligtb.mf
%{_texmfdistdir}/fonts/source/lh/base/lwnligs.mf
%{_texmfdistdir}/fonts/source/lh/base/lxpseudo.mf
%{_texmfdistdir}/fonts/source/lh/base/lycyracc.mf
%{_texmfdistdir}/fonts/source/lh/base/lypseudo.mf
%{_texmfdistdir}/fonts/source/lh/base/nodraw.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irslb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irsli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irslo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irslq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/irsltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbegin.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rscodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rslb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rslo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rslq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rssq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-XSlav/rsssdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/00readme.txt
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccb10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/ccbxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concb10pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx10pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx12pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx5pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx6pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx7pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx8pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbx9pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concbxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/concc9pt.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-conc/eoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/ilhcsc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/ilhtt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/illhss8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/illhssb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/illhssi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrsl17.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrsl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhbrsl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcb10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcbxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhccsc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr5.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr6.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr7.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcsl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhcti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhsltl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/lhtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/llhss8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/llhssb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-lcy/llhssi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/ilwnss8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/ilwnssb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/ilwnssi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/iwncsc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/iwntt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/lwnss8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/lwnssb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/lwnssi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrsl17.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrsl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnbrsl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncb10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncbxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnccsc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr5.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr6.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr7.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncsl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wncti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wnsltl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-ot2/wntl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilalb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilali8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilalo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilalq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/ilaltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/labto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lacodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lalb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lali8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lalo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lalq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/laqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lasq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2a/lassdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilblb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilbli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilblo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilblq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/ilbltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbcodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lblb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lblo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lblq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lborm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lboslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lboti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbsq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2b/lbssdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilclb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilcli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilclo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilclq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/ilcltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lccodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lclb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lclo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lclq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcsq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2c/lcssdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildlb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildlo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildlq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ildltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldcodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldlb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldlo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldlq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldsq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-t2d/ldssdc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxlb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxlo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxlq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/irxltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbbx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmo10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmo17.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmo9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbmr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbso10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbso17.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbso8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbso9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbsr10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbsr17.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbsr8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbsr9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbtl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxbto10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxcodes.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxlb8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxli8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxliker.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxlo8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxlq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxltt8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxob10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx5.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx6.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx7.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobx9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobxsl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxobxti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxocc10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm5.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm6.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm7.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxorm9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl5.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl6.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl7.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxosl9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxoslc9.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxoti10.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxqi8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxsq8.mf
%{_texmfdistdir}/fonts/source/lh/lh-x2/rxssdc10.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgbersta.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgberstb.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgberstc.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcacci.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcaccl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcaccu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcmodi.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcmodl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcmodu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcvaci.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcvacl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgcvacu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgt2slxi.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgt2slxl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgt2slxu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgunici.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgunicl.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lgunicu.mf
%{_texmfdistdir}/fonts/source/lh/nont2/lhberest.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgcrusl.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgcyrcl.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgcyrcu.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgnoncl.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgnoncu.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgrucl.mf
%{_texmfdistdir}/fonts/source/lh/specific/lgrucu.mf
%{_texmfdistdir}/tex/latex/lh/lh-lcy.sty
%{_texmfdistdir}/tex/latex/lh/lh-lcyccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-lcyxccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-ot2.sty
%{_texmfdistdir}/tex/latex/lh/lh-ot2ccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-ot2xccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2accr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2axccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2bccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2bxccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2cccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-t2cxccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-x2ccr.sty
%{_texmfdistdir}/tex/latex/lh/lh-x2xccr.sty
%{_texmfdistdir}/tex/latex/lh/nfssfox.tex
%{_texmfdistdir}/tex/plain/lh/testfox.tex
%{_texmfdistdir}/tex/plain/lh/testkern.tex
%doc %{_texmfdistdir}/doc/fonts/lh/README
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/beresta.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/berestax.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/lacodes.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/lbcodes.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/lccodes.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/ldcodes.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/rxcodes.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/txcodes.tex
%doc %{_texmfdistdir}/doc/fonts/lh/beresta/yycodes.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/allenc.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/allenc0.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/allenc1.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/allenc2.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/allenc3.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/allenc4.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog-beresta.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog-short.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog.lh
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog1.lh
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog1.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog2.lh
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog2.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog3.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog4.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog5.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog6.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/katalog7.t2
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/lh-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/lh-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/lh-texx.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/lh-texy.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2a-fmap-short.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2a-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2a-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2b-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2b-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2c-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2c-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2d-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/t2d-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/testLHtxt.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/uc-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/wn-comp.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/wn-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/wn-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/x2-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/x2-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/xsl-fmap.tex
%doc %{_texmfdistdir}/doc/fonts/lh/fonttest/xsl-text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/install
%doc %{_texmfdistdir}/doc/fonts/lh/lhfonts/T1inT2.en
%doc %{_texmfdistdir}/doc/fonts/lh/lhfonts/fonttest.en
%doc %{_texmfdistdir}/doc/fonts/lh/lhfonts/lhfont35.en
%doc %{_texmfdistdir}/doc/fonts/lh/lhfonts/lhfont35.ru
%doc %{_texmfdistdir}/doc/fonts/lh/lhfonts/lhfonts.hst
%doc %{_texmfdistdir}/doc/fonts/lh/manifest.txt
%doc %{_texmfdistdir}/doc/fonts/lh/readme35c.1st
%doc %{_texmfdistdir}/doc/fonts/lh/readme35g.1st
%doc %{_texmfdistdir}/doc/fonts/lh/samples/lh-lcy.tex
%doc %{_texmfdistdir}/doc/fonts/lh/samples/lh-lcytext.tex
%doc %{_texmfdistdir}/doc/fonts/lh/samples/lh-ot2.tex
%doc %{_texmfdistdir}/doc/fonts/lh/samples/lh-ot2text.tex
%doc %{_texmfdistdir}/doc/fonts/lh/samples/lh-t2a.tex
%doc %{_texmfdistdir}/doc/fonts/lh/samples/lh-t2atext.tex
#- source
%doc %{_texmfdistdir}/source/fonts/lh/dvidrv.mfj
%doc %{_texmfdistdir}/source/fonts/lh/dvidrvlh.mfj
%doc %{_texmfdistdir}/source/fonts/lh/tex/00readme.txt
%doc %{_texmfdistdir}/source/fonts/lh/tex/01cm-lh.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/03cm-wn.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/04cm-vf.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/11ex-rs.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/11ex-rx.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/12ex-la.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/13ex-lb.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/14ex-lc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/15ex-ld.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/20cm-ct.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/21cm-ic.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/22cm-wc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/23cm-mc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/24cm-kc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/25cm-uc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/30cm-lx.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/31cm-ix.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/32cm-wx.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/33cm-mx.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/34cm-kx.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/46cm-ly.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/46cm-lz.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/47ex-tx.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/91berest.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/92check.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/92cm-xx.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/99-CMstd.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/99-T2enc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/99allenc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/99tstenc.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/cfhead.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/cfstdedt.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/cod-edt.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/enc-t2.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntaddcm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntaddec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntallcm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntallec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntbasec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntbercm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntberec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntbricm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntbriec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntconcm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntconec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntinvcm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntinvec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntmincm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fntminec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fnttstcm.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/fnttstec.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/likerdat.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/likergrp.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/likermac.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/rliker.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/setter.tex
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-XSlav/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-lcy/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-ot2/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-t2a/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-t2b/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-t2c/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-t2d/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh-x2/00readme
%doc %{_texmfdistdir}/source/fonts/lh/tex/wrk/lh_temp/00readme
%doc %{_texmfdistdir}/source/latex/lh/00readme.txt
%doc %{_texmfdistdir}/source/latex/lh/lcyfonts.fdd
%doc %{_texmfdistdir}/source/latex/lh/lcyfonts.ins
%doc %{_texmfdistdir}/source/latex/lh/nfssfox.dtx
%doc %{_texmfdistdir}/source/latex/lh/nfssfox.ins
%doc %{_texmfdistdir}/source/latex/lh/ot2fonts.fdd
%doc %{_texmfdistdir}/source/latex/lh/ot2fonts.ins
%doc %{_texmfdistdir}/source/latex/lh/t2ccfonts.fdd
%doc %{_texmfdistdir}/source/latex/lh/t2ccfonts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.5g-4
+ Revision: 39e4adb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25147 |14mu|texlive-lhcyr-20120522-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31795
# category Package
# catalog-ctan /macros/latex/contrib/lhcyr
# catalog-date 2012-05-22 11:10:15 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-lhcyr
Version:	20120522
Release:	7
Summary:	A non-standard Cyrillic input scheme
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lhcyr
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lhcyr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lhcyr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of three LaTeX 2e styles intended for typesetting
Russian and bilingual English-Russian documents, using the lh
fonts and without the benefit of babel's language-switching
mechanisms. The packages (lhcyralt and lhcyrwin for use under
emTeX, and lhcyrkoi for use under teTeX) provide mappings
between the input encoding and the font encoding (which is
described as OT1). The way this is done does not match the way
inputenc would do the job, for output via fontenc to one of the
T2 series of font encodings.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lhcyr/karabas.tex
%{_texmfdistdir}/tex/latex/lhcyr/kniga.tex
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/README
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/lhcyralt-hyphen.cfg
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/lhcyralt-rhyphen.tex
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/lhcyralt.sty
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhdh.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhfib.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhfr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhss.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhtt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyralt/ot1lhvtt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/README
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/kcmf.tgz
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi-hyphen.cfg
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi-rhyphen.tex
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/lhcyrkoi.sty
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/maketfms.sh
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcdh.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcfib.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcfr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcss.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kctt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/ot1kcvtt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrkoi/special.kc
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/README
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/lhcyrwin-hyphen.cfg
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/lhcyrwin-rhyphen.tex
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/lhcyrwin.sty
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcdh.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcfib.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcfr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcr.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcss.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wctt.fd
%{_texmfdistdir}/tex/latex/lhcyr/lhcyrwin/ot1wcvtt.fd
%{_texmfdistdir}/tex/latex/lhcyr/otchet.tex
%{_texmfdistdir}/tex/latex/lhcyr/pismo.tex
%{_texmfdistdir}/tex/latex/lhcyr/rusfonts.tex
%{_texmfdistdir}/tex/latex/lhcyr/statya.tex
#- source
%doc %{_texmfdistdir}/source/latex/lhcyr/README
%doc %{_texmfdistdir}/source/latex/lhcyr/dvidrv.mfj
%doc %{_texmfdistdir}/source/latex/lhcyr/lhjob.mfj
%doc %{_texmfdistdir}/source/latex/lhcyr/wcjob.mfj

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120522-7
+ Revision: 7d17a08
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25148 |14mu|texlive-lhelp-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23638
# category Package
# catalog-ctan /macros/latex/contrib/lhelp
# catalog-date 2007-01-08 22:21:56 +0100
# catalog-license gpl
# catalog-version 2.0
Name:		texlive-lhelp
Version:	2.0
Release:	4
Summary:	Miscellaneous helper packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lhelp
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lhelp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lhelp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lhelp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package defines macros which are useful for many
documents. It is a large collection of simple 'little helpers'
which do not really warrant a separate package on their own.
Included are, among other things, definitions of common units
with preceeding thinspaces, framed boxes where both width and
height can be specified, starting new odd or even pages, draft
markers, notes, conditional includes, including EPS files, and
versions of enumerate and itemize which allow the horizontal
and vertical spacing to be changed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lhelp/lhelp.sty
%doc %{_texmfdistdir}/doc/latex/lhelp/Makefile
%doc %{_texmfdistdir}/doc/latex/lhelp/lhelp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lhelp/lhelp.drv
%doc %{_texmfdistdir}/source/latex/lhelp/lhelp.dtx
%doc %{_texmfdistdir}/source/latex/lhelp/lhelp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: b3ecbdd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25149 |14mu|texlive-libertine-5.1.3x6-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24921
# category Package
# catalog-ctan /fonts/libertine
# catalog-date 2011-12-13 08:25:06 +0100
# catalog-license gpl
# catalog-version 5.1.3x6
Name:		texlive-libertine
Version:	5.1.3x6
Release:	5
Summary:	Use the font Libertine with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/libertine
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libertine.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libertine.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Linux-Libertine project offers a font family with a wide
range of shapes, and support of several alphabets (including
Latin, Cyrillic, Greek and Hebrew).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_K.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_R.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_RB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_RI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aBL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aRL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aU.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aUB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aUI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aUL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aULB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aW.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aWB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aWI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aWL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinBiolinum_aWLB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_DR.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_I.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_R.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RB.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RBI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RZ.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_RZI.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_aBL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_aDRL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_aRL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinLibertine_aZL.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinMono_M.otf
%{_texmfdistdir}/fonts/opentype/public/libertine/LinMono_aML.otf
%{_texmfdistdir}/tex/latex/libertine/fxbuni.inc
%{_texmfdistdir}/tex/latex/libertine/fxiuni.inc
%{_texmfdistdir}/tex/latex/libertine/fxkuni.inc
%{_texmfdistdir}/tex/latex/libertine/fxluni.inc
%{_texmfdistdir}/tex/latex/libertine/libertineotf.sty
%doc %{_texmfdistdir}/doc/fonts/libertine/Bugs.txt
%doc %{_texmfdistdir}/doc/fonts/libertine/ChangeLog.txt
%doc %{_texmfdistdir}/doc/fonts/libertine/GPL.txt
%doc %{_texmfdistdir}/doc/fonts/libertine/INSTALL.txt
%doc %{_texmfdistdir}/doc/fonts/libertine/LICENCE.txt
%doc %{_texmfdistdir}/doc/fonts/libertine/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/libertine/README.libertine
%doc %{_texmfdistdir}/doc/fonts/libertine/libertine.pdf
%doc %{_texmfdistdir}/doc/fonts/libertine/libertine.sty
%doc %{_texmfdistdir}/doc/fonts/libertine/libertine.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.1.3x6-5
+ Revision: 40f5786
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25150 |14mu|texlive-libgreek-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21725
# category Package
# catalog-ctan /macros/latex/contrib/libgreek
# catalog-date 2011-03-14 12:22:04 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-libgreek
Version:	1.0
Release:	4
Summary:	Use Libertine or Biolinum Greek glyphs in mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/libgreek
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libgreek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libgreek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/libgreek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is for LaTeX users who wish to use the Libertine or
Biolinum font for the Greek letters in math mode. It is not
necessary to load the libertine package itself, but of course
the Linux-Libertine/Biolinum fonts and LaTeX support files must
have been installed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/libgreek/libgreek.sty
%doc %{_texmfdistdir}/doc/latex/libgreek/README
%doc %{_texmfdistdir}/doc/latex/libgreek/libgreek.pdf
#- source
%doc %{_texmfdistdir}/source/latex/libgreek/libgreek.dtx
%doc %{_texmfdistdir}/source/latex/libgreek/libgreek.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: afa4378
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25151 |14mu|texlive-limap-20070108-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gene/limap
# catalog-date 2007-01-08 23:14:30 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-limap
Version:	20070108
Release:	4
Summary:	Typeset maps and blocks according to the Information Mapping method
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gene/limap
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/limap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/limap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Information Mapping method provides a methodology for
structuring and presenting information. It claims to be useful
for readers who are more concerned about finding the right
information than reading the document as a whole. Thus short,
highly structured, and context free pieces of information are
used. A LaTeX style and a LaTeX class are provided. The style
contains definitions to typeset maps and blocks according to
the Information Mapping method. The class provides all
definitions to typeset a whole document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/limap/limap.cls
%{_texmfdistdir}/tex/latex/limap/limap.sty
#- source
%doc %{_texmfdistdir}/source/latex/limap/Makefile
%doc %{_texmfdistdir}/source/latex/limap/limap.dtx
%doc %{_texmfdistdir}/source/latex/limap/limap.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070108-4
+ Revision: a246685
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25152 |14mu|texlive-linegoal-2.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21523
# category Package
# catalog-ctan /macros/latex/contrib/linegoal
# catalog-date 2011-02-25 20:25:45 +0100
# catalog-license lppl1.3
# catalog-version 2.9
Name:		texlive-linegoal
Version:	2.9
Release:	4
Summary:	A "dimen" that returns the space left on the line
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/linegoal
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linegoal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linegoal.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linegoal.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The linegoal package provides a macro \linegoal to be used with
\setlength: \setlength<some dimen>\linegoal will set <some
dimen> to the horizontal length of the remainder of the line.
This is achieved using the \pdfsavepos primitive of pdftex,
through the zref-savepos package. Example: Some text:
\begin{tabularx}\linegoal{|l|X|} \hline one & two \\ three &
four \\\hline \end{tabularx} will position the table after the
initial text, and make the table fill the rest of the line.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/linegoal/linegoal.sty
%doc %{_texmfdistdir}/doc/latex/linegoal/README
%doc %{_texmfdistdir}/doc/latex/linegoal/linegoal.pdf
#- source
%doc %{_texmfdistdir}/source/latex/linegoal/linegoal.drv
%doc %{_texmfdistdir}/source/latex/linegoal/linegoal.dtx
%doc %{_texmfdistdir}/source/latex/linegoal/linegoal.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.9-4
+ Revision: 793420e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25153 |14mu|texlive-lineno-4.41-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21442
# category Package
# catalog-ctan /macros/latex/contrib/lineno
# catalog-date 2011-02-16 17:09:51 +0100
# catalog-license lppl
# catalog-version 4.41
Name:		texlive-lineno
Version:	4.41
Release:	4
Summary:	Line numbers on paragraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lineno
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lineno.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lineno.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lineno.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Adds line numbers to selected paragraphs with reference
possible through the LaTeX \ref and \pageref cross reference
mechanism. Line numbering may be extended to footnote lines,
using the fnlineno package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lineno/ednmath0.sty
%{_texmfdistdir}/tex/latex/lineno/edtable.sty
%{_texmfdistdir}/tex/latex/lineno/fnlineno.sty
%{_texmfdistdir}/tex/latex/lineno/lineno.sty
%{_texmfdistdir}/tex/latex/lineno/vplref.sty
%doc %{_texmfdistdir}/doc/latex/lineno/CHANGEs.txt
%doc %{_texmfdistdir}/doc/latex/lineno/COPYING.txt
%doc %{_texmfdistdir}/doc/latex/lineno/README
%doc %{_texmfdistdir}/doc/latex/lineno/README.txt
%doc %{_texmfdistdir}/doc/latex/lineno/SRCFILEs.txt
%doc %{_texmfdistdir}/doc/latex/lineno/fnlineno.pdf
%doc %{_texmfdistdir}/doc/latex/lineno/lineno.pdf
%doc %{_texmfdistdir}/doc/latex/lineno/lnosuppl.pdf
%doc %{_texmfdistdir}/doc/latex/lineno/ulineno.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lineno/fnlineno.tex
%doc %{_texmfdistdir}/source/latex/lineno/lineno.tex
%doc %{_texmfdistdir}/source/latex/lineno/lnosuppl.tex
%doc %{_texmfdistdir}/source/latex/lineno/ulineno.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.41-4
+ Revision: 382dbfa
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25154 |14mu|texlive-linguex-4.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/linguex
# catalog-date 2010-06-01 09:12:12 +0200
# catalog-license lppl
# catalog-version 4.3
Name:		texlive-linguex
Version:	4.3
Release:	4
Summary:	Format linguists' examples
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/linguex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linguex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/linguex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle comprises two packages: - The linguex package
facilitates the formatting of linguist examples, automatically
taking care of example numbering, indentations, indexed
brackets, and the '*' in grammaticality judgments. - The ps-
trees package provides linguistic trees, building on the macros
of tree-dvips, but overcoming some of the older package's
shortcomings.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/linguex/linguex.sty
%{_texmfdistdir}/tex/latex/linguex/linguho.sty
%{_texmfdistdir}/tex/latex/linguex/ps-trees.sty
%doc %{_texmfdistdir}/doc/latex/linguex/README
%doc %{_texmfdistdir}/doc/latex/linguex/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/linguex/linguex-doc.pdf
%doc %{_texmfdistdir}/doc/latex/linguex/linguex-doc.tex
%doc %{_texmfdistdir}/doc/latex/linguex/ps-trees-doc.pdf
%doc %{_texmfdistdir}/doc/latex/linguex/ps-trees-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.3-4
+ Revision: 42bf57f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25155 |14mu|texlive-lipsum-v1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22098
# category Package
# catalog-ctan /macros/latex/contrib/lipsum
# catalog-date 2011-04-15 00:51:19 +0200
# catalog-license lppl
# catalog-version v1.2
Name:		texlive-lipsum
Version:	v1.2
Release:	4
Summary:	Easy access to the Lorem Ipsum dummy text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lipsum
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lipsum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lipsum.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lipsum.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package gives you easy access to the Lorem Ipsum dummy
text; an option is available to separate the paragraphs of the
dummy text into TeX-paragraphs. All the paragraphs are taken
with permission from http://lipsum.com/.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lipsum/lipsum.sty
%doc %{_texmfdistdir}/doc/latex/lipsum/README
%doc %{_texmfdistdir}/doc/latex/lipsum/lipsum.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lipsum/lipsum.dtx
%doc %{_texmfdistdir}/source/latex/lipsum/lipsum.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.2-4
+ Revision: ff543cc
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25156 |14mu|texlive-lisp-on-tex-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32561
# category Package
# catalog-ctan /macros/latex/contrib/lisp-on-tex
# catalog-date 2014-01-03 19:54:22 +0100
# catalog-license bsd
# catalog-version 1.2
Name:		texlive-lisp-on-tex
Version:	1.2
Release:	3
Summary:	Execute LISP code in a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lisp-on-tex
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lisp-on-tex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lisp-on-tex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a LISP interpreter written using TeX
macros; it is provided as a LaTeX package. The interpreter
static scoping, dynamic typing, and eager evaluation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-arith.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-latexutil.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-mod-fpnum.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-on-tex.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-prim.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-read.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-string.sty
%{_texmfdistdir}/tex/latex/lisp-on-tex/lisp-util.sty
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/LICENSE
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/README
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/fact.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/fact.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/fpnummodule-mandelbrot.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/fpnummodule-mandelbrot.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/repl.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/rocket.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/rocket.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/examples/showfont.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/expl3/asts.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/expl3/mandel.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/expl3/mandel.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/expl3/tarai.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/expl3/tarai.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/latex/ast.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/latex/mandel.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/latex/mandel.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/latex/tarai.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/latex/tarai.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/lot/asts.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/lot/asts.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/lot/mandel.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/lot/mandel.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/lot/tarai.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/lot/tarai.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/luatex/asts.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/luatex/asts.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/luatex/mandel.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/luatex/mandel.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/luatex/tarai.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/luatex/tarai.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/ast.lgpl
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/ast.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/ast.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/asts.lgpl
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/asts.pipe
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/mandel.lgpl
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/mandel.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/mandel.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/tarai.lgpl
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/tarai.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/bench/perltex/tarai.tex
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/slide.pdf
%doc %{_texmfdistdir}/doc/latex/lisp-on-tex/tug2013/slide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-3
+ Revision: 4adea37
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25157 |14mu|texlive-listing-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17373
# category Package
# catalog-ctan /macros/latex/contrib/listing
# catalog-date 2010-03-09 13:13:30 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-listing
Version:	1.2
Release:	4
Summary:	Produce formatted program listings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/listing
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listing.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listing.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The listing environment is provided and is similar to figure
and table, although it is not a floating environment. Includes
support for \caption, \label, \ref, and introduces
\listoflistings, \listingname, \listlistingname. It produces a
.lol file. It does not change \@makecaption (unless the option
bigcaptions is used), so packages that change the layout of
\caption still work.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/listing/listing.sty
%doc %{_texmfdistdir}/doc/latex/listing/listing.pdf
%doc %{_texmfdistdir}/doc/latex/listing/listing.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 93ea9f3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25158 |14mu|texlive-listings-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/listings
# catalog-date 2007-03-12 20:45:12 +0100
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-listings
Version:	1.4
Release:	4
Summary:	Typeset source code listings using LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/listings
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listings.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listings.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listings.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typeset programs (programming code) within LaTeX. The source
code is read directly by TeX. Keywords, comments and strings
can be typeset using different styles (default is bold for
keywords, italic for comments and no special style for
strings). Includes support for hyperref. To use, simply
\usepackage{listings}, identify the language with
\lstset{language=Python}, then employ the \begin{lstlisting}
... \end{lstlisting} environment or the
\lstinputlisting{filename.py} command. Short (in-line) listings
are also available, using either \lstinline|...| or | ... |
(after defining the | token with the \lstMakeShortInline
command).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/listings/listings.cfg
%{_texmfdistdir}/tex/latex/listings/listings.sty
%{_texmfdistdir}/tex/latex/listings/lstdoc.sty
%{_texmfdistdir}/tex/latex/listings/lstlang1.sty
%{_texmfdistdir}/tex/latex/listings/lstlang2.sty
%{_texmfdistdir}/tex/latex/listings/lstlang3.sty
%{_texmfdistdir}/tex/latex/listings/lstmisc.sty
%doc %{_texmfdistdir}/doc/latex/listings/README
%doc %{_texmfdistdir}/doc/latex/listings/listings.pdf
#- source
%doc %{_texmfdistdir}/source/latex/listings/Makefile
%doc %{_texmfdistdir}/source/latex/listings/listings.dtx
%doc %{_texmfdistdir}/source/latex/listings/listings.ins
%doc %{_texmfdistdir}/source/latex/listings/lstdrvrs.dtx
%doc %{_texmfdistdir}/source/latex/listings/lstdrvrs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: 53f17bc
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25159 |14mu|texlive-listliketab-20061208-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/listliketab
# catalog-date 2006-12-08 20:57:43 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-listliketab
Version:	20061208
Release:	4
Summary:	Typeset lists as tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/listliketab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listliketab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listliketab.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listliketab.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The listliketab package helps the user make list-like tabulars,
i.e., a tabular that is indistinguishable from an itemize or
enumerate environment. The advantage of using a tabular is that
the user can add additional columns to each entry in the list.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/listliketab/listliketab.sty
%doc %{_texmfdistdir}/doc/latex/listliketab/README
%doc %{_texmfdistdir}/doc/latex/listliketab/listliketab.pdf
#- source
%doc %{_texmfdistdir}/source/latex/listliketab/listliketab.dtx
%doc %{_texmfdistdir}/source/latex/listliketab/listliketab.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061208-4
+ Revision: 7bd9bdf
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25160 |14mu|texlive-listofsymbols-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16134
# category Package
# catalog-ctan /macros/latex/contrib/listofsymbols
# catalog-date 2009-11-29 13:21:16 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-listofsymbols
Version:	0.2
Release:	4
Summary:	Create and manipulate lists of symbols
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/listofsymbols
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listofsymbols.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listofsymbols.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/listofsymbols.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Listofsymbols provides commands to automatically create a list
of symbols (also called notation or nomenclature), and to
handle symbols logically, i.e. define a macro that is expanded
to the desired output and use the macro in the text rather than
`hardcoding' the output into the text. This helps to ensure
consistency throughout the text, especially if there is a
chance that symbols will be changed at some stage. The package
is more or less a combination of what the packages nomencl and
formula do. The concept of creating the list of symbols,
though, is different from the way nomencl.sty does it.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/listofsymbols/listofsymbols.sty
%doc %{_texmfdistdir}/doc/latex/listofsymbols/README
%doc %{_texmfdistdir}/doc/latex/listofsymbols/listofsymbols.pdf
#- source
%doc %{_texmfdistdir}/source/latex/listofsymbols/listofsymbols.dtx
%doc %{_texmfdistdir}/source/latex/listofsymbols/listofsymbols.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 418f4fc
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25161 |14mu|texlive-lithuanian-20081106-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22722
# category Package
# catalog-ctan /language/lithuanian
# catalog-date 2008-11-06 00:30:15 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-lithuanian
Version:	20081106
Release:	4
Summary:	Lithuanian language support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/lithuanian
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lithuanian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lithuanian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This language support package provides: - Lithuanian language
hyphenation patterns; - Lithuanian support for Babel; -
Lithuanian mapping and metrics for using the URW base-35 Type 1
fonts; - examples for making Lithuanian fonts with fontinst;
and - extra tools for intputenc and fontenc.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/lithuanian/latin7x.enc
%{_texmfdistdir}/fonts/map/dvips/lithuanian/l7x-urwvn.map
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uagd.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uagdo.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uagk.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uagko.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ubkd.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ubkdi.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ubkl.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ubkli.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ucrb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ucrbo.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ucrr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-ucrro.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvbc.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvbo.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvboc.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvrc.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvro.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uhvroc.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uncb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uncbi.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uncr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uncri.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uplb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uplr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uplri.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-utmb.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-utmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-utmr.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-utmri.tfm
%{_texmfdistdir}/fonts/tfm/public/lithuanian/l7x-uzcmi.tfm
%{_texmfdistdir}/tex/latex/lithuanian/cp772.def
%{_texmfdistdir}/tex/latex/lithuanian/cp774.def
%{_texmfdistdir}/tex/latex/lithuanian/cp775.def
%{_texmfdistdir}/tex/latex/lithuanian/cpKBL.def
%{_texmfdistdir}/tex/latex/lithuanian/cpRIM.def
%{_texmfdistdir}/tex/latex/lithuanian/l7xenc.def
%{_texmfdistdir}/tex/latex/lithuanian/l7xenc.dfu
%{_texmfdistdir}/tex/latex/lithuanian/l7xenc.sty
%{_texmfdistdir}/tex/latex/lithuanian/l7xuag.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xubk.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xucr.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xuhv.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xunc.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xupl.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xutm.fd
%{_texmfdistdir}/tex/latex/lithuanian/l7xuzc.fd
%{_texmfdistdir}/tex/latex/lithuanian/latin7.def
%{_texmfdistdir}/tex/latex/lithuanian/lithuanian.ldf
%{_texmfdistdir}/tex/latex/lithuanian/lithuanian.sty
%doc %{_texmfdistdir}/doc/latex/lithuanian/COPYING
%doc %{_texmfdistdir}/doc/latex/lithuanian/ChangeLog
%doc %{_texmfdistdir}/doc/latex/lithuanian/Copyright
%doc %{_texmfdistdir}/doc/latex/lithuanian/README.lithuanian
%doc %{_texmfdistdir}/doc/latex/lithuanian/latin7lt.tex
%doc %{_texmfdistdir}/doc/latex/lithuanian/latin7x.etx
%doc %{_texmfdistdir}/doc/latex/lithuanian/latin7x.mtx
%doc %{_texmfdistdir}/doc/latex/lithuanian/latin7x.pdf
%doc %{_texmfdistdir}/doc/latex/lithuanian/makeLT.html
%doc %{_texmfdistdir}/doc/latex/lithuanian/makelt.tex
%doc %{_texmfdistdir}/doc/latex/lithuanian/makeltmap.tex
%doc %{_texmfdistdir}/doc/latex/lithuanian/testlt-urw.tex
%doc %{_texmfdistdir}/doc/latex/lithuanian/testlt.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081106-4
+ Revision: 0a610fc
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25162 |14mu|texlive-liturg-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/liturg
# catalog-date 2008-09-08 11:32:46 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-liturg
Version:	1.0
Release:	4
Summary:	Support for typesetting Catholic liturgical texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/liturg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/liturg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/liturg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/liturg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The packages offers simple macros for typesetting Catholic
liturgical texts, particularly Missal and Breviary texts. The
package assumes availability of Latin typesetting packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/liturg/liturg.sty
%doc %{_texmfdistdir}/doc/latex/liturg/README
%doc %{_texmfdistdir}/doc/latex/liturg/liturg.pdf
%doc %{_texmfdistdir}/doc/latex/liturg/test.tex
#- source
%doc %{_texmfdistdir}/source/latex/liturg/liturg.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: e155eae
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25163 |14mu|texlive-lkproof-3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20021
# category Package
# catalog-ctan /macros/latex/contrib/lkproof
# catalog-date 2010-10-07 09:27:06 +0200
# catalog-license gpl
# catalog-version 3.1
Name:		texlive-lkproof
Version:	3.1
Release:	4
Summary:	LK Proof figure macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lkproof
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lkproof.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lkproof.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a pair of commands \infer and \deduce, that
are used in constructing LK proof diagrams.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lkproof/proof.sty
%doc %{_texmfdistdir}/doc/latex/lkproof/lkproof-doc.pdf
%doc %{_texmfdistdir}/doc/latex/lkproof/lkproof-doc.tex
%doc %{_texmfdistdir}/doc/latex/lkproof/proofeg.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1-4
+ Revision: 9657fcb
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25164 |14mu|texlive-lm-2.004-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23165
# category Package
# catalog-ctan /fonts/lm
# catalog-date 2009-10-09 10:08:38 +0200
# catalog-license gfsl
# catalog-version 2.004
Name:		texlive-lm
Version:	2.004
Release:	4
Summary:	Latin modern fonts in outline formats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/lm
License:	GFSL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Latin Modern family of fonts consists of 72 text fonts and
20 mathematics fonts, and is based on the Computer Modern fonts
released into public domain by AMS (copyright (c) 1997 AMS).
The lm font set contains a lot of additional characters, mainly
accented ones, but not exclusively. There is one set of fonts,
available both in Adobe Type 1 format (*.pfb) and in OpenType
format (*.otf). There are five sets of TeX Font Metric files,
corresponding to: Cork encoding (cork-*.tfm); QX encoding (qx-
*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); T5
(Vietnamese) encoding (t5-*.tfm); and Text Companion for EC
fonts aka TS1 (ts1-*.tfm).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/lm/lmb10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy5.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbsy7.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmbx10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx6.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbx9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbxi10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmbxo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmcsc10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmcsco10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmdunh10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmduno10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmex10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmex10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi12.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi5.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi6.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi6.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi7.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi8.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmi9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmi9.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmib10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmib10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmib5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmib5.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmmib7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmmib7.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmr10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr17.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr6.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmr9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmri9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro17.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmro9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss17.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmss9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssbo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssbx10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssdc10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssdo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso17.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsso9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssq8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssqbo8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssqbx8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmssqo8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy10.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy5.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy5.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy6.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy6.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy7.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy7.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy8.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmsy9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmsy9.aft
%{_texmfdistdir}/fonts/afm/public/lm/lmtcsc10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtcso10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtk10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtko10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtl10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtlc10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtlco10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtlo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtt10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtt12.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtt8.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtt9.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtti10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmtto10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmu10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtk10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtko10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtl10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtlo10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtt10.afm
%{_texmfdistdir}/fonts/afm/public/lm/lmvtto10.afm
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-cs.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-cssc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-cstt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-l7x.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-mathex.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-mathit.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-mathsy.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-qxsc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-qxtt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmin.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmit.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmitt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmrm.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmsc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cmtt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-csin.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-csrm.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cssc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-cstt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plin.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plit.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plitt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plrm.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-plsc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-pltt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rep-t5psn.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rm.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rmsc.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-rmtt.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-texnansi.enc
%{_texmfdistdir}/fonts/enc/dvips/lm/lm-ts1.enc
%{_texmfdistdir}/fonts/map/dvipdfm/lm/lm-ec.map
%{_texmfdistdir}/fonts/map/dvipdfm/lm/lm-math.map
%{_texmfdistdir}/fonts/map/dvipdfm/lm/lm-rm.map
%{_texmfdistdir}/fonts/map/dvipdfm/lm/lm-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-cs.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-ec.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-l7x.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-math.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-qx.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-cmother.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-cmtext-interpolated.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-cmtext.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-cstext.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-pltext.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rep-vntext.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-rm.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-t5.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm-ts1.map
%{_texmfdistdir}/fonts/map/dvips/lm/lm.map
%{_texmfdistdir}/fonts/opentype/public/lm/lmmath-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono10-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono12-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono8-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmono9-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonocaps10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonocaps10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonolt10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonolt10-boldoblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonolt10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonolt10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoltcond10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoltcond10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoprop10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoprop10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoproplt10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoproplt10-boldoblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoproplt10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoproplt10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmmonoslant10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman10-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman10-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman12-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman12-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman12-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman17-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman5-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman5-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman6-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman6-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman7-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman7-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman7-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman8-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman8-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman8-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman9-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman9-italic.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmroman9-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromancaps10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromancaps10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromandemi10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromandemi10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromandunh10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromandunh10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant12-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant17-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant8-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanslant9-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmromanunsl10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans10-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans10-boldoblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans12-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans12-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans17-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans17-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans8-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans8-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans9-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsans9-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansdemicond10-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansdemicond10-regular.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansquot8-bold.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansquot8-boldoblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansquot8-oblique.otf
%{_texmfdistdir}/fonts/opentype/public/lm/lmsansquot8-regular.otf
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/cs-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ec-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/l7x-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmbsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmbsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmbsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmex10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmib5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmmib7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/lmsy9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/qx-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/rm-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/t5-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/texnansi-lmvtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbxi10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmbxo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmcsco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmduno10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri7.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmri9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmro9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssbo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssdo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso17.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmsso9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssqbo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssqbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmssqo8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtcso10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtlc10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtlco10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtti10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmtto10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtk10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtko10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtl10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtlo10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/lm/ts1-lmvtto10.tfm
%{_texmfdistdir}/fonts/type1/public/lm/lmb10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmb10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbsy7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx6.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx6.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbx9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbx9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbxi10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbxi10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmbxo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmbxo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmcsc10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmcsc10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmcsco10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmcsco10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmdunh10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmdunh10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmduno10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmduno10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmex10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmex10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi6.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi6.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmi9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmi9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmib10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmib10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmib5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmib5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmmib7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmmib7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr17.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr17.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr6.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr6.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmr9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmr9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmri9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmri9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro17.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro17.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmro9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmro9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss17.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss17.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmss9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmss9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssbo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssbo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssbx10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssbx10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssdc10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssdc10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssdo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssdo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso17.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso17.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsso9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsso9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssq8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssq8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssqbo8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssqbo8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssqbx8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssqbx8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmssqo8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmssqo8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy5.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy5.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy6.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy6.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy7.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy7.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmsy9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmsy9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtcsc10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtcsc10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtcso10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtcso10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtk10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtk10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtko10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtko10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtl10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtl10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtlc10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtlc10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtlco10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtlco10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtlo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtlo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtt10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtt10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtt12.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtt12.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtt8.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtt8.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtt9.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtt9.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtti10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtti10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmtto10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmtto10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmu10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmu10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtk10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtk10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtko10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtko10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtl10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtl10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtlo10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtlo10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtt10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtt10.pfm
%{_texmfdistdir}/fonts/type1/public/lm/lmvtto10.pfb
%{_texmfdistdir}/fonts/type1/public/lm/lmvtto10.pfm
%{_texmfdistdir}/tex/latex/lm/il2lmdh.fd
%{_texmfdistdir}/tex/latex/lm/il2lmr.fd
%{_texmfdistdir}/tex/latex/lm/il2lmss.fd
%{_texmfdistdir}/tex/latex/lm/il2lmssq.fd
%{_texmfdistdir}/tex/latex/lm/il2lmtt.fd
%{_texmfdistdir}/tex/latex/lm/il2lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmdh.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmr.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmss.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmssq.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmtt.fd
%{_texmfdistdir}/tex/latex/lm/l7xlmvtt.fd
%{_texmfdistdir}/tex/latex/lm/lmodern.sty
%{_texmfdistdir}/tex/latex/lm/ly1lmdh.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmr.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmss.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmssq.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmtt.fd
%{_texmfdistdir}/tex/latex/lm/ly1lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/omllmm.fd
%{_texmfdistdir}/tex/latex/lm/omllmr.fd
%{_texmfdistdir}/tex/latex/lm/omslmr.fd
%{_texmfdistdir}/tex/latex/lm/omslmsy.fd
%{_texmfdistdir}/tex/latex/lm/omxlmex.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmdh.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmr.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmss.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmssq.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmtt.fd
%{_texmfdistdir}/tex/latex/lm/ot1lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmdh.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmr.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmss.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmssq.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmtt.fd
%{_texmfdistdir}/tex/latex/lm/ot4lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/qxlmdh.fd
%{_texmfdistdir}/tex/latex/lm/qxlmr.fd
%{_texmfdistdir}/tex/latex/lm/qxlmss.fd
%{_texmfdistdir}/tex/latex/lm/qxlmssq.fd
%{_texmfdistdir}/tex/latex/lm/qxlmtt.fd
%{_texmfdistdir}/tex/latex/lm/qxlmvtt.fd
%{_texmfdistdir}/tex/latex/lm/t1lmdh.fd
%{_texmfdistdir}/tex/latex/lm/t1lmr.fd
%{_texmfdistdir}/tex/latex/lm/t1lmss.fd
%{_texmfdistdir}/tex/latex/lm/t1lmssq.fd
%{_texmfdistdir}/tex/latex/lm/t1lmtt.fd
%{_texmfdistdir}/tex/latex/lm/t1lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/t5lmdh.fd
%{_texmfdistdir}/tex/latex/lm/t5lmr.fd
%{_texmfdistdir}/tex/latex/lm/t5lmss.fd
%{_texmfdistdir}/tex/latex/lm/t5lmssq.fd
%{_texmfdistdir}/tex/latex/lm/t5lmtt.fd
%{_texmfdistdir}/tex/latex/lm/t5lmvtt.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmdh.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmr.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmss.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmssq.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmtt.fd
%{_texmfdistdir}/tex/latex/lm/ts1lmvtt.fd
%doc %{_texmfdistdir}/doc/fonts/lm/GUST-FONT-LICENSE.TXT
%doc %{_texmfdistdir}/doc/fonts/lm/MANIFEST-Latin-Modern.TXT
%doc %{_texmfdistdir}/doc/fonts/lm/README-Latin-Modern.TXT
%doc %{_texmfdistdir}/doc/fonts/lm/lm-hist.txt
%doc %{_texmfdistdir}/doc/fonts/lm/lm-info.pdf
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmot1.pdf
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmot1.tex
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmot4.pdf
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmot4.tex
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmqx.pdf
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmqx.tex
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmt1.pdf
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmt1.tex
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmts1.pdf
%doc %{_texmfdistdir}/doc/fonts/lm/tstlmts1.tex
#- source
%doc %{_texmfdistdir}/source/latex/lm/lm2004mt1.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.004-4
+ Revision: 91f380d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25165 |14mu|texlive-lmake-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25552
# category Package
# catalog-ctan /macros/latex/contrib/lmake
# catalog-date 2012-03-02 00:29:05 +0100
# catalog-license lppl1.2
# catalog-version 1.0
Name:		texlive-lmake
Version:	1.0
Release:	4
Summary:	Process lists to do repetitive actions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lmake
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lmake.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lmake.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lmake.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to simplify processing of
sequential list-like structures, such as making a series of
'similar' commands from a list of names.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lmake/lmake.sty
%doc %{_texmfdistdir}/doc/latex/lmake/README
%doc %{_texmfdistdir}/doc/latex/lmake/lmake.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lmake/lmake.dtx
%doc %{_texmfdistdir}/source/latex/lmake/lmake.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: b4d0864
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25166 |14mu|texlive-lmextra-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-lmextra
Version:	20111103
Release:	4
Summary:	TeXLive lmextra package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lmextra.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive lmextra package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/truetype/hoekwater/lmextra/lmtypewriter10-regular.ttf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: 8d96ed5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25167 |14mu|texlive-lm-math-1.958-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29044
# category Package
# catalog-ctan /fonts/lm-math
# catalog-date 2013-02-06 18:13:15 +0100
# catalog-license lppl
# catalog-version 1.958
Name:		texlive-lm-math
Version:	1.958
Release:	7
Summary:	OpenType maths fonts for Latin Modern
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/lm-math
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lm-math.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lm-math.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Latin Modern Math is a maths companion for the Latin Modern
family of fonts, in OpenType format. For use with LuaLaTeX or
XeLaTeX, support is available from the unicode-math package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/lm-math/latinmodern-math.otf
%doc %{_texmfdistdir}/doc/fonts/lm-math/GUST-FONT-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/lm-math/INSTALL.txt
%doc %{_texmfdistdir}/doc/fonts/lm-math/MANIFEST-Latin-Modern-Math.txt
%doc %{_texmfdistdir}/doc/fonts/lm-math/README-Latin-Modern-Math.txt
%doc %{_texmfdistdir}/doc/fonts/lm-math/math-test-context.tex
%doc %{_texmfdistdir}/doc/fonts/lm-math/math-test.tex
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-context-latinmodern_math.pdf
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-context-latinmodern_math.tex
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-lualatex-latinmodern_math.pdf
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-lualatex-latinmodern_math.tex
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-word-latinmodern_math.docx
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-word-latinmodern_math.pdf
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-xelatex-latinmodern_math.pdf
%doc %{_texmfdistdir}/doc/fonts/lm-math/test-xelatex-latinmodern_math.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.958-7
+ Revision: 16ec3a6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25168 |14mu|texlive-locality-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20422
# category Package
# catalog-ctan /macros/latex/contrib/locality
# catalog-date 2010-11-12 15:28:10 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-locality
Version:	0.2
Release:	4
Summary:	Various macros for keeping things local
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/locality
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/locality.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/locality.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/locality.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A toolbox of macros designed to allow the LaTeX programmer to
work around some of the restrictions of the TeX grouping
mechanisms. The present release offers a preliminary view of
the package; not all of its facilities are working optimally.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/locality/locality.sty
%doc %{_texmfdistdir}/doc/latex/locality/README
%doc %{_texmfdistdir}/doc/latex/locality/changes.txt
%doc %{_texmfdistdir}/doc/latex/locality/locality.pdf
#- source
%doc %{_texmfdistdir}/source/latex/locality/locality.dtx
%doc %{_texmfdistdir}/source/latex/locality/locality.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 22910b3
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25169 |14mu|texlive-localloc-20091006-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21934
# category Package
# catalog-ctan /macros/latex/contrib/localloc
# catalog-date 2009-10-06 14:55:10 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-localloc
Version:	20091006
Release:	4
Summary:	Macros for localizing TeX register allocations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/localloc
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/localloc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/localloc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/localloc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package approaches the problem of the shortage of
registers, by providing a mechanism for local allocation. The
package works with Plain TeX, LaTeX and LaTeX 2.09.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/localloc/localloc.sty
%doc %{_texmfdistdir}/doc/latex/localloc/localloc.README
%doc %{_texmfdistdir}/doc/latex/localloc/localloc.pdf
%doc %{_texmfdistdir}/doc/latex/localloc/localtst.tex
#- source
%doc %{_texmfdistdir}/source/latex/localloc/localloc.drv
%doc %{_texmfdistdir}/source/latex/localloc/localloc.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091006-4
+ Revision: 7146ce2
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25170 |14mu|texlive-logbox-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24499
# category Package
# catalog-ctan /macros/latex/contrib/logbox
# catalog-date 2011-11-03 08:30:49 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-logbox
Version:	1.0
Release:	4
Summary:	E-TeX showbox facilities for exploration purposes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/logbox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The command \logbox does \showbox without stopping the
compilation. The package's main command is \viewbox*: the box
is typeset (copied) with its dimensions, and its contents are
logged in the .log file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/logbox/logbox.sty
%doc %{_texmfdistdir}/doc/latex/logbox/README
%doc %{_texmfdistdir}/doc/latex/logbox/logbox.pdf
%doc %{_texmfdistdir}/doc/latex/logbox/logbox.png
#- source
%doc %{_texmfdistdir}/source/latex/logbox/logbox.drv
%doc %{_texmfdistdir}/source/latex/logbox/logbox.dtx
%doc %{_texmfdistdir}/source/latex/logbox/logbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 1901fe4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25171 |14mu|texlive-logical-markup-utils-20091109-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/logical-markup-utils
# catalog-date 2009-11-09 23:05:00 +0100
# catalog-license gpl3
# catalog-version undef
Name:		texlive-logical-markup-utils
Version:	20091109
Release:	4
Summary:	Packages for language-dependent inline quotes and dashes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/logical-markup-utils
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logical-markup-utils.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logical-markup-utils.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle contains two packages: - quoted, for inserting
quotation marks; and - onedash, for inserting dashes. Each
package takes a language name as an option; accepted language
options are american, british, german and polish.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/logical-markup-utils/onedash.sty
%{_texmfdistdir}/tex/latex/logical-markup-utils/quoted.sty
%doc %{_texmfdistdir}/doc/latex/logical-markup-utils/COPYING
%doc %{_texmfdistdir}/doc/latex/logical-markup-utils/README
%doc %{_texmfdistdir}/doc/latex/logical-markup-utils/TODO

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091109-4
+ Revision: 4e54878
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25172 |14mu|texlive-logicpuzzle-2.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31024
# category Package
# catalog-ctan /graphics/pgf/contrib/logicpuzzle
# catalog-date 2013-06-07 00:26:22 +0200
# catalog-license lppl1.3
# catalog-version 2.4
Name:		texlive-logicpuzzle
Version:	2.4
Release:	7
Summary:	Typeset (grid-based) logic puzzles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/logicpuzzle
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logicpuzzle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logicpuzzle.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to typeset various logic puzzles.
At the moment the following puzzles are supported: - 2D-Sudoku
(aka Magiequadrat, Diagon, ...), - Battleship (aka Bimaru,
Marinespiel, Batalla Naval, ...), - Bokkusu (aka Kakurasu,
Feldersummenratsel, ...), - Bridges (akak Bruckenbau, Hashi,
...), - Chaos Sudoku, - Four Winds (aka Eminent Domain,
Lichtstrahl, ...), - Hakyuu (aka Seismic, Ripple Effect, ...),
- Hitori, - Kakuro, - Kendoku (aka Mathdoku, Calcudoku, Basic,
MiniPlu, Ken Ken, Square Wisdom, Sukendo, Caldoku, ..., -
Killer Sudoku (aka Samunapure, Sum Number Place, Sumdoku,
Gebietssummen, ...), - Laser Beam (aka Laserstrahl, ...), -
Magic Labyrinth (aka Magic Spiral, Magisches Labyrinth, ...), -
Magnets (aka Magnetplatte, Magnetfeld, ...), - Masyu (aka
Mashi, {White|Black} Pearls, ...), - Minesweeper (aka
Minensuche, ...), - Number Link, - Resuko, - Schatzsuche, -
Skyline (aka Skycrapers, Wolkenkratzer, Hochhauser, ...),
including Skyline Sudoku and Skyline Sudoku (N*N) variants, -
Slitherlink (aka Fences, Number Line, Dotty Dilemma, Sli-Lin,
Takegaki, Great Wall of China, Loop the Loop, Rundweg,
Gartenzaun, ...), - Star Battle (aka Sternenschlacht, ...), -
Stars and Arrows (aka Sternenhimmel, ...), - Sudoku, - Sun and
Moon (aka Sternenhaufen, Munraito, ...), - Tents and Trees (aka
Zeltlager, Zeltplatz, Camping, ...), and - Tunnel.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/logicpuzzle/createlpsudoku
%{_texmfdistdir}/scripts/logicpuzzle/lpsmag
%{_texmfdistdir}/scripts/logicpuzzle/simple.smc
%{_texmfdistdir}/tex/latex/logicpuzzle/battleship.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/bokkusu.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/chaossudoku.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/ddsudoku.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/hakyuu.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/hitori.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/kendoku.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/killersudoku.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/laserbeam.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/logicpuzzle.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/lpenv.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/lpsudoku.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/skyline.sty
%{_texmfdistdir}/tex/latex/logicpuzzle/slitherlink.sty
%doc %{_texmfdistdir}/doc/latex/logicpuzzle/CHANGES
%doc %{_texmfdistdir}/doc/latex/logicpuzzle/INSTALL
%doc %{_texmfdistdir}/doc/latex/logicpuzzle/README
%doc %{_texmfdistdir}/doc/latex/logicpuzzle/logicpuzzle.pdf
%doc %{_texmfdistdir}/doc/latex/logicpuzzle/logicpuzzle.tex
%doc %{_texmfdistdir}/doc/latex/logicpuzzle/manifest.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4-7
+ Revision: c4b793c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25173 |14mu|texlive-logpap-0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/logpap
# catalog-date 2006-12-08 22:20:56 +0100
# catalog-license lppl
# catalog-version 0.6
Name:		texlive-logpap
Version:	0.6
Release:	4
Summary:	Generate logarithmic graph paper with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/logpap
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logpap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logpap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/logpap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The logpap package provides four macros for drawing
logarithmic-logarithmic, logarithmic-linear, linear-logarithmic
and (because it was easy to implement) linear-linear graph
paper with LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/logpap/logpap.sty
%doc %{_texmfdistdir}/doc/latex/logpap/README
%doc %{_texmfdistdir}/doc/latex/logpap/example.pdf
%doc %{_texmfdistdir}/doc/latex/logpap/example.tex
#- source
%doc %{_texmfdistdir}/source/latex/logpap/logpap.dtx
%doc %{_texmfdistdir}/source/latex/logpap/logpap.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-4
+ Revision: bffbb9d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25174 |14mu|texlive-longnamefilelist-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27889
# category Package
# catalog-ctan /macros/latex/contrib/longnamefilelist
# catalog-date 2012-10-01 08:11:57 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-longnamefilelist
Version:	0.2
Release:	7
Summary:	Tidy \listfiles with long file names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/longnamefilelist
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/longnamefilelist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/longnamefilelist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/longnamefilelist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package equips LaTeX's \listfiles command with an optional
argument for the number of characters in the longest base
filename. This way you get a neatly aligned file list even when
it contains files whose base names have more than 8 characters.
The package can be combined with the myfilist package as
explained in the documentation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/longnamefilelist/longnamefilelist.sty
%doc %{_texmfdistdir}/doc/latex/longnamefilelist/README
%doc %{_texmfdistdir}/doc/latex/longnamefilelist/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/longnamefilelist/longnamefilelist.pdf
#- source
%doc %{_texmfdistdir}/source/latex/longnamefilelist/longnamefilelist.tex
%doc %{_texmfdistdir}/source/latex/longnamefilelist/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: 7c17320
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25175 |14mu|texlive-loops-1.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30704
# category Package
# catalog-ctan /macros/latex/contrib/loops
# catalog-date 2013-05-16 16:49:13 +0200
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-loops
Version:	1.3
Release:	8
Summary:	General looping macros for use with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/loops
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/loops.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/loops.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides efficient looping macros for processing
both csv (separated-values) and nsv/tsv (non-separated values)
lists. CSV lists which have associated parsers may be processed
with the tools of the package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/loops/loops.sty
%doc %{_texmfdistdir}/doc/latex/loops/README
%doc %{_texmfdistdir}/doc/latex/loops/loops-pokayoke1.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-8
+ Revision: 06fc911
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25176 |14mu|texlive-lpic-0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20843
# category Package
# catalog-ctan /macros/latex/contrib/lpic
# catalog-date 2010-12-23 21:19:38 +0100
# catalog-license lppl1.3
# catalog-version 0.8
Name:		texlive-lpic
Version:	0.8
Release:	4
Summary:	Put LaTeX material over included graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lpic
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lpic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lpic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a convenient interface to put any LaTeX
material on top of included graphics. The LaTeX material may
also be rotated and typeset on top of a white box overshadowing
the graphics. The coordinates of the LaTeX boxes are given
relative to the original, unscaled graphics; when the graphics
is rescaled, the LaTeX annotations stay at their right places
(unless you do something extreme). In a draft mode, the package
enables you to draw a coordinate grid over the picture for easy
adjustment of positions of the annotations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lpic/lpic.sty
%doc %{_texmfdistdir}/doc/latex/lpic/README
%doc %{_texmfdistdir}/doc/latex/lpic/instructions-differential.eps
%doc %{_texmfdistdir}/doc/latex/lpic/instructions-differential.pdf
%doc %{_texmfdistdir}/doc/latex/lpic/instructions.pdf
%doc %{_texmfdistdir}/doc/latex/lpic/instructions.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8-4
+ Revision: 164b50d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25177 |14mu|texlive-lps-0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21322
# category Package
# catalog-ctan /macros/latex/contrib/lps
# catalog-date 2011-02-03 16:11:01 +0100
# catalog-license lppl
# catalog-version 0.7
Name:		texlive-lps
Version:	0.7
Release:	4
Summary:	Class for "Logic and Philosophy of Science"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lps.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lps.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The 'Logic and Philosophy of Science' journal is an online
publication of the University of Trieste (Italy). The class
builds on the standard article class to offer a format that
LaTeX authors may use when submitting to the journal.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lps/lps.cls
%doc %{_texmfdistdir}/doc/latex/lps/README
%doc %{_texmfdistdir}/doc/latex/lps/lps.pdf
%doc %{_texmfdistdir}/doc/latex/lps/lpstemplate.tex
#- source
%doc %{_texmfdistdir}/source/latex/lps/lps.dtx
%doc %{_texmfdistdir}/source/latex/lps/lps.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7-4
+ Revision: d59b71a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25178 |14mu|texlive-lsc-20070309-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/lsc
# catalog-date 2007-03-09 12:50:50 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-lsc
Version:	20070309
Release:	4
Summary:	Typesetting Live Sequence Charts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lsc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lsc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lsc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is similar to the msc package in that it provides
macros for typesetting a variant of sequence diagrams, in this
case the Live Sequence Charts of Damm and Harel. The package
supports the full LSC language of the original LSC paper, the
Klose-extensions for formal verification and some of the Harel-
extensions for the Play-In/Play-Out approach (cf. the manual).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/lsc/lsc.bib
%{_texmfdistdir}/tex/latex/lsc/lsc.sty
%doc %{_texmfdistdir}/doc/latex/lsc/README
%doc %{_texmfdistdir}/doc/latex/lsc/lsc.pdf
%doc %{_texmfdistdir}/doc/latex/lsc/lsc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070309-4
+ Revision: ffa4693
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25179 |14mu|texlive-lstaddons-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26196
# category Package
# catalog-ctan /macros/latex/contrib/lstaddons
# catalog-date 2012-05-03 17:01:13 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-lstaddons
Version:	0.1
Release:	4
Summary:	Add-on packagvess for listings: autogobble and line background
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lstaddons
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lstaddons.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lstaddons.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lstaddons.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle contains a small collection of add-on packages for
the listings package. Current packages are: [?] lstlinebgrd:
colour the background of some or all lines of a listing; and
[?] lstautogobble: set the standard "gobble" option to the
indent of the first line of the code.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lstaddons/lstautogobble.sty
%{_texmfdistdir}/tex/latex/lstaddons/lstlinebgrd.sty
%doc %{_texmfdistdir}/doc/latex/lstaddons/README
%doc %{_texmfdistdir}/doc/latex/lstaddons/lstautogobble.pdf
%doc %{_texmfdistdir}/doc/latex/lstaddons/lstlinebgrd.pdf
#- source
%doc %{_texmfdistdir}/source/latex/lstaddons/lstaddons.ins
%doc %{_texmfdistdir}/source/latex/lstaddons/lstautogobble.dtx
%doc %{_texmfdistdir}/source/latex/lstaddons/lstlinebgrd.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: ecb9c05
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25180 |14mu|texlive-lt3graph-0.0.9.r1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32356
# category Package
# catalog-ctan /macros/latex/contrib/lt3graph
# catalog-date 2013-12-08 00:11:37 +0100
# catalog-license lppl1.3
# catalog-version 0.0.9-r1
Name:		texlive-lt3graph
Version:	0.0.9.r1
Release:	3
Summary:	Provide a graph datastructure for experimental LaTeX3
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/lt3graph
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lt3graph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lt3graph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a 'graph' data structure, for use in
documents that are using the experimental LaTeX 3 syntax.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/lt3graph/lt3graph-dry.sty
%{_texmfdistdir}/tex/latex/lt3graph/lt3graph-packagedoc.cls
%{_texmfdistdir}/tex/latex/lt3graph/lt3graph.sty
%doc %{_texmfdistdir}/doc/latex/lt3graph/README
%doc %{_texmfdistdir}/doc/latex/lt3graph/lt3graph.pdf
%doc %{_texmfdistdir}/doc/latex/lt3graph/lt3graph.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.9.r1-3
+ Revision: d93438e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25181 |14mu|texlive-ltablex-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29903
# category Package
# catalog-ctan /macros/latex/contrib/ltablex
# catalog-date 2013-04-12 10:31:24 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-ltablex
Version:	1.0
Release:	7
Summary:	Table package extensions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ltablex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltablex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltablex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Modifies the tabularx environment to combine the features of
the tabularx package (auto-sized columns in a fixed width
table) with those of the longtable package (multi-page tables).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltablex/ltablex.sty
%doc %{_texmfdistdir}/doc/latex/ltablex/README
%doc %{_texmfdistdir}/doc/latex/ltablex/ltablex.pdf
%doc %{_texmfdistdir}/doc/latex/ltablex/ltablex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: b9e3a02
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25182 |14mu|texlive-ltabptch-1.74d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17533
# category Package
# catalog-ctan /macros/latex/contrib/ltabptch
# catalog-date 2010-03-07 16:35:25 +0100
# catalog-license lppl
# catalog-version 1.74d
Name:		texlive-ltabptch
Version:	1.74d
Release:	4
Summary:	Bug fix for longtable
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ltabptch
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltabptch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltabptch.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A patch for LaTeX bugs tools/3180 and tools/3480. The patch
applies to version 4.11 of longtable.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltabptch/ltabptch.sty
%doc %{_texmfdistdir}/doc/latex/ltabptch/README
%doc %{_texmfdistdir}/doc/latex/ltabptch/ltabptch.pdf
%doc %{_texmfdistdir}/doc/latex/ltabptch/ltabptch.tex
%doc %{_texmfdistdir}/doc/latex/ltabptch/ltabtest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.74d-4
+ Revision: adb4094
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25183 |14mu|texlive-ltxdockit-1.2c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21869
# category Package
# catalog-ctan /macros/latex/contrib/ltxdockit
# catalog-date 2010-12-10 17:32:44 +0100
# catalog-license lppl
# catalog-version 1.2c
Name:		texlive-ltxdockit
Version:	1.2c
Release:	4
Summary:	Documentation support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ltxdockit
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxdockit.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxdockit.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle, consisting of a simple wrapper class and some
packages, forms a small LaTeX/BibTeX documentation kit; the
author uses it for some of his own packages. The package is not
supported: users should not attempt its use unless they are
capable of dealing with problems unaided. (The actual purpose
of releasing the package is to make it possible for third
parties to compile the documentation of other packages, should
that be necessary.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltxdockit/btxdockit.sty
%{_texmfdistdir}/tex/latex/ltxdockit/ltxdockit.cfg
%{_texmfdistdir}/tex/latex/ltxdockit/ltxdockit.cls
%{_texmfdistdir}/tex/latex/ltxdockit/ltxdockit.def
%{_texmfdistdir}/tex/latex/ltxdockit/ltxdockit.sty
%doc %{_texmfdistdir}/doc/latex/ltxdockit/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2c-4
+ Revision: 92fb641
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25184 |14mu|texlive-ltxindex-0.1c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ltxindex
# catalog-date 2009-10-01 20:18:08 +0200
# catalog-license gpl
# catalog-version 0.1c
Name:		texlive-ltxindex
Version:	0.1c
Release:	4
Summary:	A LaTeX package to typeset indices with GNU's Texindex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ltxindex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxindex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxindex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package that allows the user to make indexes with GNU's
Texindex program, instead of makeindex. It provides the
indexing commands available in Texinfo by default, but only
defines the concept index (cp) by default -- the user must
define other standard indexes, and there is no provision for
custom indexes. The package is not currently maintained.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltxindex/ltxindex.sty
%doc %{_texmfdistdir}/doc/latex/ltxindex/README
%doc %{_texmfdistdir}/doc/latex/ltxindex/copying.txt
%doc %{_texmfdistdir}/doc/latex/ltxindex/ltxindex.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ltxindex/ltxindex.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1c-4
+ Revision: 8159b90
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25185 |14mu|texlive-ltxkeys-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24898
# category Package
# catalog-ctan /macros/latex/contrib/ltxkeys
# catalog-date 2011-12-19 23:56:31 +0100
# catalog-license lppl
# catalog-version 0.0.3
Name:		texlive-ltxkeys
Version:	0.3.0
Release:	4
Summary:	A robust key parser for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ltxkeys
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxkeys.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxkeys.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides facilities for creating and managing keys
in the sense of the keyval and xkeyval packages, but it is
intended to be more robust and faster. Its robustness comes
from its ability to preserve braces in key values throughout
parsing. The need to preserve braces in key values arises often
in parsing keys (for example, in the xwatermark package). The
package is faster than xkeyval package because (among other
things) it avoids character-wise parsing of key values (called
"selective sanitization" by the xkeyval package). The package
also provides functions for defining and managing keys.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltxkeys/ltxkeys.sty
%{_texmfdistdir}/tex/latex/ltxkeys/pathkeys.sty
%doc %{_texmfdistdir}/doc/latex/ltxkeys/README
%doc %{_texmfdistdir}/doc/latex/ltxkeys/ltxkeys-guide.cfg
%doc %{_texmfdistdir}/doc/latex/ltxkeys/ltxkeys-guide.pdf
%doc %{_texmfdistdir}/doc/latex/ltxkeys/ltxkeys-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-4
+ Revision: 582ed60
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25186 |14mu|texlive-ltxmisc-20090116-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21927
# category Package
# catalog-ctan /macros/latex/contrib/misc
# catalog-date 2009-01-16 15:12:56 +0100
# catalog-license collection
# catalog-version undef
Name:		texlive-ltxmisc
Version:	20090116
Release:	4
Summary:	Miscellaneous LaTeX packages, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/misc
License:	COLLECTION
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxmisc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive ltxmisc package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltxmisc/abstbook.cls
%{_texmfdistdir}/tex/latex/ltxmisc/beletter.cls
%{_texmfdistdir}/tex/latex/ltxmisc/bibcheck.sty
%{_texmfdistdir}/tex/latex/ltxmisc/concrete.sty
%{_texmfdistdir}/tex/latex/ltxmisc/flashcard.cls
%{_texmfdistdir}/tex/latex/ltxmisc/iagproc.cls
%{_texmfdistdir}/tex/latex/ltxmisc/linsys.sty
%{_texmfdistdir}/tex/latex/ltxmisc/mitpress.sty
%{_texmfdistdir}/tex/latex/ltxmisc/thrmappendix.sty
%{_texmfdistdir}/tex/latex/ltxmisc/topcapt.sty
%{_texmfdistdir}/tex/latex/ltxmisc/vrbexin.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090116-4
+ Revision: 41cc20f
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25187 |14mu|texlive-ltxnew-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21586
# category Package
# catalog-ctan /macros/latex/contrib/ltxnew
# catalog-date 2011-03-02 16:08:00 +0100
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-ltxnew
Version:	1.3
Release:	4
Summary:	A simple means of creating commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ltxnew
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxnew.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxnew.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxnew.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package ltxnew provides \new, \renew and \provide prefixes
for checking definitions. It is designed to work with e-TeX
distributions of LaTeX and relies on the LaTeX internal macro
\@ifdefinable. Local allocation of counters, dimensions, skips,
muskips, boxes, tokens and marks are provided by the etex
package. \new and \renew as well as \provide may be used for
all kind of control sequences. Please refer to the section
"Using \new" of the PDF documentation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltxnew/ltxnew.sty
%doc %{_texmfdistdir}/doc/latex/ltxnew/README
%doc %{_texmfdistdir}/doc/latex/ltxnew/ltxnew.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ltxnew/ltxnew.dtx
%doc %{_texmfdistdir}/source/latex/ltxnew/ltxnew.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: d799025
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25188 |14mu|texlive-ltxtools-0.0.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24897
# category Package
# catalog-ctan /macros/latex/contrib/ltxtools
# catalog-date 2011-12-19 23:56:31 +0100
# catalog-license lppl1.3
# catalog-version 0.0.1a
Name:		texlive-ltxtools
Version:	0.0.1a
Release:	4
Summary:	A collection of LaTeX API macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ltxtools
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxtools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxtools.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a bundle of macros that the author uses in the coding
of others of his macro files.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-base.sty
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-doc.sty
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-environ.sty
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-incluput.sty
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-index.sty
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-review.sty
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools-trace.sty
%{_texmfdistdir}/tex/latex/ltxtools/ltxtools.sty
%doc %{_texmfdistdir}/doc/latex/ltxtools/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1a-4
+ Revision: 056d52c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25189 |14mu|texlive-lua2dox-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27205
# category Package
# catalog-ctan /web/lua2dox
# catalog-date 2012-07-21 10:40:57 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-lua2dox
Version:	0.1
Release:	3
Summary:	Auto-documentation of lua code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/web/lua2dox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lua2dox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lua2dox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-lua2dox.bin = %{EVRD}

%description
The package extends the well-known C-like language autodoc
tool, doxygen, to read and document lua code. In use, you edit
and test your code and periodically run the autodoc tool to
update the documentation, which may be viewed via an html
browser. Autodoc tools can read the code well enough to find
function/... declarations and document them. If the code also
contains appropriatly formatted "magic comments", the tool can
use them to supplement the documentation. The package is a
first prototype of a planned TeX2DoX tool (in development),
which will process joint (La)TeX/lua documents.


#-----------------------------------------------------------------------
%files
%{_bindir}/lua2dox_filter
%{_bindir}/lua2dox_lua
%{_texmfdistdir}/scripts/lua2dox/lua.def
%{_texmfdistdir}/scripts/lua2dox/lua2dox.lua
%{_texmfdistdir}/scripts/lua2dox/lua2dox_lua
%doc %{_texmfdistdir}/doc/support/lua2dox/Doxyfile
%doc %{_texmfdistdir}/doc/support/lua2dox/INSTALL
%doc %{_texmfdistdir}/doc/support/lua2dox/README
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/doxygen.css
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/doxygen.png
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/files.html
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/globals.html
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/globals_func.html
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/index.html
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/lua2dox_8lua-source.html
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/lua2dox_8lua.html
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/tab_b.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/tab_l.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/tab_r.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/docs/html/tabs.css
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/Doxyfile
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/animals.lua
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/class.lua
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/animals_8lua-source.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/animals_8lua.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/annotated.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classAnimal-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classAnimal.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classAnimal.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classBird-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classBird.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classBird.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classCat-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classCat.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classCat.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classDog-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classDog.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classDog.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classMammal-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classMammal.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classMammal.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classPigeon-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classPigeon.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classPigeon.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classRedKite-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classRedKite.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/classRedKite.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/class_8lua-source.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/class_8lua.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/doxygen.css
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/doxygen.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/files.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/functions.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/functions_func.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/globals.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/globals_func.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/hierarchy.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/index.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/main_8lua-source.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/main_8lua.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/tab_b.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/tab_l.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/tab_r.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/docs/html/tabs.css
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/lua/main.lua
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/Doxyfile
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/animals.php
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/animals_8php-source.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/animals_8php.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/annotated.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classAnimal-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classAnimal.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classAnimal.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classBird-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classBird.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classBird.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classCat-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classCat.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classCat.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classDog-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classDog.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classDog.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classMammal-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classMammal.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classMammal.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classPigeon-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classPigeon.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classPigeon.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classRedKite-members.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classRedKite.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/classRedKite.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/doxygen.css
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/doxygen.png
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/files.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/functions.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/functions_func.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/globals.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/globals_func.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/globals_vars.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/hierarchy.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/index.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/main_8php-source.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/main_8php.html
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/tab_b.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/tab_l.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/tab_r.gif
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/docs/html/tabs.css
%doc %{_texmfdistdir}/doc/support/lua2dox/examples/php/main.php
%doc %{_texmfdistdir}/doc/support/lua2dox/install.sh
%doc %{_texmfdistdir}/doc/support/lua2dox/lua2dox-refm.pdf
%doc %{_texmfdistdir}/doc/support/lua2dox/lua2dox-refm.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/lua2dox/lua2dox_lua lua2dox_lua
    ln -sf lua2dox_lua lua2dox_filter
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: e678300
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25190 |14mu|texlive-luabibentry-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23435
# category Package
# catalog-ctan /macros/luatex/latex/luabibentry
# catalog-date 2011-06-30 18:17:02 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-luabibentry
Version:	0.1
Release:	4
Summary:	Repeat BibTeX entries in a LuaLaTeX document body
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/luabibentry
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luabibentry.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luabibentry.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luabibentry.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
The package reimplements bibentry, for use in LuaLaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/luabibentry/luabibentry.lua
%{_texmfdistdir}/tex/lualatex/luabibentry/luabibentry.sty
%doc %{_texmfdistdir}/doc/lualatex/luabibentry/News
%doc %{_texmfdistdir}/doc/lualatex/luabibentry/README
%doc %{_texmfdistdir}/doc/lualatex/luabibentry/luabibentry.pdf
#- source
%doc %{_texmfdistdir}/source/lualatex/luabibentry/Makefile
%doc %{_texmfdistdir}/source/lualatex/luabibentry/luabibentry.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: d7c5007
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25191 |14mu|texlive-luabidi-20131014-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30790
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-luabidi
Version:	20131014
Release:	7
Summary:	TeXLive luabidi package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luabidi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luabidi.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive luabidi package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/luabidi/arabmaths.tex
%{_texmfdistdir}/tex/lualatex/luabidi/autofootnoterule.tex
%{_texmfdistdir}/tex/lualatex/luabidi/luabidi.sty
%{_texmfdistdir}/tex/lualatex/luabidi/textwidthfootnoterule.tex
%doc %{_texmfdistdir}/doc/lualatex/luabidi/README
%doc %{_texmfdistdir}/doc/lualatex/luabidi/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131014-7
+ Revision: b189600
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25192 |14mu|texlive-lua-check-hyphen-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27227
# category Package
# catalog-ctan /macros/luatex/latex/lua-check-hyphen
# catalog-date 2012-07-03 11:28:15 +0200
# catalog-license other-free
# catalog-version 0.1
Name:		texlive-lua-check-hyphen
Version:	0.1
Release:	3
Summary:	Mark hyphenations in a document, for checking
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/lua-check-hyphen
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-check-hyphen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-check-hyphen.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package looks at all hyphenation breaks in the document,
comparing them against a white-list prepared by the author. If
a hyphenation break is found, for which there is no entry in
the white-list, the package flags the line where the break
starts. The author may then either add the hyphenation to the
white-list, or adjust the document to avoid the break.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/lua-check-hyphen/lua-check-hyphen.lua
%{_texmfdistdir}/tex/lualatex/lua-check-hyphen/lua-check-hyphen.sty
%doc %{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/README.md
%doc %{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/luacheckhyphenmanual.pdf
%doc %{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/luacheckhyphenmanual.tex
%doc %{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/sample.pdf
%doc %{_texmfdistdir}/doc/lualatex/lua-check-hyphen/doc/sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: 69f0012
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25193 |14mu|texlive-luacode-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25193
# category Package
# catalog-ctan /macros/luatex/latex/luacode
# catalog-date 2011-12-29 11:37:48 +0100
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-luacode
Version:	1.2
Release:	4
Summary:	Helper for executing lua code from within TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/luacode
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luacode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luacode.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luacode.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Executing Lua code from within TeX with directlua can sometimes
be tricky: there is no easy way to use the percent character,
counting backslashes may be hard, and Lua comments don't work
the way you expect. The package provides the \luaexec command
and the luacode(*) environments to help with these problems.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/luacode/luacode.sty
%doc %{_texmfdistdir}/doc/lualatex/luacode/News
%doc %{_texmfdistdir}/doc/lualatex/luacode/README
%doc %{_texmfdistdir}/doc/lualatex/luacode/luacode.pdf
#- source
%doc %{_texmfdistdir}/source/lualatex/luacode/Makefile
%doc %{_texmfdistdir}/source/lualatex/luacode/luacode.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 56591ef
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25194 |14mu|texlive-luaindex-0.1b-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25882
# category Package
# catalog-ctan /macros/luatex/latex/luaindex
# catalog-date 2011-08-19 10:28:18 +0200
# catalog-license lppl1.3
# catalog-version 0.1b
Name:		texlive-luaindex
Version:	0.1b
Release:	5
Summary:	Create index using lualatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/luaindex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaindex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaindex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Luaindex provides (yet another) index processor, written in
Lua.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/luaindex/luaindex.lua
%{_texmfdistdir}/tex/lualatex/luaindex/luaindex.sty
%doc %{_texmfdistdir}/doc/lualatex/luaindex/README
%doc %{_texmfdistdir}/doc/lualatex/luaindex/luaindex-example.ldx
%doc %{_texmfdistdir}/doc/lualatex/luaindex/luaindex-example.ltx
%doc %{_texmfdistdir}/doc/lualatex/luaindex/luaindex-example.pdf
%doc %{_texmfdistdir}/doc/lualatex/luaindex/luaindex.ltx
%doc %{_texmfdistdir}/doc/lualatex/luaindex/luaindex.pdf
#- source
%doc %{_texmfdistdir}/source/lualatex/luaindex/luaindex.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1b-5
+ Revision: 4c1d6b1
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25195 |14mu|texlive-luainputenc-0.973-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20491
# category Package
# catalog-ctan /macros/luatex/latex/luainputenc
# catalog-date 2010-11-19 16:55:42 +0100
# catalog-license pd
# catalog-version 0.973
Name:		texlive-luainputenc
Version:	0.973
Release:	4
Summary:	Replacing inputenc for use in LuaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/luainputenc
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luainputenc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luainputenc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luainputenc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LuaTeX operates by default in UTF-8 input; thus LaTeX documents
that need 8-bit character-sets need special treatment. (In
fact, LaTeX documents using UTF-8 with "traditional" -- 256-
glyph -- fonts also need support from this package.) The
package, therefore, replaces the LaTeX standard inputenc for
use under LuaTeX. With a current LuaTeX,the package has the
same behaviour with LuaTeX as inputenc has under pdfTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/luainputenc/luainputenc.lua
%{_texmfdistdir}/tex/lualatex/luainputenc/luainputenc.sty
%{_texmfdistdir}/tex/lualatex/luainputenc/lutf8.def
%{_texmfdistdir}/tex/lualatex/luainputenc/lutf8x.def
%doc %{_texmfdistdir}/doc/lualatex/luainputenc/NEWS
%doc %{_texmfdistdir}/doc/lualatex/luainputenc/README
%doc %{_texmfdistdir}/doc/lualatex/luainputenc/inputenc.sty.diff
%doc %{_texmfdistdir}/doc/lualatex/luainputenc/luainputenc.pdf
%doc %{_texmfdistdir}/doc/lualatex/luainputenc/test.tex
#- source
%doc %{_texmfdistdir}/source/lualatex/luainputenc/Makefile
%doc %{_texmfdistdir}/source/lualatex/luainputenc/luainputenc.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.973-4
+ Revision: 0e9504e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25196 |14mu|texlive-lualatex-math-0.3b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24009
# category Package
# catalog-ctan /macros/luatex/latex/lualatex-math
# catalog-date 2011-09-18 21:09:14 +0200
# catalog-license lppl1.3
# catalog-version 0.3b
Name:		texlive-lualatex-math
Version:	0.3b
Release:	4
Summary:	Fixes for mathematics-related LuaLaTeX issues
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/lualatex-math
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-math.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-math.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-math.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package patches a few commands of the LaTeX2e kernel and
the amsmath and mathtools packages to be more compatible with
the LuaTeX engine. It is only meaningful for LuaLaTeX documents
containing mathematical formulas, and does not exhibit any new
functionality. The fixes are mostly moved from the unicode-math
package to this package since they are not directly related to
Unicode mathematics typesetting.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/lualatex-math/lualatex-math.lua
%{_texmfdistdir}/tex/lualatex/lualatex-math/lualatex-math.sty
%doc %{_texmfdistdir}/doc/lualatex/lualatex-math/lualatex-math.pdf
#- source
%doc %{_texmfdistdir}/source/lualatex/lualatex-math/lualatex-math.dtx
%doc %{_texmfdistdir}/source/lualatex/lualatex-math/lualatex-math.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3b-4
+ Revision: d15ea4c
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25197 |14mu|texlive-lualibs-0.95-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21149
# category Package
# catalog-ctan /macros/luatex/generic/lualibs
# catalog-date 2010-09-08 12:09:58 +0200
# catalog-license pd
# catalog-version 0.95
Name:		texlive-lualibs
Version:	0.95
Release:	4
Summary:	Additional Lua functions for LuaTeX macro programmers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/lualibs
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualibs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualibs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lualibs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Lualibs is a collection of Lua modules useful for general
programming. The bundle is based on lua modules shipped with
ConTeXt, and are made available in this bundle for use
independent of ConTeXt.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-aux.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-boolean.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-dimen.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-dir.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-file.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-io.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-lpeg.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-math.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-md5.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-number.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-os.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-set.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-string.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-table.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-unicode.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-url.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs-utils.lua
%{_texmfdistdir}/tex/luatex/lualibs/lualibs.lua
%doc %{_texmfdistdir}/doc/luatex/lualibs/NEWS
%doc %{_texmfdistdir}/doc/luatex/lualibs/README
%doc %{_texmfdistdir}/doc/luatex/lualibs/lualibs.pdf
#- source
%doc %{_texmfdistdir}/source/luatex/lualibs/Makefile
%doc %{_texmfdistdir}/source/luatex/lualibs/lualibs.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.95-4
+ Revision: 8a68356
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25198 |14mu|texlive-luamplib-2.40-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32862
# category Package
# catalog-ctan /macros/luatex/generic/luamplib
# catalog-date 2014-02-03 08:01:45 +0100
# catalog-license gpl2
# catalog-version 2.4
Name:		texlive-luamplib
Version:	2.40
Release:	3
Summary:	Use LuaTeX's built-in MetaPost interpreter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/luamplib
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luamplib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luamplib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luamplib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to directly incorporate MetaPost
diagrams into a document, using LuaTeX's built-in MetaPost
library. The facility is only available in PDF mode.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/luamplib/luamplib.lua
%{_texmfdistdir}/tex/luatex/luamplib/luamplib.sty
%doc %{_texmfdistdir}/doc/luatex/luamplib/NEWS
%doc %{_texmfdistdir}/doc/luatex/luamplib/README
%doc %{_texmfdistdir}/doc/luatex/luamplib/luamplib.pdf
%doc %{_texmfdistdir}/doc/luatex/luamplib/test-luamplib-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luamplib/test-luamplib-plain.tex
#- source
%doc %{_texmfdistdir}/source/luatex/luamplib/Makefile
%doc %{_texmfdistdir}/source/luatex/luamplib/luamplib.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.40-3
+ Revision: a7dd361
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25199 |14mu|texlive-luaotfload-1.26-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25753
# category Package
# catalog-ctan /macros/luatex/generic/luaotfload
# catalog-date 2012-03-27 17:08:10 +0200
# catalog-license gpl2
# catalog-version 1.26
Name:		texlive-luaotfload
Version:	1.26
Release:	3
Summary:	OpenType layout system for Plain TeX and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/luaotfload
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaotfload.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaotfload.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaotfload.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-luaotfload.bin = %{EVRD}

%description
The package adopts the TrueType/OpenType Font loader code
provided in ConTeXt, and adapts it to use in Plain TeX and
LaTeX.


#-----------------------------------------------------------------------
%files
%{_bindir}/mkluatexfontdb
%{_texmfdistdir}/scripts/luaotfload/mkluatexfontdb.lua
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload.lua
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload.sty
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-blacklist.cnf
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-data-con.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-cid.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-clr.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-def.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-dum.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-ini.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-map.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-nms.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-ota.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-otb.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-otc.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-otd.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-otf.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-oti.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-otn.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-ott.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-tfm.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-font-xtx.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-luat-dum.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-luat-ovr.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-node-dum.lua
%{_texmfdistdir}/tex/luatex/luaotfload/otfl-node-inj.lua
%doc %{_texmfdistdir}/doc/luatex/luaotfload/NEWS
%doc %{_texmfdistdir}/doc/luatex/luaotfload/README
%doc %{_texmfdistdir}/doc/luatex/luaotfload/luaotfload.pdf
#- source
%doc %{_texmfdistdir}/source/luatex/luaotfload/Makefile
%doc %{_texmfdistdir}/source/luatex/luaotfload/luaotfload.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/luaotfload/mkluatexfontdb.lua mkluatexfontdb
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.26-3
+ Revision: d8461a4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25200 |14mu|texlive-luapersian-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23576
# category Package
# catalog-ctan /macros/luatex/latex/luapersian
# catalog-date 2011-07-18 09:05:38 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-luapersian
Version:	0.1
Release:	4
Summary:	Persian for LaTeX in LuaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/luapersian
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luapersian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luapersian.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Persian for LaTeX in LuaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/luapersian/algorithm-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/algorithmic-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/amsart-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/amsbook-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/amsmath-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/amstext-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/array-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/article-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/artikel1-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/artikel2-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/artikel3-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/arydshln-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/backref-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/boek-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/boek3-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/book-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/bookest-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/breqn-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/color-localise-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/commands-ltx-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/commands-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/enumerate-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/environments-ltx-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/environments-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/extarticle-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/extbook-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/extletter-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/extreport-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/fancyhdr-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/fleqn-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/flowfram-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/hvfloat-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/hyperref-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/leqno-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/letter-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/listings-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/loadingorder-luapersian.sty
%{_texmfdistdir}/tex/lualatex/luapersian/localise-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/luapersian-footnote.sty
%{_texmfdistdir}/tex/lualatex/luapersian/luapersian-mathsdigitspec.sty
%{_texmfdistdir}/tex/lualatex/luapersian/luapersian-multiplechoice.sty
%{_texmfdistdir}/tex/lualatex/luapersian/luapersian-persiancal.sty
%{_texmfdistdir}/tex/lualatex/luapersian/luapersian.sty
%{_texmfdistdir}/tex/lualatex/luapersian/luapersianftnxtra.sty
%{_texmfdistdir}/tex/lualatex/luapersian/memoir-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/messages-localise-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/minitoc-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/misc-localise-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/natbib-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/packages-localise-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/pgf-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/ragged2e-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/rapport1-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/rapport3-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/refrep-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/report-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/scrartcl-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/scrbook-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/scrreprt-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/sidecap-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/stabular-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/tabls-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/tabulary-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/tikz-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/tocbibind-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/tocloft-luapersian.def
%{_texmfdistdir}/tex/lualatex/luapersian/wrapfig-luapersian.def
%doc %{_texmfdistdir}/doc/lualatex/luapersian/README
%doc %{_texmfdistdir}/doc/lualatex/luapersian/luapersian.ltx
%doc %{_texmfdistdir}/doc/lualatex/luapersian/luapersian.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 253c0e8
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25201 |14mu|texlive-luasseq-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20467
# category Package
# catalog-ctan /macros/luatex/latex/luasseq
# catalog-date 2010-11-14 10:49:57 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-luasseq
Version:	2.1
Release:	4
Summary:	Drawing spectral sequences in LuaLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/luasseq
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luasseq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luasseq.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luasseq.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is an update of the author's sseq package, for use
with LuaLaTeX. This version uses less memory, and operates
faster than the original; it also offers several enhancements.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/luasseq/luasseq.lua
%{_texmfdistdir}/tex/lualatex/luasseq/luasseq.sty
%doc %{_texmfdistdir}/doc/lualatex/luasseq/luasseq.pdf
#- source
%doc %{_texmfdistdir}/source/lualatex/luasseq/luasseq.dtx
%doc %{_texmfdistdir}/source/lualatex/luasseq/luasseq.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-4
+ Revision: 8bcba0a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25202 |14mu|texlive-luatex-0.70.1-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30581
# category TLCore
# catalog-ctan /systems/luatex/base
# catalog-date 2011-11-09 15:33:34 +0100
# catalog-license gpl2
# catalog-version 0.70.1
Name:		texlive-luatex
Version:	0.70.1
Release:	16
Summary:	The LuaTeX engine
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/luatex/base
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-luatex.bin

%description
LuaTeX is an extended version of pdfTeX using Lua as an
embedded scripting language. The LuaTeX project's main
objective is to provide an open and configurable variant of TeX
while at the same time offering downward compatibility. LuaTeX
uses Unicode (as UTF-8) as its default input encoding, and is
able to use modern (OpenType) fonts (for both text and
mathematics). It should be noted that LuaTeX is still under
development; its specification has been declared stable, but
absolute stability may not in practice be assumed.

%postun
    if [ $1 -eq 0 ]; then
	rm -fr %{_texmfvardir}/web2c/luatex
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/config/luatex-unicode-letters.tex
%{_texmfdistdir}/tex/generic/config/luatexiniconfig.tex
%{_texmfdistdir}/web2c/texmfcnf.lua
%_texmf_fmtutil_d/luatex
%doc %{_texmfdistdir}/doc/luatex/base/fdata.lua
%doc %{_texmfdistdir}/doc/luatex/base/fdata_epdf.lua
%doc %{_texmfdistdir}/doc/luatex/base/fdata_img.lua
%doc %{_texmfdistdir}/doc/luatex/base/functionref.pdf
%doc %{_texmfdistdir}/doc/luatex/base/functionref.tex
%doc %{_texmfdistdir}/doc/luatex/base/luatex.man
%doc %{_texmfdistdir}/doc/luatex/base/luatexref-env.tex
%doc %{_texmfdistdir}/doc/luatex/base/luatexref-t.pdf
%doc %{_texmfdistdir}/doc/luatex/base/luatexref-t.tex
%doc %{_mandir}/man1/luatex.1*
%doc %{_texmfdistdir}/doc/man/man1/luatex.man1.pdf
%doc %{_mandir}/man1/texlua.1*
%doc %{_texmfdistdir}/doc/man/man1/texlua.man1.pdf
%doc %{_mandir}/man1/texluac.1*
%doc %{_texmfdistdir}/doc/man/man1/texluac.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

perl -pi -e 's%^(\s*TEXMFMAIN\s+=\s+").*%$1%{_texmfdistdir}",%;'				\
	 -e 's%\bTEXMFCONTEXT\b%TEXMFDIST%g;'						\
	 -e 's%^(\s*TEXMFDIST\s+=\s+).*%$1"%{_texmfdistdir}",%;'			\
	 -e 's%^(\s*TEXMFLOCAL\s+=\s+).*%$1"%{_texmflocaldir}",%;'			\
	 -e 's%^(\s*TEXMFSYSVAR\s+=\s+).*%$1"%{_texmfvardir}",%;'			\
	 -e 's%^(\s*TEXMFSYSCONFIG\s+=\s+).*%$1"%{_texmfconfdir}",%;'			\
	 -e 's%^(\s*TEXMFHOME\s+=\s+").*%$1\$HOME/texmf",%;'				\
	 -e 's%^(\s*TEXMFVAR\s+=\s+").*%$1\$HOME/.texlive2013/texmf-var",%;'		\
	 -e 's%^(\s*TEXMFCONFIG\s+=\s+").*%$1\$HOME/.texlive2013/texmf-config",%;'	\
	 -e 's%^(\s*FONTCONFIG_PATH\s+=\s+").*%$1%{_sysconfdir}/fonts",%;'		\
	 -e 's|^local texmflocal.*$||;'							\
	 -e 's|^texmflocal.*$||;'							\
	texmf-dist/web2c/texmfcnf.lua

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/luatex <<EOF
#
# from luatex:
luatex luatex language.def,language.dat.lua luatex.ini
dviluatex luatex language.def,language.dat.lua dviluatex.ini
EOF

%changelog
* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 0.70.1-16
+ Revision: e807e2c
- MassBuild#656: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25203 |14mu|texlive-luatexbase-0.31-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22560
# category Package
# catalog-ctan /macros/luatex/generic/luatexbase
# catalog-date 2011-05-21 16:06:38 +0200
# catalog-license pd
# catalog-version 0.31
Name:		texlive-luatexbase
Version:	0.31
Release:	4
Summary:	Basic resource management for LuaTeX code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/luatexbase
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexbase.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexbase.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexbase.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides basic facilities for LuaTeX macro
programmers, mostly resource allocation and convenience
packages. Provided are: - luatexbase-attr: attribute
allocation; - luatexbase-cctb: catcode table allocation; -
luatexbase-compat: compatibility helpers; - luatexbase-loader:
Lua module loading; - luatexbase-modutils: Lua module
declaration; - luatexbase-mcb: callbacks extension; and -
luatexbase-regs: allocation of registers and the like. In
addition, the (unadorned) luatexbase package loads all the
above in one fell swoop.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/luatexbase/attr.lua
%{_texmfdistdir}/tex/luatex/luatexbase/cctb.lua
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-attr.sty
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-cctb.sty
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-compat.sty
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-loader.sty
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-mcb.sty
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-modutils.sty
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase-regs.sty
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase.loader.lua
%{_texmfdistdir}/tex/luatex/luatexbase/luatexbase.sty
%{_texmfdistdir}/tex/luatex/luatexbase/mcb.lua
%{_texmfdistdir}/tex/luatex/luatexbase/modutils.lua
%doc %{_texmfdistdir}/doc/luatex/luatexbase/Changes
%doc %{_texmfdistdir}/doc/luatex/luatexbase/README
%doc %{_texmfdistdir}/doc/luatex/luatexbase/TODO
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-attr.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-cctb.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-compat.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-loader.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-mcb.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-modutils.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase-regs.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/luatexbase.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-attr-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-attr-plain.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-base-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-base-plain.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-cctb-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-cctb-plain.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-compat-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-compat-plain.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-loader-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-loader-plain.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-loader.lua
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-loader.sub.lua
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-mcb-aux.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-mcb-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-mcb-plain.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-mcb.lua
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-modutils-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-modutils-plain.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-modutils.lua
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-regs-latex.tex
%doc %{_texmfdistdir}/doc/luatex/luatexbase/test-regs-plain.tex
#- source
%doc %{_texmfdistdir}/source/luatex/luatexbase/Makefile
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase-attr.dtx
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase-cctb.dtx
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase-compat.dtx
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase-loader.dtx
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase-mcb.dtx
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase-modutils.dtx
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase-regs.dtx
%doc %{_texmfdistdir}/source/luatex/luatexbase/luatexbase.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.31-4
+ Revision: adf64bd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25204 |14mu|texlive-luatexja-20120623-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27037
# category Package
# catalog-ctan /macros/luatex/generic/luatexja
# catalog-date 2012-06-23 09:21:42 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-luatexja
Version:	20120623
Release:	4
Summary:	Typesest Japanese with lua(la)tex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/luatexja
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexja.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexja.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexja.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports typesetting Japanese documents with
LuaTeX. Both the Plain and LaTeX2e formats may be used with the
package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-ajmacros.sty
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-fontspec.sty
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-otf.sty
%{_texmfdistdir}/tex/luatex/luatexja/addons/luatexja-preset.sty
%{_texmfdistdir}/tex/luatex/luatexja/jfm-banjiao.lua
%{_texmfdistdir}/tex/luatex/luatexja/jfm-jis.lua
%{_texmfdistdir}/tex/luatex/luatexja/jfm-kaiming.lua
%{_texmfdistdir}/tex/luatex/luatexja/jfm-min.lua
%{_texmfdistdir}/tex/luatex/luatexja/jfm-mono.lua
%{_texmfdistdir}/tex/luatex/luatexja/jfm-prop.lua
%{_texmfdistdir}/tex/luatex/luatexja/jfm-quanjiao.lua
%{_texmfdistdir}/tex/luatex/luatexja/jfm-ujis.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-base.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-base.sty
%{_texmfdistdir}/tex/luatex/luatexja/ltj-cctbreg.sty
%{_texmfdistdir}/tex/luatex/luatexja/ltj-charrange.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-cid-adobe-cns1.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-cid-adobe-gb1.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-cid-adobe-japan1.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-cid-adobe-korea1.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-compat-ptex.sty
%{_texmfdistdir}/tex/luatex/luatexja/ltj-compat.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-debug.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-infomute.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-inputbuf.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-jfmglue.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-jfont.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-jisx0208.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-latex.sty
%{_texmfdistdir}/tex/luatex/luatexja/ltj-math.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-otf.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-plain.sty
%{_texmfdistdir}/tex/luatex/luatexja/ltj-pretreat.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-rmlgbm.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-setwidth.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-stack.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltj-tangle.lua
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjarticle.cls
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjbk10.clo
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjbk11.clo
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjbk12.clo
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjbook.cls
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjltxdoc.cls
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjreport.cls
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjsize10.clo
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjsize11.clo
%{_texmfdistdir}/tex/luatex/luatexja/ltjclasses/ltjsize12.clo
%{_texmfdistdir}/tex/luatex/luatexja/ltjsclasses/ltjsarticle.cls
%{_texmfdistdir}/tex/luatex/luatexja/ltjsclasses/ltjsbook.cls
%{_texmfdistdir}/tex/luatex/luatexja/ltjsclasses/ltjskiyou.cls
%{_texmfdistdir}/tex/luatex/luatexja/ltjsclasses/ltjspf.cls
%{_texmfdistdir}/tex/luatex/luatexja/luatexja-compat.sty
%{_texmfdistdir}/tex/luatex/luatexja/luatexja-core.sty
%{_texmfdistdir}/tex/luatex/luatexja/luatexja-kinsoku.tex
%{_texmfdistdir}/tex/luatex/luatexja/luatexja.lua
%{_texmfdistdir}/tex/luatex/luatexja/luatexja.sty
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjcore.sty
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjdefs.sty
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjfont.sty
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjp-listings-jpt.tex
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjp-listings.sty
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjp-unicode-math.sty
%{_texmfdistdir}/tex/luatex/luatexja/patches/lltjp-xunicode.sty
%{_texmfdistdir}/tex/luatex/luatexja/patches/ltj-unicode-ccfix.tex
%doc %{_texmfdistdir}/doc/luatex/luatexja/COPYING
%doc %{_texmfdistdir}/doc/luatex/luatexja/README
%doc %{_texmfdistdir}/doc/luatex/luatexja/jfm-test.lua
%doc %{_texmfdistdir}/doc/luatex/luatexja/ltjclasses.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexja/ltjltxdoc.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexja/ltjsclasses.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexja/luatexja-en.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexja/luatexja-ja.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexja/luatexja-zh.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexja/luatexja.dtx
%doc %{_texmfdistdir}/doc/luatex/luatexja/luatexja.ins
#- source
%doc %{_texmfdistdir}/source/luatex/luatexja/ltjclasses.dtx
%doc %{_texmfdistdir}/source/luatex/luatexja/ltjclasses.ins
%doc %{_texmfdistdir}/source/luatex/luatexja/ltjlist.lua
%doc %{_texmfdistdir}/source/luatex/luatexja/ltjltxdoc.dtx
%doc %{_texmfdistdir}/source/luatex/luatexja/ltjltxdoc.ins
%doc %{_texmfdistdir}/source/luatex/luatexja/ltjsclasses.dtx
%doc %{_texmfdistdir}/source/luatex/luatexja/ltjsclasses.ins
%doc %{_texmfdistdir}/source/luatex/luatexja/luatexja-kinsoku_make.tex
%doc %{_texmfdistdir}/source/luatex/luatexja/mk-rmlgbm-data.tex
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/blocks2defcharrange.rb
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/chars2defcharrange.rb
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/jfm-readable.rb
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/jisx0208table.tex
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/kyoikukanji.txt
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/kyoikukanjiChars.tex
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/otf-AdobeMingStd-Light.txt
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/otf-AdobeMyungjoStd-Medium.txt
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/otf-AdobeSongStd-Light.txt
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/otf-KozMinPr6N-Regular.txt
%doc %{_texmfdistdir}/source/luatex/luatexja/tool/unicodeBlocks.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120623-4
+ Revision: 4d21cef
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25205 |14mu|texlive-luatexko-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32740
# category Package
# catalog-ctan /macros/luatex/generic/luatexko
# catalog-date 2014-01-20 15:14:34 +0100
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-luatexko
Version:	1.4
Release:	3
Summary:	Typeset Korean with Lua(La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/luatexko
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexko.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexko.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a Lua(La)TeX macro package that supports typesetting
Korean documents. LuaTeX version 0.76+ and luaotfload package
version 2.2+ are required. This package also requires both cjk-
ko and xetexko packages for its full functionality.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/luatexko/luatexko-core.sty
%{_texmfdistdir}/tex/luatex/luatexko/luatexko-normalize.lua
%{_texmfdistdir}/tex/luatex/luatexko/luatexko-uhc2utf8.lua
%{_texmfdistdir}/tex/luatex/luatexko/luatexko.lua
%{_texmfdistdir}/tex/luatex/luatexko/luatexko.sty
%doc %{_texmfdistdir}/doc/luatex/luatexko/ChangeLog
%doc %{_texmfdistdir}/doc/luatex/luatexko/README
%doc %{_texmfdistdir}/doc/luatex/luatexko/luatexko-doc.pdf
%doc %{_texmfdistdir}/doc/luatex/luatexko/luatexko-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: 980e157
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25206 |14mu|texlive-luatextra-1.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20747
# category Package
# catalog-ctan /macros/luatex/latex/luatextra
# catalog-date 2010-12-14 15:25:48 +0100
# catalog-license pd
# catalog-version 1.0.1
Name:		texlive-luatextra
Version:	1.0.1
Release:	4
Summary:	Additional macros for Plain TeX and LaTeX in LuaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/luatextra
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatextra.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatextra.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luatextra.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a coherent extended programming
environment for use with luaTeX. It loads packages fontspec,
luatexbase and lualibs, and provides additional user-level
features and goodies. The package is under development, and its
specification may be expected to change.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/luatextra/luatextra.sty
%doc %{_texmfdistdir}/doc/lualatex/luatextra/News
%doc %{_texmfdistdir}/doc/lualatex/luatextra/README
%doc %{_texmfdistdir}/doc/lualatex/luatextra/luatextra.pdf
%doc %{_texmfdistdir}/doc/lualatex/luatextra/test.tex
#- source
%doc %{_texmfdistdir}/source/lualatex/luatextra/Makefile
%doc %{_texmfdistdir}/source/lualatex/luatextra/luatextra.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-4
+ Revision: 0757ef6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25207 |14mu|texlive-lua-visual-debug-0.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25881
# category Package
# catalog-ctan /macros/luatex/generic/lua-visual-debug
# catalog-date 2012-04-08 13:49:02 +0200
# catalog-license other-free
# catalog-version 0.4
Name:		texlive-lua-visual-debug
Version:	0.4
Release:	3
Summary:	Visual debugging with LuaLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/lua-visual-debug
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-visual-debug.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-visual-debug.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses lua code to provide visible indications of
boxes, glues, kerns and penalties in the PDF output. The
package is known to work in LaTeX and Plain TeX documents.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/lua-visual-debug/lua-visual-debug.lua
%{_texmfdistdir}/tex/luatex/lua-visual-debug/lua-visual-debug.sty
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/README
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/README.doc
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/lvdebug-doc.pdf
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/lvdebug-doc.tex
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/lvdebugdetail1-num.png
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/sample-plain.pdf
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/sample-plain.tex
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/sample.pdf
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/sample.tex
%doc %{_texmfdistdir}/doc/luatex/lua-visual-debug/strut.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-3
+ Revision: 6f650b4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25208 |14mu|texlive-luaxml-0.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27394
# category Package
# catalog-ctan /macros/luatex/generic/luaxml
# catalog-date 2012-08-13 11:53:38 +0200
# catalog-license other-free
# catalog-version 0.0.1
Name:		texlive-luaxml
Version:	0.0.1
Release:	3
Summary:	Lua library for reading and serialising XML files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/luaxml
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaxml.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/luaxml.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a redistribution of a pure lua xml library, LuaXML. The
library was originally distributed as part of the odsfile
package, but is made available separately in the hope that it
can be useful for other projects.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/luatex/luaxml/luaxml-mod-handler.lua
%{_texmfdistdir}/tex/luatex/luaxml/luaxml-mod-xml.lua
%{_texmfdistdir}/tex/luatex/luaxml/luaxml-selectors.lua
%{_texmfdistdir}/tex/luatex/luaxml/luaxml-stack.lua
%doc %{_texmfdistdir}/doc/luatex/luaxml/README
%doc %{_texmfdistdir}/doc/luatex/luaxml/luaxml.pdf
%doc %{_texmfdistdir}/doc/luatex/luaxml/luaxml.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-3
+ Revision: 0f60491
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25209 |14mu|texlive-ly1-20100615-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21086
# category Package
# catalog-ctan /fonts/psfonts/ly1
# catalog-date 2010-06-15 10:37:47 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-ly1
Version:	20100615
Release:	4
Summary:	Support for LY1 LaTeX encoding
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/psfonts/ly1
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ly1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ly1.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Y&Y 'texnansi' (TeX and ANSI, for Microsoft interpretations
of ANSI standards) encoding lives on, even after the decease of
the company; it is known in the LaTeX scheme of things as LY1
encoding. This bundle includes metrics and LaTeX macros to use
the basic three (Times, Helvetica and Courier) Adobe Type 1
fonts in LaTeX using LY1 encoding.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/dvips/ly1/texnansi.enc
%{_texmfdistdir}/fonts/map/dvips/ly1/pag8y.map
%{_texmfdistdir}/fonts/map/dvips/ly1/pbk8y.map
%{_texmfdistdir}/fonts/map/dvips/ly1/pcr8y.map
%{_texmfdistdir}/fonts/map/dvips/ly1/phv8y.map
%{_texmfdistdir}/fonts/map/dvips/ly1/pnc8y.map
%{_texmfdistdir}/fonts/map/dvips/ly1/ppl8y.map
%{_texmfdistdir}/fonts/map/dvips/ly1/ptm8y.map
%{_texmfdistdir}/fonts/map/dvips/ly1/pzc8y.map
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pagd8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pagdo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pagk8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pagko8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkd8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkdi8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkdo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkl8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbkli8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pbklo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pcrb8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pcrbo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pcrr8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pcrro8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvb8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvb8yn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvbo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvbo8yn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvr8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvr8yn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvro8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/phvro8yn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncb8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncbi8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncbo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncr8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncri8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pncro8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplb8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplbi8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplbo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplbu8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplr8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplr8yn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplri8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplro8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplrr8ye.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pplru8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmb8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmbc8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmbi8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmbo8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmr8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmr8yn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmrc8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmri8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmro8y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/ptmrr8ye.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ly1/pzcmi8y.tfm
%{_texmfdistdir}/fonts/vf/adobe/ly1/ptmbc8y.vf
%{_texmfdistdir}/fonts/vf/adobe/ly1/ptmrc8y.vf
%{_texmfdistdir}/tex/latex/ly1/ly1enc.def
%{_texmfdistdir}/tex/latex/ly1/ly1pag.fd
%{_texmfdistdir}/tex/latex/ly1/ly1pbk.fd
%{_texmfdistdir}/tex/latex/ly1/ly1pcr.fd
%{_texmfdistdir}/tex/latex/ly1/ly1phv.fd
%{_texmfdistdir}/tex/latex/ly1/ly1pnc.fd
%{_texmfdistdir}/tex/latex/ly1/ly1ppl.fd
%{_texmfdistdir}/tex/latex/ly1/ly1ptm.fd
%{_texmfdistdir}/tex/latex/ly1/ly1pzc.fd
%{_texmfdistdir}/tex/latex/ly1/texnansi.sty
%{_texmfdistdir}/tex/plain/ly1/texnansi.tex
%doc %{_texmfdistdir}/doc/fonts/ly1/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100615-4
+ Revision: 2851a31
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25210 |14mu|texlive-macqassign-1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/macqassign
# catalog-date 2009-03-01 13:29:14 +0100
# catalog-license lppl
# catalog-version 1
Name:		texlive-macqassign
Version:	1
Release:	4
Summary:	Typeset assignments for Macquarie University
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/macqassign
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/macqassign.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/macqassign.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive macqassign package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/macqassign/macqassign.cls
%doc %{_texmfdistdir}/doc/latex/macqassign/README
%doc %{_texmfdistdir}/doc/latex/macqassign/logo.ps
%doc %{_texmfdistdir}/doc/latex/macqassign/sample-assign.pdf
%doc %{_texmfdistdir}/doc/latex/macqassign/sample-assign.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1-4
+ Revision: d962115
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25211 |14mu|texlive-macroswap-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31498
# category Package
# catalog-ctan /macros/latex/contrib/macroswap
# catalog-date 2013-08-21 23:10:13 +0200
# catalog-license lppl1.2
# catalog-version 1.1
Name:		texlive-macroswap
Version:	1.1
Release:	7
Summary:	Swap the definitions of two LaTeX macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/macroswap
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/macroswap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/macroswap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/macroswap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides simple utility methods to swap the meaning
(token expansion) of two macros by name.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/macroswap/macroswap.sty
%doc %{_texmfdistdir}/doc/latex/macroswap/Makefile
%doc %{_texmfdistdir}/doc/latex/macroswap/README
%doc %{_texmfdistdir}/doc/latex/macroswap/macroswap.pdf
#- source
%doc %{_texmfdistdir}/source/latex/macroswap/macroswap.dtx
%doc %{_texmfdistdir}/source/latex/macroswap/macroswap.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: 287fa38
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25212 |14mu|texlive-mafr-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mafr
# catalog-date 2007-03-09 22:25:45 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-mafr
Version:	1.0
Release:	4
Summary:	Mathematics in accord with French usage
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mafr
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mafr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mafr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides settings and macros for typesetting
mathematics with LaTeX in compliance with French usage. It
comes with two document classes, 'fiche' and 'cours', useful to
create short high school documents such as tests or lessons.
The documentation is in French.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mafr/cours.cls
%{_texmfdistdir}/tex/latex/mafr/fiche.cls
%{_texmfdistdir}/tex/latex/mafr/mafr.sty
%doc %{_texmfdistdir}/doc/latex/mafr/ALIRE
%doc %{_texmfdistdir}/doc/latex/mafr/COPYING
%doc %{_texmfdistdir}/doc/latex/mafr/README
%doc %{_texmfdistdir}/doc/latex/mafr/docmafr.pdf
%doc %{_texmfdistdir}/doc/latex/mafr/docmafr.tex
%doc %{_texmfdistdir}/doc/latex/mafr/triangle.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: d243e42
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25213 |14mu|texlive-magaz-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24694
# category Package
# catalog-ctan /macros/latex/contrib/magaz
# catalog-date 2011-11-29 11:02:24 +0100
# catalog-license other-free
# catalog-version 0.4
Name:		texlive-magaz
Version:	0.4
Release:	4
Summary:	Magazine layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/magaz
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/magaz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/magaz.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The current version does special formatting for the first line
of text in a paragraph. The package is part of a larger body of
tools which remain in preparation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/magaz/magaz.sty
%doc %{_texmfdistdir}/doc/latex/magaz/magaz.pdf
%doc %{_texmfdistdir}/doc/latex/magaz/magaz.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-4
+ Revision: 93f3a32
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25214 |14mu|texlive-mailing-20061228-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mailing
# catalog-date 2006-12-28 00:57:12 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-mailing
Version:	20061228
Release:	4
Summary:	Macros for mail merging
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mailing
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mailing.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mailing.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mailing.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is for use when sending a large number of letters,
all with the same body text. The package's \addressfile command
is used to specify who the letter's to be sent to; the body of
the \mailingtext command specifies the text of the letters,
possibly using macros defined in the \addressfile.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mailing/mailing.sty
%doc %{_texmfdistdir}/doc/latex/mailing/mailing.pdf
%doc %{_texmfdistdir}/doc/latex/mailing/manifest.txt
#- source
%doc %{_texmfdistdir}/source/latex/mailing/mailing.dtx
%doc %{_texmfdistdir}/source/latex/mailing/mailing.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061228-4
+ Revision: da97554
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25215 |14mu|texlive-mailmerge-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mailmerge
# catalog-date 2009-11-09 23:10:10 +0100
# catalog-license lppl1.2
# catalog-version 1.0
Name:		texlive-mailmerge
Version:	1.0
Release:	4
Summary:	Repeating text field substitution
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mailmerge
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mailmerge.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mailmerge.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mailmerge.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package mailmerge provides an interface to produce text
from a template, where fields are replaced by actual data, as
in a database. The package may be used to produce several
letters from a template, certificates or other such documents.
It allows access to the entry number, number of entries and so
on.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mailmerge/mailmerge.sty
%doc %{_texmfdistdir}/doc/latex/mailmerge/README
%doc %{_texmfdistdir}/doc/latex/mailmerge/mailmerge.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mailmerge/mailmerge.dtx
%doc %{_texmfdistdir}/source/latex/mailmerge/mailmerge.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: f40f3a6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25216 |14mu|texlive-makebarcode-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/makebarcode
# catalog-date 2008-08-22 15:19:59 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-makebarcode
Version:	1.0
Release:	4
Summary:	Print various kinds 2/5 and Code 39 bar codes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/makebarcode
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makebarcode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makebarcode.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains macros for printing various 2/5 bar codes
and Code 39 bar codes. The macros do not use fonts but create
the bar codes directly using vertical rules. It is therefore
possible to vary width to height ratio, ratio of thin and thick
bars. The package is therefore convenient for printing ITF bar
codes as well as bar codes for identification labels for HP
storage media.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makebarcode/makebarcode.sty
%doc %{_texmfdistdir}/doc/latex/makebarcode/License.txt
%doc %{_texmfdistdir}/doc/latex/makebarcode/README
%doc %{_texmfdistdir}/doc/latex/makebarcode/makebarcode.pdf
%doc %{_texmfdistdir}/doc/latex/makebarcode/makebarcode.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: acb73fd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25217 |14mu|texlive-makebox-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/makebox
# catalog-date 2006-12-02 14:51:32 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-makebox
Version:	0.1
Release:	4
Summary:	Defines a \makebox* command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/makebox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makebox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makebox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makebox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Define a \makebox* command that does the same as a \makebox
command, except that the width is given by a sample text
instead of an explicit length measure.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makebox/makebox.sty
%doc %{_texmfdistdir}/doc/latex/makebox/ChangeLog
%doc %{_texmfdistdir}/doc/latex/makebox/README
%doc %{_texmfdistdir}/doc/latex/makebox/getversion.tex
%doc %{_texmfdistdir}/doc/latex/makebox/makebox.pdf
%doc %{_texmfdistdir}/doc/latex/makebox/makebox.xml
%doc %{_texmfdistdir}/doc/latex/makebox/testmakebox.tex
#- source
%doc %{_texmfdistdir}/source/latex/makebox/Makefile
%doc %{_texmfdistdir}/source/latex/makebox/makebox.dtx
%doc %{_texmfdistdir}/source/latex/makebox/makebox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 20bd88d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25218 |14mu|texlive-makecell-0.1e-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/makecell
# catalog-date 2009-09-07 01:31:27 +0200
# catalog-license lppl
# catalog-version 0.1e
Name:		texlive-makecell
Version:	0.1e
Release:	4
Summary:	Tabular column heads and multilined cells
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/makecell
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecell.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecell.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecell.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package supports common layouts for tabular column heads
in whole documents, based on one-column tabular environment. In
addition, it can create multi-lined tabular cells. The Package
also offers: -- a macro which changes the vertical space around
all the cells in a tabular environment (similar to the function
of the tabls package, but using the facilities of the array); -
- macros for multirow cells, which use the facilities of the
multirow package; -- macros to number rows in tables, or to
skip cells; -- diagonally divided cells; and -- horizontal
lines in tabular environments with defined thickness.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makecell/makecell.sty
%doc %{_texmfdistdir}/doc/latex/makecell/README
%doc %{_texmfdistdir}/doc/latex/makecell/makecell-rus.pdf
%doc %{_texmfdistdir}/doc/latex/makecell/makecell-rus.tex
%doc %{_texmfdistdir}/doc/latex/makecell/makecell.pdf
#- source
%doc %{_texmfdistdir}/source/latex/makecell/makecell.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1e-4
+ Revision: f8e0cb6
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25219 |14mu|texlive-makecirc-20061119-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/makecirc
# catalog-date 2006-11-19 21:19:11 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-makecirc
Version:	20061119
Release:	4
Summary:	A MetaPost library for drawing electrical circuit diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/makecirc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecirc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecirc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MakeCirc is a MetaPost library that contains diverse symbols
for use in circuit diagrams. MakeCirc offers a high quality
tool, with a simple syntax. MakeCirc is completely integrated
with LaTeX documents and with other MetaPost drawing/graphic.
Its output is a PostScript file. MakeCirc only requires (La)TeX
and MetaPost to work.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/makecirc/ejemplos.mp
%{_texmfdistdir}/metapost/makecirc/latex.mp
%{_texmfdistdir}/metapost/makecirc/makecirc.mp
%doc %{_texmfdistdir}/doc/metapost/makecirc/MakeCirc-en.pdf
%doc %{_texmfdistdir}/doc/metapost/makecirc/MakeCirc.pdf
%doc %{_texmfdistdir}/doc/metapost/makecirc/README
%doc %{_texmfdistdir}/doc/metapost/makecirc/ejemplos.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061119-4
+ Revision: ad2cf11
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25220 |14mu|texlive-makecmds-20090903-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/makecmds
# catalog-date 2009-09-03 08:40:46 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-makecmds
Version:	20090903
Release:	4
Summary:	The new \makecommand command always (re)defines a command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/makecmds
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecmds.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecmds.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makecmds.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a \makecommand command, which is like
\(re)newcommand except it always (re)defines a command. There
is also \makeenvironment and \provideenvironment for
environments.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makecmds/makecmds.sty
%doc %{_texmfdistdir}/doc/latex/makecmds/README
%doc %{_texmfdistdir}/doc/latex/makecmds/makecmds.pdf
#- source
%doc %{_texmfdistdir}/source/latex/makecmds/makecmds.dtx
%doc %{_texmfdistdir}/source/latex/makecmds/makecmds.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090903-4
+ Revision: d69c354
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25221 |14mu|texlive-makedtx-0.94b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /support/makedtx
# catalog-date 2007-10-18 16:19:02 +0200
# catalog-license lppl
# catalog-version 0.94b
Name:		texlive-makedtx
Version:	0.94b
Release:	4
Summary:	Perl script to help generate dtx and ins files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/makedtx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makedtx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makedtx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makedtx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The makedtx bundle is provided to help LaTeX2e developers to
write the code and documentation in separate files, and then
combine them into a single .dtx file for distribution. It
automatically generates the character table, and also writes
the associated installation (.ins) script.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makedtx/creatdtx.sty
%doc %{_texmfdistdir}/doc/latex/makedtx/CHANGES
%doc %{_texmfdistdir}/doc/latex/makedtx/README
%doc %{_texmfdistdir}/doc/latex/makedtx/creatdtx.perl
%doc %{_texmfdistdir}/doc/latex/makedtx/makedtx-manual.html
%doc %{_texmfdistdir}/doc/latex/makedtx/makedtx.pdf
%doc %{_texmfdistdir}/doc/latex/makedtx/makedtx.pl
#- source
%doc %{_texmfdistdir}/source/latex/makedtx/makedtx.dtx
%doc %{_texmfdistdir}/source/latex/makedtx/makedtx.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.94b-4
+ Revision: 64ca690
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25222 |14mu|texlive-makeglos-20070223-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/makeglos
# catalog-date 2007-02-23 00:16:39 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-makeglos
Version:	20070223
Release:	4
Summary:	Include a glossary into a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/makeglos
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeglos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeglos.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to include a glossary into a
document. The glossary is prepared by an external program, such
as xindy or makeindex, in the same way that an index is made.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makeglos/makeglos.sty
%doc %{_texmfdistdir}/doc/latex/makeglos/README
%doc %{_texmfdistdir}/doc/latex/makeglos/makeglos.pdf
%doc %{_texmfdistdir}/doc/latex/makeglos/makeglos.tex
%doc %{_texmfdistdir}/doc/latex/makeglos/makeglos.xdy

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070223-4
+ Revision: 6382dd9
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25223 |14mu|texlive-makeplot-1.0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/makeplot
# catalog-date 2008-01-20 02:03:54 +0100
# catalog-license lppl
# catalog-version 1.0.6
Name:		texlive-makeplot
Version:	1.0.6
Release:	4
Summary:	Easy plots from Matlab in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/makeplot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeplot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeplot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Existing approaches to create EPS files from Matlab (laprint,
mma2ltx, print -eps, etc.) aren't satisfactory; makeplot aims
to resolve this problem. Makeplot is a LaTeX package that uses
the pstricks pst-plot functions to plot data that it takes from
Matlab output files.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makeplot/makeplot.sty
%doc %{_texmfdistdir}/doc/latex/makeplot/README
%doc %{_texmfdistdir}/doc/latex/makeplot/data1.mat
%doc %{_texmfdistdir}/doc/latex/makeplot/data2.mat
%doc %{_texmfdistdir}/doc/latex/makeplot/makeplot.pdf
%doc %{_texmfdistdir}/doc/latex/makeplot/mptest.tex
#- source
%doc %{_texmfdistdir}/source/latex/makeplot/makeplot.dtx
%doc %{_texmfdistdir}/source/latex/makeplot/makeplot.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.6-4
+ Revision: 6dd2273
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25224 |14mu|texlive-makeshape-2.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28973
# category Package
# catalog-ctan /graphics/pgf/contrib/makeshape
# catalog-date 2013-01-28 11:48:01 +0100
# catalog-license lppl1.3
# catalog-version 2.1
Name:		texlive-makeshape
Version:	2.1
Release:	7
Summary:	Declare new PGF shapes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/makeshape
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeshape.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeshape.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/makeshape.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package simplifies production of custom shapes with correct
anchor borders, in PGF/TikZ; the only requirement is a PGF path
describing the anchor border. The package also provides macros
that help with the management of shape parameters, and the
definition of anchor points.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/makeshape/makeshape.sty
%doc %{_texmfdistdir}/doc/latex/makeshape/README
%doc %{_texmfdistdir}/doc/latex/makeshape/makeshape.pdf
%doc %{_texmfdistdir}/doc/latex/makeshape/ontesting.pdf
%doc %{_texmfdistdir}/doc/latex/makeshape/sampleshape.tex
%doc %{_texmfdistdir}/doc/latex/makeshape/testsample.pdf
%doc %{_texmfdistdir}/doc/latex/makeshape/testsample.tex
#- source
%doc %{_texmfdistdir}/source/latex/makeshape/makeshape.dtx
%doc %{_texmfdistdir}/source/latex/makeshape/makeshape.ins
%doc %{_texmfdistdir}/source/latex/makeshape/ontesting.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-7
+ Revision: 16d2940
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25225 |14mu|texlive-malayalam-0.9.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23164
# category Package
# catalog-ctan /language/malayalam
# catalog-date 2007-11-17 22:03:55 +0100
# catalog-license lppl
# catalog-version 0.9.6
Name:		texlive-malayalam
Version:	0.9.6
Release:	4
Summary:	LaTeX for Malayalam
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/malayalam
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/malayalam.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/malayalam.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/malayalam.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Fonts (in Adobe Type 1 format), metrics and macros for
typesetting Malayalam with LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/malayalam/effects/effect.mf
%{_texmfdistdir}/fonts/source/public/malayalam/effects/esoteric.mf
%{_texmfdistdir}/fonts/source/public/malayalam/effects/hstripes.mf
%{_texmfdistdir}/fonts/source/public/malayalam/effects/malayalam-reverse.mf
%{_texmfdistdir}/fonts/source/public/malayalam/effects/outline.mf
%{_texmfdistdir}/fonts/source/public/malayalam/effects/shadow.mf
%{_texmfdistdir}/fonts/source/public/malayalam/fnt_code.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mm.bat
%{_texmfdistdir}/fonts/source/public/malayalam/mm.fts
%{_texmfdistdir}/fonts/source/public/malayalam/mm.job
%{_texmfdistdir}/fonts/source/public/malayalam/mmcillu.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmcoding.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmconj.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmcons.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmcvconj.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmdefs.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmfnt.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmfont.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmlnums.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmnums.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmpunct.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmrconj.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmscons.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmsec.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmstyles.txt
%{_texmfdistdir}/fonts/source/public/malayalam/mmtest.mf
%{_texmfdistdir}/fonts/source/public/malayalam/mmvowels.mf
%{_texmfdistdir}/fonts/source/public/malayalam/orn10.mf
%{_texmfdistdir}/fonts/source/public/malayalam/rejected.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm10.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm10s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm12s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm17.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm17s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm6.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm6s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm8.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mm8s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmb10.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmb10s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmb12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmb12s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmb17.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmb17s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmbig.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmbigo.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmc10.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmc10s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmc12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmc12s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmc17.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmc17s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcb10.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcb10s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcb12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcb12s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcb17.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcb17s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcsl10.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcsl10s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcsl12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmcsl12s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmexpa12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmexpb12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmexpc12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmsl10.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmsl10s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmsl12.mf
%{_texmfdistdir}/fonts/source/public/malayalam/styles/mmsl12s.mf
%{_texmfdistdir}/fonts/source/public/malayalam/var_ja.mf
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm10.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm10s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm12s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm17.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm17s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm6.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm6s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm8.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mm8s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmb10s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmb12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmb12s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmb17.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmb17s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmbig.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmbigo.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmc10.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmc10s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmc12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmc12s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmc17.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmc17s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcb10.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcb10s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcb12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcb12s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcb17.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcb17s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcsl10s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmcsl12s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmexpa12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmexpb12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmexpc12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmsl10s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/mmsl12s.tfm
%{_texmfdistdir}/fonts/tfm/public/malayalam/orn10.tfm
%doc %{_texmfdistdir}/doc/fonts/malayalam/FILES
%doc %{_texmfdistdir}/doc/fonts/malayalam/INSTALL
%doc %{_texmfdistdir}/doc/fonts/malayalam/README
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/elephant.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/elephant.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/lion.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/lion.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmarticl.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmarticl.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmchart.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmconj.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmconj.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmexp.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmexp.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmfont.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmfuture.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmguide.dvi
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmguide.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmguide.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmmacs.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmphmacs.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmqfont.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmqmacs.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmsample.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmsample.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmscript.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmtable.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmtable.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmtrans.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmtrans.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmtrmacs.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/mmxfont.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/ornament.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/prodigal.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/prodigal.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/test.mm
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/test.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/article/twolines.tex
%doc %{_texmfdistdir}/doc/fonts/malayalam/charity
%doc %{_texmfdistdir}/doc/fonts/malayalam/todo
#- source
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/dn2dng.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/dng.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/dng.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/dngmacs.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/dngtrans.dng
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/dngtrans.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/dntrmacs.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/dng/misspaal.dng
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/ack2mm.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/avltree.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/avltree.h
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/makefile
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/ml.bat
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/ml.g
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mlr.bat
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mlr.g
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mltr.g
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mltrth.g
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.exe
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.h
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.prj
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.scr
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.trs
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm.ttp
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mm2ack.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mmr.scr
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mmr.trs
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/mmrfull.trs
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/detex.g
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/detex.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/patc.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/patc.exe
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/patc.prj
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/patc.ttp
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/patc.txt
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/pstree.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/patc/pstree.h
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/pstree.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/pstree.h
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/readfile.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/readfile.h
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/scr.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/scr.h
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/trs.c
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/trs.h
%doc %{_texmfdistdir}/source/fonts/malayalam/preproc/unicode/UNICODE.TXT
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/adami.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/tamil.pat
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/tamil.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/test.tam
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/test.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/test.tml
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/tmlmacs.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/tmltrans.tex
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/tmltrans.tml
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/tmltrans.txt
%doc %{_texmfdistdir}/source/fonts/malayalam/tamil/wntml.pat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.6-4
+ Revision: dd41f7a
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25226 |14mu|texlive-manfnt-20070102-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/manfnt
# catalog-date 2007-01-02 14:43:33 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-manfnt
Version:	20070102
Release:	4
Summary:	LaTeX support for the TeX book symbols
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/manfnt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/manfnt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/manfnt.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for easy access to the symbols of the Knuth's
'manual' font, such as the Dangerous Bend and Manual-errata
Arrow.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/hoekwater/manfnt/manfnt.afm
%{_texmfdistdir}/fonts/map/dvips/manfnt/manfnt.map
%{_texmfdistdir}/fonts/type1/hoekwater/manfnt/manfnt.pfb
%{_texmfdistdir}/tex/latex/manfnt/manfnt.sty
#- source
%doc %{_texmfdistdir}/source/latex/manfnt/manfnt.dtx
%doc %{_texmfdistdir}/source/latex/manfnt/manfnt.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070102-4
+ Revision: 71eb4be
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25227 |14mu|texlive-manuscript-20100314-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17486
# category Package
# catalog-ctan /macros/latex/contrib/manuscript
# catalog-date 2010-03-14 23:46:18 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-manuscript
Version:	20100314
Release:	4
Summary:	Emulate look of a document typed on a typewriter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/manuscript
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/manuscript.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/manuscript.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/manuscript.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is designed for those who have to submit
dissertations, etc., to institutions that still maintain the
typewriter is the summit of non-professional printing.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/manuscript/manuscript.sty
%doc %{_texmfdistdir}/doc/latex/manuscript/README
%doc %{_texmfdistdir}/doc/latex/manuscript/manuscript.pdf
#- source
%doc %{_texmfdistdir}/source/latex/manuscript/Makefile
%doc %{_texmfdistdir}/source/latex/manuscript/manuscript.drv
%doc %{_texmfdistdir}/source/latex/manuscript/manuscript.dtx
%doc %{_texmfdistdir}/source/latex/manuscript/manuscript.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100314-4
+ Revision: 49d7a1d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25228 |14mu|texlive-marginfix-0.9.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24320
# category Package
# catalog-ctan /macros/latex/contrib/marginfix
# catalog-date 2010-09-10 23:39:51 +0200
# catalog-license lppl
# catalog-version 0.9.1
Name:		texlive-marginfix
Version:	0.9.1
Release:	4
Summary:	Patch \marginpar to avoid overfull margins
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/marginfix
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marginfix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marginfix.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marginfix.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Authors using LaTeX to typeset books with significant margin
material often run into the problem of long notes running off
the bottom of the page. A typical workaround is to insert
\vshift commands by hand, but this is a tedious process that is
invalidated when pagination changes. Another workaround is
memoir's \sidebar function, but this can be unsatisfying for
short textual notes, and standard marginpars cannot be mixed
with sidebars. This package implements a solution to make
marginpars "just work" by keeping a list of floating inserts
and arranging them intelligently in the output routine.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/marginfix/marginfix.sty
%doc %{_texmfdistdir}/doc/latex/marginfix/README
%doc %{_texmfdistdir}/doc/latex/marginfix/marginfix.pdf
#- source
%doc %{_texmfdistdir}/source/latex/marginfix/marginfix.dtx
%doc %{_texmfdistdir}/source/latex/marginfix/marginfix.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9.1-4
+ Revision: b6cbe3e
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25229 |14mu|texlive-marginnote-v1.1i-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25880
# category Package
# catalog-ctan /macros/latex/contrib/marginnote
# catalog-date 2012-04-08 16:44:52 +0200
# catalog-license lppl
# catalog-version v1.1i
Name:		texlive-marginnote
Version:	v1.1i
Release:	3
Summary:	Notes in the margin, even where \marginpar fails
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/marginnote
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marginnote.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marginnote.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marginnote.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides the command \marginnote that may be used
instead of \marginpar at almost every place where \marginpar
cannot be used, e.g., inside floats, footnotes, or in frames
made with the framed package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/marginnote/marginnote.sty
%doc %{_texmfdistdir}/doc/latex/marginnote/marginnote.pdf
#- source
%doc %{_texmfdistdir}/source/latex/marginnote/README
%doc %{_texmfdistdir}/source/latex/marginnote/marginnote.dtx
%doc %{_texmfdistdir}/source/latex/marginnote/marginnote.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.1i-3
+ Revision: 0b01872
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25230 |14mu|texlive-marvosym-2.2a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25926
# category Package
# catalog-ctan /fonts/marvosym
# catalog-date 2012-04-08 13:55:52 +0200
# catalog-license ofl
# catalog-version 2.2a
Name:		texlive-marvosym
Version:	2.2a
Release:	4
Summary:	Martin Vogel's Symbols (marvosym) font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/marvosym
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marvosym.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marvosym.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/marvosym.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Martin Vogel's Symbol font (marvosym) contains the Euro
currency symbol as defined by the European commission, along
with symbols for structural engineering; symbols for steel
cross-sections; astronomy signs (sun, moon, planets); the 12
signs of the zodiac; scissor symbols; CE sign and others. The
package contains both the original TrueType font and the
derived Type 1 font, together with support files for TeX
(LaTeX).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/marvosym/marvosym.afm
%{_texmfdistdir}/fonts/map/dvips/marvosym/marvosym.map
%{_texmfdistdir}/fonts/tfm/public/marvosym/umvs.tfm
%{_texmfdistdir}/fonts/truetype/public/marvosym/marvosym.ttf
%{_texmfdistdir}/fonts/type1/public/marvosym/marvosym.pfb
%{_texmfdistdir}/tex/latex/marvosym/marvosym.sty
%{_texmfdistdir}/tex/latex/marvosym/umvs.fd
%doc %{_texmfdistdir}/doc/fonts/marvosym/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/marvosym/Makefile
%doc %{_texmfdistdir}/doc/fonts/marvosym/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/marvosym/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/marvosym/README
%doc %{_texmfdistdir}/doc/fonts/marvosym/marvodoc.pdf
%doc %{_texmfdistdir}/doc/fonts/marvosym/marvodoc.tex
%doc %{_texmfdistdir}/doc/fonts/marvosym/marvosym-doc.pdf
%doc %{_texmfdistdir}/doc/fonts/marvosym/marvosym-doc.tex
#- source
%doc %{_texmfdistdir}/source/fonts/marvosym/generate_marvosym_derivs.sh
%doc %{_texmfdistdir}/source/fonts/marvosym/patch_marvosym_afm.sed
%doc %{_texmfdistdir}/source/fonts/marvosym/patch_marvosym_pfb.sed

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2a-4
+ Revision: 3040224
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25231 |14mu|texlive-matc3-1.0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29845
# category Package
# catalog-ctan /macros/latex/contrib/matc3
# catalog-date 2013-04-09 15:55:17 +0200
# catalog-license lppl1.3
# catalog-version 1.0.1
Name:		texlive-matc3
Version:	1.0.1
Release:	7
Summary:	Commands for MatematicaC3 textbooks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/matc3
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for the Matematica C3 project to
produce free mathematical text books for use in Italian high
schools.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/matc3/matc3.sty
%doc %{_texmfdistdir}/doc/latex/matc3/Makefile
%doc %{_texmfdistdir}/doc/latex/matc3/README
%doc %{_texmfdistdir}/doc/latex/matc3/matc3.pdf
#- source
%doc %{_texmfdistdir}/source/latex/matc3/matc3.dtx
%doc %{_texmfdistdir}/source/latex/matc3/matc3.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-7
+ Revision: aa2918d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25232 |14mu|texlive-matc3mem-1.0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29894
# category Package
# catalog-ctan /macros/latex/contrib/matc3mem
# catalog-date 2013-04-14 10:19:50 +0200
# catalog-license lppl1.3
# catalog-version 1.0.2
Name:		texlive-matc3mem
Version:	1.0.2
Release:	7
Summary:	Class for MatematicaC3 textbooks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/matc3mem
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3mem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3mem.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3mem.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is a development of memoir, with additions
(specifically, mathematical extensions) that provide support
for writing the books for the Matematica C3 project to produce
free mathematical textbooks for use in Italian high schools.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/matc3mem/matc3mem.cls
%doc %{_texmfdistdir}/doc/latex/matc3mem/Makefile
%doc %{_texmfdistdir}/doc/latex/matc3mem/README
%doc %{_texmfdistdir}/doc/latex/matc3mem/matc3mem.pdf
#- source
%doc %{_texmfdistdir}/source/latex/matc3mem/matc3mem.dtx
%doc %{_texmfdistdir}/source/latex/matc3mem/matc3mem.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.2-7
+ Revision: ec11ae5
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25233 |14mu|texlive-mathabx-20080915-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/mathabx
# catalog-date 2008-09-15 13:48:16 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-mathabx
Version:	20080915
Release:	4
Summary:	Three series of mathematical symbols
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/mathabx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathabx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathabx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Mathabx is a set of 3 mathematical symbols font series: matha,
mathb and mathx. They are defined by MetaFont code and should
be of reasonable quality (bitmap output). Things change from
time to time, so there is no claim of stability (encoding,
metrics, design). The package includes Plain TeX and LaTeX
support macros.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/mathabx/matha10.mf
%{_texmfdistdir}/fonts/source/public/mathabx/matha12.mf
%{_texmfdistdir}/fonts/source/public/mathabx/matha5.mf
%{_texmfdistdir}/fonts/source/public/mathabx/matha6.mf
%{_texmfdistdir}/fonts/source/public/mathabx/matha7.mf
%{_texmfdistdir}/fonts/source/public/mathabx/matha8.mf
%{_texmfdistdir}/fonts/source/public/mathabx/matha9.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathacnt.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathadrv.mf
%{_texmfdistdir}/fonts/source/public/mathabx/matharrw.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathastr.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathastrotest10.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathastrotestdrv.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathasym.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathb10.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathb12.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathb5.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathb6.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathb7.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathb8.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathb9.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathbase.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathbdel.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathbdrv.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathbigs.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathbsym.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathc10.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathcall.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathcallgreek.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathcdrv.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathfine.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathgrey.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathhbrw.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathineq.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathltlk.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathmbcb.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathprmt.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathsmsy.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathsubs.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathsymb.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathu10.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathudrv.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathusym.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathux10.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathuxdrv.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathx10.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathx12.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathx5.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathx6.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathx7.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathx8.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathx9.mf
%{_texmfdistdir}/fonts/source/public/mathabx/mathxdrv.mf
%{_texmfdistdir}/fonts/source/public/mathabx/maydigit.mf
%{_texmfdistdir}/fonts/tfm/public/mathabx/matha10.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/matha12.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/matha5.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/matha6.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/matha7.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/matha8.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/matha9.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathastrotest10.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathb10.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathb12.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathb5.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathb6.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathb7.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathb8.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathb9.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathc10.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathu10.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathux10.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathx10.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathx12.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathx5.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathx6.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathx7.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathx8.tfm
%{_texmfdistdir}/fonts/tfm/public/mathabx/mathx9.tfm
%{_texmfdistdir}/tex/generic/mathabx/mathabx.dcl
%{_texmfdistdir}/tex/generic/mathabx/mathabx.sty
%{_texmfdistdir}/tex/generic/mathabx/mathabx.tex
%doc %{_texmfdistdir}/doc/fonts/mathabx/README
%doc %{_texmfdistdir}/doc/fonts/mathabx/mathtest.pdf
%doc %{_texmfdistdir}/doc/fonts/mathabx/mathtest.tex
%doc %{_texmfdistdir}/doc/fonts/mathabx/testmac.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080915-4
+ Revision: 7191ca4
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25234 |14mu|texlive-mathalfa-1.06-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26209
# category Package
# catalog-ctan /macros/latex/contrib/mathalfa
# catalog-date 2012-04-28 17:53:25 +0200
# catalog-license lppl1.3
# catalog-version 1.06
Name:		texlive-mathalfa
Version:	1.06
Release:	3
Summary:	General package for loading maths alphabets in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mathalfa
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathalfa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathalfa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides means of loading maths alphabets (such as
are normally addressed via macros \mathcal, \mathbb, \mathfrak
and \mathscr), offering various features normally missing in
existing packages for this job.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mathalfa/mathalfa.sty
%doc %{_texmfdistdir}/doc/latex/mathalfa/README
%doc %{_texmfdistdir}/doc/latex/mathalfa/mathalfa.pdf
%doc %{_texmfdistdir}/doc/latex/mathalfa/mathalfa.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.06-3
+ Revision: dd7cacd
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25235 |14mu|texlive-mathastext-1.30c-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32415
# category Package
# catalog-ctan /macros/latex/contrib/mathastext
# catalog-date 2013-12-14 19:05:26 +0100
# catalog-license lppl1.3
# catalog-version 1.3c
Name:		texlive-mathastext
Version:	1.30c
Release:	3
Summary:	Use the text font in maths mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mathastext
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathastext.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathastext.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathastext.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses a text font (usually the document's text font)
for the letters of the Latin alphabet needed when typesetting
mathematics. (Optionally, other characters in the font may also
be used). This facility makes possible (for a document with
simple mathematics) a far wider choice of text font, with
little worry that no specially designed accompanying maths
fonts are available. The package also offers a simple mechanism
for using many different choices of (text hence, now, maths)
font in the same document. Of course, using one font for two
purposes helps produce smaller PDF files. The package, running
under LuaTeX, requires the TeX live 2013 distribution (or
later).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mathastext/mathastext.sty
%doc %{_texmfdistdir}/doc/latex/mathastext/README
%doc %{_texmfdistdir}/doc/latex/mathastext/mathastext.pdf
%doc %{_texmfdistdir}/doc/latex/mathastext/mathastext.tex
%doc %{_texmfdistdir}/doc/latex/mathastext/mathastexttestalphabets.pdf
%doc %{_texmfdistdir}/doc/latex/mathastext/mathastexttestalphabets.tex
%doc %{_texmfdistdir}/doc/latex/mathastext/mathastexttestmathversions.tex
%doc %{_texmfdistdir}/doc/latex/mathastext/mathastexttestunicodelinux.tex
%doc %{_texmfdistdir}/doc/latex/mathastext/mathastexttestunicodemacos.tex
#- source
%doc %{_texmfdistdir}/source/latex/mathastext/mathastext.dtx
%doc %{_texmfdistdir}/source/latex/mathastext/mathastext.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.30c-3
+ Revision: 57d9c87
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25236 |14mu|texlive-mathexam-1.00-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mathexam
# catalog-date 2008-08-22 15:19:59 +0200
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-mathexam
Version:	1.00
Release:	4
Summary:	Package for typesetting exams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mathexam
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathexam.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathexam.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathexam.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can help you typeset exams (mostly in mathematics
and related disciplines where students are required to show
their calculations followed by one or more short answers). It
provides commands for inclusion of space for calculations, as
well as commands for automatic creation of "answer spaces". In
addition, the package will automatically create page headers
and footers, and will let you include instructions and space
for students to put their name.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mathexam/mathexam.sty
%doc %{_texmfdistdir}/doc/latex/mathexam/README
%doc %{_texmfdistdir}/doc/latex/mathexam/mathexam.pdf
%doc %{_texmfdistdir}/doc/latex/mathexam/sample.pdf
%doc %{_texmfdistdir}/doc/latex/mathexam/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/mathexam/mathexam.dtx
%doc %{_texmfdistdir}/source/latex/mathexam/mathexam.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00-4
+ Revision: c056d3b
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25237 |14mu|texlive-mathpazo-1.003-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/mathpazo
# catalog-date 2009-10-06 20:42:53 +0200
# catalog-license gpl
# catalog-version 1.003
Name:		texlive-mathpazo
Version:	1.003
Release:	4
Summary:	Fonts to typeset mathematics to match Palatino
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/mathpazo
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathpazo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathpazo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathpazo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Pazo Math fonts are a family of PostScript fonts suitable
for typesetting mathematics in combination with the Palatino
family of text fonts. The Pazo Math family is made up of five
fonts provided in Adobe Type 1 format (PazoMath, PazoMath-
Italic, PazoMath-Bold, PazoMath-BoldItalic, and
PazoMathBlackboardBold). These contain, in designs that match
Palatino, glyphs that are usually not available in Palatino and
for which Computer Modern looks odd when combined with
Palatino. These glyphs include the uppercase Greek alphabet in
upright and slanted shapes in regular and bold weights, the
lowercase Greek alphabet in slanted shape in regular and bold
weights, several mathematical glyphs (partialdiff, summation,
product, coproduct, emptyset, infinity, and proportional) in
regular and bold weights, other glyphs (Euro and dotlessj) in
upright and slanted shapes in regular and bold weights, and the
uppercase letters commonly used to represent various number
sets (C, I, N, Q, R, and Z) in blackboard bold. The set also
includes a set of 'true' small-caps fonts, also suitable for
use with Palatino (or one of its clones). LaTeX macro support
(using package mathpazo.sty) is provided in psnfss (a required
part of any LaTeX distribution).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/mathpazo/fplmb.afm
%{_texmfdistdir}/fonts/afm/public/mathpazo/fplmbb.afm
%{_texmfdistdir}/fonts/afm/public/mathpazo/fplmbi.afm
%{_texmfdistdir}/fonts/afm/public/mathpazo/fplmr.afm
%{_texmfdistdir}/fonts/afm/public/mathpazo/fplmri.afm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/fplmb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/fplmbb.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/fplmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/fplmr.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/fplmri.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/zplmb7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/zplmb7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/zplmb7y.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/zplmr7m.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/zplmr7t.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/zplmr7v.tfm
%{_texmfdistdir}/fonts/tfm/public/mathpazo/zplmr7y.tfm
%{_texmfdistdir}/fonts/type1/public/mathpazo/fplmb.pfb
%{_texmfdistdir}/fonts/type1/public/mathpazo/fplmbb.pfb
%{_texmfdistdir}/fonts/type1/public/mathpazo/fplmbi.pfb
%{_texmfdistdir}/fonts/type1/public/mathpazo/fplmr.pfb
%{_texmfdistdir}/fonts/type1/public/mathpazo/fplmri.pfb
%{_texmfdistdir}/fonts/vf/public/mathpazo/zplmb7m.vf
%{_texmfdistdir}/fonts/vf/public/mathpazo/zplmb7t.vf
%{_texmfdistdir}/fonts/vf/public/mathpazo/zplmb7y.vf
%{_texmfdistdir}/fonts/vf/public/mathpazo/zplmr7m.vf
%{_texmfdistdir}/fonts/vf/public/mathpazo/zplmr7t.vf
%{_texmfdistdir}/fonts/vf/public/mathpazo/zplmr7v.vf
%{_texmfdistdir}/fonts/vf/public/mathpazo/zplmr7y.vf
%doc %{_texmfdistdir}/doc/latex/mathpazo/README.txt
%doc %{_texmfdistdir}/doc/latex/mathpazo/gpl.txt
%doc %{_texmfdistdir}/doc/latex/mathpazo/mapfplm.tex
%doc %{_texmfdistdir}/doc/latex/mathpazo/mapppl.tex
%doc %{_texmfdistdir}/doc/latex/mathpazo/mapzplm.tex
%doc %{_texmfdistdir}/doc/latex/mathpazo/pazofnst.tex
%doc %{_texmfdistdir}/doc/latex/mathpazo/pazotest.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mathpazo/Makefile
%doc %{_texmfdistdir}/source/latex/mathpazo/cmbsy10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/cmbx10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/cmex10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/cmmi10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/cmmib10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/cmr10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/cmsy10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmb.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmb.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmb.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmbb.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmbb.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmbb.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmbi.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmbi.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmbi.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmr.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmr.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmr.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmri.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmri.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/fplmri.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/haxzplmb.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/haxzplmr.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/inf/fplmb.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/inf/fplmbb.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/inf/fplmbi.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/inf/fplmr.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/inf/fplmri.inf
%doc %{_texmfdistdir}/source/latex/mathpazo/nokernum.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/omsnames.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/Makefile
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/cmbsy10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/cmbx10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/cmex10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/cmmi10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/cmmib10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/cmr10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/cmsy10.pl
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/haxzplmb.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/haxzplmr.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/nokernum.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/omsnames.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/pazofnst.tex
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/unsetcm4pl.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/unsetint.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/unsetosf.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/unsetpl4cm.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/unsetpunct.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/zplmbgop.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pazofnst/zplmsum.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/pplr8a.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/unsetcm4pl.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/unsetint.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/unsetosf.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/unsetpl4cm.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/unsetpunct.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/zplmbgop.mtx
%doc %{_texmfdistdir}/source/latex/mathpazo/zplmsum.mtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Feb 10 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.003-4
+ Revision: 38cc84d
- Drop obsolete post scripts - replaced with triggers



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25238 |14mu|texlive-mathspec-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/xetex/latex/mathspec
# catalog-date 2009-09-30 20:39:21 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-mathspec
Version:	0.2
Release:	4
Summary:	Specify arbitrary fonts for mathematics in XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/mathspec
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathspec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathspec.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The mathspec package provides an interface to typeset
mathematics in XeLaTeX with arbitrary text fonts using fontspec
as a backend. The package is under development and later
versions might to be incompatible with this version, as this
version is incompatible with earlier versions. The package
requires at least version 0.9995 of XeTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/mathspec/mathspec.sty
%doc %{_texmfdistdir}/doc/xelatex/mathspec/README
%doc %{_texmfdistdir}/doc/xelatex/mathspec/mathspec.pdf
%doc %{_texmfdistdir}/doc/xelatex/mathspec/mathspec.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 9855593
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25239 |14mu|texlive-mathspic-1.13-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /graphics/mathspic
# catalog-date 2011-06-24 10:29:05 +0200
# catalog-license lppl
# catalog-version 1.13
Name:		texlive-mathspic
Version:	1.13
Release:	5
Summary:	A Perl filter program for use with PiCTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/mathspic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathspic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mathspic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-mathspic.bin = %{EVRD}

%description
MathsPIC(Perl) is a development of the earlier MathsPIC(DOS)
program, now implemented as a Perl script, being much more
portable than the earlier program. MathsPIC parses a plain text
input file and generates a plain text output-file containing
commands for drawing a diagram. Version 1.0 produces output
containing PiCTeX and (La)TeX commands, which may then be
processed by plain TeX or LaTeX in the usual way. MathsPIC also
outputs a comprehensive log-file. MathsPIC facilitates creating
figures using PiCTeX by providing an environment for
manipulating named points and also allows the use of variables
and maths (advance, multiply, and divide)--in short--it takes
the pain out of PiCTeX. Both the original DOS version and the
new Perl version are available.


#-----------------------------------------------------------------------
%files
%{_bindir}/mathspic
%{_texmfdistdir}/scripts/mathspic/mathspic.pl
%{_texmfdistdir}/tex/latex/mathspic/mathspic.sty
%doc %{_texmfdistdir}/doc/latex/mathspic/HELP.txt
%doc %{_texmfdistdir}/doc/latex/mathspic/MATHSPIC.BAT
%doc %{_texmfdistdir}/doc/latex/mathspic/README.txt
%doc %{_texmfdistdir}/doc/latex/mathspic/grabtexdata.tex
%doc %{_texmfdistdir}/doc/latex/mathspic/mathsPICfigures.zip
%doc %{_texmfdistdir}/doc/latex/mathspic/mathsPICmanual.pdf
%doc %{_texmfdistdir}/doc/latex/mathspic/mathsPICmanual.zip
%doc %{_texmfdistdir}/doc/latex/mathspic/mathspic.1
%doc %{_texmfdistdir}/doc/latex/mathspic/mathspic.lib
%doc %{_texmfdistdir}/doc/latex/mathspic/mathspic.sh
%doc %{_texmfdistdir}/doc/latex/mathspic/sourcecode113.html
%doc %{_texmfdistdir}/doc/latex/mathspic/sourcecode113.nw
%doc %{_texmfdistdir}/doc/latex/mathspic/sourcecode113.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/mathspic/mathspic.pl mathspic
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.13-5
+ Revision: c9c71dd
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25240 |14mu|texlive-maybemath-20070309-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/maybemath
# catalog-date 2007-03-09 22:25:45 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-maybemath
Version:	20070309
Release:	4
Summary:	Make math bold or italic according to context
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/maybemath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/maybemath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/maybemath.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The \maybebm and \maybeit macros can be used in math
expressions to make the arguments typeset as bold or italic
respectively if the surrounding context is appropriate. They
are useful for writing user macros for use in general contexts.
\maybebm is especially appropriate when section titles contain
math expressions, since the title will appear bold but the
header and table of contents usually replicate the title in
normal width. It uses the bm package to make things bold
\maybeit performs a similar role to \mathrm{} but the math
expression will be italicised if the surrounding text is.
\maybeitsubscript is provided to shift subscripts to the left
if the expression is italicised.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/maybemath/maybemath.sty
%doc %{_texmfdistdir}/doc/latex/maybemath/README
%doc %{_texmfdistdir}/doc/latex/maybemath/maybemath.pdf
%doc %{_texmfdistdir}/doc/latex/maybemath/maybemath.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070309-4
+ Revision: f709c88
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25241 |14mu|texlive-mbenotes-2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24321
# category Package
# catalog-ctan /macros/latex/contrib/mbenotes
# catalog-date 2011-10-17 17:40:54 +0200
# catalog-license lppl1.2
# catalog-version 2
Name:		texlive-mbenotes
Version:	2
Release:	4
Summary:	Notes in tables or images
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mbenotes
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mbenotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mbenotes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a command \tabnote, which stores notes for
later processing by the command \thetabnotes, and a
corresponding \imgnote for images. The package is derived from
mechanisms in the package endnotes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mbenotes/mbenotes.sty
%doc %{_texmfdistdir}/doc/latex/mbenotes/README
%doc %{_texmfdistdir}/doc/latex/mbenotes/mbe.pdf
%doc %{_texmfdistdir}/doc/latex/mbenotes/mbenotes.pdf
%doc %{_texmfdistdir}/doc/latex/mbenotes/mbenotes.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2-4
+ Revision: 22ae7d3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25242 |14mu|texlive-mcaption-3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mcaption
# catalog-date 2009-03-14 02:18:31 +0100
# catalog-license lppl
# catalog-version 3.0
Name:		texlive-mcaption
Version:	3.0
Release:	4
Summary:	Put captions in the margin
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mcaption
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mcaption.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mcaption.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mcaption.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The mcaption package provides an mcaption environment which
puts figure or table captions in the margin. The package works
with the standard classes and with the KOMA-Script document
classes scrartcl, scrreprt and scrbook. The package requires
the changepage package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mcaption/mcaption.sty
%doc %{_texmfdistdir}/doc/latex/mcaption/CHANGES
%doc %{_texmfdistdir}/doc/latex/mcaption/README
%doc %{_texmfdistdir}/doc/latex/mcaption/example.tex
%doc %{_texmfdistdir}/doc/latex/mcaption/mcaption.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mcaption/mcaption.dtx
%doc %{_texmfdistdir}/source/latex/mcaption/mcaption.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-4
+ Revision: 3f95e39
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25243 |14mu|texlive-mceinleger-20070109-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mceinleger
# catalog-date 2007-01-09 22:36:10 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-mceinleger
Version:	20070109
Release:	4
Summary:	Creating covers for music cassettes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mceinleger
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mceinleger.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mceinleger.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for creating MC-covers on your own. It allows the
creation of simple covers as well as covers with an additional
page for more information about the cassette (table of contents
e.g.). The rotating package is required.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mceinleger/mceinleger.sty
%doc %{_texmfdistdir}/doc/latex/mceinleger/mceinleger.pdf
%doc %{_texmfdistdir}/doc/latex/mceinleger/mceinleger.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070109-4
+ Revision: 1708e8a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25244 |14mu|texlive-mcite-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18173
# category Package
# catalog-ctan /macros/latex/contrib/mcite
# catalog-date 2007-01-09 22:36:10 +0100
# catalog-license gpl
# catalog-version 1.6
Name:		texlive-mcite
Version:	1.6
Release:	4
Summary:	Multiple items in a single citation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mcite
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mcite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mcite.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mcite.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The mcite package allows the user to collapse multiple
citations into one, as is customary in physics journals. The
package requires a customised BibTeX style for its work; the
documentation explains how to do that customisation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mcite/mcite.sty
%doc %{_texmfdistdir}/doc/latex/mcite/COPYING
%doc %{_texmfdistdir}/doc/latex/mcite/README
%doc %{_texmfdistdir}/doc/latex/mcite/mcite.bib
%doc %{_texmfdistdir}/doc/latex/mcite/mcite.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mcite/Makefile
%doc %{_texmfdistdir}/source/latex/mcite/mcite.drv
%doc %{_texmfdistdir}/source/latex/mcite/mcite.dtx
%doc %{_texmfdistdir}/source/latex/mcite/mcite.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: 592a94b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25245 |14mu|texlive-mciteplus-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31648
# category Package
# catalog-ctan /macros/latex/contrib/mciteplus
# catalog-date 2013-09-13 13:09:10 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-mciteplus
Version:	1.2
Release:	7
Summary:	Enhanced multiple citations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mciteplus
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mciteplus.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mciteplus.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The mciteplus LaTeX package is an enhanced reimplementation of
Thorsten Ohl's mcite package which provides support for the
grouping of multiple citations together as is often done in
physics journals. An extensive set of features provide for
other applications such as reference sublisting.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/mciteplus/IEEEtranM.bst
%{_texmfdistdir}/bibtex/bst/mciteplus/IEEEtranMN.bst
%{_texmfdistdir}/bibtex/bst/mciteplus/apsrevM.bst
%{_texmfdistdir}/bibtex/bst/mciteplus/apsrmpM.bst
%{_texmfdistdir}/tex/latex/mciteplus/mciteplus.sty
%doc %{_texmfdistdir}/doc/latex/mciteplus/README
%doc %{_texmfdistdir}/doc/latex/mciteplus/changelog.txt
%doc %{_texmfdistdir}/doc/latex/mciteplus/mciteplus_code.txt
%doc %{_texmfdistdir}/doc/latex/mciteplus/mciteplus_doc.pdf
%doc %{_texmfdistdir}/doc/latex/mciteplus/mciteplus_doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-7
+ Revision: 528677a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25246 |14mu|texlive-mdframed-1.6b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27127
# category Package
# catalog-ctan /macros/latex/contrib/mdframed
# catalog-date 2012-06-03 22:54:07 +0200
# catalog-license lppl
# catalog-version 1.6b
Name:		texlive-mdframed
Version:	1.6b
Release:	3
Summary:	Framed environments that can split at page boundaries
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mdframed
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdframed.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdframed.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdframed.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package develops the facilities of framed in providing
breakable framed and coloured boxes. The user may instruct the
package to perform its operations using default LaTeX commands,
PStricks or TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mdframed/ltxmdf.cls
%{_texmfdistdir}/tex/latex/mdframed/md-frame-0.mdf
%{_texmfdistdir}/tex/latex/mdframed/md-frame-1.mdf
%{_texmfdistdir}/tex/latex/mdframed/md-frame-2.mdf
%{_texmfdistdir}/tex/latex/mdframed/md-frame-3.mdf
%{_texmfdistdir}/tex/latex/mdframed/mdframed.sty
%doc %{_texmfdistdir}/doc/latex/mdframed/README.txt
%doc %{_texmfdistdir}/doc/latex/mdframed/donald-duck.jpg
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-default.pdf
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-default.tex
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-pstricks.pdf
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-pstricks.tex
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-texsx.pdf
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-texsx.tex
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-tikz.pdf
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed-example-tikz.tex
%doc %{_texmfdistdir}/doc/latex/mdframed/mdframed.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mdframed/Makefile
%doc %{_texmfdistdir}/source/latex/mdframed/mdframed.dtx
%doc %{_texmfdistdir}/source/latex/mdframed/mdframed.ins
%doc %{_texmfdistdir}/source/latex/mdframed/mdframedmake.bat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6b-3
+ Revision: 25467db
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25247 |14mu|texlive-mdwtools-1.05.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mdwtools
# catalog-date 2008-06-23 17:43:34 +0200
# catalog-license gpl
# catalog-version 1.05.4
Name:		texlive-mdwtools
Version:	1.05.4
Release:	4
Summary:	Miscellaneous tools by Mark Wooding
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mdwtools
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdwtools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdwtools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mdwtools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This collection of tools includes: - support for short commands
starting with @, - macros to sanitise the OT1 encoding of the
cmtt fonts; - a 'do after' command; - improved footnote
support; - mathenv for various alignment in maths; - list
handling; - mdwmath which adds some minor changes to LaTeX
maths; - a rewrite of LaTeX's tabular and array environments; -
verbatim handling; and - syntax diagrams.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mdwtools/at.sty
%{_texmfdistdir}/tex/latex/mdwtools/cmtt.sty
%{_texmfdistdir}/tex/latex/mdwtools/doafter.sty
%{_texmfdistdir}/tex/latex/mdwtools/footnote.sty
%{_texmfdistdir}/tex/latex/mdwtools/mTTcmtt.fd
%{_texmfdistdir}/tex/latex/mdwtools/mTTenc.def
%{_texmfdistdir}/tex/latex/mdwtools/mathenv.sty
%{_texmfdistdir}/tex/latex/mdwtools/mdwlist.sty
%{_texmfdistdir}/tex/latex/mdwtools/mdwmath.sty
%{_texmfdistdir}/tex/latex/mdwtools/mdwtab.sty
%{_texmfdistdir}/tex/latex/mdwtools/sverb.sty
%{_texmfdistdir}/tex/latex/mdwtools/syntax.sty
%doc %{_texmfdistdir}/doc/latex/mdwtools/COPYING
%doc %{_texmfdistdir}/doc/latex/mdwtools/README
%doc %{_texmfdistdir}/doc/latex/mdwtools/at.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/cmtt.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/doafter.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/doafter.tex
%doc %{_texmfdistdir}/doc/latex/mdwtools/footnote.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/gpl.tex
%doc %{_texmfdistdir}/doc/latex/mdwtools/mathenv.tex
%doc %{_texmfdistdir}/doc/latex/mdwtools/mdwlist.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/mdwmath.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/mdwtab.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/mdwtools.tex
%doc %{_texmfdistdir}/doc/latex/mdwtools/sverb.pdf
%doc %{_texmfdistdir}/doc/latex/mdwtools/syntax.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mdwtools/at.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/cmtt.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/doafter.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/footnote.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/mdwlist.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/mdwmath.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/mdwtab.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/mdwtools.ins
%doc %{_texmfdistdir}/source/latex/mdwtools/sverb.dtx
%doc %{_texmfdistdir}/source/latex/mdwtools/syntax.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.05.4-4
+ Revision: 24a4207
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25248 |14mu|texlive-media9-0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26204
# category Package
# catalog-ctan /macros/latex/contrib/media9
# catalog-date 2012-05-02 17:35:03 +0200
# catalog-license lppl1.3
# catalog-version 0.7
Name:		texlive-media9
Version:	0.7
Release:	3
Summary:	Multimedia inclusion package with Adobe Reader-9/X compatibility
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/media9
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/media9.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/media9.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an interface to embed interactive Flash
(SWF) and 3D objects (Adobe U3D & PRC), as well as video and
sound files or streams in the popular MP4, FLV and MP3 formats
into PDF documents with Acrobat-9/X compatibility. Playback of
multimedia files uses the built-in Flash Player of Adobe Reader
and does, therefore, not depend on external plug-ins. Flash
Player supports the efficient H.264 codec for video
compression. The package is based on the RichMedia Annotation,
an Adobe addition to the PDF specification. It replaces the now
obsolete movie15 package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/media9/javascript/3Dmenu.js
%{_texmfdistdir}/tex/latex/media9/javascript/3Dspintool.js
%{_texmfdistdir}/tex/latex/media9/javascript/animation.js
%{_texmfdistdir}/tex/latex/media9/javascript/asylabels.js
%{_texmfdistdir}/tex/latex/media9/media9.sty
%{_texmfdistdir}/tex/latex/media9/players/APlayer.swf
%{_texmfdistdir}/tex/latex/media9/players/StrobeMediaPlayback.swf
%{_texmfdistdir}/tex/latex/media9/players/VPlayer.swf
%doc %{_texmfdistdir}/doc/latex/media9/ChangeLog
%doc %{_texmfdistdir}/doc/latex/media9/README
%doc %{_texmfdistdir}/doc/latex/media9/files/3dsystem.fig
%doc %{_texmfdistdir}/doc/latex/media9/files/3dsystem.pdf
%doc %{_texmfdistdir}/doc/latex/media9/files/3dsystem.tex
%doc %{_texmfdistdir}/doc/latex/media9/files/cube.asy
%doc %{_texmfdistdir}/doc/latex/media9/files/cube.mp4
%doc %{_texmfdistdir}/doc/latex/media9/files/dice.u3d
%doc %{_texmfdistdir}/doc/latex/media9/files/dice.vws
%doc %{_texmfdistdir}/doc/latex/media9/files/dice.wrl
%doc %{_texmfdistdir}/doc/latex/media9/files/epix.asy
%doc %{_texmfdistdir}/doc/latex/media9/files/epix.prc
%doc %{_texmfdistdir}/doc/latex/media9/files/mailto.png
%doc %{_texmfdistdir}/doc/latex/media9/files/players/APlayer.mxml
%doc %{_texmfdistdir}/doc/latex/media9/files/players/BSD-License
%doc %{_texmfdistdir}/doc/latex/media9/files/players/SMPfixes.patch
%doc %{_texmfdistdir}/doc/latex/media9/files/players/StrobeMediaPlayback-license
%doc %{_texmfdistdir}/doc/latex/media9/files/players/VPlayer.mxml
%doc %{_texmfdistdir}/doc/latex/media9/files/random.mp4
%doc %{_texmfdistdir}/doc/latex/media9/media9.pdf
%doc %{_texmfdistdir}/doc/latex/media9/media9.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7-3
+ Revision: 1be1576
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25249 |14mu|texlive-meetingmins-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24503
# category Package
# catalog-ctan /macros/latex/contrib/meetingmins
# catalog-date 2011-11-02 12:24:01 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-meetingmins
Version:	1.0
Release:	4
Summary:	Format written minutes of meetings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/meetingmins
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/meetingmins.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/meetingmins.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/meetingmins.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class allows formatting of meeting minutes using \section
commands (which provide hierarchical structure). An agenda can
also be produced for distribution prior to the meeting, with
user-selected portions suppressed from printing.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/meetingmins/meetingmins.cls
%doc %{_texmfdistdir}/doc/latex/meetingmins/README
%doc %{_texmfdistdir}/doc/latex/meetingmins/meetingmins.pdf
%doc %{_texmfdistdir}/doc/latex/meetingmins/samples/agenda.pdf
%doc %{_texmfdistdir}/doc/latex/meetingmins/samples/agenda.tex
%doc %{_texmfdistdir}/doc/latex/meetingmins/samples/chair.pdf
%doc %{_texmfdistdir}/doc/latex/meetingmins/samples/chair.tex
%doc %{_texmfdistdir}/doc/latex/meetingmins/samples/department.min
%doc %{_texmfdistdir}/doc/latex/meetingmins/samples/minutes.pdf
%doc %{_texmfdistdir}/doc/latex/meetingmins/samples/minutes.tex
#- source
%doc %{_texmfdistdir}/source/latex/meetingmins/meetingmins.dtx
%doc %{_texmfdistdir}/source/latex/meetingmins/meetingmins.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 64fa467
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25250 |14mu|texlive-memexsupp-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/memexsupp
# catalog-date 2008-08-22 15:19:59 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-memexsupp
Version:	0.1
Release:	4
Summary:	Experimental memoir support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/memexsupp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memexsupp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memexsupp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package of code proposed as supporting material for memoir.
The package is intended as a test bed for such code, which may
in the fullness of time be adopted into the main memoir
release.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/memexsupp/memexsupp.sty
%doc %{_texmfdistdir}/doc/latex/memexsupp/README
%doc %{_texmfdistdir}/doc/latex/memexsupp/memexsupp.pdf
%doc %{_texmfdistdir}/doc/latex/memexsupp/memexsupp.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 526cc66
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25251 |14mu|texlive-memoir-3.7b-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31044
# category Package
# catalog-ctan /macros/latex/contrib/memoir
# catalog-date 2013-05-30 13:22:20 +0200
# catalog-license lppl
# catalog-version 3.7b
Name:		texlive-memoir
Version:	3.7b
Release:	7
Summary:	Typeset fiction, non-fiction and mathematical books
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/memoir
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memoir.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memoir.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memoir.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The memoir class is for typesetting poetry, fiction, non-
fiction, and mathematical works. Permissible document 'base'
font sizes range from 9 to 60pt. There is a range of page-
styles and well over a dozen chapter-styles to choose from, as
well as methods for specifying your own layouts and designs.
The class also provides the functionality of over thirty of the
more popular packages, thus simplifying document sources. The
class automatically loads an associated patch file mempatch;
the patch file may be updated from time to time, between
releases of the class itself. (The patch file stays around even
when there are no extant patches.) Users who wish to use the
hyperref package, in a document written with the memoir class,
should also use the memhfixc package (part of this bundle).
Note, however, that current versions of hyperref actually load
the package automatically if they detect that they are running
under memoir.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/memoir/basic.gst
%{_texmfdistdir}/tex/latex/memoir/mem10.clo
%{_texmfdistdir}/tex/latex/memoir/mem11.clo
%{_texmfdistdir}/tex/latex/memoir/mem12.clo
%{_texmfdistdir}/tex/latex/memoir/mem14.clo
%{_texmfdistdir}/tex/latex/memoir/mem17.clo
%{_texmfdistdir}/tex/latex/memoir/mem20.clo
%{_texmfdistdir}/tex/latex/memoir/mem25.clo
%{_texmfdistdir}/tex/latex/memoir/mem30.clo
%{_texmfdistdir}/tex/latex/memoir/mem36.clo
%{_texmfdistdir}/tex/latex/memoir/mem48.clo
%{_texmfdistdir}/tex/latex/memoir/mem60.clo
%{_texmfdistdir}/tex/latex/memoir/mem9.clo
%{_texmfdistdir}/tex/latex/memoir/memhfixc.sty
%{_texmfdistdir}/tex/latex/memoir/memoir.cls
%{_texmfdistdir}/tex/latex/memoir/mempatch.sty
%doc %{_texmfdistdir}/doc/latex/memoir/Makeidxglo
%doc %{_texmfdistdir}/doc/latex/memoir/README
%doc %{_texmfdistdir}/doc/latex/memoir/anvil2.mps
%doc %{_texmfdistdir}/doc/latex/memoir/memfonts.sty
%doc %{_texmfdistdir}/doc/latex/memoir/memlays.sty
%doc %{_texmfdistdir}/doc/latex/memoir/memman.gst
%doc %{_texmfdistdir}/doc/latex/memoir/memman.ist
%doc %{_texmfdistdir}/doc/latex/memoir/memman.pdf
%doc %{_texmfdistdir}/doc/latex/memoir/memman.tex
%doc %{_texmfdistdir}/doc/latex/memoir/memnoidxnum.tex
%doc %{_texmfdistdir}/doc/latex/memoir/memsty.sty
%doc %{_texmfdistdir}/doc/latex/memoir/titlepages.sty
%doc %{_texmfdistdir}/doc/latex/memoir/trims-example.tex
#- source
%doc %{_texmfdistdir}/source/latex/memoir/memoir.dtx
%doc %{_texmfdistdir}/source/latex/memoir/memoir.ins
%doc %{_texmfdistdir}/source/latex/memoir/mempatch.dtx
%doc %{_texmfdistdir}/source/latex/memoir/mempatch.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.7b-7
+ Revision: 3ad32fa
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25252 |14mu|texlive-memory-1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30452
# category Package
# catalog-ctan /macros/latex/contrib/memory
# catalog-date 2013-05-13 20:07:16 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-memory
Version:	1.2
Release:	8
Summary:	Containers for data in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/memory
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memory.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memory.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/memory.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to declare single object or array
containers.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/memory/memory.sty
%doc %{_texmfdistdir}/doc/latex/memory/README
%doc %{_texmfdistdir}/doc/latex/memory/memory.pdf
#- source
%doc %{_texmfdistdir}/source/latex/memory/memory.dtx
%doc %{_texmfdistdir}/source/latex/memory/memory.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-8
+ Revision: d6a63f2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25253 |14mu|texlive-mentis-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mentis
# catalog-date 2007-01-09 22:36:10 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-mentis
Version:	1.5
Release:	4
Summary:	A basis for books to be published by Mentis publishers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mentis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mentis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mentis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mentis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This LaTeX class loads scrbook and provides changes necessary
for publishing at Mentis publishers in Paderborn, Germany. It
is not an official Mentis class, merely one developed by an
author in close co-operation with Mentis.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mentis/mentis.cls
%doc %{_texmfdistdir}/doc/latex/mentis/README
%doc %{_texmfdistdir}/doc/latex/mentis/mentis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mentis/mentis.dtx
%doc %{_texmfdistdir}/source/latex/mentis/mentis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: 21c8831
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25254 |14mu|texlive-menu-0.994-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/menu
# catalog-date 2009-03-06 22:55:22 +0100
# catalog-license other-free
# catalog-version 0.994
Name:		texlive-menu
Version:	0.994
Release:	4
Summary:	Typesetting menus
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/menu
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/menu.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/menu.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/menu.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines command \menu which assists typesetting of
a path through a program's menu.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/menu/menu.sty
%doc %{_texmfdistdir}/doc/latex/menu/README
%doc %{_texmfdistdir}/doc/latex/menu/menu.pdf
#- source
%doc %{_texmfdistdir}/source/latex/menu/menu.dtx
%doc %{_texmfdistdir}/source/latex/menu/menu.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.994-4
+ Revision: 73644b3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25255 |14mu|texlive-menukeys-1.2a-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31716
# category Package
# catalog-ctan /macros/latex/contrib/menukeys
# catalog-date 2013-09-21 14:43:01 +0200
# catalog-license lppl1.2
# catalog-version 1.2a
Name:		texlive-menukeys
Version:	1.2a
Release:	8
Summary:	Format menu sequences, paths and keystrokes from lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/menukeys
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/menukeys.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/menukeys.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/menukeys.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows easy input and formatting of menu sequences,
using menus set with commands such as \menu{Extras > Settings >
General}, paths using a command like
\path{macros/latex/contrib/menukeys} and short cuts such as
\keys{\ctrl + C}. The output is highly configurable by
providing different styles and colour themes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/menukeys/menukeys.sty
%doc %{_texmfdistdir}/doc/latex/menukeys/README
%doc %{_texmfdistdir}/doc/latex/menukeys/menukeys.pdf
#- source
%doc %{_texmfdistdir}/source/latex/menukeys/menukeys.dtx
%doc %{_texmfdistdir}/source/latex/menukeys/menukeys.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2a-8
+ Revision: 95294d7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25256 |14mu|texlive-metafont-2.718281-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category Package
# catalog-ctan /systems/knuth/dist/mf
# catalog-date 2012-08-30 22:47:45 +0200
# catalog-license knuth
# catalog-version 2.718281
Name:		texlive-metafont
Version:	2.718281
Release:	14
Summary:	A system for specifying fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/knuth/dist/mf
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metafont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metafont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-metafont.bin
%rename tetex-mfwin
%rename texlive-mfwin

%description
The program takes a semi-algorithmic specification of a font,
and produces a bitmap font (whose properties are defined by a
set of parameters of the target device), and a set metrics for
use by TeX. The bitmap output may be converted into a format
directly usable by a device driver, etc., by the tools provided
in the parallel mfware distribution. (Third parties have
developed tools to convert the bitmap output to outline fonts.)
The distribution includes the source of Knuth's Metafont book;
this source is there to read, as an example of writing TeX --
it should not be processed without Knuth's direct permission.

%postun
    if [ $1 -eq 0 ]; then
	rm -fr %{_texmfvardir}/web2c/metafont
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metafont/base/expr.mf
%{_texmfdistdir}/metafont/base/io.mf
%{_texmfdistdir}/metafont/base/mf.mf
%{_texmfdistdir}/metafont/base/null.mf
%{_texmfdistdir}/metafont/base/plain.mf
%{_texmfdistdir}/metafont/config/cmmf.ini
%{_texmfdistdir}/metafont/config/mf.ini
%{_texmfdistdir}/metafont/misc/3test.mf
%{_texmfdistdir}/metafont/misc/6test.mf
%{_texmfdistdir}/metafont/misc/mode2dpi.mf
%{_texmfdistdir}/metafont/misc/mode2dpixy.mf
%{_texmfdistdir}/metafont/misc/modename.mf
%{_texmfdistdir}/metafont/misc/modes.mf
%{_texmfdistdir}/metafont/misc/ps2mfbas.mf
%{_texmfdistdir}/metafont/misc/rtest.mf
%{_texmfdistdir}/metafont/misc/test.mf
%{_texmfdistdir}/metafont/misc/waits.mf
%{_texmfdistdir}/metafont/misc/ztest.mf
%_texmf_fmtutil_d/metafont
%doc %{_mandir}/man1/mf-nowin.1*
%doc %{_texmfdistdir}/doc/man/man1/mf-nowin.man1.pdf
%doc %{_mandir}/man1/mf.1*
%doc %{_texmfdistdir}/doc/man/man1/mf.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/metafont <<EOF
#
# from metafont:
mf mf-nowin - -translate-file=cp227.tcx mf.ini
EOF

%changelog
* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 2.718281-14
+ Revision: 1290082
- MassBuild#656: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25257 |14mu|texlive-metago-0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/metago
# catalog-date 2008-09-08 11:32:46 +0200
# catalog-license lppl
# catalog-version 0.9
Name:		texlive-metago
Version:	0.9
Release:	4
Summary:	MetaPost output of Go positions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/metago
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metago.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metago.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows you to draw Go game positions with MetaPost.
Two methods of usage are provided, either using the package
programmatically, or using the package via a script (which may
produce several images).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/metago/metago.mp
%doc %{_texmfdistdir}/doc/metapost/metago/README
%doc %{_texmfdistdir}/doc/metapost/metago/example-program.mp
%doc %{_texmfdistdir}/doc/metapost/metago/example-program.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-1.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-2.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-3.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-4.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-5.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-6.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-7.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script-8.pdf
%doc %{_texmfdistdir}/doc/metapost/metago/example-script.mp
%doc %{_texmfdistdir}/doc/metapost/metago/script.go

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9-4
+ Revision: 574a515
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25258 |14mu|texlive-metalogo-0.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18611
# category Package
# catalog-ctan /macros/latex/contrib/metalogo
# catalog-date 2010-05-29 17:49:59 +0200
# catalog-license lppl
# catalog-version 0.12
Name:		texlive-metalogo
Version:	0.12
Release:	4
Summary:	Extended TeX logo macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/metalogo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metalogo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metalogo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metalogo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package exposes spacing parameters for various TeX logos
to the end user, to optimise the logos for different fonts.
Written especially for XeLaTeX users.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/metalogo/metalogo.sty
%doc %{_texmfdistdir}/doc/latex/metalogo/README
%doc %{_texmfdistdir}/doc/latex/metalogo/TeXoutline.pdf
%doc %{_texmfdistdir}/doc/latex/metalogo/eLaToutline.pdf
%doc %{_texmfdistdir}/doc/latex/metalogo/metalogo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/metalogo/metalogo.dtx
%doc %{_texmfdistdir}/source/latex/metalogo/metalogo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.12-4
+ Revision: e2def19
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25259 |14mu|texlive-metaobj-0.93-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/metaobj
# catalog-date 2007-08-24 22:48:09 +0200
# catalog-license lppl
# catalog-version 0.93
Name:		texlive-metaobj
Version:	0.93
Release:	4
Summary:	MetaPost package providing high-level objects
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/metaobj
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metaobj.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metaobj.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
METAOBJ is a large metapost package providing high-level
objects. It implements many of PSTricks' features for node
connections, but also trees, matrices, and many other things.
It more or less contains boxes.mp and rboxes.mp. There is a
large (albeit not complete) documentation distributed with the
package. It is easily extensible with new objects.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/metaobj/connections.mp
%{_texmfdistdir}/metapost/metaobj/metaobj.mp
%{_texmfdistdir}/metapost/metaobj/mobjstandard.mp
%{_texmfdistdir}/metapost/metaobj/proofex.mp
%{_texmfdistdir}/metapost/metaobj/pstricksex1.mp
%{_texmfdistdir}/metapost/metaobj/pstricksex2.mp
%{_texmfdistdir}/metapost/metaobj/pstricksex3.mp
%{_texmfdistdir}/metapost/metaobj/pstricksex4.mp
%doc %{_texmfdistdir}/doc/metapost/metaobj/README
%doc %{_texmfdistdir}/doc/metapost/metaobj/license.txt
%doc %{_texmfdistdir}/doc/metapost/metaobj/momanual.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.93-4
+ Revision: 194dce8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25260 |14mu|texlive-metaplot-0.91-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metaplot
# catalog-date 2006-11-09 21:17:58 +0100
# catalog-license lppl
# catalog-version 0.91
Name:		texlive-metaplot
Version:	0.91
Release:	4
Summary:	Plot-manipulation macros for use in Metapost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metaplot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metaplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metaplot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MetaPlot is a set of Metapost macros for manipulating pre-
generated plots (and similar objects), and formatting them for
inclusion in a Metapost figure. The intent is that the plots
can be generated by some outside program, in an abstract manner
that does not require making decisions about on-page sizing and
layout, and then they can be imported into MetaPlot and
arranged using the full capabilities of Metapost. Metaplot also
includes a very flexible set of macros for generating plot
axes, which may be useful in other contexts as well. Presently,
MetaPlot is in something of a pre-release beta state; it is
quite functional, but the syntax of the commands are still
potentially in flux. Bug reports and other suggestions would be
most welcome!.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/metaplot/axes.mp
%{_texmfdistdir}/metapost/metaplot/metaplot.mp
%doc %{_texmfdistdir}/doc/latex/metaplot/README
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/cap1.cc
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/cap1.mp
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/capillary.cc
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/cpoint.cc
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/cpoint.h
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/figure_1.mp
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/figures_2-7.mp
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/figures_8-9.mp
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/gpl.txt
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/mc2.mp
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/metacontour.cc
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/metacontour.h
%doc %{_texmfdistdir}/doc/latex/metaplot/examples/metacontour_main.cc
%doc %{_texmfdistdir}/doc/latex/metaplot/metaplot_preprint.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.91-4
+ Revision: 7eba894
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25261 |14mu|texlive-metapost-1.803-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31860
# category Package
# catalog-ctan /graphics/metapost/base
# catalog-date 2013-06-20 18:08:19 +0200
# catalog-license lgpl
# catalog-version 1.803
Name:		texlive-metapost
Version:	1.803
Release:	7
Summary:	A development of Metafont for creating graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/base
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metapost.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metapost.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-metapost.bin

%description
MetaPost uses a language based on that of Metafont to produce
precise technical illustrations. Its output is scalable
PostScript or SVG, rather than the bitmaps Metafont creates.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/metapost/freeeuro.afm
%{_texmfdistdir}/fonts/afm/metapost/psyrgo.afm
%{_texmfdistdir}/fonts/afm/metapost/zpzdr-reversed.afm
%{_texmfdistdir}/fonts/enc/dvips/metapost/groff.enc
%{_texmfdistdir}/fonts/map/dvips/metapost/troff-updmap.map
%{_texmfdistdir}/fonts/map/dvips/metapost/troff.map
%{_texmfdistdir}/fonts/tfm/metapost/freeeuro.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pagd8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pagdo8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pagk8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pagko8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pbkd8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pbkdi8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pbkl8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pbkli8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pcrb8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pcrbo8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pcrr8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pcrro8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvb8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvb8gn.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvbo8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvbo8gn.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvr8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvr8gn.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvro8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/phvro8gn.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pncb8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pncbi8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pncr8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pncri8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pplb8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pplbi8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pplr8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pplri8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/psyrgo.tfm
%{_texmfdistdir}/fonts/tfm/metapost/ptmb8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/ptmbi8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/ptmr8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/ptmri8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/pzcmi8g.tfm
%{_texmfdistdir}/fonts/tfm/metapost/zpzdr-reversed.tfm
%{_texmfdistdir}/fonts/type1/metapost/freeeuro.pfa
%{_texmfdistdir}/metapost/base/TEX.mp
%{_texmfdistdir}/metapost/base/boxes.mp
%{_texmfdistdir}/metapost/base/format.mp
%{_texmfdistdir}/metapost/base/graph.mp
%{_texmfdistdir}/metapost/base/marith.mp
%{_texmfdistdir}/metapost/base/mfplain.mp
%{_texmfdistdir}/metapost/base/mpost.mp
%{_texmfdistdir}/metapost/base/plain.mp
%{_texmfdistdir}/metapost/base/rboxes.mp
%{_texmfdistdir}/metapost/base/sarith.mp
%{_texmfdistdir}/metapost/base/string.mp
%{_texmfdistdir}/metapost/base/texnum.mp
%{_texmfdistdir}/metapost/base/troffnum.mp
%{_texmfdistdir}/metapost/config/mfplain.ini
%{_texmfdistdir}/metapost/misc/null.mp
%{_texmfdistdir}/metapost/support/charlib/12
%{_texmfdistdir}/metapost/support/charlib/14
%{_texmfdistdir}/metapost/support/charlib/34
%{_texmfdistdir}/metapost/support/charlib/Ao
%{_texmfdistdir}/metapost/support/charlib/Fi
%{_texmfdistdir}/metapost/support/charlib/Fl
%{_texmfdistdir}/metapost/support/charlib/L1
%{_texmfdistdir}/metapost/support/charlib/LH
%{_texmfdistdir}/metapost/support/charlib/Lb
%{_texmfdistdir}/metapost/support/charlib/Sl
%{_texmfdistdir}/metapost/support/charlib/ao.x
%{_texmfdistdir}/metapost/support/charlib/bx
%{_texmfdistdir}/metapost/support/charlib/ci
%{_texmfdistdir}/metapost/support/charlib/ff
%{_texmfdistdir}/metapost/support/charlib/lh.x
%{_texmfdistdir}/metapost/support/charlib/ob
%{_texmfdistdir}/metapost/support/charlib/rh
%{_texmfdistdir}/metapost/support/charlib/sq
%{_texmfdistdir}/metapost/support/charlib/twiddle
%{_texmfdistdir}/metapost/support/trchars.adj
%{_texmfdistdir}/metapost/support/trfonts.map
%{_texmfdistdir}/tex/generic/metapost/mproof.tex
%{_texmfdistdir}/tex/generic/metapost/mpsproof.tex
%doc %{_mandir}/man1/dvitomp.1*
%doc %{_texmfdistdir}/doc/man/man1/dvitomp.man1.pdf
%doc %{_mandir}/man1/mpost.1*
%doc %{_texmfdistdir}/doc/man/man1/mpost.man1.pdf
%doc %{_texmfdistdir}/doc/metapost/base/grdemo-doc.pdf
%doc %{_texmfdistdir}/doc/metapost/base/grdemo.pdf
%doc %{_texmfdistdir}/doc/metapost/base/index.html
%doc %{_texmfdistdir}/doc/metapost/base/mpboxes.pdf
%doc %{_texmfdistdir}/doc/metapost/base/mpgraph.pdf
%doc %{_texmfdistdir}/doc/metapost/base/mpintro.pdf
%doc %{_texmfdistdir}/doc/metapost/base/mplibapi.pdf
%doc %{_texmfdistdir}/doc/metapost/base/mpman.pdf
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/Makefile
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/README
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/TODO
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/agepop91.d
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/agepopm.d
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/charts.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/cm2lm.map
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/countries.d
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/ctabbing.sty
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/demo.ms
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/energy.d
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/figs.1
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/figs.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/grdemo-doc.ms
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/grdemo-doc.ps
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/grdemo.eps
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/grdemo.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/grdemo.ms
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/lead.d
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/matmul.d
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpboxes.bib
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpboxes.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpboxes.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpgraph.bib
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpgraph.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpgraph.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mplibapi.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman-app-legacy.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman-app-optab.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman-app-refman.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman-charts.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman.bib
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman.ist
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/mpman.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-manual/timepop.d
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/Makefile
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/abstract.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/annulus.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/arrows.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/biblio.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/circles.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/commands.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/compilation.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/conclusion.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/data.d
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/data.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/data.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/draw.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/draw.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/fill.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/fill.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/graph.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/inclusion.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/intro.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/label.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/label.tex
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/mpintro.bib
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/mpintro.ltx
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/paperclip.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/parabola.mp
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/previewer.eps
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/previewer.pdf
%doc %{_texmfdistdir}/doc/metapost/base/source-tutorial/previewer.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.803-7
+ Revision: 6075a6a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25262 |14mu|texlive-metauml-0.2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19692
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/metauml
# catalog-date 2010-07-30 13:14:18 +0200
# catalog-license gpl
# catalog-version 0.2.5
Name:		texlive-metauml
Version:	0.2.5
Release:	4
Summary:	MetaPost library for typesetting UML diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/metauml
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metauml.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metauml.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MetaUML is a MetaPost library for typesetting UML diagrams,
which provides a usable, human-friendly textual notation for
UML, offering now support for class, package, activity, state,
and use case diagrams.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/metauml/metauml.mp
%{_texmfdistdir}/metapost/metauml/metauml_activity.mp
%{_texmfdistdir}/metapost/metauml/metauml_base.mp
%{_texmfdistdir}/metapost/metauml/metauml_behavioral_common.mp
%{_texmfdistdir}/metapost/metauml/metauml_class.mp
%{_texmfdistdir}/metapost/metauml/metauml_class_assoc.mp
%{_texmfdistdir}/metapost/metauml/metauml_class_clipart.mp
%{_texmfdistdir}/metapost/metauml/metauml_class_relations.mp
%{_texmfdistdir}/metapost/metauml/metauml_component.mp
%{_texmfdistdir}/metapost/metauml/metauml_component_relations.mp
%{_texmfdistdir}/metapost/metauml/metauml_defaults.mp
%{_texmfdistdir}/metapost/metauml/metauml_instance.mp
%{_texmfdistdir}/metapost/metauml/metauml_links.mp
%{_texmfdistdir}/metapost/metauml/metauml_note.mp
%{_texmfdistdir}/metapost/metauml/metauml_package.mp
%{_texmfdistdir}/metapost/metauml/metauml_package_relations.mp
%{_texmfdistdir}/metapost/metauml/metauml_paths.mp
%{_texmfdistdir}/metapost/metauml/metauml_skin_simple.mp
%{_texmfdistdir}/metapost/metauml/metauml_state.mp
%{_texmfdistdir}/metapost/metauml/metauml_stereotype.mp
%{_texmfdistdir}/metapost/metauml/metauml_templates.mp
%{_texmfdistdir}/metapost/metauml/metauml_usecase.mp
%{_texmfdistdir}/metapost/metauml/metauml_usecase_clipart.mp
%{_texmfdistdir}/metapost/metauml/util_commons.mp
%{_texmfdistdir}/metapost/metauml/util_group.mp
%{_texmfdistdir}/metapost/metauml/util_infrastructure.mp
%{_texmfdistdir}/metapost/metauml/util_log.mp
%{_texmfdistdir}/metapost/metauml/util_margins.mp
%{_texmfdistdir}/metapost/metauml/util_object.mp
%{_texmfdistdir}/metapost/metauml/util_picture.mp
%{_texmfdistdir}/metapost/metauml/util_picture_stack.mp
%{_texmfdistdir}/metapost/metauml/util_positioning.mp
%{_texmfdistdir}/metapost/metauml/util_shade.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/README
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/activity.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/activity_diagrams.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/appetizer.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/boxes_vs_util.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/class.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/class_association.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/class_customization.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/class_customization2.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/class_diagrams.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/class_templates.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/cliparts.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/component.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/group.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/how-links-work.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/instance.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/mptextmp.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/mptrace.tmp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/note.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/object_stack.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/package.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/paths.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/paths_man.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/picture_info.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/picture_stack.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/positioning.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/properties.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/state.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/statemachine_diagrams.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_activity.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_class.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_class_qual_assoc.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_class_templates.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_component.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_font.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_group.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_instance.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_lars_issues.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_lowlevel.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_note.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_package.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_paths.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_picture.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_picture_stack.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_picture_tex_rendering.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_positioning.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_skins.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_skins_global_defaults.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_state.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/test_usecase.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/usecase.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/fig/usecase_diagrams.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/gnu-fdl.tex
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/macro.tex
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/metauml_manual.tex
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/my-bib.bib
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/test.mp
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual/test_suite.tex
%doc %{_texmfdistdir}/doc/metapost/metauml/metauml_manual_0.2.5.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.5-4
+ Revision: ad84900
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25263 |14mu|texlive-method-20100314-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17485
# category Package
# catalog-ctan /macros/latex/contrib/method
# catalog-date 2010-03-14 23:46:18 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-method
Version:	20100314
Release:	4
Summary:	Typeset method and variable declarations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/method
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/method.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/method.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/method.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This LaTeX package supports the typesetting of programming
language method and variable declarations. It includes an
option to typeset in French.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/method/method.sty
%doc %{_texmfdistdir}/doc/latex/method/README
%doc %{_texmfdistdir}/doc/latex/method/method.pdf
%doc %{_texmfdistdir}/doc/latex/method/methtest.tex
#- source
%doc %{_texmfdistdir}/source/latex/method/Makefile
%doc %{_texmfdistdir}/source/latex/method/method.dtx
%doc %{_texmfdistdir}/source/latex/method/method.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100314-4
+ Revision: baf094c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25264 |14mu|texlive-metre-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18489
# category Package
# catalog-ctan /macros/latex/contrib/metre
# catalog-date 2007-03-09 22:25:45 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-metre
Version:	1.0
Release:	4
Summary:	Support for the work of classicists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/metre
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metre.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metre.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metre.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides classicists with some of the tools that
are needed for typesetting scholarly publications dealing with
Greek and Latin texts, with special emphasis on Greek verse. As
the package's name suggests, its core is a comprehensive set of
commands for generating metrical schemes and for placing
prosodical marks on text set in the Latin or the Greek
alphabet. The rest of the package provides a miscellany of
commands for symbols (most of them not directly related to
metre) that are often used in critical editions of classical
texts. The package does not require any special font: all
symbols are taken from the Computer Modern fonts (which are
included in all TeX distributions) and the package's commands
are based on TeX primitives.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/metre/metre.sty
%doc %{_texmfdistdir}/doc/latex/metre/README
%doc %{_texmfdistdir}/doc/latex/metre/demo.pdf
%doc %{_texmfdistdir}/doc/latex/metre/demo.tex
%doc %{_texmfdistdir}/doc/latex/metre/greek1.tex
%doc %{_texmfdistdir}/doc/latex/metre/greek2.tex
%doc %{_texmfdistdir}/doc/latex/metre/greek3.tex
%doc %{_texmfdistdir}/doc/latex/metre/igreek1.tex
%doc %{_texmfdistdir}/doc/latex/metre/igreek2.tex
%doc %{_texmfdistdir}/doc/latex/metre/igreek3.tex
%doc %{_texmfdistdir}/doc/latex/metre/metre.pdf
#- source
%doc %{_texmfdistdir}/source/latex/metre/metre.dtx
%doc %{_texmfdistdir}/source/latex/metre/metre.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 317dc48
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25265 |14mu|texlive-metrix-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31425
# category Package
# catalog-ctan /macros/latex/contrib/metrix
# catalog-date 2013-08-13 17:10:37 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-metrix
Version:	1.0
Release:	7
Summary:	Typeset metric marks for Latin text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/metrix
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metrix.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metrix.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/metrix.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package may be used to type the prosodics/metrics of
(latin) verse; it provides macros to typeset the symbols
standing alone, and in combination with symbols, giving
automatic alignment. The package requires tikz (including the
calc library, and the xparse package (thus also requiring the
experimental LaTeX 3 environment).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/metrix/metrix.sty
%doc %{_texmfdistdir}/doc/latex/metrix/README
%doc %{_texmfdistdir}/doc/latex/metrix/metrix.pdf
#- source
%doc %{_texmfdistdir}/source/latex/metrix/metrix.dtx
%doc %{_texmfdistdir}/source/latex/metrix/metrix.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 4e86821
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25266 |14mu|texlive-mex-1.05-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22650
# category Package
# catalog-ctan /language/polish/mex105.zip
# catalog-date 2011-04-11 12:20:39 +0200
# catalog-license pd
# catalog-version 1.05
Name:		texlive-mex
Version:	1.05
Release:	5
Summary:	Polish formats for TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/polish/mex105.zip
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-pl
Requires:	texlive-hyphen-polish
Requires:	texlive-pdftex
Requires:	texlive-tex
Requires:	texlive-mex.bin

%description
MeX is an adaptation of Plain TeX (MeX) and LaTeX209 (LaMeX)
formats to the Polish language and to Polish printing customs.
It contains a complete set of Metafont sources of Polish fonts,
hyphenation rules for the Polish language and sources of
formats.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/mex/base/lamex.tex
%{_texmfdistdir}/tex/mex/base/mex.tex
%{_texmfdistdir}/tex/mex/base/mex1.tex
%{_texmfdistdir}/tex/mex/base/mex2.tex
%{_texmfdistdir}/tex/mex/base/mexconf.tex
%{_texmfdistdir}/tex/mex/config/mex.ini
%{_texmfdistdir}/tex/mex/config/pdfmex.ini
%_texmf_fmtutil_d/mex
%doc %{_texmfdistdir}/doc/mex/base/00readme
%doc %{_texmfdistdir}/doc/mex/base/mex.html
%doc %{_texmfdistdir}/doc/mex/base/mexinfo.eng
%doc %{_texmfdistdir}/doc/mex/base/mexinfo.pol
%doc %{_texmfdistdir}/doc/mex/base/qq.eps
%doc %{_texmfdistdir}/doc/mex/base/tstmex.tex
#- source
%doc %{_texmfdistdir}/source/mex/base/eminst.zip
%doc %{_texmfdistdir}/source/mex/base/istyles.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/mex <<EOF
#
# from mex:
mex pdftex mexconf.tex -translate-file=cp227.tcx *mex.ini
pdfmex pdftex mexconf.tex -translate-file=cp227.tcx *pdfmex.ini
utf8mex pdftex mexconf.tex -enc *utf8mex.ini
EOF



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.05-5
+ Revision: a390ae5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25267 |14mu|texlive-mfnfss-20100712-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19410
# category Package
# catalog-ctan /macros/latex/contrib/mfnfss
# catalog-date 2010-07-12 11:01:48 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-mfnfss
Version:	20100712
Release:	4
Summary:	Packages to typeset oldgerman and pandora fonts in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mfnfss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfnfss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfnfss.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfnfss.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle contains two packages: - oldgerm, a package to
typeset with old german fonts designed by Yannis Haralambous. -
pandora, a package to typeset with Pandora fonts designed by
Neena Billawala. Note that support for the Pandora fonts is
also available via the pandora-latex package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mfnfss/oldgerm.sty
%{_texmfdistdir}/tex/latex/mfnfss/ot1panr.fd
%{_texmfdistdir}/tex/latex/mfnfss/ot1pss.fd
%{_texmfdistdir}/tex/latex/mfnfss/pandora.sty
%{_texmfdistdir}/tex/latex/mfnfss/uyfrak.fd
%{_texmfdistdir}/tex/latex/mfnfss/uygoth.fd
%{_texmfdistdir}/tex/latex/mfnfss/uyinit.fd
%{_texmfdistdir}/tex/latex/mfnfss/uyswab.fd
%doc %{_texmfdistdir}/doc/latex/mfnfss/changes.txt
%doc %{_texmfdistdir}/doc/latex/mfnfss/manifest.txt
%doc %{_texmfdistdir}/doc/latex/mfnfss/oldgerm.pdf
%doc %{_texmfdistdir}/doc/latex/mfnfss/readme.txt
#- source
%doc %{_texmfdistdir}/source/latex/mfnfss/oldgerm.dtx
%doc %{_texmfdistdir}/source/latex/mfnfss/oldgerm.ins
%doc %{_texmfdistdir}/source/latex/mfnfss/pandora.dtx
%doc %{_texmfdistdir}/source/latex/mfnfss/pandora.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100712-4
+ Revision: b9f79de
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25268 |14mu|texlive-mfpic-1.10-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28444
# category Package
# catalog-ctan /graphics/mfpic
# catalog-date 2012-12-04 16:44:12 +0100
# catalog-license lppl1.3
# catalog-version 1.10
Name:		texlive-mfpic
Version:	1.10
Release:	7
Summary:	Draw Metafont/post pictures from (La)TeX commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/mfpic
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Mfpic is a scheme for producing pictures from (La)TeX commands.
Commands \mfpic and \endmfpic (in LaTeX, the mfpic environment)
enclose a group in which drawing commands may be placed. The
commands generate a Meta-language file, which may be processed
by Metapost (or even Metafont). The resulting image file will
be read back in to the document to place the picture at the
point where the original (La)TeX commands appeared. Note that
the ability to use Metapost here means that the package works
equally well in LaTeX and PDFLaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metafont/mfpic/grafbase.mf
%{_texmfdistdir}/metapost/mfpic/dvipsnam.mp
%{_texmfdistdir}/metapost/mfpic/grafbase.mp
%{_texmfdistdir}/tex/generic/mfpic/mfpic.sty
%{_texmfdistdir}/tex/generic/mfpic/mfpic.tex
%{_texmfdistdir}/tex/generic/mfpic/mfpicdef.tex
%doc %{_texmfdistdir}/doc/generic/mfpic/README
%doc %{_texmfdistdir}/doc/generic/mfpic/changes.txt
%doc %{_texmfdistdir}/doc/generic/mfpic/coil.mps
%doc %{_texmfdistdir}/doc/generic/mfpic/examples/data.dat
%doc %{_texmfdistdir}/doc/generic/mfpic/examples/forfun.tex
%doc %{_texmfdistdir}/doc/generic/mfpic/examples/lapictures.tex
%doc %{_texmfdistdir}/doc/generic/mfpic/examples/pictures.tex
%doc %{_texmfdistdir}/doc/generic/mfpic/install.txt
%doc %{_texmfdistdir}/doc/generic/mfpic/lcheadings.ist
%doc %{_texmfdistdir}/doc/generic/mfpic/mfpcard.pdf
%doc %{_texmfdistdir}/doc/generic/mfpic/mfpcard.tex
%doc %{_texmfdistdir}/doc/generic/mfpic/mfpdoc.sty
%doc %{_texmfdistdir}/doc/generic/mfpic/mfpguide.pdf
%doc %{_texmfdistdir}/doc/generic/mfpic/mfpguide.tex
%doc %{_texmfdistdir}/doc/generic/mfpic/mfpic-doc.pdf
%doc %{_texmfdistdir}/doc/generic/mfpic/mfpic-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/mfpic/grafbase.dtx
%doc %{_texmfdistdir}/source/generic/mfpic/mfpic.dtx
%doc %{_texmfdistdir}/source/generic/mfpic/mfpic.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metafont metapost tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.10-7
+ Revision: 578607c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25269 |14mu|texlive-mfpic4ode-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17745
# category Package
# catalog-ctan /macros/latex/contrib/mfpic4ode
# catalog-date 2010-04-07 19:03:48 +0200
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-mfpic4ode
Version:	0.4
Release:	4
Summary:	Macros to draw direction fields and solutions of ODEs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mfpic4ode
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic4ode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic4ode.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic4ode.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is a small set of macros for drawing direction
fields, phase portraits and trajectories of differential
equations and two dimensional autonomous systems. The Euler,
Runge-Kutta and 4th order Runge-Kutta algorithms are available
to solve the ODEs. The picture is translated into mfpic macros
and MetaPost is used to create the final drawing. The package
is was designed for use with LaTeX, but it can be used in plain
TeX as well. Online demonstration of the mfpic4ode macros is
available on the Mfpic Previewer as Example 6.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mfpic4ode/mfpic4ode.sty
%{_texmfdistdir}/tex/latex/mfpic4ode/mfpic4ode.tex
%doc %{_texmfdistdir}/doc/latex/mfpic4ode/README
%doc %{_texmfdistdir}/doc/latex/mfpic4ode/demo/demo-plain.pdf
%doc %{_texmfdistdir}/doc/latex/mfpic4ode/demo/demo-plain.tex
%doc %{_texmfdistdir}/doc/latex/mfpic4ode/demo/demo.pdf
%doc %{_texmfdistdir}/doc/latex/mfpic4ode/demo/demo.tex
%doc %{_texmfdistdir}/doc/latex/mfpic4ode/mfpic4ode.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mfpic4ode/mfpic4ode.dtx
%doc %{_texmfdistdir}/source/latex/mfpic4ode/mfpic4ode.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-4
+ Revision: 7393ced
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25270 |14mu|texlive-mftinc-1.0a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mftinc
# catalog-date 2007-01-11 00:21:49 +0100
# catalog-license lppl
# catalog-version 1.0a
Name:		texlive-mftinc
Version:	1.0a
Release:	4
Summary:	Pretty-print Metafont source
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mftinc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mftinc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mftinc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mftinc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The mft program pretty-prints Metafont source code into a TeX
file. The mftinc package facilitates incorporating such files
into a LaTeX2e document. In addition, mftinc provides routines
for improved comment formatting and for typesetting font
tables.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mftinc/mftinc.sty
%doc %{_texmfdistdir}/doc/latex/mftinc/README
%doc %{_texmfdistdir}/doc/latex/mftinc/mftinc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mftinc/mftinc.dtx
%doc %{_texmfdistdir}/source/latex/mftinc/mftinc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-4
+ Revision: 4b74380
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25271 |14mu|texlive-mftoeps-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-mftoeps
Version:	20111103
Release:	4
Summary:	TeXLive mftoeps package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mftoeps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mftoeps.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive mftoeps package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metafont/mftoeps/mftoeps.mf
#- source
%doc %{_texmfdistdir}/source/metafont/mftoeps/0mftoeps.doc
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/0m2esamp.doc
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/clipcir.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/clipsqu.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/holeclip.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/holeclip.tex
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/holefill.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/polygons.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/rectan.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/rectan_.bat
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample1a.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample1b.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample2a.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample2b.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample2c.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample2d.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample2e.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample3.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample4.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/sample5.mf
%doc %{_texmfdistdir}/source/metafont/mftoeps/m2esamp/stereo.mf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metafont source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: 0dc172e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25272 |14mu|texlive-mh-20130317-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29420
# category Package
# catalog-ctan /macros/latex/contrib/mh
# catalog-date 2013-03-17 00:29:52 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-mh
Version:	20130317
Release:	7
Summary:	The MH bundle
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mh
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mh.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mh.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The mh bundle is a series of packages designed to enhance the
appearance of documents containing a lot of math. The main
backbone is amsmath, so those unfamiliar with this required
part of the LaTeX system will probably not find the packages
very useful. Component parts of the bundle are: breqn, empheq,
flexisym, mathstyle and mathtools, mhsetup, The empheq package
is a visual markup extension of amsmath. Empheq allows
sophisticated boxing and other marking of multi-line maths
displays, and fixes problems with the way that the ntheorem
package places end-of-theorem markers. The mathtools package
provides many useful tools for mathematical typesetting. It
fixes various deficiencies of amsmath and standard LaTeX. The
mhsetup package defines various programming tools needed by
both empheq and mathtools. The breqn package makes more easy
the business of preparing displayed equations in LaTeX,
including permitting automatic line-breaking within displayed
equations. (Breqn uses the mathstyle package to keep track of
the current maths typesetting style, something that raw TeX
hides from the programmer.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mh/breqn.sty
%{_texmfdistdir}/tex/latex/mh/cmbase.sym
%{_texmfdistdir}/tex/latex/mh/empheq.sty
%{_texmfdistdir}/tex/latex/mh/flexisym.sty
%{_texmfdistdir}/tex/latex/mh/mathpazo.sym
%{_texmfdistdir}/tex/latex/mh/mathptmx.sym
%{_texmfdistdir}/tex/latex/mh/mathstyle.sty
%{_texmfdistdir}/tex/latex/mh/mathtools.sty
%{_texmfdistdir}/tex/latex/mh/mhsetup.sty
%{_texmfdistdir}/tex/latex/mh/msabm.sym
%doc %{_texmfdistdir}/doc/latex/mh/README
%doc %{_texmfdistdir}/doc/latex/mh/breqn-technotes.pdf
%doc %{_texmfdistdir}/doc/latex/mh/breqn.pdf
%doc %{_texmfdistdir}/doc/latex/mh/empheq.pdf
%doc %{_texmfdistdir}/doc/latex/mh/flexisym.pdf
%doc %{_texmfdistdir}/doc/latex/mh/mathstyle.pdf
%doc %{_texmfdistdir}/doc/latex/mh/mathtools.pdf
%doc %{_texmfdistdir}/doc/latex/mh/mhsetup.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mh/breqn-technotes.tex
%doc %{_texmfdistdir}/source/latex/mh/breqn.dtx
%doc %{_texmfdistdir}/source/latex/mh/empheq.dtx
%doc %{_texmfdistdir}/source/latex/mh/flexisym.dtx
%doc %{_texmfdistdir}/source/latex/mh/mathstyle.dtx
%doc %{_texmfdistdir}/source/latex/mh/mathtools.dtx
%doc %{_texmfdistdir}/source/latex/mh/mhsetup.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130317-7
+ Revision: 8317e5b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25273 |14mu|texlive-mhchem-20140202-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32850
# category Package
# catalog-ctan /macros/latex/contrib/mhchem
# catalog-date 2014-02-02 01:18:28 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-mhchem
Version:	20140202
Release:	3
Summary:	Typeset chemical formulae/equations and Risk and Safety phrases
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mhchem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mhchem.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides three packages: The mhchem package provides
commands for typesetting chemical molecular formulae and
equations. The hpstatement package provides commands for the
official hazard statements and precautionary statements (H and
P statements) that are used to label chemicals. The rsphrase
package provides commands for the official Risk and Safety (R
and S) Phrases that are used to label chemicals.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mhchem/hpstatement.sty
%{_texmfdistdir}/tex/latex/mhchem/mhchem.sty
%{_texmfdistdir}/tex/latex/mhchem/rsphrase.sty
%doc %{_texmfdistdir}/doc/latex/mhchem/README
%doc %{_texmfdistdir}/doc/latex/mhchem/lppl-1-3c.txt
%doc %{_texmfdistdir}/doc/latex/mhchem/manifest.txt
%doc %{_texmfdistdir}/doc/latex/mhchem/mhchem.pdf
%doc %{_texmfdistdir}/doc/latex/mhchem/mhchem.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20140202-3
+ Revision: 3657f56
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25274 |14mu|texlive-microtype-2.5a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30755
# category Package
# catalog-ctan /macros/latex/contrib/microtype
# catalog-date 2013-05-26 21:18:14 +0200
# catalog-license lppl
# catalog-version 2.5a
Name:		texlive-microtype
Version:	2.5a
Release:	7
Summary:	Subliminal refinements towards typographical perfection
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/microtype
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/microtype.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/microtype.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/microtype.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a LaTeX interface to the micro-typographic
extensions that were introduced by pdfTeX and have since also
propagated to XeTeX and LuaTeX: most prominently, character
protrusion and font expansion, furthermore the adjustment of
interword spacing and additional kerning, as well as
hyphenatable letterspacing (tracking) and the possibility to
disable all or selected ligatures. These features may be
applied to customisable sets of fonts, and all micro-
typographic aspects of the fonts can be configured in a
straight-forward and flexible way. Settings for various fonts
are provided. Note that character protrusion requires pdfTeX,
LuaTeX, or XeTeX. Font expansion works with pdfTeX or LuaTeX.
The package will by default enable protrusion and expansion if
they can safely be assumed to work. Disabling ligatures
requires pdfTeX or LuaTeX, while the adjustment of interword
spacing and of kerning only works with pdfTeX. Letterspacing is
available with pdfTeX or LuaTeX. The alternative package
`letterspace', which also works with plain TeX, provides the
user commands for letterspacing only, omitting support for all
other extensions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/microtype/letterspace.sty
%{_texmfdistdir}/tex/latex/microtype/microtype-luatex.def
%{_texmfdistdir}/tex/latex/microtype/microtype-pdftex.def
%{_texmfdistdir}/tex/latex/microtype/microtype-xetex.def
%{_texmfdistdir}/tex/latex/microtype/microtype.cfg
%{_texmfdistdir}/tex/latex/microtype/microtype.lua
%{_texmfdistdir}/tex/latex/microtype/microtype.sty
%{_texmfdistdir}/tex/latex/microtype/mt-CharisSIL.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-LatinModernRoman.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-PalatinoLinotype.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-bch.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-blg.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-cmr.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-euf.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-eur.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-euroitc.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-eus.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-msa.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-msb.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-mvs.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-pad.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-pmn.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-ppl.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-ptm.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-ugm.cfg
%{_texmfdistdir}/tex/latex/microtype/mt-zpeu.cfg
%doc %{_texmfdistdir}/doc/latex/microtype/README
%doc %{_texmfdistdir}/doc/latex/microtype/microtype.pdf
%doc %{_texmfdistdir}/doc/latex/microtype/test-microtype.tex
#- source
%doc %{_texmfdistdir}/source/latex/microtype/microtype-utf.dtx
%doc %{_texmfdistdir}/source/latex/microtype/microtype.dtx
%doc %{_texmfdistdir}/source/latex/microtype/microtype.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5a-7
+ Revision: 83876d5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25275 |14mu|texlive-midpage-1.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17484
# category Package
# catalog-ctan /macros/latex/contrib/midpage
# catalog-date 2010-03-17 12:20:59 +0100
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-midpage
Version:	1.1a
Release:	4
Summary:	Environment for vertical centring
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/midpage
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/midpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/midpage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The environment will centre text, if immediately preceded and
followed by \clearpage.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/midpage/midpage.sty
%doc %{_texmfdistdir}/doc/latex/midpage/midpage.pdf
%doc %{_texmfdistdir}/doc/latex/midpage/midpage.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1a-4
+ Revision: b710753
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25276 |14mu|texlive-miller-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18789
# category Package
# catalog-ctan /macros/latex/contrib/miller
# catalog-date 2007-01-12 00:17:35 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-miller
Version:	1.2
Release:	4
Summary:	Typeset miller indices
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/miller
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/miller.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/miller.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/miller.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typeset miller indices, e.g., <1-20>, that are used in material
science with an easy syntax. Minus signs are printed as bar
above the corresponding number.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/miller/miller.sty
%doc %{_texmfdistdir}/doc/latex/miller/ChangeLog
%doc %{_texmfdistdir}/doc/latex/miller/Makefile
%doc %{_texmfdistdir}/doc/latex/miller/README
%doc %{_texmfdistdir}/doc/latex/miller/miller-v.tex
%doc %{_texmfdistdir}/doc/latex/miller/miller.pdf
%doc %{_texmfdistdir}/doc/latex/miller/millertest.tex
#- source
%doc %{_texmfdistdir}/source/latex/miller/miller.dtx
%doc %{_texmfdistdir}/source/latex/miller/miller.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 62efa0a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25277 |14mu|texlive-minibox-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/minibox
# catalog-date 2009-05-06 13:59:23 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-minibox
Version:	0.1
Release:	4
Summary:	A simple type of box for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/minibox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minibox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minibox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minibox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This small package provides a convenient input syntax for boxes
that don't break their text over lines automatically, but do
allow manual line breaks. The boxes shrink to the natural width
of the longest line they contain.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/minibox/minibox.sty
%doc %{_texmfdistdir}/doc/latex/minibox/README
%doc %{_texmfdistdir}/doc/latex/minibox/minibox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/minibox/minibox.ins
%doc %{_texmfdistdir}/source/latex/minibox/minibox.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: abe969b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25278 |14mu|texlive-minifp-0.96-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32559
# category Package
# catalog-ctan /macros/generic/minifp
# catalog-date 2014-01-04 14:18:29 +0100
# catalog-license lppl1.3
# catalog-version 0.96
Name:		texlive-minifp
Version:	0.96
Release:	3
Summary:	Fixed-point real computations to 8 decimals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/minifp
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minifp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minifp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minifp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides basic arithmetic operations to 8 decimal
places for plain TeX or LaTeX. Results are exact when they fit
within the digit limits. Along with the basic package is an
optional extension that adds computation of sin, cos, log,
sqrt, exp, powers and angles. These are also exact when
theoretically possible and are otherwise accurate to at least 7
decimal places. In addition, the package provides a stack-based
programing environment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/minifp/mfpextra.tex
%{_texmfdistdir}/tex/generic/minifp/minifp.sty
%doc %{_texmfdistdir}/doc/generic/minifp/README
%doc %{_texmfdistdir}/doc/generic/minifp/minifp.pdf
%doc %{_texmfdistdir}/doc/generic/minifp/test1.tex
%doc %{_texmfdistdir}/doc/generic/minifp/test2.tex
#- source
%doc %{_texmfdistdir}/source/generic/minifp/minifp.dtx
%doc %{_texmfdistdir}/source/generic/minifp/minifp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.96-3
+ Revision: 8843616
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25279 |14mu|texlive-minipage-marginpar-v0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/minipage-marginpar
# catalog-date 2008-04-09 16:44:20 +0200
# catalog-license lppl
# catalog-version v0.2
Name:		texlive-minipage-marginpar
Version:	v0.2
Release:	4
Summary:	Minipages with marginal notes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/minipage-marginpar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minipage-marginpar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minipage-marginpar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minipage-marginpar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows \marginpar-commands inside of minipages and
other boxes. (It takes another approach than marginnote by
Markus Kohm: it saves all \marginpar-commands and typesets them
outside (i.e., after) the box.) The package defines an
environment minipagewithmarginpars (to be used like minipage)--
and the internal commands may be used by other packages to
define similar environments or commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/minipage-marginpar/minipage-marginpar.sty
%{_texmfdistdir}/tex/latex/minipage-marginpar/mpgmpar.sty
%doc %{_texmfdistdir}/doc/latex/minipage-marginpar/README
%doc %{_texmfdistdir}/doc/latex/minipage-marginpar/minipage-marginpar.pdf
#- source
%doc %{_texmfdistdir}/source/latex/minipage-marginpar/minipage-marginpar.dtx
%doc %{_texmfdistdir}/source/latex/minipage-marginpar/minipage-marginpar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.2-4
+ Revision: 00c39ed
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25280 |14mu|texlive-miniplot-20100314-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17483
# category Package
# catalog-ctan /macros/latex/contrib/miniplot
# catalog-date 2010-03-14 23:57:23 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-miniplot
Version:	20100314
Release:	4
Summary:	A package for easy figure arrangement
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/miniplot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/miniplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/miniplot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MiniPlot is a package to help the LaTeX user typeset EPS
figures using an easy-to-use interface. Figures can be arranged
as one-figure-only or as a collection of figures in columns and
rows which can itself contain sub-figures in columns and rows.
Wrapped figures are also supported. This package provides
commands to display a framebox instead of the figure as the
graphics package does already but additionally it writes useful
information such as the label and scaling factor into these
boxes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/miniplot/miniplot.sty
%doc %{_texmfdistdir}/doc/latex/miniplot/disclaimer.txt
%doc %{_texmfdistdir}/doc/latex/miniplot/documentation.zip
%doc %{_texmfdistdir}/doc/latex/miniplot/miniplot.pdf
%doc %{_texmfdistdir}/doc/latex/miniplot/miniplot.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100314-4
+ Revision: 9af2240
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25281 |14mu|texlive-minitoc-60-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16836
# category Package
# catalog-ctan /macros/latex/contrib/minitoc
# catalog-date 2009-05-26 00:38:29 +0200
# catalog-license lppl
# catalog-version 60
Name:		texlive-minitoc
Version:	60
Release:	4
Summary:	Produce a table of contents for each chapter, part or section
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/minitoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minitoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minitoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minitoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The minitoc package allows you to add mini-tables-of-contents
(minitocs) at the beginning of every chapter, part or section.
There is also provision for mini-lists of figures and of
tables. At the part level, they are parttocs, partlofs and
partlots. If the type of document does not use chapters, the
basic provision is section level secttocs, sectlofs and
sectlots. The package has provision for language-specific
configuration of its own "fixed names", using .mld files
(analagous to babel .ldf files that do that job for LaTeX"s own
fixed names).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/minitoc/en-mtc.bst
%{_texmfdistdir}/bibtex/bst/minitoc/fr-mtc.bst
%{_texmfdistdir}/makeindex/minitoc/minitoc-fr.ist
%{_texmfdistdir}/makeindex/minitoc/minitoc.ist
%{_texmfdistdir}/tex/latex/minitoc/UKenglish.mld
%{_texmfdistdir}/tex/latex/minitoc/USenglish.mld
%{_texmfdistdir}/tex/latex/minitoc/acadian.mld
%{_texmfdistdir}/tex/latex/minitoc/acadien.mld
%{_texmfdistdir}/tex/latex/minitoc/afrikaan.mld
%{_texmfdistdir}/tex/latex/minitoc/afrikaans.mld
%{_texmfdistdir}/tex/latex/minitoc/albanian.mld
%{_texmfdistdir}/tex/latex/minitoc/american.mld
%{_texmfdistdir}/tex/latex/minitoc/arab.mld
%{_texmfdistdir}/tex/latex/minitoc/arab2.mld
%{_texmfdistdir}/tex/latex/minitoc/arabi.mld
%{_texmfdistdir}/tex/latex/minitoc/arabic.mld
%{_texmfdistdir}/tex/latex/minitoc/armenian.mld
%{_texmfdistdir}/tex/latex/minitoc/australian.mld
%{_texmfdistdir}/tex/latex/minitoc/austrian.mld
%{_texmfdistdir}/tex/latex/minitoc/bahasa.mld
%{_texmfdistdir}/tex/latex/minitoc/bahasai.mld
%{_texmfdistdir}/tex/latex/minitoc/bahasam.mld
%{_texmfdistdir}/tex/latex/minitoc/bangla.mld
%{_texmfdistdir}/tex/latex/minitoc/basque.mld
%{_texmfdistdir}/tex/latex/minitoc/bengali.mld
%{_texmfdistdir}/tex/latex/minitoc/bicig.mld
%{_texmfdistdir}/tex/latex/minitoc/bicig2.mld
%{_texmfdistdir}/tex/latex/minitoc/bicig3.mld
%{_texmfdistdir}/tex/latex/minitoc/bithe.mld
%{_texmfdistdir}/tex/latex/minitoc/boldsc.sty
%{_texmfdistdir}/tex/latex/minitoc/brazil.mld
%{_texmfdistdir}/tex/latex/minitoc/brazilian.mld
%{_texmfdistdir}/tex/latex/minitoc/breton.mld
%{_texmfdistdir}/tex/latex/minitoc/british.mld
%{_texmfdistdir}/tex/latex/minitoc/bulgarian.mld
%{_texmfdistdir}/tex/latex/minitoc/bulgarianb.mld
%{_texmfdistdir}/tex/latex/minitoc/buryat.mld
%{_texmfdistdir}/tex/latex/minitoc/buryat2.mld
%{_texmfdistdir}/tex/latex/minitoc/canadian.mld
%{_texmfdistdir}/tex/latex/minitoc/canadien.mld
%{_texmfdistdir}/tex/latex/minitoc/castillan.mld
%{_texmfdistdir}/tex/latex/minitoc/castillian.mld
%{_texmfdistdir}/tex/latex/minitoc/catalan.mld
%{_texmfdistdir}/tex/latex/minitoc/chinese1.mld
%{_texmfdistdir}/tex/latex/minitoc/chinese1.mlo
%{_texmfdistdir}/tex/latex/minitoc/chinese2.mld
%{_texmfdistdir}/tex/latex/minitoc/chinese2.mlo
%{_texmfdistdir}/tex/latex/minitoc/croatian.mld
%{_texmfdistdir}/tex/latex/minitoc/czech.mld
%{_texmfdistdir}/tex/latex/minitoc/danish.mld
%{_texmfdistdir}/tex/latex/minitoc/dblaccnt.sty
%{_texmfdistdir}/tex/latex/minitoc/devanagari.mld
%{_texmfdistdir}/tex/latex/minitoc/dutch.mld
%{_texmfdistdir}/tex/latex/minitoc/english.mld
%{_texmfdistdir}/tex/latex/minitoc/english1.mld
%{_texmfdistdir}/tex/latex/minitoc/english2.mld
%{_texmfdistdir}/tex/latex/minitoc/esperant.mld
%{_texmfdistdir}/tex/latex/minitoc/esperanto.mld
%{_texmfdistdir}/tex/latex/minitoc/estonian.mld
%{_texmfdistdir}/tex/latex/minitoc/ethiopia.mld
%{_texmfdistdir}/tex/latex/minitoc/ethiopian.mld
%{_texmfdistdir}/tex/latex/minitoc/ethiopian2.mld
%{_texmfdistdir}/tex/latex/minitoc/farsi1.mld
%{_texmfdistdir}/tex/latex/minitoc/farsi1.mlo
%{_texmfdistdir}/tex/latex/minitoc/farsi2.mld
%{_texmfdistdir}/tex/latex/minitoc/farsi2.mlo
%{_texmfdistdir}/tex/latex/minitoc/farsi3.mld
%{_texmfdistdir}/tex/latex/minitoc/finnish.mld
%{_texmfdistdir}/tex/latex/minitoc/finnish2.mld
%{_texmfdistdir}/tex/latex/minitoc/franc.sty
%{_texmfdistdir}/tex/latex/minitoc/francais.mld
%{_texmfdistdir}/tex/latex/minitoc/frbib.sty
%{_texmfdistdir}/tex/latex/minitoc/french.mld
%{_texmfdistdir}/tex/latex/minitoc/french1.mld
%{_texmfdistdir}/tex/latex/minitoc/french2.mld
%{_texmfdistdir}/tex/latex/minitoc/frenchb.mld
%{_texmfdistdir}/tex/latex/minitoc/frenchle.mld
%{_texmfdistdir}/tex/latex/minitoc/frenchpro.mld
%{_texmfdistdir}/tex/latex/minitoc/frnew.sty
%{_texmfdistdir}/tex/latex/minitoc/galician.mld
%{_texmfdistdir}/tex/latex/minitoc/german.mld
%{_texmfdistdir}/tex/latex/minitoc/germanb.mld
%{_texmfdistdir}/tex/latex/minitoc/germanb2.mld
%{_texmfdistdir}/tex/latex/minitoc/greek-mono.mld
%{_texmfdistdir}/tex/latex/minitoc/greek-polydemo.mld
%{_texmfdistdir}/tex/latex/minitoc/greek-polykatha.mld
%{_texmfdistdir}/tex/latex/minitoc/greek.mld
%{_texmfdistdir}/tex/latex/minitoc/guarani.mld
%{_texmfdistdir}/tex/latex/minitoc/hangul-u8.mld
%{_texmfdistdir}/tex/latex/minitoc/hangul-u8.mlo
%{_texmfdistdir}/tex/latex/minitoc/hangul1.mld
%{_texmfdistdir}/tex/latex/minitoc/hangul1.mlo
%{_texmfdistdir}/tex/latex/minitoc/hangul2.mld
%{_texmfdistdir}/tex/latex/minitoc/hangul2.mlo
%{_texmfdistdir}/tex/latex/minitoc/hangul3.mld
%{_texmfdistdir}/tex/latex/minitoc/hangul3.mlo
%{_texmfdistdir}/tex/latex/minitoc/hangul4.mld
%{_texmfdistdir}/tex/latex/minitoc/hangul4.mlo
%{_texmfdistdir}/tex/latex/minitoc/hanja-u8.mld
%{_texmfdistdir}/tex/latex/minitoc/hanja-u8.mlo
%{_texmfdistdir}/tex/latex/minitoc/hanja1.mld
%{_texmfdistdir}/tex/latex/minitoc/hanja1.mlo
%{_texmfdistdir}/tex/latex/minitoc/hanja2.mld
%{_texmfdistdir}/tex/latex/minitoc/hanja2.mlo
%{_texmfdistdir}/tex/latex/minitoc/hebrew.mld
%{_texmfdistdir}/tex/latex/minitoc/hebrew2.mld
%{_texmfdistdir}/tex/latex/minitoc/hindi-modern.mld
%{_texmfdistdir}/tex/latex/minitoc/hindi.mld
%{_texmfdistdir}/tex/latex/minitoc/hungarian.mld
%{_texmfdistdir}/tex/latex/minitoc/icelandic.mld
%{_texmfdistdir}/tex/latex/minitoc/indon.mld
%{_texmfdistdir}/tex/latex/minitoc/indonesian.mld
%{_texmfdistdir}/tex/latex/minitoc/interlingua.mld
%{_texmfdistdir}/tex/latex/minitoc/irish.mld
%{_texmfdistdir}/tex/latex/minitoc/italian.mld
%{_texmfdistdir}/tex/latex/minitoc/italian2.mld
%{_texmfdistdir}/tex/latex/minitoc/japanese.mld
%{_texmfdistdir}/tex/latex/minitoc/japanese.mlo
%{_texmfdistdir}/tex/latex/minitoc/japanese2.mld
%{_texmfdistdir}/tex/latex/minitoc/japanese2.mlo
%{_texmfdistdir}/tex/latex/minitoc/japanese3.mld
%{_texmfdistdir}/tex/latex/minitoc/japanese3.mlo
%{_texmfdistdir}/tex/latex/minitoc/japanese4.mld
%{_texmfdistdir}/tex/latex/minitoc/japanese4.mlo
%{_texmfdistdir}/tex/latex/minitoc/japanese5.mld
%{_texmfdistdir}/tex/latex/minitoc/japanese5.mlo
%{_texmfdistdir}/tex/latex/minitoc/japanese6.mld
%{_texmfdistdir}/tex/latex/minitoc/japanese6.mlo
%{_texmfdistdir}/tex/latex/minitoc/kannada.mld
%{_texmfdistdir}/tex/latex/minitoc/khalkha.mld
%{_texmfdistdir}/tex/latex/minitoc/latin.mld
%{_texmfdistdir}/tex/latex/minitoc/latin2.mld
%{_texmfdistdir}/tex/latex/minitoc/latinc.mld
%{_texmfdistdir}/tex/latex/minitoc/latinc2.mld
%{_texmfdistdir}/tex/latex/minitoc/latvian.mld
%{_texmfdistdir}/tex/latex/minitoc/latvian2.mld
%{_texmfdistdir}/tex/latex/minitoc/letton.mld
%{_texmfdistdir}/tex/latex/minitoc/letton2.mld
%{_texmfdistdir}/tex/latex/minitoc/lithuanian.mld
%{_texmfdistdir}/tex/latex/minitoc/lithuanian2.mld
%{_texmfdistdir}/tex/latex/minitoc/lowersorbian.mld
%{_texmfdistdir}/tex/latex/minitoc/lsorbian.mld
%{_texmfdistdir}/tex/latex/minitoc/magyar.mld
%{_texmfdistdir}/tex/latex/minitoc/magyar2.mld
%{_texmfdistdir}/tex/latex/minitoc/magyar3.mld
%{_texmfdistdir}/tex/latex/minitoc/malay.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-b.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-keli.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-keli2.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-mr.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-omega.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-omega.mlo
%{_texmfdistdir}/tex/latex/minitoc/malayalam-rachana.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-rachana2.mld
%{_texmfdistdir}/tex/latex/minitoc/malayalam-rachana3.mld
%{_texmfdistdir}/tex/latex/minitoc/manju.mld
%{_texmfdistdir}/tex/latex/minitoc/mexican.mld
%{_texmfdistdir}/tex/latex/minitoc/meyalu.mld
%{_texmfdistdir}/tex/latex/minitoc/minitoc.sty
%{_texmfdistdir}/tex/latex/minitoc/mongol.mld
%{_texmfdistdir}/tex/latex/minitoc/mongolb.mld
%{_texmfdistdir}/tex/latex/minitoc/mongolian.mld
%{_texmfdistdir}/tex/latex/minitoc/mtcmess.sty
%{_texmfdistdir}/tex/latex/minitoc/mtcoff.sty
%{_texmfdistdir}/tex/latex/minitoc/mtcpatchmem.sty
%{_texmfdistdir}/tex/latex/minitoc/mypatches.sty
%{_texmfdistdir}/tex/latex/minitoc/naustrian.mld
%{_texmfdistdir}/tex/latex/minitoc/newzealand.mld
%{_texmfdistdir}/tex/latex/minitoc/ngerman.mld
%{_texmfdistdir}/tex/latex/minitoc/ngermanb.mld
%{_texmfdistdir}/tex/latex/minitoc/ngermanb2.mld
%{_texmfdistdir}/tex/latex/minitoc/norsk.mld
%{_texmfdistdir}/tex/latex/minitoc/norsk2.mld
%{_texmfdistdir}/tex/latex/minitoc/nynorsk.mld
%{_texmfdistdir}/tex/latex/minitoc/nynorsk2.mld
%{_texmfdistdir}/tex/latex/minitoc/occitan.mld
%{_texmfdistdir}/tex/latex/minitoc/occitan2.mld
%{_texmfdistdir}/tex/latex/minitoc/polish.mld
%{_texmfdistdir}/tex/latex/minitoc/polish2.mld
%{_texmfdistdir}/tex/latex/minitoc/polski.mld
%{_texmfdistdir}/tex/latex/minitoc/portuges.mld
%{_texmfdistdir}/tex/latex/minitoc/portuguese.mld
%{_texmfdistdir}/tex/latex/minitoc/romanian.mld
%{_texmfdistdir}/tex/latex/minitoc/romanian2.mld
%{_texmfdistdir}/tex/latex/minitoc/romanian3.mld
%{_texmfdistdir}/tex/latex/minitoc/russian-cca.mld
%{_texmfdistdir}/tex/latex/minitoc/russian-cca.mlo
%{_texmfdistdir}/tex/latex/minitoc/russian-cca1.mld
%{_texmfdistdir}/tex/latex/minitoc/russian-cca1.mlo
%{_texmfdistdir}/tex/latex/minitoc/russian-lh.mld
%{_texmfdistdir}/tex/latex/minitoc/russian-lh.mlo
%{_texmfdistdir}/tex/latex/minitoc/russian-lhcyralt.mld
%{_texmfdistdir}/tex/latex/minitoc/russian-lhcyralt.mlo
%{_texmfdistdir}/tex/latex/minitoc/russian-lhcyrkoi.mld
%{_texmfdistdir}/tex/latex/minitoc/russian-lhcyrkoi.mlo
%{_texmfdistdir}/tex/latex/minitoc/russian-lhcyrwin.mld
%{_texmfdistdir}/tex/latex/minitoc/russian-lhcyrwin.mlo
%{_texmfdistdir}/tex/latex/minitoc/russian.mld
%{_texmfdistdir}/tex/latex/minitoc/russian2m.mld
%{_texmfdistdir}/tex/latex/minitoc/russian2o.mld
%{_texmfdistdir}/tex/latex/minitoc/russianb.mld
%{_texmfdistdir}/tex/latex/minitoc/russianc.mld
%{_texmfdistdir}/tex/latex/minitoc/samin.mld
%{_texmfdistdir}/tex/latex/minitoc/scottish.mld
%{_texmfdistdir}/tex/latex/minitoc/serbian.mld
%{_texmfdistdir}/tex/latex/minitoc/serbianc.mld
%{_texmfdistdir}/tex/latex/minitoc/slovak.mld
%{_texmfdistdir}/tex/latex/minitoc/slovene.mld
%{_texmfdistdir}/tex/latex/minitoc/spanish.mld
%{_texmfdistdir}/tex/latex/minitoc/spanish2.mld
%{_texmfdistdir}/tex/latex/minitoc/spanish3.mld
%{_texmfdistdir}/tex/latex/minitoc/spanish4.mld
%{_texmfdistdir}/tex/latex/minitoc/swahili.mld
%{_texmfdistdir}/tex/latex/minitoc/swedish.mld
%{_texmfdistdir}/tex/latex/minitoc/swedish2.mld
%{_texmfdistdir}/tex/latex/minitoc/thai.mld
%{_texmfdistdir}/tex/latex/minitoc/thai.mlo
%{_texmfdistdir}/tex/latex/minitoc/turkish.mld
%{_texmfdistdir}/tex/latex/minitoc/uighur.mld
%{_texmfdistdir}/tex/latex/minitoc/uighur2.mld
%{_texmfdistdir}/tex/latex/minitoc/uighur3.mld
%{_texmfdistdir}/tex/latex/minitoc/ukraineb.mld
%{_texmfdistdir}/tex/latex/minitoc/ukrainian.mld
%{_texmfdistdir}/tex/latex/minitoc/uppersorbian.mld
%{_texmfdistdir}/tex/latex/minitoc/usorbian.mld
%{_texmfdistdir}/tex/latex/minitoc/vietnam.mld
%{_texmfdistdir}/tex/latex/minitoc/vietnamese.mld
%{_texmfdistdir}/tex/latex/minitoc/welsh.mld
%{_texmfdistdir}/tex/latex/minitoc/xalx.mld
%{_texmfdistdir}/tex/latex/minitoc/xalx2.mld
%{_texmfdistdir}/tex/latex/minitoc/xalx3.mld
%doc %{_texmfdistdir}/doc/latex/minitoc/CATALOG
%doc %{_texmfdistdir}/doc/latex/minitoc/INSTALL
%doc %{_texmfdistdir}/doc/latex/minitoc/README
%doc %{_texmfdistdir}/doc/latex/minitoc/TODO
%doc %{_texmfdistdir}/doc/latex/minitoc/aaland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/acadian-m.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/acadie-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/acadien-m.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/afghan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/africa-lf.png
%doc %{_texmfdistdir}/doc/latex/minitoc/africa-lo.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/afrsud-l.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/afrsud-p.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/alb2.png
%doc %{_texmfdistdir}/doc/latex/minitoc/alba-eth.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/albania-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/albania.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/algeria-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/allemand.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/alsace-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/andorra-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/anglo1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/angola-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/arab-l.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/arabw.png
%doc %{_texmfdistdir}/doc/latex/minitoc/argentina-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/armenia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/armeniad.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/armenian-l.png
%doc %{_texmfdistdir}/doc/latex/minitoc/armeniar.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/aruba-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/australia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/austria-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/azerbaijan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bahamas-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bahrain-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/baltes.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/bangla.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bangla1.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bangla2.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bangladesh-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/barbados-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/basque-de.png
%doc %{_texmfdistdir}/doc/latex/minitoc/basque-df.png
%doc %{_texmfdistdir}/doc/latex/minitoc/basque1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/basque2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/be-dg-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/belarus-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/belgique.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/belgium-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/belize-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bengali-m.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/benin-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bolivia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bolzano-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bosnia-hz-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bosnia.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/bozen-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/brazil-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/brazil.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/brazilp.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/bretagne.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/brussels-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bulgaria-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bulgariar.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/bulgarski.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bulgmap.png
%doc %{_texmfdistdir}/doc/latex/minitoc/bur-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/burkina-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/burundi-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/buryatia-l.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/buryatia.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/california-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cambodia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cameroon-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/canada-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/canada-l.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/canada-pe.png
%doc %{_texmfdistdir}/doc/latex/minitoc/canada-pf.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/canada.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/canada1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/cap-verde-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/castille-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/catalan-d.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/catalan-p.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/catalonia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/caucasus.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/central-africa-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/chad-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/chile-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/china-ae.png
%doc %{_texmfdistdir}/doc/latex/minitoc/china-af.png
%doc %{_texmfdistdir}/doc/latex/minitoc/china-ch.png
%doc %{_texmfdistdir}/doc/latex/minitoc/china-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/china-l.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/china-w.png
%doc %{_texmfdistdir}/doc/latex/minitoc/chine1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/chine2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/cis-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cmk
%doc %{_texmfdistdir}/doc/latex/minitoc/colombia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/comoros-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/congo-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/corsica-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/costa-rica-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/cplp-0.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cplpmap.png
%doc %{_texmfdistdir}/doc/latex/minitoc/croatia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/croatia-un.png
%doc %{_texmfdistdir}/doc/latex/minitoc/croatie2.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cuba-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cyprus-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cyr-alf.png
%doc %{_texmfdistdir}/doc/latex/minitoc/cz1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/cz3.png
%doc %{_texmfdistdir}/doc/latex/minitoc/czech-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/czechd.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/dane-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/danemark.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/danishd.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/danishg.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/devanagari.png
%doc %{_texmfdistdir}/doc/latex/minitoc/djibouti-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/dominica-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/dominican-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/dutchw.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/east-timor-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ecosse1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/ecosse2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/ecosse3.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/ecuador-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/egypt-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/el-salvador-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/emk
%doc %{_texmfdistdir}/doc/latex/minitoc/england-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/equa-guinea-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/eritrea-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/espa-l.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/espa-o.png
%doc %{_texmfdistdir}/doc/latex/minitoc/esperanto-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/estonia-a.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/estonia-b.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/estonia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/eth2.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ethiolang.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ethiopia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ethiopia-p.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/ethiopia.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/euro-lan.png
%doc %{_texmfdistdir}/doc/latex/minitoc/euro-lan1.png
%doc %{_texmfdistdir}/doc/latex/minitoc/euro-lan2.png
%doc %{_texmfdistdir}/doc/latex/minitoc/eusk-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/euskara.png
%doc %{_texmfdistdir}/doc/latex/minitoc/faroe-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/farsi-logo.png
%doc %{_texmfdistdir}/doc/latex/minitoc/farsi.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/feroe.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/fiji-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/finland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/finlande1.png
%doc %{_texmfdistdir}/doc/latex/minitoc/finlande2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/finnishd.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/finnishl.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/flanders-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/fmk
%doc %{_texmfdistdir}/doc/latex/minitoc/france-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/france-lr.png
%doc %{_texmfdistdir}/doc/latex/minitoc/franco.png
%doc %{_texmfdistdir}/doc/latex/minitoc/francophonie-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/fswahili.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/gabon-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/gael-ft.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/gaid.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/galicia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/galicia-m.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/galicia-mp.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/galician-l.png
%doc %{_texmfdistdir}/doc/latex/minitoc/galles1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/galles2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/georgia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/germ-w.png
%doc %{_texmfdistdir}/doc/latex/minitoc/german-c.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/german-d.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/german-m.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/germany-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/ghana-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/gibraltar-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/grece1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/grece2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/greece-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/greeka.png
%doc %{_texmfdistdir}/doc/latex/minitoc/greekm.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/greenland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/guatemala-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/guinea-bissau-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/guinea-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/gwenn-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/haiti-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/hangul.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hanja.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hanzi.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hin.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hindi-b.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hindi-p.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hispano.png
%doc %{_texmfdistdir}/doc/latex/minitoc/honduras-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hrv.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hun1.png
%doc %{_texmfdistdir}/doc/latex/minitoc/hun2.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/hungary-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/iceland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/imk
%doc %{_texmfdistdir}/doc/latex/minitoc/imongolia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/inde1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/inde2.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/india-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/indonesia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/indonesia1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/indonesia2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/iran-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/iranian.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/iraq-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ireland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/irish.png
%doc %{_texmfdistdir}/doc/latex/minitoc/irlande.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/islam-pbc.png
%doc %{_texmfdistdir}/doc/latex/minitoc/islam-sw.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/islande.png
%doc %{_texmfdistdir}/doc/latex/minitoc/islandep.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/isr1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/isr2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/israel-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/italian.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/italo1.png
%doc %{_texmfdistdir}/doc/latex/minitoc/italy-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/italysm.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ivory-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ivrit.png
%doc %{_texmfdistdir}/doc/latex/minitoc/jamaica-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/japan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/japon1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/japon2.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/jordan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/jutland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/kannada-n.png
%doc %{_texmfdistdir}/doc/latex/minitoc/karnad1.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/karnataka-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/karnataka.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/kazakhstan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/kenya-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/kerala-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/kerala.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/khalkha.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/kiribati-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/korea-n-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/korea-s-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/korean1.png
%doc %{_texmfdistdir}/doc/latex/minitoc/korean2.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/kos-alb.png
%doc %{_texmfdistdir}/doc/latex/minitoc/kos-ml.png
%doc %{_texmfdistdir}/doc/latex/minitoc/kosovo-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/kuwait-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/kyrgyzstan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/lamed3.png
%doc %{_texmfdistdir}/doc/latex/minitoc/lang-g.png
%doc %{_texmfdistdir}/doc/latex/minitoc/laos-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/latvia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/latvian-d.png
%doc %{_texmfdistdir}/doc/latex/minitoc/latvian-r1.png
%doc %{_texmfdistdir}/doc/latex/minitoc/lebanon-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/lettonie.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/leur.png
%doc %{_texmfdistdir}/doc/latex/minitoc/liberia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/libya-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/liech-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/lithuania-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/lituanie.png
%doc %{_texmfdistdir}/doc/latex/minitoc/lorraine-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/louisiana-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ls-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/luso1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/luso2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/lux-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/macau-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/macedonia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/madagascar-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/maine-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/malawi-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/malayalam.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/malayalam.png
%doc %{_texmfdistdir}/doc/latex/minitoc/malaysia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/malaysia1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/malaysia2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mali-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/malta1-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/manchu.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/manchuria.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/manjuc.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/manjui.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mauritania-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mauritius-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mex1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mex2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mex3.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mexico-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/mexip.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/meyalu.png
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc-fr.bib
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc-fr.lan
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc-fr.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc.bib
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc.bug
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc.l
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc.lan
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc.pre
%doc %{_texmfdistdir}/doc/latex/minitoc/minitoc.sum
%doc %{_texmfdistdir}/doc/latex/minitoc/moldova-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/monaco-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mondep.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mongasie.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mongolcy.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mongolia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mongolian.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mongols.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mongoltr.png
%doc %{_texmfdistdir}/doc/latex/minitoc/montenegro-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/morocco-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mozambique-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-2c.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-2c.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-2nd.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-2nd.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-3co.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-3co.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-add.bib
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-add.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-add.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ads.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ads.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-amm.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-amm.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-apx.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-apx.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-art.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-art.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-bk.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-bk.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-bo.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-bo.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ch0.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ch0.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-cri.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-cri.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-fko.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-fko.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-fo1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-fo1.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-fo2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-fo2.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-gap.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-gap.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hi1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hi1.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hi2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hi2.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hia.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hia.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hir.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hir.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hop.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-hop.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-liv.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-liv.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-mem.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-mem.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-mm1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-mm1.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-mu.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-mu.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-nom.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-nom.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ocf.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ocf.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ofs.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-ofs.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-sbf.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-sbf.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-scr.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-scr.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-syn.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-syn.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tbi.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tbi.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tlc.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tlc.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tlo.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tlo.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tsf.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-tsf.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-vti.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/mtc-vti.tex
%doc %{_texmfdistdir}/doc/latex/minitoc/namibia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/nbrunswick-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ncyprus-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/neder.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/netherlands-antilles-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/netherlands-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/new-york-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/newzealand-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/nicaragua-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/nice-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/niger-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/nigeria-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/nihongo.png
%doc %{_texmfdistdir}/doc/latex/minitoc/norvege-c.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/norvege-t.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/norway-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/norway-p.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/occ-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/occdial1.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/occdial2.png
%doc %{_texmfdistdir}/doc/latex/minitoc/occitanie.png
%doc %{_texmfdistdir}/doc/latex/minitoc/occtaur.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/oman-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/opole-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/pakistan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/palestine-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/panama-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/paraguay-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/paraguay.png
%doc %{_texmfdistdir}/doc/latex/minitoc/paraguayp.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/peru-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/philippines-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/pmk
%doc %{_texmfdistdir}/doc/latex/minitoc/poland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/polish-d.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/polmin.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/pologne.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/polski-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/portu-a.png
%doc %{_texmfdistdir}/doc/latex/minitoc/portu-b.png
%doc %{_texmfdistdir}/doc/latex/minitoc/portu-p.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/portu-r.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/portugal-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/portugal.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/puerto-rico-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/qatar-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/quebec-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/rdcongo-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/rmk
%doc %{_texmfdistdir}/doc/latex/minitoc/romania-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/romanian.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/rus-cyr.png
%doc %{_texmfdistdir}/doc/latex/minitoc/rus-re.png
%doc %{_texmfdistdir}/doc/latex/minitoc/rus-su.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/russia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/russian-e.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/russian-n.png
%doc %{_texmfdistdir}/doc/latex/minitoc/russian-w.png
%doc %{_texmfdistdir}/doc/latex/minitoc/russian.png
%doc %{_texmfdistdir}/doc/latex/minitoc/rwanda-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/saint-lucia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/same-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/same.png
%doc %{_texmfdistdir}/doc/latex/minitoc/sami-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/samoa-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/san-marino-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/sao-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/saudi-arabia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/scotland-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/senegal-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/serb-a.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/serbia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/serbia-f2.png
%doc %{_texmfdistdir}/doc/latex/minitoc/serbia1.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/seychelles-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/singapore-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/slovak-ok.png
%doc %{_texmfdistdir}/doc/latex/minitoc/slovakia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/slovakia.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/slovenia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/slovenian.png
%doc %{_texmfdistdir}/doc/latex/minitoc/slovenie.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/solomon-islands-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/somalia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/sorabe-1.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/sorabe-2.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/sorben.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/sorbian.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/south-africa-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/spain-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/spain.png
%doc %{_texmfdistdir}/doc/latex/minitoc/spilhennig.png
%doc %{_texmfdistdir}/doc/latex/minitoc/start.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/stop.png
%doc %{_texmfdistdir}/doc/latex/minitoc/sudan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/suede-a.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/suede-fin.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/suisse-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/suriname-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/svenska.png
%doc %{_texmfdistdir}/doc/latex/minitoc/swahili-m.png
%doc %{_texmfdistdir}/doc/latex/minitoc/swahili.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/sweden-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/sweden.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/syria-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/taiwan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/tajikistan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/tanzania-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/thai.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/thai.png
%doc %{_texmfdistdir}/doc/latex/minitoc/thailand-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/tmk
%doc %{_texmfdistdir}/doc/latex/minitoc/togo-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/tonga-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/tunisia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/turkey-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/turkish.png
%doc %{_texmfdistdir}/doc/latex/minitoc/turkmenistan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/turquie.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/tuvalu-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/uae-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/uganda-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/uighur-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/uighur.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/uk-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ukra.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ukraine-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/ukraine.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/ukrainep.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/uruguay-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/us-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/usa-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/uzbekistan-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/vanuatu-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/vatican-f.jpg
%doc %{_texmfdistdir}/doc/latex/minitoc/venezuela-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/vermont-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/viet-w.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/viet2.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/viet3.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/viet4.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/vietnam-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/vojvodina-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/wales-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/wallonia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/wallonie.pdf
%doc %{_texmfdistdir}/doc/latex/minitoc/wiki.png
%doc %{_texmfdistdir}/doc/latex/minitoc/wikif.png
%doc %{_texmfdistdir}/doc/latex/minitoc/wrs-a.png
%doc %{_texmfdistdir}/doc/latex/minitoc/wrs-c.png
%doc %{_texmfdistdir}/doc/latex/minitoc/xinjiang.png
%doc %{_texmfdistdir}/doc/latex/minitoc/xinjiangc.png
%doc %{_texmfdistdir}/doc/latex/minitoc/xmk
%doc %{_texmfdistdir}/doc/latex/minitoc/xyugo.png
%doc %{_texmfdistdir}/doc/latex/minitoc/yemen-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/zambia-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/zanzibar-f.png
%doc %{_texmfdistdir}/doc/latex/minitoc/zimbabwe-f.png
#- source
%doc %{_texmfdistdir}/source/latex/minitoc/minitoc-fr.dtx
%doc %{_texmfdistdir}/source/latex/minitoc/minitoc.dtx
%doc %{_texmfdistdir}/source/latex/minitoc/minitoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 60-4
+ Revision: 872bbf5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25282 |14mu|texlive-minorrevision-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32165
# category Package
# catalog-ctan /macros/latex/contrib/minorrevision
# catalog-date 2013-11-16 09:55:49 +0100
# catalog-license lppl1.2
# catalog-version 1.1
Name:		texlive-minorrevision
Version:	1.1
Release:	7
Summary:	Quote and refer to a manuscript for minor revisions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/minorrevision
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minorrevision.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minorrevision.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports those who publish articles in peer-
reviewed journals. In the final stages of the review process,
the authors typically have to provide an additional document
(such as a letter to the editors), in which they provide a list
of modifications that they made to the manuscript. The package
automatically provides line numbers and quotations from the
manuscript, for this letter. The package loads the package
lineno, so (in effect) shares lineno's incompatibilities.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/minorrevision/minorrevision.sty
%doc %{_texmfdistdir}/doc/latex/minorrevision/README
%doc %{_texmfdistdir}/doc/latex/minorrevision/minorrevision.pdf
%doc %{_texmfdistdir}/doc/latex/minorrevision/minorrevision.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: ad004cb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25283 |14mu|texlive-minted-1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24002
# category Package
# catalog-ctan /macros/latex/contrib/minted
# catalog-date 2011-09-18 00:13:37 +0200
# catalog-license lppl1.3
# catalog-version 1.7
Name:		texlive-minted
Version:	1.7
Release:	4
Summary:	Highlighted source code for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/minted
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minted.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minted.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minted.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package that facilitates expressive syntax highlighting in
LaTeX using the powerful Pygments library. The package also
provides options to customize the highlighted source code
output using fancyvrb.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/minted/minted.sty
%doc %{_texmfdistdir}/doc/latex/minted/Makefile
%doc %{_texmfdistdir}/doc/latex/minted/README
%doc %{_texmfdistdir}/doc/latex/minted/minted.pdf
#- source
%doc %{_texmfdistdir}/source/latex/minted/minted.dtx
%doc %{_texmfdistdir}/source/latex/minted/minted.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7-4
+ Revision: c16b01a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25284 |14mu|texlive-minutes-1.8d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16350
# category Package
# catalog-ctan /macros/latex/contrib/minutes
# catalog-date 2009-12-05 12:31:44 +0100
# catalog-license other-free
# catalog-version 1.8d
Name:		texlive-minutes
Version:	1.8d
Release:	4
Summary:	Typeset the minutes of meetings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/minutes
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minutes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minutes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/minutes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Supports the creation of a collection of minutes. Features
include: - Support of tasks (who, schedule, what, time of
finishing; - possibility of creating a list of open tasks; -
inclusion of open tasks from other minutes; - Support for
attachments; - Support of schedule dates (in planning: support
for the calendar package); - Different versions ('secret
parts'); and - Macros for votes and decisions (list of
decisions). Support for minutes in a variety of languages is
available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/minutes/minutes.sty
%doc %{_texmfdistdir}/doc/latex/minutes/MinStyGd.tex
%doc %{_texmfdistdir}/doc/latex/minutes/Overview.tex
%doc %{_texmfdistdir}/doc/latex/minutes/Protokol.tex
%doc %{_texmfdistdir}/doc/latex/minutes/README
%doc %{_texmfdistdir}/doc/latex/minutes/Sample.tex
%doc %{_texmfdistdir}/doc/latex/minutes/SampleDE.tex
%doc %{_texmfdistdir}/doc/latex/minutes/SampleEN.tex
%doc %{_texmfdistdir}/doc/latex/minutes/SampleNL.tex
%doc %{_texmfdistdir}/doc/latex/minutes/minutes.pdf
#- source
%doc %{_texmfdistdir}/source/latex/minutes/minutes.dtx
%doc %{_texmfdistdir}/source/latex/minutes/minutes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.8d-4
+ Revision: 3e40f37
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25285 |14mu|texlive-misc209-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18001
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-misc209
Version:	20111103
Release:	4
Summary:	TeXLive misc209 package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/misc209.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive misc209 package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/misc209/bibmods.sty
%{_texmfdistdir}/tex/latex/misc209/example.sty
%{_texmfdistdir}/tex/latex/misc209/hangcaption.sty
%{_texmfdistdir}/tex/latex/misc209/multind.sty
%{_texmfdistdir}/tex/latex/misc209/portland.sty
%{_texmfdistdir}/tex/latex/misc209/psboxit.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: ae081d3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25286 |14mu|texlive-mkgrkindex-2.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /language/greek/mkgrkindex
# catalog-date 2010-10-24 16:36:36 +0200
# catalog-license other-free
# catalog-version 2.0
Name:		texlive-mkgrkindex
Version:	2.0
Release:	5
Summary:	Makeindex working with Greek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/greek/mkgrkindex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mkgrkindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mkgrkindex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-mkgrkindex.bin = %{EVRD}

%description
Makeindex is resolutely stuck with Latin-based alphabets, so
will not deal with Greek indexes, unaided. This package
provides a Perl script that will transmute the index of a Greek
document in such a way that makeindex will sort the entries
according to the rules of the Greek alphabet.


#-----------------------------------------------------------------------
%files
%{_bindir}/mkgrkindex
%{_texmfdistdir}/makeindex/mkgrkindex/lowercase-headers.ist
%{_texmfdistdir}/makeindex/mkgrkindex/uppercase-headers.ist
%{_texmfdistdir}/scripts/mkgrkindex/mkgrkindex
%doc %{_texmfdistdir}/doc/support/mkgrkindex/mkgrkindex.nw
%doc %{_texmfdistdir}/doc/support/mkgrkindex/mkgrkindex.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/mkgrkindex/mkgrkindex mkgrkindex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-5
+ Revision: 70fb275
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25287 |14mu|texlive-mla-paper-20101230-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20885
# category Package
# catalog-ctan /macros/latex/contrib/mla-paper
# catalog-date 2010-12-30 15:21:17 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-mla-paper
Version:	20101230
Release:	4
Summary:	Proper MLA formatting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mla-paper
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mla-paper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mla-paper.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package formats articles using the MLA style. The aim is
that students and other academics in the humanities should be
able to typeset their materials, properly, with minimal effort
on their part.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mla-paper/mla.sty
%doc %{_texmfdistdir}/doc/latex/mla-paper/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101230-4
+ Revision: 1fa8600
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25288 |14mu|texlive-mlist-0.6a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mlist
# catalog-date 2009-07-04 13:21:27 +0200
# catalog-license lppl
# catalog-version 0.6a
Name:		texlive-mlist
Version:	0.6a
Release:	4
Summary:	Logical markup for lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mlist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mlist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mlist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mlist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines commands that create macros for typesetting
vectors, matrices and functions, in a logical way. For example,
logical indexing can then be used to refer to elements or
arguments without hard-coding the symbols in the document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mlist/mlist.cfg
%{_texmfdistdir}/tex/latex/mlist/mlist.sty
%doc %{_texmfdistdir}/doc/latex/mlist/README
%doc %{_texmfdistdir}/doc/latex/mlist/mlist.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mlist/mlist.dtx
%doc %{_texmfdistdir}/source/latex/mlist/mlist.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6a-4
+ Revision: 7bd0364
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25289 |14mu|texlive-mltex-2.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22650
# category Package
# catalog-ctan /systems/generic/mltex
# catalog-date 2008-01-25 17:33:09 +0100
# catalog-license knuth
# catalog-version 2.2
Name:		texlive-mltex
Version:	2.2
Release:	5
Summary:	The MLTeX system
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/generic/mltex
License:	KNUTH
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mltex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mltex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-latex
Requires:	texlive-mltex.bin

%description
MLTeX is a modification of TeX version >=3.0 that allows the
hyphenation of words with accented letters using ordinary
Computer Modern (CM) fonts. The system is distributed as a TeX
change file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mltex/lo1enc.def
%{_texmfdistdir}/tex/latex/mltex/mlltxchg.def
%{_texmfdistdir}/tex/latex/mltex/mltex.sty
%{_texmfdistdir}/tex/mltex/config/mltex.ini
%_texmf_fmtutil_d/mltex
%doc %{_texmfdistdir}/doc/latex/mltex/README
%doc %{_texmfdistdir}/doc/latex/mltex/mltex.txt
%doc %{_texmfdistdir}/doc/latex/mltex/testmlft.dvi
%doc %{_texmfdistdir}/doc/latex/mltex/testmlft.tex
%doc %{_texmfdistdir}/doc/latex/mltex/testmlsw.dvi
%doc %{_texmfdistdir}/doc/latex/mltex/testmlsw.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/mltex <<EOF
#
# from mltex:
mllatex pdftex language.dat -translate-file=cp227.tcx -mltex mllatex.ini
mltex pdftex - -translate-file=cp227.tcx -mltex mltex.ini
EOF



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-5
+ Revision: ac0c6ed
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25290 |14mu|texlive-mmap-1.03-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mmap
# catalog-date 2009-09-27 11:55:52 +0200
# catalog-license lppl
# catalog-version 1.03
Name:		texlive-mmap
Version:	1.03
Release:	4
Summary:	Include CMap resources in PDF files from PDFTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mmap
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mmap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mmap.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is an extension of cmap with improved flexibility
and coverage, including the ability to re-encode Knuth's basic
mathematics fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mmap/lmr-m.cmap
%{_texmfdistdir}/tex/latex/mmap/lmr.cmap
%{_texmfdistdir}/tex/latex/mmap/ly1.cmap
%{_texmfdistdir}/tex/latex/mmap/mmap.sty
%{_texmfdistdir}/tex/latex/mmap/oml-m.cmap
%{_texmfdistdir}/tex/latex/mmap/oml.cmap
%{_texmfdistdir}/tex/latex/mmap/omlbit-m.cmap
%{_texmfdistdir}/tex/latex/mmap/omlbit.cmap
%{_texmfdistdir}/tex/latex/mmap/omlmit-m.cmap
%{_texmfdistdir}/tex/latex/mmap/omlmit.cmap
%{_texmfdistdir}/tex/latex/mmap/oms-m.cmap
%{_texmfdistdir}/tex/latex/mmap/oms.cmap
%{_texmfdistdir}/tex/latex/mmap/omsb-m.cmap
%{_texmfdistdir}/tex/latex/mmap/omx-m.cmap
%{_texmfdistdir}/tex/latex/mmap/omx.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rbxit-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rbxit.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rbxn-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rbxn.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rmit-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rmit.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rmn-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1rmn.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1ssbxn-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1ssbxn.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1ssmn-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1ssmn.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1ttmn-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1ttmn.cmap
%{_texmfdistdir}/tex/latex/mmap/ot1xxx-m.cmap
%{_texmfdistdir}/tex/latex/mmap/t1-m.cmap
%{_texmfdistdir}/tex/latex/mmap/t1.cmap
%{_texmfdistdir}/tex/latex/mmap/ueuf-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ueufb-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ulasy-m.cmap
%{_texmfdistdir}/tex/latex/mmap/ulasy.cmap
%{_texmfdistdir}/tex/latex/mmap/umsa-m.cmap
%{_texmfdistdir}/tex/latex/mmap/umsa.cmap
%{_texmfdistdir}/tex/latex/mmap/umsb-m.cmap
%{_texmfdistdir}/tex/latex/mmap/umsb.cmap
%{_texmfdistdir}/tex/latex/mmap/upsy-m.cmap
%{_texmfdistdir}/tex/latex/mmap/upsy.cmap
%{_texmfdistdir}/tex/latex/mmap/upzd-m.cmap
%{_texmfdistdir}/tex/latex/mmap/upzd.cmap
%doc %{_texmfdistdir}/doc/latex/mmap/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.03-4
+ Revision: b6ab9e8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25291 |14mu|texlive-mnotes-0.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30072
# category Package
# catalog-ctan /macros/latex/contrib/mnotes
# catalog-date 2013-04-23 08:47:58 +0200
# catalog-license lppl1.3
# catalog-version 0.6
Name:		texlive-mnotes
Version:	0.6
Release:	7
Summary:	Margin annotation for collaborative writing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mnotes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mnotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mnotes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mnotes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a flexible mechanism for annotating, and
commenting upon, collaboratively-written documents.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mnotes/mnotes.sty
%doc %{_texmfdistdir}/doc/latex/mnotes/Makefile
%doc %{_texmfdistdir}/doc/latex/mnotes/README
%doc %{_texmfdistdir}/doc/latex/mnotes/mnotes.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mnotes/mnotes.dtx
%doc %{_texmfdistdir}/source/latex/mnotes/mnotes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-7
+ Revision: c0c1067
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25292 |14mu|texlive-moderncv-1.5.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30189
# category Package
# catalog-ctan /macros/latex/contrib/moderncv
# catalog-date 2013-04-30 08:59:42 +0200
# catalog-license lppl1.3
# catalog-version 1.5.1
Name:		texlive-moderncv
Version:	1.5.1
Release:	7
Summary:	A modern curriculum vitae class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/moderncv
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moderncv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moderncv.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides facilities for typesetting modern
curriculums vitae, both in a classic and in a casual style. It
is fairly customizable, allowing you to define your own style
by changing the colours, the fonts, etc. A number of templates
are provided in the distribution examples subdirectory.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/moderncv/moderncv.cls
%{_texmfdistdir}/tex/latex/moderncv/moderncvcollection.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcolorblack.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcolorblue.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcolorgreen.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcolorgrey.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcolororange.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcolorpurple.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcolorred.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvcompatibility.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvdebugtools.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncviconsawesome.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncviconsletters.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncviconsmarvosym.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvstylebanking.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvstylecasual.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvstyleclassic.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvstyleempty.sty
%{_texmfdistdir}/tex/latex/moderncv/moderncvstyleoldstyle.sty
%{_texmfdistdir}/tex/latex/moderncv/tweaklist.sty
%doc %{_texmfdistdir}/doc/latex/moderncv/CHANGELOG
%doc %{_texmfdistdir}/doc/latex/moderncv/KNOWN_BUGS
%doc %{_texmfdistdir}/doc/latex/moderncv/README
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/picture.eps
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/picture.jpg
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/publications.bib
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template-es.pdf
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template-es.tex
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template-zh.pdf
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template-zh.tex
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template.tex
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template_banking_red.pdf
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template_casual_orange.pdf
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template_classic_green.pdf
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template_multibib.pdf
%doc %{_texmfdistdir}/doc/latex/moderncv/examples/template_oldstyle_grey.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-7
+ Revision: 519713e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25293 |14mu|texlive-moderntimeline-0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26164
# category Package
# catalog-ctan /macros/latex/contrib/moderntimeline
# catalog-date 2012-01-17 10:30:09 +0100
# catalog-license lppl1.3
# catalog-version 0.6
Name:		texlive-moderntimeline
Version:	0.6
Release:	4
Summary:	Timelines for use with moderncv
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/moderntimeline
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moderntimeline.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moderntimeline.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moderntimeline.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to configure and to draw time
line diagrams; such diagrams are designed to fit into
Curriculum Vitae documents written using the moderncv class.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/moderntimeline/moderntimeline.sty
%doc %{_texmfdistdir}/doc/latex/moderntimeline/README
%doc %{_texmfdistdir}/doc/latex/moderntimeline/moderntimeline.pdf
#- source
%doc %{_texmfdistdir}/source/latex/moderntimeline/moderntimeline.dtx
%doc %{_texmfdistdir}/source/latex/moderntimeline/moderntimeline.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-4
+ Revision: 2ccda6c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25294 |14mu|texlive-modiagram-0.2b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27173
# category Package
# catalog-ctan /macros/latex/contrib/modiagram
# catalog-date 2012-07-26 15:37:06 +0200
# catalog-license lppl1.3
# catalog-version 0.2b
Name:		texlive-modiagram
Version:	0.2b
Release:	3
Summary:	Drawing molecular orbital diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/modiagram
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modiagram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modiagram.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an environment MOdiagram and some
commands, to create molecular orbital diagrams using TikZ. For
example, the MO diagram of dihydrogen would be written as:
\begin{MOdiagram} \atom{left}{ 1s = {0;up} } \atom{right}{ 1s =
{0;up} } \molecule{ 1sMO = {1;pair, } } \end{MOdiagram} The
package also needs the l3kernel and l3packages bundles from the
LaTeX 3 experimental distribution.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/modiagram/modiagram.sty
%doc %{_texmfdistdir}/doc/latex/modiagram/README
%doc %{_texmfdistdir}/doc/latex/modiagram/modiagram_en.pdf
%doc %{_texmfdistdir}/doc/latex/modiagram/modiagram_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2b-3
+ Revision: 69c05b7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25295 |14mu|texlive-modref-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/modref
# catalog-date 2009-02-09 16:57:43 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-modref
Version:	1.0
Release:	4
Summary:	Customisation of cross-references in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/modref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains macros which allow authors to easily
customise how cross-references appear in their document, both
in general (across all cross-references) and for particular
types of references (identified by a prefix in the reference
label), in a very generic manner.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/modref/modref.sty
%doc %{_texmfdistdir}/doc/latex/modref/README
%doc %{_texmfdistdir}/doc/latex/modref/modref.pdf
#- source
%doc %{_texmfdistdir}/source/latex/modref/modref.drv
%doc %{_texmfdistdir}/source/latex/modref/modref.dtx
%doc %{_texmfdistdir}/source/latex/modref/modref.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 695a7c8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25296 |14mu|texlive-modroman-1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17778
# category Package
# catalog-ctan /macros/latex/contrib/modroman
# catalog-date 2010-04-09 17:49:50 +0200
# catalog-license lppl
# catalog-version 1
Name:		texlive-modroman
Version:	1
Release:	4
Summary:	Write numbers in lower case roman numerals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/modroman
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modroman.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modroman.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/modroman.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides only two macros viz. \modromannumeral
which writes the number given as argument in lower case roman
numeral with a 'j' instead of a 'i' as the final letter of
numbers greater than 1 and \modroman{MyCounter} which writes
the value of a counter in the same way. You use the first in
the same way as the TeX primitive \romannumeral and the second
as LaTeX command \roman. The default option is 'vpourv' with
which 5 is 'translated' as 'v' and option 'upourv' whith which
the same 5 is given as 'u'.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/modroman/modroman.sty
%doc %{_texmfdistdir}/doc/latex/modroman/MODRdoctools.sty
%doc %{_texmfdistdir}/doc/latex/modroman/modroman-en.pdf
%doc %{_texmfdistdir}/doc/latex/modroman/modroman-en.tex
%doc %{_texmfdistdir}/doc/latex/modroman/modroman-fr.pdf
%doc %{_texmfdistdir}/doc/latex/modroman/modroman-fr.tex
%doc %{_texmfdistdir}/doc/latex/modroman/modroman.dtx
%doc %{_texmfdistdir}/doc/latex/modroman/modroman.pdf
#- source
%doc %{_texmfdistdir}/source/latex/modroman/LISEZMOI
%doc %{_texmfdistdir}/source/latex/modroman/Makefile
%doc %{_texmfdistdir}/source/latex/modroman/README
%doc %{_texmfdistdir}/source/latex/modroman/modroman.dtx
%doc %{_texmfdistdir}/source/latex/modroman/modroman.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1-4
+ Revision: 078335f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25297 |14mu|texlive-mongolian-babel-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/mongolian/babel
# catalog-date 2010-06-08 01:06:42 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-mongolian-babel
Version:	1.2
Release:	4
Summary:	A language definition file for Mongolian in Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/mongolian/babel
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mongolian-babel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mongolian-babel.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mongolian-babel.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides support for Mongolian in a Cyrillic
alphabet. (The work derives from the earlier Russian work for
babel.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mongolian-babel/mn.def
%{_texmfdistdir}/tex/latex/mongolian-babel/mongolian.ldf
%{_texmfdistdir}/tex/latex/mongolian-babel/mongolian.sty
%doc %{_texmfdistdir}/doc/latex/mongolian-babel/README
%doc %{_texmfdistdir}/doc/latex/mongolian-babel/mongolian.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mongolian-babel/mongolian.dtx
%doc %{_texmfdistdir}/source/latex/mongolian-babel/mongolian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 195aabb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25298 |14mu|texlive-monofill-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28140
# category Package
# catalog-ctan /macros/latex/contrib/monofill
# catalog-date 2012-10-31 16:32:17 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-monofill
Version:	0.2
Release:	7
Summary:	Alignment of plain text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/monofill
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/monofill.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/monofill.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/monofill.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides horizontal alignment, as in the LaTeX
command \listfiles (or the author's longnamefilelist package).
Uses may include in-text tables, or even code listings.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/monofill/monofill.RLS
%{_texmfdistdir}/tex/latex/monofill/monofill.sty
%doc %{_texmfdistdir}/doc/latex/monofill/Announce.txt
%doc %{_texmfdistdir}/doc/latex/monofill/README
%doc %{_texmfdistdir}/doc/latex/monofill/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/monofill/monofill.pdf
#- source
%doc %{_texmfdistdir}/source/latex/monofill/monofill.tex
%doc %{_texmfdistdir}/source/latex/monofill/srcfiles.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: 785c0d7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25299 |14mu|texlive-montex-IVu.04.092-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17853
# category Package
# catalog-ctan /language/mongolian/montex
# catalog-date 2010-04-09 16:33:31 +0200
# catalog-license gpl
# catalog-version IVu.04.092
Name:		texlive-montex
Version:	IVu.04.092
Release:	4
Summary:	Mongolian LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/mongolian/montex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/montex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/montex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-cbfonts

%description
MonTeX provides Mongolian and Manju support for the TeX/LaTeX
community. Mongolian is a language spoken in North East Asia,
namely Mongolia and the Inner Mongol Autonomous Region of
China. Today, it is written in an extended Cyrillic alphabet in
Mongolia whereas the Uighur writing continues to be in use in
Inner Mongolia, though it is also, legally speaking, the
official writing system of Mongolia. Manju is another language
of North East Asia, belonging to the Tungusic branch of the
Altaic languages. Though it is hardly spoken nowadays, it
survives in written form as Manju was the native language of
the rulers of the Qing dynasty (1644-1911) in China. Large
quantities of documents of the Imperial Archives survive, as
well as some of the finest dictionaries ever compiled in Asia,
like the Pentaglot, a dictionary comprising Manju, Tibetan,
Mongolian, Uighur and Chinese. MonTeX provides all necessary
characters for writing standard Mongolian in Cyrillic and
Classical (aka Traditional or Uighur) writing, and Manju as
well as transliterated Tibetan texts, for which purpose a
number of additional characters was created. In MonTeX, both
Mongolian and Manju are entered in romanized form. The
retransliteration (from Latin input to Mongolian and Manju
output) is completely realized in TeX/Metafont so that no
external preprocessor is required. Please note that most of the
enhanced functions of MonTeX require a working e-LaTeX
environment. This is especially true when compiling documents
with Mongolian or Manju as the main document language. It is
recommended to choose pdfelatex as the resulting PDF files are
truly portable. Vertical text generated by MonTeX is not
supported in DVI.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/montex/mongolian.map
%{_texmfdistdir}/fonts/source/public/montex/bcghsb.mf
%{_texmfdistdir}/fonts/source/public/montex/bcghsm.mf
%{_texmfdistdir}/fonts/source/public/montex/bcghwb.mf
%{_texmfdistdir}/fonts/source/public/montex/bcghwm.mf
%{_texmfdistdir}/fonts/source/public/montex/bcgvsb.mf
%{_texmfdistdir}/fonts/source/public/montex/bcgvsm.mf
%{_texmfdistdir}/fonts/source/public/montex/bcgvwb.mf
%{_texmfdistdir}/fonts/source/public/montex/bcgvwm.mf
%{_texmfdistdir}/fonts/source/public/montex/bicighb.mf
%{_texmfdistdir}/fonts/source/public/montex/bicighm.mf
%{_texmfdistdir}/fonts/source/public/montex/bicigvb.mf
%{_texmfdistdir}/fonts/source/public/montex/bicigvm.mf
%{_texmfdistdir}/fonts/source/public/montex/bthhsb.mf
%{_texmfdistdir}/fonts/source/public/montex/bthhsm.mf
%{_texmfdistdir}/fonts/source/public/montex/bthhwb.mf
%{_texmfdistdir}/fonts/source/public/montex/bthhwm.mf
%{_texmfdistdir}/fonts/source/public/montex/bthvsb.mf
%{_texmfdistdir}/fonts/source/public/montex/bthvsm.mf
%{_texmfdistdir}/fonts/source/public/montex/bthvwb.mf
%{_texmfdistdir}/fonts/source/public/montex/bthvwm.mf
%{_texmfdistdir}/fonts/source/public/montex/bxghsb.mf
%{_texmfdistdir}/fonts/source/public/montex/bxghsm.mf
%{_texmfdistdir}/fonts/source/public/montex/bxghwb.mf
%{_texmfdistdir}/fonts/source/public/montex/bxghwm.mf
%{_texmfdistdir}/fonts/source/public/montex/bxgvsb.mf
%{_texmfdistdir}/fonts/source/public/montex/bxgvsm.mf
%{_texmfdistdir}/fonts/source/public/montex/bxgvwb.mf
%{_texmfdistdir}/fonts/source/public/montex/bxgvwm.mf
%{_texmfdistdir}/fonts/source/public/montex/cyrmorec.mf
%{_texmfdistdir}/fonts/source/public/montex/cyrmorei.mf
%{_texmfdistdir}/fonts/source/public/montex/cyrmorel.mf
%{_texmfdistdir}/fonts/source/public/montex/cyrmoreu.mf
%{_texmfdistdir}/fonts/source/public/montex/kmb10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbx10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbx12.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbx5.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbx6.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbx7.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbx8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbx9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbxsl10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmbxti10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmcsc10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmcsc8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmcsc9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmdunh10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmff10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmfi10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmfib8.mf
%{_texmfdistdir}/fonts/source/public/montex/kminch.mf
%{_texmfdistdir}/fonts/source/public/montex/kmitt10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr12.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr17.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr5.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr6.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr7.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmr9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmsl10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmsl12.mf
%{_texmfdistdir}/fonts/source/public/montex/kmsl8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmsl9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmsltt10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmss10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmss12.mf
%{_texmfdistdir}/fonts/source/public/montex/kmss17.mf
%{_texmfdistdir}/fonts/source/public/montex/kmss8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmss9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssbx10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssdc10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssi10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssi12.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssi17.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssi8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssi9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssq8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmssqi8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmtcsc10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmti10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmti12.mf
%{_texmfdistdir}/fonts/source/public/montex/kmti7.mf
%{_texmfdistdir}/fonts/source/public/montex/kmti8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmti9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmtt10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmtt12.mf
%{_texmfdistdir}/fonts/source/public/montex/kmtt8.mf
%{_texmfdistdir}/fonts/source/public/montex/kmtt9.mf
%{_texmfdistdir}/fonts/source/public/montex/kmu10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmvtt10.mf
%{_texmfdistdir}/fonts/source/public/montex/kmvtti10.mf
%{_texmfdistdir}/fonts/source/public/montex/lmligs.mf
%{_texmfdistdir}/fonts/source/public/montex/macodes.mf
%{_texmfdistdir}/fonts/source/public/montex/maglyphs.mf
%{_texmfdistdir}/fonts/source/public/montex/mantrlig.mf
%{_texmfdistdir}/fonts/source/public/montex/mbatoms.mf
%{_texmfdistdir}/fonts/source/public/montex/mbcodes.mf
%{_texmfdistdir}/fonts/source/public/montex/mbglyphs.mf
%{_texmfdistdir}/fonts/source/public/montex/mbligtbl.mf
%{_texmfdistdir}/fonts/source/public/montex/mbnums.mf
%{_texmfdistdir}/fonts/source/public/montex/mbparmb.mf
%{_texmfdistdir}/fonts/source/public/montex/mbparmm.mf
%{_texmfdistdir}/fonts/source/public/montex/mbparms.mf
%{_texmfdistdir}/fonts/source/public/montex/mbpunc.mf
%{_texmfdistdir}/fonts/source/public/montex/mcccscco.mf
%{_texmfdistdir}/fonts/source/public/montex/mccoding.mf
%{_texmfdistdir}/fonts/source/public/montex/mctextit.mf
%{_texmfdistdir}/fonts/source/public/montex/mcyccsc.mf
%{_texmfdistdir}/fonts/source/public/montex/mcyitall.mf
%{_texmfdistdir}/fonts/source/public/montex/mcyrill.mf
%{_texmfdistdir}/fonts/source/public/montex/mcyrl.mf
%{_texmfdistdir}/fonts/source/public/montex/mcyrligs.mf
%{_texmfdistdir}/fonts/source/public/montex/mcyrsymb.mf
%{_texmfdistdir}/fonts/source/public/montex/mcyru.mf
%{_texmfdistdir}/fonts/source/public/montex/mcytitle.mf
%{_texmfdistdir}/fonts/source/public/montex/mlscodes.mf
%{_texmfdistdir}/fonts/source/public/montex/mocodes.mf
%{_texmfdistdir}/fonts/source/public/montex/moglyphs.mf
%{_texmfdistdir}/fonts/source/public/montex/montrlig.mf
%{_texmfdistdir}/fonts/source/public/montex/mxcodes.mf
%{_texmfdistdir}/fonts/source/public/montex/mxglyphs.mf
%{_texmfdistdir}/fonts/source/public/montex/mxntrlig.mf
%{_texmfdistdir}/fonts/tfm/public/montex/bcghsb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bcghsm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bcghwb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bcghwm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bcgvsb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bcgvsm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bcgvwb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bcgvwm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bicighb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bicighm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bicigvb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bicigvm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthhsb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthhsm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthhwb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthhwm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthvsb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthvsm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthvwb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bthvwm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxghsb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxghsm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxghwb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxghwm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxgvsb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxgvsm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxgvwb.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/bxgvwm.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmb10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmcsc8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmcsc9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmdunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmff10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmfi10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kminch.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr12.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr17.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr5.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr6.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr7.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmr9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmss10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmss12.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmss17.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmss8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmss9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmtcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmti10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmti12.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmti7.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmti8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmti9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmu10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmvtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/montex/kmvtti10.tfm
%{_texmfdistdir}/fonts/type1/public/montex/bcghsb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bcghsm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bcghwb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bcghwm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bcgvsb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bcgvsm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bcgvwb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bcgvwm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bicighb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bicighm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bicigvb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bicigvm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthhsb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthhsm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthhwb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthhwm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthvsb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthvsm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthvwb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bthvwm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxghsb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxghsm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxghwb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxghwm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxgvsb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxgvsm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxgvwb.pfb
%{_texmfdistdir}/fonts/type1/public/montex/bxgvwm.pfb
%{_texmfdistdir}/fonts/type1/public/montex/kmbx10.pfb
%{_texmfdistdir}/fonts/type1/public/montex/kmr10.pfb
%{_texmfdistdir}/fonts/type1/public/montex/kmss10.pfb
%{_texmfdistdir}/tex/latex/montex/bicig.def
%{_texmfdistdir}/tex/latex/montex/bithe.def
%{_texmfdistdir}/tex/latex/montex/buryat.def
%{_texmfdistdir}/tex/latex/montex/cpctt.def
%{_texmfdistdir}/tex/latex/montex/cpdbk.def
%{_texmfdistdir}/tex/latex/montex/cpibmrus.def
%{_texmfdistdir}/tex/latex/montex/cpkoi.def
%{_texmfdistdir}/tex/latex/montex/cpmls.def
%{_texmfdistdir}/tex/latex/montex/cpmnk.def
%{_texmfdistdir}/tex/latex/montex/cpmos.def
%{_texmfdistdir}/tex/latex/montex/cpncc.def
%{_texmfdistdir}/tex/latex/montex/english.def
%{_texmfdistdir}/tex/latex/montex/kazakh.def
%{_texmfdistdir}/tex/latex/montex/lmabthhs.fd
%{_texmfdistdir}/tex/latex/montex/lmabthhw.fd
%{_texmfdistdir}/tex/latex/montex/lmabthvs.fd
%{_texmfdistdir}/tex/latex/montex/lmabthvw.fd
%{_texmfdistdir}/tex/latex/montex/lmaenc.def
%{_texmfdistdir}/tex/latex/montex/lmccmdh.fd
%{_texmfdistdir}/tex/latex/montex/lmccmfib.fd
%{_texmfdistdir}/tex/latex/montex/lmccmfr.fd
%{_texmfdistdir}/tex/latex/montex/lmccmiss.fd
%{_texmfdistdir}/tex/latex/montex/lmccmr.fd
%{_texmfdistdir}/tex/latex/montex/lmccmss.fd
%{_texmfdistdir}/tex/latex/montex/lmccmssq.fd
%{_texmfdistdir}/tex/latex/montex/lmccmtt.fd
%{_texmfdistdir}/tex/latex/montex/lmccmvtt.fd
%{_texmfdistdir}/tex/latex/montex/lmcenc.def
%{_texmfdistdir}/tex/latex/montex/lmclcmss.fd
%{_texmfdistdir}/tex/latex/montex/lmobcghs.fd
%{_texmfdistdir}/tex/latex/montex/lmobcghw.fd
%{_texmfdistdir}/tex/latex/montex/lmobcgvs.fd
%{_texmfdistdir}/tex/latex/montex/lmobcgvw.fd
%{_texmfdistdir}/tex/latex/montex/lmoenc.def
%{_texmfdistdir}/tex/latex/montex/lmsbcgh.fd
%{_texmfdistdir}/tex/latex/montex/lmsbcgv.fd
%{_texmfdistdir}/tex/latex/montex/lmsenc.def
%{_texmfdistdir}/tex/latex/montex/lmubxghs.fd
%{_texmfdistdir}/tex/latex/montex/lmubxghw.fd
%{_texmfdistdir}/tex/latex/montex/lmubxgvs.fd
%{_texmfdistdir}/tex/latex/montex/lmubxgvw.fd
%{_texmfdistdir}/tex/latex/montex/lmuenc.def
%{_texmfdistdir}/tex/latex/montex/mls.sty
%{_texmfdistdir}/tex/latex/montex/mlsgalig.tex
%{_texmfdistdir}/tex/latex/montex/mlstrans.tex
%{_texmfdistdir}/tex/latex/montex/mnhyphex.tex
%{_texmfdistdir}/tex/latex/montex/rlbicig.sty
%{_texmfdistdir}/tex/latex/montex/russian.def
%{_texmfdistdir}/tex/latex/montex/xalx.def
%doc %{_texmfdistdir}/doc/latex/montex/00README
%doc %{_texmfdistdir}/doc/latex/montex/00readme.mfinput.km
%doc %{_texmfdistdir}/doc/latex/montex/ANNOUNCE
%doc %{_texmfdistdir}/doc/latex/montex/EMTEX
%doc %{_texmfdistdir}/doc/latex/montex/HISTORY
%doc %{_texmfdistdir}/doc/latex/montex/INSTALL
%doc %{_texmfdistdir}/doc/latex/montex/MIKTEX
%doc %{_texmfdistdir}/doc/latex/montex/TODO
%doc %{_texmfdistdir}/doc/latex/montex/UPDATE
%doc %{_texmfdistdir}/doc/latex/montex/cyrename.pl
%doc %{_texmfdistdir}/doc/latex/montex/fontlist.tex
%doc %{_texmfdistdir}/doc/latex/montex/mfinput/bithe/testfont.input
%doc %{_texmfdistdir}/doc/latex/montex/mfinput/bithe/testfont.sh
%doc %{_texmfdistdir}/doc/latex/montex/mkmlsmf.pl
%doc %{_texmfdistdir}/doc/latex/montex/mls-diag.tex
%doc %{_texmfdistdir}/doc/latex/montex/mlsquick.pdf
%doc %{_texmfdistdir}/doc/latex/montex/mlsquick.tex
%doc %{_texmfdistdir}/doc/latex/montex/mnhyphen.tex
%doc %{_texmfdistdir}/doc/latex/montex/montex.pdf
%doc %{_texmfdistdir}/doc/latex/montex/montex.tex
%doc %{_texmfdistdir}/doc/latex/montex/montex.xml
%doc %{_texmfdistdir}/doc/latex/montex/mtdocmac.tex
%doc %{_texmfdistdir}/doc/latex/montex/testfont.input
%doc %{_texmfdistdir}/doc/latex/montex/testfont.sh
%doc %{_texmfdistdir}/doc/latex/montex/zanabazr.pdf
%doc %{_texmfdistdir}/doc/latex/montex/zanabazr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> IVu.04.092-4
+ Revision: e1bdc7b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25300 |14mu|texlive-moreenum-1.03-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24479
# category Package
# catalog-ctan /macros/latex/contrib/moreenum
# catalog-date 2011-11-03 12:59:01 +0100
# catalog-license lppl1.3
# catalog-version 1.03
Name:		texlive-moreenum
Version:	1.03
Release:	4
Summary:	More enumeration options
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/moreenum
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moreenum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moreenum.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the following new enumerate styles: -
\greek for lowercase Greek letters; - \Greek for uppercase
Greek letters; - \enumHex for uppercase hexadecimal
enumeration; - \enumhex for lowercase hexadecimal enumeration;
- \enumbinary for binary enumeration; - \enumoctal for octal
enumeration; - \levelnth for "1st", "2nd", "3rd" etc., with the
"nth"s on the baseline; - raisenth for "1st", "2nd", "3rd"
etc., with the "nth"s raised; - \nthwords for "first",
"second", "third" etc.; - \Nthwords for "First", "Second",
"Third" etc.; - \NTHWORDS for "FIRST", "SECOND", "THIRD" etc.;
- \nwords for "one", "two", "three" etc.; - \Nwords for "One",
"Two", "Three" etc.; and - \NWORDS for "ONE", "TWO", "THREE"
etc. Each of these works with enumitem's "starred variant"
feature. So \begin{enumerate}[label=\enumhex*] will output a
hex enumerated list. Enumitem provides a start=0 option for
starting your enumerations at 0. The package requires amsmath,
alphalph, enumitem (of course), binhex and nth, all of which
are widely available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/moreenum/moreenum.sty
%doc %{_texmfdistdir}/doc/latex/moreenum/README
%doc %{_texmfdistdir}/doc/latex/moreenum/moreenum-doc.pdf
%doc %{_texmfdistdir}/doc/latex/moreenum/moreenum-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.03-4
+ Revision: 623acb3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25301 |14mu|texlive-morefloats-1.0f-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25232
# category Package
# catalog-ctan /macros/latex/contrib/morefloats
# catalog-date 2012-01-29 16:01:54 +0100
# catalog-license lppl1.3
# catalog-version 1.0f
Name:		texlive-morefloats
Version:	1.0f
Release:	3
Summary:	Increase the number of simultaneous LaTeX floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/morefloats
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morefloats.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morefloats.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morefloats.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX can, by default, only cope with 18 outstanding floats;
any more, and you get the error "too many unprocessed floats".
This package releases the limit; TeX itself imposes limits
(which are independent of the help offered by e-TeX). However,
if your floats can't be placed anywhere, extending the number
of floats merely delays the arrival of the inevitable error
message.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/morefloats/morefloats.sty
%doc %{_texmfdistdir}/doc/latex/morefloats/README
%doc %{_texmfdistdir}/doc/latex/morefloats/morefloats-example.pdf
%doc %{_texmfdistdir}/doc/latex/morefloats/morefloats-example.tex
%doc %{_texmfdistdir}/doc/latex/morefloats/morefloats.pdf
#- source
%doc %{_texmfdistdir}/source/latex/morefloats/morefloats.drv
%doc %{_texmfdistdir}/source/latex/morefloats/morefloats.dtx
%doc %{_texmfdistdir}/source/latex/morefloats/morefloats.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0f-3
+ Revision: 11e20a2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25302 |14mu|texlive-morehype-20130123-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28921
# category Package
# catalog-ctan /macros/latex/contrib/morehype
# catalog-date 2013-01-23 12:31:43 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-morehype
Version:	20130123
Release:	7
Summary:	Hypertext tools for use with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/morehype
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morehype.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morehype.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morehype.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides three packages: - texlinks: shorthand
macros for TeX-related external hyperlinks with hyperref, the
blog package in the present bundle, etc; - hypertoc: adjust the
presentation of coloured frames in hyperref tables of contents
(article class only); - blog: fast generation of simple HTML by
expanding LaTeX macros, using the fifinddo package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/morehype/atari_ht.fdf
%{_texmfdistdir}/tex/latex/morehype/blog.sty
%{_texmfdistdir}/tex/latex/morehype/blogdot.cfg
%{_texmfdistdir}/tex/latex/morehype/blogdot.sty
%{_texmfdistdir}/tex/latex/morehype/blogexec.sty
%{_texmfdistdir}/tex/latex/morehype/blogligs.sty
%{_texmfdistdir}/tex/latex/morehype/hypertoc.sty
%{_texmfdistdir}/tex/latex/morehype/lnavicol.sty
%{_texmfdistdir}/tex/latex/morehype/markblog.sty
%{_texmfdistdir}/tex/latex/morehype/morehype.RLS
%{_texmfdistdir}/tex/latex/morehype/texblog.fdf
%{_texmfdistdir}/tex/latex/morehype/texlinks.sty
%doc %{_texmfdistdir}/doc/latex/morehype/README
%doc %{_texmfdistdir}/doc/latex/morehype/README.pdf
%doc %{_texmfdistdir}/doc/latex/morehype/RELEASEs.txt
%doc %{_texmfdistdir}/doc/latex/morehype/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/morehype/blog.pdf
%doc %{_texmfdistdir}/doc/latex/morehype/blogdemo/hellowor/hellowor.htm
%doc %{_texmfdistdir}/doc/latex/morehype/blogdemo/hellowor/hellowor.tex
%doc %{_texmfdistdir}/doc/latex/morehype/blogdemo/hellowor/mkhellow.tex
%doc %{_texmfdistdir}/doc/latex/morehype/blogdemo/writings/makehtml.tex
%doc %{_texmfdistdir}/doc/latex/morehype/blogdemo/writings/schreibt.tex
%doc %{_texmfdistdir}/doc/latex/morehype/blogdemo/writings/writings.fdf
%doc %{_texmfdistdir}/doc/latex/morehype/blogexec.pdf
%doc %{_texmfdistdir}/doc/latex/morehype/hypertoc.pdf
%doc %{_texmfdistdir}/doc/latex/morehype/markblog.htm
%doc %{_texmfdistdir}/doc/latex/morehype/ref_alts.tex
%doc %{_texmfdistdir}/doc/latex/morehype/texlinks.pdf
%doc %{_texmfdistdir}/doc/latex/morehype/wiki_mwe.pdf
%doc %{_texmfdistdir}/doc/latex/morehype/wiki_mwe.tex
#- source
%doc %{_texmfdistdir}/source/latex/morehype/README.tex
%doc %{_texmfdistdir}/source/latex/morehype/blog.tex
%doc %{_texmfdistdir}/source/latex/morehype/blogdot.css
%doc %{_texmfdistdir}/source/latex/morehype/blogexec.tex
%doc %{_texmfdistdir}/source/latex/morehype/fdatechk.tex
%doc %{_texmfdistdir}/source/latex/morehype/hypertoc.tex
%doc %{_texmfdistdir}/source/latex/morehype/markblog.tex
%doc %{_texmfdistdir}/source/latex/morehype/srcfiles.tex
%doc %{_texmfdistdir}/source/latex/morehype/texlinks.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130123-7
+ Revision: 79bf5fc
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25303 |14mu|texlive-moresize-1.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17513
# category Package
# catalog-ctan /macros/latex/contrib/moresize
# catalog-date 2010-03-20 19:23:31 +0100
# catalog-license lppl
# catalog-version 1.9
Name:		texlive-moresize
Version:	1.9
Release:	4
Summary:	Allows font sizes up to 35.83pt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/moresize
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moresize.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moresize.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moresize.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for using font sizes up to 35.88pt, for example with
the EC fonts. New commands \HUGE and \ssmall for selecting font
sizes are provided together with some options working around
current LaTeX2e shortcomings in using big font sizes. The
package also provides options for improving the typesetting of
paragraphs (or headlines) with embedded math expressions at
font sizes above 17.28pt.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/moresize/moresize.sty
%doc %{_texmfdistdir}/doc/latex/moresize/moresize.pdf
%doc %{_texmfdistdir}/doc/latex/moresize/moresize.upl
%doc %{_texmfdistdir}/doc/latex/moresize/msizetst.tex
#- source
%doc %{_texmfdistdir}/source/latex/moresize/moresize.dtx
%doc %{_texmfdistdir}/source/latex/moresize/moresize.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.9-4
+ Revision: b80209b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25304 |14mu|texlive-moreverb-2.3a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22126
# category Package
# catalog-ctan /macros/latex/contrib/moreverb
# catalog-date 2011-04-18 22:03:09 +0200
# catalog-license lppl
# catalog-version 2.3a
Name:		texlive-moreverb
Version:	2.3a
Release:	4
Summary:	Extended verbatim
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/moreverb
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moreverb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moreverb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/moreverb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of verbatim facilities that provide line-numbered
verbatim, verbatim that obey's TAB characters, verbatim input
and verbatim output to file. The package makes use of the LaTeX
required verbatim package. The package formed from a series of
small pieces, and is somewhat unstructured. The user who looks
for thought-through verbatim facilities is advised to consider
using the fancyvrb package in place of moreverb.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/moreverb/moreverb.sty
%doc %{_texmfdistdir}/doc/latex/moreverb/README
%doc %{_texmfdistdir}/doc/latex/moreverb/moreverb.pdf
#- source
%doc %{_texmfdistdir}/source/latex/moreverb/moreverb.dtx
%doc %{_texmfdistdir}/source/latex/moreverb/moreverb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3a-4
+ Revision: b22fde9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25305 |14mu|texlive-morewrites-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27138
# category Package
# catalog-ctan /macros/latex/contrib/morewrites
# catalog-date 2012-07-16 14:57:58 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-morewrites
Version:	0.2
Release:	3
Summary:	Always room for a new write stream
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/morewrites
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morewrites.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morewrites.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/morewrites.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package aims to solve the error "No room for a new \write",
which occurs when the user, or when the user's packages have
'allocated too many streams using \newwrite (TeX has a fixed
number - 16 - such streams built-in to its code). The package
hooks into TeX primitive commands associated with writing to
files; it should be loaded near the beginning of the sequence
of loading packages for a document. The package uses the
l3kernel bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/morewrites/morewrites.sty
%{_texmfdistdir}/tex/latex/morewrites/primargs.sty
%doc %{_texmfdistdir}/doc/latex/morewrites/README
%doc %{_texmfdistdir}/doc/latex/morewrites/morewrites.pdf
%doc %{_texmfdistdir}/doc/latex/morewrites/primargs.pdf
#- source
%doc %{_texmfdistdir}/source/latex/morewrites/morewrites.dtx
%doc %{_texmfdistdir}/source/latex/morewrites/morewrites.ins
%doc %{_texmfdistdir}/source/latex/morewrites/primargs.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: f64e7b9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25306 |14mu|texlive-movie15-20120517-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26473
# category Package
# catalog-ctan /macros/latex/contrib/movie15
# catalog-date 2012-05-17 13:04:31 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-movie15
Version:	20120517
Release:	3
Summary:	Multimedia inclusion package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/movie15
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/movie15.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/movie15.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides an interface to embed movies, sounds and 3D objects
into PDF documents for use with LaTeX as well as pdfLaTeX.
Defines \includemovie with PDF-1.5 compatibility. Option
'autoplay' causes the media clip to be started right after the
page has loaded. This is useful for side by side movie clips to
be played back synchronously.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/movie15/movie15.sty
%doc %{_texmfdistdir}/doc/latex/movie15/README
%doc %{_texmfdistdir}/doc/latex/movie15/files/3dsystem.fig
%doc %{_texmfdistdir}/doc/latex/movie15/files/3dsystem.pdf
%doc %{_texmfdistdir}/doc/latex/movie15/files/3dsystem.tex
%doc %{_texmfdistdir}/doc/latex/movie15/files/dice.u3d
%doc %{_texmfdistdir}/doc/latex/movie15/files/dice.vws
%doc %{_texmfdistdir}/doc/latex/movie15/files/dice.wrl
%doc %{_texmfdistdir}/doc/latex/movie15/files/mailto.png
%doc %{_texmfdistdir}/doc/latex/movie15/files/random.mpg
%doc %{_texmfdistdir}/doc/latex/movie15/javascript/animation.js
%doc %{_texmfdistdir}/doc/latex/movie15/javascript/lights.js
%doc %{_texmfdistdir}/doc/latex/movie15/javascript/turntable.js
%doc %{_texmfdistdir}/doc/latex/movie15/movie15.pdf
%doc %{_texmfdistdir}/doc/latex/movie15/movie15.tex
%doc %{_texmfdistdir}/doc/latex/movie15/overlay-example.pdf
%doc %{_texmfdistdir}/doc/latex/movie15/overlay-example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120517-3
+ Revision: 543937a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25307 |14mu|texlive-mp3d-1.34-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21771
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/mp3d
# catalog-date 2011-03-19 23:48:16 +0100
# catalog-license noinfo
# catalog-version 1.34
Name:		texlive-mp3d
Version:	1.34
Release:	4
Summary:	3D animations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/mp3d
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mp3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mp3d.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Create animations of 3-dimensional objects (such as polyhedra)
in MetaPost.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/mp3d/3d.mp
%{_texmfdistdir}/metapost/mp3d/3danim.mp
%{_texmfdistdir}/metapost/mp3d/3dgeom.mp
%{_texmfdistdir}/metapost/mp3d/3dpoly.mp
%{_texmfdistdir}/metapost/mp3d/3dutil.mp
%{_texmfdistdir}/metapost/mp3d/animpoly.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/README
%doc %{_texmfdistdir}/doc/metapost/mp3d/README.doc
%doc %{_texmfdistdir}/doc/metapost/mp3d/create_animation.sh
%doc %{_texmfdistdir}/doc/metapost/mp3d/cube10.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/cube4-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/cube5.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/cube6.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/cube7.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/cube8.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/cube9.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gut2001.pdf
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp1-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp1.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp2-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp2.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp3-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp3.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp4-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp4.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp5-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp5.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp6-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp6.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp7-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp7.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp8-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp8.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/gutmp9.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/monge-eng.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/monge.mp
%doc %{_texmfdistdir}/doc/metapost/mp3d/paper1997corrected.pdf
%doc %{_texmfdistdir}/doc/metapost/mp3d/tb57roeg.pdf
%doc %{_texmfdistdir}/doc/metapost/mp3d/tb57roegel.ltx
%doc %{_texmfdistdir}/doc/metapost/mp3d/tugboat-geometry-space.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.34-4
+ Revision: 7c29c06
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25308 |14mu|texlive-mparhack-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mparhack
# catalog-date 2006-10-22 16:45:29 +0200
# catalog-license gpl
# catalog-version 1.4
Name:		texlive-mparhack
Version:	1.4
Release:	4
Summary:	A workaround for a LaTeX bug in marginpars
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mparhack
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mparhack.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mparhack.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mparhack.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Implements a workaround for the LaTeX bug that marginpars will
sometimes come out at the wrong margin.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mparhack/mparhack.sty
%doc %{_texmfdistdir}/doc/latex/mparhack/README
%doc %{_texmfdistdir}/doc/latex/mparhack/mparhack.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mparhack/mparhack.dtx
%doc %{_texmfdistdir}/source/latex/mparhack/mparhack.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: 57a95fb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25309 |14mu|texlive-mpattern-20061215-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/mpattern
# catalog-date 2006-12-15 22:34:26 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-mpattern
Version:	20061215
Release:	4
Summary:	Patterns in MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/mpattern
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpattern.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpattern.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for defining and using patterns in MetaPost, using
the Pattern Color Space available in PostScript Level 2.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/mpattern/mpattern.mp
%doc %{_texmfdistdir}/doc/metapost/mpattern/README
%doc %{_texmfdistdir}/doc/metapost/mpattern/README.PL
%doc %{_texmfdistdir}/doc/metapost/mpattern/mpattern_test.pdf
%doc %{_texmfdistdir}/doc/metapost/mpattern/mpattern_test.tex
%doc %{_texmfdistdir}/doc/metapost/mpattern/test.mp

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061215-4
+ Revision: cd6967a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25310 |14mu|texlive-mpcolornames-0.20-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23252
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/mpcolornames
# catalog-date 2011-07-18 09:05:38 +0200
# catalog-license lppl
# catalog-version 0.20
Name:		texlive-mpcolornames
Version:	0.20
Release:	4
Summary:	XXXX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/mpcolornames
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpcolornames.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpcolornames.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpcolornames.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The MetaPost format plain.mp provides only five built-in colour
names (variables), all of which are defined in the RGB model:
red, green and blue for the primary colours and black and
white. The package makes more than 500 colour names from
different colour sets in different colour models available to
MetaPost. Colour sets include X11, SVG, DVIPS and xcolor
specifications.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/mpcolornames/mpcolornames-spec-dvipsnam-def.mp
%{_texmfdistdir}/metapost/mpcolornames/mpcolornames-spec-plain-mp.mp
%{_texmfdistdir}/metapost/mpcolornames/mpcolornames-spec-svgnam-def.mp
%{_texmfdistdir}/metapost/mpcolornames/mpcolornames-spec-x11nam-def.mp
%{_texmfdistdir}/metapost/mpcolornames/mpcolornames-spec-xcolor-sty.mp
%{_texmfdistdir}/metapost/mpcolornames/mpcolornames.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/CHANGES
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/LICENSE
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/README
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/expl-array-index.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/fig-clash-svg-dvips.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/mpcolornames.pdf
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/mpcolornames.tex
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/proof-mpcolornames.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/proof-spec-dvipsnam-def.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/proof-spec-plain-mp.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/proof-spec-svgnam-def.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/proof-spec-x11nam-def.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/proof-spec-xcolor-sty.mp
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/tab-clash-svg-dvips.tex
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/tab-spec-dvipsnam-def.tex
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/tab-spec-plain-mp.tex
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/tab-spec-svgnam-def.tex
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/tab-spec-x11nam-def.tex
%doc %{_texmfdistdir}/doc/metapost/mpcolornames/tab-spec-xcolor-sty.tex
#- source
%doc %{_texmfdistdir}/source/metapost/mpcolornames/Makefile
%doc %{_texmfdistdir}/source/metapost/mpcolornames/spec-dvipsnam-def.awk
%doc %{_texmfdistdir}/source/metapost/mpcolornames/spec-plain-mp.awk
%doc %{_texmfdistdir}/source/metapost/mpcolornames/spec-svgnam-def.awk
%doc %{_texmfdistdir}/source/metapost/mpcolornames/spec-x11nam-def.awk
%doc %{_texmfdistdir}/source/metapost/mpcolornames/spec-xcolor-sty.awk
%doc %{_texmfdistdir}/source/metapost/mpcolornames/tab-clash-svg-dvips.awk

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.20-4
+ Revision: 14482f6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25311 |14mu|texlive-mpgraphics-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27230
# category Package
# catalog-ctan /macros/latex/contrib/mpgraphics
# catalog-date 2012-07-25 12:42:57 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-mpgraphics
Version:	0.3
Release:	3
Summary:	Process and display MetaPost figures inline
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mpgraphics
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpgraphics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpgraphics.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mpgraphics.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows LaTeX users to typeset MetaPost code inline
and display figures in their documents with only and only one
run of LaTeX, PDFLaTeX or XelaTeX (no separate runs of mpost).
Mpgraphics achieves this by using the shell escape (\write 18)
feature of current TeX distributions, so that the whole process
is automatic and the end user is saved the tiresome processing.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mpgraphics/mpgraphics.sty
%doc %{_texmfdistdir}/doc/latex/mpgraphics/README
%doc %{_texmfdistdir}/doc/latex/mpgraphics/mpgraphics-example.ltx
%doc %{_texmfdistdir}/doc/latex/mpgraphics/mpgraphics.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mpgraphics/mpgraphics.dtx
%doc %{_texmfdistdir}/source/latex/mpgraphics/mpgraphics.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-3
+ Revision: cf2ed23
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25312 |14mu|texlive-mptopdf-20140214-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32580
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-mptopdf
Version:	20140214
Release:	4
Summary:	mpost to PDF, native MetaPost graphics inclusion
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mptopdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mptopdf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Provides:	texlive-mptopdf.bin = %{EVRD}
Conflicts:  texlive-context < 20130426

%description
The mptopdf script does standalone conversion from mpost to
PDF, using the supp-* and syst-* files.  They also allow native
MetaPost graphics inclusion in LaTeX (via pdftex.def) and
ConTeXt.  They can be used independently of the rest of
ConTeXt, yet are maintained as part of it.  So in TeX Live we
pull them out to this separate package for the benefit of LaTeX
users who do not install the rest of ConTeXt.  This can be
found on CTAN in macros/pdftex/graphics.


#-----------------------------------------------------------------------
%files
%{_bindir}/mptopdf
%{_texmfdistdir}/scripts/context/perl/mptopdf.pl
%{_texmfdistdir}/scripts/context/stubs/mswin/mptopdf.exe
%{_texmfdistdir}/tex/context/base/supp-mis.mkii
%{_texmfdistdir}/tex/context/base/supp-mpe.mkii
%{_texmfdistdir}/tex/context/base/supp-pdf.mkii
%{_texmfdistdir}/tex/context/base/syst-tex.mkii
%{_texmfdistdir}/tex/generic/context/mptopdf/mptopdf.tex
%_texmf_fmtutil_d/mptopdf
%doc %{_texmfdistdir}/doc/context/scripts/mkii/mptopdf.man
%doc %{_mandir}/man1/mptopdf.1*
%doc %{_texmfdistdir}/doc/man/man1/mptopdf.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/context/perl/mptopdf.pl mptopdf
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/mptopdf <<EOF
#
# from mptopdf:
mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex
EOF

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20140214-4
+ Revision: fdecedd
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25313 |14mu|texlive-ms-20120524-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29849
# category Package
# catalog-ctan /macros/latex/contrib/ms
# catalog-date 2012-05-24 17:58:39 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-ms
Version:	20120524
Release:	7
Summary:	Various LaTeX packages by Martin Schroder
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ms
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ms.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ms.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ms.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A bundle of LaTeX packages by Martin Schroder; the collection
comprises: - count1to, make use of fixed TeX counters; -
everysel, set commands to execute every time a font is
selected; - everyshi, set commands to execute whenever a page
is shipped out; - multitoc, typeset the table of contents in
multiple columns; - prelim2e, mark typeset pages as
preliminary; and - ragged2e, typeset ragged text and allow
hyphenation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ms/count1to.sty
%{_texmfdistdir}/tex/latex/ms/everysel.sty
%{_texmfdistdir}/tex/latex/ms/everyshi.sty
%{_texmfdistdir}/tex/latex/ms/multitoc.sty
%{_texmfdistdir}/tex/latex/ms/prelim2e.sty
%{_texmfdistdir}/tex/latex/ms/ragged2e.sty
%doc %{_texmfdistdir}/doc/latex/ms/count1to.pdf
%doc %{_texmfdistdir}/doc/latex/ms/everysel.pdf
%doc %{_texmfdistdir}/doc/latex/ms/everyshi.asc
%doc %{_texmfdistdir}/doc/latex/ms/everyshi.bug
%doc %{_texmfdistdir}/doc/latex/ms/everyshi.pdf
%doc %{_texmfdistdir}/doc/latex/ms/multitoc.asc
%doc %{_texmfdistdir}/doc/latex/ms/multitoc.bug
%doc %{_texmfdistdir}/doc/latex/ms/multitoc.pdf
%doc %{_texmfdistdir}/doc/latex/ms/prelim2e.pdf
%doc %{_texmfdistdir}/doc/latex/ms/ragged2e.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ms/count1to.drv
%doc %{_texmfdistdir}/source/latex/ms/count1to.dtx
%doc %{_texmfdistdir}/source/latex/ms/count1to.ins
%doc %{_texmfdistdir}/source/latex/ms/everysel.drv
%doc %{_texmfdistdir}/source/latex/ms/everysel.dtx
%doc %{_texmfdistdir}/source/latex/ms/everysel.ins
%doc %{_texmfdistdir}/source/latex/ms/everyshi.drv
%doc %{_texmfdistdir}/source/latex/ms/everyshi.dtx
%doc %{_texmfdistdir}/source/latex/ms/everyshi.ins
%doc %{_texmfdistdir}/source/latex/ms/multitoc.drv
%doc %{_texmfdistdir}/source/latex/ms/multitoc.dtx
%doc %{_texmfdistdir}/source/latex/ms/multitoc.ins
%doc %{_texmfdistdir}/source/latex/ms/prelim2e.drv
%doc %{_texmfdistdir}/source/latex/ms/prelim2e.dtx
%doc %{_texmfdistdir}/source/latex/ms/prelim2e.ins
%doc %{_texmfdistdir}/source/latex/ms/ragged2e.drv
%doc %{_texmfdistdir}/source/latex/ms/ragged2e.dtx
%doc %{_texmfdistdir}/source/latex/ms/ragged2e.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120524-7
+ Revision: c08f425
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25314 |14mu|texlive-msc-1.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/msc
# catalog-date 2008-06-02 14:52:39 +0200
# catalog-license lppl
# catalog-version 1.16
Name:		texlive-msc
Version:	1.16
Release:	4
Summary:	Draw MSC diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/msc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/msc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/msc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package should be useful to all people that prepare their
texts with LaTeX and want to draw Message Sequence Charts in
their texts. The package is not an MSC editor; it simply takes
a textual description of an MSC and draws the corresponding
MSC. The current version of the MSC macro package supports the
full MSC2000 language.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/msc/biblio.bib
%{_texmfdistdir}/tex/latex/msc/msc.sty
%doc %{_texmfdistdir}/doc/latex/msc/COPYRIGHT.txt
%doc %{_texmfdistdir}/doc/latex/msc/README
%doc %{_texmfdistdir}/doc/latex/msc/maintenance.pdf
%doc %{_texmfdistdir}/doc/latex/msc/maintenance.tex
%doc %{_texmfdistdir}/doc/latex/msc/manual.pdf
%doc %{_texmfdistdir}/doc/latex/msc/manual.tex
%doc %{_texmfdistdir}/doc/latex/msc/refman.pdf
%doc %{_texmfdistdir}/doc/latex/msc/refman.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.16-4
+ Revision: c826d48
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25315 |14mu|texlive-msg-0.40-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/msg
# catalog-date 2006-11-16 17:55:10 +0100
# catalog-license lppl
# catalog-version 0.40
Name:		texlive-msg
Version:	0.40
Release:	4
Summary:	A package for LaTeX localisation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/msg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/msg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/msg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/msg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is designed to localise any document class or
package. This should be very useful for end-users who could
obtain messages in their own preferred language. It is really
easy to use by writers of other classes and packages.
Volunteers are urged to test the package, report, and even to
localise the message file to their own language. Documentation
is provided in English.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/msg/french_msg-msg.tex
%{_texmfdistdir}/tex/latex/msg/german_msg-msg.tex
%{_texmfdistdir}/tex/latex/msg/msg-msg.tex
%{_texmfdistdir}/tex/latex/msg/msg.sty
%{_texmfdistdir}/tex/latex/msg/norsk_msg-msg.tex
%doc %{_texmfdistdir}/doc/latex/msg/CHANGES
%doc %{_texmfdistdir}/doc/latex/msg/README
%doc %{_texmfdistdir}/doc/latex/msg/README_msg_doc.txt
%doc %{_texmfdistdir}/doc/latex/msg/msg.pdf
%doc %{_texmfdistdir}/doc/latex/msg/msgguide.pdf
%doc %{_texmfdistdir}/doc/latex/msg/msgguide.tex
%doc %{_texmfdistdir}/doc/latex/msg/msgtest.tex
#- source
%doc %{_texmfdistdir}/source/latex/msg/Makefile
%doc %{_texmfdistdir}/source/latex/msg/msg.dtx
%doc %{_texmfdistdir}/source/latex/msg/msg.ins
%doc %{_texmfdistdir}/source/latex/msg/msgfiles.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.40-4
+ Revision: 9bb80e8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25316 |14mu|texlive-mslapa-20100320-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17514
# category Package
# catalog-ctan /macros/latex/contrib/mslapa
# catalog-date 2010-03-20 19:23:31 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-mslapa
Version:	20100320
Release:	4
Summary:	Michael Landy's APA citation style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mslapa
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mslapa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mslapa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX and BibTeX style files for a respectably close
approximation to APA (American Psychological Association)
citation and reference style.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/mslapa/mslapa.bst
%{_texmfdistdir}/tex/latex/mslapa/mslapa.sty
%doc %{_texmfdistdir}/doc/latex/mslapa/README
%doc %{_texmfdistdir}/doc/latex/mslapa/bibfile.bib
%doc %{_texmfdistdir}/doc/latex/mslapa/examp.tex
%doc %{_texmfdistdir}/doc/latex/mslapa/mslapa.pdf
%doc %{_texmfdistdir}/doc/latex/mslapa/mslapa.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100320-4
+ Revision: 3d5dae6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25317 |14mu|texlive-msu-thesis-2.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27141
# category Package
# catalog-ctan /macros/latex/contrib/msu-thesis
# catalog-date 2012-07-06 10:47:39 +0200
# catalog-license lppl1.3
# catalog-version 2.2
Name:		texlive-msu-thesis
Version:	2.2
Release:	3
Summary:	Class for Michigan State University Master's and PhD theses
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/msu-thesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/msu-thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/msu-thesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a class file for producing dissertations and theses
according to the Michigan State University Graduate School
Guidelines for Electronic Submission of Master's Theses and
Dissertations (2010). The class is based on the memoir document
class, and thefore inherits all of the functionality of that
class.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/msu-thesis/gb4e-compat.tex
%{_texmfdistdir}/tex/latex/msu-thesis/msu-thesis.cls
%doc %{_texmfdistdir}/doc/latex/msu-thesis/README
%doc %{_texmfdistdir}/doc/latex/msu-thesis/msu-thesis.pdf
%doc %{_texmfdistdir}/doc/latex/msu-thesis/msu-thesis.tex
%doc %{_texmfdistdir}/doc/latex/msu-thesis/samples/MSU-thesis-template.pdf
%doc %{_texmfdistdir}/doc/latex/msu-thesis/samples/MSU-thesis-template.tex
%doc %{_texmfdistdir}/doc/latex/msu-thesis/samples/MSU-thesis-testfile.bib
%doc %{_texmfdistdir}/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf
%doc %{_texmfdistdir}/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex
%doc %{_texmfdistdir}/doc/latex/msu-thesis/samples/unified.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-3
+ Revision: c1af5e6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25318 |14mu|texlive-mtgreek-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17967
# category Package
# catalog-ctan /macros/latex/contrib/mtgreek
# catalog-date 2010-04-21 23:25:04 +0200
# catalog-license lppl
# catalog-version 1.1+
Name:		texlive-mtgreek
Version:	1.1
Release:	4
Summary:	Use italic and upright greek letters with mathtime
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mtgreek
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mtgreek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mtgreek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mtgreek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is an add-on to the MathTime a style to provide
TeX support for the use of the MathTime(tm) fonts (formerly
distributed by YandY, Inc.). The MathTime package has uppercase
Greek letters hardwired to be upright and only upright; this
package provides a switch to choose between the two kinds of
Greek uppercase letters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mtgreek/mtgreek.sty
%doc %{_texmfdistdir}/doc/latex/mtgreek/mtgreek.pdf
%doc %{_texmfdistdir}/doc/latex/mtgreek/mtgreek.tex
%doc %{_texmfdistdir}/doc/latex/mtgreek/mtgtest.tex
#- source
%doc %{_texmfdistdir}/source/latex/mtgreek/mtgreek.dtx
%doc %{_texmfdistdir}/source/latex/mtgreek/mtgreek.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 5a668f6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25319 |14mu|texlive-m-tx-0.60d-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category Package
# catalog-ctan /support/m-tx
# catalog-date 2013-01-20 14:45:16 +0100
# catalog-license gpl
# catalog-version 0.60d 2013-01-19
Name:		texlive-m-tx
Version:	0.60d
Release:	8
Summary:	A preprocessor for pmx
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/m-tx
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/m-tx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/m-tx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-m-tx.bin

%description
M-Tx is a preprocessor to pmx, which is itself a preprocessor
to musixtex, a music typesetting system. The prime motivation
to the development of M-Tx was to provide lyrics for music to
be typeset. In fact, pmx now provides a lyrics interface, but
M-Tx continues in use by those who prefer its language.


#-----------------------------------------------------------------------
%files
%{_bindir}/m-tx
%{_texmfdistdir}/scripts/m-tx/m-tx.lua
%{_texmfdistdir}/tex/generic/m-tx/mtx.tex
%doc %{_texmfdistdir}/doc/generic/m-tx/README
%doc %{_texmfdistdir}/doc/generic/m-tx/m-tx.html
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx-install.pdf
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx-install.tex
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060.pdf
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/Makefile
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/README
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/borup.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/chord.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/dertod.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/docversion
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/dona.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/dwoman.mta
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/dwoman.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/halleluja.ltx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/kanons.ltx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/kroonhom.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/loofnou.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/lyrics.tex
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/macro.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/make-dvi
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/make-pdf
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/make-target
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma.mta
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma1.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma2.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma3.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma4.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma5.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/melisma6.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/meter.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/mozart.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/mozart0.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/mtxdoc.sty
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/mtxdoc.tex
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/mtxindex.tex
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/mtxlatex.sty
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/netfirst.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/netsoos.mta
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/netsoos1.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/netsoos2.mtb
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/notes.tex
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/pdfcat
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/psalm42.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/sanctus.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/title.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/title1.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/viva.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/mtx060/volta.mtx
%doc %{_texmfdistdir}/doc/generic/m-tx/prepmx.html
%doc %{_mandir}/man1/m-tx.1*
%doc %{_texmfdistdir}/doc/man/man1/m-tx.man1.pdf
%doc %{_mandir}/man1/prepmx.1*
%doc %{_texmfdistdir}/doc/man/man1/prepmx.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/m-tx/m-tx.lua m-tx
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.60d-8
+ Revision: d17a2e5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25320 |14mu|texlive-multenum-20110320-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21775
# category Package
# catalog-ctan /macros/latex/contrib/multenum
# catalog-date 2011-03-20 19:39:20 +0100
# catalog-license lppl1
# catalog-version undef
Name:		texlive-multenum
Version:	20110320
Release:	4
Summary:	Multi-column enumerated lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multenum
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multenum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multenum.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines an environment multienumerate, that produces an
enumerated array in which columns are vertically aligned on the
counter. The motivation was lists of answers for a text book,
where there are many rather small items; the multienumerate
environment goes some way to making such lists look neater.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/multenum/multienum.sty
%doc %{_texmfdistdir}/doc/latex/multenum/README
%doc %{_texmfdistdir}/doc/latex/multenum/multienum.article
%doc %{_texmfdistdir}/doc/latex/multenum/multienum.pdf
%doc %{_texmfdistdir}/doc/latex/multenum/multienum.sample

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110320-4
+ Revision: ee4b00b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25321 |14mu|texlive-multi-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-multi
Version:	20111103
Release:	4
Summary:	TeXLive multi package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multi.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive multi package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/multi/2up.pro
%{_texmfdistdir}/dvips/multi/4up.pro
%{_texmfdistdir}/dvips/multi/multi.pro

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: 5769d4d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25322 |14mu|texlive-multibbl-v1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/multibbl
# catalog-date 2007-05-25 16:15:27 +0200
# catalog-license lppl
# catalog-version v1.1
Name:		texlive-multibbl
Version:	v1.1
Release:	4
Summary:	Multiple bibliographies
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multibbl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibbl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibbl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multibbl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package multibbl redefines the standard bibliographic
commands so that one can generate multiple reference sections.
Each section has it own auxiliary file (for use with BibTeX)
and title.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/multibbl/multibbl.sty
%doc %{_texmfdistdir}/doc/latex/multibbl/multibbl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/multibbl/multibbl.dtx
%doc %{_texmfdistdir}/source/latex/multibbl/multibbl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.1-4
+ Revision: a7571ed
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25323 |14mu|texlive-multicap-20061215-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/multicap
# catalog-date 2006-12-15 15:26:27 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-multicap
Version:	20061215
Release:	4
Summary:	Format captions inside multicols
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multicap
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multicap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multicap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multicap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a package for formatting captions of column figures and
column tabular material, which cannot be standard floats in a
multicols environment. The package also provides a convenient
way to customise your captions, whether they be in multicols or
not.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/multicap/multicap.sty
%doc %{_texmfdistdir}/doc/latex/multicap/multicap.pdf
#- source
%doc %{_texmfdistdir}/source/latex/multicap/multicap.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061215-4
+ Revision: 23b74d5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25324 |14mu|texlive-multido-1.42-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18302
# category Package
# catalog-ctan /macros/generic/multido
# catalog-date 2010-05-15 11:36:20 +0200
# catalog-license lppl
# catalog-version 1.42
Name:		texlive-multido
Version:	1.42
Release:	4
Summary:	A loop facility for Generic TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/multido
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multido.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multido.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multido.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the \multido command, which was originally
designed for use with with PSTricks. Fixed-point arithmetic is
used when working on the loop variable, so that the package is
equally applicable in graphics applications like PSTricks as it
is with the more common integer loops.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/multido/multido.tex
%{_texmfdistdir}/tex/latex/multido/multido.sty
%doc %{_texmfdistdir}/doc/generic/multido/Changes
%doc %{_texmfdistdir}/doc/generic/multido/multido-doc.pdf
%doc %{_texmfdistdir}/doc/generic/multido/multido-doc.tex
%doc %{_texmfdistdir}/doc/generic/multido/multido.pdf
#- source
%doc %{_texmfdistdir}/source/generic/multido/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.42-4
+ Revision: 89cd170
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25325 |14mu|texlive-multienv-20120809-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26544
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-multienv
Version:	20120809
Release:	3
Summary:	TeXLive multienv package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multienv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multienv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multienv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive multienv package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/multienv/multienv.sty
%doc %{_texmfdistdir}/doc/latex/multienv/README
%doc %{_texmfdistdir}/doc/latex/multienv/multienv.pdf
#- source
%doc %{_texmfdistdir}/source/latex/multienv/multienv.dtx
%doc %{_texmfdistdir}/source/latex/multienv/multienv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120809-3
+ Revision: 0364507
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25326 |14mu|texlive-multiexpand-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28768
# category Package
# catalog-ctan /macros/latex/contrib/multiexpand
# catalog-date 2013-01-08 16:25:57 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-multiexpand
Version:	1.1
Release:	7
Summary:	Variations on the primitive command \expandafter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multiexpand
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multiexpand.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multiexpand.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multiexpand.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides two user commands; one that performs
multiple expansions, and one that does multiple \expandafter
operations, in a single macro call. The package requires eTeX's
\numexpr command. The author suggests that the same effect
could be provided by use of the command variant mechanisms of
LaTeX 3 (see, for example, the interface documentation of the
experimental LaTeX 3 kernel).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/multiexpand/multiexpand.sty
%doc %{_texmfdistdir}/doc/latex/multiexpand/README
%doc %{_texmfdistdir}/doc/latex/multiexpand/multiexpand.pdf
#- source
%doc %{_texmfdistdir}/source/latex/multiexpand/multiexpand.dtx
%doc %{_texmfdistdir}/source/latex/multiexpand/multiexpand.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: 71e164f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25327 |14mu|texlive-multirow-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17256
# category Package
# catalog-ctan /macros/latex/contrib/multirow
# catalog-date 2010-02-27 22:08:17 +0100
# catalog-license lppl1
# catalog-version 1.6
Name:		texlive-multirow
Version:	1.6
Release:	4
Summary:	Create tabular cells spanning multiple rows
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/multirow
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multirow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/multirow.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package has a lot of flexibility, including an option for
specifying an entry at the "natural" width of its text. The
package is distributed with the bigdelim and bigstrut packages,
which can be used to advantage with \multirow cells.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/multirow/bigdelim.sty
%{_texmfdistdir}/tex/latex/multirow/bigstrut.sty
%{_texmfdistdir}/tex/latex/multirow/multirow.sty
%doc %{_texmfdistdir}/doc/latex/multirow/README
%doc %{_texmfdistdir}/doc/latex/multirow/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/multirow/multirow.pdf
%doc %{_texmfdistdir}/doc/latex/multirow/multirow.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: fd857a9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25328 |14mu|texlive-musixguit-1.2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21649
# category Package
# catalog-ctan /macros/latex/contrib/musixguit
# catalog-date 2011-03-07 21:34:56 +0100
# catalog-license lppl1.3
# catalog-version 1.2.2
Name:		texlive-musixguit
Version:	1.2.2
Release:	4
Summary:	Easy notation for guitar music, in MusixTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/musixguit
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musixguit.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musixguit.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for typesetting notes for guitar,
especially for simplifying guitar notation with MusixTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/musixguit/musixguit.sty
%doc %{_texmfdistdir}/doc/latex/musixguit/README
%doc %{_texmfdistdir}/doc/latex/musixguit/musixguit_de.pdf
%doc %{_texmfdistdir}/doc/latex/musixguit/musixguit_de.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-4
+ Revision: 6f9d614
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25329 |14mu|texlive-musixtex-1.15-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29752
# category Package
# catalog-ctan /macros/musixtex
# catalog-date 2013-01-26 20:44:01 +0100
# catalog-license gpl
# catalog-version 1.15 (2013-01-21)
Name:		texlive-musixtex
Version:	1.15
Release:	10
Summary:	Sophisticated music typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/musixtex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-musixtex.bin = %{EVRD}

%description
MusiXTeX provides a set of macros, based on the earlier
MusicTeX, for typesetting music with TeX. To produce optimal
spacing, MusixTeX is a three-pass system: etex, musixflx, and
etex again. (Musixflx is a lua script that is provided in the
bundle.) The three-pass process, optionally followed by
processing for printed output, is automated by the musixtex
wrapper script. The package uses its own specialised fonts,
which must be available on the system for musixtex to run. This
version of MusixTeX builds upon work by Andreas Egler, whose
own version is no longer being developed. The MusiXTeX macros
are universally acknowledged to be challenging to use directly:
the pmx preprocessor compiles a simpler input language to
MusixTeX macros..


#-----------------------------------------------------------------------
%files
%{_bindir}/musixflx
%{_bindir}/musixtex
%{_texmfdistdir}/dvips/musixtex/psslurs.pro
%{_texmfdistdir}/scripts/musixtex/musixflx.lua
%{_texmfdistdir}/scripts/musixtex/musixtex.lua
%{_texmfdistdir}/tex/generic/musixtex/musixadd.tex
%{_texmfdistdir}/tex/generic/musixtex/musixbar.tex
%{_texmfdistdir}/tex/generic/musixtex/musixbbm.tex
%{_texmfdistdir}/tex/generic/musixtex/musixblx.tex
%{_texmfdistdir}/tex/generic/musixtex/musixbm.tex
%{_texmfdistdir}/tex/generic/musixtex/musixcho.tex
%{_texmfdistdir}/tex/generic/musixtex/musixcpt.tex
%{_texmfdistdir}/tex/generic/musixtex/musixcrd.tex
%{_texmfdistdir}/tex/generic/musixtex/musixdat.tex
%{_texmfdistdir}/tex/generic/musixtex/musixdbr.tex
%{_texmfdistdir}/tex/generic/musixtex/musixdia.tex
%{_texmfdistdir}/tex/generic/musixtex/musixeng.tex
%{_texmfdistdir}/tex/generic/musixtex/musixesf.tex
%{_texmfdistdir}/tex/generic/musixtex/musixevo.tex
%{_texmfdistdir}/tex/generic/musixtex/musixext.tex
%{_texmfdistdir}/tex/generic/musixtex/musixfll.sty
%{_texmfdistdir}/tex/generic/musixtex/musixfll.tex
%{_texmfdistdir}/tex/generic/musixtex/musixgre.tex
%{_texmfdistdir}/tex/generic/musixtex/musixgui.tex
%{_texmfdistdir}/tex/generic/musixtex/musixhor.tex
%{_texmfdistdir}/tex/generic/musixtex/musixhou.tex
%{_texmfdistdir}/tex/generic/musixtex/musixinv.tex
%{_texmfdistdir}/tex/generic/musixtex/musixlit.tex
%{_texmfdistdir}/tex/generic/musixtex/musixlyr.tex
%{_texmfdistdir}/tex/generic/musixtex/musixmad.tex
%{_texmfdistdir}/tex/generic/musixtex/musixper.tex
%{_texmfdistdir}/tex/generic/musixtex/musixpoi.tex
%{_texmfdistdir}/tex/generic/musixtex/musixps.tex
%{_texmfdistdir}/tex/generic/musixtex/musixref.tex
%{_texmfdistdir}/tex/generic/musixtex/musixslu.tex
%{_texmfdistdir}/tex/generic/musixtex/musixsqr.tex
%{_texmfdistdir}/tex/generic/musixtex/musixste.tex
%{_texmfdistdir}/tex/generic/musixtex/musixstf.tex
%{_texmfdistdir}/tex/generic/musixtex/musixstr.tex
%{_texmfdistdir}/tex/generic/musixtex/musixsty.tex
%{_texmfdistdir}/tex/generic/musixtex/musixtex.tex
%{_texmfdistdir}/tex/generic/musixtex/musixtmr.tex
%{_texmfdistdir}/tex/generic/musixtex/musixtri.tex
%{_texmfdistdir}/tex/latex/musixtex/musixcpt.sty
%{_texmfdistdir}/tex/latex/musixtex/musixcrd.sty
%{_texmfdistdir}/tex/latex/musixtex/musixltx.tex
%{_texmfdistdir}/tex/latex/musixtex/musixtex.sty
%doc %{_texmfdistdir}/doc/generic/musixtex/ChangeLog-115.txt
%doc %{_texmfdistdir}/doc/generic/musixtex/ChangeLog-T114.txt
%doc %{_texmfdistdir}/doc/generic/musixtex/ChangeLog-musixdoc-115.txt
%doc %{_texmfdistdir}/doc/generic/musixtex/README
%doc %{_texmfdistdir}/doc/generic/musixtex/addons/README.underbracket
%doc %{_texmfdistdir}/doc/generic/musixtex/addons/curly.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/addons/tuplet.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/addons/underbracket.sty
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/8bitchar.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/adagio.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/albinoni.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/angescam.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/angescao.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/angescax.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/avemaria.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/avemarid.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/avemaril.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/avemario.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/avemarix.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/avemaroo.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/aveverch.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/aveverdd.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/aveveruc.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/aveverud.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/aveverum.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/changecontext.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/chanson.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/coulhack.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/dissonan.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/fantaisc.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/fantaisd.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/fantaisi.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/fantcmol.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/fantfuga.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/fugcmoll.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/fugue.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/gloriab.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/glorias.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/gloriax.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/gymnoman.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/ilestne.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/ilestnex.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/ilfaitda.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/ilfaitdx.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/kv315.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/kv315f.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/kv315h.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/kv315o.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/kv315org.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/marcello.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/marcon1.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/marcon2.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/marcon3.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/marconf.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/marconh.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/marcono.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/musixdbrexample.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/onuitbri.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/onuitbrr.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/onuitbrx.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/ossiaexa.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/ostinato.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/pacifiqb.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/pacifiqn.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/pacifiqt.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/parnasum.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/partitur.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/prelfug.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/prelude.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/pslurvgap.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/quod.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/racine.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/recit.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/recueil.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/rests.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/reves.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/romances.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/scale.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/souvenir.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/souvenix.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/tierce.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/traeumer.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/widor.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/widor_16.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/examples/widor_20.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/musixcrd/README.musixcrd
%doc %{_texmfdistdir}/doc/generic/musixtex/musixcrd/doc.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/musixdoc.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/musixdoc.sty
%doc %{_texmfdistdir}/doc/generic/musixtex/musixdoc.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/musixlyr/README.musixlyr
%doc %{_texmfdistdir}/doc/generic/musixtex/musixlyr/examples/nonmoriar.dvi
%doc %{_texmfdistdir}/doc/generic/musixtex/musixlyr/examples/nonmoriar.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/musixlyr/examples/nonmoriar.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/musixlyr/mxlyrdoc.dvi
%doc %{_texmfdistdir}/doc/generic/musixtex/musixlyr/mxlyrdoc.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/musixlyr/mxlyrdoc.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/musixtex-install.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/musixtex-install.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/notationMistakes/coulhack.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/notationMistakes/sottieng.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/notationMistakes/sottieng.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/notationMistakes/sottiger.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/notationMistakes/sottiger.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/notationMistakes/sottigra.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/notationMistakes/sottigra.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/psslurs/README.psslurs
%doc %{_texmfdistdir}/doc/generic/musixtex/psslurs/slurs.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/psslurs/slurs.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/reference/musixre1.pdf
%doc %{_texmfdistdir}/doc/generic/musixtex/reference/musixre1.tex
%doc %{_texmfdistdir}/doc/generic/musixtex/scripts/musixflx.html
%doc %{_texmfdistdir}/doc/generic/musixtex/scripts/musixtex.html
%doc %{_mandir}/man1/musixflx.1*
%doc %{_texmfdistdir}/doc/man/man1/musixflx.man1.pdf
%doc %{_mandir}/man1/musixtex.1*
%doc %{_texmfdistdir}/doc/man/man1/musixtex.man1.pdf
#- source
%doc %{_texmfdistdir}/source/generic/musixtex/musixcrd/doc.tex
%doc %{_texmfdistdir}/source/generic/musixtex/musixcrd/makefile
%doc %{_texmfdistdir}/source/generic/musixtex/musixcrd/musixcrd.dtx
%doc %{_texmfdistdir}/source/generic/musixtex/musixcrd/readme
%doc %{_texmfdistdir}/source/generic/musixtex/musixcrd/strip.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/musixtex/musixflx.lua musixflx
    ln -sf %{_texmfdistdir}/scripts/musixtex/musixtex.lua musixtex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.15-10
+ Revision: 3d610da
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25330 |14mu|texlive-musixtex-fonts-20111027-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24517
# category Package
# catalog-ctan /fonts/musixtex-fonts
# catalog-date 2011-10-27 10:28:55 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-musixtex-fonts
Version:	20111027
Release:	4
Summary:	Fonts used by MusixTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/musixtex-fonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex-fonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex-fonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These are fonts for use with MusixTeX; they are provided both
as original Metafont source, and as converted Adobe Type 1. The
bundle renders the older (Type 1 fonts only) bundle musixtex-
t1fonts obsolete.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/musixtex-fonts/musix.map
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musexgen.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musix11.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musix13.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musix16.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musix20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musix24.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musix25.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musix29.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musixgen.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musixsps.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/musixspx.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/mxsk.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xdrawsl.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xdrawzl.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreg11.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreg13.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreg16.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreg20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreg24.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreg25.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreg29.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xgreggen.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld11.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld11d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld13.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld13d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld16.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld16d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld20d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld24.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld24d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld29.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsld29d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsldd20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xsldu20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslgen.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslgend.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslgenu.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd11.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd11d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd13.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd13d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd16.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd16d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd20d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd24.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd24d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd29.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhd29d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu11.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu11d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu13.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu13d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu16.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu16d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu20d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu24.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu24d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu29.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhu29d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhz-o.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhz.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhz20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslhz20d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu11.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu11d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu13.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu13d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu16.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu16d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu20d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu24.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu24d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu29.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslu29d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslud20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslup20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslz.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslz20.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xslz20d.mf
%{_texmfdistdir}/fonts/source/public/musixtex-fonts/xtie20.mf
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musix11.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musix13.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musix16.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musix20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musix24.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musix25.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musix29.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musixsps.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/musixspx.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/mxsk.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xgreg11.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xgreg13.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xgreg16.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xgreg20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xgreg24.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xgreg29.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld11.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld11d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld13.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld13d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld16.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld16d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld20d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld24.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld24d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld29.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsld29d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsldd20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xsldu20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd11.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd11d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd13.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd13d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd16.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd16d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd20d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd24.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd24d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd29.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhd29d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu11.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu11d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu13.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu13d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu16.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu16d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu20d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu20m.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu24.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu24d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu29.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhu29d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhz20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslhz20d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu11.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu11d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu13.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu13d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu16.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu16d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu20d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu24.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu24d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu29.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslu29d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslud20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslup20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslz20.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xslz20d.tfm
%{_texmfdistdir}/fonts/tfm/public/musixtex-fonts/xtie20.tfm
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musix11.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musix13.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musix16.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musix20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musix24.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musix29.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musixsps.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/musixspx.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/mxsk.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xgreg11.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xgreg13.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xgreg16.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xgreg20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xgreg24.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xgreg29.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld11.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld11d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld13.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld13d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld16.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld16d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld20d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld24.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld24d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld29.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsld29d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsldd20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xsldu20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd11.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd11d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd13.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd13d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd16.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd16d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd20d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd24.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd24d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd29.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhd29d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu11.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu11d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu13.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu13d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu16.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu16d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu20d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu24.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu24d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu29.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhu29d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhz20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslhz20d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu11.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu11d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu13.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu13d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu16.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu16d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu20d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu24.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu24d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu29.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslu29d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslud20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslup20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslz20.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xslz20d.pfb
%{_texmfdistdir}/fonts/type1/public/musixtex-fonts/xtie20.pfb
%doc %{_texmfdistdir}/doc/fonts/musixtex-fonts/CHANGES.psfonts
%doc %{_texmfdistdir}/doc/fonts/musixtex-fonts/ChangeLog
%doc %{_texmfdistdir}/doc/fonts/musixtex-fonts/README
%doc %{_texmfdistdir}/doc/fonts/musixtex-fonts/README.psfonts
%doc %{_texmfdistdir}/doc/fonts/musixtex-fonts/gpl.txt
%doc %{_texmfdistdir}/doc/fonts/musixtex-fonts/musixtex-fonts-install.pdf
%doc %{_texmfdistdir}/doc/fonts/musixtex-fonts/musixtex-fonts-install.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111027-4
+ Revision: 19007a3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25331 |14mu|texlive-musuos-1.1c-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24857
# category Package
# catalog-ctan /macros/latex/contrib/musuos
# catalog-date 2011-12-07 16:44:29 +0100
# catalog-license lppl
# catalog-version 1.1c
Name:		texlive-musuos
Version:	1.1c
Release:	5
Summary:	Typeset papers for the department of music, Osnabruck
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/musuos
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musuos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musuos.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/musuos.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a LaTeX class for typesetting term papers
at the institute of music and musicology of the University of
Osnabruck, Germany, according to the specifications of Prof.
Stefan Hahnheide. A biblatex style is provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/musuos/musuos.cls
%doc %{_texmfdistdir}/doc/latex/musuos/README
%doc %{_texmfdistdir}/doc/latex/musuos/musuos-doc.ist
%doc %{_texmfdistdir}/doc/latex/musuos/musuos.pdf
#- source
%doc %{_texmfdistdir}/source/latex/musuos/musuos.dtx
%doc %{_texmfdistdir}/source/latex/musuos/musuos.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1c-5
+ Revision: 3a66dde
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25332 |14mu|texlive-muthesis-20110826-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23861
# category Package
# catalog-ctan /macros/latex/contrib/muthesis
# catalog-date 2011-08-26 08:26:07 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-muthesis
Version:	20110826
Release:	4
Summary:	Classes for University of Manchester Dept of Computer Science
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/muthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/muthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/muthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides thesis and project report document classes
from the University of Manchester's Department of Computer
Science.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/muthesis/muthesis.cls
%{_texmfdistdir}/tex/latex/muthesis/third-rep.cls
%doc %{_texmfdistdir}/doc/latex/muthesis/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110826-4
+ Revision: 93adce2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25333 |14mu|texlive-mversion-1.0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29370
# category Package
# catalog-ctan /macros/latex/contrib/mversion
# catalog-date 2013-03-13 13:37:29 +0100
# catalog-license lppl1.2
# catalog-version 1.0.1
Name:		texlive-mversion
Version:	1.0.1
Release:	7
Summary:	Keeping track of document versions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mversion
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mversion.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mversion.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mversion.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to keep track of different
versions of a latex document. The command \version prints the
version and build numbers; each time you compile your document,
the build number is increased by one. By placing \version in
the header or footer, each page can be marked with the unique
build number describing the progress of your document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mversion/mVersion.sty
%doc %{_texmfdistdir}/doc/latex/mversion/README
%doc %{_texmfdistdir}/doc/latex/mversion/mVersion.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mversion/mVersion.dtx
%doc %{_texmfdistdir}/source/latex/mversion/mVersion.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-7
+ Revision: bf417e7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25334 |14mu|texlive-mwcls-0.74-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/mwcls
# catalog-date 2009-09-28 14:47:14 +0200
# catalog-license lppl
# catalog-version 0.74
Name:		texlive-mwcls
Version:	0.74
Release:	4
Summary:	Polish-oriented document classes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mwcls
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mwcls.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mwcls.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mwcls.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
mwcls is a set of document classes for LaTeX 2e designed with
Polish typographical tradition in mind. Classes include:
'mwart' (which is a replacement for 'article'), 'mwrep'
('report'), and 'mwbk' ('book'). Most features present in
standard classes work with mwcls. Some extensions/exceptions
include: sectioning commands allow for second optional argument
(it's possible to state different texts for running head and
for TOC), new environments 'itemize*' and 'enumerate*' for
lists with long items, page styles have variants for normal,
opening, closing, and blank pages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mwcls/mw10.clo
%{_texmfdistdir}/tex/latex/mwcls/mw11.clo
%{_texmfdistdir}/tex/latex/mwcls/mw12.clo
%{_texmfdistdir}/tex/latex/mwcls/mwart.cls
%{_texmfdistdir}/tex/latex/mwcls/mwbk.cls
%{_texmfdistdir}/tex/latex/mwcls/mwbk10.clo
%{_texmfdistdir}/tex/latex/mwcls/mwbk11.clo
%{_texmfdistdir}/tex/latex/mwcls/mwbk12.clo
%{_texmfdistdir}/tex/latex/mwcls/mwrep.cls
%doc %{_texmfdistdir}/doc/latex/mwcls/CZYTAJ
%doc %{_texmfdistdir}/doc/latex/mwcls/ChangeLog
%doc %{_texmfdistdir}/doc/latex/mwcls/README
%doc %{_texmfdistdir}/doc/latex/mwcls/mwclsdoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mwcls/mwcls.dtx
%doc %{_texmfdistdir}/source/latex/mwcls/mwcls.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.74-4
+ Revision: edac54f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25335 |14mu|texlive-mwe-0.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26422
# category Package
# catalog-ctan /macros/latex/contrib/mwe
# catalog-date 2012-05-15 15:44:48 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-mwe
Version:	0.3
Release:	3
Summary:	Packages and image files for MWEs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mwe
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mwe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mwe.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mwe.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides several files useful when creating a
minimal working example (MWE). The package itself loads a small
set of packages often used when creating MWEs. In addition, a
range of images are provided, which will be installed in the
TEXMF tree, so that they may be used in any (La)TeX document.
This allows different users to share MWEs which include image
commands, without the need to share image files or to use
replacement code.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100bp.eps
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100bp.jpg
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100bp.pdf
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100bp.png
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100bp.tex
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100pt.eps
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100pt.jpg
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100pt.pdf
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100pt.png
%{_texmfdistdir}/tex/latex/mwe/example-grid-100x100pt.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-10x16.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-10x16.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-10x16.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-10x16.png
%{_texmfdistdir}/tex/latex/mwe/example-image-10x16.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-16x10.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-16x10.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-16x10.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-16x10.png
%{_texmfdistdir}/tex/latex/mwe/example-image-16x10.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-16x9.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-16x9.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-16x9.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-16x9.png
%{_texmfdistdir}/tex/latex/mwe/example-image-16x9.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-1x1.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-1x1.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-1x1.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-1x1.png
%{_texmfdistdir}/tex/latex/mwe/example-image-1x1.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-4x3.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-4x3.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-4x3.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-4x3.png
%{_texmfdistdir}/tex/latex/mwe/example-image-4x3.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-9x16.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-9x16.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-9x16.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-9x16.png
%{_texmfdistdir}/tex/latex/mwe/example-image-9x16.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-a.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-a.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-a.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-a.png
%{_texmfdistdir}/tex/latex/mwe/example-image-a.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-a3-landscape.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-a3-landscape.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-a3.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-a3.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-a4-landscape.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-a4-landscape.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-a4.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-a4.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-a5-landscape.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-a5-landscape.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-a5.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-a5.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-b.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-b.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-b.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-b.png
%{_texmfdistdir}/tex/latex/mwe/example-image-b.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-c.eps
%{_texmfdistdir}/tex/latex/mwe/example-image-c.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image-c.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-c.png
%{_texmfdistdir}/tex/latex/mwe/example-image-c.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-golden-upright.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-golden-upright.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-golden.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-golden.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-letter-landscape.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-letter-landscape.tex
%{_texmfdistdir}/tex/latex/mwe/example-image-letter.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image-letter.tex
%{_texmfdistdir}/tex/latex/mwe/example-image.eps
%{_texmfdistdir}/tex/latex/mwe/example-image.jpg
%{_texmfdistdir}/tex/latex/mwe/example-image.pdf
%{_texmfdistdir}/tex/latex/mwe/example-image.png
%{_texmfdistdir}/tex/latex/mwe/example-image.tex
%{_texmfdistdir}/tex/latex/mwe/mwe.sty
%doc %{_texmfdistdir}/doc/latex/mwe/INSTALL
%doc %{_texmfdistdir}/doc/latex/mwe/README
%doc %{_texmfdistdir}/doc/latex/mwe/mwe.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mwe/mwe.dtx
%doc %{_texmfdistdir}/source/latex/mwe/mwe.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-3
+ Revision: 28bdaa3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25336 |14mu|texlive-mweights-20130721-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31268
# category Package
# catalog-ctan /macros/latex/contrib/mweights
# catalog-date 2013-07-21 22:07:48 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-mweights
Version:	20130721
Release:	7
Summary:	Support for multiple-weight font packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mweights
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mweights.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mweights.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Many font families available for use with LaTeX are available
at multiple weights. Many Type 1-oriented support packages for
such fonts re-define the standard \mddefault or \bfdefault
macros. This can create difficulties if the weight desired for
one font family isn't available for another font family, or if
it differs from the weight desired for another font family. The
package provides a solution to these difficulties.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mweights/mweights.sty
%doc %{_texmfdistdir}/doc/latex/mweights/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130721-7
+ Revision: 274df89
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25337 |14mu|texlive-mxedruli-3.3c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/georgian/mxedruli
# catalog-date 2009-01-23 11:09:06 +0100
# catalog-license noinfo
# catalog-version 3.3c
Name:		texlive-mxedruli
Version:	3.3c
Release:	4
Summary:	A pair of Georgian fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/georgian/mxedruli
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mxedruli.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mxedruli.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Two Georgian fonts, written in MetaFont, which cover the
Mxedruli and the Xucuri alphabets.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/mxedruli/mxed.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxed10.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedacc.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedbase.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedbf10.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedc10.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedcaps.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedd.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedfont.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedi10.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/mxedp.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/xuc.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/xuc10.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/xucbase.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/xucd.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/xucfont.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/xucl.mf
%{_texmfdistdir}/fonts/source/public/mxedruli/xucp.mf
%{_texmfdistdir}/fonts/tfm/public/mxedruli/mxed10.tfm
%{_texmfdistdir}/fonts/tfm/public/mxedruli/mxedbf10.tfm
%{_texmfdistdir}/fonts/tfm/public/mxedruli/mxedc10.tfm
%{_texmfdistdir}/fonts/tfm/public/mxedruli/mxedi10.tfm
%{_texmfdistdir}/fonts/tfm/public/mxedruli/xuc10.tfm
%{_texmfdistdir}/tex/latex/mxedruli/mxedruli.sty
%{_texmfdistdir}/tex/latex/mxedruli/umxed.fd
%{_texmfdistdir}/tex/latex/mxedruli/uxuc.fd
%{_texmfdistdir}/tex/latex/mxedruli/xucuri.sty
%doc %{_texmfdistdir}/doc/fonts/mxedruli/README
%doc %{_texmfdistdir}/doc/fonts/mxedruli/alphabets.tex
%doc %{_texmfdistdir}/doc/fonts/mxedruli/mxeddoc.pdf
%doc %{_texmfdistdir}/doc/fonts/mxedruli/mxeddoc.tex
%doc %{_texmfdistdir}/doc/fonts/mxedruli/ossetic.tex
%doc %{_texmfdistdir}/doc/fonts/mxedruli/vepxis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.3c-4
+ Revision: e0cd912
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25338 |14mu|texlive-mychemistry-1.99-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27251
# category Package
# catalog-ctan /macros/latex/contrib/mychemistry
# catalog-date 2012-07-30 11:22:32 +0200
# catalog-license lppl1.3
# catalog-version 1.99
Name:		texlive-mychemistry
Version:	1.99
Release:	3
Summary:	Create reaction schemes with LaTeX and ChemFig
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mychemistry
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mychemistry.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mychemistry.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for typesetting complex chemical
reaction schemes with LaTeX and ChemFig. The package requires
the packages ChemFig, mhchem, chemcompounds and (sometimes)
chemexec.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mychemistry/mychemistry.sty
%doc %{_texmfdistdir}/doc/latex/mychemistry/README
%doc %{_texmfdistdir}/doc/latex/mychemistry/examples.pdf
%doc %{_texmfdistdir}/doc/latex/mychemistry/examples.tex
%doc %{_texmfdistdir}/doc/latex/mychemistry/mychemistry_en.pdf
%doc %{_texmfdistdir}/doc/latex/mychemistry/mychemistry_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.99-3
+ Revision: 76d9d60
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25339 |14mu|texlive-mycv-1.5.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26807
# category Package
# catalog-ctan /macros/latex/contrib/mycv
# catalog-date 2012-05-21 10:58:59 +0200
# catalog-license lppl1.3
# catalog-version 1.5.6
Name:		texlive-mycv
Version:	1.5.6
Release:	3
Summary:	A list-driven CV class, allowing TikZ decorations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mycv
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mycv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mycv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mycv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides a set of functionality for writing
"curriculum vitae" with different layouts. The idea is that a
user can write some custom configuration directives, by means
of which is possible both to produce different c.v. layouts and
quickly switch among them. In order to process such directives,
the class uses a set of lists, provided by the package
etextools. Basic support for using TikZ decorations is also
provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/mycv/mycv_split_contents.pl
%{_texmfdistdir}/tex/latex/mycv/mycv.cls
%{_texmfdistdir}/tex/latex/mycv/mycv_base.def
%{_texmfdistdir}/tex/latex/mycv/mycv_dec.sty
%{_texmfdistdir}/tex/latex/mycv/mycv_misc.def
%{_texmfdistdir}/tex/latex/mycv/mycv_style.sty
%{_texmfdistdir}/tex/latex/mycv/mycv_version.def
%doc %{_texmfdistdir}/doc/latex/mycv/CHANGELOG
%doc %{_texmfdistdir}/doc/latex/mycv/Doc/Images/logo-1.png
%doc %{_texmfdistdir}/doc/latex/mycv/Doc/mycv.tex
%doc %{_texmfdistdir}/doc/latex/mycv/Examples/Notes.txt
%doc %{_texmfdistdir}/doc/latex/mycv/Examples/mycv-example-dpl.pdf
%doc %{_texmfdistdir}/doc/latex/mycv/Examples/mycv-example-dpl2.pdf
%doc %{_texmfdistdir}/doc/latex/mycv/Examples/mycv-example-spl.pdf
%doc %{_texmfdistdir}/doc/latex/mycv/Examples/mycv-example-spl2.pdf
%doc %{_texmfdistdir}/doc/latex/mycv/Examples/mycv-examples.dtx
%doc %{_texmfdistdir}/doc/latex/mycv/README
%doc %{_texmfdistdir}/doc/latex/mycv/checksum.pl
%doc %{_texmfdistdir}/doc/latex/mycv/mycv.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mycv/mycv.dtx
%doc %{_texmfdistdir}/source/latex/mycv/mycv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5.6-3
+ Revision: de603c4
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25340 |14mu|texlive-mylatexformat-3.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21392
# category Package
# catalog-ctan /macros/latex/contrib/mylatexformat
# catalog-date 2011-02-13 01:21:30 +0100
# catalog-license lppl1.3
# catalog-version 3.4
Name:		texlive-mylatexformat
Version:	3.4
Release:	4
Summary:	Build a format based on the preamble of a LaTeX file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/mylatexformat
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mylatexformat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mylatexformat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/mylatexformat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The use of formats helps to speed up compilations: packages
which have been dumped in the format are loaded at very high
speed. This is useful when a document loads many packages
(including large packages such as pgf-TikZ). The package was
developed from the work in mylatex, and eliminates many of the
limitations and problems of that package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/mylatexformat/mylatexformat.ltx
%doc %{_texmfdistdir}/doc/latex/mylatexformat/README
%doc %{_texmfdistdir}/doc/latex/mylatexformat/mylatexformat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/mylatexformat/mylatexformat.drv
%doc %{_texmfdistdir}/source/latex/mylatexformat/mylatexformat.dtx
%doc %{_texmfdistdir}/source/latex/mylatexformat/mylatexformat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.4-4
+ Revision: 4b2d693
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25341 |14mu|texlive-nag-0.700-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24741
# category Package
# catalog-ctan /macros/latex/contrib/nag
# catalog-date 2011-12-03 11:39:13 +0100
# catalog-license lppl
# catalog-version 0.7
Name:		texlive-nag
Version:	0.700
Release:	4
Summary:	Detecting and warning about obsolete LaTeX commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nag
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nag.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nag.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nag.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Old habits die hard. All the same, there are commands, classes
and packages which are outdated and superseded. The nag package
provides routines to warn the user about the use of such
obsolete things. As an example, we provide an extension that
detects many of the "sins" described in l2tabu.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nag/nag-abort.cfg
%{_texmfdistdir}/tex/latex/nag/nag-experimental.cfg
%{_texmfdistdir}/tex/latex/nag/nag-l2tabu.cfg
%{_texmfdistdir}/tex/latex/nag/nag-orthodox.cfg
%{_texmfdistdir}/tex/latex/nag/nag.sty
%doc %{_texmfdistdir}/doc/latex/nag/README
%doc %{_texmfdistdir}/doc/latex/nag/nag.pdf
%doc %{_texmfdistdir}/doc/latex/nag/nagdemo.tex
#- source
%doc %{_texmfdistdir}/source/latex/nag/nag.dtx
%doc %{_texmfdistdir}/source/latex/nag/nag.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.700-4
+ Revision: c3eb2c4
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25342 |14mu|texlive-nameauth-1.80-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31746
# category Package
# catalog-ctan /macros/latex/contrib/nameauth
# catalog-date 2013-09-24 16:31:22 +0200
# catalog-license lppl1.3
# catalog-version 1.8
Name:		texlive-nameauth
Version:	1.80
Release:	7
Summary:	Name authority mechanism for consistency in body text and index
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nameauth
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nameauth.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nameauth.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nameauth.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Publications, that reference many names, require editors and
proofreaders to track those names in the text and index. The
package offers name authority macros that allow authors and
compilers to normalize occurrences of names, variant name
forms, and pen names in the text and index. This may help
minimize writing and production time and cost.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nameauth/nameauth.sty
%doc %{_texmfdistdir}/doc/latex/nameauth/Makefile
%doc %{_texmfdistdir}/doc/latex/nameauth/README
%doc %{_texmfdistdir}/doc/latex/nameauth/nameauth.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nameauth/nameauth.dtx
%doc %{_texmfdistdir}/source/latex/nameauth/nameauth.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.80-7
+ Revision: 69ae893
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25343 |14mu|texlive-namespc-20061222-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/namespc
# catalog-date 2006-12-22 14:37:19 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-namespc
Version:	20061222
Release:	4
Summary:	Rudimentary c++-like namespaces in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/namespc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/namespc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/namespc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/namespc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The namespc package adds rudimentary c++-like namespace
functionality to LaTeX. It may be used to declare local LaTeX
commands, which can be made accessible in a later contexts
without defining them globally.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/namespc/namespc.sty
%doc %{_texmfdistdir}/doc/latex/namespc/README
%doc %{_texmfdistdir}/doc/latex/namespc/namespc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/namespc/namespc.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061222-4
+ Revision: dd8747e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25344 |14mu|texlive-nanumtype1-3.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29558
# category Package
# catalog-ctan /fonts/nanumtype1
# catalog-date 2013-03-25 18:47:44 +0100
# catalog-license ofl
# catalog-version 3.0
Name:		texlive-nanumtype1
Version:	3.0
Release:	7
Summary:	Type1 subfonts of Nanum Korean fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/nanumtype1
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nanumtype1.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nanumtype1.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Nanum is a unicode font designed especially for Korean-language
script. The font was designed by Sandoll Communication and
Fontrix; it includes the sans serif (gothic), serif (myeongjo),
pen script and brush script typefaces. The package provides
Type1 subfonts converted from Nanum Myeongjo (Regular and
ExtraBold) and Nanum Gothic (Regular and Bold) OTFs. C70, LUC,
T1, and TS1 font definition files are also provided. (The
package does not include OpenType/TrueType files, which are
available from Naver).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb00.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb01.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb02.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb03.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb04.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb11.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb20.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb21.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb22.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb23.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb24.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb25.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb26.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb27.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb2a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb30.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb31.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb32.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb33.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb4e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb4f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb50.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb51.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb52.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb53.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb54.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb55.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb56.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb57.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb58.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb59.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb5a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb5b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb5c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb5d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb5e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb5f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb60.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb61.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb62.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb63.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb64.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb65.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb66.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb67.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb68.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb69.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb6a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb6b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb6c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb6d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb6e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb6f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb70.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb71.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb72.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb73.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb74.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb75.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb76.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb77.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb78.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb79.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb7a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb7b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb7c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb7d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb7e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb7f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb80.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb81.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb82.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb83.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb84.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb85.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb86.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb87.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb88.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb89.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb8a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb8b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb8c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb8d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb8e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb8f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb90.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb91.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb92.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb93.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb94.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb95.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb96.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb97.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb98.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb99.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb9a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb9b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb9c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb9d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb9e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtb9f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbac.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbad.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbae.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbaf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbb9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbba.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbbb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbbc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbbd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbbe.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbbf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbc9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbca.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbcb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbcc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbcd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbce.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbcf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbd7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbf9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbfa.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtbff.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm00.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm01.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm02.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm03.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm04.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm11.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm20.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm21.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm22.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm23.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm24.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm25.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm26.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm27.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm2a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm30.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm31.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm32.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm33.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm4e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm4f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm50.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm51.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm52.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm53.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm54.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm55.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm56.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm57.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm58.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm59.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm5a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm5b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm5c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm5d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm5e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm5f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm60.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm61.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm62.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm63.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm64.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm65.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm66.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm67.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm68.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm69.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm6a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm6b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm6c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm6d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm6e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm6f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm70.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm71.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm72.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm73.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm74.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm75.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm76.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm77.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm78.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm79.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm7a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm7b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm7c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm7d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm7e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm7f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm80.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm81.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm82.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm83.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm84.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm85.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm86.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm87.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm88.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm89.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm8a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm8b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm8c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm8d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm8e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm8f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm90.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm91.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm92.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm93.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm94.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm95.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm96.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm97.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm98.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm99.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm9a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm9b.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm9c.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm9d.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm9e.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtm9f.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmac.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmad.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmae.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmaf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmb9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmba.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmbb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmbc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmbd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmbe.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmbf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmc9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmca.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmcb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmcc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmcd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmce.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmcf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmd7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmf9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmfa.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanumgtmff.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb00.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb01.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb02.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb03.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb04.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb20.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb21.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb22.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb23.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb24.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb25.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb26.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb27.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb2a.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb30.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb31.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb32.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjb33.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbac.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbad.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbae.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbaf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbb9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbba.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbbb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbbc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbbd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbbe.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbbf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbc9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbca.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbcb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbcc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbcd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbce.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbcf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbd7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjbff.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm00.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm01.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm02.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm03.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm04.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm20.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm21.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm22.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm23.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm24.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm25.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm26.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm27.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm30.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm31.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm32.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjm33.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmac.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmad.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmae.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmaf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmb9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmba.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmbb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmbc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmbd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmbe.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmbf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc8.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmc9.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmca.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmcb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmcc.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmcd.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmce.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmcf.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd0.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd1.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd2.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd3.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd4.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd5.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd6.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmd7.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/nanummjmff.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/t1nanumgtb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/t1nanumgtm.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/t1nanummjb.afm
%{_texmfdistdir}/fonts/afm/public/nanumtype1/t1nanummjm.afm
%{_texmfdistdir}/fonts/map/dvips/nanumtype1/nanumfonts.map
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb11.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb2a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb4e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb4f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb50.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb51.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb52.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb53.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb54.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb55.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb56.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb57.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb58.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb59.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb5a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb5b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb5c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb5d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb5e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb5f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb60.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb61.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb62.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb63.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb64.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb65.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb66.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb67.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb68.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb69.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb6a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb6b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb6c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb6d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb6e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb6f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb70.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb71.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb72.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb73.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb74.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb75.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb76.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb77.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb78.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb79.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb7a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb7b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb7c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb7d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb7e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb7f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb80.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb81.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb82.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb83.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb84.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb85.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb86.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb87.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb88.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb89.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb8a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb8b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb8c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb8d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb8e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb8f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb90.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb91.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb92.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb93.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb94.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb95.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb96.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb97.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb98.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb99.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb9a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb9b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb9c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb9d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb9e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtb9f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbb9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbbb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbbc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbbd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbbe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbbf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbcb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbcc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbcd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbcf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbd7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbf9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbfa.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo11.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo2a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo4e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo4f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo50.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo51.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo52.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo53.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo54.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo55.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo56.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo57.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo58.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo59.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo5a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo5b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo5c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo5d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo5e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo5f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo60.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo61.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo62.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo63.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo64.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo65.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo66.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo67.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo68.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo69.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo6a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo6b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo6c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo6d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo6e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo6f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo70.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo71.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo72.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo73.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo74.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo75.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo76.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo77.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo78.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo79.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo7a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo7b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo7c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo7d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo7e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo7f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo80.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo81.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo82.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo83.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo84.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo85.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo86.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo87.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo88.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo89.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo8b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo8d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo8e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo8f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo90.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo91.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo92.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo93.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo94.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo95.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo96.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo97.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo98.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo99.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo9a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo9b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo9c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo9d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo9e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbo9f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbob9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbobb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbobc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbobd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbobe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbobf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbocb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbocc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbocd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbocf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbod7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbof9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtbofa.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtboff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm11.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm2a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm4e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm4f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm50.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm51.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm52.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm53.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm54.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm55.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm56.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm57.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm58.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm59.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm5a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm5b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm5c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm5d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm5e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm5f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm60.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm61.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm62.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm63.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm64.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm65.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm66.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm67.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm68.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm69.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm6a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm6b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm6c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm6d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm6e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm6f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm70.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm71.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm72.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm73.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm74.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm75.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm76.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm77.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm78.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm79.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm7a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm7b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm7c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm7d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm7e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm7f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm80.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm81.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm82.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm83.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm84.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm85.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm86.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm87.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm88.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm89.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm8a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm8b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm8c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm8d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm8e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm8f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm90.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm91.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm92.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm93.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm94.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm95.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm96.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm97.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm98.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm99.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm9a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm9b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm9c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm9d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm9e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtm9f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmb9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmbb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmbc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmbd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmbe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmbf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmcb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmcc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmcd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmcf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmd7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmf9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmfa.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo11.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo2a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo4e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo4f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo50.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo51.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo52.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo53.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo54.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo55.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo56.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo57.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo58.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo59.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo5a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo5b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo5c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo5d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo5e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo5f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo60.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo61.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo62.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo63.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo64.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo65.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo66.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo67.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo68.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo69.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo6a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo6b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo6c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo6d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo6e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo6f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo70.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo71.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo72.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo73.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo74.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo75.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo76.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo77.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo78.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo79.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo7a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo7b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo7c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo7d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo7e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo7f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo80.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo81.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo82.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo83.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo84.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo85.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo86.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo87.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo88.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo89.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo8a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo8b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo8c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo8d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo8e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo8f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo90.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo91.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo92.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo93.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo94.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo95.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo96.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo97.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo98.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo99.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo9a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo9b.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo9c.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo9d.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo9e.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmo9f.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmob9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmobb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmobc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmobd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmobe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmobf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmocb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmocc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmocd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmocf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmod7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmof9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmofa.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanumgtmoff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb2a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjb33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbb9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbbb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbbc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbbd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbbe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbbf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbcb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbcc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbcd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbcf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbd7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo2a.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbo33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbob9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbobb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbobc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbobd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbobe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbobf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbocb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbocc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbocd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbocf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjbod7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjboff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjm33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmb9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmbb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmbc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmbd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmbe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmbf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmcb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmcc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmcd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmcf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmd7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo00.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo01.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo02.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo03.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo04.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo20.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo21.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo22.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo23.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo24.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo25.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo26.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo27.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo30.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo31.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo32.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmo33.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoac.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoad.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoae.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoaf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmob9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoba.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmobb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmobc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmobd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmobe.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmobf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc8.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoc9.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoca.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmocb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmocc.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmocd.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoce.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmocf.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod0.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod1.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod2.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod3.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod4.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod5.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod6.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmod7.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/nanummjmoff.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanumgtb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanumgtbo.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanumgtm.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanumgtmo.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanummjb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanummjbo.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanummjm.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/t1nanummjmo.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanumgtb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanumgtbo.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanumgtm.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanumgtmo.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanummjb.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanummjbo.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanummjm.tfm
%{_texmfdistdir}/fonts/tfm/public/nanumtype1/ts1nanummjmo.tfm
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb00.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb01.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb02.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb03.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb04.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb11.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb20.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb21.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb22.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb23.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb24.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb25.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb26.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb27.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb2a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb30.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb31.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb32.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb33.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb4e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb4f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb50.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb51.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb52.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb53.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb54.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb55.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb56.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb57.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb58.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb59.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb5a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb5b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb5c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb5d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb5e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb5f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb60.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb61.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb62.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb63.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb64.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb65.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb66.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb67.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb68.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb69.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb6a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb6b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb6c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb6d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb6e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb6f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb70.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb71.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb72.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb73.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb74.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb75.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb76.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb77.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb78.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb79.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb7a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb7b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb7c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb7d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb7e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb7f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb80.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb81.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb82.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb83.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb84.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb85.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb86.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb87.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb88.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb89.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb8a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb8b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb8c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb8d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb8e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb8f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb90.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb91.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb92.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb93.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb94.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb95.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb96.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb97.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb98.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb99.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb9a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb9b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb9c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb9d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb9e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtb9f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbac.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbad.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbae.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbaf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbb9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbba.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbbb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbbc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbbd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbbe.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbbf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbc9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbca.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbcb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbcc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbcd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbce.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbcf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbd7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbf9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbfa.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtbff.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm00.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm01.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm02.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm03.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm04.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm11.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm20.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm21.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm22.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm23.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm24.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm25.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm26.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm27.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm2a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm30.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm31.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm32.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm33.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm4e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm4f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm50.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm51.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm52.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm53.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm54.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm55.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm56.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm57.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm58.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm59.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm5a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm5b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm5c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm5d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm5e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm5f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm60.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm61.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm62.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm63.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm64.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm65.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm66.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm67.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm68.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm69.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm6a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm6b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm6c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm6d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm6e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm6f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm70.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm71.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm72.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm73.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm74.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm75.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm76.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm77.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm78.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm79.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm7a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm7b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm7c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm7d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm7e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm7f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm80.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm81.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm82.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm83.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm84.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm85.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm86.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm87.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm88.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm89.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm8a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm8b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm8c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm8d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm8e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm8f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm90.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm91.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm92.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm93.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm94.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm95.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm96.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm97.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm98.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm99.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm9a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm9b.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm9c.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm9d.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm9e.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtm9f.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmac.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmad.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmae.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmaf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmb9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmba.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmbb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmbc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmbd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmbe.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmbf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmc9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmca.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmcb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmcc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmcd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmce.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmcf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmd7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmf9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmfa.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanumgtmff.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb00.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb01.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb02.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb03.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb04.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb20.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb21.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb22.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb23.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb24.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb25.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb26.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb27.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb2a.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb30.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb31.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb32.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjb33.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbac.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbad.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbae.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbaf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbb9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbba.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbbb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbbc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbbd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbbe.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbbf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbc9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbca.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbcb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbcc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbcd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbce.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbcf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbd7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjbff.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm00.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm01.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm02.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm03.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm04.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm20.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm21.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm22.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm23.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm24.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm25.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm26.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm27.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm30.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm31.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm32.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjm33.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmac.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmad.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmae.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmaf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmb9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmba.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmbb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmbc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmbd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmbe.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmbf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc8.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmc9.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmca.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmcb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmcc.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmcd.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmce.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmcf.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd0.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd1.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd2.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd3.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd4.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd5.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd6.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmd7.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/nanummjmff.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/t1nanumgtb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/t1nanumgtm.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/t1nanummjb.pfb
%{_texmfdistdir}/fonts/type1/public/nanumtype1/t1nanummjm.pfb
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanumgtb.vf
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanumgtbo.vf
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanumgtm.vf
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanumgtmo.vf
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanummjb.vf
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanummjbo.vf
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanummjm.vf
%{_texmfdistdir}/fonts/vf/public/nanumtype1/ts1nanummjmo.vf
%{_texmfdistdir}/tex/latex/nanumtype1/c70nanumgt.fd
%{_texmfdistdir}/tex/latex/nanumtype1/c70nanummj.fd
%{_texmfdistdir}/tex/latex/nanumtype1/c70uhcmj.fd
%{_texmfdistdir}/tex/latex/nanumtype1/lucnanumgt.fd
%{_texmfdistdir}/tex/latex/nanumtype1/lucnanummj.fd
%{_texmfdistdir}/tex/latex/nanumtype1/t1nanumgt.fd
%{_texmfdistdir}/tex/latex/nanumtype1/t1nanummj.fd
%{_texmfdistdir}/tex/latex/nanumtype1/ts1nanumgt.fd
%{_texmfdistdir}/tex/latex/nanumtype1/ts1nanummj.fd
%doc %{_texmfdistdir}/doc/fonts/nanumtype1/COPYING
%doc %{_texmfdistdir}/doc/fonts/nanumtype1/README
%doc %{_texmfdistdir}/doc/fonts/nanumtype1/nanum-sampler.pdf
%doc %{_texmfdistdir}/doc/fonts/nanumtype1/nanum-sampler.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-7
+ Revision: 01f6ebe
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25345 |14mu|texlive-natbib-8.31b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20668
# category Package
# catalog-ctan /macros/latex/contrib/natbib
# catalog-date 2010-12-06 21:27:27 +0100
# catalog-license lppl
# catalog-version 8.31b
Name:		texlive-natbib
Version:	8.31b
Release:	4
Summary:	Flexible bibliography support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/natbib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/natbib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/natbib.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/natbib.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a style with author-year and numbered references, as
well as much detailed of support for other bibliography use.
Provides versions of the standard BibTeX styles that are
compatible with natbib - plainnat, unsrtnat, abbrnat. The
bibliography styles produced by custom-bib are designed from
the start to be compatible with natbib.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/natbib/abbrvnat.bst
%{_texmfdistdir}/bibtex/bst/natbib/plainnat.bst
%{_texmfdistdir}/bibtex/bst/natbib/unsrtnat.bst
%{_texmfdistdir}/tex/latex/natbib/bibentry.sty
%{_texmfdistdir}/tex/latex/natbib/natbib.sty
%doc %{_texmfdistdir}/doc/latex/natbib/README.1st
%doc %{_texmfdistdir}/doc/latex/natbib/README.v831b
%doc %{_texmfdistdir}/doc/latex/natbib/natbib.ltx
%doc %{_texmfdistdir}/doc/latex/natbib/natbib.pdf
%doc %{_texmfdistdir}/doc/latex/natbib/natnotes.pdf
%doc %{_texmfdistdir}/doc/latex/natbib/natnotes.tex
#- source
%doc %{_texmfdistdir}/source/latex/natbib/bibentry.drv
%doc %{_texmfdistdir}/source/latex/natbib/bibentry.dtx
%doc %{_texmfdistdir}/source/latex/natbib/bibentry.ins
%doc %{_texmfdistdir}/source/latex/natbib/natbib.dtx
%doc %{_texmfdistdir}/source/latex/natbib/natbib.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 8.31b-4
+ Revision: a1a77a9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25346 |14mu|texlive-nature-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21819
# category Package
# catalog-ctan /macros/latex/contrib/nature
# catalog-date 2008-09-15 13:49:48 +0200
# catalog-license noinfo
# catalog-version 1.0
Name:		texlive-nature
Version:	1.0
Release:	4
Summary:	Prepare papers for the journal Nature
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nature
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nature.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nature.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Nature does not accept papers in LaTeX, but it does accept PDF.
This class and BibTeX style provide what seems to be necessary
to produce papers in a format acceptable to the publisher.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/nature/naturemag.bst
%{_texmfdistdir}/tex/latex/nature/nature.cls
%doc %{_texmfdistdir}/doc/latex/nature/README
%doc %{_texmfdistdir}/doc/latex/nature/nature-template.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 33c8953
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25347 |14mu|texlive-ncclatex-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ncclatex
# catalog-date 2007-02-23 22:01:12 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-ncclatex
Version:	1.5
Release:	4
Summary:	An extended general-purpose class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ncclatex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ncclatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ncclatex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The ncc class provides a framework for a common class to
replace the standard article, book and report classes, and
providing a "preprint" class. The class's extensions are
provided in a number of small packages, some of which may also
be used with the standard classes. The ncclatex package also
loads many of the packages of, and requires the latest version
of the ncctools bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ncclatex/cp1251-light.def
%{_texmfdistdir}/tex/latex/ncclatex/ncc.cls
%{_texmfdistdir}/tex/latex/ncclatex/ncc10.clo
%{_texmfdistdir}/tex/latex/ncclatex/ncc11.clo
%{_texmfdistdir}/tex/latex/ncclatex/ncc12.clo
%{_texmfdistdir}/tex/latex/ncclatex/ncc14.clo
%{_texmfdistdir}/tex/latex/ncclatex/nccart.clo
%{_texmfdistdir}/tex/latex/ncclatex/nccbiblist.sty
%{_texmfdistdir}/tex/latex/ncclatex/nccbook.clo
%{_texmfdistdir}/tex/latex/ncclatex/nccdefaults.sty
%{_texmfdistdir}/tex/latex/ncclatex/nccfit.clo
%{_texmfdistdir}/tex/latex/ncclatex/ncchdr.sty
%{_texmfdistdir}/tex/latex/ncclatex/nccheadings.sty
%{_texmfdistdir}/tex/latex/ncclatex/nccindex.sty
%{_texmfdistdir}/tex/latex/ncclatex/ncclatex.sty
%{_texmfdistdir}/tex/latex/ncclatex/nccltrus.sty
%{_texmfdistdir}/tex/latex/ncclatex/nccold.sty
%{_texmfdistdir}/tex/latex/ncclatex/nccproc.cls
%{_texmfdistdir}/tex/latex/ncclatex/nccsections.sty
%{_texmfdistdir}/tex/latex/ncclatex/ncctheorems.sty
%{_texmfdistdir}/tex/latex/ncclatex/ncctitle.clo
%{_texmfdistdir}/tex/latex/ncclatex/ncctitle.sty
%{_texmfdistdir}/tex/latex/ncclatex/ncctitlepage.sty
%{_texmfdistdir}/tex/latex/ncclatex/sibjnm.cls
%doc %{_texmfdistdir}/doc/latex/ncclatex/README
%doc %{_texmfdistdir}/doc/latex/ncclatex/changes.txt
%doc %{_texmfdistdir}/doc/latex/ncclatex/manifest.txt
%doc %{_texmfdistdir}/doc/latex/ncclatex/ncclatex.pdf
%doc %{_texmfdistdir}/doc/latex/ncclatex/ncclatex.tex
%doc %{_texmfdistdir}/doc/latex/ncclatex/nccnews.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: 8379118
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25348 |14mu|texlive-ncctools-3.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ncctools
# catalog-date 2008-02-08 09:08:04 +0100
# catalog-license lppl
# catalog-version 3.5
Name:		texlive-ncctools
Version:	3.5
Release:	4
Summary:	A collection of general packages for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ncctools
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ncctools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ncctools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ncctools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The NCCtools bundle contains many packages for general use
under LaTeX; many are also used by NCC LaTeX. The bundle
includes tools for: - executing commands after a package is
loaded; - watermarks; - counter manipulation (dynamic counters,
changing counter numbering with another counter); -
improvements to the description environment; - hyphenation of
compound words; - new levels of footnotes; - space-filling
patterns; - "poor man's" Black Board Bold symbols; - alignment
of the content of a box; - use comma as decimal separator; -
boxes with their own crop marks; - page cropmarks; -
improvements to fancy headers; - float "styles", mini floats,
side floats; - manually marked footnotes; - extension of
amsmath; - control of paragraph skip; - an envelope to the
graphicx package; - dashed and multiple rules; - alternative
techniques for declarations of sections, captions, and toc-
entries; - generalised text-stretching; - generation of new
theorem-like environments; - control of the text area; -
centred page layouts; and - an un-numbered top-level section.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ncctools/afterpackage.sty
%{_texmfdistdir}/tex/latex/ncctools/dcounter.sty
%{_texmfdistdir}/tex/latex/ncctools/desclist.sty
%{_texmfdistdir}/tex/latex/ncctools/extdash.sty
%{_texmfdistdir}/tex/latex/ncctools/manyfoot.sty
%{_texmfdistdir}/tex/latex/ncctools/mboxfill.sty
%{_texmfdistdir}/tex/latex/ncctools/nccbbb.sty
%{_texmfdistdir}/tex/latex/ncctools/nccboxes.sty
%{_texmfdistdir}/tex/latex/ncctools/ncccomma.sty
%{_texmfdistdir}/tex/latex/ncctools/ncccropbox.sty
%{_texmfdistdir}/tex/latex/ncctools/ncccropmark.sty
%{_texmfdistdir}/tex/latex/ncctools/nccfancyhdr.sty
%{_texmfdistdir}/tex/latex/ncctools/nccfloats.sty
%{_texmfdistdir}/tex/latex/ncctools/nccfoots.sty
%{_texmfdistdir}/tex/latex/ncctools/nccmath.sty
%{_texmfdistdir}/tex/latex/ncctools/nccparskip.sty
%{_texmfdistdir}/tex/latex/ncctools/nccpic.sty
%{_texmfdistdir}/tex/latex/ncctools/nccrules.sty
%{_texmfdistdir}/tex/latex/ncctools/nccsect.sty
%{_texmfdistdir}/tex/latex/ncctools/nccstretch.sty
%{_texmfdistdir}/tex/latex/ncctools/nccthm.sty
%{_texmfdistdir}/tex/latex/ncctools/textarea.sty
%{_texmfdistdir}/tex/latex/ncctools/tocenter.sty
%{_texmfdistdir}/tex/latex/ncctools/topsection.sty
%{_texmfdistdir}/tex/latex/ncctools/watermark.sty
%doc %{_texmfdistdir}/doc/latex/ncctools/README
%doc %{_texmfdistdir}/doc/latex/ncctools/README.source
%doc %{_texmfdistdir}/doc/latex/ncctools/afterpackage.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/changes.txt
%doc %{_texmfdistdir}/doc/latex/ncctools/dcounter.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/desclist.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/extdash.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/manifest.txt
%doc %{_texmfdistdir}/doc/latex/ncctools/manyfoot.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/mboxfill.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccbbb.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccboxes.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/ncccomma.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/ncccropbox.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/ncccropmark.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccfancyhdr.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccfloats.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccfoots.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccmath.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccparskip.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccpic.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccrules.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccsect.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccstretch.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/nccthm.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/ncctools.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/ncctools.tex
%doc %{_texmfdistdir}/doc/latex/ncctools/textarea.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/tocenter.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/topsection.pdf
%doc %{_texmfdistdir}/doc/latex/ncctools/watermark.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ncctools/afterpackage.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/dcounter.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/desclist.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/extdash.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/manyfoot.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/mboxfill.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccbbb.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccboxes.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/ncccomma.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/ncccropbox.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/ncccropmark.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccfancyhdr.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccfloats.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccfoots.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccmath.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccparskip.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccpic.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccrules.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccsect.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccstretch.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/nccthm.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/ncctools.ins
%doc %{_texmfdistdir}/source/latex/ncctools/textarea.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/tocenter.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/topsection.dtx
%doc %{_texmfdistdir}/source/latex/ncctools/watermark.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.5-4
+ Revision: 5a67b79
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25349 |14mu|texlive-ncntrsbk-20110301-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21993
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-ncntrsbk
Version:	20110301
Release:	4
Summary:	URW "Base 35" font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ncntrsbk.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/ncntrsbk/config.unc
%{_texmfdistdir}/fonts/afm/adobe/ncntrsbk/pncb8a.afm
%{_texmfdistdir}/fonts/afm/adobe/ncntrsbk/pncbi8a.afm
%{_texmfdistdir}/fonts/afm/adobe/ncntrsbk/pncr8a.afm
%{_texmfdistdir}/fonts/afm/adobe/ncntrsbk/pncri8a.afm
%{_texmfdistdir}/fonts/afm/urw/ncntrsbk/uncb8a.afm
%{_texmfdistdir}/fonts/afm/urw/ncntrsbk/uncbi8a.afm
%{_texmfdistdir}/fonts/afm/urw/ncntrsbk/uncr8a.afm
%{_texmfdistdir}/fonts/afm/urw/ncntrsbk/uncri8a.afm
%{_texmfdistdir}/fonts/map/dvips/ncntrsbk/unc.map
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncb.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncb7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncb8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncb8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncb8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbi.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbi7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbi8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbi8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbi8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbo.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncbo8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncr.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncr7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncr8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncr8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncr8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncrc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncrc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncrc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncri.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncri7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncri8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncri8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncri8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncro.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncro7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncro8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncro8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/ncntrsbk/pncro8t.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncb8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncbc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncbi8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncr8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncrc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncri8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/pncrv8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/rpncb.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/rpncbi.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/rpncr.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/ncntrsbk/rpncri.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncb7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncb8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncb8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncb8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbi8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncbo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncr7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncr8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncr8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncr8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncrc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncrc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncri7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncri8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncri8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncri8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncro7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncro8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncro8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/ncntrsbk/uncro8t.tfm
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncb8a.pfb
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncb8a.pfm
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncbi8a.pfb
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncbi8a.pfm
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncr8a.pfb
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncr8a.pfm
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncri8a.pfb
%{_texmfdistdir}/fonts/type1/urw/ncntrsbk/uncri8a.pfm
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncb.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncb7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncb8c.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncb8t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbc.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbi.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbi7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbi8c.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbi8t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbo.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncbo8t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncr.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncr7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncr8c.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncr8t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncrc.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncrc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncrc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncri.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncri7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncri8c.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncri8t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncro.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncro7t.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncro8c.vf
%{_texmfdistdir}/fonts/vf/adobe/ncntrsbk/pncro8t.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/ncntrsbk/pncb8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/ncntrsbk/pncbc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/ncntrsbk/pncbi8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/ncntrsbk/pncr8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/ncntrsbk/pncrc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/ncntrsbk/pncri8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/ncntrsbk/pncrv8z.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncb7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncb8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncb8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbi8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncbo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncr7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncr8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncr8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncrc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncrc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncri7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncri8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncri8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncro7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncro8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/ncntrsbk/uncro8t.vf
%{_texmfdistdir}/tex/latex/ncntrsbk/8runc.fd
%{_texmfdistdir}/tex/latex/ncntrsbk/omlunc.fd
%{_texmfdistdir}/tex/latex/ncntrsbk/omsunc.fd
%{_texmfdistdir}/tex/latex/ncntrsbk/ot1unc.fd
%{_texmfdistdir}/tex/latex/ncntrsbk/t1unc.fd
%{_texmfdistdir}/tex/latex/ncntrsbk/ts1unc.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110301-4
+ Revision: 35ba635
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25350 |14mu|texlive-nddiss-3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/nddiss
# catalog-date 2008-08-22 17:15:44 +0200
# catalog-license lppl
# catalog-version 3.0
Name:		texlive-nddiss
Version:	3.0
Release:	4
Summary:	Notre Dame Dissertation format class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nddiss
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nddiss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nddiss.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nddiss.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This class file conforms to the requirements of the Graduate
School of the University of Notre Dame; with it a user can
format a thesis or dissertation in LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/nddiss/nddiss2e.bst
%{_texmfdistdir}/tex/latex/nddiss/nddiss2e.cls
%doc %{_texmfdistdir}/doc/latex/nddiss/ReadMe.1st.txt
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/LICENSE
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/README.1st.txt
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/VERSION
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/appendix.tex
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/chapter1.tex
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/chapter2.tex
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/example.bib
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/example.pdf
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/example.tex
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/makefile
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/makefile.chapterbib
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/sample_nd.eps
%doc %{_texmfdistdir}/doc/latex/nddiss/example-v1.3/sample_nd.pdf
%doc %{_texmfdistdir}/doc/latex/nddiss/ltxdoc.cfg
%doc %{_texmfdistdir}/doc/latex/nddiss/nddiss2e.pdf
%doc %{_texmfdistdir}/doc/latex/nddiss/process.sh
%doc %{_texmfdistdir}/doc/latex/nddiss/template.tex
#- source
%doc %{_texmfdistdir}/source/latex/nddiss/nddiss2e.dtx
%doc %{_texmfdistdir}/source/latex/nddiss/nddiss2e.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-4
+ Revision: d955308
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25351 |14mu|texlive-needspace-1.3d-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29601
# category Package
# catalog-ctan /macros/latex/contrib/needspace
# catalog-date 2013-04-01 14:35:12 +0200
# catalog-license lppl
# catalog-version 1.3d
Name:		texlive-needspace
Version:	1.3d
Release:	7
Summary:	Insert pagebreak if not enough space
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/needspace
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/needspace.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/needspace.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/needspace.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides commands to disable pagebreaking within a given
vertical space. If there is not enough space between the
command and the bottom of the page, a new page will be started.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/needspace/needspace.sty
%doc %{_texmfdistdir}/doc/latex/needspace/README
%doc %{_texmfdistdir}/doc/latex/needspace/needspace.pdf
#- source
%doc %{_texmfdistdir}/source/latex/needspace/needspace.ins
%doc %{_texmfdistdir}/source/latex/needspace/needspace.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3d-7
+ Revision: ba20d5b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25352 |14mu|texlive-nestquot-20120606-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27323
# category Package
# catalog-ctan /macros/latex/contrib/nestquot
# catalog-date 2012-06-06 18:43:10 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-nestquot
Version:	20120606
Release:	3
Summary:	Alternate quotes between double and single with nesting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nestquot
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nestquot.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides two new commands: \nlq and \nrq for nesting left and
right quotes that properly change between double and single
quotes according to their nesting level. For example, the input
\nlq Foo \nlq bar\nrq\ bletch\nrq will be typeset as if it had
been entered as "Foo 'bar' bletch".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nestquot/nestquot.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120606-3
+ Revision: bbdd73b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25353 |14mu|texlive-neuralnetwork-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31500
# category Package
# catalog-ctan /graphics/pgf/contrib/neuralnetwork
# catalog-date 2013-08-22 18:53:49 +0200
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-neuralnetwork
Version:	1.0
Release:	7
Summary:	Graph-drawing for neural networks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/neuralnetwork
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/neuralnetwork.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/neuralnetwork.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides facilities for graph-drawing, with
facilities designed for neural network diagrams.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/neuralnetwork/neuralnetwork.sty
%doc %{_texmfdistdir}/doc/latex/neuralnetwork/examples/neural-networks-ebook.pdf
%doc %{_texmfdistdir}/doc/latex/neuralnetwork/examples/neuralnetwork.pdf
%doc %{_texmfdistdir}/doc/latex/neuralnetwork/examples/neuralnetwork.tex
%doc %{_texmfdistdir}/doc/latex/neuralnetwork/examples/xor.pdf
%doc %{_texmfdistdir}/doc/latex/neuralnetwork/examples/xor.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 7647e56
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25354 |14mu|texlive-newenviron-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29331
# category Package
# catalog-ctan /macros/latex/contrib/newenviron
# catalog-date 2013-03-10 16:42:24 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-newenviron
Version:	1.0
Release:	7
Summary:	Processing an environment's body
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/newenviron
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newenviron.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newenviron.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers tools for collecting and executing an
environment's body.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/newenviron/newenviron.sty
%doc %{_texmfdistdir}/doc/latex/newenviron/README
%doc %{_texmfdistdir}/doc/latex/newenviron/newenviron-examples.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 3fe64ac
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25355 |14mu|texlive-newfile-1.0c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/newfile
# catalog-date 2009-09-03 13:00:14 +0200
# catalog-license lppl
# catalog-version 1.0c
Name:		texlive-newfile
Version:	1.0c
Release:	4
Summary:	User level management of LaTeX input and output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/newfile
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newfile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newfile.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newfile.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Commands are defined to manage the limited pool of input and
output handles provided by TeX. The streams so provided are
mapped to various of the LaTeX input and output mechanisms.
Some facilities of the verbatim package are also mapped.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/newfile/newfile.sty
%doc %{_texmfdistdir}/doc/latex/newfile/README
%doc %{_texmfdistdir}/doc/latex/newfile/newfile.pdf
#- source
%doc %{_texmfdistdir}/source/latex/newfile/newfile.dtx
%doc %{_texmfdistdir}/source/latex/newfile/newfile.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0c-4
+ Revision: 477aef0
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25356 |14mu|texlive-newlfm-9.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/newlfm
# catalog-date 2009-04-12 19:35:00 +0200
# catalog-license gpl
# catalog-version 9.4
Name:		texlive-newlfm
Version:	9.4
Release:	4
Summary:	Write letters, facsimiles, and memos
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/newlfm
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newlfm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newlfm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newlfm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Integrates the letter class with fancyhdr and geometry to
automatically make letterhead stationery. Useful for writing
letters, fax, and memos. You can set up an address book using
'wrapper' macros. You put all the information for a person into
a wrapper and then put the wrapper in a document. The class
handles letterheads automatically. You place the object for the
letterhead (picture, information, etc.) in a box and all sizing
is set automatically.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/newlfm/addrset.sty
%{_texmfdistdir}/tex/latex/newlfm/newlfm.cls
%{_texmfdistdir}/tex/latex/newlfm/setdim.sty
%doc %{_texmfdistdir}/doc/latex/newlfm/README
%doc %{_texmfdistdir}/doc/latex/newlfm/chk1.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/demoa.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/draft.eps
%doc %{_texmfdistdir}/doc/latex/newlfm/draft.pdf
%doc %{_texmfdistdir}/doc/latex/newlfm/extracd.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/hletrinf.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/letrinfo.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/lvb.eps
%doc %{_texmfdistdir}/doc/latex/newlfm/lvb.pdf
%doc %{_texmfdistdir}/doc/latex/newlfm/make_clean
%doc %{_texmfdistdir}/doc/latex/newlfm/make_unix
%doc %{_texmfdistdir}/doc/latex/newlfm/make_win.bat
%doc %{_texmfdistdir}/doc/latex/newlfm/makeclean_win.bat
%doc %{_texmfdistdir}/doc/latex/newlfm/manual.pdf
%doc %{_texmfdistdir}/doc/latex/newlfm/mintrx.bat
%doc %{_texmfdistdir}/doc/latex/newlfm/newlfm.pdf
%doc %{_texmfdistdir}/doc/latex/newlfm/newlfm.txt
%doc %{_texmfdistdir}/doc/latex/newlfm/palm.eps
%doc %{_texmfdistdir}/doc/latex/newlfm/palm.pdf
%doc %{_texmfdistdir}/doc/latex/newlfm/problems.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/prx.bat
%doc %{_texmfdistdir}/doc/latex/newlfm/setup.bat
%doc %{_texmfdistdir}/doc/latex/newlfm/sfaxpage.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/smemosec.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/sprsrls.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test1.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test10.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test11.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test12.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test1alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test2.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test2a.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test2alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test3.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test3alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test4.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test4alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test5.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test5alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test6.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test6alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test7.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test7alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test8.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test8alt.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/test9.tex
%doc %{_texmfdistdir}/doc/latex/newlfm/testms.pdf
%doc %{_texmfdistdir}/doc/latex/newlfm/wine.eps
%doc %{_texmfdistdir}/doc/latex/newlfm/wine.pdf
#- source
%doc %{_texmfdistdir}/source/latex/newlfm/newlfm.dtx
%doc %{_texmfdistdir}/source/latex/newlfm/newlfm.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 9.4-4
+ Revision: a16b04c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25357 |14mu|texlive-newspaper-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/newspaper
# catalog-date 2008-08-22 17:15:44 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-newspaper
Version:	1.0
Release:	4
Summary:	Typeset newsletters to resemble newspapers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/newspaper
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newspaper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newspaper.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newspaper.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The newspaper package redefines the page style and \maketitle
command to produce a typeset page similar to that off a
newspaper. It also provides several commands that (when used
with other packages) simplify the writing of articles in a
newspaper-style column format.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/newspaper/newspaper.sty
%doc %{_texmfdistdir}/doc/latex/newspaper/Figure1.pdf
%doc %{_texmfdistdir}/doc/latex/newspaper/Figure2.pdf
%doc %{_texmfdistdir}/doc/latex/newspaper/README
%doc %{_texmfdistdir}/doc/latex/newspaper/atom.jpg
%doc %{_texmfdistdir}/doc/latex/newspaper/newspaper.pdf
%doc %{_texmfdistdir}/doc/latex/newspaper/newspaperExample.tex
#- source
%doc %{_texmfdistdir}/source/latex/newspaper/newspaper.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 9a992ed
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25358 |14mu|texlive-newunicodechar-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28253
# category Package
# catalog-ctan /macros/latex/contrib/newunicodechar
# catalog-date 2012-11-13 18:34:11 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-newunicodechar
Version:	1.1
Release:	7
Summary:	Definitions of the meaning of Unicode characters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/newunicodechar
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newunicodechar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newunicodechar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newunicodechar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a friendly interface for defining the
meaning of Unicode characters. The document should be processed
by (pdf)LaTeX with the unicode option of inputenc or inputenx,
or by XeLaTeX/LuaLaTeX. The command provided is
\newunicodechar{<char>}{<code>} where <char> is a directly-
typed Unicode character, and <code> is its replacement.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/newunicodechar/newunicodechar.sty
%doc %{_texmfdistdir}/doc/latex/newunicodechar/README
%doc %{_texmfdistdir}/doc/latex/newunicodechar/newunicodechar.pdf
#- source
%doc %{_texmfdistdir}/source/latex/newunicodechar/newunicodechar.dtx
%doc %{_texmfdistdir}/source/latex/newunicodechar/newunicodechar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: e0b575a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25359 |14mu|texlive-newvbtm-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23996
# category Package
# catalog-ctan /macros/latex/contrib/newvbtm
# catalog-date 2011-09-17 10:58:19 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-newvbtm
Version:	1.1
Release:	4
Summary:	Define your own verbatim-like environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/newvbtm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newvbtm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newvbtm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newvbtm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines general purpose macro named \newverbatim to define your
own verbatim-like environment. It also has a supplementary
style file varvbtm.sty to provide set of macros for variants of
verbatim, such as tab emulation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/newvbtm/newvbtm.sty
%{_texmfdistdir}/tex/latex/newvbtm/varvbtm.sty
%doc %{_texmfdistdir}/doc/latex/newvbtm/README
%doc %{_texmfdistdir}/doc/latex/newvbtm/newvbtm-man.pdf
%doc %{_texmfdistdir}/doc/latex/newvbtm/newvbtm-man.tex
#- source
%doc %{_texmfdistdir}/source/latex/newvbtm/newvbtm.dtx
%doc %{_texmfdistdir}/source/latex/newvbtm/newvbtm.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: c72b36f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25360 |14mu|texlive-newverbs-1.3a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26258
# category Package
# catalog-ctan /macros/latex/contrib/newverbs
# catalog-date 2012-05-08 15:35:13 +0200
# catalog-license lppl1.3
# catalog-version 1.3a
Name:		texlive-newverbs
Version:	1.3a
Release:	3
Summary:	Define new versions of \verb, including short verb versions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/newverbs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newverbs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newverbs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/newverbs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the definition of \verb variants which add
TeX code before and after the verbatim text (e.g., quotes or
surrounding \fbox{}). When used together with the shortvrb
package it allows the definition of short verbatim characters
which use this package's variant instead of the normal \verb.
In addition, it is possible to collect an argument verbatim to
either typeset or write it into a file. The \Verbdef command
defines verbatim text to a macro which can later be used to
write the verbatim text to a file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/newverbs/newverbs.sty
%doc %{_texmfdistdir}/doc/latex/newverbs/README
%doc %{_texmfdistdir}/doc/latex/newverbs/newverbs.pdf
#- source
%doc %{_texmfdistdir}/source/latex/newverbs/newverbs.dtx
%doc %{_texmfdistdir}/source/latex/newverbs/newverbs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3a-3
+ Revision: 426c16c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25361 |14mu|texlive-nextpage-1.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/misc/nextpage.sty
# catalog-date 2009-09-03 13:12:26 +0200
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-nextpage
Version:	1.1a
Release:	4
Summary:	Generalisations of the page advance commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/misc/nextpage.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nextpage.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides \clearpage and \newpage variants that guarantee to end
up on even/odd numbered pages; these 4 commands all have an
optional argument whose content will be placed on any "empty"
page generated.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nextpage/nextpage.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1a-4
+ Revision: 28ec802
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25362 |14mu|texlive-nfssext-cfr-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19322
# category Package
# catalog-ctan /macros/latex/contrib/nfssext-cfr
# catalog-date 2010-06-30 12:36:12 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-nfssext-cfr
Version:	1.2
Release:	4
Summary:	Extensions to the LaTeX NFSS
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nfssext-cfr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nfssext-cfr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nfssext-cfr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is a development of nfssext.sty, distributed with
the examples for the font installation guide. The package has
been developed for use in packages such as cfr-lm and
venturisadf,.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nfssext-cfr/nfssext-cfr.sty
%doc %{_texmfdistdir}/doc/latex/nfssext-cfr/README
%doc %{_texmfdistdir}/doc/latex/nfssext-cfr/nfssext-cfr.pdf
%doc %{_texmfdistdir}/doc/latex/nfssext-cfr/nfssext-cfr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: edb2ccf
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25363 |14mu|texlive-nicefilelist-0.7a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28527
# category Package
# catalog-ctan /macros/latex/contrib/nicefilelist
# catalog-date 2012-12-13 11:39:24 +0100
# catalog-license lppl1.3
# catalog-version 0.7a
Name:		texlive-nicefilelist
Epoch:		1
Version:	0.7a
Release:	7
Summary:	Provide \listfiles alignment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nicefilelist
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nicefilelist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nicefilelist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nicefilelist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends longnamefilelist, keeping separate columns
for date, version and "caption" (the caption now separately
listed). Alignment is not disturbed by short file name
extensions, such as ".fd". The package is not compatible with
longnamefilelist: users need to re-read the documentation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nicefilelist/nicefilelist.RLS
%{_texmfdistdir}/tex/latex/nicefilelist/nicefilelist.sty
%doc %{_texmfdistdir}/doc/latex/nicefilelist/README
%doc %{_texmfdistdir}/doc/latex/nicefilelist/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/nicefilelist/nicefilelist.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nicefilelist/empty.f
%doc %{_texmfdistdir}/source/latex/nicefilelist/nicefilelist.tex
%doc %{_texmfdistdir}/source/latex/nicefilelist/provonly.fd
%doc %{_texmfdistdir}/source/latex/nicefilelist/srcfiles.tex
%doc %{_texmfdistdir}/source/latex/nicefilelist/wrong.prv

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.7a-7
+ Revision: a5d86a3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25364 |14mu|texlive-niceframe-1.1c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24120
# category Package
# catalog-ctan /macros/latex/contrib/niceframe
# catalog-date 2011-06-16 20:35:20 +0200
# catalog-license lppl
# catalog-version 1.1c
Name:		texlive-niceframe
Version:	1.1c
Release:	4
Summary:	Support for fancy frames
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/niceframe
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/niceframe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/niceframe.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/niceframe.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines means of drawing frames around boxes, using
dingbat fonts. Some (Metafont) font sources are included; the
fonts are available separately in Type 1 format.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/niceframe/karta.mf
%{_texmfdistdir}/fonts/source/public/niceframe/karta15.mf
%{_texmfdistdir}/fonts/source/public/niceframe/umrand.mf
%{_texmfdistdir}/fonts/source/public/niceframe/umranda.mf
%{_texmfdistdir}/fonts/source/public/niceframe/umrandb.mf
%{_texmfdistdir}/fonts/tfm/public/niceframe/karta15.tfm
%{_texmfdistdir}/fonts/tfm/public/niceframe/umranda.tfm
%{_texmfdistdir}/fonts/tfm/public/niceframe/umrandb.tfm
%{_texmfdistdir}/tex/latex/niceframe/niceframe.sty
%doc %{_texmfdistdir}/doc/latex/niceframe/dingbat.mf
%doc %{_texmfdistdir}/doc/latex/niceframe/example.tex
%doc %{_texmfdistdir}/doc/latex/niceframe/niceframe.pdf
#- source
%doc %{_texmfdistdir}/source/latex/niceframe/niceframe.drv
%doc %{_texmfdistdir}/source/latex/niceframe/niceframe.dtx
%doc %{_texmfdistdir}/source/latex/niceframe/niceframe.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1c-4
+ Revision: ac8f0e7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25365 |14mu|texlive-nicetext-20120403-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25843
# category Package
# catalog-ctan /macros/latex/contrib/nicetext
# catalog-date 2012-04-03 20:19:38 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-nicetext
Version:	20120403
Release:	3
Summary:	Minimal markup for simple text (Wikipedia style) and documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nicetext
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nicetext.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nicetext.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nicetext.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle offers "minimal" markup syntax for various simple
kinds of text. The user will typically involve little more than
is printed, and will still get LaTeX quality. The bundle
provides four packages: - wiki addresses general texts, marked
up in the simple style used on Wikipedia; - niceverb is yet
another means of documenting LaTeX packages: it offers syntax-
aware typesetting of meta-variables (macro arguments) and for
referring to commands (and their syntax) in footnotes, section
titles etc.; - fifinddo aims to parse plain text or (La)TeX
files using TeX, and to write the results to an external file;
the package is used by another member of the bundle: - makedoc,
which provides the means to produce typeset documentation
direct from package files.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nicetext/fifinddo.sty
%{_texmfdistdir}/tex/latex/nicetext/makedoc.cfg
%{_texmfdistdir}/tex/latex/nicetext/makedoc.sty
%{_texmfdistdir}/tex/latex/nicetext/mdoccorr.cfg
%{_texmfdistdir}/tex/latex/nicetext/niceverb.sty
%{_texmfdistdir}/tex/latex/nicetext/run/README-run.txt
%{_texmfdistdir}/tex/latex/nicetext/run/arseneau.tex
%{_texmfdistdir}/tex/latex/nicetext/run/atari.cfg
%{_texmfdistdir}/tex/latex/nicetext/run/atari.fdf
%{_texmfdistdir}/tex/latex/nicetext/run/atari.txt
%{_texmfdistdir}/tex/latex/nicetext/run/copyfile.cfg
%{_texmfdistdir}/tex/latex/nicetext/run/copyfile.tex
%{_texmfdistdir}/tex/latex/nicetext/run/fddial0g.sty
%{_texmfdistdir}/tex/latex/nicetext/run/fdtxttex.cfg
%{_texmfdistdir}/tex/latex/nicetext/run/fdtxttex.tex
%{_texmfdistdir}/tex/latex/nicetext/run/fdtxttex.tpl
%{_texmfdistdir}/tex/latex/nicetext/run/lines.txt
%{_texmfdistdir}/tex/latex/nicetext/run/makedoc.tpl
%{_texmfdistdir}/tex/latex/nicetext/run/sample.txt
%{_texmfdistdir}/tex/latex/nicetext/run/substr.tex
%{_texmfdistdir}/tex/latex/nicetext/run/u8atablg.fdf
%{_texmfdistdir}/tex/latex/nicetext/wiki.sty
%doc %{_texmfdistdir}/doc/latex/nicetext/ANNOUNCE.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/CHANGE.LOG
%doc %{_texmfdistdir}/doc/latex/nicetext/FILEs.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/README
%doc %{_texmfdistdir}/doc/latex/nicetext/README.pdf
%doc %{_texmfdistdir}/doc/latex/nicetext/RELEAS03.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/RELEAS04.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/RELEAS05.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/RELEASE042.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/RELEASE043.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/RELEASE044.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/SrcFILEs.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/demo/arseneau.pdf
%doc %{_texmfdistdir}/doc/latex/nicetext/demo/iso.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/demo/lns.txt
%doc %{_texmfdistdir}/doc/latex/nicetext/demo/sample.tex
%doc %{_texmfdistdir}/doc/latex/nicetext/demo/substr.pdf
%doc %{_texmfdistdir}/doc/latex/nicetext/fifinddo.pdf
%doc %{_texmfdistdir}/doc/latex/nicetext/makedoc.pdf
%doc %{_texmfdistdir}/doc/latex/nicetext/mdoccheat.pdf
%doc %{_texmfdistdir}/doc/latex/nicetext/niceverb.pdf
%doc %{_texmfdistdir}/doc/latex/nicetext/readprov.log
%doc %{_texmfdistdir}/doc/latex/nicetext/wikicheat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nicetext/README.tex
%doc %{_texmfdistdir}/source/latex/nicetext/fifinddo.tex
%doc %{_texmfdistdir}/source/latex/nicetext/makedoc.tex
%doc %{_texmfdistdir}/source/latex/nicetext/mdoccheat.tex
%doc %{_texmfdistdir}/source/latex/nicetext/niceverb.tex
%doc %{_texmfdistdir}/source/latex/nicetext/srcfiles.tex
%doc %{_texmfdistdir}/source/latex/nicetext/wikicheat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120403-3
+ Revision: cdd5994
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25366 |14mu|texlive-nih-20070310-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/nih
# catalog-date 2007-03-10 12:31:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-nih
Version:	20070310
Release:	4
Summary:	A class for NIH grant applications
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nih
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nih.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nih.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The nih class offers support for grant applications to NIH, the
National Institutes of Health, a US government agency. The
example-* files provide a template for using nih.cls and
submitting the biographical sketches the NIH wants. They
(potentially) use denselists package, which just reduces list
spacing; the package is distributed with the class, but is not
part of the class proper. (The examples may be distributed
without even the restrictions of the LaTeX licence.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nih/denselists.sty
%{_texmfdistdir}/tex/latex/nih/nih.cls
%doc %{_texmfdistdir}/doc/latex/nih/README
%doc %{_texmfdistdir}/doc/latex/nih/example-biosketch.pdf
%doc %{_texmfdistdir}/doc/latex/nih/example-biosketch.tex
%doc %{_texmfdistdir}/doc/latex/nih/example-nih-cls.pdf
%doc %{_texmfdistdir}/doc/latex/nih/example-nih-cls.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070310-4
+ Revision: 3e8388d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25367 |14mu|texlive-nlctdoc-1.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27116
# category Package
# catalog-ctan /macros/latex/contrib/nlctdoc
# catalog-date 2012-07-20 01:08:10 +0200
# catalog-license lppl
# catalog-version 1.02
Name:		texlive-nlctdoc
Epoch:		1
Version:	1.02
Release:	3
Summary:	Package documentation class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nlctdoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nlctdoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nlctdoc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides support for the documentation of the
author's packages, using koma-script. This class is provided
"as is" solely for the benefit of anyone who wants to compile
the documentation of those packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nlctdoc/nlctdoc.cls
%doc %{_texmfdistdir}/doc/latex/nlctdoc/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.02-3
+ Revision: c35296f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25368 |14mu|texlive-noconflict-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30140
# category Package
# catalog-ctan /macros/latex/contrib/noconflict
# catalog-date 2013-04-27 00:34:43 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-noconflict
Version:	1.0
Release:	7
Summary:	Resolve macro name conflict between packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/noconflict
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/noconflict.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/noconflict.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides several commands to prefix (and hence
obscure) a macro's (or a sequence of macros') name, and to
restore the original macro(s) at places in a document where
they are needed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/noconflict/noconflict.sty
%doc %{_texmfdistdir}/doc/latex/noconflict/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 41d6db1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25369 |14mu|texlive-noindentafter-20131010-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31341
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-noindentafter
Version:	20131010
Release:	7
Summary:	TeXLive noindentafter package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/noindentafter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/noindentafter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive noindentafter package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/noindentafter/noindentafter.sty
%doc %{_texmfdistdir}/doc/latex/noindentafter/README
%doc %{_texmfdistdir}/doc/latex/noindentafter/dry.sty
%doc %{_texmfdistdir}/doc/latex/noindentafter/noindentafter.pdf
%doc %{_texmfdistdir}/doc/latex/noindentafter/noindentafter.tex
%doc %{_texmfdistdir}/doc/latex/noindentafter/packagedoc.cls
%doc %{_texmfdistdir}/doc/latex/noindentafter/with.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131010-7
+ Revision: ba18100
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25370 |14mu|texlive-noitcrul-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/noitcrul
# catalog-date 2007-03-10 12:31:42 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-noitcrul
Version:	0.2
Release:	4
Summary:	Improved underlines in mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/noitcrul
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/noitcrul.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/noitcrul.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/noitcrul.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a (maths mode) \underline variant which
doesn't impose italics correction at the end.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/noitcrul/noitcrul.sty
%doc %{_texmfdistdir}/doc/latex/noitcrul/README
%doc %{_texmfdistdir}/doc/latex/noitcrul/noitcrul.pdf
#- source
%doc %{_texmfdistdir}/source/latex/noitcrul/noitcrul.dtx
%doc %{_texmfdistdir}/source/latex/noitcrul/noitcrul.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: b924c63
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25371 |14mu|texlive-nolbreaks-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26786
# category Package
# catalog-ctan /macros/latex/contrib/nolbreaks
# catalog-date 2012-06-01 11:46:45 +0200
# catalog-license pd
# catalog-version 1.2
Name:		texlive-nolbreaks
Version:	1.2
Release:	3
Summary:	No line breaks in text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nolbreaks
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nolbreaks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nolbreaks.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Use \nolbreaks{some text} to prevent line breaks in "some
text". This has the advantage over \mbox{} that glue (rubber
space) remains flexible. Most common cases are handled here
(\linebreak is disabled, for example) but spaces hidden in
macros or { } can still create break-points.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nolbreaks/nolbreaks.sty
%doc %{_texmfdistdir}/doc/latex/nolbreaks/nolbreaks.pdf
%doc %{_texmfdistdir}/doc/latex/nolbreaks/nolbreaks.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-3
+ Revision: 8211d4a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25372 |14mu|texlive-nomencl-3.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/nomencl
# catalog-date 2007-01-12 00:17:35 +0100
# catalog-license lppl
# catalog-version 3.1a
Name:		texlive-nomencl
Version:	3.1a
Release:	4
Summary:	Produce lists of symbols as in nomenclature
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nomencl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nomencl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nomencl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nomencl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Produces lists of symbols using the capabilities of the
MakeIndex program.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/nomencl/nomencl.ist
%{_texmfdistdir}/tex/latex/nomencl/nomencl.sty
%{_texmfdistdir}/tex/latex/nomencl/sample01.cfg
%{_texmfdistdir}/tex/latex/nomencl/sample02.cfg
%{_texmfdistdir}/tex/latex/nomencl/sample04.cfg
%{_texmfdistdir}/tex/latex/nomencl/sample05.cfg
%doc %{_texmfdistdir}/doc/latex/nomencl/README
%doc %{_texmfdistdir}/doc/latex/nomencl/nomencl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nomencl/nomencl.drv
%doc %{_texmfdistdir}/source/latex/nomencl/nomencl.dtx
%doc %{_texmfdistdir}/source/latex/nomencl/nomencl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1a-4
+ Revision: 8982192
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25373 |14mu|texlive-nomentbl-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16549
# category Package
# catalog-ctan /macros/latex/contrib/nomentbl
# catalog-date 2007-01-12 00:17:35 +0100
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-nomentbl
Version:	0.4
Release:	4
Summary:	Nomenclature typeset in a longtable
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nomentbl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nomentbl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nomentbl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nomentbl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Nomentbl typeset nomenclatures in a longtable instead of the
makeindex style of nomencl. A nomenclature entry may have three
arguments: Symbol, description and physical unit.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/nomentbl/nomentbl.ist
%{_texmfdistdir}/tex/latex/nomentbl/nomentbl.sty
%doc %{_texmfdistdir}/doc/latex/nomentbl/README
%doc %{_texmfdistdir}/doc/latex/nomentbl/example.pdf
%doc %{_texmfdistdir}/doc/latex/nomentbl/example.tex
%doc %{_texmfdistdir}/doc/latex/nomentbl/nomentbl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nomentbl/nomentbl.dtx
%doc %{_texmfdistdir}/source/latex/nomentbl/nomentbl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-4
+ Revision: 5df545c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25374 |14mu|texlive-nonfloat-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17598
# category Package
# catalog-ctan /macros/latex/contrib/nonfloat
# catalog-date 2007-01-12 00:17:35 +0100
# catalog-license pd
# catalog-version 1.0
Name:		texlive-nonfloat
Version:	1.0
Release:	4
Summary:	Non-floating table and figure captions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nonfloat
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nonfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nonfloat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nonfloat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Adjusts the figure and table environments to ensure that
centered objects as one line captions are centered as well.
Also the vertical spaces for table captions above the table are
changed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nonfloat/nonfloat.sty
%doc %{_texmfdistdir}/doc/latex/nonfloat/nonfloat-en.pdf
%doc %{_texmfdistdir}/doc/latex/nonfloat/nonfloat-en.tex
%doc %{_texmfdistdir}/doc/latex/nonfloat/nonfloat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nonfloat/nonfloat.drv
%doc %{_texmfdistdir}/source/latex/nonfloat/nonfloat.dtx
%doc %{_texmfdistdir}/source/latex/nonfloat/nonfloat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: daa79cb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25375 |14mu|texlive-nonumonpart-1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22114
# category Package
# catalog-ctan /macros/latex/contrib/nonumonpart
# catalog-date 2011-04-15 12:43:28 +0200
# catalog-license lppl1.2
# catalog-version 1
Name:		texlive-nonumonpart
Version:	1
Release:	4
Summary:	Prevent page numbers on part pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nonumonpart
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nonumonpart.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nonumonpart.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nonumonpart.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package bundles the answer to the long-standing FAQ about
removing page numbers on \part pages. The package accepts no
options and defines no user commands; the user needs only to
load it, and the requirement is met.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nonumonpart/nonumonpart.sty
%doc %{_texmfdistdir}/doc/latex/nonumonpart/LISEZMOI
%doc %{_texmfdistdir}/doc/latex/nonumonpart/README
%doc %{_texmfdistdir}/doc/latex/nonumonpart/nonumonpart-en.pdf
%doc %{_texmfdistdir}/doc/latex/nonumonpart/nonumonpart-fr.pdf
%doc %{_texmfdistdir}/doc/latex/nonumonpart/nonumonpart.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nonumonpart/Makefile
%doc %{_texmfdistdir}/source/latex/nonumonpart/nonumonpart.dtx
%doc %{_texmfdistdir}/source/latex/nonumonpart/nonumonpart.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1-4
+ Revision: c486164
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25376 |14mu|texlive-nopageno-20100511-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18128
# category Package
# catalog-ctan /macros/latex/contrib/nopageno
# catalog-date 2010-05-11 12:36:30 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-nopageno
Version:	20100511
Release:	4
Summary:	No page numbers in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nopageno
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nopageno.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nopageno.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX's standard styles use two page styles, one on normal
pages and one on 'opening' pages with \maketitle or \chapter,
etc. Unfortunately there is only easy access to changing one of
these two so if you want something other than 'plain' on the
opening pages you must use \thispagestyle on each such page.
The fancyhdr package does provide a more flexible interface,
but if you just want an empty page style on all pages then this
package will do the job.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nopageno/nopageno.sty
%doc %{_texmfdistdir}/doc/latex/nopageno/nopageno.pdf
%doc %{_texmfdistdir}/doc/latex/nopageno/nopageno.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100511-4
+ Revision: 85a34a4
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25377 |14mu|texlive-norasi-c90-20131010-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30642
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-norasi-c90
Version:	20131010
Release:	7
Summary:	TeX support (from CJK) for the norasi font
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/norasi-c90.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/norasi-c90.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-fonts-tlwg

%description
TeXLive norasi-c90 package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/norasi-c90/config.norasi-c90
%{_texmfdistdir}/fonts/map/dvips/norasi-c90/norasi-c90.map
%{_texmfdistdir}/fonts/tfm/public/norasi-c90/ftnb8z.tfm
%{_texmfdistdir}/fonts/tfm/public/norasi-c90/ftnbi8z.tfm
%{_texmfdistdir}/fonts/tfm/public/norasi-c90/ftni8z.tfm
%{_texmfdistdir}/fonts/tfm/public/norasi-c90/ftnr8z.tfm
#- source
%doc %{_texmfdistdir}/source/fonts/norasi-c90/norasi-c90.fontinst

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131010-7
+ Revision: 874724e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25378 |14mu|texlive-nostarch-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/nostarch
# catalog-date 2008-08-22 17:15:44 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-nostarch
Version:	1.3
Release:	4
Summary:	LaTeX class for No Starch Press
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nostarch
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nostarch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nostarch.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nostarch.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the "official" LaTeX style for No Starch
Press. Provided are a a class, a package for interfacing to
hyperref and an index style file. The style serves both for
printed and for electronic books.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/nostarch/nostarch.bib
%{_texmfdistdir}/makeindex/nostarch/nostarch.ist
%{_texmfdistdir}/tex/latex/nostarch/nostarch.cls
%{_texmfdistdir}/tex/latex/nostarch/nshyper.sty
%doc %{_texmfdistdir}/doc/latex/nostarch/100euroie.png
%doc %{_texmfdistdir}/doc/latex/nostarch/100euroit.png
%doc %{_texmfdistdir}/doc/latex/nostarch/1eurogr.jpg
%doc %{_texmfdistdir}/doc/latex/nostarch/README
%doc %{_texmfdistdir}/doc/latex/nostarch/nostarch.pdf
%doc %{_texmfdistdir}/doc/latex/nostarch/nssample.pdf
%doc %{_texmfdistdir}/doc/latex/nostarch/nssample.tex
%doc %{_texmfdistdir}/doc/latex/nostarch/recycled.png
%doc %{_texmfdistdir}/doc/latex/nostarch/vitruvian.jpg
#- source
%doc %{_texmfdistdir}/source/latex/nostarch/Makefile
%doc %{_texmfdistdir}/source/latex/nostarch/nostarch.dtx
%doc %{_texmfdistdir}/source/latex/nostarch/nostarch.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: 14db338
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25379 |14mu|texlive-notes-v1.0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26263
# category Package
# catalog-ctan /macros/latex/contrib/notes
# catalog-date 2006-09-14 22:20:05 +0200
# catalog-license lppl
# catalog-version v1.0.1
Name:		texlive-notes
Version:	v1.0.1
Release:	5
Summary:	Mark sections of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/notes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides environments to highlight significant
portions of text within a document, by putting the text in a
box and adding an icon in the margin. (The icons are provided
as 'fig' sources, processable by xfig.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/notes/hand.eps
%{_texmfdistdir}/tex/latex/notes/hand.pdf
%{_texmfdistdir}/tex/latex/notes/hand.png
%{_texmfdistdir}/tex/latex/notes/info.eps
%{_texmfdistdir}/tex/latex/notes/info.pdf
%{_texmfdistdir}/tex/latex/notes/info.png
%{_texmfdistdir}/tex/latex/notes/notes.sty
%{_texmfdistdir}/tex/latex/notes/warn.eps
%{_texmfdistdir}/tex/latex/notes/warn.pdf
%{_texmfdistdir}/tex/latex/notes/warn.png
%doc %{_texmfdistdir}/doc/latex/notes/book.layout
%doc %{_texmfdistdir}/doc/latex/notes/hand.fig
%doc %{_texmfdistdir}/doc/latex/notes/info.fig
%doc %{_texmfdistdir}/doc/latex/notes/makedoc
%doc %{_texmfdistdir}/doc/latex/notes/makedoc.bat
%doc %{_texmfdistdir}/doc/latex/notes/notes.inc
%doc %{_texmfdistdir}/doc/latex/notes/notes.pdf
%doc %{_texmfdistdir}/doc/latex/notes/testnotes.tex
%doc %{_texmfdistdir}/doc/latex/notes/warn.fig
#- source
%doc %{_texmfdistdir}/source/latex/notes/Makefile
%doc %{_texmfdistdir}/source/latex/notes/notes.drv
%doc %{_texmfdistdir}/source/latex/notes/notes.dtx
%doc %{_texmfdistdir}/source/latex/notes/notes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.0.1-5
+ Revision: b78137a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25380 |14mu|texlive-notoccite-20100511-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18129
# category Package
# catalog-ctan /macros/latex/contrib/notoccite
# catalog-date 2010-05-11 12:36:30 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-notoccite
Version:	20100511
Release:	4
Summary:	Prevent trouble from citations in table of contents, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/notoccite
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notoccite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/notoccite.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
If you have \cite commands in \section-like commands, or in
\caption, the citation will also appear in the table of
contents, or list of whatever. If you are also using an unsrt-
like bibliography style, these citations will come at the very
start of the bibliography, which is confusing. This package
suppresses the effect.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/notoccite/notoccite.sty
%doc %{_texmfdistdir}/doc/latex/notoccite/notoccite.pdf
%doc %{_texmfdistdir}/doc/latex/notoccite/notoccite.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100511-4
+ Revision: deef6be
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25381 |14mu|texlive-nowidow-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24066
# category Package
# catalog-ctan /macros/latex/contrib/nowidow
# catalog-date 2011-09-21 22:10:12 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-nowidow
Version:	1.0
Release:	4
Summary:	Avoid widows
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nowidow
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nowidow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nowidow.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nowidow.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a useful macro to manage widow lines.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nowidow/nowidow.sty
%doc %{_texmfdistdir}/doc/latex/nowidow/README
%doc %{_texmfdistdir}/doc/latex/nowidow/nowidow.pdf
#- source
%doc %{_texmfdistdir}/source/latex/nowidow/nowidow.dtx
%doc %{_texmfdistdir}/source/latex/nowidow/nowidow.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 9f154e8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25382 |14mu|texlive-nox-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30991
# category Package
# catalog-ctan /macros/latex/contrib/nox
# catalog-date 2013-06-19 16:57:50 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-nox
Version:	1.0
Release:	7
Summary:	Adaptable tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows data, text (including (La)TeX commands or
environments) to be formatted into a array which may be split.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nox/nox.sty
%doc %{_texmfdistdir}/doc/latex/nox/README
%doc %{_texmfdistdir}/doc/latex/nox/nox.pdf
%doc %{_texmfdistdir}/doc/latex/nox/nox.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 09f6692
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25383 |14mu|texlive-nrc-20070112-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18087
# category Package
# catalog-ctan /macros/latex/contrib/nrc
# catalog-date 2007-01-12 08:59:52 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-nrc
Version:	20070112
Release:	4
Summary:	Class for the NRC technical journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nrc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nrc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nrc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nrc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Macros, and some documentation, for typesetting papers for
submission to journals published by the National Research
Council of Canada. The macros are provided as a pair of
classes, one for journals printed in two columns and the other
for journals (such as the Canadian Journal of Physics, post-
1997) which are printed in a single-column format.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nrc/nrc1.cls
%{_texmfdistdir}/tex/latex/nrc/nrc1.sty
%{_texmfdistdir}/tex/latex/nrc/nrc2.cls
%{_texmfdistdir}/tex/latex/nrc/nrc2.sty
%doc %{_texmfdistdir}/doc/latex/nrc/README
%doc %{_texmfdistdir}/doc/latex/nrc/authors.txt
%doc %{_texmfdistdir}/doc/latex/nrc/userguide.pdf
%doc %{_texmfdistdir}/doc/latex/nrc/userguide.ps.gz
%doc %{_texmfdistdir}/doc/latex/nrc/userguide.tex
#- source
%doc %{_texmfdistdir}/source/latex/nrc/nrc.dtx
%doc %{_texmfdistdir}/source/latex/nrc/nrc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070112-4
+ Revision: 0e5fe53
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25384 |14mu|texlive-ntgclass-20061205-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ntgclass
# catalog-date 2006-12-05 17:23:05 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-ntgclass
Version:	20061205
Release:	4
Summary:	"European" versions of standard classes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ntgclass
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ntgclass.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ntgclass.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ntgclass.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Versions of the standard LaTeX article and report classes,
rewritten to reflect a more European design, by the Dutch TeX
Users Group NTG.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ntgclass/a4.sty
%{_texmfdistdir}/tex/latex/ntgclass/artikel1.cls
%{_texmfdistdir}/tex/latex/ntgclass/artikel2.cls
%{_texmfdistdir}/tex/latex/ntgclass/artikel3.cls
%{_texmfdistdir}/tex/latex/ntgclass/boek.cls
%{_texmfdistdir}/tex/latex/ntgclass/boek3.cls
%{_texmfdistdir}/tex/latex/ntgclass/brief.cls
%{_texmfdistdir}/tex/latex/ntgclass/ntg10.clo
%{_texmfdistdir}/tex/latex/ntgclass/ntg11.clo
%{_texmfdistdir}/tex/latex/ntgclass/ntg12.clo
%{_texmfdistdir}/tex/latex/ntgclass/rapport1.cls
%{_texmfdistdir}/tex/latex/ntgclass/rapport3.cls
%doc %{_texmfdistdir}/doc/latex/ntgclass/00readme.txt
%doc %{_texmfdistdir}/doc/latex/ntgclass/a4.pdf
%doc %{_texmfdistdir}/doc/latex/ntgclass/artdoc.pdf
%doc %{_texmfdistdir}/doc/latex/ntgclass/artdoc.tex
%doc %{_texmfdistdir}/doc/latex/ntgclass/brief.pdf
%doc %{_texmfdistdir}/doc/latex/ntgclass/brief.tex
%doc %{_texmfdistdir}/doc/latex/ntgclass/briefdoc.pdf
%doc %{_texmfdistdir}/doc/latex/ntgclass/briefdoc.tex
%doc %{_texmfdistdir}/doc/latex/ntgclass/catalog.txt
%doc %{_texmfdistdir}/doc/latex/ntgclass/changes.txt
%doc %{_texmfdistdir}/doc/latex/ntgclass/classdoc.pdf
%doc %{_texmfdistdir}/doc/latex/ntgclass/classdoc.tex
%doc %{_texmfdistdir}/doc/latex/ntgclass/manifest.txt
%doc %{_texmfdistdir}/doc/latex/ntgclass/ntgclass.pdf
%doc %{_texmfdistdir}/doc/latex/ntgclass/rapdoc.pdf
%doc %{_texmfdistdir}/doc/latex/ntgclass/rapdoc.tex
#- source
%doc %{_texmfdistdir}/source/latex/ntgclass/a4.dtx
%doc %{_texmfdistdir}/source/latex/ntgclass/a4.ins
%doc %{_texmfdistdir}/source/latex/ntgclass/brief.dtx
%doc %{_texmfdistdir}/source/latex/ntgclass/ntgclass.dtx
%doc %{_texmfdistdir}/source/latex/ntgclass/ntgclass.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061205-4
+ Revision: b40f044
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25385 |14mu|texlive-ntheorem-1.31-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21607
# category Package
# catalog-ctan /macros/latex/contrib/ntheorem
# catalog-date 2011-02-18 13:25:28 +0100
# catalog-license lppl
# catalog-version 1.31
Name:		texlive-ntheorem
Version:	1.31
Release:	4
Summary:	Enhanced theorem environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ntheorem
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ntheorem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ntheorem.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ntheorem.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Enhancements for theorem-like environments: easier control of
layout; proper placement of endmarks even when the environment
ends with \end{enumerate} or \end{displaymath} (including
support for amsmath displayed-equation environments); and
support for making a list of theorems like \listoffigures.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ntheorem/ntheorem.std
%{_texmfdistdir}/tex/latex/ntheorem/ntheorem.sty
%doc %{_texmfdistdir}/doc/latex/ntheorem/README
%doc %{_texmfdistdir}/doc/latex/ntheorem/ntheorem.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ntheorem/ntheorem.drv
%doc %{_texmfdistdir}/source/latex/ntheorem/ntheorem.dtx
%doc %{_texmfdistdir}/source/latex/ntheorem/ntheorem.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.31-4
+ Revision: e64dfd9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25386 |14mu|texlive-nuc-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22256
# category Package
# catalog-ctan /macros/latex/contrib/nuc
# catalog-date 2011-04-28 12:45:40 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-nuc
Version:	0.1
Release:	4
Summary:	Notation for nuclear isotopes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/nuc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nuc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/nuc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A simple package providing nuclear sub- and superscripts as
commonly used in radiochemistry, radiation science, and nuclear
physics and engineering applications. Isotopes which have Z
with more digits than A require special spacing to appear
properly; this spacing is supported in the package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/nuc/nuc.sty
%doc %{_texmfdistdir}/doc/latex/nuc/README
%doc %{_texmfdistdir}/doc/latex/nuc/nuc.pdf
%doc %{_texmfdistdir}/doc/latex/nuc/nuc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 15f2c7e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25387 |14mu|texlive-numberedblock-1.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33109
# category Package
# catalog-ctan /macros/latex/contrib/numberedblock
# catalog-date 2014-03-06 18:55:44 +0100
# catalog-license lppl1.3
# catalog-version 1.10
Name:		texlive-numberedblock
Epoch:		1
Version:	1.10
Release:	3
Summary:	Print a block of code, with unique index number
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/numberedblock
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numberedblock.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numberedblock.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package has been created for the convenience of the report
writer; it provides the means to number, and label, code-block
snippets in your document. In this way, you can (unambiguously)
refer to each snippet elsewhere in your document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/numberedblock/numberedblock.sty
%doc %{_texmfdistdir}/doc/latex/numberedblock/README
%doc %{_texmfdistdir}/doc/latex/numberedblock/testnumberedblock.pdf
%doc %{_texmfdistdir}/doc/latex/numberedblock/testnumberedblock.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.10-3
+ Revision: d210027
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25388 |14mu|texlive-numericplots-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23241
# category Package
# catalog-ctan /graphics/pstricks/contrib/numericplots
# catalog-date 2011-07-14 20:05:24 +0200
# catalog-license gpl3
# catalog-version 1.0
Name:		texlive-numericplots
Version:	1.0
Release:	4
Summary:	Plot numeric data (including Matlab export) using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/numericplots
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numericplots.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numericplots.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Plotting numeric data is a task which has often to be done for
scientific papers. LaTeX itself provides no facilities for
drawing more than the simplest plots from supplied data. The
package will process user input, and uses PSTricks to plot the
results. The package provides Matlab functions to transform
Matlab results to plottable data.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/numericplots/NumericPlots.sty
%doc %{_texmfdistdir}/doc/latex/numericplots/BasicFunctionality.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/DataTestRealData.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/FurtherExamples.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/License.txt
%doc %{_texmfdistdir}/doc/latex/numericplots/MatlabSupport.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/MultiplePlots.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/NumericPlots.pdf
%doc %{_texmfdistdir}/doc/latex/numericplots/NumericPlotsDoc.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/numericplots/README.doc
%doc %{_texmfdistdir}/doc/latex/numericplots/Roll406_Ref2288.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/TechnicalDetails.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/TestPlots.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/history.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/keys_NumericDataPlot.tex
%doc %{_texmfdistdir}/doc/latex/numericplots/options.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 4d99533
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25389 |14mu|texlive-numname-20100503-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18130
# category Package
# catalog-ctan /macros/latex/contrib/numname
# catalog-date 2010-05-03 00:02:21 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-numname
Version:	20100503
Release:	4
Summary:	Convert a number to its English expression
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/numname
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numname.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numname.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can generate cardinal (one, two, ...) and ordinal
(first, second, ...) numbers. The code derives from the memoir
class, and is extracted for the convenience of non-users of
that class.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/numname/numname.sty
%doc %{_texmfdistdir}/doc/latex/numname/README
%doc %{_texmfdistdir}/doc/latex/numname/numname.pdf
%doc %{_texmfdistdir}/doc/latex/numname/numname.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100503-4
+ Revision: d528ea8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25390 |14mu|texlive-numprint-1.39-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27498
# category Package
# catalog-ctan /macros/latex/contrib/numprint
# catalog-date 2012-08-22 15:46:20 +0200
# catalog-license lppl
# catalog-version 1.39
Name:		texlive-numprint
Version:	1.39
Release:	7
Summary:	Print numbers with separators and exponent if necessary
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/numprint
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numprint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numprint.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/numprint.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package numprint prints numbers with a separator every
three digits and converts numbers given as 12345.6e789 to
12\,345,6\cdot 10^{789}. Numbers are printed in the current
mode (text or math) in order to use the correct font. Many
things, including the decimal sign, the thousand separator, as
well as the product sign can be changed by the user, e.g., to
reach 12,345.6\times 10^{789}. If an optional argument is given
it is printed upright as unit. Numbers can be rounded to a
given number of digits. The package supports an automatic,
language-dependent change of the number format. Tabular
alignment using the tabular(*), array, tabularx, and longtable
environments (similar to the dcolumn and rccol packages) is
supported using all features of numprint. Additional text can
be added before and after the formatted number.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/numprint/nbaseprt.sty
%{_texmfdistdir}/tex/latex/numprint/numprint.sty
%{_texmfdistdir}/tex/latex/numprint/numprint032.sty
%doc %{_texmfdistdir}/doc/latex/numprint/ChangeLog.nbaseprt
%doc %{_texmfdistdir}/doc/latex/numprint/ChangeLog.numprint
%doc %{_texmfdistdir}/doc/latex/numprint/Makefile
%doc %{_texmfdistdir}/doc/latex/numprint/README
%doc %{_texmfdistdir}/doc/latex/numprint/getversion.tex
%doc %{_texmfdistdir}/doc/latex/numprint/nbaseprt.pdf
%doc %{_texmfdistdir}/doc/latex/numprint/nbaseprttest.tex
%doc %{_texmfdistdir}/doc/latex/numprint/numprint.pdf
%doc %{_texmfdistdir}/doc/latex/numprint/numprinttest.tex
#- source
%doc %{_texmfdistdir}/source/latex/numprint/nbaseprt.dtx
%doc %{_texmfdistdir}/source/latex/numprint/numprint.dtx
%doc %{_texmfdistdir}/source/latex/numprint/numprint.ins
%doc %{_texmfdistdir}/source/latex/numprint/numprint032.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.39-7
+ Revision: 1697736
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25391 |14mu|texlive-oberdiek-20120504-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26725
# category Package
# catalog-ctan /macros/latex/contrib/oberdiek
# catalog-date 2012-05-04 16:11:29 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-oberdiek
Version:	20120504
Release:	3
Summary:	A bundle of packages submitted by Heiko Oberdiek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oberdiek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oberdiek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oberdiek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle comprises packages to provide: - accsupp: better
accessibility support for PDF files; - aliascnt: 'alias
counters'; - alphalph: multiple-alphabetic counting
(a...z,aa...zz,... -- up to the full extent of a TeX counter);
- askinclude: replaces \includeonly by an interactive user
interface; - atbegshi: a modern reimplementation of package
everyshi; - atenddvi: provides \AtEndDvi command; -
attachfile2: attach files to PDF files; - atveryend: hooks the
very end of a document; - auxhook: stick stuff at the start of
the .aux file; - bigintcalc: expandable arithmetic operations
with big integers that can exceed TeX's number limits; -
bitset: defines and implements the data type bit set, a vector
of bits; - bmpsize: get bitmap size and resolution data; -
bookmark: alternative bookmark (outline) organization for
package hyperref; - catchfile: collects the contents of a file
and puts it in a macro; - centernot: a horizontally-centred
\not symbol; - chemarr: extensible chemists' reaction arrows; -
classlist: record information about document class(es) used; -
colonequals: poor man's mathematical relation symbols; -
dvipscol: dvips colour stack management; - embedfile: embed
files in PDF documents; - engord: define counter-printing
operations producing English ordinals; - eolgrab: collect
arguments delimited by end of line; - epstopdf: conversion with
epstopdf on the fly; - etexcmds: adds a prefix to eTeX's
commands, to avoid conflicts with existing macros; - flags:
setting and clearing flags in bit fields and converting the bit
field into a decimal number; - gettitlestring: clean up the
string containing the title of a section, etc.; - grfext:
macros for adding and reordering the list of graphics file
extensions recognised by the graphics package; - grffile:
extend file name processing in the graphics bundle; - hosub:
build collections of packages; - holtxdoc: extra documentation
macros; - hologo: bookmark-enabled logos; - hopatch: safely
apply package patches; - hycolor: implements the color option
stuff that is used by packages hyperref and bookmark; -
hypbmsec: bookmarks in sectioning commands; - hypcap: anjusting
anchors of captions; - hypdestopt: optimising hyperref's pdftex
driver destinations; - hypdoc: hyper-references in the LaTeX
standard doc package; - hypgotoe: experimental package for
links to embedded files; - hyphsubst: substitute hyphenation
patterns; - ifdraft: switch for option draft; - iflang:
provides expandable checks for the current language; -
ifluatex: looks for LuaTeX regardless of its mode and provides
the switch \ifluatex; - ifpdf: provides the ifpdf switch; -
ifvtex: provides the \ifvtex switch; - infwarerr: provides a
complete set of macros for informations, warnings and error
messages with support for plain TeX; - inputenx: enhanced
handling of input encoding; - intcalc: provides expandable
arithmetic operations with integers; - kvdefinekeys: define
key-value keys in the same manner as keyval; - kvoptions: use
package options in key value format ; - kvsetkeys: a variant of
the \setkeys command; - letltxmacro: Let assignment for LaTeX
macros; - listingsutf8: (partially) extends the listings
package to UTF-8 encoding; - ltxcmds: exports some utility
macros from the LaTeX kernel into a separate namespace and also
provides them for other formats such as plain-TeX; - luacolor:
implements colour support based on LuaTeX's node attributes; -
luatex: utilises new and extended features and resources that
LuaTeX provides; - magicnum: allows to access magic numbers by
a hierarchical name system; - makerobust: make a command
robust; - pagegrid: prints a page grid in the background; -
pagesel: select pages of a document for output; - pdfcolfoot:
using pdftex's color stack for footnotes; - pdfcol: macros for
setting and maintaining new color stacks; - pdfcolmk: PDFTeX
COLour MarK -- fake a PDFTeX colour stack using marks (not
needed for PDFTeX 1.40.0 and later); - pdfcolparallel: fixes
colour problems in package parallel; - pdfcolparcolumns: fixes
colour problems in package parcolumns; - pdfcrypt: setting PDF
encryption; - pdfescape: pdfTeX's escape features using TeX or
e-TeX; - pdflscape: landscape pages in PDF; - pdfrender:
control PDF rendering modes; - pdftexcmds: provide PDFTeX
primitives missing in LuaTeX; - picture: dimens for picture
macros; - pmboxdraw: poor man's box drawing characters; -
protecteddef: define a command that protected against
expansion; - refcount: using the numeric values of references;
- rerunfilecheck: checksum based rerun checks on auxiliary
files; - resizegather: automatically resize overly large
equations; - rotchiffre: performs simple rotation cyphers; -
scrindex: redefines environment 'theindex' of package 'index',
if a class from KOMA-Script is loaded; - selinput: select the
input encoding by specifying pairs of input characters and
their glyph names; - setouterhbox: set \hbox in outer
horizontal mode; - settobox: getting box sizes; - soulutf8:
extends package soul and adds some support for UTF-8; -
stackrel: extensions of the \stackrel command; - stampinclude:
selects the files for \include by inspecting the timestamp of
the .aux file(s); - stringenc: provides \StringEncodingConvert
for converting a string between different encodings; -
tabularht: tabulars with height specification; - tabularkv: key
value interface for tabular parameters; - telprint: print
German telephone numbers; - thepdfnumber: canonical numbers for
use in PDF files and elsewhere; - transparent: using a color
stack for transparency with pdftex; - twoopt: commands with two
optional arguments; - uniquecounter: provides unlimited unique
counter; - zref: a proposed new reference system. Each of the
packages is represented by two files, a .dtx (documented
source) and a PDF file; the .ins file necessary for
installation is extracted by running the .dtx file with Plain
TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/oberdiek/oberdiek-bundle.bib
%{_texmfdistdir}/bibtex/bib/oberdiek/oberdiek-source.bib
%{_texmfdistdir}/scripts/oberdiek/luacolor-pre065.lua
%{_texmfdistdir}/scripts/oberdiek/luacolor.lua
%{_texmfdistdir}/scripts/oberdiek/magicnum.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.luacolor-pre065.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.luacolor.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.luatex.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.magicnum.lua
%{_texmfdistdir}/scripts/oberdiek/oberdiek.pdftexcmds.lua
%{_texmfdistdir}/scripts/oberdiek/pdfatfi.pl
%{_texmfdistdir}/scripts/oberdiek/pdftexcmds.lua
%{_texmfdistdir}/tex/generic/oberdiek/alphalph.sty
%{_texmfdistdir}/tex/generic/oberdiek/atbegshi.sty
%{_texmfdistdir}/tex/generic/oberdiek/bigintcalc.sty
%{_texmfdistdir}/tex/generic/oberdiek/bitset.sty
%{_texmfdistdir}/tex/generic/oberdiek/catchfile.sty
%{_texmfdistdir}/tex/generic/oberdiek/embedfile.sty
%{_texmfdistdir}/tex/generic/oberdiek/engord.sty
%{_texmfdistdir}/tex/generic/oberdiek/eolgrab.sty
%{_texmfdistdir}/tex/generic/oberdiek/etexcmds.sty
%{_texmfdistdir}/tex/generic/oberdiek/fibnum.sty
%{_texmfdistdir}/tex/generic/oberdiek/gettitlestring.sty
%{_texmfdistdir}/tex/generic/oberdiek/hobsub-generic.sty
%{_texmfdistdir}/tex/generic/oberdiek/hobsub-hyperref.sty
%{_texmfdistdir}/tex/generic/oberdiek/hobsub.sty
%{_texmfdistdir}/tex/generic/oberdiek/hologo.sty
%{_texmfdistdir}/tex/generic/oberdiek/hyphsubst.sty
%{_texmfdistdir}/tex/generic/oberdiek/iflang.sty
%{_texmfdistdir}/tex/generic/oberdiek/ifpdf.sty
%{_texmfdistdir}/tex/generic/oberdiek/ifvtex.sty
%{_texmfdistdir}/tex/generic/oberdiek/infwarerr.sty
%{_texmfdistdir}/tex/generic/oberdiek/intcalc.sty
%{_texmfdistdir}/tex/generic/oberdiek/kvdefinekeys.sty
%{_texmfdistdir}/tex/generic/oberdiek/kvsetkeys.sty
%{_texmfdistdir}/tex/generic/oberdiek/ltxcmds.sty
%{_texmfdistdir}/tex/generic/oberdiek/luatex-loader.sty
%{_texmfdistdir}/tex/generic/oberdiek/luatex.sty
%{_texmfdistdir}/tex/generic/oberdiek/magicnum.sty
%{_texmfdistdir}/tex/generic/oberdiek/mleftright.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdfcol.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdfcrypt.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdfescape.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdfrender.sty
%{_texmfdistdir}/tex/generic/oberdiek/pdftexcmds.sty
%{_texmfdistdir}/tex/generic/oberdiek/protecteddef.sty
%{_texmfdistdir}/tex/generic/oberdiek/rotchiffre.sty
%{_texmfdistdir}/tex/generic/oberdiek/se-ascii-print.def
%{_texmfdistdir}/tex/generic/oberdiek/se-ascii.def
%{_texmfdistdir}/tex/generic/oberdiek/se-clean7bit.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp1250.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp1251.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp1252.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp1257.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp437.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp850.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp852.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp855.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp858.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp865.def
%{_texmfdistdir}/tex/generic/oberdiek/se-cp866.def
%{_texmfdistdir}/tex/generic/oberdiek/se-dec-mcs.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-1.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-10.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-11.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-13.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-14.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-15.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-16.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-2.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-3.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-4.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-5.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-6.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-7.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-8.def
%{_texmfdistdir}/tex/generic/oberdiek/se-iso-8859-9.def
%{_texmfdistdir}/tex/generic/oberdiek/se-koi8-r.def
%{_texmfdistdir}/tex/generic/oberdiek/se-mac-centeuro.def
%{_texmfdistdir}/tex/generic/oberdiek/se-mac-cyrillic.def
%{_texmfdistdir}/tex/generic/oberdiek/se-mac-roman.def
%{_texmfdistdir}/tex/generic/oberdiek/se-nextstep.def
%{_texmfdistdir}/tex/generic/oberdiek/se-pdfdoc.def
%{_texmfdistdir}/tex/generic/oberdiek/se-utf16le.def
%{_texmfdistdir}/tex/generic/oberdiek/se-utf32be.def
%{_texmfdistdir}/tex/generic/oberdiek/se-utf32le.def
%{_texmfdistdir}/tex/generic/oberdiek/se-utf8.def
%{_texmfdistdir}/tex/generic/oberdiek/setouterhbox.sty
%{_texmfdistdir}/tex/generic/oberdiek/soulutf8.sty
%{_texmfdistdir}/tex/generic/oberdiek/stringenc.sty
%{_texmfdistdir}/tex/generic/oberdiek/telprint.sty
%{_texmfdistdir}/tex/generic/oberdiek/thepdfnumber.sty
%{_texmfdistdir}/tex/generic/oberdiek/uniquecounter.sty
%{_texmfdistdir}/tex/latex/oberdiek/accsupp-dvipdfm.def
%{_texmfdistdir}/tex/latex/oberdiek/accsupp-dvips.def
%{_texmfdistdir}/tex/latex/oberdiek/accsupp-pdftex.def
%{_texmfdistdir}/tex/latex/oberdiek/accsupp.sty
%{_texmfdistdir}/tex/latex/oberdiek/aliascnt.sty
%{_texmfdistdir}/tex/latex/oberdiek/askinclude.sty
%{_texmfdistdir}/tex/latex/oberdiek/atenddvi.sty
%{_texmfdistdir}/tex/latex/oberdiek/atfi-dvipdfmx.def
%{_texmfdistdir}/tex/latex/oberdiek/atfi-dvips.def
%{_texmfdistdir}/tex/latex/oberdiek/atfi-pdftex.def
%{_texmfdistdir}/tex/latex/oberdiek/attachfile2.sty
%{_texmfdistdir}/tex/latex/oberdiek/atveryend.sty
%{_texmfdistdir}/tex/latex/oberdiek/auxhook.sty
%{_texmfdistdir}/tex/latex/oberdiek/bkm-dvipdfm.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-dvips.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-dvipsone.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-pdftex.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-textures.def
%{_texmfdistdir}/tex/latex/oberdiek/bkm-vtex.def
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-base.sty
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-dvipdfm.def
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-dvipdfmx.def
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-dvips.def
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize-test.tex
%{_texmfdistdir}/tex/latex/oberdiek/bmpsize.sty
%{_texmfdistdir}/tex/latex/oberdiek/bookmark.sty
%{_texmfdistdir}/tex/latex/oberdiek/centernot.sty
%{_texmfdistdir}/tex/latex/oberdiek/chemarr.sty
%{_texmfdistdir}/tex/latex/oberdiek/classlist.sty
%{_texmfdistdir}/tex/latex/oberdiek/colonequals.sty
%{_texmfdistdir}/tex/latex/oberdiek/dtx-attach.sty
%{_texmfdistdir}/tex/latex/oberdiek/dvipscol.sty
%{_texmfdistdir}/tex/latex/oberdiek/enparen.sty
%{_texmfdistdir}/tex/latex/oberdiek/epstopdf-base.sty
%{_texmfdistdir}/tex/latex/oberdiek/epstopdf.sty
%{_texmfdistdir}/tex/latex/oberdiek/flags.sty
%{_texmfdistdir}/tex/latex/oberdiek/grfext.sty
%{_texmfdistdir}/tex/latex/oberdiek/grffile.sty
%{_texmfdistdir}/tex/latex/oberdiek/holtxdoc.sty
%{_texmfdistdir}/tex/latex/oberdiek/hopatch.sty
%{_texmfdistdir}/tex/latex/oberdiek/hycolor.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypbmsec.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypcap.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypdestopt.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypdoc.sty
%{_texmfdistdir}/tex/latex/oberdiek/hypgotoe.sty
%{_texmfdistdir}/tex/latex/oberdiek/ifdraft.sty
%{_texmfdistdir}/tex/latex/oberdiek/inputenx.sty
%{_texmfdistdir}/tex/latex/oberdiek/ix-alias.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-math.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-name.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-slot.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-uc.def
%{_texmfdistdir}/tex/latex/oberdiek/ix-utf8enc.dfu
%{_texmfdistdir}/tex/latex/oberdiek/kvoptions-patch.sty
%{_texmfdistdir}/tex/latex/oberdiek/kvoptions.sty
%{_texmfdistdir}/tex/latex/oberdiek/letltxmacro.sty
%{_texmfdistdir}/tex/latex/oberdiek/listingsutf8.sty
%{_texmfdistdir}/tex/latex/oberdiek/luacolor.sty
%{_texmfdistdir}/tex/latex/oberdiek/makerobust.sty
%{_texmfdistdir}/tex/latex/oberdiek/pagegrid.sty
%{_texmfdistdir}/tex/latex/oberdiek/pagesel.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdfcolfoot.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdfcolmk.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdfcolparallel.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdfcolparcolumns.sty
%{_texmfdistdir}/tex/latex/oberdiek/pdflscape.sty
%{_texmfdistdir}/tex/latex/oberdiek/picture.sty
%{_texmfdistdir}/tex/latex/oberdiek/pmboxdraw.sty
%{_texmfdistdir}/tex/latex/oberdiek/pmboxdrawenc.dfu
%{_texmfdistdir}/tex/latex/oberdiek/refcount.sty
%{_texmfdistdir}/tex/latex/oberdiek/rerunfilecheck.sty
%{_texmfdistdir}/tex/latex/oberdiek/resizegather.sty
%{_texmfdistdir}/tex/latex/oberdiek/scrindex.sty
%{_texmfdistdir}/tex/latex/oberdiek/selinput.sty
%{_texmfdistdir}/tex/latex/oberdiek/settobox.sty
%{_texmfdistdir}/tex/latex/oberdiek/stackrel.sty
%{_texmfdistdir}/tex/latex/oberdiek/stampinclude.sty
%{_texmfdistdir}/tex/latex/oberdiek/tabularht.sty
%{_texmfdistdir}/tex/latex/oberdiek/tabularkv.sty
%{_texmfdistdir}/tex/latex/oberdiek/transparent.sty
%{_texmfdistdir}/tex/latex/oberdiek/twoopt.sty
%{_texmfdistdir}/tex/latex/oberdiek/x-ascii.def
%{_texmfdistdir}/tex/latex/oberdiek/x-atarist.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1250.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1251.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1252.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1255.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp1257.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp437.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp850.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp852.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp855.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp858.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp865.def
%{_texmfdistdir}/tex/latex/oberdiek/x-cp866.def
%{_texmfdistdir}/tex/latex/oberdiek/x-dec-mcs.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-1.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-10.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-13.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-14.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-15.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-16.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-2.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-3.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-4.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-5.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-8.def
%{_texmfdistdir}/tex/latex/oberdiek/x-iso-8859-9.def
%{_texmfdistdir}/tex/latex/oberdiek/x-koi8-r.def
%{_texmfdistdir}/tex/latex/oberdiek/x-mac-centeuro.def
%{_texmfdistdir}/tex/latex/oberdiek/x-mac-cyrillic.def
%{_texmfdistdir}/tex/latex/oberdiek/x-mac-roman.def
%{_texmfdistdir}/tex/latex/oberdiek/x-nextstep.def
%{_texmfdistdir}/tex/latex/oberdiek/x-verbatim.def
%{_texmfdistdir}/tex/latex/oberdiek/xcolor-patch.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-abspage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-abspos.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-base.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-counter.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-dotfill.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-env.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-hyperref.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-lastpage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-marks.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-nextpage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-pageattr.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-pagelayout.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-perpage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-runs.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-savepos.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-thepage.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-titleref.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-totpages.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-user.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref-xr.sty
%{_texmfdistdir}/tex/latex/oberdiek/zref.sty
%doc %{_texmfdistdir}/doc/latex/oberdiek/accsupp-example1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/accsupp-example2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/accsupp.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/aliascnt.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/alphalph.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/askinclude.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/atbegshi-example1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/atbegshi-example2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/atbegshi.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/atenddvi.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/attachfile2.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/atveryend.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/auxhook.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/bigintcalc.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/bitset.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/bmpsize.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/bookmark-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/bookmark.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/catchfile.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/centernot.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/chemarr-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/chemarr.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/classlist.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/colonequals.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/dvipscol.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/embedfile-example-collection.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/embedfile-example-plain.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/embedfile.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/engord.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/enparen.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/eolgrab.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/epstopdf.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/etexcmds.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/example-mycolorsetup.sty
%doc %{_texmfdistdir}/doc/latex/oberdiek/example/eolgrab-example-env.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/example/eolgrab-example-ltx.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/example/eolgrab-example-sec.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/example/hologo-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/fibnum.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/flags.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/gettitlestring.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/grfext.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/grffile.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hobsub.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hologo.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/holtxdoc.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hopatch.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hycolor.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hypbmsec.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hypcap.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hypdestopt.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hypdoc.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hypgotoe-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/hypgotoe.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/hyphsubst.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/ifdraft.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/iflang.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/ifpdf.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/ifvtex.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/infwarerr.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/inputenx-licrcmds.txt
%doc %{_texmfdistdir}/doc/latex/oberdiek/inputenx-utf8enc.txt
%doc %{_texmfdistdir}/doc/latex/oberdiek/inputenx.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/intcalc.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/kvdefinekeys.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/kvoptions.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/kvsetkeys-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/kvsetkeys.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/letltxmacro-showcases.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/letltxmacro.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/listingsutf8.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/ltxcmds.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/luacolor.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/luatex.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/magicnum.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/magicnum.txt
%doc %{_texmfdistdir}/doc/latex/oberdiek/makerobust-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/makerobust.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/mleftright.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/oberdiek.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pagegrid.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pagesel.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfcol.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfcolfoot.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfcolmk.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfcolparallel.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfcolparcolumns.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfcrypt.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfescape.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdflscape.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdfrender.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pdftexcmds.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/picture-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/picture.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/pmboxdraw.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/protecteddef.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/refcount.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/rerunfilecheck-example.cfg
%doc %{_texmfdistdir}/doc/latex/oberdiek/rerunfilecheck.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/resizegather.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/rotchiffre.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/scrindex-example1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/scrindex-example2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/scrindex.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/selinput.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/setouterhbox-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/setouterhbox.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/settobox-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/settobox.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/soulutf8.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/stackrel.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/stampinclude.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/stringenc.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/tabularht-example1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/tabularht-example2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/tabularht.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/tabularkv-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/tabularkv.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/telprint.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ExtractRotate.java
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/accsupp-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/alphalph-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/alphalph-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/alphalph-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-a.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-b.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-c.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test10.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test11.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test12.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test13.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test14.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test15.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test16.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test17.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test18.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test19.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test20.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test21.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test22.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test23.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test24.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test6.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test7.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test8.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/askinclude-test9.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/atbegshi-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/atbegshi-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/atbegshi-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/atveryend-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/bigintcalc-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/bigintcalc-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/bigintcalc-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/bitset-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/bitset-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/bitset-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/catchfile-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/catchfile-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/catchfile-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/embedfile-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/embedfile-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/embedfile-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/embedfile-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/engord-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/eolgrab-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/eolgrab-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/epstopdf-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/etexcmds-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/etexcmds-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/etexcmds-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/etexcmds-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/fibnum-test-calc.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/fibnum-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/gettitlestring-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/gettitlestring-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/grfext-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/grfext-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/grffile-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hobsub-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hologo-test-list.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hologo-test-spacefactor.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hologo-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hopatch-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hopatch-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test-xcol1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test-xcol2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test-xcol3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test-xcol4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hycolor-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hyphsubst-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/hyphsubst-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/iflang-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ifpdf-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ifvtex-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/infwarerr-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/infwarerr-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/infwarerr-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/intcalc-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/intcalc-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/intcalc-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/intcalc-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvdefinekeys-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test4.sty
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvoptions-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvsetkeys-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvsetkeys-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvsetkeys-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/kvsetkeys-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/letltxmacro-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/letltxmacro-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/listingsutf8-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-carcdr.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-gobble.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-ifboxempty.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-ifempty.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-nextchar.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test-zapspace.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/ltxcmds-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luacolor-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luacolor-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luacolor-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/luatex-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/magicnum-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/magicnum-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/magicnum-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/magicnum-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/mleftright-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pagegrid-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfcol-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfcol-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfcol-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfcol-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfcolfoot-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfcolparallel-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfcolparcolumns-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfescape-test6.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test6.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdflscape-test6.txt
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdfrender-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdftexcmds-test-escape.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdftexcmds-test-shell.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdftexcmds-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pdftexcmds-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/pmboxdraw-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/protecteddef-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/protecteddef-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/refcount-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/rerunfilecheck-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/resizegather-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/rotchiffre-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/rotchiffre-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/selinput-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/setouterhbox-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/setouterhbox-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test4.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/soulutf8-test5.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/stringenc-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/stringenc-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/telprint-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/thepdfnumber-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/thepdfnumber-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/thepdfnumber-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/uniquecounter-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/uniquecounter-test2.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/uniquecounter-test3.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/zref-test-base.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/zref-test-runs.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/zref-test-titleref-memoir.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/test/zref-test1.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/thepdfnumber.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/transparent-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/transparent.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/twoopt.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/uniquecounter-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/uniquecounter.pdf
%doc %{_texmfdistdir}/doc/latex/oberdiek/zref-example-lastpage.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/zref-example-nextpage.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/zref-example.tex
%doc %{_texmfdistdir}/doc/latex/oberdiek/zref.pdf
#- source
%doc %{_texmfdistdir}/source/latex/oberdiek/accsupp.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/aliascnt.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/alphalph.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/askinclude.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/atbegshi.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/atenddvi.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/attachfile2.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/atveryend.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/auxhook.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/bigintcalc.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/bitset.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/bmpsize.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/bookmark.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/accsupp.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/aliascnt.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/alphalph.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/askinclude.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/atbegshi.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/atenddvi.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/attachfile2.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/atveryend.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/auxhook.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/bigintcalc.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/bitset.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/bmpsize.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/bookmark.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/catchfile.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/centernot.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/chemarr.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/classlist.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/colonequals.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/dvipscol.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/embedfile.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/engord.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/eolgrab.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/epstopdf-pkg.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/etexcmds.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/flags.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/gettitlestring.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/grfext.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/grffile.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hobsub.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hologo.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/holtxdoc.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hopatch.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hycolor.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hypbmsec.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hypcap.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hypdestopt.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hypdoc.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hypgotoe.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/hyphsubst.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/ifdraft.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/iflang.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/ifluatex.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/ifpdf.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/ifvtex.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/infwarerr.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/inputenx.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/intcalc.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/kvdefinekeys.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/kvoptions.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/kvsetkeys.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/letltxmacro.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/listingsutf8.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/ltxcmds.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/luacolor.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/luatex.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/magicnum.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/makerobust.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/mleftright.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pagegrid.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pagesel.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfcol.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfcolfoot.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfcolmk.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfcolparallel.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfcolparcolumns.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfcrypt.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfescape.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdflscape.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdfrender.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pdftexcmds.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/picture.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/pmboxdraw.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/protecteddef.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/refcount.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/rerunfilecheck.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/resizegather.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/rotchiffre.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/scrindex.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/selinput.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/setouterhbox.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/settobox.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/soulutf8.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/stackrel.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/stampinclude.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/stringenc.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/tabularht.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/tabularkv.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/telprint.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/transparent.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/twoopt.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/uniquecounter.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catalogue/zref.xml
%doc %{_texmfdistdir}/source/latex/oberdiek/catchfile.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/centernot.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/chemarr.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/classlist.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/colonequals.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/dvipscol.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/embedfile.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/engord.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/enparen.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/eolgrab.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/epstopdf.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/etexcmds.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/fibnum.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/flags.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/gettitlestring.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/grfext.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/grffile.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hobsub.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hologo.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/holtxdoc.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hopatch.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hycolor.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hypbmsec.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hypcap.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hypdestopt.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hypdoc.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hypgotoe.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/hyphsubst.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/ifdraft.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/iflang.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/ifpdf.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/ifvtex.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/infwarerr.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/inputenx.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/intcalc.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/kvdefinekeys.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/kvoptions.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/kvsetkeys.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/letltxmacro.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/listingsutf8.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/ltxcmds.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/luacolor.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/luatex.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/magicnum.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/makerobust.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/mleftright.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/oberdiek.ins
%doc %{_texmfdistdir}/source/latex/oberdiek/oberdiek.tex
%doc %{_texmfdistdir}/source/latex/oberdiek/pagegrid.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pagesel.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfcol.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfcolfoot.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfcolmk.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfcolparallel.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfcolparcolumns.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfcrypt.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfescape.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdflscape.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdfrender.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pdftexcmds.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/picture.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/pmboxdraw.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/protecteddef.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/readme-ctan.txt
%doc %{_texmfdistdir}/source/latex/oberdiek/refcount.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/rerunfilecheck.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/resizegather.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/rotchiffre.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/scrindex.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/selinput.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/setouterhbox.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/settobox.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/soulutf8.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/stackrel.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/stampinclude.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/stringenc.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/tabularht.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/tabularkv.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/telprint.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/thepdfnumber.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/transparent.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/twoopt.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/uniquecounter.dtx
%doc %{_texmfdistdir}/source/latex/oberdiek/zref.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex scripts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120504-3
+ Revision: 50e94b3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25392 |14mu|texlive-objectz-20061230-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19389
# category Package
# catalog-ctan /macros/latex/contrib/objectz
# catalog-date 2006-12-30 22:14:40 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-objectz
Version:	20061230
Release:	4
Summary:	Macros for typesetting Object Z
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/objectz
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/objectz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/objectz.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/objectz.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package will typeset both Z and Object-Z specifications; it
develops the original zed package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/objectz/oz.sty
%doc %{_texmfdistdir}/doc/latex/objectz/catalog
%doc %{_texmfdistdir}/doc/latex/objectz/makefile
%doc %{_texmfdistdir}/doc/latex/objectz/manifest
%doc %{_texmfdistdir}/doc/latex/objectz/ozguide.pdf
%doc %{_texmfdistdir}/doc/latex/objectz/ozguide.tex
%doc %{_texmfdistdir}/doc/latex/objectz/oztest.tex
%doc %{_texmfdistdir}/doc/latex/objectz/readme
#- source
%doc %{_texmfdistdir}/source/latex/objectz/oz.dtx
%doc %{_texmfdistdir}/source/latex/objectz/oz.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061230-4
+ Revision: a279277
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25393 |14mu|texlive-ocg-p-0.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28803
# category Package
# catalog-ctan /macros/latex/contrib/ocg-p
# catalog-date 2013-01-11 11:30:29 +0100
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-ocg-p
Version:	0.4
Release:	8
Summary:	PDF OCG support in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ocg-p
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocg-p.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocg-p.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides OCG (Optional Content Groups) support
within a PDF document, replacing the ocg.sty distributed with
asymptote. Nested OCGs are supported. The package may be used
with PFDLatex and XeLaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ocg-p/ocg-p.sty
%doc %{_texmfdistdir}/doc/latex/ocg-p/README
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_1.pdf
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_1.tex
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_2.pdf
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_2.tex
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_3.pdf
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_3.tex
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_4.pdf
%doc %{_texmfdistdir}/doc/latex/ocg-p/examples/ocg-p_example_4.tex
%doc %{_texmfdistdir}/doc/latex/ocg-p/ocg-p.pdf
%doc %{_texmfdistdir}/doc/latex/ocg-p/ocg-p.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-8
+ Revision: 8d90790
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25394 |14mu|texlive-ocgtools-0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20780
# category Package
# catalog-ctan /macros/latex/contrib/ocgtools
# catalog-date 2010-05-11 13:42:59 +0200
# catalog-license lppl1.2
# catalog-version 0.8
Name:		texlive-ocgtools
Version:	0.8
Release:	4
Summary:	Manipulate OCG layers in PDF presentations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ocgtools
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgtools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgtools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgtools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to insert OGC (Optional Group
Content, commonly known as layers) into PDF presentations. This
allows the user to insert any TeX material into separate layers
in a PDF document and also insert links which toggle these
layers on and off. Parts of the PDF document, such as formatted
text, tables, maths formulas or graphics may be switched to
visible or invisible state by clicking active links or buttons.
The documentation discusses the package's relation to various
apparently similar packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ocgtools/ocgtools.sty
%doc %{_texmfdistdir}/doc/latex/ocgtools/README
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/book.jpg
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/fancytipmark.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-article.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-article.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-beamer-Hannover.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-beamer-Hannover.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-beamer-Marburg.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-beamer-Marburg.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-beamer.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-beamer.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-fancytooltips.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-fancytooltips.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-minimal.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-minimal.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-pdfscreen-nopanel.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-pdfscreen-nopanel.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-pdfscreen-panelleft.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-pdfscreen-panelleft.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-pdfscreen.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-pdfscreen.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-web-leftpanel.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-web-leftpanel.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-web-rightpanel.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-web-rightpanel.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-web.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-example-web.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-preview.bat
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-preview.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-preview.sh
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-preview.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-scrartcl.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-scrartcl.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-test.bat
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-test.sh
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/ocgtools-test.tex
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/tall.jpg
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/tall.pdf
%doc %{_texmfdistdir}/doc/latex/ocgtools/examples/wide.jpg
%doc %{_texmfdistdir}/doc/latex/ocgtools/ocgtools.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ocgtools/ocgtools.dtx
%doc %{_texmfdistdir}/source/latex/ocgtools/ocgtools.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8-4
+ Revision: 6879de2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25395 |14mu|texlive-ocgx-0.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28492
# category Package
# catalog-ctan /macros/latex/contrib/ocgx
# catalog-date 2012-12-10 10:44:43 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-ocgx
Version:	0.5
Release:	7
Summary:	Use OCGs within a PDF document without JavaScript
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ocgx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the ocg package, which allows you to create
OCGs (Optional Content Groups) in PDF documents. (The ocg
package is distributed as part of Asymptote.) Every OCG
includes TeX material into a layer of the PDF file. Each of
these layers can be displayed or not. Links can enable or
disable the display of OCGs. The ocgx package does not use
Javascript embedded in the PDF document to enable (to show) or
disable (to hide) OCGs.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ocgx/ocgx.sty
%{_texmfdistdir}/tex/latex/ocgx/tikzlibraryocgx.code.tex
%doc %{_texmfdistdir}/doc/latex/ocgx/README
%doc %{_texmfdistdir}/doc/latex/ocgx/demo-ocgx.pdf
%doc %{_texmfdistdir}/doc/latex/ocgx/ocgx-manual-en.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ocgx/demo-ocgx.tex
%doc %{_texmfdistdir}/source/latex/ocgx/ocgx-example-1.tex
%doc %{_texmfdistdir}/source/latex/ocgx/ocgx-manual-en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-7
+ Revision: 55e36ae
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25396 |14mu|texlive-ocr-latex-20070311-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ocr-latex
# catalog-date 2007-03-11 14:06:37 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-ocr-latex
Version:	20070311
Release:	4
Summary:	LaTeX support for ocr fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ocr-latex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-latex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports use of both ocr-a and ocr-b fonts in LaTeX
documents.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ocr-latex/ocr.sty
%{_texmfdistdir}/tex/latex/ocr-latex/ot1oca.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocra.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrb.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrbn.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrbns.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrbo.fd
%{_texmfdistdir}/tex/latex/ocr-latex/ot1ocrbs.fd
%doc %{_texmfdistdir}/doc/latex/ocr-latex/README
%doc %{_texmfdistdir}/doc/latex/ocr-latex/ocr.pdf
%doc %{_texmfdistdir}/doc/latex/ocr-latex/ocr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070311-4
+ Revision: 384ee4f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25397 |14mu|texlive-octavo-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/octavo
# catalog-date 2007-03-07 18:02:23 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-octavo
Version:	1.2
Release:	4
Summary:	Typeset books following classical design and layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/octavo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/octavo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/octavo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/octavo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The octavo class is a modification of the standard LaTeX book
class. Its purpose is to typeset books following classical
design and layout principles, with the express intention of
encouraging the making of beautiful books by anyone with access
to a good printer and with an inclination towards venerable
crafts, e.g., bookbinding. The octavo class differs from the
book class by implementing many of the proposals and insights
of respected experts, especially Jan Tschichold and Hugh
Williamson. The documentation discusses methods to organise and
print out any text into signatures, which can then be gathered,
folded and sewn into a book.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/octavo/oct10.clo
%{_texmfdistdir}/tex/latex/octavo/oct11.clo
%{_texmfdistdir}/tex/latex/octavo/oct12.clo
%{_texmfdistdir}/tex/latex/octavo/octavo.cls
%doc %{_texmfdistdir}/doc/latex/octavo/README
%doc %{_texmfdistdir}/doc/latex/octavo/changes
%doc %{_texmfdistdir}/doc/latex/octavo/tub-octavo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/octavo/octavo.dtx
%doc %{_texmfdistdir}/source/latex/octavo/octavo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 836d394
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25398 |14mu|texlive-odsfile-0.2-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32742
# category Package
# catalog-ctan /macros/luatex/latex/odsfile
# catalog-date 2012-08-14 16:24:07 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-odsfile
Version:	0.2
Release:	10
Summary:	Read OpenDocument Spreadsheet documents as LaTeX tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/odsfile
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/odsfile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/odsfile.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The distribution includes a package and a lua library that can
together read OpenDocument spreadsheet documents as LaTeX
tables. Cells in the tables may be processed by LaTeX macros,
so that (for example) the package may be used for drawing some
plots. The package uses lua's zip library.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/odsfile/odsfile.lua
%{_texmfdistdir}/tex/lualatex/odsfile/odsfile.sty
%doc %{_texmfdistdir}/doc/lualatex/odsfile/README
%doc %{_texmfdistdir}/doc/lualatex/odsfile/odsfile.pdf
%doc %{_texmfdistdir}/doc/lualatex/odsfile/odsfile.tex
%doc %{_texmfdistdir}/doc/lualatex/odsfile/pokus.ods

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-10
+ Revision: 03a58b3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25399 |14mu|texlive-oldstyle-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/oldstyle
# catalog-date 2009-03-08 21:39:02 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-oldstyle
Version:	0.2
Release:	4
Summary:	Old style numbers in OT1 encoding
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/oldstyle
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstyle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstyle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstyle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Font information needed to load the cmmi and cmmib fonts for
use to produce oldstyle numbers.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/oldstyle/Ucmm.fd
%{_texmfdistdir}/tex/latex/oldstyle/oldstyle.sty
%doc %{_texmfdistdir}/doc/latex/oldstyle/oldstyle.pdf
#- source
%doc %{_texmfdistdir}/source/latex/oldstyle/oldstyle.dtx
%doc %{_texmfdistdir}/source/latex/oldstyle/oldstyle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 9be823d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25400 |14mu|texlive-omega-20091109-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /systems/omega
# catalog-date 2009-11-09 23:44:56 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-omega
Version:	20091109
Release:	4
Summary:	A wide-character-set extension of TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/omega
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/omega.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/omega.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A development of TeX, which deals in multi-octet Unicode
characters, to enable native treatment of a wide range of
languages without changing character-set. Work on Omega seems,
more or less, to have ceased: its immediate successor was to be
the aleph project (though that too has stalled). Projects
developing Omega (and Aleph) ideas include Omega-2 and LuaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/omega/config.omega
%{_texmfdistdir}/dvips/omega/omega.cfg
%{_texmfdistdir}/fonts/afm/public/omega/omsea1.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea1b.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea2.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea2b.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea3.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsea3b.afm
%{_texmfdistdir}/fonts/afm/public/omega/omseco.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecob.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecobi.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecoi.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecx.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsecy.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsegr.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsegrb.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsegrbi.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsegri.afm
%{_texmfdistdir}/fonts/afm/public/omega/omseha.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsehe.afm
%{_texmfdistdir}/fonts/afm/public/omega/omseip.afm
%{_texmfdistdir}/fonts/afm/public/omega/omsela.afm
%{_texmfdistdir}/fonts/afm/public/omega/omselab.afm
%{_texmfdistdir}/fonts/afm/public/omega/omselabi.afm
%{_texmfdistdir}/fonts/afm/public/omega/omselai.afm
%{_texmfdistdir}/fonts/afm/public/omega/omseti.afm
%{_texmfdistdir}/fonts/map/dvips/omega/omega.map
%{_texmfdistdir}/fonts/ofm/public/omega/omarab.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omarabb.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omlgc.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omlgcb.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omlgcbi.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/omlgci.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/ucitt10.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/ucsltt10.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/uctt10.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/uctt12.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/uctt8.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/uctt9.ofm
%{_texmfdistdir}/fonts/ofm/public/omega/ucvtt10.ofm
%{_texmfdistdir}/fonts/ovf/public/omega/omarab.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omarabb.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omlgc.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omlgcb.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omlgcbi.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/omlgci.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/ucitt10.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/ucsltt10.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/uctt10.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/uctt12.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/uctt8.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/uctt9.ovf
%{_texmfdistdir}/fonts/ovf/public/omega/ucvtt10.ovf
%{_texmfdistdir}/fonts/ovp/public/omega/omarab.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omarabb.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omlgc.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omlgcb.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omlgcbi.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/omlgci.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/ucitt10.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/ucsltt10.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/uctt10.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/uctt12.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/uctt8.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/uctt9.ovp
%{_texmfdistdir}/fonts/ovp/public/omega/ucvtt10.ovp
%{_texmfdistdir}/fonts/tfm/public/omega/omding.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea1.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea1b.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea2.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea2b.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea3.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsea3b.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omseco.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecob.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecobi.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecoi.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecx.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsecy.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsegr.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsegrb.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsegrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsegri.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omseha.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omseip.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omsela.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omselab.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omselabi.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omselai.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omseti.tfm
%{_texmfdistdir}/fonts/tfm/public/omega/omssti.tfm
%{_texmfdistdir}/fonts/type1/public/omega/omding.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsea1.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsea1b.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsea2.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsea2b.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsea3.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsea3b.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omseco.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsecob.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsecobi.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsecoi.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsecx.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsecy.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsecyb.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsecyi.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsegr.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsegrb.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsegrbi.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsegri.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omseha.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsehe.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omseip.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omsela.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omselab.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omselabi.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omselai.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omseti.pfb
%{_texmfdistdir}/fonts/type1/public/omega/omssti.pfb
%{_texmfdistdir}/omega/ocp/char2uni/in646.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88591.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88592.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88593.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88594.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88595.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88596.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88597.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88598.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in88599.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859a.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859d.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859e.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859f.ocp
%{_texmfdistdir}/omega/ocp/char2uni/in8859g.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inatari.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inav.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inbig5.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1250.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1251.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1252.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1253.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1254.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1255.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1256.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1257.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp1258.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp866.ocp
%{_texmfdistdir}/omega/ocp/char2uni/incp874.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inebcdic.ocp
%{_texmfdistdir}/omega/ocp/char2uni/ingb.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inkoi8.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inmac.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inmsdos.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inmsdos2.ocp
%{_texmfdistdir}/omega/ocp/char2uni/innext.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inov.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inps2.ocp
%{_texmfdistdir}/omega/ocp/char2uni/insf1.ocp
%{_texmfdistdir}/omega/ocp/char2uni/insf2.ocp
%{_texmfdistdir}/omega/ocp/char2uni/intis620.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inucode.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inutf8.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inviet1.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inviet2.ocp
%{_texmfdistdir}/omega/ocp/char2uni/inviscii.ocp
%{_texmfdistdir}/omega/ocp/omega/7arb2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7ber2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7cyr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7hma2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7in88593.ocp
%{_texmfdistdir}/omega/ocp/omega/7lbe2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7pap2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7pas2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7snd2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7syr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7tbe2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/7urd2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/8mac-arb2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/8mac-cyr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/apostr2psili.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2acad.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2amal.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2arab.ex.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2arab.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2asv.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2bout.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2mona.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2nar.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2nva.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2oar-novow.ocp
%{_texmfdistdir}/omega/ocp/omega/cuni2oar.ocp
%{_texmfdistdir}/omega/ocp/omega/cunioara.ocp
%{_texmfdistdir}/omega/ocp/omega/dblquote-point.ocp
%{_texmfdistdir}/omega/ocp/omega/destroy.ocp
%{_texmfdistdir}/omega/ocp/omega/french2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/greek.ocp
%{_texmfdistdir}/omega/ocp/omega/grpo2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/grpotilde2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/inverted-iota-upsilon.ocp
%{_texmfdistdir}/omega/ocp/omega/isogr2uni-verbatim.ocp
%{_texmfdistdir}/omega/ocp/omega/isogr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/lat2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/lowercase.ocp
%{_texmfdistdir}/omega/ocp/omega/lunatesigma.ocp
%{_texmfdistdir}/omega/ocp/omega/macgr2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/medbeta.ocp
%{_texmfdistdir}/omega/ocp/omega/mixedgreek2uni.ocp
%{_texmfdistdir}/omega/ocp/omega/tarauni.ocp
%{_texmfdistdir}/omega/ocp/omega/test1.ocp
%{_texmfdistdir}/omega/ocp/omega/test3.ocp
%{_texmfdistdir}/omega/ocp/omega/tiqwah.ocp
%{_texmfdistdir}/omega/ocp/omega/tiqwah2.ocp
%{_texmfdistdir}/omega/ocp/omega/tsinduni.ocp
%{_texmfdistdir}/omega/ocp/omega/turduuni.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2cuni.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2greek-verbatim.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2greek.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2lat-noffi.ocp
%{_texmfdistdir}/omega/ocp/omega/uni2lat.ocp
%{_texmfdistdir}/omega/ocp/omega/unicuni.ocp
%{_texmfdistdir}/omega/ocp/omega/uppercase-no-accents.ocp
%{_texmfdistdir}/omega/ocp/omega/uppercase.ocp
%{_texmfdistdir}/omega/ocp/uni2char/out88591.ocp
%{_texmfdistdir}/omega/ocp/uni2char/oututf8.ocp
%{_texmfdistdir}/omega/otp/char2uni/in646.otp
%{_texmfdistdir}/omega/otp/char2uni/in88591.otp
%{_texmfdistdir}/omega/otp/char2uni/in88592.otp
%{_texmfdistdir}/omega/otp/char2uni/in88593.otp
%{_texmfdistdir}/omega/otp/char2uni/in88594.otp
%{_texmfdistdir}/omega/otp/char2uni/in88595.otp
%{_texmfdistdir}/omega/otp/char2uni/in88596.otp
%{_texmfdistdir}/omega/otp/char2uni/in88597.otp
%{_texmfdistdir}/omega/otp/char2uni/in88598.otp
%{_texmfdistdir}/omega/otp/char2uni/in88599.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859a.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859d.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859e.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859f.otp
%{_texmfdistdir}/omega/otp/char2uni/in8859g.otp
%{_texmfdistdir}/omega/otp/char2uni/inatari.otp
%{_texmfdistdir}/omega/otp/char2uni/inav.otp
%{_texmfdistdir}/omega/otp/char2uni/inbig5.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1250.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1251.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1252.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1253.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1254.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1255.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1256.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1257.otp
%{_texmfdistdir}/omega/otp/char2uni/incp1258.otp
%{_texmfdistdir}/omega/otp/char2uni/incp866.otp
%{_texmfdistdir}/omega/otp/char2uni/incp874.otp
%{_texmfdistdir}/omega/otp/char2uni/inebcdic.otp
%{_texmfdistdir}/omega/otp/char2uni/ingb.otp
%{_texmfdistdir}/omega/otp/char2uni/inkoi8.otp
%{_texmfdistdir}/omega/otp/char2uni/inmac.otp
%{_texmfdistdir}/omega/otp/char2uni/inmsdos.otp
%{_texmfdistdir}/omega/otp/char2uni/inmsdos2.otp
%{_texmfdistdir}/omega/otp/char2uni/innext.otp
%{_texmfdistdir}/omega/otp/char2uni/inov.otp
%{_texmfdistdir}/omega/otp/char2uni/inps2.otp
%{_texmfdistdir}/omega/otp/char2uni/insf1.otp
%{_texmfdistdir}/omega/otp/char2uni/insf2.otp
%{_texmfdistdir}/omega/otp/char2uni/intis620.otp
%{_texmfdistdir}/omega/otp/char2uni/inucode.otp
%{_texmfdistdir}/omega/otp/char2uni/inutf8.otp
%{_texmfdistdir}/omega/otp/char2uni/inviet1.otp
%{_texmfdistdir}/omega/otp/char2uni/inviet2.otp
%{_texmfdistdir}/omega/otp/char2uni/inviscii.otp
%{_texmfdistdir}/omega/otp/omega/7arb2uni.otp
%{_texmfdistdir}/omega/otp/omega/7ber2uni.otp
%{_texmfdistdir}/omega/otp/omega/7cyr2uni.otp
%{_texmfdistdir}/omega/otp/omega/7hma2uni.otp
%{_texmfdistdir}/omega/otp/omega/7in88593.otp
%{_texmfdistdir}/omega/otp/omega/7lbe2uni.otp
%{_texmfdistdir}/omega/otp/omega/7pap2uni.otp
%{_texmfdistdir}/omega/otp/omega/7pas2uni.otp
%{_texmfdistdir}/omega/otp/omega/7snd2uni.otp
%{_texmfdistdir}/omega/otp/omega/7syr2uni.otp
%{_texmfdistdir}/omega/otp/omega/7tbe2uni.otp
%{_texmfdistdir}/omega/otp/omega/7urd2uni.otp
%{_texmfdistdir}/omega/otp/omega/8mac-arb2uni.otp
%{_texmfdistdir}/omega/otp/omega/8mac-cyr2uni.otp
%{_texmfdistdir}/omega/otp/omega/apostr2psili.otp
%{_texmfdistdir}/omega/otp/omega/cuni2acad.otp
%{_texmfdistdir}/omega/otp/omega/cuni2amal.otp
%{_texmfdistdir}/omega/otp/omega/cuni2arab.ex.otp
%{_texmfdistdir}/omega/otp/omega/cuni2asv.otp
%{_texmfdistdir}/omega/otp/omega/cuni2bout.otp
%{_texmfdistdir}/omega/otp/omega/cuni2mona.otp
%{_texmfdistdir}/omega/otp/omega/cuni2nar.otp
%{_texmfdistdir}/omega/otp/omega/cuni2nva.otp
%{_texmfdistdir}/omega/otp/omega/cuni2oar-novow.otp
%{_texmfdistdir}/omega/otp/omega/cuni2oar.otp
%{_texmfdistdir}/omega/otp/omega/dblquote-point.otp
%{_texmfdistdir}/omega/otp/omega/destroy.otp
%{_texmfdistdir}/omega/otp/omega/french2uni.otp
%{_texmfdistdir}/omega/otp/omega/grpo2uni.otp
%{_texmfdistdir}/omega/otp/omega/grpotilde2uni.otp
%{_texmfdistdir}/omega/otp/omega/inverted-iota-upsilon.otp
%{_texmfdistdir}/omega/otp/omega/isogr2uni-verbatim.otp
%{_texmfdistdir}/omega/otp/omega/isogr2uni.otp
%{_texmfdistdir}/omega/otp/omega/lat2uni.otp
%{_texmfdistdir}/omega/otp/omega/lowercase.otp
%{_texmfdistdir}/omega/otp/omega/lunatesigma.otp
%{_texmfdistdir}/omega/otp/omega/macgr2uni.otp
%{_texmfdistdir}/omega/otp/omega/medbeta.otp
%{_texmfdistdir}/omega/otp/omega/mixedgreek2uni.otp
%{_texmfdistdir}/omega/otp/omega/uni2cuni.otp
%{_texmfdistdir}/omega/otp/omega/uni2greek-verbatim.otp
%{_texmfdistdir}/omega/otp/omega/uni2greek.otp
%{_texmfdistdir}/omega/otp/omega/uni2lat-noffi.otp
%{_texmfdistdir}/omega/otp/omega/uni2lat.otp
%{_texmfdistdir}/omega/otp/omega/uppercase-no-accents.otp
%{_texmfdistdir}/omega/otp/omega/uppercase.otp
%{_texmfdistdir}/omega/otp/uni2char/out88591.otp
%{_texmfdistdir}/omega/otp/uni2char/oututf8.otp
%{_texmfdistdir}/tex/generic/encodings/cmbsy.onm
%{_texmfdistdir}/tex/generic/encodings/cmbx.onm
%{_texmfdistdir}/tex/generic/encodings/cmcsc.onm
%{_texmfdistdir}/tex/generic/encodings/cmex.onm
%{_texmfdistdir}/tex/generic/encodings/cmmi.onm
%{_texmfdistdir}/tex/generic/encodings/cmmib.onm
%{_texmfdistdir}/tex/generic/encodings/cmr.onm
%{_texmfdistdir}/tex/generic/encodings/cmr1.onm
%{_texmfdistdir}/tex/generic/encodings/cmsl.onm
%{_texmfdistdir}/tex/generic/encodings/cmsy.onm
%{_texmfdistdir}/tex/generic/encodings/cmti.onm
%{_texmfdistdir}/tex/generic/encodings/cmtt.onm
%{_texmfdistdir}/tex/generic/encodings/ecrm.onm
%{_texmfdistdir}/tex/generic/encodings/euex.onm
%{_texmfdistdir}/tex/generic/encodings/eufb.onm
%{_texmfdistdir}/tex/generic/encodings/eufm.onm
%{_texmfdistdir}/tex/generic/encodings/eurb.onm
%{_texmfdistdir}/tex/generic/encodings/eurm.onm
%{_texmfdistdir}/tex/generic/encodings/eusb.onm
%{_texmfdistdir}/tex/generic/encodings/eusm.onm
%{_texmfdistdir}/tex/generic/encodings/msam.onm
%{_texmfdistdir}/tex/generic/encodings/msbm.onm
%{_texmfdistdir}/tex/generic/omegahyph/bghyph.tex
%{_texmfdistdir}/tex/generic/omegahyph/lthyph.tex
%{_texmfdistdir}/tex/generic/omegahyph/srhyph.tex
%{_texmfdistdir}/tex/plain/omega/grlccode.tex
%{_texmfdistdir}/tex/plain/omega/omega.tex
%doc %{_texmfdistdir}/doc/omega/base/doc-1.8.tex
%doc %{_texmfdistdir}/doc/omega/base/torture.ps
%doc %{_texmfdistdir}/doc/omega/base/torture.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts omega tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091109-4
+ Revision: 7f91990
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25401 |14mu|texlive-onlyamsmath-0.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25006
# category Package
# catalog-ctan /macros/latex/contrib/onlyamsmath
# catalog-date 2012-01-02 14:24:13 +0100
# catalog-license lppl
# catalog-version 0.10
Name:		texlive-onlyamsmath
Version:	0.10
Release:	3
Summary:	Inhibit use of non-amsmath mathematics markup when using amsmath
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/onlyamsmath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/onlyamsmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/onlyamsmath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/onlyamsmath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package inhibits the usage of plain TeX and (on demand) of
standard LaTeX mathematics environments. This is useful for
class writers who want to encourage their users to use the
environments provided by the amsmath package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/onlyamsmath/onlyamsmath.sty
%doc %{_texmfdistdir}/doc/latex/onlyamsmath/ChangeLog
%doc %{_texmfdistdir}/doc/latex/onlyamsmath/Makefile
%doc %{_texmfdistdir}/doc/latex/onlyamsmath/README
%doc %{_texmfdistdir}/doc/latex/onlyamsmath/onlyamsmath-v.tex
%doc %{_texmfdistdir}/doc/latex/onlyamsmath/onlyamsmath.pdf
%doc %{_texmfdistdir}/doc/latex/onlyamsmath/onlyamsmathtest.tex
#- source
%doc %{_texmfdistdir}/source/latex/onlyamsmath/onlyamsmath.dtx
%doc %{_texmfdistdir}/source/latex/onlyamsmath/onlyamsmath.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.10-3
+ Revision: 116db03
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25402 |14mu|texlive-onrannual-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17474
# category Package
# catalog-ctan /macros/latex/contrib/onrannual
# catalog-date 2010-03-20 01:12:30 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-onrannual
Version:	1.1
Release:	4
Summary:	Class for Office of Naval Research Ocean Battlespace Sensing annual report
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/onrannual
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/onrannual.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/onrannual.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is an unofficial document class for writing ONR annual
reports using LaTeX; as ONR has had numerous problems with
LaTeX-generated PDF submissions in the past. A skeleton
document (and its PDF output) are included.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/onrannual/onrannual.cls
%doc %{_texmfdistdir}/doc/latex/onrannual/README
%doc %{_texmfdistdir}/doc/latex/onrannual/sample.bib
%doc %{_texmfdistdir}/doc/latex/onrannual/samplefigure.eps
%doc %{_texmfdistdir}/doc/latex/onrannual/samplefigure.pdf
%doc %{_texmfdistdir}/doc/latex/onrannual/skeleton.pdf
%doc %{_texmfdistdir}/doc/latex/onrannual/skeleton.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 619270c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25403 |14mu|texlive-opcit-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/opcit
# catalog-date 2006-09-21 21:56:41 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-opcit
Version:	1.1
Release:	4
Summary:	Footnote-style bibliographical references
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/opcit
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opcit.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opcit.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opcit.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package addresses the problem of expressing citations in a
style that is natural for humanities studies, yet does not
interfere with the flow of text (as author-year styles do). The
package differs from footbib in that it uses real footnotes,
potentially in the same series as any of the document's other
footnotes. Opcit also, as its name implies, avoids repetition
of full citations, achieving this, to a large extent,
automatically.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/opcit/opcit.bst
%{_texmfdistdir}/tex/latex/opcit/opcit.sty
%doc %{_texmfdistdir}/doc/latex/opcit/README
%doc %{_texmfdistdir}/doc/latex/opcit/opcit.pdf
#- source
%doc %{_texmfdistdir}/source/latex/opcit/opcit.dtx
%doc %{_texmfdistdir}/source/latex/opcit/opcit.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 6168102
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25404 |14mu|texlive-opteng-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27331
# category Package
# catalog-ctan /macros/latex/contrib/opteng
# catalog-date 2012-06-16 14:32:26 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-opteng
Version:	1.0
Release:	3
Summary:	SPIE Optical Engineering and OE Letters manuscript template
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/opteng
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opteng.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/opteng.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
With this template, and associated style and LaTeX packages, it
is possible to estimate the page length of manuscripts for
submission to the SPIE journals 'Optical Engineering' and
'Optical Engineering Letters'. With a strict three-page limit,
this is particularly important for the latter. The template
gives simple instructions on how to prepare the manuscript.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/opteng/opteng.sty
%doc %{_texmfdistdir}/doc/latex/opteng/OptEngInstruct.pdf
%doc %{_texmfdistdir}/doc/latex/opteng/OptEngInstruct.tex
%doc %{_texmfdistdir}/doc/latex/opteng/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: e5e5e66
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25405 |14mu|texlive-optional-2.2b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18131
# category Package
# catalog-ctan /macros/latex/contrib/optional
# catalog-date 2010-05-11 12:50:01 +0200
# catalog-license lppl
# catalog-version 2.2b
Name:		texlive-optional
Version:	2.2b
Release:	4
Summary:	Facilitate optional printing of parts of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/optional
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/optional.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/optional.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Optional provides simple, flexible, optional compilation of
LaTeX documents. Option switches may be given via package
options, by the \UseOption command, or interactively via the
\AskOption command (help text may be provided, by defining the
\ExplainOptions command). The package is not robust, in the way
that comment package is, against ill-behaved text. In
particular, verbatim text may not be directly included in
optional sections (whether they're included or not).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/optional/optional.sty
%doc %{_texmfdistdir}/doc/latex/optional/optional.pdf
%doc %{_texmfdistdir}/doc/latex/optional/optional.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2b-4
+ Revision: d622a81
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25406 |14mu|texlive-ordinalpt-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ordinalpt
# catalog-date 2007-02-25 09:43:45 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-ordinalpt
Version:	2.1
Release:	4
Summary:	Counters as ordinal numbers in Portuguese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ordinalpt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ordinalpt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ordinalpt.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ordinalpt.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a counter style (like \arabic, \alph and
others) which produces as output strings like "primeiro"
("first" in Portuguese), "segundo" (second), and so on up to
1999th. Separate counter commands are provided for different
letter case variants, and for masculine and feminine gender
inflections.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ordinalpt/ordinalpt.sty
%doc %{_texmfdistdir}/doc/latex/ordinalpt/README
%doc %{_texmfdistdir}/doc/latex/ordinalpt/ordinalpt.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ordinalpt/ordinalpt.dtx
%doc %{_texmfdistdir}/source/latex/ordinalpt/ordinalpt.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-4
+ Revision: 6aedc00
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25407 |14mu|texlive-othello-20070112-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/othello
# catalog-date 2007-01-12 15:52:44 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-othello
Version:	20070112
Release:	4
Summary:	Create othello boards in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/othello
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/othello.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/othello.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package (based on Kolodziejska's go), and fonts (as MetaFont
source) are provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/othello/ot.mf
%{_texmfdistdir}/fonts/source/public/othello/ot10.mf
%{_texmfdistdir}/fonts/source/public/othello/ot15.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1bla10.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1bla15.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1bla20.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1black.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1neu.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1neu10.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1neu15.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1neu20.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1whi10.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1whi15.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1whi20.mf
%{_texmfdistdir}/fonts/source/public/othello/ot1white.mf
%{_texmfdistdir}/fonts/tfm/public/othello/ot10.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot15.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1bla10.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1bla15.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1bla20.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1neu10.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1neu15.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1neu20.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1whi10.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1whi15.tfm
%{_texmfdistdir}/fonts/tfm/public/othello/ot1whi20.tfm
%{_texmfdistdir}/tex/latex/othello/othello.sty
%doc %{_texmfdistdir}/doc/latex/othello/boards.tex
%doc %{_texmfdistdir}/doc/latex/othello/ot.bat
%doc %{_texmfdistdir}/doc/latex/othello/ot1.bat.bat
%doc %{_texmfdistdir}/doc/latex/othello/othello.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070112-4
+ Revision: 16d584b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25408 |14mu|texlive-othelloboard-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23714
# category Package
# catalog-ctan /macros/latex/contrib/othelloboard
# catalog-date 2011-08-19 08:35:26 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-othelloboard
Version:	1.2
Release:	4
Summary:	Typeset Othello (Reversi) diagrams of any size, with annotations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/othelloboard
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/othelloboard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/othelloboard.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to generate high-quality Othello
(also known as Reversi) board diagrams of any size. The
diagrams support annotations, including full game transcripts.
Automated board or transcript creation, from plain text formats
standard to WZebra (and other programs) is also supported.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/othelloboard/othelloboard.sty
%doc %{_texmfdistdir}/doc/latex/othelloboard/README
%doc %{_texmfdistdir}/doc/latex/othelloboard/example-rose-chps1-2.pdf
%doc %{_texmfdistdir}/doc/latex/othelloboard/example-rose-chps1-2.tex
%doc %{_texmfdistdir}/doc/latex/othelloboard/othelloboard.pdf
%doc %{_texmfdistdir}/doc/latex/othelloboard/othelloboard.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 3e09e00
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25409 |14mu|texlive-otibet-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-otibet
Version:	20111103
Release:	4
Summary:	TeXLive otibet package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/otibet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/otibet.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/otibet.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive otibet package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/ofm/public/otibet/otibetan.ofm
%{_texmfdistdir}/fonts/ovf/public/otibet/otibetan.ovf
%{_texmfdistdir}/fonts/ovp/public/otibet/otibetan.ovp
%{_texmfdistdir}/fonts/source/public/otibet/bzrsetup.mf
%{_texmfdistdir}/fonts/source/public/otibet/tibetan.mf
%{_texmfdistdir}/fonts/tfm/public/otibet/tibetan.tfm
%{_texmfdistdir}/omega/ocp/otibet/tibadjusttsheg.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibinunicode.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibinwylie.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibout.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibspecial.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibuniuni.ocp
%{_texmfdistdir}/omega/ocp/otibet/tibvowel.ocp
%{_texmfdistdir}/omega/otp/otibet/tibadjusttsheg.otp
%{_texmfdistdir}/omega/otp/otibet/tibetan-mule2uni-old.otp
%{_texmfdistdir}/omega/otp/otibet/tibetan-mule2uni.otp
%{_texmfdistdir}/omega/otp/otibet/tibinunicode.otp
%{_texmfdistdir}/omega/otp/otibet/tibinwylie.otp
%{_texmfdistdir}/omega/otp/otibet/tibout.otp
%{_texmfdistdir}/omega/otp/otibet/tibshow.otp
%{_texmfdistdir}/omega/otp/otibet/tibspecial.otp
%{_texmfdistdir}/omega/otp/otibet/tibuniuni.otp
%{_texmfdistdir}/omega/otp/otibet/tibvowel.otp
%{_texmfdistdir}/tex/latex/otibet/ot1tib.fd
%{_texmfdistdir}/tex/latex/otibet/otibet.sty
%{_texmfdistdir}/tex/latex/otibet/otibet.tex
%{_texmfdistdir}/tex/latex/otibet/t1tib.fd
%doc %{_texmfdistdir}/doc/latex/otibet/README
%doc %{_texmfdistdir}/doc/latex/otibet/allbasic-mule.tex
%doc %{_texmfdistdir}/doc/latex/otibet/allbasic.dvi
%doc %{_texmfdistdir}/doc/latex/otibet/allbasic.tex
%doc %{_texmfdistdir}/doc/latex/otibet/otibet-mule.tex
%doc %{_texmfdistdir}/doc/latex/otibet/testtib.tex
%doc %{_texmfdistdir}/doc/latex/otibet/tiblatex.dvi
%doc %{_texmfdistdir}/doc/latex/otibet/tiblatex.tex
%doc %{_texmfdistdir}/doc/latex/otibet/unidoc.dvi
%doc %{_texmfdistdir}/doc/latex/otibet/unidoc.tex
%doc %{_texmfdistdir}/doc/latex/otibet/yugpacan.dvi
%doc %{_texmfdistdir}/doc/latex/otibet/yugpacan.tex
#- source
%doc %{_texmfdistdir}/source/latex/otibet/Makefile
%doc %{_texmfdistdir}/source/latex/otibet/allbasic.odvi
%doc %{_texmfdistdir}/source/latex/otibet/convnum.scm
%doc %{_texmfdistdir}/source/latex/otibet/generate-otp.el
%doc %{_texmfdistdir}/source/latex/otibet/oct2otp.c
%doc %{_texmfdistdir}/source/latex/otibet/pl2ovp.scm
%doc %{_texmfdistdir}/source/latex/otibet/tibetan.pl
%doc %{_texmfdistdir}/source/latex/otibet/tiblatex.odvi
%doc %{_texmfdistdir}/source/latex/otibet/tibovp.scm
%doc %{_texmfdistdir}/source/latex/otibet/unidoc.odvi
%doc %{_texmfdistdir}/source/latex/otibet/yugpacan.odvi

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts omega tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: cda8e82
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25410 |14mu|texlive-outline-20100519-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18360
# category Package
# catalog-ctan /macros/latex/contrib/outline
# catalog-date 2010-05-19 18:21:51 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-outline
Version:	20100519
Release:	4
Summary:	List environment for making outlines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/outline
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/outline.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/outline.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines an outline environment, which provides
facilities similar to enumerate, but up to 6 levels deep.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/outline/outline.sty
%doc %{_texmfdistdir}/doc/latex/outline/README
%doc %{_texmfdistdir}/doc/latex/outline/outline-sample.tex
%doc %{_texmfdistdir}/doc/latex/outline/outline.pdf
%doc %{_texmfdistdir}/doc/latex/outline/outline.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100519-4
+ Revision: c56d17b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25411 |14mu|texlive-outliner-20070112-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21095
# category Package
# catalog-ctan /macros/latex/contrib/outliner
# catalog-date 2007-01-12 15:52:44 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-outliner
Version:	20070112
Release:	4
Summary:	Change section levels easily
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/outliner
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/outliner.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/outliner.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Allows you to write "\Level 2 {Some heading}" instead of the
usual \section stuff; the definitions of the levels can then
easily be changed. There is a mechanism for shifting all
levels. This makes it easy to bundle existing articles into a
compilation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/outliner/outliner.sty
%doc %{_texmfdistdir}/doc/latex/outliner/outline_test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070112-4
+ Revision: 3268595
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25412 |14mu|texlive-outlines-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25192
# category Package
# catalog-ctan /macros/latex/contrib/outlines
# catalog-date 2012-01-24 12:03:36 +0100
# catalog-license noinfo
# catalog-version 1.1
Name:		texlive-outlines
Version:	1.1
Release:	3
Summary:	Produce "outline" lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/outlines
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/outlines.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/outlines.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines an outline environment, which allows outline-style
indented lists with freely mixed levels up to four levels deep.
It replaces the nested begin/end pairs by different item tags
\1 to \4 for each nesting level. This is very convenient in
cases where nested lists are used a lot, such as for to-do
lists or presentation slides.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/outlines/outlines.sty
%doc %{_texmfdistdir}/doc/latex/outlines/README
%doc %{_texmfdistdir}/doc/latex/outlines/outlines.pdf
%doc %{_texmfdistdir}/doc/latex/outlines/outlines.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: c8a7543
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25413 |14mu|texlive-overpic-0.53-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19712
# category Package
# catalog-ctan /macros/latex/contrib/overpic
# catalog-date 2010-09-13 11:39:12 +0200
# catalog-license lppl
# catalog-version 0.53
Name:		texlive-overpic
Version:	0.53
Release:	4
Summary:	Combine LaTeX commands over included graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/overpic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/overpic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/overpic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The overpic environment is a cross between the LaTeX picture
environment and the \includegraphics command of graphicx. The
resulting picture environment has the same dimensions as the
included eps graphic. LaTeX commands can be placed on the
graphic at defined positions. A grid for orientation is
available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/overpic/overpic.sty
%doc %{_texmfdistdir}/doc/latex/overpic/README
%doc %{_texmfdistdir}/doc/latex/overpic/README.de
%doc %{_texmfdistdir}/doc/latex/overpic/opic-abs.pdf
%doc %{_texmfdistdir}/doc/latex/overpic/opic-abs.tex
%doc %{_texmfdistdir}/doc/latex/overpic/opic-rel.pdf
%doc %{_texmfdistdir}/doc/latex/overpic/opic-rel.tex
%doc %{_texmfdistdir}/doc/latex/overpic/overpic-readme-de.pdf
%doc %{_texmfdistdir}/doc/latex/overpic/overpic-readme-de.tex
%doc %{_texmfdistdir}/doc/latex/overpic/overpic-readme.pdf
%doc %{_texmfdistdir}/doc/latex/overpic/overpic-readme.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.53-4
+ Revision: 8a950d1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25414 |14mu|texlive-pagecolor-1.0e-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25500
# category Package
# catalog-ctan /macros/latex/contrib/pagecolor
# catalog-date 2012-02-24 13:31:20 +0100
# catalog-license lppl
# catalog-version 1.0e
Name:		texlive-pagecolor
Version:	1.0e
Release:	4
Summary:	Interrogate page colour
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pagecolor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecolor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecolor.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecolor.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides the command \thepagecolor, which gives
the current page (background) colour, i. e. the argument used
with the most recent call of \pagecolor{...}. The command
\thepagecolornone gives the same colour as \thepagecolor,
except when the page background colour is "none" (e.g., as a
result of using the \nopagecolor command). In that case
\thepagecolor is "white" and \thepagecolornone is "none".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pagecolor/pagecolor.sty
%doc %{_texmfdistdir}/doc/latex/pagecolor/README
%doc %{_texmfdistdir}/doc/latex/pagecolor/pagecolor-example.pdf
%doc %{_texmfdistdir}/doc/latex/pagecolor/pagecolor-example.tex
%doc %{_texmfdistdir}/doc/latex/pagecolor/pagecolor.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pagecolor/pagecolor.drv
%doc %{_texmfdistdir}/source/latex/pagecolor/pagecolor.dtx
%doc %{_texmfdistdir}/source/latex/pagecolor/pagecolor.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0e-4
+ Revision: fb9cabc
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25415 |14mu|texlive-pagecont-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pagecont
# catalog-date 2009-11-10 09:17:41 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-pagecont
Version:	1.0
Release:	4
Summary:	Page numbering that continues between documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pagecont
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecont.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecont.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the facility that several documents can be
typeset independently with page numbers in sequence, as if they
were a single document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pagecont/pagecont.sty
%doc %{_texmfdistdir}/doc/latex/pagecont/README
%doc %{_texmfdistdir}/doc/latex/pagecont/pagecont.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pagecont/pagecont.dtx
%doc %{_texmfdistdir}/source/latex/pagecont/pagecont.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: b9097fd
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25416 |14mu|texlive-pagenote-1.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pagenote
# catalog-date 2009-09-03 13:00:14 +0200
# catalog-license lppl1.3
# catalog-version 1.1a
Name:		texlive-pagenote
Version:	1.1a
Release:	4
Summary:	Notes at end of document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pagenote
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagenote.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagenote.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagenote.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pagenote package provides tagged notes on a separate page
(also known as 'end notes'). Unless the memoir class is used,
the package requires the ifmtarg package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pagenote/pagenote.sty
%doc %{_texmfdistdir}/doc/latex/pagenote/README
%doc %{_texmfdistdir}/doc/latex/pagenote/pagenote.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pagenote/pagenote.dtx
%doc %{_texmfdistdir}/source/latex/pagenote/pagenote.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1a-4
+ Revision: 2f214af
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25417 |14mu|texlive-pagerange-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16915
# category Package
# catalog-ctan /macros/latex/contrib/pagerange
# catalog-date 2010-02-04 09:04:58 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-pagerange
Version:	0.5
Release:	4
Summary:	Flexible and configurable page range typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pagerange
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagerange.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pagerange.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a command \pagerange that typesets ranges
of page numbers, expanding them (e.g., adding first or large
page numbers) and standardising them.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pagerange/pagerange-guide.cfg
%{_texmfdistdir}/tex/latex/pagerange/pagerange.sty
%doc %{_texmfdistdir}/doc/latex/pagerange/README
%doc %{_texmfdistdir}/doc/latex/pagerange/pagerange-guide.pdf
%doc %{_texmfdistdir}/doc/latex/pagerange/pagerange-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-4
+ Revision: 90b22f7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25418 |14mu|texlive-pageslts-1.2a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23534
# category Package
# catalog-ctan /macros/latex/contrib/pageslts
# catalog-date 2011-08-13 08:34:58 +0200
# catalog-license lppl1.3
# catalog-version 1.2a
Name:		texlive-pageslts
Version:	1.2a
Release:	4
Summary:	Variants of last page labels
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pageslts
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pageslts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pageslts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pageslts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package was designed as an extension of the lastpage
package -- as well as that package's LastPage label (created
\AtEndDocument) it adds a VeryLastPage (created
\AfterLastShipout). When more than one page numbering scheme is
in operation (as in a book class document with frontmatter),
the labels above do not give the total number of pages, so the
package also provides labels pagesLTS.<numbering scheme>, where
the numbering scheme is arabic, roman, etc. The package relies
on the undolabl package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pageslts/pageslts.sty
%doc %{_texmfdistdir}/doc/latex/pageslts/README
%doc %{_texmfdistdir}/doc/latex/pageslts/pageslts-example.pdf
%doc %{_texmfdistdir}/doc/latex/pageslts/pageslts-example.tex
%doc %{_texmfdistdir}/doc/latex/pageslts/pageslts.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pageslts/ltxdoc.cfg
%doc %{_texmfdistdir}/source/latex/pageslts/pageslts.drv
%doc %{_texmfdistdir}/source/latex/pageslts/pageslts.dtx
%doc %{_texmfdistdir}/source/latex/pageslts/pageslts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2a-4
+ Revision: fdd6e3a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25419 |14mu|texlive-palatino-20110301-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21993
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-palatino
Version:	20110301
Release:	4
Summary:	URW "Base 35" font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/palatino.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/palatino/config.upl
%{_texmfdistdir}/fonts/afm/adobe/palatino/pplb8a.afm
%{_texmfdistdir}/fonts/afm/adobe/palatino/pplbi8a.afm
%{_texmfdistdir}/fonts/afm/adobe/palatino/pplr8a.afm
%{_texmfdistdir}/fonts/afm/adobe/palatino/pplri8a.afm
%{_texmfdistdir}/fonts/afm/urw/palatino/uplb8a.afm
%{_texmfdistdir}/fonts/afm/urw/palatino/uplbi8a.afm
%{_texmfdistdir}/fonts/afm/urw/palatino/uplr8a.afm
%{_texmfdistdir}/fonts/afm/urw/palatino/uplri8a.afm
%{_texmfdistdir}/fonts/map/dvips/palatino/upl.map
%{_texmfdistdir}/fonts/tfm/adobe/palatino/eurbo10.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/eurmo10.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplb9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbi9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbij8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbj8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbo8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbu.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplbu8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr8rn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplr9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrc9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9d.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9e.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9o.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplri9t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrij8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplro8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrr8re.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrre.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplrrn.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplru.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/pplru8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppleb7m.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppleb7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppleb7y.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppler7m.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppler7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppler7v.tfm
%{_texmfdistdir}/fonts/tfm/adobe/palatino/zppler7y.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/pplb8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/pplbc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/pplbi8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/pplr8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/pplrc8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/pplri8z.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplb.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplbi.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplbu.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplr.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplri.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplro.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplrre.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplrrn.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/palatino/rpplru.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplb7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplb8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplb8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplb8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbi8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbo7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbo8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbo8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplbo8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplr7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplr8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplr8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplr8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplrc7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplrc8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplri7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplri8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplri8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplri8t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplro7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplro8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplro8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/palatino/uplro8t.tfm
%{_texmfdistdir}/fonts/type1/urw/palatino/uplb8a.pfb
%{_texmfdistdir}/fonts/type1/urw/palatino/uplb8a.pfm
%{_texmfdistdir}/fonts/type1/urw/palatino/uplbi8a.pfb
%{_texmfdistdir}/fonts/type1/urw/palatino/uplbi8a.pfm
%{_texmfdistdir}/fonts/type1/urw/palatino/uplr8a.pfb
%{_texmfdistdir}/fonts/type1/urw/palatino/uplr8a.pfm
%{_texmfdistdir}/fonts/type1/urw/palatino/uplri8a.pfb
%{_texmfdistdir}/fonts/type1/urw/palatino/uplri8a.pfm
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplb9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbc.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbi9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbo.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbo8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplbu.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplr9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrc9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9d.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9e.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9o.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplri9t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplro.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplro7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplro8c.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplro8t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrre.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplrrn.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/pplru.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppleb7m.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppleb7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppleb7y.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppler7m.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppler7t.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppler7v.vf
%{_texmfdistdir}/fonts/vf/adobe/palatino/zppler7y.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/palatino/pplb8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/palatino/pplbc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/palatino/pplbi8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/palatino/pplr8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/palatino/pplrc8z.vf
%{_texmfdistdir}/fonts/vf/cspsfonts-adobe/palatino/pplri8z.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplb7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplb8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplb8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbi8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbo7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbo8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplbo8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplr7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplr8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplr8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplrc7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplrc8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplri7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplri8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplri8t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplro7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplro8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/palatino/uplro8t.vf
%{_texmfdistdir}/tex/latex/palatino/8rupl.fd
%{_texmfdistdir}/tex/latex/palatino/omlupl.fd
%{_texmfdistdir}/tex/latex/palatino/omsupl.fd
%{_texmfdistdir}/tex/latex/palatino/ot1upl.fd
%{_texmfdistdir}/tex/latex/palatino/t1upl.fd
%{_texmfdistdir}/tex/latex/palatino/ts1upl.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110301-4
+ Revision: 71b1787
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25420 |14mu|texlive-paper-1.0l-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25802
# category Package
# catalog-ctan /macros/latex/contrib/paper
# catalog-date 2012-01-13 09:08:17 +0100
# catalog-license gpl
# catalog-version 1.0l
Name:		texlive-paper
Version:	1.0l
Release:	6
Summary:	Versions of article class, tuned for scholarly publications
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/paper
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paper.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paper.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A pair of classes derived from article, tuned for producing
papers for journals. The classes introduce new layout options
and font commands for sections/parts, and define a new keywords
environment, subtitle and institution commands for the title
section and new commands for revisions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/paper/journal.cls
%{_texmfdistdir}/tex/latex/paper/journal.sty
%{_texmfdistdir}/tex/latex/paper/paper.cls
%{_texmfdistdir}/tex/latex/paper/paper.sty
%doc %{_texmfdistdir}/doc/latex/paper/README
%doc %{_texmfdistdir}/doc/latex/paper/install
%doc %{_texmfdistdir}/doc/latex/paper/journal1.tex
%doc %{_texmfdistdir}/doc/latex/paper/journal2.tex
%doc %{_texmfdistdir}/doc/latex/paper/local.tex
%doc %{_texmfdistdir}/doc/latex/paper/paper.pdf
%doc %{_texmfdistdir}/doc/latex/paper/testj.tex
%doc %{_texmfdistdir}/doc/latex/paper/testp.tex
#- source
%doc %{_texmfdistdir}/source/latex/paper/paper.drv
%doc %{_texmfdistdir}/source/latex/paper/paper.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0l-6
+ Revision: 5b5dcd6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25421 |14mu|texlive-papercdcase-20070311-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/papercdcase
# catalog-date 2007-03-11 14:35:09 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-papercdcase
Version:	20070311
Release:	4
Summary:	Origami-style folding paper CD case
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/papercdcase
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papercdcase.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papercdcase.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papercdcase.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package implements a LaTeX style file to produce origami-
style folding paper CD cases.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/papercdcase/papercdcase.sty
%doc %{_texmfdistdir}/doc/latex/papercdcase/example.tex
%doc %{_texmfdistdir}/doc/latex/papercdcase/interactive.tex
%doc %{_texmfdistdir}/doc/latex/papercdcase/papercdcase.pdf
#- source
%doc %{_texmfdistdir}/source/latex/papercdcase/papercdcase.dtx
%doc %{_texmfdistdir}/source/latex/papercdcase/papercdcase.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070311-4
+ Revision: 4fdb6cb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25422 |14mu|texlive-papermas-1.0h-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23667
# category Package
# catalog-ctan /macros/latex/contrib/papermas
# catalog-date 2011-08-23 07:18:10 +0200
# catalog-license lppl1.3
# catalog-version 1.0h
Name:		texlive-papermas
Version:	1.0h
Release:	4
Summary:	Compute the mass of a printed version of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/papermas
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papermas.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papermas.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papermas.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package computes the number of sheets of paper used by, and
the mass of a document. This is useful (for example) when
calculating postal charges.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/papermas/papermas.sty
%doc %{_texmfdistdir}/doc/latex/papermas/README
%doc %{_texmfdistdir}/doc/latex/papermas/papermas-example.pdf
%doc %{_texmfdistdir}/doc/latex/papermas/papermas-example.tex
%doc %{_texmfdistdir}/doc/latex/papermas/papermas.pdf
#- source
%doc %{_texmfdistdir}/source/latex/papermas/papermas.drv
%doc %{_texmfdistdir}/source/latex/papermas/papermas.dtx
%doc %{_texmfdistdir}/source/latex/papermas/papermas.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0h-4
+ Revision: 14165fe
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25423 |14mu|texlive-papertex-1.2b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19230
# category Package
# catalog-ctan /macros/latex/contrib/papertex
# catalog-date 2010-06-30 22:56:10 +0200
# catalog-license lppl
# catalog-version 1.2b
Name:		texlive-papertex
Version:	1.2b
Release:	4
Summary:	Class for newspapers, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/papertex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papertex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papertex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/papertex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This class allows LaTeX users to create a paperTeX newspaper.
The final document has a front page and as many inner pages as
desired. News items appear one after another and the user can
choose the number of columns, style and so on. The class allows
users to create newsletters too.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/papertex/papertex.cls
%doc %{_texmfdistdir}/doc/latex/papertex/CHANGES
%doc %{_texmfdistdir}/doc/latex/papertex/README
%doc %{_texmfdistdir}/doc/latex/papertex/example/example.pdf
%doc %{_texmfdistdir}/doc/latex/papertex/example/example.tex
%doc %{_texmfdistdir}/doc/latex/papertex/example/img/ireland.jpg
%doc %{_texmfdistdir}/doc/latex/papertex/example/img/weather/clouds.jpg
%doc %{_texmfdistdir}/doc/latex/papertex/example/img/weather/rain.jpg
%doc %{_texmfdistdir}/doc/latex/papertex/example/img/weather/sun.jpg
%doc %{_texmfdistdir}/doc/latex/papertex/papertex.pdf
#- source
%doc %{_texmfdistdir}/source/latex/papertex/papertex.dtx
%doc %{_texmfdistdir}/source/latex/papertex/papertex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2b-4
+ Revision: 8660ba2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25424 |14mu|texlive-paracol-1.31-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32099
# category Package
# catalog-ctan /macros/latex/contrib/paracol
# catalog-date 2013-11-08 18:09:20 +0100
# catalog-license lppl
# catalog-version 1.31
Name:		texlive-paracol
Version:	1.31
Release:	7
Summary:	Multiple columns with texts "in parallel"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/paracol
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paracol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paracol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paracol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides yet another multi-column typesetting
mechanism by which you produce multi-column (e.g., bilingual)
document switching and sychronizing each corresponding part in
"parallel".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/paracol/paracol.sty
%doc %{_texmfdistdir}/doc/latex/paracol/README
%doc %{_texmfdistdir}/doc/latex/paracol/paracol-man.pdf
%doc %{_texmfdistdir}/doc/latex/paracol/paracol-man.tex
#- source
%doc %{_texmfdistdir}/source/latex/paracol/bgpaint.dtx
%doc %{_texmfdistdir}/source/latex/paracol/impl.dtx
%doc %{_texmfdistdir}/source/latex/paracol/ltfloat.dtx
%doc %{_texmfdistdir}/source/latex/paracol/man.dtx
%doc %{_texmfdistdir}/source/latex/paracol/paracol.dtx
%doc %{_texmfdistdir}/source/latex/paracol/paracol.ins
%doc %{_texmfdistdir}/source/latex/paracol/probs.dtx
%doc %{_texmfdistdir}/source/latex/paracol/pwfnote.dtx
%doc %{_texmfdistdir}/source/latex/paracol/ref.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.31-7
+ Revision: 64a41e2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25425 |14mu|texlive-paralist-2.3b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/paralist
# catalog-date 2009-10-07 21:35:42 +0200
# catalog-license lppl
# catalog-version 2.3b
Name:		texlive-paralist
Version:	2.3b
Release:	4
Summary:	Enumerate and itemize within paragraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/paralist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paralist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paralist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paralist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides enumerate and itemize environments that can be used
within paragraphs to format the items either as running text or
as separate paragraphs with a preceding number or symbol. Also
provides compacted versions of enumerate and itemize.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/paralist/paralist.sty
%doc %{_texmfdistdir}/doc/latex/paralist/README
%doc %{_texmfdistdir}/doc/latex/paralist/paralist.pdf
#- source
%doc %{_texmfdistdir}/source/latex/paralist/paralist.drv
%doc %{_texmfdistdir}/source/latex/paralist/paralist.dtx
%doc %{_texmfdistdir}/source/latex/paralist/paralist.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3b-4
+ Revision: 2f17f05
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25426 |14mu|texlive-parallel-20070112-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/parallel
# catalog-date 2007-01-12 20:52:49 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-parallel
Version:	20070112
Release:	4
Summary:	Typeset parallel texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/parallel
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parallel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parallel.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parallel.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a parallel environment which allows two potentially
different texts to be typeset in two columns, while maintaining
alignment. The two columns may be on the same page, or on
facing pages. This arrangement of text is commonly used when
typesetting translations, but it can have value when comparing
any two texts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/parallel/parallel.sty
%doc %{_texmfdistdir}/doc/latex/parallel/example1.tex
%doc %{_texmfdistdir}/doc/latex/parallel/example2.tex
%doc %{_texmfdistdir}/doc/latex/parallel/parallel.pdf
%doc %{_texmfdistdir}/doc/latex/parallel/readme
#- source
%doc %{_texmfdistdir}/source/latex/parallel/parallel.drv
%doc %{_texmfdistdir}/source/latex/parallel/parallel.dtx
%doc %{_texmfdistdir}/source/latex/parallel/parallel.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070112-4
+ Revision: 561a7c2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25427 |14mu|texlive-paresse-4.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29803
# category Package
# catalog-ctan /macros/latex/contrib/paresse
# catalog-date 2013-02-16 13:58:07 +0100
# catalog-license lppl
# catalog-version 4.1
Name:		texlive-paresse
Version:	4.1
Release:	7
Summary:	Define simple macros for greek letters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/paresse
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paresse.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paresse.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/paresse.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines macros using SS to type greek letters. so
that the user may (for example) type SSa to get the effect of
$\alpha$.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/paresse/paresse.sty
%{_texmfdistdir}/tex/latex/paresse/paresseold.sto
%{_texmfdistdir}/tex/latex/paresse/paresseutf8.sto
%doc %{_texmfdistdir}/doc/latex/paresse/paresse-en.pdf
%doc %{_texmfdistdir}/doc/latex/paresse/paresse-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/paresse/paresse-ex-fr.pdf
%doc %{_texmfdistdir}/doc/latex/paresse/paresse-fr.pdf
%doc %{_texmfdistdir}/doc/latex/paresse/paresse.pdf
#- source
%doc %{_texmfdistdir}/source/latex/paresse/LISEZMOI
%doc %{_texmfdistdir}/source/latex/paresse/Makefile
%doc %{_texmfdistdir}/source/latex/paresse/README
%doc %{_texmfdistdir}/source/latex/paresse/paresse-TEST.zip
%doc %{_texmfdistdir}/source/latex/paresse/paresse-doc.dtx
%doc %{_texmfdistdir}/source/latex/paresse/paresse.dtx
%doc %{_texmfdistdir}/source/latex/paresse/paresse.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.1-7
+ Revision: e72e367
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25428 |14mu|texlive-parnotes-1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25032
# category Package
# catalog-ctan /macros/latex/contrib/parnotes
# catalog-date 2012-01-05 00:06:09 +0100
# catalog-license lppl1.3
# catalog-version 1
Name:		texlive-parnotes
Version:	1
Release:	3
Summary:	Notes after every paragraph (or elsewhere)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/parnotes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parnotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parnotes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the \parnote command. The notes are set as
(normal) running paragraphs; placement is at the end of each
paragraph, or manually, using the \parnotes command.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/parnotes/parnotes.sty
%doc %{_texmfdistdir}/doc/latex/parnotes/README
%doc %{_texmfdistdir}/doc/latex/parnotes/README.TEXLIVE

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1-3
+ Revision: 09fa491
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25429 |14mu|texlive-parrun-20090920-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/parrun
# catalog-date 2009-09-20 00:02:29 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-parrun
Version:	20090920
Release:	4
Summary:	Typesets (two) streams of text running parallel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/parrun
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parrun.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parrun.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parrun.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
For typesetting translated text and the original source,
parallel on the same page, one above the other.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/parrun/parrun.sty
%doc %{_texmfdistdir}/doc/latex/parrun/parrun.pdf
%doc %{_texmfdistdir}/doc/latex/parrun/readme
#- source
%doc %{_texmfdistdir}/source/latex/parrun/parrun.dtx
%doc %{_texmfdistdir}/source/latex/parrun/parrun.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090920-4
+ Revision: 7178dfd
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25430 |14mu|texlive-parselines-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21475
# category Package
# catalog-ctan /macros/latex/contrib/parselines
# catalog-date 2011-02-19 16:41:47 +0100
# catalog-license lppl1.3
# catalog-version 1.4
Name:		texlive-parselines
Version:	1.4
Release:	4
Summary:	Apply a macro to each line of an environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/parselines
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parselines.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parselines.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parselines.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines an environment "parse lines" which
processes each line of an environment with a macro. An example
of shading the lines of an environment is given.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/parselines/parselines.sty
%doc %{_texmfdistdir}/doc/latex/parselines/README
%doc %{_texmfdistdir}/doc/latex/parselines/parselines.pdf
#- source
%doc %{_texmfdistdir}/source/latex/parselines/parselines.drv
%doc %{_texmfdistdir}/source/latex/parselines/parselines.dtx
%doc %{_texmfdistdir}/source/latex/parselines/parselines.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: c242e3b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25431 |14mu|texlive-parskip-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19963
# category Package
# catalog-ctan /macros/latex/contrib/parskip
# catalog-date 2010-09-30 14:11:14 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-parskip
Version:	2.0
Release:	4
Summary:	Layout with zero \parindent, non-zero \parskip
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/parskip
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parskip.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/parskip.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Simply changing \parskip and \parindent leaves a layout that is
untidy; this package (though it is no substitute for a
properly-designed class) helps alleviate this untidiness.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/parskip/parskip.sty
%doc %{_texmfdistdir}/doc/latex/parskip/parskip-doc.pdf
%doc %{_texmfdistdir}/doc/latex/parskip/parskip-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: dfbff29
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25432 |14mu|texlive-pas-cours-1.06-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32444
# category Package
# catalog-ctan /macros/latex/contrib/pas-cours
# catalog-date 2013-12-05 10:50:59 +0100
# catalog-license lppl
# catalog-version 1.06
Name:		texlive-pas-cours
Version:	1.06
Release:	3
Summary:	Macros useful in preparing teaching material
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pas-cours
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-cours.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-cours.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Several groups of macros cover different branches of
mathematics.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pas-cours/pas-cours.sty
%doc %{_texmfdistdir}/doc/latex/pas-cours/README
%doc %{_texmfdistdir}/doc/latex/pas-cours/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/pas-cours/attention.png
%doc %{_texmfdistdir}/doc/latex/pas-cours/coeur.png
%doc %{_texmfdistdir}/doc/latex/pas-cours/macro-patrons.tex
%doc %{_texmfdistdir}/doc/latex/pas-cours/macro-solides.tex
%doc %{_texmfdistdir}/doc/latex/pas-cours/macro-styles.tex
%doc %{_texmfdistdir}/doc/latex/pas-cours/prerequis.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.06-3
+ Revision: ad56933
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25433 |14mu|texlive-pas-crosswords-1.03-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32313
# category Package
# catalog-ctan /macros/latex/contrib/pas-crosswords
# catalog-date 2013-12-03 15:28:55 +0100
# catalog-license lppl
# catalog-version 1.03
Name:		texlive-pas-crosswords
Version:	1.03
Release:	4
Summary:	Creating crossword grids, using TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pas-crosswords
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-crosswords.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-crosswords.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package produces crossword grids, using a wide variety of
colours and decorations of the grids and the text in them. The
package uses TikZ for its graphical output.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pas-crosswords/pas-crosswords.sty
%doc %{_texmfdistdir}/doc/latex/pas-crosswords/README
%doc %{_texmfdistdir}/doc/latex/pas-crosswords/pas-crosswords.pdf
%doc %{_texmfdistdir}/doc/latex/pas-crosswords/pas-crosswords.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.03-4
+ Revision: 6e9305f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25434 |14mu|texlive-pas-cv-2.01-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32263
# category Package
# catalog-ctan /macros/latex/contrib/pas-cv
# catalog-date 2013-11-27 22:13:58 +0100
# catalog-license lppl
# catalog-version 2.01
Name:		texlive-pas-cv
Version:	2.01
Release:	7
Summary:	Flexible typesetting of Curricula Vitae
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pas-cv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-cv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-cv.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the framework for typesetting a Curriculum
Vitae (composed in French), together with a number of "themes"
that may be used with the package. (The use of the themes may
be seen in the package's examples/ collection.) The author
hints that conversion for use with other languages (than
French) should be possible.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pas-cv/macro-andromede.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-architecte.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-centaure.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-dynamique.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-gaia.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-jupiter.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-mars.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-neptune.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-orion.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-pegase.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-pluton.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-saturne.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-univers.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-uranus.tex
%{_texmfdistdir}/tex/latex/pas-cv/macro-venus.tex
%{_texmfdistdir}/tex/latex/pas-cv/pas-cv.sty
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-andromede.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-andromede.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-architecte.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-architecte.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-centaure.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-centaure.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-dynamique.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-dynamique.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-gaia.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-gaia.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-jupiter.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-jupiter.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-mars.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-mars.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-neptune.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-neptune.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-orion.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-orion.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-pegase.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-pegase.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-pluton.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-pluton.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-saturne.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-saturne.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-univers.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-univers.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-uranus.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-uranus.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-venus.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/examples/cv-venus.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/pas-cv.pdf
%doc %{_texmfdistdir}/doc/latex/pas-cv/pas-cv.tex
%doc %{_texmfdistdir}/doc/latex/pas-cv/photo.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.01-7
+ Revision: 41983de
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25435 |14mu|texlive-passivetex-20080420-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/xmltex/contrib/passivetex
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-passivetex
Version:	20080420
Release:	4
Summary:	Support package for XML/SGML typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xmltex/contrib/passivetex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/passivetex.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Packages providing XML parsing, UTF-8 parsing, Unicode
entities, and common formatting object definitions for jadetex.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xmltex/passivetex/dummyels.sty
%{_texmfdistdir}/tex/xmltex/passivetex/fotex.sty
%{_texmfdistdir}/tex/xmltex/passivetex/fotex.xmt
%{_texmfdistdir}/tex/xmltex/passivetex/mlnames.sty
%{_texmfdistdir}/tex/xmltex/passivetex/tei.xmt
%{_texmfdistdir}/tex/xmltex/passivetex/teiprintslides.xmt
%{_texmfdistdir}/tex/xmltex/passivetex/teislides.xmt
%{_texmfdistdir}/tex/xmltex/passivetex/teixml.sty
%{_texmfdistdir}/tex/xmltex/passivetex/teixmlslides.sty
%{_texmfdistdir}/tex/xmltex/passivetex/ucharacters.sty
%{_texmfdistdir}/tex/xmltex/passivetex/unicode.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080420-4
+ Revision: 33dc552
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25436 |14mu|texlive-pas-tableur-1.04-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32375
# category Package
# catalog-ctan /macros/latex/contrib/pas-tableur
# catalog-date 2013-12-10 12:39:08 +0100
# catalog-license lppl
# catalog-version 1.04
Name:		texlive-pas-tableur
Version:	1.04
Release:	4
Summary:	Create a spreadsheet layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pas-tableur
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-tableur.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-tableur.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for creating a grid of
rectangles, and commands for populating locations in the grid.
PGF/TikZ is used for placement and population of the cells.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pas-tableur/pas-tableur.sty
%doc %{_texmfdistdir}/doc/latex/pas-tableur/README
%doc %{_texmfdistdir}/doc/latex/pas-tableur/README.TEXLIVE

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.04-4
+ Revision: 4be748f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25437 |14mu|texlive-patchcmd-1.03-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/patchcmd
# catalog-date 2007-01-12 20:52:49 +0100
# catalog-license pd
# catalog-version 1.03
Name:		texlive-patchcmd
Version:	1.03
Release:	4
Summary:	Change the definition of an existing command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/patchcmd
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/patchcmd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/patchcmd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/patchcmd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The patchcmd package provides a command \patchcommand that can
be used to add material at the beginning and/or the end of the
replacement text of an existing macro. It works for macros with
any number of normal arguments, including those that were
defined with \DeclareRobustCommand.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/patchcmd/patchcmd.sty
%doc %{_texmfdistdir}/doc/latex/patchcmd/patchcmd.pdf
#- source
%doc %{_texmfdistdir}/source/latex/patchcmd/patchcmd.dtx
%doc %{_texmfdistdir}/source/latex/patchcmd/patchcmd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.03-4
+ Revision: b9cf9ac
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25438 |14mu|texlive-path-3.05-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22045
# category Package
# catalog-ctan /macros/generic/path
# catalog-date 2011-04-07 22:08:26 +0200
# catalog-license other-free
# catalog-version 3.05
Name:		texlive-path
Version:	3.05
Release:	5
Summary:	Typeset paths, making them breakable
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/path
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/path.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/path.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a macro \path|...|, similar to the LaTeX \verb|...|,
that sets the text in typewriter font and allows hyphen-less
breaks at punctuation characters. The set of characters to be
regarded as punctuation may be changed from the package's
default.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/path/path.sty
%doc %{_texmfdistdir}/doc/generic/path/path-doc.pdf
%doc %{_texmfdistdir}/doc/generic/path/path-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}


%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.05-5
+ Revision: 59fc9f5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25439 |14mu|texlive-pauldoc-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16005
# category Package
# catalog-ctan /macros/latex/contrib/pauldoc
# catalog-date 2009-11-10 13:46:41 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-pauldoc
Version:	0.5
Release:	4
Summary:	German LaTeX package documentation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pauldoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pauldoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pauldoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pauldoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pauldoc package provides helpers for German language
package documentation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pauldoc/pauldoc.sty
%doc %{_texmfdistdir}/doc/latex/pauldoc/README
%doc %{_texmfdistdir}/doc/latex/pauldoc/pauldoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pauldoc/pauldoc.dtx
%doc %{_texmfdistdir}/source/latex/pauldoc/pauldoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-4
+ Revision: 9824225
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25440 |14mu|texlive-pawpict-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21629
# category Package
# catalog-ctan /macros/latex/contrib/pawpict
# catalog-date 2007-01-12 20:52:49 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-pawpict
Version:	1.0
Release:	4
Summary:	Using graphics from PAW
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pawpict
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pawpict.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pawpict.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pawpict.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Support for the easy inclusion of graphics made by PAW (Physics
Analysis Workstation). You need to have PAW installed on your
system to benefit from this package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pawpict/pawpict.sty
%doc %{_texmfdistdir}/doc/latex/pawpict/README
#- source
%doc %{_texmfdistdir}/source/latex/pawpict/pawpict.dtx
%doc %{_texmfdistdir}/source/latex/pawpict/pawpict.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: d9335a0
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25441 |14mu|texlive-pax-v0.1k-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26112
# category Package
# catalog-ctan /macros/latex/contrib/pax/pax-tds.zip
# catalog-date 2012-04-18 16:26:37 +0200
# catalog-license other-free
# catalog-version v0.1k
Name:		texlive-pax
Version:	v0.1k
Release:	5
Summary:	Extract and reinsert PDF annotations with pdfTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pax/pax-tds.zip
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pax.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pax.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pax.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pax.bin = %{EVRD}

%description
If PDF files are included using pdfTeX, PDF annotations are
stripped. The pax project offers a solution without altering
pdfTeX. A Java program (pax.jar) parses the PDF file that will
later be included. The program then writes the data of the
annotations into a file that can be read by TeX. The LaTeX
package pax extends the graphics package to support the scheme:
if a PDF file is included, the package looks for the file with
the annotation data, reads them and puts the annotations in the
right place. Project status: experimental.


#-----------------------------------------------------------------------
%files
%{_bindir}/pdfannotextractor
%{_javadir}/pax.jar
%{_texmfdistdir}/scripts/pax/pax.jar
%{_texmfdistdir}/scripts/pax/pdfannotextractor.pl
%{_texmfdistdir}/tex/latex/pax/pax.sty
%doc %{_texmfdistdir}/doc/latex/pax/README
#- source
%doc %{_texmfdistdir}/source/latex/pax/build.xml
%doc %{_texmfdistdir}/source/latex/pax/license/LaTeX/lppl.txt
%doc %{_texmfdistdir}/source/latex/pax/license/PDFAnnotExtractor/gpl.txt
%doc %{_texmfdistdir}/source/latex/pax/src/Constants.java
%doc %{_texmfdistdir}/source/latex/pax/src/Entry.java
%doc %{_texmfdistdir}/source/latex/pax/src/EntryWriteException.java
%doc %{_texmfdistdir}/source/latex/pax/src/MANIFEST.MF
%doc %{_texmfdistdir}/source/latex/pax/src/PDFAnnotExtractor.java
%doc %{_texmfdistdir}/source/latex/pax/src/StringVisitor.java

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pax/pdfannotextractor.pl pdfannotextractor
popd
mkdir -p %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
    ln -sf %{_texmfdistdir}/scripts/pax/pax.jar pax.jar
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.1k-5
+ Revision: e4f56ec
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25442 |14mu|texlive-pb-diagram-5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pb-diagram
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version 5.0
Name:		texlive-pb-diagram
Version:	5.0
Release:	4
Summary:	A commutative diagram package using LAMSTeX or Xy-pic fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pb-diagram
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pb-diagram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pb-diagram.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pb-diagram package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pb-diagram/lamsarrow.sty
%{_texmfdistdir}/tex/latex/pb-diagram/pb-diagram.sty
%{_texmfdistdir}/tex/latex/pb-diagram/pb-lams.sty
%{_texmfdistdir}/tex/latex/pb-diagram/pb-xy.sty
%doc %{_texmfdistdir}/doc/latex/pb-diagram/COPYING
%doc %{_texmfdistdir}/doc/latex/pb-diagram/README
%doc %{_texmfdistdir}/doc/latex/pb-diagram/pb-examples.tex
%doc %{_texmfdistdir}/doc/latex/pb-diagram/pb-manual.pdf
%doc %{_texmfdistdir}/doc/latex/pb-diagram/pb-manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.0-4
+ Revision: 2bba0c8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25443 |14mu|texlive-pbox-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24807
# category Package
# catalog-ctan /macros/latex/contrib/pbox
# catalog-date 2011-12-08 01:39:40 +0100
# catalog-license gpl2
# catalog-version 1.2
Name:		texlive-pbox
Version:	1.2
Release:	4
Summary:	A variable-width \parbox command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pbox
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a command \pbox{<max width>}{<text>} which adjusts its
width to that of the enclosed text, up to the maximum width
given. The package also defines some associated length
commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pbox/pbox.sty
%doc %{_texmfdistdir}/doc/latex/pbox/AUTHORS
%doc %{_texmfdistdir}/doc/latex/pbox/COPYING
%doc %{_texmfdistdir}/doc/latex/pbox/ChangeLog
%doc %{_texmfdistdir}/doc/latex/pbox/INSTALL
%doc %{_texmfdistdir}/doc/latex/pbox/Makefile
%doc %{_texmfdistdir}/doc/latex/pbox/README
%doc %{_texmfdistdir}/doc/latex/pbox/pbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pbox/pbox.drv
%doc %{_texmfdistdir}/source/latex/pbox/pbox.dtx
%doc %{_texmfdistdir}/source/latex/pbox/pbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 68c1797
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25444 |14mu|texlive-pbsheet-0.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24830
# category Package
# catalog-ctan /macros/latex/contrib/pbsheet
# catalog-date 2007-01-12 23:55:10 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-pbsheet
Version:	0.1
Release:	5
Summary:	Problem sheet class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pbsheet
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pbsheet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pbsheet.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pbsheet.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
This class is designed to simplify the typesetting of problem
sheets with Mathematics and Computer Science content. It is
currently customised towards teaching in French (and the
examples are in French).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pbsheet/pbsheet.cls
%doc %{_texmfdistdir}/doc/latex/pbsheet/LPPL
%doc %{_texmfdistdir}/doc/latex/pbsheet/README
%doc %{_texmfdistdir}/doc/latex/pbsheet/pbsheet.pdf
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/GNUmakefile
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/img/simbin.eps
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/img/simbin.pdf
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/pbsheet.cls
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/pgm/probadis.m
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/pgm/rdiscr.m
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/pgm/rint.m
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/pgm/simbin.m
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.bib
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.dvi
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.pdf
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.ps
%doc %{_texmfdistdir}/doc/latex/pbsheet/xpl/xpl-fr.tex
#- source
%doc %{_texmfdistdir}/source/latex/pbsheet/pbsheet.dtx
%doc %{_texmfdistdir}/source/latex/pbsheet/pbsheet.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-5
+ Revision: 535e536
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25445 |14mu|texlive-pdf14-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17583
# category Package
# catalog-ctan /macros/latex/contrib/pdf14
# catalog-date 2010-03-31 12:36:09 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-pdf14
Version:	0.1
Release:	4
Summary:	Restore PDF 1.4 to a TeX live 2010 format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdf14
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf14.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf14.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf14.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Starting with TeX Live 2010, the various formats that directly
generate PDF will default to generating PDF 1.5. This is
generally a good thing, but it can lead to compatibility issues
with some older PDF viewers. This package changes the version
of PDF generated with formats (based on pdfTeX or LuaTeX in PDF
mode), back to 1.4 for documents that need to achieve maximal
compatibility with old viewers.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdf14/pdf14.sty
%doc %{_texmfdistdir}/doc/latex/pdf14/README
%doc %{_texmfdistdir}/doc/latex/pdf14/pdf14.pdf
%doc %{_texmfdistdir}/doc/latex/pdf14/test-pdf14.tex
#- source
%doc %{_texmfdistdir}/source/latex/pdf14/Makefile
%doc %{_texmfdistdir}/source/latex/pdf14/pdf14.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: c52b411
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25446 |14mu|texlive-pdfcomment-v2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25643
# category Package
# catalog-ctan /macros/latex/contrib/pdfcomment
# catalog-date 2012-03-14 10:19:48 +0100
# catalog-license lppl1.3
# catalog-version v2.3
Name:		texlive-pdfcomment
Version:	v2.3
Release:	3
Summary:	A user-friendly interface to pdf annotations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfcomment
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcomment.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcomment.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
For a long time pdfLaTeX has offered the command \pdfannot for
inserting arbitrary PDF annotations. However, the command is
presented in a form where additional knowledge of the
definition of the PDF format is indispensable. This package is
an answer to the - occasional - questions in newsgroups, about
how one could use the comment function of Adobe Reader. At
least for the writer of LaTeX code, the package offers a
convenient and user-friendly means of using \pdfannot to
provide comments in PDF files. Since version v1.1,
pdfcomment.sty also supports LaTeX - dvips - ps2pdf, LaTeX -
dvipdfmx, and XeLaTeX. Unfortunately, support of PDF
annotations by PDF viewers is sparse to nonexistent. The
reference viewer for the development of this package is Adobe
Reader.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfcomment/pdfcomment.sty
%doc %{_texmfdistdir}/doc/latex/pdfcomment/CHANGES
%doc %{_texmfdistdir}/doc/latex/pdfcomment/INSTALL
%doc %{_texmfdistdir}/doc/latex/pdfcomment/README
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example.pdf
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example.tex
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_latex_dvipdfmx.pdf
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_latex_dvipdfmx.tex
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_latex_dvips_ps2pdf.pdf
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_latex_dvips_ps2pdf.tex
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_math_markup.pdf
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_math_markup.tex
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_xelatex.pdf
%doc %{_texmfdistdir}/doc/latex/pdfcomment/example_xelatex.tex
%doc %{_texmfdistdir}/doc/latex/pdfcomment/manifest.txt
%doc %{_texmfdistdir}/doc/latex/pdfcomment/pdfcomment.pdf
%doc %{_texmfdistdir}/doc/latex/pdfcomment/pdfcomment.tex
%doc %{_texmfdistdir}/doc/latex/pdfcomment/pdfcomment_de.pdf
%doc %{_texmfdistdir}/doc/latex/pdfcomment/pdfcomment_de.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v2.3-3
+ Revision: c6cdade
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25447 |14mu|texlive-pdfcprot-1.7a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18735
# category Package
# catalog-ctan /macros/latex/contrib/pdfcprot
# catalog-date 2006-12-18 23:50:36 +0100
# catalog-license lppl
# catalog-version 1.7a
Name:		texlive-pdfcprot
Version:	1.7a
Release:	4
Summary:	Activating and setting of character protruding using pdflatex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfcprot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcprot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcprot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcprot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides an easy interface to adjust the character
protrusion for different fonts and choosing the right
adjustment automatically depending on the font.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfcprot/pdfcprot.sty
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnOT1.cpa
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnOT2.cpa
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnT1.cpa
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnT2A.cpa
%{_texmfdistdir}/tex/latex/pdfcprot/pplmnTS1.cpa
%doc %{_texmfdistdir}/doc/latex/pdfcprot/00CONTEN
%doc %{_texmfdistdir}/doc/latex/pdfcprot/00README
%doc %{_texmfdistdir}/doc/latex/pdfcprot/INSTALL.txt
%doc %{_texmfdistdir}/doc/latex/pdfcprot/LEGAL.txt
%doc %{_texmfdistdir}/doc/latex/pdfcprot/Makefile.unx
%doc %{_texmfdistdir}/doc/latex/pdfcprot/README.txt
%doc %{_texmfdistdir}/doc/latex/pdfcprot/TODO
%doc %{_texmfdistdir}/doc/latex/pdfcprot/pdfcprot.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pdfcprot/pdfcprot.dtx
%doc %{_texmfdistdir}/source/latex/pdfcprot/pdfcprot.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7a-4
+ Revision: 56ef7ba
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25448 |14mu|texlive-pdfmarginpar-0.92-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23492
# category Package
# catalog-ctan /macros/latex/contrib/pdfmarginpar
# catalog-date 2011-08-10 11:12:20 +0200
# catalog-license gpl
# catalog-version 0.92
Name:		texlive-pdfmarginpar
Version:	0.92
Release:	4
Summary:	Generate marginpar-equivalent PDF annotations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfmarginpar
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfmarginpar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfmarginpar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the \pdfmarginpar command which is similar
in spirit to \marginpar. However, it creates PDF annotations
which may be viewed with Adobe Reader in place of marginal
texts. Small icons indicate the in-text position where the
message originates, popups provide the messages themselves.
Thus bugfixes and other such communications are clearly visible
together when viewing the document, while the document itself
is not obscured.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfmarginpar/pdfmarginpar.sty
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/README
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginpar.pdf
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginpar.tex
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginparexample.pdf
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginparexample.png
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/pdfmarginparexample.tex
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/pgfmanual-en-macros.tex
%doc %{_texmfdistdir}/doc/latex/pdfmarginpar/pgfplots-macros.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.92-4
+ Revision: db863fc
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25449 |14mu|texlive-pdfpages-0.4v-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31518
# category Package
# catalog-ctan /macros/latex/contrib/pdfpages
# catalog-date 2013-08-25 17:45:16 +0200
# catalog-license lppl
# catalog-version 0.4v
Name:		texlive-pdfpages
Version:	0.4v
Release:	7
Summary:	Include PDF documents in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpages.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpages.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpages.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-eso-pic

%description
This package simplifies the inclusion of external multi-page
PDF documents in LaTeX documents. Pages may be freely selected
and similar to psnup it is possible to put several logical
pages onto each sheet of paper. Furthermore a lot of hypertext
features like hyperlinks and article threads are provided. The
package supports pdfTeX (pdflatex) and VTeX. With VTeX it is
even possible to use this package to insert PostScript files,
in addition to PDF files.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfpages/pdfpages.sty
%{_texmfdistdir}/tex/latex/pdfpages/ppdvipdfm.def
%{_texmfdistdir}/tex/latex/pdfpages/ppdvips.def
%{_texmfdistdir}/tex/latex/pdfpages/ppnull.def
%{_texmfdistdir}/tex/latex/pdfpages/pppdftex.def
%{_texmfdistdir}/tex/latex/pdfpages/ppvtex.def
%{_texmfdistdir}/tex/latex/pdfpages/ppxetex.def
%doc %{_texmfdistdir}/doc/latex/pdfpages/dummy-l.pdf
%doc %{_texmfdistdir}/doc/latex/pdfpages/dummy.pdf
%doc %{_texmfdistdir}/doc/latex/pdfpages/pdf-ex.tex
%doc %{_texmfdistdir}/doc/latex/pdfpages/pdf-hyp.tex
%doc %{_texmfdistdir}/doc/latex/pdfpages/pdf-toc.tex
%doc %{_texmfdistdir}/doc/latex/pdfpages/pdfpages.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pdfpages/README
%doc %{_texmfdistdir}/source/latex/pdfpages/pdfpages.dtx
%doc %{_texmfdistdir}/source/latex/pdfpages/pdfpages.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4v-7
+ Revision: 9270841
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25450 |14mu|texlive-pdfscreen-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16987
# category Package
# catalog-ctan /macros/latex/contrib/pdfscreen
# catalog-date 2006-12-05 17:23:05 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-pdfscreen
Version:	1.5
Release:	4
Summary:	Support screen-based document design
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfscreen
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfscreen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfscreen.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An extension of the hyperref package to provide a screen-based
document design. This package helps to generate pdf documents
that are readable on screen and will fit the screen's aspect
ratio. Also it can be used with various options to produce
regular print versions of the same document without any extra
effort.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfscreen/but.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/button.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/left.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay0.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay1.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay10.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay2.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay3.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay4.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay5.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay6.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay7.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay8.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/overlay9.pdf
%{_texmfdistdir}/tex/latex/pdfscreen/pdfscreen.sty
%{_texmfdistdir}/tex/latex/pdfscreen/right.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/logo.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/manual-print.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/manual-screen.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/manual.tex
%doc %{_texmfdistdir}/doc/latex/pdfscreen/nopanel.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/pdfscreen.cfg.specimen
%doc %{_texmfdistdir}/doc/latex/pdfscreen/portrait.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/print.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/slide.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/slide.tex
%doc %{_texmfdistdir}/doc/latex/pdfscreen/square.pdf
%doc %{_texmfdistdir}/doc/latex/pdfscreen/tex.png
%doc %{_texmfdistdir}/doc/latex/pdfscreen/widepanel.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: 98322b6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25451 |14mu|texlive-pdfslide-20061205-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pdfslide
# catalog-date 2006-12-05 23:27:16 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-pdfslide
Version:	20061205
Release:	4
Summary:	Presentation slides using pdftex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfslide
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfslide.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfslide.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a package for use with pdftex, to make nice
presentation slides. Its aims are: to devise a method for
easier technical presentation; to help the mix of mathematical
formulae with text and graphics which the present day wysiwyg
tools fail to accomplish; to exploit the platform independence
of TeX so that presentation documents become portable; and to
offer the freedom and possibilities of using various
backgrounds and other embellishments that a user can imagine to
have in as presentation. The package can make use of the
facilities of the PPower4 post-processor.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfslide/bg.jpg
%{_texmfdistdir}/tex/latex/pdfslide/d12.jpg
%{_texmfdistdir}/tex/latex/pdfslide/metablue.pdf
%{_texmfdistdir}/tex/latex/pdfslide/metagray.pdf
%{_texmfdistdir}/tex/latex/pdfslide/metagreen.pdf
%{_texmfdistdir}/tex/latex/pdfslide/metalgray.pdf
%{_texmfdistdir}/tex/latex/pdfslide/pdfslide.cfg
%{_texmfdistdir}/tex/latex/pdfslide/pdfslide.sty
%{_texmfdistdir}/tex/latex/pdfslide/slide.clo
%doc %{_texmfdistdir}/doc/latex/pdfslide/demo.pdf
%doc %{_texmfdistdir}/doc/latex/pdfslide/manual.tex
%doc %{_texmfdistdir}/doc/latex/pdfslide/meta.mp
%doc %{_texmfdistdir}/doc/latex/pdfslide/mpgraph.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061205-4
+ Revision: 4e75436
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25452 |14mu|texlive-pdfsync-20101108-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20373
# category Package
# catalog-ctan /macros/latex/contrib/pdfsync
# catalog-date 2010-11-08 21:04:31 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-pdfsync
Version:	20101108
Release:	4
Summary:	Provide links between source and PDF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfsync
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfsync.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfsync.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package runs with pdfTeX or XeTeX, and creates an auxiliary
file with geometrical information to permit references back and
forth between source and PDF, assuming a conforming editor and
PDF viewer.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfsync/pdfsync.sty
%doc %{_texmfdistdir}/doc/latex/pdfsync/README
%doc %{_texmfdistdir}/doc/latex/pdfsync/pdfsync-doc.pdf
%doc %{_texmfdistdir}/doc/latex/pdfsync/pdfsync-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101108-4
+ Revision: 0d30232
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25453 |14mu|texlive-pdftex-1.40.11-23
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32132
# category TLCore
# catalog-ctan /systems/pdftex
# catalog-date 2011-11-09 15:33:34 +0100
# catalog-license gpl
# catalog-version 1.40.11
Name:		texlive-pdftex
Version:	1.40.11
Release:	23
Summary:	A TeX extension for direct creation of PDF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/systems/pdftex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-pdftex.bin

%description
An extension of TeX which can be configured to directly
generate PDF documents instead of DVI. All current free TeX
distributionsm including TeX live, MacTeX and MiKTeX include
pdfTeX (Plain TeX) and pdfLaTeX (LaTeX). ConTeXt was designed
around use of pdfTeX (though it is now migrating towards
LuaTeX).

%postun
    if [ $1 -eq 0 ]; then
	rm -fr %{_texmfvardir}/fonts/map/pdftex
	rm -fr %{_texmfvardir}/web2c/pdftex
    fi

#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/pdftex/updmap/pdftex.map
%{_texmfdistdir}/fonts/map/pdftex/updmap/pdftex_dl14.map
%{_texmfdistdir}/fonts/map/pdftex/updmap/pdftex_ndl14.map
%{_texmfdistdir}/scripts/simpdftex/simpdftex
%{_texmfdistdir}/tex/generic/config/pdftex-dvi.tex
%{_texmfdistdir}/tex/generic/config/pdftexconfig.tex
%{_texmfdistdir}/tex/generic/pdftex/glyphtounicode.tex
%_texmf_fmtutil_d/pdftex
%doc %{_mandir}/man1/pdfetex.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfetex.man1.pdf
%doc %{_mandir}/man1/pdftex.1*
%doc %{_texmfdistdir}/doc/man/man1/pdftex.man1.pdf
%doc %{_texmfdistdir}/doc/pdftex/Announcement-1.40.2
%doc %{_texmfdistdir}/doc/pdftex/NEWS
%doc %{_texmfdistdir}/doc/pdftex/README
%doc %{_texmfdistdir}/doc/pdftex/manual/ChangeLog
%doc %{_texmfdistdir}/doc/pdftex/manual/Makefile
%doc %{_texmfdistdir}/doc/pdftex/manual/README
%doc %{_texmfdistdir}/doc/pdftex/manual/makefiles.cmd
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-a.pdf
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-i.tex
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-l.pdf
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-s.pdf
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-syntax.txt
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-t.tex
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-t.txt
%doc %{_texmfdistdir}/doc/pdftex/manual/pdftex-w.tex
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/cmr10.103
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/obj.dat
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/pdfcolor.tex
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/pic.eps
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/pic.jpg
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/pic.mps
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/pic.pdf
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/pic.png
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/pic16.png
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/rgb.icc
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/samplepdf.0
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/samplepdf.1
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/samplepdf.tex
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/supp-mis.tex
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/supp-pdf.tex
%doc %{_texmfdistdir}/doc/pdftex/manual/samplepdf/tmp.pdf
%doc %{_texmfdistdir}/doc/pdftex/manual/syntaxform.awk
%doc %{_texmfdistdir}/doc/pdftex/pdftex-pdfkeys/Makefile
%doc %{_texmfdistdir}/doc/pdftex/pdftex-pdfkeys/fdl.tex
%doc %{_texmfdistdir}/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.bbl
%doc %{_texmfdistdir}/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.pdf
%doc %{_texmfdistdir}/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.tex
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/abbr.tex
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/efcode.tex
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/il2.etx
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/il2.mtx
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/il2protcode.tex
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/mktextfm
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/mktextfm.ext
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/mktfm8z
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/protcode.tex
%doc %{_texmfdistdir}/doc/pdftex/thanh/ext/ufntinst.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/pdftex <<EOF
#
# from pdftex:
pdftex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini
etex pdftex language.def -translate-file=cp227.tcx *etex.ini
pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini
EOF

%changelog
* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1.40.11-23
+ Revision: d326730
- MassBuild#656: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25454 |14mu|texlive-pdftex-def-0.06d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22653
# category Package
# catalog-ctan /macros/latex/contrib/pdftex-def/pdftex.def
# catalog-date 2011-05-28 11:53:45 +0200
# catalog-license lppl1.3
# catalog-version 0.06d
Name:		texlive-pdftex-def
Version:	0.06d
Release:	4
Summary:	Colour and Graphics support for PDFTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdftex-def/pdftex.def
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftex-def.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The file pdftex.def provides device-specific definitions for
colour and graphics support when running pdf(La)TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdftex-def/pdftex.def

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.06d-4
+ Revision: d693c16
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25455 |14mu|texlive-pdftools-0.83-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31660
# category TLCore
# catalog-ctan /support/xpdfopen
# catalog-date 2012-09-07 16:54:33 +0200
# catalog-license pd
# catalog-version 0.83
Name:		texlive-pdftools
Version:	0.83
Release:	9
Summary:	PDF-related utilities, including PostScript-to-PDF conversion
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/xpdfopen
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftools.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-pdftools.bin

%description
The command-line programs pdfopen and pdfclose allow you to
control the X Window System version of Adobe's Acrobat Reader
from the command line or from within a (shell) script. The
programs work with Acrobat Reader 5, 7, 8 and 9 for Linux, xpdf
and evince. This version derives from one written by Fabrice
Popineau for Microsoft operating systems.


#-----------------------------------------------------------------------
%files
%{_bindir}/e2pall
%{_bindir}/pdfatfi
%{_bindir}/ps4pdf
%{_texmfdistdir}/scripts/texlive/e2pall.pl
%doc %{_mandir}/man1/e2pall.1*
%doc %{_texmfdistdir}/doc/man/man1/e2pall.man1.pdf
%doc %{_mandir}/man1/pdfclose.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfclose.man1.pdf
%doc %{_mandir}/man1/pdfopen.1*
%doc %{_texmfdistdir}/doc/man/man1/pdfopen.man1.pdf
%doc %{_mandir}/man1/pdftosrc.1*
%doc %{_texmfdistdir}/doc/man/man1/pdftosrc.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texlive/e2pall.pl e2pall
    ln -sf %{_texmfdistdir}/scripts/oberdiek/pdfatfi.pl pdfatfi
    ln -sf %{_texmfdistdir}/scripts/pst-pdf/ps4pdf ps4pdf
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.83-9
+ Revision: c8d3f63
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25456 |14mu|texlive-pdftricks-1.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pdftricks
# catalog-date 2008-11-24 12:47:54 +0100
# catalog-license gpl
# catalog-version 1.16
Name:		texlive-pdftricks
Version:	1.16
Release:	4
Summary:	Support for pstricks in pdfTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdftricks
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftricks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftricks.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The PSTricks macros cannot be used (directly) with pdfTeX,
since pstricks uses PostScript arithmetic, which isn't part of
PDF. This package circumvents this limitation so that the
extensive facilities offered by the powerful PSTricks package
can be made use of in a pdfTeX document. This is done using the
shell escape function available in current TeX implementations.
The package may also be used in support of other 'PostScript-
output-only' packages, such as PSfrag. For alternatives, users
may care to review the discussion in the PSTricks online
documentation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdftricks/pdftricks.sty
%doc %{_texmfdistdir}/doc/latex/pdftricks/makefile
%doc %{_texmfdistdir}/doc/latex/pdftricks/manual.pdf
%doc %{_texmfdistdir}/doc/latex/pdftricks/pst2pdf
%doc %{_texmfdistdir}/doc/latex/pdftricks/test.pdf
%doc %{_texmfdistdir}/doc/latex/pdftricks/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.16-4
+ Revision: 1c1d14c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25457 |14mu|texlive-pdfwin-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-pdfwin
Version:	20111103
Release:	4
Summary:	TeXLive pdfwin package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfwin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfwin.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pdfwin package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfwin/pdfwin.cfg
%{_texmfdistdir}/tex/latex/pdfwin/pdfwin.sty
%doc %{_texmfdistdir}/doc/latex/pdfwin/BucResampling.pdf
%doc %{_texmfdistdir}/doc/latex/pdfwin/BucSystem1.pdf
%doc %{_texmfdistdir}/doc/latex/pdfwin/BucSystem2.pdf
%doc %{_texmfdistdir}/doc/latex/pdfwin/BucSystem3.pdf
%doc %{_texmfdistdir}/doc/latex/pdfwin/BucSystem4.pdf
%doc %{_texmfdistdir}/doc/latex/pdfwin/BucSystem5.pdf
%doc %{_texmfdistdir}/doc/latex/pdfwin/BucSystem6.pdf
%doc %{_texmfdistdir}/doc/latex/pdfwin/Bucuresti2003.tex
%doc %{_texmfdistdir}/doc/latex/pdfwin/JWGU-Logo.png
%doc %{_texmfdistdir}/doc/latex/pdfwin/Thumbs.db
%doc %{_texmfdistdir}/doc/latex/pdfwin/marble.png
%doc %{_texmfdistdir}/doc/latex/pdfwin/normprot.tex
%doc %{_texmfdistdir}/doc/latex/pdfwin/shortvec.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: 74011fd
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25458 |14mu|texlive-pdfx-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pdfx
# catalog-date 2009-05-04 11:07:03 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-pdfx
Version:	1.3
Release:	4
Summary:	PDF/X-1a and PDF/A-1b support for pdfTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pdfx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package helps LaTeX users to create PDF/X-1a and PFD/A-1b
compliant pdf documents with pdfTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pdfx/glyphtounicode-cmr.tex
%{_texmfdistdir}/tex/latex/pdfx/pdfa-1b.xmp
%{_texmfdistdir}/tex/latex/pdfx/pdfx-1a.xmp
%{_texmfdistdir}/tex/latex/pdfx/pdfx.sty
%doc %{_texmfdistdir}/doc/latex/pdfx/README
%doc %{_texmfdistdir}/doc/latex/pdfx/manifest.txt
%doc %{_texmfdistdir}/doc/latex/pdfx/pdfx.pdf
%doc %{_texmfdistdir}/doc/latex/pdfx/small2e.pdf
%doc %{_texmfdistdir}/doc/latex/pdfx/small2e.tex
%doc %{_texmfdistdir}/doc/latex/pdfx/small2e.xmpdata
#- source
%doc %{_texmfdistdir}/source/latex/pdfx/Makefile
%doc %{_texmfdistdir}/source/latex/pdfx/pdfx.dtx
%doc %{_texmfdistdir}/source/latex/pdfx/pdfx.ins
%doc %{_texmfdistdir}/source/latex/pdfx/rvdtx.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: be2fce3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25459 |14mu|texlive-pecha-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/tibetan/pecha
# catalog-date 2006-10-13 13:00:52 +0200
# catalog-license gpl
# catalog-version 0.1
Name:		texlive-pecha
Version:	0.1
Release:	4
Summary:	Print Tibetan text in the classic pecha layout style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/tibetan/pecha
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pecha.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pecha.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pecha class provides an environment for writing Tibetan on
LaTeX2e in the traditional Tibetan Pecha layout used for
spiritual or philosophical texts, using the cTib4TeX package by
Oliver Corff. It provides features like headers in different
languages, page numbering in Tibetan and more.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pecha/ctibmantra.sty
%{_texmfdistdir}/tex/latex/pecha/pecha.cls
%doc %{_texmfdistdir}/doc/latex/pecha/CHANGES
%doc %{_texmfdistdir}/doc/latex/pecha/COPYING
%doc %{_texmfdistdir}/doc/latex/pecha/README
%doc %{_texmfdistdir}/doc/latex/pecha/example.pdf
%doc %{_texmfdistdir}/doc/latex/pecha/example.tex
%doc %{_texmfdistdir}/doc/latex/pecha/pecha_docu.pdf
%doc %{_texmfdistdir}/doc/latex/pecha/pecha_docu.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 4453af6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25460 |14mu|texlive-pedigree-perl-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /graphics/pstricks/contrib/pedigree/pedigree-perl
# catalog-date 2012-04-14 20:51:11 +0200
# catalog-license gpl2
# catalog-version 1.0
Name:		texlive-pedigree-perl
Version:	1.0
Release:	4
Summary:	Generate TeX pedigree files from CSV files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pedigree/pedigree-perl
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pedigree-perl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pedigree-perl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pedigree-perl.bin = %{EVRD}

%description
This program generates TeX commands to typeset pedigrees --
either TeX fragments or full LaTeX files, to be processed by
the authors' pst-pdgr package. The program has support for
multilanguage pedigrees (at the present moment the English and
Russian languages are supported).


#-----------------------------------------------------------------------
%files
%{_bindir}/pedigree
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/AbortionNode.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/Area.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/ChildlessNode.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/Language.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/MarriageNode.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/Node.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/Parser.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/PersonNode.pm
%{_texmfdistdir}/scripts/pedigree-perl/Pedigree/TwinsNode.pm
%{_texmfdistdir}/scripts/pedigree-perl/pedigree.pl
%doc %{_texmfdistdir}/doc/support/pedigree-perl/LICENSE
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Makefile
%doc %{_texmfdistdir}/doc/support/pedigree-perl/NEWS
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/AbortionNode.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/Area.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/ChildlessNode.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/Language.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/Makefile
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/MarriageNode.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/Node.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/Parser.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/PersonNode.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/Pedigree/TwinsNode.3
%doc %{_texmfdistdir}/doc/support/pedigree-perl/README
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/Makefile
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/abortions.tex
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/english.tex
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/english1.tex
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/pedigree.bib
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/pedigree.pdf
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/pedigree.ps
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/pedigree.tex
%doc %{_texmfdistdir}/doc/support/pedigree-perl/doc/russian.tex
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/abortions.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/badsort.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/childlessness.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/consanguinic.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/english.cfg
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/english.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/english1.cfg
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/english_short.cfg
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/pedigree.cfg
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/russian.cfg
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/russian.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/sort1.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/sort2.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/sort3.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/examples/twins.csv
%doc %{_texmfdistdir}/doc/support/pedigree-perl/pedigree.1

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pedigree-perl/pedigree.pl pedigree
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 8515e1f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25461 |14mu|texlive-perfectcut-1.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32861
# category Package
# catalog-ctan /macros/latex/contrib/perfectcut
# catalog-date 2014-02-03 14:43:47 +0100
# catalog-license lppl1.3
# catalog-version 1.9
Name:		texlive-perfectcut
Version:	1.9
Release:	4
Summary:	Brackets whose size adjusts to the nesting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/perfectcut
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/perfectcut.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/perfectcut.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines the command \perfectcut#1#2 which displays
a bracket <#1||#2>. Its effect is to determine the size of the
bracket depending on the number of nested \perfectcut
(regardless of the contents). The command is intended for use:
In proof theory, for term notations of sequent calculus, In
computer science, for the modeling of abstract machines. The
package also offers a reimplementation of \big, \bigg, etc.,
into arbitrary-size variants.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/perfectcut/perfectcut.sty
%doc %{_texmfdistdir}/doc/latex/perfectcut/README
%doc %{_texmfdistdir}/doc/latex/perfectcut/perfectcut.pdf
%doc %{_texmfdistdir}/doc/latex/perfectcut/perfectcut.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.9-4
+ Revision: aa0ce63
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25462 |14mu|texlive-perltex-2.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29752
# category Package
# catalog-ctan /macros/latex/contrib/perltex
# catalog-date 2012-06-12 18:08:23 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-perltex
Version:	2.1
Release:	10
Summary:	Define LaTeX macros in terms of Perl code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/perltex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/perltex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/perltex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/perltex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-perltex.bin = %{EVRD}

%description
PerlTeX is a combination Perl script (perltex.pl) and LaTeX2e
package (perltex.sty) that, together, give the user the ability
to define LaTeX macros in terms of Perl code. Once defined, a
Perl macro becomes indistinguishable from any other LaTeX
macro. PerlTeX thereby combines LaTeX's typesetting power with
Perl's programmability. PerlTeX will make use of persistent
named pipes, and thereby run more efficiently, on operating
systems that offer them (mostly Unix-like systems). Also
provided is a switch to generate a PerlTeX-free, document-
specific, noperltex.sty that is useful when distributing a
document to places where PerlTeX is not available.


#-----------------------------------------------------------------------
%files
%{_bindir}/perltex
%{_texmfdistdir}/scripts/perltex/perltex.pl
%{_texmfdistdir}/tex/latex/perltex/perltex.sty
%doc %{_texmfdistdir}/doc/latex/perltex/README
%doc %{_texmfdistdir}/doc/latex/perltex/example.tex
%doc %{_texmfdistdir}/doc/latex/perltex/perltex.pdf
%doc %{_mandir}/man1/perltex.1*
%doc %{_texmfdistdir}/doc/man/man1/perltex.man1.pdf
#- source
%doc %{_texmfdistdir}/source/latex/perltex/perltex.dtx
%doc %{_texmfdistdir}/source/latex/perltex/perltex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/perltex/perltex.pl perltex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-10
+ Revision: f593a94
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25463 |14mu|texlive-permute-20070112-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/permute
# catalog-date 2007-01-12 23:55:10 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-permute
Version:	20070112
Release:	4
Summary:	Support for symmetric groups
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/permute
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/permute.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/permute.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/permute.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for symmetric groups, allowing you to input, output,
and calculate with them.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/permute/permute.sty
%doc %{_texmfdistdir}/doc/latex/permute/permute.pdf
#- source
%doc %{_texmfdistdir}/source/latex/permute/permute.dtx
%doc %{_texmfdistdir}/source/latex/permute/permute.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070112-4
+ Revision: 733e9f9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25464 |14mu|texlive-persian-bib-0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23267
# category Package
# catalog-ctan /biblio/bibtex/contrib/persian-bib
# catalog-date 2011-07-10 22:10:07 +0200
# catalog-license lppl
# catalog-version 0.6
Name:		texlive-persian-bib
Version:	0.6
Release:	4
Summary:	Persian translations of classic BibTeX styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/persian-bib
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/persian-bib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/persian-bib.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Currently 7 files: acm-fa.bst, asa-fa.bst, chicago-fa.bst,
ieeetr-fa.bst, plain-fa.bst, plainnat-fa.bst and unsrt-fa.bst
are modified for Persian documents prepared with XePersian
(which the present package depends on). The Persian .bst files
can simultaneously handle both Latin and Persian references. A
file cp1256fa.csf is provided for correct sorting of Persian
references and three fields LANGUAGE, TRANSLATOR and AUTHORFA
are defined.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/persian-bib/acm-fa.bst
%{_texmfdistdir}/bibtex/bst/persian-bib/asa-fa.bst
%{_texmfdistdir}/bibtex/bst/persian-bib/chicago-fa.bst
%{_texmfdistdir}/bibtex/bst/persian-bib/ieeetr-fa.bst
%{_texmfdistdir}/bibtex/bst/persian-bib/plain-fa.bst
%{_texmfdistdir}/bibtex/bst/persian-bib/plainnat-fa.bst
%{_texmfdistdir}/bibtex/bst/persian-bib/unsrt-fa.bst
%{_texmfdistdir}/bibtex/csf/persian-bib/cp1256fa.csf
%doc %{_texmfdistdir}/doc/xelatex/persian-bib/MyReferences.bib
%doc %{_texmfdistdir}/doc/xelatex/persian-bib/Persian-bib-userguide.pdf
%doc %{_texmfdistdir}/doc/xelatex/persian-bib/Persian-bib-userguide.tex
%doc %{_texmfdistdir}/doc/xelatex/persian-bib/README
%doc %{_texmfdistdir}/doc/xelatex/persian-bib/bibtex-example.pdf
%doc %{_texmfdistdir}/doc/xelatex/persian-bib/bibtex-example.tex
%doc %{_texmfdistdir}/doc/xelatex/persian-bib/gen_pdf.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-4
+ Revision: cf831ac
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25465 |14mu|texlive-persian-modern-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23959
# category Package
# catalog-ctan /fonts/persian-modern
# catalog-date 2011-09-14 17:59:09 +0200
# catalog-license ofl
# catalog-version 0.3
Name:		texlive-persian-modern
Version:	0.3
Release:	4
Summary:	The "Persian Modern" family of fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/persian-modern
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/persian-modern.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/persian-modern.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/persian-modern.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Persian Modern family consists of 12 fonts (based on the
"FarsiTeX Scientific fonts" released into the public domain by
the FarsiTeX project). The single set of fonts is available in
TrueType format (.ttf). Support may be available via the
ParsiLaTeX forum.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-bold.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-bolditalic.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-boldoblique.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-italic.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-italicoutline.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-italicshadow.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-oblique.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-obliqueoutline.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-obliqueshadow.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-outline.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-regular.ttf
%{_texmfdistdir}/fonts/truetype/public/persian-modern/persian-modern-shadow.ttf
%doc %{_texmfdistdir}/doc/fonts/persian-modern/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/persian-modern/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/persian-modern/README
#- source
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-bold.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-bolditalic.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-boldoblique.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-italic.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-italicoutline.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-italicshadow.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-oblique.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-obliqueoutline.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-obliqueshadow.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-outline.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-regular.sfd
%doc %{_texmfdistdir}/source/fonts/persian-modern/persian-modern-shadow.sfd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: 3b0171c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25466 |14mu|texlive-petiteannonce-1.0001-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25915
# category Package
# catalog-ctan /macros/latex/contrib/petiteannonce
# catalog-date 2012-04-11 15:11:02 +0200
# catalog-license lppl
# catalog-version 1.0001
Name:		texlive-petiteannonce
Version:	1.0001
Release:	3
Summary:	A class for small advertisements
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/petiteannonce
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/petiteannonce.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/petiteannonce.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class enables you to create the sort of adverts that you
pin on a noticeboard, with tear-off strips at the bottom where
you can place contact details.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/petiteannonce/petiteannonce.cls
%doc %{_texmfdistdir}/doc/latex/petiteannonce/baignoire.JPG
%doc %{_texmfdistdir}/doc/latex/petiteannonce/petiteannonce.doc.pdf
%doc %{_texmfdistdir}/doc/latex/petiteannonce/petiteannonce.doc.tex
%doc %{_texmfdistdir}/doc/latex/petiteannonce/petiteannonceexample.pdf
%doc %{_texmfdistdir}/doc/latex/petiteannonce/petiteannonceexample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0001-3
+ Revision: d8e3b2b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25467 |14mu|texlive-petri-nets-20070112-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24088
# category Package
# catalog-ctan /macros/generic/petri-nets
# catalog-date 2007-01-12 23:55:10 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-petri-nets
Version:	20070112
Release:	4
Summary:	A set TeX/LaTeX packages for drawing Petri nets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/petri-nets
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/petri-nets.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/petri-nets.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Petri-nets is a set of TeX/LaTeX packages about Petri nets and
related models. Three packages are available: - the first
allows the user to draw Petri-nets in PostScript documents; -
the second defines macros related to PBC, M-nets and B(PN)
models; and - the last gathers together the previous two.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/petri-nets/pndraw.sty
%{_texmfdistdir}/tex/generic/petri-nets/pndraw.tex
%{_texmfdistdir}/tex/generic/petri-nets/pnets.sty
%{_texmfdistdir}/tex/generic/petri-nets/pnets.tex
%{_texmfdistdir}/tex/generic/petri-nets/pntext.sty
%{_texmfdistdir}/tex/generic/petri-nets/pntext.tex
%{_texmfdistdir}/tex/generic/petri-nets/pnversion.tex
%doc %{_texmfdistdir}/doc/generic/petri-nets/COPYING
%doc %{_texmfdistdir}/doc/generic/petri-nets/ChangeLog
%doc %{_texmfdistdir}/doc/generic/petri-nets/README
%doc %{_texmfdistdir}/doc/generic/petri-nets/pn2pdf
%doc %{_texmfdistdir}/doc/generic/petri-nets/pndoc.pdf
%doc %{_texmfdistdir}/doc/generic/petri-nets/pndoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070112-4
+ Revision: 2dab979
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25468 |14mu|texlive-pgf-2.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22614
# category Package
# catalog-ctan /graphics/pgf/base
# catalog-date 2010-10-27 12:56:09 +0200
# catalog-license lppl1.3
# catalog-version 2.10
Name:		texlive-pgf
Version:	2.10
Release:	4
Summary:	Create PostScript and PDF graphics in TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/base
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-xkeyval

%description
PGF is a macro package for creating graphics. It is platform-
and format-independent and works together with the most
important TeX backend drivers, including pdftex and dvips. It
comes with a user-friendly syntax layer called TikZ. Its usage
is similar to pstricks and the standard picture environment.
PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt.
Unlike pstricks, it can produce either PostScript or PDF
output.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgf.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfbim.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfbla.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfbma.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfbpl.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfbpt.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfbsh.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfbsn.tex
%{_texmfdistdir}/tex/context/third/pgf/basiclayer/t-pgfcor.tex
%{_texmfdistdir}/tex/context/third/pgf/frontendlayer/t-tikz.tex
%{_texmfdistdir}/tex/context/third/pgf/math/t-pgfmat.tex
%{_texmfdistdir}/tex/context/third/pgf/systemlayer/t-pgfsys.tex
%{_texmfdistdir}/tex/context/third/pgf/utilities/t-pgfcal.tex
%{_texmfdistdir}/tex/context/third/pgf/utilities/t-pgffor.tex
%{_texmfdistdir}/tex/context/third/pgf/utilities/t-pgfkey.tex
%{_texmfdistdir}/tex/context/third/pgf/utilities/t-pgfmod.tex
%{_texmfdistdir}/tex/context/third/pgf/utilities/t-pgfrcs.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcore.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
%{_texmfdistdir}/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/svg/svgpgf.cfg
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/svg/svgpgf.xmt
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/svg/svgtest.cfg
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/svg/svgtest.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/svg/svgtest.xml
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.IEC.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.CDH.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.IEC.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.US.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.3d.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.barcharts.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.formats.functions.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.polar.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.sparklines.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.basic.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzexternalshared.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary3d.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryautomata.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalendar.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarychains.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.footprints.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.fractals.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.markings.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathmorphing.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathreplacing.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.shapes.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.text.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryer.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadings.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfit.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfixedpointarithmetic.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfolding.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfpu.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryintersections.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarylindenmayersystems.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatrix.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindmap.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypetri.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplothandlers.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypositioning.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryscopes.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadings.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadows.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.IEC.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.US.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysnakes.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryspy.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysvg.path.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarythrough.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytrees.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryturtle.code.tex
%{_texmfdistdir}/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.barcharts.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.formats.functions.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.polar.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.footprints.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.fractals.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.markings.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathmorphing.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathreplacing.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.shapes.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.text.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryarrows.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryfadings.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryfpu.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryintersections.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibrarylindenmayersystems.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryprofiler.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibraryshadings.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibrarysnakes.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/pgflibrarysvg.path.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.IEC.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.IEC.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.US.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/pgflibraryshapes.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex
%{_texmfdistdir}/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmath.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathcalc.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfloat.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.base.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.random.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.round.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathparser.code.tex
%{_texmfdistdir}/tex/generic/pgf/math/pgfmathutil.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmoduledatavisualization.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmoduledecorations.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmodulematrix.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmoduleoo.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmoduleparser.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmoduleplot.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmodulesnakes.code.tex
%{_texmfdistdir}/tex/generic/pgf/modules/pgfmodulesorting.code.tex
%{_texmfdistdir}/tex/generic/pgf/rendering/pgfrenderpoints.code.tex
%{_texmfdistdir}/tex/generic/pgf/rendering/pgfrendertransform.code.tex
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgf.cfg
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-common-pdf-via-dvi.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-common-postscript.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-common-svg.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-dvi.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-dvipdfm.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-dvips.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-textures.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-vtex.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys-xetex.def
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsys.code.tex
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
%{_texmfdistdir}/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfcalendar.code.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfexternal.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfexternalwithdepth.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgffor.code.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfkeys.code.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfrcs.code.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfutil-common.tex
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfutil-context.def
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfutil-latex.def
%{_texmfdistdir}/tex/generic/pgf/utilities/pgfutil-plain.def
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgf.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfbaseimage.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfbaselayers.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfbasematrix.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfbasepatterns.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfbaseplot.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfbaseshapes.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfbasesnakes.sty
%{_texmfdistdir}/tex/latex/pgf/basiclayer/pgfcore.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgfarrows.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgfautomata.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgfheaps.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibraryarrows.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibraryautomata.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibraryplothandlers.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibraryplotmarks.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibraryshapes.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibrarysnakes.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibrarytikzbackgrounds.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgfnodes.sty
%{_texmfdistdir}/tex/latex/pgf/compatibility/pgfshade.sty
%{_texmfdistdir}/tex/latex/pgf/doc/pgfmanual.code.tex
%{_texmfdistdir}/tex/latex/pgf/doc/pgfmanual.pdflinks.code.tex
%{_texmfdistdir}/tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex
%{_texmfdistdir}/tex/latex/pgf/doc/pgfmanual.sty
%{_texmfdistdir}/tex/latex/pgf/frontendlayer/libraries/tikzlibraryexternal.code.tex
%{_texmfdistdir}/tex/latex/pgf/frontendlayer/pgfpict2e.sty
%{_texmfdistdir}/tex/latex/pgf/frontendlayer/tikz.sty
%{_texmfdistdir}/tex/latex/pgf/math/pgfmath.sty
%{_texmfdistdir}/tex/latex/pgf/systemlayer/pgfsys.sty
%{_texmfdistdir}/tex/latex/pgf/utilities/pgfcalendar.sty
%{_texmfdistdir}/tex/latex/pgf/utilities/pgffor.sty
%{_texmfdistdir}/tex/latex/pgf/utilities/pgfkeys.sty
%{_texmfdistdir}/tex/latex/pgf/utilities/pgfpages.sty
%{_texmfdistdir}/tex/latex/pgf/utilities/pgfrcs.sty
%{_texmfdistdir}/tex/latex/pgf/utilities/tikzexternal.sty
%{_texmfdistdir}/tex/latex/pgf/utilities/xxcolor.sty
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgf.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfbaseimage.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfbaselayers.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfbasematrix.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfbasepatterns.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfbaseplot.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfbaseshapes.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfbasesnakes.tex
%{_texmfdistdir}/tex/plain/pgf/basiclayer/pgfcore.tex
%{_texmfdistdir}/tex/plain/pgf/frontendlayer/tikz.tex
%{_texmfdistdir}/tex/plain/pgf/math/pgfmath.tex
%{_texmfdistdir}/tex/plain/pgf/systemlayer/pgfsys.tex
%{_texmfdistdir}/tex/plain/pgf/utilities/pgfcalendar.tex
%{_texmfdistdir}/tex/plain/pgf/utilities/pgffor.tex
%{_texmfdistdir}/tex/plain/pgf/utilities/pgfkeys.tex
%{_texmfdistdir}/tex/plain/pgf/utilities/pgfrcs.tex
%doc %{_texmfdistdir}/doc/generic/pgf/AUTHORS
%doc %{_texmfdistdir}/doc/generic/pgf/ChangeLog
%doc %{_texmfdistdir}/doc/generic/pgf/FILES
%doc %{_texmfdistdir}/doc/generic/pgf/INSTALL
%doc %{_texmfdistdir}/doc/generic/pgf/README
%doc %{_texmfdistdir}/doc/generic/pgf/TODO
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo-mask.bb
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo-mask.jpg
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo.25.bb
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo.25.eps
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo.25.jpg
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo.bb
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo.eps
%doc %{_texmfdistdir}/doc/generic/pgf/images/brave-gnu-world-logo.jpg
%doc %{_texmfdistdir}/doc/generic/pgf/images/pgfmanual-mindmap-1.pdf
%doc %{_texmfdistdir}/doc/generic/pgf/images/pgfmanual-mindmap-2.pdf
%doc %{_texmfdistdir}/doc/generic/pgf/licenses/LICENSE
%doc %{_texmfdistdir}/doc/generic/pgf/licenses/gnu-free-documentation-license-1.2.txt
%doc %{_texmfdistdir}/doc/generic/pgf/licenses/gnu-public-license-2.txt
%doc %{_texmfdistdir}/doc/generic/pgf/licenses/latex-project-public-license-1.3c.txt
%doc %{_texmfdistdir}/doc/generic/pgf/licenses/manifest-code.txt
%doc %{_texmfdistdir}/doc/generic/pgf/licenses/manifest-documentation.txt
%doc %{_texmfdistdir}/doc/generic/pgf/macros/pgfmanual-en-macros.tex
%doc %{_texmfdistdir}/doc/generic/pgf/pgfmanual.pdf
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-actions.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-arrows.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-decorations.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-design.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-external.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-internalregisters.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-layers.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-nodes.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-patterns.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-plots.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-points.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-scopes.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-transformations.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-base-transparency.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-backend.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-examples.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-formats.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-introduction.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-main.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-stylesheets.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-dv-visualizers.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-guidelines.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-installation.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-introduction.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-3d.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-arrows.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-backgrounds.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-calc.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-chains.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-circuits.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-decorations.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-edges.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-er.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-external.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-fadings.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-fixedpoint.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-folding.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-fpu.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-lsystems.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-patterns.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-petri.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-plot-handlers.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-profiler.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-shadows.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-shapes.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-spy.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-library-turtle.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-license.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-main.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-math-commands.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-math-design.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-math-numberprinting.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-module-parser.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-oo.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pages.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgfcalendar.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgffor.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgfkeys.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgfkeysfiltered.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-commands.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-actions.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-coordinates.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-decorations.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-design.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-paths.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-scopes.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-transformations.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-transparency.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tikz-trees.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tutorial-Euclid.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tutorial-chains.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tutorial-map.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tutorial-nodes.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-tutorial.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/pgfmanual-en-xxcolor.tex
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-asymptotic-example.gnuplot
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-asymptotic-example.table
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-exp.gnuplot
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-exp.table
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-parametric-example.gnuplot
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-parametric-example.table
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-sin.gnuplot
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-sin.table
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-x.gnuplot
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgf-x.table
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgfmanual-sine.gnuplot
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgfmanual-sine.table
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgfplotgnuplot-example.gnuplot
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/plots/pgfplotgnuplot-example.table
%doc %{_texmfdistdir}/doc/generic/pgf/text-en/texmf.cnf
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvipdfm/en/Makefile
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvipdfm/en/pgfmanual.tex
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvipdfm/pgfmanual-dvipdfm.cfg
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvipdfmx/en/Makefile
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvipdfmx/en/pgfmanual.tex
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvipdfmx/pgfmanual-dvipdfmx.cfg
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvips/en/Makefile
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvips/en/pgfmanual.tex
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-dvips/pgfmanual-dvips.cfg
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-pdftex/en/Makefile
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-pdftex/en/pgfmanual.figlist
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-pdftex/en/pgfmanual.tex
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-pdftex/pgfmanual-pdftex.cfg
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-tex4ht/en/Makefile
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-tex4ht/en/pgfmanual.tex
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-tex4ht/pgfmanual-tex4ht.cfg
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-vtex/en/Makefile
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-vtex/en/pgfmanual.tex
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-vtex/pgfmanual-vtex.cfg
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-xetex/en/Makefile
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-xetex/en/pgfmanual.tex
%doc %{_texmfdistdir}/doc/generic/pgf/version-for-xetex/pgfmanual-xetex.cfg
%doc %{_texmfdistdir}/doc/latex/pgf/README
#- source
%doc %{_texmfdistdir}/source/latex/pgf/incoming/GrzegorzMurzynowski/pgfdatabasearrows.pdf
%doc %{_texmfdistdir}/source/latex/pgf/incoming/GrzegorzMurzynowski/pgfdatabasearrows.sty
%doc %{_texmfdistdir}/source/latex/pgf/incoming/GrzegorzMurzynowski/pgfdatabasearrows.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/basics.pdf
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/basics.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/fir.pdf
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/fir.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/interconnection.pdf
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/interconnection.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/macros.sty
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/pgflibrarytikzsignalflowarrows.code.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/pgflibrarytikzsignalflowblocks.code.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/pgflibrarytikzsignalflowdiagram.code.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/pgflibrarytikzsignalflowoperators.code.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/placement.pdf
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/placement.tex
%doc %{_texmfdistdir}/source/latex/pgf/incoming/KarlheinzOchs/signalflowdiagram.sty
%doc %{_texmfdistdir}/source/latex/pgf/testsuite/external/Makefile
%doc %{_texmfdistdir}/source/latex/pgf/testsuite/external/tikzexternaltest.code.tex
%doc %{_texmfdistdir}/source/latex/pgf/testsuite/external/tikzexternaltest.sharedpreamble.tex
%doc %{_texmfdistdir}/source/latex/pgf/testsuite/external/tikzexternaltest.tex
%doc %{_texmfdistdir}/source/latex/pgf/testsuite/external/tikzexternaltestmakefile.tex
%doc %{_texmfdistdir}/source/latex/pgf/testsuite/mathtest/pgfmathtestsuite.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.10-4
+ Revision: a402843
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25469 |14mu|texlive-pgf-blur-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26134
# category Package
# catalog-ctan /graphics/pgf/contrib/pgf-blur
# catalog-date 2012-04-24 16:17:04 +0200
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-pgf-blur
Version:	1.01
Release:	4
Summary:	PGF/TikZ package for "blurred" shadows
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/pgf-blur
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-blur.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-blur.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-blur.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package adds blurred/faded/fuzzy shadows to TikZ/PGF
pictures. It is configured as a TikZ/PGF library module. The
method is similar to that of the author's pst-blur package for
PSTricks.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pgf-blur/tikzlibraryshadows.blur.code.tex
%doc %{_texmfdistdir}/doc/latex/pgf-blur/README
%doc %{_texmfdistdir}/doc/latex/pgf-blur/pgf-blur.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pgf-blur/pgf-blur.dtx
%doc %{_texmfdistdir}/source/latex/pgf-blur/pgf-blur.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-4
+ Revision: 0a86294
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25470 |14mu|texlive-pgfgantt-4.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31037
# category Package
# catalog-ctan /graphics/pgf/contrib/pgfgantt
# catalog-date 2013-06-04 20:25:12 +0200
# catalog-license lppl1.3
# catalog-version 4.0
Name:		texlive-pgfgantt
Version:	4.0
Release:	7
Summary:	Draw Gantt charts with TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/pgfgantt
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfgantt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfgantt.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfgantt.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an environment for drawing Gantt charts
that contain various elements (titles, bars, milestones, groups
and links). Several keys customize the appearance of the chart
elements.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pgfgantt/pgfgantt.sty
%doc %{_texmfdistdir}/doc/latex/pgfgantt/README
%doc %{_texmfdistdir}/doc/latex/pgfgantt/pgfgantt.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pgfgantt/pgfgantt.dtx
%doc %{_texmfdistdir}/source/latex/pgfgantt/pgfgantt.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.0-7
+ Revision: cd2db67
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25471 |14mu|texlive-pgfkeyx-0.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26093
# category Package
# catalog-ctan /macros/latex/contrib/pgfkeyx
# catalog-date 2012-04-21 23:54:26 +0200
# catalog-license lppl1.3
# catalog-version 0.0.1
Name:		texlive-pgfkeyx
Version:	0.0.1
Release:	4
Summary:	Extended and more robust version of pgfkeys
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pgfkeyx
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfkeyx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfkeyx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends and improves the robustness of the pgfkeys
package. In particular, it can deal with active comma, equality
sign, and slash in key parsing. The difficulty with active
characters has long been a problem with the pgfkeys package.
The package also introduces handlers beyond those that pgfkeys
can offer.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pgfkeyx/pgfkeyx.sty
%doc %{_texmfdistdir}/doc/latex/pgfkeyx/README
%doc %{_texmfdistdir}/doc/latex/pgfkeyx/pgfkeyx-test1.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1-4
+ Revision: 0e67858
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25472 |14mu|texlive-pgfmolbio-0.21-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31334
# category Package
# catalog-ctan /macros/luatex/latex/pgfmolbio
# catalog-date 2013-07-31 09:13:05 +0200
# catalog-license lppl1.3
# catalog-version 0.21
Name:		texlive-pgfmolbio
Version:	0.21
Release:	7
Summary:	Draw graphs typically found in molecular biology texts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/pgfmolbio
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfmolbio.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfmolbio.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfmolbio.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package draws graphs typically found in molecular biology
texts. Currently, the package contains modules for drawing DNA
sequencing chromatograms and protein domain diagrams.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/pgfmolbio/pgfmolbio.chromatogram.lua
%{_texmfdistdir}/tex/lualatex/pgfmolbio/pgfmolbio.chromatogram.tex
%{_texmfdistdir}/tex/lualatex/pgfmolbio/pgfmolbio.convert.tex
%{_texmfdistdir}/tex/lualatex/pgfmolbio/pgfmolbio.domains.lua
%{_texmfdistdir}/tex/lualatex/pgfmolbio/pgfmolbio.domains.tex
%{_texmfdistdir}/tex/lualatex/pgfmolbio/pgfmolbio.sty
%doc %{_texmfdistdir}/doc/lualatex/pgfmolbio/README
%doc %{_texmfdistdir}/doc/lualatex/pgfmolbio/SampleScf.scf
%doc %{_texmfdistdir}/doc/lualatex/pgfmolbio/SampleUniprot.txt
%doc %{_texmfdistdir}/doc/lualatex/pgfmolbio/pgfmolbio.lua
%doc %{_texmfdistdir}/doc/lualatex/pgfmolbio/pgfmolbio.pdf
#- source
%doc %{_texmfdistdir}/source/lualatex/pgfmolbio/pgfmolbio.dtx
%doc %{_texmfdistdir}/source/lualatex/pgfmolbio/pgfmolbio.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}
rm %{buildroot}%{_texmfdistdir}/doc/lualatex/pgfmolbio/SampleGff.gff

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.21-7
+ Revision: c42b18d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25473 |14mu|texlive-pgfopts-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23320
# category Package
# catalog-ctan /macros/latex/contrib/pgfopts
# catalog-date 2011-06-03 00:21:14 +0200
# catalog-license lppl1.3
# catalog-version 2.1
Name:		texlive-pgfopts
Version:	2.1
Release:	4
Summary:	LaTeX package options with pgfkeys
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pgfopts
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfopts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfopts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfopts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pgfkeys package (part of the pgf distribution) is a well-
designed way of defining and using large numbers of keys for
key-value syntaxes. However, pgfkeys itself does not offer
means of handling LaTeX class and package options. This package
adds such option handling to pgfkeys, in the same way that
kvoptions adds the same facility to the LaTeX standard keyval
package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pgfopts/pgfopts.sty
%doc %{_texmfdistdir}/doc/latex/pgfopts/README
%doc %{_texmfdistdir}/doc/latex/pgfopts/pgfopts.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pgfopts/pgfopts.dtx
%doc %{_texmfdistdir}/source/latex/pgfopts/pgfopts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-4
+ Revision: 79bed01
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25474 |14mu|texlive-pgfplots-1.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24977
# category Package
# catalog-ctan /graphics/pgf/contrib/pgfplots
# catalog-date 2011-12-29 22:44:25 +0100
# catalog-license gpl
# catalog-version 1.5.1
Name:		texlive-pgfplots
Version:	1.5.1
Release:	3
Summary:	Create normal/logarithmic plots in two and three dimensions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/pgfplots
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfplots.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfplots.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfplots.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
PGFPlots draws high-quality function plots in normal or
logarithmic scaling with a user-friendly interface directly in
TeX. The user supplies axis labels, legend entries and the plot
coordinates for one or more plots and PGFPlots applies axis
scaling, computes any logarithms and axis ticks and draws the
plots, supporting line plots, scatter plots, piecewise constant
plots, bar plots, area plots, mesh-- and surface plots and some
more. Pgfplots is based on PGF/TikZ (pgf); it runs equally for
LaTeX/TeX/ConTeXt.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/pgfplots/matlab2pgfplots.m
%{_texmfdistdir}/scripts/pgfplots/matlab2pgfplots.sh
%{_texmfdistdir}/scripts/pgfplots/pgf2pdf.sh
%{_texmfdistdir}/scripts/pgfplots/pgfplots.py
%{_texmfdistdir}/tex/context/third/pgfplots/t-pgfplots.tex
%{_texmfdistdir}/tex/context/third/pgfplots/t-pgfplotstable.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/pgflibrarypgfplots.surfshading.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/pgfplotslibrary.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.colormaps.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.dateplot.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.external.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.groupplots.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.patchplots.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.polar.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.smithchart.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.ternary.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/libs/tikzlibrarypgfplots.units.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/liststructure/pgfplotsarray.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/liststructure/pgfplotsdeque.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/liststructure/pgfplotsliststructure.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/liststructure/pgfplotsliststructureext.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/liststructure/pgfplotsmatrix.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/numtable/pgfplotstable.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/numtable/pgfplotstable.coltype.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/numtable/pgfplotstableshared.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_loader.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_misc.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfcoreexternal.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfcoreimage.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfkeys.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfkeysfiltered.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgflibraryfpu.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgflibraryplothandlers.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfmanual.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfmanual.pdflinks.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfmanual.prettyprinter.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_pgfmathfloat.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_tikzexternal.sty
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_tikzexternalshared.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_tikzlibraryexternal.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/oldpgfplotscompatib/tikzlibrarydateplot.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplots.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplots.multiaxis.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplots.paths.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplots.revision.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplotscoordprocessing.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplotscore.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplotsmeshplothandler.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplotsplothandlers.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplotsstackedplots.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/pgfplotsticks.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/sys/pgflibrarypgfplots.surfshading.pgfsys-dvips.def
%{_texmfdistdir}/tex/generic/pgfplots/sys/pgflibrarypgfplots.surfshading.pgfsys-pdftex.def
%{_texmfdistdir}/tex/generic/pgfplots/sys/pgfplotssysgeneric.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/util/pgfplotsbinary.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/util/pgfplotscolormap.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/util/pgfplotsutil.code.tex
%{_texmfdistdir}/tex/generic/pgfplots/util/pgfplotsutil.verb.code.tex
%{_texmfdistdir}/tex/latex/pgfplots/bugtracker.sty
%{_texmfdistdir}/tex/latex/pgfplots/libs/tikzlibrarypgfplots.clickable.code.tex
%{_texmfdistdir}/tex/latex/pgfplots/libs/tikzlibrarypgfplotsclickable.code.tex
%{_texmfdistdir}/tex/latex/pgfplots/pgfplots.sty
%{_texmfdistdir}/tex/latex/pgfplots/pgfplotstable.sty
%{_texmfdistdir}/tex/latex/pgfplots/pgfregressiontest.sty
%{_texmfdistdir}/tex/plain/pgfplots/pgfplots.tex
%{_texmfdistdir}/tex/plain/pgfplots/pgfplotstable.tex
%doc %{_texmfdistdir}/doc/context/third/pgfplots/pgfplotsexample.pdf
%doc %{_texmfdistdir}/doc/context/third/pgfplots/pgfplotsexample.tex
%doc %{_texmfdistdir}/doc/generic/pgfplots/README
%doc %{_texmfdistdir}/doc/latex/pgfplots/ChangeLog
%doc %{_texmfdistdir}/doc/latex/pgfplots/Makefile
%doc %{_texmfdistdir}/doc/latex/pgfplots/TeX-programming-notes.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/TeX-programming-notes.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_0.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_0.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_1.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_1.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_10.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_10.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_11.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_11.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_12.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_12.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_13.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_13.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_2.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_2.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_3.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_3.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_4.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_4.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_5.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_5.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_6.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_6.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_7.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_7.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_8.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_8.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_9.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/bugtracker/minimal_9.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/cartesian_phase_diagram.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/external1.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/external1.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/external2.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-fig1.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-fig2.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-fig3.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-fig4.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-log-snap0.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-log-snap1.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-log-snap2.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-logcode-snap0.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-logcode-snap1.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-scatter0.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-scatter1.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable-scatter2.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/figures/pgfplotsclickable.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/gallery/Makefile
%doc %{_texmfdistdir}/doc/latex/pgfplots/gallery/extractexamples.pl
%doc %{_texmfdistdir}/doc/latex/pgfplots/gallery/gallery.css
%doc %{_texmfdistdir}/doc/latex/pgfplots/gibbs_phase_diagram.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_DoG.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_DoG.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_exp
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_exp.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_exp.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_exp.vrs
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_filesuffix.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_filesuffix.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_gnuplot_ppp.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_gnuplot_ppp.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_parable.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_parable.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_pow2.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_pow2.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_sin.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_sin.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_tangens.gnuplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/gnuplot/pgfplots_tangens.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/gpl-3.0.txt
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfmanual-en-macros.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots-macros.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.basic.reference.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.bib
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.figlist
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.importexport.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.install.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.intro.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.clickable.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.colormaps.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.dateplot.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.external.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.groupplot.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.patchplots.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.polar.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.smithchart.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.ternary.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.libs.units.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.makefile
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.mst
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.preamble.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.2dplots.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.3dconfiguration.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.3dplots.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.alignment.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.axis-addplot.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.axisdescription.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.closingplots.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.coordfiltering.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.errorbars.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.gridoptions-axiscoordinates.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.linefitting.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.markers-meta.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.miscellaneous.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.numberformatting.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.preliminaryoptions.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.scaling.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.specifyrange.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.styleoptions.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.symbolic-transformations.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.symbolic.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.tickoptions.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.tikzinteroperability.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.reference.transformations.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.resources.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.testplot
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.testtable
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.testtable2.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots.timeseries.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots_contourtmp0.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots_contourtmp0.script
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots_contourtmp0.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots_contourtmp1.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots_contourtmp1.script
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots_contourtmp1.table
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplots_ocg_copy.sty
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotsexample.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotsexample.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.example1.csv
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.example1.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.example2.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.example3.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.example4.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.example5.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.mst
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstable.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstodo.pdf
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfplotstodo.tex
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfshell_cos.sh
%doc %{_texmfdistdir}/doc/latex/pgfplots/pgfshell_replot.sh
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/FokkerDrI_layer_0.facetIdx.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/FokkerDrI_layer_0.patches.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/FokkerDrI_layer_0.vertices.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/accounts.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/first3d.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/group-1.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/newexperiment1.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/newexperiment2.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/newexperiment3.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/oldexperiment1.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/oldexperiment2.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/oldexperiment3.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/ou.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/patchexample_conn.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/patchexample_verts.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplots.randn.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplots_scatterdata1.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplots_scatterdata1_latent.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplots_scatterdata2.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplots_scatterdata2_latent.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplots_scatterdata3.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplots_scatterdata4.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplotscontourmatlabexample.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplotscontourmatlabexample.m
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplotsexample4.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplotsexample4_grid.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/pgfplotsternary.example1.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics1.m
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3.m
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3.seed
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3d.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3d.png.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3dsurf.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3dsurfmatlab.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics3withaxis.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/plotgraphics_gimpmeasure.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/risingdrop3d.m
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/risingdrop3d.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/risingdrop3d_coord.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/risingdrop3d_vel.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/risingdrop3dwithaxis.png
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/scattercl.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/smithchart_data.dat
%doc %{_texmfdistdir}/doc/latex/pgfplots/plotdata/ternary_data.txt
%doc %{_texmfdistdir}/doc/latex/pgfplots/texmf.cnf
%doc %{_texmfdistdir}/doc/latex/pgfplots/todo.archive.txt
%doc %{_texmfdistdir}/doc/plain/pgfplots/pgfplotsexample.pdf
%doc %{_texmfdistdir}/doc/plain/pgfplots/pgfplotsexample.tex
#- source
%doc %{_texmfdistdir}/source/context/third/pgfplots/pgfplotstests.tar.bz2
%doc %{_texmfdistdir}/source/latex/pgfplots/pgfplotstests.tar.bz2

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5.1-3
+ Revision: 1256c38
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25475 |14mu|texlive-pgf-soroban-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pgf/contrib/pgf-soroban
# catalog-date 2008-08-23 00:06:02 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-pgf-soroban
Version:	1.0
Release:	4
Summary:	Create images of the soroban using TikZ/PGF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/pgf-soroban
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-soroban.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-soroban.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package makes it possible to create pictures of the soroban
(Japanese abacus) using PGF/TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pgf-soroban/pgf-soroban.sty
%doc %{_texmfdistdir}/doc/latex/pgf-soroban/Changes
%doc %{_texmfdistdir}/doc/latex/pgf-soroban/README
%doc %{_texmfdistdir}/doc/latex/pgf-soroban/pgf-soroban-doc.bib
%doc %{_texmfdistdir}/doc/latex/pgf-soroban/pgf-soroban-doc.pdf
%doc %{_texmfdistdir}/doc/latex/pgf-soroban/pgf-soroban-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 6197eba
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25476 |14mu|texlive-pgf-umlsd-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21301
# category Package
# catalog-ctan /graphics/pgf/contrib/pgf-umlsd
# catalog-date 2011-02-03 13:02:40 +0100
# catalog-license gpl
# catalog-version 0.5
Name:		texlive-pgf-umlsd
Version:	0.5
Release:	4
Summary:	Draw UML Sequence Diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/pgf-umlsd
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-umlsd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-umlsd.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX macros to draw UML diagrams using pgf.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pgf-umlsd/pgf-umlsd.sty
%doc %{_texmfdistdir}/doc/latex/pgf-umlsd/README
%doc %{_texmfdistdir}/doc/latex/pgf-umlsd/pgf-umlsd-demo.pdf
%doc %{_texmfdistdir}/doc/latex/pgf-umlsd/pgf-umlsd-demo.tex
%doc %{_texmfdistdir}/doc/latex/pgf-umlsd/pgf-umlsd-demo2.pdf
%doc %{_texmfdistdir}/doc/latex/pgf-umlsd/pgf-umlsd-demo2.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-4
+ Revision: bfdd034
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25477 |14mu|texlive-philex-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17879
# category Package
# catalog-ctan /macros/latex/contrib/philex
# catalog-date 2010-04-29 12:33:30 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-philex
Version:	1.0
Release:	4
Summary:	Cross references for named and numbered environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/philex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Philex provides means for creating and cross-referencing named
or numbered environments. Possible uses would be equations,
example sentences (as in linguistics or philosophy) or named
principles. Cross references may refer either to the number, or
to a short name of the target environment, or to the contents
of the environment. Philex builds on the facilities of the
linguex package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/philex/philex.sty
%doc %{_texmfdistdir}/doc/latex/philex/philexmanualb.pdf
%doc %{_texmfdistdir}/doc/latex/philex/philexmanualb.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: ca5205f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25478 |14mu|texlive-philokalia-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/philokalia
# catalog-date 2007-09-24 10:59:32 +0200
# catalog-license ofl
# catalog-version 1.1
Name:		texlive-philokalia
Version:	1.1
Release:	4
Summary:	A font to typeset the Philokalia Books
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/philokalia
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philokalia.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philokalia.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philokalia.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The philokalia package has been designed to ease the use of the
Philokalia-Regular OpenType font with XeLaTeX. The font started
as a project to digitize the typeface used to typeset the
Philokalia books.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/philokalia/Philokalia-Regular.otf
%{_texmfdistdir}/tex/xelatex/philokalia/eu1plk.fd
%{_texmfdistdir}/tex/xelatex/philokalia/philokalia.sty
%doc %{_texmfdistdir}/doc/xelatex/philokalia/philokalia.pdf
#- source
%doc %{_texmfdistdir}/source/xelatex/philokalia/philokalia.dtx
%doc %{_texmfdistdir}/source/xelatex/philokalia/philokalia.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: cb3cd1b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25479 |14mu|texlive-philosophersimprint-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26831
# category Package
# catalog-ctan /macros/latex/contrib/philosophersimprint
# catalog-date 2012-06-03 22:54:07 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-philosophersimprint
Version:	1.2
Release:	3
Summary:	Typesetting articles for "Philosophers' Imprint"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/philosophersimprint
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philosophersimprint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philosophersimprint.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/philosophersimprint.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
In its mission statement we read "Philosophers' Imprint is a
refereed series of original papers in philosophy, edited by
philosophy faculty at the University of Michigan, with the
advice of an international Board of Editors, and published on
the World Wide Web by the University of Michigan Digital
Library. The mission of the Imprint is to promote a future in
which funds currently spent on journal subscriptions are
redirected to the dissemination of scholarship for free, via
the Internet". The class helps authors to typeset their own
articles in "Web-ready" format. No assumption is made about the
fonts available to the author: the class itself is restricted
to freely available and freely distributed fonts, only.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/philosophersimprint/philosophersimprint.cls
%doc %{_texmfdistdir}/doc/latex/philosophersimprint/Makefile
%doc %{_texmfdistdir}/doc/latex/philosophersimprint/README
%doc %{_texmfdistdir}/doc/latex/philosophersimprint/philosophersimprint.bib
%doc %{_texmfdistdir}/doc/latex/philosophersimprint/philosophersimprint.pdf
%doc %{_texmfdistdir}/doc/latex/philosophersimprint/sample.pdf
%doc %{_texmfdistdir}/doc/latex/philosophersimprint/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/philosophersimprint/philosophersimprint.dtx
%doc %{_texmfdistdir}/source/latex/philosophersimprint/philosophersimprint.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-3
+ Revision: 570b320
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25480 |14mu|texlive-phonrule-0.01-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31966
# category Package
# catalog-ctan /macros/latex/contrib/phonrule
# catalog-date 2013-10-21 18:32:18 +0200
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-phonrule
Version:	0.01
Release:	7
Summary:	Typeset linear phonological rules
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/phonrule
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/phonrule.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/phonrule.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for typesetting phonological rules
like those in 'Sound Pattern of English' (Chomsky and Halle
1968).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/phonrule/phonrule.sty
%doc %{_texmfdistdir}/doc/latex/phonrule/README
%doc %{_texmfdistdir}/doc/latex/phonrule/phonrule-doc.pdf
%doc %{_texmfdistdir}/doc/latex/phonrule/phonrule-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.01-7
+ Revision: 38d5091
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25481 |14mu|texlive-photo-20061202-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18739
# category Package
# catalog-ctan /macros/latex/contrib/photo
# catalog-date 2006-12-02 15:26:11 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-photo
Version:	20061202
Release:	4
Summary:	A float environment for photographs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/photo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/photo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/photo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/photo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package introduces a new float type called photo which
works similar to the float types table and figure. Various
options exist for placing photos, captions, and a
"photographer" line. In twocolumn documents, a possibility
exists to generate double-column floats automatically if the
photo does not fit into one column. Photos do not have to be
placed as floats, they can also be placed as boxes, with
captions and photographer line still being available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/photo/photo.sty
%doc %{_texmfdistdir}/doc/latex/photo/Makefile
%doc %{_texmfdistdir}/doc/latex/photo/photo.pdf
%doc %{_texmfdistdir}/doc/latex/photo/photo_test.tex
#- source
%doc %{_texmfdistdir}/source/latex/photo/photo.drv
%doc %{_texmfdistdir}/source/latex/photo/photo.dtx
%doc %{_texmfdistdir}/source/latex/photo/photo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061202-4
+ Revision: 3553412
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25482 |14mu|texlive-physics-1.30-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28590
# category Package
# catalog-ctan /macros/latex/contrib/physics
# catalog-date 2012-12-20 17:31:55 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-physics
Version:	1.30
Release:	7
Summary:	Macros supporting the Mathematics of Physics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/physics
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/physics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/physics.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines simple and flexible macros for typesetting
equations in the languages of vector calculus and linear
algebra, using Dirac notation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/physics/physics.sty
%doc %{_texmfdistdir}/doc/latex/physics/README
%doc %{_texmfdistdir}/doc/latex/physics/physics.pdf
%doc %{_texmfdistdir}/doc/latex/physics/physics.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.30-7
+ Revision: 096c8d6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25483 |14mu|texlive-physymb-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22406
# category Package
# catalog-ctan /macros/latex/contrib/physymb
# catalog-date 2011-05-10 11:06:42 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-physymb
Version:	0.2
Release:	4
Summary:	Assorted macros for Physicists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/physymb
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/physymb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/physymb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/physymb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains a large collection of small macros that
may be useful to physicists and occasionally some
mathematicians. It streamlines writing Dirac notation,
derivatives, vector variables, unit vectors, scientific
notation, elementary particles, and many other things.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/physymb/physymb.sty
%doc %{_texmfdistdir}/doc/latex/physymb/README
%doc %{_texmfdistdir}/doc/latex/physymb/physymb.pdf
#- source
%doc %{_texmfdistdir}/source/latex/physymb/physymb.dtx
%doc %{_texmfdistdir}/source/latex/physymb/physymb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: a14183b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25484 |14mu|texlive-piano-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21574
# category Package
# catalog-ctan /macros/latex/contrib/piano
# catalog-date 2011-03-01 13:06:36 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-piano
Version:	1.0
Release:	4
Summary:	Typeset a basic 2-octave piano diagram
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/piano
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/piano.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/piano.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package adds the \keyboard[1][2]..[7] command to your
project. When used, it draws a small 2 octaves piano keyboard
on your document, with up to 7 keys highlighted. Keys go : Co,
Cso, Do, Dso, Eo, Fo, Fso, Go, Gso, Ao, Aso, Bo, Ct, Cst, Dt,
Dst, Et, Ft, Fst, Gt, Gst, At, Ast and Bt. (A working example
is included in the README file.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/piano/piano.sty
%doc %{_texmfdistdir}/doc/latex/piano/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: af72720
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25485 |14mu|texlive-picinpar-1.2a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20374
# category Package
# catalog-ctan /macros/latex209/contrib/picinpar
# catalog-date 2010-11-05 12:43:21 +0100
# catalog-license gpl
# catalog-version 1.2a
Name:		texlive-picinpar
Version:	1.2a
Release:	4
Summary:	Insert pictures into paragraphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex209/contrib/picinpar
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/picinpar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/picinpar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A legacy package for creating 'windows' in paragraphs, for
inserting graphics, etc. (including "dropped capitals"). Users
should note that Piet van Oostrum (in a published review of
packages of this sort) does not recommend this package; Picins
is recommended instead.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/picinpar/picinpar.sty
%doc %{_texmfdistdir}/doc/latex/picinpar/picinpar-de.pdf
%doc %{_texmfdistdir}/doc/latex/picinpar/picinpar-de.tex
%doc %{_texmfdistdir}/doc/latex/picinpar/picinpar-en.pdf
%doc %{_texmfdistdir}/doc/latex/picinpar/picinpar-en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2a-4
+ Revision: 300cb26
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25486 |14mu|texlive-pict2e-0.2z-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32658
# category Package
# catalog-ctan /macros/latex/contrib/pict2e
# catalog-date 2014-01-13 11:26:35 +0100
# catalog-license lppl
# catalog-version 0.2z
Name:		texlive-pict2e
Version:	0.2z
Release:	3
Summary:	New implementation of picture commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pict2e
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pict2e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pict2e.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pict2e.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package was described in the 2nd edition of 'LaTeX: A
Document Preparation System', but the LaTeX project team
declined to produce the package. For a long time, LaTeX has
included a 'pict2e package' that merely produced an apologetic
error message. The new package extends the existing LaTeX
picture environment, using the familiar technique (cf. the
graphics and color packages) of driver files (at present,
drivers for PostScript output from LaTeX, and for use with
PDFLaTeX are available). The package documentation has a fair
number of examples of use, showing where things are improved by
comparison with the LaTeX picture environment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pict2e/p2e-dvipdfm.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-dvipdfmx.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-dvips.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-pctex32.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-pctexps.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-pdftex.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-textures.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-vtex.def
%{_texmfdistdir}/tex/latex/pict2e/p2e-xetex.def
%{_texmfdistdir}/tex/latex/pict2e/pict2e.cfg
%{_texmfdistdir}/tex/latex/pict2e/pict2e.sty
%doc %{_texmfdistdir}/doc/latex/pict2e/README
%doc %{_texmfdistdir}/doc/latex/pict2e/manifest.txt
%doc %{_texmfdistdir}/doc/latex/pict2e/p2e-drivers.pdf
%doc %{_texmfdistdir}/doc/latex/pict2e/pict2e.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pict2e/p2e-drivers.dtx
%doc %{_texmfdistdir}/source/latex/pict2e/pict2e.dtx
%doc %{_texmfdistdir}/source/latex/pict2e/pict2e.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2z-3
+ Revision: acc7134
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25487 |14mu|texlive-pictex-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21943
# category Package
# catalog-ctan /graphics/pictex
# catalog-date 2011-04-03 16:40:50 +0200
# catalog-license lppl1
# catalog-version 1.1
Name:		texlive-pictex
Version:	1.1
Release:	4
Summary:	Picture drawing macros for TeX and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pictex
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pictex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pictex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
PicTeX is an early, and very comprehensive drawing package,
that mostly draws by placing myriads of small dots to make up
pictures. It has a tendency to run out of space, most
especially of allowable dimensions registers; packages m-pictex
and pictexwd deal with the register problem, in different ways.
Note that full documentation may be bought via the PC-TeX site,
though a command summary is available as free software.
Alternatively, a front-end package such as mathsPiC, which
covers all of PicTeX and has a complete and free manual, could
be used.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pictex/errorbars.tex
%{_texmfdistdir}/tex/generic/pictex/latexpicobjs.tex
%{_texmfdistdir}/tex/generic/pictex/piccorr.sty
%{_texmfdistdir}/tex/generic/pictex/picmore.tex
%{_texmfdistdir}/tex/generic/pictex/pictex.sty
%{_texmfdistdir}/tex/generic/pictex/pictex.tex
%{_texmfdistdir}/tex/generic/pictex/pictexwd.sty
%{_texmfdistdir}/tex/generic/pictex/pictexwd.tex
%{_texmfdistdir}/tex/generic/pictex/pointers.tex
%{_texmfdistdir}/tex/generic/pictex/postpictex.tex
%{_texmfdistdir}/tex/generic/pictex/prepictex.tex
%{_texmfdistdir}/tex/generic/pictex/texpictex.tex
%{_texmfdistdir}/tex/generic/pictex/tree.sty
%doc %{_texmfdistdir}/doc/generic/pictex/00index
%doc %{_texmfdistdir}/doc/generic/pictex/README
%doc %{_texmfdistdir}/doc/generic/pictex/pictexzusatz.txt
%doc %{_texmfdistdir}/doc/generic/pictex/readme.errorbars

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: b4e8161
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25488 |14mu|texlive-pictex2-20070113-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pictex2/pictex2.sty
# catalog-date 2007-01-13 09:26:05 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-pictex2
Version:	20070113
Release:	4
Summary:	Adds relative coordinates and improves the \plot command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pictex2/pictex2.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pictex2.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Adds two user commands to standard PiCTeX. One command uses
relative coordinates, thus eliminating the need to calculate
the coordinate of every point manually as in standard PiCTeX.
The other command modifies \plot to use a rule instead of dots
if the line segment is horizontal or vertical.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pictex2/pictex2.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070113-4
+ Revision: d2c9f70
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25489 |14mu|texlive-piechartmp-0.3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/piechartmp
# catalog-date 2007-01-13 20:56:44 +0100
# catalog-license lppl
# catalog-version 0.3.0
Name:		texlive-piechartmp
Version:	0.3.0
Release:	4
Summary:	Draw pie-charts using MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/piechartmp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/piechartmp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/piechartmp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The piechartmp package is an easy way to draw pie-charts with
MetaPost. The package implements an interface that enables
users with little MetaPost experience to draw charts. A
highlight of the package is the possibility of suppressing some
segments of the chart, thus creating the possibility of several
charts from the same data.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/piechartmp/piechartmp.mp
%doc %{_texmfdistdir}/doc/metapost/piechartmp/INSTALL
%doc %{_texmfdistdir}/doc/metapost/piechartmp/LEGAL
%doc %{_texmfdistdir}/doc/metapost/piechartmp/README
%doc %{_texmfdistdir}/doc/metapost/piechartmp/README.TEXLIVE
%doc %{_texmfdistdir}/doc/metapost/piechartmp/examples/wec-mfun.mp
%doc %{_texmfdistdir}/doc/metapost/piechartmp/examples/wec-mfun.pdf
%doc %{_texmfdistdir}/doc/metapost/piechartmp/examples/wec.mp
%doc %{_texmfdistdir}/doc/metapost/piechartmp/examples/wec.pdf
%doc %{_texmfdistdir}/doc/metapost/piechartmp/examples/worldmap.jpg

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-4
+ Revision: 1e9846a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25490 |14mu|texlive-piff-20101208-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21894
# category Package
# catalog-ctan /macros/latex/contrib/piff
# catalog-date 2010-12-08 08:17:08 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-piff
Version:	20101208
Release:	4
Summary:	Macro tools by Mike Piff
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/piff
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/piff.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/piff.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The set consists (now) of: - a small package for dealing with
duplicate-numbered output pages; - newproof, for defining
mathematical proof structures; - onepagem for omitting the page
number in one-page documents and - time, which prints a 12-hour
format time.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/piff/duplicat.sty
%{_texmfdistdir}/tex/latex/piff/newproof.sty
%{_texmfdistdir}/tex/latex/piff/onepagem.sty
%{_texmfdistdir}/tex/latex/piff/time.sty
%doc %{_texmfdistdir}/doc/latex/piff/README
%doc %{_texmfdistdir}/doc/latex/piff/duplicat-doc.pdf
%doc %{_texmfdistdir}/doc/latex/piff/duplicat-doc.tex
%doc %{_texmfdistdir}/doc/latex/piff/newproof-doc.pdf
%doc %{_texmfdistdir}/doc/latex/piff/newproof-doc.tex
%doc %{_texmfdistdir}/doc/latex/piff/onepagem-doc.pdf
%doc %{_texmfdistdir}/doc/latex/piff/onepagem-doc.tex
%doc %{_texmfdistdir}/doc/latex/piff/time-doc.pdf
%doc %{_texmfdistdir}/doc/latex/piff/time-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101208-4
+ Revision: 6e1d0c3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25491 |14mu|texlive-pinlabel-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24769
# category Package
# catalog-ctan /macros/latex/contrib/pinlabel
# catalog-date 2011-12-05 18:34:00 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-pinlabel
Version:	1.2
Release:	4
Summary:	A TeX labelling package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pinlabel
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pinlabel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pinlabel.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pinlabel is a labelling package for attaching perfectly
formatted TeX labels to figures and diagrams in both eps and
pdf formats. It is suitable both for labelling a new diagram
and for relabelling an existing diagram. The package uses
coordinates derived from GhostView (or gv) and labels are
placed with automatic and consistent spacing relative to the
object labelled.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pinlabel/pinlabel.sty
%doc %{_texmfdistdir}/doc/latex/pinlabel/pinlabdoc.pdf
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/fig3.pdf
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/fig6.pdf
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/gtpart.cls
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/pinlabdoc.tex
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/put.fig
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/put.pdf
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/put2.fig
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/put2.pdf
%doc %{_texmfdistdir}/doc/latex/pinlabel/src/screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 171b362
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25492 |14mu|texlive-pittetd-1.618-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pittetd
# catalog-date 2008-09-11 18:37:35 +0200
# catalog-license lppl
# catalog-version 1.618
Name:		texlive-pittetd
Version:	1.618
Release:	4
Summary:	Electronic Theses and Dissertations at Pitt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pittetd
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pittetd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pittetd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pittetd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A document class for theses and dissertations. Provides patch
files that enable pittetd to use files prepared for use with
the pittdiss or pitthesis classes. The manual provides a
detailed guide for users who wish to use the class to prepare
their thesis or dissertation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pittetd/pitetd10.clo
%{_texmfdistdir}/tex/latex/pittetd/pitetd11.clo
%{_texmfdistdir}/tex/latex/pittetd/pitetd12.clo
%{_texmfdistdir}/tex/latex/pittetd/pittetd.cls
%doc %{_texmfdistdir}/doc/latex/pittetd/achicago.pit
%doc %{_texmfdistdir}/doc/latex/pittetd/pittdiss.pit
%doc %{_texmfdistdir}/doc/latex/pittetd/pittetd.pdf
%doc %{_texmfdistdir}/doc/latex/pittetd/pitthesis.pit
#- source
%doc %{_texmfdistdir}/source/latex/pittetd/pittetd.dtx
%doc %{_texmfdistdir}/source/latex/pittetd/pittetd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.618-4
+ Revision: 10a257d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25493 |14mu|texlive-pkgloader-0.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32864
# category Package
# catalog-ctan /macros/latex/contrib/pkgloader
# catalog-date 2014-02-03 01:30:56 +0100
# catalog-license lppl1.3
# catalog-version 0.1.0
Name:		texlive-pkgloader
Version:	0.1.0
Release:	3
Summary:	Managing the options and loading order of other packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pkgloader
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkgloader.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkgloader.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package seeks to address the frustration caused by package
conflicts. It is in an early stage of its development, and
should probably not be used as a matter of course; however the
author welcomes feedback via the home page link given in this
catalogue entry. Nevertheless, the author urges users to try
the package and to report issues (or whatever) via the
package's repository.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-dry.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-early.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-error.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-false.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-late.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-recommended.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-test-rules.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader-true.sty
%{_texmfdistdir}/tex/latex/pkgloader/pkgloader.sty
%doc %{_texmfdistdir}/doc/latex/pkgloader/README
%doc %{_texmfdistdir}/doc/latex/pkgloader/pkgloader-packagedoc.cls
%doc %{_texmfdistdir}/doc/latex/pkgloader/pkgloader.pdf
%doc %{_texmfdistdir}/doc/latex/pkgloader/pkgloader.tex
%doc %{_texmfdistdir}/doc/latex/pkgloader/test1.sty
%doc %{_texmfdistdir}/doc/latex/pkgloader/test2.sty
%doc %{_texmfdistdir}/doc/latex/pkgloader/test3.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.0-3
+ Revision: edc9593
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25494 |14mu|texlive-pkuthss-1.4.rc4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32518
# category Package
# catalog-ctan /macros/latex/contrib/pkuthss
# catalog-date 2013-12-26 22:49:27 +0100
# catalog-license other-free
# catalog-version 1.4-rc4
Name:		texlive-pkuthss
Version:	1.4.rc4
Release:	3
Summary:	LaTeX template for dissertations in Peking University
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pkuthss
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkuthss.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pkuthss.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a simple, clear and flexible LaTeX
template for dissertations in Peking University.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pkuthss/pkuthss-extra.sty
%{_texmfdistdir}/tex/latex/pkuthss/pkuthss-gbk.def
%{_texmfdistdir}/tex/latex/pkuthss/pkuthss-utf8.def
%{_texmfdistdir}/tex/latex/pkuthss/pkuthss.cls
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/ChangeLog-upto-1.3.txt
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/ChangeLog.txt
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/Make.bat
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/Makefile
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/abstract.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/acknowledge.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/chap1.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/chap2.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/chap3.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/conclusion.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/copyright.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/encl1.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/encl2.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/introduction.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/chap/originauth.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/img/Make.bat
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/img/Makefile
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/img/pkulogo.eps
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/img/pkuword.eps
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/pkuthss.bib
%doc %{_texmfdistdir}/doc/latex/pkuthss/gbkcrlf/pkuthss.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/pkuthss.pdf
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/ChangeLog-upto-1.3.txt
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/ChangeLog.txt
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/Make.bat
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/Makefile
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/abstract.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/acknowledge.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/chap1.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/chap2.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/chap3.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/conclusion.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/copyright.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/encl1.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/encl2.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/introduction.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/chap/originauth.tex
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/img/Make.bat
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/img/Makefile
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/img/pkulogo.eps
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/img/pkuword.eps
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/pkuthss.bib
%doc %{_texmfdistdir}/doc/latex/pkuthss/utf8lf/pkuthss.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.rc4-3
+ Revision: ad0bfe1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25495 |14mu|texlive-pl-1.15-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/polish/plpsfont
# catalog-date 2009-10-07 21:35:42 +0200
# catalog-license pd
# catalog-version 1.15
Name:		texlive-pl
Version:	1.15
Release:	4
Summary:	Polish extension of CM fonts in Type 1 format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/polish/plpsfont
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
This package is the Polish extension of the Computer Modern
fonts (known as PL fonts),in Adobe Type 1 (PostScript) format.
The fonts use the same .tfm files as for the version generated
by MetaFont. This release of fonts was adapted to the (mostly
guessed) demands of the Windows environment, while keeping the
fonts usable with TeX; however, encoding files are now added,
as Windows and TeX use different encoding schemes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pl/config.pl
%{_texmfdistdir}/fonts/afm/public/pl/plb10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbsy10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbx10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbx12.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbx5.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbx6.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbx7.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbx8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbx9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbxsl10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plbxti10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plcsc10.afm
%{_texmfdistdir}/fonts/afm/public/pl/pldunh10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plex10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plex9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plff10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plfi10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plfib8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plinch.afm
%{_texmfdistdir}/fonts/afm/public/pl/plitt10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmi10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmi12.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmi5.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmi6.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmi7.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmi8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmi9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plmib10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr12.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr17.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr5.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr6.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr7.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plr9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsl10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsl12.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsl8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsl9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsltt10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plss10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plss12.afm
%{_texmfdistdir}/fonts/afm/public/pl/plss17.afm
%{_texmfdistdir}/fonts/afm/public/pl/plss8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plss9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssbi10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssbx10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssdc10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssi10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssi12.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssi17.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssi8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssi9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssq8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plssqi8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsy10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsy5.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsy6.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsy7.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsy8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plsy9.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltcsc10.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltex10.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltex8.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltex9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plti10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plti12.afm
%{_texmfdistdir}/fonts/afm/public/pl/plti7.afm
%{_texmfdistdir}/fonts/afm/public/pl/plti8.afm
%{_texmfdistdir}/fonts/afm/public/pl/plti9.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltt10.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltt12.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltt8.afm
%{_texmfdistdir}/fonts/afm/public/pl/pltt9.afm
%{_texmfdistdir}/fonts/afm/public/pl/plu10.afm
%{_texmfdistdir}/fonts/afm/public/pl/plvtt10.afm
%{_texmfdistdir}/fonts/enc/dvips/pl/plin.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plit.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plitt.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plme.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plmi.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plms.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plrm.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plsc.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/plte.enc
%{_texmfdistdir}/fonts/enc/dvips/pl/pltt.enc
%{_texmfdistdir}/fonts/map/dvips/pl/plother.map
%{_texmfdistdir}/fonts/map/dvips/pl/pltext.map
%{_texmfdistdir}/fonts/source/public/pl/cmssbi10.mf
%{_texmfdistdir}/fonts/source/public/pl/dlr10.mf
%{_texmfdistdir}/fonts/source/public/pl/fik_mik.mf
%{_texmfdistdir}/fonts/source/public/pl/pl.mft
%{_texmfdistdir}/fonts/source/public/pl/pl_cud.mf
%{_texmfdistdir}/fonts/source/public/pl/pl_dl.mf
%{_texmfdistdir}/fonts/source/public/pl/pl_dod.mf
%{_texmfdistdir}/fonts/source/public/pl/pl_ml.mf
%{_texmfdistdir}/fonts/source/public/pl/pl_mlk.mf
%{_texmfdistdir}/fonts/source/public/pl/pl_sym.mf
%{_texmfdistdir}/fonts/source/public/pl/plb10.mf
%{_texmfdistdir}/fonts/source/public/pl/plbsy10.mf
%{_texmfdistdir}/fonts/source/public/pl/plbsy5.mf
%{_texmfdistdir}/fonts/source/public/pl/plbsy7.mf
%{_texmfdistdir}/fonts/source/public/pl/plbx10.mf
%{_texmfdistdir}/fonts/source/public/pl/plbx12.mf
%{_texmfdistdir}/fonts/source/public/pl/plbx5.mf
%{_texmfdistdir}/fonts/source/public/pl/plbx6.mf
%{_texmfdistdir}/fonts/source/public/pl/plbx7.mf
%{_texmfdistdir}/fonts/source/public/pl/plbx8.mf
%{_texmfdistdir}/fonts/source/public/pl/plbx9.mf
%{_texmfdistdir}/fonts/source/public/pl/plbxsl10.mf
%{_texmfdistdir}/fonts/source/public/pl/plbxti10.mf
%{_texmfdistdir}/fonts/source/public/pl/plcsc10.mf
%{_texmfdistdir}/fonts/source/public/pl/pldunh10.mf
%{_texmfdistdir}/fonts/source/public/pl/plex10.mf
%{_texmfdistdir}/fonts/source/public/pl/plff10.mf
%{_texmfdistdir}/fonts/source/public/pl/plfi10.mf
%{_texmfdistdir}/fonts/source/public/pl/plfib8.mf
%{_texmfdistdir}/fonts/source/public/pl/plinch.mf
%{_texmfdistdir}/fonts/source/public/pl/plitt10.mf
%{_texmfdistdir}/fonts/source/public/pl/plmi10.mf
%{_texmfdistdir}/fonts/source/public/pl/plmi12.mf
%{_texmfdistdir}/fonts/source/public/pl/plmi5.mf
%{_texmfdistdir}/fonts/source/public/pl/plmi6.mf
%{_texmfdistdir}/fonts/source/public/pl/plmi7.mf
%{_texmfdistdir}/fonts/source/public/pl/plmi8.mf
%{_texmfdistdir}/fonts/source/public/pl/plmi9.mf
%{_texmfdistdir}/fonts/source/public/pl/plmib10.mf
%{_texmfdistdir}/fonts/source/public/pl/plmib5.mf
%{_texmfdistdir}/fonts/source/public/pl/plmib7.mf
%{_texmfdistdir}/fonts/source/public/pl/plr10.mf
%{_texmfdistdir}/fonts/source/public/pl/plr12.mf
%{_texmfdistdir}/fonts/source/public/pl/plr17.mf
%{_texmfdistdir}/fonts/source/public/pl/plr5.mf
%{_texmfdistdir}/fonts/source/public/pl/plr6.mf
%{_texmfdistdir}/fonts/source/public/pl/plr7.mf
%{_texmfdistdir}/fonts/source/public/pl/plr8.mf
%{_texmfdistdir}/fonts/source/public/pl/plr9.mf
%{_texmfdistdir}/fonts/source/public/pl/plsl10.mf
%{_texmfdistdir}/fonts/source/public/pl/plsl12.mf
%{_texmfdistdir}/fonts/source/public/pl/plsl8.mf
%{_texmfdistdir}/fonts/source/public/pl/plsl9.mf
%{_texmfdistdir}/fonts/source/public/pl/plsltt10.mf
%{_texmfdistdir}/fonts/source/public/pl/plss10.mf
%{_texmfdistdir}/fonts/source/public/pl/plss12.mf
%{_texmfdistdir}/fonts/source/public/pl/plss17.mf
%{_texmfdistdir}/fonts/source/public/pl/plss8.mf
%{_texmfdistdir}/fonts/source/public/pl/plss9.mf
%{_texmfdistdir}/fonts/source/public/pl/plssbi10.mf
%{_texmfdistdir}/fonts/source/public/pl/plssbx10.mf
%{_texmfdistdir}/fonts/source/public/pl/plssdc10.mf
%{_texmfdistdir}/fonts/source/public/pl/plssi10.mf
%{_texmfdistdir}/fonts/source/public/pl/plssi12.mf
%{_texmfdistdir}/fonts/source/public/pl/plssi17.mf
%{_texmfdistdir}/fonts/source/public/pl/plssi8.mf
%{_texmfdistdir}/fonts/source/public/pl/plssi9.mf
%{_texmfdistdir}/fonts/source/public/pl/plssq8.mf
%{_texmfdistdir}/fonts/source/public/pl/plssqi8.mf
%{_texmfdistdir}/fonts/source/public/pl/plsy10.mf
%{_texmfdistdir}/fonts/source/public/pl/plsy5.mf
%{_texmfdistdir}/fonts/source/public/pl/plsy6.mf
%{_texmfdistdir}/fonts/source/public/pl/plsy7.mf
%{_texmfdistdir}/fonts/source/public/pl/plsy8.mf
%{_texmfdistdir}/fonts/source/public/pl/plsy9.mf
%{_texmfdistdir}/fonts/source/public/pl/pltcsc10.mf
%{_texmfdistdir}/fonts/source/public/pl/pltex10.mf
%{_texmfdistdir}/fonts/source/public/pl/pltex8.mf
%{_texmfdistdir}/fonts/source/public/pl/pltex9.mf
%{_texmfdistdir}/fonts/source/public/pl/plti10.mf
%{_texmfdistdir}/fonts/source/public/pl/plti12.mf
%{_texmfdistdir}/fonts/source/public/pl/plti7.mf
%{_texmfdistdir}/fonts/source/public/pl/plti8.mf
%{_texmfdistdir}/fonts/source/public/pl/plti9.mf
%{_texmfdistdir}/fonts/source/public/pl/pltt10.mf
%{_texmfdistdir}/fonts/source/public/pl/pltt12.mf
%{_texmfdistdir}/fonts/source/public/pl/pltt8.mf
%{_texmfdistdir}/fonts/source/public/pl/pltt9.mf
%{_texmfdistdir}/fonts/source/public/pl/plu10.mf
%{_texmfdistdir}/fonts/source/public/pl/plvtt10.mf
%{_texmfdistdir}/fonts/source/public/pl/polan.mf
%{_texmfdistdir}/fonts/source/public/pl/polkap.mf
%{_texmfdistdir}/fonts/source/public/pl/polkur.mf
%{_texmfdistdir}/fonts/source/public/pl/polmat.mf
%{_texmfdistdir}/fonts/source/public/pl/poltyt.mf
%{_texmfdistdir}/fonts/tfm/public/pl/plb10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbx5.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbx6.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbx7.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plbxti10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pldunh10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plex10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plex9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plff10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plfi10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plfib8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plinch.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plitt10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmi10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmi12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmi5.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmi6.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmi7.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmi8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmi9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmib10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmib5.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plmib7.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr17.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr5.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr6.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr7.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plr9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plss10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plss12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plss17.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plss8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plss9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssdc10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssi10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssi12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssi17.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssi8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssi9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssq8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plssqi8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsy5.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsy6.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsy7.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsy8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plsy9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltcsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltex10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltex8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltex9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plti10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plti12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plti7.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plti8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plti9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltt10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltt12.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltt8.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/pltt9.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plu10.tfm
%{_texmfdistdir}/fonts/tfm/public/pl/plvtt10.tfm
%{_texmfdistdir}/fonts/type1/public/pl/plb10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plb10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbsy10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbsy10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbx10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbx10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbx12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbx12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbx5.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbx5.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbx6.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbx6.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbx7.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbx7.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbx8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbx8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbx9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbx9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbxsl10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbxsl10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plbxti10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plbxti10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plcsc10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plcsc10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pldunh10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pldunh10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plex10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plex10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plex9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plex9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plff10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plff10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plfi10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plfi10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plfib8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plfib8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plinch.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plinch.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plitt10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plitt10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmi10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmi10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmi12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmi12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmi5.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmi5.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmi6.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmi6.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmi7.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmi7.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmi8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmi8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmi9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmi9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plmib10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plmib10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr17.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr17.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr5.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr5.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr6.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr6.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr7.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr7.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plr9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plr9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsl10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsl10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsl12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsl12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsl8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsl8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsl9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsl9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsltt10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsltt10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plss10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plss10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plss12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plss12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plss17.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plss17.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plss8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plss8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plss9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plss9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssbi10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssbi10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssbx10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssbx10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssdc10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssdc10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssi10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssi10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssi12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssi12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssi17.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssi17.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssi8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssi8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssi9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssi9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssq8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssq8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plssqi8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plssqi8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsy10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsy10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsy5.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsy5.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsy6.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsy6.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsy7.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsy7.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsy8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsy8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plsy9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plsy9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltcsc10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltcsc10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltex10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltex10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltex8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltex8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltex9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltex9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plti10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plti10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plti12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plti12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plti7.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plti7.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plti8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plti8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plti9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plti9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltt10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltt10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltt12.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltt12.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltt8.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltt8.pfm
%{_texmfdistdir}/fonts/type1/public/pl/pltt9.pfb
%{_texmfdistdir}/fonts/type1/public/pl/pltt9.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plu10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plu10.pfm
%{_texmfdistdir}/fonts/type1/public/pl/plvtt10.pfb
%{_texmfdistdir}/fonts/type1/public/pl/plvtt10.pfm
%_texmf_updmap_d/pl
%doc %{_texmfdistdir}/doc/fonts/pl/README-T1.ENG
%doc %{_texmfdistdir}/doc/fonts/pl/README-T1.POL
%doc %{_texmfdistdir}/doc/fonts/pl/README.ENG
%doc %{_texmfdistdir}/doc/fonts/pl/README.POL
%doc %{_texmfdistdir}/doc/fonts/pl/plsample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/pl <<EOF
MixedMap plother.map
MixedMap pltext.map
EOF



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.15-4
+ Revision: 3729b94
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25496 |14mu|texlive-placeins-2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19848
# category Package
# catalog-ctan /macros/latex/contrib/placeins
# catalog-date 2010-09-22 15:00:44 +0200
# catalog-license pd
# catalog-version 2.2
Name:		texlive-placeins
Version:	2.2
Release:	4
Summary:	Control float placement
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/placeins
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/placeins.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/placeins.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a \FloatBarrier command, beyond which floats may not
pass; useful, for example, to ensure all floats for a section
appear before the next \section command.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/placeins/placeins.sty
%doc %{_texmfdistdir}/doc/latex/placeins/placeins-doc.pdf
%doc %{_texmfdistdir}/doc/latex/placeins/placeins-doc.tex
%doc %{_texmfdistdir}/doc/latex/placeins/placeins.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-4
+ Revision: f885ee7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25497 |14mu|texlive-plantslabels-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17831
# category Package
# catalog-ctan /macros/latex/contrib/plantslabels
# catalog-date 2010-04-14 18:13:33 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-plantslabels
Version:	1.0
Release:	4
Summary:	Write labels for plants
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/plantslabels
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plantslabels.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plantslabels.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a command \plant, which has three mandatory
and seven optional argument. The package uses the labels.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/plantslabels/plantslabels.sty
%doc %{_texmfdistdir}/doc/latex/plantslabels/README
%doc %{_texmfdistdir}/doc/latex/plantslabels/doc/pdf/plantslabels.pdf
%doc %{_texmfdistdir}/doc/latex/plantslabels/doc/tex/Makefile
%doc %{_texmfdistdir}/doc/latex/plantslabels/doc/tex/perso.ist
%doc %{_texmfdistdir}/doc/latex/plantslabels/doc/tex/plantslabels.forlisting
%doc %{_texmfdistdir}/doc/latex/plantslabels/doc/tex/plantslabels.tex
%doc %{_texmfdistdir}/doc/latex/plantslabels/example/pdf/example.pdf
%doc %{_texmfdistdir}/doc/latex/plantslabels/example/tex/cactus.eps
%doc %{_texmfdistdir}/doc/latex/plantslabels/example/tex/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 277ad98
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25498 |14mu|texlive-plari-20070226-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/plari
# catalog-date 2007-02-26 21:26:45 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-plari
Version:	20070226
Release:	4
Summary:	Typesetting stageplay scripts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/plari
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plari.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plari.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plari.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Plari (the name comes from the Finnish usage for the working
copy of a play) is a report-alike class, without section
headings, and with paragraphs vertically separated rather than
indented.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/plari/plari.cls
%doc %{_texmfdistdir}/doc/latex/plari/COPYING
%doc %{_texmfdistdir}/doc/latex/plari/README
%doc %{_texmfdistdir}/doc/latex/plari/plari.pdf
#- source
%doc %{_texmfdistdir}/source/latex/plari/Makefile
%doc %{_texmfdistdir}/source/latex/plari/plari.dtx
%doc %{_texmfdistdir}/source/latex/plari/plari.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070226-4
+ Revision: edf2c66
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25499 |14mu|texlive-plates-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/plates
# catalog-date 2007-01-08 00:37:16 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-plates
Version:	0.1
Release:	4
Summary:	Arrange for "plates" sections of documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/plates
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plates.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plates.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The plates package provides a simple facility for inserting
colour figures in a document when they should be gathered and
printed together as in a book's section of colour plates. The
package provides a plate environment that takes the place of
the figure environment for such colour images.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/plates/endplate.sty
%{_texmfdistdir}/tex/latex/plates/plates.sty
%doc %{_texmfdistdir}/doc/latex/plates/README
%doc %{_texmfdistdir}/doc/latex/plates/plates.pdf
%doc %{_texmfdistdir}/doc/latex/plates/plates.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 6b9e632
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25500 |14mu|texlive-play-20070113-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/play
# catalog-date 2007-01-13 20:56:44 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-play
Version:	20070113
Release:	4
Summary:	Typeset drama using LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/play
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/play.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/play.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/play.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class and style file that supports the typesetting of plays,
including options for line numbering.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/play/play.cls
%{_texmfdistdir}/tex/latex/play/play.sty
%doc %{_texmfdistdir}/doc/latex/play/README
#- source
%doc %{_texmfdistdir}/source/latex/play/play.dtx
%doc %{_texmfdistdir}/source/latex/play/play.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070113-4
+ Revision: 26f2909
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25501 |14mu|texlive-plweb-3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/gene/pl
# catalog-date 2008-09-11 18:52:21 +0200
# catalog-license other-free
# catalog-version 3.0
Name:		texlive-plweb
Version:	3.0
Release:	4
Summary:	Literate Programming for Prolog with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gene/pl
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plweb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plweb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/plweb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Instead of having to transform the common source into program
or documentation, the central idea was to develop a method to
have one common source which can be interpreted by a Prolog
system as well as by LaTeX, whether that Prolog system be C-
Prolog, Quintus-Prolog, or ECLiPSe.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/plweb/pcode.sty
%{_texmfdistdir}/tex/latex/plweb/pl.cfg
%{_texmfdistdir}/tex/latex/plweb/pl.sty
%doc %{_texmfdistdir}/doc/latex/plweb/README
%doc %{_texmfdistdir}/doc/latex/plweb/pl.pdf
%doc %{_texmfdistdir}/doc/latex/plweb/pl.tex
%doc %{_texmfdistdir}/doc/latex/plweb/sample.pl
#- source
%doc %{_texmfdistdir}/source/latex/plweb/Makefile
%doc %{_texmfdistdir}/source/latex/plweb/pl.dtx
%doc %{_texmfdistdir}/source/latex/plweb/pl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-4
+ Revision: 0fbc7b8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25502 |14mu|texlive-pmgraph-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pmgraph
# catalog-date 2008-11-04 08:05:43 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-pmgraph
Version:	1.0
Release:	4
Summary:	"Poor man's" graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pmgraph
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pmgraph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pmgraph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of extensions to LaTeX picture environment, including a
wider range of vectors, and a lot more box frame styles.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pmgraph/pmgraph.sty
%doc %{_texmfdistdir}/doc/latex/pmgraph/COPYING
%doc %{_texmfdistdir}/doc/latex/pmgraph/README
%doc %{_texmfdistdir}/doc/latex/pmgraph/pmgraph.pdf
%doc %{_texmfdistdir}/doc/latex/pmgraph/pmgraph.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: b75b49d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25503 |14mu|texlive-pmx-2.7.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29978
# category Package
# catalog-ctan /support/pmx
# catalog-date 2013-04-16 18:37:23 +0200
# catalog-license gpl2
# catalog-version 2.7.0
Name:		texlive-pmx
Version:	2.7.0
Release:	7
Summary:	Preprocessor for MusiXTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/pmx
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pmx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pmx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-pmx.bin

%description
PMX is a preprocessor for MusiXTeX. It builds the TeX input
file from a file in a much simpler language, making most of the
layout decisions by itself. An auxiliary program makes single-
player parts from a multi-player score. For proof-listening,
PMX can make a MIDI file of your score. The present version
requires at least version 1.15 of MusiXTeX, running on an e-
tex-enhanced TeX system.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/pmx/pmx2pdf.lua
%{_texmfdistdir}/tex/generic/pmx/pmx.tex
%doc %{_texmfdistdir}/doc/generic/pmx/README
%doc %{_texmfdistdir}/doc/generic/pmx/examples/barsant.pmx
%doc %{_texmfdistdir}/doc/generic/pmx/examples/dyntest.pmx
%doc %{_texmfdistdir}/doc/generic/pmx/examples/most.pmx
%doc %{_texmfdistdir}/doc/generic/pmx/examples/mwalmnd.pmx
%doc %{_texmfdistdir}/doc/generic/pmx/file600.eps
%doc %{_texmfdistdir}/doc/generic/pmx/gpl.txt
%doc %{_texmfdistdir}/doc/generic/pmx/install_run_pmx270.pdf
%doc %{_texmfdistdir}/doc/generic/pmx/install_run_pmx270.tex
%doc %{_texmfdistdir}/doc/generic/pmx/pmx-install.pdf
%doc %{_texmfdistdir}/doc/generic/pmx/pmx-install.tex
%doc %{_texmfdistdir}/doc/generic/pmx/pmx25-27.html
%doc %{_texmfdistdir}/doc/generic/pmx/pmx270.pdf
%doc %{_texmfdistdir}/doc/generic/pmx/pmx270.tex
%doc %{_texmfdistdir}/doc/generic/pmx/ref270.pdf
%doc %{_texmfdistdir}/doc/generic/pmx/ref270.tex
%doc %{_mandir}/man1/pmx2pdf.1*
%doc %{_texmfdistdir}/doc/man/man1/pmx2pdf.man1.pdf
%doc %{_mandir}/man1/pmxab.1*
%doc %{_texmfdistdir}/doc/man/man1/pmxab.man1.pdf
%doc %{_mandir}/man1/scor2prt.1*
%doc %{_texmfdistdir}/doc/man/man1/scor2prt.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.7.0-7
+ Revision: be33e2c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25504 |14mu|texlive-pmxchords-2.0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32443
# category Package
# catalog-ctan /support/pmxchords
# catalog-date 2013-12-17 16:10:38 +0100
# catalog-license gpl2
# catalog-version 2.0.1
Name:		texlive-pmxchords
Version:	2.0.1
Release:	4
Summary:	Produce chord information to go with pmx output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/pmxchords
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pmxchords.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pmxchords.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pmxchords.bin = %{EVRD}

%description
The bundle supplements pmx, providing the means of typesetting
chords above the notes of a score. The bundle contains: macros
for typing the chords; a Lua script to transpose chord macros
to the required key signature; and support scripts for common
requirements.


#-----------------------------------------------------------------------
%files
%{_bindir}/pmxchords
%{_texmfdistdir}/scripts/pmxchords/ChordsTr.lua
%{_texmfdistdir}/scripts/pmxchords/pmxchords.lua
%{_texmfdistdir}/tex/generic/pmxchords/chords.tex
%{_texmfdistdir}/tex/generic/pmxchords/chordsCZ.tex
%doc %{_mandir}/man1/pmxchords.1*
%doc %{_texmfdistdir}/doc/man/man1/pmxchords.man1.pdf
%doc %{_texmfdistdir}/doc/pmxchords/README
%doc %{_texmfdistdir}/doc/pmxchords/chordsRef.pdf
%doc %{_texmfdistdir}/doc/pmxchords/chordsRef.tex
%doc %{_texmfdistdir}/doc/pmxchords/chordsRefCZ.pdf
%doc %{_texmfdistdir}/doc/pmxchords/chordsRefCZ.tex
%doc %{_texmfdistdir}/doc/pmxchords/examples/jazz/misty/misty.pdf
%doc %{_texmfdistdir}/doc/pmxchords/examples/jazz/misty/misty.pmx
%doc %{_texmfdistdir}/doc/pmxchords/examples/jazz/schema/schema.pdf
%doc %{_texmfdistdir}/doc/pmxchords/examples/jazz/schema/schema.pmx
%doc %{_texmfdistdir}/doc/pmxchords/examples/jazz/schema/schema_full.pdf
%doc %{_texmfdistdir}/doc/pmxchords/examples/jazz/schema/schema_full.pmx
%doc %{_texmfdistdir}/doc/pmxchords/examples/noel/aj_co_to_hlasaju/aj_co_to_hlasaju.pdf
%doc %{_texmfdistdir}/doc/pmxchords/examples/noel/aj_co_to_hlasaju/aj_co_to_hlasaju.pmx
%doc %{_texmfdistdir}/doc/pmxchords/examples/noel/pasli_ovce_valasi/README
%doc %{_texmfdistdir}/doc/pmxchords/examples/noel/pasli_ovce_valasi/pasli_ovce_valasi.pdf
%doc %{_texmfdistdir}/doc/pmxchords/examples/noel/pasli_ovce_valasi/pasli_ovce_valasi.pmx
%doc %{_texmfdistdir}/doc/pmxchords/gpl-2.0.txt
%doc %{_texmfdistdir}/doc/pmxchords/pmxchords-install.pdf
%doc %{_texmfdistdir}/doc/pmxchords/pmxchords-install.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pmxchords/pmxchords.lua pmxchords
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-4
+ Revision: 4f3b89e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25505 |14mu|texlive-poemscol-2.64-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31338
# category Package
# catalog-ctan /macros/latex/contrib/poemscol
# catalog-date 2013-08-03 08:19:55 +0200
# catalog-license lppl1.2
# catalog-version 2.64
Name:		texlive-poemscol
Version:	2.64
Release:	7
Summary:	Typesetting Critical Editions of Poetry
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/poemscol
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poemscol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poemscol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poemscol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers LaTeX macros for typesetting critical
editions of poetry. Its features include automatic
linenumbering, generation of separate endnotes sections for
emendations, textual collations, and explanatory notes, special
marking for cases in which page breaks occur during stanza
breaks, running headers of the form 'Notes to pp. xx-yy' for
the notes sections, index of titles and first lines, and
automatic generation of a table of contents.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/poemscol/poemscol.sty
%doc %{_texmfdistdir}/doc/latex/poemscol/README
%doc %{_texmfdistdir}/doc/latex/poemscol/poemscol.pdf
%doc %{_texmfdistdir}/doc/latex/poemscol/poemscolcheatsheet.pdf
#- source
%doc %{_texmfdistdir}/source/latex/poemscol/poemscol.dtx
%doc %{_texmfdistdir}/source/latex/poemscol/poemscol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.64-7
+ Revision: b460269
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25506 |14mu|texlive-poetrytex-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27174
# category Package
# catalog-ctan /macros/latex/contrib/poetrytex
# catalog-date 2012-07-26 10:22:38 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-poetrytex
Version:	1.1
Release:	3
Summary:	Typeset anthologies of poetry
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/poetrytex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poetrytex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poetrytex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poetrytex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is designed to aid in the management and formatting
of anthologies of poetry and other writings; it does not
concern itself with actually typesettinig the verse itself.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/poetrytex/poetrytex.sty
%doc %{_texmfdistdir}/doc/latex/poetrytex/README
%doc %{_texmfdistdir}/doc/latex/poetrytex/poetrytex.pdf
#- source
%doc %{_texmfdistdir}/source/latex/poetrytex/Makefile
%doc %{_texmfdistdir}/source/latex/poetrytex/poetrytex.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: 88cf6ca
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25507 |14mu|texlive-polski-1.3.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19881
# category Package
# catalog-ctan /macros/latex/contrib/polski
# catalog-date 2010-09-24 16:10:39 +0200
# catalog-license lppl1.2
# catalog-version 1.3.3
Name:		texlive-polski
Version:	1.3.3
Release:	4
Summary:	Typeset Polish documents with LaTeX and Polish fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/polski
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polski.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polski.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polski.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-pl
Requires:	texlive-hyphen-polish

%description
Tools to typeset documents in Polish using LaTeX2e with Polish
fonts (the so-called PL fonts), EC fonts or CM fonts. (This
package was previously known as platex, but has been renamed to
resolve a name clash.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/polski/amigapl.def
%{_texmfdistdir}/tex/latex/polski/mazovia.def
%{_texmfdistdir}/tex/latex/polski/omlplcm.fd
%{_texmfdistdir}/tex/latex/polski/omlplm.fd
%{_texmfdistdir}/tex/latex/polski/omsplsy.fd
%{_texmfdistdir}/tex/latex/polski/omxplex.fd
%{_texmfdistdir}/tex/latex/polski/ot1patch.sty
%{_texmfdistdir}/tex/latex/polski/ot4ccr.fd
%{_texmfdistdir}/tex/latex/polski/ot4cmdh.fd
%{_texmfdistdir}/tex/latex/polski/ot4cmfib.fd
%{_texmfdistdir}/tex/latex/polski/ot4cmfr.fd
%{_texmfdistdir}/tex/latex/polski/ot4cmr.fd
%{_texmfdistdir}/tex/latex/polski/ot4cmss.fd
%{_texmfdistdir}/tex/latex/polski/ot4cmtt.fd
%{_texmfdistdir}/tex/latex/polski/plprefix.sty
%{_texmfdistdir}/tex/latex/polski/polski.sty
%{_texmfdistdir}/tex/latex/polski/qxenc.def
%doc %{_texmfdistdir}/doc/latex/polski/conowego.txt
%doc %{_texmfdistdir}/doc/latex/polski/czytaj.txt
%doc %{_texmfdistdir}/doc/latex/polski/polski.pdf
%doc %{_texmfdistdir}/doc/latex/polski/readme.txt
%doc %{_texmfdistdir}/doc/latex/polski/sample-polski.tex
%doc %{_texmfdistdir}/doc/latex/polski/sample-rysunek.mp
%doc %{_texmfdistdir}/doc/latex/polski/sample-rysunek1.mps
#- source
%doc %{_texmfdistdir}/source/latex/polski/ot1patch.dtx
%doc %{_texmfdistdir}/source/latex/polski/ot1patch.ins
%doc %{_texmfdistdir}/source/latex/polski/plfonts.fdd
%doc %{_texmfdistdir}/source/latex/polski/plprefix.dtx
%doc %{_texmfdistdir}/source/latex/polski/plprefix.ins
%doc %{_texmfdistdir}/source/latex/polski/polski.dtx
%doc %{_texmfdistdir}/source/latex/polski/polski.ins
%doc %{_texmfdistdir}/source/latex/polski/strony.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-4
+ Revision: 4e0fcbf
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25508 |14mu|texlive-poltawski-1.101-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20075
# category Package
# catalog-ctan /fonts/poltawski
# catalog-date 2010-10-12 09:30:05 +0200
# catalog-license gfsl
# catalog-version 1.101
Name:		texlive-poltawski
Version:	1.101
Release:	4
Summary:	Antykwa Poltawskiego Family of Fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/poltawski
License:	GFSL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poltawski.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poltawski.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package contains the Antykwa Poltawskiego family of fonts
in the PostScript Type 1 and OpenType formats. The original
font was designed in the twenties of the XX century by the
Polish typographer Adam Poltawski(1881-1952). Following the
route set out by the Latin Modern and TeX Gyre projects
(http://www.gust.org.pl/projects/e-foundry), the Antykwa
Poltawskiego digitisation project aims at providing a rich
collection of diacritical characters in the attempt to cover as
many Latin-based scripts as possible. To our knowledge, the
repertoire of characters covers all European languages as well
as some other Latin-based alphabets such as Vietnamese and
Navajo; at the request of users, recent extensions (following
the enhancement of the Latin Modern collection) provide glyphs
sufficient for typesetting of romanized transliterations of
Arabic and Sanskrit scripts. The Antykwa Poltawskiego family
consists of 4 weights (light, normal, medium, bold), each
having upright and italic forms and one of 5 design sizes: 6,
8, 10, 12 and 17pt (in the OTF lingo: extended, semiextended,
normal, semicondensed, and condensed, respectively).
Altogether, the collection comprises 40 font files, containing
the same repertoire of 1126 characters. The preliminary version
of Antykwa Poltawskiego (antp package) released in 2000 is
rendered obsolete by this package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpb10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpb12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpb17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpb6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpb8.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpbi8.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpl10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpl12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpl17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpl6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpl8.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpli10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpli12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpli17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpli6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpli8.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpm10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpm12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpm17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpm6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpm8.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpmi8.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpr10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpr12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpr17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpr6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpr8.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpri10.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpri12.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpri17.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpri6.afm
%{_texmfdistdir}/fonts/afm/gust/poltawski/antpri8.afm
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-cs-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-cs.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-ec-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-l7x-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-l7x.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-qx-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-rm-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-rm.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-t5-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-texnansi-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-texnansi.enc
%{_texmfdistdir}/fonts/enc/dvips/poltawski/ap-ts1.enc
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-cs.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-ec.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-l7x.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-qx.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-rm.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-t5.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap-ts1.map
%{_texmfdistdir}/fonts/map/dvips/poltawski/ap.map
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpolt-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpolt-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpolt-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpolt-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltcond-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltcond-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltcond-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltcond-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltexpd-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltexpd-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltexpd-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltexpd-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltlt-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltlt-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltlt-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltlt-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltcond-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltcond-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltcond-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltcond-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltexpd-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltexpd-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltexpd-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltexpd-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemicond-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemicond-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemicond-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemicond-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemiexpd-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemiexpd-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemiexpd-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltltsemiexpd-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemicond-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemicond-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemicond-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemicond-regular.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemiexpd-bold.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemiexpd-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemiexpd-italic.otf
%{_texmfdistdir}/fonts/opentype/gust/poltawski/antpoltsemiexpd-regular.otf
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/cs-antpri8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ec-antpri8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/l7x-antpri8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/qx-antpri8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/rm-antpri8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/t5-antpri8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri10-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri12-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri17-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri6-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri8-sc.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/texnansi-antpri8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpb8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpbi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpl8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpli8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpm8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpmi8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpr8.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri10.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri12.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri17.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri6.tfm
%{_texmfdistdir}/fonts/tfm/gust/poltawski/ts1-antpri8.tfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpb8.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpbi8.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpl8.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpli8.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpm8.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpmi8.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpr8.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri10.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri10.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri12.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri12.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri17.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri17.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri6.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri6.pfm
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri8.pfb
%{_texmfdistdir}/fonts/type1/gust/poltawski/antpri8.pfm
%{_texmfdistdir}/tex/latex/poltawski/antpolt.sty
%{_texmfdistdir}/tex/latex/poltawski/il2antp.fd
%{_texmfdistdir}/tex/latex/poltawski/il2antpl.fd
%{_texmfdistdir}/tex/latex/poltawski/l7xantp.fd
%{_texmfdistdir}/tex/latex/poltawski/l7xantpl.fd
%{_texmfdistdir}/tex/latex/poltawski/ly1antp.fd
%{_texmfdistdir}/tex/latex/poltawski/ly1antpl.fd
%{_texmfdistdir}/tex/latex/poltawski/ot1antp.fd
%{_texmfdistdir}/tex/latex/poltawski/ot1antpl.fd
%{_texmfdistdir}/tex/latex/poltawski/ot4antp.fd
%{_texmfdistdir}/tex/latex/poltawski/ot4antpl.fd
%{_texmfdistdir}/tex/latex/poltawski/qxantp.fd
%{_texmfdistdir}/tex/latex/poltawski/qxantpl.fd
%{_texmfdistdir}/tex/latex/poltawski/t1antp.fd
%{_texmfdistdir}/tex/latex/poltawski/t1antpl.fd
%{_texmfdistdir}/tex/latex/poltawski/t5antp.fd
%{_texmfdistdir}/tex/latex/poltawski/t5antpl.fd
%{_texmfdistdir}/tex/latex/poltawski/ts1antp.fd
%{_texmfdistdir}/tex/latex/poltawski/ts1antpl.fd
%doc %{_texmfdistdir}/doc/fonts/poltawski/GUST-FONT-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/poltawski/MANIFEST-Antykwa-Poltawskiego.txt
%doc %{_texmfdistdir}/doc/fonts/poltawski/README-Antykwa-Poltawskiego.txt
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpb10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpb12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpb17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpb6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpb8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpbi10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpbi12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpbi17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpbi6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpbi8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpl10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpl12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpl17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpl6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpl8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpli10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpli12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpli17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpli6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpli8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpm10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpm12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpm17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpm6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpm8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpmi10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpmi12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpmi17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpmi6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpmi8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpr10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpr12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpr17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpr6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpr8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpri10.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpri12.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpri17.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpri6.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/antpri8.fea
%doc %{_texmfdistdir}/doc/fonts/poltawski/ap-hist.txt
%doc %{_texmfdistdir}/doc/fonts/poltawski/ap-info.pdf
%doc %{_texmfdistdir}/doc/fonts/poltawski/ap-logo.pdf
%doc %{_texmfdistdir}/doc/fonts/poltawski/goadb100.nam
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapot1.pdf
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapot1.tex
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapot4.pdf
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapot4.tex
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapqx.pdf
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapqx.tex
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapt1.pdf
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapt1.tex
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapts1.pdf
%doc %{_texmfdistdir}/doc/fonts/poltawski/tstapts1.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.101-4
+ Revision: 1ecf986
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25509 |14mu|texlive-polyglossia-v1.33.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26163
# category Package
# catalog-ctan /macros/xetex/latex/polyglossia
# catalog-date 2012-04-30 01:10:22 +0200
# catalog-license lppl1.3
# catalog-version v1.2.1
Name:		texlive-polyglossia
Version:	v1.33.5
Release:	5
Summary:	Modern multilingual typesetting with XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/polyglossia
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglossia.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglossia.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglossia.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a complete Babel replacement for users of
XeLaTeX; it relies on the fontspec package, version 2.0 at
least. The current release offers support of 68 languages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/bengalidigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/bengalidigits.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/devanagaridigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/devanagaridigits.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/farsidigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/farsidigits.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/thaidigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/polyglossia/thaidigits.tec
%{_texmfdistdir}/tex/latex/polyglossia/gloss-albanian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-amharic.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-arabic.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-armenian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-asturian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-bahasai.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-bahasam.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-basque.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-bengali.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-brazil.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-breton.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-bulgarian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-catalan.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-coptic.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-croatian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-czech.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-danish.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-divehi.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-dutch.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-english.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-esperanto.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-estonian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-farsi.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-finnish.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-french.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-friulan.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-galician.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-german.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-greek.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-hebrew.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-hindi.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-icelandic.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-interlingua.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-irish.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-italian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-kannada.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-lao.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-latin.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-latvian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-lithuanian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-lsorbian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-magyar.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-malayalam.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-marathi.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-norsk.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-nynorsk.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-occitan.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-polish.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-portuges.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-romanian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-romansh.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-russian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-samin.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-sanskrit.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-scottish.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-serbian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-slovak.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-slovenian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-spanish.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-swedish.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-syriac.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-tamil.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-telugu.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-thai.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-turkish.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-turkmen.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-ukrainian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-urdu.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-usorbian.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-vietnamese.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-welsh.ldf
%{_texmfdistdir}/tex/latex/polyglossia/hebrewcal.sty
%{_texmfdistdir}/tex/latex/polyglossia/hijrical.sty
%{_texmfdistdir}/tex/latex/polyglossia/polyglossia.sty
%{_texmfdistdir}/tex/latex/polyglossia/xgreek-fixes.def
%{_texmfdistdir}/tex/latex/polyglossia/arabicnumbers.sty
%{_texmfdistdir}/tex/latex/polyglossia/babel-hebrewalph.def
%{_texmfdistdir}/tex/latex/polyglossia/babelsh.def
%{_texmfdistdir}/tex/latex/polyglossia/cal-util.def
%{_texmfdistdir}/tex/latex/polyglossia/devanagaridigits.sty
%{_texmfdistdir}/tex/latex/polyglossia/farsical.sty
%{_texmfdistdir}/tex/latex/polyglossia/gloss-nko.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-piedmontese.ldf
%{_texmfdistdir}/tex/latex/polyglossia/gloss-tibetan.ldf
%{_texmfdistdir}/tex/latex/polyglossia/nkonumbers.sty
%{_texmfdistdir}/tex/latex/polyglossia/polyglossia-frpt.lua
%{_texmfdistdir}/tex/latex/polyglossia/polyglossia-tibt.lua
%{_texmfdistdir}/tex/latex/polyglossia/polyglossia.lua
%doc %{_texmfdistdir}/doc/latex/polyglossia/README
%doc %{_texmfdistdir}/doc/latex/polyglossia/example-arabic.pdf
%doc %{_texmfdistdir}/doc/latex/polyglossia/example-arabic.tex
%doc %{_texmfdistdir}/doc/latex/polyglossia/example-thai.pdf
%doc %{_texmfdistdir}/doc/latex/polyglossia/example-thai.tex
%doc %{_texmfdistdir}/doc/latex/polyglossia/examples.pdf
%doc %{_texmfdistdir}/doc/latex/polyglossia/examples.tex
%doc %{_texmfdistdir}/doc/latex/polyglossia/polyglossia.pdf
%doc %{_texmfdistdir}/doc/latex/polyglossia/polyglossia.tex
#- source
%doc %{_texmfdistdir}/source/latex/polyglossia/polyglossia.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}




%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.33.5-5
+ Revision: 52af6a2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25510 |14mu|texlive-polyglot-20111103-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-polyglot
Version:	20111103
Release:	4
Summary:	TeXLive polyglot package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive polyglot package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/polyglot/polyglot.cfg
%{_texmfdistdir}/tex/latex/polyglot/polyglot.def
%{_texmfdistdir}/tex/latex/polyglot/polyglot.sty
%doc %{_texmfdistdir}/doc/latex/polyglot/sample.dvi
%doc %{_texmfdistdir}/doc/latex/polyglot/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/polyglot/langs/english.ld
%doc %{_texmfdistdir}/source/latex/polyglot/langs/french.ld
%doc %{_texmfdistdir}/source/latex/polyglot/langs/french.ot1
%doc %{_texmfdistdir}/source/latex/polyglot/langs/german.ld
%doc %{_texmfdistdir}/source/latex/polyglot/langs/german.ot1
%doc %{_texmfdistdir}/source/latex/polyglot/langs/r_hebrew.ld
%doc %{_texmfdistdir}/source/latex/polyglot/langs/spanish.ld
%doc %{_texmfdistdir}/source/latex/polyglot/langs/spanish.ot1
%doc %{_texmfdistdir}/source/latex/polyglot/polyglot.dtx
%doc %{_texmfdistdir}/source/latex/polyglot/polyglot.ins
%doc %{_texmfdistdir}/source/latex/polyglot/polyglot.ltx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111103-4
+ Revision: 7d507f9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25511 |14mu|texlive-polynom-0.17-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/polynom
# catalog-date 2007-01-13 23:45:25 +0100
# catalog-license lppl
# catalog-version 0.17
Name:		texlive-polynom
Version:	0.17
Release:	4
Summary:	Macros for manipulating polynomials
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/polynom
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polynom.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polynom.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polynom.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The polynom package implements macros for manipulating
polynomials, for example it can typeset long polynomial
divisions. The main test case and application is the polynomial
ring in one variable with rational coefficients.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/polynom/polynom.sty
%doc %{_texmfdistdir}/doc/latex/polynom/README
%doc %{_texmfdistdir}/doc/latex/polynom/polydemo.pdf
%doc %{_texmfdistdir}/doc/latex/polynom/polydemo.tex
%doc %{_texmfdistdir}/doc/latex/polynom/polynom.pdf
#- source
%doc %{_texmfdistdir}/source/latex/polynom/polynom.dtx
%doc %{_texmfdistdir}/source/latex/polynom/polynom.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.17-4
+ Revision: 270767a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25512 |14mu|texlive-polynomial-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/polynomial
# catalog-date 2008-08-23 00:06:02 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-polynomial
Version:	1.0
Release:	4
Summary:	Typeset (univariate) polynomials
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/polynomial
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polynomial.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polynomial.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polynomial.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers an easy way to write (univariate)
polynomials and rational functions. It defines two commands,
one for polynomials \polynomial{coeffs} and one for rational
functions \polynomialfrac{Numerator}{Denominator}. Both
commands take lists of coefficients as arguments, and offer
limited optional behaviour.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/polynomial/polynomial.sty
%doc %{_texmfdistdir}/doc/latex/polynomial/README
%doc %{_texmfdistdir}/doc/latex/polynomial/polynomial.pdf
#- source
%doc %{_texmfdistdir}/source/latex/polynomial/polynomial.dtx
%doc %{_texmfdistdir}/source/latex/polynomial/polynomial.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 826c61d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25513 |14mu|texlive-polytable-0.8.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20331
# category Package
# catalog-ctan /macros/latex/contrib/polytable
# catalog-date 2010-11-05 12:43:21 +0100
# catalog-license lppl
# catalog-version 0.8.2
Name:		texlive-polytable
Version:	0.8.2
Release:	4
Summary:	Tabular-like environments with named columns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/polytable
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polytable.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polytable.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/polytable.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package implements a variant of tabular-like environments
where columns can be given a name and entries can flexibly be
placed between arbitrary columns. Complex alignment-based
layouts, for example for program code, are possible.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/polytable/polytable.sty
%doc %{_texmfdistdir}/doc/latex/polytable/README
%doc %{_texmfdistdir}/doc/latex/polytable/polytable.pdf
#- source
%doc %{_texmfdistdir}/source/latex/polytable/polytable.dtx
%doc %{_texmfdistdir}/source/latex/polytable/polytable.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.2-4
+ Revision: 6d1943f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25514 |14mu|texlive-postcards-20090123-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21641
# category Package
# catalog-ctan /macros/latex/contrib/postcards
# catalog-date 2009-01-23 15:11:09 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-postcards
Version:	20090123
Release:	4
Summary:	Facilitates mass-mailing of postcards (junkmail)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/postcards
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/postcards.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/postcards.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A modification of the standard LaTeX letter class which prints
multiple, pre-stamped, 5.5" by 3.5" postcards (a US standard
size) via the envlab and mailing packages. An address database
is employed to address the front side of each postcard and a
message is printed on the back side of all. An illustrative
example is provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/postcards/postcards.cls
%doc %{_texmfdistdir}/doc/latex/postcards/README
%doc %{_texmfdistdir}/doc/latex/postcards/datasmp.txt
%doc %{_texmfdistdir}/doc/latex/postcards/pcardsmp.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090123-4
+ Revision: d3e6f74
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25515 |14mu|texlive-poster-mac-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18305
# category Package
# catalog-ctan /macros/generic/poster
# catalog-date 2010-05-15 22:56:34 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-poster-mac
Version:	1.1
Release:	4
Summary:	Make posters and banners with TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/poster
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poster-mac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/poster-mac.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers macros for making posters and banners with
TeX. It is compatible with most TeX macro formats, including
Plain TeX, LaTeX, AmSTeX, and AmS-LaTeX. The package creates a
poster as huge box, which is then distributed over as many
printer pages as necessary. The only special requirement is
that your printer not be bothered by text that lies off the
page. This is true of most printers, including laser printers
and PostScript printers.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/poster-mac/poster.sty
%{_texmfdistdir}/tex/generic/poster-mac/poster.tex
%doc %{_texmfdistdir}/doc/generic/poster-mac/Changes
%doc %{_texmfdistdir}/doc/generic/poster-mac/Makefile
%doc %{_texmfdistdir}/doc/generic/poster-mac/README
%doc %{_texmfdistdir}/doc/generic/poster-mac/poster-doc.pdf
%doc %{_texmfdistdir}/doc/generic/poster-mac/poster-doc.tex
%doc %{_texmfdistdir}/doc/generic/poster-mac/poster1.pdf
%doc %{_texmfdistdir}/doc/generic/poster-mac/poster2.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 4ab70ab
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25516 |14mu|texlive-powerdot-1.50-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32549
# category Package
# catalog-ctan /macros/latex/contrib/powerdot
# catalog-date 2014-01-02 07:32:11 +0100
# catalog-license lppl1.3
# catalog-version 1.5
Name:		texlive-powerdot
Version:	1.50
Release:	3
Summary:	A presentation class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/powerdot
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Powerdot is a presentation class for LaTeX that allows for the
quick and easy development of professional presentations. It
comes with many tools that enhance presentations and aid the
presenter. Examples are automatic overlays, personal notes and
a handout mode. To view a presentation, DVI, PS or PDF output
can be used. A powerful template system is available to easily
develop new styles. A LyX layout file is provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/powerdot/powerdot-aggie.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-bframe.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-ciment.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-default.ps
%{_texmfdistdir}/tex/latex/powerdot/powerdot-default.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-elcolors.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-fyma.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-horatio.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-husky.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-ikeda.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-jefka.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-klope.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-paintings.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-pazik.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-sailor.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-simple.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-tycja.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot-upen.sty
%{_texmfdistdir}/tex/latex/powerdot/powerdot.cls
%doc %{_texmfdistdir}/doc/latex/powerdot/README
%doc %{_texmfdistdir}/doc/latex/powerdot/manifest.txt
%doc %{_texmfdistdir}/doc/latex/powerdot/pdpream.ble
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot-example.lyx
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot-example.tex
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot-example1.tex
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot-example2.tex
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot-example3.tex
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot-styleexample.tex
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot-styletest.tex
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot.bib
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot.layout
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdot.pdf
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdotDE.pdf
%doc %{_texmfdistdir}/doc/latex/powerdot/powerdotDE.tex
#- source
%doc %{_texmfdistdir}/source/latex/powerdot/powerdot.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.50-3
+ Revision: 7a6dfc4
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25517 |14mu|texlive-powerdot-FUBerlin-0.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/powerdot-FUBerlin
# catalog-date 2009-07-30 21:57:53 +0200
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-powerdot-FUBerlin
Version:	0.01
Release:	4
Summary:	Powerdot, using the style of FU Berlin
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/powerdot-FUBerlin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot-FUBerlin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot-FUBerlin.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides a powerdot-derived class and a package for
use with powerdot to provide the corporate design of the Free
University in Berlin. Users may use the class itself
(FUpowerdot) or use the package in the usual way with
\style=BerlinFU as a class option. Examples of using both the
class and the package are provided; the PDF is visually
identical, so the catalogue only lists one; the sources of the
examples do of course differ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/powerdot-FUBerlin/FUpowerdot.cls
%{_texmfdistdir}/tex/latex/powerdot-FUBerlin/powerdot-BerlinFU.sty
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/FULogo.eps
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/FULogo_RGB.eps
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/FUbib.eps
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/FUseal.eps
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/README
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/exampleClass.pdf
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/exampleClass.tex
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/exampleStyle.pdf
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/exampleStyle.tex
%doc %{_texmfdistdir}/doc/latex/powerdot-FUBerlin/silberlaube2.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.01-4
+ Revision: fc0f489
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25518 |14mu|texlive-ppr-prv-0.13c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ppr-prv
# catalog-date 2007-01-13 23:45:25 +0100
# catalog-license lppl
# catalog-version 0.13c
Name:		texlive-ppr-prv
Version:	0.13c
Release:	4
Summary:	Prosper preview
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ppr-prv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ppr-prv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ppr-prv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ppr-prv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This class is used with LaTeX presentations using the prosper
class. ppr-prv stands for 'Prosper Preview'. The aim of this
class is to produce a printable version of the slides written
with Prosper, with two slides per page.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ppr-prv/HAP-ppr-prv.def
%{_texmfdistdir}/tex/latex/ppr-prv/ppr-prv.cls
%doc %{_texmfdistdir}/doc/latex/ppr-prv/README
%doc %{_texmfdistdir}/doc/latex/ppr-prv/ppr-prv.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ppr-prv/ppr-prv.dtx
%doc %{_texmfdistdir}/source/latex/ppr-prv/ppr-prv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.13c-4
+ Revision: a47f7e8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25519 |14mu|texlive-pracjourn-0.4n-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pracjourn
# catalog-date 2008-11-30 13:31:17 +0100
# catalog-license gpl
# catalog-version 0.4n
Name:		texlive-pracjourn
Version:	0.4n
Release:	4
Summary:	Typeset articles for PracTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pracjourn
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pracjourn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pracjourn.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pracjourn.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pracjourn class is used for typesetting articles in the
PracTeX Journal. It is based on the article class with
modifications to allow for more flexible front-matter and
revision control, among other small changes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pracjourn/pracjourn.cls
%doc %{_texmfdistdir}/doc/latex/pracjourn/README
%doc %{_texmfdistdir}/doc/latex/pracjourn/pjsample.ltx
%doc %{_texmfdistdir}/doc/latex/pracjourn/pjsample.pdf
%doc %{_texmfdistdir}/doc/latex/pracjourn/pracjourn.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pracjourn/pracjourn.dtx
%doc %{_texmfdistdir}/source/latex/pracjourn/pracjourn.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4n-4
+ Revision: 13e1ce4
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25520 |14mu|texlive-preprint-20070106-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16085
# category Package
# catalog-ctan /macros/latex/contrib/preprint
# catalog-date 2007-01-06 21:10:04 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-preprint
Version:	20070106
Release:	4
Summary:	A bundle of packages provided "as is"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/preprint
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/preprint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/preprint.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/preprint.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle comprises: - authblk, which permits footnote style
author/affiliation input in the \author command, - balance, to
balance the end of \twocolumn pages, - figcaps, to send figure
captions, etc., to end document, - fullpage, to set narrow page
margins and set a fixed page style, and - sublabel, which
permits counters to be subnumbered.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/preprint/authblk.sty
%{_texmfdistdir}/tex/latex/preprint/balance.sty
%{_texmfdistdir}/tex/latex/preprint/figcaps.sty
%{_texmfdistdir}/tex/latex/preprint/fullpage.sty
%{_texmfdistdir}/tex/latex/preprint/sublabel.sty
%doc %{_texmfdistdir}/doc/latex/preprint/00readme.txt
%doc %{_texmfdistdir}/doc/latex/preprint/00readme.unix
%doc %{_texmfdistdir}/doc/latex/preprint/authblk.pdf
%doc %{_texmfdistdir}/doc/latex/preprint/balance.pdf
%doc %{_texmfdistdir}/doc/latex/preprint/figcaps.pdf
%doc %{_texmfdistdir}/doc/latex/preprint/fullpage.pdf
%doc %{_texmfdistdir}/doc/latex/preprint/sublabel.pdf
#- source
%doc %{_texmfdistdir}/source/latex/preprint/authblk.drv
%doc %{_texmfdistdir}/source/latex/preprint/authblk.dtx
%doc %{_texmfdistdir}/source/latex/preprint/authblk.ins
%doc %{_texmfdistdir}/source/latex/preprint/balance.drv
%doc %{_texmfdistdir}/source/latex/preprint/balance.dtx
%doc %{_texmfdistdir}/source/latex/preprint/balance.ins
%doc %{_texmfdistdir}/source/latex/preprint/figcaps.drv
%doc %{_texmfdistdir}/source/latex/preprint/figcaps.dtx
%doc %{_texmfdistdir}/source/latex/preprint/figcaps.ins
%doc %{_texmfdistdir}/source/latex/preprint/fullpage.drv
%doc %{_texmfdistdir}/source/latex/preprint/fullpage.dtx
%doc %{_texmfdistdir}/source/latex/preprint/fullpage.ins
%doc %{_texmfdistdir}/source/latex/preprint/sublabel.drv
%doc %{_texmfdistdir}/source/latex/preprint/sublabel.dtx
%doc %{_texmfdistdir}/source/latex/preprint/sublabel.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070106-4
+ Revision: 8e5a8d9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25521 |14mu|texlive-prerex-6.5.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31899
# category Package
# catalog-ctan /graphics/prerex
# catalog-date 2013-10-14 15:20:32 +0200
# catalog-license gpl
# catalog-version 6.5.3
Name:		texlive-prerex
Version:	6.5.3
Release:	7
Summary:	Interactive editor and macro support for prerequisite charts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/prerex
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prerex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prerex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package consists of prerex.sty, a LaTeX package for
producing charts of course nodes linked by arrows representing
pre- and co-requisites, and prerex, an interactive program for
creating and editing chart descriptions. The implementation of
prerex.sty is built on PGF, so that it may be used equally
happily with latex or pdflatex; prerex itself is written in C.
The package includes source code for a previewer application, a
lightweight Qt-4 and poppler-based prerex-enabled PDF viewer.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/prerex/prerex.sty
%doc %{_texmfdistdir}/doc/latex/prerex/README
%doc %{_texmfdistdir}/doc/latex/prerex/boldbox.png
%doc %{_texmfdistdir}/doc/latex/prerex/chart.html
%doc %{_texmfdistdir}/doc/latex/prerex/chart.pdf
%doc %{_texmfdistdir}/doc/latex/prerex/chart.png
%doc %{_texmfdistdir}/doc/latex/prerex/chart.tex
%doc %{_texmfdistdir}/doc/latex/prerex/dashed.png
%doc %{_texmfdistdir}/doc/latex/prerex/doc/intro.pdf
%doc %{_texmfdistdir}/doc/latex/prerex/doc/intro.tex
%doc %{_texmfdistdir}/doc/latex/prerex/doc/introFonts.png
%doc %{_texmfdistdir}/doc/latex/prerex/doc/introchart1.tex
%doc %{_texmfdistdir}/doc/latex/prerex/doc/introchart2.tex
%doc %{_texmfdistdir}/doc/latex/prerex/doc/prerex.pdf
%doc %{_texmfdistdir}/doc/latex/prerex/doc/prerex.sty.7
%doc %{_texmfdistdir}/doc/latex/prerex/doc/prerex.tex
%doc %{_texmfdistdir}/doc/latex/prerex/dotted.png
%doc %{_texmfdistdir}/doc/latex/prerex/lightbox.png
%doc %{_texmfdistdir}/doc/latex/prerex/prerex-6.5.2.tar.gz
%doc %{_texmfdistdir}/doc/latex/prerex/solid.png
%doc %{_texmfdistdir}/doc/latex/prerex/vprerex-6.4.2.tar.gz

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 6.5.3-7
+ Revision: fde4462
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25522 |14mu|texlive-prettyref-3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/prettyref
# catalog-date 2008-11-06 09:26:54 +0100
# catalog-license pd
# catalog-version 3.0
Name:		texlive-prettyref
Version:	3.0
Release:	4
Summary:	Make label references "self-identify"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prettyref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prettyref.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prettyref.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Prettyref provides a command \newrefformat, which specifies the
way in which a reference is typeset, according to a label
"identification". The identification is set in the \label
command, by using prefixed label names; so instead of
\label{mysection}, one uses \label{sec:mysection}, and
prettyref interprets the "sec:" part. The package is compatible
with hyperref and with other packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/prettyref/prettyref.sty
%doc %{_texmfdistdir}/doc/latex/prettyref/README
%doc %{_texmfdistdir}/doc/latex/prettyref/prettyref.pdf
#- source
%doc %{_texmfdistdir}/source/latex/prettyref/prettyref.dtx
%doc %{_texmfdistdir}/source/latex/prettyref/prettyref.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-4
+ Revision: 15f2216
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25523 |14mu|texlive-preview-11.86-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17118
# category Package
# catalog-ctan /macros/latex/contrib/preview
# catalog-date 2010-02-22 08:57:39 +0100
# catalog-license gpl
# catalog-version 11.86
Name:		texlive-preview
Version:	11.86
Release:	4
Summary:	Extract bits of a LaTeX source for output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/preview
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/preview.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/preview.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/preview.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is a free-standing part of the preview-latex
bundle. The package provides the support preview-latex needs,
when it chooses the matter it will preview. The output may
reasonably be expected to have other uses, as in html
translators, etc.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/preview/prauctex.cfg
%{_texmfdistdir}/tex/latex/preview/prauctex.def
%{_texmfdistdir}/tex/latex/preview/prcounters.def
%{_texmfdistdir}/tex/latex/preview/preview.sty
%{_texmfdistdir}/tex/latex/preview/prfootnotes.def
%{_texmfdistdir}/tex/latex/preview/prlyx.def
%{_texmfdistdir}/tex/latex/preview/prshowbox.def
%{_texmfdistdir}/tex/latex/preview/prshowlabels.def
%{_texmfdistdir}/tex/latex/preview/prtightpage.def
%{_texmfdistdir}/tex/latex/preview/prtracingall.def
%doc %{_texmfdistdir}/doc/latex/preview/README
%doc %{_texmfdistdir}/doc/latex/preview/preview.pdf
#- source
%doc %{_texmfdistdir}/source/latex/preview/preview.drv
%doc %{_texmfdistdir}/source/latex/preview/preview.dtx
%doc %{_texmfdistdir}/source/latex/preview/preview.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 11.86-4
+ Revision: aa6eec6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25524 |14mu|texlive-printlen-1.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19847
# category Package
# catalog-ctan /macros/latex/contrib/printlen
# catalog-date 2010-09-22 14:58:28 +0200
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-printlen
Version:	1.1a
Release:	4
Summary:	Print lengths using specified units
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/printlen
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/printlen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/printlen.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
\printlength{length} prints the value of a LaTeX length in the
units specified by \uselengthunit{unit} ('unit' may be any TeX
length unit except for scaled point, viz., any of: pt, pc, in,
mm, cm, bp, dd or cc). When the unit is pt, the printed length
value will include any stretch or shrink; otherwise these are
not printed. The 'unit' argument may also be PT, in which case
length values will be printed in point units but without any
stretch or shrink values.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/printlen/printlen.sty
%doc %{_texmfdistdir}/doc/latex/printlen/printlen-doc.pdf
%doc %{_texmfdistdir}/doc/latex/printlen/printlen-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1a-4
+ Revision: 858b5fd
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25525 |14mu|texlive-probsoln-3.02-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25106
# category Package
# catalog-ctan /macros/latex/contrib/probsoln
# catalog-date 2012-01-14 16:28:43 +0100
# catalog-license lppl
# catalog-version 3.02
Name:		texlive-probsoln
Version:	3.02
Release:	3
Summary:	Generate problem sheets and their solution sheets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/probsoln
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/probsoln.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/probsoln.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/probsoln.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is designed for lecturers who have to generate new
problem sheets for their students on a regular basis (e.g.
yearly) by randomly selecting a specified number of problems
defined in another file. The package allows you easily to
generate a new problem sheet that is different from the
previous year, thus alleviating the temptation of students to
seek out the previous year's students and checking out their
answers. The solutions to the problems can be defined along
with the problem, making it easy to generate the solution sheet
from the same source code; problems may be reused within a
document, so that solutions may appear in a different section
of the same document as the problems they cover.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/probsoln/probsoln.sty
%doc %{_texmfdistdir}/doc/latex/probsoln/CHANGES
%doc %{_texmfdistdir}/doc/latex/probsoln/INSTALL
%doc %{_texmfdistdir}/doc/latex/probsoln/README
%doc %{_texmfdistdir}/doc/latex/probsoln/probsoln-manual.css
%doc %{_texmfdistdir}/doc/latex/probsoln/probsoln-manual.html
%doc %{_texmfdistdir}/doc/latex/probsoln/probsoln-manual.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/probsoln.pdf
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample.pdf
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample2.pdf
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample2.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample3.pdf
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample3.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample4.pdf
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample4.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample5.pdf
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample5.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample6.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample7.tex
%doc %{_texmfdistdir}/doc/latex/probsoln/samples/sample8.tex
#- source
%doc %{_texmfdistdir}/source/latex/probsoln/probsoln.dtx
%doc %{_texmfdistdir}/source/latex/probsoln/probsoln.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.02-3
+ Revision: 35944af
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25526 |14mu|texlive-procIAGssymp-20070106-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/procIAGssymp
# catalog-date 2007-01-06 21:10:04 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-procIAGssymp
Version:	20070106
Release:	4
Summary:	Macros for IAG symposium papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/procIAGssymp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/procIAGssymp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/procIAGssymp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides (re-)definitions of some LaTeX commands
that can be useful for the preparation of a paper with the
style of the proceeding of symposia sponsored by the
'International Association of Geodesy (IAG)' published by
Springer-Verlag.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/procIAGssymp/procIAGssymp.sty
%doc %{_texmfdistdir}/doc/latex/procIAGssymp/TestPaper.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070106-4
+ Revision: 68a2403
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25527 |14mu|texlive-productbox-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20886
# category Package
# catalog-ctan /macros/latex/contrib/gene/productbox
# catalog-date 2010-12-30 01:06:48 +0100
# catalog-license other-free
# catalog-version 1.1
Name:		texlive-productbox
Version:	1.1
Release:	4
Summary:	Typeset a three-dimensional product box
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/gene/productbox
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/productbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/productbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/productbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables typesetting of a three-dimensional product
box. This product box can be rendered as it is standing on a
surface and some light is shed onto it. Alternatively it can be
typeset as a wireframe to be cut out and glued together. This
will lead to a physical product box. The package requires the
package pgf and TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/productbox/productbox.sty
%doc %{_texmfdistdir}/doc/latex/productbox/Makefile
%doc %{_texmfdistdir}/doc/latex/productbox/README
%doc %{_texmfdistdir}/doc/latex/productbox/productbox.bib
%doc %{_texmfdistdir}/doc/latex/productbox/productbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/productbox/productbox.dtx
%doc %{_texmfdistdir}/source/latex/productbox/productbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 055010a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25528 |14mu|texlive-program-3.3.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20022
# category Package
# catalog-ctan /macros/latex/contrib/program
# catalog-date 2010-10-07 12:36:42 +0200
# catalog-license gpl3
# catalog-version 3.3.12
Name:		texlive-program
Version:	3.3.12
Release:	4
Summary:	Typesetting programs and algorithms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/program
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/program.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/program.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The main offering is a program environment; a programbox
environment is available for fragments that must not break with
the pages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/program/program.sty
%doc %{_texmfdistdir}/doc/latex/program/README
%doc %{_texmfdistdir}/doc/latex/program/gpl-3.0.txt
%doc %{_texmfdistdir}/doc/latex/program/plink.tex
%doc %{_texmfdistdir}/doc/latex/program/program-demo.tex
%doc %{_texmfdistdir}/doc/latex/program/program-doc.pdf
%doc %{_texmfdistdir}/doc/latex/program/program-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.3.12-4
+ Revision: 8a634aa
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25529 |14mu|texlive-progress-1.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19519
# category Package
# catalog-ctan /macros/latex/contrib/progress
# catalog-date 2007-01-06 21:10:04 +0100
# catalog-license lppl
# catalog-version 1.10
Name:		texlive-progress
Version:	1.10
Release:	4
Summary:	Creates an overview of a document's state
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/progress
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/progress.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/progress.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Progress is a package which. when compiling TeX and LaTeX
documents, generates a HTML file showing an overview of a
document's state (of how finished it is). The report is sent to
file \ProgressReportName, which is by default the \jobname with
the date appended (but is user-modifiable).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/progress/progress.sty
%doc %{_texmfdistdir}/doc/latex/progress/README
%doc %{_texmfdistdir}/doc/latex/progress/progress.pdf
%doc %{_texmfdistdir}/doc/latex/progress/progress.tex
%doc %{_texmfdistdir}/doc/latex/progress/progress20030701.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.10-4
+ Revision: f9fa098
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25530 |14mu|texlive-progressbar-v1.0b2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25431
# category Package
# catalog-ctan /macros/latex/contrib/progressbar
# catalog-date 2012-02-19 15:32:47 +0100
# catalog-license lppl
# catalog-version v1.0b~2
Name:		texlive-progressbar
Version:	v1.0b2
Release:	3
Summary:	Visualize shares of total amounts in the form of a (progress-)bar
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/progressbar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/progressbar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/progressbar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package allows you to easily visualize shares of total
amounts in the form of a bar. So basically you can convert any
number between 0 and 1 to a progressbar using the command
\progressbar{<number>}. Also a lot of customizations are
possible, allowing you to create an unique progressbar on your
own.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/progressbar/progressbar.sty
%doc %{_texmfdistdir}/doc/latex/progressbar/README
%doc %{_texmfdistdir}/doc/latex/progressbar/progressbar.pdf
%doc %{_texmfdistdir}/doc/latex/progressbar/progressbar.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.0b2-3
+ Revision: 622f511
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25531 |14mu|texlive-properties-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/properties
# catalog-date 2009-11-10 09:17:41 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-properties
Version:	0.2
Release:	4
Summary:	Load properties from a file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/properties
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/properties.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/properties.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package loads properties (key, value) from a properties
file, e.g. \jobname.properties.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/properties/properties.sty
%doc %{_texmfdistdir}/doc/latex/properties/readme.de
%doc %{_texmfdistdir}/doc/latex/properties/testprop.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 5cdc8e2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25532 |14mu|texlive-proposal-20130219-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29174
# category Package
# catalog-ctan /macros/latex/contrib/proposal
# catalog-date 2013-02-19 13:34:37 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-proposal
Version:	20130219
Release:	7
Summary:	A class for preparing proposals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/proposal
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/proposal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/proposal.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/proposal.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The process of preparing a collaborative proposal, to a major
funding body, involves integration of contributions of a many
people at many sites. It is therefore an ideal application for
a text-based document preparation system such as LaTeX, in
concert with a distributed version control system such as SVN.
The proposal class itself provides a basis for such an
enterprise. The dfgproposal and dfgproposal classes provide two
specialisations of the base class for (respectively) German and
European research proposals. The packages depend on the
author's stex bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/proposal/base/pdata.sty
%{_texmfdistdir}/tex/latex/proposal/base/proposal.cls
%{_texmfdistdir}/tex/latex/proposal/base/reporting.cls
%{_texmfdistdir}/tex/latex/proposal/dfg/dfgpdata.sty
%{_texmfdistdir}/tex/latex/proposal/dfg/dfgproposal.cls
%{_texmfdistdir}/tex/latex/proposal/dfg/dfgreporting.cls
%{_texmfdistdir}/tex/latex/proposal/eu/eupdata.sty
%{_texmfdistdir}/tex/latex/proposal/eu/euproposal.cls
%{_texmfdistdir}/tex/latex/proposal/eu/eureporting.cls
%doc %{_texmfdistdir}/doc/latex/proposal/README
%doc %{_texmfdistdir}/doc/latex/proposal/base/README
%doc %{_texmfdistdir}/doc/latex/proposal/base/proposal.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/dfg/README
%doc %{_texmfdistdir}/doc/latex/proposal/dfg/dfgproposal.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/eu/README
%doc %{_texmfdistdir}/doc/latex/proposal/eu/euproposal.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/proposal/examples/README
%doc %{_texmfdistdir}/doc/latex/proposal/examples/dfgdocs/1_02.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/dfgdocs/1_02e.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/dfgdocs/2_01.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/dfgdocs/2_010.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/dfgdocs/2_012e.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/dfgdocs/54_01_de.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/dfgdocs/54_01_en.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/Makefile
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/README
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/breakthrough.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/impact.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/implementation.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/methodology.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/novelty.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB-blx.bib
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB.deliverables
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB.delivs
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB.pdata
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB1-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB2-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB3-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/propB4-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/quality.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/fetopenstrep/workplan.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/lib/WApersons.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/lib/dummy.bib
%doc %{_texmfdistdir}/doc/latex/proposal/examples/lib/jacobs-logo.png
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/Makefile
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/funds.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/preconditions.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/proposal-blx.bib
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/proposal.pdata
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/proposal.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/proposal.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/state.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/workplan.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/proposal/zusammenfassung.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/Makefile
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/README
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/finalreport-blx.bib
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/finalreport.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/finalreport.pdata
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/finalreport.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/finalreport.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/letter_submission.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/letter_submission.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/progressreport.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/report/progresssummary.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/Makefile
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/README
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/jacobs-logo.png
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/letter_submission.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/letter_submission.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/preconditions.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/proposal-blx.bib
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/proposal.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/proposal.pdata
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/proposal.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/proposal.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/proposal1-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/simple-proposal/workplan.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/Makefile
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/README
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/deliverables.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/impact.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/implementation.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/issues.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/methodology.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/milestones.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/objectives.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/progress.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB-blx.bib
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB.deliverables
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB.delivs
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB.pdata
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB.pdf
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB1-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB2-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB3-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/propB4-blx.bbl
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/quality.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/risks.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/site-bar.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/site-baz.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/site-efo.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/site-jacu.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/site-templatex.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/workplan.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/wp-class.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/wp-dissem.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/wp-management.tex
%doc %{_texmfdistdir}/doc/latex/proposal/examples/strep/wp-temple.tex
#- source
%doc %{_texmfdistdir}/source/latex/proposal/base/proposal.dtx
%doc %{_texmfdistdir}/source/latex/proposal/base/proposal.ins
%doc %{_texmfdistdir}/source/latex/proposal/dfg/dfgproposal.dtx
%doc %{_texmfdistdir}/source/latex/proposal/dfg/dfgproposal.ins
%doc %{_texmfdistdir}/source/latex/proposal/eu/euproposal.dtx
%doc %{_texmfdistdir}/source/latex/proposal/eu/euproposal.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130219-7
+ Revision: 8f421f5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25533 |14mu|texlive-prosper-1.0h-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/prosper
# catalog-date 2010-05-17 14:53:01 +0200
# catalog-license lppl1.2
# catalog-version 1.0h
Name:		texlive-prosper
Version:	1.0h
Release:	4
Summary:	LaTeX class for high quality slides
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/prosper
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prosper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prosper.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/prosper.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Prosper is a LaTeX class for writing transparencies. It is
written as an extension of the seminar class by Timothy Van
Zandt. Prosper offers a friendly environment for creating
slides for both presentations with an overhead projector and a
video projector. Slides prepared for a presentation with a
computer and a video projector may integrate animation effects,
incremental display, and so on. Various visual styles are
supported (including some that mimic PowerPoint) and others are
being contributed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/prosper/PPRalcatel.sty
%{_texmfdistdir}/tex/latex/prosper/PPRalienglow.sty
%{_texmfdistdir}/tex/latex/prosper/PPRautumn.sty
%{_texmfdistdir}/tex/latex/prosper/PPRazure.sty
%{_texmfdistdir}/tex/latex/prosper/PPRblends.sty
%{_texmfdistdir}/tex/latex/prosper/PPRcapsules.sty
%{_texmfdistdir}/tex/latex/prosper/PPRcontemporain.sty
%{_texmfdistdir}/tex/latex/prosper/PPRcorners.sty
%{_texmfdistdir}/tex/latex/prosper/PPRdarkblue.sty
%{_texmfdistdir}/tex/latex/prosper/PPRdefault.sty
%{_texmfdistdir}/tex/latex/prosper/PPRframes.sty
%{_texmfdistdir}/tex/latex/prosper/PPRfyma.sty
%{_texmfdistdir}/tex/latex/prosper/PPRgyom.sty
%{_texmfdistdir}/tex/latex/prosper/PPRlignesbleues.sty
%{_texmfdistdir}/tex/latex/prosper/PPRmancini.sty
%{_texmfdistdir}/tex/latex/prosper/PPRnuancegris.sty
%{_texmfdistdir}/tex/latex/prosper/PPRprettybox.sty
%{_texmfdistdir}/tex/latex/prosper/PPRrico.sty
%{_texmfdistdir}/tex/latex/prosper/PPRserpaggi.sty
%{_texmfdistdir}/tex/latex/prosper/PPRthomasd.sty
%{_texmfdistdir}/tex/latex/prosper/PPRtroispoints.sty
%{_texmfdistdir}/tex/latex/prosper/PPRwhitecross.sty
%{_texmfdistdir}/tex/latex/prosper/PPRwinter.sty
%{_texmfdistdir}/tex/latex/prosper/PPRwj.sty
%{_texmfdistdir}/tex/latex/prosper/angleHG.ps
%{_texmfdistdir}/tex/latex/prosper/arrow-glow.ps
%{_texmfdistdir}/tex/latex/prosper/barre-rico.ps
%{_texmfdistdir}/tex/latex/prosper/blue-inverted-arrow.ps
%{_texmfdistdir}/tex/latex/prosper/boule-base.eps
%{_texmfdistdir}/tex/latex/prosper/boulebleue-fondblanc.eps
%{_texmfdistdir}/tex/latex/prosper/boulerouge-fondblanc.eps
%{_texmfdistdir}/tex/latex/prosper/bouleverte-fondblanc.eps
%{_texmfdistdir}/tex/latex/prosper/bullet-glow.ps
%{_texmfdistdir}/tex/latex/prosper/compilation.eps
%{_texmfdistdir}/tex/latex/prosper/degrade-base.eps
%{_texmfdistdir}/tex/latex/prosper/degrade-blanc-bleu.eps
%{_texmfdistdir}/tex/latex/prosper/green-bullet-on-blue-wc.ps
%{_texmfdistdir}/tex/latex/prosper/green-bullet-on-blue.ps
%{_texmfdistdir}/tex/latex/prosper/green-bullet-on-white.ps
%{_texmfdistdir}/tex/latex/prosper/green-inverted-arrow.ps
%{_texmfdistdir}/tex/latex/prosper/gyom.ps
%{_texmfdistdir}/tex/latex/prosper/prosper-structure.eps
%{_texmfdistdir}/tex/latex/prosper/prosper.cls
%{_texmfdistdir}/tex/latex/prosper/red-bullet-on-blue-wc.ps
%{_texmfdistdir}/tex/latex/prosper/red-bullet-on-blue.ps
%{_texmfdistdir}/tex/latex/prosper/red-bullet-on-white.ps
%{_texmfdistdir}/tex/latex/prosper/red-inverted-arrow.ps
%{_texmfdistdir}/tex/latex/prosper/rico.ps
%{_texmfdistdir}/tex/latex/prosper/rico_bullet1.ps
%{_texmfdistdir}/tex/latex/prosper/rico_bullet2.ps
%{_texmfdistdir}/tex/latex/prosper/rico_bullet3.ps
%{_texmfdistdir}/tex/latex/prosper/rotation.ps
%{_texmfdistdir}/tex/latex/prosper/rule-glow.ps
%{_texmfdistdir}/tex/latex/prosper/yellow-bullet-on-blue-wc.ps
%{_texmfdistdir}/tex/latex/prosper/yellow-bullet-on-blue.ps
%{_texmfdistdir}/tex/latex/prosper/yellow-bullet-on-white.ps
%doc %{_texmfdistdir}/doc/latex/prosper/Example.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleAlienglow.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleAutumn.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleAzure.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleContemporain.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleDarkblue.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleFrames.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleLignesbleues.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleNuanceGris.tex
%doc %{_texmfdistdir}/doc/latex/prosper/ExampleTroisPoints.tex
%doc %{_texmfdistdir}/doc/latex/prosper/FAQ
%doc %{_texmfdistdir}/doc/latex/prosper/NEWS
%doc %{_texmfdistdir}/doc/latex/prosper/README
%doc %{_texmfdistdir}/doc/latex/prosper/green-bullet-on-blue-wc.gif
%doc %{_texmfdistdir}/doc/latex/prosper/green-bullet-on-blue.gif
%doc %{_texmfdistdir}/doc/latex/prosper/green-bullet-on-white.gif
%doc %{_texmfdistdir}/doc/latex/prosper/gyom.tex
%doc %{_texmfdistdir}/doc/latex/prosper/manifest.txt
%doc %{_texmfdistdir}/doc/latex/prosper/prosper-doc.pdf
%doc %{_texmfdistdir}/doc/latex/prosper/prosper-doc.tex
%doc %{_texmfdistdir}/doc/latex/prosper/prosper-template.jpg
%doc %{_texmfdistdir}/doc/latex/prosper/prosper-tour.pdf
%doc %{_texmfdistdir}/doc/latex/prosper/prosper-tour.tex
%doc %{_texmfdistdir}/doc/latex/prosper/red-bullet-on-blue-wc.gif
%doc %{_texmfdistdir}/doc/latex/prosper/red-bullet-on-blue.gif
%doc %{_texmfdistdir}/doc/latex/prosper/red-bullet-on-white.gif
%doc %{_texmfdistdir}/doc/latex/prosper/rico.tex
%doc %{_texmfdistdir}/doc/latex/prosper/rotation.tex
%doc %{_texmfdistdir}/doc/latex/prosper/yellow-bullet-on-blue-wc.gif
%doc %{_texmfdistdir}/doc/latex/prosper/yellow-bullet-on-blue.gif
%doc %{_texmfdistdir}/doc/latex/prosper/yellow-bullet-on-white.gif
#- source
%doc %{_texmfdistdir}/source/latex/prosper/AUTHORS
%doc %{_texmfdistdir}/source/latex/prosper/ChangeLog
%doc %{_texmfdistdir}/source/latex/prosper/INSTALL
%doc %{_texmfdistdir}/source/latex/prosper/TODO
%doc %{_texmfdistdir}/source/latex/prosper/compilation.fig
%doc %{_texmfdistdir}/source/latex/prosper/prosper-structure.fig
%doc %{_texmfdistdir}/source/latex/prosper/prosper.png
%doc %{_texmfdistdir}/source/latex/prosper/prosper.ui
%doc %{_texmfdistdir}/source/latex/prosper/seminar-bg2-lepennec.fix

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0h-4
+ Revision: 6749989
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25534 |14mu|texlive-protex-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /web/protex
# catalog-date 2008-09-16 21:39:08 +0200
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-protex
Version:	1.5
Release:	4
Summary:	Literate programming package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/web/protex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/protex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/protex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
ProTeX is a simple but powerful literate programming tool,
which is designed to generate useful hypertext output (either
PDF, or HTML using TeX4ht).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/protex/AlProTex.sty
%{_texmfdistdir}/tex/latex/protex/ProTex.sty
%doc %{_texmfdistdir}/doc/latex/protex/LitProg
%doc %{_texmfdistdir}/doc/latex/protex/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: 5056d26
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25535 |14mu|texlive-protocol-1.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25562
# category Package
# catalog-ctan /macros/latex/contrib/protocol
# catalog-date 2012-03-03 18:35:38 +0100
# catalog-license lppl1.3
# catalog-version 1.13
Name:		texlive-protocol
Version:	1.13
Release:	4
Summary:	A class for minutes of meetings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/protocol
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/protocol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/protocol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/protocol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The present version of the class supports German meeting
minutes including vote results and action items. The author has
ambitions to internationalise the code, and would welcome
support in the work.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/protocol/protocol.cls
%doc %{_texmfdistdir}/doc/latex/protocol/README
%doc %{_texmfdistdir}/doc/latex/protocol/protest.tex
%doc %{_texmfdistdir}/doc/latex/protocol/protocol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/protocol/protocol.dtx
%doc %{_texmfdistdir}/source/latex/protocol/protocol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.13-4
+ Revision: f8f5903
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25536 |14mu|texlive-przechlewski-book-20110814-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23552
# category Package
# catalog-ctan /info/examples/przechlewski-book-examples
# catalog-date 2011-08-14 21:16:59 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-przechlewski-book
Version:	20110814
Release:	4
Summary:	Examples from Przechlewski's LaTeX book
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/info/examples/przechlewski-book-examples
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/przechlewski-book.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/przechlewski-book.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides machine-readable copies of the examples
from the book "Praca magisterska i dyplomowa z programem
LaTeX".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/przechlewski-book/papalike.bst
%{_texmfdistdir}/tex/latex/przechlewski-book/upmgr.cls
%{_texmfdistdir}/tex/latex/przechlewski-book/wkmgr.cls
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/LICENSE
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/Makefile
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/README
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/README.pl
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/TAM-pl.pdf
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/b313.bib
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p21.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p22.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p23.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p24.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p31.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p310.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p311.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p312.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p313.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p313_utf8.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p32.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p33.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p34.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p35.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p36.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p37.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p38.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p39.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p41.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p42.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p43.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p44.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p45.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/p46.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/rys1_5.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr.bib
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr.html
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr1.pdf
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr1.tex
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr2.pdf
%doc %{_texmfdistdir}/doc/latex/przechlewski-book/wkmgr2.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110814-4
+ Revision: 0ee05e0
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25537 |14mu|texlive-ps2pkm-1.6beta1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /fonts/utilities/ps2pk
# catalog-date 2012-07-20 20:39:39 +0200
# catalog-license other-free
# catalog-version 1.6 beta 1
Name:		texlive-ps2pkm
Version:	1.6beta1
Release:	10
Summary:	Generate a PK font from an Adobe Type 1 font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/utilities/ps2pk
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ps2pkm.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-ps2pkm.bin

%description
Generates a PK file from an Adobe Type 1 font. PK fonts are (or
used to be) valuable in enabling previewers to view documents
generated that use Type 1 fonts. The program makes use of code
donated to the X consortium by IBM.


#-----------------------------------------------------------------------
%files
%{_mandir}/man1/mag.1*
%{_texmfdistdir}/doc/man/man1/mag.man1.pdf
%{_mandir}/man1/pfb2pfa.1*
%{_texmfdistdir}/doc/man/man1/pfb2pfa.man1.pdf
%{_mandir}/man1/pk2bm.1*
%{_texmfdistdir}/doc/man/man1/pk2bm.man1.pdf
%{_mandir}/man1/ps2pk.1*
%{_texmfdistdir}/doc/man/man1/ps2pk.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6beta1-10
+ Revision: 55038f9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25538 |14mu|texlive-psbao-0.17-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/psbao
# catalog-date 2008-11-15 12:33:11 +0100
# catalog-license lppl
# catalog-version 0.17
Name:		texlive-psbao
Version:	0.17
Release:	4
Summary:	Draw Bao diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/psbao
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psbao.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psbao.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package draws Bao diagrams in LaTeX. The package is a
development of psgo, and uses PSTricks to draw the diagrams.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/psbao/psbao.sty
%doc %{_texmfdistdir}/doc/latex/psbao/Changes
%doc %{_texmfdistdir}/doc/latex/psbao/README
%doc %{_texmfdistdir}/doc/latex/psbao/psbaomanual.pdf
%doc %{_texmfdistdir}/doc/latex/psbao/psbaomanual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.17-4
+ Revision: 33554e2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25539 |14mu|texlive-pseudocode-20090302-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pseudocode
# catalog-date 2009-03-02 13:24:03 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-pseudocode
Version:	20090302
Release:	4
Summary:	LaTeX environment for specifying algorithms in a natural way
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pseudocode
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pseudocode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pseudocode.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides the environment "pseudocode" for
describing algorithms in a natural manner.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pseudocode/pseudocode.sty
%doc %{_texmfdistdir}/doc/latex/pseudocode/README
%doc %{_texmfdistdir}/doc/latex/pseudocode/pseudocode.pdf
%doc %{_texmfdistdir}/doc/latex/pseudocode/pseudocode.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090302-4
+ Revision: 64f4be6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25540 |14mu|texlive-psfrag-3.04-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/psfrag
# catalog-date 2009-10-07 22:25:55 +0200
# catalog-license other-free
# catalog-version 3.04
Name:		texlive-psfrag
Version:	3.04
Release:	4
Summary:	Replace strings in encapsulated PostScript figures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/psfrag
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psfrag.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psfrag.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psfrag.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
Allows LaTeX constructions (equations, picture environments,
etc.) to be precisely superimposed over Encapsulated PostScript
figures, using your own favorite drawing tool to create an EPS
figure and placing simple text 'tags' where each replacement is
to be placed, with PSfrag automatically removing these tags
from the figure and replacing them with a user specified LaTeX
construction, properly aligned, scaled, and/or rotated.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/psfrag/psfrag.pro
%{_texmfdistdir}/tex/latex/psfrag/psfrag.sty
%doc %{_texmfdistdir}/doc/latex/psfrag/00readme.txt
%doc %{_texmfdistdir}/doc/latex/psfrag/announce.txt
%doc %{_texmfdistdir}/doc/latex/psfrag/example.eps
%doc %{_texmfdistdir}/doc/latex/psfrag/pfgguide.pdf
%doc %{_texmfdistdir}/doc/latex/psfrag/pfgguide.tex
%doc %{_texmfdistdir}/doc/latex/psfrag/testfig.eps
#- source
%doc %{_texmfdistdir}/source/latex/psfrag/psfrag.dtx
%doc %{_texmfdistdir}/source/latex/psfrag/psfrag.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.04-4
+ Revision: 8b7b44c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25541 |14mu|texlive-psfragx-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26243
# category Package
# catalog-ctan /macros/latex/contrib/psfragx
# catalog-date 2012-05-07 20:30:54 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-psfragx
Version:	1.1
Release:	3
Summary:	A psfrag eXtension
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/psfragx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psfragx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psfragx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psfragx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
PSfragX offers a mechanism to embed \psfrag commands, as
provided by the psfrag package, into the EPS file itself. Each
time a graphic is included, the EPS file is scanned. If some
tagged lines are found, they are used to define the psfrag
replacements that should be performed automatically. In
addition, a similar mechanism holds for overpic objects. These
are picture objects superimposed on the included graphic. A
similar mechanism is implemented in psfrag itself (but
deprecated in the documentation), but psfragx offers much more
flexibility. For example, if babel is used, it is possible to
define different replacements corresponding to different
languages. The replacements to take into account will be
selected on the basis of the current language of the document.
A Matlab script (LaPrint) is provided, to export an EPS file
with psfragx annotations ready embedded.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/psfragx/psfragx.cfg
%{_texmfdistdir}/tex/latex/psfragx/psfragx.sty
%doc %{_texmfdistdir}/doc/latex/psfragx/README
%doc %{_texmfdistdir}/doc/latex/psfragx/README.laprint-3.16
%doc %{_texmfdistdir}/doc/latex/psfragx/laprint.m
%doc %{_texmfdistdir}/doc/latex/psfragx/laprintdoc.ps
%doc %{_texmfdistdir}/doc/latex/psfragx/laprpfx.mat
%doc %{_texmfdistdir}/doc/latex/psfragx/pfxprint.m
%doc %{_texmfdistdir}/doc/latex/psfragx/psfragx.m
%doc %{_texmfdistdir}/doc/latex/psfragx/psfragx.pdf
%doc %{_texmfdistdir}/doc/latex/psfragx/psfragx_example.pdf
%doc %{_texmfdistdir}/doc/latex/psfragx/psfragx_example.tex
%doc %{_texmfdistdir}/doc/latex/psfragx/readmePFX.txt
#- source
%doc %{_texmfdistdir}/source/latex/psfragx/psfragx.drv
%doc %{_texmfdistdir}/source/latex/psfragx/psfragx.dtx
%doc %{_texmfdistdir}/source/latex/psfragx/psfragx.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: e19cfa2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25542 |14mu|texlive-psgo-0.17-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/psgo
# catalog-date 2008-09-06 19:20:59 +0200
# catalog-license lppl
# catalog-version 0.17
Name:		texlive-psgo
Version:	0.17
Release:	4
Summary:	Typeset go diagrams with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/psgo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psgo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psgo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive psgo package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/psgo/psgo.sty
%doc %{_texmfdistdir}/doc/latex/psgo/Changes
%doc %{_texmfdistdir}/doc/latex/psgo/README
%doc %{_texmfdistdir}/doc/latex/psgo/psgomanual.pdf
%doc %{_texmfdistdir}/doc/latex/psgo/psgomanual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.17-4
+ Revision: c5720c9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25543 |14mu|texlive-pslatex-20091007-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16416
# category Package
# catalog-ctan /macros/latex/contrib/pslatex
# catalog-date 2009-10-07 22:25:55 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-pslatex
Version:	20091007
Release:	4
Summary:	Use PostScript fonts by default
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pslatex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pslatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pslatex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A small package that makes LaTeX default to 'standard'
PostScript fonts. It is basically a merger of the times and the
(obsolete) mathptm packages from the psnfss suite. You must
have installed standard LaTeX and the psnfss PostScript fonts
to use this package. The main novel feature is that the pslatex
package tries to compensate for the visual differences between
the Adobe fonts by scaling Helvetica by 90%, and 'condensing'
Courier (i.e. scaling horizontally) by 85%. The package is
supplied with a (unix) shell file for a 'pslatex' command that
allows standard LaTeX documents to be processed, without
needing to edit the file. Note that current psnfss uses a
different technique for scaling Helvetica, and treats Courier
as a lost cause (there are better free fixed-width available
now, than there were when pslatex was designed). As a result,
pslatex is widely considered obsolete.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/pslatex/pcrr8rn.map
%{_texmfdistdir}/fonts/tfm/public/pslatex/pcrr7tn.tfm
%{_texmfdistdir}/fonts/tfm/public/pslatex/pcrr8rn.tfm
%{_texmfdistdir}/fonts/tfm/public/pslatex/pcrr8tn.tfm
%{_texmfdistdir}/fonts/vf/public/pslatex/pcrr7tn.vf
%{_texmfdistdir}/fonts/vf/public/pslatex/pcrr8tn.vf
%{_texmfdistdir}/tex/latex/pslatex/pslatex.sty
#- source
%doc %{_texmfdistdir}/source/latex/pslatex/fontinst/pslatex.tex
%doc %{_texmfdistdir}/source/latex/pslatex/shell/pslatex
%doc %{_texmfdistdir}/source/latex/pslatex/shell/pslatex.bat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091007-4
+ Revision: 236a556
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25544 |14mu|texlive-pspicture-20070311-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pspicture
# catalog-date 2007-03-11 16:56:01 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-pspicture
Version:	20070311
Release:	4
Summary:	PostScript picture support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pspicture
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pspicture.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pspicture.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pspicture.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A replacement for LaTeX's picture macros, that uses PostScript
\special commands. The package is now largely superseded by
pict2e.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pspicture/pspicture.ps
%{_texmfdistdir}/tex/latex/pspicture/pspicture.sty
%doc %{_texmfdistdir}/doc/latex/pspicture/README
%doc %{_texmfdistdir}/doc/latex/pspicture/pspicture.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pspicture/pspicture.dtx
%doc %{_texmfdistdir}/source/latex/pspicture/pspicture.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070311-4
+ Revision: f342e43
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25545 |14mu|texlive-pst-2dplot-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-2dplot
# catalog-date 2006-12-31 09:43:01 +0000
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-pst-2dplot
Version:	1.5
Release:	4
Summary:	A PSTricks package for drawing 2D curves
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-2dplot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-2dplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-2dplot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-2dplot is a pstricks package that offers an easy-to-use and
intuitive tool for plotting 2-d curves. It defines an
environment with commands similar to MATLAB for plotting.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-2dplot/pst-2dplot.sty
%doc %{_texmfdistdir}/doc/generic/pst-2dplot/README
%doc %{_texmfdistdir}/doc/generic/pst-2dplot/data1.dat
%doc %{_texmfdistdir}/doc/generic/pst-2dplot/data2.dat
%doc %{_texmfdistdir}/doc/generic/pst-2dplot/data3.dat
%doc %{_texmfdistdir}/doc/generic/pst-2dplot/pst-2dplot-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-2dplot/pst-2dplot-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: 66916e8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25546 |14mu|texlive-pst2pdf-0.12-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24845
# category Package
# catalog-ctan /graphics/pstricks/scripts/pst2pdf
# catalog-date 2011-12-14 17:37:45 +0100
# catalog-license gpl
# catalog-version 0.12
Name:		texlive-pst2pdf
Version:	0.12
Release:	5
Summary:	A script to compile pstricks documents via pdftex
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/scripts/pst2pdf
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst2pdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst2pdf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst2pdf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-pst2pdf.bin = %{EVRD}

%description
The script extracts the preamble of the document and runs all
\begin{postscript}...\end{postscript}
\begin{pspicture}...\end{pspicture} and
\pspicture...\endpspicture separately through LaTeX with the
same preamble as the original document; thus it creates EPS,
PNG and PDF files of these snippets. In a final PDFLaTeX run
the script replaces the environments with \includegraphics to
include the processed snippets. Detail documentation is
acquired from the document itself via Perldoc.


#-----------------------------------------------------------------------
%files
%{_bindir}/pst2pdf
%{_texmfdistdir}/scripts/pst2pdf/pst2pdf
%doc %{_texmfdistdir}/doc/latex/pst2pdf/Changes
%doc %{_texmfdistdir}/doc/latex/pst2pdf/Makefile
%doc %{_texmfdistdir}/doc/latex/pst2pdf/README
%doc %{_texmfdistdir}/doc/latex/pst2pdf/pst2pdf-doc.bib
%doc %{_texmfdistdir}/doc/latex/pst2pdf/pst2pdf-doc.pdf
%doc %{_texmfdistdir}/doc/latex/pst2pdf/pst2pdf-doc.tex
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test.pdf
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test.tex
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test1-pdf.pdf
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test1.tex
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test2-pdf.pdf
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test2.pdf
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test2.tex
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test3-pdf.pdf
%doc %{_texmfdistdir}/doc/latex/pst2pdf/test3.tex
%doc %{_texmfdistdir}/doc/latex/pst2pdf/tux.jpg
#- source
%doc %{_texmfdistdir}/source/latex/pst2pdf/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/pst2pdf/pst2pdf pst2pdf
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.12-5
+ Revision: f423f1b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25547 |14mu|texlive-pst-3d-1.10-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17257
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-3d
# catalog-date 2010-02-15 10:59:10 +0100
# catalog-license lppl
# catalog-version 1.10
Name:		texlive-pst-3d
Version:	1.10
Release:	5
Summary:	A PSTricks package for tilting and other pseudo-3D tricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-3d
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3d.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3d.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pst-3d package provides basic macros for shadows, tilting
and three dimensional representations of text or graphical
objects.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-3d/pst-3d.pro
%{_texmfdistdir}/tex/generic/pst-3d/pst-3d.tex
%{_texmfdistdir}/tex/latex/pst-3d/pst-3d.sty
%doc %{_texmfdistdir}/doc/generic/pst-3d/Changes
%doc %{_texmfdistdir}/doc/generic/pst-3d/README
%doc %{_texmfdistdir}/doc/generic/pst-3d/pst-3d-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-3d/pst-3d-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-3d/pst-3d-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-3d/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.10-5
+ Revision: de03cbb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25548 |14mu|texlive-pst-3dplot-1.97-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27233
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-3dplot
# catalog-date 2012-06-07 14:36:18 +0200
# catalog-license lppl
# catalog-version 1.97
Name:		texlive-pst-3dplot
Version:	1.97
Release:	3
Summary:	Draw 3D objects in parallel projection, using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-3dplot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3dplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3dplot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3dplot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package using PSTricks to draw a large variety of graphs and
plots, including 3D maths functions. Data can be read from
external data files, making this package a generic tool for
graphing within TeX/LaTeX, without the need for external tools.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-3dplot/pst-3dplot.pro
%{_texmfdistdir}/tex/generic/pst-3dplot/pst-3dplot.tex
%{_texmfdistdir}/tex/latex/pst-3dplot/pst-3dplot.sty
%doc %{_texmfdistdir}/doc/generic/pst-3dplot/Changes
%doc %{_texmfdistdir}/doc/generic/pst-3dplot/README
%doc %{_texmfdistdir}/doc/generic/pst-3dplot/more_docs/tb72voss3d.pdf
%doc %{_texmfdistdir}/doc/generic/pst-3dplot/pst-3dplot-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-3dplot/pst-3dplot-doc.dat
%doc %{_texmfdistdir}/doc/generic/pst-3dplot/pst-3dplot-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-3dplot/pst-3dplot-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-3dplot/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.97-3
+ Revision: 1cbcbc5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25549 |14mu|texlive-pst-abspos-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-abspos
# catalog-date 2009-11-10 09:17:41 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-pst-abspos
Version:	0.2
Release:	4
Summary:	Put objects at an absolute position
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-abspos
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-abspos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-abspos.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-abspos.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The (PSTricks-related) package provides a command
\pstPutAbs(x,y) to put an object at an arbitrary absolute (or
even a relative) position on the page.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-abspos/pst-abspos.tex
%{_texmfdistdir}/tex/latex/pst-abspos/pst-abspos.sty
%doc %{_texmfdistdir}/doc/generic/pst-abspos/Changes
%doc %{_texmfdistdir}/doc/generic/pst-abspos/README
%doc %{_texmfdistdir}/doc/generic/pst-abspos/pst-abspos-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-abspos/pst-abspos-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-abspos/pst-abspos-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-abspos/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: d2cf6a7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25550 |14mu|texlive-pst-am-1.02-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19591
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-am
# catalog-date 2010-09-04 14:00:25 +0200
# catalog-license lppl
# catalog-version 1.02
Name:		texlive-pst-am
Version:	1.02
Release:	4
Summary:	Simulation of modulation and demodulation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-am
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-am.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-am.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-am.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the simulation of the modulated and
demodulated amplitude of radio waves. The user may plot curves
of modulated signals, wave carrier, signal modulation, signal
recovery and signal demodulation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-am/pst-am.sty
%doc %{_texmfdistdir}/doc/generic/pst-am/Changes
%doc %{_texmfdistdir}/doc/generic/pst-am/README
%doc %{_texmfdistdir}/doc/generic/pst-am/index.phtml
%doc %{_texmfdistdir}/doc/generic/pst-am/pst-am-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-am/pst-am-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-am/pst-am-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-am/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.02-4
+ Revision: da182e7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25551 |14mu|texlive-pst-asr-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22138
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-asr
# catalog-date 2011-04-20 18:25:54 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-pst-asr
Version:	1.3
Release:	4
Summary:	Typeset autosegmental representations for linguists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-asr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-asr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-asr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to typeset autosegmental
representations. It uses the PStricks, and xkeyval packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-asr/pst-asr.tex
%{_texmfdistdir}/tex/latex/pst-asr/pst-asr.sty
%doc %{_texmfdistdir}/doc/generic/pst-asr/README
%doc %{_texmfdistdir}/doc/generic/pst-asr/pst-asr-doc-source.zip
%doc %{_texmfdistdir}/doc/generic/pst-asr/pst-asr-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-asr/pst-asr-examples.pdf
%doc %{_texmfdistdir}/doc/generic/pst-asr/pst-asr-examples.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: c72e524
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25552 |14mu|texlive-pst-bar-0.92-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18734
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-bar
# catalog-date 2009-03-12 20:12:20 +0100
# catalog-license lppl
# catalog-version 0.92
Name:		texlive-pst-bar
Version:	0.92
Release:	4
Summary:	Produces bar charts using pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-bar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
pst-bar uses pstricks to draw bar charts from data stored in a
comma-delimited file. Several types of bar charts may be drawn,
and the drawing parameters are highly customizable. No external
packages are required except those that are part of the
standard pstricks distribution.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-bar/pst-bar.pro
%{_texmfdistdir}/tex/generic/pst-bar/pst-bar.tex
%{_texmfdistdir}/tex/latex/pst-bar/pst-bar.sty
%doc %{_texmfdistdir}/doc/generic/pst-bar/README
%doc %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-docDE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-bar/pst-bar-docDE.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-bar/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.92-4
+ Revision: 11743f1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25553 |14mu|texlive-pst-barcode-0.09-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27004
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-barcode
# catalog-date 2012-06-28 12:34:54 +0200
# catalog-license lppl
# catalog-version 0.09
Name:		texlive-pst-barcode
Version:	0.09
Release:	3
Summary:	Print barcodes using PostScript
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-barcode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-barcode.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-barcode.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pst-barcode package allows printing of barcodes, in a huge
variety of formats (see documentation for details). As a
pstricks package, the package requires pstricks. The package
uses PostScript for calculating the bars. For PDF output use a
multi-pass mechansism such as pst-pdf.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-barcode/pst-barcode.pro
%{_texmfdistdir}/tex/generic/pst-barcode/pst-barcode.tex
%{_texmfdistdir}/tex/latex/pst-barcode/pst-barcode.sty
%doc %{_texmfdistdir}/doc/generic/pst-barcode/Changes
%doc %{_texmfdistdir}/doc/generic/pst-barcode/README
%doc %{_texmfdistdir}/doc/generic/pst-barcode/pst-barcode-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-barcode/pst-barcode-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-barcode/pst-barcode-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-barcode/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.09-3
+ Revision: 78a2c1a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25554 |14mu|texlive-pst-bezier-0.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-bezier
# catalog-date 2009-02-01 17:37:35 +0100
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-pst-bezier
Version:	0.01
Release:	4
Summary:	Draw Bezier curves
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-bezier
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bezier.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bezier.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bezier.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a macro \psbcurve for drawing a Bezier
curve. Provision is made for full control of over all the
control points of the curve.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-bezier/pst-bezier.pro
%{_texmfdistdir}/tex/generic/pst-bezier/pst-bezier.tex
%{_texmfdistdir}/tex/latex/pst-bezier/pst-bezier.sty
%doc %{_texmfdistdir}/doc/generic/pst-bezier/Changes
%doc %{_texmfdistdir}/doc/generic/pst-bezier/README
%doc %{_texmfdistdir}/doc/generic/pst-bezier/pst-bezier-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-bezier/pst-bezier-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-bezier/pst-bezier-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-bezier/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.01-4
+ Revision: a8d39a8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25555 |14mu|texlive-pst-blur-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-blur
# catalog-date 2006-12-19 19:38:44 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-pst-blur
Version:	2.0
Release:	4
Summary:	PSTricks package for "blurred" shadows
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-blur
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-blur.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-blur.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-blur.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-blur is a package built for use with PSTricks. It provides
macros that apply blurring to the normal shadow function of
PSTricks.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-blur/pst-blur.pro
%{_texmfdistdir}/tex/generic/pst-blur/pst-blur.tex
%{_texmfdistdir}/tex/latex/pst-blur/pst-blur.sty
%doc %{_texmfdistdir}/doc/generic/pst-blur/Changes
%doc %{_texmfdistdir}/doc/generic/pst-blur/README
%doc %{_texmfdistdir}/doc/generic/pst-blur/pst-blur.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-blur/Makefile
%doc %{_texmfdistdir}/source/generic/pst-blur/pst-blur.dtx
%doc %{_texmfdistdir}/source/generic/pst-blur/pst-blur.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: aab04a3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25556 |14mu|texlive-pst-bspline-1.61-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25582
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-bspline
# catalog-date 2012-03-07 20:35:45 +0100
# catalog-license lppl1.3
# catalog-version 1.61
Name:		texlive-pst-bspline
Version:	1.61
Release:	3
Summary:	Draw cubic Bspline curves and interpolations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-bspline
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bspline.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bspline.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package draws uniform, cubic B-spline curves, open and
closed, based on a sequence of B-spline control points. There
is also code which permits drawing the open or closed cubic
Bspline curve interpolating a sequence of points. Graphical
output is created using PStricks.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-bspline/pst-bspline.pro
%{_texmfdistdir}/tex/generic/pst-bspline/pst-bspline.tex
%{_texmfdistdir}/tex/latex/pst-bspline/pst-bspline.sty
%doc %{_texmfdistdir}/doc/generic/pst-bspline/README
%doc %{_texmfdistdir}/doc/generic/pst-bspline/pst-bspline-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-bspline/pst-bspline-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.61-3
+ Revision: 309defb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25557 |14mu|texlive-pst-calendar-0.47-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-calendar
# catalog-date 2009-03-30 10:35:07 +0200
# catalog-license lppl
# catalog-version 0.47
Name:		texlive-pst-calendar
Version:	0.47
Release:	4
Summary:	Plot calendars in "fancy" ways
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-calendar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-calendar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-calendar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pst-calendar package uses pstricks and pst-3d to draw
tabular calendars, or calendars on dodecahedra with a month to
each face (the package also requires the multido and pst-xkey
packages). The package works for years 2000-2099, and has
options for calendars in French German and English, but the
documentation is not available in English.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-calendar/pst-calendar.sty
%doc %{_texmfdistdir}/doc/latex/pst-calendar/Changes
%doc %{_texmfdistdir}/doc/latex/pst-calendar/README
%doc %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docDE.ltx
%doc %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docDE.pdf
%doc %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docDE.tex
%doc %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docFR.pdf
%doc %{_texmfdistdir}/doc/latex/pst-calendar/pst-calendar-docFR.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.47-4
+ Revision: b82f0a3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25558 |14mu|texlive-pst-circ-2.02-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22444
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-circ
# catalog-date 2011-05-12 00:58:47 +0200
# catalog-license lppl
# catalog-version 2.02
Name:		texlive-pst-circ
Version:	2.02
Release:	4
Summary:	PSTricks package for drawing electric circuits
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-circ
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-circ.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-circ.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-circ.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-circ is a package built using PSTricks and in particular
pst-node. It can easily draw current 2-terminal devices and
some 3- and 4-terminal devices used in electronic or electric
theory. The package's macros are designed with a view to
'logical' representation of circuits, as far as possible, so as
to relieve the user of purely graphical considerations when
expressing a circuit.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-circ/pst-circ.pro
%{_texmfdistdir}/tex/generic/pst-circ/pst-circ.tex
%{_texmfdistdir}/tex/latex/pst-circ/pst-circ.sty
%doc %{_texmfdistdir}/doc/generic/pst-circ/Changes
%doc %{_texmfdistdir}/doc/generic/pst-circ/README
%doc %{_texmfdistdir}/doc/generic/pst-circ/more_docs/dtk03-3.pdf
%doc %{_texmfdistdir}/doc/generic/pst-circ/pst-circ-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-circ/pst-circ-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-circ/pst-circ-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-circ/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.02-4
+ Revision: 3505da2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25559 |14mu|texlive-pst-coil-1.06-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24020
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-coil
# catalog-date 2011-09-19 17:03:12 +0200
# catalog-license lppl
# catalog-version 1.06
Name:		texlive-pst-coil
Version:	1.06
Release:	4
Summary:	A PSTricks package for coils, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-coil
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-coil.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-coil.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-coil.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-coil is a PSTricks based package for coils and zigzags and
for coil and zigzag node connections.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-coil/pst-coil.pro
%{_texmfdistdir}/tex/generic/pst-coil/pst-coil.tex
%{_texmfdistdir}/tex/latex/pst-coil/pst-coil.sty
%doc %{_texmfdistdir}/doc/generic/pst-coil/Changes
%doc %{_texmfdistdir}/doc/generic/pst-coil/README
%doc %{_texmfdistdir}/doc/generic/pst-coil/pst-coil-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-coil/pst-coil-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-coil/pst-coil-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-coil/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.06-4
+ Revision: e03ab08
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25560 |14mu|texlive-pst-cox-0.98Beta-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-cox
# catalog-date 2008-08-23 00:25:16 +0200
# catalog-license lgpl
# catalog-version 0.98 Beta
Name:		texlive-pst-cox
Version:	0.98Beta
Release:	4
Summary:	Drawing regular complex polytopes with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-cox
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-cox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-cox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-cox is a PSTricks package for drawing 2-dimensional
projections of complex regular polytopes (after the work of
Coxeter). The package consists of a macro library for drawing
the projections. The complex polytopes appear in the study of
the root systems and play a crucial role in many domains
related to mathematics and physics. These polytopes have been
completely described by Coxeter in his book "Regular Complex
Polytopes". There exist only a finite numbers of exceptional
regular complex polytopes (for example the icosahedron) and
some infinite series (for example, one can construct a multi-
dimensional analogue of the hypercube in any finite dimension).
The library contains two packages. The first, pst-coxcoor, is
devoted to the exceptional complex regular polytopes whose
coordinates have been pre-computed. The second, pst-coxeterp,
is devoted to the infinite series.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-cox/pst-coxeter.pro
%{_texmfdistdir}/tex/generic/pst-cox/pst-coxcoor.tex
%{_texmfdistdir}/tex/generic/pst-cox/pst-coxeterp.tex
%{_texmfdistdir}/tex/latex/pst-cox/pst-coxcoor.sty
%{_texmfdistdir}/tex/latex/pst-cox/pst-coxeterp.sty
%doc %{_texmfdistdir}/doc/generic/pst-cox/README
%doc %{_texmfdistdir}/doc/generic/pst-cox/gpl.txt
%doc %{_texmfdistdir}/doc/generic/pst-cox/lgpl.txt
%doc %{_texmfdistdir}/doc/generic/pst-cox/pst-coxcoor/Gallery.tex
%doc %{_texmfdistdir}/doc/generic/pst-cox/pst-coxcoor/pst-coxcoor_doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-cox/pst-coxcoor/pst-coxcoor_doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-cox/pst-coxeterp/Gallery.tex
%doc %{_texmfdistdir}/doc/generic/pst-cox/pst-coxeterp/pst-coxeterp_doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-cox/pst-coxeterp/pst-coxeterp_doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.98Beta-4
+ Revision: 4610772
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25561 |14mu|texlive-pst-dbicons-0.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17556
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-dbicons
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license lppl
# catalog-version 0.16
Name:		texlive-pst-dbicons
Version:	0.16
Release:	4
Summary:	Support for drawing ER diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-dbicons
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-dbicons.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-dbicons.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-dbicons.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides some useful macros in the database area.
The package focusses on typesetting ER-Diagrams in a
declarative style, i.e., by positioning some nodes and defining
the position of all other nodes relative to them by using the
standard database terminology. The PSTricks package is required
for using pst-dbicons, but no deep knowledge of PSTricks
commands is required (although such knowledge is useful for
exploiting the full functionality of the package).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-dbicons/pst-dbicons.sty
%doc %{_texmfdistdir}/doc/generic/pst-dbicons/README
%doc %{_texmfdistdir}/doc/generic/pst-dbicons/mondial-ER.tex
%doc %{_texmfdistdir}/doc/generic/pst-dbicons/pst-dbicons.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-dbicons/pst-dbicons.drv
%doc %{_texmfdistdir}/source/generic/pst-dbicons/pst-dbicons.dtx
%doc %{_texmfdistdir}/source/generic/pst-dbicons/pst-dbicons.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.16-4
+ Revision: 218060e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25562 |14mu|texlive-pst-diffraction-2.03-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-diffraction
# catalog-date 2008-09-03 19:49:55 +0200
# catalog-license lppl
# catalog-version 2.03
Name:		texlive-pst-diffraction
Version:	2.03
Release:	4
Summary:	Print diffraction patterns from various apertures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-diffraction
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-diffraction.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-diffraction.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-diffraction.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to draw the diffraction patterns
for different geometric forms of apertures for monochromatic
light. The aperture stops can have rectangular, circular or
triangular openings. The view of the diffraction may be planar,
or three-dimensional. Options available are the dimensions of
the aperture under consideration and of the particular optical
setting, e.g. the radius in case of an circular opening.
Moreover one can choose the wavelength of the light (the
associated color will be calculated by the package).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-diffraction/pst-diffraction.tex
%{_texmfdistdir}/tex/latex/pst-diffraction/pst-diffraction.sty
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/Changes
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/README
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docDE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docDE.tex
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docE.tex
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docFR.pdf
%doc %{_texmfdistdir}/doc/generic/pst-diffraction/pst-diffraction-docFR.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-diffraction/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.03-4
+ Revision: e5b6231
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25563 |14mu|texlive-pst-electricfield-0.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21864
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-electricfield
# catalog-date 2011-03-28 22:21:58 +0200
# catalog-license lppl
# catalog-version 0.14
Name:		texlive-pst-electricfield
Version:	0.14
Release:	4
Summary:	Draw electric field and equipotential lines with PStricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-electricfield
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-electricfield.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-electricfield.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-electricfield.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros to plot electric field and
equipotential lines using PStricks. There may be any number of
charges which can be placed in a cartesian coordinate system by
(x,y) values.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-electricfield/pst-electricfield.pro
%{_texmfdistdir}/tex/generic/pst-electricfield/pst-electricfield.tex
%{_texmfdistdir}/tex/latex/pst-electricfield/pst-electricfield.sty
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/Changes
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/README
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docDE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docDE.tex
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docEN.pdf
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docEN.tex
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docFR.pdf
%doc %{_texmfdistdir}/doc/generic/pst-electricfield/pst-electricfield-docFR.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-electricfield/Makefile
%doc %{_texmfdistdir}/source/generic/pst-electricfield/Makefile.latex
%doc %{_texmfdistdir}/source/generic/pst-electricfield/Makefile.pst2pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.14-4
+ Revision: cb07864
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25564 |14mu|texlive-pst-eps-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-eps
# catalog-date 2007-02-28 00:07:21 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-pst-eps
Version:	1.0
Release:	4
Summary:	Create EPS files from PSTricks figures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-eps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eps.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eps.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-eps is a PSTricks-based package for exporting PSTricks
images 'on the fly' to encapsulated PostScript (EPS) image
files, which can then be read into a document in the usual way.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-eps/pst-eps.tex
%{_texmfdistdir}/tex/latex/pst-eps/pst-eps.sty
%doc %{_texmfdistdir}/doc/generic/pst-eps/Changes
%doc %{_texmfdistdir}/doc/generic/pst-eps/README
%doc %{_texmfdistdir}/doc/generic/pst-eps/pst-eps-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-eps/pst-eps-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-eps/pst-eps-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-eps/spirale.eps
#- source
%doc %{_texmfdistdir}/source/generic/pst-eps/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 7f0529c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25565 |14mu|texlive-pst-eucl-1.42-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24926
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-eucl
# catalog-date 2011-12-23 12:25:21 +0100
# catalog-license lppl
# catalog-version 1.42
Name:		texlive-pst-eucl
Version:	1.42
Release:	4
Summary:	Euclidian geometry with pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-eucl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eucl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eucl.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The pst-eucl package allow the drawing of Euclidean geometric
figures using TeX pstricks macros for specifying mathematical
constraints. It is thus possible to build point using common
transformations or intersections. The use of coordinates is
limited to points which controlled the figure.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-eucl/pst-eucl.pro
%{_texmfdistdir}/tex/generic/pst-eucl/pst-eucl.tex
%{_texmfdistdir}/tex/latex/pst-eucl/pst-eucl.sty
%doc %{_texmfdistdir}/doc/generic/pst-eucl/Changes
%doc %{_texmfdistdir}/doc/generic/pst-eucl/README
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/abscur.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/abscur_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/angle.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/angle_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/arc.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/arc_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/astro.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/astro_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/bissec.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/bissec_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/ccirc.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/ccirc_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cercle.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cercle_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cinscex.pdf
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cinscex.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cinscex_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/curvetype.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/curvetype_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cyclo.pdf
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cyclo.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cycloO.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/cyclo_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/delto.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/droite.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/droite_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/envcardi.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/envcardi_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/envellipse.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/envellipse_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/euler.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/euler_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/fracthom.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/fracthom_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/gal_biss.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/gal_biss_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/gauss.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/gauss_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/gencur.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/gencur_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/geohyper.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/geohyper_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/geonode.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/geonode_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/german_ra.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/german_ra_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/grav.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/grav_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/homothetie.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/homothetie_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/hyperbole.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/hyperbole_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/hypocyclo.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interCC.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interCC_bis_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interCC_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interDC.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interDC_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interDD.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interDD_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interFC.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interFC_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interFF.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interFF_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interFL.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/interFL_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/mediator.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/mediator_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/milieu.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/milieu_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/oij.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/oij_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/orthocentre.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/orthocentre_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/orthoethyper.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/orthoethyper_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/parabole.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/parabole_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/projection.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/projection_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/ptfermat.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/ptfermat_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/remarq.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/remarq_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/rotation.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/rotation_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/segmentmark.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/segmentmark_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/symcentrale.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/symcentrale_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/symorthogonale.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/symorthogonale_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/tg1c.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/tg1c_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/tg2c.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/tg2c_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/translation.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/translation_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/triangle.ps
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/triangle.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/Examples/triangle_in.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/euclide-english.tex
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/euclide.sty
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/euclide_english.ist
%doc %{_texmfdistdir}/doc/generic/pst-eucl/doc/euclide_macros.ist
%doc %{_texmfdistdir}/doc/generic/pst-eucl/pst-eucl-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.42-4
+ Revision: d395d3f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25566 |14mu|texlive-pst-exa-0.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22113
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-exa
# catalog-date 2011-04-14 19:55:22 +0200
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-pst-exa
Version:	0.01
Release:	4
Summary:	Typeset PSTricks examples, with code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-exa
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-exa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-exa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The (PSTricks-related) package provides an environment
PSTexample to put code and output side by side or one above the
other.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-exa/pst-exa.sty
%doc %{_texmfdistdir}/doc/latex/pst-exa/Changes
%doc %{_texmfdistdir}/doc/latex/pst-exa/README
%doc %{_texmfdistdir}/doc/latex/pst-exa/pst-exa-doc.pdf
%doc %{_texmfdistdir}/doc/latex/pst-exa/pst-exa-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.01-4
+ Revision: 696d982
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25567 |14mu|texlive-pst-fill-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-fill
# catalog-date 2007-03-11 15:39:31 +0100
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-pst-fill
Version:	1.01
Release:	4
Summary:	Fill or tile areas with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-fill
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fill.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fill.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fill.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-fill is a PSTricks-based package for filling and tiling
areas or characters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-fill/pst-fill.tex
%{_texmfdistdir}/tex/latex/pst-fill/pst-fill.sty
%doc %{_texmfdistdir}/doc/generic/pst-fill/Changes
%doc %{_texmfdistdir}/doc/generic/pst-fill/README
%doc %{_texmfdistdir}/doc/generic/pst-fill/pst-fill.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-fill/Makefile
%doc %{_texmfdistdir}/source/generic/pst-fill/pst-fill.dtx
%doc %{_texmfdistdir}/source/generic/pst-fill/pst-fill.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-4
+ Revision: 230e6c9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25568 |14mu|texlive-pst-fr3d-1.10-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-fr3d
# catalog-date 2007-02-28 00:07:21 +0100
# catalog-license lppl
# catalog-version 1.10
Name:		texlive-pst-fr3d
Version:	1.10
Release:	4
Summary:	Draw 3-dimensional framed boxes using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-fr3d
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fr3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fr3d.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fr3d.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package using PSTricks to draw three dimensional framed boxes
using a macro \PstFrameBoxThreeD. The macro is especially
useful for drawing 3d-seeming buttons.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-fr3d/pst-fr3d.tex
%{_texmfdistdir}/tex/latex/pst-fr3d/pst-fr3d.sty
%doc %{_texmfdistdir}/doc/generic/pst-fr3d/Changes
%doc %{_texmfdistdir}/doc/generic/pst-fr3d/README
%doc %{_texmfdistdir}/doc/generic/pst-fr3d/pst-fr3d.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-fr3d/pst-fr3d.dtx
%doc %{_texmfdistdir}/source/generic/pst-fr3d/pst-fr3d.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.10-4
+ Revision: d6dc883
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25569 |14mu|texlive-pst-fractal-0.06-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16958
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-fractal
# catalog-date 2010-02-10 21:21:32 +0100
# catalog-license lppl
# catalog-version 0.06
Name:		texlive-pst-fractal
Version:	0.06
Release:	4
Summary:	Draw fractal sets using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-fractal
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fractal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fractal.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package will draw the Julia and Mandelbrot sets, the
Sierpinski triangle, Koch flake, and Apollonius Circle as well
as fractal trees (which need not be balanced) with a variety of
different parameters (including varying numbers of iterations).
The package uses the pst-xkey package, part of the xkeyval
distribution.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-fractal/pst-fractal.pro
%{_texmfdistdir}/tex/generic/pst-fractal/pst-fractal.tex
%{_texmfdistdir}/tex/latex/pst-fractal/pst-fractal.sty
%doc %{_texmfdistdir}/doc/generic/pst-fractal/Changes
%doc %{_texmfdistdir}/doc/generic/pst-fractal/README
%doc %{_texmfdistdir}/doc/generic/pst-fractal/pst-fractal-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-fractal/pst-fractal-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-fractal/pst-fractal-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.06-4
+ Revision: 7642f59
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25570 |14mu|texlive-pst-fun-0.04-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17909
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-fun
# catalog-date 2010-04-18 16:26:27 +0200
# catalog-license lppl
# catalog-version 0.04
Name:		texlive-pst-fun
Version:	0.04
Release:	4
Summary:	Draw "funny" objects with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-fun
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fun.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fun.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fun.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a PSTricks related package for drawing funny objects,
like ant, bird, fish, kangaroo, ... Such objects may be useful
for testing other PSTricks macros and/or packages. (Or they can
be used for fun...).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-fun/pst-fun.pro
%{_texmfdistdir}/tex/generic/pst-fun/pst-fun.tex
%{_texmfdistdir}/tex/latex/pst-fun/pst-fun.sty
%doc %{_texmfdistdir}/doc/generic/pst-fun/Changes
%doc %{_texmfdistdir}/doc/generic/pst-fun/README
%doc %{_texmfdistdir}/doc/generic/pst-fun/pst-fun-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-fun/pst-fun-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-fun/pst-fun-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-fun/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.04-4
+ Revision: 6e95f34
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25571 |14mu|texlive-pst-func-0.76-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25961
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-func
# catalog-date 2012-04-10 17:31:04 +0200
# catalog-license lppl
# catalog-version 0.76
Name:		texlive-pst-func
Version:	0.76
Release:	4
Summary:	PSTricks package for plotting mathematical functions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-func
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-func.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-func.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-func.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
pst-func is a package built for use with PSTricks. It provides
macros for plotting various mathematical functions: -
polynomials and their derivatives f(x)=an*x^n+an-1*x^(n-
1)+...+a0 defined by the coefficients a0 a1 a2 ... and the
derivative order; - the Fourier sum f(x) = a0/2+a1cos(omega
x)+...+b1sin(omega x)+... defined by the coefficients a0 a1 a2
... b1 b2 b3 ...; - the Bessel function defined by its order; -
the Gauss function defined by sigma and mu; - Bezier curves
from order 1 (two control points) to order 9 (10 control
points); - the superellipse function (the Lame curve); -
Chebyshev polynomials of the first and second kind; - the
Thomae (or popcorn) function; - various integration-derived
functions; - normal, binomial, poisson, gamma, chi-squared,
student's t, F, beta, Cauchy and Weibull distribution functions
and the Lorenz curve; - the Vasicek function for describing the
evolution of interest rates; and - implicit functions. The
plots may be generated as volumes of rotation about the X-axis,
as well.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-func/pst-func.pro
%{_texmfdistdir}/tex/generic/pst-func/pst-func.tex
%{_texmfdistdir}/tex/latex/pst-func/pst-func.sty
%doc %{_texmfdistdir}/doc/generic/pst-func/Changes
%doc %{_texmfdistdir}/doc/generic/pst-func/README
%doc %{_texmfdistdir}/doc/generic/pst-func/pst-func-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-func/pst-func-doc.data
%doc %{_texmfdistdir}/doc/generic/pst-func/pst-func-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-func/pst-func-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-func/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.76-4
+ Revision: 6bf7f66
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25572 |14mu|texlive-pst-gantt-0.21-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17206
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-gantt
# catalog-date 2010-02-24 21:46:55 +0100
# catalog-license lppl
# catalog-version 0.21
Name:		texlive-pst-gantt
Version:	0.21
Release:	4
Summary:	Draw GANTT charts with pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-gantt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gantt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gantt.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gantt.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package draws GANTT charts, which are a kind of bar chart
that displays a project schedule. The package requires the
pstricks apparatus, of course.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-gantt/pst-gantt.tex
%{_texmfdistdir}/tex/latex/pst-gantt/pst-gantt.sty
%doc %{_texmfdistdir}/doc/generic/pst-gantt/Changes
%doc %{_texmfdistdir}/doc/generic/pst-gantt/README
%doc %{_texmfdistdir}/doc/generic/pst-gantt/pst-gantt-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-gantt/pst-gantt-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-gantt/pst-gantt-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-gantt/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.21-4
+ Revision: d8ef8b7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25573 |14mu|texlive-pst-geo-2.03-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17751
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-geo
# catalog-date 2009-08-31 11:47:07 +0200
# catalog-license lppl
# catalog-version 2.03
Name:		texlive-pst-geo
Version:	2.03
Release:	4
Summary:	Geographical Projections
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-geo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-geo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-geo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
pst-geo is a set of PSTricks related packages for various
cartographic projections of the terrestrial sphere. The package
pst-map2d provides conventional projections such as Mercator,
Lambert, cylindrical, etc. The package pst-map3d treats
representation in three dimensions of the terrestrial sphere.
Packages pst-map2dII and pst-map3dII allow use of the CIA World
DataBank II. Various parameters of the packages allow for
choice of the level of the detail and the layouts possible
(cities, borders, rivers etc). Substantial data files are
provided, in an (internally) compressed format. Decompression
happens on-the-fly as a document using the data is displayed,
printed or converted to PDF format. A Perl script is provided
for the user to do the decompression, if the need should arise.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-geo/pst-map3d.pro
%{_texmfdistdir}/dvips/pst-geo/pst-map3dII.pro
%{_texmfdistdir}/tex/generic/pst-geo/data/README
%{_texmfdistdir}/tex/generic/pst-geo/data/aus.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/c-cap.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/c-sub.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/canada.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/capitales.tex
%{_texmfdistdir}/tex/generic/pst-geo/data/capitales3d.tex
%{_texmfdistdir}/tex/generic/pst-geo/data/capitals.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/cities.data
%{_texmfdistdir}/tex/generic/pst-geo/data/cities.tex
%{_texmfdistdir}/tex/generic/pst-geo/data/citycapitals.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/citysub.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/convert.py
%{_texmfdistdir}/tex/generic/pst-geo/data/corse.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/france.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/mex.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/pborder.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/pcoast.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/pisland.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/plake.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/rhone.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/ridge.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/river.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/seine.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/transfrm.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/trench.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/usa.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/villesFrance.tex
%{_texmfdistdir}/tex/generic/pst-geo/data/villesFrance3d.tex
%{_texmfdistdir}/tex/generic/pst-geo/data/villesItalia.tex
%{_texmfdistdir}/tex/generic/pst-geo/data/villesItalia3d.tex
%{_texmfdistdir}/tex/generic/pst-geo/data/wfraczon.dat
%{_texmfdistdir}/tex/generic/pst-geo/data/wmaglin.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/README
%{_texmfdistdir}/tex/generic/pst-geo/dataII/africa-bdy.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/africa-cil.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/africa-riv.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/asia-bdy.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/asia-cil.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/asia-isl.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/asia-riv.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/c-cap.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/c-sub.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/citycapitals.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/citysub.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/europe-bdy.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/europe-cil.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/europe-riv.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/namer-bdy.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/namer-cil.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/namer-pby.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/namer-riv.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/samer-arc.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/samer-bdy.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/samer-cil.dat
%{_texmfdistdir}/tex/generic/pst-geo/dataII/samer-riv.dat
%{_texmfdistdir}/tex/generic/pst-geo/pst-map2d.tex
%{_texmfdistdir}/tex/generic/pst-geo/pst-map2dII.tex
%{_texmfdistdir}/tex/generic/pst-geo/pst-map3d.tex
%{_texmfdistdir}/tex/generic/pst-geo/pst-map3dII.tex
%{_texmfdistdir}/tex/latex/pst-geo/pst-map2d.sty
%{_texmfdistdir}/tex/latex/pst-geo/pst-map2dII.sty
%{_texmfdistdir}/tex/latex/pst-geo/pst-map3d.sty
%{_texmfdistdir}/tex/latex/pst-geo/pst-map3dII.sty
%doc %{_texmfdistdir}/doc/generic/pst-geo/Changes
%doc %{_texmfdistdir}/doc/generic/pst-geo/PSTricks.bib
%doc %{_texmfdistdir}/doc/generic/pst-geo/README
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-geo-compress.pl
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-geo-decompress.pl
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map2d-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map2d-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map2dII-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map2dII-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map3d-doc-pdf.pdf
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map3d-doc-pdf.tex
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map3d-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map3d-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map3dII-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-geo/pst-map3dII-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.03-4
+ Revision: c55736d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25574 |14mu|texlive-pst-ghsb-20111104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-pst-ghsb
Version:	20111104
Release:	4
Summary:	TeXLive pst-ghsb package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ghsb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ghsb.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pst-ghsb package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-ghsb/pst-ghsb.pro
%{_texmfdistdir}/tex/generic/pst-ghsb/pst-ghsb.tex
%{_texmfdistdir}/tex/latex/pst-ghsb/pst-ghsb.sty
%doc %{_texmfdistdir}/doc/generic/pst-ghsb/README
%doc %{_texmfdistdir}/doc/generic/pst-ghsb/t-ghsb.pdf
%doc %{_texmfdistdir}/doc/generic/pst-ghsb/t-ghsb.tex
%doc %{_texmfdistdir}/doc/generic/pst-ghsb/t2-ghsb.pdf
%doc %{_texmfdistdir}/doc/generic/pst-ghsb/t2-ghsb.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-4
+ Revision: f8a61cf
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25575 |14mu|texlive-pst-gr3d-1.34-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-gr3d
# catalog-date 2006-12-19 19:38:44 +0100
# catalog-license lppl
# catalog-version 1.34
Name:		texlive-pst-gr3d
Version:	1.34
Release:	4
Summary:	Three dimensional grids with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-gr3d
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gr3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gr3d.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gr3d.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This PSTricks package provides a command \PstGridThreeD that
will draw a three dimensional grid, offering a number of
options for its appearance.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-gr3d/pst-gr3d.tex
%{_texmfdistdir}/tex/latex/pst-gr3d/pst-gr3d.sty
%doc %{_texmfdistdir}/doc/generic/pst-gr3d/Changes
%doc %{_texmfdistdir}/doc/generic/pst-gr3d/README
%doc %{_texmfdistdir}/doc/generic/pst-gr3d/pst-gr3d.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pst-gr3d/pst-gr3d.dtx
%doc %{_texmfdistdir}/source/latex/pst-gr3d/pst-gr3d.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.34-4
+ Revision: 92fec07
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25576 |14mu|texlive-pst-grad-1.06-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-grad
# catalog-date 2007-07-11 11:50:31 +0200
# catalog-license lppl
# catalog-version 1.06
Name:		texlive-pst-grad
Version:	1.06
Release:	4
Summary:	Filling with colour gradients, using PStricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-grad
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-grad.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-grad.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-grad is a PSTricks based package for filling with colour
gradients. Supported are colours in the RGB, CMYK or HSB
models. Other colour gradient mechanisms are to be found in
package pst-slpe.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-grad/pst-grad.pro
%{_texmfdistdir}/tex/generic/pst-grad/pst-grad.tex
%{_texmfdistdir}/tex/latex/pst-grad/pst-grad.sty
%doc %{_texmfdistdir}/doc/generic/pst-grad/Changes
%doc %{_texmfdistdir}/doc/generic/pst-grad/pst-grad-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-grad/pst-grad-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-grad/pst-grad-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.06-4
+ Revision: a6524ea
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25577 |14mu|texlive-pst-graphicx-0.02-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21717
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-graphicx
# catalog-date 2011-03-14 10:28:00 +0100
# catalog-license lppl
# catalog-version 0.02
Name:		texlive-pst-graphicx
Version:	0.02
Release:	4
Summary:	A pstricks-compatible graphicx for use with Plain TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-graphicx
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-graphicx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-graphicx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a version of graphicx that avoids loading
the graphics bundle's (original) keyval package, which clashes
with pstricks' use of xkeyval.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-graphicx/pst-graphicx.tex
%doc %{_texmfdistdir}/doc/generic/pst-graphicx/Changes
%doc %{_texmfdistdir}/doc/generic/pst-graphicx/README
%doc %{_texmfdistdir}/doc/generic/pst-graphicx/demo.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.02-4
+ Revision: de4d34d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25578 |14mu|texlive-pst-infixplot-0.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-infixplot
# catalog-date 2006-12-19 19:38:44 +0100
# catalog-license lppl
# catalog-version 0.11
Name:		texlive-pst-infixplot
Version:	0.11
Release:	4
Summary:	Using pstricks plotting capacities with infix expressions rather than RPN
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-infixplot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-infixplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-infixplot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Plotting functions with pst-plot is very powerful but sometimes
difficult to learn since the syntax of \psplot and
\parametricplot requires some PostScript knowledge. The infix-
RPN and pst-infixplot styles simplify the usage of pst-plot for
the beginner, providing macro commands that convert natural
mathematical expressions to PostScript syntax.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-infixplot/infix-RPN.tex
%{_texmfdistdir}/tex/generic/pst-infixplot/pst-infixplot.tex
%{_texmfdistdir}/tex/latex/pst-infixplot/infix-RPN.sty
%{_texmfdistdir}/tex/latex/pst-infixplot/pst-infixplot.sty
%doc %{_texmfdistdir}/doc/generic/pst-infixplot/README
%doc %{_texmfdistdir}/doc/generic/pst-infixplot/pst-infixplot-doc.ps
%doc %{_texmfdistdir}/doc/generic/pst-infixplot/pst-infixplot-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-infixplot/pst-infixplot.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.11-4
+ Revision: ea15048
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25579 |14mu|texlive-pst-jtree-2.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20946
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-jtree
# catalog-date 2011-01-05 08:46:38 +0100
# catalog-license lppl1.3
# catalog-version 2.6
Name:		texlive-pst-jtree
Version:	2.6
Release:	4
Summary:	Typeset complex trees for linguists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-jtree
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-jtree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-jtree.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
jTree uses PStricks to enable linguists to typeset complex
trees. The package requires use of PStricks (of course) and
xkeyval packages. jTree is a development of, and replacement
for, the jftree package, which is no longer available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-jtree/pst-jtree.tex
%{_texmfdistdir}/tex/latex/pst-jtree/pst-jtree.sty
%doc %{_texmfdistdir}/doc/generic/pst-jtree/Doc-source.zip
%doc %{_texmfdistdir}/doc/generic/pst-jtree/README
%doc %{_texmfdistdir}/doc/generic/pst-jtree/pst-jtree-doc-add.pdf
%doc %{_texmfdistdir}/doc/generic/pst-jtree/pst-jtree-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-jtree/pst-jtree-examples.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.6-4
+ Revision: d7b4728
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25580 |14mu|texlive-pst-knot-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16033
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-knot
# catalog-date 2009-11-14 08:46:33 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-pst-knot
Version:	0.2
Release:	4
Summary:	PSTricks package for displaying knots
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-knot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-knot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-knot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can produce a fair range of knot shapes, with all
the standard graphics controls one expects.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-knot/pst-psm.pro
%{_texmfdistdir}/tex/generic/pst-knot/pst-knot.tex
%{_texmfdistdir}/tex/latex/pst-knot/pst-knot.sty
%doc %{_texmfdistdir}/doc/generic/pst-knot/Changes
%doc %{_texmfdistdir}/doc/generic/pst-knot/README
%doc %{_texmfdistdir}/doc/generic/pst-knot/pst-knot-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-knot/pst-knot-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 324941a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25581 |14mu|texlive-pst-labo-2.03-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-labo
# catalog-date 2007-03-11 16:56:01 +0100
# catalog-license lppl
# catalog-version 2.03
Name:		texlive-pst-labo
Version:	2.03
Release:	4
Summary:	Draw objects for Chemistry laboratories
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-labo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-labo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-labo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-labo is a PSTricks related package for drawing basic and
complex chemical objects. The documentation of the package is
illuminated with plenty of illustrations together with their
source code, making it an easy read.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-labo/pst-labo.tex
%{_texmfdistdir}/tex/generic/pst-labo/pst-laboObj.tex
%{_texmfdistdir}/tex/latex/pst-labo/pst-labo.sty
%doc %{_texmfdistdir}/doc/generic/pst-labo/Changes
%doc %{_texmfdistdir}/doc/generic/pst-labo/README
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docDE.ltx
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docDE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docDE.tex
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docEN.ltx
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docEN.pdf
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docEN.tex
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docFR.ltx
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docFR.pdf
%doc %{_texmfdistdir}/doc/generic/pst-labo/pst-labo-docFR.tex
%doc %{_texmfdistdir}/doc/generic/pst-labo/pstlabo8-tab1-DE.tex
%doc %{_texmfdistdir}/doc/generic/pst-labo/pstlabo8-tab1-EN.tex
%doc %{_texmfdistdir}/doc/generic/pst-labo/pstlabo8-tab1-FR.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.03-4
+ Revision: c39bf0b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25582 |14mu|texlive-pst-layout-.95-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25467
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-layout
# catalog-date 2011-05-27 12:35:46 +0200
# catalog-license lppl
# catalog-version .95
Name:		texlive-pst-layout
Version:	.95
Release:	5
Summary:	Page layout macros based on PStricks packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-layout
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-layout.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-layout.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of creating elaborate ("pseudo-
tabular") layouts of material, typically to be overlaid on an
included graphic. The package requires a recent version of the
package pst-node and some other pstricks-related material.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-layout/pst-layout.sty
%doc %{_texmfdistdir}/doc/latex/pst-layout/README
%doc %{_texmfdistdir}/doc/latex/pst-layout/pst-layout-doc.pdf
%doc %{_texmfdistdir}/doc/latex/pst-layout/pst-layout-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> .95-5
+ Revision: 89ef986
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25583 |14mu|texlive-pst-lens-1.02-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-lens
# catalog-date 2007-06-15 10:24:12 +0200
# catalog-license lppl
# catalog-version 1.02
Name:		texlive-pst-lens
Version:	1.02
Release:	4
Summary:	Lenses with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-lens
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-lens.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-lens.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-lens.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This PSTricks package provides a really rather simple command
\PstLens that will draw a lens. Command parameters provide a
remarkable range of effects.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-lens/pst-lens.tex
%{_texmfdistdir}/tex/latex/pst-lens/pst-lens.sty
%doc %{_texmfdistdir}/doc/generic/pst-lens/Changes
%doc %{_texmfdistdir}/doc/generic/pst-lens/README
%doc %{_texmfdistdir}/doc/generic/pst-lens/pst-lens.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-lens/pst-lens.dtx
%doc %{_texmfdistdir}/source/generic/pst-lens/pst-lens.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.02-4
+ Revision: fe5972f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25584 |14mu|texlive-pst-light3d-0.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-light3d
# catalog-date 2007-03-11 16:56:01 +0100
# catalog-license lppl
# catalog-version 0.12
Name:		texlive-pst-light3d
Version:	0.12
Release:	4
Summary:	3D lighting effects for pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-light3d
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-light3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-light3d.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-light3d.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A PSTricks package for three dimensional lighting effects on
characters and PSTricks graphics, like lines, curves, plots,
...


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-light3d/pst-light3d.pro
%{_texmfdistdir}/tex/generic/pst-light3d/pst-light3d.tex
%{_texmfdistdir}/tex/latex/pst-light3d/pst-light3d.sty
%doc %{_texmfdistdir}/doc/generic/pst-light3d/Changes
%doc %{_texmfdistdir}/doc/generic/pst-light3d/README
%doc %{_texmfdistdir}/doc/generic/pst-light3d/pst-light3d-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-light3d/pst-light3d-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-light3d/pst-light3d-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-light3d/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.12-4
+ Revision: 1818383
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25585 |14mu|texlive-pst-magneticfield-1.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18922
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-magneticfield
# catalog-date 2010-06-12 14:14:46 +0200
# catalog-license lppl
# catalog-version 1.13
Name:		texlive-pst-magneticfield
Version:	1.13
Release:	4
Summary:	Plotting a magnetic field with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-magneticfield
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-magneticfield.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-magneticfield.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-magneticfield.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
pst-magneticfield is a PSTricks related package to draw the
magnetic field lines of Helmholtz coils in a two or three
dimensional view. There are several parameters to create a
different output. For more informations or some examples read
the documentation of the package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-magneticfield/pst-magneticfield.pro
%{_texmfdistdir}/tex/generic/pst-magneticfield/pst-magneticfield.tex
%{_texmfdistdir}/tex/latex/pst-magneticfield/pst-magneticfield.sty
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/Changes
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/README
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docDE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docDE.tex
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docEN.pdf
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docEN.tex
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docFR.pdf
%doc %{_texmfdistdir}/doc/generic/pst-magneticfield/pst-magneticfield-docFR.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-magneticfield/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.13-4
+ Revision: 4f15cba
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25586 |14mu|texlive-pst-math-0.61-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20176
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-math
# catalog-date 2010-10-02 23:46:37 +0200
# catalog-license lppl
# catalog-version 0.61
Name:		texlive-pst-math
Version:	0.61
Release:	4
Summary:	Enhancement of PostScript math operators to use with pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-math
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-math.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-math.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-math.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
PostScript lacks a lot of basic operators such as tan, acos,
asin, cosh, sinh, tanh, acosh, asinh, atanh, exp (with e base).
Also (oddly) cos and sin use arguments in degrees. Pst-math
provides all those operators in a header file pst-math.pro with
wrappers pst-math.sty and pst-math.tex. In addition, sinc,
gauss, gammaln and bessel are implemented (only partially for
the latter). pst-math is designed essentially to work with pst-
plot but can be used in whatever PS code (such as pstricks
SpecialCoor "!", which is useful for placing labels). The
package also provides a routine SIMPSON for numerical
integration and a solver of linear equation systems.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-math/pst-math.pro
%{_texmfdistdir}/tex/generic/pst-math/pst-math.tex
%{_texmfdistdir}/tex/latex/pst-math/pst-math.sty
%doc %{_texmfdistdir}/doc/generic/pst-math/Changes
%doc %{_texmfdistdir}/doc/generic/pst-math/README
%doc %{_texmfdistdir}/doc/generic/pst-math/pst-math-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-math/pst-math-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-math/pst-math-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-math/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.61-4
+ Revision: 90b571f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25587 |14mu|texlive-pst-mirror-1.00-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16370
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-mirror
# catalog-date 2009-12-14 16:47:24 +0100
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-pst-mirror
Version:	1.00
Release:	4
Summary:	Images on a spherical mirror
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-mirror
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-mirror.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-mirror.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-mirror.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands and supporting PostScript
material for drawing images as if reflected by a spherical
mirror.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-mirror/pst-mirror.pro
%{_texmfdistdir}/tex/generic/pst-mirror/pst-mirror.tex
%{_texmfdistdir}/tex/latex/pst-mirror/pst-mirror.sty
%doc %{_texmfdistdir}/doc/generic/pst-mirror/Changes
%doc %{_texmfdistdir}/doc/generic/pst-mirror/README
%doc %{_texmfdistdir}/doc/generic/pst-mirror/pst-mirror-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-mirror/pst-mirror-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-mirror/pst-mirror-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-mirror/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00-4
+ Revision: 0cdfcac
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25588 |14mu|texlive-pst-node-1.32-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32891
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-node
# catalog-date 2014-02-04 05:38:17 +0100
# catalog-license lppl
Name:		texlive-pst-node
Version:	1.32
Release:	3
Summary:	Nodes and node connections in pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-node
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-node.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-node.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to connect information, and to
place labels, without knowing (in advance) the actual positions
of the items to be connected, or where the connecting line
should go. The macros are useful for making graphs and trees,
mathematical diagrams, linguistic syntax diagrams, and so on.
The package contents were previously distributed as a part of
the pstricks base distribution; the package serves as an
extension to PSTricks.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-node/pst-node.pro
%{_texmfdistdir}/dvips/pst-node/pst-node97.pro
%{_texmfdistdir}/tex/generic/pst-node/pst-node.tex
%{_texmfdistdir}/tex/generic/pst-node/pst-node97.tex
%{_texmfdistdir}/tex/latex/pst-node/pst-node.sty
%doc %{_texmfdistdir}/doc/generic/pst-node/Changes
%doc %{_texmfdistdir}/doc/generic/pst-node/README
%doc %{_texmfdistdir}/doc/generic/pst-node/psmatrix-docDE.bib
%doc %{_texmfdistdir}/doc/generic/pst-node/psmatrix-docDE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-node/psmatrix-docDE.tex
%doc %{_texmfdistdir}/doc/generic/pst-node/pst-node-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-node/pst-node-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-node/pst-node-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.32-3
+ Revision: b804563
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25589 |14mu|texlive-pst-ob3d-0.21-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-ob3d
# catalog-date 2008-08-23 00:25:16 +0200
# catalog-license lppl
# catalog-version 0.21
Name:		texlive-pst-ob3d
Version:	0.21
Release:	4
Summary:	Three dimensional objects using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-ob3d
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ob3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ob3d.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ob3d.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses PSTricks to provide basic three-dimensional
objects. As yet, only cubes (which can be deformed to
rectangular parallelipipeds) and dies (which are only a special
kind of cubes) are defined.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-ob3d/pst-ob3d.tex
%{_texmfdistdir}/tex/latex/pst-ob3d/pst-ob3d.sty
%doc %{_texmfdistdir}/doc/generic/pst-ob3d/Changes
%doc %{_texmfdistdir}/doc/generic/pst-ob3d/README
%doc %{_texmfdistdir}/doc/generic/pst-ob3d/pst-ob3d.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-ob3d/Makefile
%doc %{_texmfdistdir}/source/generic/pst-ob3d/pst-ob3d.dtx
%doc %{_texmfdistdir}/source/generic/pst-ob3d/pst-ob3d.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.21-4
+ Revision: c549d92
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25590 |14mu|texlive-pstool-1.5b-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32065
# category Package
# catalog-ctan /macros/latex/contrib/pstool
# catalog-date 2013-11-04 16:22:51 +0100
# catalog-license lppl
# catalog-version 1.5b
Name:		texlive-pstool
Version:	1.5b
Release:	7
Summary:	Support for psfrag within pdfLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pstool
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstool.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstool.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstool.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package works in the same sort of way as pst-pdf, but it
also processes the PostScript graphics with psfrag to add
labels within the graphic, before conversion. Thus the bundle
replaces two steps of an ordinary workflow. (Naturally, the
package requires that \write 18 is enabled.) Pstool ensures
that each version of each graphic is compiled once only (the
graphic is (re-)compiled only if it has changed since the
previous compilation of the document). This drastically speeds
up the running of the package in the typical case (though the
first run of any document is inevitably just as slow as with
any similar package).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pstool/pstool.sty
%doc %{_texmfdistdir}/doc/latex/pstool/README
%doc %{_texmfdistdir}/doc/latex/pstool/example-pstool.tex
%doc %{_texmfdistdir}/doc/latex/pstool/example.tex
%doc %{_texmfdistdir}/doc/latex/pstool/macros.tex
%doc %{_texmfdistdir}/doc/latex/pstool/pstool.pdf
%doc %{_texmfdistdir}/doc/latex/pstool/subdir/trial2-psfrag.eps
%doc %{_texmfdistdir}/doc/latex/pstool/subdir/trial2-psfrag.tex
%doc %{_texmfdistdir}/doc/latex/pstool/trial.eps
%doc %{_texmfdistdir}/doc/latex/pstool/trial.tex
%doc %{_texmfdistdir}/doc/latex/pstool/trial2.eps
%doc %{_texmfdistdir}/doc/latex/pstool/trial2.tex
#- source
%doc %{_texmfdistdir}/source/latex/pstool/pstool.ins
%doc %{_texmfdistdir}/source/latex/pstool/pstool.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5b-7
+ Revision: b54359f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25591 |14mu|texlive-pstools-1.68-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /support/ps2eps
# catalog-date 2012-07-20 20:39:39 +0200
# catalog-license gpl
# catalog-version 1.68
Name:		texlive-pstools
Version:	1.68
Release:	12
Summary:	Produce Encapsulated PostScript from PostScript
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/ps2eps
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstools.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-pstools.bin
%rename ps2eps

%description
Produce Encapsulated PostScript Files (EPS/EPSF) from a one-
page PostScript document, or any PostScript document. A correct
Bounding Box is calculated for the EPS files and some
PostScript command sequences that can produce errorneous
results on printers are filtered. The input is cropped to
include just the image contained in the PostScript file. The
EPS files can then be included into TeX documents. Other
programs like ps2epsi (a script distributed with ghostscript)
don't always calculate the correct bounding box (because the
values are put on the PostScript stack which may get corrupted
by bad PostScript code) or they round it off, resulting in
clipping the image. Therefore ps2eps uses a resolution of 144
dpi to get the correct bounding box. The bundle includes
binaries for Linux, Solaris, Digital Unix or Windows
2000/9x/NT; for other platforms, the user needs perl,
ghostscript and an ANSI-C compiler. Included in the
distribution is the bbox program, an application to produce
Bounding Box values for rawppm or rawpbm format files.


#-----------------------------------------------------------------------
%files
%{_bindir}/ps2eps
%{_bindir}/ps2frag
%{_bindir}/pslatex
%{_texmfdistdir}/scripts/ps2eps/ps2eps.pl
%{_texmfdistdir}/scripts/texlive/ps2frag.sh
%{_texmfdistdir}/scripts/texlive/pslatex.sh
%doc %{_mandir}/man1/bbox.1*
%doc %{_texmfdistdir}/doc/man/man1/bbox.man1.pdf
%doc %{_mandir}/man1/ps2eps.1*
%doc %{_texmfdistdir}/doc/man/man1/ps2eps.man1.pdf
%doc %{_mandir}/man1/ps2frag.1*
%doc %{_texmfdistdir}/doc/man/man1/ps2frag.man1.pdf
%doc %{_mandir}/man1/pslatex.1*
%doc %{_texmfdistdir}/doc/man/man1/pslatex.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ps2eps/ps2eps.pl ps2eps
    ln -sf %{_texmfdistdir}/scripts/texlive/ps2frag.sh ps2frag
    ln -sf %{_texmfdistdir}/scripts/texlive/pslatex.sh pslatex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.68-12
+ Revision: d606d35
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25592 |14mu|texlive-pst-optexp-4.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32656
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-optexp
# catalog-date 2014-01-13 10:27:14 +0100
# catalog-license lppl
# catalog-version 4.7
Name:		texlive-pst-optexp
Version:	4.7
Release:	3
Summary:	Drawing optical experimental setups
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-optexp
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optexp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optexp.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optexp.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is a collection of optical components that
facilitate easy sketching of optical experimental setups. The
package uses PSTricks for its output. A wide range of free-ray
and fibre components is provided, the alignment, positioning
and labelling of which can be achieved in very simple and
flexible ways. The components may be connected with fibers or
beams, and realistic raytraced beam paths are also possible.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-optexp/pst-optexp.pro
%{_texmfdistdir}/tex/latex/pst-optexp/pst-optexp.sty
%doc %{_texmfdistdir}/doc/latex/pst-optexp/Changes
%doc %{_texmfdistdir}/doc/latex/pst-optexp/README
%doc %{_texmfdistdir}/doc/latex/pst-optexp/pst-optexp-DE.pdf
%doc %{_texmfdistdir}/doc/latex/pst-optexp/pst-optexp-quickref.pdf
%doc %{_texmfdistdir}/doc/latex/pst-optexp/pst-optexp.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pst-optexp/Makefile
%doc %{_texmfdistdir}/source/latex/pst-optexp/pst-optexp.dtx
%doc %{_texmfdistdir}/source/latex/pst-optexp/pst-optexp.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.7-3
+ Revision: e09f7de
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25593 |14mu|texlive-pst-optic-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19704
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-optic
# catalog-date 2010-07-29 16:44:20 +0200
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-pst-optic
Version:	1.01
Release:	4
Summary:	Drawing optics diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-optic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for drawing both reflective and refractive optics
diagrams. The package requires pstricks later than version
1.10.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-optic/pst-optic.tex
%{_texmfdistdir}/tex/latex/pst-optic/pst-optic.sty
%doc %{_texmfdistdir}/doc/generic/pst-optic/Changes
%doc %{_texmfdistdir}/doc/generic/pst-optic/README
%doc %{_texmfdistdir}/doc/generic/pst-optic/more_docs/dtk.pdf
%doc %{_texmfdistdir}/doc/generic/pst-optic/more_docs/pst-optic-examples.pdf
%doc %{_texmfdistdir}/doc/generic/pst-optic/more_docs/pst-optic-examples.tex
%doc %{_texmfdistdir}/doc/generic/pst-optic/pst-optic-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-optic/pst-optic-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-optic/pst-optic-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-optic/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-4
+ Revision: a14ba96
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25594 |14mu|texlive-pst-osci-2.82-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-osci
# catalog-date 2008-10-08 15:45:53 +0200
# catalog-license lppl
# catalog-version 2.82
Name:		texlive-pst-osci
Version:	2.82
Release:	4
Summary:	Oscgons with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-osci
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-osci.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-osci.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
pst-osci is a PSTricks package enables you to produce
oscilloscope "screen shots". Three channels can be used to
represent the most common signals (damped or not): namely
sinusoidal, rectangular, triangular, dog's tooth (left and
right oriented). The third channel allows you to add, to
subtract or to multiply the two other signals. Lissajous
diagrams (XY-mode) can also be obtained.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-osci/pst-osci.tex
%{_texmfdistdir}/tex/latex/pst-osci/pst-osci.sty
%doc %{_texmfdistdir}/doc/generic/pst-osci/Changes
%doc %{_texmfdistdir}/doc/generic/pst-osci/README
%doc %{_texmfdistdir}/doc/generic/pst-osci/oscilloscope.pdf
%doc %{_texmfdistdir}/doc/generic/pst-osci/oscilloscope.tex
%doc %{_texmfdistdir}/doc/generic/pst-osci/pst-osci-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-osci/pst-osci-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.82-4
+ Revision: 5e0d1a8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25595 |14mu|texlive-pst-pad-0.3b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-pad
# catalog-date 2008-08-23 00:25:16 +0200
# catalog-license lppl
# catalog-version 0.3b
Name:		texlive-pst-pad
Version:	0.3b
Release:	4
Summary:	Draw simple attachment systems with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-pad
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pad.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pad.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pad.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package collects a set of graphical elements based on
PStricks that can be used to facilitate display of attachment
systems such as two differently shaped surfaces with or without
a fluid wedged in between. These macros ease the display of wet
adhesion models and common friction systems such as boundary
lubrication, elastohydrodynamic lubrication and hydrodynamic
lubrication.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-pad/pst-pad.tex
%{_texmfdistdir}/tex/latex/pst-pad/pst-pad.sty
%doc %{_texmfdistdir}/doc/generic/pst-pad/CHANGES
%doc %{_texmfdistdir}/doc/generic/pst-pad/README
%doc %{_texmfdistdir}/doc/generic/pst-pad/pst-pad-doc-header.tex
%doc %{_texmfdistdir}/doc/generic/pst-pad/pst-pad-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-pad/pst-pad-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-pad/pst-pad-docDE.pdf
%doc %{_texmfdistdir}/doc/generic/pst-pad/pst-pad-docDE.tex
%doc %{_texmfdistdir}/doc/generic/pst-pad/showexpl.cfg
#- source
%doc %{_texmfdistdir}/source/generic/pst-pad/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3b-4
+ Revision: df5c305
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25596 |14mu|texlive-pst-pdf-1.1v-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/pst-pdf
# catalog-date 2008-10-09 22:29:15 +0200
# catalog-license lppl
# catalog-version 1.1v
Name:		texlive-pst-pdf
Version:	1.1v
Release:	4
Summary:	Make PDF versions of graphics by processing between runs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pst-pdf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package pst-pdf simplifies the use of graphics from
PSTricks and other PostScript code in PDF documents. As in
building a bibliography with BibTEX additional external
programmes are being invoked. In this case they are used to
create a PDF file (\PDFcontainer) that will contain all this
graphics material. In the final document this contents will be
inserted instead of the original PostScript code. The package
works with pstricks and requires a recent version of the
preview package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/pst-pdf/ps4pdf
%{_texmfdistdir}/scripts/pst-pdf/ps4pdf.bat
%{_texmfdistdir}/scripts/pst-pdf/ps4pdf.bat.noMiKTeX
%{_texmfdistdir}/scripts/pst-pdf/ps4pdf.bat.w95
%{_texmfdistdir}/tex/latex/pst-pdf/pst-pdf.sty
%doc %{_texmfdistdir}/doc/latex/pst-pdf/CHANGES
%doc %{_texmfdistdir}/doc/latex/pst-pdf/README
%doc %{_texmfdistdir}/doc/latex/pst-pdf/pst-pdf-DE.pdf
%doc %{_texmfdistdir}/doc/latex/pst-pdf/pst-pdf-example1.pdf
%doc %{_texmfdistdir}/doc/latex/pst-pdf/pst-pdf-example1.tex
%doc %{_texmfdistdir}/doc/latex/pst-pdf/pst-pdf-example2.pdf
%doc %{_texmfdistdir}/doc/latex/pst-pdf/pst-pdf-example2.tex
%doc %{_texmfdistdir}/doc/latex/pst-pdf/pst-pdf.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pst-pdf/CHANGES.tex
%doc %{_texmfdistdir}/source/latex/pst-pdf/elephant.ps
%doc %{_texmfdistdir}/source/latex/pst-pdf/insect1.eps
%doc %{_texmfdistdir}/source/latex/pst-pdf/insect15.eps
%doc %{_texmfdistdir}/source/latex/pst-pdf/knuth.png
%doc %{_texmfdistdir}/source/latex/pst-pdf/penguin.eps
%doc %{_texmfdistdir}/source/latex/pst-pdf/psf-demo.eps
%doc %{_texmfdistdir}/source/latex/pst-pdf/pst-pdf.dtx
%doc %{_texmfdistdir}/source/latex/pst-pdf/pst-pdf.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1v-4
+ Revision: b1ccbff
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25597 |14mu|texlive-pst-pdgr-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pedigree/pst-pdgr
# catalog-date 2007-08-14 12:06:32 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-pst-pdgr
Version:	0.3
Release:	4
Summary:	Draw medical pedigrees using pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pedigree/pst-pdgr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdgr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdgr.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdgr.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a set of macros based on PSTricks to draw
medical pedigrees according to the recommendations for
standardized human pedigree nomenclature. The drawing commands
place the symbols on a pspicture canvas. An interface for
making trees is also provided. The package may be used both
with LaTeX and PlainTeX. A separate Perl program for generating
TeX files from spreadsheets is available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-pdgr/pst-pdgr.tex
%{_texmfdistdir}/tex/latex/pst-pdgr/pst-pdgr.cfg
%{_texmfdistdir}/tex/latex/pst-pdgr/pst-pdgr.sty
%doc %{_texmfdistdir}/doc/generic/pst-pdgr/NEWS
%doc %{_texmfdistdir}/doc/generic/pst-pdgr/README
%doc %{_texmfdistdir}/doc/generic/pst-pdgr/pst-pdgr.bib
%doc %{_texmfdistdir}/doc/generic/pst-pdgr/pst-pdgr.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-pdgr/Makefile
%doc %{_texmfdistdir}/source/generic/pst-pdgr/pst-pdgr.dtx
%doc %{_texmfdistdir}/source/generic/pst-pdgr/pst-pdgr.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: d382f9b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25598 |14mu|texlive-pst-platon-0.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16538
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-platon
# catalog-date 2010-01-01 00:46:51 +0100
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-pst-platon
Version:	0.01
Release:	4
Summary:	Platonic solids in PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-platon
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-platon.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-platon.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-platon.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package adds to PSTricks the ability to draw 3-dimensional
views of the five Platonic solids.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-platon/pst-platon.sty
%doc %{_texmfdistdir}/doc/generic/pst-platon/Changes
%doc %{_texmfdistdir}/doc/generic/pst-platon/README
%doc %{_texmfdistdir}/doc/generic/pst-platon/pst-platon-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-platon/pst-platon-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-platon/pst-platon-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-platon/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.01-4
+ Revision: f6c53fb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25599 |14mu|texlive-pst-plot-1.57-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32683
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-plot
# catalog-date 2013-12-05 17:17:03 +0100
# catalog-license lppl
# catalog-version 1.57
Name:		texlive-pst-plot
Version:	1.57
Release:	3
Summary:	Plot data using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-plot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-plot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-plot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides plotting of data (typically from external
files), using PSTricks. Plots may be configured using a wide
variety of parameters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-plot/pst-plot.tex
%{_texmfdistdir}/tex/generic/pst-plot/pst-plot97.tex
%{_texmfdistdir}/tex/latex/pst-plot/pst-plot.sty
%doc %{_texmfdistdir}/doc/generic/pst-plot/Changes
%doc %{_texmfdistdir}/doc/generic/pst-plot/Contents
%doc %{_texmfdistdir}/doc/generic/pst-plot/README
%doc %{_texmfdistdir}/doc/generic/pst-plot/dtk02-1.pdf
%doc %{_texmfdistdir}/doc/generic/pst-plot/dtk02-1.tex
%doc %{_texmfdistdir}/doc/generic/pst-plot/dtk02-2.bib
%doc %{_texmfdistdir}/doc/generic/pst-plot/dtk02-2.pdf
%doc %{_texmfdistdir}/doc/generic/pst-plot/dtk02-2.tex
%doc %{_texmfdistdir}/doc/generic/pst-plot/pst-plot-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-plot/pst-plot-doc.dat
%doc %{_texmfdistdir}/doc/generic/pst-plot/pst-plot-doc.eps
%doc %{_texmfdistdir}/doc/generic/pst-plot/pst-plot-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-plot/pst-plot-doc.png
%doc %{_texmfdistdir}/doc/generic/pst-plot/pst-plot-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-plot/tugboat01-4.bib
%doc %{_texmfdistdir}/doc/generic/pst-plot/tugboat01-4.pdf
%doc %{_texmfdistdir}/doc/generic/pst-plot/tugboat01-4.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.57-3
+ Revision: 3badec5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25600 |14mu|texlive-pst-poly-1.61-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16460
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-poly
# catalog-date 2009-12-20 19:36:06 +0100
# catalog-license lppl
# catalog-version 1.61
Name:		texlive-pst-poly
Version:	1.61
Release:	4
Summary:	Polygons with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-poly
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-poly.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-poly.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-poly.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This PSTricks package provides a really rather simple command
\PstPolygon that will draw various regular and non-regular
polygons (according to command parameters); various shortcuts
to commonly-used polygons are provided, as well as a command
\pspolygonbox that frames text with a polygon. The package uses
the xkeyval package for argument decoding.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-poly/pst-poly.tex
%{_texmfdistdir}/tex/latex/pst-poly/pst-poly.sty
%doc %{_texmfdistdir}/doc/generic/pst-poly/Changes
%doc %{_texmfdistdir}/doc/generic/pst-poly/README
%doc %{_texmfdistdir}/doc/generic/pst-poly/pst-poly-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-poly/pst-poly-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-poly/pst-poly-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-poly/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.61-4
+ Revision: d759cb7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25601 |14mu|texlive-pst-pulley-0.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25142
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-pulley
# catalog-date 2012-01-18 12:22:27 +0100
# catalog-license lppl1.3
# catalog-version 0.01
Name:		texlive-pst-pulley
Version:	0.01
Release:	3
Summary:	Plot pulleys, using pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-pulley
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pulley.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pulley.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pulley.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to draw pulley systems with up to
6 pulleys. The pulley diagrams are labelled with the physical
properties of the system. The package uses pstricks, and
requires a several pstricks-related packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-pulley/pst-pulley.tex
%{_texmfdistdir}/tex/latex/pst-pulley/pst-pulley.sty
%doc %{_texmfdistdir}/doc/generic/pst-pulley/Changes
%doc %{_texmfdistdir}/doc/generic/pst-pulley/README
%doc %{_texmfdistdir}/doc/generic/pst-pulley/pst-pulley-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-pulley/pst-pulley-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-pulley/pst-pulley-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-pulley/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.01-3
+ Revision: 141ffcf
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25602 |14mu|texlive-pst-qtree-20090920-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-qtree
# catalog-date 2009-09-20 13:03:55 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-pst-qtree
Version:	20090920
Release:	4
Summary:	Simple syntax for trees
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-qtree
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-qtree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-qtree.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a qtree-like front end for PSTricks.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-qtree/pst-qtree.tex
%{_texmfdistdir}/tex/latex/pst-qtree/pst-qtree.sty
%doc %{_texmfdistdir}/doc/generic/pst-qtree/CHANGES
%doc %{_texmfdistdir}/doc/generic/pst-qtree/LICENSE
%doc %{_texmfdistdir}/doc/generic/pst-qtree/pst-qtree-manual.pdf
%doc %{_texmfdistdir}/doc/generic/pst-qtree/pst-qtree-manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090920-4
+ Revision: 4b023b3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25603 |14mu|texlive-pstricks-2.51-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32890
# category Package
# catalog-ctan /graphics/pstricks/base
# catalog-date 2014-02-04 00:22:03 +0100
# catalog-license lppl
# catalog-version 2.51
Name:		texlive-pstricks
Version:	2.51
Release:	3
Summary:	PostScript macros for TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/base
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
PStricks offers an extensive collection of macros for
generating PostScript that is usable with most TeX macro
formats, including Plain TeX, LaTeX, AMS-TeX, and AMS-LaTeX.
Included are macros for colour, graphics, pie charts, rotation,
trees and overlays. It has many special features, including a
wide variety of graphics (picture drawing) macros, with a
flexible interface and with colour support. There are macros
for colouring or shading the cells of tables. The package
pstricks-add contains bug-fixes and additions for pstricks
(among other things). PSTricks uses PostScript \special
commands, which are not supported by PDF(La)TeX. This
limitation may be overcome by using either the pst-pdf or the
pdftricks package, to generate a PDF inclusion from a PSTricks
diagram. Note that this is one of a pair of catalogue entries
for PSTricks; the other one (PSTricks) is acting as a "stub",
while editorial work on catalogue entries for PSTricks
contributed is completed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pstricks/pst-algparser.pro
%{_texmfdistdir}/dvips/pstricks/pst-dots.pro
%{_texmfdistdir}/dvips/pstricks/pst-dots97.pro
%{_texmfdistdir}/dvips/pstricks/pstricks.pro
%{_texmfdistdir}/dvips/pstricks/pstricks97.pro
%{_texmfdistdir}/tex/generic/pstricks/config/Changes
%{_texmfdistdir}/tex/generic/pstricks/config/README.cfg
%{_texmfdistdir}/tex/generic/pstricks/config/distiller.cfg
%{_texmfdistdir}/tex/generic/pstricks/config/dvips.cfg
%{_texmfdistdir}/tex/generic/pstricks/config/dvipsone.cfg
%{_texmfdistdir}/tex/generic/pstricks/config/gastex.cfg
%{_texmfdistdir}/tex/generic/pstricks/config/textures.cfg
%{_texmfdistdir}/tex/generic/pstricks/config/vtex.cfg
%{_texmfdistdir}/tex/generic/pstricks/config/xdvipdfmx.cfg
%{_texmfdistdir}/tex/generic/pstricks/pst-fp.tex
%{_texmfdistdir}/tex/generic/pstricks/pst-key.tex
%{_texmfdistdir}/tex/generic/pstricks/pstricks.con
%{_texmfdistdir}/tex/generic/pstricks/pstricks.tex
%{_texmfdistdir}/tex/generic/pstricks/pstricks97.tex
%{_texmfdistdir}/tex/latex/pstricks/pst-all.sty
%{_texmfdistdir}/tex/latex/pstricks/pst-doc.cls
%{_texmfdistdir}/tex/latex/pstricks/pst-key.sty
%{_texmfdistdir}/tex/latex/pstricks/pstcol.sty
%{_texmfdistdir}/tex/latex/pstricks/pstricks.sty
%doc %{_texmfdistdir}/doc/generic/pstricks/Changes
%doc %{_texmfdistdir}/doc/generic/pstricks/Changes.dvips
%doc %{_texmfdistdir}/doc/generic/pstricks/Changes.generic
%doc %{_texmfdistdir}/doc/generic/pstricks/Changes.latex
%doc %{_texmfdistdir}/doc/generic/pstricks/PSTricks.bib
%doc %{_texmfdistdir}/doc/generic/pstricks/README
%doc %{_texmfdistdir}/doc/generic/pstricks/ctandir.sty
%doc %{_texmfdistdir}/doc/generic/pstricks/images/flowers.eps
%doc %{_texmfdistdir}/doc/generic/pstricks/images/tiger.eps
%doc %{_texmfdistdir}/doc/generic/pstricks/images/tiger.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-doc.ist
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news.sty
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news05.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news05.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news06.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news06.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news08.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news08.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news09.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news09.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news10.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news10.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news11.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news11.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news12.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news12.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news13.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news13.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news14.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-news14.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-user.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/pst-user.tgz
%doc %{_texmfdistdir}/doc/generic/pstricks/pstricks-add-data9.data
%doc %{_texmfdistdir}/doc/generic/pstricks/pstricks-bug.tex
%doc %{_texmfdistdir}/doc/generic/pstricks/pstricks-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/test-pst.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks/test-pst.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.51-3
+ Revision: 5a7d7b3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25604 |14mu|texlive-pstricks-add-3.55-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24826
# category Package
# catalog-ctan /graphics/pstricks/contrib/pstricks-add
# catalog-date 2011-12-11 19:04:10 +0100
# catalog-license lppl
# catalog-version 3.55
Name:		texlive-pstricks-add
Version:	3.55
Release:	4
Summary:	A collection of add-ons and bugfixes for PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pstricks-add
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks-add.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks-add.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks-add.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Collects together examples that have been posted to the
pstricks mailing list, together with many additional features
for the basic pstricks, pst-plot and pst-node, including: -
bugfixes; - new options for the pspicture environment; -
arrows; - braces as node connection/linestyle; - extended axes
for plots (e.g., logarithm axes); - polar plots; - plotting
tangent lines of curves or functions; - solving and printing
differential equationd; - box plots; - matrix plots; and - pie
charts. The package makes use of PostScript routines provided
by pst-math.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pstricks-add/pstricks-add.pro
%{_texmfdistdir}/tex/generic/pstricks-add/pstricks-add.tex
%{_texmfdistdir}/tex/latex/pstricks-add/pstricks-add.sty
%doc %{_texmfdistdir}/doc/generic/pstricks-add/Changes
%doc %{_texmfdistdir}/doc/generic/pstricks-add/pstricks-add-doc.bib
%doc %{_texmfdistdir}/doc/generic/pstricks-add/pstricks-add-doc.dat
%doc %{_texmfdistdir}/doc/generic/pstricks-add/pstricks-add-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pstricks-add/pstricks-add-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pstricks-add/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.55-4
+ Revision: 654eaa6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25605 |14mu|texlive-pst-rubans-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23464
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-rubans
# catalog-date 2011-06-24 10:29:05 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-pst-rubans
Version:	1.2
Release:	4
Summary:	Draw three-dimensional ribbons
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-rubans
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-rubans.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-rubans.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-rubans.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses PStricks and pst-solides3d to draw three
dimensional ribbons on a cylinder, torus, sphere, cone or
paraboloid. The width of the ribbon, the number of turns, the
colour of the outer and the inner surface of the ribbon may be
set. In the case of circular and conical helices, one may also
choose the number of ribbons.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-rubans/pst-rubans.tex
%{_texmfdistdir}/tex/latex/pst-rubans/pst-rubans.sty
%doc %{_texmfdistdir}/doc/generic/pst-rubans/Changes
%doc %{_texmfdistdir}/doc/generic/pst-rubans/README
%doc %{_texmfdistdir}/doc/generic/pst-rubans/pst-rubans-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-rubans/pst-rubans-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-rubans/pst-rubans-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-rubans/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: ebd93ca
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25606 |14mu|texlive-pst-sigsys-1.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21667
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-sigsys
# catalog-date 2011-03-09 20:38:22 +0100
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-pst-sigsys
Version:	1.4
Release:	4
Summary:	Support of signal processing-related disciplines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-sigsys
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-sigsys.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-sigsys.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a collection of useful macros for
disciplines related to signal processing. It defines macros for
plotting a sequence of numbers, drawing the pole-zero diagram
of a system, shading the region of convergence, creating an
adder or a multiplier node, placing a framed node at a given
coordinate, creating an up-sampler or a down-sampler node,
drawing the block diagram of a system, drawing adaptive
systems, sequentially connecting a list of nodes, and
connecting a list of nodes using any node-connecting macro.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-sigsys/pst-sigsys.tex
%{_texmfdistdir}/tex/latex/pst-sigsys/pst-sigsys.sty
%doc %{_texmfdistdir}/doc/generic/pst-sigsys/Changes
%doc %{_texmfdistdir}/doc/generic/pst-sigsys/README
%doc %{_texmfdistdir}/doc/generic/pst-sigsys/pst-sigsys-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-sigsys/pst-sigsys-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-sigsys/pst-sigsys-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-4
+ Revision: 6f44284
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25607 |14mu|texlive-pst-slpe-1.31-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24391
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-slpe
# catalog-date 2011-10-25 20:39:05 +0200
# catalog-license lppl
# catalog-version 1.31
Name:		texlive-pst-slpe
Version:	1.31
Release:	4
Summary:	Sophisticated colour gradients
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-slpe
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-slpe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-slpe.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-slpe.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This PStricks package covers all the colour gradient
functionality of pst-grad (part of the base pstricks
distribution), and provides the following facilities: - it
permits the user to specify an arbitrary number of colours,
along with the points at which they are to be reached; - it
converts between RGB and HSV behind the scenes; - it provides
concentric and radial gradients; - it provides a command
\psBall that generates bullets with a three-dimensional
appearance; and - uses the xkeyval package for the extended key
handling.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-slpe/pst-slpe.pro
%{_texmfdistdir}/tex/generic/pst-slpe/pst-slpe.tex
%{_texmfdistdir}/tex/latex/pst-slpe/pst-slpe.sty
%doc %{_texmfdistdir}/doc/generic/pst-slpe/Changes
%doc %{_texmfdistdir}/doc/generic/pst-slpe/README
%doc %{_texmfdistdir}/doc/generic/pst-slpe/pst-slpe.pdf
#- source
%doc %{_texmfdistdir}/source/generic/pst-slpe/Makefile
%doc %{_texmfdistdir}/source/generic/pst-slpe/pst-slpe.dtx
%doc %{_texmfdistdir}/source/generic/pst-slpe/pst-slpe.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.31-4
+ Revision: 3354160
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25608 |14mu|texlive-pst-solarsystem-0.12-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24995
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-solarsystem
# catalog-date 2012-01-01 19:16:20 +0100
# catalog-license lppl
# catalog-version 0.12
Name:		texlive-pst-solarsystem
Version:	0.12
Release:	3
Summary:	Plot the solar system for a specific date
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-solarsystem
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-solarsystem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-solarsystem.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-solarsystem.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses pstricks to produce diagrams of the visible
planets, projected on the plane of the ecliptic. It is not
possible to represent all the planets in their real
proportions, so only Mercury, Venus, Earth and Mars have their
orbits in correct proportions and their relative sizes are
observed. Saturn and Jupiter are in the right direction, but
not in the correct size.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-solarsystem/pst-solarsystem.pro
%{_texmfdistdir}/tex/generic/pst-solarsystem/pst-solarsystem.tex
%{_texmfdistdir}/tex/latex/pst-solarsystem/pst-solarsystem.sty
%doc %{_texmfdistdir}/doc/generic/pst-solarsystem/Changes
%doc %{_texmfdistdir}/doc/generic/pst-solarsystem/README
%doc %{_texmfdistdir}/doc/generic/pst-solarsystem/pst-solarsystem-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-solarsystem/pst-solarsystem-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-solarsystem/pst-solarsystem-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-solarsystem/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.12-3
+ Revision: 5bad420
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25609 |14mu|texlive-pst-solides3d-4.23-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19959
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-solides3d
# catalog-date 2010-09-29 09:03:07 +0200
# catalog-license lppl1.3
# catalog-version 4.23
Name:		texlive-pst-solides3d
Version:	4.23
Release:	4
Summary:	Draw perspective views of 3D solids
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-solides3d
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-solides3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-solides3d.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is designed to draw solids in 3d perspective.
Features include: - create primitive solids; - create solids by
including a list of its vertices and faces; - faces of solids
and surfaces can be colored by choosing from a very large
palette of colors; - draw parametric surfaces in algebraic and
reverse polish notation; - create explicit and parameterized
algebraic functions drawn in 2 or 3 dimensions; - project text
onto a plane and onto the faces of a solid; - support for
including external database files.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-solides3d/pst-solides3d.pro
%{_texmfdistdir}/tex/generic/pst-solides3d/pst-solides3d.tex
%{_texmfdistdir}/tex/latex/pst-solides3d/pst-solides3d.sty
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/Changes
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/README
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/Changes
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/Makefile
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/Pyramid-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/Pyramid-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/Pyramid-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/Pyramid-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/README
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/chapter-1-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/chapter-2-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubeHexagone-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubeHexagone-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubeHexagone-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubeHexagone-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubecolor-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubecolor-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubecolor-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/cubecolor-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/faces_nefer.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/faces_nefer_levres.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/faces_nefer_sourcils.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/faces_nefer_yeux.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/fusee62-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/fusee62-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/fusee62-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/fusee62-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/geodedual44-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/geodedual44-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/geodedual44-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/geodedual44-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/horoptere-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/horoptere-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/horoptere-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/horoptere-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/kepler.eps
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-acknowledgements-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-affinage-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-anneaux-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-annoterschema-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-axes3D-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-chanfrein-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-codejps-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-colorierfacettes-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-commandestrace-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-couleurs-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-courbeR3-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-cylindres-cones-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-datfile-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-definirfonction-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-definirplanquelconque-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-definitionmaillage-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-eclairageponctuel-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-enleverfacettes-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-extensions-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-face-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-fusion-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-fusionjps-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-geode-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-grille-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-keywords-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-ligne3D-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-lignedeniveau-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-modes-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-new-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-nommersolide-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-numeroterfacettes-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-opacity-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-parametres-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-plan-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-poems-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-point-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-pointagesommets-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-positionnerpointconnu-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-positionnersolide-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-prisme-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectionangledroit-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectioncercle-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectioncourbe-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectiondroite-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectionligne-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectionpoint-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectionpolygone-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectiontexte-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectionvecteur-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projectionvisibility-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-projpresentation-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-ruban-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-section-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-solidescreux-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-solidespredefinis-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-surfaces-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-surfacesparametrees-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-tracerpolygone-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-transform-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-transformpointconnu-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-tronque-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-tube-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/par-vecteur-en.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/paraboloid-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/paraboloid-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/paraboloid-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/paraboloid-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/pst-solides3d-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/pst-solides3d-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/rocket.obj
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/slicePyramid-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/slicePyramid-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/slicePyramid-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/slicePyramid-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/sommets_nefer.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/sommets_nefer0.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tex-files-all.zip
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1836-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1836-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1836-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1836-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860lemniscate-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860lemniscate-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860lemniscate-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860lemniscate-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860ovales-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860ovales-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860ovales-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860ovales-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860part-couleurs.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860part-faces.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860part-io.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/doc-en/tore1860part-sommets.dat
%doc %{_texmfdistdir}/doc/generic/pst-solides3d/pst-solides3d-doc.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.23-4
+ Revision: 20b7997
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25610 |14mu|texlive-pst-soroban-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-soroban
# catalog-date 2008-08-23 00:25:16 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-pst-soroban
Version:	1.0
Release:	4
Summary:	Draw a Soroban using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-soroban
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-soroban.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-soroban.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-soroban.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses PSTricks to draw a Japanese abacus, or
soroban. The soroban is still used in Japan today.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-soroban/pst-soroban.sty
%doc %{_texmfdistdir}/doc/generic/pst-soroban/Changes
%doc %{_texmfdistdir}/doc/generic/pst-soroban/README
%doc %{_texmfdistdir}/doc/generic/pst-soroban/pst-soroban-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-soroban/pst-soroban-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-soroban/pst-soroban-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-soroban/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: cc26bbe
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25611 |14mu|texlive-pst-spectra-0.91-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-spectra
# catalog-date 2008-08-23 00:25:16 +0200
# catalog-license lppl
# catalog-version 0.91
Name:		texlive-pst-spectra
Version:	0.91
Release:	4
Summary:	Draw continuum, emission and absorption spectra with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-spectra
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-spectra.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-spectra.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is a PSTricks extension, based on a NASA lines
database. It allows you to draw continuum, emission and
absorption spectra. A Total of 16 880 visible lines from 99
elements can be displayed. The package requires the xkeyval
package for decoding its arguments.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-spectra/pst-spectra.pro
%{_texmfdistdir}/tex/generic/pst-spectra/pst-spectra.tex
%{_texmfdistdir}/tex/latex/pst-spectra/pst-spectra.sty
%doc %{_texmfdistdir}/doc/generic/pst-spectra/README
%doc %{_texmfdistdir}/doc/generic/pst-spectra/pst-spectra.pdf
%doc %{_texmfdistdir}/doc/generic/pst-spectra/pst-spectraEN.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.91-4
+ Revision: 689d1aa
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25612 |14mu|texlive-pst-stru-0.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-stru
# catalog-date 2008-08-23 00:25:16 +0200
# catalog-license lppl
# catalog-version 0.11
Name:		texlive-pst-stru
Version:	0.11
Release:	4
Summary:	Civil engineering diagrams, using pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-stru
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-stru.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-stru.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-stru is a PSTricks-based package to draw structural schemes
in civil engineering analysis, for beams, portals, arches and
piles.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-stru/pst-stru.tex
%{_texmfdistdir}/tex/latex/pst-stru/pst-stru.sty
%doc %{_texmfdistdir}/doc/generic/pst-stru/Changes
%doc %{_texmfdistdir}/doc/generic/pst-stru/README
%doc %{_texmfdistdir}/doc/generic/pst-stru/pst-stru-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-stru/pst-stru-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.11-4
+ Revision: a040557
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25613 |14mu|texlive-pst-text-1.00-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-text
# catalog-date 2007-03-11 16:56:01 +0100
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-pst-text
Version:	1.00
Release:	4
Summary:	Text and character manipulation in PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-text
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-text.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-text.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-text.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pst-text is a PSTricks based package for plotting text along a
different path and manipulating characters. It includes the
functionality of the old package pst-char.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-text/pst-text.pro
%{_texmfdistdir}/tex/generic/pst-text/pst-char.tex
%{_texmfdistdir}/tex/generic/pst-text/pst-text.tex
%{_texmfdistdir}/tex/latex/pst-text/pst-char.sty
%{_texmfdistdir}/tex/latex/pst-text/pst-text.sty
%doc %{_texmfdistdir}/doc/generic/pst-text/Changes
%doc %{_texmfdistdir}/doc/generic/pst-text/README
%doc %{_texmfdistdir}/doc/generic/pst-text/pst-text-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-text/pst-text-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-text/pst-text-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-text/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00-4
+ Revision: 2c710d8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25614 |14mu|texlive-pst-thick-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16369
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-thick
# catalog-date 2009-12-14 16:47:24 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-pst-thick
Version:	1.0
Release:	4
Summary:	Drawing very thick lines and curves
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-thick
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-thick.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-thick.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-thick.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports drawing of very thick lines and curves in
PSTricks, with various fillings for the body of the lines.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-thick/pst-thick.tex
%{_texmfdistdir}/tex/latex/pst-thick/pst-thick.sty
%doc %{_texmfdistdir}/doc/generic/pst-thick/Changes
%doc %{_texmfdistdir}/doc/generic/pst-thick/README
%doc %{_texmfdistdir}/doc/generic/pst-thick/pst-thick-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-thick/pst-thick-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-thick/pst-thick-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-thick/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: c33a854
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25615 |14mu|texlive-pst-tools-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25024
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-tools
# catalog-date 2012-01-04 09:11:42 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-pst-tools
Version:	0.1
Release:	3
Summary:	PStricks support functions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-tools
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides helper functions for other PSTricks
related packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-tools/pst-tools.tex
%{_texmfdistdir}/tex/latex/pst-tools/pst-tools.sty
%doc %{_texmfdistdir}/doc/generic/pst-tools/Changes
%doc %{_texmfdistdir}/doc/generic/pst-tools/README
%doc %{_texmfdistdir}/doc/generic/pst-tools/pst-tools-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-tools/pst-tools-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-tools/pst-tools-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-tools/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: b0658c7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25616 |14mu|texlive-pst-tree-1.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24142
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-tree
# catalog-date 2011-09-29 17:52:33 +0200
# catalog-license lppl
# catalog-version 1.12
Name:		texlive-pst-tree
Version:	1.12
Release:	4
Summary:	Trees, using pstricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-tree
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tree.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tree.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
pst-tree is a pstricks package that defines a macro \pstree
which offers a structured way of joining nodes created using
pst-node in order to draw trees.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-tree/pst-tree.tex
%{_texmfdistdir}/tex/latex/pst-tree/pst-tree.sty
%doc %{_texmfdistdir}/doc/generic/pst-tree/Changes
%doc %{_texmfdistdir}/doc/generic/pst-tree/README
%doc %{_texmfdistdir}/doc/generic/pst-tree/pst-tree-doc-de.pdf
%doc %{_texmfdistdir}/doc/generic/pst-tree/pst-tree-doc-de.tex
%doc %{_texmfdistdir}/doc/generic/pst-tree/pst-tree-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-tree/pst-tree-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-tree/pst-tree-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-tree/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.12-4
+ Revision: ccabe98
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25617 |14mu|texlive-pst-tvz-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23451
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-tvz
# catalog-date 2011-06-14 17:30:27 +0200
# catalog-license lppl1.3
# catalog-version 1.01
Name:		texlive-pst-tvz
Version:	1.01
Release:	4
Summary:	Draw trees with more than on root node, using PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-tvz
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tvz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tvz.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tvz.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses PSTricks to draw trees with more than one root
node. It is similar to pst-tree, though it uses a different
placement algorithm.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/pst-tvz/pst-tvz.tex
%{_texmfdistdir}/tex/latex/pst-tvz/pst-tvz.sty
%doc %{_texmfdistdir}/doc/generic/pst-tvz/Changes
%doc %{_texmfdistdir}/doc/generic/pst-tvz/README
%doc %{_texmfdistdir}/doc/generic/pst-tvz/pst-tvz-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-tvz/pst-tvz-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-tvz/pst-tvz-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-tvz/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-4
+ Revision: e9fbffa
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25618 |14mu|texlive-pst-uml-0.83-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-uml
# catalog-date 2007-01-04 21:17:26 +0100
# catalog-license lppl
# catalog-version 0.83
Name:		texlive-pst-uml
Version:	0.83
Release:	4
Summary:	UML diagrams with PSTricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-uml
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-uml.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-uml.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-uml.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-multido

%description
pst-uml is a PSTricks package that provides support for drawing
moderately complex UML (Universal Modelling Language) diagrams.
(The PDF documentation is written in French.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-uml/pst-uml.sty
%doc %{_texmfdistdir}/doc/generic/pst-uml/Changes
%doc %{_texmfdistdir}/doc/generic/pst-uml/README
%doc %{_texmfdistdir}/doc/generic/pst-uml/diagCase.tex
%doc %{_texmfdistdir}/doc/generic/pst-uml/diagClass.tex
%doc %{_texmfdistdir}/doc/generic/pst-uml/diagClass1.tex
%doc %{_texmfdistdir}/doc/generic/pst-uml/diagSeq.tex
%doc %{_texmfdistdir}/doc/generic/pst-uml/diagState.tex
%doc %{_texmfdistdir}/doc/generic/pst-uml/pst-uml-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-uml/pst-uml-doc.tex
%doc %{_texmfdistdir}/doc/generic/pst-uml/pst-uml-encapsuled-pdf-fig.pdf
%doc %{_texmfdistdir}/doc/generic/pst-uml/pst-uml-encapsuled-pdf-fig.tex
%doc %{_texmfdistdir}/doc/generic/pst-uml/pst-uml-exemples.pdf
%doc %{_texmfdistdir}/doc/generic/pst-uml/pst-uml-exemples.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-uml/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.83-4
+ Revision: 556c43e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25619 |14mu|texlive-pst-vowel-1.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25228
# category Package
# catalog-ctan /macros/latex/contrib/pst-vowel
# catalog-date 2012-01-28 08:48:38 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-pst-vowel
Version:	1.0
Release:	5
Summary:	Enable arrows showing diphthongs on vowel charts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pst-vowel
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vowel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vowel.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends vowel.sty (distributed as part of the tipa
bundle) by allowing the user to draw arrows between vowels to
show relationships such as diphthong membership. The package
depends on use of pstricks.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pst-vowel/pst-vowel.sty
%doc %{_texmfdistdir}/doc/latex/pst-vowel/README
%doc %{_texmfdistdir}/doc/latex/pst-vowel/pst-vowel.pdf
%doc %{_texmfdistdir}/doc/latex/pst-vowel/pst-vowel.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-5
+ Revision: 4414d64
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25620 |14mu|texlive-pst-vue3d-1.24-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/pst-vue3d
# catalog-date 2008-02-21 14:49:16 +0100
# catalog-license lppl
# catalog-version 1.24
Name:		texlive-pst-vue3d
Version:	1.24
Release:	4
Summary:	Draw perspective views of three dimensional objects
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-vue3d
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vue3d.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vue3d.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vue3d.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
With pst-vue3d three dimensional objects like cubes, spheres
and others can be viewed from different points. The
distribution includes a comprehensive set of examples of usage.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/pst-vue3d/pst-vue3d.pro
%{_texmfdistdir}/tex/generic/pst-vue3d/pst-vue3d.tex
%{_texmfdistdir}/tex/latex/pst-vue3d/pst-vue3d.sty
%doc %{_texmfdistdir}/doc/generic/pst-vue3d/Changes
%doc %{_texmfdistdir}/doc/generic/pst-vue3d/README
%doc %{_texmfdistdir}/doc/generic/pst-vue3d/pst-vue3d-doc.bib
%doc %{_texmfdistdir}/doc/generic/pst-vue3d/pst-vue3d-doc.pdf
%doc %{_texmfdistdir}/doc/generic/pst-vue3d/pst-vue3d-doc.tex
#- source
%doc %{_texmfdistdir}/source/generic/pst-vue3d/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.24-4
+ Revision: 01d9765
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25621 |14mu|texlive-psu-thesis-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/psu-thesis
# catalog-date 2008-09-20 13:36:26 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-psu-thesis
Version:	1.1
Release:	4
Summary:	Package for writing a thesis at Penn State University
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/psu-thesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psu-thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psu-thesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides proper page formatting according to the
Penn State thesis office guidelines (as of 2004) and
automatically formats the front and back matter, title page,
and more. A BibTeX style file is also included for the
bibliography.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/psu-thesis/psuthesis.bst
%{_texmfdistdir}/tex/latex/psu-thesis/psu-thesis.sty
%doc %{_texmfdistdir}/doc/latex/psu-thesis/README
%doc %{_texmfdistdir}/doc/latex/psu-thesis/manual.pdf
%doc %{_texmfdistdir}/doc/latex/psu-thesis/manual.tex
%doc %{_texmfdistdir}/doc/latex/psu-thesis/mssample.pdf
%doc %{_texmfdistdir}/doc/latex/psu-thesis/mssample.tex
%doc %{_texmfdistdir}/doc/latex/psu-thesis/phdsample.pdf
%doc %{_texmfdistdir}/doc/latex/psu-thesis/phdsample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: e74adb9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25622 |14mu|texlive-psutils-p17-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23089
# category TLCore
# catalog-ctan /support/psutils
# catalog-date 2009-11-10 00:30:52 +0100
# catalog-license other-free
# catalog-version p17
Name:		texlive-psutils
Version:	p17
Release:	8
Summary:	PostScript utilities
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/psutils
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psutils.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/psutils.doc.tar.xz
BuildArch:	noarch
Provides:	texlive-psutils.bin = %{EVRD}
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A bundle of utilities for manipulating PostScript documents,
including page selection and rearrangement, resizing the page,
arrangement into signatures for booklet printing, and page
merging for n-up printing. Utilities include psbook, psselect,
pstops, psnup, psresize, epsffit.


#-----------------------------------------------------------------------
%files
%{_bindir}/extractres
%{_bindir}/fixdlsrps
%{_bindir}/fixfmps
%{_bindir}/fixpsditps
%{_bindir}/fixpspps
%{_bindir}/fixscribeps
%{_bindir}/fixtpps
%{_bindir}/fixwfwps
%{_bindir}/fixwpps
%{_bindir}/fixwwps
%{_bindir}/includeres
%{_bindir}/psmerge
%{_texmfdir}/scripts/psutils/extractres.pl
%{_texmfdir}/scripts/psutils/fixdlsrps.pl
%{_texmfdir}/scripts/psutils/fixfmps.pl
%{_texmfdir}/scripts/psutils/fixpsditps.pl
%{_texmfdir}/scripts/psutils/fixpspps.pl
%{_texmfdir}/scripts/psutils/fixscribeps.pl
%{_texmfdir}/scripts/psutils/fixtpps.pl
%{_texmfdir}/scripts/psutils/fixwfwps.pl
%{_texmfdir}/scripts/psutils/fixwpps.pl
%{_texmfdir}/scripts/psutils/fixwwps.pl
%{_texmfdir}/scripts/psutils/includeres.pl
%{_texmfdir}/scripts/psutils/psmerge.pl
%doc %{_mandir}/man1/epsffit.1*
%doc %{_texmfdir}/doc/man/man1/epsffit.man1.pdf
%doc %{_mandir}/man1/extractres.1*
%doc %{_texmfdir}/doc/man/man1/extractres.man1.pdf
%doc %{_mandir}/man1/fixdlsrps.1*
%doc %{_texmfdir}/doc/man/man1/fixdlsrps.man1.pdf
%doc %{_mandir}/man1/fixfmps.1*
%doc %{_texmfdir}/doc/man/man1/fixfmps.man1.pdf
%doc %{_mandir}/man1/fixpsditps.1*
%doc %{_texmfdir}/doc/man/man1/fixpsditps.man1.pdf
%doc %{_mandir}/man1/fixpspps.1*
%doc %{_texmfdir}/doc/man/man1/fixpspps.man1.pdf
%doc %{_mandir}/man1/fixscribeps.1*
%doc %{_texmfdir}/doc/man/man1/fixscribeps.man1.pdf
%doc %{_mandir}/man1/fixtpps.1*
%doc %{_texmfdir}/doc/man/man1/fixtpps.man1.pdf
%doc %{_mandir}/man1/fixwfwps.1*
%doc %{_texmfdir}/doc/man/man1/fixwfwps.man1.pdf
%doc %{_mandir}/man1/fixwpps.1*
%doc %{_texmfdir}/doc/man/man1/fixwpps.man1.pdf
%doc %{_mandir}/man1/fixwwps.1*
%doc %{_texmfdir}/doc/man/man1/fixwwps.man1.pdf
%doc %{_mandir}/man1/includeres.1*
%doc %{_texmfdir}/doc/man/man1/includeres.man1.pdf
%doc %{_mandir}/man1/psbook.1*
%doc %{_texmfdir}/doc/man/man1/psbook.man1.pdf
%doc %{_mandir}/man1/psmerge.1*
%doc %{_texmfdir}/doc/man/man1/psmerge.man1.pdf
%doc %{_mandir}/man1/psnup.1*
%doc %{_texmfdir}/doc/man/man1/psnup.man1.pdf
%doc %{_mandir}/man1/psresize.1*
%doc %{_texmfdir}/doc/man/man1/psresize.man1.pdf
%doc %{_mandir}/man1/psselect.1*
%doc %{_texmfdir}/doc/man/man1/psselect.man1.pdf
%doc %{_mandir}/man1/pstops.1*
%doc %{_texmfdir}/doc/man/man1/pstops.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdir}/scripts/psutils/extractres.pl extractres
    ln -sf %{_texmfdir}/scripts/psutils/fixdlsrps.pl fixdlsrps
    ln -sf %{_texmfdir}/scripts/psutils/fixfmps.pl fixfmps
    ln -sf %{_texmfdir}/scripts/psutils/fixpsditps.pl fixpsditps
    ln -sf %{_texmfdir}/scripts/psutils/fixpspps.pl fixpspps
    ln -sf %{_texmfdir}/scripts/psutils/fixscribeps.pl fixscribeps
    ln -sf %{_texmfdir}/scripts/psutils/fixtpps.pl fixtpps
    ln -sf %{_texmfdir}/scripts/psutils/fixwfwps.pl fixwfwps
    ln -sf %{_texmfdir}/scripts/psutils/fixwpps.pl fixwpps
    ln -sf %{_texmfdir}/scripts/psutils/fixwwps.pl fixwwps
    ln -sf %{_texmfdir}/scripts/psutils/includeres.pl includeres
    ln -sf %{_texmfdir}/scripts/psutils/psmerge.pl psmerge
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> p17-8
+ Revision: dd0fbc3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25623 |14mu|texlive-ptex-20111109-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31898
# category Package
# catalog-ctan /language/japanese/ptex
# catalog-date 2011-11-09 15:33:34 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-ptex
Version:	20111109
Release:	16
Summary:	A TeX system for publishing in Japanese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/ptex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-tex
Requires:	texlive-latex
Requires:	texlive-hyph-utf8
Requires:	texlive-adobemapping
Requires:	texlive-ipaex
Requires:	texlive-japanese
Requires:	texlive-japanese-otf
Requires:	texlive-ptex.bin

%description
PTeX adds features related to vertical writing, and deals with
other problems in typesetting Japanese. A set of additions to a
TEXMF tree, for use with PTeX, may be found in package PTeX-
texmf. PTeX is distributed as WEB change files.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvipdfmx/ptex/morisawa.map
%{_texmfdistdir}/fonts/source/ptex/ascgrp/ascgrp.mf
%{_texmfdistdir}/fonts/source/ptex/ascgrp/ascii.mf
%{_texmfdistdir}/fonts/source/ptex/ascgrp/ascii10.mf
%{_texmfdistdir}/fonts/source/ptex/ascgrp/ascii36.mf
%{_texmfdistdir}/fonts/source/ptex/jis/jis-v.pl
%{_texmfdistdir}/fonts/source/ptex/jis/jis.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth10.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth5.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth6.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth7.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth8.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/ngoth9.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin10.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin5.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin6.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin7.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin8.pl
%{_texmfdistdir}/fonts/source/ptex/nmin-ngoth/nmin9.pl
%{_texmfdistdir}/fonts/source/ptex/standard/goth10.pl
%{_texmfdistdir}/fonts/source/ptex/standard/goth5.pl
%{_texmfdistdir}/fonts/source/ptex/standard/goth6.pl
%{_texmfdistdir}/fonts/source/ptex/standard/goth7.pl
%{_texmfdistdir}/fonts/source/ptex/standard/goth8.pl
%{_texmfdistdir}/fonts/source/ptex/standard/goth9.pl
%{_texmfdistdir}/fonts/source/ptex/standard/min10.pl
%{_texmfdistdir}/fonts/source/ptex/standard/min5.pl
%{_texmfdistdir}/fonts/source/ptex/standard/min6.pl
%{_texmfdistdir}/fonts/source/ptex/standard/min7.pl
%{_texmfdistdir}/fonts/source/ptex/standard/min8.pl
%{_texmfdistdir}/fonts/source/ptex/standard/min9.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth10.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth5.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth6.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth7.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth8.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tgoth9.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tmin10.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tmin5.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tmin6.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tmin7.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tmin8.pl
%{_texmfdistdir}/fonts/source/ptex/standard/tmin9.pl
%{_texmfdistdir}/fonts/tfm/ptex/ascgrp/ascgrp.tfm
%{_texmfdistdir}/fonts/tfm/ptex/ascgrp/ascii10.tfm
%{_texmfdistdir}/fonts/tfm/ptex/ascgrp/ascii36.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/futogo-b-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/futogo-b.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/futomin-b-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/futomin-b.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/gbm.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/gbmv.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/gtbbb-m-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/gtbbb-m.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/jun101-l-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/jun101-l.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/rml.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/rmlv.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/ryumin-l-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/dvips/ryumin-l.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jis-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jis.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisg-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisg.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisgn-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisgn.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisn-v.tfm
%{_texmfdistdir}/fonts/tfm/ptex/jis/jisn.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoGoB101-Bold-H.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoGoB101-Bold-J.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoGoB101-Bold-V.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoMinA101-Bold-H.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoMinA101-Bold-J.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/FutoMinA101-Bold-V.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/GothicBBB-Medium-H.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/GothicBBB-Medium-J.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/GothicBBB-Medium-V.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Jun101-Light-H.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Jun101-Light-J.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Jun101-Light-V.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Ryumin-Light-H.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Ryumin-Light-J.tfm
%{_texmfdistdir}/fonts/tfm/ptex/morisawa/Ryumin-Light-V.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth10.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth5.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth6.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth7.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth8.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/ngoth9.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin10.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin5.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin6.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin7.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin8.tfm
%{_texmfdistdir}/fonts/tfm/ptex/nmin-ngoth/nmin9.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth10.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth5.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth6.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth7.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth8.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/goth9.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/min10.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/min5.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/min6.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/min7.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/min8.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/min9.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth10.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth5.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth6.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth7.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth8.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tgoth9.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin10.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin5.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin6.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin7.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin8.tfm
%{_texmfdistdir}/fonts/tfm/ptex/standard/tmin9.tfm
%{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascgrp.pfb
%{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascii10.pfb
%{_texmfdistdir}/fonts/type1/ptex/ascgrp/ascii36.pfb
%{_texmfdistdir}/fonts/vf/ptex/jis/jis-v.vf
%{_texmfdistdir}/fonts/vf/ptex/jis/jis.vf
%{_texmfdistdir}/fonts/vf/ptex/jis/jisg-v.vf
%{_texmfdistdir}/fonts/vf/ptex/jis/jisg.vf
%{_texmfdistdir}/fonts/vf/ptex/jis/jisgn-v.vf
%{_texmfdistdir}/fonts/vf/ptex/jis/jisgn.vf
%{_texmfdistdir}/fonts/vf/ptex/jis/jisn-v.vf
%{_texmfdistdir}/fonts/vf/ptex/jis/jisn.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoGoB101-Bold-H.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoGoB101-Bold-J.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoGoB101-Bold-V.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoMinA101-Bold-H.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoMinA101-Bold-J.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/FutoMinA101-Bold-V.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/GothicBBB-Medium-H.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/GothicBBB-Medium-J.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/GothicBBB-Medium-V.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Jun101-Light-H.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Jun101-Light-J.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Jun101-Light-V.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Ryumin-Light-H.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Ryumin-Light-J.vf
%{_texmfdistdir}/fonts/vf/ptex/morisawa/Ryumin-Light-V.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth10.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth5.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth6.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth7.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth8.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/ngoth9.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin10.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin5.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin6.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin7.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin8.vf
%{_texmfdistdir}/fonts/vf/ptex/nmin-ngoth/nmin9.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/goth10.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/goth5.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/goth6.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/goth7.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/goth8.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/goth9.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/min10.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/min5.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/min6.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/min7.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/min8.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/min9.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth10.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth5.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth6.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth7.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth8.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tgoth9.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin10.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin5.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin6.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin7.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin8.vf
%{_texmfdistdir}/fonts/vf/ptex/standard/tmin9.vf
%{_texmfdistdir}/pbibtex/bib/jxampl.bib
%{_texmfdistdir}/pbibtex/bst/jabbrv.bst
%{_texmfdistdir}/pbibtex/bst/jalpha.bst
%{_texmfdistdir}/pbibtex/bst/jipsj.bst
%{_texmfdistdir}/pbibtex/bst/jname.bst
%{_texmfdistdir}/pbibtex/bst/jorsj.bst
%{_texmfdistdir}/pbibtex/bst/jplain.bst
%{_texmfdistdir}/pbibtex/bst/junsrt.bst
%{_texmfdistdir}/pbibtex/bst/tieice.bst
%{_texmfdistdir}/pbibtex/bst/tipsj.bst
%{_texmfdistdir}/tex/platex/base/ascmac.sty
%{_texmfdistdir}/tex/platex/base/jarticle.cls
%{_texmfdistdir}/tex/platex/base/jarticle.sty
%{_texmfdistdir}/tex/platex/base/jbk10.clo
%{_texmfdistdir}/tex/platex/base/jbk11.clo
%{_texmfdistdir}/tex/platex/base/jbk12.clo
%{_texmfdistdir}/tex/platex/base/jbook.cls
%{_texmfdistdir}/tex/platex/base/jbook.sty
%{_texmfdistdir}/tex/platex/base/jltxdoc.cls
%{_texmfdistdir}/tex/platex/base/jreport.cls
%{_texmfdistdir}/tex/platex/base/jreport.sty
%{_texmfdistdir}/tex/platex/base/jsize10.clo
%{_texmfdistdir}/tex/platex/base/jsize11.clo
%{_texmfdistdir}/tex/platex/base/jsize12.clo
%{_texmfdistdir}/tex/platex/base/jt1gt.fd
%{_texmfdistdir}/tex/platex/base/jt1mc.fd
%{_texmfdistdir}/tex/platex/base/jy1gt.fd
%{_texmfdistdir}/tex/platex/base/jy1mc.fd
%{_texmfdistdir}/tex/platex/base/kinsoku.tex
%{_texmfdistdir}/tex/platex/base/nidanfloat.sty
%{_texmfdistdir}/tex/platex/base/oldpfont.sty
%{_texmfdistdir}/tex/platex/base/pl209.def
%{_texmfdistdir}/tex/platex/base/platex.ltx
%{_texmfdistdir}/tex/platex/base/plcore.ltx
%{_texmfdistdir}/tex/platex/base/pldefs.ltx
%{_texmfdistdir}/tex/platex/base/plext.sty
%{_texmfdistdir}/tex/platex/base/plnews.cls
%{_texmfdistdir}/tex/platex/base/ptrace.sty
%{_texmfdistdir}/tex/platex/base/tarticle.cls
%{_texmfdistdir}/tex/platex/base/tarticle.sty
%{_texmfdistdir}/tex/platex/base/tascmac.sty
%{_texmfdistdir}/tex/platex/base/tbk10.clo
%{_texmfdistdir}/tex/platex/base/tbk11.clo
%{_texmfdistdir}/tex/platex/base/tbk12.clo
%{_texmfdistdir}/tex/platex/base/tbook.cls
%{_texmfdistdir}/tex/platex/base/tbook.sty
%{_texmfdistdir}/tex/platex/base/treport.cls
%{_texmfdistdir}/tex/platex/base/treport.sty
%{_texmfdistdir}/tex/platex/base/tsize10.clo
%{_texmfdistdir}/tex/platex/base/tsize11.clo
%{_texmfdistdir}/tex/platex/base/tsize12.clo
%{_texmfdistdir}/tex/platex/config/hyphen.cfg
%{_texmfdistdir}/tex/platex/config/platex.ini
%{_texmfdistdir}/tex/ptex/base/ascii-jplain.tex
%{_texmfdistdir}/tex/ptex/base/eptex.src
%{_texmfdistdir}/tex/ptex/base/eptexdefs.lib
%{_texmfdistdir}/tex/ptex/base/kinsoku.tex
%{_texmfdistdir}/tex/ptex/base/ptex.tex
%{_texmfdistdir}/tex/ptex/config/eptex.ini
%{_texmfdistdir}/tex/ptex/config/ptex.ini
%_texmf_fmtutil_d/ptex
%_texmf_updmap_d/ptex
%doc %{_mandir}/man1/mendex.1*
%doc %{_texmfdistdir}/doc/man/man1/mendex.man1.pdf
%doc %{_texmfdistdir}/doc/ptex/base/COPYRIGHT
%doc %{_texmfdistdir}/doc/ptex/base/COPYRIGHT.txt
%doc %{_texmfdistdir}/doc/ptex/base/Changes.txt
%doc %{_texmfdistdir}/doc/ptex/base/INSTALL.txt
%doc %{_texmfdistdir}/doc/ptex/base/README.txt
%doc %{_texmfdistdir}/doc/ptex/base/jfm.pdf
%doc %{_texmfdistdir}/doc/ptex/base/jfm.tex
%doc %{_texmfdistdir}/doc/ptex/base/jtex.pdf
%doc %{_texmfdistdir}/doc/ptex/base/jtex.tex
%doc %{_texmfdistdir}/doc/ptex/base/jtexdoc.pdf
%doc %{_texmfdistdir}/doc/ptex/base/jtexdoc.tex
%doc %{_texmfdistdir}/doc/ptex/base/ptexdoc.pdf
%doc %{_texmfdistdir}/doc/ptex/base/ptexdoc.tex
%doc %{_texmfdistdir}/doc/ptex/base/ptexskip.pdf
%doc %{_texmfdistdir}/doc/ptex/base/ptexskip.tex
%doc %{_texmfdistdir}/doc/ptex/jvf/COPYRIGHT
%doc %{_texmfdistdir}/doc/ptex/jvf/Changes.txt
%doc %{_texmfdistdir}/doc/ptex/jvf/README.txt
%doc %{_texmfdistdir}/doc/ptex/pbibtex/README
%doc %{_texmfdistdir}/doc/ptex/pbibtex/cpp.awk
%doc %{_texmfdistdir}/doc/ptex/pbibtex/generate.sh
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbibtex.bib
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbibtex.pdf
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbibtex.tex
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbtxbst.doc
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbtxdoc.bib
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbtxdoc.pdf
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbtxdoc.tex
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbtxhak.pdf
%doc %{_texmfdistdir}/doc/ptex/pbibtex/jbtxhak.tex
#- source
%doc %{_texmfdistdir}/source/platex/base/Changes.txt
%doc %{_texmfdistdir}/source/platex/base/README.txt
%doc %{_texmfdistdir}/source/platex/base/README2.txt
%doc %{_texmfdistdir}/source/platex/base/Xins.ins
%doc %{_texmfdistdir}/source/platex/base/jclasses.dtx
%doc %{_texmfdistdir}/source/platex/base/jltxdoc.dtx
%doc %{_texmfdistdir}/source/platex/base/kinsoku.dtx
%doc %{_texmfdistdir}/source/platex/base/nidanfloat.dtx
%doc %{_texmfdistdir}/source/platex/base/nidanfloat.ins
%doc %{_texmfdistdir}/source/platex/base/pl209.dtx
%doc %{_texmfdistdir}/source/platex/base/pl209.ins
%doc %{_texmfdistdir}/source/platex/base/platex.dtx
%doc %{_texmfdistdir}/source/platex/base/plcls.ins
%doc %{_texmfdistdir}/source/platex/base/plcore.dtx
%doc %{_texmfdistdir}/source/platex/base/plcore.ins
%doc %{_texmfdistdir}/source/platex/base/pldoc.tex
%doc %{_texmfdistdir}/source/platex/base/pldocs.ins
%doc %{_texmfdistdir}/source/platex/base/plext.dtx
%doc %{_texmfdistdir}/source/platex/base/plfmt.ins
%doc %{_texmfdistdir}/source/platex/base/plfonts.dtx
%doc %{_texmfdistdir}/source/platex/base/plnews01.tex
%doc %{_texmfdistdir}/source/platex/base/plnews02.tex
%doc %{_texmfdistdir}/source/platex/base/plnews03.tex
%doc %{_texmfdistdir}/source/platex/base/plnews04.tex
%doc %{_texmfdistdir}/source/platex/base/plnews05.tex
%doc %{_texmfdistdir}/source/platex/base/plnews06.tex
%doc %{_texmfdistdir}/source/platex/base/plnews07.tex
%doc %{_texmfdistdir}/source/platex/base/plnews08.tex
%doc %{_texmfdistdir}/source/platex/base/plpatch.ltx
%doc %{_texmfdistdir}/source/platex/base/plvers.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/ptex <<EOF
#
# from ptex:
ptex ptex - ptex.ini
eptex eptex language.def *eptex.ini
platex eptex language.dat *platex.ini
EOF
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/ptex <<EOF
KanjiMap morisawa.map
KanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map
EOF

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111109-16
+ Revision: 2d1b78a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25624 |14mu|texlive-ptex2pdf-0.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30321
# category Package
# catalog-ctan /language/japanese/ptex2pdf
# catalog-date 2013-05-07 20:01:57 +0200
# catalog-license gpl2
# catalog-version 0.4
Name:		texlive-ptex2pdf
Version:	0.4
Release:	8
Summary:	Convert Japanese TeX documents to PDF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/ptex2pdf
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex2pdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex2pdf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-ptex2pdf.bin = %{EVRD}

%description
The Lua script provides system-independent support of Japanese
typesetting engines in TeXworks. As TeXworks typesetting setup
does not allow for multistep processing, this script runs one
of the ptex-based programs (ptex, uptex, eptex, platex,
uplatex) followed by dvipdfmx.


#-----------------------------------------------------------------------
%files
%{_bindir}/ptex2pdf
%{_texmfdistdir}/scripts/ptex2pdf/ptex2pdf.lua
%doc %{_texmfdistdir}/doc/latex/ptex2pdf/COPYING
%doc %{_texmfdistdir}/doc/latex/ptex2pdf/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ptex2pdf/ptex2pdf.lua ptex2pdf
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-8
+ Revision: fde0bb6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25625 |14mu|texlive-ptext-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30171
# category Package
# catalog-ctan /macros/xetex/latex/ptext
# catalog-date 2013-04-29 15:26:25 +0200
# catalog-license lppl1.2
# catalog-version 1.1
Name:		texlive-ptext
Version:	1.1
Release:	7
Summary:	A 'lipsum' for Persian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/ptext
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptext.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptext.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides lipsum-like facilities for the Persian
language. The source of the filling text is the Persian epic
"the Shanameh" (100 paragraphs are used.) The package needs to
be run under XeLaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/ptext/ptext.sty
%doc %{_texmfdistdir}/doc/xelatex/ptext/README
%doc %{_texmfdistdir}/doc/xelatex/ptext/ptext.pdf
%doc %{_texmfdistdir}/doc/xelatex/ptext/ptext.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: 7bf609f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25626 |14mu|texlive-ptptex-0.91-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/ptptex
# catalog-date 2008-11-22 15:14:22 +0100
# catalog-license lppl
# catalog-version 0.91
Name:		texlive-ptptex
Version:	0.91
Release:	4
Summary:	Macros for 'Progress of Theoretical Physics'
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ptptex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptptex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ptptex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The distribution contains the class (which offers an option
file for preprints), and a template. The class requires the
cite, overcite and wrapfig packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ptptex/ptp-prep.clo
%{_texmfdistdir}/tex/latex/ptptex/ptptex.cls
%{_texmfdistdir}/tex/latex/ptptex/wrapft.sty
%doc %{_texmfdistdir}/doc/latex/ptptex/README
%doc %{_texmfdistdir}/doc/latex/ptptex/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/ptptex/manptp.pdf
%doc %{_texmfdistdir}/doc/latex/ptptex/manptp.tex
%doc %{_texmfdistdir}/doc/latex/ptptex/template.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.91-4
+ Revision: 4d2c7cf
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25627 |14mu|texlive-pxbase-0.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28516
# category Package
# catalog-ctan /language/japanese/pxbase
# catalog-date 2012-12-12 11:03:41 +0100
# catalog-license other-free
# catalog-version 0.5
Name:		texlive-pxbase
Version:	0.5
Release:	7
Summary:	Tools for use with (u)pLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/pxbase
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxbase.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxbase.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pxbase package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/platex/pxbase/ifuptex.sty
%{_texmfdistdir}/tex/platex/pxbase/pxbabel.sty
%{_texmfdistdir}/tex/platex/pxbase/pxbase.def
%{_texmfdistdir}/tex/platex/pxbase/pxbase.sty
%{_texmfdistdir}/tex/platex/pxbase/pxbasenc.def
%{_texmfdistdir}/tex/platex/pxbase/pxbsjc.def
%{_texmfdistdir}/tex/platex/pxbase/pxjsfenc.def
%{_texmfdistdir}/tex/platex/pxbase/upkcat.sty
%doc %{_texmfdistdir}/doc/platex/pxbase/LICENSE
%doc %{_texmfdistdir}/doc/platex/pxbase/README
%doc %{_texmfdistdir}/doc/platex/pxbase/README-pxbabel
%doc %{_texmfdistdir}/doc/platex/pxbase/README-pxcjkcat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-7
+ Revision: 91988c6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25628 |14mu|texlive-pxchfon-0.7a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30635
# category Package
# catalog-ctan /language/japanese/pxchfon
# catalog-date 2013-05-18 17:41:16 +0200
# catalog-license other-free
# catalog-version 0.7a
Name:		texlive-pxchfon
Version:	0.7a
Release:	7
Summary:	Japanese font setup for pLaTeX and upLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/pxchfon
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxchfon.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxchfon.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxchfon.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pxchfon package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/sfd/pxchfon/PXcjk0.sfd
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjar-b-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjar-l-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjar-r-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjas-b-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjas-r-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/cfjas-x-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjar-b-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjar-l-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjar-r-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjas-b-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjas-r-l0j.tfm
%{_texmfdistdir}/fonts/tfm/public/pxchfon/r-cfjas-x-l0j.tfm
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjar-b-l0j.vf
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjar-l-l0j.vf
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjar-r-l0j.vf
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjas-b-l0j.vf
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjas-r-l0j.vf
%{_texmfdistdir}/fonts/vf/public/pxchfon/cfjas-x-l0j.vf
%{_texmfdistdir}/tex/platex/pxchfon/pxchfon.sty
%{_texmfdistdir}/tex/platex/pxchfon/pxchfon0.def
%{_texmfdistdir}/tex/platex/pxchfon/pxjafont.sty
%doc %{_texmfdistdir}/doc/platex/pxchfon/LICENSE
%doc %{_texmfdistdir}/doc/platex/pxchfon/README-ja
%doc %{_texmfdistdir}/doc/platex/pxchfon/pxchfon.pdf
%doc %{_texmfdistdir}/doc/platex/pxchfon/pxchfon.tex
%doc %{_texmfdistdir}/doc/platex/pxchfon/sample-2000jis.pdf
%doc %{_texmfdistdir}/doc/platex/pxchfon/sample-2000jis.tex
%doc %{_texmfdistdir}/doc/platex/pxchfon/sample-2004jis.pdf
%doc %{_texmfdistdir}/doc/platex/pxchfon/sample-2004jis.tex
%doc %{_texmfdistdir}/doc/platex/pxchfon/sample-pxchfon.pdf
%doc %{_texmfdistdir}/doc/platex/pxchfon/sample-pxchfon.tex
#- source
%doc %{_texmfdistdir}/source/platex/pxchfon/cfjar-b-l0j.vpl
%doc %{_texmfdistdir}/source/platex/pxchfon/cfjar-l-l0j.vpl
%doc %{_texmfdistdir}/source/platex/pxchfon/cfjar-r-l0j.vpl
%doc %{_texmfdistdir}/source/platex/pxchfon/cfjas-b-l0j.vpl
%doc %{_texmfdistdir}/source/platex/pxchfon/cfjas-r-l0j.vpl
%doc %{_texmfdistdir}/source/platex/pxchfon/cfjas-x-l0j.vpl
%doc %{_texmfdistdir}/source/platex/pxchfon/gen-cfja.bat
%doc %{_texmfdistdir}/source/platex/pxchfon/r-cfjar-b-l0j.pl
%doc %{_texmfdistdir}/source/platex/pxchfon/r-cfjar-l-l0j.pl
%doc %{_texmfdistdir}/source/platex/pxchfon/r-cfjar-r-l0j.pl
%doc %{_texmfdistdir}/source/platex/pxchfon/r-cfjas-b-l0j.pl
%doc %{_texmfdistdir}/source/platex/pxchfon/r-cfjas-r-l0j.pl
%doc %{_texmfdistdir}/source/platex/pxchfon/r-cfjas-x-l0j.pl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7a-7
+ Revision: a43c164
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25629 |14mu|texlive-pxcjkcat-20131019-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27780
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-pxcjkcat
Version:	20131019
Release:	7
Summary:	TeXLive pxcjkcat package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxcjkcat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxcjkcat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pxcjkcat package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pxcjkcat/pxcjkcat.sty
%doc %{_texmfdistdir}/doc/latex/pxcjkcat/LICENSE
%doc %{_texmfdistdir}/doc/latex/pxcjkcat/README
%doc %{_texmfdistdir}/doc/latex/pxcjkcat/README-ja

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131019-7
+ Revision: 9f8d40d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25630 |14mu|texlive-pxfonts-20090115-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/pxfonts
# catalog-date 2009-01-15 09:33:18 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-pxfonts
Version:	20090115
Release:	4
Summary:	Palatino-like fonts in support of mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/pxfonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxfonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Pxfonts supplies virtual text roman fonts using Adobe Palatino
(or URWPalladioL) with some modified and additional text
symbols in the OT1, T1, and TS1 encodings; maths alphabets
using Palatino/Palladio; maths fonts providing all the symbols
of the Computer Modern and AMS fonts, including all the Greek
capital letters from CMR; and additional maths fonts of various
other symbols. The set is complemented by a sans-serif set of
text fonts, based on Helvetica/NimbusSanL, and a monospace set
derived from the parallel TX font set. All the fonts are in
Type 1 format (AFM and PFB files), and are supported by TeX
metrics (VF and TFM files) and macros for use with LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbex.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbexa.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbmia.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbsy.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbsya.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbsyb.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxbsyc.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxex.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxexa.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxmia.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxsy.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxsya.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxsyb.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/pxsyc.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpcxb.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpcxbi.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpcxi.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpcxr.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxb.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxbi.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxbmi.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxbsc.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxi.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxmi.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxr.afm
%{_texmfdistdir}/fonts/afm/public/pxfonts/rpxsc.afm
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxfonts.map
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxr.map
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxr1.map
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxr2.map
%{_texmfdistdir}/fonts/map/dvips/pxfonts/pxr3.map
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xbi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xr.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xsc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/p1xsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxr.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pcxsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbex.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbexa.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsy.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsya.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxbsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxex.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxexa.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxmi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxmia.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxr.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsy.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsya.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/pxsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxr.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpcxsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxmi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplb.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplbo.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplr.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplri.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxpplro.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxr.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxsc.tfm
%{_texmfdistdir}/fonts/tfm/public/pxfonts/rpxsl.tfm
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbex.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbexa.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbmia.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsy.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsya.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsyb.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxbsyc.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxex.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxexa.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxmia.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsy.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsya.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsyb.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/pxsyc.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxb.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxbi.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxi.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpcxr.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxb.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbi.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbmi.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxbsc.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxi.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxmi.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxr.pfb
%{_texmfdistdir}/fonts/type1/public/pxfonts/rpxsc.pfb
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xb.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xbi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xbsc.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xbsl.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xr.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xsc.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/p1xsl.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxb.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxbi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxbsl.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxr.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pcxsl.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxb.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbmi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbmi1.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbsc.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxbsl.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxmi.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxmi1.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxr.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxsc.vf
%{_texmfdistdir}/fonts/vf/public/pxfonts/pxsl.vf
%{_texmfdistdir}/tex/latex/pxfonts/omlpxmi.fd
%{_texmfdistdir}/tex/latex/pxfonts/omlpxr.fd
%{_texmfdistdir}/tex/latex/pxfonts/omspxr.fd
%{_texmfdistdir}/tex/latex/pxfonts/omspxsy.fd
%{_texmfdistdir}/tex/latex/pxfonts/omxpxex.fd
%{_texmfdistdir}/tex/latex/pxfonts/ot1pxr.fd
%{_texmfdistdir}/tex/latex/pxfonts/ot1pxss.fd
%{_texmfdistdir}/tex/latex/pxfonts/ot1pxtt.fd
%{_texmfdistdir}/tex/latex/pxfonts/pxfonts.sty
%{_texmfdistdir}/tex/latex/pxfonts/t1pxr.fd
%{_texmfdistdir}/tex/latex/pxfonts/t1pxss.fd
%{_texmfdistdir}/tex/latex/pxfonts/t1pxtt.fd
%{_texmfdistdir}/tex/latex/pxfonts/ts1pxr.fd
%{_texmfdistdir}/tex/latex/pxfonts/ts1pxss.fd
%{_texmfdistdir}/tex/latex/pxfonts/ts1pxtt.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxexa.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxmia.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxr.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxss.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxsya.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxsyb.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxsyc.fd
%{_texmfdistdir}/tex/latex/pxfonts/upxtt.fd
%doc %{_texmfdistdir}/doc/fonts/pxfonts/00bug_fix.txt
%doc %{_texmfdistdir}/doc/fonts/pxfonts/COPYRIGHT
%doc %{_texmfdistdir}/doc/fonts/pxfonts/pxfontsdoc.pdf
%doc %{_texmfdistdir}/doc/fonts/pxfonts/pxfontsdoc.tex
%doc %{_texmfdistdir}/doc/fonts/pxfonts/pxfontsdocA4.pdf
%doc %{_texmfdistdir}/doc/fonts/pxfonts/pxfontsdocA4.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090115-4
+ Revision: 0021cdb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25631 |14mu|texlive-pxgreeks-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21838
# category Package
# catalog-ctan /macros/latex/contrib/pxgreeks
# catalog-date 2011-03-18 12:27:11 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-pxgreeks
Version:	1.0
Release:	4
Summary:	Shape selection for PX fonts Greek letters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/pxgreeks
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxgreeks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxgreeks.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxgreeks.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows LaTeX users who use the PX fonts to select
the shapes (italic or upright) for the Greek lowercase and
uppercase letters. Once the shapes for lowercase and uppercase
have been selected via a package option, the \other prefix
(e.g., \otheralpha) allows using the alternate glyph (as in the
fourier package). The pxgreeks package does not constrain the
text font that may be used in the document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pxgreeks/pxgreeks.sty
%doc %{_texmfdistdir}/doc/latex/pxgreeks/README
%doc %{_texmfdistdir}/doc/latex/pxgreeks/pxgreeks.pdf
#- source
%doc %{_texmfdistdir}/source/latex/pxgreeks/pxgreeks.dtx
%doc %{_texmfdistdir}/source/latex/pxgreeks/pxgreeks.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 1bd7389
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25632 |14mu|texlive-pxjahyper-0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28503
# category Package
# catalog-ctan /language/japanese/pxjahyper
# catalog-date 2012-12-11 14:08:29 +0100
# catalog-license noinfo
# catalog-version 0.3
Name:		texlive-pxjahyper
Version:	0.3
Release:	7
Summary:	Hyperref support for pLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/pxjahyper
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxjahyper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxjahyper.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pxjahyper package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/platex/pxjahyper/pxjahyper.sty
%doc %{_texmfdistdir}/doc/platex/pxjahyper/LICENSE
%doc %{_texmfdistdir}/doc/platex/pxjahyper/README
%doc %{_texmfdistdir}/doc/platex/pxjahyper/pxjahyper.pdf
%doc %{_texmfdistdir}/doc/platex/pxjahyper/pxjahyper.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-7
+ Revision: fa1654c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25633 |14mu|texlive-pxpgfmark-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30212
# category Package
# catalog-ctan /graphics/pgf/contrib/pxpgfmark
# catalog-date 2013-05-02 11:19:37 +0200
# catalog-license other-free
# catalog-version 0.2
Name:		texlive-pxpgfmark
Version:	0.2
Release:	7
Summary:	e-pTeX driver for PGF inter-picture connections
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/pxpgfmark
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxpgfmark.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxpgfmark.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The distributed drivers do not support the PGF feature of
"inter-picture connections" under e-pTeX and dvipdfmx. The
package uses existing features of dvipdfmx to fix this problem.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/pxpgfmark/pxpgfmark.sty
%doc %{_texmfdistdir}/doc/latex/pxpgfmark/LICENSE
%doc %{_texmfdistdir}/doc/latex/pxpgfmark/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: a79808b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25634 |14mu|texlive-pxrubrica-20131010-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28494
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-pxrubrica
Version:	20131010
Release:	7
Summary:	TeXLive pxrubrica package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxrubrica.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxrubrica.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/pxrubrica.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive pxrubrica package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/platex/pxrubrica/pxrubrica.sty
%doc %{_texmfdistdir}/doc/platex/pxrubrica/LICENSE
%doc %{_texmfdistdir}/doc/platex/pxrubrica/README
%doc %{_texmfdistdir}/doc/platex/pxrubrica/pxrubrica-en.pdf
%doc %{_texmfdistdir}/doc/platex/pxrubrica/pxrubrica-en.tex
%doc %{_texmfdistdir}/doc/platex/pxrubrica/pxrubrica.pdf
%doc %{_texmfdistdir}/doc/platex/pxrubrica/sample/test-jlreq.pdf
%doc %{_texmfdistdir}/doc/platex/pxrubrica/sample/test-jlreq.tex
%doc %{_texmfdistdir}/doc/platex/pxrubrica/sample/test-sf.pdf
%doc %{_texmfdistdir}/doc/platex/pxrubrica/sample/test-sf.tex
%doc %{_texmfdistdir}/doc/platex/pxrubrica/sample/test-toc.pdf
%doc %{_texmfdistdir}/doc/platex/pxrubrica/sample/test-toc.tex
#- source
%doc %{_texmfdistdir}/source/platex/pxrubrica/pxrubrica.dtx
%doc %{_texmfdistdir}/source/platex/pxrubrica/pxrubrica.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131010-7
+ Revision: aad2381
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25635 |14mu|texlive-python-0.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27064
# category Package
# catalog-ctan /macros/latex/contrib/python
# catalog-date 2012-07-03 11:28:15 +0200
# catalog-license gpl
# catalog-version 0.21
Name:		texlive-python
Version:	0.21
Release:	3
Summary:	Embed Python code in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/python
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/python.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/python.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables you to embed Python code in LaTeX, and
insert the script's output in the document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/python/python.sty
%doc %{_texmfdistdir}/doc/latex/python/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.21-3
+ Revision: a068f5d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25636 |14mu|texlive-qcm-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/qcm
# catalog-date 2009-03-26 15:47:40 +0100
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-qcm
Version:	2.1
Release:	4
Summary:	A LaTeX2e class for making multiple choice questionnaires
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/qcm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qcm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qcm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qcm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
QCM is a package for making multiple choices questionnaires
under LaTeX2e ("QCM" is the French acronym for this style of
test). A special environment allows you to define questions and
possible answers. You can specify which answers are correct and
which are not. QCM not only formats the questions for you, but
also generates a 'form' (a grid that your students will have to
fill in), and a 'mask' (the same grid, only with correct
answers properly checked in). You can then print the mask on a
slide and correct the questionnaires more easily by
superimposing the mask on top of students' forms. QCM can also
typeset exam corrections automatically, and comes with support
for AUC-TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/qcm/qcm.cls
%{_texmfdistdir}/tex/latex/qcm/qcm.sty
%doc %{_texmfdistdir}/doc/latex/qcm/NEWS
%doc %{_texmfdistdir}/doc/latex/qcm/README
%doc %{_texmfdistdir}/doc/latex/qcm/qcm.el
%doc %{_texmfdistdir}/doc/latex/qcm/qcm.pdf
#- source
%doc %{_texmfdistdir}/source/latex/qcm/qcm.dtx
%doc %{_texmfdistdir}/source/latex/qcm/qcm.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-4
+ Revision: b5ba8df
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25637 |14mu|texlive-qobitree-20081130-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/qobitree
# catalog-date 2008-11-30 00:16:40 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-qobitree
Version:	20081130
Release:	4
Summary:	LaTeX macros for typesetting trees
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/qobitree
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qobitree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qobitree.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides commands \branch and \leaf for specifying the elements
of the tree; you build up your tree with those commands, and
then issue the \tree command to typeset the whole.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/qobitree/qobitree.tex
%doc %{_texmfdistdir}/doc/latex/qobitree/README
%doc %{_texmfdistdir}/doc/latex/qobitree/example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081130-4
+ Revision: d7fb4fc
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25638 |14mu|texlive-qpxqtx-20111104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-qpxqtx
Version:	20111104
Release:	4
Summary:	TeXLive qpxqtx package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qpxqtx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qpxqtx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive qpxqtx package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qpxbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qpxbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qpxmi.tfm
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qpxmia.tfm
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qtxbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qtxbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qtxmi.tfm
%{_texmfdistdir}/fonts/tfm/public/qpxqtx/qtxmia.tfm
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qpxbmi.vf
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qpxbmia.vf
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qpxmi.vf
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qpxmia.vf
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qtxbmi.vf
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qtxbmia.vf
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qtxmi.vf
%{_texmfdistdir}/fonts/vf/public/qpxqtx/qtxmia.vf
%{_texmfdistdir}/tex/generic/qpxqtx/amspbold.tex
%{_texmfdistdir}/tex/generic/qpxqtx/amsqpx.def
%{_texmfdistdir}/tex/generic/qpxqtx/amsqpx.tex
%{_texmfdistdir}/tex/generic/qpxqtx/amsqtx.def
%{_texmfdistdir}/tex/generic/qpxqtx/amsqtx.tex
%{_texmfdistdir}/tex/generic/qpxqtx/amstbold.tex
%{_texmfdistdir}/tex/generic/qpxqtx/qpxmath.sty
%{_texmfdistdir}/tex/generic/qpxqtx/qpxmath.tex
%{_texmfdistdir}/tex/generic/qpxqtx/qtxmath.sty
%{_texmfdistdir}/tex/generic/qpxqtx/qtxmath.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/00README
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/p01tst.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/p02tst.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/qpxsymb.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/qpxtest.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/qtxsymb.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/qtxtest.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/t01tst.tex
%doc %{_texmfdistdir}/doc/fonts/qpxqtx/t02tst.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-4
+ Revision: 97645b3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25639 |14mu|texlive-qstest-20080824-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/qstest
# catalog-date 2008-08-24 10:50:19 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-qstest
Version:	20080824
Release:	4
Summary:	Bundle for unit tests and pattern matching
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/qstest
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qstest.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qstest.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qstest.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is the public release of the qstest bundle (written for
DocScape Publisher) (C) 2006, 2007 QuinScape GmbH. The bundle
contains the packages 'makematch' for matching patterns to
targets (with a generalization in the form of pattern lists and
keyword lists), and 'qstest' for performing unit tests,
allowing the user to run a number of logged tests ensuring the
consistency of values, properties and call sequences during
execution of test code. Both packages make extensive use of in
their package documentation, providing illustrated examples
that are automatically verified to work as expected. Check the
README file for details.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/qstest/makematch.sty
%{_texmfdistdir}/tex/latex/qstest/qstest.sty
%doc %{_texmfdistdir}/doc/latex/qstest/README
%doc %{_texmfdistdir}/doc/latex/qstest/makematch-qs.tex
%doc %{_texmfdistdir}/doc/latex/qstest/makematch.pdf
%doc %{_texmfdistdir}/doc/latex/qstest/qstest-qs.tex
%doc %{_texmfdistdir}/doc/latex/qstest/qstest.pdf
#- source
%doc %{_texmfdistdir}/source/latex/qstest/Makefile
%doc %{_texmfdistdir}/source/latex/qstest/makematch.drv
%doc %{_texmfdistdir}/source/latex/qstest/makematch.dtx
%doc %{_texmfdistdir}/source/latex/qstest/qstest.drv
%doc %{_texmfdistdir}/source/latex/qstest/qstest.dtx
%doc %{_texmfdistdir}/source/latex/qstest/qstest.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080824-4
+ Revision: f304c7f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25640 |14mu|texlive-qsymbols-20090625-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/qsymbols
# catalog-date 2009-06-25 00:34:53 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-qsymbols
Version:	20090625
Release:	4
Summary:	Maths symbol abbreviations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/qsymbols
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qsymbols.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qsymbols.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qsymbols.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides macros for defining systematic mnemonic abbreviations,
starting with ` for math symbols and \" for arrows, using
standard symbols as well as those from the amsfonts bundle and
the stmaryrd package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/qsymbols/qsymbols.sty
%doc %{_texmfdistdir}/doc/latex/qsymbols/CATALOG
%doc %{_texmfdistdir}/doc/latex/qsymbols/COPYING
%doc %{_texmfdistdir}/doc/latex/qsymbols/MANIFEST
%doc %{_texmfdistdir}/doc/latex/qsymbols/README
%doc %{_texmfdistdir}/doc/latex/qsymbols/qsymbols.pdf
%doc %{_texmfdistdir}/doc/latex/qsymbols/qsymbols.tex
#- source
%doc %{_texmfdistdir}/source/latex/qsymbols/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090625-4
+ Revision: 807d71a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25641 |14mu|texlive-qtree-3.1b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/qtree
# catalog-date 2009-01-24 16:10:54 +0100
# catalog-license lppl
# catalog-version 3.1b
Name:		texlive-qtree
Version:	3.1b
Release:	4
Summary:	Draw tree structures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/qtree
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qtree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/qtree.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers support for drawing tree diagrams, and is
especially suitable for linguistics use. It allows trees to be
specified in a simple bracket notation, automatically
calculates branch sizes, and supports both DVI/PostScript and
PDF output by use of pict2e facilities. The package is a
development of the existing qobitree package, offering a new
front end.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/qtree/qtree.sty
%doc %{_texmfdistdir}/doc/latex/qtree/README
%doc %{_texmfdistdir}/doc/latex/qtree/qarrows.pdf
%doc %{_texmfdistdir}/doc/latex/qtree/qarrows.tex
%doc %{_texmfdistdir}/doc/latex/qtree/qtreenotes.pdf
%doc %{_texmfdistdir}/doc/latex/qtree/qtreenotes.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1b-4
+ Revision: 0fec2ad
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25642 |14mu|texlive-quotchap-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28046
# category Package
# catalog-ctan /macros/latex/contrib/quotchap
# catalog-date 2012-10-20 22:28:24 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-quotchap
Version:	1.1
Release:	7
Summary:	Decorative chapter headings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/quotchap
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quotchap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quotchap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quotchap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for creating decorative chapter headings with
quotations. Uses graphical and coloured output and by default
needs the "Adobe standard font set" (as supported by psnfss).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/quotchap/quotchap.sty
%doc %{_texmfdistdir}/doc/latex/quotchap/README
%doc %{_texmfdistdir}/doc/latex/quotchap/document.pdf
%doc %{_texmfdistdir}/doc/latex/quotchap/document.tex
%doc %{_texmfdistdir}/doc/latex/quotchap/quotchap.pdf
#- source
%doc %{_texmfdistdir}/source/latex/quotchap/quotchap.dtx
%doc %{_texmfdistdir}/source/latex/quotchap/quotchap.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: f395527
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25643 |14mu|texlive-quoting-v0.1b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25474
# category Package
# catalog-ctan /macros/latex/contrib/quoting
# catalog-date 2012-02-22 10:43:42 +0100
# catalog-license lppl1.3
# catalog-version v0.1b
Name:		texlive-quoting
Version:	v0.1b
Release:	3
Summary:	Consolidated environment for displayed text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/quoting
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quoting.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quoting.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quoting.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
As an alternative to the LaTeX standard environments quotation
and quote, the package provides a consolidated environment for
displayed text. First-line indentation may be activated by
adding a blank line before the quoting environment. A key-value
interface (using kvoptions) allows the user to configure font
properties and spacing and to control orphans within and after
the environment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/quoting/quoting.sty
%doc %{_texmfdistdir}/doc/latex/quoting/README
%doc %{_texmfdistdir}/doc/latex/quoting/quoting.pdf
#- source
%doc %{_texmfdistdir}/source/latex/quoting/quoting.dtx
%doc %{_texmfdistdir}/source/latex/quoting/quoting.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.1b-3
+ Revision: 15b703c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25644 |14mu|texlive-quotmark-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/quotmark
# catalog-date 2008-08-24 10:50:19 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-quotmark
Version:	1.0
Release:	4
Summary:	Consistent quote marks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/quotmark
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quotmark.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quotmark.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/quotmark.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of ensuring consistent quote marks
throughout your document. The style can be changed either via
package option or command. The package detects if babel or
ngerman have been loaded, and will use the punctuation marks
appropriate for the current language.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/quotmark/quotmark-UKenglish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-USenglish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-afrikaans.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-brazil.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-bulgarian.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-catalan.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-croatian.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-czech.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-danish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-dutch.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-estonian.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-finnish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-frenchb.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-germanb.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-greek.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-hebrew.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-icelandic.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-irish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-italian.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-magyar.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-ngermanb.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-norsk.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-polish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-portuges.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-romanian.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-russianb.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-serbian.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-slovak.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-slovene.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-sorbian.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-spanish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-swedish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-swiss.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-turkish.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-ukraineb.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark-welsh.def
%{_texmfdistdir}/tex/latex/quotmark/quotmark.sty
%doc %{_texmfdistdir}/doc/latex/quotmark/CHANGES
%doc %{_texmfdistdir}/doc/latex/quotmark/README
%doc %{_texmfdistdir}/doc/latex/quotmark/quotmark.pdf
%doc %{_texmfdistdir}/doc/latex/quotmark/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/quotmark/quotmark.dtx
%doc %{_texmfdistdir}/source/latex/quotmark/quotmark.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: a827414
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25645 |14mu|texlive-randbild-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/randbild
# catalog-date 2007-05-16 07:57:15 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-randbild
Version:	0.2
Release:	4
Summary:	Marginal pictures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/randbild
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randbild.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randbild.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randbild.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides environments randbild, to draw small marginal plots
(using the package pstricks package pst-plot), and
randbildbasis (the same, only without the automatically drawn
coordinate system).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/randbild/randbild.sty
%doc %{_texmfdistdir}/doc/latex/randbild/README
%doc %{_texmfdistdir}/doc/latex/randbild/randbild.pdf
#- source
%doc %{_texmfdistdir}/source/latex/randbild/randbild.dtx
%doc %{_texmfdistdir}/source/latex/randbild/randbild.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: f497028
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25646 |14mu|texlive-randomwalk-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27139
# category Package
# catalog-ctan /macros/latex/contrib/randomwalk
# catalog-date 2012-06-01 18:19:13 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-randomwalk
Version:	0.2
Release:	5
Summary:	Random walks using TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/randomwalk
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randomwalk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randomwalk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randomwalk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The randomwalk package provides a user command, \RandomWalk, to
draw random walks with a given number of steps. Lengths and
angles of the steps can be customized in various ways. The
package uses PGF/TikZ for its graphical output.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/randomwalk/randomwalk.sty
%doc %{_texmfdistdir}/doc/latex/randomwalk/README
%doc %{_texmfdistdir}/doc/latex/randomwalk/randomwalk.pdf
#- source
%doc %{_texmfdistdir}/source/latex/randomwalk/randomwalk.dtx
%doc %{_texmfdistdir}/source/latex/randomwalk/randomwalk.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-5
+ Revision: 1b9b52a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25647 |14mu|texlive-randtext-20070226-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/randtext/randtext.sty
# catalog-date 2007-02-26 00:17:56 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-randtext
Version:	20070226
Release:	4
Summary:	Randomise the order of characters in strings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/randtext/randtext.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randtext.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/randtext.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a single macro \randomize{TEXT} that
typesets the characters of TEXT in random order, such that the
resulting output appears correct, but most automated attempts
to read the file will misunderstand it. This function allows
one to include an email address in a TeX document and publish
it online without fear of email address harvesters or spammers
easily picking up the address.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/randtext/randtext.sty
%doc %{_texmfdistdir}/doc/latex/randtext/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070226-4
+ Revision: d486ac2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25648 |14mu|texlive-ran_toks-20131014-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28361
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-ran_toks
Version:	20131014
Release:	7
Summary:	TeXLive ran_toks package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ran_toks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ran_toks.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ran_toks.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive ran_toks package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ran_toks/ran_toks.sty
%doc %{_texmfdistdir}/doc/latex/ran_toks/doc/rantoks_man.pdf
%doc %{_texmfdistdir}/doc/latex/ran_toks/doc/rantoks_man.tex
%doc %{_texmfdistdir}/doc/latex/ran_toks/examples/ran_toks.tex
#- source
%doc %{_texmfdistdir}/source/latex/ran_toks/ran_toks.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131014-7
+ Revision: 12915ba
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25649 |14mu|texlive-rccol-1.2c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/rccol
# catalog-date 2008-04-20 19:53:04 +0200
# catalog-license other-free
# catalog-version 1.2c
Name:		texlive-rccol
Version:	1.2c
Release:	4
Summary:	Decimal-centered optionally rounded numbers in tabular
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rccol
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rccol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rccol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rccol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The rccol package provides decimal-centered numbers:
corresponding digits and decimal separators aligned.
Furthermore, rounding to the desired precision is possible. The
package makes use of the fltpoint package (as well as the LaTeX
required array package).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rccol/rccol.sty
%doc %{_texmfdistdir}/doc/latex/rccol/README
%doc %{_texmfdistdir}/doc/latex/rccol/rccol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rccol/rccol.dtx
%doc %{_texmfdistdir}/source/latex/rccol/rccol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2c-4
+ Revision: cce194b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25650 |14mu|texlive-rcs-20070606-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/rcs
# catalog-date 2007-06-06 17:06:28 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-rcs
Version:	20070606
Release:	4
Summary:	Use RCS (revision control system) tags in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rcs
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The rcs package utilizes the inclusion of RCS supplied data in
LaTeX documents. It's upward compatible to *all* rcs styles I
know of. In particular, you can easily - access values of every
RCS field in your document - put the checkin date on the
titlepage - put RCS fields in a footline You can typeset
revision logs. Not in verbatim -- real LaTeX text! But you need
a configurable RCS for that. Refer to the user manual for more
detailed information. You can also configure the rcs package
easily to do special things for any keyword. This bundle comes
with a user manual, an internal interface description, full
documentation of the implementation, style information for AUC-
TeX, and test cases.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rcs/rcs.sty
%doc %{_texmfdistdir}/doc/latex/rcs/CATALOG
%doc %{_texmfdistdir}/doc/latex/rcs/History
%doc %{_texmfdistdir}/doc/latex/rcs/INSTALL
%doc %{_texmfdistdir}/doc/latex/rcs/License
%doc %{_texmfdistdir}/doc/latex/rcs/MANIFEST
%doc %{_texmfdistdir}/doc/latex/rcs/README
%doc %{_texmfdistdir}/doc/latex/rcs/rcs-conf.pdf
%doc %{_texmfdistdir}/doc/latex/rcs/rcs-user.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rcs/Makefile
%doc %{_texmfdistdir}/source/latex/rcs/rcs.el
%doc %{_texmfdistdir}/source/latex/rcs/src/Diff
%doc %{_texmfdistdir}/source/latex/rcs/src/Imakefile
%doc %{_texmfdistdir}/source/latex/rcs/src/README
%doc %{_texmfdistdir}/source/latex/rcs/src/TODO
%doc %{_texmfdistdir}/source/latex/rcs/src/rcs-conf.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/rcs-doc.sty
%doc %{_texmfdistdir}/source/latex/rcs/src/rcs-user.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/rcs.doc
%doc %{_texmfdistdir}/source/latex/rcs/src/style/rcs.el
%doc %{_texmfdistdir}/source/latex/rcs/src/style/rcs.elc
%doc %{_texmfdistdir}/source/latex/rcs/src/test/Imakefile
%doc %{_texmfdistdir}/source/latex/rcs/src/test/Makefile
%doc %{_texmfdistdir}/source/latex/rcs/src/test/empty-log.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/test/german.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/test/log-error.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/test/log.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/test/rcsdef.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/test/rcsid-param.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/test/rcsid.tex
%doc %{_texmfdistdir}/source/latex/rcs/src/test/under_score.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070606-4
+ Revision: 0e6f374
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25651 |14mu|texlive-rcsinfo-1.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/rcsinfo
# catalog-date 2007-01-06 10:07:33 +0100
# catalog-license lppl
# catalog-version 1.11
Name:		texlive-rcsinfo
Version:	1.11
Release:	4
Summary:	Support for the revision control system
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rcsinfo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcsinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcsinfo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcsinfo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package to extract RCS (Revision Control System) information
and use it in a LaTeX document. For users of LaTeX2HTML
rcsinfo.perl is included.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rcsinfo/rcsinfo.cfg
%{_texmfdistdir}/tex/latex/rcsinfo/rcsinfo.sty
%doc %{_texmfdistdir}/doc/latex/rcsinfo/README
%doc %{_texmfdistdir}/doc/latex/rcsinfo/README-1.9
%doc %{_texmfdistdir}/doc/latex/rcsinfo/rcsinfo.init
%doc %{_texmfdistdir}/doc/latex/rcsinfo/rcsinfo.pdf
%doc %{_texmfdistdir}/doc/latex/rcsinfo/rcsinfo.perl
%doc %{_texmfdistdir}/doc/latex/rcsinfo/rcsinfo2html.tex
#- source
%doc %{_texmfdistdir}/source/latex/rcsinfo/Makefile
%doc %{_texmfdistdir}/source/latex/rcsinfo/rcsinfo.dtx
%doc %{_texmfdistdir}/source/latex/rcsinfo/rcsinfo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.11-4
+ Revision: 3f7f506
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25652 |14mu|texlive-rcs-multi-0.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21939
# category Package
# catalog-ctan /macros/latex/contrib/rcs-multi
# catalog-date 2011-04-03 16:27:03 +0200
# catalog-license lppl
# catalog-version 0.1a
Name:		texlive-rcs-multi
Version:	0.1a
Release:	4
Summary:	Typeset RCS version control in multiple-file documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rcs-multi
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs-multi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs-multi.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs-multi.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to typeset version control
information provided by RCS keywords (e.g., $ID: ... $) in
LaTeX documents that contain multiple TeX files. The package is
based on the author's svn-multi package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rcs-multi/rcs-multi.sty
%doc %{_texmfdistdir}/doc/latex/rcs-multi/example.pdf
%doc %{_texmfdistdir}/doc/latex/rcs-multi/rcs-multi.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rcs-multi/Makefile
%doc %{_texmfdistdir}/source/latex/rcs-multi/example.tex
%doc %{_texmfdistdir}/source/latex/rcs-multi/rcs-multi.dtx
%doc %{_texmfdistdir}/source/latex/rcs-multi/rcs-multi.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1a-4
+ Revision: b56ca4f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25653 |14mu|texlive-readarray-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30489
# category Package
# catalog-ctan /macros/latex/contrib/readarray
# catalog-date 2013-05-15 00:25:13 +0200
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-readarray
Version:	1.2
Release:	7
Summary:	Read, store and recall array-formatted data
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/readarray
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/readarray.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/readarray.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to input formatted data into
elements of a 2-D or 3-D array and to recall that data at will
by individual cell number. The data can be but need not be
numerical in nature. It can be, for example, formatted text.
While the package can be used for any application where indexed
data is called for, the package proves particularly useful when
elements of multiple arrays must be recallable and dynamically
combined at time of compilation, rather than in advance.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/readarray/readarray.sty
%doc %{_texmfdistdir}/doc/latex/readarray/README
%doc %{_texmfdistdir}/doc/latex/readarray/readarray.pdf
%doc %{_texmfdistdir}/doc/latex/readarray/readarray.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-7
+ Revision: e6a6aea
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25654 |14mu|texlive-realboxes-0.2-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23581
# category Package
# catalog-ctan /macros/latex/contrib/realboxes
# catalog-date 2011-08-16 10:35:18 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-realboxes
Version:	0.2
Release:	5
Summary:	Variants of common box-commands that read their content as real box
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/realboxes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/realboxes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/realboxes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/realboxes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses the author's package collectbox to define
variants of common box related macros which read the content as
real box and not as macro argument. This enables the use of
verbatim or other special material as part of this content. The
provided macros have the same names as the original versions
but start with an upper-case letter instead. The "long-form"
macros, like \Makebox, can also be used as environments, but
not the "short-form" macros, like \Mbox. However, normally the
long form uses the short form anyway when no optional arguments
are used.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/realboxes/realboxes.sty
%doc %{_texmfdistdir}/doc/latex/realboxes/README
%doc %{_texmfdistdir}/doc/latex/realboxes/realboxes.pdf
#- source
%doc %{_texmfdistdir}/source/latex/realboxes/realboxes.dtx
%doc %{_texmfdistdir}/source/latex/realboxes/realboxes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-5
+ Revision: 06b0eef
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25655 |14mu|texlive-realscripts-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19976
# category Package
# catalog-ctan /macros/latex/contrib/realscripts
# catalog-date 2010-09-30 22:08:28 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-realscripts
Version:	0.3
Release:	4
Summary:	Access OpenType subscript and superscript glyphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/realscripts
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/realscripts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/realscripts.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/realscripts.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This small package replaces \textsuperscript and \textsubscript
commands by equivalent commands that use OpenType font features
to access appropriate glyphs if possible. The package also
patches LaTeX's default footnote command to use this new
\textsuperscript for footnote symbols. The package requires
fontspec running on either XeLaTeX or LuaLaTeX. The package
holds functions that were once parts of the xltxtra package,
which now loads realscripts by default.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/realscripts/realscripts.sty
%doc %{_texmfdistdir}/doc/latex/realscripts/README
%doc %{_texmfdistdir}/doc/latex/realscripts/realscripts.pdf
#- source
%doc %{_texmfdistdir}/source/latex/realscripts/realscripts.dtx
%doc %{_texmfdistdir}/source/latex/realscripts/realscripts.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: 1aeb66c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25656 |14mu|texlive-recipe-0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/recipe
# catalog-date 2008-09-11 15:08:12 +0200
# catalog-license pd
# catalog-version 0.9
Name:		texlive-recipe
Version:	0.9
Release:	4
Summary:	A LaTeX class to typeset recipes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/recipe
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/recipe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/recipe.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The layout design is relative straightforward (and traditional:
see 'sample output' under 'documentation'); the class needs
access to Bookman, and to BrushScript-Italic fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/recipe/recipe.cls
%doc %{_texmfdistdir}/doc/latex/recipe/README
%doc %{_texmfdistdir}/doc/latex/recipe/sample.pdf
%doc %{_texmfdistdir}/doc/latex/recipe/sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9-4
+ Revision: 0ff9e73
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25657 |14mu|texlive-recipecard-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/recipecard
# catalog-date 2008-08-24 10:50:19 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-recipecard
Version:	2.0
Release:	4
Summary:	Typeset recipes in note-card-sized boxes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/recipecard
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/recipecard.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/recipecard.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/recipecard.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The recipecard class typesets recipes into note card sized
boxes that can then be cut out and pasted on to note cards. The
recipe then looks elegant and fits in the box of recipes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/recipecard/recipecard.cls
%doc %{_texmfdistdir}/doc/latex/recipecard/README
%doc %{_texmfdistdir}/doc/latex/recipecard/recipecard.pdf
%doc %{_texmfdistdir}/doc/latex/recipecard/test2.pdf
%doc %{_texmfdistdir}/doc/latex/recipecard/test2.tex
#- source
%doc %{_texmfdistdir}/source/latex/recipecard/recipecard.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: b1e65d0
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25658 |14mu|texlive-rectopma-20101002-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19980
# category Package
# catalog-ctan /macros/latex/contrib/rectopma
# catalog-date 2010-10-02 17:24:09 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-rectopma
Version:	20101002
Release:	4
Summary:	Recycle top matter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rectopma
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rectopma.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rectopma.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Saves the arguments of \author and \title for reference (after
\maketitle) in a document. (\maketitle simply disposes of the
information, in the standard classes and some others.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rectopma/rectopma.sty
%doc %{_texmfdistdir}/doc/latex/rectopma/TestTitle.pdf
%doc %{_texmfdistdir}/doc/latex/rectopma/TestTitle.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101002-4
+ Revision: 5c5dc15
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25659 |14mu|texlive-refcheck-1.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21094
# category Package
# catalog-ctan /macros/latex/contrib/refcheck
# catalog-date 2007-01-06 10:07:33 +0100
# catalog-license gpl
# catalog-version 1.7
Name:		texlive-refcheck
Version:	1.7
Release:	4
Summary:	Check references (in figures, table, equations, etc)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/refcheck
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refcheck.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refcheck.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Intended to check references in a document, looking for
numbered but unlabelled equations, for labels which are not
used in the text, for unused bibliography references. It can
also display label names in text near corresponding numbers of
equations and/or bibliography references.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/refcheck/refcheck.sty
%doc %{_texmfdistdir}/doc/latex/refcheck/README
%doc %{_texmfdistdir}/doc/latex/refcheck/refdemo.pdf
%doc %{_texmfdistdir}/doc/latex/refcheck/refdemo.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7-4
+ Revision: f845f0b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25660 |14mu|texlive-refenums-1.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32562
# category Package
# catalog-ctan /macros/latex/contrib/refenums
# catalog-date 2014-01-03 20:50:16 +0100
# catalog-license lppl1.3
# catalog-version 1.1.1
Name:		texlive-refenums
Version:	1.1.1
Release:	3
Summary:	Define reference labels items with names of their own
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/refenums
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refenums.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refenums.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to define enumerable items with a
number and a long name, which can be referenced referenced
later with the name or just the short form. For instance,
"Milestone M1: Specification created" can be defined and later
on be referenced with 'M1' or 'M1 ("Specification created")'.
The text in the references is derived from the definition and
also rendered as hyperlink to the definition.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/refenums/refenums.sty
%doc %{_texmfdistdir}/doc/latex/refenums/LICENSE
%doc %{_texmfdistdir}/doc/latex/refenums/README.md
%doc %{_texmfdistdir}/doc/latex/refenums/demo.pdf
%doc %{_texmfdistdir}/doc/latex/refenums/demo.tex
%doc %{_texmfdistdir}/doc/latex/refenums/test/demo-sec-param.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.1-3
+ Revision: beb15e9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25661 |14mu|texlive-reflectgraphics-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32181
# category Package
# catalog-ctan /macros/latex/contrib/reflectgraphics
# catalog-date 2013-11-18 17:49:17 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-reflectgraphics
Version:	0.2
Release:	7
Summary:	Techniques for reflecting graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/reflectgraphics
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/reflectgraphics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/reflectgraphics.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/reflectgraphics.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a macro for reflecting images, in a number
of different ways, in pursuit of "more striking" graphics in a
document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/reflectgraphics/reflectgraphics.sty
%doc %{_texmfdistdir}/doc/latex/reflectgraphics/README
%doc %{_texmfdistdir}/doc/latex/reflectgraphics/reflectgraphics.pdf
#- source
%doc %{_texmfdistdir}/source/latex/reflectgraphics/reflectgraphics.dtx
%doc %{_texmfdistdir}/source/latex/reflectgraphics/reflectgraphics.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: bd2dd2f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25662 |14mu|texlive-refman-2.0e-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/refman
# catalog-date 2006-11-19 21:19:11 +0100
# catalog-license lppl
# catalog-version 2.0e
Name:		texlive-refman
Version:	2.0e
Release:	4
Summary:	Format technical reference manuals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/refman
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refman.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refman.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refman.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Document classes (report- and article-style) for writing
technical reference manuals. It offers a wide left margin for
notes to the reader, like some of the manuals distributed by
Adobe.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/refman/pagepc.sty
%{_texmfdistdir}/tex/latex/refman/refart.cls
%{_texmfdistdir}/tex/latex/refman/refrep.cls
%doc %{_texmfdistdir}/doc/latex/refman/00Contents
%doc %{_texmfdistdir}/doc/latex/refman/lay_d2.tex
%doc %{_texmfdistdir}/doc/latex/refman/lay_e2.tex
%doc %{_texmfdistdir}/doc/latex/refman/layout_d.pdf
%doc %{_texmfdistdir}/doc/latex/refman/layout_d.tex
%doc %{_texmfdistdir}/doc/latex/refman/layout_e.pdf
%doc %{_texmfdistdir}/doc/latex/refman/layout_e.tex
%doc %{_texmfdistdir}/doc/latex/refman/refman.pdf
%doc %{_texmfdistdir}/doc/latex/refman/refman.upl
#- source
%doc %{_texmfdistdir}/source/latex/refman/refman.dtx
%doc %{_texmfdistdir}/source/latex/refman/refman.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0e-4
+ Revision: 0204f1a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25663 |14mu|texlive-refstyle-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20318
# category Package
# catalog-ctan /macros/latex/contrib/refstyle
# catalog-date 2010-11-03 15:55:25 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-refstyle
Version:	0.5
Release:	4
Summary:	Advanced formatting of cross references
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refstyle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refstyle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/refstyle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The refstyle provides a consistent way of producing references
throughout a project. Enough flexibility is provided to make
local changes to a single reference. The user can configure
their own setup. refstyle has a direct interface to varioref,
and namerefs from the nameref package can easily be
incorporated (if needed). For large projects such as a series
of books or a multi volume thesis, written as freestanding
documents, a facility is provided to interface to the xr
package for external document references.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/refstyle/refstyle.cfg
%{_texmfdistdir}/tex/latex/refstyle/refstyle.sty
%doc %{_texmfdistdir}/doc/latex/refstyle/README
%doc %{_texmfdistdir}/doc/latex/refstyle/refconfig.pdf
%doc %{_texmfdistdir}/doc/latex/refstyle/refstyle.pdf
#- source
%doc %{_texmfdistdir}/source/latex/refstyle/refconfig.dtx
%doc %{_texmfdistdir}/source/latex/refstyle/refstyle.dtx
%doc %{_texmfdistdir}/source/latex/refstyle/refstyle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-4
+ Revision: d9bb87d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25664 |14mu|texlive-regcount-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19979
# category Package
# catalog-ctan /macros/latex/contrib/regcount
# catalog-date 2010-10-02 17:24:09 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-regcount
Version:	1.0
Release:	4
Summary:	Display the allocation status of the TeX registers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/regcount
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regcount.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regcount.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regcount.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Adds a macro \rgcount which displays the allocation status of
the TeX registers. The display is written into the .log file as
it is a bit verbose. An automatic call to \rgcount is done at
\begin{document} and \end{document}.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/regcount/regcount.sty
%doc %{_texmfdistdir}/doc/latex/regcount/readme
%doc %{_texmfdistdir}/doc/latex/regcount/regcount.pdf
#- source
%doc %{_texmfdistdir}/source/latex/regcount/regcount.dtx
%doc %{_texmfdistdir}/source/latex/regcount/regcount.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 0c0d6b5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25665 |14mu|texlive-regexpatch-0.1b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27155
# category Package
# catalog-ctan /macros/latex/contrib/regexpatch
# catalog-date 2012-07-24 17:30:46 +0200
# catalog-license lppl1.3
# catalog-version 0.1b
Name:		texlive-regexpatch
Epoch:		1
Version:	0.1b
Release:	4
Summary:	High level patching of commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/regexpatch
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regexpatch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regexpatch.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regexpatch.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package generalises the macro patching commands provided by
P. Lehmann's etoolbox. The difference between this package and
its sibling xpatch is that this package sports a very powerful
\regexpatchcmd based on the l3regex module of the LaTeX3
experimental packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/regexpatch/regexpatch.sty
%doc %{_texmfdistdir}/doc/latex/regexpatch/README
%doc %{_texmfdistdir}/doc/latex/regexpatch/regexpatch.pdf
#- source
%doc %{_texmfdistdir}/source/latex/regexpatch/regexpatch.dtx
%doc %{_texmfdistdir}/source/latex/regexpatch/regexpatch.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.1b-4
+ Revision: 06e94ba
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25666 |14mu|texlive-register-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21127
# category Package
# catalog-ctan /macros/latex/contrib/register
# catalog-date 2011-01-19 22:37:08 +0100
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-register
Version:	1.6
Release:	4
Summary:	Typeset programmable elements in digital hardware (registers)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/register
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/register.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/register.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/register.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is designed for typesetting the programmable
elements in digital hardware, i.e., registers. Such registers
typically have many fields and can be quite wide; they are thus
a challenge to typeset in a consistent manner. Register is
similar in some aspects to the bytefield package. Anyone doing
hardware documentation using LaTeX should examine both
packages. Register requires a fairly recent version of the
float package. A Perl module and a Perl script are provided, to
translate the register specifications into programmable data
structures.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/register/register.sty
%doc %{_texmfdistdir}/doc/latex/register/Reg_macro.pm
%doc %{_texmfdistdir}/doc/latex/register/reg_list.pl
%doc %{_texmfdistdir}/doc/latex/register/register.pdf
#- source
%doc %{_texmfdistdir}/source/latex/register/register.dtx
%doc %{_texmfdistdir}/source/latex/register/register.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: 0b48abf
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25667 |14mu|texlive-regstats-1.0g-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25050
# category Package
# catalog-ctan /macros/latex/contrib/regstats
# catalog-date 2012-01-02 14:24:13 +0100
# catalog-license lppl1.3
# catalog-version 1.0g
Name:		texlive-regstats
Version:	1.0g
Release:	4
Summary:	Information about register use
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/regstats
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regstats.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regstats.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/regstats.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package will report number of used registers (counter,
dimen, skip, muskip, box, token, input, output, math families,
languages, insertions), and will compare the number to the
maximum available number of such registers.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/regstats/regstats.sty
%doc %{_texmfdistdir}/doc/latex/regstats/README
%doc %{_texmfdistdir}/doc/latex/regstats/regstats-example.log
%doc %{_texmfdistdir}/doc/latex/regstats/regstats-example.pdf
%doc %{_texmfdistdir}/doc/latex/regstats/regstats-example.tex
%doc %{_texmfdistdir}/doc/latex/regstats/regstats.pdf
#- source
%doc %{_texmfdistdir}/source/latex/regstats/regstats.drv
%doc %{_texmfdistdir}/source/latex/regstats/regstats.dtx
%doc %{_texmfdistdir}/source/latex/regstats/regstats.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0g-4
+ Revision: a048c5b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25668 |14mu|texlive-relenc-20110406-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22050
# category Package
# catalog-ctan /macros/latex/contrib/relenc
# catalog-date 2011-04-06 08:31:30 +0200
# catalog-license lppl1
# catalog-version undef
Name:		texlive-relenc
Version:	20110406
Release:	4
Summary:	A "relaxed" font encoding
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/relenc
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/relenc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/relenc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/relenc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX package providing a relaxed font encoding to make
available to a font designer more slots for insertion of
ligatures and accented characters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/public/relenc/zcmr8d.tfm
%{_texmfdistdir}/fonts/tfm/public/relenc/zcmra.tfm
%{_texmfdistdir}/fonts/vf/public/relenc/zcmr8d.vf
%{_texmfdistdir}/fonts/vf/public/relenc/zcmra.vf
%{_texmfdistdir}/tex/latex/relenc/2sidedoc.sty
%{_texmfdistdir}/tex/latex/relenc/ecsubzcm.sty
%{_texmfdistdir}/tex/latex/relenc/relenc.sty
%{_texmfdistdir}/tex/latex/relenc/t1renc.def
%{_texmfdistdir}/tex/latex/relenc/t1rzcm.fd
%doc %{_texmfdistdir}/doc/latex/relenc/README
%doc %{_texmfdistdir}/doc/latex/relenc/reldemo.tex
%doc %{_texmfdistdir}/doc/latex/relenc/relenc.tex
%doc %{_texmfdistdir}/doc/latex/relenc/zcmr8d.vf2
%doc %{_texmfdistdir}/doc/latex/relenc/zcmr8d.vf3
%doc %{_texmfdistdir}/doc/latex/relenc/zcmra.vf2
%doc %{_texmfdistdir}/doc/latex/relenc/zcmra.vf3
#- source
%doc %{_texmfdistdir}/source/latex/relenc/relenc.dtx
%doc %{_texmfdistdir}/source/latex/relenc/relenc.ins
%doc %{_texmfdistdir}/source/latex/relenc/t1renc.dtx
%doc %{_texmfdistdir}/source/latex/relenc/t1rzcm.fdd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110406-4
+ Revision: 4d627c8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25669 |14mu|texlive-relsize-4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24074
# category Package
# catalog-ctan /macros/latex/contrib/relsize
# catalog-date 2011-09-23 08:29:05 +0200
# catalog-license pd
# catalog-version 4
Name:		texlive-relsize
Version:	4
Release:	4
Summary:	Set the font size relative to the current font size
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/relsize
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/relsize.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/relsize.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The basic command of the package is \relsize, whose argument is
a number of \magsteps to change size; from this are defined
commands \larger, \smaller, \textlarger, etc.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/relsize/relsize.sty
%doc %{_texmfdistdir}/doc/latex/relsize/README
%doc %{_texmfdistdir}/doc/latex/relsize/relsize-doc.pdf
%doc %{_texmfdistdir}/doc/latex/relsize/relsize-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 4-4
+ Revision: 1ef9ba9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25670 |14mu|texlive-reotex-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25037
# category Package
# catalog-ctan /graphics/pgf/contrib/reotex
# catalog-date 2012-01-06 12:55:46 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-reotex
Version:	1.0
Release:	3
Summary:	Draw Reo Channels and Circuits
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/reotex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/reotex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/reotex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines macros and other utilities to design Reo
Circuits. The package require PGF/TikZ support.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/reotex/reotex.sty
%doc %{_texmfdistdir}/doc/latex/reotex/README
%doc %{_texmfdistdir}/doc/latex/reotex/reotex.pdf
%doc %{_texmfdistdir}/doc/latex/reotex/reotex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: a2e10cc
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25671 |14mu|texlive-repeatindex-0.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24305
# category Package
# catalog-ctan /macros/latex/contrib/repeatindex
# catalog-date 2011-06-16 21:20:53 +0200
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-repeatindex
Version:	0.01
Release:	4
Summary:	Repeat items in an index after a page or column break
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/repeatindex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/repeatindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/repeatindex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This Package repeats item of an index if a page or column break
occurs within a list of subitems. This helps to find out to
which main item a subitem belongs.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/repeatindex/repeatindex.ist
%{_texmfdistdir}/tex/latex/repeatindex/repeatindex.sty
%doc %{_texmfdistdir}/doc/latex/repeatindex/README
%doc %{_texmfdistdir}/doc/latex/repeatindex/testrepeatindex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.01-4
+ Revision: e44de80
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25672 |14mu|texlive-repere-20140214-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32455
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-repere
Version:	20140214
Release:	3
Summary:	TeXLive repere package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/repere.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/repere.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive repere package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/repere/repere.mp
%doc %{_texmfdistdir}/doc/metapost/repere/README
%doc %{_texmfdistdir}/doc/metapost/repere/repere-doc.pdf
%doc %{_texmfdistdir}/doc/metapost/repere/repere-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20140214-3
+ Revision: f64fb09
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25673 |14mu|texlive-resphilosophica-1.19-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32874
# category Package
# catalog-ctan /macros/latex/contrib/resphilosophica
# catalog-date 2014-02-05 19:42:21 +0100
# catalog-license lppl1.3
# catalog-version 1.19
Name:		texlive-resphilosophica
Version:	1.19
Release:	3
Summary:	Typeset articles for the journal Res Philosophica
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/resphilosophica
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resphilosophica.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resphilosophica.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resphilosophica.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Th bundle provides a class for typesetting articles for the
journal Res Philosophica. Development was commissioned by Saint
Louis University.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/resphilosophica/resphilosophica.bst
%{_texmfdistdir}/tex/latex/resphilosophica/resphilosophica.cls
%doc %{_texmfdistdir}/doc/latex/resphilosophica/Makefile
%doc %{_texmfdistdir}/doc/latex/resphilosophica/README
%doc %{_texmfdistdir}/doc/latex/resphilosophica/resphilosophica.bib
%doc %{_texmfdistdir}/doc/latex/resphilosophica/resphilosophica.pdf
%doc %{_texmfdistdir}/doc/latex/resphilosophica/rpsample.bib
%doc %{_texmfdistdir}/doc/latex/resphilosophica/rpsample.pdf
%doc %{_texmfdistdir}/doc/latex/resphilosophica/rpsample.tex
#- source
%doc %{_texmfdistdir}/source/latex/resphilosophica/resphilosophica.dtx
%doc %{_texmfdistdir}/source/latex/resphilosophica/resphilosophica.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.19-3
+ Revision: 2d199d1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25674 |14mu|texlive-resumecls-0.2.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29417
# category Package
# catalog-ctan /macros/xetex/latex/resumecls
# catalog-date 2013-03-17 10:58:10 +0100
# catalog-license lppl1.3
# catalog-version 0.2.1
Name:		texlive-resumecls
Version:	0.2.1
Release:	7
Summary:	Typeset a resumee in both Chinese and English
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/resumecls
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resumecls.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resumecls.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/resumecls.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides a simple resumee structure that works,
natively, with both Chinese and English text.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/resumecls/resumecls.cls
%doc %{_texmfdistdir}/doc/xelatex/resumecls/Makefile
%doc %{_texmfdistdir}/doc/xelatex/resumecls/README
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/Makefile
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/README.md
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/config-sample.mk
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/config.mk
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/resume-en.pdf
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/resume-en.tex
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/resume-zh.pdf
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/resume-zh.tex
%doc %{_texmfdistdir}/doc/xelatex/resumecls/example/resume.bib
%doc %{_texmfdistdir}/doc/xelatex/resumecls/resumecls.pdf
#- source
%doc %{_texmfdistdir}/source/xelatex/resumecls/resumecls.dtx
%doc %{_texmfdistdir}/source/xelatex/resumecls/resumecls.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.1-7
+ Revision: 4f231ff
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25675 |14mu|texlive-revtex-4.1r-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19652
# category Package
# catalog-ctan /macros/latex/contrib/revtex
# catalog-date 2010-08-12 13:35:15 +0200
# catalog-license lppl1.3
# catalog-version 4.1r
Name:		texlive-revtex
Version:	4.1r
Release:	4
Summary:	Styles for various Physics Journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/revtex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Includes styles for American Physical Society, American
Institute of Physics, and Optical Society of America. The
distribution consists of the RevTeX class itself, and several
support packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/revtex/aipauth4-1.bst
%{_texmfdistdir}/bibtex/bst/revtex/aipnum4-1.bst
%{_texmfdistdir}/bibtex/bst/revtex/apsrev4-1.bst
%{_texmfdistdir}/bibtex/bst/revtex/apsrmp4-1.bst
%{_texmfdistdir}/tex/latex/revtex/aip4-1.rtx
%{_texmfdistdir}/tex/latex/revtex/aps10pt4-1.rtx
%{_texmfdistdir}/tex/latex/revtex/aps11pt4-1.rtx
%{_texmfdistdir}/tex/latex/revtex/aps12pt4-1.rtx
%{_texmfdistdir}/tex/latex/revtex/aps4-1.rtx
%{_texmfdistdir}/tex/latex/revtex/apsrmp4-1.rtx
%{_texmfdistdir}/tex/latex/revtex/ltxdocext.sty
%{_texmfdistdir}/tex/latex/revtex/ltxfront.sty
%{_texmfdistdir}/tex/latex/revtex/ltxgrid.sty
%{_texmfdistdir}/tex/latex/revtex/ltxutil.sty
%{_texmfdistdir}/tex/latex/revtex/reftest4-1.tex
%{_texmfdistdir}/tex/latex/revtex/revsymb4-1.sty
%{_texmfdistdir}/tex/latex/revtex/revtex4-1.cls
%doc %{_texmfdistdir}/doc/latex/revtex/00readme.tex
%doc %{_texmfdistdir}/doc/latex/revtex/DOWNLOAD
%doc %{_texmfdistdir}/doc/latex/revtex/README
%doc %{_texmfdistdir}/doc/latex/revtex/aip/aipguide4-1.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/aip/aipguide4-1.tex
%doc %{_texmfdistdir}/doc/latex/revtex/aip/docs.sty
%doc %{_texmfdistdir}/doc/latex/revtex/aps/apsguide4-1.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/aps/apsguide4-1.tex
%doc %{_texmfdistdir}/doc/latex/revtex/auguide/auguide4-1.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/auguide/auguide4-1.tex
%doc %{_texmfdistdir}/doc/latex/revtex/auguide/docs.sty
%doc %{_texmfdistdir}/doc/latex/revtex/auguide/summary4-1.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/auguide/summary4-1.tex
%doc %{_texmfdistdir}/doc/latex/revtex/auguide/whatsnew4-1.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/auguide/whatsnew4-1.tex
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aip/aipsamp.bib
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aip/aipsamp.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aip/aipsamp.tex
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aip/aiptemplate.tex
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aip/fig_1.eps
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aip/fig_2.eps
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/apssamp.bib
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/apssamp.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/apssamp.tex
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/apstemplate.tex
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/fig_1.eps
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/fig_2.eps
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/vid_1a.eps
%doc %{_texmfdistdir}/doc/latex/revtex/sample/aps/vid_1b.eps
%doc %{_texmfdistdir}/doc/latex/revtex/source/aip.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/source/ltxdocext.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/source/ltxfront.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/source/ltxgrid.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/source/ltxutil.pdf
%doc %{_texmfdistdir}/doc/latex/revtex/source/revtex4-1.pdf
#- source
%doc %{_texmfdistdir}/source/latex/revtex/aip.dtx
%doc %{_texmfdistdir}/source/latex/revtex/ltxdocext.dtx
%doc %{_texmfdistdir}/source/latex/revtex/ltxfront.dtx
%doc %{_texmfdistdir}/source/latex/revtex/ltxgrid.dtx
%doc %{_texmfdistdir}/source/latex/revtex/ltxutil.dtx
%doc %{_texmfdistdir}/source/latex/revtex/revtex4-1.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.1r-4
+ Revision: 96a1001
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25676 |14mu|texlive-revtex4-20111104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16488
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-revtex4
Version:	20111104
Release:	4
Summary:	TeXLive revtex4 package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex4.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex4.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex4.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive revtex4 package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/revtex4/apssamp.bib
%{_texmfdistdir}/bibtex/bst/revtex4/apsrev.bst
%{_texmfdistdir}/bibtex/bst/revtex4/apsrmp.bst
%{_texmfdistdir}/tex/latex/revtex4/10pt.rtx
%{_texmfdistdir}/tex/latex/revtex4/11pt.rtx
%{_texmfdistdir}/tex/latex/revtex4/12pt.rtx
%{_texmfdistdir}/tex/latex/revtex4/aps.rtx
%{_texmfdistdir}/tex/latex/revtex4/docs.sty
%{_texmfdistdir}/tex/latex/revtex4/revsymb.sty
%{_texmfdistdir}/tex/latex/revtex4/revtex4.cls
%{_texmfdistdir}/tex/latex/revtex4/rmp.rtx
%doc %{_texmfdistdir}/doc/latex/revtex4/DOWNLOAD
%doc %{_texmfdistdir}/doc/latex/revtex4/README
%doc %{_texmfdistdir}/doc/latex/revtex4/apssamp.end
%doc %{_texmfdistdir}/doc/latex/revtex4/apssamp.tex
%doc %{_texmfdistdir}/doc/latex/revtex4/auguide.tex
%doc %{_texmfdistdir}/doc/latex/revtex4/differ.tex
%doc %{_texmfdistdir}/doc/latex/revtex4/fig_1.eps
%doc %{_texmfdistdir}/doc/latex/revtex4/fig_2.eps
%doc %{_texmfdistdir}/doc/latex/revtex4/ltxdocext.pdf
%doc %{_texmfdistdir}/doc/latex/revtex4/ltxgrid.pdf
%doc %{_texmfdistdir}/doc/latex/revtex4/ltxutil.pdf
%doc %{_texmfdistdir}/doc/latex/revtex4/revtex4.pdf
%doc %{_texmfdistdir}/doc/latex/revtex4/summary.tex
%doc %{_texmfdistdir}/doc/latex/revtex4/template.aps
#- source
%doc %{_texmfdistdir}/source/latex/revtex4/ltxdocext.dtx
%doc %{_texmfdistdir}/source/latex/revtex4/ltxgrid.dtx
%doc %{_texmfdistdir}/source/latex/revtex4/ltxutil.dtx
%doc %{_texmfdistdir}/source/latex/revtex4/revtex4.dtx
%doc %{_texmfdistdir}/source/latex/revtex4/revtex4.ins
%doc %{_texmfdistdir}/source/latex/revtex4/textcase.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-4
+ Revision: c28c0de
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25677 |14mu|texlive-rjlparshap-20111104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-rjlparshap
Version:	20111104
Release:	4
Summary:	TeXLive rjlparshap package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rjlparshap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rjlparshap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rjlparshap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive rjlparshap package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rjlparshap/rjlpshap.sty
%doc %{_texmfdistdir}/doc/latex/rjlparshap/README
%doc %{_texmfdistdir}/doc/latex/rjlparshap/rjlpshap.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rjlparshap/rjlpshap.dtx
%doc %{_texmfdistdir}/source/latex/rjlparshap/rjlpshap.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-4
+ Revision: d874fe7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25678 |14mu|texlive-rlepsf-20070113-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19082
# category Package
# catalog-ctan /macros/generic/rlepsf
# catalog-date 2007-01-13 23:45:25 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-rlepsf
Version:	20070113
Release:	4
Summary:	Rewrite labels in EPS graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/rlepsf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rlepsf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rlepsf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A macro package for use with epsf.tex which allows PostScript
labels in an Encapsulated PostScript file to be replaced by TeX
labels. The package provides commands \relabel (simply replace
a PostScript string), \adjustrelabel (replace a PostScript
string, with position adjustment), and \extralabel (add a label
at given coordinates). You can, if you so choose, use the
facilities of the labelfig package in place of using
\extralabel.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/rlepsf/rlepsf.tex
%doc %{_texmfdistdir}/doc/generic/rlepsf/read.me
%doc %{_texmfdistdir}/doc/generic/rlepsf/rlepsdoc.ps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070113-4
+ Revision: afbd62b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25679 |14mu|texlive-rmpage-0.92-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20002
# category Package
# catalog-ctan /macros/latex/contrib/rmpage
# catalog-date 2010-10-04 11:12:53 +0200
# catalog-license gpl
# catalog-version 0.92
Name:		texlive-rmpage
Version:	0.92
Release:	4
Summary:	A package to help change page layout parameters in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rmpage
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rmpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rmpage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package lets you change page layout parameters in small
steps over a range of values using options. It can set
\textwidth appropriately for the main fount, and ensure that
the text fits inside the printable area of a printer. An
rmpage-formatted document can be typeset identically without
rmpage after a single cut and paste operation. Local
configuration can set defaults: for all documents; and by
class, by printer, and by paper size. The geometry package is
better if you want to set page layout parameters to particular
measurements.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rmpage/rmpage.sty
%{_texmfdistdir}/tex/latex/rmpage/rmpgen.cfg
%doc %{_texmfdistdir}/doc/latex/rmpage/readme
%doc %{_texmfdistdir}/doc/latex/rmpage/rmpage-doc.pdf
%doc %{_texmfdistdir}/doc/latex/rmpage/rmpage-doc.tex
%doc %{_texmfdistdir}/doc/latex/rmpage/rmpage.tex
%doc %{_texmfdistdir}/doc/latex/rmpage/rmplocal.gfc

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.92-4
+ Revision: 7c40a73
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25680 |14mu|texlive-robustcommand-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/robustcommand
# catalog-date 2007-02-26 15:09:49 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-robustcommand
Version:	0.1
Release:	4
Summary:	Declare robust command, with \newcommand checks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/robustcommand
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/robustcommand.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/robustcommand.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/robustcommand.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package merely provides a variation of
\DeclareRobustCommand, which checks for the existence of a
command before declaring it robust.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/robustcommand/robustcommand.sty
%doc %{_texmfdistdir}/doc/latex/robustcommand/README
%doc %{_texmfdistdir}/doc/latex/robustcommand/robustcommand.pdf
#- source
%doc %{_texmfdistdir}/source/latex/robustcommand/robustcommand.dtx
%doc %{_texmfdistdir}/source/latex/robustcommand/robustcommand.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 8fb80b8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25681 |14mu|texlive-robustindex-20070226-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/robustindex
# catalog-date 2007-02-26 15:09:49 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-robustindex
Version:	20070226
Release:	4
Summary:	Create index with pagerefs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/robustindex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/robustindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/robustindex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Third parties often change the page numbers without rerunning
makeindex. One would like to make the page numbers in the index
entries more robust. This bundle provides robustindex.sty and
robustglossary.sty, which use the \pageref mechanism to
maintain correct page numbers.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/robustindex/robustglossary.sty
%{_texmfdistdir}/tex/latex/robustindex/robustindex.sty
%doc %{_texmfdistdir}/doc/latex/robustindex/README
%doc %{_texmfdistdir}/doc/latex/robustindex/robustindex.html
%doc %{_texmfdistdir}/doc/latex/robustindex/robustsample.pdf
%doc %{_texmfdistdir}/doc/latex/robustindex/robustsample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070226-4
+ Revision: a357a46
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25682 |14mu|texlive-roex-20111104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-roex
Version:	20111104
Release:	4
Summary:	TeXLive roex package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/roex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/roex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive roex package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metafont/roex/roex.mf
#- source
%doc %{_texmfdistdir}/source/metafont/roex/0roex.doc
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/0roexsam.doc
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/es-01.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/es-02.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/es-03.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/ro-01.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/ro-02.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/ro-03.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/ro-04.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/ro-05.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/ro-06.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/ro-07.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/roes-01.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/roes-02.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/roes-03.mf
%doc %{_texmfdistdir}/source/metafont/roex/roexsamp/roes-04.mf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metafont source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-4
+ Revision: aba558b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25683 |14mu|texlive-romanbar-1.0f-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25005
# category Package
# catalog-ctan /macros/latex/contrib/romanbar
# catalog-date 2012-01-02 20:05:40 +0100
# catalog-license lppl1.3
# catalog-version 1.0f
Name:		texlive-romanbar
Version:	1.0f
Release:	3
Summary:	Write roman number with "bars"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/romanbar
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romanbar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romanbar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romanbar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
'Bars', in the present context, are lines above and below text
that abut with the text. Barred roman numerals are sometimes
found in publications. The package provides a function that
prints barred roman numerals (converting arabic numerals if
necessary). The package also provides a predicate \ifnumeric.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/romanbar/romanbar.sty
%doc %{_texmfdistdir}/doc/latex/romanbar/README
%doc %{_texmfdistdir}/doc/latex/romanbar/romanbar-example.pdf
%doc %{_texmfdistdir}/doc/latex/romanbar/romanbar-example.tex
%doc %{_texmfdistdir}/doc/latex/romanbar/romanbar.pdf
#- source
%doc %{_texmfdistdir}/source/latex/romanbar/romanbar.drv
%doc %{_texmfdistdir}/source/latex/romanbar/romanbar.dtx
%doc %{_texmfdistdir}/source/latex/romanbar/romanbar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0f-3
+ Revision: a524a25
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25684 |14mu|texlive-romanneg-20101013-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20087
# category Package
# catalog-ctan /macros/latex/contrib/romanneg
# catalog-date 2010-10-13 12:13:38 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-romanneg
Version:	20101013
Release:	4
Summary:	Roman page numbers negative
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/romanneg
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romanneg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romanneg.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Causes the page numbers in the DVI file (as defined by \count0)
to be negative when roman pagenumbering is in effect.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/romanneg/romanneg.sty
%doc %{_texmfdistdir}/doc/latex/romanneg/romanneg.ltx
%doc %{_texmfdistdir}/doc/latex/romanneg/romanneg.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101013-4
+ Revision: 1626af3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25685 |14mu|texlive-romannum-1.0b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/romannum
# catalog-date 2009-09-03 13:00:14 +0200
# catalog-license lppl
# catalog-version 1.0b
Name:		texlive-romannum
Version:	1.0b
Release:	4
Summary:	Generate roman numerals instead of arabic digits
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/romannum
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romannum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romannum.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romannum.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The romannum package changes LaTeX generated numbers to be
printed with roman numerals instead of arabic digits. It
requires the stdclsdv package. Users of the bookhands fonts may
find this package useful.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/romannum/romannum.sty
%doc %{_texmfdistdir}/doc/latex/romannum/README
%doc %{_texmfdistdir}/doc/latex/romannum/romannum.pdf
#- source
%doc %{_texmfdistdir}/source/latex/romannum/romannum.dtx
%doc %{_texmfdistdir}/source/latex/romannum/romannum.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0b-4
+ Revision: c387aa7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25686 |14mu|texlive-romansh-20120413-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25956
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/romansh
# catalog-date 2012-04-13 15:00:06 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-romansh
Version:	20120413
Release:	4
Summary:	Babel/Polyglossia support for the Romansh language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/romansh
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romansh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romansh.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/romansh.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a language description file that enables
support of Romansh either with babel or with polyglossia.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/romansh/romansh.ldf
%doc %{_texmfdistdir}/doc/latex/romansh/romansh.pdf
#- source
%doc %{_texmfdistdir}/source/latex/romansh/romansh.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120413-4
+ Revision: f1cbc1e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25687 |14mu|texlive-rotating-2.16b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16832
# category Package
# catalog-ctan /macros/latex/contrib/rotating
# catalog-date 2010-01-26 14:36:34 +0100
# catalog-license lppl
# catalog-version 2.16b
Name:		texlive-rotating
Version:	2.16b
Release:	4
Summary:	Rotation tools, including rotated full-page floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rotating
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotating.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotating.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotating.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package built on the standard LaTeX graphics package to
perform all the different sorts of rotation one might like,
including complete figures and tables with their captions. If
you want continuous text (i.e., more than one page) set in
landscape mode, use the lscape package instead. The rotating
packages only deals in rotated boxes (or floats, which are
themselves boxes), and boxes always stay on one page. If you
need to use the facilities of the float in the same document,
load rotating.sty via rotfloat, which smooths the path between
the rotating and float packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rotating/rotating.sty
%doc %{_texmfdistdir}/doc/latex/rotating/README
%doc %{_texmfdistdir}/doc/latex/rotating/cat.eps
%doc %{_texmfdistdir}/doc/latex/rotating/examples.tex
%doc %{_texmfdistdir}/doc/latex/rotating/rotating.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rotating/rotating.dtx
%doc %{_texmfdistdir}/source/latex/rotating/rotating.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.16b-4
+ Revision: 21d269b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25688 |14mu|texlive-rotfloat-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18292
# category Package
# catalog-ctan /macros/latex/contrib/rotfloat
# catalog-date 2009-10-07 22:25:55 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-rotfloat
Version:	1.2
Release:	4
Summary:	Rotate floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rotfloat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotfloat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotfloat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The float package provides commands to define new floats of
various styles (plain, boxed, ruled, and userdefined ones); the
rotating package provides new environments (sidewaysfigure and
sidewaystable) which are rotated by 90 or 270 degrees. But what
about new rotated floats, e.g. a rotated ruled one? This
package makes this possible; it builds a bridge between the two
packages and extends the commands from the float package to
define rotated versions of the new floats, too.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rotfloat/rotfloat.sty
%doc %{_texmfdistdir}/doc/latex/rotfloat/examples.tex
%doc %{_texmfdistdir}/doc/latex/rotfloat/rotfloat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rotfloat/rotfloat.dtx
%doc %{_texmfdistdir}/source/latex/rotfloat/rotfloat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 491fa6b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25689 |14mu|texlive-rotpages-3.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18740
# category Package
# catalog-ctan /macros/latex/contrib/rotpages
# catalog-date 2007-01-14 10:43:12 +0100
# catalog-license lppl
# catalog-version 3.0
Name:		texlive-rotpages
Version:	3.0
Release:	4
Summary:	Typeset sets of pages upside-down and backwards
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rotpages
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotpages.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rotpages.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The rotpages package allows you to format documents where small
sets of pages are rotated by 180 degrees and rearranged, so
that they can be read by turning the printed copy upside-down.
It was primarly meant for collecting exercises and solutions:
using the package, you can print the exercise text normally and
the solutions rotated.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rotpages/rotpages.sty
%doc %{_texmfdistdir}/doc/latex/rotpages/Documentation/rotpages-doc.pdf
%doc %{_texmfdistdir}/doc/latex/rotpages/Documentation/rotpages-doc.tex
%doc %{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-doublecolumn-ex.pdf
%doc %{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-doublecolumn-ex.tex
%doc %{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-fancy-ex.pdf
%doc %{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-fancy-ex.tex
%doc %{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-singlecolumn-ex.pdf
%doc %{_texmfdistdir}/doc/latex/rotpages/Examples/rotpages-singlecolumn-ex.tex
%doc %{_texmfdistdir}/doc/latex/rotpages/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-4
+ Revision: cf02c2e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25690 |14mu|texlive-roundbox-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29675
# category Package
# catalog-ctan /macros/latex/contrib/roundbox
# catalog-date 2013-04-04 11:28:51 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-roundbox
Version:	0.2
Release:	7
Summary:	Round boxes in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/roundbox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/roundbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/roundbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package implements a command \roundbox that can be used,
in LaTeX, for producing boxes, framed with rounded corners.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/roundbox/roundbox.sty
%doc %{_texmfdistdir}/doc/latex/roundbox/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: 33fab4e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25691 |14mu|texlive-rrgtrees-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27322
# category Package
# catalog-ctan /macros/latex/contrib/rrgtrees
# catalog-date 2012-02-10 18:28:55 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-rrgtrees
Version:	1.1
Release:	3
Summary:	Linguistic tree diagrams for Role and Reference Grammar (RRG) with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rrgtrees
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rrgtrees.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rrgtrees.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rrgtrees.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of LaTeX macros that makes it easy to produce linguistic
tree diagrams suitable for Role and Reference Grammar (RRG).
This package allows the construction of trees with crossing
lines, as is required by this theory for many languages. There
is no known limit on number of tree nodes or levels. Requires
the pst-node and pst-tree LaTeX packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rrgtrees/rrgtrees.sty
%doc %{_texmfdistdir}/doc/latex/rrgtrees/Makefile
%doc %{_texmfdistdir}/doc/latex/rrgtrees/README
%doc %{_texmfdistdir}/doc/latex/rrgtrees/rrgtrees.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rrgtrees/rrgtrees.dtx
%doc %{_texmfdistdir}/source/latex/rrgtrees/rrgtrees.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: ac1e46c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25692 |14mu|texlive-rsfs-20081214-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/rsfs
# catalog-date 2008-12-14 19:11:27 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-rsfs
Version:	20081214
Release:	4
Summary:	Ralph Smith's Formal Script font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/rsfs
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rsfs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rsfs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts provide uppercase 'formal' script letters for use as
symbols in scientific and mathematical typesetting (in contrast
to the informal script fonts such as that used for the
'calligraphic' symbols in the TeX maths symbol font). The fonts
are provided as MetaFont source, and as derived Adobe Type 1
format. LaTeX support, for using these fonts in mathematics, is
available via one of the packages calrsfs and mathrsfs.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/rsfs/rsfs10.afm
%{_texmfdistdir}/fonts/afm/public/rsfs/rsfs5.afm
%{_texmfdistdir}/fonts/afm/public/rsfs/rsfs7.afm
%{_texmfdistdir}/fonts/map/dvips/rsfs/rsfs.map
%{_texmfdistdir}/fonts/source/public/rsfs/rsfs10.mf
%{_texmfdistdir}/fonts/source/public/rsfs/rsfs5.mf
%{_texmfdistdir}/fonts/source/public/rsfs/rsfs7.mf
%{_texmfdistdir}/fonts/source/public/rsfs/script.mf
%{_texmfdistdir}/fonts/source/public/rsfs/scriptu.mf
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs10.tfm
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs5.tfm
%{_texmfdistdir}/fonts/tfm/public/rsfs/rsfs7.tfm
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs10.pfb
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs10.pfm
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs5.pfb
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs5.pfm
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs7.pfb
%{_texmfdistdir}/fonts/type1/public/rsfs/rsfs7.pfm
%{_texmfdistdir}/tex/plain/rsfs/scrload.tex
%doc %{_texmfdistdir}/doc/fonts/rsfs/README
%doc %{_texmfdistdir}/doc/fonts/rsfs/README.type1

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081214-4
+ Revision: 218327b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25693 |14mu|texlive-rterface-20130423-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30084
# category Package
# catalog-ctan /macros/latex/contrib/rterface
# catalog-date 2013-04-23 19:30:36 +0200
# catalog-license lppl1.2
# catalog-version undef
Name:		texlive-rterface
Version:	20130423
Release:	7
Summary:	Access to R analysis from within a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rterface
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rterface.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rterface.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package mediates interaction between LaTeX and R; it allows
LaTeX to set R's parameters, and provides code to read R
output.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rterface/rterface.sty
%doc %{_texmfdistdir}/doc/latex/rterface/README
%doc %{_texmfdistdir}/doc/latex/rterface/rterface.pdf
%doc %{_texmfdistdir}/doc/latex/rterface/rterface.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130423-7
+ Revision: 5d2fb37
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25694 |14mu|texlive-rtkinenc-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20003
# category Package
# catalog-ctan /macros/latex/contrib/rtkinenc
# catalog-date 2010-10-04 11:23:12 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-rtkinenc
Version:	1.0
Release:	4
Summary:	Input encoding with fallback procedures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rtkinenc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rtkinenc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rtkinenc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rtkinenc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The rtkinenc package is functionally similar to the standard
LaTeX package inputenc: both set up active characters so that
an input character outside the range of 7-bit visible ASCII is
coverted into one or more corresponding LaTeX commands. The
main difference lies in that rtkinenc allows the user to
specify a fallback procedure to use when the text command
corresponding to some input character isn't available. Names of
commands in rtkinenc have been selected so that it can read
inputenc encoding definition files, and the aim is that
rtkinenc should be backwards compatible with inputenc. rtkinenc
is not a new version of inputenc though, nor is it part of
standard LaTeX. For an example of how rtkinenc is used, the
user may look at the tclldoc class.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rtkinenc/rtkinenc.sty
%doc %{_texmfdistdir}/doc/latex/rtkinenc/README.txt
%doc %{_texmfdistdir}/doc/latex/rtkinenc/rtkinenc-doc.pdf
%doc %{_texmfdistdir}/doc/latex/rtkinenc/rtkinenc-doc.tex
#- source
%doc %{_texmfdistdir}/source/latex/rtkinenc/rtkinenc.dtx
%doc %{_texmfdistdir}/source/latex/rtkinenc/rtkinenc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: ecaf381
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25695 |14mu|texlive-rtklage-20060207-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/rtklage
# catalog-date 2006-02-07 18:31:12 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-rtklage
Version:	20060207
Release:	4
Summary:	A package for German lawyers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rtklage
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rtklage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rtklage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
RATeX is a newly developed bundle of packages and classes
provided for German lawyers. Now in the early beginning it only
contains rtklage, a class to make lawsuits.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rtklage/rtklage.cls
%doc %{_texmfdistdir}/doc/latex/rtklage/README
%doc %{_texmfdistdir}/doc/latex/rtklage/bspklage.tex
%doc %{_texmfdistdir}/doc/latex/rtklage/rtklage.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20060207-4
+ Revision: e41cd04
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25696 |14mu|texlive-rubik-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32919
# category Package
# catalog-ctan /macros/latex/contrib/rubik
# catalog-date 2014-02-07 11:34:07 +0100
# catalog-license lppl1.3
# catalog-version 2.0
Name:		texlive-rubik
Version:	2.0
Release:	4
Summary:	Document Rubik cube configurations and rotation sequences
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rubik
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rubik.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rubik.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rubik.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-rubik.bin = %{EVRD}

%description
The bundle provides two packages: rubikcube provides commands
for typesetting Rubik cubes and their transformations; and
rubikrotation which can process a sequence of Rubik rotation
moves, with the help of a Perl package executed via \write18
(shell escape) commands.


#-----------------------------------------------------------------------
%files
%{_bindir}/rubikrotation
%{_texmfdistdir}/scripts/rubik/rubikrotation.pl
%{_texmfdistdir}/tex/latex/rubik/rubikcube.sty
%{_texmfdistdir}/tex/latex/rubik/rubikrotation.sty
%doc %{_texmfdistdir}/doc/latex/rubik/README
%doc %{_texmfdistdir}/doc/latex/rubik/Rubik_doc_figA.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/Rubik_doc_figB.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/Rubik_doc_figC.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/Rubik_doc_figD.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/Rubik_doc_figE.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/Rubikrot_doc_figA.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/Rubikrot_doc_figB.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/example-cube.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/example-cube.tex
%doc %{_texmfdistdir}/doc/latex/rubik/example-rot1.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/example-rot1.sh
%doc %{_texmfdistdir}/doc/latex/rubik/example-rot1.tex
%doc %{_texmfdistdir}/doc/latex/rubik/example-rot2.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/example-rot2.sh
%doc %{_texmfdistdir}/doc/latex/rubik/example-rot2.tex
%doc %{_texmfdistdir}/doc/latex/rubik/rubikcube.pdf
%doc %{_texmfdistdir}/doc/latex/rubik/rubikrotation.pdf
#- source
%doc %{_texmfdistdir}/source/latex/rubik/example-rot1.bat
%doc %{_texmfdistdir}/source/latex/rubik/example-rot2.bat
%doc %{_texmfdistdir}/source/latex/rubik/rubikcube.dtx
%doc %{_texmfdistdir}/source/latex/rubik/rubikcube.ins
%doc %{_texmfdistdir}/source/latex/rubik/rubikrotation.dtx
%doc %{_texmfdistdir}/source/latex/rubik/rubikrotation.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/rubik/rubikrotation.pl rubikrotation
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: dac7c26
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25697 |14mu|texlive-rulercompass-1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32392
# category Package
# catalog-ctan /graphics/pgf/contrib/rulercompass
# catalog-date 2013-12-11 23:41:59 +0100
# catalog-license lppl1.3
# catalog-version 1
Name:		texlive-rulercompass
Version:	1
Release:	3
Summary:	A TikZ library for straight-edge and compass diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/rulercompass
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rulercompass.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rulercompass.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rulercompass.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines some commands and styles to support drawing
straight-edge and compass diagrams with TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rulercompass/tikzlibraryrulercompass.code.tex
%doc %{_texmfdistdir}/doc/latex/rulercompass/README.txt
%doc %{_texmfdistdir}/doc/latex/rulercompass/rulercompass.pdf
%doc %{_texmfdistdir}/doc/latex/rulercompass/rulercompass_doc.pdf
%doc %{_texmfdistdir}/doc/latex/rulercompass/rulercompass_doc.tex
#- source
%doc %{_texmfdistdir}/source/latex/rulercompass/rulercompass.dtx
%doc %{_texmfdistdir}/source/latex/rulercompass/rulercompass.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1-3
+ Revision: f734db3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25698 |14mu|texlive-r_und_s-1.3i-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/r_und_s
# catalog-date 2008-08-24 22:21:06 +0200
# catalog-license other-free
# catalog-version 1.3i
Name:		texlive-r_und_s
Version:	1.3i
Release:	4
Summary:	Chemical hazard codes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/r_und_s
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/r_und_s.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/r_und_s.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The r_und_s package decodes the german 'R- und S-Satze', which
are numerically coded security advice for chemical substances
into plain text. This is, e.g., used to compose security sheets
or lab protocols and especially useful for students of
chemistry. There are four packages, giving texts in German,
English, French and Dutch.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/r_und_s/eng_rs.sty
%{_texmfdistdir}/tex/latex/r_und_s/eng_rs.tex
%{_texmfdistdir}/tex/latex/r_und_s/fr_rs.sty
%{_texmfdistdir}/tex/latex/r_und_s/fr_rs.tex
%{_texmfdistdir}/tex/latex/r_und_s/nl_rs.sty
%{_texmfdistdir}/tex/latex/r_und_s/nl_rs.tex
%{_texmfdistdir}/tex/latex/r_und_s/r_und_s.sty
%{_texmfdistdir}/tex/latex/r_und_s/r_und_s.tex
%doc %{_texmfdistdir}/doc/latex/r_und_s/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3i-4
+ Revision: ea6729b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25699 |14mu|texlive-russ-20120125-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25209
# category Package
# catalog-ctan /macros/latex/contrib/russ
# catalog-date 2012-01-25 23:56:43 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-russ
Version:	20120125
Release:	3
Summary:	LaTeX in Russian, without babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/russ
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/russ.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/russ.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package aims to facilitate Russian typesetting (based on
input using MicroSoft Code Page 1251). Russian hyphenation is
selected, and various mathematical commands are set up in
Russian style. Furthermore all Cyrillic letters' catcodes are
set to "letter", so that commands with Cyrillic letters in
their names may be defined.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/russ/russ.sty
%doc %{_texmfdistdir}/doc/latex/russ/README
%doc %{_texmfdistdir}/doc/latex/russ/readme.RU.txt
%doc %{_texmfdistdir}/doc/latex/russ/russ_doc.pdf
%doc %{_texmfdistdir}/doc/latex/russ/russ_doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120125-3
+ Revision: a44cecb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25700 |14mu|texlive-rviewport-v1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23739
# category Package
# catalog-ctan /macros/latex/contrib/rviewport
# catalog-date 2011-08-28 17:37:31 +0200
# catalog-license lppl
# catalog-version v1.0
Name:		texlive-rviewport
Version:	v1.0
Release:	4
Summary:	Relative Viewport for Graphics Inclusion
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rviewport
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rviewport.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rviewport.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rviewport.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Package graphicx provides a useful keyword viewport which
allows to show just a part of an image. However, one needs to
put there the actual coordinates of the viewport window.
Sometimes it is useful to have relative coordinates as
fractions of natural size. For example, one may want to print a
large image on a spread, putting a half on a verso page, and
another half on the next recto page. For this one would need a
viewport occupying exactly one half of the file's bounding box,
whatever the actual width of the image may be. This package
adds a new keyword rviewport to the graphicx package
specifiying Relative Viewport for graphics inclusion: a window
defined by the given fractions of the natural width and height
of the image.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rviewport/rviewport.sty
%doc %{_texmfdistdir}/doc/latex/rviewport/Makefile
%doc %{_texmfdistdir}/doc/latex/rviewport/README
%doc %{_texmfdistdir}/doc/latex/rviewport/rviewport.pdf
%doc %{_texmfdistdir}/doc/latex/rviewport/vitruvian.jpg
#- source
%doc %{_texmfdistdir}/source/latex/rviewport/rviewport.dtx
%doc %{_texmfdistdir}/source/latex/rviewport/rviewport.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.0-4
+ Revision: aaa72d0
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25701 |14mu|texlive-rvwrite-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19614
# category Package
# catalog-ctan /macros/latex/contrib/rvwrite
# catalog-date 2010-08-31 12:08:50 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-rvwrite
Version:	1.2
Release:	4
Summary:	Increase the number of available output streams in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/rvwrite
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rvwrite.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/rvwrite.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package addresses, for LaTeX documents, the severe
limitation on the number of output streams that TeX provides.
The package uses a single TeX output stream, and writes
"marked-up" output to this stream. The user may then post-
process the marked-up output file, using LaTeX, and the
document's output appears as separate files, according to the
calls made to the package. The output to be post-processed uses
macros from the widely-available ProTeX package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/rvwrite/rvwrite.sty
%doc %{_texmfdistdir}/doc/latex/rvwrite/Makefile
%doc %{_texmfdistdir}/doc/latex/rvwrite/README
%doc %{_texmfdistdir}/doc/latex/rvwrite/rvwrite-doc.pdf
%doc %{_texmfdistdir}/doc/latex/rvwrite/rvwrite-doc.tex
%doc %{_texmfdistdir}/doc/latex/rvwrite/test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 9f0e7cb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25702 |14mu|texlive-ryethesis-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21316
# category Package
# catalog-ctan /macros/latex/contrib/ryethesis
# catalog-date 2011-02-05 10:59:30 +0100
# catalog-license lppl1.3
# catalog-version 1.3
Name:		texlive-ryethesis
Version:	1.3
Release:	4
Summary:	Class for Ryerson Unversity Graduate School requirements
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ryethesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ryethesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ryethesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ryethesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%define		_unpackaged_subdirs_terminate_build	0

%description
The class offers support for formatting a thesis, dissertation
or project according to Ryerson University's School of Graduate
Studies thesis formatting regulations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ryethesis/ryethesis.cls
%doc %{_texmfdistdir}/doc/latex/ryethesis/Makefile
%doc %{_texmfdistdir}/doc/latex/ryethesis/README
%doc %{_texmfdistdir}/doc/latex/ryethesis/figure1.pdf
%doc %{_texmfdistdir}/doc/latex/ryethesis/ryesample.bib
%doc %{_texmfdistdir}/doc/latex/ryethesis/ryesample.pdf
%doc %{_texmfdistdir}/doc/latex/ryethesis/ryesample.tex
%doc %{_texmfdistdir}/doc/latex/ryethesis/ryethesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ryethesis/ryethesis.dtx
%doc %{_texmfdistdir}/source/latex/ryethesis/ryethesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: a1c87d1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25703 |14mu|texlive-sageep-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sageep
# catalog-date 2009-01-23 11:09:06 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-sageep
Version:	1.0
Release:	4
Summary:	Format papers for the annual meeting of EEGS
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sageep
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sageep.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sageep.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sageep.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides formatting for papers for the annual meeting
of the Environmental and Engineering Geophysical Society (EEGS)
("Application of Geophysics to Engineering and Environmental
Problems", known as SAGEEP).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/sageep/sageep.bst
%{_texmfdistdir}/tex/latex/sageep/sageep.cls
%doc %{_texmfdistdir}/doc/latex/sageep/README
%doc %{_texmfdistdir}/doc/latex/sageep/sageep.bib
%doc %{_texmfdistdir}/doc/latex/sageep/sageep.pdf
%doc %{_texmfdistdir}/doc/latex/sageep/sageep_graphic2009.jpg
%doc %{_texmfdistdir}/doc/latex/sageep/sample.pdf
%doc %{_texmfdistdir}/doc/latex/sageep/sample.tex
#- source
%doc %{_texmfdistdir}/source/latex/sageep/Makefile
%doc %{_texmfdistdir}/source/latex/sageep/sageep.dtx
%doc %{_texmfdistdir}/source/latex/sageep/sageep.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: f8ddd2f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25704 |14mu|texlive-sanskrit-20070114-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/sanskrit
# catalog-date 2007-01-14 10:43:12 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-sanskrit
Version:	20070114
Release:	4
Summary:	Sanskrit support
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/sanskrit
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sanskrit.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sanskrit.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sanskrit.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A font and pre-processor suitable for the production of
documents written in Sanskrit. Type 1 versions of the fonts are
available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/sanskrit/skt.map
%{_texmfdistdir}/fonts/source/public/sanskrit/skt10.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/skt8.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/skt9.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/sktb10.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/sktbs10.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/sktchars.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/sktdefs.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/sktf10.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/sktfs10.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/sktligs.mf
%{_texmfdistdir}/fonts/source/public/sanskrit/skts10.mf
%{_texmfdistdir}/fonts/tfm/public/sanskrit/skt10.tfm
%{_texmfdistdir}/fonts/tfm/public/sanskrit/skt8.tfm
%{_texmfdistdir}/fonts/tfm/public/sanskrit/skt9.tfm
%{_texmfdistdir}/fonts/tfm/public/sanskrit/sktb10.tfm
%{_texmfdistdir}/fonts/tfm/public/sanskrit/sktbs10.tfm
%{_texmfdistdir}/fonts/tfm/public/sanskrit/sktf10.tfm
%{_texmfdistdir}/fonts/tfm/public/sanskrit/sktfs10.tfm
%{_texmfdistdir}/fonts/tfm/public/sanskrit/skts10.tfm
%{_texmfdistdir}/fonts/type1/public/sanskrit/skt10.pfb
%{_texmfdistdir}/fonts/type1/public/sanskrit/skt8.pfb
%{_texmfdistdir}/fonts/type1/public/sanskrit/skt9.pfb
%{_texmfdistdir}/fonts/type1/public/sanskrit/sktb10.pfb
%{_texmfdistdir}/fonts/type1/public/sanskrit/sktbs10.pfb
%{_texmfdistdir}/fonts/type1/public/sanskrit/sktf10.pfb
%{_texmfdistdir}/fonts/type1/public/sanskrit/sktfs10.pfb
%{_texmfdistdir}/fonts/type1/public/sanskrit/skts10.pfb
%{_texmfdistdir}/tex/latex/sanskrit/ot1skt.fd
%{_texmfdistdir}/tex/latex/sanskrit/skt.sty
%doc %{_texmfdistdir}/doc/latex/sanskrit/readme.txt
%doc %{_texmfdistdir}/doc/latex/sanskrit/sktdoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sanskrit/skt.c
%doc %{_texmfdistdir}/source/latex/sanskrit/sktdoc.skt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070114-4
+ Revision: 67fe12a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25705 |14mu|texlive-sansmath-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17997
# category Package
# catalog-ctan /macros/latex/contrib/sansmath
# catalog-date 2010-04-29 07:59:03 +0200
# catalog-license pd
# catalog-version 1.1
Name:		texlive-sansmath
Version:	1.1
Release:	4
Summary:	Maths in a sans font
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sansmath
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sansmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sansmath.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a new math version sans, and a command
\sansmath that behaves somewhat like \boldmath.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sansmath/sansmath.sty
%doc %{_texmfdistdir}/doc/latex/sansmath/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/sansmath/sansmath.pdf
%doc %{_texmfdistdir}/doc/latex/sansmath/sansmath.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: d6a1a10
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25706 |14mu|texlive-sapthesis-3.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25593
# category Package
# catalog-ctan /macros/latex/contrib/sapthesis
# catalog-date 2012-03-09 11:37:27 +0100
# catalog-license lppl1.3
# catalog-version 3.1.1
Name:		texlive-sapthesis
Version:	3.1.1
Release:	3
Summary:	Typeset theses for Sapienza-University, Rome
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sapthesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sapthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sapthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class will typeset Ph.D., Master, and Bachelor theses that
adhere to the publishing guidelines of the Sapienza-University
of Rome.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/sapthesis/sapthesis.bst
%{_texmfdistdir}/tex/latex/sapthesis/sapienza-MLblack-pos.pdf
%{_texmfdistdir}/tex/latex/sapthesis/sapienza-MLred-pos.pdf
%{_texmfdistdir}/tex/latex/sapthesis/sapthesis.cls
%doc %{_texmfdistdir}/doc/latex/sapthesis/README
%doc %{_texmfdistdir}/doc/latex/sapthesis/sapthesis-doc.pdf
%doc %{_texmfdistdir}/doc/latex/sapthesis/sapthesis-doc.tex
%doc %{_texmfdistdir}/doc/latex/sapthesis/sapthesis-example.pdf
%doc %{_texmfdistdir}/doc/latex/sapthesis/sapthesis-example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1.1-3
+ Revision: e353477
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25707 |14mu|texlive-sasnrdisplay-0.91-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25751
# category Package
# catalog-ctan /macros/latex/contrib/sasnrdisplay
# catalog-date 2012-03-27 17:23:43 +0200
# catalog-license lppl1.3
# catalog-version 0.91
Name:		texlive-sasnrdisplay
Version:	0.91
Release:	3
Summary:	Typeset SAS or R code or output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sasnrdisplay
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sasnrdisplay.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sasnrdisplay.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The SASnRdisplay package serves as a front-end to the listings,
which permits statisticians and others to import source code,
and the results of their calculations or simulations into LaTeX
projects. The package is also capable of overloading the Sweave
and SASweave packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sasnrdisplay/SASnRdisplay.cfg
%{_texmfdistdir}/tex/latex/sasnrdisplay/SASnRdisplay.sty
%doc %{_texmfdistdir}/doc/latex/sasnrdisplay/README
%doc %{_texmfdistdir}/doc/latex/sasnrdisplay/SASnRdisplay.pdf
%doc %{_texmfdistdir}/doc/latex/sasnrdisplay/SASnRdisplay.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.91-3
+ Revision: 1a08757
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25708 |14mu|texlive-sa-tikz-0.7a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32815
# category Package
# catalog-ctan /graphics/pgf/contrib/sa-tikz
# catalog-date 2014-01-29 19:47:58 +0100
# catalog-license lppl1.3
# catalog-version 0.7a
Name:		texlive-sa-tikz
Version:	0.7a
Release:	3
Summary:	TikZ library to draw switching architectures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/sa-tikz
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sa-tikz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sa-tikz.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a library that offers an easy way to draw
switching architectures and to customize their aspect.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sa-tikz/sa-tikz.sty
%{_texmfdistdir}/tex/latex/sa-tikz/tikzlibraryswitching-architectures.code.tex
%doc %{_texmfdistdir}/doc/latex/sa-tikz/README
%doc %{_texmfdistdir}/doc/latex/sa-tikz/pgfmanual-en-macros.tex
%doc %{_texmfdistdir}/doc/latex/sa-tikz/sa-tikz-doc.pdf
%doc %{_texmfdistdir}/doc/latex/sa-tikz/sa-tikz-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7a-3
+ Revision: 93e8134
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25709 |14mu|texlive-sauerj-20070115-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sauerj
# catalog-date 2007-01-15 20:25:47 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-sauerj
Version:	20070115
Release:	4
Summary:	A bundle of utilities by Jonathan Sauer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sauerj
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sauerj.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sauerj.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sauerj.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle consists of: a tool for collecting text for later
re-use, a tool for typesetting the "meta-information" within a
text, a tool for use in constructing macros with multiple
optional parameters, a package for multiple column parallel
texts, a tool for processing key-value structured lists, and
macros for typesetting a number as a German-language string.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sauerj/collect.sty
%{_texmfdistdir}/tex/latex/sauerj/metainfo.sty
%{_texmfdistdir}/tex/latex/sauerj/optparams.sty
%{_texmfdistdir}/tex/latex/sauerj/parcolumns.sty
%{_texmfdistdir}/tex/latex/sauerj/processkv.sty
%{_texmfdistdir}/tex/latex/sauerj/zahl2string.sty
%doc %{_texmfdistdir}/doc/latex/sauerj/README
%doc %{_texmfdistdir}/doc/latex/sauerj/collect.pdf
%doc %{_texmfdistdir}/doc/latex/sauerj/metainfo.pdf
%doc %{_texmfdistdir}/doc/latex/sauerj/optparams.pdf
%doc %{_texmfdistdir}/doc/latex/sauerj/parcolumns.pdf
%doc %{_texmfdistdir}/doc/latex/sauerj/processkv.pdf
%doc %{_texmfdistdir}/doc/latex/sauerj/zahl2string.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sauerj/collect.dtx
%doc %{_texmfdistdir}/source/latex/sauerj/collect.ins
%doc %{_texmfdistdir}/source/latex/sauerj/metainfo.dtx
%doc %{_texmfdistdir}/source/latex/sauerj/metainfo.ins
%doc %{_texmfdistdir}/source/latex/sauerj/optparams.dtx
%doc %{_texmfdistdir}/source/latex/sauerj/optparams.ins
%doc %{_texmfdistdir}/source/latex/sauerj/parcolumns.dtx
%doc %{_texmfdistdir}/source/latex/sauerj/parcolumns.ins
%doc %{_texmfdistdir}/source/latex/sauerj/processkv.dtx
%doc %{_texmfdistdir}/source/latex/sauerj/processkv.ins
%doc %{_texmfdistdir}/source/latex/sauerj/zahl2string.dtx
%doc %{_texmfdistdir}/source/latex/sauerj/zahl2string.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070115-4
+ Revision: 2dcb26c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25710 |14mu|texlive-savefnmark-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/savefnmark
# catalog-date 2007-01-14 15:20:52 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-savefnmark
Version:	1.0
Release:	4
Summary:	Save name of the footnote mark for reuse
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/savefnmark
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/savefnmark.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/savefnmark.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/savefnmark.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Sometimes the same footnote applies to more than one location
in a table. With this package the mark of a footnote can be
saved into a name, and re-used subsequently without creating
another footnote at the bottom.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/savefnmark/savefnmark.sty
%doc %{_texmfdistdir}/doc/latex/savefnmark/savefnmark.pdf
#- source
%doc %{_texmfdistdir}/source/latex/savefnmark/savefnmark.drv
%doc %{_texmfdistdir}/source/latex/savefnmark/savefnmark.dtx
%doc %{_texmfdistdir}/source/latex/savefnmark/savefnmark.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: b2023f2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25711 |14mu|texlive-savesym-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31565
# category Package
# catalog-ctan /macros/latex/contrib/savesym/savesym.sty
# catalog-date 2013-09-02 18:12:33 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-savesym
Version:	1.2
Release:	7
Summary:	Redefine symbols where names conflict
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/savesym/savesym.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/savesym.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
There are a number of symbols (e.g., \Square) that are defined
by several packages. In order to typeset all the variants in a
document, we have to give the glyph a unique name. To do that,
we define \savesymbol{XXX}, which renames a symbol from \XXX to
\origXXX, and \restoresymbols{yyy}{XXX}, which renames \origXXX
back to \XXX and defines a new command, \yyyXXX, which
corresponds to the most recently loaded version of \XXX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/savesym/savesym.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-7
+ Revision: 4020cce
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25712 |14mu|texlive-savetrees-2.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29841
# category Package
# catalog-ctan /macros/latex/contrib/savetrees
# catalog-date 2013-04-10 07:27:56 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-savetrees
Version:	2.1
Release:	7
Summary:	Pack as much as possible onto each page of a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/savetrees
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/savetrees.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/savetrees.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/savetrees.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The goal of the savetrees package is to pack as much text as
possible onto each page of a LaTeX document. Admittedly, this
makes the document far less attractive. Nevertheless, savetrees
is a simple way to save paper when printing draft copies of a
document. It can also be useful when trying to meet a tight
page-length requirement for a conference or journal submission.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/savetrees/savetrees.bst
%{_texmfdistdir}/tex/latex/savetrees/savetrees.sty
%doc %{_texmfdistdir}/doc/latex/savetrees/README
%doc %{_texmfdistdir}/doc/latex/savetrees/savetrees.pdf
%doc %{_texmfdistdir}/doc/latex/savetrees/st-sample2e.pdf
#- source
%doc %{_texmfdistdir}/source/latex/savetrees/savetrees.dtx
%doc %{_texmfdistdir}/source/latex/savetrees/savetrees.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-7
+ Revision: 2cb850d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25713 |14mu|texlive-scale-1.1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/scale
# catalog-date 2006-11-06 12:20:58 +0100
# catalog-license gpl
# catalog-version 1.1.2
Name:		texlive-scale
Version:	1.1.2
Release:	4
Summary:	Scale document by sqrt(2) or magstep(2)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/scale
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scale.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scale.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scale.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package to scale a document by sqrt(2) (or by \magstep{2}).
This is useful if you are preparing a document on, for example,
A5 paper and want to print on A4 paper to achieve a better
resolution.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/scale/scale.sty
%doc %{_texmfdistdir}/doc/latex/scale/COPYING
%doc %{_texmfdistdir}/doc/latex/scale/README
#- source
%doc %{_texmfdistdir}/source/latex/scale/scale.dtx
%doc %{_texmfdistdir}/source/latex/scale/scale.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.2-4
+ Revision: ad0ff3c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25714 |14mu|texlive-scalebar-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/scalebar
# catalog-date 2006-11-06 13:28:58 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-scalebar
Version:	1.0
Release:	4
Summary:	Create scalebars for maps, diagrams or photos
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/scalebar
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scalebar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scalebar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scalebar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a small package to create scalebars for maps, diagrams
or photos. It was designed for use with cave maps but can be
used for anything from showing a scalebar in kilometers for
topographic maps to a scalebar in micrometers for an electron
microscope image.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/scalebar/scalebar.sty
%doc %{_texmfdistdir}/doc/latex/scalebar/README
%doc %{_texmfdistdir}/doc/latex/scalebar/scalebar_examples.pdf
%doc %{_texmfdistdir}/doc/latex/scalebar/scalebar_examples.tex
#- source
%doc %{_texmfdistdir}/source/latex/scalebar/scalebar.dtx
%doc %{_texmfdistdir}/source/latex/scalebar/scalebar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: b1a5e39
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25715 |14mu|texlive-scalerel-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33145
# category Package
# catalog-ctan /macros/latex/contrib/scalerel
# catalog-date 2014-03-10 14:38:12 +0100
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-scalerel
Version:	1.6
Release:	3
Summary:	Constrained scaling and stretching of objects
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/scalerel
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scalerel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scalerel.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides four commands for vertically scaling and
stretching objects. Its primary function is the ability to
scale/stretch and shift one object to conform to the size of a
specified second object. This feature can be useful in both
equations and schematic diagrams. Additionally, the scaling and
stretching commands offer constraints on maximum width and/or
minimum aspect ratio, which are often used to preserve
legibility or for the sake of general appearance.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/scalerel/scalerel.sty
%doc %{_texmfdistdir}/doc/latex/scalerel/README
%doc %{_texmfdistdir}/doc/latex/scalerel/scalerel.pdf
%doc %{_texmfdistdir}/doc/latex/scalerel/scalerel.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-3
+ Revision: 4a6ee7a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25716 |14mu|texlive-scanpages-1.01-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32673
# category Package
# catalog-ctan /macros/latex/contrib/scanpages
# catalog-date 2014-01-11 00:28:51 +0100
# catalog-license lppl1.3
# catalog-version 1.01
Name:		texlive-scanpages
Version:	1.01
Release:	3
Summary:	Support importing and embellishing scanned documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/scanpages
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scanpages.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scanpages.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides support for the process of creating
documents based on pre-TeX-era material that is available as
scanned pages, only.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/scanpages/scanpages.sty
%doc %{_texmfdistdir}/doc/latex/scanpages/README
%doc %{_texmfdistdir}/doc/latex/scanpages/replicate.plist
%doc %{_texmfdistdir}/doc/latex/scanpages/replicate.py
%doc %{_texmfdistdir}/doc/latex/scanpages/scanpages-doc.pdf
%doc %{_texmfdistdir}/doc/latex/scanpages/scanpages-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-3
+ Revision: d85c605
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25717 |14mu|texlive-schemabloc-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pgf/contrib/schemabloc
# catalog-date 2009-01-23 11:09:06 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-schemabloc
Version:	1.5
Release:	4
Summary:	Draw block diagrams, using Tikz
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/schemabloc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schemabloc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schemabloc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a set of macros for constructing block
diagrams, using TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/schemabloc/schemabloc.sty
%doc %{_texmfdistdir}/doc/latex/schemabloc/README
%doc %{_texmfdistdir}/doc/latex/schemabloc/schemabloc.pdf
%doc %{_texmfdistdir}/doc/latex/schemabloc/schemabloc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: 8538fd8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25718 |14mu|texlive-scheme-20111101-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		texlive-scheme
Version:	20111101
Release:	7
Summary:	TeXLive schemes
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-basic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-context.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-full.tar.xz
Source3:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-gust.tar.xz
Source4:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-medium.tar.xz
Source5:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-minimal.tar.xz
Source6:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-tetex.tar.xz
Source7:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-xml.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
BuildArch:	noarch

%description
TeXLive schemes.

#-----------------------------------------------------------------------
# revision 17228
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	basic
Summary:	basic scheme (plain and LaTeX)
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-latex

%description	basic
This is the basic TeX Live scheme: it is a small set of files
sufficient to typeset plain TeX or LaTeX documents in
PostScript or PDF, using the Computer Modern fonts.  This
scheme corresponds to collection-basic and collection-latex.

%files		basic

#-----------------------------------------------------------------------
# revision 23157
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	context
Summary:	ConTeXt scheme
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-context
Requires:	texlive-collection-metapost
Requires:	texlive-tex-gyre
Requires:	texlive-antt
Requires:	texlive-iwona
Requires:	texlive-kurier
Requires:	texlive-poltawski
Requires:	texlive-txfonts
Requires:	texlive-pxfonts
Requires:	texlive-eulervm
Requires:	texlive-marvosym
Requires:	texlive-wasy
Requires:	texlive-ly1
Requires(post):	texlive-context.bin

%description	context
This is the TeX Live scheme for installing ConTeXt.

%post		context
    %{_sbindir}/texlive.post

%postun		context
    if [ $1 -eq 0 ]; then
	%{_sbindir}/texlive.post

%files		context

#-----------------------------------------------------------------------
# revision 21417
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	full
Summary:	full scheme (everything)
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-bibtexextra
Requires:	texlive-collection-binextra
Requires:	texlive-collection-context
Requires:	texlive-collection-documentation-arabic
Requires:	texlive-collection-documentation-base
Requires:	texlive-collection-documentation-bulgarian
Requires:	texlive-collection-documentation-chinese
Requires:	texlive-collection-documentation-czechslovak
Requires:	texlive-collection-documentation-dutch
Requires:	texlive-collection-documentation-english
Requires:	texlive-collection-documentation-finnish
Requires:	texlive-collection-documentation-french
Requires:	texlive-collection-documentation-german
Requires:	texlive-collection-documentation-italian
Requires:	texlive-collection-documentation-japanese
Requires:	texlive-collection-documentation-korean
Requires:	texlive-collection-documentation-mongolian
Requires:	texlive-collection-documentation-polish
Requires:	texlive-collection-documentation-portuguese
Requires:	texlive-collection-documentation-russian
Requires:	texlive-collection-documentation-serbian
Requires:	texlive-collection-documentation-slovenian
Requires:	texlive-collection-documentation-spanish
Requires:	texlive-collection-documentation-thai
Requires:	texlive-collection-documentation-turkish
Requires:	texlive-collection-documentation-ukrainian
Requires:	texlive-collection-documentation-vietnamese
Requires:	texlive-collection-fontsextra
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-formatsextra
Requires:	texlive-collection-games
Requires:	texlive-collection-genericextra
Requires:	texlive-collection-genericrecommended
Requires:	texlive-collection-htmlxml
Requires:	texlive-collection-humanities
Requires:	texlive-collection-langafrican
Requires:	texlive-collection-langarabic
Requires:	texlive-collection-langarmenian
Requires:	texlive-collection-langcjk
Requires:	texlive-collection-langcroatian
Requires:	texlive-collection-langcyrillic
Requires:	texlive-collection-langczechslovak
Requires:	texlive-collection-langdanish
Requires:	texlive-collection-langdutch
Requires:	texlive-collection-langfinnish
Requires:	texlive-collection-langfrench
Requires:	texlive-collection-langgerman
Requires:	texlive-collection-langgreek
Requires:	texlive-collection-langhebrew
Requires:	texlive-collection-langhungarian
Requires:	texlive-collection-langindic
Requires:	texlive-collection-langitalian
Requires:	texlive-collection-langlatin
Requires:	texlive-collection-langlatvian
Requires:	texlive-collection-langlithuanian
Requires:	texlive-collection-langmongolian
Requires:	texlive-collection-langnorwegian
Requires:	texlive-collection-langother
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-langportuguese
Requires:	texlive-collection-langspanish
Requires:	texlive-collection-langswedish
Requires:	texlive-collection-langtibetan
Requires:	texlive-collection-langturkmen
Requires:	texlive-collection-langenglish
Requires:	texlive-collection-langvietnamese
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexextra
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-luatex
Requires:	texlive-collection-mathextra
Requires:	texlive-collection-metapost
Requires:	texlive-collection-music
Requires:	texlive-collection-omega
Requires:	texlive-collection-pictures
Requires:	texlive-collection-plainextra
Requires:	texlive-collection-pstricks
Requires:	texlive-collection-publishers
Requires:	texlive-collection-science
Requires:	texlive-collection-texinfo
Requires:	texlive-collection-xetex

%description	full
This is the full TeX Live scheme: it installs everything
available.

%files		full

#-----------------------------------------------------------------------
# revision 21479
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	gust
Summary:        GUST TeX Live scheme
Requires(pre):	texlive-tlpkg
Requires:	texlive-FAQ-en
Requires:	texlive-Type1fonts
Requires:	texlive-amslatex-primer
Requires:	texlive-amstex
Requires:	texlive-antt
Requires:	texlive-bibtex8
Requires:	texlive-comment
Requires:	texlive-comprehensive
Requires:	texlive-concrete
Requires:	texlive-cyklop
Requires:	texlive-dvidvi
Requires:	texlive-dviljk
Requires:	texlive-gustprog
Requires:	texlive-impatient
Requires:	texlive-iwona
Requires:	texlive-metafont-beginners
Requires:	texlive-metapost-examples
Requires:	texlive-poltawski
Requires:	texlive-pstricks-tutorial
Requires:	texlive-seetexk
Requires:	texlive-seminar
Requires:	texlive-tds
Requires:	texlive-tex4ht
Requires:	texlive-texdoc
Requires:	texlive-collection-basic
Requires:	texlive-collection-context
Requires:	texlive-collection-documentation-polish
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-genericrecommended
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-metapost
Requires:	texlive-collection-xetex

%description	gust
This is the GUST TeX Live scheme: it is a set of files
sufficient to typeset Polish plain TeX, LaTeX and ConTeXt
documents in PostScript or PDF.

%files		gust

#-----------------------------------------------------------------------
# revision 18615
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	medium
Summary:	medium scheme (plain, latex, recommended packages, some languages)
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-binextra
Requires:	texlive-collection-context
Requires:	texlive-collection-documentation-english
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-langczechslovak
Requires:	texlive-collection-langdutch
Requires:	texlive-collection-langfrench
Requires:	texlive-collection-langgerman
Requires:	texlive-collection-langitalian
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-langportuguese
Requires:	texlive-collection-langspanish
Requires:	texlive-collection-langenglish
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-mathextra
Requires:	texlive-collection-metapost
Requires:	texlive-collection-texinfo
Requires:	texlive-collection-xetex
Requires:	texlive-collection-luatex
Requires:	texlive-collection-genericrecommended

%description	medium
This is the medium TeX Live collection: it contains plain TeX,
LaTeX, many recommended packages, and support for some widely-
used European languages.

%files		medium

#-----------------------------------------------------------------------
# revision 13822
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	minimal
Summary:	minimal scheme (plain only)
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic

%description	minimal
This is the minimal TeX Live scheme, with support for only
plain TeX. (No LaTeX macros.)  LuaTeX is included because Lua
scripts are used in TeX Live infrastructure.  This scheme
corresponds exactly to collection-basic.

%files		minimal

#-----------------------------------------------------------------------
# revision 21479
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	tetex
Summary:	teTeX scheme (more than medium, but nowhere near full)
Requires(pre):	texlive-tlpkg
Requires:	texlive-FAQ-en
Requires:	texlive-SIunits
Requires:	texlive-acronym
Requires:	texlive-amslatex-primer
Requires:	texlive-bbm
Requires:	texlive-bbm-macros
Requires:	texlive-bbold
Requires:	texlive-bibtex8
Requires:	texlive-ctie
Requires:	texlive-detex
Requires:	texlive-dtl
Requires:	texlive-dvi2tty
Requires:	texlive-dvicopy
Requires:	texlive-dvidvi
Requires:	texlive-dviljk
Requires:	texlive-patgen
Requires:	texlive-pdftools
Requires:	texlive-seetexk
Requires:	texlive-tie
Requires:	texlive-web
Requires:	texlive-cmbright
Requires:	texlive-cweb
Requires:	texlive-eplain
Requires:	texlive-eulervm
Requires:	texlive-gentle
Requires:	texlive-lshort-english
Requires:	texlive-mathmode
Requires:	texlive-mltex
Requires:	texlive-multirow
Requires:	texlive-nomencl
Requires:	texlive-pst-pdf
Requires:	texlive-pstricks-tutorial
Requires:	texlive-rsfs
Requires:	texlive-subfigure
Requires:	texlive-supertabular
Requires:	texlive-tamethebeast
Requires:	texlive-tds
Requires:	texlive-tex-refs
Requires:	texlive-collection-basic
Requires:	texlive-collection-context
Requires:	texlive-collection-documentation-base
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-genericrecommended
Requires:	texlive-collection-langcjk
Requires:	texlive-collection-langcroatian
Requires:	texlive-collection-langcyrillic
Requires:	texlive-collection-langczechslovak
Requires:	texlive-collection-langdanish
Requires:	texlive-collection-langdutch
Requires:	texlive-collection-langfinnish
Requires:	texlive-collection-langfrench
Requires:	texlive-collection-langgerman
Requires:	texlive-collection-langgreek
Requires:	texlive-collection-langhungarian
Requires:	texlive-collection-langitalian
Requires:	texlive-collection-langlatin
Requires:	texlive-collection-langmongolian
Requires:	texlive-collection-langnorwegian
Requires:	texlive-collection-langother
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-langportuguese
Requires:	texlive-collection-langspanish
Requires:	texlive-collection-langswedish
Requires:	texlive-collection-langenglish
Requires:	texlive-collection-langvietnamese
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-mathextra
Requires:	texlive-collection-metapost
Requires:	texlive-collection-omega
Requires:	texlive-collection-pictures
Requires:	texlive-collection-pstricks
Requires:	texlive-collection-texinfo
%rename tetex
%rename texlive-dviutils

%description	tetex
TeX Live scheme nearly equivalent to the teTeX distribution
that was maintained by Thomas Esser.

%posttrans
    %{_sbindir}/texlive.post -

%files		tetex

#-----------------------------------------------------------------------
# revision 13822
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
%package	xml
Summary:	XML scheme
Requires(pre):	texlive-tlpkg
Requires:	texlive-context
Requires:	texlive-jadetex
Requires:	texlive-ltxmisc
Requires:	texlive-marvosym
Requires:	texlive-marvosym
Requires:	texlive-metapost
Requires:	texlive-passivetex
Requires:	texlive-rotating
Requires:	texlive-stmaryrd
Requires:	texlive-tex4ht
Requires:	texlive-tipa
Requires:	texlive-ucs
Requires:	texlive-wasy
Requires:	texlive-wasysym
Requires:	texlive-xmltex
Requires:	texlive-collection-basic
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-latex
Requires:	texlive-collection-omega

%description	xml
This contains the things you need to do XML-related work,
including PassiveTeX, JadeTeX, ConTeXt and Omega.

%files		xml

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7

%build

%install



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111101-7
+ Revision: 3968b75
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25719 |14mu|texlive-scheme-context-20131201-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32062
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-scheme-context
Version:	20131201
Release:	7
Summary:	ConTeXt scheme
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-context.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-context
Requires:	texlive-collection-context
Requires:	texlive-collection-metapost
Requires:	texlive-tex-gyre
Requires:	texlive-tex-gyre-math
Requires:	texlive-antt
Requires:	texlive-iwona
Requires:	texlive-kurier
Requires:	texlive-poltawski
Requires:	texlive-xits
Requires:	texlive-Asana-Math
Requires:	texlive-gentium-tug
Requires:	texlive-txfonts
Requires:	texlive-pxfonts
Requires:	texlive-eulervm
Requires:	texlive-marvosym
Requires:	texlive-wasy
Requires:	texlive-ccicons
Requires:	texlive-ly1

%description
This is the TeX Live scheme for installing ConTeXt.


#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131201-7
+ Revision: af69a76
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25720 |14mu|texlive-scheme-full-20131013-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30492
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-scheme-full
Version:	20131013
Release:	7
Summary:	full scheme (everything)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-full.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-context
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-games
Requires:	texlive-collection-genericrecommended
Requires:	texlive-collection-htmlxml
Requires:	texlive-collection-humanities
Requires:	texlive-collection-langafrican
Requires:	texlive-collection-langarabic
Requires:	texlive-collection-langcjk
Requires:	texlive-collection-langcyrillic
Requires:	texlive-collection-langczechslovak
Requires:	texlive-collection-langenglish
Requires:	texlive-collection-langeuropean
Requires:	texlive-collection-langfrench
Requires:	texlive-collection-langgerman
Requires:	texlive-collection-langgreek
Requires:	texlive-collection-langindic
Requires:	texlive-collection-langitalian
Requires:	texlive-collection-langother
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-langportuguese
Requires:	texlive-collection-langspanish
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexextra
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-luatex
Requires:	texlive-collection-mathextra
Requires:	texlive-collection-metapost
Requires:	texlive-collection-music
Requires:	texlive-collection-omega
Requires:	texlive-collection-pictures
Requires:	texlive-collection-plainextra
Requires:	texlive-collection-pstricks
Requires:	texlive-collection-publishers
Requires:	texlive-collection-science
Requires:	texlive-collection-xetex
Suggests:	texlive-collection-bibtexextra
Suggests:	texlive-collection-binextra
Suggests:	texlive-collection-fontsextra
Suggests:	texlive-collection-formatsextra
Suggests:	texlive-collection-genericextra

%description
This is the full TeX Live scheme: it installs everything
available.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Thu Mar 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-7
+ Revision: d468506
- Suggest some *extra packages, not require



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25721 |14mu|texlive-scheme-medium-20131013-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30457
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-scheme-medium
Version:	20131013
Release:	9
Summary:	medium scheme (small + more packages and languages)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-medium.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-collection-basic
Requires:	texlive-collection-context
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-genericrecommended
Requires:	texlive-collection-langczechslovak
Requires:	texlive-collection-langcyrillic
Requires:	texlive-collection-langenglish
Requires:	texlive-collection-langeuropean
Requires:	texlive-collection-langfrench
Requires:	texlive-collection-langgerman
Requires:	texlive-collection-langgreek
Requires:	texlive-collection-langitalian
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-langportuguese
Requires:	texlive-collection-langspanish
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-luatex
Requires:	texlive-collection-metapost
Requires:	texlive-collection-xetex
Suggests:	texlive-collection-binextra
Suggests:	texlive-collection-mathextra
Suggests:	texlive-collection-plainextra

%description
This is the medium TeX Live collection: it contains plain TeX,
LaTeX, many recommended packages, and support for most European
languages.

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog

* Fri Jul 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131013-9
- (8df6412) Added langcyrillic



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25722 |14mu|texlive-scheme-tetex-20140215-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32952
# category Scheme
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-scheme-tetex
Version:	20140215
Release:	3
Summary:	teTeX scheme (more than medium, but nowhere near full)
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scheme-tetex.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires:	texlive-FAQ-en
Requires:	texlive-SIunits
Requires:	texlive-acronym
Requires:	texlive-amslatex-primer
Requires:	texlive-bbm
Requires:	texlive-bbm-macros
Requires:	texlive-bbold
Requires:	texlive-bibtex8
Requires:	texlive-ctie
Requires:	texlive-detex
Requires:	texlive-dtl
Requires:	texlive-dvi2tty
Requires:	texlive-dvicopy
Requires:	texlive-dvidvi
Requires:	texlive-dviljk
Requires:	texlive-patgen
Requires:	texlive-pdftools
Requires:	texlive-seetexk
Requires:	texlive-tie
Requires:	texlive-web
Requires:	texlive-cmbright
Requires:	texlive-cweb
Requires:	texlive-eplain
Requires:	texlive-eulervm
Requires:	texlive-gentle
Requires:	texlive-lshort-english
Requires:	texlive-mltex
Requires:	texlive-multirow
Requires:	texlive-nomencl
Requires:	texlive-pst-pdf
Requires:	texlive-rsfs
Requires:	texlive-subfigure
Requires:	texlive-supertabular
Requires:	texlive-tamethebeast
Requires:	texlive-tds
Requires:	texlive-tex-refs
Requires:	texlive-voss-mathmode
Requires:	texlive-collection-basic
Requires:	texlive-collection-context
Requires:	texlive-collection-fontsrecommended
Requires:	texlive-collection-fontutils
Requires:	texlive-collection-genericrecommended
Requires:	texlive-collection-langcjk
Requires:	texlive-collection-langcyrillic
Requires:	texlive-collection-langczechslovak
Requires:	texlive-collection-langenglish
Requires:	texlive-collection-langeuropean
Requires:	texlive-collection-langfrench
Requires:	texlive-collection-langgerman
Requires:	texlive-collection-langgreek
Requires:	texlive-collection-langitalian
Requires:	texlive-collection-langother
Requires:	texlive-collection-langpolish
Requires:	texlive-collection-langportuguese
Requires:	texlive-collection-langspanish
Requires:	texlive-collection-latex
Requires:	texlive-collection-latexrecommended
Requires:	texlive-collection-metapost
Requires:	texlive-collection-omega
Requires:	texlive-collection-pictures
Requires:	texlive-collection-pstricks
Suggests:	texlive-collection-mathextra
Suggests:	texlive-collection-plainextra

%rename tetex
%rename texlive-dviutils

%description
TeX Live scheme nearly equivalent to the teTeX distribution
that was maintained by Thomas Esser.

%posttrans
    %{_sbindir}/texlive.post -

#-----------------------------------------------------------------------
%files

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install

%changelog
* Thu Mar 05 2015 Denis Silakov <denis.silakov@rosalab.ru> 20140215-3
+ Revision: 055975f
- Suggest *extra packages, not require



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25723 |14mu|texlive-schwalbe-chess-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26207
# category Package
# catalog-ctan /macros/latex/contrib/schwalbe-chess
# catalog-date 2012-05-01 11:47:32 +0200
# catalog-license lppl1.2
# catalog-version 1.3
Name:		texlive-schwalbe-chess
Version:	1.3
Release:	3
Summary:	Typeset the German chess magazine "Die Schwalbe"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/schwalbe-chess
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schwalbe-chess.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schwalbe-chess.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/schwalbe-chess.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is based on chess-problem-diagrams, which in its
turn has a dependency on the bartel-chess-fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/schwalbe-chess/schwalbe.sty
%doc %{_texmfdistdir}/doc/latex/schwalbe-chess/README
%doc %{_texmfdistdir}/doc/latex/schwalbe-chess/schwalbe.pdf
#- source
%doc %{_texmfdistdir}/source/latex/schwalbe-chess/schwalbe.dtx
%doc %{_texmfdistdir}/source/latex/schwalbe-chess/schwalbe.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-3
+ Revision: 101a9df
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25724 |14mu|texlive-scientificpaper-20070114-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/scientificpaper/science.sty
# catalog-date 2007-01-14 15:20:52 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-scientificpaper
Version:	20070114
Release:	4
Summary:	Format a scientific paper for journal publication
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/scientificpaper/science.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scientificpaper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scientificpaper.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive scientificpaper package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/scientificpaper/science.sty
%doc %{_texmfdistdir}/doc/latex/scientificpaper/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070114-4
+ Revision: 73b1f6f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25725 |14mu|texlive-sciposter-1.18-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sciposter
# catalog-date 2007-02-26 21:24:31 +0100
# catalog-license lppl
# catalog-version 1.18
Name:		texlive-sciposter
Version:	1.18
Release:	4
Summary:	Make posters of ISO A3 size and larger
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sciposter
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sciposter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sciposter.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This collection of files contains LaTeX packages for posters of
ISO A3 size and larger (ISO A0 is the default size). American
paper sizes and custom paper are supported. In particular,
sciposter.cls defines a document class which allows cutting and
pasting most of an article to a poster without any editing
(save reducing the size) -- see the manual. Sciposter does work
for LaTeX, not just pdfLaTeX. However, xdvi produces strange
results, though a recent version of dvips does create good ps-
files from the dvi files. Also note that logos must either be
put in the current working directory or in the directories of
your LaTeX distribution. For some reason graphicspath settings
are ignored.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sciposter/paperb0.cfg
%{_texmfdistdir}/tex/latex/sciposter/paperb1.cfg
%{_texmfdistdir}/tex/latex/sciposter/paperb2.cfg
%{_texmfdistdir}/tex/latex/sciposter/paperb3.cfg
%{_texmfdistdir}/tex/latex/sciposter/papercustom.cfg
%{_texmfdistdir}/tex/latex/sciposter/paperra0.cfg
%{_texmfdistdir}/tex/latex/sciposter/paperra1.cfg
%{_texmfdistdir}/tex/latex/sciposter/paperra2.cfg
%{_texmfdistdir}/tex/latex/sciposter/sciposter.cls
%doc %{_texmfdistdir}/doc/latex/sciposter/README
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1a.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1a.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1mx.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1mx.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1vx.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks1vx.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks2.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks2.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks2mx.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks2mx.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3mx.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3mx.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3op.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3op.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3openvx.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3rec.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3rec.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3vx.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocks3vx.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocksopen3a.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocksopen3a.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocksopen3vx.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocksopen3vx.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocksopen3vy.eps
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/blocksopen3vy.pdf
%doc %{_texmfdistdir}/doc/latex/sciposter/sciposterexample/sciposter-example.tex
%doc %{_texmfdistdir}/doc/latex/sciposter/scipostermanual.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.18-4
+ Revision: 251e0c0
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25726 |14mu|texlive-screenplay-1.600-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27223
# category Package
# catalog-ctan /macros/latex/contrib/screenplay
# catalog-date 2012-07-04 00:53:20 +0200
# catalog-license gpl
# catalog-version 1.6
Name:		texlive-screenplay
Version:	1.600
Release:	3
Summary:	A class file to typeset screenplays
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/screenplay
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/screenplay.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/screenplay.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/screenplay.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class implements the format recommended by the Academy of
Motion Picture Arts and Sciences.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/screenplay/hardmarg.sty
%{_texmfdistdir}/tex/latex/screenplay/screenplay.cls
%doc %{_texmfdistdir}/doc/latex/screenplay/COPYING
%doc %{_texmfdistdir}/doc/latex/screenplay/README
%doc %{_texmfdistdir}/doc/latex/screenplay/example.tex
%doc %{_texmfdistdir}/doc/latex/screenplay/screenplay.pdf
%doc %{_texmfdistdir}/doc/latex/screenplay/test.pdf
%doc %{_texmfdistdir}/doc/latex/screenplay/test.tex
#- source
%doc %{_texmfdistdir}/source/latex/screenplay/screenplay.dtx
%doc %{_texmfdistdir}/source/latex/screenplay/screenplay.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.600-3
+ Revision: 380f04f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25727 |14mu|texlive-scrjrnl-0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27810
# category Package
# catalog-ctan /macros/latex/contrib/scrjrnl
# catalog-date 2012-09-24 22:53:58 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-scrjrnl
Version:	0.1
Release:	8
Summary:	Typeset diaries or journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/scrjrnl
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scrjrnl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scrjrnl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/scrjrnl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class, based on scrbook, designed for typesetting diaries,
journals or devotionals.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/scrjrnl/scrjrnl.cls
%doc %{_texmfdistdir}/doc/latex/scrjrnl/README
%doc %{_texmfdistdir}/doc/latex/scrjrnl/example.pdf
%doc %{_texmfdistdir}/doc/latex/scrjrnl/scrjrnl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/scrjrnl/scrjrnl.dtx
%doc %{_texmfdistdir}/source/latex/scrjrnl/scrjrnl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-8
+ Revision: 070362e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25728 |14mu|texlive-sdrt-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sdrt
# catalog-date 2009-07-05 17:22:22 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-sdrt
Version:	1.0
Release:	4
Summary:	Macros for Segmented Discourse Representation Theory
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sdrt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sdrt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sdrt.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros to produce the 'Box notation' of
SDRT (and DRT), to draw trees representing discourse relations,
and finally to have an easy access to various mathematical
symbols used in that theory, mostly with automatic mathematics
mode, so they work the same in formulae and in text.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sdrt/sdrt.sty
%doc %{_texmfdistdir}/doc/latex/sdrt/README
%doc %{_texmfdistdir}/doc/latex/sdrt/sdrt-doc.pdf
%doc %{_texmfdistdir}/doc/latex/sdrt/sdrt-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: e9e0b98
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25729 |14mu|texlive-secdot-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20208
# category Package
# catalog-ctan /macros/latex/contrib/secdot
# catalog-date 2010-10-17 10:06:32 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-secdot
Version:	1.0
Release:	4
Summary:	Section numbers with trailing dots
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/secdot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/secdot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/secdot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Makes the numbers of \section commands come out with a trailing
dot. Includes a command whereby the same can be made to happen
with other sectioning commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/secdot/secdot.sty
%doc %{_texmfdistdir}/doc/latex/secdot/secdot.ltx
%doc %{_texmfdistdir}/doc/latex/secdot/secdot.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: b8aaf9e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25730 |14mu|texlive-section-20101024-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20180
# category Package
# catalog-ctan /macros/latex/contrib/section
# catalog-date 2010-10-24 14:28:08 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-section
Version:	20101024
Release:	4
Summary:	Modifying section commands in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/section
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/section.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/section.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package implements a pretty extensive scheme to make more
manageable the business of configuring LaTeX output.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/section/section.sty
%doc %{_texmfdistdir}/doc/latex/section/section-doc.pdf
%doc %{_texmfdistdir}/doc/latex/section/section-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101024-4
+ Revision: 9cbb2fd
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25731 |14mu|texlive-sectionbox-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sectionbox
# catalog-date 2007-02-26 21:24:31 +0100
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-sectionbox
Version:	1.01
Release:	4
Summary:	Create fancy boxed ((sub)sub)sections
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sectionbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sectionbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sectionbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Sectionbox is a LaTeX package for putting fancy colored boxes
around sections, subsections, and subsubsections, especially
for use in posters, etc. It was designed with the sciposter
class in mind, and certainly works with that class and with
derived classes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sectionbox/sectionbox.sty
%doc %{_texmfdistdir}/doc/latex/sectionbox/README
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/000074Bpatspec.png
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/000074Bzones.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/000175Bpatspec.png
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/000175Bzones.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/002000AApatspec.png
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/002000AAzones.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/lambda2.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/lenna10connect.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/lenna10pct.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/lenna10smooth.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/orig.jpg
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/sectionboxexample.bib
%doc %{_texmfdistdir}/doc/latex/sectionbox/example/sectionboxexample.tex
%doc %{_texmfdistdir}/doc/latex/sectionbox/sectionboxmanual.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-4
+ Revision: 410d794
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25732 |14mu|texlive-sectsty-2.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sectsty
# catalog-date 2007-01-14 15:20:52 +0100
# catalog-license lppl
# catalog-version 2.0.2
Name:		texlive-sectsty
Version:	2.0.2
Release:	4
Summary:	Control sectional headers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sectsty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sectsty.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sectsty.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sectsty.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX2e package to help change the style of any or all of
LaTeX's sectional headers in the article, book, or report
classes. Examples include the addition of rules above or below
a section title.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sectsty/sectsty.sty
%doc %{_texmfdistdir}/doc/latex/sectsty/sectsty.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sectsty/sectsty.dtx
%doc %{_texmfdistdir}/source/latex/sectsty/sectsty.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.2-4
+ Revision: 74b9742
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25733 |14mu|texlive-seetexk-20120410-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan /dviware/dvibook
# catalog-date 2012-04-10 15:00:16 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-seetexk
Version:	20120410
Release:	8
Summary:	Utilities for manipulating DVI files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/dviware/dvibook
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seetexk.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-seetexk.bin

%description
The collection comprises: - dvibook, which will rearrange the
pages of a DVI file into 'signatures' as used when printing a
book; - dviconcat, for concatenating pages of DVI file(s); -
dviselect, which will select pages from one DVI file to create
a new DVI file; - dvitodvi, which will rearrange the pages of a
DVI file to create a new file; and - libtex, a library for
manipulating the files, from the old SeeTeX project. The
utilities are provided as C source with Imakefiles, and an MS-
DOS version of dvibook is also provided.


#-----------------------------------------------------------------------
%files
%{_mandir}/man1/dvibook.1*
%{_texmfdistdir}/doc/man/man1/dvibook.man1.pdf
%{_mandir}/man1/dviconcat.1*
%{_texmfdistdir}/doc/man/man1/dviconcat.man1.pdf
%{_mandir}/man1/dviselect.1*
%{_texmfdistdir}/doc/man/man1/dviselect.man1.pdf
%{_mandir}/man1/dvitodvi.1*
%{_texmfdistdir}/doc/man/man1/dvitodvi.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120410-8
+ Revision: 4e1fc99
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25734 |14mu|texlive-selectp-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20185
# category Package
# catalog-ctan /macros/latex/contrib/selectp
# catalog-date 2010-10-24 16:23:58 +0200
# catalog-license pd
# catalog-version 1.0
Name:		texlive-selectp
Version:	1.0
Release:	4
Summary:	Select pages to be output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/selectp
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/selectp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/selectp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a command \outputonly, whose argument is a list of
pages to be output. With the command present (before
\begin{document}), only those pages are output. This package
was inspired by code published by Knuth in TUGboat 8(2) (July
1987).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/selectp/selectp.sty
%doc %{_texmfdistdir}/doc/latex/selectp/selectp-doc.pdf
%doc %{_texmfdistdir}/doc/latex/selectp/selectp-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 0ed91cc
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25735 |14mu|texlive-selnolig-0.254-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31544
# category Package
# catalog-ctan /macros/luatex/latex/selnolig
# catalog-date 2013-08-08 08:16:08 +0200
# catalog-license lppl1.3
# catalog-version 0.254
Name:		texlive-selnolig
Version:	0.254
Release:	7
Summary:	Selectively disable typographic ligatures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/selnolig
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/selnolig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/selnolig.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package suppresses typographic ligatures selectively, i.e.,
based on predefined search patterns. The search patterns focus
on ligatures deemed inappropriate because they span morpheme
boundaries. For example, the word shelfful, which is mentioned
in the TeXbook as a word for which the ff ligature might be
inappropriate, is automatically typeset as shelf\/ful rather
than as shel{ff}ul. For English and German language documents,
the package provides extensive rules for the selective
suppression of so-called "common" ligatures. These comprise the
ff, fi, fl, ffi, and ffl ligatures as well as the ft and fft
ligatures. Other f-ligatures, such as fb, fh, fj and fk, are
suppressed globally, while exceptions are made for names and
words of non-English/German origin, such as Kafka and fjord.
For English language documents, the package further provides
ligature suppression macros for a number of so-called
"discretionary" or "rare" ligatures such as ct, st, and sp. The
package requires use of a recent LuaLaTeX format (for example
TeXLive2012 or 2013, or MiKTeX2.9).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/selnolig/selnolig-english-hyphex.sty
%{_texmfdistdir}/tex/lualatex/selnolig/selnolig-english-patterns.sty
%{_texmfdistdir}/tex/lualatex/selnolig/selnolig-german-hyphex.sty
%{_texmfdistdir}/tex/lualatex/selnolig/selnolig-german-patterns.sty
%{_texmfdistdir}/tex/lualatex/selnolig/selnolig.lua
%{_texmfdistdir}/tex/lualatex/selnolig/selnolig.sty
%doc %{_texmfdistdir}/doc/lualatex/selnolig/README
%doc %{_texmfdistdir}/doc/lualatex/selnolig/gpp-ft.fea
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig-bugreport.tex
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig-english-test.pdf
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig-english-test.tex
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig-english-wordlist.tex
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig-german-test.pdf
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig-german-test.tex
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig-german-wordlist.tex
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig.pdf
%doc %{_texmfdistdir}/doc/lualatex/selnolig/selnolig.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.254-7
+ Revision: 0bd468d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25736 |14mu|texlive-semantic-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/semantic
# catalog-date 2007-01-15 20:26:34 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-semantic
Version:	2.0
Release:	4
Summary:	Help for writing programming language semantics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/semantic
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semantic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semantic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semantic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Eases the typesetting of notation of semantics and compilers.
Includes T-diagrams, various derivation symbols and inference
trees.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/semantic/infernce.sty
%{_texmfdistdir}/tex/latex/semantic/ligature.sty
%{_texmfdistdir}/tex/latex/semantic/reserved.sty
%{_texmfdistdir}/tex/latex/semantic/semantic.sty
%{_texmfdistdir}/tex/latex/semantic/shrthand.sty
%{_texmfdistdir}/tex/latex/semantic/tdiagram.sty
%doc %{_texmfdistdir}/doc/latex/semantic/semantic.pdf
#- source
%doc %{_texmfdistdir}/source/latex/semantic/semantic.dtx
%doc %{_texmfdistdir}/source/latex/semantic/semantic.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 9eb1cb5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25737 |14mu|texlive-seminar-1.61-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32762
# category Package
# catalog-ctan /macros/latex/contrib/seminar
# catalog-date 2014-01-20 13:04:19 +0100
# catalog-license lppl1.2
# catalog-version 1.61
Name:		texlive-seminar
Version:	1.61
Release:	3
Summary:	Make overhead slides
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/seminar
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seminar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seminar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class that produces overhead slides (transparencies), with
many facilities. The class requires availability of the
fancybox package. Seminar is also the basis of other classes,
such as prosper. In fact, seminar is not nowadays reckoned a
good basis for a presentation -- users are advised to use more
recent classes such as powerdot or beamer, both of which are
tuned to 21st-century presentation styles. Note that the
seminar distribution relies on the xcomment package, which was
once part of the bundle, but now has a separate existence.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/seminar/npsfont.sty
%{_texmfdistdir}/tex/latex/seminar/sem-a4.sty
%{_texmfdistdir}/tex/latex/seminar/sem-dem.sty
%{_texmfdistdir}/tex/latex/seminar/sem-page.sty
%{_texmfdistdir}/tex/latex/seminar/semcolor.sty
%{_texmfdistdir}/tex/latex/seminar/semhelv.sty
%{_texmfdistdir}/tex/latex/seminar/seminar.bg2
%{_texmfdistdir}/tex/latex/seminar/seminar.bug
%{_texmfdistdir}/tex/latex/seminar/seminar.cls
%{_texmfdistdir}/tex/latex/seminar/seminar.sty
%{_texmfdistdir}/tex/latex/seminar/semlayer.sty
%{_texmfdistdir}/tex/latex/seminar/semlcmss.sty
%{_texmfdistdir}/tex/latex/seminar/semrot.sty
%{_texmfdistdir}/tex/latex/seminar/slidesec.sty
%{_texmfdistdir}/tex/latex/seminar/tvz-code.sty
%{_texmfdistdir}/tex/latex/seminar/tvz-hax.sty
%{_texmfdistdir}/tex/latex/seminar/tvz-user.sty
%doc %{_texmfdistdir}/doc/latex/seminar/Changes
%doc %{_texmfdistdir}/doc/latex/seminar/README
%doc %{_texmfdistdir}/doc/latex/seminar/run.sh
%doc %{_texmfdistdir}/doc/latex/seminar/sem-code.tex
%doc %{_texmfdistdir}/doc/latex/seminar/sem-make.tex
%doc %{_texmfdistdir}/doc/latex/seminar/seminar-doc.pdf
%doc %{_texmfdistdir}/doc/latex/seminar/seminar-doc.tex
%doc %{_texmfdistdir}/doc/latex/seminar/seminar.bg3
%doc %{_texmfdistdir}/doc/latex/seminar/seminar.con
%doc %{_texmfdistdir}/doc/latex/seminar/seminar.doc
%doc %{_texmfdistdir}/doc/latex/seminar/semlayer.doc
%doc %{_texmfdistdir}/doc/latex/seminar/semsamp1.pdf
%doc %{_texmfdistdir}/doc/latex/seminar/semsamp1.tex
%doc %{_texmfdistdir}/doc/latex/seminar/semsamp2.pdf
%doc %{_texmfdistdir}/doc/latex/seminar/semsamp2.tex
%doc %{_texmfdistdir}/doc/latex/seminar/semsamp3.pdf
%doc %{_texmfdistdir}/doc/latex/seminar/semsamp3.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.61-3
+ Revision: 83df11a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25738 |14mu|texlive-semioneside-v0.41-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/semioneside
# catalog-date 2007-02-26 21:24:31 +0100
# catalog-license lppl
# catalog-version v0.41
Name:		texlive-semioneside
Version:	v0.41
Release:	4
Summary:	Put only special contents on left-hand pages in two sided layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/semioneside
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semioneside.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semioneside.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/semioneside.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package supports the preparation of semi one sided
documents. That is, two sided documents, where all text is
output on right-hand pages--as in a one-sided documents--and
only special contents are output on left-hand pages on user
request, e.g., floating objects.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/semioneside/semioneside.sty
%doc %{_texmfdistdir}/doc/latex/semioneside/README
%doc %{_texmfdistdir}/doc/latex/semioneside/example.tex
%doc %{_texmfdistdir}/doc/latex/semioneside/figure.mp
%doc %{_texmfdistdir}/doc/latex/semioneside/semioneside.pdf
#- source
%doc %{_texmfdistdir}/source/latex/semioneside/semioneside.dtx
%doc %{_texmfdistdir}/source/latex/semioneside/semioneside.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.41-4
+ Revision: 5c74c78
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25739 |14mu|texlive-sepfootnotes-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28885
# category Package
# catalog-ctan /macros/latex/contrib/sepfootnotes
# catalog-date 2013-01-19 01:10:31 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-sepfootnotes
Version:	0.2
Release:	7
Summary:	Support footnotes and endnotes from separate files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sepfootnotes
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sepfootnotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sepfootnotes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports footnotes and endnotes from separate
files. This is achieved with commands \sepfootnotecontent and
\sepfootnote; the former defines the content of a note, while
the latter typesets that note.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sepfootnotes/sepfootnotes.sty
%doc %{_texmfdistdir}/doc/latex/sepfootnotes/README
%doc %{_texmfdistdir}/doc/latex/sepfootnotes/sepfootnotes.pdf
%doc %{_texmfdistdir}/doc/latex/sepfootnotes/sepfootnotes.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: 1a2f0c6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25740 |14mu|texlive-sepnum-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20186
# category Package
# catalog-ctan /macros/latex/contrib/sepnum
# catalog-date 2010-10-24 14:34:20 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-sepnum
Version:	2.0
Release:	4
Summary:	Print numbers in a "friendly" format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sepnum
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sepnum.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sepnum.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a command to print a number with (potentially
different) separators every three digits in the parts either
side of the decimal point (the point itself is also
configurable). The macro is fully expandable and not fragile
(unless one of the separators is). There is also a command
\sepnumform, that may be used when defining \the<counter>
macros.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sepnum/sepnum.sty
%doc %{_texmfdistdir}/doc/latex/sepnum/sepnum-doc.pdf
%doc %{_texmfdistdir}/doc/latex/sepnum/sepnum-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 97a1819
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25741 |14mu|texlive-seqsplit-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/seqsplit
# catalog-date 2007-07-23 22:41:48 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-seqsplit
Version:	0.1
Release:	4
Summary:	Split long sequences of characters in a neutral way
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/seqsplit
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seqsplit.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seqsplit.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seqsplit.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
When one needs to type long sequences of letters (such as in
base-sequences in genes) or of numbers (such as calculations of
transcendental numbers), there's no obvious break points to be
found. The package provides a command \seqsplit, which makes
its argument splittable anywhere, and then leaves the TeX
paragraph-maker to do the splitting. While the package may
obviously be used to typeset DNA sequences, the user may
consider the dnaseq as a rather more powerful alternative.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/seqsplit/seqsplit.sty
%doc %{_texmfdistdir}/doc/latex/seqsplit/README
%doc %{_texmfdistdir}/doc/latex/seqsplit/seqsplit.pdf
#- source
%doc %{_texmfdistdir}/source/latex/seqsplit/Makefile
%doc %{_texmfdistdir}/source/latex/seqsplit/seqsplit.dtx
%doc %{_texmfdistdir}/source/latex/seqsplit/seqsplit.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 80afac5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25742 |14mu|texlive-serbian-apostrophe-20110830-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23799
# category Package
# catalog-ctan /language/serbian/serbian-apostrophe
# catalog-date 2011-08-30 14:04:46 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-serbian-apostrophe
Version:	20110830
Release:	4
Summary:	Commands for Serbian words with apostrophes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/serbian/serbian-apostrophe
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-apostrophe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-apostrophe.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a collection of commands (whose names are
Serbian words) whose expansion is the Serbian word with
appropriate apostrophes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/serbian-apostrophe/serbian-apostrophe.sty
%doc %{_texmfdistdir}/doc/latex/serbian-apostrophe/README
%doc %{_texmfdistdir}/doc/latex/serbian-apostrophe/apostrophe-list.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-apostrophe/apostrophe-list.tex
%doc %{_texmfdistdir}/doc/latex/serbian-apostrophe/serbian-apostrophe.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-apostrophe/serbian-apostrophe.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110830-4
+ Revision: 36a4f00
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25743 |14mu|texlive-serbianc-2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22929
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/serbianc
# catalog-date 2011-06-09 20:30:15 +0200
# catalog-license lppl1.3
# catalog-version 2.2
Name:		texlive-serbianc
Version:	2.2
Release:	4
Summary:	Babel module to support Serbian Cyrillic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/serbianc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbianc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbianc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbianc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for Serbian documents written in
Cyrillic, in babel.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/serbianc/serbianc.ldf
%{_texmfdistdir}/tex/generic/serbianc/serbianc.sty
%doc %{_texmfdistdir}/doc/generic/serbianc/COPYING
%doc %{_texmfdistdir}/doc/generic/serbianc/ChangeLog
%doc %{_texmfdistdir}/doc/generic/serbianc/Copyright
%doc %{_texmfdistdir}/doc/generic/serbianc/INSTALL
%doc %{_texmfdistdir}/doc/generic/serbianc/README
%doc %{_texmfdistdir}/doc/generic/serbianc/README.Files
%doc %{_texmfdistdir}/doc/generic/serbianc/sample.pdf
%doc %{_texmfdistdir}/doc/generic/serbianc/sample.tex
%doc %{_texmfdistdir}/doc/latex/serbianc/README
#- source
%doc %{_texmfdistdir}/source/generic/serbianc/serbianc.dtx
%doc %{_texmfdistdir}/source/generic/serbianc/serbianc.ins
%doc %{_texmfdistdir}/source/generic/serbianc/serbianc.patch

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-4
+ Revision: 2cbc12d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25744 |14mu|texlive-serbian-date-lat-20110624-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23446
# category Package
# catalog-ctan /macros/latex/contrib/babel-contrib/serbian-date-lat
# catalog-date 2011-06-24 10:29:05 +0200
# catalog-license gpl2
# catalog-version undef
Name:		texlive-serbian-date-lat
Version:	20110624
Release:	4
Summary:	Updated date typesetting for Serbian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/babel-contrib/serbian-date-lat
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-date-lat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-date-lat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Babel defines dates for Serbian texts, in Latin script. The
style it uses does not match current practices. The present
package defines a \date command that solves the problem.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/serbian-date-lat/serbian-date-lat.sty
%doc %{_texmfdistdir}/doc/latex/serbian-date-lat/README
%doc %{_texmfdistdir}/doc/latex/serbian-date-lat/SerbianDateLat.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-date-lat/SerbianDateLat.tex
%doc %{_texmfdistdir}/doc/latex/serbian-date-lat/TestDateLat.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-date-lat/TestDateLat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110624-4
+ Revision: bd27b8f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25745 |14mu|texlive-serbian-def-cyr-20111104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23734
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-serbian-def-cyr
Version:	20111104
Release:	4
Summary:	TeXLive serbian-def-cyr package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-def-cyr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-def-cyr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive serbian-def-cyr package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/serbian-def-cyr/serbian-def-cyr.sty
%doc %{_texmfdistdir}/doc/latex/serbian-def-cyr/README
%doc %{_texmfdistdir}/doc/latex/serbian-def-cyr/proba.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-def-cyr/proba.tex
%doc %{_texmfdistdir}/doc/latex/serbian-def-cyr/usage.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-def-cyr/usage.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-4
+ Revision: 868c93f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25746 |14mu|texlive-serbian-lig-20110703-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23382
# category Package
# catalog-ctan /macros/latex/contrib/serbian-lig
# catalog-date 2011-07-03 09:55:42 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-serbian-lig
Version:	20110703
Release:	4
Summary:	Control ligatures in Serbian
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/serbian-lig
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-lig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-lig.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package suppresses fi and fl (and other ligatures) in
Serbian text written using Roman script.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/serbian-lig/serbian-lig.sty
%doc %{_texmfdistdir}/doc/latex/serbian-lig/README
%doc %{_texmfdistdir}/doc/latex/serbian-lig/lig-list.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-lig/lig-list.tex
%doc %{_texmfdistdir}/doc/latex/serbian-lig/serbian-lig.pdf
%doc %{_texmfdistdir}/doc/latex/serbian-lig/serbian-lig.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110703-4
+ Revision: 9feace9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25747 |14mu|texlive-setdeck-0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27997
# category Package
# catalog-ctan /graphics/pgf/contrib/setdeck
# catalog-date 2012-10-17 15:07:15 +0200
# catalog-license gpl3
# catalog-version 0.1
Name:		texlive-setdeck
Version:	0.1
Release:	8
Summary:	Typeset cards for Set
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/setdeck
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/setdeck.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/setdeck.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package will typeset cards for use in a game of Set.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/setdeck/setdeck.sty
%doc %{_texmfdistdir}/doc/latex/setdeck/README
%doc %{_texmfdistdir}/doc/latex/setdeck/setdeck.pdf
%doc %{_texmfdistdir}/doc/latex/setdeck/setdeck.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-8
+ Revision: 34c53cf
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25748 |14mu|texlive-setspace-6.7a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24881
# category Package
# catalog-ctan /macros/latex/contrib/setspace
# catalog-date 2011-12-19 12:40:22 +0100
# catalog-license lppl1.3
# catalog-version 6.7a
Name:		texlive-setspace
Version:	6.7a
Release:	4
Summary:	Set space between lines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/setspace
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/setspace.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/setspace.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides support for setting the spacing between lines in a
document. Package options include singlespacing,
onehalfspacing, and doublespacing. Alternatively the spacing
can be changed as required with the \singlespacing,
\onehalfspacing, and \doublespacing commands. Other size
spacings also available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/setspace/setspace.sty
%doc %{_texmfdistdir}/doc/latex/setspace/README
%doc %{_texmfdistdir}/doc/latex/setspace/setspace-test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 6.7a-4
+ Revision: 161fb2e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25749 |14mu|texlive-seuthesis-2.0.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18045
# category Package
# catalog-ctan /macros/latex/contrib/seuthesis
# catalog-date 2010-04-20 20:52:24 +0200
# catalog-license gpl3
# catalog-version 2.0.0
Name:		texlive-seuthesis
Version:	2.0.0
Release:	4
Summary:	LaTeX template for theses at Southeastern University
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/seuthesis
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seuthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seuthesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/seuthesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This template is for theses at Southeastern University,
Nanjing, China.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/seuthesis/seuthesis.bst
%{_texmfdistdir}/tex/latex/seuthesis/seuthesis-gbk.cfg
%{_texmfdistdir}/tex/latex/seuthesis/seuthesis-utf8.cfg
%{_texmfdistdir}/tex/latex/seuthesis/seuthesis.cls
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/A3cover.tex
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/A4cover.tex
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/a3cover.bat
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/a3cover.sh
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/a4cover.bat
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/a4cover.sh
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/bookspine_hor.tex
%doc %{_texmfdistdir}/doc/latex/seuthesis/a3cover/bookspine_ver.tex
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/back-cover.png
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/doctor.png
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/engineering.png
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/front-cover.jpg
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/master.png
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/seu-badge-logo.eps
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/seu-badge-logo.pdf
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/seu-color-logo.png
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/seu-text-logo.eps
%doc %{_texmfdistdir}/doc/latex/seuthesis/figures/seu-text-logo.png
%doc %{_texmfdistdir}/doc/latex/seuthesis/gind.ist
%doc %{_texmfdistdir}/doc/latex/seuthesis/sample-bachelor.pdf
%doc %{_texmfdistdir}/doc/latex/seuthesis/sample-doctor.pdf
%doc %{_texmfdistdir}/doc/latex/seuthesis/sample-engineering.pdf
%doc %{_texmfdistdir}/doc/latex/seuthesis/sample-master.pdf
%doc %{_texmfdistdir}/doc/latex/seuthesis/sample.tex
%doc %{_texmfdistdir}/doc/latex/seuthesis/seuthesis.bib
%doc %{_texmfdistdir}/doc/latex/seuthesis/seuthesis.pdf
%doc %{_texmfdistdir}/doc/latex/seuthesis/zharticle/scrsize9pt.clo
%doc %{_texmfdistdir}/doc/latex/seuthesis/zharticle/zharticle.bst
%doc %{_texmfdistdir}/doc/latex/seuthesis/zharticle/zharticle.cfg
%doc %{_texmfdistdir}/doc/latex/seuthesis/zharticle/zharticle.cls
#- source
%doc %{_texmfdistdir}/source/latex/seuthesis/Makefile
%doc %{_texmfdistdir}/source/latex/seuthesis/seuthesis.dtx
%doc %{_texmfdistdir}/source/latex/seuthesis/seuthesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.0-4
+ Revision: 60bac57
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25750 |14mu|texlive-sf298-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sf298
# catalog-date 2007-01-14 22:06:18 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-sf298
Version:	1.2
Release:	4
Summary:	Standard form 298
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sf298
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sf298.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sf298.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sf298.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for generating a completed standard form 298
(Rev. 8-98) as prescribed by ANSI Std. Z39.18 for report
documentation as part of a document delivered, for instance, on
a U.S. government contract.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sf298/sf298.sty
%doc %{_texmfdistdir}/doc/latex/sf298/sample298.pdf
%doc %{_texmfdistdir}/doc/latex/sf298/sample298.tex
%doc %{_texmfdistdir}/doc/latex/sf298/sf298.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sf298/Makefile
%doc %{_texmfdistdir}/source/latex/sf298/sf298.dtx
%doc %{_texmfdistdir}/source/latex/sf298/sf298.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 78906f2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25751 |14mu|texlive-sffms-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sffms
# catalog-date 2007-01-14 22:06:18 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-sffms
Version:	2.0
Release:	4
Summary:	Typesetting science fiction/fantasy manuscripts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sffms
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sffms.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sffms.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sffms.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is designed for typesetting science fiction and
fantasy manuscripts. Sffms now includes several options for
specific publishers as well as extensive documentation aimed at
new LaTeX users.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sffms/sffdumb.sty
%{_texmfdistdir}/tex/latex/sffms/sffms.cls
%{_texmfdistdir}/tex/latex/sffms/sffsmart.sty
%doc %{_texmfdistdir}/doc/latex/sffms/README
%doc %{_texmfdistdir}/doc/latex/sffms/blind.tex
%doc %{_texmfdistdir}/doc/latex/sffms/sffms_manual.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sffms/sffms.dtx
%doc %{_texmfdistdir}/source/latex/sffms/sffms.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 5fae53e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25752 |14mu|texlive-sfg-0.91-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20209
# category Package
# catalog-ctan /macros/latex/contrib/sfg
# catalog-date 2010-10-25 17:10:20 +0200
# catalog-license lppl
# catalog-version 0.91
Name:		texlive-sfg
Version:	0.91
Release:	4
Summary:	Draw signal flow graphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sfg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sfg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sfg.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines some commands to draw signal flow graphs as used by
electrical and electronics engineers and graph theorists.
Requires fp and pstricks packages (and a relatively fast
machine).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sfg/sfg.sty
%doc %{_texmfdistdir}/doc/latex/sfg/Changes
%doc %{_texmfdistdir}/doc/latex/sfg/README
%doc %{_texmfdistdir}/doc/latex/sfg/sfg-doc.pdf
%doc %{_texmfdistdir}/doc/latex/sfg/sfg-doc.tex
%doc %{_texmfdistdir}/doc/latex/sfg/sfg_test.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.91-4
+ Revision: 2f16bf9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25753 |14mu|texlive-sfmath-0.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sfmath/sfmath.sty
# catalog-date 2008-08-23 15:48:35 +0200
# catalog-license lppl
# catalog-version 0.8
Name:		texlive-sfmath
Version:	0.8
Release:	4
Summary:	Sans-serif mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sfmath/sfmath.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sfmath.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
sfmath is a simple package for sans serif maths in documents.
After including the package, all maths of the current document
is displayed with sans serif fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sfmath/sfmath.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8-4
+ Revision: 8ca0808
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25754 |14mu|texlive-sgame-2.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sgame
# catalog-date 2008-12-03 15:15:08 +0100
# catalog-license lppl
# catalog-version 2.14
Name:		texlive-sgame
Version:	2.14
Release:	4
Summary:	LaTeX style for typesetting strategic games
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sgame
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sgame.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sgame.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Formats strategic games. For a 2x2 game, for example, the
input: \begin{game}{2}{2} &$L$ &$M$\\ $T$ &$2,2$ &$2,0$\\ $B$
&$3,0$ &$0,9$ \end{game} produces output with (a) boxes around
the payoffs, (b) payoff columns of equal width, and (c) payoffs
vertically centered within the boxes. Note that the game
environment will not work in the argument of another command.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sgame/sgame.sty
%{_texmfdistdir}/tex/latex/sgame/sgamevar.sty
%doc %{_texmfdistdir}/doc/latex/sgame/README
%doc %{_texmfdistdir}/doc/latex/sgame/sgame.pdf
%doc %{_texmfdistdir}/doc/latex/sgame/sgame.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.14-4
+ Revision: 54c3111
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25755 |14mu|texlive-shadethm-20101104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20319
# category Package
# catalog-ctan /macros/latex/contrib/shadethm
# catalog-date 2010-11-04 00:16:31 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-shadethm
Version:	20101104
Release:	4
Summary:	Theorem environments that are shaded
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/shadethm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shadethm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shadethm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Extends the \newtheorem command. If you say
\newshadetheorem{theorem}{Theorem} in the preamble then your
regular \begin{theorem} .. \end{theorem} will produce a theorem
statement in a shaded box. It supports all the options of
\newtheorem, including forms \newshadetheorem{..}[..]{..} and
\newshadetheorem{..}{..}[..].


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/shadethm/colored.sth
%{_texmfdistdir}/tex/latex/shadethm/shadein.sth
%{_texmfdistdir}/tex/latex/shadethm/shadethm.sty
%doc %{_texmfdistdir}/doc/latex/shadethm/1st_read.me
%doc %{_texmfdistdir}/doc/latex/shadethm/shadetest.pdf
%doc %{_texmfdistdir}/doc/latex/shadethm/shadetest.tex
%doc %{_texmfdistdir}/doc/latex/shadethm/shadethm-doc.pdf
%doc %{_texmfdistdir}/doc/latex/shadethm/shadethm-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101104-4
+ Revision: 53114a5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25756 |14mu|texlive-shadow-20101101-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20312
# category Package
# catalog-ctan /macros/latex/contrib/shadow
# catalog-date 2010-11-01 13:35:24 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-shadow
Version:	20101101
Release:	4
Summary:	Shadow boxes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/shadow
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shadow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shadow.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a command \shabox (analgous to \fbox), and supporting
mechanisms.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/shadow/shadow.sty
%doc %{_texmfdistdir}/doc/latex/shadow/shadow-doc.pdf
%doc %{_texmfdistdir}/doc/latex/shadow/shadow-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101101-4
+ Revision: 731efc5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25757 |14mu|texlive-shadowtext-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26522
# category Package
# catalog-ctan /macros/latex/contrib/shadowtext
# catalog-date 2012-05-18 19:11:54 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-shadowtext
Version:	0.3
Release:	4
Summary:	shadowtext
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/shadowtext
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shadowtext.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shadowtext.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package introduces a command \shadowtext, which adds a drop
shadow to the text that is given as its argument. The colour
and positioning of the shadow are customisable.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/shadowtext/shadowtext.sty
%doc %{_texmfdistdir}/doc/latex/shadowtext/README
%doc %{_texmfdistdir}/doc/latex/shadowtext/shadowtext.pdf
%doc %{_texmfdistdir}/doc/latex/shadowtext/shadowtext.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: 52fa474
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25758 |14mu|texlive-shapepar-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/shapepar
# catalog-date 2009-10-10 00:35:28 +0200
# catalog-license other-free
# catalog-version 2.1
Name:		texlive-shapepar
Version:	2.1
Release:	4
Summary:	A macro to typeset paragraphs in specific shapes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/shapepar
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shapepar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shapepar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
\shapepar is a macro to typeset paragraphs in a specific shape.
The size is adjusted automatically so that the entire shape is
filled with text. There may not be displayed maths or
'\vadjust' material (no \vspace) in the argument of \shapepar.
The macros work for both LaTeX and plain TeX. For LaTeX,
specify \usepackage{shapepar}; for Plain, \input shapepar.sty.
\shapepar works in terms of user-defined shapes, though the
package does provide some predefined shapes: so you can form
any paragraph into the form of a heart by putting
\heartpar{sometext...} inside your document. The tedium of
creating these polygon definitions may be alleviated by using
the shapepatch extension to transfig which will convert xfig
output to \shapepar polygon form.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/shapepar/shapepar.sty
%doc %{_texmfdistdir}/doc/generic/shapepar/Canflagshape.def
%doc %{_texmfdistdir}/doc/generic/shapepar/README.shapepar
%doc %{_texmfdistdir}/doc/generic/shapepar/TeXshape.def
%doc %{_texmfdistdir}/doc/generic/shapepar/candleshape.def
%doc %{_texmfdistdir}/doc/generic/shapepar/dropshape.def
%doc %{_texmfdistdir}/doc/generic/shapepar/proshap.py
%doc %{_texmfdistdir}/doc/generic/shapepar/shapepar.ltx
%doc %{_texmfdistdir}/doc/generic/shapepar/shapepar.pdf
%doc %{_texmfdistdir}/doc/generic/shapepar/triangleshapes.def

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-4
+ Revision: 24b0dc8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25759 |14mu|texlive-shipunov-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24203
# category Package
# catalog-ctan /macros/latex/contrib/shipunov
# catalog-date 2010-10-26 16:14:45 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-shipunov
Version:	1.1
Release:	4
Summary:	A collection of LaTeX packages and classes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/shipunov
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shipunov.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shipunov.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle collects packages and classes, along with one
bibliography style and examples and scripts for converting TeX
files. Many of the files in the collection are designed to
support field biologists and/or Russian writers, while others
have wider application. The collection includes (among others):
- altverse, a simple verse typesetting package; - autolist,
which provides various list formatting facilities; - biokey,
which provides a mechanism for typesetting biological
identification lists; - biolist, which typesets species lists;
- boldline, which typesets heavier separating lines in tables;
- cassete, which lays out audio cassette inserts; - classif2,
which typesets classification lists; - drcaps, which provides
dropped capital macros; - etiketka, a class for typesetting
business-card-sized information (including business cards); -
flower, for typesetting lists of flower formulae; - isyntax; -
numerus; - punct; - sltables, which develops on the stables
package, for use in a LaTeX context; and - starfn.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/shipunov/rusnat.bst
%{_texmfdistdir}/scripts/shipunov/biokey2html.bat
%{_texmfdistdir}/scripts/shipunov/biokey2html.sh
%{_texmfdistdir}/scripts/shipunov/biokey2html1.pl
%{_texmfdistdir}/scripts/shipunov/biokey2html2.pl
%{_texmfdistdir}/scripts/shipunov/biokey2html3.pl
%{_texmfdistdir}/tex/latex/shipunov/altverse.sty
%{_texmfdistdir}/tex/latex/shipunov/autolist.sty
%{_texmfdistdir}/tex/latex/shipunov/biokey.sty
%{_texmfdistdir}/tex/latex/shipunov/biolist.sty
%{_texmfdistdir}/tex/latex/shipunov/boldline.sty
%{_texmfdistdir}/tex/latex/shipunov/cassete.cls
%{_texmfdistdir}/tex/latex/shipunov/classif2.sty
%{_texmfdistdir}/tex/latex/shipunov/drcaps.sty
%{_texmfdistdir}/tex/latex/shipunov/etiketka.cls
%{_texmfdistdir}/tex/latex/shipunov/flower.sty
%{_texmfdistdir}/tex/latex/shipunov/isyntax.sty
%{_texmfdistdir}/tex/latex/shipunov/numerus.sty
%{_texmfdistdir}/tex/latex/shipunov/punct.sty
%{_texmfdistdir}/tex/latex/shipunov/sltables.sty
%{_texmfdistdir}/tex/latex/shipunov/starfn.sty
%doc %{_texmfdistdir}/doc/latex/shipunov/NEWS
%doc %{_texmfdistdir}/doc/latex/shipunov/README
%doc %{_texmfdistdir}/doc/latex/shipunov/altverse-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/altverse-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/altverse-ex1-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/altverse-ex1-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/altverse-ex2-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/altverse-ex2-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/autolist-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/autolist-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/autolist-ex-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/autolist-ex-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/biokey-doc-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/biokey-doc-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/biokey2html-doc-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/biokey2html-doc-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/biokey2html-ex-en.html
%doc %{_texmfdistdir}/doc/latex/shipunov/biokey2html-ex-en1.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/biokey2html-ex-en2.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/biolist-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/biolist-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/boldline-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/boldline-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/cassete-ex-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/cassete-ex-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/classif2-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/classif2-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/drcaps-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/drcaps-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/etiketka-ex-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/etiketka-ex-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/etiketka-ex1-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/etiketka-ex1-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/etiketka-ex2-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/etiketka-ex2-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/field-form-ex1-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/field-form-ex1-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/field-form-ex2-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/field-form-ex2-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/flower-ex-en-x.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/flower-ex-en-x.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/flower-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/flower-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/isyntax-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/numerus-ex-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/numerus-ex-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/punct-ex-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/punct-ex-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/rusnat-doc-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/rusnat-doc-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/rusnat-ex-ru.bib
%doc %{_texmfdistdir}/doc/latex/shipunov/rusnat-ex1-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/rusnat-ex1-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/rusnat-ex2-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/rusnat-ex2-ru.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/sltables-doc-en.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/sltables-doc-en.tex
%doc %{_texmfdistdir}/doc/latex/shipunov/starfn-ex-ru.pdf
%doc %{_texmfdistdir}/doc/latex/shipunov/starfn-ex-ru.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex scripts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 9580b98
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25760 |14mu|texlive-shorttoc-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/shorttoc
# catalog-date 2006-11-06 12:20:58 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-shorttoc
Version:	1.3
Release:	4
Summary:	Table of contents with different depths
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/shorttoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shorttoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shorttoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/shorttoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package to create another table of contents with a different
depth, useful in large documents where a detailed table of
contents should be accompanied by a shorter one, giving only a
general overview of the main topics in the document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/shorttoc/shorttoc.sty
%doc %{_texmfdistdir}/doc/latex/shorttoc/00readme
%doc %{_texmfdistdir}/doc/latex/shorttoc/shorttoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/shorttoc/shorttoc.dtx
%doc %{_texmfdistdir}/source/latex/shorttoc/shorttoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: f56c820
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25761 |14mu|texlive-show2e-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/show2e
# catalog-date 2008-08-23 15:48:35 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-show2e
Version:	1.0
Release:	4
Summary:	Variants of \show for LaTeX2e
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/show2e
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/show2e.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/show2e.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/show2e.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This small package aims at making debugging (especially in an
interactive way) easier, by providing \show variants suited to
LaTeX2e commands (whether with optional arguments or robust)
and environments. The variant commands also display the
internal macros used by such commands, if any. The \showcs
variant helps with macros with exotic names.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/show2e/show2e.sty
%doc %{_texmfdistdir}/doc/latex/show2e/README
%doc %{_texmfdistdir}/doc/latex/show2e/show2e-fr.pdf
%doc %{_texmfdistdir}/doc/latex/show2e/show2e.pdf
#- source
%doc %{_texmfdistdir}/source/latex/show2e/show2e.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 743d6f3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25762 |14mu|texlive-showcharinbox-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27052
# category Package
# catalog-ctan /macros/latex/contrib/showcharinbox
# catalog-date 2012-07-14 16:43:20 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-showcharinbox
Version:	0.1
Release:	3
Summary:	Show characters inside a box
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/showcharinbox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showcharinbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showcharinbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showcharinbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package typesets a character inside a box, showing where
reference point is, and displaying width, height, and depth
information of the character. The output is like that on page
63 of "The TeXBook" or page 101 of "The METAFONTbook". The
package itself is motivated by Knuth's macros in the file
manmac.tex. Users should note that using a small size for the
character inside the box does not make any sense: use a large
size.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/showcharinbox/showcharinbox.sty
%doc %{_texmfdistdir}/doc/latex/showcharinbox/README
%doc %{_texmfdistdir}/doc/latex/showcharinbox/showcharinbox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/showcharinbox/showcharinbox.dtx
%doc %{_texmfdistdir}/source/latex/showcharinbox/showcharinbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: 37639ad
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25763 |14mu|texlive-showdim-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28918
# category Package
# catalog-ctan /macros/latex/contrib/showdim/showdim.sty
# catalog-date 2012-12-19 17:06:30 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-showdim
Version:	1.2
Release:	7
Summary:	Variants on printing dimensions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/showdim/showdim.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showdim.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showdim.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for LaTeX providing a number of commands for printing
the value of a TeX dimension. For example,
\tenthpt{\baselineskip} yields the current value of
\baselineskip rounded to the nearest tenth of a point.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/showdim/showdim.sty
%doc %{_texmfdistdir}/doc/latex/showdim/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-7
+ Revision: ab8976f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25764 |14mu|texlive-showexpl-v0.3i-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23669
# category Package
# catalog-ctan /macros/latex/contrib/showexpl
# catalog-date 2011-08-23 07:18:10 +0200
# catalog-license lppl
# catalog-version v0.3i
Name:		texlive-showexpl
Version:	v0.3i
Release:	4
Summary:	Typesetting LaTeX source code
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/showexpl
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showexpl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showexpl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showexpl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a way to typeset LaTeX source code and
the related result in the same document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/showexpl/showexpl.sty
%doc %{_texmfdistdir}/doc/latex/showexpl/README
%doc %{_texmfdistdir}/doc/latex/showexpl/result-picture.pdf
%doc %{_texmfdistdir}/doc/latex/showexpl/showexpl-test.pdf
%doc %{_texmfdistdir}/doc/latex/showexpl/showexpl-test.tex
%doc %{_texmfdistdir}/doc/latex/showexpl/showexpl.cfg
%doc %{_texmfdistdir}/doc/latex/showexpl/showexpl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/showexpl/showexpl.dtx
%doc %{_texmfdistdir}/source/latex/showexpl/showexpl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.3i-4
+ Revision: 35d4aa8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25765 |14mu|texlive-showhyphens-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23937
# category Package
# catalog-ctan /macros/luatex/latex/showhyphens
# catalog-date 2011-09-15 16:18:00 +0200
# catalog-license other-free
# catalog-version 0.1
Name:		texlive-showhyphens
Version:	0.1
Release:	4
Summary:	Show all possible hyphenations in LuaLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/showhyphens
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showhyphens.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showhyphens.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
With this package, LuaLaTeX will indicate all possible
hyphenations in the printed output.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/showhyphens/showhyphens.sty
%doc %{_texmfdistdir}/doc/lualatex/showhyphens/README
%doc %{_texmfdistdir}/doc/lualatex/showhyphens/showhyphens-doc.pdf
%doc %{_texmfdistdir}/doc/lualatex/showhyphens/showhyphens-doc.tex
%doc %{_texmfdistdir}/doc/lualatex/showhyphens/showhyphens-sample.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 17b3a03
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25766 |14mu|texlive-showlabels-1.6.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/showlabels
# catalog-date 2009-05-28 00:22:07 +0200
# catalog-license gpl
# catalog-version 1.6.5
Name:		texlive-showlabels
Version:	1.6.5
Release:	4
Summary:	Show label commands in the margin
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/showlabels
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showlabels.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showlabels.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/showlabels.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package helps you keep track of all the labels you define,
by putting the name of new labels into the margin whenever the
\label command is used. The package allows you to do the same
thing for other commands. The only one for which this is
obviously useful is the \cite command, but it's easy to do it
for others, such as the \ref or \begin commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/showlabels/showlabels.sty
%doc %{_texmfdistdir}/doc/latex/showlabels/LICENCE
%doc %{_texmfdistdir}/doc/latex/showlabels/README
%doc %{_texmfdistdir}/doc/latex/showlabels/VERSION
%doc %{_texmfdistdir}/doc/latex/showlabels/showlabels.html
%doc %{_texmfdistdir}/doc/latex/showlabels/showlabels.pdf
#- source
%doc %{_texmfdistdir}/source/latex/showlabels/showlabels.dtx
%doc %{_texmfdistdir}/source/latex/showlabels/showlabels.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6.5-4
+ Revision: ba5db94
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25767 |14mu|texlive-sidecap-1.6f-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sidecap
# catalog-date 2007-01-14 23:54:50 +0100
# catalog-license lppl
# catalog-version 1.6f
Name:		texlive-sidecap
Version:	1.6f
Release:	4
Summary:	Typeset captions sideways
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sidecap
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sidecap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sidecap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sidecap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines environments called SCfigure and SCtable (analogous to
figure and table) to typeset captions sideways. Options include
outercaption, innercaption, leftcaption and rightcaption.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sidecap/sidecap.sty
%doc %{_texmfdistdir}/doc/latex/sidecap/README
%doc %{_texmfdistdir}/doc/latex/sidecap/sc-test-common.tex
%doc %{_texmfdistdir}/doc/latex/sidecap/sc-test1.tex
%doc %{_texmfdistdir}/doc/latex/sidecap/sc-test2.tex
%doc %{_texmfdistdir}/doc/latex/sidecap/sc-test3.tex
%doc %{_texmfdistdir}/doc/latex/sidecap/sc-test4.tex
%doc %{_texmfdistdir}/doc/latex/sidecap/sc-test5.tex
%doc %{_texmfdistdir}/doc/latex/sidecap/sc-test6.tex
%doc %{_texmfdistdir}/doc/latex/sidecap/sidecap.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sidecap/Makefile
%doc %{_texmfdistdir}/source/latex/sidecap/sidecap.dtx
%doc %{_texmfdistdir}/source/latex/sidecap/sidecap.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6f-4
+ Revision: 49cb594
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25768 |14mu|texlive-sidenotes-20120808-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26610
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-sidenotes
Version:	20120808
Release:	3
Summary:	TeXLive sidenotes package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sidenotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sidenotes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sidenotes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive sidenotes package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sidenotes/sidenotes.sty
%doc %{_texmfdistdir}/doc/latex/sidenotes/README
%doc %{_texmfdistdir}/doc/latex/sidenotes/sidenotes.pdf
%doc %{_texmfdistdir}/doc/latex/sidenotes/sn.bib
%doc %{_texmfdistdir}/doc/latex/sidenotes/sn_usage_biblatex.pdf
%doc %{_texmfdistdir}/doc/latex/sidenotes/sn_usage_biblatex.tex
%doc %{_texmfdistdir}/doc/latex/sidenotes/sn_usage_bibtex.pdf
%doc %{_texmfdistdir}/doc/latex/sidenotes/sn_usage_bibtex.tex
#- source
%doc %{_texmfdistdir}/source/latex/sidenotes/sidenotes.dtx
%doc %{_texmfdistdir}/source/latex/sidenotes/sidenotes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120808-3
+ Revision: d00f888
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25769 |14mu|texlive-sides-20070226-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sides
# catalog-date 2007-02-26 21:24:31 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-sides
Version:	20070226
Release:	4
Summary:	A LaTeX class for typesetting stage plays
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sides
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sides.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sides.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a LaTeX class for typesetting stage plays, based on the
plari class written by Antti-Juhani Kaijanaho in 1998. It has
been updated and several formatting changes have been made to
it--most noticibly there are no longer orphans.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sides/sides.cls
%doc %{_texmfdistdir}/doc/latex/sides/README
%doc %{_texmfdistdir}/doc/latex/sides/sides-sample.pdf
%doc %{_texmfdistdir}/doc/latex/sides/sides-sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070226-4
+ Revision: 11bbdc1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25770 |14mu|texlive-silence-1.5b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27028
# category Package
# catalog-ctan /macros/latex/contrib/silence
# catalog-date 2012-07-04 10:43:54 +0200
# catalog-license lppl
# catalog-version 1.5b
Name:		texlive-silence
Version:	1.5b
Release:	3
Summary:	Selective filtering of error messages and warnings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/silence
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/silence.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/silence.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/silence.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to filter out unwanted warnings and
error messages issued by LaTeX, packages and classes, so they
won't pop out when there's nothing one can do about them.
Filtering goes from the very broad ("avoid all messages by such
and such") to the fine-grained ("avoid messages that begin
with..."). Messages may be saved to an external file for later
reference.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/silence/silence.sty
%doc %{_texmfdistdir}/doc/latex/silence/README
%doc %{_texmfdistdir}/doc/latex/silence/silence-doc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/silence/silence-doc.dtx
%doc %{_texmfdistdir}/source/latex/silence/silence.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5b-3
+ Revision: cd93cfd
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25771 |14mu|texlive-simplecd-1.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29260
# category Package
# catalog-ctan /macros/latex/contrib/simplecd
# catalog-date 2013-02-28 20:37:57 +0100
# catalog-license lppl1.2
# catalog-version 1.4
Name:		texlive-simplecd
Version:	1.4
Release:	7
Summary:	Simple CD, DVD covers for printing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/simplecd
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides printable cut-outs for various CD, DVD and
other disc holders. The name of the package comes from its
implementation and ease of use; it was designed just for text
content, but since the text is placed in a \parbox in a tabular
environment cell, a rather wide range of things may be placed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/simplecd/simplecd.sty
%doc %{_texmfdistdir}/doc/latex/simplecd/README
%doc %{_texmfdistdir}/doc/latex/simplecd/examples.pdf
%doc %{_texmfdistdir}/doc/latex/simplecd/examples.tex
%doc %{_texmfdistdir}/doc/latex/simplecd/simplecd.pdf
#- source
%doc %{_texmfdistdir}/source/latex/simplecd/simplecd.dtx
%doc %{_texmfdistdir}/source/latex/simplecd/simplecd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-7
+ Revision: 980ccbb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25772 |14mu|texlive-simplecv-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/simplecv
# catalog-date 2008-08-23 15:48:35 +0200
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-simplecv
Version:	1.6
Release:	4
Summary:	A simple class for writing curricula vitae
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/simplecv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A derivative of the cv class available to lyx users (renamed to
avoid the existing cv package).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/simplecv/simplecv.cls
%doc %{_texmfdistdir}/doc/latex/simplecv/README
%doc %{_texmfdistdir}/doc/latex/simplecv/testcv.pdf
%doc %{_texmfdistdir}/doc/latex/simplecv/testcv.tex
#- source
%doc %{_texmfdistdir}/source/latex/simplecv/simplecv.dtx
%doc %{_texmfdistdir}/source/latex/simplecv/simplecv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: 6cf5a46
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25773 |14mu|texlive-simplewick-1.2a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/simplewick
# catalog-date 2008-08-23 15:48:35 +0200
# catalog-license gpl
# catalog-version 1.2a
Name:		texlive-simplewick
Version:	1.2a
Release:	4
Summary:	Simple Wick contractions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/simplewick
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplewick.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplewick.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simplewick.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a simple means of drawing Wick
contractions above and below expressions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/simplewick/simplewick.sty
%doc %{_texmfdistdir}/doc/latex/simplewick/README
%doc %{_texmfdistdir}/doc/latex/simplewick/simplewick.pdf
#- source
%doc %{_texmfdistdir}/source/latex/simplewick/simplewick.dtx
%doc %{_texmfdistdir}/source/latex/simplewick/simplewick.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2a-4
+ Revision: 4d35c22
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25774 |14mu|texlive-simurgh-0.01b-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31719
# category Package
# catalog-ctan /macros/luatex/latex/simurgh
# catalog-date 2013-09-21 10:47:25 +0200
# catalog-license gpl2
# catalog-version 0.01b
Name:		texlive-simurgh
Version:	0.01b
Release:	7
Summary:	Typeset Parsi in LuaLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/latex/simurgh
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simurgh.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/simurgh.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an automatic and unified interface for
Parsi typesetting in LaTeX, using the LuaTeX engine. The
project to produce this system is dedicated to Ferdowsi The
Great.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-abjad.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-adadi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-algorithm.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-algorithmic.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amsart.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amsbook.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amsmath.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amstext.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-amsthm.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-array.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-article.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-artikel1.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-artikel2.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-artikel3.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-arydshln.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-backref.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-bidi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-boek.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-boek3.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-book.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-bookest.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-caption3.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-char-def.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-char-ini.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-chkeng.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-clss.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-counters.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-cptns.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-doc.cls
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-empheq.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-extarticle.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-extbook.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-extletter.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-extreport.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-fleqn.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-fonts.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-footnotes.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-ftnxtra.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-glossaries.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-harfi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-jalalical.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-leqno.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-letter.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-lettrine.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-loader.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-ltx.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-mathdigitspec.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-memoir.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-minitoc.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-natbib.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-pkgs.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-poem.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-rapport1.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-rapport3.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-refrep.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-report.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-scrartcl.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-scrbook.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-scrlettr.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-scrreprt.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-shellescape.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-tags.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-tartibi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-tools.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi-core.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi-ini.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi-math.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi.lua
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh-unibidi.sty
%{_texmfdistdir}/tex/lualatex/simurgh/simurgh.sty
%doc %{_texmfdistdir}/doc/lualatex/simurgh/ChangeLog
%doc %{_texmfdistdir}/doc/lualatex/simurgh/README.doc
%doc %{_texmfdistdir}/doc/lualatex/simurgh/simurgh-doc.pdf
%doc %{_texmfdistdir}/doc/lualatex/simurgh/simurgh-doc.tex
%doc %{_texmfdistdir}/doc/lualatex/simurgh/simurgh-logo.pdf
%doc %{_texmfdistdir}/doc/lualatex/simurgh/simurgh-logo.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.01b-7
+ Revision: eb01431
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25775 |14mu|texlive-SIstyle-2.3a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/SIstyle
# catalog-date 2008-07-16 16:54:56 +0200
# catalog-license lppl
# catalog-version 2.3a
Name:		texlive-SIstyle
Version:	2.3a
Release:	4
Summary:	Package to typeset SI units, numbers and angles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/SIstyle
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/SIstyle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/SIstyle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/SIstyle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package typesets SI units, numbers and angles according to
the ISO requirements. Care is taken with font setup and
requirements, and language customisation is available. Note
that this package is (in principle) superseded by siunitx;
sistyle has maintenance-only support, now.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/SIstyle/sistyle.sty
%doc %{_texmfdistdir}/doc/latex/SIstyle/README
%doc %{_texmfdistdir}/doc/latex/SIstyle/SIstyle-2.3a.pdf
%doc %{_texmfdistdir}/doc/latex/SIstyle/fig1.eps
%doc %{_texmfdistdir}/doc/latex/SIstyle/fig1.mps
%doc %{_texmfdistdir}/doc/latex/SIstyle/fig2.eps
%doc %{_texmfdistdir}/doc/latex/SIstyle/fig2.mps
%doc %{_texmfdistdir}/doc/latex/SIstyle/graphs_scr.zip
#- source
%doc %{_texmfdistdir}/source/latex/SIstyle/sistyle.dtx
%doc %{_texmfdistdir}/source/latex/SIstyle/sistyle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3a-4
+ Revision: 33faf4c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25776 |14mu|texlive-sitem-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22136
# category Package
# catalog-ctan /macros/latex/contrib/sitem
# catalog-date 2011-04-19 10:29:51 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-sitem
Version:	1.0
Release:	4
Summary:	Save the optional argument of \item
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sitem
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sitem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sitem.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sitem.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package modifies \item commands to save the optional
argument in a box.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sitem/sitem.sty
%doc %{_texmfdistdir}/doc/latex/sitem/sitem.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sitem/sitem.dtx
%doc %{_texmfdistdir}/source/latex/sitem/sitem.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: d456dba
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25777 |14mu|texlive-SIunits-1.36-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/SIunits
# catalog-date 2008-06-16 17:21:40 +0200
# catalog-license lppl1.3
# catalog-version 1.36
Name:		texlive-SIunits
Version:	1.36
Release:	4
Summary:	International System of Units
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/SIunits
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/SIunits.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/SIunits.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/SIunits.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typeset physical units following the rules of the International
System of Units (SI). The package requires amstext, for proper
representation of some values. Note that the package is now
superseded by siunitx; siunits has maintenance-only support,
now.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/SIunits/SIunits.cfg
%{_texmfdistdir}/tex/latex/SIunits/SIunits.sty
%{_texmfdistdir}/tex/latex/SIunits/binary.sty
%doc %{_texmfdistdir}/doc/latex/SIunits/README
%doc %{_texmfdistdir}/doc/latex/SIunits/SIunits.pdf
#- source
%doc %{_texmfdistdir}/source/latex/SIunits/SIunits.drv
%doc %{_texmfdistdir}/source/latex/SIunits/SIunits.dtx
%doc %{_texmfdistdir}/source/latex/SIunits/SIunits.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.36-4
+ Revision: 2275702
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25778 |14mu|texlive-siunitx-2.5g-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27181
# category Package
# catalog-ctan /macros/latex/contrib/siunitx
# catalog-date 2012-07-22 18:49:09 +0200
# catalog-license lppl1.3
# catalog-version 2.5g
Name:		texlive-siunitx
Version:	2.5g
Release:	3
Summary:	A comprehensive (SI) units package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/siunitx
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/siunitx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/siunitx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/siunitx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typesetting values with units requires care to ensure that the
combined mathematical meaning of the value plus unit
combination is clear. In particular, the SI units system lays
down a consistent set of units with rules on how they are to be
used. However, different countries and publishers have
differing conventions on the exact appearance of numbers (and
units). A number of LaTeX packages have been developed to
provide consistent application of the various rules: SIunits,
sistyle, unitsdef and units are the leading examples. The
numprint package provides a large number of number-related
functions, while dcolumn and rccol provide tools for
typesetting tabular numbers. The siunitx package takes the best
from the existing packages, and adds new features and a
consistent interface. A number of new ideas have been
incorporated, to fill gaps in the existing provision. The
package also provides backward-compatibility with SIunits,
sistyle, unitsdef and units. The aim is to have one package to
handle all of the possible unit-related needs of LaTeX users.
The package relies on LaTeX 3 support from the l3kernel and
l3packages bundles.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/siunitx/config/siunitx-abbreviations.cfg
%{_texmfdistdir}/tex/latex/siunitx/config/siunitx-binary.cfg
%{_texmfdistdir}/tex/latex/siunitx/config/siunitx-version-1.cfg
%{_texmfdistdir}/tex/latex/siunitx/siunitx.sty
%doc %{_texmfdistdir}/doc/latex/siunitx/README
%doc %{_texmfdistdir}/doc/latex/siunitx/siunitx.pdf
#- source
%doc %{_texmfdistdir}/source/latex/siunitx/siunitx.dtx
%doc %{_texmfdistdir}/source/latex/siunitx/siunitx.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5g-3
+ Revision: 6fe3251
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25779 |14mu|texlive-skak-1.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32758
# category Package
# catalog-ctan /fonts/chess/skak
# catalog-date 2014-01-22 19:51:35 +0100
# catalog-license lppl
# catalog-version 1.5.2
Name:		texlive-skak
Version:	1.5.2
Release:	3
Summary:	Fonts and macros for typesetting chess games
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/chess/skak
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skak.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skak.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides macros and fonts in Metafont format which
can be used to typeset chess games using PGN, and to show
diagrams of the current board in a document. The package builds
on work by Piet Tutelaers -- the main novelty is the use of PGN
for input instead of the more cumbersome coordinate notation
(g1f3 becomes the more readable Nf3 in PGN). An Adobe Type 1
implementation of skak's fonts is available as package skaknew;
an alternative chess notational scheme is available in package
texmate, and a general mechanism for selecting chess fonts is
provided in chessfss.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/skak/skak10.mf
%{_texmfdistdir}/fonts/source/public/skak/skak15.mf
%{_texmfdistdir}/fonts/source/public/skak/skak20.mf
%{_texmfdistdir}/fonts/source/public/skak/skak30.mf
%{_texmfdistdir}/fonts/source/public/skak/skakbase.mf
%{_texmfdistdir}/fonts/source/public/skak/skakbrikker.mf
%{_texmfdistdir}/fonts/source/public/skak/skakf10.mf
%{_texmfdistdir}/fonts/source/public/skak/skakf10b.mf
%{_texmfdistdir}/fonts/source/public/skak/skakinf.mf
%{_texmfdistdir}/fonts/tfm/public/skak/skak10.tfm
%{_texmfdistdir}/fonts/tfm/public/skak/skak15.tfm
%{_texmfdistdir}/fonts/tfm/public/skak/skak20.tfm
%{_texmfdistdir}/fonts/tfm/public/skak/skak30.tfm
%{_texmfdistdir}/fonts/tfm/public/skak/skakf10.tfm
%{_texmfdistdir}/fonts/tfm/public/skak/skakf10b.tfm
%{_texmfdistdir}/tex/latex/skak/chess-workshop-symbols.sty
%{_texmfdistdir}/tex/latex/skak/skak.fd
%{_texmfdistdir}/tex/latex/skak/skak.sty
%{_texmfdistdir}/tex/latex/skak/uskak.fd
%doc %{_texmfdistdir}/doc/latex/skak/ChangeLog.md
%doc %{_texmfdistdir}/doc/latex/skak/LICENSE
%doc %{_texmfdistdir}/doc/latex/skak/README.md
%doc %{_texmfdistdir}/doc/latex/skak/THANKS
%doc %{_texmfdistdir}/doc/latex/skak/WC-2004-S-00007.tex
%doc %{_texmfdistdir}/doc/latex/skak/_region_.tex
%doc %{_texmfdistdir}/doc/latex/skak/andreas_wilm_1.tex
%doc %{_texmfdistdir}/doc/latex/skak/angletst.tex
%doc %{_texmfdistdir}/doc/latex/skak/debug_storegame.tex
%doc %{_texmfdistdir}/doc/latex/skak/demo-symbols.tex
%doc %{_texmfdistdir}/doc/latex/skak/fen_with_black.tex
%doc %{_texmfdistdir}/doc/latex/skak/font.tex
%doc %{_texmfdistdir}/doc/latex/skak/font2.tex
%doc %{_texmfdistdir}/doc/latex/skak/hightest.tex
%doc %{_texmfdistdir}/doc/latex/skak/informator.ps
%doc %{_texmfdistdir}/doc/latex/skak/informator.tex
%doc %{_texmfdistdir}/doc/latex/skak/ingo-bug1.tex
%doc %{_texmfdistdir}/doc/latex/skak/longmove_king_bug.tex
%doc %{_texmfdistdir}/doc/latex/skak/longmoves.tex
%doc %{_texmfdistdir}/doc/latex/skak/makefile
%doc %{_texmfdistdir}/doc/latex/skak/promotion_problem_Ulrike.tex
%doc %{_texmfdistdir}/doc/latex/skak/refman.ps
%doc %{_texmfdistdir}/doc/latex/skak/refman.tex
%doc %{_texmfdistdir}/doc/latex/skak/show.tex
%doc %{_texmfdistdir}/doc/latex/skak/skakdoc.ps
%doc %{_texmfdistdir}/doc/latex/skak/skakdoc.tex
%doc %{_texmfdistdir}/doc/latex/skak/special.map
%doc %{_texmfdistdir}/doc/latex/skak/syntax.tex
%doc %{_texmfdistdir}/doc/latex/skak/test1.tex
%doc %{_texmfdistdir}/doc/latex/skak/test2.tex
%doc %{_texmfdistdir}/doc/latex/skak/test_capture.tex
%doc %{_texmfdistdir}/doc/latex/skak/tuggame.ps
%doc %{_texmfdistdir}/doc/latex/skak/tuggame.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-3
+ Revision: 9d27761
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25780 |14mu|texlive-skaknew-20090221-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20031
# category Package
# catalog-ctan /fonts/chess/skaknew
# catalog-date 2009-02-21 22:13:29 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-skaknew
Version:	20090221
Release:	4
Summary:	The skak chess fonts redone in Adobe Type 1
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/chess/skaknew
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skaknew.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skaknew.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package offers Adobe Type 1 versions of the fonts provided
as MetaFont source by the skak bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/skaknew/AlphaDia.afm
%{_texmfdistdir}/fonts/afm/public/skaknew/SkakNew-Diagram.afm
%{_texmfdistdir}/fonts/afm/public/skaknew/SkakNew-DiagramT.afm
%{_texmfdistdir}/fonts/afm/public/skaknew/SkakNew-Figurine.afm
%{_texmfdistdir}/fonts/afm/public/skaknew/SkakNew-FigurineBold.afm
%{_texmfdistdir}/fonts/map/dvips/skaknew/SkakNew.map
%{_texmfdistdir}/fonts/opentype/public/skaknew/AlphaDia.otf
%{_texmfdistdir}/fonts/opentype/public/skaknew/SkakNew-Diagram.otf
%{_texmfdistdir}/fonts/opentype/public/skaknew/SkakNew-DiagramT.otf
%{_texmfdistdir}/fonts/opentype/public/skaknew/SkakNew-Figurine.otf
%{_texmfdistdir}/fonts/opentype/public/skaknew/SkakNew-FigurineBold.otf
%{_texmfdistdir}/fonts/tfm/public/skaknew/AlphaDia.tfm
%{_texmfdistdir}/fonts/tfm/public/skaknew/SkakNew-Diagram.tfm
%{_texmfdistdir}/fonts/tfm/public/skaknew/SkakNew-DiagramT.tfm
%{_texmfdistdir}/fonts/tfm/public/skaknew/SkakNew-Figurine.tfm
%{_texmfdistdir}/fonts/tfm/public/skaknew/SkakNew-FigurineBold.tfm
%{_texmfdistdir}/fonts/type1/public/skaknew/AlphaDia.inf
%{_texmfdistdir}/fonts/type1/public/skaknew/AlphaDia.pfb
%{_texmfdistdir}/fonts/type1/public/skaknew/AlphaDia.pfm
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Diagram.inf
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Diagram.pfb
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Diagram.pfm
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-DiagramT.inf
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-DiagramT.pfb
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-DiagramT.pfm
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Figurine.inf
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Figurine.pfb
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-Figurine.pfm
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-FigurineBold.inf
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-FigurineBold.pfb
%{_texmfdistdir}/fonts/type1/public/skaknew/SkakNew-FigurineBold.pfm
%doc %{_texmfdistdir}/doc/fonts/skaknew/README
%doc %{_texmfdistdir}/doc/fonts/skaknew/SkakNew.pdf
%doc %{_texmfdistdir}/doc/fonts/skaknew/SkakNew.tex
%doc %{_texmfdistdir}/doc/fonts/skaknew/fonttables.pdf
%doc %{_texmfdistdir}/doc/fonts/skaknew/install.vtex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090221-4
+ Revision: 9c12235
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25781 |14mu|texlive-skb-0.51-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22781
# category Package
# catalog-ctan /macros/latex/contrib/skb
# catalog-date 2011-05-13 02:11:01 +0200
# catalog-license lppl1.3
# catalog-version 0.51
Name:		texlive-skb
Version:	0.51
Release:	4
Summary:	Tools for a repository of long-living documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/skb
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros that help to build a document
repository for long living documents. It focuses on structure
and re-use of text, code, figures etc. The basic concept is
first to separate structure from content (i.e., text about a
topic from the structure it is presented by) and then
separating the content from the actual published document, thus
enabling easy re-use of text blocks in different publications
(i.e., text about a protocol in a short article about this
protocol as well as in a book about many protocols); all
without constantly copying or changing text. As a side effect,
using the document classes provided, it hides a lot of LaTeX
from someone who just wants to write articles and books.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/skb/skb.cfg
%{_texmfdistdir}/tex/latex/skb/skb.sty
%{_texmfdistdir}/tex/latex/skb/skbarticle.cls
%{_texmfdistdir}/tex/latex/skb/skbbeamer.cls
%{_texmfdistdir}/tex/latex/skb/skbbook.cls
%{_texmfdistdir}/tex/latex/skb/skblncsbeamer.cls
%{_texmfdistdir}/tex/latex/skb/skblncsppt.cls
%{_texmfdistdir}/tex/latex/skb/skbmoderncv.cls
%doc %{_texmfdistdir}/doc/latex/skb/HISTORY.TXT
%doc %{_texmfdistdir}/doc/latex/skb/LICENSE.TXT
%doc %{_texmfdistdir}/doc/latex/skb/MANIFEST.TXT
%doc %{_texmfdistdir}/doc/latex/skb/README
%doc %{_texmfdistdir}/doc/latex/skb/TODO.TXT
%doc %{_texmfdistdir}/doc/latex/skb/makefile
%doc %{_texmfdistdir}/doc/latex/skb/skb.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/acronyms.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibliography.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex-styles.bbx
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/article.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/book.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/collection.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/conference.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/inbook.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/incollection.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/inproceedings.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/manual.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/misc.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/online.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/proceedings.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/report.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/standard.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/techreport.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/database/bibtex/unpublished.bib
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/example-toc.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/example.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/figure-classic.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/listings.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/optional-text.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/paths.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/rebuild.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbconfig.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbem.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbfigure.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbheading.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbinput.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbslide.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/skbslidecite.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/examples/used-options.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/baf.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/complete.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/exa-doc.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/publish-art.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/publish.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/repository.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/dirtree/skb-distribution.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-0.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-1.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-10.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-11.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-12.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-13.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-14.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-2.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-3.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-4.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-5.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-6.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-7.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-8.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/figures/multiexample/dpe-9.pdf
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/abstract.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/applicability.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/exa-doc/documentation.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/example-article.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/config-cmd.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/config-opt-table.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/config-opt.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/config.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/distribution.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/folders.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/installation.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/rebuild.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/start.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/getting-started/used-options.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/intent.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/acr-bib.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/figures.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/figures2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/headings-and-files.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/listing.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/lists.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/manual.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/optional-text.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/path-commands.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/pdfinfo.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/skbem.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/skbfigure-opt-table.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/skbinput-opt-table.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/slides.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/manual/slides2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-cs.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-final.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-parts-baf.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-parts-pc.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-parts-pc2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate-parts.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/separate/separate.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/story/long.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/story/long2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/story/short.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/repository/title.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/about.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/applicability.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/example-art-tex1.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/example-art-tex2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/example-art-tex3.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/example-art-toc.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/intent.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-acrbib.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-figures-exa.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-figures-exna.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-figures-opt.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-figures.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-haf.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-listings.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-lists.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-optional-text.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-paths.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-pdfinfo.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-skbem.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-slides1.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/manual-slides2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate-cs.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate-parts-baf.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate-parts-pc1.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate-parts-pc2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/separate.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-config-cmd.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-config-opt.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-distribution.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-folders.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-installation.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-rebuild1.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-rebuild2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/start-used-options.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/story-long1.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/story-long2.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/slides/story-short.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/ug-slides-anim.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/ug-slides-load.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/ug-slides-noanim.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/ug-slides-notes.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/user-guide-load.tex
%doc %{_texmfdistdir}/doc/latex/skb/user-guide/user-guide.tex
#- source
%doc %{_texmfdistdir}/source/latex/skb/skb.dtx
%doc %{_texmfdistdir}/source/latex/skb/skb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.51-4
+ Revision: 773f525
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25782 |14mu|texlive-skdoc-1.4a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32278
# category Package
# catalog-ctan /macros/latex/contrib/skdoc
# catalog-date 2013-11-28 23:56:30 +0100
# catalog-license lppl1.3
# catalog-version 1.4a
Name:		texlive-skdoc
Version:	1.4a
Release:	7
Summary:	Documentation and extraction for packages and document classes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/skdoc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skdoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skdoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skdoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides the functionality and implementation of
packages and document classes. It is loosely based on the ydoc
and ltxdoc classes, but has a number of incompatible
differences. The class defines a MacroCode environment which
offers an alternative to the the usual docstrip method of
installing packages. It has the ability to generate both
documentation and code in a single run of a single file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/skdoc/skdoc.cls
%doc %{_texmfdistdir}/doc/latex/skdoc/README
%doc %{_texmfdistdir}/doc/latex/skdoc/skdoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/skdoc/skdoc.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4a-7
+ Revision: 12fc519
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25783 |14mu|texlive-skeycommand-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24652
# category Package
# catalog-ctan /macros/latex/contrib/skeycommand
# catalog-date 2011-11-20 11:43:03 +0100
# catalog-license lppl1.3
# catalog-version 0.4
Name:		texlive-skeycommand
Version:	0.4
Release:	4
Summary:	Create commands using parameters and keyval in parallel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/skeycommand
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skeycommand.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skeycommand.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides tools for defining LaTeX commands and
environments using combinations of parameters and keys. All the
facilities of the ltxkeys and skeyval packages are available to
the user of skeycommand.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/skeycommand/skeycommand.sty
%doc %{_texmfdistdir}/doc/latex/skeycommand/README
%doc %{_texmfdistdir}/doc/latex/skeycommand/skeycommand-guide.cfg
%doc %{_texmfdistdir}/doc/latex/skeycommand/skeycommand-guide.pdf
%doc %{_texmfdistdir}/doc/latex/skeycommand/skeycommand-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-4
+ Revision: 29cbc14
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25784 |14mu|texlive-skeyval-0.72-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18494
# category Package
# catalog-ctan /macros/latex/contrib/skeyval
# catalog-date 2010-05-25 22:04:49 +0200
# catalog-license lppl1.3
# catalog-version 0.72
Name:		texlive-skeyval
Version:	0.72
Release:	4
Summary:	Extensions to xkeyval
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/skeyval
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skeyval.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skeyval.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides several extensions to the xkeyval,
including new key types, and key management methods.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/skeyval/skeyval.sty
%doc %{_texmfdistdir}/doc/latex/skeyval/README
%doc %{_texmfdistdir}/doc/latex/skeyval/skeyval-guide.pdf
%doc %{_texmfdistdir}/doc/latex/skeyval/skeyval-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.72-4
+ Revision: fc1d511
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25785 |14mu|texlive-skrapport-0.12d-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31718
# category Package
# catalog-ctan /macros/latex/contrib/skrapport
# catalog-date 2013-09-21 11:27:06 +0200
# catalog-license lppl1.3
# catalog-version 0.12d
Name:		texlive-skrapport
Version:	0.12d
Release:	7
Summary:	'Simple' class for reports, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/skrapport
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skrapport.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skrapport.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/skrapport.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is intended for simple documents (e.g., reports
handed in as coursework and the like). The class is small and
straightforward; its design was inspired by that of the PracTeX
journal style.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-cruelwater.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-default.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-skdoc.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-unscathed.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-colortheme-violet.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-size-common.sty
%{_texmfdistdir}/tex/latex/skrapport/skrapport-size10pt.clo
%{_texmfdistdir}/tex/latex/skrapport/skrapport-size11pt.clo
%{_texmfdistdir}/tex/latex/skrapport/skrapport-size12pt.clo
%{_texmfdistdir}/tex/latex/skrapport/skrapport.cls
%doc %{_texmfdistdir}/doc/latex/skrapport/README
%doc %{_texmfdistdir}/doc/latex/skrapport/skrapport.pdf
#- source
%doc %{_texmfdistdir}/source/latex/skrapport/skrapport.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.12d-7
+ Revision: 2e95fc7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25786 |14mu|texlive-slantsc-2.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25007
# category Package
# catalog-ctan /macros/latex/contrib/slantsc
# catalog-date 2012-01-02 14:24:13 +0100
# catalog-license lppl
# catalog-version 2.11
Name:		texlive-slantsc
Version:	2.11
Release:	3
Summary:	Access different-shaped small-caps fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/slantsc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/slantsc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/slantsc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/slantsc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package enables the use of small capitals in different
font shapes, e.g., slanted or bold slanted for all fonts that
provide appropriate font shapes. (Note that a separate .fd file
is needed to define font shapes such as 'scsl' or 'scit'.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/slantsc/slantsc.sty
%doc %{_texmfdistdir}/doc/latex/slantsc/ChangeLog
%doc %{_texmfdistdir}/doc/latex/slantsc/Makefile
%doc %{_texmfdistdir}/doc/latex/slantsc/README
%doc %{_texmfdistdir}/doc/latex/slantsc/getversion.tex
%doc %{_texmfdistdir}/doc/latex/slantsc/slantsc.pdf
%doc %{_texmfdistdir}/doc/latex/slantsc/testslantsc.tex
#- source
%doc %{_texmfdistdir}/source/latex/slantsc/slantsc.dtx
%doc %{_texmfdistdir}/source/latex/slantsc/slantsc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.11-3
+ Revision: d58457f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25787 |14mu|texlive-slideshow-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/slideshow
# catalog-date 2008-12-04 14:14:32 +0100
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-slideshow
Version:	1.0
Release:	4
Summary:	Generate slideshow with MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/slideshow
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/slideshow.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/slideshow.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of creating presentations in
MetaPost, without intervention from other utilities (except a
distiller). Such an arrangement has its advantages (though
there are disadvantages too).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/slideshow/pathalong.mp
%{_texmfdistdir}/metapost/slideshow/slideshow.mp
%{_texmfdistdir}/metapost/slideshow/sshowex.mp
%{_texmfdistdir}/metapost/slideshow/sshowex2.mp
%{_texmfdistdir}/metapost/slideshow/sshowex3.mp
%{_texmfdistdir}/metapost/slideshow/sshowintro.mp
%doc %{_texmfdistdir}/doc/metapost/slideshow/slideshow.txt
%doc %{_texmfdistdir}/doc/metapost/slideshow/sshowex.pdf
%doc %{_texmfdistdir}/doc/metapost/slideshow/sshowex2.pdf
%doc %{_texmfdistdir}/doc/metapost/slideshow/sshowex3.pdf
%doc %{_texmfdistdir}/doc/metapost/slideshow/sshowintro.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 5c9f38b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25788 |14mu|texlive-smalltableof-20101105-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20333
# category Package
# catalog-ctan /macros/latex/contrib/smalltableof
# catalog-date 2010-11-05 12:10:03 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-smalltableof
Version:	20101105
Release:	4
Summary:	Create listoffigures etc. in a single chapter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/smalltableof
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/smalltableof.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/smalltableof.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows you to create a list of figures and list of
tables in a chapter named 'List' that contains separate
sections for each list of figures, tables, etc.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/smalltableof/smalltableof.sty
%doc %{_texmfdistdir}/doc/latex/smalltableof/README
%doc %{_texmfdistdir}/doc/latex/smalltableof/smalltableof-doc-fr.pdf
%doc %{_texmfdistdir}/doc/latex/smalltableof/smalltableof-doc-fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101105-4
+ Revision: f77c295
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25789 |14mu|texlive-smartdiagram-0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30046
# category Package
# catalog-ctan /graphics/pgf/contrib/smartdiagram
# catalog-date 2013-04-02 02:01:45 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-smartdiagram
Version:	0.3
Release:	7
Summary:	Generate diagrams from lists
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/smartdiagram
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/smartdiagram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/smartdiagram.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/smartdiagram.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package will create 'smart' diagrams from lists of items,
for simple documents and for presentations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagram.sty
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagramlibraryadditions.code.tex
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagramlibrarycore.commands.code.tex
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagramlibrarycore.definitions.code.tex
%{_texmfdistdir}/tex/latex/smartdiagram/smartdiagramlibrarycore.styles.code.tex
%doc %{_texmfdistdir}/doc/latex/smartdiagram/README
%doc %{_texmfdistdir}/doc/latex/smartdiagram/smartdiagram.pdf
#- source
%doc %{_texmfdistdir}/source/latex/smartdiagram/smartdiagram.dtx
%doc %{_texmfdistdir}/source/latex/smartdiagram/smartdiagram.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-7
+ Revision: 588be6d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25790 |14mu|texlive-smartref-1.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20311
# category Package
# catalog-ctan /macros/latex/contrib/smartref
# catalog-date 2010-11-01 15:44:19 +0100
# catalog-license lppl
# catalog-version 1.9
Name:		texlive-smartref
Version:	1.9
Release:	4
Summary:	Extend LaTeX's \ref capability
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/smartref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/smartref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/smartref.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the LaTeX labelling system: whenever a
label is set, the values of counters (selected by the user) are
recorded, along with the label. The value of these counters can
be recalled with a command similar to \pageref. The package
also adds commands \s[name]ref (for each counter [name] that
the user has selected); these commands display something only
if the value of the [name] counter is changed from when the
label was set. Many commands are provided to serve as a macro
programming environment for using the extended labels.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/smartref/byname.sty
%{_texmfdistdir}/tex/latex/smartref/smartref.sty
%doc %{_texmfdistdir}/doc/latex/smartref/README
%doc %{_texmfdistdir}/doc/latex/smartref/smartref-doc.pdf
%doc %{_texmfdistdir}/doc/latex/smartref/smartref-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.9-4
+ Revision: 3661e0f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25791 |14mu|texlive-snapshot-1.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/snapshot
# catalog-date 2006-12-14 00:03:18 +0100
# catalog-license lppl
# catalog-version 1.14
Name:		texlive-snapshot
Version:	1.14
Release:	4
Summary:	List the external dependencies of a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/snapshot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/snapshot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/snapshot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/snapshot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The snapshot package helps the owner of a LaTeX document obtain
a list of the external dependencies of the document, in a form
that can be embedded at the top of the document. It provides a
snapshot of the current processing context of the document,
insofar as it can be determined from inside LaTeX. If a
document contains such a dependency list, then it becomes
possible to arrange that the document be processed always with
the same versions of everything, in order to ensure the same
output. This could be useful for someone wanting to keep a
LaTeX document on hand and consistently reproduce an identical
DVI file from it, on the fly; or for someone wanting to shield
a document during the final stages of its production cycle from
unexpected side effects of routine upgrades to the TeX system.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/snapshot/snapshot.sty
%doc %{_texmfdistdir}/doc/latex/snapshot/snapshot.pdf
#- source
%doc %{_texmfdistdir}/source/latex/snapshot/snapshot.dtx
%doc %{_texmfdistdir}/source/latex/snapshot/snapshot.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.14-4
+ Revision: 0e22b13
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25792 |14mu|texlive-snotez-0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30355
# category Package
# catalog-ctan /macros/latex/contrib/snotez
# catalog-date 2013-05-09 13:28:31 +0200
# catalog-license lppl1.3
# catalog-version 0.3
Name:		texlive-snotez
Version:	0.3
Release:	7
Summary:	Typeset notes, in the margin
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/snotez
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/snotez.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/snotez.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a macro \sidenote, that places a note in
the margin of the document, with its baseline aligned with the
baseline in the body of the document. These sidenotes are
numbered (both in the text, and on the notes themselves). The
package loads the package etoolbox, pgfopts, marginnote and
perpage.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/snotez/snotez.sty
%doc %{_texmfdistdir}/doc/latex/snotez/README
%doc %{_texmfdistdir}/doc/latex/snotez/snotez_en.pdf
%doc %{_texmfdistdir}/doc/latex/snotez/snotez_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-7
+ Revision: 0024d7d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25793 |14mu|texlive-songbook-4.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18136
# category Package
# catalog-ctan /macros/latex/contrib/songbook
# catalog-date 2010-05-06 13:38:32 +0200
# catalog-license lgpl2.1
# catalog-version 4.5
Name:		texlive-songbook
Version:	4.5
Release:	4
Summary:	Package for typesetting song lyrics and chord books
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/songbook
License:	LGPL2.1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/songbook.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/songbook.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/songbook.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an all purpose songbook style. Three types
of output may be created from a single input file: "words and
chords" books for the musicians to play from, "words only"
songbooks for the congregation to sing from, and overhead
transparency masters for congregational use. The package will
also print a table of contents, an index sorted by title and
first line, and an index sorted by key, or by artist/composer.
The package attempts to handle songs in multiple keys, as well
as songs in multiple languages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/songbook/songbook.ist
%{_texmfdistdir}/tex/latex/songbook/conditionals.sty
%{_texmfdistdir}/tex/latex/songbook/songbook.sty
%doc %{_texmfdistdir}/doc/latex/songbook/LesserGPL.txt
%doc %{_texmfdistdir}/doc/latex/songbook/README
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/CarolBook/CarolBook.tex
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/CarolBook/CarolBookOH.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/CarolBook/CarolBookWB.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/README
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/crd2sb/NothingButTheBlood.crd
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/crd2sb/crd2sb
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/crd2sb/crd2sb.txt
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/modulate
%doc %{_texmfdistdir}/doc/latex/songbook/contrib/texchord.sty
%doc %{_texmfdistdir}/doc/latex/songbook/install.txt
%doc %{_texmfdistdir}/doc/latex/songbook/mksbadx
%doc %{_texmfdistdir}/doc/latex/songbook/mksbkdx
%doc %{_texmfdistdir}/doc/latex/songbook/mksbtdx
%doc %{_texmfdistdir}/doc/latex/songbook/sample-sb.tex
%doc %{_texmfdistdir}/doc/latex/songbook/sampleAdx.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/sampleAdx.tex
%doc %{_texmfdistdir}/doc/latex/songbook/sampleCBK.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/sampleCSBK.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/sampleKdx.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/sampleKdx.tex
%doc %{_texmfdistdir}/doc/latex/songbook/sampleOH.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/sampleTdx.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/sampleTdx.tex
%doc %{_texmfdistdir}/doc/latex/songbook/sampleToc.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/sampleToc.tex
%doc %{_texmfdistdir}/doc/latex/songbook/sampleWBK.pdf
%doc %{_texmfdistdir}/doc/latex/songbook/songbook.pdf
#- source
%doc %{_texmfdistdir}/source/latex/songbook/songbook.dtx
%doc %{_texmfdistdir}/source/latex/songbook/songbook.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.5-4
+ Revision: b8ee7eb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25794 |14mu|texlive-songs-2.14-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30005
# category Package
# catalog-ctan /macros/latex/contrib/songs
# catalog-date 2012-04-22 21:38:25 +0200
# catalog-license gpl
# catalog-version 2.14
Name:		texlive-songs
Version:	2.14
Release:	7
Summary:	Produce song books for church or fellowship
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/songs
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/songs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/songs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/songs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a means of producing beautiful song books
for church or fellowship. It offers: - a very easy chord-entry
syntax; - multiple modes (words-only; words+chords; slides;
handouts); - measure bars; - guitar tablatures; - automatic
transposition; - scripture quotations; - multiple indexes
(sorted by title, author, important lyrics, or scripture
references); and - projector-style output generation, for
interactive use. A set of example documents is provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/songs/songs.sty
%doc %{_texmfdistdir}/doc/latex/songs/Makefile
%doc %{_texmfdistdir}/doc/latex/songs/README
%doc %{_texmfdistdir}/doc/latex/songs/history.txt
%doc %{_texmfdistdir}/doc/latex/songs/license.txt
%doc %{_texmfdistdir}/doc/latex/songs/sample/Makefile
%doc %{_texmfdistdir}/doc/latex/songs/sample/chordbook.tex
%doc %{_texmfdistdir}/doc/latex/songs/sample/lyricbook.tex
%doc %{_texmfdistdir}/doc/latex/songs/sample/slidebook.tex
%doc %{_texmfdistdir}/doc/latex/songs/sample/songs.sbd
%doc %{_texmfdistdir}/doc/latex/songs/sample/transparencies.tex
%doc %{_texmfdistdir}/doc/latex/songs/songidx/Makefile
%doc %{_texmfdistdir}/doc/latex/songs/songidx/authidx.c
%doc %{_texmfdistdir}/doc/latex/songs/songidx/bible.can
%doc %{_texmfdistdir}/doc/latex/songs/songidx/catholic.can
%doc %{_texmfdistdir}/doc/latex/songs/songidx/chars.h
%doc %{_texmfdistdir}/doc/latex/songs/songidx/fileio.c
%doc %{_texmfdistdir}/doc/latex/songs/songidx/fileio.h
%doc %{_texmfdistdir}/doc/latex/songs/songidx/greek.can
%doc %{_texmfdistdir}/doc/latex/songs/songidx/protestant.can
%doc %{_texmfdistdir}/doc/latex/songs/songidx/scripidx.c
%doc %{_texmfdistdir}/doc/latex/songs/songidx/songidx.c
%doc %{_texmfdistdir}/doc/latex/songs/songidx/songidx.h
%doc %{_texmfdistdir}/doc/latex/songs/songidx/songsort.c
%doc %{_texmfdistdir}/doc/latex/songs/songidx/tanakh.can
%doc %{_texmfdistdir}/doc/latex/songs/songidx/titleidx.c
%doc %{_texmfdistdir}/doc/latex/songs/songidx/vsconfig.h
%doc %{_texmfdistdir}/doc/latex/songs/songs.pdf
#- source
%doc %{_texmfdistdir}/source/latex/songs/songs.dtx
%doc %{_texmfdistdir}/source/latex/songs/songs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.14-7
+ Revision: 484bde2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25795 |14mu|texlive-soton-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16215
# category Package
# catalog-ctan /macros/latex/contrib/soton
# catalog-date 2009-11-28 09:57:52 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-soton
Version:	0.1
Release:	4
Summary:	University of Southampton-compliant slides
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/soton
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/soton.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/soton.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle contains two packages: soton-palette which defines
colour-ways, and soton-beamer, which uses the colours to
produce compliant presentations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/soton/soton-beamer.sty
%{_texmfdistdir}/tex/latex/soton/soton-palette.sty
%doc %{_texmfdistdir}/doc/latex/soton/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 67b3b0f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25796 |14mu|texlive-soul-2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/soul
# catalog-date 2009-10-10 00:35:28 +0200
# catalog-license lppl
# catalog-version 2.4
Name:		texlive-soul
Version:	2.4
Release:	4
Summary:	Hyphenation for letterspacing, underlining, and more
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/soul
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/soul.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/soul.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/soul.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides hyphenatable spacing out (letterspacing), underlining,
striking out, etc., using the TeX hyphenation algorithm to find
the proper hyphens automatically. The package also provides a
mechanism that can be used to implement similar tasks, that
have to treat text syllable by syllable. This is shown in two
examples. The package itself does not support UTF-8 input in
ordinary (PDF)LaTeX; some UTF-8 support is offered by package
soulutf8.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/soul/soul.sty
%doc %{_texmfdistdir}/doc/latex/soul/soul.pdf
%doc %{_texmfdistdir}/doc/latex/soul/soul.txt
#- source
%doc %{_texmfdistdir}/source/latex/soul/Makefile
%doc %{_texmfdistdir}/source/latex/soul/soul.dtx
%doc %{_texmfdistdir}/source/latex/soul/soul.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4-4
+ Revision: 0752ae9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25797 |14mu|texlive-spanglish-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20889
# category Package
# catalog-ctan /language/spanish/babel/contrib/spanglish
# catalog-date 2010-12-28 21:48:53 +0100
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-spanglish
Version:	0.1
Release:	4
Summary:	Simplified Spanish support for Babel
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/spanish/babel/contrib/spanglish
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spanglish.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spanglish.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides very simplified (or ultra sloppy) support
for Spanish in Babel, mostly as a fallback in case spanish.ldf
fails for some reason. The package provides basic support for
Spanish hyphenation, captions, date, frenchspacing,
indentfirst, symbolic footnotes, enumerations, small caps roman
numerals, and a handful of shorthands and Spanish mathematical
operators. No options or attributes for customization are
provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/spanglish/spanglish.ldf
%{_texmfdistdir}/tex/latex/spanglish/spanglish.sty
%doc %{_texmfdistdir}/doc/latex/spanglish/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 2b1c801
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25798 |14mu|texlive-spanish-mx-1.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /language/spanish/babel/contrib/mexican
# catalog-date 2009-01-10 16:42:45 +0100
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-spanish-mx
Version:	1.1a
Release:	4
Summary:	Typeset Spanish as in Mexico
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/spanish/babel/contrib/mexican
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spanish-mx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spanish-mx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides files to support typesetting of texts in
Spanish according to Mexican current practices, using babel.
The files merge earlier work on a mexican.ldf, or may be used
to define a configuration that will typeset all documents (that
request babel's spanish option) to use the Mexican language
facilities. (Note that this facility is only available with the
recent (version >=4.2b) releases of the Spanish option.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/spanish-mx/esmx.cfg
%{_texmfdistdir}/tex/latex/spanish-mx/spanishmx.ldf
%{_texmfdistdir}/tex/latex/spanish-mx/spanishmx.sty
%doc %{_texmfdistdir}/doc/latex/spanish-mx/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1a-4
+ Revision: 6cfa246
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25799 |14mu|texlive-sparklines-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16131
# category Package
# catalog-ctan /graphics/sparklines
# catalog-date 2009-11-22 10:21:09 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-sparklines
Version:	1.5
Release:	4
Summary:	Drawing sparklines: intense, simple, wordlike graphics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/sparklines
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sparklines.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sparklines.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Sparklines are intense, simple, wordlike graphics (so named by
Edward Tufte). In lieu of a more detailed introduction,
Professor Tufte's site has an early release of a chapter on
sparklines. A PHP implementation may be found at SourceForge. A
sparkline can be added using the sparkline environment. Also,
you can add sparkling rectangles for the median and special
sparkling dots in red or blue. The package requires pdflatex;
sparklines cannot appear in a dvi file. The sparklines package
uses pgf, and does not work with pictex.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sparklines/sparklines.sty
%doc %{_texmfdistdir}/doc/latex/sparklines/README
%doc %{_texmfdistdir}/doc/latex/sparklines/sparklines.pdf
%doc %{_texmfdistdir}/doc/latex/sparklines/sparklines.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: 35aac0b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25800 |14mu|texlive-spath3-1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29898
# category Package
# catalog-ctan /graphics/pgf/contrib/spath3
# catalog-date 2013-04-12 17:56:37 +0200
# catalog-license lppl1.3
# catalog-version 1
Name:		texlive-spath3
Version:	1
Release:	7
Summary:	Manipulate "soft paths" in PGF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/spath3
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spath3.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spath3.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spath3.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The spath3 library provides methods for manipulating the "soft
paths" of TikZ/PGF. Packaged with it are two TikZ libraries
that make use of the methods provided. These are libraries for
drawing calligraphic paths and for drawing knot diagrams.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/spath3/spath3.sty
%{_texmfdistdir}/tex/latex/spath3/tikzlibrarycalligraphy.code.tex
%{_texmfdistdir}/tex/latex/spath3/tikzlibraryknots.code.tex
%doc %{_texmfdistdir}/doc/latex/spath3/README.txt
%doc %{_texmfdistdir}/doc/latex/spath3/calligraphy_doc.pdf
%doc %{_texmfdistdir}/doc/latex/spath3/calligraphy_doc.tex
%doc %{_texmfdistdir}/doc/latex/spath3/knots_doc.pdf
%doc %{_texmfdistdir}/doc/latex/spath3/knots_doc.tex
#- source
%doc %{_texmfdistdir}/source/latex/spath3/spath3.dtx
%doc %{_texmfdistdir}/source/latex/spath3/spath3.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1-7
+ Revision: bb6288a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25801 |14mu|texlive-spelling-0.41-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30715
# category Package
# catalog-ctan /macros/luatex/generic/spelling
# catalog-date 2013-05-27 20:07:27 +0200
# catalog-license lppl1.3
# catalog-version 0.41
Name:		texlive-spelling
Version:	0.41
Release:	7
Summary:	Support for spell-checking of LuaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/luatex/generic/spelling
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spelling.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spelling.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package aids spell-checking of TeX documents compiled with
the LuaTeX engine. It can give visual feedback in PDF output
similar to WYSIWYG word processors. The package relies on an
external spell-checker application to check spelling of a text
file and to output a list of bad spellings. The package should
work with most spell-checkers, even dumb, TeX-unaware ones.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/scripts/spelling/spelling-main.lua
%{_texmfdistdir}/scripts/spelling/spelling-recurse.lua
%{_texmfdistdir}/scripts/spelling/spelling-stage-1.lua
%{_texmfdistdir}/scripts/spelling/spelling-stage-2.lua
%{_texmfdistdir}/scripts/spelling/spelling-stage-3.lua
%{_texmfdistdir}/scripts/spelling/spelling-stage-4.lua
%{_texmfdistdir}/tex/luatex/spelling/spelling.sty
%doc %{_texmfdistdir}/doc/luatex/spelling/CHANGES
%doc %{_texmfdistdir}/doc/luatex/spelling/LICENSE
%doc %{_texmfdistdir}/doc/luatex/spelling/README
%doc %{_texmfdistdir}/doc/luatex/spelling/spelling-doc-lst-lua.tex
%doc %{_texmfdistdir}/doc/luatex/spelling/spelling-doc.bad
%doc %{_texmfdistdir}/doc/luatex/spelling/spelling-doc.pdf
%doc %{_texmfdistdir}/doc/luatex/spelling/spelling-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar scripts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.41-7
+ Revision: 75e8602
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25802 |14mu|texlive-sphack-20101223-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20842
# category Package
# catalog-ctan /macros/latex/contrib/sphack
# catalog-date 2010-12-23 15:10:24 +0100
# catalog-license other-nonfree
# catalog-version undef
Name:		texlive-sphack
Version:	20101223
Release:	4
Summary:	Patch LaTeX kernel spacing macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sphack
License:	OTHER-NONFREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sphack.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sphack.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Change the kernel internal \@bsphack/\@esphack so that it is
also invisible in vertical mode.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sphack/sphack.sty
%doc %{_texmfdistdir}/doc/latex/sphack/sphack-doc.pdf
%doc %{_texmfdistdir}/doc/latex/sphack/sphack-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101223-4
+ Revision: 1ce3698
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25803 |14mu|texlive-spie-3.25-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/spie
# catalog-date 2007-04-25 15:28:03 +0200
# catalog-license lppl
# catalog-version 3.25
Name:		texlive-spie
Version:	3.25
Release:	4
Summary:	Support for formatting SPIE Proceedings manuscripts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/spie
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spie.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spie.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class and a BibTeX style are provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bib/spie/report.bib
%{_texmfdistdir}/bibtex/bst/spie/spiebib.bst
%{_texmfdistdir}/tex/latex/spie/spie.cls
%doc %{_texmfdistdir}/doc/latex/spie/README
%doc %{_texmfdistdir}/doc/latex/spie/article.pdf
%doc %{_texmfdistdir}/doc/latex/spie/article.tex
%doc %{_texmfdistdir}/doc/latex/spie/mcr3b.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.25-4
+ Revision: 5ac892e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25804 |14mu|texlive-splines-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/splines
# catalog-date 2007-03-12 11:51:09 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-splines
Version:	0.2
Release:	4
Summary:	MetaPost macros for drawing cubic spline interpolants
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/splines
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splines.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splines.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splines.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is a small package of macros for creating cubic spline
interpolants in MetaPost or MetaFont. Given a list of points
the macros can produce a closed or a relaxed spline joining
them. Given a list of function values y_j at x_j, the result
would define the graph of a cubic spline interpolating function
y=f(x), which is either periodic or relaxed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/splines/splines.mp
%{_texmfdistdir}/metapost/splines/testsplines.mp
%doc %{_texmfdistdir}/doc/metapost/splines/README
%doc %{_texmfdistdir}/doc/metapost/splines/splines.pdf
#- source
%doc %{_texmfdistdir}/source/metapost/splines/splines.dtx
%doc %{_texmfdistdir}/source/metapost/splines/splines.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: c8f0f4a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25805 |14mu|texlive-splitindex-1.2a-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29792
# category Package
# catalog-ctan /macros/latex/contrib/splitindex
# catalog-date 2013-04-09 11:35:57 +0200
# catalog-license lppl
# catalog-version 1.2a
Name:		texlive-splitindex
Version:	1.2a
Release:	8
Summary:	Unlimited number of indexes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/splitindex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splitindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splitindex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/splitindex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-splitindex.bin = %{EVRD}

%description
SplitIndex consists of a LaTeX package, splitidx, and a small
program, splitindex. The package may be used to produce one
index or several indexes. Without splitindex (for example,
using the index package), the number of indexes is limited by
the number of TeX's output streams. But using the program you
may use even more than 16 indexes: splitidx outputs only a
single file \jobname.idx and the program splits that file into
several raw index files and calls your favorite index processor
for each of the files.


#-----------------------------------------------------------------------
%files
%{_bindir}/splitindex
%{_texmfdistdir}/scripts/splitindex/splitindex.pl
%{_texmfdistdir}/scripts/splitindex/splitindex.tlu
%{_texmfdistdir}/scripts/splitindex/splitindex_main.tlu
%{_texmfdistdir}/tex/generic/splitindex/splitindex.tex
%{_texmfdistdir}/tex/latex/splitindex/splitidx.sty
%doc %{_texmfdistdir}/doc/latex/splitindex/README
%doc %{_texmfdistdir}/doc/latex/splitindex/install.txt
%doc %{_texmfdistdir}/doc/latex/splitindex/manifest.txt
%doc %{_texmfdistdir}/doc/latex/splitindex/splitidx.pdf
%doc %{_mandir}/man1/splitindex.1*
%doc %{_texmfdistdir}/doc/man/man1/splitindex.man1.pdf
#- source
%doc %{_texmfdistdir}/source/latex/splitindex/README
%doc %{_texmfdistdir}/source/latex/splitindex/install.sh
%doc %{_texmfdistdir}/source/latex/splitindex/install.txt
%doc %{_texmfdistdir}/source/latex/splitindex/manifest.txt
%doc %{_texmfdistdir}/source/latex/splitindex/splitidx.dtx
%doc %{_texmfdistdir}/source/latex/splitindex/splitidx.ins
%doc %{_texmfdistdir}/source/latex/splitindex/splitindex.1
%doc %{_texmfdistdir}/source/latex/splitindex/splitindex.c
%doc %{_texmfdistdir}/source/latex/splitindex/splitindex.java
%doc %{_texmfdistdir}/source/latex/splitindex/splitindex.pl
%doc %{_texmfdistdir}/source/latex/splitindex/splitindex.tex
%doc %{_texmfdistdir}/source/latex/splitindex/splitindex.tlu
%doc %{_texmfdistdir}/source/latex/splitindex/splitindex_main.tlu

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/splitindex/splitindex.pl splitindex
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2a-8
+ Revision: 5022955
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25806 |14mu|texlive-spot-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22408
# category Package
# catalog-ctan /macros/latex/contrib/beamer-contrib/spot
# catalog-date 2011-05-10 01:20:26 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-spot
Version:	1.1
Release:	4
Summary:	Spotlight highlighting for Beamer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/beamer-contrib/spot
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows dramatic highlighting of words and phrases
by painting shapes around them. It is chiefly intended for use
in Beamer presentations, but it can be used in other document
classes as well.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/spot/spot.sty
%doc %{_texmfdistdir}/doc/latex/spot/README
%doc %{_texmfdistdir}/doc/latex/spot/spot.pdf
#- source
%doc %{_texmfdistdir}/source/latex/spot/spot.dtx
%doc %{_texmfdistdir}/source/latex/spot/spot.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: a2592e4
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25807 |14mu|texlive-spotcolor-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/spotcolor
# catalog-date 2007-03-12 11:51:09 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-spotcolor
Version:	1.2
Release:	4
Summary:	Spot colours for pdfLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/spotcolor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spotcolor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spotcolor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides procedures for using spot colors in LaTeX
documents and the generated pdf files. Predefined templates for
PANTONE and HKS color spaces are included but new ones can
easily be defined.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/spotcolor/spotcolor.sty
%{_texmfdistdir}/tex/latex/spotcolor/spotcolorhks.tex
%{_texmfdistdir}/tex/latex/spotcolor/spotcolorpantone.tex
%doc %{_texmfdistdir}/doc/latex/spotcolor/README
%doc %{_texmfdistdir}/doc/latex/spotcolor/readme.pdf
%doc %{_texmfdistdir}/doc/latex/spotcolor/readme.tcp
%doc %{_texmfdistdir}/doc/latex/spotcolor/readme.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 3ac3d94
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25808 |14mu|texlive-spreadtab-0.4b-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26384
# category Package
# catalog-ctan /macros/latex/contrib/spreadtab
# catalog-date 2012-05-14 12:19:39 +0200
# catalog-license lppl1.3
# catalog-version 0.4b
Name:		texlive-spreadtab
Version:	0.4b
Release:	3
Summary:	Spreadsheet features for LaTeX tabular environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/spreadtab
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spreadtab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spreadtab.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to construct tables in a manner
similar to a spreadsheet. The cells of a table have row and
column indices and these can be used in formulas to generate
values in other cells.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/spreadtab/spreadtab.sty
%doc %{_texmfdistdir}/doc/latex/spreadtab/README
%doc %{_texmfdistdir}/doc/latex/spreadtab/spreadtab_doc_en.pdf
%doc %{_texmfdistdir}/doc/latex/spreadtab/spreadtab_doc_en.tex
%doc %{_texmfdistdir}/doc/latex/spreadtab/spreadtab_doc_fr.pdf
%doc %{_texmfdistdir}/doc/latex/spreadtab/spreadtab_doc_fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4b-3
+ Revision: cbe2e9f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25809 |14mu|texlive-spverbatim-v1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/spverbatim
# catalog-date 2009-11-10 00:30:52 +0100
# catalog-license lppl
# catalog-version v1.0
Name:		texlive-spverbatim
Version:	v1.0
Release:	4
Summary:	Allow line breaks within \verb and verbatim output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/spverbatim
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spverbatim.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spverbatim.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/spverbatim.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX's \verb macro treats its argument as an unbreakable unit
of text. This can lead to poor typesetting, especially when the
argument is long. The spverbatim package provides an \spverb
macro that is analogous to \verb and an spverbatim environment
that is analogous to verbatim with the difference being that
\spverb and spverbatim allow LaTeX to break lines at space
characters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/spverbatim/spverbatim.sty
%doc %{_texmfdistdir}/doc/latex/spverbatim/README
%doc %{_texmfdistdir}/doc/latex/spverbatim/spverbatim.pdf
#- source
%doc %{_texmfdistdir}/source/latex/spverbatim/spverbatim.dtx
%doc %{_texmfdistdir}/source/latex/spverbatim/spverbatim.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.0-4
+ Revision: 68ecb89
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25810 |14mu|texlive-srbook-mem-20111104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23454
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-srbook-mem
Version:	20111104
Release:	4
Summary:	TeXLive srbook-mem package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/srbook-mem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/srbook-mem.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive srbook-mem package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/srbook-mem/srbook-mem.sty
%doc %{_texmfdistdir}/doc/latex/srbook-mem/README
%doc %{_texmfdistdir}/doc/latex/srbook-mem/SerbianBookMem.pdf
%doc %{_texmfdistdir}/doc/latex/srbook-mem/SerbianBookMem.tex
%doc %{_texmfdistdir}/doc/latex/srbook-mem/Test.pdf
%doc %{_texmfdistdir}/doc/latex/srbook-mem/Test.tex
%doc %{_texmfdistdir}/doc/latex/srbook-mem/TestLight.pdf
%doc %{_texmfdistdir}/doc/latex/srbook-mem/TestLight.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-4
+ Revision: ade44a2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25811 |14mu|texlive-srcltx-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/srcltx
# catalog-date 2006-12-07 15:13:33 +0100
# catalog-license pd
# catalog-version 1.6
Name:		texlive-srcltx
Version:	1.6
Release:	4
Summary:	Jump between DVI and TeX files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/srcltx
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/srcltx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/srcltx.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/srcltx.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a \special insertion into generated .dvi files
allowing one to jump from the .dvi file to the .tex source and
back again (given a .dvi viewer that supports this, such as Yap
or xdvi version 22.38 or later). This was originally written by
Aleksander Simonic, the author of the WinEdt shell.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/srcltx/srcltx.sty
%{_texmfdistdir}/tex/latex/srcltx/srctex.sty
%doc %{_texmfdistdir}/doc/latex/srcltx/README
%doc %{_texmfdistdir}/doc/latex/srcltx/srcltx.pdf
#- source
%doc %{_texmfdistdir}/source/latex/srcltx/srcltx.dtx
%doc %{_texmfdistdir}/source/latex/srcltx/srcltx.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: b195ba7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25812 |14mu|texlive-sr-vorl-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32440
# category Package
# catalog-ctan /macros/latex/contrib/springer/sr-vorl
# catalog-date 2013-12-18 20:28:02 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-sr-vorl
Version:	1.0
Release:	3
Summary:	Class for Springer books
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/springer/sr-vorl
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sr-vorl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sr-vorl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sr-vorl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides a template for books to be published at
Springer Gabler, Vieweg or Springer Research. It may be used to
produce monographs in different formats and "several-authors-
books" fitting the conditions of Springer Gabler, Vieweg and
Springer Research.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sr-vorl/sr-vorl.cls
%doc %{_texmfdistdir}/doc/latex/sr-vorl/README
%doc %{_texmfdistdir}/doc/latex/sr-vorl/backmatter_sr-vorl.tex
%doc %{_texmfdistdir}/doc/latex/sr-vorl/frontmatter_sr-vorl.tex
%doc %{_texmfdistdir}/doc/latex/sr-vorl/hauptdatei_sr-vorl.tex
%doc %{_texmfdistdir}/doc/latex/sr-vorl/mainmatter_sr-vorl.tex
%doc %{_texmfdistdir}/doc/latex/sr-vorl/sr-vorl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sr-vorl/sr-vorl.dtx
%doc %{_texmfdistdir}/source/latex/sr-vorl/sr-vorl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: 77a4cab
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25813 |14mu|texlive-sseq-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sseq
# catalog-date 2009-04-10 15:43:04 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-sseq
Version:	2.0
Release:	4
Summary:	Spectral sequence diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sseq
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sseq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sseq.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sseq.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to draw spectral sequence
diagrams, providing facilities for clipping and arranging
multiple symbols so that they do not overlap. The package is
built using pgf, and shares that systems large demands for TeX
system memory. Its geometric commands are based on a turtle
graphics model, and control structures such as loops and
conditionals are available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sseq/sseq.sty
%doc %{_texmfdistdir}/doc/latex/sseq/sseq.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sseq/sseq.dtx
%doc %{_texmfdistdir}/source/latex/sseq/sseq.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: b3a4184
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25814 |14mu|texlive-sslides-20131201-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32293
# category Package
# catalog-ctan /macros/latex/contrib/sslides
# catalog-date 2013-12-01 17:33:13 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-sslides
Version:	20131201
Release:	3
Summary:	Slides with headers and footers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sslides
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sslides.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sslides.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class provides a variant of the LaTeX standard slides
class, in which the user may add headers and footers to the
slide.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sslides/sslides.cls
%doc %{_texmfdistdir}/doc/latex/sslides/land-sample-slide.pdf
%doc %{_texmfdistdir}/doc/latex/sslides/land-sample-slide.tex
%doc %{_texmfdistdir}/doc/latex/sslides/port-sample-slide.pdf
%doc %{_texmfdistdir}/doc/latex/sslides/port-sample-slide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131201-3
+ Revision: 4044862
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25815 |14mu|texlive-stack-1.00-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/stack
# catalog-date 2007-02-28 00:02:05 +0100
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-stack
Version:	1.00
Release:	4
Summary:	Tools to define and use stacks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stack
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stack.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stack.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a small set of commands to implement
stacks independently of TeX's own stack. As an example of how
the stacks might be used, the documentation offers a small
"relinput" package that implements the backbone of the import
package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stack/relinput.sty
%{_texmfdistdir}/tex/latex/stack/stack.sty
#- source
%doc %{_texmfdistdir}/source/latex/stack/stack.dtx
%doc %{_texmfdistdir}/source/latex/stack/stack.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00-4
+ Revision: 1d9c9bd
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25816 |14mu|texlive-stackengine-3.24-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32593
# category Package
# catalog-ctan /macros/latex/contrib/stackengine
# catalog-date 2014-01-06 14:33:54 +0100
# catalog-license lppl1.3
# catalog-version 3.24
Name:		texlive-stackengine
Version:	3.24
Release:	3
Summary:	Highly customised stacking of objects, insets, baseline changes, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stackengine
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stackengine.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stackengine.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a versatile way to stack objects
vertically in a variety of customizable ways. A number of
useful macros are provided, all of which make use of the
stackengine core.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stackengine/stackengine.sty
%doc %{_texmfdistdir}/doc/latex/stackengine/README
%doc %{_texmfdistdir}/doc/latex/stackengine/stackengine.pdf
%doc %{_texmfdistdir}/doc/latex/stackengine/stackengine.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.24-3
+ Revision: cfabbea
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25817 |14mu|texlive-stage-20061106-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/stage
# catalog-date 2006-11-06 12:20:58 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-stage
Version:	20061106
Release:	4
Summary:	A LaTeX class for stage plays
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stage
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Stage.cls is a LaTeX class for creating plays of any length in
a standard manuscript format for production and submission.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stage/stage.cls
%doc %{_texmfdistdir}/doc/latex/stage/README
%doc %{_texmfdistdir}/doc/latex/stage/stage-documentation.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061106-4
+ Revision: c6edd38
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25818 |14mu|texlive-standalone-1.1b-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27677
# category Package
# catalog-ctan /macros/latex/contrib/standalone
# catalog-date 2012-09-15 20:44:35 +0200
# catalog-license lppl1.3
# catalog-version 1.1b
Name:		texlive-standalone
Version:	1.1b
Release:	7
Summary:	Compile TeX pictures stand-alone or as part of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/standalone
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/standalone.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/standalone.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/standalone.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A class and package is provided which allows TeX pictures or
other TeX code to be compiled standalone or as part of a main
document. Special support for pictures with beamer overlays is
also provided. The package is used in the main document and
skips extra preambles in sub-files. The class may be used to
simplify the preamble in sub-files. By default the preview
package is used to display the code without margins. The
behaviour in standalone mode may adjusted using a configuration
file standalone.cfg to redefine the standalone environment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/standalone/standalone.cfg
%{_texmfdistdir}/tex/latex/standalone/standalone.cls
%{_texmfdistdir}/tex/latex/standalone/standalone.sty
%{_texmfdistdir}/tex/plain/standalone/standalone.tex
%doc %{_texmfdistdir}/doc/latex/standalone/README
%doc %{_texmfdistdir}/doc/latex/standalone/standalone.pdf
#- source
%doc %{_texmfdistdir}/source/latex/standalone/standalone.dtx
%doc %{_texmfdistdir}/source/latex/standalone/standalone.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1b-7
+ Revision: d9372ae
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25819 |14mu|texlive-statistik-0.03-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20334
# category Package
# catalog-ctan /macros/latex/contrib/statistik
# catalog-date 2010-11-05 12:45:12 +0100
# catalog-license gpl
# catalog-version 0.03
Name:		texlive-statistik
Version:	0.03
Release:	4
Summary:	Store statistics of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/statistik
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/statistik.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/statistik.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/statistik.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package counts the numbers of pages per chapter, and stores
the results in a separate file; the format of the file is
selectable.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/statistik/statistik.sty
%doc %{_texmfdistdir}/doc/latex/statistik/sta_cvs.tex
%doc %{_texmfdistdir}/doc/latex/statistik/sta_mytable.tex
%doc %{_texmfdistdir}/doc/latex/statistik/sta_tab.tex
%doc %{_texmfdistdir}/doc/latex/statistik/sta_textable.tex
%doc %{_texmfdistdir}/doc/latex/statistik/sta_xml.tex
%doc %{_texmfdistdir}/doc/latex/statistik/statistik.pdf
#- source
%doc %{_texmfdistdir}/source/latex/statistik/statistik.dtx
%doc %{_texmfdistdir}/source/latex/statistik/statistik.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.03-4
+ Revision: 74e7709
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25820 |14mu|texlive-stdclsdv-1.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/stdclsdv
# catalog-date 2009-09-04 12:14:45 +0200
# catalog-license lppl
# catalog-version 1.1a
Name:		texlive-stdclsdv
Version:	1.1a
Release:	4
Summary:	Provide sectioning information for package writers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stdclsdv
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stdclsdv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stdclsdv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stdclsdv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The stdclsdv package is designed for package writers who need
to know what sectioning divsions are provided by the document's
class. It also provides a version of \CheckCommand that sets a
flag rather than printing a warning.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stdclsdv/stdclsdv.sty
%doc %{_texmfdistdir}/doc/latex/stdclsdv/README
%doc %{_texmfdistdir}/doc/latex/stdclsdv/stdclsdv.pdf
#- source
%doc %{_texmfdistdir}/source/latex/stdclsdv/stdclsdv.dtx
%doc %{_texmfdistdir}/source/latex/stdclsdv/stdclsdv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1a-4
+ Revision: 7c7b5a1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25821 |14mu|texlive-stdpage-0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/stdpage
# catalog-date 2006-11-06 12:37:44 +0100
# catalog-license lppl1.2
# catalog-version 0.6
Name:		texlive-stdpage
Version:	0.6
Release:	4
Summary:	Standard pages with n lines of at most m characters each
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stdpage
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stdpage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stdpage.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stdpage.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
For translations, proofreading, journal contributions etc.
standard pages are used. Those standard pages consist of a
fixed number of lines and characters per line. This package
produces pages with n lines of at most m characters each. For
instance the German "Normseite": 60 lines of 30 characters
each.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stdpage/stdpage.sty
%doc %{_texmfdistdir}/doc/latex/stdpage/README
%doc %{_texmfdistdir}/doc/latex/stdpage/stdpage-test.tex
%doc %{_texmfdistdir}/doc/latex/stdpage/stdpage.pdf
#- source
%doc %{_texmfdistdir}/source/latex/stdpage/stdpage.dtx
%doc %{_texmfdistdir}/source/latex/stdpage/stdpage.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-4
+ Revision: a7c1f7d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25822 |14mu|texlive-steinmetz-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/steinmetz
# catalog-date 2009-11-10 00:30:52 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-steinmetz
Version:	1.0
Release:	4
Summary:	Print Steinmetz notation
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/steinmetz
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/steinmetz.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/steinmetz.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/steinmetz.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The steinmetz package provides a command for typesetting
complex numbers in the Steinmetz notation used in
electrotechnics as: <modulus><argument or phase inside an angle
symbol> The package makes use of pict2e.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/steinmetz/steinmetz.sty
%doc %{_texmfdistdir}/doc/latex/steinmetz/README
%doc %{_texmfdistdir}/doc/latex/steinmetz/steinmetz-test.tex
%doc %{_texmfdistdir}/doc/latex/steinmetz/steinmetz.pdf
#- source
%doc %{_texmfdistdir}/source/latex/steinmetz/steinmetz.dtx
%doc %{_texmfdistdir}/source/latex/steinmetz/steinmetz.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: e508d56
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25823 |14mu|texlive-stellenbosch-10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25486
# category Package
# catalog-ctan /macros/latex/contrib/stellenbosch
# catalog-date 2012-02-23 16:44:15 +0100
# catalog-license lppl
# catalog-version 10
Name:		texlive-stellenbosch
Version:	10
Release:	3
Summary:	Stellenbosch thesis bundle
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stellenbosch
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stellenbosch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stellenbosch.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stellenbosch.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The usthesis class/style files are provided to typeset reports,
theses and dissertations that conform to the requirements of
the Engineering Faculty of the University of Stellenbosch. The
class file usthesis.cls is based on the standard LaTeX book
class, while usthesis.sty is a style file to be loaded on top
of the very powerful memoir class. Both options give identical
output, but the benefit of the using memoir is that it has many
additional command and environments for formatting and
processing of a document. Usthesis is primarily concerned with
the formatting of the front matter such as the title page,
abstract, etc. and a decent page layout on A4 paper. It also
works together with the babel package to provide language
options to typeset documents in Afrikaans or in English.
Additional packages are provided for bibliographic matter, note
title pages, lists of symbols, as well as various graphic files
for logos.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/stellenbosch/usmeg-a.bst
%{_texmfdistdir}/bibtex/bst/stellenbosch/usmeg-n.bst
%{_texmfdistdir}/bibtex/bst/stellenbosch/ussagus.bst
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-BW-top.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-BW-top.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-BW.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-BW.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-top.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo-top.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USEngLogo.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-BW.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-BW.jpg
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-WM.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-WM.jpg
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-stack.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-stack.jpg
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-top.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest-top.jpg
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/UScrest.jpg
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-BW.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-BW.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-gold.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-gold.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-grey.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-grey.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-maroon.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USleaf-maroon.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-left.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-left.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-stack.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-stack.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-top.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW-top.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-BW.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-left.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-left.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-stack.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-stack.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-top.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo-top.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo.eps
%{_texmfdistdir}/tex/latex/stellenbosch/logos/USlogo.pdf
%{_texmfdistdir}/tex/latex/stellenbosch/usbib.afr
%{_texmfdistdir}/tex/latex/stellenbosch/usbib.eng
%{_texmfdistdir}/tex/latex/stellenbosch/usbib.sty
%{_texmfdistdir}/tex/latex/stellenbosch/usnomencl.sty
%{_texmfdistdir}/tex/latex/stellenbosch/ussummary.sty
%{_texmfdistdir}/tex/latex/stellenbosch/usthesis.afr
%{_texmfdistdir}/tex/latex/stellenbosch/usthesis.cls
%{_texmfdistdir}/tex/latex/stellenbosch/usthesis.eng
%{_texmfdistdir}/tex/latex/stellenbosch/usthesis.sty
%{_texmfdistdir}/tex/latex/stellenbosch/ustitle.sty
%doc %{_texmfdistdir}/doc/latex/stellenbosch/CHANGELOG
%doc %{_texmfdistdir}/doc/latex/stellenbosch/README
%doc %{_texmfdistdir}/doc/latex/stellenbosch/USbib-1.0.pdf
%doc %{_texmfdistdir}/doc/latex/stellenbosch/USlogos-doc-4.0.pdf
%doc %{_texmfdistdir}/doc/latex/stellenbosch/USnomencl-1.1.pdf
%doc %{_texmfdistdir}/doc/latex/stellenbosch/USsummary-1.0a.pdf
%doc %{_texmfdistdir}/doc/latex/stellenbosch/USthesis-4.3.pdf
%doc %{_texmfdistdir}/doc/latex/stellenbosch/UStitle-1.0.pdf
%doc %{_texmfdistdir}/doc/latex/stellenbosch/templates/masters-sample.zip
%doc %{_texmfdistdir}/doc/latex/stellenbosch/templates/report-sample.zip
#- source
%doc %{_texmfdistdir}/source/latex/stellenbosch/USbib-1.0-scr.zip
%doc %{_texmfdistdir}/source/latex/stellenbosch/USlogos-4.0-src.zip
%doc %{_texmfdistdir}/source/latex/stellenbosch/USnomencl-1.1-src.zip
%doc %{_texmfdistdir}/source/latex/stellenbosch/USsummary-1.0a-src.zip
%doc %{_texmfdistdir}/source/latex/stellenbosch/USthesis-4.3-src.zip
%doc %{_texmfdistdir}/source/latex/stellenbosch/UStitle-1.0-src.zip

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 10-3
+ Revision: 398ec85
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25824 |14mu|texlive-stex-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25792
# category Package
# catalog-ctan /macros/latex/contrib/stex
# catalog-date 2012-01-28 13:25:34 +0100
# catalog-license lppl
# catalog-version 1.4
Name:		texlive-stex
Version:	1.4
Release:	3
Summary:	An Infrastructure for Semantic Preloading of LaTeX Documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The sTeX package collection is a version of TeX/LaTeX that
allows to markup TeX/LaTeX documents semantically without
leaving the document format, essentially turning it into a
document format for mathematical knowledge management (MKM).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stex/cmath/cmath.sty
%{_texmfdistdir}/tex/latex/stex/cmath/cmath.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/cmathml/cmathml.sty
%{_texmfdistdir}/tex/latex/stex/cmathml/cmathml.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/cmathml/cmathmlx.sty
%{_texmfdistdir}/tex/latex/stex/cmathml/cmathmlx.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/cnx/cnx.cls
%{_texmfdistdir}/tex/latex/stex/cnx/cnx.cls.ltxml
%{_texmfdistdir}/tex/latex/stex/ctansvn.sty
%{_texmfdistdir}/tex/latex/stex/dcm/dcm.sty
%{_texmfdistdir}/tex/latex/stex/dcm/dcm.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/hwexam/hwexam.cls
%{_texmfdistdir}/tex/latex/stex/hwexam/hwexam.cls.ltxml
%{_texmfdistdir}/tex/latex/stex/hwexam/hwexam.sty
%{_texmfdistdir}/tex/latex/stex/hwexam/hwexam.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/metakeys/metakeys.sty
%{_texmfdistdir}/tex/latex/stex/metakeys/metakeys.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/mikoslides/beamerthemeJacobs.sty
%{_texmfdistdir}/tex/latex/stex/mikoslides/cc-by-sa.png
%{_texmfdistdir}/tex/latex/stex/mikoslides/cc_somerights.png
%{_texmfdistdir}/tex/latex/stex/mikoslides/dangerous-bend.png
%{_texmfdistdir}/tex/latex/stex/mikoslides/jacobs-logo.png
%{_texmfdistdir}/tex/latex/stex/mikoslides/mikoaffiliation.sty
%{_texmfdistdir}/tex/latex/stex/mikoslides/mikoaffiliation.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/mikoslides/mikoslides.cls
%{_texmfdistdir}/tex/latex/stex/mikoslides/mikoslides.cls.ltxml
%{_texmfdistdir}/tex/latex/stex/mikoslides/shading-l2r.png
%{_texmfdistdir}/tex/latex/stex/modules/modules.sty
%{_texmfdistdir}/tex/latex/stex/modules/modules.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/omdoc/omdoc.cls
%{_texmfdistdir}/tex/latex/stex/omdoc/omdoc.cls.ltxml
%{_texmfdistdir}/tex/latex/stex/omdoc/omdoc.sty
%{_texmfdistdir}/tex/latex/stex/omdoc/omdoc.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/omtext/omtext.sty
%{_texmfdistdir}/tex/latex/stex/omtext/omtext.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/presentation/presentation.sty
%{_texmfdistdir}/tex/latex/stex/presentation/presentation.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/problem/problem.sty
%{_texmfdistdir}/tex/latex/stex/problem/problem.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/rdfmeta/rdfmeta.sty
%{_texmfdistdir}/tex/latex/stex/rdfmeta/rdfmeta.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/reqdoc/reqdoc.sty
%{_texmfdistdir}/tex/latex/stex/reqdoc/reqdoc.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/sproof/sproof.sty
%{_texmfdistdir}/tex/latex/stex/sproof/sproof.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/sref/sref.sty
%{_texmfdistdir}/tex/latex/stex/sref/sref.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/statements/statements.sty
%{_texmfdistdir}/tex/latex/stex/statements/statements.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/stex-logo.sty
%{_texmfdistdir}/tex/latex/stex/stex-logo.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/stex.sty
%{_texmfdistdir}/tex/latex/stex/stex.sty.ltxml
%{_texmfdistdir}/tex/latex/stex/stex.tex
%{_texmfdistdir}/tex/latex/stex/workaddress/workaddress.sty
%{_texmfdistdir}/tex/latex/stex/workaddress/workaddress.sty.ltxml
%doc %{_texmfdistdir}/doc/latex/stex/README
%doc %{_texmfdistdir}/doc/latex/stex/cmath/README
%doc %{_texmfdistdir}/doc/latex/stex/cmath/cmath.pdf
%doc %{_texmfdistdir}/doc/latex/stex/cmathml/README
%doc %{_texmfdistdir}/doc/latex/stex/cmathml/cmathml.pdf
%doc %{_texmfdistdir}/doc/latex/stex/cnx/README
%doc %{_texmfdistdir}/doc/latex/stex/cnx/cnx.pdf
%doc %{_texmfdistdir}/doc/latex/stex/dcm/README
%doc %{_texmfdistdir}/doc/latex/stex/dcm/dcm.pdf
%doc %{_texmfdistdir}/doc/latex/stex/example/Makefile
%doc %{_texmfdistdir}/doc/latex/stex/example/README
%doc %{_texmfdistdir}/doc/latex/stex/example/background/Makefile
%doc %{_texmfdistdir}/doc/latex/stex/example/background/all.omdoc
%doc %{_texmfdistdir}/doc/latex/stex/example/background/all.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/background/functions.omdoc
%doc %{_texmfdistdir}/doc/latex/stex/example/background/functions.sms
%doc %{_texmfdistdir}/doc/latex/stex/example/background/functions.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/background/post.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/background/pre.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/background/reals.omdoc
%doc %{_texmfdistdir}/doc/latex/stex/example/background/reals.sms
%doc %{_texmfdistdir}/doc/latex/stex/example/background/reals.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/Makefile
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/continuous.omdoc
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/continuous.sms
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/continuous.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/differentiable.omdoc
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/differentiable.sms
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/differentiable.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/intro.omdoc
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/intro.sms
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/intro.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/paper.omdoc
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/paper.pdf
%doc %{_texmfdistdir}/doc/latex/stex/example/paper/paper.tex
%doc %{_texmfdistdir}/doc/latex/stex/example/test/Makefile
%doc %{_texmfdistdir}/doc/latex/stex/hwexam/README
%doc %{_texmfdistdir}/doc/latex/stex/hwexam/hwexam.pdf
%doc %{_texmfdistdir}/doc/latex/stex/metakeys/README
%doc %{_texmfdistdir}/doc/latex/stex/metakeys/metakeys.pdf
%doc %{_texmfdistdir}/doc/latex/stex/mikoslides/README
%doc %{_texmfdistdir}/doc/latex/stex/mikoslides/mikoslides.pdf
%doc %{_texmfdistdir}/doc/latex/stex/modules/README
%doc %{_texmfdistdir}/doc/latex/stex/modules/modules.pdf
%doc %{_texmfdistdir}/doc/latex/stex/omdoc/README
%doc %{_texmfdistdir}/doc/latex/stex/omdoc/omdoc.pdf
%doc %{_texmfdistdir}/doc/latex/stex/omtext/README
%doc %{_texmfdistdir}/doc/latex/stex/omtext/omtext.pdf
%doc %{_texmfdistdir}/doc/latex/stex/presentation/README
%doc %{_texmfdistdir}/doc/latex/stex/presentation/presentation.pdf
%doc %{_texmfdistdir}/doc/latex/stex/problem/README
%doc %{_texmfdistdir}/doc/latex/stex/problem/problem.pdf
%doc %{_texmfdistdir}/doc/latex/stex/rdfmeta/README
%doc %{_texmfdistdir}/doc/latex/stex/rdfmeta/certification.pdf
%doc %{_texmfdistdir}/doc/latex/stex/rdfmeta/certification.tex
%doc %{_texmfdistdir}/doc/latex/stex/rdfmeta/rdfmeta.pdf
%doc %{_texmfdistdir}/doc/latex/stex/reqdoc/README
%doc %{_texmfdistdir}/doc/latex/stex/reqdoc/reqdoc.pdf
%doc %{_texmfdistdir}/doc/latex/stex/reqdoc/requirements.pdf
%doc %{_texmfdistdir}/doc/latex/stex/reqdoc/requirements.tex
%doc %{_texmfdistdir}/doc/latex/stex/sproof/README
%doc %{_texmfdistdir}/doc/latex/stex/sproof/sproof.pdf
%doc %{_texmfdistdir}/doc/latex/stex/sref/README
%doc %{_texmfdistdir}/doc/latex/stex/sref/book.pdf
%doc %{_texmfdistdir}/doc/latex/stex/sref/book.tex
%doc %{_texmfdistdir}/doc/latex/stex/sref/idc.pdf
%doc %{_texmfdistdir}/doc/latex/stex/sref/idc.tex
%doc %{_texmfdistdir}/doc/latex/stex/sref/idcmain.tex
%doc %{_texmfdistdir}/doc/latex/stex/sref/scr.pdf
%doc %{_texmfdistdir}/doc/latex/stex/sref/scr.tex
%doc %{_texmfdistdir}/doc/latex/stex/sref/scrmain.tex
%doc %{_texmfdistdir}/doc/latex/stex/sref/sref.pdf
%doc %{_texmfdistdir}/doc/latex/stex/statements/README
%doc %{_texmfdistdir}/doc/latex/stex/statements/statements.pdf
%doc %{_texmfdistdir}/doc/latex/stex/stex.pdf
%doc %{_texmfdistdir}/doc/latex/stex/workaddress/README
%doc %{_texmfdistdir}/doc/latex/stex/workaddress/workaddress.pdf
#- source
%doc %{_texmfdistdir}/source/latex/stex/bin/Makefile
%doc %{_texmfdistdir}/source/latex/stex/bin/Modparse.pm
%doc %{_texmfdistdir}/source/latex/stex/bin/README
%doc %{_texmfdistdir}/source/latex/stex/bin/TexId.pm
%doc %{_texmfdistdir}/source/latex/stex/bin/allgen
%doc %{_texmfdistdir}/source/latex/stex/bin/bms
%doc %{_texmfdistdir}/source/latex/stex/bin/checksum
%doc %{_texmfdistdir}/source/latex/stex/bin/convert-paths
%doc %{_texmfdistdir}/source/latex/stex/bin/filedate
%doc %{_texmfdistdir}/source/latex/stex/bin/gen-symdef-table.pl
%doc %{_texmfdistdir}/source/latex/stex/bin/grep-rerun
%doc %{_texmfdistdir}/source/latex/stex/bin/idcheck
%doc %{_texmfdistdir}/source/latex/stex/bin/msplit
%doc %{_texmfdistdir}/source/latex/stex/bin/old/Makefile
%doc %{_texmfdistdir}/source/latex/stex/bin/old/defcon.l
%doc %{_texmfdistdir}/source/latex/stex/bin/old/idcheck.l
%doc %{_texmfdistdir}/source/latex/stex/bin/old/modstr.l
%doc %{_texmfdistdir}/source/latex/stex/bin/old/symdef
%doc %{_texmfdistdir}/source/latex/stex/bin/rf
%doc %{_texmfdistdir}/source/latex/stex/bin/rng2dot/ModelRNC.pm
%doc %{_texmfdistdir}/source/latex/stex/bin/rng2dot/rng2dot
%doc %{_texmfdistdir}/source/latex/stex/bin/sgraph
%doc %{_texmfdistdir}/source/latex/stex/bin/sms
%doc %{_texmfdistdir}/source/latex/stex/bin/stexml
%doc %{_texmfdistdir}/source/latex/stex/bin/stexmlmod
%doc %{_texmfdistdir}/source/latex/stex/bin/termin
%doc %{_texmfdistdir}/source/latex/stex/cmath/cmath.dtx
%doc %{_texmfdistdir}/source/latex/stex/cmath/cmath.ins
%doc %{_texmfdistdir}/source/latex/stex/cmathml/cmathml.dtx
%doc %{_texmfdistdir}/source/latex/stex/cmathml/cmathml.ins
%doc %{_texmfdistdir}/source/latex/stex/cnx/cnx.dtx
%doc %{_texmfdistdir}/source/latex/stex/cnx/cnx.ins
%doc %{_texmfdistdir}/source/latex/stex/dcm/dcm.dtx
%doc %{_texmfdistdir}/source/latex/stex/dcm/dcm.ins
%doc %{_texmfdistdir}/source/latex/stex/hwexam/hwexam.dtx
%doc %{_texmfdistdir}/source/latex/stex/hwexam/hwexam.ins
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.base.in
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.base.vars
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.in
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.latex.in
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.latex.vars
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.latexml.in
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.latexml.vars
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.subdirs
%doc %{_texmfdistdir}/source/latex/stex/make/Makefile.vars
%doc %{_texmfdistdir}/source/latex/stex/make/README
%doc %{_texmfdistdir}/source/latex/stex/metakeys/metakeys.dtx
%doc %{_texmfdistdir}/source/latex/stex/metakeys/metakeys.ins
%doc %{_texmfdistdir}/source/latex/stex/mikoslides/mikoslides.dtx
%doc %{_texmfdistdir}/source/latex/stex/mikoslides/mikoslides.ins
%doc %{_texmfdistdir}/source/latex/stex/modules/modules.dtx
%doc %{_texmfdistdir}/source/latex/stex/modules/modules.ins
%doc %{_texmfdistdir}/source/latex/stex/omdoc/omdoc.dtx
%doc %{_texmfdistdir}/source/latex/stex/omdoc/omdoc.ins
%doc %{_texmfdistdir}/source/latex/stex/omtext/omtext.dtx
%doc %{_texmfdistdir}/source/latex/stex/omtext/omtext.ins
%doc %{_texmfdistdir}/source/latex/stex/presentation/presentation.dtx
%doc %{_texmfdistdir}/source/latex/stex/presentation/presentation.ins
%doc %{_texmfdistdir}/source/latex/stex/problem/problem.dtx
%doc %{_texmfdistdir}/source/latex/stex/problem/problem.ins
%doc %{_texmfdistdir}/source/latex/stex/rdfmeta/rdfmeta.dtx
%doc %{_texmfdistdir}/source/latex/stex/rdfmeta/rdfmeta.ins
%doc %{_texmfdistdir}/source/latex/stex/reqdoc/reqdoc.dtx
%doc %{_texmfdistdir}/source/latex/stex/reqdoc/reqdoc.ins
%doc %{_texmfdistdir}/source/latex/stex/schema/Makefile
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-bib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-bib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-block.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-block.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-common.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-common.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-inline.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-inline.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-math.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-math.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-para.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-para.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-picture.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-picture.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-structure.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-structure.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-tabular.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML-tabular.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/LaTeXML.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-animation.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-animation.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-animevents-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-animevents-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-clip.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-clip.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-filter.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-filter.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-font.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-font.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-graphics-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-graphics-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-structure.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-structure.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-text.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-basic-text.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-clip.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-clip.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-conditional.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-conditional.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-container-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-container-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-core-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-core-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-cursor.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-cursor.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-datatypes.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-datatypes.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-docevents-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-docevents-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-extensibility.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-extensibility.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-extresources-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-extresources-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-filter.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-filter.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-font.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-font.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-gradient.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-gradient.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-graphevents-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-graphevents-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-graphics-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-graphics-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-hyperlink.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-hyperlink.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-image.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-image.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-marker.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-marker.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-mask.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-mask.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-opacity-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-opacity-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-paint-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-paint-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-pattern.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-pattern.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-profile.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-profile.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-qname.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-script.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-script.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-shape.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-shape.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-structure.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-structure.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-style.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-style.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-text.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-text.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-view.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-view.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-viewport-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-viewport-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-xlink-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg-xlink-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg11-basic.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg11-tiny.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg11.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/LaTeXML/svg11.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/Makefile
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/metadata.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc+ltxml.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/MARCRelators.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/Makefile
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/README
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/arith1.omdoc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/creativecommons.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/dublincore.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-common.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-content.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-presentation.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-strict-content.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3-strict.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mathml3.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/mocksoap.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omcd2.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omcdgroup2.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omcdsig2.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdoc-common.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdoc.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocadt.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdoccc.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdoccth.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocdc.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocdg.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocdoc.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocext.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocmeta.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocmobj.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocmtxt.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocpf.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocphys.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocpres.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocquiz.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocrt.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/omdocst.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/openmath2.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/pxhtml.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/schemas.xml
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/todo
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/todo.txt
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-applet.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-attribs.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-basic-table.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-bdo.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-datatypes.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-hypertext.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-image.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-inlstyle.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-list.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-object.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-param.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-table.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/omdoc/xhtml-text.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/owl.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/owl2+ltxml.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/owl2-xml.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/owl2xml.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/schemas.xml
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/statements.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-animation.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-animevents-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-clip.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-filter.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-font.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-graphics-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-structure.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-basic-text.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-clip.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-conditional.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-container-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-core-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-cursor.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-datatypes.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-docevents-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-extensibility.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-extresources-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-filter.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-font.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-gradient.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-graphevents-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-graphics-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-hyperlink.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-image.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-marker.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-mask.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-opacity-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-paint-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-pattern.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-profile.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-qname.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-script.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-shape.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-structure.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-style.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-text.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-view.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-viewport-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg-xlink-attrib.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg11-basic.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg11-tiny.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rnc/svg/svg11.rnc
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-bib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-block.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-common.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-inline.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-math.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-para.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-picture.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-structure.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML-tabular.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/LaTeXML.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/MARCRelators.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/Makefile
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/creativecommons.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/dublincore.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-cds-pragmatic.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-common.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-content.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-pragmatic.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-presentation.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-strict-content.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3-strict.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/mathml3.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/metadata.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdoc+ltxml.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdoc-common.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdoc-xhtml.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdoc.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocadt.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocattribs.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdoccc.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdoccth.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocdc.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocdg.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocdoc.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocext.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocmeta.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocmobj.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocmtxt.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocpf.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocpres.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocquiz.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocrt.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/omdocst.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/openmath2.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/openmath3.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/owl.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/owl2+ltxml.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/owl2-xml.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/owl2xml.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/pxhtml.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/statements.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-animation.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-animevents-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-clip.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-filter.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-font.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-graphics-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-structure.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-basic-text.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-clip.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-conditional.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-container-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-core-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-cursor.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-datatypes.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-docevents-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-extensibility.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-extresources-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-filter.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-font.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-gradient.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-graphevents-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-graphics-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-hyperlink.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-image.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-marker.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-mask.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-opacity-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-paint-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-pattern.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-profile.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-script.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-shape.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-structure.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-style.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-text.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-view.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-viewport-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg-xlink-attrib.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/svg11.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-applet.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-attribs.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-base.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-basic-table.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-bdo.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-datatypes.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-hypertext.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-image.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-inlstyle.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-link.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-list.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-object.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-param.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-table.rng
%doc %{_texmfdistdir}/source/latex/stex/schema/rng/xhtml-text.rng
%doc %{_texmfdistdir}/source/latex/stex/sproof/sproof.dtx
%doc %{_texmfdistdir}/source/latex/stex/sproof/sproof.ins
%doc %{_texmfdistdir}/source/latex/stex/sref/sref.dtx
%doc %{_texmfdistdir}/source/latex/stex/sref/sref.ins
%doc %{_texmfdistdir}/source/latex/stex/statements/statements.dtx
%doc %{_texmfdistdir}/source/latex/stex/statements/statements.ins
%doc %{_texmfdistdir}/source/latex/stex/workaddress/workaddress.dtx
%doc %{_texmfdistdir}/source/latex/stex/workaddress/workaddress.ins
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-bib-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-block-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-common.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-html.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-html5.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-inline-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-math-image.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-math-mathml-html5.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-math-mathml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-para-html5.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-para-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-picture-image.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-picture-svg-html5.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-picture-svg.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-structure-html5.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-structure-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-tabular-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-webpage-html5.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-webpage-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/LaTeXML-xhtml.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/amsart.css
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/closedbib.css
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/core.css
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/marginpar.css
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/navbar-left.css
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/navbar-right.css
%doc %{_texmfdistdir}/source/latex/stex/xsl/LaTeXML/theme-blue.css
%doc %{_texmfdistdir}/source/latex/stex/xsl/Makefile
%doc %{_texmfdistdir}/source/latex/stex/xsl/doc.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/graphics.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/listings.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/ltxml2cnx.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/math.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/notations.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/omdocpost.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/owl2post.xsl
%doc %{_texmfdistdir}/source/latex/stex/xsl/symbols.xsl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: 9f6ed8d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25825 |14mu|texlive-stmaryrd-20091010-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22027
# category Package
# catalog-ctan /fonts/stmaryrd
# catalog-date 2009-10-10 00:51:28 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-stmaryrd
Version:	20091010
Release:	4
Summary:	St Mary Road symbols for theoretical computer science
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/stmaryrd
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stmaryrd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stmaryrd.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stmaryrd.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The fonts were originally distributed as MetaFont sources only,
but Adobe Type 1 versions are also now available. Macro support
is provided for use under LaTeX; the package supports the
"only" option (provided by the somedefs package) to restrict
what is loaded, for those who don't need the whole font.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary10.afm
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary5.afm
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary6.afm
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary7.afm
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary8.afm
%{_texmfdistdir}/fonts/afm/public/stmaryrd/stmary9.afm
%{_texmfdistdir}/fonts/map/dvips/stmaryrd/stmaryrd.map
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary10.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary5.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary6.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary7.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary8.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmary9.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmaryaj.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmaryba.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmarych.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmaryjg.mf
%{_texmfdistdir}/fonts/source/public/stmaryrd/stmaryrd.mf
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary10.tfm
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary5.tfm
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary6.tfm
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary7.tfm
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary8.tfm
%{_texmfdistdir}/fonts/tfm/public/stmaryrd/stmary9.tfm
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary10.pfb
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary10.pfm
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary5.pfb
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary5.pfm
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary6.pfb
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary6.pfm
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary7.pfb
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary7.pfm
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary8.pfb
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary8.pfm
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary9.pfb
%{_texmfdistdir}/fonts/type1/public/stmaryrd/stmary9.pfm
%{_texmfdistdir}/tex/latex/stmaryrd/Ustmry.fd
%{_texmfdistdir}/tex/latex/stmaryrd/stmaryrd.sty
%doc %{_texmfdistdir}/doc/fonts/stmaryrd/INSTALL
%doc %{_texmfdistdir}/doc/fonts/stmaryrd/README
%doc %{_texmfdistdir}/doc/fonts/stmaryrd/README.hoekwater
%doc %{_texmfdistdir}/doc/fonts/stmaryrd/stmaryrd.pdf
#- source
%doc %{_texmfdistdir}/source/fonts/stmaryrd/stmaryrd.dtx
%doc %{_texmfdistdir}/source/fonts/stmaryrd/stmaryrd.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091010-4
+ Revision: 5eeb6d9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25826 |14mu|texlive-storebox-1.3a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24895
# category Package
# catalog-ctan /macros/latex/contrib/storebox
# catalog-date 2011-12-21 11:26:33 +0100
# catalog-license lppl1.3
# catalog-version 1.3a
Name:		texlive-storebox
Version:	1.3a
Release:	4
Summary:	Storing information for reuse
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/storebox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/storebox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/storebox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/storebox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides "store boxes" whose user interface matches
that of normal LaTeX "save boxes", except that the content of a
store box appears at most once in the output PDF file, however
often it is used. The present version of the package supports
pdfLaTeX and LuaLaTeX; when DVI is output, store boxes behave
the same as save boxes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/storebox/storebox-pgf.sty
%{_texmfdistdir}/tex/latex/storebox/storebox.sty
%doc %{_texmfdistdir}/doc/latex/storebox/README
%doc %{_texmfdistdir}/doc/latex/storebox/storebox.pdf
#- source
%doc %{_texmfdistdir}/source/latex/storebox/storebox.dtx
%doc %{_texmfdistdir}/source/latex/storebox/storebox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3a-4
+ Revision: 4369fea
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25827 |14mu|texlive-storecmd-0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24431
# category Package
# catalog-ctan /macros/latex/contrib/storecmd
# catalog-date 2011-10-27 10:28:55 +0200
# catalog-license lppl1.3
# catalog-version 0.0.2
Name:		texlive-storecmd
Version:	0.0.2
Release:	4
Summary:	Store the name of a defined command in a container
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/storecmd
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/storecmd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/storecmd.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for command definition that save
the name of the command being defined in a file or a macro
container. The list could be useful for spelling exceptions in
text editors that do not support TeX syntax.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/storecmd/storecmd.sty
%doc %{_texmfdistdir}/doc/latex/storecmd/README
%doc %{_texmfdistdir}/doc/latex/storecmd/storecmd-example.tex
%doc %{_texmfdistdir}/doc/latex/storecmd/storecmd-guide.pdf
%doc %{_texmfdistdir}/doc/latex/storecmd/storecmd-guide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.2-4
+ Revision: 7cbc648
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25828 |14mu|texlive-stringstrings-1.20-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17906
# category Package
# catalog-ctan /macros/latex/contrib/stringstrings
# catalog-date 2010-04-16 13:31:22 +0200
# catalog-license lgpl
# catalog-version 1.20
Name:		texlive-stringstrings
Version:	1.20
Release:	4
Summary:	String manipulation for cosmetic and programming application
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stringstrings
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stringstrings.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stringstrings.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stringstrings.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a large and sundry set of macros for the
manipulation of strings. The macros are developed not merely
for cosmetic application (such as changing the case of letters
and string substitution), but also for programming applications
such as character look-ahead, argument parsing, conditional
tests on various string conditions, etc. The macros were
designed all to be expandable (note that things such as
\uppercase and \lowercase are not expandable), so that the
macros may be strung together sequentially and nested (after a
fashion) to achieve rather complex manipulations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stringstrings/stringstrings.sty
%doc %{_texmfdistdir}/doc/latex/stringstrings/README
%doc %{_texmfdistdir}/doc/latex/stringstrings/stringstrings.pdf
#- source
%doc %{_texmfdistdir}/source/latex/stringstrings/stringstrings.dtx
%doc %{_texmfdistdir}/source/latex/stringstrings/stringstrings.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.20-4
+ Revision: 4f6cc61
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25829 |14mu|texlive-struktex-141-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25916
# category Package
# catalog-ctan /macros/latex/contrib/struktex
# catalog-date 2012-04-11 11:11:10 +0200
# catalog-license lppl1.2
# catalog-version 141
Name:		texlive-struktex
Version:	141
Release:	3
Summary:	Draw Nassi-Schneidermann charts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/struktex
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/struktex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/struktex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/struktex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Even in the age of OOP one must develop algorithms. Nassi-
Shneiderman diagrams are a well known tool to describe an
algorithm in a graphical way. The package offers some macros
for generating those diagrams in a LaTeX document. The package
provides the most important elements of a Nassi-Shneiderman
diagram, including processing blocks, loops, mapping
conventions for alternatives, etc. Diagrams are drawn using the
picture environment (using pict2e for preference).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/struktex/strukdoc.sty
%{_texmfdistdir}/tex/latex/struktex/struktex.sty
%{_texmfdistdir}/tex/latex/struktex/struktxf.sty
%{_texmfdistdir}/tex/latex/struktex/struktxp.sty
%doc %{_texmfdistdir}/doc/latex/struktex/LIESMICH
%doc %{_texmfdistdir}/doc/latex/struktex/README
%doc %{_texmfdistdir}/doc/latex/struktex/THIS_IS_VERSION_v141
%doc %{_texmfdistdir}/doc/latex/struktex/getversion.tex
%doc %{_texmfdistdir}/doc/latex/struktex/struktex-test-0.nss
%doc %{_texmfdistdir}/doc/latex/struktex/struktex-test-1.tex
%doc %{_texmfdistdir}/doc/latex/struktex/struktex-test-2.tex
%doc %{_texmfdistdir}/doc/latex/struktex/struktex-test-3.tex
%doc %{_texmfdistdir}/doc/latex/struktex/struktex-test-4.tex
%doc %{_texmfdistdir}/doc/latex/struktex/struktex.de.pdf
%doc %{_texmfdistdir}/doc/latex/struktex/struktex.el
%doc %{_texmfdistdir}/doc/latex/struktex/struktex.en.pdf
%doc %{_texmfdistdir}/doc/latex/struktex/struktex.makemake
%doc %{_texmfdistdir}/doc/latex/struktex/struktex.mk
#- source
%doc %{_texmfdistdir}/source/latex/struktex/struktex.dtx
%doc %{_texmfdistdir}/source/latex/struktex/struktex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 141-3
+ Revision: 793a094
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25830 |14mu|texlive-sttools-20120527-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26674
# category Package
# catalog-ctan /macros/latex/contrib/sttools
# catalog-date 2012-05-27 12:29:18 +0200
# catalog-license collection
# catalog-version undef
Name:		texlive-sttools
Version:	20120527
Release:	3
Summary:	Various macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sttools
License:	COLLECTION
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sttools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sttools.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of tools and macros, including: - a document
"Inside LaTeX2e kernel" (which discusses some of the functions
of the packages), - miscellaneous float control, - page styles
for floats, - multipage tabulars, - even columns at end of
twocolumn region, - switching between one- and two-column
anywhere, - getting more mileage from \marginpar, - simulating
the effect of "midfloats", - create a bounding box, - a package
to manipulate numerical lists and arrays.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sttools/boundbox.sty
%{_texmfdistdir}/tex/latex/sttools/cuted.sty
%{_texmfdistdir}/tex/latex/sttools/floatpag.sty
%{_texmfdistdir}/tex/latex/sttools/flushend.sty
%{_texmfdistdir}/tex/latex/sttools/marginal.sty
%{_texmfdistdir}/tex/latex/sttools/midfloat.sty
%{_texmfdistdir}/tex/latex/sttools/stabular.sty
%{_texmfdistdir}/tex/latex/sttools/stfloats.sty
%{_texmfdistdir}/tex/latex/sttools/texsort.sty
%doc %{_texmfdistdir}/doc/latex/sttools/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/sttools/doc/cuted.pdf
%doc %{_texmfdistdir}/doc/latex/sttools/doc/cuted.tex
%doc %{_texmfdistdir}/doc/latex/sttools/doc/floatpag.pdf
%doc %{_texmfdistdir}/doc/latex/sttools/doc/floatpag.tex
%doc %{_texmfdistdir}/doc/latex/sttools/doc/flushend.pdf
%doc %{_texmfdistdir}/doc/latex/sttools/doc/flushend.tex
%doc %{_texmfdistdir}/doc/latex/sttools/index.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120527-3
+ Revision: cfba550
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25831 |14mu|texlive-stubs-0.1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/stubs
# catalog-date 2008-08-23 22:26:13 +0200
# catalog-license gpl
# catalog-version 0.1.1
Name:		texlive-stubs
Version:	0.1.1
Release:	4
Summary:	Create tear-off stubs at the bottom of a page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/stubs
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stubs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/stubs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The \stubs command creates as many repetitions as possible of
its argument, at the bottom of the page; these stubs may be
used (for example) for contact information.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/stubs/stubs.sty
%doc %{_texmfdistdir}/doc/latex/stubs/COPYING
%doc %{_texmfdistdir}/doc/latex/stubs/README
%doc %{_texmfdistdir}/doc/latex/stubs/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/stubs/changelog.txt
%doc %{_texmfdistdir}/doc/latex/stubs/stubs_ex.pdf
%doc %{_texmfdistdir}/doc/latex/stubs/stubs_ex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-4
+ Revision: 02c9986
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25832 |14mu|texlive-suanpan-20091110-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/suanpan
# catalog-date 2009-11-10 00:30:52 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-suanpan
Version:	20091110
Release:	4
Summary:	MetaPost macros for drawing Chinese and Japanese abaci
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/suanpan
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/suanpan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/suanpan.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These macros are described in Denis Roegel: MetaPost macros for
drawing Chinese and Japanese abaci, TUGboat (volume 30, number
1, 2009, pages 74-79).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/suanpan/abacus.mp
%{_texmfdistdir}/metapost/suanpan/suanpan.mp
%doc %{_texmfdistdir}/doc/metapost/suanpan/README
%doc %{_texmfdistdir}/doc/metapost/suanpan/article.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091110-4
+ Revision: 6b063d2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25833 |14mu|texlive-subdepth-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/subdepth
# catalog-date 2008-08-23 22:26:13 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-subdepth
Version:	0.1
Release:	4
Summary:	Unify maths subscript height
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/subdepth
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subdepth.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subdepth.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subdepth.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is based on code (posted long ago to comp.text.tex
by Donald Arseneau) to equalise the height of subscripts in
maths. The default behaviour is to place subscripts slightly
lower when there is a superscript as well, but this can look
odd in some situations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subdepth/subdepth.sty
%doc %{_texmfdistdir}/doc/latex/subdepth/README
%doc %{_texmfdistdir}/doc/latex/subdepth/subdepth.pdf
#- source
%doc %{_texmfdistdir}/source/latex/subdepth/subdepth.dtx
%doc %{_texmfdistdir}/source/latex/subdepth/subdepth.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 507aca0
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25834 |14mu|texlive-subeqn-2.0b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/subeqn
# catalog-date 2007-01-15 00:27:07 +0100
# catalog-license lppl
# catalog-version 2.0b
Name:		texlive-subeqn
Version:	2.0b
Release:	4
Summary:	Package for subequation numbering
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/subeqn
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqn.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqn.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Sometimes it is necessary to be able to refer to subexpressions
of an equation. In order to do that these subexpressions should
be numbered. In standard LaTeX there is no provision for this.
To solve this problem Stephen Gildea once wrote subeqn.sty for
LaTeX 2.09; Donald Arsenau rewrote the macros and Johannes
Braams made them available for LaTeX2e. Note that this package
is not compatible with the package subeqnarray (written by
Johannes Braams), but it can be used together with the LaTeX
class options leqno and fleqn.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subeqn/subeqn.sty
%doc %{_texmfdistdir}/doc/latex/subeqn/manifest.txt
%doc %{_texmfdistdir}/doc/latex/subeqn/subeqn.pdf
%doc %{_texmfdistdir}/doc/latex/subeqn/subeqn.tex
#- source
%doc %{_texmfdistdir}/source/latex/subeqn/subeqn.dtx
%doc %{_texmfdistdir}/source/latex/subeqn/subeqn.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0b-4
+ Revision: 69bc358
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25835 |14mu|texlive-subeqnarray-2.1c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/subeqnarray
# catalog-date 2007-01-02 10:01:06 +0100
# catalog-license lppl
# catalog-version 2.1c
Name:		texlive-subeqnarray
Version:	2.1c
Release:	4
Summary:	Equation array with sub numbering
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/subeqnarray
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqnarray.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqnarray.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqnarray.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package defines the subeqnarray and subeqnarray*
environments, which behave like the equivalent eqnarray and
eqnarray* environments, except that the individual lines are
numbered like 1a, 1b, 1c, etc. To refer to these numbers an
extra label command \slabel is provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subeqnarray/subeqnarray.sty
%doc %{_texmfdistdir}/doc/latex/subeqnarray/manifest.txt
%doc %{_texmfdistdir}/doc/latex/subeqnarray/subeqnarray.pdf
%doc %{_texmfdistdir}/doc/latex/subeqnarray/subeqnarray.tex
#- source
%doc %{_texmfdistdir}/source/latex/subeqnarray/subeqnarray.dtx
%doc %{_texmfdistdir}/source/latex/subeqnarray/subeqnarray.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1c-4
+ Revision: cafcd46
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25836 |14mu|texlive-subfig-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/subfig
# catalog-date 2010-05-10 00:41:23 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-subfig
Version:	1.3
Release:	4
Summary:	Figures broken into subfigures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/subfig
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfig.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfig.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for the manipulation and reference
of small or 'sub' figures and tables within a single figure or
table environment. It is convenient to use this package when
your subfigures are to be separately captioned, referenced, or
are to be included in the List-of-Figures. A new \subfigure
command is introduced which can be used inside a figure
environment for each subfigure. An optional first argument is
used as the caption for that subfigure. This package supersedes
the subfigure package (which will continue to be supported, but
no longer maintained). The name has changed because the subfig
package is not completely backward compatible with the older
subfigure package due to an extensive rewrite to use the new
caption package to produce its subcaptions. The major advantage
to the new package is that the user interface is keyword/value
driven and easier to use. To ease the transition from the
subfigure package it includes a configuration file (subfig.cfg)
which nearly emulates the subfigure package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subfig/altsf.cfg
%{_texmfdistdir}/tex/latex/subfig/subfig.sty
%doc %{_texmfdistdir}/doc/latex/subfig/README
%doc %{_texmfdistdir}/doc/latex/subfig/ltxdoc.cfg
%doc %{_texmfdistdir}/doc/latex/subfig/subfig.pdf
%doc %{_texmfdistdir}/doc/latex/subfig/test1.tex
%doc %{_texmfdistdir}/doc/latex/subfig/test2.tex
%doc %{_texmfdistdir}/doc/latex/subfig/test3.tex
%doc %{_texmfdistdir}/doc/latex/subfig/test4.tex
%doc %{_texmfdistdir}/doc/latex/subfig/test5.tex
%doc %{_texmfdistdir}/doc/latex/subfig/test6.tex
%doc %{_texmfdistdir}/doc/latex/subfig/test7.tex
#- source
%doc %{_texmfdistdir}/source/latex/subfig/Makefile
%doc %{_texmfdistdir}/source/latex/subfig/subfig.dtx
%doc %{_texmfdistdir}/source/latex/subfig/subfig.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: 4f9cc5c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25837 |14mu|texlive-subfigmat-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20308
# category Package
# catalog-ctan /macros/latex/contrib/subfigmat
# catalog-date 2010-11-03 11:56:13 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-subfigmat
Version:	1.0
Release:	4
Summary:	Automates layout when using the subfigure package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/subfigmat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigmat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigmat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines an array/matrix-type environment that is used with the
subfigure package to automate the placement of subfigures (or
tables or text). The subfigures are placed left-to-right, top-
to-bottom.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subfigmat/subfigmat.sty
%doc %{_texmfdistdir}/doc/latex/subfigmat/subfigmat-doc.pdf
%doc %{_texmfdistdir}/doc/latex/subfigmat/subfigmat-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 2ed2fc2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25838 |14mu|texlive-subfigure-2.1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /obsolete/macros/latex/contrib/subfigure
# catalog-date 2010-04-20 11:43:44 +0200
# catalog-license lppl
# catalog-version 2.1.5
Name:		texlive-subfigure
Version:	2.1.5
Release:	4
Summary:	Deprecated: Figures divided into subfigures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/obsolete/macros/latex/contrib/subfigure
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigure.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigure.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigure.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides support for the manipulation and reference of small or
'sub' figures and tables within a single figure or table
environment. It is convenient to use this package when your
subfigures are to be separately captioned, referenced, or are
to be included in the List-of-Figures. A new \subfigure command
is introduced which can be used inside a figure environment for
each subfigure. An optional first argument is used as the
caption for that subfigure. This package is now obsolescent:
new users should use subfig instead.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subfigure/subfigure.cfg
%{_texmfdistdir}/tex/latex/subfigure/subfigure.sty
%doc %{_texmfdistdir}/doc/latex/subfigure/README
%doc %{_texmfdistdir}/doc/latex/subfigure/ltxdoc.cfg
%doc %{_texmfdistdir}/doc/latex/subfigure/subfigure.pdf
%doc %{_texmfdistdir}/doc/latex/subfigure/test.tex
%doc %{_texmfdistdir}/doc/latex/subfigure/test2.tex
%doc %{_texmfdistdir}/doc/latex/subfigure/test3.tex
%doc %{_texmfdistdir}/doc/latex/subfigure/test4.tex
%doc %{_texmfdistdir}/doc/latex/subfigure/test5.tex
#- source
%doc %{_texmfdistdir}/source/latex/subfigure/Makefile
%doc %{_texmfdistdir}/source/latex/subfigure/subfigure.dtx
%doc %{_texmfdistdir}/source/latex/subfigure/subfigure.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1.5-4
+ Revision: ae3e262
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25839 |14mu|texlive-subfiles-20120810-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26645
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-subfiles
Version:	20120810
Release:	3
Summary:	TeXLive subfiles package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfiles.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfiles.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfiles.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive subfiles package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subfiles/subfiles.cls
%{_texmfdistdir}/tex/latex/subfiles/subfiles.sty
%doc %{_texmfdistdir}/doc/latex/subfiles/README
%doc %{_texmfdistdir}/doc/latex/subfiles/subfiles.pdf
#- source
%doc %{_texmfdistdir}/source/latex/subfiles/subfiles.dtx
%doc %{_texmfdistdir}/source/latex/subfiles/subfiles.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120810-3
+ Revision: 6594139
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25840 |14mu|texlive-subfloat-2.14-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/subfloat
# catalog-date 2008-06-17 13:09:54 +0200
# catalog-license lppl
# catalog-version 2.14
Name:		texlive-subfloat
Version:	2.14
Release:	4
Summary:	Sub-numbering for figures and tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/subfloat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfloat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/subfloat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package enables sub-numbering of floats (figures and
tables) similar to the subequations-environment of the amsmath
package. The subfloat package is not to be confused with the
subfig package which generates sub-figures within one normal
figure, and manages their placement; subfloat only affects
captions and numbering.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/subfloat/subfloat.sty
%doc %{_texmfdistdir}/doc/latex/subfloat/ChangeLog
%doc %{_texmfdistdir}/doc/latex/subfloat/README
%doc %{_texmfdistdir}/doc/latex/subfloat/install.sh
%doc %{_texmfdistdir}/doc/latex/subfloat/subfloat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/subfloat/Makefile
%doc %{_texmfdistdir}/source/latex/subfloat/subfloat.dtx
%doc %{_texmfdistdir}/source/latex/subfloat/subfloat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.14-4
+ Revision: b4ec5e0
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25841 |14mu|texlive-substances-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27182
# category Package
# catalog-ctan /macros/latex/contrib/substances
# catalog-date 2012-07-22 22:37:06 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-substances
Version:	0.1
Release:	3
Summary:	A database of chemicals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/substances
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/substances.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/substances.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means to create a database-like file
that contains data of various chemicals. These data may be
retrieved in the document; an index of the chemicals mentioned
in the document can be created..


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/substances/substances-default.def
%{_texmfdistdir}/tex/latex/substances/substances.sty
%doc %{_texmfdistdir}/doc/latex/substances/README
%doc %{_texmfdistdir}/doc/latex/substances/substances-examples.sub
%doc %{_texmfdistdir}/doc/latex/substances/substances_en.pdf
%doc %{_texmfdistdir}/doc/latex/substances/substances_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: 2c20e88
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25842 |14mu|texlive-substitutefont-0.1.4-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32066
# category Package
# catalog-ctan /macros/latex/contrib/substitutefont
# catalog-date 2013-11-04 19:57:46 +0100
# catalog-license lppl1.3
# catalog-version 0.1.4
Name:		texlive-substitutefont
Version:	0.1.4
Release:	7
Summary:	Easy font substitution
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/substitutefont
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/substitutefont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/substitutefont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Many free fonts are extensions of a basic font family with new
glyphs or shapes. Such fonts may be given a new name due to
licence reasons or to the creator's preference. The package
facilitates the task of setting up a font family as substitute
for another one, using its \substitutefont command.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/substitutefont/substitutefont.sty
%doc %{_texmfdistdir}/doc/latex/substitutefont/README
%doc %{_texmfdistdir}/doc/latex/substitutefont/cyrillic-lm-lgc.pdf
%doc %{_texmfdistdir}/doc/latex/substitutefont/cyrillic-lm-lgc.tex
%doc %{_texmfdistdir}/doc/latex/substitutefont/cyrillic-paratype.pdf
%doc %{_texmfdistdir}/doc/latex/substitutefont/cyrillic-paratype.tex
%doc %{_texmfdistdir}/doc/latex/substitutefont/greek-palatino-didot.pdf
%doc %{_texmfdistdir}/doc/latex/substitutefont/greek-palatino-didot.tex
%doc %{_texmfdistdir}/doc/latex/substitutefont/greek-times-artemisia.pdf
%doc %{_texmfdistdir}/doc/latex/substitutefont/greek-times-artemisia.tex
%doc %{_texmfdistdir}/doc/latex/substitutefont/substitutefont-doc.html
%doc %{_texmfdistdir}/doc/latex/substitutefont/substitutefont-test.pdf
%doc %{_texmfdistdir}/doc/latex/substitutefont/substitutefont-test.tex
%doc %{_texmfdistdir}/doc/latex/substitutefont/substitutefont.sty.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.4-7
+ Revision: 8d3174b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25843 |14mu|texlive-substr-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16117
# category Package
# catalog-ctan /macros/latex/contrib/substr
# catalog-date 2009-10-20 22:03:50 +0200
# catalog-license lppl1
# catalog-version 1.2
Name:		texlive-substr
Version:	1.2
Release:	4
Summary:	Deal with substrings in strings
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/substr
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/substr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/substr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The substr package provides commands to deal with substrings of
strings. Macros are provided to: - determine if one string is a
substring of another, - return the parts of a string before or
after a substring and - count the number of occurrences of a
substring.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/substr/substr.sty
%doc %{_texmfdistdir}/doc/latex/substr/ChangeLog
%doc %{_texmfdistdir}/doc/latex/substr/README
%doc %{_texmfdistdir}/doc/latex/substr/testsubstr.pdf
%doc %{_texmfdistdir}/doc/latex/substr/testsubstr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: ad03acf
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25844 |14mu|texlive-sudoku-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sudoku
# catalog-date 2007-03-12 11:51:09 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-sudoku
Version:	1.0
Release:	4
Summary:	Create sudoku grids
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sudoku
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sudoku.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sudoku.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sudoku.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The sudoku package provides an environment for typesetting
sudoku grids. A sudoku puzzle is a 9x9 grid where some of the
squares in the grid contain numbers. The rules are simple:
every column can only contain the digits 1 to 9, every row can
only contain the digits 1 to 9 and every 3x3 box can only
contain the digits 1 to 9. More information, including help and
example puzzles, can be found at sudoku.org.uk. This site also
has blank sudoku grids (or worksheets), but you will not need
to print them from there if you have this package installed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sudoku/sudoku.sty
%doc %{_texmfdistdir}/doc/latex/sudoku/CHANGES
%doc %{_texmfdistdir}/doc/latex/sudoku/README
%doc %{_texmfdistdir}/doc/latex/sudoku/sudoku.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sudoku/sudoku.dtx
%doc %{_texmfdistdir}/source/latex/sudoku/sudoku.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 23cb66f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25845 |14mu|texlive-sudokubundle-1.0a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/sudokubundle
# catalog-date 2007-03-12 11:51:09 +0100
# catalog-license lppl
# catalog-version 1.0a
Name:		texlive-sudokubundle
Version:	1.0a
Release:	4
Summary:	A set of sudoku-related packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/sudokubundle
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sudokubundle.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sudokubundle.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sudokubundle.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides three packages: - printsudoku, which
provides a command \sudoku whose argument is the name of a file
containing a puzzle specification; - solvesudoku, which
attempts to find a solution to the puzzle in the file named in
the argument; and - createsudoku, which uses the random package
to generate a puzzle according to a bunch of parameters that
the user sets via macros. The bundle comes with a set of ready-
prepared puzzle files.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sudokubundle/createsudoku.sty
%{_texmfdistdir}/tex/latex/sudokubundle/printsudoku.sty
%{_texmfdistdir}/tex/latex/sudokubundle/solvesudoku.sty
%doc %{_texmfdistdir}/doc/latex/sudokubundle/README
%doc %{_texmfdistdir}/doc/latex/sudokubundle/somesudoku.tex
%doc %{_texmfdistdir}/doc/latex/sudokubundle/sudokubundle.pdf
#- source
%doc %{_texmfdistdir}/source/latex/sudokubundle/sudokubundle.dtx
%doc %{_texmfdistdir}/source/latex/sudokubundle/sudokubundle.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-4
+ Revision: 76883e7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25846 |14mu|texlive-suftesi-0.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26217
# category Package
# catalog-ctan /macros/latex/contrib/suftesi
# catalog-date 2012-04-23 11:23:52 +0200
# catalog-license lppl
# catalog-version 0.9
Name:		texlive-suftesi
Version:	0.9
Release:	3
Summary:	A document class for typesetting theses, books and articles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/suftesi
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/suftesi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/suftesi.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/suftesi.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is specifically designed for use with theses in the
humanities.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/suftesi/suftesi.cls
%doc %{_texmfdistdir}/doc/latex/suftesi/README
%doc %{_texmfdistdir}/doc/latex/suftesi/example/Capitoli/primo.tex
%doc %{_texmfdistdir}/doc/latex/suftesi/example/Capitoli/secondo.tex
%doc %{_texmfdistdir}/doc/latex/suftesi/example/Capitoli/terzo.tex
%doc %{_texmfdistdir}/doc/latex/suftesi/example/Immagini/don.png
%doc %{_texmfdistdir}/doc/latex/suftesi/example/Immagini/lamport.jpg
%doc %{_texmfdistdir}/doc/latex/suftesi/example/MaterialeInizialeFinale/Introduzione.tex
%doc %{_texmfdistdir}/doc/latex/suftesi/example/MaterialeInizialeFinale/Ringraziamenti.tex
%doc %{_texmfdistdir}/doc/latex/suftesi/example/bibliografia.bib
%doc %{_texmfdistdir}/doc/latex/suftesi/example/logo.png
%doc %{_texmfdistdir}/doc/latex/suftesi/example/tesi.tex
%doc %{_texmfdistdir}/doc/latex/suftesi/suftesi.pdf
#- source
%doc %{_texmfdistdir}/source/latex/suftesi/suftesi.dtx
%doc %{_texmfdistdir}/source/latex/suftesi/suftesi.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9-3
+ Revision: 4941d07
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25847 |14mu|texlive-sugconf-20080416-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/conferences/sugconf
# catalog-date 2008-04-16 11:52:05 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-sugconf
Version:	20080416
Release:	4
Summary:	SAS(R) user group conference proceedings document class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/conferences/sugconf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sugconf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/sugconf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class may be used to typeset articles to be published in
the proceedings of SAS(R) User group conferences and workshops.
The layout produced by the class is based on that published by
SAS Institute (2006).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/sugconf/sugconf.cls
%doc %{_texmfdistdir}/doc/latex/sugconf/README
%doc %{_texmfdistdir}/doc/latex/sugconf/SUGI-paper-example.txt
%doc %{_texmfdistdir}/doc/latex/sugconf/article-example.bat
%doc %{_texmfdistdir}/doc/latex/sugconf/article-example.pdf
%doc %{_texmfdistdir}/doc/latex/sugconf/article-example.tex
%doc %{_texmfdistdir}/doc/latex/sugconf/sugconf-example.bat
%doc %{_texmfdistdir}/doc/latex/sugconf/sugconf-example.pdf
%doc %{_texmfdistdir}/doc/latex/sugconf/sugconf-example.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080416-4
+ Revision: a5cc705
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25848 |14mu|texlive-supertabular-4.1a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/supertabular
# catalog-date 2009-10-10 00:51:28 +0200
# catalog-license lppl
# catalog-version 4.1a
Name:		texlive-supertabular
Version:	4.1a
Release:	4
Summary:	A multi-page tables package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/supertabular
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/supertabular.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/supertabular.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/supertabular.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Generally longtable is a little easier to use and more
flexible, but supertabular has its place, since it will work in
a few situations where longtable won't.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/supertabular/supertabular.sty
%doc %{_texmfdistdir}/doc/latex/supertabular/CATALOG
%doc %{_texmfdistdir}/doc/latex/supertabular/ChangeLog
%doc %{_texmfdistdir}/doc/latex/supertabular/MANIFEST
%doc %{_texmfdistdir}/doc/latex/supertabular/README
%doc %{_texmfdistdir}/doc/latex/supertabular/supertabular.pdf
#- source
%doc %{_texmfdistdir}/source/latex/supertabular/supertabular.dtx
%doc %{_texmfdistdir}/source/latex/supertabular/supertabular.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.1a-4
+ Revision: 2c5a278
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25849 |14mu|texlive-svg-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33063
# category Package
# catalog-ctan /graphics/svg
# catalog-date 2014-02-26 23:03:13 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-svg
Version:	1.0
Release:	9
Summary:	Include and extract SVG pictures using Inkscape
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/svg
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a command similar to \includegraphics
command of the graphicx package, which enables the inclusion of
SVG images using Inkscape. \includesvg[<options>]{<svg
filename>} A variety of options is available, including width,
height, and path of the SVG. The image is converted to an
appropriate format, using the \write18 mechanism to execute a
shell command, and the package also offers the means of saving
a PDF, EPS, or PNG copy of the image, at the same time. The
documentation shows an example using an SVG created from the
high energy particle physics analysis package ROOT.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/svg/svg.sty
%doc %{_texmfdistdir}/doc/latex/svg/Fig.1a.pdf
%doc %{_texmfdistdir}/doc/latex/svg/Fig.1b.eps
%doc %{_texmfdistdir}/doc/latex/svg/Fig.2.pdf
%doc %{_texmfdistdir}/doc/latex/svg/Fig.2.png
%doc %{_texmfdistdir}/doc/latex/svg/README
%doc %{_texmfdistdir}/doc/latex/svg/example.pdf
%doc %{_texmfdistdir}/doc/latex/svg/example.pdf_tex
%doc %{_texmfdistdir}/doc/latex/svg/example.svg
%doc %{_texmfdistdir}/doc/latex/svg/preamble.tex
%doc %{_texmfdistdir}/doc/latex/svg/root.C
%doc %{_texmfdistdir}/doc/latex/svg/root.pdf
%doc %{_texmfdistdir}/doc/latex/svg/root.pdf_tex
%doc %{_texmfdistdir}/doc/latex/svg/root.svg
%doc %{_texmfdistdir}/doc/latex/svg/svg.pdf
#- source
%doc %{_texmfdistdir}/source/latex/svg/svg.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-9
+ Revision: d4426ae
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25850 |14mu|texlive-svgcolor-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/svgcolor
# catalog-date 2006-08-27 16:41:02 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-svgcolor
Version:	1.0
Release:	4
Summary:	Define SVG named colours
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/svgcolor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svgcolor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svgcolor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines the W3C Scalable Vector Graphics (SVG)
colour names for use with both the color and PSTricks packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/svgcolor/svgcolor.sty
%doc %{_texmfdistdir}/doc/latex/svgcolor/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: d1b1b09
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25851 |14mu|texlive-svn-43-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/svn
# catalog-date 2009-03-04 19:42:30 +0100
# catalog-license lppl1.3
# catalog-version 43
Name:		texlive-svn
Version:	43
Release:	4
Summary:	Typeset Subversion keywords
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/svn
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The svn package lets you typeset (in LaTeX) the value of
Subversion keywords. It is approximately an equivalent to the
rcs package, but for Subversion rather than CVS. Details of
Subversion (a replacement for CVS) is available from the
project's home site.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/svn/svn.sty
%doc %{_texmfdistdir}/doc/latex/svn/README
%doc %{_texmfdistdir}/doc/latex/svn/svn.pdf
#- source
%doc %{_texmfdistdir}/source/latex/svn/Makefile
%doc %{_texmfdistdir}/source/latex/svn/svn.dtx
%doc %{_texmfdistdir}/source/latex/svn/svn.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 43-4
+ Revision: 378f410
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25852 |14mu|texlive-svninfo-0.7.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17554
# category Package
# catalog-ctan /macros/latex/contrib/svninfo
# catalog-date 2010-03-23 21:34:59 +0100
# catalog-license lppl1
# catalog-version 0.7.4
Name:		texlive-svninfo
Version:	0.7.4
Release:	4
Summary:	Typeset Subversion keywords
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/svninfo
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svninfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svninfo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svninfo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for incorporating the values of Subversion keywords
into typeset documents. Information about Subversion (a
replacement for CVS) is available from
http://subversion.tigris.org/.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/svninfo/svninfo.cfg
%{_texmfdistdir}/tex/latex/svninfo/svninfo.sty
%doc %{_texmfdistdir}/doc/latex/svninfo/README
%doc %{_texmfdistdir}/doc/latex/svninfo/svninfo.init
%doc %{_texmfdistdir}/doc/latex/svninfo/svninfo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/svninfo/Makefile
%doc %{_texmfdistdir}/source/latex/svninfo/svninfo.dtx
%doc %{_texmfdistdir}/source/latex/svninfo/svninfo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7.4-4
+ Revision: f760370
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25853 |14mu|texlive-svn-multi-2.4d-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /macros/latex/contrib/svn-multi
# catalog-date 2012-05-07 15:25:51 +0200
# catalog-license lppl
# catalog-version 2.4d
Name:		texlive-svn-multi
Version:	2.4d
Release:	6
Summary:	Subversion keywords in multi-file LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/svn-multi
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-multi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-multi.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-multi.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-svn-multi.bin = %{EVRD}

%description
This package lets you typeset keywords of the version control
system Subversion inside your LaTeX files anywhere you like.
Unlike the otherwise similar package svn the use of multiple
files for one LaTeX document is well supported. The package
uses the author's filehook and currfile packages. The package
interacts with an external Perl script, to retrieve information
necessary for the required output.


#-----------------------------------------------------------------------
%files
%{_bindir}/svn-multi
%{_texmfdistdir}/scripts/svn-multi/svn-multi.pl
%{_texmfdistdir}/tex/latex/svn-multi/svn-multi.sty
%{_texmfdistdir}/tex/latex/svn-multi/svnkw.sty
%doc %{_texmfdistdir}/doc/latex/svn-multi/README
%doc %{_texmfdistdir}/doc/latex/svn-multi/example_chap1.tex
%doc %{_texmfdistdir}/doc/latex/svn-multi/example_main.tex
%doc %{_texmfdistdir}/doc/latex/svn-multi/group_example.tex
%doc %{_texmfdistdir}/doc/latex/svn-multi/svn-multi.pdf
%doc %{_texmfdistdir}/doc/support/svn-multi/svn-multi-pl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/svn-multi/svn-multi-pl.dtx
%doc %{_texmfdistdir}/source/latex/svn-multi/svn-multi.dtx
%doc %{_texmfdistdir}/source/latex/svn-multi/svn-multi.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/svn-multi/svn-multi.pl svn-multi
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4d-6
+ Revision: 043cc2b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25854 |14mu|texlive-svn-prov-3.1862-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18017
# category Package
# catalog-ctan /macros/latex/contrib/svn-prov
# catalog-date 2010-04-25 23:29:42 +0200
# catalog-license lppl
# catalog-version 3.1862
Name:		texlive-svn-prov
Version:	3.1862
Release:	4
Summary:	Subversion variants of \Provides... macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/svn-prov
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-prov.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-prov.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-prov.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package introduces Subversion variants of the standard
LaTeX macros \ProvidesPackage, \ProvidesClass and \ProvidesFile
where the file name and date is extracted from Subversion Id
keywords. The file name may also be given explicitly as an
optional argument.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/svn-prov/svn-prov.sty
%doc %{_texmfdistdir}/doc/latex/svn-prov/svn-prov.pdf
#- source
%doc %{_texmfdistdir}/source/latex/svn-prov/Makefile
%doc %{_texmfdistdir}/source/latex/svn-prov/svn-prov.dtx
%doc %{_texmfdistdir}/source/latex/svn-prov/svn-prov.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.1862-4
+ Revision: 10d0101
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25855 |14mu|texlive-swebib-20070115-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /biblio/bibtex/contrib/swebib
# catalog-date 2007-01-15 14:17:51 +0100
# catalog-license lppl1.2
# catalog-version undef
Name:		texlive-swebib
Version:	20070115
Release:	4
Summary:	Swedish bibliography styles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/swebib
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/swebib.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/swebib.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle contains Swedish versions of the standard
bibliography styles, and of the style plainnat. The styles
should be funtionally equivalent to the corresponding original
styles, apart from the Swedish translations. The styles do not
implement Swedish collation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/swebib/sweabbrv.bst
%{_texmfdistdir}/bibtex/bst/swebib/swealpha.bst
%{_texmfdistdir}/bibtex/bst/swebib/sweplain.bst
%{_texmfdistdir}/bibtex/bst/swebib/sweplnat.bst
%{_texmfdistdir}/bibtex/bst/swebib/sweunsrt.bst
%doc %{_texmfdistdir}/doc/latex/swebib/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070115-4
+ Revision: 4b6de4e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25856 |14mu|texlive-swimgraf-20120220-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25446
# category Package
# catalog-ctan /macros/latex/contrib/swimgraf
# catalog-date 2012-02-20 12:29:23 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-swimgraf
Version:	20120220
Release:	3
Summary:	Graphical/textual representations of swimming performances
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/swimgraf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/swimgraf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/swimgraf.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/swimgraf.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides two macros that produce representations of
a swimmer's performances. The user records data in a text file
and specifies as arguments of the macros the date range of
interest. The macros extract the relevant information from the
file and process it: \swimgraph produces a graph of the times
in a single swimming event (specified as an argument), plotting
long course and short course times in separate lines. Records
and qualifying times, stored in text files, may optionally be
included on the graph. \swimtext produces a written record of
the times in all events. Files of current world and Canadian
records are included. The package requires the PSTricks and
keyval packages. For attractive output it also requires a
colour output device.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/swimgraf/swimgraf.cfg
%{_texmfdistdir}/tex/latex/swimgraf/swimgraf.sty
%doc %{_texmfdistdir}/doc/latex/swimgraf/100br1.pdf
%doc %{_texmfdistdir}/doc/latex/swimgraf/100br1.tex
%doc %{_texmfdistdir}/doc/latex/swimgraf/100br2.pdf
%doc %{_texmfdistdir}/doc/latex/swimgraf/100br2.tex
%doc %{_texmfdistdir}/doc/latex/swimgraf/README
%doc %{_texmfdistdir}/doc/latex/swimgraf/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada11.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada12.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada13.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada14.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada15.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada16.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fcanada17.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario10.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario11.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario12.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario13.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario14.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario15.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario16.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario17.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario8.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fontario9.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/fworld.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/mcanada.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/mworld.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/sample1.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/sample2.dat
%doc %{_texmfdistdir}/doc/latex/swimgraf/text1.pdf
%doc %{_texmfdistdir}/doc/latex/swimgraf/text1.tex
%doc %{_texmfdistdir}/doc/latex/swimgraf/text2.pdf
%doc %{_texmfdistdir}/doc/latex/swimgraf/text2.tex
#- source
%doc %{_texmfdistdir}/source/latex/swimgraf/100BR1.TEX
%doc %{_texmfdistdir}/source/latex/swimgraf/100BR2.TEX
%doc %{_texmfdistdir}/source/latex/swimgraf/SAMPLE1.DAT
%doc %{_texmfdistdir}/source/latex/swimgraf/SAMPLE2.DAT
%doc %{_texmfdistdir}/source/latex/swimgraf/TEXT1.TEX
%doc %{_texmfdistdir}/source/latex/swimgraf/TEXT2.TEX
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada11.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada12.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada13.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada14.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada15.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada16.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fcanada17.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario10.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario11.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario12.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario13.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario14.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario15.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario16.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario17.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario8.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fontario9.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/fworld.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/mcanada.dat
%doc %{_texmfdistdir}/source/latex/swimgraf/mworld.dat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120220-3
+ Revision: 5e0a200
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25857 |14mu|texlive-symbol-20110301-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21570
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-symbol
Version:	20110301
Release:	4
Summary:	URW "Base 35" font pack for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/symbol.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/symbol/config.usy
%{_texmfdistdir}/fonts/afm/adobe/symbol/psyb.afm
%{_texmfdistdir}/fonts/afm/adobe/symbol/psyr.afm
%{_texmfdistdir}/fonts/afm/urw/symbol/usyr.afm
%{_texmfdistdir}/fonts/map/dvips/symbol/usy.map
%{_texmfdistdir}/fonts/tfm/adobe/symbol/psyr.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/symbol/rpsyr.tfm
%{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/symbol/rpsyro.tfm
%{_texmfdistdir}/fonts/tfm/monotype/symbol/msyr.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/symbol/usyr.tfm
%{_texmfdistdir}/fonts/type1/urw/symbol/usyr.pfb
%{_texmfdistdir}/fonts/type1/urw/symbol/usyr.pfm
%{_texmfdistdir}/tex/latex/symbol/uusy.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110301-4
+ Revision: 15511a2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25858 |14mu|texlive-syntax-20091001-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/syntax
# catalog-date 2009-10-01 19:53:35 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-syntax
Version:	20091001
Release:	4
Summary:	Creation of syntax diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/syntax
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/syntax.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/syntax.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Create syntax diagrams using special environments and commands
to represent the diagram structure.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/syntax/syntax.tex
%doc %{_texmfdistdir}/doc/latex/syntax/README
%doc %{_texmfdistdir}/doc/latex/syntax/syntaxintro.pdf
%doc %{_texmfdistdir}/doc/latex/syntax/syntaxintro.tex
%doc %{_texmfdistdir}/doc/latex/syntax/syntaxtest.pdf
%doc %{_texmfdistdir}/doc/latex/syntax/syntaxtest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091001-4
+ Revision: 5908a42
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25859 |14mu|texlive-syntrace-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/syntrace
# catalog-date 2007-03-13 15:26:21 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-syntrace
Version:	1.1
Release:	4
Summary:	Labels for tracing in a syntax tree
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/syntrace
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/syntrace.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/syntrace.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/syntrace.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package adds support for for traces in trees created using
either the synttree or the qtree package. The package provides
two commands (\traceLabel and \traceReference) to set and use a
trace.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/syntrace/syntrace.sty
%doc %{_texmfdistdir}/doc/latex/syntrace/README
%doc %{_texmfdistdir}/doc/latex/syntrace/syntrace.pdf
#- source
%doc %{_texmfdistdir}/source/latex/syntrace/syntrace.dtx
%doc %{_texmfdistdir}/source/latex/syntrace/syntrace.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: b8b6ea6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25860 |14mu|texlive-synttree-1.4.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16252
# category Package
# catalog-ctan /macros/latex/contrib/synttree
# catalog-date 2009-11-30 09:23:31 +0100
# catalog-license lppl
# catalog-version 1.4.2
Name:		texlive-synttree
Version:	1.4.2
Release:	4
Summary:	Typeset syntactic trees
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/synttree
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/synttree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/synttree.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/synttree.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package to typeset syntactic trees such as those used in
Chomsky's Generative grammar, based on a description of the
structure of the tree.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/synttree/synttree.sty
%doc %{_texmfdistdir}/doc/latex/synttree/README
%doc %{_texmfdistdir}/doc/latex/synttree/synttree.pdf
#- source
%doc %{_texmfdistdir}/source/latex/synttree/synttree.dtx
%doc %{_texmfdistdir}/source/latex/synttree/synttree.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.2-4
+ Revision: 4df8bbd
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25861 |14mu|texlive-t2-20120605-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29349
# category Package
# catalog-ctan /macros/latex/contrib/t2
# catalog-date 2012-06-05 14:57:36 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-t2
Version:	20120605
Release:	7
Summary:	Support for using T2 encoding
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/t2
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/t2.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/t2.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
The T2 bundle provides a variety of separate support functions,
for using Cyrillic characters in LaTeX: - the mathtext package,
for using Cyrillic letters 'transparently' in formulae - the
citehack package, for using Cyrillic (or indeed any non-ascii)
characters in citation keys; - support for Cyrillic in BibTeX;
- support for Cyrillic in Makeindex; and - various items of
font support.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/t2/t2a-mod1.enc
%{_texmfdistdir}/fonts/enc/t2/t2a-mod2.enc
%{_texmfdistdir}/fonts/enc/t2/t2a.enc
%{_texmfdistdir}/fonts/enc/t2/t2b.enc
%{_texmfdistdir}/fonts/enc/t2/t2c.enc
%{_texmfdistdir}/fonts/enc/t2/x2.enc
%{_texmfdistdir}/tex/generic/t2/cyrfinst/6r.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/README
%{_texmfdistdir}/tex/generic/t2/cyrfinst/cyrillic.mtx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcyc.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcyci.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcycij.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcycj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcyctt.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcyi.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcyij.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcyitt.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcyj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/lcytt.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/ot2c.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/ot2cj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/ot2i.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/ot2ij.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/ot2j.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2ac.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2acj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2ai.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2aij.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2aj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2bc.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2bcj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2bi.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2bij.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2bj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2cc.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2ccj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2ci.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2cij.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/t2cj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/x2c.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/x2cj.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/x2i.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/x2ij.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/derivatives/x2j.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/etc/alias-cmc.tex
%{_texmfdistdir}/tex/generic/t2/cyrfinst/etc/alias-wncy.tex
%{_texmfdistdir}/tex/generic/t2/cyrfinst/etc/cyralias.tex
%{_texmfdistdir}/tex/generic/t2/cyrfinst/etc/fnstcorr.tex
%{_texmfdistdir}/tex/generic/t2/cyrfinst/etc/showenc
%{_texmfdistdir}/tex/generic/t2/cyrfinst/lcy-hi.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/lcy.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/ot2.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/t2a.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/t2b.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/t2c.etx
%{_texmfdistdir}/tex/generic/t2/cyrfinst/x2.etx
%{_texmfdistdir}/tex/latex/t2/citehack.sty
%{_texmfdistdir}/tex/latex/t2/mathtext.sty
%{_texmfdistdir}/tex/latex/t2/misccorr.sty
%_texmf_fmtutil_d/t2
%doc %{_texmfdistdir}/doc/generic/t2/Makefile
%doc %{_texmfdistdir}/doc/generic/t2/OT2uni.map
%doc %{_texmfdistdir}/doc/generic/t2/README
%doc %{_texmfdistdir}/doc/generic/t2/T2Auni.map
%doc %{_texmfdistdir}/doc/generic/t2/T2Buni.map
%doc %{_texmfdistdir}/doc/generic/t2/T2Cuni.map
%doc %{_texmfdistdir}/doc/generic/t2/X2uni.map
%doc %{_texmfdistdir}/doc/generic/t2/amscyr.txt
%doc %{_texmfdistdir}/doc/generic/t2/broken1.txt
%doc %{_texmfdistdir}/doc/generic/t2/broken2.txt
%doc %{_texmfdistdir}/doc/generic/t2/cyrcset7.txt
%doc %{_texmfdistdir}/doc/generic/t2/cyrcset8.txt
%doc %{_texmfdistdir}/doc/generic/t2/cyrcsets.ind
%doc %{_texmfdistdir}/doc/generic/t2/etc/amsppt.diff
%doc %{_texmfdistdir}/doc/generic/t2/etc/mathtext.dtx
%doc %{_texmfdistdir}/doc/generic/t2/etc/mathtext.ins
%doc %{_texmfdistdir}/doc/generic/t2/etc/rubibtex/README
%doc %{_texmfdistdir}/doc/generic/t2/etc/rubibtex/rubibtex
%doc %{_texmfdistdir}/doc/generic/t2/etc/rubibtex/rubibtex.bat
%doc %{_texmfdistdir}/doc/generic/t2/etc/rubibtex/rubibtex.old
%doc %{_texmfdistdir}/doc/generic/t2/etc/rubibtex/rubibtex.sed
%doc %{_texmfdistdir}/doc/generic/t2/etc/ruinpenc
%doc %{_texmfdistdir}/doc/generic/t2/etc/rumkidx/README
%doc %{_texmfdistdir}/doc/generic/t2/etc/rumkidx/rumakeindex
%doc %{_texmfdistdir}/doc/generic/t2/etc/rumkidx/rumkidx1.sed
%doc %{_texmfdistdir}/doc/generic/t2/etc/rumkidx/rumkidx2.sed
%doc %{_texmfdistdir}/doc/generic/t2/etc/rumkidx/rumkidx3.sed
%doc %{_texmfdistdir}/doc/generic/t2/etc/rumkidx/rumkidxd.bat
%doc %{_texmfdistdir}/doc/generic/t2/etc/rumkidx/rumkidxw.bat
%doc %{_texmfdistdir}/doc/generic/t2/etc/t2filter.c
%doc %{_texmfdistdir}/doc/generic/t2/etc/utf-8/test-utf8.tex
%doc %{_texmfdistdir}/doc/generic/t2/etc/utf-8/utf-8.def
%doc %{_texmfdistdir}/doc/generic/t2/etc/utf-8/utfcyr.def
%doc %{_texmfdistdir}/doc/generic/t2/etc/utf-8/utflat.def
%doc %{_texmfdistdir}/doc/generic/t2/examples/example1.tex
%doc %{_texmfdistdir}/doc/generic/t2/examples/example2.tex
%doc %{_texmfdistdir}/doc/generic/t2/examples/example3.tex
%doc %{_texmfdistdir}/doc/generic/t2/examples/example4.tex
%doc %{_texmfdistdir}/doc/generic/t2/examples/example5.tex
%doc %{_texmfdistdir}/doc/generic/t2/make-enc.pl
%doc %{_texmfdistdir}/doc/generic/t2/mkencs.sh
%doc %{_texmfdistdir}/doc/generic/t2/mtcyr.txt
%doc %{_texmfdistdir}/doc/generic/t2/t2cyr.txt
%doc %{_texmfdistdir}/doc/generic/t2/t2lat.txt
%doc %{_texmfdistdir}/doc/generic/t2/urwcyr.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/t2 <<EOF
#
# from t2:
#! cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini
#! cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini
#! cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini
EOF

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120605-7
+ Revision: d8a0027
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25862 |14mu|texlive-Tabbing-20100214-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17022
# category Package
# catalog-ctan /macros/latex/contrib/Tabbing
# catalog-date 2010-02-14 11:55:47 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-Tabbing
Version:	20100214
Release:	4
Summary:	Tabbing with accented letters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/Tabbing
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/Tabbing.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/Tabbing.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/Tabbing.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
By default, some of the tabbing environment's commands clash
with default accent commands; LaTeX provides the odd commands
\a', etc., to deal with the clash. The package offers a variant
of the tabbing environment which does not create this
difficulty, so that users need not learn two sets of accent
commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/Tabbing/Tabbing.sty
%doc %{_texmfdistdir}/doc/latex/Tabbing/00readme
%doc %{_texmfdistdir}/doc/latex/Tabbing/Tabbing.pdf
#- source
%doc %{_texmfdistdir}/source/latex/Tabbing/Tabbing.dtx
%doc %{_texmfdistdir}/source/latex/Tabbing/Tabbing.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100214-4
+ Revision: f9718f1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25863 |14mu|texlive-tabfigures-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25202
# category Package
# catalog-ctan /macros/latex/contrib/tabfigures
# catalog-date 2012-01-25 23:45:22 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-tabfigures
Version:	1.1
Release:	3
Summary:	Maintain vertical alignment of figures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabfigures
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabfigures.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabfigures.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabfigures.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Knuth designed his original fonts with tabular figures (figures
whose width is uniform); this makes some layout problems rather
simple. In more recent times, fonts (such as Minion Pro), which
offer proportionally spaced figures, are increasingly being
used. The package provides mechanisms whereby such proportional
figures may still be aligned in tabular style (for example, in
the table of contents).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabfigures/tabfigures.sty
%doc %{_texmfdistdir}/doc/latex/tabfigures/README
%doc %{_texmfdistdir}/doc/latex/tabfigures/tabfigures.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tabfigures/tabfigures.dtx
%doc %{_texmfdistdir}/source/latex/tabfigures/tabfigures.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: f3b5cde
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25864 |14mu|texlive-tableaux-20081110-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tableaux
# catalog-date 2008-11-10 21:50:32 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-tableaux
Version:	20081110
Release:	4
Summary:	Construct tables of signs and variations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tableaux
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tableaux.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tableaux.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package uses PStricks; the user may define the width of the
table, the number of lines and the height of each line.
Placement of labels within the boxes may be absolute, or as a
percentage of the width; various other controls are available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tableaux/minimum.sty
%{_texmfdistdir}/tex/latex/tableaux/tableau.sty
%doc %{_texmfdistdir}/doc/latex/tableaux/exemples.pdf
%doc %{_texmfdistdir}/doc/latex/tableaux/exemples.tex
%doc %{_texmfdistdir}/doc/latex/tableaux/tableau.pdf
%doc %{_texmfdistdir}/doc/latex/tableaux/tableau.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20081110-4
+ Revision: 7b43a22
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25865 |14mu|texlive-tablefootnote-1.0h-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27256
# category Package
# catalog-ctan /macros/latex/contrib/tablefootnote
# catalog-date 2012-07-30 11:22:32 +0200
# catalog-license lppl1.3
# catalog-version 1.0h
Name:		texlive-tablefootnote
Version:	1.0h
Release:	3
Summary:	Permit footnotes in tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tablefootnote
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablefootnote.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablefootnote.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablefootnote.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the command \tablefootnote to be used in a
table or sidewaystableenvironment, where \footnote will not
work (and when using \footnotemark and \footnotetext, and
adjusting the counter as necessary, is too much work.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tablefootnote/tablefootnote.sty
%doc %{_texmfdistdir}/doc/latex/tablefootnote/README
%doc %{_texmfdistdir}/doc/latex/tablefootnote/tablefootnote-example.pdf
%doc %{_texmfdistdir}/doc/latex/tablefootnote/tablefootnote-example.tex
%doc %{_texmfdistdir}/doc/latex/tablefootnote/tablefootnote.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tablefootnote/tablefootnote.drv
%doc %{_texmfdistdir}/source/latex/tablefootnote/tablefootnote.dtx
%doc %{_texmfdistdir}/source/latex/tablefootnote/tablefootnote.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0h-3
+ Revision: 53b791f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25866 |14mu|texlive-tableof-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29296
# category Package
# catalog-ctan /macros/latex/contrib/tableof
# catalog-date 2013-03-05 14:09:10 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-tableof
Version:	1.2
Release:	7
Summary:	Tagging tables of contents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tableof
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tableof.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tableof.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tableof.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the commands to flag chapters or sections
(or anything else destined to become a TOC line). The command
\nexttocwithtags{req1,req2,...}{excl1,excl2,...} specifies
which tags are to be required and which ones are to be excluded
by the next \tableofcontents (or equivalent) command. In a
document that uses a class where \tableofcontents may only be
used once, the command
\tableoftaggedcontents{req1,req2,...}{excl1,excl2,...} may be
used to provide several tables.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tableof/tableof.sty
%doc %{_texmfdistdir}/doc/latex/tableof/README
%doc %{_texmfdistdir}/doc/latex/tableof/tableof.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tableof/tableof.dtx
%doc %{_texmfdistdir}/source/latex/tableof/tableof.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-7
+ Revision: ed4a49c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25867 |14mu|texlive-tablists-0.0e-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tablists
# catalog-date 2009-08-04 22:17:36 +0200
# catalog-license lppl
# catalog-version 0.0e
Name:		texlive-tablists
Version:	0.0e
Release:	4
Summary:	Tabulated lists of short items
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tablists
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablists.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablists.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tablists.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package offers environments and commands for one-level and
two-level lists of short items (e.g., exercises in textbooks).
The environments support optional arguments of item numbering
similar to the enumerate or paralist packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tablists/tablists.sty
%doc %{_texmfdistdir}/doc/latex/tablists/README
%doc %{_texmfdistdir}/doc/latex/tablists/tablists-rus.pdf
%doc %{_texmfdistdir}/doc/latex/tablists/tablists-rus.tex
%doc %{_texmfdistdir}/doc/latex/tablists/tablists.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tablists/tablists.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0e-4
+ Revision: ba9ac58
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25868 |14mu|texlive-tabls-3.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17255
# category Package
# catalog-ctan /macros/latex/contrib/tabls
# catalog-date 2010-03-09 13:13:30 +0100
# catalog-license other-free
# catalog-version 3.5
Name:		texlive-tabls
Version:	3.5
Release:	4
Summary:	Better vertical spacing in tables and arrays
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabls
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabls.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabls.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Modifies LaTeX's array and tabular environments to keep text
from touching other text or hlines above or below. Several new
parameters are defined and some standard macros are re-defined.
The package slows down compilation of tables, since each entry
is boxed twice.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabls/tabls.sty
%doc %{_texmfdistdir}/doc/latex/tabls/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/tabls/tabls.pdf
%doc %{_texmfdistdir}/doc/latex/tabls/tabls.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.5-4
+ Revision: ac65adf
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25869 |14mu|texlive-tabriz-thesis-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29421
# category Package
# catalog-ctan /macros/latex/contrib/tabriz-thesis
# catalog-date 2013-03-17 16:41:59 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-tabriz-thesis
Version:	1.1
Release:	7
Summary:	A template for the University of Tabriz
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabriz-thesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabriz-thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabriz-thesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a document class for typesetting theses and
dissertations at the University of Tabriz.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabriz-thesis/tabriz-thesis.cls
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/README
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/appendix1.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/chapter1.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/chapter2.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/chapter3.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/dicen2fa.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/dicfa2en.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/en-title.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/fa-title.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/logo.jpg
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/references.tex
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/tabriz-thesis.pdf
%doc %{_texmfdistdir}/doc/latex/tabriz-thesis/tabriz-thesis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: 682dc41
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25870 |14mu|texlive-tabstackengine-1.10-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33006
# category Package
# catalog-ctan /macros/latex/contrib/tabstackengine
# catalog-date 2014-02-19 18:36:09 +0100
# catalog-license lppl
# catalog-version 1.10
Name:		texlive-tabstackengine
Epoch:		1
Version:	1.10
Release:	3
Summary:	"Tabbing" front-end to stackengine
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabstackengine
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabstackengine.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabstackengine.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a front end to the stackengine package, to
allow tabbed stacking. In most cases, an existing stackengine
command may be prepended with the word "tabbed", "align" or
"tabular" to create a new tabbed version of a stacking macro.
In addition, hooks in the package's parser, that tabbed strings
of data may be parsed, extracted and reconstituted (not
requiring use of any stacking constructions).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabstackengine/tabstackengine.sty
%doc %{_texmfdistdir}/doc/latex/tabstackengine/README
%doc %{_texmfdistdir}/doc/latex/tabstackengine/tabstackengine.pdf
%doc %{_texmfdistdir}/doc/latex/tabstackengine/tabstackengine.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.10-3
+ Revision: 366a923
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25871 |14mu|texlive-tabto-ltx-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18159
# category Package
# catalog-ctan /macros/latex/contrib/tabto
# catalog-date 2010-05-23 19:54:42 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-tabto-ltx
Version:	1.0
Release:	4
Summary:	"Tab" to a measured position in the line
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabto
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabto-ltx.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabto-ltx.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
\tabto{<length>} moves the typesetting position to <length>
from the left margin of the paragraph. If the typesetting
position is already further along, \tabto starts a new line;
the command \tabto* will move position backwards if necessary,
so that previous text may be overwritten. The command
\TabPositions may be used to define a set of tabbing positions,
after which the command \tab advances typesetting position to
the next defined 'tab stop'.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabto-ltx/tabto.sty
%doc %{_texmfdistdir}/doc/latex/tabto-ltx/tabto-doc.pdf
%doc %{_texmfdistdir}/doc/latex/tabto-ltx/tabto-doc.tex
%doc %{_texmfdistdir}/doc/latex/tabto-ltx/tabto.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: b6cb554
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25872 |14mu|texlive-tabu-2.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21534
# category Package
# catalog-ctan /macros/latex/contrib/tabu
# catalog-date 2011-02-27 12:23:54 +0100
# catalog-license lppl1.3
# catalog-version 2.8
Name:		texlive-tabu
Version:	2.8
Release:	4
Summary:	Flexible LaTeX tabulars
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabu
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabu.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabu.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabu.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an environment, tabu, which will make any
sort of tabular (that doesn't need to split across pages), and
an environment longtabu which provides the facilities of tabu
in a modified longtable environment. (Note that this latter
offers an enhancement of ltxtable.) The package requires the
array package, and needs e-TeX to run (since array.sty is
present in every conforming distribution of LaTeX, and since
every publicly available LaTeX format is built using e-TeX, the
requirements are provided by default on any reasonable system).
The package also requires xcolor for coloured rules in tables,
and colortbl for coloured cells. The longtabu environment
further requires that longtable be loaded. The package itself
does not load any of these packages for the user. The tabu
environment may be used in place of tabular, tabular* and
tabularx environments, as well as the array environment in
maths mode. It overloads tabularx's X-column specification,
allowing a width specification, alignment (l, r, c and j) and
column type indication (p, m and b). \begin{tabu} to <dimen>
specifies a target width, and \begin{tabu} spread <dimen>
enlarges the environment's "natural" width.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabu/tabu.sty
%doc %{_texmfdistdir}/doc/latex/tabu/README
%doc %{_texmfdistdir}/doc/latex/tabu/tabu.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tabu/tabu.drv
%doc %{_texmfdistdir}/source/latex/tabu/tabu.dtx
%doc %{_texmfdistdir}/source/latex/tabu/tabu.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.8-4
+ Revision: 5419485
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25873 |14mu|texlive-tabularborder-1.0a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17885
# category Package
# catalog-ctan /macros/latex/contrib/tabularborder
# catalog-date 2010-04-29 12:40:52 +0200
# catalog-license lppl1.2
# catalog-version 1.0a
Name:		texlive-tabularborder
Version:	1.0a
Release:	4
Summary:	Correct index entries for chemical compounds
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabularborder
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularborder.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularborder.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularborder.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The tabular environment is changed so that the outer
\tabcolseps are compensated and a \hline has the same length as
the text. No @{} is needed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabularborder/tabularborder.sty
%doc %{_texmfdistdir}/doc/latex/tabularborder/tabularborder.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tabularborder/tabularborder.dtx
%doc %{_texmfdistdir}/source/latex/tabularborder/tabularborder.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-4
+ Revision: fcd0d68
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25874 |14mu|texlive-tabularcalc-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tabularcalc
# catalog-date 2009-04-22 00:12:47 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-tabularcalc
Version:	0.2
Release:	4
Summary:	Calculate formulas in a tabular environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabularcalc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularcalc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularcalc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Given a list of numbers and one (or more) formulas, the package
offers an easy syntax to build a table of values, i.e., a
tabular in which the first row contains the list of numbers,
and the other rows contain the calculated values of the
formulas for each number of the list. The table may be built
either horizontally or vertically and is fully customizable.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabularcalc/tabularcalc.sty
%doc %{_texmfdistdir}/doc/latex/tabularcalc/README
%doc %{_texmfdistdir}/doc/latex/tabularcalc/tabularcalc_doc_en.pdf
%doc %{_texmfdistdir}/doc/latex/tabularcalc/tabularcalc_doc_en.tex
%doc %{_texmfdistdir}/doc/latex/tabularcalc/tabularcalc_doc_fr.pdf
%doc %{_texmfdistdir}/doc/latex/tabularcalc/tabularcalc_doc_fr.tex
%doc %{_texmfdistdir}/doc/latex/tabularcalc/tabularcalc_doc_vn.pdf
%doc %{_texmfdistdir}/doc/latex/tabularcalc/tabularcalc_doc_vn.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 8319895
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25875 |14mu|texlive-tabularew-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tabularew
# catalog-date 2009-11-10 00:58:07 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-tabularew
Version:	0.1
Release:	4
Summary:	A variation on the tabular environment
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabularew
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularew.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularew.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularew.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a modification of the tabular environment,
which deals with the problem of column heads that are
significantly wider than the body of the column.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabularew/tabularew.sty
%doc %{_texmfdistdir}/doc/latex/tabularew/README
%doc %{_texmfdistdir}/doc/latex/tabularew/tabularew.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tabularew/tabularew.dtx
%doc %{_texmfdistdir}/source/latex/tabularew/tabularew.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 0910ee5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25876 |14mu|texlive-tabulary-0.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tabulary
# catalog-date 2009-10-10 00:51:28 +0200
# catalog-license lppl
# catalog-version 0.9
Name:		texlive-tabulary
Version:	0.9
Release:	4
Summary:	Tabular with variable width columns balanced
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabulary
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabulary.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabulary.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabulary.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a tabular*-like tabulary environment,
taking a 'total width' argument as well as the column
specifications. It then defines column types L, C, R and J for
variable width columns (\raggedright', \centering, \raggedleft,
and normally justified). In contrast to tabularx's X columns,
the width of each column is weighted according to the natural
width of the widest cell in the column.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tabulary/tabulary.sty
%doc %{_texmfdistdir}/doc/latex/tabulary/README
%doc %{_texmfdistdir}/doc/latex/tabulary/tabulary.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tabulary/tabulary.dtx
%doc %{_texmfdistdir}/source/latex/tabulary/tabulary.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9-4
+ Revision: 13506a5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25877 |14mu|texlive-tabvar-1.61-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25665
# category Package
# catalog-ctan /macros/latex/contrib/tabvar
# catalog-date 2012-03-16 09:54:35 +0100
# catalog-license lppl1.3
# catalog-version 1.61
Name:		texlive-tabvar
Version:	1.61
Release:	3
Summary:	Typesetting tables showing variations of functions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tabvar
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabvar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabvar.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tabvar.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This LaTeX package is meant to ease the typesetting of tables
showing variations of functions as they are used in France.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/tabvar/tabvar.afm
%{_texmfdistdir}/fonts/map/dvips/tabvar/tabvar.map
%{_texmfdistdir}/fonts/tfm/public/tabvar/tabvar.tfm
%{_texmfdistdir}/fonts/type1/public/tabvar/tabvar.pfb
%{_texmfdistdir}/metapost/tabvar/tabvar.mp
%{_texmfdistdir}/tex/latex/tabvar/tabvar.1
%{_texmfdistdir}/tex/latex/tabvar/tabvar.2
%{_texmfdistdir}/tex/latex/tabvar/tabvar.3
%{_texmfdistdir}/tex/latex/tabvar/tabvar.cfg
%{_texmfdistdir}/tex/latex/tabvar/tabvar.sty
%doc %{_texmfdistdir}/doc/latex/tabvar/README
%doc %{_texmfdistdir}/doc/latex/tabvar/demo.pdf
%doc %{_texmfdistdir}/doc/latex/tabvar/demo.tex
%doc %{_texmfdistdir}/doc/latex/tabvar/tabvar.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tabvar/tabvar.dtx
%doc %{_texmfdistdir}/source/latex/tabvar/tabvar.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts metapost tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.61-3
+ Revision: 2b57225
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25878 |14mu|texlive-tagging-20110829-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23761
# category Package
# catalog-ctan /macros/latex/contrib/tagging
# catalog-date 2011-08-29 00:41:24 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-tagging
Version:	20110829
Release:	4
Summary:	Document configuration with tags
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tagging
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tagging.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tagging.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to generate multiple documents from
a single source, by marking pieces of the document with tags
and specifying which marked pieces to include or exclude.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tagging/tagging.sty
%doc %{_texmfdistdir}/doc/latex/tagging/README
%doc %{_texmfdistdir}/doc/latex/tagging/tagging.pdf
%doc %{_texmfdistdir}/doc/latex/tagging/tagging.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110829-4
+ Revision: f76a721
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25879 |14mu|texlive-talk-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/talk
# catalog-date 2007-08-14 14:14:54 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-talk
Version:	1.1
Release:	4
Summary:	A LaTeX class for presentations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/talk
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/talk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/talk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/talk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The talk document class allows you to create slides for screen
presentations or printing on transparencies. It also allows you
to print personal notes for your talk. You can create overlays
and display structure information (current section /
subsection, table of contents) on your slides. The main feature
that distinguishes talk from other presentation classes like
beamer or prosper is that it allows the user to define an
arbitrary number of slide styles and switch between these
styles from slide to slide. This way the slide layout can be
adapted to the slide content. For example, the title or
contents page of a talk can be given a slightly different
layout than the other slides. The talk class makes no
restrictions on the slide design whatsoever. The entire look
and feel of the presentation can be defined by the user. The
style definitions should be put in a separate sty file.
Currently the package comes with only one set of pre-defined
slide styles (greybars.sty). Contributions from people who are
artistically more gifted than the author are more than
welcome!.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/talk/sidebars.sty
%{_texmfdistdir}/tex/latex/talk/talk.cls
%doc %{_texmfdistdir}/doc/latex/talk/README
%doc %{_texmfdistdir}/doc/latex/talk/example.tex
%doc %{_texmfdistdir}/doc/latex/talk/talkdoc.pdf
%doc %{_texmfdistdir}/doc/latex/talk/talkdoc.tex
#- source
%doc %{_texmfdistdir}/source/latex/talk/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: e1ce0f1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25880 |14mu|texlive-tamefloats-v0.42-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27345
# category Package
# catalog-ctan /macros/latex/contrib/tamefloats
# catalog-date 2012-06-21 14:54:52 +0200
# catalog-license lppl1.3
# catalog-version v0.42
Name:		texlive-tamefloats
Version:	v0.42
Release:	3
Summary:	Experimentally use \holdinginserts with LaTeX floats
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tamefloats
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tamefloats.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tamefloats.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX's figures, tables, and \marginpars are dangerous for
footnotes (and probably also \enlargethispage). Here is a
proposal (a 'patch' package) to help, by using \holdinginserts
in a simple way. It replaces the original problem with a new
one -- it is an experiment to find out whether the new problem
is less bad (or it is just a contribution to the discussion,
maybe just a summary of previous work). The files provide
further information.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tamefloats/tameflts.sty
%doc %{_texmfdistdir}/doc/latex/tamefloats/README.txt
%doc %{_texmfdistdir}/doc/latex/tamefloats/deml3541.tex
%doc %{_texmfdistdir}/doc/latex/tamefloats/fltfltdk.tex
%doc %{_texmfdistdir}/doc/latex/tamefloats/newbug.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.42-3
+ Revision: 1ed708b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25881 |14mu|texlive-t-angles-20070312-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/t-angles
# catalog-date 2007-03-12 14:32:12 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-t-angles
Version:	20070312
Release:	4
Summary:	Draw tangles, trees, Hopf algebra operations and other pictures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/t-angles
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/t-angles.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/t-angles.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX2e package for drawing tangles, trees, Hopf algebra
operations and other pictures. It is based on emTeX or TPIC
\special's. Therefore, it can be used with the most popular
drivers, including emTeX drivers, dviwin, xdvi and dvips, and
(using some code from ConTeXt) it may also be used with
PDFLaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/t-angles/t-angles.sty
%doc %{_texmfdistdir}/doc/latex/t-angles/README
%doc %{_texmfdistdir}/doc/latex/t-angles/t-manual.pdf
%doc %{_texmfdistdir}/doc/latex/t-angles/t-manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070312-4
+ Revision: b5976a7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25882 |14mu|texlive-tap-0.77-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/tables/tap077.zip
# catalog-date 2009-10-10 00:51:28 +0200
# catalog-license pd
# catalog-version 0.77
Name:		texlive-tap
Version:	0.77
Release:	4
Summary:	TeX macros for typesetting complex tables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/tables/tap077.zip
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tap.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tap.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers a simple notation for pretty complex tables
(to Michael J. Ferguson's credit). With PostScript, the package
allows shaded/coloured tables, diagonal rules, etc. The package
is supposed to work with both Plain and LaTeX. An AWK converter
from ASCII semigraphic tables to TAP notation is included.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/tap/tap.tex
%doc %{_texmfdistdir}/doc/generic/tap/0README.TAP
%doc %{_texmfdistdir}/doc/generic/tap/0tabdoc.inf
%doc %{_texmfdistdir}/doc/generic/tap/circ.eps
%doc %{_texmfdistdir}/doc/generic/tap/circmag.eps
%doc %{_texmfdistdir}/doc/generic/tap/tapanch.100
%doc %{_texmfdistdir}/doc/generic/tap/tapanch.mp
%doc %{_texmfdistdir}/doc/generic/tap/tapdoc.tex
%doc %{_texmfdistdir}/doc/generic/tap/tapxamp1.tex
%doc %{_texmfdistdir}/doc/generic/tap/tapxamp2.tex
#- source
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/0sampdos.inf
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/post1.tex
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/post2.tex
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/prea1.tex
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/prea2.tex
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/prea3.tex
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tapcv0.raw
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tapcv1.raw
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tapcv2.raw
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tapcv3.raw
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tapcv4.raw
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tapcv5.raw
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tapcv6.raw
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tcv.bat
%doc %{_texmfdistdir}/source/generic/tap/tabcv/sampdos/tcv_.bat
%doc %{_texmfdistdir}/source/generic/tap/tabcv/tapcv.awk

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.77-4
+ Revision: 957708e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25883 |14mu|texlive-taupin-20111104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-taupin
Version:	20111104
Release:	4
Summary:	TeXLive taupin package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/taupin.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive taupin package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/taupin/smallcap.sty
%{_texmfdistdir}/tex/latex/taupin/t1cmsc.fd
%{_texmfdistdir}/tex/latex/taupin/varsects.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-4
+ Revision: c172e53
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25884 |14mu|texlive-tcldoc-2.40-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22018
# category Package
# catalog-ctan /macros/latex/contrib/tclldoc
# catalog-date 2007-02-28 00:02:05 +0100
# catalog-license lppl
# catalog-version 2.40
Name:		texlive-tcldoc
Version:	2.40
Release:	4
Summary:	Doc/docstrip for tcl
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tclldoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tcldoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tcldoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tcldoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The tclldoc package and class simplify the application of the
doc/docstrip style of literate programming with Dr. John
Ousterhout's Tool Command Language (Tcl, pronounced "tickle",
a.k.a. The Cool Language). The tclldoc package is a bit like
the doc package is for LaTeX, whereas the tclldoc class more
parallels the ltxdoc class.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tcldoc/tcldoc.cls
%{_texmfdistdir}/tex/latex/tcldoc/tcldoc.sty
%{_texmfdistdir}/tex/latex/tcldoc/tclldoc.cls
%{_texmfdistdir}/tex/latex/tcldoc/tclldoc.sty
%doc %{_texmfdistdir}/doc/latex/tcldoc/README.txt
%doc %{_texmfdistdir}/doc/latex/tcldoc/examples/README.txt
%doc %{_texmfdistdir}/doc/latex/tcldoc/examples/parsetcl.dtx
%doc %{_texmfdistdir}/doc/latex/tcldoc/examples/parsetcl.ins
%doc %{_texmfdistdir}/doc/latex/tcldoc/examples/pdf.dtx
%doc %{_texmfdistdir}/doc/latex/tcldoc/examples/pdf.ins
%doc %{_texmfdistdir}/doc/latex/tcldoc/tclldoc.pdf
%doc %{_texmfdistdir}/doc/latex/tcldoc/tools/README.txt
%doc %{_texmfdistdir}/doc/latex/tcldoc/tools/eemenu.dtx
%doc %{_texmfdistdir}/doc/latex/tcldoc/tools/eemenu.ins
%doc %{_texmfdistdir}/doc/latex/tcldoc/tools/sourcedtx.dtx
%doc %{_texmfdistdir}/doc/latex/tcldoc/tools/sourcedtx.ins
#- source
%doc %{_texmfdistdir}/source/latex/tcldoc/tclldoc.dtx
%doc %{_texmfdistdir}/source/latex/tcldoc/tclldoc.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.40-4
+ Revision: ca9b70f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25885 |14mu|texlive-tcolorbox-1.30-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26072
# category Package
# catalog-ctan /macros/latex/contrib/tcolorbox
# catalog-date 2012-04-20 13:22:20 +0200
# catalog-license lppl1.3
# catalog-version 1.30
Name:		texlive-tcolorbox
Epoch:		1
Version:	1.30
Release:	3
Summary:	Coloured boxes, for LaTeX examples and theorems, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tcolorbox
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tcolorbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tcolorbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an environment for coloured and framed
text boxes with a heading line. Optionally, such a box can be
split in an upper and a lower part; thus the package may be
used for the setting of LaTeX examples where one part of the
box displays the source code and the other part shows the
output. Another common use case is the setting of theorems. The
package supports saving and reuse of source code and text
parts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tcolorbox/tcbdocumentation.code.tex
%{_texmfdistdir}/tex/latex/tcolorbox/tcblistings.code.tex
%{_texmfdistdir}/tex/latex/tcolorbox/tcbskins.code.tex
%{_texmfdistdir}/tex/latex/tcolorbox/tcbtheorems.code.tex
%{_texmfdistdir}/tex/latex/tcolorbox/tcolorbox.sty
%doc %{_texmfdistdir}/doc/latex/tcolorbox/CHANGES
%doc %{_texmfdistdir}/doc/latex/tcolorbox/README
%doc %{_texmfdistdir}/doc/latex/tcolorbox/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/tcolorbox/tcolorbox-example.pdf
%doc %{_texmfdistdir}/doc/latex/tcolorbox/tcolorbox-example.tex
%doc %{_texmfdistdir}/doc/latex/tcolorbox/tcolorbox.pdf
%doc %{_texmfdistdir}/doc/latex/tcolorbox/tcolorbox.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.30-3
+ Revision: 590ec46
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25886 |14mu|texlive-tdclock-v2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tdclock
# catalog-date 2009-06-23 13:06:36 +0200
# catalog-license gpl2
# catalog-version v2.2
Name:		texlive-tdclock
Version:	v2.2
Release:	4
Summary:	A ticking digital clock package for PDF output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tdclock
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tdclock.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tdclock.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A ticking digital clock package to be used in Pdf-LaTeX
documents, for example in presentations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tdclock/tdclock.sty
%doc %{_texmfdistdir}/doc/latex/tdclock/README
%doc %{_texmfdistdir}/doc/latex/tdclock/tdclock-beamer-example.pdf
%doc %{_texmfdistdir}/doc/latex/tdclock/tdclock-beamer-example.tex
%doc %{_texmfdistdir}/doc/latex/tdclock/tdclock-doc.pdf
%doc %{_texmfdistdir}/doc/latex/tdclock/tdclock-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v2.2-4
+ Revision: a363323
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25887 |14mu|texlive-tdsfrmath-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tdsfrmath
# catalog-date 2009-06-22 16:39:08 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-tdsfrmath
Version:	1.3
Release:	4
Summary:	Macros for French teachers of mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tdsfrmath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tdsfrmath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tdsfrmath.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tdsfrmath.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A collection of macros for French maths teachers in colleges
and lycees (and perhaps elsewhere). It is hoped that the
package will facilitate the everyday use of LaTeX by
mathematics teachers.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tdsfrmath/suite.sto
%{_texmfdistdir}/tex/latex/tdsfrmath/taupe.sto
%{_texmfdistdir}/tex/latex/tdsfrmath/tdsfrmath.sty
%doc %{_texmfdistdir}/doc/latex/tdsfrmath/LISEZMOI
%doc %{_texmfdistdir}/doc/latex/tdsfrmath/README
%doc %{_texmfdistdir}/doc/latex/tdsfrmath/tdsfrmath.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tdsfrmath/Makefile
%doc %{_texmfdistdir}/source/latex/tdsfrmath/tdsfrmath.dtx
%doc %{_texmfdistdir}/source/latex/tdsfrmath/tdsfrmath.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: 529f235
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25888 |14mu|texlive-technics-20070116-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16238
# category Package
# catalog-ctan /macros/latex/contrib/technics
# catalog-date 2007-01-16 00:15:12 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-technics
Version:	20070116
Release:	4
Summary:	A package to format technical documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/technics
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/technics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/technics.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive technics package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/technics/technics.sty
%doc %{_texmfdistdir}/doc/latex/technics/png2eps.sh
%doc %{_texmfdistdir}/doc/latex/technics/rf-logo.zip
%doc %{_texmfdistdir}/doc/latex/technics/technics.pdf
%doc %{_texmfdistdir}/doc/latex/technics/technics.tex
%doc %{_texmfdistdir}/doc/latex/technics/view-dvi.sh
%doc %{_texmfdistdir}/doc/latex/technics/vmlinux.eps
%doc %{_texmfdistdir}/doc/latex/technics/vmlinux.png

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070116-4
+ Revision: 928d6f1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25889 |14mu|texlive-ted-1.06-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ted
# catalog-date 2008-08-24 10:50:19 +0200
# catalog-license lppl
# catalog-version 1.06
Name:		texlive-ted
Version:	1.06
Release:	4
Summary:	A (primitive) token list editor
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ted
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ted.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ted.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ted.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Just like sed is a stream editor, ted is a token list editor.
Actually, it is not as powerfull as sed, but its main feature
is that it really works with tokens, not only characters. The
ted package provides two user macros: \Substitute and
\ShowTokens. The first is maybe the most useful: it performs
substitutions in token lists (even inside braces). The second
displays each token of the list (one per line) with its catcode
(in the list, not just the current one), and can be useful for
debugging or for TeX learners. Ted is designed to work well
even if strange tokens (that is, unusual {charcode, catcode}
pairs or tokens with a confusing meaning) occur in the list.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ted/ted.sty
%doc %{_texmfdistdir}/doc/latex/ted/README
%doc %{_texmfdistdir}/doc/latex/ted/ted-fr.pdf
%doc %{_texmfdistdir}/doc/latex/ted/ted.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ted/ted.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.06-4
+ Revision: 486d6da
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25890 |14mu|texlive-termcal-1.8-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22514
# category Package
# catalog-ctan /macros/latex/contrib/termcal
# catalog-date 2011-05-17 01:53:44 +0200
# catalog-license lppl1
# catalog-version 1.8
Name:		texlive-termcal
Version:	1.8
Release:	4
Summary:	Print a class calendar
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/termcal
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/termcal.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/termcal.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/termcal.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is intended to print a term calendar for use in
planning a class. It has a flexible mechanism for specifying
which days of the week are to be included and for inserting
text either regularly on the same day each week, or on selected
days, or for a series of consecutive days. It also has a
flexible mechanism for specifing class and nonclass days. Text
may be inserted into consecutive days so that it automatically
flows around nonclass days.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/termcal/termcal.sty
%doc %{_texmfdistdir}/doc/latex/termcal/Contents
%doc %{_texmfdistdir}/doc/latex/termcal/README
%doc %{_texmfdistdir}/doc/latex/termcal/termcal.pdf
#- source
%doc %{_texmfdistdir}/source/latex/termcal/termcal.dtx
%doc %{_texmfdistdir}/source/latex/termcal/termcal.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.8-4
+ Revision: cfe46cc
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25891 |14mu|texlive-termlist-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18923
# category Package
# catalog-ctan /macros/latex/contrib/termlist
# catalog-date 2010-06-12 14:14:46 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-termlist
Version:	1.1
Release:	4
Summary:	Label any kind of term with a continuous counter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/termlist
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/termlist.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/termlist.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/termlist.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The termlist package provides environments to indent and label
any kind of terms with a continuous number. Candidate terms may
appear inside an equation or eqnarray environment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/termlist/termlist.sty
%doc %{_texmfdistdir}/doc/latex/termlist/README
%doc %{_texmfdistdir}/doc/latex/termlist/termlist.pdf
#- source
%doc %{_texmfdistdir}/source/latex/termlist/termlist.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: ea5bb9b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25892 |14mu|texlive-teubner-3.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23854
# category Package
# catalog-ctan /macros/latex/contrib/teubner
# catalog-date 2011-09-07 11:50:17 +0200
# catalog-license lppl
# catalog-version 3.3
Name:		texlive-teubner
Version:	3.3
Release:	4
Summary:	Philological typesetting of classical Greek
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/teubner
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/teubner.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/teubner.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/teubner.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An extension to babel greek option for typesetting classical
Greek with a philological approach. The package works with the
author's greek fonts using the 'Lispiakos' font shape derived
from that of the fonts used in printers' shops in Lispia. The
package name honours the publisher B.G. Teubner
Verlaggesellschaft whose Greek text publications are of high
quality.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/teubner/LGRaccents-glyphs.def
%{_texmfdistdir}/tex/latex/teubner/teubner.sty
%{_texmfdistdir}/tex/latex/teubner/teubnertx.sty
%doc %{_texmfdistdir}/doc/latex/teubner/README
%doc %{_texmfdistdir}/doc/latex/teubner/teubner-doc.pdf
%doc %{_texmfdistdir}/doc/latex/teubner/teubner-doc.tex
%doc %{_texmfdistdir}/doc/latex/teubner/teubner.pdf
%doc %{_texmfdistdir}/doc/latex/teubner/teubner.txt
#- source
%doc %{_texmfdistdir}/source/latex/teubner/teubner.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.3-4
+ Revision: dee8714
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25893 |14mu|texlive-tex4ht-20120223-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31548
# category Package
# catalog-ctan /obsolete/support/TeX4ht
# catalog-date 2012-02-23 17:06:23 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-tex4ht
Version:	20120223
Release:	7
Summary:	Convert (La)TeX to HTML/XML
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/obsolete/support/TeX4ht
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex4ht.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex4ht.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-tex4ht.bin
%rename tex4ht

%description
A converter from TeX and LaTeX to SGML-based formats such as
(X)HTML, MathML, OpenDocument, and DocBook, providing a
configurable (La)TeX-based authoring system for hypertext.
Tex4ht does not parse (La)TeX source (so that it avoids the
difficulties encountered by many other converters, arising from
the irregularity of (La)TeX syntax). Instead, Tex4ht uses
(La)TeX itself (with an extra macro package) to produce a non-
standard DVI file that it can then process. This technique
allows TeX4ht to approach the robustness characteristic of
restricted-syntax systems such as hyperlatex and gellmu. Note
that CTAN no longer holds the definitive sources of the
package: see the 'Readme' file.


#-----------------------------------------------------------------------
%files
%{_bindir}/ht
%{_bindir}/htcontext
%{_bindir}/htlatex
%{_bindir}/htmex
%{_bindir}/httex
%{_bindir}/httexi
%{_bindir}/htxelatex
%{_bindir}/htxetex
%{_bindir}/mk4ht
%{_texmfdistdir}/scripts/tex4ht/ht.sh
%{_texmfdistdir}/scripts/tex4ht/htcontext.sh
%{_texmfdistdir}/scripts/tex4ht/htcopy.pl
%{_texmfdistdir}/scripts/tex4ht/htlatex.sh
%{_texmfdistdir}/scripts/tex4ht/htmex.sh
%{_texmfdistdir}/scripts/tex4ht/htmove.pl
%{_texmfdistdir}/scripts/tex4ht/httex.sh
%{_texmfdistdir}/scripts/tex4ht/httexi.sh
%{_texmfdistdir}/scripts/tex4ht/htxelatex.sh
%{_texmfdistdir}/scripts/tex4ht/htxetex.sh
%{_texmfdistdir}/scripts/tex4ht/mk4ht.pl
%{_texmfdistdir}/tex/generic/tex4ht/2up.4ht
%{_texmfdistdir}/tex/generic/tex4ht/8859-6.4ht
%{_texmfdistdir}/tex/generic/tex4ht/CJK.4ht
%{_texmfdistdir}/tex/generic/tex4ht/IEEEtran.4ht
%{_texmfdistdir}/tex/generic/tex4ht/JHEP.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ProTex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/SIunits.4ht
%{_texmfdistdir}/tex/generic/tex4ht/TextBook.4ht
%{_texmfdistdir}/tex/generic/tex4ht/aa.4ht
%{_texmfdistdir}/tex/generic/tex4ht/abidir.4ht
%{_texmfdistdir}/tex/generic/tex4ht/accents.4ht
%{_texmfdistdir}/tex/generic/tex4ht/acm_proc_article-sp.4ht
%{_texmfdistdir}/tex/generic/tex4ht/afterpage.4ht
%{_texmfdistdir}/tex/generic/tex4ht/alatex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/algorithm.4ht
%{_texmfdistdir}/tex/generic/tex4ht/algorithmic.4ht
%{_texmfdistdir}/tex/generic/tex4ht/algorithmicx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/alltt.4ht
%{_texmfdistdir}/tex/generic/tex4ht/alphanum.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsart.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsbook.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsbsy.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amscd.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsdtx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsfonts.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsldoc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsmath.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsopn.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsppt.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsproc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amssymb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amstex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amstex1.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amstext.4ht
%{_texmfdistdir}/tex/generic/tex4ht/amsthm.4ht
%{_texmfdistdir}/tex/generic/tex4ht/aoutput.4ht
%{_texmfdistdir}/tex/generic/tex4ht/apa-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/apa.4ht
%{_texmfdistdir}/tex/generic/tex4ht/apacite.4ht
%{_texmfdistdir}/tex/generic/tex4ht/aps.4ht
%{_texmfdistdir}/tex/generic/tex4ht/arabicore.4ht
%{_texmfdistdir}/tex/generic/tex4ht/array.4ht
%{_texmfdistdir}/tex/generic/tex4ht/article.4ht
%{_texmfdistdir}/tex/generic/tex4ht/austrian.4ht
%{_texmfdistdir}/tex/generic/tex4ht/babel.4ht
%{_texmfdistdir}/tex/generic/tex4ht/beamer.4ht
%{_texmfdistdir}/tex/generic/tex4ht/beamerbasefont.4ht
%{_texmfdistdir}/tex/generic/tex4ht/beamerbasetoc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/beton.4ht
%{_texmfdistdir}/tex/generic/tex4ht/biblatex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/bibtex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/bibtex2.4ht
%{_texmfdistdir}/tex/generic/tex4ht/bibtopic.4ht
%{_texmfdistdir}/tex/generic/tex4ht/bm.4ht
%{_texmfdistdir}/tex/generic/tex4ht/book.4ht
%{_texmfdistdir}/tex/generic/tex4ht/booktabs.4ht
%{_texmfdistdir}/tex/generic/tex4ht/boxedminipage.4ht
%{_texmfdistdir}/tex/generic/tex4ht/byname.4ht
%{_texmfdistdir}/tex/generic/tex4ht/caption.4ht
%{_texmfdistdir}/tex/generic/tex4ht/catalan.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cgloss4e.4ht
%{_texmfdistdir}/tex/generic/tex4ht/chapterbib.4ht
%{_texmfdistdir}/tex/generic/tex4ht/chicago.4ht
%{_texmfdistdir}/tex/generic/tex4ht/color.4ht
%{_texmfdistdir}/tex/generic/tex4ht/colortbl.4ht
%{_texmfdistdir}/tex/generic/tex4ht/combine.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cond4ht.4ht
%{_texmfdistdir}/tex/generic/tex4ht/context.4ht
%{_texmfdistdir}/tex/generic/tex4ht/covington.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp1250.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp1252.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp1256.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp437.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp437de.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp850.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp852.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp862.4ht
%{_texmfdistdir}/tex/generic/tex4ht/cp865.4ht
%{_texmfdistdir}/tex/generic/tex4ht/croatian.4ht
%{_texmfdistdir}/tex/generic/tex4ht/curve.4ht
%{_texmfdistdir}/tex/generic/tex4ht/czech.4ht
%{_texmfdistdir}/tex/generic/tex4ht/danish.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dcolumn.4ht
%{_texmfdistdir}/tex/generic/tex4ht/debug.4ht
%{_texmfdistdir}/tex/generic/tex4ht/diagram.4ht
%{_texmfdistdir}/tex/generic/tex4ht/diagrams.4ht
%{_texmfdistdir}/tex/generic/tex4ht/doc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/docbook-math.4ht
%{_texmfdistdir}/tex/generic/tex4ht/docbook-mml.4ht
%{_texmfdistdir}/tex/generic/tex4ht/docbook.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dratex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dsfont.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dutch.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dvipdf.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dvips.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dvipsnam.4ht
%{_texmfdistdir}/tex/generic/tex4ht/dvipsone.4ht
%{_texmfdistdir}/tex/generic/tex4ht/elsart.4ht
%{_texmfdistdir}/tex/generic/tex4ht/emacspeak.4ht
%{_texmfdistdir}/tex/generic/tex4ht/emulateapj.4ht
%{_texmfdistdir}/tex/generic/tex4ht/endfloat.4ht
%{_texmfdistdir}/tex/generic/tex4ht/endnotes.4ht
%{_texmfdistdir}/tex/generic/tex4ht/english.4ht
%{_texmfdistdir}/tex/generic/tex4ht/enumerate.4ht
%{_texmfdistdir}/tex/generic/tex4ht/enumitem.4ht
%{_texmfdistdir}/tex/generic/tex4ht/epigraph.4ht
%{_texmfdistdir}/tex/generic/tex4ht/eplain.4ht
%{_texmfdistdir}/tex/generic/tex4ht/epsf.4ht
%{_texmfdistdir}/tex/generic/tex4ht/epsfig.4ht
%{_texmfdistdir}/tex/generic/tex4ht/errata.4ht
%{_texmfdistdir}/tex/generic/tex4ht/esperant.4ht
%{_texmfdistdir}/tex/generic/tex4ht/esperanto.4ht
%{_texmfdistdir}/tex/generic/tex4ht/estonian.4ht
%{_texmfdistdir}/tex/generic/tex4ht/eucal.4ht
%{_texmfdistdir}/tex/generic/tex4ht/euler.4ht
%{_texmfdistdir}/tex/generic/tex4ht/europecv.4ht
%{_texmfdistdir}/tex/generic/tex4ht/eurosym.4ht
%{_texmfdistdir}/tex/generic/tex4ht/everyshi.4ht
%{_texmfdistdir}/tex/generic/tex4ht/exam.4ht
%{_texmfdistdir}/tex/generic/tex4ht/exerquiz.4ht
%{_texmfdistdir}/tex/generic/tex4ht/exerqz.4ht
%{_texmfdistdir}/tex/generic/tex4ht/extarticle.4ht
%{_texmfdistdir}/tex/generic/tex4ht/extbook.4ht
%{_texmfdistdir}/tex/generic/tex4ht/extletter.4ht
%{_texmfdistdir}/tex/generic/tex4ht/extproc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/extreport.4ht
%{_texmfdistdir}/tex/generic/tex4ht/fancybox.4ht
%{_texmfdistdir}/tex/generic/tex4ht/fancyvrb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/fig4tex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/finnish.4ht
%{_texmfdistdir}/tex/generic/tex4ht/fleqn.4ht
%{_texmfdistdir}/tex/generic/tex4ht/float.4ht
%{_texmfdistdir}/tex/generic/tex4ht/floatflt.4ht
%{_texmfdistdir}/tex/generic/tex4ht/foils.4ht
%{_texmfdistdir}/tex/generic/tex4ht/fontmath.4ht
%{_texmfdistdir}/tex/generic/tex4ht/footmisc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/footnote-dw.4ht
%{_texmfdistdir}/tex/generic/tex4ht/francais.4ht
%{_texmfdistdir}/tex/generic/tex4ht/french.4ht
%{_texmfdistdir}/tex/generic/tex4ht/frenchb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/g-brief.4ht
%{_texmfdistdir}/tex/generic/tex4ht/galician.4ht
%{_texmfdistdir}/tex/generic/tex4ht/gauss.4ht
%{_texmfdistdir}/tex/generic/tex4ht/german.4ht
%{_texmfdistdir}/tex/generic/tex4ht/germanb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/gloss.4ht
%{_texmfdistdir}/tex/generic/tex4ht/glossaries.4ht
%{_texmfdistdir}/tex/generic/tex4ht/glossary.4ht
%{_texmfdistdir}/tex/generic/tex4ht/go.4ht
%{_texmfdistdir}/tex/generic/tex4ht/graphics.4ht
%{_texmfdistdir}/tex/generic/tex4ht/graphicx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/greek.4ht
%{_texmfdistdir}/tex/generic/tex4ht/harvard.4ht
%{_texmfdistdir}/tex/generic/tex4ht/hebrew.4ht
%{_texmfdistdir}/tex/generic/tex4ht/hebtex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/hewrite.4ht
%{_texmfdistdir}/tex/generic/tex4ht/holtxdoc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html-jsmath.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html-mltx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html-mml.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html-speech-math.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html-speech.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html0.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html32-math.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html32.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html4-math.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html4-svg.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html4-uni.4ht
%{_texmfdistdir}/tex/generic/tex4ht/html4.4ht
%{_texmfdistdir}/tex/generic/tex4ht/htmlw.4ht
%{_texmfdistdir}/tex/generic/tex4ht/hypcap.4ht
%{_texmfdistdir}/tex/generic/tex4ht/hyperref.4ht
%{_texmfdistdir}/tex/generic/tex4ht/idxmake.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ifthen.4ht
%{_texmfdistdir}/tex/generic/tex4ht/index.4ht
%{_texmfdistdir}/tex/generic/tex4ht/info4ht.4ht
%{_texmfdistdir}/tex/generic/tex4ht/infoht4.4ht
%{_texmfdistdir}/tex/generic/tex4ht/infojh.4ht
%{_texmfdistdir}/tex/generic/tex4ht/infomml.4ht
%{_texmfdistdir}/tex/generic/tex4ht/infoof.4ht
%{_texmfdistdir}/tex/generic/tex4ht/infosvg.4ht
%{_texmfdistdir}/tex/generic/tex4ht/inputenc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/italian.4ht
%{_texmfdistdir}/tex/generic/tex4ht/javahelp-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/javahelp.4ht
%{_texmfdistdir}/tex/generic/tex4ht/jeep.4ht
%{_texmfdistdir}/tex/generic/tex4ht/jsmath.4ht
%{_texmfdistdir}/tex/generic/tex4ht/jsml-math.4ht
%{_texmfdistdir}/tex/generic/tex4ht/jsml.4ht
%{_texmfdistdir}/tex/generic/tex4ht/jurabib.4ht
%{_texmfdistdir}/tex/generic/tex4ht/koi8-r.4ht
%{_texmfdistdir}/tex/generic/tex4ht/latex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/latex209.4ht
%{_texmfdistdir}/tex/generic/tex4ht/latex2man.4ht
%{_texmfdistdir}/tex/generic/tex4ht/latin1.4ht
%{_texmfdistdir}/tex/generic/tex4ht/latin2.4ht
%{_texmfdistdir}/tex/generic/tex4ht/lb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/letter.4ht
%{_texmfdistdir}/tex/generic/tex4ht/lettrine.4ht
%{_texmfdistdir}/tex/generic/tex4ht/lfeenc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/lineno.4ht
%{_texmfdistdir}/tex/generic/tex4ht/linguex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/listings.4ht
%{_texmfdistdir}/tex/generic/tex4ht/llncs-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/llncs.4ht
%{_texmfdistdir}/tex/generic/tex4ht/lncse-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/lncse.4ht
%{_texmfdistdir}/tex/generic/tex4ht/longdiv.4ht
%{_texmfdistdir}/tex/generic/tex4ht/longtable.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ltugboat-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ltugboat.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ltugproc-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ltugproc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ltxguide.4ht
%{_texmfdistdir}/tex/generic/tex4ht/m-tex4ht.tex
%{_texmfdistdir}/tex/generic/tex4ht/makeidx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/manju.4ht
%{_texmfdistdir}/tex/generic/tex4ht/manmac.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mathltx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mathml.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mathplayer.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mathtools.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mdwlist.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mdwtab.4ht
%{_texmfdistdir}/tex/generic/tex4ht/memoir.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mempatch.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mfpic.4ht
%{_texmfdistdir}/tex/generic/tex4ht/microtype.4ht
%{_texmfdistdir}/tex/generic/tex4ht/minitoc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mkht-scripts.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mkht.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mktex4ht.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mla.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mls.4ht
%{_texmfdistdir}/tex/generic/tex4ht/moreverb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mozilla.4ht
%{_texmfdistdir}/tex/generic/tex4ht/multicol.4ht
%{_texmfdistdir}/tex/generic/tex4ht/multind.4ht
%{_texmfdistdir}/tex/generic/tex4ht/multirow.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mwart.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mwbk.4ht
%{_texmfdistdir}/tex/generic/tex4ht/mwrep.4ht
%{_texmfdistdir}/tex/generic/tex4ht/nameref.4ht
%{_texmfdistdir}/tex/generic/tex4ht/natbib.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ngerman.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ngermanb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/nicefrac.4ht
%{_texmfdistdir}/tex/generic/tex4ht/nomencl.4ht
%{_texmfdistdir}/tex/generic/tex4ht/norsk.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ntheorem.4ht
%{_texmfdistdir}/tex/generic/tex4ht/onmouseover.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ooffice-mml.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ooffice.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ooimpress.4ht
%{_texmfdistdir}/tex/generic/tex4ht/osudeG.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ot4enc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/overcite.4ht
%{_texmfdistdir}/tex/generic/tex4ht/overpic.4ht
%{_texmfdistdir}/tex/generic/tex4ht/paralist.4ht
%{_texmfdistdir}/tex/generic/tex4ht/path.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pb-diagram.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pctable.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pctex32.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pd1enc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pgf.4ht
%{_texmfdistdir}/tex/generic/tex4ht/picins.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pictex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pifont.4ht
%{_texmfdistdir}/tex/generic/tex4ht/plain.4ht
%{_texmfdistdir}/tex/generic/tex4ht/polish.4ht
%{_texmfdistdir}/tex/generic/tex4ht/polski.4ht
%{_texmfdistdir}/tex/generic/tex4ht/portuges.4ht
%{_texmfdistdir}/tex/generic/tex4ht/powerdot-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/powerdot.4ht
%{_texmfdistdir}/tex/generic/tex4ht/prosper-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/prosper.4ht
%{_texmfdistdir}/tex/generic/tex4ht/psfig.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pst-all.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pst-jtree.4ht
%{_texmfdistdir}/tex/generic/tex4ht/pstricks.4ht
%{_texmfdistdir}/tex/generic/tex4ht/reading.4ht
%{_texmfdistdir}/tex/generic/tex4ht/report.4ht
%{_texmfdistdir}/tex/generic/tex4ht/res-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/res.4ht
%{_texmfdistdir}/tex/generic/tex4ht/resume.4ht
%{_texmfdistdir}/tex/generic/tex4ht/revsymb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/revtex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/revtex4.4ht
%{_texmfdistdir}/tex/generic/tex4ht/rlbabel.4ht
%{_texmfdistdir}/tex/generic/tex4ht/romanian.4ht
%{_texmfdistdir}/tex/generic/tex4ht/rotating.4ht
%{_texmfdistdir}/tex/generic/tex4ht/russianb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/scottish.4ht
%{_texmfdistdir}/tex/generic/tex4ht/scrartcl.4ht
%{_texmfdistdir}/tex/generic/tex4ht/scrbook.4ht
%{_texmfdistdir}/tex/generic/tex4ht/scrreprt.4ht
%{_texmfdistdir}/tex/generic/tex4ht/seminar-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/seminar.4ht
%{_texmfdistdir}/tex/generic/tex4ht/seslideb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/showfonts.4ht
%{_texmfdistdir}/tex/generic/tex4ht/sig-alternate.4ht
%{_texmfdistdir}/tex/generic/tex4ht/sistyle.4ht
%{_texmfdistdir}/tex/generic/tex4ht/slides.4ht
%{_texmfdistdir}/tex/generic/tex4ht/slidesec.4ht
%{_texmfdistdir}/tex/generic/tex4ht/slovak.4ht
%{_texmfdistdir}/tex/generic/tex4ht/slovene.4ht
%{_texmfdistdir}/tex/generic/tex4ht/soul.4ht
%{_texmfdistdir}/tex/generic/tex4ht/spanish.4ht
%{_texmfdistdir}/tex/generic/tex4ht/splitidx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/srcltx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/subeqnarray.4ht
%{_texmfdistdir}/tex/generic/tex4ht/subfigure.4ht
%{_texmfdistdir}/tex/generic/tex4ht/supertabular.4ht
%{_texmfdistdir}/tex/generic/tex4ht/sverb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/svg.4ht
%{_texmfdistdir}/tex/generic/tex4ht/svgnam.4ht
%{_texmfdistdir}/tex/generic/tex4ht/swedish.4ht
%{_texmfdistdir}/tex/generic/tex4ht/syntax.4ht
%{_texmfdistdir}/tex/generic/tex4ht/t2benc.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tabularx.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tabulary-a.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tabulary.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tcilatex.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tei-math.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tei-mml.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tei-mmltei.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tei.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tex4ht.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tex4ht.sty
%{_texmfdistdir}/tex/generic/tex4ht/texinfo.4ht
%{_texmfdistdir}/tex/generic/tex4ht/texpower.4ht
%{_texmfdistdir}/tex/generic/tex4ht/textures.4ht
%{_texmfdistdir}/tex/generic/tex4ht/th4.4ht
%{_texmfdistdir}/tex/generic/tex4ht/theorem.4ht
%{_texmfdistdir}/tex/generic/tex4ht/titlesec.4ht
%{_texmfdistdir}/tex/generic/tex4ht/tugboat.4ht
%{_texmfdistdir}/tex/generic/tex4ht/turkish.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ucs.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ukraineb.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ulem.4ht
%{_texmfdistdir}/tex/generic/tex4ht/unicode.4ht
%{_texmfdistdir}/tex/generic/tex4ht/url.4ht
%{_texmfdistdir}/tex/generic/tex4ht/usepackage.4ht
%{_texmfdistdir}/tex/generic/tex4ht/ushort.4ht
%{_texmfdistdir}/tex/generic/tex4ht/usorbian.4ht
%{_texmfdistdir}/tex/generic/tex4ht/utf8.4ht
%{_texmfdistdir}/tex/generic/tex4ht/utf8x.4ht
%{_texmfdistdir}/tex/generic/tex4ht/vanilla.4ht
%{_texmfdistdir}/tex/generic/tex4ht/varioref.4ht
%{_texmfdistdir}/tex/generic/tex4ht/verbatim.4ht
%{_texmfdistdir}/tex/generic/tex4ht/verbatimfiles.4ht
%{_texmfdistdir}/tex/generic/tex4ht/verse.4ht
%{_texmfdistdir}/tex/generic/tex4ht/vowel.4ht
%{_texmfdistdir}/tex/generic/tex4ht/web.4ht
%{_texmfdistdir}/tex/generic/tex4ht/welsh.4ht
%{_texmfdistdir}/tex/generic/tex4ht/wrapfig.4ht
%{_texmfdistdir}/tex/generic/tex4ht/writer.4ht
%{_texmfdistdir}/tex/generic/tex4ht/xcolor.4ht
%{_texmfdistdir}/tex/generic/tex4ht/xr-hyper.4ht
%{_texmfdistdir}/tex/generic/tex4ht/xr.4ht
%{_texmfdistdir}/tex/generic/tex4ht/xy.4ht
%{_texmfdistdir}/tex4ht/base/unix/tex4ht.env
%{_texmfdistdir}/tex4ht/base/win32/tex4ht.env
%{_texmfdistdir}/tex4ht/bin/tex4ht.jar
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagd7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagd8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagd8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagd8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagdo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagk.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagk7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagk8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagk8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagk8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagkc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagkc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagkc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagko.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagko7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagko8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagko8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/pagko8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/rpagd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/rpagdo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/rpagk.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/avantgar/rpagko.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkd7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkd8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkd8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkd8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkdo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkl7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkl8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkl8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkl8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkli.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkli7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkli8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkli8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbkli8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/pbklo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/rpbkd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/rpbkdi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/rpbkl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/bookman/rpbkli.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrb8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrb8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrb8u.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrbo8u.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrr8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrr8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrr8u.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrrc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrrc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrro8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/pcrro8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/rpcrb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/rpcrbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/rpcrr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/courier/rpcrro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8cn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8rn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvb8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc7tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbc8tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo7tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8cn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8rn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbo8tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbon.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvbrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8cn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8rn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvr8tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc7tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvrc8tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro7tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8cn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8rn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvro8tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvron.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/phvrrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/pplb8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/pplbi8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/pplr8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/pplri8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvbon.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvbrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvron.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/helvetic/rphvrrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmbm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmby.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmrv.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathppl/zpplcmry.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathptmx/zptmcm7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathptmx/zptmcm7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathptmx/zptmcm7v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/mathptmx/zptmcm7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncb8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncbo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncr8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncrc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncrc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncrc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncri8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/pncro8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/rpncb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/rpncbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/rpncr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ncntrsbk/rpncri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb9d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb9e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb9o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplb9t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbc8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbi9t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbu.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplbu8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr8rn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr9c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr9d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr9e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr9o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplr9t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrc8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrc9d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrc9e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrc9o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri9c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri9d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri9e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplri9o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplro8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplro8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplro8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrr8re.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrre.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplrrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplru.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/pplru8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplbu.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplrre.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplrrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/palatino/rpplru.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplb7d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplb8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbcj7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbcj8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbi7d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbi8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbij7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbij8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbij8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbj7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbj8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbj8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbjo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbjo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplbjo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppll8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplli8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/ppllo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplm8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplmo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplr8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrc7d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrcj7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrcj8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrcj8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrcjo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplri7d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplri8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrij.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrij7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrij8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrj.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrj7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplrjo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplx8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/ppalatino/pplxo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/pslatex/pcrr8rn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/pslatex/pcrr8tn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/symbol/psyro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/symbol/rpsyr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/symbol/rpsyro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmb8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmb8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbi8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbo8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmbo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmr8rn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmr8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmr8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmrc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmri8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmri8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmri8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmri8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmro8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmro8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmro8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmrr8re.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/ptmrrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/rptmb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/rptmbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/rptmbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/rptmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/rptmri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/rptmro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/times/rptmrre.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putb8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putbo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putr8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putrc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putrc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putri7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putri8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putri8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putro8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/utopia/putro8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/zapfchan/rpzcmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/zapfding/pzcmi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/adobe/zapfding/rpzdr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ae/ae.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ae/aetcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ams/euler/eurb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ams/euler/eurm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/antpb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/antpbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/antpri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/anttb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/anttri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttcbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttcbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttcmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttcmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttcrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttcricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/cs-anttricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttcbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttcbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttcmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttcmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttcrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttcricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ec-anttricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/el-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ex-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/exp-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/greek-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttcbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttcbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttcmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttcmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttcrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttcricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/qx-anttricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/rm-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/sy-anttrz.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/t2a-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/t2b-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/t2c-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/t5-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttcbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttcbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttcmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttcmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttcrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttcricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/texnansi-anttricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/ts1-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/antt/wncy-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aealbattar.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aealmateen.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aealmohanadb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aealmothnna.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aealyermook.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aearab.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aecortoba.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aedimnah.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aefurat.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aegranada.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aegraph.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aehani.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aekayrawan.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aekhalid.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aemashq.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aemetal.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aenada.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aenagham.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aenice.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aeostorah.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aeouhod.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aepetra.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aerehan.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aesalem.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aeshado.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aesharjah.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aesindibad.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aetarablus.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/aetholoth.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/homa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/nazlib.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arabi/titr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/favb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/favbi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/favri8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/zavmb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/zavmbi7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/zavmr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/zavmr7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/arev/zavmri7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchbc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchbi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchrc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchri7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/bchro8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchb8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchb8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchbc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchbi8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchbi8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchbo8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchbo8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchrc8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchri8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchri8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/bitstrea/charter/bchro8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cc-pl/pccsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cc-pl/pcmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cc-pl/pcr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cc-pl/pcsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cc-pl/pcti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/chartervn/bchri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/chess/chess10f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cjk/b5ka/ntufsm55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmbsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmcss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmcti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmcyr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmdunh.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmfi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmitt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmsltt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmssq.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmtex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmu.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/cmvtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/sauter/wnbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/sauter/wnbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/sauter/wnr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/sauter/wnsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cm/wncyi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/concrete/ccmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/concrete/ccr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/concrete/ccsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/concrete/ccti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cs/csti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cs/cstt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/currency/feybl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/currency/feybo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/currency/feybr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/currency/feyml.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/currency/feymo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/cs-cyklopr-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/ec-cyklopr-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/l7x-cyklopi-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/l7x-cyklopi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/l7x-cyklopr-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/l7x-cyklopr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/ly1-cyklopi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/ly1-cyklopr-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/ly1-cyklopr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/qx-cyklopi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/qx-cyklopr-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyklop/t5-cyklopr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcitt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcsltt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcssbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcssi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmctt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/cmcyr/cmcu.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmdunh.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmsltt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmssbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmssdc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmssi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmvtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/kmvtti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/wbxipa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/cyrillic/wslipa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ec/dc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ec/dccc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ec/ec.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ec/eccc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/ec/ecxc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/eulervm/zeuex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/eulervm/zeur.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/eulervm/zeus.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeub.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeubi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeubis.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeubit.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeubs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeubt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeuri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeuris.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeurit.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeurs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/euro/zpeurt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkcy/gbkcy94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkfs/gbkfs94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkhei/gbkhei94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkkai/gbkkai94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkli/gbkli94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkshu/gbkshu94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbksu/gbksu94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxh/gbkxh94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxk/gbkxk94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkxw/gbkxw94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyao/gbkyao94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/gbk/gbkyou/gbkyou94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/greek/ibygrk/fibo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/hebrew/cjheblsm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/hebrew/deads.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/hebrew/hcaption.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/hebrew/oldjaf.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/hebrew/rcjheblsm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/hebrew/rcjhebltx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/hebrew/telav.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonabcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonabicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonachcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonachicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonaclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonaclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonacricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonahcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonahicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonalcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonalicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonamcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonamicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonarcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/cs-iwonacap/cs-iwonaricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonabcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonabicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonachcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonachicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonaclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonaclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonacricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonahcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonahicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonalcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonalicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonamcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonamicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonarcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/ec-iwonacap/ec-iwonaricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/mi-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonabcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonabicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonachcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonachicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonaclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonaclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonacricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonahcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonahicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonalcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonalicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonamcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonamicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonarcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/qx/qx-iwonaricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonabcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonabicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonachcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonachicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonaclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonaclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonacricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonahcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonahicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonalcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonalicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonamcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonamicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonarcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/t5-iwonacap/t5-iwonaricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonabcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonabicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonachcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonachicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonaclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonaclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonacricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonahcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonahicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonalcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonalicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonamcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonamicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonarcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/iwona/texnansi/texnansi-iwonaricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcbl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcci.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcit.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcrb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcsi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcso.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcst.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcsx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tctt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcui.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcvi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/jknappen/tc/tcvt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwona/cs-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierchcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierchicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriercricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierhcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierhicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriermcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kuriermicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/cs-iwonacap/cs-kurierricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierchcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierchicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriercricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierhcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierhicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriermcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kuriermicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ec/ec-kurierricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/ex-iwona/ex-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/exp-iwona/exp-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/greek-iwona/greek-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/mi-iwona/mi-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwona/qx-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierchcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierchicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriercricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierhcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierhicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriermcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kuriermicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/qx-iwonacap/qx-kurierricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/rm-iwona/rm-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/sy-iwona/sy-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t2a-iwona/t2a-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t2b-iwona/t2b-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t2c-iwona/t2c-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwona/t5-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierchcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierchicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriercricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierhcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierhicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriermcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kuriermicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/t5-iwonacap/t5-kurierricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierchcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierchicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriercricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierhcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierhicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriermcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kuriermicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/texnansi/texnansi-kurierricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/kurier/wncy-iwona/wncy-kurier.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/latex/lcmss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/labx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lass.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lati.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/latt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lbbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lbcc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lbrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lbss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lbti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lbtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lcbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lccc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lcrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lcss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lcti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/lctt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/ldbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/ldcc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/ldrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/ldss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/ldti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lh/lh-t2a/ldtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-00.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-1e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-1f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-2c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-a7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-circle.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-e0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-e1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-f6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-fb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-ff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-infsup.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlb-xl-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbc-t1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbc-t1o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbc-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-00.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-1e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-1f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-2c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-a7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-circle.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-fb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-ff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-infsup.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbi-xl-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbic-t1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbic-t1o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlbic-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlr-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlr-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlr-xl-infsup.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlrc-t1o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlrc-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-00.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-1e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-1f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-2c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-a7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-e0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-f6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-fb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-ff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-infsup.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlri-xl-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlric-t1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlric-t1o.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/libertine/fxlric-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/cs-lmcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-qx/lm-qx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-qx/qx-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-cmin/cminch.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-cmrm/cmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-cmsc/cmcscsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csin/csinch.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csbxsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/cssl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssdc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssq.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csssqi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-csrm/csu.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/csitt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/cssltt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/cstcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-cstt/csvtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-plrm/plss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lm-rep-t5psn/vntcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lmbsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lmex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lmmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/lmsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/pre2005/cork-lmtcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/pre2005/qx-.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/pre2005/qx-lmtcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/pre2005/qx-lmvt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/pre2005/texnansi-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/pre2005/texnansi-lmtcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/t5-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/t5-lmtcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/lm/ts1-.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/marvosym/fmvri8x.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchb7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchb7v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchb7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchbi7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchbi7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchbo7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchr7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchr7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchri7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchri7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathdesign/mdbchro7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/eurbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/eurmo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/zppleb7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/zppleb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/zppleb7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/zppler7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/zppler7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/zppler7v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathpple/zppler7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathtime/blex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathtime/blmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathtime/blsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathtime/mtex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathtime/mtmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathtime/mtsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/mathtime/mtsyn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/fplmbb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/zplmb7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/zplmb7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/zplmb7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/zplmr7m.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/zplmr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/zplmr7v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pazo/zplmr7y.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plbxsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/pldunh.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plfi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plitt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plsltt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/pltt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plu.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pl/plvtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/p1x.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/p1xbsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/p1xsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pcx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbexa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbmi1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbmia.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbsya.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxbsyb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxmi1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxmia.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxsya.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/pxsyb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpcxb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpcxi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpcxsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpxbmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpxbsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpxi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpxmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpxpplb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpxr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/pxfonts/rpxsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qbkb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qbkbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qbkri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qcrb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qcrbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qcrri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvcb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvcbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvcr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvcri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qhvri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qplb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qplbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qplr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qplri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qtmb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qtmbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qtmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/qfonts/qtmri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/sw/arial.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/sw/cour.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/sw/times.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/times.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/times/ptmr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/tipa/tipx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/tipa/xipa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/pxbsyc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxbsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxbss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxbsso.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtcxsssl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxbmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxbsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxbsssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxphvb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxphvbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxphvr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxphvro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxptmb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxptmbi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxptmbo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxptmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxptmri.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxptmro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/rtxsssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/t1x.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/t1xbsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/t1xbsssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/t1xbttsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/t1xsssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/t1xttsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tcxi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tcxr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tcxsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tcxss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tcxsssl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tcxtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tcxttsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txbex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txbmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txbsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txbtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txbttsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txexa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txmia.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txsl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txsssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txsssl.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txsya.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txsyb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/txttsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tyx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tyxbsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tyxbsssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tyxbttsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tyxsssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/txfonts/tyxttsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/arevvn/fav.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/bchb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/bchbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/bchbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/bchbo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/bchr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/bchrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/bchro8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/chartervn/txtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/classicovn/uop.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/cmbrightvn/vncm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/comicsansvn/comic.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/concretevn/vncc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/garamondvn/ugm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/grotesqvn/ugq.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jthb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jthbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jthr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jthrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/jvnri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/lprb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/lprbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/lprbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/lprr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/lprrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/lprri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1b8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1bc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1bi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1r8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1rc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/ma1ri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mcrri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/mscorevn/mnsri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-ant.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttcbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttcbicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttclcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttclicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttcmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttcmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttcrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttcricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttlcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttlicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttmcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttmicap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttrcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/t5-anttricap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/fplrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uagd8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uagdc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uagdo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uagk8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uagkc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uagko8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubkd8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubkdc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubkdi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubkdo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubkl8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubklc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubkli8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ubklo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ucrb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ucrbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ucrbo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ucrr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ucrrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/ucrro8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uhvb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uhvbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uhvbo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uhvr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uhvrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uhvro8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncbo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uncro8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplbo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uplro8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmb8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmbc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmbi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmbo8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmr8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmrc8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmri8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/utmro8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/urwvn/uzcmi8v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/utopiavn/put.htf
%{_texmfdistdir}/tex4ht/ht-fonts/alias/vntex/vnr/vn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/aliase/mathtime/mtsy-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/ascii/manfnt/manfnt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/cp1256/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/css/emacspeak/cm/cmbx.4es
%{_texmfdistdir}/tex4ht/ht-fonts/css/emacspeak/cm/cmmi.4es
%{_texmfdistdir}/tex4ht/ht-fonts/css/emacspeak/cm/cmti.4es
%{_texmfdistdir}/tex4ht/ht-fonts/css/emacspeak/cm/cmtt.4es
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1201.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1202.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1203.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1204.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1205.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1206.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1207.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1208.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1209.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1210.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1211.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1212.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1213.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1214.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1215.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1216.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1217.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1218.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1219.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1220.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1221.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1222.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1223.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1224.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1225.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1226.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1227.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1228.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1229.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1230.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1231.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1232.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1233.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1234.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1235.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1236.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1237.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1238.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1239.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1240.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1241.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1242.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1243.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1244.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1245.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1246.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1247.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1248.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1249.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1250.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1251.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1252.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1253.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1254.htf
%{_texmfdistdir}/tex4ht/ht-fonts/dbcs/cjk/b5ka/b5ka1255.htf
%{_texmfdistdir}/tex4ht/ht-fonts/gb2312/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/gbk/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/html-speech/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/charset/uni/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/chess/chess.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/chess/chessf.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/chess/fselch.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/cm/cminch.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/devanagari/dvng.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/euro/zpeur.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/go/go.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/go/go1bla.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/go/go1whi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/go/go2bla.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/go/go2whi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/html/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/ipa/wsuipa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mathtime/blex-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mathtime/blmi-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mathtime/blsy-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mathtime/mtex-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mathtime/mtmi-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mathtime/mtsy-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mathtime/mtsyn-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mongolian/bicigh.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mongolian/bthh.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/mongolian/bthv.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/ps2mf/times-ps.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/sw/curr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/sw/times-sw.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/tibetan/ctib.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/xypic/xyatip.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/xypic/xybsql.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/xypic/xybtip.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/xypic/xydash.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/xypic/xyebut.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/1/xypic/xymisc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/2/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/2/html/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cm/sauter/wnr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cm/sauter/wnti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/cmcyr/cmcbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/cmcyr/cmcbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/cmcyr/cmccsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/kminch.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/kmitt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/kmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/kmtcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/cyrillic/wncsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/html/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/5/lh/lh-t2a/larm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/6/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/6/html/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/7/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/8/hebrew/hclassic.htf
%{_texmfdistdir}/tex4ht/ht-fonts/iso8859/8/hebrew/jerus.htf
%{_texmfdistdir}/tex4ht/ht-fonts/jsml/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/koi/8r/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/koi/8r/lh/lh-t2a/larm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/mozilla/charset/mnemonic/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/mozilla/charset/native/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/mozilla/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/ooffice/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/share/adobe/helvetic/phvr8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/cyrillic/xcmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/cyrillic/xcmti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/hebrew/hclassic.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/mathtime/blex-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/mathtime/blmi-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/mathtime/blsy-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/mathtime/mtex-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/mathtime/mtmi-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/mathtime/mtsy-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/symbol/mathtime/mtsyn-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/courier/pcrr7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/courier/pcrrc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/courier/pcrro8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/courier/pcrro8u.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/courier/pplrc8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/helvetic/ptmb8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/helvetic/ptmrc8z.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/mathptm/zpsycmrv.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/mathptm/zptmcmr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/mathptm/zptmcmrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/mathptm/zpzccmry.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/palatino/pplb9c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/palatino/pplrc9t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/palatino/pplri9t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/symbol/psyr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/times/ptmr8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/times/ptmrc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/times/ptmrc7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/times/ptmri7t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/times/ptmro.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/times/ptmrre.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/times/rptmrrn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/adobe/zapfding/pzdr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ae/aecsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/cyrillic/wncyr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/euler/euex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/euler/eufb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/euler/eufm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/euler/eusb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/euler/eusm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/symbols/msam.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/ams/symbols/msbm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/antt/antpr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/antt/anttr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/antt/ec-anttbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/antt/mi-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/antt/qx-anttbcap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/antt/sy-antt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/antt/sy-anttlz.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/arabi/aehor.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/arabi/nazli.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/arev/favr8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/bbold/bbold.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/bitstrea/charter/bchr8t.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cbgreek/grmc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cbgreek/grmn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/chess/chess.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/chess/chessf.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1201.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1202.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1203.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1204.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1205.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1206.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1207.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1208.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1209.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1210.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1211.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1212.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1213.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1214.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1215.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1216.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1217.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1218.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1219.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1220.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1221.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1222.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1223.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1224.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1225.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1226.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1227.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1228.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1229.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1230.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1231.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1232.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1233.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1234.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1235.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1236.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1237.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1238.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1239.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1240.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1241.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1242.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1243.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1244.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1245.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1246.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1247.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1248.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1249.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1250.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1251.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1252.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1253.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1254.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/b5ka/b5ka1255.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/gbksong94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/gbksong/long/gbksong94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song06.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song07.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song08.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song09.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song0f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song10.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song11.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song12.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song13.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song14.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song15.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song16.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song17.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song18.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song19.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song1f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song28.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song29.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song2f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song30.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song31.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song32.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song33.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song34.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song35.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song36.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song37.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song38.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song39.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song3f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song40.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song41.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song42.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song43.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song44.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song45.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song46.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song47.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song48.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song49.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song4f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song50.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song51.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song52.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song53.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song54.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song55.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song56.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song57.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song58.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song59.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song5f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song60.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song61.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song62.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song63.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song64.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song65.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song66.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song67.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song68.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song69.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song6f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song70.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song71.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song72.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song73.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song74.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song75.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song76.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song77.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song78.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song79.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song7f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song80.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song81.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song82.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song83.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song84.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song85.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song86.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song87.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song88.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song89.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song8f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song90.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song91.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song92.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song93.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song94.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song95.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song96.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song97.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song98.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song99.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9a.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9b.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9d.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8song9f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa2.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa3.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa4.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa5.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa8.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songa9.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songaa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songab.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songac.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songad.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songae.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songaf.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb2.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb3.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb4.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb5.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb8.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songb9.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songba.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbe.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songbf.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc2.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc3.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc4.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc5.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc8.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songc9.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songca.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songcb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songcc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songcd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songce.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songcf.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd2.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd3.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd4.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd5.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songd7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songdc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songdd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songde.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songdf.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe2.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe3.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe4.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe5.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe8.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songe9.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songea.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songeb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songec.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songed.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songee.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songef.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf2.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf3.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf4.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf5.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf8.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songf9.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfd.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songfe.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cjk/utf8/utf8songff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cm/cmex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cm/cmmi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cm/cmsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cm/cmtcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cm/cmti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/concrete/cccsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cs/cscsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cs/csr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/currency/feymr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/cs-cyklop.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/cs-cyklopi-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/ec-cyklopi-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/ly1-cyklopi-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/qx-cyklopi-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/qx-cyklopr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/t5-cyklopi-sc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyklop/t5-cyklopi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyrillic/cmcyr/cmcbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyrillic/cmcyr/cmcbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/cyrillic/cmcyr/cmccsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/dstroke/dsrom.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/dstroke/esint.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/greek/ibygrk/fibr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/cjhebltx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/crml.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/fr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/hclassic.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/jerus.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/redis.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/shold.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/shscr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/hebrew/shstk.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/html/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/cs-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/cs-iwonacap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/ec-iwonacap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/ex-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/exp-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/greek-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/qx-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/qx-iwonacap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/rm-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/sy-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/t2a-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/t2b-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/t2c-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/t5-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/t5-iwonacap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/texnansi-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/texnansi-iwonacap.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/iwona/wncy-iwona.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/jknappen/tc/tcrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/latex/lasy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/latex/lcircle.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/latex/line.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lh/lh-t2a/lacc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lh/lh-t2a/larm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-8x.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-e0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlbi-xl-f6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-8r.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-00.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-01.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-02.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-03.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-04.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-05.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-1e.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-1f.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-20.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-21.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-22.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-23.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-24.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-25.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-27.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-2c.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-8x.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-a7.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-circle.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-e0.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-e1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-f6.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-fb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-ff.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-lgi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-lgr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlr-xl-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlrc-t1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlri-xl-26.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/libertine/fxlri-xl-e1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/cs-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/el-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/el-lmcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/l7x-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/l7x-lmcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-ec.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-qxtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cmin.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cmit.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cmitt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cmrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cmsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cmtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-csin.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-csrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cssc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-cstt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-plin.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-plit.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-plitt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-plrm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-plsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-pltt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-rep-t5psn.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-t5.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-texnansi.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/lm-ts1.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/pre2005/cork-.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/pre2005/cork-lmcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/pre2005/qx-lmcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/pre2005/qx-lmtt.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/pre2005/texnansi-lmcs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/rm-lm.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/lm/t5-lmcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/marvosym/fmvr8x.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/math/rsfs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mathdesign/mdbchr7v.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mathtime/blex-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mathtime/blmi-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mathtime/blsy-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mathtime/mtex-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mathtime/mtmi-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mathtime/mtsyn-bs.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/mflogo/logo.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/misc/cmman.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/misc/ifsym.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/misc/wasy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pl/plbsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pl/plinch.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pl/pltcsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pl/pltex.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/public/bbding.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/pxbsyc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/pxexa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/pxr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/pxsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/pxsyc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/rpcxr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/rpxb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/rpxpplr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/pxfonts/rpxsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/stmaryrd/stmary.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/tibetan/ctib.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/tipa/tipa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/tipa/xipx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/rtcxr.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/rtcxss.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/rtx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/rtxsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/t1x.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/t1xsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/tcxb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/txb.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/txbexa.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/txbmia.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/txbsy.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/txbsyc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/txsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/unicode/txfonts/tyxsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/utf8/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/viqr/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/viscii/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/win/1251/charset/unicode.4hf
%{_texmfdistdir}/tex4ht/ht-fonts/win/1251/cm/sauter/wnti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/win/1251/cyrillic/cmcyr/cmcbx.htf
%{_texmfdistdir}/tex4ht/ht-fonts/win/1251/cyrillic/cmcyr/cmcbxti.htf
%{_texmfdistdir}/tex4ht/ht-fonts/win/1251/cyrillic/cmcyr/cmccsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/win/1251/cyrillic/wncsc.htf
%{_texmfdistdir}/tex4ht/ht-fonts/win/1251/lh/lh-t2a/larm.htf
%{_texmfdistdir}/tex4ht/xtpipes/docbook.4xt
%{_texmfdistdir}/tex4ht/xtpipes/htspk.4xt
%{_texmfdistdir}/tex4ht/xtpipes/javahelp.4xt
%{_texmfdistdir}/tex4ht/xtpipes/jsml.4xt
%{_texmfdistdir}/tex4ht/xtpipes/oo-math.4xt
%{_texmfdistdir}/tex4ht/xtpipes/oo-text.4xt
%{_texmfdistdir}/tex4ht/xtpipes/xhtml.4xt
%{_texmfdistdir}/tex4ht/xtpipes/xhtmml.4xt
%{_texmfdistdir}/tex4ht/xtpipes/xtpipes-default.4xt
%{_texmfdistdir}/tex4ht/xtpipes/xtpipes-map.dtd
%{_texmfdistdir}/tex4ht/xtpipes/xtpipes.dtd
%{_javadir}/tex4ht.jar
%doc %{_texmfdistdir}/doc/generic/tex4ht/bugfixes.css
%doc %{_texmfdistdir}/doc/generic/tex4ht/bugfixes.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/cmmi10-b.gif
%doc %{_texmfdistdir}/doc/generic/tex4ht/cmsy10-28.gif
%doc %{_texmfdistdir}/doc/generic/tex4ht/index.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/jhsample.tex
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn-htf.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn-index.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn-mswin.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn-port.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn-unix.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn.css
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn0x.gif
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn10.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn11.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn12.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn13.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn14.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn15.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn16.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn17.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn19.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn1x.gif
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn2.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn20.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn21.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn23.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn24.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn25.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn27.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn28.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn29.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn2x.gif
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn3.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn31.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn32.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn33.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn34.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn35.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn36.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn37.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn38.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn39.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn3x.gif
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn4.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn40.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn41.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn42.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn43.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn44.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn45.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn46.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn47.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn48.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn49.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn4x.gif
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn5.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn50.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn51.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn52.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn53.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn54.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn55.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn56.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn57.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn58.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn59.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn6.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn60.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn7.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn8.html
%doc %{_texmfdistdir}/doc/generic/tex4ht/mn9.html

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/tex4ht/ht.sh ht
    ln -sf %{_texmfdistdir}/scripts/tex4ht/htcontext.sh htcontext
    ln -sf %{_texmfdistdir}/scripts/tex4ht/htlatex.sh htlatex
    ln -sf %{_texmfdistdir}/scripts/tex4ht/htmex.sh htmex
    ln -sf %{_texmfdistdir}/scripts/tex4ht/httex.sh httex
    ln -sf %{_texmfdistdir}/scripts/tex4ht/httexi.sh httexi
    ln -sf %{_texmfdistdir}/scripts/tex4ht/htxelatex.sh htxelatex
    ln -sf %{_texmfdistdir}/scripts/tex4ht/htxetex.sh htxetex
    ln -sf %{_texmfdistdir}/scripts/tex4ht/mk4ht.pl mk4ht
popd
mkdir -p %{buildroot}%{_javadir}
pushd %{buildroot}%{_javadir}
    ln -sf %{_texmfdistdir}/tex4ht/bin/tex4ht.jar tex4ht.jar
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120223-7
+ Revision: a0051b9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25894 |14mu|texlive-texdoc-20120627-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29764
# category TLCore
# catalog-ctan undef
# catalog-date 2012-06-27 22:19:02 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-texdoc
Version:	20120627
Release:	10
Summary:	Documentation access for TeX distributions
Group:		Publishing
URL:		http://tug.org/texlive
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdoc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-texdoc.bin = %{EVRD}

%description
TeXdoc is an application for easy access to the package
documentation of a TeX distributions (i.e., .dvi, .pdf or .ps
files on the $TEXDOCS tree). It is distributed with TeX-Live
and a derivative is distributed with miktex.


#-----------------------------------------------------------------------
%files
%{_bindir}/texdoc
%{_bindir}/texdoctk
%{_texmfdistdir}/scripts/texdoc/Data.meta.lua
%{_texmfdistdir}/scripts/texdoc/Data.tlpdb.lua
%{_texmfdistdir}/scripts/texdoc/alias.tlu
%{_texmfdistdir}/scripts/texdoc/config.tlu
%{_texmfdistdir}/scripts/texdoc/constants.tlu
%{_texmfdistdir}/scripts/texdoc/functions.tlu
%{_texmfdistdir}/scripts/texdoc/main.tlu
%{_texmfdistdir}/scripts/texdoc/score.tlu
%{_texmfdistdir}/scripts/texdoc/search.tlu
%{_texmfdistdir}/scripts/texdoc/texdoc.tlu
%{_texmfdistdir}/scripts/texdoc/texdoclib.tlu
%{_texmfdistdir}/scripts/texdoc/view.tlu
%{_texmfdistdir}/scripts/texdoctk/texdoctk.pl
%{_texmfdistdir}/texdoc/texdoc.cnf
%{_texmfdistdir}/texdoctk/texdocrc-win32.defaults
%{_texmfdistdir}/texdoctk/texdocrc.defaults
%{_texmfdistdir}/texdoctk/texdoctk.dat
%doc %{_mandir}/man1/texdoc.1*
%doc %{_texmfdistdir}/doc/man/man1/texdoc.man1.pdf
%doc %{_mandir}/man1/texdoctk.1*
%doc %{_texmfdistdir}/doc/man/man1/texdoctk.man1.pdf
%doc %{_texmfdistdir}/doc/texdoc/News
%doc %{_texmfdistdir}/doc/texdoc/texdoc.pdf
%doc %{_texmfdistdir}/doc/texdoc/texdoc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

perl -pi -e 's%^# (viewer_pdf = )xpdf.*%$1xdg-open%;'	\
	texmf-dist/texdoc/texdoc.cnf

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/texdoc/texdoc.tlu texdoc
    ln -sf %{_texmfdistdir}/scripts/texdoctk/texdoctk.pl texdoctk
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120627-10
+ Revision: 0943898
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25895 |14mu|texlive-texdraw-20091010-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23717
# category Package
# catalog-ctan /graphics/texdraw
# catalog-date 2009-10-10 00:51:28 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-texdraw
Version:	20091010
Release:	4
Summary:	Graphical macros, using embedded PostScript
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/texdraw
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdraw.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texdraw.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXdraw is a set of macro definitions for TeX, which allow the
user to produce PostScript drawings from within TeX and LaTeX.
TeXdraw has been designed to be extensible. Drawing 'segments'
are relocatable, self-contained units. Using a combination of
the TeX's grouping mechanism and the gsave/grestore mechanism
in PostScript, drawing segments allow for local changes to the
scaling and line parameters. Using TeX's macro definition
capability, new drawing commands can be constructed from
drawing segments.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/texdraw/blockdiagram.tex
%{_texmfdistdir}/tex/generic/texdraw/texdraw.sty
%{_texmfdistdir}/tex/generic/texdraw/texdraw.tex
%{_texmfdistdir}/tex/generic/texdraw/txdps.tex
%{_texmfdistdir}/tex/generic/texdraw/txdtools.tex
%doc %{_texmfdistdir}/doc/support/texdraw/getopt.c
%doc %{_texmfdistdir}/doc/support/texdraw/getopt.h
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw.cps
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw.fns
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw.pdf
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw.texi
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_1.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_10.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_11.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_2.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_3.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_4.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_5.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_6.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_7.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_8.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_9.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_foot.html
%doc %{_texmfdistdir}/doc/support/texdraw/texdraw_toc.html
%doc %{_texmfdistdir}/doc/support/texdraw/texi2dvi
%doc %{_texmfdistdir}/doc/support/texdraw/texindex.c
%doc %{_texmfdistdir}/doc/support/texdraw/txdexamp.latex
%doc %{_texmfdistdir}/doc/support/texdraw/txdexamp.tex
%doc %{_infodir}/texdraw.info*

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_infodir}
mv %{buildroot}%{_texmfdir}/doc/info/*.info %{buildroot}%{_infodir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091010-4
+ Revision: bcf5983
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25896 |14mu|texlive-tex-gyre-2.004-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18651
# category Package
# catalog-ctan /fonts/tex-gyre
# catalog-date 2009-11-12 13:33:47 +0100
# catalog-license gfsl
# catalog-version 2.004
Name:		texlive-tex-gyre
Version:	2.004
Release:	4
Summary:	TeX Fonts extending freely available URW fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/tex-gyre
License:	GFSL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-gyre.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-gyre.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
The TeX-GYRE bundle consists of six font families: TeX Gyre
Adventor is based on the URW Gothic L family of fonts (which is
derived from ITC Avant Garde Gothic, designed by Herb Lubalin
and Tom Carnase). TeX Gyre Bonum is based on the URW Bookman L
family (from Bookman Old Style, designed by Alexander
Phemister). TeX Gyre Chorus is based on URW Chancery L Medium
Italic (from ITC Zapf Chancery, designed by Hermann Zapf in
1979). TeX-Gyre Cursor is based on URW Nimbus Mono L (based on
Courier, designed by Howard G. Kettler in 1955, for IBM). TeX
Gyre Heros is based on URW Nimbus Sans L (from Helvetica,
prepared by Max Miedinger, with Eduard Hoffmann in 1957). TeX
Gyre Pagella is based on URW Palladio L (from Palation,
designed by Hermann Zapf in the 1940s). TeX Gyre Schola is
based on the URW Century Schoolbook L family (which was
designed by Morris Fuller Benton for the American Type
Founders). TeX Gyre Termes is based on the URW Nimbus Roman No9
L family of fonts (whose original, Times, was designed by
Stanley Morison together with Starling Burgess and Victor
Lardent and first offered by Monotype). The constituent
standard faces of each family have been greatly extended, and
contain nearly 1200 glyphs each (though Chorus omits Greek
support, has no small-caps family and has approximately 900
glyphs). Each family is available in Adobe Type 1 and Open Type
formats, and LaTeX support (for use with a variety of
encodings) is provided. Vietnamese and Cyrillic characters were
added by Han The Thanh and Valek Filippov, respectively.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qagb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qagbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qagr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qagri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qbkb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qbkbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qbkr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qbkri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcrb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcrbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcrr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcrri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcsb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcsbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcsr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qcsri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvcb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvcbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvcr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvcri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qhvri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qplb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qplbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qplr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qplri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qtmb.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qtmbi.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qtmr.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qtmri.afm
%{_texmfdistdir}/fonts/afm/public/tex-gyre/qzcmi.afm
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-cs-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-cs.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-csm-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-csm.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-cszc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-ec-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-ec.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-l7x-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-l7x.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-l7xzc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-qx-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-qx.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-qxm-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-qxm.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-qxzc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-rm-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-rm.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-rmm-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-rmm.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-rmzc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-t5-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-t5.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-texnansi-sc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-texnansi.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-texnansizc.enc
%{_texmfdistdir}/fonts/enc/dvips/tex-gyre/q-ts1.enc
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qag.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qbk.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcr.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qcs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qhv.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qpl.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qtm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-cs.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-ec.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-l7x.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-qx.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-rm.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-t5.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-texnansi.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc-ts1.map
%{_texmfdistdir}/fonts/map/dvips/tex-gyre/qzc.map
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreadventor-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreadventor-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreadventor-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreadventor-regular.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrebonum-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrebonum-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrebonum-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrebonum-regular.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrechorus-mediumitalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrecursor-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrecursor-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrecursor-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrecursor-regular.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheros-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheros-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheros-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheros-regular.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheroscn-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheroscn-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheroscn-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreheroscn-regular.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrepagella-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrepagella-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrepagella-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyrepagella-regular.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreschola-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreschola-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreschola-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyreschola-regular.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyretermes-bold.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyretermes-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyretermes-italic.otf
%{_texmfdistdir}/fonts/opentype/public/tex-gyre/texgyretermes-regular.otf
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/cs-qzcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ec-qzcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/l7x-qzcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/qx-qzcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/rm-qzcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/t5-qzcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmb-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmbi-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmr-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmri-sc.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/texnansi-qzcmi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qagb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qagbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qagr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qagri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qbkb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qbkbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qbkr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qbkri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcrb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcrbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcrr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcrri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcsb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcsbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcsr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qcsri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvcb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvcbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvcr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvcri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qhvri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qplb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qplbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qplr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qplri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qtmb.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qtmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qtmr.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qtmri.tfm
%{_texmfdistdir}/fonts/tfm/public/tex-gyre/ts1-qzcmi.tfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qagri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qbkri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcrri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qcsri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvcri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qhvri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qplri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmb.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmb.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmbi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmbi.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmr.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmr.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmri.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qtmri.pfm
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qzcmi.pfb
%{_texmfdistdir}/fonts/type1/public/tex-gyre/qzcmi.pfm
%{_texmfdistdir}/tex/latex/tex-gyre/il2qag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/il2qzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/l7xqzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ly1qzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot1qzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ot4qzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qbookman.sty
%{_texmfdistdir}/tex/latex/tex-gyre/qcourier.sty
%{_texmfdistdir}/tex/latex/tex-gyre/qpalatin.sty
%{_texmfdistdir}/tex/latex/tex-gyre/qswiss.sty
%{_texmfdistdir}/tex/latex/tex-gyre/qtimes.sty
%{_texmfdistdir}/tex/latex/tex-gyre/qxqag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qxqzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/qzapfcha.sty
%{_texmfdistdir}/tex/latex/tex-gyre/t1qag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t1qzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/t5qzc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/tgadventor.sty
%{_texmfdistdir}/tex/latex/tex-gyre/tgbonum.sty
%{_texmfdistdir}/tex/latex/tex-gyre/tgchorus.sty
%{_texmfdistdir}/tex/latex/tex-gyre/tgcursor.sty
%{_texmfdistdir}/tex/latex/tex-gyre/tgheros.sty
%{_texmfdistdir}/tex/latex/tex-gyre/tgpagella.sty
%{_texmfdistdir}/tex/latex/tex-gyre/tgschola.sty
%{_texmfdistdir}/tex/latex/tex-gyre/tgtermes.sty
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qag.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qbk.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qcr.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qcs.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qhv.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qhvc.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qpl.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qtm.fd
%{_texmfdistdir}/tex/latex/tex-gyre/ts1qzc.fd
%_texmf_updmap_d/tex-gyre
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/GUST-FONT-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Adventor.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Bonum.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Chorus.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Cursor.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Heros.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Pagella.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Schola.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/MANIFEST-TeX-Gyre-Termes.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Adventor.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Bonum.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Chorus.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Cursor.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Heros.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Pagella.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Schola.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/README-TeX-Gyre-Termes.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/goadb999.nam
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qag-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qag-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qag-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qag-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qagb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qagbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qagr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qagri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbk-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbk-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbk-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbk-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbkb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbkbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbkr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qbkri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcr-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcr-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcr-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcr-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcrb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcrbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcrr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcrri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcs-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcs-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcs-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcs-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcsb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcsbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcsr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qcsri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhv-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhv-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhv-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhv-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvcb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvcbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvcr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvcri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qhvri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qpl-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qpl-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qpl-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qpl-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qplb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qplbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qplr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qplri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtm-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtm-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtm-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtm-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtmb.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtmbi.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtmr.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qtmri.fea
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qzc-hist.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qzc-info.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qzc-test.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qzc-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre/qzcmi.fea

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/tex-gyre <<EOF
Map qag.map
Map qbk.map
Map qcr.map
Map qcs.map
Map qhv.map
Map qpl.map
Map qtm.map
Map qzc.map
EOF



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.004-4
+ Revision: cc9fd47
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25897 |14mu|texlive-tex-gyre-math-1.008-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26838
# category Package
# catalog-ctan /fonts/tex-gyre-math
# catalog-date 2012-06-05 00:19:44 +0200
# catalog-license lppl
# catalog-version 1.008
Name:		texlive-tex-gyre-math
Version:	1.008
Release:	3
Summary:	Maths fonts to match tex-gyre text fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/tex-gyre-math
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-gyre-math.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-gyre-math.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeX-Gyre-Math is to be a collection of maths fonts to match the
text fonts of the TeX-Gyre collection. The collection will be
made available in OpenType format, only; fonts will conform to
the developing standards for OpenType maths fonts. At present,
only TeX-Gyre-Math-Pagella is available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/tex-gyre-math/texgyrepagella-math.otf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/GUST-FONT-LICENSE.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/MANIFEST-TeX-Gyre-Pagella-Math.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/README-TeX-Gyre-Pagella-Math.txt
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/math-test.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/presentation-tg_pagella_math.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/test-lualatex-tg_pagella_math.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/test-lualatex-tg_pagella_math.tex
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/test-word-tg_pagella_math.docx
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/test-word-tg_pagella_math.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/test-xelatex-tg_pagella_math.pdf
%doc %{_texmfdistdir}/doc/fonts/tex-gyre-math/test-xelatex-tg_pagella_math.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.008-3
+ Revision: 2166dc4
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25898 |14mu|texlive-texilikechaps-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16752
# category Package
# catalog-ctan /macros/latex/contrib/misc/texilikechaps.sty
# catalog-date 2010-01-19 19:25:42 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-texilikechaps
Version:	1.0
Release:	4
Summary:	Format chapters with a texi-like format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/misc/texilikechaps.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texilikechaps.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to reduce the size of the rather
large chapter headings in standard classes into a texi-like
smaller format. Details of the format may be controlled with
internal commands.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/texilikechaps/texilikechaps.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: f6b591a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25899 |14mu|texlive-texilikecover-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/misc/texilikecover.sty
# catalog-date 2008-08-24 10:50:19 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-texilikecover
Version:	0.1
Release:	4
Summary:	A cover-page package, like TeXinfo
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/misc/texilikecover.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texilikecover.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package creates document cover pages, like those that
TeXinfo produces.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/texilikecover/texilikecover.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: e16b2cb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25900 |14mu|texlive-tex-label-20091214-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16372
# category Package
# catalog-ctan /macros/latex/contrib/tex-label
# catalog-date 2009-12-14 16:47:24 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-tex-label
Version:	20091214
Release:	4
Summary:	Place a classification on each page of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tex-label
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-label.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-label.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-label.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Enables the user to place a 'classification' label on each
page, at the bottom to the right of the page number.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tex-label/tex-label.sty
%doc %{_texmfdistdir}/doc/latex/tex-label/README
%doc %{_texmfdistdir}/doc/latex/tex-label/tex-label-demo.pdf
%doc %{_texmfdistdir}/doc/latex/tex-label/tex-label-demo.tex
%doc %{_texmfdistdir}/doc/latex/tex-label/tex-label-doc.pdf
%doc %{_texmfdistdir}/doc/latex/tex-label/tex-label-doc.tex
#- source
%doc %{_texmfdistdir}/source/latex/tex-label/Makefile

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091214-4
+ Revision: 0ca69be
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25901 |14mu|texlive-texlogos-1.3.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19083
# category Package
# catalog-ctan /macros/latex/contrib/texlogos/texlogos.sty
# catalog-date 2007-01-16 09:34:54 +0100
# catalog-license lppl
# catalog-version 1.3.1
Name:		texlive-texlogos
Version:	1.3.1
Release:	4
Summary:	Ready-to-use LaTeX logos
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/texlogos/texlogos.sty
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texlogos.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXlogos defines an assortment of frequently used logos not
contained in base LaTeX itself. The MetaFont, MetaPost, AMS,
BibTeX and SliTeX logos are defined, as long as you have the
appropriate CM/Logo/AMS fonts. Currency symbols Euro, Cent,
Yen, Won and Naira are defined so as not to need TS1-encoded
fonts. Also defined are the C++ logo, with the '+' signs
properly positioned, and the logo of the Vienna University
Business Administration Center (BWZ).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/texlogos/texlogos.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.1-4
+ Revision: 9890490
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25902 |14mu|texlive-texmate-2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/texmate
# catalog-date 2006-09-21 21:05:13 +0200
# catalog-license lppl
# catalog-version 2
Name:		texlive-texmate
Version:	2
Release:	4
Summary:	Comprehensive chess annotation in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/texmate
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texmate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texmate.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texmate.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXmate formats chess games from very simple ascii input. The
clean "1. e4 e5; 2. Nf3 Nc6; 3. Bb5 a6" will produce the same
results as the sloppier "1 e4 e5; Nf3 Nc6 3.. Bb5 a6". The
resulting format is fully customizable. There are 4 levels of
commentary: 1 is the main game, 2-3 are commentaries. Each has
its fonts, punctuation marks, etc., and these are also
customizable. The package includes a tool for the creation of
diagrams. The package works in conjunction with skak to produce
diagrams of the current position automatically. For chess
fonts, the package uses the chessfss system.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/texmate/texmate.sty
%doc %{_texmfdistdir}/doc/latex/texmate/README
%doc %{_texmfdistdir}/doc/latex/texmate/texmate2manual.pdf
%doc %{_texmfdistdir}/doc/latex/texmate/texmate2manual.tex
#- source
%doc %{_texmfdistdir}/source/latex/texmate/texmate.dtx
%doc %{_texmfdistdir}/source/latex/texmate/texmate.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2-4
+ Revision: f846b82
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25903 |14mu|texlive-texments-0.2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/texments
# catalog-date 2009-01-03 10:55:55 +0100
# catalog-license lppl
# catalog-version 0.2.0
Name:		texlive-texments
Version:	0.2.0
Release:	4
Summary:	Using the Pygments highlighter in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/texments
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texments.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texments.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texments.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package which allows to use the Pygments highlighter inside
LaTeX documents. Pygments supports syntax colouring of over 50
types of files, and ships with multiple colour schemes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/texments/texments.sty
%doc %{_texmfdistdir}/doc/latex/texments/README
%doc %{_texmfdistdir}/doc/latex/texments/texments.pdf
#- source
%doc %{_texmfdistdir}/source/latex/texments/texments.dtx
%doc %{_texmfdistdir}/source/latex/texments/texments.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.0-4
+ Revision: 7282ebf
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25904 |14mu|texlive-texpower-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/texpower
# catalog-date 2007-01-16 09:34:54 +0100
# catalog-license gpl
# catalog-version 0.2
Name:		texlive-texpower
Version:	0.2
Release:	4
Summary:	Create dynamic online presentations with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/texpower
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texpower.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texpower.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texpower.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-tpslifonts

%description
TeXPower is a bundle of packages intended to provide an all-
inclusive environment for designing pdf screen presentations to
be viewed in full-screen mode, especially for projecting
`online' with a video beamer. For some of its core functions,
it uses code derived from ppower4 packages. It is, however, not
a complete environment in itself: it relies on an existing
class for preparing slides (such as foiltex or seminar) or
another package such as pdfslide.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/texpower/automata.sty
%{_texmfdistdir}/tex/latex/texpower/fixseminar.sty
%{_texmfdistdir}/tex/latex/texpower/powersem.cls
%{_texmfdistdir}/tex/latex/texpower/texpower.sty
%{_texmfdistdir}/tex/latex/texpower/tpcolors.cfg
%{_texmfdistdir}/tex/latex/texpower/tplists.sty
%{_texmfdistdir}/tex/latex/texpower/tpoptions.cfg
%{_texmfdistdir}/tex/latex/texpower/tppstcol.sty
%{_texmfdistdir}/tex/latex/texpower/tpsem-a4.sty
%{_texmfdistdir}/tex/latex/texpower/tpsettings.cfg
%doc %{_texmfdistdir}/doc/latex/texpower/00readme.txt
%doc %{_texmfdistdir}/doc/latex/texpower/01install.txt
%doc %{_texmfdistdir}/doc/latex/texpower/02changes.txt
%doc %{_texmfdistdir}/doc/latex/texpower/FAQ-display.tex
%doc %{_texmfdistdir}/doc/latex/texpower/FAQ-printout.tex
%doc %{_texmfdistdir}/doc/latex/texpower/MakeExamples.sh
%doc %{_texmfdistdir}/doc/latex/texpower/__TPcfg.tex
%doc %{_texmfdistdir}/doc/latex/texpower/__TPindexing.tex
%doc %{_texmfdistdir}/doc/latex/texpower/__TPpreamble.tex
%doc %{_texmfdistdir}/doc/latex/texpower/bckwrdexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/bgndexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/contrib/00readme.txt
%doc %{_texmfdistdir}/doc/latex/texpower/contrib/config.landscapeplus
%doc %{_texmfdistdir}/doc/latex/texpower/contrib/tpmultiinc.tar
%doc %{_texmfdistdir}/doc/latex/texpower/divexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/dummy.java
%doc %{_texmfdistdir}/doc/latex/texpower/fancyexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/fig-1.mps
%doc %{_texmfdistdir}/doc/latex/texpower/fig-2.mps
%doc %{_texmfdistdir}/doc/latex/texpower/fig-3.mps
%doc %{_texmfdistdir}/doc/latex/texpower/foilsdemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/fulldemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/hilitexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/ifmslidemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/manual.pdf
%doc %{_texmfdistdir}/doc/latex/texpower/manual.tex
%doc %{_texmfdistdir}/doc/latex/texpower/mathexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/panelexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/parexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/pdfscrdemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/pdfslidemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/picexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/picltxexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/picpsexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/pp4sldemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/prosperdemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/seminardemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/simpledemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/slidesdemo.tex
%doc %{_texmfdistdir}/doc/latex/texpower/spanelexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/tabexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/tpslifonts.zip
%doc %{_texmfdistdir}/doc/latex/texpower/tpslifonts/00readme.txt
%doc %{_texmfdistdir}/doc/latex/texpower/tpslifonts/01install.txt
%doc %{_texmfdistdir}/doc/latex/texpower/tpslifonts/Makefile
%doc %{_texmfdistdir}/doc/latex/texpower/tpslifonts/slifontsexample.tex
%doc %{_texmfdistdir}/doc/latex/texpower/tpslifonts/tpslifonts.dtx
%doc %{_texmfdistdir}/doc/latex/texpower/tpslifonts/tpslifonts.ins
%doc %{_texmfdistdir}/doc/latex/texpower/verbexample.tex
#- source
%doc %{_texmfdistdir}/source/latex/texpower/Makefile
%doc %{_texmfdistdir}/source/latex/texpower/powersem.dtx
%doc %{_texmfdistdir}/source/latex/texpower/texpower-addons.dtx
%doc %{_texmfdistdir}/source/latex/texpower/texpower-cfg.dtx
%doc %{_texmfdistdir}/source/latex/texpower/texpower-doc.dtx
%doc %{_texmfdistdir}/source/latex/texpower/texpower.dtx
%doc %{_texmfdistdir}/source/latex/texpower/tpbundle.ins
%doc %{_texmfdistdir}/source/latex/texpower/tplists.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 2fb8186
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25905 |14mu|texlive-tex-ps-20091010-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/TeX-PS
# catalog-date 2009-10-10 00:51:28 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-tex-ps
Version:	20091010
Release:	4
Summary:	TeX to PostScript generic macros and add-ons
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/TeX-PS
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-ps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-ps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeX to PostScript generic macros and add-ons: transformations
of EPS files, prepress preparation, color separation, mirror,
etc.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/tex-ps/crops.pro
%{_texmfdistdir}/dvips/tex-ps/mirr.hd
%{_texmfdistdir}/dvips/tex-ps/separate.pro
%{_texmfdistdir}/tex/generic/tex-ps/cmyk-hax.tex
%{_texmfdistdir}/tex/generic/tex-ps/epsfx.tex
%{_texmfdistdir}/tex/generic/tex-ps/poligraf.sty
%{_texmfdistdir}/tex/generic/tex-ps/trans.tex
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/README
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/cmyk-doc.pdf
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/fountain.eps
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/gdansk.eps
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/rules.tex
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/sam1-sep.bat
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/sample1.tex
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/sample2.tex
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/sample3.tex
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/sample4.tex
%doc %{_texmfdistdir}/doc/generic/tex-ps/cmyk-hax/screen.eps
%doc %{_texmfdistdir}/doc/generic/tex-ps/poligraf/README
%doc %{_texmfdistdir}/doc/generic/tex-ps/poligraf/kol-cmyk.eps
%doc %{_texmfdistdir}/doc/generic/tex-ps/poligraf/sample.tex
%doc %{_texmfdistdir}/doc/generic/tex-ps/poligraf/samplelx.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091010-4
+ Revision: dc5fa65
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25906 |14mu|texlive-texshade-1.24-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24716
# category Package
# catalog-ctan /macros/latex/contrib/texshade
# catalog-date 2011-12-01 13:24:33 +0100
# catalog-license gpl2
# catalog-version 1.24
Name:		texlive-texshade
Version:	1.24
Release:	4
Summary:	Package for setting nucleotide and peptide alignments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/texshade
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texshade.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texshade.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/texshade.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXshade is alignment shading software completely written in
TeX/LaTeX; it can process multiple sequence alignments in the
.MSF and the .ALN file formats. In addition to common shading
algorithms, it provides special shading modes showing
functional aspects, e.g. charge or hydropathy, and a wide range
of commands for handling shading colours, text styles, labels,
legends; it even allows the user to define completely new
shading modes. TeXshade combines highest flexibility with TeX
output quality -- all in a bundle that does not demand
excessive development time of the user.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/texshade/texshade.def
%{_texmfdistdir}/tex/latex/texshade/texshade.sty
%doc %{_texmfdistdir}/doc/latex/texshade/AQP1.phd
%doc %{_texmfdistdir}/doc/latex/texshade/AQP1.top
%doc %{_texmfdistdir}/doc/latex/texshade/AQP2spec.ALN
%doc %{_texmfdistdir}/doc/latex/texshade/AQPDNA.MSF
%doc %{_texmfdistdir}/doc/latex/texshade/AQP_HMM.ext
%doc %{_texmfdistdir}/doc/latex/texshade/AQP_HMM.sgl
%doc %{_texmfdistdir}/doc/latex/texshade/AQP_TC.asc
%doc %{_texmfdistdir}/doc/latex/texshade/AQPpro.MSF
%doc %{_texmfdistdir}/doc/latex/texshade/README
%doc %{_texmfdistdir}/doc/latex/texshade/ciliate.cod
%doc %{_texmfdistdir}/doc/latex/texshade/standard.cod
%doc %{_texmfdistdir}/doc/latex/texshade/texshade.pdf
%doc %{_texmfdistdir}/doc/latex/texshade/tsfaq.pdf
%doc %{_texmfdistdir}/doc/latex/texshade/tsfaq.tex
#- source
%doc %{_texmfdistdir}/source/latex/texshade/texshade.dtx
%doc %{_texmfdistdir}/source/latex/texshade/texshade.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.24-4
+ Revision: 11f18f2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25907 |14mu|texlive-textcase-20070301-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/textcase
# catalog-date 2007-03-01 12:49:13 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-textcase
Version:	20070301
Release:	4
Summary:	Case conversion ignoring mathematics, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/textcase
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textcase.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textcase.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textcase.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The textcase package offers commands \MakeTextUppercase and
\MakeTextLowercase are similar to the standard \MakeUppercase
and \MakeLowercase, but they do not change the case of any
sections of mathematics, or the arguments of \cite, \label and
\ref commands within the argument. A further command
\NoCaseChange does nothing but suppress case change within its
argument, so to force uppercase of a section including an
environment, one might say:
\MakeTextUppercase{...\NoCaseChange{\begin{foo}}
...\NoCaseChange{\end{foo}}...}.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/textcase/textcase.sty
%doc %{_texmfdistdir}/doc/latex/textcase/README
%doc %{_texmfdistdir}/doc/latex/textcase/textcase.pdf
#- source
%doc %{_texmfdistdir}/source/latex/textcase/textcase.dtx
%doc %{_texmfdistdir}/source/latex/textcase/textcase.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070301-4
+ Revision: 1bb2194
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25908 |14mu|texlive-textfit-5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20591
# category Package
# catalog-ctan /macros/latex/contrib/textfit
# catalog-date 2010-11-28 20:21:22 +0100
# catalog-license lppl1.3
# catalog-version 5
Name:		texlive-textfit
Version:	5
Release:	4
Summary:	Fit text to a desired size
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/textfit
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textfit.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textfit.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textfit.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Package to fit text to a given width or height by scaling the
font. For example: \scaletowidth{3in}{This}. (The job is done
by calculating a magstep and applying it to the current font;
thus "This" will be very tall, as well as very wide; to scale
in just one dimension, use the facilities of the graphicx
package.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/textfit/textfit.sty
%doc %{_texmfdistdir}/doc/latex/textfit/README
%doc %{_texmfdistdir}/doc/latex/textfit/makefile
%doc %{_texmfdistdir}/doc/latex/textfit/manifest
%doc %{_texmfdistdir}/doc/latex/textfit/textfit.pdf
#- source
%doc %{_texmfdistdir}/source/latex/textfit/textfit.dtx
%doc %{_texmfdistdir}/source/latex/textfit/textfit.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 5-4
+ Revision: 3ba2f79
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25909 |14mu|texlive-textglos-20131009-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30788
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-textglos
Version:	20131009
Release:	7
Summary:	TeXLive textglos package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textglos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textglos.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textglos.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive textglos package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/textglos/textglos.sty
%doc %{_texmfdistdir}/doc/latex/textglos/README
%doc %{_texmfdistdir}/doc/latex/textglos/README.txt
%doc %{_texmfdistdir}/doc/latex/textglos/textglos.pdf
#- source
%doc %{_texmfdistdir}/source/latex/textglos/textglos.dtx
%doc %{_texmfdistdir}/source/latex/textglos/textglos.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131009-7
+ Revision: b0f854d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25910 |14mu|texlive-textgreek-v0.7-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24282
# category Package
# catalog-ctan /macros/latex/contrib/textgreek
# catalog-date 2011-10-13 09:47:13 +0200
# catalog-license lppl
# catalog-version v0.7
Name:		texlive-textgreek
Version:	v0.7
Release:	4
Summary:	Upright greek letters in text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/textgreek
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textgreek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textgreek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textgreek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Use upright greek letters as text symbols, e.g. \textbeta.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/textgreek/textgreek.sty
%doc %{_texmfdistdir}/doc/latex/textgreek/README
%doc %{_texmfdistdir}/doc/latex/textgreek/textgreek.pdf
#- source
%doc %{_texmfdistdir}/source/latex/textgreek/textgreek.dtx
%doc %{_texmfdistdir}/source/latex/textgreek/textgreek.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v0.7-4
+ Revision: 42dc4a3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25911 |14mu|texlive-textmerg-2.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20677
# category Package
# catalog-ctan /macros/latex/contrib/textmerg
# catalog-date 2010-12-01 15:56:49 +0100
# catalog-license pd
# catalog-version 2.01
Name:		texlive-textmerg
Version:	2.01
Release:	4
Summary:	Merge text in TeX and LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/textmerg
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textmerg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textmerg.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textmerg.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Useful, for example, in mail merge.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/textmerg/textmerg.sty
%doc %{_texmfdistdir}/doc/generic/textmerg/results.dat
%doc %{_texmfdistdir}/doc/generic/textmerg/silly.dat
%doc %{_texmfdistdir}/doc/generic/textmerg/textmerg.pdf
%doc %{_texmfdistdir}/doc/generic/textmerg/textmerg.tex
%doc %{_texmfdistdir}/doc/generic/textmerg/tmexamp1.tex
%doc %{_texmfdistdir}/doc/generic/textmerg/tmexamp2.tex
%doc %{_texmfdistdir}/doc/generic/textmerg/tmexampp.tex
#- source
%doc %{_texmfdistdir}/source/generic/textmerg/textmerg.drv
%doc %{_texmfdistdir}/source/generic/textmerg/textmerg.dtx
%doc %{_texmfdistdir}/source/generic/textmerg/textmerg.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.01-4
+ Revision: 47f5071
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25912 |14mu|texlive-textopo-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23796
# category Package
# catalog-ctan /macros/latex/contrib/textopo
# catalog-date 2011-06-02 21:02:40 +0200
# catalog-license gpl
# catalog-version 1.5
Name:		texlive-textopo
Version:	1.5
Release:	4
Summary:	Annotated membrane protein topology plots
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/textopo
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textopo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textopo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textopo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for setting shaded and annotated membrane
protein topology plots and helical wheels.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/textopo/biotex.sty
%{_texmfdistdir}/tex/latex/textopo/textopo.def
%{_texmfdistdir}/tex/latex/textopo/textopo.sty
%doc %{_texmfdistdir}/doc/latex/textopo/AQP1.SP
%doc %{_texmfdistdir}/doc/latex/textopo/AQP1.hmm
%doc %{_texmfdistdir}/doc/latex/textopo/AQP1.phd
%doc %{_texmfdistdir}/doc/latex/textopo/AQP1.swp
%doc %{_texmfdistdir}/doc/latex/textopo/AQP1.tpo
%doc %{_texmfdistdir}/doc/latex/textopo/AQP2spec.ALN
%doc %{_texmfdistdir}/doc/latex/textopo/AQPpro.MSF
%doc %{_texmfdistdir}/doc/latex/textopo/AQPpro1.shd
%doc %{_texmfdistdir}/doc/latex/textopo/textopo.pdf
%doc %{_texmfdistdir}/doc/latex/textopo/textopo.txt
#- source
%doc %{_texmfdistdir}/source/latex/textopo/textopo.dtx
%doc %{_texmfdistdir}/source/latex/textopo/textopo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: ad62849
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25913 |14mu|texlive-textpath-1.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/textpath
# catalog-date 2007-02-22 10:19:41 +0100
# catalog-license lppl
# catalog-version 1.6
Name:		texlive-textpath
Version:	1.6
Release:	4
Summary:	Setting text along a path with MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/textpath
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textpath.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textpath.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This MetaPost package provides macros to typeset text along a
free path with the help of LaTeX, thereby preserving kerning
and allowing for 8-bit input (accented characters).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/textpath/textpath.mp
%{_texmfdistdir}/tex/latex/textpath/textpathmp.sty
%doc %{_texmfdistdir}/doc/metapost/textpath/CHANGES
%doc %{_texmfdistdir}/doc/metapost/textpath/README
%doc %{_texmfdistdir}/doc/metapost/textpath/textpath.pdf
%doc %{_texmfdistdir}/doc/metapost/textpath/textpath.tex
%doc %{_texmfdistdir}/doc/metapost/textpath/textpathfigs.mp
%doc %{_texmfdistdir}/doc/metapost/textpath/textpathfigs.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-4
+ Revision: f14096e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25914 |14mu|texlive-textpos-1.7j-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32571
# category Package
# catalog-ctan /macros/latex/contrib/textpos
# catalog-date 2014-01-04 08:41:38 +0100
# catalog-license gpl
# catalog-version 1.7j
Name:		texlive-textpos
Version:	1.7j
Release:	3
Summary:	Place boxes at arbitrary positions on the LaTeX page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/textpos
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textpos.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textpos.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/textpos.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package to facilitate placement of boxes at absolute
positions on the LaTeX page. There are several reasons why this
might be useful, an important one being to help the creation of
large-format conference posters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/textpos/textpos.sty
%doc %{_texmfdistdir}/doc/latex/textpos/LICENCE
%doc %{_texmfdistdir}/doc/latex/textpos/README
%doc %{_texmfdistdir}/doc/latex/textpos/VERSION-1.7j
%doc %{_texmfdistdir}/doc/latex/textpos/examples/README-examples
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t1.tex
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t2.tex
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t3.tex
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t4.tex
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t5.tex
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t6.tex
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t7.tex
%doc %{_texmfdistdir}/doc/latex/textpos/examples/t8.tex
%doc %{_texmfdistdir}/doc/latex/textpos/niepraschk-eso-pic.pdf
%doc %{_texmfdistdir}/doc/latex/textpos/niepraschk-eso-pic.tex
%doc %{_texmfdistdir}/doc/latex/textpos/textpos-example.tex
%doc %{_texmfdistdir}/doc/latex/textpos/textpos.html
%doc %{_texmfdistdir}/doc/latex/textpos/textpos.pdf
#- source
%doc %{_texmfdistdir}/source/latex/textpos/textpos.drv
%doc %{_texmfdistdir}/source/latex/textpos/textpos.dtx
%doc %{_texmfdistdir}/source/latex/textpos/textpos.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7j-3
+ Revision: 6f085f9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25915 |14mu|texlive-thailatex-0.5.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27050
# category Package
# catalog-ctan /language/thai/thailatex
# catalog-date 2012-06-16 13:25:22 +0200
# catalog-license lppl
# catalog-version 0.5.0
Name:		texlive-thailatex
Version:	0.5.0
Release:	3
Summary:	Typeset Thai texts with standard LaTeX classes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/thai/thailatex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thailatex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thailatex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thailatex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
ThaiLaTeX enables typesetting Thai with standard LaTeX document
classes. It is designed to become a part of babel, and may be
used as such after a (small) patch to babel itself.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/thailatex/hyph-th-utf8.tex
%{_texmfdistdir}/tex/generic/thailatex/hyph-th.tex
%{_texmfdistdir}/tex/generic/thailatex/loadhyph-th.tex
%{_texmfdistdir}/tex/generic/thailatex/lthenc.def
%{_texmfdistdir}/tex/generic/thailatex/thai.ldf
%{_texmfdistdir}/tex/generic/thailatex/thswitch.sty
%{_texmfdistdir}/tex/generic/thailatex/tis620.def
%doc %{_texmfdistdir}/doc/latex/thailatex/README
%doc %{_texmfdistdir}/doc/latex/thailatex/examples/orchid.tex
%doc %{_texmfdistdir}/doc/latex/thailatex/examples/utf-example.tex
%doc %{_texmfdistdir}/doc/latex/thailatex/thai.pdf
#- source
%doc %{_texmfdistdir}/source/latex/thailatex/AUTHORS
%doc %{_texmfdistdir}/source/latex/thailatex/COPYING
%doc %{_texmfdistdir}/source/latex/thailatex/ChangeLog
%doc %{_texmfdistdir}/source/latex/thailatex/HISTORY
%doc %{_texmfdistdir}/source/latex/thailatex/INSTALL
%doc %{_texmfdistdir}/source/latex/thailatex/Makefile.am
%doc %{_texmfdistdir}/source/latex/thailatex/Makefile.in
%doc %{_texmfdistdir}/source/latex/thailatex/NEWS
%doc %{_texmfdistdir}/source/latex/thailatex/README
%doc %{_texmfdistdir}/source/latex/thailatex/README.hyphen
%doc %{_texmfdistdir}/source/latex/thailatex/TODO
%doc %{_texmfdistdir}/source/latex/thailatex/aclocal.m4
%doc %{_texmfdistdir}/source/latex/thailatex/babel/Makefile.am
%doc %{_texmfdistdir}/source/latex/thailatex/babel/Makefile.in
%doc %{_texmfdistdir}/source/latex/thailatex/babel/lthenc.def
%doc %{_texmfdistdir}/source/latex/thailatex/babel/thai.dtx
%doc %{_texmfdistdir}/source/latex/thailatex/babel/thai.ins
%doc %{_texmfdistdir}/source/latex/thailatex/babel/thswitch.sty
%doc %{_texmfdistdir}/source/latex/thailatex/babel/tis620.def
%doc %{_texmfdistdir}/source/latex/thailatex/configure
%doc %{_texmfdistdir}/source/latex/thailatex/configure.in
%doc %{_texmfdistdir}/source/latex/thailatex/doc/Makefile.am
%doc %{_texmfdistdir}/source/latex/thailatex/doc/Makefile.in
%doc %{_texmfdistdir}/source/latex/thailatex/doc/orchid.tex
%doc %{_texmfdistdir}/source/latex/thailatex/doc/utf-example.tex
%doc %{_texmfdistdir}/source/latex/thailatex/emacs/Makefile.am
%doc %{_texmfdistdir}/source/latex/thailatex/emacs/Makefile.in
%doc %{_texmfdistdir}/source/latex/thailatex/emacs/thai-latex-setup.el
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/Makefile.am
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/Makefile.in
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/README
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/conv-utf8-hex.sed
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/diff-dicts.sh
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/hyph-th-utf8.tex.in
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/hyph-th.tex.in
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/loadhyph-th.tex
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-city.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-collection.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-common.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-country.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-district.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-geo.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-history.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-ict.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-lang-ethnic.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-proper.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-science.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-spell.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-std-compound.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/tdict-std.txt
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/test-hyphen.sh
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/thai-exc.pat
%doc %{_texmfdistdir}/source/latex/thailatex/hyphen/thai.tra
%doc %{_texmfdistdir}/source/latex/thailatex/install-sh
%doc %{_texmfdistdir}/source/latex/thailatex/missing
%doc %{_texmfdistdir}/source/latex/thailatex/scripts/Makefile.am
%doc %{_texmfdistdir}/source/latex/thailatex/scripts/Makefile.in
%doc %{_texmfdistdir}/source/latex/thailatex/scripts/sync-babel
%doc %{_texmfdistdir}/source/latex/thailatex/scripts/sync-thailatex.in
%doc %{_texmfdistdir}/source/latex/thailatex/scripts/tlatex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5.0-3
+ Revision: 3650f11
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25916 |14mu|texlive-thalie-0.5-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31018
# category Package
# catalog-ctan /macros/latex/contrib/thalie
# catalog-date 2013-06-19 11:30:49 +0200
# catalog-license lppl1.3
# catalog-version 0.5
Name:		texlive-thalie
Version:	0.5
Release:	7
Summary:	Typeset drama plays
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thalie
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thalie.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thalie.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thalie.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides tools to typeset drama plays. It defines
commands to introduce characters' lines, to render stage
directions, to divide a play into acts and scenes and to build
the dramatis personae automatically.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thalie/thalie.sty
%doc %{_texmfdistdir}/doc/latex/thalie/README
%doc %{_texmfdistdir}/doc/latex/thalie/thalie.pdf
#- source
%doc %{_texmfdistdir}/source/latex/thalie/thalie.dtx
%doc %{_texmfdistdir}/source/latex/thalie/thalie.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-7
+ Revision: df2a96d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25917 |14mu|texlive-theoremref-20101201-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20632
# category Package
# catalog-ctan /macros/latex/contrib/theoremref
# catalog-date 2010-12-01 16:02:54 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-theoremref
Version:	20101201
Release:	4
Summary:	References with automatic theorem names
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/theoremref
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/theoremref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/theoremref.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The theoremref package provides variants of the \label and \ref
commands for theorem-like environments, capable of
automatically typesetting references including the theorem name
(apart from the theorem number). The scheme is particularly
valuable if the author decides to change a lemma to a
proposition or a theorem (or whatever).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/theoremref/theoremref.sty
%doc %{_texmfdistdir}/doc/latex/theoremref/COPYING
%doc %{_texmfdistdir}/doc/latex/theoremref/README
%doc %{_texmfdistdir}/doc/latex/theoremref/theoremref-doc.pdf
%doc %{_texmfdistdir}/doc/latex/theoremref/theoremref-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20101201-4
+ Revision: 694c874
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25918 |14mu|texlive-thesis-titlepage-fhac-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/thesis-titlepage-fhAC
# catalog-date 2007-03-12 14:32:12 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-thesis-titlepage-fhac
Version:	0.1
Release:	4
Summary:	Little style to create a standard titlepage for diploma thesis
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thesis-titlepage-fhAC
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-titlepage-fhac.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-titlepage-fhac.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-titlepage-fhac.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Yet another thesis titlepage style: support of Fachhochschule
Aachen (Standort Juelich).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thesis-titlepage-fhac/fhACtitlepage.cfg
%{_texmfdistdir}/tex/latex/thesis-titlepage-fhac/fhACtitlepage.sty
%{_texmfdistdir}/tex/latex/thesis-titlepage-fhac/figbib_add.sty
%{_texmfdistdir}/tex/latex/thesis-titlepage-fhac/gloss_add.sty
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/LogoFH.eps
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/LogoFH.pdf
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/LogoFH.png
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/LogoFH.tif
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/README
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/antrc_pre.bat
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/build.xml
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/diplomArbeit.ltx
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/doxygen_header.tex
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/fhACtitlepage.pdf
%doc %{_texmfdistdir}/doc/latex/thesis-titlepage-fhac/pdf_with_figbig_and_glossar.tco
#- source
%doc %{_texmfdistdir}/source/latex/thesis-titlepage-fhac/doxygen_header.dtx.input
%doc %{_texmfdistdir}/source/latex/thesis-titlepage-fhac/fhACtitlepage.dtx
%doc %{_texmfdistdir}/source/latex/thesis-titlepage-fhac/fhACtitlepage.ins
%doc %{_texmfdistdir}/source/latex/thesis-titlepage-fhac/gloss_add.dtx.input

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 2688f1f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25919 |14mu|texlive-thinsp-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/thinsp
# catalog-date 2008-08-24 14:46:50 +0200
# catalog-license gpl
# catalog-version 0.1
Name:		texlive-thinsp
Version:	0.1
Release:	4
Summary:	A stretchable \thinspace for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thinsp
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thinsp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thinsp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package redefines \thinspace to have a stretch component.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thinsp/thinsp.sty
%doc %{_texmfdistdir}/doc/latex/thinsp/COPYIRIGHT
%doc %{_texmfdistdir}/doc/latex/thinsp/README
%doc %{_texmfdistdir}/doc/latex/thinsp/thinsp.pdf
%doc %{_texmfdistdir}/doc/latex/thinsp/thinsp.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: c2280f1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25920 |14mu|texlive-thmtools-62-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26251
# category Package
# catalog-ctan /macros/latex/exptl/thmtools
# catalog-date 2012-04-27 11:57:13 +0200
# catalog-license lppl
# catalog-version 62
Name:		texlive-thmtools
Version:	62
Release:	5
Summary:	Extensions to theorem environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/exptl/thmtools
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thmtools.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thmtools.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thmtools.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides several packages for commonly-needed
support for typesetting theorems. The packages should work with
kernel theorems (theorems 'out of the box' with LaTeX), and the
theorem and amsthm packages. Features of the bundle include: -
a key-value interface to \newtheorem; - a \listoftheorems
command; - hyperref and autoref compatibility; - a mechanism
for restating entire theorems in a single macro call.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thmtools/aliasctr.sty
%{_texmfdistdir}/tex/latex/thmtools/parseargs.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-amsthm.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-autoref.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-beamer.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-kv.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-listof.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-llncs.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-ntheorem.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-patch.sty
%{_texmfdistdir}/tex/latex/thmtools/thm-restate.sty
%{_texmfdistdir}/tex/latex/thmtools/thmdef-mdframed.sty
%{_texmfdistdir}/tex/latex/thmtools/thmdef-shaded.sty
%{_texmfdistdir}/tex/latex/thmtools/thmdef-thmbox.sty
%{_texmfdistdir}/tex/latex/thmtools/thmtools.sty
%{_texmfdistdir}/tex/latex/thmtools/unique.sty
%doc %{_texmfdistdir}/doc/latex/thmtools/COPYING
%doc %{_texmfdistdir}/doc/latex/thmtools/README
%doc %{_texmfdistdir}/doc/latex/thmtools/TODO
%doc %{_texmfdistdir}/doc/latex/thmtools/VERSION.tex
%doc %{_texmfdistdir}/doc/latex/thmtools/thmtools-manual.tex
%doc %{_texmfdistdir}/doc/latex/thmtools/thmtools.pdf
#- source
%doc %{_texmfdistdir}/source/latex/thmtools/aliasctr.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/parseargs.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-amsthm.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-autoref.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-beamer.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-kv.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-listof.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-llncs.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-ntheorem.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-patch.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thm-restate.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thmdef-mdframed.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thmdef-shaded.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thmdef-thmbox.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thmtools.dtx
%doc %{_texmfdistdir}/source/latex/thmtools/thmtools.ins
%doc %{_texmfdistdir}/source/latex/thmtools/unique.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 62-5
+ Revision: 1a3689b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25921 |14mu|texlive-threadcol-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28754
# category Package
# catalog-ctan /macros/latex/contrib/threadcol
# catalog-date 2013-01-06 14:14:24 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-threadcol
Version:	1.0
Release:	7
Summary:	Organize document columns into PDF "article thread"
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/threadcol
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threadcol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threadcol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threadcol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package combines a document's columns into a PDF "article
thread". PDF readers that support this mechanism (probably
Adobe Acrobat/Reader only) can be instructed to scroll
automatically from column to column, which facilitates on-
screen reading of two-column documents. Even for single-column
documents, threadcol supports the creation of multiple article
threads, which help organize discontiguous but logically
related regions of text into a form that the user can scroll
through as if its contents were contiguous.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/threadcol/threadcol.sty
%doc %{_texmfdistdir}/doc/latex/threadcol/README
%doc %{_texmfdistdir}/doc/latex/threadcol/threadcol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/threadcol/articles-ar9.png
%doc %{_texmfdistdir}/source/latex/threadcol/threadcol.dtx
%doc %{_texmfdistdir}/source/latex/threadcol/threadcol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 200321f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25922 |14mu|texlive-threeddice-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20675
# category Package
# catalog-ctan /graphics/metapost/contrib/macros/threeddice
# catalog-date 2010-12-07 13:54:00 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-threeddice
Version:	1.0
Release:	4
Summary:	Create images of dice with one, two, or three faces showing, using MetaPost
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/threeddice
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threeddice.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threeddice.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides MetaPost code to create all possible
symmetrical views (up to rotation) of a right-handed die.
Configuration is possible by editing the source code, following
the guidance in the documentation.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/metapost/threeddice/threeddice.mp
%doc %{_texmfdistdir}/doc/metapost/threeddice/README
%doc %{_texmfdistdir}/doc/metapost/threeddice/threeddice-doc.pdf
%doc %{_texmfdistdir}/doc/metapost/threeddice/threeddice-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar metapost doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: a3f18ac
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25923 |14mu|texlive-threeparttable-20100309-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17383
# category Package
# catalog-ctan /macros/latex/contrib/threeparttable
# catalog-date 2010-03-09 13:13:30 +0100
# catalog-license other-free
# catalog-version undef
Name:		texlive-threeparttable
Version:	20100309
Release:	4
Summary:	Tables with captions and notes all the same width
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/threeparttable
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threeparttable.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threeparttable.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a scheme for tables that have a structured note
section, after the caption. This scheme provides an answer to
the old problem of putting footnotes in tables -- by making
footnotes entirely unnecessary. Note that a threeparttable is
not a float of itself; but you can place it in a table or a
table* environment, if necessary.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/threeparttable/3parttable.sty
%{_texmfdistdir}/tex/latex/threeparttable/threeparttable.sty
%doc %{_texmfdistdir}/doc/latex/threeparttable/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/threeparttable/threeparttable.pdf
%doc %{_texmfdistdir}/doc/latex/threeparttable/threeparttable.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100309-4
+ Revision: af3743a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25924 |14mu|texlive-threeparttablex-0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31276
# category Package
# catalog-ctan /macros/latex/contrib/threeparttablex
# catalog-date 2013-07-23 11:01:18 +0200
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-threeparttablex
Version:	0.3
Release:	7
Summary:	Notes in longtables
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/threeparttablex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threeparttablex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/threeparttablex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the functionality of the threeparttable
package to tables created using the longtable package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/threeparttablex/threeparttablex.sty
%doc %{_texmfdistdir}/doc/latex/threeparttablex/README
%doc %{_texmfdistdir}/doc/latex/threeparttablex/threeparttablex.pdf
%doc %{_texmfdistdir}/doc/latex/threeparttablex/threeparttablex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-7
+ Revision: 5631dd9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25925 |14mu|texlive-thumb-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16549
# category Package
# catalog-ctan /macros/latex/contrib/thumb
# catalog-date 2006-12-11 00:37:24 +0100
# catalog-license gpl
# catalog-version 1.0
Name:		texlive-thumb
Version:	1.0
Release:	4
Summary:	Thumb marks in documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thumb
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumb.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumb.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumb.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Place thumb marks in books, manuals and reference maunals.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thumb/thumb.sty
%doc %{_texmfdistdir}/doc/latex/thumb/README
%doc %{_texmfdistdir}/doc/latex/thumb/thumb.pdf
#- source
%doc %{_texmfdistdir}/source/latex/thumb/thumb.dtx
%doc %{_texmfdistdir}/source/latex/thumb/thumb.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: a811c9a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25926 |14mu|texlive-thumbpdf-3.15-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29725
# category Package
# catalog-ctan /support/thumbpdf
# catalog-date 2012-11-14 18:32:01 +0100
# catalog-license lppl
# catalog-version 3.15
Name:		texlive-thumbpdf
Version:	3.15
Release:	9
Summary:	Thumbnails for pdfTeX and dvips/ps2pdf
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/support/thumbpdf
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbpdf.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbpdf.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-thumbpdf.bin = %{EVRD}

%description
A Perl script that provides support for thumbnails in pdfTeX
and dvips/ps2pdf. The script uses ghostscript to generate the
thumbnails which get represented in a TeX readable file that is
read by the package thumbpdf.sty to automatically include the
thumbnails. This arrangement works with both plain TeX and
LaTeX.


#-----------------------------------------------------------------------
%files
%{_bindir}/thumbpdf
%{_texmfdistdir}/scripts/thumbpdf/thumbpdf.pl
%{_texmfdistdir}/tex/generic/thumbpdf/thumbpdf.sty
%{_texmfdistdir}/tex/generic/thumbpdf/thumbpdf.tex
%doc %{_texmfdistdir}/doc/generic/thumbpdf/README
%doc %{_mandir}/man1/thumbpdf.1*
%doc %{_texmfdistdir}/doc/man/man1/thumbpdf.man1.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/thumbpdf/thumbpdf.pl thumbpdf
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.15-9
+ Revision: ab7be73
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25927 |14mu|texlive-thumbs-1.0m-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25506
# category Package
# catalog-ctan /macros/latex/contrib/thumbs
# catalog-date 2012-02-24 13:31:20 +0100
# catalog-license lppl1.3
# catalog-version 1.0m
Name:		texlive-thumbs
Version:	1.0m
Release:	4
Summary:	Create thumb indexes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thumbs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package puts running, customizable thumb marks in the outer
margin, moving downward as the chapter number (or whatever
shall be marked by the thumb marks) increases. Additionally an
overview page/table of thumb marks can be added automatically,
which gives the names of the thumbed objects, the page where
the object/thumb mark first appears, and the thumb mark itself
at its correct position. The thumb marks are useful for large
documents (such as reference guides, anthologies, etc.), where
a quick and easy way to find (for example) a chapter is needed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thumbs/thumbs.sty
%doc %{_texmfdistdir}/doc/latex/thumbs/README
%doc %{_texmfdistdir}/doc/latex/thumbs/thumbs-example.pdf
%doc %{_texmfdistdir}/doc/latex/thumbs/thumbs-example.tex
%doc %{_texmfdistdir}/doc/latex/thumbs/thumbs.pdf
#- source
%doc %{_texmfdistdir}/source/latex/thumbs/thumbs.drv
%doc %{_texmfdistdir}/source/latex/thumbs/thumbs.dtx
%doc %{_texmfdistdir}/source/latex/thumbs/thumbs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0m-4
+ Revision: a8d10cd
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25928 |14mu|texlive-thumby-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16736
# category Package
# catalog-ctan /macros/latex/contrib/thumby
# catalog-date 2010-01-17 11:28:50 +0100
# catalog-license gpl3
# catalog-version 0.1
Name:		texlive-thumby
Version:	0.1
Release:	4
Summary:	Create thumb indexes for printed books
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thumby
License:	GPL3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumby.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thumby.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package can generate thumb indexes for your document. It
features printing thumb indexes on one- or two-sided pages,
along with background- and foreground-color selection and full
LaTeX styling of the chapter numbers in the thumb indexes. The
height of each thumb index is automatically chosen based on the
number of chapters in your document, while the width is chosen
by the user. The package is designed to work with the memoir
class, and also requires PerlTeX and tikz/.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/thumby/thumby.sty
%doc %{_texmfdistdir}/doc/latex/thumby/LICENSE
%doc %{_texmfdistdir}/doc/latex/thumby/README
%doc %{_texmfdistdir}/doc/latex/thumby/example.pdf
%doc %{_texmfdistdir}/doc/latex/thumby/latexmkrc
%doc %{_texmfdistdir}/doc/latex/thumby/thumby.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: aede65c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25929 |14mu|texlive-thuthesis-4.5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24361
# category Package
# catalog-ctan /macros/latex/contrib/thuthesis
# catalog-date 2009-03-02 15:13:08 +0100
# catalog-license lppl
# catalog-version 4.5.1
Name:		texlive-thuthesis
Version:	4.5.1
Release:	4
Summary:	Thesis template for Tsinghua University
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/thuthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thuthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thuthesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/thuthesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
ThuThesis is a LaTeX thesis template package for Tsinghua
University in order to make it easy to write theses for either
bachelor's, master's or doctor's degree.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/thuthesis/thubib.bst
%{_texmfdistdir}/tex/latex/thuthesis/thuthesis.cfg
%{_texmfdistdir}/tex/latex/thuthesis/thuthesis.cls
%{_texmfdistdir}/tex/latex/thuthesis/thutils.sty
%doc %{_texmfdistdir}/doc/latex/thuthesis/README
%doc %{_texmfdistdir}/doc/latex/thuthesis/dtx-style.sty
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/Makefile
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/data/ack.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/data/appendix01.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/data/chap01.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/data/chap02.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/data/cover.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/data/denotation.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/data/resume.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/hello.eps
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/hello.fig
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/hello.pdf
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-fig-logo.eps
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-fig-logo.pdf
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-lib-logo.eps
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-lib-logo.pdf
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-text-logo.eps
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-text-logo.pdf
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-whole-logo.eps
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/figures/thu-whole-logo.pdf
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/main.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/msmake.cmd
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/ref/refs.bib
%doc %{_texmfdistdir}/doc/latex/thuthesis/example/shuji.tex
%doc %{_texmfdistdir}/doc/latex/thuthesis/thuthesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/thuthesis/thuthesis.dtx
%doc %{_texmfdistdir}/source/latex/thuthesis/thuthesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.5.1-4
+ Revision: a7194c4
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25930 |14mu|texlive-ticket-0.4b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20679
# category Package
# catalog-ctan /macros/latex/contrib/ticket
# catalog-date 2010-12-06 20:55:11 +0100
# catalog-license lppl
# catalog-version 0.4b
Name:		texlive-ticket
Version:	0.4b
Release:	4
Summary:	Make labels, visting-cards, pins with LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ticket
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ticket.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ticket.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides an easy to handle interface to produce visiting cards,
labels for your files, stickers, pins and other stuff for your
office, conferences etc. All you need is a definition of your
'ticket' included in a ticket definition file and the two
commands \ticketdefault and \ticket.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ticket/aj8414.tdf
%{_texmfdistdir}/tex/latex/ticket/dura5222.tdf
%{_texmfdistdir}/tex/latex/ticket/flashCard.tdf
%{_texmfdistdir}/tex/latex/ticket/freepin.tdf
%{_texmfdistdir}/tex/latex/ticket/freepin2.tdf
%{_texmfdistdir}/tex/latex/ticket/freepin3.tdf
%{_texmfdistdir}/tex/latex/ticket/he4432.tdf
%{_texmfdistdir}/tex/latex/ticket/lz1680.tdf
%{_texmfdistdir}/tex/latex/ticket/lz1681.tdf
%{_texmfdistdir}/tex/latex/ticket/lz1685.tdf
%{_texmfdistdir}/tex/latex/ticket/ticket.sty
%{_texmfdistdir}/tex/latex/ticket/zw32010.tdf
%{_texmfdistdir}/tex/latex/ticket/zw3424.tdf
%{_texmfdistdir}/tex/latex/ticket/zw4752.tdf
%doc %{_texmfdistdir}/doc/latex/ticket/README
%doc %{_texmfdistdir}/doc/latex/ticket/comment
%doc %{_texmfdistdir}/doc/latex/ticket/ex_file.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/ex_file.tex
%doc %{_texmfdistdir}/doc/latex/ticket/ex_flashcard.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/ex_flashcard.tex
%doc %{_texmfdistdir}/doc/latex/ticket/ex_flashcard_dup.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/ex_flashcard_rm.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/ex_flashcard_rm.tex
%doc %{_texmfdistdir}/doc/latex/ticket/ex_marks.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/ex_marks.tex
%doc %{_texmfdistdir}/doc/latex/ticket/ex_pin.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/ex_pin.tex
%doc %{_texmfdistdir}/doc/latex/ticket/ex_vcard.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/ex_vcard.tex
%doc %{_texmfdistdir}/doc/latex/ticket/manual.pdf
%doc %{_texmfdistdir}/doc/latex/ticket/manual.tex
%doc %{_texmfdistdir}/doc/latex/ticket/test.tex
%doc %{_texmfdistdir}/doc/latex/ticket/words.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4b-4
+ Revision: a2ce5b3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25931 |14mu|texlive-tikz-3dplot-20120112-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25087
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-3dplot
# catalog-date 2012-01-12 00:06:34 +0100
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-tikz-3dplot
Version:	20120112
Release:	3
Summary:	Coordinate transformation styles for 3d plotting in TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-3dplot
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-3dplot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-3dplot.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides straightforward ways to define three-
dimensional coordinate frames through which to plot in TikZ.
The user can specify the orientation of the main coordinate
frame, and use standard TikZ commands and coordinates to render
their tikzfigure. A secondary coordinate frame is provided to
allow rotations and translations with respect to the main
coordinate frame. In addition, the package can also handle
plotting user-specified functions in spherical polar
coordinates, where both the radius and fill color can be
expressed as parametric functions of polar angles.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikz-3dplot/tikz-3dplot.sty
%doc %{_texmfdistdir}/doc/latex/tikz-3dplot/CHANGELOG
%doc %{_texmfdistdir}/doc/latex/tikz-3dplot/README
%doc %{_texmfdistdir}/doc/latex/tikz-3dplot/externalize_images.bat
%doc %{_texmfdistdir}/doc/latex/tikz-3dplot/tikz-3dplot_documentation.pdf
%doc %{_texmfdistdir}/doc/latex/tikz-3dplot/tikz-3dplot_documentation.tex
%doc %{_texmfdistdir}/doc/latex/tikz-3dplot/tikz-3dplot_documentation_figures.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120112-3
+ Revision: f2b924c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25932 |14mu|texlive-tikz-cd-0.3c-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28695
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-cd
# catalog-date 2013-01-02 18:01:12 +0100
# catalog-license lppl
# catalog-version 0.3c
Name:		texlive-tikz-cd
Version:	0.3c
Release:	7
Summary:	Create commutative diagrams with TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-cd
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-cd.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-cd.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The general-purpose drawing package TiKZ can be used to typeset
commutative diagrams and other kinds of mathematical pictures,
generating high-quality results. The purpose of this package is
to make the process of creation of such diagrams easier by
providing a convenient set of macros and reasonable default
settings. This package also includes an arrow tip library that
match closely the arrows present in the Computer Modern
typeface.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikz-cd/tikz-cd.sty
%doc %{_texmfdistdir}/doc/latex/tikz-cd/README
%doc %{_texmfdistdir}/doc/latex/tikz-cd/tikz-cd-doc.pdf
%doc %{_texmfdistdir}/doc/latex/tikz-cd/tikz-cd-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3c-7
+ Revision: 5e4756f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25933 |14mu|texlive-tikz-dependency-1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25156
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-dependency
# catalog-date 2012-01-19 19:15:33 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-tikz-dependency
Version:	1.1
Release:	3
Summary:	A library for drawing dependency graphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-dependency
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-dependency.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-dependency.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a library that draws together existing
TikZ facilities to make a comfortable environment for drawing
dependency graphs. Basic facilities of the package include a
lot of styling facilities, to let you personalize the look and
feel of the graphs.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikz-dependency/tikz-dependency.sty
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/AUTHORS
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/LICENSE
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/README
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/VERSION
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/pgfmanual-en-macros.tex
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/pgfmanual.code.tex
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/pgfmanual.pdflinks.code.tex
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/pgfmanual.prettyprinter.code.tex
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/tikz-dependency-doc.pdf
%doc %{_texmfdistdir}/doc/latex/tikz-dependency/tikz-dependency-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-3
+ Revision: 4a498d9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25934 |14mu|texlive-tikzinclude-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28715
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzinclude
# catalog-date 2013-01-03 19:43:19 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-tikzinclude
Version:	1.0
Release:	7
Summary:	Import TikZ images from colletions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzinclude
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzinclude.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzinclude.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzinclude.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package addresses the problem of importing only one TikZ-
image from a file holding multiple images.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzinclude/tikzinclude.sty
%doc %{_texmfdistdir}/doc/latex/tikzinclude/README
%doc %{_texmfdistdir}/doc/latex/tikzinclude/tikzinclude.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tikzinclude/tikzinclude.dtx
%doc %{_texmfdistdir}/source/latex/tikzinclude/tikzinclude.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 47645ae
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25935 |14mu|texlive-tikz-inet-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-inet
# catalog-date 2008-08-24 14:43:48 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-tikz-inet
Version:	0.1
Release:	4
Summary:	Draw interaction nets with TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-inet
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-inet.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-inet.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends TikZ with macros to draw interaction nets.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikz-inet/tikz-inet.sty
%doc %{_texmfdistdir}/doc/latex/tikz-inet/README
%doc %{_texmfdistdir}/doc/latex/tikz-inet/tikz-inet-doc.pdf
%doc %{_texmfdistdir}/doc/latex/tikz-inet/tikz-inet-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 10feb29
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25936 |14mu|texlive-tikzmark-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29999
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzmark
# catalog-date 2013-04-17 11:11:14 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-tikzmark
Version:	1.0
Release:	7
Summary:	Use TikZ's method of remembering a position on a page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzmark
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzmark.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzmark.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzmark.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The tikzmark package defines a command to "remember" a position
on a page for later (or earlier) use, primarily (but not
exclusively) with TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzmark/tikzlibrarytikzmark.code.tex
%{_texmfdistdir}/tex/latex/tikzmark/tikzmarklibrarylistings.code.tex
%doc %{_texmfdistdir}/doc/latex/tikzmark/README.txt
%doc %{_texmfdistdir}/doc/latex/tikzmark/tikzmark.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tikzmark/tikzmark.dtx
%doc %{_texmfdistdir}/source/latex/tikzmark/tikzmark.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: c1f8f1c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25937 |14mu|texlive-tikz-opm-0.1.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32769
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-opm
# catalog-date 2014-01-23 20:30:08 +0100
# catalog-license lppl1.3
# catalog-version 0.1.1
Name:		texlive-tikz-opm
Version:	0.1.1
Release:	3
Summary:	Typeset OPM diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-opm
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-opm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-opm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typeset OPM (Object-Process Methodology) diagrams using LaTeX
and pgf/TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikz-opm/tikz-opm.sty
%doc %{_texmfdistdir}/doc/latex/tikz-opm/README
%doc %{_texmfdistdir}/doc/latex/tikz-opm/tikz-opm.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1.1-3
+ Revision: c95455f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25938 |14mu|texlive-tikzorbital-20121217-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28561
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzorbital
# catalog-date 2012-12-17 20:44:22 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-tikzorbital
Version:	20121217
Release:	7
Summary:	Atomic and molecular orbitals using TiKZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzorbital
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzorbital.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzorbital.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Atomic s, p and d orbitals may be drawn, as well as molecular
orbital diagrams.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzorbital/tikzorbital.sty
%doc %{_texmfdistdir}/doc/latex/tikzorbital/tikzorbital.pdf
%doc %{_texmfdistdir}/doc/latex/tikzorbital/tikzorbital.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20121217-7
+ Revision: 0223815
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25939 |14mu|texlive-tikzpagenodes-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27723
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzpagenodes
# catalog-date 2012-09-16 14:57:16 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-tikzpagenodes
Version:	1.1
Release:	7
Summary:	Create commutative diagrams with TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzpagenodes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpagenodes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpagenodes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpagenodes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides special PGF/TikZ nodes for the text,
marginpar, footer and header area of the current page. They are
inspired by the 'current page' node defined by PGF/TikZ itself.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzpagenodes/tikzpagenodes.sty
%doc %{_texmfdistdir}/doc/latex/tikzpagenodes/README
%doc %{_texmfdistdir}/doc/latex/tikzpagenodes/tikzpagenodes.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tikzpagenodes/tikzpagenodes.dtx
%doc %{_texmfdistdir}/source/latex/tikzpagenodes/tikzpagenodes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: 6c9eb03
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25940 |14mu|texlive-tikzpfeile-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25777
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzpfeile
# catalog-date 2012-03-28 23:45:32 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-tikzpfeile
Version:	1.0
Release:	3
Summary:	Draw arrows using PGF/TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzpfeile
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpfeile.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpfeile.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpfeile.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
In a document with a lot of diagrams created with PGF/TikZ,
there is a possibility of the reader being distracted by
different sorts of arrowheads in the diagrams and in the text
(as, e.g., in \rightarrow). The package defines macros to
create all arrows using PGF/TikZ, so as to avoid the problem.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzpfeile/tikzpfeile.sty
%doc %{_texmfdistdir}/doc/latex/tikzpfeile/README
%doc %{_texmfdistdir}/doc/latex/tikzpfeile/tikzpfeile.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tikzpfeile/tikzpfeile.dtx
%doc %{_texmfdistdir}/source/latex/tikzpfeile/tikzpfeile.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-3
+ Revision: ec5ed4f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25941 |14mu|texlive-tikzposter-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32732
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzposter
# catalog-date 2014-01-20 12:50:28 +0100
# catalog-license lppl1.2
# catalog-version 2.0
Name:		texlive-tikzposter
Version:	2.0
Release:	3
Summary:	Create scientific posters using TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzposter
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzposter.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzposter.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzposter.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A document class provides a simple way of using TikZ for
generating posters. Several formatting options are available,
and spacing and layout of the poster is to a large extent
automated.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzposter/tikzposter.cls
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterBackgroundstyles.tex
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterBlockstyles.tex
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterColorpalettes.tex
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterColorstyles.tex
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterInnerblockstyles.tex
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterLayoutthemes.tex
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterNotestyles.tex
%{_texmfdistdir}/tex/latex/tikzposter/tikzposterTitlestyles.tex
%doc %{_texmfdistdir}/doc/latex/tikzposter/README
%doc %{_texmfdistdir}/doc/latex/tikzposter/tikzposter-example.tex
%doc %{_texmfdistdir}/doc/latex/tikzposter/tikzposter-template.tex
%doc %{_texmfdistdir}/doc/latex/tikzposter/tikzposter.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tikzposter/tikzposter.dtx
%doc %{_texmfdistdir}/source/latex/tikzposter/tikzposter.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-3
+ Revision: 47e098b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25942 |14mu|texlive-tikz-qtree-1.20-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26108
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-qtree
# catalog-date 2012-04-23 11:23:52 +0200
# catalog-license gpl
# catalog-version 1.2
Name:		texlive-tikz-qtree
Version:	1.20
Release:	3
Summary:	Use existing qtree syntax for trees in TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-qtree
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-qtree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-qtree.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a macro for drawing trees with TikZ using
the easy syntax of Alexis Dimitriadis' Qtree. It improves on
TikZ's standard tree-drawing facility by laying out tree nodes
without collisions; it improves on Qtree by adding lots of
features from TikZ (for example, edge labels, arrows between
nodes); and it improves on pst-qtree in being usable with
pdfTeX and XeTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikz-qtree/pgfsubpic.sty
%{_texmfdistdir}/tex/latex/tikz-qtree/pgfsubpic.tex
%{_texmfdistdir}/tex/latex/tikz-qtree/pgftree.sty
%{_texmfdistdir}/tex/latex/tikz-qtree/pgftree.tex
%{_texmfdistdir}/tex/latex/tikz-qtree/tikz-qtree-compat.sty
%{_texmfdistdir}/tex/latex/tikz-qtree/tikz-qtree.sty
%{_texmfdistdir}/tex/latex/tikz-qtree/tikz-qtree.tex
%doc %{_texmfdistdir}/doc/latex/tikz-qtree/README
%doc %{_texmfdistdir}/doc/latex/tikz-qtree/tikz-qtree-manual.pdf
%doc %{_texmfdistdir}/doc/latex/tikz-qtree/tikz-qtree-manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.20-3
+ Revision: 476d0e8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25943 |14mu|texlive-tikzscale-0.2.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30637
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzscale
# catalog-date 2013-05-22 10:58:45 +0200
# catalog-license lppl1.3
# catalog-version 0.2.6
Name:		texlive-tikzscale
Version:	0.2.6
Release:	8
Summary:	Resize pictures while respecting text size
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzscale
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzscale.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzscale.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzscale.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the \includegraphics command to support
tikzpictures. It allows scaling of TikZ images and PGFPlots to
a given width or height without changing the text size.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzscale/tikzscale.sty
%doc %{_texmfdistdir}/doc/latex/tikzscale/3Dplot.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/README
%doc %{_texmfdistdir}/doc/latex/tikzscale/alt.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/histogramNormal.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/invisible.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/linewidth.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/only.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/onslide.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/pause.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/pgfplots-test.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/pgfplots.randn.dat
%doc %{_texmfdistdir}/doc/latex/tikzscale/temporal.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/test-tikzscale.pdf
%doc %{_texmfdistdir}/doc/latex/tikzscale/test-tikzscale.tex
%doc %{_texmfdistdir}/doc/latex/tikzscale/testNode.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/testRectangle.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/testgraphic2D.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/tikzscale-beamer.tex
%doc %{_texmfdistdir}/doc/latex/tikzscale/tikzscale.pdf
%doc %{_texmfdistdir}/doc/latex/tikzscale/uncover.tikz
%doc %{_texmfdistdir}/doc/latex/tikzscale/visible.tikz
#- source
%doc %{_texmfdistdir}/source/latex/tikzscale/tikzscale.dtx
%doc %{_texmfdistdir}/source/latex/tikzscale/tikzscale.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2.6-8
+ Revision: 51b6c20
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25944 |14mu|texlive-tikzsymbols-3.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31297
# category Package
# catalog-ctan /graphics/pgf/contrib/tikzsymbols
# catalog-date 2013-07-28 14:35:06 +0200
# catalog-license lppl1.3
# catalog-version 3.0
Name:		texlive-tikzsymbols
Version:	3.0
Release:	7
Summary:	Some symbols created using TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikzsymbols
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzsymbols.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzsymbols.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzsymbols.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides various emoticons, cooking symbols and
trees.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikzsymbols/tikzsymbols.sty
%doc %{_texmfdistdir}/doc/latex/tikzsymbols/README
%doc %{_texmfdistdir}/doc/latex/tikzsymbols/tikzsymbols.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tikzsymbols/tikzsymbols.dtx
%doc %{_texmfdistdir}/source/latex/tikzsymbols/tikzsymbols.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-7
+ Revision: 21ccdc3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25945 |14mu|texlive-tikz-timing-0.7d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21013
# category Package
# catalog-ctan /graphics/pgf/contrib/tikz-timing
# catalog-date 2011-01-09 23:18:09 +0100
# catalog-license lppl
# catalog-version 0.7d
Name:		texlive-tikz-timing
Version:	0.7d
Release:	4
Summary:	Easy generation of timing diagrams as tikz pictures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tikz-timing
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-timing.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-timing.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-timing.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-svn-prov

%description
This package provides macros and an environment to generate
timing diagrams (digital waveforms) without much effort. The
TikZ package is used to produce the graphics. The diagrams may
be inserted into text (paragraphs, \hbox, etc.) and into
tikzpictures. A tabular-like environment is provided to produce
larger timing diagrams.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-advnodes.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-arrows.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-beamer.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-clockarrows.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-columntype.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-counters.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-either.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-ifsym.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-interval.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-nicetabs.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing-overlays.sty
%{_texmfdistdir}/tex/latex/tikz-timing/tikz-timing.sty
%doc %{_texmfdistdir}/doc/latex/tikz-timing/README
%doc %{_texmfdistdir}/doc/latex/tikz-timing/tikz-timing.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tikz-timing/tikz-timing.dtx
%doc %{_texmfdistdir}/source/latex/tikz-timing/tikz-timing.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.7d-4
+ Revision: 4fe9c9b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25946 |14mu|texlive-timesht-20111104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-timesht
Version:	20111104
Release:	4
Summary:	TeXLive timesht package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/timesht.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/timesht.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/timesht.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive timesht package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/timesht/timesht.cls
%doc %{_texmfdistdir}/doc/latex/timesht/README
%doc %{_texmfdistdir}/doc/latex/timesht/timesheet.tex
#- source
%doc %{_texmfdistdir}/source/latex/timesht/timesht.dtx
%doc %{_texmfdistdir}/source/latex/timesht/timesht.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-4
+ Revision: a4e2071
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25947 |14mu|texlive-timing-diagrams-20130821-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31491
# category Package
# catalog-ctan /graphics/pgf/contrib/timing-diagrams
# catalog-date 2013-08-21 17:26:35 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-timing-diagrams
Version:	20130821
Release:	7
Summary:	Draw timing diagrams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/timing-diagrams
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/timing-diagrams.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/timing-diagrams.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to draw and annotate various
kinds of timing diagrams, using Tikz. Documentation is sparse,
but the source and the examples file should be of some use.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/timing-diagrams/timing-diagrams.sty
%doc %{_texmfdistdir}/doc/latex/timing-diagrams/Makefile
%doc %{_texmfdistdir}/doc/latex/timing-diagrams/README
%doc %{_texmfdistdir}/doc/latex/timing-diagrams/diagrams-examples.pdf
%doc %{_texmfdistdir}/doc/latex/timing-diagrams/diagrams-examples.tex
%doc %{_texmfdistdir}/doc/latex/timing-diagrams/version.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20130821-7
+ Revision: 545c164
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25948 |14mu|texlive-tipa-1.3-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25247
# category Package
# catalog-ctan /fonts/tipa/tipa
# catalog-date 2012-01-30 10:59:21 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-tipa
Version:	1.3
Release:	5
Summary:	Fonts and macros for IPA phonetics characters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/tipa/tipa
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tipa.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tipa.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These fonts are considered the 'ultimate answer' to IPA
typesetting. The encoding of these 8-bit fonts has been
registered as LaTeX standard encoding T3, and the set of
addendum symbols as encoding TS3. 'Times-like' Adobe Type 1
versions are provided for both the T3 and the TS3 fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/map/dvips/tipa/tipa.map
%{_texmfdistdir}/fonts/source/public/tipa/tipa.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipa10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipa12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipa17.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipa8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipa9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipab10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipabase.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipabs10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipabx10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipabx12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipabx8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipabx9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipadiac.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipaextr.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipagerm.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipanew.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipapnct.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipaprm.def
%{_texmfdistdir}/fonts/source/public/tipa/tiparoml.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasb10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasc.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasi10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasl10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasl12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasl8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasl9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipass10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipass12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipass17.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipass8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipass9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasym1.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasym2.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasym3.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipasym4.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipatone.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipatr.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipats10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipatt10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipatt12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipatt8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipatt9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipx.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipx10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipx12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipx17.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipx8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipx9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxb10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxbs10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxbx10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxbx12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxbx8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxbx9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxsb10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxsi10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxsl10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxsl12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxsl8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxsl9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxss10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxss12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxss17.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxss8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxss9.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxts10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxtt10.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxtt12.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxtt8.mf
%{_texmfdistdir}/fonts/source/public/tipa/tipxtt9.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipa10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipab10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipabs10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipaprm.def
%{_texmfdistdir}/fonts/source/public/tipa/xipasb10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipasi10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipasl10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipass10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipx10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipxb10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipxbs10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipxsb10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipxsi10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipxsl10.mf
%{_texmfdistdir}/fonts/source/public/tipa/xipxss10.mf
%{_texmfdistdir}/fonts/tfm/public/tipa/tipa10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipa12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipa17.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipa8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipa9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipab10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipabs10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipabx10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipabx12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipabx8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipabx9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipasb10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipasi10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipasl10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipasl12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipasl8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipasl9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipass10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipass12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipass17.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipass8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipass9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipats10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipatt10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipatt12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipatt8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipatt9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipx10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipx12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipx17.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipx8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipx9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxb10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxbs10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxbx10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxbx12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxbx8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxbx9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxsb10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxsi10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxsl12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxsl8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxsl9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxss10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxss12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxss17.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxss8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxss9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxts10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxtt10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxtt12.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxtt8.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/tipxtt9.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipa10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipab10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipabs10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipasb10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipasi10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipasl10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipass10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipx10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipxb10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipxbs10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipxsb10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipxsi10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipxsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/tipa/xipxss10.tfm
%{_texmfdistdir}/fonts/type1/public/tipa/tipa10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipa12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipa17.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipa8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipa9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipab10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipabs10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipabx10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipabx12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipabx8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipabx9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipasb10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipasi10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipasl10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipasl12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipasl8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipasl9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipass10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipass12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipass17.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipass8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipass9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipats10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipatt10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipatt12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipatt8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipatt9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipx10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipx12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipx17.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipx8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipx9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxb10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxbs10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxbx10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxbx12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxbx8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxbx9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxsb10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxsi10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxsl10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxsl12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxsl8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxsl9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxss10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxss12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxss17.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxss8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxss9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxts10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxtt10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxtt12.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxtt8.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/tipxtt9.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipa10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipab10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipabs10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipasb10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipasi10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipasl10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipass10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipx10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipxb10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipxbs10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipxsb10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipxsi10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipxsl10.pfb
%{_texmfdistdir}/fonts/type1/public/tipa/xipxss10.pfb
%{_texmfdistdir}/tex/latex/tipa/exaccent.sty
%{_texmfdistdir}/tex/latex/tipa/extraipa.sty
%{_texmfdistdir}/tex/latex/tipa/t3cmr.fd
%{_texmfdistdir}/tex/latex/tipa/t3cmss.fd
%{_texmfdistdir}/tex/latex/tipa/t3cmtt.fd
%{_texmfdistdir}/tex/latex/tipa/t3enc.def
%{_texmfdistdir}/tex/latex/tipa/t3phv.fd
%{_texmfdistdir}/tex/latex/tipa/t3ptm.fd
%{_texmfdistdir}/tex/latex/tipa/tipa.sty
%{_texmfdistdir}/tex/latex/tipa/tipx.sty
%{_texmfdistdir}/tex/latex/tipa/tone.sty
%{_texmfdistdir}/tex/latex/tipa/ts3cmr.fd
%{_texmfdistdir}/tex/latex/tipa/ts3cmss.fd
%{_texmfdistdir}/tex/latex/tipa/ts3cmtt.fd
%{_texmfdistdir}/tex/latex/tipa/ts3enc.def
%{_texmfdistdir}/tex/latex/tipa/ts3phv.fd
%{_texmfdistdir}/tex/latex/tipa/ts3ptm.fd
%{_texmfdistdir}/tex/latex/tipa/utipx.fd
%{_texmfdistdir}/tex/latex/tipa/utipxss.fd
%{_texmfdistdir}/tex/latex/tipa/utipxtt.fd
%{_texmfdistdir}/tex/latex/tipa/uxipx.fd
%{_texmfdistdir}/tex/latex/tipa/uxipxss.fd
%{_texmfdistdir}/tex/latex/tipa/vowel.sty
%doc %{_texmfdistdir}/doc/fonts/tipa/00README
%doc %{_texmfdistdir}/doc/fonts/tipa/00README.doc
%doc %{_texmfdistdir}/doc/fonts/tipa/Makefile
%doc %{_texmfdistdir}/doc/fonts/tipa/Makefile.doc
%doc %{_texmfdistdir}/doc/fonts/tipa/Manifest.txt
%doc %{_texmfdistdir}/doc/fonts/tipa/boxchar.sty
%doc %{_texmfdistdir}/doc/fonts/tipa/codelist.sty
%doc %{_texmfdistdir}/doc/fonts/tipa/gentfm.sh
%doc %{_texmfdistdir}/doc/fonts/tipa/gentipa.sh
%doc %{_texmfdistdir}/doc/fonts/tipa/gentipx.sh
%doc %{_texmfdistdir}/doc/fonts/tipa/genxipa.sh
%doc %{_texmfdistdir}/doc/fonts/tipa/genxipx.sh
%doc %{_texmfdistdir}/doc/fonts/tipa/mktipapk.sh
%doc %{_texmfdistdir}/doc/fonts/tipa/mkxipapk.sh
%doc %{_texmfdistdir}/doc/fonts/tipa/tipa.bib
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman.pdf
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman.sty
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman.tex
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman0.tex
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman1.tex
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman2.tex
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman3.tex
%doc %{_texmfdistdir}/doc/fonts/tipa/tipaman4.tex
%doc %{_texmfdistdir}/doc/fonts/tipa/vowel.pdf
%doc %{_texmfdistdir}/doc/fonts/tipa/vowel.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-5
+ Revision: 3550a49
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25949 |14mu|texlive-titlecaps-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30911
# category Package
# catalog-ctan /macros/latex/contrib/titlecaps
# catalog-date 2013-06-19 11:29:28 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-titlecaps
Version:	1.0
Release:	7
Summary:	Setting rich-text input into Titling Caps
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/titlecaps
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlecaps.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlecaps.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is intended for setting rich text into titling
capitals (in which the first character of words are
capitalized). It automatically accounts for diacritical marks
(like umlauts), national symbols (like "ae"), punctuation, and
font changing commands that alter the appearance or size of the
text. It allows a list of predesignated words to be protected
as lower-cased, and also allows for titling exceptions of
various sorts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/titlecaps/titlecaps.sty
%doc %{_texmfdistdir}/doc/latex/titlecaps/README
%doc %{_texmfdistdir}/doc/latex/titlecaps/titlecaps.pdf
%doc %{_texmfdistdir}/doc/latex/titlecaps/titlecaps.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 57fb52f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25950 |14mu|texlive-titlefoot-20070117-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/titlefoot
# catalog-date 2007-01-17 00:08:13 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-titlefoot
Version:	20070117
Release:	4
Summary:	Add special material to footer of title page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/titlefoot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlefoot.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides the capability of adding keywords (with a \keywords
command), a running title (\runningtitle), AMS subject
classifications (\amssubj), and an 'author's footnote' as
footnotes to the title or first page of a document. Works with
any class for which the \thanks macro works (e.g., article).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/titlefoot/titlefoot.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070117-4
+ Revision: 2565ac1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25951 |14mu|texlive-titlepic-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/titlepic
# catalog-date 2009-11-10 08:50:14 +0100
# catalog-license pd
# catalog-version 1.1
Name:		texlive-titlepic
Version:	1.1
Release:	4
Summary:	Add picture to title page of a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/titlepic
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlepic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlepic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows you to place a picture on the title page
(cover page) of a LaTeX document. Example of usage:
\usepackage[cc]{titlepic} \usepackage{graphicx}
\titlepic{\includegraphics[width=\textwidth]{picture.png}} The
package currently only works with the document classes article,
report and book.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/titlepic/titlepic.sty
%doc %{_texmfdistdir}/doc/latex/titlepic/README
%doc %{_texmfdistdir}/doc/latex/titlepic/titlepic-manual.pdf
%doc %{_texmfdistdir}/doc/latex/titlepic/titlepic-manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: fef87f1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25952 |14mu|texlive-titleref-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18729
# category Package
# catalog-ctan /macros/latex/contrib/titleref
# catalog-date 2010-06-06 13:50:32 +0200
# catalog-license pd
# catalog-version 2.0
Name:		texlive-titleref
Version:	2.0
Release:	4
Summary:	A "\titleref" command to cross-reference section titles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/titleref
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titleref.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titleref.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a command \titleref that allows you to cross-reference
section (and chapter, etc) titles and captions just like \ref
and \pageref. The package does not interwork with hyperref; if
you need hypertext capabilities, use nameref instead.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/titleref/titleref.sty
%doc %{_texmfdistdir}/doc/latex/titleref/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/titleref/titleref.pdf
%doc %{_texmfdistdir}/doc/latex/titleref/titleref.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 0467df3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25953 |14mu|texlive-titlesec-2.10.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24852
# category Package
# catalog-ctan /macros/latex/contrib/titlesec
# catalog-date 2011-12-15 15:36:45 +0100
# catalog-license lppl
# catalog-version 2.10.0
Name:		texlive-titlesec
Version:	2.10.0
Release:	4
Summary:	Select alternative section titles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/titlesec
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlesec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titlesec.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package providing an interface to sectioning commands for
selection from various title styles. E.g., marginal titles and
to change the font of all headings with a single command, also
providing simple one-step page styles. Also includes a package
to change the page styles when there are floats in a page. You
may assign headers/footers to individual floats, too.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/titlesec/block.tss
%{_texmfdistdir}/tex/latex/titlesec/drop.tss
%{_texmfdistdir}/tex/latex/titlesec/frame.tss
%{_texmfdistdir}/tex/latex/titlesec/leftmargin.tss
%{_texmfdistdir}/tex/latex/titlesec/margin.tss
%{_texmfdistdir}/tex/latex/titlesec/rightmargin.tss
%{_texmfdistdir}/tex/latex/titlesec/titleps.sty
%{_texmfdistdir}/tex/latex/titlesec/titlesec.sty
%{_texmfdistdir}/tex/latex/titlesec/titletoc.sty
%{_texmfdistdir}/tex/latex/titlesec/ttlkeys.def
%{_texmfdistdir}/tex/latex/titlesec/ttlps.def
%{_texmfdistdir}/tex/latex/titlesec/wrap.tss
%doc %{_texmfdistdir}/doc/latex/titlesec/CHANGES
%doc %{_texmfdistdir}/doc/latex/titlesec/README
%doc %{_texmfdistdir}/doc/latex/titlesec/titleps.pdf
%doc %{_texmfdistdir}/doc/latex/titlesec/titleps.tex
%doc %{_texmfdistdir}/doc/latex/titlesec/titlesec.pdf
%doc %{_texmfdistdir}/doc/latex/titlesec/titlesec.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.10.0-4
+ Revision: 1fffc88
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25954 |14mu|texlive-titling-2.1d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/titling
# catalog-date 2009-09-04 12:14:45 +0200
# catalog-license lppl
# catalog-version 2.1d
Name:		texlive-titling
Version:	2.1d
Release:	4
Summary:	Control over the typesetting of the \maketitle command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/titling
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titling.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titling.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/titling.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The titling package provides control over the typesetting of
the \maketitle command and \thanks commands, and makes the
\title, \author and \date information permanently available.
Multiple titles are allowed in a single document. New titling
elements can be added and a titlepage title can be centered on
a physical page.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/titling/titling.sty
%doc %{_texmfdistdir}/doc/latex/titling/README
%doc %{_texmfdistdir}/doc/latex/titling/titling.pdf
#- source
%doc %{_texmfdistdir}/source/latex/titling/titling.dtx
%doc %{_texmfdistdir}/source/latex/titling/titling.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1d-4
+ Revision: ea6ed8a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25955 |14mu|texlive-tkz-base-1.16-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22961
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-base
# catalog-date 2011-06-05 23:10:23 +0200
# catalog-license lppl
# catalog-version 1.16
Name:		texlive-tkz-base
Version:	1.16
Release:	4
Summary:	Tools for drawing with a cartesian coordinate system
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-base
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-base.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-base.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is the base of a set of packages, designed to give
mathematics teachers (and students) easy access to programming
of drawings with TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-base/tkz-base.cfg
%{_texmfdistdir}/tex/latex/tkz-base/tkz-base.sty
%{_texmfdistdir}/tex/latex/tkz-base/tkz-obj-marks.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-obj-points.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-obj-segments.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-tools-arith.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-tools-base.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-tools-math.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-tools-misc.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-tools-obsolete.tex
%{_texmfdistdir}/tex/latex/tkz-base/tkz-tools-utilities.tex
%doc %{_texmfdistdir}/doc/latex/tkz-base/README
%doc %{_texmfdistdir}/doc/latex/tkz-base/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/tkz-base/examples/info_base_tex.txt
%doc %{_texmfdistdir}/doc/latex/tkz-base/examples/latex/tkzbase-tex.zip
%doc %{_texmfdistdir}/doc/latex/tkz-base/examples/tkzbasepreamble.ltx
%doc %{_texmfdistdir}/doc/latex/tkz-base/latex/TKZdoc.zip
%doc %{_texmfdistdir}/doc/latex/tkz-base/tkz-base-screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.16-4
+ Revision: aca33f3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25956 |14mu|texlive-tkz-berge-1.00c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22891
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-berge
# catalog-date 2011-06-06 00:03:44 +0200
# catalog-license lppl
# catalog-version 1.00c
Name:		texlive-tkz-berge
Version:	1.00c
Release:	4
Summary:	Macros for drawing graphs of graph theory
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-berge
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-berge.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-berge.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a collection of useful macros for drawing
classic graphs of graph theory, or to make other graphs.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-berge/tkz-arith.sty
%{_texmfdistdir}/tex/latex/tkz-berge/tkz-berge.sty
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/README
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/NamedGraphs.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Andrasfai.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Balaban.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Bipartite.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Bull.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Cage.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Chvatal.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Cocktail_Party.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Coxeter.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Crown.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-CubicSymmetric.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Desargues.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Doyle.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Dyck.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Folkman.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Foster.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Franklin.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Gray.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Groetzsch.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Harries.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Heawood.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Hypercube.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Koenisberg.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Levi.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-McGee.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Moebius.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Nauru.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Pappus.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Petersen.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Platonic.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Robertson.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Tutte.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Wong.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-couverture.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-main.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/doc/latex/namedg.ist
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-1-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-1-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-1-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-10-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-10-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-11-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-11-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-11-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-11-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-12-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-13-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-13-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-13-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-13-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-14-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-15-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-15-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-15-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-16-0-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-17-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-17-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-17-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-18-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-18-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-19-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-2-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-2-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-2-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-2-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-20-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-20-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-21-0-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-21-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-21-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-22-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-22-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-22-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-23-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-23-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-23-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-23-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-23-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-23-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-23-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-24-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-24-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-24-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-8-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-25-9-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-10-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-11-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-12-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-13-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-14-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-8-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-26-9-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-27-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-27-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-27-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-27-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-28-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-29-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-3-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-3-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-3-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-4-0-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-6-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-6-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-7-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-8-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-8-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-8-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-9-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/latex/tkzNamed-9-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/examples/tkzpreamblenamed.ltx
%doc %{_texmfdistdir}/doc/latex/tkz-berge/NamedGraphs/readme-namedgraph.txt
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/Grid.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/gr-Circulant.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/gr-Complet-16.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/gr-edgeingraphmodloop.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/grCLadder.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/grDoubleMod.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/grExtraChords.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/grLadder.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/grSQCycle.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/grStar.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/grWheel.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/hypercube.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/hypercube_simple.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/hypercubed.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/Grid.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/gr-Circulant.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/gr-Complet-16.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/gr-edgeingraphmodloop.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/grCLadder.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/grDoubleMod.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/grExtraChords.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/grLadder.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/grSQCycle.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/grStar.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/grWheel.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/hypercube_simple.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/examples/latex/hypercubed.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/TKZdoc-berge-classic.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/TKZdoc-berge-installation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/TKZdoc-berge-macros-e.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/TKZdoc-berge-macros.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/TKZdoc-berge-main.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/TKZdoc-berge-style.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/TKZdoc-gr-installation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-berge/latex/berge.ist
%doc %{_texmfdistdir}/doc/latex/tkz-berge/readme-tkz-berge.txt
%doc %{_texmfdistdir}/doc/latex/tkz-berge/tkz-berge-screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00c-4
+ Revision: 8fa542b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25957 |14mu|texlive-tkz-doc-1.1c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22959
# category Package
# catalog-ctan /macros/latex/contrib/tkz-doc
# catalog-date 2011-06-05 23:10:23 +0200
# catalog-license lppl
# catalog-version 1.1c
Name:		texlive-tkz-doc
Version:	1.1c
Release:	4
Summary:	Documentation macros for the TKZ series of packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz-doc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-doc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-doc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle offers a documentation class (tkz-doc) and a
package (tkzexample). These files are used in the documentation
of the author's packages tkz-tab and tkz-linknodes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-doc/tkz-doc.cls
%{_texmfdistdir}/tex/latex/tkz-doc/tkzexample.sty
%doc %{_texmfdistdir}/doc/latex/tkz-doc/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1c-4
+ Revision: e8ea11d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25958 |14mu|texlive-tkz-euclide-1.16c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22830
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-euclide
# catalog-date 2011-06-05 23:10:23 +0200
# catalog-license lppl
# catalog-version 1.16c
Name:		texlive-tkz-euclide
Version:	1.16c
Release:	4
Summary:	Tools for drawing euclidean geometry
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-euclide
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-euclide.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-euclide.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The tkz-euclide package is tis a set of files, designed to give
math teachers and students) easy access at the programmation of
euclidean geometry with TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-euclide.sty
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-lib-symbols.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-addpoints.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-angles.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-arcs.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-circles.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-lines.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-polygons.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-protractor.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-sectors.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-obj-vectors.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-tools-intersections.tex
%{_texmfdistdir}/tex/latex/tkz-euclide/tkz-tools-transformations.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/README
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/examples/info_euclide_tex.txt
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/examples/latex/euclide-tex.zip
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/examples/tkzeuclpreamble.ltx
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-FAQ.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-alea.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-arcs.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-base.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-circles.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-compass.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-config.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-example.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-exemples.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-installation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-intersec.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-lines.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-main.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-obj.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-points.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-polygons.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-presentation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-rapporteur.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-sectors.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-segments.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-tips_and_tricks.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-tools.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-transf.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/TKZdoc-euclide-vec.tex
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/latex/euclide.ist
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/readme-tkz-euclide-fr.txt
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/readme-tkz-euclide.txt
%doc %{_texmfdistdir}/doc/latex/tkz-euclide/tkz-euclide-screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.16c-4
+ Revision: 5ce49ea
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25959 |14mu|texlive-tkz-fct-1.16c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22831
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-fct
# catalog-date 2011-06-05 23:10:23 +0200
# catalog-license lppl
# catalog-version 1.16c
Name:		texlive-tkz-fct
Version:	1.16c
Release:	4
Summary:	Tools for drawing graphs of functions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-fct
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-fct.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-fct.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The tkz-fct package is designed to give math teachers (and
students) easy access at the programmation of graphs of
functions with TikZ and gnuplot.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-fct/tkz-fct.sty
%doc %{_texmfdistdir}/doc/latex/tkz-fct/README
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/Makefile
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/info_fct_tex.txt
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-1-0-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-10-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-10-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-10-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-10-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-10-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-10-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-10-8-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-11-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-11-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-11-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-11-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-11-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-11-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-11-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-12-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-12-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-12-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-12-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-12-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-12-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-13-0-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-6-1.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-7-1.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-7-2.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-7-3.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-7-4.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-8-1.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-14-8-2.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-15-0-3.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-15-0-4.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-16-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-16-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-3-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-3-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-4-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-4-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-4-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-4-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-4-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-4-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-4-8-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-5-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-5-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-5-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-5-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-5-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-5-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-6-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-10-2.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-5-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-8-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-7-9-1.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-10-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-11-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-6-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-7-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-8-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-8-9-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-9-1-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-9-2-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-9-3-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/latex/tkzFct-9-4-0.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/examples/tkzfctpreamble.ltx
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-VDW.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-area.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-asymptote.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-bac.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-compilation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-example.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-faq.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-fonctions.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-fppgf.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-installation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-interpolation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-label.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-liste.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-main.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-param.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-point.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-polar.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-riemann.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-symbol.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-tangent.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/TKZdoc-fct-why.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/latex/fct.ist
%doc %{_texmfdistdir}/doc/latex/tkz-fct/readme-tkz-fct-fr.txt
%doc %{_texmfdistdir}/doc/latex/tkz-fct/readme-tkz-fct.txt
%doc %{_texmfdistdir}/doc/latex/tkz-fct/readme.tex
%doc %{_texmfdistdir}/doc/latex/tkz-fct/tkz-fct-screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.16c-4
+ Revision: 2c1ca32
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25960 |14mu|texlive-tkz-graph-1.00-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22832
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-graph
# catalog-date 2011-06-06 00:03:44 +0200
# catalog-license lppl
# catalog-version 1.00
Name:		texlive-tkz-graph
Version:	1.00
Release:	4
Summary:	Draw graph-theory graphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-graph
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-graph.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-graph.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is designed to create graph diagrams as simply as
possible, using TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-graph/tkz-graph.sty
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-Dijkstra.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-Welsh.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-annales.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-couverture.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-edge.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-installation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-label.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-main.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-presentation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-prob.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-style.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-vertex.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/TKZdoc-gr-vertices.tex
%doc %{_texmfdistdir}/doc/latex/tkz-graph/latex/graph.ist
%doc %{_texmfdistdir}/doc/latex/tkz-graph/readme-tkz-graph.txt
%doc %{_texmfdistdir}/doc/latex/tkz-graph/tkz-graph-screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00-4
+ Revision: 3bb1dc3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25961 |14mu|texlive-tkz-kiviat-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22857
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-kiviat
# catalog-date 2011-06-07 15:47:15 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-tkz-kiviat
Version:	0.1
Release:	4
Summary:	Draw Kiviat graphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-kiviat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-kiviat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-kiviat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to draw Kiviat Graphs directly, or
with data from an external file. The drawing is done with the
help of pgfplots.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-kiviat/tkz-kiviat.sty
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/TKZdoc-kiviat-main.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/examples/latex/file.dat
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/examples/latex/kiviat1.tex
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/examples/latex/kiviat2.tex
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/examples/latex/kiviat3.tex
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/examples/latex/kiviat4.tex
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/examples/latex/kiviat5.tex
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/latex/TKZdoc-kiviat-main.tex
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/latex/file.dat
%doc %{_texmfdistdir}/doc/latex/tkz-kiviat/latex/file2.dat

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: c5e7c61
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25962 |14mu|texlive-tkz-linknodes-1.0c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22833
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-linknodes
# catalog-date 2011-06-05 23:10:23 +0200
# catalog-license lppl
# catalog-version 1.0c
Name:		texlive-tkz-linknodes
Version:	1.0c
Release:	4
Summary:	Link nodes in mathematical environments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-linknodes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-linknodes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-linknodes.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package arose from a requirement to link the elements of an
amsmath align or aligned environment. The package makes use of
PGF/TikZ. The package documentation relies on the facilities of
the tkz-doc bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-linknodes/tkz-linknodes.sty
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/README
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/examples/equation.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/examples/latex/equation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/examples/latex/quadratic.tex
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/examples/latex/system.tex
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/examples/quadratic.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/examples/system.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/latex/TKZdoc-linknodes-us.tex
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/latex/linknodes.ist
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/readme-linknodes.txt
%doc %{_texmfdistdir}/doc/latex/tkz-linknodes/tkz-linknodes-screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0c-4
+ Revision: 6e7f1d3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25963 |14mu|texlive-tkz-orm-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16849
# category Package
# catalog-ctan /graphics/pgf/contrib/tkz-orm
# catalog-date 2010-01-28 13:16:16 +0100
# catalog-license gpl
# catalog-version 0.1
Name:		texlive-tkz-orm
Version:	0.1
Release:	4
Summary:	Create Object-Role Model (ORM) diagrams,
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pgf/contrib/tkz-orm
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-orm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-orm.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides styles for drawing Object-Role Model (ORM)
diagrams in TeX based on the pgf and TikZ picture environment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-orm/tkz-orm.sty
%doc %{_texmfdistdir}/doc/latex/tkz-orm/LICENSE
%doc %{_texmfdistdir}/doc/latex/tkz-orm/Makefile
%doc %{_texmfdistdir}/doc/latex/tkz-orm/README
%doc %{_texmfdistdir}/doc/latex/tkz-orm/pgfmanualstyle.sty
%doc %{_texmfdistdir}/doc/latex/tkz-orm/tkz-orm.bib
%doc %{_texmfdistdir}/doc/latex/tkz-orm/tkz-orm.pdf
%doc %{_texmfdistdir}/doc/latex/tkz-orm/tkz-orm.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 2ff0942
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25964 |14mu|texlive-tkz-tab-1.3c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22834
# category Package
# catalog-ctan /macros/latex/contrib/tkz/tkz-tab
# catalog-date 2011-06-05 23:10:23 +0200
# catalog-license lppl
# catalog-version 1.3c
Name:		texlive-tkz-tab
Version:	1.3c
Release:	4
Summary:	Tables of signs and variations using PGF/TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tkz/tkz-tab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-tab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-tab.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides comprehensive facilities for preparing
lists of signs and variations, using PGF. The package
documentation requires the tkz-doc bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tkz-tab/tkz-tab.sty
%doc %{_texmfdistdir}/doc/latex/tkz-tab/README
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZ-doc-tab-faq.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-adapt.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-bac.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-examples.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-image.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-init.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-install.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-main.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-sign.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-slope.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-style.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-tangente.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-tv.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-valeurs.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab-variation.tex
%doc %{_texmfdistdir}/doc/latex/tkz-tab/latex/TKZdoc-tab.ist
%doc %{_texmfdistdir}/doc/latex/tkz-tab/readme-us.txt
%doc %{_texmfdistdir}/doc/latex/tkz-tab/tkz-tab-screen.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3c-4
+ Revision: 97775b4
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25965 |14mu|texlive-tlpkg-20131129-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq			'perl\\(Text::Unidecode\\)|perl\\(Tie::Watch\\)|perl\\(SelfLoader\\)|/bin/true'

%define _tlpkgdir			%{_datadir}/tlpkg
%define _texmfdir			%{_datadir}/texmf
%define _texmfdistdir			%{_datadir}/texmf-dist
%define _texmflocaldir			%{_datadir}/texmf-local
%define _texmfextradir			%{_datadir}/texmf-extra
%define _texmffontsdir			%{_datadir}/texmf-fonts
%define _texmfprojectdir		%{_datadir}/texmf-project
%define _texmfvardir			%{_localstatedir}/lib/texmf
%define _texmfconfdir			%{_sysconfdir}/texmf
%define _texmf_fmtutil_d		%{_datadir}/tlpkg/fmtutil.cnf.d
%define _texmf_updmap_d			%{_datadir}/tlpkg/updmap.cfg.d
%define _texmf_language_dat_d		%{_datadir}/tlpkg/language.dat.d
%define _texmf_language_def_d		%{_datadir}/tlpkg/language.def.d
%define _texmf_language_lua_d		%{_datadir}/tlpkg/language.lua.d

%define _texmf_enable_asymptote		0
%define _texmf_enable_biber		0
%define _texmf_enable_xindy		0
%define _texmf_with_system_dialog	1
%define _texmf_with_system_lcdf		0
%define _texmf_with_system_poppler	1
%define _texmf_with_system_psutils	1
%define _texmf_with_system_t1lib	1
%define _texmf_with_system_tex4ht	0
%define _texmf_with_system_teckit	0

Name:		texlive-tlpkg
Version:	20131129
Release:	12
Summary:	The TeX formatting system
URL:		http://tug.org/texlive/
Group:		Publishing
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Source2:	tlpobj2spec.pl
Source3:	fmtutil-hdr.cnf
Source4:	updmap-hdr.cfg
Source5:	texlive.script
Source6:	texlive.filter
Source7:	checkupdates.pl
Source8:	texlive.macros
Source9:	tlmgr
BuildArch:	noarch

#updmap
Requires:       texlive-tetex
Requires:	perl-Proc-Daemon
Requires:	perl-Proc-PID-File
Requires:	perl-XML-XPath

%post
    if [ ! -f %{_texmfconfdir}/web2c/updmap.cfg ]; then
	cp -f %{_texmfdistdir}/web2c/updmap-hdr.cfg %{_texmfconfdir}/web2c/updmap.cfg
    fi

%description
TeX Live is an easy way to get up and running with the TeX document
production system. It provides a comprehensive TeX system. It includes
all the major TeX-related programs, macro packages, and fonts that are
free software, including support for many languages around the world.

%files
%dir %{_tlpkgdir}
%{_tlpkgdir}/TeXLive/
%{_texmfdistdir}/web2c/fmtutil-hdr.cnf
%{_texmfdistdir}/web2c/updmap-hdr.cfg
%dir %{_texmf_fmtutil_d}
%dir %{_texmf_updmap_d}
%dir %{_texmf_language_dat_d}
%dir %{_texmf_language_def_d}
%dir %{_texmf_language_lua_d}
%ghost %{_texmfconfdir}/web2c/updmap.cfg
%{_bindir}/tlmgr
%{_sbindir}/tlmgr
%{_sbindir}/texlive.post
%{_filetriggers_dir}/texlive.script
%{_filetriggers_dir}/texlive.filter
%{_sysconfdir}/rpm/macros.d/texlive.macros
%{_sysconfdir}/pam.d/tlmgr
%{_sysconfdir}/security/console.apps/tlmgr

#-----------------------------------------------------------------------
%prep
%setup -q -n install-tl-%{version}

%build

%install
mkdir -p %{buildroot}%{_tlpkgdir}
cp -fpr tlpkg/TeXLive %{buildroot}%{_tlpkgdir}

mkdir -p %{buildroot}%{_texmf_fmtutil_d}
mkdir -p %{buildroot}%{_texmf_updmap_d}
mkdir -p %{buildroot}%{_texmf_language_dat_d}
mkdir -p %{buildroot}%{_texmf_language_def_d}
mkdir -p %{buildroot}%{_texmf_language_lua_d}
install -d %{buildroot}%{_filetriggers_dir}

install -D -m644 %{SOURCE3} %{buildroot}%{_texmfdistdir}/web2c/fmtutil-hdr.cnf
install -D -m644 %{SOURCE4} %{buildroot}%{_texmfdistdir}/web2c/updmap-hdr.cfg
install -D -m644 %{SOURCE4} %{buildroot}%{_texmfconfdir}/web2c/updmap.cfg
install -D -m755 %{SOURCE5} %{buildroot}%{_filetriggers_dir}/texlive.script
install -D -m755 %{SOURCE6} %{buildroot}%{_filetriggers_dir}/texlive.filter
install -D -m644 %{SOURCE8} %{buildroot}/etc/rpm/macros.d/texlive.macros

# Backward compatibility
mkdir -p %{buildroot}%{_sbindir}
echo "#!/bin/true" > %{buildroot}%{_sbindir}/texlive.post
chmod 755 %{buildroot}%{_sbindir}/texlive.post

# install tlmgr like application
install -D -m755 %{SOURCE9} %{buildroot}%{_sbindir}/tlmgr
mkdir -p %{buildroot}%{_sysconfdir}/pam.d


cat > %{buildroot}%{_sysconfdir}/pam.d/tlmgr <<EOF
#%PAM-1.0
auth           include         config-util
account                include         config-util
session                include         config-util
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/tlmgr << EOF
USER=root
PROGRAM=%{_sbindir}/tlmgr
FALLBACK=false
SESSION=true
EOF
mkdir -p %{buildroot}%{_bindir}
ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/tlmgr

%changelog
* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 20131129-12
+ Revision: 2268781
- MassBuild#656: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25966 |14mu|texlive-tocbibind-1.5k-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20085
# category Package
# catalog-ctan /macros/latex/contrib/tocbibind
# catalog-date 2010-10-13 11:41:41 +0200
# catalog-license lppl
# catalog-version 1.5k
Name:		texlive-tocbibind
Version:	1.5k
Release:	4
Summary:	Add bibliography/index/contents to Table of Contents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tocbibind
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocbibind.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocbibind.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocbibind.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Automatically adds the bibliography and/or the index and/or the
contents, etc., to the Table of Contents listing.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tocbibind/tocbibind.sty
%doc %{_texmfdistdir}/doc/latex/tocbibind/README
%doc %{_texmfdistdir}/doc/latex/tocbibind/tocbibind.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tocbibind/tocbibind.dtx
%doc %{_texmfdistdir}/source/latex/tocbibind/tocbibind.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5k-4
+ Revision: e7d2822
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25967 |14mu|texlive-tocloft-2.3f-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30209
# category Package
# catalog-ctan /macros/latex/contrib/tocloft
# catalog-date 2013-05-02 18:21:19 +0200
# catalog-license lppl1.3
# catalog-version 2.3f
Name:		texlive-tocloft
Version:	2.3f
Release:	7
Summary:	Control table of contents, figures, etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tocloft
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocloft.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocloft.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocloft.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides control over the typography of the Table of Contents,
List of Figures and List of Tables, and the ability to create
new `List of ...'. The ToC \parskip can be changed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tocloft/tocloft.sty
%doc %{_texmfdistdir}/doc/latex/tocloft/README
%doc %{_texmfdistdir}/doc/latex/tocloft/tocloft.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tocloft/tocloft.dtx
%doc %{_texmfdistdir}/source/latex/tocloft/tocloft.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3f-7
+ Revision: 2a7569b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25968 |14mu|texlive-tocvsec2-1.2b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23444
# category Package
# catalog-ctan /macros/latex/contrib/tocvsec2
# catalog-date 2010-02-28 10:58:14 +0100
# catalog-license lppl1.3
# catalog-version 1.2b
Name:		texlive-tocvsec2
Version:	1.2b
Release:	4
Summary:	Section numbering and table of contents control
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tocvsec2
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocvsec2.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocvsec2.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tocvsec2.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides control over section numbering (without recourse to
starred sectional commands) and/or the entries in the Table of
Contents on a section by section basis.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tocvsec2/tocvsec2.sty
%doc %{_texmfdistdir}/doc/latex/tocvsec2/README
%doc %{_texmfdistdir}/doc/latex/tocvsec2/tocvsec2-example.tex
%doc %{_texmfdistdir}/doc/latex/tocvsec2/tocvsec2.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tocvsec2/tocvsec2.dtx
%doc %{_texmfdistdir}/source/latex/tocvsec2/tocvsec2.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2b-4
+ Revision: 42accb6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25969 |14mu|texlive-todo-2.142-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17746
# category Package
# catalog-ctan /macros/latex/contrib/todo
# catalog-date 2010-04-01 21:27:08 +0200
# catalog-license lppl1
# catalog-version 2.142
Name:		texlive-todo
Version:	2.142
Release:	4
Summary:	Make a to-do list for a document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/todo
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/todo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/todo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/todo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows you to insert "to do" marks in your
document, to make lists of such items, and to cross-reference
to them.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/todo/todo.sty
%doc %{_texmfdistdir}/doc/latex/todo/README
%doc %{_texmfdistdir}/doc/latex/todo/todo-spl.pdf
%doc %{_texmfdistdir}/doc/latex/todo/todo-spl.tex
%doc %{_texmfdistdir}/doc/latex/todo/todo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/todo/todo.dtx
%doc %{_texmfdistdir}/source/latex/todo/todo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.142-4
+ Revision: a681405
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25970 |14mu|texlive-todonotes-20120725-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27159
# category Package
# catalog-ctan /macros/latex/contrib/todonotes
# catalog-date 2012-07-25 10:56:43 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-todonotes
Version:	20120725
Release:	3
Summary:	Marking things to do in a LaTeX document
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/todonotes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/todonotes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/todonotes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/todonotes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package lets the user mark things to do later, in a simple
and visually appealing way. The package takes several options
to enable customization/finetuning of the visual appearance.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/todonotes/todonotes.sty
%doc %{_texmfdistdir}/doc/latex/todonotes/README
%doc %{_texmfdistdir}/doc/latex/todonotes/todonotes.pdf
%doc %{_texmfdistdir}/doc/latex/todonotes/todonotesexample.pdf
%doc %{_texmfdistdir}/doc/latex/todonotes/todonotesexample.tex
#- source
%doc %{_texmfdistdir}/source/latex/todonotes/todonotes.dtx
%doc %{_texmfdistdir}/source/latex/todonotes/todonotes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120725-3
+ Revision: 7b5fd7e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25971 |14mu|texlive-tokenizer-1.1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/tokenizer
# catalog-date 2006-12-23 09:07:09 +0100
# catalog-license lppl
# catalog-version 1.1.0
Name:		texlive-tokenizer
Version:	1.1.0
Release:	4
Summary:	A tokenizer
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tokenizer
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tokenizer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tokenizer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A tokenizer for LaTeX. \GetTokens{Target1}{Target2}{Source}
Splits Source into two tokens at the first encounter of a
comma. The first token is saved in a newly created command with
the name passed as Target1 and the second token likewise. A
package option 'trim' causes leading and trailing space to be
removed from each token; with this option, the \TrimSpaces
command is defined, which removes leading and trailing spaces
from its argument.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tokenizer/tokenizer.sty
%doc %{_texmfdistdir}/doc/latex/tokenizer/tokenizer.pdf
%doc %{_texmfdistdir}/doc/latex/tokenizer/tokenizer.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1.0-4
+ Revision: 4534aca
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25972 |14mu|texlive-toolbox-5.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/toolbox
# catalog-date 2008-02-29 19:54:55 +0100
# catalog-license lppl
# catalog-version 5.1
Name:		texlive-toolbox
Version:	5.1
Release:	4
Summary:	Macros for writing indices, glossaries
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/toolbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/toolbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/toolbox.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/toolbox.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for (La)TeX which provides some macros which are
convenient for writing indices, glossaries, or other macros. It
contains macros which support: implicit macros; fancy optional
arguments; loops over tokenlists and itemlists; searching and
splitting; controlled expansion; redefinition of macros; and
concatenated macro names; macros for text replacement.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/toolbox/toolbox.sty
%doc %{_texmfdistdir}/doc/latex/toolbox/README
%doc %{_texmfdistdir}/doc/latex/toolbox/toolbox.tex
%doc %{_texmfdistdir}/doc/latex/toolbox/toolbox.txt
#- source
%doc %{_texmfdistdir}/source/latex/toolbox/toolbox.dtx
%doc %{_texmfdistdir}/source/latex/toolbox/toolbox.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.1-4
+ Revision: 83b06b7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25973 |14mu|texlive-topfloat-20070117-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19084
# category Package
# catalog-ctan /macros/latex/contrib/topfloat
# catalog-date 2007-01-17 10:01:14 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-topfloat
Version:	20070117
Release:	4
Summary:	Move floats to the top of the page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/topfloat
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/topfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/topfloat.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive topfloat package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/topfloat/topfloat.sty
%doc %{_texmfdistdir}/doc/latex/topfloat/topfloat.pdf
%doc %{_texmfdistdir}/doc/latex/topfloat/topfloat.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070117-4
+ Revision: bd001fe
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25974 |14mu|texlive-toptesi-5.60-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27275
# category Package
# catalog-ctan /macros/latex/contrib/toptesi
# catalog-date 2012-07-31 19:56:52 +0200
# catalog-license lppl1.3
# catalog-version 5.60
Name:		texlive-toptesi
Version:	5.60
Release:	3
Summary:	Bundle of files for typsetting theses
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/toptesi
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/toptesi.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/toptesi.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/toptesi.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This bundle contains everything is needed for typesetting a
bachelor, master or PhD thesis in Italian (or in any other
language supported by LaTeX: the bundle is constructed to
support multilingual use). The infix strings may be selected
and specified at will by means of a configuration file, so as
to customize the layout of the front page to the requirements
of a specific university. Thanks to its language management,
the bundle is suited for multilanguage theses that are becoming
more and more frequent thanks to the double degree programs of
the European Community Socrates programs. Toptesi is designed
to save the PDF version of a thesis in PDF/A-1b compliant mode
and with all the necessary metadata.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/toptesi/topcoman.sty
%{_texmfdistdir}/tex/latex/toptesi/topfront.sty
%{_texmfdistdir}/tex/latex/toptesi/toptesi.cfg
%{_texmfdistdir}/tex/latex/toptesi/toptesi.cls
%{_texmfdistdir}/tex/latex/toptesi/toptesi.sty
%doc %{_texmfdistdir}/doc/latex/toptesi/FrontespiziAssemblati.pdf
%doc %{_texmfdistdir}/doc/latex/toptesi/LPPL.tex
%doc %{_texmfdistdir}/doc/latex/toptesi/README
%doc %{_texmfdistdir}/doc/latex/toptesi/manifest.txt
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-doc-xetex-a.pdf
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-doc-xetex-def.ps
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-doc-xetex.pdf
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-doc-xetex.tex
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-example-xetex.pdf
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-example-xetex.tex
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-example.pdf
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-example.tex
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi-example.xmpdata
%doc %{_texmfdistdir}/doc/latex/toptesi/toptesi.pdf
#- source
%doc %{_texmfdistdir}/source/latex/toptesi/toptesi.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.60-3
+ Revision: 5655578
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25975 |14mu|texlive-totcount-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21178
# category Package
# catalog-ctan /macros/latex/contrib/totcount
# catalog-date 2011-01-25 21:21:41 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-totcount
Version:	1.2
Release:	4
Summary:	Find the last value of a counter
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/totcount
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/totcount.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/totcount.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/totcount.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package records the value that was last set, for any
counter of interest; since most such counters are simply
incremented when they are changed, the recorded value will
usually be the maximum value.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/totcount/totcount.sty
%doc %{_texmfdistdir}/doc/latex/totcount/README
%doc %{_texmfdistdir}/doc/latex/totcount/totcount-ex.tex
%doc %{_texmfdistdir}/doc/latex/totcount/totcount.pdf
#- source
%doc %{_texmfdistdir}/source/latex/totcount/totcount.drv
%doc %{_texmfdistdir}/source/latex/totcount/totcount.dtx
%doc %{_texmfdistdir}/source/latex/totcount/totcount.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: cd74a97
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25976 |14mu|texlive-totpages-2.00-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/totpages
# catalog-date 2007-01-18 20:18:05 +0100
# catalog-license lppl
# catalog-version 2.00
Name:		texlive-totpages
Version:	2.00
Release:	4
Summary:	Count pages in a document, and report last page number
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/totpages
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/totpages.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/totpages.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/totpages.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package counts the actual pages in the document (as opposed
to reporting the number of the last page, as does lastpage).
The counter itself may be shipped out to the DVI file. The
package uses the everyshi package for its task.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/totpages/totpages.sty
%doc %{_texmfdistdir}/doc/latex/totpages/README
%doc %{_texmfdistdir}/doc/latex/totpages/totexmpl.tex
%doc %{_texmfdistdir}/doc/latex/totpages/totpages.pdf
#- source
%doc %{_texmfdistdir}/source/latex/totpages/totpages.drv
%doc %{_texmfdistdir}/source/latex/totpages/totpages.dtx
%doc %{_texmfdistdir}/source/latex/totpages/totpages.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.00-4
+ Revision: b1fde77
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25977 |14mu|texlive-tpslifonts-0.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/exptl/texpower/tpslifonts
# catalog-date 2007-01-18 20:18:05 +0100
# catalog-license gpl
# catalog-version 0.6
Name:		texlive-tpslifonts
Version:	0.6
Release:	4
Summary:	A LaTeX package for configuring presentation fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/exptl/texpower/tpslifonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tpslifonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tpslifonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package aims to improve presentations in terms of font
readability, especially with maths. The standard cm math fonts
at large design sizes are difficult to read from far away,
especially at low resolutions and low contrast color choice.
Using this package leads to much better overall readability of
some font combinations. The package offers a couple of
'harmonising' combinations of text and math fonts from the
(distant) relatives of computer modern fonts, with a couple of
extras for optimising readability. Text fonts from computer
modern roman, computer modern sans serif, SliTeX computer
modern sans serif, computer modern bright, or concrete roman
are available, in addition to math fonts from computer modern
math, computer modern bright math, or Euler fonts. This package
is part of the TeXPower bundle.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tpslifonts/tpslifonts.sty
%doc %{_texmfdistdir}/doc/latex/tpslifonts/00readme.txt
%doc %{_texmfdistdir}/doc/latex/tpslifonts/0install.txt
%doc %{_texmfdistdir}/doc/latex/tpslifonts/__TPslifonts.tex
%doc %{_texmfdistdir}/doc/latex/tpslifonts/slifontsexample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-4
+ Revision: b28e6d4
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25978 |14mu|texlive-tqft-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24169
# category Package
# catalog-ctan /macros/latex/contrib/tqft
# catalog-date 2011-10-02 00:21:09 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-tqft
Version:	1.0
Release:	4
Summary:	Drawing TQFT diagrams with TikZ/PGF
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tqft
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tqft.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tqft.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tqft.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines some node shapes useful for drawing TQFT
diagrams with TikZ/PGF. That is, it defines highly customisable
shapes that look like cobordisms between circles, such as those
used in TQFT and other mathematical diagrams.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tqft/tqft.sty
%doc %{_texmfdistdir}/doc/latex/tqft/README.txt
%doc %{_texmfdistdir}/doc/latex/tqft/tqft_doc.pdf
%doc %{_texmfdistdir}/doc/latex/tqft/tqft_doc.tex
#- source
%doc %{_texmfdistdir}/source/latex/tqft/tqft.dtx
%doc %{_texmfdistdir}/source/latex/tqft/tqft.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 83244f2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25979 |14mu|texlive-tram-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29803
# category Package
# catalog-ctan /macros/latex/contrib/tram
# catalog-date 2013-04-05 13:20:40 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-tram
Version:	0.2
Release:	7
Summary:	Typeset tram boxes in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tram
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tram.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Tram boxes are highlighted with patterns of dots; the package
defines an environment tram that typesets its content into a
tram box. The pattern used may be selected in an optional
argument to the environment.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/tram/tram.mf
%{_texmfdistdir}/tex/latex/tram/tram.sty
%doc %{_texmfdistdir}/doc/latex/tram/README
%doc %{_texmfdistdir}/doc/latex/tram/tram-doc.pdf
%doc %{_texmfdistdir}/doc/latex/tram/tram-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: 922c975
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25980 |14mu|texlive-translations-1.2a-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32779
# category Package
# catalog-ctan /macros/latex/contrib/translations
# catalog-date 2014-01-23 21:38:33 +0100
# catalog-license lppl1.3
# catalog-version 1.2a
Name:		texlive-translations
Version:	1.2a
Release:	3
Summary:	Internationalisation of LaTeX2e packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/translations
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translations.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/translations.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package (once part of the exsheets package), provides a
framework for providing multilingual features to a LaTeX
package. The package has its own basic dictionaries for
English, French, German and Spanish; it aims to use translation
material for English, French, German, Italian, Spanish,
Catalan, Turkish, Croatian, Hungarian, Danish and Portuguese
from babel or polyglossia if either is in use in the document.
(Additional languages from the multilingual packages may be
possible: ask the author.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/translations/translations-basic-dictionary-english.trsl
%{_texmfdistdir}/tex/latex/translations/translations-basic-dictionary-french.trsl
%{_texmfdistdir}/tex/latex/translations/translations-basic-dictionary-german.trsl
%{_texmfdistdir}/tex/latex/translations/translations-basic-dictionary-spanish.trsl
%{_texmfdistdir}/tex/latex/translations/translations.sty
%doc %{_texmfdistdir}/doc/latex/translations/README
%doc %{_texmfdistdir}/doc/latex/translations/translations_en.pdf
%doc %{_texmfdistdir}/doc/latex/translations/translations_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2a-3
+ Revision: d990b7c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25981 |14mu|texlive-tree-dvips-.91-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21751
# category Package
# catalog-ctan /macros/latex209/contrib/trees/tree-dvips
# catalog-date 2011-03-14 14:09:23 +0100
# catalog-license lppl1
# catalog-version .91
Name:		texlive-tree-dvips
Version:	.91
Release:	4
Summary:	Trees and other linguists' macros
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex209/contrib/trees/tree-dvips
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tree-dvips.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tree-dvips.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a mechanism for specifying connected trees
that uses a tabular environment to generate node positions. The
package uses PostScript code, loaded by dvips, so output can
only be generated by use of dvips. The package lingmacros.sty
defines a few macros for linguists: \enumsentence for
enumerating sentence examples, simple tabular-based non-
connected tree macros, and gloss macros.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/tree-dvips/tree-dvips91.pro
%{_texmfdistdir}/tex/latex/tree-dvips/lingmacros.sty
%{_texmfdistdir}/tex/latex/tree-dvips/tree-dvips.sty
%doc %{_texmfdistdir}/doc/latex/tree-dvips/Makefile
%doc %{_texmfdistdir}/doc/latex/tree-dvips/README
%doc %{_texmfdistdir}/doc/latex/tree-dvips/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/tree-dvips/lingmacros-manual.pdf
%doc %{_texmfdistdir}/doc/latex/tree-dvips/lingmacros-manual.tex
%doc %{_texmfdistdir}/doc/latex/tree-dvips/tree-dvips91.script
%doc %{_texmfdistdir}/doc/latex/tree-dvips/tree-manual.pdf
%doc %{_texmfdistdir}/doc/latex/tree-dvips/tree-manual.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> .91-4
+ Revision: 21e6282
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25982 |14mu|texlive-trfsigns-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/trfsigns
# catalog-date 2006-12-05 00:47:24 +0100
# catalog-license gpl
# catalog-version 1.01
Name:		texlive-trfsigns
Version:	1.01
Release:	4
Summary:	Typeset transform signs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/trfsigns
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trfsigns.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trfsigns.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trfsigns.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for typesetting various transformation signs for
Laplace transforms, Fourier transforms and others.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/trfsigns/trfsigns.sty
%doc %{_texmfdistdir}/doc/latex/trfsigns/COPYING
%doc %{_texmfdistdir}/doc/latex/trfsigns/README
%doc %{_texmfdistdir}/doc/latex/trfsigns/trfexamp.tex
%doc %{_texmfdistdir}/doc/latex/trfsigns/trfsigns.pdf
#- source
%doc %{_texmfdistdir}/source/latex/trfsigns/trfsigns.drv
%doc %{_texmfdistdir}/source/latex/trfsigns/trfsigns.dtx
%doc %{_texmfdistdir}/source/latex/trfsigns/trfsigns.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-4
+ Revision: 1127837
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25983 |14mu|texlive-trimspaces-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/trimspaces
# catalog-date 2009-11-10 08:50:14 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-trimspaces
Version:	1.1
Release:	4
Summary:	Trim spaces around an argument or within a macro
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/trimspaces
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trimspaces.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trimspaces.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trimspaces.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A very short package that allows you to expandably remove
spaces around a token list (commands are provided to remove
spaces before, spaces after, or both); or to remove surrounding
spaces within a macro definition, or to define space-stripped
macros.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/trimspaces/trimspaces.sty
%doc %{_texmfdistdir}/doc/latex/trimspaces/README
%doc %{_texmfdistdir}/doc/latex/trimspaces/trimspaces.pdf
#- source
%doc %{_texmfdistdir}/source/latex/trimspaces/trimspaces.ins
%doc %{_texmfdistdir}/source/latex/trimspaces/trimspaces.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 86ceac5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25984 |14mu|texlive-trivfloat-1.3b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/trivfloat
# catalog-date 2009-04-24 13:36:42 +0200
# catalog-license lppl
# catalog-version 1.3b
Name:		texlive-trivfloat
Version:	1.3b
Release:	4
Summary:	Quick float definitions in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/trivfloat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trivfloat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trivfloat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trivfloat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The trivfloat package provides a quick method for defining new
float types in LaTeX. A single command sets up a new float in
the same style as the LaTeX kernel figure and table float
types. The package works with memoir as well as the standard
classes.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/trivfloat/trivfloat.sty
%doc %{_texmfdistdir}/doc/latex/trivfloat/README
%doc %{_texmfdistdir}/doc/latex/trivfloat/trivfloat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/trivfloat/trivfloat.dtx
%doc %{_texmfdistdir}/source/latex/trivfloat/trivfloat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3b-4
+ Revision: 701a87e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25985 |14mu|texlive-trsym-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18732
# category Package
# catalog-ctan /fonts/trsym
# catalog-date 2007-10-24 18:05:15 +0200
# catalog-license lppl1.2
# catalog-version 1.0
Name:		texlive-trsym
Version:	1.0
Release:	4
Summary:	Symbols for transformations
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/trsym
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trsym.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trsym.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/trsym.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides MetaFont sources for a small font used for
(e.g.) Laplace transformations, together with a LaTeX .fd file
and a package providing commands for the symbols' use in
mathematics.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/trsym/trsy.mf
%{_texmfdistdir}/fonts/source/public/trsym/trsy10.mf
%{_texmfdistdir}/fonts/source/public/trsym/trsy12.mf
%{_texmfdistdir}/fonts/tfm/public/trsym/trsy10.tfm
%{_texmfdistdir}/fonts/tfm/public/trsym/trsy12.tfm
%{_texmfdistdir}/tex/latex/trsym/trsym.sty
%{_texmfdistdir}/tex/latex/trsym/utrsy.fd
%doc %{_texmfdistdir}/doc/latex/trsym/README
%doc %{_texmfdistdir}/doc/latex/trsym/manifest.txt
%doc %{_texmfdistdir}/doc/latex/trsym/trsym.pdf
#- source
%doc %{_texmfdistdir}/source/latex/trsym/trsym.dtx
%doc %{_texmfdistdir}/source/latex/trsym/trsym.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: a385802
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25986 |14mu|texlive-truncate-3.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18921
# category Package
# catalog-ctan /macros/latex/contrib/truncate
# catalog-date 2010-06-06 13:50:32 +0200
# catalog-license pd
# catalog-version 3.6
Name:		texlive-truncate
Version:	3.6
Release:	4
Summary:	Truncate text to a specified width
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/truncate
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/truncate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/truncate.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package will by default break at word boundaries, but
package options are offered to permit breaks within words.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/truncate/truncate.sty
%doc %{_texmfdistdir}/doc/latex/truncate/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/truncate/truncate.pdf
%doc %{_texmfdistdir}/doc/latex/truncate/truncate.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.6-4
+ Revision: 1e5e315
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25987 |14mu|texlive-tsemlines-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23440
# category Package
# catalog-ctan /macros/latex/contrib/tsemlines/tsemlines.sty
# catalog-date 2011-06-28 13:55:08 +0200
# catalog-license pd
# catalog-version 1.0
Name:		texlive-tsemlines
Version:	1.0
Release:	4
Summary:	Support for the ancient \emline macro
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tsemlines/tsemlines.sty
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tsemlines.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Occasional Documents appear, that use graphics generated by
texcad from the emtex distribution. These documents often use
the \emline macro, which produced lines at an arbitrary
orientation. The present package emulates the macro, using
TikZ.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tsemlines/tsemlines.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 73cc7db
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25988 |14mu|texlive-ttfutils-20131009-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31355
# category TLCore
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-ttfutils
Version:	20131009
Release:	7
Summary:	TeXLive ttfutils package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ttfutils.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ttfutils.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-ttfutils.bin

%description
TeXLive ttfutils package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/enc/ttf2pk/base/T1-WGL4.enc
%{_texmfdistdir}/fonts/sfd/ttf2pk/Big5.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/EUC.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/HKSCS.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/KS-HLaTeX.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/SJIS.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/UBg5plus.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/UBig5.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/UGB.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/UGBK.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/UJIS.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/UKS-HLaTeX.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/UKS.sfd
%{_texmfdistdir}/fonts/sfd/ttf2pk/Unicode.sfd
%{_texmfdistdir}/ttf2pk/VPS.rpl
%{_texmfdistdir}/ttf2pk/ttf2pk.cfg
%doc %{_mandir}/man1/ttf2afm.1*
%doc %{_texmfdistdir}/doc/man/man1/ttf2afm.man1.pdf
%doc %{_mandir}/man1/ttf2pk.1*
%doc %{_texmfdistdir}/doc/man/man1/ttf2pk.man1.pdf
%doc %{_mandir}/man1/ttf2tfm.1*
%doc %{_texmfdistdir}/doc/man/man1/ttf2tfm.man1.pdf
%doc %{_mandir}/man1/ttfdump.1*
%doc %{_texmfdistdir}/doc/man/man1/ttfdump.man1.pdf
%doc %{_texmfdistdir}/doc/ttf2pk/ttf2pk.doc
%doc %{_texmfdistdir}/doc/ttf2pk/ttf2pk.txt
%doc %{_texmfdistdir}/doc/ttf2pk/ttf2tfm.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_texmfdistdir}/doc/man/man1/*.1 %{buildroot}%{_mandir}/man1

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131009-7
+ Revision: d525d37
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25989 |14mu|texlive-tucv-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20680
# category Package
# catalog-ctan /macros/latex/contrib/tucv
# catalog-date 2010-12-06 21:43:44 +0100
# catalog-license other-free
# catalog-version 1.0
Name:		texlive-tucv
Version:	1.0
Release:	4
Summary:	Support for typesetting a CV or resumee
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tucv
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tucv.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tucv.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tucv.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands for typesetting a CV or resume.
It provides commands for general-purpose headings, entries, and
item/description pairs, as well as more specific commands for
formatting sections, with explicit inclusion of school, degree,
employer, job, conference, and publications entries. It tends
to produce a somewhat long and quite detailed document but may
also be suitable to support a shorter resume.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tucv/tucv.sty
%doc %{_texmfdistdir}/doc/latex/tucv/README
%doc %{_texmfdistdir}/doc/latex/tucv/tucv.pdf
%doc %{_texmfdistdir}/doc/latex/tucv/tucv_ex.pdf
%doc %{_texmfdistdir}/doc/latex/tucv/tucv_ex.tex
#- source
%doc %{_texmfdistdir}/source/latex/tucv/tucv.dtx
%doc %{_texmfdistdir}/source/latex/tucv/tucv.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: ca02885
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25990 |14mu|texlive-tufte-latex-3.5.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24733
# category Package
# catalog-ctan /macros/latex/contrib/tufte-latex
# catalog-date 2011-11-10 06:59:33 +0100
# catalog-license apache2
# catalog-version 3.5.0
Name:		texlive-tufte-latex
Version:	3.5.0
Release:	5
Summary:	Document classes inspired by the work of Edward Tufte
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tufte-latex
License:	APACHE2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tufte-latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tufte-latex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-xifthen
Requires:	texlive-ifmtarg
Requires:	texlive-changepage
Requires:	texlive-paralist
Requires:	texlive-sauerj
Requires:	texlive-placeins

%description
Provided are two classes inspired, respectively, by handouts
and books created by Edward Tufte.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tufte-latex/tufte-book.cls
%{_texmfdistdir}/tex/latex/tufte-latex/tufte-common.def
%{_texmfdistdir}/tex/latex/tufte-latex/tufte-handout.cls
%doc %{_texmfdistdir}/doc/latex/tufte-latex/History.txt
%doc %{_texmfdistdir}/doc/latex/tufte-latex/README.txt
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/be-contents.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/be-title.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/ei-contents.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/ei-title.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/helix.asy
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/helix.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/hilbertcurves.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/hilbertrecursive.tex
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/nasa_vision_sm.png
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/satir_graph.png
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/sine.asy
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/sine.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/sine2.asy
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/sine2.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/vdqi-contents.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/vdqi-title.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/ve-contents.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/graphics/ve-title.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/sample-book.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/sample-book.tex
%doc %{_texmfdistdir}/doc/latex/tufte-latex/sample-handout.bib
%doc %{_texmfdistdir}/doc/latex/tufte-latex/sample-handout.pdf
%doc %{_texmfdistdir}/doc/latex/tufte-latex/sample-handout.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.5.0-5
+ Revision: b275135
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25991 |14mu|texlive-tugboat-2.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32478
# category Package
# catalog-ctan /macros/latex/contrib/tugboat
# catalog-date 2013-12-23 22:50:28 +0100
# catalog-license lppl
# catalog-version 2.14
Name:		texlive-tugboat
Version:	2.14
Release:	3
Summary:	LaTeX macros for TUGboat articles
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tugboat
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides ltugboat.cls for both regular and proceedings issues
of the TUGboat journal. The distribution also includes a BibTeX
style appropriate for use with the classes' "harvard" option.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/tugboat/ltugbib.bst
%{_texmfdistdir}/tex/latex/tugboat/ltugboat.cls
%{_texmfdistdir}/tex/latex/tugboat/ltugboat.sty
%{_texmfdistdir}/tex/latex/tugboat/ltugcomn.sty
%{_texmfdistdir}/tex/latex/tugboat/ltugproc.cls
%{_texmfdistdir}/tex/latex/tugboat/ltugproc.sty
%doc %{_texmfdistdir}/doc/latex/tugboat/README
%doc %{_texmfdistdir}/doc/latex/tugboat/ltubguid.ltx
%doc %{_texmfdistdir}/doc/latex/tugboat/ltubguid.pdf
%doc %{_texmfdistdir}/doc/latex/tugboat/manifest.txt
%doc %{_texmfdistdir}/doc/latex/tugboat/tugboat.pdf
#- source
%doc %{_texmfdistdir}/source/latex/tugboat/tugboat.dtx
%doc %{_texmfdistdir}/source/latex/tugboat/tugboat.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.14-3
+ Revision: efc3627
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25992 |14mu|texlive-tugboat-plain-20120809-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26611
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-tugboat-plain
Version:	20120809
Release:	3
Summary:	TeXLive tugboat-plain package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat-plain.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat-plain.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive tugboat-plain package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/plain/tugboat-plain/tugboat.cmn
%{_texmfdistdir}/tex/plain/tugboat-plain/tugboat.sty
%{_texmfdistdir}/tex/plain/tugboat-plain/tugproc.sty
%doc %{_texmfdistdir}/doc/plain/tugboat-plain/README
%doc %{_texmfdistdir}/doc/plain/tugboat-plain/tubguide.pdf
%doc %{_texmfdistdir}/doc/plain/tugboat-plain/tubguide.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120809-3
+ Revision: 16f4e0d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25993 |14mu|texlive-tui-1.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27253
# category Package
# catalog-ctan /macros/latex/contrib/tui
# catalog-date 2012-07-30 18:08:41 +0200
# catalog-license lppl
# catalog-version 1.9
Name:		texlive-tui
Version:	1.9
Release:	3
Summary:	Thesis style for the University of the Andes, Colombia
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/tui
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tui.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/tui.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Doctoral Dissertations from the Faculty of Engineering at the
Universidad de los Andes, Bogota, Colombia. The class is
implemented as an extension of the memoir class. Clase de Tesis
doctorales para ingenieria, Universidad de los Andes, Bogota.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/tui/tui.cls
%doc %{_texmfdistdir}/doc/latex/tui/README
%doc %{_texmfdistdir}/doc/latex/tui/TUIdoc.pdf
%doc %{_texmfdistdir}/doc/latex/tui/TUIdoc.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/abstract.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/agradec.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/ap01.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/bibliotesis.bib
%doc %{_texmfdistdir}/doc/latex/tui/example/ch01.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/ch02.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/ch03.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/coleccion.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/dedicat.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/hyphenation.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/imagen.pdf
%doc %{_texmfdistdir}/doc/latex/tui/example/intro.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/lipsum.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/listofsymbols.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/main.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/plegal.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/portada.tex
%doc %{_texmfdistdir}/doc/latex/tui/example/resumen.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/abstract.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/agradec.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/ap01.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/bibliotesis.bib
%doc %{_texmfdistdir}/doc/latex/tui/template/ch01.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/ch02.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/ch03.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/coleccion.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/dedicat.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/hyphenation.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/intro.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/listofsymbols.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/main.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/plegal.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/portada.tex
%doc %{_texmfdistdir}/doc/latex/tui/template/resumen.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.9-3
+ Revision: a49b449
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25994 |14mu|texlive-turkmen-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17748
# category Package
# catalog-ctan /language/turkmen
# catalog-date 2010-04-06 13:44:40 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-turkmen
Version:	0.2
Release:	4
Summary:	Babel support for Turkmen
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/turkmen
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turkmen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turkmen.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turkmen.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides support for Turkmen in babel, but
integration with babel is not available.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/turkmen/turkmen.ldf
%doc %{_texmfdistdir}/doc/latex/turkmen/README
%doc %{_texmfdistdir}/doc/latex/turkmen/turkmen.pdf
#- source
%doc %{_texmfdistdir}/source/latex/turkmen/turkmen.dtx
%doc %{_texmfdistdir}/source/latex/turkmen/turkmen.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: b51e78c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25995 |14mu|texlive-turnthepage-1.3a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23784
# category Package
# catalog-ctan /macros/latex/contrib/turnthepage
# catalog-date 2011-03-24 23:15:02 +0100
# catalog-license lppl
# catalog-version 1.3a
Name:		texlive-turnthepage
Version:	1.3a
Release:	4
Summary:	Provide "turn page" instructions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/turnthepage
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turnthepage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/turnthepage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package prints a 'turn' instruction at the bottom of odd-
numbered pages (except the last). This is a common convention
for examination papers and the like.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/turnthepage/turnpageetex.sty
%{_texmfdistdir}/tex/latex/turnthepage/turnpagewoetex.sty
%{_texmfdistdir}/tex/latex/turnthepage/turnthepage.sty
%doc %{_texmfdistdir}/doc/latex/turnthepage/Makefile
%doc %{_texmfdistdir}/doc/latex/turnthepage/README
%doc %{_texmfdistdir}/doc/latex/turnthepage/perso.ist
%doc %{_texmfdistdir}/doc/latex/turnthepage/turnthepage-bib.bib
%doc %{_texmfdistdir}/doc/latex/turnthepage/turnthepage.pdf
%doc %{_texmfdistdir}/doc/latex/turnthepage/turnthepage.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3a-4
+ Revision: cae670e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25996 |14mu|texlive-twoinone-20100226-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17024
# category Package
# catalog-ctan /macros/latex/contrib/twoinone
# catalog-date 2010-02-26 11:17:49 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-twoinone
Version:	20100226
Release:	4
Summary:	Print two pages on a single page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/twoinone
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/twoinone.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/twoinone.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is for printing two pages on a single (landscape)
A4 page. Page numbers appear on the included pages, and not on
the landscape 'container' page.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/twoinone/2in1.sty
%doc %{_texmfdistdir}/doc/latex/twoinone/twoinone.pdf
%doc %{_texmfdistdir}/doc/latex/twoinone/twoinone.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100226-4
+ Revision: a213063
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25997 |14mu|texlive-twoup-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/twoup
# catalog-date 2007-02-27 14:52:52 +0100
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-twoup
Version:	1.3
Release:	4
Summary:	Print two virtual pages on each physical page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/twoup
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/twoup.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/twoup.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/twoup.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
MiKTeX and many other TeX implementations include tools for
massaging PostScript into booklet and two-up printing -- that
is, printing two logical pages side by side on one side of one
sheet of paper. However, some LaTeX preliminaries are necessary
to use those tools. The twoup package provides such
preliminaries and gives advice on how to use the PostScript
tools.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/twoup/twoup.sty
%doc %{_texmfdistdir}/doc/latex/twoup/README
%doc %{_texmfdistdir}/doc/latex/twoup/twoup.pdf
#- source
%doc %{_texmfdistdir}/source/latex/twoup/twoup.dtx
%doc %{_texmfdistdir}/source/latex/twoup/twoup.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: 223fe52
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25998 |14mu|texlive-txfonts-20090115-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/txfonts
# catalog-date 2009-01-15 09:33:18 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-txfonts
Version:	20090115
Release:	4
Summary:	Times-like fonts in support of mathematics
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/txfonts
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txfonts.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txfonts.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Txfonts supplies virtual text roman fonts using Adobe Times (or
URW NimbusRomNo9L) with some modified and additional text
symbols in the OT1, T1, and TS1 encodings; maths alphabets
using Times/URW Nimbus; maths fonts providing all the symbols
of the Computer Modern and AMS fonts, including all the Greek
capital letters from CMR; and additional maths fonts of various
other symbols. The set is complemented by a sans-serif set of
text fonts, based on Helvetica/NimbusSanL, and a monospace set.
All the fonts are in Type 1 format (AFM and PFB files), and are
supported by TeX metrics (VF and TFM files) and macros for use
with LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/txfonts/rtcxb.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtcxbi.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtcxbss.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtcxi.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtcxr.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtcxss.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxb.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxbi.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxbmi.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxbsc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxbss.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxbsssc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxi.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxmi.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxr.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxsc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxss.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/rtxsssc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/t1xbtt.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/t1xbttsc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/t1xtt.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/t1xttsc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/tcxbtt.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/tcxtt.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbex.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbexa.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbmia.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbsy.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbsya.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbsyb.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbsyc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbtt.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txbttsc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txex.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txexa.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txmia.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txsy.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txsya.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txsyb.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txsyc.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txtt.afm
%{_texmfdistdir}/fonts/afm/public/txfonts/txttsc.afm
%{_texmfdistdir}/fonts/enc/dvips/txfonts/tx8r.enc
%{_texmfdistdir}/fonts/map/dvips/txfonts/txfonts.map
%{_texmfdistdir}/fonts/map/dvips/txfonts/txr.map
%{_texmfdistdir}/fonts/map/dvips/txfonts/txr1.map
%{_texmfdistdir}/fonts/map/dvips/txfonts/txr2.map
%{_texmfdistdir}/fonts/map/dvips/txfonts/txr3.map
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxbss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxbsso.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtcxsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxbss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxbsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxbsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxmi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxphvb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxphvbo.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxphvr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxphvro.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxptmb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxptmbi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxptmbo.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxptmr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxptmri.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxptmro.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/rtxsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbttsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xbttsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xttsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/t1xttsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxbss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxbsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxbtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxbttsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tcxttsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbex.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbexa.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbmi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbmia.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsy.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsya.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbttsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txbttsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txex.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txexa.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txmi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txmi1.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txmia.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsy.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsya.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsyb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txsyc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txttsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/txttsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxb.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbttsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxbttsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxi.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxr.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxsl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxss.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxsssc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxsssl.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxtt.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxttsc.tfm
%{_texmfdistdir}/fonts/tfm/public/txfonts/tyxttsl.tfm
%{_texmfdistdir}/fonts/type1/public/txfonts/rtcxb.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtcxbi.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtcxbss.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtcxi.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtcxr.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtcxss.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxb.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxbi.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxbmi.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxbsc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxbss.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxbsssc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxi.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxmi.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxr.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxsc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxss.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/rtxsssc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/t1xbtt.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/t1xbttsc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/t1xtt.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/t1xttsc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/tcxbtt.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/tcxtt.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbex.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbexa.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbmia.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbsy.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbsya.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbsyb.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbsyc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbtt.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txbttsc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txex.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txexa.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txmia.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txsy.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txsya.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txsyb.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txsyc.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txtt.pfb
%{_texmfdistdir}/fonts/type1/public/txfonts/txttsc.pfb
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xb.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xbi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xbsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xbsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xbss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xbsssc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xbsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xr.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xsssc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/t1xsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxb.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxbi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxbsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxbss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxbsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxr.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tcxsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txb.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbmi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbmi1.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbsssc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txbsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txmi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txmi1.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txr.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txsssc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/txsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxb.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbsssc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbtt.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbttsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxbttsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxi.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxr.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxsl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxss.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxsssc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxsssl.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxtt.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxttsc.vf
%{_texmfdistdir}/fonts/vf/public/txfonts/tyxttsl.vf
%{_texmfdistdir}/tex/latex/txfonts/ly1txr.fd
%{_texmfdistdir}/tex/latex/txfonts/ly1txss.fd
%{_texmfdistdir}/tex/latex/txfonts/ly1txtt.fd
%{_texmfdistdir}/tex/latex/txfonts/omltxmi.fd
%{_texmfdistdir}/tex/latex/txfonts/omltxr.fd
%{_texmfdistdir}/tex/latex/txfonts/omstxr.fd
%{_texmfdistdir}/tex/latex/txfonts/omstxsy.fd
%{_texmfdistdir}/tex/latex/txfonts/omxtxex.fd
%{_texmfdistdir}/tex/latex/txfonts/ot1txr.fd
%{_texmfdistdir}/tex/latex/txfonts/ot1txss.fd
%{_texmfdistdir}/tex/latex/txfonts/ot1txtt.fd
%{_texmfdistdir}/tex/latex/txfonts/t1txr.fd
%{_texmfdistdir}/tex/latex/txfonts/t1txss.fd
%{_texmfdistdir}/tex/latex/txfonts/t1txtt.fd
%{_texmfdistdir}/tex/latex/txfonts/ts1txr.fd
%{_texmfdistdir}/tex/latex/txfonts/ts1txss.fd
%{_texmfdistdir}/tex/latex/txfonts/ts1txtt.fd
%{_texmfdistdir}/tex/latex/txfonts/txfonts.sty
%{_texmfdistdir}/tex/latex/txfonts/utxexa.fd
%{_texmfdistdir}/tex/latex/txfonts/utxmia.fd
%{_texmfdistdir}/tex/latex/txfonts/utxr.fd
%{_texmfdistdir}/tex/latex/txfonts/utxss.fd
%{_texmfdistdir}/tex/latex/txfonts/utxsya.fd
%{_texmfdistdir}/tex/latex/txfonts/utxsyb.fd
%{_texmfdistdir}/tex/latex/txfonts/utxsyc.fd
%{_texmfdistdir}/tex/latex/txfonts/utxtt.fd
%doc %{_texmfdistdir}/doc/fonts/txfonts/00bug_fix.txt
%doc %{_texmfdistdir}/doc/fonts/txfonts/COPYRIGHT
%doc %{_texmfdistdir}/doc/fonts/txfonts/README
%doc %{_texmfdistdir}/doc/fonts/txfonts/txfontsdoc.pdf
%doc %{_texmfdistdir}/doc/fonts/txfonts/txfontsdoc.tex
%doc %{_texmfdistdir}/doc/fonts/txfonts/txfontsdocA4.pdf
%doc %{_texmfdistdir}/doc/fonts/txfonts/txfontsdocA4.tex
%doc %{_texmfdistdir}/doc/fonts/txfonts/txmi.vpl

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090115-4
+ Revision: a9ac9b0
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 25999 |14mu|texlive-txgreeks-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21839
# category Package
# catalog-ctan /macros/latex/contrib/txgreeks
# catalog-date 2011-03-18 12:27:11 +0100
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-txgreeks
Version:	1.0
Release:	4
Summary:	Shape selection for TX fonts Greek letters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/txgreeks
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txgreeks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txgreeks.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/txgreeks.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows LaTeX users who use the TX fonts to select
the shapes (italic or upright) for the Greek lowercase and
uppercase letters. Once the shapes for lowercase and uppercase
have been selected via a package option, the \other prefix
(e.g., \otheralpha) allows using the alternate glyph (as in the
fourier package). The txgreeks package does not constrain the
text font that may be used in the document.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/txgreeks/txgreeks.sty
%doc %{_texmfdistdir}/doc/latex/txgreeks/README
%doc %{_texmfdistdir}/doc/latex/txgreeks/txgreeks.pdf
#- source
%doc %{_texmfdistdir}/source/latex/txgreeks/txgreeks.dtx
%doc %{_texmfdistdir}/source/latex/txgreeks/txgreeks.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 819aaed
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26000 |14mu|texlive-type1cm-20110324-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21820
# category Package
# catalog-ctan /macros/latex/contrib/type1cm
# catalog-date 2011-03-24 10:40:42 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-type1cm
Version:	20110324
Release:	4
Summary:	Arbitrary size font selection in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/type1cm
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/type1cm.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/type1cm.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/type1cm.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX, by default, restricts the sizes at which you can use its
default computer modern fonts, to a fixed set of discrete sizes
(effectively, a set specified by Knuth). The type1cm package
removes this restriction; this is particularly useful when
using scalable versions of the cm fonts (Bakoma, or the
versions from BSR/Y&Y, or True Type versions from Kinch, PCTeX,
etc.). In fact, since modern distributions will automatically
generate any bitmap font you might need, type1cm has wider
application than just those using scaleable versions of the
fonts. Note that the LaTeX distribution now contains a package
fix-cm, which performs the task of type1cm, as well as doing
the same job for T1- and TS1-encoded ec fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/type1cm/type1cm.sty
%doc %{_texmfdistdir}/doc/latex/type1cm/type1cm-doc.pdf
%doc %{_texmfdistdir}/doc/latex/type1cm/type1cm-doc.tex
%doc %{_texmfdistdir}/doc/latex/type1cm/type1cm.txt
#- source
%doc %{_texmfdistdir}/source/latex/type1cm/type1cm.fdd
%doc %{_texmfdistdir}/source/latex/type1cm/type1cm.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110324-4
+ Revision: d33d55e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26001 |14mu|texlive-typeface-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27046
# category Package
# catalog-ctan /macros/latex/contrib/typeface
# catalog-date 2012-07-02 21:55:35 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-typeface
Version:	0.1
Release:	3
Summary:	Select a balanced set of fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/typeface
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typeface.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typeface.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typeface.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means of establishing a consistent set
of fonts for use in a LaTeX document. It allows mixing and
matching the Type 1 font sets available on the archive (and it
may be extended, via its configuration file, to support other
fonts). Font-set definition takes the form of a set of options
that are read when the package is loaded: for each typographic
category (main body font, sans-serif font, monospace font,
mathematics fonts, text figures, and so on), a font or a
transformation is given in those options. The approach enables
the user to remember their own configurations (as a single
command) and to borrow configurations that other users have
developed. The present release is designated "for review".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/typeface/typeface.cfg
%{_texmfdistdir}/tex/latex/typeface/typeface.sty
%doc %{_texmfdistdir}/doc/latex/typeface/README
%doc %{_texmfdistdir}/doc/latex/typeface/typeface-all-rm.pdf
%doc %{_texmfdistdir}/doc/latex/typeface/typeface-test.tex
%doc %{_texmfdistdir}/doc/latex/typeface/typeface.pdf
%doc %{_texmfdistdir}/doc/latex/typeface/typeface.tex
#- source
%doc %{_texmfdistdir}/source/latex/typeface/typeface-all-rm.bat

#-----------------------------------------------------------------------
%prep
%setup -q -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: e41910b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26002 |14mu|texlive-typehtml-20100223-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17134
# category Package
# catalog-ctan /macros/latex/contrib/typehtml
# catalog-date 2010-02-23 16:16:11 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-typehtml
Version:	20100223
Release:	4
Summary:	Typeset HTML directly from LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/typehtml
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typehtml.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typehtml.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typehtml.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Can handle almost all of HTML2, and most of the math fragment
of the draft HTML3.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/typehtml/typehtml.sty
%doc %{_texmfdistdir}/doc/latex/typehtml/README
%doc %{_texmfdistdir}/doc/latex/typehtml/typehtml.pdf
#- source
%doc %{_texmfdistdir}/source/latex/typehtml/typehtml.dtx
%doc %{_texmfdistdir}/source/latex/typehtml/typehtml.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100223-4
+ Revision: e8a158a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26003 |14mu|texlive-typogrid-0.21-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24994
# category Package
# catalog-ctan /macros/latex/contrib/typogrid
# catalog-date 2012-01-01 15:10:03 +0100
# catalog-license lppl
# catalog-version 0.21
Name:		texlive-typogrid
Version:	0.21
Release:	3
Summary:	Print a typographic grid
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/typogrid
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typogrid.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typogrid.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/typogrid.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Draws a grid on every page of the document; the grid divides
the page into columns, and may be used for fixing measurements
of layout.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/typogrid/typogrid.sty
%doc %{_texmfdistdir}/doc/latex/typogrid/ChangeLog
%doc %{_texmfdistdir}/doc/latex/typogrid/Makefile
%doc %{_texmfdistdir}/doc/latex/typogrid/README
%doc %{_texmfdistdir}/doc/latex/typogrid/getversion.tex
%doc %{_texmfdistdir}/doc/latex/typogrid/testtypogrid.tex
%doc %{_texmfdistdir}/doc/latex/typogrid/typogrid.pdf
#- source
%doc %{_texmfdistdir}/source/latex/typogrid/typogrid.dtx
%doc %{_texmfdistdir}/source/latex/typogrid/typogrid.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.21-3
+ Revision: e24a882
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26004 |14mu|texlive-uaclasses-20090105-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/uaclasses
# catalog-date 2009-01-05 22:46:04 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-uaclasses
Version:	20090105
Release:	4
Summary:	University of Arizona thesis and dissertation format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uaclasses
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uaclasses.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uaclasses.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uaclasses.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a LaTeX2e document class named 'ua-
thesis' for typesetting theses and dissertations in the
official format required by the University of Arizona.
Moreover, there is a fully compatible alternative document
class 'my-thesis' for private 'nice' copies of the
dissertation, and the respective title pages are available as
separate packages to work with any document class.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uaclasses/my-thesis.cls
%{_texmfdistdir}/tex/latex/uaclasses/my-title.sty
%{_texmfdistdir}/tex/latex/uaclasses/ua-thesis.cls
%{_texmfdistdir}/tex/latex/uaclasses/ua-title.sty
%doc %{_texmfdistdir}/doc/latex/uaclasses/README
%doc %{_texmfdistdir}/doc/latex/uaclasses/my-example.pdf
%doc %{_texmfdistdir}/doc/latex/uaclasses/ua-example.pdf
%doc %{_texmfdistdir}/doc/latex/uaclasses/ua-example.tex
#- source
%doc %{_texmfdistdir}/source/latex/uaclasses/ua-classes.dtx
%doc %{_texmfdistdir}/source/latex/uaclasses/ua-classes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090105-4
+ Revision: b912973
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26005 |14mu|texlive-uadocs-1.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31042
# category Package
# catalog-ctan /macros/latex/contrib/uadocs
# catalog-date 2013-06-19 11:29:28 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-uadocs
Version:	1.1
Release:	7
Summary:	Course texts and masters theses in University of Antwerp style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uadocs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uadocs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uadocs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uadocs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These class files implement the house style of the University
of Antwerp for course texts and master theses. Using these
class files will make it easy for you to make and keep your
documents compliant to this version and future versions of the
house style of the University of Antwerp.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uadocs/ua_color.eps
%{_texmfdistdir}/tex/latex/uadocs/ua_color.pdf
%{_texmfdistdir}/tex/latex/uadocs/uacoursetext.cls
%{_texmfdistdir}/tex/latex/uadocs/uamasterthesis.cls
%doc %{_texmfdistdir}/doc/latex/uadocs/LICENSE
%doc %{_texmfdistdir}/doc/latex/uadocs/uacoursetext-example.pdf
%doc %{_texmfdistdir}/doc/latex/uadocs/uacoursetext-example.tex
%doc %{_texmfdistdir}/doc/latex/uadocs/uadocs.pdf
%doc %{_texmfdistdir}/doc/latex/uadocs/uamasterthesis-example.pdf
%doc %{_texmfdistdir}/doc/latex/uadocs/uamasterthesis-example.tex
#- source
%doc %{_texmfdistdir}/source/latex/uadocs/uadocs.dtx
%doc %{_texmfdistdir}/source/latex/uadocs/uadocs.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-7
+ Revision: 5a1b92d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26006 |14mu|texlive-uafthesis-5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22206
# category Package
# catalog-ctan /macros/latex/contrib/uafthesis
# catalog-date 2011-04-25 19:25:49 +0200
# catalog-license lppl
# catalog-version 5.0
Name:		texlive-uafthesis
Version:	5.0
Release:	4
Summary:	Document class for theses at University of Alaska Fairbanks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uafthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uafthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uafthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is an "unofficial" official class.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uafthesis/uafthesis.cls
%doc %{_texmfdistdir}/doc/latex/uafthesis/README.md
%doc %{_texmfdistdir}/doc/latex/uafthesis/bib_styles/agufull08.bst
%doc %{_texmfdistdir}/doc/latex/uafthesis/bib_styles/unsrtabbrv3.bst
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/abstract.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/acknowledgements.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/apx1.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/build.sh
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/ch1.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/ch2.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/ch3.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/custom-macros.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/example.bib
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/example.loa.bk
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/example.pdf
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/example.tex
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/example.toc.bk
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/fig/fivebatteries.png
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/fig/onebattery.png
%doc %{_texmfdistdir}/doc/latex/uafthesis/example/quotepage.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.0-4
+ Revision: 30fbd29
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26007 |14mu|texlive-ucdavisthesis-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17687
# category Package
# catalog-ctan /macros/latex/contrib/ucdavisthesis
# catalog-date 2010-03-15 08:48:16 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-ucdavisthesis
Version:	1.1
Release:	4
Summary:	A thesis/dissertation class for University of California Davis
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ucdavisthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucdavisthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucdavisthesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucdavisthesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class conforms to the University's requirements for 2009.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ucdavisthesis/ucdavisthesis.cls
%{_texmfdistdir}/tex/latex/ucdavisthesis/ucdthesis10.clo
%{_texmfdistdir}/tex/latex/ucdavisthesis/ucdthesis11.clo
%{_texmfdistdir}/tex/latex/ucdavisthesis/ucdthesis12.clo
%{_texmfdistdir}/tex/latex/ucdavisthesis/ucdthesis13.clo
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example.bib
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_Chap1.tex
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_Chap2.tex
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_Chap3.tex
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_figure.eps
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_figure.pdf
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_main.pdf
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_main.tex
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/README
%doc %{_texmfdistdir}/doc/latex/ucdavisthesis/ucdavisthesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ucdavisthesis/ucdavisthesis.dtx
%doc %{_texmfdistdir}/source/latex/ucdavisthesis/ucdavisthesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 86fce88
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26008 |14mu|texlive-ucharclasses-2.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27820
# category Package
# catalog-ctan /macros/xetex/latex/ucharclasses
# catalog-date 2012-09-26 16:27:49 +0200
# catalog-license pd
# catalog-version 2.0
Name:		texlive-ucharclasses
Version:	2.0
Release:	9
Summary:	Switch fonts in XeTeX according to what is being processed
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/ucharclasses
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucharclasses.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucharclasses.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package takes care of switching fonts when you switch from
one Unicode block to another in the text of a document. This
way, you can write a document with no explicit font selection,
but a series of rules of the form "when entering block ...,
switch font to use ...".


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/ucharclasses/ucharclasses.sty
%doc %{_texmfdistdir}/doc/xelatex/ucharclasses/README
%doc %{_texmfdistdir}/doc/xelatex/ucharclasses/ucharclasses.pdf
%doc %{_texmfdistdir}/doc/xelatex/ucharclasses/ucharclasses.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-9
+ Revision: 7ec635a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26009 |14mu|texlive-ucs-2.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30472
# category Package
# catalog-ctan /macros/latex/contrib/ucs
# catalog-date 2013-05-12 16:23:52 +0200
# catalog-license lppl1.3
# catalog-version 2.2
Name:		texlive-ucs
Epoch:		1
Version:	2.2
Release:	7
Summary:	Extended UTF-8 input encoding support for LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ucs
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides the ucs package, and utf8x.def, together
with a large number of support files. The utf8x.def definition
file for use with inputenc covers a wider range of Unicode
characters than does utf8.def in the LaTeX distribution. The
package provides facilities for efficient use of its large sets
of Unicode characters. Glyph production may be controlled by
various options, which permits use of non-ASCII characters when
coding mathematical formulae. Note that the bundle previously
had an alias "unicode"; that alias has now been withdrawn, and
no package of that name now exists.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ucs/data/uni-0.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-1.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-100.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-101.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-102.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-103.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-104.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-105.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-106.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-107.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-108.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-109.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-110.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-111.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-112.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-113.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-114.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-115.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-116.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-117.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-118.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-119.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-12.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-120.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-121.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-122.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-123.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-124.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-125.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-126.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-127.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-128.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-129.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-130.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-131.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-132.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-133.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-134.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-135.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-136.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-137.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-138.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-139.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-14.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-140.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-141.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-142.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-143.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-144.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-145.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-146.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-147.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-148.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-149.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-150.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-151.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-152.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-153.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-154.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-155.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-156.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-157.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-158.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-159.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-167.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-172.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-173.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-174.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-175.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-176.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-177.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-178.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-179.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-18.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-180.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-181.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-182.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-183.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-184.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-185.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-186.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-187.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-188.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-189.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-19.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-190.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-191.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-192.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-193.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-194.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-195.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-196.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-197.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-198.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-199.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-2.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-200.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-201.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-202.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-203.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-204.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-205.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-206.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-207.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-208.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-209.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-210.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-211.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-212.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-213.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-214.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-215.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-24.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-248.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-249.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-250.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-251.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-254.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-255.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-29.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-3.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-30.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-31.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-32.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-33.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-34.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-35.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-3584.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-36.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-37.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-38.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-39.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-4.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-40.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-42.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-44.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-46.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-465.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-468.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-469.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-47.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-470.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-471.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-48.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-49.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-497.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-498.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-5.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-50.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-51.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-760.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-761.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-762.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-78.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-79.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-80.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-81.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-82.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-83.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-84.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-85.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-86.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-87.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-88.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-89.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-9.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-90.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-91.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-92.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-93.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-94.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-95.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-96.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-97.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-98.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-99.def
%{_texmfdistdir}/tex/latex/ucs/data/uni-global.def
%{_texmfdistdir}/tex/latex/ucs/data/uninames.dat
%{_texmfdistdir}/tex/latex/ucs/ucs.sty
%{_texmfdistdir}/tex/latex/ucs/ucsencs.def
%{_texmfdistdir}/tex/latex/ucs/ucshyper.sty
%{_texmfdistdir}/tex/latex/ucs/ucsutils.sty
%{_texmfdistdir}/tex/latex/ucs/utf8x.def
%{_texmfdistdir}/tex/latex/ucs/utils/UnicodeT.sfd
%{_texmfdistdir}/tex/latex/ucs/utils/autofe.sty
%{_texmfdistdir}/tex/latex/ucs/utils/c00enc.def
%{_texmfdistdir}/tex/latex/ucs/utils/c10enc.def
%{_texmfdistdir}/tex/latex/ucs/utils/c40enc.def
%{_texmfdistdir}/tex/latex/ucs/utils/c42enc.def
%{_texmfdistdir}/tex/latex/ucs/utils/c61enc.def
%{_texmfdistdir}/tex/latex/ucs/utils/cenccmn.tex
%{_texmfdistdir}/tex/latex/ucs/utils/cp1252.enc
%{_texmfdistdir}/tex/latex/ucs/utils/ldvarial.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ldvc2000.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ldvenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/letc2000.fd
%{_texmfdistdir}/tex/latex/ucs/utils/letenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/letgfzem.fd
%{_texmfdistdir}/tex/latex/ucs/utils/letjiret.fd
%{_texmfdistdir}/tex/latex/ucs/utils/lklenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/lklkli.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltaarial.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltac2000.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltaenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/ltgc2000.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltgenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/ltlcmr.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltlenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/ltwdsnol.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltwdsque.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltwdssin.fd
%{_texmfdistdir}/tex/latex/ucs/utils/ltwenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/lucarial.fd
%{_texmfdistdir}/tex/latex/ucs/utils/lucc2000.fd
%{_texmfdistdir}/tex/latex/ucs/utils/lucenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/mkrenc.def
%{_texmfdistdir}/tex/latex/ucs/utils/mkrezra.fd
%{_texmfdistdir}/tex/latex/ucs/utils/mkrhadas.fd
%{_texmfdistdir}/tex/latex/ucs/utils/mkromega.fd
%{_texmfdistdir}/tex/latex/ucs/utils/mkrrashi.fd
%{_texmfdistdir}/tex/latex/ucs/utils/t2dcmr.fd
%{_texmfdistdir}/tex/latex/ucs/utils/t2denc.def
%{_texmfdistdir}/tex/latex/ucs/utils/tengwarDS.enc
%{_texmfdistdir}/tex/latex/ucs/utils/xscmr.fd
%{_texmfdistdir}/tex/latex/ucs/utils/xsenc.def
%doc %{_texmfdistdir}/doc/latex/ucs/FAQ
%doc %{_texmfdistdir}/doc/latex/ucs/GNUmakefile
%doc %{_texmfdistdir}/doc/latex/ucs/INSTALL
%doc %{_texmfdistdir}/doc/latex/ucs/LICENSE
%doc %{_texmfdistdir}/doc/latex/ucs/README
%doc %{_texmfdistdir}/doc/latex/ucs/VERSION
%doc %{_texmfdistdir}/doc/latex/ucs/config/ascii.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/boxdraw.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/braille.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/cjk-bg5.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/cjk-gb.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/cjk-globals.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/cjk-hangul.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/cjk-jis.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/combining.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/control.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/ctrlglyphs.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/currency.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/cyrillic.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/devanagari.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/ethiopic.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/geometric.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/greek.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/hebrew.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/ipa.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/klingon.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/latin-a.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/latin-b.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/latin-e-a.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/latin1.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/math.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/mathalpha.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/miscsymb.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/modifier.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/mongolian.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/pifont.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/punct.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/supersub.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/tags.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/telugu.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/config/thai.ucf
%doc %{_texmfdistdir}/doc/latex/ucs/discovermacro.pl
%doc %{_texmfdistdir}/doc/latex/ucs/languages.ps.gz
%doc %{_texmfdistdir}/doc/latex/ucs/latexout.pl
%doc %{_texmfdistdir}/doc/latex/ucs/ltxmacrs.txt
%doc %{_texmfdistdir}/doc/latex/ucs/makeunidef.pl
%doc %{_texmfdistdir}/doc/latex/ucs/ucs.dtx
%doc %{_texmfdistdir}/doc/latex/ucs/ucs.ins
%doc %{_texmfdistdir}/doc/latex/ucs/ucs.pdf
%doc %{_texmfdistdir}/doc/latex/ucs/unsupported/README
%doc %{_texmfdistdir}/doc/latex/ucs/unsupported/sym-to-fontenc.txt
%doc %{_texmfdistdir}/doc/latex/ucs/unsupported/tables.inc
%doc %{_texmfdistdir}/doc/latex/ucs/unsupported/u2ps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.2-7
+ Revision: 3725681
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26010 |14mu|texlive-ucthesis-3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ucthesis
# catalog-date 2009-09-27 11:52:43 +0200
# catalog-license lppl1.3
# catalog-version 3.2
Name:		texlive-ucthesis
Version:	3.2
Release:	4
Summary:	University of California thesis format
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ucthesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ucthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A modified version of the standard LaTeX report style that is
accepted for use with University of California PhD
dissertations and Masters theses. A sample dissertation source
and bibliography are provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ucthesis/uct10.clo
%{_texmfdistdir}/tex/latex/ucthesis/uct11.clo
%{_texmfdistdir}/tex/latex/ucthesis/uct12.clo
%{_texmfdistdir}/tex/latex/ucthesis/ucthesis.cls
%doc %{_texmfdistdir}/doc/latex/ucthesis/README
%doc %{_texmfdistdir}/doc/latex/ucthesis/uctest.bib
%doc %{_texmfdistdir}/doc/latex/ucthesis/uctest.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.2-4
+ Revision: 6717fd6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26011 |14mu|texlive-udesoftec-1.3.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33154
# category Package
# catalog-ctan /macros/latex/contrib/udesoftec
# catalog-date 2014-03-11 18:51:00 +0100
# catalog-license lppl
# catalog-version 1.3.3
Name:		texlive-udesoftec
Version:	1.3.3
Release:	3
Summary:	Thesis class for the University of Duisburg-Essen
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/udesoftec
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/udesoftec.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/udesoftec.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/udesoftec.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is designed for typesetting theses in the Research
Group for Business Informatics and Software Engineering. (The
class may also serve as a template for such theses.) The class
is designed for use with pdfLaTeX; input in UTF-8 encoding is
assumed.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/udesoftec/udesoftec.bst
%{_texmfdistdir}/tex/latex/udesoftec/udesoftec-cover-uba.pdf
%{_texmfdistdir}/tex/latex/udesoftec/udesoftec-cover-ude-de.pdf
%{_texmfdistdir}/tex/latex/udesoftec/udesoftec-cover-ude-en.pdf
%{_texmfdistdir}/tex/latex/udesoftec/udesoftec-extra.sty
%{_texmfdistdir}/tex/latex/udesoftec/udesoftec.cls
%doc %{_texmfdistdir}/doc/latex/udesoftec/udesoftec-doc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/udesoftec/CHANGELOG
%doc %{_texmfdistdir}/source/latex/udesoftec/README
%doc %{_texmfdistdir}/source/latex/udesoftec/UPDATE-INSTRUCTIONS
%doc %{_texmfdistdir}/source/latex/udesoftec/VERSION
%doc %{_texmfdistdir}/source/latex/udesoftec/udesoftec-doc-examplebib.bib
%doc %{_texmfdistdir}/source/latex/udesoftec/udesoftec-doc-exampleimage.pdf
%doc %{_texmfdistdir}/source/latex/udesoftec/udesoftec-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3.3-3
+ Revision: f58ce39
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26012 |14mu|texlive-uebungsblatt-v1.5.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/uebungsblatt
# catalog-date 2008-08-24 14:43:48 +0200
# catalog-license lppl
# catalog-version v1.5.0
Name:		texlive-uebungsblatt
Version:	v1.5.0
Release:	4
Summary:	A LaTeX class for writing exercise sheets
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uebungsblatt
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uebungsblatt.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uebungsblatt.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package implements a LaTeX class for writing exercise
sheets for a lecture. Features: - quick typesetting of exercise
sheets or their revisions, - simple user friendly commands, -
elegant page formatting, - automatic numbering of exercises and
sub-exercises, - the number of the exercise sheet is extracted
automatically from the file name, - static information about
the lectures and the authors needs to provided at one point
only.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uebungsblatt/uebungsblatt.cls
%{_texmfdistdir}/tex/latex/uebungsblatt/uebungsblatt.sty
%doc %{_texmfdistdir}/doc/latex/uebungsblatt/README
%doc %{_texmfdistdir}/doc/latex/uebungsblatt/history.txt
%doc %{_texmfdistdir}/doc/latex/uebungsblatt/uebungsblatt-doc.pdf
%doc %{_texmfdistdir}/doc/latex/uebungsblatt/uebungsblatt-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.5.0-4
+ Revision: 358f42f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26013 |14mu|texlive-uestcthesis-0.4.8-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31012
# category Package
# catalog-ctan /macros/latex/contrib/uestcthesis
# catalog-date 2013-06-07 17:33:30 +0200
# catalog-license lppl1.3
# catalog-version 0.4.8
Name:		texlive-uestcthesis
Version:	0.4.8
Release:	7
Summary:	Thesis class for UESTC
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uestcthesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uestcthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uestcthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is for typesetting a thesis at the University of
Electronic Science and Technology of China.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/uestcthesis/uestcthesis.bst
%{_texmfdistdir}/tex/latex/uestcthesis/uestcthesis.cls
%doc %{_texmfdistdir}/doc/latex/uestcthesis/README
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/chapters/DuplicateMe.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/chapters/Place_has_TrainDAO.java.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/chapters/implementation.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/chapters/math.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/chapters/test.c.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/chapters/tuition.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/Cabstract.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/Eabstract.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/acknowledgements.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/appendix.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/original.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/publications.bib
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/reference.bib
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/titlepage.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/contents/translation.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/Chrysanthemum.jpg
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/Penguins.jpg
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/Tulips.jpg
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/apk.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/excel.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/fisher1.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/fisher2.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/flow1.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/flow3.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/flow4.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/flow5-1.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/flow5-2.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/flow5-3.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/highlight1.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/highlight2.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/system.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/pics/winedt.png
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/uestcthesis-doc.pdf
%doc %{_texmfdistdir}/doc/latex/uestcthesis/doc/uestcthesis-doc.tex
%doc %{_texmfdistdir}/doc/latex/uestcthesis/source/rvdtx.sty
%doc %{_texmfdistdir}/doc/latex/uestcthesis/source/uestcthesis.dtx
%doc %{_texmfdistdir}/doc/latex/uestcthesis/source/uestcthesis.ins
%doc %{_texmfdistdir}/doc/latex/uestcthesis/uestcthesis.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4.8-7
+ Revision: fcddd5f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26014 |14mu|texlive-uhc-20070729-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16791
# category Package
# catalog-ctan /fonts/korean/HLaTeX
# catalog-date 2007-07-29 12:13:44 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-uhc
Version:	20070729
Release:	4
Summary:	Fonts for the Korean language
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/korean/HLaTeX
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uhc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uhc.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Support for Korean documents written in Korean standard KSC
codes for LaTeX2e.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/uhc/config.uhc
%{_texmfdistdir}/fonts/afm/uhc/umj/umj00.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj01.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj02.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj03.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj04.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj05.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj10.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj11.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj12.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj13.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj14.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj15.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj16.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj17.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj20.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj21.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj22.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj23.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj24.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj25.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj26.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj27.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj28.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj29.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj30.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj31.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj32.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj33.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj34.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj35.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj36.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj37.afm
%{_texmfdistdir}/fonts/afm/uhc/umj/umj38.afm
%{_texmfdistdir}/fonts/map/dvips/uhc/umj.map
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umj38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjc38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjco38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjo38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umju38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjuo38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjx38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo34.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo35.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo36.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo37.tfm
%{_texmfdistdir}/fonts/tfm/uhc/umj/umjxo38.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmj9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjb9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjbb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjbc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjbd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjbe.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjbf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjc9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcb9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcbb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcbc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcbd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcbe.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcbf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjccb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjccc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjccd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjccf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcd7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcf9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcfa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjco9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcob9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcobb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcobc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcobd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcobe.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcobf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcocb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcocc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcocd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcocf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcod7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcof9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcofa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjcoff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjd7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjf9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjfa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjo9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjob9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjobb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjobc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjobd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjobe.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjobf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjocb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjocc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjocd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjocf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjod7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjof9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjofa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjoff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmju9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjub9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjubb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjubc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjubd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjube.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjubf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjucb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjucc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjucd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjucf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjud7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuf9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjufa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuo9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuob9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuobb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuobc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuobd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuobe.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuobf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuocb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuocc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuocd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuocf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuod7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuof9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuofa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjuoff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjx9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxb9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxbb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxbc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxbd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxbe.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxbf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxcb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxcc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxcd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxcf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxd7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxf9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxfa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo00.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo01.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo02.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo03.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo30.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo31.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo32.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo33.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo4e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo4f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo50.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo51.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo52.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo53.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo54.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo55.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo56.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo57.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo58.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo59.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo5a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo5b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo5c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo5d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo5e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo5f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo60.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo61.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo62.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo63.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo64.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo65.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo66.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo67.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo68.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo69.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo6a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo6b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo6c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo6d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo6e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo6f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo70.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo71.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo72.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo73.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo74.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo75.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo76.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo77.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo78.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo79.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo7a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo7b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo7c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo7d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo7e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo7f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo80.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo81.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo82.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo83.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo84.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo85.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo86.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo87.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo88.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo89.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo8a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo8b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo8c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo8d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo8e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo8f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo90.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo91.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo92.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo93.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo94.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo95.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo96.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo97.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo98.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo99.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo9a.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo9b.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo9c.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo9d.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo9e.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxo9f.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoac.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoad.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoae.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoaf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxob9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoba.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxobb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxobc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxobd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxobe.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxobf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoca.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxocb.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxocc.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxocd.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoce.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxocf.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxod7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxof9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxofa.tfm
%{_texmfdistdir}/fonts/tfm/uhc/uwmj/uwmjxoff.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmj9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjc9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjco9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjo9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmju9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjuo9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjx9.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo0.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo04.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo05.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo06.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo07.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo1.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo10.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo11.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo12.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo13.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo14.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo15.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo16.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo17.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo18.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo19.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo2.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo20.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo21.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo22.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo23.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo24.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo25.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo26.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo27.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo28.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo29.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo3.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo4.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo5.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo6.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo7.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo8.tfm
%{_texmfdistdir}/fonts/tfm/uhc/wmj/wmjxo9.tfm
%{_texmfdistdir}/fonts/type1/uhc/umj/umj00.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj01.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj02.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj03.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj04.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj05.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj10.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj11.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj12.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj13.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj14.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj15.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj16.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj17.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj20.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj21.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj22.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj23.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj24.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj25.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj26.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj27.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj28.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj29.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj30.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj31.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj32.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj33.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj34.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj35.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj36.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj37.pfb
%{_texmfdistdir}/fonts/type1/uhc/umj/umj38.pfb
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmj9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjb9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjbb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjbc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjbd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjbe.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjbf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjc9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcb9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcbb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcbc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcbd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcbe.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcbf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjccb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjccc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjccd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjccf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcd7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcf9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcfa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcff.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjco9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcob9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcobb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcobc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcobd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcobe.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcobf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcocb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcocc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcocd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcocf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcod7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcof9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcofa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjcoff.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjd7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjf9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjfa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjff.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjo9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjob9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjobb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjobc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjobd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjobe.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjobf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjocb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjocc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjocd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjocf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjod7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjof9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjofa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjoff.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmju9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjub9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjubb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjubc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjubd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjube.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjubf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjucb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjucc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjucd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjucf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjud7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuf9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjufa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuff.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuo9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuob9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuobb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuobc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuobd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuobe.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuobf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuocb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuocc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuocd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuocf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuod7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuof9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuofa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjuoff.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjx9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxb9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxbb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxbc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxbd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxbe.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxbf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxcb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxcc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxcd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxcf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxd7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxf9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxfa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxff.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo00.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo01.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo02.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo03.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo04.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo20.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo21.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo22.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo23.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo24.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo25.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo26.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo30.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo31.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo32.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo33.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo4e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo4f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo50.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo51.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo52.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo53.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo54.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo55.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo56.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo57.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo58.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo59.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo5a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo5b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo5c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo5d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo5e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo5f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo60.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo61.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo62.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo63.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo64.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo65.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo66.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo67.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo68.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo69.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo6a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo6b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo6c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo6d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo6e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo6f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo70.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo71.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo72.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo73.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo74.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo75.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo76.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo77.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo78.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo79.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo7a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo7b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo7c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo7d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo7e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo7f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo80.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo81.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo82.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo83.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo84.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo85.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo86.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo87.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo88.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo89.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo8a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo8b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo8c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo8d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo8e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo8f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo90.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo91.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo92.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo93.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo94.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo95.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo96.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo97.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo98.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo99.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo9a.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo9b.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo9c.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo9d.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo9e.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxo9f.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoac.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoad.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoae.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoaf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxob9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoba.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxobb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxobc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxobd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxobe.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxobf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc8.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoc9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoca.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxocb.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxocc.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxocd.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoce.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxocf.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod0.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod1.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod2.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod3.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod4.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod5.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod6.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxod7.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxof9.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxofa.vf
%{_texmfdistdir}/fonts/vf/uhc/uwmj/uwmjxoff.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmj9.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjc9.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjco9.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjo9.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmju9.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjuo9.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjx9.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo0.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo04.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo05.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo06.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo07.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo1.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo10.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo11.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo12.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo13.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo14.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo15.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo16.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo17.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo18.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo19.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo2.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo20.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo21.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo22.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo23.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo24.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo25.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo26.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo27.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo28.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo29.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo3.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo4.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo5.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo6.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo7.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo8.vf
%{_texmfdistdir}/fonts/vf/uhc/wmj/wmjxo9.vf
%doc %{_texmfdistdir}/doc/fonts/uhc/umj/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070729-4
+ Revision: 76bc5f8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26015 |14mu|texlive-uiucredborder-1.00-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29974
# category Package
# catalog-ctan /macros/latex/contrib/uiucredborder
# catalog-date 2013-04-16 11:30:34 +0200
# catalog-license lppl1.2
# catalog-version 1.00
Name:		texlive-uiucredborder
Version:	1.00
Release:	7
Summary:	Class for UIUC thesis red-bordered forms
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uiucredborder
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucredborder.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucredborder.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucredborder.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class offers a means of filling out the "red-bordered form"
that gets signed by the department head, your advisor, and --
for doctoral dissertations -- your thesis committee members.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uiucredborder/uiucredborder.cls
%doc %{_texmfdistdir}/doc/latex/uiucredborder/uiucredborder.pdf
#- source
%doc %{_texmfdistdir}/source/latex/uiucredborder/uiucredborder.dtx
%doc %{_texmfdistdir}/source/latex/uiucredborder/uiucredborder.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.00-7
+ Revision: 724f479
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26016 |14mu|texlive-uiucthesis-2.25-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/uiucthesis
# catalog-date 2007-01-20 15:20:16 +0100
# catalog-license lppl
# catalog-version 2.25
Name:		texlive-uiucthesis
Version:	2.25
Release:	4
Summary:	UIUC thesis class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uiucthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucthesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucthesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class produces a document that conforms to the format
described in the University's Handbook for Graduate Students
Preparing to Deposit.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uiucthesis/uiucthesis.cls
%{_texmfdistdir}/tex/latex/uiucthesis/uiucthesis.sty
%doc %{_texmfdistdir}/doc/latex/uiucthesis/README
%doc %{_texmfdistdir}/doc/latex/uiucthesis/thesis-ex.pdf
%doc %{_texmfdistdir}/doc/latex/uiucthesis/thesis-ex.tex
%doc %{_texmfdistdir}/doc/latex/uiucthesis/uiucthesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/uiucthesis/uiucthesis.dtx
%doc %{_texmfdistdir}/source/latex/uiucthesis/uiucthesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.25-4
+ Revision: d463d97
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26017 |14mu|texlive-ulem-20120601-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26785
# category Package
# catalog-ctan /macros/latex/contrib/ulem
# catalog-date 2012-06-01 11:43:10 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-ulem
Version:	20120601
Release:	3
Summary:	Package for underlining
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ulem
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulem.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulem.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an \ul (underline) command which will
break over line ends; this technique may be used to replace \em
(both in that form and as the \emph command), so as to make
output look as if it comes from a typewriter. The package also
offers double and wavy underlining, and striking out (line
through words) and crossing out (/// over words). The package
works with both Plain TeX and LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/ulem/ulem.sty
%doc %{_texmfdistdir}/doc/generic/ulem/README
%doc %{_texmfdistdir}/doc/generic/ulem/ulem.ltx
%doc %{_texmfdistdir}/doc/generic/ulem/ulem.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120601-3
+ Revision: 2c0a070
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26018 |14mu|texlive-ulqda-1.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26313
# category Package
# catalog-ctan /macros/latex/contrib/ulqda
# catalog-date 2009-11-10 09:00:49 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-ulqda
Version:	1.1
Release:	5
Summary:	Support of Qualitative Data Analysis
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ulqda
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulqda.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulqda.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulqda.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-ulqda.bin = %{EVRD}

%description
The package is for use in Qualitative Data Analysis research.
It supports the integration of Qualitative Data Analysis (QDA)
research tasks, specifically for Grounded Theory, into the
LaTeX work flow. It assists in the analysis of textual data
such as interview transcripts and field notes by providing the
LaTeX user with macros which are used to markup textual
information -- for example, in-depth interviews.


#-----------------------------------------------------------------------
%files
%{_bindir}/ulqda
%{_texmfdistdir}/scripts/ulqda/ulqda.pl
%{_texmfdistdir}/tex/latex/ulqda/ulqda.sty
%doc %{_texmfdistdir}/doc/latex/ulqda/README
%doc %{_texmfdistdir}/doc/latex/ulqda/ulqda.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ulqda/Makefile
%doc %{_texmfdistdir}/source/latex/ulqda/ulqda.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/ulqda/ulqda.pl ulqda
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-5
+ Revision: 511d6c6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26019 |14mu|texlive-ulthese-3.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32738
# category Package
# catalog-ctan /macros/latex/contrib/ulthese
# catalog-date 2014-01-20 16:26:24 +0100
# catalog-license lppl1.3
# catalog-version 3.0
Name:		texlive-ulthese
Version:	3.0
Release:	3
Summary:	Thesis class and templates for Universite Laval
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ulthese
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulthese.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulthese.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ulthese.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a class based on memoir to prepare theses
and memoirs compliant with the presentation rules set forth by
the Faculty of Graduate Studies of Universite Laval, Quebec,
Canada. The class also comes with an extensive set of templates
for the various types of theses and memoirs offered at Laval.
Please note that the documentation for the class and the
comments in the templates are all written in French, the
language of the target audience.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ulthese/ul_p.eps
%{_texmfdistdir}/tex/latex/ulthese/ul_p.pdf
%{_texmfdistdir}/tex/latex/ulthese/ulthese.cls
%doc %{_texmfdistdir}/doc/latex/ulthese/README
%doc %{_texmfdistdir}/doc/latex/ulthese/abstract.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/annexe.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/avantpropos.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/chapitre1.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/chapitre2.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/conclusion.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-doctorat-cotutelle.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-doctorat-extension-UQO.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-doctorat-extension-UdeS.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-doctorat-mesure.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-doctorat-multifacultaire.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-doctorat.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-maitrise-extension-UQAC.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-maitrise-mesure.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/gabarit-maitrise.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/introduction.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/remerciements.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/resume.tex
%doc %{_texmfdistdir}/doc/latex/ulthese/ulthese.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ulthese/ulthese.dtx
%doc %{_texmfdistdir}/source/latex/ulthese/ulthese.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0-3
+ Revision: f92a343
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26020 |14mu|texlive-umich-thesis-1.20-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/umich-thesis
# catalog-date 2009-09-27 11:52:43 +0200
# catalog-license lppl
# catalog-version 1.20
Name:		texlive-umich-thesis
Version:	1.20
Release:	4
Summary:	University of Michigan Thesis LaTeX class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/umich-thesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umich-thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umich-thesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX2e class to create a University of Michigan dissertation
according to the Rackham dissertation handbook.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/umich-thesis/umich-thesis.cls
%doc %{_texmfdistdir}/doc/latex/umich-thesis/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.20-4
+ Revision: 255e7dd
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26021 |14mu|texlive-uml-0.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17476
# category Package
# catalog-ctan /graphics/pstricks/contrib/uml
# catalog-date 2010-03-17 12:19:20 +0100
# catalog-license lppl
# catalog-version 0.11
Name:		texlive-uml
Version:	0.11
Release:	4
Summary:	UML diagrams in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/uml
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uml.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uml.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uml.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A PSTricks related package for writing UML (Unified Modelling
Language) diagrams in LaTeX. Currently, it implements a subset
of class diagrams, and some extra constructs as well. The
package cannot be used together with pst-uml.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uml/uml.sty
%doc %{_texmfdistdir}/doc/latex/uml/Changes
%doc %{_texmfdistdir}/doc/latex/uml/README
%doc %{_texmfdistdir}/doc/latex/uml/example.tex
%doc %{_texmfdistdir}/doc/latex/uml/uml.pdf
#- source
%doc %{_texmfdistdir}/source/latex/uml/Makefile
%doc %{_texmfdistdir}/source/latex/uml/uml.dtx
%doc %{_texmfdistdir}/source/latex/uml/uml.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.11-4
+ Revision: 480e43c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26022 |14mu|texlive-umlaute-v2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/umlaute
# catalog-date 2009-10-10 17:55:02 +0200
# catalog-license lppl
# catalog-version v2.1
Name:		texlive-umlaute
Version:	v2.1
Release:	4
Summary:	German input encodings in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/umlaute
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umlaute.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umlaute.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umlaute.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
An early package for using alternate input encodings. The
author considers the package mostly obsolete, since most of its
functions are taken by the inputenc package; however, inputenc
doesn't support the roman8 and atari encodings, so umlaute
remains the sole source of that support.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/umlaute/atari.def
%{_texmfdistdir}/tex/latex/umlaute/isolatin.def
%{_texmfdistdir}/tex/latex/umlaute/mac.def
%{_texmfdistdir}/tex/latex/umlaute/pc850.def
%{_texmfdistdir}/tex/latex/umlaute/roman8.def
%{_texmfdistdir}/tex/latex/umlaute/umlaute.sty
%doc %{_texmfdistdir}/doc/latex/umlaute/cs_patch.uue
%doc %{_texmfdistdir}/doc/latex/umlaute/umlaute.pdf
#- source
%doc %{_texmfdistdir}/source/latex/umlaute/umlaute.dtx
%doc %{_texmfdistdir}/source/latex/umlaute/umlaute.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v2.1-4
+ Revision: 97e993f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26023 |14mu|texlive-umoline-20070120-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19085
# category Package
# catalog-ctan /macros/latex/contrib/umoline
# catalog-date 2007-01-20 15:20:16 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-umoline
Version:	20070120
Release:	4
Summary:	Underline text allowing line breaking
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/umoline
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umoline.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umoline.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umoline.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides commands \Underline, \Midline and \Overline for
underlining, striking out, and overlining their text arguments.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/umoline/umoline.sty
%doc %{_texmfdistdir}/doc/latex/umoline/README
%doc %{_texmfdistdir}/doc/latex/umoline/umoline-man.tex
%doc %{_texmfdistdir}/doc/latex/umoline/umoline.pdf
#- source
%doc %{_texmfdistdir}/source/latex/umoline/umoline.dtx
%doc %{_texmfdistdir}/source/latex/umoline/umoline.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20070120-4
+ Revision: 03e1fd6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26024 |14mu|texlive-umthesis-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/umthesis
# catalog-date 2009-09-17 20:11:38 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-umthesis
Version:	0.2
Release:	4
Summary:	Dissertations at the University of Michigan
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/umthesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/umthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class loads book class, and makes minimal changes to it;
its coding aims to be as robust as possible, and as a result it
has few conflicts with potential add-on packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/umthesis/umthesis.cls
%doc %{_texmfdistdir}/doc/latex/umthesis/PDP.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/README
%doc %{_texmfdistdir}/doc/latex/umthesis/appendix.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/conclusion.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/example.pdf
%doc %{_texmfdistdir}/doc/latex/umthesis/example.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/exp1.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/exp2.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/exp3.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/felty.bib
%doc %{_texmfdistdir}/doc/latex/umthesis/intro.tex
%doc %{_texmfdistdir}/doc/latex/umthesis/mybibstyle.bst

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 586f70d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26025 |14mu|texlive-unamthesis-2.02-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29799
# category Package
# catalog-ctan /macros/latex/contrib/unamthesis
# catalog-date 2013-04-10 00:46:21 +0200
# catalog-license lppl1.3
# catalog-version 2.02
Name:		texlive-unamthesis
Version:	2.02
Release:	7
Summary:	Style for Universidad Nacional Autonoma de Mexico theses
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/unamthesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unamthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unamthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a customisable format to typeset Theses
according to the Universidad Nacional Autonoma de Mexico
guidelines. Support for use in Scientific Workplace (SWP) 3.x
is also provided. The bundle also includes an appropriate
bibliographic style which enables the use of author-year
schemes using the natbib package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/unamthesis/UNAMThesis.bst
%{_texmfdistdir}/tex/latex/unamthesis/UNAMThesis.sty
%doc %{_texmfdistdir}/doc/latex/unamthesis/Escudo-IBT.eps
%doc %{_texmfdistdir}/doc/latex/unamthesis/Escudo-IBT.pdf
%doc %{_texmfdistdir}/doc/latex/unamthesis/Escudo-UNAM.eps
%doc %{_texmfdistdir}/doc/latex/unamthesis/Escudo-UNAM.pdf
%doc %{_texmfdistdir}/doc/latex/unamthesis/LEEME
%doc %{_texmfdistdir}/doc/latex/unamthesis/License
%doc %{_texmfdistdir}/doc/latex/unamthesis/README
%doc %{_texmfdistdir}/doc/latex/unamthesis/Thesis-Universidad_Nacional_Autonoma_de_Mexico.shl
%doc %{_texmfdistdir}/doc/latex/unamthesis/UNAMThesis.cst
%doc %{_texmfdistdir}/doc/latex/unamthesis/UNAMThesis.pdf
%doc %{_texmfdistdir}/doc/latex/unamthesis/UNAMThesis.tex
%doc %{_texmfdistdir}/doc/latex/unamthesis/UNAMThesisSWP.tex
%doc %{_texmfdistdir}/doc/latex/unamthesis/testBib.bib

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.02-7
+ Revision: cf4fb1e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26026 |14mu|texlive-underlin-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/underlin
# catalog-date 2007-06-02 10:25:58 +0200
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-underlin
Version:	1.01
Release:	4
Summary:	Underlined running heads
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/underlin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/underlin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/underlin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/underlin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines two pagestyles that provide underlined page heads in
LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/underlin/underlin.sty
%doc %{_texmfdistdir}/doc/latex/underlin/underlin.pdf
#- source
%doc %{_texmfdistdir}/source/latex/underlin/underlin.dtx
%doc %{_texmfdistdir}/source/latex/underlin/underlin.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-4
+ Revision: f7aef4d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26027 |14mu|texlive-underoverlap-0.0.1.r1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29019
# category Package
# catalog-ctan /macros/latex/contrib/underoverlap
# catalog-date 2013-02-03 19:03:00 +0100
# catalog-license lppl1.3
# catalog-version 0.0.1-r1
Name:		texlive-underoverlap
Version:	0.0.1.r1
Release:	7
Summary:	Position decorations over and under expressions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/underoverlap
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/underoverlap.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/underoverlap.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package overcomes TeX's inherent limitations in commands
that place decorations (such as braces) at arbirary positions
over and under expressions, overlapping as necessary.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/underoverlap/underoverlap.sty
%doc %{_texmfdistdir}/doc/latex/underoverlap/README
%doc %{_texmfdistdir}/doc/latex/underoverlap/dry.sty
%doc %{_texmfdistdir}/doc/latex/underoverlap/packagedoc.cls
%doc %{_texmfdistdir}/doc/latex/underoverlap/underoverlap.pdf
%doc %{_texmfdistdir}/doc/latex/underoverlap/underoverlap.tex
%doc %{_texmfdistdir}/doc/latex/underoverlap/with.sty

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.0.1.r1-7
+ Revision: 11e4e71
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26028 |14mu|texlive-underscore-20100607-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 18261
# category Package
# catalog-ctan /macros/latex/contrib/underscore
# catalog-date 2010-06-07 08:23:51 +0200
# catalog-license lppl
# catalog-version undef
Name:		texlive-underscore
Version:	20100607
Release:	4
Summary:	Control the behaviour of "_" in text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/underscore
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/underscore.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/underscore.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
With the package, \_ in text mode (i.e., \textunderscore)
prints an underscore so that hyphenation of words either side
of it is not affected; a package option controls whether an
actual hyphenation point appears after the underscore, or
merely a break point. The package also arranges that, while in
text, '_' itself behaves as \textunderscore (the behaviour of _
in maths mode is not affected.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/underscore/underscore.sty
%doc %{_texmfdistdir}/doc/latex/underscore/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/underscore/underscore.pdf
%doc %{_texmfdistdir}/doc/latex/underscore/underscore.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100607-4
+ Revision: 6c21cf0
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26029 |14mu|texlive-undolabl-1.0k-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25010
# category Package
# catalog-ctan /macros/latex/contrib/undolabl
# catalog-date 2012-01-02 14:24:13 +0100
# catalog-license lppl1.3
# catalog-version 1.0k
Name:		texlive-undolabl
Version:	1.0k
Release:	3
Summary:	Override existing labels
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/undolabl
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/undolabl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/undolabl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/undolabl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to override existing labels (for
example, those generated automatically).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/undolabl/undolabl.sty
%doc %{_texmfdistdir}/doc/latex/undolabl/README
%doc %{_texmfdistdir}/doc/latex/undolabl/undolabl-example.pdf
%doc %{_texmfdistdir}/doc/latex/undolabl/undolabl-example.tex
%doc %{_texmfdistdir}/doc/latex/undolabl/undolabl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/undolabl/undolabl.drv
%doc %{_texmfdistdir}/source/latex/undolabl/undolabl.dtx
%doc %{_texmfdistdir}/source/latex/undolabl/undolabl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0k-3
+ Revision: ba3f7bd
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26030 |14mu|texlive-unisugar-0.92-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22357
# category Package
# catalog-ctan /macros/xetex/latex/unisugar
# catalog-date 2011-05-08 11:17:43 +0200
# catalog-license lppl1.3
# catalog-version 0.92
Name:		texlive-unisugar
Version:	0.92
Release:	4
Summary:	Define syntactic sugar for Unicode LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/unisugar
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unisugar.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unisugar.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to define shorthand aliases for
single Unicode characters, and also provides support for such
aliases in RTL-text. The package requires an TeX-alike system
that uses Unicode input in a native way: current examples are
XeTeX and LuaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/unisugar/unisugar.sty
%doc %{_texmfdistdir}/doc/xelatex/unisugar/Makefile
%doc %{_texmfdistdir}/doc/xelatex/unisugar/README
%doc %{_texmfdistdir}/doc/xelatex/unisugar/gedit-mixed-sugar.png
%doc %{_texmfdistdir}/doc/xelatex/unisugar/gedit-mixed-traditional.png
%doc %{_texmfdistdir}/doc/xelatex/unisugar/sugar.png
%doc %{_texmfdistdir}/doc/xelatex/unisugar/traditional.png
%doc %{_texmfdistdir}/doc/xelatex/unisugar/unisugar.pdf
%doc %{_texmfdistdir}/doc/xelatex/unisugar/unisugar.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.92-4
+ Revision: 96d0342
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26031 |14mu|texlive-units-0.9b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/units
# catalog-date 2009-09-27 11:52:43 +0200
# catalog-license gpl
# catalog-version 0.9b
Name:		texlive-units
Version:	0.9b
Release:	4
Summary:	Typeset units
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/units
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/units.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/units.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/units.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is provided as a bundle with the nicefrac package
for typing fractions. Units uses nicefrac in typesetting
physical units in a standard-looking sort of way.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/units/nicefrac.sty
%{_texmfdistdir}/tex/latex/units/units.sty
%doc %{_texmfdistdir}/doc/latex/units/COPYING
%doc %{_texmfdistdir}/doc/latex/units/README
%doc %{_texmfdistdir}/doc/latex/units/units.pdf
#- source
%doc %{_texmfdistdir}/source/latex/units/units.dtx
%doc %{_texmfdistdir}/source/latex/units/units.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.9b-4
+ Revision: b45be42
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26032 |14mu|texlive-unitsdef-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/unitsdef
# catalog-date 2007-01-20 15:20:16 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-unitsdef
Version:	0.2
Release:	4
Summary:	Typesetting units in LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/unitsdef
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unitsdef.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unitsdef.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unitsdef.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
There are a lot of packages for typesetting units in LaTeX2e.
Some define macros to typeset a lot of units but do not suit to
the actual font settings, some make the characters needed
available but do not predefine any unit. This package tries to
comply with both requirements. It predefines common units,
defines an easy to use interface to define new units and
changes the output concerning to the surrounding font settings.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/unitsdef/ampabbrv.cfg
%{_texmfdistdir}/tex/latex/unitsdef/enerabbr.cfg
%{_texmfdistdir}/tex/latex/unitsdef/freqabbr.cfg
%{_texmfdistdir}/tex/latex/unitsdef/lengabbr.cfg
%{_texmfdistdir}/tex/latex/unitsdef/molabbrv.cfg
%{_texmfdistdir}/tex/latex/unitsdef/timeabbr.cfg
%{_texmfdistdir}/tex/latex/unitsdef/unitsdef.sty
%{_texmfdistdir}/tex/latex/unitsdef/volabbrv.cfg
%{_texmfdistdir}/tex/latex/unitsdef/voltabbr.cfg
%{_texmfdistdir}/tex/latex/unitsdef/weigabbr.cfg
%doc %{_texmfdistdir}/doc/latex/unitsdef/README.1st
%doc %{_texmfdistdir}/doc/latex/unitsdef/defedpraef.tex
%doc %{_texmfdistdir}/doc/latex/unitsdef/defedunits.tex
%doc %{_texmfdistdir}/doc/latex/unitsdef/unitsdef.pdf
#- source
%doc %{_texmfdistdir}/source/latex/unitsdef/unitsdef.dtx
%doc %{_texmfdistdir}/source/latex/unitsdef/unitsdef.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: ce51686
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26033 |14mu|texlive-unravel-20131009-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31307
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-unravel
Version:	20131009
Release:	7
Summary:	TeXLive unravel package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unravel.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unravel.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unravel.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive unravel package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/unravel/unravel.sty
%doc %{_texmfdistdir}/doc/latex/unravel/README
%doc %{_texmfdistdir}/doc/latex/unravel/unravel.pdf
#- source
%doc %{_texmfdistdir}/source/latex/unravel/unravel.dtx
%doc %{_texmfdistdir}/source/latex/unravel/unravel.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131009-7
+ Revision: 433f0fe
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26034 |14mu|texlive-unswcover-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29476
# category Package
# catalog-ctan /macros/latex/contrib/unswcover
# catalog-date 2013-03-22 09:14:02 +0100
# catalog-license noinfo
# catalog-version 1.0
Name:		texlive-unswcover
Version:	1.0
Release:	7
Summary:	Typeset a dissertation cover page following UNSW guidelines
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/unswcover
License:	NOINFO
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unswcover.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/unswcover.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package an UNSW cover sheet following the 2011 GRS
guidelines. It may also (optionally) provide other required
sheets such as Originality, Copyright and Authenticity
statements.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/unswcover/unswcover.sty
%doc %{_texmfdistdir}/doc/latex/unswcover/COPYING
%doc %{_texmfdistdir}/doc/latex/unswcover/Makefile
%doc %{_texmfdistdir}/doc/latex/unswcover/README
%doc %{_texmfdistdir}/doc/latex/unswcover/logo_unsw_short.pdf
%doc %{_texmfdistdir}/doc/latex/unswcover/thesis.bib
%doc %{_texmfdistdir}/doc/latex/unswcover/thesis.pdf
%doc %{_texmfdistdir}/doc/latex/unswcover/thesis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 33e808d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26035 |14mu|texlive-uothesis-2.5.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25355
# category Package
# catalog-ctan /macros/latex/contrib/uothesis
# catalog-date 2012-02-09 17:36:54 +0100
# catalog-license lppl1.3
# catalog-version 2.5.6
Name:		texlive-uothesis
Version:	2.5.6
Release:	3
Summary:	Class for dissertations and theses at the University of Oregon
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uothesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uothesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uothesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uothesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class generates documents that are suitable for submission
to the Graduate School and conform with the style requirements
for dissertations and theses as laid out in the Fall 2010 UO
graduate school student manual.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uothesis/uothesis.cls
%doc %{_texmfdistdir}/doc/latex/uothesis/README
%doc %{_texmfdistdir}/doc/latex/uothesis/README.txt
%doc %{_texmfdistdir}/doc/latex/uothesis/acs-uothesis.bib
%doc %{_texmfdistdir}/doc/latex/uothesis/uothesis.hd
%doc %{_texmfdistdir}/doc/latex/uothesis/uothesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/uothesis/uothesis.dtx
%doc %{_texmfdistdir}/source/latex/uothesis/uothesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5.6-3
+ Revision: 9f59719
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26036 |14mu|texlive-uowthesis-1.0a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19700
# category Package
# catalog-ctan /macros/latex/contrib/uowthesis
# catalog-date 2010-07-28 12:27:25 +0200
# catalog-license lppl1.3
# catalog-version 1.0a
Name:		texlive-uowthesis
Version:	1.0a
Release:	4
Summary:	Document class for dissertations at the University of Wollongong
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uowthesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uowthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uowthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A document class for higher degree research theses in
compliance with the specifications of University of Wollongong
(UoW) theses in the "Guidelines for Preparation and Submission
of Higher Degree Research Theses" (March 2006), by the Research
Student Centre, Research & Innovation Division, UoW.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uowthesis/UoWlogo.eps
%{_texmfdistdir}/tex/latex/uowthesis/UoWlogo.png
%{_texmfdistdir}/tex/latex/uowthesis/UoWthesis.cls
%doc %{_texmfdistdir}/doc/latex/uowthesis/README
%doc %{_texmfdistdir}/doc/latex/uowthesis/myThesisBib.bib
%doc %{_texmfdistdir}/doc/latex/uowthesis/mythesis.pdf
%doc %{_texmfdistdir}/doc/latex/uowthesis/mythesis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0a-4
+ Revision: 278b0f0
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26037 |14mu|texlive-uowthesistitlepage-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32626
# category Package
# catalog-ctan /macros/latex/contrib/uowthesistitlepage
# catalog-date 2014-01-10 08:34:25 +0100
# catalog-license lppl1.3
# catalog-version 2.0
Name:		texlive-uowthesistitlepage
Version:	2.0
Release:	3
Summary:	Title page for dissertations at the University of Wollongong
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uowthesistitlepage
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uowthesistitlepage.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uowthesistitlepage.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package redefines \maketitle to generate a title page for a
University of Wollongong thesis, in accordance with the UoW
branding guidelines. The package should be used with the book
class to typeset a thesis. The package also defines a
\declaration command that typesets the declaration that this
thesis is your own work, etc., which is required in the front
of each PhD Thesis.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uowthesistitlepage/uowthesistitlepage.sty
%doc %{_texmfdistdir}/doc/latex/uowthesistitlepage/README
%doc %{_texmfdistdir}/doc/latex/uowthesistitlepage/uowthesistitlepage_doc.pdf
%doc %{_texmfdistdir}/doc/latex/uowthesistitlepage/uowthesistitlepage_doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-3
+ Revision: 1da6b0a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26038 |14mu|texlive-upmethodology-20100102-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16575
# category Package
# catalog-ctan /macros/latex/contrib/upmethodology
# catalog-date 2010-01-02 16:58:48 +0100
# catalog-license lgpl
# catalog-version undef
Name:		texlive-upmethodology
Version:	20100102
Release:	4
Summary:	Writing specification such as for UP-based methodologies
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/upmethodology
License:	LGPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/upmethodology.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/upmethodology.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle allows the user to create Unified Process
methodology (UP or RUP) based documents. The style provides
document versioning, document history, document authors,
document validators, specification description, task
management, and several helping macros.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-backpage.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-code.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-document.cls
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-document.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-extension.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-fmt.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-frontpage.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-p-common.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-spec.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-task.sty
%{_texmfdistdir}/tex/latex/upmethodology/upmethodology-version.sty
%doc %{_texmfdistdir}/doc/latex/upmethodology/AUTHORS
%doc %{_texmfdistdir}/doc/latex/upmethodology/COPYING
%doc %{_texmfdistdir}/doc/latex/upmethodology/Changelog
%doc %{_texmfdistdir}/doc/latex/upmethodology/INSTALL
%doc %{_texmfdistdir}/doc/latex/upmethodology/NEWS
%doc %{_texmfdistdir}/doc/latex/upmethodology/README
%doc %{_texmfdistdir}/doc/latex/upmethodology/TODO
%doc %{_texmfdistdir}/doc/latex/upmethodology/VERSION
%doc %{_texmfdistdir}/doc/latex/upmethodology/arakhne_org_logo.jpg
%doc %{_texmfdistdir}/doc/latex/upmethodology/caution.png
%doc %{_texmfdistdir}/doc/latex/upmethodology/frontclassic.jpg
%doc %{_texmfdistdir}/doc/latex/upmethodology/frontmodern.jpg
%doc %{_texmfdistdir}/doc/latex/upmethodology/illustration.jpg
%doc %{_texmfdistdir}/doc/latex/upmethodology/info.png
%doc %{_texmfdistdir}/doc/latex/upmethodology/question.png
%doc %{_texmfdistdir}/doc/latex/upmethodology/small_arakhne_org_logo.jpg
%doc %{_texmfdistdir}/doc/latex/upmethodology/upmethodology-doc.pdf
%doc %{_texmfdistdir}/doc/latex/upmethodology/upmethodology-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100102-4
+ Revision: aa7a29a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26039 |14mu|texlive-upquote-v1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25895
# category Package
# catalog-ctan /macros/latex/contrib/upquote
# catalog-date 2012-04-09 12:39:20 +0200
# catalog-license lppl1.2
# catalog-version v1.2
Name:		texlive-upquote
Version:	v1.2
Release:	3
Summary:	Show "realistic" quotes in verbatim
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/upquote
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/upquote.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/upquote.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/upquote.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Typewriter-style fonts are best for program listings, but
Computer Modern Typewriter prints ` and ' as bent opening and
closing single quotes. Other fonts, and most programming
languages, print ` as a grave accent and ' upright; ' is used
both to open and to close quoted strings. The package switches
the typewriter font to Computer Modern Typewriter in OT1
encoding, and modifies the behaviour of verbatim, verbatim*,
\verb, and \verb* to print in the "` and ' way". It does
thisregardless of other fonts or encodings in use, so long as
the package is loaded after the other fonts were. The package
does not affect \tt, \texttt, etc.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/upquote/upquote.sty
%doc %{_texmfdistdir}/doc/latex/upquote/README
%doc %{_texmfdistdir}/doc/latex/upquote/upquote.pdf
#- source
%doc %{_texmfdistdir}/source/latex/upquote/upquote.dtx
%doc %{_texmfdistdir}/source/latex/upquote/upquote.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> v1.2-3
+ Revision: 5bb0ee2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26040 |14mu|texlive-uptex-1.11-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30476
# category Package
# catalog-ctan undef
# catalog-date 2012-09-27 15:23:21 +0200
# catalog-license other-free
# catalog-version 1.11
Name:		texlive-uptex
Epoch:		1
Version:	1.11
Release:	8
Summary:	Unicode version of pTeX
Group:		Publishing
URL:		http://tug.org/texlive
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uptex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uptex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uptex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-ptex
Requires:	texlive-hyph-utf8
Requires:	texlive-adobemapping
Requires:	texlive-convbkmk
Requires:	texlive-ipaex
Requires:	texlive-japanese
Requires:	texlive-japanese-otf
Requires:	texlive-uptex.bin

%description
upTeX is an extension of pTeX, using UTF-8 input and producing
UTF-8 output. It was originally designed to improve support for
Japanese, but is also useful for documents in Chinese and
Korean. It can process Chinese simplified, Chinese traditional,
Japanese, and Korean simultaneously, and can also process
original LaTeX with \inputenc{utf8} and Babel
(Latin/Cyrillic/Greek etc.) by switching its \kcatcode tables.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/cmap/uptex/UTF8-UTF16
%{_texmfdistdir}/fonts/tfm/uptex/jis/upgbm-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upgbm-hq.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upgbm-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uphygt-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uphygt-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uphysmjm-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uphysmjm-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjisg-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjisg-hq.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjisg-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjisr-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjisr-hq.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjisr-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjpngt-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjpngt-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjpnrm-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upjpnrm-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upkorgt-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upkorgt-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upkorrm-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upkorrm-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upmhm-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upmhm-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upmsl-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upmsl-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uprml-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uprml-hq.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uprml-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upschgt-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upschgt-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upschrm-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upschrm-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upstht-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upstht-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upstsl-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/upstsl-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uptchgt-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uptchgt-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uptchrm-h.tfm
%{_texmfdistdir}/fonts/tfm/uptex/jis/uptchrm-v.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/ugbm.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/ugbmv.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/ugoth10.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/umin10.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/urml.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/urmlv.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/utgoth10.tfm
%{_texmfdistdir}/fonts/tfm/uptex/min/utmin10.tfm
%{_texmfdistdir}/fonts/vf/uptex/jis/upjisg-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjisg-hq.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjisg-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjisr-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjisr-hq.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjisr-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjpngt-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjpngt-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjpnrm-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upjpnrm-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upkorgt-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upkorgt-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upkorrm-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upkorrm-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upschgt-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upschgt-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upschrm-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/upschrm-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/uptchgt-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/uptchgt-v.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/uptchrm-h.vf
%{_texmfdistdir}/fonts/vf/uptex/jis/uptchrm-v.vf
%{_texmfdistdir}/fonts/vf/uptex/min/ugoth10.vf
%{_texmfdistdir}/fonts/vf/uptex/min/umin10.vf
%{_texmfdistdir}/fonts/vf/uptex/min/utgoth10.vf
%{_texmfdistdir}/fonts/vf/uptex/min/utmin10.vf
%{_texmfdistdir}/tex/uplatex/base/jt2gt.fd
%{_texmfdistdir}/tex/uplatex/base/jt2mc.fd
%{_texmfdistdir}/tex/uplatex/base/jy2gt.fd
%{_texmfdistdir}/tex/uplatex/base/jy2mc.fd
%{_texmfdistdir}/tex/uplatex/base/ujarticle.cls
%{_texmfdistdir}/tex/uplatex/base/ujbk10.clo
%{_texmfdistdir}/tex/uplatex/base/ujbk11.clo
%{_texmfdistdir}/tex/uplatex/base/ujbk12.clo
%{_texmfdistdir}/tex/uplatex/base/ujbook.cls
%{_texmfdistdir}/tex/uplatex/base/ujreport.cls
%{_texmfdistdir}/tex/uplatex/base/ujsize10.clo
%{_texmfdistdir}/tex/uplatex/base/ujsize11.clo
%{_texmfdistdir}/tex/uplatex/base/ujsize12.clo
%{_texmfdistdir}/tex/uplatex/base/uplatex.ltx
%{_texmfdistdir}/tex/uplatex/base/uplcore.ltx
%{_texmfdistdir}/tex/uplatex/base/upldefs.ltx
%{_texmfdistdir}/tex/uplatex/base/uplpatch.ltx
%{_texmfdistdir}/tex/uplatex/base/uptrace.sty
%{_texmfdistdir}/tex/uplatex/base/utarticle.cls
%{_texmfdistdir}/tex/uplatex/base/utbk10.clo
%{_texmfdistdir}/tex/uplatex/base/utbk11.clo
%{_texmfdistdir}/tex/uplatex/base/utbk12.clo
%{_texmfdistdir}/tex/uplatex/base/utbook.cls
%{_texmfdistdir}/tex/uplatex/base/utreport.cls
%{_texmfdistdir}/tex/uplatex/base/utsize10.clo
%{_texmfdistdir}/tex/uplatex/base/utsize11.clo
%{_texmfdistdir}/tex/uplatex/base/utsize12.clo
%{_texmfdistdir}/tex/uplatex/config/uplatex.ini
%{_texmfdistdir}/tex/uptex/base/euptex.src
%{_texmfdistdir}/tex/uptex/base/ukinsoku.tex
%{_texmfdistdir}/tex/uptex/base/uptex.tex
%{_texmfdistdir}/tex/uptex/config/euptex.ini
%{_texmfdistdir}/tex/uptex/config/uptex.ini
%_texmf_fmtutil_d/uptex
%doc %{_texmfdistdir}/doc/uplatex/base/README_uplatex.txt
%doc %{_texmfdistdir}/doc/uptex/base/00readme_uptex.txt
%doc %{_texmfdistdir}/doc/uptex/base/01uptex_doc_utf8.txt
%doc %{_texmfdistdir}/doc/uptex/base/02uptex_changelog_utf8.txt
%doc %{_texmfdistdir}/doc/uptex/base/README_uptex.txt
%doc %{_texmfdistdir}/doc/uptex/base/samples/00readme_uptex_samples.txt
%doc %{_texmfdistdir}/doc/uptex/base/samples/Makefile
%doc %{_texmfdistdir}/doc/uptex/base/samples/adobe-cid.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/adobe-cns-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/adobe-gb-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/adobe-jp-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/adobe-kr-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/aozora-ujarticle-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/aozora-ujbook-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/aozora-ujreport-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/aozora-utarticle-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/aozora-utbook-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/aozora-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/aozora-utreport-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-euc-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-euc.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-jis-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-jis.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-sjis-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-sjis.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-uptex-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-uptex.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-utf8-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/area-utf8.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/bkmk-docinfo.txt
%doc %{_texmfdistdir}/doc/uptex/base/samples/bkmk-jis.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/bkmk-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/box-euc.eps
%doc %{_texmfdistdir}/doc/uptex/base/samples/box-jis.eps
%doc %{_texmfdistdir}/doc/uptex/base/samples/box-sjis.eps
%doc %{_texmfdistdir}/doc/uptex/base/samples/box-utf8.eps
%doc %{_texmfdistdir}/doc/uptex/base/samples/check_enc.pl
%doc %{_texmfdistdir}/doc/uptex/base/samples/cjk_babel.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/console_io.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/greek-uplatex.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/iotext.txt
%doc %{_texmfdistdir}/doc/uptex/base/samples/jbib1-jis.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jbib2-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jbtest.bib
%doc %{_texmfdistdir}/doc/uptex/base/samples/jis_uni_variation.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-euc-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-euc.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-jis-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-jis.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-sjis-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-sjis.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-uptex-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-uptex.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-utf8-incl.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/jstr-utf8.mp
%doc %{_texmfdistdir}/doc/uptex/base/samples/kinsoku-chk-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/linebreak.bib
%doc %{_texmfdistdir}/doc/uptex/base/samples/min10x.tfm
%doc %{_texmfdistdir}/doc/uptex/base/samples/misc-check-h-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/misc-check-v-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/otfsmpl-uplatex.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/sangoku-uplatex.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/sangoku-uptex.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/set3-check-h-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/simple-euc.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/simple-jis.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/simple-sjis.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/simple-u-jis.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/simple-u-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/simple-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/testrun.bat
%doc %{_texmfdistdir}/doc/uptex/base/samples/texxet-jis.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/umin10x.tfm
%doc %{_texmfdistdir}/doc/uptex/base/samples/uotftest-utf8.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/uotftest.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/utfsmpl-uplatex.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/widow.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/yaku-jsc-jis.tex
%doc %{_texmfdistdir}/doc/uptex/base/samples/yaku-jsc-utf8.tex
#- source
%doc %{_texmfdistdir}/source/fonts/uptex/Makefile
%doc %{_texmfdistdir}/source/fonts/uptex/README_ASCII_Corp.txt
%doc %{_texmfdistdir}/source/fonts/uptex/README_uptex_font.txt
%doc %{_texmfdistdir}/source/fonts/uptex/makepl.perl
%doc %{_texmfdistdir}/source/fonts/uptex/upjisr-h-hk.pl
%doc %{_texmfdistdir}/source/fonts/uptex/upjisr-h.pl
%doc %{_texmfdistdir}/source/fonts/uptex/upjisr-v.pl
%doc %{_texmfdistdir}/source/fonts/uptex/uprml-h-hk.pl
%doc %{_texmfdistdir}/source/fonts/uptex/uprml-h.pl
%doc %{_texmfdistdir}/source/uplatex/base/ujclasses.dtx
%doc %{_texmfdistdir}/source/uplatex/base/ukinsoku.dtx
%doc %{_texmfdistdir}/source/uplatex/base/uplatex.dtx
%doc %{_texmfdistdir}/source/uplatex/base/uplcls.ins
%doc %{_texmfdistdir}/source/uplatex/base/uplfmt.ins
%doc %{_texmfdistdir}/source/uplatex/base/uplfonts.dtx
%doc %{_texmfdistdir}/source/uplatex/base/uplvers.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/uptex <<EOF
#
# from uptex:
uptex uptex - uptex.ini
euptex euptex language.def *euptex.ini
uplatex euptex language.dat *uplatex.ini
EOF

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.11-8
+ Revision: 73a0095
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26041 |14mu|texlive-uri-20111104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21608
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-uri
Version:	20111104
Release:	4
Summary:	TeXLive uri package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uri.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uri.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uri.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive uri package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uri/uri.sty
%doc %{_texmfdistdir}/doc/latex/uri/README
%doc %{_texmfdistdir}/doc/latex/uri/uri-example.pdf
%doc %{_texmfdistdir}/doc/latex/uri/uri-example.tex
%doc %{_texmfdistdir}/doc/latex/uri/uri.pdf
#- source
%doc %{_texmfdistdir}/source/latex/uri/ltxdoc.cfg
%doc %{_texmfdistdir}/source/latex/uri/uri.drv
%doc %{_texmfdistdir}/source/latex/uri/uri.dtx
%doc %{_texmfdistdir}/source/latex/uri/uri.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-4
+ Revision: c6e06eb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26042 |14mu|texlive-url-3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16864
# category Package
# catalog-ctan /macros/latex/contrib/url
# catalog-date 2010-01-27 23:13:46 +0100
# catalog-license lppl
# catalog-version 3.2
Name:		texlive-url
Version:	3.2
Release:	4
Summary:	Verbatim with URL-sensitive line breaks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/url
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/url.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/url.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The command \url is a form of verbatim command that allows
linebreaks at certain characters or combinations of characters,
accepts reconfiguration, and can usually be used in the
argument to another command. (The \urldef command provides
robust commands that serve in cases when \url doesn't work in
an argument.) The command is intended for email addresses,
hypertext links, directories/paths, etc., which normally have
no spaces, so by default the package ignores spaces in its
argument. However, a package option "allows spaces", which is
useful for operating systems where spaces are a common part of
file names.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/url/url.sty
%doc %{_texmfdistdir}/doc/latex/url/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/url/url.pdf
%doc %{_texmfdistdir}/doc/latex/url/url.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.2-4
+ Revision: 950e3e1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26043 |14mu|texlive-ushort-2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ushort
# catalog-date 2008-02-29 19:54:55 +0100
# catalog-license lppl
# catalog-version 2.2
Name:		texlive-ushort
Version:	2.2
Release:	4
Summary:	Shorter (and longer) underlines and underbars
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ushort
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ushort.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ushort.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ushort.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Some engineers need underlined or twice underlined variables
for which the usual \underline is too long. This package
provides a generic command for creating underlines of various
sizes and types.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ushort/ushort.sty
%doc %{_texmfdistdir}/doc/latex/ushort/README
%doc %{_texmfdistdir}/doc/latex/ushort/ushort.pdf
%doc %{_texmfdistdir}/doc/latex/ushort/ushort.tex
%doc %{_texmfdistdir}/doc/latex/ushort/ushort.txt
#- source
%doc %{_texmfdistdir}/source/latex/ushort/ushort.dtx
%doc %{_texmfdistdir}/source/latex/ushort/ushort.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-4
+ Revision: cf706b7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26044 |14mu|texlive-uspatent-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27744
# category Package
# catalog-ctan /macros/latex/contrib/uspatent
# catalog-date 2012-09-19 18:03:54 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-uspatent
Version:	1.0
Release:	8
Summary:	U.S. Patent Application Tools for LaTeX and LyX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uspatent
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uspatent.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uspatent.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a class and other tools for developing a
beautifully formatted, consistent U.S. Patent Application using
LaTeX and/or LyX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uspatent/uspatent.cls
%doc %{_texmfdistdir}/doc/latex/uspatent/DocumentSettings.png
%doc %{_texmfdistdir}/doc/latex/uspatent/DrawingZoomBad.png
%doc %{_texmfdistdir}/doc/latex/uspatent/DrawingZoomGood.png
%doc %{_texmfdistdir}/doc/latex/uspatent/Drawings.lyx
%doc %{_texmfdistdir}/doc/latex/uspatent/Drawings.tex
%doc %{_texmfdistdir}/doc/latex/uspatent/LyX.png
%doc %{_texmfdistdir}/doc/latex/uspatent/LyXCustomInsets.png
%doc %{_texmfdistdir}/doc/latex/uspatent/LyXDocumentSettingsFont.png
%doc %{_texmfdistdir}/doc/latex/uspatent/LyXDocumentSettingsOutput.png
%doc %{_texmfdistdir}/doc/latex/uspatent/LyXEnvironments.png
%doc %{_texmfdistdir}/doc/latex/uspatent/LyXSettings.png
%doc %{_texmfdistdir}/doc/latex/uspatent/LyXSettingsDocumentClass.png
%doc %{_texmfdistdir}/doc/latex/uspatent/PatentApplication.lyx
%doc %{_texmfdistdir}/doc/latex/uspatent/PatentApplication.pdf
%doc %{_texmfdistdir}/doc/latex/uspatent/PatentApplication.tex
%doc %{_texmfdistdir}/doc/latex/uspatent/PatentApplicationGuide.lyx
%doc %{_texmfdistdir}/doc/latex/uspatent/PatentApplicationGuide.pdf
%doc %{_texmfdistdir}/doc/latex/uspatent/PatentApplicationGuide.tex
%doc %{_texmfdistdir}/doc/latex/uspatent/README
%doc %{_texmfdistdir}/doc/latex/uspatent/TeXworks.png
%doc %{_texmfdistdir}/doc/latex/uspatent/TpXDrawing.tpx
%doc %{_texmfdistdir}/doc/latex/uspatent/TpXSettingsAccess.png
%doc %{_texmfdistdir}/doc/latex/uspatent/VisioDrawing.pdf
%doc %{_texmfdistdir}/doc/latex/uspatent/VisioDrawing.vsd
%doc %{_texmfdistdir}/doc/latex/uspatent/VisioMainDrawing.vsd
%doc %{_texmfdistdir}/doc/latex/uspatent/VisioSave.png
%doc %{_texmfdistdir}/doc/latex/uspatent/annotationAlignment.png
%doc %{_texmfdistdir}/doc/latex/uspatent/uspatent.layout

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-8
+ Revision: 241e45e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26045 |14mu|texlive-utf8mex-20111104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-utf8mex
Version:	20111104
Release:	4
Summary:	TeXLive utf8mex package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/utf8mex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/utf8mex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive utf8mex package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/mex/utf8mex/utf8-pl.tex
%{_texmfdistdir}/tex/mex/utf8mex/utf8mex.ini
%{_texmfdistdir}/tex/mex/utf8mex/utf8plsq.tex
%doc %{_texmfdistdir}/doc/mex/utf8mex/Makefile
%doc %{_texmfdistdir}/doc/mex/utf8mex/README
%doc %{_texmfdistdir}/doc/mex/utf8mex/examples/Makefile
%doc %{_texmfdistdir}/doc/mex/utf8mex/examples/catcode.tex
%doc %{_texmfdistdir}/doc/mex/utf8mex/examples/list.tex
%doc %{_texmfdistdir}/doc/mex/utf8mex/examples/tilde.tex
%doc %{_texmfdistdir}/doc/mex/utf8mex/examples/tilde2.tex
%doc %{_texmfdistdir}/doc/mex/utf8mex/test-math.utf8.tex
%doc %{_texmfdistdir}/doc/mex/utf8mex/test.utf8.tex
%doc %{_texmfdistdir}/doc/mex/utf8mex/utf8math.el

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-4
+ Revision: cc74bcb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26046 |14mu|texlive-utopia-20071004-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/utopia
# catalog-date 2007-10-04 10:35:17 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-utopia
Version:	20071004
Release:	4
Summary:	Adobe Utopia fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/utopia
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/utopia.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/utopia.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The Adobe Standard Encoding set (upright and italic shapes,
medium and bold weights) of the Utopia font family, which Adobe
donated to the X Consortium. Macro support, and maths fonts
that match the Utopia family, are provided by the Fourier and
the Mathdesign Utopia font packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/adobe/utopia/putb8a.afm
%{_texmfdistdir}/fonts/afm/adobe/utopia/putbi8a.afm
%{_texmfdistdir}/fonts/afm/adobe/utopia/putr8a.afm
%{_texmfdistdir}/fonts/afm/adobe/utopia/putri8a.afm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putb7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putb8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putb8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putb8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbi7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbi8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbi8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbi8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbo7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbo8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbo8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putbo8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putr7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putr8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putr8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putr8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putrc7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putrc8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putri7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putri8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putri8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putri8t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putro7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putro8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putro8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/utopia/putro8t.tfm
%{_texmfdistdir}/fonts/type1/adobe/utopia/putb8a.pfb
%{_texmfdistdir}/fonts/type1/adobe/utopia/putbi8a.pfb
%{_texmfdistdir}/fonts/type1/adobe/utopia/putr8a.pfb
%{_texmfdistdir}/fonts/type1/adobe/utopia/putri8a.pfb
%{_texmfdistdir}/fonts/vf/adobe/utopia/putb7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putb8c.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putb8t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbi7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbi8c.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbi8t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbo7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbo8c.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putbo8t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putr7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putr8c.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putr8t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putrc7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putrc8t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putri7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putri8c.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putri8t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putro7t.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putro8c.vf
%{_texmfdistdir}/fonts/vf/adobe/utopia/putro8t.vf
%doc %{_texmfdistdir}/doc/fonts/utopia/LICENSE-utopia.txt
%doc %{_texmfdistdir}/doc/fonts/utopia/README-utopia.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20071004-4
+ Revision: c0b0cc1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26047 |14mu|texlive-ut-thesis-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26793
# category Package
# catalog-ctan /macros/latex/contrib/ut-thesis
# catalog-date 2012-06-01 19:19:53 +0200
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-ut-thesis
Version:	2.0
Release:	3
Summary:	University of Toronto thesis style
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ut-thesis
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ut-thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ut-thesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This not described as an 'official' class, just one distributed
"in the hope that it will be useful". A skeleton file, using
the class, is provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ut-thesis/ut-thesis.cls
%doc %{_texmfdistdir}/doc/latex/ut-thesis/README
%doc %{_texmfdistdir}/doc/latex/ut-thesis/ut-thesis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-3
+ Revision: 841ac2c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26048 |14mu|texlive-uwmslide-20120224-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27354
# category Package
# catalog-ctan /macros/latex/contrib/uwmslide
# catalog-date 2012-02-24 11:11:42 +0100
# catalog-license artistic
# catalog-version undef
Name:		texlive-uwmslide
Version:	20120224
Release:	3
Summary:	Slides with a simple Power Point like appearance
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uwmslide
License:	ARTISTIC
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uwmslide.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uwmslide.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A slide format which produces slides with a simple Power Point
like appearance. Several useful features include: use of
standard titlepage to produce title slide; several slide
environments including plain (page with a title), double slide
(two column page with slide title), item slide (item list with
title), left item slide, and right item slide. Logos are placed
in the upper left corner of each slide if the logo file
logo.eps is present. Preconfigured in landscape mode by default
and uses Times Roman by default (originally, it was claimed,
for simple conversion to PDF format).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uwmslide/uwmslide.cls
%doc %{_texmfdistdir}/doc/latex/uwmslide/README
%doc %{_texmfdistdir}/doc/latex/uwmslide/logo.eps
%doc %{_texmfdistdir}/doc/latex/uwmslide/test.tex
%doc %{_texmfdistdir}/doc/latex/uwmslide/vaux.eps

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120224-3
+ Revision: 8ad98f8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26049 |14mu|texlive-uwthesis-6.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/uwthesis
# catalog-date 2010-01-23 11:08:54 +0100
# catalog-license apache2
# catalog-version 6.13
Name:		texlive-uwthesis
Version:	6.13
Release:	4
Summary:	University of Washington thesis class
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/uwthesis
License:	APACHE2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uwthesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/uwthesis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive uwthesis package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/uwthesis/uwthesis.cls
%doc %{_texmfdistdir}/doc/latex/uwthesis/LICENSE
%doc %{_texmfdistdir}/doc/latex/uwthesis/README
%doc %{_texmfdistdir}/doc/latex/uwthesis/uwthesis.bib
%doc %{_texmfdistdir}/doc/latex/uwthesis/uwthesis.pdf
%doc %{_texmfdistdir}/doc/latex/uwthesis/uwthesis.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 6.13-4
+ Revision: 6aa0f8c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26050 |14mu|texlive-vancouver-20120227-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25519
# category Package
# catalog-ctan /biblio/bibtex/contrib/vancouver
# catalog-date 2012-02-27 00:21:15 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-vancouver
Version:	20120227
Release:	4
Summary:	Bibliographic style file for Biomedical Journals
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/biblio/bibtex/contrib/vancouver
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vancouver.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vancouver.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This BibTeX style file is generated with the docstrip utility
and modified manually to meet the Uniform Requirements for
Manuscripts Submitted to Biomedical Journals as published in N
Engl J Med 1997;336:309-315 (also known as the Vancouver
style). The complete set of requirements may be viewed on the
ICMJE web site.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/bibtex/bst/vancouver/vancouver.bst
%doc %{_texmfdistdir}/doc/bibtex/vancouver/FAQ
%doc %{_texmfdistdir}/doc/bibtex/vancouver/README
%doc %{_texmfdistdir}/doc/bibtex/vancouver/vancouver.bib
%doc %{_texmfdistdir}/doc/bibtex/vancouver/vancouver.pdf
%doc %{_texmfdistdir}/doc/bibtex/vancouver/vancouver.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar bibtex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120227-4
+ Revision: d4f98b7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26051 |14mu|texlive-variations-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/generic/variations
# catalog-date 2007-03-13 09:06:46 +0100
# catalog-license gpl
# catalog-version 0.3
Name:		texlive-variations
Version:	0.3
Release:	4
Summary:	Typeset tables of variations of functions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/variations
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/variations.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/variations.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for typesetting tables showing
variations of functions according to French usage. These macros
may be used by both LaTeX and plain TeX users.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/variations/variations.sty
%{_texmfdistdir}/tex/generic/variations/variations.tex
%doc %{_texmfdistdir}/doc/generic/variations/ALIRE
%doc %{_texmfdistdir}/doc/generic/variations/COPYING
%doc %{_texmfdistdir}/doc/generic/variations/README
%doc %{_texmfdistdir}/doc/generic/variations/docvariations.pdf
%doc %{_texmfdistdir}/doc/generic/variations/docvariations.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: e84b1a9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26052 |14mu|texlive-varindex-2.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32262
# category Package
# catalog-ctan /macros/latex/contrib/varindex
# catalog-date 2013-11-27 07:34:41 +0100
# catalog-license lppl
# catalog-version 2.3
Name:		texlive-varindex
Version:	2.3
Release:	7
Summary:	Luxury frontend to the \index command
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/varindex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varindex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varindex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a convenient front-end for the \index command. For
example, with it you can generate multiple index entries in
almost any form by a single command. The package is highly
customizable, and works with all versions of LaTeX and probably
most other TeX formats.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/varindex/varindex.sty
%doc %{_texmfdistdir}/doc/latex/varindex/README
%doc %{_texmfdistdir}/doc/latex/varindex/varindex.pdf
%doc %{_texmfdistdir}/doc/latex/varindex/varindex.tex
%doc %{_texmfdistdir}/doc/latex/varindex/varindex.txt
#- source
%doc %{_texmfdistdir}/source/latex/varindex/varindex.dtx
%doc %{_texmfdistdir}/source/latex/varindex/varindex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3-7
+ Revision: bb3fa5b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26053 |14mu|texlive-varsfromjobname-0.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/varsfromjobname
# catalog-date 2009-01-12 09:20:39 +0100
# catalog-license lppl
# catalog-version 0.5
Name:		texlive-varsfromjobname
Version:	0.5
Release:	4
Summary:	Extract variables from the name of the LaTeX file
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/varsfromjobname
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varsfromjobname.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varsfromjobname.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package allows the user to extract information from the job
name, provided that the name has been structured appropriately:
the package expects the file name to consist of a set of words
separated by hyphens.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/varsfromjobname/varsfromjobname.sty
%doc %{_texmfdistdir}/doc/latex/varsfromjobname/README
%doc %{_texmfdistdir}/doc/latex/varsfromjobname/varsfromjobname.pdf
%doc %{_texmfdistdir}/doc/latex/varsfromjobname/varsfromjobname.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5-4
+ Revision: 4953e33
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26054 |14mu|texlive-varwidth-0.92-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24104
# category Package
# catalog-ctan /macros/latex/contrib/varwidth
# catalog-date 2010-11-26 12:00:18 +0100
# catalog-license lppl
# catalog-version 0.92
Name:		texlive-varwidth
Version:	0.92
Release:	4
Summary:	A variable-width minipage
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/varwidth
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varwidth.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/varwidth.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The varwidth environment is superficially similar to minipage,
but the specified width is just a maximum value -- the box may
get a narrower "natural" width.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/varwidth/varwidth.sty
%doc %{_texmfdistdir}/doc/latex/varwidth/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/varwidth/varwidth-doc.pdf
%doc %{_texmfdistdir}/doc/latex/varwidth/varwidth-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.92-4
+ Revision: 4248bd3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26055 |14mu|texlive-vaucanson-g-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /graphics/pstricks/contrib/vaucanson-g
# catalog-date 2008-10-30 09:45:25 +0100
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-vaucanson-g
Version:	0.4
Release:	4
Summary:	PSTricks macros for drawing automata
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/vaucanson-g
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vaucanson-g.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vaucanson-g.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
VauCanSon-G is a package that enables the user to draw automata
within texts written using LaTeX. The package macros make use
of commands of PStricks.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/vaucanson-g/VCColor-names.def
%{_texmfdistdir}/tex/generic/vaucanson-g/VCPref-beamer.tex
%{_texmfdistdir}/tex/generic/vaucanson-g/VCPref-default.tex
%{_texmfdistdir}/tex/generic/vaucanson-g/VCPref-mystyle.tex
%{_texmfdistdir}/tex/generic/vaucanson-g/VCPref-slides.tex
%{_texmfdistdir}/tex/generic/vaucanson-g/Vaucanson-G.tex
%{_texmfdistdir}/tex/generic/vaucanson-g/vaucanson-g.sty
%{_texmfdistdir}/tex/generic/vaucanson-g/vaucanson.sty
%doc %{_texmfdistdir}/doc/generic/vaucanson-g/CHANGES
%doc %{_texmfdistdir}/doc/generic/vaucanson-g/README
%doc %{_texmfdistdir}/doc/generic/vaucanson-g/VCManual-src/TwoStates.tex
%doc %{_texmfdistdir}/doc/generic/vaucanson-g/VCManual-src/VCManual.tex
%doc %{_texmfdistdir}/doc/generic/vaucanson-g/VCManual.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-4
+ Revision: 32421aa
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26056 |14mu|texlive-vdmlisting-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29944
# category Package
# catalog-ctan /macros/latex/contrib/vdmlisting
# catalog-date 2013-04-16 11:30:34 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-vdmlisting
Version:	1.0
Release:	7
Summary:	Typesetting VDM in ASCII syntax
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vdmlisting
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vdmlisting.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vdmlisting.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is an extension for the listings package that
provides a source code printer for LaTeX. This package defines
new language definitions and listing environments for the three
language dialects of the Vienna Development Method: VDM-SL,
VDM-PP and VDM-RT. If one wants to typeset VDM with a
mathematical syntax instead of the ASCII syntax used here one
should use the vdm pacakge instead.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vdmlisting/vdmlisting.sty
%doc %{_texmfdistdir}/doc/latex/vdmlisting/README
%doc %{_texmfdistdir}/doc/latex/vdmlisting/vdmlisting.pdf
%doc %{_texmfdistdir}/doc/latex/vdmlisting/vdmlisting.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 13b46da
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26057 |14mu|texlive-velthuis-2.15.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23224
# category Package
# catalog-ctan /language/devanagari/velthuis
# catalog-date 2011-07-25 14:21:08 +0200
# catalog-license gpl
# catalog-version 2.15.1
Name:		texlive-velthuis
Version:	2.15.1
Release:	4
Summary:	Typeset Devanagari
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/devanagari/velthuis
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/velthuis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/velthuis.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires:	texlive-xetex-devanagari

%description
Frans Velthuis' preprocessor for Devanagari text, and fonts and
macros to use when typesetting the processed text. The macros
provide features that support Sanskrit, Hindi, Marathi, Nepali,
and other languages typically printed in the Devanagari script.
The fonts are available both in Metafont and Type 1 format.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnb10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnb8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnb9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbb10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbb8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbb9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbbi10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbbi8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbbi9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbi10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbi8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnbi9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnc10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnc8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnc9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvncb10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvncb8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvncb9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvncbi10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvncbi8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvncbi9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnci10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnci8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnci9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvng10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvng8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvng9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngb10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngb8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngb9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngbi10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngbi8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngbi9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngi10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngi8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvngi9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnn10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnn8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnn9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnnb10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnnb8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnnb9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnnbi10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnnbi8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnnbi9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnni10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnni8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvnni9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpb10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpb8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpb9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpc10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpc8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpc9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpn10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpn8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpn9.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpnn10.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpnn8.afm
%{_texmfdistdir}/fonts/afm/public/velthuis/dvpnn9.afm
%{_texmfdistdir}/fonts/map/dvips/velthuis/dvng.map
%{_texmfdistdir}/fonts/source/public/velthuis/dnchars.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dndefs.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dngen.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dninit.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnb10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnb8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnb9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbb10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbb8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbb9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbbi10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbbi8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbbi9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbi10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbi8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnbi9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnc10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnc8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnc9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvncb10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvncb8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvncb9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvncbi10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvncbi8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvncbi9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnci10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnci8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnci9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvng10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvng8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvng9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngb10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngb8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngb9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngbi10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngbi8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngbi9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngi10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngi8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvngi9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnn10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnn8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnn9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnnb10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnnb8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnnb9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnnbi10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnnbi8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnnbi9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnni10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnni8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvnni9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpb10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpb8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpb9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpc10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpc8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpc9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpn10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpn8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpn9.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpnn10.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpnn8.mf
%{_texmfdistdir}/fonts/source/public/velthuis/dvpnn9.mf
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnb10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnb8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnb9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbb10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbb8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbb9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbbi8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbbi9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbi8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnbi9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnc10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnc8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnc9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvncb10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvncb8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvncb9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvncbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvncbi8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvncbi9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnci10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnci8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnci9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvng10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvng8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvng9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngb10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngb8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngb9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngbi8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngbi9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngi10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngi8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvngi9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnn10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnn8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnn9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnnb10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnnb8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnnb9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnnbi10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnnbi8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnnbi9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnni10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnni8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvnni9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpb10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpb8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpb9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpc10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpc8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpc9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpn10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpn8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpn9.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpnn10.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpnn8.tfm
%{_texmfdistdir}/fonts/tfm/public/velthuis/dvpnn9.tfm
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnb10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnb8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnb9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbb10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbb8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbb9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbbi10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbbi8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbbi9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbi10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbi8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnbi9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnc10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnc8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnc9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvncb10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvncb8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvncb9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvncbi10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvncbi8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvncbi9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnci10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnci8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnci9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvng10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvng8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvng9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngb10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngb8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngb9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngbi10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngbi8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngbi9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngi10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngi8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvngi9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnn10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnn8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnn9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnnb10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnnb8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnnb9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnnbi10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnnbi8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnnbi9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnni10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnni8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvnni9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpb10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpb8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpb9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpc10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpc8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpc9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpn10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpn8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpn9.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpnn10.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpnn8.pfb
%{_texmfdistdir}/fonts/type1/public/velthuis/dvpnn9.pfb
%{_texmfdistdir}/tex/generic/velthuis/hindi.ldf
%{_texmfdistdir}/tex/generic/velthuis/hindi.sty
%{_texmfdistdir}/tex/latex/velthuis/dev.sty
%{_texmfdistdir}/tex/latex/velthuis/dev209.sty
%{_texmfdistdir}/tex/latex/velthuis/devanagari.sty
%{_texmfdistdir}/tex/latex/velthuis/dvngcite.sty
%{_texmfdistdir}/tex/latex/velthuis/udn.fd
%{_texmfdistdir}/tex/latex/velthuis/udnb.fd
%{_texmfdistdir}/tex/latex/velthuis/udnc.fd
%{_texmfdistdir}/tex/latex/velthuis/udnn.fd
%{_texmfdistdir}/tex/latex/velthuis/udnp.fd
%{_texmfdistdir}/tex/latex/velthuis/udnpb.fd
%{_texmfdistdir}/tex/latex/velthuis/udnpc.fd
%{_texmfdistdir}/tex/latex/velthuis/udnpn.fd
%{_texmfdistdir}/tex/plain/velthuis/dnmacs.tex
%{_texmfdistdir}/tex/xelatex/velthuis/hindicaptions.sty
%doc %{_texmfdistdir}/doc/generic/velthuis/README
%doc %{_texmfdistdir}/doc/generic/velthuis/captions.dn
%doc %{_texmfdistdir}/doc/generic/velthuis/changes
%doc %{_texmfdistdir}/doc/generic/velthuis/copying
%doc %{_texmfdistdir}/doc/generic/velthuis/examples.dn
%doc %{_texmfdistdir}/doc/generic/velthuis/examples.pdf
%doc %{_texmfdistdir}/doc/generic/velthuis/hindi.dtx
%doc %{_texmfdistdir}/doc/generic/velthuis/hindi.ins
%doc %{_texmfdistdir}/doc/generic/velthuis/hindi.pdf
%doc %{_texmfdistdir}/doc/generic/velthuis/manual.pdf
%doc %{_texmfdistdir}/doc/generic/velthuis/manual.tex
%doc %{_texmfdistdir}/doc/generic/velthuis/misspaal.dn
%doc %{_texmfdistdir}/doc/generic/velthuis/misspaal.pdf
%doc %{_texmfdistdir}/doc/generic/velthuis/vedasample.dn
%doc %{_texmfdistdir}/doc/generic/velthuis/vedasample.pdf
%doc %{_texmfdistdir}/doc/generic/velthuis/xetex-examples.pdf
%doc %{_texmfdistdir}/doc/generic/velthuis/xetex-examples.tex
%doc %{_texmfdistdir}/doc/generic/velthuis/xetex-misspaal.pdf
%doc %{_texmfdistdir}/doc/generic/velthuis/xetex-misspaal.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.15.1-4
+ Revision: 17e3927
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26058 |14mu|texlive-venndiagram-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28069
# category Package
# catalog-ctan /macros/latex/contrib/venndiagram
# catalog-date 2012-10-24 15:36:13 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-venndiagram
Version:	1.0
Release:	9
Summary:	Creating Venn diagrams with TikZ
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/venndiagram
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venndiagram.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venndiagram.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/venndiagram.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package assists generation of simple two- and three-set
Venn diagrams for lectures or assignment sheets. The package
requires the TikZ package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/venndiagram/venndiagram.sty
%doc %{_texmfdistdir}/doc/latex/venndiagram/CHANGES
%doc %{_texmfdistdir}/doc/latex/venndiagram/INSTALL
%doc %{_texmfdistdir}/doc/latex/venndiagram/README
%doc %{_texmfdistdir}/doc/latex/venndiagram/samples/venn-sample.pdf
%doc %{_texmfdistdir}/doc/latex/venndiagram/samples/venn-sample.tex
%doc %{_texmfdistdir}/doc/latex/venndiagram/venndiagram.pdf
#- source
%doc %{_texmfdistdir}/source/latex/venndiagram/venndiagram.dtx
%doc %{_texmfdistdir}/source/latex/venndiagram/venndiagram.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-9
+ Revision: fa67ccb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26059 |14mu|texlive-verbasef-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21922
# category Package
# catalog-ctan /macros/latex/contrib/verbasef
# catalog-date 2011-04-02 14:59:54 +0200
# catalog-license gpl
# catalog-version 1.1
Name:		texlive-verbasef
Version:	1.1
Release:	4
Summary:	VERBatim Automatic Splitting of External Files
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/verbasef
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbasef.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbasef.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Verbasef allows you to input (subsections of a) file, print
them in verbatim mode, while automatically breaking up the
inputted lines into pieces of a given length, which are output
as figures. These figures are posted using the [H]
specification, which forces LaTeX to place the figure at the
spot of invocation, rather than floating the figures to the top
of the next page. The package requires the verbatim, here and
vrbexin packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/verbasef/verbasef.sty
%doc %{_texmfdistdir}/doc/latex/verbasef/verbasef-doc.pdf
%doc %{_texmfdistdir}/doc/latex/verbasef/verbasef-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 9f4cd98
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26060 |14mu|texlive-verbatimbox-3.11-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32894
# category Package
# catalog-ctan /macros/latex/contrib/verbatimbox
# catalog-date 2014-02-04 19:03:18 +0100
# catalog-license lppl
# catalog-version 3.11
Name:		texlive-verbatimbox
Version:	3.11
Release:	3
Summary:	Deposit verbatim text in a box
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/verbatimbox
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbatimbox.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbatimbox.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a verbbox environment (which uses
techniques similar to those of the boxedverbatim environment of
the moreverb package) to place its contents into a globally
available box, or into a box specified by the user. The global
box may then be used in a variety of situations (for example,
providing a replica of the boxedverbatim environment itself). A
valuable use is in places where the standard verbatim
environment (which is based on a trivlist) may not appear. The
package makes use of the verbatim package (which is a required
part of any LaTeX distribution).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/verbatimbox/verbatimbox.sty
%doc %{_texmfdistdir}/doc/latex/verbatimbox/README
%doc %{_texmfdistdir}/doc/latex/verbatimbox/verbatimbox.pdf
%doc %{_texmfdistdir}/doc/latex/verbatimbox/verbatimbox.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.11-3
+ Revision: c4a8bb7
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26061 |14mu|texlive-verbatimcopy-0.06-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/verbatimcopy
# catalog-date 2009-06-02 14:54:30 +0200
# catalog-license lppl
# catalog-version 0.06
Name:		texlive-verbatimcopy
Version:	0.06
Release:	4
Summary:	Make copies of text documents from within LaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/verbatimcopy
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbatimcopy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbatimcopy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides \VerbatimCopy{in}{out} that will enable
LaTeX to take a verbatim copy of one text file, and save it
under another name. The package provides a means to specify the
output directory to be used, but does no checking and may
therefore overwrite an important file if used injudiciously.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/verbatimcopy/verbatimcopy.sty
%doc %{_texmfdistdir}/doc/latex/verbatimcopy/README
%doc %{_texmfdistdir}/doc/latex/verbatimcopy/verbatimcopy.pdf
%doc %{_texmfdistdir}/doc/latex/verbatimcopy/verbatimcopy.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.06-4
+ Revision: 5197a01
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26062 |14mu|texlive-verbdef-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17177
# category Package
# catalog-ctan /macros/latex/contrib/verbdef
# catalog-date 2010-03-09 13:13:30 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-verbdef
Version:	0.2
Release:	4
Summary:	Define commands which expand to verbatim text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/verbdef
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbdef.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbdef.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a single command \verbdef (which has a *-
form, like \verb). \verbdef will define a robust command whose
body expands to verbatim text. By using commands defined by
\verbdef, one can put verbatim text into the arguments of
commands; since the defined command is robust, it doesn't
matter if the argument is moving. (Full details of syntax and
caveats about use are in comments in the file itself.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/verbdef/verbdef.sty
%doc %{_texmfdistdir}/doc/latex/verbdef/verbdef.pdf
%doc %{_texmfdistdir}/doc/latex/verbdef/verbdef.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: dda1d6d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26063 |14mu|texlive-verbments-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23670
# category Package
# catalog-ctan /macros/latex/contrib/verbments
# catalog-date 2011-08-23 07:18:10 +0200
# catalog-license lppl1.2
# catalog-version 1.2
Name:		texlive-verbments
Version:	1.2
Release:	4
Summary:	Syntax highlighting of source code in LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/verbments
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbments.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verbments.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an environment for syntax highlighting
source code in LaTeX documents. The highlighted source code
output is formatted via powerful Pygments library of the Python
language.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/verbments/verbments.sty
%doc %{_texmfdistdir}/doc/latex/verbments/README
%doc %{_texmfdistdir}/doc/latex/verbments/verbments.pdf
%doc %{_texmfdistdir}/doc/latex/verbments/verbments.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: f3b421e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26064 |14mu|texlive-verse-2.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/verse
# catalog-date 2009-09-04 12:14:45 +0200
# catalog-license lppl
# catalog-version 2.4
Name:		texlive-verse
Version:	2.4
Release:	4
Summary:	Aids for typesetting simple verse
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/verse
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verse.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verse.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/verse.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package documentation discusses approaches to the problem;
the package is strong on layout, from simple alternate-line
indentation to the Mouse's tale from Alice in Wonderland.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/verse/verse.sty
%doc %{_texmfdistdir}/doc/latex/verse/README
%doc %{_texmfdistdir}/doc/latex/verse/verse.pdf
#- source
%doc %{_texmfdistdir}/source/latex/verse/verse.dtx
%doc %{_texmfdistdir}/source/latex/verse/verse.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4-4
+ Revision: f61f5b2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26065 |14mu|texlive-version-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21920
# category Package
# catalog-ctan /macros/latex/contrib/version
# catalog-date 2011-04-02 15:43:25 +0200
# catalog-license other-free
# catalog-version 2.0
Name:		texlive-version
Version:	2.0
Release:	4
Summary:	Conditionally include text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/version
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/version.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/version.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines macros \includeversion{NAME} and \excludeversion{NAME},
each of which defines an environment NAME whose text is to be
included or excluded from compilation. Although the command
syntax is very similar to that of comment, comment.sty is to be
preferred to version.sty for documents where significant chunks
of text may be excluded.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/version/version.sty
%doc %{_texmfdistdir}/doc/latex/version/version-doc.pdf
%doc %{_texmfdistdir}/doc/latex/version/version-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 909cc72
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26066 |14mu|texlive-versions-0.55-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21921
# category Package
# catalog-ctan /macros/latex/contrib/versions
# catalog-date 2011-04-02 19:40:46 +0200
# catalog-license lppl1.3
# catalog-version 0.55
Name:		texlive-versions
Version:	0.55
Release:	4
Summary:	Optionally omit pieces of text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/versions
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/versions.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/versions.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Stephan Bellantoni's version has provided preamble commands for
selecting environments to be included/excluded. This package
does the same, but corrects, improves, and extends it in both
implementation and function.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/versions/versions.sty
%doc %{_texmfdistdir}/doc/latex/versions/versions-doc.pdf
%doc %{_texmfdistdir}/doc/latex/versions/versions-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.55-4
+ Revision: d6e1772
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26067 |14mu|texlive-vertbars-1.0b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20589
# category Package
# catalog-ctan /macros/latex/contrib/vertbars
# catalog-date 2010-11-28 20:56:07 +0100
# catalog-license lppl1.3
# catalog-version 1.0b
Name:		texlive-vertbars
Version:	1.0b
Release:	4
Summary:	Mark vertical rules in margin of text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vertbars
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vertbars.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vertbars.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vertbars.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is an extension to lineno, replacing that
package's line numbers with bars to the left or right of the
text.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vertbars/vertbars.sty
%doc %{_texmfdistdir}/doc/latex/vertbars/README
%doc %{_texmfdistdir}/doc/latex/vertbars/vertbars.pdf
#- source
%doc %{_texmfdistdir}/source/latex/vertbars/vertbars.ins
%doc %{_texmfdistdir}/source/latex/vertbars/vertbars.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0b-4
+ Revision: 61eb832
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26068 |14mu|texlive-vgrid-0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32457
# category Package
# catalog-ctan /macros/latex/contrib/vgrid
# catalog-date 2013-12-20 18:52:05 +0100
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-vgrid
Version:	0.1
Release:	3
Summary:	Overlay a grid on the printed page
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vgrid
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vgrid.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vgrid.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vgrid.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package overlays a grid (whose spacing is \baselineskip,
which offers guidlines for considering the "rhythm" of the
document on the page.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vgrid/vgrid.sty
%doc %{_texmfdistdir}/doc/latex/vgrid/vgrid.pdf
#- source
%doc %{_texmfdistdir}/source/latex/vgrid/vgrid.dtx
%doc %{_texmfdistdir}/source/latex/vgrid/vgrid.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-3
+ Revision: 8459e9b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26069 |14mu|texlive-vhistory-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19901
# category Package
# catalog-ctan /macros/latex/contrib/vhistory
# catalog-date 2010-07-19 00:40:21 +0200
# catalog-license lppl1.2
# catalog-version 1.5
Name:		texlive-vhistory
Version:	1.5
Release:	4
Summary:	Support for creating a change log
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vhistory
License:	LPPL1.2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vhistory.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vhistory.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Vhistory simplifies the creation of a history of versions of a
document. You can easily extract information like the current
version of a list of authors from that history. It helps you to
get consistent documents. The package sets, which is used by
vhistory, allows you to use sets containing text. You can use
the usual operations to create the union of sets or the
intersection of sets etc.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vhistory/sets.sty
%{_texmfdistdir}/tex/latex/vhistory/vhistory.sty
%doc %{_texmfdistdir}/doc/latex/vhistory/CHANGES
%doc %{_texmfdistdir}/doc/latex/vhistory/README
%doc %{_texmfdistdir}/doc/latex/vhistory/README.doc
%doc %{_texmfdistdir}/doc/latex/vhistory/de_beispiel.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/de_einleitung.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/de_sets.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/de_vhistory.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/en_example.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/en_introduction.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/en_sets.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/en_vhistory.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/hyperref.cfg
%doc %{_texmfdistdir}/doc/latex/vhistory/vh_set_example.pdf
%doc %{_texmfdistdir}/doc/latex/vhistory/vh_set_example.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/vh_sets_de.pdf
%doc %{_texmfdistdir}/doc/latex/vhistory/vh_sets_de.tex
%doc %{_texmfdistdir}/doc/latex/vhistory/vh_sets_en.pdf
%doc %{_texmfdistdir}/doc/latex/vhistory/vh_sets_en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: be2ebbd
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26070 |14mu|texlive-vmargin-2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/vmargin
# catalog-date 2009-09-27 12:18:28 +0200
# catalog-license lppl
# catalog-version 2.5
Name:		texlive-vmargin
Version:	2.5
Release:	4
Summary:	Set various page dimensions
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vmargin
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vmargin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vmargin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vmargin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides a macro to set various margins as well as dimensions
for header/footer and page dimensions. Most common paper sizes,
paper orientation, disabling of headers and footers, and two
sided printing are supported. The vmargin package does not rely
on other packages and was designed with speed and size in mind.
Its user interface might not be very fancy, but it's fast,
small, and gets the job done. If you are looking for something
more elaborate try the geometry package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vmargin/vmargin.sty
%doc %{_texmfdistdir}/doc/latex/vmargin/vmargin.pdf
#- source
%doc %{_texmfdistdir}/source/latex/vmargin/Makefile
%doc %{_texmfdistdir}/source/latex/vmargin/vmargin.drv
%doc %{_texmfdistdir}/source/latex/vmargin/vmargin.dtx
%doc %{_texmfdistdir}/source/latex/vmargin/vmargin.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5-4
+ Revision: 50eb0ef
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26071 |14mu|texlive-vntex-3.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22766
# category Package
# catalog-ctan /language/vietnamese/vntex
# catalog-date 2011-04-12 14:45:36 +0200
# catalog-license other-free
# catalog-version 3.2
Name:		texlive-vntex
Version:	3.2
Release:	4
Summary:	Support for Vietnamese
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/vietnamese/vntex
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vntex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vntex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vntex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

Requires(post):	texlive-tetex

%description
The vntex bundle provides fonts, Plain TeX, texinfo and LaTeX
macros for typesetting documents in Vietnamese. Users of the
fonts (in both Metafont and Adobe Type 1 format) of this bundle
may alternatively use the lm fonts bundle, for which map files
are available to provide a Vietnamese version.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/vntex/chartervn/bchb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/chartervn/bchbi8v.afm
%{_texmfdistdir}/fonts/afm/vntex/chartervn/bchr8v.afm
%{_texmfdistdir}/fonts/afm/vntex/chartervn/bchri8v.afm
%{_texmfdistdir}/fonts/afm/vntex/grotesqvn/ugqb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/fplrc8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uagd8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uagdo8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uagk8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uagko8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ubkd8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ubkdi8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ubkl8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ubkli8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ucrb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ucrbo8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ucrr8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/ucrro8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uhvb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uhvbo8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uhvr8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uhvro8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uncb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uncbi8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uncr8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uncri8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uplb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uplbi8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uplr8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uplri8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/utmb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/utmbi8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/utmr8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/utmri8v.afm
%{_texmfdistdir}/fonts/afm/vntex/urwvn/uzcmi8v.afm
%{_texmfdistdir}/fonts/afm/vntex/vntopia/putb8v.afm
%{_texmfdistdir}/fonts/afm/vntex/vntopia/putbi8v.afm
%{_texmfdistdir}/fonts/afm/vntex/vntopia/putr8v.afm
%{_texmfdistdir}/fonts/afm/vntex/vntopia/putri8v.afm
%{_texmfdistdir}/fonts/enc/dvips/vntex/t5.enc
%{_texmfdistdir}/fonts/enc/pdftex/vntex/t5d.enc
%{_texmfdistdir}/fonts/enc/pdftex/vntex/t5uni.enc
%{_texmfdistdir}/fonts/map/dvips/vntex/arevvn.map
%{_texmfdistdir}/fonts/map/dvips/vntex/chartervn.map
%{_texmfdistdir}/fonts/map/dvips/vntex/cmbrightvn.map
%{_texmfdistdir}/fonts/map/dvips/vntex/concretevn.map
%{_texmfdistdir}/fonts/map/dvips/vntex/grotesqvn.map
%{_texmfdistdir}/fonts/map/dvips/vntex/txttvn.map
%{_texmfdistdir}/fonts/map/dvips/vntex/urwvn.map
%{_texmfdistdir}/fonts/map/dvips/vntex/vnrother.map
%{_texmfdistdir}/fonts/map/dvips/vntex/vnrtext.map
%{_texmfdistdir}/fonts/map/dvips/vntex/vntopia.map
%{_texmfdistdir}/fonts/source/vntex/vnr/vnaccent.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnacomp.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnb10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbase.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbx10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbx12.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbx5.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbx6.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbx7.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbx8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbx9.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbxsl10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnbxti10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vncligtb.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vncode.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vncombac.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vncsc.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vncsc10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vndothook.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vndunh10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnecomp.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnff10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnfi10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnfib8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnicomp.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vniligtb.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnitt10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlacc.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlai.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlar.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnldi.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnldr.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlei.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnler.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlii.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlir.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnloi.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlor.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlui.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlur.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlyi.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnlyr.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnminus.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnmligtb.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnocomp.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr12.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr17.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr5.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr6.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr7.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnr9.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnrligtb.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnrm.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnroman.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnsl10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnsl12.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnsl8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnsl9.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnsltt10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnss10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnss12.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnss17.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnss8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnss9.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssbx10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssdc10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssi10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssi12.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssi17.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssi8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssi9.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssq8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnssqi8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vntcsc10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vntextit.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnti10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnti12.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnti7.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnti8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnti9.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vntt10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vntt12.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vntt8.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vntt9.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnu10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnuacc.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnuar.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnucomp.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnudr.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnuer.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnuir.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnuor.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnuur.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnuyr.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnvtt10.mf
%{_texmfdistdir}/fonts/source/vntex/vnr/vnycomp.mf
%{_texmfdistdir}/fonts/tfm/vntex/arevvn/favb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/arevvn/favbi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/arevvn/favr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/arevvn/favri8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchbc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchbi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchri8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/chartervn/bchro8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbr10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbr17.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbr8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbr9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbrbx10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbrsl10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbrsl17.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbrsl8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmbrsl9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmsltl10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/cmbrightvn/vncmtl10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/concretevn/vncccsc10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/concretevn/vnccr10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/concretevn/vnccsl10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/concretevn/vnccti10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/grotesqvn/ugqb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/grotesqvn/ugqbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/txttvn/txbtt8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/txttvn/txbttsc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/txttvn/txbttsl8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/txttvn/txtt8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/txttvn/txttsc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/txttvn/txttsl8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/fplrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uagd8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uagdc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uagdo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uagk8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uagkc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uagko8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubkd8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubkdc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubkdi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubkdo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubkl8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubklc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubkli8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ubklo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ucrb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ucrbc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ucrbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ucrr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ucrrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/ucrro8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uhvb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uhvbc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uhvbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uhvr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uhvrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uhvro8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncbc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncbi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncri8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uncro8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplbc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplbi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplri8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uplro8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmbc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmbi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmri8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/utmro8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/urwvn/uzcmi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnb10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbx10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbx12.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbx5.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbx6.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbx7.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbx8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbx9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbxsl10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnbxti10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vncsc10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vndunh10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnff10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnfi10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnfib8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnitt10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr12.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr17.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr5.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr6.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr7.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnr9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnsl10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnsl12.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnsl8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnsl9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnsltt10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnss10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnss12.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnss17.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnss8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnss9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssbx10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssdc10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssi10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssi12.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssi17.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssi8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssi9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssq8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnssqi8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vntcsc10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnti10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnti12.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnti7.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnti8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnti9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vntt10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vntt12.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vntt8.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vntt9.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnu10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vnr/vnvtt10.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putb8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putbc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putbi8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putbo8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putr8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putrc8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putri8v.tfm
%{_texmfdistdir}/fonts/tfm/vntex/vntopia/putro8v.tfm
%{_texmfdistdir}/fonts/type1/vntex/arevvn/ArevSans-Bold-T5.pfb
%{_texmfdistdir}/fonts/type1/vntex/arevvn/ArevSans-BoldOblique-T5.pfb
%{_texmfdistdir}/fonts/type1/vntex/arevvn/ArevSans-Oblique-T5.pfb
%{_texmfdistdir}/fonts/type1/vntex/arevvn/ArevSans-Roman-T5.pfb
%{_texmfdistdir}/fonts/type1/vntex/chartervn/bchb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/chartervn/bchbi8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/chartervn/bchr8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/chartervn/bchri8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbr10.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbr17.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbr8.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbr9.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbrbx10.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbrsl10.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbrsl17.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbrsl8.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmbrsl9.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmsltl10.pfb
%{_texmfdistdir}/fonts/type1/vntex/cmbrightvn/vncmtl10.pfb
%{_texmfdistdir}/fonts/type1/vntex/concretevn/CMConcrete8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/concretevn/CMConcreteItalic8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/concretevn/CMConcreteSlanted8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/concretevn/CMConcreteSmallCaps8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/grotesqvn/ugqb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/txttvn/txbtt8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/txttvn/txbttsc8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/txttvn/txtt8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/txttvn/txttsc8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/fplrc8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uagd8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uagdo8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uagk8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uagko8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ubkd8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ubkdi8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ubkl8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ubkli8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ucrb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ucrbo8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ucrr8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/ucrro8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uhvb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uhvbo8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uhvr8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uhvro8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uncb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uncbi8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uncr8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uncri8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uplb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uplbi8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uplr8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uplri8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/utmb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/utmbi8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/utmr8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/utmri8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/urwvn/uzcmi8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnb10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbx10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbx12.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbx5.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbx6.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbx7.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbx8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbx9.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbxsl10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnbxti10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vncsc10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vndunh10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnff10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnfi10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnfib8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnitt10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr12.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr17.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr5.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr6.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr7.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnr9.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnsl10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnsl12.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnsl8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnsl9.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnsltt10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnss10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnss12.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnss17.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnss8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnss9.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssbx10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssdc10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssi10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssi12.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssi17.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssi8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssi9.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssq8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnssqi8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vntcsc10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnti10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnti12.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnti7.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnti8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnti9.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vntt10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vntt12.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vntt8.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vntt9.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnu10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vnr/vnvtt10.pfb
%{_texmfdistdir}/fonts/type1/vntex/vntopia/putb8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/vntopia/putbi8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/vntopia/putr8v.pfb
%{_texmfdistdir}/fonts/type1/vntex/vntopia/putri8v.pfb
%{_texmfdistdir}/fonts/vf/vntex/chartervn/bchbc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/chartervn/bchrc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uagdc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uagkc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/ubkdc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/ubklc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/ucrbc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/ucrrc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uhvbc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uhvrc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uncbc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uncrc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uplbc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/uplrc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/utmbc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/urwvn/utmrc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/vntopia/putbc8v.vf
%{_texmfdistdir}/fonts/vf/vntex/vntopia/putrc8v.vf
%{_texmfdistdir}/tex/latex/vntex/dblaccnt.sty
%{_texmfdistdir}/tex/latex/vntex/mcviscii.def
%{_texmfdistdir}/tex/latex/vntex/pd1supp.def
%{_texmfdistdir}/tex/latex/vntex/swpvntex.sty
%{_texmfdistdir}/tex/latex/vntex/t5bch.fd
%{_texmfdistdir}/tex/latex/vntex/t5ccr.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmbr.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmdh.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmfib.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmfr.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmr.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmss.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmssq.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmtl.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmtt.fd
%{_texmfdistdir}/tex/latex/vntex/t5cmvtt.fd
%{_texmfdistdir}/tex/latex/vntex/t5enc.def
%{_texmfdistdir}/tex/latex/vntex/t5enc.dfu
%{_texmfdistdir}/tex/latex/vntex/t5fav.fd
%{_texmfdistdir}/tex/latex/vntex/t5fnc.fd
%{_texmfdistdir}/tex/latex/vntex/t5fpl.fd
%{_texmfdistdir}/tex/latex/vntex/t5futs.fd
%{_texmfdistdir}/tex/latex/vntex/t5mak.fd
%{_texmfdistdir}/tex/latex/vntex/t5mdbch.fd
%{_texmfdistdir}/tex/latex/vntex/t5mdput.fd
%{_texmfdistdir}/tex/latex/vntex/t5mdugm.fd
%{_texmfdistdir}/tex/latex/vntex/t5pag.fd
%{_texmfdistdir}/tex/latex/vntex/t5pbk.fd
%{_texmfdistdir}/tex/latex/vntex/t5pcr.fd
%{_texmfdistdir}/tex/latex/vntex/t5phv.fd
%{_texmfdistdir}/tex/latex/vntex/t5pnc.fd
%{_texmfdistdir}/tex/latex/vntex/t5ppl.fd
%{_texmfdistdir}/tex/latex/vntex/t5ptm.fd
%{_texmfdistdir}/tex/latex/vntex/t5ptmom.fd
%{_texmfdistdir}/tex/latex/vntex/t5put.fd
%{_texmfdistdir}/tex/latex/vntex/t5pxr.fd
%{_texmfdistdir}/tex/latex/vntex/t5txr.fd
%{_texmfdistdir}/tex/latex/vntex/t5txtt.fd
%{_texmfdistdir}/tex/latex/vntex/t5uag.fd
%{_texmfdistdir}/tex/latex/vntex/t5ubk.fd
%{_texmfdistdir}/tex/latex/vntex/t5ucr.fd
%{_texmfdistdir}/tex/latex/vntex/t5ugq.fd
%{_texmfdistdir}/tex/latex/vntex/t5uhv.fd
%{_texmfdistdir}/tex/latex/vntex/t5unc.fd
%{_texmfdistdir}/tex/latex/vntex/t5upl.fd
%{_texmfdistdir}/tex/latex/vntex/t5utm.fd
%{_texmfdistdir}/tex/latex/vntex/t5uzcm.fd
%{_texmfdistdir}/tex/latex/vntex/tcvn.def
%{_texmfdistdir}/tex/latex/vntex/varioref-vi.sty
%{_texmfdistdir}/tex/latex/vntex/vietnam.ldf
%{_texmfdistdir}/tex/latex/vntex/vietnam.sty
%{_texmfdistdir}/tex/latex/vntex/vietnamese.ldf
%{_texmfdistdir}/tex/latex/vntex/viscii.def
%{_texmfdistdir}/tex/latex/vntex/vncaps.tex
%{_texmfdistdir}/tex/latex/vntex/vntex.sty
%{_texmfdistdir}/tex/latex/vntex/vps.def
%{_texmfdistdir}/tex/plain/vntex/dblaccnt.tex
%{_texmfdistdir}/tex/plain/vntex/t5code.tex
%{_texmfdistdir}/tex/plain/vntex/vntexinfo.tex
%_texmf_updmap_d/vntex
%doc %{_texmfdistdir}/doc/generic/vntex/INSTALL
%doc %{_texmfdistdir}/doc/generic/vntex/ReleaseNotes.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vn-fonts-print.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vn-fonts.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vn-min-print.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vn-min.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vntex-man-print.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vntex-man.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vntex-print.pdf
%doc %{_texmfdistdir}/doc/generic/vntex/vntex-update-maps
%doc %{_texmfdistdir}/doc/generic/vntex/vntex.pdf
#- source
%doc %{_texmfdistdir}/source/generic/vntex/GPL.txt
%doc %{_texmfdistdir}/source/generic/vntex/LGPL.txt
%doc %{_texmfdistdir}/source/generic/vntex/LICENSE-utopia.txt
%doc %{_texmfdistdir}/source/generic/vntex/LPPL.txt
%doc %{_texmfdistdir}/source/generic/vntex/Makefile
%doc %{_texmfdistdir}/source/generic/vntex/README.vntopia
%doc %{_texmfdistdir}/source/generic/vntex/babel-vi.dtx
%doc %{_texmfdistdir}/source/generic/vntex/doc/ReleaseNotes.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/abbr.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/test-accents.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vn-fonts-print.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vn-fonts.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vn-min-print.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vn-min.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vntex-man-print.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vntex-man.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vntex-print.tex
%doc %{_texmfdistdir}/source/generic/vntex/doc/vntex.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/Makefile
%doc %{_texmfdistdir}/source/generic/vntex/tests/README
%doc %{_texmfdistdir}/source/generic/vntex/tests/adventor-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/adventor-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/arevvn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/arevvn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/bonum-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/bonum-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/chartervn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/chartervn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/chorus-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/chorus-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/classicovn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/classicovn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/cmbrightvn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/cmbrightvn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/comicsansvn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/comicsansvn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/concretevn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/concretevn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/cursor-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/cursor-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/garamondvn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/garamondvn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/grotesqvn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/grotesqvn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/heros-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/heros-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/mscore-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/mscore-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/pagella-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/pagella-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/schola-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/schola-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5antt-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5antt-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5cyklop-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5cyklop-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5gentium-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5gentium-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5iwona-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5iwona-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5kurier-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5kurier-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5lm-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/t5lm-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/termes-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/termes-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-accents.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-babel.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-captions.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-plain-tcx.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-plain.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-tcvn.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-utf8.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-vietnam-tcx.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-vietnam.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/test-viscii.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/txttvn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/txttvn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/urwvn-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/urwvn-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/vnr-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/vnr-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/vnsample.cls
%doc %{_texmfdistdir}/source/generic/vntex/tests/vntopia-sample.tex
%doc %{_texmfdistdir}/source/generic/vntex/tests/vntopia-test.tex
%doc %{_texmfdistdir}/source/generic/vntex/vntex.dtx
%doc %{_texmfdistdir}/source/generic/vntex/vntex.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/vntex <<EOF
Map arevvn.map
Map chartervn.map
Map cmbrightvn.map
Map concretevn.map
Map grotesqvn.map
Map txttvn.map
Map urwvn.map
MixedMap vnrother.map
MixedMap vnrtext.map
Map vntopia.map
EOF



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.2-4
+ Revision: 6198671
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26072 |14mu|texlive-vocaltract-1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25629
# category Package
# catalog-ctan /graphics/pstricks/contrib/vocaltract
# catalog-date 2012-03-13 11:09:15 +0100
# catalog-license lppl
# catalog-version 1
Name:		texlive-vocaltract
Version:	1
Release:	3
Summary:	Visualise the vocal tract using LaTeX and PStricks
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/pstricks/contrib/vocaltract
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vocaltract.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vocaltract.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to visualise the vocal tract. The
vocal tract (in the package) is manipulated by a vector of
articulation parameters according to the S. Maeda model.
Animation may be achieved by providing a sequence of vectors
over time (e.g., from Matlab). A sequence of vectors for
certain German phonemes is embedded in the package, which
allows for animation when no other vector is available. The
package's graphics are produced using pstricks.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vocaltract/VocalTract.sty
%doc %{_texmfdistdir}/doc/latex/vocaltract/README
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtLatex_AnimationDemo.tex
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtLatex_AnimationLauncher.tex
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtLatex_FigureDemo.pdf
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtLatex_FigureDemo.tex
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtLatex_FigureLauncher.tex
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtLatex_TimeParams.tex
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtMAINVisual.m
%doc %{_texmfdistdir}/doc/latex/vocaltract/vtQueryVisual.m

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1-3
+ Revision: 6d461b0
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26073 |14mu|texlive-volumes-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/volumes
# catalog-date 2007-03-01 21:27:41 +0100
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-volumes
Version:	1.0
Release:	4
Summary:	Typeset only parts of a document, with complete indexes etc
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/volumes
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/volumes.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/volumes.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/volumes.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package helps you if you want to produce separate printed
volumes from one LaTeX document, as well as one comprehensive,
"all-inclusive" version. It suppresses the part of the table of
contents that are not typeset, while counters, definitions,
index entries etc. are kept consistent throughout the input
file.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/volumes/nowtoaux.sty
%{_texmfdistdir}/tex/latex/volumes/volumes.sty
%doc %{_texmfdistdir}/doc/latex/volumes/README
%doc %{_texmfdistdir}/doc/latex/volumes/volumes.pdf
#- source
%doc %{_texmfdistdir}/source/latex/volumes/volumes.dtx
%doc %{_texmfdistdir}/source/latex/volumes/volumes.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: ac57cf0
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26074 |14mu|texlive-vpe-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26039
# category Package
# catalog-ctan /macros/latex/contrib/vpe
# catalog-date 2012-04-18 16:26:37 +0200
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-vpe
Version:	0.2
Release:	3
Summary:	Source specials for PDF output
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vpe
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vpe.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vpe.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Provides:	texlive-vpe.bin = %{EVRD}

%description
VPE is a system to make the equivalent of "source special"
marks in a PDF file. Clicking on a mark will activate an
editor, pointing at the source line that produced the text that
was marked. The system comprises a perl file (vpe.pl) and a
LaTeX package (vpe.sty); it will work with PDF files generated
via LaTeX/dvips, pdfTeX (version 0.14 or better), and
LaTeX/VTeX. Using the LaTeX/dvips or pdfLaTeX routes, the
(pdf)TeX processor should be run with shell escapes enabled.


#-----------------------------------------------------------------------
%files
%{_bindir}/vpe
%{_texmfdistdir}/scripts/vpe/vpe.pl
%{_texmfdistdir}/tex/latex/vpe/vpe.sty
%doc %{_texmfdistdir}/doc/latex/vpe/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf %{_texmfdistdir}/scripts/vpe/vpe.pl vpe
popd
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: fea80ed
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26075 |14mu|texlive-vruler-2.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21598
# category Package
# catalog-ctan /macros/latex/contrib/vruler
# catalog-date 2011-03-03 10:36:36 +0100
# catalog-license lppl1
# catalog-version 2.3
Name:		texlive-vruler
Version:	2.3
Release:	4
Summary:	Numbering text
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vruler
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vruler.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vruler.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package offers facilities for adding a columns of numbering
to the general text so that the text can be properly
referenced. The vertical ruler can be scaled and moved freely.
The package may be used either with LaTeX or with plain TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vruler/vruler.sty
%doc %{_texmfdistdir}/doc/latex/vruler/miscdoc.sty
%doc %{_texmfdistdir}/doc/latex/vruler/vruler-example.tex
%doc %{_texmfdistdir}/doc/latex/vruler/vruler.pdf
%doc %{_texmfdistdir}/doc/latex/vruler/vruler.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3-4
+ Revision: 56fc4f3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26076 |14mu|texlive-vwcol-0.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/vwcol
# catalog-date 2008-08-24 14:43:48 +0200
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-vwcol
Version:	0.1
Release:	4
Summary:	Variable-width multiple text columns
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/vwcol
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vwcol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vwcol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/vwcol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a crude environment (vwcol) for
typesetting multicolumn paragraph text of various column widths
on a single page.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/vwcol/vwcol.sty
%doc %{_texmfdistdir}/doc/latex/vwcol/README
%doc %{_texmfdistdir}/doc/latex/vwcol/vwcol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/vwcol/vwcol.dtx
%doc %{_texmfdistdir}/source/latex/vwcol/vwcol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-4
+ Revision: 3a92b63
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26077 |14mu|texlive-wadalab-20110521-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22576
# category Package
# catalog-ctan /fonts/wadalab
# catalog-date 2011-05-21 13:20:15 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-wadalab
Version:	20110521
Release:	4
Summary:	Wadalab (Japanese) font packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/wadalab
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wadalab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wadalab.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex

%description
These are font bundles for the Japanese Wadalab fonts which
work with the CJK package. All subfonts now have glyph names
compliant to the Adobe Glyph List, making ToUnicode CMaps in
PDF documents (created automatically by dvipdfmx) work
correctly. All font bundles now contain virtual Unicode
subfonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjgreek.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjhira.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjhw.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjka.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkata.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkb.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkc.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkd.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjke.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkeisen.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkf.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkg.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkh.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjki.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkj.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkk.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkl.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkm.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkn.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjko.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkp.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkq.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkr.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjks.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkt.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjku.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkv.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkw.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkx.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjky.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjkz.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjroma.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjrussian.afm
%{_texmfdistdir}/fonts/afm/wadalab/dgj/dgjsy.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjgreek.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjhira.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjhw.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjka.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkata.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkb.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkc.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkd.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjke.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkeisen.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkf.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkg.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkh.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjki.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkj.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkk.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkl.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkm.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkn.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjko.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkp.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkq.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkr.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjks.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkt.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjku.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkv.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkw.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkx.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjky.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjkz.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjroma.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjrussian.afm
%{_texmfdistdir}/fonts/afm/wadalab/dmj/dmjsy.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jka.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkb.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkc.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkd.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jke.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkf.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkg.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkh.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jki.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkj.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkk.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkl.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkm.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkn.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jko.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkp.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkq.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkr.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jks.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkt.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jku.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkv.afm
%{_texmfdistdir}/fonts/afm/wadalab/mc2j/mc2jkw.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjgreek.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjhira.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjhw.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjka.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkata.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkb.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkc.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkd.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjke.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkeisen.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkf.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkg.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkh.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjki.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkj.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkk.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkl.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkm.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkn.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjko.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkp.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkq.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkr.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjks.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkt.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjku.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkv.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkw.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkx.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjky.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjkz.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjroma.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjrussian.afm
%{_texmfdistdir}/fonts/afm/wadalab/mcj/mcjsy.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jka.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkb.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkc.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkd.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jke.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkf.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkg.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkh.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jki.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkj.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkk.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkl.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkm.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkn.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jko.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkp.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkq.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkr.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jks.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkt.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jku.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkv.afm
%{_texmfdistdir}/fonts/afm/wadalab/mr2j/mr2jkw.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjgreek.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjhira.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjhw.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjka.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkata.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkb.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkc.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkd.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjke.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkeisen.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkf.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkg.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkh.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjki.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkj.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkk.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkl.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkm.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkn.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjko.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkp.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkq.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkr.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjks.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkt.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjku.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkv.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkw.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkx.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjky.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjkz.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjroma.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjrussian.afm
%{_texmfdistdir}/fonts/afm/wadalab/mrj/mrjsy.afm
%{_texmfdistdir}/fonts/map/dvips/wadalab/dgj.map
%{_texmfdistdir}/fonts/map/dvips/wadalab/dmj.map
%{_texmfdistdir}/fonts/map/dvips/wadalab/mc2j.map
%{_texmfdistdir}/fonts/map/dvips/wadalab/mcj.map
%{_texmfdistdir}/fonts/map/dvips/wadalab/mr2j.map
%{_texmfdistdir}/fonts/map/dvips/wadalab/mrj.map
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjgreek.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjhira.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjhw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjka.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkata.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkb.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkc.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkd.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjke.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkeisen.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkf.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkg.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkh.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjki.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkj.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkk.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkl.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkm.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkn.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjko.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkp.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkq.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkr.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjks.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkt.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjku.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkv.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkx.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjky.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjkz.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjroma.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjrussian.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dgj/dgjsy.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjgreek.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjhira.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjhw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjka.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkata.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkb.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkc.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkd.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjke.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkeisen.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkf.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkg.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkh.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjki.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkj.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkk.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkl.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkm.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkn.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjko.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkp.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkq.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkr.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjks.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkt.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjku.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkv.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkx.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjky.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjkz.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjroma.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjrussian.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/dmj/dmjsy.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jka.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkb.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkc.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkd.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jke.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkf.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkg.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkh.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jki.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkj.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkk.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkl.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkm.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkn.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jko.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkp.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkq.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkr.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jks.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkt.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jku.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkv.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mc2j/mc2jkw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjgreek.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjhira.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjhw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjka.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkata.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkb.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkc.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkd.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjke.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkeisen.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkf.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkg.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkh.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjki.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkj.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkk.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkl.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkm.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkn.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjko.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkp.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkq.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkr.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjks.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkt.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjku.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkv.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkx.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjky.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjkz.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjroma.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjrussian.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mcj/mcjsy.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jka.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkb.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkc.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkd.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jke.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkf.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkg.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkh.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jki.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkj.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkk.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkl.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkm.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkn.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jko.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkp.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkq.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkr.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jks.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkt.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jku.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkv.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mr2j/mr2jkw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjgreek.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjhira.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjhw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjka.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkata.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkb.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkc.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkd.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjke.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkeisen.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkf.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkg.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkh.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjki.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkj.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkk.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkl.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkm.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkn.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjko.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkp.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkq.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkr.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjks.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkt.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjku.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkv.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkw.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkx.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjky.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjkz.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjroma.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjrussian.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/mrj/mrjsy.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj00.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj03.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj04.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj20.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj21.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj22.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj23.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj25.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj26.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj30.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj4e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj4f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj50.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj51.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj52.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj53.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj54.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj55.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj56.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj57.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj58.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj59.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj5a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj5b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj5c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj5d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj5e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj5f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj60.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj61.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj62.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj63.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj64.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj65.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj66.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj67.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj68.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj69.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj6a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj6b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj6c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj6d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj6e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj6f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj70.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj71.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj72.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj73.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj74.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj75.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj76.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj77.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj78.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj79.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj7a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj7b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj7c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj7d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj7e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj7f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj80.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj81.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj82.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj83.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj84.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj85.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj86.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj87.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj88.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj89.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj8a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj8b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj8c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj8d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj8e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj8f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj90.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj91.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj92.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj93.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj94.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj95.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj96.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj97.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj98.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj99.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj9a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj9b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj9c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj9d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj9e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgj9f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udgj/udgjff.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj00.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj03.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj04.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj20.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj21.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj22.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj23.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj25.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj26.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj30.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj4e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj4f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj50.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj51.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj52.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj53.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj54.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj55.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj56.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj57.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj58.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj59.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj5a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj5b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj5c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj5d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj5e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj5f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj60.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj61.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj62.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj63.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj64.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj65.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj66.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj67.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj68.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj69.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj6a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj6b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj6c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj6d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj6e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj6f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj70.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj71.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj72.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj73.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj74.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj75.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj76.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj77.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj78.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj79.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj7a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj7b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj7c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj7d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj7e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj7f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj80.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj81.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj82.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj83.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj84.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj85.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj86.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj87.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj88.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj89.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj8a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj8b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj8c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj8d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj8e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj8f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj90.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj91.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj92.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj93.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj94.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj95.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj96.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj97.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj98.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj99.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj9a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj9b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj9c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj9d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj9e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmj9f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/udmj/udmjff.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj00.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj03.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj04.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj20.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj21.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj22.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj23.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj25.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj26.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj30.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj4e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj4f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj50.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj51.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj52.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj53.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj54.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj55.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj56.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj57.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj58.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj59.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj5a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj5b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj5c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj5d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj5e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj5f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj60.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj61.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj62.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj63.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj64.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj65.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj66.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj67.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj68.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj69.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj6a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj6b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj6c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj6d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj6e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj6f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj70.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj71.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj72.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj73.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj74.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj75.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj76.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj77.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj78.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj79.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj7a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj7b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj7c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj7d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj7e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj7f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj80.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj81.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj82.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj83.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj84.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj85.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj86.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj87.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj88.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj89.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj8a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj8b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj8c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj8d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj8e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj8f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj90.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj91.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj92.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj93.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj94.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj95.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj96.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj97.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj98.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj99.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj9a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj9b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj9c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj9d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj9e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcj9f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umcj/umcjff.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj00.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj03.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj04.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj20.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj21.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj22.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj23.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj25.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj26.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj30.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj4e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj4f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj50.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj51.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj52.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj53.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj54.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj55.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj56.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj57.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj58.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj59.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj5a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj5b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj5c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj5d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj5e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj5f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj60.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj61.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj62.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj63.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj64.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj65.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj66.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj67.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj68.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj69.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj6a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj6b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj6c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj6d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj6e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj6f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj70.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj71.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj72.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj73.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj74.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj75.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj76.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj77.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj78.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj79.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj7a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj7b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj7c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj7d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj7e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj7f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj80.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj81.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj82.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj83.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj84.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj85.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj86.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj87.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj88.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj89.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj8a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj8b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj8c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj8d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj8e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj8f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj90.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj91.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj92.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj93.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj94.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj95.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj96.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj97.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj98.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj99.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj9a.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj9b.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj9c.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj9d.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj9e.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrj9f.tfm
%{_texmfdistdir}/fonts/tfm/wadalab/umrj/umrjff.tfm
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjgreek.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjhira.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjhw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjka.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkata.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkb.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkc.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkd.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjke.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkeisen.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkf.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkg.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkh.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjki.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkj.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkk.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkl.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkm.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkn.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjko.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkp.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkq.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkr.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjks.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkt.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjku.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkv.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkx.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjky.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjkz.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjroma.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjrussian.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dgj/dgjsy.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjgreek.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjhira.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjhw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjka.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkata.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkb.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkc.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkd.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjke.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkeisen.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkf.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkg.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkh.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjki.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkj.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkk.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkl.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkm.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkn.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjko.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkp.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkq.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkr.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjks.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkt.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjku.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkv.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkx.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjky.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjkz.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjroma.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjrussian.pfb
%{_texmfdistdir}/fonts/type1/wadalab/dmj/dmjsy.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jka.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkb.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkc.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkd.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jke.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkf.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkg.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkh.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jki.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkj.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkk.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkl.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkm.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkn.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jko.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkp.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkq.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkr.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jks.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkt.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jku.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkv.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mc2j/mc2jkw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjgreek.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjhira.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjhw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjka.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkata.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkb.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkc.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkd.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjke.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkeisen.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkf.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkg.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkh.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjki.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkj.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkk.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkl.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkm.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkn.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjko.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkp.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkq.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkr.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjks.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkt.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjku.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkv.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkx.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjky.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjkz.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjroma.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjrussian.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mcj/mcjsy.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jka.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkb.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkc.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkd.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jke.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkf.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkg.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkh.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jki.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkj.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkk.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkl.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkm.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkn.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jko.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkp.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkq.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkr.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jks.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkt.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jku.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkv.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mr2j/mr2jkw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjgreek.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjhira.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjhw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjka.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkata.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkb.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkc.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkd.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjke.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkeisen.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkf.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkg.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkh.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjki.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkj.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkk.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkl.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkm.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkn.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjko.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkp.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkq.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkr.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjks.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkt.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjku.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkv.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkw.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkx.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjky.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjkz.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjroma.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjrussian.pfb
%{_texmfdistdir}/fonts/type1/wadalab/mrj/mrjsy.pfb
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj00.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj03.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj04.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj20.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj21.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj22.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj23.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj25.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj26.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj30.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj4e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj4f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj50.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj51.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj52.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj53.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj54.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj55.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj56.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj57.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj58.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj59.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj5a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj5b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj5c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj5d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj5e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj5f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj60.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj61.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj62.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj63.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj64.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj65.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj66.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj67.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj68.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj69.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj6a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj6b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj6c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj6d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj6e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj6f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj70.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj71.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj72.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj73.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj74.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj75.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj76.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj77.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj78.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj79.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj7a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj7b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj7c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj7d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj7e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj7f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj80.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj81.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj82.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj83.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj84.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj85.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj86.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj87.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj88.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj89.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj8a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj8b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj8c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj8d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj8e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj8f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj90.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj91.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj92.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj93.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj94.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj95.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj96.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj97.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj98.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj99.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj9a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj9b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj9c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj9d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj9e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgj9f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udgj/udgjff.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj00.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj03.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj04.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj20.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj21.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj22.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj23.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj25.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj26.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj30.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj4e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj4f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj50.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj51.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj52.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj53.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj54.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj55.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj56.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj57.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj58.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj59.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj5a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj5b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj5c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj5d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj5e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj5f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj60.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj61.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj62.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj63.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj64.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj65.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj66.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj67.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj68.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj69.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj6a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj6b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj6c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj6d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj6e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj6f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj70.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj71.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj72.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj73.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj74.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj75.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj76.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj77.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj78.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj79.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj7a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj7b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj7c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj7d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj7e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj7f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj80.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj81.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj82.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj83.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj84.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj85.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj86.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj87.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj88.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj89.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj8a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj8b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj8c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj8d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj8e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj8f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj90.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj91.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj92.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj93.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj94.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj95.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj96.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj97.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj98.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj99.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj9a.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj9b.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj9c.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj9d.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj9e.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmj9f.vf
%{_texmfdistdir}/fonts/vf/wadalab/udmj/udmjff.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj00.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj03.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj04.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj20.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj21.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj22.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj23.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj25.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj26.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj30.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj4e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj4f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj50.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj51.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj52.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj53.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj54.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj55.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj56.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj57.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj58.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj59.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj5a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj5b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj5c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj5d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj5e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj5f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj60.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj61.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj62.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj63.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj64.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj65.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj66.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj67.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj68.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj69.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj6a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj6b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj6c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj6d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj6e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj6f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj70.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj71.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj72.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj73.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj74.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj75.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj76.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj77.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj78.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj79.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj7a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj7b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj7c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj7d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj7e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj7f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj80.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj81.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj82.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj83.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj84.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj85.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj86.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj87.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj88.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj89.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj8a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj8b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj8c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj8d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj8e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj8f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj90.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj91.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj92.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj93.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj94.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj95.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj96.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj97.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj98.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj99.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj9a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj9b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj9c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj9d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj9e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcj9f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umcj/umcjff.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj00.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj03.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj04.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj20.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj21.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj22.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj23.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj25.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj26.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj30.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj4e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj4f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj50.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj51.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj52.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj53.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj54.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj55.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj56.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj57.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj58.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj59.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj5a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj5b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj5c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj5d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj5e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj5f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj60.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj61.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj62.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj63.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj64.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj65.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj66.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj67.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj68.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj69.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj6a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj6b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj6c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj6d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj6e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj6f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj70.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj71.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj72.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj73.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj74.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj75.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj76.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj77.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj78.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj79.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj7a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj7b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj7c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj7d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj7e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj7f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj80.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj81.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj82.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj83.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj84.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj85.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj86.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj87.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj88.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj89.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj8a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj8b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj8c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj8d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj8e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj8f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj90.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj91.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj92.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj93.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj94.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj95.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj96.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj97.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj98.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj99.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj9a.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj9b.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj9c.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj9d.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj9e.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrj9f.vf
%{_texmfdistdir}/fonts/vf/wadalab/umrj/umrjff.vf
%_texmf_updmap_d/wadalab
%doc %{_texmfdistdir}/doc/fonts/wadalab/README
%doc %{_texmfdistdir}/doc/fonts/wadalab/dgj/README
%doc %{_texmfdistdir}/doc/fonts/wadalab/dmj/README
%doc %{_texmfdistdir}/doc/fonts/wadalab/mc2j/README
%doc %{_texmfdistdir}/doc/fonts/wadalab/mcj/README
%doc %{_texmfdistdir}/doc/fonts/wadalab/mr2j/README
%doc %{_texmfdistdir}/doc/fonts/wadalab/mrj/README
%doc %{_texmfdistdir}/doc/fonts/wadalab/wadalab-sampler.pdf
%doc %{_texmfdistdir}/doc/fonts/wadalab/wadalab-sampler.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}
mkdir -p %{buildroot}%{_texmf_updmap_d}
cat > %{buildroot}%{_texmf_updmap_d}/wadalab <<EOF
Map dgj.map
Map dmj.map
Map mc2j.map
Map mcj.map
Map mr2j.map
Map mrj.map
EOF



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110521-4
+ Revision: 7ca0106
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26078 |14mu|texlive-wallpaper-1.10-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/wallpaper
# catalog-date 2007-01-20 20:21:37 +0100
# catalog-license lppl
# catalog-version 1.10
Name:		texlive-wallpaper
Version:	1.10
Release:	5
Summary:	Easy addition of wallpapers (background images) to LaTeX documents
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/wallpaper
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wallpaper.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wallpaper.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This collection contains files to add wallpapers (background
images) to LaTeX documents. It uses the eso-pic package, but
provides simple commands to include effects such as tiling. An
example is provided, which works under both LaTeX and pdfLaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/wallpaper/wallpaper.sty
%doc %{_texmfdistdir}/doc/latex/wallpaper/README
%doc %{_texmfdistdir}/doc/latex/wallpaper/example/TGTamber.png
%doc %{_texmfdistdir}/doc/latex/wallpaper/example/auto/example.el
%doc %{_texmfdistdir}/doc/latex/wallpaper/example/example.tex
%doc %{_texmfdistdir}/doc/latex/wallpaper/example/hya.png
%doc %{_texmfdistdir}/doc/latex/wallpaper/wallpapermanual.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.10-5
+ Revision: 9934959
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26079 |14mu|texlive-warning-0.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22028
# category Package
# catalog-ctan /macros/latex/contrib/warning
# catalog-date 2011-04-08 17:41:44 +0200
# catalog-license lppl
# catalog-version 0.01
Name:		texlive-warning
Version:	0.01
Release:	4
Summary:	Global warnings at the end of the logfile
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/warning
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/warning.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/warning.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package provides a command that generates a list of
warnings that are printed out at the very end of the logfile.
This is useful for warnings such as 'Rerun for this or that
reason' or 'This is a draft, change it before the final run'.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/warning/warning.sty
%doc %{_texmfdistdir}/doc/latex/warning/warning-doc.pdf
%doc %{_texmfdistdir}/doc/latex/warning/warning-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.01-4
+ Revision: cdee2ae
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26080 |14mu|texlive-warpcol-1.0c-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/warpcol
# catalog-date 2007-11-21 20:02:33 +0100
# catalog-license lppl
# catalog-version 1.0c
Name:		texlive-warpcol
Version:	1.0c
Release:	4
Summary:	Relative alignment of rows in numeric columns in tabulars
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/warpcol
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/warpcol.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/warpcol.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/warpcol.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Defines a tabular column type for formatting numerical columns
in LaTeX. The column type enables numerical items to be right
justified relative to each other, while centred beneath the
column label. In addition, macros are provided to enable
variations on this column type to be defined. Usage of the
package is superficially similar to that of dcolumn; however,
the alignment scheme is different, and the packages have
different, though overlapping, applications.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/warpcol/warpcol.sty
%doc %{_texmfdistdir}/doc/latex/warpcol/README
%doc %{_texmfdistdir}/doc/latex/warpcol/warpcol.pdf
#- source
%doc %{_texmfdistdir}/source/latex/warpcol/warpcol.dtx
%doc %{_texmfdistdir}/source/latex/warpcol/warpcol.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0c-4
+ Revision: f4b7c05
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26081 |14mu|texlive-was-20110215-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21439
# category Package
# catalog-ctan /macros/latex/contrib/was
# catalog-date 2011-02-15 10:33:56 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-was
Version:	20110215
Release:	4
Summary:	A collection of small packages by Walter Schmidt
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/was
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/was.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/was.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/was.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A bundle of packages that arise in the author's area of
interest: - compliance of maths typesetting with ISO standards;
- symbols that work in both maths and text modes; - commas for
both decimal separator and maths; and - upright Greek letters
in maths.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/was/fixmath.sty
%{_texmfdistdir}/tex/latex/was/gensymb.sty
%{_texmfdistdir}/tex/latex/was/icomma.sty
%{_texmfdistdir}/tex/latex/was/upgreek.sty
%doc %{_texmfdistdir}/doc/latex/was/fixmath.pdf
%doc %{_texmfdistdir}/doc/latex/was/gensymb.pdf
%doc %{_texmfdistdir}/doc/latex/was/icomma.pdf
%doc %{_texmfdistdir}/doc/latex/was/readme.1st
%doc %{_texmfdistdir}/doc/latex/was/upgreek.pdf
#- source
%doc %{_texmfdistdir}/source/latex/was/fixmath.dtx
%doc %{_texmfdistdir}/source/latex/was/fixmath.ins
%doc %{_texmfdistdir}/source/latex/was/gensymb.dtx
%doc %{_texmfdistdir}/source/latex/was/gensymb.ins
%doc %{_texmfdistdir}/source/latex/was/icomma.dtx
%doc %{_texmfdistdir}/source/latex/was/icomma.ins
%doc %{_texmfdistdir}/source/latex/was/upgreek.dtx
%doc %{_texmfdistdir}/source/latex/was/upgreek.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110215-4
+ Revision: 61d580d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26082 |14mu|texlive-wasy-20060912-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/wasy2
# catalog-date 2006-09-12 08:29:26 +0200
# catalog-license pd
# catalog-version undef
Name:		texlive-wasy
Version:	20060912
Release:	4
Summary:	The wasy fonts (Waldi symbol fonts)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/wasy2
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wasy.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wasy.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These are the wasy (Waldi symbol) fonts, second release. This
bundle presents the fonts in MetaFont format, but they are also
available in Adobe Type 1 format. Support under LaTeX is
provided by the wasysym package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/afm/public/wasy/wasy10.afm
%{_texmfdistdir}/fonts/afm/public/wasy/wasy5.afm
%{_texmfdistdir}/fonts/afm/public/wasy/wasy6.afm
%{_texmfdistdir}/fonts/afm/public/wasy/wasy7.afm
%{_texmfdistdir}/fonts/afm/public/wasy/wasy8.afm
%{_texmfdistdir}/fonts/afm/public/wasy/wasy9.afm
%{_texmfdistdir}/fonts/afm/public/wasy/wasyb10.afm
%{_texmfdistdir}/fonts/map/dvips/wasy/wasy.map
%{_texmfdistdir}/fonts/source/public/wasy/lasychr.mf
%{_texmfdistdir}/fonts/source/public/wasy/rsym.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasy10.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasy5.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasy6.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasy7.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasy8.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasy9.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasyb10.mf
%{_texmfdistdir}/fonts/source/public/wasy/wasychr.mf
%{_texmfdistdir}/fonts/tfm/public/wasy/wasy10.tfm
%{_texmfdistdir}/fonts/tfm/public/wasy/wasy5.tfm
%{_texmfdistdir}/fonts/tfm/public/wasy/wasy6.tfm
%{_texmfdistdir}/fonts/tfm/public/wasy/wasy7.tfm
%{_texmfdistdir}/fonts/tfm/public/wasy/wasy8.tfm
%{_texmfdistdir}/fonts/tfm/public/wasy/wasy9.tfm
%{_texmfdistdir}/fonts/tfm/public/wasy/wasyb10.tfm
%{_texmfdistdir}/fonts/type1/public/wasy/wasy10.pfb
%{_texmfdistdir}/fonts/type1/public/wasy/wasy10.pfm
%{_texmfdistdir}/fonts/type1/public/wasy/wasy5.pfb
%{_texmfdistdir}/fonts/type1/public/wasy/wasy5.pfm
%{_texmfdistdir}/fonts/type1/public/wasy/wasy6.pfb
%{_texmfdistdir}/fonts/type1/public/wasy/wasy6.pfm
%{_texmfdistdir}/fonts/type1/public/wasy/wasy7.pfb
%{_texmfdistdir}/fonts/type1/public/wasy/wasy7.pfm
%{_texmfdistdir}/fonts/type1/public/wasy/wasy8.pfb
%{_texmfdistdir}/fonts/type1/public/wasy/wasy8.pfm
%{_texmfdistdir}/fonts/type1/public/wasy/wasy9.pfb
%{_texmfdistdir}/fonts/type1/public/wasy/wasy9.pfm
%{_texmfdistdir}/fonts/type1/public/wasy/wasyb10.pfb
%{_texmfdistdir}/fonts/type1/public/wasy/wasyb10.pfm
%{_texmfdistdir}/tex/plain/wasy/wasyfont.tex
%doc %{_texmfdistdir}/doc/fonts/wasy/README
%doc %{_texmfdistdir}/doc/fonts/wasy/legal.txt
%doc %{_texmfdistdir}/doc/fonts/wasy/wasydoc.pdf
%doc %{_texmfdistdir}/doc/fonts/wasy/wasydoc.tex
%doc %{_texmfdistdir}/doc/fonts/wasy/wasyfont.2

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20060912-4
+ Revision: 6ead8c1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26083 |14mu|texlive-wasysym-2.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/wasysym
# catalog-date 2006-12-16 22:36:42 +0100
# catalog-license lppl
# catalog-version 2.0
Name:		texlive-wasysym
Version:	2.0
Release:	4
Summary:	LaTeX support file to use the WASY2 fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/wasysym
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wasysym.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wasysym.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wasysym.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The WASY2 (Waldi Symbol) font by Roland Waldi provides many
glyphs like male and female symbols and astronomical symbols,
as well as the complete lasy font set and other odds and ends.
The wasysym package implements an easy to use interface for
these symbols.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/wasysym/uwasy.fd
%{_texmfdistdir}/tex/latex/wasysym/uwasyvar.fd
%{_texmfdistdir}/tex/latex/wasysym/wasysym.sty
%doc %{_texmfdistdir}/doc/latex/wasysym/wasysym.pdf
%doc %{_texmfdistdir}/doc/latex/wasysym/wasysym.upl
%doc %{_texmfdistdir}/doc/latex/wasysym/wasysym.xml
#- source
%doc %{_texmfdistdir}/source/latex/wasysym/wasysym.dtx
%doc %{_texmfdistdir}/source/latex/wasysym/wasysym.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-4
+ Revision: 68b9831
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26084 |14mu|texlive-widetable-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16082
# category Package
# catalog-ctan /macros/latex/contrib/widetable
# catalog-date 2009-11-10 09:00:49 +0100
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-widetable
Version:	1.1
Release:	4
Summary:	An environment for typesetting tables of specified width
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/widetable
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/widetable.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/widetable.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/widetable.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines a new environment that, unlike tabularX,
typesets a table of specified width by working on the inter-
column glue; the tabular cells will all be stretched (or
shrunk) according to need. The package will use the e-TeX
arithmetic extensions if they are available (they are, in most
modern distributions).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/widetable/widetable.sty
%doc %{_texmfdistdir}/doc/latex/widetable/README
%doc %{_texmfdistdir}/doc/latex/widetable/manifest.txt
%doc %{_texmfdistdir}/doc/latex/widetable/widetable.pdf
#- source
%doc %{_texmfdistdir}/source/latex/widetable/widetable.dtx
%doc %{_texmfdistdir}/source/latex/widetable/widetable.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: a10b391
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26085 |14mu|texlive-williams-20090130-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/williams
# catalog-date 2009-01-30 14:29:16 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-williams
Version:	20090130
Release:	4
Summary:	Miscellaneous macros by Peter Williams
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/williams
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/williams.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/williams.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides two packages: - antree, which provides
macros for annotated node trees, and - toklist, which is an
implementation of Knuth's token list macros, to be found on
pp.378-379 of the TeXbook.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/williams/antree.sty
%{_texmfdistdir}/tex/latex/williams/toklist.sty
%doc %{_texmfdistdir}/doc/latex/williams/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20090130-4
+ Revision: 95d30e4
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26086 |14mu|texlive-withargs-20131201-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31906
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-withargs
Version:	20131201
Release:	7
Summary:	TeXLive withargs package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/withargs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/withargs.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive withargs package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/withargs/withargs-dry.sty
%{_texmfdistdir}/tex/latex/withargs/withargs-packagedoc.cls
%{_texmfdistdir}/tex/latex/withargs/withargs.sty
%doc %{_texmfdistdir}/doc/latex/withargs/README
%doc %{_texmfdistdir}/doc/latex/withargs/withargs.pdf
%doc %{_texmfdistdir}/doc/latex/withargs/withargs.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131201-7
+ Revision: a21cb6b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26087 |14mu|texlive-wnri-20110506-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22459
# category Package
# catalog-ctan /fonts/wnri
# catalog-date 2011-05-06 00:38:04 +0200
# catalog-license gpl
# catalog-version undef
Name:		texlive-wnri
Version:	20110506
Release:	4
Summary:	Ridgeway's fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/wnri
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Fonts (as Metafont source) for Old English, Indic languages in
Roman transliteration and Puget Salish (Lushootseed) and other
Native American languages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/wnri/acctmax.mf
%{_texmfdistdir}/fonts/source/public/wnri/acutacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/addpunc.mf
%{_texmfdistdir}/fonts/source/public/wnri/baraacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/bargacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/bnduacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/brbracct.mf
%{_texmfdistdir}/fonts/source/public/wnri/brevacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/cdilacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/facutact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fbaraact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fbargact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fbrevact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fgravact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fhachact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fhattact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fubrvact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fudacact.mf
%{_texmfdistdir}/fonts/source/public/wnri/fudgract.mf
%{_texmfdistdir}/fonts/source/public/wnri/gamma.mf
%{_texmfdistdir}/fonts/source/public/wnri/gram_max.mf
%{_texmfdistdir}/fonts/source/public/wnri/grampunc.mf
%{_texmfdistdir}/fonts/source/public/wnri/gravacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/greeks.mf
%{_texmfdistdir}/fonts/source/public/wnri/haccbase.mf
%{_texmfdistdir}/fonts/source/public/wnri/hachacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/hattacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/iaesc.mf
%{_texmfdistdir}/fonts/source/public/wnri/ibrvacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/igamma.mf
%{_texmfdistdir}/fonts/source/public/wnri/italcskt.mf
%{_texmfdistdir}/fonts/source/public/wnri/italla.mf
%{_texmfdistdir}/fonts/source/public/wnri/ligature.mf
%{_texmfdistdir}/fonts/source/public/wnri/ligaturi.mf
%{_texmfdistdir}/fonts/source/public/wnri/macracct.mf
%{_texmfdistdir}/fonts/source/public/wnri/mudaacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/odotacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/orngacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/product.mf
%{_texmfdistdir}/fonts/source/public/wnri/romanla.mf
%{_texmfdistdir}/fonts/source/public/wnri/romanskt.mf
%{_texmfdistdir}/fonts/source/public/wnri/romanua.mf
%{_texmfdistdir}/fonts/source/public/wnri/sktmisc.mf
%{_texmfdistdir}/fonts/source/public/wnri/tildacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/u-ring.mf
%{_texmfdistdir}/fonts/source/public/wnri/ubaracct.mf
%{_texmfdistdir}/fonts/source/public/wnri/ubrvacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/udacacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/udgracct.mf
%{_texmfdistdir}/fonts/source/public/wnri/udmcacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/udotacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/uibvacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/umlaacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/urmcacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/urngacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/uumlacct.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnindic.map
%{_texmfdistdir}/fonts/source/public/wnri/wnrib10.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnrib8.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnribi10.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnrii10.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnrii8.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnrir10.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnrir8.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnris10.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnris8.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnrit10.mf
%{_texmfdistdir}/fonts/source/public/wnri/wnrit8.mf
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrib10.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrib8.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnribi10.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrii10.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrii8.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrir10.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrir8.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnris10.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnris8.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrit10.tfm
%{_texmfdistdir}/fonts/tfm/public/wnri/wnrit8.tfm
%doc %{_texmfdistdir}/doc/fonts/wnri/README
%doc %{_texmfdistdir}/doc/fonts/wnri/old/README
%doc %{_texmfdistdir}/doc/fonts/wnri/old/barnett.map
%doc %{_texmfdistdir}/doc/fonts/wnri/old/lushucid.map
%doc %{_texmfdistdir}/doc/fonts/wnri/old/newgb.map

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110506-4
+ Revision: dc90bf4
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26088 |14mu|texlive-wnri-latex-1.0b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22338
# category Package
# catalog-ctan /macros/latex/contrib/wnri-latex
# catalog-date 2011-05-06 00:56:07 +0200
# catalog-license gpl2
# catalog-version 1.0b
Name:		texlive-wnri-latex
Version:	1.0b
Release:	4
Summary:	LaTeX support for wnri fonts
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/wnri-latex
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri-latex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri-latex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri-latex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
LaTeX support for the fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/wnri-latex/ot1wnr.fd
%{_texmfdistdir}/tex/latex/wnri-latex/ot1wnss.fd
%{_texmfdistdir}/tex/latex/wnri-latex/ot1wntt.fd
%{_texmfdistdir}/tex/latex/wnri-latex/wnri.def
%{_texmfdistdir}/tex/latex/wnri-latex/wnri.sty
%doc %{_texmfdistdir}/doc/latex/wnri-latex/README
%doc %{_texmfdistdir}/doc/latex/wnri-latex/wnri.pdf
%doc %{_texmfdistdir}/doc/latex/wnri-latex/wnritest.tex
#- source
%doc %{_texmfdistdir}/source/latex/wnri-latex/wnri.dtx
%doc %{_texmfdistdir}/source/latex/wnri-latex/wnri.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0b-4
+ Revision: 88c7017
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26089 |14mu|texlive-wordlike-1.2b-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/wordlike
# catalog-date 2009-06-03 09:03:24 +0200
# catalog-license lppl
# catalog-version 1.2b
Name:		texlive-wordlike
Version:	1.2b
Release:	4
Summary:	Simulating word processor layout
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/wordlike
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wordlike.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wordlike.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wordlike.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package simulates typical word processor layout: narrow
page margins, Times, Helvetica and Courier fonts, \LARGE or
\Large headings, and \sloppy typesetting. The package aims at
making life easier for users who are discontent with LaTeX's
standard layout settings because they need a layout that
resembles the usual "wordlike" output. The design of the
package draws on several discussions in the de.comp.text.tex
and comp.text.tex newsgroups that are referred to in the
manual.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/wordlike/wordlike.sty
%doc %{_texmfdistdir}/doc/latex/wordlike/README
%doc %{_texmfdistdir}/doc/latex/wordlike/wordlike.pdf
#- source
%doc %{_texmfdistdir}/source/latex/wordlike/wordlike.dtx
%doc %{_texmfdistdir}/source/latex/wordlike/wordlike.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2b-4
+ Revision: 1bb959b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26090 |14mu|texlive-wrapfig-3.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22048
# category Package
# catalog-ctan /macros/latex/contrib/wrapfig
# catalog-date 2011-04-09 12:56:30 +0200
# catalog-license lppl
# catalog-version 3.6
Name:		texlive-wrapfig
Version:	3.6
Release:	4
Summary:	Produces figures which text can flow around
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/wrapfig
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wrapfig.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wrapfig.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Allows figures or tables to have text wrapped around them. Does
not work in combination with list environments, but can be used
in a parbox or minipage, and in twocolumn format. Supports the
float package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/wrapfig/wrapfig.sty
%doc %{_texmfdistdir}/doc/latex/wrapfig/multiple-span.txt
%doc %{_texmfdistdir}/doc/latex/wrapfig/wrapfig-doc.pdf
%doc %{_texmfdistdir}/doc/latex/wrapfig/wrapfig-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.6-4
+ Revision: a5b2aae
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26091 |14mu|texlive-wsemclassic-1.0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31532
# category Package
# catalog-ctan /macros/latex/contrib/wsemclassic
# catalog-date 2013-08-27 15:13:32 +0200
# catalog-license bsd
# catalog-version 1.0.1
Name:		texlive-wsemclassic
Version:	1.0.1
Release:	7
Summary:	LaTeX class for Bavarian school w-seminar papers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/wsemclassic
License:	BSD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wsemclassic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wsemclassic.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/wsemclassic.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The class is designed either to conform with the
recommendations of the Bavarian Kultusministerium for
typesetting w-seminar papers (strict mode), or to use another
style which should look better. The class is based on the LaTeX
standard report class.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/wsemclassic/wsemclassic.cls
%doc %{_texmfdistdir}/doc/latex/wsemclassic/LICENSE
%doc %{_texmfdistdir}/doc/latex/wsemclassic/Makefile
%doc %{_texmfdistdir}/doc/latex/wsemclassic/README
%doc %{_texmfdistdir}/doc/latex/wsemclassic/test.bib
%doc %{_texmfdistdir}/doc/latex/wsemclassic/user-doc.tex
%doc %{_texmfdistdir}/doc/latex/wsemclassic/wsemclassic-test.pdf
%doc %{_texmfdistdir}/doc/latex/wsemclassic/wsemclassic-test.tex
%doc %{_texmfdistdir}/doc/latex/wsemclassic/wsemclassic.pdf
#- source
%doc %{_texmfdistdir}/source/latex/wsemclassic/wsemclassic.dtx
%doc %{_texmfdistdir}/source/latex/wsemclassic/wsemclassic.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.1-7
+ Revision: e986be4
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26092 |14mu|texlive-xargs-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xargs
# catalog-date 2008-08-24 00:31:24 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-xargs
Version:	1.1
Release:	4
Summary:	Define commands with many optional arguments
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xargs
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xargs.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xargs.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xargs.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides extended versions of \newcommand and
related LaTeX commands, which allow easy and robust definition
of macros with many optional arguments, using a clear and
simple xkeyval-style syntax.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xargs/xargs.sty
%doc %{_texmfdistdir}/doc/latex/xargs/README
%doc %{_texmfdistdir}/doc/latex/xargs/xargs-fr.pdf
%doc %{_texmfdistdir}/doc/latex/xargs/xargs.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xargs/xargs.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: e813c37
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26093 |14mu|texlive-xbmc-20111104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 13293
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-xbmc
Version:	20111104
Release:	4
Summary:	TeXLive xbmc package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xbmc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive xbmc package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/xbmc/xbmc10.mf
%{_texmfdistdir}/fonts/tfm/public/xbmc/xbmc10.tfm

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-4
+ Revision: 24e3d5d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26094 |14mu|texlive-xcjk2uni-0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 31464
# category Package
# catalog-ctan /macros/latex/contrib/xcjk2uni
# catalog-date 2013-08-18 01:02:56 +0200
# catalog-license lppl1.3
# catalog-version 0.1
Name:		texlive-xcjk2uni
Version:	0.1
Release:	7
Summary:	Convert CJK characters to Unicode, in pdfTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xcjk2uni
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcjk2uni.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcjk2uni.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcjk2uni.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to convert CJK characters to
Unicode in non-UTF-8 encoding; it provides hooks to support
hyperref in producing correct bookmarks. The bundle also
provides /ToUnicode mapping file(s) for a CJK subfont; these
can be used with the cmap package, allowing searches of, and
cut-and-paste operations on a PDF file generated by pdfTeX..


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0001.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0002.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0003.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0004.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0005.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0006.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0007.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0008.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0009.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0010.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0011.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0012.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0013.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0014.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0015.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0016.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0017.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0018.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0019.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0020.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0021.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0022.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0023.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0024.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0025.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0026.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0027.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0028.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0029.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0030.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0031.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0032.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0033.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0034.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0035.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0036.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0037.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0038.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0039.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0040.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0041.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0042.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0043.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0044.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0045.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0046.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0047.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0048.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0049.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0050.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0051.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0052.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0053.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0054.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0055.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0056.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0057.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0058.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0901.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0902.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0903.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0904.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0905.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0906.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0907.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0908.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0909.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0910.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0911.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0912.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0913.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0914.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0915.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0916.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0917.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0918.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0919.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0920.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0921.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0922.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0923.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0924.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0925.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0926.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0927.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0928.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0929.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0930.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0931.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0932.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0933.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0934.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0935.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0936.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0937.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0938.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0939.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0940.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0941.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0942.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0943.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0944.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0945.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0946.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0947.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0948.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0949.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0950.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0951.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0952.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0953.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0954.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0955.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0956.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0957.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0958.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0959.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0960.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0961.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0962.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0963.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0964.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0965.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0966.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0967.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0968.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0969.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0970.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0971.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0972.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0973.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0974.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0975.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0976.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0977.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0978.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0979.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0980.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0981.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0982.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0983.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0984.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0985.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0986.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0987.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0988.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0989.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0990.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0991.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0992.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0993.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c0994.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1001.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1002.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1003.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1004.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1005.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1006.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1007.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1008.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1009.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1010.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1011.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1012.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1013.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1014.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1015.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1016.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1017.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1018.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1019.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1020.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1021.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1022.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1023.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1024.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1025.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1026.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1027.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1028.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1029.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1030.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1031.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1032.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1033.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1034.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1035.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1901.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1902.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1903.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1904.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1905.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1906.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1907.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1908.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1909.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1910.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1911.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1912.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1913.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1914.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1915.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1916.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1917.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1918.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1919.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1920.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1921.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1922.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1923.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1924.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1925.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1926.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1927.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1928.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1929.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1930.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1931.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1932.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1933.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1934.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1935.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1936.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1937.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1938.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1939.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1940.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1941.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1942.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1943.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1944.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1945.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1946.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1947.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1948.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1949.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1950.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1951.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1952.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1953.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1954.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1955.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1956.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1957.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1958.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1959.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1960.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1961.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1962.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1963.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1964.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1965.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1966.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1967.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1968.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1969.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1970.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1971.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1972.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1973.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1974.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1975.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1976.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1977.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1978.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1979.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1980.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1981.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1982.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1983.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1984.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1985.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1986.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1987.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1988.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1989.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1990.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1991.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1992.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1993.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c1994.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4001.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4002.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4003.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4004.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4005.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4006.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4007.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4008.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4009.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4010.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4011.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4012.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4013.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4014.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4015.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4016.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4017.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4018.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4019.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4020.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4021.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4022.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4023.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4024.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4025.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4026.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4027.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4028.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4029.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4030.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4031.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4032.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4033.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4034.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c4035.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6001.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6002.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6003.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6004.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6005.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6006.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6007.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6008.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6009.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6010.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6011.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6012.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6013.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6014.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6015.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6016.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6017.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6018.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6019.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6020.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6021.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6022.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6023.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6024.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6025.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6026.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6027.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6028.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6029.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6030.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6031.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6032.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6033.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6034.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/cmap/c6035.cmap
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni-UBg5plus.def
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni-UBig5.def
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni-UGB.def
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni-UGBK.def
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni-UJIS.def
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni-UKS.def
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni-make.ltx
%{_texmfdistdir}/tex/latex/xcjk2uni/xCJK2uni.sty
%doc %{_texmfdistdir}/doc/latex/xcjk2uni/README
%doc %{_texmfdistdir}/doc/latex/xcjk2uni/xCJK2uni.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xcjk2uni/xCJK2uni.dtx
%doc %{_texmfdistdir}/source/latex/xcjk2uni/xCJK2uni.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-7
+ Revision: adb79db
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26095 |14mu|texlive-xcolor-2.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xcolor
# catalog-date 2007-01-21 23:54:12 +0100
# catalog-license lppl
# catalog-version 2.11
Name:		texlive-xcolor
Version:	2.11
Release:	4
Summary:	Driver-independent color extensions for LaTeX and pdfLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xcolor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Provides easy driver-independent access to several kinds of
color tints, shades, tones, and mixes of arbitrary colors. It
allows a user to select a document-wide target color model and
offers complete tools for conversion between eight color
models. Additionally, there is a command for alternating row
colors plus repeated non-aligned material (like horizontal
lines) in tables. Colors can be mixed like
\color{red!30!green!40!blue}.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/xcolor/xcolor.pro
%{_texmfdistdir}/tex/latex/xcolor/svgnam.def
%{_texmfdistdir}/tex/latex/xcolor/x11nam.def
%{_texmfdistdir}/tex/latex/xcolor/xcolor.sty
%doc %{_texmfdistdir}/doc/latex/xcolor/ChangeLog
%doc %{_texmfdistdir}/doc/latex/xcolor/README
%doc %{_texmfdistdir}/doc/latex/xcolor/xcolor.lox
%doc %{_texmfdistdir}/doc/latex/xcolor/xcolor.pdf
%doc %{_texmfdistdir}/doc/latex/xcolor/xcolor1.tex
%doc %{_texmfdistdir}/doc/latex/xcolor/xcolor2.pdf
%doc %{_texmfdistdir}/doc/latex/xcolor/xcolor2.tex
%doc %{_texmfdistdir}/doc/latex/xcolor/xcolor3.tex
%doc %{_texmfdistdir}/doc/latex/xcolor/xcolor4.tex
#- source
%doc %{_texmfdistdir}/source/latex/xcolor/xcolor.dtx
%doc %{_texmfdistdir}/source/latex/xcolor/xcolor.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.11-4
+ Revision: 1824168
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26096 |14mu|texlive-xcomment-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20031
# category Package
# catalog-ctan /macros/generic/xcomment
# catalog-date 2010-09-08 12:33:34 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-xcomment
Version:	1.3
Release:	4
Summary:	Allows selected environments to be included/excluded
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/xcomment
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcomment.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcomment.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package defines an environment that only typesets specified
environments within its scope. So, for example, if you want
nothing but the figure and table environments in your document,
you can enclose the whole document with an xcomment environment
that excludes everything but. This is a lot easier than
excluding the chunks of text between the environments you want,
or creating an entire document containing only those
environments. The package was previously part of the seminar
bundle for typesetting presentations.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/xcomment/xcomment.sty
%{_texmfdistdir}/tex/generic/xcomment/xcomment.tex
%doc %{_texmfdistdir}/doc/generic/xcomment/Changes
%doc %{_texmfdistdir}/doc/generic/xcomment/Makefile
%doc %{_texmfdistdir}/doc/generic/xcomment/README
%doc %{_texmfdistdir}/doc/generic/xcomment/xcomment-doc.pdf
%doc %{_texmfdistdir}/doc/generic/xcomment/xcomment-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: 7902f61
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26097 |14mu|texlive-xcookybooky-1.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 29373
# category Package
# catalog-ctan /macros/latex/contrib/xcookybooky
# catalog-date 2013-03-13 15:44:34 +0100
# catalog-license lppl1.3
# catalog-version 1.2
Name:		texlive-xcookybooky
Version:	1.2
Release:	7
Summary:	Typeset (potentially long) recipes
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xcookybooky
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcookybooky.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcookybooky.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xcookybooky.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables the user to typeset recipes, which could be
greater than one page. Above the recipe text two (optional)
pictures can be displayed. Other features are recipe name,
energy content, portions, preparation and baking time, baking
temperatures, recipe source and of course preparation steps and
required ingredients. At the bottom you may insert an optional
hint. The package depends on the Emerald fonts.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xcookybooky/xcookybooky.cfg
%{_texmfdistdir}/tex/latex/xcookybooky/xcookybooky.sty
%doc %{_texmfdistdir}/doc/latex/xcookybooky/README
%doc %{_texmfdistdir}/doc/latex/xcookybooky/example/example.pdf
%doc %{_texmfdistdir}/doc/latex/xcookybooky/example/example.tex
%doc %{_texmfdistdir}/doc/latex/xcookybooky/example/pic/background.pdf
%doc %{_texmfdistdir}/doc/latex/xcookybooky/example/pic/glass.jpg
%doc %{_texmfdistdir}/doc/latex/xcookybooky/example/pic/ingredients.jpg
%doc %{_texmfdistdir}/doc/latex/xcookybooky/xcookybooky.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xcookybooky/xcookybooky.dtx
%doc %{_texmfdistdir}/source/latex/xcookybooky/xcookybooky.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-7
+ Revision: d372e47
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26098 |14mu|texlive-xdoc-prot2.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xdoc
# catalog-date 2006-12-05 00:47:24 +0100
# catalog-license lppl
# catalog-version prot2.5
Name:		texlive-xdoc
Version:	prot2.5
Release:	4
Summary:	Extending the LaTeX doc system
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xdoc
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xdoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xdoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xdoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Xdoc is a project to rewrite the implementation of the LaTeX
doc package (in a broader sense) to make its features more
general and flexible. For example, where doc only provides
commands for documenting macros and environments, xdoc also
provides commands for similarly documenting package options and
switches. This is furthermore done in such a way that it is
very easy to add more such commands for documenting things,
such as e.g., templates (an important concept in the future
LaTeX3) and program components for other languages (functions,
classes, procedures, etc.). A side effect is that many minor
bugs in doc are fixed. The design aims to take advantage of
many still experimental features of future versions of LaTeX,
but since these are neither reasonably stable nor widely
available, the configuration interfaces and package author
commands of xdoc are likely to change. To still provide a
stable interface for other packages to build upon, the actual
package names include a "major version number" of sorts. The
drop-in replacement package for standard doc is xdoc2; it
requires nothing outside standard LaTeX2e. The
docindex/docidx2e package changes the index and list of changes
typesetting so that none of the formatting has to be controlled
via the index style file. The docindex package provides control
of formatting via templates (nice interface, but requires
several experimental packages), whereas the docidx2e package
has traditional raw macro interfaces and works with standard
LaTeX2e.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/makeindex/xdoc/docindex.ist
%{_texmfdistdir}/tex/latex/xdoc/docidx2e.sty
%{_texmfdistdir}/tex/latex/xdoc/docindex.sty
%{_texmfdistdir}/tex/latex/xdoc/xdoc2.sty
%doc %{_texmfdistdir}/doc/latex/xdoc/README
%doc %{_texmfdistdir}/doc/latex/xdoc/docindex.pdf
%doc %{_texmfdistdir}/doc/latex/xdoc/xdoc2.pdf
%doc %{_texmfdistdir}/doc/latex/xdoc/xdocdemo.pdf
%doc %{_texmfdistdir}/doc/latex/xdoc/xdocdemo.tex
#- source
%doc %{_texmfdistdir}/source/latex/xdoc/docindex.dtx
%doc %{_texmfdistdir}/source/latex/xdoc/docindex.ins
%doc %{_texmfdistdir}/source/latex/xdoc/xdoc2.dtx
%doc %{_texmfdistdir}/source/latex/xdoc/xdoc2.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar makeindex tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> prot2.5-4
+ Revision: 2aaa75d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26099 |14mu|texlive-xecjk-3.0.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27119
# category Package
# catalog-ctan /macros/xetex/latex/xecjk
# catalog-date 2012-07-20 19:39:58 +0200
# catalog-license lppl
# catalog-version 3.0.7
Name:		texlive-xecjk
Version:	3.0.7
Release:	3
Summary:	Support for CJK documents in XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/xecjk
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xecjk.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xecjk.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xecjk.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A LaTeX package for typesetting CJK documents in the way users
have become used to, in the CJK package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xecjk/xeCJK.sty
%doc %{_texmfdistdir}/doc/xelatex/xecjk/README
%doc %{_texmfdistdir}/doc/xelatex/xecjk/example/xeCJK-example-CJKecglue.tex
%doc %{_texmfdistdir}/doc/xelatex/xecjk/example/xeCJK-example-autofake.tex
%doc %{_texmfdistdir}/doc/xelatex/xecjk/example/xeCJK-example-checksingle.tex
%doc %{_texmfdistdir}/doc/xelatex/xecjk/example/xeCJK-example-fallback.tex
%doc %{_texmfdistdir}/doc/xelatex/xecjk/example/xeCJK-example-subCJKblock.tex
%doc %{_texmfdistdir}/doc/xelatex/xecjk/xeCJK.pdf
#- source
%doc %{_texmfdistdir}/source/xelatex/xecjk/xeCJK.dtx
%doc %{_texmfdistdir}/source/xelatex/xecjk/xeCJK.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.0.7-3
+ Revision: 1c38e47
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26100 |14mu|texlive-xecolor-20111104-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24140
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-xecolor
Version:	20111104
Release:	4
Summary:	TeXLive xecolor package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xecolor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xecolor.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive xecolor package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xecolor/xecolor.sty
%doc %{_texmfdistdir}/doc/xelatex/xecolor/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20111104-4
+ Revision: 105fc3e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26101 |14mu|texlive-xecyr-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 20221
# category Package
# catalog-ctan /macros/xetex/latex/xecyr
# catalog-date 2010-10-26 13:00:58 +0200
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-xecyr
Version:	1.1
Release:	4
Summary:	Using Cyrillic languages in XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/xecyr
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xecyr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xecyr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Helper tools for using Cyrillic languages with XeLaTeX and
babel.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/xecyr/xu-ruenhyph.tex
%{_texmfdistdir}/tex/xelatex/xecyr/xecyr.sty
%doc %{_texmfdistdir}/doc/xelatex/xecyr/1251.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/866.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/NEWS
%doc %{_texmfdistdir}/doc/xelatex/xecyr/README
%doc %{_texmfdistdir}/doc/xelatex/xecyr/iso.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/koi8-r.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/language.dat.add
%doc %{_texmfdistdir}/doc/xelatex/xecyr/listings-utf8-ex.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/listings-utf8-ex.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/pict2e-ex.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/pict2e-ex.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/rubibtex-ex-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/rubibtex-ex-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/rubibtex-ex.bib
%doc %{_texmfdistdir}/doc/xelatex/xecyr/rumakeindex-ex-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/rumakeindex-ex-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-doc-ru.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-doc-ru.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex1-ru-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex1-ru-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex2-ru-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex2-ru-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex3-ru-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex3-ru-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex4-ru-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex4-ru-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex5-ru-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex5-ru-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex6-ru-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex6-ru-x.tex
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex7-ru-x.pdf
%doc %{_texmfdistdir}/doc/xelatex/xecyr/xecyr-ex7-ru-x.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 255f15c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26102 |14mu|texlive-xeindex-0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16760
# category Package
# catalog-ctan /macros/xetex/latex/xeindex
# catalog-date 2010-01-17 14:52:57 +0100
# catalog-license lppl
# catalog-version 0.2
Name:		texlive-xeindex
Version:	0.2
Release:	4
Summary:	Automatic index generation for XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/xeindex
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xeindex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xeindex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is based on XeSearch, and will automatically index
words or phrases in an XeLaTeX document. Words are declared in
a list, and every occurrence then creates an index entry whose
content can be fully specified beforehand.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xeindex/xeindex.sty
%doc %{_texmfdistdir}/doc/xelatex/xeindex/README
%doc %{_texmfdistdir}/doc/xelatex/xeindex/xeindex.pdf
%doc %{_texmfdistdir}/doc/xelatex/xeindex/xeindex.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-4
+ Revision: 2529b94
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26103 |14mu|texlive-xepersian-13.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32897
# category Package
# catalog-ctan /macros/xetex/latex/xepersian
# catalog-date 2014-02-04 13:42:17 +0100
# catalog-license lppl1.3
# catalog-version 13.7
Name:		texlive-xepersian
Version:	13.7
Release:	3
Summary:	Persian for LaTeX, using XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/xepersian
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xepersian.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xepersian.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xepersian.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports Persian typesetting, using the Persian
Modern fonts, by default.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xepersian/parsidigits.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xepersian/parsidigits.tec
%{_texmfdistdir}/tex/xelatex/xepersian/algorithm-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/algorithmic-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/amsart-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/amsbook-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/article-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/artikel1-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/artikel2-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/artikel3-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/backref-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/bidimoderncv-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/bidituftesidenote-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/boek-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/boek3-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/book-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/bookest-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/breqn-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/color-localise-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/enumerate-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/extarticle-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/extbook-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/extrafootnotefeatures-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/extreport-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/flowfram-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/footnote-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/framed-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/glossaries-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/hyperref-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/imsproc-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/kashida-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/latex-localise-commands-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/latex-localise-environments-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/latex-localise-messages-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/latex-localise-misc-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/listings-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/loadingorder-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/localise-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/memoir-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/minitoc-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/natbib-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/packages-localise-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/rapport1-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/rapport3-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/refrep-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/report-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/scrartcl-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/scrbook-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/scrreprt-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/tkz-linknodes-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/tocloft-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/xepersian-localise-commands-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/xepersian-localise-environments-xepersian.def
%{_texmfdistdir}/tex/xelatex/xepersian/xepersian-magazine.cls
%{_texmfdistdir}/tex/xelatex/xepersian/xepersian-mathsdigitspec.sty
%{_texmfdistdir}/tex/xelatex/xepersian/xepersian-multiplechoice.sty
%{_texmfdistdir}/tex/xelatex/xepersian/xepersian-persiancal.sty
%{_texmfdistdir}/tex/xelatex/xepersian/xepersian.sty
%doc %{_texmfdistdir}/doc/xelatex/xepersian/README
%doc %{_texmfdistdir}/doc/xelatex/xepersian/ftxe-0.12.py
%doc %{_texmfdistdir}/doc/xelatex/xepersian/img/ireland.jpg
%doc %{_texmfdistdir}/doc/xelatex/xepersian/img/weather/clouds.jpg
%doc %{_texmfdistdir}/doc/xelatex/xepersian/img/weather/rain.jpg
%doc %{_texmfdistdir}/doc/xelatex/xepersian/img/weather/sun.jpg
%doc %{_texmfdistdir}/doc/xelatex/xepersian/magazine-sample.tex
%doc %{_texmfdistdir}/doc/xelatex/xepersian/test-correction.tex
%doc %{_texmfdistdir}/doc/xelatex/xepersian/test-empty-form.tex
%doc %{_texmfdistdir}/doc/xelatex/xepersian/test-question-only.tex
%doc %{_texmfdistdir}/doc/xelatex/xepersian/test-solution-form.tex
%doc %{_texmfdistdir}/doc/xelatex/xepersian/xepersian-logo.pdf
%doc %{_texmfdistdir}/doc/xelatex/xepersian/xepersian-logo.tex
%doc %{_texmfdistdir}/doc/xelatex/xepersian/xepersian.pdf
#- source
%doc %{_texmfdistdir}/source/xelatex/xepersian/xepersian.dtx
%doc %{_texmfdistdir}/source/xelatex/xepersian/xepersian.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 13.7-3
+ Revision: 3e18c66
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26104 |14mu|texlive-xesearch-20091118-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16041
# category Package
# catalog-ctan /macros/xetex/generic/xesearch
# catalog-date 2009-11-18 12:12:09 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-xesearch
Version:	20091118
Release:	4
Summary:	A string finder for XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/generic/xesearch
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xesearch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xesearch.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package finds strings (e.g. (parts of) words or phrases)
and manipulates them (apply any macro), thus turning each word
or phrase into a possible command. It is written in plain XeTeX
and should thus work with any format (it is known to work with
LaTeX and ConTeXt). The main application for the moment is
XeIndex, an automatic index for XeLaTeX, but examples are given
of simple use to check spelling, count words, and highlight
syntax of programming languages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xetex/xesearch/t-xesearch.tex
%{_texmfdistdir}/tex/xetex/xesearch/xesearch.sty
%doc %{_texmfdistdir}/doc/xetex/xesearch/README
%doc %{_texmfdistdir}/doc/xetex/xesearch/xesearch.pdf
%doc %{_texmfdistdir}/doc/xetex/xesearch/xesearch.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20091118-4
+ Revision: e56889b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26105 |14mu|texlive-xetex-0.9997.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26330
# category TLCore
# catalog-ctan undef
# catalog-date 2012-05-06 11:41:55 +0200
# catalog-license other-free
# catalog-version 0.9997.5
Name:		texlive-xetex
Epoch:		1
Version:	0.9997.5
Release:	3
Summary:	Unicode and OpenType-enabled TeX engine
Group:		Publishing
URL:		http://tug.org/texlive
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea
Requires(post):	texlive-tetex
Requires:	texlive-xetexconfig
Requires:	texlive-xetex.bin

%description
See http://tug.org/xetex.


#-----------------------------------------------------------------------
%files
%{_bindir}/xelatex
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/base/qx-unicode.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/base/qx-unicode.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/base/tex-text.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/base/tex-text.tec
%{_texmfdistdir}/scripts/xetex/perl/lib/PDF/Reuse.pm
%{_texmfdistdir}/scripts/xetex/perl/lib/PDF/Reuse/Util.pm
%{_texmfdistdir}/scripts/xetex/perl/xdv2pdf_mergemarks
%{_tlpkgdir}/tlpostcode/xetex.pl
%_texmf_fmtutil_d/xetex
%doc %{_texmfdistdir}/doc/xetex/base/XeTeX-notes.pdf
%doc %{_texmfdistdir}/doc/xetex/base/XeTeX-notes.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    ln -sf xetex xelatex
popd
mkdir -p %{buildroot}%{_tlpkgdir}
cp -fpar tlpkg/tlpostcode %{buildroot}%{_tlpkgdir}
mkdir -p %{buildroot}%{_datadir}
cp -fpar texmf-dist %{buildroot}%{_datadir}
mkdir -p %{buildroot}%{_texmf_fmtutil_d}
cat > %{buildroot}%{_texmf_fmtutil_d}/xetex <<EOF
#
# from xetex:
xetex xetex language.def -etex xetex.ini
xelatex xetex language.dat -etex xelatex.ini
EOF



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.9997.5-3
+ Revision: ce52923
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26106 |14mu|texlive-xetexconfig-20131009-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28819
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-xetexconfig
Version:	20131009
Release:	7
Summary:	Configuration files for XeTeX
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexconfig.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
unicode-letters, and special crop.cfg and hyperref.cfg for
XeTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/xetexconfig/unicode-letters.tex
%{_texmfdistdir}/tex/xelatex/xetexconfig/crop.cfg

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131009-7
+ Revision: e86a8e5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26107 |14mu|texlive-xetex-def-0.94-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 16192
# category Package
# catalog-ctan /graphics/xetex/latex/xetex.def
# catalog-date 2009-11-27 22:18:13 +0100
# catalog-license lppl
# catalog-version 0.94
Name:		texlive-xetex-def
Version:	0.94
Release:	4
Summary:	Colour and graphics support for XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/xetex/latex/xetex.def
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-def.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The file xetex.def provides device-specific definitions for
colour and graphics support when running Xe(La)TeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xetex-def/xetex.def

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.94-4
+ Revision: 90d2e62
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26108 |14mu|texlive-xetex-devanagari-0.4-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23223
# category Package
# catalog-ctan /macros/xetex/generic/devanagari
# catalog-date 2011-07-22 07:52:25 +0200
# catalog-license lppl
# catalog-version 0.4
Name:		texlive-xetex-devanagari
Version:	0.4
Release:	4
Summary:	XeTeX input map for Unicode Devanagari
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/generic/devanagari
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-devanagari.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-devanagari.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a map for use with Jonathan Kew's TECkit,
to translate Devanagari (encoded according to the Harvard/Kyoto
convention) to Unicode (range 0900-097F).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/README
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/devanagarinumerals.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/devanagarinumerals.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/harvardkyoto.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/harvardkyoto.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/iast.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/iast.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/velthuis-sanskrit.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/velthuis-sanskrit.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/velthuis.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-devanagari/velthuis.tec
%doc %{_texmfdistdir}/doc/xetex/xetex-devanagari/changelog

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.4-4
+ Revision: c0e6635
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26109 |14mu|texlive-xetexfontinfo-20080824-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/xetex/plain/xetexfontinfo
# catalog-date 2008-08-24 00:31:24 +0200
# catalog-license apache2
# catalog-version undef
Name:		texlive-xetexfontinfo
Version:	20080824
Release:	4
Summary:	Report font features in XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/plain/xetexfontinfo
License:	APACHE2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexfontinfo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexfontinfo.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A pair of documents to reveal the font features supported by
fonts usable in XeTeX. Use OpenType-info.tex for OpenType
fonts, and AAT-info.tex for AAT fonts (Mac OS X only).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xetex/xetexfontinfo/aat-info.tex
%{_texmfdistdir}/tex/xetex/xetexfontinfo/opentype-info.tex
%doc %{_texmfdistdir}/doc/xetex/xetexfontinfo/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080824-4
+ Revision: cce673e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26110 |14mu|texlive-xetex-itrans-4.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24105
# category Package
# catalog-ctan /macros/xetex/generic/itrans
# catalog-date 2011-09-26 15:47:09 +0200
# catalog-license lppl1.3
# catalog-version 4.0
Name:		texlive-xetex-itrans
Version:	4.0
Release:	4
Summary:	Itrans input maps for use with XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/generic/itrans
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-itrans.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-itrans.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides maps for use with XeLaTeX with coding done
using itrans. Fontspec maps are provided for Devanagari
(Sanskrit), for Sanskrit in Kannada and for Kannada itself.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/brh-kan.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/brh-kan.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-dvn.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-dvn.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-iast.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-iast.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-kan.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-kan.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-sankan.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-sankan.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-santel.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-santel.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-sdvn.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-sdvn.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-tamil.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-tamil.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-tel.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-itrans/itrans-tel.tec
%doc %{_texmfdistdir}/doc/xelatex/xetex-itrans/README
%doc %{_texmfdistdir}/doc/xelatex/xetex-itrans/itrans-tamil-sample.pdf
%doc %{_texmfdistdir}/doc/xelatex/xetex-itrans/itrans-tamil-sample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 4.0-4
+ Revision: e060c34
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26111 |14mu|texlive-xetexko-2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32863
# category Package
# catalog-ctan /macros/xetex/generic/xetexko
# catalog-date 2014-02-03 08:31:04 +0100
# catalog-license lppl1.3
# catalog-version 2.4
Name:		texlive-xetexko
Version:	2.4
Release:	3
Summary:	Typeset Korean with Xe(La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/generic/xetexko
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexko.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexko.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports typesetting Korean documents (including
old Hangul texts), using XeTeX. It enhances the existing
support, in XeTeX, providing features that provide quality
typesetting.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xetex/xetexko/hanja_hangul.tab
%{_texmfdistdir}/tex/xetex/xetexko/hanjacom_hangul.tab
%{_texmfdistdir}/tex/xetex/xetexko/hanjaexa_hangul.tab
%{_texmfdistdir}/tex/xetex/xetexko/xetexko-font.sty
%{_texmfdistdir}/tex/xetex/xetexko/xetexko-hanging.sty
%{_texmfdistdir}/tex/xetex/xetexko/xetexko-josa.sty
%{_texmfdistdir}/tex/xetex/xetexko/xetexko-space.sty
%{_texmfdistdir}/tex/xetex/xetexko/xetexko-vertical.sty
%{_texmfdistdir}/tex/xetex/xetexko/xetexko.sty
%doc %{_texmfdistdir}/doc/xetex/xetexko/ChangeLog
%doc %{_texmfdistdir}/doc/xetex/xetexko/README
%doc %{_texmfdistdir}/doc/xetex/xetexko/xetexko-doc.pdf
%doc %{_texmfdistdir}/doc/xetex/xetexko/xetexko-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4-3
+ Revision: a4c9bcb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26112 |14mu|texlive-xetex-pstricks-20100218-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17055
# category Package
# catalog-ctan /graphics/xetex/pstricks
# catalog-date 2010-02-18 14:04:58 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-xetex-pstricks
Version:	20100218
Release:	4
Summary:	Running PStricks under XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/graphics/xetex/pstricks
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-pstricks.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-pstricks.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides an indirection scheme for XeTeX to use the
pstricks xdvipdfmx.cfg configuration file, so that XeTeX
documents will load it in preference to the standard
pstricks.con configuration file. With this configuration, many
PSTricks features can be used in xelatex or plain xetex
documents.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xetex-pstricks/pstricks.con
%{_texmfdistdir}/tex/xetex/xetex-pstricks/pstricks.con
%doc %{_texmfdistdir}/doc/xetex/xetex-pstricks/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20100218-4
+ Revision: b17dc89
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26113 |14mu|texlive-xetex-tibetan-0.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28847
# category Package
# catalog-ctan /macros/xetex/generic/tibetan
# catalog-date 2013-01-15 18:22:19 +0100
# catalog-license lppl
# catalog-version 0.1
Name:		texlive-xetex-tibetan
Version:	0.1
Release:	7
Summary:	XeTeX input maps for Unicode Tibetan
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/generic/tibetan
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-tibetan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-tibetan.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides a map for use with Jonathan Kew's TECkit,
to translate Tibetan to Unicode (range 0F00-0FFF).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-tibetan/loctib.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-tibetan/loctib.tec
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-tibetan/wylie.map
%{_texmfdistdir}/fonts/misc/xetex/fontmapping/xetex-tibetan/wylie.tec
%doc %{_texmfdistdir}/doc/xetex/xetex-tibetan/Changelog
%doc %{_texmfdistdir}/doc/xetex/xetex-tibetan/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.1-7
+ Revision: cbd3f5b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26114 |14mu|texlive-xevlna-1.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30086
# category Package
# catalog-ctan /macros/xetex/generic/xevlna
# catalog-date 2013-04-23 11:12:19 +0200
# catalog-license lppl1.3
# catalog-version 1.0
Name:		texlive-xevlna
Version:	1.0
Release:	7
Summary:	Insert non-breakable spaces using XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/generic/xevlna
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xevlna.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xevlna.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package will directly insert nonbreakable spaces (in Czech,
vlna or vlnka), after nonsyllabic prepositions and single
letter conjuctions, while the document is being typeset. (The
macros recognised maths and verbatim by TeX means.) (Inserting
nonbreakable spaces by a preprocessor will probably never be
fully reliable, because user defined macros and environments
cannot reliably be recognised.) The package works both with
(Plain) XeTeX and with XeLaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xevlna/xevlna.sty
%doc %{_texmfdistdir}/doc/xelatex/xevlna/License.txt
%doc %{_texmfdistdir}/doc/xelatex/xevlna/README
%doc %{_texmfdistdir}/doc/xelatex/xevlna/xevlna-inc.tex
%doc %{_texmfdistdir}/doc/xelatex/xevlna/xevlna.pdf
%doc %{_texmfdistdir}/doc/xelatex/xevlna/xevlna.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-7
+ Revision: 8f30315
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26115 |14mu|texlive-xfor-1.05-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xfor
# catalog-date 2009-02-05 23:18:07 +0100
# catalog-license lppl
# catalog-version 1.05
Name:		texlive-xfor
Version:	1.05
Release:	4
Summary:	A reimplimentation of the LaTeX for-loop macro
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xfor
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xfor.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xfor.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xfor.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package redefines the LaTeX internal \@for macro so that
the loop may be prematurely terminated. The action is akin to
the C/Java break statement, except that the loop does not
terminate until the end of the current iteration.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xfor/xfor.sty
%doc %{_texmfdistdir}/doc/latex/xfor/CHANGES
%doc %{_texmfdistdir}/doc/latex/xfor/README
%doc %{_texmfdistdir}/doc/latex/xfor/sample.tex
%doc %{_texmfdistdir}/doc/latex/xfor/xfor.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xfor/xfor.dtx
%doc %{_texmfdistdir}/source/latex/xfor/xfor.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.05-4
+ Revision: 712dcff
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26116 |14mu|texlive-xgreek-2.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25876
# category Package
# catalog-ctan /macros/xetex/latex/xgreek
# catalog-date 2012-04-08 19:39:35 +0200
# catalog-license lppl
# catalog-version 2.4
Name:		texlive-xgreek
Version:	2.4
Release:	3
Summary:	XeLaTeX package for typesetting Greek language documents (beta release)
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/xgreek
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xgreek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xgreek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xgreek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package has been designed so to allow people to typeset
Greek language documents using XeLaTeX. And it is released in
the hope that people will use it and spot errors, bugs,
features so to improve it. Practically, it provides all the
capabilities of the greek option of the babel package. The
package can be invoked with any of the following options:
monotonic (for typesetting modern monotonic Greek), polytonic
(for typesetting modern polytonic Greek), and ancient (for
typesetting ancient texts). The default option is monotonic.
The command \setlanguage{<lang>} to activate the hyphenation
patterns of the language <lang> This, however, can be done only
if the format file has not been built with the babel mechanism.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xgreek/xgreek.sty
%doc %{_texmfdistdir}/doc/xelatex/xgreek/README
%doc %{_texmfdistdir}/doc/xelatex/xgreek/xgreek.pdf
#- source
%doc %{_texmfdistdir}/source/xelatex/xgreek/xgreek.dtx
%doc %{_texmfdistdir}/source/xelatex/xgreek/xgreek.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.4-3
+ Revision: f641fb3
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26117 |14mu|texlive-xhfill-1.01-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22575
# category Package
# catalog-ctan /macros/latex/contrib/xhfill
# catalog-date 2011-05-17 17:47:58 +0200
# catalog-license lppl
# catalog-version 1.01
Name:		texlive-xhfill
Version:	1.01
Release:	4
Summary:	Extending \hrulefill
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xhfill
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xhfill.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xhfill.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides extended macros for the default \hrulefill
command. It allows modification of the width and the colour of
the line.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xhfill/xhfill.sty
%doc %{_texmfdistdir}/doc/latex/xhfill/Changes
%doc %{_texmfdistdir}/doc/latex/xhfill/Makefile
%doc %{_texmfdistdir}/doc/latex/xhfill/xhfill-doc.pdf
%doc %{_texmfdistdir}/doc/latex/xhfill/xhfill-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.01-4
+ Revision: 6b0eaa6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26118 |14mu|texlive-xifthen-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xifthen
# catalog-date 2009-05-03 12:26:51 +0200
# catalog-license lppl
# catalog-version 1.3
Name:		texlive-xifthen
Version:	1.3
Release:	4
Summary:	Extended conditional commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xifthen
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xifthen.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xifthen.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package extends the ifthen package by implementing new
commands to go within the first argument of \ifthenelse: to
test whether a string is void or not, if a command is defined
or equivalent to another. The package also enables use of
complex expressions as introduced by the package calc, together
with the ability of defining new commands to handle complex
tests. The package requires e-TeX features.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xifthen/xifthen.sty
%doc %{_texmfdistdir}/doc/latex/xifthen/README
%doc %{_texmfdistdir}/doc/latex/xifthen/xifthen.pdf
%doc %{_texmfdistdir}/doc/latex/xifthen/xifthen.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.3-4
+ Revision: d1f6a9f
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26119 |14mu|texlive-xint-1.09m-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 33062
# category Package
# catalog-ctan /macros/generic/xint
# catalog-date 2014-02-27 13:32:50 +0100
# catalog-license lppl1.3
# catalog-version 1.09m
Name:		texlive-xint
Version:	1.09m
Release:	3
Summary:	Expandable operations on long numbers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/generic/xint
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xint.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xint.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xint.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The bundle provides four packages: xint, which provides
expandable TeX macros that implement the basic arithmetic
operations of addition, subtraction, multiplication and
division, as applied to arbitrarily long numbers represented as
chains of digits with an optional minus sign; xinttools is
loaded by xint (hence by all other packages of the bundle,
too): it provides utilities of independent interest such as
expandable and non-expandable loops. xintfrac, which computes
fractions using xint; xintexpr, which extends xintfrac with an
expandable parser of expressions involving integers and a wide
variety of operators; xintbinhex provides conversions to and
from binary and hexadecimal bases; xintseries, which provides
basic functionality for computing partial sums using xint;
xintgcd, which provides implementations of the Euclidean
algorithm, and of its typesetting; xintcfrac, which deals with
the computation of continued fractions, All of the packages'
computations are done in a way that they can operate in an
expanding environment. The packages may be used either with
Plain TeX or LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/xint/xint.sty
%{_texmfdistdir}/tex/generic/xint/xintbinhex.sty
%{_texmfdistdir}/tex/generic/xint/xintcfrac.sty
%{_texmfdistdir}/tex/generic/xint/xintexpr.sty
%{_texmfdistdir}/tex/generic/xint/xintfrac.sty
%{_texmfdistdir}/tex/generic/xint/xintgcd.sty
%{_texmfdistdir}/tex/generic/xint/xintseries.sty
%{_texmfdistdir}/tex/generic/xint/xinttools.sty
%doc %{_texmfdistdir}/doc/generic/xint/README
%doc %{_texmfdistdir}/doc/generic/xint/xint.pdf
#- source
%doc %{_texmfdistdir}/source/generic/xint/xint.dtx
%doc %{_texmfdistdir}/source/generic/xint/xint.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.09m-3
+ Revision: e44d9f5
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26120 |14mu|texlive-xits-1.105-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26719
# category Package
# catalog-ctan /fonts/xits
# catalog-date 2012-05-18 23:29:02 +0200
# catalog-license ofl
# catalog-version 1.105
Name:		texlive-xits
Version:	1.105
Release:	3
Summary:	A Scientific Times-like font with support for mathematical typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/xits
License:	OFL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xits.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xits.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xits.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
XITS is a Times-like font for scientific typesetting with
proper mathematical support for modern, Unicode and OpenType
capable TeX engines, namely LuaTeX and XeTeX. For use with
LuaLaTeX or XeLaTeX, support is available from the fontspec and
unicode-math packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/opentype/public/xits/xits-bold.otf
%{_texmfdistdir}/fonts/opentype/public/xits/xits-bolditalic.otf
%{_texmfdistdir}/fonts/opentype/public/xits/xits-italic.otf
%{_texmfdistdir}/fonts/opentype/public/xits/xits-math.otf
%{_texmfdistdir}/fonts/opentype/public/xits/xits-mathbold.otf
%{_texmfdistdir}/fonts/opentype/public/xits/xits-regular.otf
%doc %{_texmfdistdir}/doc/fonts/xits/FONTLOG.txt
%doc %{_texmfdistdir}/doc/fonts/xits/Makefile
%doc %{_texmfdistdir}/doc/fonts/xits/OFL-FAQ.txt
%doc %{_texmfdistdir}/doc/fonts/xits/OFL.txt
%doc %{_texmfdistdir}/doc/fonts/xits/README
%doc %{_texmfdistdir}/doc/fonts/xits/postprocess.py
%doc %{_texmfdistdir}/doc/fonts/xits/user-guide.pdf
%doc %{_texmfdistdir}/doc/fonts/xits/user-guide.tex
%doc %{_texmfdistdir}/doc/fonts/xits/xits-math.lfg
%doc %{_texmfdistdir}/doc/fonts/xits/xits-specimen.pdf
%doc %{_texmfdistdir}/doc/fonts/xits/xits-specimen.tex
#- source
%doc %{_texmfdistdir}/source/fonts/xits/xits-bold.sfd
%doc %{_texmfdistdir}/source/fonts/xits/xits-bolditalic.sfd
%doc %{_texmfdistdir}/source/fonts/xits/xits-italic.sfd
%doc %{_texmfdistdir}/source/fonts/xits/xits-math.sfd
%doc %{_texmfdistdir}/source/fonts/xits/xits-mathbold.sfd
%doc %{_texmfdistdir}/source/fonts/xits/xits-regular.sfd
%doc %{_texmfdistdir}/source/fonts/xits/xits.fea

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.105-3
+ Revision: bc184c2
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26121 |14mu|texlive-xkeyval-2.6a-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xkeyval
# catalog-date 2008-08-13 18:44:56 +0200
# catalog-license lppl
# catalog-version 2.6a
Name:		texlive-xkeyval
Version:	2.6a
Release:	4
Summary:	Extension of the keyval package
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xkeyval
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xkeyval.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xkeyval.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xkeyval.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This package is an extension of the keyval package and offers
additional macros for setting keys and declaring and setting
class or package options. The package allows the programmer to
specify a prefix to the name of the macros it defines for keys,
and to define families of key definitions; these all help use
in documents where several packages define their own sets of
keys.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/xkeyval/keyval.tex
%{_texmfdistdir}/tex/generic/xkeyval/pst-xkey.tex
%{_texmfdistdir}/tex/generic/xkeyval/xkeyval.tex
%{_texmfdistdir}/tex/generic/xkeyval/xkvtxhdr.tex
%{_texmfdistdir}/tex/latex/xkeyval/pst-xkey.sty
%{_texmfdistdir}/tex/latex/xkeyval/xkeyval.sty
%{_texmfdistdir}/tex/latex/xkeyval/xkvltxp.sty
%{_texmfdistdir}/tex/latex/xkeyval/xkvview.sty
%doc %{_texmfdistdir}/doc/latex/xkeyval/README
%doc %{_texmfdistdir}/doc/latex/xkeyval/xkeyval.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xkeyval/xkeyval.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.6a-4
+ Revision: c2ad64b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26122 |14mu|texlive-xltxtra-0.5e-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19809
# category Package
# catalog-ctan /macros/latex/contrib/xltxtra
# catalog-date 2010-09-19 16:45:28 +0200
# catalog-license lppl
# catalog-version 0.5e
Name:		texlive-xltxtra
Version:	0.5e
Release:	4
Summary:	"Extras" for LaTeX users of XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xltxtra
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xltxtra.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xltxtra.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xltxtra.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package loads the fixltx2e package from the LaTeX
distribution, and etex.sty from the e-TeX distribution. The
package then patches the \- (discretionary hyphen command) to
use the current hyphen character (which may be different from
than the default, which is the character at the ASCII hyphen
slot), and loads the realscripts to patch the \textsuperscript
command (from the LaTeX kernel) and the \textsubscript command
(from the fixltx2e package). The package is loaded by the
fontspec package, so that it should not ordinarily be necessary
to load it explicitly. The package relies on the metalogo
package for typesetting the XeTeX and XeLaTeX logos.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xltxtra/xltxtra.sty
%doc %{_texmfdistdir}/doc/latex/xltxtra/README
%doc %{_texmfdistdir}/doc/latex/xltxtra/xltxtra.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xltxtra/xltxtra.dtx
%doc %{_texmfdistdir}/source/latex/xltxtra/xltxtra.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.5e-4
+ Revision: c23dc2b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26123 |14mu|texlive-xmlplay-20061216-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan undef
# catalog-date 2006-12-16 17:11:43 +0100
# catalog-license pd
# catalog-version undef
Name:		texlive-xmlplay
Version:	20061216
Release:	4
Summary:	Typeset Shakespeare's plays as marked up by Bosak
Group:		Publishing
URL:		http://tug.org/texlive
License:	PD
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xmlplay.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xmlplay.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xmlplay.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
This is an xmltex package for typsetting the plays of
Shakespeare, as marked up by Jon Bosak.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xmltex/xmlplay/play.xmt
%doc %{_texmfdistdir}/doc/otherformats/xmltex/xmlplay/readme
#- source
%doc %{_texmfdistdir}/source/xmltex/xmlplay/play.dtd

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061216-4
+ Revision: 54d926b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26124 |14mu|texlive-xmpincl-2.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xmpincl
# catalog-date 2008-05-10 20:43:24 +0200
# catalog-license gpl
# catalog-version 2.2
Name:		texlive-xmpincl
Version:	2.2
Release:	4
Summary:	Include eXtensible Metadata Platform data in PDFLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xmpincl
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xmpincl.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xmpincl.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xmpincl.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The XMP (eXtensible Metadata platform) is a framework to add
metadata to digital material to enhance the workflow in
publication. The essence is that the metadata is stored in an
XML file, and this XML stream is then embedded in the file to
which it applies. How you create this XML file is up to you,
but the author started investigating this because he wanted to
embed licensing information in the files he created. The
license the author chose is one of the Creative Commons
licenses, and their web-site offers this information in a valid
XML-file, suitable for direct inclusion.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xmpincl/xmpincl.sty
%doc %{_texmfdistdir}/doc/latex/xmpincl/README
%doc %{_texmfdistdir}/doc/latex/xmpincl/license.xmp
%doc %{_texmfdistdir}/doc/latex/xmpincl/xmpincl.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xmpincl/xmpincl.dtx
%doc %{_texmfdistdir}/source/latex/xmpincl/xmpincl.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2-4
+ Revision: 9a48d56
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26125 |14mu|texlive-xnewcommand-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xnewcommand
# catalog-date 2008-08-24 14:46:50 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-xnewcommand
Version:	1.2
Release:	4
Summary:	Define \global and \protected commands with \newcommand
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xnewcommand
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xnewcommand.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xnewcommand.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides the means of defining \global and (e-TeX)
\protected commands, within the framework of LaTeX's standard
\newcommand.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xnewcommand/xnewcommand.sty
%doc %{_texmfdistdir}/doc/latex/xnewcommand/README
%doc %{_texmfdistdir}/doc/latex/xnewcommand/xnewcommand.pdf
%doc %{_texmfdistdir}/doc/latex/xnewcommand/xnewcommand.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: 93b9051
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26126 |14mu|texlive-xoptarg-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xoptarg
# catalog-date 2008-08-24 14:29:08 +0200
# catalog-license lppl
# catalog-version 1.0
Name:		texlive-xoptarg
Version:	1.0
Release:	4
Summary:	Expandable macros that take an optional argument
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xoptarg
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xoptarg.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xoptarg.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Commands that take an optional argument are not ordinarily
expandable; this package allows such commands to be expandable
provided they have at least one mandatory argument.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xoptarg/xoptarg.sty
%doc %{_texmfdistdir}/doc/latex/xoptarg/README
%doc %{_texmfdistdir}/doc/latex/xoptarg/xoptarg.pdf
%doc %{_texmfdistdir}/doc/latex/xoptarg/xoptarg.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-4
+ Revision: 707aa9a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26127 |14mu|texlive-xpatch-0.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25180
# category Package
# catalog-ctan /macros/latex/contrib/xpatch
# catalog-date 2012-01-23 12:18:32 +0100
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-xpatch
Version:	0.2
Release:	3
Summary:	Extending etoolbox patching commands
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xpatch
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpatch.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpatch.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpatch.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package generalises the macro patching commands provided by
Philipp Lehmann's etoolbox.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xpatch/xpatch.sty
%doc %{_texmfdistdir}/doc/latex/xpatch/README
%doc %{_texmfdistdir}/doc/latex/xpatch/xpatch.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xpatch/xpatch.dtx
%doc %{_texmfdistdir}/source/latex/xpatch/xpatch.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-3
+ Revision: 1d0f76c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26128 |14mu|texlive-xpeek-0.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27442
# category Package
# catalog-ctan /macros/latex/contrib/xpeek
# catalog-date 2012-08-17 12:03:38 +0200
# catalog-license lppl1.3
# catalog-version 0.2
Name:		texlive-xpeek
Version:	0.2
Release:	9
Summary:	Define commands that peek ahead in the input stream
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xpeek
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpeek.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpeek.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpeek.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides tools to help define commands that, like
\xspace (from xspace) and the LaTeX command \textit, peek at
what follows them in the command stream and choose appropriate
behaviour.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xpeek/xpeek.sty
%doc %{_texmfdistdir}/doc/latex/xpeek/README
%doc %{_texmfdistdir}/doc/latex/xpeek/xpeek.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xpeek/xpeek.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-9
+ Revision: d1b7623
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26129 |14mu|texlive-xpicture-1.2a-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28770
# category Package
# catalog-ctan /macros/latex/contrib/xpicture
# catalog-date 2013-01-08 10:49:23 +0100
# catalog-license lppl1.3
# catalog-version 1.2a
Name:		texlive-xpicture
Version:	1.2a
Release:	7
Summary:	Extensions of LaTeX picture drawing
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xpicture
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpicture.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpicture.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpicture.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the facilities of the pict2e and the
curve2e packages, providing extra reference frames, conic
section curves, graphs of elementary functions and other
parametric curves.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xpicture/xpicture.sty
%doc %{_texmfdistdir}/doc/latex/xpicture/README
%doc %{_texmfdistdir}/doc/latex/xpicture/xpicture-doc.pdf
%doc %{_texmfdistdir}/doc/latex/xpicture/xpicture-doc.tex
%doc %{_texmfdistdir}/doc/latex/xpicture/xpicture.cfgxmpl
%doc %{_texmfdistdir}/doc/latex/xpicture/xpicture.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xpicture/xpicture.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2a-7
+ Revision: c82a52d
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26130 |14mu|texlive-xpinyin-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27121
# category Package
# catalog-ctan /macros/latex/contrib/xpinyin
# catalog-date 2012-07-20 19:39:58 +0200
# catalog-license lppl1.3
# catalog-version 1.1
Name:		texlive-xpinyin
Version:	1.1
Release:	4
Summary:	Automatically add pinyin to Chinese characters
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xpinyin
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpinyin.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpinyin.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpinyin.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is written to simplify the input of Hanyu Pinyin.
Macros are provided that automatically add pinyin to Chinese
characters.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xpinyin/config/xpinyin-map.cfg
%{_texmfdistdir}/tex/latex/xpinyin/xpinyin.sty
%doc %{_texmfdistdir}/doc/latex/xpinyin/README
%doc %{_texmfdistdir}/doc/latex/xpinyin/xpinyin.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xpinyin/xpinyin.dtx
%doc %{_texmfdistdir}/source/latex/xpinyin/xpinyin.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 8740fce
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26131 |14mu|texlive-xpunctuate-20120810-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26641
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-xpunctuate
Version:	20120810
Release:	3
Summary:	TeXLive xpunctuate package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpunctuate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpunctuate.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xpunctuate.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive xpunctuate package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xpunctuate/xpunctuate.sty
%doc %{_texmfdistdir}/doc/latex/xpunctuate/README
%doc %{_texmfdistdir}/doc/latex/xpunctuate/xpunctuate.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xpunctuate/xpunctuate.dtx
%doc %{_texmfdistdir}/source/latex/xpunctuate/xpunctuate.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120810-3
+ Revision: ce3810e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26132 |14mu|texlive-xq-0.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /fonts/xq
# catalog-date 2007-03-13 09:23:19 +0100
# catalog-license lppl
# catalog-version 0.3
Name:		texlive-xq
Version:	0.3
Release:	4
Summary:	Support for writing about xiangqi
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/xq
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xq.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xq.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package is for writing about xiangqi or chinese chess. You
can write games or parts of games and show diagrams with
special positions.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/xq/xqaddsignsbase.mf
%{_texmfdistdir}/fonts/source/public/xq/xqaddsignslarge.mf
%{_texmfdistdir}/fonts/source/public/xq/xqaddsignsnormal.mf
%{_texmfdistdir}/fonts/source/public/xq/xqbase.mf
%{_texmfdistdir}/fonts/source/public/xq/xqhints.mf
%{_texmfdistdir}/fonts/source/public/xq/xqlarge.mf
%{_texmfdistdir}/fonts/source/public/xq/xqnormal.mf
%{_texmfdistdir}/fonts/source/public/xq/xqwestbase.mf
%{_texmfdistdir}/fonts/source/public/xq/xqwestlarge.mf
%{_texmfdistdir}/fonts/source/public/xq/xqwestnormal.mf
%{_texmfdistdir}/fonts/tfm/public/xq/xqlarge.tfm
%{_texmfdistdir}/fonts/tfm/public/xq/xqnormal.tfm
%{_texmfdistdir}/tex/latex/xq/xq.sty
%doc %{_texmfdistdir}/doc/fonts/xq/README
%doc %{_texmfdistdir}/doc/fonts/xq/xqexample.pdf
%doc %{_texmfdistdir}/doc/fonts/xq/xqexample.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-4
+ Revision: 703f211
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26133 |14mu|texlive-xskak-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19440
# category Package
# catalog-ctan /macros/latex/contrib/xskak
# catalog-date 2008-10-20 22:21:01 +0200
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-xskak
Version:	1.2
Release:	4
Summary:	An extension to the skak package for chess typesetting
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xskak
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xskak.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xskak.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xskak.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Xskak, as its prime function, saves information about a chess
game for later use (e.g., to loop through a game to make an
animated board). The package also extends the input that the
parsing commands can handle and offers an interface to define
and switch between indefinite levels of styles.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xskak/xskak-keys.sty
%{_texmfdistdir}/tex/latex/xskak/xskak-nagdef.sty
%{_texmfdistdir}/tex/latex/xskak/xskak.sty
%doc %{_texmfdistdir}/doc/latex/xskak/README
%doc %{_texmfdistdir}/doc/latex/xskak/README.TEXLIVE
#- source
%doc %{_texmfdistdir}/source/latex/xskak/xskak-src.dtx
%doc %{_texmfdistdir}/source/latex/xskak/xskak.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: d4d1f8c
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26134 |14mu|texlive-xstring-1.5d-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17614
# category Package
# catalog-ctan /macros/latex/contrib/xstring
# catalog-date 2010-03-29 17:35:44 +0200
# catalog-license lppl
# catalog-version 1.5d
Name:		texlive-xstring
Version:	1.5d
Release:	4
Summary:	String manipulation for (La)TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xstring
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xstring.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xstring.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros for manipulating strings -- testing
a string's contents, extracting substrings, substitution of
substrings and providing numbers such as string length,
position of, or number of recurrences of, a substring. The
package works equally in Plain TeX and LaTeX (though e-TeX is
always required). The strings to be processed may contain
(expandable) macros.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/xstring/xstring.sty
%{_texmfdistdir}/tex/generic/xstring/xstring.tex
%doc %{_texmfdistdir}/doc/generic/xstring/README
%doc %{_texmfdistdir}/doc/generic/xstring/xstring_doc_en.pdf
%doc %{_texmfdistdir}/doc/generic/xstring/xstring_doc_en.tex
%doc %{_texmfdistdir}/doc/generic/xstring/xstring_doc_fr.pdf
%doc %{_texmfdistdir}/doc/generic/xstring/xstring_doc_fr.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5d-4
+ Revision: 25f01c9
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26135 |14mu|texlive-xtab-2.3f-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23347
# category Package
# catalog-ctan /macros/latex/contrib/xtab
# catalog-date 2011-07-31 16:09:03 +0200
# catalog-license lppl
# catalog-version 2.3f
Name:		texlive-xtab
Version:	2.3f
Release:	4
Summary:	Break tables across pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xtab
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xtab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xtab.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xtab.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Xtab is an extended and somewhat improved version of
supertabular; it provides tables that break across pages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xtab/xtab.sty
%doc %{_texmfdistdir}/doc/latex/xtab/README
%doc %{_texmfdistdir}/doc/latex/xtab/xtab.pdf
#- source
%doc %{_texmfdistdir}/source/latex/xtab/xtab.dtx
%doc %{_texmfdistdir}/source/latex/xtab/xtab.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3f-4
+ Revision: fd262b1
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26136 |14mu|texlive-xunicode-0.981-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23897
# category Package
# catalog-ctan /macros/xetex/latex/xunicode
# catalog-date 2011-09-09 14:58:15 +0200
# catalog-license lppl1.3
# catalog-version 0.981
Name:		texlive-xunicode
Version:	0.981
Release:	4
Summary:	Generate Unicode characters from accented glyphs
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/latex/xunicode
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xunicode.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xunicode.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports XeTeX's (and other putative future similar
engines') need for Unicode characters, in a similar way to what
the fontenc does for 8-bit (and the like) fonts: convert
accent-glyph sequence to a single Unicode character for output.
The package also covers glyphs specified by packages (such as
tipa) which define many commands for single text glyphs.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xelatex/xunicode/xunicode.sty
%doc %{_texmfdistdir}/doc/xelatex/xunicode/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.981-4
+ Revision: 9d9cbfb
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26137 |14mu|texlive-xwatermark-1.5.2a-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25564
# category Package
# catalog-ctan /macros/latex/contrib/xwatermark
# catalog-date 2012-02-01 12:32:07 +0100
# catalog-license lppl1.3
# catalog-version 1.5.2a
Name:		texlive-xwatermark
Version:	1.5.2a
Release:	5
Summary:	Graphics and text watermarks on selected pages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xwatermark
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xwatermark.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xwatermark.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package extends the author's draftmark and the watermark
packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xwatermark/xwatermark.sty
%doc %{_texmfdistdir}/doc/latex/xwatermark/README
%doc %{_texmfdistdir}/doc/latex/xwatermark/tab-globaloptions.tex
%doc %{_texmfdistdir}/doc/latex/xwatermark/tab-localoptions.tex
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-examples.cfg
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-examples1.pdf
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-examples1.tex
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-examples2.pdf
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-examples2.tex
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-guide.cfg
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-guide.pdf
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-guide.tex
%doc %{_texmfdistdir}/doc/latex/xwatermark/xwatermark-test-20120201.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2a-5
+ Revision: 9916e82
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26138 |14mu|texlive-xyling-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xyling
# catalog-date 2007-03-13 09:23:19 +0100
# catalog-license lppl
# catalog-version 1.1
Name:		texlive-xyling
Version:	1.1
Release:	4
Summary:	Draw syntactic trees, etc., for linguistics literature, using xy-pic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xyling
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xyling.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xyling.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The macros in this package model the construction of linguistic
tree structures as a genuinely graphical problem: they contain
two types of objects, BRANCHES and NODE LABELS, and these are
positioned relative to a GRID. It is essential that each of
these three elements is constructed independent of the other
two, and hence they can be modified without unwanted side
effects. The macros are based on the xy-pic package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xyling/xyling.sty
%doc %{_texmfdistdir}/doc/latex/xyling/README
%doc %{_texmfdistdir}/doc/latex/xyling/xyli-doc.pdf
%doc %{_texmfdistdir}/doc/latex/xyling/xyli-doc.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 93ebea6
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26139 |14mu|texlive-xymtex-5.06-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 32182
# category Package
# catalog-ctan /macros/latex/contrib/xymtex
# catalog-date 2013-10-31 09:17:33 +0100
# catalog-license lppl1.3
# catalog-version 5.06
Name:		texlive-xymtex
Version:	5.06
Release:	7
Summary:	Typesetting chemical structures
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xymtex
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xymtex.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xymtex.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xymtex.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
XyMTeX is a set of packages for drawing a wide variety of
chemical structural formulas in a way that reflects their
structure. The package provides three output modes: 'LaTeX',
'PostScript' and 'PDF'. XyMTeX's commands have a systematic set
of arguments for specifying substituents and their positions,
endocyclic double bonds, and bond patterns. In some cases there
are additional arguments for specifying hetero-atoms on the
vertices of heterocycles. It is believed that this systematic
design allows XyMTeX to operate as a practical (device-
independent) tool for use with LaTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xymtex/base/aliphat.sty
%{_texmfdistdir}/tex/latex/xymtex/base/assurelatexmode.sty
%{_texmfdistdir}/tex/latex/xymtex/base/bondcolor.sty
%{_texmfdistdir}/tex/latex/xymtex/base/carom.sty
%{_texmfdistdir}/tex/latex/xymtex/base/ccycle.sty
%{_texmfdistdir}/tex/latex/xymtex/base/chemstr.sty
%{_texmfdistdir}/tex/latex/xymtex/base/fusering.sty
%{_texmfdistdir}/tex/latex/xymtex/base/hcycle.sty
%{_texmfdistdir}/tex/latex/xymtex/base/hetarom.sty
%{_texmfdistdir}/tex/latex/xymtex/base/hetaromh.sty
%{_texmfdistdir}/tex/latex/xymtex/base/lewisstruc.sty
%{_texmfdistdir}/tex/latex/xymtex/base/locant.sty
%{_texmfdistdir}/tex/latex/xymtex/base/lowcycle.sty
%{_texmfdistdir}/tex/latex/xymtex/base/methylen.sty
%{_texmfdistdir}/tex/latex/xymtex/base/polymers.sty
%{_texmfdistdir}/tex/latex/xymtex/base/sizeredc.sty
%{_texmfdistdir}/tex/latex/xymtex/base/steroid.sty
%{_texmfdistdir}/tex/latex/xymtex/base/xymtex.sty
%{_texmfdistdir}/tex/latex/xymtex/base/xymtexpdf.sty
%{_texmfdistdir}/tex/latex/xymtex/base/xymtexps.sty
%{_texmfdistdir}/tex/latex/xymtex/chemist/assurechemist.sty
%{_texmfdistdir}/tex/latex/xymtex/chemist/chemist.sty
%{_texmfdistdir}/tex/latex/xymtex/chemist/chemtimes.sty
%{_texmfdistdir}/tex/latex/xymtex/xymtxpdf/chmst-pdf.sty
%{_texmfdistdir}/tex/latex/xymtex/xymtxpdf/xymtx-pdf.sty
%{_texmfdistdir}/tex/latex/xymtex/xymtxps/chmst-ps.sty
%{_texmfdistdir}/tex/latex/xymtex/xymtxps/xymtx-ps.sty
%doc %{_texmfdistdir}/doc/latex/xymtex/doc/README.TEXLIVE
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme402.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme402.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme403.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme403.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme404.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme404.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme405.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme405.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme406.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme406.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme500.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme500.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme500a.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/readme500a.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx402.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx402.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx403.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx403.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx404.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx404.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx405.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx405.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx406.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx406.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx500.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx500.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx500a.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/oldreadme/xymtx500a.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/readme501.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/readme501.jpn
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/xymtx501.doc
%doc %{_texmfdistdir}/doc/latex/xymtex/readme/xymtx501.jpn
#- source
%doc %{_texmfdistdir}/source/latex/xymtex/base/aliphat.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/aliphat.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/assurelatexmode.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/assurelatexmode.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/bondcolor.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/bondcolor.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/carom.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/carom.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/ccycle.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/ccycle.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/chemstr.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/chemstr.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/doins.bat
%doc %{_texmfdistdir}/source/latex/xymtex/base/fusering.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/fusering.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/hcycle.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/hcycle.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/hetarom.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/hetarom.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/hetaromh.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/hetaromh.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/lewisstruc.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/lewisstruc.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/locant.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/locant.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/lowcycle.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/lowcycle.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/methylen.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/methylen.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/polymers.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/polymers.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/putline.sed
%doc %{_texmfdistdir}/source/latex/xymtex/base/putput.bat
%doc %{_texmfdistdir}/source/latex/xymtex/base/sizeredc.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/sizeredc.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/steroid.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/steroid.ins
%doc %{_texmfdistdir}/source/latex/xymtex/base/xymtex.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/base/xymtex.ins
%doc %{_texmfdistdir}/source/latex/xymtex/chemist/assurechemist.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/chemist/assurechemist.ins
%doc %{_texmfdistdir}/source/latex/xymtex/chemist/chemist.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/chemist/chemist.ins
%doc %{_texmfdistdir}/source/latex/xymtex/chemist/chemtimes.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/chemist/chemtimes.ins
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxpdf/chmst-pdf.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxpdf/chmst-pdf.ins
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxpdf/xymtx-pdf.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxpdf/xymtx-pdf.ins
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxps/chmst-ps.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxps/chmst-ps.ins
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxps/xymtx-ps.drv
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxps/xymtx-ps.dtx
%doc %{_texmfdistdir}/source/latex/xymtex/xymtxps/xymtx-ps.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 5.06-7
+ Revision: b58a48e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26140 |14mu|texlive-xypic-20120809-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26642
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-xypic
Version:	20120809
Release:	3
Summary:	TeXLive xypic package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xypic.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xypic.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive xypic package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/xypic/xy388dict.pro
%{_texmfdistdir}/fonts/afm/public/xypic/xyatip10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xybsql10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xybtip10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xycirc10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xycmat10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xycmat11.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xycmat12.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xycmbt10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xycmbt11.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xycmbt12.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xydash10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyeuat10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyeuat11.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyeuat12.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyeubt10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyeubt11.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyeubt12.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyluat10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyluat11.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xyluat12.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xylubt10.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xylubt11.afm
%{_texmfdistdir}/fonts/afm/public/xypic/xylubt12.afm
%{_texmfdistdir}/fonts/enc/dvips/xypic/xycirc.enc
%{_texmfdistdir}/fonts/enc/dvips/xypic/xyd.enc
%{_texmfdistdir}/fonts/enc/dvips/xypic/xyd2.enc
%{_texmfdistdir}/fonts/map/dvips/xypic/xypic.map
%{_texmfdistdir}/fonts/source/public/xypic/xyatip.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyatip10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyatri.mf
%{_texmfdistdir}/fonts/source/public/xypic/xybsql10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xybtip.mf
%{_texmfdistdir}/fonts/source/public/xypic/xybtip10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xybtri.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycirc10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycm.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycmat10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycmat11.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycmat12.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycmbt10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycmbt11.mf
%{_texmfdistdir}/fonts/source/public/xypic/xycmbt12.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyd.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyd2.mf
%{_texmfdistdir}/fonts/source/public/xypic/xydash10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyeuat10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyeuat11.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyeuat12.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyeubt10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyeubt11.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyeubt12.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyeuler.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyline10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xylu.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyluat10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyluat11.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyluat12.mf
%{_texmfdistdir}/fonts/source/public/xypic/xylubt10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xylubt11.mf
%{_texmfdistdir}/fonts/source/public/xypic/xylubt12.mf
%{_texmfdistdir}/fonts/source/public/xypic/xymisc10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xyqc10.mf
%{_texmfdistdir}/fonts/source/public/xypic/xytech.mf
%{_texmfdistdir}/fonts/tfm/public/xypic/xyatip10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xybsql10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xybtip10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xycirc10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xycmat10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xycmat11.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xycmat12.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xycmbt10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xycmbt11.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xycmbt12.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xydash10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyeuat10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyeuat11.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyeuat12.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyeubt10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyeubt11.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyeubt12.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyline10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyluat10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyluat11.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyluat12.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xylubt10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xylubt11.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xylubt12.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xymisc10.tfm
%{_texmfdistdir}/fonts/tfm/public/xypic/xyqc10.tfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyatip10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyatip10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xybsql10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xybsql10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xybtip10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xybtip10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xycirc10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xycirc10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xycmat10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xycmat10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xycmat11.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xycmat11.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xycmat12.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xycmat12.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xycmbt10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xycmbt10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xycmbt11.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xycmbt11.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xycmbt12.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xycmbt12.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xydash10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xydash10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyeuat10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyeuat10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyeuat11.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyeuat11.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyeuat12.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyeuat12.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyeubt10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyeubt10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyeubt11.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyeubt11.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyeubt12.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyeubt12.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyluat10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyluat10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyluat11.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyluat11.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xyluat12.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xyluat12.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xylubt10.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xylubt10.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xylubt11.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xylubt11.pfm
%{_texmfdistdir}/fonts/type1/public/xypic/xylubt12.pfb
%{_texmfdistdir}/fonts/type1/public/xypic/xylubt12.pfm
%{_texmfdistdir}/tex/generic/xypic/movie.cls
%{_texmfdistdir}/tex/generic/xypic/xy.sty
%{_texmfdistdir}/tex/generic/xypic/xy.tex
%{_texmfdistdir}/tex/generic/xypic/xy16textures.tex
%{_texmfdistdir}/tex/generic/xypic/xy17oztex.tex
%{_texmfdistdir}/tex/generic/xypic/xy2cell.tex
%{_texmfdistdir}/tex/generic/xypic/xyall.tex
%{_texmfdistdir}/tex/generic/xypic/xyarc.tex
%{_texmfdistdir}/tex/generic/xypic/xyarrow.tex
%{_texmfdistdir}/tex/generic/xypic/xycmactex.tex
%{_texmfdistdir}/tex/generic/xypic/xycmtip.tex
%{_texmfdistdir}/tex/generic/xypic/xycolor.tex
%{_texmfdistdir}/tex/generic/xypic/xycrayon.tex
%{_texmfdistdir}/tex/generic/xypic/xycurve.tex
%{_texmfdistdir}/tex/generic/xypic/xydummy.tex
%{_texmfdistdir}/tex/generic/xypic/xydvidrv.tex
%{_texmfdistdir}/tex/generic/xypic/xydvips.tex
%{_texmfdistdir}/tex/generic/xypic/xydvitops.tex
%{_texmfdistdir}/tex/generic/xypic/xyemtex.tex
%{_texmfdistdir}/tex/generic/xypic/xyframe.tex
%{_texmfdistdir}/tex/generic/xypic/xygraph.tex
%{_texmfdistdir}/tex/generic/xypic/xyidioms.tex
%{_texmfdistdir}/tex/generic/xypic/xyimport.tex
%{_texmfdistdir}/tex/generic/xypic/xyknot.tex
%{_texmfdistdir}/tex/generic/xypic/xyline.tex
%{_texmfdistdir}/tex/generic/xypic/xymacpat.xyp
%{_texmfdistdir}/tex/generic/xypic/xymatrix.tex
%{_texmfdistdir}/tex/generic/xypic/xymovie.tex
%{_texmfdistdir}/tex/generic/xypic/xynecula.tex
%{_texmfdistdir}/tex/generic/xypic/xyoztex.tex
%{_texmfdistdir}/tex/generic/xypic/xypdf-co.tex
%{_texmfdistdir}/tex/generic/xypic/xypdf-cu.tex
%{_texmfdistdir}/tex/generic/xypic/xypdf-fr.tex
%{_texmfdistdir}/tex/generic/xypic/xypdf-li.tex
%{_texmfdistdir}/tex/generic/xypic/xypdf-ro.tex
%{_texmfdistdir}/tex/generic/xypic/xypdf.tex
%{_texmfdistdir}/tex/generic/xypic/xypic.sty
%{_texmfdistdir}/tex/generic/xypic/xypic.tex
%{_texmfdistdir}/tex/generic/xypic/xypicture.tex
%{_texmfdistdir}/tex/generic/xypic/xypoly.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-c.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-col.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-f.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-l.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-pro.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-ps.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-r.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-s.tex
%{_texmfdistdir}/tex/generic/xypic/xyps-t.tex
%{_texmfdistdir}/tex/generic/xypic/xyps.tex
%{_texmfdistdir}/tex/generic/xypic/xypsdict.tex
%{_texmfdistdir}/tex/generic/xypic/xypspatt.tex
%{_texmfdistdir}/tex/generic/xypic/xyrecat.tex
%{_texmfdistdir}/tex/generic/xypic/xyrotate.tex
%{_texmfdistdir}/tex/generic/xypic/xysmart.tex
%{_texmfdistdir}/tex/generic/xypic/xytextures.tex
%{_texmfdistdir}/tex/generic/xypic/xytile.tex
%{_texmfdistdir}/tex/generic/xypic/xytips.tex
%{_texmfdistdir}/tex/generic/xypic/xytp-f.tex
%{_texmfdistdir}/tex/generic/xypic/xytpic.tex
%{_texmfdistdir}/tex/generic/xypic/xyv2.tex
%{_texmfdistdir}/tex/generic/xypic/xyweb.tex
%{_texmfdistdir}/tex/generic/xypic/xyxdvi.tex
%doc %{_texmfdistdir}/doc/generic/xypic/CATALOG
%doc %{_texmfdistdir}/doc/generic/xypic/COPYING
%doc %{_texmfdistdir}/doc/generic/xypic/FONTCOPYING
%doc %{_texmfdistdir}/doc/generic/xypic/INSTALL
%doc %{_texmfdistdir}/doc/generic/xypic/MANIFEST
%doc %{_texmfdistdir}/doc/generic/xypic/README
%doc %{_texmfdistdir}/doc/generic/xypic/TRAILER
%doc %{_texmfdistdir}/doc/generic/xypic/VERSIONS
%doc %{_texmfdistdir}/doc/generic/xypic/Xy-logo.png
%doc %{_texmfdistdir}/doc/generic/xypic/Xy-pic.html
%doc %{_texmfdistdir}/doc/generic/xypic/support/dvitogif89a
%doc %{_texmfdistdir}/doc/generic/xypic/support/install-tds
%doc %{_texmfdistdir}/doc/generic/xypic/support/pnmrawtopcropwhite.c
%doc %{_texmfdistdir}/doc/generic/xypic/xy388src.tar.gz
%doc %{_texmfdistdir}/doc/generic/xypic/xyguide.pdf
%doc %{_texmfdistdir}/doc/generic/xypic/xypdf.pdf
%doc %{_texmfdistdir}/doc/generic/xypic/xyrefer.pdf
%doc %{_texmfdistdir}/doc/generic/xypic/xysource.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120809-3
+ Revision: 34bc497
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26141 |14mu|texlive-xytree-1.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/xytree
# catalog-date 2007-03-13 09:23:19 +0100
# catalog-license lppl
# catalog-version 1.5
Name:		texlive-xytree
Version:	1.5
Release:	4
Summary:	Tree macros using XY-Pic
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/xytree
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xytree.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/xytree.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The aim of xytree is to draw linguistic syntactic trees with
ease and to support hopefully sufficient functionalities, that
the linguist may need. The package (of course) depends on the
XY-Pic package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/xytree/xytree.sty
%doc %{_texmfdistdir}/doc/latex/xytree/README
%doc %{_texmfdistdir}/doc/latex/xytree/xytree-doc-en.pdf
%doc %{_texmfdistdir}/doc/latex/xytree/xytree-doc-en.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.5-4
+ Revision: 7c97893
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26142 |14mu|texlive-yafoot-20061216-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 19086
# category Package
# catalog-ctan /macros/latex/contrib/yafoot
# catalog-date 2006-12-16 10:58:44 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-yafoot
Version:	20061216
Release:	4
Summary:	A bundle of miscellaneous footnote packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/yafoot
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yafoot.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yafoot.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yafoot.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Contains three packages: - pfnote to number footnotes per page;
- fnpos to control the position of footnotes; and - dblfnote to
make footnotes double-columned.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/yafoot/dblfnote.sty
%{_texmfdistdir}/tex/latex/yafoot/fnpos.sty
%{_texmfdistdir}/tex/latex/yafoot/pfnote.sty
%doc %{_texmfdistdir}/doc/latex/yafoot/README
%doc %{_texmfdistdir}/doc/latex/yafoot/yafoot-man.pdf
%doc %{_texmfdistdir}/doc/latex/yafoot/yafoot-man.tex
#- source
%doc %{_texmfdistdir}/source/latex/yafoot/yafoot.dtx
%doc %{_texmfdistdir}/source/latex/yafoot/yafoot.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061216-4
+ Revision: 4f8649b
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26143 |14mu|texlive-yagusylo-1.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/yagusylo
# catalog-date 2009-03-03 08:06:14 +0100
# catalog-license lppl
# catalog-version 1.2
Name:		texlive-yagusylo
Version:	1.2
Release:	4
Summary:	A symbol loader
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/yagusylo
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yagusylo.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yagusylo.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yagusylo.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The name is by way of being an acronym for "Yet Another Grand
Unified Symbols Loader"... The package allows the user to
access a symbol without loading the package that usually
provides it; this has the advantage of avoiding the name
clashes that so commonly trouble those who load symbol-
packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/yagusylo/yagusylo.cfg
%{_texmfdistdir}/tex/latex/yagusylo/yagusylo.sty
%doc %{_texmfdistdir}/doc/latex/yagusylo/LISEZMOI
%doc %{_texmfdistdir}/doc/latex/yagusylo/README
%doc %{_texmfdistdir}/doc/latex/yagusylo/yagusylo-en.pdf
%doc %{_texmfdistdir}/doc/latex/yagusylo/yagusylo-fr.pdf
%doc %{_texmfdistdir}/doc/latex/yagusylo/yagusylo.pdf
#- source
%doc %{_texmfdistdir}/source/latex/yagusylo/Makefile
%doc %{_texmfdistdir}/source/latex/yagusylo/yagusylo.dtx
%doc %{_texmfdistdir}/source/latex/yagusylo/yagusylo.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2-4
+ Revision: effd4c0
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26144 |14mu|texlive-yannisgr-20110522-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22613
# category Package
# catalog-ctan /fonts/greek/yannis
# catalog-date 2011-05-22 00:38:15 +0200
# catalog-license gpl2
# catalog-version undef
Name:		texlive-yannisgr
Version:	20110522
Release:	4
Summary:	Greek fonts by Yannis Haralambous
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/greek/yannis
License:	GPL2
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yannisgr.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yannisgr.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A family of 7-bit fonts with a code table designed for setting
modern polytonic Greek. The fonts are provided as Metafont
source; macros to produce a Greek variant of Plain TeX
(including a hyphenation table adapted to the fonts' code
table) are provided.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/source/public/yannisgr/csc_misce.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/gen_m_acc.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/greekcsc.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/it_digits.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/it_lig.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/it_lower.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/ligcsc.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/m_accent.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/m_greek.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/mrgrbf10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/mrgrrg10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/mrgrsl10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/mrgrti10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgen_acc.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgraccent.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrbase.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrbf10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgreek.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrlig.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrlower.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrpunct.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrrg10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrsc10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrsl10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrti10.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/rgrupper.mf
%{_texmfdistdir}/fonts/source/public/yannisgr/scsc.mf
%{_texmfdistdir}/fonts/tfm/public/yannisgr/mrgrbf10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/mrgrrg10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/mrgrsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/mrgrti10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/rgrbf10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/rgrrg10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/rgrsc10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/rgrsl10.tfm
%{_texmfdistdir}/fonts/tfm/public/yannisgr/rgrti10.tfm
%doc %{_texmfdistdir}/doc/fonts/yannisgr/00changes.txt
%doc %{_texmfdistdir}/doc/fonts/yannisgr/README
%doc %{_texmfdistdir}/doc/fonts/yannisgr/README.TEXLIVE
%doc %{_texmfdistdir}/doc/fonts/yannisgr/monsyl.txt
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgreekmacros.tex
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgrhyph.tex
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgrpaper.lis
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgrpaper.tex
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgrsc10.300gf
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgrsc10.lis
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgrsc10.pl
%doc %{_texmfdistdir}/doc/fonts/yannisgr/rgrtestfont.tex
%doc %{_texmfdistdir}/doc/fonts/yannisgr/tomakeformat.txt

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20110522-4
+ Revision: 069f494
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26145 |14mu|texlive-ydoc-0.6alpha-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 24709
# category Package
# catalog-ctan /macros/latex/contrib/ydoc
# catalog-date 2011-11-19 21:39:40 +0100
# catalog-license lppl1.3
# catalog-version 0.6alpha
Name:		texlive-ydoc
Version:	0.6alpha
Release:	4
Summary:	Macros for documentation of LaTeX classes and packages
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ydoc
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ydoc.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ydoc.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ydoc.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides macros and environments to document LaTeX
packages and classes. It is an (as yet unfinished) alternative
to the ltxdoc class and the doc or xdoc packages. The aim is to
provide a different layout and more modern styles (using the
xcolor, hyperref packages, etc.) This is an alpha release, and
should probably not (yet) be used with other packages, since
the implementation might change. Nevertheless, the author uses
it to document his own packages.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/generic/ydoc/ydocincl.tex
%{_texmfdistdir}/tex/generic/ydoc/ydocstrip.tex
%{_texmfdistdir}/tex/latex/ydoc/ydoc-code.sty
%{_texmfdistdir}/tex/latex/ydoc/ydoc-desc.sty
%{_texmfdistdir}/tex/latex/ydoc/ydoc-doc.sty
%{_texmfdistdir}/tex/latex/ydoc/ydoc-expl.sty
%{_texmfdistdir}/tex/latex/ydoc/ydoc.cfg
%{_texmfdistdir}/tex/latex/ydoc/ydoc.cls
%{_texmfdistdir}/tex/latex/ydoc/ydoc.sty
%doc %{_texmfdistdir}/doc/latex/ydoc/README
%doc %{_texmfdistdir}/doc/latex/ydoc/ydoc.pdf
#- source
%doc %{_texmfdistdir}/source/latex/ydoc/ydoc.dtx

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6alpha-4
+ Revision: 122668a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26146 |14mu|texlive-york-thesis-3.6-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 23348
# category Package
# catalog-ctan /macros/latex/contrib/york-thesis
# catalog-date 2011-06-14 00:09:45 +0200
# catalog-license lppl1.3
# catalog-version 3.6
Name:		texlive-york-thesis
Version:	3.6
Release:	4
Summary:	A thesis class file for York University, Toronto
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/york-thesis
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/york-thesis.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/york-thesis.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/york-thesis.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
York Graduate Studies has again changed the requirements for
theses and dissertations. The established york-thesis class
file now implements the changes made in Spring 2005.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/york-thesis/york-thesis.cls
%doc %{_texmfdistdir}/doc/latex/york-thesis/README
%doc %{_texmfdistdir}/doc/latex/york-thesis/york-thesis-Template.tex
%doc %{_texmfdistdir}/doc/latex/york-thesis/york-thesis.el
%doc %{_texmfdistdir}/doc/latex/york-thesis/york-thesis.pdf
#- source
%doc %{_texmfdistdir}/source/latex/york-thesis/york-thesis.dtx
%doc %{_texmfdistdir}/source/latex/york-thesis/york-thesis.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 3.6-4
+ Revision: 9cb0a80
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26147 |14mu|texlive-youngtab-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17635
# category Package
# catalog-ctan /macros/latex/contrib/youngtab
# catalog-date 2010-03-30 14:47:00 +0200
# catalog-license lppl1
# catalog-version 1.1
Name:		texlive-youngtab
Version:	1.1
Release:	4
Summary:	Typeset Young-Tableaux
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/youngtab
License:	LPPL1
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/youngtab.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/youngtab.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/youngtab.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A package for typesetting Young-Tableaux, mathematical symbols
for the representations of groups, providing two macros,
\yng(1) and \young(1) to generate the whole Young-Tableaux.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/youngtab/youngtab.sty
%doc %{_texmfdistdir}/doc/latex/youngtab/README
%doc %{_texmfdistdir}/doc/latex/youngtab/makeydoc
%doc %{_texmfdistdir}/doc/latex/youngtab/makeydoc.bat
%doc %{_texmfdistdir}/doc/latex/youngtab/youngtab.el
%doc %{_texmfdistdir}/doc/latex/youngtab/youngtab.pdf
%doc %{_texmfdistdir}/doc/latex/youngtab/youngtab.tex
#- source
%doc %{_texmfdistdir}/source/latex/youngtab/youngtab.dtx
%doc %{_texmfdistdir}/source/latex/youngtab/youngtab.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.1-4
+ Revision: 64e740a
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26148 |14mu|texlive-yplan-20061216-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/yplan
# catalog-date 2006-12-16 10:58:44 +0100
# catalog-license lppl
# catalog-version undef
Name:		texlive-yplan
Version:	20061216
Release:	4
Summary:	Daily planner type calendar
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/yplan
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yplan.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/yplan.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
Prints two six-monthly vertical-type daily planner (i.e.,
months along the top, days downwards), with each 6-month period
fitting onto a single A4 (or US letter) sheet. The package
offers support for English, French, German, Spanish and
Portuguese. The previous scheme of annual updates has now been
abandoned, in favour of a Perl script yplan that generates a
year's planner automatically. (The last manually-generated
LaTeX file remains on the archive.).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/yplan/yplan.sty
%doc %{_texmfdistdir}/doc/latex/yplan/yplan
%doc %{_texmfdistdir}/doc/latex/yplan/yplan.doc
%doc %{_texmfdistdir}/doc/latex/yplan/yplan00.doc
%doc %{_texmfdistdir}/doc/latex/yplan/yplan00a.tex
%doc %{_texmfdistdir}/doc/latex/yplan/yplan00b.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20061216-4
+ Revision: 910bc73
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26149 |14mu|texlive-zapfchan-20150413-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21993
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-zapfchan
Version:	20150413
Release:	1
Summary:	URW "Base 35" font pack for LaTeX

Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zapfchan.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/zapfchan/config.uzc
%{_texmfdistdir}/fonts/afm/adobe/zapfchan/pzcmi8a.afm
%{_texmfdistdir}/fonts/afm/urw/zapfchan/uzcmi8a.afm
%{_texmfdistdir}/fonts/map/dvips/zapfchan/uzc.map
%{_texmfdistdir}/fonts/tfm/adobe/zapfchan/pzcmi.tfm
%{_texmfdistdir}/fonts/tfm/adobe/zapfchan/pzcmi7t.tfm
%{_texmfdistdir}/fonts/tfm/adobe/zapfchan/pzcmi8c.tfm
%{_texmfdistdir}/fonts/tfm/adobe/zapfchan/pzcmi8r.tfm
%{_texmfdistdir}/fonts/tfm/adobe/zapfchan/pzcmi8t.tfm
# %{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/zapfchan/pzcmi8z.tfm
# %{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/zapfchan/rpzcmi.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/zapfchan/uzcmi7t.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/zapfchan/uzcmi8c.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/zapfchan/uzcmi8r.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/zapfchan/uzcmi8t.tfm
%{_texmfdistdir}/fonts/type1/urw/zapfchan/uzcmi8a.pfb
%{_texmfdistdir}/fonts/type1/urw/zapfchan/uzcmi8a.pfm
%{_texmfdistdir}/fonts/vf/adobe/zapfchan/pzcmi.vf
%{_texmfdistdir}/fonts/vf/adobe/zapfchan/pzcmi7t.vf
%{_texmfdistdir}/fonts/vf/adobe/zapfchan/pzcmi8c.vf
%{_texmfdistdir}/fonts/vf/adobe/zapfchan/pzcmi8t.vf
# %{_texmfdistdir}/fonts/vf/cspsfonts-adobe/zapfchan/pzcmi8z.vf
%{_texmfdistdir}/fonts/vf/urw35vf/zapfchan/uzcmi7t.vf
%{_texmfdistdir}/fonts/vf/urw35vf/zapfchan/uzcmi8c.vf
%{_texmfdistdir}/fonts/vf/urw35vf/zapfchan/uzcmi8t.vf
%{_texmfdistdir}/tex/latex/zapfchan/8ruzc.fd
%{_texmfdistdir}/tex/latex/zapfchan/omluzc.fd
%{_texmfdistdir}/tex/latex/zapfchan/omsuzc.fd
%{_texmfdistdir}/tex/latex/zapfchan/ot1uzc.fd
%{_texmfdistdir}/tex/latex/zapfchan/t1uzc.fd
%{_texmfdistdir}/tex/latex/zapfchan/ts1uzc.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}

%changelog

* Sun Jan 03 2016 dsilakov <denis.silakov@rosalab.ru> 20150413-1
- (037b1b8) Merge pull request #3 from import/texlive-zapfchan:auto_update
- (037b1b8) Updated to 20150413 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26150 |14mu|texlive-zapfding-20150413-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 21570
# category Package
# catalog-ctan /fonts/urw/base35
# catalog-date 2011-03-01 21:42:17 +0100
# catalog-license gpl
# catalog-version undef
Name:		texlive-zapfding
Version:	20150413
Release:	1
Summary:	URW "Base 35" font pack for LaTeX

Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/urw/base35
License:	GPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zapfding.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
A set of fonts for use as "drop-in" replacements for Adobe's
basic set, comprising: - Century Schoolbook (substituting for
Adobe's New Century Schoolbook); - Dingbats (substituting for
Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for
Abobe's Courier); - Nimbus Roman No9 L (substituting for
Adobe's Times); - Nimbus Sans L (substituting for Adobe's
Helvetica); - Standard Symbols L (substituting for Adobe's
Symbol); - URW Bookman; - URW Chancery L Medium Italic
(substituting for Adobe's Zapf Chancery); - URW Gothic L Book
(substituting for Adobe's Avant Garde); and - URW Palladio L
(substituting for Adobe's Palatino).


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/dvips/zapfding/config.uzd
%{_texmfdistdir}/fonts/afm/adobe/zapfding/pzdr.afm
%{_texmfdistdir}/fonts/afm/urw/zapfding/uzdr.afm
%{_texmfdistdir}/fonts/map/dvips/zapfding/uzd.map
%{_texmfdistdir}/fonts/tfm/adobe/zapfding/pzdr.tfm
# %{_texmfdistdir}/fonts/tfm/cspsfonts-adobe/zapfding/rpzdr.tfm
%{_texmfdistdir}/fonts/tfm/urw35vf/zapfding/uzdr.tfm
%{_texmfdistdir}/fonts/type1/urw/zapfding/uzdr.pfb
%{_texmfdistdir}/fonts/type1/urw/zapfding/uzdr.pfm
%{_texmfdistdir}/tex/latex/zapfding/uuzd.fd

#-----------------------------------------------------------------------
%prep
%setup -c -a0

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar dvips fonts tex %{buildroot}%{_texmfdistdir}

%changelog

* Sun Jan 03 2016 dsilakov <denis.silakov@rosalab.ru> 20150413-1
- (10cc5f1) Merge pull request #3 from import/texlive-zapfding:auto_update
- (10cc5f1) Updated to 20150413 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26151 |14mu|texlive-zed-csp-20080405-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 17258
# category Package
# catalog-ctan /macros/latex/contrib/zed-csp
# catalog-date 2008-04-05 21:05:50 +0200
# catalog-license other-free
# catalog-version undef
Name:		texlive-zed-csp
Version:	20080405
Release:	4
Summary:	Typesetting Z and CSP format specifications
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/zed-csp
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zed-csp.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zed-csp.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package supports real-time CSP and incorporates the
functionality of Spivey's original Z package, written for LaTeX
2.09.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/zed-csp/zed-csp.sty
%doc %{_texmfdistdir}/doc/latex/zed-csp/csp2e.pdf
%doc %{_texmfdistdir}/doc/latex/zed-csp/csp2e.tex
%doc %{_texmfdistdir}/doc/latex/zed-csp/zed2e.pdf
%doc %{_texmfdistdir}/doc/latex/zed-csp/zed2e.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080405-4
+ Revision: 53a8ebe
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26152 |14mu|texlive-zhmetrics-r206-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 22207
# category Package
# catalog-ctan /fonts/metrics/zhmetrics
# catalog-date 2009-11-10 09:00:49 +0100
# catalog-license lppl
# catalog-version r206
Name:		texlive-zhmetrics
Version:	r206
Release:	4
Summary:	TFM subfont files for using Chinese fonts in 8-bit TeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/fonts/metrics/zhmetrics
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhmetrics.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhmetrics.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhmetrics.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
These are metrics to use existing Chinese TrueType fonts in
workflows that use LaTeX & dvipdfmx, or pdfLaTeX. The fonts
themselves are not included in the package. Six font families
are supported: kai, song, lishu, fangsong, youyuan and hei. Two
encodings (GBK and UTF-8) are supported.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberb9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberba9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbd9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbdb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbdc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbdd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbdf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbe9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbeb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbed.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsl9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsla9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsld9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsldb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsldc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsldd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsldf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsle9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsleb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbsled.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/cyberb/cyberbslff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbk94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbk/gbksl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfs94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkfs/gbkfssl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkhei94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkhei/gbkheisl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkai94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkkai/gbkkaisl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbkli94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkli/gbklisl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksong94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbksong/gbksongsl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyou94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/gbkyou/gbkyousl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifs9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsa9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifscb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifscc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifscd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifscf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsd9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsdb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsdc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsdd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsdf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifse9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifseb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsed.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssl9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssla9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssld9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssldb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssldc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssldd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssldf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssle9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssleb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifssled.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unifs/unifsslff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/unihei9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheia9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheib9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheibb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheibc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheibd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheibe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheibf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheic9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheica.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheicb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheicc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheicd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheice.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheicf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheid9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheida.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheidb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheidc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheidd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheide.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheidf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheie9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheieb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheied.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheief.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheif9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheifa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheifb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheifc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheifd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheife.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheiff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisl9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisla9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisld9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisldb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisldc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisldd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisldf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisle9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisleb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheisled.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unihei/uniheislff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikai9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaia9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaib9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaibb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaibc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaibd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaibe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaibf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaic9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaica.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaicb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaicc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaicd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaice.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaicf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaid9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaida.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaidb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaidc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaidd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaide.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaidf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaie9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaieb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaied.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaief.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaif9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaifa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaifb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaifc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaifd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaife.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaiff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisl9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisla9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisld9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisldb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisldc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisldd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisldf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisle9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisleb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaisled.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unikai/unikaislff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unili9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilia9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilib9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilibb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilibc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilibd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilibe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilibf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilic9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilica.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilicb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilicc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilicd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilice.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilicf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilid9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilida.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilidb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilidc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilidd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilide.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilidf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilie9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilieb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilied.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilief.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilif9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilifa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilifb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilifc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilifd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilife.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/uniliff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisl9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisla9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisld9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisldb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisldc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisldd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisldf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisle9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisleb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilisled.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unili/unilislff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisong9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonga9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongd9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongdb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongdc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongdd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongdf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonge9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongeb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisonged.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsl9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsla9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsld9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsldb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsldc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsldd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsldf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsle9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsleb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongsled.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/unisong/unisongslff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyou9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoua9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoub9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoubb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoubc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoubd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoube.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoubf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoucb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoucc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoucd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoucf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoud9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoudb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoudc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoudd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoude.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoudf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoue9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoueb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoued.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoufa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoufb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoufc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoufd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyoufe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouff.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl00.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl01.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl02.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl03.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl04.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl05.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl06.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl07.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl08.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl09.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl0a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl0b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl0c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl0d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl0e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl0f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl10.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl11.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl12.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl13.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl14.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl15.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl16.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl17.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl18.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl19.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl1a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl1b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl1c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl1d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl1e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl1f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl20.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl21.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl22.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl23.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl24.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl25.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl26.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl27.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl28.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl29.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl2a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl2b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl2c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl2d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl2e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl2f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl30.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl31.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl32.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl33.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl34.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl35.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl36.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl37.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl38.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl39.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl3a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl3b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl3c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl3d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl3e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl3f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl40.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl41.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl42.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl43.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl44.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl45.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl46.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl47.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl48.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl49.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl4a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl4b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl4c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl4d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl4e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl4f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl50.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl51.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl52.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl53.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl54.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl55.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl56.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl57.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl58.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl59.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl5a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl5b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl5c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl5d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl5e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl5f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl60.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl61.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl62.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl63.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl64.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl65.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl66.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl67.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl68.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl69.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl6a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl6b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl6c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl6d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl6e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl6f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl70.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl71.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl72.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl73.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl74.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl75.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl76.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl77.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl78.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl79.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl7a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl7b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl7c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl7d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl7e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl7f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl80.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl81.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl82.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl83.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl84.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl85.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl86.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl87.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl88.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl89.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl8a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl8b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl8c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl8d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl8e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl8f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl90.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl91.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl92.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl93.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl94.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl95.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl96.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl97.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl98.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl99.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl9a.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl9b.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl9c.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl9d.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl9e.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousl9f.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousla9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslaa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslab.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslac.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslad.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslae.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslaf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslb9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslba.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslbb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslbc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslbd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslbe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslbf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslc9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslca.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslcb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslcc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslcd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslce.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslcf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousld9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslda.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousldb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousldc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousldd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslde.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousldf.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousle9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslea.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousleb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslec.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyousled.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslee.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslef.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf0.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf1.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf2.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf3.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf4.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf5.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf6.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf7.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf8.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslf9.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslfa.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslfb.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslfc.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslfd.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslfe.tfm
%{_texmfdistdir}/fonts/tfm/zhmetrics/uniyou/uniyouslff.tfm
%{_texmfdistdir}/tex/generic/zhmetrics/zhwinfonts.tex
%{_texmfdistdir}/tex/latex/zhmetrics/c19fs.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19hei.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19kai.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19li.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19you.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19zhfs.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19zhhei.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19zhkai.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19zhli.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19zhsong.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c19zhyou.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70fs.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70hei.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70kai.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70li.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70you.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70zhfs.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70zhhei.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70zhkai.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70zhli.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70zhsong.fd
%{_texmfdistdir}/tex/latex/zhmetrics/c70zhyou.fd
%doc %{_texmfdistdir}/doc/fonts/zhmetrics/README
#- source
%doc %{_texmfdistdir}/source/fonts/zhmetrics/CTeXFonts.lua
%doc %{_texmfdistdir}/source/fonts/zhmetrics/ttfonts.map
%doc %{_texmfdistdir}/source/fonts/zhmetrics/zhfd.lua
%doc %{_texmfdistdir}/source/fonts/zhmetrics/zhtfm.lua

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar fonts tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> r206-4
+ Revision: 6201406
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26153 |14mu|texlive-zhnumber-1.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 27120
# category Package
# catalog-ctan /macros/latex/contrib/zhnumber
# catalog-date 2012-07-20 19:39:58 +0200
# catalog-license lppl1.3
# catalog-version 1.6
Name:		texlive-zhnumber
Version:	1.6
Release:	3
Summary:	Typeset Chinese representations of numbers
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/zhnumber
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhnumber.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhnumber.doc.tar.xz
Source2:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhnumber.source.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package provides commands to typeset Chinese
representations of numbers. The main difference between this
package and CJKnumb is that the commands provided are
expandable in the 'proper' way.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/zhnumber/config/zhnumber-big5.cfg
%{_texmfdistdir}/tex/latex/zhnumber/config/zhnumber-gbk.cfg
%{_texmfdistdir}/tex/latex/zhnumber/config/zhnumber-utf8.cfg
%{_texmfdistdir}/tex/latex/zhnumber/zhnumber.sty
%doc %{_texmfdistdir}/doc/latex/zhnumber/README
%doc %{_texmfdistdir}/doc/latex/zhnumber/zhnumber.pdf
#- source
%doc %{_texmfdistdir}/source/latex/zhnumber/zhnumber.dtx
%doc %{_texmfdistdir}/source/latex/zhnumber/zhnumber.ins

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1 -a2

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc source %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.6-3
+ Revision: cd21102
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26154 |14mu|texlive-zhspacing-20120314-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 25644
# category Package
# catalog-ctan /macros/xetex/generic/zhspacing
# catalog-date 2012-03-14 18:58:06 +0100
# catalog-license lppl
# catalog-version 2012/03/14
Name:		texlive-zhspacing
Version:	20120314
Release:	3
Summary:	Spacing for mixed CJK-English documents in XeTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/xetex/generic/zhspacing
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhspacing.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zhspacing.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package manages spacing in a CJK document; between
consecutive Chinese letters, spaces are ignored, but a
consistent space is inserted between Chinese text and English
(or mathematics). The package may be used by any document
format under XeTeX.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/xetex/zhspacing/context/t-zhspacing.tex
%{_texmfdistdir}/tex/xetex/zhspacing/generic/zhmath.sty
%{_texmfdistdir}/tex/xetex/zhspacing/generic/zhsmyclass.sty
%{_texmfdistdir}/tex/xetex/zhspacing/generic/zhspacing.sty
%{_texmfdistdir}/tex/xetex/zhspacing/generic/zhsusefulmacros.sty
%{_texmfdistdir}/tex/xetex/zhspacing/latex/zhfont.sty
%{_texmfdistdir}/tex/xetex/zhspacing/latex/zhulem.sty
%doc %{_texmfdistdir}/doc/xetex/zhspacing/README
%doc %{_texmfdistdir}/doc/xetex/zhspacing/test/zhspacing-context-test.tex
%doc %{_texmfdistdir}/doc/xetex/zhspacing/zhs-man.pdf
%doc %{_texmfdistdir}/doc/xetex/zhspacing/zhs-man.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120314-3
+ Revision: 377408e
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26155 |14mu|texlive-ziffer-2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/ziffer
# catalog-date 2008-08-24 14:22:28 +0200
# catalog-license lppl
# catalog-version 2.1
Name:		texlive-ziffer
Version:	2.1
Release:	4
Summary:	Conversion of punctuation in maths mode
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/ziffer
License:	LPPL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ziffer.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/ziffer.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package modifies the behaviour of characters in maths mode
so that: '.' is used as a one-thousand separator (as is common
in Germany) ',' is used as a decimal separator (as is common in
Germany) '--' is represented with spacing as appropriate to
such constructs as '1.000,--'. These conversions may be
switched on and off.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/ziffer/ziffer.sty
%doc %{_texmfdistdir}/doc/latex/ziffer/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.1-4
+ Revision: aa478bc
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26156 |14mu|texlive-zwgetfdate-20080824-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 15878
# category Package
# catalog-ctan /macros/latex/contrib/zwgetfdate
# catalog-date 2008-08-24 14:29:08 +0200
# catalog-license lppl1.3
# catalog-version undef
Name:		texlive-zwgetfdate
Version:	20080824
Release:	4
Summary:	Get package or file date
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/macros/latex/contrib/zwgetfdate
License:	LPPL1.3
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zwgetfdate.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zwgetfdate.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
The package enables to fetch dates of used packages and files
and provide such information in macros. It is useful for
automatic obtaining the date of a package being documented,
mainly if you do not use doc/docstrip.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/zwgetfdate/zwgetfdate.sty
%doc %{_texmfdistdir}/doc/latex/zwgetfdate/License.txt
%doc %{_texmfdistdir}/doc/latex/zwgetfdate/README
%doc %{_texmfdistdir}/doc/latex/zwgetfdate/zwgetfdate.pdf
%doc %{_texmfdistdir}/doc/latex/zwgetfdate/zwgetfdate.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20080824-4
+ Revision: dc2f6a4
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26157 |14mu|texlive-zwpagelayout-20120809-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 26549
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-zwpagelayout
Version:	20120809
Release:	3
Summary:	TeXLive zwpagelayout package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zwpagelayout.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zwpagelayout.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive zwpagelayout package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/zwpagelayout/zwpagelayout.sty
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/License.txt
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/LoremIpsumDolor.tex
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/README
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/adjustfoot.pdf
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/adjustfoot.tex
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/adjusthead.pdf
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/adjusthead.tex
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/coversample.pdf
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/coversample.tex
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/zwpagelayout.pdf
%doc %{_texmfdistdir}/doc/latex/zwpagelayout/zwpagelayout.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}



%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20120809-3
+ Revision: 97bf4f8
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26158 |14mu|texlive-zxjafbfont-20131009-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28539
# category Package
# catalog-ctan undef
# catalog-date undef
# catalog-license undef
# catalog-version undef
Name:		texlive-zxjafbfont
Version:	20131009
Release:	7
Summary:	TeXLive zxjafbfont package
Group:		Publishing
URL:		http://tug.org/texlive
License:	http://www.tug.org/texlive/LICENSE.TL
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjafbfont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjafbfont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive zxjafbfont package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/zxjafbfont/zxjafbfont.sty
%doc %{_texmfdistdir}/doc/latex/zxjafbfont/LICENSE
%doc %{_texmfdistdir}/doc/latex/zxjafbfont/README

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 20131009-7
+ Revision: 1290903
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26159 |14mu|texlive-zxjafont-0.2-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 30105
# category Package
# catalog-ctan /language/japanese/zxjafont
# catalog-date 2013-04-25 17:40:06 +0200
# catalog-license other-free
# catalog-version 0.2
Name:		texlive-zxjafont
Version:	0.2
Release:	7
Summary:	Set up Japanese font families for XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/zxjafont
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjafont.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjafont.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive zxjafont package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/zxjafont/zxjafont.sty
%doc %{_texmfdistdir}/doc/latex/zxjafont/LICENSE
%doc %{_texmfdistdir}/doc/latex/zxjafont/README
%doc %{_texmfdistdir}/doc/latex/zxjafont/zxjafont.pdf
%doc %{_texmfdistdir}/doc/latex/zxjafont/zxjafont.tex

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.2-7
+ Revision: 60e9d41
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26160 |14mu|texlive-zxjatype-0.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# revision 28541
# category Package
# catalog-ctan /language/japanese/zxjatype
# catalog-date 2012-12-15 19:00:17 +0100
# catalog-license other-free
# catalog-version 0.6
Name:		texlive-zxjatype
Version:	0.6
Release:	7
Summary:	Standard conforming typesetting of Japanese, for XeLaTeX
Group:		Publishing
URL:		http://www.ctan.org/tex-archive/language/japanese/zxjatype
License:	OTHER-FREE
Source0:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjatype.tar.xz
Source1:	http://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjatype.doc.tar.xz
BuildArch:	noarch
BuildRequires:	texlive-tlpkg
Requires(pre):	texlive-tlpkg
Requires(post):	texlive-kpathsea

%description
TeXLive zxjatype package.


#-----------------------------------------------------------------------
%files
%{_texmfdistdir}/tex/latex/zxjatype/zxjatype.sty
%doc %{_texmfdistdir}/doc/latex/zxjatype/LICENSE
%doc %{_texmfdistdir}/doc/latex/zxjatype/README
%doc %{_texmfdistdir}/doc/latex/zxjatype/example/example.pdf
%doc %{_texmfdistdir}/doc/latex/zxjatype/example/example.tex
%doc %{_texmfdistdir}/doc/latex/zxjatype/example/xetexsamp01.pdf

#-----------------------------------------------------------------------
%prep
%setup -c -a0 -a1

%build

%install
mkdir -p %{buildroot}%{_texmfdistdir}
cp -fpar tex doc %{buildroot}%{_texmfdistdir}

%changelog
* Tue Mar 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.6-7
+ Revision: 1340e26
- MassBuild#674: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26161 |14mu|threadweaver-5.24.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fw_version 5.24

Summary:	KDE Frameworks 5 high-level multithreading framework
Name:		threadweaver
Version:	5.24.0
Release:	1
License:	GPLv2+
Group:		Graphical desktop/KDE
Source0:	ftp://ftp.kde.org/pub/kde/stable/frameworks/%{fw_version}/%{name}-%{version}.tar.xz
Url:		https://www.kde.org/
BuildRequires:	extra-cmake-modules
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Test)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)

%description
KDE Frameworks 5 high-level multithreading framework.

#--------------------------------------------------------------------

%define kf5threadweaver_major 5
%define libkf5threadweaver %mklibname kf5threadweaver %{kf5threadweaver_major}

%package -n %{libkf5threadweaver}
Summary:	KDE Frameworks 5 high-level multithreading framework shared library
Group:		System/Libraries

%description -n %{libkf5threadweaver}
KDE Frameworks 5 high-level multithreading framework shared library.

%files -n %{libkf5threadweaver}
%{_kde5_libdir}/libKF5ThreadWeaver.so.%{kf5threadweaver_major}*

#--------------------------------------------------------------------

%define devkf5threadweaver %mklibname kf5threadweaver -d

%package -n %{devkf5threadweaver}
Summary:	Development files for KDE Frameworks 5 ThreadWeaver
Group:		Development/KDE and Qt
Requires:	%{libkf5threadweaver} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	kf5threadweaver-devel = %{version}

%description -n %{devkf5threadweaver}
This package contains header files needed if you wish to build applications
based on %{name}.

%files -n %{devkf5threadweaver}
%{_kde5_includedir}/KF5/ThreadWeaver
%{_kde5_includedir}/KF5/threadweaver_version.h
%{_kde5_libdir}/cmake/KF5ThreadWeaver
%{_kde5_libdir}/libKF5ThreadWeaver.so
%{_kde5_mkspecsdir}/*.pri

#--------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde5
%make

%install
%makeinstall_std -C build


%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.24.0-1
- (28e1615) New version 5.24.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26162 |14mu|time-1.7-45
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A GNU utility for monitoring a program's use of system resources
Name:		time
Version:	1.7
Release:	45
License:	GPL
Group:		Monitoring
URL:		http://www.gnu.org/directory/GNU/time.html
Source0:	http://ftp.gnu.org/pub/gnu/time/%{name}-%{version}.tar.gz
Patch0:		time-1.7.info.patch
Patch1:		time-1.7-ressource.patch
Patch2:		time-1.7-quiet.1.patch
Patch3:		time-1.7-fixinfo.patch
Patch4:		time-1.7-build.patch
BuildRequires:	texinfo
BuildRequires:	autoconf2.5
BuildRequires:	automake1.4

%description
The GNU time utility runs another program, collects information about
the resources used by that program while it is running and
displays the results.

Time can help developers optimize their programs.

The resources that `time' can report on fall into the general
categories of time, memory, I/O, and IPC calls.

The GNU version can format the output in arbitrary ways by using a 
printf-style format string to include various resource measurements.


%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p0
%patch3 -p1
%patch4 -p0

export FORCE_AUTOCONF_2_5=1
aclocal-1.4
autoconf
automake-1.4 -a
#authoheader

%build

%configure2_5x
make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
%makeinstall

%files
%defattr(644,root,root,755)
%doc NEWS README
%attr(755,root,root) %{_bindir}/%{name}
%{_infodir}/%{name}.info*

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 1.7-45
- (90f41a6) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26163 |14mu|timezone-2020e-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without java

# the zic(8) and zdump(8) manpages are already in man-pages
%define build_manpages 0

Summary:	Time Zone Database
Name:		timezone
Epoch:		6
Version:	2020e
Release:	1
License:	BSD
Group:		System/Base
Url:		http://www.iana.org/time-zones
Source0:	ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
Source1:	ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
Source2:	javazic.tar.gz
Source3:	timezone.rpmlintrc
Patch1:		tzdata-extra-tz-links.patch
Patch2:		javazic-fixup.patch
Patch3:		javazic-exclusion-fix.patch
BuildRequires:	gawk
Provides:	tzdata = %{EVRD}

%description
This package contains data files with rules for various timezones
around the world.

%files
%doc README
%doc tz-art.html
%{_sbindir}/zdump
%{_sbindir}/zic
%if %{build_manpages}
%{_mandir}/man3/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%endif
%dir %{_datadir}/zoneinfo
%{_datadir}/zoneinfo/*

#----------------------------------------------------------------------------

%if %{with java}
%package java
Summary:	Timezone data for Java
Group:		System/Base
Provides:	tzdata-java = %{EVRD}
BuildRequires:	java-rpmbuild
BuildRequires:	java-devel

%description java
This package contains timezone information for use by Java runtimes.

%files java
%doc README
%{_datadir}/javazi
%endif

#----------------------------------------------------------------------------

%prep
%setup -q -c -a 1
%patch1 -p1 -b .extra-tz-links

%if %{with java}
mkdir javazic
tar xf %{SOURCE2} -C javazic
pushd javazic
%patch2 -p0 -b .javazic-fixup
%patch3
# Hack alert! sun.tools may be defined and installed in the
# VM. In order to guarantee that we are using IcedTea/OpenJDK
# for creating the zoneinfo files, rebase all the packages
# from "sun." to "rht.". Unfortunately, gcj does not support
# any of the -Xclasspath options, so we must go this route
# to ensure the greatest compatibility.
mv sun rht
for f in `find . -name '*.java'`; do
	sed -i -e 's:sun\.tools\.:rht.tools.:g'\
		-e 's:sun\.util\.:rht.util.:g' $f
done
popd

# Create zone.info entries for deprecated zone names (#40184)
	chmod +w zone.tab
		echo '# zone info for backward zone names' > zone.tab.new
		while read link cur old x; do
			case $link-${cur+cur}-${old+old}${x:+X} in
				Link-cur-old)
					awk -v cur="$cur" -v old="$old" \
						'!/^#/ && $3 == cur { sub(cur,old); print }' \
							zone.tab || echo ERROR ;;
					Link-*)
						echo 'Error processing backward entry for zone.tab'
						exit 1 ;;
			esac
		done < backward >> zone.tab.new
		if grep -q '^ERROR' zone.tab.new || ! cat zone.tab.new >> zone.tab; then
			echo "Error adding backward entries to zone.tab"
			exit 1
		fi
		rm -f zone.tab.new
%endif

%build
# (tpg) fix build
sed -i -e "s/$(AR) -rc/$(AR) r/g" Makefile*

%make TZDIR=%{_datadir}/zoneinfo CFLAGS="%{optflags} -std=gnu99"

%if %{with java}
pushd javazic
%{javac} -source 1.5 -target 1.5 -classpath . `find . -name \*.java`
popd
%{java} -classpath javazic/ rht.tools.javazic.Main -V %{version} \
	-d zoneinfo/java \
	africa antarctica asia australasia europe northamerica \
	southamerica backward etcetera \
	javazic/tzdata_jdk/gmt javazic/tzdata_jdk/jdk11_backward
%endif

%install
make TOPDIR=%{buildroot} \
	TZDIR=%{buildroot}%{_datadir}/zoneinfo \
	ETCDIR=%{buildroot}%{_sbindir} \
	install

rm -f %{buildroot}%{_datadir}/zoneinfo-posix
ln -s . %{buildroot}%{_datadir}/zoneinfo/posix
mv %{buildroot}%{_datadir}/zoneinfo-leaps %{buildroot}%{_datadir}/zoneinfo/right
mv %{buildroot}%{_bindir}/zdump %{buildroot}%{_sbindir}/zdump

# nuke unpackaged files
rm -f %{buildroot}%{_datadir}/zoneinfo/localtime
rm -f %{buildroot}%{_bindir}/tzselect
rm -f %{buildroot}%{_sysconfdir}/localtime
rm -rf %{buildroot}/usr/{lib,man}

%if !%{build_manpages}
rm -rf %{buildroot}%{_mandir}
%endif

%if %{with java}
cp -a zoneinfo/java %{buildroot}%{_datadir}/javazi
%endif

# install man pages
%if %{build_manpages}
mkdir -p %{buildroot}%{_mandir}/man8
for f in zic zdump; do
install -m 644 $f.8 %{buildroot}%{_mandir}/man8/
done
%endif

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26164 |14mu|TiMidity++-2.14.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Stick to /usr/lib/timidity on any platform
# XXX probably better in /usr/share/timidity for arch independent data
# but it's not worth splitting that much
%define timiditydir	%{_prefix}/lib/timidity

#
# When big change is involved (e.g. timidity.cfg change location),
# so that new timidity binray and old patch RPM won't work together,
# increment this number by 1 for all timidity related RPMs
#
%define patch_pkg_version 2

#
# NOTE: When updating config for midia patch set, please refresh both
# config file included here and the one in patch pkg
#

Summary:	MIDI to WAVE converter and player
Name:		TiMidity++
Version:	2.14.0
Release:	4
License:	GPLv2+
Group:		Sound
Url:		http://timidity.sourceforge.net/
Source0:	http://freefr.dl.sourceforge.net/project/timidity/TiMidity%2B%2B/TiMidity%2B%2B-%version/TiMidity%2B%2B-%version.tar.xz
Source1:	http://www.timidity.jp/dist/cfg/timidity.cfg
Source2:	timidity-emacs-mode.el
Source3:	timidity.README.mdv
Source11:	%{name}48.png
Source12:	%{name}32.png
Source13:	%{name}16.png
# (Abel) change default config path to /etc/timidity/timidity.cfg
Patch0:		timidity-2.13.2-default-config-path.patch
Patch8:		timidity-2.13.2-tcl-legacy.patch
BuildRequires:	emacs-bin
BuildRequires:	lesstif-devel
BuildRequires:	nas-devel
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(flac) >= 1.1.3
BuildRequires:	pkgconfig(gtk+-x11-2.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(slang)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xaw7)
BuildConflicts:	Xaw3d-devel
Requires:	timidity-instruments = %{patch_pkg_version}

%description
TiMidity is a MIDI to WAVE converter and player that uses Gravis 
Ultrasound(tm) or SoundFont(tm) patch files to generate digital audio data
from general MIDI files. The audio data can be played through any 
sound device or stored on disk.

%files
%doc AUTHORS ChangeLog INSTALL NEWS README doc/C/FAQ
%doc doc/C/README.{alsaseq,dl,sf,m2m,mts}
%config(noreplace) %{_sysconfdir}/timidity
%{_bindir}/timidity
%{_mandir}/man?/timidity*
%lang(ja) %{_mandir}/ja/man?/*
%{_datadir}/timidity
%dir %{timiditydir}
%timiditydir/if_ncurses.so
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/48x48/apps/%{name}.png

%post
%{_sbindir}/update-alternatives --install %{_sysconfdir}/timidity/timidity.cfg timidity.cfg %{_sysconfdir}/timidity/timidity-custom.cfg 10

%postun
if [ "$1" = "0" ]; then
%{_sbindir}/update-alternatives --remove timidity.cfg %{_sysconfdir}/timidity/timidity-custom.cfg
fi

#----------------------------------------------------------------------------

%package	interfaces-extra
Summary:	Extra GUI/text mode interfaces for TiMidity
Group:		Sound
Requires:	%{name} = %{EVRD}
Requires:	emacs-bin

%description	interfaces-extra
TiMidity is a MIDI to WAVE converter and player that uses Gravis 
Ultrasound(tm) or SoundFont(tm) patch files to generate digital audio data
from general MIDI files. The audio data can be played through any 
sound device or stored on disk.

Install this if you want to use TiMidity under other interfaces, such as
Motif(or Lesstif), Tcl/Tk, emacs etc.

%files interfaces-extra
%doc doc/C/README.{tk,xaw,xskin}
%config(noreplace) %{_sysconfdir}/emacs/site-start.d/*.el
%{_datadir}/emacs/site-lisp/*.el
%timiditydir/if_emacs.so
%timiditydir/if_gtk.so
%timiditydir/if_motif.so
%timiditydir/if_slang.so
%timiditydir/if_tcltk.so
%timiditydir/if_xaw.so
%timiditydir/if_xskin.so
%{timiditydir}/*.tcl
%{timiditydir}/tclIndex
%{timiditydir}/bitmaps

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .default-path
%patch8 -p0 -b .tcl_legacy

%build
autoconf

# little ugly trick to force install of tclIndex, running wish requires
# X display
touch interface/tclIndex



%configure2_5x \
	--enable-audio=oss,alsa,portaudio,jack,ao,vorbis,flac,speex \
	--enable-dynamic=dynamic,ncurses,slang,motif,tcltk,emacs,xaw,xskin,gtk \
	--enable-interface=alsaseq \
	--enable-network \
	--enable-server

%make LDFLAGS="-laudio -lFLAC"

%install
rm -rf %{buildroot}
%makeinstall_std
install -d %{buildroot}%{_datadir}/timidity
install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/timidity/timidity-custom.cfg

install -d %{buildroot}%{_datadir}/applications
cat <<EOF > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop
[Desktop Entry]
Name=TiMidity++
GenericName=MIDI file player
GenericName[ar]=مشغل ملفات MIDI
GenericName[az]=MIDI fayl çalğıcısı
GenericName[bg]=MIDI плеър
GenericName[bn]=মিডি ফাইল বাদক
GenericName[br]=Ur soner a restr MIDI
GenericName[bs]=Svirač MIDI datoteka
GenericName[ca]=Reproductor de fitxers MIDI
GenericName[cs]=Přehrávač hudebních souborů MIDI
GenericName[cy]=Chwaraewr ffeil MIDI
GenericName[da]=MIDI-musikafspiller
GenericName[de]=MIDI Dateienspieler
GenericName[el]=Πρόγραμμα αναπαραγωγής MIDI
GenericName[es]=Reproductor de archivos MIDI
GenericName[et]=MIDI failide mängija
GenericName[eu]=MIDI fitxategi-erreproduzigailua
GenericName[fa]=پخشگر پرونده MIDI
GenericName[fi]=MIDI-soitin
GenericName[fr]=Lecteur de fichiers MIDI
GenericName[gl]=Reproductor de ficheiros MIDI
GenericName[he]=נגן קבצי מידי
GenericName[hi]=मीडी फ़ाइल प्लेयर
GenericName[hu]=MIDI-fájllejátszó
GenericName[id]=Pemutar file MIDI
GenericName[is]=MIDI skráa spilari
GenericName[it]=Riproduttore di file MIDI
GenericName[ja]=MIDI プレーヤー
GenericName[ky]=MIDI файлын ойноткучу
GenericName[mk]=Плеер на „MIDI“ датотеки
GenericName[mt]=Programm biex iddoqq mużika MIDI
GenericName[nb]=MIDI-fil avspiller
GenericName[nl]=MIDI bestandsspeler
GenericName[nn]=MIDI-filspelar
GenericName[pl]=Odtwarzacz plików MIDI
GenericName[pt]=Leitor de ficheiros MIDI
GenericName[pt_BR]=Player de arquivos MIDI
GenericName[ro]=Lector de fișiere MIDI
GenericName[ru]=Проигрыватель MIDI-файлов
GenericName[sc]=Sonadori de file MIDI
GenericName[sk]=Prehrávač MIDI hudby
GenericName[sl]=Predvajalnik MIDI datotek
GenericName[sq]=Lexues skedaresh MIDI
GenericName[sv]=Spelar MIDI-filer
GenericName[tg]=Бозигари MIDI файл
GenericName[th]=โปรแกรมเล่นไฟล์ MIDI
GenericName[tl]=Tagapagpatugtog ng MIDI file
GenericName[tr]=MIDI dosya çalıcı
GenericName[uk]=Програвач файлів MIDI
GenericName[uz]=MIDI fayl pleyer
GenericName[uz@cyrillic]=MIDI файл плейер
GenericName[vi]=Trình chơi tập tin MIDI
GenericName[wa]=Djouweu di fitchîs MIDI
GenericName[zh_CN]=MIDI 文件播放机
GenericName[zh_TW]=MIDI 音樂播放程式
Comment=A midi to wav converter and midi file player
Comment[de]=Ein Midi-zu-Wav-Konverter und Midi-Player
Comment[ru]=Плейер MIDI-файлов и конвертор в WAV
Exec=timidity -ig
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Audio;Midi;
EOF

#icons
install -m644 %{SOURCE11} -D %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# emacs mode
install -m644 %{SOURCE2} -D %{buildroot}%{_sysconfdir}/emacs/site-start.d/timidity.el

# japanese manpages
install -m644 doc/ja_JP.eucJP/timidity.1 -D %{buildroot}%{_mandir}/ja/man1/timidity.1
install -m644 doc/ja_JP.eucJP/timidity.cfg.5 %{buildroot}%{_mandir}/ja/man1/timidity.cfg.5


%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 2.14.0-4
- (008589f) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26165 |14mu|tinc-1.0.28-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           tinc
Version:        1.0.28
Release:        1
Summary:        A virtual private network daemon
Group:          System/Configuration/Networking
License:        GPLv2+
URL:            http://www.tinc-vpn.org/
Source0:        http://www.tinc-vpn.org/packages/%{name}-%{version}.tar.gz
Source1:        http://www.tinc-vpn.org/packages/%{name}-%{version}.tar.gz.sig
BuildRequires:  openssl-devel
BuildRequires:  liblzo-devel
BuildRequires:  pkgconfig(systemd)
BuildRequires:  pkgconfig(zlib)

Requires(post):  info
Requires(preun): info

%description
tinc is a Virtual Private Network (VPN) daemon that uses tunnelling
and encryption to create a secure private network between hosts on
the Internet. Because the tunnel appears to the IP level network
code as a normal network device, there is no need to adapt any
existing software. This tunnelling allows VPN sites to share
information with each other over the Internet without exposing any
information to others.


%prep
%setup -q


%build
%configure
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_infodir}/dir

%files
%doc AUTHORS COPYING COPYING.README NEWS README THANKS doc/sample* doc/*.tex
%{_mandir}/man*/%{name}*.*
%{_infodir}/%{name}.info.xz
%{_sbindir}/%{name}d
%{_unitdir}/tinc.service
%{_unitdir}/tinc@.service

%changelog

* Sat Apr 23 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.0.28-1
- (01f3b91) Use macros in file lists



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26166 |14mu|tinycdb-0.77-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libcmajor 2

# Macro: %%{mklibname <name> [<major> [<minor>]] [-s] [-d]}
%define libname %mklibname %{name} %{major}
%define dlibname %mklibname %{name} %{major} -d

Summary:	Constant Database
Name:		tinycdb
Version:	0.77
Release:	8
License:	Public Domain
Group:		Databases
URL:		http://www.corpit.ru/mjt/tinycdb.html
Source0:	http://www.corpit.ru/mjt/tinycdb/%{name}_%{version}.tar.gz
Source100:	%{name}.rpmlintrc

%description
Tinycdb is a small, fast and reliable utility set and subroutine
library for creating and reading constant databases. The database
structure is tuned for fast reading:

 - Successful lookups take normally just two disk accesses.
 - Unsuccessful lookups take only one disk access.
 - Small disk space and memory size requirements; a database
   uses 2048 bytes for the header and 24 bytes plus size of
   (key,value) per record.
 - Maximum database size is 4GB; individual record size is not
   otherwise limited.
 - Portable file format.
 - Fast creation of new databases.
 - No locking, updates are atomical.

%package -n nss_%{name}
Summary:	Constant database library
Group:		System/Libraries

%description -n nss_%{name}
The tinycdb nss library allows creating passwd/group file using a
constant database.

%package -n %{libname}
Summary:	Constant database library
Group:		System/Libraries

%description -n %{libname}
Tinycdb is a small, fast and reliable utility set and subroutine
library for creating and reading constant databases. The database
structure is tuned for fast reading.

%package -n %{dlibname}
Summary:	Development libraries and headers for %{libname}
Group:		Development/Databases
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Conflicts:	cdb-devel

%description -n %{dlibname}
Libraries and header files needed to develop applications using
constant databases.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}" \
 staticlib sharedlib cdb-shared nss \
 sysconfdir=%{_sysconfdir}

%install
mkdir -p %{buildroot}
%makeinstall DESTDIR=%{buildroot} \
 libdir=%{_libdir} bindir=%{_bindir} mandir=%{_mandir} \
 syslibdir=/%{_lib} sysconfdir=%{_sysconfdir} \
 includedir=%{_includedir} \
 install-all install-nss install-piclib install-sharedlib \
 INSTALLPROG=cdb-shared CP="cp -p"
mkdir -p %{buildroot}%{_libdir}/pkgconfig
cp -p debian/libcdb.pc %{buildroot}%{_libdir}/pkgconfig
rm -f %{buildroot}%{_sysconfdir}/cdb-Makefile

# Fix permissions to avoid unstripped-binary-or-object
chmod 0755 %{buildroot}/%{_lib}/libnss_cdb.so.%{libcmajor}
chmod 0755 %{buildroot}%{_libdir}/libcdb.so.%{major}

%files 
%{_bindir}/cdb
%{_mandir}/man1/cdb.1*
%{_mandir}/man5/cdb.5*
%doc ChangeLog NEWS debian/changelog

%files -n nss_tinycdb
%doc nss_cdb-Makefile
/%{_lib}/libnss_cdb.so.%{libcmajor}

%files -n %{libname}
%{_libdir}/libcdb.so.%{major}

%files -n %{dlibname}
%{_includedir}/cdb.h
%{_libdir}/libcdb.a
%{_libdir}/libcdb_pic.a
%{_libdir}/libcdb.so
%{_libdir}/pkgconfig/libcdb.pc
%{_mandir}/man3/cdb.3*

%changelog

* Fri Nov 20 2015 Denis Silakov <dsilakov@gmail.com> 0.77-8
- (75b3b80) Added rpmlintrc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26167 |14mu|tk-8.6.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 8.6
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

Summary:	Tk GUI toolkit for Tcl
Name:		tk
Version:	8.6.4
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://tcl.tk
Source0:	http://downloads.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
Source1:	icons.tcl
Patch0:		tk8.6.1-soname.patch
Patch1:		tk8.6b1-fix_Xft_linkage.patch
Patch2:		tk-8.6.1-make.patch
BuildRequires:	chrpath
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(tcl) >= %{version}
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xscrnsaver)
Requires:	%{libname} = %{EVRD}
Provides:	%{_bindir}/wish

%description
Tk is a X Windows widget set designed to work closely with the tcl
scripting language. It allows you to write simple programs with full
featured GUIs in only a little more time then it takes to write a
text based interface. Tcl/Tk applications can also be run on Windows
and Macintosh platforms.

%files
%{_bindir}/*
%{_libdir}/%{name}%{api}
%{_datadir}/%{name}%{api}
%{_mandir}/man1/*
%{_mandir}/man3/*
%{_mandir}/mann/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}tk8.6 < 8.6.4
Obsoletes:	%{_lib}tk8.6 < 8.6.4

%description -n %{libname}
Tk is a X Windows widget set designed to work closely with the tcl
scripting language. It allows you to write simple programs with full
featured GUI's in only a little more time then it takes to write a
text based interface. Tcl/Tk applications can also be run on Windows
and Macintosh platforms.

%files -n %{libname}
%{_libdir}/libtk%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}
Requires:	pkgconfig(x11)
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains development files for %{name}.

%files -n %{devname} -f %{devname}.files
%dir %{_includedir}/tk%{version}
%dir %{_includedir}/tk%{version}/compat
%dir %{_includedir}/tk%{version}/generic
%dir %{_includedir}/tk%{version}/unix
%{_includedir}/tk%{version}/compat/*.h
%{_includedir}/tk%{version}/generic/*.h
%{_includedir}/tk%{version}/unix/*.h
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/tkConfig.sh
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}%{version}
%patch0 -p1 -b .soname~
%patch1 -p1 -b .Xft~
%patch2 -p1 -b .make~
# Replace native icons.tcl - it contains  PNG data
# obtained using old libpng and has problems with new libpng
# The new one contains PNG data created using
# new libpng
cp -f %{SOURCE1} library

%build
pushd unix
    autoconf
    %configure2_5x \
	--enable-threads \
	--enable-64bit \
	--disable-rpath \
	--with-tcl=%{_libdir} \
	--includedir=%{_includedir}/tk%{version}
    %make TK_LIBRARY=%{_datadir}/%{name}%{api}

    cp libtk%{api}.so libtk%{api}.so.%{major}
#    make test
popd

%install
# If %{_libdir} is not %{_prefix}/lib, then define EXTRA_TCLLIB_FILES
# which contains actual non-architecture-dependent tcl code.
if [ "%{_libdir}" != "%{_prefix}/lib" ]; then
    EXTRA_TCLLIB_FILES="%{buildroot}%{_prefix}/lib/*"
fi

%makeinstall -C unix TK_LIBRARY=%{buildroot}%{_datadir}/%{name}%{api}

# create the arch-dependent dir
mkdir -p %{buildroot}%{_libdir}/%{name}%{api}

# fix libname
mv %{buildroot}%{_libdir}/libtk%{api}.so %{buildroot}%{_libdir}/libtk%{api}.so.%{major}
ln -snf libtk%{api}.so.%{major} %{buildroot}%{_libdir}/libtk%{api}.so

# install all headers
install -d %{buildroot}%{_includedir}/tk%{version}/compat
install -d %{buildroot}%{_includedir}/tk%{version}/generic
install -d %{buildroot}%{_includedir}/tk%{version}/unix
install -m0644 compat/*.h %{buildroot}%{_includedir}/tk%{version}/compat/
install -m0644 generic/*.h %{buildroot}%{_includedir}/tk%{version}/generic/
install -m0644 unix/*.h %{buildroot}%{_includedir}/tk%{version}/unix/

# (tpg) compat issues
cp -f %{buildroot}%{_includedir}/tk%{version}/unix/tkUnixPort.h %{buildroot}%{_includedir}/tk%{version}/generic/

pushd %{buildroot}%{_bindir}
    ln -sf wish* wish
popd

pushd %{buildroot}%{_libdir}
cat > lib%{name}.so << EOF
/* GNU ld script
   We want -l%{name} to include the actual system library,
   which is lib%{name}%{api}.so.%{major}  */
INPUT ( -l%{name}%{api} )
EOF
popd

# fix config script
perl -pi -e "s|-L`pwd`/unix\b|-L%{_libdir}|g" %{buildroot}%{_libdir}/tkConfig.sh
perl -pi -e "s|`pwd`/unix/lib|%{_libdir}/lib|g" %{buildroot}%{_libdir}/tkConfig.sh
perl -pi -e "s|`pwd`|%{_includedir}/tk%{version}|g" %{buildroot}%{_libdir}/tkConfig.sh

# and let it be found (we don't look in /usr/lib any more)
ln -s %{_libdir}/%{name}Config.sh %{buildroot}/%{_libdir}/%{name}%{api}/%{name}Config.sh

# Arrangements for lib64 platforms
echo "# placeholder" >> %{devname}.files
if [[ "%{_lib}" != "lib" ]]; then
    mkdir -p %{buildroot}%{_prefix}/lib
    ln -s %{_libdir}/tkConfig.sh %{buildroot}%{_prefix}/lib/tkConfig.sh
    echo "%{_prefix}/lib/tkConfig.sh" >> %{devname}.files
fi

# (fc) make sure .so files are writable by root
chmod 755 %{buildroot}%{_libdir}/*.so*

# (tpg) nuke rpath
chrpath -d %{buildroot}%{_libdir}/libtk%{api}.so.%{major}


%changelog

* Fri Jun 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 8.6.4-1
- (b5f4087) New version 8.6.4
- (b5f4087) Add make patch from Fedora to fix permissions
- (b5f4087) Properly name library package (follow library packaging policy)
- (b5f4087) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26168 |14mu|tlp-0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        Advanced power management tool for Linux
Name:           tlp
Version:        0.8
Release:        1

License:        GPLv2+
Group:		System/Libraries
URL:            http://linrunner.de/tlp
Source0:        https://github.com/linrunner/TLP/archive/%{version}.tar.gz
#Provided by Andreas Roederer <tlp~at~warpnine~dot~de>:
Source1:        50-tlp.preset

BuildRequires:  systemd

#The following requires are not detected:
Requires:       ethtool
Requires:       hdparm
Requires:       iw
Requires:       lsb-core
Requires:       rfkill
Requires:       systemd
Requires:       udev
Requires:       usbutils
Requires:       wireless-tools
#Conflicts with laptop-mode-tools, note that an official
#package/package name doesn't exist, so this works for now:
Conflicts:      %{_sbindir}/laptop_mode
BuildArch:      noarch

%description
TLP brings you the benefits of advanced power management for Linux
without the need to understand every technical detail. TLP comes
with a default configuration already optimized for battery life.
Also an optional install of the smartmontools package enables hard
disk SMART data in tlp-stat (smartctl).

%package rdw
Summary:        Radio Device Wizard for TLP
Requires:       NetworkManager
Requires:       %{name} = %{version}-%{release}
BuildArch:      noarch

%description rdw
Radio Device Wizard for TLP automatically toggles wireless networking
based on dock events and the Network Manager connection status.

%prep
%setup -q -n TLP-%{version}
#Bash completion should be in /usr/share
sed -i 's|etc/bash_completion.d|usr/share/bash-completion/completions|g' Makefile

%build
%make

%install
%makeinstall_std TLP_NO_INIT=1 TLP_NO_PMUTILS=1
#Install manpages:
mkdir -p %{buildroot}%{_mandir}/{man1,man8}
install -m 0644 man/*.1 %{buildroot}%{_mandir}/man1
install -m 0644 man/*.8 %{buildroot}%{_mandir}/man8
#Install preset (source 1):
install -Dpm 0644 %{SOURCE1} %{buildroot}/%{_presetdir}/50-tlp.preset
#Install systemd services:
install -D -m 644 tlp.service %{buildroot}%{_unitdir}/tlp.service
install -D -m 644 tlp-sleep.service %{buildroot}%{_unitdir}/tlp-sleep.service

%files
%config(noreplace) %{_sysconfdir}/default/tlp
%doc COPYING LICENSE README
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man*/*
#Explicit use of lib is required, see "Libexecdir"/"Multilib Exempt Locations":
#https://fedoraproject.org/wiki/Packaging:Guidelines#Filesystem_Layout
%{_prefix}/lib/tlp-pm
%{_udevrulesdir}/85-tlp.rules
%{_udevrulesdir}/../tlp-usb-udev
%{_datadir}/bash-completion/completions/tlp
%{_presetdir}/50-tlp.preset
%{_unitdir}/*.service
#The following is not supported by fedora's kernel:
%{_sysconfdir}/acpi/events/thinkpad-radiosw
%{_sysconfdir}/acpi/thinkpad-radiosw.sh
 
%files rdw
%doc COPYING LICENSE README
%{_sysconfdir}/NetworkManager/dispatcher.d/99tlp-rdw-nm
%{_udevrulesdir}/85-tlp-rdw.rules
%{_udevrulesdir}/../tlp-rdw-udev

%post
%systemd_post tlp.service
%systemd_post tlp-sleep.service

%preun
%systemd_preun tlp.service
%systemd_preun tlp-sleep.service

%postun
%systemd_postun_with_restart tlp.service
%systemd_postun_with_restart tlp-sleep.service

%post rdw
/bin/systemctl enable NetworkManager-dispatcher.service >/dev/null 2>&1 || :


%changelog

* Mon Aug 17 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8-1
- (a4da9e9) Updaetd to 0.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26169 |14mu|tmpwatch-2.11-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility for removing files based on when they were last accessed
Name:		tmpwatch
Version:	2.11
Release:	7
License:	GPLv2+
Group:		File tools
Url:		https://fedorahosted.org/tmpwatch/
Source0:	https://fedorahosted.org/releases/t/m/tmpwatch/%{name}-%{version}.tar.bz2
# configure is looking for /sbin/fuser
BuildRequires:	psmisc
Requires:	psmisc

%description
The tmpwatch utility recursively searches through specified directories and
removes files which have not been accessed in a specified period of time.
Tmpwatch is normally used to clean up directories which are used for
temporarily holding files (for example, /tmp). Tmpwatch ignores symlinks,
won't switch filesystems and only removes empty directories and regular files.

%files
%doc ChangeLog NEWS README
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/tmpwatch
%attr(0755,root,root) %{_sysconfdir}/cron.daily/tmpwatch
%{_sbindir}/tmpwatch
%{_mandir}/man8/tmpwatch.8*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall ROOT=%{buildroot} MANDIR=%{_mandir} SBINDIR=%{_sbindir}

install -d %{buildroot}%{_sysconfdir}/cron.daily
install -d %{buildroot}%{_sysconfdir}/sysconfig

cat > tmpwatch.cron << EOF
#!/bin/sh

[ -f %{_sysconfdir}/sysconfig/tmpwatch ] && . %{_sysconfdir}/sysconfig/tmpwatch

# we use patterns in TMPWATCH_EXCLUDES, don't allow shell to process them, leave them to tmpwatch
set -f
%{_sbindir}/tmpwatch \$TMPWATCH_OPTIONS \$TMPWATCH_EXCLUDES 10d /tmp

%{_sbindir}/tmpwatch \$TMPWATCH_OPTIONS \$TMPWATCH_EXCLUDES 30d /var/tmp
set +f

for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?,\$LANG/cat?}; do
    if [ -d "\$d" ]; then
        %{_sbindir}/tmpwatch \$TMPWATCH_OPTIONS -f 30d "\$d"
    fi
done
EOF

cat > tmpwatch.sysconfig << EOF
#TMPWATCH_OPTIONS="-umc"
# (oe) define files/directories/sockets tmpwatch should ignore (#18488)
TMPWATCH_EXCLUDES="-x /tmp/.ICE-unix -x /tmp/.X11-unix -x /tmp/.font-unix -x /tmp/.Test-unix -x /tmp/.XIM-unix -X /tmp/systemd-private*"
EOF

install -m0755 tmpwatch.cron %{buildroot}%{_sysconfdir}/cron.daily/tmpwatch
install -m0644 tmpwatch.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/tmpwatch


%changelog

* Wed Dec 02 2015 Denis Silakov <dsilakov@gmail.com> 2.11-7
- (a11cea0) Exclude /tmp/systemd-private folders



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26170 |14mu|tnef-1.4.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Decodes MS-TNEF attachments
Name:		tnef
Version:	1.4.9
Release:	1
License:	GPL
Group:		Networking/Mail
URL:		http://sourceforge.net/projects/tnef/
Source0:	http://prdownloads.sourceforge.net/tnef/%{name}-%{version}.tar.gz
Patch0:		tnef-1.4.5-format_not_a_string_literal_and_no_format_arguments.diff
Patch1:		tnef-1.4.9-CVE-2017-6307.patch
Patch2:		tnef-1.4.9-CVE-2017-6308.patch
Patch3:		tnef-1.4.9-CVE-2017-6309-6310.patch
BuildRequires:	mawk
BuildRequires:	gettext-devel
BuildRequires:	autoconf2.5
BuildRequires:	libtool

%description
TNEF is a program for unpacking MIME attachments of type "application/ms-tnef".
This is a Microsoft only attachment. Due to the proliferation of Microsoft
Outlook and Exchange mail servers, more and more mail is encapsulated into
this format. The TNEF program allows one to unpack the attachments which were
encapsulated into the TNEF attachment. Thus alleviating the need to use
Microsoft Outlook to view the attachment.

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%serverbuild
%configure2_5x
%make

%check
make check

%install
%makeinstall_std

%clean

%files
%doc AUTHORS ChangeLog NEWS README THANKS TODO doc/FAQ
%{_bindir}/tnef
%{_mandir}/man1/tnef.1*

%changelog

* Mon Mar 06 2017 Denis Silakov <denis.silakov@rosalab.ru> 1.4.9-1
- (67de262) Updated to 1.4.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26171 |14mu|tokyocabinet-1.4.47-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 9
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Tokyo Cabinet: a modern implementation of DBM
Name:		tokyocabinet
Version:	1.4.47
Release:	9
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://1978th.net/tokyocabinet/
Source0:	http://1978th.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		tokyocabinet-mdv_conf.diff
Patch1:		tokyocabinet-1.4.9-lzmalib_linkage_fix.diff
BuildRequires:	bzip2-devel
BuildRequires:	liblzo-devel
BuildRequires:	lzmalib-devel
BuildRequires:	pkgconfig(zlib)

%description
Tokyo Cabinet is a library of routines for managing a database. The database is
a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length. Both binary data and
character string can be used as a key and a value. There is neither concept of
data tables nor data types. Records are organized in hash table or B+ tree.

As for database of hash table, each key must be unique within a database, so it
is impossible to store two or more records with a key overlaps. The following
access methods are provided to the database: storing a record with a key and a
value, deleting a record by a key, retrieving a record by a key. Moreover,
traversal access to every key are provided, although the order is arbitrary.
These access methods are similar to ones of DBM (or its followers: NDBM and
GDBM) library defined in the UNIX standard. Tokyo Cabinet is an alternative for
DBM because of its higher performance.

As for database of B+ tree, records whose keys are duplicated can be stored.
Access methods of storing, deleting, and retrieving are provided as with the
database of hash table. Records are stored in order by a comparison function
assigned by a user. It is possible to access each record with the cursor in
ascending or descending order. According to this mechanism, forward matching
search for strings and range search for integers are realized. Moreover,
transaction is available in database of B+ tree.

Tokyo Cabinet is written in the C language, and provided as API of C, Perl,
Ruby, and Java. Tokyo Cabinet is available on platforms which have API
conforming to C99 and POSIX. Tokyo Cabinet is a free software licensed under
the GNU Lesser General Public License.

%files
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Tokyo Cabinet: a modern implementation of DBM
Group:		System/Libraries

%description -n %{libname}
Tokyo Cabinet is a library of routines for managing a database. The database is
a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length. Both binary data and
character string can be used as a key and a value. There is neither concept of
data tables nor data types. Records are organized in hash table or B+ tree.

%files -n %{libname}
%doc COPYING ChangeLog README doc/* lab/magic
%{_libdir}/libtokyocabinet.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Static library and header files for the tokyocabinet library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Tokyo Cabinet is a library of routines for managing a database. The database is
a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length. Both binary data and
character string can be used as a key and a value. There is neither concept of
data tables nor data types. Records are organized in hash table or B+ tree.

This package contains the static library and its header files.

%files -n %{devname}
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/tokyocabinet.pc
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package tcawmgr
Summary:	The CGI utility of the abstract database API (tokyocabinet)
Group:		System/Servers
Requires:	%{libname} = %{EVRD}
Requires:	apache

%description tcawmgr
The CGI utility of the abstract database API (tokyocabinet).

%files tcawmgr
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/tcawmgr.conf
%attr(0755,root,root) /var/www/cgi-bin/tcawmgr.cgi

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0

%build
rm -f configure
autoconf

%configure2_5x \
	--disable-static \
	--enable-zlib \
	--enable-bzip \
	--enable-pthread \
	--enable-exlzma \
	--enable-exlzo

%make \
	CFLAGS="-std=c99 -Wall -fPIC -fsigned-char %{optflags}" \
	LDFLAGS="%{ldflags} -L. -L%{_libdir}"

%install
%makeinstall_std

install -d %{buildroot}/var/www/cgi-bin
mv %{buildroot}%{_libdir}/tcawmgr.cgi %{buildroot}/var/www/cgi-bin/

install -d %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
cat > %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/tcawmgr.conf << EOF
<Location /cgi-bin/tcawmgr.cgi>
    Require local granted
    ErrorDocument 403 "Access denied per %{_sysconfdir}/httpd/conf/webapps.d/tcawmgr.conf"
</Location>
EOF

# cleanup
rm -rf %{buildroot}%{_datadir}/%{name}
rm -f doc/*~

%check
%make check


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.47-9
- (8120075) Build with system optflags
- (8120075) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26172 |14mu|tomcat-7.0.68-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir /usr/libexec

%global jspspec 2.2
%global major_version 7
%global minor_version 0
%global micro_version 68
%global packdname apache-tomcat-%{version}-src
%global servletspec 3.0
%global elspec 2.2
%global tcuid 91

# FHS 2.3 compliant tree structure - http://www.pathname.com/fhs/2.3/
%global basedir %{_var}/lib/%{name}
%global appdir %{basedir}/webapps
%global homedir %{_datadir}/%{name}
%global bindir %{homedir}/bin
%global confdir %{_sysconfdir}/%{name}
%global libdir %{_javadir}/%{name}
%global logdir %{_var}/log/%{name}
%global cachedir %{_var}/cache/%{name}
%global tempdir %{cachedir}/temp
%global workdir %{cachedir}/work
%global _systemddir /lib/systemd/system

Summary:	Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
Name:		tomcat
Version:	%{major_version}.%{minor_version}.%{micro_version}
Release:	12
Group:		Networking/WWW
License:	ASL 2.0
Url:		http://tomcat.apache.org/
Source0:	http://www.apache.org/dist/tomcat/tomcat-%{major_version}/v%{version}/src/%{packdname}.tar.gz
Source1:	%{name}-%{major_version}.%{minor_version}.conf
Source3:	%{name}-%{major_version}.%{minor_version}.sysconfig
Source4:	%{name}-%{major_version}.%{minor_version}.wrapper
Source5:	%{name}-%{major_version}.%{minor_version}.logrotate
Source6:	%{name}-%{major_version}.%{minor_version}-digest.script
Source7:	%{name}-%{major_version}.%{minor_version}-tool-wrapper.script
Source8:	servlet-api-OSGi-MANIFEST.MF
Source9:	jsp-api-OSGi-MANIFEST.MF
Source10:	%{name}-%{major_version}.%{minor_version}-log4j.properties
Source11:	%{name}-%{major_version}.%{minor_version}.service
Source12:	el-api-OSGi-MANIFEST.MF
Source13:	jasper-el-OSGi-MANIFEST.MF
Source14:	jasper-OSGi-MANIFEST.MF
Source15:	tomcat-api-OSGi-MANIFEST.MF
Source16:	tomcat-juli-OSGi-MANIFEST.MF
Source20:      %{name}-%{major_version}.%{minor_version}-jsvc.service
Source21:      tomcat-functions
Source30:      tomcat-preamble
Source31:      tomcat-server
Source32:      tomcat-named.service

Patch0:		%{name}-%{major_version}.%{minor_version}-bootstrap-MANIFEST.MF.patch
Patch1:		%{name}-%{major_version}.%{minor_version}-tomcat-users-webapp.patch
BuildArch:	noarch

BuildRequires:	ant
BuildRequires:	ecj
BuildRequires:	findutils
BuildRequires:	commons-collections
BuildRequires:	apache-commons-daemon
BuildRequires:	apache-commons-dbcp
BuildRequires:	apache-commons-pool
BuildRequires:	jakarta-taglibs-standard
BuildRequires:	java-1.8.0-openjdk-devel
BuildRequires:	jpackage-utils >= 0:1.7.0
BuildRequires:	junit
BuildRequires:	log4j
BuildRequires:	jaxrpc
BuildRequires:	wsdl4j
BuildRequires:	java-rpmbuild
BuildRequires:	zip
BuildRequires: systemd-units
Requires:	apache-commons-daemon
Requires:	apache-commons-logging
Requires:	apache-commons-collections
Requires:	apache-commons-dbcp
Requires:	apache-commons-pool
Requires:	java >= 0:1.6.0
Requires:	procps
Requires:	%{name}-lib = %{version}-%{release}
Requires(pre):	shadow-utils
Requires(post):	chkconfig
Requires(preun):	chkconfig
Requires(post):	jpackage-utils
Requires(postun):	jpackage-utils
Requires(post):   systemd
Requires(post):   systemd-units
Requires(preun):  systemd-units
Requires(postun): systemd-units

%description
Tomcat is the servlet container that is used in the official Reference
Implementation for the Java Servlet and JavaServer Pages technologies.
The Java Servlet and JavaServer Pages specifications are developed by
Sun under the Java Community Process.

Tomcat is developed in an open and participatory environment and
released under the Apache Software License version 2.0. Tomcat is intended
to be a collaboration of the best-of-breed developers from around the world.

%package admin-webapps
Group:		Networking/WWW
Summary:	The host-manager and manager web applications for Apache Tomcat
Requires:	%{name} = %{version}-%{release}

%description admin-webapps
The host-manager and manager web applications for Apache Tomcat.

%package docs-webapp
Group:		Networking/WWW
Summary:	The docs web application for Apache Tomcat
Requires:	%{name} = %{version}-%{release}

%description docs-webapp
The docs web application for Apache Tomcat.

%package javadoc
Group:		Development/Java
Summary:	Javadoc generated documentation for Apache Tomcat
Requires:	jpackage-utils

%description javadoc
Javadoc generated documentation for Apache Tomcat.

%package jsvc
Group: Development/Java
Summary: Apache jsvc wrapper for Apache Tomcat as separate service
Requires: %{name} = %{version}-%{release}
Requires: %{name}-lib = %{version}-%{release}
Requires: apache-commons-daemon-jsvc

%description jsvc
Systemd service and wrapper scripts to start tomcat with jsvc,
which allows tomcat to perform some privileged operations
(e.g. bind to a port < 1024) and then switch identity to a non-privileged user.

%package jsp-%{jspspec}-api
Group:		Development/Java
Summary:	Apache Tomcat JSP API implementation classes
Provides:	jsp = %{jspspec}
Provides:	jsp22
Requires:	%{name}-servlet-%{servletspec}-api = %{version}-%{release}
Requires(post):	chkconfig
Requires(postun):	chkconfig

%description jsp-%{jspspec}-api
Apache Tomcat JSP API implementation classes.


%package lib
Group:		Development/Java
Summary:	Libraries needed to run the Tomcat Web container
Requires:	%{name}-jsp-%{jspspec}-api = %{version}-%{release}
Requires:	%{name}-servlet-%{servletspec}-api = %{version}-%{release}
Requires:	%{name}-el-%{elspec}-api = %{version}-%{release}
Requires:	ecj
Requires:	apache-commons-collections
Requires:	apache-commons-dbcp
Requires:	apache-commons-pool
Requires(preun):	coreutils

%description lib
Libraries needed to run the Tomcat Web container.

%package servlet-%{servletspec}-api
Group:		Development/Java
Summary:	Apache Tomcat Servlet API implementation classes
Provides:	servlet = %{servletspec}
Provides:	servlet6
Provides:	servlet3
Requires(post):	chkconfig
Requires(postun):	chkconfig

%description servlet-%{servletspec}-api
Apache Tomcat Servlet API implementation classes.

%package el-%{elspec}-api
Group:		Development/Java
Summary:	Expression Language v1.0 API
Provides:	el_1_0_api = %{version}-%{release}
Provides:	el_api = %{elspec}
Requires(post):	chkconfig
Requires(postun):	chkconfig

%description el-%{elspec}-api
Expression Language 1.0.

%package webapps
Group:		Networking/WWW
Summary:	The ROOT and examples web applications for Apache Tomcat
Requires:	%{name} = %{version}-%{release}
Requires:	jakarta-taglibs-standard >= 0:1.1

%description webapps
The ROOT and examples web applications for Apache Tomcat.

%prep
%setup -q -n %{packdname}
# remove pre-built binaries and windows files
find . -type f \( -name "*.bat" -o -name "*.class" -o -name Thumbs.db -o -name "*.gz" -o \
   -name "*.jar" -o -name "*.war" -o -name "*.zip" \) -delete

%patch0 -p0
%patch1 -p0
ln -s $(build-classpath jakarta-taglibs-core) webapps/examples/WEB-INF/lib/jstl.jar
ln -s $(build-classpath jakarta-taglibs-standard) webapps/examples/WEB-INF/lib/standard.jar

rm java/org/apache/jasper/compiler/JDTCompiler.java

%build
export OPT_JAR_LIST="xalan-j2-serializer"
   # we don't care about the tarballs and we're going to replace
   # tomcat-dbcp.jar with apache-commons-{collections,dbcp,pool}-tomcat5.jar
   # so just create a dummy file for later removal
   touch HACK
   mkdir -p HACKDIR
   touch HACKDIR/build.xml
   # who needs a build.properties file anyway
   ant -Dbase.path="." \
      -Dbuild.compiler="modern" \
      -Dcommons-collections.jar="$(build-classpath commons-collections)" \
      -Dcommons-daemon.jar="$(build-classpath commons-daemon)" \
      -Dcommons-daemon.native.src.tgz="HACK" \
      -Djasper-jdt.jar="$(build-classpath ecj)" \
      -Djdt.jar="$(build-classpath ecj)" \
      -Dtomcat-dbcp.jar="$(build-classpath apache-commons-dbcp)" \
      -Dtomcat-native.tar.gz="HACK" \
      -Dtomcat-native.home="." \
      -Dcommons-daemon.native.win.mgr.exe="HACK" \
      -Dnsis.exe="HACK" \
      -Djaxrpc-lib.jar="$(build-classpath jaxrpc)" \
      -Dwsdl4j-lib.jar="$(build-classpath wsdl4j)" \
      -Dcommons-pool.home="HACKDIR" \
      -Dcommons-dbcp.home="HACKDIR" \
      -Dno.build.dbcp=true \
      -Dversion="%{version}" \
      -Djava.7.home=%{java_home} \
      -Dversion.build="%{micro_version}" \
      deploy dist-prepare dist-source javadoc

    # remove some jars that we'll replace with symlinks later
   rm output/build/bin/commons-daemon.jar \
           output/build/lib/ecj.jar
    # remove the cruft we created
   rm output/build/bin/tomcat-native.tar.gz
pushd output/dist/src/webapps/docs/appdev/sample/src
mkdir -p ../web/WEB-INF/classes
javac -cp ../../../../../../../../output/build/lib/servlet-api.jar -d ../web/WEB-INF/classes mypackage/Hello.java
pushd ../web
jar cf ../../../../../../../../output/build/webapps/docs/appdev/sample/sample.war *
popd
popd

# inject OSGi manifests
mkdir -p META-INF
cp -p %{SOURCE8} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip output/build/lib/servlet-api.jar META-INF/MANIFEST.MF
cp -p %{SOURCE9} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip output/build/lib/jsp-api.jar META-INF/MANIFEST.MF
cp -p %{SOURCE12} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip output/build/lib/el-api.jar META-INF/MANIFEST.MF
cp -p %{SOURCE13} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip output/build/lib/jasper-el.jar META-INF/MANIFEST.MF
cp -p %{SOURCE14} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip output/build/lib/jasper.jar META-INF/MANIFEST.MF
cp -p %{SOURCE15} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip output/build/lib/tomcat-api.jar META-INF/MANIFEST.MF
cp -p %{SOURCE16} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip output/build/bin/tomcat-juli.jar META-INF/MANIFEST.MF

%install
# build initial path structure
install -d -m 0755 %{buildroot}%{_bindir}
install -d -m 0755 %{buildroot}%{_sbindir}
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
install -d -m 0755 %{buildroot}%{_systemddir}
install -d -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d
install -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig
install -d -m 0755 %{buildroot}%{appdir}
install -d -m 0755 %{buildroot}%{bindir}
install -d -m 0775 %{buildroot}%{confdir}
install -d -m 0775 %{buildroot}%{confdir}/Catalina/localhost
install -d -m 0755 %{buildroot}%{libdir}
install -d -m 0775 %{buildroot}%{logdir}
/bin/touch %{buildroot}%{logdir}/catalina.out
/bin/echo "%{name}-%{major_version}.%{minor_version}.%{micro_version} RPM installed" >> %{buildroot}%{logdir}/catalina.out
install -d -m 0775 %{buildroot}%{homedir}
install -d -m 0775 %{buildroot}%{tempdir}
install -d -m 0775 %{buildroot}%{workdir}
install -d -m 0755 %{buildroot}%{_unitdir}
install -d -m 0755 %{buildroot}%{_libexecdir}/%{name}

# move things into place
# First copy supporting libs to tomcat lib
pushd output/build
    cp -a bin/*.{jar,xml} %{buildroot}%{bindir}
    cp %{SOURCE10} conf/log4j.properties
    cp -a conf/*.{policy,properties,xml} %{buildroot}%{confdir}
    cp -a lib/*.jar %{buildroot}%{libdir}
    cp -a webapps/* %{buildroot}%{appdir}
popd
# javadoc
cp -a output/dist/webapps/docs/api/* %{buildroot}%{_javadocdir}/%{name}

%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
   -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
   -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE1} \
    > %{buildroot}%{confdir}/%{name}.conf
%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
   -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
   -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE3} \
    > %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m 0644 %{SOURCE4} \
    %{buildroot}%{_sbindir}/%{name}
install -m 0644 %{SOURCE11} \
    %{buildroot}%{_systemddir}/%{name}.service
install -m 0644 %{SOURCE20} \
    %{buildroot}%{_unitdir}/%{name}-jsvc.service
ln -s %{name} %{buildroot}%{_sbindir}/d%{name}
%{__sed} -e "s|\@\@\@TCLOG\@\@\@|%{logdir}|g" %{SOURCE5} \
    > %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
   -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
   -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE6} \
    > %{buildroot}%{_bindir}/%{name}-digest
%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
   -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
   -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE7} \
    > %{buildroot}%{_bindir}/%{name}-tool-wrapper

install -m 0644 %{SOURCE21} \
    %{buildroot}%{_libexecdir}/%{name}/functions
install -m 0755 %{SOURCE30} \
    %{buildroot}%{_libexecdir}/%{name}/preamble
install -m 0755 %{SOURCE31} \
    %{buildroot}%{_libexecdir}/%{name}/server
install -m 0644 %{SOURCE32} \
    %{buildroot}%{_unitdir}/%{name}@.service


# create jsp and servlet API symlinks
pushd %{buildroot}%{_javadir}
   mv %{name}/jsp-api.jar %{name}-jsp-%{jspspec}-api.jar
   ln -s %{name}-jsp-%{jspspec}-api.jar %{name}-jsp-api.jar
   mv %{name}/servlet-api.jar %{name}-servlet-%{servletspec}-api.jar
   ln -s %{name}-servlet-%{servletspec}-api.jar %{name}-servlet-api.jar
   mv %{name}/el-api.jar %{name}-el-%{elspec}-api.jar
   ln -s %{name}-el-%{elspec}-api.jar %{name}-el-api.jar
popd

pushd output/build
    %{_bindir}/build-jar-repository lib commons-collections \
                                        apache-commons-dbcp apache-commons-pool ecj 2>&1
    # need to use -p here with b-j-r otherwise the examples webapp fails to
    # load with a java.io.IOException
    %{_bindir}/build-jar-repository -p webapps/examples/WEB-INF/lib \
    taglibs-core.jar taglibs-standard.jar 2>&1
popd

pushd %{buildroot}%{libdir}
    # symlink JSP and servlet API jars
    ln -s ../%{name}-jsp-%{jspspec}-api.jar .
    ln -s ../%{name}-servlet-%{servletspec}-api.jar .
    ln -s ../%{name}-el-%{elspec}-api.jar .
    ln -s $(build-classpath commons-collections) commons-collections.jar
    ln -s $(build-classpath apache-commons-dbcp) commons-dbcp.jar
    ln -s $(build-classpath log4j) log4j.jar
    ln -s $(build-classpath ecj) jasper-jdt.jar

    # Link the juli jar here from /usr/share/java/tomcat
    ln -s %{bindir}/tomcat-juli.jar .
popd

# symlink to the FHS locations where we've installed things
pushd %{buildroot}%{homedir}
    ln -s %{appdir} webapps
    ln -s %{confdir} conf
    ln -s %{libdir} lib
    ln -s %{logdir} logs
    ln -s %{tempdir} temp
    ln -s %{workdir} work
popd

# install sample webapp
mkdir -p %{buildroot}%{appdir}/sample
pushd %{buildroot}%{appdir}/sample
%{jar} xf %{buildroot}%{appdir}/docs/appdev/sample/sample.war
popd
rm %{buildroot}%{appdir}/docs/appdev/sample/sample.war


# Generate a depmap fragment javax.servlet:servlet-api pointing to
# tomcat-servlet-3.0-api for backwards compatibility
%add_to_maven_depmap javax.servlet servlet-api %{servletspec} JPP %{name}-servlet-%{servletspec}-api
# also provide jetty depmap (originally in jetty package, but it's cleaner to have it here)
%add_to_maven_depmap org.mortbay.jetty servlet-api %{servletspec} JPP %{name}-servlet-%{servletspec}-api
mv %{buildroot}%{_mavendepmapfragdir}/%{name} %{buildroot}%{_mavendepmapfragdir}/%{name}-servlet-api

# Install the maven metadata
install -d -m 0755 %{buildroot}%{_mavenpomdir}
pushd output/dist/src/res/maven
for pom in *.pom; do
    # fix-up version in all pom files
    sed -i 's/@MAVEN.DEPLOY.VERSION@/%{version}/g' $pom
done

# we won't install dbcp, juli-adapters and juli-extras pom files
for pom in tomcat-annotations-api.pom tomcat-catalina.pom tomcat-jasper-el.pom tomcat-jasper.pom \
           tomcat-catalina-ha.pom ; do
    cp -a $pom %{buildroot}%{_mavenpomdir}/JPP.$pom
    base=`basename $pom .pom`
    %add_to_maven_depmap org.apache.tomcat $base %{version} JPP/%{name} $base
done

# servlet-api jsp-api and el-api are not in tomcat subdir, since they are widely re-used elsewhere
for pom in tomcat-jsp-api.pom tomcat-servlet-api.pom tomcat-el-api.pom;do
    cp -a $pom %{buildroot}%{_mavenpomdir}/JPP-%{name}-$pom
    base=`basename $pom .pom`
    %add_to_maven_depmap org.apache.tomcat $base %{version} JPP %{name}-$base
done

# two special pom where jar files have different names
cp -a tomcat-tribes.pom %{buildroot}%{_mavenpomdir}/JPP.%{name}-catalina-tribes.pom
%add_to_maven_depmap org.apache.tomcat tribes %{version} JPP/%{name} catalina-tribes

cp -a tomcat-juli.pom %{buildroot}%{_mavenpomdir}/JPP.%{name}-tomcat-juli.pom
%add_to_maven_depmap org.apache.tomcat juli %{version} JPP/%{name} tomcat-juli

cp -a tomcat-util.pom %{buildroot}%{_mavenpomdir}/JPP.%{name}-tomcat-util.pom
%add_to_maven_depmap org.apache.tomcat util %{version} JPP/%{name} tomcat-util

cp -a tomcat-api.pom %{buildroot}%{_mavenpomdir}/JPP.%{name}-tomcat-api.pom
%add_to_maven_depmap org.apache.tomcat api %{version} JPP/%{name} tomcat-api

%pre
# add the tomcat user and group
%{_sbindir}/groupadd -g %{tcuid} -r tomcat 2>/dev/null || :
%{_sbindir}/useradd -c "Apache Tomcat" -u %{tcuid} -g tomcat \
    -s /bin/nologin -r -d %{homedir} tomcat 2>/dev/null || :

%post
%update_maven_depmap
%systemd_post %{name}.service

%post jsp-%{jspspec}-api
%{_sbindir}/update-alternatives --install %{_javadir}/jsp.jar jsp \
    %{_javadir}/%{name}-jsp-%{jspspec}-api.jar 20100

%post servlet-%{servletspec}-api
%{_sbindir}/update-alternatives --install %{_javadir}/servlet.jar servlet \
    %{_javadir}/%{name}-servlet-%{servletspec}-api.jar 20500
%update_maven_depmap

%post el-%{elspec}-api
%{_sbindir}/update-alternatives --install %{_javadir}/elspec.jar elspec \
   %{_javadir}/%{name}-el-%{elspec}-api.jar 20250

%preun
# clean tempdir and workdir on removal or upgrade
rm -rf %{workdir}/* %{tempdir}/*
%systemd_preun %{name}.service

%postun
%update_maven_depmap
%systemd_postun_with_restart %{name}.service

%postun jsp-%{jspspec}-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jsp \
        %{_javadir}/%{name}-jsp-%{jspspec}-api.jar
fi

%postun servlet-%{servletspec}-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove servlet \
        %{_javadir}/%{name}-servlet-%{servletspec}-api.jar
    %update_maven_depmap
fi

%postun el-%{elspec}-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove elspec \
        %{_javadir}/%{name}-el-%{elspec}-api.jar
fi

%files
%defattr(0664,root,tomcat,0755)
%doc {LICENSE,NOTICE,RELEASE*}
%attr(0755,root,root) %{_bindir}/%{name}-digest
%attr(0755,root,root) %{_bindir}/%{name}-tool-wrapper
%attr(0755,root,root) %{_sbindir}/d%{name}
%attr(0755,root,root) %{_sbindir}/%{name}
%attr(0644,root,root) %{_systemddir}/%{name}.service
%attr(0644,root,root) %{_unitdir}/%{name}@.service
%attr(0755,root,root) %dir %{_libexecdir}/%{name}
%attr(0644,root,root) %{_libexecdir}/%{name}/functions
%attr(0755,root,root) %{_libexecdir}/%{name}/preamble
%attr(0755,root,root) %{_libexecdir}/%{name}/server
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0765,root,tomcat) %dir %{basedir}
%attr(0755,root,tomcat) %dir %{confdir}
%defattr(0664,root,tomcat,0770)
%attr(0770,root,tomcat) %dir %{logdir}
%attr(0660,tomcat,tomcat) %{logdir}/catalina.out
%attr(0770,root,tomcat) %dir %{cachedir}
%attr(0770,root,tomcat) %dir %{tempdir}
%attr(0770,root,tomcat) %dir %{workdir}
%defattr(0664,root,tomcat,0775)
%attr(0775,root,tomcat) %dir %{appdir}
%attr(0775,root,tomcat) %dir %{confdir}/Catalina
%attr(0775,root,tomcat) %dir %{confdir}/Catalina/localhost
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/%{name}.conf
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/*.policy
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/*.properties
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/context.xml
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/server.xml
%attr(0660,tomcat,tomcat) %config(noreplace) %{confdir}/tomcat-users.xml
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/web.xml
%dir %{homedir}
%dir %{bindir}
%{bindir}/bootstrap.jar
%{bindir}/catalina-tasks.xml
%{homedir}/lib
%{homedir}/temp
%{homedir}/webapps
%{homedir}/work
%{homedir}/logs
%{homedir}/conf

%files admin-webapps
%defattr(0664,root,tomcat,0755)
%{appdir}/host-manager
%{appdir}/manager

%files docs-webapp
%{appdir}/docs

%files javadoc
%{_javadocdir}/%{name}

%files jsp-%{jspspec}-api
%{_javadir}/%{name}-jsp-%{jspspec}*.jar
%{_javadir}/%{name}-jsp-api.jar
%{_mavenpomdir}/JPP-%{name}-tomcat-jsp-api.pom

%files lib
%{libdir}
%{bindir}/tomcat-juli.jar
%{_mavendepmapfragdir}/%{name}
%{_mavenpomdir}/JPP.%{name}-annotations-api.pom
%{_mavenpomdir}/JPP.%{name}-catalina-ha.pom
%{_mavenpomdir}/JPP.%{name}-catalina-tribes.pom
%{_mavenpomdir}/JPP.%{name}-catalina.pom
%{_mavenpomdir}/JPP.%{name}-jasper-el.pom
%{_mavenpomdir}/JPP.%{name}-jasper.pom
%{_mavenpomdir}/JPP.%{name}-tomcat-api.pom
%{_mavenpomdir}/JPP.%{name}-tomcat-juli.pom
%{_mavenpomdir}/JPP.%{name}-tomcat-util.pom
%exclude %{libdir}/%{name}-el-%{elspec}-api.jar

%files servlet-%{servletspec}-api
%doc LICENSE
%{_javadir}/%{name}-servlet-%{servletspec}*.jar
%{_javadir}/%{name}-servlet-api.jar
%{_mavendepmapfragdir}/%{name}-servlet-api
%{_mavenpomdir}/JPP-%{name}-tomcat-servlet-api.pom

%files el-%{elspec}-api
%doc LICENSE
%{_javadir}/%{name}-el-%{elspec}-api.jar
%{_javadir}/%{name}-el-api.jar
%{libdir}/%{name}-el-%{elspec}-api.jar
%{_mavenpomdir}/JPP-%{name}-tomcat-el-api.pom

%files webapps
%defattr(0644,tomcat,tomcat,0755)
%{appdir}/ROOT
%{appdir}/examples
%{appdir}/sample

%files jsvc
%defattr(755,root,root,0755)
%attr(0644,root,root) %{_unitdir}/%{name}-jsvc.service


%changelog

* Fri Mar 04 2016 Denis Silakov <dsilakov@gmail.com> 7.0.68-12
- (9cb5a7d) Updated to 7.0.68



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26173 |14mu|tomcat-7.0.68-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _libexecdir /usr/libexec

%global jspspec 2.2
%global major_version 7
%global minor_version 0
%global micro_version 68
%global packdname apache-tomcat-%{version}-src
%global servletspec 3.0
%global elspec 2.2
%global tcuid 91

# FHS 2.3 compliant tree structure - http://www.pathname.com/fhs/2.3/
%global basedir %{_var}/lib/%{name}
%global appdir %{basedir}/webapps
%global homedir %{_datadir}/%{name}
%global bindir %{homedir}/bin
%global confdir %{_sysconfdir}/%{name}
%global libdir %{_javadir}/%{name}
%global logdir %{_var}/log/%{name}
%global cachedir %{_var}/cache/%{name}
%global tempdir %{cachedir}/temp
%global workdir %{cachedir}/work
%global _systemddir /lib/systemd/system

Summary:	Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
Name:		tomcat
Version:	%{major_version}.%{minor_version}.%{micro_version}
Release:	13
Group:		Networking/WWW
License:	ASL 2.0
Url:		http://tomcat.apache.org/
Source0:	http://www.apache.org/dist/tomcat/tomcat-%{major_version}/v%{version}/src/%{packdname}.tar.gz
Source1:	%{name}-%{major_version}.%{minor_version}.conf
Source3:	%{name}-%{major_version}.%{minor_version}.sysconfig
Source4:	%{name}-%{major_version}.%{minor_version}.wrapper
Source5:	%{name}-%{major_version}.%{minor_version}.logrotate
Source6:	%{name}-%{major_version}.%{minor_version}-digest.script
Source7:	%{name}-%{major_version}.%{minor_version}-tool-wrapper.script
Source8:	servlet-api-OSGi-MANIFEST.MF
Source9:	jsp-api-OSGi-MANIFEST.MF
Source10:	%{name}-%{major_version}.%{minor_version}-log4j.properties
Source11:	%{name}-%{major_version}.%{minor_version}.service
Source12:	el-api-OSGi-MANIFEST.MF
Source13:	jasper-el-OSGi-MANIFEST.MF
Source14:	jasper-OSGi-MANIFEST.MF
Source15:	tomcat-api-OSGi-MANIFEST.MF
Source16:	tomcat-juli-OSGi-MANIFEST.MF
Source20:      %{name}-%{major_version}.%{minor_version}-jsvc.service
Source21:      tomcat-functions
Source30:      tomcat-preamble
Source31:      tomcat-server
Source32:      tomcat-named.service

Patch0:		%{name}-%{major_version}.%{minor_version}-bootstrap-MANIFEST.MF.patch
Patch1:		%{name}-%{major_version}.%{minor_version}-tomcat-users-webapp.patch
BuildArch:	noarch

BuildRequires:	ant
BuildRequires:	ecj
BuildRequires:	findutils
BuildRequires:	commons-collections
BuildRequires:	apache-commons-daemon
BuildRequires:	apache-commons-dbcp
BuildRequires:	apache-commons-pool
BuildRequires:	jakarta-taglibs-standard
BuildRequires:	java-1.8.0-openjdk-devel
BuildRequires:	jpackage-utils >= 0:1.7.0
BuildRequires:	junit
BuildRequires:	log4j
BuildRequires:	jaxrpc
BuildRequires:	wsdl4j
BuildRequires:	java-rpmbuild
BuildRequires:	zip
BuildRequires: systemd-units
Requires:	apache-commons-daemon
Requires:	apache-commons-logging
Requires:	apache-commons-collections
Requires:	apache-commons-dbcp
Requires:	apache-commons-pool
Requires:	java >= 0:1.6.0
Requires:	procps
Requires:	%{name}-lib = %{version}-%{release}
Requires(pre):	shadow-utils
Requires(post):	chkconfig
Requires(preun):	chkconfig
Requires(post):	jpackage-utils
Requires(postun):	jpackage-utils
Requires(post):   systemd
Requires(post):   systemd-units
Requires(preun):  systemd-units
Requires(postun): systemd-units

%description
Tomcat is the servlet container that is used in the official Reference
Implementation for the Java Servlet and JavaServer Pages technologies.
The Java Servlet and JavaServer Pages specifications are developed by
Sun under the Java Community Process.

Tomcat is developed in an open and participatory environment and
released under the Apache Software License version 2.0. Tomcat is intended
to be a collaboration of the best-of-breed developers from around the world.

%package admin-webapps
Group:		Networking/WWW
Summary:	The host-manager and manager web applications for Apache Tomcat
Requires:	%{name} = %{version}-%{release}

%description admin-webapps
The host-manager and manager web applications for Apache Tomcat.

%package docs-webapp
Group:		Networking/WWW
Summary:	The docs web application for Apache Tomcat
Requires:	%{name} = %{version}-%{release}

%description docs-webapp
The docs web application for Apache Tomcat.

%package javadoc
Group:		Development/Java
Summary:	Javadoc generated documentation for Apache Tomcat
Requires:	jpackage-utils

%description javadoc
Javadoc generated documentation for Apache Tomcat.

%package jsvc
Group: Development/Java
Summary: Apache jsvc wrapper for Apache Tomcat as separate service
Requires: %{name} = %{version}-%{release}
Requires: %{name}-lib = %{version}-%{release}
Requires: apache-commons-daemon-jsvc

%description jsvc
Systemd service and wrapper scripts to start tomcat with jsvc,
which allows tomcat to perform some privileged operations
(e.g. bind to a port < 1024) and then switch identity to a non-privileged user.

%package jsp-%{jspspec}-api
Group:		Development/Java
Summary:	Apache Tomcat JSP API implementation classes
Provides:	jsp = %{jspspec}
Provides:	jsp22
Requires:	%{name}-servlet-%{servletspec}-api = %{version}-%{release}
Requires(post):	chkconfig
Requires(postun):	chkconfig

%description jsp-%{jspspec}-api
Apache Tomcat JSP API implementation classes.


%package lib
Group:		Development/Java
Summary:	Libraries needed to run the Tomcat Web container
Requires:	%{name}-jsp-%{jspspec}-api = %{version}-%{release}
Requires:	%{name}-servlet-%{servletspec}-api = %{version}-%{release}
Requires:	%{name}-el-%{elspec}-api = %{version}-%{release}
Requires:	ecj
Requires:	apache-commons-collections
Requires:	apache-commons-dbcp
Requires:	apache-commons-pool
Requires(preun):	coreutils

%description lib
Libraries needed to run the Tomcat Web container.

%package servlet-%{servletspec}-api
Group:		Development/Java
Summary:	Apache Tomcat Servlet API implementation classes
Provides:	servlet = %{servletspec}
Provides:	servlet6
Provides:	servlet3
Requires(post):	chkconfig
Requires(postun):	chkconfig

%description servlet-%{servletspec}-api
Apache Tomcat Servlet API implementation classes.

%package el-%{elspec}-api
Group:		Development/Java
Summary:	Expression Language v1.0 API
Provides:	el_1_0_api = %{version}-%{release}
Provides:	el_api = %{elspec}
Requires(post):	chkconfig
Requires(postun):	chkconfig

%description el-%{elspec}-api
Expression Language 1.0.

%package webapps
Group:		Networking/WWW
Summary:	The ROOT and examples web applications for Apache Tomcat
Requires:	%{name} = %{version}-%{release}
Requires:	jakarta-taglibs-standard >= 0:1.1

%description webapps
The ROOT and examples web applications for Apache Tomcat.

%prep
%setup -q -n %{packdname}
# remove pre-built binaries and windows files
find . -type f \( -name "*.bat" -o -name "*.class" -o -name Thumbs.db -o -name "*.gz" -o \
   -name "*.jar" -o -name "*.war" -o -name "*.zip" \) -delete

%patch0 -p0
%patch1 -p0
ln -s $(build-classpath jakarta-taglibs-core) webapps/examples/WEB-INF/lib/jstl.jar
ln -s $(build-classpath jakarta-taglibs-standard) webapps/examples/WEB-INF/lib/standard.jar

rm java/org/apache/jasper/compiler/JDTCompiler.java

%build
export OPT_JAR_LIST="xalan-j2-serializer"
   # we don't care about the tarballs and we're going to replace
   # tomcat-dbcp.jar with apache-commons-{collections,dbcp,pool}-tomcat5.jar
   # so just create a dummy file for later removal
   touch HACK
   mkdir -p HACKDIR
   touch HACKDIR/build.xml
   # who needs a build.properties file anyway
   ant -Dbase.path="." \
      -Dbuild.compiler="modern" \
      -Dcommons-collections.jar="$(build-classpath commons-collections)" \
      -Dcommons-daemon.jar="$(build-classpath commons-daemon)" \
      -Dcommons-daemon.native.src.tgz="HACK" \
      -Djasper-jdt.jar="$(build-classpath ecj)" \
      -Djdt.jar="$(build-classpath ecj)" \
      -Dtomcat-dbcp.jar="$(build-classpath apache-commons-dbcp)" \
      -Dtomcat-native.tar.gz="HACK" \
      -Dtomcat-native.home="." \
      -Dcommons-daemon.native.win.mgr.exe="HACK" \
      -Dnsis.exe="HACK" \
      -Djaxrpc-lib.jar="$(build-classpath jaxrpc)" \
      -Dwsdl4j-lib.jar="$(build-classpath wsdl4j)" \
      -Dcommons-pool.home="HACKDIR" \
      -Dcommons-dbcp.home="HACKDIR" \
      -Dno.build.dbcp=true \
      -Dversion="%{version}" \
      -Djava.7.home=%{java_home} \
      -Dversion.build="%{micro_version}" \
      deploy dist-prepare dist-source javadoc

    # remove some jars that we'll replace with symlinks later
   rm output/build/bin/commons-daemon.jar \
           output/build/lib/ecj.jar
    # remove the cruft we created
   rm output/build/bin/tomcat-native.tar.gz
pushd output/dist/src/webapps/docs/appdev/sample/src
mkdir -p ../web/WEB-INF/classes
javac -cp ../../../../../../../../output/build/lib/servlet-api.jar -d ../web/WEB-INF/classes mypackage/Hello.java
pushd ../web
jar cf ../../../../../../../../output/build/webapps/docs/appdev/sample/sample.war *
popd
popd

# inject OSGi manifests
mkdir -p META-INF
cp -p %{SOURCE8} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip output/build/lib/servlet-api.jar META-INF/MANIFEST.MF
cp -p %{SOURCE9} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip output/build/lib/jsp-api.jar META-INF/MANIFEST.MF
cp -p %{SOURCE12} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip output/build/lib/el-api.jar META-INF/MANIFEST.MF
cp -p %{SOURCE13} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip output/build/lib/jasper-el.jar META-INF/MANIFEST.MF
cp -p %{SOURCE14} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip output/build/lib/jasper.jar META-INF/MANIFEST.MF
cp -p %{SOURCE15} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip output/build/lib/tomcat-api.jar META-INF/MANIFEST.MF
cp -p %{SOURCE16} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip output/build/bin/tomcat-juli.jar META-INF/MANIFEST.MF

%install
# build initial path structure
install -d -m 0755 %{buildroot}%{_bindir}
install -d -m 0755 %{buildroot}%{_sbindir}
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
install -d -m 0755 %{buildroot}%{_systemddir}
install -d -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d
install -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig
install -d -m 0755 %{buildroot}%{appdir}
install -d -m 0755 %{buildroot}%{bindir}
install -d -m 0775 %{buildroot}%{confdir}
install -d -m 0775 %{buildroot}%{confdir}/Catalina/localhost
install -d -m 0755 %{buildroot}%{libdir}
install -d -m 0775 %{buildroot}%{logdir}
/bin/touch %{buildroot}%{logdir}/catalina.out
/bin/echo "%{name}-%{major_version}.%{minor_version}.%{micro_version} RPM installed" >> %{buildroot}%{logdir}/catalina.out
install -d -m 0775 %{buildroot}%{homedir}
install -d -m 0775 %{buildroot}%{tempdir}
install -d -m 0775 %{buildroot}%{workdir}
install -d -m 0755 %{buildroot}%{_unitdir}
install -d -m 0755 %{buildroot}%{_libexecdir}/%{name}

# move things into place
# First copy supporting libs to tomcat lib
pushd output/build
    cp -a bin/*.{jar,xml} %{buildroot}%{bindir}
    cp %{SOURCE10} conf/log4j.properties
    cp -a conf/*.{policy,properties,xml} %{buildroot}%{confdir}
    cp -a lib/*.jar %{buildroot}%{libdir}
    cp -a webapps/* %{buildroot}%{appdir}
popd
# javadoc
cp -a output/dist/webapps/docs/api/* %{buildroot}%{_javadocdir}/%{name}

%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
   -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
   -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE1} \
    > %{buildroot}%{confdir}/%{name}.conf
%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
   -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
   -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE3} \
    > %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m 0644 %{SOURCE4} \
    %{buildroot}%{_sbindir}/%{name}
install -m 0644 %{SOURCE11} \
    %{buildroot}%{_systemddir}/%{name}.service
install -m 0644 %{SOURCE20} \
    %{buildroot}%{_unitdir}/%{name}-jsvc.service
ln -s %{name} %{buildroot}%{_sbindir}/d%{name}
%{__sed} -e "s|\@\@\@TCLOG\@\@\@|%{logdir}|g" %{SOURCE5} \
    > %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
   -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
   -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE6} \
    > %{buildroot}%{_bindir}/%{name}-digest
%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
   -e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
   -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE7} \
    > %{buildroot}%{_bindir}/%{name}-tool-wrapper

install -m 0644 %{SOURCE21} \
    %{buildroot}%{_libexecdir}/%{name}/functions
install -m 0755 %{SOURCE30} \
    %{buildroot}%{_libexecdir}/%{name}/preamble
install -m 0755 %{SOURCE31} \
    %{buildroot}%{_libexecdir}/%{name}/server
install -m 0644 %{SOURCE32} \
    %{buildroot}%{_unitdir}/%{name}@.service


# create jsp and servlet API symlinks
pushd %{buildroot}%{_javadir}
   mv %{name}/jsp-api.jar %{name}-jsp-%{jspspec}-api.jar
   ln -s %{name}-jsp-%{jspspec}-api.jar %{name}-jsp-api.jar
   mv %{name}/servlet-api.jar %{name}-servlet-%{servletspec}-api.jar
   ln -s %{name}-servlet-%{servletspec}-api.jar %{name}-servlet-api.jar
   mv %{name}/el-api.jar %{name}-el-%{elspec}-api.jar
   ln -s %{name}-el-%{elspec}-api.jar %{name}-el-api.jar
popd

pushd output/build
    %{_bindir}/build-jar-repository lib commons-collections \
                                        apache-commons-dbcp apache-commons-pool ecj 2>&1
    # need to use -p here with b-j-r otherwise the examples webapp fails to
    # load with a java.io.IOException
    %{_bindir}/build-jar-repository -p webapps/examples/WEB-INF/lib \
    taglibs-core.jar taglibs-standard.jar 2>&1
popd

pushd %{buildroot}%{libdir}
    # symlink JSP and servlet API jars
    ln -s ../%{name}-jsp-%{jspspec}-api.jar .
    ln -s ../%{name}-servlet-%{servletspec}-api.jar .
    ln -s ../%{name}-el-%{elspec}-api.jar .
    ln -s $(build-classpath commons-collections) commons-collections.jar
    ln -s $(build-classpath apache-commons-dbcp) commons-dbcp.jar
    ln -s $(build-classpath log4j) log4j.jar
    ln -s $(build-classpath ecj) jasper-jdt.jar

    # Link the juli jar here from /usr/share/java/tomcat
    ln -s %{bindir}/tomcat-juli.jar .
popd

# symlink to the FHS locations where we've installed things
pushd %{buildroot}%{homedir}
    ln -s %{appdir} webapps
    ln -s %{confdir} conf
    ln -s %{libdir} lib
    ln -s %{logdir} logs
    ln -s %{tempdir} temp
    ln -s %{workdir} work
popd

# install sample webapp
mkdir -p %{buildroot}%{appdir}/sample
pushd %{buildroot}%{appdir}/sample
%{jar} xf %{buildroot}%{appdir}/docs/appdev/sample/sample.war
popd
rm %{buildroot}%{appdir}/docs/appdev/sample/sample.war


# Generate a depmap fragment javax.servlet:servlet-api pointing to
# tomcat-servlet-3.0-api for backwards compatibility
%add_to_maven_depmap javax.servlet servlet-api %{servletspec} JPP %{name}-servlet-%{servletspec}-api
# also provide jetty depmap (originally in jetty package, but it's cleaner to have it here)
%add_to_maven_depmap org.mortbay.jetty servlet-api %{servletspec} JPP %{name}-servlet-%{servletspec}-api
mv %{buildroot}%{_mavendepmapfragdir}/%{name} %{buildroot}%{_mavendepmapfragdir}/%{name}-servlet-api

# Install the maven metadata
install -d -m 0755 %{buildroot}%{_mavenpomdir}
pushd output/dist/src/res/maven
for pom in *.pom; do
    # fix-up version in all pom files
    sed -i 's/@MAVEN.DEPLOY.VERSION@/%{version}/g' $pom
done

# we won't install dbcp, juli-adapters and juli-extras pom files
for pom in tomcat-annotations-api.pom tomcat-catalina.pom tomcat-jasper-el.pom tomcat-jasper.pom \
           tomcat-catalina-ha.pom ; do
    cp -a $pom %{buildroot}%{_mavenpomdir}/JPP.$pom
    base=`basename $pom .pom`
    %add_to_maven_depmap org.apache.tomcat $base %{version} JPP/%{name} $base
done

# servlet-api jsp-api and el-api are not in tomcat subdir, since they are widely re-used elsewhere
for pom in tomcat-jsp-api.pom tomcat-servlet-api.pom tomcat-el-api.pom;do
    cp -a $pom %{buildroot}%{_mavenpomdir}/JPP-%{name}-$pom
    base=`basename $pom .pom`
    %add_to_maven_depmap org.apache.tomcat $base %{version} JPP %{name}-$base
done

# two special pom where jar files have different names
cp -a tomcat-tribes.pom %{buildroot}%{_mavenpomdir}/JPP.%{name}-catalina-tribes.pom
%add_to_maven_depmap org.apache.tomcat tribes %{version} JPP/%{name} catalina-tribes

cp -a tomcat-juli.pom %{buildroot}%{_mavenpomdir}/JPP.%{name}-tomcat-juli.pom
%add_to_maven_depmap org.apache.tomcat juli %{version} JPP/%{name} tomcat-juli

cp -a tomcat-util.pom %{buildroot}%{_mavenpomdir}/JPP.%{name}-tomcat-util.pom
%add_to_maven_depmap org.apache.tomcat util %{version} JPP/%{name} tomcat-util

cp -a tomcat-api.pom %{buildroot}%{_mavenpomdir}/JPP.%{name}-tomcat-api.pom
%add_to_maven_depmap org.apache.tomcat api %{version} JPP/%{name} tomcat-api

%pre
# add the tomcat user and group
%{_sbindir}/groupadd -g %{tcuid} -r tomcat 2>/dev/null || :
%{_sbindir}/useradd -c "Apache Tomcat" -u %{tcuid} -g tomcat \
    -s /bin/nologin -r -d %{homedir} tomcat 2>/dev/null || :

%post
%update_maven_depmap
%systemd_post %{name}.service

%post jsp-%{jspspec}-api
%{_sbindir}/update-alternatives --install %{_javadir}/jsp.jar jsp \
    %{_javadir}/%{name}-jsp-%{jspspec}-api.jar 20100

%post servlet-%{servletspec}-api
%{_sbindir}/update-alternatives --install %{_javadir}/servlet.jar servlet \
    %{_javadir}/%{name}-servlet-%{servletspec}-api.jar 20500
%update_maven_depmap

%post el-%{elspec}-api
%{_sbindir}/update-alternatives --install %{_javadir}/elspec.jar elspec \
   %{_javadir}/%{name}-el-%{elspec}-api.jar 20250

%preun
# clean tempdir and workdir on removal or upgrade
rm -rf %{workdir}/* %{tempdir}/*
%systemd_preun %{name}.service

%postun
%update_maven_depmap
%systemd_postun_with_restart %{name}.service

%postun jsp-%{jspspec}-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove jsp \
        %{_javadir}/%{name}-jsp-%{jspspec}-api.jar
fi

%postun servlet-%{servletspec}-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove servlet \
        %{_javadir}/%{name}-servlet-%{servletspec}-api.jar
    %update_maven_depmap
fi

%postun el-%{elspec}-api
if [ "$1" = "0" ]; then
    %{_sbindir}/update-alternatives --remove elspec \
        %{_javadir}/%{name}-el-%{elspec}-api.jar
fi

%files
%defattr(0664,root,tomcat,0755)
%doc {LICENSE,NOTICE,RELEASE*}
%attr(0755,root,root) %{_bindir}/%{name}-digest
%attr(0755,root,root) %{_bindir}/%{name}-tool-wrapper
%attr(0755,root,root) %{_sbindir}/d%{name}
%attr(0755,root,root) %{_sbindir}/%{name}
%attr(0644,root,root) %{_systemddir}/%{name}.service
%attr(0644,root,root) %{_unitdir}/%{name}@.service
%attr(0755,root,root) %dir %{_libexecdir}/%{name}
%attr(0644,root,root) %{_libexecdir}/%{name}/functions
%attr(0755,root,root) %{_libexecdir}/%{name}/preamble
%attr(0755,root,root) %{_libexecdir}/%{name}/server
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%attr(0765,root,tomcat) %dir %{basedir}
%attr(0755,root,tomcat) %dir %{confdir}
%defattr(0664,root,tomcat,0770)
%attr(0770,root,tomcat) %dir %{logdir}
%attr(0660,tomcat,tomcat) %{logdir}/catalina.out
%attr(0770,root,tomcat) %dir %{cachedir}
%attr(0770,root,tomcat) %dir %{tempdir}
%attr(0770,root,tomcat) %dir %{workdir}
%defattr(0664,root,tomcat,0775)
%attr(0775,root,tomcat) %dir %{appdir}
%attr(0775,root,tomcat) %dir %{confdir}/Catalina
%attr(0775,root,tomcat) %dir %{confdir}/Catalina/localhost
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/%{name}.conf
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/*.policy
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/*.properties
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/context.xml
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/server.xml
%attr(0660,tomcat,tomcat) %config(noreplace) %{confdir}/tomcat-users.xml
%attr(0664,tomcat,tomcat) %config(noreplace) %{confdir}/web.xml
%dir %{homedir}
%dir %{bindir}
%{bindir}/bootstrap.jar
%{bindir}/catalina-tasks.xml
%{homedir}/lib
%{homedir}/temp
%{homedir}/webapps
%{homedir}/work
%{homedir}/logs
%{homedir}/conf

%files admin-webapps
%defattr(0664,root,tomcat,0755)
%{appdir}/host-manager
%{appdir}/manager

%files docs-webapp
%{appdir}/docs

%files javadoc
%{_javadocdir}/%{name}

%files jsp-%{jspspec}-api
%{_javadir}/%{name}-jsp-%{jspspec}*.jar
%{_javadir}/%{name}-jsp-api.jar
%{_mavenpomdir}/JPP-%{name}-tomcat-jsp-api.pom

%files lib
%{libdir}
%{bindir}/tomcat-juli.jar
%{_mavendepmapfragdir}/%{name}
%{_mavenpomdir}/JPP.%{name}-annotations-api.pom
%{_mavenpomdir}/JPP.%{name}-catalina-ha.pom
%{_mavenpomdir}/JPP.%{name}-catalina-tribes.pom
%{_mavenpomdir}/JPP.%{name}-catalina.pom
%{_mavenpomdir}/JPP.%{name}-jasper-el.pom
%{_mavenpomdir}/JPP.%{name}-jasper.pom
%{_mavenpomdir}/JPP.%{name}-tomcat-api.pom
%{_mavenpomdir}/JPP.%{name}-tomcat-juli.pom
%{_mavenpomdir}/JPP.%{name}-tomcat-util.pom
%exclude %{libdir}/%{name}-el-%{elspec}-api.jar

%files servlet-%{servletspec}-api
%doc LICENSE
%{_javadir}/%{name}-servlet-%{servletspec}*.jar
%{_javadir}/%{name}-servlet-api.jar
%{_mavendepmapfragdir}/%{name}-servlet-api
%{_mavenpomdir}/JPP-%{name}-tomcat-servlet-api.pom

%files el-%{elspec}-api
%doc LICENSE
%{_javadir}/%{name}-el-%{elspec}-api.jar
%{_javadir}/%{name}-el-api.jar
%{libdir}/%{name}-el-%{elspec}-api.jar
%{_mavenpomdir}/JPP-%{name}-tomcat-el-api.pom

%files webapps
%defattr(0644,tomcat,tomcat,0755)
%{appdir}/ROOT
%{appdir}/examples
%{appdir}/sample

%files jsvc
%defattr(755,root,root,0755)
%attr(0644,root,root) %{_unitdir}/%{name}-jsvc.service


%changelog

* Sat Mar 05 2016 Denis Silakov <denis.silakov@rosalab.ru> 7.0.68-13
- (d02a045) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26174 |14mu|tomoe-gtk-0.6.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%define tomoe_version 0.6.0

Summary:	Tomoe-gtk for handwriting recognition
Name:		tomoe-gtk
Version:	0.6.0
Release:	15
License:	LGPLv2+
Group:		System/Internationalization
Url:		http://tomoe.sourceforge.jp/
Source0:	http://ovh.dl.sourceforge.net/sourceforge/tomoe/%{name}-%{version}.tar.gz
Patch0:		tomoe-gtk-0.6.0-underlink.patch
BuildRequires:	gtk-doc
BuildRequires:	tomoe >= %{tomoe_version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(pygtk-2.0)
BuildRequires:	pkgconfig(tomoe) >= %{tomoe_version}
Conflicts:	%{_lib}tomoe-gtk0 < 0.6.0-15

%description
Tomoe-gtk handwriting recognition.

%files -f %{name}.lang
%{_datadir}/tomoe-gtk/*.png

#----------------------------------------------------------------------------

%package python
Summary:	Python binding of Tomoe-gtk
Group:		System/Internationalization
Requires:	%{libname} = %{EVRD}

%description python
Python binding of Tomoe-gtk.

%files python
%{python_sitearch}/gtk-2.0/*.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Tomoe-gtk library
Group:		System/Libraries
Requires:	%{name}

%description -n %{libname}
Tomoe-gtk library.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Headers of %{name} for development.

%files -n %{devname}
%doc AUTHORS ChangeLog README TODO
%doc doc/reference/html/*
%{_includedir}/tomoe/gtk/*.h
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .underlink

%build
# force to regenerate configure
./autogen.sh

%configure2_5x \
	--disable-static \
	--without-gucharmap
%make CFLAGS="%{optflags}"

%install
%makeinstall_std

# remove docs for sigscheme (they should be installed by %doc)
rm -rf %{buildroot}%{_datadir}/gtk-doc/

%find_lang %{name}


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.0-15
- (b6533b0) Move noarch files from library to main package
- (b6533b0) Build with system optflags
- (b6533b0) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26175 |14mu|tomoyo-tools-2.5.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define date 20111025

%define major 3
%define libname %mklibname tomoyotools %{major}

Summary:	TOMOYO Linux tools
Name:		tomoyo-tools
Version:	2.5.0
Release:	5
License:	GPLv2+
Url:		http://tomoyo.sourceforge.jp/
Group:		System/Kernel and hardware
Source0:	http://osdn.dl.sourceforge.jp/tomoyo/27220/tomoyo-tools-%{version}-%{date}.tar.gz
Source1:	README.tomoyo-tools.urpmi
Source2:	tomoyo.logrotate
Source3:	tomoyo-auditd.service
BuildRequires:	help2man
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)
Conflicts:	ccs-tools < 2.5.0
Obsoletes:	ccs-tools < 2.5.0

%description
TOMOYO Linux is an extension for Linux to provide Mandatory Access Control
(MAC) functions. This package contains the tools needed to configure,
activate and manage the TOMOYO Linux MAC system and policies.

%files
%doc README.install.urpmi
%{_sysconfdir}/logrotate.d/tomoyo
%attr(700,root,root) /sbin/tomoyo-init
%{_libdir}/tomoyo/
%{_sbindir}/tomoyo*
%{_mandir}/man8/tomoyo*
%{_mandir}/man8/init_policy.8*
%{_logdir}/tomoyo/
%{_unitdir}/tomoyo-auditd.service

%post
%_add_service_helper --no-sysv %{name} $1 tomoyo-auditd.service

%preun
%_del_service_helper --no-sysv %{name} $1 tomoyo-auditd.service

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared tomoyotools library
Group:		System/Libraries
Conflicts:	%{_lib}tomoyotools1 < 2.5.0-5
Obsoletes:	%{_lib}tomoyotools1 < 2.5.0-5

%description -n %{libname}
This package provides the tomoyo shared library

%files -n %{libname}
%{_libdir}/libtomoyotools.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -qn tomoyo-tools

%build
# install library to correct path
make USRLIBDIR=%{_libdir} CFLAGS="-Wall %{optflags}"

%install
make INSTALLDIR=%{buildroot} USRLIBDIR=%{_libdir} install

install -m 644 %{SOURCE1} README.install.urpmi
install -m 644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/tomoyo
install -m 644 -D %{SOURCE3} %{buildroot}%{_unitdir}/tomoyo-auditd.service
install -m 700 -d %{buildroot}%{_logdir}/tomoyo


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.0-5
- (921319a) Fix library major
- (921319a) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26176 |14mu|totem-3.16.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api		1.0
%define major		0
%define girmajor	1.0
%define libname		%mklibname %{name} %{major}
%define girname		%mklibname %{name}-gir %{girmajor}
%define develname	%mklibname %{name} -d
%define _appdatadir %{_datadir}/appdata

Summary:	Movie player for GNOME
Name:		totem
Version:	3.16.3
Release:	2
License:	GPLv2 with exception
Group:		Video
URL:		http://projects.gnome.org/totem/
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source100:	totem.rpmlintrc

BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd45-xml
BuildRequires:	gstreamer1.0-plugins-good
BuildRequires:	gstreamer1.0-plugins-bad
BuildRequires:	gstreamer1.0-soup
BuildRequires:	gstreamer1.0-tools
BuildRequires:	gnome-common
BuildRequires:	intltool itstool
BuildRequires:	vala
BuildRequires:	vala-devel
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(gnome-doc-utils)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0) >= 1.2.4
BuildRequires:	pkgconfig(gstreamer-plugins-bad-1.0) >= 1.2.4
BuildRequires:	pkgconfig(clutter-1.0) >= 1.6.8
BuildRequires:	pkgconfig(clutter-gst-3.0) >= 3.0.4
BuildRequires:	pkgconfig(clutter-gtk-1.0)
BuildRequires:	pkgconfig(grilo-0.2) >= 0.2.0
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libepc-ui-1.0) > 0.4.0
BuildRequires:	pkgconfig(libgdata) >= 0.4.0
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libnautilus-extension) >= 2.91.3
BuildRequires:	pkgconfig(libpeas-gtk-1.0) >= 0.7.2
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(mx-1.0)
BuildRequires:	pkgconfig(pygobject-3.0)
BuildRequires:	pkgconfig(shared-mime-info)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(gsettings-desktop-schemas)
BuildRequires:	pkgconfig(gnome-icon-theme)
BuildRequires:	pkgconfig(clutter-gst-2.0)
BuildRequires:	pkgconfig(gstreamer-pbutils-1.0) >= 1.2.4
BuildRequires:	pkgconfig(totem-plparser) >= 2.32.4
BuildRequires:	pkgconfig(gnome-desktop-3.0)
BuildRequires:	gstreamer1.0-soundtouch
%ifarch %{ix86} x86_64
BuildRequires:	pkgconfig(nvtvsimple)
%endif
BuildRequires:	appstream-util >= 0.5.0


Requires:	grilo-plugins
Requires:	iso-codes
Requires:	gstreamer1.0-plugins-base
Requires:	gstreamer1.0-plugins-good
Requires:	gstreamer1.0-soup
Suggests:	gstreamer1.0-resindvd
Suggests:	gstreamer1.0-a52dec

# Must have plugins. Totem doesn't start without them
Requires:	gstreamer1.0-gstclutter
Requires:	gstreamer1.0-soundtouch 

#gw opensubtitles plugin:
Requires:	pyxdg

# python plugins
Requires:	python-dbus
Requires:	python-gi

#gw needed by the iplayer plugin
Requires:	python-httplib2
Requires:	python-feedparser
Requires:	python-beautifulsoup

Obsoletes:	%{name}-tracker < 3.4

# mozilla plugin support removed in 3.13.90
Obsoletes:	totem-mozplugin < 3.13.90-1
Obsoletes:	totem-mozilla < 3.13.90-1

%description
Totem is simple movie player for the GNOME desktop. It
features a simple playlist, a full-screen mode, seek and volume
controls, as well as a pretty complete keyboard navigation.

%files -f %{name}.lang
%doc README AUTHORS TODO NEWS
%{_bindir}/totem
%{_bindir}/totem-audio-preview
%{_bindir}/totem-video-thumbnailer
%dir %{_libdir}/totem
%dir %{_libdir}/totem/plugins/
%dir %{_libdir}/totem/plugins/im-status
%dir %{_libdir}/totem/plugins/save-file
%{_libdir}/totem/plugins/brasero-disc-recorder
%{_libdir}/totem/plugins/dbus
%{_libdir}/totem/plugins/gromit
%{_libdir}/totem/plugins/im-status/*
%{_libdir}/totem/plugins/lirc
%{_libdir}/totem/plugins/media-player-keys
%{_libdir}/totem/plugins/ontop
%{_libdir}/totem/plugins/opensubtitles
%{_libdir}/totem/plugins/properties
%{_libdir}/totem/plugins/apple-trailers
%{_libdir}/totem/plugins/autoload-subtitles
%{_libdir}/totem/plugins/recent
%{_libdir}/totem/plugins/pythonconsole
%{_libdir}/totem/plugins/rotation
%{_libdir}/totem/plugins/save-file/*
%{_libdir}/totem/plugins/screensaver
%{_libdir}/totem/plugins/screenshot
%{_libdir}/totem/plugins/skipto
%{_libdir}/totem/plugins/vimeo
%{_datadir}/applications/org.gnome.Totem.desktop
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/*.xml
%{_appdatadir}/*.xml
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/thumbnailers/totem.thumbnailer
%{_datadir}/dbus-1/services/org.gnome.Totem.service
%{_datadir}/totem
%{_mandir}/man1/*
#-------------------------------------------------------

%package nautilus
Group:		Video
Summary:	Video and Audio Properties tab for Nautilus
Requires:	%{name} = %{EVRD}
Requires:	nautilus

%description nautilus
A Nautilus extension that shows the properties of audio and video
files in the properties dialogue.

%files nautilus
%doc README AUTHORS TODO NEWS
%{_libdir}/nautilus/extensions-3.0/*
#-------------------------------------------------------

%package -n %{libname}
Group:		System/Libraries
Summary:	Shared libraries for %{name}

%description -n %{libname}
This package contains the shared libraries for %{name}.

%files -n %{libname}
%doc README AUTHORS TODO NEWS
%{_libdir}/libtotem.so.%{major}*
#-------------------------------------------------------
%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.


%files -n %{girname}
%doc README AUTHORS TODO NEWS
%{_libdir}/girepository-1.0/Totem-1.0.typelib

#-------------------------------------------------------
%package -n %{develname}
Group:		Development/C
Summary:	Devel files for %{name}
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{develname}
Devel files for %{name}.

%files -n %{develname}
%doc %{_datadir}/gtk-doc/html/%{name}
%{_libdir}/libtotem.so
%{_libdir}/pkgconfig/totem.pc
%{_includedir}/totem/%{api}/*
%{_datadir}/gir-1.0/Totem-1.0.gir
#-------------------------------------------------------


%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--disable-run-in-source-tree \
	--disable-vegas-plugin \
	--enable-easy-codec-installation

%make

%install
%makeinstall_std
find %{buildroot} -name '*.la' -exec rm -f {} ';'
%find_lang %{name} --with-gnome

#menu
MIME_TYPES=`tr '\n' , < data/mime-type-list.txt | sed -e 's/,$//'`
desktop-file-install \
	--remove-category="Application" \
	--add-category="X-MandrivaLinux-Multimedia-Video" \
	--add-category="X-MandrivaLinux-CrossDesktop" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

# appdata
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml

%changelog

* Thu Jan 14 2016 Denis Silakov <dsilakov@gmail.com> 3.16.3-2
- (45b5564) Obsolete totem-mozilla



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26177 |14mu|totem-pl-parser-3.10.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major 18
%define girmajor 1.0
%define libname %mklibname totem-plparser %{major}
%define libmini %mklibname totem-plparser-mini %{major}
%define girname %mklibname totem-plparser-gir %{girmajor}
%define develname %mklibname -d totem-plparser

Summary:	Playlist parser library from the Totem Movie Player
Name:		totem-pl-parser
Version:	3.10.5
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.hadess.net/totem.php3
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildRequires:	gnome-common
BuildRequires:	intltool
BuildRequires:	pkgconfig(gmime-2.6)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk-doc)
BuildRequires:	pkgconfig(libarchive)
BuildRequires:	pkgconfig(libquvi)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:  libgcrypt-devel

%description
Shared library used by totem.

%package i18n
Summary:	Playlist parser library from the Totem Movie Player
Group:		System/Internationalization

%description i18n
This package contains the translations for %{name}.

%package -n %{libname}
Summary:	Playlist parser library from the Totem Movie Player
Group:		System/Libraries
Suggests:	%{name}-i18n >= %{version}-%{release}

%description -n %{libname}
Shared library used by totem.

%package -n %{libmini}
Summary:	Playlist parser library from the Totem Movie Player
Group:		System/Libraries

%description -n %{libmini}
Shared library used by totem - minimal version.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n	%{develname}
Summary:	Development libraries, include files for totem playlist parser
Group:		Development/GNOME and GTK+
Provides:	totem-plparser-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{libmini} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Conflicts: 	%{_lib}totem-plparser0-devel
Obsoletes:	%{mklibname -d totem-plparser 7} < 3.4.2

%description -n	%{develname}
Development libraries, include files for totem playlist parser

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static

%make LIBS='-lgcrypt -lgmodule-2.0'

%install
%makeinstall_std

%find_lang %{name}

%files i18n -f %{name}.lang
%doc README NEWS

%files -n %{libname}
%{_libdir}/libtotem-plparser.so.%{major}*

%files -n %{libmini}
%{_libdir}/libtotem-plparser-mini.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/TotemPlParser-%{girmajor}.typelib

%files -n %{develname}
%doc ChangeLog AUTHORS
%doc %{_datadir}/gtk-doc/html/*
%{_libdir}/*.so
%{_datadir}/gir-1.0/TotemPlParser-%{girmajor}.gir
%{_libdir}/pkgconfig/*
%{_includedir}/%{name}


%changelog

* Fri May 01 2015 Tigro <ashejn@yandex-team.ru> 3.10.5-1
- (240cf6e) update to 3.10.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26178 |14mu|traceroute-2.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Traces the route taken by packets over an IPv4/IPv6 network
Name:		traceroute
Version:	2.1.0
Release:	3
License:	GPLv2+
Group:		Monitoring
Url:		http://traceroute.sourceforge.net/
Source0:	https://sourceforge.net/projects/traceroute/files/traceroute/%{name}-%{version}/%{name}-%{version}.tar.gz
Patch0:		traceroute-2.0.21-optflags.patch

%description
New implementation of the traceroute utility for modern Linux systems.
Backward compatible with the traditional traceroute. Supports both IPv4
and IPv6, additional types of trace (including TCP), allows some traces
for unprivileged users.

The traceroute utility displays the route used by IP packets on their
way to a specified network (or Internet) host.Traceroute displays
the IP number and host name (if possible) of the machines along the
route taken by the packets.Traceroute is used as a network debugging
tool.If you're having network connectivity problems, traceroute will
show you where the trouble is coming from along the route.

Install traceroute if you need a tool for diagnosing network connectivity
problems.

%files
%doc README TODO CREDITS
%{_bindir}/*
%{_mandir}/man8/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%make CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
%makeinstall_std prefix=%{_prefix} bindir=%{_bindir} mandir=%{_mandir}

install -d %{buildroot}%{_bindir}
install -m755 wrappers/tcptraceroute %{buildroot}%{_bindir}

install -d %{buildroot}%{_mandir}/man8
install -p -m644 traceroute/traceroute.8 %{buildroot}%{_mandir}/man8
pushd %{buildroot}%{_mandir}/man8
ln -s traceroute.8 tcptraceroute.8
popd

%changelog

* Fri Jul 15 2016 Denis Silakov <dsilakov@gmail.com> 2.1.0-3
- (f6ca9a1) Fix man pages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26179 |14mu|tracker-1.4.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define major	0
%define api	1.0
%define libname	%mklibname %{name} %{api} %{major}
%define girname	%mklibname %{name}-gir %{api}
%define devname	%mklibname %{name} -d

%define build_evo 0
%define build_doc 0

#gw libtracker-common is in the main package and not provided
%define __noautoreq 'devel\\(libtracker-common\\|devel\\(libtracker-data'

Summary:	Desktop-neutral metadata-based search framework
Name:		tracker
Version:	1.4.2
Release:	1
License:	GPLv2+ and LGPLv2+
Group:		Graphical desktop/GNOME
URL:		http://www.tracker-project.org
Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		tracker-linkage.patch

BuildRequires: desktop-file-utils
BuildRequires: glib2.0-common
BuildRequires: xsltproc
BuildRequires: firefox
BuildRequires: intltool
BuildRequires: mozilla-thunderbird
BuildRequires: giflib-devel
BuildRequires: tiff-devel
BuildRequires: jpeg-devel
BuildRequires: pkgconfig(libvala-0.28)
BuildRequires: vala-tools
BuildRequires: libunistring-devel
BuildRequires: pkgconfig(camel-1.2)
BuildRequires: pkgconfig(evolution-data-server-1.2) >= 3.12
BuildRequires: pkgconfig(evolution-shell-3.0) >= 3.12
BuildRequires: pkgconfig(exempi-2.0) >= 2.1.0
BuildRequires: pkgconfig(flac) >= 1.2.1
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.12.0
BuildRequires: pkgconfig(gee-1.0) >= 0.3
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.28.0
BuildRequires: pkgconfig(glib-2.0) >= 2.28.0
BuildRequires: pkgconfig(gmodule-2.0) >= 2.28.0
BuildRequires: pkgconfig(gnome-keyring-1) >= 2.26
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
BuildRequires: pkgconfig(gstreamer-tag-1.0)
BuildRequires: pkgconfig(gthread-2.0) >= 2.28.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires: pkgconfig(libcue)
BuildRequires: pkgconfig(libexif) >= 0.6
BuildRequires: pkgconfig(libebackend-1.2)
BuildRequires: pkgconfig(libgsf-1) >= 1.13
BuildRequires: pkgconfig(libiptcdata)
BuildRequires: pkgconfig(libnm-glib) >= 0.8
BuildRequires: pkgconfig(libnm-glib-vpn)
BuildRequires: pkgconfig(libpng) >= 1.2
BuildRequires: pkgconfig(libstreamanalyzer) >= 0.7.0
BuildRequires: pkgconfig(libxine) >= 1.0
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
BuildRequires: pkgconfig(pango) >= 1.0.0
BuildRequires: pkgconfig(poppler-glib) >= 0.16.0
BuildRequires: pkgconfig(rest-0.7) >= 0.6
BuildRequires: pkgconfig(sqlite3) >= 3.7.0
BuildRequires: pkgconfig(taglib_c) >= 1.6
BuildRequires: pkgconfig(totem-plparser)
BuildRequires: pkgconfig(upower-glib) >= 0.9.0
BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(vorbisfile) >= 0.22
BuildRequires: pkgconfig(libmediaart-1.0)

Requires:	odt2txt

Obsoletes:     tracker-applet < %{version}
Provides:      tracker-applet = %{version}

%description
Tracker is a framework designed to extract information and metadata about your 
personal data so that it can be searched easily and quickly. Tracker is
desktop-neutral, fast and resource efficient.

%package common
Summary:	Graphical search tool for Tracker search framework
Group:		Graphical desktop/GNOME
Requires:	%{name} = %{version}

%description common
Tracker is a tool designed to extract information and metadata about your 
personal data so that it can be searched easily and quickly. Tracker is
desktop-neutral, fast and resource efficient. This package contains common
files for the tracker framework.

%package preferences
Summary:	Configuration tool for Tracker search framework
Group:		Graphical desktop/GNOME
Requires:	%{name} = %{version}-%{release}
Requires:	%{name}-common = %{version}-%{release}

%description preferences
Tracker is a tool designed to extract information and metadata about your 
personal data so that it can be searched easily and quickly. Tracker is
desktop-neutral, fast and resource efficient. This package contains the
GNOME-based configuration tool for the tracker framework.

%if %{build_evo}
%package -n evolution-tracker
Group:Networking/Mail
Summary: Integrate Evolution with the Tracker desktop search
Requires: evolution
Requires:	%{name} = %{version}-%{release}
BuildRequires:	pkgconfig(evolution-plugin-3.0)

%description -n evolution-tracker
Tracker is a tool designed to extract information and metadata about your 
personal data so that it can be searched easily and quickly. Tracker is
desktop-neutral, fast and resource efficient. This package contains an
evolution plugin for Tracker integration.
%endif

%package -n nautilus-tracker
Group: Graphical desktop/GNOME
Summary: Nautilus integration of tracker
Requires:	%{name} = %{version}-%{release}
BuildRequires: nautilus-devel

%description -n nautilus-tracker
Tracker is a tool designed to extract information and metadata about your 
personal data so that it can be searched easily and quickly. Tracker is
desktop-neutral, fast and resource efficient. This package contains an
nautilus plugin for Tracker integration.

%package firefox-plugin
Summary:        A simple bookmark exporter for Tracker
Group:		Graphical desktop/GNOME
Requires:       %{name} = %{version}-%{release}

%description firefox-plugin
This Firefox addon exports your bookmarks to Tracker, so that you can search
for them for example using tracker-needle.

%package thunderbird-plugin
Summary:        Thunderbird extension to export mails to Tracker
Group:		Graphical desktop/GNOME
Requires:       %{name} = %{version}-%{release}

%description thunderbird-plugin
A simple Thunderbird extension to export mails to Tracker.

%package -n %{libname}
Group:		System/Libraries
Summary:	Shared library of Tracker

%description -n %{libname}
Tracker is a tool designed to extract information and metadata about your 
personal data so that it can be searched easily and quickly. Tracker is
desktop-neutral, fast and resource efficient.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries

%description -n %{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Group:		Development/C
Summary:	Development library of Tracker
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{mklibname tracker 0 -d}

%description -n %{devname}
Tracker is a tool designed to extract information and metadata about your 
personal data so that it can be searched easily and quickly. Tracker is
desktop-neutral, fast and resource efficient.

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--enable-libflac \
	--disable-functional-tests \
%if %{build_doc}
	--enable-gtk-doc \
%endif
	--enable-libvorbis \
%if !%{build_evo}
	--disable-miner-evolution \
%else
	--enable-miner-evolution \
%endif
    --with-firefox-plugin-dir=%{_libdir}/firefox/extensions         \
    --with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions 

%make

%install
%makeinstall_std
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
rm -rf %{buildroot}%{_datadir}/tracker-tests

%find_lang %{name}

# do not start under KDE
desktop-file-install \
	--dir=%{buildroot}/%{_sysconfdir}/xdg/autostart \
	--remove-only-show-in=KDE \
	%{buildroot}/%{_sysconfdir}/xdg/autostart/*.desktop

%files -f %{name}.lang
%doc README NEWS AUTHORS ChangeLog
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-miner-fs.desktop
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-store.desktop
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-extract.desktop
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-miner-apps.desktop
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-miner-user-guides.desktop
%{_bindir}/%{name}-control
%{_bindir}/%{name}-import
%{_bindir}/%{name}-info
%{_bindir}/%{name}-needle
%{_bindir}/%{name}-search
%{_bindir}/%{name}-sparql
%{_bindir}/%{name}-stats
%{_bindir}/%{name}-tag
%{_bindir}/%{name}
%{_datadir}/%{name}
%dir %{_libdir}/%{name}-%{api}/extract-modules
%dir %{_libdir}/%{name}-%{api}/writeback-modules
%{_libdir}/%{name}-%{api}/extract-modules/*.so
%{_libdir}/%{name}-%{api}/writeback-modules/*.so
%{_libexecdir}/%{name}-extract
%{_libexecdir}/%{name}-miner-fs
%{_libexecdir}/%{name}-store
%{_libexecdir}/%{name}-writeback
%{_libexecdir}/%{name}-miner-apps
%{_libexecdir}/%{name}-miner-user-guides
%{_datadir}/appdata/*.xml
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner*
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Writeback.service
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.service
%{_datadir}/applications/tracker-needle.desktop
%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.*
%{_datadir}/bash-completion/completions/tracker
%{_mandir}/man1/tracker-*.1*
%{_mandir}/man5/%{name}*.5*
%exclude %{_mandir}/man1/tracker-preferences.1*

%files common
%{_iconsdir}/hicolor/*/apps/%{name}.*

%files preferences
%{_bindir}/tracker-preferences
%{_datadir}/applications/tracker-preferences.desktop
%{_mandir}/man1/tracker-preferences.1*

%files -n %{libname}
%{_libdir}/libtracker-miner-%{api}.so.%{major}*
%{_libdir}/libtracker-sparql-%{api}.so.%{major}*
%{_libdir}/libtracker-control-%{api}.so.%{major}*
%{_libdir}/%{name}-%{api}/libtracker-*.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/Tracker-%{api}.typelib
%{_libdir}/girepository-1.0/TrackerMiner-%{api}.typelib
%{_libdir}/girepository-1.0/TrackerControl-%{api}.typelib

%files thunderbird-plugin
%{_datadir}/xul-ext/trackerbird/
%{_libdir}/thunderbird/extensions/trackerbird@bustany.org
%{_datadir}/applications/trackerbird-launcher.desktop

%files firefox-plugin
%{_datadir}/xul-ext/trackerfox/
%{_libdir}/firefox/extensions/trackerfox@bustany.org

%files -n %{devname}
%{_libdir}/lib*.so
%{_libdir}/%{name}-%{api}/libtracker-*.so
%{_includedir}/%{name}-%{api}/*
%{_libdir}/pkgconfig/tracker-miner-%{api}.pc
%{_libdir}/pkgconfig/tracker-sparql-%{api}.pc
%{_libdir}/pkgconfig/tracker-control-%{api}.pc
%{_datadir}/gtk-doc/html/libtracker-miner
%{_datadir}/gtk-doc/html/libtracker-sparql
%{_datadir}/gtk-doc/html/libtracker-control
%{_datadir}/vala/vapi/tracker-miner-%{api}.vapi
%{_datadir}/vala/vapi/tracker-miner-%{api}.deps
%{_datadir}/vala/vapi/tracker-sparql-%{api}.vapi
%{_datadir}/vala/vapi/tracker-sparql-%{api}.deps
%{_datadir}/vala/vapi/tracker-control-%{api}.vapi
%{_datadir}/vala/vapi/tracker-control-%{api}.deps
%{_datadir}/gir-1.0/Tracker-%{api}.gir
%{_datadir}/gir-1.0/TrackerMiner-%{api}.gir
%{_datadir}/gir-1.0/TrackerControl-%{api}.gir

%if %{build_evo}
%files -n evolution-tracker
%{_libdir}/evolution/*/plugins/liborg-freedesktop-Tracker-evolution-plugin.so
%{_libdir}/evolution/*/plugins/org-freedesktop-Tracker-evolution-plugin.eplug
%endif

%files -n nautilus-tracker
%{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags*


%changelog

* Tue Feb 02 2016 Tigro <ashejn@gmail.com> 1.4.2-1
- (0f9ed0e) drop old bash completion file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26180 |14mu|transmission-2.92-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without gtk

Summary:	Simple Bittorrent client
Name:		transmission
Version:	2.92
Release:	6
License:	MIT and GPLv2+
Group:		Networking/File transfer
Url:		http://www.transmissionbt.com/
Source0:	http://download.transmissionbt.com/files/%{name}-%{version}.tar.xz
Patch0:		transmission-2.92-i18n.patch
Patch1:		transmission-2.92-desktop-i18n.patch
Patch2:		CVE-2018-5702.patch
BuildRequires:	desktop-file-utils
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libevent)
BuildRequires:	pkgconfig(openssl)

%description
Transmission is a free, lightweight BitTorrent client. It features a
simple, intuitive interface on top of an efficient back-end.

#----------------------------------------------------------------------------

%package common
Summary:	Common files for Transmission Bittorrent client
Group:		Networking/File transfer
Conflicts:	transmission < 1.74

%description common
Transmission is a free, lightweight BitTorrent client. This package
contains the common files used by the different front-ends.

%files common
%doc README NEWS AUTHORS
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/*/apps/*

#----------------------------------------------------------------------------

%package cli
Summary:	Command line interface for Transmission BitTorrent client
Group:		Networking/File transfer
Requires:	%{name}-common = %{EVRD}
Conflicts:	transmission < 1.74

%description cli
Transmission is a free, lightweight BitTorrent client. This package
contains the command line interface front-end.

%files cli
%{_bindir}/%{name}-cli
%{_bindir}/%{name}-create
%{_bindir}/%{name}-edit
%{_bindir}/%{name}-remote
%{_bindir}/%{name}-show
%{_mandir}/man1/%{name}-cli.1*
%{_mandir}/man1/%{name}-create.1*
%{_mandir}/man1/%{name}-edit.1*
%{_mandir}/man1/%{name}-remote.1*
%{_mandir}/man1/%{name}-show.1*

#----------------------------------------------------------------------------

%if %{with gtk}
%package gtk
Summary:	GTK Interface for Transmission BitTorrent client
Group:		Networking/File transfer
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libcanberra-gtk)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(ndesk-dbus-glib-1.0)
Requires:	%{name}-common = %{EVRD}
Provides:	%{name} = %{EVRD}
Provides:	%{name}-gui = %{EVRD}
Obsoletes:	transmission < 1.74-1

%description gtk
Transmission is a free, lightweight BitTorrent client. It features a
simple, intuitive interface on top of an efficient back-end.

This package provides the GTK Interface.

%files gtk -f %{name}-gtk.lang
%{_bindir}/%{name}-gtk
%{_datadir}/applications/%{name}-gtk.desktop
%{_mandir}/man1/%{name}-gtk.1*
%endif

#----------------------------------------------------------------------------

%package qt5
Summary:	Qt5 Interface for Transmission BitTorrent client
Group:		Networking/File transfer
BuildRequires:	qt5-linguist-tools
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5DBus)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
Requires:	%{name}-common = %{EVRD}
Provides:	%{name}-gui = %{EVRD}
Obsoletes:	%{name}-qt4 < 2.92

%description qt5
Transmission is a simple BitTorrent client. It features a very simple,
intuitive interface (gui and command-line) on top on an efficient,
cross-platform back-end.

This package contains QTransmission, a QT5 based GUI for Transmission
loosely based on the GTK+ client.

%files qt5 -f %{name}.lang
%{_bindir}/%{name}-qt
%{_datadir}/applications/%{name}-qt.desktop
%{_mandir}/man1/%{name}-qt.1*

#----------------------------------------------------------------------------

%package daemon
Summary:	Qt Interface for Transmission BitTorrent client
Group:		Networking/File transfer
Requires:	%{name}-common = %{EVRD}

%description daemon
Transmission is a simple BitTorrent client. It features a very simple,
intuitive interface (gui and command-line) on top on an efficient,
cross-platform back-end.

This package contains the transmission-daemon.

%files daemon
%{_bindir}/%{name}-daemon
%{_mandir}/man1/%{name}-daemon.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

rm -f m4/glib-gettext.m4
aclocal
automake -a --add-missing

%build
export PATH=${PATH}:%{_qt5_bindir}
%configure2_5x \
	--enable-cli
%make

#QT Gui
pushd qt
%qmake_qt5 qtr.pro
%make
pushd translations
for i in `ls *.ts`; do lrelease $i ; done
popd
popd

%install
%makeinstall_std
%if %{with gtk}
%find_lang %{name}-gtk
%endif

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{48x48,32x32,16x16}/apps
convert -scale 48 %{buildroot}/usr/share/pixmaps/transmission.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png 
convert -scale 32 %{buildroot}/usr/share/pixmaps/transmission.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{buildroot}/usr/share/pixmaps/transmission.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

#Qt Gui Installation
pushd qt
INSTALL_ROOT=%{buildroot}%{_prefix} make install
pushd translations
mkdir -p %{buildroot}%{_datadir}/%{name}-qt5/translations
cp *.qm %{buildroot}%{_datadir}/%{name}-qt5/translations
popd
popd

%find_lang %{name} --with-qt

# Install transmission-qt.desktop manually as make install doesn't install it:
cp -a qt/transmission-qt.desktop %{buildroot}/%{_datadir}/applications/

%changelog

* Fri Jan 19 2018 alekseyz <a.zimin@rosalinux.ru> 2.92-6
- (f9e4adb) Merge pull request #3 from import/transmission:rosa2016.1
- (f9e4adb) CVE-2018-5702



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26181 |14mu|tree-1.7.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utility which displays a tree view of directory contents

Name:		tree
Version:	1.7.0
Release:	5
Group:		File tools
License:	GPLv2+
URL:		http://mama.indstate.edu/users/ice/tree/
Source0:	ftp://mama.indstate.edu:21/linux/tree/%{name}-%{version}.tgz
Patch1:         tree-1.5.2.2-link-flags.patch

%description
The tree utility recursively displays the contents of directories in a
tree-like format.  Tree is basically a UNIX port of the tree DOS
utility.

Install tree if you think it would be useful to view the contents of
specified directories in a tree-like format.

%prep

%setup -q
# %patch1 -p1 -b .linkflags

%build
%global optflags %{optflags} -Os
%serverbuild_hardened
%make CFLAGS="%{optflags} -Wall -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" LDFLAGS="%{ldflags}"

%install

mkdir -p %{buildroot}/{%{_bindir},%{_sbindir},%{_mandir}/man1}

%makeinstall_std \
	BINDIR=%{buildroot}%{_bindir} \
	MANDIR=%{buildroot}%{_mandir}/man1

%files
%doc README LICENSE CHANGES
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*




%changelog

* Thu Sep 03 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0-5
- (95b3859) Updated to 1.7.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26182 |14mu|tvtime-1.0.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	High quality television application
Name:		tvtime
Version:	1.0.8
Release:	1
Group:		Video
License:	GPLv2+ and LGPLv2+
Url:		http://tvtime.net/
Source0:	http://prdownloads.sourceforge.net/tvtime/%{name}-%{version}.tar.gz
Source1:	tvtime_ru.gmo.tar.gz
Patch0:		tvtime-1.0.6-desktop.patch
Patch1:		tvtime-1.0.6-savematte.patch
BuildRequires:	desktop-file-utils
BuildRequires:	stdc++-static-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xxf86vm)

%description
Tvtime is a high quality television application for use with video capture
cards. It processes the input from a capture card and displays it on a
computer monitor or projector. Unlike other television applications, Tvtime
focuses on high visual quality making it ideal for videophiles.

Tvtime supports:

 - Deinterlaced output at full interlaced rate of 59.94 frames per second for
   NTSC source, or 50 frames per second for PAL sources. This gives smoothness
   of motion and high visual quality.

 - Multiple deinterlacing algorithms for finding the optimal mode for your
   video content and available processor speed.

 - 16:9 aspect ratio mode for the highest available resolution when processing
   input from an external DVD player or digital satellite receiver.

 - A super-slick on-screen-display for the complete television experience,
   with a featureful menu system.

 - 2-3 Pulldown detection for optimal quality viewing of film content from
   NTSC sources.

%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%doc data/COPYING.FreeMonoBold data/COPYING.tvtimeSansBold docs/html
# %doc %{_docdir}/%{name}/html
%{_bindir}/*
%{_mandir}/man?/*
%lang(de) %{_mandir}/de/man?/*
%lang(es) %{_mandir}/es/man?/*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/tvtime.xml
%{_datadir}/%{name}
# freedesktop stuff
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/*/%{name}.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}.xpm

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .desktop
%patch1 -p1 -b .savematte

pushd po
tar -xvzf %{SOURCE1}
popd

%build
%configure2_5x
%make

%install
%makeinstall ROOT=%{buildroot}

desktop-file-install --vendor="" \
    --remove-category="Application" \
    --add-category="TV" \
    --add-category="Video" \
    --add-category="X-MandrivaLinux-CrossDesktop" \
    --dir %{buildroot}%{_datadir}/applications \
    %{buildroot}%{_datadir}/applications/*

install -d %{buildroot}%{_docdir}/%{name}

%find_lang %{name}


%changelog

* Thu Jan 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.8-1
- (814c9cc) Try to require stdc++-static-devel to build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26183 |14mu|ucarp-1.5.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Common Address Redundancy Protocol (CARP) for Unix
Name:		ucarp
Version:	1.5.2
Release:	9
# See the COPYING file which details everything
License:	MIT and BSD
Group:		System/Servers
Url:		http://www.ucarp.org/
Source0:	http://download.pureftpd.org/pub/ucarp/ucarp-%{version}.tar.bz2
Source1:	ucarp@.service
Source2:	vip-001.conf.example
Source3:	vip-common.conf
Source4:	vip-up
Source5:	vip-down
Source7:	ucarp
Source8:	ucarp.8.sgml.bz2
Patch0:		ucarp-1.5.2-sighup.patch
BuildRequires:	docbook-dtd41-sgml
BuildRequires:	docbook-utils
BuildRequires:	gettext
BuildRequires:	systemd
BuildRequires:	libpcap-devel
Requires(post,preun,postun):	systemd-units

%description
UCARP allows a couple of hosts to share common virtual IP addresses in order
to provide automatic failover. It is a portable userland implementation of the
secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's
alternative to the patents-bloated VRRP).

Strong points of the CARP protocol are: very low overhead, cryptographically
signed messages, interoperability between different operating systems and no
need for any dedicated extra network link between redundant hosts.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_unitdir}/ucarp@.service
%attr(0700,root,root) %dir /etc/ucarp/
%config(noreplace) /etc/ucarp/vip-common.conf
/etc/ucarp/vip-001.conf.example
%config(noreplace) %{_libexecdir}/ucarp/
%{_sbindir}/ucarp
%{_mandir}/man8/ucarp.8*

%post
%systemd_post %{name}.service

%preun
%systemd_preun %{name}.service

%postun
%systemd_postun_with_restart %{name}.service

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0

bzcat %{SOURCE8} > ucarp.8.sgml

%build
autoreconf -fi
%configure2_5x
%make

docbook2man --backend man ucarp.8.sgml > ucarp.8
mv UCARP.8 ucarp.8

%install
%makeinstall_std
%find_lang %{name}

# Install the unit file
install -D -p -m 0755 %{SOURCE1} \
    %{buildroot}%{_unitdir}/ucarp@.service

sed -i 's|/usr/libexec|%{_libexecdir}|' %{buildroot}%{_unitdir}/ucarp@.service

mkdir -p %{buildroot}/etc/ucarp
mkdir -p %{buildroot}%{_libexecdir}/ucarp

# Install the example config files
install -D -p -m 0600 %{SOURCE2} %{SOURCE3} \
    %{buildroot}/etc/ucarp/

# Install helper scripts
install -D -p -m 0700 %{SOURCE4} %{SOURCE5} %{SOURCE7} \
    %{buildroot}%{_libexecdir}/ucarp/

mkdir -p %{buildroot}%{_mandir}/man8/
install -m0644 ucarp.8 %{buildroot}%{_mandir}/man8/


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.2-9
- (7f2ec31) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26184 |14mu|ucl-1.03-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	The UCL Compression Library
Name:		ucl
Version:	1.03
Release:	19
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.oberhumer.com/opensource/ucl/
Source0:	http://www.oberhumer.com/opensource/ucl/download/%{name}-%{version}.tar.gz
# https://dev.openwrt.org/browser/packages/libs/ucl/patches/002-missing-macros.patch?rev=24363&format=txt
Patch0:		002-missing-macros.patch
Patch1:		ucl-1.03-CFLAGS.patch

%description
UCL implements a number of algorithms with the following features:
- Decompression is simple and *very* fast.
- Requires no memory for decompression.
- The decompressors can be squeezed into less than 200 bytes of code. 
- Focuses on compression levels for generating pre-compressed data which
  achieve a quite competitive compression ratio.
- Allows you to dial up extra compression at a speed cost in the compressor.
  The speed of the decompressor is not reduced.
- Algorithm is thread safe.
- Algorithm is lossless.
UCL supports in-place decompression.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	The UCL Compression Library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
UCL implements a number of algorithms with the following features:
- Decompression is simple and *very* fast.
- Requires no memory for decompression.
- The decompressors can be squeezed into less than 200 bytes of code.
- Focuses on compression levels for generating pre-compressed data which
  achieve a quite competitive compression ratio.
- Allows you to dial up extra compression at a speed cost in the compressor.
  The speed of the decompressor is not reduced.
- Algorithm is thread safe.
- Algorithm is lossless.
UCL supports in-place decompression.

This package contains the library needed to run programs dynamically
linked with %{name}.

%files -n %{libname}
%{_libdir}/libucl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	The UCL Compression Library - development environment
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}ucl1-devel < 1.03-8

%description -n %{devname}
UCL implements a number of algorithms with the following features:
- Decompression is simple and *very* fast.
- Requires no memory for decompression.
- The decompressors can be squeezed into less than 200 bytes of code. 
- Focuses on compression levels for generating pre-compressed data which
  achieve a quite competitive compression ratio.
- Allows you to dial up extra compression at a speed cost in the compressor.
  The speed of the decompressor is not reduced.
- Algorithm is thread safe.
- Algorithm is lossless.
UCL supports in-place decompression.

Install %{devname} if you need to compile an application with %{libname}
support.

%files  -n %{devname}
%doc COPYING INSTALL NEWS README THANKS TODO
%{_libdir}/*.so
%dir %{_includedir}/ucl/
%{_includedir}/ucl/*.h

#------------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
autoreconf -fiv
%configure2_5x \
	--enable-shared \
	--disable-static
%make

%install
%makeinstall_std


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.03-19
- (3ad7526) Fix assembler code build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26185 |14mu|udisks2-2.1.3-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without multiseat

%define major 0
%define libname %mklibname %{name}_ %{major}
%define devname %mklibname %{name} -d
%define girname %mklibname udisks-gir 2.0

Summary:	Disk Manager
Name:		udisks2
Version:	2.1.3
Release:	8
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.freedesktop.org/wiki/Software/udisks
Source0:	http://udisks.freedesktop.org/releases/udisks-%{version}.tar.bz2
Patch0:		udisks-1.92.0-link.patch
Patch1:		udisks-2.1.0-mount-system-internal.patch
# Mount to /media/user
Patch2:		udisks-2.0.92-mount_in_media.patch
# Mount to /media
Patch3:		udisks-2.1.3-no-multiseat.patch
# From Debian/Ubuntu
# As /media is not currently a tmpfs, we need to put the "mounted-fs" file to a persistent path
Patch4:		udisks-2.1.3-mounted-fs.patch
# Define LOOP_CTL_GET_FREE constant for old kernels
Patch5:		udisks-1.91.0-define-LOOP_CTL_GET_FREE-for-old-kernels.patch
# Merged upstream (since 2.1.5)
Patch6:		udisks-2.1.3-ru-l10n.patch
Patch7:		udisks-2.1.3-mount-rights.patch
BuildRequires:	pkgconfig(gio-unix-2.0) >= 2.31.13
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.31.13
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gudev-1.0) >= 186
BuildRequires:	pkgconfig(libatasmart) >= 0.19
BuildRequires:	pkgconfig(polkit-gobject-1) >= 0.92
BuildRequires:	pkgconfig(polkit-agent-1) >= 0.92
BuildRequires:	pkgconfig(libsystemd-login) >= 186
BuildRequires:	intltool
BuildRequires:	gnome-common
BuildRequires:	gettext-devel
BuildRequires:	gtk-doc >= 1.3
# for LUKS devices
Requires:	cryptsetup-luks
# needed to pull in the system bus daemon
Requires:	dbus >= 1.4.0
# for mkfs.vfat
Requires:	dosfstools
# for mkfs.ext3, mkfs.ext3, e2label
Requires:	e2fsprogs
# for partitioning
Requires:	gdisk
Requires:	parted
# for mlabel
Requires:	mtools
Requires:	ntfsprogs
# needed to pull in the udev daemon
Requires:	udev >= 186
# for mount, umount, mkswap
Requires:	util-linux
# for mkfs.xfs, xfs_admin
Requires:	xfsprogs

# for /proc/self/mountinfo, only available in 2.6.26 or higher
Conflicts:	kernel < 2.6.26

%description
udisks provides a daemon, D-Bus API and command line tools for
managing disks and storage devices. This package is for the udisks 2.x
series.

%files -f %{name}.lang
%doc README AUTHORS NEWS COPYING HACKING
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.UDisks2.conf
%{_datadir}/bash-completion/completions/udisksctl
/lib/udev/rules.d/80-udisks2.rules
%{_sbindir}/umount.udisks2
%dir %{_prefix}/lib/udisks2
%{_prefix}/lib/udisks2/udisksd
%{_bindir}/udisksctl
%{_mandir}/man1/*
%{_mandir}/man8/*
%{_datadir}/polkit-1/actions/org.freedesktop.udisks2.policy
%{_datadir}/dbus-1/system-services/org.freedesktop.UDisks2.service
%{_unitdir}/udisks2.service
# Permissions for local state data are 0700 to avoid leaking information
# about e.g. mounts to unprivileged users
%attr(0700,root,root) %dir %{_localstatedir}/lib/udisks2

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Dynamic library to access the udisks daemon
License:	LGPLv2+
Group:		System/Libraries
Obsoletes:	%{_lib}udisks20 < 1.90.0-2

%description -n %{libname}
This package contains the dynamic library libudisks2, which provides
access to the udisks daemon. This package is for the udisks 2.x
series.

%files -n %{libname}
%{_libdir}/libudisks2.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
License:	LGPLv2+
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}

%description -n %{girname}
GObject Introspection interface description for %{name}.

%files -n %{girname}
%{_libdir}/girepository-1.0/UDisks-2.0.typelib

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libudev
License:	LGPLv2+
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for the library
libudisks2, a dynamic library, which provides access to the udisks
daemon. This package is for the udisks 2.x series.

%files -n %{devname}
%{_libdir}/libudisks2.so
%dir %{_includedir}/udisks2
%dir %{_includedir}/udisks2/udisks
%{_includedir}/udisks2/udisks/*.h
%{_datadir}/gir-1.0/UDisks-2.0.gir
%dir %{_datadir}/gtk-doc/html/udisks2
%{_datadir}/gtk-doc/html/udisks2/*
%{_libdir}/pkgconfig/udisks2.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n udisks-%{version}
%patch0 -p1
%patch1 -p1
%if %{with multiseat}
%patch2 -p1
%else
%patch3 -p1
%endif
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1

%build
NOCONFIGURE=yes gnome-autogen.sh
%configure2_5x \
	--enable-gtk-doc \
	--disable-static \
	--with-systemdsystemunitdir=%{_unitdir}
%make

%install
%makeinstall_std

mkdir -p %{buildroot}/%{_localstatedir}/lib/udisks2

%find_lang %{name} %{name}.lang


%changelog

* Mon Sep 25 2017 Vladimir Potapov <vladimir.potapov@rosalab.ru> 2.1.3-8
- (b1a3792) add fix for domain's users flash mount



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26186 |14mu|uhttpmock-0.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api_version 0.0
%define lib_major   0
%define lib_name    %mklibname uhttpmock %{api_version} %{lib_major}
%define gi_name     %mklibname uhttpmock-gir %{api_version}
%define develname   %mklibname -d uhttpmock

%define url_ver     %(echo %{version}|cut -d. -f1,2)

Summary:	HTTP web service mocking library
Name:		uhttpmock
Version:	0.3.3
Release:	1
Epoch:		1
Group:		System/Libraries
License:	LGPL-2.1+
URL:		http://gitorious.org/uhttpmock
Source0:        http://tecnocode.co.uk/downloads/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.16.0
BuildRequires:	pkgconfig(gobject-2.0) >= 2.16.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.4.16
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6.4
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libvala-0.28)
BuildRequires:	vala-tools
BuildRequires:	intltool

%description
uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS.
It provides a library, libuhttpmock, which implements recording and
playback of HTTP request/response traces.

%package -n %{lib_name}
Summary:  %{summary}
Group: %{group}

%description -n %{lib_name}
uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS.
It provides a library, libuhttpmock, which implements recording and
playback of HTTP request/response traces.

%package -n %develname
Summary: Support files necessary to compile applications with %{name}
Group: Development/C
Requires: %{lib_name} = %epoch:%{version}
Provides: %{name}-%{api_version}-devel = %epoch:%{version}-%{release}
Provides: %{name}-devel = %epoch:%{version}-%{release}

%description -n %develname
Libraries, headers, and support files necessary to compile
applications using %{name}.

%package -n %{gi_name}
Summary:	GObject Introspection interface library for %{name}
Group:		System/Libraries
Requires:	%{lib_name} = %epoch:%{version}-%{release}

%description -n %{gi_name}
GObject Introspection interface library for %{name}.

%prep
%setup -q

%build
%configure --disable-gtk-doc --disable-static --enable-introspection --enable-vala
%make

%install
%makeinstall_std

# remove unpackaged files
rm -rf %{buildroot}%{_datadir}/../doc/lib%{name}
rm -f %{buildroot}%{_libdir}/*.la
rm -rf %{buildroot}%{_datadir}/gtk-doc

%files -n %{lib_name}
%doc AUTHORS COPYING README NEWS
%{_libdir}/lib%{name}*-%{api_version}.so.%{lib_major}*

%files -n %develname
%{_datadir}/gir-1.0/Uhm-%{api_version}.gir
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_datadir}/vala/vapi/lib%{name}-%{api_version}.*

%files -n %{gi_name}
%{_libdir}/girepository-1.0/Uhm-%{api_version}.typelib

%changelog
* Sat Mar 14 2015 Arkady Shane <ashejn@gmail.com> 1:0.3.3-1
+ Revision: 3f6f1e4
- drop all gtk-doc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26187 |14mu|uhttpmock-0.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api_version 0.0
%define lib_major   0
%define lib_name    %mklibname uhttpmock %{api_version} %{lib_major}
%define gi_name     %mklibname uhttpmock-gir %{api_version}
%define develname   %mklibname -d uhttpmock

%define url_ver     %(echo %{version}|cut -d. -f1,2)

Summary:	HTTP web service mocking library
Name:		uhttpmock
Version:	0.5.0
Release:	1
Epoch:		1
Group:		System/Libraries
License:	LGPL-2.1+
URL:		http://gitorious.org/uhttpmock
Source0:	https://tecnocode.co.uk/downloads/uhttpmock/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.16.0
BuildRequires:	pkgconfig(gobject-2.0) >= 2.16.0
BuildRequires:	pkgconfig(libxml-2.0) >= 2.4.16
BuildRequires:	pkgconfig(gobject-introspection-1.0) >= 0.6.4
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(vapigen)
BuildRequires:	vala-tools
BuildRequires:	gtk-doc
BuildRequires:	intltool

%description
uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS.
It provides a library, libuhttpmock, which implements recording and
playback of HTTP request/response traces.

%package -n %{lib_name}
Summary:  %{summary}
Group: %{group}

%description -n %{lib_name}
uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS.
It provides a library, libuhttpmock, which implements recording and
playback of HTTP request/response traces.

%package -n %develname
Summary: Support files necessary to compile applications with %{name}
Group: Development/C
Requires: %{lib_name} = %epoch:%{version}
Requires: %{gi_name} = %epoch:%{version}
Provides: %{name}-%{api_version}-devel = %epoch:%{version}-%{release}
Provides: %{name}-devel = %epoch:%{version}-%{release}

%description -n %develname
Libraries, headers, and support files necessary to compile
applications using %{name}.

%package -n %{gi_name}
Summary:	GObject Introspection interface library for %{name}
Group:		System/Libraries
Requires:	%{lib_name} = %epoch:%{version}-%{release}

%description -n %{gi_name}
GObject Introspection interface library for %{name}.

%prep
%setup -q

%build
%configure2_5x --enable-gtk-doc --disable-static --enable-introspection --enable-vala
%make

%install
%makeinstall_std

# remove unpackaged files
rm -rf %{buildroot}%{_datadir}/../doc/lib%{name}
rm -f %{buildroot}%{_libdir}/*.la

%files -n %{lib_name}
%doc AUTHORS COPYING README NEWS
%{_libdir}/lib%{name}*-%{api_version}.so.%{lib_major}*

%files -n %develname
%doc %{_datadir}/gtk-doc/html/lib%{name}-%{api_version}
%{_datadir}/gir-1.0/Uhm-%{api_version}.gir
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*
%{_datadir}/vala/vapi/lib%{name}-%{api_version}.*

%files -n %{gi_name}
%{_libdir}/girepository-1.0/Uhm-%{api_version}.typelib



%changelog

* Tue Aug 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:0.5.0-1
- (e2dfe54) Require vala-tools



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26188 |14mu|umbrello-4.14.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	UML diagramming tool for KDE
Name:		umbrello
Version:	4.14.3
Release:	1
Epoch:		1
Group:		Graphical desktop/KDE
License:	GPLv2+
Url:		http://www.kde.org
%define is_beta %(if test `echo %{version} |cut -d. -f3` -ge 70; then echo -n 1; else echo -n 0; fi)
%if %{is_beta}
%define ftpdir unstable
%else
%define ftpdir stable
%endif
Source0:	ftp://ftp.kde.org/pub/kde/%{ftpdir}/%{version}/src/%{name}-%{version}.tar.xz
Source10:	umbrello.rpmlintrc
BuildRequires:	boost-devel
BuildRequires:	kdelibs4-devel
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)

%description
Umbrello UML Modeller is a UML diagramming tool for KDE.

%files
%{_kde_bindir}/umbrello
%{_kde_applicationsdir}/umbrello.desktop
%{_kde_appsdir}/umbrello
%{_kde_iconsdir}/*/*/*/umbrello*
%{_kde_iconsdir}/*/*/mimetypes/application-x-uml.png
%{_kde_docdir}/*/*/umbrello

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build


%changelog
* Mon Nov 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:4.14.3-1
+ Revision: 4173e99
- LOG New version 4.14.3 (sync spec and patches with Cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26189 |14mu|uncrustify-0.60-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Reformat Source
Name:		uncrustify
Version:	0.60
Release:	1

Group:		Development/Other
License:	GPLv2
URL:		http://uncrustify.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/uncrustify/uncrustify-%{version}.tar.gz

%description
Source Code Beautifier for C, C++, C#, D, Java, and Pawn

%prep
%setup -q

%build
%configure2_5x \
	 --disable-silent-rules

%make


%install
%makeinstall_std
mkdir -p %{buildroot}/%{_mandir}/man1
install -m644 man/uncrustify.1 %{buildroot}/%{_mandir}/man1


%files
%doc COPYING AUTHORS README NEWS
%doc documentation
%{_bindir}/uncrustify
%{_datadir}/uncrustify
%{_mandir}/man1/uncrustify.1*

%changelog

* Wed Apr 08 2015 Tigro <ashejn@yandex-team.ru> 0.60-1
- (67e75cd) clean up spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26190 |14mu|units-2.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A utility for converting amounts from one unit to another

Name:		units
Version:	2.12
Release:	1
Source0:	ftp://ftp.gnu.org:21/pub/gnu/units/%{name}-%{version}.tar.gz
Url:		http://www.gnu.org/software/units/units.html
License:	GPLv2
Group:		Office
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel

%description
The â€˜units' program converts quantities expressed in various scales to
their equivalents in other scales. The â€˜units' program can handle
multiplicative scale changes as well as nonlinear conversions such as
Fahrenheit to Celsius. Temperature and other nonlinear conversions
are handled using a functional notation.

%prep
%setup -q

%build
%configure2_5x
%make
make check

%install
%makeinstall_std

%files
%{_bindir}/units*
%{_datadir}/units*
%{_infodir}/*
%{_mandir}/man1/units.1*

%changelog

* Sun Jan 03 2016 dsilakov <denis.silakov@rosalab.ru> 2.12-1
- (a27464e) Merge pull request #1 from import/units:auto_update
- (a27464e) Updated to 2.12 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26191 |14mu|unoconv-0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Tool to convert between any document format supported by LibreOffice
Name:		unoconv
Version:	0.7
Release:	1
License:	GPLv2
Group:		File tools
URL:		http://dag.wieers.com/home-made/unoconv/
Source0:	http://dag.wieers.com/home-made/%{name}/%{name}-%{version}.tar.gz
Patch0:		0001-python3-added-compatibility.patch
Patch1:		0001-update-FSF-address.patch
Patch2:		0001-make-LaTeX-export-usable-with-writer2latex-ext.patch
Patch3:		0001-libreoffice-or-OO.o-has-never-had-wps-export.patch
Patch4:		0002-remove-export-formats-dropped-by-LibreOffice.patch
Patch5:		0001-Updated-ChangeLog.patch

BuildArch:	noarch

Requires:	libreoffice-common
Requires:	libreoffice-pyuno

%description
unoconv converts between any document format that LibreOffice understands.
It uses LibreOffice's UNO bindings for non-interactive conversion of
documents.

Supported document formats include Open Document Format (.odf), MS Word (.doc),
MS Office Open/MS OOXML (.xml), Portable Document Format (.pdf), HTML, XHTML,
RTF, Docbook (.xml), and more.

%prep
%setup -q
%apply_patches

%build

%install
%makeinstall_std


%files
%doc AUTHORS ChangeLog COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*


%changelog

* Sun Jan 31 2016 Tigro <ashejn@gmail.com> 0.7-1
- (ea23f7c) drop unused depsnds and doc files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26192 |14mu|unzip-6.0-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define src_ver %(echo %{version}|sed "s/\\.//"g)

Summary:	Unpacks ZIP files such as those made by pkzip under DOS
Name:		unzip
Version:	6.0
Release:	12
License:	BSD-like
Group:		Archiving/Compression
Url:		http://www.info-zip.org/pub/infozip/UnZip.html
Source0:	http://ftp.info-zip.org/pub/infozip/src/%{name}%{src_ver}.tar.bz2
Patch0:		%{name}-6.0-libnatspec.patch
Patch1:         unzip-6.0-CVE-2014-8139.patch
Patch2:         unzip-6.0-CVE-2014-8140.patch
Patch3:         unzip-6.0-CVE-2014-8141.patch
Patch4:         unzip-6.0-overflow3.patch
Patch5:         unzip-6.0-heap-overflow-infloop.patch
BuildRequires:	pkgconfig(libnatspec)

%description
unzip will list, test, or extract files from a ZIP archive, commonly found
on MS-DOS systems. A companion program, zip, creates ZIP archives; both
programs are compatible with archives created by PKWARE's PKZIP and
PKUNZIP for MS-DOS, but in many cases the program options or default
behaviors differ.

This version also has encryption support.

%files
%doc BUGS COPYING.OLD Contents History.* INSTALL README ToDo WHERE
%doc proginfo/
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}%{src_ver}
%apply_patches

%build
%define Werror_cflags %nil
%ifarch %{ix86}
#make -ef unix/Makefile linux CF="%{optflags} -D_FILE_OFFSET_BITS=64 -Wall -I. -DASM_CRC" CC=gcc LD=gcc AS=gcc AF="-Di386" CRC32=crc_gcc
%make -ef unix/Makefile linux CF="%{optflags} -D_FILE_OFFSET_BITS=64 -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DDATE_FORMAT=DF_YMD -DNATIVE -Wall -I. -DASM_CRC" CC=gcc LD=gcc AS=gcc AF="-Di386" CRC32=crc_gcc
%else
#make -ef unix/Makefile linux_noasm CF="%{optflags} -D_FILE_OFFSET_BITS=64 -Wall -I."
%make -ef unix/Makefile linux_noasm CF="%{optflags} -D_FILE_OFFSET_BITS=64 -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DDATE_FORMAT=DF_YMD -DNATIVE -Wall -I."
%endif

%install
mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man1}

ln -sf unzip zipinfo
for i in unzip funzip unzipsfx zipinfo; do install $i %{buildroot}%{_bindir}; done
install unix/zipgrep %{buildroot}%{_bindir}

for i in man/*.1; do install -m 644 $i %{buildroot}%{_mandir}/man1/; done


%changelog

* Fri Oct 02 2015 Denis Silakov <denis.silakov@rosalab.ru> 6.0-12
- (2d8c076) Added fixes for several CVE and overflows, adjust compilation flags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26193 |14mu|upower-0.99.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname UPower

%define major 3
%define girmajor 1.0
%define libname %mklibname upower-glib %{major}
%define girname %mklibname upower-glib-gir %{girmajor}
%define devname %mklibname -d upower-glib

%define oldlibname %mklibname devkit-power-gobject 1
%define olddevname %mklibname -d devkit-power-gobject

Summary:	Power Management Service
Name:		upower
Version:	0.99.4
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
URL:		http://upower.freedesktop.org/
Source0:	http://upower.freedesktop.org/releases/%{name}-%{version}.tar.xz

# Upstream patches
Patch1:		0001-daemon-fix-get_critical_action.patch
Patch2:		0002-lib-Add-proper-error-and-cancellable-handling-to-UpC.patch
Patch3:		0003-up-tool-Exit-early-when-connecting-to-upower-fails.patch
Patch4:		0004-lib-Remove-hidden-singleton-instance.patch
Patch5:		0005-UpKbdBacklight-don-t-cache-the-brightness-level-alwa.patch
Patch6:		0006-UpKbdBacklight-don-t-check-the-end-value-when-using-.patch
Patch7:		0007-build-Fix-Wformat-y2k-compilation-errors.patch
Patch8:		0008-linux-Name-the-iDevice-start-poll-timeout.patch
Patch9:		0009-linux-Add-better-debug-for-iDevice-startup-poll.patch
Patch10:	0010-linux-Lower-initial-power-usage-when-iDevice-isn-t-a.patch

BuildRequires:	docbook-style-xsl
BuildRequires:	gettext
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(glib-2.0) >= 2.34.0
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gudev-1.0) >= 186
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(libimobiledevice-1.0)
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(polkit-gobject-1)
BuildRequires:	pkgconfig(libsystemd-login)
BuildRequires:	pkgconfig(systemd)
Requires(post,preun,postun):	systemd
Requires(post,preun):	rpm-helper

Provides:	%{oname} = %{version}-%{release}
Obsoletes:	devicekit-power
Provides:  devicekit-power

%description
%{oname} provides a daemon, API and command line tools for
managing power devices attached to the system.

%package -n %{libname}
Summary:	Shared Library of %{oname}
Group:		System/Libraries
Obsoletes:	%{oldlibname}
Obsoletes:	%{_lib}upower-glib1

%description -n %{libname}
%{oname} provides a daemon, API and command line tools for
managing power devices attached to the system.

%package -n %{girname}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}upower-glib1 < 0.9.15-3

%description -n	%{girname}
GObject Introspection interface description for %{name}.

%package -n %{devname}
Summary:	Headers and libraries for %{oname}
Group:		Development/C
Provides:	%{oname}-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	%{girname} = %{version}-%{release}
Obsoletes:	%{olddevname}

%description -n	%{devname}
Headers and libraries for %{oname}

%prep
%setup -q 
%apply_patches

%build
%configure2_5x \
	--disable-static \
	--with-udevrulesdir=/lib/udev/rules.d
%make

%install
%makeinstall_std

%find_lang %{name}

%post
%systemd_post %{name}

%preun
%systemd_preun %{name}

%postun
%systemd_postun %{name}

%files -f %{name}.lang
%doc README AUTHORS NEWS HACKING
%dir %{_sysconfdir}/UPower/
%config(noreplace) %{_sysconfdir}/UPower/UPower.conf
%{_sysconfdir}/dbus-1/system.d/*.conf
/lib/udev/rules.d/*.rules
%{_localstatedir}/lib/upower
%{_bindir}/*
%{_libexecdir}/upowerd
#%{_datadir}/polkit-1/actions/*.policy
%{_datadir}/dbus-1/system-services/*.service

%{_unitdir}/upower.service
#%{_unitdir}-sleep/notify-upower.sh

%{_mandir}/man1/*
%{_mandir}/man7/*
%{_mandir}/man8/*

%files -n %{libname}
%{_libdir}/libupower-glib.so.%{major}*

%files -n %{girname}
%{_libdir}/girepository-1.0/UPowerGlib-%{girmajor}.typelib

%files -n %{devname}
%{_includedir}/libupower-glib
%{_libdir}/*.so
%{_libdir}/pkgconfig/upower-glib.pc
%{_datadir}/dbus-1/interfaces/*.xml
#dir %{_datadir}/gtk-doc/html/UPower
#{_datadir}/gtk-doc/html/UPower/*
%{_datadir}/gir-1.0/UPowerGlib-%{girmajor}.gir

%changelog

* Tue Nov 01 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 0.99.4-1
- (8be8b54) Updated to 0.99.4 with additional upstream patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26194 |14mu|upx-3.91-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The Ultimate Packer for eXecutables
Name:		upx
Version:	3.91
Release:	4
License:	GPLv2+
Group:		Archiving/Compression
URL:		http://upx.sourceforge.net/
Source0:	http://upx.sourceforge.net/download/%{name}-%{version}-src.tar.bz2
BuildRequires:	ucl-devel
BuildRequires:	pkgconfig(zlib)

%description
UPX is an advanced executable file compressor. UPX will typically
reduce the file size of programs and DLLs by around 50%-70%, thus
reducing disk space, network load times, download times and other
distribution and storage costs.

Programs and libraries compressed by UPX are completely self-contained
and run exactly as before, with no runtime or memory penalty for most
of the supported formats.

UPX supports a number of different executable formats, including
Win95/98/ME/NT/2000 programs and DLLs, DOS programs, and Linux executables.

UPX is rated number one in the well known Archive Comparison Test. Visit
http://compression.ca/act-exepack.html

%files
%doc BUGS LICENSE NEWS PROJECTS README* THANKS doc/upx.doc doc/upx.html doc/*.txt
%{_bindir}/*
%attr(644,root,man) %{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-src

%build
# building the docs
%make -C doc
export UCLDIR=%{_prefix}
%make -C src CXXFLAGS="%{optflags} -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings" CXX="%__cxx"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m 755 src/upx.out %{buildroot}%{_bindir}/upx
install -m 644 doc/upx.1 %{buildroot}%{_mandir}/man1/


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.91-4
- (0230979) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26195 |14mu|urpmi-7.32.3-47
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_gost}%{?!build_gost:%bcond_with gost}
%{?build_gurpmi}%{?!build_gurpmi:%bcond_without gurpmi}
%{?build_default_wget}%{?!build_default_wget:%bcond_without default_wget}

Name:		urpmi
Version:	7.32.3
Release:	47
Summary:	Command-line software installation tools

Group:		System/Configuration/Packaging
License:	GPLv2+
Source0:	%{name}-%{version}.tar.xz
# TODO: upload to upstream
Source1:	ru.po

# Always download xml-info files
Patch1:         urpmi-7.32.2-always-xml-info.patch

%if %{with gost}
# Support for custom Curl (e.g., with GOST support)
Patch2:         urpmi-7.32.2-curl_gost.patch
%endif

# Drop dudf completely
Patch3:         urpmi-7.32.2-disable-orphan-dudf.patch

# Set '--download-all' by default
Patch4:         urpmi-7.32.2-download-all.patch

# Try to avoid some warnings when running not in terminal
Patch5:         urpmi-7.32.2-drop-terminal-size-warnings.patch

Patch6:         urpmi-7.32.2-look-for-both-name-and-provides.patch

# Drop --anyauth for curl - conflicts with private repos in ABF
Patch7:         urpmi-7.32.2.no_anyauth_curl.patch

# By default, don't calculate orohans
Patch8:         urpmi-7.32.2-no-orphans-by-default.patch

# In case of synthesis parse error, disable media for the current session,
# not forever
Patch9:         urpmi-7.32.2-repo-disable-on-parse-error.patch

Patch10:        urpmi-7.32.2-rosa-mirrors.patch

Patch12:        urpmi-7.32.2-show-full-what-requires.patch

# By default, automatically choose the best alternative
Patch13:	urpmi-7.32.2-auto-req.patch

Patch15:	urpmi-7.32.2-auto-media-update.patch

Patch16:	urpmi-7.32.2-urpmq-fuzzy-by-default.patch

Patch17:	urpmi-7.32.3-allow-media-without-keys.patch

Patch18:	urpmi-7.32.3-no-enable_exceptions2.patch

Patch19:	urpmi-7.32.3-restricted-in-config.patch

# For update from rosa2012.1 to 2014.1, it is really nice to update shared-mime-info
# in the first order (since it will speed up post scripts significantly)
# Also update wget and curl along with aria2
Patch20:	urpmi-7.32.3-more-priorities.patch

# Automatically add remote media (if possible) when installing remote files
Patch21:	urpmi-7.32.3-auto-media.patch

# Disable mirror selection by timezone. This selection was broken for a long time,
# but once we have fixed it, it proved to be quite ugly.
Patch23:	urpmi-7.32.3-disable-timezone-for-mirrors.patch

# %if %{with default_wget}
%if %{with gost}
# Use wget by default - curl introduces problems from time to time
# (such as broken download indicator)
Patch24:        urpmi-7.32.3-use-wget-by-default-gost.patch
%else
Patch241:        urpmi-7.32.3-use-wget-by-default.patch
%endif

# TODO: it seems that the problem comes from other place,
# this is just a workaround to avoid noisy messages
Patch25:        urpmi-7.32.3-avoid-empty-transactions.patch

# These warnings exist for years, time to drop them
Patch26:        urpmi-7.32.3-drop-obsolete-warnings.patch

# Adopt gurpmi for parsing wget 1.16 progress bar
Patch27:        urpmi-7.32.3-wget-1.16-output.patch

# More debug output
#Patch28:	urpmi-7.32.3-report-pkgs-removed-from-trans.patch

# Display packages in bash completion for urpmq
Patch29:	urpmi-7.32.3-urpmq-bash-completion.patch

Patch30:	urpmi-7.32.3-wget-auth-no-challenge.patch

# Control media to be added by default by media.cfg only, drop hardcoded
# selection on the basis of distribution type
Patch31:	urpmi-7.32.3-control-media-addition-by-media.cfg-only.patch

# Pedantic fix - "rpm -U" instead of "rpm -iU"
Patch32:	urpmi-7.32.3-fix-rpm-invocation-in-urpmi-recover.patch

Patch33:	urpmi-7.32.3-fix-msg-on-script-failure.patch

Patch34:	urpmi-7.32.3-urpmi.recover_message.patch

Patch35:	urpmi-7.32.3-kernel-orphans.patch

URL:		http://wiki.mandriva.com/en/Tools/urpmi
Requires:	webfetch gnupg
Requires(post):	perl-Locale-gettext
Requires(post):	perl-URPM >= 4.62-3
# gzip is used in perl-URPM for synthesis and hdlist
Requires(post):	gzip
Requires:	genhdlist2
Requires:	meta-task
Requires:	usermode-consoleonly
# Set versions to force these modules to be updated together with urpmi
# to avoid breakage of urpmi and perl-URPM when updating from previous releases
# (that used perl 5.12)
Requires:	perl-Locale-gettext >= 1.50.0-13
Requires:	perl-Term-ReadKey >= 2.320.0-3
Requires:	perl-XML-LibXML >= 2.11.700-1
Requires:	perl-Time-ZoneInfo >= 0.300.0-12
Requires:	perl-Filesys-Df >= 0.920.0-15
# For urpmi.recover
Requires:	urpm-tools
Requires:	perl(Date::Manip)
Requires:	faketime

# /update
Suggests:	perl-Hal-Cdroms
Suggests:	aria2
BuildRequires:	bzip2-devel
BuildRequires:	gettext intltool
BuildRequires:	perl
BuildRequires:	perl-devel
BuildRequires:	perl-File-Slurp
BuildRequires:	perl(Net::LDAP)
BuildRequires:	perl-URPM
BuildRequires:	perl-MDV-Packdrakeng
BuildRequires:	perl-MDV-Distribconf
BuildRequires:	perl(MDV::Distribconf::Build)
BuildRequires:	perl-Locale-gettext
BuildRequires:  perl_checker
BuildRequires:	intltool
# for make test:
BuildRequires:	perl-Test-Pod
BuildRequires:	perl-XML-LibXML
BuildRequires:  glibc-static-devel
BuildRequires:  perl-Net-Server
# for genhdlist in make test:
BuildRequires:  rpmtools
BuildRequires:  perl-Expect
BuildArch:	noarch
Conflicts:	mdkonline < 2.77.27


%description
urpmi is ROSA Linux's console-based software installation tool. You can
use it to install software from the console in the same way as you use the
graphical Install Software tool (rpmdrake) to install software from the
desktop. urpmi will follow package dependencies -- in other words, it will
install all the other software required by the software you ask it to
install -- and it's capable of obtaining packages from a variety of media,
including the ROSA Linux installation DVD, your local hard disk,
and remote sources such as web or FTP sites.

%if %{with gurpmi}
%package -n	gurpmi
Summary:	User mode rpm GUI install

Requires:	urpmi >= %{EVRD}
Requires:	usermode usermode-consoleonly
Obsoletes:	grpmi
Provides:	grpmi
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

%description -n	gurpmi
gurpmi is a graphical front-end to urpmi.
%endif

%package	parallel-ka-run
Summary:	Parallel extensions to urpmi using ka-run

Requires:	urpmi >= %{EVRD}
#Requires:	parallel-tools

%description	parallel-ka-run
urpmi-parallel-ka-run is an extension module to urpmi for handling
distributed installation using ka-run or Taktuk tools.

%package	parallel-ssh
Summary:	Parallel extensions to urpmi using ssh and scp

Requires:	urpmi >= %{EVRD} openssh-clients perl

%description	parallel-ssh
urpmi-parallel-ssh is an extension module to urpmi for handling
distributed installation using ssh and scp tools.

%package	ldap
Summary:	Extension to urpmi to specify media configuration via LDAP

Requires:	urpmi >= %{EVRD}
Requires:	openldap-clients

%description	ldap
urpmi-ldap is an extension module to urpmi to allow to specify
urpmi configuration (notably media) in an LDAP directory.

%prep
%setup -q

cp %{SOURCE1} po
%apply_patches

#delete unneeded dudf file
rm -f urpm/*dudf*
rm -f pod/8/*dudf*

#fix test count after this
sed -e 's/27/26/' -i t/01compile.t

%build
perl Makefile.PL INSTALLDIRS=vendor \
%if %{with gurpmi}
    --install-gui \
%endif
    --install-po 

%make

# check
# make test

%install
%makeinstall_std

# libexec hacks for ROSA
mv %{buildroot}/usr/libexec/* %{buildroot}%{_sbindir}

# bash completion
install -m644 %{name}.bash-completion -D %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}

# rpm-find-leaves is invoked by this name in rpmdrake
ln -sf rpm-find-leaves %{buildroot}%{_bindir}/urpmi_rpm-find-leaves

# Don't install READMEs twice
rm -f %{buildroot}%{perl_vendorlib}/urpm/README*

# This is not installed by 'make install' yet
mkdir %{buildroot}/etc/urpmi/urpmicfg.d

# Desktop entry (only used to register new MIME type handler, so no icon etc.)
%if %{with gurpmi}
mkdir -p %{buildroot}%{_datadir}/applications
cp -a gurpmi.desktop %{buildroot}%{_datadir}/applications/mandriva-gurpmi.desktop

# Old gurpmi doesn't work in any case, but is still invoked by some tools
rm -f %{buildroot}%{_bindir}/gurpmi
cp %{buildroot}%{_sbindir}/gurpmi2 %{buildroot}%{_sbindir}/gurpmi
%endif

%if %{with gurpmi}
mkdir -p %{buildroot}%{_datadir}/mime/packages
cat > %{buildroot}%{_datadir}/mime/packages/gurpmi.xml << EOF
<?xml version="1.0"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-urpmi">
    <comment>urpmi file</comment>
    <glob pattern="*.urpmi"/>
  </mime-type>
</mime-info>
EOF
%else
rm -f %{buildroot}/%{perl_vendorlib}/gurpm/RPMProgressDialog.pm
%endif

# consolehelper configuration
# ask for user password
for pak in urpmi urpme; do
    ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/$pak
done

%if %{with gurpmi}
for pak in gurpmi gurpmi2; do
    ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/$pak
done
%endif

mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps

%if %{with gurpmi}
for pak in urpmi urpme gurpmi gurpmi2; do
%else
for pak in urpmi urpme; do
%endif
cat > %{buildroot}%{_sysconfdir}/security/console.apps/$pak <<EOF
USER=root
PROGRAM=/usr/sbin/$pak
FALLBACK=false
SESSION=true
EOF

cat > %{buildroot}%{_sysconfdir}/pam.d/$pak  <<EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF

done

#don't ask root password
ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/urpmi.update

cat > %{buildroot}%{_sysconfdir}/security/console.apps/urpmi.update <<EOF
USER=root
PROGRAM=/usr/sbin/urpmi.update
FALLBACK=false
SESSION=true
EOF

cat > %{buildroot}%{_sysconfdir}/pam.d/urpmi.update  <<EOF
#%PAM-1.0
auth		include		config-util-user
account		include		config-util-user
session		include		config-util-user
EOF

%find_lang %{name}

%pre
rm -f %{_bindir}/urpme
rm -f %{_bindir}/urpmi
rm -f %{_sysconfdir}/pam.d/urpme
rm -f %{_sysconfdir}/pam.d/urpmi

%preun
if [ "$1" = "0" ]; then
  cd /var/lib/urpmi
  rm -f compss provides depslist* descriptions.* *.cache hdlist.* synthesis.hdlist.* list.*
  cd /var/cache/urpmi
  rm -rf partial/* headers/* rpms/*
fi
exit 0

%files -f %{name}.lang
%doc NEWS README.zeroconf urpmi-repository-http.service
%dir /etc/urpmi
%dir /var/lib/urpmi
%dir /var/cache/urpmi
%dir /var/cache/urpmi/partial
%dir /var/cache/urpmi/headers
%dir /var/cache/urpmi/rpms
%dir /etc/urpmi/urpmicfg.d
%config(noreplace) /etc/urpmi/skip.list
%config(noreplace) /etc/urpmi/inst.list
%{_sysconfdir}/bash_completion.d/%{name}
%{_sysconfdir}/pam.d/urpme
%{_sysconfdir}/pam.d/urpmi
%{_sysconfdir}/pam.d/urpmi.update
%{_sysconfdir}/security/console.apps/urpme
%{_sysconfdir}/security/console.apps/urpmi
%{_sysconfdir}/security/console.apps/urpmi.update
%{_bindir}/urpme
%{_bindir}/urpmi
%{_bindir}/urpmi.update
%{_bindir}/urpmi_rpm-find-leaves
%{_bindir}/rpm-find-leaves
%{_bindir}/urpmf
%{_bindir}/urpmq
%{_sbindir}/urpmi
%{_sbindir}/rurpmi
%{_sbindir}/rurpme
%{_sbindir}/urpme
%{_sbindir}/urpmi.addmedia
%{_sbindir}/urpmi.removemedia
%{_sbindir}/urpmi.update
%{_sbindir}/urpmi.recover
%{_mandir}/man3/*urpm*
%{_mandir}/man5/urpm*
%{_mandir}/man5/proxy*
%{_mandir}/man8/rurpm*
%{_mandir}/man8/urpme*
%{_mandir}/man8/urpmf*
%{_mandir}/man8/urpmq*
%{_mandir}/man8/urpmi.8*
%{_mandir}/man8/urpmi.addmedia*
%{_mandir}/man8/urpmi.removemedia*
%{_mandir}/man8/urpmi.recover*
%{_mandir}/man8/urpmi.update*
%{_mandir}/man8/urpmihowto*
%dir %{perl_vendorlib}/urpm
%{perl_vendorlib}/urpm.pm
%{perl_vendorlib}/urpm/args.pm
%{perl_vendorlib}/urpm/bug_report.pm
%{perl_vendorlib}/urpm/cfg.pm
%{perl_vendorlib}/urpm/cdrom.pm
%{perl_vendorlib}/urpm/download.pm
%{perl_vendorlib}/urpm/get_pkgs.pm
%{perl_vendorlib}/urpm/install.pm
%{perl_vendorlib}/urpm/lock.pm
%{perl_vendorlib}/urpm/main_loop.pm
%{perl_vendorlib}/urpm/md5sum.pm
%{perl_vendorlib}/urpm/media.pm
%{perl_vendorlib}/urpm/mirrors.pm
%{perl_vendorlib}/urpm/msg.pm
%{perl_vendorlib}/urpm/orphans.pm
%{perl_vendorlib}/urpm/parallel.pm
%{perl_vendorlib}/urpm/prompt.pm
%{perl_vendorlib}/urpm/removable.pm
%{perl_vendorlib}/urpm/select.pm
%{perl_vendorlib}/urpm/signature.pm
%{perl_vendorlib}/urpm/sys.pm
%{perl_vendorlib}/urpm/util.pm
%{perl_vendorlib}/urpm/xml_info.pm
%{perl_vendorlib}/urpm/xml_info_pkg.pm

%if %{with gurpmi}
%files -n gurpmi
%{_bindir}/gurpmi
%{_bindir}/gurpmi2
%{_sbindir}/gurpmi
%{_sbindir}/gurpmi2
%{_datadir}/applications/mandriva-gurpmi.desktop
%{_datadir}/mime/packages/gurpmi.xml
%{perl_vendorlib}/gurpmi.pm
%{perl_vendorlib}/gurpm/RPMProgressDialog.pm
%{_sysconfdir}/pam.d/gurpmi2
%{_sysconfdir}/pam.d/gurpmi
%{_sysconfdir}/security/console.apps/gurpmi2
%{_sysconfdir}/security/console.apps/gurpmi
%endif

%files parallel-ka-run
%doc urpm/README.ka-run
%dir %{perl_vendorlib}/urpm
%{perl_vendorlib}/urpm/parallel_ka_run.pm

%files parallel-ssh
%doc urpm/README.ssh
%dir %{perl_vendorlib}/urpm
%{perl_vendorlib}/urpm/parallel_ssh.pm

%files ldap
%doc urpmi.schema
%{perl_vendorlib}/urpm/ldap.pm




%changelog

* Tue Apr 26 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.32.3-47
- (b8693c7) Add wget and curl to highest priority packages list

* Thu Feb 04 2016 Denis Silakov <dsilakov@gmail.com> 7.32.3-46
- (2254693) Do not remove requirements of current kernel during orphans removal

* Tue Jan 12 2016 Denis Silakov <dsilakov@gmail.com> 7.32.3-45
- (341457b) Fix typo in ru.po

* Sat Dec 26 2015 Denis Silakov <dsilakov@gmail.com> 7.32.3-44
- (0528610) Fix message in urpmi.recover

* Wed Dec 02 2015 Denis Silakov <dsilakov@gmail.com> 7.32.3-43
- (d1b8c5d) Fix error message in case of scriptlet failure

* Mon Jun 08 2015 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-42
- (bf24171) Pedantic fix - use 'rpm -U' instead of 'rpm -iU'

* Fri Mar 20 2015 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-41
- (01ac160) Add support for ROSA Enterprise Desktop mirrors

* Sat Mar 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-40
- (307b255) Merge rosa-release and 'control-media-addition-by-media.cfg-only' patches
- (Denis Silakov: 9e7b7d5) Rework last patch - let's control media added by default only by media.cfg, since we don't have several edditions of Desktop Fresh now

* Fri Mar 06 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 7.32.3-39
- (e39fb59) Ignoring all non-regular media by default
- (e39fb59) If medium is of type backports, debug, source, or testing, it will be ignored by default (affects e.g. "non-free testing" which was not ignored).

* Tue Feb 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-38
- (44f7d0e) Add --auth-no-challeng to wget default options - to work with closed repos in ABF

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 7.32.3-37
- (aa4aa17) MassBuild#656: Increase release tag

* Fri Feb 20 2015 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-36
- (6f0319f) Workaround dummy rpm patch processing
- (Denis Silakov: d48fa76) Fix default wget patch for the case when curl_gost is present
- (Denis Silakov: eea6af4) Use wget by default in all platforms

* Fri Feb 13 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 7.32.3-35
- (f46dc2b) urpmq auto-completion: added packages

* Fri Feb 06 2015 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-34
- (8cef7d5) Add a patch for more debug output (for rarecases of strange transaction creation)

* Wed Feb 04 2015 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-30
- (8601d84) Drop unused patch
- (Denis Silakov: 70847c9) Fix wget-progress-bar patch
- (Denis Silakov: 50c8680) Fix conditional builds, added patch to parse wget 1.16 progress bar
- (Denis Silakov: 6c3734a) Make default-wget patch conditional

* Mon Dec 22 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-26
- (35e6597) Fix download-all by default patch

* Sun Nov 30 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-25
- (0108ce7) Drop obsolete warnings

* Wed Nov 12 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-24
- (886cb09) Avoid 'invalid transaction size' errors

* Thu Nov 06 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-23
- (77835f3) Improve wget-by-default patch - make other programs recognize that wget will be used

* Wed Nov 05 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-22
- (dbcde22) Fix wget-by-default patch
- (Denis Silakov: ca741e1) Use wget as a default downloader

* Mon Oct 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-21
- (dd01d91) Really disable timezone

* Fri Oct 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-20
- (1a1ee1b) Disable perl-timezone usage when choosing a mirror

* Wed Oct 15 2014 Denis Silakov <denis.silakov@rosalab.ru> 7.32.3-19
- (f036a5c) Improved Russian translation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26196 |14mu|urpm-tools-2.3.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           urpm-tools
Version:        2.3.5
Release:        1
Summary:        Utilities that help to work with URPM-based repositories
Group:          System/Configuration/Packaging
License:        GPLv2
URL:            http://wiki.rosalab.ru/index.php/Urpm-tools
Source0:        https://abf.io/soft/%{name}/archive/%{name}-%{version}.tar.gz
BuildArch:	noarch

Requires:	urpmi	       >= 6.68
Requires:	python-rpm     >= 5.3
Requires:	libxml2-python >= 2.7
Requires:       gzip
Requires:	python-rpm5utils = %{version}

%description
%{name} is a collection of utilities for URPM-based repositories. 
They make URPM-based repositories easier and more powerful to use.
These tools include: urpm-downloader, urpm-package-cleanup, 
urpm-repoclosure, urpm-repodiff, urpm-repomanage, urpm-repograph,
urpm-reposync

%package -n	python-rpm5utils
Group:		Development/Python
Summary:	Auxiliary modules to work with rpm
Provides:	python-rpm5utils = %{version}-%{release}

%description -n python-rpm5utils
%{name} contains some useful modules that are used by %{name}.
Mostly taken from yum.

%prep
%setup -q

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sbindir}
mv %{buildroot}%{_bindir}/urpm-reposync %{buildroot}%{_sbindir}/

ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/urpm-reposync

mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps

cat > %{buildroot}%{_sysconfdir}/security/console.apps/urpm-reposync <<EOF
USER=root
PROGRAM=/usr/sbin/urpm-reposync
FALLBACK=false
SESSION=true
EOF

cat > %{buildroot}%{_sysconfdir}/pam.d/urpm-reposync  <<EOF
#%PAM-1.0
auth            include         config-util
account         include         config-util
session         include         config-util
EOF

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/urpm*
%{_sbindir}/urpm*
%{_mandir}/man1/*

%doc COPYING

%files -n python-rpm5utils
%doc rpm5utils/COPYING
%dir %{py_puresitedir}/rpm5utils
%dir %{py_puresitedir}/rpm5utils/tests
%dir %{py_puresitedir}/rpm5utils/urpmgraphs
%dir %{py_puresitedir}/rpm5utils/urpmgraphs/algorithms
%dir %{py_puresitedir}/rpm5utils/urpmgraphs/algorithms/components
%dir %{py_puresitedir}/rpm5utils/urpmgraphs/classes

%{py_puresitedir}/urpmmisc.py
%{py_puresitedir}/rpm5utils/*.py*
%{py_puresitedir}/rpm5utils/tests/*.py*
%{py_puresitedir}/rpm5utils/urpmgraphs/*.py*
%{py_puresitedir}/rpm5utils/urpmgraphs/algorithms/*.py*
%{py_puresitedir}/rpm5utils/urpmgraphs/algorithms/components/*.py*
%{py_puresitedir}/rpm5utils/urpmgraphs/classes/*.py*

%{_sysconfdir}/pam.d/*
%{_sysconfdir}/security/console.apps/*

%changelog

* Mon Mar 13 2017 Denis Silakov <dsilakov@virtuozzo.com> 2.3.5-1
- (aa7a021) Do not fail on req/prov strings ending with '[=='

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.4-3
- (866fe4d) MassBuild#1230: Increase release tag

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.4-2
- (d4336b4) MassBuild#1169: Increase release tag

* Mon Jan 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.3.4-1
- (7c0f58e) Fix old package detection in urpm-repomanage in case when packages have different Epoch values

* Thu Nov 12 2015 Denis Silakov <dsilakov@gmail.com> 2.3.3-1
- (6cd0ef4) Reposync: recognize situations when one of conflicting packages obsoletes another

* Thu May 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3.2-1
- (dd5f9de) Fix indents in urpm-repodiff

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 2.3.1-2
- (65c02f3) MassBuild#656: Increase release tag

* Wed Feb 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3.1-1
- (29dcc3f) Fix issues with locale builds

* Wed Feb 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3-6
- (1c833b4) Add consolehelper config for urpm-reposync

* Mon Feb 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.3-5
- (fb5bae9) Fix setup
- (Denis Silakov: d1e8a05) Build from ABF tarballs

* Mon Feb 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.2.6-4
- (4689a72) Experimental fix for conflict processing

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.2.6-3
- (63fa8b7) MassBuild#440: Increase release tag

* Tue May 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.6-2
- (2a6a0df) Bump release

* Mon Mar 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.6-1
- (632bb91) Fix setup
- (Denis Silakov: 1c26596) Updated to 2.2.6 - added --oleave-oldest option to urpm-repomanage

* Thu Feb 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.5-2
- (f2b91de) More noarch handling fixes

* Tue Feb 18 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.2.5-1
- (0822c59) Fix error messages
- (Denis Silakov: d468230) Improve handling of noarch packages in reposync

* Mon May 27 2013 Denis Silakov <denis.silakov@rosalab.ru> 2.2.4-1
- (cd3ad95) LOG Updated to 2.2.4

* Mon Apr 22 2013 Anton Kirilenko <anton.kirilenko@rosalab.ru> 2.2.3-1
- (242a67f) New version: 2.2.3

* Thu Feb 07 2013 Anton Kirilenko <anton.kirilenko@rosalab.ru> 2.2.2-2
- (24769f3) Small fixes

* Wed Dec 12 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 2.2.2-1
- (1dd2526) Code cleaning and usability improvements

* Tue Oct 30 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 2.2.1-0
- (52b9272) Fixed bug #1030

* Thu Oct 25 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 2.2-1
- (718bcc0) urpm-downloader have been fixed

* Fri Oct 19 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 2.2-0
- (0f5667a) 2.2 - new reposync, some other fixes

* Tue Sep 18 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 2.1-3
- (d305115) Fixed bug #773

* Tue Aug 28 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1-1
- (4d5e74e) LOG Spec cleanup, fix files

* Thu May 24 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 2.1-0
- (de00221) LOG Totally new reposync, updated repomanage

* Mon Apr 23 2012 Anton Kirilenko <anton.kirilenko@rosalab.ru> 2.0-4
- (624fecb) LOG fixed bug #115, improved dependency resolving



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26197 |14mu|urw-fonts-2.0-35
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with rebuild

%define urwmdkver 2.0-16.1mdk

Summary:	The 35 standard PostScript fonts
Name:		urw-fonts
Version:	2.0
Release:	35
License:	GPL, URW holds copyright
Group:		System/Fonts/Type1
Url:		ftp://ftp.cs.wisc.edu/ghost/gnu/fonts/
Source0:	http://heanet.dl.sourceforge.net/sourceforge/gs-fonts/ghostscript-fonts-std-8.11.tar.bz2
# this overwrites several of the fonts and fonts.dir with new versions
Source1:	ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-1.0.7pre40.tar.bz2
Source4:	urw-fonts-%{urwmdkver}.tar.bz2
Source5:	http://peoples.mandriva.com/~ghibo/urw-fonts-1.0.7pre40-nimbusmonl-fixed.tar.bz2
# To make ghostscript use these fonts
Source6:	Fontmap
# addition of *-iso10646-1 lines
Patch0:		urw-fonts-2.0-fontscale.patch
Patch1:		urw-fonts-monospaced.patch
Patch2:		urw-fonts-2.0-fontscale-adobe-before-urw.patch
Patch3:		urw-fonts-2.0-split-adobestd35fontdir.patch
Patch4:		urw-fonts-monospaced2.patch
%if %{with rebuild}
BuildRequires:	fontforge
%endif
BuildArch:	noarch

%description
Free, good quality versions of the 35 standard PostScript(TM) fonts,
donated under the GPL by URW++ Design and Development GmbH.  The
fonts.dir file font names match the original Adobe names of the fonts
(e.g., Times, Helvetica, etc.).

Install the urw-fonts package if you need free versions of standard
PostScript fonts.

The fonts provided are:
URW-Avantgarde
URW-Bookman
URW Chancery
URW-Century Schoolbook
URW-Courier
URW-Dingbats
URW-Gothic
URW-Helvetica
URW-New Century Schoolbook
URW-Nimbus Sans
URW-Nimbus Roman No9
URW-Nimbus Mono
URW-Palatino
URW Palladio
URW-Standard Symbols
URW-Symbol
URW-Times
URW-Zapf Chancery
URW-Zapf Dingbats

%files
%defattr(0644,root,root,0755)
%doc README ChangeLog COPYING
%if %{without rebuild}
%doc urw-fonts-%{urwmdkver}/README.mdk
%endif
%dir %{_datadir}/fonts/default/
%dir %{_datadir}/fonts/default/Type1
%dir %{_datadir}/fonts/default/Type1/adobestd35
%{_datadir}/fonts/default/Type1/Fontmap
%{_datadir}/fonts/default/Type1/fonts.dir
%{_datadir}/fonts/default/Type1/fonts.scale
%{_datadir}/fonts/default/Type1/*.afm
%{_datadir}/fonts/default/Type1/*.pfb
%{_datadir}/fonts/default/Type1/*.pfm
%{_datadir}/fonts/default/Type1/adobestd35/*.afm
%{_datadir}/fonts/default/Type1/adobestd35/*.pfb
%{_datadir}/fonts/default/Type1/adobestd35/*.pfm
%{_datadir}/fonts/default/Type1/adobestd35/fonts.dir
%{_datadir}/fonts/default/Type1/adobestd35/fonts.scale
%{_sysconfdir}/X11/fontpath.d/type1-urw-fonts:pri=50
%{_sysconfdir}/X11/fontpath.d/type1-urw-fonts-adobestd35:pri=50

#----------------------------------------------------------------------------

%prep
%setup -q -c -a1 -a4 -a5
%patch0 -p1 -b .fontscale
%patch1 -p1 -b .mono
%patch2 -p1 -b .urw
%patch3 -p1 -b .split
%patch4 -p1 -b .mono2

%build
%if %{with rebuild}
# Resave PFB fonts, so /FontBBox will result as executable array
cat > copypfb.ff <<EOF
#!/usr/bin/fontforge
Open(\$1);
myfamilyname = \$familyname;
myweight = \$weight;
if (\$weight == "Demibold")
  myweight = "DemiBold";
  Print ("Fixing weight to DemiBold");
endif
if (\$familyname == "URW Chancery L ")
  myfamilyname = "URW Chancery L";
  Print ("Fixing URW Chancery L familyname");
endif
SetFontNames(\$fontname,myfamilyname,\$fullname,myweight,\$copyright,\$fontversion + "_%{version}-%{release}");
Generate(\$2,"",3);
Print ("Rebuilt: ", \$fontname);
Quit(0);
EOF
chmod +x copypfb.ff

mkdir -p fonts_fixed fixed
for i in fonts/*.pfb; do
	./copypfb.ff $i fonts_fixed/`basename $i`
done
for i in *.pfb; do
	./copypfb.ff $i fixed/`basename $i`
done

%endif

%install
mkdir -p %{buildroot}%{_datadir}/fonts/default/Type1 \
	%{buildroot}%{_datadir}/fonts/default/Type1/adobestd35

%if %{with rebuild}
# install original URW fonts (from ghostscript set)
install -m 644	fonts_fixed/*.afm \
		fonts_fixed/*.pfm \
		fonts_fixed/*.pfb \
			%{buildroot}%{_datadir}/fonts/default/Type1/
# install new versions with cyrillic glyphs (and overwrite original
# ones if needed)
install -m 644	fixed/*.afm \
		fixed/*.pfm \
		fixed/*.pfb \
			%{buildroot}%{_datadir}/fonts/default/Type1/
# install fonts.scale/fonts.dir
install -m 644 fonts/fonts.scale \
			%{buildroot}%{_datadir}/fonts/default/Type1/
install -m 644 fonts/fonts.scale \
			%{buildroot}%{_datadir}/fonts/default/Type1/fonts.dir
install -m 644 fonts/fonts.scale.adobe \
	%{buildroot}%{_datadir}/fonts/default/Type1/adobestd35/fonts.scale
install -m 644 fonts/fonts.scale.adobe \
        %{buildroot}%{_datadir}/fonts/default/Type1/adobestd35/fonts.dir
%else
install -m 644	urw-fonts-%{urwmdkver}/*.afm \
	urw-fonts-%{urwmdkver}/*.pfm \
	urw-fonts-%{urwmdkver}/*.pfb \
	urw-fonts-%{urwmdkver}/fonts.dir \
	urw-fonts-%{urwmdkver}/fonts.scale \
		%{buildroot}%{_datadir}/fonts/default/Type1/
install -m 644 urw-fonts-%{urwmdkver}/fonts.scale.adobe \
	%{buildroot}%{_datadir}/fonts/default/Type1/adobestd35/fonts.scale
install -m 644 urw-fonts-%{urwmdkver}/fonts.dir.adobe \
	%{buildroot}%{_datadir}/fonts/default/Type1/adobestd35/fonts.dir
## copy fixed fonts
#cp -fp	n022003l.{afm,pfm,pfb} \
#	n022004l.{afm,pfm,pfb} \
#	n022023l.{afm,pfm,pfb} \
#	n022024l.{afm,pfm,pfb} \
#	%{buildroot}%{_datadir}/fonts/default/Type1/
%endif

cd %{buildroot}%{_datadir}/fonts/default/Type1/adobestd35
for i in ../*.pfb ../*.afm ../*.pfm; do \
	ln -s $i
done

(cd %{buildroot}/usr/share/fonts/default/Type1
# X.org's mkfontdir messes up encoding order, using alphabetical one,
# so for now comment the next line.
#    mkfontdir .
)

mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d/
ln -s ../../..%{_datadir}/fonts/default/Type1 \
    %{buildroot}%{_sysconfdir}/X11/fontpath.d/type1-urw-fonts:pri=50
ln -s ../../..%{_datadir}/fonts/default/Type1/adobestd35 \
    %{buildroot}%{_sysconfdir}/X11/fontpath.d/type1-urw-fonts-adobestd35:pri=50

install -m644 %{SOURCE6} %{buildroot}%{_datadir}/fonts/default/Type1


%changelog

* Fri Apr 24 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0-35
- (fd30f74) Added Fontmap to make ghostscript handle URW fonts



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26198 |14mu|usb_modeswitch-2.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fname	usb-modeswitch

Name:		usb_modeswitch
Summary:	Activating Switchable USB Devices on Linux
Version:	2.4.0
Release:	2
License:	GPLv2+
Group:		System/Configuration/Hardware
URL:		http://www.draisberghof.de/usb_modeswitch/
Source0:	http://www.draisberghof.de/usb_modeswitch/%{fname}-%{version}.tar.bz2
Source1:	usb_modeswitch.rpmlintrc
# http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=2&t=2546
Patch0:		rhbz948451-fix-manual-pages.patch
# http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=2&t=2556
Patch1:		0001-Fix-crash-on-early-fail.patch
# http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=2&t=2557
Patch2:		0001-usb_modeswitch-don-t-return-a-value-from-stack.patch
BuildRequires:	usb-compat-devel
Requires:	sysfsutils
Requires(pre):	tcl
Requires:	usb_modeswitch-data >= 20140529

%description
USB_ModeSwitch is a mode switching tool for controlling "flip flop"
(multiple device) USB gear.

Several new USB devices (especially high-speed wireless WAN stuff,
they're expensive anyway) have their Windows drivers onboard; when
plugged in for the first time they act like a flash storage and start
installing the driver from there. After that (and on every consecutive
plugging) this driver switches the mode internally, the storage device
vanishes (in most cases), and a new device (like an USB modem) shows
up. The WWAN gear maker Option calls that feature "ZeroCD (TM)".

%prep
%setup -qn %{fname}-%{version}
%patch0 -p1 -b .manpage
%patch1 -p1 -b .libusb_exit
%patch2 -p1 -b .stack

%build
%make CC=%{__cc} CFLAGS="%{optflags}" LDFLAGS="%{ldflags}"

%install
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
%makeinstall_std \
        SYSDIR=$RPM_BUILD_ROOT%{_unitdir}

%files
/lib/udev/usb_modeswitch
%{_unitdir}/usb_modeswitch@.service
%{_sbindir}/*
%{_mandir}/man1/*
%config(noreplace) %{_sysconfdir}/usb_modeswitch.conf

%changelog

* Fri Nov 25 2016 abondrov <andrey.bondrov@rosalab.ru> 2.4.0-2
- (6a9d8c0) Merge pull request #2 from keleg/usb_modeswitch:rosa2014.1
- (6a9d8c0) Add fedora patches, enable systemd service



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26199 |14mu|usb_modeswitch-data-20160803-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	fname	usb-modeswitch-data

Name:		usb_modeswitch-data
Version:	20160803
Release:	1
Summary:	Activating Switchable USB Devices on Linux
Group:		System/Configuration/Hardware
License:	GPLv2+
URL:		http://www.draisberghof.de/usb_modeswitch/
Source0:	http://www.draisberghof.de/usb_modeswitch/%{fname}-%{version}.tar.bz2

# Version 20160803 requires usb-modeswitch version >= 2.4.0, see
# http://www.draisberghof.de/usb_modeswitch/ChangeLogData.
Requires:	usb_modeswitch >= 2.4.0
BuildArch:	noarch

%description
USB Modeswitch brings up your datacard into operational mode. When plugged
in they identify themselves as cdrom and present some non-Linux compatible
installation files. This tool deactivates this cdrom-devices and enables
the real communication device. It supports most devices built and
sold by Huawei, T-Mobile, Vodafone, Option, ZTE, Novatel.

This package contains the data files needed for usb_modeswitch to function.

%prep
%setup -qn %{fname}-%{version}

%install
%makeinstall_std

%files
%doc ChangeLog README
/lib/udev/rules.d/40-usb_modeswitch.rules
%dir %{_datadir}/usb_modeswitch
%{_datadir}/usb_modeswitch/*

%changelog

* Tue Nov 01 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 20160803-1
- (128b9f2) Updated to version 20160803
- (128b9f2) http://www.draisberghof.de/usb_modeswitch/ChangeLogData
- (128b9f2) This version requires usb_modeswitch 2.4.0 or newer.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26200 |14mu|usbmuxd-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Daemon for communicating with Apple's iPod Touch and iPhone
Name:		usbmuxd
Version:	1.1.0
Release:	2
Group:		System/Kernel and hardware 
License:	GPLv2+ and LGPLv2+
URL:		http://www.libimobiledevice.org/
Source0:	http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libusb-1.0)
BuildRequires:	pkgconfig(libplist) =>1.1
BuildRequires:	pkgconfig(systemd)
BuildRequires:  pkgconfig(libimobiledevice-1.0)

Requires(pre,postun):	rpm-helper

%description
usbmuxd is a daemon used for communicating with Apple's iPod Touch and iPhone
devices. It allows multiple services on the device to be accessed
simultaneously.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

install -d %{buildroot}%{_presetdir}
cat > %{buildroot}%{_presetdir}/86-usbmuxd.preset << EOF
enable usbmuxd.service
EOF

%pre
%_pre_useradd usbmux /proc /sbin/nologin

%postun
%_postun_userdel usbmux

%files
%doc AUTHORS README
/lib/udev/rules.d/39-usbmuxd.rules
%{_presetdir}/86-usbmuxd.preset
%{_unitdir}/usbmuxd.service
%{_sbindir}/usbmuxd
%{_mandir}/man1/usbmuxd.1.*

%changelog

* Mon Sep 28 2015 Denis Silakov <dsilakov@gmail.com> 1.1.0-2
- (61010b1) Updated to 1.1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26201 |14mu|usbredir-0.7.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define oname		usbredir

%define major_parser		1
%define libname_parser		%mklibname usbredirparser %{major_parser}
%define develname_parser	%mklibname usbredirparser -d

%define major_host		1
%define libname_host		%mklibname usbredirhost %{major_host}
%define develname_host		%mklibname usbredirhost -d

Name:		usbredir
Version:	0.7.1
Release:	1
License:	GPL-2.0+ ; LGPL-2.1+
Summary:	A protocol for redirection USB traffic

URL:		http://spice-space.org/page/UsbRedir
Group:		System/Libraries
Source0:	http://spice-space.org/download/usbredir/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(libusb-1.0) => 1.0.9

%description
usbredir is a protocol for redirection USB traffic from a single USB device,
to a different (virtual) machine then the one to which the USB device is
attached. See usb-redirection-protocol.txt for the description / definition
of this protocol.

# ---------------------------------------------------------------------------

%package -n %{libname_host}
Summary:	A protocol for redirection USB traffic

Group:		System/Libraries

%description -n %{libname_host}
usbredir is a protocol for redirection USB traffic from a single USB device,
to a different (virtual) machine then the one to which the USB device is
attached. See usb-redirection-protocol.txt for the description / definition
of this protocol.

%package -n %{develname_host}
Summary:	Development files for %{name}

Group:		Development/C
Requires:	%{libname_host} = %{version}-%{release}
Requires:	%{name}-devel = %{version}-%{release}

%description -n %{develname_host}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

# ---------------------------------------------------------------------------

%package -n %{libname_parser}
Summary:	A protocol for redirection USB traffic

Group:		System/Libraries

%description -n %{libname_parser}
usbredir is a protocol for redirection USB traffic from a single USB device,
to a different (virtual) machine then the one to which the USB device is
attached. See usb-redirection-protocol.txt for the description / definition
of this protocol.

%package -n %{develname_parser}
Summary:	Development files for %{name}

Group:		Development/C
Requires:	%{libname_parser} = %{version}-%{release}
Requires:	%{name}-devel = %{version}-%{release}

%description -n %{develname_parser}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

# ---------------------------------------------------------------------------

%package devel
Summary:	A protocol for redirection USB traffic - Development files

Group:		Development/C
Requires:	%{libname_host} = %{version}-%{release}
Requires:	%{libname_parser} = %{version}-%{release}

%description devel
usbredir is a protocol for redirection USB traffic from a single USB device,
to a different (virtual) machine then the one to which the USB device is
attached. See usb-redirection-protocol.txt for the description / definition
of this protocol.

%prep
%setup -q

%build
#export CPPFLAGS="$(pkg-config --cflags libusb-1.0) %{optflags}"
#export LDFLAGS=$(pkg-config --libs libusb-1.0)
%configure2_5x --disable-static
%make

%install
%makeinstall_std LIBDIR=%{_libdir} PREFIX=%{_prefix}
find %{buildroot} -type f -name "*.la" -delete -print

%files
%doc ChangeLog README COPYING
%{_sbindir}/usbredirserver
%{_mandir}/man1/usbredirserver.1.*

%files -n %{libname_host}
%{_libdir}/libusbredirhost.so.%{major_host}*

%files -n %{develname_host}
%{_includedir}/usbredirhost.h
%{_libdir}/libusbredirhost.so
%{_libdir}/pkgconfig/libusbredirhost.pc

%files -n %{libname_parser}
%{_libdir}/libusbredirparser.so.%{major_parser}*

%files -n %{develname_parser}
%{_includedir}/usbredirparser.h
%{_libdir}/libusbredirparser.so
%{_libdir}/pkgconfig/libusbredirparser-0.5.pc

%files devel
%{_includedir}/usbredirproto.h
%{_includedir}/usbredirfilter.h

%changelog

* Sun Jan 17 2016 dsilakov <denis.silakov@rosalab.ru> 0.7.1-1
- (f3f448a) Merge pull request #2 from import/usbredir:auto_update
- (f3f448a) Updated to 0.7.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26202 |14mu|userdrake-1.14-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A graphical interface for administering users and groups
Name:		userdrake
Version:	1.14
Release:	6
License:	GPL
Group:		System/Configuration/Other
Url:		https://abf.rosalinux.ru/omv_software/userdrake
#cvs source
# http://www.mandrivalinux.com/en/cvs.php3
Source0:	%{name}-%{version}.tar.xz
Patch0:		userdrake-1.13.2-mdv_to_rosa.patch
Patch1:         userdrake-1.13.2-fix-new-user-groups.patch
Patch2:         userdrake-1.14-homedir-permissions.patch
BuildRequires:	gettext
BuildRequires:	pam-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(libuser)
BuildRequires:	pkgconfig(glib-2.0)
Requires:	drakxtools
Requires:	libuser
Requires:	transfugdrake
Requires:	usermode-consoleonly
Suggests:	xguest

%description
Userdrake is a user-friendly and powerful tool for administrating users and 
groups. It depends on the libuser library. 

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
cd USER
perl Makefile.PL INSTALLDIRS=vendor 
cd ..
make OPTIMIZE="%{optflags} -w" 

%install
make PREFIX=%{buildroot} install 

cd USER
%makeinstall_std
cd ..

#install lang
%find_lang userdrake

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-userdrake.desktop <<EOF
[Desktop Entry]
Name=User Administration
Comment=Add or remove users and groups
Exec=/usr/bin/userdrake
Icon=userdrake
Type=Application
StartupNotify=true
Categories=GTK;System;X-MandrivaLinux-CrossDesktop;
NoDisplay=true
EOF

# consolehelper configuration
ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/userdrake
ln -sf %{_bindir}/userdrake %{buildroot}%{_bindir}/drakuser
mkdir -p %{buildroot}%{_sysconfdir}/pam.d

cat > %{buildroot}%{_sysconfdir}/pam.d/userdrake <<EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps/
cat > %{buildroot}%{_sysconfdir}/security/console.apps/userdrake <<EOF
USER=root
PROGRAM=/usr/sbin/userdrake
FALLBACK=false
SESSION=true
EOF

# userdrake <-> drakuser
ln -s %{_sysconfdir}/pam.d/userdrake %{buildroot}%{_sysconfdir}/pam.d/drakuser
ln -s %{_sysconfdir}/security/console.apps/userdrake \
        %{buildroot}%{_sysconfdir}/security/console.apps/drakuser

%files -f userdrake.lang
%doc README COPYING RELEASE_NOTES
%config(noreplace) %{_sysconfdir}/sysconfig/userdrake
%config(noreplace) %{_sysconfdir}/pam.d/userdrake
%config(noreplace) %{_sysconfdir}/security/console.apps/userdrake
# two symlinks in sysconfdir
%{_sysconfdir}/pam.d/drakuser
%{_sysconfdir}/security/console.apps/drakuser
%{_prefix}/bin/*
%{_prefix}/sbin/*
%{_datadir}/userdrake
%{_mandir}/man3/USER*
%{_datadir}/applications/mandriva-*.desktop
%{perl_vendorarch}/USER.pm
%{perl_vendorarch}/auto/USER
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png


%changelog
* Mon Oct 06 2014 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 1.14-6
+ Revision: aaec872
- Default permissions for home directory 0755



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26203 |14mu|usermode-1.111-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	Graphical tools for certain user account management tasks
Name:		usermode
Version:	1.111
Release:	15
Epoch:		1
License:	GPLv2+
Group:		System/Configuration/Other
Url:		https://fedorahosted.org/usermode/
Source0:	https://fedorahosted.org/releases/u/s/usermode/%{name}-%{version}.tar.xz
Source1:	config-util
Source2:	config-util-user
Patch0:		usermode-1.111-werror.patch
Patch1:		usermode-1.99-environment.patch
# http://qa.mandriva.com/show_bug.cgi?id=32459
Patch3:		usermode-1.99-uz-po.patch
Patch4:		dialog-grab-fix.patch
BuildRequires:	autoconf2.5
BuildRequires:	desktop-file-utils
BuildRequires:	intltool
BuildRequires:	gettext-devel
%if %{with selinux}
BuildRequires:	selinux-devel
%endif
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libstartup-notification-1.0)
BuildRequires:	pkgconfig(libuser)
BuildRequires:	pkgconfig(sm)
Requires:	pam
Requires:	util-linux
Requires:	%{name}-consoleonly = %{EVRD}
Conflicts:	SysVinit < 2.74-14

%description
The usermode package contains several graphical tools for users:
userinfo, usermount and userpasswd. Userinfo allows users to change
their finger information. Usermount lets users mount, unmount, and
format filesystems. Userpasswd allows users to change their passwords.

Install the usermode package if you would like to provide users with
graphical tools for certain account management tasks.

%files
%{_bindir}/usermount
%{_mandir}/man1/usermount.1*
%{_bindir}/userformat
%{_mandir}/man1/userformat.1*
%{_bindir}/userinfo
%{_mandir}/man1/userinfo.1*
%{_bindir}/userpasswd
%{_mandir}/man1/userpasswd.1*
%{_bindir}/consolehelper-gtk
%{_mandir}/man8/consolehelper-gtk.8*
%{_bindir}/pam-panel-icon
%{_mandir}/man1/pam-panel-icon.1*
%{_datadir}/%{name}
%{_datadir}/pixmaps/*
%{_datadir}/applications/*
%{_sysconfdir}/pam.d/config-util-user

%post
if [ ! -z "$SECURE_LEVEL" ];then
if [ -x /usr/sbin/msec -a "$SECURE_LEVEL" -gt "3" ]; then  /usr/sbin/msec $SECURE_LEVEL || true ; fi
fi

%triggerpostun -- usermode < 1.111-3
#Now we need use upstream config-util. Use for migrate only! 
rm -f %{_sysconfdir}/pam.d/mandriva-console-auth
rm -f %{_sysconfdir}/pam.d/mandriva-simple-auth

#----------------------------------------------------------------------------

%package -n %{name}-consoleonly
Summary:	Non-graphical part of usermode
Group:		System/Libraries

%description -n %{name}-consoleonly
This package contains only the usermode stuff which doesn't require
XFree or GTK to run.

%files -n %{name}-consoleonly -f %{name}.lang
%doc COPYING ChangeLog NEWS README
%attr(4711,root,root) /usr/sbin/userhelper
%{_bindir}/consolehelper
%{_mandir}/man8/userhelper.8*
%{_mandir}/man8/consolehelper.8*
%config(noreplace) /etc/security/console.apps/config-util

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
%if %{with selinux}
	--with-selinux
%else
	--without-selinux
%endif
%make

%install
%makeinstall_std VENDOR=mandriva

# make userformat symlink to usermount
ln -sf usermount %{buildroot}%{_bindir}/userformat
ln -s usermount.1 %{buildroot}%{_mandir}/man1/userformat.1

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
install -p -m 644 %{SOURCE1} \
	%{buildroot}%{_sysconfdir}/security/console.apps/config-util

mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
install -p -m 644 %{SOURCE2} \
	%{buildroot}%{_sysconfdir}/pam.d/config-util-user

for i in mandriva-userinfo.desktop mandriva-userpasswd.desktop \
	mandriva-usermount.desktop; do
	echo 'NotShowIn=GNOME;KDE;MATE;' >>%{buildroot}%{_datadir}/applications/$i
	desktop-file-install --vendor mandriva --delete-original \
		--dir %{buildroot}%{_datadir}/applications \
		%{buildroot}%{_datadir}/applications/$i
done

%find_lang %{name}


%changelog

* Thu Jun 09 2016 Denis Silakov <dsilakov@gmail.com> 1:1.111-15
- (5417e75) Fix MATE desktop name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26204 |14mu|ustr-1.0.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 1.0
%define major 1
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d
%define sdevname %mklibname %{name} -d -s

%define libdebug %mklibname %{name}-debug %{api} %{major}
%define devdebug %mklibname %{name}-debug -d
%define sdevdebug %mklibname %{name}-debug -d -s

%define show_all_cmds       1
%define broken_fed_dbg_opts 1

%if %{show_all_cmds}
%define policy_cflags_hide HIDE=
%else
%define policy_cflags_hide %{nil}
%endif

%if %{broken_fed_dbg_opts}
# Variable name explains itself.
%define policy_cflags_broken DBG_ONLY_BAD_POLICIES_HAVE_THIS_EMPTY_CFLAGS=
%else
%define policy_cflags_broken %{nil}
%endif

%define policy_cflags %{policy_cflags_hide} %{policy_cflags_broken}

Summary:	String library, very low memory overhead, simple to import
Name:		ustr
Version:	1.0.4
Release:	8
License:	MIT or LGPLv2+ or BSD
Group:		System/Libraries
Url:		http://www.and.org/ustr/
Source0:	http://www.and.org/ustr/%{version}/%{name}-%{version}.tar.bz2

%description
Micro string library, very low overhead from plain strdup() (Ave. 44% for
0-20B strings). Very easy to use in existing C code. At it's simplest you can
just include a single header file into your .c and start using it.
This package also distributes pre-built shared libraries.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	String library, very low memory overhead, simple to import
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Conflicts:	%{_lib}ustr1 < 1.0.4-7
Obsoletes:	%{_lib}ustr1 < 1.0.4-7

%description -n %{libname}
Micro string library, very low overhead from plain strdup() (Ave. 44% for
0-20B strings). Very easy to use in existing C code. At it's simplest you can
just include a single header file into your .c and start using it.
This package also distributes pre-built shared libraries.

%files -n %{libname}
%doc ChangeLog LICENSE* README NEWS
%{_libdir}/libustr-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Header files for the Ustr string library, and the .so to link with.
Also includes a %{name}.pc file for pkg-config usage.
Includes the ustr-import tool, for if you jsut want to include
the code in your projects ... you don't have to link to the shared lib.

%files -n %{devname}
%{_datadir}/ustr-%{version}
%{_bindir}/ustr-import
%{_includedir}/ustr.h
%{_includedir}/ustr-*.h
%exclude %{_includedir}/ustr*debug.h
%{_libdir}/pkgconfig/ustr.pc
%{_libdir}/libustr.so
%{_datadir}/doc/ustr-devel-%{version}
%{_mandir}/man1/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static development files for %{name}
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
Static library for the Ustr string library.

%files -n %{sdevname}
%{_libdir}/libustr.a

#----------------------------------------------------------------------------

%package -n %{libdebug}
Summary:	Development files for %{name}, with debugging options turned on
Group:		Development/C
Provides:	%{name}-debug = %{EVRD}
Conflicts:	%{_lib}ustr1-debug < 1.0.4-7
Obsoletes:	%{_lib}ustr1-debug < 1.0.4-7

%description -n %{libdebug}
Dynamic libraries for a debug build of the Ustr string library.

%files -n %{libdebug}
%{_libdir}/libustr-debug-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devdebug}
Summary:	Development files for %{name}, with debugging options turned on
Group:		Development/C
Requires:	%{libdebug} = %{EVRD}
Requires:	%{name}-devel = %{EVRD}
Provides:	%{name}-debug-devel = %{EVRD}

%description -n %{devdebug}
Header files and dynamic libraries for a debug build of the Ustr string
library. Also includes a %{name}-debug.pc file for pkg-config usage.

%files -n %{devdebug}
%{_libdir}/libustr-debug.so
%{_includedir}/ustr-debug.h
%{_includedir}/ustr-conf-debug.h
%{_libdir}/pkgconfig/ustr-debug.pc

#----------------------------------------------------------------------------

%package -n %{sdevdebug}
Summary:	Static development files for %{name}, with debugging options turned on
Group:		Development/C
Requires:	%{devdebug} = %{EVRD}
Requires:	%{sdevname} = %{EVRD}
Provides:	%{name}-debug-static-devel = %{EVRD}

%description -n %{sdevdebug}
Static library for the debug build of the Ustr string library.

%files -n %{sdevdebug}
%{_libdir}/libustr-debug.a

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make all-shared CFLAGS="%{optflags} -fPIC" %{policy_cflags}

%install
%makeinstall LDCONFIG=/bin/true HIDE=

%check
%make check %{policy_cflags}


%changelog

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1.0.4-8
- (1d252c6) MassBuild#656: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26205 |14mu|uthash-devel-1.9.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname uthash

Name:		uthash-devel
Version:	1.9.9
Release:	2
Summary:	A hash table for C structures
Group:		Development/C
License:	BSD
URL:		http://troydhanson.github.io/uthash
Source0:	https://github.com/troydhanson/%{oname}/archive/v%{version}.tar.gz
BuildArch:	noarch

%description
Any C structure can be stored in a hash table using uthash. Just add a
UT_hash_handle to the structure and choose one or more fields in your 
structure to act as the key. Then use these macros to store, retrieve or 
delete items from the hash table. 

%prep
%setup -qn %{oname}-%{version}

%build

%install
install -d %{buildroot}%{_includedir}
cp -pa src/*.h %{buildroot}%{_includedir}/

%check
cd tests
%make

%files
%doc LICENSE doc/*.txt
%{_includedir}/ut*.h

%changelog

* Fri Nov 20 2015 Denis Silakov <dsilakov@gmail.com> 1.9.9-2
- (8a2d87f) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26206 |14mu|util-linux-2.25.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define blkid_major 1
%define libblkid %mklibname blkid %{blkid_major}
%define devblkid %mklibname blkid -d

%define uuid_major 1
%define libuuid %mklibname uuid %{uuid_major}
%define devuuid %mklibname uuid -d

%define libext2fs %mklibname ext2fs 2
%define devext2fs %mklibname ext2fs -d

%define mount_major 1
%define libmount %mklibname mount %{mount_major}
%define devmount %mklibname mount -d

%define smartcols_major 1
%define libsmartcols %mklibname smartcols %{smartcols_major}
%define devsmartcols %mklibname smartcols -d

%define git_url git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git

%define build_bootstrap 0
### Features
%define include_raw 1

%if !%{build_bootstrap}
%bcond_without python
%endif

%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

Summary:	A collection of basic system utilities
Name:		util-linux
Version:	2.25.2
Release:	2
License:	GPLv2 and GPLv2+ and BSD with advertising and Public Domain
Group:		System/Base
Url:		ftp://ftp.kernel.org/pub/linux/utils/util-linux
Source0:	ftp://ftp.kernel.org/pub/linux/utils/%{name}/v%(echo %{version} |cut -d. -f1-2)/%{name}-%{version}.tar.xz
# based on Fedora pam files, with pam_selinux stripped out
Source1:	util-linux-login.pamd
Source2:	util-linux-remote.pamd
Source3:	util-linux-chsh-chfn.pamd
Source4:	util-linux-60-raw.rules
Source5:	util-linux-su.pamd
Source6:	util-linux-su-l.pamd
Source7:	util-linux-runuser.pamd
Source8:	util-linux-runuser-l.pamd
Source11:	uuidd-tmpfiles.conf
# RHEL/Fedora specific mount options
Patch1:		util-linux-2.23.1-mount-managed.patch
# add note about ATAPI IDE floppy to fdformat.8
Patch3:		util-linux-ng-2.24.2-fdformat-man-ide.patch
# 151635 - makeing /var/log/lastlog
Patch5:		2.23-login-lastlog-create.patch
Patch12:	util-linux-2.24-mkstemp.patch

### Upstream patches

### Mandriva Specific patches

# misc documentation fixes for man pages
Patch111:	util-linux-2.11t-mkfsman.patch
# sparc build fix
Patch115:	util-linux-2.22-fix-ioctl.patch

# Added r & w options to chfn (lsb mandate)
Patch1202:	util-linux-2.20-chfn-lsb-usergroups.patch

# Preserve locale settings for login
Patch1220:	util-linux-2.24-login-preserve-locale.patch
# Make agetty login prompt localizable (as in login)
Patch1221:	util-linux-2.24-agetty-login-l10n.patch

BuildRequires:	gcc
BuildRequires:	libtool
BuildRequires:	sed
BuildRequires:	rpm-build
BuildRequires:	audit-devel
BuildRequires:	gettext-devel
BuildRequires:	pam-devel
%if %{with selinux}
BuildRequires:	selinux-devel
%endif
BuildRequires:	utempter-devel
%if !%{build_bootstrap}
BuildRequires:	pkgconfig(ext2fs)
%endif
BuildRequires:	pkgconfig(libcap-ng)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libsystemd-id128)
BuildRequires:	pkgconfig(libsystemd-journal)
BuildRequires:	pkgconfig(ncursesw) >= 5.9-6.20120922.3
#BuildRequires:	termcap-devel
BuildRequires:	pkgconfig(slang)
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(zlib)

Provides:	/bin/su
%rename		eject
%rename		fdisk
%rename		linux32
%rename		losetup
%rename		mount
%rename		tunelp
%rename		sparc32
%rename		schedutils
%rename		setarch
%rename		util-linux-ng
# old versions of e2fsprogs provides blkid / uuidd
Conflicts:	e2fsprogs < 1.41.8-2mnb2
Conflicts:	setup < 2.7.18-6
# old version of sysvinit-tools provides sulogin and utmpdump
Conflicts:	sysvinit < 2.87-11
# (tpg) add conflicts on older version dues to move su
Conflicts:	coreutils < 8.19-2
# (proyvind): handle sulogin, wall, mountpoint being moved
Conflicts:	sysvinit-tools < 2.87-18
Conflicts:	bash-completion < 2:2.1-9

# for /bin/awk
Requires(pre):	gawk
# for /usr/bin/cmp
Requires(pre):	diffutils
Requires(pre):	coreutils
Requires(pre):	bash-completion >= 2:2.1-10
Requires:	pam >= 0.66-4
Requires:	shadow-utils >= 4.0.3
Requires:	%{libblkid} = %{EVRD}
Requires:	%{libmount} = %{EVRD}
Requires:	%{libuuid} = %{EVRD}
Requires:	%{libsmartcols} = %{EVRD}
%if %{include_raw}
Requires:	udev
%endif

%description
The util-linux package contains a large variety of low-level system
utilities that are necessary for a Linux system to function.  Among
others, Util-linux-ng contains the fdisk configuration tool and the login
program.

%files -f %{name}.files
%doc NEWS AUTHORS
%doc misc-utils/getopt-*.{bash,tcsh}
%attr(755,root,root) /bin/login
%attr(4755,root,root) /bin/mount
%attr(4755,root,root) /bin/umount
/bin/dmesg
/bin/flock
/bin/lsblk
/bin/more
/bin/kill
/bin/logger
/bin/taskset
/bin/ionice
/bin/findmnt
/bin/mountpoint
/bin/su
/bin/wdctl
%{_bindir}/cal
%{_bindir}/chrt
%{_bindir}/col
%{_bindir}/colcrt
%{_bindir}/colrm
%{_bindir}/column
%{_bindir}/eject
%{_bindir}/fallocate
%{_bindir}/flock

%{_bindir}/getopt
%{_bindir}/hexdump
%{_bindir}/ionice
%{_bindir}/ipcmk
%{_bindir}/ipcrm
%{_bindir}/ipcs
%{_bindir}/isosize
%{_bindir}/last
%{_bindir}/lastb
%{_bindir}/logger
%{_bindir}/look
%{_bindir}/lscpu
%{_bindir}/lslocks
%{_bindir}/lslogins
%{_bindir}/mcookie
%{_bindir}/mesg
%{_bindir}/namei
%{_bindir}/nsenter
%{_bindir}/pg
%{_bindir}/prlimit
%{_bindir}/rename
%{_bindir}/renice
%{_bindir}/rev
%{_bindir}/script
%{_bindir}/setarch
%{_bindir}/setpriv
%{_bindir}/setsid
%{_bindir}/setterm
%{_bindir}/tailf
%{_bindir}/ul
%{_bindir}/unshare
%{_bindir}/uuidgen
%{_bindir}/utmpdump
%{_bindir}/whereis
%attr(4711,root,root) %{_bindir}/chfn
%attr(4711,root,root) %{_bindir}/chsh
%attr(2555,root,tty) %{_bindir}/wall
%attr(2755,root,tty) %{_bindir}/write
%config(noreplace) %{_sysconfdir}/pam.d/chfn
%config(noreplace) %{_sysconfdir}/pam.d/chsh
%config(noreplace) %{_sysconfdir}/pam.d/login
%config(noreplace) %{_sysconfdir}/pam.d/remote
%config(noreplace) %{_sysconfdir}/pam.d/su
%config(noreplace) %{_sysconfdir}/pam.d/su-l
%config(noreplace) %{_sysconfdir}/pam.d/runuser
%config(noreplace) %{_sysconfdir}/pam.d/runuser-l
%{_sysconfdir}/mtab
/sbin/addpart
/sbin/agetty
/sbin/blkid
/sbin/blkdiscard
/sbin/blockdev
/sbin/chcpu
/sbin/clock
/sbin/ctrlaltdel
/sbin/delpart
/sbin/fdisk
/sbin/findfs
/sbin/fsck
/sbin/fsck.cramfs
/sbin/fsck.minix
/sbin/fsfreeze
/sbin/fstrim
/sbin/hwclock
/sbin/losetup
/sbin/mkfs
/sbin/mkfs.cramfs
/sbin/mkfs.minix
/sbin/mkswap
/sbin/nologin
/sbin/partx
/sbin/pivot_root
/sbin/runuser
/sbin/sfdisk
/sbin/sulogin
/sbin/swaplabel
/sbin/swapon
/sbin/swapoff
/sbin/switch_root
/sbin/wipefs
%{_sbindir}/cfdisk
%{_sbindir}/clock
%{_sbindir}/fdformat
%{_sbindir}/hwclock
%{_sbindir}/ldattach
%{_sbindir}/readprofile
%{_sbindir}/resizepart
%{_sbindir}/rtcwake
%{_sbindir}/tunelp
%{_mandir}/man1/cal.1*
%{_mandir}/man1/chfn.1*
%{_mandir}/man1/chrt.1*
%{_mandir}/man1/chsh.1*
%{_mandir}/man1/col.1*
%{_mandir}/man1/colcrt.1*
%{_mandir}/man1/colrm.1*
%{_mandir}/man1/column.1*
%{_mandir}/man1/dmesg.1*
%{_mandir}/man1/eject.1*
%{_mandir}/man1/flock.1*
%{_mandir}/man1/fallocate.1*
%{_mandir}/man1/getopt.1*
%{_mandir}/man1/hexdump.1*
%{_mandir}/man1/ionice.1*
%{_mandir}/man1/ipcmk.1*
%{_mandir}/man1/ipcrm.1*
%{_mandir}/man1/ipcs.1*
%{_mandir}/man1/kill.1*
%{_mandir}/man1/last.1*
%{_mandir}/man1/lastb.1.*
%{_mandir}/man1/logger.1*
%{_mandir}/man1/login.1*
%{_mandir}/man1/look.1*
%{_mandir}/man1/lscpu.1*
%{_mandir}/man1/lslogins.1*
%{_mandir}/man1/mcookie.1*
%{_mandir}/man1/mesg.1*
%{_mandir}/man1/more.1*
%{_mandir}/man1/mountpoint.1*
%{_mandir}/man1/namei.1*
%{_mandir}/man1/nsenter.1*
%{_mandir}/man1/pg.1*
%{_mandir}/man1/prlimit.1*
%{_mandir}/man1/rename.1*
%{_mandir}/man1/renice.1*
%{_mandir}/man1/rev.1*
%{_mandir}/man1/runuser.1*
%{_mandir}/man1/script.1*
%{_mandir}/man1/setsid.1*
%{_mandir}/man1/setpriv.1*
%{_mandir}/man1/setterm.1*
%{_mandir}/man1/su.1*
%{_mandir}/man1/tailf.1*
%{_mandir}/man1/taskset.1*
%{_mandir}/man1/ul.1*
%{_mandir}/man1/uuidgen.1*
%{_mandir}/man1/unshare.1*
%{_mandir}/man1/utmpdump.1*
%{_mandir}/man1/wall.1*
%{_mandir}/man1/whereis.1*
%{_mandir}/man1/write.1*
%{_mandir}/man3/uuid_generate_time_safe.3*
%{_mandir}/man5/fstab.5*
%{_mandir}/man5/terminal-colors.d.5*
%{_mandir}/man8/addpart.8*
%{_mandir}/man8/agetty.8*
%{_mandir}/man8/blkdiscard.8*
%{_mandir}/man8/blkid.8*
%{_mandir}/man8/blockdev.8*
%{_mandir}/man8/cfdisk.8*
%{_mandir}/man8/chcpu.8*
%{_mandir}/man8/ctrlaltdel.8*
%{_mandir}/man8/delpart.8*
%{_mandir}/man8/fdformat.8*
%{_mandir}/man8/fdisk.8*
%{_mandir}/man8/findfs.8*
%{_mandir}/man8/findmnt.8*
%{_mandir}/man8/fsck.8*
%{_mandir}/man8/fsck.cramfs.8*
%{_mandir}/man8/fsck.minix.8*
%{_mandir}/man8/fsfreeze.8*
%{_mandir}/man8/fstrim.8*
%{_mandir}/man8/hwclock.8*
%{_mandir}/man8/isosize.8*
%{_mandir}/man8/ldattach.8*
%{_mandir}/man8/losetup.8*
%{_mandir}/man8/lsblk.8*
%{_mandir}/man8/lslocks.8*
%{_mandir}/man8/mkfs.8*
%{_mandir}/man8/mkfs.cramfs.8*
%{_mandir}/man8/mkfs.minix.8*
%{_mandir}/man8/mkswap.8*
%{_mandir}/man8/mount.8*
%{_mandir}/man8/nologin.8*
%{_mandir}/man8/partx.8*
%{_mandir}/man8/pivot_root.8*
%{_mandir}/man8/readprofile.8*
%{_mandir}/man8/resizepart.8*
%{_mandir}/man8/rtcwake.8*
%{_mandir}/man8/setarch.8*
%{_mandir}/man8/sfdisk.8*
%{_mandir}/man8/sulogin.8*
%{_mandir}/man8/swaplabel.8*
%{_mandir}/man8/swapon.8*
%{_mandir}/man8/swapoff.8*
%{_mandir}/man8/switch_root.8*
%{_mandir}/man8/tunelp.8*
%{_mandir}/man8/umount.8*
%{_mandir}/man8/wdctl.8*
%{_mandir}/man8/wipefs.8*
%{_unitdir}/fstrim.*
%{_datadir}/bash-completion/completions/*
%if %{include_raw}
/bin/raw
%{_mandir}/man8/raw.8*
%{_mandir}/man8/rawdevices.8*
%dir %{_sysconfdir}/blkid
%config %{_sysconfdir}/udev/rules.d/60-raw.rules
%endif

#----------------------------------------------------------------------------

%package -n %{libblkid}
Summary:	Block device ID library
Group:		System/Libraries
License:	LGPLv2+
Conflicts:	%{libext2fs} < 1.41.6-2mnb2
# MD this is because of the cmd rm and ln in the post config
Requires(post):	coreutils

%description -n %{libblkid}
This is block device identification library, part of util-linux.

%files -n %{libblkid}
/%{_lib}/libblkid.so.%{blkid_major}*

#----------------------------------------------------------------------------

%package -n %{devblkid}
Summary:	Block device ID library
Group:		Development/C
License:	LGPLv2+
Requires:	%{libblkid} = %{EVRD}
Requires:	%{devuuid} = %{EVRD}
Conflicts:	%{devext2fs} < 1.41.6-2mnb2
Provides:	libblkid-devel = %{EVRD}

%description -n %{devblkid}
This is the block device identification development library and headers,
part of util-linux.

%files -n %{devblkid}
%{_libdir}/libblkid.a
%{_libdir}/libblkid.so
%{_includedir}/blkid
%{_mandir}/man3/libblkid.3*
%{_libdir}/pkgconfig/blkid.pc

#----------------------------------------------------------------------------

%package -n %{libuuid}
Summary:	Universally unique ID library
Group:		System/Libraries
License:	BSD
Conflicts:	%{libext2fs} < 1.41.8-2mnb2

%description -n %{libuuid}
This is the universally unique ID library, part of e2fsprogs.

The libuuid library generates and parses 128-bit universally unique
id's (UUID's).A UUID is an identifier that is unique across both
space and time, with respect to the space of all UUIDs.  A UUID can
be used for multiple purposes, from tagging objects with an extremely
short lifetime, to reliably identifying very persistent objects
across a network.

%files -n %{libuuid}
/%{_lib}/libuuid.so.%{uuid_major}*

#----------------------------------------------------------------------------

%package -n %{devuuid}
Summary:	Universally unique ID library
Group:		Development/C
License:	BSD
Conflicts:	%{libext2fs} < 1.41.8-2mnb2
Requires:	%{libuuid} = %{version}
Provides:	libuuid-devel = %{EVRD}

%description -n %{devuuid}
This is the universally unique ID development library and headers,
part of e2fsprogs.

The libuuid library generates and parses 128-bit universally unique
id's (UUID's).A UUID is an identifier that is unique across both
space and time, with respect to the space of all UUIDs.  A UUID can
be used for multiple purposes, from tagging objects with an extremely
short lifetime, to reliably identifying very persistent objects
across a network.

%files -n %{devuuid}
%{_libdir}/libuuid.a
%{_libdir}/libuuid.so
%{_includedir}/uuid
%{_mandir}/man3/uuid.3*
%{_mandir}/man3/uuid_clear.3*
%{_mandir}/man3/uuid_compare.3*
%{_mandir}/man3/uuid_copy.3*
%{_mandir}/man3/uuid_generate.3*
%{_mandir}/man3/uuid_generate_random.3*
%{_mandir}/man3/uuid_generate_time.3*
%{_mandir}/man3/uuid_is_null.3*
%{_mandir}/man3/uuid_parse.3*
%{_mandir}/man3/uuid_time.3*
%{_mandir}/man3/uuid_unparse.3*
%{_libdir}/pkgconfig/uuid.pc

#----------------------------------------------------------------------------

%package -n uuidd
Summary:	Helper daemon to guarantee uniqueness of time-based UUIDs
Group:		System/Servers
License:	GPLv2
Requires(post):	systemd
Requires(pre):	shadow-utils
Requires(pre):	rpm-helper
Requires(post):	rpm-helper
Requires(preun):	rpm-helper
Requires(postun):	rpm-helper

%description -n uuidd
The uuidd package contains a userspace daemon (uuidd) which guarantees
uniqueness of time-based UUID generation even at very high rates on
SMP systems.

%files -n uuidd
%{_mandir}/man8/uuidd.8*
%{_unitdir}/uuidd.*
%{_sysconfdir}/tmpfiles.d/uuidd.conf
%attr(-, uuidd, uuidd) %{_sbindir}/uuidd
%dir %attr(2775, uuidd, uuidd) /var/lib/libuuid

%pre -n uuidd
%_pre_useradd uuidd /var/lib/libuuid /bin/false
%_pre_groupadd uuidd uuidd

%post -n uuidd
systemd-tmpfiles --create uuidd.conf
%_post_service uuidd

%preun -n uuidd
%_preun_service uuidd

%postun -n uuidd
%_postun_userdel uuidd

#----------------------------------------------------------------------------

%package -n %{libmount}
Summary:	Universal mount library
Group:		System/Libraries
License:	LGPLv2+

%description -n %{libmount}
The libmount library is used to parse /etc/fstab,
/etc/mtab and /proc/self/mountinfo files,
manage the mtab file, evaluate mount options, etc.

%files -n %{libmount}
/%{_lib}/libmount.so.%{mount_major}*

#----------------------------------------------------------------------------

%package -n %{devmount}
Summary:	Universally unique ID library
Group:		Development/C
License:	LGPLv2+
Requires:	%{libmount} = %{EVRD}
Provides:	libmount-devel = %{EVRD}

%description -n %{devmount}
Development files and headers for libmount library.

%files -n %{devmount}
%{_includedir}/libmount/libmount.h
%{_libdir}/libmount.so
%{_libdir}/libmount.a
%{_libdir}/pkgconfig/mount.pc

#----------------------------------------------------------------------------

%if %{with python}
%package -n python-libmount
Summary:	Python bindings for the libmount library
Group:		Development/Python
Requires:	%{libmount} = %{EVRD}
BuildRequires:	pkgconfig(python)

%description -n python-libmount
The libmount-python package contains a module that permits applications
written in the Python programming language to use the interface
supplied by the libmount library to work with mount tables (fstab,
mountinfo, etc) and mount filesystems.

%files -n python-libmount
%dir %{python_sitearch}/libmount
%{python_sitearch}/libmount/*
%endif

#----------------------------------------------------------------------------

%package -n %{libsmartcols}
Summary:	Formatting library for ls-like programs
License:	LGPL2+
Group:		System/Libraries
Requires(pre):	filesystem

%description -n %{libsmartcols}
The libsmartcols library is used to format output,
for ls-like terminal programs.

%files -n %{libsmartcols}
/%{_lib}/libsmartcols.so.%{smartcols_major}*

#----------------------------------------------------------------------------

%package -n %{devsmartcols}
Summary:	Formatting library for ls-like programs
License:	LGPL2+
Group:		Development/C
Requires:	%{libsmartcols} = %{EVRD}
Provides:	libsmartcols-devel = %{EVRD}

%description -n %{devsmartcols}
Development files and headers for libsmartcols library.

%files -n %{devsmartcols}
%{_includedir}/libsmartcols
%{_libdir}/libsmartcols.so
%{_libdir}/libsmartcols.*a
%{_libdir}/pkgconfig/smartcols.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%patch1 -p1 -b .options~
%patch3 -p1 -b .atapifloppy~
%patch5 -p1 -b .lastlog~
%patch12 -p1 -b .mkstemp

#LSB (sb)
%patch1202 -p1 -b .chfnlsb~

%patch111 -p1 -b .mkfsman~
%patch115 -p1 -b .fix-ioctl~
%patch1220 -p1
%patch1221 -p1

# rebuild build system for loop-AES patch
./autogen.sh

%build
%global optflags %{optflags} -Os

%serverbuild_hardened
unset LINGUAS || :

export CONFIGURE_TOP="$PWD"

mkdir -p system
pushd  system
%configure2_5x \
	--bindir=/bin \
	--sbindir=/sbin \
	--libdir=/%{_lib} \
	--enable-wall \
	--enable-partx \
	--enable-kill \
	--enable-write \
	--enable-mountpoint \
%if %{include_raw}
	--enable-raw \
%endif
	--disable-makeinstall-chown \
	--disable-rpath \
	--with-audit \
	--with-python=2 \
%if %{with selinux}
	--with-selinux \
%else
	--without-selinux \
%endif
	--with-udev \
	--enable-chfn-chsh \
	--enable-socket-activation \
	--enable-tunelp \
	--enable-nologin \
	--with-systemdsystemunitdir=%{_unitdir} \

# build util-linux
%make

popd

# remove vipw and vigr, they belong in shadow-utils
rm -f %{buildroot}%{_sbindir}/{vipw,vigr} %{buildroot}%{_mandir}/man8/{vigr,vipw}.*

%install
mkdir -p %{buildroot}/{bin,sbin}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_infodir}
mkdir -p %{buildroot}%{_mandir}/man{1,6,8,5}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_sysconfdir}/{pam.d,security/console.apps,blkid}

# install util-linux
%makeinstall_std -C system DESTDIR=%{buildroot} MANDIR=%{buildroot}%{_mandir} INFODIR=%{buildroot}%{_infodir}

%if %{include_raw}
echo '.so man8/raw.8' > %{buildroot}%{_mandir}/man8/rawdevices.8
{
  # see RH bugzilla #216664
  mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d
  pushd %{buildroot}%{_sysconfdir}/udev/rules.d
  install -m 644 %{SOURCE4} ./60-raw.rules
  popd
}
%endif

# Correct mail spool path.
perl -pi -e 's,/usr/spool/mail,/var/spool/mail,' %{buildroot}%{_mandir}/man1/login.1

%ifarch %{sparcx}
rm %{buildroot}%{_bindir}/sunhostid
cat << E-O-F > %{buildroot}%{_bindir}/sunhostid
#!/bin/sh
# this should be %%{_bindir}/sunhostid or somesuch.
# Copyright 1999 Peter Jones, <pjones@redhat.com> .
# GPL and all that good stuff apply.
(
idprom=\`cat /proc/openprom/idprom\`
echo \$idprom|dd bs=1 skip=2 count=2
echo \$idprom|dd bs=1 skip=27 count=6
echo
) 2>/dev/null
E-O-F
chmod 755 %{buildroot}%{_bindir}/sunhostid
%endif

# PAM settings
{
  pushd %{buildroot}%{_sysconfdir}/pam.d
  install -m 644 %{SOURCE1} ./login
  install -m 644 %{SOURCE2} ./remote
  install -m 644 %{SOURCE3} ./chsh
  install -m 644 %{SOURCE3} ./chfn
  install -m 644 %{SOURCE5} ./su
  install -m 644 %{SOURCE6} ./su-l
  install -m 644 %{SOURCE7} ./runuser
  install -m 644 %{SOURCE8} ./runuser-l
  popd
}

# This has dependencies on stuff in /usr
mv %{buildroot}{/sbin/,/usr/sbin}/cfdisk

ln -sf ../../sbin/hwclock %{buildroot}/usr/sbin/hwclock
ln -sf ../../sbin/clock %{buildroot}/usr/sbin/clock
ln -sf hwclock %{buildroot}/sbin/clock

install -D -p -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/tmpfiles.d/uuidd.conf

# And a dirs uuidd needs that the makefiles don't create
install -d %{buildroot}/var/lib/libuuid

# move flock in /bin, required for udev
# logger is useful in initscripts while /usr isn't mounted as well
# ionice needed for readahead_early
for p in flock logger ionice; do
	mv %{buildroot}{%{_bindir},/bin}/$p
	ln -sf ../../bin/$p %{buildroot}%{_bindir}/$p
done

# deprecated commands
for I in /sbin/mkfs.bfs %{_bindir}/scriptreplay; do
	rm %{buildroot}$I
done

# deprecated man pages
for I in man8/mkfs.bfs.8 man1/scriptreplay.1; do
	rm %{buildroot}%{_mandir}/${I}*
done

# we install getopt/getopt-*.{bash,tcsh} as doc files
# note: versions <=2.12 use path "%{_datadir}/misc/getopt/*"
chmod 644 misc-utils/getopt-*.{bash,tcsh}

# link mtab
ln -sf /proc/mounts %{buildroot}/etc/mtab

# /usr/sbin -> /sbin
for I in addpart delpart partx; do
	if [ -e %{buildroot}/usr/sbin/$I ]; then
		mv %{buildroot}/usr/sbin/$I %{buildroot}/sbin/$I
	fi
done

# /usr/bin -> /bin
for I in taskset; do
	if [ -e %{buildroot}/usr/bin/$I ]; then
		mv %{buildroot}/usr/bin/$I %{buildroot}/bin/$I
	fi
done

# /sbin -> /bin
for I in raw; do
	if [ -e %{buildroot}/sbin/$I ]; then
		mv %{buildroot}/sbin/$I %{buildroot}/bin/$I
	fi
done

%find_lang %{name}

# the files section supports only one -f option...
mv %{name}.lang %{name}.files

# create list of setarch(8) symlinks
find  %{buildroot}%{_bindir}/ -regextype posix-egrep -type l \
	-regex ".*(linux32|linux64|s390|s390x|i386|ppc|ppc64|ppc32|sparc|sparc64|sparc32|sparc32bash|mips|mips64|mips32|ia64|x86_64|uname26)$" \
	-printf "%{_bindir}/%f\n" >> %{name}.files

find  %{buildroot}%{_mandir}/man8 -regextype posix-egrep  \
	-regex ".*(linux32|linux64|s390|s390x|i386|ppc|ppc64|ppc32|sparc|sparc64|sparc32|sparc32bash|mips|mips64|mips32|ia64|x86_64|uname26)\.8.*" \
	-printf "%{_mandir}/man8/%f*\n" >> %{name}.files


%changelog

* Wed May 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.25.2-2
- (83fb8f6) Drop unused blkid-cachefile patch (fixed upstream long ago)
- (Andrey Bondrov: 9798bed) Selinux support should depend on system build configs
- (Andrey Bondrov: 11a86cb) Drop uclibc parts
- (Andrey Bondrov: 11a86cb) Spec cleanup

* Tue Jul 14 2015 law <a.lahin@ntcit-rosa.ru> 2.25.2-1
- (40d2079) Upgrade to version 2.25.2

* Mon May 18 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 2.24.2-14
- (bc3828a) BuildList#2501564: Increase release tag

* Fri May 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.24.2-13
- (bbd9f96) BuildList#2501564: Increase release tag

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 2.24.2-12
- (a932976) BuildList#2501564: Increase release tag

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 2.24.2-11
- (9eb7ae5) BuildList#2501564: Increase release tag

* Thu Apr 23 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 2.24.2-10
- (3c54de1) bring basic selinux support to all distributions

* Thu Mar 19 2015 law <a.lahin@ntcit-rosa.ru> 2.24.2-9
- (03cdb53) Increase release number

* Thu Mar 19 2015 law <a.lahin@ntcit-rosa.ru> 2.24.2-8
- (152930e) Make agetty login prompt localizable (as in login) (#bz5189)
- (law: ea8c247) Increase release number

* Thu Mar 19 2015 law <a.lahin@ntcit-rosa.ru> 2.24.2-7
- (b30a9a8) Preserve locale settings for login (#bz5189)
- (Alexander Lakhin: d3f1e28) MassBuild#656: Increase release tag

* Sun Feb 15 2015 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 2.24.2-6
- (c7f91e3) cleanup git repo
- (din (Dmitry Fedorov): 4081ba8) remove unused patchset
- (Dmitry Fedorov: c511b41) rebuild with udev

* Wed Sep 24 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 2.24.2-5
- (2b926e7) fix python BR
- (Dmitry Fedorov: d7c0d81) build with selinux
- (Dmitry Fedorov: c52c75f) Merge remote-tracking branch 'import/rosa2014.1' into current

* Fri Sep 19 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 2.19-15
- (d61437a) MassBuild#518: Increase release tag

* Fri Sep 19 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 2.19-14
- (49f672e) add missed pamd
- (Dmitry Fedorov: 8e70a91) moved su.pamd from coreutils

* Wed Sep 17 2014 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 2.19-13
- (d2f2bf4) cleanup *.la
- (Alex Burmashev: a009501) MassBuild#472: Increase release tag

* Tue Aug 12 2014 Alex Burmashev <alex.burmashev@gmail.com> 2.19-12
- (29aec8f) sync to certified branch, 12.08.2014

* Fri Jul 18 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.19-13
- (c34cf9f) MassBuild#456: Increase release tag

* Thu Jul 10 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.19-12
- (636f290) MassBuild#450: Increase release tag

* Tue Jul 01 2014 Alex Burmashev <alex.burmashev@gmail.com> 2.19-11
- (249d419) sync to certified branch

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.24.2-5
- (50f4d67) MassBuild#440: Increase release tag

* Thu May 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.24.2-4
- (19c3d39) Adjust Requires and Conflicts with bash-completion (as it has Epoch)

* Wed May 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.24.2-3
- (3f3254f) Require(pre) for bash-completion to avoid possible urpmi/rpm issue

* Tue May 13 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.24.2-2
- (1a132f1) Explicit conflict with bash-completion < 2.1-9

* Wed May 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.24.2-1
- (700bb6a) Updated to 2.24.2

* Thu Aug 01 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 2.19-11
- (2d58a21) Security fix
- (Danila Leontiev: d3dc506) Security fix
- (Danila Leontiev: 5800394) Security fix
- (Danila Leontiev: caf5227) Security fix
- (user: 079582a) Security fix

* Tue Mar 05 2013 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 2.19-10
- (bf8596a) Enabled selinux support

* Tue Oct 16 2012 Alexander Kazancev <kazancas@gmail.com> 2.22-3
- (205e890) Fix /etc/mtab symlinking

* Sun Sep 30 2012 Alex Burmashev <alex.burmashev@rosalab.ru> 2.22-2
- (ecc7630) Updated util-linux.spec
- (akdengi: 63a27ae) drop CVE patch
- (akdengi: b2dad60) LOG sync with cooker

* Fri Aug 10 2012 Alexander Khryukin <alexander@mezon.ru> 2.21.2-6
- (4bb8dcf) static lib added
- (Alexander Khryukin: d1f7ef4) la files removed
- (Alexander Kazancev: 4d9c437) Up version for rebuild

* Tue Jul 24 2012 Alexander Khryukin <alexander@mezon.ru> 2.21.2-4
- (9fa93fc) added la files into devel
- (Alexander Khryukin: 32ae0b7) serverbuild instead serverbuild_hardened
- (Alexander Khryukin: 2a0cb13) synced with cooker 2.21.2

* Thu May 31 2012 Danila Leontiev <danila.leontiev@rosalab.ru> 2.19-8
- (ca05c83) Security fix

* Mon May 28 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.21.2-1
- (e23af3a) Automatic import for version 2.21.2

* Fri Apr 20 2012 Alexander Kazancev <kazancas@mandriva.ru> 2.19-7
- (402027a) Updated util-linux.spec

* Fri Apr 20 2012 Alexander Kazancev <kazancas@mandriva.ru> 
- (8792e1c) Updated util-linux.spec

* Sun Apr 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.21.1-1
- (39d7e9a) Automatic import for version 2.21.1

* Mon Feb 27 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.21-1
- (18ada5f) Automatic import for version 2.21

* Tue Feb 21 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.20.1-1
- (c683a92) Automatic import for version 2.20.1

* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.20-1
- (1093d6f) Automatic import for version 2.20



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26207 |14mu|uucp-1.07-22
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The uucp utility for copying files between systems
Name:		uucp
Version:	1.07
Release:	22
License:	GPLv2+
Group:		Networking/File transfer
URL:		http://www.airs.com/ian/uucp.html
Source0:	ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.bz2
Source1:	uucp.log
Source2:	uucp-tmpfiles.conf
Patch0:		uucp-1.07-misc.patch
Patch7:		uucp-1.07-64bit-fixes.patch
Patch8:		uucp-1.07-config.patch
Patch9:		uucp-1.07-sigfpe.patch
#(peroyvind) depends on lockdev?
Patch10:	uucp-1.07-baudboy.patch
Patch11:	uucp-1.06.1-pipe.patch
Patch12:	uucp-1.07-format_not_a_string_literal_and_no_format_arguments.diff
Patch13:	uucp-1.07-nostrip.diff
BuildRequires:	texinfo
Requires(post):	rpm-helper

%description
The uucp command copies files between systems.  Uucp is primarily used
by remote machines downloading and uploading email and news files to
local machines.

Install the uucp package if you need to use uucp to transfer files
between machines.

%prep
%setup -q
%patch0 -p1 -b .misc
%patch7 -p1 -b .64bit-fixes
%patch8 -p1 -b .config
%patch9 -p1 -b .sigfpe
#%patch10 -p1 -b .baudboy
%patch11 -p1 -b .pipe
%patch12 -p0 -b .format_not_a_string_literal_and_no_format_arguments
%patch13 -p1 -b .nostrip

%build
STRIP="/bin/echo" \
LDFLAGS="%{ldflags}" \
%configure --with-newconfigdir=%{_sysconfdir}/%{name} --with-oldconfigdir=%{_sysconfdir}/%{name}
%make 

%install
%{makeinstall} STRIP="/bin/echo"

mkdir -p %{buildroot}/var/spool/uucp
mkdir -p %{buildroot}/var/spool/uucppublic
mkdir -p %{buildroot}%{_sysconfdir}/uucp/oldconfig

rm -rf %{buildroot}/var/log/uucp
mkdir -p %{buildroot}/var/log/uucp

mkdir -p %{buildroot}%{_libdir}/uucp
ln -sf ../../sbin/uucico %{buildroot}%{_libdir}/uucp

install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/logrotate.d/uucp
install -m644 %{SOURCE2} -D %{buildroot}%{_tmpfilesdir}/uucp.conf

# Create ghost files
touch %{buildroot}/var/log/uucp/{Log,Stats,Debug}

# the following is kind of gross, but it is effective
for i in dial passwd port dialcode sys call ; do
cat > %{buildroot}/etc/uucp/$i <<EOF 
# This is an example of a $i file. This file have the syntax compatible
# with Taylor UUCP (not HDB nor anything else). Please check uucp
# documentation if you are not sure how Taylor config files are supposed to 
# look like. Edit it as appropriate for your system.

# Everything after a '#' character is a comment.
EOF
done

# fix attribs so strip can touch it
chmod 755 %{buildroot}%{_sbindir}/* %{buildroot}%{_bindir}/*

%post
# These permissions have to be synced with below %%files
%create_ghostfile /var/log/uucp/Log uucp uucp 644
%create_ghostfile /var/log/uucp/Stats uucp uucp 644
%create_ghostfile /var/log/uucp/Debug uucp uucp 640
systemd-tmpfiles --create %{name}

%files
%defattr(-,root,root,755)
%doc README ChangeLog NEWS
%doc sample contrib
%attr(-,uucp,uucp) %dir /var/spool/uucp
%attr(-,uucp,uucp) %dir /var/spool/uucppublic
%attr(755,uucp,uucp) %dir %{_sysconfdir}/uucp
%{_infodir}/uucp.info*
%{_sbindir}/uuchk
%{_sbindir}/uuconv
%{_sbindir}/uusched
%attr(6555,uucp,uucp) %{_sbindir}/uucico
%attr(6555,uucp,uucp) %{_sbindir}/uuxqt
%attr(-,uucp,uucp) %{_bindir}/*
%{_mandir}/*/*
%{_libdir}/uucp/uucico
%attr(-,uucp,uucp) %dir /var/log/uucp
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/logrotate.d/uucp
%attr(644,uucp,uucp) %ghost /var/log/uucp/Log
%attr(644,uucp,uucp) %ghost /var/log/uucp/Stats
%attr(600,uucp,uucp) %ghost /var/log/uucp/Debug
%config(noreplace) %{_sysconfdir}/uucp/dial
%config(noreplace) %{_sysconfdir}/uucp/dialcode
%config(noreplace) %{_sysconfdir}/uucp/port
%config(noreplace) %{_sysconfdir}/uucp/passwd
%config(noreplace) %{_sysconfdir}/uucp/sys
%config(noreplace) %{_sysconfdir}/uucp/call
%{_tmpfilesdir}/uucp.conf

%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.07-22
+ Revision: 3db923c
- Fix tmpfiles creation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26208 |14mu|v4l-utils-1.8.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname v4l %{major}
%define devname %mklibname v4l -d
%define wrappersname %mklibname v4l-wrappers

Summary:	Linux V4L2 and DVB API utilities
Name:		v4l-utils
Version:	1.8.1
Release:	1
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://git.linuxtv.org/v4l-utils.git
Source0:	http://linuxtv.org/downloads/v4l-utils/%{name}-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
#Patch0:	fix-missing-includes.patch
BuildRequires:	jpeg-devel
BuildRequires:	qt4-devel
BuildRequires:	sysfsutils-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(udev)
Conflicts:	ivtv-utils < 1.4.0-2
Requires:	%{wrappersname} >= %{EVRD}

%description
v4l-utils is the combination of various v4l and dvb utilities which used to be
part of the v4l-dvb mercurial kernel tree.

%files
%config(noreplace) %{_sysconfdir}/rc_maps.cfg
%config(noreplace) /lib/udev/rules.d/70-infrared.rules
/lib/udev/rc_keymaps/*
%{_bindir}/cx18-ctl
%{_bindir}/decode_tm6000
%{_bindir}/ir-keytable
%{_bindir}/rds-ctl
%{_bindir}/v4l2-compliance
%{_bindir}/v4l2-ctl
%{_bindir}/dvb-fe-tool
%{_bindir}/dvb-format-convert
%{_bindir}/dvbv5-scan
%{_bindir}/dvbv5-zap
%{_bindir}/v4l2-sysfs-path
%{_sbindir}/v4l2-dbg
%{_mandir}/man1/ir-keytable.1.*
%{_bindir}/media-ctl
%{_mandir}/man1/dvb-fe-tool.1*
%{_mandir}/man1/dvb-format-convert.1*
%{_mandir}/man1/dvbv5-scan.1*
%{_mandir}/man1/dvbv5-zap.1*
%{_localedir}/pt_BR/LC_MESSAGES/libdvbv5.mo
%{_localedir}/pt_BR/LC_MESSAGES/v4l-utils.mo
%{_mandir}/man1/v4l2-compliance.1*
%{_mandir}/man1/v4l2-ctl.1*

#----------------------------------------------------------------------------

%package -n v4l-utils-qt4
Summary:	Qt4 tools for v4l applications
Group:		System/Libraries

%description -n v4l-utils-qt4
v4l-utils-qt4 is a QT4 gui for the v4l-utils tools.

%files -n v4l-utils-qt4
%{_bindir}/qv4l2
%{_datadir}/applications/qv4l2.desktop
%{_iconsdir}/hicolor/*/apps/qv4l2.*
%{_mandir}/man1/qv4l2.1*

#----------------------------------------------------------------------------

%package -n %{wrappersname}
Summary:	Wrappers for v4l applications
Group:		System/Libraries
Provides:	v4l-wrappers = %{EVRD}

%description -n %{wrappersname}
This package contains wrapper libraries that adds v4l2 device compatibility for
v4l1 applications and support for various pixelformats to v4l2 applications.

%files -n %{wrappersname}
%dir %{_libdir}/libv4l
%dir %{_libdir}/libv4l/plugins
%{_libdir}/libv4l/v4l1compat.so
%{_libdir}/libv4l/v4l2convert.so
%{_libdir}/libv4l/*-decomp
%{_libdir}/libv4l/plugins/libv4l-mplane.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Thin abstraction layer for video4linux2 devices
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{libname}
libv4l is a collection of libraries which adds a thin abstraction layer on top
of video4linux2 devices. The purpose of this (thin) layer is to make it easy
for application writers to support a wide variety of devices without having
to write separate code for different devices in the same class.

%files -n %{libname}
%{_libdir}/libv4l1.so.%{major}*
%{_libdir}/libv4l2*.so.%{major}*
%{_libdir}/libdvbv5.so.%{major}*
%{_libdir}/libv4lconvert.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files from libv4l
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	libv4l-devel = %{EVRD}

%description -n %{devname}
This package contains the development files needed to build programs that
use libv4l.

%files -n %{devname}
%{_includedir}/*.h
%{_includedir}/libdvbv5
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--enable-libdvbv5 \
	--disable-static
%make

%install
%makeinstall_std PREFIX="%{_prefix}" LIBDIR="%{_libdir}"

# already provided by ivtv-utils package, more uptodate/complete there
rm -f %{buildroot}%{_bindir}/ivtv-ctl

%changelog

* Mon Dec 28 2015 dsilakov <denis.silakov@rosalab.ru> 1.8.1-1
- (fc354fb) Merge pull request #7 from import/v4l-utils:auto_update
- (fc354fb) Updated to 1.8.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26209 |14mu|v8-3.20.17.15-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname %{name}_ %major
%define libpreparser %mklibname %{name}preparser %major
%define develname %mklibname %{name} -d

%define somajor 3
%define sominor 20
%define sobuild 17.15
%define sover %{somajor}.%{sominor}.%{sobuild}

%ifarch %{ix86}
%define target ia32
%endif
%ifarch x86_64
%define target x64
%endif
%ifarch %arm
%define target arm
%endif

Name:		v8
Version:	%{sover}
Release:	8
Summary:	JavaScript Engine
Group:		System/Libraries
License:	BSD
URL:		http://code.google.com/p/v8
Source0:	http://commondatastorage.googleapis.com/chromium-browser-official/%{name}-%{somajor}.%{sominor}.%{sobuild}.tar.bz2
ExclusiveArch:	%{ix86} x86_64 %arm
BuildRequires:	readline-devel
BuildRequires:	icu-devel

%description
V8 is Google's open source JavaScript engine.
V8 is written in C++ and is used 
in Google Chrome, the open source browser from Google.
V8 implements ECMAScript as specified in ECMA-262, 3rd edition.

%files
%doc AUTHORS ChangeLog LICENSE
%{_bindir}/d8

#--------------------------------------------------------------------

%package -n %{libname}
Summary:    JavaScript Engine
Group:      System/Libraries
Conflicts:  %{name} < 3.12.8 
Obsoletes:  %{_lib}v8 < %{EVRD}

%description -n %{libname}
V8 is Google's open source JavaScript engine.
V8 is written in C++ and is used 
in Google Chrome, the open source browser from Google.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#--------------------------------------------------------------------

%package  -n %develname
Group:      System/Libraries 
Summary:    Development headers and libraries for v8
Requires:   %{libname} = %{version}-%{release}
Obsoletes:  %{name}-devel < %{version}-%{release}
Provides:   %{name}-devel = %{version}-%{release}

%description -n %develname
Development headers and libraries for v8.

%files -n %develname
%{_includedir}/*.h
%{_includedir}/v8
%{_libdir}/*.so

#--------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}
# Make sure no bundled libraries are used.
find third_party -type f \! -iname '*.gyp*' -delete

%build
%setup_compile_flags
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
export LINK="%{__cxx}"


# configure sources
build/gyp_v8 --depth=. -Dcomponent=shared_library \
		-Dsoname_version=%{somajor} \
		-Dv8_target_arch=%{target} \
%ifarch armv7hl
		-Dv8_use_arm_eabi_hardfloat=true \
%endif	
%ifarch armv7l
		-Dv8_use_arm_eabi_hardfloat=false \
%endif
%ifarch %arm
		-Darmv7=1 \
		-Darm_neon=1 \
%endif
		-Dconsole=readline \
		-Duse_system_icu=1 \
		-Dv8_enable_i18n_support=1 \
		-Dwerror= \
		--generator-output=out -f make

%make -C out builddir=$(pwd)/out/%{target}.release V=1 BUILDTYPE=Release mksnapshot.%{target}
%make -C out builddir=$(pwd)/out/%{target}.release V=1 BUILDTYPE=Release

%install
mkdir -p %{buildroot}%{_includedir}
mkdir -p %{buildroot}%{_libdir}
install -p include/*.h %{buildroot}%{_includedir}

mkdir -p %{buildroot}%{_includedir}/v8/x64
install -p src/*.h %{buildroot}%{_includedir}/v8
install -p src/x64/*.h %{buildroot}%{_includedir}/v8/x64

install -p out/%{target}.release/lib.target/libv8.so* %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_bindir}
install -p -m0755 out/%{target}.release/d8 %{buildroot}%{_bindir}

pushd %{buildroot}%{_libdir}
mv libv8.so.%{somajor} libv8.so.%{version}
ln -sf libv8.so.%{version} libv8.so.%{somajor}.%{sominor}
ln -sf libv8.so.%{version} libv8.so.%{somajor}
ln -sf libv8.so.%{version} libv8.so
popd

chmod -x %{buildroot}%{_includedir}/v8/*.h


%changelog

* Sat Apr 09 2016 Denis Silakov <denis.silakov@rosalab.ru> 3.20.17.15-8
- (0820158) Fix library update from old versions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26210 |14mu|vaapi-driver-intel-1.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname intel-driver

Summary:	Is the VA-API implementation for Intel G45 chipsets
Name:		vaapi-driver-intel
Version:	1.6.1
Release:	1
Group:		Video
License:	GPLv2+
Url:		http://cgit.freedesktop.org/vaapi/intel-driver/
Source0:	http://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/libva-intel-driver-%{version}.tar.bz2
BuildRequires:	pkgconfig(libva) >= 0.35
Obsoletes:	vaapi-driver-i965 < 1.0.15

%description
libva-driver-intel is the VA-API implementation for Intel G45 chipsets
and Intel HD Graphics for Intel Core processor family.

%files
%doc AUTHORS NEWS
%{_libdir}/dri/*_drv_video.so

#--------------------------------------------------------------------------

%prep
%setup -qn libva-intel-driver-%{version}

%build
autoreconf -v --install
%configure2_5x
%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/dri/*.la

%changelog

* Tue Jan 26 2016 dsilakov <denis.silakov@rosalab.ru> 1.6.1-1
- (9c0d519) Merge pull request #1 from import/vaapi-driver-intel:auto_update
- (9c0d519) Updated to 1.6.1 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26211 |14mu|vala-0.28.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

%define api 0.28
%define major 0
%define libname %mklibname %{name} %{api} %{major}
%define devname %mklibname %{name} -d

#gw checks don't run in iurt
%bcond_with check

Summary:	Compiler for the GObject type system
Name:		vala
Version:	0.28.0
Release:	1
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
License:	LGPLv2.1+ and BSD
Group:		Development/Other
Url:		http://live.gnome.org/Vala
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/vala/%{url_ver}/%{name}-%{version}.tar.xz
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(glib-2.0) >= 2.25
%if %{with check}
BuildRequires:	pkgconfig(dbus-glib-1)
%endif

%description
Vala is a new programming language that aims to bring modern
programming language features to GNOME developers without imposing any
additional runtime requirements and without using a different ABI
compared to applications and libraries written in C.

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala
source code. It's also planned to generate GIDL files when
gobject-introspection is ready.

The syntax of Vala is similar to C#, modified to better fit the GObject
type system. Vala supports modern language features as the following:

* Interfaces
* Properties
* Signals
* Foreach
* Lambda expressions
* Type inference for local variables
* Non-null types [PARTIAL]
* Exception handling [PLANNED]
* Assisted memory management

* type modules (aka. Plugins)

Vala is designed to allow access to existing C libraries, especially
GObject-based libraries, without the need for runtime bindings. Each
to be used library requires a Vala API file at compile-time,
containing the class and method declarations in Vala syntax. Vala
currently comes with experimental bindings for GLib and GTK+. It's
planned to provide generated bindings for the full GNOME Platform at a
later stage.

Using classes and methods written in Vala from an application written
in C is not difficult. The Vala library only has to install the
generated header files and C applications may then access the
GObject-based API of the Vala library as usual. It should also be
easily possible to write a bindings generator for access to Vala
libraries from applications written in e.g. C# as the Vala parser is written
as a library, so that all compile-time information is available when
generating a binding.

%files
%doc NEWS README
%{_bindir}/vala
%{_bindir}/vala-%{api}
%{_bindir}/valac
%{_bindir}/valac-%{api}
%{_datadir}/vala-%{api}
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_mandir}/man1/valac.1*
%{_mandir}/man1/valac-%{api}.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Vala runtime library
Group:		System/Libraries

%description -n %{libname}
This is the runtime library of the Vala programming language.

%files -n %{libname}
%{_libdir}/libvala-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Vala development files
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{name} = %{EVRD}
Provides:	vala-devel = %{EVRD}

%description -n %{devname}
This is the development library of the Vala programming language.

%files -n %{devname}
%doc ChangeLog AUTHORS MAINTAINERS
%{_includedir}/vala-%{api}
%{_libdir}/libvala-%{api}.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/pkgconfig/*.pc
%{_datadir}/devhelp/books/vala-%{api}
%{_datadir}/aclocal/*.m4

#----------------------------------------------------------------------------

%package tools
Summary:	Tools for creating projects and bindings for %{name}
Group:		Development/Other
Requires:	%{name} = %{EVRD}
Requires:	gnome-common
Requires:	intltool
Requires:	libtool

%description tools
This package contains tools to generate Vala projects, as well as API bindings
from existing C libraries, allowing access from Vala programs.

%files tools
%{_bindir}/*gen*
%{_bindir}/vapicheck
%{_bindir}/vapicheck-%{api}
%{_datadir}/vala/Makefile.vapigen
%{_libdir}/vala-%{api}
%{_mandir}/*/*gen*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-vapigen

%make

%install
%makeinstall_std
find %{buildroot} -name "*.la" -delete

mkdir -p %{buildroot}%{_datadir}/vala/vapi

%if %{with check}
%check
%make check
%endif


%changelog

* Sun Mar 22 2015 Tigro <ashejn@gmail.com> 0.28.0-1
- (ffab8a2) update to 0.28.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26212 |14mu|vamp-plugin-sdk-2.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major 2
%define libname	%mklibname %{name} %{major}
%define develname %mklibname -d %{name}
%define staticdevelname %mklibname -d %{name} -s

Summary:	An API for audio analysis and feature extraction plugins
Name:		vamp-plugin-sdk
Version:	2.5
Release:	1
License:	BSD
Group:		System/Libraries
URL:		http://www.vamp-plugins.org/
Source0:	http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-%{version}.tar.gz
Patch0:         %{name}-2.5-libdir.patch
BuildRequires:	pkgconfig(sndfile)

%description
Vamp is an API for C and C++ plugins that process sampled audio data to produce
descriptive output (measurements or semantic observations).

%package -n	%{libname}
Summary:	An API for audio analysis and feature extraction plugins library
Group:		System/Libraries

%description -n	%{libname}
Vamp is an API for C and C++ plugins that process sampled audio data to produce
descriptive output (measurements or semantic observations).

%package -n	%{develname}
Summary:	Development files (headers) for SLV2
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}
Requires:	pkgconfig

%description -n	%{develname}
Vamp is an API for C and C++ plugins that process sampled audio data to produce
descriptive output (measurements or semantic observations).

The %{name}-devel package contains libraries
and header files for developing
applications that use %{name}.

%package -n	%{staticdevelname}
Summary:	Development files (headers) for SLV2
Group:		Development/C
Requires:	%{develname} = %{version}
Provides:	%{name}-static-devel = %{version}

%description -n	%{staticdevelname}
Vamp is an API for C and C++ plugins that process sampled audio data to produce
descriptive output (measurements or semantic observations).

The %{name}-static package contains library files for developing static
applications that use %{name}.

%prep

%setup -q 
%patch0 -p1 -b .libdir
sed -i 's|/lib/vamp|/%{_lib}/vamp|g' src/vamp-hostsdk/PluginHostAdapter.cpp
sed -i 's|/lib/|/%{_lib}/|g' src/vamp-hostsdk/PluginLoader.cpp

%build
./configure --prefix=/usr \
	    --libdir=%{_libdir} \
	    --bindir=%{_bindir} \
	    --sbindir=%{_sbindir} \
	    --includedir=%{_includedir}
#make
%make

%install
# fix libdir
find . -name '*.pc.in' -exec sed -i 's|/lib|/%{_lib}|' {} ';'
make install DESTDIR=%{buildroot} LIBDIR=%{_libdir}

find %{buildroot} -name '*.la' -exec rm -f {} ';'

# create Makefile for examples
cd examples
echo CXXFLAGS=%{optflags} -fpic >> Makefile
echo bundle: `ls *.o` >> Makefile
echo -e "\t"g++ \$\(CXXFLAGS\) -shared -Wl,-Bsymbolic \
     -o vamp-example-plugins.so \
     *.o \$\(pkg-config --libs vamp-sdk\) >> Makefile
echo `ls *.cpp`: >> Makefile
echo -e "\t"g++ \$\(CXXFLAGS\) -c $*.cpp >> Makefile
echo clean: >> Makefile
echo -e "\t"-rm *.o *.so >> Makefile
# clean directory up so we can package the sources
make clean

%files -n %{libname}
%doc COPYING README
%{_libdir}/*.so.*

%files -n %{develname}
%doc examples
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/vamp/*
%{_bindir}/vamp-rdf-template-generator
%{_bindir}/vamp-simple-host
%{_libdir}/pkgconfig/*.pc

%files -n %{staticdevelname}
%{_libdir}/*.a

%changelog

* Tue Sep 22 2015 Denis Silakov <dsilakov@gmail.com> 2.5-1
- (b4f118c) Updated to 2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26213 |14mu|vc-1.3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define sdevname %mklibname vc -d -s

Summary:	Ease explicit vectorization of C++ code
Name:		vc
Version:	1.3.0
Release:	2
License:	LGPLv2+
Group:		Development/C++
Url:		http://code.compeng.uni-frankfurt.de/projects/vc
Source0:	http://code.compeng.uni-frankfurt.de/attachments/download/164/Vc-%{version}.tar.gz
BuildRequires:	cmake

%description
Vc is a free software library to ease explicit vectorization of C++ code.
It has an intuitive API and provides portability between different
compilers and compiler versions as well as portability between different
vector instruction sets.

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Development files for %{name}
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
Development files (headers etc.) for %{name}.

%files -n %{sdevname}
%{_includedir}/Vc
%{_libdir}/libVc.a
%{_libdir}/cmake/Vc

#----------------------------------------------------------------------------

%prep
%setup -qn Vc-%{version}
%apply_patches

%build
%cmake
%make

%install
%makeinstall_std -C build


%changelog

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.0-2
- (8099694) MassBuild#1230: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26214 |14mu|vecmath-1.6.0-0.1.20130710git41fddda.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%global commit 41fddda1a4f430e45bef0154e1fdfe5671025f1e
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Name:          vecmath
Version:       1.6.0
Release:       0.1.20130710git41fddda.6
Summary:       The 3D vector math Java package, javax.vecmath
Group:         Development/Java
# License is GNU General Public License, version 2, with the Classpath Exception
License:       GPLv2 with exceptions
URL:           http://github.com/hharrison/vecmath
Source0:       https://github.com/hharrison/vecmath/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
# Fix link to javadoc
Patch0:        %{name}-%{version}-javadoc-link.patch
BuildArch:     noarch

BuildRequires:	ant
BuildRequires:	ant-junit
BuildRequires:	junit
BuildRequires:	java-devel >= 1:1.6.0
BuildRequires:	java-javadoc
BuildRequires:	jpackage-utils
BuildRequires:	java-rpmbuild

Requires:      java >= 1:1.6.0
Requires:      jpackage-utils

%description
The 3D vector math Java package, javax.vecmath.

%package javadoc
Group:         Documentation
Summary:       Javadoc for %{name}
Requires:      jpackage-utils

%description javadoc
This package contains javadoc for %{name}.

%prep
%setup -qn %{name}-%{commit}
%patch0 -p0

%build
%ant jar docs

%install
install -D -p -m 644 build/jars/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar

mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -a build/javadoc/* %{buildroot}%{_javadocdir}/%{name}

%files
%doc docs/api-changes* COPYRIGHT.txt LICENSE.txt LICENSE-SPEC.html
%{_javadir}/%{name}.jar

%files javadoc
%doc COPYRIGHT.txt LICENSE.txt LICENSE-SPEC.html
%{_javadocdir}/%{name}


%changelog

* Wed May 11 2016 Denis Silakov <dsilakov@gmail.com> 1.6.0-0.1.20130710git41fddda.6
- (58768a4) Move to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26215 |14mu|vigra-1.10.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define libname %mklibname vigraimpex %{major}
%define devname %mklibname %{name} -d

Summary:	Generic Programming for Computer Vision
Name:		vigra
Version:	1.10.0
Release:	6
License:	MIT
Group:		Development/C
Url:		http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/
Source0:	https://github.com/ukoethe/vigra/releases/download/Version-1-10-0/%{name}-%{version}-src-with-docu.tar.gz
BuildRequires:	cmake
BuildRequires:	doxygen
BuildRequires:	python-numpy
BuildRequires:	python-numpy-devel
BuildRequires:	python-sphinx
BuildRequires:	boost-devel
BuildRequires:	hdf5-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(zlib)

%description
VIGRA stands for "Vision with Generic Algorithms". It's a novel computer vision
library that puts its main emphasize on customizable algorithms and data
structures. By using template techniques similar to those in the C++ Standard
Template Library, you can easily adapt any VIGRA component to the needs of your
application, without thereby giving up execution speed.

#----------------------------------------------------------------------------

%package -n python-vigra
Summary:	Python interface for the vigra computer vision library
Requires:	%{libname} = %{EVRD}
Requires:	python-numpy

%description -n python-vigra
The vigra-python package provides python bindings for vigra.

%files -n python-vigra
%{python_sitearch}/vigra

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for %{name}
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run %{name}.

%files -n %{libname}
%doc LICENSE.txt README.md
%{_libdir}/libvigraimpex.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development header files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Libraries, include files and other resources you can use to develop
%{name} applications.

%files -n %{devname}
%{_bindir}/vigra-config
%doc doc/vigra doc/vigranumpy
%{_includedir}/%{name}
%{_libdir}/%{name}
%{_libdir}/libvigraimpex.so
%{_libdir}/vigranumpy/VigranumpyConfig.cmake

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%cmake -DWITH_OPENEXR=ON
%make VERBOSE=1

%install
%makeinstall_std -C build

rm -rf %{buildroot}/usr/doc

# cleanup
rm -f doc/vigranumpy/.buildinfo
find doc -type d | xargs chmod 755
find doc -type f | xargs chmod 644

%changelog

* Mon Feb 01 2016 Denis Silakov <dsilakov@gmail.com> 1.10.0-6
- (be99627) Really build with OpenEXR support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26216 |14mu|vim-7.4.936-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Notes / Warning :
# - this package is not prefixable

%define __noautoreq '.*/bin/awk|.*/bin/gawk'

# Should we build X11 gui
%bcond_without gui

%{?build_python3}%{?!build_python3:%bcond_with python3}

Summary:	VIsual editor iMproved
Name:		vim
Version:	7.4.936
Release:	2
License:	Charityware
Group:		Editors
Url:		http://www.vim.org/
Source0:	https://github.com/vim/vim/archive/%{name}-%{version}.tar.gz
# http://vim.sourceforge.net/scripts/script.php?script_id=98
Source5:	vim-spec-3.0.bz2
Source6:	http://trific.ath.cx/Ftp/vim/syntax/dhcpd.vim
# from apparmor-utils package
Source7:	apparmor.vim
Source8:	cfengine.vim
Source9:	nagios.vim
# ROSA patches
Patch0:		vim-7.2-vimrc_nosetmouse.patch
Patch2:		vim-5.6a-paths.patch
Patch3:		vim-7.4.936-rpm-spec-syntax.patch
Patch8:		vim-6.0af-man-path.patch
Patch10:	xxd-locale.patch
Patch20:	vimrc_hebrew.patch
Patch22:	vim-6.1-fix-xterms-comments.patch
Patch23:	vim-6.3-remove-docs.patch
Patch24:	vim-6.1-outline-mode.patch
Patch25:	vim-6.1-xterm-s-insert.patch
Patch27:	vim-6.1-rpm42.patch
Patch28:	vim-7.4.936-po-mode.patch
Patch30:	vim-7.3.478-add-dhcpd-syntax.patch
Patch33:	vim-7.4.005-CVE-2009-0316-debian.patch
# (proyvind): fix path to locale files
Patch35:	vim-7.4.936-use-proper-localedir.patch
Patch36:	vim-7.4.936-qt-highlighting.patch
Patch37:	vim-7.4.936-always-install-icons.patch

# Fedora patches
Patch100:	vim-7.0-fortify_warnings-1.patch
Patch101:	vim-7.4-fstabsyntax.patch

BuildRequires:	acl-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(python)
%if %{with python3}
BuildRequires:	pkgconfig(python3)
%endif
%if %{with gui}
BuildRequires:	tcl
BuildRequires:	tcl-devel
BuildRequires:	pkgconfig(libgnomeui-2.0)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(xt)
%endif

%description
VIM (VIsual editor iMproved) is an updated and improved version of the vi
editor. Vi was the first real screen-based editor for UNIX, and is still
very popular. VIM improves on vi by adding new features: multiple windows,
multi-level undo, block highlighting and more. The vim-common package
contains files which every VIM binary will need in order to run.

#----------------------------------------------------------------------------

%package common
Summary:	The common files needed by any version of the VIM editor
Group:		Editors
Conflicts:	man-pages-fr < 1.68.0-2mdk
Conflicts:	man-pages-it < 0.3.4-2mdk
Conflicts:	man-pages-pl <= 0.4-10mdk
Conflicts:	git-core < 1:1.6.0.1-2mdv

%description common
VIM (VIsual editor iMproved) is an updated and improved version of the vi
editor. Vi was the first real screen-based editor for UNIX, and is still
very popular. VIM improves on vi by adding new features: multiple windows,
multi-level undo, block highlighting and more. The vim-common package
contains files which every VIM binary will need in order to run.

%files common -f vim.lang
%doc README*.txt runtime/termcap
#%doc --parents mandriva/README*
%doc doc
%dir %{_datadir}/vim/
%{_datadir}/vim/autoload
%{_datadir}/vim/colors
%{_datadir}/vim/compiler
%{_datadir}/vim/doc
%{_datadir}/vim/ftplugin
%{_datadir}/vim/indent
%{_datadir}/vim/keymap
%dir %{_datadir}/vim/lang
%{_datadir}/vim/lang/README.txt
%{_datadir}/vim/macros
%{_datadir}/vim/plugin
%{_datadir}/vim/print
%{_datadir}/vim/spell
%{_datadir}/vim/syntax
%{_datadir}/vim/tools
%dir %{_datadir}/vim/tutor
%{_datadir}/vim/tutor/*.txt
%{_datadir}/vim/tutor/tutor
%{_datadir}/vim/tutor/tutor.vim
%{_datadir}/vim/*.vim
%{_datadir}/vim/vimrc
%{_mandir}/man1/vim.1*
%{_mandir}/man1/ex.1*
%{_mandir}/man1/vi.1*
%{_mandir}/man1/view.1*
%{_mandir}/man1/rvi.1*
%{_mandir}/man1/rview.1*
%{_mandir}/man1/vimdiff.1*
%{_mandir}/man1/vimtutor.1*
%{_mandir}/man1/rvim.1*
%{_bindir}/vimtutor
%{_bindir}/xxd
%{_mandir}/man1/xxd.1*
%dir %{_sysconfdir}/vim/
%config(noreplace) %{_sysconfdir}/vim/*

#----------------------------------------------------------------------------

%package minimal
Summary:	A minimal version of the VIM editor
Group:		Editors
Provides:	vim
Requires(post,postun):	update-alternatives

%description minimal
VIM (VIsual editor iMproved) is an updated and improved version of the vi
editor. Vi was the first real screen-based editor for UNIX, and is still
very popular. VIM improves on vi by adding new features: multiple windows,
multi-level undo, block highlighting and more. The vim-minimal package
includes a minimal version of VIM, which is installed into /bin/vi for use
when only the root partition is present.

%files minimal
%doc README*.txt
/bin/vim-minimal

%post minimal
update-alternatives --install /bin/vi vi /bin/vim-minimal 10 \
    --slave /bin/view view /bin/vim-minimal \
    --slave /bin/ex ex /bin/vim-minimal \
    --slave /bin/rvi rvi /bin/vim-minimal \
    --slave /bin/rview rview /bin/vim-minimal
update-alternatives --install /bin/vim vim /bin/vim-minimal 10 \
    --slave /bin/rvim rvim /bin/vim-minimal

%postun minimal
[ $1 = 0 ] || exit 0
update-alternatives --remove vi /bin/vim-minimal
update-alternatives --remove vim /bin/vim-minimal

%triggerpostun minimal -- vim-minimal < 7.3
update-alternatives --remove uvi /bin/vim-minimal
for i in view ex rvi rview rvim; do
    update-alternatives --remove $i /bin/$i || :
done

#----------------------------------------------------------------------------

%package enhanced
Summary:	A version of the VIM editor which includes recent enhancements
Group:		Editors
Requires:	vim-common >= %{EVRD}
Obsoletes:	vim-color
Provides:	vim
Provides:	vim-color
Requires(post,postun):	update-alternatives

%description enhanced
VIM (VIsual editor iMproved) is an updated and improved version of the vi
editor. Vi was the first real screen-based editor for UNIX, and is still
very popular. VIM improves on vi by adding new features: multiple windows,
multi-level undo, block highlighting and more. The vim-enhanced package
contains a version of VIM with extra, recently introduced features like
Python and Perl interpreters.

Install the vim-enhanced package if you'd like to use a version of the VIM
editor which includes recently added enhancements like interpreters for the
Python and Perl scripting languages. You'll also need to install the
vim-common package.

%files enhanced
%doc README*.txt
%{_bindir}/ex
%{_bindir}/vimdiff
%{_bindir}/vim-enhanced

%post enhanced
update-alternatives --install /bin/vi vi /usr/bin/vim-enhanced 20 \
    --slave /bin/view view /usr/bin/vim-enhanced \
    --slave /bin/ex ex /usr/bin/vim-enhanced \
    --slave /bin/rvi rvi /usr/bin/vim-enhanced \
    --slave /bin/rview rview /usr/bin/vim-enhanced
update-alternatives --install /bin/vim vim /usr/bin/vim-enhanced 20 \
    --slave /bin/rvim rvim /usr/bin/vim-enhanced

%postun enhanced
[ $1 = 0 ] || exit 0
update-alternatives --remove vi /usr/bin/vim-enhanced
update-alternatives --remove vim /usr/bin/vim-enhanced

%triggerpostun enhanced -- vim-enhanced < 7.3
update-alternatives --remove uvi /usr/bin/vim-enhanced

#----------------------------------------------------------------------------

%if %{with gui}
%package X11
Summary:	The VIM version of the vi editor for the X Window System
Group:		Editors
Provides:	vim
Requires:	vim-common >= %{EVRD}

%description X11
VIM (VIsual editor iMproved) is an updated and improved version of the vi
editor. Vi was the first real screen-based editor for UNIX, and is still
very popular. VIM improves on vi by adding new features: multiple windows,
multi-level undo, block highlighting and more. VIM-X11 is a version of the
VIM editor which will run within the X Window System. If you install this
package, you can run VIM as an X application with a full GUI interface and
mouse support.

Install the vim-X11 package if you'd like to try out a version of vi with
graphics and mouse capabilities. You'll also need to install the
vim-common package.

%files X11
%doc README*.txt
%{_bindir}/gvim
%{_bindir}/gvimdiff
%{_bindir}/vimx
%{_mandir}/man1/gvim.1*
%{_iconsdir}/locolor/16x16/apps/gvim.png
%{_iconsdir}/locolor/32x32/apps/gvim.png
%{_iconsdir}/hicolor/48x48/apps/gvim.png
%{_datadir}/applications/gvim.desktop
%{_datadir}/vim/gvimrc
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
# spec plugin
rm -f runtime/doc/pi_spec.txt
rm -f runtime/ftpplugin/spec.vim
tar xfj %{SOURCE5} -C runtime
cp -a %{SOURCE6} runtime/syntax/
cp -a %{SOURCE7} runtime/syntax/
cp -a %{SOURCE8} runtime/syntax/
cp -a %{SOURCE9} runtime/syntax/

#mdk patches
%patch0 -p1 -b .vimrc_nosetmouse~
%patch2 -p1
%patch3 -p1 -b .spec~
%patch8 -p1 -b .manpath~
%patch10 -p1 -b .xxdloc~
%patch20 -p1 -b .warly~
%patch22 -p0
%patch23 -p0 -b .doc~
%patch24 -p0
%patch25 -p0
%patch27 -p0
%patch28 -p1 -b .pomode~
%patch30 -p1
%patch33 -p1 -b .security~
%patch35 -p1 -b .localedir~
%patch36 -p1 -b .qthl~
%patch37 -p1 -b .icons_install~

# Fedora patches
%patch100 -p1
%patch101 -p1 -b .fstab~

# Get rid of patch backup files - some stuff gets installed by
# copying the entire directory
find . -name "*.*~" |xargs rm -f

perl -pi -e 's|SYS_VIMRC_FILE "\$VIM/vimrc"|SYS_VIMRC_FILE "%{_sysconfdir}/vim/vimrc"|' src/os_unix.h
perl -pi -e 's|SYS_GVIMRC_FILE "\$VIM/gvimrc"|SYS_GVIMRC_FILE "%{_sysconfdir}/vim/gvimrc"|' src/os_unix.h
# disable command echo
for i in runtime/{gvimrc_example.vim,vimrc_example.vim}; do
	 perl -pi -e 's!^set showcmd!set noshowcmd!' $i
done
perl -pi -e 's|\Qsvn-commit.*.tmp\E|svn-commit*.tmp|' ./runtime/filetype.vim
cd src
autoconf

%build
%if %{with gui}
# First build: gvim
%configure2_5x \
	--disable-darwin \
	--disable-selinux \
	--disable-xsmp \
	--disable-xsmp-interact \
	--enable-luainterp=dynamic \
	--enable-mzschemeinterp=no \
	--enable-perlinterp=dynamic \
	--enable-pythoninterp=dynamic \
	--enable-python3interp=dynamic \
	--enable-tclinterp=dynamic \
	--enable-rubyinterp=dynamic \
	--disable-cscope \
	--disable-workshop \
	--enable-netbeans \
	--disable-sniff \
	--enable-multibyte \
	--disable-hangulinput \
	--enable-xim \
	--enable-fontset \
	--with-features=huge \
	--enable-gui=gnome2 \
	--with-tlib=ncurses \
	--enable-gtk2-check \
	--enable-gnome-check \
	--enable-acl \
	--enable-gpm \
	--disable-sysmouse \
	--enable-nls \
	--with-x=yes \
	--with-compiledby="%{vendor} %{bugurl}" \
	--with-modified-by="%{packager}"

%make
mv src/vim src/gvim
make -C src clean
%endif

# Second build: vim-enhanced
%configure2_5x \
	--disable-selinux \
	--enable-acl \
	--enable-luainterp=dynamic \
	--enable-perlinterp=dynamic \
	--enable-pythoninterp=dynamic \
	--enable-python3interp=dynamic \
	--enable-tclinterp=dynamic \
	--enable-rubyinterp=dynamic \
	--with-features=huge \
	--with-x=no \
	--enable-gui=no \
	--with-tlib=ncurses \
	--with-compiledby="%{vendor} %{bugurl}" \
	--with-modified-by="%{packager}"

%make
mv src/vim src/vim-enhanced
make -C src/ clean

# Third build: vim-minimal
%configure2_5x \
	--disable-selinux \
	--with-features=tiny \
	--disable-tclinterp \
	--disable-cscope \
	--enable-multibyte \
	--disable-hangulinput \
	--disable-xim \
	--disable-fontset \
	--disable-gui \
	--disable-acl \
	--disable-pythoninterp \
	--disable-perlinterp \
	--with-x=no \
	--enable-gui=no \
	--with-tlib=ncurses \
	--disable-gpm \
	--with-compiledby="%{vendor} %{bugurl}" \
	--with-modified-by="%{packager}"

%make
cp src/vim src/vim-minimal
%make -C src MAKEMO=yes

cp -al runtime/doc doc
# apply os_doc.diff
pushd doc
rm -f *.1
rm -f os_{390,dos,msdos,risc,win32,amiga,mac,os2,beos,mint,qnx,vms}.txt
rm -f gui_{w16,w32}.txt
rm -f vim2html.pl Makefile *awk
popd

# britton support
ln -s tutor.fr runtime/tutor/tutor.br
ln -s menu_fr_fr.iso_8859-15.vim runtime/lang/menu_br

%install
%makeinstall_std VIMRTDIR="" MAKEMO=yes

make -C src installmacros prefix=%{buildroot}%{_prefix} VIMRTDIR=""

%if %{with gui}
install -m755 src/gvim -D %{buildroot}%{_bindir}/gvim
%endif

install -m755 src/vim-enhanced -D %{buildroot}%{_bindir}
install -m755 src/vim-minimal -D %{buildroot}/bin/vim-minimal

rm -f %{buildroot}%{_bindir}/{rview,rvim,view}
for i in ex vimdiff; do
  ln -sf vim-enhanced %{buildroot}%{_bindir}/$i
done
rm -f %{buildroot}%{_mandir}/man1/evim.*
%if %{with gui}
ln -sf gvim %{buildroot}%{_bindir}/gvimdiff
ln -sf gvim %{buildroot}%{_bindir}/vimx
%endif
rm -f %{buildroot}%{_datadir}/vim/*/cmake.vim

# installing man pages
for i in %{buildroot}%{_mandir}/man1/{vi,rvi}; do
  ln -s vim.1%{_extension} $i.1%{_extension}
done

%if %{with gui}
ln -s vim.1%{_extension} %{buildroot}%{_mandir}/man1/gvim.1%{_extension}
%endif

ln -sf vimrc_example.vim %{buildroot}%{_datadir}/vim/vimrc

# Be short-circuit aware :
ln -f runtime/macros/README.txt README_macros.txt
ln -f runtime/tools/README.txt README_tools.txt

# installing the menu icons & entry
%if %{with gui}
# gvim and fontset (from Pablo) 2001/03/19
echo 'set guifontset=-*-fixed-medium-r-normal--14-*-*-*-c-*-*-*,-*-*-medium-r-normal--14-*-*-*-c-*-*-*,-*-*-medium-r-normal--14-*-*-*-m-*-*-*,*' > %{buildroot}%{_datadir}/vim/gvimrc
%else
rm -rf %{buildroot}%{_iconsdir}
%endif

# prevent including twice the doc
rm -rf %{buildroot}%{_datadir}/vim/doc
ln -s %{_defaultdocdir}/%{name}-common/doc %{buildroot}%{_datadir}/vim/doc

%find_lang %{name} evim ex rview rvim view vimdiff vimtutor xxd %{name}.lang --with-man

find %{buildroot}%{_datadir}/vim/tutor -name "tutor.*" | grep -v -E 'tutor(|\.vim)$' |
 sed -e "s^%{buildroot}^^" -e 's!^\(.*tutor.\)\(..\)!%lang(\2) \1\2!g' >> %{name}.lang

find %{buildroot}%{_datadir}/vim/lang -name "menu*" |
 sed -e "s^%{buildroot}^^" \
  -e 's!^\(/.*menu_\)\(..\)\(_\)!%lang(\2) \1\2\3!g' \
  -e 's!^\(/.*menu_\)\(..\)\(_\)!%lang(\2) \1\2\3!g' \
  -e 's!^\(/.*menu\)\(_chinese\)!%lang(zh) \1\2!g' \
  -e 's!^\(/.*menu\)\(_czech_\)!%lang(cs) \1\2!g' \
  -e 's!^\(/.*menu\)\(_french\)!%lang(fr) \1\2!g' \
  -e 's!^\(/.*menu\)\(_german\)!%lang(de) \1\2!g' \
  -e 's!^\(/.*menu\)\(_japanes\)!%lang(ja) \1\2!g' \
  -e 's!^\(/.*menu\)\(_polish\)!%lang(pl) \1\2!g' \
  -e 's!^\(/.*menu\)\(_slovak\)!%lang(sk) \1\2!g' \
  -e 's!^\(/.*menu\)\(_spanis\)!%lang(es) \1\2!g' \
  -e 's!^\(/.*menu_\)\(..\)!%lang(\2) \1\2!g' \
  >> %{name}.lang
rm -f %{buildroot}%{_bindir}/vim

mkdir -p %{buildroot}%{_sysconfdir}/vim/
MESSAGE='"Place your systemwide modification here.\n"%{_datadir}/vim/ files will be overwritten on update\n'
echo -e "$MESSAGE\nsource %{_datadir}/vim/vimrc" > %{buildroot}%{_sysconfdir}/vim/vimrc
%if %{with gui}
echo -e "$MESSAGE\nsource %{_datadir}/vim/gvimrc" > %{buildroot}%{_sysconfdir}/vim/gvimrc
%endif


%changelog

* Wed Mar 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.4.936-2
- (85e5a62) Make sure to build locales



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26217 |14mu|vinagre-3.16.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	VNC Client for the GNOME Desktop
Name:		vinagre
Version:	3.16.1
Release:	3
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://www.gnome.org/projects/vinagre/index.html
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		vinagre-3.16.1-more-long-password-for-vnc.patch
BuildRequires:	desktop-file-utils
BuildRequires:	gnome-common
BuildRequires:	gnome-doc-utils >= 0.3.2
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	libxml2-utils
BuildRequires:	pkgconfig(avahi-gobject) >= 0.6.26
BuildRequires:	pkgconfig(avahi-ui)
BuildRequires:	pkgconfig(avahi-ui-gtk3) >= 0.6.26
BuildRequires:	pkgconfig(glib-2.0) >= 2.25.11
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.3
BuildRequires:	pkgconfig(gtk-vnc-2.0) >= 0.4.3
BuildRequires:	pkgconfig(libpanelapplet-4.0) >= 2.91.91
BuildRequires:	pkgconfig(libpeas-1.0) >= 0.7.2
BuildRequires:	pkgconfig(libsecret-1)
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6.31
BuildRequires:	pkgconfig(spice-client-gtk-3.0) >= 0.5
BuildRequires:	pkgconfig(telepathy-glib) >= 0.11.6
BuildRequires:	pkgconfig(vte-2.91)

Requires:	gnome-icon-theme >= 2.30

%description
Vinagre is a VNC Client for the GNOME Desktop.

With Vinagre you can have several connections open simultaneously, bookmark
your servers thanks to the Favorites support, store the passwords in the
GNOME keyring, and browse the network to look for VNC servers.

%files -f %{name}.lang
%doc AUTHORS NEWS README
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/*/*/*.*
%{_datadir}/mime/packages/vinagre-mime.xml
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
%{_datadir}/telepathy/clients/Vinagre.client
%{_mandir}/man1/vinagre.1*
%{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
%{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
%{_datadir}/appdata/vinagre.appdata.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x --enable-ssh
%make

%install
%makeinstall_std

%find_lang %{name} --with-gnome

desktop-file-install \
	--vendor="" \
	--add-category="RemoteAccess;Network" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*


%changelog

* Fri Apr 01 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.16.1-3
- (e9f449c) Build requires pkgconfig(vte-2.91), not pkgconfig(vte-2.90)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26218 |14mu|vino-3.16.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	GNOME VNC server and client
Name:		vino
Version:	3.16.0
Release:	1

Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
License:	GPLv2+
Group:		Networking/Remote access
Url:		http://www.gnome.org

BuildRequires:	GConf2
BuildRequires:	avahi-client-devel
BuildRequires:	avahi-glib-devel
BuildRequires:	gtk+3-devel
BuildRequires:	intltool
BuildRequires:	jpeg-devel
BuildRequires:	libgcrypt-devel
BuildRequires:	libgnome-keyring-devel
BuildRequires:	libsoup-devel
BuildRequires:	libxdamage-devel
BuildRequires:	libxfixes-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(telepathy-glib)		
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	unique-devel

%description
The package contains an integrated GNOME VNC server.

%prep
%setup -q

%build
%configure2_5x \
  --disable-schemas-install \
  --enable-avahi \
  --enable-telepathy \
  --enable-gnome-keyring \
  --disable-http-server		\
  --enable-libnotify 		\
  --disable-network-manager

%install
%makeinstall_std
%find_lang %name --with-gnome

%files -f %name.lang
%doc README NEWS AUTHORS ChangeLog docs/remote-desktop.txt docs/TODO
%{_libexecdir}/vino-server
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service
%{_datadir}/telepathy/clients/Vino.client
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/applications/vino-server.desktop

%changelog

* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 3.16.0-1
- (b875057) update to 3.16.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26219 |14mu|virtualbox-5.0.32-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define kname  vboxdrv
%define oname  VirtualBox
%define srcname %{oname}-%{version}
%define distname %{oname}-%{version}
%define pkgver %{ver}

%define vboxlibdir %{_libdir}/%{name}
%define vboxdatadir %{_datadir}/%{name}

%define build_additions 1
%define build_doc 0

%ifarch %{ix86}
%define vbox_platform linux.x86
%endif
%ifarch x86_64
%define vbox_platform linux.amd64
%endif

%define x11_server_majorver %(pkg-config --modversion xorg-server|awk -F. '{print $1$2}')

Summary:	A general-purpose full virtualizer for x86 and x86_64 hardware
Name:		virtualbox
Version:	5.0.32
Release:	2
License:	GPLv2+
Group:		Emulators
Url:		http://www.virtualbox.org/
Source0:	http://download.virtualbox.org/virtualbox/%{version}/%{srcname}.tar.bz2
Source1:	http://download.virtualbox.org/virtualbox/%{version}/UserManual.pdf
Source2:	virtualbox.init
Source3:	virtualbox-tmpfiles.conf
Source4:	vboxadd.service
Source5:	81-vboxadd.preset
Source10:	virtualbox.png
Source11:	virtualbox.16.png
Source12:	virtualbox.48.png
Source20:	os_ROSA.png
Source21:	os_ROSA_64.png
Source22:	virtualbox.rpmlintrc
Source23:	about.png
Source24:	about_hidpi.png
Patch0:		VirtualBox-4.3.0-kernelrelease.patch
Patch1:		VirtualBox-4.3.0-futex.patch
Patch2:		VirtualBox-4.3.0-fix-vboxadd-req.patch
Patch3:		VirtualBox-5.0.12-modules-rebuild-command.patch
Patch4:		VirtualBox-5.0.0-dont-check-for-mkisofs-or-makeself.patch
Patch5:		VirtualBox-5.0.30.ROSA.brand.patch
Patch6:		VirtualBox-5.0.4-ROSA.default.patch
Patch7:		VirtualBox-4.3.0-noupdate-check.patch
Patch8:		VirtualBox-4.3.16-fix-build-with-gsoap-2.8.13-and-up.patch
Patch9:		VirtualBox-5.0.0-VBoxGuestLib.patch
Patch10:	VirtualBox-5.0.12-no-bundles.patch
Patch11:	VirtualBox-5.0.0-xserver_guest.patch
# Drop "rosa" from Ubuntu codenames to avoid selecting Ubuntu when typing "Rosa"
Patch12:	VirtualBox-5.1.14-ubuntu-codenames.patch
Patch13:	VirtualBox-5.0.20-soname.patch

BuildRequires:	dev86
BuildRequires:	dkms-minimal
BuildRequires:	gawk
BuildRequires:	gsoap
BuildRequires:	iasl
BuildRequires:	java-rpmbuild
BuildRequires:	qt4-linguist
BuildRequires:	xsltproc
BuildRequires:	libcap-devel
BuildRequires:	libstdc++-static-devel
BuildRequires:	openssl-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(devmapper)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libIDL-2.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libvncserver)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(QtCore)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(xcomposite)
%if %{build_doc}
# for building the user manual pdf file
BuildRequires:	texlive
BuildRequires:	texlive-fontsextra
BuildRequires:	docbook-dtd44-xml
%endif

Requires(post,preun,postun): rpm-helper
Requires:	kmod(vboxdrv) = %{version}
Suggests:	%{name}-doc

ExclusiveArch:	%{ix86} x86_64

%description
VirtualBox is a general-purpose full virtualizer for x86 and x86_64 hardware.

%files
%doc README.install.urpmi
%config %{_sysconfdir}/vbox/vbox.cfg
%{_bindir}/%{oname}
%{_bindir}/VBoxManage
%{_bindir}/VBoxSDL
%{_bindir}/VBoxHeadless
%{_bindir}/VBoxTunctl
%{_bindir}/VBoxNetAdpCtl
%{_bindir}/VBoxNetDHCP
%{_bindir}/vboxwebsrv
%{vboxlibdir}/dtrace
%{vboxlibdir}/icons
%{vboxlibdir}/components
%{vboxlibdir}/load.sh
%{vboxlibdir}/loadall.sh
%{vboxlibdir}/nls
%{vboxlibdir}/postinst-common.sh
%{vboxlibdir}/prerm-common.sh
%{vboxlibdir}/routines.sh
%{vboxlibdir}/*.so
%{vboxlibdir}/iPxeBaseBin
%{vboxlibdir}/rdesktop-vrdp
%{vboxlibdir}/rdesktop-vrdp.tar.*
%dir %{vboxlibdir}/rdesktop-vrdp-keymaps/
%{vboxlibdir}/rdesktop-vrdp-keymaps/*
%{vboxlibdir}/VBoxAutostart
%{vboxlibdir}/VBoxBalloonCtrl
%{vboxlibdir}/VBoxBugReport
%{vboxlibdir}/VBoxEFI32.fd
%{vboxlibdir}/VBoxEFI64.fd
%{vboxlibdir}/VBoxExtPackHelperApp
%{vboxlibdir}/VBoxManage
%{vboxlibdir}/VBoxNetNAT
%{vboxlibdir}/VBoxVolInfo
%{vboxlibdir}/VBoxSVC
%{vboxlibdir}/VBoxTestOGL
%{vboxlibdir}/VBoxTunctl
%{vboxlibdir}/VBoxVMMPreload
%{vboxlibdir}/VBoxXPCOMIPCD
%{vboxlibdir}/vboxkeyboard.tar.bz2
%{vboxlibdir}/vboxshell.py
%{vboxlibdir}/virtualbox.xml
%{vboxlibdir}/tools/RTGzip
%{vboxlibdir}/tools/RTHttp
%{vboxlibdir}/tools/RTLdrFlt
%{vboxlibdir}/tools/RTManifest
%{vboxlibdir}/tools/RTRm
%{vboxlibdir}/tools/RTShutdown
%{vboxlibdir}/tools/RTSignTool
%{vboxlibdir}/tools/RTTar
# These are subdirs
%{vboxlibdir}/helpers
%{vboxlibdir}/scripts
# this files need proper permission
%attr(4711,root,root) %{vboxlibdir}/VBoxHeadless
%attr(4711,root,root) %{vboxlibdir}/VBoxSDL
%attr(4711,root,root) %{vboxlibdir}/VirtualBox
%attr(4711,root,root) %{vboxlibdir}/VBoxNetAdpCtl
%attr(4711,root,root) %{vboxlibdir}/VBoxNetDHCP
%attr(644,root,root) %{vboxlibdir}/*.r0
%exclude %{vboxlibdir}/UserManual.pdf
%{vboxdatadir}
# initscripts integration
%{_initrddir}/%{name}
%config %{_udevrulesdir}/%{name}.rules
%{_tmpfilesdir}/%{name}.conf
# desktop integration
%{_iconsdir}/hicolor/*/*/*
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/mime/packages/virtualbox.xml


%{vboxlibdir}/ExtensionPacks/Oracle_VBoxDTrace_Extension_Pack/ExtPack-SourceCodeLicense.txt
%{vboxlibdir}/ExtensionPacks/Oracle_VBoxDTrace_Extension_Pack/ExtPack.xml
%{vboxlibdir}/ExtensionPacks/Oracle_VBoxDTrace_Extension_Pack/%{vbox_platform}/VBoxDTraceCmd.so
%{vboxlibdir}/ExtensionPacks/Oracle_VBoxDTrace_Extension_Pack/%{vbox_platform}/VBoxDTraceMain.so
%{vboxlibdir}/ExtensionPacks/Oracle_VBoxDTrace_Extension_Pack/%{vbox_platform}/VBoxDTraceR0.debug
%{vboxlibdir}/ExtensionPacks/Oracle_VBoxDTrace_Extension_Pack/%{vbox_platform}/VBoxDTraceR0.r0
%{vboxlibdir}/VBoxCpuReport
%{vboxlibdir}/VBoxDD2RC.rc
%{vboxlibdir}/VBoxDDRC.rc
%{vboxlibdir}/VBoxDTrace
%{vboxlibdir}/VMMRC.rc
%{vboxlibdir}/tools/RTDbgSymCache
%{vboxlibdir}/tools/RTUnzip
%{vboxlibdir}/tools/scm
%{vboxlibdir}/vboxautostart-service.sh
%{vboxlibdir}/vboxballoonctrl-service.sh
%{vboxlibdir}/vboxweb-service.sh


%post
%_post_service %{name}
%_add_group_helper %{name} 1 vboxusers

%postun
if [ "$1" -ge "1" ]; then
  /sbin/service %{name} condrestart > /dev/null 2>&1 || :
fi
%_del_group_helper %{name} 1 vboxusers

%preun
%_preun_service %{name}

#----------------------------------------------------------------------------

%package -n dkms-%{name}
Summary:	VirtualBox kernel module
Group:		System/Kernel and hardware
# DKMS is used only by current VBox version, it makes no sense to keep it without VBox
Requires:	%{name} = %{EVRD}
Requires(post,preun):	dkms
Conflicts:	dkms-vboxadditions < 4.1.8

%description -n dkms-%{name}
Kernel support for VirtualBox.

%files -n dkms-%{name}
%{_usr}/src/%{name}-%{version}-%{release}

%post -n dkms-%{name}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{release}
/usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{release}
/sbin/rmmod vboxnetflt &>/dev/null
/sbin/rmmod vboxnetadp &>/dev/null
/sbin/rmmod %{kname} &>/dev/null
/sbin/modprobe %{kname} &>/dev/null
/sbin/modprobe vboxnetflt &>/dev/null
/sbin/modprobe vboxnetadp &>/dev/null
:

%preun -n dkms-%{name}
if [ "$1" = "0" ]; then
	/sbin/rmmod vboxnetadp >/dev/null 2>&1
	/sbin/rmmod vboxnetflt >/dev/null 2>&1
	/sbin/rmmod %{kname} >/dev/null 2>&1
fi
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{release} --all || :

#----------------------------------------------------------------------------

%if %{build_additions}
%package guest-additions
Summary:	Additions for VirtualBox guest systems
Group:		Emulators
Requires:	kmod(vboxguest) = %{version}
Requires:	kmod(vboxsf) = %{version}
Requires:	kmod(vboxvideo) = %{version}
Requires:	x11-driver-video-vboxvideo
Requires(post,preun): rpm-helper

%description guest-additions
This package contains additions for VirtualBox guest systems.
It allows to share files with the host system and sync time with host.

%files guest-additions
/%{_lib}/security/pam_vbox.so
/sbin/mount.vboxsf
%{_unitdir}/vboxadd.service
%{_sbindir}/VBoxService
%{_bindir}/VBoxClient
%{_bindir}/VBoxControl
%{_udevrulesdir}/vbox-additions.rules
%{_sysconfdir}/X11/xinit.d/98vboxadd-xclient
%{_prefix}/lib/modules-load.d/vbox-guest-additions.conf
%{_presetdir}/81-vboxadd.preset

%post guest-additions
%systemd_post vboxadd.service
%_add_group_helper %{name} 1 vboxsf

# (Debian) Build usb device tree
for i in /sys/bus/usb/devices/*; do
if test -r "$i/dev"; then
dev="`cat "$i/dev" 2> /dev/null || true`"
major="`expr "$dev" : '\(.*\):' 2> /dev/null || true`"
minor="`expr "$dev" : '.*:\(.*\)' 2> /dev/null || true`"
class="`cat $i/bDeviceClass 2> /dev/null || true`"
/usr/share/virtualbox/VBoxCreateUSBNode.sh "$major" "$minor" "$class" vboxusers 2>/dev/null || true
fi
done

%preun guest-additions
%systemd_preun vboxadd.service

%postun guest-additions
%_del_group_helper %{name} 1 vboxsf

%endif

#----------------------------------------------------------------------------

%if %{build_additions}
%package -n dkms-vboxadditions
Summary:	Kernel module for VirtualBox additions
Group:		System/Kernel and hardware
Requires(post,preun): dkms
Obsoletes:	dkms-vboxadd < %{version}-%{release}
%rename		dkms-vboxvfs
%rename		dkms-vboxsf
%rename		dkms-vboxvideo = %{version}-%{release}
Conflicts:	dkms-%{name} < 4.1.8

%description -n dkms-vboxadditions
Kernel module for VirtualBox additions (ideally only needs to be installed
on the guest OS not on the host OS).

%files -n dkms-vboxadditions
%{_usr}/src/vbox*-%{version}-%{release}

%post -n dkms-vboxadditions
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m vboxadditions -v %{version}-%{release}
/usr/sbin/dkms --rpm_safe_upgrade build -m vboxadditions -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade install -m vboxadditions -v %{version}-%{release}
:

%preun -n dkms-vboxadditions
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m vboxadditions -v %{version}-%{release} --all
:

%endif

#----------------------------------------------------------------------------

%if %{build_additions}
%package -n x11-driver-video-vboxvideo
Summary:	The X.org driver for video in VirtualBox guests
Group:		System/X11
Requires:	x11-server-common
Suggests:	virtualbox-guest-additions
Conflicts:	virtualbox-guest-additions < 2.2.0-2

%description -n x11-driver-video-vboxvideo
The X.org driver for video in VirtualBox guests

%files -n x11-driver-video-vboxvideo
%{_libdir}/VBoxOGL*
%{_libdir}/dri
%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
%endif

#----------------------------------------------------------------------------

%package doc
Summary:	The user manual PDF file for %{name}
Group:		System/X11
BuildArch:	noarch

%description doc
This package contains the user manual PDF file for %{name}.

%files doc
%{vboxlibdir}/UserManual.pdf

#----------------------------------------------------------------------------

%prep
%setup -qn %{distname}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1

# Remove bundle X11 sources and some lib sources, before patching.
mv src/VBox/Additions/x11/x11include/mesa-7.2 src/VBox/Additions/x11/
rm -rf src/VBox/Additions/x11/x11include/*
mv src/VBox/Additions/x11/mesa-7.2 src/VBox/Additions/x11/x11include/
rm -rf src/VBox/Additions/x11/x11stubs
rm -rf src/libs/boost-1.37.0/
#rm -rf src/libs/liblzf-3.4/
rm -rf src/libs/libxml2-2.6.31/
rm -rf src/libs/libpng-1.2.8/
rm -rf src/libs/zlib-1.2.6/

cat << EOF > LocalConfig.kmk
VBOX_PATH_APP_PRIVATE_ARCH:=%{vboxlibdir}
VBOX_WITH_ORIGIN:=
VBOX_WITH_RUNPATH:=%{vboxlibdir}
VBOX_PATH_APP_PRIVATE:=%{vboxlibdir}
VBOX_WITH_TESTCASES =
VBOX_WITH_TESTSUITE:=
VBOX_JAVA_HOME := %{java_home}
VBOX_WITHOUT_ADDITIONS_ISO := 1
VBOX_USE_SYSTEM_XORG_HEADERS := 1
XSERVER_VERSION := %{x11_server_majorver}
VBOX_PATH_APP_DOCS :=%{_defaultdocdir}/virtualbox
EOF

#Copy ROSA IMAGES
cp -a %{SOURCE20} %{SOURCE21} src/VBox/Frontends/VirtualBox/images/
cp -af %{SOURCE23} %{SOURCE24} src/VBox/Frontends/VirtualBox/images/OSE

cat > README.install.urpmi <<EOF
ENG: Any host system user who is going to use USB devices from VirtualBox guests
must be a member of vboxusers group. A user can be made a member of the group
vboxusers through the GUI user/group management or at the command line with

sudo usermod -a -G vboxusers username

To enable USB 2.0 and USB 3.0 devices support you need to install VirtualBox
Extension Pack from https://www.virtualbox.org/

-------

RUS: Для подключения в виртуальной машине портов USB необходимо добавить
пользователя хост-системы в группу vboxusers. 
Это можно сделать либо через графический интерфейс системы, либо в терминале командой

sudo usermod -a -G vboxusers username

Для включения режима USB 2.0 и USB 3.0 необходимо установить VirtualBox
Extension Pack с сайта https://www.virtualbox.org/

Для работы с общими папками необходимо внести пользователя гостевой системы 
в группу vboxsf
EOF

%build
export LIBPATH_LIB="%{_lib}"
./configure \
	--disable-kmods \
%if ! %{build_doc}
	--disable-docs
%endif

%if !%{build_additions}
sed -rie 's/(VBOX_WITH_LINUX_ADDITIONS\s+:=\s+).*/\1/' AutoConfig.kmk
echo VBOX_WITHOUT_ADDITIONS=1 >> LocalConfig.kmk
%endif

. ./env.sh
kmk all

%install
# install vbox components
mkdir -p %{buildroot}%{vboxlibdir} %{buildroot}%{vboxdatadir} 

(cd out/%{vbox_platform}/release/bin && tar cf - --exclude=additions .) | \
(cd %{buildroot}%{vboxlibdir} && tar xf -)

# move noarch files to vboxdatadir
mv %{buildroot}%{vboxlibdir}/{VBox*.sh,*.desktop,*.png} %{buildroot}%{vboxdatadir}

# install service
mkdir -p %{buildroot}%{_initrddir}
install -m755 %{SOURCE2} %{buildroot}%{_initrddir}/%{name}

# install wrappers
mkdir -p %{buildroot}%{_sysconfdir}/vbox
cat > %{buildroot}%{_sysconfdir}/vbox/vbox.cfg << EOF
# VirtualBox installation directory
INSTALL_DIR="%{vboxlibdir}"
EOF

mkdir -p %{buildroot}%{_bindir}
ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/%{oname}
ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/VBoxManage
ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/VBoxSDL
ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/VBoxHeadless
ln -s %{vboxdatadir}/VBox.sh %{buildroot}%{_bindir}/vboxwebsrv

# provide network control tools in bindir
ln -s %{vboxlibdir}/VBoxTunctl %{buildroot}%{_bindir}/VBoxTunctl
ln -s %{vboxlibdir}/VBoxNetAdpCtl %{buildroot}%{_bindir}/VBoxNetAdpCtl
ln -s %{vboxlibdir}/VBoxNetDHCP %{buildroot}%{_bindir}/VBoxNetDHCP

#install tmpfiles conf
install -m644 -D %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# install dkms sources
mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
cat > vboxbuild << EOF
#!/bin/sh
set -e
make -C %{kname} KERN_DIR=\$1
cp -f %{kname}/Module.symvers vboxnetflt
cp -f %{kname}/Module.symvers vboxnetadp
make -C vboxnetflt KERN_DIR=\$1
make -C vboxnetadp KERN_DIR=\$1
EOF
install -m 0755 vboxbuild %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
mv %{buildroot}%{vboxlibdir}/src/* %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/
cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/dkms.conf << EOF
MAKE[0]="./vboxbuild \$kernel_source_dir"
PACKAGE_NAME=%{name}
PACKAGE_VERSION=%{version}-%{release}
DEST_MODULE_LOCATION[0]=/kernel/3rdparty/vbox
BUILT_MODULE_LOCATION[0]=%{kname}/
BUILT_MODULE_NAME[0]=%{kname}
DEST_MODULE_LOCATION[1]=/kernel/3rdparty/vbox
BUILT_MODULE_LOCATION[1]=vboxnetflt/
BUILT_MODULE_NAME[1]=vboxnetflt
DEST_MODULE_LOCATION[2]=/kernel/3rdparty/vbox
BUILT_MODULE_LOCATION[2]=vboxnetadp/
BUILT_MODULE_NAME[2]=vboxnetadp
AUTOINSTALL=yes
EOF

# install udev rules
mkdir -p %{buildroot}%{_udevrulesdir}
cat > %{buildroot}%{_udevrulesdir}/%{name}.rules << EOF
KERNEL=="%{kname}", NAME="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
SUBSYSTEM=="usb_device", ACTION=="add", RUN+="%{_datadir}/%{name}/VBoxCreateUSBNode.sh \$major \$minor \$attr{bDeviceClass} vboxusers"
SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", RUN+="%{_datadir}/%{name}/VBoxCreateUSBNode.sh \$major \$minor \$attr{bDeviceClass} vboxusers"
SUBSYSTEM=="usb_device", ACTION=="remove", RUN+="%{_datadir}/%{name}/VBoxCreateUSBNode.sh --remove \$major \$minor"
SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN+="%{_datadir}/%{name}/VBoxCreateUSBNode.sh --remove \$major \$minor"
EOF
cat > %{buildroot}%{_udevrulesdir}/vbox-additions.rules << EOF
KERNEL=="vboxguest", NAME="vboxguest", OWNER="root", MODE="0660"
KERNEL=="vboxuser", NAME="vboxuser", OWNER="root", MODE="0666"
EOF

# install additions
%if %{build_additions}
install -D -m644 %{SOURCE4} %{buildroot}%{_unitdir}/vboxadd.service
install -D -m644 %{SOURCE5} %{buildroot}%{_presetdir}/81-vboxadd.preset

install -d %{buildroot}%{_sysconfdir}/X11/xinit.d
install -m755 src/VBox/Additions/x11/Installer/98vboxadd-xclient %{buildroot}%{_sysconfdir}/X11/xinit.d

pushd out/%{vbox_platform}/release/bin/additions
  install -d %{buildroot}/sbin %{buildroot}%{_sbindir} %{buildroot}/%{_libdir}/dri
  install -m755 mount.vboxsf %{buildroot}/sbin/mount.vboxsf
  install -m755 VBoxService %{buildroot}%{_sbindir}

  install -m755 VBoxClient %{buildroot}%{_bindir}
  install -m755 VBoxControl %{buildroot}%{_bindir}

  install -m755 VBoxOGL*.so %{buildroot}%{_libdir}
  ln -s -f ../VBoxOGL.so %{buildroot}%{_libdir}/dri/vboxvideo_dri.so

  install -d %{buildroot}%{_libdir}/xorg/modules/{input,drivers}
  install vboxvideo_drv_system.so %{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
  
  install -d %{buildroot}/usr/lib/modules-load.d
  cat > %{buildroot}/usr/lib/modules-load.d/vbox-guest-additions.conf << EOF
vboxguest
vboxsf
vboxvideo
EOF

  mkdir -p %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}
  cat > %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/dkms.conf << EOF
PACKAGE_NAME=vboxadditions
PACKAGE_VERSION=%{version}-%{release}
MAKE[0]="make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxguest &&
cp \$dkms_tree/\$module/\$module_version/build/vboxguest/Module.symvers \$dkms_tree/\$module/\$module_version/build/vboxsf &&
make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxsf &&
cp \$dkms_tree/\$module/\$module_version/build/vboxsf/Module.symvers \$dkms_tree/\$module/\$module_version/build/vboxvideo &&
make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxvideo"
EOF
  i=0
  for kmod in vboxguest vboxsf vboxvideo; do
    mkdir -p %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/$kmod
    cp -a src/$kmod/* %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/$kmod/
    cat >> %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/dkms.conf << EOF
DEST_MODULE_LOCATION[$i]=/kernel/3rdparty/vbox
BUILT_MODULE_LOCATION[$i]=$kmod/
BUILT_MODULE_NAME[$i]=$kmod
EOF
    i=$((i+1))
  done
  cat >> %{buildroot}%{_usr}/src/vboxadditions-%{version}-%{release}/dkms.conf << EOF
CLEAN="make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxguest clean && 
make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxsf clean && 
make -C \$kernel_source_dir M=\$dkms_tree/\$module/\$module_version/build/vboxvideo clean "
AUTOINSTALL=yes
EOF
popd

%endif

# install menu entries
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=VirtualBox
Name[ru]=VirtualBox
Comment=Full virtualizer for x86 and x86_64 hardware
Comment[ru]=Виртуальная машина для x86 и x86_64
Exec=%{_bindir}/%{oname}
Icon=%{name}
Type=Application
Terminal=false
Categories=Emulator;
MimeType=application/x-virtualbox-vbox;application/x-virtualbox-vbox-extpack;application/x-virtualbox-ovf;application/x-virtualbox-ova;
EOF

# install mime types
install -D -m644 src/VBox/Installer/common/virtualbox.xml %{buildroot}%{_datadir}/mime/packages/virtualbox.xml

# install shipped icons for apps and mimetypes
for i in 16 20 32 40 48 64 128; do
	install -D -m0644 src/VBox/Artwork/OSE/virtualbox-${i}px.png %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps/virtualbox.png
done

for i in 16 20 24 32 40 48 64 72 80 96 128 256 512; do
	install -D -m0644 src/VBox/Artwork/other/virtualbox-ova-${i}px.png %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes/virtualbox-ova.png
	install -D -m0644 src/VBox/Artwork/other/virtualbox-ovf-${i}px.png %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes/virtualbox-ovf.png
	install -D -m0644 src/VBox/Artwork/other/virtualbox-vbox-${i}px.png %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes/virtualbox-vbox.png
	install -D -m0644 src/VBox/Artwork/other/virtualbox-vbox-extpack-${i}px.png %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/mimetypes/virtualbox-vbox-extpack.png
done

# add missing makefile for kernel module
install -m644 src/VBox/HostDrivers/Support/linux/Makefile %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/

# remove unpackaged files
rm -rf %{buildroot}%{vboxlibdir}/{src,sdk,testcase}
rm  -f %{buildroot}%{vboxlibdir}/tst*
rm  -f %{buildroot}%{vboxlibdir}/vboxkeyboard.tar.gz
rm  -f %{buildroot}%{vboxlibdir}/SUP*
rm  -f %{buildroot}%{vboxlibdir}/xpidl

%if !%{build_doc}
install -m644 %{SOURCE1} %{buildroot}%{vboxlibdir}/UserManual.pdf
%endif

# remove unpackaged files
rm -rf %{buildroot}%{vboxlibdir}/{src,sdk,testcase}
rm  -f %{buildroot}%{vboxlibdir}/tst*
rm  -f %{buildroot}%{vboxlibdir}/vboxkeyboard.tar.gz
rm  -f %{buildroot}%{vboxlibdir}/SUP*
rm  -f %{buildroot}%{vboxlibdir}/xpidl
rm  -f %{buildroot}%{vboxlibdir}/*.debug

# install PAM module:
install -D -m755 out/%{vbox_platform}/release/bin/additions/pam_vbox.so %{buildroot}/%{_lib}/security/pam_vbox.so

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26220 |14mu|VirtualGL-2.3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define libpackage %mklibname %{name}

Summary:	A toolkit for displaying OpenGL applications to thin clients
Name:		VirtualGL
Version:	2.3.1
Release:	3
License:	wxWindows Library License v3.1
Group:		Networking/Other
Url:		http://www.virtualgl.org
Source0:	http://prdownloads.sourceforge.net/virtualgl/%{name}-%{version}.tar.gz
Patch0:		VirtualGL-2.3.1-sfmt.patch
BuildRequires:	cmake
BuildRequires:	glibc-devel
BuildRequires:	jpeg-static-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
Requires:	%{libpackage} = %{version}

%description
VirtualGL is a library which allows most Linux OpenGL applications to be
remotely displayed to a thin client without the need to alter the
applications in any way.  VGL inserts itself into an application at run time
and intercepts a handful of GLX calls, which it reroutes to the server's
display (which presumably has a 3D accelerator attached.)  This causes all
3D rendering to occur on the server's display.  As each frame is rendered
by the server, VirtualGL reads back the pixels from the server's framebuffer
and sends them to the client for re-compositing into the appropriate X
Window.  VirtualGL can be used to give hardware-accelerated 3D capabilities to
VNC or other remote display environments that lack GLX support.  In a LAN
environment, it can also be used with its built-in motion-JPEG video delivery
system to remotely display full-screen 3D applications at 20+ frames/second.

VirtualGL is based upon ideas presented in various academic papers on
this topic, including "A Generic Solution for Hardware-Accelerated Remote
Visualization" (Stegmaier, Magallon, Ertl 2002) and "A Framework for
Interactive Hardware Accelerated Remote 3D-Visualization" (Engel, Sommer,
Ertl 2000.)

%files
%doc /usr/doc/*
%{_bindir}/*

#----------------------------------------------------------------------------

%package devel
Summary:	A toolkit for displaying OpenGL applications to thin clients
Group:		Networking/Other
Requires:	%{name} = %{version}

%description devel
VirtualGL is a library which allows most Linux OpenGL applications to be
remotely displayed to a thin client without the need to alter the
applications in any way.  VGL inserts itself into an application at run time
and intercepts a handful of GLX calls, which it reroutes to the server's
display (which presumably has a 3D accelerator attached.)  This causes all
3D rendering to occur on the server's display.  As each frame is rendered
by the server, VirtualGL reads back the pixels from the server's framebuffer
and sends them to the client for re-compositing into the appropriate X
Window.  VirtualGL can be used to give hardware-accelerated 3D capabilities to
VNC or other remote display environments that lack GLX support.  In a LAN
environment, it can also be used with its built-in motion-JPEG video delivery
system to remotely display full-screen 3D applications at 20+ frames/second.

VirtualGL is based upon ideas presented in various academic papers on
this topic, including "A Generic Solution for Hardware-Accelerated Remote
Visualization" (Stegmaier, Magallon, Ertl 2002) and "A Framework for
Interactive Hardware Accelerated Remote 3D-Visualization" (Engel, Sommer,
Ertl 2000.)

%files devel
%{_includedir}/rrtransport.h
%{_includedir}/rr.h

#----------------------------------------------------------------------------

%package -n %{libpackage}
Summary:	Libraries injected by VirtualGL into applications that are ran through it
Group:		System/Libraries

%description -n %{libpackage}
Libraries injected by VirtualGL into applications that are ran throught it. 
Lib package allow installing 32 and 64 bits libraries at the same time.

%files -n %{libpackage}
%dir %{_libdir}/fakelib
%{_libdir}/fakelib/libGL.so
%{_libdir}/librrfaker.so
%{_libdir}/libdlfaker.so
%{_libdir}/libgefaker.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%setup_compile_flags
cmake \
	-G "Unix Makefiles" \
	-DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \
	-DCMAKE_INSTALL_PREFIX=%{buildroot}/%{_prefix} \
	-DTJPEG_INCLUDE_DIR=%{_includedir} \
	-DTJPEG_LIBRARY=%{_libdir}/libturbojpeg.a .
%make

%install
%makeinstall

%ifarch x86_64
mv %{buildroot}/usr/lib %{buildroot}%{_libdir}
%endif

rm -rf %{buildroot}%{_libdir}/fakelib
rm -rf %{buildroot}%{_prefix}/fakelib
mkdir -p %{buildroot}%{_libdir}/fakelib
ln -sf ../librrfaker.so %{buildroot}%{_libdir}/fakelib/libGL.so
mv -f %{buildroot}%{_bindir}/glxinfo %{buildroot}%{_bindir}/glxinfo2


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.1-3
- (b79248e) Build with system optflags
- (b79248e) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26221 |14mu|virtuoso-opensource-6.1.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags %nil

Summary:	OpenLink Virtuoso Database System Open-Source Edition
Name:		virtuoso-opensource
Version:	6.1.8
Release:	1
License:	GPLv2+
Group:		Development/Databases
Url:		http://virtuoso.openlinksw.com/
Source0:	http://downloads.sourceforge.net/project/virtuoso/virtuoso/%{version}/%{name}-%{version}.tar.gz
Patch4:		virtuoso-opensource-6.1.0-extern-iodbc.patch
Patch5:		virtuoso-opensource-6.1.8-nodemos_buildfix.patch
Patch6:		virtuoso-opensource-6.1.8-rpc-security-1.patch
Patch7:		virtuoso-opensource-6.1.8-rpc-security-2.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gperf
BuildRequires:	openssl
BuildRequires:	pkgconfig(libiodbc)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(openssl)

%description
Virtuoso is a scalable cross-platform server that combines SQL/RDF/XML
Data Management with Web Application Server and Web Services Platform
functionality.

Virtuoso is at the core a high performance object-relational SQL
database. As a database, it provides transactions, a smart SQL
compiler, powerful stored procedure language with optional Java and
.Net server side hosting, hot backup, SQL 99 and more. It has all
major data access interfaces, as in ODBC, JDBC, ADO .Net and OLE/DB.

Virtuoso has a built-in web server which can serve dynamic web pages
written in Virtuoso's web page language as well as PHP, ASP .Net and
others. This same web server provides SOAP and REST access to Virtuoso
stored procedures, supporting a broad set of WS protocols such as
WS-Security, WS-Reliable Messaging and others. A BPEL4WS run time is
also available as part of Virtuoso's SOA suite.

%files
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/virtuoso-t
%{_sysconfdir}/virtuoso/virtuoso.ini
%attr(0755,root,root) %{_libdir}/virtuoso/plugins/virtodbc*.*

#--------------------------------------------------------------------

%package applications
Summary:	Virtuoso open source applications
Group:		Development/Databases

%description applications
Virtuoso is a scalable cross-platform server that combines SQL/RDF/XML
Data Management with Web Application Server and Web Services Platform
functionality.

%files applications
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{_bindir}/inifile
%attr(0755,root,root) %{_bindir}/isql-iodbc
%attr(0755,root,root) %{_bindir}/isqlw
%attr(0755,root,root) %{_bindir}/isql-v
%attr(0755,root,root) %{_bindir}/isqlw-iodbc
%attr(0755,root,root) %{_bindir}/odbc_mail
%attr(0755,root,root) %{_bindir}/virt_mail
%attr(0755,root,root) %{_bindir}/virtuoso-iodbc-t
%{_localstatedir}/lib/virtuoso
%{_datadir}/virtuoso/doc
%exclude %{_libdir}/virtuoso/plugins/virtodbc*.*

#--------------------------------------------------------------------

%package jars
Summary:	Virtuoso open source jar files
Group:		Development/Databases

%description jars
Virtuoso is a scalable cross-platform server that combines SQL/RDF/XML
Data Management with Web Application Server and Web Services Platform
functionality.

%files jars
%defattr(0644,root,root,0755)
%{_libdir}/virtuoso/jars/jdbc2.0/*.jar
%{_libdir}/virtuoso/jars/jdbc3.0/*.jar
%{_libdir}/virtuoso/jars/jdbc4.0/*.jar
%{_libdir}/virtuoso/jars/jdbc4.1/*.jar
%{_libdir}/virtuoso/jars/jena*/*.jar
%{_libdir}/virtuoso/jars/sesame/*
%{_libdir}/hibernate/virt_dialect.jar

#--------------------------------------------------------------------

%prep
%setup -q
%patch4 -p0 -b .iodbc
%patch5 -p0
%patch6 -p1
%patch7 -p1

%build
# autogen.sh because of patching Makefile.am and configure to unixODBC
./autogen.sh

%configure2_5x \
	--with-iodbc=%{_prefix} \
	--disable-all-vads \
	-without-internal-zlib

%make

%install
%makeinstall_std
mkdir -p %{buildroot}%{_libdir}/virtuoso/plugins
#cp -f %{buildroot}%{_libdir}/virtuoso/plugins/* %{buildroot}%{_libdir}/

rm -fr %{buildroot}%{_libdir}/*.a
mv %{buildroot}%{_libdir}/*.so %{buildroot}%{_libdir}/virtuoso/plugins/
mkdir -p %{buildroot}%{_libdir}/virtuoso/jars
mv %{buildroot}%{_libdir}/jdbc-2.0 %{buildroot}%{_libdir}/virtuoso/jars/jdbc2.0
mv %{buildroot}%{_libdir}/jdbc-3.0 %{buildroot}%{_libdir}/virtuoso/jars/jdbc3.0
mv %{buildroot}%{_libdir}/jdbc-4.0 %{buildroot}%{_libdir}/virtuoso/jars/jdbc4.0
mv %{buildroot}%{_libdir}/jdbc-4.1 %{buildroot}%{_libdir}/virtuoso/jars/jdbc4.1
mv %{buildroot}%{_libdir}/jena %{buildroot}%{_libdir}/virtuoso/jars/jena
mv %{buildroot}%{_libdir}/jena2 %{buildroot}%{_libdir}/virtuoso/jars/jena2
mv %{buildroot}%{_libdir}/sesame %{buildroot}%{_libdir}/virtuoso/jars/sesame
mkdir -p %{buildroot}%{_sysconfdir}/virtuoso
mv %{buildroot}%{_var}/lib/virtuoso/db/virtuoso.ini %{buildroot}%{_sysconfdir}/virtuoso/

# Rename isql binary to avoid conflict with unixODBC
mv  %{buildroot}%{_bindir}/isql %{buildroot}%{_bindir}/isql-v

rm -f  %{buildroot}%{_libdir}/virtuoso/hosting/*.*a

%changelog

* Wed Jul 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 6.1.8-1
- (8c39766) Fix file lists



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26222 |14mu|virt-viewer-3.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Virtual Machine Viewer
Name:		virt-viewer
Version:	3.1
Release:	3
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://virt-manager.org/
Source0:	http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
Patch0:		virt-viewer-3.1-localize.patch
BuildRequires:	intltool
BuildRequires:	pkgconfig(gtk-vnc-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gvnc-1.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libvirt)
BuildRequires:	pkgconfig(spice-client-gtk-2.0)
Requires:	spice-gtk

%description
Virtual Machine Viewer (virt-viewer) is a lightweight interface for
interacting with the graphical display of a virtualized guest OS. It uses
GTK-VNC and libvirt to look up the VNC server details associated with the
guest. It is intended as a replacement for the traditional vncviewer
client, since the latter does not support SSL/TLS encryption of x509
certificate authentication.

%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/applications/remote-viewer.desktop
%{_datadir}/icons/hicolor/*/*
%{_datadir}/%{name}/ui
%{_datadir}/mime/packages/virt-viewer-mime.xml

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--with-gtk-vnc \
	--with-gtk=2.0 \
	--with-spice-gtk \
	--disable-update-mimedb

%make

%install
%makeinstall_std
%find_lang %{name}

find . -name 'src' -type d -perm 0775 -exec chmod 0755 {} \;


%changelog

* Tue Oct 25 2016 abondrov <andrey.bondrov@rosalab.ru> 3.1-3
- (d81c2bc) Merge pull request #1 from keleg/virt-viewer:rosa2014.1
- (d81c2bc) Update localization



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26223 |14mu|vitunes-2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A curses media indexer and player for vi users
Name:		vitunes
Version:	2.3
Release:	3
License:	BSD
Group:		Sound
Url:		http://vitunes.org
Source0:	http://vitunes.org/files/%{name}-%{version}.tar.gz
Patch0:		vitunes-2.3-time-header.patch
Patch1:		vitunes-2.3-asneeded.patch
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(taglib)

%description
vitunes is a curses-based music player and playlist manager
for *nix whose goals are:
 * a minimalistic appearance
 * strong vi-like bindings
 * quick playlist creation/management.

%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
cp Makefile.linux Makefile
find . -perm 640 | xargs chmod 644

%build
%setup_compile_flags
%make -f Makefile.linux

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
%makeinstall_std PREFIX=%{buildroot}%{_prefix}
chmod 0755 %{buildroot}%{_bindir}/%{name}



%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3-3
- (23a6d6b) Build with system optflags
- (23a6d6b) Fix debug package permissions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26224 |14mu|vlc-2.2.4-1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Private library with rpath
%define __noautoprov 'libvlc_vdpau\\.so\\.0(.*)'
%define __noautoreq 'libvlc_vdpau\\.so\\.0(.*)'

%define with_goom 0

%define with_faad 0
%define with_faac 0
%define with_lame 0
%define with_dts 0
%define with_x264 0
%define with_x265 0

%define libmajor	5
%define coremajor	8
%define libname		%mklibname %{name} %{libmajor}
%define libnamecore	%mklibname vlccore %{coremajor}
%define devname		%mklibname %{name} -d

######################
# Hardcode PLF build
%define with_plf 0
######################

%if %{with_plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define distsuffix plf
%global with_dts 1
%global with_faac 1
%global with_faad 1
%global with_lame 1
%global with_x264 1
%global with_x265 1
%endif

%define git_url git://git.videolan.org/vlc.git

Summary:	MPEG, MPEG2, DVD and DivX player
Name:		vlc
Version:	2.2.4
Release:	1.1%{?extrarelsuffix}
#gw the shared libraries are LGPL
License:	GPLv2+ and LGPLv2+
Group:		Video
Url:		http://www.videolan.org/
Source0:	http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.xz
Source1:	http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.xz.asc
Source2:	vlc-2.2.3-ru.po
Patch0:		vlc-2.0.1-automake-1.12.patch
Patch1:		vlc-2.2.1-fix-default-font.patch
Patch2:		vlc-2.0.0-desktop-l10n.patch
# Replace live555 detection part in configure.ac with older code
# because we don't have .pc file in current live555 version
Patch3:		vlc-2.1.2-live555-path.patch
Patch4:		vlc-2.1.2-live555-201306.patch
Patch5:		vlc-2.2.2-force-qt4.patch
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	desktop-file-utils
BuildRequires:	libtool
BuildRequires:	kdelibs4-core
BuildRequires:	ffmpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	liba52dec-devel
BuildRequires:	libdvdnav-devel
BuildRequires:	libmatroska-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	libmpeg2dec-devel >= 0.4.0
BuildRequires:	live-devel
BuildRequires:	libtar-devel
BuildRequires:	qt4-devel
BuildRequires:	sysfsutils-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(caca)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dirac)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(freerdp)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libbluray) >= 0.2.1
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libchromaprint)
BuildRequires:	pkgconfig(libdvbpsi)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libvcdinfo)
BuildRequires:	pkgconfig(libvncclient)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xv)
%if %{with_dts}
BuildRequires:	pkgconfig(libdca)
%endif
%if %{with_faac}
BuildRequires:	libfaac-devel
%endif
%if %{with_faad}
BuildRequires:	libfaad2-devel >= 2.0
%endif
%if %{with_lame}
BuildRequires:	liblame-devel
%endif
%if %{with_x264}
BuildRequires:	pkgconfig(x264)
%endif
%if %{with_x265}
BuildRequires:	pkgconfig(x265)
%endif

Suggests:	vlc-plugin-dv
Suggests:	vlc-plugin-flac
Suggests:	vlc-plugin-kate
Suggests:	vlc-plugin-libass
# without lua. vlc dumps confusing error in console 
# (http://bugs.rosalinux.ru/show_bug.cgi?id=2100)
Suggests:	vlc-plugin-lua
Suggests:	vlc-plugin-mpc
Suggests:	vlc-plugin-opus
Suggests:	vlc-plugin-pulse
Suggests:	vlc-plugin-schroedinger
Suggests:	vlc-plugin-speex
Suggests:	vlc-plugin-theora
Suggests:	vlc-plugin-upnp
Requires:	fonts-ttf-vera
Conflicts:	vlc-plugin-common < %{version}-%{release}

%description
VideoLAN is an OpenSource streaming solution for every OS developed by
students from the Ecole Centrale Paris and developers from all over the
World.
VLC (VideoLAN Client) is a media player that can play MPEG1, MPEG2 and
MPEG4 (aka DivX) files, DVDs, VCDs, SVCDs, from a satellite card, from
a stream sent by VLS (VideoLAN Server), from another VLC, or from a Web
server.
This package contains no CSS unscrambling functionality for DVDs ;
you need the libdvdcss library available from
http://www.videolan.org/libdvdcss/

%if %{with_plf}
This package is in Restricted repository as it is violating software patents.
%endif

%files -f %{name}.lang
%doc NEWS README COPYING AUTHORS THANKS
%doc installed-docs/* doc/lirc/
%{_bindir}/cvlc
%{_bindir}/qvlc
%{_bindir}/vlc
%{_bindir}/vlc-wrapper
%dir %{_datadir}/vlc/
%{_datadir}/vlc/*.*
%{_datadir}/vlc/utils
%dir %{_libdir}/vlc
%{_libdir}/vlc/vlc-cache-gen
%dir %{_libdir}/vlc/plugins
%{_libdir}/vlc/plugins/plugins.dat
%dir %{_libdir}/vlc/plugins/access
%{_libdir}/vlc/plugins/access/libaccess_alsa_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_bd_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_mms_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_mtp_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_realrtsp_plugin.so
%{_libdir}/vlc/plugins/access/libattachment_plugin.so
%{_libdir}/vlc/plugins/access/libavio_plugin.so
%{_libdir}/vlc/plugins/access/libcdda_plugin.so
%{_libdir}/vlc/plugins/access/libdtv_plugin.so
%{_libdir}/vlc/plugins/access/libdvb_plugin.so
%{_libdir}/vlc/plugins/access/libdvdnav_plugin.so
%{_libdir}/vlc/plugins/access/libdvdread_plugin.so
%{_libdir}/vlc/plugins/access/libfilesystem_plugin.so
%{_libdir}/vlc/plugins/access/libftp_plugin.so
%{_libdir}/vlc/plugins/access/libgnomevfs_plugin.so
%{_libdir}/vlc/plugins/access/libhttp_plugin.so
%{_libdir}/vlc/plugins/access/libidummy_plugin.so
%{_libdir}/vlc/plugins/access/libimem_plugin.so
%{_libdir}/vlc/plugins/access/liblibbluray_plugin.so
%{_libdir}/vlc/plugins/access/liblive555_plugin.so
%{_libdir}/vlc/plugins/access/librar_plugin.so
%{_libdir}/vlc/plugins/access/librdp_plugin.so
%{_libdir}/vlc/plugins/access/librtp_plugin.so
%{_libdir}/vlc/plugins/access/libsdp_plugin.so
%{_libdir}/vlc/plugins/access/libsftp_plugin.so
%{_libdir}/vlc/plugins/access/libshm_plugin.so
%{_libdir}/vlc/plugins/access/libsmb_plugin.so
%{_libdir}/vlc/plugins/access/libtcp_plugin.so
%{_libdir}/vlc/plugins/access/libtimecode_plugin.so
%{_libdir}/vlc/plugins/access/libudp_plugin.so
%{_libdir}/vlc/plugins/access/libv4l2_plugin.so
%{_libdir}/vlc/plugins/access/libvcdx_plugin.so
%{_libdir}/vlc/plugins/access/libvcd_plugin.so
%{_libdir}/vlc/plugins/access/libvdr_plugin.so
%{_libdir}/vlc/plugins/access/libvnc_plugin.so
%{_libdir}/vlc/plugins/access/libxcb_screen_plugin.so
%{_libdir}/vlc/plugins/access/libzip_plugin.so
%dir %{_libdir}/vlc/plugins/access_output/
%{_libdir}/vlc/plugins/access_output/libaccess_output_dummy_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_file_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_http_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_livehttp_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_udp_plugin.so*
%dir %{_libdir}/vlc/plugins/audio_filter
%{_libdir}/vlc/plugins/audio_filter/liba52tofloat32_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/liba52tospdif_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libaudiobargraph_a_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libaudio_format_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libchorus_flanger_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libcompressor_plugin.so
%if %{with_dts}
%{_libdir}/vlc/plugins/audio_filter/libdtstofloat32_plugin.so*
%endif
%{_libdir}/vlc/plugins/audio_filter/libdolby_surround_decoder_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libdtstospdif_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libequalizer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libgain_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libheadphone_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libkaraoke_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libmono_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libmpgatofixed32_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libnormvol_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libparam_eq_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libremap_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libsamplerate_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libscaletempo_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libsimple_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libspatializer_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libstereo_widen_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libtrivial_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libugly_resampler_plugin.so*
%dir %{_libdir}/vlc/plugins/audio_mixer
%{_libdir}/vlc/plugins/audio_mixer/libfloat_mixer_plugin.so
%{_libdir}/vlc/plugins/audio_mixer/libinteger_mixer_plugin.so
%dir %{_libdir}/vlc/plugins/audio_output
%{_libdir}/vlc/plugins/audio_output/libadummy_plugin.so
%{_libdir}/vlc/plugins/audio_output/libalsa_plugin.so
%{_libdir}/vlc/plugins/audio_output/libamem_plugin.so
%{_libdir}/vlc/plugins/audio_output/libafile_plugin.so
%dir %{_libdir}/vlc/plugins/codec
%{_libdir}/vlc/plugins/codec/liba52_plugin.so*
%{_libdir}/vlc/plugins/codec/libadpcm_plugin.so*
%{_libdir}/vlc/plugins/codec/libaes3_plugin.so
%{_libdir}/vlc/plugins/codec/libaraw_plugin.so*
%{_libdir}/vlc/plugins/codec/libavcodec_plugin.so
%{_libdir}/vlc/plugins/codec/libcc_plugin.so
%{_libdir}/vlc/plugins/codec/libcdg_plugin.so
%{_libdir}/vlc/plugins/codec/libcvdsub_plugin.so*
%{_libdir}/vlc/plugins/codec/libddummy_plugin.so
%{_libdir}/vlc/plugins/codec/libdts_plugin.so*
%{_libdir}/vlc/plugins/codec/libdvbsub_plugin.so*
%{_libdir}/vlc/plugins/codec/libedummy_plugin.so
%if %{with_faad}
%{_libdir}/vlc/plugins/codec/libfaad_plugin.so*
%endif
%{_libdir}/vlc/plugins/codec/libg711_plugin.so
%{_libdir}/vlc/plugins/codec/libhwdummy_plugin.so
%{_libdir}/vlc/plugins/codec/libjpeg_plugin.so
%{_libdir}/vlc/plugins/codec/liblibmpeg2_plugin.so*
%{_libdir}/vlc/plugins/codec/liblpcm_plugin.so*
%{_libdir}/vlc/plugins/codec/libmpeg_audio_plugin.so*
%{_libdir}/vlc/plugins/codec/libpng_plugin.so
%{_libdir}/vlc/plugins/codec/librawvideo_plugin.so*
%{_libdir}/vlc/plugins/codec/libscte27_plugin.so
%{_libdir}/vlc/plugins/codec/libspudec_plugin.so
%{_libdir}/vlc/plugins/codec/libstl_plugin.so
%{_libdir}/vlc/plugins/codec/libsubsdec_plugin.so
%{_libdir}/vlc/plugins/codec/libsubstx3g_plugin.so
%{_libdir}/vlc/plugins/codec/libsubsusf_plugin.so
%{_libdir}/vlc/plugins/codec/libsvcdsub_plugin.so
%{_libdir}/vlc/plugins/codec/libsvgdec_plugin.so
%{_libdir}/vlc/plugins/codec/libt140_plugin.so
%{_libdir}/vlc/plugins/codec/libtelx_plugin.so
%{_libdir}/vlc/plugins/codec/libuleaddvaudio_plugin.so
%{_libdir}/vlc/plugins/codec/libvpx_plugin.so
%if %{with_x264}
%{_libdir}/vlc/plugins/codec/libx264_plugin.so
%endif
%if %{with_x265}
%{_libdir}/vlc/plugins/codec/libx265_plugin.so
%endif
%{_libdir}/vlc/plugins/codec/libxwd_plugin.so
%dir %{_libdir}/vlc/plugins/control
%{_libdir}/vlc/plugins/control/libdbus_plugin.so
%{_libdir}/vlc/plugins/control/libdummy_plugin.so
%{_libdir}/vlc/plugins/control/libgestures_plugin.so
%{_libdir}/vlc/plugins/control/libhotkeys_plugin.so
%{_libdir}/vlc/plugins/control/libmotion_plugin.so
%{_libdir}/vlc/plugins/control/libnetsync_plugin.so
%{_libdir}/vlc/plugins/control/liboldrc_plugin.so
%{_libdir}/vlc/plugins/control/libxcb_hotkeys_plugin.so
%dir %{_libdir}/vlc/plugins/demux
%{_libdir}/vlc/plugins/demux/libaiff_plugin.so*
%{_libdir}/vlc/plugins/demux/libasf_plugin.so*
%{_libdir}/vlc/plugins/demux/libau_plugin.so*
%{_libdir}/vlc/plugins/demux/libavformat_plugin.so
%{_libdir}/vlc/plugins/demux/libavi_plugin.so
%{_libdir}/vlc/plugins/demux/libcaf_plugin.so
%{_libdir}/vlc/plugins/demux/libdemux_cdg_plugin.so
%{_libdir}/vlc/plugins/demux/libdemux_stl_plugin.so
%{_libdir}/vlc/plugins/demux/libdemuxdump_plugin.so*
%{_libdir}/vlc/plugins/demux/libdiracsys_plugin.so
%{_libdir}/vlc/plugins/demux/libes_plugin.so
%{_libdir}/vlc/plugins/demux/libh264_plugin.so
%{_libdir}/vlc/plugins/demux/libhevc_plugin.so
%{_libdir}/vlc/plugins/demux/libimage_plugin.so
%{_libdir}/vlc/plugins/demux/libmjpeg_plugin.so
%{_libdir}/vlc/plugins/demux/libmkv_plugin.so
%{_libdir}/vlc/plugins/demux/libmp4_plugin.so*
%{_libdir}/vlc/plugins/demux/libmpgv_plugin.so*
%{_libdir}/vlc/plugins/demux/libnsc_plugin.so*
%{_libdir}/vlc/plugins/demux/libnsv_plugin.so*
%{_libdir}/vlc/plugins/demux/libnuv_plugin.so*
%{_libdir}/vlc/plugins/demux/libplaylist_plugin.so*
%{_libdir}/vlc/plugins/demux/libps_plugin.so*
%{_libdir}/vlc/plugins/demux/libpva_plugin.so*
%{_libdir}/vlc/plugins/demux/librawaud_plugin.so
%{_libdir}/vlc/plugins/demux/librawdv_plugin.so*
%{_libdir}/vlc/plugins/demux/librawvid_plugin.so
%{_libdir}/vlc/plugins/demux/libreal_plugin.so*
%{_libdir}/vlc/plugins/demux/libsmf_plugin.so
%{_libdir}/vlc/plugins/demux/libsubtitle_plugin.so*
%{_libdir}/vlc/plugins/demux/libtta_plugin.so
%{_libdir}/vlc/plugins/demux/libty_plugin.so*
%{_libdir}/vlc/plugins/demux/libvobsub_plugin.so*
%{_libdir}/vlc/plugins/demux/libvc1_plugin.so
%{_libdir}/vlc/plugins/demux/libvoc_plugin.so*
%{_libdir}/vlc/plugins/demux/libwav_plugin.so*
%{_libdir}/vlc/plugins/demux/libts_plugin.so*
%{_libdir}/vlc/plugins/demux/libxa_plugin.so*
%{_libdir}/vlc/plugins/demux/libogg_plugin.so*
%{_libdir}/vlc/plugins/codec/libvorbis_plugin.so*
%dir %{_libdir}/vlc/plugins/meta_engine
%{_libdir}/vlc/plugins/meta_engine/libfolder_plugin.so
%{_libdir}/vlc/plugins/meta_engine/libtaglib_plugin.so
%dir %{_libdir}/vlc/plugins/misc
%{_libdir}/vlc/plugins/misc/libaddonsfsstorage_plugin.so
%{_libdir}/vlc/plugins/misc/libaddonsvorepository_plugin.so
%{_libdir}/vlc/plugins/misc/libaudioscrobbler_plugin.so
%{_libdir}/vlc/plugins/misc/libdbus_screensaver_plugin.so
%{_libdir}/vlc/plugins/misc/libexport_plugin.so*
%{_libdir}/vlc/plugins/misc/libfingerprinter_plugin.so
%{_libdir}/vlc/plugins/misc/liblogger_plugin.so*
%{_libdir}/vlc/plugins/misc/libstats_plugin.so
%{_libdir}/vlc/plugins/misc/libvod_rtsp_plugin.so*
%{_libdir}/vlc/plugins/misc/libxdg_screensaver_plugin.so*
%{_libdir}/vlc/plugins/misc/libxml_plugin.so*
%dir %{_libdir}/vlc/plugins/mux
%{_libdir}/vlc/plugins/mux/libmux_asf_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_avi_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_dummy_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_mp4_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_mpjpeg_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_ogg_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_ps_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_ts_plugin.so
%{_libdir}/vlc/plugins/mux/libmux_wav_plugin.so*
%dir %{_libdir}/vlc/plugins/notify
%dir %{_libdir}/vlc/plugins/gui/
%{_libdir}/vlc/plugins/gui/libqt4_plugin.so
%dir %{_libdir}/vlc/plugins/packetizer
%{_libdir}/vlc/plugins/packetizer/libpacketizer_avparser_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_copy_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_dirac_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_flac_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_h264_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_hevc_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mlp_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpeg4audio_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpeg4video_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpegvideo_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_vc1_plugin.so
%dir %{_libdir}/vlc/plugins/services_discovery/
%{_libdir}/vlc/plugins/services_discovery/libmediadirs_plugin.so
%{_libdir}/vlc/plugins/services_discovery/libmtp_plugin.so
%{_libdir}/vlc/plugins/services_discovery/libpodcast_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libsap_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libudev_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libxcb_apps_plugin.so
%dir %{_libdir}/vlc/plugins/stream_filter/
%{_libdir}/vlc/plugins/stream_filter/libdash_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libdecomp_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libhttplive_plugin.so
%{_libdir}/vlc/plugins/stream_filter/librecord_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libsmooth_plugin.so
%dir %{_libdir}/vlc/plugins/stream_out
%{_libdir}/vlc/plugins/stream_out/libstream_out_autodel_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_bridge_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_chromaprint_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_delay_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_description_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_display_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_dummy_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_duplicate_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_es_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_gather_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_langfromtelx_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_mosaic_bridge_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_raop_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_record_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_rtp_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_setid_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_smem_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_standard_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_stats_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_transcode_plugin.so*
%dir %{_libdir}/vlc/plugins/text_renderer
%{_libdir}/vlc/plugins/text_renderer/libfreetype_plugin.so*
%{_libdir}/vlc/plugins/text_renderer/libsvg_plugin.so
%{_libdir}/vlc/plugins/text_renderer/libtdummy_plugin.so
%dir %{_libdir}/vlc/plugins/video_chroma
%{_libdir}/vlc/plugins/video_chroma/libchain_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libgrey_yuv_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libi420_rgb_*plugin.so
%{_libdir}/vlc/plugins/video_chroma/libi420_yuy2_*plugin.so
%{_libdir}/vlc/plugins/video_chroma/libi422_i420_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libi422_yuy2_*plugin.so
%{_libdir}/vlc/plugins/video_chroma/librv32_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libswscale_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libyuy2_i420_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libyuy2_i422_plugin.so
%dir %{_libdir}/vlc/plugins/video_filter
%{_libdir}/vlc/plugins/video_filter/libadjust_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libalphamask_plugin.so
%{_libdir}/vlc/plugins/video_filter/libanaglyph_plugin.so
%{_libdir}/vlc/plugins/video_filter/libantiflicker_plugin.so
%{_libdir}/vlc/plugins/video_filter/libaudiobargraph_v_plugin.so
%{_libdir}/vlc/plugins/video_filter/libatmo_plugin.so
%{_libdir}/vlc/plugins/video_filter/libball_plugin.so
%{_libdir}/vlc/plugins/video_filter/libblendbench_plugin.so
%{_libdir}/vlc/plugins/video_filter/libblend_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libbluescreen_plugin.so
%{_libdir}/vlc/plugins/video_filter/libcanvas_plugin.so
%{_libdir}/vlc/plugins/video_filter/libcolorthres_plugin.so
%{_libdir}/vlc/plugins/video_filter/libcroppadd_plugin.so
%{_libdir}/vlc/plugins/video_filter/libdeinterlace_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libdynamicoverlay_plugin.so
%{_libdir}/vlc/plugins/video_filter/liberase_plugin.so
%{_libdir}/vlc/plugins/video_filter/libextract_plugin.so
%{_libdir}/vlc/plugins/video_filter/libfreeze_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgaussianblur_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgradient_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgradfun_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgrain_plugin.so
%{_libdir}/vlc/plugins/video_filter/libhqdn3d_plugin.so
%{_libdir}/vlc/plugins/video_filter/libinvert_plugin.so*
%{_libdir}/vlc/plugins/video_filter/liblogo_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmagnify_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmarq_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmirror_plugin.so
%{_libdir}/vlc/plugins/video_filter/libmosaic_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmotionblur_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmotiondetect_plugin.so*
%{_libdir}/vlc/plugins/video_filter/liboldmovie_plugin.so
%{_libdir}/vlc/plugins/video_filter/libposterize_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpostproc_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpsychedelic_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpuzzle_plugin.so
%{_libdir}/vlc/plugins/video_filter/libremoteosd_plugin.so
%{_libdir}/vlc/plugins/video_filter/libripple_plugin.so
%{_libdir}/vlc/plugins/video_filter/librotate_plugin.so
%{_libdir}/vlc/plugins/video_filter/librss_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libscale_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libscene_plugin.so
%{_libdir}/vlc/plugins/video_filter/libsepia_plugin.so
%{_libdir}/vlc/plugins/video_filter/libsharpen_plugin.so
%{_libdir}/vlc/plugins/video_filter/libsubsdelay_plugin.so
%{_libdir}/vlc/plugins/video_filter/libtransform_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libvhs_plugin.so
%{_libdir}/vlc/plugins/video_filter/libwave_plugin.so
%{_libdir}/vlc/plugins/video_filter/libyuvp_plugin.so
%dir %{_libdir}/vlc/plugins/video_output
%{_libdir}/vlc/plugins/video_output/libcaca_plugin.so
%{_libdir}/vlc/plugins/video_output/libfb_plugin.so
%{_libdir}/vlc/plugins/video_output/libvdummy_plugin.so
%{_libdir}/vlc/plugins/video_output/libvmem_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_window_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_x11_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_xv_plugin.so
%{_libdir}/vlc/plugins/video_output/libyuv_plugin.so
%dir %{_libdir}/vlc/plugins/video_splitter
%{_libdir}/vlc/plugins/video_splitter/libclone_plugin.so
%{_libdir}/vlc/plugins/video_splitter/libpanoramix_plugin.so
%{_libdir}/vlc/plugins/video_splitter/libwall_plugin.so
%dir %{_libdir}/vlc/plugins/visualization
%{_libdir}/vlc/plugins/visualization/libglspectrum_plugin.so
%{_libdir}/vlc/plugins/visualization/libvisual_plugin.so
%{_mandir}/man1/vlc.*
%{_mandir}/man1/vlc-wrapper.1*
%{_datadir}/applications/vlc.desktop
%{_miconsdir}/vlc.png
%{_iconsdir}/vlc.png
%{_liconsdir}/vlc.png
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/apps/solid/actions/*.desktop

#----------------------------------------------------------------------------

%package -n svlc
Summary:	Skinned GUI plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
Provides:	vlc-gui

%description -n svlc
This plugin adds a skinned GUI interface to the VLC media player. To
activate it, run the `svlc' program.

%files -n svlc
%doc README
%{_bindir}/svlc
%{_libdir}/vlc/plugins/gui/libskins2_plugin.so*
%{_datadir}/applications/mandriva-svlc.desktop
%{_datadir}/vlc/skins2

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared code for the VLC media player
Group:		System/Libraries

%description -n %{libname}
Shared code for the VLC media player
This package contains code that is shared by different modules of the 
VLC media player.

%files -n %{libname}
%{_libdir}/libvlc.so.%{libmajor}*

#----------------------------------------------------------------------------

%package -n %{libnamecore}
Summary:	Shared core code for the VLC media player
Group:		System/Libraries
#gw needed by the python bindings:
Provides:	libvlccore = %{version}-%{release}

%description -n %{libnamecore}
Shared core code for the VLC media player
This package contains code that is shared by different modules of the
VLC media player.

%files -n %{libnamecore}
%{_libdir}/libvlccore.so.%{coremajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the VLC media player
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	%{libnamecore} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development files for the VLC media player
This package contains headers and a static library required to build plugins
for the VLC media player, or standalone applications using features from VLC.

%files -n %{devname}
%doc README doc/release-howto.txt doc/skins
%dir %{_includedir}/vlc
%{_libdir}/vlc/libcompat.a
%{_libdir}/libvlc.so
%{_libdir}/libvlccore.so
%{_includedir}/vlc/*
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%package plugin-aa
Summary:	ASCII art video plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	aalib-devel

%description plugin-aa
This is an ASCII art video output plugin for the VLC media playe. To
activate it, use the `--vout aa' flag or select the `aa' video output
plugin from the preferences menu.

%files plugin-aa
%doc README
%{_libdir}/vlc/plugins/video_output/libaa_plugin.so*

#----------------------------------------------------------------------------

%package plugin-bonjour
Summary:	Bonjour service discovery plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-bonjour
This plugin adds support for Bonjour service discovery to
the VLC media player.

%files plugin-bonjour
%doc README
%{_libdir}/vlc/plugins/services_discovery/libbonjour_plugin.so*

#----------------------------------------------------------------------------

%package plugin-dv
Summary:	DV codec plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(libavc1394)

%description plugin-dv
This plugin adds support for the DV video format to the VLC media player.
The plugin is autodetected.

%files plugin-dv
%doc README
%{_libdir}/vlc/plugins/access/libdc1394_plugin.so
%{_libdir}/vlc/plugins/access/libdv1394_plugin.so

#----------------------------------------------------------------------------

%package plugin-flac
Summary:	Flac codec plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-flac
These plugins add support for the FLAC compressed audio format to the
VLC media player.

%files plugin-flac
%doc README
%{_libdir}/vlc/plugins/demux/libflacsys_plugin.so
%{_libdir}/vlc/plugins/codec/libflac_plugin.so*

#----------------------------------------------------------------------------

%package plugin-fluidsynth
Summary:	Add MIDI playback support to VLC based on Fluidsynth
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(fluidsynth)

%description plugin-fluidsynth
This plugin adds support for MIDI playback to VLC based on the Fluidsynth
library.

%files plugin-fluidsynth
%doc README
%{_libdir}/vlc/plugins/codec/libfluidsynth_plugin.so

#----------------------------------------------------------------------------

%package plugin-gme
Summary:	Add game music playback support to VLC based on libgme
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	libgme-devel

%description plugin-gme
This plugin adds support for video game music playback to VLC based on the
GME library.

%files plugin-gme
%doc README
%{_libdir}/vlc/plugins/demux/libgme_plugin.so

#----------------------------------------------------------------------------

%package plugin-gnutls
Summary:	Secure Socket Layer plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-gnutls
This plugin adds support for SSL/TLS to the VLC media player.

%files plugin-gnutls
%doc README
%{_libdir}/vlc/plugins/misc/libgnutls_plugin.so*

#----------------------------------------------------------------------------

%if %{with_goom}
%package plugin-goom
Summary:	Visualization plugin for the VLC media player
Group:		Video
BuildRequires:	libgoom2-devel
Requires:	%{name} = %{version}

%description plugin-goom
This is a visualization plugin for VLC media player based on the Goom library.

%files plugin-goom
%doc README
%{_libdir}/vlc/plugins/visualization/libgoom_plugin.so
%endif

#----------------------------------------------------------------------------

%package plugin-jack
Summary:	Jack audio plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-jack
This plugin adds support for the Jack Audio Connection Kit to the VLC
media player. To activate it, use the `--aout jack' flag or select the
`jack' audio output plugin from the preferences menu.

%files plugin-jack
%doc README
%{_libdir}/vlc/plugins/access/libaccess_jack_plugin.so
%{_libdir}/vlc/plugins/audio_output/libjack_plugin.so*

#----------------------------------------------------------------------------

%package plugin-kate
Summary:	Add subtitle and Karaoke text support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(tiger)

%description plugin-kate
This package adds support for subtitles and Karaoke text display based on
the libkate library to VLC.

%files plugin-kate
%doc README
%{_libdir}/vlc/plugins/codec/libkate_plugin.so

#----------------------------------------------------------------------------

%package plugin-libass
Summary:	Add subtitle support to VLC using libass
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libass)

%description plugin-libass
This package adds support for subtitles based on the libass library to VLC.

%files plugin-libass
%doc README
%{_libdir}/vlc/plugins/codec/liblibass_plugin.so

#----------------------------------------------------------------------------

%package plugin-libnotify
Summary:	Notification popup plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-libnotify
This plugin adds support for notification popup messages to
the VLC media player.

%files plugin-libnotify
%doc README
%{_libdir}/vlc/plugins/notify/libnotify_plugin.so*

#----------------------------------------------------------------------------

%package plugin-lirc
Summary:	Lirc plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(liblircclient0)

%description plugin-lirc
This plugin is an infrared lirc interface for the VLC media player. To
activate it, use the `--extraintf lirc' flag.

%files plugin-lirc
%doc README
%{_libdir}/vlc/plugins/control/liblirc_plugin.so*

#----------------------------------------------------------------------------

%package plugin-lua
Summary:	Add Lua scripting to vlc
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(lua)

%description plugin-lua
This plugin adds lua scripting and provides a few example scripts as well.

%files plugin-lua
%doc README
%{_libdir}/vlc/plugins/lua/liblua_plugin.so
%{_libdir}/vlc/lua
%{_datadir}/vlc/lua
%{_bindir}/rvlc

#----------------------------------------------------------------------------

%package plugin-mod
Summary:	MOD audio decoder plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-mod
This plugin adds support for music module playback based on libmodplug
to the VLC media player.

%files plugin-mod
%doc README
%{_libdir}/vlc/plugins/demux/libmod_plugin.so*

#----------------------------------------------------------------------------

%package plugin-mpc
Summary:	MPC audio decoder plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-mpc
This plugin adds support for Musepack audio playback based on libmpcdec
to the VLC media player.

%files plugin-mpc
%doc README
%{_libdir}/vlc/plugins/demux/libmpc_plugin.so*

#----------------------------------------------------------------------------

%package plugin-ncurses
Summary:	Ncurses console-based plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(ncurses)

%description plugin-ncurses
This plugin adds a ncurses interface to the VLC media player. To
activate it, use the `--intf ncurses' flag.

%files plugin-ncurses
%doc README
%{_bindir}/nvlc
%{_libdir}/vlc/plugins/gui/libncurses_plugin.so*

#----------------------------------------------------------------------------

%package plugin-opencv
Summary:	OpenCV wrapper video filter plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(opencv)

%description plugin-opencv
This plugin adds support for OpenCV video filter to the VLC media player.

%files plugin-opencv
%doc README
%{_libdir}/vlc/plugins/video_filter/libopencv_example_plugin.so
%{_libdir}/vlc/plugins/video_filter/libopencv_wrapper_plugin.so

#----------------------------------------------------------------------------

%package plugin-opengl
Summary:	OpenGL video output plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-opengl
This plugin adds support for OpenGL video output to the VLC media player.

%files plugin-opengl
%doc README
%{_libdir}/vlc/plugins/video_output/libegl_x11_plugin.so
%{_libdir}/vlc/plugins/video_output/libgl_plugin.so
%{_libdir}/vlc/plugins/video_output/libglx_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_glx_plugin.so*

#----------------------------------------------------------------------------

%package plugin-opus
Summary:	Opus codec plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(opus)

%description plugin-opus
This plugin adds support for the Opus codec to the VLC media player.

%files plugin-opus
%{_libdir}/vlc/plugins/codec/libopus_plugin.so

#----------------------------------------------------------------------------

%package plugin-projectm
Summary:	Visualization plugin for the VLC media player
Group:		Video
BuildRequires:	pkgconfig(libprojectM)
Requires:	%{name} = %{version}

%description plugin-projectm
This is a visualization plugin for VLC media player based on projectm.

%files plugin-projectm
%doc README
%{_libdir}/vlc/plugins/visualization/libprojectm_plugin.so

#----------------------------------------------------------------------------

%package plugin-pulse
Summary:	PulseAudio plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-pulse
This plugin adds support for the PulseAudio Sound Daemon to the VLC
media player. To activate it, use the `--aout pulse' flag or select the
`pulse' audio output plugin from the preferences menu.

%files plugin-pulse
%doc README
%{_libdir}/vlc/plugins/access/libpulsesrc_plugin.so
%{_libdir}/vlc/plugins/audio_output/libpulse_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libpulselist_plugin.so

#----------------------------------------------------------------------------

%package plugin-schroedinger
Summary:	Dirac plugin for VLC based on Schroedinger
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(schroedinger-1.0)

%description plugin-schroedinger
These plugins add support for the Dirac video format based on Schroedinger.
to the VLC media player.

%files plugin-schroedinger
%doc README
%{_libdir}/vlc/plugins/codec/libschroedinger_plugin.so

#----------------------------------------------------------------------------

%package plugin-sdl
Summary:	Simple DirectMedia Layer video plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	nas-devel

%description plugin-sdl
This plugin adds support for the Simple DirectMedia Layer library to
the VLC media player. To activate it, use the `--vout sdl' or
`--aout sdl' flags or select the `sdl' video or audio output plugin
from the preferences menu.

%files plugin-sdl
%doc README
%{_libdir}/vlc/plugins/codec/libsdl_image_plugin.so*
%{_libdir}/vlc/plugins/video_output/libvout_sdl_plugin.so*

#----------------------------------------------------------------------------

%package plugin-shout
Summary:	Shoutcast and Icecast connector
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(shout)

%description plugin-shout
This plugin adds support for Icecast and Shoutcast servers.

%files plugin-shout
%doc README
%{_libdir}/vlc/plugins/access_output/libaccess_output_shout_plugin.so

#----------------------------------------------------------------------------

%package plugin-speex
Summary:	Ogg Speex codec plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-speex
These plugins add support for the Ogg Speex codec to the VLC media
player. They are autodetected.

%files plugin-speex
%doc README
%{_libdir}/vlc/plugins/audio_filter/libspeex_resampler_plugin.so
%{_libdir}/vlc/plugins/codec/libspeex_plugin.so*

#----------------------------------------------------------------------------

%package plugin-theora
Summary:	Theora video codec for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(theora)

%description plugin-theora
These plugin adds support for the Ogg Theora video format to the VLC
media player. They are autodetected.

%files plugin-theora
%doc README
%{_libdir}/vlc/plugins/codec/libtheora_plugin.so

#----------------------------------------------------------------------------

%package plugin-twolame
Summary:	MP2 encoder plugin for VLC
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(twolame)

%description plugin-twolame
These plugins add support for the Twolame MPEG Audio Layer 2 encoder
to the VLC media player. They are autodetected.

%files plugin-twolame
%doc README
%{_libdir}/vlc/plugins/codec/libtwolame_plugin.so*

#----------------------------------------------------------------------------

%package plugin-upnp
Summary:	UPNP service discovery plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libupnp)

%description plugin-upnp
This plugin adds support for UPNP service discovery to
the VLC media player.

%files plugin-upnp
%doc README
%{_libdir}/vlc/plugins/services_discovery/libupnp_plugin.so*

#----------------------------------------------------------------------------

%package plugin-vaapi
Summary:	VAAPI GPU decoding support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libva-x11)

%description plugin-vaapi
This package adds VAAPI GPU decoding support to VLC.

%files plugin-vaapi
%doc README
%{_libdir}/vlc/plugins/codec/libvaapi_*_plugin.so

#----------------------------------------------------------------------------

%package plugin-vdpau
Summary:	VDPAU GPU decoding support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(vdpau)

%description plugin-vdpau
This package adds VDPAU GPU decoding support to VLC.

%files plugin-vdpau
%doc README
%{_libdir}/vlc/plugins/vdpau/libvdpau_*_plugin.so
%{_libdir}/vlc/libvlc_vdpau.so.0*

#----------------------------------------------------------------------------

%package plugin-zvbi
Summary:	Add Teletext and Closed Caption support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(zvbi-0.2)

%description plugin-zvbi
This package adds support for Raw VBI, Teletext and Closed Caption based on
the ZVBI library to VLC.

%files plugin-zvbi
%doc README
%{_libdir}/vlc/plugins/access/liblinsys_hdsdi_plugin.so
%{_libdir}/vlc/plugins/access/liblinsys_sdi_plugin.so
%{_libdir}/vlc/plugins/codec/libzvbi_plugin.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .automake12~
%patch1 -p1
%patch2 -p1
%patch3 -p1 -b .live555~
%patch4 -p1 -b .live555~
%patch5 -p1

cp %{SOURCE2} po/ru.po

#gw if we want to regenerate libtool, we must remove the local versions of
# the libtool m4 files, aclocal will replace them
pushd m4
rm -fv argz.m4 libtool.m4 ltdl.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4
popd

libtoolize --install --force
aclocal -I m4
autoheader
autoconf
automake -a

%build
# add missing ebml include dir
export CPPFLAGS="$CPPFLAGS -I/usr/include/ebml"
#gw the speex headers have moved
export CPPFLAGS="$CPPFLAGS -I%{_includedir}/speex"
%configure2_5x \
	--disable-dependency-tracking \
	--disable-rpath \
	--disable-sse \
	--enable-aa \
	--enable-bluray \
	--enable-bonjour \
%if %{with_dts}
	--enable-dca \
%else
	--disable-dca \
%endif
	--enable-dvbpsi \
	--enable-dvdnav \
%if %{with_faad}
	--enable-faad \
%else
	--disable-faad \
%endif
	--enable-flac \
	--enable-gnutls \
	--disable-gst-decode \
	--enable-jack \
	--enable-libcddb \
	--enable-libmpeg2 \
	--enable-libva \
	--enable-lirc \
	--enable-live555 \
	--enable-mad \
	--enable-mkv \
	--enable-ncurses \
	--enable-ogg \
	--enable-opus \
	--enable-pulse \
	--enable-realrtsp \
	--enable-sdl \
	--enable-shout \
	--enable-skins2 \
	--enable-speex \
	--enable-theora \
	--enable-twolame \
	--enable-vcdx \
	--enable-vdpau \
	--enable-vorbis \
%if %{with_x264}
	--enable-x264 \
%else
	--disable-x264 \
%endif
%if %{with_x265}
	--enable-x265 \
%else
	--disable-x265 \
%endif
	--enable-xvideo \
%ifarch x86_64
	--with-pic
%endif

%make

pushd po
make update-gmo
popd

%install
mkdir -p %{buildroot}%{_libdir}
%makeinstall_std transform=""

find %{buildroot}%{_libdir}/vlc -name \*.la -exec rm -f {} \;

%find_lang %{name}

# Private library, development file is useless
rm -f %{buildroot}%{_libdir}/vlc/libvlc_vdpau.so

rm -rf installed-docs
mv %{buildroot}%{_datadir}/doc/vlc installed-docs

# menu
desktop-file-install --vendor="" \
  --add-mime-type="x-content/video-dvd" \
  --add-mime-type="x-content/video-vcd" \
  --add-mime-type="x-content/video-svcd" \
  --add-mime-type="x-content/audio-cdda" \
  --add-category="Qt" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

cat > %{buildroot}%{_datadir}/applications/mandriva-svlc.desktop << EOF
[Desktop Entry]
Name=VLC skinned GUI media player
Comment=VLC is a free MPEG, MPEG2, DVD and DivX player
Exec=%{_bindir}/svlc %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Audio;Video;Player;
EOF
fgrep MimeType= %{buildroot}%{_datadir}/applications/vlc.desktop >> %{buildroot}%{_datadir}/applications/mandriva-svlc.desktop

# icons
%define pngdir share/icons
mkdir -p %{buildroot}/{%{_miconsdir},%{_liconsdir}}
install -m 644 %{pngdir}/16x16/vlc.png %{buildroot}/%{_miconsdir}/vlc.png
install -m 644 %{pngdir}/32x32/vlc.png %{buildroot}/%{_iconsdir}/vlc.png
install -m 644 %{pngdir}/48x48/vlc.png %{buildroot}/%{_liconsdir}/vlc.png


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26225 |14mu|vorbis-tools-1.4.0-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Define Mandriva Linux version we are building for
%define mdkversion %(perl -pe '/(\\d+)\\.(\\d)\\.?(\\d)?/; $_="$1$2".($3||0)' /etc/mandriva-release)

Summary:	Several Ogg Vorbis Tools
Name:		vorbis-tools
Version:	1.4.0
Release:	7
Group:		Sound
License:	GPLv2
Url:		http://www.xiph.org/
Source0:	http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
Patch0:		vorbis-tools-automake-1.13.patch
Patch4:		vorbis-tools-1.4.0-next_on_SIGUSR1.patch
Patch5:		vorbis-tools-1.2.0-ogg123-play-stdin.patch
Patch9:		vorbis-tools-1.2.0-fix-str-fmt.patch
Patch10:	vorbis-tools-1.4.0-CVE-2014-9638-CVE-2014-9639.patch
Patch11:	vorbis-tools-1.4.0-CVE-2015-6749.patch
# (gc) needed for AM_PATH_PROG_WITH_TEST
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ogg)
BuildRequires:  pkgconfig(speex)
BuildRequires:	pkgconfig(vorbis)

%description
This package contains oggenc (encoder), oggdec, ogg123 (command line player)
vorbiscomment (metadata editor) and vcut (cut tool).

Find some free Ogg Vorbis music here: http://www.vorbis.com/music/

%prep
%setup -q
%apply_patches
touch config.rpath
autoreconf -fi

%build
%configure2_5x \
	--enable-vcut

%make

%install
%makeinstall_std

%find_lang %{name}

# cleanup
rm -rf %{buildroot}/%{_docdir}/%{name}-%{version}

%files -f %{name}.lang
%doc COPYING README ogg123/ogg123rc-example
%{_bindir}/ogg123
%{_bindir}/oggdec
%{_bindir}/oggenc
%{_bindir}/ogginfo
%{_bindir}/vcut
%{_bindir}/vorbiscomment
%{_mandir}/man1/ogg123*
%{_mandir}/man1/oggenc*
%{_mandir}/man1/oggdec*
%{_mandir}/man1/ogginfo*
%{_mandir}/man1/vcut*
%{_mandir}/man1/vorbiscomment*


%changelog

* Wed Sep 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.4.0-7
- (3ef1fb3) Fix CVE-2014-9638, CVE-2014-9639 and CVE-2015-6749



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26226 |14mu|vpnpptp-allde-0.3.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Tools for setup and control VPN via PPTP/L2TP/OpenL2TP
Name:		vpnpptp-allde
Version:	0.3.9
Release:	1
License:	GPL2+
Group:		System/Configuration/Networking
Url:		https://sourceforge.net/projects/vpnpptp/
Source0:	vpnpptp-src-%{version}.tar.gz
Source1:	vpnpptp.pm
Source2:	vpnmandriva.pm
# Adopt ponoff message to our distribution
Patch0:		vpnpptp-src-0.3.8-menu-message.patch

BuildRequires:	fpc >= 2.6.0
BuildRequires:	fpc-src >= 2.6.0
BuildRequires:	lazarus >= 0.9.30
# Do not require xroot because main DEs have their own su GUIs
# that can be used by vpnpptp and ponoff
# Requires:	xroot
Requires:	pptp-linux
Requires:	openl2tp
Requires:	xl2tpd >= 1.2.7

%description
Tools for easy and quick setup and control VPN via PPTP/L2TP/OpenL2TP.

%files
%{_bindir}/vpnpptp
%{_bindir}/ponoff
%{_bindir}/vpnlinux
%{_datadir}/vpnpptp/lang
%{_datadir}/pixmaps/ponoff.png
%{_datadir}/pixmaps/vpnpptp.png
%{_datadir}/vpnpptp/*.ico
%{_datadir}/vpnpptp/scripts
%{_datadir}/vpnpptp/wiki
%{_datadir}/applications/ponoff.desktop
%{_datadir}/applications/vpnpptp.desktop
%{_prefix}/lib/libDrakX/network/vpn/vpnpptp.pm
%{_prefix}/lib/libDrakX/network/vpn/vpnmandriva.pm

#----------------------------------------------------------------------------

%prep
%setup -q -n vpnpptp-src-%{version}
%apply_patches

%build
./compile.sh

%install
mkdir -p %{buildroot}%{_datadir}/vpnpptp
mkdir -p %{buildroot}%{_datadir}/vpnpptp/scripts
mkdir -p %{buildroot}%{_datadir}/vpnpptp/wiki
mkdir -p %{buildroot}%{_datadir}/vpnpptp/lang
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}/lib/libDrakX/network/connection

cp -f ./vpnpptp/vpnpptp %{buildroot}%{_bindir}
cp -f ./ponoff/ponoff %{buildroot}%{_bindir}
cp -f ./ponoff.png %{buildroot}%{_datadir}/pixmaps/
cp -f ./vpnpptp.png %{buildroot}%{_datadir}/pixmaps/
chmod 0644 %{buildroot}%{_datadir}/pixmaps/ponoff.png
chmod 0644 %{buildroot}%{_datadir}/pixmaps/vpnpptp.png
cp -f ./*.ico %{buildroot}%{_datadir}/vpnpptp
cp -f ./vpnlinux %{buildroot}%{_bindir}
cp -rf ./scripts %{buildroot}%{_datadir}/vpnpptp/
cp -rf ./wiki %{buildroot}%{_datadir}/vpnpptp/
cp -rf ./lang %{buildroot}%{_datadir}/vpnpptp/

install -dm 755 %{buildroot}%{_datadir}/applications

cat > ponoff.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
GenericName=VPN PPTP/L2TP/OpenL2TP Control
GenericName[ru]=Управление соединением VPN PPTP/L2TP/OpenL2TP
GenericName[uk]=Керування з'єднанням VPN PPTP/L2TP/OpenL2TP
Name=ponoff
Name[ru]=ponoff
Name[uk]=ponoff
Exec=/usr/bin/ponoff
Comment=Control VPN via PPTP/L2TP/OpenL2TP
Comment[ru]=Управление соединением VPN через PPTP/L2TP/OpenL2TP
Comment[uk]=Керування з'єднанням VPN через PPTP/L2TP/OpenL2TP
Icon=/usr/share/pixmaps/ponoff.png
Type=Application
Categories=GTK;System;Monitor;X-MandrivaLinux-CrossDesktop;
X-KDE-autostart-after=kdesktop
StartupNotify=false
EOF

install -m 0644 ponoff.desktop \
%{buildroot}%{_datadir}/applications/ponoff.desktop

cat > vpnpptp.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
GenericName=VPN PPTP/L2TP/OpenL2TP Setup
GenericName[ru]=Настройка соединения VPN PPTP/L2TP/OpenL2TP
GenericName[uk]=Налаштування з’єднання VPN PPTP/L2TP/OpenL2TP
Name=vpnpptp
Name[ru]=vpnpptp
Name[uk]=vpnpptp
Exec=/usr/bin/vpnpptp
Comment=Setup VPN via PPTP/L2TP/OpenL2TP
Comment[ru]=Настройка соединения VPN PPTP/L2TP/OpenL2TP
Comment[uk]=Налаштування з’єднання VPN PPTP/L2TP/OpenL2TP
Icon=/usr/share/pixmaps/vpnpptp.png
Type=Application
Categories=GTK;System;Monitor;X-MandrivaLinux-CrossDesktop;
StartupNotify=false
EOF

install -m 0644 vpnpptp.desktop \
%{buildroot}%{_datadir}/applications/vpnpptp.desktop

install -pm0644 -D %{SOURCE1} %{buildroot}/usr/lib/libDrakX/network/vpn/vpnpptp.pm
install -pm0644 -D %{SOURCE2} %{buildroot}/usr/lib/libDrakX/network/vpn/vpnmandriva.pm



%changelog

* Wed Nov 09 2016 tremod <negry.m@yandex.ru> 0.3.9-1
- (8f4b456) Update to 0.3.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26227 |14mu|vsftpd-3.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Very Secure File Transfer Protocol Daemon
Name:		vsftpd
Version:	3.0.3
Release:	1
License:	GPLv2+
Group:		System/Servers
Url:		http://vsftpd.beasts.org/
Source0:	https://security.appspot.com/downloads/%{name}-%{version}.tar.gz
Source10:	https://security.appspot.com/downloads/%{name}-%{version}.tar.gz.asc
Source1:	vsftpd.xinetd
Source2:	vsftpd.pam
Source3:	vsftpd.ftpusers
Source4:	vsftpd.user_list
Source5:	vsftpd.init
Source6:	vsftpd_conf_migrate.sh
Source7:	vsftpd.service.bz2
Source8:	vsftpd.service
# Fedora patches
# Build patches
Patch1:		vsftpd-2.1.0-libs.patch
Patch2: 	vsftpd-2.1.0-build_ssl.patch
Patch3: 	vsftpd-2.1.0-tcp_wrappers.patch
# Use /etc/vsftpd/ instead of /etc/
Patch4:		vsftpd-2.2.2-configuration.patch
# These need review
Patch5: 	vsftpd-2.2.2-pam_hostname.patch
Patch6: 	vsftpd-close-std-fds.patch
Patch7: 	vsftpd-2.1.0-filter.patch
Patch8: 	vsftpd-2.0.5-greedy.patch
Patch9: 	vsftpd-2.1.0-userlist_log.patch
Patch10:	vsftpd-2.2.2-trim.patch
Patch12: 	vsftpd-2.2.2-daemonize_plus.patch
Patch13:	vsftpd-2.3.4-listen_ipv6.patch
Patch101:	vsftpd-2.0.5-anon.patch
Patch102:	vsftpd-2.0.1-server_args.patch
Patch103:	vsftpd-2.2.2-use_localtime.patch
Patch104:	vsftpd-3.0.2-chowngroup.patch
Patch105:	vsftpd-drop-newpid-from-clone.patch
Patch106:	vsftpd-2.0.5-utf8-log-names.patch
BuildRequires:	libcap-devel
BuildRequires:	pam-devel
BuildRequires:	tcp_wrappers-devel
BuildRequires:	pkgconfig(openssl)
Requires:	libcap
Requires:	logrotate
Requires:	openssl
Requires:	pam
Requires(pre,post,preun,postun):	rpm-helper
Provides:	ftpserver
Conflicts:	wu-ftpd
Conflicts:	proftpd
Conflicts:	ncftpd
Conflicts:	pure-ftpd

%description
A Very Secure FTP Daemon - written from scratch - by Chris "One Man Security
Audit Team" Evans.

%files
%doc FAQ INSTALL BUGS AUDIT Changelog LICENSE README README.security REWARD SPEED TODO 
%doc BENCHMARKS COPYING SECURITY/ EXAMPLE/ TUNING SIZE vsftpd.xinetd
%{_sbindir}/vsftpd
%{_initrddir}/vsftpd
%attr(0555,ftp,ftp) %dir /var/ftp
%attr(2555,ftp,ftp) %dir /var/ftp/pub
%attr(700,root,root) %dir %{_sysconfdir}/vsftpd
%config(noreplace) %{_sysconfdir}/vsftpd/*
%config(noreplace) %{_sysconfdir}/pam.d/vsftpd
%config(noreplace) %{_sysconfdir}/logrotate.d/vsftpd
%config(noreplace) %{_sysconfdir}/avahi/services/%{name}.service
%config(noreplace) %{_sysconfdir}/xinetd.d/vsftpd-xinetd
/lib/systemd/system/vsftpd.service
%{_mandir}/*/*

%pre
%_pre_useradd ftp /var/ftp /bin/false

%post
%_post_service vsftpd
if [ -x /usr/sbin/xinetd ];then
%_post_service xinetd
fi

%preun
%_preun_service vsftpd
if [ -x /usr/sbin/xinetd ];then
%_post_service xinetd
fi

%postun
%_postun_userdel ftp

#----------------------------------------------------------------------------

%prep
%setup -q
cp %{SOURCE1} .
%patch1 -p1 -b .libs
%patch2 -p1 -b .build_ssl
%patch3 -p1 -b .tcp_wrappers
%patch4 -p1 -b .configuration
%patch5 -p1 -b .pam_hostname
%patch6 -p1 -b .close_fds
%patch7 -p1 -b .filter
%patch8 -p1 -b .greedy
%patch9 -p1 -b .userlist_log
%patch10 -p1 -b .trim
%patch12 -p1 -b .daemonize_plus
%patch13 -p1 -b .ipv6

%patch101 -p1 -b .anon
%patch102 -p1 -b .server_args
%patch103 -p1 -b .use_localtime
%patch104 -p1 -b .chowngroup
%patch105 -p1 -b .newpid
%patch106 -p1 -b .utf8

%build
%serverbuild

%make CFLAGS="%{optflags}" LINK="%{ldflags}"
# should go to rh patch.
# Change a few defaults in the config:
perl -pi -e 's|#ls_recurse_enable|ls_recurse_enable|' vsftpd.conf
## Fix the /usr/local problem in the xinetd entry
#perl -pi -e 's|/usr/local/sbin/vsftpd|%{_sbindir}/vsftpd|' xinetd.d/vsftpd

%install
install -m755 vsftpd -D %{buildroot}%{_sbindir}/vsftpd
install -m600 vsftpd.conf -D %{buildroot}%{_sysconfdir}/vsftpd/vsftpd.conf
install -m644 vsftpd.xinetd -D %{buildroot}%{_sysconfdir}/xinetd.d/vsftpd-xinetd
install -m644 vsftpd.conf.5 -D %{buildroot}/%{_mandir}/man5/vsftpd.conf.5
install -m644 vsftpd.8 -D %{buildroot}%{_mandir}/man8/vsftpd.8
install -m644 RedHat/vsftpd.log -D %{buildroot}%{_sysconfdir}/logrotate.d/vsftpd
install -m644 %{SOURCE2}  -D %{buildroot}%{_sysconfdir}/pam.d/vsftpd
install -m600 %{SOURCE3}  -D %{buildroot}%{_sysconfdir}/vsftpd/ftpusers
install -m600 %{SOURCE4}  -D %{buildroot}%{_sysconfdir}/vsftpd/user_list
install -m 755 %{SOURCE5} -D %{buildroot}%{_initrddir}/vsftpd
install -m 744 %{SOURCE6} -D %{buildroot}%{_sysconfdir}/vsftpd/vsftpd_conf_migrate.sh
install -m644 %{SOURCE8} -D %{buildroot}/lib/systemd/system/vsftpd.service

mkdir -p %{buildroot}/%{_sysconfdir}/avahi/services/
bzcat %{SOURCE7} > %{buildroot}/%{_sysconfdir}/avahi/services/%{name}.service

touch %{buildroot}%{_sysconfdir}/vsftpd/banned-emails
touch %{buildroot}%{_sysconfdir}/vsftpd/chroot_list
mkdir -p %{buildroot}/var/ftp/pub


%changelog

* Sun Oct 25 2015 Denis Silakov <dsilakov@gmail.com> 3.0.3-1
- (5f0a7cd) Updated to 3.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26228 |14mu|vte291-0.40.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api3		2.91
%define lib3_major	0
%define lib3_name	%mklibname vte 2.91 %{lib3_major}
%define gir3name	%mklibname vte-gir %{api3}
%define develname3	%mklibname -d %{name}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		vte291
Version:	0.40.2
Release:	1
Summary:	A terminal emulator widget
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org/
Source0:	http://download.gnome.org/sources/vte/%{url_ver}/vte-%{version}.tar.xz

# https://bugzilla.gnome.org/show_bug.cgi?id=688456
Patch0:         0001-widget-Only-show-the-cursor-on-motion-if-moved.patch

# https://bugzilla.gnome.org/show_bug.cgi?id=711059
Patch100:       vte291-command-notify.patch

BuildRequires:	pkgconfig(cairo-xlib)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.26.0
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.1.9
BuildRequires:	pkgconfig(pango) >= 1.22.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	automake
BuildRequires:	gperf
BuildRequires:	gtk-doc
BuildRequires:	gobject-introspection-devel
BuildRequires:	intltool
BuildRequires:	pkgconfig(libvala-0.28)
BuildRequires:	vala-tools
BuildRequires:	appdata-tools

Conflicts:	vte3 < 0.36.3

%description
VTE is a terminal emulator widget for use with GTK+ 3.0.

%package -n %{lib3_name}
Summary:	A terminal emulator widget
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{lib3_name}
VTE is a terminal emulator widget for use with GTK+ 3.0.

%package -n %{develname3}
Summary:	Files needed for developing applications which use VTE
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{lib3_name} = %{version}-%{release}

%description -n %{develname3}
VTE is a terminal emulator widget for use with GTK+ 3.0.  This
package contains the files needed for building applications using VTE.

%package -n %{gir3name}
Summary:	GObject Introspection interface description for vte with GTK+ 3.0
Group:		System/Libraries
Requires:	%{lib3_name} = %{version}-%{release}
Conflicts:	%{lib3_name} < 0.28.1-2

%description -n %{gir3name}
GObject Introspection interface description for vte with GTK+ 3.0.

%prep
%setup -q -n vte-%{version}
%apply_patches

%build
./autogen.sh
%configure2_5x \
	--enable-shared \
	--disable-static \
	--libexecdir=%{_libexecdir}/vte-%{api3} \
	--enable-gtk-doc \
	--enable-gnome-pty-helper \
	--enable-introspection
%make

%install
%makeinstall_std

#we don't want these
find %{buildroot} -name "*.la" -delete
%find_lang vte-%{api3}

%files -f vte-%{api3}.lang
%doc COPYING HACKING NEWS README
%{_bindir}/vte-%{api3}
%{_sysconfdir}/profile.d/vte.sh
%dir %{_libdir}/vte-%{api3}
%attr(2711,root,utmp) %{_libexecdir}/vte-%{api3}/gnome-pty-helper

%files -n %{lib3_name}
%{_libdir}/libvte-%{api3}.so.%{lib3_major}*

%files -n %{gir3name}
%{_libdir}/girepository-1.0/Vte-%{api3}.typelib

%files -n %{develname3}
%doc %{_datadir}/gtk-doc/html/vte-%{api3}
%{_includedir}/vte-%{api3}
%{_libdir}/libvte-%{api3}.so
%{_libdir}/pkgconfig/vte-%{api3}.pc
%{_datadir}/gir-1.0/Vte-%{api3}.gir
%{_datadir}/vala/vapi/vte-2.91.vapi

%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 0.40.2-1
- (5ecddd1) update to 0.40.2

* Mon Apr 27 2015 Tigro <ashejn@yandex-team.ru> 0.40.0-2
- (e75f1c9) added C: vte3 < 0.36.3

* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 0.40.0-1
- (4dd464c) run autogen.sh first
- (Tigro: 68d3665) update to 0.40.0

* Sat Mar 21 2015 Tigro <ashejn@gmail.com> 0.39.92-1
- (9127d6d) update to 0.39.92

* Thu Mar 19 2015 Tigro <ashejn@yandex-team.ru> 0.39.90-3
- (abf6d5f) back notify patch

* Sat Mar 14 2015 Tigro <ashejn@gmail.com> 0.39.90-2
- (a3781dd) disable notify patch

* Wed Mar 11 2015 Tigro <ashejn@yandex-team.ru> 0.39.90-1
- (ce07fba) fix version
- (Tigro: 2fbcadb) another path for libexec
- (Tigro: c8c6287) Revert "drop libexecname definition"
- (Tigro: c8c6287) This reverts commit bd5b066b29fbef770cca9bb5574796b3486ca4de.
- (Tigro: bd5b066) drop libexecname definition
- (Tigro: 661ab47) added BR: gpref
- (Tigro: 9f4a711) apply patches and enable gnome-pty-helper
- (Tigro: 08c2e4d) pack files
- (Tigro: f80160e) added BR: appdata-tools
- (Tigro: b55d9eb) fix typo
- (Tigro: 9616f61) update to 0.39.90

* Tue Mar 10 2015 Tigro <ashejn@gmail.com> None
- (29bece7) update to 0.36.3
- (Tigro: 6ff38e0) Revert "update to 0.39.90"
- (Tigro: 6ff38e0) This reverts commit 7301f4832139ef8324b44c2581397fcd0f8919e0.
- (Tigro: 48f997d) Revert "added BR for vala"
- (Tigro: 48f997d) This reverts commit 32e2fae73e6153381d70a326d4538745fa01205b.
- (Tigro: c5a04cc) Revert "bump api"
- (Tigro: c5a04cc) This reverts commit dd9d4f718ff3b5cbf5a843d695782f63f1c703a7.
- (Tigro: dd9d4f7) bump api
- (Tigro: 32e2fae) added BR for vala
- (Tigro: 4c5e22b) added BR: gnutls
- (Tigro: 7301f48) update to 0.39.90
- (Alex Burmashev: 92bc45f) MassBuild#440: Increase release tag
- (Tigro: a35cbe3) update to 3.12.2
- (Tigro: 665c308) update to 0.36.1
- (Tigro: 9dfd148) update to 0.34.7
- (root: ac6f27b) update to 0.34.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26229 |14mu|vte3-0.36.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api3		2.90
%define lib3_major	9
%define lib3_name	%mklibname vte 2_90 %{lib3_major}
%define gir3name	%mklibname vte-gir %{api3}
%define develname3	%mklibname -d %{name}

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		vte3
Version:	0.36.4
Release:	1
Summary:	A terminal emulator widget
License:	LGPLv2+
Group:		System/Libraries
URL:		http://www.gnome.org/
Source0:	http://download.gnome.org/sources/vte/%{url_ver}/vte-%{version}.tar.xz
BuildRequires:	pkgconfig(cairo-xlib)
BuildRequires:	pkgconfig(gio-2.0)
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(glib-2.0) >= 2.26.0
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.1.9
BuildRequires:	pkgconfig(pango) >= 1.22.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	automake
BuildRequires:	gtk-doc
BuildRequires:	gobject-introspection-devel
BuildRequires:	intltool
Obsoletes:	vte2_90 < 0.34.6

%description
VTE is a terminal emulator widget for use with GTK+ 3.0.

%package -n %{lib3_name}
Summary:	A terminal emulator widget
Group:		System/Libraries
Requires:	%{name} >= %{version}

%description -n %{lib3_name}
VTE is a terminal emulator widget for use with GTK+ 3.0.

%package -n %{develname3}
Summary:	Files needed for developing applications which use VTE
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{lib3_name} = %{version}-%{release}

%description -n %{develname3}
VTE is a terminal emulator widget for use with GTK+ 3.0.  This
package contains the files needed for building applications using VTE.

%package -n %{gir3name}
Summary:	GObject Introspection interface description for vte with GTK+ 3.0
Group:		System/Libraries
Requires:	%{lib3_name} = %{version}-%{release}
Conflicts:	%{lib3_name} < 0.28.1-2

%description -n %{gir3name}
GObject Introspection interface description for vte with GTK+ 3.0.

%prep
%setup -qn vte-%{version}
%apply_patches

%build
%configure2_5x \
	--enable-shared \
	--disable-static \
	--libexecdir=%{_libexecdir}/%{name} \
	--enable-gtk-doc \
	--enable-introspection
%make

%install
%makeinstall_std

# Remove the vte.sh built here and use the one from the vte291 package
# instead.
rm -f %{buildroot}%{_sysconfdir}/profile.d/vte.sh

#we don't want these
find %{buildroot} -name "*.la" -delete
%find_lang vte-%{api3}

%files -f vte-%{api3}.lang
%doc COPYING HACKING NEWS README
%{_bindir}/vte2_90
%dir %{_libdir}/%{name}
%attr(2711,root,utmp) %{_libexecdir}/%{name}/gnome-pty-helper

%files -n %{lib3_name}
%{_libdir}/libvte2_90.so.%{lib3_major}*

%files -n %{gir3name}
%{_libdir}/girepository-1.0/Vte-%{api3}.typelib

%files -n %{develname3}
%doc %{_datadir}/gtk-doc/html/vte-%{api3}
%{_includedir}/vte-%{api3}
%{_libdir}/libvte2_90.so
%{_libdir}/pkgconfig/vte-%{api3}.pc
%{_datadir}/gir-1.0/Vte-%{api3}.gir

%changelog

* Mon Apr 13 2015 Tigro <ashejn@gmail.com> 0.36.4-1
- (3af96bc) update to 0.36\.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26230 |14mu|vtk-6.1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with OSMesa
# Documentation are download and built by vtk-doc separated package
%bcond_with java

# Do not check .so files in the python_sitearch directory
%global __provides_exclude_from ^%{python_sitearch}/.*\\.so$

%define libname %mklibname %{name}
%define devname %mklibname %{name} -d

%define short_version   %(echo %{version} | cut -d. -f1,2)

%define vtkincdir       %{_includedir}/vtk
%define vtkdocdir       %{_docdir}/vtk
%define vtktcldir       %{tcl_sitearch}/%{name}-%{short_version}

%define qt_designer_plugins_dir %{qt4plugins}/designer

Summary:	Toolkit for 3D computer graphics, image processing, and visualization
Name:		vtk
Version:	6.1.0
Release:	3
License:	BSD
Group:		Graphics
Url:		http://www.vtk.org/
Source0:	http://www.vtk.org/files/release/%{short_version}/VTK-%{version}.tar.gz
Source1:	http://www.vtk.org/files/release/%{short_version}/VTKData-%{version}.tar.gz
Patch0:		vtk-6.1.0-system.patch
Patch1:		vtk-install.patch
#Patch to vtk to use system netcdf library
Patch2: 	vtk-6.1.0-netcdf.patch
Patch3:		vtk-6.1.0-json.patch
Patch4:		vtk-6.1.0-freetype.patch
Patch5:		vtk-6.0.0-mesagl-10.3.patch

BuildRequires:	chrpath
BuildRequires:	cmake
BuildRequires:	cvs
BuildRequires:	doxygen
BuildRequires:	gnuplot
BuildRequires:	graphviz
BuildRequires:	python-qt4
BuildRequires:	boost-devel
BuildRequires:	gl2ps-devel
BuildRequires:	hdf5-devel
BuildRequires:	jpeg-devel
BuildRequires:	jsoncpp-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(blas)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(lapack)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libR)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(netcdf)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(tcl)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(tk)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zlib)
%if %{with java}
BuildRequires:	java-rpmbuild
BuildRequires:	java-devel > 1.5
%endif

%description
The Visualization ToolKit (VTK) is an object oriented software system for 3D
computer graphics, image processing, and visualization. VTK includes a
textbook, a C++ class library, and several interpreted interface layers
including Tcl/Tk, Java, and Python. VTK supports a wide variety of
visualization algorithms including scalar, vector, tensor, texture, and
volumetric methods. It also supports advanced modeling techniques like
implicit modeling, polygon reduction, mesh smoothing, cutting, contouring,
and Delaunay triangulation.  Moreover, dozens of imaging algorithms have been
integrated into the system. This allows mixing 2D imaging / 3D graphics
algorithms and data.

%if %{without java}
NOTE: The java wrapper is not included by default.  You may rebuild the srpm
      using "--with java" with JDK installed.
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Toolkit for 3D computer graphics, image processing, and visualization
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Obsoletes:	%{name} < %{EVRD}
Requires:	R-base

%description -n %{libname}
The Visualization ToolKit (VTK) is an object oriented software system for 3D
computer graphics, image processing, and visualization. VTK includes a
textbook, a C++ class library, and several interpreted interface layers
including Tcl/Tk, Java, and Python. VTK supports a wide variety of
visualization algorithms including scalar, vector, tensor, texture, and
volumetric methods. It also supports advanced modeling techniques like
implicit modeling, polygon reduction, mesh smoothing, cutting, contouring,
and Delaunay triangulation.  Moreover, dozens of imaging algorithms have been
integrated into the system. This allows mixing 2D imaging / 3D graphics
algorithms and data.

%if %{without java}
NOTE: The java wrapper is not included by default.  You may rebuild the srpm
      using "--with java" with JDK installed.
%endif

%files -n %{libname} -f build/main.list
%doc Copyright.txt README.html vtkLogo.jpg vtkBanner.gif _docs/Wrapping
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/vtk-%{_arch}.conf
%dir %{_libdir}/vtk

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	VTK header files for building C++ code
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Requires:	%{libname}-qt = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{name}-devel < %{EVRD}
Conflicts:	%{libname}-qt < 5.0.3-4
Conflicts:	%{libname} < 5.6.1-2

%description -n %{devname}
This provides the VTK header files required to compile C++
programs that use VTK to do 3D visualisation.

%files -n %{devname}
%doc Utilities/Upgrading
%{_bindir}/vtkHashSource*
%{_bindir}/vtkWrapHierarchy*
%{_bindir}/vtkParseOGLExt*
%{_includedir}/*
%{_libdir}/vtk/*.so
%{_libdir}/vtk/libvtkWrappingTools.a
%{_libdir}/cmake/vtk/
%{_docdir}/vtk-6.1/
%{_datadir}/vtk-6.1/
%{tcl_sitelib}/vtk/vtktcl.c

#----------------------------------------------------------------------------

%package -n tcl-%{name}
Summary:	Tcl bindings for VTK
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-tcl = %{EVRD}
Obsoletes:	%{name}-tcl < %{EVRD}
Obsoletes:	tcl-%{name}-devel < %{EVRD}

%description -n tcl-%{name}
The Visualization ToolKit (VTK) is an object oriented software system for 3D
computer graphics, image processing, and visualization. VTK includes a
textbook, a C++ class library, and several interpreted interface layers
including Tcl/Tk, Java, and Python. VTK supports a wide variety of
visualization algorithms including scalar, vector, tensor, texture, and
volumetric methods. It also supports advanced modeling techniques like
implicit modeling, polygon reduction, mesh smoothing, cutting, contouring,
and Delaunay triangulation.  Moreover, dozens of imaging algorithms have been
integrated into the system. This allows mixing 2D imaging / 3D graphics
algorithms and data.

This package contains tcl bindings for VTK.

%files -n tcl-%{name}
%{_libdir}/vtk/*TCL*.so.*
%exclude %{_libdir}/vtk/*QtTCL*.so.*
%{_bindir}/vtk
%{_bindir}/vtkWrapTcl
%{_bindir}/vtkWrapTclInit
%{tcl_sitelib}/vtk/
%exclude %{tcl_sitelib}/vtk/vtktcl.c

#----------------------------------------------------------------------------

%package -n python-%{name}
Summary:	Python bindings for VTK
Group:		Development/Python
Requires:	%{libname} = %{version}
Provides:	%{name}-python = %{EVRD}
Obsoletes:	%{name}-python < %{EVRD}
Obsoletes:	python-%{name}-devel < %{EVRD}

%description -n python-%{name}
The Visualization ToolKit (VTK) is an object oriented software system for 3D
computer graphics, image processing, and visualization. VTK includes a
textbook, a C++ class library, and several interpreted interface layers
including Tcl/Tk, Java, and Python. VTK supports a wide variety of
visualization algorithms including scalar, vector, tensor, texture, and
volumetric methods. It also supports advanced modeling techniques like
implicit modeling, polygon reduction, mesh smoothing, cutting, contouring,
and Delaunay triangulation.  Moreover, dozens of imaging algorithms have been
integrated into the system. This allows mixing 2D imaging / 3D graphics
algorithms and data.

This package contains python bindings for VTK.

%files -n python-%{name}
%{py_platsitedir}/*
%{_libdir}/vtk/*Python27D.so.*
%exclude %{_libdir}/vtk/*QtPython27D.so.*
%{_bindir}/vtkpython
%{_bindir}/vtkWrapPython
%{_bindir}/vtkWrapPythonInit

#----------------------------------------------------------------------------

%package -n %{libname}-qt
Summary:	QT VTK widget
Group:		System/Libraries
Requires:	vtk

%description -n %{libname}-qt
The vtkQt classes combine VTK and Qt(TM) for X11.

%files -n %{libname}-qt
%{_bindir}/qtevents
%{_bindir}/qtimageviewer
%{_libdir}/vtk/lib*Qt*.so.*
%exclude %{_libdir}/vtk/*TCL.so.*
%exclude %{_libdir}/vtk/*Python27D.so.*
%{_libdir}/qt4/plugins/designer/libQVTKWidgetPlugin.so

#----------------------------------------------------------------------------

%package -n python-vtk-qt
Summary:	Qt Python bindings for VTK
Group:		System/Libraries
Requires:	vtk = %{EVRD}

%description -n python-vtk-qt
Qt Python bindings for VTK.

%files -n python-vtk-qt
%{_libdir}/vtk/*QtPython27D.so.*

#----------------------------------------------------------------------------

%package -n tcl-vtk-qt
Summary:	Qt TCL bindings for VTK
Group:		System/Libraries
Requires:	vtk = %{EVRD}

%description -n tcl-vtk-qt
Qt TCL bindings for VTK.

%files -n tcl-vtk-qt
%{_libdir}/vtk/*QtTCL*.so.*

#------------------------------------------------------------------------------

%if %{with java}
%package -n java-%{name}
Summary:	Java bindings for VTK
Group:		Development/Java
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-java = %{EVRD}
Obsoletes:	%{name}-java < %{version}

%description -n java-%{name}
The Visualization ToolKit (VTK) is an object oriented software system for 3D
computer graphics, image processing, and visualization. VTK includes a
textbook, a C++ class library, and several interpreted interface layers
including Tcl/Tk, Java, and Python. VTK supports a wide variety of
visualization algorithms including scalar, vector, tensor, texture, and
volumetric methods. It also supports advanced modeling techniques like
implicit modeling, polygon reduction, mesh smoothing, cutting, contouring,
and Delaunay triangulation.  Moreover, dozens of imaging algorithms have been
integrated into the system. This allows mixing 2D imaging / 3D graphics
algorithms and data.

This package contains Java bindings for VTK.

%files -n java-%{name}
%{_bindir}/vtkParseJava
%{_bindir}/vtkWrapJava
%{_bindir}/VTKJavaExecutable
%{_libdir}/libvtk*Java.so*
%{_libdir}/java
%endif

#----------------------------------------------------------------------------

%package data
Summary:	Data and Baseline images for VTK regression testing
Group:		Development/Other

%description data
Data and Baseline images for VTK regression testing and other VTK examples.

The VTKData/Data directory are data files of various types. This includes
polygonal data, images, volumes, structured grids, rectilinear grids,
and multi-variate data.

The VTKData/Baseline are the testing images. These are used in testing to
compare a valid image against a generated image. If a difference between
the two images is found, then the test is considered to have failed.

%files data
%{_datadir}/vtk

#----------------------------------------------------------------------------

%package examples
Summary:	C++, Tcl and Python example programs/scripts for VTK
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{name}-data = %{EVRD}

%description examples
This package contains all the examples from the VTK source.
To compile the C++ examples you will need to install the vtk-devel
package as well. The Python and Tcl examples can be run with the
corresponding packages (vtk-python, vtk-tcl).

%files examples
%dir %{vtkdocdir}/examples
%{vtkdocdir}/examples/*

#----------------------------------------------------------------------------

%package test-suite
Summary:	Tests programs for VTK
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{name}-data = %{EVRD}

%description test-suite
This package contains all testing programs from the VTK
source. The source code of these programs can be found in the
vtk-examples package.

%files test-suite
%{_bindir}/*
%exclude %{_bindir}/%{name}
%exclude %{_bindir}/vtkEncodeString
%exclude %{_bindir}/vtkWrapTcl
%exclude %{_bindir}/vtkWrapTclInit
%exclude %{_bindir}/vtkpython
%exclude %{_bindir}/vtkWrapPython
%exclude %{_bindir}/vtkWrapPythonInit
%exclude %{_bindir}/qtevents
%exclude %{_bindir}/qtimageviewer
%exclude %{_bindir}/vtkHashSource*
%exclude %{_bindir}/vtkWrapHierarchy*
%exclude %{_bindir}/vtkParseOGLExt*

#----------------------------------------------------------------------------

%prep
%setup -q -n VTK-%{version}
%apply_patches

# Replace relative path ../../../VTKData with %{_datadir}/vtkdata-%{version}
# otherwise it will break on symlinks.
grep -rl '\.\./\.\./\.\./\.\./VTKData' . | xargs \
  perl -pi -e's,\.\./\.\./\.\./\.\./VTKData,%{_datadir}/vtkdata-%{version},g'

%build
export CFLAGS="%{optflags} -D_UNICODE"
export CXXFLAGS="%{optflags} -D_UNICODE"
%if %{with java}
export JAVA_HOME=/usr/lib/jvm/java
%endif

# Remove old cmake files
rm -f CMake/FindBoost*

# Due to cmake prefix point already for _prefix, we need
# push only the necessary extra paths

%cmake \
        -DVTK_INSTALL_LIBRARY_DIR=%{_lib}/vtk \
        -DVTK_INSTALL_ARCHIVE_DIR=%{_lib}/vtk \
        -DVTK_INSTALL_BIN_DIR=/bin \
        -DVTK_INSTALL_PACKAGE_DIR=%{_lib}/vtk \
        -DVTK_INSTALL_INCLUDE_DIR=include/vtk \
        -DVTK_CUSTOM_LIBRARY_SUFFIX="" \
        -DVTK_INSTALL_PACKAGE_DIR:PATH=%{_lib}/cmake/vtk \
        -DVTK_INSTALL_QT_DIR:PATH=%{_lib}/qt4/plugins/designer \
        -DVTK_INSTALL_TCL_DIR:PATH=share/tcl%{tcl_version}/vtk \
        -DVTK_INSTALL_PYTHON_MODULE_DIR:PATH=%{_lib}/python%{py_ver}/site-packages \
        -DTK_INTERNAL_PATH:PATH=/usr/include/tk-private/generic \
%if %{with OSMesa}
        -DVTK_OPENGL_HAS_OSMESA:BOOL=ON \
%endif
        -DVTK_DATA_ROOT=/share/vtk \
        -DVTK_USE_SYSTEM_LIBPROJ4:BOOL=OFF \
        -DVTK_WRAP_PYTHON:BOOL=ON \
%if %{with java}
        -DJAVA_INCLUDE_PATH:PATH=%{java_home}/include \
        -DJAVA_INCLUDE_PATH2:PATH=%{java_home}/include/linux \
        -DJAVA_AWT_INCLUDE_PATH:PATH=%{java_home}/include \
        -DVTK_WRAP_JAVA:BOOL=ON \
%else
        -DVTK_WRAP_JAVA:BOOL=OFF \
%endif
        -DVTK_WRAP_TCL:BOOL=ON \
        -DVTK_Group_Imaging:BOOL=ON \
        -DVTK_Group_Qt:BOOL=ON \
        -DVTK_Group_Rendering:BOOL=ON \
        -DVTK_Group_StandAlone:BOOL=ON \
        -DVTK_Group_Tk:BOOL=ON \
        -DVTK_Group_Views:BOOL=ON \
        -DModule_vtkFiltersStatisticsGnuR:BOOL=ON \
        -DVTK_USE_RENDERING:BOOL=ON \
        -DDESIRED_QT_VERSION=4 \
        -DVTK_USE_QT:BOOL=ON \
        -DBUILD_DOCUMENTATION:BOOL=OFF \
        -DBUILD_EXAMPLES:BOOL=ON \
        -DBUILD_SHARED_LIBS:BOOL=ON \
        -DBUILD_TESTING:BOOL=ON \
        -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \
        -DVTK_USE_SYSTEM_JPEG:BOOL=ON \
        -DVTK_USE_SYSTEM_PNG:BOOL=ON \
        -DVTK_USE_SYSTEM_TIFF:BOOL=ON \
        -DVTK_USE_SYSTEM_ZLIB:BOOL=ON \
        -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \
        -DVTK_USE_ANSI_STDLIB:BOOL=ON \
        -DVTK_USE_PARALLEL:BOOL=ON \
        -DVTK_USE_GUISUPPORT:BOOL=ON \
        -DVTK_USE_QVTK:BOOL=ON \
        -DVTK_INSTALL_QT_PLUGIN_DIR:STRING=%{qt_designer_plugins_dir} \
        -DVTK_USE_GL2PS:BOOL=ON \
        -DVTK_HAVE_GETSOCKNAME_WITH_SOCKLEN_T:INTERNAL=1 \
        -DVTK_USE_SYSTEM_LIBXML2:BOOL=ON \
        -DVTK_USE_QVTK_QTOPENGL:BOOL=ON \
        -DVTK_USE_OGGTHEORA_ENCODER=ON \
        -DVTK_USE_SYSTEM_LIBRARIES=ON \
        -DVTK_USE_BOOST:BOOL=ON \
        -DVTK_USE_SYSTEM_NETCDF:BOOL=ON

#        -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=%{_prefix} --root=%{buildroot}" \

%make
# Remove executable bits from sources (some of which are generated)
find . -name \*.c -or -name \*.cxx -or -name \*.h -or -name \*.hxx -or \
       -name \*.gif | xargs chmod -x

%install
%makeinstall_std -C build
mkdir -p %{buildroot}%{vtktcldir}
install -d -m 755 %{buildroot}/%{_datadir}/vtk
pushd %{buildroot}/%{_datadir}/vtk
tar zxf %{SOURCE1}
popd

pushd build
# Move python libraries into the proper location
#if [ "%{_lib}" != lib -a "`ls %{buildroot}%{_prefix}/lib/*`" != "" ]; then
#  mkdir -p %{buildroot}%{_libdir}
#  mv %{buildroot}%{_prefix}/lib/python* %{buildroot}%{_libdir}/
#fi

# ld config
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
echo %{_libdir}/vtk > %{buildroot}%{_sysconfdir}/ld.so.conf.d/vtk-%{_arch}.conf
echo %{_libdir}/R/lib >> %{buildroot}%{_sysconfdir}/ld.so.conf.d/vtk-%{_arch}.conf

# Gather list of non-python/tcl libraries
ls %{buildroot}%{_libdir}/vtk/*.so.* \
  | grep -Ev '(Java|Qt|Python27D|TCL)' | sed -e's,^%{buildroot},,' > libs.list

# List of executable utilities
cat > utils.list << EOF
vtkEncodeString
EOF

# List of executable examples
cat > examples.list << EOF
HierarchicalBoxPipeline
MultiBlock
Arrays
Cube
RGrid
SGrid
Medical1
Medical2
Medical3
finance
AmbientSpheres
Cylinder
DiffuseSpheres
SpecularSpheres
Cone
Cone2
Cone3
Cone4
Cone5
Cone6
EOF

# Install examples too
for filelist in examples.list; do
  for file in `cat $filelist`; do
    install -p bin/$file %{buildroot}%{_bindir}
  done
done

# Fix up filelist paths
for filelist in utils.list examples.list; do
  perl -pi -e's,^,%{_bindir}/,' $filelist
done

# Remove any remnants of rpaths on files we install
for file in `cat examples.list`; do
  chrpath -d %{buildroot}$file
done

# http://vtk.org/Bug/view.php?id=14125
#chrpath -d  %{buildroot}%{py_platsitedir}/vtk/*.so

# Main package contains utils and core libs
cat libs.list utils.list > main.list
popd

#install test-suite and examples
mkdir -p %{buildroot}%{vtkdocdir}/examples/Testing
cp -a Testing/* %{buildroot}%{vtkdocdir}/examples/Testing
cp -a Examples %{buildroot}%{vtkdocdir}/examples

# get rid of unwanted files
pushd %{buildroot}%{vtkdocdir}/examples
  rm -f `find . -type d -name CVS`
  find . -name "*.o" -o -name "CMake*" -o -name "cmake.*"       \
        -o -name .NoDartCoverage -o -name .NoDartCoverage       \
        -o -name Makefile                                       \
        -exec rm {} \;
popd
# Remove any possible verdict docs
rm -rf %{buildroot}/%{_libdir}/vtk/doc
rm -rf %{buildroot}/%{vtkdocdir}/verdict

# install test suite binaries and add each prg path in test-suite-files
rm -f test-suite-files
mkdir -p %{buildroot}%{_bindir}
pushd build/bin
    for f in `find . -type f | grep -v '.so$' | grep -v vtk`; do
        install -m 0755 $f %{buildroot}%{_bindir}
    done
popd
rm -f %{buildroot}%{_bindir}/*.so.*
%multiarch_includes  %{buildroot}%{vtkincdir}/vtkConfigure.h

# Setup Wrapping docs tree
mkdir -p _docs
cp -pr --parents Wrapping/*/README* _docs/ 
rm -f %{libdir}/vtk/*.a

export LD_LIBRARY_PATH=%{buildroot}%{libdir}/vtk

%changelog

* Wed Dec 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.1.0-3
- (1896b68) Add patch to fix build with new mesa



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26231 |14mu|vulkan-1.0.33.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# [NB] We do not provide the validation layers here yet, for simplicity.
# The goal is to just let our users try Vulkan-based games, etc.

%define srcname Vulkan-LoaderAndValidationLayers

%define major 1
%define libname %mklibname vulkan %{major}
%define devname %mklibname vulkan -d


Summary:	Vulkan Installable Client Driver (ICD) Loader
Name:		vulkan
Version:	1.0.33.0
Release:	1
Group:		Graphics
License:	ASL 2.0
URL:		https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers

Source0:	https://github.com/KhronosGroup/%{srcname}/archive/sdk-%{version}.tar.gz?/%{srcname}-sdk-%{version}.tar.gz
Source1:	https://raw.githubusercontent.com/KhronosGroup/glslang/master/SPIRV/spirv.hpp

# From Fedora, re-diffed for v.1.0.33.0
Patch0:		0003-layers-Don-t-set-an-rpath.patch
Patch1:		0008-demos-Don-t-build-tri-or-cube.patch

BuildRequires:	bison
BuildRequires:	cmake
BuildRequires:	python3
BuildRequires:	pkgconfig(libsystemd)
BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	pkgconfig(wayland-client)
BuildRequires:	pkgconfig(wayland-cursor)
BuildRequires:	pkgconfig(wayland-server)
BuildRequires:	pkgconfig(wayland-egl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb)

Requires:	%{libname} = %{EVRD}

%description
Vulkan is a new generation graphics and compute API that provides
high-efficiency, cross-platform access to modern GPUs used in a wide variety of
devices from PCs and consoles to mobile phones and embedded platforms.

This package contains the common files and utilies for Vulkan.

%files
%doc LICENSE.txt COPYRIGHT.txt
%doc README.md CONTRIBUTING.md
%dir %{_sysconfdir}/vulkan
%dir %{_sysconfdir}/vulkan/icd.d
%{_bindir}/vulkaninfo

############################################################################

%package -n %{libname}
Summary:	Vulkan ICD Loader Library

%description -n %{libname}
This package contains the installable client driver (ICD) loader library
for Vulkan.

%files -n %{libname}
%{_libdir}/libvulkan.so.%{major}*

############################################################################

%package -n %{devname}
Summary:	Development files for %{libname}

Requires:	%{name} = %{EVRD}
Requires:	%{libname} = %{EVRD}

Provides:	vulkan-devel = %{EVRD}

%description -n %{devname}
This package contains the development files for Vulkan applications.

%files -n %{devname}
%{_includedir}/%{name}/
%{_libdir}/libvulkan.so

############################################################################

%prep
%setup -qn %{srcname}-sdk-%{version}
%apply_patches


%build
cp %{SOURCE1} .
%cmake \
	-DBUILD_TESTS=OFF \
	-DBUILD_LAYERS=OFF \
	-DBUILD_VKJSON=OFF \
	-DBUILD_WSI_XCB_SUPPORT=ON \
	-DBUILD_WSI_XLIB_SUPPORT=ON \
	-DBUILD_WSI_WAYLAND_SUPPORT=ON \
	-DGLSLANG_SPIRV_INCLUDE_DIR=../

%make


%install
%makeinstall_std -C build

install -d -m 755 %{buildroot}%{_includedir}
cp -a include/vulkan %{buildroot}%{_includedir}

install -d -m 755 %{buildroot}%{_sysconfdir}/vulkan/icd.d

%changelog

* Sun Dec 11 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.33.0-1
- (aa19271) Added the files for v.1.0.33.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26232 |14mu|w3c-libwww-5.4.1-0.20061204.10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define snap 20061204

%define major 0
%define libmd5 %mklibname md5_ %{major}
%define libpics %mklibname pics %{major}
%define libwwwapp %mklibname wwwapp %{major}
%define libwwwcache %mklibname wwwcache %{major}
%define libwwwcore %mklibname wwwcore %{major}
%define libwwwdir %mklibname wwwdir %{major}
%define libwwwfile %mklibname wwwfile %{major}
%define libwwwftp %mklibname wwwftp %{major}
%define libwwwgopher %mklibname wwwgopher %{major}
%define libwwwhtml %mklibname wwwhtml %{major}
%define libwwwhttp %mklibname wwwhttp %{major}
%define libwwwinit %mklibname wwwinit %{major}
%define libwwwmime %mklibname wwwmime %{major}
%define libwwwmux %mklibname wwwmux %{major}
%define libwwwnews %mklibname wwwnews %{major}
%define libwwwssl %mklibname wwwssl %{major}
%define libwwwstream %mklibname wwwstream %{major}
%define libwwwtelnet %mklibname wwwtelnet %{major}
%define libwwwtrans %mklibname wwwtrans %{major}
%define libwwwutils %mklibname wwwutils %{major}
%define libwwwxml %mklibname wwwxml %{major}
%define libwwwzip %mklibname wwwzip %{major}
%define devname %mklibname %{name} -d

Summary:	HTTP library of common code
Name:		w3c-libwww
Version:	5.4.1
Release:	0.%{snap}.10
License:	W3C License
Group:		System/Libraries
Url:		http://www.w3.org/Library
Source0:	http://www.w3.org/Library/Distribution/w3c-libwww-%{version}-%{snap}.tar.gz
Patch0:		w3c-libwww-configure.patch
Patch1:		w3c-libwww-5.4.1-incdir.patch
Patch2:		w3c-libwww-ppc64.patch
Patch3:		w3c-libwww-md5.patch
Patch4:		w3c-libwww-expat.patch
Patch5:		w3c-libwww-lib64.diff
Patch6:		w3c-libwww-5.4.1-fix-install.patch
Patch7:		w3c-libwww-5.4.1-fix-link.patch
Patch8:		w3c-libwww-5.4.1-no-sslv2.patch
BuildRequires:	autoconf2.5
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(zlib)

%description
Libwww is a general-purpose Web API written in C for Unix and Windows (Win32).
With a highly extensible and layered API, it can accommodate many different
types of applications including clients, robots, etc. The purpose of libwww
is to provide a highly optimized HTTP sample implementation as well as other
Internet protocols and to serve as a testbed for protocol experiments.

See: http://www.w3.org/Consortium/Legal/copyright-software.html for
further information on its license.

%files
%doc *.html  Icons/*/*.gif
%{_datadir}/w3c-libwww

#----------------------------------------------------------------------------

%package -n %{libmd5}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libmd5}
Shared library for %{name}.

%files -n %{libmd5}
%{_libdir}/libmd5.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libpics}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libpics}
Shared library for %{name}.

%files -n %{libpics}
%{_libdir}/libpics.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwapp}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwapp}
Shared library for %{name}.

%files -n %{libwwwapp}
%{_libdir}/libwwwapp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwcache}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwcache}
Shared library for %{name}.

%files -n %{libwwwcache}
%{_libdir}/libwwwcache.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwcore}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwcore}
Shared library for %{name}.

%files -n %{libwwwcore}
%{_libdir}/libwwwcore.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwdir}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwdir}
Shared library for %{name}.

%files -n %{libwwwdir}
%{_libdir}/libwwwdir.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwfile}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwfile}
Shared library for %{name}.

%files -n %{libwwwfile}
%{_libdir}/libwwwfile.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwftp}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwftp}
Shared library for %{name}.

%files -n %{libwwwftp}
%{_libdir}/libwwwftp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwgopher}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwgopher}
Shared library for %{name}.

%files -n %{libwwwgopher}
%{_libdir}/libwwwgopher.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwhtml}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwhtml}
Shared library for %{name}.

%files -n %{libwwwhtml}
%{_libdir}/libwwwhtml.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwhttp}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwhttp}
Shared library for %{name}.

%files -n %{libwwwhttp}
%{_libdir}/libwwwhttp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwinit}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwinit}
Shared library for %{name}.

%files -n %{libwwwinit}
%{_libdir}/libwwwinit.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwmime}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwmime}
Shared library for %{name}.

%files -n %{libwwwmime}
%{_libdir}/libwwwmime.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwmux}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwmux}
Shared library for %{name}.

%files -n %{libwwwmux}
%{_libdir}/libwwwmux.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwnews}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwnews}
Shared library for %{name}.

%files -n %{libwwwnews}
%{_libdir}/libwwwnews.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwssl}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwssl}
Shared library for %{name}.

%files -n %{libwwwssl}
%{_libdir}/libwwwssl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwstream}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwstream}
Shared library for %{name}.

%files -n %{libwwwstream}
%{_libdir}/libwwwstream.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwtelnet}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwtelnet}
Shared library for %{name}.

%files -n %{libwwwtelnet}
%{_libdir}/libwwwtelnet.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwtrans}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwtrans}
Shared library for %{name}.

%files -n %{libwwwtrans}
%{_libdir}/libwwwtrans.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwutils}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwutils}
Shared library for %{name}.

%files -n %{libwwwutils}
%{_libdir}/libwwwutils.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwxml}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwxml}
Shared library for %{name}.

%files -n %{libwwwxml}
%{_libdir}/libwwwxml.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libwwwzip}
Summary:	Shared library for %{name}
Group:		System/Libraries
Conflicts:	%{name} < 5.4.1-0.20061204.10

%description -n %{libwwwzip}
Shared library for %{name}.

%files -n %{libwwwzip}
%{_libdir}/libwwwzip.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries and header files for programs that use libwww
Group:		Development/Other
Requires:	%{libmd5} = %{EVRD}
Requires:	%{libpics} = %{EVRD}
Requires:	%{libwwwapp} = %{EVRD}
Requires:	%{libwwwcache} = %{EVRD}
Requires:	%{libwwwcore} = %{EVRD}
Requires:	%{libwwwdir} = %{EVRD}
Requires:	%{libwwwfile} = %{EVRD}
Requires:	%{libwwwftp} = %{EVRD}
Requires:	%{libwwwgopher} = %{EVRD}
Requires:	%{libwwwhtml} = %{EVRD}
Requires:	%{libwwwhttp} = %{EVRD}
Requires:	%{libwwwinit} = %{EVRD}
Requires:	%{libwwwmime} = %{EVRD}
Requires:	%{libwwwmux} = %{EVRD}
Requires:	%{libwwwnews} = %{EVRD}
Requires:	%{libwwwssl} = %{EVRD}
Requires:	%{libwwwstream} = %{EVRD}
Requires:	%{libwwwtelnet} = %{EVRD}
Requires:	%{libwwwtrans} = %{EVRD}
Requires:	%{libwwwutils} = %{EVRD}
Requires:	%{libwwwxml} = %{EVRD}
Requires:	%{libwwwzip} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	%{name}-devel < 5.4.1-0.20061204.10
Obsoletes:	%{name}-devel < 5.4.1-0.20061204.10

%description -n %{devname}
Static libraries and header files for libwww, which are available as public
libraries.

%files -n %{devname}
%doc COPYRIGH
%{_bindir}/libwww-config
%{_libdir}/lib*.so
%dir %{_includedir}/w3c-libwww
%{_includedir}/w3c-libwww/*.h

#----------------------------------------------------------------------------

%package apps
Summary:	Applications built using Libwww web library: e.g. Robot, etc
Group:		Networking/WWW
Requires:	%{name} = %{EVRD}

%description apps
Web applications built using Libwww: Robot, Command line tool, 
line mode browser.  The Robot can crawl web sites faster, and
with lower load, than any other web walker that we know of, 
due to its extensive pipelining and use of HTTP/1.1.

The command line tool (w3c) is very useful for manipulation of 
Web sites that implement more than just HTTP GET (e.g. PUT, 
POST, etc.).

The line mode browser is a minimal line mode web browser; 
often useful to convert to ascii text.  Currently unavailable
until someone updates it to some new interfaces. (hint, hint...)

%files apps
%doc COPYRIGH
%{_bindir}/webbot
%{_bindir}/w3c
%{_bindir}/www

#----------------------------------------------------------------------------

%prep
%setup -q

#cvs -d :pserver:anonymous@dev.w3.org:/sources/public login
#after which you type "anonymous" as password.
#cvs -d :pserver:anonymous@dev.w3.org:/sources/public -z3 checkout libwww

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0544 -exec chmod 644 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%patch0 -p1
%patch1 -p1
%patch2 -p1 -b .ppc64
%patch3 -p0
%patch4 -p1
%patch5 -p0
%patch6 -p0
%patch7 -p0 -b .link
%patch8 -p1 -b .ssl2

# we don't want the libwww version
rm -rf modules/expat

%build
autoreconf -fi
echo timestamp > stamp-h.in
%configure2_5x \
	--enable-shared \
	--disable-static \
	--with-gnu-ld \
	--with-regex \
	--with-zlib \
	--with-ssl \
	--enable-reentrant

%make

%install
%makeinstall_std


%changelog

* Thu Mar 17 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.4.1-0.20061204.10
- (a135b5e) Add patch to fix build with OpenSSL built without SSLv2 support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26233 |14mu|wayland-1.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Wayland Compositor Infrastructure
Name:		wayland
Version:	1.9.0
Release:	1
License:	MIT
Group:		System/Libraries
Url:		http://wayland.freedesktop.org/
Source0:	http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(libffi)
# for man pages
BuildRequires:	docbook-style-xsl
BuildRequires:	doxygen
BuildRequires:	graphviz
BuildRequires:	xmlto
# for protocol doc
BuildRequires:	xsltproc

%track
prog %{name} = {
	url = http://wayland.freedesktop.org/releases.html
	version = %{version}
	regex = %{name}-(__VER__)\.tar\.xz
}

%description
Wayland is a protocol for a compositor to talk to its clients as well
as a C library implementation of that protocol. The compositor can be
a standalone display server running on Linux kernel modesetting and
evdev input devices, an X application, or a wayland client itself. The
clients can be traditional applications, X servers (rootless or
fullscreen) or other display servers.

#----------------------------------------------------------------------------

%define client_major 0
%define client_name %{name}-client
%define client_libname %mklibname %{client_name} %{client_major}

%package -n %{client_libname}
Summary:	Libraries for %{client_name}
Group:		System/Libraries

%description -n %{client_libname}
This package contains the libraries for %{client_name}.

%files -n %{client_libname}
%{_libdir}/lib%{client_name}.so.%{client_major}*

#----------------------------------------------------------------------------

%define server_major 0
%define server_name %{name}-server
%define server_libname %mklibname %{server_name} %{server_major}

%package -n %{server_libname}
Summary:	Libraries for %{server_name}
Group:		System/Libraries

%description -n %{server_libname}
This package contains the libraries for %{server_name}.

%files -n %{server_libname}
%{_libdir}/lib%{server_name}.so.%{server_major}*

#----------------------------------------------------------------------------

%define cursor_major 0
%define cursor_name %{name}-cursor
%define cursor_libname %mklibname %{cursor_name} %{cursor_major}

%package -n %{cursor_libname}
Summary:	Libraries for %{cursor_name}
Group:		System/Libraries

%description -n %{cursor_libname}
This package contains the libraries for %{cursor_name}.

%files -n %{cursor_libname}
%{_libdir}/lib%{cursor_name}.so.%{cursor_major}*

#----------------------------------------------------------------------------

%define devname %mklibname %{name} -d

%package -n %{devname}
Summary:	Header files for %{name}
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{client_libname} = %{EVRD}
Requires:	%{server_libname} = %{EVRD}
Requires:	%{cursor_libname} = %{EVRD}
Requires:	%{name}-tools = %{EVRD}

%description -n %{devname}
This package contains the header and pkg-config files for developing
with %{name}.

%files -n %{devname}
%{_includedir}/%{name}-*.h
%{_libdir}/lib%{name}*.so
%{_libdir}/pkgconfig/%{name}*.pc
%{_datadir}/wayland/wayland-scanner.mk
%{_datadir}/wayland/wayland.dtd
%{_datadir}/aclocal/%{name}-scanner.m4

#----------------------------------------------------------------------------

%package tools
Summary:	Wayland development tools
Group:		System/Libraries

%description tools
This package contains development tools for Wayland.

%files tools
%{_bindir}/%{name}-scanner

#----------------------------------------------------------------------------

%package doc
Summary:	Wayland documentation
Group:		Documentation

%description doc
This package contains documentation of Wayland.

%files doc
%{_mandir}/man3/wl_*.3*
%{_datadir}/wayland/wayland.xml
%{_defaultdocdir}/wayland/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -vfi
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std


%changelog

* Fri Dec 18 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.0-1
- (040a84d) Build requires graphviz



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26234 |14mu|webkit-2.4.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# BEFORE UPDATING THIS PACKAGE, YOU _MUST_ DO THE FOLLOWING:
# - DO A LOCAL BUILD
# - INSTALL IT IN A TEST MACHINE
# - CHECK THAT 'display_help http://google.com' STILL WORK (INCLUDING CLOSING IT)
# - CHECK THAT MCC STILL RUNS
#
%define debug_package %{nil}
# *** ERROR: same build ID in nonidentical files!
#        /usr/bin/jsc-3
#   and  /usr/bin/jsc-1


%define oname		webkitgtk
%define lib3ver		3.0
%define major3		0
%define major2		25
%define lib3name	%mklibname webkitgtk %{lib3ver} %{major3}
%define devname3	%mklibname webkitgtk %{lib3ver} -d
%define inspector3name	webkit%{lib3ver}-webinspector
%define girname3	%mklibname %{name}-gir %{lib3ver}
%define girname2	%mklibname %{name}2-gir %{lib3ver}
%define girname2extension %mklibname %{name}2webextension-gir %{lib3ver}
%define libwebkit2	%mklibname webkit2gtk %{lib3ver} %{major2}
%define girjscore3	%mklibname jscore-gir %{lib3ver}
%define libjavascriptcoregtk3	%mklibname javascriptcoregtk %{lib3ver} %{major3}

%define pango	0
%if %{pango}
%define fontreq		pkgconfig(pango)
%define fontback	pango
%else
%define fontreq		pkgconfig(fontconfig) >= 1.0.0
%define fontback	freetype
%endif

Summary:	Web browser engine
Name:		webkit
Epoch:		1
Version:	2.4.9
Release:	2
License:	BSD and LGPLv2+
Group:		System/Libraries
Url:		http://www.webkitgtk.org
Source0:	http://www.webkitgtk.org/releases/%{oname}-%{version}.tar.xz
Patch0:		webkit-2.3.90-link.patch
# (blino) needed for first-time wizard (display_help) to be able to close its window with javascript
Patch2:		webkit-2.1.90-allowScriptsToCloseWindows.patch
Patch3:		webkitgtk-2.1.92-gtk-includes.patch

BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	gperf
BuildRequires:	gtk-doc
BuildRequires:	libtool
BuildRequires:	%{fontreq}
BuildRequires:	icu-devel >= 49
BuildRequires:	jpeg-devel
BuildRequires:	libstdc++-devel
BuildRequires:	automake
BuildRequires:	autoconf
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gail)
BuildRequires:	pkgconfig(gail-3.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(geoclue)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcurl) >= 7.11.0
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.2.0
BuildRequires:	pkgconfig(libsecret-1)
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.29.90
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xt)
BuildRequires:	chrpath

%description
WebKit is an open source web browser engine.

#----------------------------------------------------------------------------

%package -n %{name}%{lib3ver}
Summary:	GTK+3 port of WebKit web browser engine - shared files
Group:		Development/GNOME and GTK+
Requires:	%{lib3name} = %{EVRD}
Conflicts:	%{lib3name} < 1:1.4.1-5
Conflicts:	%{name} < 1:1.4.1-6
%rename %{name}3

%description -n %{name}%{lib3ver}
WebKit is an open source web browser engine.
This package contains the shared files used by %{name}%{lib3ver}

%files -n %{name}%{lib3ver} -f WebKitGTK-3.0.lang
%dir %{_datadir}/webkitgtk-3.0
%{_datadir}/webkitgtk-3.0/images
%{_datadir}/webkitgtk-3.0/resources

#----------------------------------------------------------------------------

%package -n %{lib3name}
Summary:	GTK+3 port of WebKit web browser engine
Group:		System/Libraries
Obsoletes:	%{inspector3name}

%description -n %{lib3name}
The GTK+3 port of WebKit is intended to provide a browser component
primarily for users of the portable GTK+3 UI toolkit on platforms like
Linux.

%files -n %{lib3name}
%{_libdir}/lib%{name}gtk-%{lib3ver}.so.%{major3}*

#----------------------------------------------------------------------------

%package -n %{libjavascriptcoregtk3}
Summary:	GTK+3 port of WebKit web browser engine
Group:		System/Libraries
Obsoletes:	%{_lib}javascriptcoregtk3.0 < %{EVRD}

%description -n %{libjavascriptcoregtk3}
The GTK+3 port of WebKit is intended to provide a browser component
primarily for users of the portable GTK+3 UI toolkit on platforms like
Linux.

%files -n %{libjavascriptcoregtk3}
%{_libdir}/libjavascriptcoregtk-%{lib3ver}.so.%{major3}*

#----------------------------------------------------------------------------

%package -n %{devname3}
Summary:	Development files for WebKit GTK+3 port
Group:		Development/GNOME and GTK+
Provides:	webkitgtk3-devel = %{EVRD}
Provides:	libwebkitgtk3-devel = %{EVRD}
Requires:	%{lib3name} = %{EVRD}
Requires:	%{libwebkit2} = %{EVRD}
Requires:	%{libjavascriptcoregtk3} = %{EVRD}
Requires:	%{girjscore3} = %{EVRD}
Requires:	%{girname3} = %{EVRD}
Requires:	%{girname2} = %{EVRD}
Requires:       %{girname2extension} = %{EVRD}

%description -n %{devname3}
The GTK+ port of WebKit is intended to provide a browser component
primarily for users of the portable GTK+ UI toolkit on platforms like
Linux. This package contains development headers.

%files -n %{devname3}
%{_libdir}/lib%{name}gtk-%{lib3ver}.so
%{_libdir}/libjavascriptcoregtk-%{lib3ver}.so
%{_libdir}/libwebkit2gtk-%{lib3ver}.so
%{_includedir}/%{name}gtk-%{lib3ver}
%{_libdir}/pkgconfig/%{name}gtk-%{lib3ver}.pc
%{_libdir}/pkgconfig/javascriptcoregtk-%{lib3ver}.pc
%{_libdir}/pkgconfig/%{name}2gtk-%{lib3ver}.pc
%{_libdir}/pkgconfig/%{name}2gtk-web-extension-%{lib3ver}.pc
%{_datadir}/gir-1.0/JavaScriptCore-%{lib3ver}.gir
%{_datadir}/gir-1.0/WebKit-%{lib3ver}.gir
%{_datadir}/gir-1.0/WebKit2-%{lib3ver}.gir
%{_datadir}/gir-1.0/WebKit2WebExtension-%{lib3ver}.gir
%{_datadir}/gtk-doc/html/webkitgtk3/*
%{_datadir}/gtk-doc/html/webkit2gtk/*
%{_datadir}/gtk-doc/html/webkitdomgtk/*

#----------------------------------------------------------------------------

%package -n webkit3-gtklauncher
Summary:	WebKit GTK+3 example application
Group:		Development/GNOME and GTK+

%description -n webkit3-gtklauncher
GtkLauncher is an example application for WebKit GTK+3.

%files -n webkit3-gtklauncher
%{_libdir}/%{name}3/GtkLauncher

#----------------------------------------------------------------------------

%package -n webkit3-jsc
Summary:	JavaScriptCore shell for WebKit GTK+3
Group:		Development/GNOME and GTK+

%description -n webkit3-jsc
jsc is a shell for JavaScriptCore, WebKit's JavaScript engine. It
allows you to interact with the JavaScript engine directly.

%files -n webkit3-jsc
%{_bindir}/jsc-3

#----------------------------------------------------------------------------

%package -n %{girjscore3}
Summary:	GObject Introspection interface description for JSCore
Group:		System/Libraries
Conflicts:	%{libjavascriptcoregtk3} < %{epoch}:1.5.2-2

%description -n %{girjscore3}
GObject Introspection interface description for JSCore.

%files -n %{girjscore3}
%{_libdir}/girepository-1.0/JavaScriptCore-%{lib3ver}.typelib

#----------------------------------------------------------------------------

%package -n %{girname3}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Conflicts:	%{lib3name} < %{epoch}:1.5.2-2

%description -n %{girname3}
GObject Introspection interface description for WebKit.

%files -n %{girname3}
%{_libdir}/girepository-1.0/WebKit-%{lib3ver}.typelib

#----------------------------------------------------------------------------

%package -n %{girname2}
Summary:        GObject Introspection interface description for %name
Group:          System/Libraries
Requires:       %{libwebkit2} = %{EVRD}

%description -n %{girname2}
GObject Introspection interface description for WebKit2.

%files -n %{girname2}
%{_libdir}/girepository-1.0/WebKit2-%{lib3ver}.typelib

#----------------------------------------------------------------------------

%package -n %{girname2extension}
Summary:        GObject Introspection interface description for %name
Group:          System/Libraries
Obsoletes:      %{_lib}webkit2webextension3.0 < 1:2.4.1-2

%description -n %{girname2extension}
GObject Introspection interface description for WebKit2.

%files -n %{girname2extension}
%{_libdir}/girepository-1.0/WebKit2WebExtension-%{lib3ver}.typelib

#----------------------------------------------------------------------------

%package -n %{libwebkit2}
Summary:        GTK+3 port of WebKit2 web browser engine
Group:          System/Libraries
Requires:       %{name}3.0 = %{EVRD}
Requires:       %{name}2gtk = %{EVRD}
Provides:       libwebkit2gtk3 = %{version}-%{release}

%description -n %{libwebkit2}
The GTK+3 port of WebKit2 is intended to provide a browser component
primarily for users of the portable GTK+3 UI toolkit on platforms like
Linux.

%files -n %{libwebkit2}
%{_libdir}/lib%{name}2gtk-%{lib3ver}.so.%{major2}
%{_libdir}/lib%{name}2gtk-%{lib3ver}.so.%{major2}.*

#----------------------------------------------------------------------------

%package -n %{name}2gtk
Summary:        GTK+3 port of WebKit2 web browser engine - shared files
Group:          System/Libraries

%description -n %{name}2gtk
WebKit is an open source web browser engine.
This package contains the shared files used by %{name}2gtk%{lib3ver}.

%files -n %{name}2gtk
%dir %{_libdir}/webkit2gtk-%{lib3ver}
%dir %{_libdir}/webkit2gtk-%{lib3ver}/injected-bundle
%{_libdir}/webkit2gtk-%{lib3ver}/injected-bundle/libwebkit2gtkinjectedbundle.so
%{_libexecdir}/WebKitNetworkProcess
%{_libexecdir}/WebKitPluginProcess
%{_libexecdir}/WebKitWebProcess

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches
# Don't force -O2
sed -i 's/-O2//g' configure.ac

%build
# Use linker flags to reduce memory consumption on low-mem architectures
%ifarch %{arm}
%define lowmemflags -Wl,--no-keep-memory -Wl,--reduce-memory-overheads
export CFLAGS="`echo %{optflags} %lowmemflags | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//'`"
mkdir -p bfd
ln -s %{_bindir}/ld.bfd bfd/ld
export PATH=$PWD/bfd:$PATH
export CC="%{__cc} -fuse-ld=bfd"
export CXX="%{__cxx} -fuse-ld=bfd"
%global ldflags %{ldflags} -fuse-ld=bfd
%else
export CFLAGS="`echo %{optflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//'`"
%endif

export CXXFLAGS="$CFLAGS"

autoreconf -f -i
%configure2_5x \
	--enable-dependency-tracking \
	--with-gtk=3.0 \
	--enable-webkit2 \
	--enable-jit \
	--enable-video \
	--enable-introspection

# https://bugs.gentoo.org/show_bug.cgi?id=515968
make V=1 -j1

%install
%makeinstall_std

mkdir -p %{buildroot}%{_libdir}/%{name}3
install -m 755 Programs/GtkLauncher %{buildroot}%{_libdir}/%{name}3

# only useful for testing, should not be installed system-wide.
# reported upstream as 22812 - AdamW 2008/12
rm -rf %{buildroot}%{_libdir}/libtestnetscapeplugin.*

# Remove lib64 rpaths
chrpath --delete %{buildroot}%{_bindir}/jsc-3
chrpath --delete %{buildroot}%{_libdir}/libwebkitgtk-3.0.so
chrpath --delete %{buildroot}%{_libexecdir}/%{name}3/GtkLauncher

# Rename to avoid file conflicts with webkitgtk2
mv %{buildroot}%{_datadir}/gtk-doc/html/webkitgtk %{buildroot}%{_datadir}/gtk-doc/html/webkitgtk3

%find_lang WebKitGTK-3.0


%changelog

* Mon Oct 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.4.9-2
- (7d62c66) Bump release

* Fri Sep 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.4.9-1
- (a5b5b3c) New bugfix version 2.4.9

* Wed Jun 10 2015 law <a.lahin@ntcit-rosa.ru> 1:2.4.5-3
- (b1a30ab) Increase release number

* Wed Jun 10 2015 law <a.lahin@ntcit-rosa.ru> 1:2.4.5-2
- (5402c3e) Perform autoreconf to build with frozen time
- (Alexander Lakhin: 85b183c) MassBuild#656: Increase release tag

* Fri Jan 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.4.5-1
- (68461c9) Build with less parallel jobs, add ruby to BuildRequires
- (Tigro: 9cf77cc) update to 2.4.5

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1:2.4.3-4
- (9b58f5a) MassBuild#440: Increase release tag

* Wed Jun 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.4.3-3
- (2ad9317) Bump release to rebuild against new icu

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.4.3-2
- (1b8ca39) MassBuild#430: Increase release tag

* Wed May 28 2014 Tigro <ashejn@gmail.com> 1:2.4.3-1
- (337e6eb) update to 2.4.3

* Wed May 14 2014 Tigro <ashejn@gmail.com> 1:2.4.2-1
- (59e6ba4) pack some files
- (Tigro: ab23728) added BR: automake
- (Tigro: 4504190) fix name
- (Tigro: a522f04) build with webkit2
- (Tigro: 8cae470) added patches
- (Tigro: 9fecf9c) update to 2.4.2

* Tue May 13 2014 Tigro <ashejn@gmail.com> 1:2.4.0-1
- (e072c8c) Revert "Revert "enable webkit2""
- (e072c8c) This reverts commit 9f21a5fa818ac16fa0f7c9c08e01836ba1602e20.
- (Tigro: 9f21a5f) Revert "enable webkit2"
- (Tigro: 9f21a5f) This reverts commit 5c1d6db1babf367fbd95c571f7c1ced4d66091a5.
- (Tigro: 5c1d6db) enable webkit2
- (Tigro: d3ca91f) pack some files and remove webinspector package
- (Tigro: 7c788f1) drop patch
- (Tigro: 5a36388) drop patch
- (Tigro: ce53657) drop patch
- (Tigro: 4ef5b7e) drop patch
- (Tigro: e50be3a) drop link patch
- (Tigro: b3ee028) update to 2.4.0

* Fri Jan 17 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.0.4-3
- (9b87865) LOG Drop subpackages moved to webkitgtk2

* Wed Oct 16 2013 Tigro <ashejn@gmail.com> 1:2.0.4-2
- (ffbcc22) remove some lib64 rpaths and drop changelog

* Wed Sep 11 2013 akdengi <kazancas@mandriva.ru> 1:2.0.4-1
- (7cf4e37) sync with Cooker to 2.0.4

* Tue Sep 10 2013 Alexander Kazancev <kazancas@gmail.com> 1:2.0.3-2
- (d9628e7) Rebuild with harfbuzz error



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26235 |14mu|webkit4-2.8.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# BEFORE UPDATING THIS PACKAGE, YOU _MUST_ DO THE FOLLOWING:
# - DO A LOCAL BUILD
# - INSTALL IT IN A TEST MACHINE
# - CHECK THAT 'display_help http://google.com' STILL WORK (INCLUDING CLOSING IT)
# - CHECK THAT MCC STILL RUNS
#
%define debug_package %{nil}
# *** ERROR: same build ID in nonidentical files!
#        /usr/bin/jsc-3
#   and  /usr/bin/jsc-1


%define oname		webkit
%define lib3ver		4.0
%define major3		18
%define major2		37
%define devname3	%mklibname webkitgtk %{lib3ver} -d
%define inspector3name	webkit%{lib3ver}-webinspector
%define girname2	%mklibname %{oname}2-gir %{lib3ver}
%define girname2extension %mklibname %{oname}2webextension-gir %{lib3ver}
%define libwebkit2	%mklibname webkit2gtk %{lib3ver} %{major2}
%define girjscore3	%mklibname jscore-gir %{lib3ver}
%define libjavascriptcoregtk3	%mklibname javascriptcoregtk %{lib3ver} %{major3}

%define pango	0
%if %{pango}
%define fontreq		pkgconfig(pango)
%define fontback	pango
%else
%define fontreq		pkgconfig(fontconfig) >= 1.0.0
%define fontback	freetype
%endif

Summary:	Web browser engine
Name:		webkit4
Epoch:		1
Version:	2.8.5
Release:	2
License:	BSD and LGPLv2+
Group:		System/Libraries
Url:		http://www.webkitgtk.org
Source0:	http://www.webkitgtk.org/releases/%{oname}gtk-%{version}.tar.xz
Patch0:		webkitgtk-2.8.5-fix-build-with-cmake-3-4.patch
BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	cmake
BuildRequires:	flex
BuildRequires:	gperf
BuildRequires:	libtool
BuildRequires:	%{fontreq}
BuildRequires:	icu-devel >= 49
BuildRequires:	jpeg-devel
BuildRequires:	libstdc++-devel
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gail)
BuildRequires:	pkgconfig(gail-3.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(geoclue)
BuildRequires:	pkgconfig(gnome-keyring-1)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libcurl) >= 7.11.0
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(librsvg-2.0) >= 2.2.0
BuildRequires:	pkgconfig(libsecret-1)
BuildRequires:	pkgconfig(libsoup-2.4) >= 2.29.90
BuildRequires:	pkgconfig(libwebp)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(ruby)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xt)

%description
WebKit is an open source web browser engine.

#----------------------------------------------------------------------------

%package -n %{oname}%{lib3ver}
Summary:	GTK+3 port of WebKit web browser engine - shared files
Group:		Development/GNOME and GTK+
Requires:	%{libwebkit2} = %{EVRD}

%description -n %{oname}%{lib3ver}
WebKit is an open source web browser engine.
This package contains the shared files used by %{oname}%{lib3ver}

%files -n %{oname}%{lib3ver} -f WebKit2GTK-%{lib3ver}.lang

#----------------------------------------------------------------------------

%package -n %{libjavascriptcoregtk3}
Summary:	GTK+3 port of WebKit web browser engine
Group:		System/Libraries

%description -n %{libjavascriptcoregtk3}
The GTK+3 port of WebKit is intended to provide a browser component
primarily for users of the portable GTK+3 UI toolkit on platforms like
Linux.

%files -n %{libjavascriptcoregtk3}
%{_libdir}/libjavascriptcoregtk-%{lib3ver}.so.%{major3}*

#----------------------------------------------------------------------------

%package -n %{devname3}
Summary:	Development files for WebKit GTK+3 port
Group:		Development/GNOME and GTK+
Provides:	webkitgtk4-devel = %{EVRD}
Provides:	libwebkitgtk4-devel = %{EVRD}
Requires:	%{libwebkit2} = %{EVRD}
Requires:	%{libjavascriptcoregtk3} = %{EVRD}
Requires:	%{girjscore3} = %{EVRD}
Requires:	%{girname2} = %{EVRD}
Requires:	%{girname2extension} = %{EVRD}

%description -n %{devname3}
The GTK+ port of WebKit is intended to provide a browser component
primarily for users of the portable GTK+ UI toolkit on platforms like
Linux. This package contains development headers.

%files -n %{devname3}
%{_libdir}/libjavascriptcoregtk-%{lib3ver}.so
%{_libdir}/libwebkit2gtk-%{lib3ver}.so
%{_includedir}/%{oname}gtk-%{lib3ver}
%{_libdir}/pkgconfig/javascriptcoregtk-%{lib3ver}.pc
%{_libdir}/pkgconfig/%{oname}2gtk-%{lib3ver}.pc
%{_libdir}/pkgconfig/%{oname}2gtk-web-extension-%{lib3ver}.pc
%{_datadir}/gir-1.0/JavaScriptCore-%{lib3ver}.gir
%{_datadir}/gir-1.0/WebKit2-%{lib3ver}.gir
%{_datadir}/gir-1.0/WebKit2WebExtension-%{lib3ver}.gir

#----------------------------------------------------------------------------

%package -n webkit4-jsc
Summary:	JavaScriptCore shell for WebKit GTK+3
Group:		Development/GNOME and GTK+

%description -n webkit4-jsc
jsc is a shell for JavaScriptCore, WebKit's JavaScript engine. It
allows you to interact with the JavaScript engine directly.

%files -n webkit4-jsc
%{_bindir}/jsc

#----------------------------------------------------------------------------

%package -n %{girjscore3}
Summary:	GObject Introspection interface description for JSCore
Group:		System/Libraries

%description -n %{girjscore3}
GObject Introspection interface description for JSCore.

%files -n %{girjscore3}
%{_libdir}/girepository-1.0/JavaScriptCore-%{lib3ver}.typelib

#----------------------------------------------------------------------------

%package -n %{girname2}
Summary:	GObject Introspection interface description for %{oname}
Group:		System/Libraries
Requires:	%{libwebkit2} = %{EVRD}

%description -n %{girname2}
GObject Introspection interface description for WebKit2.

%files -n %{girname2}
%{_libdir}/girepository-1.0/WebKit2-%{lib3ver}.typelib

#----------------------------------------------------------------------------

%package -n %{girname2extension}
Summary:	GObject Introspection interface description for %{oname}
Group:		System/Libraries

%description -n %{girname2extension}
GObject Introspection interface description for WebKit2.

%files -n %{girname2extension}
%{_libdir}/girepository-1.0/WebKit2WebExtension-%{lib3ver}.typelib

#----------------------------------------------------------------------------

%package -n %{libwebkit2}
Summary:	GTK+3 port of WebKit2 web browser engine
Group:		System/Libraries
Requires:	%{oname}%{lib3ver} = %{EVRD}
Requires:	%{oname}2gtk%{lib3ver} = %{EVRD}
Provides:	libwebkit2gtk3 = %{version}-%{release}

%description -n %{libwebkit2}
The GTK+3 port of WebKit2 is intended to provide a browser component
primarily for users of the portable GTK+3 UI toolkit on platforms like
Linux.

%files -n %{libwebkit2}
%{_libdir}/lib%{oname}2gtk-%{lib3ver}.so.%{major2}
%{_libdir}/lib%{oname}2gtk-%{lib3ver}.so.%{major2}.*

#----------------------------------------------------------------------------

%package -n %{oname}2gtk%{lib3ver}
Summary:	GTK+3 port of WebKit2 web browser engine - shared files
Group:		System/Libraries

%description -n %{oname}2gtk%{lib3ver}
WebKit is an open source web browser engine.
This package contains the shared files used by %{oname}2gtk%{lib3ver}.

%files -n %{oname}2gtk%{lib3ver}
%dir %{_libdir}/webkit2gtk-%{lib3ver}
%dir %{_libdir}/webkit2gtk-%{lib3ver}/injected-bundle
%{_libdir}/webkit2gtk-%{lib3ver}/injected-bundle/libwebkit2gtkinjectedbundle.so
%{_libexecdir}/webkit2gtk-%{lib3ver}/WebKitNetworkProcess
%{_libexecdir}/webkit2gtk-%{lib3ver}/WebKitPluginProcess*
%{_libexecdir}/webkit2gtk-%{lib3ver}/WebKitWebProcess

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}gtk-%{version}
%apply_patches

%build
# Use linker flags to reduce memory consumption on low-mem architectures
%ifarch %{arm}
%define lowmemflags -Wl,--no-keep-memory -Wl,--reduce-memory-overheads
export CFLAGS="`echo %{optflags} %{lowmemflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//'`"
mkdir -p bfd
ln -s %{_bindir}/ld.bfd bfd/ld
export PATH=$PWD/bfd:$PATH
export CC="%{__cc} -fuse-ld=bfd"
export CXX="%{__cxx} -fuse-ld=bfd"
%global ldflags %{ldflags} -fuse-ld=bfd
%else
export CFLAGS="`echo %{optflags} | sed -e 's/-gdwarf-4//' -e 's/-fvar-tracking-assignments//' -e 's/-frecord-gcc-switches//'`"
%endif

export CXXFLAGS="$CFLAGS"

%cmake \
	-DLIBEXEC_INSTALL_DIR=%{_libdir}/webkit2gtk-%{lib3ver} \
	-DPORT=GTK \
	-DCMAKE_BUILD_TYPE=Release \
	-DENABLE_GTKDOC=OFF

# https://bugs.gentoo.org/show_bug.cgi?id=515968
make V=1 -j1

%install
%makeinstall_std -C build

# only useful for testing, should not be installed system-wide.
# reported upstream as 22812 - AdamW 2008/12
rm -rf %{buildroot}%{_libdir}/libtestnetscapeplugin.*

# Remove lib64 rpaths
chrpath --delete %{buildroot}%{_bindir}/jsc

%find_lang WebKit2GTK-%{lib3ver}


%changelog

* Wed Feb 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.8.5-2
- (7b17af8) Apply patch from upstream to fix build with cmake 3.4
- (Andrey Bondrov: b09abda) Drop internal FindOpenGL cmake module
- (Andrey Bondrov: f6d0cf2) Rename package to webkit4
- (Andrey Bondrov: 803fae0) Drop unused patches
- (Andrey Bondrov: 803fae0) Minor spec cleanup

* Wed Sep 16 2015 Tigro <ashejn@yandex-team.ru> 1:2.8.5-1
- (1e169f1) update to 2.8.5

* Tue Jun 09 2015 Tigro <ashejn@gmail.com> 1:2.8.3-1
- (1f66e01) update to 2.8.3

* Tue Mar 24 2015 Tigro <ashejn@gmail.com> 1:2.8.0-1
- (79564bf) update to 2.8.0

* Fri Mar 13 2015 Tigro <ashejn@gmail.com> 1:2.7.91-2
- (a5f1444) fix requires

* Thu Mar 12 2015 Tigro <ashejn@gmail.com> 1:2.7.91-1
- (0572a59) added api version to webkit2gtk package name to avoid conflict with old webkit2gtk
- (Tigro: 67f132d) fix depends again
- (Tigro: 4a24899) fix requires and clean up spec
- (Tigro: 2c32feb) rename spec file

* Wed Mar 11 2015 Tigro <ashejn@gmail.com> None
- (15174a5) fix libexecdir again
- (Tigro: 441ef34) define libexecdir
- (Tigro: f32360b) webkit.spec
- (Tigro: f32360b) clean up spec
- (Tigro: d476d44) disable gtk-doc really
- (Tigro: 61449fe) build without gtk-doc
- (Tigro: 500372f) fix typo
- (Tigro: c2e12d8) fixed some lib version
- (Tigro: da5cb94) fix typo
- (Tigro: e36ccce) fix typo
- (Tigro: 271de87) another cmake call
- (Tigro: 54bcca4) cmake instead of autotools
- (Tigro: bd54a91) update to 2.7.91
- (Alexander Lakhin: 85b183c) MassBuild#656: Increase release tag
- (Andrey Bondrov: 68461c9) Build with less parallel jobs, add ruby to BuildRequires
- (Tigro: 9cf77cc) update to 2.4.5
- (Alex Burmashev: 9b58f5a) MassBuild#440: Increase release tag
- (Andrey Bondrov: 2ad9317) Bump release to rebuild against new icu
- (Andrey Bondrov: 1b8ca39) MassBuild#430: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26236 |14mu|webkit-sharp-0.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	WebKit bindings for Mono
Name:		webkit-sharp
Version:	0.3
Release:	7
Source0:	%{name}-%{version}.tar.bz2
Patch0:		webkit-sharp-0.3-fedora-dllmap.patch
License:	MIT
Group:		Development/Other
Url:		http://mono.ximian.com/monobuild/preview/sources/webkit-sharp/
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	mono-devel
BuildRequires:	gtk-sharp2-devel
BuildRequires:	gtk-sharp2
BuildRequires:	monodoc
BuildArch:	noarch

%description
WebKit is a web content engine, derived from KHTML and KJS from KDE, and used
primarily in Apple's Safari browser. It is made to be embedded in other
applications, such as mail readers, or web browsers.

This package provides Mono bindings for WebKit libraries.

%package doc
Summary:	Development documentation for %{name}
Group:		Development/Other
Requires(post):		mono-tools >= 1.1.9
Requires(postun):	mono-tools >= 1.1.9

%description doc
This package contains the API documentation for %{name} in
Monodoc format.

%package devel
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}

%description devel
This package contains the development files needed to build with %{name}.

%prep
%setup -q
%apply_patches

%build
./configure --prefix=%{_prefix} --libdir=%{_prefix}/lib
make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig

%post doc
%{_bindir}/monodoc --make-index > /dev/null

%postun doc
if [ "$1" = "0" -a -x %{_bindir}/monodoc ]; then %{_bindir}/monodoc --make-index > /dev/null
fi

%files
%doc AUTHORS
%{_prefix}/lib/mono/gac/webkit-sharp
%{_prefix}/lib/mono/webkit-sharp

%files devel
#gw this contains a dep on pkgconfig(gtk-sharp-2.0)
%{_datadir}/pkgconfig/*.pc

%files doc
%{_prefix}/lib/monodoc/sources/%{name}*


%changelog
* Wed Jan 21 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3-7
+ Revision: 8e04d49
- Patch dllmap to use webkitgtk-1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26237 |14mu|wget-1.18-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with crosscompile

Summary:	A utility for retrieving files using the HTTP or FTP protocols
Name:		wget
Version:	1.18
Release:	1
License:	GPLv3+
Group:		Networking/WWW
Url:		http://www.gnu.org/directory/GNU/wget.html
Source0:	ftp://ftp.gnu.org/pub/gnu/wget/%{name}-%{version}.tar.xz
# The following patch is needed for authenticated sites where login can have '@':
Patch0:		wget-1.10-url_password.patch
# needed by urpmi, inspired by http://matthewm.boedicker.org/code/src/wget_force_clobber.patch
Patch1:		wget-1.18-add-force-clobber-option.patch
Patch2:		wget-1.17.1-etc.patch
Patch3:		wget-1.16-dont-run-failing-test.patch
Patch4:		wget-1.17.1-disable-ssl2.patch
BuildRequires:	gettext
BuildRequires:	texinfo
BuildRequires:	gettext-devel
BuildRequires:	perl(HTTP::Daemon)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(openssl)
Provides:	webclient
Provides:	webfetch

%description
GNU Wget is a file retrieval utility which can use either the HTTP or FTP
protocols. Wget features include the ability to work in the background
while you're logged out, recursive retrieval of directories, file name
wildcard matching, remote file timestamp storage and comparison, use of
Rest with FTP servers and Range with HTTP servers to retrieve files over
slow or unstable connections, support for Proxy servers, and
configurability.

%files -f %{name}.lang
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wgetrc
%doc AUTHORS ChangeLog MAILING-LIST NEWS README
%{_bindir}/*
%{_infodir}/*
%{_mandir}/man1/wget.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p0 -b .url_password
# force-clobber lead to segfaults on arm64
%patch1 -p1 -b .force-clobber
%patch2 -p1 -b .etc
%patch3 -p1 .tests
%patch4 -p1 .ssl2

%build
aclocal -I m4
automake -a
autoconf

%configure2_5x \
	--enable-ipv6 \
	--disable-rpath \
%if %{with crosscompile}
	--with-libssl-prefix=$SYSROOT \
%endif
	--with-ssl=openssl

%make

%install
%makeinstall_std

install -m755 util/rmold.pl %{buildroot}%{_bindir}/rmold

%find_lang %{name}

%check
make check

%changelog

* Sun Jul 10 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.18-1
- (fd4039f) New version 1.18
- (fd4039f) Re-diff add-force-clobber-option patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26238 |14mu|whdd-2.2-0.11_ge88b96e1.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Diagnostic and recovery tool for block devices
Name:		whdd
Version:	2.2
Release:	0.11_ge88b96e1.2
License:	GPLv1+
Group:		System/Kernel and hardware
Url:		https://github.com/krieger-od/whdd
Source0:	%{name}.tar.xz
Patch0:		whdd-2.2-optflags.patch
BuildRequires:	cmake
BuildRequires:	dialog-devel
BuildRequires:	pkgconfig(ncurses)

%description
WHDD is a diagnostic and recovery tool for block devices
(near to replace MHDD for Linux).

%files
%{_sbindir}/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build



%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2-0.11_ge88b96e1.2
- (2190c8f) Don't override system optflags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26239 |14mu|whois-5.2.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Enhanced WHOIS client
Name:		whois
Version:	5.2.12
Release:	1
License:	GPLv2+
Group:		Networking/Other
Url:		http://www.linux.it/~md/software/
Source0:	http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.tar.xz
BuildRequires:	gettext
BuildRequires:	pkgconfig(libidn)
%rename	fwhois

%description
This is a new whois (RFC 954) client rewritten from scratch.

It is derived from and compatible with the usual BSD and RIPE whois(1)
programs.

It is intelligent and can automatically select the appropriate whois
server for most queries.

%files -f %{name}.lang
%doc README
%config(noreplace) %{_sysconfdir}/whois.conf
%{_bindir}/whois
%{_bindir}/whois-mkpasswd
%{_mandir}/man1/whois.1*
%{_mandir}/man1/whois-mkpasswd.1*
%{_mandir}/man5/whois.conf.5*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags

%make \
	OPTS="%{optflags}" \
	LDFLAGS="%{ldflags}" \
	HAVE_LIBIDN=1 \
	HAVE_ICONV=1 \
	CONFIG_FILE="%{_sysconfdir}/whois.conf"

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sysconfdir}
install -d %{buildroot}%{_mandir}/man1

%makeinstall BASEDIR=%{buildroot} prefix=%{_prefix}/ mandir=%{_mandir}
%makeinstall BASEDIR=%{buildroot} prefix=%{_prefix}/ mandir=%{_mandir} -C po

install -m0644 whois.conf %{buildroot}%{_sysconfdir}

%find_lang %{name} %{name}.lang

# fix a file conflict with expect (#46500)
mv %{buildroot}%{_bindir}/mkpasswd %{buildroot}%{_bindir}/whois-mkpasswd
mv %{buildroot}%{_mandir}/man1/mkpasswd.1 %{buildroot}%{_mandir}/man1/whois-mkpasswd.1

%changelog

* Sun May 15 2016 dsilakov <denis.silakov@rosalab.ru> 5.2.12-1
- (49f7c6a) Merge pull request #4 from alzim/whois:rosa2014.1
- (49f7c6a) Updated to 5.2.12



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26240 |14mu|wine-3.12-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# On 32-bit we have
# wine32 - those 32-bit binaries that are also used on 64-bit for 32-bit support
# wine - all other files (requires 'wine32')
# On 64-bit we have
# wine64 - all 64-bit files (suggests 'wine32')
# - Anssi 07/2010
%ifarch x86_64
%define	wine wine64
%define	mark64 ()(64bit)
%else
%define	wine wine
%define	mark64 %{nil}
%endif

%define	major 1
%define	libname %mklibname %{name} %{major}
%define	devname %mklibname %{name} -d

# Switch between systemd-binfmt and sysvinit support
%define	with_systemd 1

%define winetricks_ver 20180603
%define d3d9_ver %{version}

Summary:	WINE Is Not An Emulator - runs MS Windows programs
Name:		wine
Version:	3.12
Release:	4
Epoch:		2
License:	LGPLv2+
Group:		Emulators
Url:		http://www.winehq.com/
Source0:	http://mirrors.ibiblio.org/wine/source/%(echo %{version} |cut -d. -f1-2)/%{name}-%{version}.tar.xz
Source1:	http://mirrors.ibiblio.org/wine/source/%(echo %{version} |cut -d. -f1-2)/%{name}-%{version}.tar.xz.sign
# Old RH stuff for %%{mdvver} <= 201410
Source2:	wine.init
# New solution for %%{mdvver} >= 201610
# See: https://wiki.archlinux.org/index.php/wine (Using Wine as an interpreter for Win16/Win32 binaries)
Source3:	wine.systemd
# Forked from wine-compholio/wine-staging
# https://github.com/wine-staging/wine-staging
Source4:	https://github.com/wine-staging/wine-staging/archive/v%{version}.tar.gz?/wine-staging-%{version}.tar.gz
# Wine Gallium Nine patches for wine-staging %%{version}
# from https://github.com/sarnex/wine-d3d9-patches.
# Install staging-helper before wine-d3d9
Source5:	https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-%{version}.tar.gz?/wine-d3d9-patches-wine-d3d9-%{d3d9_ver}.tar.gz
Source6:	https://github.com/Winetricks/winetricks/blob/%{winetricks_ver}/src/winetricks
Source7:	http://kegel.com/wine/wisotool
Source10:	wine.rpmlintrc

# (Anssi 05/2008) Adds:
# a: => /media/floppy (/mnt/floppy on 2007.1 and older)
# d: => $HOME (at config_dir creation time, not refreshed if $HOME changes;
#		note that Wine also provides $HOME in My Documents)
# only on 2008.0: e: => /media/cdrom (does not exist on 2008.1+)
# com4 => /dev/ttyUSB0 (replaces /dev/ttyS3)
# have to substitute @MDKVERSION@ in dlls/ntdll/server.c
Patch0:		wine-mdkconf.patch
Patch1:		wine-3.6-staging-ru-localization.patch
# Working workaround for Steam troubles
# Also fixed by passing -no-cef-sandbox to the cmd line
Patch2:		crossover_hack.patch

BuildRequires:	bison
BuildRequires:	chrpath
BuildRequires:	desktop-file-utils
BuildRequires:	docbook-dtd-sgml
BuildRequires:	docbook-utils
BuildRequires:	flex
BuildRequires:	fontforge
BuildRequires:	imagemagick
BuildRequires:	prelink
BuildRequires:	sgml-tools
BuildRequires:	valgrind
BuildRequires:	cups-devel
BuildRequires:	gettext-devel
BuildRequires:	glibc-static-devel
BuildRequires:	gpm-devel
BuildRequires:	gsm-devel
# Not need in main
#BuildRequires:	hal-devel
BuildRequires:	isdn4k-utils-devel
BuildRequires:	openldap-devel
BuildRequires:	pcap-devel
BuildRequires:	perl-devel
BuildRequires:	ungif-devel
BuildRequires:	unixODBC-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(d3d)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(gstreamer-1.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(lcms2)
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(OpenCL)
BuildRequires:	pkgconfig(osmesa)
BuildRequires:	pkgconfig(sane-backends)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb-present)
BuildRequires:	pkgconfig(xcb-xfixes)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)

ExclusiveArch:	%{ix86}
ExclusiveArch:	x86_64

#----------------------------------------------------------------------------

%ifarch x86_64
%package -n %{wine}
Summary:	WINE Is Not An Emulator - runs MS Windows programs
Group:		Emulators
Suggests:	wine32 = %{EVRD}
Suggests:	wine64-gecko
Suggests:	libncursesw.so.5%{mark64}
Suggests:	libncurses.so.5%{mark64}
Suggests:	libncursesw.so.6%{mark64}
Suggests:	libncurses.so.6%{mark64}
# wine dlopen's these, so let's add the dependencies ourself
Requires:	d3dadapter9.so.1%{mark64}
Requires:	libasound.so.2%{mark64}
Requires:	libfreetype.so.6%{mark64}
Requires:	libpng16.so.16%{mark64}
Requires:	libXi.so.6%{mark64}
Requires:	libXrender.so.1%{mark64}
# This one is now part of Mesa
Suggests:	libtxc_dxtn.so%{mark64}
%else
# on 32-bit we always want wine32 package
Requires:	wine32 = %{EVRD}
%endif
Provides:	wine-bin = %{EVRD}
%rename		%{wine}-utils
%rename		%{wine}-full
%rename		%{libname}-capi
%rename		%{libname}-twain
%rename		%{libname}
%rename		winetricks
Requires:	xmessage
# for winetricks:
Requires:	cabextract
Requires:	unzip
Requires(post,postun):	desktop-common-data
Requires(post,preun):	rpm-helper
Suggests:	%{wine}-binfmt
Suggests:	sane-frontends
Suggests:	webcore-fonts

%ifarch %{ix86}
Conflicts:	wine64
%else
Conflicts:	wine
%endif

%description
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix. It
consists of a program loader which loads and executes a Microsoft
Windows binary, and a library (called Winelib) that implements Windows
API calls using their Unix or X11 equivalents.  The library may also
be used for porting Win32 code into native Unix executables.

%ifarch x86_64
%description -n %{wine}
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix. It
consists of a program loader which loads and executes a Microsoft
Windows binary, and a library (called Winelib) that implements Windows
API calls using their Unix or X11 equivalents.  The library may also
be used for porting Win32 code into native Unix executables.

This package contains the Win64 version of Wine. You need the wine32
package from the 32-bit repository to be able to run 32-bit applications.
%endif

#----------------------------------------------------------------------------

%ifarch %{ix86}
%package -n wine32
Summary:	32-bit support for Wine
Group:		Emulators
# This is not an EVR-specific requirement, as otherwise on x86_64 urpmi could
# resolve the dependency to wine64 even on upgrades, and therefore replace
# wine+wine32 installation with a wine32+wine64 installation. - Anssi
Requires:	wine-bin
# (Anssi) If wine-gecko is not installed, wine pops up a dialog on first
# start proposing to download wine-gecko from sourceforge, while recommending
# to use distribution packages instead. Therefore suggest wine-gecko here:
Suggests:	wine-gecko
# This one need for steam-magazine and certificate in wine
Suggests:	libgnutls28
Suggests:	libncursesw.so.5
Suggests:	libncurses.so.5
Suggests:	libncursesw.so.6
Suggests:	libncurses.so.6
# wine dlopen's these, so let's add the dependencies ourself
Requires:	d3dadapter9.so.1
Requires:	libasound.so.2
Requires:	libfreetype.so.6
Requires:	libpng16.so.16
Requires:	libudev.so.1
Requires:	libXcursor.so.1
Requires:	libXi.so.6
Requires:	libXrender.so.1
# This one is in Restricted repository so only suggest it
Suggests:	libtxc_dxtn.so
# wine.1 manpage was moved to wine32 package
Conflicts:	wine < 2:1.8
Conflicts:	wine64 < 2:1.8
Conflicts:	wine-devel < 2:1.8
Conflicts:	wine64-devel < 2:1.8

%description -n wine32
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix.

This package contains the files needed to support 32-bit Windows
programs.
%endif

#----------------------------------------------------------------------------

%package -n %{wine}-binfmt
Summary:	Support for launching Windows executables directly
Group:		Emulators
Requires:	%{wine} = %{EVRD}
Requires(post):	rpm-helper
Requires(post):	%{wine} = %{EVRD}
%if %{with_systemd}
Requires(pre,post,preun,postun):	systemd
%endif
Conflicts:	%{wine} < 2:2.21-2

%description -n %{wine}-binfmt
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix.
This package provides support for launching Windows executables directly.

%files -n %{wine}-binfmt
%if %{with_systemd}
%{_binfmtdir}/%{name}.conf
%else
%{_initrddir}/%{name}
%endif

%if %{with_systemd}
# Systemd binfmt support
%pre -n %{wine}-binfmt
systemctl stop systemd-binfmt.service

%post -n %{wine}-binfmt
%binfmt_apply %{name}.conf

%postun -n %{wine}-binfmt
%_postun_unit systemd-binfmt.service
%else
# Old sysvinit
%post -n %{wine}-binfmt
%_post_service %{name}

%preun -n %{wine}-binfmt
%_preun_service %{name}
%endif

#----------------------------------------------------------------------------

%package -n %{wine}-devel
Summary:	Static libraries and headers for %{name}
Group:		Development/C
Requires:	%{wine} = %{EVRD}
%rename		%{devname}
%ifarch %{ix86}
Conflicts:	wine64-devel
%else
Conflicts:	wine-devel
%endif

%description -n %{wine}-devel
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix.

%{wine}-devel contains the libraries and header files needed to
develop programs which make use of wine.

Wine is often updated.

%files -n %{wine}-devel
%{_libdir}/%{name}/*.a
%{_libdir}/libwine*.so
%{_libdir}/%{name}/*.def
%{_includedir}/*
%{_bindir}/wmc
%{_bindir}/wrc
%{_bindir}/winebuild
%{_bindir}/winegcc
%{_bindir}/wineg++
%{_bindir}/winecpp
%{_bindir}/widl
%{_bindir}/winedbg
%{_bindir}/winemaker
%{_bindir}/winedump
%{_mandir}/man1/wmc.1*
%{_mandir}/man1/wrc.1*
%{_mandir}/man1/winebuild.1*
%{_mandir}/man1/winemaker.1*
%{_mandir}/man1/winedump.1*
%{_mandir}/man1/widl.1*
%{_mandir}/man1/winedbg.1*
%{_mandir}/man1/wineg++.1*
%{_mandir}/man1/winegcc.1*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version} -a5
%patch0 -p1 -b .conf
%patch1 -p1 -b .staging-localization
%patch2 -p1 -b .crossover_hack

# Wine-staging
gzip -dc "%{SOURCE4}" | /bin/tar -xf - --strip-components=1
#make -C "patches" DESTDIR="%%{_builddir}/wine-%%{version}-rc4" install
# See patchinstall.sh --help for all the options
./patches/patchinstall.sh DESTDIR="%{_builddir}/wine-%{version}" --all

# Gallium Nine support
patch -p1 < wine-d3d9-patches-wine-d3d9-%{d3d9_ver}/staging-helper.patch
patch -p1 < wine-d3d9-patches-wine-d3d9-%{d3d9_ver}/wine-d3d9.patch

sed -i 's,@MDKVERSION@,%{mdvver},' dlls/ntdll/server.c


%build
%ifarch %{ix86}
# (Anssi 04/2008) bug #39604
# Some protection systems complain "debugger detected" with our
# -fomit-frame-pointer flag, so disable it.
export CFLAGS="%{optflags} -fno-omit-frame-pointer"
%endif

# (Anssi 04/2008)
# If icotool is present, it is used to rebuild icon files. It is in contrib
# so we do not do that; this is here to ensure that installed icoutils does
# not change build behaviour.
export ICOTOOL=false

autoreconf -vfi
%configure2_5x \
%ifarch x86_64
	--enable-win64 \
%endif
	--with-pulse

%make depend
%make


%install
%makeinstall_std LDCONFIG=/bin/true

install -m 0755 %{SOURCE6} %{buildroot}%{_bindir}/
install -m 0755 %{SOURCE7} %{buildroot}%{_bindir}/

# Note: binfmt is insecure (see https://nixtux.ru/450), 
# so we will put it in a separate package
# Allow users to launch Windows programs by just clicking on the .exe file...
%if %{with systemd}
# ... using systemd (>= 230)
install -m 644 %{SOURCE3} -D %{buildroot}%{_binfmtdir}/%{name}.conf
%else
# ... using the old sysvinit way
install -m755 %{SOURCE2} -D %{buildroot}%{_initrddir}/%{name}
%endif

mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged
cat > %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged/mandriva-%{name}.menu <<EOF
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd">
<Menu>
    <Name>Applications</Name>
    <Menu>
        <Name>Tools</Name>
        <Menu>
            <Name>Emulators</Name>
            <Menu>
                <Name>Wine</Name>
                <Directory>mandriva-%{name}.directory</Directory>
                <Include>
                    <Category>X-MandrivaLinux-MoreApplications-Emulators-Wine</Category>
                </Include>
            </Menu>
        </Menu>
    </Menu>
</Menu>
EOF

mkdir -p %{buildroot}%{_datadir}/desktop-directories
cat > %{buildroot}%{_datadir}/desktop-directories/mandriva-%{name}.directory <<EOF
[Desktop Entry]
Name=Wine
Icon=%{name}
Type=Directory
EOF

mkdir -p %{buildroot}%{_datadir}/applications/
for i in	winecfg:Configurator:Настройка\ Wine\
		notepad:Notepad:Блокнот\ Wine\
		winefile:File\ Manager:Файловый\ менеджер\ Wine\
		regedit:Registry\ Editor:Редактор\ реестра\ Wine\
		winemine:Minesweeper:Сапер\ Wine\
		wineboot:Reboot:Перезагрузка\ Wine \
		"wineconsole cmd":Command\ Line:Командная\ строка\ Wine\
		"wine uninstaller:Wine Software Uninstaller:Удаление программ Wine";
do cat > %{buildroot}%{_datadir}/applications/rosa-%{name}-`echo $i|cut -d: -f1`.desktop << EOF
[Desktop Entry]
Name=`echo $i|cut -d: -f2`
Name[ru]=`echo $i|cut -d: -f3|sed 's/ Wine//'`
Comment=`echo $i|cut -d: -f2`
Comment[ru]=`echo $i|cut -d: -f3`
Exec=`echo $i|cut -d: -f1`
Icon=%{name}
Terminal=false
Type=Application
Categories=X-MandrivaLinux-MoreApplications-Emulators-Wine;
EOF
done

# Categories=Emulator does nothing and is added as a workaround to kde #27700
desktop-file-install	--vendor="" \
			--add-mime-type=application/x-zip-compressed \
			--remove-mime-type=application/x-zip-compressed \
			--add-category=Emulator \
			--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/wine.desktop

%ifarch x86_64
# fix the binary name
sed -i 's,Exec=wine ,Exec=wine64 ,' %{buildroot}%{_datadir}/applications/wine.desktop
%endif

install -d %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}

# winecfg icon
convert dlls/user32/resources/oic_winlogo.ico[8] %{buildroot}%{_miconsdir}/%{name}.png
convert dlls/user32/resources/oic_winlogo.ico[7] %{buildroot}%{_iconsdir}/%{name}.png
convert dlls/user32/resources/oic_winlogo.ico[6] %{buildroot}%{_liconsdir}/%{name}.png

# notepad icon
convert programs/notepad/notepad.ico[2] %{buildroot}%{_miconsdir}/notepad.png
convert programs/notepad/notepad.ico[7] %{buildroot}%{_iconsdir}/notepad.png
convert programs/notepad/notepad.ico[8] %{buildroot}%{_liconsdir}/notepad.png
# winefile icon
convert programs/winefile/winefile.ico[2] %{buildroot}%{_miconsdir}/winefile.png
convert programs/winefile/winefile.ico[8] %{buildroot}%{_iconsdir}/winefile.png
convert programs/winefile/winefile.ico[7] %{buildroot}%{_liconsdir}/winefile.png
# regedit icon
convert programs/regedit/regedit.ico[2] %{buildroot}%{_miconsdir}/regedit.png
convert programs/regedit/regedit.ico[8] %{buildroot}%{_iconsdir}/regedit.png
convert programs/regedit/regedit.ico[7] %{buildroot}%{_liconsdir}/regedit.png
# winemine icon
convert programs/winemine/winemine.ico[2] %{buildroot}%{_miconsdir}/winemine.png
convert programs/winemine/winemine.ico[8] %{buildroot}%{_iconsdir}/winemine.png
convert programs/winemine/winemine.ico[7] %{buildroot}%{_liconsdir}/winemine.png

# wine uninstaller icon:
convert programs/msiexec/msiexec.ico[2] %{buildroot}%{_miconsdir}/msiexec.png
convert programs/msiexec/msiexec.ico[8] %{buildroot}%{_iconsdir}/msiexec.png
convert programs/msiexec/msiexec.ico[7] %{buildroot}%{_liconsdir}/msiexec.png

# change the icons in the respective .desktop files, in order:
sed -i 's,Icon=%{name},Icon=notepad,' %{buildroot}%{_datadir}/applications/rosa-wine-notepad.desktop
sed -i 's,Icon=%{name},Icon=winefile,' %{buildroot}%{_datadir}/applications/rosa-wine-winefile.desktop
sed -i 's,Icon=%{name},Icon=regedit,' %{buildroot}%{_datadir}/applications/rosa-wine-regedit.desktop
sed -i 's,Icon=%{name},Icon=winemine,' %{buildroot}%{_datadir}/applications/rosa-wine-winemine.desktop
sed -i 's,Icon=%{name},Icon=msiexec,' "%{buildroot}%{_datadir}/applications/rosa-wine-wine uninstaller.desktop"

# Remove rpaths
%ifarch x86_64
chrpath -d %{buildroot}%{_bindir}/{wine64,wineserver,wmc,wrc} %{buildroot}%{_libdir}/%{name}/*.so
%else
chrpath -d %{buildroot}%{_bindir}/{wine,wineserver,wmc,wrc} %{buildroot}%{_libdir}/%{name}/*.so
%endif

# Some advices to user
%ifarch x86_64
cat > README.install.urpmi <<EOF
This is the Win64 version of Wine with Staging but not limited to it.
This version can only be used to run 64-bit Windows applications as is.
For running 32-bit Windows applications, you need to also
install the 'wine32' package from the 32-bit repository.
EOF
%else
cat > README.install.urpmi <<EOF
This is the Win32 version of Wine with Staging but not limited to it.
EOF
%endif

%files -n %{wine}
%doc ANNOUNCE AUTHORS README README.install.urpmi
%ifarch x86_64
%{_bindir}/wine64
%{_bindir}/wine64-preloader
%endif
%{_bindir}/winecfg
%{_bindir}/wineconsole*
%{_bindir}/wineserver
%{_bindir}/wineboot
%{_bindir}/function_grep.pl
%{_bindir}/msidb
%{_bindir}/msiexec
%{_bindir}/notepad
%{_bindir}/regedit
%{_bindir}/winemine
%{_bindir}/winepath
%{_bindir}/regsvr32
%{_bindir}/winefile
%{_bindir}/winetricks
%{_bindir}/wisotool
%lang(de) %{_mandir}/de.UTF-8/man1/winemaker.1*
%lang(de) %{_mandir}/de.UTF-8/man1/wineserver.1*
%lang(fr) %{_mandir}/fr.UTF-8/man1/winemaker.1*
%lang(fr) %{_mandir}/fr.UTF-8/man1/wineserver.1*
%{_mandir}/man1/wineserver.1*
%{_mandir}/man1/msiexec.1*
%{_mandir}/man1/notepad.1*
%{_mandir}/man1/regedit.1*
%{_mandir}/man1/regsvr32.1*
%{_mandir}/man1/wineboot.1*
%{_mandir}/man1/winecfg.1*
%{_mandir}/man1/wineconsole.1*
%{_mandir}/man1/winecpp.1*
%{_mandir}/man1/winefile.1*
%{_mandir}/man1/winemine.1*
%{_mandir}/man1/winepath.1*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/%{name}.inf
%{_datadir}/%{name}/l_intl.nls
%{_datadir}/applications/*.desktop
%{_sysconfdir}/xdg/menus/applications-merged/mandriva-%{name}.menu
%{_datadir}/desktop-directories/mandriva-%{name}.directory
%dir %{_datadir}/wine/fonts
%{_datadir}/wine/fonts/*
%{_miconsdir}/*.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png

%ifarch %{ix86}
%files -n wine32
%{_bindir}/wine
%{_bindir}/wine-preloader
%{_mandir}/man1/wine.1*
%lang(de) %{_mandir}/de.UTF-8/man1/wine.1*
%lang(fr) %{_mandir}/fr.UTF-8/man1/wine.1*
%lang(pl) %{_mandir}/pl.UTF-8/man1/wine.1*
%endif

%{_libdir}/libwine*.so.%{major}*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*.cpl.so
%{_libdir}/%{name}/*.drv.so
%{_libdir}/%{name}/*.dll.so
%{_libdir}/%{name}/*.exe.so
%{_libdir}/%{name}/*.acm.so
%{_libdir}/%{name}/*.ocx.so
%ifarch %{ix86}
%{_libdir}/%{name}/*.vxd.so
%{_libdir}/%{name}/*16.so
%endif
%{_libdir}/%{name}/*.tlb.so
%{_libdir}/%{name}/*.ds.so
%{_libdir}/%{name}/*.sys.so
%{_libdir}/%{name}/fakedlls

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26241 |14mu|wireless-regdb-20160610-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _verdate 2016.06.10
%define _version %(echo %_verdate | sed 's/\\.//g')

Name:		wireless-regdb
Version:	%{_version}
Release:	1
Summary:	The wireless regulatory database
License:	ISC
Group:		System/Configuration/Hardware
URL:		http://linuxwireless.org/en/developers/Regulatory#Theregulatorydatabase
Source0:	http://kernel.org/pub/software/network/wireless-regdb/wireless-regdb-%{_verdate}.tar.xz
BuildArch:	noarch

%description
Database with wireless regulatory information, used by crda or which can
be used by another user space helpers to communicate wireless regulatory
data to linux kernel.

%prep
%setup -q -n %{name}-%{_verdate}

%build

%install
%makeinstall_std

%files
%defattr(0644,root,root,0755)
%doc LICENSE
%{_mandir}/man5/regulatory.bin.5*
%{_prefix}/lib/crda/regulatory.bin
%{_prefix}/lib/crda/pubkeys/sforshee.key.pub.pem


%changelog

* Tue Nov 01 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 20160610-1
- (6843c01) Updated to version 2016.06.10
- (6843c01) In this version:
- (6843c01) * the regulatory references were updated for many countries
- (6843c01) * a couple bugs were fixed.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26242 |14mu|wireshark-2.0.15-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 7
%define wiretap_major 5
%define wsutil_major 6
%define libname %mklibname %{name} %{major}
%define libwiretap %mklibname wiretap %{wiretap_major}
%define libwsutil %mklibname wsutil %{wsutil_major}
%define devname %mklibname %{name} -d

Summary:	Network traffic analyzer
Name:		wireshark
Version:	2.0.15
Release:	1
License:	GPLv2+ and GPLv3+
Group:		Monitoring
Url:		http://www.wireshark.org
Source0:	http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
Patch0:		wireshark_help_browser.patch
Patch1:		wireshark-plugindir.patch
Patch2:		wireshark-1.12.0-do-not-fail-on-chgrp-chmod.patch
BuildRequires:	bison
BuildRequires:	doxygen
BuildRequires:	flex
BuildRequires:	cap-devel
BuildRequires:	elfutils-devel
BuildRequires:	krb5-devel
BuildRequires:	pcap-devel >= 0.7.2
BuildRequires:	pkgconfig(geoip)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gnutls)
#BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libgcrypt) >= 1.1.92
BuildRequires:	pkgconfig(libsmi)
BuildRequires:	pkgconfig(lua)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5MultimediaWidgets)
BuildRequires:	pkgconfig(Qt5Help)
Requires:	dumpcap
Requires:	usermode-consoleonly

%track
prog %{name} = {
	url = http://www.wireshark.org/download/src/all-versions
	version = %{version}
	regex = %{name}-(__VER__)\.tar\.bz2
}

%description
Wireshark is a network traffic analyzer for Unix-ish operating systems. It is
based on GTK+, a graphical user interface library, and libpcap, a packet
capture and filtering library.

%files
%{_bindir}/%{name}
%{_bindir}/%{name}-qt
%{_bindir}/%{name}-root
%{_sbindir}/%{name}-root
%{_sysconfdir}/pam.d/%{name}-root
%{_sysconfdir}/security/console.apps/%{name}-root
# plugins
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/docsis.so
%{_libdir}/%{name}/ethercat.so
%{_libdir}/%{name}/gryphon.so
%{_libdir}/%{name}/irda.so
%{_libdir}/%{name}/m2m.so
%{_libdir}/%{name}/mate.so
%{_libdir}/%{name}/opcua.so
%{_libdir}/%{name}/profinet.so
%{_libdir}/%{name}/stats_tree.so
%{_libdir}/%{name}/unistim.so
%{_libdir}/%{name}/wimaxasncp.so
%{_libdir}/%{name}/wimax.so
%{_libdir}/%{name}/wimaxmacphy.so
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/diameter
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/diameter/*
%dir %{_datadir}/%{name}/dtds
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/dtds/*
%dir %{_datadir}/%{name}/help
%attr(0644,root,root) %{_datadir}/%{name}/help/*
%{_datadir}/%{name}/profiles
%dir %{_datadir}/%{name}/radius
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/radius/dictionary*
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/radius/custom.includes
%attr(0644,root,root) %{_datadir}/%{name}/radius/README.radius_dictionary
%dir %{_datadir}/%{name}/tpncp
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/tpncp/*
%dir %{_datadir}/%{name}/wimaxasncp
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/wimaxasncp/dictionary.*
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/cfilters
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/colorfilters
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/dfilters
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/manuf
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/pdml2html.xsl
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/services
%config(noreplace) %attr(0644,root,root) %{_datadir}/%{name}/smi_modules
%attr(0644,root,root) %{_datadir}/%{name}/console.lua
%attr(0644,root,root) %{_datadir}/%{name}/dtd_gen.lua
%attr(0644,root,root) %{_datadir}/%{name}/init.lua
%attr(0644,root,root) %{_datadir}/%{name}/ws.css
%{_iconsdir}/hicolor/*/*/*.png
%{_iconsdir}/hicolor/*/*/*.svg
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/androiddump.1*
%{_mandir}/man4/%{name}-filter.4*
%{_datadir}/%{name}/*.html
%{_datadir}/%{name}/AUTHORS-SHORT
%{_datadir}/%{name}/COPYING
%{_datadir}/applications/*.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/mime/packages/%{name}.xml

#------------------------------------------------------------------------

%package -n %{libname}
Summary:	Network traffic and protocol analyzer libraries
Group:		System/Libraries
Obsoletes:	%{_lib}wireshark3 < 1.10.1

%description -n	%{libname}
Wireshark is a network traffic analyzer for Unix-ish operating systems. It is
based on GTK+, a graphical user interface library, and libpcap, a packet
capture and filtering library.

%files -n %{libname}
%doc AUTHORS NEWS README{,.[lv]*} doc/{randpkt.txt,README.*}
%{_libdir}/libwireshark.so.%{major}*

#------------------------------------------------------------------------

%package -n %{libwiretap}
Summary:	Network traffic and protocol analyzer libraries
Group:		System/Libraries
Conflicts:	%{_lib}wireshark3 < 1.10.1

%description -n %{libwiretap}
Wireshark is a network traffic analyzer for Unix-ish operating systems. It is
based on GTK+, a graphical user interface library, and libpcap, a packet
capture and filtering library.

%files -n %{libwiretap}
%doc AUTHORS NEWS README{,.[lv]*} doc/{randpkt.txt,README.*}
%{_libdir}/libwiretap.so.%{wiretap_major}*

#------------------------------------------------------------------------

%package -n %{libwsutil}
Summary:	Network traffic and protocol analyzer libraries
Group:		System/Libraries
Conflicts:	%{_lib}wireshark3 < 1.10.1

%description -n %{libwsutil}
Wireshark is a network traffic analyzer for Unix-ish operating systems. It is
based on GTK+, a graphical user interface library, and libpcap, a packet
capture and filtering library.

%files -n %{libwsutil}
%doc AUTHORS NEWS README{,.[lv]*} doc/{randpkt.txt,README.*}
%{_libdir}/libwsutil.so.%{wsutil_major}*

#------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for Wireshark
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libwiretap} = %{EVRD}
Requires:	%{libwsutil} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains files used for development with Wireshark.

%files -n %{devname}
%doc ChangeLog
%{_includedir}/wireshark
%{_libdir}/libwireshark.so
%{_libdir}/libwiretap.so
%{_libdir}/libwsutil.so

#------------------------------------------------------------------------

%package tools
Summary:	Tools for manipulating capture files
Group:		Monitoring

%description tools
Set of tools for manipulating capture files. Contains:

- editcap - Edit and/or translate the format of capture files
- mergecap - Merges two capture files into one
- text2cap - Generate a capture file from an ASCII hexdump of packets

%files tools
%{_bindir}/androiddump
%{_bindir}/capinfos
%{_bindir}/captype
%{_bindir}/dftest
%{_bindir}/editcap
%{_bindir}/idl2wrs
%{_bindir}/mergecap
%{_bindir}/randpkt
%{_bindir}/reordercap
%{_bindir}/text2pcap
%{_mandir}/man1/capinfo*
%{_mandir}/man1/dftest*
%{_mandir}/man1/editcap*
%{_mandir}/man1/mergecap*
%{_mandir}/man1/randpkt*
%{_mandir}/man1/reordercap*
%{_mandir}/man1/text2pcap*

#------------------------------------------------------------------------

%package -n tshark
Summary:	Text-mode network traffic and protocol analyzer
Group:		Monitoring
Requires:	dumpcap

%description -n	tshark
Tshark is a network protocol analyzer. It lets you capture packet data from a
live network, or read packets from a previously saved capture file, either
printing a decoded form of those packets to the standard output or writing the
packets to a file. Twireshark's native capture file format is libpcap format,
which is also the format used by tcpdump and various other tools.

%files -n tshark
%{_bindir}/tshark
%{_mandir}/man1/tshark*

#------------------------------------------------------------------------

%package -n rawshark
Summary:	Dump and analyze raw libpcap data
Group:		Monitoring

%description -n rawshark
Rawshark reads a stream of packets from a file or pipe, and prints a line
describing its output, followed by a set of matching fields for each packet on
stdout.

%files -n rawshark
%{_bindir}/rawshark
%{_mandir}/man1/rawshark.1*

#------------------------------------------------------------------------

%package -n dumpcap
Summary:	Network traffic dump tool
Group:		Monitoring

%description -n dumpcap
Dumpcap is a network traffic dump tool. It lets you capture packet data from a
live network and write the packets to a file. Many wireshark utilities require
it.

%files -n dumpcap
%{_bindir}/dumpcap
%{_sbindir}/dumpcap
%{_mandir}/man1/dumpcap.1*

#------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0
%patch1 -p1
%patch2 -p1

# lib64 fix
perl -pi -e "s|/lib\b|/%{_lib}|g" *

%build
autoreconf -fi
%serverbuild
%configure2_5x \
    --disable-static \
    --disable-warnings-as-errors --enable-warnings-as-errors=no \
    --disable-usr-local \
    --enable-wireshark \
    --enable-packet-editor \
    --enable-tshark \
    --enable-editcap \
    --enable-capinfos \
    --enable-mergecap \
    --enable-text2pcap \
    --enable-dftest \
    --enable-randpkt \
    --enable-airpcap \
    --enable-dumpcap \
    --enable-rawshark \
    --enable-ipv6 \
    --with-gnutls=yes \
    --with-gcrypt=yes \
    --with-gtk2=no \
    --with-gtk3=no \
    --with-qt=yes \
    --with-libsmi=%{_prefix} \
    --with-pcap=%{_prefix} \
    --with-zlib=%{_prefix} \
    --with-lua=%{_prefix} \
    --with-portaudio=%{_prefix} \
    --with-libcap=%{_prefix} \
    --with-ssl=%{_prefix} \
    --with-krb5 \
    --with-adns=no \
    --with-geoip=yes \
    --with-plugins=%{_libdir}/%{name}

# try to fix the build...
find -name "Makefile" | xargs perl -pi -e "s|/usr/lib\b|%{_libdir}|g"

%make

%install
%makeinstall_std

# link to main executable
mv %{buildroot}%{_bindir}/wireshark %{buildroot}%{_bindir}/wireshark-qt
ln -s wireshark-qt %{buildroot}%{_bindir}/wireshark

# helpers to make sure we can start wireshark-root from user with root password
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
cat > %{buildroot}%{_sysconfdir}/pam.d/%{name}-root << EOF
#%PAM-1.0
auth		include		config-util
account		include		config-util
session		include		config-util
EOF

mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name}-root << EOF
USER=root
PROGRAM=/usr/sbin/wireshark-root
FALLBACK=false
SESSION=true
EOF

# setup links for consolehelpper support to allow root access
install -d %{buildroot}%{_sbindir}
pushd %{buildroot}%{_bindir}
    ln -sf consolehelper %{name}-root
cd %{buildroot}%{_sbindir}
    ln -s ../bin/%{name} %{name}-root
popd

# icon
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}

install -m0644 image/wsicon16.png %{buildroot}%{_miconsdir}/%{name}.png
install -m0644 image/wsicon32.png %{buildroot}%{_iconsdir}/%{name}.png
install -m0644 image/wsicon48.png %{buildroot}%{_liconsdir}/%{name}.png

# XDG menu
install -d %{buildroot}%{_datadir}/applications
install -m0644 wireshark.desktop %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop

cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Wireshark
Comment=Network traffic analyzer
Comment[ru]=Анализатор сетевого трафика
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=GTK;X-MandrivaLinux-System-Monitoring;System;Monitor;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-root.desktop << EOF
[Desktop Entry]
Name=Wireshark (root user)
Comment=Network traffic analyzer (root user)
Comment[ru]=Анализатор сетевого трафика (с правами root)
Exec=%{name}-root
Icon=%{name}
Terminal=false
Type=Application
Categories=GTK;System;Monitor;
EOF

# move this one to /usr/sbin
mv %{buildroot}%{_bindir}/dumpcap %{buildroot}%{_sbindir}/dumpcap

# fix one odd bug...
pushd %{buildroot}%{_bindir}
    ln -s ../sbin/dumpcap dumpcap
popd

# remove uneeded files
rm -f %{buildroot}%{_libdir}/wireshark/*.la

# install includes
mkdir -p %{buildroot}%{_includedir}/wireshark
for include in `find epan -type f -name '*.h'`; do
        mkdir -p %{buildroot}%{_includedir}/wireshark/`dirname $include`
        install -m 0644 $include %{buildroot}%{_includedir}/wireshark/`dirname $include`
done
# remaining include files
install -m 0644 *.h %{buildroot}%{_includedir}/wireshark
mkdir -p %{buildroot}%{_includedir}/wireshark/wiretap
install -m 0644 wiretap/*.h %{buildroot}%{_includedir}/wireshark/wiretap

%changelog

* Tue Sep 12 2017 Denis Silakov <dsilakov@virtuozzo.com> 2.0.15-1
- (e8e9ad9) Updated to 2.0.15

* Sun Aug 06 2017 Denis Silakov <denis.silakov@rosalab.ru> 2.0.14-1
- (2341fa1) Updated to 2.0.14

* Fri Jun 09 2017 Denis Silakov <dsilakov@virtuozzo.com> 2.0.13-1
- (c0e6a65) Updated to 2.0.13

* Wed Apr 26 2017 Denis Silakov <dsilakov@virtuozzo.com> 2.0.12-1
- (9d08b65) Updated to 2.0.12

* Fri Feb 03 2017 Denis Silakov <denis.silakov@rosalab.ru> 2.0.10-1
- (3ee980d) Updated to 2.0.10

* Mon Dec 26 2016 Denis Silakov <dsilakov@virtuozzo.com> 2.0.9-1
- (8a7ce51) Updated to 2.0.9

* Sun Nov 20 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.0.8-1
- (e7f8ae8) Updated to 2.0.8

* Mon Oct 10 2016 Denis Silakov <dsilakov@gmail.com> 2.0.7-1
- (2a71a95) Updated to 2.0.7

* Fri Sep 23 2016 Denis Silakov <dsilakov@gmail.com> 2.0.6-1
- (d0aed59) Updated to 2.0.6

* Sun Aug 07 2016 Denis Silakov <dsilakov@gmail.com> 2.0.5-1
- (c2d46d4) Updated to 2.0.5

* Wed Jun 22 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.0.4-1
- (59becb8) Upadted to 2.0.4

* Sat Jun 04 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.0.3-1
- (a5b3f3d) Fix files
- (Denis Silakov: 0181188) Updated to 2.0.3

* Tue Apr 12 2016 Denis Silakov <dsilakov@gmail.com> 2.0.2-1
- (6eda81a) Updated to 2.0.2

* Mon Jan 25 2016 Denis Silakov <dsilakov@gmail.com> 2.0.1-1
- (cfc72fb) Fix files
- (Denis Silakov: 6cd071c) Fix files

* Mon Jan 25 2016 Denis Silakov <dsilakov@gmail.com> 1.12.8-2
- (bdde0d6) Fix files

* Sun Jan 24 2016 Denis Silakov <denis.silakov@rosalab.ru> 2.0.1-1
- (714db34) Updated to 2.0.1, build with qt5

* Sun Dec 27 2015 Denis Silakov <dsilakov@gmail.com> 2.0.0-1
- (7fce616) Rediff patches
- (Denis Silakov: ed0a0fc) Updated to 2.0.0 (by updates_builder)

* Mon Dec 07 2015 Denis Silakov <dsilakov@gmail.com> 1.12.8-2
- (fc707e9) Added Russian l10n to desktop files

* Mon Oct 19 2015 Denis Silakov <dsilakov@gmail.com> 1.12.8-1
- (786c495) Updated to 1.12.8

* Mon Jul 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.12.6-1
- (0f1ecdc) New version 1.12.6

* Wed May 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.12.4-1
- (7da9a49) New version 1.12.4
- (7da9a49) New shared library libfiletap
- (7da9a49) New library majors for other libraries
- (7da9a49) Update files
- (7da9a49) Minor spec cleanup

* Mon Mar 30 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.10.13-1
- (24fc40b) Updated to 1.10.13

* Wed Aug 27 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.10.9-1
- (17bdf84) Updated to 1.10.9

* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.10.8-2
- (74d4d8d) BuildList#2062192: Increase release tag

* Fri Jul 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.10.8-1
- (4edd892) New version 1.10.8

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.10.5-2
- (13c3462) MassBuild#440: Increase release tag

* Sun Dec 22 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.10.5-1
- (db7b405) Updated to 1.10.5

* Wed Jul 31 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.10.1-2
- (9390bda) LOG Add Obsoletes to make update smooth

* Wed Jul 31 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.10.1-1
- (0c33145) LOG Split libraries into individual packages, main library major is 2 again
- (Andrey Bondrov: ac051a2) LOG New version 1.10.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26243 |14mu|words-3.0-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A dictionary of English words for the /usr/dict directory
Name:		words
Version:	3.0
Release:	16
License:	Public Domain
Group:		Text tools
Url:		http://www.dcs.shef.ac.uk/research/ilash/Moby/
Source0:	http://www.dcs.shef.ac.uk/research/ilash/Moby/mwords.tar.Z
BuildRequires:	dos2unix
BuildArch:	noarch

%description
The words file is a dictionary of English words for the /usr/share/dict
directory. Some programs use this database of words to check spelling.
Password checkers use it to look for bad passwords.

%files
%doc mwords/readme.txt mwords/license.txt
%{_datadir}/dict/linux.words
%{_datadir}/dict/words

#----------------------------------------------------------------------------

%prep
%setup -q -c

%build
cd mwords
dos2unix *; chmod a+r *
cat [1-9]*.??? | egrep  "^[[:alnum:]'&!,./-]+$" | sort --ignore-case --dictionary-order | uniq > moby

cat <<EOF >license.txt
On June 1, 1996 Grady Ward announced that the fruits of
the Moby project were being placed in the public domain:

The Moby lexicon project is complete and has
been place into the public domain. Use, sell,
rework, excerpt and use in any way on any platform.

Placing this material on internal or public servers is
also encouraged. The compiler is not aware of any
export restrictions so freely distribute world-wide.

You can verify the public domain status by contacting
  
Grady Ward
3449 Martha Ct.
Arcata, CA  95521-4884

daedal@myrealbox.com
EOF

%install
install -d %{buildroot}%{_datadir}/dict
install -m644 mwords/moby %{buildroot}%{_datadir}/dict/linux.words
ln -sf linux.words %{buildroot}%{_datadir}/dict/words


%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 3.0-16
- (4413a5a) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26244 |14mu|wpa_supplicant-2.6-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Linux WPA Supplicant (IEEE 802.1X, WPA, WPA2, RSN, IEEE 802.11i)
Name:		wpa_supplicant
Version:	2.6
Release:	7
# wpa_supplicant itself is dual-licensed under GPLv2 and BSD license, but as we
# link against GPL libraries, we must use GPLv2 license
License:	GPLv2+
Group:		Communications
Url:		http://w1.fi/wpa_supplicant/
Source0:	http://w1.fi/releases/wpa_supplicant-%{version}.tar.gz
Source1:	build.config
Source3:	%{name}.service
Source4:	%{name}.sysconfig
Source6:	%{name}.logrotate

# should be safe to just bump MAX_WEP_KEY_LEN to 32
# http://lists.shmoo.com/pipermail/hostap/2005-October/011787.html
Patch2:		wpa_supplicant-0.6.3-WEP232.patch
Patch5:		wpa_supplicant-1.0-mdv-dbus-service-file-args.patch
# quiet an annoying and frequent syslog message
Patch8:		wpa_supplicant-2.4-quiet-scan-results-message.patch
# works around busted drivers by increasing association timeout
Patch10:	wpa_supplicant-assoc-timeout.patch

# Fix for KRACKs major security issue
Patch20:	rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
Patch21:	rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch
Patch22:	rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch
Patch23:	rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch
Patch24:	rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch
Patch25:	rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch
Patch26:	rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch
Patch27:	rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch

# Other patches
Patch30:	v2.6-CVE-2018-14526.patch

BuildRequires:	doxygen
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gnutls) >= 3.0
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libnl-3.0)
BuildRequires:	pkgconfig(libpcsclite)
BuildRequires:	pkgconfig(QtCore)
Requires(post,postun,preun):	rpm-helper
# http://ndiswrapper.sourceforge.net/wiki/index.php/WPA

%description
wpa_supplicant is a WPA Supplicant for Linux, BSD and Windows with
support for WPA and WPA2 (IEEE 802.11i / RSN). Supplicant is the IEEE
802.1X/WPA component that is used in the client stations. It
implements key negotiation with a WPA Authenticator and it controls
the roaming and IEEE 802.11 authentication/association of the wlan
driver.

wpa_supplicant is designed to be a "daemon" program that runs in the
background and acts as the backend component controlling the wireless
connection. wpa_supplicant supports separate frontend programs and an
example text-based frontend, wpa_cli, is included with wpa_supplicant.

Supported WPA/IEEE 802.11i features:
    * WPA-PSK ("WPA-Personal")
    * WPA with EAP (e.g., with RADIUS authentication server)
      ("WPA-Enterprise")
    * key management for CCMP, TKIP, WEP104, WEP40
    * WPA and full IEEE 802.11i/RSN/WPA2
    * RSN: PMKSA caching, pre-authentication

See the project web site or the eap_testing.txt file for a complete
list of supported EAP methods (IEEE 802.1X Supplicant), supported
drivers and interoperability testing.

%files
%doc wpa_supplicant/ChangeLog wpa_supplicant/README wpa_supplicant/eap_testing.txt wpa_supplicant/todo.txt
%doc wpa_supplicant/README-WPS
%doc wpa_supplicant/examples/*.conf
%attr(0600,root,daemon) %config(noreplace) %{_sysconfdir}/wpa_supplicant.conf
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_systemunitdir}/%{name}.service
%{_sbindir}/wpa_cli
%{_sbindir}/wpa_passphrase
%{_sbindir}/wpa_supplicant
%{_sbindir}/eapol_test
%{_sysconfdir}/dbus-1/system.d/wpa_supplicant.conf
%{_datadir}/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service
%{_datadir}/dbus-1/system-services/fi.w1.wpa_supplicant1.service
%{_mandir}/man8/*
%{_mandir}/man5/*

%post
%systemd_post wpa_supplicant.service

%preun
%systemd_preun wpa_supplicant.service

%postun
%systemd_postun wpa_supplicant.service

#----------------------------------------------------------------------------

%package gui
Summary:	Graphical tool for wpa_supplicant
Group:		System/Configuration/Networking

%description gui
wpa_gui is a QT frontend for wpa_supplicant.
wpa_supplicant is a WPA Supplicant for Linux, BSD and Windows with
support for WPA and WPA2 (IEEE 802.11i / RSN).

%files gui
%{_bindir}/wpa_gui

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

pushd wpa_supplicant
# (blino) comment all "network = { }" blocks
perl -pi -e '$_ = "# $_" if /^\s*network\s*=\s*{/ .. /^\s*}/' wpa_supplicant.conf
cp %{SOURCE1} .config
popd

%build
%setup_compile_flags
# Fix bug #63030: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
export CFLAGS+=" -fno-strict-aliasing -Wno-error=deprecated-declarations"
export CXXFLAGS+=" -fno-strict-aliasing" FFLAGS+=" -fno-strict-aliasing"
export BINDIR=%{_sbindir}
export LIBDIR=%{_libdir}


pushd wpa_supplicant
%make
%make eapol_test
pushd wpa_gui-qt4
 %qmake_qt4
 %make
popd
popd

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_sysconfdir}/dbus-1/system.d/
mkdir -p %{buildroot}%{_datadir}/dbus-1/system-services/

install -m644 %{SOURCE3} -D %{buildroot}%{_systemunitdir}/%{name}.service
install -m644 %{SOURCE4} -D %{buildroot}%{_sysconfdir}/sysconfig/%{name}
install -m644 %{SOURCE6} -D %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

pushd wpa_supplicant

# binaries
install -d %{buildroot}%{_sbindir}
install -m 755 wpa_supplicant %{buildroot}/%{_sbindir}
install -m 755 wpa_cli %{buildroot}/%{_sbindir}
install -m 755 wpa_passphrase %{buildroot}/%{_sbindir}
install -m 755 eapol_test %{buildroot}%{_sbindir}

# gui
install -d %{buildroot}%{_bindir}
install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_bindir}

# config
install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 600 wpa_supplicant.conf %{buildroot}%{_sysconfdir}/wpa_supplicant.conf

# dbus
install -d %{buildroot}%{_sysconfdir}/dbus-1/system.d
install -d %{buildroot}%{_datadir}/dbus-1/system-services
install -m 644 dbus/dbus-wpa_supplicant.conf \
    %{buildroot}%{_sysconfdir}/dbus-1/system.d/wpa_supplicant.conf
install -m 644 dbus/fi.epitest.hostap.WPASupplicant.service \
    %{buildroot}%{_datadir}/dbus-1/system-services
install -m 0644 dbus/fi.w1.wpa_supplicant1.service \
     %{buildroot}%{_datadir}/dbus-1/system-services

# man pages
install -d -m 755 %{buildroot}%{_mandir}/man{5,8}
install -m 644 doc/docbook/*.8 %{buildroot}%{_mandir}/man8
install -m 644 doc/docbook/*.5 %{buildroot}%{_mandir}/man5

popd


%changelog

* Tue Aug 21 2018 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.6-7
- (559d7d5) Fix CVE-2018-14526
- (559d7d5) https://usn.ubuntu.com/usn/usn-3745-1

* Tue Oct 17 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.6-6
- (527d112) Fix KRACKs major security issue

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.6-5
- (4d1f85b) MassBuild#1230: Increase release tag

* Sat Dec 24 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.6-4
- (c47c7bd) Enable IBSS_RSN and BGSCAN_SIMPLE
- (c47c7bd) Similar to what is done in ArchLinux, Ubuntu, Fedora and OpenSUSE.

* Sat Dec 24 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.6-3
- (0d7a7c6) Make the build config a separate file rather than a patch to defconfig
- (0d7a7c6) It is easier to maintain it this way, experiment with options, etc.
- (Evgenii Shatokhin: 5f936a0) Updated to version 2.6

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4-3
- (934c822) MassBuild#1169: Increase release tag

* Mon Jul 27 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2.4-2
- (afb4d41) Fixed wpa_supplicant-2.4-rosa-defconfig.patch for version 2.4
- (Eugene Shatokhin: f4690ea) Several fixes based on the specs and configs from Fedora
- (Eugene Shatokhin: f4690ea) * Fixed the build config: enabled support for AP, logging to file, some
- (Eugene Shatokhin: f4690ea) other things.
- (Eugene Shatokhin: f4690ea) * Removed the excessive command-line parameters in the service file.

* Tue Jul 21 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2.4-1
- (c70c6e5) Updated to version 2.4

* Mon Apr 27 2015 kuzma kazygashev <kuzma.kazygashev@rosalab.ru> 2.2-5
- (b42b223) Increase release tag.

* Mon Apr 27 2015 kuzma kazygashev <kuzma.kazygashev@rosalab.ru> 2.2-4
- (b14a399) Security fix for CVE-2015-1863.
- (Alexander Lakhin: 08c9191) MassBuild#656: Increase release tag

* Thu Feb 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2-3
- (4130541) Drop unused patches and fix post scripts

* Wed Jul 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2-2
- (fb44045) Minor cleanups

* Wed Jul 09 2014 Tigro <ashejn@gmail.com> 2.2-1
- (547dc08) update to 2.2

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.1-4
- (6bd5758) MassBuild#440: Increase release tag

* Sun Aug 18 2013 akdengi <kazancas@mandriva.ru> 1.1-3
- (3502ff1) s/con/conf/
- (akdengi: 19b26d4) fix tmpfilesdir define
- (akdengi: 6535042) fix source numbering
- (akdengi: 888f9d1) up release

* Sun Aug 18 2013 akdengi <kazancas@mandriva.ru> 1.1-2
- (2167f62) some spec fix
- (akdengi: 56c8939) move tmpfiles to tmpfiles.d dir and fix systemd call

* Tue Dec 04 2012 Alexander Khryukin <alexander@mezon.ru> 1.1-1
- (573d6bd) version update 1.1

* Wed Sep 05 2012 akdengi <kazancas@mandriva.ru> 1.0-2
- (1e6f67d) LOG -use config file from Fedora
- (akdengi: 47f1ddc) LOG -drop madwifi as depricated
- (akdengi: 919a0ea) LOG -add libnl3 patch and fix spec for use qt4 gui instead standrat gui.

* Wed Sep 05 2012 akdengi <kazancas@mandriva.ru> 1.0-1
- (62fbb37) fix patch
- (akdengi: 19b269d) add missing patch
- (akdengi: 85bc1d8) fix patches
- (akdengi: f09e5f3) drop patch9
- (akdengi: 640e8d3) add patch source



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26245 |14mu|wsdl4j-1.6.2-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define cvsver          %(echo %version |sed -e 's,\.,_,g')

%bcond_with	bootstrap

Summary:        Web Services Description Language Toolkit for Java
Name:           wsdl4j
Version:        1.6.2
Release:        9
Epoch:          0
Group:          Development/Java
License:        CPL
URL:            http://sourceforge.net/projects/wsdl4j
Source0:        wsdl4j-%{version}-src.tar.gz
Source1:        wsdl4j-%{version}.pom
##cvs -d:pserver:anonymous@wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j login
##cvs -z3 -d:pserver:anonymous@wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j export -r wsdl4j-1_6_2 wsdl4j
BuildArch:      noarch
Requires:       jaxp_parser_impl
BuildRequires:  java-1.8.0-openjdk-devel
BuildRequires:  ant
BuildRequires:  java-rpmbuild >= 0:1.5
%if !%{with bootstrap}
BuildRequires:  ant-junit
BuildRequires:  junit
%endif

%description
The Web Services Description Language for Java Toolkit (WSDL4J) allows the
creation, representation, and manipulation of WSDL documents describing
services.  This codebase will eventually serve as a reference implementation
of the standard created by JSR110.

%package javadoc
Group:          Development/Java
Summary:        Javadoc for %{name}

%description javadoc
Javadoc for %{name}.

%prep
%setup -q -n %{name}

%build
%if !%{with bootstrap}
export OPT_JAR_LIST="ant/ant-junit junit"
%endif
%{ant} -Dbuild.compiler=modern compile test javadocs

%install
# jars
install -d -m 0755 %{buildroot}%{_javadir}

install -m 644 build/lib/%{name}.jar \
      %{buildroot}%{_javadir}/%{name}-%{version}.jar
install -m 644 build/lib/qname.jar \
      %{buildroot}%{_javadir}/wsdl-qname-%{version}.jar
ln -sf wsdl-qname-%{version}.jar %{buildroot}%{_javadir}/qname.jar
#touch %{buildroot}%{_javadir}/qname.jar # for %ghost

(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)


%add_to_maven_depmap wsdl4j wsdl4j %{version} JPP wsdl4j

# poms
install -d -m 755 %{buildroot}%{_datadir}/maven2/poms
install -pm 644 %{SOURCE1} \
    %{buildroot}%{_datadir}/maven2/poms/JPP.wsdl4j.pom

# javadoc
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a build/javadocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
(cd %{buildroot}%{_javadocdir} && %{__ln_s} %{name}-%{version} %{name})

%post
%update_maven_depmap
/usr/sbin/update-alternatives --install %{_javadir}/qname.jar qname %{_javadir}/wsdl-qname.jar 00100

%postun
if [ "$1" = "0" ]; then
    /usr/sbin/update-alternatives --remove qname %{_javadir}/wsdl-qname.jar
fi
%update_maven_depmap

%files
%defattr(0644,root,root,0755)
%doc license.html
%{_javadir}/*
%{_datadir}/maven2/poms/*
%{_mavendepmapfragdir}
%if %{gcj_support}
%attr(-,root,root) %{_libdir}/gcj/%{name}
%endif

%files javadoc
%defattr(0644,root,root,0755)
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}


%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.6.2-9
- (da4dc09) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26246 |14mu|wxgtk3.0-3.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	wxWidgets
%define		api	3.0
%define		major	0

Summary:	GTK+ port of the wxWidgets library
Name:		wxgtk%{api}
Version:	3.0.2
Release:	1
License:	wxWidgets Library Licence
Group:		System/Libraries
Url:		http://www.wxwidgets.org/
Source0:	http://prdownloads.sourceforge.net/wxwindows/%{oname}-%{version}.tar.bz2
Patch0:		wxWidgets-3.0.0-locales.patch
Patch1:		wxWidgets-3.0.1-gcc4.9-workaround.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-0.10)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
# GTK3 leads to conflicting declarations etc for wx-based applications
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(zlib)

%description
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

%files -f wxstd-%{api}.lang
%doc *.txt

#----------------------------------------------------------------------------

%define libwx_baseu %mklibname wx_baseu %{api} %{major}

%package -n	%{libwx_baseu}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_baseu}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_baseu}
%{_libdir}/libwx_baseu-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_baseu_net %mklibname wx_baseu_net %{api} %{major}

%package -n	%{libwx_baseu_net}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_baseu_net}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_baseu_net}
%{_libdir}/libwx_baseu_net-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_baseu_xml %mklibname wx_baseu_xml %{api} %{major}

%package -n	%{libwx_baseu_xml}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_baseu_xml}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_baseu_xml}
%{_libdir}/libwx_baseu_xml-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_adv %mklibname wx_gtk2u_adv %{api} %{major}

%package -n	%{libwx_gtk2u_adv}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_adv}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_adv}
%{_libdir}/libwx_gtk2u_adv-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_aui %mklibname wx_gtk2u_aui %{api} %{major}

%package -n	%{libwx_gtk2u_aui}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_aui}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_aui}
%{_libdir}/libwx_gtk2u_aui-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_core %mklibname wx_gtk2u_core %{api} %{major}

%package -n	%{libwx_gtk2u_core}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_core}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_core}
%{_libdir}/libwx_gtk2u_core-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_gl %mklibname wx_gtk2u_gl %{api} %{major}

%package -n	%{libwx_gtk2u_gl}
Summary:	OpenGL shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_gl}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_gl}
%{_libdir}/libwx_gtk2u_gl-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_html %mklibname wx_gtk2u_html %{api} %{major}

%package -n	%{libwx_gtk2u_html}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_html}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_html}
%{_libdir}/libwx_gtk2u_html-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_media %mklibname wx_gtk2u_media %{api} %{major}

%package -n	%{libwx_gtk2u_media}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_media}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_media}
%{_libdir}/libwx_gtk2u_media-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_propgrid %mklibname wx_gtk2u_propgrid %{api} %{major}

%package -n	%{libwx_gtk2u_propgrid}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_propgrid}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_propgrid}
%{_libdir}/libwx_gtk2u_propgrid-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_qa %mklibname wx_gtk2u_qa %{api} %{major}

%package -n	%{libwx_gtk2u_qa}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_qa}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_qa}
%{_libdir}/libwx_gtk2u_qa-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_ribbon %mklibname wx_gtk2u_ribbon %{api} %{major}

%package -n	%{libwx_gtk2u_ribbon}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_ribbon}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_ribbon}
%{_libdir}/libwx_gtk2u_ribbon-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_richtext %mklibname wx_gtk2u_richtext %{api} %{major}

%package -n	%{libwx_gtk2u_richtext}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_richtext}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_richtext}
%{_libdir}/libwx_gtk2u_richtext-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_stc %mklibname wx_gtk2u_stc %{api} %{major}

%package -n	%{libwx_gtk2u_stc}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_stc}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_stc}
%{_libdir}/libwx_gtk2u_stc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_webview %mklibname wx_gtk2u_webview %{api} %{major}

%package -n	%{libwx_gtk2u_webview}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_webview}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_webview}
%{_libdir}/libwx_gtk2u_webview-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libwx_gtk2u_xrc %mklibname wx_gtk2u_xrc %{api} %{major}

%package -n	%{libwx_gtk2u_xrc}
Summary:	Shared library of wxGTK - Unicode enabled
Group:		System/Libraries
Requires:	%{name} = %{EVRD}

%description -n %{libwx_gtk2u_xrc}
wxWidgets is a free C++ library for cross-platform GUI development.
With wxWidgets, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.

This package contains the library needed to run programs dynamically
linked with the unicode enabled version of %{name}.

%files -n %{libwx_gtk2u_xrc}
%{_libdir}/libwx_gtk2u_xrc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%define libnameudev %mklibname -d wxgtku %{api}

%package -n	%{libnameudev}
Summary:	Header files and development documentation for wxGTK - unicode
Group:		Development/C++
Requires:	%{libwx_baseu} = %{EVRD}
Requires:	%{libwx_baseu_net} = %{EVRD}
Requires:	%{libwx_baseu_xml} = %{EVRD}
Requires:	%{libwx_gtk2u_adv} = %{EVRD}
Requires:	%{libwx_gtk2u_aui} = %{EVRD}
Requires:	%{libwx_gtk2u_core} = %{EVRD}
Requires:	%{libwx_gtk2u_gl} = %{EVRD}
Requires:	%{libwx_gtk2u_html} = %{EVRD}
Requires:	%{libwx_gtk2u_media} = %{EVRD}
Requires:	%{libwx_gtk2u_propgrid} = %{EVRD}
Requires:	%{libwx_gtk2u_qa} = %{EVRD}
Requires:	%{libwx_gtk2u_ribbon} = %{EVRD}
Requires:	%{libwx_gtk2u_richtext} = %{EVRD}
Requires:	%{libwx_gtk2u_stc} = %{EVRD}
Requires:	%{libwx_gtk2u_webview} = %{EVRD}
Requires:	%{libwx_gtk2u_xrc} = %{EVRD}
Provides:	wxgtku%{api}-devel = %{EVRD}
# At this time 2.8 and 3.0 cannot co-exist because of file conflicts
Conflicts:	%{_lib}wxgtku2.8-devel

%description -n %{libnameudev}
Header files for the unicode enabled version of wxGTK, the GTK+ port of
the wxWidgets library.

%files -n %{libnameudev}
%doc samples/
%doc docs/
%doc demos/
%{_bindir}/wx-config
%{_bindir}/wxrc
%{_bindir}/wxrc-%{api}
%{_includedir}/wx-%{api}/
%{_datadir}/aclocal/*
%{_datadir}/bakefile/
%{_libdir}/wx/config/gtk2-unicode-%{api}
%{_libdir}/wx/include/gtk2-unicode-%{api}/wx/setup.h
%{_libdir}/libwx_baseu-%{api}.so
%{_libdir}/libwx_baseu_net-%{api}.so
%{_libdir}/libwx_baseu_xml-%{api}.so
%{_libdir}/libwx_gtk2u_adv-%{api}.so
%{_libdir}/libwx_gtk2u_aui-%{api}.so
%{_libdir}/libwx_gtk2u_core-%{api}.so
%{_libdir}/libwx_gtk2u_gl-%{api}.so
%{_libdir}/libwx_gtk2u_html-%{api}.so
%{_libdir}/libwx_gtk2u_media-%{api}.so
%{_libdir}/libwx_gtk2u_propgrid-%{api}.so
%{_libdir}/libwx_gtk2u_qa-%{api}.so
%{_libdir}/libwx_gtk2u_ribbon-%{api}.so
%{_libdir}/libwx_gtk2u_richtext-%{api}.so
%{_libdir}/libwx_gtk2u_stc-%{api}.so
%{_libdir}/libwx_gtk2u_webview-%{api}.so
%{_libdir}/libwx_gtk2u_xrc-%{api}.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1
%patch1 -p1

# fix plugin dir for 64-bit
sed -i -e 's|/lib|/%{_lib}|' src/unix/stdpaths.cpp

%build
#gw 2.8.11 doesn't build otherwise:
%define _disable_ld_no_undefined 1
%define Werror_cflags %nil
# --disable-optimise prevents our $RPM_OPT_FLAGS being overridden
# (see OPTIMISE in configure).
# this code dereferences type-punned pointers like there's no tomorrow.
CFLAGS="%{optflags} -fno-strict-aliasing"
CXXFLAGS="%{optflags} -fno-strict-aliasing"

%configure2_5x --enable-unicode \
	--without-odbc \
	--with-opengl \
	--enable-gtk2 --with-gtk  \
	--without-debug_flag \
	--without-debug_info \
	--with-sdl \
	--with-libpng=sys \
	--with-libjpeg=sys \
	--with-libtiff=sys \
	--with-zlib=sys \
	--disable-optimise \
	--enable-calendar \
	--enable-wave \
	--enable-fraction \
	--enable-wxprintfv \
	--enable-xresources \
	--enable-controls \
	--enable-tabdialog \
	--enable-msgdlg \
	--enable-dirdlg \
	--enable-numberdlg \
	--enable-splash \
	--enable-stl \
	--enable-textdlg \
	--enable-graphics_ctx \
	--enable-grid \
	--disable-catch_segvs \
	--enable-mediactrl \
	--enable-dataviewctrl

%make

# make -C locale

%install
%makeinstall_std
%find_lang wxstd-%{api}
%find_lang wxmsw-%{api}
cat wxmsw-%{api}.lang >> wxstd-%{api}.lang


%changelog
* Fri Nov 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.2-1
+ Revision: 8f4c0ce
- New version 3.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26247 |14mu|wxPythonGTK-2.8.12.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Cross platform GUI toolkit for Python using wxGTK
Name:		wxPythonGTK
Version:	2.8.12.0
Release:	10
Epoch:		1
License:	LGPL/wxWindows Library Licence, Version 3
Group:		Development/Python
Url:		http://wxPython.org/
Source0:	http://prdownloads.sourceforge.net/wxpython/wxPython-src-%{version}.tar.bz2
# Fix a string literal error - AdamW 2008/12
Patch0:		wxPythonGTK/SOURCES/wxPython-2.8.9.1-literal.patch
Patch1:		wxPython-2.8.12.0-link.patch
Patch2:		wxPython-2.8.12.0-aui.patch
Patch3:		wxPython-2.8.12-Bind-disconnect-event-handler.patch
Patch4:		wxPython-2.8.12.0-numpy-1.9.patch
BuildRequires:	wxgtku2.8-devel >= 2.8.12
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(python)
Provides:	wxwin = %{EVRD}
Provides:	wxPython = %{EVRD}
Requires:	%{name}-wxversion = %{EVRD}

%description
wxPython is a GUI toolkit for Python that is a wrapper around the
wxWindows C++ GUI library.  wxPython provides a large variety of
window types and controls, all implemented with a native look and feel
(and native runtime speed) on the platforms it is supported on.

This package is implemented using the GTK port of wxWindows.

%files
%doc ../docs/*.txt
%doc docs/*
%{py_platsitedir}/wx.pth
%{py_platsitedir}/wx*-*

#----------------------------------------------------------------------------

%package wxversion
Summary:	Select a specific version of wxPython
Group:		Development/Python
Conflicts:	wxPythonGTK < 1:2.8.3.0-2

%description wxversion
wxPython is a GUI toolkit for Python that is a wrapper around the
wxWindows C++ GUI library.  wxPython provides a large variety of
window types and controls, all implemented with a native look and feel
(and native runtime speed) on the platforms it is supported on.

This package contains the wxversion python module needed if several versions of
wxPython are installed.

%files wxversion
%{py_platsitedir}/wxversion*

#----------------------------------------------------------------------------

%package tools
Summary:	Example applications from wxPythonGTK
Group:		Development/Python
Requires:	%{name} = %{EVRD}

%description tools
wxPython is a GUI toolkit for Python that is a wrapper around the
wxWindows C++ GUI library.  wxPython provides a large variety of
window types and controls, all implemented with a native look and feel
(and native runtime speed) on the platforms it is supported on.

This contains the example applications that come with wxPython like
PyShell and XRCed.

%files tools
%{_bindir}/*
%{_datadir}/applications/mandriva-*
%{_iconsdir}/*.png
%{_miconsdir}/*.png

#----------------------------------------------------------------------------

%package devel
Summary:	Development files of wxPythonGTK
Group:		Development/Python
Provides:	libwxPythonGTK-devel = %{EVRD}
Requires:	%{name} = %{EVRD}

%description devel
This packages contains the headers and etc. for building apps or
Python extension modules that use the same wxGTK shared libraries
that wxPython uses.

%files devel
%{_includedir}/wx-2.8/wx/wxPython

#----------------------------------------------------------------------------

%prep
%setup -qn wxPython-src-%{version}/wxPython
%patch0 -p2 -b .literal
%patch1 -p1 -b .link
%patch2 -p2 -b .aui
%patch3 -p2
%patch4 -p2

%build
python setup.py \
	WXPORT='gtk2'\
	UNICODE=1 \
	EP_ADD_OPTS=0 \
	NO_SCRIPTS=1 \
	build

%install
python setup.py \
	WXPORT='gtk2'\
	UNICODE=1 \
	EP_ADD_OPTS=1 \
	NO_SCRIPTS=0 \
	install \
	--root=%{buildroot}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-pyshell.desktop << EOF
[Desktop Entry]
Name=PyShell
Comment=GUI Python Shell
Exec=%{_bindir}/pyshell %U
Icon=PyCrust
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Development;
EOF
cat > %{buildroot}%{_datadir}/applications/mandriva-pycrust.desktop << EOF
[Desktop Entry]
Name=PyCrust
Comment=GUI Python Shell with Filling
Exec=%{_bindir}/pycrust %U
Icon=PyCrust
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Development;
EOF
cat > %{buildroot}%{_datadir}/applications/mandriva-pyalamode.desktop << EOF
[Desktop Entry]
Name=PyAlaMode
Comment=GUI Python Shell with Filling and Editor Windows
Exec=%{_bindir}/pyalamode %U
Icon=PyCrust
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Development;
EOF
cat > %{buildroot}%{_datadir}/applications/mandriva-xrced.desktop << EOF
[Desktop Entry]
Name=XRCed
Comment=XRC resource editor for wxPython
Exec=%{_bindir}/xrced %U
Icon=XRCed
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Development;
EOF

#gw fix paths
%if %{_lib} != lib
mv %{buildroot}%{py_puresitedir}/* %{buildroot}%{py_platsitedir}
%endif

mkdir -p %{buildroot}%{_miconsdir}
install -m 644 wx/py/PyCrust_16.png %{buildroot}%{_miconsdir}/PyCrust.png
install -m 644 wx/py/PyCrust_32.png %{buildroot}%{_iconsdir}/PyCrust.png
install -m 644 wx/tools/XRCed/XRCed_16.png %{buildroot}%{_miconsdir}/XRCed.png
install -m 644 wx/tools/XRCed/XRCed_32.png %{buildroot}%{_iconsdir}/XRCed.png

#(proyvind): We remove eggs for older python versions as we don't need them
#	     and to prevent dependencies to be generated against older python.
#            Should we carry eggs shipped from upstream at all though..?
find %{buildroot} -name \*.egg|grep -F -v py%{py_ver}.egg| xargs rm -f


%changelog
* Sat Mar 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:2.8.12.0-10
+ Revision: a1ec6da
- Patch to work with modern numpy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26248 |14mu|x11-driver-input-2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	X11 input drivers
Name:		x11-driver-input
Version:	2.0
Release:	2
Group:		System/X11
License:	GPLv2+

Requires:	x11-driver-input-libinput
Requires:	x11-driver-input-evdev
Requires:	x11-driver-input-synaptics
Requires:	x11-driver-input-vmmouse
Requires:	x11-driver-input-wacom

%description
Meta-package that requires useful X11 input drivers.

%files


%changelog

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0-2
- (859cf4c) MassBuild#1169: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26249 |14mu|x11-driver-input-acecad-1.5.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for Acecad Flair devices
Name:		x11-driver-input-acecad
Version:	1.5.0
Release:	14
Group:		System/X11
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-acecad-%{version}.tar.bz2
License:	MIT
BuildRequires:	sysfsutils-devel
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Acecad is an Xorg input driver for Acecad Flair devices.

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-input-acecad-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_libdir}/xorg/modules/input/acecad_drv.so
%{_mandir}/man4/acecad.*

%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.5.0-14
- (9665239) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26250 |14mu|x11-driver-input-evdev-2.10.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for Linux generic event devices
Name:		x11-driver-input-evdev
Version:	2.10.4
Release:	3
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	ftp://ftp.x.org/pub/individual/driver/xf86-input-evdev-%{version}.tar.bz2
BuildRequires:	x11-util-macros
BuildRequires:	pkgconfig(dri)
BuildRequires:	pkgconfig(mtdev)
BuildRequires:	pkgconfig(libevdev)
BuildRequires:	pkgconfig(udev) >= 186
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)
Obsoletes:	x11-driver-input-evtouch < 0.8.8-12

%description
Evdev is an Xorg input driver for Linux's generic event devices.
It therefore supports all input devices that the kernel knows about,
including most mice and keyboards.

%files
%doc COPYING
%{_libdir}/xorg/modules/input/evdev_drv.so
%{_mandir}/man4/evdev.*
%{_datadir}/X11/xorg.conf.d/10-evdev.conf

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/X11

%description devel
Development files for %{name}.

%files devel
%{_includedir}/xorg/evdev-properties.h
%{_libdir}/pkgconfig/xorg-evdev.pc

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-input-evdev-%{version}
%apply_patches

%build
autoreconf --force -v --install
%configure2_5x
%make

%install
%makeinstall_std

%changelog

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.10.4-3
- (22e78ad) MassBuild#1169: Increase release tag

* Thu Oct 06 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.10.4-2
- (fba4120) Release up for a rebuild with the new X11 server

* Sun Oct 02 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.10.4-1
- (b286d23) Updated to version 2.10.4

* Sun Sep 25 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.10.3-1
- (12c2f32) Updated to version 2.10.3

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2.10.0-4
- (7a54ee0) MassBuild#890: Increase release tag

* Mon Dec 07 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.10.0-3
- (38b36bb) Restore the missing file

* Sun Dec 06 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2.10.0-2
- (b7515d3) MassBuild#889: Increase release tag

* Mon Nov 02 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.10.0-1
- (506a759) Updated to version 2.10.0

* Fri Oct 23 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 2.9.2-1
- (2ba7d06) Updated to version 2.9.2

* Wed Mar 11 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2.9.1-1
- (3d1f12f) Removed unused file
- (Eugene Shatokhin: 3de69dc) Updated to version 2.9.1
- (Eugene Shatokhin: 3de69dc) Mostly bugfixes as well as transition to libevdev instead of plain
- (Eugene Shatokhin: 3de69dc) ioctls.

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 2.8.3-4
- (83e2855) MassBuild#656: Increase release tag

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 2.8.3-3
- (88cdb0e) MassBuild#440: Increase release tag

* Thu May 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2.8.3-2
- (8affe68) Disabled immediate symbol resolution for ld (it might have broken Xorg)

* Tue May 06 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2.8.3-1
- (e739a66) Updated to version 2.8.3
- (e739a66) From the release announcement:
- (e739a66) evdev 2.8.3 is now available. Only two changes, the REL_DIAL fix
- (e739a66) restores proper horizontal scrolling behaviour to a set of Microsoft
- (e739a66) mice.
- (e739a66) Peter Hutterer (3):
- (e739a66) Fix wheel emulation for absolute device (#68415)
- (e739a66) Map REL_DIAL to horizontal scrolling (#73105)
- (e739a66) evdev 2.8.3

* Tue Nov 05 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.8.2-4
- (502d137) LOG Obsolete x11-driver-input-evtouch

* Thu Oct 31 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.8.2-3
- (33a1409) LOG Add pkgconfig(mtdev) to BuildRequires, spec cleanup
- (Alex Burmashev: 5a6eb97) evdev lib and devel look to be not necessary

* Tue Oct 15 2013 akdengi <kazancas@mandriva.ru> 2.8.2-2
- (40524d2) fix providing with different arch
- (akdengi: 9e8ec10) require libevdev1
- (akdengi: 91d602b) add BR and R from libevdev

* Mon Oct 14 2013 akdengi <kazancas@mandriva.ru> 2.8.2-1
- (0225fae) Fix update to 2.8.2

* Thu Aug 29 2013 akdengi <kazancas@mandriva.ru> 2.8.1-1
- (2695af0) fix spec
- (akdengi: dd263d9) update to 2.8.1

* Wed Nov 14 2012 Alexander Kazancev <kazancas@gmail.com> 2.7.3-3
- (8c78ffc) Updated x11-driver-input-evdev.spec

* Wed Oct 31 2012 akdengi <kazancas@mandriva.ru> 2.7.3-2
- (6eb9a88) Add trackpoint rules. Add pkgconfig(dri) to BR. Rebuild witn x-server 13

* Thu Aug 16 2012 Alexander Khryukin <alexander@mezon.ru> 2.7.3-1
- (ac47218) version update 2.7.3

* Wed Jul 25 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.7.1-1
- (3804d32) Automatic import for version 2.7.1
- (Alexander Khryukin: 0b1c73b) synced with cooker

* Sun Apr 29 2012 Andrew Lukoshko <andrew.lukoshko@rosalab.ru> 2.6.0-5
- (64965ef) TrackPoint scrolling support
- (Andrew Lukoshko: 9113587) TrackPoint scrolling support

* Wed Mar 21 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.7.0-1
- (978133e) Automatic import for version 2.7.0

* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.6.0-5
- (e38e6da) Automatic import for version 2.6.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26251 |14mu|x11-driver-input-evtouch-0.8.8-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Name:       x11-driver-input-evtouch
Version:    0.8.8
Release:    14
Summary:    Linux-Touchscreen Driver for X
Group:      System/X11
License:    MIT
URL:        http://www.conan.de/touchscreen/evtouch.html
Source0:     http://www.conan.de/touchscreen/xf86-input-evtouch-%{version}.tar.bz2
# Debian patches
Patch0:     01_fix_warnings.patch
Patch1:     02_calibration_1.6.patch
Patch2:     03_server-1.6-ftbfs.diff
Patch3:     04_server-1.7-ftbfs.diff
# Patches to fix build with x11 >= 1.10
Patch4:     evtouch-replace-LocalDevicePtr-with-InputInfoPtr.patch
Patch5:     evtouch-remove-libc-wrapper-usage-for-xcalloc-xalloc-xfree.patch
Patch6:     evtouch-use-a-local-variable-for-history_size.patch
Patch7:     evtouch-purge-unused-close_proc.patch
Patch8:     evtouch-add-mode-field-to-InitValuatorAxisStruct.patch
Patch9:     evtouch-adjust-to-new-PreInit.patch
BuildRequires:  x11-proto-devel
BuildRequires:  x11-server-devel

Requires: x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Evtouch is a Touchscreen-Driver for X.

%prep
%setup -q -n xf86-input-evtouch-%{version}
%apply_patches

%build
export CURSORDIR=%{_datadir}/xf86-input-evtouch
%configure2_5x --enable-evcalibrate
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files
%doc README README.calibration
%{_libdir}/xorg/modules/input/evtouch_drv.so
%{_libdir}/xf86-input-evtouch
%{_datadir}/xf86-input-evtouch



%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.8.8-14
- (5bdd6dc) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26252 |14mu|x11-driver-input-fpit-1.4.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for Fujitsu Stylistic Tablet PCs
Name:		x11-driver-input-fpit
Version:	1.4.0
Release:	14
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-fpit-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
X.org input driver for Fujitsu Stylistic Tablet PCs. This driver
supports the touchscreen of the Stylistic LT and (with special
options) of the Stylistic 500, 1000 and 2300.

%files
%doc COPYING
%{_datadir}/X11/xorg.conf.d/*conf
%{_libdir}/xorg/modules/input/fpit_drv.so
%{_mandir}/man4/fpit.*

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-input-fpit-%{version}

%build
autoreconf -v --install || exit 1
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.4.0-14
- (34e719c) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26253 |14mu|x11-driver-input-hyperpen-1.4.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for HyperPen devices
Name:		x11-driver-input-hyperpen
Version:	1.4.1
Release:	12
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-hyperpen-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Hyperpen is an X.org input driver for HyperPen devices.

%files
%doc COPYING
%{_libdir}/xorg/modules/input/hyperpen_drv.so

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-input-hyperpen-%{version}

%build
autoreconf -v --install || exit 1
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.4.1-12
- (55c416d) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26254 |14mu|x11-driver-input-joystick-1.6.2-11
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for joysticks
Name:		x11-driver-input-joystick
Version:	1.6.2
Release:	11
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-joystick-%{version}.tar.bz2
Patch0:		xf86-input-joystick-1.6.2-link-against-xi.patch
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Joystick is an X.org input driver for joysticks.

%files
%{_libdir}/xorg/modules/input/joystick_drv.so
%{_mandir}/man4/*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-input-joystick-%{version}
%apply_patches

%build
autoreconf -fiv
%configure2_5x
%make

%install
%makeinstall_std

#(eandry) remove devel file, create a devel package if needed
rm -rf %{buildroot}%{_includedir}/xorg/*.h
rm -rf %{buildroot}%{_libdir}/pkgconfig/*.pc
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.6.2-11
- (4e7eddb) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26255 |14mu|x11-driver-input-keyboard-1.8.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	Xorg input driver for keyboards
Name:		x11-driver-input-keyboard
Version:	1.8.1
Release:	8
Group:		System/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-keyboard-%{version}.tar.bz2
Patch0:		xf86-input-keyboard-1.6.2-link-against-xi.patch
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)
Requires:	udev

%description
This package provide Xorg input driver for keyboards.  The "keyboard" driver is
the standard OS-provided keyboard interface.  It is is built-in to the core X
server, and multiple instances are not supported. A loadable driver, kbd, is
available, and is planned to replace the keyboard driver in a future release of
the Xorg server.

%files
%{_libdir}/xorg/modules/input/kbd_drv.so
%{_mandir}/man4/kbd.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-input-keyboard-%{version}
%apply_patches

%build
autoreconf -fiv
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.8.1-8
- (95d3877) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26256 |14mu|x11-driver-input-libinput-0.23.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	Xorg X11 libinput input driver
Name:		x11-driver-input-libinput
Version:	0.23.0
Release:	1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	ftp://ftp.x.org/pub/individual/driver/xf86-input-libinput-%{version}.tar.bz2

BuildRequires:	x11-util-macros
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(libevdev)
BuildRequires:	pkgconfig(libinput) >= 1.5
BuildRequires:	pkgconfig(udev)

Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)
Requires:	x11-data-xkbdata

%description
A generic input driver for the X.Org X11 X server based on libinput,
supporting all devices.


%files
%doc COPYING
%{_libdir}/xorg/modules/input/libinput_drv.so
%{_mandir}/man4/libinput.4*
%{_datadir}/X11/xorg.conf.d/40-libinput.conf

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/X11

%description devel
Development files for %{name}.

%files devel
%{_includedir}/xorg/libinput-properties.h
%{_libdir}/pkgconfig/xorg-libinput.pc

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-input-libinput-%{version}
%apply_patches

%build
autoreconf --force -v --install
%configure2_5x
%make

%install
%makeinstall_std

%changelog

* Mon Dec 12 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 0.23.0-1
- (b13904a) Updated to version 0.23.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26257 |14mu|x11-driver-input-mouse-1.9.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	Xorg input driver for mice
Name:		x11-driver-input-mouse
Version:	1.9.1
Release:	3
Group:		System/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-%{version}.tar.bz2
Patch0:		xf86-input-mouse-1.8.1-link-against-xi.patch
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
This package provide Xorg input driver for mice.

%files
%{_libdir}/xorg/modules/input/mouse_drv.so
%{_mandir}/man4/mousedrv.*

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Xorg mouse driver
Requires:	%{name} = %{EVRD}

%description devel
This package provides development files for Xord input driver for mice.

%files devel
%{_includedir}/xorg/xf86-mouse-properties.h
%{_libdir}/pkgconfig/xorg-mouse.pc

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-input-mouse-%{version}
%patch0 -p1

%build
autoreconf -fiv
%configure2_5x

%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.9.1-3
- (ba823a5) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26258 |14mu|x11-driver-input-mutouch-1.3.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for MicroTouch devices
Name:		x11-driver-input-mutouch
Version:	1.3.0
Release:	10
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mutouch-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Mutouch is an X.org input driver for MicroTouch devices.

%files
%doc COPYING
%{_libdir}/xorg/modules/input/mutouch_drv.so
%{_mandir}/man4/mutouch.*

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-input-mutouch-%{version}

%build
autoreconf -v --install || exit 1
%configure2_5x
%make

%install
%makeinstall_std



%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.3.0-10
- (bbe4845) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26259 |14mu|x11-driver-input-penmount-1.5.0-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for PenMount devices
Name:		x11-driver-input-penmount
Version:	1.5.0
Release:	10
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-penmount-%{version}.tar.bz2
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Penmount is an X.org input driver for PenMount devices.

%files
%doc COPYING
%{_libdir}/xorg/modules/input/penmount_drv.so
%{_mandir}/man4/penmount.*

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-input-penmount-%{version}

%build
autoreconf -v --install || exit 1
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.5.0-10
- (0aabac0) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26260 |14mu|x11-driver-input-synaptics-1.9.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#%define gitrev 4863221
#%define gitdate 20160817
# Git repo: http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/

# How to prepare the source archive from the git tree:
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix xf86-input-synaptics-${date}-git${hash}/ ${hash} \
#       | xz -7e > xf86-input-synaptics-${date}-git${hash}.tar.xz

# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define udevrulesdir /lib/udev/rules.d

Summary:	X.org input driver for Synaptics touchpad devices
Name:		x11-driver-input-synaptics
Version:	1.9.0
Release:	2
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-synaptics-%{version}.tar.bz2
#Source0:	xf86-input-synaptics-%{gitdate}-git%{gitrev}.tar.xz
Source3:	50-synaptics.conf
Source4:	70-touchpad-quirks.rules

Patch0:		synaptics-always-enable-tapping.patch

BuildRequires:	x11-util-macros
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(libevdev)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)
%rename synaptics

%description
Synaptics touchpad devices are extremely popular on laptops and this driver
is an MIT licensed alternative to the older GPL synaptics driver which is
no longer actively maintained.

%files
%doc COPYING README
%{_bindir}/synclient
%{_bindir}/syndaemon
%{_libdir}/xorg/modules/input/synaptics_drv.so
%{_mandir}/man1/synclient.*
%{_mandir}/man1/syndaemon.*
%{_mandir}/man4/synaptics.*
%{_datadir}/X11/xorg.conf.d/50-synaptics.conf
%{udevrulesdir}/70-touchpad-quirks.rules

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for programing with the xorg synaptics driver
Group:		Development/C

%description devel
Development files for programing with the xorg synaptics driver.

%files devel
%{_includedir}/xorg/synaptics-properties.h
%{_libdir}/pkgconfig/xorg-synaptics.pc

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-input-synaptics-%{version}
%apply_patches

%build
autoreconf -v --install --force
%configure2_5x --with-udev-rules-dir=%{udevrulesdir}
%make

%install
%makeinstall_std

# Remove the template of the .conf file for now, we provide a custom one.
rm -f %{buildroot}/%{_datadir}/X11/xorg.conf.d/70-synaptics.conf

install -d %{buildroot}/lib/udev/rules.d/
install -m 0644 %{SOURCE4} %{buildroot}/lib/udev/rules.d/70-touchpad-quirks.rules

install -d %{buildroot}/%{_datadir}/X11/xorg.conf.d
install -m 0644 %{SOURCE3} %{buildroot}/%{_datadir}/X11/xorg.conf.d/50-synaptics.conf

%changelog

* Sat Nov 26 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.9.0-2
- (f352442) Always enable tapping, so that it can be used at the login screen too



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26261 |14mu|x11-driver-input-vmmouse-13.1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	Xorg input driver for mice in VMware
Name:		x11-driver-input-vmmouse
Version:	13.1.0
Release:	1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-vmmouse-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(udev)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)
ExclusiveArch:	%{ix86} x86_64

%description
The VMMouse driver enables support for the special VMMouse protocol
that is provided by VMware virtual machines to give absolute pointer
positioning.

Installing the driver will improve the user experience when using the
mouse to interact with the guest operating system. In particular, use of
the driver improves mouse "lag", provides mouse speed and acceleration
consistent with the user's host operating system, and enables the
auto-grab/ungrab feature in VMware products without requiring the VMware
toolbox application.

%files
%{_datadir}/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi
%{_libdir}/hal/hal-probe-vmmouse
%{_libdir}/xorg/modules/input/vmmouse_drv.so
%{_bindir}/vmmouse_detect
%{_mandir}/man1/vmmouse_detect.*
%{_mandir}/man4/vmmouse.*
/lib/udev/rules.d/69-xorg-vmmouse.rules
%{_datadir}/X11/xorg.conf.d/50-vmmouse.conf

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-input-vmmouse-%{version}

%build
autoreconf -fvi
%configure2_5x \
	--disable-static \
	--disable-silent-rules \
	--with-xorg-conf-dir=%{_datadir}/X11/xorg.conf.d \
	--with-udev-rules-dir=/lib/udev/rules.d
%make

%install
%makeinstall_std


%changelog

* Wed Mar 23 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 13.1.0-1
- (c5abf0d) Configure the build correctly (set appropriate paths, etc.)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26262 |14mu|x11-driver-input-void-1.4.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org null input driver
Name:		x11-driver-input-void
Version:	1.4.1
Release:	3
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-void-%{version}.tar.bz2
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)

%description
Void is a dummy/null X.org input driver. It doesn't connect to any physical
device, and it never delivers any events. It functions as both a pointer
and keyboard device, and may be used as X server's core pointer and/or core
keyboard. It's purpose is to allow the X server to operate without a core
pointer and/or core keyboard.

%files
%doc COPYING
%{_libdir}/xorg/modules/input/void_drv.so
%{_mandir}/man4/void.*

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-input-void-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std



%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.4.1-3
- (4f1d267) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26263 |14mu|x11-driver-input-wacom-0.34.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org input driver for Wacom tablets
Name:		x11-driver-input-wacom
Version:	0.34.0
Release:	1
Group:		System/X11
License:	GPLv2+
Url:		http://www.x.org/
Source0:	http://freefr.dl.sourceforge.net/project/linuxwacom/xf86-input-wacom/xf86-input-wacom-%{version}.tar.bz2
Patch0:		xf86-input-wacom-0.19.0-fix-linking.patch
# Always restart wacom unit. It fixes gdm stuck on some touchscreens
Patch1:		xf86-input-wacom-0.28.0-always-restart.patch
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xrandr)
Requires:	x11-server-common %(xserver-sdk-abi-requires xinput)
Provides:	linuxwacom = %{version}-%{release}

%description
X.Org X11 wacom input driver for Wacom tablets.

%files
%{_bindir}/xsetwacom
%{_bindir}/isdv4-serial-debugger
%{_bindir}/isdv4-serial-inputattach
%{_libdir}/xorg/modules/input/wacom_drv.so
%{_mandir}/man4/wacom.4*
%{_mandir}/man1/xsetwacom.1*
%{_datadir}/X11/xorg.conf.d/70-wacom.conf
/lib/udev/rules.d/69-input-wacom.rules
%{_unitdir}/wacom-inputattach@.service
#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/X11
License:	MIT

%description devel
Development files for %{name}.

%files devel
%{_includedir}/xorg/*
%{_libdir}/pkgconfig/xorg-wacom.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-input-wacom-%{version}
%apply_patches

%build
mkdir -p m4
autoreconf -fiv

%configure2_5x \
	--disable-static \
	--with-systemd-unit-dir=%{_unitdir} \
	--with-udev-rules-dir=/lib/udev/rules.d/
%make

%install
%makeinstall_std
mv %{buildroot}/lib/udev/rules.d/wacom.rules %{buildroot}/lib/udev/rules.d/69-input-wacom.rules

%changelog

* Mon Dec 12 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 0.34.0-1
- (cda6dfe) Updated to version 0.34.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26264 |14mu|x11-driver-video-2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	X11 video drivers
Name:		x11-driver-video
Version:	2.0
Release:	3
License:	MIT
Group:		System/X11

Requires:	x11-driver-video-amdgpu
Requires:	x11-driver-video-ati
Requires:	x11-driver-video-intel
Requires:	x11-driver-video-nouveau
Requires:	x11-driver-video-openchrome
Requires:	x11-driver-video-qxl
Requires:	x11-driver-video-vesa
Requires:	x11-driver-video-vmware

# useful for qemu
Requires:	x11-driver-video-cirrus


%description
X11 video drivers metapackage. This package contains no files, but
depends on the most common free X.org video drivers.

%files

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26265 |14mu|x11-driver-video-amdgpu-1.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Git repo: https://cgit.freedesktop.org/xorg/driver/xf86-video-amdgpu/

# How to prepare the source archive from the git tree:
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix xf86-video-amdgpu-${date}-git${hash}/ ${hash} \
#	| xz -7e > xf86-video-amdgpu-${date}-git${hash}.tar.xz

# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for AMD graphics 
Name:		x11-driver-video-amdgpu
Version:	1.2.0
Release:	1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-amdgpu-%{version}.tar.bz2

BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm) >= 2.4.63
BuildRequires:	pkgconfig(libdrm_amdgpu)
BuildRequires:	pkgconfig(gbm)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(pciaccess)

Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)
Suggests:	linux-firmware

%description
%{name} is the X.org driver for AMD graphics.

%files
%doc COPYING README
%{_libdir}/xorg/modules/drivers/amdgpu_drv.so
%{_mandir}/man4/amdgpu.*
%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-amdgpu-%{version}

%build
autoreconf -ifv
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%changelog

* Thu Nov 17 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.2.0-1
- (11e2fb0) Updated to version 1.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26266 |14mu|x11-driver-video-ati-7.8.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define gitrev 3fc839f
#define gitdate 20160921
# Git repo: http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/

# How to prepare the source archive from the git tree:
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix xf86-video-ati-${date}-git${hash}/ ${hash} \
#       | xz -7e > xf86-video-ati-${date}-git${hash}.tar.xz

# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for AMD/ATI graphics 
Name:		x11-driver-video-ati
Epoch:		2
Version:	7.8.0
Release:	1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-%{version}.tar.bz2
#Source0:	xf86-video-ati-%{gitdate}-git%{gitrev}.tar.xz

BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm) >= 2.4.58
BuildRequires:	pkgconfig(libdrm_radeon) >= 2.4.58
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	glamor-devel >= 0.6.0

Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)
Suggests:	linux-firmware

%description
x11-driver-video-ati is the X.org driver for AMD/ATI graphics.

%files
%{_libdir}/xorg/modules/drivers/radeon_drv.so
%{_libdir}/xorg/modules/drivers/ati_drv.so
%{_mandir}/man4/ati.*
%{_mandir}/man4/radeon.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-ati-%{version}

%build
autoreconf -ifs
%configure2_5x --enable-glamor --disable-static
%make

%install
%makeinstall_std

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26267 |14mu|x11-driver-video-cirrus-1.5.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for Cirrus Logic
Name:		x11-driver-video-cirrus
Version:	1.5.3
Release:	6
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-cirrus-%{version}.tar.bz2

# Upstream patches
Patch0:		0001-Disable-acceleration-under-qemu.patch
Patch1:		0002-Use-16bpp-when-running-in-virt-and-on-XenSource-gfx.patch
Patch2:		0003-Remove-almost-no-op-setup-functions.patch
Patch3:		0004-Don-t-build-split-alpine-and-laguna-support.patch

BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-cirrus is the X.org driver for Cirrus Logic.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/cirrus_drv.so
%{_mandir}/man4/cirrus.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-cirrus-%{version}
%apply_patches
autoreconf -fiv

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5.3-6
- (82aac8c) MassBuild#1169: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26268 |14mu|x11-driver-video-dummy-0.3.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	The X.org dummy video driver
Name:		x11-driver-video-dummy
Version:	0.3.7
Release:	9
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-dummy-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
This is a dummy video driver for X.org.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/dummy_drv.so

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-dummy-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.3.7-9
- (3b7e9e0) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26269 |14mu|x11-driver-video-fbdev-0.4.4-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for Linux FBDev
Name:		x11-driver-video-fbdev
Version:	0.4.4
Release:	13
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-fbdev-%{version}.tar.bz2

# Upstream patches
Patch0:		0001-Default-to-32bpp-if-the-console-is-8bpp-and-we-weren.patch
Patch1:		0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch
Patch2:		0003-Pass-the-pci-device-if-any-through-to-fbdevhw-in-pro.patch
Patch3:		0004-Initialize-pci_dev.patch

BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-fbdev is the X.org driver for Linux FBDev.

%files
%{_libdir}/xorg/modules/drivers/fbdev_drv.so
%{_mandir}/man4/fbdev.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-fbdev-%{version}
%apply_patches

%build
autoreconf -vif
%configure2_5x	--enable-pciaccess
%make

%install
%makeinstall_std



%changelog

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.4.4-13
- (f26dc5a) MassBuild#1169: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26270 |14mu|x11-driver-video-intel-2.99.917-1.20160923.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrev 8f33f80
%define gitdate 20160923
# Git repo: http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/

# How to prepare the source archive from the git tree:
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix xf86-video-intel-${date}-git${hash}/ ${hash} \
#       | xz -7e > xf86-video-intel-${date}-git${hash}.tar.xz

# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# X.org drivers use symbols from the X server
%global _disable_ld_no_undefined 1

# (anssi) The unversioned symlink of XvMC library must be present in
# %{_libdir} during normal use, as libXvMC uses that name for dlopening.
# Our devel requires finder catches that, hence this exception:
%define __noautoreq 'devel\\(.*'
%define __noautoprov 'devel\\(.*'

%define major 1
%define libxvmc %mklibname IntelXvMC %{major}
%define libxvmc810 %mklibname I810XvMC %{major}

Summary:	X.org driver for Intel graphics controllers
Name:		x11-driver-video-intel
Version:	2.99.917
Release:	1.%{gitdate}.2
Epoch:		1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
#Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-_{version}.tar.bz2
Source0:	xf86-video-intel-%{gitdate}-git%{gitrev}.tar.xz
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(udev) >= 186
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(xvmc)
BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	pkgconfig(xfont)
BuildRequires:	glamor-devel >= 0.6.0
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)
Requires:	udev
Requires:	%{libxvmc} = %{EVRD}
Requires:	%{libxvmc810} = %{EVRD}

%description
x11-driver-video-intel is the X.org driver for Intel video chipsets.

%files
# the driver
%{_libdir}/xorg/modules/drivers/intel_drv.so
%{_libdir}/libIntelXvMC.so
%{_libdir}/libI810XvMC.so
%{_mandir}/man4/intel.4.*
# intel-backlight-helper
%{_libdir}/xf86-video-intel-backlight-helper
%{_datadir}/polkit-1/actions/org.x.xf86-video-intel.backlight-helper.policy

#----------------------------------------------------------------------------

%package -n %{libxvmc}
Summary:	X Library
Group:		System/Libraries
Conflicts:	%{name} < 2.99.905-2

%description -n %{libxvmc}
This package contains a shared library for %{name}.

%files  -n %{libxvmc}
%{_libdir}/libIntelXvMC.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libxvmc810}
Summary:	X Library
Group:		System/Libraries
Conflicts:	%{name} < 2.99.905-2

%description -n %{libxvmc810}
This package contains a shared library for %{name}.

%files  -n %{libxvmc810}
%{_libdir}/libI810XvMC.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-intel-%{gitdate}-git%{gitrev}
%apply_patches

%build
autoreconf -vfi
%configure2_5x

%make

%install
%makeinstall_std

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26271 |14mu|x11-driver-video-intel-config-modesetting-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	X11 configuration for Intel graphics - enable modesetting driver
Name:		x11-driver-video-intel-config-modesetting
Version:	1.0
Release:	2
License:	GPLv2+
Group:		System/X11
Url:		https://abf.io/import/x11-driver-video-intel-config-modesetting
Source0:	51-intel.conf
Requires:	x11-server-common
Conflicts:	x11-driver-video-intel-config-uxa
BuildArch:	noarch

%description
The package provides a configuration file for X11 that enables 
the "modesetting" driver for Intel graphics.The configuration will 
be applied when the X11 server starts the next time.

%files
%config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/51-intel.conf

#----------------------------------------------------------------------------

%prep
# Nothing to do

%build
# Nothing to do

%install
install -d %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/


%changelog

* Wed Jun 14 2017 keleg <vladimir.potapov@rosalab.ru> 1.0-2
- (3a739c6) Merge pull request #2 from import/x11-driver-video-intel-config-modesetting:rosa2016.1
- (3a739c6) Fixed a misprint in 51-intel.conf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26272 |14mu|x11-driver-video-intel-config-uxa-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	X11 configuration for Intel graphics - enable UXA acceleration
Name:		x11-driver-video-intel-config-uxa
Version:	1.0
Release:	1
License:	GPL
Url:		https://abf.io/import/x11-driver-video-intel-config-uxa
Group:		System/X11
Source0:	50-intel.conf

BuildArch:	noarch

Requires:	x11-driver-video-intel


%description
The package provides a configuration file for X11 that enables the older and
slower (but sometimes more reliable) "UXA" acceleration for Intel graphics.
The configuration will be applied when the X11 server starts the next time.


%prep
# Nothing to do

%build
# Nothing to do

%install
install -d %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/

%files
%config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/50-intel.conf

%changelog

* Thu Jul 14 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0-1
- (b14d6fb) Added the files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26273 |14mu|x11-driver-video-mga-1.6.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for Matrox Cards
Name:		x11-driver-video-mga
Version:	1.6.4
Release:	3
Epoch:		2
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mga-%{version}.tar.bz2
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-mga is the X.org driver for Matrox Cards.

%files
%{_libdir}/xorg/modules/drivers/mga_drv.so
%{_mandir}/man4/mga.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-mga-%{version}

%build
autoreconf -fis
%configure2_5x
%make

%install
%makeinstall_std



%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2:1.6.4-3
- (c768f59) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26274 |14mu|x11-driver-video-nouveau-1.0.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define gitrev 1da8a93
#define gitdate 20160602
# Git repo: http://cgit.freedesktop.org/nouveau/xf86-video-nouveau/

# How to prepare the source archive from the git tree:
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix xf86-video-nouveau-${date}-git${hash}/ ${hash} \
#       | xz -7e > xf86-video-nouveau-${date}-git${hash}.tar.xz

# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	Accelerated open source driver for NVIDIA cards
Name:		x11-driver-video-nouveau
Version:	1.0.14
Release:	1
License:	MIT
Group:		System/X11
Url:		http://nouveau.freedesktop.org/
Source0:	http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-%{version}.tar.bz2
#Source0:	xf86-video-nouveau-_{gitdate}-git_{gitrev}.tar.xz

BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm) >= 2.4.60
BuildRequires:	pkgconfig(udev) >= 186
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	libdrm-common
Requires:	kmod(nouveau)
Requires:	udev
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
The nouveau project aims to build high-quality, open source drivers
for NVIDIA cards.

%files
%{_libdir}/xorg/modules/drivers/nouveau_drv.so
%{_mandir}/man4/nouveau*

#----------------------------------------------------------------------------

%prep
%setup -q -n xf86-video-nouveau-%{version}


%build
autoreconf -vfi
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog

* Mon Mar 13 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.14-1
- (daf8c0b) Updated to version 1.0.14
- (daf8c0b) This version:
- (daf8c0b) * fixes some problems that show up with kernel 4.10+ (black
- (daf8c0b) screen after inactivity in GNOME, etc.),
- (daf8c0b) * adds support for GM10x and GM20x GPUs
- (daf8c0b) * ...and has a few other improvements.

* Sat Feb 04 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.13-4
- (7f1b8b0) MassBuild#1230: Increase release tag

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.13-3
- (863777f) MassBuild#1169: Increase release tag

* Thu Oct 06 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.13-2
- (212d838) Release up for a rebuild with the new X11 server

* Sun Oct 02 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.13-1
- (f392ea0) Updated to version 1.0.13

* Thu Jun 16 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.12-1.20160602
- (d4ce8b6) Updated to git revision 1da8a93 (2016-06-02)

* Thu Dec 10 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.11-2.20151117.2
- (c17829e) Release up for a rebuild with X.org 1.17

* Sun Dec 06 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.11-2.20151117.1
- (ef69a2d) Updated to rev 6e6d8ac from the upstream git (v1.0.11, 2015-11-17)

* Fri Oct 23 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.11-2.20150913.1
- (3284ef8) Updated to rev 1ff13a9 from the upstream git (v1.0.11, 2015-09-13)

* Fri Mar 06 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.11-1
- (fbd4e8a) Updated to version 1.0.11
- (fbd4e8a) Most significant changes:
- (fbd4e8a) - Support for server managed fd's.
- (fbd4e8a) - Maxwell GPUs support.
- (fbd4e8a) - vsync'ed kms pageflip performance fixes when running on Linux 3.13+
- (fbd4e8a) - Multi-display vsync, vblank, swap scheduling, timestamping fixes.
- (fbd4e8a) - Multi x-screen support fixes.
- (fbd4e8a) - ZaphodHead support on for multiple outputs per x-screen.
- (fbd4e8a) - EXA nv-10 fixes.
- (fbd4e8a) - Enable sync of swaps to vblank by default (Option GLXVblank "on").
- (fbd4e8a) - Disable pseudo-triplebuffering by default (Option SwapLimit "1").

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1.0.10-5
- (bcb7e47) MassBuild#656: Increase release tag

* Sat Feb 14 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.10-4
- (6539c38) Bump release

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.10-3
- (c6793ba) MassBuild#440: Increase release tag

* Thu May 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.10-2
- (3b00608) Disabled immediate symbol resolution for ld (it might have broken Xorg)

* Wed May 07 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.10-1
- (017e00a) Updated to version 1.0.10
- (017e00a) Also, removed the patches which are now in the upstream.

* Sat Nov 02 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.9-2
- (dcf3c2c) LOG Spec cleanup

* Fri Nov 01 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 1.0.9-1
- (be82081) sync to cooker
- (akdengi: 2fc276d) disable patch0
- (akdengi: 2e2bd65) New version 1.0.9

* Mon Jun 17 2013 akdengi <kazancas@mandriva.ru> 1.0.8-1
- (6b7e3dc) New version 1.0.8

* Fri Jan 11 2013 akdengi <kazancas@mandriva.ru> 1.0.6-1
- (6eb5bae) update to 1.0.6

* Mon Nov 12 2012 akdengi <kazancas@mandriva.ru> 1.0.4-1
- (c61f468) LOG 1.0.4. Fix URL path
- (akdengi: bcf40ab) LOG 1.0.4. Fix URL path

* Wed Oct 31 2012 akdengi <kazancas@mandriva.ru> 1.0.3-1
- (4205581) LOF -new version 1.0.3

* Wed Oct 31 2012 Alexander Kazancev <kazancas@gmail.com> 1.0.2-2
- (5759f7c) LOG - Rebuild for xorg-server 1.13

* Mon Sep 17 2012 Alexander Khryukin <alexander@mezon.ru> 1.0.2-1
- (0dfab56) disable_libdrm_version_check.patch
- (Alexander Khryukin: 0c3604b) disable_libdrm_version_check.patch
- (Alexander Khryukin: f96249a) autoreconf -v --install
- (Alexander Khryukin: 7e9c287) --disable-dependency-tracking
- (Alexander Khryukin: 05629fe) version update 1.0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26275 |14mu|x11-driver-video-openchrome-0.5.160-0.20160927.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrev 8f01595
%define gitdate 20160927
# Git repo: https://cgit.freedesktop.org/openchrome/xf86-video-openchrome/

# How to prepare the source archive from the git tree:
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix xf86-video-openchrome-${date}-git${hash}/ ${hash} \
#       | xz -7e > xf86-video-openchrome-${date}-git${hash}.tar.xz

# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# keeping it here just in case someone wants to use the SVN version
# svn co http://svn.openchrome.org/svn/trunk openchrome

# (anssi) The unversioned symlink of XvMC library must be present in
# %{_libdir} during normal use, as libXvMC uses that name for dlopening.
# Our devel requires finder catches that, hence this exception:
%define __noautoreq 'devel\\(.*'
%define __noautoprov 'devel\\(.*'

%define major 1
%define libxvmc %mklibname chromeXvMC %{major}
%define libpro %mklibname chromeXvMCPro %{major}

Summary:	X.org driver for Unichrome cards from the OpenChrome project
Name:		x11-driver-video-openchrome
Version:	0.5.160
Release:	0.%{gitdate}.2
Group:		System/X11
License:	MIT
Url:		http://www.openchrome.org
#Source0:	http://xorg.freedesktop.org/archive/individual/driver/xf86-video-openchrome-%{version}.tar.bz2
Source0:	xf86-video-openchrome-%{gitdate}-git%{gitrev}.tar.xz

BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xvmc)
BuildRequires:	pkgconfig(udev)
Requires:	%{libxvmc} = %{EVRD}
Requires:	%{libpro} = %{EVRD}
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)
Requires:	udev

%description
A free and Open Source video driver for the VIA/S3G UniChrome and UniChrome Pro
graphics chipsets (CLE266, KN400, KM400, K8M800, PM800, CN400, VN800).

%files
%{_libdir}/xorg/modules/drivers/openchrome_drv.so
# These are not devel symlinks
%{_libdir}/libchromeXvMC.so
%{_libdir}/libchromeXvMCPro.so
%{_mandir}/man4/openchrome.*
%{_sbindir}/via_regs_dump

#----------------------------------------------------------------------------

%package -n %{libxvmc}
Summary:	X Library
Group:		System/Libraries
Conflicts:	%{name} < 0.3.1-3

%description -n %{libxvmc}
This package contains a shared library for %{name}.

%files  -n %{libxvmc}
%{_libdir}/libchromeXvMC.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libpro}
Summary:	X Library
Group:		System/Libraries
Conflicts:	%{name} < 0.3.1-3

%description -n %{libpro}
This package contains a shared library for %{name}.

%files  -n %{libpro}
%{_libdir}/libchromeXvMCPro.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-openchrome-%{gitdate}-git%{gitrev}
%apply_patches


%build
autoreconf -fiv
%configure2_5x \
	--disable-static \
	--enable-viaregtool \
	--enable-dri
%make

%install
%makeinstall_std


%changelog

* Thu Oct 06 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 0.5.160-0.20160927.2
- (3217939) Release up for a rebuild with the new X11 server



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26276 |14mu|x11-driver-video-qxl-0.1.4-7.20161004.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitrev 9739b6a
%define gitdate 20161004
# Git repo: http://cgit.freedesktop.org/xorg/driver/xf86-video-qxl/

# How to prepare the source archive from the git tree:
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix xf86-video-qxl-${date}-git${hash}/ ${hash} \
#       | xz -7e > xf86-video-qxl-${date}-git${hash}.tar.xz

# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1
%define _disable_ld_no_undefined 1

Summary:	X.org driver for the QXL virtual GPUs
Name:		x11-driver-video-qxl
Version:	0.1.4
Release:	7.%{gitdate}.2
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
#Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-qxl-%{version}.tar.bz2
Source0:	xf86-video-qxl-%{gitdate}-git%{gitrev}.tar.xz
BuildRequires:	pkgconfig(fontsproto)
BuildRequires:	pkgconfig(pciaccess) >= 0.10
BuildRequires:	pkgconfig(randrproto)
BuildRequires:	pkgconfig(renderproto)
BuildRequires:	pkgconfig(spice-protocol) >= 0.12.0
BuildRequires:	pkgconfig(videoproto)
BuildRequires:	pkgconfig(xf86dgaproto)
BuildRequires:	pkgconfig(xorg-macros) >= 1.4
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xfont)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(udev)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

# From Fedora
Patch1: qxl-kms-disable-composite.patch
Patch2: no-surfaces-kms.patch
Patch3: 0001-worst-hack-of-all-time-to-qxl-driver.patch
Patch4: 0001-Adjust-xspice_wakeup_handler-prototype-for-building-.patch

%description
The QXL virtual GPU is found in the RedHat Enterprise
Virtualisation system, and also in the spice project.

%files
%doc COPYING NEWS README
%{_libdir}/xorg/modules/drivers/qxl_drv.so

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-qxl-%{gitdate}-git%{gitrev}
%apply_patches

%build
autoreconf -fvi
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Thu Oct 06 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 0.1.4-7.20161004.2
- (4da6362) Release up for a rebuild with the new X11 server



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26277 |14mu|x11-driver-video-s3-0.6.5-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for generic S3 Cards
Name:		x11-driver-video-s3
Version:	0.6.5
Release:	13
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3-%{version}.tar.bz2
Patch0:		remove_mibstore_h.patch
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-s3 is the X.org driver for generic S3 Cards.

%files
%{_libdir}/xorg/modules/drivers/s3_drv.so
%{_mandir}/man4/s3.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-s3-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.6.5-13
- (2cbe180) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26278 |14mu|x11-driver-video-s3virge-1.10.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for S3 Virge Cards
Name:		x11-driver-video-s3virge
Version:	1.10.7
Release:	3
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3virge-%{version}.tar.bz2
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-s3virge is the X.org driver for S3 Virge Cards.

%files
%doc COPYING
%{_libdir}/xorg/modules/drivers/s3virge_drv.so
%{_mandir}/man4/s3virge.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-s3virge-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.10.7-3
- (f58b917) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26279 |14mu|x11-driver-video-savage-2.3.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for S3 Savage Cards
Name:		x11-driver-video-savage
Version:	2.3.8
Release:	3
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-savage-%{version}.tar.bz2
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-savage is the X.org driver for S3 Savage Cards.

%files
%{_libdir}/xorg/modules/drivers/savage_drv.so
%{_mandir}/man4/savage.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-savage-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 2.3.8-3
- (4ecc210) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26280 |14mu|x11-driver-video-sis-0.10.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

Summary:	X.org driver for SiS Cards
Name:		x11-driver-video-sis
Version:	0.10.8
Release:	3
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sis-%{version}.tar.bz2
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-sis is the X.org driver for SiS Cards.

%files
%{_libdir}/xorg/modules/drivers/sis_drv.so
%{_mandir}/man4/sis.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-sis-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.10.8-3
- (3c7931c) MassBuild#890: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26281 |14mu|x11-driver-video-vesa-2.3.4-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# Need to access symbols from the X Server and other dlopen'ed modules
%define _disable_ld_no_undefined 1

Summary:	X.org driver for Generic VESA Cards
Name:		x11-driver-video-vesa
Version:	2.3.4
Release:	6
Group:		System/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-%{version}.tar.bz2

# Upstream patches
Patch0:		0001-When-debugging-print-the-VGAbase-as-well.patch
Patch1:		0002-Use-default-refresh-by-default.patch

BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	x11-util-macros
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-vesa is the X.org driver for Generic VESA Cards.

%files
%{_libdir}/xorg/modules/drivers/vesa_drv.so
%{_mandir}/man4/vesa.4*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-vesa-%{version}
%apply_patches

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.4-6
- (519f4db) MassBuild#1169: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26282 |14mu|x11-driver-video-vmware-13.2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#define gitrev d5550b7
#define gitdate 20160530
# Git repo: http://cgit.freedesktop.org/xorg/driver/xf86-video-vmware/

# How to prepare the source archive from the git tree:
# $ hash=`git log -1 --format='%h'`
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
# $ git archive --prefix xf86-video-vmware-${date}-git${hash}/ ${hash} \
#       | xz -7e > xf86-video-vmware-${date}-git${hash}.tar.xz

# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _disable_ld_no_undefined 1

Summary:	X.org driver for VMWare(tm)
Name:		x11-driver-video-vmware
Version:	13.2.1
Release:	1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vmware-%{version}.tar.bz2
#Source0:	xf86-video-vmware-%{gitdate}-git%{gitrev}.tar.xz

BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xatracker)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server) >= 1.12
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(udev)
Requires:	%{_lib}dri-drivers
Requires:	x11-server-common %(xserver-sdk-abi-requires videodrv)

%description
x11-driver-video-vmware is the X.org driver for VMWare(tm).

%files
%config(noreplace) %{_sysconfdir}/modprobe.d/vmwgfx.conf
%{_bindir}/vmwarectrl
%{_libdir}/xorg/modules/drivers/vmware_drv.so
%{_mandir}/man4/vmware.*

#----------------------------------------------------------------------------

%prep
%setup -qn xf86-video-vmware-%{version}
%apply_patches


%build
autoreconf -vfi
%configure2_5x \
	--enable-vmwarectrl-client
%make

%install
%makeinstall_std

# XXX: this should ultimately rather be handled by ie. XFdrake
install -d %{buildroot}%{_sysconfdir}/modprobe.d
tee > %{buildroot}%{_sysconfdir}/modprobe.d/vmwgfx.conf << EOF
options vmwgfx enable_fbdev=1
EOF


%changelog

* Fri Nov 18 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 13.2.1-1
- (b5ef6a9) Updated to version 13.2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26283 |14mu|x11-font-util-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with bootstrap

Summary:	Xorg X11 font utilities
Name:		x11-font-util
Version:	1.3.1
Release:	1
License:	BSD
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/font/font-util-%{version}.tar.bz2
BuildRequires:	x11-util-macros >= 1.1.5
%if !%{with bootstrap}
Requires:	bdftopcf
%endif
Requires:	fonttosfnt
Requires:	fslsfonts
Requires:	fstobdf
Requires:	mkfontdir
Requires:	mkfontscale
Requires:	showfont
Requires:	xlsfonts

%description
Xorg X11 font utilities.

%files
%dir %{_datadir}/fonts/util
%{_bindir}/bdftruncate
%{_bindir}/ucs2any
%{_datadir}/aclocal/fontutil.m4
%{_datadir}/fonts/util/*
%{_libdir}/pkgconfig/fontutil.pc
%{_mandir}/man1/bdftruncate.*
%{_mandir}/man1/ucs2any.*

#----------------------------------------------------------------------------

%prep
%setup -q -n font-util-%{version}
%apply_patches

%build
%configure2_5x \
	--x-includes=%{_includedir} \
	--x-libraries=%{_libdir} \
	--with-mapdir=%{_datadir}/fonts/util

%make

%install
%makeinstall_std


%changelog

* Mon Sep 28 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.3.1-1
- (0147365) Updated to version 1.3.1; removed the patch for aarch64



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26284 |14mu|x11-proto-devel-7.7-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define builddocs 1
#define bootstrap 0
#{?_without_bootstrap: %global bootstrap 0}
#{?_with_bootstrap: %global bootstrap 1}

%define applewm_version 1.4.2
%define bigreqs_version 1.1.2
%define composite_version 0.4.2
%define damage_version 1.2.1
%define dmx_version 2.3.1
%define dri2_version 2.8
%define dri3_version 1.0
%define evieext_version 1.1.1
%define fixes_version 5.0
%define fontcache_version 0.1.3
%define fonts_version 2.1.3
%define gl_version 1.4.17
%define input_version 2.3
%define kb_version 1.0.7
%define present_version 1.0
%define print_version 1.0.5
%define randr_version 1.5.0
%define record_version 1.14.2
%define render_version 0.11.1
%define resource_version 1.2.0
%define scrnsaver_version 1.2.2
%define trap_version 3.4.3
%define video_version 2.3.2
%define vnc_version 1.0.0
%define windowswm_version 1.0.4
%define xcmisc_version 1.2.2
%define xext_version 7.3.0
%define xf86bigfont_version 1.2.0
%define xf86dga_version 2.1
%define xf86dri_version 2.1.1
%define xf86misc_version 0.9.3
%define xf86vidmode_version 2.3.1
%define xinerama_version 1.2.1
%define xproto_version 7.0.28
%define xproxymanagement_version 1.0.3
%define xcb_version 1.11

%define oldxorgnamedevel %mklibname xorg-x11

Name:		x11-proto-devel
Summary:	Xorg X11 protocol specification headers
Version:	7.7
Release:	7
Group:		Development/X11
License:	MIT
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/proto/applewmproto-%{applewm_version}.tar.bz2
Source1:	http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-%{bigreqs_version}.tar.bz2
Source2:	http://xorg.freedesktop.org/releases/individual/proto/compositeproto-%{composite_version}.tar.bz2
Source3:	http://xorg.freedesktop.org/releases/individual/proto/damageproto-%{damage_version}.tar.bz2
Source4:	http://xorg.freedesktop.org/releases/individual/proto/dmxproto-%{dmx_version}.tar.bz2
Source5:	http://xorg.freedesktop.org/releases/individual/proto/evieext-%{evieext_version}.tar.bz2
Source6:	http://xorg.freedesktop.org/releases/individual/proto/fixesproto-%{fixes_version}.tar.bz2
Source7:	http://xorg.freedesktop.org/releases/individual/proto/fontcacheproto-%{fontcache_version}.tar.bz2
Source8:	http://xorg.freedesktop.org/releases/individual/proto/fontsproto-%{fonts_version}.tar.bz2
Source9:	http://xorg.freedesktop.org/releases/individual/proto/glproto-%{gl_version}.tar.bz2
Source10:	http://xorg.freedesktop.org/releases/individual/proto/inputproto-%{input_version}.tar.bz2
Source11:	http://xorg.freedesktop.org/releases/individual/proto/kbproto-%{kb_version}.tar.bz2
Source12:	http://xorg.freedesktop.org/releases/individual/proto/printproto-%{print_version}.tar.bz2
Source13:	http://xorg.freedesktop.org/releases/individual/proto/randrproto-%{randr_version}.tar.bz2
Source14:	http://xorg.freedesktop.org/releases/individual/proto/recordproto-%{record_version}.tar.bz2
Source15:	http://xorg.freedesktop.org/releases/individual/proto/renderproto-%{render_version}.tar.bz2
Source16:	http://xorg.freedesktop.org/releases/individual/proto/resourceproto-%{resource_version}.tar.bz2
Source17:	http://xorg.freedesktop.org/releases/individual/proto/scrnsaverproto-%{scrnsaver_version}.tar.bz2
Source18:	http://xorg.freedesktop.org/releases/individual/proto/trapproto-%{trap_version}.tar.bz2
Source19:	http://xorg.freedesktop.org/releases/individual/proto/videoproto-%{video_version}.tar.bz2
Source20:	http://xorg.freedesktop.org/releases/individual/proto/windowswmproto-%{windowswm_version}.tar.bz2
Source21:	http://xorg.freedesktop.org/releases/individual/proto/xcmiscproto-%{xcmisc_version}.tar.bz2
Source22:	http://xorg.freedesktop.org/releases/individual/proto/xextproto-%{xext_version}.tar.bz2
Source23:	http://xorg.freedesktop.org/releases/individual/proto/xf86bigfontproto-%{xf86bigfont_version}.tar.bz2
Source24:	http://xorg.freedesktop.org/releases/individual/proto/xf86dgaproto-%{xf86dga_version}.tar.bz2
Source25:	http://xorg.freedesktop.org/releases/individual/proto/xf86driproto-%{xf86dri_version}.tar.bz2
Source26:	http://xorg.freedesktop.org/releases/individual/proto/xf86miscproto-%{xf86misc_version}.tar.bz2
Source27:	http://xorg.freedesktop.org/releases/individual/proto/xf86vidmodeproto-%{xf86vidmode_version}.tar.bz2
Source28:	http://xorg.freedesktop.org/releases/individual/proto/xineramaproto-%{xinerama_version}.tar.bz2
Source29:	http://xorg.freedesktop.org/releases/individual/proto/xproto-%{xproto_version}.tar.bz2
Source30:	http://xorg.freedesktop.org/releases/individual/proto/xproxymanagementprotocol-%{xproxymanagement_version}.tar.bz2
Source31:	http://xf4vnc.sf.net/vncproto-%{vnc_version}.tar.bz2
Source32:	http://xcb.freedesktop.org/dist/xcb-proto-%{xcb_version}.tar.bz2
Source33:	http://xorg.freedesktop.org/releases/individual/proto/dri2proto-%{dri2_version}.tar.bz2
Source34:	http://xorg.freedesktop.org/releases/individual/proto/dri3proto-%{dri3_version}.tar.bz2
Source35:	http://xorg.freedesktop.org/releases/individual/proto/presentproto-%{present_version}.tar.bz2
Source36:	config.guess
Source37:	config.sub

Patch1:		presentproto-0001-Force-Window-and-Pixmap-to-be-CARD32-on-the-wire.patch

BuildRequires:	x11-util-macros >= 1.19.0
%if %{builddocs}
# For docs:
BuildRequires:	asciidoc
BuildRequires:	docbook-dtd412-xml
BuildRequires:	docbook-dtd43-xml
BuildRequires:	docbook-dtd45-xml
#BuildRequires:	fop
BuildRequires:	xmlto
BuildRequires:	x11-sgml-doctools
%endif

# (cg) As previously noted by gw, requiring libxt-devel and libxau-devel
# creates a circular dependency. This can cause problems when building e.g.
# libx11 as it requires itself. When libxcb changed and droped a provided library
# libx11 could not be rebuilt due to this problem.
#
# In order to build libx11 without the circular problem, it is necessary
# to submit a bootstrapping version of this package that contains the minimal
# (manual) pkgconfig() provides as commented below, and disable the 
# BuildRequires on libxt-devel and libxau-devel.
# After libx11 is built and available, this package should be reverted.
#if %bootstrap
#Provides: pkgconfig(xproto) pkgconfig(kbproto) pkgconfig(renderproto)
#else
#BuildRequires:	libxt-devel
#BuildRequires:	libxau-devel
#endif
BuildRequires:	python
Conflicts:	%{oldxorgnamedevel}-devel < 7.0
Conflicts:	libxext6-devel <= 1.0.99.3-1mdv2010.0

%description
X.Org X11 Protocol headers.

#-----------------------------------------------------------

%package -n x11-proto-doc
Summary:	Documentation for the X11 protocol and extensions
Group:		Development/X11
# Old proto-devel versions had some docs:
Conflicts:	x11-proto-devel <= 7.6-0.3mdv2011.0

%description -n x11-proto-doc
Documentation for the X11 protocol and extensions.

#-----------------------------------------------------------

%prep
%setup -q -c x11-proto-devel -b1 -b2 -b3 -b4 -b5 -b6 -b7 -b8 -b9 -b10 -b11 -b12 -b13 -b14 -b15 -b16 -b17 -b18 -b19 -b20 -b21 -b22 -b23 -b24 -b25 -b26 -b27 -b28 -b29 -b30 -b31 -b32 -b33 -b34 -b35

for i in $(find . -name config.sub);do cp -f %{SOURCE37} $i;done
for i in $(find . -name config.guess);do cp -f %{SOURCE36} $i;done

%build
# vncproto is from cvs
pushd vncproto-*
aclocal
automake -a -c
autoconf
popd

pushd presentproto-*
%patch1 -p1
popd

for dir in *; do
pushd $dir
%configure2_5x
%make
popd
done

%install
for dir in *; do
    if [ -d $dir ]; then
	pushd $dir
	%makeinstall_std
	popd
    fi
done

# kill Xprint manpage since it clearly doesn't belong to printproto:
rm -rf %{buildroot}%{_mandir}/man7/Xprint*

%files
%dir %{_datadir}/xcb
%{_includedir}/GL/glx*
%{_includedir}/GL/internal/*
%{_includedir}/X11/*.h
%{_includedir}/X11/dri/*
%{_includedir}/X11/extensions/*
%{_includedir}/X11/fonts/*
%{_includedir}/X11/PM/*
%{_libdir}/pkgconfig/*.pc
%{_datadir}/xcb/*
# xcbgen stuff
%{python_sitelib}/xcbgen/__init__.py
%{python_sitelib}/xcbgen/__init__.pyc
%{python_sitelib}/xcbgen/__init__.pyo
%{python_sitelib}/xcbgen/error.py
%{python_sitelib}/xcbgen/error.pyc
%{python_sitelib}/xcbgen/error.pyo
%{python_sitelib}/xcbgen/expr.py
%{python_sitelib}/xcbgen/expr.pyc
%{python_sitelib}/xcbgen/expr.pyo
%{python_sitelib}/xcbgen/matcher.py
%{python_sitelib}/xcbgen/matcher.pyc
%{python_sitelib}/xcbgen/matcher.pyo
%{python_sitelib}/xcbgen/state.py
%{python_sitelib}/xcbgen/state.pyc
%{python_sitelib}/xcbgen/state.pyo
%{python_sitelib}/xcbgen/xtypes.py
%{python_sitelib}/xcbgen/xtypes.pyc
%{python_sitelib}/xcbgen/xtypes.pyo

%files -n x11-proto-doc
%{_datadir}/doc/bigreqsproto
%{_datadir}/doc/compositeproto
%{_datadir}/doc/damageproto
%{_datadir}/doc/dri2proto
%{_datadir}/doc/dri3proto
%{_datadir}/doc/fixesproto
%{_datadir}/doc/fontsproto
%{_datadir}/doc/inputproto
%{_datadir}/doc/presentproto
%{_datadir}/doc/randrproto
%{_datadir}/doc/recordproto
%{_datadir}/doc/renderproto
%{_datadir}/doc/resourceproto
%{_datadir}/doc/scrnsaverproto
%{_datadir}/doc/videoproto
%{_datadir}/doc/xcmiscproto
%{_datadir}/doc/xextproto
%{_datadir}/doc/xproxymanagementprotocol
%{_datadir}/doc/xproto
%{_datadir}/doc/kbproto

%changelog

* Tue Sep 01 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 7.7-7
- (fe715c4) Updated the protocol files
- (fe715c4) fontsproto => 2.1.3
- (fe715c4) kbproto => 1.0.7
- (fe715c4) randrproto => 1.5.0
- (fe715c4) xproto => 7.0.28
- (fe715c4) xcbproto => 1.11



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26285 |14mu|x11-server-1.17.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# Need this for shared objects that reference X Server, or other modules symbols
%define _disable_ld_no_undefined 1
# Do magic with .rpmsave named links
%define pre_post_trans 1

%bcond_with builddocs
%bcond_with dbus
%bcond_with debug
%bcond_without dmx
%bcond_without xfake
%{?build_selinux}%{?!build_selinux:%bcond_with selinux}

# Disable XWayland support for now.
%bcond_with wayland

# Alternatives priority for standard libglx.so and mesa libs
%define priority 500

# Search for modules in extra_module_dir before the default path.
# This will allow fglrx to install its modified modules in more cleaner way.
%define extra_module_dir %{_libdir}/xorg/extra-modules
%define xorg1_6_extra_modules %{_libdir}/xorg/xorg-1.6-extra-modules

# ABI versions.  Have to keep these manually in sync with the source
# because rpm is a terrible language.  HTFU.
%define ansic_major 0
%define ansic_minor 4
%define videodrv_major 19
%define videodrv_minor 0
%define xinput_major 21
%define xinput_minor 1
%define extension_major 9
%define extension_minor 0

Summary:	X11 servers
Name:		x11-server
Version:	1.17.4
Release:	3
Epoch:		1
License:	GPLv2+ and MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-%{version}.tar.bz2
Source1:	xserver.pamd
Source2:	xvfb-run.sh
# from RH/FC:
# for requires generation in drivers
Source30:	xserver-sdk-abi-requires
Source100:	x11-server.rpmlintrc

# Mandriva/Mageia patches
Patch900:	0900-Use-a-X-wrapper-that-uses-pam-and-consolehelper-to-g.patch
Patch901:	0901-Don-t-print-information-about-X-Server-being-a-pre-r.patch
Patch905:	0905-Xorg-add-an-extra-module-path.patch

Patch930:	xorg-1.13.0-link-tirpc.patch
Patch931:	point-user-at-journal-rather-than-dev-null.patch

# Other patches
# Do not crash if Xv is not initialized (patch from xorg-devel ML)
# The crash happened when v4l was loaded and xv was not registered,
# for example on RV610 with radeon driver
Patch1001:	1001-do-not-crash-if-xv-not-initialized.patch

#Fedora patches
Patch2007:	exa-only-draw-valid-trapezoids.patch
Patch2101:	0001-linux-Add-linux_parse_vt_settings-and-linux_get_keep.patch
Patch2102:	0002-linux-Add-a-may_fail-paramter-to-linux_parse_vt_sett.patch
Patch2103:	0003-systemd-logind-Only-use-systemd-logind-integration-t.patch
Patch2104:	0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
Patch2105:	0002-dix-hook-up-the-unaccelerated-valuator-masks.patch


# FIXME: build with systemtap installed is broken
BuildConflicts:	systemtap

# Probably only needed if we change .l or .y files, but let's have them anyway:
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	bison
%if %{with builddocs}
BuildRequires:	doxygen
BuildRequires:	lynx
BuildRequires:	x11-sgml-doctools >= 1.8
BuildRequires:	xmlto
%endif
BuildRequires:	x11-font-util
BuildRequires:	x11-util-macros
BuildRequires:	pam-devel
%if %{with dbus}
BuildRequires:	pkgconfig(dbus-1)
%endif
%if %{with dmx}
BuildRequires:	pkgconfig(dmx)
%endif
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(epoxy)
BuildRequires:	pkgconfig(libtirpc)
# for xkbcomp patch
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(libudev) >= 186
BuildRequires:	pkgconfig(systemd)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(pciaccess)
BuildRequires:	pkgconfig(pixman-1)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xdmcp)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xfont)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(xres)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xtrans)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(xshmfence)
BuildRequires:	pkgconfig(dri2proto)
BuildRequires:	pkgconfig(dri3proto)
BuildRequires:	pkgconfig(xcb-aux)
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-icccm)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-renderutil)
%if %{with selinux}
BuildRequires:	libselinux-devel
%endif
%if %{with wayland}
BuildRequires: wayland-devel
BuildRequires: pkgconfig(wayland-client)
%endif
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(gbm)


Requires:	%{name}-xorg
%if %{with dmx}
Requires:	%{name}-xdmx
%else
Obsoletes:	%{name}-xdmx < %{EVRD}
%endif
Requires:	%{name}-xnest
Requires:	%{name}-xvfb
# This should be removed when any of the vnc packages provide x11-server-xvnc:
Obsoletes:	%{name}-xvnc < %{version}-%{release}
%if !%{with xfake}
Obsoletes:	%{name}-xfake < %{version}-%{release}
%endif


%description
X11 servers.

%files

#----------------------------------------------------------------------------

%package	devel
Summary:	Development files for %{name}
Group:		Development/X11
License:	MIT
Requires:	pkgconfig(dri)
Requires:	pkgconfig(pciaccess)
Requires:	pkgconfig(pixman-1)
Requires:	pkgconfig(xext)
Requires:	pkgconfig(xkbfile)
Obsoletes:	%{_lib}glamor-devel < 1.0
Provides:	glamor-devel = %{EVRD}


%description devel
Development files for %{name}.

%files devel
%dir %{_includedir}/xorg
%{_bindir}/xserver-sdk-abi-requires
%{_includedir}/xorg/*.h
%{_libdir}/pkgconfig/xorg-server.pc
%{_datadir}/aclocal/xorg-server.m4

#----------------------------------------------------------------------------

%package common
Summary:	X server common files
Group:		System/X11
License:	MIT
Provides:	XFree86 = 7.0.0
Requires:	rgb
# for 'fixed' and 'cursor' fonts
Requires:	x11-font-misc-misc
Requires:	x11-font-cursor-misc
Requires:	x11-font-alias
Requires:	x11-data-xkbdata
Requires:	xkbcomp
Requires:	udev
Requires(post,postun):	update-alternatives
Provides:	xserver-abi(ansic-%{ansic_major}) = %{ansic_minor}
Provides:	xserver-abi(videodrv-%{videodrv_major}) = %{videodrv_minor}
Provides:	xserver-abi(xinput-%{xinput_major}) = %{xinput_minor}
Provides:	xserver-abi(extension-%{extension_major}) = %{extension_minor}

# Glamor is now included into the X11 server.
Obsoletes:	glamor < 1.0
Obsoletes:	%{_lib}glamor0 < 1.0
Provides:	glamor = %{EVRD}

# Same for the generic modesetting driver.
Obsoletes:	x11-driver-video-modesetting < 1:1.0
Provides:	x11-driver-video-modesetting = %{EVRD}

# Dropped drivers:
Obsoletes:	x11-driver-input-aiptek <= 1:1.4.1
Obsoletes:	x11-driver-video-sisimedia <= 0.9.1
Obsoletes:	x11-driver-video-xgixp <= 1.8.1
Obsoletes:	x11-driver-video-voodoo <= 1.2.5
Obsoletes:	x11-driver-video-rendition <= 4.2.5
Obsoletes:	x11-driver-video-nv <= 2.1.20


%description common
X server common files.

%post common
%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/ld.so.conf.d/GL/standard.conf %{priority} \
	--slave %{extra_module_dir} xorg_extra_modules %{xorg1_6_extra_modules}

%postun common
if [ ! -f %{_sysconfdir}/ld.so.conf.d/GL/standard.conf ]; then
	/usr/sbin/update-alternatives --remove gl_conf %{_sysconfdir}/ld.so.conf.d/GL/standard.conf
fi

%files common
%dir %{xorg1_6_extra_modules}
%dir %{_sysconfdir}/X11
%dir %{_sysconfdir}/X11/app-defaults
%dir %{_sysconfdir}/X11/fontpath.d
%dir %{_sysconfdir}/ld.so.conf.d/GL
%dir %{_sysconfdir}/X11/xorg.conf.d
%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%{_sysconfdir}/ld.so.conf.d/GL/standard.conf
%if %{with dbus}
%{_sysconfdir}/dbus-1/system.d/xorg-server.conf
%endif
%{_bindir}/cvt
%{_bindir}/gtf
%if %{with dmx}
%{_bindir}/vdltodmx
%endif
%dir %{_libdir}/xorg/modules
%{_libdir}/xorg/modules/*
%{_libdir}/xorg/protocol.txt
%{_datadir}/X11/xkb/README.compiled
%{_mandir}/man1/gtf.*
%{_mandir}/man1/cvt.*
%if %{with dmx}
%{_mandir}/man1/vdltodmx.*
%endif
%{_mandir}/man4/fbdevhw.*
%{_mandir}/man4/exa.*
%{_mandir}/man4/modesetting.*
%dir %{_prefix}/X11R6
%dir %{_prefix}/X11R6/lib
%dir %{_prefix}/X11R6/lib/X11

#----------------------------------------------------------------------------

%package xorg
Summary:	X.org X11 server
Group:		System/X11
License:	MIT
Requires:	libx11-common
Requires:	x11-data-xkbdata
Requires:	x11-font-alias
Requires:	x11-server-common = %{EVRD}
Requires:	udev

%description xorg
x11-server-xorg is the new generation of X server from X.Org.

%files xorg
%{_bindir}/X
%{_bindir}/Xorg
%attr(4755,root,root)%{_bindir}/Xwrapper
%{_sysconfdir}/X11/X
%{_sysconfdir}/pam.d/xserver
%{_sysconfdir}/security/console.apps/xserver
%{_mandir}/man1/Xorg.*
%{_mandir}/man1/Xserver.*
%{_mandir}/man5/xorg.conf.*
%{_datadir}/X11/xorg.conf.d/10-quirks.conf
#----------------------------------------------------------------------------

%if %{with dmx}
%package xdmx
Summary:	Distributed Multi-head X server
Group:		System/X11
License:	MIT
Requires:	x11-server-common = %{EVRD}

%description xdmx
Xdmx is a proxy X server that uses one or more other X servers
as its display devices. It provides multi-head X functionality
for displays that might be located on different machines.
Xdmx functions as a front-end X server that acts as a proxy
to a set of back-end X servers. All of the visible rendering is
passed to the back-end X servers. Clients connect to the Xdmx
front-end, and everything appears as it would in a regular
multi-head configuration. If Xinerama is enabled (e.g.,
with +xinerama on the command line), the clients see a single large screen.

Xdmx communicates to the back-end X servers using the standard X11 protocol,
and standard and/or commonly available X server extensions.

%files xdmx
%{_bindir}/Xdmx
%{_bindir}/xdmx*
%{_bindir}/dmx*
%{_mandir}/man1/Xdmx.*
%{_mandir}/man1/xdmxconfig.*
%{_mandir}/man1/dmxtodmx.*
%endif

#----------------------------------------------------------------------------

%package xnest
Summary:	A nested X server
Group:		System/X11
License:	MIT
Requires:	x11-server-common = %{EVRD}

%description xnest
Xnest is an X Window System server which runs in an X window.
Xnest is a 'nested' window server, actually a client of the
real X server, which manages windows and graphics requests
for Xnest, while Xnest manages the windows and graphics
requests for its own clients.

You will need to install Xnest if you require an X server which
will run as a client of your real X server (perhaps for
testing purposes).

%files xnest
%{_bindir}/Xnest
%{_mandir}/man1/Xnest.*

#----------------------------------------------------------------------------

%package xvfb
Summary:	X virtual framebuffer server
Group:		System/X11
# xvfb-run is GPLv2, rest is MIT
License:	MIT and GPLv2+
Requires:	x11-server-common = %{EVRD}
Requires:	xauth

%description xvfb
Xvfb (X Virtual Frame Buffer) is an X Windows System server
that is capable of running on machines with no display hardware and no
physical input devices.  Xvfb emulates a dumb framebuffer using virtual
memory.  Xvfb doesn't open any devices, but behaves otherwise as an X
display.  Xvfb is normally used for testing servers.  Using Xvfb, the mfb
or cfb code for any depth can be exercised without using real hardware
that supports the desired depths.  Xvfb has also been used to test X
clients against unusual depths and screen configurations, to do batch
processing with Xvfb as a background rendering engine, to do load testing,
to help with porting an X server to a new platform, and to provide an
unobtrusive way of running applications which really don't need an X
server but insist on having one.

If you need to test your X server or your X clients, you may want to
install Xvfb for that purpose.

%files xvfb
%{_bindir}/Xvfb
%{_bindir}/xvfb-run
%{_mandir}/man1/Xvfb.*

#----------------------------------------------------------------------------

%package xephyr
Summary:	KDrive Xephyr X server
Group:		System/X11
License:	MIT
Requires:	x11-server-common = %{EVRD}

%description xephyr
KDrive (formerly known as TinyX) is a light-weight X server targetting specific
chipsets. It is recommended to be used on thin-clients and embedded systems.
If you are on a standard desktop system you might want to use x11-server-xorg
and the video driver corresponding to your video card.

Xephyr is a X Server which targets a window on a host X Server
as its framebuffer. Unlike Xnest it supports modern X extensions ( even
if host server doesn't ) such as Composite, Damage, randr etc. It uses SHM
Images and shadow framebuffer updates to provide good performance. It also
has a visual debugging mode for observing screen updates.

Possible uses include:
- Xnest replacement - Window manager, Composite 'gadget', etc development tool.
- Toolkit debugging - rendundant toolkit paints can be observered easily via
  the debugging mode.
- X Server internals development - develop without the need for an extra
  machine.

%files xephyr
%{_bindir}/Xephyr
%{_mandir}/man1/Xephyr.1*

#----------------------------------------------------------------------------

%if %{with xfake}
%package xfake
Summary:	KDrive fake X server
Group:		System/X11
License:	MIT
Requires:	x11-server-common = %{EVRD}

%description xfake
KDrive (formerly known as TinyX) is a light-weight X server targetting specific
chipsets. It is recommended to be used on thin-clients and embedded systems.
If you are on a standard desktop system you might want to use x11-server-xorg
and the video driver corresponding to your video card.

This KDrive server is targetted for testing purposes.

%files xfake
%{_bindir}/Xfake
%endif

#----------------------------------------------------------------------------

%package xfbdev
Summary:	KDrive fbdev X server
Group:		System/X11
License:	MIT
Requires:	x11-server-common = %{EVRD}

%description xfbdev
KDrive (formerly known as TinyX) is a light-weight X server targetting specific
chipsets. It is recommended to be used on thin-clients and embedded systems.
If you are on a standard desktop system you might want to use x11-server-xorg
and the video driver corresponding to your video card.

This KDrive server is targetted for being used on top of linux framebuffer.

%files xfbdev
%{_bindir}/Xfbdev

#----------------------------------------------------------------------------

%define xserver_source_dir %{_datadir}/%{name}-source

%package source
Summary:	Xserver source code required to build unofficial servers
Group:		Development/X11
License:	MIT
BuildArch:	noarch

%description source
Xserver source code needed to build unofficial servers, like Xvnc.

%files source
%{xserver_source_dir}

#----------------------------------------------------------------------------

%prep
%setup -q -n xorg-server-%{version}
%apply_patches

# check the ABI in the source against what we expect.
getmajor() {
   grep -i ^#define.ABI.$1_VERSION hw/xfree86/common/xf86Module.h |
   tr '(),' '   ' | awk '{ print $4 }'
}

getminor() {
   grep -i ^#define.ABI.$1_VERSION hw/xfree86/common/xf86Module.h |
   tr '(),' '   ' | awk '{ print $5 }'
}

test `getmajor ansic` == %{ansic_major}
test `getminor ansic` == %{ansic_minor}
test `getmajor videodrv` == %{videodrv_major}
test `getminor videodrv` == %{videodrv_minor}
test `getmajor xinput` == %{xinput_major}
test `getminor xinput` == %{xinput_minor}
test `getmajor extension` == %{extension_major}
test `getminor extension` == %{extension_minor}


%build
%serverbuild_hardened

autoreconf -if

# Copy the clean dir to a 'source' directory that will be used to make the
# x11-server-source subpackage
mkdir source
find . -maxdepth 1 ! -name source ! -name '\.' -exec cp -r '{}' source \;


%if %{with debug}
CFLAGS='-DBUILDDEBUG -O0 -gdwarf-4 -I/usr/include/tirpc' \
%else
CFLAGS='-I/usr/include/tirpc' \
%endif
%configure2_5x \
	--disable-static \
	--with-log-dir=%{_logdir} \
	--with-os-vendor="%{_vendor}" \
	--with-os-name="`echo \`uname -s -r\` | sed -e s'/ /_/g'`" \
	--with-vendor-web="%{bugurl}" \
	--with-extra-module-dir=%{extra_module_dir} \
	--enable-glamor \
	%if %{with debug}
	--enable-debug \
	%else
	--disable-debug \
	%endif
	%if %{with builddocs}
	--enable-builddocs \
	%else
	--disable-builddocs \
	%endif
	--enable-config-udev \
	--enable-config-udev-kms \
	--disable-strict-compilation \
	--disable-install-libxf86config \
	--enable-composite \
	--enable-xres \
	--enable-record \
	--enable-xv \
	--enable-xvmc \
	--enable-dga \
	--enable-screensaver \
	--enable-xdmcp \
	--enable-xdm-auth-1 \
	--enable-glx \
	--enable-aiglx \
	--enable-glx-tls \
	--enable-dri \
	--enable-dri2 \
	--enable-dri3 \
	--enable-xinerama \
	--enable-xf86vidmode \
	--enable-xace \
	--enable-xcsecurity \
	--enable-xf86bigfont \
	--enable-dpms \
	--disable-tslib \
	--enable-dbe \
	--enable-xfree86-utils \
	--enable-xorg \
	%if %{with dmx}
	--enable-dmx \
	%else
	--disable-dmx \
	%endif
	--enable-xvfb \
	--enable-xnest \
	--disable-xwin \
	--enable-kdrive \
	%if %{with xfake}
	--enable-xfake \
	%else
	--disable-xfake \
	%endif
	--enable-xephyr \
	--enable-secure-rpc \
	--enable-xwrapper \
	--enable-pam \
	%if %{with dbus}
	--enable-config-dbus \
	%else
	--disable-config-dbus \
	%endif
	--disable-config-hal \
	--with-sha1=libcrypto \
	%if %{with selinux}
	--enable-xselinux \
	%endif
	%if %{with wayland}
	--enable-xwayland \
	%else
	--disable-xwayland \
	%endif
	--with-default-font-path="catalogue:%{_sysconfdir}/X11/fontpath.d"

# Let's not disable setuid on Xorg binary for some time, let this feature
# be tested by other distros first.

pushd include && make xorg-server.h dix-config.h xorg-config.h && popd

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/X11/
ln -s %{_bindir}/Xorg %{buildroot}%{_sysconfdir}/X11/X
ln -sf %{_bindir}/Xwrapper %{buildroot}%{_bindir}/X

mkdir -p %{buildroot}%{_sysconfdir}/pam.d
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/xserver
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
touch %{buildroot}%{_sysconfdir}/security/console.apps/xserver

mkdir -p %{buildroot}%{_sysconfdir}/X11/app-defaults
mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d

# move README.compiled outside compiled/ dir, so there won't be any problem with x11-data-xkbdata
mv -f %{buildroot}%{_datadir}/X11/xkb/compiled/README.compiled %{buildroot}%{_datadir}/X11/xkb/

# for compatibility with legacy applications (see #23423, for example)
mkdir -p %{buildroot}%{_prefix}/X11R6/lib/
ln -s ../../%{_lib}/X11 %{buildroot}%{_prefix}/X11R6/lib/X11

# create more module directories to be owned by x11-server-common
install -d -m755 %{buildroot}%{_libdir}/xorg/modules/{input,drivers}
install -d -m755 %{buildroot}%{xorg1_6_extra_modules}

# (anssi) manage proprietary drivers
install -d -m755 %{buildroot}%{_sysconfdir}/ld.so.conf.d/GL
cat > %{buildroot}%{_sysconfdir}/ld.so.conf.d/GL/standard.conf << EOF
# This file is knowingly empty since the libraries are in standard search
# path. Please do not remove this file.
EOF
touch %{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

install -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/xvfb-run

# Make the source package
cp -r source %{buildroot}%{xserver_source_dir}

install -m 755 %{SOURCE30} %{buildroot}%{_bindir}

# Create xorg.conf.d
install -d -m 755 %{buildroot}%{_sysconfdir}/X11/xorg.conf.d

# Remove unneeded file, x11-driver-input-evdev provides it.
rm -f %{buildroot}%{_datadir}/X11/xorg.conf.d/10-evdev.conf

%changelog

* Tue Dec 22 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:1.17.4-3
- (ba59fe3) Added obsoletes for the dropped drivers

* Wed Dec 09 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:1.17.4-2
- (5eb728a) Revert to x11-server 1.17.4: fglrx does not support 1.18

* Sun Dec 06 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:1.18.0-1
- (b414c58) Added missing BR for libsystemd-daemon
- (Evgenii Shatokhin: a4af810) Updated to version 1.18.0

* Mon Nov 02 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:1.17.4-1
- (3410e2c) Updated to version 1.17.4 (a couple of fixes)

* Tue Oct 27 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:1.17.3-1
- (7575788) Updated to version 1.17.3

* Fri Oct 23 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:1.17.2-2
- (87d3fc7) Fix obsoletes for glamor - v2

* Mon Oct 19 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:1.17.2-1
- (91ef480) Fixed .abf.yml for x11-server 1.17.2
- (Evgenii Shatokhin: 5a2f6e1) Increase Epoch to 1 to properly provide x11-driver-video-modesetting
- (Evgenii Shatokhin: 5a2f6e1) The packages with that driver have Epoch 1, so x11-server needs the
- (Evgenii Shatokhin: 5a2f6e1) same or a higher value for
- (Evgenii Shatokhin: 5a2f6e1) Provides: x11-driver-video-modesetting=%{EVRD}
- (Evgenii Shatokhin: 5a2f6e1) to be correct.

* Mon Oct 19 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.17.2-1
- (1d69451) Updated to 1.17.2

* Tue Jun 02 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.15.2-11
- (8213522) Merged the changes from rosa2014.1 branch
- (Eugene Shatokhin: 135088f) Do not execute setxkbmap in %post
- (Eugene Shatokhin: 135088f) setxkbmap applies settings to the current X session only. No need to do
- (Eugene Shatokhin: 135088f) it when installing the package.

* Mon May 18 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1.15.2-10
- (ebe4ffd) BuildList#2501564: Increase release tag

* Fri May 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.15.2-9
- (ee76960) BuildList#2501564: Increase release tag

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1.15.2-8
- (ff12e9f) BuildList#2501564: Increase release tag

* Fri May 15 2015 Dmitry Fedorov <d.fedorov@ntcit-rosa.ru> 1.15.2-7
- (d85d38e) BuildList#2501564: Increase release tag

* Wed Apr 22 2015 law <a.lahin@ntcit-rosa.ru> 1.15.2-6
- (f9938e2) Don't source /etc/sysconfig/keyboard as it doesn't exist anymore

* Sun Feb 22 2015 Alexander Lakhin <a.lahin@ntcit-rosa.ru> 1.15.2-5
- (68cad62) MassBuild#656: Increase release tag

* Fri Feb 20 2015 Tigro <ashejn@yandex-team.ru> 1.15.2-4
- (383974e) Unbreak net/tigervnc after CVE-2014-8092 patch. https://bugs.freebsd.org/bugzilla/show_bug.cgi?format=multiple&id=196119

* Mon Feb 16 2015 kuzma kazygashev <kuzma.kazygashev@rosalab.ru> 1.15.2-3
- (9143f19) Added second patch of security fix for CVE-2015-0255.

* Fri Feb 13 2015 kuzma kazygashev <kuzma.kazygashev@rosalab.ru> 1.15.2-2
- (ec8a615) Added security fix for CVE-2015-0255.
- (Eugene Shatokhin: f43e60f) Cosmetic
- (Eugene Shatokhin: 234705a) Added the patches to fix CVE-2015-0255
- (Eugene Shatokhin: b4b2978) Added fixes for DRI3 and Present extensions
- (Eugene Shatokhin: b4b2978) http://www.phoronix.com/forums/showthread.php?101137-DRI3-amp-Present-Support-Finally-Land-Within-Intel-s-Driver

* Thu Feb 12 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.15.2-1
- (d604f70) Removed an unused patch
- (Eugene Shatokhin: 1c79eb4) Updated to 1.15.2 + added fixes for CVE-2014-8091..8103
- (Eugene Shatokhin: 1c79eb4) The package has been updated to version 1.15.2.
- (Eugene Shatokhin: 1c79eb4) The fixes for CVEs CVE-2014-8091 to CVE-2014-8103 inclusive have been
- (Eugene Shatokhin: 1c79eb4) added as well.
- (Eugene Shatokhin: 1c79eb4) Detailed info about these issues:
- (Eugene Shatokhin: 1c79eb4) http://www.x.org/wiki/Development/Security/Advisory-2014-12-09/
- (Eugene Shatokhin: 1c79eb4) Most of the patches that fix these issues were adapted to Xorg 1.15 by
- (Eugene Shatokhin: 1c79eb4) Fedora team.

* Thu Jan 15 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.15.1-4
- (470c0c8) Merged the changes from 'current' branch
- (Eugene Shatokhin: b615f78) Use the appropriate conditional for selinux in the spec
- (Eugene Shatokhin: 6a46b53) Silence debuginfo-without-sources rpmlint error
- (Eugene Shatokhin: 1a68a0b) Merged rosa2014.1 to keep the history cleaner
- (Eugene Shatokhin: feb748c) Synced to 2014.1, enabled SELinux

* Sat Oct 18 2014 din (Dmitry Fedorov) <d.fedorov@ntcit-rosa.ru> 1.10.3-10
- (2cae972) fix BR
- (danila.leontiev: 8874a3d) Added xserver-censore-screenshot-nsk.patch, removed patch #908 from pathing list

* Fri Sep 12 2014 kuzma kazygashev <kuzma.kazygashev@rosalab.ru> 1.10.3-9
- (4a65fa2) Added some code for support CVE-2012-0064
- (kuzma kazygashev: 3a315a4) Defined func PrintWindowTree() for support CVE-2012-0064
- (kuzma kazygashev: 6510b51) Corrected data in changelog
- (kuzma kazygashev: 1d74954) Added security fix for CVE-2011-4028, CVE-2011-4029, CVE-2012-0064, CVE-2013-1940, CVE-2013-4396

* Wed Jul 02 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.10.3-8
- (f1fe669) sync to certified branch

* Tue Jul 01 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.10.3-2
- (5f65627) sync to certified branch

* Fri Jun 27 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 1.15.1-4
- (2a4ccfb) MassBuild#440: Increase release tag

* Thu May 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.15.1-3
- (90c671b) Disabled immediate symbol resolution for ld (it might have broken Xorg)

* Wed May 28 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.15.1-2
- (8d4f1ed) Make sure /usr/include/tirpc/ is searched for rpc/* headers
- (8d4f1ed) glibc does not provide most of them anymore and the X server links
- (8d4f1ed) with libtirpc anyway.

* Tue Apr 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.15.1-1
- (0a7fcf4) Removed an excessive 'Requires'
- (Eugene Shatokhin: 1c3255e) Added missing file; removed excessive option
- (Eugene Shatokhin: 1c3255e) It seems, specifying --enable-install-setuid breaks the builds performed
- (Eugene Shatokhin: 1c3255e) by a non-root user. Remove this option. The wrapper should handle the
- (Eugene Shatokhin: 1c3255e) ownership of X.
- (Eugene Shatokhin: 78c74cd) Revisited the patch set, prepared the project for update to 1.15.1

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> 1.14.5-7
- (f2f4427) sync
- (akdengi: a667e20) disable fedora patches

* Thu Dec 26 2013 akdengi <kazancas@mandriva.ru> 1.14.5-6
- (e47b041) drop new.spec
- (akdengi: 1b5db3f) drop new.spec
- (akdengi: 89b4da2) remove udev rules

* Thu Dec 26 2013 akdengi <kazancas@mandriva.ru> 1.14.5-5
- (9fc603d) remove udev rules
- (akdengi: bf24720) SILENT revert to 1.14.5-5

* Thu Dec 19 2013 akdengi <alexander.kazancev@rosalab.ru> 1.14.5-8
- (184a118) SILENT fix patch
- (akdengi: b7b02e5) return Fedora patches

* Wed Oct 30 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 1.10.3-2
- (d1ee1c9) Security fix
- (Danila Leontiev: 881be12) Security fix



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26286 |14mu|x11-util-macros-1.19.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Macro used for X.org development
Name:		x11-util-macros
Version:	1.19.0
Release:	1
Group:		Development/X11
License:	MIT
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/util/util-macros-%{version}.tar.bz2
BuildArch:	noarch

%description
Macros used for X.org development.

%files
%{_datadir}/util-macros/INSTALL
%{_datadir}/aclocal/xorg-macros.m4
%{_datadir}/pkgconfig/xorg-macros.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n util-macros-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Mon Aug 31 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.19.0-1
- (8b01fe5) Updated to version 1.19.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26287 |14mu|x11vnc-0.9.14-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	VNC server for the current X11 session
Name:		x11vnc
Version:	0.9.14
Release:	1
License:	GPLv2+
Group:		System/X11
Url:		http://www.karlrunge.com/x11vnc/
Source0:	http://downloads.sourceforge.net/sourceforge/libvncserver/%{name}-%{version}-dev.tar.gz
Patch0:		x11vnc-fix-double-X_UNLOCK-on-xrandr-event.patch
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(libvncserver)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xdamage)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(zlib)
Requires:	tk

%description
x11vnc is to X Window System what WinVNC is to Windows, i.e. a server
which serves the current X Window System desktop via RFB (VNC)
protocol to the user.

Based on the ideas of x0rfbserver and on LibVNCServer, it has evolved
into a versatile and performant while still easy to use program.

%files
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_mandir}/man1/x11vnc.1*
%{_bindir}/x11vnc
%{_datadir}/x11vnc/
%{_datadir}/applications/x11vnc.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--with-system-libvncserver
%make

%install
%makeinstall_std

rm -fr %{buildroot}%{_includedir}


%changelog

* Thu May 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.14-1
- (779425f) New version 0.9.14
- (779425f) Force build with system libvncserver
- (779425f) Build with avahi, jpeg and zlib support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26288 |14mu|x11-xtrans-devel-1.3.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Abstract network code for X
Name:		x11-xtrans-devel
Version:	1.3.5
Release:	1
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/lib/xtrans-%{version}.tar.bz2
Source10:	%{name}.rpmlintrc
Patch0:		xtrans-1.2.7-tirpc.patch
# From Fedora:
Patch1:		xtrans-1.0.3-avoid-gethostname.patch

BuildRequires:	pkgconfig(xorg-macros)

%description
Abstract network code for X.

%files
%doc doc/xtrans.xml
%{_datadir}/pkgconfig/xtrans.pc
%{_datadir}/aclocal/xtrans.m4
%{_includedir}/X11/Xtrans/Xtransint.h
%{_includedir}/X11/Xtrans/Xtrans.h
%{_includedir}/X11/Xtrans/Xtrans.c
%{_includedir}/X11/Xtrans/Xtranslcl.c
%{_includedir}/X11/Xtrans/Xtranssock.c
%{_includedir}/X11/Xtrans/Xtransutil.c
%{_includedir}/X11/Xtrans/transport.c

#----------------------------------------------------------------------------

%prep
%setup -qn xtrans-%{version}
%apply_patches

%build
aclocal
automake -a
autoconf

%configure
%make

%install
%makeinstall_std
rm %{buildroot}%{_datadir}/doc/xtrans/xtrans.*


%changelog

* Tue Sep 01 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.3.5-1
- (a07c93c) Updated to version 1.3.5 with an additional patch from Fedora



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26289 |14mu|xalan-j2-2.7.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _with_bootstrap 0
%define bootstrap %{?_with_bootstrap:1}%{!?_with_bootstrap:%{?_without_bootstrap:0}%{!?_without_bootstrap:%{?_bootstrap:%{_bootstrap}}%{!?_bootstrap:0}}}

%define cvs_version %(echo %{version} |sed -e 's,\\\.,_,g')

Name:           xalan-j2
Version:        2.7.1
Release:        5
Epoch:          0
Summary:        Java XSLT processor
License:        Apache Software License
Source0:        http://archive.apache.org/dist/xml/xalan-j/source/xalan-j_%{cvs_version}-src.tar.gz
Patch0:         %{name}-noxsltcdeps.patch
Patch1:         %{name}-manifest.patch
Patch2:         %{name}-crosslink.patch
URL:            http://xalan.apache.org/
Group:          Development/Java

BuildArch:      noarch
Provides:       jaxp_transform_impl
Requires:       jaxp_parser_impl
Requires(post):  update-alternatives
Requires(preun): update-alternatives
BuildRequires:  jpackage-utils >= 0:1.6
BuildRequires:  java-1.8.0-openjdk-devel java-rpmbuild
BuildRequires:  ant
%if ! %{bootstrap}
BuildRequires:  java_cup
BuildRequires:  bcel
BuildRequires:  jlex
BuildRequires:  regexp
BuildRequires:  sed
BuildRequires:  servletapi5
BuildRequires:  xerces-j2 >= 0:2.7.1
%endif
#BuildRequires:  xerces-j2 >= 0:2.7.1
BuildRequires:  xml-commons-jaxp-1.3-apis >= 0:1.3.03

%description
Xalan is an XSLT processor for transforming XML documents into HTML,
text, or other XML document types. It implements the W3C Recommendations
for XSL Transformations (XSLT) and the XML Path Language (XPath). It can
be used from the command line, in an applet or a servlet, or as a module
in other program.

%if ! %{bootstrap}
%package        xsltc
Summary:        XSLT compiler
Group:          Development/Java
Requires:       java_cup
Requires:       bcel
Requires:       jlex
Requires:       regexp
Requires:       jaxp_parser_impl

%description    xsltc
The XSLT Compiler is a Java-based tool for compiling XSLT stylesheets into
lightweight and portable Java byte codes called translets.
%endif

%package        manual
Summary:        Manual for %{name}
Group:          Development/Java

%description    manual
Documentation for %{name}.

%package        javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java
BuildRequires:  java-javadoc

%description    javadoc
Javadoc for %{name}.

%if ! %{bootstrap}
%package        demo
Summary:        Demo for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}, servlet
BuildRequires:  servlet

%description    demo
Demonstrations and samples for %{name}.
%endif

%track
prog %{name} = {
	url = http://xalan.apache.org/xalan-j/index.html
	version = %{version}
	regex = "The current stable version for download is (__VER__)"
}

%prep
%setup -q -n xalan-j_%{cvs_version}
%apply_patches
# Remove all binary libs, except ones needed to build docs and N/A elsewhere.
for j in $(find . -name "*.jar"); do
        rm $j
done
# FIXME who knows where the sources are? xalan-j1 ?
#mv tools/xalan2jdoc.jar.no tools/xalan2jdoc.jar
#mv tools/xalan2jtaglet.jar.no tools/xalan2jtaglet.jar

%build
if [ ! -e "$JAVA_HOME" ] ; then export JAVA_HOME="%{java_home}" ; fi
pushd lib
ln -sf $(build-classpath java_cup-runtime) runtime.jar
ln -sf $(build-classpath bcel) BCEL.jar
ln -sf $(build-classpath regexp) regexp.jar
ln -sf $(build-classpath xerces-j2) xercesImpl.jar
ln -sf $(build-classpath xml-commons-jaxp-1.3-apis) xml-apis.jar
popd
pushd tools
ln -sf $(build-classpath java_cup) java_cup.jar
ln -sf $(build-classpath ant) ant.jar
ln -sf $(build-classpath jlex) JLex.jar
#ln -sf $(build-classpath xml-stylebook) stylebook-1.0-b3_xalan-2.jar
popd
export CLASSPATH=$(build-classpath servletapi5)
export JAVA_HOME=%{_prefix}/lib/jvm/java-1.8.0

%if %{bootstrap}
ant \
  -Djava.awt.headless=true \
  -Dapi.j2se=%{_javadocdir}/java \
  -Dbuild.xalan-interpretive.jar=build/xalan-interpretive.jar \
  xalan-interpretive.jar
%else
ant \
  -Djava.awt.headless=true \
  -Dapi.j2se=%{_javadocdir}/java \
  -Dbuild.xalan-interpretive.jar=build/xalan-interpretive.jar \
  xalan-interpretive.jar\
  xsltc.unbundledjar \
  docs \
  xsltc.docs \
  javadocs \
  samples \
  servlet
%endif

%install

# jars
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 build/xalan-interpretive.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
%if ! %{bootstrap}
install -p -m 644 build/xsltc.jar \
  %{buildroot}%{_javadir}/xsltc-%{version}.jar
%endif
install -p -m 644 build/serializer.jar \
  %{buildroot}%{_javadir}/%{name}-serializer-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

%if ! %{bootstrap}

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -pr build/docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
rm -rf build/docs/apidocs

# demo
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -p -m 644 build/xalansamples.jar \
  %{buildroot}%{_datadir}/%{name}/%{name}-samples.jar
install -p -m 644 build/xalanservlet.war \
  %{buildroot}%{_datadir}/%{name}/%{name}-servlet.war
cp -pr samples %{buildroot}%{_datadir}/%{name}

# fix link between manual and javadoc
(cd build/docs; ln -sf %{_javadocdir}/%{name}-%{version} apidocs)

%endif

%if 0
# jaxp_transform_impl ghost symlink
ln -s %{_sysconfdir}/alternatives \
  %{buildroot}%{_javadir}/jaxp_transform_impl.jar
%endif

%post
update-alternatives --install %{_javadir}/jaxp_transform_impl.jar \
  jaxp_transform_impl %{_javadir}/%{name}.jar 30

%preun
{
  [ $1 = 0 ] || exit 0
  update-alternatives --remove jaxp_transform_impl %{_javadir}/%{name}.jar
} >/dev/null 2>&1 || :

#%post xsltc
#update-alternatives --install %{_javadir}/jaxp_transform_impl.jar \
#  jaxp_transform_impl %{_javadir}/xsltc.jar 10

#%preun xsltc
#{
#  [ $1 = 0 ] || exit 0
#  update-alternatives --remove jaxp_transform_impl %{_javadir}/xsltc.jar
#} >/dev/null 2>&1 || :

%if ! %{bootstrap}
%if 0
%post javadoc
rm -f %{_javadocdir}/%{name}
ln -s %{name}-%{version} %{_javadocdir}/%{name}

%postun javadoc
if [ "$1" = "0" ]; then
    rm -f %{_javadocdir}/%{name}
fi
%endif
%endif

%files
%defattr(0644,root,root,0755)
%doc KEYS
%{_javadir}/%{name}-%{version}.jar
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-serializer-%{version}.jar
%{_javadir}/%{name}-serializer.jar
%if 0
%ghost %{_javadir}/jaxp_transform_impl.jar
%endif

%if ! %{bootstrap}
%files xsltc
%defattr(0644,root,root,0755)
%{_javadir}/xsltc-%{version}.jar
%{_javadir}/xsltc.jar
#%ghost %{_javadir}/jaxp_transform_impl.jar

%files manual
%defattr(0644,root,root,0755)
%doc build/docs/*

%files javadoc
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-%{version}
%doc %{_javadocdir}/%{name}

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%endif

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:2.7.1-5
- (6360ac1) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26290 |14mu|xapian-core-1.2.23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname xapian
%define major 22
%define libname %mklibname %{oname} %{major}
%define devname %mklibname %{oname} -d

Summary:	Search engine library
Name:		xapian-core
Version:	1.2.23
Release:	1
License:	GPLv2+
Group:		Databases
Url:		http://www.xapian.org/
Source0:	http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
%ifarch x86_64
BuildRequires:	chrpath
%endif
BuildRequires:	valgrind
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(zlib)
Requires:	%{libname} = %{EVRD}
Obsoletes:	xapian < 1.0.7
Provides:	xapian = %{EVRD}

%description
Xapian is an Open Source Search Engine Library, released under the GPL. It's
written in C++, with bindings to allow use from Perl, Python, PHP, Java, Tcl,
C#, and Ruby (so far!)

Xapian is a highly adaptable toolkit which allows developers to easily add
advanced indexing and search facilities to their own applications. It supports
the Probabilistic Information Retrieval model and also supports a rich set of
boolean query operators.

%files
%{_bindir}/copydatabase
%{_bindir}/delve
%{_bindir}/quest
%{_bindir}/simpleexpand
%{_bindir}/simpleindex
%{_bindir}/simplesearch
%{_bindir}/xapian-*
%exclude %{_bindir}/xapian-config
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}xapian15 < 1.2.2

%description -n %{libname}
Shared library for %{name}.

%files -n %{libname}
%{_libdir}/libxapian.so.%{major}*

#----------------------------------------------------------------------------

%package  -n %{devname}
Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{oname}-devel = %{EVRD}
Provides:	lib%{oname}-devel = %{EVRD}

%description -n %{devname}
Development files and headers for %{name}.

%files -n %{devname}
%doc %{_docdir}/%{name}/
%dir %{_includedir}/xapian
%{_bindir}/xapian-config
%{_includedir}/xapian/*.h
%{_includedir}/*.h
%{_datadir}/aclocal/xapian.m4
%{_libdir}/libxapian.so
%{_libdir}/cmake/xapian/*.cmake
%{_libdir}/pkgconfig/xapian-core.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
%ifarch x86_64
	--enable-sse \
%else
	--disable-sse \
%endif
	--enable-shared \
	--disable-static
%make

%install
%makeinstall_std
%ifarch x86_64
chrpath -d %{buildroot}%{_bindir}/copydatabase
chrpath -d %{buildroot}%{_bindir}/delve
chrpath -d %{buildroot}%{_bindir}/quest
chrpath -d %{buildroot}%{_bindir}/simpleexpand
chrpath -d %{buildroot}%{_bindir}/simpleindex
chrpath -d %{buildroot}%{_bindir}/simplesearch
chrpath -d %{buildroot}%{_bindir}/xapian-compact
chrpath -d %{buildroot}%{_bindir}/xapian-progsrv
chrpath -d %{buildroot}%{_bindir}/xapian-tcpsrv
chrpath -d %{buildroot}%{_bindir}/xapian-check
chrpath -d %{buildroot}%{_bindir}/xapian-inspect
chrpath -d %{buildroot}%{_bindir}/xapian-replicate-server
chrpath -d %{buildroot}%{_bindir}/xapian-chert-update
chrpath -d %{buildroot}%{_bindir}/xapian-metadata
chrpath -d %{buildroot}%{_bindir}/xapian-replicate
%endif


%changelog

* Mon Apr 25 2016 Denis Silakov <dsilakov@gmail.com> 1.2.23-1
- (cbeaf6f) Updated to 1.2.23



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26291 |14mu|xawtv-3.102-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: Workaround build errors with underlinking, try to make a proper
# fix later
%define _disable_ld_no_undefined 1

# dynamic desktop support
%define webcam_launcher /etc/dynamic/launchers/webcam
%define tvtuner_launcher /etc/dynamic/launchers/tvtuner

Summary:	A X11 program for watching TV
Name:		xawtv
Version:	3.102
Release:	5
Group:		Video
License:	GPLv2+
#OLD_STILL_VALID_URLs: http://www.strusel007.de/linux/xawtv/
#http://bytesex.org/xawtv/
Url:		http://linux.bytesex.org/xawtv/
Source0:	http://linuxtv.org/downloads/xawtv/%{name}-%{version}.tar.bz2
Source2:	%{name}
Patch31:	xawtv-3.100-glibc.patch
BuildRequires:	recode
BuildRequires:	x11-server-common
BuildRequires:	aalib-devel
BuildRequires:	gpm-devel
BuildRequires:	jpeg-devel
BuildRequires:	lesstif-devel
BuildRequires:	slang-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libfs)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xp)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(zvbi-0.2)
Requires:	common-licenses
Requires:	xawtv-common = %{EVRD}

%description
Xawtv is a Video4Linux Stream Capture Viewer, that is a X11 program for
watching TV.

It uses the Athena widgets.
MoTV has a nicer GUI which use lesstif (motif) widgets.

%files
%config(noreplace) %{tvtuner_launcher}/%{name}.desktop
%config(noreplace) %{webcam_launcher}/%{name}.desktop
%config(noreplace) %{_sysconfdir}/X11/app-defaults/Xawtv
%{_bindir}/xawtv
%{_bindir}/XawTV
%{_mandir}/man1/xawtv.1*
%{_mandir}/fr/man1/xawtv.1*
%{_datadir}/applications/mandriva-%{name}.desktop
/usr/lib/X11/app-defaults/Xawtv*
%{_datadir}/%{name}

%post
update-alternatives --install %{webcam_launcher}/gnome.desktop webcam.gnome.dynamic %{webcam_launcher}/%{name}.desktop 20
update-alternatives --install %{webcam_launcher}/kde.desktop webcam.kde.dynamic %{webcam_launcher}/%{name}.desktop 20
update-alternatives --install %{tvtuner_launcher}/kde.desktop tvtuner.kde.dynamic %{tvtuner_launcher}/%{name}.desktop 20
update-alternatives --install %{tvtuner_launcher}/gnome.desktop tvtuner.gnome.dynamic %{tvtuner_launcher}/%{name}.desktop 20

%postun
if [ $1 = 0 ]; then
  update-alternatives --remove webcam.kde.dynamic %{webcam_launcher}/%{name}.desktop
  update-alternatives --remove webcam.gnome.dynamic %{webcam_launcher}/%{name}.desktop
  update-alternatives --remove tvtuner.kde.dynamic %{tvtuner_launcher}/%{name}.desktop
  update-alternatives --remove tvtuner.gnome.dynamic %{tvtuner_launcher}/%{name}.desktop
fi

#----------------------------------------------------------------------------

%package common
Summary:	Common files for fbtv/motv/ttv/xawtv
Group:		Video
Requires:	tv-fonts

%description common
These are common files for fbtv, motv, ttv and xawtv.
They are:
 * scantv: small text program that look for tv channels
 * streamer - capture tool (images / movies)

%files common
%attr(4711,root,root) %{_bindir}/v4l-conf
%{_bindir}/rootv
%{_bindir}/scantv
%{_bindir}/subtitles
%{_bindir}/v4l-info
%lang(es) %{_mandir}/es/man1/rootv.*
%lang(es) %{_mandir}/es/man1/scantv.*
%lang(es) %{_mandir}/es/man1/subtitles.*
%lang(es) %{_mandir}/es/man1/xawtv.*
%lang(es) %{_mandir}/es/man5/xawtvrc.*
%lang(es) %{_mandir}/es/man8/v4l-conf.*
%{_mandir}/man1/rootv.1*
%{_mandir}/man1/scantv.1*
%{_mandir}/man1/subtitles*
%{_mandir}/man5/xawtvrc*
%{_mandir}/man8/v4l*
%{_mandir}/man1/v4l-info.*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*
%doc Changes README*
%doc README*
%doc contrib/frequencies*

#----------------------------------------------------------------------------

%package control
Summary:	Control video4linux devices
Group:		Video

%description control
Xawtv-remote and v4lctl can be used to control a video4linux driven TV card.

Xawtv-remote passes the command to a already running xawtv or motv instance
using X11 properties.

V4lctl is a command line tool that sets the parameters directly.

%files control
%{_bindir}/v4lctl
%{_bindir}/xawtv-remote
%{_mandir}/man1/v4lctl.1*
%lang(es) %{_mandir}/es/man1/v4lctl.*
%{_mandir}/man1/xawtv-remote.1*
%lang(es) %{_mandir}/es/man1/xawtv-remote.*

#----------------------------------------------------------------------------

%package -n fbtv
Summary:	A console program for watching TV
Group:		Video
Requires:	xawtv-common = %{EVRD}

%description -n fbtv
Fbtv is a program for watching TV with your linux box.
It runs on top of a graphic framebuffer device (/dev/fb0).

This is useful for watching TV without X11.

fbtv shares the config file ($HOME/.xawtv) with the xawtv
application.

Check the xawtv(1) manpage for details about the config file format.

%files -n fbtv
%{_bindir}/fbtv
%{_mandir}/man1/fbtv*
%lang(es) %{_mandir}/es/man?/fbtv.*

#----------------------------------------------------------------------------

%package misc
Summary:	Xawtv miscellous stuff
Group:		Video
Requires:	xawtv-common = %{version}

%description misc
This package has a few tools you might find useful. They
have not to do very much to do with xawtv. They were written
for debugging:
 * dump-mixers - dump mixer settings to stdout
 * propwatch   - monitors properties of X11 windows.  If you
                 want to know how to keep track of xawtv's
                 _XAWTV_STATION property, look at this.
 * mtt         - teletext browser for X11 and console
 * ntsc-cc     - reads vbi data from /dev/vbi and decodes the enclosed cc data.
 * pia         - play media files
 * record      - console sound recorder.  Has a simple input
                 level meter which might be useful to trouble
                 shoot sound problems.
 * showriff    - display the structure of RIFF files (avi, wav).

%files misc
%config(noreplace) /etc/X11/app-defaults/mtt
%{_bindir}/dump-mixers
%{_bindir}/mtt
%{_bindir}/ntsc-cc
%{_bindir}/pia
%{_bindir}/propwatch
%{_bindir}/record
%{_bindir}/showqt
%{_bindir}/showriff
%{_mandir}/man1/dump-mixers*
%{_mandir}/man1/mtt*
%{_mandir}/man1/ntsc*
%{_mandir}/man1/pia*
%{_mandir}/man1/record*
%{_mandir}/man1/propwatch*
%{_mandir}/man1/showriff.1*

#----------------------------------------------------------------------------

%package -n motv
Summary:	A Motif program for watching TV
Group:		Video
Requires:	xawtv-common = %{EVRD}

%description -n motv
This is a motv-based Video4Linux capture viewer.

It is basically xawtv with a more user-friendly GUI.
It has the same features, uses the same config file, has the same command
line switches, you can control it using xawtv-remote.
Most keyboards shortcuts are identical too.

%files -n motv
%{_bindir}/motv
%{_mandir}/man1/motv*
%{_datadir}/applications/mandriva-motv.desktop
%config(noreplace) %{_sysconfdir}/X11/app-defaults/MoTV
%config(noreplace) %{_sysconfdir}/X11/*/app-defaults/MoTV

#----------------------------------------------------------------------------

%package -n radio
Summary:	Console radio application
Group:		Sound
Provides:	xawtv-radio

%description -n radio
This is a ncurses-based radio application.

%files -n radio
%{_bindir}/radio
%{_mandir}/man1/radio*

#----------------------------------------------------------------------------

%package -n streamer
Summary:	Record audio and/or video streams
Group:		Video
Requires:	xawtv-common = %{EVRD}

%description -n streamer
streamer reads audio and/or video data from /dev/video0 and /dev/dsp
and writes the data to the disk.
Various output formats are supported.
Start streamer with '-h' for a list of options and supported output formats.

%files -n streamer
%{_bindir}/streamer
%{_mandir}/man1/streamer*
%lang(es) %{_mandir}/es/man1/streamer.*

#----------------------------------------------------------------------------

%package -n ttv
Summary:	Display TV/video on a tty
Group:		Video
Requires:	xawtv-common = %{version}

%description -n ttv
Ttv displays TV/video on a terminal, rendering the images using aalib.

%files -n ttv
%{_bindir}/ttv
%{_mandir}/man1/ttv*
%lang(es) %{_mandir}/es/man1/ttv.*

#----------------------------------------------------------------------------

%package web
Summary:	Videotext pages webserver & images capture/upload to a webserver
Group:		Networking/WWW
Requires:	xawtv-common = %{EVRD}

%description web
Webcam captures images from a video4linux device like bttv,
annotates them and and uploads them to a webserver using ftp
in a endless loop.

Alevtd is http daemon which serves videotext pages as HTML.
Tune in some station with a utility like v4lctl or some TV application.
Then start it and point your browser to http://localhost:5654/

Pages may be requested either in HTML format (http://localhost:5654/<page>/
or http://localhost:5654/<page>/<subpage>.html) or in ASCII text format
(http://localhost:5654/<page>/<subpage>.txt).
Subpage "00" can be used for pages without subpages.

%files web
%{_bindir}/alevtd
%{_bindir}/webcam
%{_mandir}/man1/alevtd.1*
%{_mandir}/man1/webcam.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch31 -p0

%build
autoreconf -fi
export LIBS="$LIBS -lm"
%configure2_5x	--enable-xfree-ext \
		--enable-xvideo \
		--enable-aa \
		--enable-alsa \
		--disable-quicktime \
		--x-includes=%{_includedir}/freetype2

# Quicktime support not enabled, so libpng is not needed
find . -name 'Makefile' | xargs perl -pi -e 's/-lpng//g'
%make

%install
perl -pi -e 's!-o root -g root!!g' src/Makefile
mkdir -p %{buildroot}/usr/lib/X11/app-defaults
%makeinstall_std ROOT="%{buildroot}" FONTDIR=%{buildroot}%{_datadir}/fonts/misc SUID_ROOT=""

install -m 644 x11/Xawtv.ad %{buildroot}/usr/lib/X11/app-defaults
(cd %{buildroot}/usr/lib/X11/app-defaults; ln Xawtv.ad Xawtv; ln Xawtv.ad Xawtv-color)

install -m 755 %{SOURCE2} %{buildroot}%{_bindir}/XawTV

# Menu entries

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop <<EOF
[Desktop Entry]
Name=XawTV
Comment=A program for watching TV
Comment[ru]=Программа просмотра ТВ
Exec=%{_bindir}/XawTV
Icon=video_section
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Video;TV;
EOF

cat > %{buildroot}%{_datadir}/applications/mandriva-motv.desktop <<EOF
[Desktop Entry]
Name=MoTV
Comment=A program for watching TV (nicer interface)
Comment[ru]=Программа просмотра ТВ (улучшенный интерфейс)
Exec=%{_bindir}/motv
Icon=video_section
Terminal=false
Type=Application
StartupNotify=true
Categories=Motif;AudioVideo;Video;TV;
EOF

mkdir -p %{buildroot}{%tvtuner_launcher,%webcam_launcher}
cat > %{buildroot}%{webcam_launcher}/%{name}.desktop << EOF
[Desktop Entry]
Name=XawTV \$devicename
Comment=The X11 Video4Linux Stream Capture Viewer
Comment[ru]=Просмотр входящего потока Video4Linux
TryExec=/usr/bin/xawtv
Exec=/usr/bin/xawtv -c \$device
Terminal=false
Icon=video_section
Type=Application
EOF
cat > %{buildroot}%{tvtuner_launcher}/%{name}.desktop << EOF
[Desktop Entry]
Name=XawTV \$devicename
Comment=The X11 Video4Linux Stream Capture Viewer
Comment[ru]=Просмотр входящего потока Video4Linux
TryExec=/usr/bin/XawTV
Exec=/usr/bin/XawTV -c \$device
Terminal=false
Icon=video_section
Type=Application
EOF


%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 3.102-5
- (189154e) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26292 |14mu|xbase-3.1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name}64_ %{major}
%define devname %mklibname %{name} -d

Summary:	Xbase dBase database file library
Name:		xbase
Version:	3.1.2
Release:	8
License:	LGPLv2+
Group: 		Development/Other
Url:		http://linux.techass.com/projects/xdb/
Source0:	http://downloads.sourceforge.net/xdb/%{name}64-%{version}.tar.gz
Patch0:		%{name}-%{version}-fixconfig.patch
Patch2:		%{name}-%{version}-gcc44.patch
Patch3:		%{name}-2.0.0-ppc.patch
Patch4:		%{name}-%{version}-xbnode.patch
Patch5:		%{name}-%{version}-lesserg.patch
Patch6:		%{name}-%{version}-outofsource.patch
Patch7:		%{name}-%{version}-gcc47.patch
Patch8:		%{name}-%{version}-gcc-version.patch
BuildRequires:	doxygen

%description
Library for accessing dBase .dbf, .ndx, .dbt, and Clipper .ntx files.

%files
%doc NEWS README AUTHORS ChangeLog
%{_bindir}/checkndx
%{_bindir}/copydbf
%{_bindir}/dbfutil1
%{_bindir}/dbfxtrct
%{_bindir}/deletall
%{_bindir}/dumphdr
%{_bindir}/dumprecs
%{_bindir}/packdbf
%{_bindir}/reindex
%{_bindir}/undelall
%{_bindir}/zap

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries needed for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xbase1 < 3.1.2-8
Obsoletes:	%{_lib}xbase1 < 3.1.2-8

%description -n %{libname}
Libraries needed for %{name}

%files -n %{libname}
%{_libdir}/libxbase.so.%{major}*
%{_libdir}/libxbase64.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Xbase development package
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Headers and such for compiling programs that use the Xbase library.

%files -n %{devname}
%doc docs html
%{_bindir}/xbase-config
%{_bindir}/xbase64-config
%{_includedir}/xbase*
%{_libdir}/libxbase.so
%{_libdir}/libxbase64.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}64-%{version}
%apply_patches

%build
touch AUTHORS README NEWS
cp -p copying COPYING
autoreconf -i
%configure2_5x --disable-static
%make

%install
%makeinstall_std

pushd %{buildroot}%{_libdir}
ln -s libxbase64.so.1.0.0 libxbase.so.1.0.0
ln -s libxbase64.so.%{major} libxbase.so.%{major}
ln -s libxbase64.so libxbase.so
popd

pushd %{buildroot}%{_includedir}
ln -s xbase64 xbase
ln -s xbase64.h xbase64/xbase.h
popd

pushd %{buildroot}%{_bindir}
ln -s xbase64-config xbase-config
popd


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.2-8
- (cf839e2) Fix library package name
- (cf839e2) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26293 |14mu|xbmc-16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_without cec
%define codename Jarvis

Summary:	Kodi (ex-XBMC) Media Center - media player and home entertainment system
Name:		xbmc
Version:	16.1
Release:	1
# nosefart audio plugin and RSXS-0.9 based screensavers are GPLv2 only
# several eventclients are GPLv3+ (in subpackages)
# libhdhomerun is LGPLv3+ with an exception (always ok to link against it)
# the rest is GPLv2+
# both GPLv2+ and GPLv2 are mentioned because plugins are not part of core
# xbmc and therefore e.g. /usr/bin/xbmc is GPLv2+ with LGPLv3+ part
# as allowed by a license exception
License:	GPLv2+ and GPLv2 and (LGPLv3+ with exceptions)
Group:		Video
Url:		http://kodi.tv/
Source0:	http://mirrors.kodi.tv/releases/source/%{version}-%{codename}.tar.gz
Patch1:		xbmc-13.0-no-win32.patch
# Display Music Videos in "Artist - Name" format instead of just "Name"
Patch2:		xbmc-15.0-upnp-musicvideos-artist.patch
# Fix bug with UPnP playback for Playlists
Patch3:		xbmc-14.1-upnp-playlists.patch
Patch4:		xbmc-16.0-session.patch
# Seems to create dlopen call loop and crash so disable it
Patch5:		xbmc-14.2-no-dlopen-wrapper.patch
Patch6:		xbmc-16.1-ru.patch
Patch7:		xbmc-16.1-desktop.patch

BuildRequires:	avahi-common-devel
BuildRequires:	boost-devel
BuildRequires:	bzip2-devel
BuildRequires:	crossguid-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	liblzo-devel
BuildRequires:	mysql-devel
BuildRequires:	tinyxml-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(bluez)
BuildRequires:	pkgconfig(cwiid)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(dcadec)
BuildRequires:	pkgconfig(enca)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libcdio)
%if %{with cec}
BuildRequires:	pkgconfig(libcec)
%endif
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmicrohttpd)
BuildRequires:	pkgconfig(libmms)
BuildRequires:	pkgconfig(libmpeg2)
BuildRequires:	pkgconfig(libnfs)
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(libplist)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librtmp)
# libshairplay should be used now but there's no stable release yet
# BuildRequires:	pkgconfig(libshairport)
BuildRequires:	pkgconfig(libssh)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_mixer)
BuildRequires:	pkgconfig(SDL2_image)
# Doesn't seem to use it for anything but configure checks
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	pkgconfig(yajl)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	cmake
BuildRequires:	gperf
BuildRequires:	zip
%ifarch %{ix86}
BuildRequires:	nasm
%endif
Requires:	lsb-release
# for codegenrator
BuildRequires:	doxygen
BuildRequires:	java
BuildRequires:	swig

# dlopened (existence check required by rpm5 as it doesn't use stderr):
%define dlopenreq() %([ -e %{_libdir}/lib%{1}.so ] && rpm -qf --qf '%%{name}' $(readlink -f %{_libdir}/lib%{1}.so) 2>/dev/null || echo %{name})
Requires:	%dlopenreq curl
Requires:	%dlopenreq FLAC
Requires:	%dlopenreq mad
Requires:	%dlopenreq ogg
Requires:	%dlopenreq vorbis
Requires:	%dlopenreq vorbisenc
Requires:	%dlopenreq vorbisfile
Requires:	%dlopenreq rtmp
Requires:	%dlopenreq mpeg2
Requires:	%dlopenreq ass
Requires:	%dlopenreq bluray
Requires:	%dlopenreq nfs
Requires:	%dlopenreq plist
%if %{with cec}
Requires:	%dlopenreq cec
%endif
# not nearly as common as the above, so just suggest instead for now:
Suggests:	%dlopenreq crystalhd
# TODO: FEH.py is useless nowadays, drop it here and upstream.
# for FEH.py, to check current configuration is ok for xbmc:
Requires:	xdpyinfo
Requires:	glxinfo
# for FEH.py to allow it to give an error message (should be available already
# on most systems):
Requires:	pygtk2
# for xbmc python scripts:
Requires:	python-imaging
# Packages not shipped in core:
Suggests:	%{_lib}lame0
Suggests:	%{_lib}dvdcss2

Provides:	kodi = %{EVRD}

%description
Kodi (ex-XBMC) is an award-winning free and open source software media
player and entertainment hub for digital media.

While Kodi functions very well as a standard media player application
for your computer, it has been designed to be the perfect companion
for your HTPC. Supporting an almost endless range of remote controls,
and combined with its beautiful interface and powerful skinning
engine, Kodi feels very natural to use from the couch and is the
ideal solution for your home theater.

Support for RAR files is not included due to license issues.

%files
%doc %{_docdir}/kodi
%{_bindir}/xbmc
%{_bindir}/xbmc-standalone
%{_bindir}/kodi
%{_bindir}/kodi-standalone
%dir %{_libdir}/kodi
%dir %{_libdir}/kodi/addons
%dir %{_libdir}/kodi/system
%dir %{_libdir}/kodi/system/players
%dir %{_libdir}/kodi/system/players/dvdplayer
%{_libdir}/kodi/kodi.bin
%{_libdir}/kodi/kodi-xrandr
%dir %{_libdir}/kodi/addons/*
%{_libdir}/kodi/addons/*/*.so
%{_libdir}/kodi/system/ImageLib-*.so
%{_libdir}/kodi/system/libcpluff-*.so
%{_libdir}/kodi/system/libexif-*.so
%optional %{_libdir}/kodi/system/libsse4-*.so
%{_libdir}/kodi/system/players/dvdplayer/libdvdnav-*.so
%dir %{_datadir}/kodi
%{_datadir}/kodi/addons
%{_datadir}/kodi/media
%{_datadir}/kodi/system
%{_datadir}/kodi/userdata
%{_datadir}/xsessions/kodi.desktop
%{_datadir}/applications/kodi.desktop
%{_iconsdir}/hicolor/*/apps/kodi.png

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for Kodi (ex-XBMC)
License:	GPLv2+
Group:		Development/C
Provides:	xbmc-eventclients-devel = %{EVRD}
Conflicts:	xbmc-eventclients-devel < 13.0
Obsoletes:	xbmc-eventclients-devel < 13.0

%description devel
Kodi (ex-XBMC) is an award-winning free and open source software media player
and entertainment hub for digital media.

This package contains files needed to build addons and eventclients.

%files devel
%dir %{_includedir}/kodi
%{_includedir}/kodi/*
%{_libdir}/kodi/*.cmake

#----------------------------------------------------------------------------

%package eventclients-common
Summary:	Common files for Kodi (ex-XBMC) eventclients
License:	GPLv2+
Group:		Video

%description eventclients-common
Kodi (ex-XBMC) is an award-winning free and open source software media player
and entertainment hub for digital media.

This package contains common files for eventclients.

%files eventclients-common
%{python_sitelib}/kodi
%dir %{_datadir}/pixmaps/kodi
%{_datadir}/pixmaps/kodi/*.png

#----------------------------------------------------------------------------

%package eventclient-wiiremote
Summary:	Wii Remote eventclient for Kodi (ex-XBMC)
License:	GPLv3+
Group:		Video
Requires:	%{name}-eventclients-common = %{EVRD}

%description eventclient-wiiremote
Kodi (ex-XBMC) is an award-winning free and open source software media player
and entertainment hub for digital media.

This package contains the Wii Remote eventclient.

%files eventclient-wiiremote
%{_bindir}/kodi-wiiremote

#----------------------------------------------------------------------------

%package eventclient-j2me
Summary:	J2ME eventclient for Kodi (ex-XBMC)
License:	GPLv2+
Group:		Video
Requires:	python-pybluez
Requires:	%{name}-eventclients-common = %{EVRD}

%description eventclient-j2me
Kodi (ex-XBMC) is an award-winning free and open source software media player
and entertainment hub for digital media.

This package contains the J2ME eventclient, providing a bluetooth
server that can communicate with a mobile tool supporting J2ME.

%files eventclient-j2me
%{_bindir}/kodi-j2meremote

#----------------------------------------------------------------------------

%package eventclient-ps3
Summary:	PS3 eventclients for Kodi (ex-XBMC)
License:	GPLv2+
Group:		Video
Requires:	python-pybluez
Requires:	%{name}-eventclients-common = %{EVRD}
# requires via zeroconf.py, only used by xbmc-ps3d:
Requires:	python-gobject avahi-python python-dbus

%description eventclient-ps3
Kodi (ex-XBMC) is an award-winning free and open source software media player
and entertainment hub for digital media.

This package contains the PS3 remote and sixaxis eventclients.

%files eventclient-ps3
%{_bindir}/kodi-ps3d
%{_bindir}/kodi-ps3remote

#----------------------------------------------------------------------------

%package eventclient-xbmc-send
Summary:	PS3 eventclient for Kodi (ex-XBMC)
License:	GPLv2+
Group:		Video
Requires:	%{name}-eventclients-common = %{EVRD}

%description eventclient-xbmc-send
Kodi (ex-XBMC) is an award-winning free and open source software media player
and entertainment hub for digital media.

This package contains the xbmc-send eventclient.

%files eventclient-xbmc-send
%{_bindir}/kodi-send

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}-%{codename}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1

# otherwise backups end up in binary rpms
find -type f \( -name '*.00??' -o -name '*.00??~' \) -print -delete

# remove prebuilt libraries
find -type f \( -iname '*.so' -o -iname '*.dll' -o -iname '*.exe' \) -delete

# win32 only
rm -rf system/players/dvdplayer/etc/fonts

%build
export GIT_REV="tarball"
./bootstrap

# due to xbmc modules that use symbols from xbmc binary
# and are not using libtool
%define _disable_ld_no_undefined 1

# Workaround configure using git to override GIT_REV (TODO: fix it properly)
export ac_cv_prog_HAVE_GIT="n"

%configure2_5x \
	--disable-debug \
	--disable-ccache \
	--with-ffmpeg=shared \
%ifarch %{arm}
	--enable-neon \
%endif
	--enable-external-libraries \
	--disable-non-free \
	--disable-dvdcss \
%if %{with cec}
	--enable-libcec \
%else
	--disable-libcec \
%endif
	--enable-goom \
	--enable-pulse \
	--with-lirc-device=/var/run/lirc/lircd

# non-free = unrar
# dvdcss is handled via dlopen when disabled

%make
%make -C tools/EventClients wiimote

%install
%makeinstall_std
%makeinstall_std -C tools/EventClients

# remove compat directory symlinks (RPM cannot handle dir=>symlink transition so
# more complex handling would be needed for these)
rm -f %{buildroot}%{_datadir}/xbmc
rm -f %{buildroot}%{_includedir}/xbmc
rm -f %{buildroot}%{_libdir}/xbmc
# remove duplicate symlink
rm -f %{buildroot}%{_datadir}/xsessions/xbmc.desktop

( # for IFS and +x
# Check for issues in ELF binaries
undefined=
fhserr=
echo Silencing output of undefined symbol and FHS conformance checks
set +x
IFS=$'\n'
for file in $(find %{buildroot} -type f); do
	type="$(file "$file")"
	echo "$type" | grep -q "ELF" || continue

	# Check that a binary file is not in datadir:
	echo "$file" | grep -q "%{_datadir}" && fhserr="${fhserr}$file\n"

	# check for undefined symbols in XBMC modules
	echo "$type" | grep -q "shared object" || continue
	for symbol in $(LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}%{_libdir} ldd -r "$file" 2>&1 | grep undefined | awk '{ print $3 }'); do
		# undefined symbols may also be provided by XBMC:
		nm -f posix -D --no-demangle --defined-only %{buildroot}%{_libdir}/kodi/kodi.bin | grep -q "^$symbol " && continue
		# The symbol was not provided by XBMC.
		# Check if it is available through its dependencies:
		for filename in $(objdump -p %{buildroot}%{_libdir}/kodi/kodi.bin | grep NEEDED | awk '{ print $2 }'); do
			depfile="/%{_lib}/$filename"
			[ -e "$depfile" ] || depfile="%{_libdir}/$filename"
			nm -f posix -D --no-demangle --defined-only $depfile | grep -q "^$symbol " && continue 2
		done
		# Euphoria references rsxs PNG class, but it is never used at runtime,
		# so it results in no errors due to RTLD_LAZY being used by XBMC module loader.
		case $file:$symbol in */Euphoria.xbs:_ZN3PNG*) continue; esac
		# the symbol was not found
		undefined="${undefined}$file: $symbol\n"
	done
done
ok=1
[ -n "$undefined" ] && echo -e "$undefined" && echo "Undefined symbols!" && ok=
[ -n "$fhserr" ] && echo -e "$fhserr" && echo "Binaries in datadir!" && ok=
[ -n "$ok" ]
)


%changelog

* Thu Apr 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.1-1
- (41fd43f) Update translation for .desktop file
- (Andrey Bondrov: 89bde28) New version 16.1
- (Andrey Bondrov: 89bde28) Re-diff ru patch

* Fri Apr 22 2016 Denis Silakov <dsilakov@gmail.com> 16.0-4
- (da4b258) Try to build with new libcec

* Wed Feb 24 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.0-3
- (3f407bd) Update Russian translation

* Wed Feb 24 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.0-2
- (31fdd77) Update Russian translation

* Mon Feb 22 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 16.0-1
- (8bb52a1) New version 16.0
- (8bb52a1) Build requires pkgconfig(dcadec) and crossguid-devel now
- (8bb52a1) Update files

* Fri Feb 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.2-2
- (f2325f3) Bump release

* Wed Nov 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.2-1
- (363765c) New version 15.2
- (363765c) Drop no longer needed ffmpeg-version patch

* Mon Sep 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 15.1-2
- (fa3c3fa) Rebuild with new libplist

* Wed Aug 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.1-1
- (f5c3bd9) New version 15.1

* Fri Jul 31 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.0-2
- (caf776f) Requires giflib-devel to build
- (Andrey Bondrov: 367f452) Don't delete png files from Confluence theme as we no longer build TexturePacker (its build is messed up now, requires static libs)

* Mon Jul 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 15.0-1
- (0741694) Disable dependency on libshairport because now libshairplay is required instead (and we don't have it, no stable release yet)
- (Andrey Bondrov: d7db1a6) Drop afpclient support as upstream did
- (Andrey Bondrov: 4e6649f) Drop requires on modplug library, it's no longer used directly (ffmpeg is used instead)
- (Andrey Bondrov: 4eb0929) New version 15.0
- (Andrey Bondrov: 4eb0929) Re-diff patches
- (Andrey Bondrov: 4eb0929) Drop paplayer as upstream did

* Wed Jul 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.2-3
- (207e496) Bump release

* Tue May 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.2-2
- (b560910) Bump release (for new libass)

* Sun Mar 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.2-1
- (3b88f61) New version 14.2 final

* Sun Mar 15 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.2-0.rc1.4
- (7b4cf80) Update to 14.2 RC1 and fix crash caused by dlopen wrapper

* Fri Mar 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.1-4
- (c5b08a0) Move fullscreen option from xsession to startup script

* Fri Mar 13 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.1-3
- (7cb4acd) Fix files (don't ship duplicate xsession)
- (Andrey Bondrov: a7c495d) Adjust xsession file (start fullscreen)

* Fri Feb 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.1-2
- (cc7235f) Don't package symlinks

* Fri Feb 27 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.1-1
- (bf21223) Update BuildRequires
- (Andrey Bondrov: 59479f4) New version 14.1
- (Andrey Bondrov: 59479f4) Adopt for new name Kodi
- (Andrey Bondrov: 59479f4) Switch to SDL2
- (Andrey Bondrov: 59479f4) Re-diff patches

* Tue Aug 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 13.2-1
- (088b1d5) Don't disable crystalhd support for rosa2012.1
- (Andrey Bondrov: 85ba96f) New version 13.2

* Fri Jul 25 2014 Denis Silakov <denis.silakov@rosalab.ru> 13.1-6
- (36a5f3b) MassBuild#464: Increase release tag

* Sun Jul 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 13.1-5
- (3501b20) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26294 |14mu|xcalc-1.0.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xcalc
Version: 1.0.6
Release: 1
Summary: Scientific calculator for X

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
Xcalc is a scientific calculator desktop accessory that can emulate a TI-30
or an HP-10C.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xcalc
%{_datadir}/X11/app-defaults/XCalc
%{_datadir}/X11/app-defaults/XCalc-color
%{_mandir}/man1/xcalc.1*

%changelog

* Mon Jan 11 2016 dsilakov <denis.silakov@rosalab.ru> 1.0.6-1
- (df6bcb5) Merge pull request #2 from import/xcalc:auto_update
- (df6bcb5) Updated to 1.0.6 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26295 |14mu|xcb-util-0.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xcb-util %{major}
%define devname %mklibname xcb-util -d

Summary:	A number of libraries which sit on top of libxcb
Name:		xcb-util
Version:	0.4.0
Release:	1
License:	MIT
Group:		System/X11
Url:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
BuildRequires:	gperf
BuildRequires:	x11-util-macros
BuildRequires:	x11-proto-devel
BuildRequires:	pkgconfig(xcb)

%description
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	xcb-util library package
Group:		System/X11
Conflicts:	%{_lib}xcb1 < 1.7-2
Conflicts:	%{_lib}xcb-composite0 < 1.7-2
Conflicts:	%{_lib}xcb-damage0 < 1.7-2
Conflicts:	%{_lib}xcb-dpms0 < 1.7-2
Conflicts:	%{_lib}xcb-dri2_0 < 1.7-2
Conflicts:	%{_lib}xcb-glx0 < 1.7-2
Conflicts:	%{_lib}xcb-randr0 < 1.7-2
Conflicts:	%{_lib}xcb-render0 < 1.7-2
Conflicts:	%{_lib}xcb-record0 < 1.7-2
Conflicts:	%{_lib}xcb-res0 < 1.7-2
Conflicts:	%{_lib}xcb-screensaver0 < 1.7-2
Conflicts:	%{_lib}xcb-shape0 < 1.7-2
Conflicts:	%{_lib}xcb-shm0 < 1.7-2
Conflicts:	%{_lib}xcb-sync0 < 1.7-2
Conflicts:	%{_lib}xcb-xevie0 < 1.7-2
Conflicts:	%{_lib}xcb-xf86dri0 < 1.7-2
Conflicts:	%{_lib}xcb-xfixes0 < 1.7-2
Conflicts:	%{_lib}xcb-xinerama0 < 1.7-2
Conflicts:	%{_lib}xcb-xprint0 < 1.7-2
Conflicts:	%{_lib}xcb-xtest0 < 1.7-2
Conflicts:	%{_lib}xcb-xv0 < 1.7-2
Conflicts:	%{_lib}xcb-xvmc0 < 1.7-2

%description -n %{libname}
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%files -n %{libname}
%{_libdir}/libxcb-util.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	A number of libraries which sit on top of libxcb
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	xcb-util-devel = %{EVRD}
Obsoletes:	%{_lib}xcb-static-devel < 0.3.9

%description -n %{devname}
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%files -n %{devname}
%{_includedir}/xcb/xcb_atom.h
%{_includedir}/xcb/xcb_aux.h
#%{_includedir}/xcb/xcb_bitops.h
%{_includedir}/xcb/xcb_event.h
%{_includedir}/xcb/xcb_util.h
%{_libdir}/libxcb-util.so
%{_libdir}/pkgconfig/xcb-atom.pc
%{_libdir}/pkgconfig/xcb-aux.pc
%{_libdir}/pkgconfig/xcb-event.pc
%{_libdir}/pkgconfig/xcb-util.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static

%make

%install
%makeinstall_std


%changelog

* Tue Sep 29 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.4.0-1
- (a5fc092) Updated to version 0.4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26296 |14mu|xcb-util-cursor-0.1.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname xcb-cursor %{major}
%define devname %mklibname xcb-cursor -d

Summary:	xcb-util's xcb-cursor
Name:		xcb-util-cursor
Version:	0.1.2
Release:	2
License:	MIT
Group:		System/X11
Url:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(xcb-image)
BuildRequires:	pkgconfig(xcb-render)
BuildRequires:	pkgconfig(xcb-renderutil)
BuildRequires:	pkgconfig(xorg-macros)

%description
This is the libXcursor port to XCB.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	xcb-util-cursor library package
Group:		System/X11
Obsoletes:	%{_lib}xcb-util-cursor0 < 0.1.1-2

%description -n %{libname}
This is the libXcursor port to XCB.

%files -n %{libname}
%{_libdir}/libxcb-cursor.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	xcb-util-cursor development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}xcb-util-cursor-devel < 0.1.1-2

%description -n %{devname}
This pakcage includes the development files required to build software against
%{name}.

%files -n %{devname}
%doc ChangeLog NEWS README
%{_includedir}/xcb/*.h
%{_libdir}/libxcb-cursor.so
%{_libdir}/pkgconfig/xcb-cursor.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog

* Tue Sep 29 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.1.2-2
- (7404227) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26297 |14mu|xcb-util-image-0.4.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d
%define develnamest %mklibname %{name} -d -s

Summary:	xcb-util's xcb-image
Name:		xcb-util-image
Version:	0.4.0
Release:	1
Url:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
License:	MIT
Group:		System/X11
BuildRequires:	xcb-util-devel >= 0.3.9
BuildRequires:	x11-util-macros

%description
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%package -n %{libname}
Summary:	xcb-util-image library package
Group:		System/X11

%description -n %{libname}
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

This is the xcb-util-image library package.

%package -n %{develname}
Summary:	xcb-util-image development files
Group:		Development/C
Provides:	libxcb-util-image-devel = %{version}-%{release}
Provides:	xcb-util-image-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Conflicts:	%{mklibname xcb-util -d} < 0.3.9
Conflicts:	%{mklibname xcb-util -d -s} < 0.3.9

%description -n %{develname}
This pakcage includes the development files required to build software against
%{name}.


%package -n %{develnamest}
Summary:	xcb-util-image development files
Group:		Development/C
Provides:	libxcb-util-image-devel-static = %{version}-%{release}
Provides:	xcb-util-image-devel-static = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Requires:	xcb-util-image-devel = %{version}-%{release}
Conflicts:	%{mklibname xcb-util -d} < 0.3.9
Conflicts:	%{mklibname xcb-util -d -s} < 0.3.9

%description -n %{develnamest}
This pakcage includes the development files required to build software against
%{name}.


%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%files -n %{libname}
%{_libdir}/libxcb-image.so.%{major}*

%files -n %{develname}
%doc ChangeLog NEWS README
%{_includedir}/xcb/xcb_image.h
%{_includedir}/xcb/xcb_pixel.h
%{_includedir}/xcb/xcb_bitops.h
%{_libdir}/libxcb-image.so
%{_libdir}/pkgconfig/xcb-image.pc

%files -n %{develnamest}
%{_libdir}/libxcb-image.a



%changelog

* Tue Sep 29 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.4.0-1
- (5971d91) Updated to version 0.4.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26298 |14mu|xcb-util-keysyms-0.4.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	xcb-util's xcb-keysyms
Name:		xcb-util-keysyms
Version:	0.4.0
Release:	2
Url:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
License:	MIT
Group:		System/X11
BuildRequires:	xcb-util-devel >= 0.3.9
BuildRequires:	x11-util-macros

%description
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%package -n %{libname}
Summary:	xcb-util-keysyms library package
Group:		System/X11
Conflicts:	%{mklibname xcb-keysyms 1} < 0.3.9

%description -n %{libname}
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

This is the xcb-util-keysyms library package.

%package -n %{develname}
Summary:	xcb-util-keysyms development files
Group:		Development/C
Provides:	libxcb-util-keysyms-devel = %{version}-%{release}
Provides:	xcb-util-keysyms-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Conflicts:	%{mklibname xcb-util -d} < 0.3.9
Conflicts:	%{mklibname xcb-util -d -s} < 0.3.9

%description -n %{develname}
This pakcage includes the development files required to build software against
%{name}.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/libxcb-keysyms.so.%{major}*

%files -n %{develname}
%doc ChangeLog NEWS README
%{_includedir}/xcb/xcb_keysyms.h
%{_libdir}/libxcb-keysyms.so
%{_libdir}/pkgconfig/xcb-keysyms.pc

%changelog

* Sun Dec 06 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 0.4.0-2
- (e5622d6) Release up for a rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26299 |14mu|xcb-util-renderutil-0.3.9-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname %{name} -d

Summary:	Xcb-util's xcb-renderutil

Name:		xcb-util-renderutil
Version:	0.3.9
Release:	4
Url:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
License:	MIT
Group:		System/X11
BuildRequires:	xcb-util-devel >= 0.3.8
BuildRequires:	x11-util-macros

%description
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%package -n %{libname}
Summary:	xcb-util-renderutil library package

Group:		System/X11

%description -n %{libname}
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

This is the xcb-util-renderutil library package.

%package -n %{develname}
Summary:	xcb-util-renderutil development files

Group:		Development/C
Provides: 	libxcb-util-renderutil-devel = %{version}-%{release}
Provides:	xcb-util-renderutil-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}
Conflicts:	%{mklibname xcb-util -d} < 0.3.8
Conflicts:	%{mklibname xcb-util -d -s} < 0.3.8

%description -n %{develname}
This pakcage includes the development files required to build software against
%{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%doc ChangeLog NEWS README
%{_libdir}/libxcb-render-util.so.%{major}*

%files -n %{develname}
%{_includedir}/xcb/xcb_renderutil.h
%{_libdir}/libxcb-render-util.a
%{_libdir}/libxcb-render-util.so
%{_libdir}/pkgconfig/xcb-renderutil.pc




%changelog

* Tue Sep 29 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.3.9-4
- (b39dc47) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26300 |14mu|xcb-util-wm-0.4.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define ewmh_major 2
%define icccm_major 4

%define libewmh %mklibname xcb-ewmh %{ewmh_major}
%define libicccm %mklibname xcb-icccm %{icccm_major}
%define develname %mklibname %{name} -d
%define develnamest %mklibname %{name} -d -s

Summary:	xcb-util-wm

Name:		xcb-util-wm
Version:	0.4.1
Release:	4
Url:		http://xcb.freedesktop.org
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
License:	MIT
Group:		System/X11
BuildRequires:	xcb-util-devel >= 0.3.9
BuildRequires:	x11-util-macros

%description
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%package -n %{libewmh}
Summary:	Xcb-ewmh library package

Group:		System/X11

%description -n %{libewmh}
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%package -n %{libicccm}
Summary:	Xcb-icccm library package

Group:		System/X11

%description -n %{libicccm}
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.

%package -n %{develname}
Summary:	xcb-util-wm development headers

Group:		Development/C
Provides:	libxcb-util-wm-devel = %{version}-%{release}
Provides:	xcb-util-wm-devel = %{version}-%{release}
Requires:	%{libewmh} = %{version}-%{release}
Requires:	%{libicccm} = %{version}-%{release}
Conflicts:	%{mklibname xcb-util -d} < 0.3.9
Conflicts:	%{mklibname xcb-util -d -s} < 0.3.9

%description -n %{develname}
This package includes the development files required to build software against
%{name}.

%package -n %{develnamest}
Summary:	xcb-util-wm development static files

Group:		Development/C
Provides:	libxcb-util-wm-devel-static = %{version}-%{release}
Provides:	xcb-util-wm-devel-static = %{version}-%{release}
Requires:	%{libewmh} = %{version}-%{release}
Requires:	%{libicccm} = %{version}-%{release}
Requires:	xcb-util-wm-devel = %{version}-%{release}
Conflicts:	%{mklibname xcb-util -d} < 0.3.9
Conflicts:	%{mklibname xcb-util -d -s} < 0.3.9

%description -n %{develnamest}
This package includes the static development
files required to build software against
%{name}.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libewmh}
%{_libdir}/libxcb-ewmh.so.%{ewmh_major}*

%files -n %{libicccm}
%{_libdir}/libxcb-icccm.so.%{icccm_major}*

%files -n %{develnamest}
%{_libdir}/libxcb-ewmh.a
%{_libdir}/libxcb-icccm.a

%files -n %{develname}
%doc ChangeLog NEWS README
%{_includedir}/xcb/xcb_ewmh.h
%{_includedir}/xcb/xcb_icccm.h
%{_libdir}/libxcb-ewmh.so
%{_libdir}/libxcb-icccm.so
%{_libdir}/pkgconfig/xcb-ewmh.pc
%{_libdir}/pkgconfig/xcb-icccm.pc




%changelog

* Tue Sep 29 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 0.4.1-4
- (67f0416) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26301 |14mu|xchat-2.8.8-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	build_plf 0

%if %build_plf
%define	distsuffix plf
%endif 

%{?_with_plf: %{expand: %%global build_plf 1}}

%define	perl_version %(rpm -q --qf '%%{epoch}:%%{VERSION}' perl)

Summary:	A GTK+ IRC client
Name:		xchat
Version:	2.8.8
Release:	12
Group:		Networking/IRC
License:	GPLv2+
Url:		http://www.xchat.org
Source0:	http://www.xchat.org/files/source/2.8/%{name}-%{version}.tar.xz
Patch0:		xchat-2.6.4-ctcp_version.patch
Patch1:		xchat-2.0.8-nicksuffix.patch
Patch2:		xchat-2.6.1-servlist.patch
Patch3:		xchat-2.8.6-CVE-2009-0315-debian.patch
Patch4:		xchat-2.8.8-autoconf.patch
Patch5:		xchat-2.8.8-l10n.patch
# fedora patches
Patch100:	xchat-1.8.7-use-sysconf-to-detect-cpus.patch
Patch101:	xchat-2.8.4-disable-tray-icon-by-default.patch
Patch102:	xchat-2.8.6-default-utf8.patch
Patch103:	xchat-2.8.6-change-page-activity.patch
Patch104:	xchat-2.8.8-freenode-ports.diff
Patch105:	xchat-2.8.8-libnotify07.patch
Patch106:	xchat-2.8.8-link-against-libnotify.patch
Patch107:	fixglib.patch
BuildRequires:	bison
BuildRequires:	desktop-file-utils
BuildRequires:	GConf2
BuildRequires:	imagemagick
BuildRequires:	gettext-devel
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libntlm)
BuildRequires:	pkgconfig(libsexy)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(python)
BuildRequires:	tcl-devel
%if %build_plf
BuildRequires:	socks5-devel
%endif
Provides:	xchat-dbus = %{version}-%{release}
# To get the balloon alerts working
Requires:	libnotify

%description
X-Chat is yet another IRC client for the X Window System, using the Gtk+
toolkit. It is pretty easy to use compared to the other Gtk+ IRC clients and
the interface is quite nicely designed.

%package devel
Summary:	XChat header for plugin development
Group:		Development/C

%description devel
This package contains xchat-plugin.h needed to build external plugins.

%package perl
Summary:	XChat Perl plugin
Group:		Networking/IRC
Requires:	%{name} = %{version}-%{release}
Requires:	perl-base = %perl_version

%description perl
Provides Perl scripting capability to XChat.

%package python
Summary:	XChat Python plugin
Group:		Networking/IRC
Requires:	%{name} = %{version}-%{release}

%description python
Provides Python scripting capability to XChat.

%package tcl
Summary:	XChat TCL plugin
Group:		Networking/IRC
Requires:	%{name} = %{version}-%{release}

%description tcl
Provides tcl scripting capability to XChat.

%prep

%setup -q
%patch0
%patch1 -p1
%patch2 -p0 -b .default_server
%patch3 -p1 -b .cve-2009-0315
%patch4 -p0 -b .autoconf
%patch5 -p1 -b .l10n

# fedora patches
%patch100 -p0 -b .use-sysconf-to-detect-cpus
%patch101 -p1 -b .tray-icon
%patch102 -p1 -b .default-utf8
%patch103 -p1 -b .active-channel-switch
%patch104 -p0 -b .freenode-ports
%patch105 -p1 -b .libnotify07
%patch106 -p1 -b .link-against-libnotify
%patch107 -p1 -b .fixglib

# fix build against latest GTK+
sed -i -e 's/#define GTK_DISABLE_DEPRECATED//g' src/fe-gtk/*.c

find . -name Makefile.in |xargs sed -i -e 's,configure.in,configure.ac,g'
./autogen.sh

%build
# (tpg) disable Xft as it breaks RTL languages
# use slower pango instead
%configure2_5x  \
	--enable-openssl \
	--enable-ipv6 \
	--enable-threads=posix \
	--disable-xft \
	--enable-shm \
	--enable-perl \
	--enable-dbus \
	--enable-python \
	--enable-tcl=%{_libdir} \
	--disable-textfe \
	--enable-spell=libsexy \
%if %build_plf
	--enable-socks
%endif

%make

%install
%makeinstall_std

%find_lang %{name}

mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert xchat.png -geometry 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert xchat.png -geometry 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert xchat.png -geometry 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

perl -pi -e 's,%{name}.png,%{name},g' %{buildroot}%{_datadir}/applications/xchat.desktop

desktop-file-install \
	--remove-category="Application" \
	--add-category="GTK" \
	--add-category="IRCClient" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

mkdir -p %{buildroot}%{_includedir}
cp plugins/xchat-plugin.h %{buildroot}%{_includedir}/

rm -rf %{buildroot}%{_libdir}/xchat/plugins/*.la

%preun 
%preun_uninstall_gconf_schemas apps_xchat_url_handler

%files -f xchat.lang
%doc README ChangeLog faq.html plugins/plugin20.html
%{_bindir}/xchat
%{_datadir}/applications/xchat.desktop
%{_datadir}/dbus-1/services/org.xchat.service.service
%{_datadir}/pixmaps/xchat.png
%{_iconsdir}/hicolor/*/apps/*.png
%dir %{_libdir}/xchat/plugins
%dir %{_libdir}/xchat
%{_sysconfdir}/gconf/schemas/apps_xchat_url_handler.schemas

%files devel
%{_includedir}/xchat-plugin.h

%files perl
%{_libdir}/xchat/plugins/perl.so

%files python
%{_libdir}/xchat/plugins/python.so

%files tcl
%{_libdir}/xchat/plugins/tcl.so


%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 2.8.8-12
- (8ca4043) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26302 |14mu|xclass-0.9.2-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug package is empty and rpmlint rejects build
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define major %{version}
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	GUI toolkit resembling Windows(TM) 95
Name:		xclass
Version:	0.9.2
Release:	14
License:	LGPLv2+
Group:		System/Libraries
Url:		http://sourceforge.net/projects/xclass/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		xclass-0.6.3-mime-types.patch
# From SUSE OSS-Factory
Patch1:		xclass-0.9.2-gcc40.patch
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)

%description
Xclass is a GUI toolkit resembling Windows 95. It is Xlib-based and is
written in C++.

%files
%dir %{_datadir}/xclass
%dir %{_datadir}/xclass/icons
%{_datadir}/xclass/icons/*.xpm
%{_datadir}/xclass/icons/*.xbm
%{_datadir}/xclass/icons/*.icon
%config(noreplace) %{_sysconfdir}/xclassrc
%config(noreplace) %{_sysconfdir}/xclass-mime.types

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Win95-looking GUI toolkit
Group:		System/Libraries
Requires:	%{name}
Conflicts:	%{_lib}xclass0 < 0.9.2-14
Obsoletes:	%{_lib}xclass0 < 0.9.2-14

%description -n %{libname}
Xclass is a GUI toolkit resembling Windows 95. It is Xlib-based and is 
written in C++.

%files -n %{libname}
%{_libdir}/libxclass.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Win95-looking GUI toolkit
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
Xclass is a GUI toolkit resembling Windows 95. It is Xlib-based and is
written in C++.

This package contains headers and static libraries to develop program using
Xclass.

%files -n %{devname}
%doc doc/Programming.notes doc/Layout.notes
%{_bindir}/xc-config
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .mime-types
%patch1 -p0 -b .gcc40

# AW: new way to install /etc/xclass-mime.types instead of /etc/mime.types
mv doc/mime.types doc/xclass-mime.types
perl -pi -e "s,mime.types,xclass-mime.types,g" doc/Makefile.in lib/libxclass/OResourcePool.cc test/ftest.cc
# AW: new way to fix references to /usr/local in the build
perl -pi -e "s,/usr/local/xclass-icons,%{_datadir}/%{name}/icons,g" lib/libxclass/Makefile.in lib/libxclass/Makefile.intel
perl -pi -e "s,/usr/local/xclass,/,g" lib/libxclass/Makefile.in lib/libxclass/Makefile.intel

%build
# Needed for x86-64 build
export CFLAGS="%{optflags} -DPIC -fPIC"
export CXXFLAGS="$CFLAGS"
%configure2_5x \
	--enable-debug=no
%make
%make shared

%install
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_libdir} %{buildroot}%{_includedir} 
mkdir -p %{buildroot}%{_sysconfdir} %{buildroot}%{_datadir}/xclass/icons
make etc_dir=%{buildroot}%{_sysconfdir} config_dir=%{buildroot}%{_bindir} \
  doc_dir=%{buildroot}%{_docdir} header_dir=%{buildroot}%{_includedir}/xclass lib_dir=%{buildroot}%{_libdir} \
  icon_dir=%{buildroot}%{_datadir}/xclass/icons install
make etc_dir=%{buildroot}%{_sysconfdir} config_dir=%{buildroot}%{_bindir} \
  doc_dir=%{buildroot}%{_docdir} header_dir=%{buildroot}%{_includedir}/xclass lib_dir=%{buildroot}%{_libdir} \
  icon_dir=%{buildroot}%{_datadir}/xclass/icons install_shared
ln -sf libxclass.so.%{version} %{buildroot}%{_libdir}/libxclass.so

# fix reference to icons dir
perl -pi -e "s,(^icon dir).+,\1 = %{_datadir}/xclass/icons," \
  %{buildroot}%{_sysconfdir}/xclassrc

# remove unpackaged files
rm -f  %{buildroot}%{_datadir}/xclass/icons/Makefile{,.in}
rm -rf %{buildroot}%{_datadir}/doc


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.2-14
- (e615b06) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26303 |14mu|xdg-utils-1.1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# sources from upstream git
#
# git clone git://anongit.freedesktop.org/xdg/xdg-utils
# cd xdg-utils
# git archive --format=tar --prefix=xdg-utils-20121008/ master | xz > ../xdg-utils-20121008.tar.xz
#

%define gitdate 20150415

Summary:	A basic desktop integration tools for any Free Desktop
Name:		xdg-utils
Version:	1.1.1
Release:	1
License:	MIT
Url:		http://portland.freedesktop.org/wiki/
Group:		System/Base
# git clone git://anongit.freedesktop.org/xdg/xdg-utils
# git archive --format=tar --prefix xdg-utils-1.1.0-$(date +%Y%m%d)/ HEAD | xz -vf > xdg-utils-1.1.0-$(date +%Y%m%d).tar.xz
#Source0:	xdg-utils-%{version}-%{gitdate}.tar.xz
Source0:	http://portland.freedesktop.org/download/%{name}-%{version}.tar.gz
Patch1:		xdg-utils-1.1.0-lxqt.patch
Patch2:		xdg-utils-1.1.0-enable-additional-scripts.patch
BuildArch:	noarch
BuildRequires:	docbook-dtd412-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	gawk
BuildRequires:	lynx
BuildRequires:	xmlto
BuildRequires:	xsltproc
Requires:	desktop-file-utils
Requires:	xprop
Requires:	xset

%description
This version of xdg-utils contains the following commands:
xdg-desktop-menu:	command line tool for (un)installing 
			desktop menu items
xdg-desktop-icon:	command line tool for (un)installing 
			icons to the desktop
xdg-mime:	        command line tool for querying information 
			about file type handling and adding 
			descriptions for new file types
xdg-icon-resource:	command line tool for (un)installing icon resources
xdg-open:	        opens a file or URL in the user's preferred 
			application
xdg-email:	        command line tool for sending mail using the user's 
			preferred 
			e-mail composer
xdg-su:	                run a program as root after prompting for the root 
			password
xdg-screensaver:	command line tool for controlling the screensaver

Testsuite for xdg-utils is available from
http://portland.freedesktop.org/wiki/TestSuite

%prep
%setup -qn %{name}-%{version}
%apply_patches

%build
%configure

%if %{gitdate}
%make scripts-clean -C scripts
%make man scripts -C scripts
%endif

%make
%make -C scripts

%install
%makeinstall_std
sed -i -e "s,_LIBDIR_,%{_libdir}/kde4/libexec,g" %{buildroot}/%{_bindir}/xdg-email

%files
%{_bindir}/xdg-*
%{_mandir}/man1/xdg*.*

%changelog

* Tue Dec 15 2015 Denis Silakov <dsilakov@gmail.com> 1.1.1-1
- (05e58c7) Updated to 1.1.1 with additional LXQt support (sync with cooker)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26304 |14mu|xdpyinfo-1.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xdpyinfo
Version:	1.3.2
Release:	1
Summary:	Display information utility for X

Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: pkgconfig(xtst) >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires: pkgconfig(xxf86vm)
BuildRequires: pkgconfig(xxf86dga)
BuildRequires: pkgconfig(xxf86misc)
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xcomposite)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(dmx)
BuildRequires: pkgconfig(xp)

%description
Xdpyinfo is a utility for displaying information about an X server. It is used
to examine the capabilities of a server, the predefined values for various
parameters used in communicating between clients and the server, and the
different types of screens and visuals that are available.

%prep
%setup -q

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xdpyinfo
%{_mandir}/man1/xdpyinfo.*

%changelog

* Mon Jan 11 2016 dsilakov <denis.silakov@rosalab.ru> 1.3.2-1
- (a176e84) Merge pull request #2 from import/xdpyinfo:auto_update
- (a176e84) Updated to 1.3.2 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26305 |14mu|xedit-1.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xedit
Version:	1.2.2
Release:	2
Summary:	Simple text editor for X
Group:		Development/X11
URL:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT
BuildRequires:	pkgconfig(xorg-macros) >= 1.1.5
BuildRequires:	xaw-devel >= 1.0.4
Requires:	x11-data-bitmaps
Requires:	aspell aspell-en grep words
Requires:	ctags
Requires:	x11-font-alias
# sgml mode
Requires:	x11-font-dec-misc
Requires:	x11-font-misc-misc
# courier (most modes) helvetica (sgml/html edit modes)
Requires:	x11-font-adobe-75dpi x11-font-adobe-100dpi
# lucidatypewriter (most modes)
Requires:	x11-font-bh-lucidatypewriter-75dpi x11-font-bh-lucidatypewriter-100dpi
# lucida (hmtl mode)
Requires:	x11-font-bh-75dpi x11-font-bh-100dpi

%description
Xedit provides a simple text editor for X.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall_std

%files
%{_bindir}/xedit
%{_libdir}/X11/xedit
%{_datadir}/X11/app-defaults/Xedit
%{_datadir}/X11/app-defaults/Xedit-color
%{_mandir}/man1/xedit.1*

%changelog

* Wed Oct 14 2015 Denis Silakov <dsilakov@gmail.com> 1.2.2-2
- (0eec6ba) Updated to 1.2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26306 |14mu|xemacs-21.4.22-19
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 21
%define rversion %{major}.4.22
%define mversion %{major}.4
%define sumodate 2009-02-17

%if %{_use_internal_dependency_generator}
%define __noautoreq '/bin/zsh|/bin/csh'
%else
%define _requires_exceptions /bin/zsh /bin/csh
%endif

Summary:	Highly customizable text editor and application development system
Name:		xemacs
Version:	%{major}.4.22
Release:	19
License:	GPLv2+
Group:		Editors
Url:		http://www.xemacs.org/
Source0:	ftp://ftp.xemacs.org/pub/xemacs/xemacs-%{mversion}/xemacs-%{rversion}.tar.bz2
Source1:	ftp://ftp.xemacs.org/pub/xemacs/packages/xemacs-mule-sumo-%{sumodate}.tar.bz2
Source2:	ftp://ftp.xemacs.org/pub/xemacs/packages/xemacs-sumo-%{sumodate}.tar.bz2
Source5:	site-start-mdk.el
Source6:	xemacs-16.png
Source7:	xemacs-32.png
Source8:	xemacs-48.png
Source9:	%{name}.rpmlintrc
Patch1:		xemacs-21.4.22-libpng15.patch
Patch2:		xemacs-21.4.22-non-x86-build.patch
Patch5:		xemacs-21.4.9-fix-emacs-roots.patch
Patch10:	xemacs-21.4.22-rpm-spec-mode.patch
Patch11:	xemacs-21.4.21-lzma.patch
# Backport of patches:
#	http://cvs.fedoraproject.org/viewvc/rpms/xemacs/devel/xemacs-21.5.29-image-overflow.patch?revision=1.1
#	http://cvs.fedoraproject.org/viewvc/rpms/xemacs/devel/xemacs-21.5.29-png.patch?revision=1.1
Patch12:	xemacs-21.4.22-CVE-2009-2688.patch
# http://tracker.xemacs.org/XEmacs/its/issue494 and #54215
Patch13:	xemacs-21.4.22-ediff.patch

Patch14: xemacs-21.4.22-texinfo5.1.patch

Requires:	xemacs-extras
# It looks crap by default without these fonts - AdamW 2008/03, see
# http://forum.mandriva.com/viewtopic.php?p=457779
Suggests:	x11-font-adobe-100dpi
BuildRequires:	autoconf2.1
BuildRequires:	bison
BuildRequires:	texinfo
BuildRequires:	x11-data-bitmaps
BuildRequires:	compface-devel
BuildRequires:	db-devel
BuildRequires:	jpeg-devel
BuildRequires:	lesstif-devel
BuildRequires:	Xaw3d-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xpm)
Requires(preun,post):	update-alternatives

%description
XEmacs is a self-documenting, customizable, extensible, real-time
display editor. XEmacs is self-documenting because at any time you can
type in control-h to find out what your options are or to find out
what a command does. XEmacs is customizable because you can change the
definitions of XEmacs commands to anything you want. XEmacs is
extensible because you can write entirely new commands--programs in
the Lisp language to be run by Emacs' own Lisp interpreter. XEmacs
includes a real-time display, which means that the text being edited
is visible on the screen and is updated very frequently (usually after
every character or pair of characters) as you type.

To use XEmacs, you'll need to install the XEmacs binary. The xemacs package
includes the standard XEmacs binary that most people will use. The XEmacs
binary is dynamically linked, with both X11 and TTY (ncurses) support, but
without mule (MUlti-Lingual Emacs, the Asian character set) support.

%files -f rpm-files
%doc BUGS ChangeLog README README.packages PROBLEMS
%config(noreplace) /etc/emacs/site-start-xemacs.el
%dir %{_sysconfdir}/emacs/site-start.d
%{_datadir}/applications/xemacs.desktop
%{_bindir}/xemacs-%{version}*
%{_bindir}/gnuclient
%{_bindir}/gnuattach
%{_bindir}/ellcc
%{_bindir}/gnudoit
%{_mandir}/man1/xemacs.1*
%{_mandir}/man1/gnuserv.1*
%{_mandir}/man1/gnuclient.1*
%{_mandir}/man1/gnuattach.1*
%{_mandir}/man1/gnudoit.1*
%{_iconsdir}/hicolor/*/apps/*.png
%{_infodir}/*

%post
/usr/sbin/update-alternatives --install %{_bindir}/%{name} %{name} %{_bindir}/%{name}-%{version} %{major}

cat %{_datadir}/xemacs-%{version}/etc/Emacs.ad >> /%{_sysconfdir}/X11/app-defaults/Emacs

%postun
[[ ! -f %{_bindir}/%{name}-%{version} ]] && \
    /usr/sbin/update-alternatives --remove %{name} %{_bindir}/%{name}-%{version} || :

#----------------------------------------------------------------------------

%package devel
Summary:	Header files for Xemacs
Group:		Development/C
Requires:	%{name} = %{EVRD}

%description devel
Contains all the header files needed for xemacs development.

%files devel -f rpm-devel-files
%{_datadir}/xemacs/mule-packages/etc/latin-unity/Makefile
%{_datadir}/xemacs/mule-packages/etc/mule-ucs/Makefile
%doc README

#----------------------------------------------------------------------------

%package mule
Summary:	The XEmacs binary with mule (MUlti-Lingual Emacs) support
Group:		Editors
Requires:	%{name} = %{EVRD}
Requires(preun,post):	update-alternatives

%description mule
Xemacs-mule includes an XEmacs binary with support for
MUlti-Lingual Emacs and the Asian character set. Install xemacs-mule
(instead of xemacs) if you need to use Asian characters. Xemacs-mule is
compiled with X11 support only, so you won't be able to use it in a TTY
(ncurses) mode.

%files mule -f rpm-mule-files
%doc README
%{_bindir}/xemacs-mule*

%post mule
/usr/sbin/update-alternatives --install %{_bindir}/%{name} %{name} %{_bindir}/%{name}-mule %{major}
/usr/sbin/update-alternatives --set %{name} %{_bindir}/%{name}-mule

%postun mule
[[ ! -f %{_bindir}/%{name}-mule ]] && \
    /usr/sbin/update-alternatives --remove %{name} %{_bindir}/%{name}-mule || :

#----------------------------------------------------------------------------

%package el
Summary:	The .el source files for XEmacs
Group:		Editors
Requires:	%{name} = %{EVRD}

%description el
Xemacs-el is not necessary to run XEmacs.  You'll only need to install
it if you're planning on incorporating some Lisp programming into your
XEmacs experience.

%files el -f rpm-el-files
%doc README

#----------------------------------------------------------------------------

%package mule-el
Summary:	The .el source files for XEmacs mule extension
Group:		Editors
Requires:	%{name} = %{EVRD}

%description mule-el
Xemacs-el is not necessary to run XEmacs.  You'll only need to install
it if you're planning on incorporating some Lisp programming into your
XEmacs experience.

%files mule-el -f rpm-mule-el-files
%doc README

#----------------------------------------------------------------------------

%package extras
Summary:	Files that XEmacs has in common with GNU Emacs
Group:		Editors
Requires:	%{name} = %{EVRD}

%description extras
Xemacs-extras includes files which are used by both GNU Emacs
and XEmacs. If you don't have GNU Emacs installed, be sure to also
install this package when you install the XEmacs text editor.

%files extras
%doc README
%{_bindir}/b2m
%{_bindir}/%{name}-etags
%{_bindir}/%{name}-ctags
%{_bindir}/ootags
%{_bindir}/rcs-checkin
%{_mandir}/man1/%{name}-etags.1*
%{_mandir}/man1/%{name}-ctags.1*

%post extras
/usr/sbin/update-alternatives --force --install %{_bindir}/ctags ctags %{_bindir}/%{name}-ctags 0
/usr/sbin/update-alternatives --force --install %{_bindir}/etags etags %{_bindir}/%{name}-etags 0

%postun extras
[[ ! -f %{_bindir}/%{name}-ctags ]] && \
    /usr/sbin/update-alternatives --remove ctags %{_bindir}/%{name}-ctags || :
[[ ! -f %{_bindir}/%{name}-etags ]] && \
    /usr/sbin/update-alternatives --remove etags %{_bindir}/%{name}-etags || :

#----------------------------------------------------------------------------

%prep
%setup -q

%ifnarch %{ix86}
%patch2 -p1
%endif

%patch5 -p1 -b .warly
%patch11 -p1 -b .lzma
%patch12 -p1
%patch1 -p1
%patch14 -p1

%build
autoreconf-2.13 -i

rm -rf lisp/*.elc

rm -rf building && mkdir -p building && cd building

# standard: X11 and console support. No mule, though.
VAR_CONF="--prefix=/usr --exec-prefix=/usr --package-path=/%{_datadir}/xemacs/ --datadir=/%{_datadir} --mandir=/%{_mandir}/man0 --infodir=/%{_infodir} --libdir=/%{_libdir} --bindir=/%{_bindir} --infopath=/%{_infodir}"
XEMACS_CONFIG="%{_arch}-mandriva-linux $VAR_CONF \
    --with-pop \
    --mail-locking=flock \
    --with-clash-detection \
    --with-scrollbars=lucid \
    --with-menubars=lucid \
    --with-dialogs=athena \
    --with-widgets=athena \
    --x-includes=%{_includedir} \
    --with-xpm \
    --with-xface \
    --with-png \
    --with-jpeg \
    --with-tiff \
    --dynamic=yes \
    --with-ncurses \
    --without-ldap \
    --without-postgresql \
    --with-clash-detection \
    --debug=no \
    --error-checking=none \
    --prefix=/usr \
    --exec-prefix=/usr \
    --with-x11 \
    --with-tty=yes \
    --with-athena=3d \
    --with-file-coding "

# xemacs think // means ignore everything befor
RPM_BUILD_DIR=`echo $RPM_BUILD_DIR | sed "s,/\+,/,g"`
RPM_BUILD_ROOT=`echo %{buildroot} | sed "s,/\+,/,g"`
# FIXME local compilation with local path to compile file if xemacs is not installed on the compilation machine

{
rm -rf %{_arch}-linux-local
mkdir %{_arch}-linux-local
cd %{_arch}-linux-local
../../configure $XEMACS_CONFIG --datadir=${RPM_BUILD_ROOT}%{_datadir} --package-path=${RPM_BUILD_ROOT}%{_datadir}/xemacs:${RPM_BUILD_DIR}/xemacs-%{version}/lisp
cd ..
}

{
rm -rf %{_arch}-linux
mkdir %{_arch}-linux
cd %{_arch}-linux
../../configure $XEMACS_CONFIG --with-mule=no
cd ..
}

{
rm -rf %{_arch}-linux-mule
mkdir %{_arch}-linux-mule
cd %{_arch}-linux-mule
../../configure $XEMACS_CONFIG --with-mule=yes --with-xim=xlib
cd ..
}

{
pushd %{_arch}-linux-local
make
popd
pushd %{_arch}-linux
make
popd
pushd %{_arch}-linux-mule
make
popd
}

%install
pushd building/%{_arch}-linux
%makeinstall mandir=%{buildroot}%{_mandir}/man1  lockdir=%{buildroot}%{_var}/lock/xemacs
popd

install -m 755 building/%{_arch}-linux-mule/src/xemacs %{buildroot}%{_bindir}/xemacs-mule
install -m 644 building/%{_arch}-linux-mule/src/xemacs.dmp %{buildroot}%{_bindir}/xemacs-mule.dmp
bzcat %{SOURCE1} | tar -xf - -C %{buildroot}%{_datadir}/xemacs
bzcat %{SOURCE2} | tar -xf - -C %{buildroot}%{_datadir}/xemacs

pushd %{buildroot}
    patch -p1 < %{PATCH13}
    %{_builddir}/xemacs-%{version}/building/%{_arch}-linux-local/src/xemacs -batch -q -no-site-file -eval "(byte-compile-file \"%{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/ediff/ediff-init.el\")"
popd

rm -f %{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/hyperbole/file-newer

# this remove the usage of the AUTH command that breaks with most of the packages servers
perl -pi -e "s/\(defcustom efs-ftp-program-args '\(\"-i\" \"-n\" \"-g\" \"-v\"\)/(defcustom efs-ftp-program-args '(\"-i\" \"-n\" \"-g\" \"-v\" \"-u\")/" %{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/efs/efs.el
$RPM_BUILD_DIR/xemacs-%{version}/building/%{_arch}-linux-local/src/xemacs -batch -q -no-site-file -eval "(byte-compile-file \"%{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/efs/efs.el\")"

# FIXME need to patch the rpm-spec-mode for short-circuit
pushd %{buildroot}
cat %{PATCH10} | patch -p1
$RPM_BUILD_DIR/xemacs-%{version}/building/%{_arch}-linux-local/src/xemacs -batch -q -no-site-file -eval "(byte-compile-file \"%{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/prog-modes/rpm-spec-mode.el\")"
popd

export specialel="_pkg.el hyperspec-carney.el ilisp-bug.el ilisp-cl-easy-menu.el mew-mule0.el mew-mule1.el mew-mule2.el mew-mule3.el eieio-tests.el hui-epV4-b.el erc-speak.el erc-chess.el url-riece.el un-trbase.el" 
for i in `find %{buildroot}%{_datadir}/xemacs/mule-packages/lisp/ %{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/ %{buildroot}%{_datadir}/xemacs/xemacs-%{version}/lisp/ \( -name "*.el" -or -name "*.elc" \) -a -not -name "*-skel.el" | perl -e 'while (<>) { /(.*\.el)$/ and push @doneel,$1; /(.*\.el)c$/ and $doneelc{$1} = 1 } foreach (split " ",$ENV{specialel}) { $doneelc{"$_"} = 1}; foreach (@doneel) { if (!$doneelc{"$_"} && (/([^\/]+)$/ and !$doneelc{$1})) { print "$_\n"}}'`;do pushd `echo $i | sed "s/\/[^\/]\+$//"` && $RPM_BUILD_DIR/xemacs-%{version}/building/%{_arch}-linux-local/src/xemacs -batch -q -no-site-file -eval "(byte-compile-file \"$i\")";popd;done

mkdir -p %{buildroot}%{_infodir}/xemacs/mule
mv %{buildroot}%{_datadir}/xemacs/xemacs-packages/info/* %{buildroot}%{_infodir}/xemacs/
rmdir %{buildroot}%{_datadir}/xemacs/xemacs-packages/info/
mv %{buildroot}%{_datadir}/xemacs/mule-packages/info/* %{buildroot}%{_infodir}/xemacs/mule/
rmdir %{buildroot}%{_datadir}/xemacs/mule-packages/info/

find %{buildroot}%{_datadir}/xemacs/xemacs-packages -name \*.pl -exec \
perl -pi -e "s|/usr/local/bin/perl5|%{_bindir}/perl|g; \
		 s|/usr/local/bin/perl|%{_bindir}/perl|g;" {} \;

mkdir -p %{buildroot}/etc/emacs/
install -m644 %{SOURCE5} %{buildroot}/etc/emacs/site-start-xemacs.el
pushd %{buildroot}%{_datadir}/xemacs-%{version}/lisp/ && \
ln -s ../../../../etc/emacs/site-start-xemacs.el site-start.el && popd

mkdir %{buildroot}%{_sysconfdir}/emacs/site-start.d

mkdir %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Xemacs
Name[ru]=Xemacs
Comment=The XEmacs editor
Comment[ru]=Редактор XEmacs
Exec=%{_bindir}/%{name} %U
Icon=%{name}
Terminal=false
Type=Application
Categories=Motif;Utility;TextEditor;
EOF

for i in termcap.info-1 termcap.info-2 termcap.info-3 termcap.info info.info standards.info		 
do
  rm -f %{buildroot}%{_datadir}/info/$i
done

# Build file listings. (and make movemail setgid mail on RHL)
DIR="%{buildroot}%{_datadir}/xemacs-%{version}"
PACKAGES=%{buildroot}%{_datadir}/xemacs/xemacs-packages
LIBDIR="%{buildroot}%{_libdir}/xemacs-%{version}"
MULEDIR=%{buildroot}%{_datadir}/xemacs/mule-packages
INFO="*.info*"
EL="*.el"
DEVEL="-name *.h -o -name *.c -o -name Makefile"
NDEVEL="-not -name *.h -not -name *.c -not -name Makefile"
for i in $specialel version.el paths.el update-elc-2.el check-features.el
do
	NSPECIALEL="$NSPECIALEL -not -name $i"
	ANSPECIALEL="$ANSPECIALEL -and -not -name $i"
	SPECIALEL="$SPECIALEL -o -name $i"
done

chmod 644 %{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/edit-utils/info-look.el %{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/gnus/nnmail.el

# use update-alternatives
rm -f %{buildroot}%{_bindir}/%{name}
mv -f %{buildroot}%{_bindir}/{ctags,xemacs-ctags}
mv -f %{buildroot}%{_bindir}/{etags,xemacs-etags}

# 20060131 warly remove empty files
find $PACKAGES $MULEDIR -type f -name 'custom-load.el' -size 0 -delete

find $DIR $LIBDIR -type d -not -name "include" |
  sed -e "s#^%{buildroot}#%dir #g" > rpm-files

find $PACKAGES -type d -not -name "include" |
  sed -e "s#^%{buildroot}#%dir #g" > rpm-sumo-files

find $DIR $PACKAGES $LIBDIR $DEVEL -type f |
  sed -e "s#^%{buildroot}##g" > rpm-devel-files

find $DIR $LIBDIR -name $EL -not -name "site-start.el" $ANSPECIALEL -type f |
  sed -e "s#^%{buildroot}##g" > rpm-files

find $PACKAGES -name $EL -not -name "site-start.el" $ANSPECIALEL -type f |
  sed -e "s#^%{buildroot}##g" > rpm-el-files

find $DIR $LIBDIR -not -name $INFO $NDEVEL -not -name $EL -type f |
  sed -e "
    s#^%{buildroot}\(.*movemail\)#%attr(2755, root, mail) \1#g
    s#^%{buildroot}##g
  " >> rpm-files

find $PACKAGES -not -name $INFO $NDEVEL -not -name $EL -type f |
  sed -e "
    s#^%{buildroot}\(.*movemail\)#%attr(2755, root, mail) \1#g
    s#^%{buildroot}##g
  " >> rpm-sumo-files

find $DIR $PACKAGES $LIBDIR -name "site-start.el" $SPECIALEL -type f |
  sed -e "
    s#^%{buildroot}\(.*movemail\)#%attr(2755, root, mail) \1#g
    s#^%{buildroot}##g
  " >> rpm-files

find $MULEDIR -type d -not -name "include" |
  sed -e "s#^%{buildroot}#%dir #g" > rpm-mule-files

find $MULEDIR $NDEVEL -type f -not -name $EL |
 sed -e "s#^%{buildroot}#%attr(-, root, root) #g" >> rpm-mule-files

find $MULEDIR $NDEVEL -type f -name $EL |
 sed -e "s#^%{buildroot}#%attr(-, root, root) #g" >> rpm-mule-el-files

cat rpm-sumo-files >> rpm-files

install -m 644 -D %{SOURCE6} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/xemacs.png
install -m 644 -D %{SOURCE7} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/xemacs.png
install -m 644 -D %{SOURCE8} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/xemacs.png

mv %{buildroot}%{_mandir}/man1/ctags.1 %{buildroot}%{_mandir}/man1/%{name}-ctags.1
mv %{buildroot}%{_mandir}/man1/etags.1 %{buildroot}%{_mandir}/man1/%{name}-etags.1
mv %{buildroot}%{_infodir}/widget.info %{buildroot}%{_infodir}/%{name}-widget.info
mv %{buildroot}%{_infodir}/cl.info %{buildroot}%{_infodir}/%{name}-cl.info

rm -f %{buildroot}%{_infodir}/texinfo.info*


%changelog

* Mon Mar 21 2016 Denis Silakov <dsilakov@gmail.com> 21.4.22-19
- (2dd11c3) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26307 |14mu|xen-4.3.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major	0
%define	maj10	1.0
%define	maj43	2.0
%define	maj30	3.0
%define	maj43	4.3
%define	libblktap	%mklibname blktap %{maj30}
%define	libblktapctl	%mklibname blktapctl %{maj10}
%define	libbfsimage	%mklibname bfsimage %{maj10}
%define	libvhd		%mklibname vhd %{maj10}
%define	libxenctrl	%mklibname xenctrl %{maj43}
%define	libxenguest	%mklibname xenguest %{maj43}
%define	libxenlight	%mklibname xenlight %{maj43}
%define	libxenstat	%mklibname xenstat %{major}
%define	libxenstore	%mklibname xenstore %{maj30}
%define	libxenvchan	%mklibname xenvchan %{maj10}
%define	libxlutil	%mklibname xlutil %{maj43}
%define	devname		%mklibname %{name} -d

%define _disable_ld_no_undefined 1

Summary:	The basic tools for managing XEN virtual machines
Name:		xen
Version:	4.3.1
Release:	5
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://xen.org/
Source0:	http://bits.xensource.com/oss-xen/release/%{version}/%{name}-%{version}.tar.gz
Source1:	%{name}.modules
Source2:	qemu-xen-4.0.0-rc4.tar.gz
Source3:	http://xenbits.xen.org/xen-extfiles/libconfig-1.3.2.tar.gz
# stubdoms
Source10:	http://xenbits.xen.org/xen-extfiles/zlib-1.2.3.tar.gz
Source11:	http://xenbits.xen.org/xen-extfiles/newlib-1.16.0.tar.gz
Source12:	http://xenbits.xen.org/xen-extfiles/grub-0.97.tar.gz
Source13:	http://xenbits.xen.org/xen-extfiles/lwip-1.3.0.tar.gz
Source14:	http://xenbits.xen.org/xen-extfiles/pciutils-2.2.9.tar.bz2
Source15:	ocaml-3.11.0.tar.gz
Source16:	http://xenbits.xen.org/xen-extfiles/ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz
Source17:	http://xenbits.xen.org/xen-extfiles/polarssl-1.1.4-gpl.tgz
Source18:	http://xenbits.xen.org/xen-extfiles/tpm_emulator-0.7.4.tar.gz
Source19:	http://xenbits.xen.org/xen-extfiles/gmp-4.3.2.tar.bz2

# initscripts
Source20:	init.xenstored
Source21:	init.xenconsoled
Source22:	init.blktapctrl
Source23:	init.xend
Source30:	sysconfig.xenstored
Source31:	sysconfig.xenconsoled
Source32:	sysconfig.blktapctrl
Source33:	%{name}-tmpfiles.conf
Source34:	xen.rpmlintrc
# Mageia patches:
Patch0:		xen-4.1.2-fix-stubdom-Makefile.patch
Patch2:		xen-4.1.3-fix-doc-build.patch
Patch3:		xen-4.2.1-fix-glibc-build.patch
Patch4:		xencommons-fix-service.patch
Patch5:		xen-4.2-ocaml-build.patch
# fedora patches
Patch13:	qemu-xen.tradonly.patch
Patch14:	xen-4.2.1-fix-xg-build.patch
Patch15:	xen.pygrubtitlefix.patch
# Buildfix patches
Patch20:	xen-4.3.1-gcc4.9.patch
# security patches
Patch1071:	0001-fix-ARM-build-on-hardfloat-arches.patch

# documentation
BuildRequires:	ghostscript
BuildRequires:	transfig
BuildRequires:	texinfo
BuildRequires:	texlive-latex
BuildRequires:	texlive-dvips
BuildRequires:	ocaml
BuildRequires:	ocaml-findlib-devel
BuildRequires:	iasl
BuildRequires:	gettext
BuildRequires:	git
BuildRequires:	brlapi-devel
BuildRequires:	bzip2-devel
Buildrequires:	dev86-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libconfig)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libidn)
BuildRequires:	pkgconfig(liblzma)
BuildRequires:	pkgconfig(libpci)
BuildRequires:	pkgconfig(libssl)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(python) >= 2.4
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(yajl)
BuildRequires:	pkgconfig(zlib)

Requires:	bridge-utils
#Requires:	glibc-xen
Requires:	grub
Requires:	iptables
#Requires:	kernel-xen-pvops
Requires:	kmod
Requires:	python
Requires:	python-twisted-core
Requires:	xen-hypervisor = %{EVRD}

%description
The basic tools for managing XEN virtual machines.

%files
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/README
%{_sysconfdir}/bash_completion.d/xl.sh
%config(noreplace) %{_udevrulesdir}/*
%dir %{_sysconfdir}/xen
%{_sysconfdir}/xen/scripts
%{_sysconfdir}/xen/auto
%config(noreplace) %{_sysconfdir}/xen/*.sxp
%config(noreplace) %{_sysconfdir}/xen/*.xml
%config(noreplace) %{_sysconfdir}/xen/xlexample*
%config(noreplace) %{_sysconfdir}/xen/xmexample*
%config(noreplace) %{_sysconfdir}/xen/cpupool
%config(noreplace) %{_sysconfdir}/xen/xl.conf
%config(noreplace) %{_sysconfdir}/xen/oxenstored.conf
%{_mandir}/man*/*
%{_libdir}/xen
%if "%{_lib}" != "lib"
%{_prefix}/lib/xen
%endif
%{_libdir}/fs
%{py_platsitedir}/xen
%{py_platsitedir}/grub/*
%{py_platsitedir}/fsimage.so
%if %{mdkversion} > 200700
%{py_platsitedir}/pygrub-0.3-py%{py_ver}.egg-info
%{py_platsitedir}/xen-3.0-py%{py_ver}.egg-info
%endif
%{_datadir}/xen
# general xen state
%{_localstatedir}/lib/xen
%{_localstatedir}/lib/xend
# xenstore state
%{_localstatedir}/lib/xenstored
# init scripts
%{_initrddir}/xend
%{_initrddir}/xendomains
%{_initrddir}/blktapctrl
%{_initrddir}/xenstored
%{_initrddir}/xenconsoled
%{_initrddir}/xen-watchdog
%{_initrddir}/xencommons
%{_sysconfdir}/sysconfig/modules/xen.modules
%config(noreplace) %{_sysconfdir}/sysconfig/xendomains
%config(noreplace) %{_sysconfdir}/sysconfig/blktapctrl
%config(noreplace) %{_sysconfdir}/sysconfig/xenstored
%config(noreplace) %{_sysconfdir}/sysconfig/xenconsoled
%config(noreplace) %{_sysconfdir}/sysconfig/xencommons
%config(noreplace) %{_sysconfdir}/logrotate.d/xen
%{_tmpfilesdir}/%{name}.conf
%{_bindir}/pygrub
%{_bindir}/qemu-img-xen
%{_bindir}/qemu-nbd-xen
%{_bindir}/remus
%{_bindir}/xencons
%{_bindir}/xentrace
%{_bindir}/xentrace_format
%{_bindir}/xentrace_setsize
%{_bindir}/xenstore-*
%{_bindir}/xen-detect
%{_bindir}/xenstore
%{_sbindir}/xenstored
%{_sbindir}/xm
%{_sbindir}/xend
%{_sbindir}/xenconsoled
%{_sbindir}/xentop
%{_sbindir}/xen-bugtool
%{_sbindir}/xenbaked
%{_sbindir}/xenmon.py
%{_sbindir}/blktapctrl
%{_sbindir}/img2qcow
%{_sbindir}/qcow-create
%{_sbindir}/qcow2raw
%{_sbindir}/tapdisk
%{_sbindir}/xentrace_setmask
%{_sbindir}/xsview
%{_sbindir}/xenperf
%{_sbindir}/xenpm
%{_sbindir}/xenpmd
%{_bindir}/xencov_split
%{_sbindir}/xencov
%{_sbindir}/flask-getenforce
%{_sbindir}/flask-get-bool
%{_sbindir}/flask-label-pci
%{_sbindir}/flask-loadpolicy
%{_sbindir}/flask-setenforce
%{_sbindir}/flask-set-bool
%{_sbindir}/gdbsx
%{_sbindir}/gtracestat
%{_sbindir}/gtraceview
%{_sbindir}/kdd
%{_sbindir}/lock-util
%{_sbindir}/oxenstored
%{_sbindir}/tap-ctl
%{_sbindir}/tapdisk-client
%{_sbindir}/tapdisk-diff
%{_sbindir}/tapdisk-stream
%{_sbindir}/tapdisk2
%{_sbindir}/td-util
%{_sbindir}/vhd-update
%{_sbindir}/vhd-util
%{_sbindir}/xenlockprof
%{_sbindir}/xenwatchdogd
%{_sbindir}/xen-hvmctx
%{_sbindir}/xen-tmem-list-parse
%{_sbindir}/xen-lowmemd
%{_sbindir}/xen-ringwatch
%{_sbindir}/xen-hptool
%{_sbindir}/xen-hvmcrash
%{_sbindir}/xl

%post
%tmpfiles_create %{name}
%_post_service xencommons
%_post_service xend
%_post_service xendomains

%preun
%_preun_service xencommons
%_preun_service xend
%_preun_service xendomains

#----------------------------------------------------------------------------

%package -n	ocaml-xen
Summary:	OCaml bindings for Xen
Group:		Development/Other

%description -n ocaml-xen
This package contains the Ocaml bindings for Xen.

%files -n ocaml-xen
%{_libdir}/ocaml/

#----------------------------------------------------------------------------

%package hypervisor
Summary:	Libraries for Xen tools
Group:		System/Kernel and hardware

%description hypervisor
This package contains the Xen hypervisor.

%files hypervisor
%ifarch %{ix86}
%doc README.4.3.0.upgrade.urpmi README.install.urpmi
%else
/boot/xen-syms-*
/boot/xen-*.gz
/boot/xen.gz
%endif

#----------------------------------------------------------------------------

%package doc
Summary:	XEN documentation
Group:		System/Kernel and hardware

%description doc
XEN documentation.

%files doc
%{_docdir}/%{name}/*
%exclude %{_docdir}/%{name}/README

#----------------------------------------------------------------------------

%package -n %{libblktapctl}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libblktapctl}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libblktapctl}
%{_libdir}/libblktapctl.so.%{maj10}*

#----------------------------------------------------------------------------

%package -n %{libblktap}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libblktap}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libblktap}
%{_libdir}/libblktap.so.%{maj30}*

#----------------------------------------------------------------------------

%package -n %{libbfsimage}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libbfsimage}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libbfsimage}
%{_libdir}/libfsimage.so.%{maj10}*

#----------------------------------------------------------------------------

%package -n %{libvhd}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libvhd}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libvhd}
%{_libdir}/libvhd.so.%{maj10}*

#----------------------------------------------------------------------------

%package -n %{libxenctrl}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libxenctrl}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libxenctrl}
%{_libdir}/libxenctrl.so.%{maj43}*

#----------------------------------------------------------------------------

%package -n %{libxenguest}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libxenguest}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libxenguest}
%{_libdir}/libxenguest.so.%{maj43}*

#----------------------------------------------------------------------------

%package -n %{libxenlight}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libxenlight}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libxenlight}
%{_libdir}/libxenlight.so.%{maj43}*

#----------------------------------------------------------------------------

%package -n %{libxenstat}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libxenstat}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libxenstat}
%{_libdir}/libxenstat.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libxenstore}
Summary:	Libraries for %{name}
Group:		System/Libraries
Obsoletes:	%{_lib}xen3.0 < 4.2.1-1
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libxenstore}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libxenstore}
%{_libdir}/libxenstore.so.%{maj30}*

#----------------------------------------------------------------------------

%package -n %{libxenvchan}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libxenvchan}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libxenvchan}
%{_libdir}/libxenvchan.so.%{maj10}*

#----------------------------------------------------------------------------

%package -n %{libxlutil}
Summary:	Libraries for %{name}
Group:		System/Libraries
Conflicts:	%{_lib}xen3.0 < 4.2.1-1

%description -n %{libxlutil}
This package contains the libraries needed to run programs dynamically
linked with Xen libraries.

%files -n %{libxlutil}
%{_libdir}/libxlutil.so.%{maj43}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and header files for %{name}
Group:		Development/C
Requires:	%{libblktap} = %{EVRD}
Requires:	%{libblktapctl} = %{EVRD}
Requires:	%{libbfsimage} = %{EVRD}
Requires:	%{libvhd} = %{EVRD}
Requires:	%{libxenctrl} = %{EVRD}
Requires:	%{libxenguest} = %{EVRD}
Requires:	%{libxenlight} = %{EVRD}
Requires:	%{libxenstat} = %{EVRD}
Requires:	%{libxenstore} = %{EVRD}
Requires:	%{libxenvchan} = %{EVRD}
Requires:	%{libxlutil} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the development libraries and headers needed
to compile applications linked with Xen libraries.

%files -n %{devname}
%{_includedir}/xen
%{_includedir}/xenstore-compat
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# stub domain
cp %{SOURCE10} stubdom
cp %{SOURCE11} stubdom
cp %{SOURCE12} stubdom
cp %{SOURCE13} stubdom
cp %{SOURCE14} stubdom
cp %{SOURCE15} stubdom
cp %{SOURCE17} stubdom
cp %{SOURCE18} stubdom
cp %{SOURCE19} stubdom

cp %{SOURCE16} tools/firmware/etherboot/ipxe.tar.gz

%build
mkdir -p bfd
ln -sf $(which ld.bfd) bfd/ld
export PATH="$PWD/bfd:$PATH"

export CFLAGS="%{optflags}"
%ifnarch %{ix86}
%make prefix=/usr dist-xen
%endif
sed -E -i 's/(as_fn_error \$\? "cannot find wget or ftp" "\$LINENO" 5)/as_fn_status $?/' tools/configure
sed -E -i 's/(as_fn_error \$\? "cannot find wget or ftp" "\$LINENO" 5)/as_fn_status $?/' stubdom/configure

./configure --disable-seabios --build=%{_target_platform} \
        --prefix=%{_prefix} \
        --exec-prefix=%{_exec_prefix} \
        --bindir=%{_bindir} \
        --sbindir=%{_sbindir} \
        --sysconfdir=%{_sysconfdir} \
        --datadir=%{_datadir} \
        --includedir=%{_includedir} \
        --libdir=%{_libdir} \
        --libexecdir=%{_libexecdir} \
        --localstatedir=%{_localstatedir} \
        --sharedstatedir=%{_sharedstatedir} \
        --mandir=%{_mandir} \
        --infodir=%{_infodir}

%make prefix=/usr dist-tools
make  prefix=/usr dist-docs
unset CFLAGS
make dist-stubdom

%install
export PATH="$PWD/bfd:$PATH"

%ifarch %{ix86}
cat > README.install.urpmi <<_EOF
Since xen 4.3, the hypervisor is no longer supported on x86_32. But fear not,
you can actually use the x86_64 xen hypervisor, even when using a 32bit kernel
and system. This is because the hypervisor is loaded before the kernel and OS.
Keep in mind that a x86_64 capable processor is still required, but then if
you are installing a hypervisor, you really should be using 64bit anyway.
_EOF
ln README.install.urpmi README.4.3.0.upgrade.urpmi
%else
make DESTDIR=%{buildroot} prefix=/usr install-xen
%endif

make DESTDIR=%{buildroot} prefix=/usr install-tools
make DESTDIR=%{buildroot} prefix=/usr install-docs
make DESTDIR=%{buildroot} prefix=/usr install-stubdom

# stubdom: newlib
rm -rf %{buildroot}/usr/*-xen-elf

# remove additional kernel symlink
rm -f %{buildroot}/boot/xen-3.4.gz
rm -f %{buildroot}/boot/xen-3.gz

# remove unwanted firmware files
rm -rf %{buildroot}/lib/firmware

# remove pointless helper
rm -f %{buildroot}%{_sbindir}/xen-python-path

# remove  README's not intended for end users
rm -f %{buildroot}/%{_sysconfdir}/xen/README*

# fix man pages
install -d -m 755 %{buildroot}%{_mandir}/man{1,5}
install -m 644 docs/man/*.1 %{buildroot}%{_mandir}/man1
install -m 644 docs/man/*.5 %{buildroot}%{_mandir}/man5

# install doc manually
rm -rf %{buildroot}%{_docdir}/qemu
install -d -m 755 %{buildroot}%{_docdir}/%{name}
install -m 644 README %{buildroot}%{_docdir}/%{name}
install -d -m 755 %{buildroot}%{_docdir}/%{name}/txt
install -d -m 755 %{buildroot}%{_docdir}/%{name}/html
cp -R docs/txt/* %{buildroot}%{_docdir}/%{name}/txt/
cp -R docs/html/* %{buildroot}%{_docdir}/%{name}/html/

# install log directory
install -d -m 755 %{buildroot}%{_localstatedir}/log/xen

# install state directory
install -d -m 755 %{buildroot}%{_localstatedir}/lib/xend/{domains,state,storage}

install -m 755 %{SOURCE20} %{buildroot}%{_initrddir}/xenstored
install -m 755 %{SOURCE21} %{buildroot}%{_initrddir}/xenconsoled
install -m 755 %{SOURCE22} %{buildroot}%{_initrddir}/blktapctrl
install -m 755 %{SOURCE23} %{buildroot}%{_initrddir}/xend

# sysconfig
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE30} %{buildroot}%{_sysconfdir}/sysconfig/xenstored
install -m 644 %{SOURCE31} %{buildroot}%{_sysconfdir}/sysconfig/xenconsoled
install -m 644 %{SOURCE32} %{buildroot}%{_sysconfdir}/sysconfig/blktapctrl

mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/modules
install -m 755 %{SOURCE1} \
    %{buildroot}%{_sysconfdir}/sysconfig/modules/%{name}.modules 

# tmpfiles
install -D -p -m 0644 %{SOURCE33} %{buildroot}%{_tmpfilesdir}/%{name}.conf

# udev
#rm -rf %{buildroot}/etc/udev/rules.d/xen*.rules
#mv %{buildroot}/etc/udev/rules.d/xen*.rules %{buildroot}/etc/udev/rules.d
mkdir -p %{buildroot}%{_udevrulesdir}
mv %{buildroot}%{_sysconfdir}/udev/rules.d/xen*.rules %{buildroot}%{_udevrulesdir}

# quite some hardcoded paths inside scripts rely on this
%if "%{_lib}" != "lib"
mv %{buildroot}%{_libdir}/xen/bin/libxl-save-helper %{buildroot}%{_prefix}/lib/xen/bin/
%endif

# move ocaml stubs to correct dir
mkdir -p %{buildroot}%{_libdir}/ocaml/stublibs/
mv %{buildroot}%{_libdir}/ocaml/*/dll*_stubs.so %{buildroot}%{_libdir}/ocaml/stublibs/

# logrotate
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
cat > %{buildroot}%{_sysconfdir}/logrotate.d/xen <<EOF
/var/log/xen/xend-debug.log /var/log/xen/xen-hotplug.log
/var/log/xen/domain-builder-ng.log {
    notifempty
    missingok
    copytruncate
}
EOF

# standard gnu info files
rm -rf %{buildroot}/usr/info

# gprintify has a bug handling some constructs in xendomain
export DONT_GPRINTIFY=1


%changelog

* Wed Feb 10 2016 Denis Silakov <dsilakov@gmail.com> 4.3.1-5
- (78110df) Move back to main



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26308 |14mu|xerces-c-3.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3.1
%define libname %mklibname xerces-c %{major}
%define devname %mklibname xerces-c -d

Summary:	Xerces-C++ validating XML parser
Name:		xerces-c
Version:	3.1.4
Release:	1
Epoch:		1
License:	Apache
Group:		System/Libraries
Url:		http://xml.apache.org/xerces-c/
Source0:	http://apache.dataphone.se/xerces/c/3/sources/%{name}-%{version}.tar.xz
BuildRequires:	icu
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(zlib)

%description
Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

The parser provides high performance, modularity, and scalability. Source
code, samples and API documentation are provided with the parser. For
portability, care has been taken to make minimal use of templates, no RTTI,
and minimal use of #ifdefs.

%files
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Xerces-c library
Group:		System/Libraries

%description -n %{libname}
Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

This package contains the shared xerces-c library.

%files -n %{libname}
%{_libdir}/libxerces-c-%{major}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for Xerces-C++ validating XML parser
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	xerces-c-devel = %{EVRD}
Provides:	libxerces-c-devel = %{EVRD}
Conflicts:	%{_lib}xerces-c28-devel

%description -n %{devname}
Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

This package contains development files such as header files you can use to
develop XML applications with Xerces-C++.

%files -n %{devname}
%{_includedir}/xercesc
%{_libdir}/libxerces-c.so
%{_libdir}/pkgconfig/xerces-c.pc

#----------------------------------------------------------------------------

%package doc
Summary:	Documentation for Xerces-C++ validating XML parser
Group:		Books/Other

%description doc
Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

This package contains the documentation for Xerces-C++.

%files doc
%doc CREDITS LICENSE doc/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-static \
	--enable-netaccessor-curl \
	--enable-transcoder-icu \
%ifarch %{ix86}
	--disable-sse2 \
%endif
	--enable-msgloader-icu
%make

%install
%makeinstall_std

# cleanup
rm -f  %{buildroot}%{_libdir}/libxerces-c.*a


%changelog

* Thu Jul 07 2016 Denis Silakov <dsilakov@gmail.com> 1:3.1.4-1
- (07032cd) Updated to 3.1.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26309 |14mu|xerces-j2-2.11.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define cvs_version	2_11_0

Name:		xerces-j2
Version:	2.11.0
Release: 	8
Epoch:		0
Summary:	Java XML parser
License:	Apache License
URL:		http://xml.apache.org/xerces2-j/
Group:		Development/Java
Source0:	http://www.eu.apache.org/dist/xerces/j/source/Xerces-J-src.%{version}.tar.gz
Source1:	http://www.apache.org/dist/xerces/j/source/Xerces-J-src.%{version}.tar.gz.md5
Source2:	http://www.apache.org/dist/xerces/j/source/Xerces-J-src.%{version}.tar.gz.asc
Source3:	%{name}-version.sh
Source4:	%{name}-constants.sh
Source5:	https://svn.apache.org/repos/asf/xerces/java/trunk/tools/src/XJavac.java
Patch0:		%{name}-libgcj.patch
Patch1:		xerces-2.11.0-system-xml-apis.patch
Provides:	jaxp_parser_impl
Requires:	xalan-j2
Requires:	xml-commons-apis
Requires:	xml-commons-resolver
Requires(post):	update-alternatives
Requires(preun): update-alternatives
BuildRequires:	java-devel
BuildRequires:	ant
BuildRequires:	ecj
BuildRequires:	java-rpmbuild
BuildRequires:	jaxp_parser_impl
BuildRequires:	xalan-j2
BuildRequires:	xml-commons-resolver
BuildRequires:	xml-commons-apis xml-commons-apis-javadoc
BuildRequires:  coreutils

BuildArch:	noarch

%description
Welcome to the future! Xerces2 is the next generation of high
performance, fully compliant XML parsers in the Apache Xerces family.
This new version of Xerces introduces the Xerces Native Interface (XNI),
a complete framework for building parser components and configurations
that is extremely modular and easy to program.

The Apache Xerces2 parser is the reference implementation of XNI but
other parser components, configurations, and parsers can be written
using the Xerces Native Interface. For complete design and
implementation documents, refer to the XNI Manual.

Xerces 2 is a fully conforming XML Schema processor. For more
information, refer to the XML Schema page.

Xerces 2 also provides a partial implementation of Document Object Model
Level 3 Core, Load and Save and Abstract Schemas [deprecated] Working
Drafts. For more information, refer to the DOM Level 3 Implementation
page.

%package        javadoc-impl
Summary:	Javadoc for %{name} implementation
Group:		Development/Java

%description    javadoc-impl
Javadoc for %{name} implementation.

%package        javadoc-apis
Summary:	Javadoc for %{name} apis
Group:		Development/Java

%description    javadoc-apis
Javadoc for %{name} apis.

%package        javadoc-xni
Summary:	Javadoc for %{name} xni
Group:		Development/Java

%description    javadoc-xni
Javadoc for %{name} xni.

%package        javadoc-other
Summary:	Javadoc for other %{name} components
Group:		Development/Java

%description    javadoc-other
Javadoc for other %{name} components.

%package        demo
Summary:	Demo for %{name}
Group:		Development/Java
Requires:	%{name} = %{epoch}:%{version}-%{release}

%description    demo
Demonstrations and samples for %{name}.

%package        scripts
Summary:        Additional utility scripts for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}
Requires:	jpackage-utils >= 0:1.5

%description    scripts
Additional utility scripts for %{name}.

%prep
%setup -q -n xerces-%{cvs_version}

mkdir -p tools/org/apache/xerces/util
cp -a %{SOURCE5} tools/org/apache/xerces/util

%apply_patches

%build
pushd tools
%{javac} -classpath $(build-classpath ant) org/apache/xerces/util/XJavac.java
mkdir bin && %{jar} cf bin/xjavac.jar org/apache/xerces/util/XJavac.class
popd

export OPT_JAR_LIST=:
ant \
	-Dtools.dir=%{_javadir} \
	-Djar.apis=xml-commons-apis.jar \
	-Djar.resolver=xml-commons-resolver.jar \
        -Djar.serializer=xalan-j2-serializer.jar \
	clean jars javadocs
export GCJ_PROPERTIES=

%install

# jars
mkdir -p %{buildroot}%{_javadir}
cp -p build/xercesImpl.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)
# Let's keep the "standard" name as well
ln -sf %{name}-%{version}.jar %{buildroot}%{_javadir}/xercesImpl.jar

# javadoc
mkdir -p %{buildroot}%{_javadocdir}/%{name}-impl-%{version}
#cp -pr build/docs/javadocs/xerces2/* \
#  $RPM_BUILD_ROOT%{_javadocdir}/%{name}-impl-%{version}
ln -s %{name}-impl-%{version} %{buildroot}%{_javadocdir}/%{name}-impl

mkdir -p %{buildroot}%{_javadocdir}/%{name}-apis-%{version}
#cp -pr build/docs/javadocs/api/* \
#  $RPM_BUILD_ROOT%{_javadocdir}/%{name}-apis-%{version}
ln -s %{name}-apis-%{version} %{buildroot}%{_javadocdir}/%{name}-apis

mkdir -p %{buildroot}%{_javadocdir}/%{name}-xni-%{version}
#cp -pr build/docs/javadocs/xni/* \
#  $RPM_BUILD_ROOT%{_javadocdir}/%{name}-xni-%{version}
ln -s %{name}-xni-%{version} %{buildroot}%{_javadocdir}/%{name}-xni

mkdir -p %{buildroot}%{_javadocdir}/%{name}-other-%{version}
#cp -pr build/docs/javadocs/other/* \
#  $RPM_BUILD_ROOT%{_javadocdir}/%{name}-other-%{version}
ln -s %{name}-other-%{version} %{buildroot}%{_javadocdir}/%{name}-other

rm -rf build/docs/javadocs

# scripts
mkdir -p %{buildroot}%{_bindir}
cp -p %{SOURCE3} %{buildroot}%{_bindir}/%{name}-version
cp -p %{SOURCE4} %{buildroot}%{_bindir}/%{name}-constants

# demo
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -p build/xercesSamples.jar \
  %{buildroot}%{_datadir}/%{name}/%{name}-samples.jar
cp -pr data %{buildroot}%{_datadir}/%{name}

%pre
rm -f %{_javadir}/xerces.jar

%post
%{_sbindir}/update-alternatives --install %{_javadir}/jaxp_parser_impl.jar \
  jaxp_parser_impl %{_javadir}/%{name}.jar 40

%preun
{
  [ $1 = 0 ] || exit 0
  %{_sbindir}/update-alternatives --remove jaxp_parser_impl %{_javadir}/%{name}.jar
} >/dev/null 2>&1 || :

%files
%defattr(0644,root,root,0755)
%doc LICENSE LICENSE-SAX.html LICENSE.DOM-documentation.html
%doc LICENSE.DOM-software.html LICENSE.resolver.txt
%doc LICENSE.serializer.txt NOTICE NOTICE.resolver.txt
%doc NOTICE.serializer.txt README Readme.html
%{_javadir}/%{name}*.jar
%{_javadir}/xercesImpl.jar

%files javadoc-impl
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-impl-%{version}
%ghost %doc %{_javadocdir}/%{name}-impl

%files javadoc-apis
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-apis-%{version}
%ghost %doc %{_javadocdir}/%{name}-apis

%files javadoc-other
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-other-%{version}
%ghost %doc %{_javadocdir}/%{name}-other

%files javadoc-xni
%defattr(0644,root,root,0755)
%doc %{_javadocdir}/%{name}-xni-%{version}
%ghost %doc %{_javadocdir}/%{name}-xni

%files demo
%defattr(0644,root,root,0755)
%{_datadir}/%{name}

%files scripts
%defattr(0755,root,root,0755)
%{_bindir}/*

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:2.11.0-8
- (b0626d2) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26310 |14mu|xfig-3.2.5b-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	An X Window System tool for drawing basic vector graphics
Name:		xfig
Version:	3.2.5b
Epoch:	 	1
Release:	10
License:	MIT
Group:		Graphics
# needs rman to build
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	imake
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xp)
URL:		http://www.xfig.org/
Source0:	http://files.xfig.org/%{name}.%{version}.full.tar.gz
Source1:	xfig.png
Source3:	xfig-mini.png
Source4:	xfig-large.png
Patch0:		Imakefile.3.2.5b.patch
Patch1:		xfig.3.2.5b-readers.patch
Patch2:		xfig.3.2.5b-resources.patch
Patch3:		xfig-format-string.patch
Patch4:		xfig.3.2.5b-CVE-2009-4227,4228.diff
Patch5:		xfig.3.2.5b-CVE-2010-4262.diff
Patch6:		xfig-3.2.5b-libpng15.patch
Requires:	transfig >= 3.2.5a
Requires:	xdg-utils, aspell

%description
Xfig is an X Window System tool for creating basic vector graphics,
including bezier curves, lines, rulers and more.  The resulting
graphics can be saved, printed on PostScript printers or converted to
a variety of other formats (e.g., X11 bitmaps, Encapsulated
PostScript, LaTeX).

You should install xfig if you need a simple program to create vector
graphics.

%prep
%setup -q -n %{name}.%{version}
# fix perms
find -type d | xargs chmod 755

%patch0 -p1 -b .Imakefile
%patch1 -p1 -b .readers
%patch2 -p1 -b .resources
%patch3 -p0
%patch4 -p0 -b .CVE-2009-4227,4228
%patch5 -p0 -b .CVE-2010-4262
%patch6 -p1 -b .png15

%build
find Libraries -type d -exec chmod 700 {} \;

xmkmf
#perl -p -i -e "s|CXXDEBUGFLAGS = .*|CXXDEBUGFLAGS = $RPM_OPT_FLAGS|" Makefile
#perl -p -i -e "s|CDEBUGFLAGS = .*|CDEBUGFLAGS = $RPM_OPT_FLAGS|" Makefile

%make CDEBUGFLAGS="%{optflags} -fno-strength-reduce -fno-strict-aliasing"

%install
# Hack around an ugly problem for now. --Geoff
mkdir -p Doc/Doc
cp -f Doc/xfig.man Doc/Doc/xfig.man
%__make DESTDIR=%{buildroot} install install.man install.libs install.doc

# Fix for #42629:
find %{buildroot}/usr/lib/X11/xfig/Libraries -type d -exec chmod 755 {} \;
find %{buildroot}/usr/lib/X11/xfig/Libraries -type f -exec chmod 644 {} \;
find %{buildroot}%{_docdir}/xfig/html -type d -exec chmod 755 {} \;
find %{buildroot}%{_docdir}/xfig/html -type f -exec chmod 644 {} \;

# Menu Entry:
install -m 755 -d %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=XFig
Comment=Vector Graphics Drawing Tool
Comment[ru]=Интсрумент создания векторных изображений
Exec=%{name}
Icon=xfig
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-Office-Drawing;Graphics;VectorGraphics;
EOF
chmod 644 %{buildroot}%{_datadir}/applications/%{name}.desktop

# Discard zero-length file:
rm -f %{buildroot}%{_docdir}/xfig/html/images/sav1a0.tmp

install -m 644 CHANGES README Doc/FORMAT* Doc/TODO Doc/xfig-howto.* Fig-color.ad %{buildroot}%{_docdir}/%{name}

# (fg) 10000918 Icons
install -m 755 -d %{buildroot}%{_iconsdir}/{mini,large}
install -m 644 %{SOURCE1} %{buildroot}%{_iconsdir}
install -m 644 %{SOURCE3} %{buildroot}%{_miconsdir}/xfig.png
install -m 644 %{SOURCE4} %{buildroot}%{_liconsdir}/xfig.png
rm -f %{buildroot}%{_prefix}/lib/X11/app-defaults

# Install alternative colour scheme:
install -m644 Fig-color.bisque.ad %{buildroot}%{_sysconfdir}/X11/app-defaults/Fig-color

%files
%config(noreplace) %{_sysconfdir}/X11/app-defaults/*
%docdir %{_docdir}/%{name}
%{_docdir}/%{name}
%{_bindir}/*
%{_prefix}/lib/X11/xfig
%{_mandir}/man1/xfig*
%{_datadir}/applications/*desktop
%{_iconsdir}/xfig.png
%{_miconsdir}/xfig.png
%{_liconsdir}/xfig.png


%changelog

* Wed Mar 23 2016 Denis Silakov <dsilakov@gmail.com> 1:3.2.5b-10
- (509185b) Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26311 |14mu|xfishtank-2.1tp-20
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A graphic display of an animated aquarium
Name:		xfishtank
Version:	2.1tp
Release:	20
License:	MIT
Group:		Toys
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	imake

Source:		http://metalab.unc.edu/pub/Linux/X11/demos/xfishtank-%{version}.tar.gz
Patch:		xfishtank-2.1tp-xf4.patch

%description
The xfishtank program displays an animated aquarium background on your
screen. It sets the X root window so will not work if your desktop
environment sets the background.

%prep

%setup -q
%patch -p0

%build
xmkmf
%make CDEBUGFLAGS="%{optflags}"

%install
%makeinstall_std

%clean

%files
%defattr(644,root,root,755)
%doc README.Linux  README.TrueColor  README.Why.2.1tp
%defattr(755,root,root,755)
%{_bindir}/%{name}

%changelog

* Tue Nov 10 2015 Denis Silakov <dsilakov@gmail.com> 2.1tp-20
- (3401e96) Repack tarball according to upstream



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26312 |14mu|xfs-1.1.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define fontpath %{_sysconfdir}/X11/fontpath.d

Summary:	Font server for X11
Name:		xfs
Version:	1.1.4
Release:	1
License:	MIT
Group:		System/Servers
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Source1:	xfs.init
Source2:	xfs.sysconfig
Source3:	xfs.config
BuildRequires:	x11-util-macros
BuildRequires:	pkgconfig(fontutil)
BuildRequires:	pkgconfig(libfs)
BuildRequires:	pkgconfig(xfont)
BuildRequires:	pkgconfig(xtrans)
Requires:	fstobdf
Requires:	fslsfonts
Requires:	showfont
Requires(pre,post,preun,postun):	rpm-helper

%description
This is a font server for X11.  You can serve fonts to other X servers
remotely with this package, and the remote system will be able to use all
fonts installed on the font server, even if they are not installed on the
remote computer.

%files
%attr(-,xfs,xfs) %dir %{_sysconfdir}/X11/fs
%{_libdir}/X11/fs
%{_bindir}/xfs
%{_mandir}/man1/xfs.*
%attr(-,xfs,xfs) %config(noreplace) %{_sysconfdir}/X11/fs/config
%dir %{_sysconfdir}/X11/fontpath.d
%{_sysconfdir}/rc.d/init.d/xfs
%{_sysconfdir}/sysconfig/xfs

%pre
%_pre_useradd xfs /etc/X11/fs /bin/false
# for msec high security levels
%_pre_groupadd xgrp xfs

%post
%_post_service xfs
# handle init sequence change
if [ -f /etc/rc5.d/S90xfs ] && grep -q 'chkconfig: 2345 20 10' /etc/init.d/xfs; then
	/sbin/chkconfig --add xfs
fi

%preun
%_preun_service xfs

%postun
%_postun_userdel xfs

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--with-default-font-path=%{fontpath} \
	--disable-devel-docs

%make configdir=%{_sysconfdir}/X11/fs

%install
%makeinstall_std configdir=%{_sysconfdir}/X11/fs

install -d 755 %{buildroot}%{fontpath}

# initscript
mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d/
install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/rc.d/init.d/xfs
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/
install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/xfs

# config
# remove the default
rm -f %{buildroot}%{_sysconfdir}/X11/fs/config
#install ours
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/fs/config

# add backward compatibility link for /usr/lib/X11/fs (#23423)
install -d -m 755 %{buildroot}%{_libdir}/X11/
ln -s ../../../%{_sysconfdir}/X11/fs %{buildroot}%{_libdir}/X11/fs


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.4-1
- (0207230) New version 1.1.4
- (0207230) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26313 |14mu|xfsdump-3.1.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Administrative utilities for the XFS filesystem
Name:		xfsdump
Version:	3.1.6
Release:	2
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://oss.sgi.com/projects/xfs/
Source0:	ftp://oss.sgi.com:21/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
BuildRequires:	libtool
BuildRequires:	attr-devel
BuildRequires:	xfsprogs-devel
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(uuid)

%description
The xfsdump package contains xfsdump, xfsrestore and a number of
other utilities for administering XFS filesystems.

xfsdump examines files in a filesystem, determines which need to be
backed up, and copies those files to a specified disk, tape or other
storage medium. It uses XFS-specific directives for optimizing the
dump of an XFS filesystem, and also knows how to backup XFS extended
attributes. Backups created with xfsdump are "endian safe" and can
thus be transfered between Linux machines of different architectures
and also between IRIX machines.

xfsrestore performs the inverse function of xfsdump; it can restore a
full backup of a filesystem. Subsequent incremental backups can then
be layered on top of the full backup. Single files and directory
subtrees may be restored from full or partial backups.

%files -f %{name}.lang
%doc doc/CHANGES.gz doc/COPYING doc/README.xfsdump
/sbin/dump.xfs
/sbin/restore.xfs
/sbin/xfsdump
/sbin/xfsrestore
%{_sbindir}/xfsdump
%{_sbindir}/xfsinvutil
%{_sbindir}/xfsrestore
%{_mandir}/man8/dump.xfs*
%{_mandir}/man8/restore.xfs*
%{_mandir}/man8/xfsdump.8*
%{_mandir}/man8/xfsinvutil.8*
%{_mandir}/man8/xfsrestore.8*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export DEBUG="-DNDEBUG"
export OPTIMIZER="%{optflags}"
%configure2_5x
%make DEBUG="-DNDEBUG" OPTIMIZER="%{optflags}"

%install
make install DIST_ROOT=%{buildroot}/

# nuke files already packaged as %doc
rm -rf %{buildroot}%{_datadir}/doc/xfsdump/

# for coerency, rename xfsdump|xfsrestore to dump|restore.xfs
mv %{buildroot}/sbin/xfsdump %{buildroot}/sbin/dump.xfs
mv %{buildroot}/sbin/xfsrestore %{buildroot}/sbin/restore.xfs
ln -sf /sbin/dump.xfs %{buildroot}/sbin/xfsdump
ln -sf /sbin/restore.xfs %{buildroot}/sbin/xfsrestore
ln -sf %{_mandir}/man8/xfsdump.8 %{buildroot}%{_mandir}/man8/dump.xfs
ln -sf %{_mandir}/man8/xfsrestore.8 %{buildroot}%{_mandir}/man8/restore.xfs

%find_lang %{name}

%changelog

* Tue Jul 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.6-2
- (8fc72e8) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26314 |14mu|xfsprogs-4.5.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

%define major 1

%define libname %mklibname handle %{major}
%define devname %mklibname handle -d
%define sdevname %mklibname handle -d -s

Summary:	Utilities for managing the XFS filesystem
Name:		xfsprogs
Version:	4.5.0
Release:	1
License:	GPLv2+
Group:		System/Kernel and hardware
Url:		http://oss.sgi.com/projects/xfs/
Source0:	ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
Patch1:		xfsprogs-4.3.0-linkage.patch
BuildRequires:	libtool
BuildRequires:	pkgconfig(blkid)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(uuid)
Requires:	common-licenses
Conflicts:	xfsdump < 3.0.0

%description
A set of commands to use the XFS filesystem, including mkfs.xfs.

XFS is a high performance journaling filesystem which originated
on the SGI IRIX platform.  It is completely multi-threaded, can
support large files and large filesystems, extended attributes,
variable block sizes, is extent based, and makes extensive use of
Btrees (directories, extents, free space) to aid both performance
and scalability.

Refer to the documentation at http://oss.sgi.com/projects/xfs/
for complete details. This implementation is on-disk compatible
with the IRIX version of XFS.

%files -f %{name}.lang
%doc doc/CHANGES.gz doc/CREDITS README
/sbin/xfs_admin
/sbin/xfs_bmap
/sbin/xfs_copy
/sbin/xfs_db
/sbin/xfs_freeze
/sbin/xfs_growfs
/sbin/xfs_info
/sbin/xfs_io
/sbin/xfs_logprint
/sbin/xfs_mkfile
/sbin/xfs_ncheck
/sbin/xfs_quota
/sbin/xfs_rtcp
/sbin/xfs_mdrestore
/sbin/xfs_metadump
/sbin/xfs_estimate
/sbin/xfs_fsr
/sbin/fsck.xfs
/sbin/mkfs.xfs
/sbin/xfs_repair
%{_mandir}/man[85]/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library for xfsprogs
License:	LGPLv2.1+
Group:		System/Libraries

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libhandle.

%files -n %{libname}
%doc README
/%{_lib}/libhandle.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	XFS filesystem-specific libraries and headers
Group:		Development/C
License:	LGPLv2.1+
Requires:	%{libname} = %{EVRD}
# For uuid/uuid.h included in /usr/include/xfs/linux.h
Requires:	pkgconfig(uuid)
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
%{devname} contains the libraries and header files needed to
develop XFS filesystem-specific programs.

You should install %{devname} if you want to develop XFS
filesystem-specific programs, If you install %{devname}, you'll
also want to install xfsprogs.

%files -n %{devname}
%doc README
/%{_lib}/libhandle.so
%{_includedir}/xfs
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	XFS filesystem-specific static libraries
Group:		Development/C
License:	LGPLv2.1+
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
%{devname} contains the static libraries needed to
develop XFS filesystem-specific programs.

You should install %{sdevname} if you want to develop XFS
filesystem-specific programs, If you install %{sdevname}, you'll
also want to install xfsprogs.

%files -n %{sdevname}
/%{_lib}/libhandle.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1 -b .underlinking

%build
export DEBUG="-DNDEBUG"
export OPTIMIZER="%{optflags}"

%configure2_5x \
	--libdir=/%{_lib} \
	--libexecdir=%{_libdir} \
	--sbindir=/sbin \
	--bindir=/usr/sbin \
	--enable-gettext=yes \
	--enable-editline=no \
	--enable-shared=yes

make DEBUG=-DNDEBUG OPTIMIZER="%{optflags}"

%install
make install DIST_ROOT=%{buildroot}/
make install-dev DIST_ROOT=%{buildroot}/

chmod +x %{buildroot}/%{_lib}/libhandle.so.%{major}*

# nuke files already packaged as %doc
rm -r %{buildroot}%{_datadir}/doc/xfsprogs/
%find_lang %{name}


%changelog

* Tue Jul 12 2016 abondrov <andrey.bondrov@rosalab.ru> 4.5.0-1
- (2dd6dac) Merge pull request #2 from tremod/xfsprogs:rosa2014.1
- (2dd6dac) Update to 4.5.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26315 |14mu|xgc-1.0.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xgc
Version:	1.0.5
Release:	1
Summary:	X graphics demo

Group:		Development/X11
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT

BuildRequires: libxt-devel >= 1.0.0
BuildRequires: libxaw-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1
BuildRequires:	flex

%description
The xgc program demonstrates various features of the X graphics primitives.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xgc
%{_datadir}/X11/app-defaults/Xgc
%{_datadir}/X11/app-defaults/Xgc-color
%{_mandir}/man1/xgc.1*

%changelog

* Mon Jan 11 2016 dsilakov <denis.silakov@rosalab.ru> 1.0.5-1
- (117bc50) Merge pull request #2 from import/xgc:auto_update
- (117bc50) Updated to 1.0.5 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26316 |14mu|xhost-1.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xhost
Version: 1.0.7
Release: 1
Summary: Server access control program for X

Group: Development/X11
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xau) >= 1.0.0
BuildRequires: pkgconfig(xmu) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: setup < 2.7.10

%description
The xhost program is used to add and delete host names or user names to the
list allowed to make connections to the X server. In the case of hosts, this
provides a rudimentary form of privacy control and security. It is only
sufficient for a workstation (single user) environment, although it does limit
the worst abuses. Environments which require more sophisticated measures should
implement the user-based mechanism or use the hooks in the protocol for passing
other authentication data to the server.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%files
%{_bindir}/xhost
%{_mandir}/man1/xhost.1%{_extension}

%changelog

* Wed Jan 13 2016 dsilakov <denis.silakov@rosalab.ru> 1.0.7-1
- (5df9cc4) Merge pull request #2 from import/xhost:auto_update
- (5df9cc4) Updated to 1.0.7 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26317 |14mu|xine-lib-1.2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_optimization 0
%define dvdnav 0.1.4

%define build_pulse 1
%define build_magick 1
%define build_caca 1
%define build_directfb 0
%define external_vcdnav 1
%define build_smb 1
%define build_alsa 1
%define build_linuxfb 1

%define build_vidix 0

%define build_divx4 0
%define build_xvid 0
%define build_faad 0
%define build_win32 0
%ifarch %{ix86}
%define build_win32 1
%endif

%define external_ffmpeg 1

######################
# Hardcode PLF build
%define build_plf 0
######################

%if %{build_plf}
%define distsuffix plf
%define build_faad 1
%define extrarelsuffix plf
%endif

%{?_with_optimization: %{expand: %%global build_optimization 1}}
%{?_with_directfb: %{expand: %%global build_directfb 1}}
%{?_without_directfb: %{expand: %%global build_directfb 0}}
%{?_with_alsa: %{expand: %%global build_alsa 1}}
%{?_without_alsa: %{expand: %%global build_alsa 0}}
%{?_with_vcdnav: %{expand: %%global external_vcdnav 1}}
%{?_without_vcdnav: %{expand: %%global external_vcdnav 0}}
%{?_with_vidix: %{expand: %%global build_vidix 1}}
%{?_without_vidix: %{expand: %%global build_vidix 0}}
%{?_with_linuxfb: %{expand: %%global build_linuxfb 1}}
%{?_without_linuxfb: %{expand: %%global build_linuxfb 0}}
%{?_with_faad: %{expand: %%global build_faad 1}}
%{?_without_faad: %{expand: %%global build_faad 0}}
%{?_with_win32: %{expand: %%global build_win32 1}}
%{?_without_win32: %{expand: %%global build_win32 0}}
%{?_with_divx4: %{expand: %%global build_divx4 1}}
%{?_without_divx4: %{expand: %%global build_divx4 0}}
%{?_with_xvid: %{expand: %%global build_xvid 1}}
%{?_without_xvid: %{expand: %%global build_xvid 0}}
%{?_with_smb: %{expand: %%global build_smb 1}}
%{?_without_smb: %{expand: %%global build_smb 0}}
%{?_with_pulse: %{expand: %%global build_pulse 1}}
%{?_without_pulse: %{expand: %%global build_pulse 0}}
%{?_with_magick: %{expand: %%global build_magick 1}}
%{?_without_magick: %{expand: %%global build_magick 0}}
%{?_with_ffmpeg: %{expand: %%global external_ffmpeg 1}}
%{?_without_ffmpeg: %{expand: %%global external_ffmpeg 0}}

%define bname xine
%define major 2
%define api 2.4
%define libname %mklibname xine %{major}
%define devname %mklibname -d xine

Summary:	A Free Video Player (Libraries)
Name:		xine-lib
Version:	1.2.5
Release:	3%{?extrarelsuffix}
License:	GPLv2+
Group:		System/Libraries
Url:		http://xine.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/xine/xine-lib/%{version}/xine-lib-%{version}.tar.xz
Source1:	accel_vaapi.h

BuildRequires:	aalib-devel
BuildRequires:	gettext-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	mng-devel
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xvmc)
%if %{build_smb}
BuildRequires:	pkgconfig(smbclient)
%endif
%if %{external_vcdnav}
BuildRequires:	pkgconfig(libvcdinfo)
%endif
%if %{build_directfb}
Buildrequires:	pkgconfig(directfb)
%endif
%if %{external_ffmpeg}
BuildRequires:	pkgconfig(libavcodec)
%endif

%description
xine is a free gpl-licensed video player for unix-like systems.

%if %{build_plf}
This package is in restricted repository because the AAC decoder is
covered by patents.
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A Free Video Player (Libraries)
Group:		System/Libraries
Provides:	xine-lib

%description -n %{libname}
xine is a free gpl-licensed video player for unix-like systems.

This package contains the shared libraries required by xine.

%files -n %{libname}
%{_libdir}/libxine.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel files for xine
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libxine-devel = %{version}-%{release}

%description -n %{devname}
xine is a free gpl-licensed video player for unix-like systems.

This package contains the development files required for compiling xine
front ends or plugins.

%files -n %{devname}
%doc README AUTHORS TODO
%doc ChangeLog installed-docs/hackersguide
%{_bindir}/xine-config
%{_bindir}/xine-list-1.2
%{multiarch_bindir}/xine-config
%{_mandir}/man1/xine-config.1*
%{_mandir}/man1/xine-list-1.2.1*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libxine.pc
%{_datadir}/aclocal/xine.m4
%{_includedir}/*.h
%{_includedir}/xine

#----------------------------------------------------------------------------

%package -n %{bname}-plugins
Summary:	A Free Video Player (main plugins)
Group:		Video
Provides:	%{bname}-xv %{bname}-gl %{bname}-oss %{libname}-docs %{bname}-speex
Provides:	%{bname}-dvdnav %{bname}-alsa %{bname}-musepack
%if %{build_win32}
Provides:	xine-plugins-win32
Provides:	xine-win32
#Suggests: win32-codecs
%endif
# Plugins are in versioned dir, so require the exact version
Requires:	%{libname} = %{version}
# provide the plugin API version
Provides:	xine-plugin-api = %{api}

%description -n %{bname}-plugins
xine is a free gpl-licensed video player for unix-like systems.

This package includes the main plugins for xine, they allow the input
from files, Video CDs, network streams and (not encrypted) DVDs in
several video formats.

%if %{build_optimization}
Warning: This package was optimized for the build machine and probably
will not run on other computers.
%endif

%files -n %{bname}-plugins -f libxine2.lang
%doc installed-docs/README* installed-docs/faq.*
%{_mandir}/man5/xine.5*
%dir %{_libdir}/xine/
%dir %{_libdir}/xine/plugins/
%dir %{_libdir}/xine/plugins/%{api}/
%dir %{_libdir}/xine/plugins/%{api}/post/
%{_libdir}/xine/plugins/%{api}/mime.types
%if %{build_alsa}
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_alsa.so
%endif
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_file.so
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_none.so
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_oss.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_cdda.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_dvb.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_dvd.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_http.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_stdin_fifo.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_file.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_mms.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_net.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_pnm.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_pvr.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_rtp.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_rtsp.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_test.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_vcd.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_v4l2.so
%{_libdir}/xine/plugins/%{api}/xineplug_dmx_*so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_a52.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_bitplane.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_dts.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_dvaudio.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_ff.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_gdk_pixbuf.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_gsm610.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_libjpeg.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_libvpx.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_lpcm.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_mad.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_mpc.so*
%{_libdir}/xine/plugins/%{api}/xineplug_decode_mpeg2.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_spu*.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_real.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_rgb.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_yuv.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_h264.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_h264_alter.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_mpeg12.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_mpeg4.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_vc1.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_bluray.so
%{_libdir}/xine/plugins/%{api}/xineplug_nsf.so
%{_libdir}/xine/plugins/%{api}/xineplug_sputext.so
%{_libdir}/xine/plugins/%{api}/xineplug_vdr.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_vaapi.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_vdpau.so
%{_libdir}/xine/plugins/%{api}/xineplug_xiph.so
%if %{build_directfb}
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_directfb.so
%endif
%if %{build_linuxfb}
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_fb.so
%endif
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_opengl.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_opengl2.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_none.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_raw.so
%if %{build_vidix}
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_vidix.so
%{_libdir}/xine/plugins/%{api}/vidix/
%endif
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xshm.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xv.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xvmc.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xxmc.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xcbshm.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xcbxv.so
%if %{build_win32}
%{_libdir}/xine/plugins/%{api}/xineplug_decode_qt.so*
%{_libdir}/xine/plugins/%{api}/xineplug_decode_w32dll.so*
%endif
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_audio_filters.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_goom.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_mosaico.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_planar.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_switch.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_tvtime.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_visualizations.so
%{_datadir}/xine-lib

#----------------------------------------------------------------------------

%package -n %{bname}-wavpack
Group:		Sound
Summary:	Wavpack Audio decoder plugin for xine
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-wavpack
xine is a free gpl-licensed video player for unix-like systems.

This package contains the wavpack audio decoder plugin.

%files -n %{bname}-wavpack
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_wavpack.so

#----------------------------------------------------------------------------

%package -n %{bname}-sdl
Group:		Video
Summary:	SDL video output plugin for xine
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-sdl
xine is a free gpl-licensed video player for unix-like systems.

This package contains the SDL video output plugin.

%files -n %{bname}-sdl
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_sdl.so

#----------------------------------------------------------------------------

%if %{build_caca}
%package -n %{bname}-caca
Group:		Video
Summary:	Caca video output plugin for xine
Requires:	%{bname}-plugins = %{version}
BuildRequires:	libcaca-devel >= 0.99

%description -n %{bname}-caca
xine is a free gpl-licensed video player for unix-like systems.

This package contains the Caca video output plugin.

%files -n %{bname}-caca
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_caca.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-esd
Summary:	Esd plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-esd
xine is a free gpl-licensed video player for unix-like systems.

- Esd audio output plugin

%files -n %{bname}-esd
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_esd.so

#----------------------------------------------------------------------------

%package -n %{bname}-jack
Summary:	Jack plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-jack
xine is a free gpl-licensed video player for unix-like systems.

- Jack audio output plugin

%files -n %{bname}-jack
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_jack.so

#----------------------------------------------------------------------------

%if %{build_pulse}
%package -n %{bname}-pulse
Summary:	Pulseaudio plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(libpulse)

%description -n %{bname}-pulse
xine is a free gpl-licensed video player for unix-like systems.

- pulseaudio audio output plugin

%files -n %{bname}-pulse
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_pulseaudio.so
%endif

#----------------------------------------------------------------------------

%if %{build_magick}
%package -n %{bname}-image
Summary:	ImageMagick plugin for xine
Group:		Graphics
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(ImageMagick)

%description -n %{bname}-image
xine is a free gpl-licensed video player for unix-like systems.

- image display plugin based on ImageMagick

%files -n %{bname}-image
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_decode_image.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-aa
Summary:	Aalib plugin for xine
Group:		Video
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-aa
xine is a free gpl-licensed video player for unix-like systems.

- Aalib textmode output plugin

%files -n %{bname}-aa
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_aa.so

#----------------------------------------------------------------------------

%ifarch %{ix86} x86_64 ppc %{arm}
%package -n %{bname}-dxr3
Summary:	DXR3 plugin for xine
Group:		Video
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-dxr3
xine is a free gpl-licensed video player for unix-like systems.

- DXR3/Hollywood+ (MPEG2 hardware decoder) decoding/output plugin
%if %{build_plf}
- this version has mpeg encoding enabled using libfame.
%endif

%files -n %{bname}-dxr3
%{_libdir}/xine/plugins/%{api}/xineplug_*dxr3*.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-flac
Summary:	FLAC plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-flac
xine is a free gpl-licensed video player for unix-like systems.

- FLAC audio decoder plugin

%files -n %{bname}-flac
%{_libdir}/xine/plugins/%{api}/xineplug_flac.so

#----------------------------------------------------------------------------

%package -n %{bname}-gnomevfs
Summary:	GNOME VFS plugin for xine
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-gnomevfs
xine is a free gpl-licensed video player for unix-like systems.

- GNOME VFS input plugin

%files -n %{bname}-gnomevfs
%{_libdir}/xine/plugins/%{api}/xineplug_inp_gnome_vfs.so

#----------------------------------------------------------------------------

%if %{build_smb}
%package -n %{bname}-smb
Summary:	Samba input plugin for xine
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-smb
xine is a free gpl-licensed video player for unix-like systems.

- Samba input plugin

%files -n %{bname}-smb
%{_libdir}/xine/plugins/%{api}/xineplug_inp_smb.so
%endif

#----------------------------------------------------------------------------

%if %{build_divx4}
%package -n %{bname}-divx4
Summary:	Divx4 plugin for %{bname}
Group: 		Video
Requires:	%{bname}-plugins = %{version}
ExclusiveArch:	%{ix86}
Provides:	xine-plugins-divx4

%description -n %{bname}-divx4
This package contains the divx4linux plugin for %{bname}. It is in
restricted because it is covered by software patents.

%files -n %{bname}-divx4
%{_libdir}/xine/plugins/%{api}/xineplug_decode_divx4.so*
%endif

#----------------------------------------------------------------------------

%if %{build_faad}
%package -n %{bname}-faad
Summary:	FAAD plugin for %{bname}
Group:		Sound
Requires:	%{bname}-plugins = %{version}
BuildRequires:	libfaad2-devel

%description -n %{bname}-faad
This package contains the AAC decoder plugin for %{bname}. It is in
restricted repository because it is covered by software patents.

%files -n %{bname}-faad
%{_libdir}/xine/plugins/%{api}/xineplug_decode_faad.so*
%endif

#----------------------------------------------------------------------------

%if %{build_xvid}
%package -n %{bname}-xvid
Summary:	XviD plugin for %{bname}
Group:		Video
Requires:	%{bname}-plugins = %{version}
Provides:	xine-plugins-xvid

%description -n %{bname}-xvid
This package contains the XviD plugin for %{bname}. It is in
restricted because it is covered by software patents.

%files -n %{bname}-xvid
%{_libdir}/xine/plugins/%{api}/xineplug_decode_xvid.so*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
#copy missing source file
cp %{SOURCE1} src/xine-engine

%build
#gw for flac
export OGG_LIBS=-logg

%if ! %{build_optimization}
export CFLAGS="%(echo %optflags|sed s/-Wp,-D_FORTIFY_SOURCE=2//)"
%configure2_5x \
%else
%{?__cputoolize: %{__cputoolize}}
#gw expanded configure2_5x macro without the CFLAGS and --build stuff
[ -f configure.in -o -f configure.ac ] && %__libtoolize --copy --force
./configure \
 	--prefix=%{_prefix} \
	--exec-prefix=%{_prefix} \
	--bindir=%{_bindir} \
	--sbindir=%{_sbindir} \
	--sysconfdir=%{_sysconfdir} \
	--datadir=%{_datadir} \
	--includedir=%{_includedir} \
	--libdir=%{_libdir} \
	--libexecdir=%{_libdir} \
	--localstatedir=/var/lib \
	--sharedstatedir=%{_prefix}/com \
	--mandir=%{_mandir} \
	--infodir=%{_datadir}/info \
%endif
%if ! %{external_vcdnav}
	--with-internal-vcdlibs \
%endif
%if %{build_directfb}
	--enable-directfb \
%endif
%if ! %{build_alsa}
	--disable-alsa \
%endif
%if ! %{build_vidix}
	--disable-vidix \
%endif
%if ! %{build_faad}
	--disable-faad \
%endif
%if ! %{build_pulse}
	--disable-polypaudio \
%endif
%if ! %{build_linuxfb}
	--disable-fb \
%endif
%if %{external_ffmpeg}
 	--with-external-ffmpeg \
%endif
	--enable-ipv6 \
	--with-libflac \
	--with-wavpack \
	--with-w32-path=%{_libdir}/codecs \
	--with-external-libmpcdec
# real-codecs-path is not set so that runtime searching is used. We want
# to use either codecs from RealPlayer or real-codecs, whichever is
# present.

%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/xine-config

#clean out unpackaged files
rm -f %{buildroot}%{_libdir}/xine/plugins/*/*.la
rm -f %{buildroot}%{_libdir}/xine/plugins/*/post/*.la
rm -rf installed-docs
mv %{buildroot}%{_datadir}/doc/xine-lib installed-docs
rm -f %{buildroot}%{_libdir}/xine/plugins/*/xineplug_inp_vcdo.so

%find_lang libxine2 || touch libxine2.lang



%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.5-3
+ Revision: 185fbf9
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26318 |14mu|xinetd-2.3.15-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Powerful replacement for inetd
Name:		xinetd
Version:	2.3.15
Release:	4
Group:		System/Base
License:	BSD
URL:		http://www.xinetd.org
Source0:	http://www.xinetd.org/%{name}-%{version}.tar.gz
Source1:	xinetd.init
Source2:	xinetd.default.config
Source3:	convert.pl
Source4:	xinetd-ttime
Source5:	xinetd-utime
Source6:	xinetd-tdtime
Source7:	xinetd-udtime
Source8:	xinetd-echo
Source9:	xinetd-uecho
Source10:	xinetd-chargen
Source11:	xinetd-uchargen
Source12:	xinetd.sysconf
Source13:	xinetd-servers
Source14:	xinetd-services
Source15:	xinetd-xadmin
Source50:	faq.html
Patch0: xinetd-2.3.15-pie.patch
Patch4: xinetd-2.3.14-bind-ipv6.patch
Patch6: xinetd-2.3.14-man-section.patch
Patch7: xinetd-2.3.15-PIE.patch
Patch8: xinetd-2.3.14-ident-bind.patch
Patch9: xinetd-2.3.14-readable-debuginfo.patch
# Patch for clean reconfiguration using newer versions of autotools
Patch10: xinetd-2.3.14-autoconf.patch
# Completely rewritten socket handling code (it uses poll() instead 
# of select() function)
Patch11: xinetd-2.3.15-poll.patch
# New configuration option (limit for files opened by child process)
Patch12: xinetd-2.3.14-file-limit.patch
# When using tcpmux, xinetd ended up with sigsegv
# (detection of NULL pointer in pollfd structure was missing)
Patch13: xinetd-2.3.14-tcpmux.patch
# When service is destroyed, destroy also its
# file descriptor in array given to poll function
Patch14: xinetd-2.3.14-clean-pfd.patch
# xinetd confuses ipv6 and ipv4 port parsing
# - furtunately, they have the same format, so everything
#   works even without this patch
Patch15: xinetd-2.3.14-ipv6confusion.patch
# This fixes bug #593904 - online reconfiguration caused log message
# flood when turning off UDP service
Patch16: xinetd-2.3.14-udp-reconfig.patch
Patch18: xinetd-2.3.14-rpc-specific-port.patch
Patch19: xinetd-2.3.14-signal-log-hang.patch
Patch20: xinetd-2.3.14-fix-type-punned-ptr.patch
# Fix leaking file descriptors and pfd_array wasting
# This fixes #702670
Patch21: xinetd-2.3.14-leaking-fds.patch
# Fix memory corruption when loading a large number of services
# This fixes #720390
Patch22: xinetd-2.3.14-many-services.patch
# Remove realloc of fds that was causing memory corruption
Patch23: xinetd-2.3.14-realloc-remove.patch
# Fix leaking descriptor when starting a service fails
Patch24: xinetd-2.3.14-leaking-fds-2a.patch
# Fix #770858 - Instances limit in xinetd can be easily bypassed
Patch25: xinetd-2.3.14-instances.patch
# Fix #809272 - Service disabled due to bind failure
Patch26: xinetd-2.3.14-retry-svc-activate-in-cps-restart.patch

Patch90: xinetd-2.3.15-tirpc.patch
Patch91: xinetd-2.3.15-CVE-2013-4342.patch

Source100:	%{name}.rpmlintrc
Requires:	tcp_wrappers
Requires(post):	rpm-helper
Requires(postun):	rpm-helper
Requires(preun):	rpm-helper
BuildRequires:	tcp_wrappers-devel
BuildRequires:	tirpc-devel
Obsoletes:	xinetd-ipv6 < %{version}-%{release}
Obsoletes:	xinetd-devel < %{version}-%{release}
Obsoletes:	netkit-base < %{version}-%{release}
Provides:	xinetd-devel
Provides:	netkit-base

%description
xinetd is a powerful replacement for inetd.
xinetd has access control machanisms, extensive logging capabilities,
the ability to make services available based on time, and can place
limits on the number of servers that can be started, among other things.

xinetd has the ability to redirect TCP streams to a remote host and
port. This is useful for those of that use ip masquerading, or NAT,
and want to be able to reach your internal hosts.

xinetd also has the ability to bind specific services to specific
interfaces. This is useful when you want to make services available
for your internal network, but not the rest of the world.  Or to have
a different service running on the same port, but different interfaces.

%package simple-services
Summary:	Internal xinetd simple services
Group:		System/Base
License:	BSD
Requires:	xinetd

%description simple-services
Internal xinetd simple services (not very useful one):

- chargen

Chargen is short for Character Generator and is a service that generates
random characters either in one UDP packet containing a random number (between
0 and 512) of characters, or a TCP session. The UDP Chargen server looks for a
UDP packet on port 19 and responds with the random character packet.

With TCP Chargen, the server sends as a continuous stream of TCP packets once
a connection is made, and until the session closes. The data is thrown away.
Chargen is used to find the cause for dropped packets. It uses TCP/UDP port
19. An infiltrator can create a DoS attack by spoofing an IP address and
causing two devices to send random traffic to each other.

RFC 864 describes the Chargen service.

- daytime

The Daytime protocol is another testing tool and uses port 13 for both UDP and
TCP versions. On receipt of a datagram to port 13, the server in the UDP
version, sends the current date and time in ASCII format in a datagram. The
TCP version, on receipt of a datagram to port 13, and once the connection is
established, sends the date and time in ASCII format and closes the
connection.

RFC 867 describes the Daytime service.

- echo

Echo uses UDP and TCP port 7 and is used as a debgging tool to send any
datagrams received from a source, back to that source. The risk with this is
that someone who has access to the network can overload devices via the Echo
service amounting to a DoS attack.

RFC 862 describes the Echo service.

- time

- servers

Show servers running

- services

Show available services

- xadmin

Show servers running and available services

%prep
%setup -q
install -m 0644 %{SOURCE50} FAQ.html
#chmod a+r INSTALL README FAQ.html CHANGELOG COPYRIGHT xinetd/sample.conf
%ifarch sparcv9 sparc64
%patch7 -p0 -b .PIE
%else
%patch0 -p0 -b .pie
%endif
%patch4 -p1 -b .bind
%patch6 -p1 -b .man-section
%patch8 -p1 -b .ident-bind
%patch9 -p1 -b .readable-debuginfo
%patch10 -p1 -b .autoconf
%patch11 -p1 -b .poll
%patch12 -p1 -b .file-limit
%patch13 -p1 -b .tcpmux
%patch14 -p1 -b .clean-pfd
%patch15 -p1 -b .ipv6confusion
%patch16 -p1 -b .udp-reconfig
%patch18 -p1 -b .rpc-specific-port
%patch19 -p1 -b .signal-log-hang
%patch20 -p1 -b .fix-type-punned-ptr
%patch21 -p1 -b .leaking-fds
%patch22 -p1 -b .many-services
%patch23 -p1 -b .realloc-remove
%patch24 -p1 -b .leaking-fds-2a
%patch25 -p1 -b .instances
%patch26 -p1 -b .retry-svc-activate

%patch90 -p1 -b .tirpc
%patch91 -p1 -b .CVE-2013-4342


%build
aclocal
autoconf
export LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"
%configure --with-loadavg --with-inet6 %{!?tcp_wrappers:--with-libwrap} --with-labeled-networking
%make

%install
%makeinstall \
    DAEMONDIR=%{buildroot}%{_sbindir} \
    MANDIR=%{buildroot}/%{_mandir} \
    FMODE="-m 644"

install -m 755 %{SOURCE3} %{buildroot}%{_sbindir}/inetdconvert

install -d -m 755 %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/xinetd.conf

install -d -m 755 %{buildroot}%{_initrddir}/
install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/xinetd

install -d -m 755 %{buildroot}%{_sysconfdir}/xinetd.d
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/xinetd.d/time
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/xinetd.d/time-udp
install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/xinetd.d/daytime
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/xinetd.d/daytime-udp
install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/xinetd.d/echo
install -m 644 %{SOURCE9} %{buildroot}%{_sysconfdir}/xinetd.d/echo-udp
install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/xinetd.d/chargen
install -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/xinetd.d/chargen-udp
install -m 644 %{SOURCE14} %{buildroot}%{_sysconfdir}/xinetd.d/services

install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
install -m 644 %{SOURCE12} %{buildroot}%{_sysconfdir}/sysconfig/xinetd

# no need to ship this one since we provide inetdconvert
rm -f %{buildroot}%{_sbindir}/itox
rm -f %{buildroot}%{_sbindir}/xconv.pl
rm -f %{buildroot}/%{_mandir}/man8/itox*

%post
%_post_service %{name}

%preun
%_preun_service  %{name}

%files
%doc INSTALL README FAQ.html CHANGELOG COPYRIGHT xinetd/sample.conf
%config(noreplace) %{_sysconfdir}/sysconfig/xinetd
%config(noreplace) %{_sysconfdir}/xinetd.conf
%{_initrddir}/xinetd
%dir %{_sysconfdir}/xinetd.d
%{_sbindir}/xinetd
%{_sbindir}/inetdconvert
%{_mandir}/*/*

%files simple-services
%config(noreplace) %{_sysconfdir}/xinetd.d/*

%changelog
* Wed Feb 11 2015 law <a.lahin@ntcit-rosa.ru> 2.3.15-4
+ Revision: f3cdff3
- Increase release number



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26319 |14mu|xinit-1.3.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bootstrap  0

Summary:	Initialize an X session
Name:		xinit
Version:	1.3.4
Release:	1
License:	MIT
Group:		System/X11
Url:		http://cgit.freedesktop.org/xorg/app/xinit
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
# (fc) 1.0.2-2mdv readd modifications for startx (argument parsing)
# This patch is part of the old "startx" patch.
# We need to check why exactly this patch is needed, but it does these things:
# - it removes the default client and server from the startx arguments, so if
#   nothing is specified the default server or client will be the one chosen by
#   xinit
# - it uses trap to make sure the "cleanup" function will be run
# - it partially undoes upstream commit 9632367abd03108f3636b05e9f2fd92f5c28dabe
# - it enables commands like "startx startxfce4", which don't work in the
#   unpatched version (should be "startx /usr/bin/startxfce4")
#Previous versions of this patch had a bug where xinit would be run twice if some
#macros were defined.
Patch0:		xinit-1.3.4-startx-arguments.patch
# Fix issue with xauth after hostname change
Patch1:		xinit-1.3.4-tolerant-hostname-changes.patch
# (fc) prevent freeze from applications trying to read stdin (Fedora bug #214649)
Patch2:		xinit-1.3.4-client-session.patch
# (fc) unset XDG_SESSION_COOKIE in startx (Fedora bug #489999)
Patch3:		xinit-1.0.9-unset.patch
# (pz) this patch was taken from the old startx.patch
Patch4:		xinit-1.3.4-replace-xterm-for-xvt.patch
# (cg) use the current vt to maintain the current session status.
Patch5:		xinit-1.3.4-use-current-vt.patch
# Backport from upstream
Patch6:		0000-xinit-startx-Pass-keeptty.patch

BuildRequires:	pkgconfig(x11)
BuildRequires:	x11-util-macros >= 1.0.1
Requires:	xinitrc
%if !%{bootstrap}
Requires:	which
%endif

%description
The xinit program is used to start the X Window System server and a first
client program on systems that cannot start X directly from /etc/init or in
environments that use multiple window systems. When this first client exits,
xinit will kill the X server and then terminate.

%files
%{_bindir}/xinit
%{_bindir}/startx
%{_mandir}/man1/startx.1*
%{_mandir}/man1/xinit.1*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .orig
%patch1 -p1 -b .hostname
%patch2 -p1 -b .client-session
%patch3 -p1 -b .unset
%patch4 -p1 -b .xvt
%patch5 -p1 -b .curvt
%patch6 -p1 -b .tty

%build
%configure2_5x
%make XINITDIR=/etc/X11/xinit

%install
%makeinstall_std

#don't use xorg xinitrc file, use our own, provided by xinitrc package
rm -fr %{buildroot}%{_libdir}/X11/xinit/xinitrc
rm -fr %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc


%changelog

* Sun Aug 16 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.4-1
- (632db2b) Backport upstream patch to handle tty issues



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26320 |14mu|xinitrc-2.4.21-16
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The default startup script for the X Window System
Name:		xinitrc
Version:	2.4.21
Release:	16
License:	Public Domain
Group:		System/X11
Url:		http://www.mandrivalinux.com/
Source0:	gdm.conf
Source1:	GiveConsole
Source2:	kdm.conf
Source3:	TakeConsole
Source4:	x11-Xresources
Source5:	Xaccess
Source6:	xdm.conf
Source7:	xdm-config
Source8:	xdm-Xsession
Source9:	xinitrc-fixkeyboard
Source11:	xinitrc-RunWM
Source12:	xinitrc-Xclients
Source13:	xinitrc-XIM
Source14:	xinitrc-xinitrc
Source15:	xinitrc-Xmodmap
Source16:	Xresources
Source17:	Xservers
Source18:	Xsession
Source19:	Xsetup_0
Source20:	Xwilling
Source21:	xdm-Xstartup
Source22:	xdm-Xreset
Source23:	XIM.xinit
Requires:	x11-server-xorg
# Because of <basedir>/X11 directory handling
Requires:	x11-server-common >= 1.4.2
Requires:	xdpyinfo
Requires:	xmodmap
Requires:	xsetroot
Requires:	/bin/sh
Requires:	/bin/grep
Requires:	sessreg
Requires:	xrdb
Suggests:	s2u
Conflicts:	initscripts < 6.87-2mdk
Conflicts:	gdm < 2.8.0.0
Conflicts:	xdm < 1.1.8
BuildArch:	noarch

%description
The xinitrc package contains the xinitrc file, a script which is used
to configure your X Window System session or to start a window manager.

%prep

%build

%install

R=%{buildroot}
	
mkdir -p $R%{_sysconfdir}/X11/{xdm,xinit}
install -m755 %{SOURCE18} $R%{_sysconfdir}/X11/
install -m644 %{SOURCE4} $R%{_sysconfdir}/X11/Xresources

mkdir $R%{_sysconfdir}/X11/{xinit,xsetup}.d
install -m 755 %{SOURCE23} $R%{_sysconfdir}/X11/xinit.d/02XIM
mkdir $R%{_sysconfdir}/X11/wmsession.d
mkdir -p $R%{_datadir}/X11/xdm
install -m755 {%{SOURCE20},%{SOURCE19},%{SOURCE3},%{SOURCE1}} $R%{_datadir}/X11/xdm
ln -s ../../..%{_datadir}/X11/xdm/{Xwilling,Xsetup_0,TakeConsole,GiveConsole} $R%{_sysconfdir}/X11/xdm
install -m644 %{SOURCE7} %{SOURCE17} %{SOURCE16} %{SOURCE5} $R%{_sysconfdir}/X11/xdm
ln -s ../../../..%{_sysconfdir}/X11/xdm/{xdm-config,Xservers,Xresources,Xaccess} $R%{_datadir}/X11/xdm
install -m755 %{SOURCE8} $R%{_datadir}/X11/xdm/Xsession

install -m755 %{SOURCE22} $R%{_datadir}/X11/xdm/Xreset
install -m755 %{SOURCE21} $R%{_datadir}/X11/xdm/Xstartup
ln -s ../../..%{_datadir}/X11/xdm/{Xsession,Xreset,Xstartup} $R%{_sysconfdir}/X11/xdm

install -m644 %{SOURCE15} $R%{_sysconfdir}/X11/Xmodmap
install -m644 %{SOURCE14} $R%{_sysconfdir}/X11/xinit/xinitrc
install -m644 %{SOURCE12} $R%{_sysconfdir}/X11/xinit/Xclients
install -m755 %{SOURCE9} $R%{_sysconfdir}/X11/xinit/fixkeyboard
install -m644 %{SOURCE13} $R%{_sysconfdir}/X11/xinit/XIM

mkdir -p $R%{_bindir}/
install -m755 %{SOURCE11} $R%{_bindir}/RunWM
for i in Fvwm95 MWM AfterStep WindowMaker; do ln -sf RunWM $R%{_bindir}/RunWM.$i;done

mkdir -p $R%{_datadir}/X11/dm.d
install -m644 %{SOURCE2} $R%{_datadir}/X11/dm.d/10kdm.conf
install -m644 %{SOURCE0} $R%{_datadir}/X11/dm.d/20gdm.conf
install -m644 %{SOURCE6} $R%{_datadir}/X11/dm.d/30xdm.conf

%files
%config(noreplace) %{_sysconfdir}/X11/Xmodmap
%config(noreplace) %{_sysconfdir}/X11/Xresources
%config(noreplace) %{_sysconfdir}/X11/xdm/xdm-config
%config(noreplace) %{_sysconfdir}/X11/xdm/Xservers
%config(noreplace) %{_sysconfdir}/X11/xdm/Xresources
%config(noreplace) %{_sysconfdir}/X11/xdm/Xaccess

%{_sysconfdir}/X11/xdm/GiveConsole
%{_sysconfdir}/X11/xdm/TakeConsole
%{_sysconfdir}/X11/xdm/Xreset
%{_sysconfdir}/X11/xdm/Xsession
%{_sysconfdir}/X11/xdm/Xsetup_0
%{_sysconfdir}/X11/xdm/Xstartup
%{_sysconfdir}/X11/xdm/Xwilling


%dir %{_sysconfdir}/X11/wmsession.d
%dir %{_sysconfdir}/X11/xinit
%dir %{_sysconfdir}/X11/xinit.d
%dir %{_sysconfdir}/X11/xsetup.d
%{_sysconfdir}/X11/Xsession
%{_sysconfdir}/X11/xinit.d/02XIM
%{_sysconfdir}/X11/xinit/XIM
%{_sysconfdir}/X11/xinit/Xclients
%{_sysconfdir}/X11/xinit/fixkeyboard
%{_sysconfdir}/X11/xinit/xinitrc
%{_bindir}/*
%{_datadir}/X11/dm.d
%{_datadir}/X11/xdm

%changelog

* Tue Jul 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.4.21-16
- (b3f2de3) Run /etc/X11/xinit.d/98vboxadd-xclient (if it exists) from Xsetup_0 only if SDDM is running (at least KDM cannot work properly this way)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26321 |14mu|xinput-1.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Runtime configuration and test of XInput devices
Name:		xinput
Version:	1.6.2
Release:	1
License:	MIT
Group:		System/X11
Url:		http://xorg.freedesktop.org
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(inputproto)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xfixes)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xrandr)

%description
Runtime configuration and test of XInput devices.

%files
%doc README ChangeLog
%{_bindir}/xinput
%{_mandir}/*/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Tue Oct 20 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.6.2-1
- (db31b4d) Updated to version 1.6.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26322 |14mu|xkbcomp-1.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Compile XKB keyboard description
Name:		xkbcomp
Version:	1.3.1
Release:	1
License:	MIT
Group:		Development/X11
Url:		http://xorg.freedesktop.org
Source0:	http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires:	x11-util-macros
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xkbfile)

%description
The xkbcomp keymap compiler converts a description of an XKB keymap into one of
several output formats. The most common use for xkbcomp is to create a compiled
keymap file (.xkm extension) which can be read directly by XKB-capable X
servers or utilities.

%files
%{_bindir}/xkbcomp
%{_mandir}/man1/xkbcomp.1*
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std


%changelog

* Mon Nov 09 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.3.1-1
- (2e8cf76) Updated to version 1.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26323 |14mu|xkeyboard-config-2.19-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define git_url git://anongit.freedesktop.org/xkeyboard-config

Summary:	XKB data files
Name:		xkeyboard-config
Epoch:		1
Version:	2.19
Release:	2
License:	MIT
Group:		Development/X11
Url:		http://www.freedesktop.org/wiki/Software/XKeyboardConfig
Source0:	http://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-%{version}.tar.bz2

# Re-enable Ctrl-Alt-Backspace (zapping) by default
Patch9:		xkeyboard-config-2.19-Enable-zapping-by-default.patch
# Breton keyboard
Patch12:	xkeyboard-config-2.19-breton-support.patch
# Update to Ilya Birman's typographic layout
Patch15:	xkeyboard-config-2.19-birman-typo-layout-v3.patch

BuildRequires:	glib-gettextize
BuildRequires:	intltool
BuildRequires:	perl-XML-Parser
BuildRequires:	x11-util-macros
BuildRequires:	xkbcomp
# For the mab page
BuildRequires:	xsltproc
# https://qa.mandriva.com/show_bug.cgi?id=44052
BuildRequires:	gettext-devel
BuildRequires:	x11-proto-devel
BuildRequires:	pkgconfig(x11)
BuildArch:	noarch

Provides:	x11-data-xkbdata = %{EVRD}
Obsoletes:	x11-data-xkbdata < %{EVRD}

%description
Xkeyboard-config provides consistent, well-structured, frequently released of X
keyboard configuration data (XKB) for various X Window System implementations.

%files -f %{name}.lang
%dir %{_datadir}/X11/xkb/
%attr(1777,root,root) %dir %{_localstatedir}/lib/xkb
%{_datadir}/X11/xkb/*
%{_datadir}/pkgconfig/xkeyboard-config.pc
%{_mandir}/man7/xkeyboard-config.7.*

%pre
# this was a directory in the old installation
if [ -d "%{_datadir}/X11/xkb/compiled" ]; then
	rm -rf %{_datadir}/X11/xkb/compiled
fi

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches


%build
AUTOPOINT="intltoolize --automake --copy" autoreconf -fvi

# config.sub does not understand noarch-unknown-linux-gnu arch.
# https://abf.rosalinux.ru/current/automake/commit/17363ea547d721eef00eae3613e30ebd2b02b021
%configure2_5x \
	--build=i586-%{_target_vendor}-%{_target_os}%{?_gnu} \
	--enable-compat-rules \
	--with-xkb-base=%{_datadir}/X11/xkb \
	--with-xkb-rules-symlink=xorg \
	--disable-runtime-deps

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_localstatedir}/lib/xkb
#need this symlink for xkb to work (Mdv bug #34195)
ln -snf %{_localstatedir}/lib/xkb %{buildroot}%{_datadir}/X11/xkb/compiled

%find_lang %{name}

%changelog

* Fri Oct 14 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.19-2
- (58488f1) MassBuild#1169: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26324 |14mu|xl2tpd-1.3.6-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sname xl2tpd

Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
Name: xl2tpd
Version: 1.3.6
Release: 8
License: GPLv2
Url: https://github.com/xelerance/xl2tpd
Group: System/Base
Source0: http://www.xelerance.com/software/xl2tpd/xl2tpd-%{version}.tar.gz
Source1: xl2tpd.service
Source2: tmpfiles-xl2tpd.conf

Patch1: %{sname}.c.patch
Patch2: %{sname}-nokernel.patch

Requires: ppp >= 2.4.5
Requires: openswan
# If you want to authenticate against a Microsoft PDC/Active Directory
# Requires: samba-winbind
BuildRequires: libpcap-devel
BuildRequires: systemd-units
BuildRequires: pkgconfig(openssl)
Requires(post,preun,postun): systemd

Conflicts: xl2tpd-kernel
Provides: l2tpd
Provides: xl2tpd-nokernel

%description
xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661).
L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user
sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP
servers. Another important application is Virtual Private Networks where
the IPsec protocol is used to secure the L2TP connection (L2TP/IPsec,
RFC 3193). The L2TP/IPsec protocol is mainly used by Windows and 
Mac OS X clients. On Linux, xl2tpd can be used in combination with IPsec
implementations such as Openswan.
Example configuration files for such a setup are included in this RPM.

xl2tpd works by opening a pseudo-tty for communicating with pppd.
It runs completely in userspace.

xl2tpd supports IPsec SA Reference tracking to enable overlapping internak
NAT'ed IP's by different clients (eg all clients connecting from their
linksys internal IP 192.168.1.101) as well as multiple clients behind
the same NAT router.

xl2tpd supports the pppol2tp kernel mode operations on 2.6.23 or higher,
or via a patch in contrib for 2.4.x kernels.

Xl2tpd is based on the 0.69 L2TP by Jeff McAdams <jeffm@iglou.com>
It was de-facto maintained by Jacco de Leeuw <jacco2@dds.nl> in 2002 and 2003.

%prep
%setup -qn %{sname}-%{version}
%patch1 -p1
%patch2 -p1

%build
export CFLAGS="$CFLAGS -fPIC -Wall"
export DFLAGS="$RPM_OPT_FLAGS -g "
export LDFLAGS="$LDFLAGS -pie -Wl,-z,relro -Wl,-z,now"
%make

%install
make DESTDIR=%{buildroot} PREFIX=%{_prefix} install
install -d 0755 %{buildroot}%{_unitdir}
install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{sname}.service
mkdir -p %{buildroot}%{_tmpfilesdir}
install -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{sname}.conf

install -p -D -m644 examples/%{sname}.conf %{buildroot}%{_sysconfdir}/%{sname}/%{sname}.conf
install -p -D -m644 examples/ppp-options.%{sname} %{buildroot}%{_sysconfdir}/ppp/options.%{sname}
install -p -D -m600 doc/l2tp-secrets.sample %{buildroot}%{_sysconfdir}/%{sname}/l2tp-secrets
install -p -D -m600 examples/chapsecrets.sample %{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample
install -p -D -m755 -d %{buildroot}%{_localstatedir}/run/%{sname}

%preun
%_preun_service %{sname}

%post
%_post_service %{sname}

%files
%doc BUGS CHANGES CREDITS LICENSE README.* TODO doc/rfc2661.txt 
%doc doc/README.patents examples/chapsecrets.sample
%{_sbindir}/%{sname}
%{_sbindir}/%{sname}-control
%{_bindir}/pfc
%{_mandir}/*/*
%dir %{_sysconfdir}/%{sname}
%config(noreplace) %{_sysconfdir}/%{sname}/*
%config(noreplace) %{_sysconfdir}/ppp/*
%ghost %dir %{_localstatedir}/run/%{sname}
%{_unitdir}/%{sname}.service
%config(noreplace) %{_tmpfilesdir}/%{sname}.conf


%changelog

* Tue Feb 09 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.3.6-8
- (916e036) Require openswan



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26325 |14mu|xlhtml-0.5-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 2
%define libname %mklibname cole %{major}
%define devname %mklibname cole -d

Summary:	Excel 95 and later file converter
Name:		xlhtml
Version:	0.5
Release:	14
License:	GPLv2+
Group:		Text tools
Url:		http://chicago.sourceforge.net/xlhtml/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		xlhtml-0.5.diff
Requires:	xlhtml-cole

%description
xlHtml is an Excel 95 and later file converter. Its html output can be
used as a Netscape Plug-in to let you view xls e-mail attachments. It
can also extract regions of a spreadsheet and convert the spreadsheet
to pure text rather than html.

%files
%doc xlhtml/TODO xlhtml/README README-ppthtml
%{_bindir}/nsopen
%{_bindir}/nspptview
%{_bindir}/nsxlview
%{_bindir}/ppthtml
%{_bindir}/xlhtml
%{_mandir}/*/*

#----------------------------------------------------------------------------

%package -n xlhtml-cole
Summary:	Free C OLE library
Group:		Text tools

%description -n xlhtml-cole
Using cole, you can access Microsoft "Structured Storage" files. The
most popular Microsoft programs generate "Structured Storage" files,
including the Microsoft suite for offices. StarDivision's suite
(StarOffice) generates "Structured Storage" files, too. FlashPix file
format is "Structured Storage", too.

%files -n xlhtml-cole
%doc AUTHORS COPYING ChangeLog NEWS cole/TODO README
%{_bindir}/cole_extract
%{_bindir}/cole_isfs
%{_bindir}/cole_isfs_fast
%{_bindir}/cole_tree

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Free C OLE shared library
Group:		System/Libraries
Conflicts:	xlhtml-cole < 0.5-14

%description -n %{libname}
Free C OLE shared library.

%files -n %{libname}
%{_libdir}/libcole.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for free C OLE shared library
Group:		Development/C++
Provides:	%{name}-devel = %{EVRD}
Provides:	cole-devel = %{EVRD}
Conflicts:	xlhtml-cole < 0.5-14

%description -n %{devname}
Development files for free C OLE shared library.

%files -n %{devname}
%{_bindir}/cole-config
%{_libdir}/libcole.so
%{_includedir}/cole

#----------------------------------------------------------------------------

%prep
%setup -q
%patch -p0

mv ppthtml/README README-ppthtml

%build
autoreconf -fi
%configure2_5x \
	--disable-static
%make
%make -C cole/utils

%install
%makeinstall_std
# xlhtml-cole
install -m 755 cole/cole-config %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_includedir}/cole
install cole/cole.h %{buildroot}%{_includedir}/cole
install cole/utils/cole_extract %{buildroot}%{_bindir}
install cole/utils/cole_isfs %{buildroot}%{_bindir}
install cole/utils/cole_isfs_fast %{buildroot}%{_bindir}
install cole/utils/cole_tree %{buildroot}%{_bindir}


%changelog

* Mon May 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.5-14
- (6e0559b) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26326 |14mu|xlockmore-5.34-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xlockmore
Summary:	An X terminal locking program
Version:	5.34
Release:	8
License:	BSD
Group:		Graphical desktop/Other
Url:		http://www.tux.org/~bagleyd/xlockmore.html
Source:		http://www.tux.org/~bagleyd/xlock/%{name}-%{version}/%{name}-%{version}.tar.bz2
Source1:	xlock.pamd
Patch0:		xlockmore-5.30-soundpath.patch
Patch3:		xlockmore-5.30-include_ftgl_path.patch
Requires:	pam >= 0.59
Requires:	fortune-mod
Requires:	pam
#fhimpe: needed for chkpwd group
Requires:	setup >= 2.7.12-2
BuildRequires:	esound-devel 
BuildRequires:	gtk+2-devel
BuildRequires:	mesa-common-devel 
BuildRequires:	pam-devel 
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	xpm-devel 
BuildRequires:	pkgconfig(xt)

%description
The xlockmore utility is an enhanced version of the standard xlock
program, which allows you to lock an X session so that other users
can't access it.  Xlockmore runs a provided screensaver until you type
in your password.

Install the xlockmore package if you need a locking program to secure
X sessions.

%package gtk2
Summary:	A GTK2 front-end to xlockmore
Url:		http://www.tux.org/~bagleyd/xlockmore.html
Group:		Graphical desktop/Other
License:	BSD
Requires:	xlockmore

%description gtk2
A GTK2 front-end to xlockmore.

%prep
%setup -q
%patch0 -p1 -b .soundpath
%patch3 -p1 -b .include_ftgl_path

%{__sed} -i -e "s,/lib,/%{_lib},g" configure

%build

export CXXFLAGS="-laudiofile"

autoconf

%configure2_5x \
	--without-motif \
	--with-gtk2 \
	--without-gtk \
	--enable-pam \
	--enable-syslog \
	--disable-setuid \
	--with-crypt \
	--without-rplay \
	--enable-appdefaultdir=%{_datadir}/X11/app-defaults
make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/sounds/xlockmore

perl -p -i -e 's/-o root//g' Makefile */Makefile
%makeinstall

install -m644 xlock/xlock.man -D %{buildroot}%{_mandir}/man1/xlock.1
install -m644 xlock/XLock.ad -D %{buildroot}%{_datadir}/X11/app-defaults/XLock
install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/pam.d/xlock

cp sounds/*.au %{buildroot}%{_datadir}/sounds/xlockmore
rm -rf %{buildroot}%{_mandir}/xlock.1*
chmod 755 %{buildroot}%{_bindir}/xlock


mkdir -p %{buildroot}%{_datadir}/applications

cat >> %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Xlock
Comment=X11 screen saver
Comment[ru]=Хранитель экрана для X11
Icon=gnome-lockscreen.png
Exec=xlock
Terminal=false
Type=Application
Category=System;
NotShowIn=MATE;
EOF

%clean

%files
%attr(2755,root,chkpwd) %{_bindir}/xlock
%{_mandir}/man1/xlock.1*
%config(noreplace) %{_datadir}/X11/app-defaults/XLock
%{_datadir}/sounds/xlockmore
%{_datadir}/applications/%{name}.desktop
%config(noreplace) %{_sysconfdir}/pam.d/*

%files gtk2
%{_bindir}/xglock
%{_datadir}/xlock



%changelog

* Sat Jun 18 2016 Denis Silakov <dsilakov@gmail.com> 5.34-8
- (c729d92) Do not show in Mate



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26327 |14mu|xml-commons-apis-1.4.01-13
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xml-commons-apis
Epoch:		1
Version:	1.4.01
Release:	13
Summary:	APIs for DOM, SAX, and JAXP
Group:		Development/Java
License:	ASL 2.0 and W3C and Public Domain
URL:		http://xml.apache.org/commons/

# From source control because the published tarball doesn't include some docs:
#   svn export http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_4_01/java/external/
#   tar czf xml-commons-external-1.4.01-src.tar.gz external
Source0:	xml-commons-external-%{version}-src.tar.gz
Source1:	%{name}-MANIFEST.MF
Source2:	%{name}-ext-MANIFEST.MF
Source3:	http://repo1.maven.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Source4:	http://repo1.maven.org/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom

BuildArch:	noarch

BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	jpackage-utils
BuildRequires:	ant
BuildRequires:	zip
Requires:	java
Requires:	jpackage-utils
Requires(post):	jpackage-utils
Requires(postun):	jpackage-utils
Provides:	jaxp

%rename	xml-commons
%rename	xml-commons-jaxp-1.4-apis

%description
xml-commons-apis is designed to organize and have common packaging for
the various externally-defined standard interfaces for XML. This
includes the DOM, SAX, and JAXP. 

This package provides an implementation of the JAXP 1.4 API.

%package manual
Summary:	Manual for %{name}
Group:		Development/Java
%rename	xml-commons-jaxp-1.4-apis-manual

%description manual
%{summary}.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
%rename xml-commons-jaxp-1.4-apis-javadoc

%description javadoc
%{summary}.

%prep
%setup -q -n external

# Make sure upstream hasn't sneaked in any jars we don't know about
find -name '*.class' -exec rm -f '{}' \;
find -name '*.jar' -exec rm -f '{}' \;

# Fix file encodings
iconv -f iso8859-1 -t utf-8 LICENSE.dom-documentation.txt > \
  LICENSE.dom-doc.temp && mv -f LICENSE.dom-doc.temp LICENSE.dom-documentation.txt
iconv -f iso8859-1 -t utf-8 LICENSE.dom-software.txt > \
  LICENSE.dom-sof.temp && mv -f LICENSE.dom-sof.temp LICENSE.dom-software.txt

# remove bogus section from poms
cp %{SOURCE3} %{SOURCE4} .
sed -i '/distributionManagement/,/\/distributionManagement/ {d}' *.pom

%build
ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 jar javadoc

%install

# inject OSGi manifests
mkdir -p META-INF
cp -p %{SOURCE1} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u build/xml-apis.jar META-INF/MANIFEST.MF
cp -p %{SOURCE2} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip -u build/xml-apis-ext.jar META-INF/MANIFEST.MF

# Jars
install -pD -T build/xml-apis.jar %{buildroot}%{_javadir}/%{name}.jar
install -pDm 644 xml-apis-[0-9]*.pom %{buildroot}/%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap xml-apis xml-apis %{version} JPP %{name}
%add_to_maven_depmap -a xerces:dom3-xml-apis

install -pD -T build/xml-apis-ext.jar %{buildroot}%{_javadir}/%{name}-ext.jar
install -pDm 644 xml-apis-ext*.pom %{buildroot}/%{_mavenpomdir}/JPP-%{name}-ext.pom
%add_to_maven_depmap xml-apis xml-apis-ext %{version} JPP %{name}-ext

# for better interoperability with the jpp apis packages
ln -sf %{name}.jar %{buildroot}%{_javadir}/jaxp14.jar
ln -sf %{name}.jar %{buildroot}%{_javadir}/jaxp.jar
ln -sf %{name}.jar %{buildroot}%{_javadir}/xml-commons-jaxp-1.4-apis.jar

# Javadocs
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr build/docs/javadoc/* %{buildroot}%{_javadocdir}/%{name}
 
# prevent apis javadoc from being included in doc
rm -rf build/docs/javadoc

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc LICENSE NOTICE 
%doc LICENSE.dom-documentation.txt README.dom.txt
%doc LICENSE.dom-software.txt LICENSE.sac.html
%doc LICENSE.sax.txt README-sax  README.sax.txt
%{_javadir}/*
%{_mavendepmapfragdir}/%{name}
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavenpomdir}/JPP-%{name}-ext.pom

%files manual
%doc build/docs/*

%files javadoc
%{_javadocdir}/*




%changelog
* Thu Jan 29 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.4.01-13
+ Revision: 97f31de
- Provides jaxp



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26328 |14mu|xml-commons-resolver-1.2-17
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Resolver subproject of xml-commons
Name:		xml-commons-resolver
Epoch:		1
Version:	1.2
Release:	17
License:	ASL 2.0
Group:		Development/Java
Url:		http://xerces.apache.org/xml-commons/
# Packaged directly from svn instead of downloading the tarball because the
# official tarball is missing which.xml and friends (see below)
# svn export http://svn.apache.org/repos/asf/xerces/xml-commons/tags/xml-commons-resolver-1_2/ xml-commons-resolver-1.2
# tar cJf xml-commons-resolver-1.2.tar.xz xml-commons-resolver-1.2
Source0:	http://www.apache.org/dist/xml/commons/xml-commons-resolver-%{version}.tar.xz
Source1:	xml-commons-resolver-resolver.sh
Source2:	xml-commons-resolver-xread.sh
Source3:	xml-commons-resolver-xparse.sh
Source4:	xml-commons-resolver-which.sh
Source5:	%{name}-MANIFEST.MF
Source6:	%{name}-pom.xml
BuildArch:	noarch

BuildRequires:	java-1.8.0-openjdk-devel
BuildRequires:	java-rpmbuild
BuildRequires:	ant
BuildRequires:	jpackage-utils
BuildRequires:	zip
Requires:	xml-commons-apis
Requires:	jpackage-utils
Requires(post,postun):   jpackage-utils

%rename	xml-commons-resolver12
%rename	xml-commons-which12
%rename	xml-commons-which

# There's probably no need to keep the legacy versions around since (unlike
# xml-commons-apis or the likes) there don't seem to be any incompatible
# API changes.
# To be on the safe side, let's obsolete the old versions without providing
# them so we can just reintroduce the legacy packages at some point in the future
# if needed.
Obsoletes:	xml-commons-resolver11 < 1:1.1-0
Obsoletes:	xml-commons-resolver10 < 1:1.0-0
Obsoletes:	xml-commons-which11 < 1:1.1-0
Obsoletes:	xml-commons-which10 < 1:1.0-0

%track
prog %{name} = {
	url = http://xerces.apache.org/mirrors.cgi
	regex = "XML Commons Resolver Version (__VER__) - tar.gz"
	version = %{version}
}

%description
Resolver subproject of xml-commons.

%package javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	jpackage-utils

%rename	xml-commons-resolver12-javadoc
%rename	xml-commons-which-javadoc
%rename	xml-commons-which12-javadoc

Obsoletes:	xml-commons-resolver11-javadoc < 1:1.1-0
Obsoletes:	xml-commons-resolver10-javadoc < 1:1.0-0
Obsoletes:	xml-commons-which11-javadoc < 1:1.1-0
Obsoletes:	xml-commons-which10-javadoc < 1:1.0-0

%description javadoc
Javadoc for %{name}.

%prep
%setup -q

# remove all binary libs and prebuilt javadocs
find . -name "*.jar" -exec rm -f {} \;
rm -rf docs
sed -i 's/\r//' KEYS LICENSE

%build
sed -i -e 's|call Resolver|call resolver|g' java/resolver.xml
sed -i -e 's|classname="org.apache.xml.resolver.Catalog"|fork="yes" classname="org.apache.xml.resolver.apps.resolver"|g' java/resolver.xml
sed -i -e 's|org.apache.xml.resolver.Catalog|org.apache.xml.resolver.apps.resolver|g' java/src/manifest.resolver

# export JAVA_HOME=%{_prefix}/lib/jvm/java-1.8.0
%ant jars javadocs

%install
# inject OSGi manifests
mkdir -p META-INF
cp -p %{SOURCE5} META-INF/MANIFEST.MF
touch META-INF/MANIFEST.MF
zip java/build/resolver.jar META-INF/MANIFEST.MF

# Jars
install -pD -T java/build/resolver.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/xml-resolver-%{version}.jar

# Jar versioning
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed  "s|-%{version}||g"`; done)

# Javadocs
mkdir -p %{buildroot}%{_javadocdir}/%{name}
cp -pr java/build/apidocs/resolver java/build/apidocs/which %{buildroot}%{_javadocdir}/%{name}

# Scripts
mkdir -p %{buildroot}%{_bindir}
cp %{SOURCE1} %{buildroot}%{_bindir}/xml-resolver
cp %{SOURCE2} %{buildroot}%{_bindir}/xml-xread
cp %{SOURCE3} %{buildroot}%{_bindir}/xml-xparse
cp %{SOURCE4} %{buildroot}%{_bindir}/xml-which

# Pom
install -pD -T -m 644 %{SOURCE6} %{buildroot}%{_mavenpomdir}/JPP-xml-resolver.pom
%add_to_maven_depmap xml-resolver xml-resolver %{version} JPP xml-resolver

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%doc KEYS LICENSE
%{_mavendepmapfragdir}/*
%{_mavenpomdir}/*
%{_javadir}/*
%{_bindir}/*

%files javadoc
%{_javadocdir}/%{name}
%doc LICENSE


%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 1:1.2-17
- (a857008) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26329 |14mu|xmlrpc-c-1.32.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major_c 3
%define major_cpp 8
%define libxmlrpc_c %mklibname xmlrpc %{major_c}
%define libxmlrpc_cpp %mklibname xmlrpc++ %{major_cpp}
%define libxmlrpc_ccpp %mklibname xmlrpc_cpp %{major_cpp}
%define libxmlrpc_abyss_c %mklibname xmlrpc_abyss %{major_c}
%define libxmlrpc_client_c %mklibname xmlrpc_client %{major_c}
%define libxmlrpc_client_cpp %mklibname xmlrpc_client++ %{major_cpp}
%define libxmlrpc_packetsocket_c %mklibname xmlrpc_packetsocket %{major_cpp}
%define libxmlrpc_server_c %mklibname xmlrpc_server %{major_c}
%define libxmlrpc_server_cpp %mklibname xmlrpc_server++ %{major_cpp}
%define libxmlrpc_server_abyss_c %mklibname xmlrpc_server_abyss %{major_c}
%define libxmlrpc_server_abyss_cpp %mklibname xmlrpc_server_abyss++ %{major_cpp}
%define libxmlrpc_server_cgi_c %mklibname xmlrpc_server_cgi %{major_c}
%define libxmlrpc_server_cgi_cpp %mklibname xmlrpc_server_cgi++ %{major_cpp}
%define libxmlrpc_server_pstream_cpp %mklibname xmlrpc_server_pstream++ %{major_cpp}
%define libxmlrpc_util_c %mklibname xmlrpc_util %{major_c}
%define devname %mklibname %{name} -d

%global advanced_branch 1
%global svnrev 2451

Summary:	Programming library for writing an XML-RPC server or client in C or C++
Name:		xmlrpc-c
Version:	1.32.5
Release:	1
License:	BSD
Group:		System/Libraries
Url:		http://xmlrpc-c.sourceforge.net/
%{!?advanced_branch:Source0:	http://dl.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-%{version}.tgz}
# generated by 'make svn-sources [SVN_VER=%version SVN_REV=%svnrev]'. Unfortunately,
# upstream does not tag versions so we must fetch from the branch and
# check which version was used for it
%{?advanced_branch:Source0:	xmlrpc-c-%{version}.tar.xz}
Source100:	dfs.cc
Source101:	dso-fixup

# Fedora patches
Patch100:	xmlrpc-c-cmake.patch
Patch102:	xmlrpc-c-printf-size_t.patch
Patch105:	xmlrpc-c-longlong.patch
Patch107:	xmlrpc-c-uninit-curl.patch
Patch108:	xmlrpc-c-30x-redirect.patch
Patch109:	xmlrpc-c-check-vasprintf-return-value.patch
Patch110:	xmlrpc-c-include-string_int.h.patch
Patch111:	xmlrpc-c-format-security-warning.patch
BuildRequires:	cmake
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(ncurses)

%description
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files
%doc doc/COPYING doc/CREDITS doc/DEVELOPING doc/HISTORY doc/SECURITY doc/TESTING doc/TODO
%{_bindir}/xmlrpc
%{_bindir}/xmlrpc_parsecall
%{_bindir}/xmlrpc_pstream
%{_bindir}/xmlrpc_transport
%{_bindir}/xml-rpc-api2cpp
%{_bindir}/xml-rpc-api2txt
%{_bindir}/xmlrpc_cpp_proxy
%{_mandir}/man1/xml-rpc-api2cpp.1*
%{_mandir}/man1/xml-rpc-api2txt.1*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_c}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5
Obsoletes:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_c}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_c}
%{_libdir}/libxmlrpc.so.%{major_c}*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_cpp}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_cpp}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_cpp}
%{_libdir}/libxmlrpc++.so.%{major_cpp}*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_ccpp}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_ccpp}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_ccpp}
%{_libdir}/libxmlrpc_cpp.so.%{major_cpp}*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_abyss_c}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_abyss_c}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_abyss_c}
%{_libdir}/libxmlrpc_abyss.so.%{major_c}*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_client_c}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_client_c}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_client_c}
%{_libdir}/libxmlrpc_client.so.%{major_c}*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_client_cpp}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_client_cpp}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_client_cpp}
%{_libdir}/libxmlrpc_client++.so.%{major_cpp}*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_packetsocket_c}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_packetsocket_c}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_packetsocket_c}
%{_libdir}/libxmlrpc_packetsocket.so.%{major_cpp}*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_server_c}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_server_c}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_server_c}
%{_libdir}/libxmlrpc_server.so.%{major_c}*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_server_cpp}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_server_cpp}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_server_cpp}
%{_libdir}/libxmlrpc_server++.so.%{major_cpp}*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_server_abyss_c}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_server_abyss_c}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_server_abyss_c}
%{_libdir}/libxmlrpc_server_abyss.so.%{major_c}*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_server_abyss_cpp}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_server_abyss_cpp}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_server_abyss_cpp}
%{_libdir}/libxmlrpc_server_abyss++.so.%{major_cpp}*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_server_cgi_c}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_server_cgi_c}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_server_cgi_c}
%{_libdir}/libxmlrpc_server_cgi.so.%{major_c}*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_server_cgi_cpp}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_server_cgi_cpp}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_server_cgi_cpp}
%{_libdir}/libxmlrpc_server_cgi++.so.%{major_cpp}*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_server_pstream_cpp}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_server_pstream_cpp}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_server_pstream_cpp}
%{_libdir}/libxmlrpc_server_pstream++.so.%{major_cpp}*

#----------------------------------------------------------------------------

%package -n %{libxmlrpc_util_c}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Conflicts:	%{_lib}xmlrpc-c3 < 1.32.5

%description -n %{libxmlrpc_util_c}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

%files -n %{libxmlrpc_util_c}
%{_libdir}/libxmlrpc_util.so.%{major_c}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Programming library for writing an XML-RPC server or client in C or C++
Group:		System/Libraries
Requires:	%{libxmlrpc_c} = %{EVRD}
Requires:	%{libxmlrpc_cpp} = %{EVRD}
Requires:	%{libxmlrpc_ccpp} = %{EVRD}
Requires:	%{libxmlrpc_abyss_c} = %{EVRD}
Requires:	%{libxmlrpc_client_c} = %{EVRD}
Requires:	%{libxmlrpc_client_cpp} = %{EVRD}
Requires:	%{libxmlrpc_packetsocket_c} = %{EVRD}
Requires:	%{libxmlrpc_server_c} = %{EVRD}
Requires:	%{libxmlrpc_server_cpp} = %{EVRD}
Requires:	%{libxmlrpc_server_abyss_c} = %{EVRD}
Requires:	%{libxmlrpc_server_abyss_cpp} = %{EVRD}
Requires:	%{libxmlrpc_server_cgi_c} = %{EVRD}
Requires:	%{libxmlrpc_server_cgi_cpp} = %{EVRD}
Requires:	%{libxmlrpc_server_pstream_cpp} = %{EVRD}
Requires:	%{libxmlrpc_util_c} = %{EVRD}
Requires:	pkgconfig(libxml-2.0)
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

This package contains the developement files.

%files -n %{devname}
%{_bindir}/xmlrpc-c-config
%{_includedir}/*.h
%{_includedir}/%{name}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%cmake \
	-D_lib:STRING=%{_lib} \
	-DMUST_BUILD_CURL_CLIENT:BOOL=ON \
	-DMUST_BUILD_LIBWWW_CLIENT:BOOL=OFF \
	-DENABLE_TOOLS:BOOL=ON

%__cxx %{optflags} %{SOURCE100} -o depsort

%make

%install
cd build
%makeinstall_std

bash %{SOURCE101} "%{buildroot}" "%{_libdir}" 'libxmlrpc' %{buildroot}%{_libdir}/libxmlrpc*.so.[0-9]

%check
unset PKG_CONFIG_PATH
export PKG_CONFIG_LIBDIR=%{buildroot}%{_libdir}/pkgconfig:%{_libdir}/pkgconfig:%{_datadir}/pkgconfig
PATH=%{buildroot}%{_bindir}:$PATH

_e() {
     echo "\$ $@"
     "$@"
}

set +x
_e xmlrpc-c-config --help
for comp in c++ cgi-server server-util abyss-server client libwww-client; do
	for opt in '--version' '--libs' 'c++2 --libs' 'c++ --libs --static'; do
		_e xmlrpc-c-config "$comp" $opt
	done
done
set -x


%changelog

* Thu Dec 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.32.5-1
- (71e833a) Split libraries into individual packages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26330 |14mu|xmlsec1-1.2.20-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname xmlsec1_ %{major}
%define devname %mklibname xmlsec1 -d
%define libname_gcrypt %mklibname xmlsec1-gcrypt %{major}
%define libname_gnutls %mklibname xmlsec1-gnutls %{major}
%define libname_nss %mklibname xmlsec1-nss %{major}
%define libname_openssl %mklibname xmlsec1-openssl %{major}

Summary:	Library providing support for "XML Signature" and "XML Encryption"
Name:		xmlsec1
Version:	1.2.20
Release:	6
License:	MIT
Group:		System/Libraries
Url:		http://www.aleksey.com/xmlsec
Source0:	http://www.aleksey.com/xmlsec/download/%{name}-%{version}.tar.gz
Patch1:		xmlsec1-1.2.16-linkage.patch
BuildRequires:	libtool-devel
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libxslt)
BuildRequires:	pkgconfig(nss)
BuildRequires:	pkgconfig(openssl)

%description
XML Security Library is a C library based on LibXML2  and OpenSSL.
The library was created with a goal to support major XML security
standards "XML Digital Signature" and "XML Encryption".

%files
%doc %{_mandir}/man1/xmlsec1.1*
%{_bindir}/xmlsec1

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library providing support for "XML Signature" and "XML Encryption"
Group:		System/Libraries
Obsoletes:	%{_lib}xmlsec1-1 < 1.2.16

%description -n %{libname}
XML Security Library is a C library based on LibXML2  and OpenSSL.
The library was created with a goal to support major XML security
standards "XML Digital Signature" and "XML Encryption".

%files -n %{libname}
%{_libdir}/libxmlsec1.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libname_gcrypt}
Summary:	Gcrypt crypto plugin for XML Security Library
Group:		System/Libraries

%description -n %{libname_gcrypt}
gcrypt plugin for XML Security Library provides gcrypt based crypto services
for the xmlsec library.

%files -n %{libname_gcrypt}
%{_libdir}/libxmlsec1-gcrypt.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libname_gnutls}
Summary:	Gnutls crypto plugin for XML Security Library
Group:		System/Libraries

%description -n %{libname_gnutls}
gnutls plugin for XML Security Library provides gnutls based crypto services
for the xmlsec library.

%files -n %{libname_gnutls}
%{_libdir}/libxmlsec1-gnutls.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libname_nss}
Summary:	NSS crypto plugin for XML Security Library
Group:		System/Libraries

%description -n %{libname_nss}
NSS plugin for XML Security Library provides NSS based crypto services
for the xmlsec library.

%files -n %{libname_nss}
%{_libdir}/libxmlsec1-nss.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libname_openssl}
Summary:	OpenSSL crypto plugin for XML Security Library
Group:		System/Libraries

%description -n %{libname_openssl}
OpenSSL plugin for XML Security Library provides OpenSSL based crypto services
for the xmlsec library.

%files -n %{libname_openssl}
%{_libdir}/libxmlsec1-openssl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Libraries to develop applications with XML security
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libname_gcrypt} = %{EVRD}
Requires:	%{libname_gnutls} = %{EVRD}
Requires:	%{libname_nss} = %{EVRD}
Requires:	%{libname_openssl} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Obsoletes:	%{_lib}xmlsec1-gnutls-devel < 1.2.16
Obsoletes:	%{_lib}xmlsec1-nss-devel < 1.2.16
Obsoletes:	%{_lib}xmlsec1-openssl-devel < 1.2.16

%description -n %{devname}
Libraries you can use to develop applications with XML security standarts.

%files -n %{devname}
%doc AUTHORS HACKING ChangeLog NEWS README Copyright
%doc %{_mandir}/man1/xmlsec1-config.1*
%{_bindir}/xmlsec1-config
%{_includedir}/xmlsec1
%{_datadir}/aclocal/xmlsec1.m4
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libexecdir}/xmlsec1Conf.sh
%{_docdir}/xmlsec1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch1 -p1

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog

* Mon Jul 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.20-6
- (b2840cf) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26331 |14mu|xmlto-0.0.28-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define backend passivetex

Summary:	A tool for converting XML files to various formats
Name:		xmlto
Version:	0.0.28
Release:	1
License:	GPLv2+
Group:		Publishing
Url:		https://fedorahosted.org/xmlto/
Source0:	https://fedorahosted.org/releases/x/m/xmlto/%{name}-%{version}.tar.bz2
BuildRequires:	docbook-dtd-xml
BuildRequires:	docbook-style-xsl
BuildRequires:	util-linux
BuildRequires:	xsltproc
Requires:	docbook-dtd-xml
# We rely entirely on the DocBook XSL stylesheets!
Requires:	docbook-style-xsl
Requires:	util-linux
Requires:	xsltproc
%if %{backend} == passivetex
# For full functionality, we need passivetex.
Requires:	xmltex
%else
Requires:	fop
%endif

%description
This is a package for converting XML files to various formats using XSL
stylesheets.

%files
%{_bindir}/*
%{_mandir}/*/*
%{_datadir}/xmlto

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --with-backend=%{backend}
%make
make check

%install
%makeinstall

[ -d %{buildroot}%{_datadir}/xmlto/xsl ] || \
  mkdir %{buildroot}%{_datadir}/xmlto/xsl

%changelog

* Thu Jan 14 2016 dsilakov <denis.silakov@rosalab.ru> 0.0.28-1
- (eb87f79) Merge pull request #2 from import/xmlto:auto_update
- (eb87f79) Updated to 0.0.28 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26332 |14mu|xmodmap-1.0.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xmodmap
Version: 1.0.9
Release: 1
Summary: Utility for modifying keymaps and pointer button mappings in X

Group: Development/X11
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1

%description
The xmodmap program is used to edit and display the keyboard modifier map and
keymap table that are used by client applications to convert event keycodes
into keysyms.

It has been obsoloted by XKB.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%files
%{_bindir}/xmodmap
%{_mandir}/man1/xmodmap.1*

%changelog

* Sat Jan 16 2016 dsilakov <denis.silakov@rosalab.ru> 1.0.9-1
- (5719ee0) Merge pull request #2 from import/xmodmap:auto_update
- (5719ee0) Updated to 1.0.9 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26333 |14mu|xom-1.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#bcond_with test
%define with_test 0
#bcond_without bootstrap
%define with_bootstrap 1
%define section free

Summary:        XML Pull Parser
Name:           xom
Version:        1.2.1
Release:        5
Epoch:          0
License:        LGPL
URL:            http://www.xom.nu/
Group:          Development/Java
Source0:        http://www.cafeconleche.org/XOM/xom-1.2.1-src.tar.gz
Source1:        xom-1.2.1.pom
Patch0:         xom-1.2.1-remove_jaxen.patch
Patch1:         xom-1.1-clean-dist.patch
Patch2:         xom-1.1-compile15.patch
Patch3:         xom-1.1-remove_sun_import.patch
Patch4:         xom-1.1-build.patch
Patch5:         xom-1.1-sinjdoc.patch
Patch6:         xom-1.0-betterdocclasspath.patch
Patch7:         xom-1.2.1-gjdocissues.patch
Patch8:         xom-1.2.1-javadoc-stack-size.patch
Patch9:         xom-1.2.1-crosslinks.patch
Patch10:        xom-1.2.1-betterdoc-stack-size.patch

BuildRequires:  java-rpmbuild >= 0:1.6
BuildRequires:  java-javadoc
BuildRequires:  ant >= 0:1.6
BuildRequires:  ant-junit
BuildRequires:  jaxen >= 1.1.2-1.3
BuildRequires:  junit
BuildRequires:  junit-javadoc
BuildRequires:  xalan-j2
BuildRequires:  xerces-j2
BuildRequires:  icu4j
BuildRequires:  xml-commons-jaxp-1.3-apis

%if !%with_bootstrap
BuildRequires:  tagsoup
BuildRequires:  saxon
BuildRequires:  saxon-aelfred
BuildRequires:  jaxp_parser_impl
#BuildRequires:  xml-commons-resolver12
BuildRequires:  xml-commons-resolver
BuildRequires:  servletapi5
%endif
Requires:  xalan-j2
Requires:  xerces-j2
Requires:  icu4j
Requires:  jaxen >= 1.1.2-1.3
Requires:  xml-commons-jaxp-1.3-apis
BuildArch:      noarch
BuildRequires:  java-devel


%description
XOM is a new XML object model. It is an open source (LGPL), 
tree-based API for processing XML with Java that strives 
for correctness, simplicity, and performance, in that order. 
XOM is designed to be easy to learn and easy to use. It 
works very straight-forwardly, and has a very shallow 
learning curve. Assuming you're already familiar with XML, 
you should be able to get up and running with XOM very quickly.

%package javadoc
Summary:        Javadoc for %{name}
Group:          Development/Java

%description javadoc
XML Pull Parser.

%if !%with_bootstrap
%package demo
Summary:        Samples for %{name}
Group:          Development/Java
Requires:       %{name} = %{epoch}:%{version}-%{release}

%description demo
XML Pull Parser.
%endif

%prep
%setup -q -n XOM
# remove all binary libs
find . -name "*.jar" -o -name "*.class" | xargs -t rm
%patch0 -p0
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1 -b .orig
%patch6 -p1
%patch7 -p0
%patch8 -p0
%patch9 -p0
%patch10 -p0


%{__perl} -pi -e 's/\r$//g' *.html *.txt
%{__perl} -pi -e 's/compress="no"/compress="yes"/g' build.xml

%build
export CLASSPATH=$(build-classpath icu4j jaxen)
export OPT_JAR_LIST="ant/ant-junit"
pushd lib
ln -sf $(build-classpath junit) junit.jar
ln -sf $(build-classpath xerces-j2) xercesImpl.jar
ln -sf $(build-classpath xerces-j2) dtd-xercesImpl.jar
ln -sf $(build-classpath xalan-j2) xalan.jar
ln -sf $(build-classpath icu4j) normalizer.jar
ln -sf $(build-classpath xml-commons-jaxp-1.3-apis) xmlParserAPIs.jar
popd
mkdir lib2
%if !%with_bootstrap
pushd lib2
ln -sf $(build-classpath tagsoup) tagsoup-1.2.jar
ln -sf $(build-classpath saxon) saxon.jar
ln -sf $(build-classpath saxon-aelfred) saxon.jar
ln -sf $(build-classpath jaxp_parser_impl) gnujaxp.jar
#ln -sf $(build-classpath xml-commons-resolver12) resolver.jar
ln -sf $(build-classpath xml-commons-resolver) resolver.jar
DOM4J_PRESENT=$(build-classpath dom4j 2>/dev/null || :)
if [ -n "$DOM4J_PRESENT" ]; then
ln -sf $(build-classpath dom4j) dom4j-1.5.1.jar
fi
ln -sf $(build-classpath servletapi5) servlet.jar
popd

%endif

%if %with_bootstrap
ant \
  -Dant.build.javac.source=1.4 \
  -Dant.build.javac.target=1.4 \
  -Dbuild.sysclasspath=first \
  -Dj2se.api=%{_javadocdir}/java \
  -Djunit.api=%{_javadocdir}/junit \
  jar javadoc

%else

ant \
  -Dant.build.javac.source=1.4 \
  -Dant.build.javac.target=1.4 \
  -Dbuild.sysclasspath=first \
  -Dj2se.api=%{_javadocdir}/java \
  -Djunit.api=%{_javadocdir}/junit \
  jar samples betterdoc

%if %with_test
ant \
  -Dant.build.javac.source=1.4 \
  -Dant.build.javac.target=1.4 \
  -Dbuild.sysclasspath=first \
  test
%endif
%endif

pushd build/apidocs
  for f in `find -name \*.css -o -name \*.html`; do
    sed -i 's/\r//g' $f
  done
popd

%install
# jars
install -d -m 755 %{buildroot}%{_javadir}

install -m 644 build/%{name}-%{version}.jar \
  %{buildroot}%{_javadir}/%{name}-%{version}.jar
(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)

# javadoc
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a build/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}


rm -rf doc/{build.txt,api,api_impl}

# docs
install -d -m 755 %{buildroot}%{_datadir}/doc/%{name}-%{version}
install -m 644 overview.html %{buildroot}%{_datadir}/doc/%{name}-%{version}
install -m 644 *.txt %{buildroot}%{_datadir}/doc/%{name}-%{version}

%if !%with_bootstrap
# demo
install -d -m 755 %{buildroot}%{_datadir}/%{name}-%{version}
install -m 644 build/xom-samples.jar %{buildroot}%{_datadir}/%{name}-%{version}
install -m 644 xom.graffle %{buildroot}%{_datadir}/%{name}-%{version}
%endif

%{_bindir}/find %{buildroot}%{_javadocdir}/%{name}-%{version} -type f | %{_bindir}/xargs -t %{__perl} -pi -e 's/\r$//g'

mkdir -p %{buildroot}%{_mavenpomdir}
install -pm 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_datadir}/doc/%{name}-%{version}/overview.html
%{_datadir}/doc/%{name}-%{version}/README.txt
%{_datadir}/doc/%{name}-%{version}/LICENSE.txt
%{_datadir}/doc/%{name}-%{version}/Todo.txt
%{_datadir}/doc/%{name}-%{version}/lgpl.txt
%if !%with_bootstrap
%{_datadir}/%{name}-%{version}/xom.graffle
%endif
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}

%if !%with_bootstrap
%files demo
%{_datadir}/%{name}-%{version}/xom-samples.jar
%endif

%changelog

* Mon Jun 15 2015 Denis Silakov <denis.silakov@rosalab.ru> 0:1.2.1-5
- (717fea7) Rebuild with Java8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26334 |14mu|xorg-x11-7.7-18
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define libxorg %mklibname xorg-x11

Name:		xorg-x11
Version:	7.7
Release:	18
Summary:	X11 metapackage
Group:		Development/X11
License:	MIT

Requires:	x11-data-bitmaps
Requires:	x11-server-xorg
Requires:	x11-tools
Requires:	x11-docs
Requires:	fonts-ttf-dejavu
Requires:	fonts-ttf-liberation
Requires:	x11-font-type1
Requires:	x11-font-misc 
Requires:	libx11
Requires:	x11-data-cursor-themes

Obsoletes:	X11R6-contrib

%description
X11 metapackage.

%files

#------------------------------------------------------------------------------
%package -n %{libxorg}
Summary:	X11 libraries
Group:		Development/X11

Requires:	libdmx
Requires:	libdrm
Requires:	libfontenc
Requires:	libfs
Requires:	libice
Requires:	libsm
Requires:	libx11
Requires:	libxau
Requires:	libxaw7
Requires:	libxcomposite
Requires:	libxcursor
Requires:	libxdamage
Requires:	libxdmcp
Requires:	libxevie
Requires:	libxext
Requires:	libxfixes
Requires:	libxfont
Requires:	libxft
Requires:	libxi
Requires:	%{_lib}xinerama1
Requires:	libxkbfile
Requires:	libxmu
Requires:	libxpm
Requires:	libxrandr
Requires:	libxrender
Requires:	libxres
Requires:	libxscrnsaver
Requires:	%{_lib}xt6
Requires:	%{_lib}xtst6
Requires:	%{_lib}xv1
Requires:	libxvmc
Requires:	%{_lib}xxf86dga1
Requires:	%{_lib}xxf86misc1
Requires:	%{_lib}xxf86vm1

%description -n %{libxorg}
X11 libraries.

%files -n %{libxorg}

#------------------------------------------------------------------------------

%package -n %{libxorg}-devel
Summary:	Development tools and files for X11
Group:		Development/X11
Provides:	XFree86-devel = %{version}
Provides:	X11-devel = %{version}

Requires:	pkgconfig(xcb)
Requires:	pkgconfig(dmx)
Requires:	pkgconfig(libdrm)
Requires:	pkgconfig(fontenc)
Requires:	pkgconfig(libfs)
Requires:	pkgconfig(ice)
Requires:	pkgconfig(gl)
Requires:	pkgconfig(glu)
Requires:	pkgconfig(glut)
Requires:	pkgconfig(sm)
Requires:	pkgconfig(x11)
Requires:	pkgconfig(xau)
Requires:	pkgconfig(xaw7)
Requires:	pkgconfig(xcomposite)
Requires:	pkgconfig(xcursor)
Requires:	pkgconfig(xdamage)
Requires:	pkgconfig(xdmcp)
Requires:	pkgconfig(xevie)
Requires:	pkgconfig(xext)
Requires:	pkgconfig(xfixes)
Requires:	pkgconfig(xfont)
Requires:	pkgconfig(xft)
Requires:	pkgconfig(xi)
Requires:	pkgconfig(xinerama)
Requires:	pkgconfig(xkbfile)
Requires:	pkgconfig(xmu)
Requires:	pkgconfig(xpm)
Requires:	pkgconfig(xrandr)
Requires:	pkgconfig(xrender)
Requires:	pkgconfig(xres)
Requires:	pkgconfig(xscrnsaver)
Requires:	pkgconfig(xt)
Requires:	pkgconfig(xtst)
Requires:	pkgconfig(xv)
Requires:	pkgconfig(xvmc)
Requires:	pkgconfig(xxf86dga)
Requires:	pkgconfig(xxf86misc)
Requires:	pkgconfig(xxf86vm)
Requires:	x11-proto-devel
Requires:	x11-server-devel
Requires:	x11-xtrans-devel

Obsoletes:	 %{libxorg}-static-devel

%description -n %{libxorg}-devel
Development tools and files for X11.

%files -n %{libxorg}-devel

#------------------------------------------------------------------------------

%package 75dpi-fonts
Summary:	A set of 75 dpi resolution fonts for the X Window System
Group:		System/Fonts/X11 bitmap
Obsoletes:	XFree86-75dpi-fonts
Provides:	XFree86-75dpi-fonts = %{version}-%{release}
Provides:	X11-75dpi-fonts
Requires:	x11-font-adobe-75dpi
Requires:	x11-font-alias
Requires:	x11-font-bh-75dpi
Requires:	x11-font-bh-lucidatypewriter-75dpi
Requires:	x11-font-bitstream-75dpi

%description 75dpi-fonts
X11-75dpi-fonts contains the 75 dpi fonts used
on most X Window Systems. If you're going to use the
X Window System, you should install this package, unless
you have a monitor which can support 100 dpi resolution.
In that case, you may prefer the 100dpi fonts available in
the X11-100dpi-fonts package.

%files 75dpi-fonts

#------------------------------------------------------------------------------

%package 100dpi-fonts
Summary:	X Window System 100dpi fonts
Group:		System/Fonts/X11 bitmap
Obsoletes:	XFree86-ISO8859-2-100dpi-fonts, XFree86-ISO8859-9-100dpi-fonts
Provides:	XFree86-ISO8859-2-100dpi-fonts, XFree86-ISO8859-9-100dpi-fonts
Obsoletes:	XFree86-100dpi-fonts
Provides:	XFree86-100dpi-fonts = %{version}-%{release}
Provides:	X11-100dpi-fonts

Requires:	x11-font-adobe-100dpi
Requires:	x11-font-alias
Requires:	x11-font-bh-100dpi
Requires:	x11-font-bh-lucidatypewriter-100dpi
Requires:	x11-font-bitstream-100dpi

%description 100dpi-fonts
If you're going to use the X Window System and you have a
high resolution monitor capable of 100 dpi, you should install
X11-100dpi-fonts. This package contains a set of
100 dpi fonts used on most Linux systems.

%files 100dpi-fonts


%changelog

* Tue Oct 20 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 7.7-18
- (61066dd) Release up



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26335 |14mu|xpra-0.15.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Persistent remote applications for X
Name:		xpra
Version:	0.15.8
Release:	2
License:	GPLv2+
Group:		Networking/Other
URL:		http://xpra.org/
Source0:	http://xpra.org/src/%{name}-%{version}.tar.xz
Patch0:		xpra-0.15.8-libavcdc_lx11.patch
Patch1:		xpra-0.15.8-l10n.patch
BuildRequires:	python-setuptools
BuildRequires:	python-cython
BuildRequires:	python-cairo
BuildRequires:	pkgconfig(python2)
BuildRequires:	pkgconfig(pygobject-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pkgconfig(xkbfile)
BuildRequires:	pkgconfig(xtst)
BuildRequires:	typelib(GObject)
BuildRequires:	typelib(Gdk)
BuildRequires:	typelib(GdkPixbuf)
BuildRequires:	typelib(GdkX11)
BuildRequires:	typelib(Gtk) = 3.0
BuildRequires:	typelib(Notify)
BuildRequires:	pygtk2.0-devel
Requires:	pygtk2
Requires:	typelib(GObject)
Requires:	typelib(Gdk)
Requires:	typelib(GdkPixbuf)
Requires:	typelib(GdkX11)
Requires:	typelib(Gtk) = 3.0
Requires:	typelib(Notify)
Requires:	x11-tools
Requires:	x11-server-xvfb
Requires:	python-pillow
Requires:	python-dbus

%description
Xpra gives you "persistent remote applications" for X. That is, unlike normal
X applications, applications run with xpra are "persistent" -- you can run
them remotely, and they don't die if your connection does. You can detach them,
and reattach them later -- even from another computer -- with no loss of state.
And unlike VNC or RDP, xpra is for remote applications, not remote desktops --
individual applications show up as individual windows on your screen, managed
by your window manager. They're not trapped in a box. So basically it's screen
for remote X apps.

%prep
%setup -q
%apply_patches

%build
python setup.py build --without-enc_x264 build_ext --libraries X11

%install
python setup.py install -O1  --prefix /usr --skip-build --root %{buildroot}

%files
%{_sysconfdir}/%{name}/*.conf
%{_bindir}/xpra*
%{_iconsdir}/%{name}.png
%{_datadir}/applications/xpra_launcher.desktop
%{py_platsitedir}/xpra
%{py_platsitedir}/xpra-*.egg-info
%{_datadir}/xpra
%{_datadir}/appdata/*xml
%{_datadir}/applications/xpra.desktop
%{_datadir}/mime/packages/*
%{_mandir}/man1/xpra.1.*
%{_mandir}/man1/xpra_launcher.1.*
%{_prefix}/lib/cups/backend/*

%changelog

* Sat Apr 02 2016 Denis Silakov <dsilakov@gmail.com> 0.15.8-2
- (0b4553b) Added Russian l10n to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26336 |14mu|xsane-0.999-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define launchers /etc/dynamic/launchers/scanner

Summary:	Frontend for the SANE scanner interface
Name:		xsane
Version:	0.999
Release:	9
License:	GPLv2+
Group:		Graphics
Url:		http://www.xsane.org/
Source0:	ftp://ftp.sane-project.org/pub/sane/xsane/%{name}-%{version}.tar.gz
Source1:	xsane-russian-docs.tar.xz
Source2:	xsane.desktop
# Large icon from here: http://doc.ubuntu-fr.org/_detail/graphisme/1176139936.png?id=xsane
Source3:	xsane.png
Patch0:		xsane-0.99-browser.patch
Patch2:		xsane-ru-po.patch
Patch3:		xsane-0.995-close-fds.patch
Patch4:		xsane-0.997-no-file-selected.patch
Patch5:		xsane-0.998-libpng.patch
Patch6:		xsane-0.998-preview-selection.patch
Patch7:		xsane-0.998-wmclass.patch
# Contains "www-browser" script
Requires:	desktop-common-data
# This is for the drakxtools so that they can install a GUI for scanning
# but decide depending on the system environment which GUI actually to
# install
Provides:	scanner-gui
BuildRequires:	imagemagick
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	pkgconfig(gimp-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libgphoto2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(sane-backends)
Requires(post,postun):	update-alternatives
Suggests:	gocr

%description
XSane is an X based interface for the SANE (Scanner Access Now Easy)
library, which provides access to scanners, digital cameras, and other
capture devices.  XSane is written in GTK+ and provides control for
performing the scan and then manipulating the captured image.

You may install xsane-gimp if you want the GIMP plug-in.

%files -f %{name}.lang
%doc xsane*
%config(noreplace) %{launchers}/%{name}.desktop
%{_bindir}/xsane
%dir %{_datadir}/sane
%{_datadir}/sane/*
%{_mandir}/man1/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm
%{_iconsdir}/hicolor/*/apps/*

%post
update-alternatives --install %{launchers}/kde.desktop scanner.kde.dynamic %{launchers}/%{name}.desktop 30
update-alternatives --install %{launchers}/gnome.desktop scanner.gnome.dynamic %{launchers}/%{name}.desktop 30

%postun
if [ $1 = 0 ]; then
  update-alternatives --remove scanner.kde.dynamic %{launchers}/%{name}.desktop
  update-alternatives --remove scanner.gnome.dynamic %{launchers}/%{name}.desktop
fi

#----------------------------------------------------------------------------

%package gimp
Summary:	GIMP plug-in which provides the SANE scanner interface
Group:		Graphics
Requires:	%{name} >= %{EVRD}
Requires:	sane >= 1.0

%description gimp
This package provides the regular XSane frontend for the SANE scanner
interface, but it works as a GIMP 2.0 plug-in.  You must have GIMP 2.0 (or
newer) installed to use this package.

%files gimp
%doc xsane*
%{_bindir}/xsane-gimp

%post gimp
if [ -d %{_libdir}/gimp ]; then
  GIMPDIR=`ls -d %{_libdir}/gimp/[012]*`
  [ -z "$GIMPDIR" ] && exit 0
  for i in $GIMPDIR;do
  [ -d $i/plug-ins ] || mkdir -p $i/plug-ins
  %{__ln_s} -f %{_bindir}/xsane-gimp $i/plug-ins/xsane
  done
fi

%postun gimp
if [ $1 = 0 ]; then
  if [ -d %{_libdir}/gimp ]; then
    GIMPDIR=`ls -d %{_libdir}/gimp/[012]*`
        [ -z "$GIMPDIR" ] && exit 0
        for i in $GIMPDIR;do
    [ -d $i/plug-ins ] || mkdir -p $i/plug-ins
    rm -f $i/plug-ins/xsane
        done
  fi
fi

#----------------------------------------------------------------------------

%prep
%setup -q
cat %{SOURCE2} > src/xsane.desktop
%patch0 -p0 -b .www-browser
%patch2 -p1 -b .po-file
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1

%build
%configure2_5x --with-install-root=%{buildroot} 

perl -pi -e 's#LDFLAGS  =  -L/usr/lib -Wl,-rpath,/usr/lib#LDFLAGS  =  -L/usr/lib -Wl#' src/Makefile
##perl -pi -e 's#ja\.(po|gmo)##' po/Makefile
%make
mv src/xsane src/xsane-gimp

make clean

%configure2_5x --with-install-root=%{buildroot} --disable-gimp
perl -pi -e 's#LDFLAGS  =  -L/usr/lib -Wl,-rpath,/usr/lib#LDFLAGS  =  -L/usr/lib -Wl#' src/Makefile
##perl -pi -e 's#ja\.(po|gmo)##' po/Makefile
%make

%install
%makeinstall_std

install src/xsane-gimp %{buildroot}%{_bindir}
%find_lang %{name}
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{128x128,48x48,32x32,16x16}/apps
convert -scale 128 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
convert -scale 48 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert -scale 32 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert -scale 16 %{SOURCE3} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png

# dynamic desktop support
mkdir -p %{buildroot}%{launchers}
cat > %{buildroot}%{launchers}/%{name}.desktop << EOF
[Desktop Entry]
Name=XSane \$device
Comment=XSane
Exec=%{_bindir}/xsane
Terminal=false
Icon=%{name}
Type=Application
EOF

mkdir -p %{buildroot}%{_datadir}/sane/xsane/doc/ru/
tar xaf %{SOURCE1} -C %{buildroot}%{_datadir}/sane/xsane/doc/ru/

%changelog

* Fri Nov 27 2015 Denis Silakov <dsilakov@gmail.com> 0.999-9
- (ca9dfe6) Suggest gocr



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26337 |14mu|xscreensaver-5.34-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
####################
# PLF build
%define build_plf 0
####################

%define disable_inappropriate 1
# Allow --with[out] <feature> at rpm command line build
%{?_with_plf: %{expand: %%global build_plf 1}}
%{?_without_plf: %{expand: %%global build_plf 0}}
%{?_with_inappropriate: %{expand: %%global disable_inappropriate 0}}
%{?_without_inappropriate: %{expand: %%global disable_inappropriate 1}}

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
# Build xscreensaver-extrusion if it is plf build only.
%bcond_without extrusion 
%else
%bcond_with extrusion
%endif

Summary:	A set of X Window System screensavers
Name:		xscreensaver
Version:	5.34
Release:	2%{?extrarelsuffix}
License:	BSD
Group:		Graphical desktop/Other
URL:		http://www.jwz.org/xscreensaver/
Source0:	http://www.jwz.org/xscreensaver/%{name}-%{version}.tar.gz
Source1:	xscreensaver-capplet.png
Source2:	dmctl
Source3:        update-xscreensaver-hacks
# Far from complete
# However, upstream file is was last updated in 2006...
Source4:	ru.po
Patch0:         xscreensaver-5.05-mdv-alt-drop_setgid.patch
# Don't check login manager in PATH because we use custom wrapper
Patch1:         xscreensaver-5.15-lmcheck.patch
Patch8:         xscreensaver-5.29-utf8.patch
Patch9:         xscreensaver-5.34-defaultconfig.patch
# (fc) 4.00-4mdk allow root to start xscreensaver
Patch10:        xscreensaver-4.23-root.patch
# (fc) 4.05-3mdk disable openGL hacks by default
Patch11:        xscreensaver-5.09-noGL.patch

# Add "System" category to desktop file to make it visible in LXQt Control Center
Patch12:	xscreensaver-5.34-add-desktop-category.patch

Patch13:	xscreensaver-5.34-do-not-claim-on-old-version.patch

# fedora patches
# bug 129335
# sanitize the names of modes in barcode
Patch1001:          xscreensaver-5.26-sanitize-hacks.patch
## Patches already sent to the upsteam
## Patches which must be discussed with upstream
#
# driver/test-passwd tty segfaults
Patch1051:         xscreensaver-5.12-test-passwd-segv-tty.patch
# patch to compile driver/test-xdpms
Patch1052:         xscreensaver-5.12-tests-miscfix.patch

Requires:	xscreensaver-common = %{version}-%{release}
Requires:	fortune-mod
Requires:	xdg-utils
BuildRequires:	makedepend
BuildRequires:	bc
BuildRequires:	fortune-mod
BuildRequires:	intltool
BuildRequires:	jpeg-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(krb5)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xxf86misc)
BuildRequires:	pkgconfig(xxf86vm)
%if %{with extrusion}
BuildRequires:	gle-devel
%endif
BuildRequires:	imagemagick

%description
The xscreensaver package contains a variety of screensavers for your
mind-numbing, ambition-eroding, time-wasting, hypnotized viewing
pleasure.

Install the xscreensaver package if you need screensavers for use with
the X Window System.

%if %{build_plf}
This package is in restricted as it contains copyrighted images.
%endif

%package base
Summary:	A set of screensavers
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}
Conflicts:	xscreensaver < 5.00-2
Requires:	words

%description base
Various screensavers used by Xscreensaver.

%package common
Summary:	Utilities used by xscreensaver screensavers
Group:		Graphical desktop/Other
Conflicts:	xscreensaver < 5.00-2
Provides:	xscreensaver-utils

%description common
Utilities used by xscreensaver screensavers.

%package gl
Summary:	A set of GL screensavers
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}
Requires(post):	xscreensaver-common = %{version}-%{release}
Requires(postun):	xscreensaver-common = %{version}-%{release}

%description gl
The xscreensaver-gl package contains even more screensavers for your
mind-numbing, ambition-eroding, time-wasting, hypnotized viewing
pleasure. These screensavers require OpenGL or Mesa support.

Install the xscreensaver-gl package if you need more screensavers for
use with the X Window System and you have OpenGL or Mesa installed.

%if %{build_plf}
%package matrix
Summary:	The Matrix screensavers
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}

%description matrix
The xscreensaver-matrix package contains two screensavers for
xscreensaver based on the movie The Matrix. It is in restricted because
there might by copyright problems with the artwork used in this
screensavers.
%endif

%if %{with extrusion}
%package extrusion
Summary:	OpenGL screensaver
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}

%description extrusion
The xscreensaver-extrusion package contains the extrusion
screensaversfor your mind-numbing, ambition-eroding, time-wasting,
hypnotized viewing pleasure. This screensaver requires OpenGL or Mesa
support.

This screensaver is in a separate package, because it is the only
application for the ROSA Linux distribution which requires the GLE
extrusion library.
%endif

%prep
%setup -q
%patch1 -p1 -b .login-manager
%patch8 -p1 -b .utf8
# WARNING this patch must ALWAYS be applied, if it fails, REGENERATE it !!!
%patch9 -p1 -b .defaultconfig
%patch10 -p1 -b .root
%patch11 -p1 -b .noGL
%if %{disable_inappropriate}
%patch1001 -p1 -b .inappropriate
%endif

rm -f po/ru.po
cp %{SOURCE4} po

%patch12 -p1 -b .desktop

%patch13 -p1 -b .no_old_version_check


%patch1051 -p1
%patch1052 -p1

# Needed by patches 1 and 11
autoreconf -vfi

%build
%configure2_5x \
    --enable-locking \
    --enable-root-passwd \
    --with-browser=xdg-open \
    --with-dpms-ext \
    --with-xinerama-ext \
    --with-xf86vmode-ext \
    --with-xf86gamma-ext \
    --with-randr-ext \
    --with-proc-interrupts \
    --with-login-manager=dmctl \
    --without-shadow \
    --with-pixbuf \
    --with-xpm \
    --with-jpeg \
    --with-xshm-ext \
    --with-xdbe-ext \
    --without-readdisplay \
    --without-setuid-hacks \
    --with-gtk \
    --without-motif \
    --with-pam \
    --enable-pam-check-account-type \
    --with-gl \
    --with-image-directory=%{_datadir}/mdk/screensaver \
    --with-x-app-defaults=%{_datadir}/X11/app-defaults \
    --with-kerberos \
    --with-text-file=%{_sysconfdir}/release \
%if %{with extrusion}
    --with-gle
%else
    --without-gle
%endif

make distdepend
make depend DEPEND="makedepend -I$(gcc -print-search-dirs|sed -e 's#^install: \(.*\).*#\1#g'|head -n1)/include"
#make depend
sed 's/\@ALL_LINGUAS\@/"ca da de es et fi fr hu it ja ko nb nl pl pt pt_BR ru sk sv vi wa zh_CN zh_TW"/' -i po/Makefile
%make

%install
rm -rf %{buildroot} gl-extras.files base.files %{name}.lang
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man6
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
mkdir -p %{buildroot}%{_libexecdir}/xscreensaver

# translate desktop file
intltool-merge -d ./po ./driver/screensaver-properties.desktop.in ./driver/screensaver-properties.desktop

make install_prefix=%{buildroot} bindir=%{_bindir} \
 KDEDIR=%{_prefix} GNOME_BINDIR=%{_bindir}  GNOME_DATADIR=%{_datadir} \
 mandir=%{_mandir} AD_DIR=%{_datadir}/X11/app-defaults/ \
 gnulocaledir=%{_datadir}/locale install

# % makeinstall -C po

install -p -m755 %{SOURCE3} -D %{buildroot}%{_sbindir}/update-xscreensaver-hacks

# Custom wrapper for gdmflexiserver and kdmctl
install -m 755 %{SOURCE2} %{buildroot}%{_bindir}/dmctl

cat<<EOF >README.GL
The xscreensaver-gl package contains even more screensavers for your
mind-numbing, ambition-eroding, time-wasting, hypnotized viewing
pleasure. These screensavers require OpenGL or Mesa support.

Install the xscreensaver-gl package if you need more screensavers for
use with the X Window System and you have OpenGL or Mesa installed.
EOF

#icons
mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
cp %{SOURCE1}  %{buildroot}%{_datadir}/pixmaps
convert -scale 16x16 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -scale 32x32 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
ln -s %{_datadir}/pixmaps/xscreensaver-capplet.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

#remove unpackaged files
rm -f %{buildroot}%{_datadir}/xscreensaver/config/xjack.xml
rm -f %{buildroot}%{_mandir}/man6/xjack.6
rm -f  %{buildroot}%{_libexecdir}/xscreensaver/xjack

%if ! %{build_plf}
rm -rf %{buildroot}%{_libexecdir}/xscreensaver/*matrix
rm -rf %{buildroot}%{_mandir}/man6/*matrix*
rm -rf %{buildroot}%{_datadir}/xscreensaver/config/*matrix*
%endif
%if ! %{with extrusion}
rm -f %{buildroot}%{_datadir}/xscreensaver/config/extrusion.xml
rm -f %{buildroot}%{_mandir}/man6/extrusion.6
%endif

%find_lang %{name}

# This function prints a list of things that get installed.
# It does this by parsing the output of a dummy run of "make install".
#
list_files() {
  make -s install_prefix=%{buildroot} mandir=%{_mandir}/ \
  bindir=%{_bindir} INSTALL=true "$@"	\
   | sed -n -e 's@.* \(/[^ ]*\)$@\1@p'				\
   | sed    -e "s@^%{buildroot}@@"				\
	    -e "s@/[a-z][a-z]*/\.\./@/@"			\
   | sed    -e 's@\(.*/man/.*\)@\1\*@'				\
   | sed    -e 's@\(.*/app-defaults/\)@%config \1@'		\
	    -e 's@\(.*/pam\.d/\)@%config(missingok) \1@'	\
   | sort
}

# Generate three lists of files for the three packages.
#
dd=%{_builddir}/%{name}-%{version}
( cd hacks/glx ; list_files install > $dd/gl-extras.files)
( cd hacks     ; list_files install > $dd/base.files)

#gw remove the files we don't package:
perl -pi -e "s/.*(xjack|matrix|extrusion).*//" gl-extras.files base.files

%find_lang %{name}

%post gl
sed -i -e 's/\A-\s+GL:/ GL:/' %{_datadir}/X11/app-defaults/XScreenSaver

%postun gl
sed -i -e '/\A\s*GL:/ and print "- $_" or print "$_"' %{_datadir}/X11/app-defaults/XScreenSaver

%files -f %{name}.lang
%config(noreplace) %{_sysconfdir}/pam.d/xscreensaver
%doc README
%{_mandir}/man1/xscreensaver-command.1*
%{_mandir}/man1/xscreensaver-demo.1*
%{_mandir}/man1/xscreensaver.1*
%attr(755,root,chkpwd) %{_bindir}/xscreensaver
%{_bindir}/xscreensaver-command
%{_bindir}/xscreensaver-demo
%{_bindir}/dmctl
%dir %{_datadir}/xscreensaver
%{_datadir}/xscreensaver/glade
%{_datadir}/applications/xscreensaver-properties.desktop
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/*/apps/*.png

%files common
%{_datadir}/X11/app-defaults/*
%dir %{_libexecdir}/%{name}
%{_bindir}/xscreensaver-getimage
%{_bindir}/xscreensaver-getimage-file
%{_bindir}/xscreensaver-getimage-video
%{_bindir}/xscreensaver-text
%{_mandir}/man1/xscreensaver-getimage*
%{_mandir}/man1/xscreensaver-text.1*
%dir %{_datadir}/%{name}/config
%{_datadir}/%{name}/config/README

%files base -f base.files
%{_sbindir}/update-xscreensaver-hacks

%files gl -f gl-extras.files
%doc README.GL

%if %{with extrusion}
%files extrusion
%doc README.GL
%{_datadir}/xscreensaver/config/extrusion.xml
%{_mandir}/man6/extrusion.6*
%{_libexecdir}/xscreensaver/extrusion
%endif

%if %{build_plf}
%files matrix
%doc README.GL
%{_mandir}/man6/xmatrix.6*
%{_mandir}/man6/glmatrix.6*
%{_datadir}/xscreensaver/config/glmatrix.xml
%{_datadir}/xscreensaver/config/xmatrix.xml
%{_libexecdir}/xscreensaver/xmatrix
%{_libexecdir}/xscreensaver/glmatrix
%endif


%changelog

* Tue Dec 15 2015 Denis Silakov <dsilakov@gmail.com> 5.34-2
- (d50466a) Really apply patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26338 |14mu|xsettings-kde-0.12.3-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	XSettings Daemon for KDE Environment
Name:		xsettings-kde
Version:	0.12.3
Release:	7
License:	GPLv2+
Group:		Graphical desktop/KDE
Url:		http://svnweb.mageia.org/soft/theme/xsettings-kde/
Source0:	%{name}-%{version}.tar.bz2
Patch1:		0001-The-IM-support-patch-from-1-imported-into-Mageia-in-.patch
Patch2:		0002-Drop-Ia-Ora-theme-support.patch
Patch3:		0003-Enable-PrimaryPaste.patch
Patch4:		0004-Use-Adwaita-instead-of-gnome-as-fallback-icon-theme.patch
Patch5:		0005-Ensure-GTK-scrollbar-clicks-behaviour-behaves-like-Q.patch
Patch6:		0006-add-forgotten-to-previous-commit.patch
Patch7:		0007-Stop-using-deprecated-GSettings-API.patch
Patch11:	0011-Update-website-links-in-README.patch
Patch12:	0012-README-simplify-what-it-works-for.patch
Patch14:	0014-SVN_SILENT-made-messages-.desktop-file-always-resolv.patch
Patch15:	0015-SVN_SILENT-made-messages-.desktop-file-always-resolv.patch
Patch16:	0016-SVN_SILENT-made-messages-.desktop-file-always-resolv.patch

BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(x11)

%description
This package provides a XSettings daemon for KDE Desktop Environment.
It allows XSettings aware applications (all GTK+ 2 and GNOME 2 applications)
to be informed instantly of changes in KDE configuration, such as theme name,
default font and so on.

%files
%doc ChangeLog README
%{_bindir}/xsettings-kde
%{_sysconfdir}/xdg/autostart/xsettings-kde.desktop

#----------------------------------------------------------------------------

%prep
%setup -q
cat << EOF > xsettings-kde.desktop
[Desktop Entry]
Exec=xsettings-kde
Name=XSettings-KDE
X-KDE-autostart-after=kdesktop
X-KDE-autostart-phase=1
Type=Service
OnlyShowIn=KDE;
EOF

%apply_patches

%build
make \
	CFLAGS="%{optflags}" \
	LDFLAGS="%{ldflags}" \
	lib=%{_lib}

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 xsettings-kde %{buildroot}%{_bindir}/xsettings-kde

mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart/
install -m 644 xsettings-kde.desktop %{buildroot}%{_sysconfdir}/xdg/autostart/xsettings-kde.desktop

%changelog

* Sat Jul 09 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.12.3-7
- (dd09c1a) Backport various patches from upstream
- (dd09c1a) Move autostart file from /usr/share/autostart/ (ignored by Plasma 5) to /etc/xdg/autostart/ (used by both KDE 4 and Plasma 5)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26339 |14mu|xsm-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xsm
Version:	1.0.3
Release:	1
Summary:	X Session Manager
Group:		Development/X11
URL:		http://xorg.freedesktop.org
Source:		http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License:	MIT
BuildRequires:	xaw-devel
BuildRequires:	pkgconfig(xt)
BuildRequires:	x11-util-macros >= 1.0.1
BuildRequires:	netkit-rsh

%description
Xsm is a session manager. A session is a group of applications, each of which
has a particular state. xsm allows you to create arbitrary sessions - for
example, you might have a "light" session, a "development" session, or an
"xterminal" session. Each session can have its own set of applications. Within
a session, you can perform a "checkpoint" to save application state, or a
"shutdown" to save state and exit the session. When you log back in to the
system, you can load a specific session, and you can delete sessions you no
longer want to keep.

Some session managers simply allow you to manually specify a list of
applications to be started in a session. xsm is more powerful because it lets
you run applications and have them automatically become part of the session. On
a simple level, xsm is useful because it gives you this ability to easily
define which applications are in a session. The true power of xsm, however, can
be taken advantage of when more and more applications learn to save and restore
their state.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x
%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xsm
%{_sysconfdir}/X11/xsm/system.xsm
%{_datadir}/X11/app-defaults/XSm
%{_mandir}/man1/xsm.1*

%changelog

* Mon Feb 08 2016 Denis Silakov <dsilakov@gmail.com> 1.0.3-1
- (bbed904) Fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26340 |14mu|xterm-325-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	The standard terminal emulator for the X Window System
Name:		xterm
Version:	325
Release:	1
License:	MIT
Group:		Terminals
Url:		http://invisible-island.net/xterm/
Source0:	ftp://invisible-island.net/xterm/%{name}-%{version}.tgz
Source1:	ftp://invisible-island.net/xterm/%{name}-%{version}.tgz.asc
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
# from http://www.vim.org/scripts/script.php?script_id=1349, public domain
Source20:	colortest.pl
BuildRequires:	luit
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xt)
Requires:	luit
#Requires(post,postun):	update-alternatives

%description
The XTerm program is the standard terminal emulator for the X Window System. It
provides DEC VT102/VT220 and Tektronix 4014 compatible terminals for programs
that can't use the window system directly. If the underlying operating system
supports terminal resizing capabilities (for example, the SIGWINCH signal in
systems derived from 4.3bsd), xterm will use the facilities to notify programs
running in the window whenever it is resized.

The xterm included in this package has support for 256 colors enabled.

%files
%doc ctlseqs.txt colortest.pl
%{_bindir}/*
%{_mandir}/*/*
%{_libdir}/X11/app-defaults/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/xterm-terminal.png
%{_datadir}/pixmaps/*.xpm

#----------------------------------------------------------------------------

%prep
%setup -q
cp %{SOURCE20} .

%build
%configure2_5x \
	--disable-full-tgetent \
	--enable-wide-chars \
	--x-includes=%{_includedir}/freetype2 \
	--enable-luit \
	--enable-256-color \
	--with-app-defaults=%{_libdir}/X11/app-defaults

%make

%install
%makeinstall_std

# NOTE: encodingMode: locale means to follow the charset encoding of the
# locale. A quite complete unicode font is set as the default (instead of the
# very poor "fixed" one). a quick cat is used instead of patching the sources;
# it shoulmd be made the default imho
# locale: true means to use luit to convert locale encoding to unicode
# for display.
# luit support is needed for it to work -- pablo
cat << EOF >> %{buildroot}%{_libdir}/X11/app-defaults/XTerm

*.vt100.font: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1
*.vt100.encodingMode: locale
*.locale: true
*.PtyInitialErase: on
*.backarrowKeyIsErase: on
EOF

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=XTerm
Comment=Standard terminal emulator
Comment[ru]=Стандартный эмулятор терминала для X
Exec=%{name} -name Terminal
Icon=xterm-terminal
Terminal=false
Type=Application
StartupNotify=true
NotShowIn=KDE;
NoDisplay=true
Categories=TerminalEmulator;System;Utility;
EOF

for xpm in xterm{-color_32x32,-color_48x48,_32x32,_48x48}.xpm; do
	rm -f %{buildroot}%{_datadir}/pixmaps/$xpm
done
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
install -m 644 %{SOURCE11} \
	%{buildroot}%{_iconsdir}/hicolor/16x16/apps/xterm-terminal.png
install -m 644 %{SOURCE12} \
	%{buildroot}%{_iconsdir}/hicolor/32x32/apps/xterm-terminal.png
install -m 644 %{SOURCE13} \
	%{buildroot}%{_iconsdir}/hicolor/48x48/apps/xterm-terminal.png

%changelog

* Sun Jun 12 2016 abondrov <andrey.bondrov@rosalab.ru> 325-1
- (9ce391b) Merge pull request #1 from alzim/xterm:rosa2014.1
- (9ce391b) Updated to 325



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26341 |14mu|xvinfo-1.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: xvinfo
Version: 1.1.3
Release: 1
Summary: Print out X-Video extension adaptor information

Group: Development/X11
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
License: MIT

BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xv) >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

%description
Xvinfo prints out the capabilities of any video adaptors associated with the
display that are accesible through the X-Video extension.

%prep
%setup -q -n %{name}-%{version}

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
%makeinstall_std

%clean

%files
%{_bindir}/xvinfo
%{_mandir}/man1/xvinfo.*

%changelog

* Mon Jan 11 2016 dsilakov <denis.silakov@rosalab.ru> 1.1.3-1
- (fd93ee7) Merge pull request #2 from import/xvinfo:auto_update
- (fd93ee7) Updated to 1.1.3 (by updates_builder)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26342 |14mu|xz-5.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 5
%define lname lzma
%define libname %mklibname %{lname} %{major}
%define devname %mklibname %{lname} -d

%bcond_with uclibc
%bcond_with dietlibc

%define gitdate 20140129

Summary:	XZ utils
Name:		xz
Version:	5.2.2
Release:	1
License:	Public Domain
Group:		Archiving/Compression
Url:		http://tukaani.org/xz/
Source0:	http://tukaani.org/xz/%{name}-%{version}.tar.xz
Source1:	xzme
Patch0:		xz-5.2.0-text-tune.patch
Patch1:		xz-5.1.3alpha-man-page-day.patch
# needed by check suite
BuildRequires:	diffutils
%if %{with uclibc}
BuildRequires:	uClibc-devel
%endif
%if %{with diet}
BuildRequires:	dietlibc-devel
%endif
%rename		lzma
%rename		lzma-utils

%description
XZ provides very high compression ratio and fast decompression. The
core of the XZ utils is Igor Pavlov's LZMA SDK containing the actual
LZMA encoder/decoder. LZMA utils add a few scripts which provide
gzip-like command line interface and a couple of other XZ related
tools. Also provides:

- Average compression ratio 30% better than that of gzip and 15%
  better than that of bzip2.
- Decompression speed is only little slower than that of gzip, being
  two to five times faster than bzip2.
- In fast mode, compresses faster than bzip2 with a comparable
  compression ratio.
- Achieving the best compression ratios takes four to even twelve
  times longer than with bzip2. However. this doesn't affect
  decompressing speed.
- Very similar command line interface than what gzip and bzip2 have.

%files -f %{name}.lang
%doc README THANKS
%{_bindir}/*
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Libraries for decoding XZ/LZMA compression
Group:		System/Libraries

%description -n	%{libname}
Libraries for decoding LZMA compression.

%files -n %{libname}
/%{_lib}/liblzma.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Devel libraries & headers for liblzma
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{lname}-devel = %{EVRD}
Provides:	lib%{lname}-devel = %{EVRD}

%description -n %{devname}
Devel libraries & headers for liblzma.

%files -n %{devname}
%{_includedir}/%{lname}.h
%dir %{_includedir}/%{lname}
%{_includedir}/%{lname}/*.h
%{_libdir}/*.so
%{_libdir}/*.a
%if %{with dietlibc}
%{_prefix}/lib/dietlibc/lib-%{_arch}/liblzma.a
%endif
%if %{with uclibc}
%{uclibc_root}%{_libdir}/liblzma.a
%endif
%{_libdir}/pkgconfig/lib%{lname}.pc

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .text~
%patch1 -p1 -b .day~

%build
export CONFIGURE_TOP=`pwd`
mkdir objs
pushd objs
CFLAGS="%{optflags} -O3 -funroll-loops" \
%configure2_5x
%make
popd

%if %{with dietlibc}
mkdir objsdietlibc
pushd objsdietlibc
CFLAGS="-Os" CC="diet gcc" \
%configure2_5x	--disable-shared \
		--enable-static \
		--disable-xz \
		--disable-xzdec \
		--disable-lzmadec \
		--disable-lzmainfo \
		--disable-lzma-links \
		--disable-scripts
%make
popd
%endif

%if %{with uclibc}
mkdir objsuclibc
pushd objsuclibc
CFLAGS="%{uclibc_cflags}" LDFLAGS="%{?ldflags}" CC="%{uclibc_cc}" \
%configure2_5x	--disable-shared \
		--enable-static \
		--disable-xz \
		--disable-xzdec \
		--disable-lzmadec \
		--disable-lzmainfo \
		--disable-lzma-links \
		--disable-scripts

%make
popd
%endif

%install
%makeinstall_std -C objs

install -d %{buildroot}/%{_lib}
mv %{buildroot}%{_libdir}/*.so.* %{buildroot}/%{_lib}/
rm -f %{buildroot}%{_libdir}/liblzma.so
ln -sr %{buildroot}/%{_lib}/liblzma.so.%{major} %{buildroot}%{_libdir}/liblzma.so

%if %{with uclibc}
install -D objsuclibc/src/liblzma/.libs/liblzma.a -D %{buildroot}%{uclibc_root}%{_libdir}/liblzma.a
%endif
%if %{with dietlibc}
install -D objsdietlibc/src/liblzma/.libs/liblzma.a -D %{buildroot}%{_prefix}/lib/dietlibc/lib-%{_arch}/liblzma.a
%endif

install -m755 %{SOURCE1} -D %{buildroot}%{_bindir}/xzme

%find_lang %{name}

%check
make check -C objs


%changelog

* Thu Jun 23 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.2.2-1
- (2558b9d) New version 5.2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26343 |14mu|yasm-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Modular Assembler
Name:		yasm
Version:	1.3.0
Release:	1
License:	BSD
Group:		Development/Other
Url:		http://www.tortall.net/projects/yasm/
Source0:	http://www.tortall.net/projects/yasm/releases/%{name}-%{version}.tar.gz
BuildRequires:	xmlto
BuildRequires:	python-pyrex > 0.9.5.1
BuildRequires:  python-cython
BuildRequires:  python-devel
%if %{mdkversion} <= 200710
BuildRequires:	lzma
%endif
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Yasm is a complete rewrite of the NASM assembler under the "new" BSD
License (some portions are under other licenses, see COPYING for
details). It is designed from the ground up to allow for multiple
assembler syntaxes to be supported (eg, NASM, TASM, GAS, etc.) in
addition to multiple output object formats and even multiple
instruction sets. Another primary module of the overall design is an
optimizer module.

%package devel
Summary:	Development headers and files for %{name}
Group:		Development/C
Obsoletes:	%mklibname -d yasm 0
Requires:	%{name} = %{version}-%{release}

%description devel
Development headers and files for %{name}.

%package python
Summary:	Python bindings for %{name}
Group:		Development/Python
Requires:	%{name} = %{version}-%{release}

%description python
Python bindings for %{name}.

%prep
%setup -q -n %{name}-%{version}

%build
%ifnarch ix86
export CFLAGS="%{optflags} -fPIC"
%endif

%configure2_5x \
	--disable-rpath \
	--enable-python \
	--enable-python-bindings

%make

%install
rm -rf  %{buildroot}

%makeinstall_std

rm -f %{buildroot}%{_libdir}/yasm/*.a

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS
%{_bindir}/*
%{_mandir}/man1/yasm.1*
%{_mandir}/man7/yasm_arch.7*
%{_mandir}/man7/yasm_dbgfmts.7.*
%{_mandir}/man7/yasm_objfmts.7.*
%{_mandir}/man7/yasm_parsers.7.*

%files python
%defattr(-,root,root)
%{py_sitedir}/*

%files devel
%defattr(-,root,root)
%{_libdir}/lib*.a
%{_includedir}/libyasm
%{_includedir}/libyasm.h
%{_includedir}/libyasm-stdint.h



%changelog

* Sun Nov 22 2015 dsilakov <denis.silakov@rosalab.ru> 1.3.0-1
- (3b0f163) Merge pull request #1 from semivanya5/yasm:rosa2014.1
- (3b0f163) Update yasm to v1.3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26344 |14mu|yelp-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	GNOME 3 help browser
Name:		yelp
Version:	3.16.1
Release:	1
License:	GPLv2+
Group:		Graphical desktop/GNOME
Url:		http://live.gnome.org/Yelp
Source0:	ftp://ftp.gnome.org/pub/gnome/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source1:	yelp.png
# https://bugzilla.gnome.org/show_bug.cgi?id=687960
Patch1:		0001-Center-new-windows.patch

BuildRequires:	desktop-file-utils >= 0.19
BuildRequires:	gnome-common
BuildRequires:	gtk-doc
BuildRequires:	intltool
BuildRequires:	itstool
BuildRequires:	sed
BuildRequires:	bzip2-devel
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(gio-2.0) >= 2.25.11
BuildRequires:	pkgconfig(gio-unix-2.0)
BuildRequires:	pkgconfig(gnome-doc-utils) >= 0.19.1
BuildRequires:	pkgconfig(gtk+-3.0) >= 2.91.8
BuildRequires:	pkgconfig(gtk+-unix-print-3.0)
BuildRequires:	pkgconfig(libexslt) >= 0.8.1
BuildRequires:	pkgconfig(liblzma) >= 4.9
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6.5
BuildRequires:	pkgconfig(libxslt) >= 1.1.4
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(webkitgtk-3.0) >= 1.3.2
BuildRequires:	pkgconfig(yelp-xsl) >= 3.12.0

Requires:	gnome-doc-utils >= 0.19.1
Requires:	man
Requires:	yelp-xsl >= 3.12.0

%description
Help browser for GNOME 3 which supports docbook documents, info and man.

%files -f %{name}.lang
%doc README TODO AUTHORS NEWS
%{_bindir}/*
%{_datadir}/applications/*
%dir %{_datadir}/gnome/help
%{_datadir}/%{name}
%{_datadir}/glib-2.0/schemas/org.gnome.yelp.gschema.xml
%{_datadir}/pixmaps/gnome-help.png
%{_datadir}/yelp-xsl/xslt/common/domains/yelp.xml

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for %{name}
Group:		System/Libraries
Requires:	%{name} >= %{EVRD}

%description -n %{libname}
This package contains libraries used by the yelp help browser.

%files -n %{libname}
%{_libdir}/lib%{name}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/GNOME and GTK+
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains header files and documentation for the libraries
in the yelp-libs package.

%files -n %{devname}
%{_libdir}/lib%{name}.so
%{_includedir}/lib%{name}
%doc %{_datadir}/gtk-doc/html/lib%{name}

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%configure2_5x \
	--enable-debug \
	--disable-schemas-compile \
	--disable-rpath \
	--disable-static

%make

%install
%makeinstall_std

desktop-file-install \
	--remove-category="Application" \
	--add-only-show-in="GNOME" \
	--add-category="Documentation" \
	--dir %{buildroot}%{_datadir}/applications \
	%{buildroot}%{_datadir}/applications/*

install -Dpm644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/gnome-help.png

mkdir -p -m 755 %{buildroot}%{_datadir}/gnome/help

%find_lang %{name}


%changelog

* Tue May 12 2015 Tigro <ashejn@yandex-team.ru> 3.16.1-1
- (e37fc95) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26345 |14mu|yelp-tools-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		yelp-tools
Version:	3.16.1
Release:	1
Summary:	Create, manage, and publish documentation for Yelp
Group:		System/Internationalization
License:	GPLv2+
URL:		http://projects.gnome.org/yelp/
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
BuildArch:	noarch

BuildRequires:	itstool
BuildRequires:	libxml2-utils
BuildRequires:	xsltproc
BuildRequires:	pkgconfig(yelp-xsl)

Requires:	libxml2-utils
Requires:	yelp-xsl

%description
yelp-tools is a collection of scripts and build utilities to help create,
manage, and publish documentation for Yelp and the web. Most of the heavy
lifting is done by packages like yelp-xsl and itstool. This package just
wraps things up in a developer-friendly way.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%doc AUTHORS README
%{_bindir}/yelp-build
%{_bindir}/yelp-check
%{_bindir}/yelp-new
%{_datadir}/yelp-tools
%{_datadir}/aclocal/yelp.m4

%changelog

* Tue Apr 14 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (bf29b49) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26346 |14mu|yelp-xsl-3.16.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	GNOME XML documentation utilities
Name:		yelp-xsl
Version:	3.16.1
Release:	1

License:	LGPLv2+ and GPLv2+
Group:		Publishing
Url:		http://www.gnome.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz

BuildArch:	noarch

BuildRequires:	libxslt-devel
BuildRequires:	libxslt-proc
BuildRequires:	intltool
BuildRequires:	itstool

%description
yelp-xsl is a collection of documentation utilities for the Gnome
project.  Notably, it contains utilities for building documentation and
all auxiliary files in your source tree, and it contains the DocBook
XSLT stylesheets that were once distributed with Yelp.


%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%defattr(-,root,root)
%doc AUTHORS README
%{_datadir}/%{name}
%{_datadir}/pkgconfig/%{name}.pc


%changelog

* Tue Apr 14 2015 Tigro <ashejn@gmail.com> 3.16.1-1
- (b4dc046) update to 3.16.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26347 |14mu|zeitgeist-0.9.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api 2.0
%define major 0

%define libname         %mklibname %{name} %{api} %{major}
%define develname       %mklibname -d %{name} %{api}

Summary:	Event logging framework for the desktop
Name:		zeitgeist
Version:	0.9.16
Release:	1
Source0:	http://launchpad.net/%{name}/0.9/%{version}/+download/%{name}-%{version}.tar.xz
License:	LGPLv3
Group:		System/Libraries
Url:		http://launchpad.net/zeitgeist
BuildRequires:	python-devel
BuildRequires:	xapian-devel
BuildRequires:	intltool
BuildRequires:	raptor2
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(json-glib-1.0)
BuildRequires:	pkgconfig(gobject-introspection-1.0)
BuildRequires:	pkgconfig(telepathy-glib) >= 0.18.0
BuildRequires:	python-rdflib
BuildRequires:	vala-devel vala-tools
Requires:	pygtk2.0
Requires:	python-dbus
Requires:	python-storm

%description
Zeitgeist is an "Event Logging Framework" that provides cross
application awareness of the desktop's activities.

You worked on a file, but you cannot remember where you saved it? You
visited a web page about basketball three days ago, but you cannot
find the URL in your browser's history? No problem, this is where
Zeitgeist enters the scene. It knows a lot about your activities and
has a feature rich D-Bus API which allows GUI applications like
gnome-zeitgeist, zeitgeistfs and others to present you your
activities in a readable way.

%package -n %{libname}
Group:          System/Libraries
Summary:        Libs for zeitgeist
Obsoletes:      %{_lib}%{name} < %{version}-%{release}

%description -n %{libname}
This is a library to provide data to %{name}


%package -n %{develname}
Group:          Development/C
Summary:        Headers for %{name}
Requires:       %{libname} = %{version}-%{release}
Provides:       %{name}-devel = %{version}-%{release}
Obsoletes:      %{_lib}%{name}2-devel < %{version}-%{release}

%description -n %{develname}
This is a library to provide headers to the %{name}.


%prep
%setup -q
%apply_patches

%build
%configure2_5x --enable-fts
%make

%install
%makeinstall_std pkgconfigdir=%{_datadir}/pkgconfig
rm -f %{buildroot}%{_mandir}/man1/%{name}-datahub.1*
rm -rf %{buildroot}%{_prefix}/doc/

%files
%doc AUTHORS NEWS
%{_sysconfdir}/xdg/autostart/*.desktop
%{_bindir}/%{name}*
%{py_puresitedir}/%{name}
%{_libdir}/zeitgeist-fts
%{_datadir}/%{name}
%{_datadir}/bash-completion/*
%{_datadir}/dbus-1/services/*
%{_mandir}/man1/%{name}*.1*

%files -n %{libname}
%{_libdir}/*.so.*
%{_libdir}/girepository-1.0/*

%files -n %{develname}
%{_includedir}/*
%{_libdir}/*.so
%{_datadir}/gir-1.0/*
%{_datadir}/pkgconfig/*.pc
%{_datadir}/vala

%changelog

* Fri Jan 15 2016 Denis Silakov <dsilakov@gmail.com> 0.9.16-1
- (7037fa4) Updated to 0.9.16, rebuild with raptor2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26348 |14mu|zenity-3.16.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		zenity
Summary:	Call GNOME dialog boxes from the command line
Version:	3.16.3
Release:	1
License:	LGPLv2+
Group:		Development/GNOME and GTK+
URL:		ftp://ftp.gnome.org/pub/GNOME/sources/%{name}
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.16/%{name}-%{version}.tar.xz
		
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:	pkgconfig(libnotify) >= 0.6.1
BuildRequires:	pkgconfig(webkitgtk-3.0) >= 1.4.0
BuildRequires:	pkgconfig(x11)
BuildRequires:	intltool >= 0.40.0
BuildRequires:	itstool
BuildRequires:	libxslt-proc
BuildRequires:	libxml2-utils

%description
Zenity allows you to display dialog boxes from the commandline and shell
scripts.


%files -f %{name}-0.1.lang
%doc AUTHORS COPYING HACKING NEWS README THANKS TODO
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*
#------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x 
%make
										
%install
rm -rf %{buildroot} %{name}-0.1.lang

%makeinstall_std

%find_lang %{name}-0.1 --with-gnome --all-name



%changelog

* Thu Dec 17 2015 Tigro <ashejn@gmail.com> 3.16.3-1
- (d9a414b) Merge remote-tracking branch 'origin/gnome316' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26349 |14mu|zisofs-tools-1.0.8-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Utilities to create compressed CD-ROM filesystems
Name:		zisofs-tools
Version:	1.0.8
Release:	10
License:	GPL
Group:		Archiving/Cd burning
URL:		http://mirror.linux.org.au/linux/utils/fs/zisofs/
Source0:	http://mirror.linux.org.au/linux/utils/fs/zisofs/%{name}-%{version}.tar.bz2
Source1:	http://mirror.linux.org.au/linux/utils/fs/zisofs/%{name}-%{version}.tar.bz2.sign
BuildRequires:	zlib-devel

%description
Tools that, in combination with an appropriately patched version of
mkisofs, allow the creation of compressed CD-ROM filesystems.

%prep
%setup -q 

%build
%configure
%make

%install
make install INSTALLROOT="%{buildroot}"

%clean

%files
%doc README zisofs.magic
%{_bindir}/mkzftree
%{_mandir}/man1/mkzftree.1*






%changelog

* Mon Nov 09 2015 Denis Silakov <dsilakov@gmail.com> 1.0.8-10
- (5f41e66) Updated upstream URL



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26350 |14mu|zsh-5.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1

Summary:	A shell with lots of features
Name:		zsh
Version:	5.3.1
Release:	1
Epoch:		1
License:	BSD-like
Group:		Shells
Url:		http://www.zsh.org
Source0:	http://www.zsh.org/pub/%{name}-%{version}.tar.xz
Source1:	http://www.zsh.org/pub/%{name}-%{version}-doc.tar.xz
Source2:	zcfg-rosa.tar.bz2
Source3:	http://zsh.sourceforge.net/Guide/zshguide.tar.gz
Source4:	zsh.urpmi_comp
BuildRequires:	groff
BuildRequires:	texinfo
BuildRequires:	texlive
BuildRequires:	yodl
BuildRequires:	gdbm-devel
BuildRequires:	pkgconfig(libpcre)
BuildRequires:	pkgconfig(ncurses)
Requires(post,postun):	rpm-helper
Provides:	/bin/zsh
Provides:	/usr/bin/zsh

%description
Zsh is a UNIX command interpreter (shell) usable as an
interactive login shell and as a shell script command
processor. Of the standard shells, zsh most closely resembles
ksh but includes many enhancements. Zsh has command-line editing,
built-in spelling correction, programmable command completion,
shell functions (with autoloading), a history mechanism, and a
lots of other features

Install the zsh package if you'd like to try out a different shell.

%files
%doc README LICENCE Etc/BUGS Etc/CONTRIBUTORS Etc/FAQ FEATURES MACHINES
%doc NEWS Etc/zsh-development-guide Etc/completion-style-guide
%doc %{_datadir}/%{name}/%{version}/help
%config(noreplace) %{_sysconfdir}/z*
/bin/%{name}
%{_mandir}/man1/*.1*
%{_infodir}/*.info*
%dir %{_datadir}/zsh
%dir %{_datadir}/zsh/%{version}/
%{_datadir}/zsh/%{version}/functions
%{_datadir}/zsh/%{version}/scripts
%{_datadir}/zsh/%{version}/zshrc_default
%dir %{_libdir}/zsh
%{_libdir}/zsh/%{version}/
%{_datadir}/zsh/site-functions/

%post
%_post_shelladd /bin/zsh

%preun
%_preun_shelldel /bin/zsh

#----------------------------------------------------------------------------

%package doc
Summary:	The doc package of zsh
Group:		Books/Computer books

%description doc
Zsh is a UNIX command interpreter (shell) usable as an
interactive login shell and as a shell script command
processor. Of the standard shells, zsh most closely resembles
ksh but includes many enhancements. Zsh has command-line editing,
built-in spelling correction, programmable command completion,
shell functions (with autoloading), a history mechanism, and a
lots of other features

This package include doc guid examples and manual for zsh.

%files doc
%doc Doc/*.html

#----------------------------------------------------------------------------

%prep
%setup -q -a 2 -a 1
%apply_patches

mv %{name}-%{version}/Doc/* Doc/
install -m 0644 %{SOURCE4}  Completion/Mandriva/Command/_urpmi

# remove temporary files
find | grep '~$' | xargs rm -f
perl -pi -e 's|/usr/local/bin/|%{_bindir}/|' Functions/Misc/{run-help,checkmail,zcalc}

%build
# check for tcsetpgrp fails with "configure: error: no controlling tty" when
# building by bot; force tcsetpgrp
%configure2_5x \
	--enable-etcdir=%{_sysconfdir} \
	--enable-function-subdirs \
%ifarch sparc
	--disable-lfs \
%endif
	--enable-pcre \
	--with-tcsetpgrp
make all

%install
%makeinstall_std
make install.info DESTDIR=%{buildroot}

# copy Mandriva Configuration files
mkdir -p %{buildroot}/{bin,etc}
cp -a zcfg/etc/z* %{buildroot}%{_sysconfdir}
cp -a zcfg/share/zshrc_default %{buildroot}%{_datadir}/zsh/%{version}/zshrc_default

# this prevents RPM helper from adding dependency on /usr/bin/zsh
find %{buildroot}%{_datadir}/zsh/%{version} -type f -exec chmod 0644 '{}' \;

# Backward compatibilie should be removed in the others times.
pushd %{buildroot}/bin && {
    mv ..%{_bindir}/zsh ./zsh
} && popd

# zshall.1 includes all other man pages which does not work with compressed
# files. Generate full contents here
pushd %{buildroot}%{_mandir} && {
	/usr/bin/soelim man1/zshall.1 > zshall-full
	mv zshall-full man1/zshall.1
	popd
}

rm -f %{buildroot}%{_bindir}/zsh-%{version}

# Copy documentation
rm -rf docroot
mkdir -p docroot/{Info_html,Examples,Documentation}/

cp -a README docroot/
cp -a Functions/Misc/* Misc/* Util/* docroot/Examples/
cp -a ChangeLog* docroot/Documentation
cp -a StartupFiles docroot/
cp -a Etc/* docroot/Documentation
cp -a Doc/*html docroot/Info_html/

mkdir -p docroot/Zsh_Guide
tar xzf %{SOURCE3} -C docroot/Zsh_Guide
( cd docroot/Zsh_Guide/zshguide/ ; make )  
mv docroot/Zsh_Guide/zshguide/*html docroot/Zsh_Guide/
rm -Rf docroot/Zsh_Guide/zshguide/

# Doc
rm -f docroot/{StartupFiles/.distfiles,Examples/{Makefile*,*.yo},Documentation/{Makefile*,*.yo}}
find docroot/ -name 'Makefile*' -o -name '.yo'|xargs rm -f
find docroot/ -type f|xargs perl -pi -e 's@^#!%{_prefix}/local/bin/(perl|zsh)@#!%{_bindir}/\1@'
mv docroot/Examples/compctl-examples docroot/StartupFiles

%changelog

* Tue Jan 03 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:5.3.1-1
- (29b557c) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26351 |14mu|zziplib-0.13.62-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
# TODO: Library package requires re-work
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	ZZipLib - libZ-based ZIP-access Library
Name:		zziplib
Version:	0.13.62
Release:	4
License:	LGPLv2.1+
Group:		System/Libraries
Url:		http://zziplib.sf.net
Source0:	http://prdownloads.sourceforge.net/zziplib/%{name}-%{version}.tar.bz2
Patch3:         zziplib-CVE-2017-5974.patch
Patch4:         zziplib-CVE-2017-5975.patch
Patch5:         zziplib-CVE-2017-5976.patch
Patch6:         zziplib-CVE-2017-5978.patch
Patch7:         zziplib-CVE-2017-5979.patch
Patch8:         zziplib-unzipcat-NULL-name.patch
Patch9:         zziplib-CVE-2017-5981.patch
BuildRequires:	pkgconfig(zlib)
BuildRequires:	multiarch-utils >= 1.0.3
# OE: python and pkgconfig is required for making the docs
BuildRequires:	python
BuildRequires:	zip

%description
zziplib provides read access to zipped files in a zip-archive,
using compression based solely on free algorithms provided by zlib.
zziplib provides an additional API to transparently access files
being either real files or zipped files with the same filepath argument.
This is handy to package many files being shared data into a single
zip file - as it is sometimes used with gamedata or script repositories.
The library itself is fully multithreaded, and it is namespace clean
using the zzip_ prefix for its exports and declarations.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	ZZipLib - libZ-based ZIP-access Library
Group:		System/Libraries
%rename		zziplib0

%description -n %{libname}
zziplib provides read access to zipped files in a zip-archive,
using compression based solely on free algorithms provided by zlib.
zziplib provides an additional API to transparently access files
being either real files or zipped files with the same filepath argument.
This is handy to package many files being shared data into a single
zip file - as it is sometimes used with gamedata or script repositories.
The library itself is fully multithreaded, and it is namespace clean
using the zzip_ prefix for its exports and declarations.

%files -n %{libname}
%doc ChangeLog README docs/COPYING*
%{_libdir}/libzzip*-*.so.*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	ZZipLib - Development Files
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
%rename		zziplib0-devel

%description -n %{devname}
zziplib provides read access to zipped files in a zip-archive,
using compression based solely on free algorithms provided by zlib.
these are the header files needed to develop programs using zziplib.
there are test binaries to hint usage of the library in user programs.

%files -n %{devname}
%doc docs/README* docs/*.html ChangeLog README TODO
%{_bindir}/unzzip*
%{_bindir}/zz*
%{_bindir}/unzip-mem
%{_libdir}/libzzip*.so
%{_libdir}/libzzip*.a
%dir %{multiarch_includedir}/zzip
%{multiarch_includedir}/zzip/_config.h
%{multiarch_includedir}/zzip/_msvc.h
%{_includedir}/*.h
%dir %{_includedir}/zzip
%{_includedir}/zzip/*.h
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/*.m4
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# perl path fix
find -type f | xargs perl -pi -e "s|/usr/local/bin/perl|%{_bindir}/perl|g"

%build
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std

%multiarch_includes %{buildroot}%{_includedir}/zzip/_config.h

%multiarch_includes %{buildroot}%{_includedir}/zzip/_msvc.h

%check
make check


%changelog

* Tue Jun 13 2017 Denis Silakov <denis.silakov@rosalab.ru> 0.13.62-4
- (8c0a42c) ADded fixes for a bunch of CVEs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26352 |14nr|atmel-firmware-1.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name atmel-firmware
%define version 1.3
%define release %mkrel 3
%define url http://www.thekelleys.org.uk/

Name:		%{name}
Version: 	%{version}
Release: 	%{release}
License: 	Distributable
Group:		System/Kernel and hardware
URL: 		%{url}
Source0: 	%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-buildroot
Summary: 	Firmware for Atmel at76c50x wireless network chips
BuildArch: 	noarch

%description
The drivers for Atmel at76c50x wireless network chipss in the
Linux 2.6.x kernel and at http://at76c503a.berlios.de/ do not 
include the firmware and this firmware needs to be loaded by 
the host on most cards using these chips. 
This package provides the firmware images which 
should be automatically loaded as needed by the hotplug system. It also 
provides a small loader utility which can be used to accomplish the 
same thing when hotplug is not in use. 

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p -m 755 $RPM_BUILD_ROOT/lib/firmware
cp images/* $RPM_BUILD_ROOT/lib/firmware
cp images.usb/* $RPM_BUILD_ROOT/lib/firmware

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING 
/lib/firmware/*.bin




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.3-3
+ Revision: 3127224
- Automatic import for version 1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26353 |14nr|b43-firmware-install-0.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           b43-firmware-install
Summary:        Package that installs proprietary firmware for Broadcom 43xx chips
Version:        0.1
Release:        2
Source:         %name-%version.tar.bz2
License:        GPLv3
Group:          System/Configuration/Networking
URL:            https://github.com/mikhirev/b43-firmware-install
BuildArch:      noarch
Requires:       b43-fwcutter >= 015

%description
This package contains script, that automatically downloads precompiled
proprietary broadcom-wl driver and extracts firmware from it using
b43-fwcutter.

There are no any proprietary components in package itself. Driver will be
downloaded after ihnstallation, so you need working Internet connection. You
can also install firmware later by running b43-firmware-install as root.


%prep
%setup -q

%build

%install
install -D -m 755 b43-firmware-install %{buildroot}/usr/sbin/b43-firmware-install

%post
/usr/sbin/b43-firmware-install

%postun
rm -rf /lib/firmware/b43

%files
%defattr(-,root,root)
/usr/sbin/b43-firmware-install
%doc README

%changelog
* Wed Apr 10 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.1-2
+ Revision: e6d49fc
- Spec cleanup, bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26354 |14nr|beneath-a-steel-sky-1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define scummvmdir %{_datadir}/scummvm/

Name: beneath-a-steel-sky
Summary: A adventure game using scummvm
Version: 1.2
Release: %mkrel 1
Source0: http://prdownloads.sourceforge.net/scummvm/bass-cd-%{version}.tar.bz2
Source1: bass-48.png
Source2: bass-32.png
Source3: bass-16.png
License: Freeware
Url:     http://scummvm.org
Group:   Games/Adventure
BuildRequires: unzip
Requires: scummvm
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A science-fiction thriller set in a bleak post-apocalyptic vision
of the future, Beneath a Steel Sky revolves around "Union City",
where selfishness, rivalry, and corruption by its citizens
seems to be all too common, those who can afford it live
underground, away from the pollution and social problems
which are plaguing the city. 

You take on the role of Robert Foster, an outcast of sorts
from the city since a boy who was raised in a remote environment
outside of Union City simply termed "the gap". Robert's mother
took him away from Union City as a child on their way to "Hobart"
but the helicopter crashed on its way, unfortunately Robert's 
mother dies, but he survives and is left to be raised by a 
local tribe from the gap. 

Years later, Union City security drops by and abducts
Robert, killing his tribe in the process; upon reaching
the city the helicopter taking him there crashes with
him escaping, high upon a tower block in the middle of the
city he sets out to discover the truth about his past,
and to seek vengeance for the killing of his tribe.

This game was released by Revolution studio to help the scummvm
project. However, this is not a free game ( free as freespeech ), even
if source code can be seen. That's why it belongs to the non-free repository.

%prep
%setup -q -n bass-cd-%{version}

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{scummvmdir}/%{name}
cp sky* %{buildroot}/%{scummvmdir}/%{name}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Beneath A Steel Sky
Comment=%{summary}
Exec=%{_gamesbindir}/scummvm -p%{scummvmdir}/%{name}  sky
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;AdventureGame;
EOF
install -m 644 -D %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png
install -m 644 -D %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
install -m 644 -D %{SOURCE3} %{buildroot}%{_miconsdir}/%{name}.png

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc readme.txt
%{scummvmdir}/%{name}
%{_datadir}/applications/mandriva-*
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png




%changelog
* Thu Aug 02 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.2-1
+ Revision: 180ddda
- Automatic import for version 1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26355 |14nr|bluez-firmware-1.2-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	name	bluez-firmware
%define version 1.2
%define release %mkrel 6

Name: 		%{name}
Summary: 	Bluetooth firmware utilities
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://bluez.sourceforge.net/
License:	Freeware
Group:		Communications
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Provides:	bluez-bluefw
Obsoletes:	bluez-bluefw
BuildArch:	noarch

%description
Bluetooth(TM) Firmware. Package contains firmware images for some
   Bluetooth(TM) adapters. Currently supported are: 

* Broadcom Corporation BCM2033
* AVM Computersysteme Vertriebs GmbH BLUEFRITZ! USB

The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., USA.

%prep
%setup -q

%build
%configure2_5x --libdir=/lib
%make
										
%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -fr %buildroot

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog 
/lib/firmware/*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.2-6
+ Revision: 4f95f61
- Automatic import for version 1.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26356 |14nr|boycotadvance-0.2.8-0.r1.4.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# the emulator is close-sourced and debug package is empty
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define rel	1

Summary:	Gameboy Advance emulator
Name:		boycotadvance
Version:	0.2.8
Release:	0.r1.4.%{rel}
Epoch:		1
Group:		Emulators
License:	Freeware
URL:		http://boycottadvance.emuunlim.com/
Source0:	http://sdlemu.ngemu.com/releases/BoyCottAdvance-SDL-0.2.8R1.i386.linux.tar.gz
BuildRequires:	chrpath
ExclusiveArch:	%ix86

%description
Boycot Advance is a portable program for emulating the Nintendo 
Gameboy Advance software platform.

%prep
%setup -q -n boyca-sdl
perl -p -i -e 's|\r\n|\n|g' docs/*.TXT

%build

%install
mkdir -p %{buildroot}%{_bindir}
chrpath -d boyca
install -m 755 boyca %{buildroot}%{_bindir}/boyca
mkdir -p %{buildroot}%{_sysconfdir}
install -m 755 boyca.cfg %{buildroot}%{_sysconfdir}/boyca.cfg
(cd %{buildroot}%{_bindir} && ln -s %{_sysconfdir}/boyca.cfg boyca.cfg)

%files
%defattr(0644,root,root,0755)
%doc boyca.cfg docs/*.TXT PongFighter/*.zip
%attr(0755,root,root) %{_bindir}/boyca
%config(noreplace) %{_sysconfdir}/boyca.cfg
%{_bindir}/boyca.cfg



%changelog
* Wed Oct 24 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.2.8-0.r1.4.1
+ Revision: 5fb7f5d
- LOG Disable empty debug package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26357 |14nr|broadcom-wl-6.30.223.141-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	hybrid-v35
%define kname	wl

%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	Proprietary driver for Broadcom wireless adapters
Name:		broadcom-wl
Version:	6.30.223.141
Release:	8
Source0:	http://www.broadcom.com/docs/linux_sta/%{oname}-nodebug-pcoem-6_30_223_141.tar.gz
Source1:	http://www.broadcom.com/docs/linux_sta/%{oname}_64-nodebug-pcoem-6_30_223_141.tar.gz
Source3:	%{name}.rpmlintrc
Source4:	Kbuild
Source6:	broadcom-wl-alias.conf
Source7:	README.urpmi
Patch0:		broadcom-wl-6.30.223.141-license.patch
Patch1:		broadcom-wl-6.30.223.141-refdata-kernel-3.8.patch
Patch2:		broadcom-wl-6.30.223.141-fix-build-with-3.10.patch
Patch3:		broadcom-wl-6.30.223.141-fix-error-handling.patch
Patch4:		broadcom-wl-6.30.223.141-fix-wl-inform-single-bss.patch
Patch5:		broadcom-wl-6.30.223.141-use-common-iface-name.patch
Patch6:		broadcom-wl-6.30.223.141-disable_timestamps.patch
Patch7:		broadcom-wl-6.30.223.141-add-support-for-Linux-3.15.patch

# Blob is under a custom license (see LICENSE.txt), everything else
# is GPLv2 - AdamW 2008/12
License:	Freeware and GPLv2 with exception
Group:		System/Kernel and hardware
URL:		http://www.broadcom.com/support/802.11/linux_sta.php

%description
This package contains the proprietary driver for Broadcom wireless
adapters provided by Broadcom. If installed, it will be used for
these cards in preference to the third-party open source driver that
requires manual installation of firmware, or ndiswrapper. The driver
supports Broadcom's BCM4312-, BCM4313-, BCM4321-, BCM4322-, BCM43224-,
BCM43225-, BCM43227- and BCM43228-based hardware.

%package -n dkms-%{name}
Summary:	Kernel module for Broadcom wireless adapters
Group:		System/Kernel and hardware
Requires(post):		dkms
Requires(preun):	dkms

%description -n dkms-%{name}
This package contains the proprietary driver for Broadcom wireless
adapters provided by Broadcom. If installed, it will be used for
these cards in preference to the third-party open source driver that
requires manual installation of firmware, or ndiswrapper. The driver
supports Broadcom's BCM4312-, BCM4313-, BCM4321-, BCM4322-, BCM43224-,
BCM43225-, BCM43227- and BCM43228-based hardware.

%prep
%ifarch x86_64
%setup -q -T -c -a1 %{oname}
%else
%setup -q -T -c -a0 %{oname}
%endif

%apply_patches

# The Makefile from the upstream package contains the stuff related to
# WEXT support in the kernel, deprecated quite a while ago. In addition,
# the make rules listed there use `uname -r` in the path to the kernel
# build directory which prevents the user from building the driver for a
# kernel other than the running one.
# A Kbuild file we provide should be free from these issues.
rm -f Makefile
cp -p %{SOURCE4} .

# From the .spec file used in Fedora: convert LICENSE.txt to UTF-8 and
# tidy line endings.
iconv -f iso8859-1 -t UTF8 lib/LICENSE.txt -o lib/LICENSE.txt
sed -i 's/\r$//' lib/LICENSE.txt

%build

%install
# add aliases to force loading wl module for supported devices
install -m755 -d %{buildroot}/etc/modprobe.d/
install -m644 %{SOURCE6} %{buildroot}/etc/modprobe.d

mkdir -p %{buildroot}%{_docdir}/%{name}
install -p -m755 %{SOURCE7} %{buildroot}%{_docdir}/%{name}

# install dkms sources
mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
cp -R * %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/
cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/dkms.conf << EOF
MAKE="make -C \$kernel_source_dir M=\\\$(pwd)"
PACKAGE_NAME=%{name}
PACKAGE_VERSION=%{version}-%{release}
DEST_MODULE_LOCATION=/kernel/3rdparty/%{name}
BUILT_MODULE_NAME=%{kname}
AUTOINSTALL=yes
REMAKE_INITRD=yes
EOF

%post -n dkms-%{name}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{release}
/usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{release}
/usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{release}

%preun -n dkms-%{name}
# rmmod can fail (e.g. if the module is not loaded), but it should not stop
# deinstallation.
/sbin/rmmod %{kname} >/dev/null 2>&1 || true
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{release} --all || true

%files -n dkms-%{name}
%defattr(0644,root,root,0755)
%doc lib/LICENSE.txt
%config(noreplace) /etc/modprobe.d/broadcom-wl-alias.conf
%dir %{_usr}/src/%{name}-%{version}-%{release}
%{_usr}/src/%{name}-%{version}-%{release}/*
%{_docdir}/%{name}/README.urpmi


%changelog
* Tue Jul 15 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.141-8
+ Revision: 280d905
- rmmod can fail (e.g. if the module is not loaded), but it should not stop



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26358 |14nr|bumblebee-3.2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with git
%if %{with git}
%define gitdate 20120228
%endif
# Use nouveau driver by default
%bcond_with nouveau


Name:		bumblebee
Summary:	Support for NVidia Optimus laptops on Linux
Group:		System/Kernel and hardware
Version:	3.2.1
Release:	2
License:	GPLv3
URL:		https://github.com/Bumblebee-Project/bumblebee
# source from git repo git://github.com/Bumblebee-Project/Bumblebee.git
# we need to change to develop branch to allow changing to nouveau without
# using nvidia paths
#Source0:	https://github.com/downloads/Bumblebee-Project/Bumblebee/%{name}-%{!?with_git:%{version}}%{?with_git:%{gitdate}}.tar.%{?with_git:xz}%{!?with_git:gz}
Source0:	http://bumblebee-project.org/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libbsd)
BuildRequires:	help2man
Requires(pre):	update-alternatives
Requires(post):	systemd-units
Requires(preun):systemd-units
Requires(pre):	rpm-helper
Requires:	VirtualGL
Requires:	%mklibname VirtualGL
%if %{with nouveau}
Requires:	x11-driver-video-nouveau
%else
Requires:	x11-driver-video-nvidia-current
%endif
Requires:	kmod(bbswitch)

%description
Bumblebee daemon is a rewrite of the original Bumblebee service, providing
an elegant and stable means of managing Optimus hybrid graphics chip sets.
A primary goal of this project is to not only enable use of the discrete
GPU for rendering, but also to enable smart power management of the dGPU
when it's not in use.

%files
%doc README.markdown doc/RELEASE_NOTES_3_2_1
%{_sysconfdir}/bash_completion.d/bumblebee
%dir %{_sysconfdir}/bumblebee/
%dir %{_sysconfdir}/bumblebee/xorg.conf.d/
%config(noreplace) %{_sysconfdir}/bumblebee/bumblebee.conf
%config(noreplace) %{_sysconfdir}/bumblebee/xorg.conf.nouveau
%config(noreplace) %{_sysconfdir}/bumblebee/xorg.conf.nvidia
/lib/systemd/system/bumblebeed.service
%{_sbindir}/bumblebeed
%{_bindir}/optirun
%{_bindir}/bumblebee-bugreport
%{_mandir}/man1/bumblebeed.1.*
%{_mandir}/man1/optirun.1.*
%{_sysconfdir}/bumblebee/xorg.conf.d/10-dummy.conf
/lib/udev/rules.d/99-bumblebee-nvidia-dev.rules

%pre
%_pre_groupadd %{name}
if [ "$1" -eq "1" ];then
  users=$(getent passwd | awk -F: '$3 >= 500 && $3 < 60000 {print $1}')
  for user in $users; do
    gpasswd -a $user bumblebee
  done
  /usr/sbin/update-alternatives --set gl_conf %{_sysconfdir}/ld.so.conf.d/GL/standard.conf
fi

%post
%_post_service bumblebeed
# Simple: still needs this since in release 3 services were not set
# enabled and seams that still isnt properly handeled in %%_post_service
if [ "$1" -ge "1" ]; then
  # Enable (but don't start) the unit by default
  /bin/systemctl enable bumblebeed.service
  # Start bumblebeed service
  /bin/systemctl start bumblebeed.service
fi

%preun
%_preun_service bumblebeed

%postun
# We need this since "%%_postun_groupdel %%{name}" doesnt remove the group if
# set to a user
if [ "$1" -eq "0" ];then
  /usr/sbin/groupdel bumblebee
fi

# Simple: we need to ensure bumblebee group isnt removed when upgrading
# This doesnt need exist for Mageia 2
%triggerpostun -- %{name} < 3.0-9
%_pre_groupadd %{name}
users=$(getent passwd | awk -F: '$3 >= 500 && $3 < 60000 {print $1}')
for user in $users; do
  gpasswd -a $user bumblebee
done

#--------------------------------------------------------------------
%prep
%setup -q%{?with_git:n %{name}}

%build
%{?with_git:NOCONFIGURE=1 autoreconf -fi}
%configure2_5x \
%if %{with nouveau}
CONF_DRIVER=nouveau \
%else
CONF_DRIVER=nvidia \
CONF_DRIVER_MODULE_NVIDIA=nvidia \
%endif

CONF_KEEPONEXIT=true \
CONF_TURNOFFATEXIT=true \
CONF_PM_METHOD=auto \

%ifarch x86_64
CONF_LDPATH_NVIDIA=%{_usr}/lib/nvidia:%{_libdir}/nvidia \
CONF_MODPATH_NVIDIA=%{_usr}/lib/nvidia/xorg,%{_libdir}/nvidia/xorg,%{_usr}/lib/xorg/modules,%{_libdir}/xorg/modules,%{_usr}/lib/xorg/extra-modules,%{_usr}/xorg/extra-modules
%else
CONF_LDPATH_NVIDIA=%{_usr}/lib/nvidia \
CONF_MODPATH_NVIDIA=%{_usr}/lib/nvidia/xorg,%{_usr}/lib/xorg/modules,%{_usr}/lib/xorg/extra-modules
%endif

%make

%install
rm -rf %{buildroot}
%makeinstall_std

install -D -m644 scripts/systemd/bumblebeed.service %{buildroot}/lib/systemd/system/bumblebeed.service



%changelog
* Wed Sep 24 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 3.2.1-2
+ Revision: 230618f
- Fixed paths to nvidia components to run optimus. Default setup for nvidia.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26359 |14nr|bumblebee-3.2.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with git
%if %{with git}
%define gitdate 20120228
%endif
# Use nouveau driver by default
%bcond_with nouveau


Name:		bumblebee
Summary:	Support for NVidia Optimus laptops on Linux
Group:		System/Kernel and hardware
Version:	3.2.1
Release:	5
License:	GPLv3
URL:		https://github.com/Bumblebee-Project/bumblebee
# source from git repo git://github.com/Bumblebee-Project/Bumblebee.git
# we need to change to develop branch to allow changing to nouveau without
# using nvidia paths
#Source0:	https://github.com/downloads/Bumblebee-Project/Bumblebee/%{name}-%{!?with_git:%{version}}%{?with_git:%{gitdate}}.tar.%{?with_git:xz}%{!?with_git:gz}
Source0:	http://bumblebee-project.org/%{name}-%{version}.tar.gz
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libbsd)
BuildRequires:	help2man
Requires(pre):	update-alternatives
Requires(post):	systemd-units
Requires(preun):systemd-units
Requires(pre):	rpm-helper
Requires:	VirtualGL
Requires:	%mklibname VirtualGL
%if %{with nouveau}
Requires:	x11-driver-video-nouveau
%else
# NOTE: Install preferred version of NVIDIA driver via XFdrake
# Requires:	x11-driver-video-nvidia-current
%endif
Requires:	kmod(bbswitch)

%description
Bumblebee daemon is a rewrite of the original Bumblebee service, providing
an elegant and stable means of managing Optimus hybrid graphics chip sets.
A primary goal of this project is to not only enable use of the discrete
GPU for rendering, but also to enable smart power management of the dGPU
when it's not in use.

%files
%doc README.markdown doc/RELEASE_NOTES_3_2_1 README.install.urpmi
%{_sysconfdir}/bash_completion.d/bumblebee
%dir %{_sysconfdir}/bumblebee/
%dir %{_sysconfdir}/bumblebee/xorg.conf.d/
%config(noreplace) %{_sysconfdir}/bumblebee/bumblebee.conf
%config(noreplace) %{_sysconfdir}/bumblebee/xorg.conf.nouveau
%config(noreplace) %{_sysconfdir}/bumblebee/xorg.conf.nvidia
/lib/systemd/system/bumblebeed.service
%{_sbindir}/bumblebeed
%{_bindir}/optirun
%{_bindir}/bumblebee-bugreport
%{_mandir}/man1/bumblebeed.1.*
%{_mandir}/man1/optirun.1.*
%{_sysconfdir}/bumblebee/xorg.conf.d/10-dummy.conf
%{_sysconfdir}/bumblebee/modprobe.conf
/lib/udev/rules.d/99-bumblebee-nvidia-dev.rules

%pre
%_pre_groupadd %{name}
if [ "$1" -eq "1" ];then
  users=$(getent passwd | awk -F: '$3 >= 500 && $3 < 60000 {print $1}')
  for user in $users; do
    gpasswd -a $user bumblebee
  done
  /usr/sbin/update-alternatives --set gl_conf %{_sysconfdir}/ld.so.conf.d/GL/standard.conf
fi

%post
%_post_service bumblebeed
# Simple: still needs this since in release 3 services were not set
# enabled and seams that still isnt properly handeled in %%_post_service
if [ "$1" -ge "1" ]; then
  # Enable (but don't start) the unit by default
  /bin/systemctl enable bumblebeed.service
  # Start bumblebeed service
  /bin/systemctl start bumblebeed.service
fi

%preun
%_preun_service bumblebeed

%postun
# We need this since "%%_postun_groupdel %%{name}" doesnt remove the group if
# set to a user
if [ "$1" -eq "0" ];then
  /usr/sbin/groupdel bumblebee
fi

# Simple: we need to ensure bumblebee group isnt removed when upgrading
# This doesnt need exist for Mageia 2
%triggerpostun -- %{name} < 3.0-9
%_pre_groupadd %{name}
users=$(getent passwd | awk -F: '$3 >= 500 && $3 < 60000 {print $1}')
for user in $users; do
  gpasswd -a $user bumblebee
done

#--------------------------------------------------------------------
%prep
%setup -q%{?with_git:n %{name}}

cat > README.install.urpmi <<EOF
Use XFdrake to configure X to use the correct NVIDIA driver. Any needed
packages will be automatically installed if not already present.

1. Run XFdrake
2. Go to the Video Driver list
3. Select the preferred driver from the list

%build
%{?with_git:NOCONFIGURE=1 autoreconf -fi}
%configure2_5x \
%if %{with nouveau}
CONF_DRIVER=nouveau \
%else
CONF_DRIVER=nvidia \
CONF_DRIVER_MODULE_NVIDIA=nvidia \
%endif
CONF_KEEPONEXIT=true \
CONF_TURNOFFATEXIT=true \
CONF_PM_METHOD=auto \
%ifarch x86_64
CONF_LDPATH_NVIDIA=%{_usr}/lib/nvidia:%{_libdir}/nvidia \
CONF_MODPATH_NVIDIA=%{_usr}/lib/nvidia/xorg,%{_libdir}/nvidia/xorg,%{_usr}/lib/xorg/modules,%{_libdir}/xorg/modules,%{_usr}/lib/xorg/extra-modules,%{_usr}/xorg/extra-modules
%else
CONF_LDPATH_NVIDIA=%{_usr}/lib/nvidia \
CONF_MODPATH_NVIDIA=%{_usr}/lib/nvidia/xorg,%{_usr}/lib/xorg/modules,%{_usr}/lib/xorg/extra-modules
%endif

%make

%install
rm -rf %{buildroot}
%makeinstall_std
echo "nvidia && bumblebee" > %{buildroot}%{_sysconfdir}/bumblebee/modprobe.conf

install -D -m644 scripts/systemd/bumblebeed.service %{buildroot}/lib/systemd/system/bumblebeed.service



%changelog
* Thu Sep 25 2014 Andrey Ponomarenko <aponomarenko@rosalab.ru> 3.2.1-5
+ Revision: 3f5756a
- Added bumblebee/modprobe.conf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26360 |14nr|cg-3.1.0013-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	major		0
%define	libname		%mklibname cg %{major}
%define develname	%mklibname cg -d

# libGLU.so doesn'tGL- exist as a provide, so we require GL-devel and add this exception
%if %{_use_internal_dependency_generator}
%define __noautoreq 'libGLU.so'
%else
%define _requires_exceptions libGLU.so
%endif

Name:		cg
Version:	3.1.0013
Release:	1
Summary:	Cg Toolkit - GPU Shader Authoring Language
License:	Freeware
Group:		Development/C
URL:		http://developer.nvidia.com/object/cg_toolkit.html
Source0:	http://developer.download.nvidia.com/cg/Cg_2.2/Cg-3.1_April2012_x86.tgz
Source1:	http://developer.download.nvidia.com/cg/Cg_2.2/Cg-3.1_April2012_x86_64.tgz

Provides:	Cg = %{version}-%{release}
BuildRequires:	recode

ExclusiveArch:	%{ix86} x86_64

%description
The award-winning Cg Toolkit enables software developers to add the latest 
interactive effects to real-time applications with a comprehensive solution 
that works across platforms and graphics API containing:

    * Compiler for the Cg 2.2 language
    * Cg/CgFX Runtime libraries for OpenGL and Direct3D
    * User's Manual and documentation on the Cg Language, Runtime APIs, Cg 
       Library, CgFX States, and Cg Profiles
    * Numerous Cg examples

Supporting dozens of different OpenGL and DirectX profile targets, Cg 
2.2 allows you to incorporate stunning, interactive effects within your 
3D applications and share them between other Cg applications, across 
graphics APIs, and most operating systems (Windows 2000, XP, Vista, Mac 
OS X for Tiger &  Leopard, x86 Linux 32-bit & 64-bit, x86 Solaris 32-bit 
& 64-bit).

This package contains documentation.

%package 	examples
Summary:	Examples from %{name}
Group:		Development/C
Provides:	Cg-examples = %{version}-%{release}
Requires:	%{name} = %{version}-%{release}

%description examples
Several examples of programs using Cg toolkit.

%package -n	%{libname}
Summary:	Dynamic libraries from %{name}
Group:		System/Libraries
Provides:	lib%{name} = %{version}-%{release}
Provides:	libCg = %{version}-%{release}

%description -n	%{libname}
Dynamic libraries from Cg toolkit.

%package -n	%{develname}
Summary:	Header files and static libraries from %{name}
Group:		Development/C
Requires:	lib%{name} = %{version}
Requires:	pkgconfig(gl)
Requires:	pkgconfig(glu)
Provides:	%{name}-devel = %{version}-%{release} 
Provides:	Cg-devel = %{version}-%{release}
Obsoletes:	%{name}-devel < %{version}-%{release}
Obsoletes:	Cg-devel < %{version}-%{release}

%description -n	%{develname}
Binaries (compiler), libraries and includes files for developing programs 
based on Cg toolkit.

%install
#uncompress the right tarball according to the arch
mkdir -p %{buildroot}
cd %{buildroot}
%ifarch %ix86
tar xvzf %{SOURCE0}
%else
tar xvzf %{SOURCE1}
%endif

#move the doc to the right directory
mkdir -p %{buildroot}%{_docdir}/%{name}
mv %{buildroot}/usr/local/Cg/* %{buildroot}%{_docdir}/%{name}

#include the license in subpackages, too
mkdir %{buildroot}%{_docdir}/%{libname}
mkdir %{buildroot}%{_docdir}/%{develname}
cp %{buildroot}%{_docdir}/%{name}/docs/license.txt %{buildroot}%{_docdir}/%{develname}

# To avoid extra Provides
rm -rf %{buildroot}%{_docdir}/%{name}/examples/Trace

#License doesn't allow us to modify the binaries and libraries
export DONT_STRIP=1

%multiarch_binaries %{buildroot}%{_bindir}/*

chmod 0755 %{buildroot}%{_libdir}/*

%files
%defattr(0644,root,root,0755)
%{_docdir}/%{name}
%exclude %{_docdir}/%{name}/examples

%files examples
%defattr(0644,root,root,0755)
%{_docdir}/%{name}/examples

%files -n %{libname}
%defattr(0755,root,root,0755)
%{_libdir}/*

%files -n %{develname}
%defattr(0644,root,root,0755)
%attr(0755,root,root) %{multiarch_bindir}/*
%attr(0755,root,root) %{_bindir}/cgc
%attr(0755,root,root) %{_bindir}/cgfxcat
%attr(0755,root,root) %{_bindir}/cginfo
%{_docdir}/%{develname}
%{_includedir}/Cg




%changelog
* Mon Oct 22 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.0013-1
+ Revision: 85ad413
- LOG Update to 3.1.0013 (April 2012), man pages are dropped



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26361 |14nr|clementine-1.2.3-2plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%bcond_without plf
######################

%if %{with plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

%bcond_without vkontakte

%define gstapi 0.10
%define oname Clementine

Summary:	A cross-platform music player based on Amarok 1.4
Name:		clementine
Version:	1.2.3
Release:	2%{?extrarelsuffix}
License:	GPLv3+
Group:		Sound
Url:		http://www.clementine-player.org/
Source0:	http://clementine-player.googlecode.com/files/%{oname}-%{version}.tar.gz
Source1:	Clementine.conf
%if %{with vkontakte}
Source2:	clementine-1.2.0-vk-files.tar.bz2
%endif
Patch0:		clementine-1.2.0-libmygpo-qt.patch
# Search albums at metal-archives.com (Encyclopaedia Metallum) from:
# - Now Playing widget (album art context menu) - current album
# - Playlist (selected songs context menu) - unique selected albums
Patch1:		clementine-1.2.2-metalarchives.patch
# Covers should always fit the screen resolution so we scale them if needed
Patch2:		clementine-1.0.0-coversize.patch
# VKontakte (vk.com) support from http://code.google.com/r/shedwardx-clementine-experiments/
# With some ROSA adjustments (use system vreen library etc)
Patch3:		clementine-1.2.2-vkontakte-advanced.patch
Patch4:		clementine-1.2.0-vkontakte-tags.patch
# Localization issues
Patch5:		clementine-1.2.0-l10n-ru-vkontakte.patch
Patch10:	clementine-1.2.0-l10n-ru-desktop.patch
Patch11:	clementine-1.2.0-l10n-ru-search.patch
Patch12:	clementine-1.2.2-gcc47.patch
Patch13:	clementine-udisks-headers.patch

BuildRequires:	cmake
BuildRequires:	qt4-linguist
BuildRequires:	boost-devel
BuildRequires:	liblastfm-devel
BuildRequires:	qt4-devel >= 4.5.0
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-cdda-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-tag-%{gstapi})
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libchromaprint)
BuildRequires:	pkgconfig(libechonest)
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmygpo-qt)
BuildRequires:	pkgconfig(libplist)
# For Google Drive integration
BuildRequires:	pkgconfig(libsparsehash)
%if %{with plf}
BuildRequires:	pkgconfig(libspotify)
%endif
BuildRequires:	pkgconfig(libusbmuxd)
# Disable for now as indicate-qt seems to be broken and we don't really need it anyway
#BuildRequires:	pkgconfig(indicate-qt)
BuildRequires:	pkgconfig(protobuf)
BuildRequires:	pkgconfig(qca2)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(taglib) >= 1.6
BuildRequires:	pkgconfig(vreen)
BuildRequires:	pkgconfig(vreenoauth)
Requires:	libprojectm-data
Requires:	qt4-database-plugin-sqlite
Requires:	gstreamer%{gstapi}-flac
Requires:	gstreamer%{gstapi}-plugins-ugly
Suggests:	gstreamer%{gstapi}-decoders-audio
# Needed to be able to mount ipod/iphone/ipad (not tested locally) but it's also pulling gvfs
# which is need at least to mount mtp devices (tested locally)
Suggests:	gvfs-iphone

%description
Clementine is a modern music player and library organiser. Clementine is
a port of Amarok 1.4, with some features rewritten to take advantage of
Qt4.
Features:
    * Search and play your local music library
    * Listen to internet radio from Last.fm, SomaFM and Magnatune
    * Tabbed playlists, import and export M3U, XSPF, PLS and ASX
    * Visualisations from projectM
    * Transcode music into MP3, Ogg Vorbis, Ogg Speex, FLAC or AAC
    * Edit tags on MP3 and OGG files, organize your music
    * Download missing album cover art from Last.fm
    * Remote control using a Wii Remote, MPRIS or the command-line
    * Copy music to your iPod, iPhone, MTP or mass-storage USB player
    * Queue manage

%files
%config %{_sysconfdir}/Clementine/Clementine.conf
%{_bindir}/clementine
%{_bindir}/clementine-tagreader
%{_datadir}/kde4/services/clementine-*.protocol
%{_datadir}/applications/clementine.desktop
%{_iconsdir}/hicolor/64x64/apps/application-x-clementine.png
%{_iconsdir}/hicolor/scalable/apps/application-x-clementine.svg
%if %{with plf}
%{_bindir}/clementine-spotifyblob
%endif

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}-%{version}
%patch0 -p1 -b .mygpo~
%patch1 -p1 -b .ma~
%patch2 -p1 -b .coversize~

%if %{with vkontakte}
tar -xf %{SOURCE2}
%patch3 -p1 -b .vkontakte~
%patch4 -p1 -b .vkontakte~
%patch5 -p1 -b .vkontakte~
%endif

%patch10 -p1 -b .l10n~
%patch11 -p1 -b .l10n~

%patch12 -p1 -b .gcc47~
%patch13 -p1 -b .udisks~

%build
%cmake_qt4 \
	-DBUNDLE_PROJECTM_PRESETS=OFF \
	-DBUILD_WERROR=OFF
%make VERBOSE=1

%install
%makeinstall_std -C build

install -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/Clementine/Clementine.conf

%if %{with plf}
# Ugly hack, not sure why that file appears
rm -rf %{buildroot}/builddir
rm -rf %{buildroot}/home
%endif


%changelog
* Tue Jul 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-2plf
+ Revision: ff67727
- Add patch to fix build with cmake 3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26362 |14nr|clustalw-2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	General purpose multiple alignment program
Name:		clustalw
Version:	2.1
Release:	%mkrel 2
License:	GPLv3 and LGPLv3
URL:		http://www.clustal.org
BuildRoot:	%{_tmppath}/%{name}-%{version}-build
Source:		http://www.clustal.org/download/%{version}/clustalw-%{version}.tar.gz
Group:		Sciences/Biology

%description
CLUSTAL W and CLUSTAL X Multiple Sequence Alignment Programs
                (version 2.1, 17th Nov 2010)                

Contact email address: clustalw@ucd.ie

For details and citation purposes see paper "Clustal W and Clustal X
version 2.0", Larkin M., et al. Bioinformatics 2007 23(21):2947-2948
http://bioinformatics.oxfordjournals.org/cgi/content/full/23/21/2947

Clustal X provides a window-based user interface to the ClustalW
multiple alignment program.                                     

%prep
%setup -q clustalw-%{version}

%build
%configure2_5x
%make

%install
rm -fr %buildroot
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README COPYING COPYING.LESSER clustalw_help
%_bindir/*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.1-2
+ Revision: 209a528
- Automatic import for version 2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26363 |14nr|clustalx-2.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	GUI interface for ClustalW
Name:		clustalx
Version:	2.1
Release:	%mkrel 1
License:	GPLv3 and LGPLv3
URL:		http://www.clustal.org
BuildRoot:	%{_tmppath}/%{name}-%{version}-build
BuildRequires:	qt4-devel
Source:		http://www.clustal.org/download/%{version}/clustalx-%{version}.tar.gz
Group:		Sciences/Biology

%description
CLUSTAL W and CLUSTAL X Multiple Sequence Alignment Programs
                (version 2.1, 17th Nov 2010)

Contact email address: clustalw@ucd.ie

For details and citation purposes see paper "Clustal W and Clustal X
version 2.0", Larkin M., et al. Bioinformatics 2007 23(21):2947-2948
http://bioinformatics.oxfordjournals.org/cgi/content/full/23/21/2947

Clustal X provides a window-based user interface to the ClustalW
multiple alignment program.

%prep
%setup -q clustalx-%{version}
rm -f moc_*

%build
%qmake_qt4
%make

%install
rm -fr %buildroot
mkdir -p %buildroot%_bindir
install -m755 clustalx %buildroot%_bindir/clustalx

mkdir -p %buildroot%_datadir/applications
cat << EOF > %buildroot%_datadir/applications/mandriva-%name.desktop
[Desktop Entry]
Name=Clustal X
Comment=GUI interface for ClustalW
Exec=%{name}
Icon=biology
Terminal=false
Type=Application
Categories=Biology;Science;Qt;
EOF

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc README COPYING COPYING.LESSER clustalx.hlp
%_bindir/*
%_datadir/applications/mandriva-%name.desktop



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.1-1
+ Revision: ab3ca78
- Automatic import for version 2.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26364 |14nr|dahdi-firmware-2.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dahdi-firmware
Summary:	Non-free firmware for dahdi
Group:		System/Kernel and hardware
Version:	2.6.1
Release:	1
License:	Proprietary
URL:		http://www.asterisk.org/
# firmware extracted from http://downloads.asterisk.org/pub/telephony/dahdi-linux/dahdi-linux-%{version}.tar.gz
Source0:	%{name}-%{version}.tar.xz
BuildArch:	noarch

Requires:	make wget

%description
This package includes the non-free firmwares from the DAHDI tarball as well
as downloading script for the Digium firmwares that are normally downloaded
on 'make install'.

Attention: you need active Internet connection during this package
installation. If Network was unavailable, you can download and install firmware
later by running the following command as root:

  make -C %{_datadir}/%{name} HOTPLUG_FIRMWARE=yes hotplug-install

%prep
%setup -q

%build

%install
install -d -m 755 %{buildroot}%{_datadir}/dahdi
cp xpp/firmwares/*.hex %{buildroot}%{_datadir}/dahdi/
install -D -m 644 firmware/Makefile %{buildroot}%{_datadir}/%{name}/Makefile

%post
make -C %{_datadir}/%{name} HOTPLUG_FIRMWARE=yes hotplug-install

%preun
make -C %{_datadir}/%{name} HOTPLUG_FIRMWARE=yes hotplug-uninstall

%files
%doc xpp/firmwares/LICENSE.firmware
%doc xpp/firmwares/README
%{_datadir}/dahdi/*
%{_datadir}/%{name}/*

%changelog
* Tue Oct 16 2012 Dmitry Mikhirev <mikhirev@mezon.ru> 2.6.1-1
+ Revision: 97f18b1
- add package sources



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26365 |14nr|dangerdeep-data-0.4-0_pre3327
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dangerdeep-data
Version:	0.4
Release:	0_pre3327
Summary:	Data package for dangerdeep
License:	Freeware
Group:		Games/Other
URL:		http://dangerdeep.sourceforge.net/
Source0:	http://heanet.dl.sourceforge.net/project/dangerdeep/%{version}.%{release}/%{name}-%{version}.%{release}.zip
BuildArch:	noarch


%description
Danger from the deep (aka dangerdeep) is a Free / Open Source World War II
german submarine simulation. It is currently available for Linux/i386 and
Windows, but since it uses SDL/OpenGL it should be portable to other operating
systems or platforms. (If anyone whishes to port it, please contact us.) This
game is planned as tactical simulation and will be as realistic as our time and
knowledge of physics allows. It's current state is ALPHA, but it is playable.

This is a restricted package due the non commercial purposes
of it's distribution

%prep
%setup -q -n data

%build

%install
install -d -m 755 %{buildroot}%{_gamesdatadir}/dangerdeep
cp -r convoys \
	environment \
	flotillas \
	fonts \
	images \
	maps \
	menus \
	missions \
	models \
	objects \
	shaders \
	sounds \
	texts \
	textures \
	%{buildroot}%{_gamesdatadir}/dangerdeep


%files
%doc LICENSE
%{_gamesdatadir}/dangerdeep



%changelog
* Wed May 15 2013 symbianflo <symbianflo@mandrivausers.ro> 0.4-0_pre3327
+ Revision: 32289f4
- LOG update to 0.4.0_pre3327



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26366 |14nr|dark-oberon-1.0.2-0.rc2.7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define	pre	RC2

Summary:	Dark Oberon is a real-time strategy game
Name:		dark-oberon
Version:	1.0.2
Release:	0.rc2.7
Group:		Games/Strategy
License:	GPLv2+ and BY-NC-SA and BY-NC-ND
Url:		http://dark-oberon.sourceforge.net/
Source0:	%{name}-%{version}-%{pre}.tar.lzma
Source11:	%{name}-16x16.png
Source12:	%{name}-32x32.png
Source13:	%{name}-48x48.png
Patch1:		dark-oberon-1.0.2-rc2-compile-fixes.patch
Patch2:		fix_format_build.patch
Patch3:		fix_makefile_xrandr_lib_missing.patch
BuildRequires:	lzma
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libglfw)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xrandr)
ExclusiveArch:	%{ix86}

%description
Dark Oberon is an open source real-time strategy game similar to Warcraft II
released under GPL. It has got awesome graphics - textures created from
shots of real models made out of plasticine!

%files
%doc README docs/*
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}-%{pre}
%patch1 -p0  -b .fixes
%patch2 -p1
%patch3 -p1

find -name CVS | xargs rm -rf
cd src
sh create_makefile.sh

%build
%make DEFINES="-DDATA_DIR='\"%{_gamesdatadir}/%{name}/\"' -DUNIX=1 -DSOUND=0 -DDEBUG=0" CPPFLAGS="%{optflags}"

%install
install -m755 dark-oberon -D %{buildroot}%{_gamesbindir}/%{name}
install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -r dat maps races schemes -d %{buildroot}%{_gamesdatadir}/%{name}

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Dark Oberon
Comment=Real-time strategy game
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;StrategyGame;
EOF

install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png


%changelog
* Wed May 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2-0.rc2.7
+ Revision: 62f8e0b
- Fix BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26367 |14nr|dektec-0-0.20091104.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name dektec
%define version 0
%define release %mkrel 0.20091104.1

Name:      %name
Version:   %version
Release:   %release
License:   Proprietary
Source0:   LinuxSDK.zip
Group:     Development/Kernel
Buildroot: %{_tmppath}/%{realname}-%{realversion}-%{realrelease}-buildroot
Summary:   Libraries and utilities for using Dektec cards
Url:       http://www.dektec.com/downloads/Drivers.asp
ExclusiveArch: %ix86

%description
This package contains libraries and utilities for using Dektec cards.

%package utils
Summary:   Utilities for Dektec cards
Group:     Development/Kernel

%description utils
DtPlay:        Command-line player application
DtRecord:      Command-line recorder application
DtRmxUtil:     Command-line remultiplexing utility

%package devel
Summary:   Libraries for Dektec cards
Group:     Development/C++

%description devel
C++ API that wraps the driver calls into an easy-to-use and
object-oriented programming interface.

%prep
%setup -q -n LinuxSDK

%build
make -C DtRecord
make -C DtPlay

%install
rm -rf %buildroot

mkdir -p %buildroot%_bindir
cp -a DtPlay/DtPlay %buildroot%_bindir
cp -a DtRecord/DtRecord %buildroot%_bindir
cp -a DtRmxUtil/DtRmxUtil %buildroot%_bindir
chmod 0755 %buildroot%_bindir/DtRmxUtil

mkdir -p %buildroot%_includedir
cp -a DTAPI/Include/DTAPI.h %buildroot%_includedir
mkdir -p %buildroot%_libdir
%if "%{?_lib}" == "lib64"
cp -a DTAPI/DTAPI64.o %buildroot%_libdir
%else
cp -a DTAPI/DTAPI.o %buildroot%_libdir
%endif

%clean
rm -rf %buildroot

%files utils
%defattr(-,root,root)
%_bindir/*

%files devel
%defattr(-,root,root)
%doc DTAPI/Doc/DTAPI.pdf
%_includedir/*
%_libdir/*.o




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0-0.20091104.1
+ Revision: 8028609
- Automatic import for version 0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26368 |14nr|dolphin-emu-3.0.486-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		dolphin-emu
Version:	3.0.486
Release:	2
Epoch:		1
License:	GPLv2
Summary:	Gamecube / Wii / Triforce Emulator
Url:		http://www.dolphin-emu.com/
Group:		Emulators
# Fetched from git and cleaned up from useless junk
Source0:	%{name}-%{version}.tar.bz2
Source9:	%{name}-256.png
Source10:	%{name}-128.png
Source11:	%{name}-64.png
Source12:	%{name}-32.png
Source13:	%{name}-16.png
Patch0:		dolphin-emu-cmakepath.patch
Patch1:		dolphin-emu-3.0.486-gcc4.7.patch
Patch2:		dolphin-emu-3.0.486-gnu++0x.patch
BuildRequires:	cmake
BuildRequires:	git
BuildRequires:	cg-devel
BuildRequires:	glew-devel
BuildRequires:	liblzo-devel
BuildRequires:	sfml-network-devel
BuildRequires:	zlib-devel
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(portaudio-2.0)
BuildRequires:	bluez-devel
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	wxgtku2.8-devel
BuildRequires:	pkgconfig(alsa)

%description
Gamecube / Wii / Triforce Emulator.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%__mkdir_p build
cd build
export CFLAGS='%{optflags}'
export CXXFLAGS='%{optflags}'
cmake -DCMAKE_INSTALL_PREFIX=%{buildroot}/usr -DLIB_SUFFIX=$(echo %{_lib} | cut -b4-) ..
%make

%install
%__rm -rf %{buildroot}
cd build
%makeinstall
cd ..
%__install -D -m 644 %{SOURCE13} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%__install -D -m 644 %{SOURCE12} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%__install -D -m 644 %{SOURCE11} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
%__install -D -m 644 %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png
%__install -D -m 644 %{SOURCE9} %{buildroot}%{_iconsdir}/hicolor/256x256/apps/%{name}.png

%__install -d %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Dolphin-Emulator
Comment=%{summary}
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF

%find_lang %{name}

%clean
%__rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(0644,root,root,0755)
%doc license.txt Readme.txt
%attr(0755,root,root) %{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png




%changelog
* Fri Oct  26 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru>
+ Commit: a6fb950
- Update last patch
  
* Fri Oct  26 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru>
+ Commit: a1ea59a
- Add patch to fix build in gnu++0x mode
  
* Thu Oct  25 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru>
+ Commit: 141c0b9
- Add patch to fix build with gcc 4.7, convert BR to pkgconfig style
  
  

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26369 |14nr|drascula-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define scummvmdir %{_datadir}/scummvm/

Name:		drascula
Version:	1.0
Release:	2
Summary:	Drascula: The Vampire Strikes Back - Adventure Game
Group:		Games/Adventure
License:	Freeware
URL:		http://wiki.scummvm.org/index.php/Drascula:_The_Vampire_Strikes_Back
Source0:	http://downloads.sourceforge.net/scummvm/%{name}-%{version}.zip
Source1:	http://downloads.sourceforge.net/scummvm/%{name}-int-1.1.zip
Source2:	http://downloads.sourceforge.net/scummvm/drascula-audio-2.0.zip
Source3:	http://github.com/scummvm/scummvm/raw/v1.4.0/dists/engine-data/drascula.dat
BuildRequires:	unzip
BuildArch:	noarch
Requires:	scummvm

%description
You play the role of John Hacker, a British estate agent, who travels to a
small village of Transylvania in order to negotiate the sale of some ground
of Gibraltar with the Count Drascula. 
But unfortunately Hacker is not aware of who is Drascula in reality: the most
terrible vampire with just one idea on his mind: DOMINATING the World
demonstrating that he is even more evil than his brother Vlad.

%prep
%setup -q -n %{name} -c %{name}
unzip -oqqj %{SOURCE1}
unzip -oqqj %{SOURCE2}

%install
%__install -d -m 755 %{buildroot}%{_gamesbindir}
# startscript
%__cat > %{buildroot}%{_gamesbindir}/%{name} <<'EOF'
#!/bin/bash
# Basic switch of language according to locale defined in Unix systems
case "$LC_MESSAGES" in
    de* )
        language="de"
	;;
    es* )
        language="es"
	;;
    fr* )
        language="fr"
	;;
    it* )
        language="it"
	;;
    * )
        language="en"
	;;
esac
scummvm -f -n -m 128 -p %{scummvmdir}/%{name} --language=$language %{name}
EOF

%__chmod 755 %{buildroot}%{_gamesbindir}/%{name}

%__mkdir_p %{buildroot}/%{scummvmdir}/%{name}
%__install -p -m 644 Packet.001 PACKET.00? *.ogg %{buildroot}/%{scummvmdir}/%{name}
%__install -p -m 644 %{SOURCE3} %{buildroot}/%{scummvmdir}/%{name}

%__mkdir_p %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Drascula: The Vampire Strikes Back
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;AdventureGame;
EOF

%clean

%files
%doc readme.txt drascula.doc
%{_gamesbindir}/%{name}
%{scummvmdir}/%{name}
%{_datadir}/applications/%{name}.desktop




%changelog
* Wed Jul 03 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.0-2
+ Revision: bdb5f95
- Fix desktop file name



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26370 |14nr|drcss-3.1.0.320-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		drcss
Version:	3.1.0.320
Release:	3
Summary:	Dell Remote Console Switch Software
License:	Commercial
Group:		Office
Source0:	setup.bin
Source1:	software.zip
Requires:	java
BuildRequires:	imagemagick
BuildArch:	noarch

%description
The DellTM Remote Console Switch Software is a cross-platform management
application that allows you to view and control the Dell 2161DS Console Switch
and all its attached servers. The cross-platform design ensures compatibility
with most popular operating systems and hardware platforms. The Remote Console
Switch Software provides secure switch-based authentication, data transfers,
and username/password storage. Each 2161DS Console Switch handles
authentication and access control individually for more decentralized system
control.

%prep
%setup -q -c -T
eval $(grep "^BLOCKSIZE=" %{SOURCE0})
eval $(grep "^JREREALSIZE=" %{SOURCE0})
eval $(grep "^JRESTART=" %{SOURCE0})
eval $(grep "^ARCHREALSIZE=" %{SOURCE0})
eval $(grep "^RESSIZE=" %{SOURCE0})

JRE_BLOCKS=`expr $JREREALSIZE / $BLOCKSIZE + 1`
INSTALLER_BLOCKS=`expr $ARCHREALSIZE / $BLOCKSIZE + 1`

dd if=%{SOURCE0} of=installer.zip \
    bs=$BLOCKSIZE \
    skip=`expr $JRESTART + $JRE_BLOCKS` \
    count=$INSTALLER_BLOCKS
unzip installer.zip
dd if=%{SOURCE0} of=resource.zip \
    bs=$BLOCKSIZE \
    skip=`expr $JRESTART + $JRE_BLOCKS + $INSTALLER_BLOCKS` \
    count=$RESSIZE
unzip resource.zip
%setup -D -T -n '%{name}-%{version}/$IA_PROJECT_DIR$
unzip %{SOURCE1}

%install

install -d -m 755 %{buildroot}%{_datadir}/drcss
install -d -m 755 %{buildroot}%{_bindir}
install -m 644 build/*.jar %{buildroot}%{_datadir}/drcss
install -m 644 build/*.dat %{buildroot}%{_datadir}/drcss

unzip build/help_zg_ia_sf.jar -d %{buildroot}%{_datadir}/drcss/help || /bin/true
rm -f {buildroot}%{_datadir}/drcss/help_zg_ia_sf.jar

cat > %{buildroot}%{_bindir}/drcss<< 'EOF'
#!/bin/sh
for jar in %{_datadir}/drcss/*.jar; do
    CLASSPATH="$CLASSPATH:$jar"
done
export CLASSPATH
cd %{_datadir}/drcss
java \
    -Duser.variant=dell \
    com.avocent.avworks.explorer.JFrameExplorer
EOF
chmod 755 %{buildroot}%{_bindir}/drcss

install -d -m 755 %{buildroot}%{_datadir}/icons
convert images/gnome-dellicon32.gif %{buildroot}%{_datadir}/icons/drcss.png

install -d -m 755 %{buildroot}%{_datadir}/applications
cat >  %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=drcss
Comment=Dell Remote Console Switch Software
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
EOF

%files
%doc src/license_en.txt software.pdf
%{_datadir}/drcss
%{_bindir}/drcss
%{_datadir}/icons/drcss.png
%{_datadir}/applications/mandriva-%{name}.desktop




%changelog
* Thu Oct 25 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.1.0.320-3
+ Revision: 7fc54ca
- LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26371 |14nr|eduke32-2.0.4svn3303-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define svndate 20121217
%define sversion 3303

Summary:	Source port of Duke Nukem 3D
Name:		eduke32
Version:	2.0.4svn%{sversion}
Release:	1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.eduke32.com/
Source0:	%{name}_src_%{svndate}-%{sversion}.tar.bz2
Source1:	%{name}_32x32.png
Source2:	%{name}_48x48.png
Source3:	%{name}_64x64.png
Source4:	%{name}_128x128.png
Source5:	%{name}.desktop
Source6:	%{name}-demo-install.sh
Patch0:		eduke32-libpng16.patch
BuildRequires:	nasm
BuildRequires:	libstdc++-static-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(xrender)
Requires:	eduke32_engine = %{EVRD}

%description
EDuke32 is a source port of the classic PC first person shooter Duke Nukem 3D.

This game is non-free because it requires non-free data to function.

%files
%doc ChangeLog.html ChangeLog build/buildlic.txt
%{_gamesbindir}/%{name}-demo-install
%dir %{_gamesdatadir}/%{name}/
%{_gamesdatadir}/%{name}/m32help.hlp
%{_gamesdatadir}/%{name}/sehelp.hlp
%{_gamesdatadir}/%{name}/sthelp.hlp
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png


#----------------------------------------------------------------------------

%package gui
Summary:	Eduke32 GUI game
Group:		Games/Arcade
Requires:	update-alternatives
Provides:	eduke32 = %{EVRD}
Provides:	eduke32_engine = %{EVRD}

%description gui
Eduke32 package with nice simple GTK loader.

%files gui
%ghost %{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-gui
%{_datadir}/applications/%{name}-gui.desktop

%preun gui
if [ "$1" = 0 ] ; then
	update-alternatives --remove %{name} %{_gamesbindir}/%{name}-gui
fi

%post gui
update-alternatives --install %{_gamesbindir}/%{name} %{name} %{_gamesbindir}/%{name}-gui 11

#----------------------------------------------------------------------------

%package console
Summary:	Eduke32 Console game
Group:		Games/Arcade
Requires:	update-alternatives
Provides:	eduke32 = %{EVRD}
Provides:	eduke32_engine = %{EVRD}

%description console
Classic console Eduke32 without GUI launcher.

%files console
%{_gamesbindir}/%{name}-console
%{_datadir}/applications/%{name}-console.desktop

%preun console
if [ "$1" = 0 ] ; then
	update-alternatives --remove %{name} %{_gamesbindir}/%{name}-console
fi

%post console
update-alternatives --install %{_gamesbindir}/%{name} %{name} %{_gamesbindir}/%{name}-console 11

#----------------------------------------------------------------------------

%package mapeditor
Summary:	Eduke32 map editor
Group:		Games/Arcade
Requires:	update-alternatives

%description mapeditor
Eduke32 maps editor based on BUILD engine.

# both versions of editor are packed but only GUI one is preffered but can be changed
# with use of update-alternatives
%files mapeditor
%ghost %{_gamesbindir}/mapster32
%{_gamesbindir}/mapster32-gui
%{_gamesbindir}/mapster32-console

%preun mapeditor
if [ "$1" = 0 ] ; then
	update-alternatives --remove mapster32 %{_gamesbindir}/mapster32-console
	update-alternatives --remove mapster32 %{_gamesbindir}/mapster32-gui
fi

%post mapeditor
update-alternatives --install %{_gamesbindir}/mapster32 mapster32 %{_gamesbindir}/mapster32-console 11
update-alternatives --install %{_gamesbindir}/mapster32 mapster32 %{_gamesbindir}/mapster32-gui 12

#----------------------------------------------------------------------------

%package utils
Summary:	Eduke32 build tools
Group:		Games/Arcade

%description utils
Eduke32 build tools.

%files utils
%{_bindir}/kextract
%{_bindir}/kgroup
%{_bindir}/transpal
%{_bindir}/wad2art
%{_bindir}/wad2map

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}_%{svndate}-%{sversion}
%patch0 -p0
cp %{SOURCE1} .
cp %{SOURCE2} .
cp %{SOURCE3} .
cp %{SOURCE4} .
cp %{SOURCE5} .
cp %{SOURCE6} .

%build
make veryclean
%make HAVE_GTK2=1 RELEASE=1 BASECFLAGS="%{optflags}" BASEASFLAGS="" BASELDFLAGS="%{ldflags}"
mv %{name} %{name}-gui
mv mapster32 mapster32-gui
make veryclean

make HAVE_GTK2=0 RELEASE=1 BASECFLAGS="%{optflags}" BASEASFLAGS="" BASELDFLAGS="%{ldflags}"
mv %{name} %{name}-console
mv mapster32 mapster32-console
touch %{name}
touch mapster32
cd build
make veryclean
make utils RELEASE=1 BASECFLAGS="%{optflags}" BASEASFLAGS="" BASELDFLAGS="%{ldflags}"
cd ..

%install
# ghost version of files...
install -Dm 0755 %{name} %{buildroot}%{_gamesbindir}/%{name}
install -Dm 0755 mapster32 %{buildroot}%{_gamesbindir}/mapster32
# shareware demo installer script
install -Dm 0755 %{name}-demo-install.sh %{buildroot}%{_gamesbindir}/%{name}-demo-install
# gui versions of game engine
install -Dm 0755 %{name}-gui %{buildroot}%{_gamesbindir}/%{name}-gui
install -Dm 0755 mapster32-gui %{buildroot}%{_gamesbindir}/mapster32-gui
# console versions of game engine
install -Dm 0755 mapster32-console %{buildroot}%{_gamesbindir}/mapster32-console
install -Dm 0755 %{name}-console %{buildroot}%{_gamesbindir}/%{name}-console
# data files and help files for editor
install -Dm 0644 package/SEHELP.HLP %{buildroot}%{_gamesdatadir}/%{name}/sehelp.hlp
install -Dm 0644 package/STHELP.HLP %{buildroot}%{_gamesdatadir}/%{name}/sthelp.hlp
install -Dm 0644 package/m32help.hlp %{buildroot}%{_gamesdatadir}/%{name}/m32help.hlp

install -Dm 0644 %{name}_32x32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -Dm 0644 %{name}_48x48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -Dm 0644 %{name}_64x64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
install -Dm 0644 %{name}_128x128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
# utils
install -Dm 0755 build/kextract %{buildroot}%{_bindir}/kextract
install -Dm 0755 build/kgroup %{buildroot}%{_bindir}/kgroup
install -Dm 0755 build/transpal %{buildroot}%{_bindir}/transpal
install -Dm 0755 build/wad2art %{buildroot}%{_bindir}/wad2art
install -Dm 0755 build/wad2map %{buildroot}%{_bindir}/wad2map

mkdir %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}-gui.desktop << EOF
[Desktop Entry]
Name=Duke Nukem 3D GUI
Comment=Eduke32 GUI game
Exec=%{_gamesbindir}/%{name}-gui
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-console.desktop << EOF
[Desktop Entry]
Name=Duke Nukem 3D Console
Comment=Eduke32 Console game
Exec=%{_gamesbindir}/%{name}-console
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF


%changelog
* Thu Jun 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.4svn3303-1
+ Revision: d89fc7b
- Build with proper flags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26372 |14nr|eduke32-hrp-4.2.132-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		eduke32-hrp
Version:	4.2.132
Release:	2
License:	Freeware
Summary:	Duke Nukem 3D High Resolution Pack
Group:		Games/Arcade
URL:		http://hrp.eduke4.net/
Source0:	http://www.duke4.org/files/nightfright/beta/polymer_hrp132.zip
BuildArch:	noarch
Requires:	eduke32_engine >= 2.0.1

%description
For all Duke fans who want to play the game again in a modern
Windows environment with 3D accelerated graphics, the Duke3D
community has created the High Resolution Pack (HRP). Utilizing
the amazing skills of various texturing and modelling artists,
the project´s goal is to replace all textures and sprites with
high-res versions, optimizing it for latest OpenGL ports.


%prep
%setup -q -c %{name}-%{version}

%install
mkdir -p %{buildroot}%{_gamesdatadir}/eduke32/autoload/
install -Dm 0644 %{SOURCE0} %{buildroot}%{_gamesdatadir}/eduke32/autoload/duke3d_hrp.zip

%files
%{_gamesdatadir}/eduke32/autoload/duke3d_hrp.zip
%doc hrp_art_license.txt hrp_readme.txt



%changelog
* Thu Oct 25 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.2.132-2
+ Revision: 454a2dc
- LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26373 |14nr|emacs-mpg123-1.50-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rname mpg123

%define flavor emacs xemacs

Summary:	A front-end program to mpg123 under Emacs/XEmacs
Name:		emacs-%{rname}
Version:	1.50
Release:	%mkrel 3
Source0:	http://www.gentei.org/~yuuji/software/mpg123el/%{rname}.el
Source1:	%{name}-autostart.el
License:	Freeware
Group:		Editors
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	%{flavor}
BuildRequires:	perl
BuildRequires:	emacs-bin
Requires:	%{rname}
BuildArch:	noarch
URL:		http://www.gentei.org/~yuuji/software/mpg123el/

%description
A front-end program to mpg123 under Emacs/XEmacs.

%prep
iconv -f EUC-JP -t UTF-8 %{SOURCE0} > %{rname}.el
sed -i -e 's,euc-jp,utf-8,g' %{rname}.el
#install -m 644 %{SOURCE0} %{rname}.el

%build
for i in %{flavor};do
$i -batch -q -no-site-file -f batch-byte-compile %{rname}.el 
mv %{rname}.elc $i-%{rname}.elc
done

#Maybe need adjust
perl -n -e 'last if /^\(/;last if /^;;; Code/; print' < %{SOURCE0} > DOCUMENTATION

%install
rm -rf %{buildroot}

for i in %{flavor};do
install -D -m644 $i-%{rname}.elc %{buildroot}%{_datadir}/$i/site-lisp/$i-%{rname}.elc
[[ $i = emacs ]] && install -D -m644 %{rname}.el %{buildroot}%{_datadir}/emacs/site-lisp/%{rname}.el
done

install -d %buildroot%{_sysconfdir}/emacs/site-start.d
cat << EOF > %buildroot%{_sysconfdir}/emacs/site-start.d/%{name}.el
%{expand:%(%__cat %{SOURCE1})}
EOF


%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc DOCUMENTATION
%config(noreplace) /etc/emacs/site-start.d/%{name}.el
%{_datadir}/*/site-lisp/*el*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.50-3
+ Revision: 43cc001
- Automatic import for version 1.50



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26374 |14nr|epsxe-1.6.0-69.5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoprov '(.*)\\.so(.*)'
%define __noautoreq 'libstdc\\+\\+-libc6\\.2-2\\.so\\.3'

Summary:	Sony PlayStation emulator
Name:		epsxe
Version:	1.6.0
Release:	69.5
License:	Freeware
Group:		Emulators
Url:		http://www.epsxe.com
# Custom repack with plugins etc
Source:		%{name}-%{version}.tar.bz2
Suggests:	galaxy-gtk12
ExclusiveArch:	%{ix86}

%description
Great Sony PlayStation emulator. Requires a BIOS image. Includes
the best plugins:

GPU P.E.Op.S. MesaGL 1.78
GPU P.E.Op.S. SoftX 1.18
GPU Pete's XGL2 2.9

SPU Eternal 1.41
SPU P.E.Op.S. ALSA 1.9
SPU P.E.Op.S. OSS 1.9
SPU Pete's Null 1.1

JoyPad Lamer0's JoyPadXwin 1.1
JoyPad ammoQ's PadJoy 0.8
JoyPad Linuzappz X Windows Pad Driver 1.6

%prep
%setup -q

%install
install -D -m 0755 epsxe-start %{buildroot}%{_bindir}/epsxe-start
install -D -m 0644 epsxe.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -D -m 0644 epsxe.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
install -D -m 0755 epsxe %{buildroot}%{_libdir}/epsxe/epsxe
install -D -m 0644 keycodes.lst %{buildroot}%{_libdir}/epsxe/keycodes.lst
cp -r cfg %{buildroot}%{_libdir}/%{name}/
cp -r docs %{buildroot}%{_libdir}/%{name}/
cp -r extra %{buildroot}%{_libdir}/%{name}/
cp -r plugins %{buildroot}%{_libdir}/%{name}/
cp -r runtime %{buildroot}%{_libdir}/%{name}/
cp -r shaders %{buildroot}%{_libdir}/%{name}/

rm -f %{buildroot}%{_libdir}/%{name}/plugins/libgpuPeopsSDL.so.1.0.16

%files
%{_bindir}/%{name}-start
%{_libdir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png


%changelog
* Sun Jun 09 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.0-69.5
+ Revision: 195923d
- LOG Add libstdc++-libc6.2-2.so.3 library to tarball



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26375 |14nr|epsxe1.9-1.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

# We want possibility to install 1.6, 1.9 and possibly other versions
%define oname epsxe
%define major 1.9
%define minor 0

Summary:	Sony PlayStation emulator
Name:		%{oname}%{major}
Version:	%{major}.%{minor}
Release:	1
License:	Freeware
Group:		Emulators
Url:		http://www.epsxe.com
Source0:	%{oname}190lin.zip
Source1:	%{oname}-%{major}-plugins.tar.bz2
Source2:	%{oname}%{major}-start
ExclusiveArch:	%{ix86}
# Not auto-detected but listed in epsxe_linux_en.txt, really ugly way...
Requires:	libasound.so.2
Requires:	libasyncns.so.0
Requires:	libatk-1.0.so.0
Requires:	libcaca.so.0
Requires:	libcairo.so.2
Requires:	libdbus-1.so.3
Requires:	libdl.so.2
Requires:	libexpat.so.1
Requires:	libFLAC.so.8
Requires:	libfontconfig.so.1
Requires:	libfreetype.so.6
Requires:	libgdk_pixbuf-2.0.so.0
Requires:	libgdk-x11-2.0.so.0
Requires:	libgio-2.0.so.0
Requires:	libglib-2.0.so.0
Requires:	libgmodule-2.0.so.0
Requires:	libgobject-2.0.so.0
Requires:	libgthread-2.0.so.0
Requires:	libgtk-x11-2.0.so.0
Requires:	libjson.so.0
Requires:	libm.so.6
Requires:	libncurses.so.5
Requires:	libncursesw.so.5
Requires:	libnsl.so.1
Requires:	libogg.so.0
Requires:	libpango-1.0.so.0
Requires:	libpangocairo-1.0.so.0
Requires:	libpangoft2-1.0.so.0
Requires:	libpixman-1.so.0
Requires:	libpng12.so.0
Requires:	libpthread.so.0
Requires:	libpulse-simple.so.0
Requires:	libpulse.so.0
Requires:	libSDL-1.2.so.0
Requires:	libSDL_ttf-2.0.so.0
Requires:	libslang.so.2
Requires:	libsndfile.so.1
Requires:	libtinfo.so.5
Requires:	libvorbisenc.so.2
Requires:	libvorbis.so.0
Requires:	libwrap.so.0
Requires:	libX11.so.6
Requires:	libXau.so.6
Requires:	libxcb-render.so.0
Requires:	libxcb-shm.so.0
Requires:	libxcb.so.1
Requires:	libXcomposite.so.1
Requires:	libXcursor.so.1
Requires:	libXdamage.so.1
Requires:	libXdmcp.so.6
Requires:	libXext.so.6
Requires:	libXfixes.so.3
Requires:	libXinerama.so.1
Requires:	libXi.so.6
Requires:	libXrandr.so.2
Requires:	libXrender.so.1
Requires:	libz.so.1

%description
Great Sony PlayStation emulator. Requires a BIOS image. Includes
the best external plugins (in addition to internal ones):

GPU P.E.Op.S. MesaGL 1.78
GPU P.E.Op.S. SoftX 1.18
GPU Pete's XGL2 2.9
SPU P.E.Op.S. OSS 1.9

%prep
%setup -q -c -a1

%build

%install
install -D -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/%{oname}%{major}-start
install -D -m 0644 %{oname}.png %{buildroot}%{_datadir}/pixmaps/%{oname}%{major}.png
install -D -m 0755 %{oname} %{buildroot}%{_libdir}/%{oname}%{major}/%{oname}
install -D -m 0644 keycodes.lst %{buildroot}%{_libdir}/%{oname}%{major}/keycodes.lst
cp -r cfg %{buildroot}%{_libdir}/%{oname}%{major}/
cp -r docs %{buildroot}%{_libdir}/%{oname}%{major}/
cp -r extra %{buildroot}%{_libdir}/%{oname}%{major}/
cp -r plugins %{buildroot}%{_libdir}/%{oname}%{major}/
cp -r shaders %{buildroot}%{_libdir}/%{oname}%{major}/

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{oname}%{major}.desktop << EOF
[Desktop Entry]
Name=ePSXe (%{major})
Comment=Sony PlayStation Emulator
Exec=/usr/bin/%{oname}%{major}-start
Icon=%{oname}%{major}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;X-MandrivaLinux-MoreApplications-Emulators;Emulator;
EOF

%files
%{_bindir}/%{oname}%{major}-start
%{_libdir}/%{oname}%{major}/*
%{_datadir}/applications/%{oname}%{major}.desktop
%{_datadir}/pixmaps/%{oname}%{major}.png


%changelog
* Thu Aug 08 2013 Rosa <rosa@abf.rosalinux.ru> 1.9.0-1
+ Revision: 780573a
- Automatic import for version 1.9.0-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26376 |14nr|fglrx-14.10.1006.1001-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

##############################################################################
# This .spec file is dual licensed. It can be distributed either with the    #
# terms of GPL version 2 or newer, or with the MIT license included below.   #
# Removing either GPL or MIT license when distributing this file is allowed. #
##############################################################################
# - start of MIT license -
# Copyright (c) 2007-2009 Anssi Hannula, Luiz Fernando Capitulino, Colin Guthrie, Thomas Backlund
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
# restriction, including without limitation the rights to use,
# copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following
# conditions:
#
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
# - end of MIT license -

# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define name		fglrx

# %amdbuild is used to enable the AMD installer --buildpkg mode.
# The macros version, rel, amd_dir, distsuffix need to be manually defined.
# The macro mdkversion can also be overridden.
%define amdbuild	0
%{?_without_amd: %global amdbuild 0}
%{?_with_amd: %global amdbuild 1}

%if !%{amdbuild}
# NOTE: These version definitions are overridden by ati-packager.sh when
# building with the --buildpkg method of the installer.

# When updating, please add new ids to ldetect-lst (merge2pcitable.pl).

# version in installer filename:
%define oversion        14.10.1006.1001
# Advertised version, for description:
%define mversion        14.4
# driver version from ati-packager-helper.sh:
%define iversion	14.10.1006.1001
# release:
%define rel		2
# rpm version (adds 0 in order to not go backwards if iversion is two-decimal)
#define version		%{iversion}%([ $(echo %iversion | wc -c) -le 5 ] && echo 0)
# (tmb) amd keeps playing up/down with the versioning, so lets do manual added 0 "fix" for now
%define version		14.10.1006.1001
%else
# Best-effort if AMD has made late changes (in amdbuild mode)
%define _default_patch_fuzz 2
%endif

%define priority	1000
%define release %{rel}

# set to 1 for a prerelease driver with an ubuntu tarball as source
%define ubuntu_prerelease 0

%define driverpkgname	x11-driver-video-fglrx
%define drivername	fglrx
%define xorg_version	pic
# highest supported videodrv abi
%define videodrv_abi	15
%define xorg_libdir	%{_libdir}/xorg
%define xorg_dridir	%{_libdir}/dri
%define xorg_dridir32	%{_prefix}/lib/dri
%define ld_so_conf_file	ati.conf
%define ati_extdir	%{_libdir}/%{drivername}/xorg
%define xorg_extra_modules	%{_libdir}/xorg/extra-modules
%define bundle_qt	0
# The entry in Cards+ this driver should be associated with, if there is
# no entry in ldetect-lst default pcitable:
# cooker ldetect-lst should be up-to-date
%define ldetect_cards_name      %nil

%if %{amdbuild}
# AMD/ATI cards not listed in main ldetect-lst pcitable are not likely
# to be supported by radeon which is from the same time period.
# (main pcitable entries override our entries)
%define ldetect_cards_name	ATI Radeon HD 5000 and later without free driver (vesa/fglrx)
%endif

%ifarch %ix86
%define xverdir		x%{xorg_version}
%define archdir		arch/x86
%endif
%ifarch x86_64
%define xverdir		x%{xorg_version}_64a
%define archdir		arch/x86_64
%endif

# Other packages should not require any AMD specific proprietary libraries
# (if that is really necessary, we may want to split that specific lib out),
# and this package should not be pulled in when libGL.so.1 is required.
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)|devel\\(libGL(.*)'
%else
%define _provides_exceptions \\.so
%endif

%define qt_requires_exceptions %nil
%if %{bundle_qt}
# do not require Qt if it is bundled
%if %{_use_internal_dependency_generator}
%define qt_requires_exceptions |libQtCore\\.so|libQtGui\\.so
%else
%define qt_requires_exceptions \\|libQtCore\\.so\\|libQtGui\\.so
%endif
%endif

# do not require fglrx stuff, they are all included
%if %{_use_internal_dependency_generator}
%define common_requires_exceptions libfglrx.+\\.so|libati.+\\.so|libOpenCL\\.so%{qt_requires_exceptions}
%else
%define common_requires_exceptions libfglrx.\\+\\.so\\|libati.\\+\\.so\\|libOpenCL\\.so%{qt_requires_exceptions}
%endif

%ifarch x86_64
# (anssi) Allow installing of 64-bit package if the runtime dependencies
# of 32-bit libraries are not satisfied. If a 32-bit package that requires
# libGL.so.1 is installed, the 32-bit mesa libs are pulled in and that will
# pull the dependencies of 32-bit fglrx libraries in as well.
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}|lib.*so\\.[^(]+(\\([^)]+\\))?$'
%else
%define _requires_exceptions %{common_requires_exceptions}\\|lib.*so\\.[^(]\\+\\(([^)]\\+)\\)\\?$
%endif
%else
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}'
%else
%define _requires_exceptions %{common_requires_exceptions}
%endif
%endif

# (anssi) Do not require qt for amdnotifyui (used as event notifier, as
# of 04/2010 only for DisplayPort failures). installing
# fglrx-control-center will satisfy the dependency.
# It is not moved to fglrx-control-center as due to its small size it may
# be wanted on e.g. KDE Ones, which can't have the full fglrx-control-center,
# and due to it having nothing to do with fglrx-control-center.
%define __noautoreqfiles ^%{_sbindir}/amdnotifyui$

Summary:	AMD proprietary X.org driver and libraries
Name:		%{name}
Version:	%{version}
Release:	%{release}
%if !%{amdbuild}
%if !%{ubuntu_prerelease}
Source0:	amd-driver-installer-%{oversion}-x86.x86_64.run
#Source0:	http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-%{oversion}-beta1-x86.x86_64.run
#Source0:	http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-%{oversion}-x86.x86_64.run
#Source0:	http://www2.ati.com/drivers/linux/amd-catalyst-%{oversion}-linux-x86.x86_64.run
#Source0:	amd-catalyst-%{oversion}-beta1-linux-x86.x86_64.run
%else
Source0:	http://download2-developer.amd.com/amd/APPSDK/OpenCL1.2betadriversLinux.tgz
%endif
%else
Source0:        fglrx-installer_%{iversion}.orig.tar.gz
%endif
Source1:	ati-packager.sh
Source2:	atieventsd.init
%if !%{amdbuild}
# Generates fglrx.spec from Mandriva SVN for use in AMD installer
# archive. Requires kenobi access for fetching names for changelog.
# (for manual use)
Source10:	generate-fglrx-spec-from-svn.sh
Source11:	fglrx.rpmlintrc
Source12:	README_for_maintainers.txt
%endif
Patch3:		fglrx-authfile-locations.patch
Patch9:		fglrx-make_sh-custom-kernel-dir.patch
# do not probe /proc for kernel info as we may be building for a
# different kernel
Patch10:	fglrx-make_sh-no-proc-probe.patch
# fix build with mesa > 9.2.x
#Patch12:	ati-drivers-13.8-mesa-9.2-debug.patch
# fix GL mess
Patch13:	fglrx-fix-GL-redefines.patch
# fix build with 3.9+ again :(  (debian)
#Patch14:	fglrx-replace_acpi_table_handler.patch
# fix build with 3.12 again :(  (debian)
#Patch15:	fglrx-buildfix_kernel_3.12.patch

# From ArchLinux, fix build with kernel 3.14.
Patch16:	cold-fglrx-3.14-current_euid.patch

License:	Freeware
URL:		http://support.amd.com/en-us/download/desktop?os=Linux+x86
Group:		System/Kernel and hardware
ExclusiveArch:	%{ix86} x86_64
%if !%{amdbuild}
BuildRequires:	pkgconfig(gl)
BuildRequires:	libxmu-devel
BuildRequires:	libxaw-devel
BuildRequires:	libxp-devel
BuildRequires:	libxtst-devel
BuildRequires:	imake
# Used by atieventsd:
Suggests:	acpid
BuildRequires:	imagemagick
%endif

%description
Source package of the AMD proprietary driver. Binary packages are
named x11-driver-video-fglrx on %{_vendor}.
%if !%{amdbuild}
This package corresponds to AMD Catalyst version %mversion.
%endif

%package -n %{driverpkgname}
Summary:	AMD proprietary X.org driver and libraries
Group:		System/Kernel and hardware
Requires(post):	update-alternatives >= 1.9.0
Requires(postun): update-alternatives
Obsoletes:	ati_igp
Suggests:	%{drivername}-control-center = %{version}
Obsoletes:	ati < %{version}-%{release}
Provides:	ati = %{version}-%{release}
Conflicts:	x11-server-common < 1.3.0.0-17
Conflicts:	drakx-kbd-mouse-x11 < 0.26
Obsoletes:	x11-driver-video-fglrx-hd2000 < 8.42.3-5
Requires:	kmod(fglrx) = %{version}
Requires:	x11-server-common >= 1.9
Requires(pre):	grub2 >= 2.00-34
%if !%{amdbuild}
Requires(post):	rpm-helper
Requires(preun): rpm-helper
%endif
# Conflict with the next videodrv ABI break.
# The driver may support multiple ABI versions and therefore
# a strict version-specific requirement would not be enough.
# (ahmad) since X Server 1.10 ABI is now 10 (upstream jumped from 8 to 10)
# make it +2 for now
### This is problematic as it can cause removal of xserver instead (Anssi 04/2011)
###Conflicts:  xserver-abi(videodrv-%(echo $((%{videodrv_abi} + 1))))
Provides:	atieventsd = %{version}-%{release}
Obsoletes:	atieventsd < %{version}-%{release}

%description -n %{driverpkgname}
AMD proprietary X.org graphics driver, related libraries and
configuration tools.

NOTE: You should use XFdrake to configure your AMD card. The
correct packages will be automatically installed and configured.

If you do not want to use XFdrake, see README.manual-setup.

The graphical configuration utility, AMD Catalyst Control Center
Linux Edition, is contained in the package
%{drivername}-control-center.
%if !%{amdbuild}
This package corresponds to AMD Catalyst version %mversion.
%endif

%package -n %{drivername}-control-center
Summary:	AMD Catalyst Control Center Linux Edition
Group:		System/Kernel and hardware
Requires:	%{driverpkgname} = %{version}
Obsoletes:	ati-utils < %{version}-%{release}
Provides:	ati-utils = %{version}-%{release}
Provides:	amdcccle = %{version}-%{release}
Obsoletes:	ati-ccc < %{version}-%{release}
Obsoletes:	ati-control-center < %{version}-%{release}
Provides:	ati-control-center = %{version}-%{release}
Obsoletes:	fglrx-hd2000-control-center < 8.42.3-5
%if !%{bundle_qt}
# 2009.0 and 2009.1 have this one in updates only
Requires:	%{_lib}qtcore4 >= 3:4.5.2
%endif

%description -n %{drivername}-control-center
AMD Catalyst Control Center Linux Edition, a graphical configuration
utility for the AMD proprietary X.org driver.
%if !%{amdbuild}
This package corresponds to AMD Catalyst version %mversion.
%endif

%package -n dkms-%{drivername}
Summary:	AMD proprietary kernel module
Group:		System/Kernel and hardware
Requires:	dkms
Requires(post):	dkms
Requires(preun): dkms
Obsoletes:	dkms-ati < %{version}-%{release}
Provides:	dkms-ati = %{version}-%{release}

%description -n dkms-%{drivername}
AMD proprietary kernel module. This is to be used with the
%{driverpkgname} package.
%if !%{amdbuild}
This package corresponds to AMD Catalyst version %mversion.
%endif

%package -n %{drivername}-devel
Summary:	AMD proprietary development libraries and headers
Group:		Development/C
Requires:	%{driverpkgname} = %{version}-%{release}
Obsoletes:	ati-devel < %{version}-%{release}
Provides:	ati-devel = %{version}-%{release}

%description -n %{drivername}-devel
AMD proprietary development libraries and headers. This package is
not required for normal use.

The main driver package name is %{driverpkgname}.

%package -n %{drivername}-opencl
Summary:	OpenCL libraries for the AMD proprietary driver
Group: 		System/Kernel and hardware
Requires:	kmod(fglrx) = %{version}

%description -n %{drivername}-opencl
OpenCL libraries for the AMD proprietary driver. This package is not
required for normal use, it provides libraries to use AMD cards for High
Performance Computing (HPC).

%prep
%setup -T -c
%if %{amdbuild}
ln -s %{amd_dir}/%{xverdir} %{amd_dir}/arch .
# patches affects common, so we cannot symlink it:
cp -a %{amd_dir}/common .
%else
%if %ubuntu_prerelease
%setup -q -T -D -a 0
ln -s . common
%else
sh %{SOURCE0} --extract .
%endif

mkdir fglrx_tools
tar -xzf common/usr/src/ati/fglrx_sample_source.tgz -C fglrx_tools
%if %ubuntu_prerelease
[ -d "%xverdir" ] || (echo This driver version does not support your X.org server. Please wait for a new release from AMD. >&2; false)
%else
[ "%iversion" = "$(./ati-packager-helper.sh --version)" ]
%endif
%endif

cd common # ensure patches do not touch outside
%patch3 -p2
%patch9 -p2
%patch10 -p2
#patch12 -p2
%patch13 -p2
#patch14 -p2
#patch15 -p2
%patch16 -p2
cd ..

cat > README.install.urpmi <<EOF
This driver is for ATI Radeon HD 5000 and newer cards.
Reconfiguring is not necessary when upgrading from a previous %{_vendor} AMD
driver package.

Use XFdrake to configure X to use the correct AMD driver. Any needed
packages will be automatically installed if not already present.
1. Run XFdrake as root.
2. Go to the Graphics Card list.
3. Select your card (it is usually already autoselected).
4. Answer any questions asked and then quit.


If you do not want to use XFdrake or it does not work correctly for
you, see README.manual-setup for manual installation instructions.
EOF

cat > README.manual-setup <<EOF
This file describes the procedure for the manual installation of this AMD
driver package. You can find the instructions for the recommended automatic
installation in the file 'README.install.urpmi' in this directory.

- Open %{_sysconfdir}/X11/xorg.conf and make the following changes:
  o Change the Driver to "fglrx" in the Device section
  o Make the line below the only 'glx' related line in the Module section:
      Load "glx"
  o Remove any 'ModulePath' lines from the Files section
- Run "update-alternatives --set gl_conf %{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}" as root.
- Run "ldconfig" as root.
EOF

cat > README.8.980.upgrade.urpmi <<EOF
REMOVED GRAPHICS DRIVER SUPPORT NOTIFICATION:
Versions 8.980 and later of AMD Proprietary Graphics driver (fglrx) only
support Radeon HD 5000 or newer cards.

If you have an older Radeon card or are unsure, please reconfigure your
driver:
1. Run XFdrake as root or select Graphical server configuration in
   %{_vendor} Control Center.
2. Go to the Graphics Card list.
3. Select your card (it is usually already autoselected).
4. Answer any questions asked and then quit.
EOF

%build
%if !%{amdbuild}
# %amdbuild is done with minimal buildrequires
cd fglrx_tools/fgl_glxgears
xmkmf
%make RMAN=/bin/true CC="%__cc %optflags -I../../common/usr/include" EXTRA_LDOPTIONS="%{?ldflags}"
cd -
%endif

%install
rm -rf %{buildroot}

# dkms
install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}
cp -a common/lib/modules/fglrx/build_mod/* %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}
cp -a %{archdir}/lib/modules/fglrx/build_mod/* %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}

#install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}/patches
#install -m644 %{SOURCE3} %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}/patches

cat > %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}/dkms.conf <<EOF
PACKAGE_NAME="%{drivername}"
PACKAGE_VERSION="%{version}-%{release}"
BUILT_MODULE_NAME[0]="fglrx"
DEST_MODULE_LOCATION[0]="/kernel/drivers/char/drm"
# uname_v set to none so that make.sh doesn't try to use "uname -v" to see
# if the target kernel is SMP (we may be compiling for a different kernel)
MAKE[0]="sh make.sh --uname_r=\${kernelver} --uname_v=none --kernel-dir=\${kernel_source_dir} --no-proc-probe --norootcheck"
CLEAN="rm -rf 2.6.x/.tmp_versions; make -C2.6.x clean"
AUTOINSTALL="yes"
EOF

# headers
install -d -m755		%{buildroot}%{_includedir}
cp -a common/usr/include/*	%{buildroot}%{_includedir}
chmod 0644 %{buildroot}%{_includedir}/*/*.h

# install binaries
install -d -m755					%{buildroot}%{_sbindir}
install -m755 %{archdir}/usr/sbin/*			%{buildroot}%{_sbindir}
install -m755 common/usr/sbin/*				%{buildroot}%{_sbindir}
install -d -m755					%{buildroot}%{_bindir}
install -m755 %{archdir}/usr/bin/*			%{buildroot}%{_bindir}
install -m755 %{archdir}/usr/X11R6/bin/*		%{buildroot}%{_bindir}
install -m755 common/usr/X11R6/bin/*			%{buildroot}%{_bindir}
%if !%{amdbuild}
# install self-built binaries
install -m755 fglrx_tools/fgl_glxgears/fgl_glxgears	%{buildroot}%{_bindir}
%endif
# compatibility symlink
ln -s aticonfig %{buildroot}%{_bindir}/amdconfig

# atieventsd initscript
install -d -m755 %{buildroot}%{_initrddir}
install -m755 %{SOURCE2} %{buildroot}%{_initrddir}/atieventsd

# amdcccle data files
install -d -m755 %{buildroot}%{_datadir}/ati/amdcccle
rm -f amdcccle.langs
for fullname in common/usr/share/ati/amdcccle/*.qm; do
	file=$(basename $fullname)
	lang=${file#*_}
	lang=${lang%%.qm}
%if !%{bundle_qt}
	# qt localization not necessary with non-bundled qt
	[ "$file" = "${file#qt}" ] || continue
%endif
	install -m644 $fullname %{buildroot}%{_datadir}/ati/amdcccle
	echo "%%lang($lang) %{_datadir}/ati/amdcccle/$file" >> amdcccle.langs
done

# amdcccle super-user mode
install -d -m755 %{buildroot}%{_sysconfdir}/security/console.apps
install -d -m755 %{buildroot}%{_sysconfdir}/pam.d
install -m644 common/etc/security/console.apps/* %{buildroot}%{_sysconfdir}/security/console.apps
ln -s su %{buildroot}%{_sysconfdir}/pam.d/amdcccle-su

# man pages
install -d -m755 %{buildroot}%{_mandir}/man1 %{buildroot}%{_mandir}/man8
install -m644 common/usr/share/man/man8/* %{buildroot}%{_mandir}/man8

# menu entry
install -d -m755 %{buildroot}%{_datadir}/applications
install -m644 common/usr/share/applications/* %{buildroot}%{_datadir}/applications
sed -i 's,^Icon=.*$,Icon=%{drivername}-amdcccle,' %{buildroot}%{_datadir}/applications/*.desktop
# control center doesn't really use GNOME/KDE libraries:
sed -i 's,GNOME;KDE;,,' %{buildroot}%{_datadir}/applications/*.desktop

# icons
install -d -m755 %{buildroot}%{_miconsdir} %{buildroot}%{_iconsdir} %{buildroot}%{_liconsdir}
%if !%{amdbuild}
convert common/usr/share/icons/ccc_large.xpm -resize 16x16 %{buildroot}%{_miconsdir}/%{drivername}-amdcccle.png
convert common/usr/share/icons/ccc_large.xpm -resize 32x32 %{buildroot}%{_iconsdir}/%{drivername}-amdcccle.png
convert common/usr/share/icons/ccc_large.xpm -resize 48x48 %{buildroot}%{_liconsdir}/%{drivername}-amdcccle.png
%else
install -m644 common/usr/share/icons/ccc_large.xpm %{buildroot}%{_iconsdir}/%{drivername}-amdcccle.xpm
%endif

# install libraries
install -d -m755					%{buildroot}%{_libdir}/%{drivername}
install -m755 %{archdir}/usr/X11R6/%{_lib}/*.*		%{buildroot}%{_libdir}/%{drivername}
install -m755 %{archdir}/usr/X11R6/%{_lib}/fglrx/*	%{buildroot}%{_libdir}/%{drivername}
install -m755 %{archdir}/usr/%{_lib}/*.*		%{buildroot}%{_libdir}/%{drivername}
mv %{buildroot}%{_libdir}/%{drivername}/{fglrx-,}libGL.so.1.2
chmod 0644						%{buildroot}%{_libdir}/%{drivername}/*.a
/sbin/ldconfig -n					%{buildroot}%{_libdir}/%{drivername}
# create devel symlinks
for file in %{buildroot}%{_libdir}/%{drivername}/*.so.*.*; do
	ln -s $(basename $file) ${file%%.so*}.so;
done
%ifarch x86_64
install -d -m755					%{buildroot}%{_prefix}/lib/%{drivername}
install -m755 arch/x86/usr/X11R6/lib/fglrx/*		%{buildroot}%{_prefix}/lib/%{drivername}
install -m755 arch/x86/usr/lib/*.*			%{buildroot}%{_prefix}/lib/%{drivername}
mv %{buildroot}%{_prefix}/lib/%{drivername}/{fglrx-,}libGL.so.1.2
/sbin/ldconfig -n					%{buildroot}%{_prefix}/lib/%{drivername}
# create devel symlinks
for file in %{buildroot}%{_prefix}/lib/%{drivername}/*.so.*.*; do
	ln -s $(basename $file) ${file%%.so*}.so;
done
%endif

%if %{bundle_qt}
# install the bundled Qt4 libs on distros with qt4 < 4.4.2
install -d -m755				%{buildroot}%{_libdir}/%{drivername}-qt4
install -m755 %{archdir}/usr/share/ati/%{_lib}/*	%{buildroot}%{_libdir}/%{drivername}-qt4
# RPATH of amdcccle points to datadir, we create a symlink there:
install -d -m755				%{buildroot}/usr/share/ati
ln -s %{_libdir}/%{drivername}-qt4		%{buildroot}/usr/share/ati/%{_lib}
%endif

# install X.org files
install -d -m755						%{buildroot}%{xorg_libdir}/modules/drivers
install -m755 %{xverdir}/usr/X11R6/%{_lib}/modules/drivers/*.so* %{buildroot}%{xorg_libdir}/modules/drivers
install -d -m755						%{buildroot}%{xorg_libdir}/modules/linux
install -m755 %{xverdir}/usr/X11R6/%{_lib}/modules/linux/*.so*	%{buildroot}%{xorg_libdir}/modules/linux
install -m644 %{xverdir}/usr/X11R6/%{_lib}/modules/*.*o		%{buildroot}%{xorg_libdir}/modules
install -d -m755						%{buildroot}%{ati_extdir}
install -m755 %{xverdir}/usr/X11R6/%{_lib}/modules/extensions/fglrx/*.so* %{buildroot}%{ati_extdir}
mv %{buildroot}%{ati_extdir}/{fglrx-,}libglx.so

# etc files
install -d -m755		%{buildroot}%{_sysconfdir}/ati
install -m644 common/etc/ati/*	%{buildroot}%{_sysconfdir}/ati
chmod 0755			%{buildroot}%{_sysconfdir}/ati/*.sh
# Ghost file created as suggested by AMD.
touch %{buildroot}%{_sysconfdir}/ati/atiapfuser.blb

# dri libraries
install -d -m755						%{buildroot}%{xorg_dridir}
install -m755 %{archdir}/usr/X11R6/%{_lib}/modules/dri/*	%{buildroot}%{xorg_dridir}
%ifarch x86_64
install -d -m755						%{buildroot}%{xorg_dridir32}
install -m755 arch/x86/usr/X11R6/lib/modules/dri/*		%{buildroot}%{xorg_dridir32}
%endif

# ld.so.conf
install -d -m755			%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL
echo "%{_libdir}/%{drivername}" >	%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}
%ifarch x86_64
echo "%{_prefix}/lib/%{drivername}" >>	%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}
%endif
touch					%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

# XvMCConfig
install -d -m755			%{buildroot}%{_sysconfdir}/%{drivername}
echo "libAMDXvBA.so.1" > %{buildroot}%{_sysconfdir}/%{drivername}/XvMCConfig

# OpenCL icd
install -d -m755				%{buildroot}%{_sysconfdir}/OpenCL/vendors
install -m644 %{archdir}/etc/OpenCL/vendors/*	%{buildroot}%{_sysconfdir}/OpenCL/vendors
%ifarch x86_64
install -m644 arch/x86/etc/OpenCL/vendors/*	%{buildroot}%{_sysconfdir}/OpenCL/vendors
%endif

# PowerXpress intel - use Mesa libGL but still keep AMD specific libs in search path
echo "%{_libdir}/mesa" > %{buildroot}%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf
%ifarch x86_64
echo "%{_prefix}/lib/mesa" >> %{buildroot}%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf
%endif
cat %{buildroot}%{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file} >> %{buildroot}%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf

# install ldetect-lst pcitable files for backports
sed -ne 's|^\s*FGL_ASIC_ID(\(0x....\)).*|\1|gp' common/lib/modules/fglrx/build_mod/fglrxko_pci_ids.h | tr '[:upper:]' '[:lower:]' | sort -u | sed 's,^.*$,0x1002\t\0\t"%{ldetect_cards_name}",' > pcitable.fglrx.lst
[ $(stat -c%s pcitable.fglrx.lst) -gt 500 ]
%if "%{ldetect_cards_name}" != ""
install -d -m755 %{buildroot}%{_datadir}/ldetect-lst/pcitable.d
gzip -c pcitable.fglrx.lst > %{buildroot}%{_datadir}/ldetect-lst/pcitable.d/40%{drivername}.lst.gz
%endif

install -d -m755 %{buildroot}%{_datadir}/ati
cat > %{buildroot}%{_datadir}/ati/amd-uninstall.sh <<EOF
#!/bin/bash
# parameters as per AMD: [--force | --dry-run]
dryrun=
while [ -n "\$*" ]; do
	case "\$1" in
	--dryrun)	dryrun="--test" ;;
	--force)	;;
	--preserve)	;;
	--quick)	;;
	--getUninstallVersion) exit 2 ;;
	*)		echo "Unknown option for \$0." >&2 ;;
	esac
	shift
done

# AMD documentation suggests doing rpm -V and use --force to override it,
# but it doesn't make sense with the update-alternatives setup, so we just
# check package presence.
pkgs=
rpm -q --quiet %{driverpkgname}             && pkgs="\$pkgs %{driverpkgname}"
rpm -q --quiet dkms-%{drivername}           && pkgs="\$pkgs dkms-%{drivername}"
rpm -q --quiet %{drivername}-control-center && pkgs="\$pkgs %{drivername}-control-center"
rpm -q --quiet %{drivername}-devel          && pkgs="\$pkgs %{drivername}-devel"
[ -n "\$pkgs" ] || { echo "The AMD proprietary driver is not installed." >&2; exit 1; }
urpme --auto \$dryrun \$pkgs || { echo "Failed to uninstall the AMD proprietary driver." >&2; exit 1; }
[ -n "\$dryrun" ] || echo "The AMD proprietary driver has been uninstalled."
EOF
chmod 0755 %{buildroot}%{_datadir}/ati/amd-uninstall.sh

# PowerXpress (switchable graphics)
# - path hardcoded into driver
install -d -m755 %{buildroot}%{_libdir}/fglrx
cat > %{buildroot}%{_libdir}/fglrx/switchlibGL <<EOF
#!/bin/sh

amd_target="%{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}"
intel_target="%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf"

case \$1 in
amd)
	update-alternatives --set gl_conf "\$amd_target" >/dev/null
	ldconfig -X
	;;
intel)
	update-alternatives --set gl_conf "\$intel_target" >/dev/null
	ldconfig -X
	;;
query)
	case \$(readlink -f "%{_sysconfdir}/ld.so.conf.d/GL.conf") in
	\$amd_target)
		echo "amd"
		;;
	\$intel_target)
		echo "intel"
		;;
	*)
		echo "unknown"
		;;
	esac
	;;
esac
EOF
chmod 0755 %{buildroot}%{_libdir}/fglrx/switchlibGL

# It is not feasible to configure these separately with the alternatives
# system, so use the same script for both.
# Note: using a symlink here fails as the driver checks go+w without
# dereferencing the symlink.
cp -a %{buildroot}%{_libdir}/fglrx/switchlibGL %{buildroot}%{_libdir}/fglrx/switchlibglx

# unneeded to-be-removed files as per AMD
find %{buildroot} \( -name libSlotMaximizerAg.so -o -name libSlotMaximizerBe.so \) -print -delete
# not installed by AMD and not referenced elsewhere:
find %{buildroot} \( -name libamdsc64.so -o -name libamdsc32.so \) -print -delete

%pre -n %{driverpkgname}
# Handle alternatives-era /etc/ati directory
# It may confuse rpm due to it containing %config files
if [ -L %{_sysconfdir}/ati ]; then
	rm %{_sysconfdir}/ati
fi

%post -n %{driverpkgname}
# Migrate from pre-alternatives files
if [ ! -L %{_datadir}/applications/mandriva-amdcccle.desktop -a -e %{_datadir}/applications/mandriva-amdcccle.desktop ]; then
	rm -f %{_datadir}/applications/mandriva-amdcccle.desktop
fi

%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file} %{priority} \
	--slave %{_sysconfdir}/X11/XvMCConfig xvmcconfig %{_sysconfdir}/%{drivername}/XvMCConfig \
	--slave %{_libdir}/libAMDXvBA.cap %{_lib}AMDXvBA_cap %{_libdir}/%{drivername}/libAMDXvBA.cap \
%ifarch x86_64
	--slave %{_prefix}/lib/libAMDXvBA.cap libAMDXvBA_cap %{_libdir}/%{drivername}/libAMDXvBA.cap \
%endif
	--slave %{xorg_extra_modules} xorg_extra_modules %{ati_extdir}

# Alternative for PowerXpress intel (switchable graphics)
# This is a separate alternative so that this situation can be differentiated
# from standard intel configuration by tools (e.g. so that radeon driver won't
# be loaded despite fglrx not being configured anymore).
%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf 50

if [ "$(readlink -e %{_sysconfdir}/ld.so.conf.d/GL.conf)" = "%{_sysconfdir}/ld.so.conf.d/GL/ati-hd2000.conf" ]; then
	# Switch from the obsolete hd2000 branch:
	%{_sbindir}/update-alternatives --set gl_conf %{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}
fi
# When upgrading from alternatives setup, rpm may consider /etc/ati/atiogl.xml
# to exist due to the symlink, even when we remove it in %pre:
if [ -e %{_sysconfdir}/ati/atiogl.xml.rpmnew -a ! -e %{_sysconfdir}/ati/atiogl.xml ]; then
	mv %{_sysconfdir}/ati/atiogl.xml.rpmnew %{_sysconfdir}/ati/atiogl.xml
	echo "Moved %{_sysconfdir}/ati/atiogl.xml.rpmnew back to %{_sysconfdir}/ati/atiogl.xml."
fi

# Call /sbin/ldconfig explicitely due to alternatives
/sbin/ldconfig -X
%_post_service atieventsd
%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

# Ghost file created as suggested by AMD.
touch %{_sysconfdir}/ati/atiapfuser.blb

# Clear driver version numbers from amdpcsdb as suggested by AMD.
# (fixes version display in amdcccle after upgrade)
amdconfig --del-pcs-key=LDC,ReleaseVersion &>/dev/null || :
amdconfig --del-pcs-key=LDC,Catalyst_Version &>/dev/null || :

#Fix watermark Test only
# sed -e 's/UNSIGNED/9777c589791007f4aeef06c922ad54a2:ae59f5b9572136d99fdd36f0109d358fa643f2bd4a2644d9efbb4fe91a9f6590a145:f612f0b01f2565cd9bd834f8119b309bae11a1ed4a2661c49fdf3fad11986cc4f641f1ba1f2265909a8e34ff1699309bf211a7eb4d7662cd9f8e3faf14986d92f646f1bc/' -i /etc/ati/signature

#Add 'nomodeset' to grub2 string and update grub2.cfg
/usr/sbin/grub2-cfg-mod --add nomodeset
/usr/sbin/update-grub2

%posttrans -n %{driverpkgname}
# RPM seems to leave out the active /etc/fglrx* directory, likely due to
# it being confused with the /etc/ati symlink. We have to clean up ourself:
for dir in %{_sysconfdir}/fglrx %{_sysconfdir}/fglrx-hd2000; do
	if [ -d $dir ]; then
		for file in $dir/*; do
			case "$(basename $file)" in
			control | signature | logo_mask.xbm.example | logo.xbm.example)
				# non-config files, rpm would normally remove
				rm $file;;
			authatieventsd.sh | fglrxprofiles.csv | fglrxrc | atiogl.xml)
				# config files, check for modifications
				case "$(stat -c%s $file)" in
				545 | 838 | 2769 | 10224 | 11018)
					rm $file;;
				*)
					echo "Saving $file as %{_sysconfdir}/ati/$(basename $file).rpmsave."
					mv $file %{_sysconfdir}/ati/$(basename $file).rpmsave;;
				esac
				;;
			esac
		done
		[ $(ls -c $dir | wc -l) -eq 0 ] && rm -r $dir
	fi
done
true

%preun -n %{driverpkgname}
%_preun_service atieventsd

%postun -n %{driverpkgname}
if [ ! -f %{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file} ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}
fi
if [ ! -f %{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf
fi
# Call /sbin/ldconfig explicitely due to alternatives
/sbin/ldconfig -X
%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

#Del 'nomodeset' to grub2 string and update grub2.cfg
if [ $1 -eq 0 ] ; then
	/usr/sbin/grub2-cfg-mod --del nomodeset
	/usr/sbin/update-grub2
fi

%pre -n %{drivername}-control-center
# Handle alternatives-era directory,
# it may confuse rpm.
if [ -L %{_datadir}/ati ]; then
	rm %{_datadir}/ati
fi

%post -n %{drivername}-control-center
[ -d %{_datadir}/fglrx ] && rm -r %{_datadir}/fglrx
[ -d %{_datadir}/fglrx-hd2000 ] && rm -r %{_datadir}/fglrx-hd2000
true

%post -n %{drivername}-opencl
# explicit /sbin/ldconfig due to a non-standard library directory
/sbin/ldconfig -X

%post -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade add -m %{drivername} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade build -m %{drivername} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade install -m %{drivername} -v %{version}-%{release} --force

# rmmod any old driver if present and not in use (e.g. by X)
rmmod fglrx > /dev/null 2>&1 || true

%preun -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{drivername} -v %{version}-%{release} --all

# rmmod any old driver if present and not in use (e.g. by X)
rmmod fglrx > /dev/null 2>&1 || true

%files -n %{driverpkgname}
%defattr(-,root,root)
%doc README.install.urpmi README.manual-setup
%doc README.8.980.upgrade.urpmi
# the documentation files are grossly out of date; the configuration options
# described in configure.html seem to be used by the driver, though, so it is
# packaged, while the other html files are not:
%doc common/usr/share/doc/fglrx/configure.html
%doc common/usr/share/doc/fglrx/LICENSE.TXT

%if "%{ldetect_cards_name}" != ""
%{_datadir}/ldetect-lst/pcitable.d/40%{drivername}.lst.gz
%endif

%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%dir %{_sysconfdir}/ld.so.conf.d/GL
%{_sysconfdir}/ld.so.conf.d/GL/ati.conf

%dir %{_sysconfdir}/%{drivername}
%{_sysconfdir}/%{drivername}/XvMCConfig
%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf

%dir %{_sysconfdir}/ati
%{_sysconfdir}/ati/control
%{_sysconfdir}/ati/signature
# config(noreplace) %{_sysconfdir}/ati/atiogl.xml # removed in 13.350.1005
%{_sysconfdir}/ati/atiapfxx*
%{_sysconfdir}/ati/logo.xbm.example
%{_sysconfdir}/ati/logo_mask.xbm.example
%config %{_sysconfdir}/ati/authatieventsd.sh
%{_sysconfdir}/ati/amdpcsdb.default
%ghost %{_sysconfdir}/ati/atiapfuser.blb

%{_initrddir}/atieventsd

%{_sbindir}/atieventsd
%{_sbindir}/amdnotifyui
%{_sbindir}/atigetsysteminfo.sh

%{_bindir}/amdconfig
%{_bindir}/amdupdaterandrconfig
%{_bindir}/amdxdg-su
%{_bindir}/aticonfig
%{_bindir}/atiodcli
%{_bindir}/atiode
%{_bindir}/fgl_glxgears
%{_bindir}/fglrxinfo

%{xorg_libdir}/modules/drivers/fglrx_drv.so
%{xorg_libdir}/modules/linux/libfglrxdrm.so
%{xorg_libdir}/modules/amdxmm.*o
%{xorg_libdir}/modules/glesx.*o

%dir %{ati_extdir}
%{ati_extdir}/libglx.so

%{xorg_dridir}/fglrx_dri.so
%ifarch x86_64
%{xorg_dridir32}/fglrx_dri.so
%endif

%dir %{_libdir}/%{drivername}
%{_libdir}/%{drivername}/libGL.so.1
%{_libdir}/%{drivername}/libGL.so.1.*
%{_libdir}/%{drivername}/libaticalcl.so
%{_libdir}/%{drivername}/libaticaldd.so
%{_libdir}/%{drivername}/libaticalrt.so
%{_libdir}/%{drivername}/libatiuki.so.1*
%ifarch x86_64
%dir %{_prefix}/lib/%{drivername}
%{_prefix}/lib/%{drivername}/libGL.so.1
%{_prefix}/lib/%{drivername}/libGL.so.1.*
%{_prefix}/lib/%{drivername}/libaticalcl.so
%{_prefix}/lib/%{drivername}/libaticaldd.so
%{_prefix}/lib/%{drivername}/libaticalrt.so
%{_prefix}/lib/%{drivername}/libatiuki.so.1*
%endif

%{_libdir}/%{drivername}/libfglrx_dm.so.1*
%{_libdir}/%{drivername}/libatiadlxx.so
%{_libdir}/%{drivername}/libAMDXvBA.cap
%{_libdir}/%{drivername}/libAMDXvBA.so.1*
%{_libdir}/%{drivername}/libXvBAW.so.1*

# PowerXpress
%{_libdir}/fglrx/switchlibGL
%{_libdir}/fglrx/switchlibglx

%dir %{_datadir}/ati
%{_datadir}/ati/amd-uninstall.sh

%{_mandir}/man8/atieventsd.8*

%files -n %{drivername}-control-center -f amdcccle.langs
%defattr(-,root,root)
%doc common/usr/share/doc/amdcccle/*
%{_sysconfdir}/security/console.apps/amdcccle-su
%{_sysconfdir}/pam.d/amdcccle-su
%{_bindir}/amdcccle
%dir %{_datadir}/ati
%dir %{_datadir}/ati/amdcccle
%if %{amdbuild}
%{_iconsdir}/%{drivername}-amdcccle.xpm
%else
%{_miconsdir}/%{drivername}-amdcccle.png
%{_iconsdir}/%{drivername}-amdcccle.png
%{_liconsdir}/%{drivername}-amdcccle.png
%endif
%{_datadir}/applications/amdcccle.desktop
%{_datadir}/applications/amdccclesu.desktop
%if %{bundle_qt}
%dir %{_libdir}/%{drivername}-qt4
%{_libdir}/%{drivername}-qt4/libQtCore.so.4
%{_libdir}/%{drivername}-qt4/libQtGui.so.4
%{_datadir}/ati/%{_lib}
%endif

%files -n %{drivername}-devel
%defattr(-,root,root)
%{_libdir}/%{drivername}/libfglrx_dm.a
%{_libdir}/%{drivername}/libfglrx_dm.so
%{_libdir}/%{drivername}/libAMDXvBA.so
%{_libdir}/%{drivername}/libXvBAW.so
%dir %{_includedir}/GL
%{_includedir}/GL/*ATI.h
%dir %{_includedir}/ATI
%dir %{_includedir}/ATI/GL
%{_includedir}/ATI/GL/*.h
%{_libdir}/%{drivername}/libGL.so
%{_libdir}/%{drivername}/libatiuki.so
%ifarch x86_64
%{_prefix}/lib/%{drivername}/libGL.so
%{_prefix}/lib/%{drivername}/libatiuki.so
%endif

%files -n %{drivername}-opencl
%defattr(-,root,root)
%dir %{_sysconfdir}/OpenCL
%dir %{_sysconfdir}/OpenCL/vendors
%{_sysconfdir}/OpenCL/vendors/amdocl*.icd
%{_bindir}/clinfo
%{_libdir}/%{drivername}/libamdocl*.so
%{_libdir}/%{drivername}/libOpenCL.so.1
%ifarch x86_64
%{_prefix}/lib/%{drivername}/libamdocl*.so
%{_prefix}/lib/%{drivername}/libOpenCL.so.1
%endif

%files -n dkms-%{drivername}
%defattr(-,root,root)
%{_usrsrc}/%{drivername}-%{version}-%{release}

%changelog
* Mon Jul 14 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 14.10.1006.1001-2
+ Revision: 61dce4d
- Added a patch to fix build with kernel 3.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26377 |14nr|fglrx-legacy-8.97.100.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

##############################################################################
# This .spec file is dual licensed. It can be distributed either with the    #
# terms of GPL version 2 or newer, or with the MIT license included below.   #
# Removing either GPL or MIT license when distributing this file is allowed. #
##############################################################################
# - start of MIT license -
# Copyright (c) 2007-2009 Anssi Hannula, Luiz Fernando Capitulino, Colin Guthrie, Thomas Backlund
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
# restriction, including without limitation the rights to use,
# copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following
# conditions:
#
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
# - end of MIT license -

%define name		fglrx-legacy

# %amdbuild is used to enable the AMD installer --buildpkg mode.
# The macros version, rel, amd_dir, distsuffix need to be manually defined.
# The macro mdkversion can also be overridden.
%define amdbuild	0
%{?_without_amd: %global amdbuild 0}
%{?_with_amd: %global amdbuild 1}

%if !%{amdbuild}
# NOTE: These version definitions are overridden by ati-packager.sh when
# building with the --buildpkg method of the installer.

# When updating, please add new ids to ldetect-lst (merge2pcitable.pl).

# version in installer filename:
%define oversion	12-6
#define oversion	%{iversion}
# Advertised version, for description:
%define mversion	12.6
# driver version from ati-packager-helper.sh:
%define iversion	8.97.100.3
# release:
%define rel		2
# rpm version (adds 0 in order to not go backwards if iversion is two-decimal)
%define version		%{iversion}%([ $(echo %iversion | wc -c) -le 5 ] && echo 0)
%else
# Best-effort if AMD has made late changes (in amdbuild mode)
%define _default_patch_fuzz 2
%endif

%define priority	1000
%define release %mkrel %{rel}

# set to 1 for a prerelease driver with an ubuntu tarball as source
%define ubuntu_prerelease 0
# set to 1 for a prerelease driver with an OpenCL tarball as source
%define opencl_prerelease 0

%define driverpkgname	x11-driver-video-fglrx-legacy
%define drivername	fglrx-legacy
%define xorg_version	pic
# highest supported videodrv abi
%define videodrv_abi	10
%define xorg_libdir	%{_libdir}/xorg
%define xorg_dridir	%{_libdir}/dri
%define xorg_dridir32	%{_prefix}/lib/dri
%define ld_so_conf_file	ati.conf
%define ati_extdir	%{_libdir}/%{drivername}/xorg
%define xorg_extra_modules	%{_libdir}/xorg/extra-modules
%define bundle_qt	0
# The entry in Cards+ this driver should be associated with, if there is
# no entry in ldetect-lst default pcitable:
# cooker ldetect-lst should be up-to-date
%define ldetect_cards_name      %nil

%if %{amdbuild}
# AMD/ATI cards not listed in main ldetect-lst pcitable are not likely
# to be supported by radeon which is from the same time period.
# radeonhd has greater chance of working due to it not using ID lists.
# (main pcitable entries override our entries)
%define ldetect_cards_name	ATI Radeon HD 2000 to HD 4870 (ati/fglrx-legacy)
%endif

%ifarch %ix86
%define xverdir		x%{xorg_version}
%define archdir		arch/x86
%endif
%ifarch x86_64
%define xverdir		x%{xorg_version}_64a
%define archdir		arch/x86_64
%endif

# Other packages should not require any AMD specific proprietary libraries
# (if that is really necessary, we may want to split that specific lib out),
# and this package should not be pulled in when libGL.so.1 is required.
%if %{_use_internal_dependency_generator}
%define __noautoprov '\\.so'
%else
%define _provides_exceptions \\.so
%endif

%define qt_requires_exceptions %nil
%if %{bundle_qt}
# do not require Qt if it is bundled
%if %{_use_internal_dependency_generator}
%define qt_requires_exceptions |libQtCore\\.so|libQtGui\\.so
%else
%define qt_requires_exceptions \\|libQtCore\\.so\\|libQtGui\\.so
%endif
%endif

# do not require fglrx stuff, they are all included
%if %{_use_internal_dependency_generator}
%define common_requires_exceptions libfglrx.+\\.so|libati.+\\.so|libOpenCL\\.so%{qt_requires_exceptions}
%else
%define common_requires_exceptions libfglrx.\\+\\.so\\|libati.\\+\\.so\\|libOpenCL\\.so%{qt_requires_exceptions}
%endif

%ifarch x86_64
# (anssi) Allow installing of 64-bit package if the runtime dependencies
# of 32-bit libraries are not satisfied. If a 32-bit package that requires
# libGL.so.1 is installed, the 32-bit mesa libs are pulled in and that will
# pull the dependencies of 32-bit fglrx libraries in as well.
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}|lib.*so\\.[^(]+(\\([^)]+\\))?$'
%else
%define _requires_exceptions %{common_requires_exceptions}\\|lib.*so\\.[^(]\\+\\(([^)]\\+)\\)\\?$
%endif
%else
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}'
%else
%define _requires_exceptions %{common_requires_exceptions}
%endif
%endif

# (anssi) Do not require qt for amdnotifyui (used as event notifier, as
# of 04/2010 only for DisplayPort failures). installing
# fglrx-control-center will satisfy the dependency.
# It is not moved to fglrx-control-center as due to its small size it may
# be wanted on e.g. KDE Ones, which can't have the full fglrx-control-center,
# and due to it having nothing to do with fglrx-control-center.
%if %{mdvver} <= 201100
%define _exclude_files_from_autoreq ^%{_sbindir}/amdnotifyui$
%else
%define __noautoreqfiles ^%{_sbindir}/amdnotifyui$
%endif

Summary:	AMD proprietary X.org driver and libraries
Name:		%{name}
Version:	%{version}
Release:	%{release}
%if !%{amdbuild}
%if !%{ubuntu_prerelease}
%if !%{opencl_prerelease}
Source0:	amd-driver-installer-%{mversion}-legacy-x86.x86_64.run
%else
Source0:	http://download2-developer.amd.com/amd/APPSDK/OpenCL1.2betadriversLinux.tgz
%endif
%else
Source0:        fglrx-installer_%{iversion}.orig.tar.gz
%endif
%endif
Source1:	ati-packager.sh
Source2:	atieventsd.init
%if !%{amdbuild}
# Generates fglrx.spec from Mandriva SVN for use in AMD installer
# archive. Requires kenobi access for fetching names for changelog.
# (for manual use)
Source10:	generate-fglrx-spec-from-svn.sh
Source11:	%{name}.rpmlintrc
Source12:	README_for_maintainers.txt
%endif
Patch3:		fglrx-authfile-locations.patch
Patch9:		fglrx-make_sh-custom-kernel-dir.patch
# do not probe /proc for kernel info as we may be building for a
# different kernel
Patch10:	fglrx-make_sh-no-proc-probe.patch
License:	Freeware
URL:		http://ati.amd.com/support/driver.html
Group:		System/Kernel and hardware
ExclusiveArch:	%{ix86} x86_64
%if %{mdvver} <= 201010
BuildRoot:	%{_tmppath}/%{name}-root
%endif
%if !%{amdbuild}
BuildRequires:	mesagl-devel
BuildRequires:	libxmu-devel
BuildRequires:	libxaw-devel
BuildRequires:	libxp-devel
BuildRequires:	libxtst-devel
BuildRequires:	imake
# Used by atieventsd:
Suggests:	acpid
BuildRequires:	imagemagick
%endif

%description
Source package of the legacy AMD proprietary driver. Binary packages are
named x11-driver-video-fglrx-legacy on Mandriva Linux 2008 and later.
%if !%{amdbuild}
This package corresponds to AMD Catalyst version %mversion.
%endif

%package -n %{driverpkgname}
Summary:	AMD proprietary X.org driver and libraries
Group:		System/Kernel and hardware
Requires(post):	update-alternatives >= 1.9.0
Requires(postun): update-alternatives
Obsoletes:	ati_igp
Suggests:	%{drivername}-control-center = %{version}
Obsoletes:	ati < %{version}-%{release}
Provides:	ati = %{version}-%{release}
Conflicts:	x11-server-common < 1.3.0.0-17
Conflicts:	drakx-kbd-mouse-x11 < 0.26
Obsoletes:	x11-driver-video-fglrx-hd2000 < 8.42.3-5
%if %{mdkversion} >= 200810
Requires:	kmod(fglrx) = %{version}
%else
# no versioned provides on 2008.0
Requires:	kmod(fglrx)
%endif
%if %{mdkversion} >= 200900
# libdri.so
Conflicts:	x11-server-common < 1.4.2-5
%endif
%if %{mdkversion} >= 200910
# many intermediate changes in alternatives scheme
Conflicts:	x11-server-common < 1.6.0-11
%endif
%if %{mdkversion} >= 201100
Requires:	x11-server-common >= 1.9
%if !%{amdbuild}
%if %{mdvver} >= 201200
Requires(post):	rpm-helper
Requires(preun): rpm-helper
%endif
# Conflict with the next videodrv ABI break.
# The driver may support multiple ABI versions and therefore
# a strict version-specific requirement would not be enough.
### This is problematic as it can cause removal of xserver instead (Anssi 04/2011)
###Conflicts:  xserver-abi(videodrv-%(echo $((%{videodrv_abi} + 1))))
%endif
%endif
Provides:	atieventsd = %{version}-%{release}
Obsoletes:	atieventsd < %{version}-%{release}

%description -n %{driverpkgname}
AMD proprietary X.org graphics driver, related libraries and
configuration tools.

NOTE: You should use XFdrake to configure your AMD card. The
correct packages will be automatically installed and configured.

If you do not want to use XFdrake, see README.manual-setup.

The graphical configuration utility, AMD Catalyst Control Center
Linux Edition, is contained in the package
%{drivername}-control-center.
%if !%{amdbuild}
This package corresponds to AMD Catalyst version %mversion.
%endif

%package -n %{drivername}-control-center
Summary:	AMD Catalyst Control Center Linux Edition
Group:		System/Kernel and hardware
Requires:	%{driverpkgname} = %{version}
Obsoletes:	ati-utils < %{version}-%{release}
Provides:	ati-utils = %{version}-%{release}
Provides:	amdcccle = %{version}-%{release}
Obsoletes:	ati-ccc < %{version}-%{release}
%if %{mdkversion} >= 200800
Obsoletes:	ati-control-center < %{version}-%{release}
Provides:	ati-control-center = %{version}-%{release}
Obsoletes:	fglrx-hd2000-control-center < 8.42.3-5
%endif
%if !%{bundle_qt}
# 2009.0 and 2009.1 have this one in updates only
Requires:	%{_lib}qtcore4 >= 3:4.5.2
%endif

%description -n %{drivername}-control-center
AMD Catalyst Control Center Linux Edition, a graphical configuration
utility for the AMD proprietary X.org driver.
%if !%{amdbuild}
This package corresponds to AMD Catalyst version %mversion.
%endif

%package -n dkms-%{drivername}
Summary:	AMD proprietary kernel module
Group:		System/Kernel and hardware
Requires:	dkms
Requires(post):	dkms
Requires(preun): dkms
%if %{mdkversion} >= 200800
Obsoletes:	dkms-fglrx-hd2000 < 8.42.3-5
Obsoletes:	dkms-ati < %{version}-%{release}
Provides:	dkms-ati = %{version}-%{release}
%endif

%description -n dkms-%{drivername}
AMD proprietary kernel module. This is to be used with the
%{driverpkgname} package.
%if !%{amdbuild}
This package corresponds to AMD Catalyst version %mversion.
%endif

%package -n %{drivername}-devel
Summary:	AMD proprietary development libraries and headers
Group:		Development/C
Requires:	%{driverpkgname} = %{version}-%{release}
%if %{mdkversion} >= 200800
Obsoletes:	fglrx-hd2000-devel < 8.42.3-5
Obsoletes:	ati-devel < %{version}-%{release}
Provides:	ati-devel = %{version}-%{release}
%endif

%description -n %{drivername}-devel
AMD proprietary development libraries and headers. This package is
not required for normal use.

The main driver package name is %{driverpkgname}.

%package -n %{drivername}-opencl
Summary:	OpenCL libraries for the AMD proprietary driver
Group: 		System/Kernel and hardware
Requires:	kmod(%{drivername}) = %{version}

%description -n %{drivername}-opencl
OpenCL libraries for the AMD proprietary driver. This package is not
required for normal use, it provides libraries to use AMD cards for High
Performance Computing (HPC).

%prep
%setup -T -c
%if %{amdbuild}
ln -s %{amd_dir}/%{xverdir} %{amd_dir}/arch .
# patches affects common, so we cannot symlink it:
cp -a %{amd_dir}/common .
%else
%if %opencl_prerelease
%setup -q -n fglrx-%iversion
sh *.run --extract .
%else
%if %ubuntu_prerelease
%setup -q -T -D -a 0
ln -s . common
%else
sh %{SOURCE0} --extract .
%endif
%endif
mkdir fglrx_tools
tar -xzf common/usr/src/ati/fglrx_sample_source.tgz -C fglrx_tools
%if %ubuntu_prerelease
[ -d "%xverdir" ] || (echo This driver version does not support your X.org server. Please wait for a new release from AMD. >&2; false)
%else
[ "%iversion" = "$(./ati-packager-helper.sh --version)" ]
%endif
%endif

cd common # ensure patches do not touch outside
%patch3 -p2
%patch9 -p2
%patch10 -p2
cd ..

cat > README.install.urpmi <<EOF
This driver is for ATI Radeon HD 2000 and newer cards.
Reconfiguring is not necessary when upgrading from a previous Mandriva AMD
driver package.

Use XFdrake to configure X to use the correct AMD driver. Any needed
packages will be automatically installed if not already present.
1. Run XFdrake as root.
2. Go to the Graphics Card list.
3. Select your card (it is usually already autoselected).
4. Answer any questions asked and then quit.
%if %{mdkversion} <= 200810
5. Run "readlink -f /etc/alternatives/gl_conf". If it says
   "%{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}", add the following lines into the
   Files section of %{_sysconfdir}/X11/xorg.conf:
          ModulePath "%{ati_extdir}"
          ModulePath "%{xorg_libdir}/modules"
%endif

If you do not want to use XFdrake or it does not work correctly for
you, see README.manual-setup for manual installation instructions.
EOF

cat > README.manual-setup <<EOF
This file describes the procedure for the manual installation of this AMD
driver package. You can find the instructions for the recommended automatic
installation in the file 'README.install.urpmi' in this directory.

- Open %{_sysconfdir}/X11/xorg.conf and make the following changes:
  o Change the Driver to "fglrx" in the Device section
  o Make the line below the only 'glx' related line in the Module section:
      Load "glx"
%if %{mdkversion} >= 200900
  o Remove any 'ModulePath' lines from the Files section
%else
  o Make the lines below the only 'ModulePath' lines in the Files section:
      ModulePath "%{ati_extdir}"
      ModulePath "%{xorg_libdir}/modules"
%endif
- Run "update-alternatives --set gl_conf %{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}" as root.
- Run "ldconfig" as root.
EOF

cat > README.8.600.upgrade.urpmi <<EOF
REMOVED GRAPHICS DRIVER SUPPORT NOTIFICATION:
Versions 8.600 and later of AMD Proprietary Graphics driver (fglrx) only
support Radeon HD 2000 (r600) or newer cards.

If you have an older Radeon card or are unsure, please reconfigure your
driver:
1. Run XFdrake as root or select Graphical server configuration in
   Mandriva Control Center.
2. Go to the Graphics Card list.
3. Select your card (it is usually already autoselected).
4. Answer any questions asked and then quit.
EOF

%if %{mdkversion} <= 200810
cat > README.8.532.upgrade.urpmi <<EOF
IMPORTANT NOTE:
Additional manual upgrade steps are needed in order to fully enable all
features of this version of the proprietary AMD driver on this release
of Mandriva Linux:
Run "readlink -f /etc/alternatives/gl_conf". If it says
"%{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}", add the following two lines in the Files section
of %{_sysconfdir}/X11/xorg.conf:
      ModulePath "%{ati_extdir}"
      ModulePath "%{xorg_libdir}/modules"
EOF
%endif

%build
%if !%{amdbuild}
# %amdbuild is done with minimal buildrequires
cd fglrx_tools/fgl_glxgears
xmkmf
%make RMAN=/bin/true CC="%__cc %optflags -I../../common/usr/include" EXTRA_LDOPTIONS="%{?ldflags}"
cd -
%endif

%install
rm -rf %{buildroot}

# dkms
install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}
cp -a common/lib/modules/fglrx/build_mod/* %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}
cp -a %{archdir}/lib/modules/fglrx/build_mod/* %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}

#install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}/patches
#install -m644 %{SOURCE3} %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}/patches

cat > %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}/dkms.conf <<EOF
PACKAGE_NAME="%{drivername}"
PACKAGE_VERSION="%{version}-%{release}"
BUILT_MODULE_NAME[0]="fglrx"
DEST_MODULE_LOCATION[0]="/kernel/drivers/char/drm"
# uname_v set to none so that make.sh doesn't try to use "uname -v" to see
# if the target kernel is SMP (we may be compiling for a different kernel)
MAKE[0]="sh make.sh --uname_r=\${kernelver} --uname_v=none --kernel-dir=\${kernel_source_dir} --no-proc-probe --norootcheck"
CLEAN="rm -rf 2.6.x/.tmp_versions; make -C2.6.x clean"
AUTOINSTALL="yes"
EOF

# headers
install -d -m755		%{buildroot}%{_includedir}
cp -a common/usr/include/*	%{buildroot}%{_includedir}
chmod 0644 %{buildroot}%{_includedir}/*/*.h

# install binaries
install -d -m755					%{buildroot}%{_sbindir}
install -m755 %{archdir}/usr/sbin/*			%{buildroot}%{_sbindir}
install -m755 common/usr/sbin/*				%{buildroot}%{_sbindir}
install -d -m755					%{buildroot}%{_bindir}
install -m755 %{archdir}/usr/bin/*			%{buildroot}%{_bindir}
install -m755 %{archdir}/usr/X11R6/bin/*		%{buildroot}%{_bindir}
install -m755 common/usr/X11R6/bin/*			%{buildroot}%{_bindir}
%if !%{amdbuild}
# install self-built binaries
install -m755 fglrx_tools/fgl_glxgears/fgl_glxgears	%{buildroot}%{_bindir}
%endif
# compatibility symlink
ln -s aticonfig %{buildroot}%{_bindir}/amdconfig

# atieventsd initscript
install -d -m755 %{buildroot}%{_initrddir}
install -m755 %{SOURCE2} %{buildroot}%{_initrddir}/atieventsd

# amdcccle data files
install -d -m755 %{buildroot}%{_datadir}/ati/amdcccle
rm -f amdcccle.langs
for fullname in common/usr/share/ati/amdcccle/*.qm; do
	file=$(basename $fullname)
	lang=${file#*_}
	lang=${lang%%.qm}
%if !%{bundle_qt}
	# qt localization not necessary with non-bundled qt
	[ "$file" = "${file#qt}" ] || continue
%endif
	install -m644 $fullname %{buildroot}%{_datadir}/ati/amdcccle
	echo "%%lang($lang) %{_datadir}/ati/amdcccle/$file" >> amdcccle.langs
done

# amdcccle super-user mode
install -d -m755 %{buildroot}%{_sysconfdir}/security/console.apps
install -d -m755 %{buildroot}%{_sysconfdir}/pam.d
install -m644 common/etc/security/console.apps/* %{buildroot}%{_sysconfdir}/security/console.apps
ln -s su %{buildroot}%{_sysconfdir}/pam.d/amdcccle-su

# man pages
install -d -m755 %{buildroot}%{_mandir}/man1 %{buildroot}%{_mandir}/man8
install -m644 common/usr/share/man/man8/* %{buildroot}%{_mandir}/man8

# menu entry
install -d -m755 %{buildroot}%{_datadir}/applications
install -m644 common/usr/share/applications/* %{buildroot}%{_datadir}/applications
sed -i 's,^Icon=.*$,Icon=%{drivername}-amdcccle,' %{buildroot}%{_datadir}/applications/*.desktop
# control center doesn't really use GNOME/KDE libraries:
sed -i 's,GNOME;KDE;,,' %{buildroot}%{_datadir}/applications/*.desktop

# icons
install -d -m755 %{buildroot}%{_miconsdir} %{buildroot}%{_iconsdir} %{buildroot}%{_liconsdir}
%if !%{amdbuild}
convert common/usr/share/icons/ccc_large.xpm -resize 16x16 %{buildroot}%{_miconsdir}/%{drivername}-amdcccle.png
convert common/usr/share/icons/ccc_large.xpm -resize 32x32 %{buildroot}%{_iconsdir}/%{drivername}-amdcccle.png
convert common/usr/share/icons/ccc_large.xpm -resize 48x48 %{buildroot}%{_liconsdir}/%{drivername}-amdcccle.png
%else
install -m644 common/usr/share/icons/ccc_large.xpm %{buildroot}%{_iconsdir}/%{drivername}-amdcccle.xpm
%endif

# install libraries
install -d -m755					%{buildroot}%{_libdir}/%{drivername}
install -m755 %{archdir}/usr/X11R6/%{_lib}/*.*		%{buildroot}%{_libdir}/%{drivername}
install -m755 %{archdir}/usr/X11R6/%{_lib}/fglrx/*	%{buildroot}%{_libdir}/%{drivername}
install -m755 %{archdir}/usr/%{_lib}/*.*		%{buildroot}%{_libdir}/%{drivername}
mv %{buildroot}%{_libdir}/%{drivername}/{fglrx-,}libGL.so.1.2
chmod 0644						%{buildroot}%{_libdir}/%{drivername}/*.a
/sbin/ldconfig -n					%{buildroot}%{_libdir}/%{drivername}
# create devel symlinks
for file in %{buildroot}%{_libdir}/%{drivername}/*.so.*.*; do
	ln -s $(basename $file) ${file%%.so*}.so;
done
%ifarch x86_64
install -d -m755					%{buildroot}%{_prefix}/lib/%{drivername}
install -m755 arch/x86/usr/X11R6/lib/fglrx/*		%{buildroot}%{_prefix}/lib/%{drivername}
install -m755 arch/x86/usr/lib/*.*			%{buildroot}%{_prefix}/lib/%{drivername}
mv %{buildroot}%{_prefix}/lib/%{drivername}/{fglrx-,}libGL.so.1.2
/sbin/ldconfig -n					%{buildroot}%{_prefix}/lib/%{drivername}
# create devel symlinks
for file in %{buildroot}%{_prefix}/lib/%{drivername}/*.so.*.*; do
	ln -s $(basename $file) ${file%%.so*}.so;
done
%endif

%if %{bundle_qt}
# install the bundled Qt4 libs on distros with qt4 < 4.4.2
install -d -m755				%{buildroot}%{_libdir}/%{drivername}-qt4
install -m755 %{archdir}/usr/share/ati/%{_lib}/*	%{buildroot}%{_libdir}/%{drivername}-qt4
# RPATH of amdcccle points to datadir, we create a symlink there:
install -d -m755				%{buildroot}/usr/share/ati
ln -s %{_libdir}/%{drivername}-qt4		%{buildroot}/usr/share/ati/%{_lib}
%endif

# install X.org files
install -d -m755						%{buildroot}%{xorg_libdir}/modules/drivers
install -m755 %{xverdir}/usr/X11R6/%{_lib}/modules/drivers/*.so* %{buildroot}%{xorg_libdir}/modules/drivers
install -d -m755						%{buildroot}%{xorg_libdir}/modules/linux
install -m755 %{xverdir}/usr/X11R6/%{_lib}/modules/linux/*.so*	%{buildroot}%{xorg_libdir}/modules/linux
install -m644 %{xverdir}/usr/X11R6/%{_lib}/modules/*.*o		%{buildroot}%{xorg_libdir}/modules
install -d -m755						%{buildroot}%{ati_extdir}
install -m755 %{xverdir}/usr/X11R6/%{_lib}/modules/extensions/fglrx/*.so* %{buildroot}%{ati_extdir}
mv %{buildroot}%{ati_extdir}/{fglrx-,}libglx.so

%if %{mdkversion} == 200900
touch							%{buildroot}%{xorg_libdir}/modules/extensions/libdri.so
%endif
%if %{mdkversion} >= 200800 && %{mdkversion} <= 200900
touch							%{buildroot}%{xorg_libdir}/modules/extensions/libglx.so
%endif

# etc files
install -d -m755		%{buildroot}%{_sysconfdir}/ati
install -m644 common/etc/ati/*	%{buildroot}%{_sysconfdir}/ati
chmod 0755			%{buildroot}%{_sysconfdir}/ati/*.sh

# dri libraries
install -d -m755						%{buildroot}%{xorg_dridir}
install -m755 %{archdir}/usr/X11R6/%{_lib}/modules/dri/*	%{buildroot}%{xorg_dridir}
%ifarch x86_64
install -d -m755						%{buildroot}%{xorg_dridir32}
install -m755 arch/x86/usr/X11R6/lib/modules/dri/*		%{buildroot}%{xorg_dridir32}
%endif

# ld.so.conf
install -d -m755			%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL
echo "%{_libdir}/%{drivername}" >	%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}
%ifarch x86_64
echo "%{_prefix}/lib/%{drivername}" >>	%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}
%endif
touch					%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

install -d -m755			%{buildroot}%{_sysconfdir}/%{drivername}

%if %{mdkversion} < 201100
# modprobe.conf
install -d -m755			%{buildroot}%{_sysconfdir}/modprobe.d
touch					%{buildroot}%{_sysconfdir}/modprobe.d/display-driver.conf
echo "blacklist radeon"			> %{buildroot}%{_sysconfdir}/%{drivername}/modprobe.conf

# modprobe.preload.d
install -d -m755			%{buildroot}%{_sysconfdir}/modprobe.preload.d
touch					%{buildroot}%{_sysconfdir}/modprobe.preload.d/display-driver
echo "fglrx"				> %{buildroot}%{_sysconfdir}/%{drivername}/modprobe.preload
%endif

# XvMCConfig
echo "libAMDXvBA.so.1" > %{buildroot}%{_sysconfdir}/%{drivername}/XvMCConfig

# CUDA icd
install -d -m755				%{buildroot}%{_sysconfdir}/OpenCL/vendors
install -m644 %{archdir}/etc/OpenCL/vendors/*	%{buildroot}%{_sysconfdir}/OpenCL/vendors
%ifarch x86_64
install -m644 arch/x86/etc/OpenCL/vendors/*	%{buildroot}%{_sysconfdir}/OpenCL/vendors
%endif

# PowerXpress intel - use Mesa libGL but still keep AMD specific libs in search path
echo "%{_libdir}/mesa" > %{buildroot}%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf
%ifarch x86_64
echo "%{_prefix}/lib/mesa" >> %{buildroot}%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf
%endif
cat %{buildroot}%{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file} >> %{buildroot}%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf

# install ldetect-lst pcitable files for backports
sed -ne 's|^\s*FGL_ASIC_ID(\(0x....\)).*|\1|gp' common/lib/modules/fglrx/build_mod/fglrxko_pci_ids.h | tr '[:upper:]' '[:lower:]' | sort -u | sed 's,^.*$,0x1002\t\0\t"%{ldetect_cards_name}",' > pcitable.fglrx.lst
[ $(stat -c%s pcitable.fglrx.lst) -gt 500 ]
%if "%{ldetect_cards_name}" != ""
install -d -m755 %{buildroot}%{_datadir}/ldetect-lst/pcitable.d
gzip -c pcitable.fglrx.lst > %{buildroot}%{_datadir}/ldetect-lst/pcitable.d/40%{drivername}.lst.gz
%endif

install -d -m755 %{buildroot}%{_datadir}/ati
cat > %{buildroot}%{_datadir}/ati/amd-uninstall.sh <<EOF
#!/bin/bash
# parameters as per AMD: [--force | --dry-run]
dryrun=
while [ -n "\$*" ]; do
	case "\$1" in
	--dryrun)	dryrun="--test" ;;
	--force)	;;
	--preserve)	;;
	--quick)	;;
	--getUninstallVersion) exit 2 ;;
	*)		echo "Unknown option for \$0." >&2 ;;
	esac
	shift
done

# AMD documentation suggests doing rpm -V and use --force to override it,
# but it doesn't make sense with the update-alternatives setup, so we just
# check package presence.
pkgs=
rpm -q --quiet %{driverpkgname}             && pkgs="\$pkgs %{driverpkgname}"
rpm -q --quiet dkms-%{drivername}           && pkgs="\$pkgs dkms-%{drivername}"
rpm -q --quiet %{drivername}-control-center && pkgs="\$pkgs %{drivername}-control-center"
rpm -q --quiet %{drivername}-devel          && pkgs="\$pkgs %{drivername}-devel"
[ -n "\$pkgs" ] || { echo "The AMD proprietary driver is not installed." >&2; exit 1; }
urpme --auto \$dryrun \$pkgs || { echo "Failed to uninstall the AMD proprietary driver." >&2; exit 1; }
[ -n "\$dryrun" ] || echo "The AMD proprietary driver has been uninstalled."
EOF
chmod 0755 %{buildroot}%{_datadir}/ati/amd-uninstall.sh

# PowerXpress (switchable graphics)
# - path hardcoded into driver
install -d -m755 %{buildroot}%{_libdir}/fglrx
cat > %{buildroot}%{_libdir}/fglrx/switchlibGL <<EOF
#!/bin/sh

amd_target="%{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}"
intel_target="%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf"

case \$1 in
amd)
	update-alternatives --set gl_conf "\$amd_target" >/dev/null
	ldconfig -X
	;;
intel)
	update-alternatives --set gl_conf "\$intel_target" >/dev/null
	ldconfig -X
	;;
query)
	case \$(readlink -f "%{_sysconfdir}/ld.so.conf.d/GL.conf") in
	\$amd_target)
		echo "amd"
		;;
	\$intel_target)
		echo "intel"
		;;
	*)
		echo "unknown"
		;;
	esac
	;;
esac
EOF
chmod 0755 %{buildroot}%{_libdir}/fglrx/switchlibGL

# It is not feasible to configure these separately with the alternatives
# system, so use the same script for both.
# Note: using a symlink here fails as the driver checks go+w without
# dereferencing the symlink.
cp -a %{buildroot}%{_libdir}/fglrx/switchlibGL %{buildroot}%{_libdir}/fglrx/switchlibglx

# Fix file permissions
find %{buildroot} -name '*.h' -exec %__chmod 0644 {} \;
find %{buildroot} -name '*.c' -exec %__chmod 0644 {} \;

touch %{buildroot}%{_sysconfdir}/ati/atiapfuser.blb

%if %{mdkversion} >= 200800
%pre -n %{driverpkgname}
# Handle alternatives-era /etc/ati directory
# It may confuse rpm due to it containing %config files
if [ -L %{_sysconfdir}/ati ]; then
	rm %{_sysconfdir}/ati
fi
%endif

%post -n %{driverpkgname}
%if %{mdkversion} >= 200800
# Migrate from pre-alternatives files
if [ ! -L %{_datadir}/applications/mandriva-amdcccle.desktop -a -e %{_datadir}/applications/mandriva-amdcccle.desktop ]; then
	rm -f %{_datadir}/applications/mandriva-amdcccle.desktop
fi
%endif

%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file} %{priority} \
	--slave %{_sysconfdir}/X11/XvMCConfig xvmcconfig %{_sysconfdir}/%{drivername}/XvMCConfig \
	--slave %{_libdir}/libAMDXvBA.cap %{_lib}AMDXvBA_cap %{_libdir}/%{drivername}/libAMDXvBA.cap \
%ifarch x86_64
	--slave %{_prefix}/lib/libAMDXvBA.cap libAMDXvBA_cap %{_libdir}/%{drivername}/libAMDXvBA.cap \
%endif
%if %{mdkversion} < 201100
	--slave %{_sysconfdir}/modprobe.d/display-driver.conf display-driver.conf %{_sysconfdir}/%{drivername}/modprobe.conf \
	--slave %{_sysconfdir}/modprobe.preload.d/display-driver display-driver.preload %{_sysconfdir}/%{drivername}/modprobe.preload \
%endif
%if %{mdkversion} >= 200910
	--slave %{xorg_extra_modules} xorg_extra_modules %{ati_extdir} \
%else
%if %{mdkversion} >= 200900
	--slave %{_libdir}/xorg/modules/extensions/libdri.so libdri.so %{_libdir}/xorg/modules/extensions/standard/libdri.so \
%endif
%if %{mdkversion} >= 200800
	--slave %{_libdir}/xorg/modules/extensions/libglx.so libglx %{ati_extdir}/libglx.so
%endif
%endif
# Alternative for PowerXpress intel (switchable graphics)
# This is a separate alternative so that this situation can be differentiated
# from standard intel configuration by tools (e.g. so that radeon driver won't
# be loaded despite fglrx not being configured anymore).
%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf 50 \
%if %{mdkversion} < 201100
	--slave %{_sysconfdir}/modprobe.d/display-driver.conf display-driver.conf %{_sysconfdir}/%{drivername}/modprobe.conf \
	--slave %{_sysconfdir}/modprobe.preload.d/display-driver display-driver.preload %{_sysconfdir}/%{drivername}/modprobe.preload \
%endif
%if %{mdkversion} >= 200800 && %{mdkversion} <= 200900
	--slave %{_libdir}/xorg/modules/extensions/libglx.so libglx %{_libdir}/xorg/modules/extensions/standard/libglx.so \
%if %{mdkversion} == 200900
	--slave %{_libdir}/xorg/modules/extensions/libdri.so libdri.so %{_libdir}/xorg/modules/extensions/standard/libdri.so \
%endif
%endif
#
%if %{mdkversion} >= 200800
if [ "$(readlink -e %{_sysconfdir}/ld.so.conf.d/GL.conf)" = "%{_sysconfdir}/ld.so.conf.d/GL/ati-hd2000.conf" ]; then
	# Switch from the obsolete hd2000 branch:
	%{_sbindir}/update-alternatives --set gl_conf %{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}
fi
# When upgrading from alternatives setup, rpm may consider /etc/ati/atiogl.xml
# to exist due to the symlink, even when we remove it in %pre:
if [ -e %{_sysconfdir}/ati/atiogl.xml.rpmnew -a ! -e %{_sysconfdir}/ati/atiogl.xml ]; then
	mv %{_sysconfdir}/ati/atiogl.xml.rpmnew %{_sysconfdir}/ati/atiogl.xml
	echo "Moved %{_sysconfdir}/ati/atiogl.xml.rpmnew back to %{_sysconfdir}/ati/atiogl.xml."
fi
%endif
# Call /sbin/ldconfig explicitely due to alternatives
/sbin/ldconfig -X
%_post_service atieventsd
%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

# Clear driver version numbers from amdpcsdb as suggested by AMD.
# (fixes version display in amdcccle after upgrade)
amdconfig --del-pcs-key=LDC,ReleaseVersion &>/dev/null || :
amdconfig --del-pcs-key=LDC,Catalyst_Version &>/dev/null || :

%if %{mdkversion} >= 200800
%posttrans -n %{driverpkgname}
# RPM seems to leave out the active /etc/fglrx* directory, likely due to
# it being confused with the /etc/ati symlink. We have to clean up ourself:
for dir in %{_sysconfdir}/fglrx %{_sysconfdir}/fglrx-hd2000; do
	if [ -d $dir ]; then
		for file in $dir/*; do
			case "$(basename $file)" in
			control | signature | logo_mask.xbm.example | logo.xbm.example)
				# non-config files, rpm would normally remove
				rm $file;;
			authatieventsd.sh | fglrxprofiles.csv | fglrxrc | atiogl.xml)
				# config files, check for modifications
				case "$(stat -c%s $file)" in
				545 | 838 | 2769 | 10224 | 11018)
					rm $file;;
				*)
					echo "Saving $file as %{_sysconfdir}/ati/$(basename $file).rpmsave."
					mv $file %{_sysconfdir}/ati/$(basename $file).rpmsave;;
				esac
				;;
			esac
		done
		[ $(ls -c $dir | wc -l) -eq 0 ] && rm -r $dir
	fi
done
true
%endif

%preun -n %{driverpkgname}
%_preun_service atieventsd

%postun -n %{driverpkgname}
if [ ! -f %{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file} ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}
fi
if [ ! -f %{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf
fi
# Call /sbin/ldconfig explicitely due to alternatives
/sbin/ldconfig -X
%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

%if %{mdkversion} >= 200800
%pre -n %{drivername}-control-center
# Handle alternatives-era directory,
# it may confuse rpm.
if [ -L %{_datadir}/ati ]; then
	rm %{_datadir}/ati
fi
%endif

%post -n %{drivername}-control-center
%if %mdkversion < 200900
%{update_menus}
%endif
%if %{mdkversion} >= 200800
[ -d %{_datadir}/fglrx ] && rm -r %{_datadir}/fglrx
[ -d %{_datadir}/fglrx-hd2000 ] && rm -r %{_datadir}/fglrx-hd2000
true
%endif

%if %mdkversion < 200900
%postun -n %{drivername}-control-center
%{clean_menus}
%endif

%post -n %{drivername}-opencl
# explicit /sbin/ldconfig due to a non-standard library directory
/sbin/ldconfig -X

%post -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade add -m %{drivername} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade build -m %{drivername} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade install -m %{drivername} -v %{version}-%{release} --force

# rmmod any old driver if present and not in use (e.g. by X)
rmmod fglrx > /dev/null 2>&1 || true

%preun -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{drivername} -v %{version}-%{release} --all

# rmmod any old driver if present and not in use (e.g. by X)
rmmod fglrx > /dev/null 2>&1 || true

%clean
rm -rf %{buildroot}

%files -n %{driverpkgname}
%defattr(0644,root,root,0755)
%doc README.install.urpmi README.manual-setup
%doc README.8.600.upgrade.urpmi
# the documentation files are grossly out of date; the configuration options
# described in configure.html seem to be used by the driver, though, so it is
# packaged, while the other html files are not:
%doc common/usr/share/doc/fglrx/configure.html
%doc common/usr/share/doc/fglrx/LICENSE.TXT
%if %{mdkversion} <= 200810
%doc README.8.532.upgrade.urpmi
%endif

%defattr(-,root,root)

%if "%{ldetect_cards_name}" != ""
%{_datadir}/ldetect-lst/pcitable.d/40%{drivername}.lst.gz
%endif

%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%dir %{_sysconfdir}/ld.so.conf.d/GL
%{_sysconfdir}/ld.so.conf.d/GL/ati.conf

%if %{mdkversion} < 201100
%ghost %{_sysconfdir}/modprobe.d/display-driver.conf
%ghost %{_sysconfdir}/modprobe.preload.d/display-driver
%endif
%dir %{_sysconfdir}/%{drivername}
%{_sysconfdir}/%{drivername}/XvMCConfig
%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf
%if %{mdkversion} < 201100
%{_sysconfdir}/%{drivername}/modprobe.conf
%{_sysconfdir}/%{drivername}/modprobe.preload
%endif

%dir %{_sysconfdir}/ati
%{_sysconfdir}/ati/control
%{_sysconfdir}/ati/signature
%config(noreplace) %{_sysconfdir}/ati/atiogl.xml
%{_sysconfdir}/ati/logo.xbm.example
%{_sysconfdir}/ati/logo_mask.xbm.example
%config %{_sysconfdir}/ati/authatieventsd.sh
%{_sysconfdir}/ati/amdpcsdb.default

%{_initrddir}/atieventsd

%{_sbindir}/atieventsd
%{_sbindir}/amdnotifyui
%{_sbindir}/atigetsysteminfo.sh

%{_bindir}/amdconfig
%{_bindir}/amdupdaterandrconfig
%{_bindir}/amdxdg-su
%{_bindir}/aticonfig
%{_bindir}/atiodcli
%{_bindir}/atiode
%{_bindir}/fgl_glxgears
%{_bindir}/fglrxinfo

%{xorg_libdir}/modules/drivers/fglrx_drv.so
%{xorg_libdir}/modules/linux/libfglrxdrm.so
%{xorg_libdir}/modules/amdxmm.*o
%{xorg_libdir}/modules/glesx.*o

%dir %{ati_extdir}
%{ati_extdir}/libglx.so
%if %{mdkversion} == 200900
%ghost %{xorg_libdir}/modules/extensions/libdri.so
%endif
%if %{mdkversion} >= 200800 && %{mdkversion} <= 200900
%ghost %{xorg_libdir}/modules/extensions/libglx.so
%endif

%{xorg_dridir}/fglrx_dri.so
%ifarch x86_64
%{xorg_dridir32}/fglrx_dri.so
%endif

%dir %{_libdir}/%{drivername}
%{_libdir}/%{drivername}/libGL.so.1
%{_libdir}/%{drivername}/libGL.so.1.*
%{_libdir}/%{drivername}/libaticalcl.so
%{_libdir}/%{drivername}/libaticaldd.so
%{_libdir}/%{drivername}/libaticalrt.so
%{_libdir}/%{drivername}/libatiuki.so.1*
%ifarch x86_64
%dir %{_prefix}/lib/%{drivername}
%{_prefix}/lib/%{drivername}/libGL.so.1
%{_prefix}/lib/%{drivername}/libGL.so.1.*
%{_prefix}/lib/%{drivername}/libaticalcl.so
%{_prefix}/lib/%{drivername}/libaticaldd.so
%{_prefix}/lib/%{drivername}/libaticalrt.so
%{_prefix}/lib/%{drivername}/libatiuki.so.1*
%endif

%{_libdir}/%{drivername}/libfglrx_dm.so.1*
%{_libdir}/%{drivername}/libatiadlxx.so
%{_libdir}/%{drivername}/libAMDXvBA.cap
%{_libdir}/%{drivername}/libAMDXvBA.so.1*
%{_libdir}/%{drivername}/libXvBAW.so.1*

# PowerXpress
%{_libdir}/fglrx/switchlibGL
%{_libdir}/fglrx/switchlibglx

%dir %{_datadir}/ati
%{_datadir}/ati/amd-uninstall.sh

%config(noreplace) %{_sysconfdir}/ati/atiapfuser.blb

%{_mandir}/man8/atieventsd.8*

%files -n %{drivername}-control-center -f amdcccle.langs
%defattr(-,root,root,0755)
%attr(0644,root,root) %doc common/usr/share/doc/amdcccle/*
%{_sysconfdir}/security/console.apps/amdcccle-su
%{_sysconfdir}/pam.d/amdcccle-su
%{_bindir}/amdcccle
%dir %{_datadir}/ati
%dir %{_datadir}/ati/amdcccle
%if %{amdbuild}
%{_iconsdir}/%{drivername}-amdcccle.xpm
%else
%{_miconsdir}/%{drivername}-amdcccle.png
%{_iconsdir}/%{drivername}-amdcccle.png
%{_liconsdir}/%{drivername}-amdcccle.png
%endif
%{_datadir}/applications/amdcccle.desktop
%{_datadir}/applications/amdccclesu.desktop
%if %{bundle_qt}
%dir %{_libdir}/%{drivername}-qt4
%{_libdir}/%{drivername}-qt4/libQtCore.so.4
%{_libdir}/%{drivername}-qt4/libQtGui.so.4
%{_datadir}/ati/%{_lib}
%endif

%files -n %{drivername}-devel
%defattr(-,root,root,0755)
%{_libdir}/%{drivername}/libfglrx_dm.a
%{_libdir}/%{drivername}/libfglrx_dm.so
%{_libdir}/%{drivername}/libAMDXvBA.so
%{_libdir}/%{drivername}/libXvBAW.so
%dir %{_includedir}/GL
%{_includedir}/GL/*ATI.h
%dir %{_includedir}/ATI
%dir %{_includedir}/ATI/GL
%{_includedir}/ATI/GL/*.h
%{_libdir}/%{drivername}/libGL.so
%{_libdir}/%{drivername}/libatiuki.so
%ifarch x86_64
%{_prefix}/lib/%{drivername}/libGL.so
%{_prefix}/lib/%{drivername}/libatiuki.so
%endif

%files -n %{drivername}-opencl
%defattr(-,root,root,0755)
%dir %{_sysconfdir}/OpenCL
%dir %{_sysconfdir}/OpenCL/vendors
%{_sysconfdir}/OpenCL/vendors/amdocl*.icd
%{_bindir}/clinfo
%{_libdir}/%{drivername}/libamdocl*.so
%{_libdir}/%{drivername}/libOpenCL.so.1
%{_libdir}/%{drivername}/libSlotMaximizer*.so
%ifarch x86_64
%{_prefix}/lib/%{drivername}/libamdocl*.so
%{_prefix}/lib/%{drivername}/libOpenCL.so.1
%{_prefix}/lib/%{drivername}/libSlotMaximizer*.so
%endif

%files -n dkms-%{drivername}
%defattr(0644,root,root,0755)
%{_usrsrc}/%{drivername}-%{version}-%{release}/*.c
%{_usrsrc}/%{drivername}-%{version}-%{release}/*.h
%{_usrsrc}/%{drivername}-%{version}-%{release}/2.6.x/
%{_usrsrc}/%{drivername}-%{version}-%{release}/dkms.conf
%attr(0755,root,root) %{_usrsrc}/%{drivername}-%{version}-%{release}/libfglrx_ip.a
%attr(0755,root,root) %{_usrsrc}/%{drivername}-%{version}-%{release}/make.sh


%changelog
* Mon Jul 30 2012 Dmitry Mikhirev <dmikhirev@mandriva.org> 8.97.100.3-1mdv2012.0
+ Revision: 811462
- imported package fglrx-legacy


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26378 |14nr|fheroes2-20120917-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define rev r2931
Name:		fheroes2
Version:	20120917
Release:	2
Summary:	Free implementation of Heroes of the Might and Magic II engine
License:	GPL
Group:		Games/Strategy
Url:		http://sourceforge.net/projects/fheroes2/
Source:		http://sourceforge.net/projects/fheroes2/files/fheroes2/%{name}-src-%{rev}.tgz
Source2:	%{name}.sh
Source3:	%{name}.png
Source4:	%{name}.desktop
Source5:	%{name}.cfg
BuildRequires:	gcc-c++
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_net-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	zlib-devel

%description
Free implementation of Heroes of the Might and Magic II engine.
You need to copy files from data and maps directories from original game
into your /usr/share/games/fheroes2/{maps,data} directories respectively

%prep
%setup -qn fheroes-src

%build
%make WITH_AI=simple CONFIGURE_FHEROES2_DATA="%{_gamesdatadir}/%{name}/"

%install
# let's create directory structure...
mkdir -p %{buildroot}%{_gamesbindir}
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}/{data,maps}

# and install what we need where we need it to be...
install -pm755 %{name} %{buildroot}%{_gamesbindir}/%{name}.bin
install -pm755 %{SOURCE2} %{buildroot}%{_gamesbindir}/%{name}
install -pm 644 %{name}.cfg %{buildroot}%{_gamesdatadir}/%{name}/
install -pm 644 %{name}.key %{buildroot}%{_gamesdatadir}/%{name}/
install -pm 644 %{SOURCE3} %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -pm 644 %{SOURCE4} %{buildroot}%{_datadir}/applications/%{name}.desktop
install -pm 644 %{SOURCE5} %{buildroot}%{_gamesdatadir}/%{name}/

%files
%doc AUTHORS changelog.txt COPYING LICENSE README
%{_gamesbindir}/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_gamesdatadir}/%{name}




%changelog
* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 20120917-2
+ Revision: c4263ea
- MassBuild#430: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26379 |14nr|flash-player-plugin-11.2.202.359-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# backportability
%define _localstatedir /var
%define debug_package %{nil}

Summary:	Flash Player plugin for browsers
Name:		flash-player-plugin
Version:	11.2.202.359
Release:	1
License:	Proprietary
URL:		http://www.adobe.com/products/flashplayer/
Source0:	http://fpdownload.macromedia.com/get/flashplayer/pdc/%{version}/install_flash_player_11_linux.i386.tar.gz
Source1:	http://fpdownload.macromedia.com/get/flashplayer/pdc/%{version}/install_flash_player_11_linux.x86_64.tar.gz
Group:		Networking/WWW
Requires:	curl
Requires(post):	curl
Provides:	flashplayer-plugin == %{version}

# obtained by objdump -x /usr/lib/mozilla/plugins/libflashplayer.so | grep NEEDED
# helper: for i in $(objdump -p libflashplayer.so  | grep NEEDED | awk '{ print $2 }'); do
#	  echo -n "$i: "; rpm -qf /usr/lib64/$i; done
#		libX11.so.6	libXext.so.6	libXt.so.6	libfreetype.so.6
Requires:	%{_lib}x11_6	%{_lib}xext6	%{_lib}xt6	%{_lib}freetype6
#		libfontconfig.so.1	libgtk-x11-2.0.so.0, libgdk-x11-2.0.so.0
Requires:       %{_lib}fontconfig1	%{_lib}gtk+2.0_0
#		libatk-1.0.so.0	libgdk_pixbuf-2.0.so.0	libpangocairo-1.0.so.0, libpango-1.0.so.0
Requires:	%{_lib}atk1.0_0	%{_lib}gdk_pixbuf2.0_0	%{_lib}pango1.0_0
#		libcairo.so.2	libgobject-2.0.so.0, libgmodule-2.0.so.0, libglib-2.0.so.0
Requires:	%{_lib}cairo2	%{_lib}glib2.0_0
#		libnss3.so, libsmime3.so, libssl3.so	libplds4.so, libplc4.so, libnspr4.so
Requires:	%{_lib}nss3				%{_lib}nspr4
# required for audio, dlopened:
Requires:	%{_lib}alsa2
# dlopened:
Requires:	%{_lib}curl4
# dlopened, for video acceleration:
Suggests:	%{_lib}vdpau1
#
Obsoletes:	FlashPlayer < 9.0.115.0-5
Obsoletes:	flashplayer < %{version}
Obsoletes:	flash-plugin < %{version}
Obsoletes:	FlashPlayer-plugin < %{version}
Obsoletes:	flashplayer-plugin < %{version}

# Conflict with free plugins to avoid user confusion as to which one is
# actually used:
Conflicts:	gnash-firefox-plugin
Conflicts:	swfdec-mozilla
Conflicts:	lightspark-mozilla-plugin
Conflicts:	libflashsupport < 0.20080000.1
Obsoletes:	flash-player-plugin10.2 < 10.2.152

%description
Adobe Flash Player plugin for browsers.

NOTE: This package does not contain the Flash Player itself. The
software will be automatically downloaded from Adobe during package
installation. Alternatively you can use the command
"download-flash-player-plugin" manually.

Installing this package indicates acceptance of the EULA, available
from http://www.adobe.com/products/eulas/players/flash/.

%package kde
Summary:	KDE workspace files
Group:		Networking/WWW
Requires:	%{name} = %{version}

%description kde
Adobe Flash files to work with KDE

%prep
%setup -c -T

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}
cd %{buildroot}
%ifarch x86_64
%__tar xzf %{SOURCE1}
%else
%__tar xzf %{SOURCE0}
%endif

%__mkdir_p %{buildroot}%{_libdir}/mozilla/plugins/
%__chmod 0755 libflashplayer.so
%__mv libflashplayer.so %{buildroot}%{_libdir}/mozilla/plugins/

rm -f %{buildroot}/readme.txt

%files
%{_bindir}/flash-player-properties
%{_libdir}/mozilla/plugins/*.so
%{_datadir}/applications/*.desktop
%{_datadir}/icons/*
%{_datadir}/pixmaps/*

%files kde
%{_libdir}/kde4/kcm_adobe_flash_player.so
%ifarch x86_64
# Adobe added symlink for some reason
/usr/lib/kde4/kcm_adobe_flash_player.so
%endif
%{_datadir}/kde4/*


%changelog
* Wed May 14 2014 Denis Silakov <denis.silakov@rosalab.ru> 11.2.202.359-1
+ Revision: f8039ce
- Updated to 11.2.202.359

* Wed Nov 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 11.2.202.310-1
+ Revision: c445356
- Fix gtk req

* Wed Nov 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 11.2.202.310-1
+ Revision: 9c7c9c9
- Fix requires

* Wed Nov 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 11.2.202.310-1
+ Revision: 4c2ae6f
- Disable debug

* Thu Oct 10 2013 Denis Silakov <denis.silakov@rosalab.ru> 11.2.202.310-1
+ Revision: a953a53
- Fix typo

* Thu Oct 10 2013 Denis Silakov <denis.silakov@rosalab.ru> 11.2.202.310-1
+ Revision: 1034ea8
- Added symlink

* Thu Oct 10 2013 Denis Silakov <denis.silakov@rosalab.ru> 11.2.202.310-1
+ Revision: ec76b41
- LOG Updated to 11.2.202.310

* Wed Jul 24 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 11.2.202.297-1
+ Revision: c44740f
- Security fix

* Wed Jul 10 2013 Danila Leontiev <danila.leontiev@rosalinux.ru> 11.2.202.297-1
+ Revision: aeacb1d
- Security fix

* Fri Jun 14 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 11.2.202.291-1
+ Revision: 74d9fb5
- Security fix

* Thu May 16 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 11.2.202.285-1
+ Revision: 301199d
- Security fix

* Wed Apr 17 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 11.2.202.280-1
+ Revision: 5463094
- Security fix

* Thu Mar 21 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 11.2.202.275-1
+ Revision: a247fe1
- Security update

* Thu Mar 21 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 11.2.202.275-1
+ Revision: 95315ac
- Security update

* Thu Mar 21 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 11.2.202.275-1
+ Revision: faf6f6c
- Security update

* Thu Mar 21 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 11.2.202.275-1
+ Revision: 537455d
- Security update

* Thu Feb 14 2013 Ilya Porvin <ilya.porvin@rosalab.ru> 11.2.202.270-1
+ Revision: 4341181
- upgradet for bug fix

* Thu Feb 14 2013 Ilya Porvin <ilya.porvin@rosalab.ru> 11.2.202.270-1
+ Revision: 17516fe
- upgradet for bug fix

* Fri Jan 25 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 11.2.202.261-1
+ Revision: 3b05575
- Security fix

* Thu Jan 24 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 11.5.502.146-1
+ Revision: cc7ef3f
- Security fix

* Thu Jan 24 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 11.5.502.146-1
+ Revision: bfdbbd6
- Security fix

* Thu Jan 24 2013 Danila Leontiev <danila.leontiev@rosalab.ru> 11.5.502.146-1
+ Revision: 1843369
- Security fix

* Thu Oct 11 2012 Ilya Porvin <ilya.porvin@rosalab.ru> 11.2.202.243-1
+ Revision: 20d0416
- Updated to fix security bugs

* Thu Oct 11 2012 Ilya Porvin <ilya.porvin@rosalab.ru> 11.2.202.243-1
+ Revision: cd2bc8b
- Updated to fix security bugs

* Thu Oct 11 2012 Ilya Porvin <ilya.porvin@rosalab.ru> 11.2.202.243-1
+ Revision: 0eacbb0
- Updated to fix security bugs

* Thu Oct 11 2012 Ilya Porvin <ilya.porvin@rosalab.ru> 11.2.202.243-1
+ Revision: 553badc
- Updated to fix security bugs

* Thu Oct 11 2012 Ilya Porvin <ilya.porvin@rosalab.ru> 11.2.202.243-1
+ Revision: 21de14c
- Updated to fix security bugs

* Thu Oct 11 2012 Ilya Porvin <ilya.porvin@rosalab.ru> 11.2.202.243-1
+ Revision: ec82e4c
- Updated to fix security bugs

* Tue Aug 21 2012 Danila Leontiev <danila.leontiev@rosalab.ru> 11.2.202.238-1
+ Revision: 7ad570f
- Security fixes

* Sat Apr 28 2012 Alexander Kazancev <kazancas@mandriva.ru> 11.2.202.233-4
+ Revision: c54ee19
- Up version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26380 |14nr|flight-of-the-amazon-queen-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define scummvmdir %{_datadir}/scummvm/

Summary:	A adventure game using scummvm
Name:		flight-of-the-amazon-queen
Version:	1.0.0
Release:	%mkrel 1
Source0:	http://prdownloads.sourceforge.net/scummvm/FOTAQ_Talkie.tar.bz2
License:	Freeware
Url:		http://scummvm.org
Group:		Games/Adventure
Requires:	scummvm
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Flight of the Amazon Queen is a 2D point-and-click adventure game set
in the 1940s, originally published for DOS and the Amiga.  You assume
the role of Joe King, a pilot for hire who is given the job of
flyingFaye Russell (a famous movie star) into the Amazon jungle for a
photo shoot. Of course, things never go according to plans. After an
unfortunate turn of events they find themselves stranded in the heart
of the Amazon jungle, where Joe will embark on a quest to rescue a
kidnapped princess and in the process, discover the true sinister
intentions of a suspiciously located Lederhosen company. In a rich 2D
environment, Joe will cross paths with a variety of unlikely jungle
inhabitants including, but not limited to, a tribe of Amazon women and
6-foot- tall pygmies.

This game was released by Krome Studios to help the scummvm
project. However, this is not a free game ( free as freespeech ), even
if source code can be seen.

%prep
%setup -q -n FOTAQ_Talkie/

%build

%install
%__rm -rf %{buildroot}
%__mkdir -p %{buildroot}/%{scummvmdir}/%{name}
%__cp queen* %{buildroot}/%{scummvmdir}/%{name}

%__mkdir -p %{buildroot}%{_datadir}/applications

%__cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Flight Of The Amazon Queen
Comment=%{summary}
Exec=%{_gamesbindir}/scummvm -p%{scummvmdir}/%{name}  queen
Icon=scummvm
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;AdventureGame;
EOF

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc readme.txt
%{scummvmdir}/%{name}
%{_datadir}/applications/mandriva-*




%changelog
* Thu Aug 02 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.0-1
+ Revision: b2e8880
- Automatic import for version 1.0.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26381 |14nr|flvstreamer-2.1c1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name 	flvstreamer
%define version 2.1c1
%define release %mkrel 1

Summary: 	Open source command line RTMP client
Name: 		%{name}
Version: 	%{version}
Release: 	%{release}
License: 	GPLv2+
Group: 		Networking/File transfer
Url: 		http://savannah.nongnu.org/projects/flvstreamer
Source: 	http://mirrors.linhub.com/savannah/flvstreamer/source/flvstreamer-%{version}.tar.gz
BuildRoot: 	%{_tmppath}/%{name}-root

%description
Flvstreamer is an open source command-line RTMP client intended to stream 
audio or video content from all types of flash or rtmp servers. Forked from 
rtmpdump v1.6 with encrypted rtmp and swf verification support removed. This 
tool provides free interoperability with the previously undocumented adobe 
RTMP protocol so widely in use on the internet today. It was developed 
entirely by reverse engineering methods and without access to any proprietary 
or restrictive-license protocol specifications. 

%prep
%setup -q -n %{name}

%build
%make posix OPT="%optflags" XLDFLAGS="%{?ldflags}"

%install
rm -fr $RPM_BUILD_ROOT
mkdir -p %{buildroot}%{_bindir}
find -type f -perm -u+x | xargs install -m755 -t %{buildroot}%{_bindir}

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README ChangeLog
%{_bindir}/flvstreamer
%{_bindir}/streams
%{_bindir}/rtmpsrv
%{_bindir}/rtmpsuck



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.1c1-1
+ Revision: 2f59c7d
- Automatic import for version 2.1c1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26382 |14nr|fmod3-3.75-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname fmod
%define		major 3
%define		libname %mklibname %{oname} %{major}
%define		develname %mklibname %{oname} -d
%define		oversion 375

Summary:	Fast, powerful, easy to use sound system
Name:		fmod3
Version:	3.75
Release:	2
License:	FMOD Licence (free for non-commercial use)
Group:		System/Libraries
URL:		http://www.fmod.org/
Source:		http://www.fmod.org/files/fmodapi%{oversion}linux.tar.gz
ExclusiveArch:	%{ix86}

%description
FMOD is a fast, powerful, and easy to use sound system. It runs on
Windows, Linux, Windows CE, and now also on Macintosh, GameCube, PS2,
and XBox. FMOD supports 3D sound, midi, mods, mp3, ogg vorbis, wma, aiff,
recording, obstruction/occlusion, cd playback (analog or digital), cd ripping,
mmx, internet streaming, dsp effects, spectrum analysis, user created samples
and streams, synchronization support, ASIO, EAX 2&3, C/C++/VB/Delphi and more.

%package -n %{libname}
Summary:	Fast, powerful, easy to use sound system
Group:		System/Libraries
# Library doesn't have soname so linked stuff requires just libfmod.so
Provides:	libfmod.so

%description -n %{libname}
FMOD is a fast, powerful, and easy to use sound system. It runs on
Windows, Linux, Windows CE, and now also on Macintosh, GameCube, PS2,
and XBox. FMOD supports 3D sound, midi, mods, mp3, ogg vorbis, wma, aiff,
recording, obstruction/occlusion, cd playback (analog or digital), cd ripping,
mmx, internet streaming, dsp effects, spectrum analysis, user created samples
and streams, synchronization support, ASIO, EAX 2&3, C/C++/VB/Delphi and more.

%package -n %{develname}
Summary:	Header files and documentation for %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
This package contains the header files and development documentation
for %{name}. If you like to develop programs using %{name}, you will
need to install %{name}-devel.

%prep
%setup -qn fmodapi%{oversion}linux

%install
install -Dp -m0755 api/libfmod-%{version}.so %{buildroot}%{_libdir}/libfmod-%{version}.so.%{major}
ln -s %{_libdir}/libfmod-%{version}.so.%{major} %{buildroot}%{_libdir}/libfmod.so

install -d %{buildroot}%{_includedir}/fmod3/
cp api/inc/*.h %{buildroot}%{_includedir}/fmod3/

%files -n %{libname}
%defattr(-, root, root, 0755)
%doc README.TXT
%{_libdir}/*.so.*

%files -n %{develname}
%defattr(644, root, root, 0755)
%doc documentation/* media/ samples/
%{_includedir}/fmod3/
%{_libdir}/*.so


%changelog
* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.75-2
+ Revision: 2d1c8d1
- LOG Update library package provides, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26383 |14nr|foomatic-db-nonfree-20121123-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		foomatic-db-nonfree
Version:	20121123
Release:	1
Summary:	Foomatic database extensions
License:	GPLv2 and MIT
Group:		System/Servers
Url:		http://www.linuxprinting.org/
Source:		http://www.linuxprinting.org/download/foomatic/%{name}-%{version}.tar.gz
# Perl script to clean up Manufacturer entries in the PPD files, so that
# drivers are sorted by the printer manufacturer in the graphical frontends
Source2:	cleanppd.pl.bz2
Requires:	foomatic-db-engine
BuildArch:	noarch
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	cups
BuildRequires:	cups-common
BuildRequires:	foomatic-db-engine

%description
Foomatic database extension with manufacturer-supplied PPD files
released under non-free licenses.

%prep

##### FOOMATIC

# Source trees for installation
%setup -q 

%build
# Makefile generation ("./make_configure" for CVS snapshots)
./make_configure
# Fix for lib64 architectures, avoid patch
perl -pi -e "s@/usr/lib/(cups|pdq|ppr)@%{_libdir}/\1@g" configure

# We do not compress the PPDs now, so that we can do a clean-up
%configure --disable-gzip-ppds

# "make" is not needed for this package, there is nothing to build

# Delete drivers with empty command line prototype, they would give
# unusable printer/driver combos.
#FOOMATICDB=`pwd` %{_sbindir}/foomatic-cleanupdrivers

# Correct recommended driver "gimp-print" or "gutenprint", must be 
# "gutenprint-ijs.5.0".
for f in db/source/printer/*.xml; do
	perl -p -i -e 's:<driver>(gimp-|guten)print</driver>:<driver>gutenprint-ijs.5.0</driver>:' $f
done

%install
# Do not use "make" macro, as parallelized build of Foomatic does not
# work.

# Install data files
make	PREFIX=%{_prefix} \
        DESTDIR=%{buildroot} \
        install

# Uncompress Perl script for cleaning up the PPD files
bzcat %{SOURCE2} > ./cleanppd.pl
chmod a+rx ./cleanppd.pl

# Do the clean-up
find %{buildroot}%{_datadir}/foomatic/db/source/PPD -name "*.ppd" -exec ./cleanppd.pl '{}' \;

# Remove PPDs which are not Adobe-compliant and therefore not working with
# CUPS 1.1.20 or newer
for ppd in `find %{buildroot}%{_datadir}/foomatic/db/source/PPD -name "*.ppd.gz"`
do
	cupstestppd -q $ppd || (
		rm -f $ppd && \
		echo "$ppd not Adobe-compliant. Deleted." && \
		echo $ppd >> deletedppds-%{name}-%{version}-%{release}.txt
	)
done

##### GENERAL STUFF

# Correct permissions
for f in %{buildroot}%{_datadir}/foomatic/db/source/*/*.xml; do
  chmod a-x $f
done

##### SCRIPTS

# Restart the CUPS daemon when it is running, but do not start it when it
# is not running. The restart of the CUPS daemon updates the CUPS-internal
# PPD index

%post
/sbin/service cups condrestart > /dev/null 2>/dev/null || :

%postun
/sbin/service cups condrestart > /dev/null 2>/dev/null || :

%files
%defattr(-,root,root)
%_datadir/foomatic/db/source/driver/*.xml
%_datadir/foomatic/db/source/PPD/*



%changelog
* Fri Nov 23 2012 Rosa <rosa@abf.rosalinux.ru> 20121123-1
+ Revision: a2924ee
- Automatic import for version 20121123-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26384 |14nr|freecol-0.10.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	FreeCol is an open version of the game Colonization
Name:		freecol
Version:	0.10.5
Release:	2
License:	GPLv2+
Group:		Games/Strategy
Url:		http://www.freecol.org/
Source:		http://prdownloads.sourceforge.net/freecol/freecol-%{version}-src.zip
BuildRequires:	ant
BuildRequires:	unzip
BuildRequires:	xerces-j2
BuildRequires:	java-devel >= 1.6
Requires:	java >= 1.6
Requires:	desktop-common-data
BuildArch:	noarch

%description
FreeCol is an open version of Colonization. It is a Civilization-like game in
which the player has to conquer the new world.

%files
%defattr(0755,root,root,0755)
%{_bindir}/freecol
%defattr(0644,root,root,0755)
%doc packaging/common/{COPYING,README}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/games/freecol
%{_datadir}/pixmaps/freecol.xpm

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}

%build
ant

%install
mkdir -p %{buildroot}%{_datadir}/games/freecol
cp FreeCol.jar %{buildroot}%{_datadir}/games/freecol
cp -a {data,jars} %{buildroot}%{_datadir}/games/freecol

mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/freecol << EOF
#!/bin/sh

java -Xmx256M -jar %{_datadir}/games/freecol/FreeCol.jar \\
	--freecol-data %{_datadir}/games/freecol/data
EOF

mkdir -p %{buildroot}%{_datadir}/pixmaps
cp packaging/common/freecol.xpm %{buildroot}%{_datadir}/pixmaps

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=FreeCol
Comment=FreeCol is an open version of the game Colonization
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;StrategyGame;
EOF


%changelog
* Wed May 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.5-2
+ Revision: d1de62f
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26385 |14nr|gcad3d-2.01-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		oname	gCAD3D
#useless empty debug 
%define debug_package	%{nil}
%ifarch x86_64
%define ARCH 64
%else
%define ARCH 32
%endif

Name:		gcad3d
Version:	2.01
Release:	2
Summary:	A 3D CAD CAM application
Group:		Graphics
License:	Freeware
URL:		http://www.gcad3d.org/
# source is extracted from .deb packages in Downloads section
Source0:	%{name}-%{version}.tar.bz2
%rename		%{oname}

%description
gCAD3D is a 3D CAD CAM application that features an integrated 3D OpenGL
viewer, a program interpreter for geometry and NC-commands in 3D, an 
integrated NC-processor, and a programming interface for user programs.

It can
-Import and display data from Iges, Step, wire frame and solid objects 
-Create and modify wire frame elements
-Create surfaces
-Create simple solid bodies
-Assemble user-created ancillary programs
-Export wire frame elements as DXF and Iges
-Export surfaces as Vrml-1, Vrml-2, obj, tw Iges

It cannot yet
-Blend or modify surfaces
-Create or modify complex solid bodies

%prep
%setup -q

%build
# nothing to build 

%install
mkdir -p %{buildroot}%{_prefix}
%ifarch x86_64
cp -r %{oname}-%{version}-Linux64/* %{buildroot}/
%else
cp -r %{oname}-%{version}-Linux-x86/* %{buildroot}/
%endif

#symlinking default gui-lib 
ln %{buildroot}/usr/lib/%{oname}/binLinux%{ARCH}/xa_gui_gtk3.so %{buildroot}/usr/lib/%{oname}/binLinux%{ARCH}/xa_gui.so





mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<@@@
[Desktop Entry]
Name=gCAD3D
Exec=%{name}
Icon=%{_datadir}/%{name}/icons/%{oname}.xpm
Comment=A 3D CAD CAM application
Type=Application
Categories=Graphics;
Terminal=false
@@@




rm -rf %{buildroot}%{_datadir}/menu

%files
%{_docdir}/%{name}
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_prefix}/lib/%{oname}





%changelog
* Tue Mar 12 2013 symbianflo <symbianflo@mandrivausers.ro> 2.01-2
+ Revision: 52e6111
- LOG update to 2.01, add,fix gui-libs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26386 |14nr|get_iplayer-2.80-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Programme(.*)\\)|perl\\(Streamer\\)'
%endif


Summary:	iPlayer TV, Radio, Podcase, Programmes stream tool
Name:		get_iplayer
Version:	2.80
Release:	4
License:	GPL
Group:		Networking/File transfer
Url:		http://www.infradead.org/get_iplayer/html/get_iplayer.html
Source:		ftp://ftp.infradead.org/pub/get_iplayer/get_iplayer-%{version}.tar.gz
Suggests:	flvstreamer
BuildArch:	noarch

%description
Lists, searches and records BBC iPlayer TV/Radio, BBC Podcast and 
ITVplayer TV programmes

Note: This is the version from:
  http://www.infradead.org/get_iplayer/html/get_iplayer.html
which is a fork/continuation of the original from:
  http://linuxcentre.net/getiplayer
which was discontinued as outlined here:
  http://linuxcentre.net/get_iplayer-dropped-in-response
  -to-bbcs-lack-of-support-for-open-source

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
mkdir -p %{buildroot}%{_datadir}/%{name}/plugins

install -m 755 get_iplayer %{buildroot}%{_bindir}
install -m 644 plugins/*.plugin %{buildroot}%{_datadir}/%{name}/plugins/

%files
%doc README.txt
%{_bindir}/get_iplayer
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/plugins
%{_datadir}/%{name}/plugins/*.plugin


%changelog
* Mon Dec 03 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.80-4
+ Revision: a6ec9e7
- LOG Update Requires exceptions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26387 |14nr|get-jre7-oracle-1.7.0.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#------- Edit this to update package version ------- #
%define buildver 3
%define i586md5 cfce10a05f8d152d39aef892f2cd4011
%define x86_64md5 3d3e206cea84129f1daa8e62bf656a28
#--------------- End of edit area ------------------ #

%define oname    jre
%define origin   oracle
%define majorver 7
%define javaver  1.%{majorver}.0
%define version  %{javaver}.%{buildver}

# Priority for update-alternatives
%define priority 17000

# Name is get-jre7-oracle
%define name get-%{oname}%{majorver}-%{origin}

# Define download dir
%define tmp_download_dir /tmp

# Define install prefix
%define installprefix %{_jvmdir}

# A bit of magic for low update versions

%if %{buildver} < 10
%define installdir %{installprefix}/%{oname}%{javaver}_0%{buildver}
%else
%define installdir %{installprefix}/%{oname}%{javaver}_%{buildver}
%endif

%ifarch x86_64
%define archinstall amd64
%define dfile %{oname}-%{majorver}u%{buildver}-linux-x64.tar.gz
%define durl http://download.oracle.com/otn-pub/java/jdk/%{majorver}u%{buildver}-b04/%{dfile}
%define md5 %{x86_64md5}
%define javaplugin libjavaplugin.so.%{_arch}
%endif

%ifarch %{ix86}
%define archinstall i386
%define dfile %{oname}-%{majorver}u%{buildver}-linux-i586.tar.gz
%define durl http://download.oracle.com/otn-pub/java/jdk/%{majorver}u%{buildver}-b04/%{dfile}
%define md5 %{i586md5}
%define javaplugin libjavaplugin.so
%endif

Summary: Installer for Oracle Java %{majorver}
Name: %{name}
Version: %{version}
Release: 2
License: Proprietary
Group: Development/Java
BuildRoot: %{_tmppath}/%{name}-%{version}
Url: http://www.java.com

Requires(pre): wget
Requires(post): update-alternatives
Requires(postun): update-alternatives

# Standard JPackage base provides.
Provides:	java = %{epoch}:%{javaver}
Provides:	java-%{javaver} = %{epoch}:%{version}-%{release}
Provides:	java-%{origin} = %{epoch}:%{version}-%{release}
Provides:	jre = %{javaver}
Provides:	jre-%{javaver} = %{epoch}:%{version}-%{release}
Provides:	jre-%{javaver}-%{origin} = %{epoch}:%{version}-%{release}
Provides:	jre-%{origin} = %{epoch}:%{version}-%{release}

# Standard JPackage extensions provides.
Provides:	jndi = %{epoch}:%{version}
Provides:	jndi-ldap = %{epoch}:%{version}
Provides:	jndi-cos = %{epoch}:%{version}
Provides:	jndi-rmi = %{epoch}:%{version}
Provides:	jndi-dns = %{epoch}:%{version}
Provides:	jaas = %{epoch}:%{version}
Provides:	jsse = %{epoch}:%{version}
Provides:	jce = %{epoch}:%{version}
Provides:	jdbc-stdext = 4.1
Provides:	java-sasl = %{epoch}:%{version}
Provides:	java-fonts = %{epoch}:%{version}

# Standard JPackage plugin provides.
Provides:	java-plugin = %{javaver}
Provides:	java-%{javaver}-%{origin}-plugin = %{epoch}:%{version}-%{release}

Conflicts:      get-jdk%{majorver}-oracle

%description
Java is a programming language originally developed by James Gosling at Sun
Microsystems (which has since merged into Oracle Corporation) and released in
1995 as a core component of Sun Microsystems' Java platform. The language
derives much of its syntax from C and C++ but has a simpler object model and
fewer low-level facilities. Java applications are typically compiled to byte
code (class file) that can run on any Java Virtual Machine (JVM) regardless
of computer architecture. Java is a general-purpose, concurrent, class-based,
object-oriented language that is specifically designed to have as few
implementation dependencies as possible. It is intended to let application
developers "write once, run anywhere" (WORA), meaning that code that runs on
one platform does not need to be recompiled to run on another. Java is
currently one of the most popular programming languages in use, particularly
for client-server web applications, with a reported 10 million users.

%prep

%build

%install

%files

%pre
# Inspired by get-skype package
cd %{tmp_download_dir} || exit 1
wget --force-clobber --timeout=30 --tries=3 %{durl} -O %{dfile}
[[ -f %{dfile} ]] || { echo "Download failed"; exit 1; }
md5chk=$(md5sum %{dfile} | cut -d' ' -f1)
[[ %{md5} = $md5chk ]] || { echo "Download checksum failed"; rm %{dfile};\
exit 1; }

%post
# Installing Java
mkdir -p %{installprefix}
tar -xvzpf %{tmp_download_dir}/%{dfile} -C %{installprefix}

# Creation extension symlinks.
mkdir -p %{installdir}/exports
  pushd %{installdir}/exports
    RELATIVE=%{installdir}/lib
    ln -sf $RELATIVE/jsse.jar jsse-%{version}.jar
    ln -sf $RELATIVE/jce.jar jce-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-ldap-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-cos-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-rmi-%{version}.jar
    ln -sf $RELATIVE/rt.jar jaas-%{version}.jar
    ln -sf $RELATIVE/rt.jar jdbc-stdext-%{version}.jar
    ln -sf jdbc-stdext-%{version}.jar jdbc-stdext-3.0.jar
    ln -sf $RELATIVE/rt.jar sasl-%{version}.jar
    for jar in *-%{version}.jar
    do
      if [ x%{version} != x%{javaver} ]
      then
        ln -sf $jar $(echo $jar | sed "s|-%{version}.jar|-%{javaver}.jar|g")
      fi
      ln -sf $jar $(echo $jar | sed "s|-%{version}.jar|.jar|g")
    done
  popd

# Need this if no Java or Firefox installed
mkdir -p %{_jvmdir}
mkdir -p %{_jvmjardir}
mkdir -p %{_libdir}/mozilla/plugins

# Updating alternatives
update-alternatives\
  --install %{_bindir}/java java %{installdir}/bin/java %{priority} \
  --slave %{_jvmdir}/jre jre %{installdir} \
  --slave %{_jvmjardir}/jre jre_exports %{installdir}/exports \
  --slave %{_bindir}/ControlPanel ControlPanel %{installdir}/bin/ControlPanel \
  --slave %{_bindir}/java_vm java_vm %{installdir}/bin/java_vm \
  --slave %{_bindir}/javaws javaws %{installdir}/bin/javaws \
  --slave %{_bindir}/jcontrol jcontrol %{installdir}/bin/jcontrol \
  --slave %{_bindir}/keytool keytool %{installdir}/bin/keytool \
  --slave %{_bindir}/orbd orbd %{installdir}/bin/orbd \
  --slave %{_bindir}/pack200 pack200 %{installdir}/bin/pack200 \
  --slave %{_bindir}/policytool policytool %{installdir}/bin/policytool \
  --slave %{_bindir}/rmid rmid %{installdir}/bin/rmid \
  --slave %{_bindir}/rmiregistry rmiregistry %{installdir}/bin/rmiregistry \
  --slave %{_bindir}/servertool servertool %{installdir}/bin/servertool \
  --slave %{_bindir}/tnameserv tnameserv %{installdir}/bin/tnameserv \
  --slave %{_bindir}/unpack200 unpack200 %{installdir}/bin/unpack200 \
  --slave %{_mandir}/man1/java.1 java.1 \
  %{installdir}/man/man1/java.1 \
  --slave %{_mandir}/man1/javaws.1 javaws.1 \
  %{installdir}/man/man1/javaws.1 \
  --slave %{_mandir}/man1/keytool.1 keytool.1 \
  %{installdir}/man/man1/keytool.1 \
  --slave %{_mandir}/man1/orbd.1 orbd.1 \
  %{installdir}/man/man1/orbd.1 \
  --slave %{_mandir}/man1/pack200.1 pack200.1 \
  %{installdir}/man/man1/pack200.1 \
  --slave %{_mandir}/man1/policytool.1 policytool.1 \
  %{installdir}/man/man1/policytool.1 \
  --slave %{_mandir}/man1/rmid.1 rmid.1 \
  %{installdir}/man/man1/rmid.1 \
  --slave %{_mandir}/man1/rmiregistry.1 rmiregistry.1 \
  %{installdir}/man/man1/rmiregistry.1 \
  --slave %{_mandir}/man1/servertool.1 servertool.1 \
  %{installdir}/man/man1/servertool.1 \
  --slave %{_mandir}/man1/tnameserv.1 tnameserv.1 \
  %{installdir}/man/man1/tnameserv.1 \
  --slave %{_mandir}/man1/unpack200.1 unpack200.1 \
  %{installdir}/man/man1/unpack200.1

update-alternatives\
  --install %{_jvmdir}/jre-%{origin} \
  jre_%{origin} %{installdir} %{priority} \
  --slave %{_jvmjardir}/jre-%{origin} \
  jre_%{origin}_exports %{installdir}/exports

update-alternatives\
  --install %{_jvmdir}/jre-%{javaver} \
  jre_%{javaver} %{installdir} %{priority} \
  --slave %{_jvmjardir}/jre-%{javaver} \
  jre_%{javaver}_exports %{installdir}/exports

# Browser plugin
update-alternatives\
  --install %{_libdir}/mozilla/plugins/libjavaplugin.so %{javaplugin} \
  %{installdir}/lib/%{archinstall}/libnpjp2.so %{priority}


# Setting Oracle Java the default one
update-alternatives --set java %{installdir}/bin/java
update-alternatives --set jre_%{origin} %{installdir}
update-alternatives --set jre_%{javaver} %{installdir}
update-alternatives --set %{javaplugin} \
  %{installdir}/lib/%{archinstall}/libnpjp2.so

# Delete downloaded file
rm -f %{tmp_download_dir}/%{dfile}

%postun
# Remove JAVA
rm -rf %{installdir}

# Removing alternatives
update-alternatives --remove java %{installdir}/bin/java
update-alternatives --remove jre_%{origin} %{installdir}
update-alternatives --remove jre_%{javaver} %{installdir}
update-alternatives --remove %{javaplugin} \
  %{installdir}/lib/%{archinstall}/libnpjp2.so



%changelog
* Sun Feb 26 2012 Andrew Lukoshko <andrew.lukoshko@rosalab.ru> 1.7.0.3-2
+ Revision: 86a4007
- - change version format
- - moved to /usr/lib/jvm
- - make Provides, alternatives and exports sections compatible with OpenJDK
- - no more symlinks for browser plugin and ControlPanel
- - drop -sun compatibility origin
- - spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26388 |14nr|get-skype-4.3.0.37-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define instdir			%{_datadir}/skype
%define langdir			%{instdir}/lang
%define avatardir		%{instdir}/avatars
%define sounddir		%{instdir}/sounds
%define docdir			%{_datadir}/doc/skype
%define dbusdir			%{_sysconfdir}/dbus-1/system.d

ExclusiveArch: %{ix86}

# When updating tarball check that download size in description
# is correct

# %ifarch %{x86_64}
#define tar_name		skype_static
#define md5			f749e1c109fbe182b44d462d04f46bee
# %endif

%ifarch %{ix86}
%define tar_name		skype
%define md5			95db8f2072b9acd6f79ed42da3d6db79
%endif


%define tmp_download_dir	%{_localstatedir}/lib/%{name}

# Don't generate dependencies for bundled libs
AutoReqProv:	no

Summary:	Download and Install Skype
Name:		get-skype
Version:	4.3.0.37
Release:	2
License:	Proprietary
Group:		Networking/Instant messaging
Url:		http://www.skype.com
Requires:	wget
%ifarch %{ix86}
Requires:	libqtcore4
Requires:	libqtdbus4
Requires:	libqtnetwork4
Requires:	libqtwebkit4
Requires:	libqtgui4
Requires:	libqtsvg4
Requires:	libqtxml4
Requires:	libxscrnsaver1
Requires:	libxv1
Requires:	libv4l-wrappers
Requires:	libalsa2
Requires:	libpulseaudio0
%endif
%ifarch x86_64
Requires:	libz1
%endif

Obsoletes:	skype < %{version}
Provides:	skype = %{version}-%{release}

# The following are lists of filenames (124 in total) placed 
# in versioned text files to save clutter in the spec file.
Source0:	avatars-%{version}.txt
Source1:	sounds-%{version}.txt
Source2:	lang-%{version}.txt
# skype-txt-gen is a script to generate the above txt files, it
# also computes the md5sum from a downloaded version.
# See notes in the script.
Source3:	skype-txt-gen
# Manually created skype.desktop to replace invalid original in tar.bz2
Source4:	skype.desktop
# Dependencies for x86_64 package
Source5:	skypelibs.tar.xz
# Disable rpmlint for /opt
Source6:	get-skype.rpmlintrc

%description
This is an installer for Skype-%{version}.

This package does not contain any program files as the Skype license does
not allow distribution. By installing this package you will download and
install Skype from skype.com.
You must accept the Skype EULA before using it.
Please be patient, this is a 23 MB download and may take some time.
Removing this package will uninstall Skype from your system.

%files
%ghost %doc %{docdir}
%{_bindir}/skype
%ifarch x86_64
/opt/skypelibs
%endif
%attr(0644, root, root) %{_datadir}/applications/skype.desktop
%ghost %{_iconsdir}/skype.png
%ghost %{_iconsdir}/SkypeBlue_*.png
%ghost %{instdir}
%ghost %{dbusdir}/skype.conf

%pre
mkdir -p %{tmp_download_dir}
[[ -d %{tmp_download_dir} ]] || exit 1
cd %{tmp_download_dir} || exit 1

#ifarch x86_64
#wget --force-clobber --timeout=30 --tries=3 "http://download.skype.com/linux/skype_static-%{version}.tar.bz2"
#endif

%ifarch %{ix86}
wget --force-clobber --timeout=30 --tries=3 "http://download.skype.com/linux/skype-%{version}.tar.bz2"
%endif

[[ -f %{tar_name}-%{version}.tar.bz2 ]] || { echo "Download failed"; rm -r %{tmp_download_dir}; exit 1; }
md5chk=$(md5sum %{tar_name}-%{version}.tar.bz2 | cut -d' ' -f1)
[[ %{md5} = $md5chk ]] || { echo "Download checksum failed"; rm %{tar_name}-%{version}.tar.bz2;\
cd ..; rm -r %{tmp_download_dir}; exit 1; }

#----------------------------------------------------------------------------

%install
install -d -m 0755 %{buildroot}%{_bindir}
install -d -m 0755 %{buildroot}%{_datadir}/applications
install -m 755 %{SOURCE4} %{buildroot}%{_datadir}/applications/
install -d -m 0755 %{buildroot}%{instdir}
touch %{buildroot}%{instdir}/skype
install -d -m 0755 %{buildroot}%{dbusdir}
touch %{buildroot}%{dbusdir}/skype.conf
install -d -m 0755 %{buildroot}%{docdir}
touch %{buildroot}%{docdir}/{LICENSE,README}

install -d -m 0755 %{buildroot}%{instdir}/icons
install -d -m 0755 %{buildroot}%{_iconsdir}
touch %{buildroot}%{_iconsdir}/skype.png
for i in 16 32 48; do
touch %{buildroot}%{_iconsdir}/SkypeBlue_${i}x${i}.png
touch %{buildroot}%{instdir}/icons/SkypeBlue_${i}x${i}.png
done

install -d -m 0755 %{buildroot}%{avatardir}
while read line; do
touch %{buildroot}%{avatardir}/"$line"
done < %{SOURCE0}

install -d -m 0755 %{buildroot}%{sounddir}
while read line; do
touch %{buildroot}%{sounddir}/"$line"
done < %{SOURCE1}

install -d -m 0755 %{buildroot}%{langdir}
while read line; do
touch %{buildroot}%{langdir}/skype_"$line"
done < %{SOURCE2}

%ifarch x86_64
install -d -m 0755 %{buildroot}/opt
tar Jxf %{SOURCE5} -C %{buildroot}/opt

echo '#!/bin/bash
if [ "`pidof skype`" != "" ]; then
    echo "Skype is already running!"
else
    LD_LIBRARY_PATH=/opt/skypelibs LD_PRELOAD=/opt/skypelibs/v4l2convert.so env PULSE_LATENCY_MSEC=60 %{instdir}/skype "$@"
fi' \
 > %{buildroot}%{_bindir}/skype && chmod +x %{buildroot}%{_bindir}/skype
%endif

%ifarch %{ix86}
echo '#!/bin/bash
if [ "`pidof skype`" != "" ]; then
    echo "Skype is already running!"
else
    LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so env PULSE_LATENCY_MSEC=60 %{instdir}/skype "$@"
fi' \
 > %{buildroot}%{_bindir}/skype && chmod +x %{buildroot}%{_bindir}/skype
%endif


%post
tmp_extract_dir=$(mktemp -d)
if ! [[ -d $tmp_extract_dir ]]; then
echo "Failed to create temporary directory"
rm -r %{tmp_download_dir} 
exit 1
fi

%ifarch x86_64
%define tmp_skype_dir ${tmp_extract_dir}/%{tar_name}QT-%{version}
%endif

%ifarch %{ix86}
%define tmp_skype_dir ${tmp_extract_dir}/%{tar_name}-%{version}
%endif

cd ${tmp_extract_dir}
tar jxf %{tmp_download_dir}/%{tar_name}-%{version}.tar.bz2

if ! [[ -d %{tmp_skype_dir} ]]; then
echo "Extracted file folder missing"
cd ..
rm -rf ${tmp_extract_dir}
rm -r %{tmp_download_dir}
exit 1
fi

# If any extra files are installed here then 
# corresponding ghost files need to be added in files

mkdir -p %{instdir}/{avatars,lang,sounds}

cp -f %{tmp_skype_dir}/icons/* %{_iconsdir}
cp -f %{_iconsdir}/SkypeBlue_48x48.png %{_iconsdir}/skype.png
mv -f %{tmp_skype_dir}/skype.conf %{dbusdir}
mv -f %{tmp_skype_dir}/LICENSE %{docdir}
mv -f %{tmp_skype_dir}/README %{docdir}
mv -f %{tmp_skype_dir}/skype %{instdir}
cp -f %{tmp_skype_dir}/avatars/* %{avatardir}/
cp -f %{tmp_skype_dir}/lang/* %{langdir}/
cp -f %{tmp_skype_dir}/sounds/* %{sounddir}/
cd ..
rm -r ${tmp_extract_dir} %{tmp_download_dir}


%changelog
* Tue Jun 24 2014 grendizer <alex.burmashev@rosalab.ru> 4.3.0.37-2
+ Revision: a186a41
- Merge pull request #1 from grendizer/get-skype:rosa2014.1
- merge latest changes



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26389 |14nr|hexen2-1.5.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%ifnarch %x86
%define asm_buildopt USE_X86_ASM=yes
%endif

%ifarch x86_64
%define asm_buildopt USE_X86_ASM=no
%endif


%{?el2:%define _without_freedesktop 1}
%{?rh7:%define _without_freedesktop 1}

%{?el2:%define _without_gtk2 1}
%{?rh7:%define _without_gtk2 1}

# default build options
%define gtk1_buildopt GTK2=yes
%define alsa_buildopt USE_ALSA=yes
%define midi_buildopt USE_MIDI=yes
%define timidity_buildopt USE_CODEC_TIMIDITY=yes
%define wavmusic_buildopt USE_CODEC_WAVE=yes
%define mp3_libraryopt MP3LIB=mad
%define mp3_buildopt USE_CODEC_MP3=yes
%define ogg_buildopt USE_CODEC_VORBIS=yes
# build option overrides
%{?_without_gtk2:%define gtk1_buildopt GTK1=yes}
%{?_without_asm:%define asm_buildopt USE_X86_ASM=no}
%{?_without_alsa:%define alsa_buildopt USE_ALSA=no}
%{?_without_midi:%define midi_buildopt USE_MIDI=no}
%{?_without_timidity:%define timidity_buildopt USE_CODEC_TIMIDITY=no}
%{?_without_wavmusic:%define wavmusic_buildopt USE_CODEC_WAVE=no}
%{?_with_mpg123:%define mp3_libraryopt MP3LIB=mpg123}
%{?_without_mp3:%define mp3_buildopt USE_CODEC_MP3=no}
%{?_without_mp3:%define mp3_libraryopt MP3LIB=none}
%{?_without_ogg:%define ogg_buildopt USE_CODEC_VORBIS=no}
# all build options passed to makefile
%define engine_buildopt	%{asm_buildopt} %{alsa_buildopt} %{midi_buildopt} %{timidity_buildopt} %{wavmusic_buildopt} %{mp3_buildopt} %{mp3_libraryopt} %{ogg_buildopt}

%define desktop_vendor	uhexen2

%define gamecode_ver	1.28

# pre-release version: MAKE SURE to change this
# to an %undefine for the final realease!!
# define prerelease	rc4

# package release number for final-release:
%define pkg_final	1
# package release number for pre-release:
%define pkg_prerel	4

Name:		hexen2
License:	GPLv2
Group:		Games/Arcade
Version:	1.5.6
Release:	1
Summary:	Hexen II: Hammer of Thyrion
URL:		http://uhexen2.sourceforge.net/
Source:		http://download.sourceforge.net/uhexen2/hexen2source-%{version}.tgz
Source1:	http://download.sourceforge.net/uhexen2/hexen2source-gamecode-%{version}.tgz
Source2:	http://download.sourceforge.net/uhexen2/hexenworld-pakfiles-0.15.tgz
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(mad) libmpg123-devel >= 1.12.0
BuildRequires:	pkgconfig(ogg) libvorbis-devel
BuildRequires:	nasm >= 0.98.38
BuildRequires:	desktop-file-utils
BuildRequires:	gtk+-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(alsa)
# timidity++-patches requirement is non-fatal
#%{!?_without_timidity:Requires: timidity++-patches}
# these will be picked by rpm already
#%{!?_without_mp3:Requires: libmad}
#%{!?_without_ogg:Requires: libvorbis}

%description
Hexen II is a class based shooter game by Raven Software from 1997.
Hammer of Thyrion is a port of the GPL'ed source code released by
Raven. This package contains binaries that will run both the original
game and the Portal of Praevus mission pack, a dedicated server and a
launcher application which provides a GTK gui for launching different
versions of the game.

%package -n hexenworld
Group:		Games/Arcade
Summary:	HexenWorld Client and Server
# timidity++-patches requirement is non-fatal
#%{!?_without_timidity:Requires: timidity++-patches}
# these will be picked by rpm already
#%{!?_without_mp3:Requires: libmad}
#%{!?_without_ogg:Requires: libvorbis}
Requires:	hexen2 >= 1.5.0

%description -n hexenworld
Hexen II is a class based shooter game by Raven Software from 1997.
Hammer of Thyrion is a port of the GPL'ed source code released by
Raven. HexenWorld is an extension of Hexen II with enhancements for
internet play. This package contains the files which are required to
run a HexenWorld server or client, and a master server application.

%prep
%setup -q -n hexen2source-%{version} -a1 -a2

%build
# Build the main game binaries
%{__make} -C engine/hexen2 %{engine_buildopt} DEBUG=yes h2
%{__make} -s -C engine/hexen2 clean
%{__make} -C engine/hexen2 %{engine_buildopt} DEBUG=yes glh2
%{__make} -s -C engine/hexen2 clean
# Build the dedicated server
%{__make} -C engine/hexen2/server
# HexenWorld binaries
%{__make} -C engine/hexenworld/server
%{__make} -C engine/hexenworld/client %{engine_buildopt} hw
%{__make} -s -C engine/hexenworld/client clean
%{__make} -C engine/hexenworld/client %{engine_buildopt} glhw
# HexenWorld master server
%{__make} -C hw_utils/hwmaster

# Build h2patch
%{__make} -C h2patch

# Launcher binaries
%{__make} -C launcher %{gtk1_buildopt}

# Build the hcode compiler
%{__make} -C utils/hcc
# Build the game-code
utils/hcc/hcc -src gamecode-%{gamecode_ver}/hc/h2
utils/hcc/hcc -src gamecode-%{gamecode_ver}/hc/h2 -name progs2.src
utils/hcc/hcc -src gamecode-%{gamecode_ver}/hc/portals -oi -on
utils/hcc/hcc -src gamecode-%{gamecode_ver}/hc/hw -oi -on
utils/hcc/hcc -src gamecode-%{gamecode_ver}/hc/siege -oi -on

# Done building

%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/%{_gamesdatadir}/%{name}/docs
%{__install} -D -m755 engine/hexen2/server/h2ded %{buildroot}/%{_gamesdatadir}/%{name}/h2ded
%{__install} -D -m755 engine/hexen2/glhexen2 %{buildroot}/%{_gamesdatadir}/%{name}/glhexen2
%{__install} -D -m755 engine/hexen2/hexen2 %{buildroot}/%{_gamesdatadir}/%{name}/hexen2
%{__install} -D -m755 engine/hexenworld/client/hwcl %{buildroot}/%{_gamesdatadir}/%{name}/hwcl
%{__install} -D -m755 engine/hexenworld/client/glhwcl %{buildroot}/%{_gamesdatadir}/%{name}/glhwcl
%{__install} -D -m755 engine/hexenworld/server/hwsv %{buildroot}/%{_gamesdatadir}/%{name}/hwsv
%{__install} -D -m755 hw_utils/hwmaster/hwmaster %{buildroot}/%{_gamesdatadir}/%{name}/hwmaster
%{__install} -D -m755 h2patch/h2patch %{buildroot}/%{_gamesdatadir}/%{name}/h2patch
%{__install} -D -m755 launcher/h2launcher %{buildroot}/%{_gamesdatadir}/%{name}/h2launcher
# Make a symlink of the game-launcher
%{__mkdir_p} %{buildroot}/%{_gamesbindir}
%{__ln_s} %{_gamesdatadir}/hexen2/h2launcher %{buildroot}/%{_gamesbindir}/hexen2

# Install the docs
%{__install} -D -m644 docs/README %{buildroot}/%{_gamesdatadir}/%{name}/docs/README
%{__install} -D -m644 docs/COPYING %{buildroot}/%{_gamesdatadir}/%{name}/docs/COPYING
%{__install} -D -m644 docs/BUGS %{buildroot}/%{_gamesdatadir}/%{name}/docs/BUGS
%{__install} -D -m644 docs/TODO %{buildroot}/%{_gamesdatadir}/%{name}/docs/TODO
%{__install} -D -m644 docs/ABOUT %{buildroot}/%{_gamesdatadir}/%{name}/docs/ABOUT
%{__install} -D -m644 docs/Features %{buildroot}/%{_gamesdatadir}/%{name}/docs/Features
%{__install} -D -m644 docs/CHANGES %{buildroot}/%{_gamesdatadir}/%{name}/docs/CHANGES
%{__install} -D -m644 docs/CHANGES %{buildroot}/%{_gamesdatadir}/%{name}/docs/CHANGES.old
%{__install} -D -m644 docs/README.music %{buildroot}/%{_gamesdatadir}/%{name}/docs/README.music
%{__install} -D -m644 docs/README.3dfx %{buildroot}/%{_gamesdatadir}/%{name}/docs/README.3dfx
%{__install} -D -m644 docs/README.launcher %{buildroot}/%{_gamesdatadir}/%{name}/docs/README.launcher
%{__install} -D -m644 docs/README.hwcl %{buildroot}/%{_gamesdatadir}/%{name}/docs/README.hwcl
%{__install} -D -m644 docs/README.hwsv %{buildroot}/%{_gamesdatadir}/%{name}/docs/README.hwsv
%{__install} -D -m644 docs/README.hwmaster %{buildroot}/%{_gamesdatadir}/%{name}/docs/README.hwmaster
%{__install} -D -m644 docs/SrcNotes.txt %{buildroot}/%{_gamesdatadir}/%{name}/docs/SrcNotes.txt
%{__install} -D -m644 docs/ReleaseNotes %{buildroot}/%{_gamesdatadir}/%{name}/docs/ReleaseNotes
# install release notes for the older versions
%{__install} -D -m644 docs/ReleaseNotes.old %{buildroot}/%{_gamesdatadir}/%{name}/docs/ReleaseNotes.old
# %{__install} -D -m644 docs/ReleaseNotes-1.2.4a %{buildroot}/%{_gamesdatadir}/%{name}/docs/ReleaseNotes-1.2.4a
# %{__install} -D -m644 docs/ReleaseNotes-1.3.0 %{buildroot}/%{_gamesdatadir}/%{name}/docs/ReleaseNotes-1.3.0
# %{__install} -D -m644 docs/ReleaseNotes-1.4.0 %{buildroot}/%{_gamesdatadir}/%{name}/docs/ReleaseNotes-1.4.0
# %{__install} -D -m644 docs/ReleaseNotes-1.4.1 %{buildroot}/%{_gamesdatadir}/%{name}/docs/ReleaseNotes-1.4.1
# %{__install} -D -m644 docs/ReleaseNotes-1.4.2 %{buildroot}/%{_gamesdatadir}/%{name}/docs/ReleaseNotes-1.4.2
# %{__install} -D -m644 docs/ReleaseNotes-1.4.3 %{buildroot}/%{_gamesdatadir}/%{name}/docs/ReleaseNotes-1.4.3
# %{__install} -D -m644 docs/ReleaseNotes-1.4.4 %{buildroot}/%{_gamesdatadir}/%{name}/docs/ReleaseNotes-1.4.4

# Install the gamedata
%{__mkdir_p} %{buildroot}/%{_gamesdatadir}/%{name}/data1/
%{__install} -D -m644 gamecode-%{gamecode_ver}/hc/h2/progs.dat %{buildroot}/%{_gamesdatadir}/%{name}/data1/progs.dat
%{__install} -D -m644 gamecode-%{gamecode_ver}/hc/h2/progs2.dat %{buildroot}/%{_gamesdatadir}/%{name}/data1/progs2.dat
%{__install} -D -m644 gamecode-%{gamecode_ver}/res/h2/hexen.rc %{buildroot}/%{_gamesdatadir}/%{name}/data1/hexen.rc
%{__install} -D -m644 gamecode-%{gamecode_ver}/res/h2/strings.txt %{buildroot}/%{_gamesdatadir}/%{name}/data1/strings.txt
%{__install} -D -m644 gamecode-%{gamecode_ver}/res/h2/default.cfg %{buildroot}/%{_gamesdatadir}/%{name}/data1/default.cfg
%{__mkdir_p} %{buildroot}/%{_gamesdatadir}/%{name}/portals/
%{__install} -D -m644 gamecode-%{gamecode_ver}/hc/portals/progs.dat %{buildroot}/%{_gamesdatadir}/%{name}/portals/progs.dat
%{__install} -D -m644 gamecode-%{gamecode_ver}/res/portals/hexen.rc %{buildroot}/%{_gamesdatadir}/%{name}/portals/hexen.rc
%{__install} -D -m644 gamecode-%{gamecode_ver}/res/portals/strings.txt %{buildroot}/%{_gamesdatadir}/%{name}/portals/strings.txt
%{__install} -D -m644 gamecode-%{gamecode_ver}/res/portals/infolist.txt %{buildroot}/%{_gamesdatadir}/%{name}/portals/infolist.txt
%{__install} -D -m644 gamecode-%{gamecode_ver}/res/portals/maplist.txt %{buildroot}/%{_gamesdatadir}/%{name}/portals/maplist.txt
%{__install} -D -m644 gamecode-%{gamecode_ver}/res/portals/puzzles.txt %{buildroot}/%{_gamesdatadir}/%{name}/portals/puzzles.txt
%{__install} -D -m644 gamecode-%{gamecode_ver}/res/portals/default.cfg %{buildroot}/%{_gamesdatadir}/%{name}/portals/default.cfg
%{__mkdir_p} %{buildroot}/%{_gamesdatadir}/%{name}/hw/
%{__install} -D -m644 gamecode-%{gamecode_ver}/hc/hw/hwprogs.dat %{buildroot}/%{_gamesdatadir}/%{name}/hw/hwprogs.dat
%{__install} -D -m644 gamecode-%{gamecode_ver}/res/hw/strings.txt %{buildroot}/%{_gamesdatadir}/%{name}/hw/strings.txt
%{__install} -D -m644 gamecode-%{gamecode_ver}/res/hw/default.cfg %{buildroot}/%{_gamesdatadir}/%{name}/hw/default.cfg
%{__install} -D -m644 hw/pak4.pak %{buildroot}/%{_gamesdatadir}/%{name}/hw/pak4.pak

# Install ent fixes handling map quirks
%{__mkdir_p} %{buildroot}/%{_gamesdatadir}/%{name}/data1/maps/
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/data1/maps/README.txt %{buildroot}/%{_gamesdatadir}/%{name}/data1/maps/README.txt
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/data1/maps/demo2.ent %{buildroot}/%{_gamesdatadir}/%{name}/data1/maps/demo2.ent
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/data1/maps/demo2.txt %{buildroot}/%{_gamesdatadir}/%{name}/data1/maps/demo2.txt
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/data1/maps/egypt4.ent %{buildroot}/%{_gamesdatadir}/%{name}/data1/maps/egypt4.ent
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/data1/maps/egypt4.txt %{buildroot}/%{_gamesdatadir}/%{name}/data1/maps/egypt4.txt
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/data1/maps/egypt5.ent %{buildroot}/%{_gamesdatadir}/%{name}/data1/maps/egypt5.ent
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/data1/maps/egypt5.txt %{buildroot}/%{_gamesdatadir}/%{name}/data1/maps/egypt5.txt
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/data1/maps/romeric5.ent %{buildroot}/%{_gamesdatadir}/%{name}/data1/maps/romeric5.ent
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/data1/maps/romeric5.txt %{buildroot}/%{_gamesdatadir}/%{name}/data1/maps/romeric5.txt
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/data1/maps/tower.ent %{buildroot}/%{_gamesdatadir}/%{name}/data1/maps/tower.ent
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/data1/maps/tower.txt %{buildroot}/%{_gamesdatadir}/%{name}/data1/maps/tower.txt
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/portals/maps/README.txt %{buildroot}/%{_gamesdatadir}/%{name}/portals/maps/README.txt
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/portals/maps/tibet2.ent %{buildroot}/%{_gamesdatadir}/%{name}/portals/maps/tibet2.ent
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/portals/maps/tibet2.txt %{buildroot}/%{_gamesdatadir}/%{name}/portals/maps/tibet2.txt
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/portals/maps/tibet9.ent %{buildroot}/%{_gamesdatadir}/%{name}/portals/maps/tibet9.ent
%{__install} -D -m644 gamecode-%{gamecode_ver}/mapfixes/portals/maps/tibet9.txt %{buildroot}/%{_gamesdatadir}/%{name}/portals/maps/tibet9.txt

# Install the pak deltas
%{__mkdir_p} %{buildroot}/%{_gamesdatadir}/%{name}/patchdat/
%{__mkdir_p} %{buildroot}/%{_gamesdatadir}/%{name}/patchdat/data1
%{__install} -D -m644 gamecode-%{gamecode_ver}/patch111/patchdat/data1/data1pk0.xd3 %{buildroot}/%{_gamesdatadir}/%{name}/patchdat/data1/data1pk0.xd3
%{__install} -D -m644 gamecode-%{gamecode_ver}/patch111/patchdat/data1/data1pk1.xd3 %{buildroot}/%{_gamesdatadir}/%{name}/patchdat/data1/data1pk1.xd3
%{__install} -D -m644 gamecode-%{gamecode_ver}/patch111/patchdat.txt %{buildroot}/%{_gamesdatadir}/%{name}/patchdat.txt

# Install the menu icon
%{__mkdir_p} %{buildroot}/%{_datadir}/pixmaps
%{__install} -D -m644 engine/resource/%{name}.png %{buildroot}/%{_datadir}/pixmaps/%{name}.png

# Install menu entry
%{__cat} > %{name}.desktop << EOF
[Desktop Entry]
Name=Hexen 2
Name[ru]=Hexen 2
Comment=Hexen II
Comment[ru]=Hexen II
Exec=hexen2
Icon=hexen2.png
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Application;Game;
EOF

%if %{!?_without_freedesktop:1}0
%{__mkdir_p} %{buildroot}%{_datadir}/applications
desktop-file-install \
	--vendor %{desktop_vendor} \
	--dir %{buildroot}%{_datadir}/applications \
	%{name}.desktop
%else
%{__install} -D -m 0644 %{name}.desktop \
	%{buildroot}%{_sysconfdir}/X11/applnk/Games/%{name}.desktop
%endif

%clean

%files
%{_gamesdatadir}/%{name}/h2ded
%{_gamesdatadir}/%{name}/hexen2
%{_gamesdatadir}/%{name}/glhexen2
%{_gamesdatadir}/%{name}/h2patch
%{_gamesdatadir}/%{name}/patchdat/data1/data1pk0.xd3
%{_gamesdatadir}/%{name}/patchdat/data1/data1pk1.xd3
%{_gamesdatadir}/%{name}/patchdat.txt
%{_gamesdatadir}/%{name}/data1/progs.dat
%{_gamesdatadir}/%{name}/data1/progs2.dat
%{_gamesdatadir}/%{name}/data1/hexen.rc
%{_gamesdatadir}/%{name}/data1/strings.txt
%{_gamesdatadir}/%{name}/data1/default.cfg
%{_gamesdatadir}/%{name}/data1/maps/README.txt
%{_gamesdatadir}/%{name}/data1/maps/demo2.ent
%{_gamesdatadir}/%{name}/data1/maps/demo2.txt
%{_gamesdatadir}/%{name}/data1/maps/egypt4.ent
%{_gamesdatadir}/%{name}/data1/maps/egypt4.txt
%{_gamesdatadir}/%{name}/data1/maps/egypt5.ent
%{_gamesdatadir}/%{name}/data1/maps/egypt5.txt
%{_gamesdatadir}/%{name}/data1/maps/romeric5.ent
%{_gamesdatadir}/%{name}/data1/maps/romeric5.txt
%{_gamesdatadir}/%{name}/data1/maps/tower.ent
%{_gamesdatadir}/%{name}/data1/maps/tower.txt
%{_gamesdatadir}/%{name}/portals/progs.dat
%{_gamesdatadir}/%{name}/portals/hexen.rc
%{_gamesdatadir}/%{name}/portals/strings.txt
%{_gamesdatadir}/%{name}/portals/puzzles.txt
%{_gamesdatadir}/%{name}/portals/infolist.txt
%{_gamesdatadir}/%{name}/portals/maplist.txt
%{_gamesdatadir}/%{name}/portals/default.cfg
%{_gamesdatadir}/%{name}/portals/maps/README.txt
%{_gamesdatadir}/%{name}/portals/maps/tibet2.ent
%{_gamesdatadir}/%{name}/portals/maps/tibet2.txt
%{_gamesdatadir}/%{name}/portals/maps/tibet9.ent
%{_gamesdatadir}/%{name}/portals/maps/tibet9.txt
%{_gamesbindir}/hexen2
%{_datadir}/pixmaps/%{name}.png
%{_gamesdatadir}/%{name}/h2launcher
%{_gamesdatadir}/%{name}/docs/README
%{_gamesdatadir}/%{name}/docs/COPYING
%{_gamesdatadir}/%{name}/docs/BUGS
%{_gamesdatadir}/%{name}/docs/ABOUT
%{_gamesdatadir}/%{name}/docs/Features
%{_gamesdatadir}/%{name}/docs/CHANGES
%{_gamesdatadir}/%{name}/docs/CHANGES.old
%{_gamesdatadir}/%{name}/docs/README.music
%{_gamesdatadir}/%{name}/docs/README.launcher
%{_gamesdatadir}/%{name}/docs/README.3dfx
%{_gamesdatadir}/%{name}/docs/TODO
%{_gamesdatadir}/%{name}/docs/SrcNotes.txt
%{_gamesdatadir}/%{name}/docs/ReleaseNotes
%{_gamesdatadir}/%{name}/docs/ReleaseNotes.old
%{!?_without_freedesktop:%{_datadir}/applications/%{desktop_vendor}-%{name}.desktop}
%{?_without_freedesktop:%{_sysconfdir}/X11/applnk/Games/%{name}.desktop}

%files -n hexenworld
%{_gamesdatadir}/%{name}/hwsv
%{_gamesdatadir}/%{name}/hwmaster
%{_gamesdatadir}/%{name}/hwcl
%{_gamesdatadir}/%{name}/glhwcl
%{_gamesdatadir}/%{name}/hw/hwprogs.dat
%{_gamesdatadir}/%{name}/hw/pak4.pak
%{_gamesdatadir}/%{name}/hw/strings.txt
%{_gamesdatadir}/%{name}/hw/default.cfg
%{_gamesdatadir}/%{name}/docs/README.hwcl
%{_gamesdatadir}/%{name}/docs/README.hwsv
%{_gamesdatadir}/%{name}/docs/README.hwmaster

%changelog
* Tue Nov 19 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.5.6-1
+ Revision: 702652c
- Updated to 1.5.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26390 |14nr|hheretic-0.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			hheretic
Summary:		Hacked Heretic is a Linux port of Raven Games old shooter, Heretic
License:		GPL
Group:			Games/Arcade
Version:		0.2.2
Release:		1
URL:			http://hheretic.sourceforge.net/
Source:			http://downloads.sourceforge.net/hheretic/%{name}-%{version}-src.tgz
Source1:		%{name}.png
Source90:		%{name}-rpmlintrc
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
Requires:	TiMidity++

%description
Hacked Heretic is a Linux port of Raven Game's old shooter, Heretic.

This is a new release of Dan's excellent Hacked Heretic, by the
authors of Hammer of Thyrion (Heretic II). We're applying fixes,
adding a few features, and ensuring it runs on most *nix operating
systems.

This package contains the OpenGL enabled binary.

%package sdl
Summary:	Hacked Heretic is a Linux port of Raven Game's old shooter, Heretic
Group:		Games/Arcade

%description sdl
Hacked Heretic is a Linux port of Raven Game's old shooter, Heretic.

This is a new release of Dan's excellent Hacked Heretic, by the
authors of Heretic II. We're applying fixes,
adding a few features, and ensuring it runs on most *nix operating
systems.

This package contains the sdl enabled binary.

%package shareware
Summary:	Hacked Heretic is a Linux port of Raven Game's old shooter, Heretic
Group:		Games/Arcade
Requires:	%{name}

%description shareware
Hacked Heretic is a Linux port of Raven Game's old shooter, Heretic.

Those without the full retail version of Heretic can still play the
shareware.


%prep
%setup -q -n %{name}-%{version}-src

%build
# compile the OpenGL version (hheretic-gl)
%configure \
	--with-audio=sdlmixer
%make

# compile the software version (hheretic-sdl)
%make clean
%configure \
	--disable-gl \
	--with-audio=sdlmixer
%make

%install
# wrapper startscript
%__install -dm 755 %{buildroot}%{_gamesbindir}
for i in gl sdl; do
	%{__cat} > %{name}-$i.sh << EOF
#!/bin/bash
if [ ! -f \$HOME/.hheretic/version-%{version} ]; then
	mkdir -p \$HOME/.hheretic

	# if shareware is installed create a link
	if [ -f %{_datadir}/games/%{name}/heretic.wad ]; then
		cd \$HOME/.hheretic
		ln -s %{_datadir}/games/%{name}/heretic.wad .
	fi
	touch version-%{version}
fi
cd \$HOME/.hheretic
%{_prefix}/games/%{name}-$i "\$@"
EOF

	%__install -m 755 %{name}-$i.sh \
		%{buildroot}%{_gamesbindir}
done

# install the gamedata
%__install -dm 755 %{buildroot}/%{_datadir}/games/%{name} \
	%{buildroot}%{_datadir}/games/%{name}

%__install -dm 755 %{buildroot}%{_prefix}/games/%{name}
%__install -dm 755 %{buildroot}%{_datadir}/pixmaps
for i in gl sdl; do
	# binaries
	%__install -m 755 %{name}-$i \
		%{buildroot}%{_prefix}/games

	# icon
	 %__install -m 644 %{SOURCE1} \
	 	%{buildroot}%{_datadir}/pixmaps/%{name}-$i.png
done

# install menu entry
%__install -dm 755 %{buildroot}%{_datadir}/applications
%{__cat} > %{name}-gl.desktop << EOF
[Desktop Entry]
Name=Hacked Heretic (OpenGL)
GenericName=Hacked Heretic (OpenGL)
Comment=Hacked Heretic is a Linux port of Raven Game's old shooter, Heretic
Exec=%{name}-gl.sh
Icon=%{name}-gl
Terminal=false
Type=Application
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

%{__cat} > %{name}-sdl.desktop << EOF
[Desktop Entry]
Name=Hacked Heretic (SDL)
GenericName=Hacked Heretic (SDL)
Comment=Hacked Heretic is a Linux port of Raven Game's old shooter, Heretic
Exec=%{name}-sdl.sh
Icon=%{name}-sdl
Terminal=false
Type=Application
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

%__install -m 644 %{name}*.desktop \
	%{buildroot}%{_datadir}/applications

%files
%doc AUTHORS ChangeLog LICENSE TODO
%{_gamesbindir}/%{name}-gl.sh
%{_prefix}/games/%{name}-gl
%{_datadir}/pixmaps/%{name}-gl.png
%{_datadir}/applications/%{name}-gl.desktop

%files sdl
%{_gamesbindir}/%{name}-sdl.sh
%{_prefix}/games/%{name}-sdl
%{_datadir}/pixmaps/%{name}-sdl.png
%{_datadir}/applications/%{name}-sdl.desktop

%files shareware
%defattr(-,root,root)
# %doc README.sharewarewad
# %dir %{_datadir}/games/%{name}
# %{_datadir}/games/%{name}/*.wad




%changelog
* Wed Oct 24 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.2-1
+ Revision: f07acc9
- LOG Update BuildRequires, minor spec cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26391 |14nr|hhexen-1.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:			hhexen
Summary:		Hacked Hexen is a Linux port of Raven Games old shooter, Hexen
License:		GPL
Group:			Games/Arcade
Version:		1.6.2
Release:		1
URL:			http://hhexen.sourceforge.net/
Source:			http://downloads.sourceforge.net/hhexen/%{name}-%{version}-src.tgz
Source1:		%{name}.png
Source90:		%{name}-rpmlintrc
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
Requires:	TiMidity++

%description
Hacked Hexen is a Linux port of Raven Game's old shooter, Hexen.

This is a new release of Dan's excellent Hacked Hexen, by the
authors of Hammer of Thyrion (Hexen II). We're applying fixes,
adding a few features, and ensuring it runs on most *nix operating
systems.

This package contains the OpenGL enabled binary.

This package is non-free because it requires non-free data. 

%package sdl
Summary:	Hacked Hexen is a Linux port of Raven Game's old shooter, Hexen
Group:		Games/Arcade

%description sdl
Hacked Hexen is a Linux port of Raven Game's old shooter, Hexen.

This is a new release of Dan's excellent Hacked Hexen, by the
authors of Hammer of Thyrion (Hexen II). We're applying fixes,
adding a few features, and ensuring it runs on most *nix operating
systems.

This package contains the sdl enabled binary.

%prep
%setup -q -n %{name}-%{version}-src 

%build
# compile the OpenGL version (hhexen-gl)
%configure \
	--with-audio=sdlmixer
%__make %{?jobs:-j%{jobs}}

# compile the software version (hhexen-sdl)
%__make clean
%configure \
	--disable-gl \
	--with-audio=sdlmixer
%__make %{?jobs:-j%{jobs}}

%install
# wrapper startscript
%__install -dm 755 %{buildroot}%{_bindir}
for i in gl sdl; do
	%{__cat} > %{name}-$i.sh << EOF
#!/bin/bash
if [ ! -f \$HOME/.hhexen/version-%{version} ]; then
	mkdir -p \$HOME/.hhexen
fi
cd \$HOME/.hhexen
%{_prefix}/games/%{name}-$i "\$@"
EOF

	%__install -m 755 %{name}-$i.sh \
		%{buildroot}%{_bindir}
done

# install the gamedata
%__install -dm 755 %{buildroot}/%{_datadir}/games/%{name}
%__install -dm 755 %{buildroot}%{_prefix}/games/%{name}
%__install -dm 755 %{buildroot}%{_datadir}/pixmaps
for i in gl sdl; do
	# binaries
	%__install -m 755 %{name}-$i \
		%{buildroot}%{_prefix}/games

	# icon
	%__install -m 644 %{SOURCE1} \
		%{buildroot}%{_datadir}/pixmaps/%{name}-$i.png
done

# install menu entry
%__install -dm 755 %{buildroot}%{_datadir}/applications
%{__cat} > %{name}-gl.desktop << EOF
[Desktop Entry]
Name=Hacked Hexen (OpenGL)
GenericName=Hacked Hexen (OpenGL)
Comment=Hacked Hexen is a Linux port of Raven Game's old shooter, Hexen
Exec=%{name}-gl.sh
Icon=%{name}-gl
Terminal=false
Type=Application
#Encoding=UTF-8
EOF

%{__cat} > %{name}-sdl.desktop << EOF
[Desktop Entry]
Name=Hacked Hexen (SDL)
GenericName=Hacked Hexen (SDL)
Comment=Hacked Hexen is a Linux port of Raven Game's old shooter, Hexen
Exec=%{name}-sdl.sh
Icon=%{name}-sdl
Terminal=false
Type=Application
#Encoding=UTF-8
EOF

%__install -m 644 %{name}*.desktop \
	%{buildroot}%{_datadir}/applications

%files
%doc AUTHORS ChangeLog LICENSE README-* RELEASE TODO WADFILES
%{_bindir}/%{name}-gl.sh
%{_prefix}/games/%{name}-gl
%{_datadir}/pixmaps/%{name}-gl.png
%{_datadir}/applications/%{name}-gl.desktop

%files sdl
%{_bindir}/%{name}-sdl.sh
%{_prefix}/games/%{name}-sdl
%{_datadir}/pixmaps/%{name}-sdl.png
%{_datadir}/applications/%{name}-sdl.desktop




%changelog
* Wed Oct 24 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.2-1
+ Revision: c86f608
- LOG Update BuildRequires, minor cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26392 |14nr|hoh-1.01-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# the game is close-sourced and no longer developed so debug is useless
%define		_enable_debug_packages %{nil}
%define		debug_package %{nil}

%if %{_use_internal_dependency_generator}
%define __noautoprov 'libstdc++-libc6.2-2.so.3'
%endif

Name:		hoh
Version:	1.01
Release:	2
Summary:	Remake of the 80's 8-bit classic game Head over Heels
Group:		Games/Arcade
License:	Freeware
URL:		http://retrospec.sgn.net/game/hoh
Source0:	http://retrospec.sgn.net/games/hoh/bin/hohlin-101.tar.bz2
Source1:	http://retrospec.sgn.net/games/hoh/bin/hoh-update-101.tar.bz2
Source2:	%{name}.png
BuildRequires:	imagemagick
ExclusiveArch:	%{ix86}

%description
Remake of the 80's 8-bit classic game Head over Heels.

%prep
%setup -q -c -a1

%build

%install
# wrapper script
mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/bash
export LD_LIBRARY_PATH=%{_libdir}/%{name}/runtime
cd %{_libdir}/%{name}
exec ./HoH \$@
EOF
chmod 755 %{buildroot}%{_bindir}/%{name}

# game files
mkdir -p %{buildroot}%{_libdir}/%{name}
cp -af %{name}-install-%{version}/data/* %{buildroot}%{_libdir}/%{name}/
cp -af %{name}-update-%{version}/data/HoH %{buildroot}%{_libdir}/%{name}/

# icons
for N in 16 32 64 128; do
	convert %{SOURCE2} -resize ${N}x${N} $N.png;
done
install -D 16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D 32.png %{buildroot}%{_liconsdir}/%{name}.png
install -D %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# menu-entry
mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Head over Heels
Comment=Retro 80's classic
Exec=hoh
Icon=hoh
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

%files
%defattr(644,root,root,755)
%doc %{name}-install-%{version}/docs %{name}-install-%{version}/readme.txt
%attr(755,root,root) %{_bindir}/%{name}
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/Sound
%dir %{_libdir}/%{name}/runtime
%attr(755,root,root) %{_libdir}/%{name}/runtime/*
%attr(755,root,root) %{_libdir}/%{name}/HoH
%{_libdir}/%{name}/HoHOriginal.dat
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png




%changelog
* Wed Oct 24 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.01-2
+ Revision: 5a90d61
- LOG Add provides exceptions, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26393 |14nr|ideas-1.0.3.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		name		ideas
%define		version		1.0.3.9
%define		sversion	1039

Name:		%{name}
Version:	%{version}
Release:	%mkrel 1
Summary:	Nintendo DS and GBA Emulator
Group:		Emulators
License:	Freeware
URL:		http://ideasemu.biz/index.php
Source:		%{name}%{sversion}.tar.bz2
Source1:	%{name}.png
Source2:	acekardplugin.zip
Source3:	DsPad1.6.1.zip
Source4:	syncroaud.tar
Source5:	wifiplugin.zip
BuildRequires:	imagemagick
ExclusiveArch:	%{ix86}
BuildRoot:	%{_tmppath}/%{name}-%{version}-build

%description
iDeaS is an emulator that runs a lot of commercial games on PC with OpenGL.

iDeaS has emulated the ARM7 GameBoy Advance processor at 100%, and the ARM9
dual screen processor at 99%; enabling it to run many commercial ROMs,
including Super Mario 64 DS and Pokémon Diamond & Pearl (with a few graphical
errors). The touch screen is fully emulated with a cursor instead of a hand,
and a keyboard can be used to emulate the Nintendo DS buttons.

iDeaS uses a plugin system that originally came from the UltraHLE Nintendo 64
emulator so that further support can achieved without looking at the source
code of the emulator.

%prep
%setup -q -c -n %{name}%{sversion}

%build
#unpack plugins
unzip %{SOURCE2}
unzip %{SOURCE3}
tar xf %{SOURCE4}
unzip %{SOURCE5}

%install
%__rm -rf %{buildroot}

# install section
%__mkdir_p %{buildroot}%{_bindir}

cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/bash
%{_libdir}/games/%{name}/%{name}
EOF

chmod +x %{buildroot}%{_bindir}/%{name}

%__install -D -m 755 %{name} %{buildroot}%{_libdir}/games/%{name}/%{name}

%__install -D -m 755 Linux/acekard.so %{buildroot}%{_libdir}/games/%{name}/PlugIn/acekard.so
%__install -D -m 755 Linux/wifi.so %{buildroot}%{_libdir}/games/%{name}/PlugIn/wifi.so
%__install -D -m 755 syncro_aud_alsa.so %{buildroot}%{_libdir}/games/%{name}/PlugIn/syncro_aud_alsa.so
%__install -D -m 755 dspad1.6.1/libDsPad.so %{buildroot}%{_libdir}/games/%{name}/PlugIn/libDsPad.so

#Icons
%__mkdir_p %{buildroot}%{_datadir}/pixmaps/
%__install -c -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

%__mkdir_p %{buildroot}/%{_miconsdir} \
	 %{buildroot}/%{_liconsdir} \
	 %{buildroot}/%{_iconsdir}

%__install -m 644 %{SOURCE1} %{buildroot}/%{_miconsdir}/%{name}.png
%__install -m 644 %{SOURCE1} %{buildroot}/%{_iconsdir}/%{name}.png
%__install -m 644 %{SOURCE1} %{buildroot}/%{_liconsdir}/%{name}.png
convert %{buildroot}%{_miconsdir}/%{name}.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert %{buildroot}%{_iconsdir}/%{name}.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png

# install menu entries
%__mkdir_p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=iDeaS
Comment=Nintendo DS and GBA Emulator
Exec=%{name}
Icon=%{name}
Type=Application
Terminal=false
Categories=X-MandrivaLinux-MoreApplications-Emulators;Emulator;
EOF

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%attr (644,root,root) %doc readme.txt
%{_bindir}/%{name}
%{_libdir}/games/%{name}/%{name}
%{_libdir}/games/%{name}/PlugIn/*.so
# desktop integration
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop




%changelog
* Thu Aug 02 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.3.9-1
+ Revision: b22b174
- Automatic import for version 1.0.3.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26394 |14nr|iodoom3-1.3.1.1304-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		iodoom3
Version:	1.3.1.1304
Release:	3
Summary:	Doom 3 engine
Group:		Games/Arcade
License:	GPLv3+
URL:		http://www.iodoom3.org
# From git, see more at http://www.iodoom3.org/download/
Source0:	%{name}-%{version}.tar.bz2
Source1:	%{name}.png
Patch0:		iodoom3-1.3.1.1304-datapath.patch
# https://github.com/albertz/iodoom3/commit/350616aab643eceb106631af81d3bb960a0dcb70
Patch1:		iodoom3-1.3.1.1304-x86_64.patch
BuildRequires:	imagemagick
BuildRequires:	scons
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(zlib)
Provides:	doom3 = 1.3.1
# 64 bit build is too buggy, segfaults at start and requires lots of patching
ExclusiveArch:	%{ix86}

%description
On November 22, 2011 id Software released the source code to Doom 3.
This project aims to build upon that source code release by cleaning up,
fixing bugs, and adding features. The permant goal is to create the
open-source Doom 3 distribution upon which people base their games and
projects. Project developers also seek to have the perfect version of the
game engine for playing Doom 3, it’s expansion pack Resurrection of Evil,
and all popular mods.

WARNING! Playing Doom 3 still requires a legitimate copy of the game.
You can purchase a copy from Steam or your favorite retailer.

Place "base" folder from the Doom 3 installation to:
%{_gamesdatadir}/doom3/


%prep
%setup -q
%patch0 -p1
sed -i s,"/usr/lib/libz.a","%{_libdir}/libz.a",g neo/sys/scons/SConscript.curl
# Ask CD-KEY only for network game
sed -i s,"ID_ENFORCE_KEY 1","ID_ENFORCE_KEY 0",g neo/framework/BuildDefines.h

%build
pushd neo
%scons TARGET_MONO=1 TARGET_CORE=0 TARGET_GAME=0 TARGET_D3XP=0
popd
for N in 16 32 64 128; do convert %{SOURCE1} -resize ${N}x${N} $N.png; done

%install
install -D neo/doom-mon* %{buildroot}%{_gamesbindir}/%{name}
install -D 16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D 32.png %{buildroot}%{_liconsdir}/%{name}.png
install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Doom 3
Comment=A first-person science fiction horror video game
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

mkdir -p %{buildroot}%{_gamesdatadir}/doom3

%files
%doc README.txt COPYING.txt id-readme.txt
%{_gamesbindir}/%{name}
%dir %{_gamesdatadir}/doom3
%{_datadir}/applications/%{name}.desktop
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png


%changelog
* Thu Jan 24 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1.1304-3
+ Revision: baf2f15
- LOG Add Provides: doom3 = 1.3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26395 |14nr|iodoom3-dhewm3-1.3.1.1304-0.20130123.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# These are private
%if %{_use_internal_dependency_generator}
%define __noautoprov 'd3xp\\.so|base\\.so'
%endif

%define sname dhewm3
%define git 20130123

Name:		iodoom3-%{sname}
Version:	1.3.1.1304
Release:	0.%{git}.1
Summary:	Doom 3 engine
Group:		Games/Arcade
License:	GPLv3+
URL:		https://github.com/dhewm/dhewm3/
# From git, see https://github.com/dhewm/dhewm3/
Source0:	%{sname}-%{version}.%{git}.tar.bz2
Source1:	%{sname}.png
# Don't override CXX flags
Patch0:		dhewm3-1.3.1.1304-cflags.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	pkgconfig(zlib)
Provides:	%{sname} = %{version}-%{release}
Provides:	doom3 = 1.3.1

%description
On November 22, 2011 id Software released the source code to Doom 3.

dhewm 3 is a Doom 3 GPL source modification. The goal of dhewm 3 is
bring Doom 3 with the help of SDL to all suitable platforms.

Compared to the original Doom 3, the changes of dhewm 3 worth mentioning are:
- 64bit port
- SDL for low level OS support, OpenGL and input handling
- OpenAL for audio output, all OS specific audio backends are gone
- OpenAL EFX for EAX reverb effects (read: EAX on all platforms)
- A portable build system based on CMake
- (Cross-)compilation with mingw-w64

WARNING! Playing Doom 3 still requires a legitimate copy of the game.
You can purchase a copy from Steam or your favorite retailer.

Place "base" folder from the Doom 3 installation to:
%{_gamesdatadir}/%{sname}/

%prep
%setup -q -n %{sname}-%{version}.%{git}
%patch0 -p1
sed -i s,"ID_ENFORCE_KEY 1","ID_ENFORCE_KEY 0",g neo/framework/BuildDefines.h

%build
pushd neo
%cmake \
	-DCMAKE_INSTALL_BINDIR=%{_gamesbindir} \
	-DCMAKE_INSTALL_LIBDIR=%{_libdir}/games \
	-DCMAKE_INSTALL_DATADIR=%{_gamesdatadir}
%make
popd
for N in 16 32 64 128; do convert %{SOURCE1} -resize ${N}x${N} $N.png; done

%install
pushd neo
%makeinstall_std -C build
popd
install -D 16.png %{buildroot}%{_miconsdir}/%{sname}.png
install -D 32.png %{buildroot}%{_liconsdir}/%{sname}.png
install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{sname}.png
install -D 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{sname}.png

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{sname}.desktop << EOF
[Desktop Entry]
Name=Doom 3 (dhewm3)
Comment=A first-person science fiction horror video game
Exec=%{sname}
Icon=%{sname}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

mkdir -p %{buildroot}%{_gamesdatadir}/%{sname}

%files
%doc README.md COPYING.txt
%{_gamesbindir}/%{sname}
%dir %attr(0777,root,root) %{_gamesdatadir}/%{sname}
%{_libdir}/games/%{sname}
%{_datadir}/applications/%{sname}.desktop
%{_liconsdir}/%{sname}.png
%{_miconsdir}/%{sname}.png
%{_iconsdir}/hicolor/*/apps/%{sname}.png


%changelog
* Thu Jan 24 2013 Rosa <rosa@abf.rosalinux.ru> 1.3.1.1304-0.20130123.1
+ Revision: 296ecd9
- Automatic import for version 1.3.1.1304-0.20130123.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26396 |14nr|ipw2100-firmware-1.3-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: ipw2100-firmware
Version: 1.3
Release: %mkrel 4
Summary: Intel PRO/Wireless 2100 firmware
Source: ipw2100-fw-%{version}.tgz
License: Proprietary
Group: System/Kernel and hardware
URL: http://ipw2100.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}
BuildArch: noarch

%description
Firmware for Intel PRO/Wireless 2100 (IPW2100) mini PCI adapter support.

%prep
%setup -qc

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
install -m644 *.fw %{buildroot}/lib/firmware/

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc LICENSE
/lib/firmware/*.fw




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.3-4
+ Revision: 46575df
- Automatic import for version 1.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26397 |14nr|ipw2200-firmware-3.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: ipw2200-firmware
Version: 3.1
Release: %mkrel 2
Summary: Intel PRO/Wireless 2200BG firmware
Source: ipw2200-fw-%{version}.tgz
License: Proprietary
Group: System/Kernel and hardware
URL: http://ipw2200.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}
BuildArch: noarch

%description
Firmware for Intel PRO/Wireless 2200BG (IPW2200) mini PCI adapter support.

%prep
%setup -q -n ipw2200-fw-%{version}

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
install -m644 *.fw %{buildroot}/lib/firmware/

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.*
/lib/firmware/*.fw




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 3.1-2
+ Revision: b2b05c3
- Automatic import for version 3.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26398 |14nr|ipw3945d-1.7.22-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ipw3945d
%define version 1.7.22
%define mdkrelease 5
%define release %mkrel %{mdkrelease}

# dont generate a debug package 
# otherwise we'll end up with an empty rpm
%define _enable_debug_packages 0
%define install %%install

Summary:	Intel PRO/Wireless 3945 (IPW3945ABG) 
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Patch0:		ipw3945d-1.7.22-net.patch
License:	proprietary
Url:		http://sourceforge.net/projects/ipw3945
Group:		System/Kernel and hardware
BuildRoot:	%{_tmppath}/%{name}-buildroot
Prefix:		%{_prefix}
Requires:	drakxtools >= 10-34.2mdk
Requires(preun):	rpm-helper
Requires(post):	rpm-helper


%description
Regulatory daemon for the Intel PRO/Wireless 3945 (IPW3945ABG) Wifi adapter.

%prep
%setup -q 
%patch0 -p1 -b .net

%build

%install
cd $RPM_BUILD_DIR/%{name}-%{version}
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/%{_sbindir}
%ifarch %{ix86}
install -m755 x86/%{name}  $RPM_BUILD_ROOT/%{_sbindir}
%endif
%ifarch x86_64
install -m755 x86_64/%{name}  $RPM_BUILD_ROOT/%{_sbindir}
%endif

install -m755 %{name}-{start,stop} $RPM_BUILD_ROOT/%{_sbindir}
perl -pi -e 's,\B/sbin/%{name},/usr/sbin/%{name},' $RPM_BUILD_ROOT/%{_sbindir}/%{name}-{start,stop}

install -d $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d
cat > $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/%{name} <<EOF
install ipw3945 [ -w /var/run ] && /sbin/modprobe --ignore-install ipw3945 && /usr/sbin/ipw3945d-start
remove  ipw3945 /usr/sbin/ipw3945d-stop ; /sbin/modprobe -r --ignore-remove ipw3945
EOF

%clean
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc LICENSE.ipw3945d
%doc README.ipw3945d
%{_sbindir}/ipw3945d
%{_sbindir}/%{name}-start
%{_sbindir}/%{name}-stop
%{_sysconfdir}/modprobe.d/%{name}





%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.7.22-5
+ Revision: 62f2cd4
- Automatic import for version 1.7.22



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26399 |14nr|ipw3945-ucode-1.14.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ipw3945-ucode
%define version 1.14.2
%define mdkrelease 2
%define release %mkrel %{mdkrelease}

Summary:	Intel PRO/Wireless 3945 (IPW3945ABG) microcode
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tgz
License:	proprietary
Url:		http://sourceforge.net/projects/ipw3945
Group:		System/Kernel and hardware
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-buildroot
Prefix:		%{_prefix}
Requires:	drakxtools >= 10-34.2mdk

%description
Firmware for the Intel PRO/Wireless 3945 (IPW3945ABG) Wifi adapter.

%prep
%setup -q 

%build

%install
cd $RPM_BUILD_DIR/%{name}-%{version}
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/lib/firmware
install -m644 *.ucode $RPM_BUILD_ROOT/lib/firmware

%clean
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc LICENSE.ipw3945-ucode
/lib/firmware/*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.14.2-2
+ Revision: 5160e7e
- Automatic import for version 1.14.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26400 |14nr|iwlwifi-1000-ucode-128.50.3.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iwlwifi-1000-ucode
%define version 128.50.3.1
%define release %mkrel 1

Summary: Intel PRO/Wireless 1000BGN microcode
Name: %{name}
Version: %{version}
Release: %{release}
Source: http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-1000-ucode-%{version}.tgz
License: Proprietary
Group: System/Kernel and hardware
Url: http://intellinuxwireless.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
The file iwlwifi-1000-*.ucode provided in this package is required to be
present on your system in order for the Intel PRO/Wireless 1000BGN Network
Connection Adapter driver for Linux (iwlagn) to be able to operate on
your system.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
install -m644 *.ucode %{buildroot}/lib/firmware/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE.* README.*
/lib/firmware/*.ucode


%changelog
* Sat Aug 15 2009 Thomas Backlund <tmb@mandriva.org> 128.50.3.1-1mdv2010.0
+ Revision: 416607
- initial release, version 128.50.3.1
- Created package structure for iwlwifi-1000-ucode.


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26401 |14nr|iwlwifi-100-ucode-39.31.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iwlwifi-100-ucode
%define version 39.31.5.1
%define release %mkrel 1

Summary: Intel PRO/Wireless N 100 microcode
Name: %{name}
Version: %{version}
Release: %{release}
Source: http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-100-ucode-%{version}.tgz
License: Proprietary
Group: System/Kernel and hardware
Url: http://intellinuxwireless.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
The file iwlwifi-100-*.ucode provided in this package is required to be
present on your system in order for the Intel PRO/Wireless N 100 Network
Connection Adapter driver for Linux (iwlagn) to be able to operate on
your system.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
install -m644 *.ucode %{buildroot}/lib/firmware/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE.* README.*
/lib/firmware/*.ucode




%changelog
* Tue Mar 22 2011 Thomas Backlund <tmb@mandriva.org> 39.31.5.1-1mdv2011.0
+ Revision: 647556
- add iwlwifi-100-ucode-39.31.5.1
- Created package structure for iwlwifi-100-ucode.


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26402 |14nr|iwlwifi-105-ucode-18.168.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iwlwifi-105-ucode
%define version 18.168.6.1
%define release 1

Summary: Intel PRO/Wireless N 105 microcode
Name: %{name}
Version: %{version}
Release: %{release}
Source: http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-105-ucode-%{version}.tgz
License: Proprietary
Group: System/Kernel and hardware
Url: http://intellinuxwireless.org/
BuildArch: noarch

%description
The file iwlwifi-105-*.ucode provided in this package is required to be
present on your system in order for the Intel PRO/Wireless N 105 Network
Connection Adapter driver for Linux (iwlagn) to be able to operate on
your system.

%prep
%setup -q

%build

%install
install -d %{buildroot}/lib/firmware
install -m644 *.ucode %{buildroot}/lib/firmware/

%files
%doc LICENSE.* README.*
/lib/firmware/*.ucode




%changelog
* Wed Feb 08 2012 Alexander Khrukin <akhrukin@mandriva.org> 18.168.6.1-1
+ Revision: 771802
- imported package iwlwifi-105-ucode


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26403 |14nr|iwlwifi-135-ucode-18.168.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iwlwifi-135-ucode
%define version 18.168.6.1
%define release 1

Summary: Intel PRO/Wireless N 105 microcode
Name: %{name}
Version: %{version}
Release: %{release}
Source: http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-135-ucode-%{version}.tgz
License: Proprietary
Group: System/Kernel and hardware
Url: http://intellinuxwireless.org/
BuildArch: noarch

%description
The file iwlwifi-135-*.ucode provided in this package is required to be
present on your system in order for the Intel PRO/Wireless N 135 Network
Connection Adapter driver for Linux (iwlagn) to be able to operate on
your system.

%prep
%setup -q

%build

%install
install -d %{buildroot}/lib/firmware
install -m644 *.ucode %{buildroot}/lib/firmware/

%files
%doc LICENSE.* README.*
/lib/firmware/*.ucode




%changelog
* Wed Feb 08 2012 Alexander Khrukin <akhrukin@mandriva.org> 18.168.6.1-1
+ Revision: 771805
- imported package iwlwifi-135-ucode


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26404 |14nr|iwlwifi-2000-ucode-18.168.6.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iwlwifi-2000-ucode
%define version 18.168.6.1
%define release 2

Summary: Intel Centrino Wireless-N 2200 microcode
Name: %{name}
Version: %{version}
Release: %{release}
Source: http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-2000-ucode-%{version}.tgz
License: Proprietary
Group: System/Kernel and hardware
Url: http://intellinuxwireless.org/
BuildArch: noarch

%description
The file iwlwifi-2000-*.ucode provided in this package is required to be
present on your system in order for the Intel Centrino Wireless-N 2200 Network
Connection Adapter driver for Linux (iwlagn) to be able to operate on
your system.

%prep
%setup -q

%build

%install
install -d %{buildroot}/lib/firmware
install -m644 *.ucode %{buildroot}/lib/firmware/

%files
%doc LICENSE.* README.*
/lib/firmware/*.ucode


%changelog
* Wed Feb 08 2012 Alexander Khrukin <akhrukin@mandriva.org> 18.168.6.1-2
+ Revision: 771823
- desciption fix i forgot to remove string with old network adapter
- imported package iwlwifi-2000-ucode


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26405 |14nr|iwlwifi-2030-ucode-18.168.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iwlwifi-2030-ucode
%define version 18.168.6.1
%define release 1

Summary: Intel Centrino Wireless-N 2230 microcode
Name: %{name}
Version: %{version}
Release: %{release}
Source: http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-2030-ucode-%{version}.tgz
License: Proprietary
Group: System/Kernel and hardware
Url: http://intellinuxwireless.org/
BuildArch: noarch

%description
The file iwlwifi-2030-*.ucode provided in this package is required to be
present on your system in order for the Intel Centrino Wireless-N 2230 Network
Connection Adapter driver for Linux (iwlagn) to be able to operate on
your system.

%prep
%setup -q

%build

%install
install -d %{buildroot}/lib/firmware
install -m644 *.ucode %{buildroot}/lib/firmware/

%files
%doc LICENSE.* README.*
/lib/firmware/*.ucode


%changelog
* Wed Feb 08 2012 Alexander Khrukin <akhrukin@mandriva.org> 18.168.6.1-1
+ Revision: 771821
- imported package iwlwifi-2030-ucode


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26406 |14nr|iwlwifi-3945-ucode-15.32.2.9-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Intel PRO/Wireless 3945ABG/BG microcode
Name: iwlwifi-3945-ucode
Epoch: 1
Version: 15.32.2.9
Release: %mkrel 1
Source0: http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-3945-ucode-%{version}.tgz
Source1: http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-3945-ucode-15.28.1.8.tgz
License: Proprietary
Group: System/Kernel and hardware
Url: http://intellinuxwireless.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
The file iwlwifi-3945-*.ucode provided in this package is required to be
present on your system in order for the Intel PRO/Wireless 3945ABG/BG Network
Connection Adapter driver for Linux (iwl3945) to be able to operate
on your system.

%prep
%setup -q -a 1

# provide old firmware with ucode_api=1 for compatibility with older kernels
cp iwlwifi-3945-ucode-15.28.1.8/iwlwifi-3945-1.ucode .
cp iwlwifi-3945-ucode-15.28.1.8/README.iwlwifi-3945-ucode \
   README.iwlwifi-3945-ucode-1
mv README.iwlwifi-3945-ucode README.iwlwifi-3945-ucode-2

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
install -m644 *.ucode %{buildroot}/lib/firmware/

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.* README.*
/lib/firmware/*.ucode



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1:15.32.2.9-1
+ Revision: d929b71
- Automatic import for version 15.32.2.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26407 |14nr|iwlwifi-4965-ucode-228.61.2.24-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Intel Wireless WiFi Link 4965AGN microcode
Name: iwlwifi-4965-ucode
Version: 228.61.2.24
Release: %mkrel 1
Source0: http://www.intellinuxwireless.org/iwlwifi/downloads/%{name}-%{version}.tgz
Source1: http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-228.57.1.21.tgz
License: Proprietary
Group: System/Kernel and hardware
Url: http://intellinuxwireless.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
The files iwlwifi-4965-*.ucode provided in this package are required to be
present on your system in order for the Intel Wireless WiFi Link 4965AGN
driver for Linux (iwl4965/iwlagn) to be able to operate on your system.

%prep
%setup -q -a 1

# provide old firmware with ucode_api=1 for compatibility with older kernels
cp iwlwifi-4965-ucode-228.57.1.21/iwlwifi-4965-1.ucode .
cp iwlwifi-4965-ucode-228.57.1.21/README.iwlwifi-4965-ucode \
   README.iwlwifi-4965-ucode-1
mv README.iwlwifi-4965-ucode README.iwlwifi-4965-ucode-2

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
install -m644 *.ucode %{buildroot}/lib/firmware/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE.* README.*
/lib/firmware/*.ucode



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 228.61.2.24-1
+ Revision: e454ed7
- Automatic import for version 228.61.2.24



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26408 |14nr|iwlwifi-5000-ucode-8.83.5.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iwlwifi-5000-ucode
%define version 8.83.5.1
%define release %mkrel 1

Summary: Intel PRO/Wireless 5000AGN microcode
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-5000-ucode-%{version}.tgz
Source1: http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-5000-ucode-8.24.2.12.tgz
Source2: http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-5000-ucode-5.4.A.11.tar.gz
License: Proprietary
Group: System/Kernel and hardware
Url: http://intellinuxwireless.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
The file iwlwifi-5000-*.ucode provided in this package is required to be
present on your system in order for the Intel PRO/Wireless 5000AGN Network
Connection Adapter driver for Linux (iwlagn) to be able to operate on
your system.

%prep
%setup -q -a 1 -a 2

# provide old firmware with ucode_api=1 for compatibility with older kernels
cp iwlwifi-5000-ucode-5.4.A.11/iwlwifi-5000-1.ucode .
cp iwlwifi-5000-ucode-5.4.A.11/README.iwlwifi-5000-ucode \
   README.iwlwifi-5000-ucode-1
# provide old firmware with ucode_api=2 for compatibility with older kernels
cp iwlwifi-5000-ucode-8.24.2.12/iwlwifi-5000-2.ucode .
cp iwlwifi-5000-ucode-8.24.2.12/README.iwlwifi-5000-ucode \
   README.iwlwifi-5000-ucode-2
mv README.iwlwifi-5000-ucode README.iwlwifi-5000-ucode-5

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
install -m644 *.ucode %{buildroot}/lib/firmware/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE.* README.*
/lib/firmware/*.ucode




%changelog
* Tue Mar 22 2011 Thomas Backlund <tmb@mandriva.org> 8.83.5.1-1mdv2011.0
+ Revision: 647560
- update to 8.83.5.1

* Thu May 28 2009 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 8.24.2.12-1mdv2010.0
+ Revision: 380677
- Updated to version 8.24.2.12
- Still provide old firmware with ucode_api=1 for compatibility with
  older kernels.

* Thu Aug 21 2008 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 5.4.A.11-1mdv2009.0
+ Revision: 274480
- import iwlwifi-5000-ucode



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26409 |14nr|iwlwifi-5150-ucode-8.24.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iwlwifi-5150-ucode
%define version 8.24.2.2
%define release %mkrel 1

Summary: Intel PRO/Wireless 5150AGN microcode
Name: %{name}
Version: %{version}
Release: %{release}
Source: http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-5150-ucode-%{version}.tgz
License: Proprietary
Group: System/Kernel and hardware
Url: http://intellinuxwireless.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
The file iwlwifi-5150-*.ucode provided in this package is required to be
present on your system in order for the Intel PRO/Wireless 5150AGN Network
Connection Adapter driver for Linux (iwlagn) to be able to operate on
your system.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
install -m644 *.ucode %{buildroot}/lib/firmware/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE.* README.*
/lib/firmware/*.ucode


%changelog
* Thu May 28 2009 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 8.24.2.2-1mdv2010.0
+ Revision: 380679
- import iwlwifi-5150-ucode



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26410 |14nr|iwlwifi-6000-ucode-9.221.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iwlwifi-6000-ucode
%define version 9.221.4.1
%define release %mkrel 1

Summary: Intel PRO/Wireless 6000AGN microcode
Name:	 %{name}
Version: %{version}
Release: %{release}
Source0: http://www.intellinuxwireless.org/iwlwifi/downloads/%{name}-%{version}.tgz
License: Proprietary
Group:	 System/Kernel and hardware
Url:	 http://intellinuxwireless.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
The file iwlwifi-6000-*.ucode provided in this package is required to be
present on your system in order for the Intel PRO/Wireless 6000AGN Network
Connection Adapter driver for Linux (iwlagn) to be able to operate on
your system.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
install -m644 *.ucode %{buildroot}/lib/firmware/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE.* README.*
/lib/firmware/*.ucode


%changelog
* Thu Dec 30 2010 Thomas Backlund <tmb@mandriva.org> 9.221.4.1-1mdv2011.0
+ Revision: 626457
- update to 9.221.4.1

* Wed Feb 24 2010 Thomas Backlund <tmb@mandriva.org> 9.193.4.1-1mdv2010.1
+ Revision: 510554
- update to ucode version 9.193.4.1

* Sun Oct 25 2009 Thomas Backlund <tmb@mandriva.org> 9.176.4.1-1mdv2010.0
+ Revision: 459190
- initial release, iwlwifi 6000 ucode v. 9.176.4.1
- Created package structure for iwlwifi-6000-ucode.


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26411 |14nr|iwlwifi-6005-ucode-18.168.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iwlwifi-6005-ucode
%define tarname iwlwifi-6000g2a-ucode
%define version 18.168.6.1
%define release %mkrel 1

Summary: Intel PRO/Wireless 6005AGN microcode
Name:	 %{name}
Version: %{version}
Release: %{release}
Source0: http://www.intellinuxwireless.org/iwlwifi/downloads/%{tarname}-%{version}.tgz
License: Proprietary
Group:	 System/Kernel and hardware
Url:	 http://intellinuxwireless.org/
BuildArch: noarch

%description
The file iwlwifi-6000g2a-*.ucode provided in this package is required to be
present on your system in order for the Intel PRO/Wireless 6005AGN Network
Connection Adapter driver for Linux (iwlagn) to be able to operate on
your system.

%prep
%setup -q -n %{tarname}-%{version}

%build

%install
install -d %{buildroot}/lib/firmware
install -m644 *.ucode %{buildroot}/lib/firmware/

%files
%doc LICENSE.* README.*
/lib/firmware/*.ucode

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26412 |14nr|iwlwifi-6030-ucode-18.168.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iwlwifi-6030-ucode
%define tarname iwlwifi-6000g2b-ucode
%define version 18.168.6.1
%define release 1

Summary: Intel PRO/Wireless 6030AGN microcode
Name:	 %{name}
Version: %{version}
Release: %{release}
Source0: http://www.intellinuxwireless.org/iwlwifi/downloads/%{tarname}-%{version}.tgz
License: Proprietary
Group:	 System/Kernel and hardware
Url:	 http://intellinuxwireless.org/
BuildArch: noarch

%description
The file iwlwifi-6000g2b-*.ucode provided in this package is required to be
present on your system in order for the Intel PRO/Wireless 6030AGN Network
Connection Adapter driver for Linux (iwlagn) to be able to operate on
your system.

%prep
%setup -q -n %{tarname}-%{version}

%build

%install
install -d %{buildroot}/lib/firmware
install -m644 *.ucode %{buildroot}/lib/firmware/

%files
%doc LICENSE.* README.*
/lib/firmware/*.ucode




%changelog
* Wed Feb 08 2012 Alexander Khrukin <akhrukin@mandriva.org> 18.168.6.1-1
+ Revision: 771796
- version update 18.168.6.1

* Tue Mar 22 2011 Thomas Backlund <tmb@mandriva.org> 17.168.5.2-1
+ Revision: 647562
- update to 17.168.5.2

* Thu Dec 30 2010 Thomas Backlund <tmb@mandriva.org> 17.168.5.1-1mdv2011.0
+ Revision: 626465
- add ucode 17.168.5.1 and spec file
- Created package structure for iwlwifi-6030-ucode.


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26413 |14nr|iwlwifi-6050-ucode-41.28.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iwlwifi-6050-ucode
%define version 41.28.5.1
%define version_api4 9.201.4.1
%define release %mkrel 2

Summary: Intel PRO/Wireless 6050AGN microcode
Name:	 %{name}
Version: %{version}
Release: %{release}
Source0: http://www.intellinuxwireless.org/iwlwifi/downloads/%{name}-%{version}.tgz
Source1: http://www.intellinuxwireless.org/iwlwifi/downloads/%{name}-%{version_api4}.tgz
License: Proprietary
Group:	 System/Kernel and hardware
Url:	 http://intellinuxwireless.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
The file iwlwifi-6050-*.ucode provided in this package is required to be
present on your system in order for the Intel PRO/Wireless 6050AGN Network
Connection Adapter driver for Linux (iwlagn) to be able to operate on
your system.

%prep
%setup -q -a 1

# provide old firmware with ucode_api=4 for compatibility with older kernels
cp %{name}-%{version_api4}/iwlwifi-6050-4.ucode .
cp %{name}-%{version_api4}/README.iwlwifi-6050-ucode \
README.iwlwifi-6050-ucode-4
mv README.iwlwifi-6050-ucode README.iwlwifi-6050-ucode-5

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
install -m644 *.ucode %{buildroot}/lib/firmware/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE.* README.*
/lib/firmware/*.ucode


%changelog
* Tue Jan 04 2011 Colin Guthrie <cguthrie@mandriva.org> 41.28.5.1-2mdv2011.0
+ Revision: 628617
- Rebuild to regenerate media hdlists for non-free

* Thu Dec 30 2010 Thomas Backlund <tmb@mandriva.org> 41.28.5.1-1mdv2011.0
+ Revision: 626467
- add 41.28.5.1 ucode

* Mon Dec 06 2010 Oden Eriksson <oeriksson@mandriva.com> 9.201.4.1-2mdv2011.0
+ Revision: 612426
- the mass rebuild of 2010.1 packages

* Fri Jun 04 2010 Thomas Backlund <tmb@mandriva.org> 9.201.4.1-1mdv2010.1
+ Revision: 547063
- Initial release
- Created package structure for iwlwifi-6050-ucode.


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26414 |14nr|iwlwifi-agn-ucode-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name iwlwifi-agn-ucode
%define version 1.0
%define release %mkrel 8

Summary: Intel Wireless WiFi Link microcode
Name: %{name}
Version: %{version}
Release: %{release}
License: Proprietary
Group: System/Kernel and hardware
Url: http://intellinuxwireless.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Requires: iwlwifi-100-ucode
Requires: iwlwifi-1000-ucode
Requires: iwlwifi-3945-ucode
Requires: iwlwifi-4965-ucode
Requires: iwlwifi-5000-ucode
Requires: iwlwifi-5150-ucode
Requires: iwlwifi-6000-ucode
Requires: iwlwifi-6005-ucode
Requires: iwlwifi-6030-ucode
Requires: iwlwifi-6050-ucode

%description
This package requires other packages containing microcode needed to
use the Intel Wireless WiFi Link devices.

%files




%changelog
* Tue Mar 22 2011 Thomas Backlund <tmb@mandriva.org> 1.0-8mdv2011.0
+ Revision: 647563
- add requires on iwlwifi-100-ucode

* Thu Dec 30 2010 Thomas Backlund <tmb@mandriva.org> 1.0-6mdv2011.0
+ Revision: 626480
- add 6005 and 6030 ucode
- require iwlwifi-6050-ucode

* Fri Dec 18 2009 Thomas Backlund <tmb@mandriva.org> 1.0-4mdv2010.1
+ Revision: 480017
- add iwlwifi-6000-ucode to the requires

* Sat Aug 15 2009 Thomas Backlund <tmb@mandriva.org> 1.0-3mdv2010.0
+ Revision: 416652
- require iwlwifi-1000-ucode

* Thu May 28 2009 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 1.0-2mdv2010.0
+ Revision: 380682
- Add requires for new iwlwifi-5150-ucode package.

* Thu Aug 28 2008 Olivier Blin <oblin@mandriva.com> 1.0-1mdv2009.0
+ Revision: 276873
- require iwlwifi-4965-ucode and iwlwifi-5000-ucode
- create iwlwifi-agn-ucode


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26415 |14nr|java3d-1.5.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		java3d
Group:		Graphics
Summary:	Master project for Java 3D projects
Version:	1.5.2
# And some restrictions like Sun and others IP/patents, US embargos, etc
License:	BSD like and GPLv2+
Release:	2

# register an user at https://www.dev.java.net
# mkdir java3d-1.5.2
# cd java3d-1.5.2
# svn checkout https://vecmath.dev.java.net/svn/vecmath/trunk vecmath
# svn checkout https://j3d-core.dev.java.net/svn/j3d-core/trunk j3d-core
# svn checkout https://j3d-core-utils.dev.java.net/svn/j3d-core-utils/trunk j3d-core-utils
# find vecmath -name .svn -exec rm -fr {} \;
# find j3d-core -name .svn -exec rm -fr {} \;
# find j3d-core-utils -name .svn -exec rm -fr {} \;
# cd ..
# tar jcf java3d-1.5.2.tar.bz2 java3d-1.5.2
Source0:	java3d-1.5.2.tar.bz2
# http://wiki.java.net/bin/view/Javadesktop/Java3DFAQ
URL:		https://java3d.dev.java.net
Patch0:		06_java-compat.patch

#-----------------------------------------------------------------------
BuildRequires:  ant
BuildRequires:	ant-apache-bcel
BuildRequires:	ant-nodeps
BuildRequires:	crimson
BuildRequires:	pkgconfig(gl)
BuildRequires:  java-rpmbuild
BuildRequires:	jpackage-utils
BuildRequires:  jpeg-devel
BuildRequires:	xml-commons-jaxp-1.3-apis
BuildRequires:	pkgconfig(xt)

#-----------------------------------------------------------------------
%description
This is the parent project for all Java 3DTM-related sub-projects on java.net.
These sub-projects include: j3d-core (the core 3D API), vecmath (the 3D vector
math package), and j3d-core-utils (the 3D core utilities), among others. See
the complete list of sub-projects at the bottom of this page.

Note that there is no source code in this parent project; source code files for
the various 3D sub-projects are in the sub-projects themselves.

#-----------------------------------------------------------------------
%package devel
Summary:	Development files for %{name}
Group:		Development/Other

%description devel
Development files and headers for %{name}.

#-----------------------------------------------------------------------
%package javadoc
Summary:	Documentation files for %{name}
Group:		Development/Other

%description javadoc
Documentation files and headers for %{name}.

#-----------------------------------------------------------------------
%prep
%setup -q
%apply_patches

#-----------------------------------------------------------------------
%define ant	JAVA_HOME=%{java_home} ant

%build
pushd vecmath
    %ant jar
    %ant docs
popd

pushd j3d-core
    %ant compile
    %ant jar
    %ant docs
popd

#-----------------------------------------------------------------------
%install
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_javadir}
mkdir -p %{buildroot}%{_javadocdir}/{vecmath,j3d-core}
mkdir -p %{buildroot}%{_datadir}/java3d/{vecmath,j3d}

pushd vecmath
    install -m644 build/opt/lib/ext/vecmath.jar %{buildroot}%{_javadir}
    cp -fa docs/* %{buildroot}%{_javadocdir}/vecmath
    cp -far build/javadocs/* %{buildroot}%{_javadocdir}/vecmath
    cp -far build/opt/gen %{buildroot}%{_datadir}/java3d/vecmath
    cp -far build/opt/classes %{buildroot}%{_datadir}/java3d/vecmath
popd

pushd j3d-core
    install -m755 build/linux-*/opt/lib/*/libj3dcore-ogl.so %{buildroot}%{_libdir}
    install -m644 build/linux-*/opt/lib/ext/{j3dcore,j3dutils}.jar %{buildroot}%{_javadir}
    cp -fa build/linux-*/javadocs/* %{buildroot}%{_javadocdir}/j3d-core
    cp -far build/linux-*/opt/gen %{buildroot}%{_datadir}/java3d/j3d
    cp -far build/linux-*/opt/classes %{buildroot}%{_datadir}/java3d/j3d
popd

#-----------------------------------------------------------------------
%files
%{_javadir}/*
%{_libdir}/*.so

%files	devel
%dir %{_datadir}/java3d
%{_datadir}/java3d/*

%files	javadoc
%dir %{_javadocdir}/vecmath
%{_javadocdir}/vecmath/*
%dir %{_javadocdir}/j3d-core
%{_javadocdir}/j3d-core/*

%changelog
* Wed May 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.5.2-2
+ Revision: 60c1049
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26416 |14nr|jsmath-fonts-3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		jsmath-fonts
Version:	3.0
Release:	%mkrel 1
License:	Freeware
Summary:	jsMath TrueType fonts
Group:		System/Fonts/True type 

Source:		http://www.math.union.edu/~dpvc/jsMath/download/TeX-fonts-linux.tgz
BuildArch:	noarch
URL:		http://www.math.union.edu/~dpvc/jsMath/download/jsMath-fonts.html
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
The jsMath package is designed to work best if you have installed the TeX
font set. This package provides a set of TeX ttf fonts for Linux systems.

%prep
%setup -q -n TeX-fonts-linux

%build

%install
mkdir -p %{buildroot}%{_datadir}/fonts/jsMath
install -m644 *.ttf %{buildroot}%{_datadir}/fonts/jsMath

%clean
rm -rf %{buildroot}

%files
%defattr (-,root,root)
%dir %{_datadir}/fonts/jsMath
%{_datadir}/fonts/jsMath/*.ttf



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 3.0-1
+ Revision: b7ef1f4
- Automatic import for version 3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26417 |14nr|kant-kash-3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define		kashdir			%{_datadir}/kash

Name:		kant-kash
Group:		Sciences/Mathematics
License:	Proprietary
Summary:	Computational Algebraic Number Theory
Version:	3
Release:	2
Source0:	ftp://ftp.math.tu-berlin.de/pub/algebra/Kant/Kash_3/KASH3-Linux-i686-2008-07-31.tar.bz2
URL:		http://www.math.tu-berlin.de/~kant/kash.html
ExclusiveArch:	%{ix86}

%description
KANT is a software package for mathematicians interested in algebraic number
theory. For those KANT is a tool for sophisticated computations in number
fields, in global function fields, and in local fields.

%prep
%setup -q -n KASH3-Linux-i686-2008-07-31

%build

%install
mkdir -p %{buildroot}%{kashdir}
cp -far * %{buildroot}%{kashdir}
# non-standard/incomplete
rm -fr %{buildroot}%{kashdir}/html/cgi-bin

mkdir -p  %{buildroot}%{_bindir}
pushd  %{buildroot}%{_bindir}
    cat > %{buildroot}%{_bindir}/kash3 << EOF
#!/bin/sh

%{kashdir}/kash3 -l %{kashdir}/lib "\$@"
EOF
    chmod +x %{buildroot}%{_bindir}/kash3
    ln -s kash3 kash
popd

%files
%{_bindir}/*
%dir %{kashdir}
%{kashdir}/*

%changelog
* Wed May 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 3-2
+ Revision: 8b2a1ec
- Disable debug



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26418 |14nr|kega-fusion-363x-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define oname Fusion

Summary:	Sega Genesis/32X/Master System/CD/SG-1000/Pico Emulator
Name:		kega-fusion
Version:	363x
Release:	2
License:	Freeware
Group:		Emulators
Url:		http://www.eidolons-inn.net/tiki-index.php?page=Kega
Source0:	%{oname}%{version}.tar.gz
Source1:	%{oname}.png
BuildRequires:	imagemagick
BuildRequires:	upx
ExclusiveArch:	%{ix86}

%description
Kega Fusion is a Sega SG1000, SC3000, SF7000, Master System, Game Gear,
Genesis/Megadrive, SVP, Pico, SegaCD/MegaCD and 32X emulator.

Requires BIOS ROMs for Sega CD and 32X.

%files
%doc History.txt Readme.txt
%{_bindir}/%{name}
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}

%build
upx -d %{oname}

%install
# install section
install -D -m 755 %{oname} %{buildroot}%{_bindir}/%{name}

#Icons
mkdir -p %{buildroot}%{_datadir}/pixmaps/
install -c -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}/%{_miconsdir}
mkdir -p %{buildroot}/%{_liconsdir}
mkdir -p %{buildroot}/%{_iconsdir}

install -m 644 %{SOURCE1} %{buildroot}/%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE1} %{buildroot}/%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE1} %{buildroot}/%{_liconsdir}/%{name}.png
convert %{buildroot}%{_miconsdir}/%{name}.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert %{buildroot}%{_iconsdir}/%{name}.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png

# install menu entries
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=Sega Genesis/32X/Master System/CD/SG-1000/Pico Emulator
Exec=%{name}
Icon=%{name}
Type=Application
Terminal=false
Categories=Game;Emulator;
EOF


%changelog
* Wed May 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 363x-2
+ Revision: 1059f34
- Disable debug package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26419 |14nr|kegs-0.91-0.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:         kegs
License:      COPYRIGHT
Group:        Emulators
Autoreqprov:  on
Version:      0.91
Release:      %mkrel 0.2
Summary:      Apple IIgs emulator
Source:       %name.%version.tar.gz
Patch0:       %name.%version.dif
BuildRequires: X11-devel
BuildRoot:     %{_tmppath}/%{name}-%{version}-build

%description
Requires ROM and disk images to work.

%prep
%setup -q -n %name.%version
%patch0 -p0

%build
# build section
cd src
rm -f vars
cat <<EOT >vars
TARGET = xkegs
OBJECTS = \$(OBJECTS1) xdriver.o
CCOPTS = $RPM_OPT_FLAGS
%ifarch %ix86 x86_64 %arm ia64
OPTS = -DKEGS_LITTLE_ENDIAN -DNDEBUG
%else
OPTS = -DNDEBUG
%endif
SUFFIX =
NAME = xkegs
LDFLAGS =
LDOPTS =
LD = \$(CC)
EXTRA_LIBS = -lXext
EXTRA_SPECIALS =

AS = cc
PERL = perl

XOPTS =
EOT

make %{?jobs:-j%jobs}


%install
# install section
install -D -m 755 xkegs $RPM_BUILD_ROOT/%{_bindir}/xkegs
install -D -m 644 config.kegs $RPM_BUILD_ROOT/%{_datadir}/%{name}/config.kegs
chmod 755 $RPM_BUILD_ROOT%{_bindir}/xkegs

%files
%defattr(-,root,root)
# %{_docdir}/%{name}/*.txt
# %{_bindir}/kegs
%{_bindir}/xkegs
%{_datadir}/%{name}/config.kegs
# %{_sysconfdir}/default.config.kegs



%changelog
* Thu Aug 02 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.91-0.2
+ Revision: 3e0d8d1
- Automatic import for version 0.91



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26420 |14nr|kernel-firmware-extra-20120909-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#
# This rpm is based on the git tree from:
# git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
# version is date of the younger commit
#

Summary:	Extra linux kernel firmware files
Name:   	kernel-firmware-extra
Version:	20120909
Release:	%mkrel 1
License:	Proprietary
Group:  	System/Kernel and hardware
URL:    	http://www.kernel.org/
# kernel-firmware tarball is generated from the git tree mentioned
# above, by simply cloning it and doing:
# tar --exclude-vcs -Jcf kernel-firmware-extra-version.tar.xz linux-firmware
Source: 	linux-firmware-nonfree-%{version}.tar.xz
Conflicts:	kernel-firmware < 20120219
Suggests:	iwlwifi-agn-ucode
Suggests:	radeon-firmware
Suggests:	ralink-firmware
Suggests:	rtlwifi-firmware
Obsoletes:	korg1212-firmware
Obsoletes:	maestro3-firmware
Obsoletes:	sb16-firmware
Obsoletes:	yamaha-firmware
BuildRequires:	kernel-firmware >= %{version}-1
Conflicts:	kernel-firmware < %{version}-1
BuildRoot:	%{_tmppath}/%{name}-%{version}
BuildArch:	noarch

%description
This package contains all the firmware files without an open source
license but used by the in-kernel drivers.

The files are shared by all kernels.

Other non-free firmware files are contained in the radeon-firmware,
iwlwifi-*-ucode, ralink-firmware and rtlwifi-firmware packages.

Open source firmware files are contained in the kernel-firmware
package in the core section.

%package -n iwlwifi-agn-ucode
Summary:	Nonfree iwlwifi firmware files for the Linux kernel
Obsoletes:	iwlwifi-100-ucode
Obsoletes:	iwlwifi-105-ucode
Obsoletes:	iwlwifi-135-ucode
Obsoletes:	iwlwifi-1000-ucode
Obsoletes:	iwlwifi-2000-ucode
Obsoletes:	iwlwifi-2030-ucode
Obsoletes:	iwlwifi-5000-ucode
Obsoletes:	iwlwifi-5150-ucode
Obsoletes:	iwlwifi-6000-ucode
Obsoletes:	iwlwifi-6005-ucode
Obsoletes:	iwlwifi-6030-ucode
Obsoletes:	iwlwifi-6050-ucode
Conflicts:      kernel-firmware-extra < 20120421-3
Conflicts:      kernel-firmware-nonfree < 20120421-3

%description -n iwlwifi-agn-ucode
This package contains all the iwlwifi wireless firmware files
supported by the iwlwifi kernel driver. That means all of:
iwlwifi-1xx/1000/2xxx/5xxx/6xxx*.ucode firmwares.

%package -n ralink-firmware
Summary:	Nonfree Ralink firmware files for the Linux kernel
Obsoletes:      rt61-firmware
Obsoletes:      rt2860-firmware
Obsoletes:      rt2870-firmware
Obsoletes:      rt3090-firmware
Obsoletes:      rt73-firmware
Conflicts:      kernel-firmware-extra < 20120421-3
Conflicts:      kernel-firmware-nonfree < 20120421-3

%description -n ralink-firmware
This package contains all the Ralink wireless firmware files
previously shipped in separate rt61-, rt2860-, rt2870-,
rt3090-, rt73-, and kernel-firmware-extra/nonfree packages.

%package -n rtlwifi-firmware
Summary:	Nonfree rtlwifi firmware files for the Linux kernel
Obsoletes:	rtl8192se-firmware
Conflicts:      kernel-firmware-extra < 20120421-3
Conflicts:      kernel-firmware-nonfree < 20120421-3

%description -n rtlwifi-firmware
This package contains all the rtlwifi wireless firmware files
previously shipped in rtl8192se-firmware and
kernel-firmware-extra/nonfree packages.

%prep
%setup -q -n linux-firmware-nonfree-%{version}

# remove files provided in legacy iwlwifi-3945/4965-ucode packages
rm -f iwlwifi-{3945,4965}-2.ucode

# remove all radeon files as they are provided by radeon-firmware
rm -f LICENCE.radeon_rlc
rm -rf radeon

# remove unwanted source files for firmware in kernel-firmware
rm -rf usbdux dsp56k keyspan_pda cis isci

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/lib/firmware
cp -avf * %{buildroot}/lib/firmware
rm -f %{buildroot}/lib/firmware/{LICENCE.*,WHENCE}

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc WHENCE LICENCE.agere LICENCE.atheros_firmware LICENCE.broadcom_bcm43xx LICENCE.chelsio_firmware
%doc LICENCE.ene_firmware LICENCE.i2400m LICENCE.Marvell LICENCE.mwl8335 LICENCE.myri10ge_firmware
%doc LICENCE.OLPC LICENCE.phanfw LICENCE.qla2xxx LICENCE.tda7706-firmware.txt LICENCE.ti-connectivity
%doc LICENCE.ueagle-atm4-firmware LICENCE.via_vt6656 LICENCE.xc5000 LICENSE.dib0700
%exclude /lib/firmware/iwlwifi-100-5.ucode
%exclude /lib/firmware/iwlwifi-105-6.ucode
%exclude /lib/firmware/iwlwifi-135-6.ucode
%exclude /lib/firmware/iwlwifi-1000-3.ucode
%exclude /lib/firmware/iwlwifi-1000-5.ucode
%exclude /lib/firmware/iwlwifi-2000-6.ucode
%exclude /lib/firmware/iwlwifi-2030-6.ucode
%exclude /lib/firmware/iwlwifi-5000-1.ucode
%exclude /lib/firmware/iwlwifi-5000-2.ucode
%exclude /lib/firmware/iwlwifi-5000-5.ucode
%exclude /lib/firmware/iwlwifi-5150-2.ucode
%exclude /lib/firmware/iwlwifi-6000-4.ucode
%exclude /lib/firmware/iwlwifi-6000g2a-5.ucode
%exclude /lib/firmware/iwlwifi-6000g2a-6.ucode
%exclude /lib/firmware/iwlwifi-6000g2b-5.ucode
%exclude /lib/firmware/iwlwifi-6000g2b-6.ucode
%exclude /lib/firmware/iwlwifi-6050-4.ucode
%exclude /lib/firmware/iwlwifi-6050-5.ucode
%exclude /lib/firmware/rt2561.bin
%exclude /lib/firmware/rt2561s.bin
%exclude /lib/firmware/rt2661.bin
%exclude /lib/firmware/rt2860.bin
%exclude /lib/firmware/rt2870.bin
%exclude /lib/firmware/rt3070.bin
%exclude /lib/firmware/rt3071.bin
%exclude /lib/firmware/rt3090.bin
%exclude /lib/firmware/rt73.bin
%exclude /lib/firmware/rtlwifi/rtl8192cfw.bin
%exclude /lib/firmware/rtlwifi/rtl8192cufw.bin
%exclude /lib/firmware/rtlwifi/rtl8192cfwU_B.bin
%exclude /lib/firmware/rtlwifi/rtl8192cfwU.bin
%exclude /lib/firmware/rtlwifi/rtl8192defw.bin
%exclude /lib/firmware/rtlwifi/rtl8192sefw.bin
%exclude /lib/firmware/rtlwifi/rtl8712u.bin
%exclude /lib/firmware/rtlwifi/rtl8723fw_B.bin
%exclude /lib/firmware/rtlwifi/rtl8723fw.bin
/lib/firmware/*

%files -n iwlwifi-agn-ucode
%defattr(0644,root,root,0755)
%doc LICENCE.iwlwifi_firmware
/lib/firmware/iwlwifi-100-5.ucode
/lib/firmware/iwlwifi-105-6.ucode
/lib/firmware/iwlwifi-135-6.ucode
/lib/firmware/iwlwifi-1000-3.ucode
/lib/firmware/iwlwifi-1000-5.ucode
/lib/firmware/iwlwifi-2000-6.ucode
/lib/firmware/iwlwifi-2030-6.ucode
/lib/firmware/iwlwifi-5000-1.ucode
/lib/firmware/iwlwifi-5000-2.ucode
/lib/firmware/iwlwifi-5000-5.ucode
/lib/firmware/iwlwifi-5150-2.ucode
/lib/firmware/iwlwifi-6000-4.ucode
/lib/firmware/iwlwifi-6000g2a-5.ucode
/lib/firmware/iwlwifi-6000g2a-6.ucode
/lib/firmware/iwlwifi-6000g2b-5.ucode
/lib/firmware/iwlwifi-6000g2b-6.ucode
/lib/firmware/iwlwifi-6050-4.ucode
/lib/firmware/iwlwifi-6050-5.ucode

%files -n ralink-firmware
%defattr(0644,root,root,0755)
%doc LICENCE.ralink-firmware.txt
/lib/firmware/rt2561.bin
/lib/firmware/rt2561s.bin
/lib/firmware/rt2661.bin
/lib/firmware/rt2860.bin
/lib/firmware/rt2870.bin
/lib/firmware/rt3070.bin
/lib/firmware/rt3071.bin
/lib/firmware/rt3090.bin
/lib/firmware/rt73.bin

%files -n rtlwifi-firmware
%defattr(0644,root,root,0755)
%doc LICENCE.rtlwifi_firmware.txt
/lib/firmware/rtlwifi/rtl8192cfw.bin
/lib/firmware/rtlwifi/rtl8192cfwU_B.bin
/lib/firmware/rtlwifi/rtl8192cfwU.bin
/lib/firmware/rtlwifi/rtl8192cufw.bin
/lib/firmware/rtlwifi/rtl8192defw.bin
/lib/firmware/rtlwifi/rtl8192sefw.bin
/lib/firmware/rtlwifi/rtl8712u.bin
/lib/firmware/rtlwifi/rtl8723fw_B.bin
/lib/firmware/rtlwifi/rtl8723fw.bin



%changelog
* Sun Oct 28 2012 user <user@localhost.localdomain> 20120909-1
+ Revision: be2c844
- LOG -update to 2012-09-09. Split all iwl, rt and rtl firmware



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26421 |14nr|kfilebox-0.4.9-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define qmake /usr/lib/qt4/bin/qmake -makefile 

Name: kfilebox
Summary: KDE front-end for Dropbox
Version: 0.4.9
Release: 3
License: GPLv2
Group: Networking/File transfer 
Source0: http://sourceforge.net/projects/kdropbox/files/%{name}-%{version}/Source/%{name}-%{version}.tar.gz
Patch0: drop-dropbox-libz.patch
Url: http://kdropbox.deuteros.es/

BuildRequires: gcc-c++ 
BuildRequires: make
BuildRequires: pkgconfig(Qt3Support)
BuildRequires: qt4-linguist
BuildRequires: kdelibs4-devel
Requires: qt4-database-plugin-sqlite

%description
KDE front-end for Dropbox. This is free software, but it requires the
proprietary dropbox daemon that will be downloaded at first run.

%prep
%setup -q
%patch0 -p0

%build
%qmake  
%make

%install

install -D -m 755 bin/%name %{buildroot}%{_bindir}/%name
install -D -m 644 img/%{name}.png %{buildroot}%{_datadir}/%{name}/%name
install -d %{buildroot}%{_datadir}/icons/hicolor/
cp -r img/hicolor/* %{buildroot}%{_datadir}/icons/hicolor/
install -D -m 644 locale/ar/kfilebox.mo %{buildroot}%{_datadir}/locale/ar/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/br/kfilebox.mo %{buildroot}%{_datadir}/locale/br/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/cs/kfilebox.mo %{buildroot}%{_datadir}/locale/cs/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/el/kfilebox.mo %{buildroot}%{_datadir}/locale/el/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/en/kfilebox.mo %{buildroot}%{_datadir}/locale/en/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/en/kfilebox.mo %{buildroot}%{_datadir}/locale/en_GB/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/de/kfilebox.mo %{buildroot}%{_datadir}/locale/de_DE/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/es/kfilebox.mo %{buildroot}%{_datadir}/locale/es/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/fr/kfilebox.mo %{buildroot}%{_datadir}/locale/fr/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/gl/kfilebox.mo %{buildroot}%{_datadir}/locale/gl/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/it/kfilebox.mo %{buildroot}%{_datadir}/locale/it/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/lt/kfilebox.mo %{buildroot}%{_datadir}/locale/lt/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/nl/kfilebox.mo %{buildroot}%{_datadir}/locale/nl/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/pl/kfilebox.mo %{buildroot}%{_datadir}/locale/pl/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/ru/kfilebox.mo %{buildroot}%{_datadir}/locale/ru/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/si/kfilebox.mo %{buildroot}%{_datadir}/locale/si/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/tr/kfilebox.mo %{buildroot}%{_datadir}/locale/tr/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/zh/kfilebox.mo %{buildroot}%{_datadir}/locale/zh/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/zh/kfilebox.mo %{buildroot}%{_datadir}/locale/zh_CN/LC_MESSAGES/kfilebox.mo
install -D -m 644 locale/tw/kfilebox.mo %{buildroot}%{_datadir}/locale/zh_TW/LC_MESSAGES/kfilebox.mo
install -d %{buildroot}%{_datadir}/applications/ %{buildroot}%{_datadir}/autostart/ %{buildroot}%{_datadir}/apps/%{name}/

%find_lang %name

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=%{name}
GenericName=%{name}
Comment=KDE front end for Dropbox
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Network;FileTransfer;
EOF

cat > %{buildroot}%{_datadir}/autostart/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=kfilebox
GenericName=kfilebox
Comment=KDE front end for Dropbox
Exec=%{_bindir}/kfilebox
Icon=kfilebox
Terminal=false
Type=Application
StartupNotify=false
Categories=Network;FileTransfer;
X-KDE-autostart-after=panel
X-KDE-StartupNotify=false
X-DBUS-StartupType=Unique
X-KDE-UniqueApplet=true
X-KDE-autostart-condition=kfileboxrc:General:AutoStart:false
EOF


cat > %{buildroot}%{_datadir}/apps/%{name}/%{name}.notifyrc << EOF
[Global]
Comment=Kfilebox
Name=kfilebox
IconName=kfilebox

[Event/notify]
Name=Notification
Comment=Any notification
Action=Popup
EOF

%postun
# Delete dropbox daemon which was downloaded and installed by kfilebox
# Don't know a better way to uninstall it
find /home/* -maxdepth 1 -name ".dropbox-dist" -type d 2>/dev/null | xargs rm -rf

%files -f %name.lang 
%defattr(-,root,root)  
%dir %{_datadir}/kfilebox  
%doc doc/readme.txt  
%{_datadir}/applications/kfilebox.desktop  
%{_datadir}/autostart/kfilebox.desktop  
%{_datadir}/apps/kfilebox/*  
%{_datadir}/kfilebox/*
%{_bindir}/kfilebox
%{_datadir}/icons/hicolor/16x16/apps/kfilebox.png
%{_datadir}/icons/hicolor/22x22/apps/kfilebox.png
%{_datadir}/icons/hicolor/24x24/apps/kfilebox.png
%{_datadir}/icons/hicolor/32x32/apps/kfilebox.png
%{_datadir}/icons/hicolor/48x48/apps/kfilebox.png
%{_datadir}/icons/hicolor/64x64/apps/kfilebox.png
%{_datadir}/icons/hicolor/128x128/apps/kfilebox.png



%changelog
* Mon May 13 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.4.9-3
+ Revision: f006b5d
- Bump release and clean the spec after applying automated fixes to spec file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26422 |14nr|libspotify-12.1.51-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define lib_major	12
%define lib_name	%mklibname spotify %{lib_major}
%define develname	%mklibname -d spotify

%define debug_package %{nil}

Summary: Library to write applications that utilize the Spotify music streaming service
Name: libspotify
Version: 12.1.51
Release: 3
%ifarch %{ix86}
Source0: https://developer.spotify.com/download/libspotify/libspotify-%{version}-Linux-i686-release.tar.gz
%else
Source0: https://developer.spotify.com/download/libspotify/libspotify-%{version}-Linux-x86_64-release.tar.gz
%endif
License: Proprietary
Group: System/Libraries
Url: https://developer.spotify.com/technologies/libspotify/
ExclusiveArch: %{ix86} x86_64

%description
The libspotify C API package allows third-party developers to write
applications that utilize the Spotify music streaming service.

%package -n %{lib_name}
Summary:	Dynamic libraries for spotify
Group:		System/Libraries

%description -n %{lib_name}
The libspotify C API package allows third-party developers to write
applications that utilize the Spotify music streaming service.

%package doc
Summary:        Documentation of the spotify library
Group:          Development/C
BuildArch: noarch

%description doc
Documentation of the spotify library.

%package -n %{develname}
Summary:	Development files for spotify
Group:		Development/C
Provides:	%{name}-devel = %{version}-%{release}
Requires:	%{lib_name} = %{version}
Obsoletes:	%{name}-devel < %{version}

%description -n %{develname}
Files needed in order to develop applications using spotify.

%prep
%ifarch %{ix86}
%setup -q -n %{name}-%{version}-Linux-i686-release
%else
%setup -q -n %{name}-%{version}-Linux-x86_64-release
%endif

%build

%install
mkdir -p %{buildroot}%{_libdir} %{buildroot}%{_includedir} %{buildroot}%{_datadir}
%ifarch x86_64
sed -i 's%/lib%/lib64%' lib/pkgconfig/%{name}.pc
%endif
cp -r lib/* %{buildroot}%{_libdir}
cp -r include/* %{buildroot}%{_includedir}
cp -r share/* %{buildroot}%{_datadir}
cp ChangeLog LICENSE licenses.xhtml Makefile README %{buildroot}%{_docdir}/%{name}

%files -n %{lib_name}
%{_libdir}/*.so.%{lib_major}*

%files -n %{develname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/pkgconfig/*
%{_libdir}/*.so

%files doc
%dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/*
%doc %{_datadir}/man3

%changelog
* Tue Dec 11 2012 Denis Silakov <denis.silakov@rosalab.ru> 12.1.51-3
+ Revision: 630a002
- Fix requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26423 |14nr|lie-2.2.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define liedir	%{_datadir}/lie

Name:		lie
Version:	2.2.2
Release:	%mkrel 1
Group:		Sciences/Mathematics
Summary:	Interactive computations of a Lie group theoretic nature
# No license file, and apparently only available from sagemath.org
# as the documented homepage neither ftp server directory exist anymre
License:	Freeware
Source0:	http://www.sagemath.org/packages/optional/lie-2.2.2.p3.spkg
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	bison
BuildRequires:	ncurses-devel
BuildRequires:	readline-devel

%description
LiE purpose is to enable mathematicians and physicists to obtain on-line
information as well as to interactively perform computations of a Lie group
theoretic nature. It focuses on the representation theory of complex semisimple
(reductive) Lie groups and algebras, and on the structure of their Weyl
groups and root systems. The basic objects of computation are vectors and
matrices with integer entries, and polynomials with integral coefficients.
These objects are used to represent weights, (sets of) roots, characters and
similar objects relating to Lie groups and algebras. LiE does not compute
directly with elements of the Lie groups and algebras themselves, but the
computations may be parametrised by the type of the Lie group or algebra for
which they should be performed.

%prep
%setup -q -n %{name}-%{version}.p3

%build
pushd src
    %make || :
popd

%install
pushd src
    for dir in progs gapfiles; do
	mkdir -p %{buildroot}/%{liedir}/$dir
	cp -fa $dir/* %{buildroot}/%{liedir}/$dir
    done

    cp -fa INFO* LEARN* %{buildroot}/%{liedir}
    cp -fa Lie.exe %{buildroot}/%{liedir}

    mkdir -p %{buildroot}%{_bindir}
    cat > %{buildroot}%{_bindir}/lie << EOF
#!/bin/sh

LD=%{liedir}
exec \$LD/Lie.exe initfile \$LD
EOF
    chmod +x %{buildroot}%{_bindir}/lie
popd

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc src/manual/manual.dvi
%{_bindir}/lie
%dir %{liedir}
%{liedir}/*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2.2.2-1
+ Revision: dc63029
- Automatic import for version 2.2.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26424 |14nr|lphdisk-0.9.1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		lphdisk
Version:	0.9.1
Release:	%mkrel 5
Summary:	Format Phoenix NoteBIOS hibernation partitions under Linux
License:	Artistic
Group:		System/Kernel and hardware
URL:		http://www.procyon.com/~pda/lphdisk
Source0:	http://www.procyon.com/~pda/lphdisk/%{name}-%{version}.tar.bz2
Patch0:		lphdisk-0.9.1-debian.patch
Patch1:		lphdisk-0.9.1-lrmi.patch
ExclusiveArch:	%ix86
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
lphdisk is a linux reimplementation of the PHDISK.EXE (DOS) utility provided
with most Phoenix NoteBIOS-equipped laptop models.  It will properly format a
NoteBIOS hibernation partition (type A0) to make it usable by the BIOS for
suspending to disk, avoiding the need to use buggy and outdated DOS utilities 
to perform this configuration step.

PLEASE NOTE: this is a very old tool for very old laptops. Unless you're very
sure you need it...you probably don't. Move along, nothing to see here.

%prep
%setup -q
%patch0 -p1 -b .debian
%patch1 -p1 -b .lrmi

%build
%make

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_mandir}/man8
mkdir -p %{buildroot}%{_sbindir}

install -m 755 lphdisk %{buildroot}%{_sbindir}
install -m 644 lphdisk.8 %{buildroot}%{_mandir}/man8

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc ChangeLog CREDITS LICENSE NEWS README TODO
%{_sbindir}/lphdisk
%{_mandir}/man8/lphdisk.8.*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.9.1-5
+ Revision: 9296cd8
- Automatic import for version 0.9.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26425 |14nr|megacli-8.02.21-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}

%define up_name Linux_MegaCLI

Summary:	Manage SAS RAID controllers
Name:		megacli
Version:	8.02.21
Release:	1
License:	Commercial
Group:		System/Configuration/Hardware
URL:		http://www.lsi.com
Source0:	http://www.lsi.com/support/downloads/megaraid/miscellaneous/%{version}_MegaCLI.zip

%description
MegaCli is used to manage SAS RAID controllers.

%prep
%setup -q -c
cd %{version}_%{up_name}/
unzip MegaCliLin.zip
rpm2cpio MegaCli-%{version}-1.noarch.rpm | cpio -id

%build

%install
export DONT_STRIP=1

install -d -m 755 %{buildroot}/sbin
%ifarch x86_64
install -m 755 %{version}_%{up_name}/opt/MegaRAID/MegaCli/MegaCli64 %{buildroot}/sbin/megacli
%else
install -m 755 %{version}_%{up_name}/opt/MegaRAID/MegaCli/MegaCli %{buildroot}/sbin/megacli
%endif

%files 
%doc %{version}_MegaCLI.txt
/sbin/megacli



%changelog
* Sun May 20 2012 Rosa <rosa@rosa-build.rosalab.ru> 8.02.21-1
+ Revision: 5018cd7
- Automatic import for version 8.02.21



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26426 |14nr|micro64-1.00.667-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Emulator is close-sourced and there is no debug info
# so we just disable empty debug package

%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Name:		micro64
Version:	1.00.667
Release:	2
Summary:	Aimed to become the most accurate C64 Emulator
License:	Freeware
Group:		Emulators
URL:		http://micro64.de/
Source0:	http://micro64.de/downloads/%{name}-%{version}.zip
Source1:	micro64.png

%description
The highly advanced successor of brotkaestchen (fr-051) from BeRo / farbrausch.

Currently it has 2 different VIC II emulation modes (both are half-cycle
exact):
- single pixel dot clock exact (very accurate, slow)
- dynamic pixel block-wise (quite fast, even on slower machines).

Normally you shouldn't notice any differences, except in demos with a lot of
VIC II trickery. If your computer is fast enough you definitely should use
the accurate mode.

Status: Still under heavy development! Due to constant nagging, we decided
that it's time to prove that micro64 is not vaporware. Enjoy the current state
pre-release. Test stuff. Report bugs. New builds will appear from time to time.

%prep
%setup -q -n %{name}

%build

%install
%__rm -rf %{buildroot}

%__mkdir_p %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Micro64
Comment=C64 emulator
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF

%__mkdir_p %{buildroot}%{_datadir}/pixmaps
%__install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

%__mkdir_p %{buildroot}%{_bindir}
%ifarch x86_64
%__install -m 755 x86_64-linux/%{name} %{buildroot}%{_bindir}/%{name}
%else
%__install -m 755 x86_32-linux/%{name} %{buildroot}%{_bindir}/%{name}
%endif

%clean
%__rm -rf %{buildroot}

%files
%{_bindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_datadir}/pixmaps/%{name}.png




%changelog
* Fri Feb 08 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.00.667-2
+ Revision: 6d25abc
- Fix too long description lines



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26427 |14nr|microcode-0.20120313-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:   Intel / AMD CPU Microcode
Name:      microcode
Version:   0.20120313
Release:   3
Group:     System/Kernel and hardware
License:   Distributable
# use update-intel-microcode --download-only (from microcode_ctl) to update
Source0:   intel-microcode.dat
# use update-amdl-microcode --download-only (from microcode_ctl) to update
Source1:   amd-ucode-latest.tar
Buildarch: noarch

%description
Since PentiumPro, Intel CPU are made of a RISC chip and of a microcode whose
purpose is to decompose "old" ia32 instruction into new risc ones.
P6 familly is concerned: PPro, PII, Celeron, PIII, Celeron2.
Recent kernels have the ability to update this microcode.

The microcode update is volatile and needs to be uploaded on each system
boot. I.e. it doesn't reflash your cpu permanently.
Reboot and it reverts back to the old microcode.

This package contains microcode for Intel CPU, as well as microcode for 
AMD CPU (AMD Phenom(TM), AMD Opteron(TM) and AMD Turion(TM) 64 Ultra).

%prep
%setup -q -T -c

%build

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}/lib/firmware/intel-microcode
install -m644 %{SOURCE0} %{buildroot}/lib/firmware/intel-microcode

tar xf %{SOURCE1} -C %{buildroot}/lib/firmware
mv %{buildroot}/lib/firmware/amd-ucode-2012-01-17 %{buildroot}/lib/firmware/amd-ucode

%clean

%files
%defattr(-,root,root,-)
/lib/firmware/amd-ucode
/lib/firmware/intel-microcode/intel-microcode.dat





%changelog
* Fri Oct 05 2012 root <root@localhost.localdomain> 0.20120313-3
+ Revision: 4c2bb8c
- update to mga version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26428 |14nr|million-1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		million
Version:	1.0.0
Release:	2
Summary:	Who Wants To Be A Millionaire game (Russian version)
Group:		Games/Puzzles
License:	Freeware
URL:		http://dansoft.krasnokamensk.ru/more.html?id=1012
Source0:	%{name}-%{version}.tar.bz2
Source1:	million-license.txt
Patch0:		million-1.0.0-datapath.patch
BuildRequires:	qt4-devel
BuildRequires:	SDL-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	imagemagick

%description
Who Wants To Be A Millionaire? is a game after quiz TV show.
This is Russian version of the game. No other languages are supported.

%prep
%setup -q
%patch0 -p1
cp %{SOURCE1} COPYING

%build
%qmake_qt4 %{name}.pro
%make

%install
# install binary
mkdir -p %{buildroot}%{_bindir}
cp Bin/%{name} %{buildroot}%{_bindir}/

# install game data
mkdir -p %{buildroot}%{_datadir}/%{name}
cp Bin/%{name}.db %{buildroot}%{_datadir}/%{name}/
cp -r Bin/sounds %{buildroot}%{_datadir}/%{name}/

# create and install icons
for N in 16 32 48 64 128; do convert images/logo.png -scale ${N}x${N}! $N.png; done
install -D 16.png -m 644 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D 32.png -m 644 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D 48.png -m 644 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -D 64.png -m 644 %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png -m 644 %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# XDG menu entry
mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Type=Application
Name=Who Wants To Be A Millionaire?
Name[ru]=Кто хочет стать миллионером?
Comment=Quiz game after TV show
Comment[ru]=Аналог знаменитой телеигры
Icon=%{name}
Exec=%{name}
Terminal=false
Categories=Game;LogicGame;
EOF

%files
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png




%changelog
* Wed Oct 24 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-2
+ Revision: 1163877
- LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26429 |14nr|nautilus-dropbox-1.6.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dropbox extension for Nautilus
Name:		nautilus-dropbox
Version: 	1.6.0
Release: 	1
Source0: 	http://linux.getdropbox.com/packages/%name-%version.tar.bz2
# Currently all images in package are licensed under CC BY-ND, so third-party files are not needed
#Source1:	http://fc04.deviantart.com/fs39/f/2008/356/b/9/b9722db2a11fa3092f3b902b681866a9.zip
#Source2:	emblem-syncing.png
#Source3:	emblem-unsyncable.png
#Source4:	emblem-uptodate.png
License: 	GPLv2+ and CC-BY-ND
Group: 		Graphical desktop/GNOME
Url: 		http://getdropbox.com/
BuildRequires: 	nautilus-devel libnotify-devel pygtk2.0-devel python-docutils python3 python3-docutils
Requires:	nautilus dropbox

%description 
Dropbox extension for Nautilus.

It requires proprietary dropbox daemon that will be automatically downloaded
and installed.


%files
%doc AUTHORS
%doc COPYING
%doc README
%_libdir/nautilus/extensions-3.0/libnautilus-dropbox.so
%_datadir/%name/*

#--------------------------------------------------------------------

%package -n dropbox
Group:		Networking/File transfer
Summary:	Dropbox client daemon
License:	GPLv2+
Requires:	wget python-gpgme

%description -n dropbox
Command-line Dropbox client. Currently not all features are realised.

It requires proprietary dropbox daemon to operate. Run `dropbox start -i'
to download and install it automatically.

%files -n dropbox
%doc AUTHORS
%_bindir/*
%_mandir/man?/*
%_datadir/applications/dropbox.desktop
%_iconsdir/hicolor/*/*/*

#--------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make


%install
%{makeinstall_std}

rm -f %buildroot%_libdir/nautilus/extensions-3.0/*.la
rm -f %buildroot%_iconsdir/hicolor/*/*/*.icon
rm -f %buildroot%_datadir/nautilus-dropbox/emblems/*.icon


%changelog
* Tue Sep 02 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.6.0-1
+ Revision: e0f80ad
- Added python3-docutils BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26430 |14nr|nvidia173-173.14.39-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define name		nvidia173
%define version		173.14.39
%define rel		7

# the highest supported videodrv abi
%define videodrv_abi	15

%define priority	9620

# pkg0: plain archive
# pkg1: + precompiled modules
# pkg2: + 32bit compatibility libraries
%define pkgname32	NVIDIA-Linux-x86-%{version}-pkg1
%define pkgname64	NVIDIA-Linux-x86_64-%{version}-pkg2

# For now, backportability is kept for 2006.0 / CS4 forwards.

%define drivername		nvidia173
%define driverpkgname		x11-driver-video-%{drivername}
%define modulename		%{drivername}
%define cards			GeForce FX based cards
%define xorg_libdir		%{_libdir}/xorg
%define xorg_extra_modules	%{_libdir}/xorg/extra-modules
%define nvidia_driversdir	%{_libdir}/%{drivername}/xorg
%define nvidia_extensionsdir	%{_libdir}/%{drivername}/xorg
%define nvidia_modulesdir	%{_libdir}/%{drivername}/xorg
%define nvidia_libdir		%{_libdir}/%{drivername}
%define nvidia_libdir32		%{_prefix}/lib/%{drivername}
%define nvidia_bindir		%{nvidia_libdir}/bin
%define nvidia_deskdir		%{_datadir}/%{drivername}
%define nvidia_xvmcconfdir	%{_sysconfdir}/%{drivername}
%define nvidia_xinitdir         %{_sysconfdir}/%{drivername}
%define ld_so_conf_dir		%{_sysconfdir}/%{drivername}
%define ld_so_conf_file		ld.so.conf

# Other packages should not require any NVIDIA libraries, and this package
# should not be pulled in when libGL.so.1 is required
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)|devel\\(libGL(.*)'
%define common_requires_exceptions libGLcore\\.so|libnvidia.*\\.so
%else
%define _provides_exceptions \\.so
%define common_requires_exceptions libGLcore\\.so\\|libnvidia.*\\.so
%endif

%define biarches x86_64
%ifarch %{ix86}
%define nsource %{SOURCE0}
%define pkgname %{pkgname32}
%endif
%ifarch x86_64
%define nsource %{SOURCE1}
%define pkgname %{pkgname64}
%endif

%ifarch %{biarches}
# (anssi) Allow installing of 64-bit package if the runtime dependencies
# of 32-bit libraries are not satisfied. If a 32-bit package that requires
# libGL.so.1 is installed, the 32-bit mesa libs are pulled in and that will
# pull the dependencies of 32-bit nvidia libraries in as well.
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}|lib.*so\\.[^(]+(\\([^)]+\\))?$'
%else
%define __noautoreq %{common_requires_exceptions}\\|lib.*so\\.[^(]\\+\\(([^)]\\+)\\)\\?$
%endif
%else
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}'
%else
%define __noautoreq %{common_requires_exceptions}
%endif
%endif

Summary:	NVIDIA proprietary X.org driver and libraries, 173.14.xx series
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{rel}
Source0:	ftp://download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.gz
Source3:	ftp://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.gz
Source4:	nvidia173.rpmlintrc
# -Werror=format-string
Patch0:		nvidia-settings-format-string.patch
# https://qa.mandriva.com/show_bug.cgi?id=39921
Patch1:		nvidia-settings-enable-dyntwinview-mdv.patch
# --as-needed + --no-undefined
Patch2:		nvidia-xconfig-ldflags-order.patch
# Understand Disable keyword in xorg.conf, from upstream 190.40:
Patch4:		nvidia-xf86config-parser-add-disable-keyword.patch
# (tpg) in 2010.1+ X_XF86VidModeGetGammaRampSize is in xf86vmproto.h and not in xf86vmode.h
Patch5:		nvidia-settings-1.0-missing-header.patch
# Fix linking order in nvidia-settings Makefile, fixes build:
Patch6:		nvidia-settings-link-order.patch
# Add missing -ldl, fixes build
Patch7:		nvidia-settings-underlinking.patch
# From Fedora: fix build with kernel 3.14
Patch8:		nvidia_3.14_kernel.patch

License:	Freeware
BuildRoot:	%{_tmppath}/%{name}-buildroot
URL:		http://www.nvidia.com/object/unix.html
Group: 		System/Kernel and hardware
Provides: should-restart = system
ExclusiveArch:	%{ix86} x86_64
BuildRequires:  imagemagick
BuildRequires:  pkgconfig(xrender)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(xv)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(xxf86vm)

%if "%{driverpkgname}" == "nvidia"
# old nvidia package had different versioning
Epoch:		1
%endif

%description
Source package of the 173.14.xx series NVIDIA proprietary driver.
Binary packages are named x11-driver-video-nvidia173 on 2009 and later,
x11-driver-video-nvidia-current on 2008, nvidia97xx on 2007.1, and
nvidia on 2007.0 and earlier.

%package -n %{driverpkgname}
Summary:	NVIDIA proprietary X.org driver and libraries for %cards
Group: 		System/Kernel and hardware
# Older alternatives implementations were buggy in various ways:
Requires(post): update-alternatives >= 1.9.0
Requires(postun): update-alternatives >= 1.9.0
Requires:   x11-server-common
Suggests:   %{drivername}-doc-html = %{version}
# Proper support for versioned kmod() was added in 2008.1:
Requires:   kmod(%{modulename}) = %{version}

%description -n %{driverpkgname}
NVIDIA proprietary X.org graphics driver, related libraries and
configuration tools for %cards,
including the associated Quadro cards.

NOTE: You should use XFdrake to configure your NVIDIA card. The
correct packages will be automatically installed and configured.

If you do not want to use XFdrake, see README.manual-setup.

This NVIDIA driver should be used with %cards,
including the associated Quadro cards.

%package -n dkms-%{drivername}
Summary:	NVIDIA kernel module for %cards
Group:		System/Kernel and hardware
Requires:	dkms
Requires(post):	dkms
Requires(preun): dkms

# DKMS package for each long-lived branch should provide this.
# It is needed to prevent the situation when several drivers from different 
# branches are installed at the same time. Each of the drivers will have
# alias "nvidia" for modprobe, so they cannot co-exist.
Provides:	nvidia-driver-long-lived = %{version}-%{release}
Conflicts:	nvidia-driver-long-lived < %{version}-%{release}

%description -n dkms-%{drivername}
NVIDIA kernel module for %cards. This
is to be used with the %{driverpkgname} package.

%package -n %{drivername}-devel
Summary:	NVIDIA XvMC/OpenGL/CUDA development headers (%{drivername})
Group:		Development/C
Requires:	%{driverpkgname} = %{version}-%{release}
Requires:	%{drivername}-cuda = %{version}-%{release}
Provides:	nvidia-devel = %{version}-%{release}

%description -n %{drivername}-devel
NVIDIA XvMC static development library and OpenGL headers for
%cards. This package is not required for
normal use.

%package -n %{drivername}-cuda
Summary:	CUDA libraries for NVIDIA proprietary driver (%{drivername})
Group:		System/Kernel and hardware
Requires:	%{driverpkgname} = %{version}-%{release}
Conflicts:	%{driverpkgname} < 173.14.25-2

%description -n %{drivername}-cuda
Cuda library for NVIDIA proprietary driver for %cards.
This package is not required for normal use, it provides libraries to
use NVIDIA cards for High Performance Computing (HPC).

# HTML doc splitted off because of size, for Mandriva One:
%package -n %{drivername}-doc-html
Summary:	NVIDIA html documentation (%{drivername})
Group:		System/Kernel and hardware
Requires:	%{driverpkgname} = %{version}-%{release}

%description -n %{drivername}-doc-html
HTML version of the README.txt file provided in package
%{driverpkgname}.

%prep
%setup -q -c -T -a 2 -a 3
sh %{nsource} --extract-only
%patch0 -p0
%patch1 -p0
%patch2 -p0
cd %{pkgname}
%patch8 -p1
cd ..
cd nvidia-settings-1.0
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
cd ..
cd nvidia-xconfig-1.0
%patch4 -p2
cd ..

rm -rf %{pkgname}/usr/src/nv/precompiled

# Now works properly on xen, as reported by guillomovitch, so remove the xen
# check:
perl -pi -e 's/^module:(.*) xen-sanity-check (.*)$/module:$1 $2/' \
    %{pkgname}/usr/src/nv/Makefile.kbuild

cat > README.install.urpmi <<EOF
This driver is for %cards.

Use XFdrake to configure X to use the correct NVIDIA driver. Any needed
packages will be automatically installed if not already present.
1. Run XFdrake as root.
2. Go to the Graphics Card list.
3. Select your card (it is usually already autoselected).
4. Answer any questions asked and then quit.

If you do not want to use XFdrake, see README.manual-setup.
EOF

cat > README.manual-setup <<EOF
This file describes the procedure for the manual installation of this NVIDIA
driver package. You can find the instructions for the recommended automatic
installation in the file 'README.install.urpmi' in this directory.

- Open %{_sysconfdir}/X11/xorg.conf and make the following changes:
  o Change the Driver to "nvidia" in the Device section
  o Make the line below the only 'glx' related line in the Module section:
      Load "glx"
  o Remove any 'ModulePath' lines from the Files section
- Run "update-alternatives --set gl_conf %{ld_so_conf_dir}/%{ld_so_conf_file}" as root.
- Run "ldconfig -X" as root.
EOF

mv %{pkgname}/usr/share/doc/html html-doc

# It wants to link Xxf86vm statically (presumably because it is somewhat more
# rare than the other dependencies)
sed -i 's|-Wl,-Bstatic||' nvidia-settings-1.0/Makefile
sed -i 's|-O ||' nvidia-settings-1.0/Makefile
sed -i 's|-O ||' nvidia-xconfig-1.0/Makefile
rm nvidia-settings-1.0/src/*/*.a

%build
cd nvidia-settings-1.0
%make CFLAGS="%optflags" LDFLAGS="%{?ldflags}"
cd ../nvidia-xconfig-1.0
%make CFLAGS="%optflags %{?ldflags} -IXF86Config-parser"

%install
rm -rf %{buildroot}
cd %{pkgname}/usr

# dkms
install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}
install -m644 src/nv/* %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}
chmod 0755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}/conftest.sh

#install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}/patches
#install -m644 %{SOURCE2} %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}/patches
# -p1 for dkms:
#sed -i 's,usr/src/nv,nv,g' %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}/patches/*.diff.txt

cat > %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}/dkms.conf <<EOF
PACKAGE_NAME="%{drivername}"
PACKAGE_VERSION="%{version}-%{release}"
BUILT_MODULE_NAME[0]="nvidia"
DEST_MODULE_LOCATION[0]="/kernel/drivers/char/drm"
DEST_MODULE_NAME[0]="%{modulename}"
MAKE[0]="make SYSSRC=\${kernel_source_dir} module"
CLEAN="make -f Makefile.kbuild clean"
AUTOINSTALL="yes"
EOF

# OpenGL and CUDA headers
install -d -m755	%{buildroot}%{_includedir}/%{drivername}
cp -a include/*		%{buildroot}%{_includedir}/%{drivername}

# install binaries
install -d -m755	%{buildroot}%{nvidia_bindir}
install -m755 bin/*	%{buildroot}%{nvidia_bindir}
rm %{buildroot}%{nvidia_bindir}/{makeself.sh,mkprecompiled,tls_test,tls_test_dso.so}
install -m755 ../../nvidia-settings-1.0/nvidia-settings %{buildroot}%{nvidia_bindir}
install -m755 ../../nvidia-xconfig-1.0/nvidia-xconfig %{buildroot}%{nvidia_bindir}
install -d -m755			%{buildroot}%{_bindir}
touch					%{buildroot}%{_bindir}/nvidia-settings
touch					%{buildroot}%{_bindir}/nvidia-smi
touch					%{buildroot}%{_bindir}/nvidia-xconfig
touch					%{buildroot}%{_bindir}/nvidia-bug-report.sh
# rpmlint:
chmod 0755				%{buildroot}%{_bindir}/*

# install man pages
install -d -m755		%{buildroot}%{_mandir}/man1
install -m644 share/man/man1/*	%{buildroot}%{_mandir}/man1
rm %{buildroot}%{_mandir}/man1/nvidia-installer.1*
rm %{buildroot}%{_mandir}/man1/nvidia-settings.1*
rm %{buildroot}%{_mandir}/man1/nvidia-xconfig.1*
install -m755 ../../nvidia-settings-1.0/doc/nvidia-settings.1 %{buildroot}%{_mandir}/man1
install -m755 ../../nvidia-xconfig-1.0/nvidia-xconfig.1 %{buildroot}%{_mandir}/man1
# bug #41638 - whatis entries of nvidia man pages appear wrong
gunzip %{buildroot}%{_mandir}/man1/*.gz || :
sed -r -i '/^nvidia\\-[a-z]+ \\- NVIDIA/s,^nvidia\\-,nvidia-,' %{buildroot}%{_mandir}/man1/*.1
cd %{buildroot}%{_mandir}/man1
rename nvidia alt-%{drivername} *
cd -
touch %{buildroot}%{_mandir}/man1/nvidia-xconfig.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-settings.1%{_extension}

install -d -m755 %{buildroot}%{nvidia_deskdir}
cat > %{buildroot}%{nvidia_deskdir}/mandriva-nvidia-settings.desktop <<EOF
[Desktop Entry]
Name=NVIDIA Display Settings
Comment=Configure NVIDIA X driver
Exec=%{_bindir}/nvidia-settings
Icon=%{drivername}-settings
Terminal=false
Type=Application
Categories=GTK;Settings;HardwareSettings;X-MandrivaLinux-System-Configuration;
EOF

install -d -m755	%{buildroot}%{_datadir}/applications
touch			%{buildroot}%{_datadir}/applications/mandriva-nvidia-settings.desktop

# icons
install -d -m755 %{buildroot}/%{_miconsdir} %{buildroot}/%{_iconsdir} %{buildroot}/%{_liconsdir}
convert share/pixmaps/nvidia-settings.png -resize 16x16 %{buildroot}/%{_miconsdir}/%{drivername}-settings.png
convert share/pixmaps/nvidia-settings.png -resize 32x32 %{buildroot}/%{_iconsdir}/%{drivername}-settings.png
convert share/pixmaps/nvidia-settings.png -resize 48x48 %{buildroot}/%{_liconsdir}/%{drivername}-settings.png

# install libraries
install -d -m755						%{buildroot}%{nvidia_libdir}/tls
install -m755 lib/tls/*						%{buildroot}%{nvidia_libdir}/tls
install -m755 lib/*.*						%{buildroot}%{nvidia_libdir}
install -m755 X11R6/lib/*.*					%{buildroot}%{nvidia_libdir}
rm								%{buildroot}%{nvidia_libdir}/*.la
/sbin/ldconfig -n						%{buildroot}%{nvidia_libdir}
%ifarch %{biarches}
install -d -m755						%{buildroot}%{nvidia_libdir32}/tls
install -m755 lib32/tls/*					%{buildroot}%{nvidia_libdir32}/tls
install -m755 lib32/*.*						%{buildroot}%{nvidia_libdir32}
rm								%{buildroot}%{nvidia_libdir32}/*.la
/sbin/ldconfig -n						%{buildroot}%{nvidia_libdir32}
%endif

# create devel symlinks
for file in %{buildroot}%{nvidia_libdir}/*.so.*.* \
%ifarch %{biarches}
	%{buildroot}%{nvidia_libdir32}/*.so.*.* \
%endif
; do
	symlink=${file%%.so*}.so
	[ -e $symlink ] && continue
	# only provide symlinks that the installer does; plus cuda
	grep -q "^$(basename $symlink) " ../.manifest || [ "$(basename $symlink)" = "libcuda.so" ] || continue
	ln -s $(basename $file) $symlink
done

# install X.org files
install -d -m755				%{buildroot}%{nvidia_modulesdir}
install -m755 X11R6/lib/modules/*.*		%{buildroot}%{nvidia_modulesdir}
/sbin/ldconfig -n				%{buildroot}%{nvidia_modulesdir}
install -d -m755				%{buildroot}%{nvidia_extensionsdir}
install -m755 X11R6/lib/modules/extensions/*	%{buildroot}%{nvidia_extensionsdir}
ln -s libglx.so.%{version}			%{buildroot}%{nvidia_extensionsdir}/libglx.so
install -d -m755				%{buildroot}%{nvidia_driversdir}
install -m755 X11R6/lib/modules/drivers/*	%{buildroot}%{nvidia_driversdir}

# ld.so.conf
install -d -m755		%{buildroot}%{ld_so_conf_dir}
echo "%{nvidia_libdir}" >	%{buildroot}%{ld_so_conf_dir}/%{ld_so_conf_file}
%ifarch %{biarches}
echo "%{nvidia_libdir32}" >>	%{buildroot}%{ld_so_conf_dir}/%{ld_so_conf_file}
%endif
install -d -m755		%{buildroot}%{_sysconfdir}/ld.so.conf.d
touch				%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

# modprobe.conf
install -d -m755			%{buildroot}%{_sysconfdir}/modprobe.d
touch					%{buildroot}%{_sysconfdir}/modprobe.d/display-driver.conf
echo "install nvidia /sbin/modprobe %{modulename} \$CMDLINE_OPTS" > %{buildroot}%{_sysconfdir}/%{drivername}/modprobe.conf

# XvMCConfig
install -d -m755 %{buildroot}%{nvidia_xvmcconfdir}
echo "libXvMCNVIDIA_dynamic.so.1" > %{buildroot}%{nvidia_xvmcconfdir}/XvMCConfig

# xinit script
install -d -m755 %{buildroot}%{nvidia_xinitdir}
cat > %{buildroot}%{nvidia_xinitdir}/nvidia-settings.xinit <<EOF
# to be sourced
#
# Do not modify this file; the changes will be overwritten.
# If you want to disable automatic configuration loading, create
# /etc/sysconfig/nvidia-settings with this line: LOAD_NVIDIA_SETTINGS="no"
#
LOAD_NVIDIA_SETTINGS="yes"
[ -f %{_sysconfdir}/sysconfig/nvidia-settings ] && . %{_sysconfdir}/sysconfig/nvidia-settings
[ "\$LOAD_NVIDIA_SETTINGS" = "yes" ] && %{_bindir}/nvidia-settings --load-config-only
EOF
chmod 0755 %{buildroot}%{nvidia_xinitdir}/nvidia-settings.xinit
install -d -m755 %{buildroot}%{_sysconfdir}/X11/xinit.d
touch %{buildroot}%{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit

# don't strip files
export EXCLUDE_FROM_STRIP="$(find %{buildroot} -type f \! -name nvidia-settings \! -name nvidia-xconfig)"

%post -n %{driverpkgname}
# XFdrake used to generate an nvidia.conf file
[ -L %{_sysconfdir}/modprobe.d/nvidia.conf ] || rm -f %{_sysconfdir}/modprobe.d/nvidia.conf

%define compat_ext %([ "%{_extension}" == ".bz2" ] || echo %{_extension})
%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{ld_so_conf_dir}/%{ld_so_conf_file} %{priority} \
	--slave %{_mandir}/man1/nvidia-settings.1%{_extension} man_nvidiasettings%{compat_ext} %{_mandir}/man1/alt-%{drivername}-settings.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-xconfig.1%{_extension} man_nvidiaxconfig%{compat_ext} %{_mandir}/man1/alt-%{drivername}-xconfig.1%{_extension} \
	--slave %{_datadir}/applications/mandriva-nvidia-settings.desktop nvidia_desktop %{nvidia_deskdir}/mandriva-nvidia-settings.desktop \
	--slave %{_bindir}/nvidia-settings nvidia_settings %{nvidia_bindir}/nvidia-settings \
	--slave %{_bindir}/nvidia-smi nvidia_smi %{nvidia_bindir}/nvidia-smi \
	--slave %{_bindir}/nvidia-xconfig nvidia_xconfig %{nvidia_bindir}/nvidia-xconfig \
	--slave %{_bindir}/nvidia-bug-report.sh nvidia_bug_report %{nvidia_bindir}/nvidia-bug-report.sh \
	--slave %{_sysconfdir}/X11/XvMCConfig xvmcconfig %{nvidia_xvmcconfdir}/XvMCConfig \
	--slave %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit nvidia-settings.xinit %{nvidia_xinitdir}/nvidia-settings.xinit \
	--slave %{xorg_extra_modules} xorg_extra_modules %{nvidia_extensionsdir} \
	--slave %{_libdir}/xorg/modules/libnvidia-wfb.so.1 nvidia_wfb %{nvidia_modulesdir}/libnvidia-wfb.so.%{version} \
	--slave %{_libdir}/xorg/modules/extensions/libdri.so libdri.so %{_libdir}/xorg/modules/extensions/standard/libdri.so \
	--slave %{_libdir}/xorg/modules/extensions/libglx.so libglx %{nvidia_extensionsdir}/libglx.so

# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X


%postun -n %{driverpkgname}
if [ ! -f %{ld_so_conf_dir}/%{ld_so_conf_file} ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{ld_so_conf_dir}/%{ld_so_conf_file}
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%post -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade add -m %{drivername} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade build -m %{drivername} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade install -m %{drivername} -v %{version}-%{release}

# Just in case the user reboots the system too quickly and sync is not 
# done automatically.
sync

# rmmod any old driver if present and not in use (e.g. by X)
rmmod nvidia > /dev/null 2>&1 || true

%preun -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{drivername} -v %{version}-%{release} --all

# rmmod any old driver if present and not in use (e.g. by X)
rmmod nvidia > /dev/null 2>&1 || true

%files -n %{driverpkgname}
%defattr(-,root,root)

%doc README.install.urpmi README.manual-setup
%doc %{pkgname}/usr/share/doc/*
%doc %{pkgname}/LICENSE

# ld.so.conf, modprobe.conf, xvmcconfig, xinit
%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%ghost %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit
%ghost %{_sysconfdir}/modprobe.d/display-driver.conf
%dir %{_sysconfdir}/%{drivername}
%{_sysconfdir}/%{drivername}/modprobe.conf
%{_sysconfdir}/%{drivername}/ld.so.conf
%{_sysconfdir}/%{drivername}/XvMCConfig
%{_sysconfdir}/%{drivername}/nvidia-settings.xinit

%ghost %{_bindir}/nvidia-settings
%ghost %{_bindir}/nvidia-smi
%ghost %{_bindir}/nvidia-xconfig
%ghost %{_bindir}/nvidia-bug-report.sh
%dir %{nvidia_bindir}
%{nvidia_bindir}/nvidia-settings
%{nvidia_bindir}/nvidia-smi
%{nvidia_bindir}/nvidia-xconfig
%{nvidia_bindir}/nvidia-bug-report.sh

%ghost %{_mandir}/man1/nvidia-xconfig.1%{_extension}
%ghost %{_mandir}/man1/nvidia-settings.1%{_extension}
%{_mandir}/man1/alt-%{drivername}-xconfig.1*
%{_mandir}/man1/alt-%{drivername}-settings.1*

%ghost %{_datadir}/applications/mandriva-nvidia-settings.desktop
%dir %{nvidia_deskdir}
%{nvidia_deskdir}/mandriva-nvidia-settings.desktop

%{_miconsdir}/%{drivername}-settings.png
%{_iconsdir}/%{drivername}-settings.png
%{_liconsdir}/%{drivername}-settings.png

%dir %{nvidia_libdir}
%dir %{nvidia_libdir}/tls
%{nvidia_libdir}/libGL.so.1
%{nvidia_libdir}/libGL.so.%{version}
%{nvidia_libdir}/libGLcore.so.1
%{nvidia_libdir}/libGLcore.so.%{version}
%{nvidia_libdir}/libXvMCNVIDIA_dynamic.so.1
%{nvidia_libdir}/libXvMCNVIDIA.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.1
%{nvidia_libdir}/libnvidia-cfg.so.%{version}
%{nvidia_libdir}/libnvidia-tls.so.1
%{nvidia_libdir}/libnvidia-tls.so.%{version}
%{nvidia_libdir}/tls/libnvidia-tls.so.1
%{nvidia_libdir}/tls/libnvidia-tls.so.%{version}
%ifarch %{biarches}
%dir %{nvidia_libdir32}
%dir %{nvidia_libdir32}/tls
%{nvidia_libdir32}/libGL.so.1
%{nvidia_libdir32}/libGL.so.%{version}
%{nvidia_libdir32}/libGLcore.so.1
%{nvidia_libdir32}/libGLcore.so.%{version}
%{nvidia_libdir32}/libnvidia-tls.so.1
%{nvidia_libdir32}/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/tls/libnvidia-tls.so.1
%{nvidia_libdir32}/tls/libnvidia-tls.so.%{version}
%endif

%dir %{nvidia_modulesdir}
%{nvidia_modulesdir}/libnvidia-wfb.so.1


%{nvidia_modulesdir}/libnvidia-wfb.so.%{version}

%{nvidia_extensionsdir}/libglx.so.%{version}
%{nvidia_extensionsdir}/libglx.so

%{nvidia_driversdir}/nvidia_drv.so

%files -n %{drivername}-devel
%defattr(-,root,root)
%{_includedir}/%{drivername}
%{nvidia_libdir}/libXvMCNVIDIA.a
%{nvidia_libdir}/libGL.so
%{nvidia_libdir}/libcuda.so
%{nvidia_libdir}/libnvidia-cfg.so
%ifarch %{biarches}
%{nvidia_libdir32}/libGL.so
%endif

%files -n dkms-%{drivername}
%defattr(-,root,root)
%doc %{pkgname}/LICENSE
%{_usrsrc}/%{drivername}-%{version}-%{release}

%files -n %{drivername}-doc-html
%defattr(-,root,root)
%doc html-doc/*

%files -n %{drivername}-cuda
%{nvidia_libdir}/libcuda.so.1
%{nvidia_libdir}/libcuda.so.%{version}

%changelog
* Thu Sep 11 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 173.14.39-7
+ Revision: 7c8adff
- Added missing 'Provides'

* Thu Jul 17 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 173.14.39-6
+ Revision: 686c566
- Make sure no more than one proprietary driver can be installed at the same time

* Tue Jul 15 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 173.14.39-5
+ Revision: 84b4261
- Make sure the kernel module is built during the installation

* Tue Jul 15 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 173.14.39-4
+ Revision: 3325905
- Added a patch from Fedora to fix build with kernel 3.14
- Also, cleaned up the spec a little, while at it.

* Thu May 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 173.14.39-3
+ Revision: 373e5d1
- Disabled immediate symbol resolution for ld (it might have broken Xorg)

* Thu May 08 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 173.14.39-2
+ Revision: 598925c
- Release bump needed for a rebuild with new Xorg

* Thu Jan 23 2014 akdengi <kazancas@mandriva.ru> 173.14.39-1
+ Revision: 45b68ef
- 173.14.39

* Wed Nov 06 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 173.14.37-7
+ Revision: 8e4e3f5
- release up

* Tue Oct 29 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 173.14.37-6
+ Revision: 82dc46b
- added nvidia-additional-settings to suggests

* Wed Aug 21 2013 Alex Burmashev <alex.burmashev@rosalab.ru> 173.14.37-5
+ Revision: 9cc5fd9
- added
- Requires: kernel >= 3.10
- Conflicts: kernel < 3.10

* Tue Aug 06 2013 akdengi <kazancas@mandriva.ru> 173.14.37-4
+ Revision: a202d90
- fix build with kernel 3.10

* Thu Jul 18 2013 Alexander Kazancev <kazancas@gmail.com> 173.14.37-3
+ Revision: 35b2cee
- Updated nvidia173.spec

* Thu Jul 18 2013 Alexander Kazancev <kazancas@gmail.com> 173.14.37-3
+ Revision: 74d4302
- Add libx11 to noreq

* Thu Jul 18 2013 Alexander Kazancev <kazancas@gmail.com> 173.14.37-3
+ Revision: e1b4dee
- Fix requires for build and driverpkg

* Thu Jul 18 2013 Alexander Kazancev <kazancas@gmail.com> 173.14.37-3
+ Revision: 8b1b85a
- Sync requires and provides exeptions with current

* Thu Jul 18 2013 Alexander Kazancev <kazancas@gmail.com> 173.14.37-3
+ Revision: 7a9d65e
- Not provide devel(libGL)

* Thu Jul 18 2013 Alexander Kazancev <kazancas@gmail.com> 173.14.37-3
+ Revision: 94c39d0
- Use build DKMS only after reboot

* Thu Jun 06 2013 root <root@localhost.localdomain> 173.14.37-2
+ Revision: 7602af6
- fixed noautoprov

* Mon May 13 2013 Alexander Kazancev <kazancas@gmail.com> 173.14.37-1
+ Revision: 0ab4725
- Add rpmlintrc rules as source

* Mon May 13 2013 Alexander Kazancev <kazancas@gmail.com> 173.14.37-1
+ Revision: eb22333
- Fix provides part

* Mon May 13 2013 akdengi <kazancas@mandriva.ru> 173.14.37-1
+ Revision: dfdf3f4
- Update to 173.14.37

* Wed Oct 31 2012 akdengi <kazancas@mandriva.ru> 173.14.36-1
+ Revision: a8c6bc6
- add E: external-depfilter-with-internal-depgen to rpmlintrx

* Wed Oct 31 2012 akdengi <kazancas@mandriva.ru> 173.14.36-1
+ Revision: 1e46a28
- fix spec

* Wed Oct 31 2012 akdengi <kazancas@mandriva.ru> 173.14.36-1
+ Revision: 91fd8fd
- fix build with patch from Mageia

* Sat Oct 27 2012 Alexander Kazancev <kazancas@gmail.com> 173.14.36-1
+ Revision: e3d7db6
- Updated nvidia173.spec

* Sat Oct 27 2012 Alexander Kazancev <kazancas@gmail.com> 173.14.36-1
+ Revision: 1f58ded
- Updated nvidia173.spec

* Sat Oct 27 2012 Alexander Kazancev <kazancas@gmail.com> 173.14.36-1
+ Revision: 84f3f5a
- Updated nvidia173.spec

* Sat Oct 27 2012 user <user@localhost.localdomain> 173.14.36-1
+ Revision: 0a17f1c
- add -lXext

* Sat Oct 27 2012 user <user@localhost.localdomain> 173.14.36-1
+ Revision: e8dcc32
- add -lXext

* Sat Oct 27 2012 user <user@localhost.localdomain> 173.14.36-1
+ Revision: 221d936
- add rpmlintrc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26431 |14nr|nvidia304-304.123-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# I love OpenSource :-(

## NOTE: When modifying this .spec, you do not necessarily need to care about
##       the %simple stuff. It is fine to break them, I'll fix it when I need them :)
## - Anssi

# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# %simple mode can be used to transform an arbitrary nvidia installer
# package to rpms, similar to %atibuild mode in fglrx.
# Macros version, rel, nsource, pkgname, distsuffix should be manually defined.
%define simple		0
%{?_without_simple: %global simple 0}
%{?_with_simple: %global simple 1}

%define name		nvidia304

%if !%simple
# When updating, please add new ids to ldetect-lst (merge2pcitable.pl)
%define version		304.123
%define rel		6
# the highest supported videodrv abi
# 18 corresponds to Xorg 1.16
%define videodrv_abi	18
%endif

%define priority	9700

%define pkgname32	NVIDIA-Linux-x86-%{version}
%define pkgname64	NVIDIA-Linux-x86_64-%{version}

# For now, backportability is kept for 2008.0 forwards.

%define drivername		%{name}
%define driverpkgname		x11-driver-video-%{drivername}
%define modulename		%{drivername}
# for description and documentation
%define xorg_extra_modules	%{_libdir}/xorg/extra-modules
%define nvidia_driversdir	%{_libdir}/%{drivername}/xorg
%define nvidia_extensionsdir	%{_libdir}/%{drivername}/xorg
%define nvidia_modulesdir	%{_libdir}/%{drivername}/xorg
%define nvidia_libdir		%{_libdir}/%{drivername}
%define nvidia_libdir32		%{_prefix}/lib/%{drivername}
%define nvidia_bindir		%{nvidia_libdir}/bin
# The entry in Cards+ this driver should be associated with, if there is
# no entry in ldetect-lst default pcitable:
# cooker ldetect-lst should be up-to-date
%define ldetect_cards_name	%nil

%define biarches x86_64

%if !%simple
%ifarch %{ix86}
%define nsource %{SOURCE0}
%define pkgname %{pkgname32}
%endif
%ifarch x86_64
%define nsource %{SOURCE1}
%define pkgname %{pkgname64}
%endif
%endif

# Other packages should not require any NVIDIA libraries, and this package
# should not be pulled in when libGL.so.1 is required
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)|devel\\(libGL(.*)'
%define common_requires_exceptions libGLcore\\.so|libnvidia.*\\.so
%else
%define _provides_exceptions \\.so
%define common_requires_exceptions libGLcore\\.so\\|libnvidia.*\\.so
%endif

%ifarch %{biarches}
# (anssi) Allow installing of 64-bit package if the runtime dependencies
# of 32-bit libraries are not satisfied. If a 32-bit package that requires
# libGL.so.1 is installed, the 32-bit mesa libs are pulled in and that will
# pull the dependencies of 32-bit nvidia libraries in as well.
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}|lib.*so\\.[^(]+(\\([^)]+\\))?$'
%else
%define __noautoreq %{common_requires_exceptions}\\|lib.*so\\.[^(]\\+\\(([^)]\\+)\\)\\?$
%endif
%else
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}'
%else
%define __noautoreq %{common_requires_exceptions}
%endif
%endif

Summary:	NVIDIA proprietary X.org driver and libraries
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{rel}
%if !%simple
Source0:	ftp://download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	ftp://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
# Script for building rpms of arbitrary nvidia installers (needs this .spec appended)
#Source4:	nvidia-mdvbuild-skel
Source100:	nvidia304.rpmlintrc
# https://qa.mandriva.com/show_bug.cgi?id=39921
Patch1:		nvidia-settings-enable-dyntwinview-mdv.patch
# include xf86vmproto for X_XF86VidModeGetGammaRampSize, fixes build on cooker
Patch3:		nvidia-settings-include-xf86vmproto.patch
Patch4:		nvidia304-dkms.conf-unique-module-name.patch
Patch5:		nvidia304-dont-check-patchlevel-and-sublevel.patch
%endif
License:	Freeware
URL:		http://www.nvidia.com/object/unix.html
Group: 		System/Kernel and hardware
Provides: should-restart = system
ExclusiveArch:	%{ix86} x86_64
%if !%simple
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(xxf86vm)
%endif
BuildRequires:	rpm-build >= 1:5.3.12

%description
The proprietary driver for NVidia GPUs, long-lived branch 304.x.

%package -n %{driverpkgname}
Summary:	NVIDIA proprietary X.org driver and libraries
Group: 		System/Kernel and hardware
Requires(post): update-alternatives >= 1.9.0
Requires(postun): update-alternatives >= 1.9.0
Requires:	x11-server-common

# nvidia-long-lived is no longer meaningful (there are several long lived
# branches, which one to choose?), so we don't provide it anymore. It was
# 304.x branch, so we assume it worked for the users who have installed it.
# So, by default, nvidia304 will be used for them instead.
%rename x11-driver-video-nvidia-long-lived

# Proprietary driver handling rework:
Conflicts:	harddrake < 10.4.163
Conflicts:	drakx-kbd-mouse-x11 < 0.21
Conflicts:	x11-server-common < 1.3.0.0-17
Suggests:	%{drivername}-doc-html = %{version}
%if %{mdkversion} >= 200810
# for missing libwfb.so
Conflicts:	x11-server-common < 1.4
# Proper support for versioned kmod() was added in 2008.1:
Requires:	kmod(%{modulename}) = %{version}
%endif
%if %{mdkversion} >= 200900
# At least mplayer dlopens libvdpau.so.1, so the software will not pull in
# the vdpau library package. We ensure its installation here.
# (vdpau package exists in main on 2009.0+)
Requires:	%{_lib}vdpau1
Requires:	grub2 >= 2.00-34
%endif
%if %{mdkversion} >= 200910
Conflicts:	x11-server-common < 1.6.0-11
%endif
%if %{mdkversion} >= 201100 && !%simple
# Conflict with the next videodrv ABI break.
# The NVIDIA driver supports the previous ABI versions as well and therefore
# a strict version-specific requirement would not be enough.
### This is problematic as it can cause removal of xserver instead (Anssi 04/2011)
###Conflicts:	xserver-abi(videodrv-%(echo $((%{videodrv_abi} + 1))))
%endif
Conflicts:	nvidia-long-lived < %{version}-%{release}

Suggests:   nvidia-additional-settings

%description -n %{driverpkgname}
NVIDIA proprietary X.org graphics driver, related libraries and
configuration tools.

Please use XFdrake to configure your NVIDIA card. The correct packages 
will be automatically installed and configured this way.

%package -n dkms-%{drivername}
Summary:	Kernel module to manage NVIDIA GPUs
Group:		System/Kernel and hardware
Requires:	dkms
Requires(post):	dkms
Requires(preun): dkms
Conflicts:	dkms-nvidia-long-lived < %{version}-%{release}

# See the comments to 'rename' macro above.
%rename dkms-nvidia-long-lived

# DKMS package for each long-lived branch should provide this.
# It is needed to prevent the situation when several drivers from different 
# branches are installed at the same time. Each of the drivers will have
# alias "nvidia" for modprobe, so they cannot co-exist.
Provides:	nvidia-driver-long-lived = %{version}-%{release}
Conflicts:	nvidia-driver-long-lived < %{version}-%{release}

%description -n dkms-%{drivername}
Kernel module to manage NVIDIA GPUs. This
is to be used with the %{driverpkgname} package.

%package -n %{drivername}-devel
Summary:	NVIDIA XvMC/OpenGL/CUDA development libraries and headers
Group:		Development/C
Requires:	%{driverpkgname} = %{version}-%{release}
Requires:	%{drivername}-cuda-opencl = %{version}-%{release}
Conflicts:	nvidia-long-lived-devel < %{version}-%{release}
Provides:	nvidia-devel = %{version}-%{release}

# See the comments to 'rename' macro above.
%rename nvidia-long-lived-devel

%if %{mdkversion} >= 200900
Requires:	%{_lib}vdpau-devel
%endif

%description -n %{drivername}-devel
NVIDIA XvMC static development library and OpenGL/CUDA headers. 
This package is not required for normal use.

%package -n %{drivername}-cuda-opencl
Summary:	CUDA and OpenCL libraries for NVIDIA proprietary driver
Group: 		System/Kernel and hardware
Provides:	%{drivername}-cuda = %{version}-%{release}
%if %{mdkversion} >= 200810
# Proper support for versioned kmod() was added in 2008.1:
Requires:	kmod(%{modulename}) = %{version}
%endif

# See the comments to 'rename' macro above.
%rename nvidia-long-lived-cuda-opencl

%description -n %{drivername}-cuda-opencl
Cuda and OpenCL libraries for NVIDIA proprietary driver. This package is not
required for normal use, it provides libraries to use NVIDIA cards for High
Performance Computing (HPC).

# HTML doc splitted off because of size, for live cds:
%package -n %{drivername}-doc-html
Summary:	NVIDIA html documentation (%{drivername})
Group:		System/Kernel and hardware
Requires:	%{driverpkgname} = %{version}-%{release}

# See the comments to 'rename' macro above.
%rename nvidia-long-lived-doc-html

%description -n %{drivername}-doc-html
HTML version of the README.txt file provided in package 
%{driverpkgname}.

%prep
# No patches applied when %simple is set
%if %simple
%setup -q -c -T
%else
%setup -q -c -T -a 2 -a 3
cd nvidia-settings-%{version}
%patch1 -p1
%patch3 -p1
cd ..
%endif
sh %{nsource} --extract-only

%if !%simple
cd %{pkgname}
%patch4 -p0 -b .uniq~
cd ..
%endif

pushd %{pkgname}
%patch5 -p2 -b .3x~
popd

rm -rf %{pkgname}/usr/src/nv/precompiled

cat > README.install.urpmi <<EOF
Use XFdrake to configure X to use the correct NVIDIA driver. Any needed
packages will be automatically installed if not already present.
1. Run XFdrake as root.
2. Go to the Graphics Card list.
3. Select your card (it is usually already autoselected).
4. Answer any questions asked and then quit.

If you do not want to use XFdrake, see README.manual-setup.
EOF

cat > README.manual-setup <<EOF
This file describes the procedure for the manual installation of this NVIDIA
driver package. You can find the instructions for the recommended automatic
installation in the file 'README.install.urpmi' in this directory.

- Open %{_sysconfdir}/X11/xorg.conf and make the following changes:
  o Change the Driver to "nvidia" in the Device section
  o Make the line below the only 'glx' related line in the Module section,
    adding it if it is not already there:
      Load "glx"
  o Remove any 'ModulePath' lines from the Files section
- Run "update-alternatives --set gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf" as root.
- Run "ldconfig -X" as root.
EOF

%if !%simple
rm -f nvidia-settings-%{version}/src/*/*.a
%endif

%build
%setup_compile_flags

# (tpg) simple workaround for https://qa.mandriva.com/show_bug.cgi?id=65616
# nvidia module can't be linked with ld.gold which for mdv2001200 is default
# Please remove this if bug will be fixed.
#sed -i -e 's#LD ?=.*#LD = ld.bfd##' %{pkgname}/kernel/Makefile.*i*

%make -C nvidia-settings-%{version}/src/libXNVCtrl
%make -C nvidia-settings-%{version} STRIP_CMD=true
%make -C nvidia-xconfig-%{version} STRIP_CMD=true

# %simple

%install
rm -rf %{buildroot}
cd %{pkgname}

# dkms
install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}

# menu entry
install -d -m755 %{buildroot}%{_datadir}/%{drivername}
cat > %{buildroot}%{_datadir}/%{drivername}/mandriva-nvidia-settings.desktop <<EOF
[Desktop Entry]
Name=NVIDIA Display Settings
Comment=Configure NVIDIA X driver
Exec=%{_bindir}/nvidia-settings
Icon=%{drivername}-settings
Terminal=false
Type=Application
Categories=GTK;Settings;HardwareSettings;X-MandrivaLinux-System-Configuration;
EOF

install -d -m755	%{buildroot}%{_datadir}/applications
touch			%{buildroot}%{_datadir}/applications/mandriva-nvidia-settings.desktop

# icons
install -d -m755 %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
%if !%simple
%if %mdvver > 201210
convert --strip nvidia-settings.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
convert --strip nvidia-settings.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
convert --strip nvidia-settings.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png
%else
convert nvidia-settings.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
convert nvidia-settings.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
convert nvidia-settings.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png
%endif
%else
# no imagemagick
[ -e nvidia-settings.png ] || cp -a usr/share/pixmaps/nvidia-settings.png .
install -m644 nvidia-settings.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png
%endif

error_fatal() {
	echo "Error: $@." >&2
	exit 1
}

error_unhandled() {
	echo "Warning: $@." >&2
	echo "Warning: $@." >> warns.log
%if !%simple
	# cause distro builds to fail in case of unhandled files
	exit 1
%endif
}

parseparams() {
	for value in $rest; do
		local param=$1
		[ -n "$param" ] || error_fatal "unhandled parameter $value"
		shift
		eval $param=$value

		[ -n "$value" ] || error_fatal "empty $param"

		# resolve libdir based on $arch
		if [ "$param" = "arch" ]; then
			case "$arch" in
			NATIVE)		nvidia_libdir=%{nvidia_libdir};;
			COMPAT32)	nvidia_libdir=%{nvidia_libdir32};;
			*)		error_fatal "unknown arch $arch"
			esac
		fi
	done
}

add_to_list() {
%if !%simple
	# on distro builds, only use .manifest for %doc files
	[ "${2#%doc}" = "${2}" ] && return
%endif
	local list="$1.files"
	local entry="$2"
	echo $entry >> $list
}

install_symlink() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	ln -s $dest %{buildroot}$dir/$file
	add_to_list $pkg $dir/$file
}

install_lib_symlink() {
	local pkg="$1"
	local dir="$2"
	case "$file" in
	libvdpau_*.so)
		# vdpau drivers => not put into -devel
		;;
	*.so)
		pkg=nvidia-devel;;
	esac
	install_symlink $pkg $dir
}

install_file_only() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	# replace 0444 with more usual 0644
	[ "$perms" = "0444" ] && perms="0644"
	install -m $perms $file %{buildroot}$dir
}

install_file() {
	local pkg="$1"
	local dir="$2"
	install_file_only $pkg $dir
	add_to_list $pkg $dir/$(basename $file)
}

get_module_dir() {
	local subdir="$1"
	case "$subdir" in
	extensions*)	echo %{nvidia_extensionsdir};;
	drivers/)	echo %{nvidia_driversdir};;
	/)		echo %{nvidia_modulesdir};;
	*)		error_unhandled "unhandled module subdir $subdir"
			echo %{nvidia_modulesdir};;
	esac
}

for file in nvidia.files nvidia-devel.files nvidia-cuda.files nvidia-dkms.files nvidia-html.files; do
	rm -f $file
	touch $file
done

# install files according to .manifest
cat .manifest | tail -n +9 | while read line; do
	rest=${line}
	file=${rest%%%% *}
	rest=${rest#* }
	perms=${rest%%%% *}
	rest=${rest#* }
	type=${rest%%%% *}
	rest=${rest#* }

	case "$type" in
	CUDA_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	CUDA_SYMLINK)
		parseparams arch subdir dest
		install_lib_symlink nvidia-cuda $nvidia_libdir/$subdir
		;;
	NVCUVID_LIB)
		parseparams arch
		install_file nvidia-cuda $nvidia_libdir
		;;
	NVCUVID_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia-cuda $nvidia_libdir
		;;
	OPENGL_LIB)
		parseparams arch
		install_file nvidia $nvidia_libdir
		;;
	OPENGL_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	TLS_LIB)
		parseparams arch style subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	TLS_SYMLINK)
		parseparams arch style subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB)
		install_file nvidia %{nvidia_libdir}
		;;
	UTILITY_LIB_SYMLINK)
		parseparams dest
		install_lib_symlink nvidia %{nvidia_libdir}
		;;
	VDPAU_LIB)
		parseparams arch subdir
%if %{mdkversion} >= 200900
		# on 2009.0+, only install libvdpau_nvidia.so
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
%endif
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_SYMLINK)
		parseparams arch subdir dest
%if %{mdkversion} >= 200900
		# on 2009.0+, only install libvdpau_nvidia.so
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
%endif
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	XLIB_STATIC_LIB)
		install_file nvidia-devel %{nvidia_libdir}
		;;
	XLIB_SHARED_LIB)
		install_file nvidia %{nvidia_libdir}
		;;
	XLIB_SYMLINK)
		parseparams dest
		install_lib_symlink nvidia %{nvidia_libdir}
		;;
	LIBGL_LA)
		# (Anssi) we don't install .la files
		;;
	XMODULE_SHARED_LIB|GLX_MODULE_SHARED_LIB)
		parseparams subdir
		install_file nvidia $(get_module_dir $subdir)
		;;
	XMODULE_NEWSYM)
		# symlink that is created only if it doesn't already
		# exist (i.e. as part of x11-server)
		case "$file" in
		libwfb.so)
%if %{mdkversion} >= 200810
		# 2008.1+ has this one already
			continue
%endif
			;;
		*)
			error_unhandled "unknown XMODULE_NEWSYM type file $file, skipped"
			continue
		esac
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	XMODULE_SYMLINK|GLX_MODULE_SYMLINK)
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	VDPAU_HEADER)
%if %{mdkversion} >= 200900
		# already in vdpau-devel
		continue
%endif
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	OPENGL_HEADER|CUDA_HEADER)
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	DOCUMENTATION)
		parseparams subdir
		case $subdir in
		*/html)
			add_to_list nvidia-html "%%doc %{pkgname}/$file"
			continue
			;;
		*/include/*)
			continue
			;;
		esac
		case $file in
		*XF86Config*|*nvidia-settings.png)
			continue;;
		esac
		add_to_list nvidia "%%doc %{pkgname}/$file"
		;;
	MANPAGE)
		parseparams subdir
		case "$file" in
		*nvidia-installer*)
			# not installed
			continue
			;;
		*nvidia-settings*|*nvidia-xconfig*|*nvidia-cuda*)
%if !%simple
			# installed separately below
			continue
%endif
			;;
		*nvidia-smi*)
			# ok
			;;
		*)
			error_unhandled "skipped unknown man page $(basename $file)"
			continue
		esac
		install_file_only nvidia %{_mandir}/$subdir
		;;
	UTILITY_BINARY)
		case "$file" in
		*nvidia-settings|*nvidia-xconfig|*nvidia-cuda*)
%if !%simple
			# not installed, we install our own copy
			continue
%endif
			;;
		*nvidia-smi|*nvidia-bug-report.sh|*nvidia-debugdump)
			# ok
			;;
		*)
			error_unhandled "unknown binary $(basename $file) will be installed to %{nvidia_bindir}/$(basename $file)"
			;;
		esac
		install_file nvidia %{nvidia_bindir}
		;;
	UTILITY_BIN_SYMLINK)
		case $file in nvidia-uninstall) continue;; esac
		parseparams dest
		install_symlink nvidia %{nvidia_bindir}
		;;
	INSTALLER_BINARY)
		# not installed
		;;
	KERNEL_MODULE_SRC)
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}
		;;
	CUDA_ICD)
		# in theory this should go to the cuda subpackage, but it goes into the main package
		# as this avoids one broken symlink and it is small enough to not cause space issues
		install_file nvidia %{_sysconfdir}/%{drivername}
		;;
	DOT_DESKTOP)
		# we provide our own for now
		;;
	*)
		error_unhandled "file $(basename $file) of unknown type $type will be skipped"
	esac
done

[ -z "$warnings" ] || echo "Please file a bug about the above warnings at http://bugs.rosalinux.ru/." >> warns.log

# Create the convenience symlinks. As the packages with nvidia are mutually
# exclusive now, there is no need to use alternatives for this.
ln -s %{nvidia_libdir} %{buildroot}%{_libdir}/nvidia
%ifarch %{biarches}
	ln -s %{nvidia_libdir32} %{buildroot}%{_prefix}/lib/nvidia
%endif

%if %simple
find %{buildroot}%{_libdir} %{buildroot}%{_prefix}/lib -type d | while read dir; do
	dir=${dir#%{buildroot}}
	echo "$dir" | grep -q nvidia && echo "%%dir $dir" >> nvidia.files
done
[ -d %{buildroot}%{_includedir}/%{drivername} ] && echo "%{_includedir}/%{drivername}" >> nvidia-devel.files
%endif

%if !%simple
# confirm SONAME; if something else than libvdpau_nvidia.so or libvdpau_nvidia.so.1, adapt .spec as needed:
[ "$(objdump -p %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} | grep SONAME | gawk '{ print $2 }')" = "libvdpau_nvidia.so.1" ]

rm -f %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.1
rm -f %{buildroot}%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.1
%endif

# vdpau alternative symlink
install -d -m755 %{buildroot}%{_libdir}/vdpau
touch %{buildroot}%{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
install -d -m755 %{buildroot}%{_prefix}/lib/vdpau
touch %{buildroot}%{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

%if !%simple
# self-built binaries
install -m755 ../nvidia-settings-%{version}/src/_out/*/nvidia-settings %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig %{buildroot}%{nvidia_bindir}
%endif
# binary alternatives
install -d -m755			%{buildroot}%{_bindir}
touch					%{buildroot}%{_bindir}/nvidia-settings
touch					%{buildroot}%{_bindir}/nvidia-smi
touch					%{buildroot}%{_bindir}/nvidia-debugdump
touch					%{buildroot}%{_bindir}/nvidia-xconfig
touch					%{buildroot}%{_bindir}/nvidia-bug-report.sh
# rpmlint:
chmod 0755				%{buildroot}%{_bindir}/*

# old alternatives
%if %{mdkversion} <= 200910
touch %{buildroot}%{_libdir}/xorg/modules/drivers/nvidia_drv.so
%endif
%if %{mdkversion} <= 200900
touch %{buildroot}%{_libdir}/xorg/modules/extensions/libglx.so
%endif

%if !%simple
# install man pages
install -m755 ../nvidia-settings-%{version}/doc/_out/*/nvidia-settings.1 %{buildroot}%{_mandir}/man1
install -m755 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig.1 %{buildroot}%{_mandir}/man1
%endif
# bug #41638 - whatis entries of nvidia man pages appear wrong
gunzip %{buildroot}%{_mandir}/man1/*.gz
sed -r -i '/^nvidia\\-[a-z]+ \\- NVIDIA/s,^nvidia\\-,nvidia-,' %{buildroot}%{_mandir}/man1/*.1
cd %{buildroot}%{_mandir}/man1
rename nvidia alt-%{drivername} *
cd -
touch %{buildroot}%{_mandir}/man1/nvidia-xconfig.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-settings.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-smi.1%{_extension}

# cuda nvidia.icd
install -d -m755		%{buildroot}%{_sysconfdir}/OpenCL/vendors
touch				%{buildroot}%{_sysconfdir}/OpenCL/vendors/nvidia.icd
# override apparently wrong reference to the development symlink name:
[ "$(cat %{buildroot}%{_sysconfdir}/%{drivername}/nvidia.icd)" = "libcuda.so" ] &&
	echo libcuda.so.1 > %{buildroot}%{_sysconfdir}/%{drivername}/nvidia.icd

# ld.so.conf
install -d -m755		%{buildroot}%{_sysconfdir}/%{drivername}
echo "%{nvidia_libdir}" >	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%ifarch %{biarches}
echo "%{nvidia_libdir32}" >>	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%endif
install -d -m755		%{buildroot}%{_sysconfdir}/ld.so.conf.d
touch				%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

# modprobe.d
install -d -m755			%{buildroot}%{_sysconfdir}/modprobe.d
#touch					#{buildroot}#{_sysconfdir}/modprobe.d/display-driver.conf

# Allow the users to load this kernel module as "nvidia". Different packages
# with nvidia are mutually exclusive now, so it is OK not to use 
# alternatives for this.
echo "alias nvidia %{drivername}" > %{buildroot}%{_sysconfdir}/modprobe.d/%{drivername}.conf

# blacklist-nvidia.conf
#touch					%{buildroot}%{_sysconfdir}/modprobe.d/blacklist-nvidia.conf
#echo "blacklist nouveau" > %{buildroot}%{_sysconfdir}/%{drivername}/blacklist-nvidia.conf

%if %{mdkversion} < 201100
# modprobe.preload.d
# This is here because sometimes (one case reported by Christophe Fergeau on 04/2010)
# starting X server fails if the driver module is not already loaded.
# This is fixed by the reworked kms-dkms-plymouth-drakx-initrd system in 2011.0.
install -d -m755			%{buildroot}%{_sysconfdir}/modprobe.preload.d
touch					%{buildroot}%{_sysconfdir}/modprobe.preload.d/display-driver
echo "%{modulename}"			>  %{buildroot}%{_sysconfdir}/%{drivername}/modprobe.preload
%endif

# XvMCConfig
install -d -m755 %{buildroot}%{_sysconfdir}/%{drivername}
echo "libXvMCNVIDIA_dynamic.so.1" > %{buildroot}%{_sysconfdir}/%{drivername}/XvMCConfig

# xinit script
install -d -m755 %{buildroot}%{_sysconfdir}/%{drivername}
cat > %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit <<EOF
# to be sourced
#
# Do not modify this file; the changes will be overwritten.
# If you want to disable automatic configuration loading, create
# /etc/sysconfig/nvidia-settings with this line: LOAD_NVIDIA_SETTINGS="no"
#
LOAD_NVIDIA_SETTINGS="yes"
[ -f %{_sysconfdir}/sysconfig/nvidia-settings ] && . %{_sysconfdir}/sysconfig/nvidia-settings
[ "\$LOAD_NVIDIA_SETTINGS" = "yes" ] && %{_bindir}/nvidia-settings --load-config-only
EOF
chmod 0755 %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
install -d -m755 %{buildroot}%{_sysconfdir}/X11/xinit.d
touch %{buildroot}%{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit

# install ldetect-lst pcitable files for backports
# local version of merge2pcitable.pl:read_nvidia_readme:
section=0
set +x
[ -e README.txt ] || cp -a usr/share/doc/README.txt .
cat README.txt | while read line; do
	[ $section -gt 3 ] && break
	if [ $((section %% 2)) -eq 0 ]; then
		echo "$line" | grep -Pq "^\s*NVIDIA GPU product\s+Device PCI ID.*" && section=$((section+1))
		continue
	fi
	if echo "$line" | grep -Pq "^\s*$"; then
		section=$((section+1))
		continue
	fi
	echo "$line" | grep -Pq "^\s*-+[\s-]+$" && continue
	id=$(echo "$line" | sed -nre 's,^\s*.+?\s+0x(....).*$,\1,p' | tr '[:upper:]' '[:lower:]')
	echo "0x10de	0x$id	\"Card:%{ldetect_cards_name}\""
done | sort -u > pcitable.nvidia.lst
set -x
[ $(wc -l pcitable.nvidia.lst | cut -f1 -d" ") -gt 200 ]
%if "%{ldetect_cards_name}" != ""
install -d -m755 %{buildroot}%{_datadir}/ldetect-lst/pcitable.d
gzip -c pcitable.nvidia.lst > %{buildroot}%{_datadir}/ldetect-lst/pcitable.d/40%{drivername}.lst.gz
%endif

export EXCLUDE_FROM_STRIP="$(find %{buildroot} -type f \! -name nvidia-settings \! -name nvidia-xconfig)"

%post -n %{driverpkgname}
# XFdrake used to generate an nvidia.conf file
[ -L %{_sysconfdir}/modprobe.d/nvidia.conf ] || rm -f %{_sysconfdir}/modprobe.d/nvidia.conf

current_glconf="$(readlink -e %{_sysconfdir}/ld.so.conf.d/GL.conf)"

# owned by libvdpau1, created in case libvdpau1 is installed only just after
# this package
mkdir -p %{_libdir}/vdpau

%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf %{priority} \
	--slave %{_mandir}/man1/nvidia-settings.1%{_extension} man_nvidiasettings%{_extension} %{_mandir}/man1/alt-%{drivername}-settings.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-xconfig.1%{_extension} man_nvidiaxconfig%{_extension} %{_mandir}/man1/alt-%{drivername}-xconfig.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-smi.1%{_extension} nvidia-smi.1%{_extension} %{_mandir}/man1/alt-%{drivername}-smi.1%{_extension} \
	--slave %{_datadir}/applications/mandriva-nvidia-settings.desktop nvidia_desktop %{_datadir}/%{drivername}/mandriva-nvidia-settings.desktop \
	--slave %{_bindir}/nvidia-settings nvidia_settings %{nvidia_bindir}/nvidia-settings \
	--slave %{_bindir}/nvidia-smi nvidia_smi %{nvidia_bindir}/nvidia-smi \
	--slave %{_bindir}/nvidia-debugdump nvidia_debugdump %{nvidia_bindir}/nvidia-debugdump \
	--slave %{_bindir}/nvidia-xconfig nvidia_xconfig %{nvidia_bindir}/nvidia-xconfig \
	--slave %{_bindir}/nvidia-bug-report.sh nvidia_bug_report %{nvidia_bindir}/nvidia-bug-report.sh \
	--slave %{_sysconfdir}/X11/XvMCConfig xvmcconfig %{_sysconfdir}/%{drivername}/XvMCConfig \
	--slave %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit nvidia-settings.xinit %{_sysconfdir}/%{drivername}/nvidia-settings.xinit \
	--slave %{_libdir}/vdpau/libvdpau_nvidia.so.1 %{_lib}vdpau_nvidia.so.1 %{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} \
	#--slave #{_sysconfdir}/modprobe.d/display-driver.conf display-driver.conf #{_sysconfdir}/#{drivername}/modprobe.conf \
	--slave %{_sysconfdir}/OpenCL/vendors/nvidia.icd nvidia.icd %{_sysconfdir}/%{drivername}/nvidia.icd \
%ifarch %{biarches}
	--slave %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1 libvdpau_nvidia.so.1 %{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version} \
%endif
%if %{mdkversion} >= 200910
	--slave %{xorg_extra_modules} xorg_extra_modules %{nvidia_extensionsdir} \
%endif

if [ "${current_glconf}" = "%{_sysconfdir}/nvidia97xx/ld.so.conf" ]; then
	# Adapt for the renaming of the driver. X.org config still has the old ModulePaths
	# but they do not matter as we are using alternatives for libglx.so now.
	%{_sbindir}/update-alternatives --set gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

#Add 'nomodeset' to grub2 string and update grub2.cfg
/usr/sbin/grub2-cfg-mod --add nomodeset
/usr/sbin/update-grub2

%postun -n %{driverpkgname}
if [ ! -f %{_sysconfdir}/%{drivername}/ld.so.conf ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

#Del 'nomodeset' to grub2 string and update grub2.cfg
if [ $1 -eq 0 ] ; then
	/usr/sbin/grub2-cfg-mod --del nomodeset
	/usr/sbin/update-grub2
fi

%post -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade add -m %{drivername} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade build -m %{drivername} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade install -m %{drivername} -v %{version}-%{release}

# Just in case the user reboots the system too quickly and sync is not 
# done automatically.
sync

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%preun -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{drivername} -v %{version}-%{release} --all

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

# Make sure that ldconfig is run after installing/uninstalling cuda/opencl libs (#62116)
%post -n %{drivername}-cuda-opencl
/sbin/ldconfig

%postun -n %{drivername}-cuda-opencl
/sbin/ldconfig

%clean
rm -rf %{buildroot}

%files -n %{driverpkgname} -f %{pkgname}/nvidia.files
%defattr(-,root,root)
# other documentation files are listed in nvidia.files
%doc README.install.urpmi README.manual-setup

%if "%{ldetect_cards_name}" != ""
%{_datadir}/ldetect-lst/pcitable.d/40%{drivername}.lst.gz
%endif

# ld.so.conf, modprobe.conf, xvmcconfig, xinit
%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%ghost %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit
%dir %{_sysconfdir}/%{drivername}
#{_sysconfdir}/#{drivername}/modprobe.conf
%{_sysconfdir}/modprobe.d/%{drivername}.conf
%{_sysconfdir}/%{drivername}/ld.so.conf
%{_sysconfdir}/%{drivername}/XvMCConfig
%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
%if !%simple
%{_sysconfdir}/%{drivername}/nvidia.icd
%endif

%dir %{_sysconfdir}/OpenCL
%dir %{_sysconfdir}/OpenCL/vendors
%ghost %{_sysconfdir}/OpenCL/vendors/nvidia.icd

%ghost %{_bindir}/nvidia-settings
%ghost %{_bindir}/nvidia-smi
%ghost %{_bindir}/nvidia-debugdump
%ghost %{_bindir}/nvidia-xconfig
%ghost %{_bindir}/nvidia-bug-report.sh
%if !%simple
%dir %{nvidia_bindir}
%{nvidia_bindir}/nvidia-settings
%{nvidia_bindir}/nvidia-smi
%{nvidia_bindir}/nvidia-debugdump
%{nvidia_bindir}/nvidia-xconfig
%{nvidia_bindir}/nvidia-bug-report.sh
%endif

%ghost %{_mandir}/man1/nvidia-xconfig.1%{_extension}
%ghost %{_mandir}/man1/nvidia-settings.1%{_extension}
%ghost %{_mandir}/man1/nvidia-smi.1%{_extension}
%if !%simple
%{_mandir}/man1/alt-%{drivername}-xconfig.1*
%{_mandir}/man1/alt-%{drivername}-settings.1*
%{_mandir}/man1/alt-%{drivername}-smi.1*
%else
%{_mandir}/man1/alt-%{drivername}-*
%endif

%ghost %{_datadir}/applications/mandriva-nvidia-settings.desktop
%dir %{_datadir}/%{drivername}
%{_datadir}/%{drivername}/mandriva-nvidia-settings.desktop

%if !%simple
%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
%endif
%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png

%if !%simple
%dir %{nvidia_libdir}
%dir %{nvidia_libdir}/tls
%dir %{nvidia_libdir}/vdpau
%{_libdir}/nvidia
%{nvidia_libdir}/libGL.so.%{version}
%{nvidia_libdir}/libnvidia-glcore.so.%{version}
%{nvidia_libdir}/libXvMCNVIDIA.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.%{version}
%{nvidia_libdir}/libnvidia-ml.so.%{version}
%{nvidia_libdir}/libnvidia-tls.so.%{version}
%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version}
%if %{mdkversion} <= 200810
%{nvidia_libdir}/vdpau/libvdpau_trace.so.%{version}
%{nvidia_libdir}/libvdpau.so.%{version}
%endif
%{nvidia_libdir}/libGL.so.1
%{nvidia_libdir}/libXvMCNVIDIA_dynamic.so.1
%{nvidia_libdir}/libnvidia-cfg.so.1
%{nvidia_libdir}/libnvidia-ml.so.1
%{nvidia_libdir}/libvdpau_nvidia.so
%if %{mdkversion} <= 200810
%{nvidia_libdir}/libvdpau.so.1
%endif
%{nvidia_libdir}/tls/libnvidia-tls.so.%{version}
%ifarch %{biarches}
%dir %{nvidia_libdir32}
%dir %{nvidia_libdir32}/tls
%dir %{nvidia_libdir32}/vdpau
%{_prefix}/lib/nvidia
%{nvidia_libdir32}/libGL.so.%{version}
%{nvidia_libdir32}/libnvidia-glcore.so.%{version}
%{nvidia_libdir32}/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libvdpau_nvidia.so
%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir32}/libnvidia-ml.so.%{version}
%{nvidia_libdir32}/libnvidia-ml.so.1
%if %{mdkversion} <= 200810
%{nvidia_libdir32}/vdpau/libvdpau_trace.so.%{version}
%{nvidia_libdir32}/libvdpau.so.%{version}
%endif
%{nvidia_libdir32}/libGL.so.1
%if %{mdkversion} <= 200810
%{nvidia_libdir32}/libvdpau.so.1
%endif
%{nvidia_libdir32}/tls/libnvidia-tls.so.%{version}
%endif
# %simple
%endif

%ghost %{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
# avoid unowned directory
%dir %{_prefix}/lib/vdpau
%ghost %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

%if %{mdkversion} >= 200910 && !%simple
# 2009.1+ (/usr/lib/drivername/xorg)
%dir %{nvidia_modulesdir}
%{nvidia_modulesdir}/libnvidia-wfb.so.1
%endif

%if %{mdkversion} <= 200900
%ghost %{_libdir}/xorg/modules/libnvidia-wfb.so.1
%endif
%if %{mdkversion} <= 200800
%ghost %{_libdir}/xorg/modules/libwfb.so
%endif
%if !%simple
%{nvidia_modulesdir}/libnvidia-wfb.so.%{version}
%endif

%if %{mdkversion} <= 200900
%dir %{nvidia_extensionsdir}
%ghost %{_libdir}/xorg/modules/extensions/libglx.so
%endif
%if !%simple
%{nvidia_extensionsdir}/libglx.so.%{version}
%{nvidia_extensionsdir}/libglx.so
%endif

%if %{mdkversion} <= 200910
%dir %{nvidia_driversdir}
%ghost %{_libdir}/xorg/modules/drivers/nvidia_drv.so
%endif
%if !%simple
%{nvidia_driversdir}/nvidia_drv.so
%endif

%files -n %{drivername}-devel -f %pkgname/nvidia-devel.files
%defattr(-,root,root)
%if !%simple
%{_includedir}/%{drivername}
%{nvidia_libdir}/libXvMCNVIDIA.a
%{nvidia_libdir}/libXvMCNVIDIA_dynamic.so
%{nvidia_libdir}/libGL.so
%{nvidia_libdir}/libcuda.so
%{nvidia_libdir}/libnvcuvid.so
%{nvidia_libdir}/libnvidia-cfg.so
%{nvidia_libdir}/libnvidia-ml.so
%{nvidia_libdir}/libOpenCL.so
%if %{mdkversion} <= 200810
%{nvidia_libdir}/libvdpau.so
%endif
%ifarch %{biarches}
%{nvidia_libdir32}/libGL.so
%{nvidia_libdir32}/libcuda.so
%{nvidia_libdir32}/libOpenCL.so
%{nvidia_libdir32}/libnvidia-ml.so
%if %{mdkversion} <= 200810
%{nvidia_libdir32}/libvdpau.so
%endif
%endif
%endif

%files -n dkms-%{drivername}
%defattr(-,root,root)
%doc %{pkgname}/LICENSE
%{_usrsrc}/%{drivername}-%{version}-%{release}

%files -n %{drivername}-doc-html -f %pkgname/nvidia-html.files
%defattr(-,root,root)

%files -n %{drivername}-cuda-opencl -f %pkgname/nvidia-cuda.files
%defattr(-,root,root)
%if !%simple
%{nvidia_libdir}/libOpenCL.so.1.0.0
%{nvidia_libdir}/libOpenCL.so.1.0
%{nvidia_libdir}/libOpenCL.so.1
%{nvidia_libdir}/libnvcuvid.so.%{version}
%{nvidia_libdir}/libnvcuvid.so.1
%{nvidia_libdir}/libnvidia-compiler.so.%{version}
%{nvidia_libdir}/libcuda.so.%{version}
%{nvidia_libdir}/libcuda.so.1
%{nvidia_libdir}/libnvidia-opencl.so.%{version}
%{nvidia_libdir}/libnvidia-opencl.so.1
%ifarch x86_64
%{nvidia_libdir32}/libnvidia-opencl.so.%{version}
%{nvidia_libdir32}/libnvidia-opencl.so.1
%endif
%ifarch %{biarches}
%{nvidia_libdir32}/libOpenCL.so.1.0.0
%{nvidia_libdir32}/libOpenCL.so.1.0
%{nvidia_libdir32}/libOpenCL.so.1
%{nvidia_libdir32}/libnvidia-compiler.so.%{version}
%{nvidia_libdir32}/libcuda.so.%{version}
%{nvidia_libdir32}/libcuda.so.1
%endif
%endif

%changelog
* Wed Sep 24 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 304.123-6
+ Revision: 15eccd4
- Allow to refer to the driver as 'nvidia' in the common use cases
- 1. 'modprobe nvidia' should load the appropriate driver now.
- 2. /usr/{lib|lib64}/nvidia is now provided, a symlink to the
- appropriate library directory.
- May help bumblebee, etc.: such software may now refer to just nvidia
- rather than guess which of the packages with nvidia drivers is
- installed.
- This change heavily relies on the fact that different packages with
- nvidia drivers are now mutually exclusive. That is, no more than one
- such package can be installed on a given system.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26432 |14nr|nvidia340-340.24-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# I love OpenSource :-(

## NOTE: When modifying this .spec, you do not necessarily need to care about
##       the %simple stuff. It is fine to break them, I'll fix it when I need them :)
## - Anssi

# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# (tpg) disable interall rpm dependency generator
# define _use_internal_dependency_generator 0

# %simple mode can be used to transform an arbitrary nvidia installer
# package to rpms, similar to %atibuild mode in fglrx.
# Macros version, rel, nsource, pkgname, distsuffix should be manually defined.
%define _enable_debug_packages %{nil}

%define simple		0
%{?_without_simple: %global simple 0}
%{?_with_simple: %global simple 1}

%define name		nvidia340

%if !%simple
# When updating, please add new ids to ldetect-lst (merge2pcitable.pl)
%define version		340.24
# the highest supported videodrv abi
# 18 corresponds to Xorg 1.16
%define videodrv_abi	18
%endif

%define priority	9700

%define pkgname32	NVIDIA-Linux-x86-%{version}
%define pkgname64	NVIDIA-Linux-x86_64-%{version}

# Disable when the sources aren't on ftp yet, but can be downloaded from
# http://us.download.nvidia.com
%define ftp 1

# For now, backportability is kept for 2008.0 forwards.

%define drivername		nvidia340
%define driverpkgname		x11-driver-video-%{drivername}
%define modulename		%{drivername}
# for description and documentation
%define xorg_extra_modules	%{_libdir}/xorg/extra-modules
%define nvidia_driversdir	%{_libdir}/%{drivername}/xorg
%define nvidia_extensionsdir	%{_libdir}/%{drivername}/xorg
%define nvidia_modulesdir	%{_libdir}/%{drivername}/xorg
%define nvidia_libdir		%{_libdir}/%{drivername}
%define nvidia_libdir32		%{_prefix}/lib/%{drivername}
%define nvidia_bindir		%{nvidia_libdir}/bin
# The entry in Cards+ this driver should be associated with, if there is
# no entry in ldetect-lst default pcitable:
# cooker ldetect-lst should be up-to-date
%define ldetect_cards_name	%nil


%define biarches x86_64

%if !%simple
%ifarch %{ix86}
%define nsource %{SOURCE0}
%define pkgname %{pkgname32}
%endif
%ifarch x86_64
%define nsource %{SOURCE1}
%define pkgname %{pkgname64}
%endif
%endif

# Other packages should not require any NVIDIA libraries, and this package
# should not be pulled in when libGL.so.1 is required
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)|devel\\(libGL(.*)|devel\\(libEGL.*'
%define common_requires_exceptions libGLcore\\.so|libnv.*\\.so|libGL(.*)
%else
%define _provides_exceptions \\.so
%define common_requires_exceptions libGLcore\\.so\\|libnv.*\\.so
%endif

%ifarch %{biarches}
# (anssi) Allow installing of 64-bit package if the runtime dependencies
# of 32-bit libraries are not satisfied. If a 32-bit package that requires
# libGL.so.1 is installed, the 32-bit mesa libs are pulled in and that will
# pull the dependencies of 32-bit nvidia libraries in as well.
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}|lib.*so\\.[^(]+(\\([^)]+\\))?$'
%else
%define __noautoreq %{common_requires_exceptions}\\|lib.*so\\.[^(]\\+\\(([^)]\\+)\\)\\?$
%endif
%else
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}'
%else
%define __noautoreq %{common_requires_exceptions}
%endif
%endif

# (anssi) Workaround wrong linking as of 310.19.
# This will probably be fixed soon (at least similar issues have been in the past).
# https://devtalk.nvidia.com/default/topic/523762/libnvidia-encode-so-310-19-has-dependency-on-missing-library/
%define _exclude_files_from_autoreq libnvidia-encode.so.%version

Summary:	NVIDIA proprietary X.org driver and libraries
Name:		%{name}
Version:	%{version}
Release:	5
%if !%simple
%if %ftp
Source0:	ftp://download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	ftp://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
Source4:	ftp://download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-%{version}.tar.bz2
Source5:	ftp://download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-%{version}.tar.bz2
%else
Source0:	http://us.download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	http://us.download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	http://us.download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	http://us.download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
Source4:	http://us.download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-%{version}.tar.bz2
Source5:	http://us.download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-%{version}.tar.bz2
%endif
Source100:	nvidia340.rpmlintrc
# include xf86vmproto for X_XF86VidModeGetGammaRampSize, fixes build on cooker
Patch3:		nvidia-settings-include-xf86vmproto.patch
Patch4:		nvidia340-dkms.conf-unique-module-name.patch
%endif
License:	Freeware
URL:		http://www.nvidia.com/object/unix.html
Group: 		System/Kernel and hardware
Provides: should-restart = system
ExclusiveArch:	%{ix86} x86_64
%if !%simple
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(libtirpc)
%endif
BuildRequires:	rpm-build

%description
The proprietary driver for NVidia GPUs, long-lived branch 340.x.

%package -n %{driverpkgname}
Summary:	NVIDIA proprietary X.org driver and libraries
Group: 		System/Kernel and hardware
Requires(post): update-alternatives >= 1.9.0
Requires(postun): update-alternatives >= 1.9.0
Requires:	x11-server-common
Suggests:	%{drivername}-doc-html = %{version}
# Proper support for versioned kmod() was added in 2008.1:
Requires:	kmod(%{modulename}) = %{version}
# At least mplayer dlopens libvdpau.so.1, so the software will not pull in
# the vdpau library package. We ensure its installation here.
Requires:	%{_lib}vdpau1
# NEED FIX We need grub2 to add nomodeset!
Requires(pre):	grub2 >= 2.00-34

Conflicts:	nvidia-current-cuda-opencl <= 295.59-1
Conflicts:	nvidia-current < %{version}-%{release}
Suggests:	nvidia-additional-settings

%description -n %{driverpkgname}
NVIDIA proprietary X.org graphics driver, related libraries and
configuration tools.

Please use XFdrake to configure your NVIDIA card. The correct packages 
will be automatically installed and configured in this case.

%package -n dkms-%{drivername}
Summary:	Kernel module to manage NVIDIA GPUs
Group:		System/Kernel and hardware
Requires:	dkms
Requires(post):	dkms
Requires(preun): dkms
Conflicts:	dkms-nvidia-current < %{version}-%{release}

# DKMS package for each long-lived branch should provide this.
# It is needed to prevent the situation when several drivers from different 
# branches are installed at the same time. Each of the drivers will have
# alias "nvidia" for modprobe, so they cannot co-exist.
Provides:	nvidia-driver-long-lived = %{version}-%{release}
Conflicts:	nvidia-driver-long-lived < %{version}-%{release}

%description -n dkms-%{drivername}
Kernel module to manage NVIDIA GPUs. This
is to be used with the %{driverpkgname} package.

%package -n %{drivername}-devel
Summary:	NVIDIA OpenGL/CUDA development libraries and headers
Group:		Development/C
Requires:	%{driverpkgname} = %{version}-%{release}
Requires:	%{drivername}-cuda-opencl = %{version}-%{release}
Conflicts:	nvidia-current-devel < %{version}-%{release}
Provides:	nvidia-devel = %{version}-%{release}
Requires:	%{_lib}vdpau-devel

%description -n %{drivername}-devel
NVIDIA OpenGL/CUDA headers. This package is not required for normal use.

%package -n %{drivername}-cuda-opencl
Summary:	CUDA and OpenCL libraries for NVIDIA proprietary driver
Group: 		System/Kernel and hardware
Provides:	%{drivername}-cuda = %{version}-%{release}
Requires:	kmod(%{modulename}) = %{version}
Conflicts:	x11-driver-video-nvidia-current <= 295.59

%description -n %{drivername}-cuda-opencl
Cuda and OpenCL libraries for NVIDIA proprietary driver. This package is not
required for normal use, it provides libraries to use NVIDIA cards for High
Performance Computing (HPC).

# HTML doc splitted off because of size, for live cds:
%package -n %{drivername}-doc-html
Summary:	NVIDIA html documentation (%{drivername})
Group:		System/Kernel and hardware
Requires:	%{driverpkgname} = %{version}-%{release}

%description -n %{drivername}-doc-html
HTML version of the README.txt file provided in package
%{driverpkgname}.

%prep
# No patches applied when %simple is set
%if %simple
%setup -q -c -T
%else
%setup -q -c -T -a 2 -a 3 -a 4 -a 5
cd nvidia-settings-%{version}
%patch3 -p1
cd ..
%endif
sh %{nsource} --extract-only

%if !%simple
cd %{pkgname}
%patch4 -p0 -b .uniq~
cd ..
%endif

rm -rf %{pkgname}/usr/src/nv/precompiled

cat > README.install.urpmi <<EOF
Use XFdrake to configure X to use the correct NVIDIA driver. Any needed
packages will be automatically installed if not already present.
1. Run XFdrake as root.
2. Go to the Graphics Card list.
3. Select your card (it is usually already autoselected).
4. Answer any questions asked and then quit.

If you do not want to use XFdrake, see README.manual-setup.
EOF

cat > README.manual-setup <<EOF
This file describes the procedure for the manual installation of this NVIDIA
driver package. You can find the instructions for the recommended automatic
installation in the file 'README.install.urpmi' in this directory.

- Open %{_sysconfdir}/X11/xorg.conf and make the following changes:
  o Change the Driver to "nvidia" in the Device section
  o Make the line below the only 'glx' related line in the Module section,
    adding it if it is not already there:
      Load "glx"
  o Remove any 'ModulePath' lines from the Files section
- Run "update-alternatives --set gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf" as root.
- Run "ldconfig -X" as root.
- Add nomodeset options to grub command line
EOF

%if !%simple
rm -f nvidia-settings-%{version}/src/*/*.a

%build
# The code contains dozens on top of dozens on top of dozens of "false" positives
export CFLAGS="%optflags -Wno-error=format-security"
export CXXFLAGS="$CFLAGS"
export LDFLAGS="%{?ldflags}"
%make -C nvidia-settings-%{version}/src/libXNVCtrl
%make -C nvidia-settings-%{version} STRIP_CMD=true
%make -C nvidia-xconfig-%{version} STRIP_CMD=true
%make -C nvidia-modprobe-%{version} STRIP_CMD=true
%make -C nvidia-persistenced-%{version} STRIP_CMD=true LIBS="-ltirpc -ldl"

# %simple
%endif

%install
rm -rf %{buildroot}
cd %{pkgname}

# dkms
install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}

# menu entry
install -d -m755 %{buildroot}%{_datadir}/%{drivername}
cat > %{buildroot}%{_datadir}/%{drivername}/rosa-nvidia-settings.desktop <<EOF
[Desktop Entry]
Name=NVIDIA Display Settings
Comment=Configure NVIDIA X driver
Exec=%{_bindir}/nvidia-settings
Icon=%{drivername}-settings
Terminal=false
Type=Application
Categories=GTK;Settings;HardwareSettings;X-MandrivaLinux-System-Configuration;
EOF

install -d -m755	%{buildroot}%{_datadir}/applications
touch			%{buildroot}%{_datadir}/applications/rosa-nvidia-settings.desktop

# icons
install -d -m755 %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
%if !%simple
%if %mdvver > 201210
convert --strip nvidia-settings.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
convert --strip nvidia-settings.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
convert --strip nvidia-settings.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png
%else
convert nvidia-settings.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
convert nvidia-settings.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
convert nvidia-settings.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png
%endif

%else
# no imagemagick
[ -e nvidia-settings.png ] || cp -a usr/share/pixmaps/nvidia-settings.png .
install -m644 nvidia-settings.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png
%endif

error_fatal() {
	echo "Error: $@." >&2
	exit 1
}

error_unhandled() {
	echo "Warning: $@." >&2
	echo "Warning: $@." >> warns.log
%if !%simple
	# cause distro builds to fail in case of unhandled files
	exit 1
%endif
}

parseparams() {
	for value in $rest; do
		local param=$1
		[ -n "$param" ] || error_fatal "unhandled parameter $value"
		shift
		eval $param=$value

		[ -n "$value" ] || error_fatal "empty $param"

		# resolve libdir based on $arch
		if [ "$param" = "arch" ]; then
			case "$arch" in
			NATIVE)		nvidia_libdir=%{nvidia_libdir};;
			COMPAT32)	nvidia_libdir=%{nvidia_libdir32};;
			*)		error_fatal "unknown arch $arch"
			esac
		fi
	done
}

add_to_list() {
%if !%simple
	# on distro builds, only use .manifest for %doc files
	[ "${2#%doc}" = "${2}" ] && return
%endif
	local list="$1.files"
	local entry="$2"
	echo $entry >> $list
}

install_symlink() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	ln -s $dest %{buildroot}$dir/$file
	add_to_list $pkg $dir/$file
}

install_lib_symlink() {
	local pkg="$1"
	local dir="$2"
	case "$file" in
	libvdpau_*.so)
		# vdpau drivers => not put into -devel
		;;
	*.so)
		pkg=nvidia-devel;;
	esac
	install_symlink $pkg $dir
}

install_file_only() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	# replace 0444 with more usual 0644
	[ "$perms" = "0444" ] && perms="0644"
	install -m $perms $file %{buildroot}$dir
}

install_file() {
	local pkg="$1"
	local dir="$2"
	install_file_only $pkg $dir
	add_to_list $pkg $dir/$(basename $file)
}

get_module_dir() {
	local subdir="$1"
	case "$subdir" in
	extensions*)	echo %{nvidia_extensionsdir};;
	drivers/)	echo %{nvidia_driversdir};;
	/)		echo %{nvidia_modulesdir};;
	*)		error_unhandled "unhandled module subdir $subdir"
			echo %{nvidia_modulesdir};;
	esac
}

for file in nvidia.files nvidia-devel.files nvidia-cuda.files nvidia-dkms.files nvidia-html.files; do
	rm -f $file
	touch $file
done

# install files according to .manifest
cat .manifest | tail -n +9 | while read line; do
	arch=
	style=
	subdir=
	dest=
	nvidia_libdir=

	rest=${line}
	file=${rest%%%% *}
	rest=${rest#* }
	perms=${rest%%%% *}
	rest=${rest#* }
	type=${rest%%%% *}
	[ "${rest#* }" = "$rest" ] && rest= || rest=${rest#* }

	case "$type" in
	CUDA_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	CUDA_SYMLINK)
		parseparams arch subdir dest
		install_lib_symlink nvidia-cuda $nvidia_libdir/$subdir
		;;
	ENCODEAPI_LIB)
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	ENCODEAPI_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	EXPLICIT_PATH)
		parseparams dest
		install_file nvidia %{_datadir}/nvidia
		;;
	NVCUVID_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	NVCUVID_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia-cuda $nvidia_libdir
		;;
	NVIFR_LIB)
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	NVIFR_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	OPENGL_LIB)
		parseparams arch
		install_file nvidia $nvidia_libdir
		;;
	OPENGL_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	TLS_LIB)
		parseparams arch style subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	TLS_SYMLINK)
		parseparams arch style subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB)
		# backward-compatibility
		[ -n "${rest}" ] || rest="NATIVE $rest"
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB_SYMLINK)
		# backward-compatibility
		[ "${rest#* }" != "$rest" ] || rest="NATIVE $rest"
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	VDPAU_LIB)
		parseparams arch subdir
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_SYMLINK)
		parseparams arch subdir dest
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_WRAPPER_LIB)
		parseparams arch subdir
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_WRAPPER_SYMLINK)
		parseparams arch subdir dest
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	XLIB_STATIC_LIB)
		install_file nvidia-devel %{nvidia_libdir}
		;;
	XLIB_SHARED_LIB)
		install_file nvidia %{nvidia_libdir}
		;;
	XLIB_SYMLINK)
		parseparams dest
		install_lib_symlink nvidia %{nvidia_libdir}
		;;
	LIBGL_LA)
		# (Anssi) we don't install .la files
		;;
	XMODULE_SHARED_LIB|GLX_MODULE_SHARED_LIB)
		parseparams subdir
		install_file nvidia $(get_module_dir $subdir)
		;;
	XMODULE_NEWSYM)
		# symlink that is created only if it doesn't already
		# exist (i.e. as part of x11-server)
		case "$file" in
		libwfb.so)
			continue
			;;
		*)
			error_unhandled "unknown XMODULE_NEWSYM type file $file, skipped"
			continue
		esac
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	XMODULE_SYMLINK|GLX_MODULE_SYMLINK)
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	VDPAU_HEADER)
		continue
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	OPENGL_HEADER|CUDA_HEADER)
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	DOCUMENTATION)
		parseparams subdir
		case $subdir in
		*/html)
			add_to_list nvidia-html "%%doc %{pkgname}/$file"
			continue
			;;
		*/include/*)
			continue
			;;
		esac
		case $file in
		*XF86Config*|*nvidia-settings.png)
			continue;;
		esac
		add_to_list nvidia "%%doc %{pkgname}/$file"
		;;
	MANPAGE|NVIDIA_MODPROBE_MANPAGE)
		parseparams subdir
		case "$file" in
		*nvidia-installer*)
			# not installed
			continue
			;;
		*nvidia-settings*|*nvidia-xconfig*|*nvidia-modprobe*|*nvidia-persistenced*)
%if !%simple
			# installed separately below
			continue
%endif
			;;
		*nvidia-smi*|*nvidia-cuda-mps-control*)
			# ok
			;;
		*)
			error_unhandled "skipped unknown man page $(basename $file)"
			continue
		esac
		install_file_only nvidia %{_mandir}/$subdir
		;;
	UTILITY_BINARY)
		case "$file" in
		*nvidia-settings|*nvidia-xconfig|*nvidia-persistenced)
%if !%simple
			# not installed, we install our own copy
			continue
%endif
			;;
		*nvidia-smi|*nvidia-bug-report.sh|*nvidia-debugdump)
			# ok
			;;
		*nvidia-cuda-mps-control|*nvidia-cuda-mps-server)
			# ok
			;;
		*)
			error_unhandled "unknown binary $(basename $file) will be installed to %{nvidia_bindir}/$(basename $file)"
			;;
		esac
		install_file nvidia %{nvidia_bindir}
		;;
	UTILITY_BIN_SYMLINK)
		case $file in nvidia-uninstall) continue;; esac
		parseparams dest
		install_symlink nvidia %{nvidia_bindir}
		;;
	NVIDIA_MODPROBE)
		# A suid-root tool (GPLv2) used as fallback for loading the module and
		# creating the device nodes in case the driver component is running as
		# a non-root user (e.g. a CUDA application). While the module is automatically
		# loaded by udev rules, the device nodes are not automatically created
		# like with regular drivers and therefore this tool is installed on
		# ROSA as well, at least for now.

		# We install our self-compiled version in non-simple mode
%if %simple
		install_file nvidia %{nvidia_bindir}
%endif
		;;
	INSTALLER_BINARY)
		# not installed
		;;
	KERNEL_MODULE_SRC)
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}
		;;
	CUDA_ICD)
		# in theory this should go to the cuda subpackage, but it goes into the main package
		# as this avoids one broken symlink and it is small enough to not cause space issues
		install_file nvidia %{_sysconfdir}/%{drivername}
		;;
	APPLICATION_PROFILE)
		parseparams subdir
		# application profile filenames are versioned, we can use a common
		# non-alternativesized directory
		install_file nvidia %{_datadir}/nvidia/$subdir
		;;
	DOT_DESKTOP)
		# we provide our own for now
		;;
	UVM_MODULE_SRC)
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}/uvm
		;;
	*)
		error_unhandled "file $(basename $file) of unknown type $type will be skipped"
	esac
done

[ -z "$warnings" ] || echo "Please file a bug about the above warnings at http://bugs.rosalinux.ru/." >> warns.log

# Create the convenience symlinks. As the packages with nvidia are mutually
# exclusive now, there is no need to use alternatives for this.
ln -s %{nvidia_libdir} %{buildroot}%{_libdir}/nvidia
%ifarch %{biarches}
	ln -s %{nvidia_libdir32} %{buildroot}%{_prefix}/lib/nvidia
%endif

%if %simple
find %{buildroot}%{_libdir} %{buildroot}%{_prefix}/lib -type d | while read dir; do
	dir=${dir#%{buildroot}}
	echo "$dir" | grep -q nvidia && echo "%%dir $dir" >> nvidia.files
done
[ -d %{buildroot}%{_includedir}/%{drivername} ] && echo "%{_includedir}/%{drivername}" >> nvidia-devel.files

%endif

%if !%simple
# confirm SONAME; if something else than libvdpau_nvidia.so or libvdpau_nvidia.so.1, adapt .spec as needed:
[ "$(objdump -p %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} | grep SONAME | gawk '{ print $2 }')" = "libvdpau_nvidia.so.1" ]

rm -f %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.1
rm -f %{buildroot}%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.1
%endif

# vdpau alternative symlink
install -d -m755 %{buildroot}%{_libdir}/vdpau
touch %{buildroot}%{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
install -d -m755 %{buildroot}%{_prefix}/lib/vdpau
touch %{buildroot}%{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

%if !%simple
# self-built binaries
install -m755 ../nvidia-settings-%{version}/src/_out/*/nvidia-settings %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-persistenced-%{version}/_out/*/nvidia-persistenced %{buildroot}%{nvidia_bindir}
install -m4755 ../nvidia-modprobe-%{version}/_out/*/nvidia-modprobe %{buildroot}%{nvidia_bindir}
%endif
# binary alternatives
install -d -m755			%{buildroot}%{_bindir}
touch					%{buildroot}%{_bindir}/nvidia-debugdump
touch					%{buildroot}%{_bindir}/nvidia-settings
touch					%{buildroot}%{_bindir}/nvidia-smi
touch					%{buildroot}%{_bindir}/nvidia-xconfig
touch					%{buildroot}%{_bindir}/nvidia-bug-report.sh
touch					%{buildroot}%{_bindir}/nvidia-modprobe
touch					%{buildroot}%{_bindir}/nvidia-persistenced
touch					%{buildroot}%{_bindir}/nvidia-cuda-mps-control
touch					%{buildroot}%{_bindir}/nvidia-cuda-mps-server
# rpmlint:
chmod 0755				%{buildroot}%{_bindir}/*

%if !%simple
# install man pages
install -m644 ../nvidia-settings-%{version}/doc/_out/*/nvidia-settings.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-modprobe-%{version}/_out/*/nvidia-modprobe.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-persistenced-%{version}/_out/*/nvidia-persistenced.1 %{buildroot}%{_mandir}/man1
%endif
# bug #41638 - whatis entries of nvidia man pages appear wrong
gunzip %{buildroot}%{_mandir}/man1/*.gz
sed -r -i '/^nvidia\\-[a-z]+ \\- NVIDIA/s,^nvidia\\-,nvidia-,' %{buildroot}%{_mandir}/man1/*.1
cd %{buildroot}%{_mandir}/man1
rename nvidia alt-%{drivername} *
cd -
touch %{buildroot}%{_mandir}/man1/nvidia-xconfig.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-settings.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-modprobe.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-persistenced.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-smi.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension}

# cuda nvidia.icd
install -d -m755		%{buildroot}%{_sysconfdir}/OpenCL/vendors
touch				%{buildroot}%{_sysconfdir}/OpenCL/vendors/nvidia.icd

# ld.so.conf
install -d -m755		%{buildroot}%{_sysconfdir}/%{drivername}
echo "%{nvidia_libdir}" >	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%ifarch %{biarches}
echo "%{nvidia_libdir32}" >>	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%endif
install -d -m755		%{buildroot}%{_sysconfdir}/ld.so.conf.d
touch				%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

# modprobe.d
install -d -m755			%{buildroot}%{_sysconfdir}/modprobe.d
#touch					#{buildroot}#{_sysconfdir}/modprobe.d/display-driver.conf

# Allow the users to load this kernel module as "nvidia". Different packages
# with nvidia are mutually exclusive now, so it is OK not to use 
# alternatives for this.
echo "alias nvidia %{drivername}" > %{buildroot}%{_sysconfdir}/modprobe.d/%{drivername}.conf

# xinit script
install -d -m755 %{buildroot}%{_sysconfdir}/%{drivername}
cat > %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit <<EOF
# to be sourced
#
# Do not modify this file; the changes will be overwritten.
# If you want to disable automatic configuration loading, create
# /etc/sysconfig/nvidia-settings with this line: LOAD_NVIDIA_SETTINGS="no"
#
LOAD_NVIDIA_SETTINGS="yes"
[ -f %{_sysconfdir}/sysconfig/nvidia-settings ] && . %{_sysconfdir}/sysconfig/nvidia-settings
[ "\$LOAD_NVIDIA_SETTINGS" = "yes" ] && %{_bindir}/nvidia-settings --load-config-only
EOF
chmod 0755 %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
install -d -m755 %{buildroot}%{_sysconfdir}/X11/xinit.d
touch %{buildroot}%{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit

export EXCLUDE_FROM_STRIP="$(find %{buildroot} -type f \! -name nvidia-settings \! -name nvidia-xconfig \! -name nvidia-modprobe \! -name nvidia-persistenced)"

%post -n %{driverpkgname}
# XFdrake used to generate an nvidia.conf file
[ -L %{_sysconfdir}/modprobe.d/nvidia.conf ] || rm -f %{_sysconfdir}/modprobe.d/nvidia.conf

current_glconf="$(readlink -e %{_sysconfdir}/ld.so.conf.d/GL.conf)"

# owned by libvdpau1, created in case libvdpau1 is installed only just after
# this package
mkdir -p %{_libdir}/vdpau

%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf %{priority} \
	--slave %{_mandir}/man1/nvidia-settings.1%{_extension} man_nvidiasettings%{_extension} %{_mandir}/man1/alt-%{drivername}-settings.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-xconfig.1%{_extension} man_nvidiaxconfig%{_extension} %{_mandir}/man1/alt-%{drivername}-xconfig.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-smi.1%{_extension} nvidia-smi.1%{_extension} %{_mandir}/man1/alt-%{drivername}-smi.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension} nvidia-cuda-mps-control.1%{_extension} %{_mandir}/man1/alt-%{drivername}-cuda-mps-control.1%{_extension} \
	--slave %{_datadir}/applications/rosa-nvidia-settings.desktop nvidia_desktop %{_datadir}/%{drivername}/rosa-nvidia-settings.desktop \
	--slave %{_bindir}/nvidia-settings nvidia_settings %{nvidia_bindir}/nvidia-settings \
	--slave %{_bindir}/nvidia-smi nvidia_smi %{nvidia_bindir}/nvidia-smi \
	--slave %{_bindir}/nvidia-xconfig nvidia_xconfig %{nvidia_bindir}/nvidia-xconfig \
	--slave %{_bindir}/nvidia-debugdump nvidia-debugdump %{nvidia_bindir}/nvidia-debugdump \
	--slave %{_bindir}/nvidia-bug-report.sh nvidia_bug_report %{nvidia_bindir}/nvidia-bug-report.sh \
	--slave %{_bindir}/nvidia-cuda-mps-control nvidia-cuda-mps-control %{nvidia_bindir}/nvidia-cuda-mps-control \
	--slave %{_bindir}/nvidia-cuda-mps-server nvidia-cuda-mps-server %{nvidia_bindir}/nvidia-cuda-mps-server \
	--slave %{_bindir}/nvidia-modprobe nvidia-modprobe %{nvidia_bindir}/nvidia-modprobe \
	--slave %{_bindir}/nvidia-persistenced nvidia-persistenced %{nvidia_bindir}/nvidia-persistenced \
	--slave %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit nvidia-settings.xinit %{_sysconfdir}/%{drivername}/nvidia-settings.xinit \
	--slave %{_libdir}/vdpau/libvdpau_nvidia.so.1 %{_lib}vdpau_nvidia.so.1 %{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} \
	--slave %{_sysconfdir}/OpenCL/vendors/nvidia.icd nvidia.icd %{_sysconfdir}/%{drivername}/nvidia.icd \
%ifarch %{biarches}
	--slave %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1 libvdpau_nvidia.so.1 %{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version} \
%endif
	--slave %{xorg_extra_modules} xorg_extra_modules %{nvidia_extensionsdir} \

if [ "${current_glconf}" = "%{_sysconfdir}/nvidia97xx/ld.so.conf" ]; then
	# Adapt for the renaming of the driver. X.org config still has the old ModulePaths
	# but they do not matter as we are using alternatives for libglx.so now.
	%{_sbindir}/update-alternatives --set gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

#Add 'nomodeset' to grub2 string and update grub2.cfg. But if Optimus (detect i915 and i965) then stop
if ! lspci -vv | grep i915
then
	if ! lspci -vv | grep i965
	then
		/usr/sbin/grub2-cfg-mod --add nomodeset
		/usr/sbin/update-grub2
	fi
fi

%postun -n %{driverpkgname}
if [ ! -f %{_sysconfdir}/%{drivername}/ld.so.conf ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

#Del 'nomodeset' to grub2 string and update grub2.cfg
if [ $1 -eq 0 ] ; then
	/usr/sbin/grub2-cfg-mod --del nomodeset
	/usr/sbin/update-grub2
fi

%post -n %{drivername}-cuda-opencl
# explicit /sbin/ldconfig due to a non-standard library directory
/sbin/ldconfig -X

%post -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade add -m %{drivername} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade build -m %{drivername} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade install -m %{drivername} -v %{version}-%{release}

# Just in case the user reboots the system too quickly and sync is not 
# done automatically.
sync

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%preun -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{drivername} -v %{version}-%{release} --all

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%files -n %{driverpkgname} -f %{pkgname}/nvidia.files
%defattr(-,root,root)
# other documentation files are listed in nvidia.files
%doc README.install.urpmi README.manual-setup

# ld.so.conf, modprobe.conf, xinit
%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%ghost %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit
%dir %{_sysconfdir}/%{drivername}
#{_sysconfdir}/#{drivername}/modprobe.conf
%{_sysconfdir}/modprobe.d/%{drivername}.conf
%{_sysconfdir}/%{drivername}/ld.so.conf
%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
%if !%simple
%{_sysconfdir}/%{drivername}/nvidia.icd
%dir %{_datadir}/nvidia
%{_datadir}/nvidia/nvidia-application-profiles-%{version}-rc
%{_datadir}/nvidia/nvidia-application-profiles-%{version}-key-documentation
%{_datadir}/nvidia/monitoring.conf
%{_datadir}/nvidia/pci.ids
%endif

%dir %{_sysconfdir}/OpenCL
%dir %{_sysconfdir}/OpenCL/vendors
%ghost %{_sysconfdir}/OpenCL/vendors/nvidia.icd

%ghost %{_bindir}/nvidia-debugdump
%ghost %{_bindir}/nvidia-settings
%ghost %{_bindir}/nvidia-smi
%ghost %{_bindir}/nvidia-xconfig
%ghost %{_bindir}/nvidia-modprobe
%ghost %{_bindir}/nvidia-persistenced
%ghost %{_bindir}/nvidia-bug-report.sh
%ghost %{_bindir}/nvidia-cuda-mps-control
%ghost %{_bindir}/nvidia-cuda-mps-server
%if !%simple
%dir %{nvidia_bindir}
%{nvidia_bindir}/nvidia-debugdump
%{nvidia_bindir}/nvidia-settings
%{nvidia_bindir}/nvidia-smi
%{nvidia_bindir}/nvidia-xconfig
%{nvidia_bindir}/nvidia-modprobe
%{nvidia_bindir}/nvidia-persistenced
%{nvidia_bindir}/nvidia-bug-report.sh
%{nvidia_bindir}/nvidia-cuda-mps-control
%{nvidia_bindir}/nvidia-cuda-mps-server
%endif

%ghost %{_mandir}/man1/nvidia-xconfig.1%{_extension}
%ghost %{_mandir}/man1/nvidia-settings.1%{_extension}
%ghost %{_mandir}/man1/nvidia-modprobe.1%{_extension}
%ghost %{_mandir}/man1/nvidia-persistenced.1%{_extension}
%ghost %{_mandir}/man1/nvidia-smi.1%{_extension}
%ghost %{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension}
%if !%simple
%{_mandir}/man1/alt-%{drivername}-xconfig.1*
%{_mandir}/man1/alt-%{drivername}-settings.1*
%{_mandir}/man1/alt-%{drivername}-modprobe.1*
%{_mandir}/man1/alt-%{drivername}-persistenced.1*
%{_mandir}/man1/alt-%{drivername}-smi.1*
%{_mandir}/man1/alt-%{drivername}-cuda-mps-control.1*
%else
%{_mandir}/man1/alt-%{drivername}-*
%endif

%ghost %{_datadir}/applications/rosa-nvidia-settings.desktop
%dir %{_datadir}/%{drivername}
%{_datadir}/%{drivername}/rosa-nvidia-settings.desktop

%if !%simple
%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
%endif
%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png

%if !%simple
%dir %{nvidia_libdir}
%dir %{nvidia_libdir}/tls
%dir %{nvidia_libdir}/vdpau
%{_libdir}/nvidia
%{nvidia_libdir}/libGL.so.%{version}
%{nvidia_libdir}/libnvidia-glcore.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.%{version}
%{nvidia_libdir}/libnvidia-tls.so.%{version}
%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir}/libGL.so.1
%{nvidia_libdir}/libEGL.so.1
%{nvidia_libdir}/libEGL.so.%{version}
%{nvidia_libdir}/libGLESv1_CM.so.1
%{nvidia_libdir}/libGLESv1_CM.so.%{version}
%{nvidia_libdir}/libGLESv2.so.2
%{nvidia_libdir}/libGLESv2.so.%{version}
%{nvidia_libdir}/libnvidia-eglcore.so.%{version}
%{nvidia_libdir}/libnvidia-glsi.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.1
%{nvidia_libdir}/libnvidia-fbc.so.1
%{nvidia_libdir}/libnvidia-fbc.so.%{version}
%{nvidia_libdir}/libnvidia-ifr.so.1
%{nvidia_libdir}/libnvidia-ifr.so.%{version}
%{nvidia_libdir}/libnvidia-ml.so.1
%{nvidia_libdir}/libnvidia-ml.so.%{version}
%{nvidia_libdir}/libvdpau_nvidia.so
%{nvidia_libdir}/tls/libnvidia-tls.so.%{version}
%ifarch %{biarches}
%dir %{nvidia_libdir32}
%dir %{nvidia_libdir32}/tls
%dir %{nvidia_libdir32}/vdpau
%{_prefix}/lib/nvidia
%{nvidia_libdir32}/libGL.so.%{version}
%{nvidia_libdir32}/libnvidia-glcore.so.%{version}
%{nvidia_libdir32}/libnvidia-ifr.so.1
%{nvidia_libdir32}/libnvidia-ifr.so.%{version}
%{nvidia_libdir32}/libnvidia-ml.so.1
%{nvidia_libdir32}/libnvidia-ml.so.%{version}
%{nvidia_libdir32}/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libvdpau_nvidia.so
%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir32}/libGL.so.1
%{nvidia_libdir32}/tls/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libnvidia-fbc.so.1
%{nvidia_libdir32}/libnvidia-fbc.so.%{version}
%{nvidia_libdir32}/libEGL.so.1
%{nvidia_libdir32}/libEGL.so.%{version}
%{nvidia_libdir32}/libGLESv1_CM.so.1
%{nvidia_libdir32}/libGLESv1_CM.so.%{version}
%{nvidia_libdir32}/libGLESv2.so.2
%{nvidia_libdir32}/libGLESv2.so.%{version}
%{nvidia_libdir32}/libnvidia-eglcore.so.%{version}
%{nvidia_libdir32}/libnvidia-glsi.so.%{version}
%endif
# %simple
%endif

%ghost %{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
# avoid unowned directory
%dir %{_prefix}/lib/vdpau
%ghost %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

%if !%simple
%dir %{nvidia_modulesdir}
%{nvidia_modulesdir}/libnvidia-wfb.so.1
%endif

%if !%simple
%{nvidia_modulesdir}/libnvidia-wfb.so.%{version}
%endif

%if !%simple
%{nvidia_extensionsdir}/libglx.so.%{version}
%{nvidia_extensionsdir}/libglx.so
%endif

%if !%simple
%{nvidia_driversdir}/nvidia_drv.so
%endif

%files -n %{drivername}-devel -f %pkgname/nvidia-devel.files
%defattr(-,root,root)
%if !%simple
%{_includedir}/%{drivername}
%{nvidia_libdir}/libGL.so
%{nvidia_libdir}/libEGL.so
%{nvidia_libdir}/libGLESv1_CM.so
%{nvidia_libdir}/libGLESv2.so
%{nvidia_libdir}/libcuda.so
%{nvidia_libdir}/libnvcuvid.so
%{nvidia_libdir}/libnvidia-cfg.so
%{nvidia_libdir}/libnvidia-fbc.so
%{nvidia_libdir}/libnvidia-ifr.so
%{nvidia_libdir}/libOpenCL.so
%{nvidia_libdir}/libnvidia-ml.so
%{nvidia_libdir}/libnvidia-encode.so
%ifarch %{biarches}
%{nvidia_libdir32}/libEGL.so
%{nvidia_libdir32}/libGLESv1_CM.so
%{nvidia_libdir32}/libGLESv2.so
%{nvidia_libdir32}/libnvidia-ml.so
%{nvidia_libdir32}/libGL.so
%{nvidia_libdir32}/libcuda.so
%{nvidia_libdir32}/libnvcuvid.so
%{nvidia_libdir32}/libnvidia-ifr.so
%{nvidia_libdir32}/libOpenCL.so
%{nvidia_libdir32}/libnvidia-encode.so
%{nvidia_libdir32}/libnvidia-fbc.so
%endif
%endif

%files -n dkms-%{drivername}
%defattr(-,root,root)
%doc %{pkgname}/LICENSE
%{_usrsrc}/%{drivername}-%{version}-%{release}

%files -n %{drivername}-doc-html -f %pkgname/nvidia-html.files
%defattr(-,root,root)

%files -n %{drivername}-cuda-opencl -f %pkgname/nvidia-cuda.files
%defattr(-,root,root)
%if !%simple
%{nvidia_libdir}/libnvcuvid.so.%{version}
%{nvidia_libdir}/libnvcuvid.so.1
%{nvidia_libdir}/libnvidia-encode.so.1
%{nvidia_libdir}/libnvidia-encode.so.%{version}
%{nvidia_libdir}/libOpenCL.so.1.0.0
%{nvidia_libdir}/libOpenCL.so.1.0
%{nvidia_libdir}/libOpenCL.so.1
%{nvidia_libdir}/libnvidia-compiler.so.%{version}
%{nvidia_libdir}/libcuda.so.%{version}
%{nvidia_libdir}/libcuda.so.1
%{nvidia_libdir}/libnvidia-opencl.so.%{version}
%{nvidia_libdir}/libnvidia-opencl.so.1
%ifarch x86_64
%{nvidia_libdir32}/libnvidia-opencl.so.*
%{nvidia_libdir32}/libnvcuvid.so.%{version}
%{nvidia_libdir32}/libnvcuvid.so.1
%{nvidia_libdir32}/libnvidia-encode.so.1
%{nvidia_libdir32}/libnvidia-encode.so.%{version}
%endif
%ifarch %{biarches}
%{nvidia_libdir32}/libOpenCL.so.1.0.0
%{nvidia_libdir32}/libOpenCL.so.1.0
%{nvidia_libdir32}/libOpenCL.so.1
%{nvidia_libdir32}/libnvidia-compiler.so.%{version}
%{nvidia_libdir32}/libcuda.so.%{version}
%{nvidia_libdir32}/libcuda.so.1
%endif
%endif

%changelog
* Mon Sep 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 340.24-5
+ Revision: 842ba73
- Use correct path on the native architecture

* Mon Sep 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 340.24-5
+ Revision: 3e6906a
- Fixed incorrect '%{%prefix}'

* Wed Sep 24 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 340.24-4
+ Revision: 9d6d714
- Allow to refer to the driver as 'nvidia' in the common use cases
- 1. 'modprobe nvidia' should load the appropriate driver now.
- 2. /usr/{lib|lib64}/nvidia is now provided, a symlink to the appropriate
- library directory.
- May help bumblebee, etc.: such software may now refer to just nvidia
- rather than guess which of the packages with nvidia drivers is
- installed.
- This change heavily relies on the fact that different packages with
- nvidia drivers are now mutually exclusive. That is, no more than one such
- package can be installed on a given system.

* Thu Sep 11 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 340.24-3
+ Revision: e926019
- Added missing 'Provides'

* Thu Jul 17 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 340.24-2
+ Revision: dcdecc0
- Fix the placement of files

* Thu Jul 17 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 340.24-1
+ Revision: 1130b20
- Make sure no more than one proprietary driver can be installed at the same time

* Thu Jul 17 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 340.24-1
+ Revision: 9fad83f
- Prepared the package to track long-lived branch 340.x of the drivers

* Mon Jul 14 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: fa234f4
- Specify the correct version of the supported X11 ABI

* Mon Jul 14 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: 434d817
- Updated to version 331.89, cleaned up a bit
- While at it, merged the relevant parts of the .spec file from Mageia.
- Note that 331.89 is the latest long-lived version. The move to the real
- "current" version will be mage in the future.

* Wed Jun 25 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: 5fc0112
- Unified the spec for 2014.1 and 2012.1
- This is convenient for the present if the builds to x11_backports
- are needed too.

* Wed Jun 25 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: af93692
- Restored building and installing of the kernel module at post install
- Otherwise, the module will only be built on the next boot and may not
- be built in time in some cases => no graphics until one more reboot.
- I added 'sync' just in case too.

* Mon Jun 16 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: bfc6be9
- Removed erroneously placed braces

* Mon Jun 16 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: 11b32ba
- Fixed __noautoprov; minor fixes

* Mon Jun 16 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: f993caf
- Added missing option to 'convert'

* Mon Jun 16 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: 849c1db
- Disabled provide 'devel(libEGL)'

* Fri May 30 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: 498340a
- Make sure the driver links with libdl

* Fri May 30 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: 80937e3
- Make sure the driver links with libtirpc

* Thu May 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: ef86711
- Added explicit BuildRequires for libtirpc

* Thu May 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: 87ae37d
- Disabled immediate symbol resolution for ld (it might have broken Xorg)

* Thu May 08 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> None
+ Revision: 7d58a3e
- Release bump needed for a rebuild with new Xorg

* Thu Jan 16 2014 akdengi <alexander.kazancev@rosalab.ru> None
+ Revision: 4cd8d8b
- SILENT disable patch5

* Thu Jan 16 2014 akdengi <alexander.kazancev@rosalab.ru> None
+ Revision: 6a357a3
- Update to latest stable 331.38

* Mon Dec 30 2013 akdengi <kazancas@mandriva.ru> None
+ Revision: 02b9824
- SILENT fix spec

* Mon Dec 30 2013 akdengi <kazancas@mandriva.ru> None
+ Revision: 7ad13ec
- SILENT fix spec

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> None
+ Revision: 065a78c
- disable debug

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> None
+ Revision: f59b9af
- SILENT return files

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> None
+ Revision: 475ba5b
- fix biarch file list for 64 bit

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> None
+ Revision: f9a7be8
- Drop libnvcuvid.so from cuda package

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> None
+ Revision: 48a6857
- SILEN fix files

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> None
+ Revision: 5f451b8
- SILENT fix files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26433 |14nr|nvidia-cuda-toolkit-5.5.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define driver_ver 295.40

%if %{_use_internal_dependency_generator}
%define __noautoreq 'libcuda.so.*|libcudart.so.*|devel\\(libcuda.*\\)|devel\\(libcudart.*\\)|python\\(abi\\)|libnvcuvid\\.so\\.(.*)'
%define __noautoprovfiles /usr/libnvvp
%define __noautoreqfiles /usr/libnvvp
%define __noautoprov 'libcairo\\.so\\.2(.*)'
%else
%define _requires_exceptions libcuda.so.*\\|libcudart.so.*\\|devel(libcuda.*)\\|devel(libcudart.*)\\|python(abi)\\|libnvcuvid.so.*
%endif

Summary:	NVIDIA CUDA Toolkit libraries

Name:		nvidia-cuda-toolkit
Version:	5.5.22
Release:	1
Source0:	http://developer.download.nvidia.com/compute/cuda/5_5/rel/installers/cuda_%{version}_linux_32.run
Source1:	http://developer.download.nvidia.com/compute/cuda/5_5/rel/installers/cuda_%{version}_linux_64.run
Source2:	nvidia
Source10:	nvvp.desktop
Source11:	nsight.desktop
Source100:	nvidia-cuda-toolkit.rpmlintrc
License:	Freeware
Group:		System/Libraries
Url:		http://www.nvidia.com/cuda/
Suggests:	nvidia >= %{driver_ver}

# We don't require installation of the NVIDIA graphics drivers so that 
# folks can do CUDA development on systems without NVIDIA hardware.

# A library, libcudainj.so, was introduced in CUDA 4.1, which depends
# on libcuda.so. It is not needed to compile CUDA programs, though.

%description
NVIDIA(R) CUDA(TM) is a general purpose parallel computing architecture
that leverages the parallel compute engine in NVIDIA graphics
processing units (GPUs) to solve many complex computational problems
in a fraction of the time required on a CPU. It includes the CUDA
Instruction Set Architecture (ISA) and the parallel compute engine in
the GPU. To program to the CUDATM architecture, developers can, today,
use C, one of the most widely used high-level programming languages,
which can then be run at great performance on a CUDATM enabled
processor. Other languages will be supported in the future, including
FORTRAN and C++.

This package contains the libraries and attendant files needed to run
programs that make use of CUDA.

%package devel
Summary:	NVIDIA CUDA Toolkit development files

Group:		Development/C
Requires:	%{name} = %{version}-%{release}
Suggests:	nvidia-devel >= %{driver_ver}
Suggests:	gcc-c++

%description devel
NVIDIA(R) CUDA(TM) is a general purpose parallel computing architecture
that leverages the parallel compute engine in NVIDIA graphics
processing units (GPUs) to solve many complex computational problems
in a fraction of the time required on a CPU. It includes the CUDA
Instruction Set Architecture (ISA) and the parallel compute engine in
the GPU. To program to the CUDATM architecture, developers can, today,
use C, one of the most widely used high-level programming languages,
which can then be run at great performance on a CUDATM enabled
processor. Other languages will be supported in the future, including
FORTRAN and C++.

This package contains the development files needed to build programs
that make use of CUDA.

%package -n nvidia-compute-profiler
Summary:	NVIDIA Compute Visual Profiler

Group:		Development/Other
Requires:	java
Obsoletes:	nvidia-cuda-profiler, nvidia-opencl-profiler
Suggests:	nvidia-devel >= %{driver_ver}
Suggests:	%{name} = %{version}-%{release}
BuildRequires:	imagemagick

# We don't strictly require NVIDIA CUDA Toolkit, because the profiler
# could be used to analyze CSV profile logs obtained elsewhere.

%description -n nvidia-compute-profiler
NVIDIA(R) CUDA(TM) is a general purpose parallel computing architecture
that leverages the parallel compute engine in NVIDIA graphics
processing units (GPUs) to solve many complex computational problems
in a fraction of the time required on a CPU. It includes the CUDA
Instruction Set Architecture (ISA) and the parallel compute engine in
the GPU. To program to the CUDATM architecture, developers can, today,
use C, one of the most widely used high-level programming languages,
which can then be run at great performance on a CUDATM enabled
processor. Other languages will be supported in the future, including
FORTRAN and C++.

This package contains the Compute Visual Profiler for CUDA and OpenCL.

%package -n nvidia-nsight
Summary:	NVIDIA Nsight IDE

Group:		Development/Other
Requires:	java
Suggests:	nvidia-devel >= %{driver_ver}

# We don't strictly require NVIDIA CUDA Toolkit, because Nsight IDE
# could be used to develop CUDA programs on a remote node.

%description -n nvidia-nsight
NVIDIAÂ® CUDAâ„¢ is a general purpose parallel computing architecture
that leverages the parallel compute engine in NVIDIA graphics
processing units (GPUs) to solve many complex computational problems
in a fraction of the time required on a CPU. It includes the CUDA
Instruction Set Architecture (ISA) and the parallel compute engine in
the GPU. To program to the CUDAâ„¢ architecture, developers can, today,
use C++, one of the most widely used high-level programming languages,
which can then be run at great performance on a CUDAâ„¢ enabled
processor. Support for other languages, like FORTRAN, Python or Java,
is available from third parties.

This package contains Nsight Eclipse Edition, a full-featured CUDA IDE.

%prep
%setup -q -T -c %{name}-%{version}

%install

install -d -m 755 %{buildroot}%{_usr}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}/%{_docdir}/%{name}-devel
install -d -m755 %{buildroot}%{_datadir}/applications

%ifarch %ix86
bash %{SOURCE0} --tar xf -C .
./run_files/cuda-linux-rel-%{version}-16488124.run --tar xf -C %{buildroot}%{_usr}
%else
bash %{SOURCE1} --tar xf -C . 
./run_files/cuda-linux64-rel-%{version}-16488124.run --tar xf -C %{buildroot}%{_usr}
rm -rf %{buildroot}/usr/lib 
sed -i 's/lib/lib64/g' %{buildroot}%{_bindir}/nvcc.profile
# (tmb) restore libdevice
sed -i 's/lib64device/libdevice/g' %{buildroot}%{_bindir}/nvcc.profile
%endif

mv %{buildroot}%{_usr}/doc %{buildroot}/%{_docdir}/%{name}-devel/
rm -rf %{buildroot}%{_usr}/install-linux.pl
mv %{buildroot}%{_usr}/{extras,src,tools} %{buildroot}/%{_datadir}/%{name}
rm -rf %{buildroot}/%{_usr}/jre

rm -rf %{buildroot}%{_usr}/InstallUtils.pm
mv %{buildroot}%{_usr}/EULA.txt %{buildroot}%{_docdir}/%{name}-devel/

for S in 16 24 32 48 64 128 192 256; do
 install -d -m755 %{buildroot}%{_iconsdir}/hicolor/$S\x$S/apps
 convert -scale $S\x$S %{buildroot}/%{_usr}/libnvvp/icon.xpm %{buildroot}%{_iconsdir}/hicolor/$S\x$S/apps/nvvp.png
 convert -scale $S\x$S %{buildroot}/%{_usr}/libnsight/icon.xpm %{buildroot}%{_iconsdir}/hicolor/$S\x$S/apps/nsight.png
done

install -D -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/init.d/nvidia
install -m644 %{SOURCE10} %{buildroot}%{_datadir}/applications/
install -m644 %{SOURCE11} %{buildroot}%{_datadir}/applications/

%files
%{_libdir}/*.so.*
%{_sysconfdir}/init.d/*

%files devel
%doc %{_docdir}/%{name}-devel/*
%{_bindir}/*
%exclude %{_bindir}/nvvp
%exclude %{_bindir}/nsight
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/*
%{_usr}/open64/*
%{_usr}/nvvm/*
%{_datadir}/%{name}/*

%files -n nvidia-compute-profiler
%{_bindir}/nvvp
%{_usr}/libnvvp/.eclipseproduct
%{_usr}/libnvvp/*
%{_datadir}/applications/nvvp.desktop
%{_iconsdir}/hicolor/*/apps/nvvp.png

%files -n nvidia-nsight
%{_bindir}/nsight
%{_usr}/libnsight/.eclipseproduct
%{_usr}/libnsight/*
%{_datadir}/applications/nsight.desktop
%{_iconsdir}/hicolor/*/apps/nsight.png

%changelog
* Tue May 13 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.5.22-1
+ Revision: 359ff94
- Fix typo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26434 |14nr|nvidia-current-340.24-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# I love OpenSource :-(

## NOTE: When modifying this .spec, you do not necessarily need to care about
##       the %simple stuff. It is fine to break them, I'll fix it when I need them :)
## - Anssi

# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# (tpg) disable interall rpm dependency generator
# define _use_internal_dependency_generator 0

# %simple mode can be used to transform an arbitrary nvidia installer
# package to rpms, similar to %atibuild mode in fglrx.
# Macros version, rel, nsource, pkgname, distsuffix should be manually defined.
%define _enable_debug_packages %{nil}

%define simple		0
%{?_without_simple: %global simple 0}
%{?_with_simple: %global simple 1}

%define name		nvidia-current

%if !%simple
# When updating, please add new ids to ldetect-lst (merge2pcitable.pl)
%define version		340.24
# the highest supported videodrv abi
# 18 corresponds to Xorg 1.16
%define videodrv_abi	18
%endif

%define priority	9700

%define pkgname32	NVIDIA-Linux-x86-%{version}
%define pkgname64	NVIDIA-Linux-x86_64-%{version}

# Disable when the sources aren't on ftp yet, but can be downloaded from
# http://us.download.nvidia.com
%define ftp 1

# For now, backportability is kept for 2008.0 forwards.

%define drivername		nvidia-current
%define driverpkgname		x11-driver-video-%{drivername}
%define modulename		%{drivername}
# for description and documentation
%define xorg_extra_modules	%{_libdir}/xorg/extra-modules
%define nvidia_driversdir	%{_libdir}/%{drivername}/xorg
%define nvidia_extensionsdir	%{_libdir}/%{drivername}/xorg
%define nvidia_modulesdir	%{_libdir}/%{drivername}/xorg
%define nvidia_libdir		%{_libdir}/%{drivername}
%define nvidia_libdir32		%{_prefix}/lib/%{drivername}
%define nvidia_bindir		%{nvidia_libdir}/bin
# The entry in Cards+ this driver should be associated with, if there is
# no entry in ldetect-lst default pcitable:
# cooker ldetect-lst should be up-to-date
%define ldetect_cards_name	%nil


%define biarches x86_64

%if !%simple
%ifarch %{ix86}
%define nsource %{SOURCE0}
%define pkgname %{pkgname32}
%endif
%ifarch x86_64
%define nsource %{SOURCE1}
%define pkgname %{pkgname64}
%endif
%endif

# Other packages should not require any NVIDIA libraries, and this package
# should not be pulled in when libGL.so.1 is required
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)|devel\\(libGL(.*)|devel\\(libEGL.*'
%define common_requires_exceptions libGLcore\\.so|libnv.*\\.so|libGL(.*)
%else
%define _provides_exceptions \\.so
%define common_requires_exceptions libGLcore\\.so\\|libnv.*\\.so
%endif

%ifarch %{biarches}
# (anssi) Allow installing of 64-bit package if the runtime dependencies
# of 32-bit libraries are not satisfied. If a 32-bit package that requires
# libGL.so.1 is installed, the 32-bit mesa libs are pulled in and that will
# pull the dependencies of 32-bit nvidia libraries in as well.
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}|lib.*so\\.[^(]+(\\([^)]+\\))?$'
%else
%define __noautoreq %{common_requires_exceptions}\\|lib.*so\\.[^(]\\+\\(([^)]\\+)\\)\\?$
%endif
%else
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}'
%else
%define __noautoreq %{common_requires_exceptions}
%endif
%endif

# (anssi) Workaround wrong linking as of 310.19.
# This will probably be fixed soon (at least similar issues have been in the past).
# https://devtalk.nvidia.com/default/topic/523762/libnvidia-encode-so-310-19-has-dependency-on-missing-library/
%define _exclude_files_from_autoreq libnvidia-encode.so.%version

Summary:	NVIDIA proprietary X.org driver and libraries, current driver series
Name:		%{name}
Version:	%{version}
Release:	4
%if !%simple
%if %ftp
Source0:	ftp://download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	ftp://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
Source4:	ftp://download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-%{version}.tar.bz2
Source5:	ftp://download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-%{version}.tar.bz2
%else
Source0:	http://us.download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	http://us.download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	http://us.download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	http://us.download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
Source4:	http://us.download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-%{version}.tar.bz2
Source5:	http://us.download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-%{version}.tar.bz2
%endif
Source100:	nvidia-current.rpmlintrc
# include xf86vmproto for X_XF86VidModeGetGammaRampSize, fixes build on cooker
Patch3:		nvidia-settings-include-xf86vmproto.patch
Patch4:		nvidia-current-304.32-dkms.conf-unique-module-name.patch
%endif
License:	Freeware
URL:		http://www.nvidia.com/object/unix.html
Group: 		System/Kernel and hardware
Provides: should-restart = system
ExclusiveArch:	%{ix86} x86_64
%if !%simple
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(libtirpc)
%endif
BuildRequires:	rpm-build

%description
The proprietary driver for NVidia GPUs, "current" branch.

%package -n %{driverpkgname}
Summary:	NVIDIA proprietary X.org driver and libraries
Group: 		System/Kernel and hardware
Requires(post): update-alternatives >= 1.9.0
Requires(postun): update-alternatives >= 1.9.0
Requires:	x11-server-common
Suggests:	%{drivername}-doc-html = %{version}
# Proper support for versioned kmod() was added in 2008.1:
Requires:	kmod(%{modulename}) = %{version}
# At least mplayer dlopens libvdpau.so.1, so the software will not pull in
# the vdpau library package. We ensure its installation here.
Requires:	%{_lib}vdpau1
# NEED FIX We need grub2 to add nomodeset!
Requires(pre):	grub2 >= 2.00-34

Conflicts:	nvidia-current-cuda-opencl <= 295.59-1
Suggests:   nvidia-additional-settings

%description -n %{driverpkgname}
NVIDIA proprietary X.org graphics driver, related libraries and
configuration tools.

Please use XFdrake to configure your NVIDIA card. The correct packages 
will be automatically installed and configured in this case.

%package -n dkms-%{drivername}
Summary:	Kernel module to manage NVIDIA GPUs
Group:		System/Kernel and hardware
Requires:	dkms
Requires(post):	dkms
Requires(preun): dkms

# DKMS package for each long-lived branch provides nvidia-driver-long-lived.
# The "conflicts" clause is needed to prevent the situation when several 
# drivers from different branches are installed at the same time. Each of
# the drivers will have alias "nvidia" for modprobe, so they cannot 
# co-exist.
Conflicts:	nvidia-driver-long-lived

%description -n dkms-%{drivername}
Kernel module to manage NVIDIA GPUs. This
is to be used with the %{driverpkgname} package.

%package -n %{drivername}-devel
Summary:	NVIDIA OpenGL/CUDA development libraries and headers
Group:		Development/C
Requires:	%{driverpkgname} = %{version}-%{release}
Requires:	%{drivername}-cuda-opencl = %{version}-%{release}
Provides:	nvidia-devel = %{version}-%{release}
Requires:	%{_lib}vdpau-devel

%description -n %{drivername}-devel
NVIDIA OpenGL/CUDA headers. This package is not required for normal use.

%package -n %{drivername}-cuda-opencl
Summary:	CUDA and OpenCL libraries for NVIDIA proprietary driver
Group: 		System/Kernel and hardware
Provides:	%{drivername}-cuda = %{version}-%{release}
Requires:	kmod(%{modulename}) = %{version}
Conflicts:	x11-driver-video-nvidia-current <= 295.59

%description -n %{drivername}-cuda-opencl
Cuda and OpenCL libraries for NVIDIA proprietary driver. This package is not
required for normal use, it provides libraries to use NVIDIA cards for High
Performance Computing (HPC).

# HTML doc splitted off because of size, for live cds:
%package -n %{drivername}-doc-html
Summary:	NVIDIA html documentation (%{drivername})
Group:		System/Kernel and hardware
Requires:	%{driverpkgname} = %{version}-%{release}

%description -n %{drivername}-doc-html
HTML version of the README.txt file provided in package
%{driverpkgname}.

%prep
# No patches applied when %simple is set
%if %simple
%setup -q -c -T
%else
%setup -q -c -T -a 2 -a 3 -a 4 -a 5
cd nvidia-settings-%{version}
%patch3 -p1
cd ..
%endif
sh %{nsource} --extract-only

%if !%simple
cd %{pkgname}
%patch4 -p0 -b .uniq~
cd ..
%endif

rm -rf %{pkgname}/usr/src/nv/precompiled

cat > README.install.urpmi <<EOF
Use XFdrake to configure X to use the correct NVIDIA driver. Any needed
packages will be automatically installed if not already present.
1. Run XFdrake as root.
2. Go to the Graphics Card list.
3. Select your card (it is usually already autoselected).
4. Answer any questions asked and then quit.

If you do not want to use XFdrake, see README.manual-setup.
EOF

cat > README.manual-setup <<EOF
This file describes the procedure for the manual installation of this NVIDIA
driver package. You can find the instructions for the recommended automatic
installation in the file 'README.install.urpmi' in this directory.

- Open %{_sysconfdir}/X11/xorg.conf and make the following changes:
  o Change the Driver to "nvidia" in the Device section
  o Make the line below the only 'glx' related line in the Module section,
    adding it if it is not already there:
      Load "glx"
  o Remove any 'ModulePath' lines from the Files section
- Run "update-alternatives --set gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf" as root.
- Run "ldconfig -X" as root.
- Add nomodeset options to grub command line
EOF

%if !%simple
rm -f nvidia-settings-%{version}/src/*/*.a

%build
# The code contains dozens on top of dozens on top of dozens of "false" positives
export CFLAGS="%optflags -Wno-error=format-security"
export CXXFLAGS="$CFLAGS"
export LDFLAGS="%{?ldflags}"
%make -C nvidia-settings-%{version}/src/libXNVCtrl
%make -C nvidia-settings-%{version} STRIP_CMD=true
%make -C nvidia-xconfig-%{version} STRIP_CMD=true
%make -C nvidia-modprobe-%{version} STRIP_CMD=true
%make -C nvidia-persistenced-%{version} STRIP_CMD=true LIBS="-ltirpc -ldl"

# %simple
%endif

%install
rm -rf %{buildroot}
cd %{pkgname}

# dkms
install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}

# menu entry
install -d -m755 %{buildroot}%{_datadir}/%{drivername}
cat > %{buildroot}%{_datadir}/%{drivername}/rosa-nvidia-settings.desktop <<EOF
[Desktop Entry]
Name=NVIDIA Display Settings
Comment=Configure NVIDIA X driver
Exec=%{_bindir}/nvidia-settings
Icon=%{drivername}-settings
Terminal=false
Type=Application
Categories=GTK;Settings;HardwareSettings;X-MandrivaLinux-System-Configuration;
EOF

install -d -m755	%{buildroot}%{_datadir}/applications
touch			%{buildroot}%{_datadir}/applications/rosa-nvidia-settings.desktop

# icons
install -d -m755 %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
%if !%simple
%if %mdvver > 201210
convert --strip nvidia-settings.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
convert --strip nvidia-settings.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
convert --strip nvidia-settings.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png
%else
convert nvidia-settings.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
convert nvidia-settings.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
convert nvidia-settings.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png
%endif

%else
# no imagemagick
[ -e nvidia-settings.png ] || cp -a usr/share/pixmaps/nvidia-settings.png .
install -m644 nvidia-settings.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png
%endif

error_fatal() {
	echo "Error: $@." >&2
	exit 1
}

error_unhandled() {
	echo "Warning: $@." >&2
	echo "Warning: $@." >> warns.log
%if !%simple
	# cause distro builds to fail in case of unhandled files
	exit 1
%endif
}

parseparams() {
	for value in $rest; do
		local param=$1
		[ -n "$param" ] || error_fatal "unhandled parameter $value"
		shift
		eval $param=$value

		[ -n "$value" ] || error_fatal "empty $param"

		# resolve libdir based on $arch
		if [ "$param" = "arch" ]; then
			case "$arch" in
			NATIVE)		nvidia_libdir=%{nvidia_libdir};;
			COMPAT32)	nvidia_libdir=%{nvidia_libdir32};;
			*)		error_fatal "unknown arch $arch"
			esac
		fi
	done
}

add_to_list() {
%if !%simple
	# on distro builds, only use .manifest for %doc files
	[ "${2#%doc}" = "${2}" ] && return
%endif
	local list="$1.files"
	local entry="$2"
	echo $entry >> $list
}

install_symlink() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	ln -s $dest %{buildroot}$dir/$file
	add_to_list $pkg $dir/$file
}

install_lib_symlink() {
	local pkg="$1"
	local dir="$2"
	case "$file" in
	libvdpau_*.so)
		# vdpau drivers => not put into -devel
		;;
	*.so)
		pkg=nvidia-devel;;
	esac
	install_symlink $pkg $dir
}

install_file_only() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	# replace 0444 with more usual 0644
	[ "$perms" = "0444" ] && perms="0644"
	install -m $perms $file %{buildroot}$dir
}

install_file() {
	local pkg="$1"
	local dir="$2"
	install_file_only $pkg $dir
	add_to_list $pkg $dir/$(basename $file)
}

get_module_dir() {
	local subdir="$1"
	case "$subdir" in
	extensions*)	echo %{nvidia_extensionsdir};;
	drivers/)	echo %{nvidia_driversdir};;
	/)		echo %{nvidia_modulesdir};;
	*)		error_unhandled "unhandled module subdir $subdir"
			echo %{nvidia_modulesdir};;
	esac
}

for file in nvidia.files nvidia-devel.files nvidia-cuda.files nvidia-dkms.files nvidia-html.files; do
	rm -f $file
	touch $file
done

# install files according to .manifest
cat .manifest | tail -n +9 | while read line; do
	arch=
	style=
	subdir=
	dest=
	nvidia_libdir=

	rest=${line}
	file=${rest%%%% *}
	rest=${rest#* }
	perms=${rest%%%% *}
	rest=${rest#* }
	type=${rest%%%% *}
	[ "${rest#* }" = "$rest" ] && rest= || rest=${rest#* }

	case "$type" in
	CUDA_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	CUDA_SYMLINK)
		parseparams arch subdir dest
		install_lib_symlink nvidia-cuda $nvidia_libdir/$subdir
		;;
	ENCODEAPI_LIB)
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	ENCODEAPI_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	EXPLICIT_PATH)
		parseparams dest
		install_file nvidia %{_datadir}/nvidia
		;;
	NVCUVID_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	NVCUVID_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia-cuda $nvidia_libdir
		;;
	NVIFR_LIB)
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	NVIFR_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	OPENGL_LIB)
		parseparams arch
		install_file nvidia $nvidia_libdir
		;;
	OPENGL_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	TLS_LIB)
		parseparams arch style subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	TLS_SYMLINK)
		parseparams arch style subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB)
		# backward-compatibility
		[ -n "${rest}" ] || rest="NATIVE $rest"
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB_SYMLINK)
		# backward-compatibility
		[ "${rest#* }" != "$rest" ] || rest="NATIVE $rest"
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	VDPAU_LIB)
		parseparams arch subdir
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_SYMLINK)
		parseparams arch subdir dest
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_WRAPPER_LIB)
		parseparams arch subdir
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_WRAPPER_SYMLINK)
		parseparams arch subdir dest
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	XLIB_STATIC_LIB)
		install_file nvidia-devel %{nvidia_libdir}
		;;
	XLIB_SHARED_LIB)
		install_file nvidia %{nvidia_libdir}
		;;
	XLIB_SYMLINK)
		parseparams dest
		install_lib_symlink nvidia %{nvidia_libdir}
		;;
	LIBGL_LA)
		# (Anssi) we don't install .la files
		;;
	XMODULE_SHARED_LIB|GLX_MODULE_SHARED_LIB)
		parseparams subdir
		install_file nvidia $(get_module_dir $subdir)
		;;
	XMODULE_NEWSYM)
		# symlink that is created only if it doesn't already
		# exist (i.e. as part of x11-server)
		case "$file" in
		libwfb.so)
			continue
			;;
		*)
			error_unhandled "unknown XMODULE_NEWSYM type file $file, skipped"
			continue
		esac
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	XMODULE_SYMLINK|GLX_MODULE_SYMLINK)
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	VDPAU_HEADER)
		continue
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	OPENGL_HEADER|CUDA_HEADER)
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	DOCUMENTATION)
		parseparams subdir
		case $subdir in
		*/html)
			add_to_list nvidia-html "%%doc %{pkgname}/$file"
			continue
			;;
		*/include/*)
			continue
			;;
		esac
		case $file in
		*XF86Config*|*nvidia-settings.png)
			continue;;
		esac
		add_to_list nvidia "%%doc %{pkgname}/$file"
		;;
	MANPAGE|NVIDIA_MODPROBE_MANPAGE)
		parseparams subdir
		case "$file" in
		*nvidia-installer*)
			# not installed
			continue
			;;
		*nvidia-settings*|*nvidia-xconfig*|*nvidia-modprobe*|*nvidia-persistenced*)
%if !%simple
			# installed separately below
			continue
%endif
			;;
		*nvidia-smi*|*nvidia-cuda-mps-control*)
			# ok
			;;
		*)
			error_unhandled "skipped unknown man page $(basename $file)"
			continue
		esac
		install_file_only nvidia %{_mandir}/$subdir
		;;
	UTILITY_BINARY)
		case "$file" in
		*nvidia-settings|*nvidia-xconfig|*nvidia-persistenced)
%if !%simple
			# not installed, we install our own copy
			continue
%endif
			;;
		*nvidia-smi|*nvidia-bug-report.sh|*nvidia-debugdump)
			# ok
			;;
		*nvidia-cuda-mps-control|*nvidia-cuda-mps-server)
			# ok
			;;
		*)
			error_unhandled "unknown binary $(basename $file) will be installed to %{nvidia_bindir}/$(basename $file)"
			;;
		esac
		install_file nvidia %{nvidia_bindir}
		;;
	UTILITY_BIN_SYMLINK)
		case $file in nvidia-uninstall) continue;; esac
		parseparams dest
		install_symlink nvidia %{nvidia_bindir}
		;;
	NVIDIA_MODPROBE)
		# A suid-root tool (GPLv2) used as fallback for loading the module and
		# creating the device nodes in case the driver component is running as
		# a non-root user (e.g. a CUDA application). While the module is automatically
		# loaded by udev rules, the device nodes are not automatically created
		# like with regular drivers and therefore this tool is installed on
		# ROSA as well, at least for now.

		# We install our self-compiled version in non-simple mode
%if %simple
		install_file nvidia %{nvidia_bindir}
%endif
		;;
	INSTALLER_BINARY)
		# not installed
		;;
	KERNEL_MODULE_SRC)
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}
		;;
	CUDA_ICD)
		# in theory this should go to the cuda subpackage, but it goes into the main package
		# as this avoids one broken symlink and it is small enough to not cause space issues
		install_file nvidia %{_sysconfdir}/%{drivername}
		;;
	APPLICATION_PROFILE)
		parseparams subdir
		# application profile filenames are versioned, we can use a common
		# non-alternativesized directory
		install_file nvidia %{_datadir}/nvidia/$subdir
		;;
	DOT_DESKTOP)
		# we provide our own for now
		;;
	UVM_MODULE_SRC)
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}/uvm
		;;
	*)
		error_unhandled "file $(basename $file) of unknown type $type will be skipped"
	esac
done

[ -z "$warnings" ] || echo "Please file a bug about the above warnings at http://bugs.rosalinux.ru/." >> warns.log

# Create the convenience symlinks. As the packages with nvidia are mutually
# exclusive now, there is no need to use alternatives for this.
ln -s %{nvidia_libdir} %{buildroot}%{_libdir}/nvidia
%ifarch %{biarches}
	ln -s %{nvidia_libdir32} %{buildroot}%{_prefix}/lib/nvidia
%endif

%if %simple
find %{buildroot}%{_libdir} %{buildroot}%{_prefix}/lib -type d | while read dir; do
	dir=${dir#%{buildroot}}
	echo "$dir" | grep -q nvidia && echo "%%dir $dir" >> nvidia.files
done
[ -d %{buildroot}%{_includedir}/%{drivername} ] && echo "%{_includedir}/%{drivername}" >> nvidia-devel.files

%endif

%if !%simple
# confirm SONAME; if something else than libvdpau_nvidia.so or libvdpau_nvidia.so.1, adapt .spec as needed:
[ "$(objdump -p %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} | grep SONAME | gawk '{ print $2 }')" = "libvdpau_nvidia.so.1" ]

rm -f %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.1
rm -f %{buildroot}%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.1
%endif

# vdpau alternative symlink
install -d -m755 %{buildroot}%{_libdir}/vdpau
touch %{buildroot}%{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
install -d -m755 %{buildroot}%{_prefix}/lib/vdpau
touch %{buildroot}%{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

%if !%simple
# self-built binaries
install -m755 ../nvidia-settings-%{version}/src/_out/*/nvidia-settings %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-persistenced-%{version}/_out/*/nvidia-persistenced %{buildroot}%{nvidia_bindir}
install -m4755 ../nvidia-modprobe-%{version}/_out/*/nvidia-modprobe %{buildroot}%{nvidia_bindir}
%endif
# binary alternatives
install -d -m755			%{buildroot}%{_bindir}
touch					%{buildroot}%{_bindir}/nvidia-debugdump
touch					%{buildroot}%{_bindir}/nvidia-settings
touch					%{buildroot}%{_bindir}/nvidia-smi
touch					%{buildroot}%{_bindir}/nvidia-xconfig
touch					%{buildroot}%{_bindir}/nvidia-bug-report.sh
touch					%{buildroot}%{_bindir}/nvidia-modprobe
touch					%{buildroot}%{_bindir}/nvidia-persistenced
touch					%{buildroot}%{_bindir}/nvidia-cuda-mps-control
touch					%{buildroot}%{_bindir}/nvidia-cuda-mps-server
# rpmlint:
chmod 0755				%{buildroot}%{_bindir}/*

%if !%simple
# install man pages
install -m644 ../nvidia-settings-%{version}/doc/_out/*/nvidia-settings.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-modprobe-%{version}/_out/*/nvidia-modprobe.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-persistenced-%{version}/_out/*/nvidia-persistenced.1 %{buildroot}%{_mandir}/man1
%endif
# bug #41638 - whatis entries of nvidia man pages appear wrong
gunzip %{buildroot}%{_mandir}/man1/*.gz
sed -r -i '/^nvidia\\-[a-z]+ \\- NVIDIA/s,^nvidia\\-,nvidia-,' %{buildroot}%{_mandir}/man1/*.1
cd %{buildroot}%{_mandir}/man1
rename nvidia alt-%{drivername} *
cd -
touch %{buildroot}%{_mandir}/man1/nvidia-xconfig.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-settings.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-modprobe.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-persistenced.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-smi.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension}

# cuda nvidia.icd
install -d -m755		%{buildroot}%{_sysconfdir}/OpenCL/vendors
touch				%{buildroot}%{_sysconfdir}/OpenCL/vendors/nvidia.icd

# ld.so.conf
install -d -m755		%{buildroot}%{_sysconfdir}/%{drivername}
echo "%{nvidia_libdir}" >	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%ifarch %{biarches}
echo "%{nvidia_libdir32}" >>	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%endif
install -d -m755		%{buildroot}%{_sysconfdir}/ld.so.conf.d
touch				%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

# modprobe.d
install -d -m755			%{buildroot}%{_sysconfdir}/modprobe.d
#touch					#{buildroot}#{_sysconfdir}/modprobe.d/display-driver.conf

# Allow the users to load this kernel module as "nvidia". Different packages
# with nvidia are mutually exclusive now, so it is OK not to use 
# alternatives for this.
echo "alias nvidia %{drivername}" > %{buildroot}%{_sysconfdir}/modprobe.d/%{drivername}.conf

# xinit script
install -d -m755 %{buildroot}%{_sysconfdir}/%{drivername}
cat > %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit <<EOF
# to be sourced
#
# Do not modify this file; the changes will be overwritten.
# If you want to disable automatic configuration loading, create
# /etc/sysconfig/nvidia-settings with this line: LOAD_NVIDIA_SETTINGS="no"
#
LOAD_NVIDIA_SETTINGS="yes"
[ -f %{_sysconfdir}/sysconfig/nvidia-settings ] && . %{_sysconfdir}/sysconfig/nvidia-settings
[ "\$LOAD_NVIDIA_SETTINGS" = "yes" ] && %{_bindir}/nvidia-settings --load-config-only
EOF
chmod 0755 %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
install -d -m755 %{buildroot}%{_sysconfdir}/X11/xinit.d
touch %{buildroot}%{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit

export EXCLUDE_FROM_STRIP="$(find %{buildroot} -type f \! -name nvidia-settings \! -name nvidia-xconfig \! -name nvidia-modprobe \! -name nvidia-persistenced)"

%post -n %{driverpkgname}
# XFdrake used to generate an nvidia.conf file
[ -L %{_sysconfdir}/modprobe.d/nvidia.conf ] || rm -f %{_sysconfdir}/modprobe.d/nvidia.conf

current_glconf="$(readlink -e %{_sysconfdir}/ld.so.conf.d/GL.conf)"

# owned by libvdpau1, created in case libvdpau1 is installed only just after
# this package
mkdir -p %{_libdir}/vdpau

%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf %{priority} \
	--slave %{_mandir}/man1/nvidia-settings.1%{_extension} man_nvidiasettings%{_extension} %{_mandir}/man1/alt-%{drivername}-settings.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-xconfig.1%{_extension} man_nvidiaxconfig%{_extension} %{_mandir}/man1/alt-%{drivername}-xconfig.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-smi.1%{_extension} nvidia-smi.1%{_extension} %{_mandir}/man1/alt-%{drivername}-smi.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension} nvidia-cuda-mps-control.1%{_extension} %{_mandir}/man1/alt-%{drivername}-cuda-mps-control.1%{_extension} \
	--slave %{_datadir}/applications/rosa-nvidia-settings.desktop nvidia_desktop %{_datadir}/%{drivername}/rosa-nvidia-settings.desktop \
	--slave %{_bindir}/nvidia-settings nvidia_settings %{nvidia_bindir}/nvidia-settings \
	--slave %{_bindir}/nvidia-smi nvidia_smi %{nvidia_bindir}/nvidia-smi \
	--slave %{_bindir}/nvidia-xconfig nvidia_xconfig %{nvidia_bindir}/nvidia-xconfig \
	--slave %{_bindir}/nvidia-debugdump nvidia-debugdump %{nvidia_bindir}/nvidia-debugdump \
	--slave %{_bindir}/nvidia-bug-report.sh nvidia_bug_report %{nvidia_bindir}/nvidia-bug-report.sh \
	--slave %{_bindir}/nvidia-cuda-mps-control nvidia-cuda-mps-control %{nvidia_bindir}/nvidia-cuda-mps-control \
	--slave %{_bindir}/nvidia-cuda-mps-server nvidia-cuda-mps-server %{nvidia_bindir}/nvidia-cuda-mps-server \
	--slave %{_bindir}/nvidia-modprobe nvidia-modprobe %{nvidia_bindir}/nvidia-modprobe \
	--slave %{_bindir}/nvidia-persistenced nvidia-persistenced %{nvidia_bindir}/nvidia-persistenced \
	--slave %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit nvidia-settings.xinit %{_sysconfdir}/%{drivername}/nvidia-settings.xinit \
	--slave %{_libdir}/vdpau/libvdpau_nvidia.so.1 %{_lib}vdpau_nvidia.so.1 %{%{_prefix}/lib/nvidia}/vdpau/libvdpau_nvidia.so.%{version} \
	#--slave #{_sysconfdir}/modprobe.d/display-driver.conf display-driver.conf #{_sysconfdir}/#{drivername}/modprobe.conf \
	--slave %{_sysconfdir}/OpenCL/vendors/nvidia.icd nvidia.icd %{_sysconfdir}/%{drivername}/nvidia.icd \
%ifarch %{biarches}
	--slave %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1 libvdpau_nvidia.so.1 %{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version} \
%endif
	--slave %{xorg_extra_modules} xorg_extra_modules %{nvidia_extensionsdir} \

if [ "${current_glconf}" = "%{_sysconfdir}/nvidia97xx/ld.so.conf" ]; then
	# Adapt for the renaming of the driver. X.org config still has the old ModulePaths
	# but they do not matter as we are using alternatives for libglx.so now.
	%{_sbindir}/update-alternatives --set gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

#Add 'nomodeset' to grub2 string and update grub2.cfg. But if Optimus (detect i915 and i965) then stop
if ! lspci -vv | grep i915
then
	if ! lspci -vv | grep i965
	then
		/usr/sbin/grub2-cfg-mod --add nomodeset
		/usr/sbin/update-grub2
	fi
fi

%postun -n %{driverpkgname}
if [ ! -f %{_sysconfdir}/%{drivername}/ld.so.conf ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

#Del 'nomodeset' to grub2 string and update grub2.cfg
if [ $1 -eq 0 ] ; then
	/usr/sbin/grub2-cfg-mod --del nomodeset
	/usr/sbin/update-grub2
fi

%post -n %{drivername}-cuda-opencl
# explicit /sbin/ldconfig due to a non-standard library directory
/sbin/ldconfig -X

%post -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade add -m %{drivername} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade build -m %{drivername} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade install -m %{drivername} -v %{version}-%{release}

# Just in case the user reboots the system too quickly and sync is not 
# done automatically.
sync

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%preun -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{drivername} -v %{version}-%{release} --all

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%files -n %{driverpkgname} -f %{pkgname}/nvidia.files
%defattr(-,root,root)
# other documentation files are listed in nvidia.files
%doc README.install.urpmi README.manual-setup

# ld.so.conf, modprobe.conf, xinit
%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%ghost %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit
%dir %{_sysconfdir}/%{drivername}
#{_sysconfdir}/#{drivername}/modprobe.conf
%{_sysconfdir}/modprobe.d/%{drivername}.conf
%{_sysconfdir}/%{drivername}/ld.so.conf
%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
%if !%simple
%{_sysconfdir}/%{drivername}/nvidia.icd
%dir %{_datadir}/nvidia
%{_datadir}/nvidia/nvidia-application-profiles-%{version}-rc
%{_datadir}/nvidia/nvidia-application-profiles-%{version}-key-documentation
%{_datadir}/nvidia/monitoring.conf
%{_datadir}/nvidia/pci.ids
%endif

%dir %{_sysconfdir}/OpenCL
%dir %{_sysconfdir}/OpenCL/vendors
%ghost %{_sysconfdir}/OpenCL/vendors/nvidia.icd

%ghost %{_bindir}/nvidia-debugdump
%ghost %{_bindir}/nvidia-settings
%ghost %{_bindir}/nvidia-smi
%ghost %{_bindir}/nvidia-xconfig
%ghost %{_bindir}/nvidia-modprobe
%ghost %{_bindir}/nvidia-persistenced
%ghost %{_bindir}/nvidia-bug-report.sh
%ghost %{_bindir}/nvidia-cuda-mps-control
%ghost %{_bindir}/nvidia-cuda-mps-server
%if !%simple
%dir %{nvidia_bindir}
%{nvidia_bindir}/nvidia-debugdump
%{nvidia_bindir}/nvidia-settings
%{nvidia_bindir}/nvidia-smi
%{nvidia_bindir}/nvidia-xconfig
%{nvidia_bindir}/nvidia-modprobe
%{nvidia_bindir}/nvidia-persistenced
%{nvidia_bindir}/nvidia-bug-report.sh
%{nvidia_bindir}/nvidia-cuda-mps-control
%{nvidia_bindir}/nvidia-cuda-mps-server
%endif

%ghost %{_mandir}/man1/nvidia-xconfig.1%{_extension}
%ghost %{_mandir}/man1/nvidia-settings.1%{_extension}
%ghost %{_mandir}/man1/nvidia-modprobe.1%{_extension}
%ghost %{_mandir}/man1/nvidia-persistenced.1%{_extension}
%ghost %{_mandir}/man1/nvidia-smi.1%{_extension}
%ghost %{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension}
%if !%simple
%{_mandir}/man1/alt-%{drivername}-xconfig.1*
%{_mandir}/man1/alt-%{drivername}-settings.1*
%{_mandir}/man1/alt-%{drivername}-modprobe.1*
%{_mandir}/man1/alt-%{drivername}-persistenced.1*
%{_mandir}/man1/alt-%{drivername}-smi.1*
%{_mandir}/man1/alt-%{drivername}-cuda-mps-control.1*
%else
%{_mandir}/man1/alt-%{drivername}-*
%endif

%ghost %{_datadir}/applications/rosa-nvidia-settings.desktop
%dir %{_datadir}/%{drivername}
%{_datadir}/%{drivername}/rosa-nvidia-settings.desktop

%if !%simple
%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
%endif
%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png

%if !%simple
%dir %{nvidia_libdir}
%dir %{nvidia_libdir}/tls
%dir %{nvidia_libdir}/vdpau
%{_libdir}/nvidia
%{nvidia_libdir}/libGL.so.%{version}
%{nvidia_libdir}/libnvidia-glcore.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.%{version}
%{nvidia_libdir}/libnvidia-tls.so.%{version}
%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir}/libGL.so.1
%{nvidia_libdir}/libEGL.so.1
%{nvidia_libdir}/libEGL.so.%{version}
%{nvidia_libdir}/libGLESv1_CM.so.1
%{nvidia_libdir}/libGLESv1_CM.so.%{version}
%{nvidia_libdir}/libGLESv2.so.2
%{nvidia_libdir}/libGLESv2.so.%{version}
%{nvidia_libdir}/libnvidia-eglcore.so.%{version}
%{nvidia_libdir}/libnvidia-glsi.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.1
%{nvidia_libdir}/libnvidia-fbc.so.1
%{nvidia_libdir}/libnvidia-fbc.so.%{version}
%{nvidia_libdir}/libnvidia-ifr.so.1
%{nvidia_libdir}/libnvidia-ifr.so.%{version}
%{nvidia_libdir}/libnvidia-ml.so.1
%{nvidia_libdir}/libnvidia-ml.so.%{version}
%{nvidia_libdir}/libvdpau_nvidia.so
%{nvidia_libdir}/tls/libnvidia-tls.so.%{version}
%ifarch %{biarches}
%dir %{nvidia_libdir32}
%dir %{nvidia_libdir32}/tls
%dir %{nvidia_libdir32}/vdpau
%{_prefix}/lib/nvidia
%{nvidia_libdir32}/libGL.so.%{version}
%{nvidia_libdir32}/libnvidia-glcore.so.%{version}
%{nvidia_libdir32}/libnvidia-ifr.so.1
%{nvidia_libdir32}/libnvidia-ifr.so.%{version}
%{nvidia_libdir32}/libnvidia-ml.so.1
%{nvidia_libdir32}/libnvidia-ml.so.%{version}
%{nvidia_libdir32}/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libvdpau_nvidia.so
%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir32}/libGL.so.1
%{nvidia_libdir32}/tls/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libnvidia-fbc.so.1
%{nvidia_libdir32}/libnvidia-fbc.so.%{version}
%{nvidia_libdir32}/libEGL.so.1
%{nvidia_libdir32}/libEGL.so.%{version}
%{nvidia_libdir32}/libGLESv1_CM.so.1
%{nvidia_libdir32}/libGLESv1_CM.so.%{version}
%{nvidia_libdir32}/libGLESv2.so.2
%{nvidia_libdir32}/libGLESv2.so.%{version}
%{nvidia_libdir32}/libnvidia-eglcore.so.%{version}
%{nvidia_libdir32}/libnvidia-glsi.so.%{version}
%endif
# %simple
%endif

%ghost %{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
# avoid unowned directory
%dir %{_prefix}/lib/vdpau
%ghost %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

%if !%simple
%dir %{nvidia_modulesdir}
%{nvidia_modulesdir}/libnvidia-wfb.so.1
%endif

%if !%simple
%{nvidia_modulesdir}/libnvidia-wfb.so.%{version}
%endif

%if !%simple
%{nvidia_extensionsdir}/libglx.so.%{version}
%{nvidia_extensionsdir}/libglx.so
%endif

%if !%simple
%{nvidia_driversdir}/nvidia_drv.so
%endif

%files -n %{drivername}-devel -f %pkgname/nvidia-devel.files
%defattr(-,root,root)
%if !%simple
%{_includedir}/%{drivername}
%{nvidia_libdir}/libGL.so
%{nvidia_libdir}/libEGL.so
%{nvidia_libdir}/libGLESv1_CM.so
%{nvidia_libdir}/libGLESv2.so
%{nvidia_libdir}/libcuda.so
%{nvidia_libdir}/libnvcuvid.so
%{nvidia_libdir}/libnvidia-cfg.so
%{nvidia_libdir}/libnvidia-fbc.so
%{nvidia_libdir}/libnvidia-ifr.so
%{nvidia_libdir}/libOpenCL.so
%{nvidia_libdir}/libnvidia-ml.so
%{nvidia_libdir}/libnvidia-encode.so
%ifarch %{biarches}
%{nvidia_libdir32}/libEGL.so
%{nvidia_libdir32}/libGLESv1_CM.so
%{nvidia_libdir32}/libGLESv2.so
%{nvidia_libdir32}/libnvidia-ml.so
%{nvidia_libdir32}/libGL.so
%{nvidia_libdir32}/libcuda.so
%{nvidia_libdir32}/libnvcuvid.so
%{nvidia_libdir32}/libnvidia-ifr.so
%{nvidia_libdir32}/libOpenCL.so
%{nvidia_libdir32}/libnvidia-encode.so
%{nvidia_libdir32}/libnvidia-fbc.so
%endif
%endif

%files -n dkms-%{drivername}
%defattr(-,root,root)
%doc %{pkgname}/LICENSE
%{_usrsrc}/%{drivername}-%{version}-%{release}

%files -n %{drivername}-doc-html -f %pkgname/nvidia-html.files
%defattr(-,root,root)

%files -n %{drivername}-cuda-opencl -f %pkgname/nvidia-cuda.files
%defattr(-,root,root)
%if !%simple
%{nvidia_libdir}/libnvcuvid.so.%{version}
%{nvidia_libdir}/libnvcuvid.so.1
%{nvidia_libdir}/libnvidia-encode.so.1
%{nvidia_libdir}/libnvidia-encode.so.%{version}
%{nvidia_libdir}/libOpenCL.so.1.0.0
%{nvidia_libdir}/libOpenCL.so.1.0
%{nvidia_libdir}/libOpenCL.so.1
%{nvidia_libdir}/libnvidia-compiler.so.%{version}
%{nvidia_libdir}/libcuda.so.%{version}
%{nvidia_libdir}/libcuda.so.1
%{nvidia_libdir}/libnvidia-opencl.so.%{version}
%{nvidia_libdir}/libnvidia-opencl.so.1
%ifarch x86_64
%{nvidia_libdir32}/libnvidia-opencl.so.*
%{nvidia_libdir32}/libnvcuvid.so.%{version}
%{nvidia_libdir32}/libnvcuvid.so.1
%{nvidia_libdir32}/libnvidia-encode.so.1
%{nvidia_libdir32}/libnvidia-encode.so.%{version}
%endif
%ifarch %{biarches}
%{nvidia_libdir32}/libOpenCL.so.1.0.0
%{nvidia_libdir32}/libOpenCL.so.1.0
%{nvidia_libdir32}/libOpenCL.so.1
%{nvidia_libdir32}/libnvidia-compiler.so.%{version}
%{nvidia_libdir32}/libcuda.so.%{version}
%{nvidia_libdir32}/libcuda.so.1
%endif
%endif

%changelog
* Wed Sep 24 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 340.24-4
+ Revision: dee7e8d
- Allow to refer to the driver as 'nvidia' in the common use cases
- 1. 'modprobe nvidia' should load the appropriate driver now.
- 2. /usr/{lib|lib64}/nvidia is now provided, a symlink to the
- appropriate library directory.
- May help bumblebee, etc.: such software may now refer to just nvidia
- rather than guess which of the packages with nvidia drivers is
- installed.
- This change heavily relies on the fact that different packages with
- nvidia drivers are now mutually exclusive. That is, no more than one
- such package can be installed on a given system.

* Thu Sep 11 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 340.24-3
+ Revision: a0d812a
- Added missing 'Provides'

* Thu Jul 17 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 340.24-2
+ Revision: 2fa8c1c
- Fixed the placement of files

* Mon Jul 14 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.89-2
+ Revision: fa234f4
- Specify the correct version of the supported X11 ABI

* Mon Jul 14 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.89-1
+ Revision: 434d817
- Updated to version 331.89, cleaned up a bit
- While at it, merged the relevant parts of the .spec file from Mageia.
- Note that 331.89 is the latest long-lived version. The move to the real
- "current" version will be mage in the future.

* Wed Jun 25 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.38-6
+ Revision: 5fc0112
- Unified the spec for 2014.1 and 2012.1
- This is convenient for the present if the builds to x11_backports
- are needed too.

* Wed Jun 25 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.38-6
+ Revision: af93692
- Restored building and installing of the kernel module at post install
- Otherwise, the module will only be built on the next boot and may not
- be built in time in some cases => no graphics until one more reboot.
- I added 'sync' just in case too.

* Mon Jun 16 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.38-5
+ Revision: bfc6be9
- Removed erroneously placed braces

* Mon Jun 16 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.38-4
+ Revision: 11b32ba
- Fixed __noautoprov; minor fixes

* Mon Jun 16 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.38-4
+ Revision: f993caf
- Added missing option to 'convert'

* Mon Jun 16 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.38-4
+ Revision: 849c1db
- Disabled provide 'devel(libEGL)'

* Fri May 30 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.38-3
+ Revision: 498340a
- Make sure the driver links with libdl

* Fri May 30 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.38-3
+ Revision: 80937e3
- Make sure the driver links with libtirpc

* Thu May 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.38-3
+ Revision: ef86711
- Added explicit BuildRequires for libtirpc

* Thu May 29 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.38-3
+ Revision: 87ae37d
- Disabled immediate symbol resolution for ld (it might have broken Xorg)

* Thu May 08 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.38-2
+ Revision: 7d58a3e
- Release bump needed for a rebuild with new Xorg

* Thu Jan 16 2014 akdengi <alexander.kazancev@rosalab.ru> 331.38-1
+ Revision: 4cd8d8b
- SILENT disable patch5

* Thu Jan 16 2014 akdengi <alexander.kazancev@rosalab.ru> 331.38-1
+ Revision: 6a357a3
- Update to latest stable 331.38

* Mon Dec 30 2013 akdengi <kazancas@mandriva.ru> 331.20-1
+ Revision: 02b9824
- SILENT fix spec

* Mon Dec 30 2013 akdengi <kazancas@mandriva.ru> 331.20-1
+ Revision: 7ad13ec
- SILENT fix spec

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> 331.20-1
+ Revision: 065a78c
- disable debug

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> 331.20-1
+ Revision: f59b9af
- SILENT return files

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> 331.20-1
+ Revision: 475ba5b
- fix biarch file list for 64 bit

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> 331.20-1
+ Revision: f9a7be8
- Drop libnvcuvid.so from cuda package

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> 331.20-1
+ Revision: 48a6857
- SILEN fix files

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> 331.20-1
+ Revision: 5f451b8
- SILENT fix files

* Mon Dec 30 2013 akdengi <alexander.kazancev@rosalab.ru> 331.20-1
+ Revision: 2acbb23
- SILENT fix spec build

* Mon Dec 16 2013 akdengi <kazancas@mandriva.ru> 331.20-1
+ Revision: c245061
- add UVM_MODULE_SRC

* Mon Dec 16 2013 akdengi <kazancas@mandriva.ru> 331.20-1
+ Revision: 2d369c5
- add

* Mon Dec 16 2013 akdengi <kazancas@mandriva.ru> 331.20-1
+ Revision: d8e34fe
- SILENT really drop patch1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26435 |14nr|nvidia-long-lived-304.64-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# I love OpenSource :-(

## NOTE: When modifying this .spec, you do not necessarily need to care about
##       the %simple stuff. It is fine to break them, I'll fix it when I need them :)
## - Anssi

# %simple mode can be used to transform an arbitrary nvidia installer
# package to rpms, similar to %atibuild mode in fglrx.
# Macros version, rel, nsource, pkgname, distsuffix should be manually defined.
%define simple		0
%{?_without_simple: %global simple 0}
%{?_with_simple: %global simple 1}

%define name		nvidia-long-lived

%if !%simple
# When updating, please add new ids to ldetect-lst (merge2pcitable.pl)
%define version		304.64
%define rel		9
# the highest supported videodrv abi
%define videodrv_abi	12
%endif

%define priority	9700

%define pkgname32	NVIDIA-Linux-x86-%{version}
%define pkgname64	NVIDIA-Linux-x86_64-%{version}

# For now, backportability is kept for 2008.0 forwards.

%define drivername		nvidia-long-lived
%define driverpkgname		x11-driver-video-%{drivername}
%define modulename		%{drivername}
# for description and documentation
%define cards			GeForce 6 and later cards
%define xorg_extra_modules	%{_libdir}/xorg/extra-modules
%define nvidia_driversdir	%{_libdir}/%{drivername}/xorg
%define nvidia_extensionsdir	%{_libdir}/%{drivername}/xorg
%define nvidia_modulesdir	%{_libdir}/%{drivername}/xorg
%define nvidia_libdir		%{_libdir}/%{drivername}
%define nvidia_libdir32		%{_prefix}/lib/%{drivername}
%define nvidia_bindir		%{nvidia_libdir}/bin
# The entry in Cards+ this driver should be associated with, if there is
# no entry in ldetect-lst default pcitable:
# cooker ldetect-lst should be up-to-date
%define ldetect_cards_name	%nil

%define biarches x86_64

%if !%simple
%ifarch %{ix86}
%define nsource %{SOURCE0}
%define pkgname %{pkgname32}
%endif
%ifarch x86_64
%define nsource %{SOURCE1}
%define pkgname %{pkgname64}
%endif
%endif

# Other packages should not require any NVIDIA libraries, and this package
# should not be pulled in when libGL.so.1 is required
%if %{_use_internal_dependency_generator}
%define __noautoprov '\\.so'
%define common_requires_exceptions libGLcore\\.so|libnvidia.*\\.so
%else
%define _provides_exceptions \\.so
%define common_requires_exceptions libGLcore\\.so\\|libnvidia.*\\.so
%endif

%ifarch %{biarches}
# (anssi) Allow installing of 64-bit package if the runtime dependencies
# of 32-bit libraries are not satisfied. If a 32-bit package that requires
# libGL.so.1 is installed, the 32-bit mesa libs are pulled in and that will
# pull the dependencies of 32-bit nvidia libraries in as well.
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}|lib.*so\\.[^(]+(\\([^)]+\\))?$'
%else
%define __noautoreq %{common_requires_exceptions}\\|lib.*so\\.[^(]\\+\\(([^)]\\+)\\)\\?$
%endif
%else
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}'
%else
%define __noautoreq %{common_requires_exceptions}
%endif
%endif

Summary:	NVIDIA proprietary X.org driver and libraries, current driver series
Name:		%{name}
Version:	%{version}
Release:	%mkrel %{rel}
%if !%simple
Source0:	ftp://download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	ftp://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
# Script for building rpms of arbitrary nvidia installers (needs this .spec appended)
Source4:	nvidia-mdvbuild-skel
Source100:	nvidia-long-lived.rpmlintrc
# https://qa.mandriva.com/show_bug.cgi?id=39921
Patch1:		nvidia-settings-enable-dyntwinview-mdv.patch
# include xf86vmproto for X_XF86VidModeGetGammaRampSize, fixes build on cooker
Patch3:		nvidia-settings-include-xf86vmproto.patch
Patch4:		nvidia-long-lived-304.32-dkms.conf-unique-module-name.patch
%endif
License:	Freeware
URL:		http://www.nvidia.com/object/unix.html
Group: 		System/Kernel and hardware
ExclusiveArch:	%{ix86} x86_64
%if !%simple
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(xxf86vm)
%endif
BuildRequires:	rpm-build >= 1:5.3.12

%description
Source package of the current NVIDIA proprietary driver. Binary
packages are named x11-driver-video-nvidia-long-lived on Mandriva Linux
2008 and later, nvidia97xx on Mandriva 2007.1, and nvidia on 2007.0
and earlier.

%package -n %{driverpkgname}
Summary:	NVIDIA proprietary X.org driver and libraries for %cards
Group: 		System/Kernel and hardware
Requires(post): update-alternatives >= 1.9.0
Requires(postun): update-alternatives >= 1.9.0
Requires:	x11-server-common
# Proprietary driver handling rework:
Conflicts:	harddrake < 10.4.163
Conflicts:	drakx-kbd-mouse-x11 < 0.21
Conflicts:	x11-server-common < 1.3.0.0-17
Suggests:	%{drivername}-doc-html = %{version}
%if %{mdkversion} >= 200810
# for missing libwfb.so
Conflicts:	x11-server-common < 1.4
# Proper support for versioned kmod() was added in 2008.1:
Requires:	kmod(%{modulename}) = %{version}
%endif
%if %{mdkversion} >= 200900
# At least mplayer dlopens libvdpau.so.1, so the software will not pull in
# the vdpau library package. We ensure its installation here.
# (vdpau package exists in main on 2009.0+)
Requires:	%{_lib}vdpau1
%endif
%if %{mdkversion} >= 200910
Conflicts:	x11-server-common < 1.6.0-11
%endif
%if %{mdkversion} >= 201100 && !%simple
# Conflict with the next videodrv ABI break.
# The NVIDIA driver supports the previous ABI versions as well and therefore
# a strict version-specific requirement would not be enough.
### This is problematic as it can cause removal of xserver instead (Anssi 04/2011)
###Conflicts:	xserver-abi(videodrv-%(echo $((%{videodrv_abi} + 1))))
%endif
# Obsoletes for naming changes:
Obsoletes:	nvidia < 1:%{version}-%{release}
Provides:	nvidia = 1:%{version}-%{release}
Obsoletes:	nvidia97xx < %{version}-%{release}
Provides:	nvidia97xx = %{version}-%{release}
Obsoletes:	nvidia-current

%description -n %{driverpkgname}
NVIDIA proprietary X.org graphics driver, related libraries and
configuration tools for %cards,
including the associated Quadro cards.

NOTE: You should use XFdrake to configure your NVIDIA card. The
correct packages will be automatically installed and configured.

If you do not want to use XFdrake, see README.manual-setup.

This NVIDIA driver should be used with %cards,
including the associated Quadro cards.

%package -n dkms-%{drivername}
Summary:	NVIDIA kernel module for %cards
Group:		System/Kernel and hardware
Requires:	dkms
Requires(post):	dkms
Requires(preun): dkms
Obsoletes:	dkms-nvidia < 1:%{version}-%{release}
Provides:	dkms-nvidia = 1:%{version}-%{release}
Obsoletes:	dkms-nvidia97xx < %{version}-%{release}
Provides:	dkms-nvidia97xx = %{version}-%{release}

%description -n dkms-%{drivername}
NVIDIA kernel module for %cards. This
is to be used with the %{driverpkgname} package.

%package -n %{drivername}-devel
Summary:	NVIDIA XvMC/OpenGL/CUDA development liraries and headers
Group:		Development/C
Requires:	%{driverpkgname} = %{version}-%{release}
Requires:	%{drivername}-cuda-opencl = %{version}-%{release}
Obsoletes:	nvidia-devel < 1:%{version}-%{release}
Provides:	nvidia-devel = 1:%{version}-%{release}
Obsoletes:	nvidia97xx-devel < %{version}-%{release}
Provides:	nvidia97xx-devel = %{version}-%{release}
%if %{mdkversion} >= 200900
Requires:	%{_lib}vdpau-devel
%endif

%description -n %{drivername}-devel
NVIDIA XvMC static development library and OpenGL/CUDA headers for
%cards. This package is not required for
normal use.

%package -n %{drivername}-cuda-opencl
Summary:	CUDA and OpenCL libraries for NVIDIA proprietary driver
Group: 		System/Kernel and hardware
Provides:	%{drivername}-cuda = %{version}-%{release}
%if %{mdkversion} >= 200810
# Proper support for versioned kmod() was added in 2008.1:
Requires:	kmod(%{modulename}) = %{version}
%endif
Conflicts:	nvidia < 1:195.36.15-4

%description -n %{drivername}-cuda-opencl
Cuda and OpenCL libraries for NVIDIA proprietary driver. This package is not
required for normal use, it provides libraries to use NVIDIA cards for High
Performance Computing (HPC).

# HTML doc splitted off because of size, for live cds:
%package -n %{drivername}-doc-html
Summary:	NVIDIA html documentation (%{drivername})
Group:		System/Kernel and hardware
Requires:	%{driverpkgname} = %{version}-%{release}

%description -n %{drivername}-doc-html
HTML version of the README.txt file provided in package
%{driverpkgname}.

%prep
# No patches applied when %simple is set
%if %simple
%setup -q -c -T
%else
%setup -q -c -T -a 2 -a 3
cd nvidia-settings-%{version}
%patch1 -p1
%patch3 -p1
cd ..
%endif
sh %{nsource} --extract-only

%if !%simple
cd %{pkgname}
%patch4 -p0 -b .uniq~
cd ..
%endif

rm -rf %{pkgname}/usr/src/nv/precompiled

cat > README.install.urpmi <<EOF
This driver is for %cards.

Use XFdrake to configure X to use the correct NVIDIA driver. Any needed
packages will be automatically installed if not already present.
1. Run XFdrake as root.
2. Go to the Graphics Card list.
3. Select your card (it is usually already autoselected).
4. Answer any questions asked and then quit.

If you do not want to use XFdrake, see README.manual-setup.
EOF

cat > README.manual-setup <<EOF
This file describes the procedure for the manual installation of this NVIDIA
driver package. You can find the instructions for the recommended automatic
installation in the file 'README.install.urpmi' in this directory.

- Open %{_sysconfdir}/X11/xorg.conf and make the following changes:
  o Change the Driver to "nvidia" in the Device section
  o Make the line below the only 'glx' related line in the Module section,
    adding it if it is not already there:
      Load "glx"
  o Remove any 'ModulePath' lines from the Files section
- Run "update-alternatives --set gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf" as root.
- Run "ldconfig -X" as root.
EOF

%if !%simple
rm nvidia-settings-%{version}/src/*/*.a
%endif

%build
%if !%simple
%setup_compile_flags
export CFLAGS="%{optflags}"
export CXXFLAGS="$CFLAGS"
export LDFLAGS="%{?ldflags}"
%endif

%if %mdkversion >= 201200
# (tpg) simple workaround for https://qa.mandriva.com/show_bug.cgi?id=65616
# nvidia module can't be linked with ld.gold which for mdv2001200 is default
# Please remove this if bug will be fixed.
#sed -i -e 's#LD ?=.*#LD = ld.bfd##' %{pkgname}/kernel/Makefile.*i*
%endif

%make -C nvidia-settings-%{version}/src/libXNVCtrl
%make -C nvidia-settings-%{version} STRIP_CMD=true
%make -C nvidia-xconfig-%{version} STRIP_CMD=true

# %simple

%install
rm -rf %{buildroot}
cd %{pkgname}

# dkms
install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}

# menu entry
install -d -m755 %{buildroot}%{_datadir}/%{drivername}
cat > %{buildroot}%{_datadir}/%{drivername}/mandriva-nvidia-settings.desktop <<EOF
[Desktop Entry]
Name=NVIDIA Display Settings
Comment=Configure NVIDIA X driver
Exec=%{_bindir}/nvidia-settings
Icon=%{drivername}-settings
Terminal=false
Type=Application
Categories=GTK;Settings;HardwareSettings;X-MandrivaLinux-System-Configuration;
EOF

install -d -m755	%{buildroot}%{_datadir}/applications
touch			%{buildroot}%{_datadir}/applications/mandriva-nvidia-settings.desktop

# icons
install -d -m755 %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
%if !%simple
convert nvidia-settings.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
convert nvidia-settings.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
convert nvidia-settings.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png
%else
# no imagemagick
[ -e nvidia-settings.png ] || cp -a usr/share/pixmaps/nvidia-settings.png .
install -m644 nvidia-settings.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png
%endif

error_fatal() {
	echo "Error: $@." >&2
	exit 1
}

error_unhandled() {
	echo "Warning: $@." >&2
	echo "Warning: $@." >> warns.log
%if !%simple
	# cause distro builds to fail in case of unhandled files
	exit 1
%endif
}

parseparams() {
	for value in $rest; do
		local param=$1
		[ -n "$param" ] || error_fatal "unhandled parameter $value"
		shift
		eval $param=$value

		[ -n "$value" ] || error_fatal "empty $param"

		# resolve libdir based on $arch
		if [ "$param" = "arch" ]; then
			case "$arch" in
			NATIVE)		nvidia_libdir=%{nvidia_libdir};;
			COMPAT32)	nvidia_libdir=%{nvidia_libdir32};;
			*)		error_fatal "unknown arch $arch"
			esac
		fi
	done
}

add_to_list() {
%if !%simple
	# on distro builds, only use .manifest for %doc files
	[ "${2#%doc}" = "${2}" ] && return
%endif
	local list="$1.files"
	local entry="$2"
	echo $entry >> $list
}

install_symlink() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	ln -s $dest %{buildroot}$dir/$file
	add_to_list $pkg $dir/$file
}

install_lib_symlink() {
	local pkg="$1"
	local dir="$2"
	case "$file" in
	libvdpau_*.so)
		# vdpau drivers => not put into -devel
		;;
	*.so)
		pkg=nvidia-devel;;
	esac
	install_symlink $pkg $dir
}

install_file_only() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	# replace 0444 with more usual 0644
	[ "$perms" = "0444" ] && perms="0644"
	install -m $perms $file %{buildroot}$dir
}

install_file() {
	local pkg="$1"
	local dir="$2"
	install_file_only $pkg $dir
	add_to_list $pkg $dir/$(basename $file)
}

get_module_dir() {
	local subdir="$1"
	case "$subdir" in
	extensions*)	echo %{nvidia_extensionsdir};;
	drivers/)	echo %{nvidia_driversdir};;
	/)		echo %{nvidia_modulesdir};;
	*)		error_unhandled "unhandled module subdir $subdir"
			echo %{nvidia_modulesdir};;
	esac
}

for file in nvidia.files nvidia-devel.files nvidia-cuda.files nvidia-dkms.files nvidia-html.files; do
	rm -f $file
	touch $file
done

# install files according to .manifest
cat .manifest | tail -n +9 | while read line; do
	rest=${line}
	file=${rest%%%% *}
	rest=${rest#* }
	perms=${rest%%%% *}
	rest=${rest#* }
	type=${rest%%%% *}
	rest=${rest#* }

	case "$type" in
	CUDA_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	CUDA_SYMLINK)
		parseparams arch subdir dest
		install_lib_symlink nvidia-cuda $nvidia_libdir/$subdir
		;;
	NVCUVID_LIB)
		parseparams arch
		install_file nvidia-cuda $nvidia_libdir
		;;
	NVCUVID_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia-cuda $nvidia_libdir
		;;
	OPENGL_LIB)
		parseparams arch
		install_file nvidia $nvidia_libdir
		;;
	OPENGL_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	TLS_LIB)
		parseparams arch style subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	TLS_SYMLINK)
		parseparams arch style subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB)
		install_file nvidia %{nvidia_libdir}
		;;
	UTILITY_LIB_SYMLINK)
		parseparams dest
		install_lib_symlink nvidia %{nvidia_libdir}
		;;
	VDPAU_LIB)
		parseparams arch subdir
%if %{mdkversion} >= 200900
		# on 2009.0+, only install libvdpau_nvidia.so
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
%endif
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_SYMLINK)
		parseparams arch subdir dest
%if %{mdkversion} >= 200900
		# on 2009.0+, only install libvdpau_nvidia.so
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
%endif
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	XLIB_STATIC_LIB)
		install_file nvidia-devel %{nvidia_libdir}
		;;
	XLIB_SHARED_LIB)
		install_file nvidia %{nvidia_libdir}
		;;
	XLIB_SYMLINK)
		parseparams dest
		install_lib_symlink nvidia %{nvidia_libdir}
		;;
	LIBGL_LA)
		# (Anssi) we don't install .la files
		;;
	XMODULE_SHARED_LIB|GLX_MODULE_SHARED_LIB)
		parseparams subdir
		install_file nvidia $(get_module_dir $subdir)
		;;
	XMODULE_NEWSYM)
		# symlink that is created only if it doesn't already
		# exist (i.e. as part of x11-server)
		case "$file" in
		libwfb.so)
%if %{mdkversion} >= 200810
		# 2008.1+ has this one already
			continue
%endif
			;;
		*)
			error_unhandled "unknown XMODULE_NEWSYM type file $file, skipped"
			continue
		esac
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	XMODULE_SYMLINK|GLX_MODULE_SYMLINK)
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	VDPAU_HEADER)
%if %{mdkversion} >= 200900
		# already in vdpau-devel
		continue
%endif
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	OPENGL_HEADER|CUDA_HEADER)
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	DOCUMENTATION)
		parseparams subdir
		case $subdir in
		*/html)
			add_to_list nvidia-html "%%doc %{pkgname}/$file"
			continue
			;;
		*/include/*)
			continue
			;;
		esac
		case $file in
		*XF86Config*|*nvidia-settings.png)
			continue;;
		esac
		add_to_list nvidia "%%doc %{pkgname}/$file"
		;;
	MANPAGE)
		parseparams subdir
		case "$file" in
		*nvidia-installer*)
			# not installed
			continue
			;;
		*nvidia-settings*|*nvidia-xconfig*|*nvidia-cuda*)
%if !%simple
			# installed separately below
			continue
%endif
			;;
		*nvidia-smi*)
			# ok
			;;
		*)
			error_unhandled "skipped unknown man page $(basename $file)"
			continue
		esac
		install_file_only nvidia %{_mandir}/$subdir
		;;
	UTILITY_BINARY)
		case "$file" in
		*nvidia-settings|*nvidia-xconfig|*nvidia-cuda*)
%if !%simple
			# not installed, we install our own copy
			continue
%endif
			;;
		*nvidia-smi|*nvidia-bug-report.sh|*nvidia-debugdump)
			# ok
			;;
		*)
			error_unhandled "unknown binary $(basename $file) will be installed to %{nvidia_bindir}/$(basename $file)"
			;;
		esac
		install_file nvidia %{nvidia_bindir}
		;;
	UTILITY_BIN_SYMLINK)
		case $file in nvidia-uninstall) continue;; esac
		parseparams dest
		install_symlink nvidia %{nvidia_bindir}
		;;
	INSTALLER_BINARY)
		# not installed
		;;
	KERNEL_MODULE_SRC)
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}
		;;
	CUDA_ICD)
		# in theory this should go to the cuda subpackage, but it goes into the main package
		# as this avoids one broken symlink and it is small enough to not cause space issues
		install_file nvidia %{_sysconfdir}/%{drivername}
		;;
	DOT_DESKTOP)
		# we provide our own for now
		;;
	*)
		error_unhandled "file $(basename $file) of unknown type $type will be skipped"
	esac
done

[ -z "$warnings" ] || echo "Please inform Anssi Hannula <anssi@mandriva.org> or http://qa.mandriva.com/ of the above warnings." >> warns.log

%if %simple
find %{buildroot}%{_libdir} %{buildroot}%{_prefix}/lib -type d | while read dir; do
	dir=${dir#%{buildroot}}
	echo "$dir" | grep -q nvidia && echo "%%dir $dir" >> nvidia.files
done
[ -d %{buildroot}%{_includedir}/%{drivername} ] && echo "%{_includedir}/%{drivername}" >> nvidia-devel.files
%endif

%if !%simple
# confirm SONAME; if something else than libvdpau_nvidia.so or libvdpau_nvidia.so.1, adapt .spec as needed:
[ "$(objdump -p %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} | grep SONAME | gawk '{ print $2 }')" = "libvdpau_nvidia.so.1" ]

rm -f %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.1
rm -f %{buildroot}%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.1
%endif

# vdpau alternative symlink
install -d -m755 %{buildroot}%{_libdir}/vdpau
touch %{buildroot}%{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
install -d -m755 %{buildroot}%{_prefix}/lib/vdpau
touch %{buildroot}%{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

%if !%simple
# self-built binaries
install -m755 ../nvidia-settings-%{version}/src/_out/*/nvidia-settings %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig %{buildroot}%{nvidia_bindir}
%endif
# binary alternatives
install -d -m755			%{buildroot}%{_bindir}
touch					%{buildroot}%{_bindir}/nvidia-settings
touch					%{buildroot}%{_bindir}/nvidia-smi
touch					%{buildroot}%{_bindir}/nvidia-debugdump
touch					%{buildroot}%{_bindir}/nvidia-xconfig
touch					%{buildroot}%{_bindir}/nvidia-bug-report.sh
# rpmlint:
chmod 0755				%{buildroot}%{_bindir}/*

# old alternatives
%if %{mdkversion} <= 200910
touch %{buildroot}%{_libdir}/xorg/modules/drivers/nvidia_drv.so
%endif
%if %{mdkversion} <= 200900
touch %{buildroot}%{_libdir}/xorg/modules/extensions/libglx.so
%endif

%if !%simple
# install man pages
install -m755 ../nvidia-settings-%{version}/doc/_out/*/nvidia-settings.1 %{buildroot}%{_mandir}/man1
install -m755 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig.1 %{buildroot}%{_mandir}/man1
%endif
# bug #41638 - whatis entries of nvidia man pages appear wrong
gunzip %{buildroot}%{_mandir}/man1/*.gz
sed -r -i '/^nvidia\\-[a-z]+ \\- NVIDIA/s,^nvidia\\-,nvidia-,' %{buildroot}%{_mandir}/man1/*.1
cd %{buildroot}%{_mandir}/man1
rename nvidia alt-%{drivername} *
cd -
touch %{buildroot}%{_mandir}/man1/nvidia-xconfig.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-settings.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-smi.1%{_extension}

# cuda nvidia.icd
install -d -m755		%{buildroot}%{_sysconfdir}/OpenCL/vendors
touch				%{buildroot}%{_sysconfdir}/OpenCL/vendors/nvidia.icd
# override apparently wrong reference to the development symlink name:
[ "$(cat %{buildroot}%{_sysconfdir}/%{drivername}/nvidia.icd)" = "libcuda.so" ] &&
	echo libcuda.so.1 > %{buildroot}%{_sysconfdir}/%{drivername}/nvidia.icd

# ld.so.conf
install -d -m755		%{buildroot}%{_sysconfdir}/%{drivername}
echo "%{nvidia_libdir}" >	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%ifarch %{biarches}
echo "%{nvidia_libdir32}" >>	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%endif
install -d -m755		%{buildroot}%{_sysconfdir}/ld.so.conf.d
touch				%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

# modprobe.conf
install -d -m755			%{buildroot}%{_sysconfdir}/modprobe.d
touch					%{buildroot}%{_sysconfdir}/modprobe.d/display-driver.conf
echo "install nvidia /sbin/modprobe %{modulename} \$CMDLINE_OPTS" > %{buildroot}%{_sysconfdir}/%{drivername}/modprobe.conf

# blacklist-nvidia.conf
#touch					%{buildroot}%{_sysconfdir}/modprobe.d/blacklist-nvidia.conf
#echo "blacklist nouveau" > %{buildroot}%{_sysconfdir}/%{drivername}/blacklist-nvidia.conf

%if %{mdkversion} < 201100
# modprobe.preload.d
# This is here because sometimes (one case reported by Christophe Fergeau on 04/2010)
# starting X server fails if the driver module is not already loaded.
# This is fixed by the reworked kms-dkms-plymouth-drakx-initrd system in 2011.0.
install -d -m755			%{buildroot}%{_sysconfdir}/modprobe.preload.d
touch					%{buildroot}%{_sysconfdir}/modprobe.preload.d/display-driver
echo "%{modulename}"			>  %{buildroot}%{_sysconfdir}/%{drivername}/modprobe.preload
%endif

# XvMCConfig
install -d -m755 %{buildroot}%{_sysconfdir}/%{drivername}
echo "libXvMCNVIDIA_dynamic.so.1" > %{buildroot}%{_sysconfdir}/%{drivername}/XvMCConfig

# xinit script
install -d -m755 %{buildroot}%{_sysconfdir}/%{drivername}
cat > %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit <<EOF
# to be sourced
#
# Do not modify this file; the changes will be overwritten.
# If you want to disable automatic configuration loading, create
# /etc/sysconfig/nvidia-settings with this line: LOAD_NVIDIA_SETTINGS="no"
#
LOAD_NVIDIA_SETTINGS="yes"
[ -f %{_sysconfdir}/sysconfig/nvidia-settings ] && . %{_sysconfdir}/sysconfig/nvidia-settings
[ "\$LOAD_NVIDIA_SETTINGS" = "yes" ] && %{_bindir}/nvidia-settings --load-config-only
EOF
chmod 0755 %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
install -d -m755 %{buildroot}%{_sysconfdir}/X11/xinit.d
touch %{buildroot}%{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit

# install ldetect-lst pcitable files for backports
# local version of merge2pcitable.pl:read_nvidia_readme:
section=0
set +x
[ -e README.txt ] || cp -a usr/share/doc/README.txt .
cat README.txt | while read line; do
	[ $section -gt 3 ] && break
	if [ $((section %% 2)) -eq 0 ]; then
		echo "$line" | grep -Pq "^\s*NVIDIA GPU product\s+Device PCI ID.*" && section=$((section+1))
		continue
	fi
	if echo "$line" | grep -Pq "^\s*$"; then
		section=$((section+1))
		continue
	fi
	echo "$line" | grep -Pq "^\s*-+[\s-]+$" && continue
	id=$(echo "$line" | sed -nre 's,^\s*.+?\s+0x(....).*$,\1,p' | tr '[:upper:]' '[:lower:]')
	echo "0x10de	0x$id	\"Card:%{ldetect_cards_name}\""
done | sort -u > pcitable.nvidia.lst
set -x
[ $(wc -l pcitable.nvidia.lst | cut -f1 -d" ") -gt 200 ]
%if "%{ldetect_cards_name}" != ""
install -d -m755 %{buildroot}%{_datadir}/ldetect-lst/pcitable.d
gzip -c pcitable.nvidia.lst > %{buildroot}%{_datadir}/ldetect-lst/pcitable.d/40%{drivername}.lst.gz
%endif

export EXCLUDE_FROM_STRIP="$(find %{buildroot} -type f \! -name nvidia-settings \! -name nvidia-xconfig)"

%post -n %{driverpkgname}
# XFdrake used to generate an nvidia.conf file
[ -L %{_sysconfdir}/modprobe.d/nvidia.conf ] || rm -f %{_sysconfdir}/modprobe.d/nvidia.conf

current_glconf="$(readlink -e %{_sysconfdir}/ld.so.conf.d/GL.conf)"

# owned by libvdpau1, created in case libvdpau1 is installed only just after
# this package
mkdir -p %{_libdir}/vdpau

%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf %{priority} \
	--slave %{_mandir}/man1/nvidia-settings.1%{_extension} man_nvidiasettings%{_extension} %{_mandir}/man1/alt-%{drivername}-settings.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-xconfig.1%{_extension} man_nvidiaxconfig%{_extension} %{_mandir}/man1/alt-%{drivername}-xconfig.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-smi.1%{_extension} nvidia-smi.1%{_extension} %{_mandir}/man1/alt-%{drivername}-smi.1%{_extension} \
	--slave %{_datadir}/applications/mandriva-nvidia-settings.desktop nvidia_desktop %{_datadir}/%{drivername}/mandriva-nvidia-settings.desktop \
	--slave %{_bindir}/nvidia-settings nvidia_settings %{nvidia_bindir}/nvidia-settings \
	--slave %{_bindir}/nvidia-smi nvidia_smi %{nvidia_bindir}/nvidia-smi \
	--slave %{_bindir}/nvidia-debugdump nvidia_debugdump %{nvidia_bindir}/nvidia-debugdump \
	--slave %{_bindir}/nvidia-xconfig nvidia_xconfig %{nvidia_bindir}/nvidia-xconfig \
	--slave %{_bindir}/nvidia-bug-report.sh nvidia_bug_report %{nvidia_bindir}/nvidia-bug-report.sh \
	--slave %{_sysconfdir}/X11/XvMCConfig xvmcconfig %{_sysconfdir}/%{drivername}/XvMCConfig \
	--slave %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit nvidia-settings.xinit %{_sysconfdir}/%{drivername}/nvidia-settings.xinit \
	--slave %{_libdir}/vdpau/libvdpau_nvidia.so.1 %{_lib}vdpau_nvidia.so.1 %{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} \
	--slave %{_sysconfdir}/modprobe.d/display-driver.conf display-driver.conf %{_sysconfdir}/%{drivername}/modprobe.conf \

if [ "${current_glconf}" = "%{_sysconfdir}/nvidia97xx/ld.so.conf" ]; then
	# Adapt for the renaming of the driver. X.org config still has the old ModulePaths
	# but they do not matter as we are using alternatives for libglx.so now.
	%{_sbindir}/update-alternatives --set gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

#Set properly card
#if ps -u root | grep XFdrake
#then
# echo 'XFdrake is running'
#else
# /usr/sbin/XFdrake
#fi

%postun -n %{driverpkgname}
if [ ! -f %{_sysconfdir}/%{drivername}/ld.so.conf ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

%if %{mdkversion} < 200900
%clean_menus
%endif

%post -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade add -m %{drivername} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade build -m %{drivername} -v %{version}-%{release} &&
/usr/sbin/dkms --rpm_safe_upgrade install -m %{drivername} -v %{version}-%{release} --force

# rmmod any old driver if present and not in use (e.g. by X)
rmmod nvidia > /dev/null 2>&1 || true

%preun -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{drivername} -v %{version}-%{release} --all

# rmmod any old driver if present and not in use (e.g. by X)
rmmod nvidia > /dev/null 2>&1 || true

# Make sure that ldconfig is run after installing/uninstalling cuda/opencl libs (#62116)
%post -n %{drivername}-cuda-opencl
/sbin/ldconfig

%postun -n %{drivername}-cuda-opencl
/sbin/ldconfig

%clean
rm -rf %{buildroot}

%files -n %{driverpkgname} -f %{pkgname}/nvidia.files
%defattr(-,root,root)
# other documentation files are listed in nvidia.files
%doc README.install.urpmi README.manual-setup

%if "%{ldetect_cards_name}" != ""
%{_datadir}/ldetect-lst/pcitable.d/40%{drivername}.lst.gz
%endif

# ld.so.conf, modprobe.conf, xvmcconfig, xinit
%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%ghost %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit
%ghost %{_sysconfdir}/modprobe.d/display-driver.conf
%if %{mdkversion} < 201100
%ghost %{_sysconfdir}/modprobe.preload.d/display-driver
%endif
%dir %{_sysconfdir}/%{drivername}
%{_sysconfdir}/%{drivername}/modprobe.conf
%if %{mdkversion} < 201100
%{_sysconfdir}/%{drivername}/modprobe.preload
%endif
%{_sysconfdir}/%{drivername}/ld.so.conf
%{_sysconfdir}/%{drivername}/XvMCConfig
%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
%if !%simple
%{_sysconfdir}/%{drivername}/nvidia.icd
%endif

%dir %{_sysconfdir}/OpenCL
%dir %{_sysconfdir}/OpenCL/vendors
%ghost %{_sysconfdir}/OpenCL/vendors/nvidia.icd

%ghost %{_bindir}/nvidia-settings
%ghost %{_bindir}/nvidia-smi
%ghost %{_bindir}/nvidia-debugdump
%ghost %{_bindir}/nvidia-xconfig
%ghost %{_bindir}/nvidia-bug-report.sh
%if !%simple
%dir %{nvidia_bindir}
%{nvidia_bindir}/nvidia-settings
%{nvidia_bindir}/nvidia-smi
%{nvidia_bindir}/nvidia-debugdump
%{nvidia_bindir}/nvidia-xconfig
%{nvidia_bindir}/nvidia-bug-report.sh
%endif

%ghost %{_mandir}/man1/nvidia-xconfig.1%{_extension}
%ghost %{_mandir}/man1/nvidia-settings.1%{_extension}
%ghost %{_mandir}/man1/nvidia-smi.1%{_extension}
%if !%simple
%{_mandir}/man1/alt-%{drivername}-xconfig.1*
%{_mandir}/man1/alt-%{drivername}-settings.1*
%{_mandir}/man1/alt-%{drivername}-smi.1*
%else
%{_mandir}/man1/alt-%{drivername}-*
%endif

%ghost %{_datadir}/applications/mandriva-nvidia-settings.desktop
%dir %{_datadir}/%{drivername}
%{_datadir}/%{drivername}/mandriva-nvidia-settings.desktop

%if !%simple
%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
%endif
%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png

%if !%simple
%dir %{nvidia_libdir}
%dir %{nvidia_libdir}/tls
%dir %{nvidia_libdir}/vdpau
%{nvidia_libdir}/libGL.so.%{version}
%{nvidia_libdir}/libnvidia-glcore.so.%{version}
%{nvidia_libdir}/libXvMCNVIDIA.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.%{version}
%{nvidia_libdir}/libnvidia-ml.so.%{version}
%{nvidia_libdir}/libnvidia-tls.so.%{version}
%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version}
%if %{mdkversion} <= 200810
%{nvidia_libdir}/vdpau/libvdpau_trace.so.%{version}
%{nvidia_libdir}/libvdpau.so.%{version}
%endif
%{nvidia_libdir}/libGL.so.1
%{nvidia_libdir}/libXvMCNVIDIA_dynamic.so.1
%{nvidia_libdir}/libnvidia-cfg.so.1
%{nvidia_libdir}/libnvidia-ml.so.1
%{nvidia_libdir}/libvdpau_nvidia.so
%if %{mdkversion} <= 200810
%{nvidia_libdir}/libvdpau.so.1
%endif
%{nvidia_libdir}/tls/libnvidia-tls.so.%{version}
%ifarch %{biarches}
%dir %{nvidia_libdir32}
%dir %{nvidia_libdir32}/tls
%dir %{nvidia_libdir32}/vdpau
%{nvidia_libdir32}/libGL.so.%{version}
%{nvidia_libdir32}/libnvidia-glcore.so.%{version}
%{nvidia_libdir32}/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libvdpau_nvidia.so
%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir32}/libnvidia-ml.so.%{version}
%{nvidia_libdir32}/libnvidia-ml.so.1
%if %{mdkversion} <= 200810
%{nvidia_libdir32}/vdpau/libvdpau_trace.so.%{version}
%{nvidia_libdir32}/libvdpau.so.%{version}
%endif
%{nvidia_libdir32}/libGL.so.1
%if %{mdkversion} <= 200810
%{nvidia_libdir32}/libvdpau.so.1
%endif
%{nvidia_libdir32}/tls/libnvidia-tls.so.%{version}
%endif
# %simple
%endif

%ghost %{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
# avoid unowned directory
%dir %{_prefix}/lib/vdpau
%ghost %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

%if %{mdkversion} >= 200910 && !%simple
# 2009.1+ (/usr/lib/drivername/xorg)
%dir %{nvidia_modulesdir}
%{nvidia_modulesdir}/libnvidia-wfb.so.1
%endif

%if %{mdkversion} <= 200900
%ghost %{_libdir}/xorg/modules/libnvidia-wfb.so.1
%endif
%if %{mdkversion} <= 200800
%ghost %{_libdir}/xorg/modules/libwfb.so
%endif
%if !%simple
%{nvidia_modulesdir}/libnvidia-wfb.so.%{version}
%endif

%if %{mdkversion} <= 200900
%dir %{nvidia_extensionsdir}
%ghost %{_libdir}/xorg/modules/extensions/libglx.so
%endif
%if !%simple
%{nvidia_extensionsdir}/libglx.so.%{version}
%{nvidia_extensionsdir}/libglx.so
%endif

%if %{mdkversion} <= 200910
%dir %{nvidia_driversdir}
%ghost %{_libdir}/xorg/modules/drivers/nvidia_drv.so
%endif
%if !%simple
%{nvidia_driversdir}/nvidia_drv.so
%endif

%files -n %{drivername}-devel -f %pkgname/nvidia-devel.files
%defattr(-,root,root)
%if !%simple
%{_includedir}/%{drivername}
%{nvidia_libdir}/libXvMCNVIDIA.a
%{nvidia_libdir}/libXvMCNVIDIA_dynamic.so
%{nvidia_libdir}/libGL.so
%{nvidia_libdir}/libcuda.so
%{nvidia_libdir}/libnvcuvid.so
%{nvidia_libdir}/libnvidia-cfg.so
%{nvidia_libdir}/libnvidia-ml.so
%{nvidia_libdir}/libOpenCL.so
%if %{mdkversion} <= 200810
%{nvidia_libdir}/libvdpau.so
%endif
%ifarch %{biarches}
%{nvidia_libdir32}/libGL.so
%{nvidia_libdir32}/libcuda.so
%{nvidia_libdir32}/libOpenCL.so
%{nvidia_libdir32}/libnvidia-ml.so
%if %{mdkversion} <= 200810
%{nvidia_libdir32}/libvdpau.so
%endif
%endif
%endif

%files -n dkms-%{drivername}
%defattr(-,root,root)
%doc %{pkgname}/LICENSE
%{_usrsrc}/%{drivername}-%{version}-%{release}

%files -n %{drivername}-doc-html -f %pkgname/nvidia-html.files
%defattr(-,root,root)

%files -n %{drivername}-cuda-opencl -f %pkgname/nvidia-cuda.files
%defattr(-,root,root)
%if !%simple
%{nvidia_libdir}/libOpenCL.so.1.0.0
%{nvidia_libdir}/libOpenCL.so.1.0
%{nvidia_libdir}/libOpenCL.so.1
%{nvidia_libdir}/libnvcuvid.so.%{version}
%{nvidia_libdir}/libnvcuvid.so.1
%{nvidia_libdir}/libnvidia-compiler.so.%{version}
%{nvidia_libdir}/libcuda.so.%{version}
%{nvidia_libdir}/libcuda.so.1
%{nvidia_libdir}/libnvidia-opencl.so.%{version}
%{nvidia_libdir}/libnvidia-opencl.so.1
%ifarch x86_64
%{nvidia_libdir32}/libnvidia-opencl.so.%{version}
%{nvidia_libdir32}/libnvidia-opencl.so.1
%endif
%ifarch %{biarches}
%{nvidia_libdir32}/libOpenCL.so.1.0.0
%{nvidia_libdir32}/libOpenCL.so.1.0
%{nvidia_libdir32}/libOpenCL.so.1
%{nvidia_libdir32}/libnvidia-compiler.so.%{version}
%{nvidia_libdir32}/libcuda.so.%{version}
%{nvidia_libdir32}/libcuda.so.1
%endif
%endif


%changelog
* Thu Oct 25 2012 Per Øyvind Karlsen <peroyvind@mandriva.org> 304.60-2mdv2012.0
+ Revision: 819737
- fix dkms.conf patch to provide a dest module name consistent with package name
  (aka unbreaking fscked dependency)
- use pkgconfig() deps for buildrequires

* Sat Oct 20 2012 Tomasz Pawel Gajc <tpg@mandriva.org> 304.60-1
+ Revision: 819156
- update to new version 304.60

* Tue Aug 07 2012 Tomasz Pawel Gajc <tpg@mandriva.org> 295.71-1
+ Revision: 812193
- update to new version 295.71

* Fri May 04 2012 Tomasz Pawel Gajc <tpg@mandriva.org> 295.49-1
+ Revision: 796394
- introduce long-lived branch of nVIDIA drivers


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26436 |14nr|ogre-cg-plugin-1.8.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ogre
%define filever %(echo v%{version}| tr . -)

Summary:	CgProgramManager plugin for OGRE
Name:		%{oname}-cg-plugin
Version:	1.8.1
Release:	2
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.ogre3d.org/
Source0:	http://downloads.sourceforge.net/ogre/%{oname}_src_%{filever}.tar.bz2
BuildRequires:	cmake
BuildRequires:	boost-devel
BuildRequires:	cg-devel
BuildRequires:	freeimage-devel
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(OIS)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zziplib)
Requires:	ogre >= %{version}

%description
This package contains CgProgramManager plugin for OGRE.

%files
%{_libdir}/OGRE/Plugin_CgProgramManager.so.%{version}
%{_libdir}/OGRE/Plugin_CgProgramManager.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}_src_%{filever}
rm -f CMake/Packages/FindFreetype.cmake

%build
%cmake -DOGRE_CONFIG_MEMTRACK_RELEASE:BOOL=OFF
%make

%install
mkdir -p %{buildroot}%{_libdir}/OGRE
cp build/lib/Plugin_CgProgramManager.so.%{version} %{buildroot}%{_libdir}/OGRE/
pushd %{buildroot}%{_libdir}/OGRE/
ln -s Plugin_CgProgramManager.so.%{version} Plugin_CgProgramManager.so
popd


%changelog
* Wed Jun 04 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8.1-2
+ Revision: 8afd833
- Fix freetype detection, disable memtrack



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26437 |14nr|openmotif-2.3.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define intern_name openMotif
%define major 4
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Open Motif runtime libraries and executables
Name:		openmotif
Version:	2.3.2
Release:	3
License:	Open Group Public License
Group:		System/Libraries
Url:		http://www.motifzone.net/
Source0:	%{name}-%{version}.tar.gz
Source1:	xmbind
Patch0:		openMotif-2.3.0-no_demos.patch
Patch1:		openMotif-2.2.3-uil_lib.patch
Patch2:		openMotif-2.3.0-rgbtxt.patch
Patch3:		openMotif-2.3.0-mwmrc_dir.patch
Patch4:		openMotif-2.3.0-bindings.patch
Patch5:		openMotif-2.3.0-no_X11R6.patch
Patch6:		openMotif-2.3.0-fix-str-fmt.patch
BuildRequires:	byacc
BuildRequires:	flex
BuildRequires:	x11-data-bitmaps
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xp)
BuildRequires:	pkgconfig(xt)
Conflicts:	lesstif <= 0.92.32-6

%description
This is the Open Motif %{version} runtime environment. It includes the
Motif shared libraries, needed to run applications which are dynamically
linked against Motif, and the Motif Window Manager "mwm".

%files
%doc COPYRIGHT.MOTIF README RELEASE RELNOTES
%{_sysconfdir}/X11/xinit/xinitrc.d/xmbind.sh
%{_sysconfdir}/X11/mwm/system.mwmrc
%{_bindir}/mwm
%{_bindir}/xmbind
%{_includedir}/X11/bitmaps/*
%{_datadir}/X11/bindings
%{_mandir}/man1/mwm*
%{_mandir}/man1/xmbind*
%{_mandir}/man4/mwmrc*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Open Motif libraries
Group:		System/Libraries
Provides:	lib%{name} = %{EVRD}

%description -n %{libname}
These are the libraries provided by is the Open Motif %{version} runtime
environment.

%files -n %{libname}
%{_libdir}/libMrm.so.%{major}*
%{_libdir}/libUil.so.%{major}*
%{_libdir}/libXm.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Open Motif development libraries and header files
Group:		Development/C
Conflicts:	lesstif-devel <= 0.92.32-6
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This is the Open Motif %{version} development environment. It includes the
static libraries and header files necessary to build Motif applications.

%files -n %{devname}
%{_bindir}/uil
%{_includedir}/Mrm
%{_includedir}/Xm
%{_includedir}/uil
%{_libdir}/lib*.a
%{_libdir}/lib*.so
%{_mandir}/man1/uil.1*
%{_mandir}/man3/*
%{_mandir}/man5/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .no_demos
%patch1 -p1 -b .uil_lib
%patch2 -p0 -b .rgbtxt
%patch3 -p0 -b .mwmrc_dir
%patch4 -p1 -b .bindings
%patch5 -p0 -b .no_X11R6
%patch6 -p1 -b .str-fmt

for i in doc/man/man3/{XmColumn,XmDataField}.3; do
	iconv -f windows-1252 -t utf-8 < "$i" > "${i}_"
	mv "${i}_" "$i"
done

%build
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--enable-static

# do not use rpath
perl -pi -e 's|hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=\"-L\\\$libdir\"|g;' libtool

export LD_LIBRARY_PATH=`pwd`/lib/Mrm/.libs:`pwd`/lib/Xm/.libs
make clean
make

%install
export LD_LIBRARY_PATH=`pwd`/lib/Mrm/.libs:`pwd`/lib/Xm/.libs
make DESTDIR=%{buildroot} prefix=%{_prefix} install
mkdir -p %{buildroot}/etc/X11/xinit/xinitrc.d \
         %{buildroot}%{_includedir}

install -m 755 %{SOURCE1} %{buildroot}/etc/X11/xinit/xinitrc.d/xmbind.sh

rm -fr %{buildroot}%{_datadir}/Xm/doc


%changelog
* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.2-3
+ Revision: ce257b3
- MassBuild#430: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26438 |14nr|opentyrian-2.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Classic shoot-em-up arcade port
Name:		opentyrian
Version:	2.1
Release:	3
License:	GPLv2+
Group:		Games/Arcade
Url:		http://code.google.com/p/opentyrian/
# mercurial snapshot
Source0:	%{name}-%{version}.tar.bz2
# script to download game data
# Google doesn't allow easy direct downloads so use MIB hosting
Source1:	%{name}-installer
Source2:	%{name}.png
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_net)
Requires:	unzip
Requires:	Xdialog

%description
OpenTyrian is a port of the DOS shoot-em-up Tyrian. Jason Emery generously
gave the OpenTyrian developers a copy of the Tyrian 2.1 source code, which
has since been ported from Turbo Pascal to C.

The port uses SDL, making it easily cross-platform.

Tyrian is an arcade-style vertical scrolling shooter. The story is set
in 20,031 where you play as Trent Hawkins, a skilled fighter-pilot employed
to fight Microsol and save the galaxy.

%files
%doc COPYING README CREDITS NEWS
%{_bindir}/*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%make release EXTRA_CFLAGS="%{optflags}" STRIP=true

%install
install -Dpm 755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dpm 755 %{SOURCE1} %{buildroot}%{_bindir}/%{name}-installer

mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop  <<EOF
[Desktop Entry]
Name=OpenTyrian
Comment=%{summary}
Exec=%{name}-installer
Icon=%{name}
Type=Application
Terminal=false
Categories=Game;ArcadeGame;
EOF


%changelog
* Wed May 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1-3
+ Revision: d3e49ff
- Fix data downloader, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26439 |14nr|opera-12.16-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    opera
%define version 12.16
%define rel     1
%define snap    0
%define buildnb 1860

%define tarball_base %{name}-%{version}-%{buildnb}

%define arch_exclude_files_from_autoreq ^$
%ifarch x86_64
# Exclude 32-bit requires on x86_64; plugins will pull them.
%define arch_exclude_files_from_autoreq ^%{_libdir}/%{name}/pluginwrapper/operapluginwrapper-ia32-linux$
%endif

# Exclude requires on GTK/KDE toolkits, they are optional and used
# automatically when present.
%define common_exclude_files_from_autoreq ^%{_libdir}/%{name}/libopera.\\+\\.so$\\|^%{_libdir}/%{name}/opera_autoupdatechecker$

%if %{_use_internal_dependency_generator}
%define __noautoreqfiles (%{arch_exclude_files_from_autoreq}|%{common_exclude_files_from_autoreq})
%else
%define _exclude_files_from_autoreq %{arch_exclude_files_from_autoreq}\\|%{common_exclude_files_from_autoreq}
%endif

%define debug_package   %{nil}
%define __check_files   %{nil}

Summary:    Opera Web Browser for Linux
Name:       %{name}
Version:    %{version}
%if %snap
Release:    %mkrel 0.%buildnb.%rel
%else
Release:    %mkrel %rel
%endif
%define shortver %(echo %version | tr -d .)
Source0:        %{tarball_base}.i386.linux.tar.xz
Source1:        %{tarball_base}.x86_64.linux.tar.xz
Source2:        standard_skin.zip
#Source3:       bookmarks.adr
Patch0:         ru_lng_fixes.i386.patch
Patch1:         ru_lng_fixes.x86_64.patch
License:        Freeware
Packager:       Konstantin Vlasov <konstantin.vlasov@rosalab.ru>
Url:            http://www.opera.com/
Group:          Networking/WWW
BuildRoot:      %{_tmppath}/%{name}-buildroot
ExclusiveArch:  %ix86 x86_64
BuildRequires:  desktop-file-utils

%description
Opera for Linux is an alternative feature-rich Web browser. 

%prep
%ifarch x86_64
%setup -qTn %{name}-%{version}-%{buildnb}.%{_arch}.linux -b1
%patch1 -p1
%else
%setup -qTn %{name}-%{version}-%{buildnb}.%{_arch}.linux -b0
%patch0 -p1
%endif


%install
rm -rf $RPM_BUILD_ROOT
./install --system --repackage %{buildroot}%{_prefix} --prefix %{_prefix}

%if "%_lib" != "lib"
mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
%endif
sed -i 's,/usr/lib,%{_libdir},' %{buildroot}%{_bindir}/opera

rm -rf rpmdocs
mv %{buildroot}%{_docdir}/opera rpmdocs

# install fixed skin
install -m644 %{SOURCE2} %{buildroot}%_datadir/%name/skin/standard_skin.zip
# install mandrakized bookmarks file
#install -m644 %{SOURCE2} %{buildroot}%_datadir/%name/defaults/bookmarks.adr

desktop-file-install --dir %{buildroot}%{_datadir}/applications \
	--add-category=X-MandrivaLinux-CrossDesktop \
	%{buildroot}%{_datadir}/applications/%{name}-browser.desktop

# StartupNotify does not work correctly when opera is already running;
# the already-existing window is activated and a new tab is opened
# and the completion signal is not sent.
sed -i -e 's/StartupNotify=.*/StartupNotify=false/' %{buildroot}%{_datadir}/applications/%{name}-browser.desktop

%if %{mdkversion} < 200900
%post
%{update_icon_cache hicolor}
%{update_desktop_database}
%{update_mime_database}
%{update_menus}

%postun
%{clean_icon_cache hicolor}
%{clean_desktop_database}
%{clean_mime_database}
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc rpmdocs/*
%_bindir/opera
%_libdir/opera

%_iconsdir/hicolor/*/apps/%{name}-*.*
%_iconsdir/hicolor/*/mimetypes/%{name}-*.*
%_datadir/applications/%{name}-browser.desktop
%_datadir/mime/packages/%{name}-*.xml
%_mandir/man1/opera*

%dir %{_datadir}/opera
%{_datadir}/opera/cert.pem
%{_datadir}/opera/encoding.bin
%{_datadir}/opera/*.dtd
%{_datadir}/opera/*.sig
%{_datadir}/opera/html5_entity_init.dat
%{_datadir}/opera/pubsuffix.xml
%{_datadir}/opera/lngcode.txt
%{_datadir}/opera/package-id.ini
%{_datadir}/opera/defaults
%{_datadir}/opera/extra
%{_datadir}/opera/region
%{_datadir}/opera/skin
%{_datadir}/opera/styles
%{_datadir}/opera/ui
%{_datadir}/opera/locale/en

# langs
%dir %{_datadir}/%{name}/locale
%lang(af) %{_datadir}/%name/locale/af
%lang(ar) %{_datadir}/%name/locale/ar
%lang(az) %{_datadir}/%name/locale/az
%lang(be) %{_datadir}/%name/locale/be
%lang(bg) %{_datadir}/%name/locale/bg
%lang(bn) %{_datadir}/%name/locale/bn
%lang(cs) %{_datadir}/%name/locale/cs
%lang(da) %{_datadir}/%name/locale/da
%lang(de) %{_datadir}/%name/locale/de
%lang(el) %{_datadir}/%name/locale/el
%lang(en_GB) %{_datadir}/%name/locale/en-GB
%lang(es_ES) %{_datadir}/%name/locale/es-ES
%lang(es_LA) %{_datadir}/%name/locale/es-LA
%lang(et) %{_datadir}/%name/locale/et
%lang(fa) %{_datadir}/%name/locale/fa
%lang(fi) %{_datadir}/%name/locale/fi
%lang(fr) %{_datadir}/%name/locale/fr
%lang(fr_CA) %{_datadir}/%name/locale/fr-CA
%lang(fy) %{_datadir}/%name/locale/fy
%lang(gd) %{_datadir}/%name/locale/gd
%lang(he) %{_datadir}/%name/locale/he
%lang(hi) %{_datadir}/%name/locale/hi
%lang(hr) %{_datadir}/%name/locale/hr
%lang(hu) %{_datadir}/%name/locale/hu
%lang(id) %{_datadir}/%name/locale/id
%lang(it) %{_datadir}/%name/locale/it
%lang(ja) %{_datadir}/%name/locale/ja
%lang(ka) %{_datadir}/%name/locale/ka
%lang(kk) %{_datadir}/%name/locale/kk
%lang(ko) %{_datadir}/%name/locale/ko
%lang(lt) %{_datadir}/%name/locale/lt
%lang(lv) %{_datadir}/%name/locale/lv
%lang(me) %{_datadir}/%name/locale/me
%lang(mk) %{_datadir}/%name/locale/mk
%lang(ms) %{_datadir}/%name/locale/ms
%lang(nb) %{_datadir}/%name/locale/nb
%lang(nl) %{_datadir}/%name/locale/nl
%lang(nn) %{_datadir}/%name/locale/nn
%lang(pa) %{_datadir}/%name/locale/pa
%lang(pl) %{_datadir}/%name/locale/pl
%lang(pt) %{_datadir}/%name/locale/pt
%lang(pt_BR) %{_datadir}/%name/locale/pt-BR
%lang(ro) %{_datadir}/%name/locale/ro
%lang(ru) %{_datadir}/%name/locale/ru
%lang(sk) %{_datadir}/%name/locale/sk
%lang(sr) %{_datadir}/%name/locale/sr
%lang(sv) %{_datadir}/%name/locale/sv
%lang(sw) %{_datadir}/%name/locale/sw
%lang(ta) %{_datadir}/%name/locale/ta
%lang(te) %{_datadir}/%name/locale/te
%lang(th) %{_datadir}/%name/locale/th
%lang(tl) %{_datadir}/%name/locale/tl
%lang(tr) %{_datadir}/%name/locale/tr
%lang(uk) %{_datadir}/%name/locale/uk
%lang(ur) %{_datadir}/%name/locale/ur
%lang(uz) %{_datadir}/%name/locale/uz
%lang(vi) %{_datadir}/%name/locale/vi
%lang(zh_CN) %{_datadir}/%name/locale/zh-cn
%lang(zh_TW) %{_datadir}/%name/locale/zh-tw
%lang(zu) %{_datadir}/%name/locale/zu


%changelog
* Thu Jul 11 2013 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 12.16-1
+ Revision: 5b46ef3
- LOG Updated to version 12.16 final



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26440 |14nr|prism54-firmware-1.0.4.3-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name prism54-firmware
%define version 1.0.4.3
%define isl3877_version 1.1.0.0
%define isl3886_version 2.7.0.0
%define release %mkrel 6

Summary: Firmware for the Linux prism54 driver
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://prism54.org/firmware/%{version}.arm
Source1: http://prism54.org/firmware/%{isl3877_version}.arm
Source2: http://daemonizer.de/prism54/prism54-fw/fw-softmac/lmac_%{isl3886_version}.arm
License: Maybe redistributable
Group: System/Kernel and hardware
Url: http://wireless.kernel.org/en/users/Drivers/p54#firmware
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch


%description
Firmware for the Linux Kernel prism54 driver.

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/lib/firmware
install %{SOURCE0} %{buildroot}/lib/firmware/isl3890
install %{SOURCE1} %{buildroot}/lib/firmware/isl3877
install %{SOURCE1} %{buildroot}/lib/firmware/isl3886

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
/lib/firmware/isl38*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.4.3-6
+ Revision: da21cd3
- Automatic import for version 1.0.4.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26441 |14nr|prototype-1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Award-winning RType clone
Name:		prototype
Version:	1.0
Release:	2
License:	Freeware
Group:		Games/Arcade
URL:		http://xout.blackened-interactive.com/ProtoType/Prototype.html
Source0:	http://xout.blackened-interactive.com/dump/new/ProtoType_src.zip
Source1:	http://xout.blackened-interactive.com/ProtoType/ProtoType.zip
# some patches (0-6) depend on each other, we must fix it it future
# these patches are from Gentoo with few modifications
Patch0:		prototype-1.0-makefile.patch
Patch1:		prototype-1.0-includes.patch
Patch2:		prototype-1.0-sdlrendertarget.patch
Patch3:		prototype-1.0-setstate.patch
Patch4:		prototype-1.0-linuxfixes.patch
Patch5:		prototype-1.0-hacks.patch
Patch6:		prototype-1.0-homedir.patch
BuildRequires:	devil-devel
BuildRequires:	fmod3-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	dos2unix
BuildRequires:	imagemagick
# fmod3 is 32 bit only so this one is too
ExclusiveArch:	%{ix86}

%description
Inspired by an old favourite of mine, Prototype pits you against a horde
of enemies in this short but fun RType clone. Prototype has been featured
in numerous magazines and even was awarded "Freeware Game of the month" in
PC Zone It was also awarded first place in the first shmup-dev competition.

%prep
%setup -q -c -a 1
dos2unix *.cpp *.h
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p0
%patch6 -p0
for i in *.cpp; do sed -i "$i" -e "s:Data/:"%{_gamesdatadir}"/"%{name}"/:g"; done
mv ProtoType/Data/Gfx/forcecharge.png ProtoType/Data/Gfx/ForceCharge.png
mv ProtoType/Data/Gfx/chainParticle.png ProtoType/Data/Gfx/ChainParticle.png
mv ProtoType/Data/Gfx/Ladybird.png ProtoType/Data/Gfx/LadyBird.png
mv ProtoType/Data/Gfx/Turret1.png ProtoType/Data/Gfx/turret1.png
mv ProtoType/Data/Gfx/StarBurst.png ProtoType/Data/Gfx/Starburst.png
mv ProtoType/Data/Gfx/forceblast.png ProtoType/Data/Gfx/Forceblast.png
mv ProtoType/Data/Gfx/Fireball.png ProtoType/Data/Gfx/FireBall.png
mv ProtoType/Data/Gfx/anim_back1.png ProtoType/Data/Gfx/Anim_back1.png
mv ProtoType/Data/Gfx/anim_back2.png ProtoType/Data/Gfx/Anim_back2.png
mv ProtoType/Data/Gfx/anim_Fore1.png ProtoType/Data/Gfx/Anim_Fore1.png
mv ProtoType/Data/Gfx/anim_Fore2.png ProtoType/Data/Gfx/Anim_Fore2.png
mv ProtoType/Data/Gfx/anim_Fore3.png ProtoType/Data/Gfx/Anim_Fore3.png
mv ProtoType/Data/Gfx/WaterSplash.png ProtoType/Data/Gfx/watersplash.png
mv ProtoType/Data/Gfx/PrototypeMk1.png ProtoType/Data/Gfx/Prototypemk1.png
mv ProtoType/Data/Sound/deflection.wav ProtoType/Data/Sound/Deflection.wav
mv ProtoType/Data/Sound/smallExplosion.wav ProtoType/Data/Sound/SmallExplosion.wav
mv ProtoType/Data/Sound/PickUp.wav ProtoType/Data/Sound/Pickup.wav
mv ProtoType/Data/Sound/UI_Select.wav ProtoType/Data/Sound/UI_select.wav

%build
%make

%install
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Prototype
Comment=Award-winning RType clone
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

install -d %{buildroot}{%{_iconsdir},%{_miconsdir},%{_liconsdir}}
install -d %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64,128x128}/apps
convert ProtoType/Data/Gfx/FireBug.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert ProtoType/Data/Gfx/FireBug.png -resize 48x48 %{buildroot}%{_liconsdir}/%{name}.png
convert ProtoType/Data/Gfx/FireBug.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert ProtoType/Data/Gfx/FireBug.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert ProtoType/Data/Gfx/FireBug.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
convert ProtoType/Data/Gfx/FireBug.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
convert ProtoType/Data/Gfx/FireBug.png -resize 64x64 %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
convert ProtoType/Data/Gfx/FireBug.png -resize 128x128 %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

install -d %{buildroot}%{_gamesdatadir}/%{name}
install -d %{buildroot}%{_gamesbindir}
mv %{name} %{buildroot}%{_gamesbindir}/%{name}

cp -r ProtoType/Data/* %{buildroot}%{_gamesdatadir}/%{name}/

%files
%doc ProtoType/README.txt
%{_gamesbindir}/%{name}
%{_datadir}/applications/mandriva-%{name}.desktop
%{_gamesdatadir}/%{name}
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog
* Thu Oct 25 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-2
+ Revision: e7ab302
- LOG Convert BuildRequires to pkgconfig style, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26442 |14nr|ps3mediaserver-1.90.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	DLNA compliant Upnp Media Server for the PS3
Name:		ps3mediaserver
Version:	1.90.1
Release:	1
License:	Proprietary
Group:		Video
Url:		http://code.google.com/p/ps3mediaserver/
Source0:	http://ps3mediaserver.googlecode.com/files/pms-%{version}-generic-linux-unix.tar.gz
Source1:	%{name}.png
BuildRequires:	imagemagick
Requires:	jre
Requires:	mencoder
Requires:	ffmpeg
Requires:	mplayer
BuildArch:	noarch

%description
PS3 Media Server is a DLNA compliant UPnP Media Server for the PS3,
written in Java, with the purpose of streaming or transcoding any kind
of media files, with minimum configuration. It's backed up with the
powerful Mplayer/FFmpeg packages.

%files
%doc CHANGELOG.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_miconsdir}/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -n pms-%{version}

%build
echo "Hi, i'm a fake build"

%install
install -dm 755 %{buildroot}%{_datadir}/%{name}
cp -af * %{buildroot}%{_datadir}/%{name}

mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh
cd %{_datadir}/%{name}
exec ./PMS.sh
EOF
chmod +x %{buildroot}%{_bindir}/%{name}

#icons
mkdir -p %{buildroot}{%{_iconsdir},%{_liconsdir},%{_miconsdir}}
install -m 0644 %{SOURCE1} %{buildroot}%{_liconsdir}/%{name}.png
install -m 0644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
convert %{buildroot}%{_miconsdir}/%{name}.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
install -m 0644 %{SOURCE1} %{buildroot}%{_iconsdir}/%{name}.png
convert %{buildroot}%{_iconsdir}/%{name}.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=PS3 Media Server
Comment=Media Server for the PS3
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;X-MandrivaLinux-Multimedia-Video;
EOF

%changelog
* Tue Sep 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.90.1-1
+ Revision: ba08037
- New version 1.90.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26443 |14nr|punes-0.78-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Nintendo Entertaiment System (NES) emulator
Name:		punes
Version:	0.78
Release:	1
License:	Freeware
Group:		Emulators
Url:		http://nesdev.parodius.com/bbs/viewtopic.php?t=6928
# Downloaded from dropbox account, see URL
Source0:	%{name}.32bit.tar.gz
Source1:	%{name}.64bit.tar.gz
Source2:	%{name}.png
BuildRequires:	imagemagick

%description
Close-sourced Nintendo Entertaiment System (NES) emulator with GUI.

Among other features it has Dendy mode support.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -q -c -a1

%build

%install
mkdir -p %{buildroot}%{_bindir}
%ifarch x86_64
cp %{name}64 %{buildroot}%{_bindir}/%{name}
%else
cp %{name}32 %{buildroot}%{_bindir}/%{name}
%endif

# icons
for N in 16 32 64; do convert %{SOURCE2} -resize ${N}x${N} $N.png; done
install -D 16.png %{buildroot}%{_miconsdir}/%{name}.png
install -D 32.png %{buildroot}%{_liconsdir}/%{name}.png
install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D %{SOURCE2} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

# menu-entry
mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=puNES
GenericName=Nintendo Entertaiment System emulator
GenericName[ru]=Эмулятор Nintendo Entertaiment System
Comment=Nintendo Entertaiment System emulator
Comment[ru]=Эмулятор Nintendo Entertaiment System
Exec=punes
Icon=punes
Type=Application
Categories=Game;Emulator;
MimeType=application/x-nes;application/x-nes-rom;
EOF


%changelog
* Tue Jan 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.78-1
+ Revision: 34cbeee
- LOG New version 0.78



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26444 |14nr|python-pycuda-2012.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pycuda

# CUDA version used to build the package:
%define cuda_ver 4.2

# NVIDIA driver version required by CUDA:
%define driver_ver 285.05

# Since x11-driver-video-nvidia-current doesn't explicitly provide
# this, it shouldn't be included in the requires list:
%if %{_use_internal_dependency_generator}
%define	__noautoreq libcuda.*
%else
%define _requires_exceptions libcuda.*
%endif

Summary:	Python wrapper for NVIDIA's CUDA API

Name:		python-%{module}
Version:	2012.1
Release:	3
Source0:        http://pypi.python.org/packages/source/p/%{module}/%{module}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://mathema.tician.de/software/pycuda
Requires:	nvidia-cuda-toolkit >= %{cuda_ver}
Requires:	nvidia-current-cuda-opencl >= %{driver_ver}
Requires:	nvidia >= %{driver_ver}
Requires:	python-mako
Requires:	python-pytools >= 2011.2
Requires:	python-decorator >= 3.2.0
Requires:	python-pytest >= 2
BuildRequires:	python-setuptools >= 0.6c9
BuildRequires:	nvidia-cuda-toolkit-devel >= %{cuda_ver}
BuildRequires:	nvidia-devel >= %{driver_ver}
BuildRequires:	python-numpy-devel >= 1.0.4
BuildRequires:	boost-devel
BuildRequires:	python-sphinx
BuildRequires:	python-devel

%description
PyCuda lets you access Nvidia's CUDA parallel computation API from
Python. Several wrappers of the CUDA API already exist - so what's so
special about PyCuda?

* Object cleanup tied to lifetime of objects. This idiom, often called
  RAII in C++, makes it much easier to write correct, leak- and
  crash-free code. PyCuda knows about dependencies, too, so (for
  example) it won't detach from a context before all memory allocated
  in it is also freed.
* Convenience. Abstractions like pycuda.driver.SourceModule and
  pycuda.gpuarray.GPUArray make CUDA programming even more convenient
  than with Nvidia's C-based runtime.
* Completeness. PyCuda puts the full power of CUDA's driver API at
  your disposal, if you wish.
* Automatic Error Checking. All CUDA errors are automatically
  translated into Python exceptions.
* Speed. PyCuda's base layer is written in C++, so all the niceties
  above are virtually free.
* Helpful Documentation.

%prep
%setup -q -n %{module}-%{version}

%build
find -name .gitignore | xargs rm -f

%__python ./configure.py --cudadrv-lib-dir=/usr/lib/nvidia-current,/usr/lib64/nvidia-current \
--boost-inc-dir=/usr/include/,/usr/include/boost \
--boost-lib-dir=/usr/lib,/usr/lib64 --boost-python-libname=boost_python --boost-thread-libname=boost_thread
%__python setup.py build

make -C doc PAPER=letter html
find -name .buildinfo | xargs rm -f

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}

%clean

%files
%doc doc/build/html/ examples/ README
%{_includedir}/pycuda/*
%{py_platsitedir}/pycuda*


%changelog
* Wed May 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 2012.1-3
+ Revision: d8c74cb
- Spec cleanup, sync with cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26445 |14nr|radeon-firmware-20130624-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name radeon-firmware
%define version 20130624
%define release 2

Summary: ATI/AMD Radeon firmware files
Name:	 %{name}
Version: %{version}
Release: %{release}
# extracted from git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
# all files in radeon/ dir, LICENSE.radeon_rlc and WHENCE (license for some files)
# git archive --prefix=radeon-firmware/ HEAD radeon LICENSE.radeon_rlc WHENCE | xz > radeon-firmware-20110601.tar.xz
Source0: %{name}-%{version}.tar.xz
License: Proprietary
Group:	 System/Kernel and hardware
Url:	 http://ati.amd.com/
BuildArch: noarch
Obsoletes: radeon-rlc-firmware
Conflicts: kernel-firmware < 20120219
Conflicts: kernel-firmware-nonfree < 20120219

%description
Firmware files for ATI/AMD Radeon graphics cards.

This package contains all the firmware files (including RLC) for the
following Radeon series: R100, R200, R300, R400, R500, R600, R700,
Evergreen, Fusion, Northern Islands, Southern Islands, Cayman, Llano,
Trinity.

%prep
%setup -q -n %{name}-%{version}

%build

%install
install -d %{buildroot}/lib/firmware/radeon
install -m644 radeon/* %{buildroot}/lib/firmware/radeon/

%files
%doc LICENSE.*
/lib/firmware/radeon/*.bin

%changelog
* Wed Oct 16 2013 Alexander Kazancev <kazancas@gmail.com> 20130624-2
+ Revision: 106212d
- Updated radeon-firmware.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26446 |14nr|radeon-rlc-firmware-1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name radeon-rlc-firmware
%define version 1
%define release %mkrel 5

Summary: ATI R600/R700/Evergreen/Fusion RLC Firmware
Name:	 %{name}
Version: %{version}
Release: %{release}
# extracted from git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
Source0: %{name}-%{version}.tar.xz
License: Proprietary
Group:	 System/Kernel and hardware
Url:	 http://ati.amd.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
This is Ati Radeon R600/R700/Evergreen (HD5xxx)/Fusion RLC firmware needed
for IRQ handling. It's needed for R600/R700/Evergreen/Fusion KMS support
beginning with 2.6.33 series kernels.

%prep
%setup -q -n %{name}

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware/radeon
install -m644 *.bin %{buildroot}/lib/firmware/radeon/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE.*
/lib/firmware/radeon/*.bin


%changelog
* Fri Feb 04 2011 Thomas Backlund <tmb@mandriva.org> 1-5mdv2011.0
+ Revision: 635982
- add BTC rlc firmware

* Thu Dec 30 2010 Thomas Backlund <tmb@mandriva.org> 1-4mdv2011.0
+ Revision: 626440
- Add Fusion SUMO rlc firmware

* Sat May 01 2010 Thomas Backlund <tmb@mandriva.org> 1-3mdv2010.1
+ Revision: 541453
- update summary and description to include Evergreen

* Sat May 01 2010 Thomas Backlund <tmb@mandriva.org> 1-2mdv2010.1
+ Revision: 541446
- add Evergreen (HD5xxx) rlc firmare

* Sat Dec 19 2009 Thomas Backlund <tmb@mandriva.org> 1-1mdv2010.1
+ Revision: 480212
- initial release
- Created package structure for radeon-rlc-firmware.


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26447 |14nr|raine-0.62.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug is not properly generated and we don't need it anyway here
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define build_optimization 0
%{?_with_optimization: %{expand: %%global build_optimization 1}}

Summary:	An arcade emulator
Name:		raine
Version:	0.62.7
Release:	2
License:	Freeware
#i.e: "Raine license", open-source freeware, distributable
Group:		Emulators
Url:		http://rainemu.swishparty.co.uk/
Source0:	http://rainemu.swishparty.co.uk/htmlarchive/%{name}-%{version}.tar.bz2
Source1:	http://rainemu.swishparty.co.uk/html/archive/icons.zip
Source2:	http://rainemu.swishparty.co.uk/html/archive/rainedocs.zip
Source3:	http://rainemu.swishparty.co.uk/html/archive/raine.pdf
# From 0.50.6
Source4:	shots.pl
Source6:	raine-neocd-cheats.tar.gz
Source7:	hiscore.7z
Source20:	%{name}.rpmlintrc

# emudx sources from : http://www.rainemu.com/html/archive/emudx/
# to add an emudx file :
# add its basename to the emudx_sources list below 
%define emudx_sources "dkongg dkongm froggerg froggerm galdxg galdxm\
 mspacmang pacmang"
#mspacmanm pacmanm
# this generates Source1xx tags (400 max)
%(echo %{emudx_sources} | awk 'BEGIN { RS=" "; n=0 }; { print "Source"100+n":\t"$1".dx2"; n++ };')
# this generates the list of emudx files for the install step
%define emudx_files %(echo %{emudx_sources} | awk 'BEGIN { RS=" "; files="" }; { files=files" %{_sourcedir}/"$1".dx2"}; END { print files };')

# artwork sources from : http://www.rainemu.com/html/download/extras.html
# to add an artwork archive :
# add its basename to the artwork_sources list below
%define artwork_sources "1941 19xx arbalest arkanoid arknoid2 batrider\
 bjtwin block darius2 ddonpach dfeveron dkong dogyuun donpachi downtown\
 driftout extrmatn fireshrk frogger ghoulsu gunbird majest12 matmania\
 mercs msh mspacman msword ninjaw outzone pacman pacplus pengo puckman\
 s1945 sf2ce slammast ssi superman tdragon terracre thunderl tknight\
 tndrcade varth vimana warriorb xmcota"
# this generates Source5xx tags
%(echo %{artwork_sources} | awk 'BEGIN { RS=" "; n=0 }; { print "Source"500+n":\t"$1".zip"; n++ };')
# this generates the list of artwork files for the install step
%define artwork_files %(echo %{artwork_sources} | awk 'BEGIN { RS=" "; files="" }; { files=files" %{_sourcedir}/"$1".zip"}; END { print files };')

BuildRequires:	desktop-file-utils
BuildRequires:	nasm
BuildRequires:	p7zip
# for the converter
BuildRequires:	pkgconfig(allegro)
# the rest
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(muparser)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	SDL_sound-devel
ExclusiveArch:	%{ix86}
Obsoletes:	%{name}-neocd < 0.62.0
Provides:	neoraine = %{EVRD}

%description
Raine is an emulator, it emulates some M68000 and M68020 arcade games
and is mainly focused on Taito and Jaleco games hardware.

Since 0.62 Raine was merged with NeoRaine into one emulator.

To play NeoGeo CD games you need neocd.bin (or neocd.zip), which is the
neocd bios to be in the (neo)raine's data directory:
%{_gamesdatadir}/raine

%package artwork
Summary:	Artwork for Raine
Group:		Emulators
Requires:	raine

%description artwork
Artwork for Raine. These files are pictures used mainly to fill the ugly 
black borders in vertical games.

%package emudx2
Summary:	Files to enhance emulation of old arcade games in raine
Group:		Emulators
Requires:	raine

%description emudx2
Files to enhance emulation of old arcade games.
Donkey Kong, Frogger, Galaxian, Pac-Man and Ms. Pac-Man are suported.

It requires the roms to be enhanced and the raine emulator.

%prep
%setup -q
%setup -q -T -D -a 1 -a 2 -a 6
cp -p %{SOURCE3} %{SOURCE4} .
7za x -y %{SOURCE7}

%build
%if !%{build_optimization}
 rm -f cpuinfo
 echo "_MARCH=-march=i586 -mtune=pentiumpro" > cpuinfo
 echo "CPU=pentiumpro" >> cpuinfo
%else
 rm -f cpuinfo
%endif
export OSTYPE
%make
make converter

%install
%makeinstall_std VERBOSE=1

# savegame converter
install -D -m 755 converter %{buildroot}%{_gamesbindir}/raine-savegame-converter

# history
install -D -m 644 history.dat %{buildroot}%{_gamesdatadir}/raine/history.dat

# icons
install -D -m 644 Raine48x48.png %{buildroot}%{_liconsdir}/raine.png
install -D -m 644 Raine32X32.png %{buildroot}%{_iconsdir}/raine.png
install -D -m 644 Raine16X16.png %{buildroot}%{_miconsdir}/raine.png

# menu
desktop-file-install --vendor="" \
  --add-category="X-MandrivaLinux-MoreApplications-Emulators" \
  --dir %{buildroot}%{_datadir}/applications/ \
  %{buildroot}%{_datadir}/applications/*

# artwork
mkdir -p %{buildroot}%{_gamesdatadir}/raine/artwork
install -m 644 %{artwork_files} %{buildroot}%{_gamesdatadir}/raine/artwork

# emudx
install -d -m 755 %{buildroot}%{_gamesdatadir}/raine/emudx
install -m 644 %{emudx_files} %{buildroot}%{_gamesdatadir}/raine/emudx

# remove no longer needed but still installed neoraine files
rm -f %{buildroot}%{_datadir}/pixmaps/neoraine.png
rm -f %{buildroot}%{_datadir}/applications/neoraine.desktop

%files
%defattr(0644,root,root,0755)
%doc raine.txt raine.pdf raine.lyx shots.pl
%attr(0755,root,root) %{_gamesbindir}/raine
%attr(0755,root,root) %{_gamesbindir}/raine-savegame-converter
%dir %{_gamesdatadir}/raine
%{_gamesdatadir}/raine/cheats.cfg
%{_gamesdatadir}/raine/hiscore.dat
%{_gamesdatadir}/raine/history.dat
%{_gamesdatadir}/raine/bitmaps
%{_gamesdatadir}/raine/fonts
%{_gamesdatadir}/raine/roms
%{_gamesdatadir}/raine/scripts
%{_gamesdatadir}/raine/shaders
%{_iconsdir}/raine.png
%{_miconsdir}/raine.png
%{_liconsdir}/raine.png
%{_datadir}/pixmaps/raine.png
%{_datadir}/applications/raine.desktop
# ex-neocd files
%{_gamesdatadir}/raine/neocheats.cfg

%files artwork
%defattr(0644,root,root,0755)
%doc raine.txt
%{_gamesdatadir}/raine/artwork

%files emudx2
%defattr(0644,root,root,0755)
%doc raine.txt
%{_gamesdatadir}/raine/emudx


%changelog
* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.62.7-2
+ Revision: 0f2148b
- MassBuild#430: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26448 |14nr|roadfighter-1.0.1269-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		roadfighter
Version:	1.0.1269
Release:	%mkrel 1
Summary:	Konami's Road Fighter remake
Group:		Games/Arcade
# http://www.braingames.getput.com/forum/forum_posts.asp?TID=678&PN=1
License:	Distributable
URL:		http://roadfighter.jorito.net/
Source0:	http://braingames.jorito.net/roadfighter/downloads/%{name}.src_%{version}.tgz
Patch0:		roadfighter-1.0.1269-Makefile.patch
Patch1:		roadfighter-1.0.1269-sformat.patch
Patch2:		roadfighter-1.0.1269-datapath.patch
Patch3:		roadfighter-1.0.1269-desktop.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel
BuildRequires:	SDL_sound-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils

%description
This is a remake of a car-based arcade game developed by Konami and released
in 1984. The goal is to reach the finish line within the stages without
running out of time, hitting other cars or running out of fuel.

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

# Fix char encondig
iconv --from=ISO-8859-1 --to=UTF-8 readme.txt > readme.txt.utf8
touch -r readme.txt readme.txt.utf8
mv readme.txt.utf8 readme.txt

%build
export CFLAGS="%{optflags}"
%make

%install
rm -rf %{buildroot}

# Install game and data
install -d %{buildroot}%{_gamesbindir}
install -m 755 -p %{name} %{buildroot}%{_gamesbindir}/
install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -pr fonts graphics maps sound %{buildroot}%{_gamesdatadir}/%{name}/

# Install icon
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
convert -resize 32x32 \
  -frame 0x3 \
  -mattecolor '#dfdfdf' \
  -transparent '#dfdfdf' \
  build/linux/roadfighter.png \
  %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png

# Install desktop file
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
  --dir %{buildroot}%{_datadir}/applications \
  build/linux/%{name}.desktop

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc readme.txt
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_iconsdir}/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop




%changelog
* Thu Aug 02 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.1269-1
+ Revision: 47de422
- Automatic import for version 1.0.1269



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26449 |14nr|rott-1.1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define Werror_cflags	%nil

Name:		rott
Version:	1.1.2
Release:	3
Summary:	Rise of the Triad
Group:		Games/Arcade
License:	GPL
URL:		http://icculus.org/rott/
Source0:	http://icculus.org/rott/releases/%{name}-%{version}.tar.gz
Source1:	%{name}-shareware.sh
Source2:	%{name}-registered.sh
Source3:	%{name}.autodlrc
Source4:	%{name}-shareware.desktop
Source5:	%{name}-registered.desktop
Source6:	%{name}.png
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)

%description
This is the icculus.org Linux port of Apogee's classic 3d shooter
Rise of the Triad, which has been released under the GPL by Apogee.
This version is enhanced with the 'high' resolution rendering from
the winrott port.

%package shareware
Summary:	Rise of the Triad shareware version
Group:		Games/Arcade
Requires:	autodownloader

%description shareware
This is the icculus.org Linux port of Apogee's classic 3d shooter
Rise of the Triad (RotT), which has been released under the GPL by
Apogee. This version is enhanced with the 'high' resolution
rendering from the winrott port.

This package contains the engine for the shareware version of RotT.
In order to play the shareware version, you will need the shareware
datafiles. Which can be freely downloaded from Apogee/3DRealms, but
cannot be distributed as a package. When you start RotT for the
first time it will offer to download the datafiles for you.

%package registered
Summary:	Rise of the Triad registered version
Group:		Games/Arcade
Requires:	zenity

%description registered
This is the icculus.org Linux port of Apogee's classic 3d shooter
Rise of the Triad (RotT), which has been released under the GPL by
Apogee. This version is enhanced with the 'high' resolution
rendering from the winrott port.

This package contains the engine for the registered version of RotT.
If you own the registered version, this allows you to play the
registered version under Linux. Place the registered RotT datafiles
in a dir and start rott-registered from this dir.

%prep
%setup -q

%build
pushd rott
	%make EXTRACFLAGS="%{optflags} -Wno-unused -Wno-pointer-sign -fno-strict-aliasing"
	mv %{name} %{name}-shareware.bin

	make clean
	%make SHAREWARE=0 EXTRACFLAGS="%{optflags} -Wno-unused -Wno-pointer-sign -fno-strict-aliasing"
	mv %{name} %{name}-registered.bin
popd

%install
# no make install target, DIY
install -dm 755 %{buildroot}%{_gamesbindir}
install -m 755 %{name}/%{name}-* %{buildroot}%{_gamesbindir}
install -m 755 %{SOURCE1} %{buildroot}%{_gamesbindir}/%{name}-shareware
install -m 755 %{SOURCE2} %{buildroot}%{_gamesbindir}/%{name}-registered

# the autodownloader-stuff
install -dm 755 %{buildroot}%{_gamesdatadir}/%{name}
install -m 644 %{SOURCE3} %{buildroot}%{_gamesdatadir}/%{name}

# desktop file and icon stuff
install -dm 755 %{buildroot}%{_datadir}/pixmaps
install -m 644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -m 644 %{SOURCE6} %{buildroot}%{_datadir}/pixmaps/%{name}-shareware.png

install -dm 755 %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/applications

install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/applications

# man-page
install -dm 755 %{buildroot}%{_mandir}/man6
install -m 644 doc/%{name}.6 %{buildroot}%{_mandir}/man6/%{name}-shareware.6
install -m 644 doc/%{name}.6 %{buildroot}%{_mandir}/man6/%{name}-registered.6

%files shareware
%doc README doc/*.txt
%{_gamesbindir}/%{name}-shareware*
%dir %{_gamesdatadir}/%{name}
%{_gamesdatadir}/%{name}/rott.autodlrc
%{_mandir}/man6/%{name}-shareware.6*
%{_datadir}/applications/%{name}-shareware.desktop
%{_datadir}/pixmaps/%{name}-shareware.png

%files registered
%doc README doc/*.txt
%{_gamesbindir}/%{name}-registered*
%dir %{_gamesdatadir}/%{name}
%{_mandir}/man6/%{name}-registered.6*
%{_datadir}/applications/%{name}-registered.desktop
%{_datadir}/pixmaps/%{name}.png


%changelog
* Thu Oct 25 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.2-3
+ Revision: b58315f
- LOG Update to 1.1.2 properly (do various fixes)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26450 |14nr|rt2860-firmware-11-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name rt2860-firmware
%define rtname RT2860_Firmware
%define version 11
%define release %mkrel 2

Summary: Firmware for the RT2860 chip
Name: %{name}
Version: %{version}
Release: %{release}
# http://www.ralinktech.com.tw/data/drivers/%{rtname}_V%{version}.zip
# (Repackaged as tar.bz2 because of unzip warnings that makes build fail)
Source: %{rtname}_V%{version}.tar.bz2
License: Redistributable, no modification permitted
Group: System/Kernel and hardware
Url: http://www.ralinktech.com
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch

%description
This package contains the firmware files for the RT2860 chip.

%prep
%setup -q -n %{rtname}_V%{version}

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
install -m644 rt*.bin %{buildroot}/lib/firmware

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.ralink-firmware.txt
/lib/firmware/rt*.bin


%changelog
* Tue Sep 08 2009 Thierry Vignaud <tvignaud@mandriva.com> 11-2mdv2010.0
+ Revision: 433248
- rebuild

* Tue Jul 29 2008 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 11-1mdv2009.0
+ Revision: 253867
- import rt2860-firmware



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26451 |14nr|rt2870-firmware-22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name rt2870-firmware
%define rtname RT2870_Firmware
%define version 22
%define release %mkrel 1

Summary: Firmware for the RT2870 chip
Name: %{name}
Version: %{version}
Release: %{release}
# http://www.ralinktech.com.tw/data/drivers/%{rtname}_V%{version}.zip
# (Repackaged as tar.bz2 because of unzip warnings that makes build fail)
Source: %{rtname}_V%{version}.tar.xz
License: Redistributable, no modification permitted
Group: System/Kernel and hardware
Url: http://www.ralinktech.com
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch

%description
This package contains the firmware files for the RT2870 chip.

%prep
%setup -q -n %{rtname}_V%{version}

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
install -m644 rt*.bin %{buildroot}/lib/firmware

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.ralink-firmware.txt
/lib/firmware/rt*.bin


%changelog
* Sun Aug 15 2010 Thomas Backlund <tmb@mandriva.org> 22-1mdv2011.0
+ Revision: 570157
- update to V22 (mdv #60516)

* Tue Sep 08 2009 Thierry Vignaud <tv@mandriva.org> 8-2mdv2010.0
+ Revision: 433249
- rebuild

* Mon Sep 22 2008 Pascal Terjan <pterjan@mandriva.org> 8-1mdv2009.0
+ Revision: 286744
- import rt2870-firmware



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26452 |14nr|rt3090-firmware-2.1.0.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Firmware for the RT3090 chip
Name: rt3090-firmware
Version: 2.1.0.0
Release: %mkrel 2
# Firmware file common/rt2860.bin from
# http://www.ralinktech.com.tw/data/drivers/2009_0612_RT3090_Linux_STA_V2.1.0.0_DPO.tar.gz
# It's renamed in install to rt3090.bin (dkms-rt3090 is patched to support this)
# rt2860-firmware package isn't used or updated because I'm not sure if this
# firmware also supports rt2860 devices
Source: rt2860.bin
Group: System/Kernel and hardware
License: Redistributable, no modification permitted
Url: http://www.ralinktech.com
BuildRoot: %{_tmppath}/%{name}-%{version}
BuildArch: noarch

%description
This package contains the firmware files for the RT3090 chip.

%prep

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
cp %{_sourcedir}/rt2860.bin %{buildroot}/lib/firmware/rt3090.bin

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
/lib/firmware/rt3090.bin


%changelog
* Mon Aug 10 2009 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 2.1.0.0-2mdv2010.0
+ Revision: 414438
- Rename spec file.

* Fri Aug 07 2009 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 2.1.0.0-1mdv2010.0
+ Revision: 411505
- import rt3090-firmware


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26453 |14nr|rt61-firmware-1.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name rt61-firmware
%define rtname RT61_Firmware
%define version 1.2
%define release %mkrel 3

Summary: Firmware for the RT61 chip
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.ralinktech.com/ralink/data/%{rtname}_V%{version}.tar.bz2
License: Proprietary
Group: System/Kernel and hardware
Url: http://rt2x00.serialmonkey.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
This package contains the firmware files for the RT61 chip, which is
used in WLAN PCMCIA cards.

%prep
%setup -q -n %{rtname}_V%{version}

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
install -m644 rt*.bin %{buildroot}/lib/firmware

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
/lib/firmware/rt*.bin




%changelog
* Tue Sep 08 2009 Thierry Vignaud <tvignaud@mandriva.com> 1.2-3mdv2010.0
+ Revision: 433256
- rebuild

* Wed Jul 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.2-2mdv2009.0
+ Revision: 241588
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot


* Tue Mar 20 2007 Olivier Blin <oblin@mandriva.com> 1.2-1mdv2007.1
+ Revision: 147039
- initial release (based on rt73-firmware spec)
- Create rt61-firmware


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26454 |14nr|rt73-firmware-1.8-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name rt73-firmware
%define rtname RT71W_Firmware
%define version 1.8
%define release %mkrel 5

Summary: Firmware for the RT73 chip
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.ralinktech.com/ralink/data/%{rtname}_V%{version}.tar.bz2
Source1: rt73.pm-utils
License: Proprietary
Group: System/Kernel and hardware
Url: http://rt2x00.serialmonkey.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
This package contains the firmware files for the RT73 chip, which is
used in WLAN USB sticks.

%prep
%setup -q -n %{rtname}_V%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/lib/firmware
install -m644 rt73.bin $RPM_BUILD_ROOT/lib/firmware
install -D -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/pm/config.d/rt73

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/lib/firmware/rt73.bin
%{_sysconfdir}/pm/config.d/rt73


%changelog
* Tue Sep 08 2009 Thierry Vignaud <tvignaud@mandriva.com> 1.8-5mdv2010.0
+ Revision: 433331
- rebuild

* Fri Oct 31 2008 Olivier Blin <oblin@mandriva.com> 1.8-4mdv2009.1
+ Revision: 299098
- unload rt73usb on suspend

  + Thierry Vignaud <tvignaud@mandriva.com>
    - rebuild
    - import rt73-firmware


* Mon Mar 19 2007 Olivier Blin <blino@mandriva.com> 1.8-2mdv2007.1
- fix firmware location (#29691)

* Sun Dec 31 2006 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.8-1mdv2007.1
- initial Mandriva release

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26455 |14nr|sdlmame-0.154-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Better disable debug because with it's so greedy for resources
# that linkage fails
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	SDL MAME is an arcade emulator
Name:		sdlmame
Version:	0.154
Release:	1
%define sversion	%(sed -r -e "s/\\.//" -e "s/(.*)u(.)/\\1/" <<<%{version})
License:	Freeware
Group:		Emulators
Url:		http://mamedev.org/
#http://mamedev.org/downloader.php?&file=mame%{sversion}s.zip
Source0:	mame%{sversion}s.zip
Source1:	sdlmame-wrapper
Source2:	sdlmess-wrapper
Source3:	sdlmame-extra.tar.bz2
# Repack from git and 0.146 as these files are no longer in sources zip
Source4:	sdlmess-extra-0.147.tar.bz2

Patch0:		sdlmame-0.151-verbose-build.patch
# x86_64 build fails due to extra optimizations
Patch1:		sdlmame-0.150-dont-force-inline.patch
# We don't want 64 bit binaries to have extra suffix
Patch2:		sdlmame-0.154-no64suffix.patch
# Fix linkage with gcc 4.9
Patch3:		sdlmame-0.153-linkage.patch

BuildRequires:	dos2unix
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(zlib)
ExclusiveArch:	%{ix86} x86_64 ppc

%description
SDL MAME is an arcade emulator using SDL, and based on the Multiple Arcade
Machine Emulator (MAME).

You can find a some freeware and their description on http://mamedev.org/roms/

If you some tricks to finish a game, the cheat.zip file is now provided in a
other package named sdlmame-extra-data.

%files
%defattr(0644,root,games,0755)
%doc docs/*
%attr(0755,root,games) %{_gamesbindir}/sdlmame*
%attr(0755,root,games) %{_gamesbindir}/*-sdlmame
%{_gamesdatadir}/sdlmame

#----------------------------------------------------------------------------

%package -n sdlmess
Summary:	SDL MESS emulates a large variety of different systems
Group:		Emulators

%description -n sdlmess
SDL MESS is a free emulator which emulates a large variety of different
systems (computers and home entertainment systems).
It uses SDL, and is based on MESS.

%files -n sdlmess
%defattr(0644,root,games,0755)
%doc docs/*
%attr(0755,root,games) %{_gamesbindir}/sdlmess*
%attr(0755,root,games) %{_gamesbindir}/*-sdlmess
%{_gamesdatadir}/sdlmess

#----------------------------------------------------------------------------

%prep
%setup -c -n %{name}-%{version} -q
unzip -qq mame.zip
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

#files missing : ui.bdf, keymaps
tar xf %{SOURCE3}
#files missing : arkwork, sysinfo.dat
tar xf %{SOURCE4}

find . -type f | xargs dos2unix

%build
#notes:
#fullname is prefix+name+suffix+suffix64+suffixdebug(+suffixexe)
#optimizing for specific processor adds suffixes:
#DEBUG=1 for the debugger
#SYMBOLS=1 to build a -debug package
#set ARCHOPTS for architecture-specific optimizations
#(-march=,-msse3,-mcpu=,...)
#Arch is auto-detected now, DRC options are set accordingly
#no need for PTR64=1, PPC=1, X86_MIPS3_DRC=, X86_PPC_DRC=, etc
%make all TARGET=mame \
 PREFIX=sdl \
 NOWERROR=1 \
 BUILD_EXPAT= \
 BUILD_FLAC= \
 BUILD_ZLIB= \
 NO_USE_QTDEBUG=1 \
 NO_DEBUGGER=1 \
 OPT_FLAGS="%{optflags}"

%make all TARGET=mess \
 PREFIX=sdl \
 NOWERROR=1 \
 BUILD_EXPAT= \
 BUILD_FLAC= \
 BUILD_ZLIB= \
 NO_USE_QTDEBUG=1 \
 NO_DEBUGGER=1 \
 OPT_FLAGS="%{optflags}"

%install
install -d -m 755 %{buildroot}%{_gamesbindir}
install -m 755 sdlmame %{buildroot}/%{_gamesbindir}/sdlmame.real
install -m 755 sdlmess* %{buildroot}/%{_gamesbindir}/sdlmess.real

#tools
#useful to manage roms
install -m 755 chdman %{buildroot}%{_gamesbindir}/chdman-sdlmame
install -m 755 chdman %{buildroot}%{_gamesbindir}/chdman-sdlmess
install -m 755 romcmp %{buildroot}%{_gamesbindir}/romcmp-sdlmame
install -m 755 romcmp %{buildroot}%{_gamesbindir}/romcmp-sdlmess
#useful to create a new keymap
install -m 755 testkeys %{buildroot}%{_gamesbindir}/testkeys-sdlmame
install -m 755 testkeys %{buildroot}%{_gamesbindir}/testkeys-sdlmess
#other tools built:
#jedutils, makemeta, regrep, srcclean

#"support files" moved to sdlmame-extra-data
#but the directory is still owned by this package
install -d -m 755 %{buildroot}%{_gamesdatadir}/sdlmame
install -d -m 755 %{buildroot}%{_gamesdatadir}/sdlmess

#ui font
install -m 644 ui.bdf %{buildroot}/%{_gamesdatadir}/sdlmame/
install -m 644 ui.bdf %{buildroot}/%{_gamesdatadir}/sdlmess/

#keymaps
install -d -m 755 %{buildroot}%{_gamesdatadir}/sdlmame/keymaps
install -m 644 keymaps/* %{buildroot}/%{_gamesdatadir}/sdlmame/keymaps/
install -d -m 755 %{buildroot}%{_gamesdatadir}/sdlmess/keymaps
install -m 644 keymaps/* %{buildroot}/%{_gamesdatadir}/sdlmess/keymaps/

#various directories and files
install -d -m 755 %{buildroot}%{_gamesdatadir}/sdlmess/artwork
install -m 644 artwork/* %{buildroot}%{_gamesdatadir}/sdlmess/artwork/
install -d -m 755 %{buildroot}%{_gamesdatadir}/sdlmame/hash
install -m 644 hash/* %{buildroot}%{_gamesdatadir}/sdlmame/hash/
install -d -m 755 %{buildroot}%{_gamesdatadir}/sdlmess/hash
install -m 644 hash/* %{buildroot}%{_gamesdatadir}/sdlmess/hash/

#sysinfo.dat
install -m 644 sysinfo.dat %{buildroot}%{_gamesdatadir}/sdlmess/

#install wrapper
install -m 755 %{SOURCE1} %{buildroot}%{_gamesbindir}/sdlmame
install -m 755 %{SOURCE2} %{buildroot}%{_gamesbindir}/sdlmess


%changelog
* Sun Sep 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.154-1
+ Revision: 0087898
- New version 0.154



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26456 |14nr|sdlmame-extra-data-0.145-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sdlmame-extra-data
Version:	0.145
Release:	%mkrel 1
Summary:	More data files for SDL MAME front-ends
License:	Freeware
Group:		Emulators
URL:		http://mameworld.info/

# Cheats (XML format)
Source1:	http://cheat.retrogames.com/download/cheat0145.zip
#alt url: http://www.mamecheat.co.uk/
# nplayers.ini
Source10:	http://nplayers.arcadebelgium.be/files/nplayers0145.zip
# history.dat
Source20:	http://www.arcade-history.com/dats/mamehistory145.7z
# mameinfo.dat
Source30:	http://www.mameworld.info/mameinfo/download/Mameinfo0145.zip
# catver.ini (en, fr, it)
# http://www.progettoemma.net/public/ccount/click.php?id=6
# http://clrmamepro.free.fr/file/catlist/catver.zip
# http://www.progettoemma.net/public/ccount/click.php?id=5
Source40:	catver-0.145-en.zip
Source41:	catver-0.145-fr.zip
Source42:	catver-0.145-it.zip
# controls.ini (for wahcade)
Source50:	controls.ini.0.111.5.zip

BuildRequires:	p7zip
BuildRequires:	recode
BuildRequires:	perl

BuildArch:	noarch

# cheat.zip does not require a front-end
Requires:	sdlmame

%description
This package includes additional files for SDL MAME arcade emulator, which
are used by sdlmame itself (cheat.zip) or its front-ends.

%prep
rm -rf %{name}-%{version}
mkdir %{name}-%{version}
cd %{name}-%{version}

#cheats
unzip %{SOURCE1}

#nplayers
unzip -CoLaa %{SOURCE10} nplayers.ini
perl -pe "s/([0-9])P/\$1J/g" nplayers.ini >nplayers-fr.ini

#history
7za x %{SOURCE20}

#mameinfo
unzip -o %{SOURCE30}
7za e Mameinfo*.7z mameinfo.dat

#catver
unzip -Coaap %{SOURCE40} Catver.ini >catver-en.ini
unzip -Coaap %{SOURCE41} Catver.ini >catver-fr.ini
unzip -Coaap %{SOURCE42} Catver.ini >catver-it.ini
#fix catver (for loemu)
recode l1..u8 catver-fr.ini catver-it.ini
perl -pi -e "s/^=/#=/g" catver-fr.ini

#controls
unzip -o %{SOURCE50}

%build

%install
cd %{name}-%{version}
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_gamesdatadir}/sdlmame
install -m 644 cheat.zip catver-en.ini catver-fr.ini catver-it.ini \
 controls.ini history.dat mameinfo.dat nplayers.ini nplayers-fr.ini \
 %{buildroot}%{_gamesdatadir}/sdlmame/

%files
%{_gamesdatadir}/sdlmame/*

%clean
rm -rf %{buildroot}





%changelog
* Thu Aug 02 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.145-1
+ Revision: 14abcc9
- Automatic import for version 0.145



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26457 |14nr|sflowtool-3.26-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		sflowtool
Summary:	sflowtool is a utility for collecting and processing sFlow data
Version:	3.26
Release:	1
License:	Other
Source0:	http://www.inmon.com/bin/%{name}-%{version}.tar.gz
Group:		System/Configuration/Networking
URL:		http://www.inmon.com/technology/sflowTools.php

%description
The sFlow toolkit provides command
line utilities and scripts for analyzing sFlow data.
sflowtool interfaces to utilities such as tcpdump,
ntop and Snort for detailed packet tracing and analysis,
NetFlow compatible collectors for IP flow accounting,
and provides text based output that can be used in scripts
to provide customized analysis and reporting and for 
integrating with other tools such as MRTG or rrdtool.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files
%{_bindir}/%{name}
%doc AUTHORS INSTALL NEWS ChangeLog README



%changelog
* Thu Jun 21 2012 Rosa <rosa@rosa-build.rosalab.ru> 3.26-1
+ Revision: 1df913d
- Automatic import for version 3.26



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26458 |14nr|shareware_doom_iwad-1.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		shareware_doom_iwad
BuildArch:	noarch
Version:	1.9
Release:	%mkrel 2
Summary:	Doom v1.9 shareware iwad
# http://www.3ddownloads.com/showfile.php3?file_id=7486
Source0:	%{name}.zip
License:	Shareware
Group:		Games/Arcade
URL:		http://www.doomworld.com/classicdoom/info/shareware.php
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
%description
Shareware Doom v1.9 iwad.

%install
unzip -o %{SOURCE0}
install -D -m 644 DOOM1.WAD %{buildroot}/%{_gamesdatadir}/doom/doom1.wad

%clean
rm -rf %{buildroot}

%files
%{_gamesdatadir}/doom/doom1.wad



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.9-2
+ Revision: 98ac4d0
- Automatic import for version 1.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26459 |14nr|shorten-3.6.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: shorten
Version: 3.6.1
Release: %mkrel 1
License: Distributable
Summary: A fast, low complexity waveform coder
Group: Sound
URL: http://www.etree.org/shnutils/shorten/
Source: http://www.etree.org/shnutils/shorten/source/shorten-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Shorten is a low complexity and fast waveform coder (i.e. audio
compressor), originally written by Tony Robinson at SoftSound. It can
operate in both lossy and lossless modes.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc AUTHORS ChangeLog COPYING NEWS README doc/LICENSE doc/TODO doc/tr156.ps
%{_mandir}/*/%{name}*
%{_bindir}/%{name}




%changelog
* Thu Aug 02 2012 Rosa <rosa@rosa-build.rosalab.ru> 3.6.1-1
+ Revision: 08fd1f2
- Automatic import for version 3.6.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26460 |14nr|smathstudio-0.89-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary: Small mathematic packet with MathCad style

Name: smathstudio
Version: 0.89
Release: 3
License: EULA
Group: Sciences/Mathematics
URL: http://ru.smath.info/forum/default.aspx?g=posts&t=130

Source0: SMathStudioDesktop.0_89.Mono.tar.gz
Source1: SSLogo48.png
#Source2: Text_RUS.lang

#Obsoletes: smathstudio < %{version}
Requires: mono, mono-winforms

%description
A free mathematical package with a graphical interface for the calculation 
of mathematical expressions, and constructing two-dimensional and
three-dimensional graphs.

%build
%prep
%setup -q -n SMathStudioDesktop.0_89.Mono

%pre
rm -f %{_bindir}/smathstudio

%post
gzip -d %{_datadir}/%{name}-%{version}/lang/*.gz
gzip -d %{_datadir}/%{name}-%{version}/examples/*.gz
gzip -d %{_datadir}/%{name}-%{version}/book/*.gz
gzip -d %{_datadir}/%{name}-%{version}/plugins/*.gz

%postun
rm -rf %{_datadir}/%{name}-%{version}

%install
mkdir -p %{buildroot}/%{_datadir}
mkdir %{buildroot}/%{_datadir}/%{name}-%{version}
mkdir %{buildroot}/%{_datadir}/%{name}-%{version}/book
mkdir %{buildroot}/%{_datadir}/%{name}-%{version}/lang
mkdir %{buildroot}/%{_datadir}/%{name}-%{version}/examples
mkdir %{buildroot}/%{_datadir}/%{name}-%{version}/plugins

mkdir -p %{buildroot}/usr/bin
mkdir -p %{buildroot}/usr/share/applications
#cp -a lang %{buildroot}/opt/%{name}-%{version}/
#cp -a examples %{buildroot}/opt/%{name}-%{version}/
#cp -a book %{buildroot}/opt/%{name}-%{version}/
install -Dm644 *.pc %{buildroot}/%{_datadir}/%{name}-%{version}/
install -Dm755 *.dll %{buildroot}/%{_datadir}/%{name}-%{version}/
install -Dm755 *.exe %{buildroot}/%{_datadir}/%{name}-%{version}/
gzip lang/*
gzip book/*
gzip examples/*
gzip plugins/*
chmod a-x lang/*
chmod a-x book/*
chmod a-x examples/*
chmod a-x plugins/*
cp lang/* %{buildroot}/%{_datadir}/%{name}-%{version}/lang
cp book/* %{buildroot}/%{_datadir}/%{name}-%{version}/book
cp examples/* %{buildroot}/%{_datadir}/%{name}-%{version}/examples
cp plugins/* %{buildroot}/%{_datadir}/%{name}-%{version}/plugins

install -Dm644 %{SOURCE1} %{buildroot}/%{_datadir}/%{name}-%{version}/SSLogo48.png
echo "//// SMath Studio 0.88" >> %{buildroot}/%{_datadir}/%{name}-%{version}/settings.inf
echo "Language=RUS" >> %{buildroot}/%{_datadir}/%{name}-%{version}/settings.inf


chmod 666 %{buildroot}/%{_datadir}/%{name}-%{version}/settings.inf

install -dm 755 %{buildroot}%{_datadir}/applications
cat > %{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
GenericName=SMath Studio Desktop
GenericName[ru]=SMath Studio Desktop
Name=SMathStudio
Name[ru]=SMathStudio
Exec=%{_bindir}/smathstudio_mono
Comment=mathematical editor with MathCad style
Icon=/opt/smathstudio-%{version}/SSLogo48.png
Type=Application
Categories=Education;Math;
EOF
install -m 0644 %{name}.desktop \
%{buildroot}%{_datadir}/applications/%{name}.desktop

install -dm 755 %{buildroot}%{_bindir}
cat > smathstudio_mono << EOF
#!/bin/sh
exec mono "%{_datadir}/%{name}-%{version}/SMathStudio_Desktop.exe" "\$@"
exit
EOF

install -m 7655 smathstudio_mono \
%{buildroot}%{_bindir}/smathstudio_mono

%clean

%files
%{_datadir}/%{name}-%{version}
%{_bindir}/smathstudio_mono
%{_datadir}/applications/smathstudio.desktop


%changelog
* Wed May 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.89-3
+ Revision: c3a861f
- Fix typos



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26461 |14nr|sopcast-player-0.8.5-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# In fact, it's noarch package but it depends on 32 bit only sp-auth
# So keep sopcast-player 32 bit only too
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A GUI front-end to SopCast
Name:		sopcast-player
Version:	0.8.5
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://code.google.com/p/sopcast-player/
Source0:	http://sopcast-player.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	gettext
BuildRequires:	vlc-devel
Requires:	sp-auth
Requires:	pygtk2
Requires:	python
Requires:	vlc
ExclusiveArch:	%{ix86}

%description
SopCast Player is designed to be an easy to use Linux GUI front-end for the p2p
streaming technology developed by SopCast. SopCast Player features an 
integrated video player, a channel guide, and bookmarks. Once SopCast Player is
installed it simply "just works" with no required configuration.

%prep
%setup -qn %{name}

%build
%setup_compile_flags
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.svg


%changelog
* Tue Jan 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.5-1
+ Revision: cc4e840
- Add new source tarball to .yml file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26462 |14nr|sp-4.1.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:        School Portal
Summary(ru):    Школьный портал
Name:           sp
Version:        4.1.3
Release:        %mkrel 1
License:        Prop
URL:            http://spcms.ru
Group:          Networking/WWW
Source0:        sp-for-rpm.tar.bz2
Source1:	.htaccess
Source2:	000-sp.conf
Source3:	CMS.gdb
Source4:	XXI.gdb
Source5:	UDFLib.dll
Source6:	update_xxi.pl
BuildRoot:      %{_tmppath}/%{name}-%{version}-root-dja
Requires:       task-lamp firebird-superserver perl-CGI perl-Archive-Zip perl-GD perl-GDGraph perl-Image-Magick perl-Mail-Sender perl-Text-Iconv perl-CPAN perl-CGI-Session perl-CGI-SpeedyCGI perl-HTML-TagFilter perl-DBD-InterBase

Autoprov:       0
Autoreq:        0

# Copyright:      Prop
# Если не задано Copyright, его значение берётся из License

# -------------------------------------------
# Описание на английском
# -------------------------------------------
%description
Integrated school control system.

# -------------------------------------------
# Описание на русском
# -------------------------------------------
%description -l ru
Комплексная система управления школой.

# -------------------------------------------
# Установка. Устанавливаем всё, что нужно в $RPM_BUILD_ROOT как в /
# -------------------------------------------
%install
rm -rf %{buildroot}
mkdir -p $RPM_BUILD_ROOT/var/www/cgi-bin/sp/
mkdir -p $RPM_BUILD_ROOT/var/www/html/sp/
mkdir -p $RPM_BUILD_ROOT/opt/xxi/data/
mkdir -p $RPM_BUILD_ROOT//etc/httpd/conf/vhosts.d/
mkdir -p $RPM_BUILD_ROOT/usr/lib/firebird/UDF/
mkdir -p $RPM_BUILD_ROOT/sbin/
#mkdir -p $RPM_BUILD_ROOT/usr/sbin/

cp %{SOURCE1}   $RPM_BUILD_ROOT/var/www/html/
cp %{SOURCE2} $RPM_BUILD_ROOT//etc/httpd/conf/vhosts.d/
cp %{_sourcedir}/*.gdb       $RPM_BUILD_ROOT/opt/xxi/data/
cp %{SOURCE5}  $RPM_BUILD_ROOT/usr/lib/firebird/UDF/UDFLib.dll

cd $RPM_BUILD_ROOT/var/www/cgi-bin/sp
tar xf %{_sourcedir}/sp-for-rpm.tar.bz2
cp %{SOURCE6} $RPM_BUILD_ROOT/var/www/cgi-bin/sp/update_xxi.pl

mv -f $RPM_BUILD_ROOT/var/www/cgi-bin/sp/sp_add_admin.pl $RPM_BUILD_ROOT/sbin/sp-add-admin

# -------------------------------------------
# Список файлов, которые попадут в пакет
# -------------------------------------------
%files
%defattr(400, root, root)
%config(noreplace) /var/www/cgi-bin/sp/sp.conf
%config(noreplace) /opt/xxi/data/*
/var/www/cgi-bin/sp/cms/
/var/www/cgi-bin/sp/dic/
/var/www/cgi-bin/sp/sphtml/
/var/www/cgi-bin/sp/tpl/
/var/www/cgi-bin/sp/*.cgi
/var/www/cgi-bin/sp/*.pl
/var/www/cgi-bin/sp/sp.sql
/var/www/cgi-bin/sp/*.ttf
/var/www/html/.htaccess
/etc/httpd/conf/vhosts.d/000-sp.conf
/usr/lib/firebird/UDF/UDFLib.dll
/sbin/sp-add-admin
#/sbin/sp-ldap-setup
#/usr/sbin/smbldap-passwd
#/var/www/cgi-bin/sp/smbldap-passwd

# -------------------------------------------
# Команды, выполняющиеся после распаковки файлов из пакета при установке на целевую систему
# -------------------------------------------
%post

# Прежде всего пофиксим неверную установку Firebird из RPM ALT Linux-а (для Mandriva проверить)

# без этого fb не видит свой конфиг
#chmod o+rx /etc/firebird
# без этого fb не соединяется с базой
#chmod g+w /etc/firebird

# для FB суперсервер - не юзается

#cd /etc/init.d/
#./firebird start
# /etc/init.d/firebird start
# не работает. apt-get ругается:
# The following packages have unmet dependencies:
#   sp: PreDepends: /etc/rc.d/init.d/firebird but it is not installable
# поэтому пока так

# для FB классик:

# снимаем ограничение на 5 коннектов к fb
#if ! grep -q "per_source = UNLIMITED" /etc/xinetd.d/firebird; then
#	perl -i -p -e 's/^\s*disable\s+=\s+no$/disable = no\nper_source = UNLIMITED/' /etc/xinetd.d/firebird
#fi

/etc/init.d/xinetd restart

rm -f -- /etc/httpd/conf/vhosts.d/00_default_vhosts.conf

/etc/init.d/httpd restart

# restore
#chown -R firebird:firebird /opt/xxi/data/
#chmod 660 /opt/xxi/data/*.*
#cd /usr/bin/
#./gbak -R -C /opt/xxi/data/XXI.gbk 127.0.0.1:/opt/xxi/data/XXI.gdb -USER sysdba -PASS masterkey
#./gbak -R -C /opt/xxi/data/CMS.gbk 127.0.0.1:/opt/xxi/data/CMS.gdb -USER sysdba -PASS masterkey
#rm -f -- /opt/xxi/data/*.gbk

chown -R firebird:firebird /opt/xxi/data/
chmod 660 /opt/xxi/data/*.*
chmod 755 /usr/lib/firebird/UDF/UDFLib.dll
chown apache.apache /var/www/html/.htaccess

cd /var/www/cgi-bin/sp/

perl setup.pl --yes

# Действие ($1)                     Значение параметра
# ====================================================
# Установка в первый раз            1
# Обновление                        2 или больше
# Удаление последней версии пакета  0

# выполнять только если установка в первый раз
if [ "$1" -eq 1 ]; then

	perl update_xxi.pl sp.conf sp.sql

fi

rm -f -- update_xxi.pl
rm -f -- sp.sql

chmod 500 /sbin/sp-add-admin

# выполнять только если установка в первый раз
if [ "$1" -eq 1 ]; then

	sp-add-admin admin smenimenya --silent
fi

chkconfig firebird on

echo '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'
echo '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'
echo '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'
echo '!!!                                                                   !!!'
echo '!!!           School Portal installed.                                !!!'
echo '!!!           Administration account created.                         !!!'
echo '!!!           Direct your browser to this server to log in.           !!!'
echo '!!!                                                                   !!!'
echo '!!!           Login:    admin                                         !!!'
echo '!!!           password: smenimenya                                    !!!'
echo '!!!                                                                   !!!'
echo '!!!           CHANGE PASSWORD NOW!                                    !!!'
echo '!!!                                                                   !!!'
echo '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'
echo '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'
echo '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'

%clean
rm -rf %{buildroot}




%changelog


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26463 |14nr|sp-auth-3.2.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoprov 'libstdc++(.*)'
%define __noautoreq 'libstdc++(.*)|(.*)GLIBC_PRIVATE(.*)'
%endif

Summary:	SopCast client
Name:		sp-auth
Version:	3.2.6
Release:	1
License:	Freeware
Group:		Video
Url:		http://code.google.com/p/sopcast-player/
Source0:	http://sopcast-player.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	libstdcpp5.tgz
ExclusiveArch:	%{ix86}

%description
Command line version of SopCast client.

%prep
%setup -q -n %{name} -a 1

%build
# Nothing

%install
mkdir -p %{buildroot}%{_libdir}/%{name}
install -m 0755 sp-sc-auth %{buildroot}%{_libdir}/%{name}/
install -m 0755 usr/lib/libstdc++.so.5.0.1 %{buildroot}%{_libdir}/%{name}/

pushd %{buildroot}%{_libdir}/%{name}
ln -s libstdc++.so.5.0.1 libstdc++.so.5
popd

# Wrapper
mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/sp-sc-auth << EOF
#!/bin/bash

pushd %{_libdir}/%{name}
LD_PRELOAD=./libstdc++.so.5 ./sp-sc-auth \$@
popd
EOF

chmod 0755 %{buildroot}%{_bindir}/sp-sc-auth

%files
%{_bindir}/sp-sc-auth
%{_libdir}/%{name}


%changelog
* Tue Jan 29 2013 Rosa <rosa@abf.rosalinux.ru> 3.2.6-1
+ Revision: 2142c3b
- Automatic import for version 3.2.6-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26464 |14nr|spear-demo-1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           spear-demo
Version:        1
Release:        1
Summary:        Spear of Destiny Demo data files
Group:          Games/Adventure
License:        Distributable
URL:            http://www.idsoftware.com/games/wolfenstein/spear/
Source0:        ftp://ftp.padua.org/pub/msdos/dos/games/local/soddemo.zip
BuildArch:      noarch

%description
This package contains date files for the demo of 
id Software's first-person shooter Wolfenstein 3D: Spear of Destiny.

%prep
%setup -q -c -T
unzip -L %{SOURCE0}
sed -i.orig 's|\r||g' sod.doc
touch -r sod.doc.orig sod.doc


%build
# nothing to build data files only

%install
mkdir -p %{buildroot}%{_datadir}/spear/demo
install -p -m 644 *.sdm %{buildroot}%{_datadir}/spear/demo


%files
%defattr(-,root,root,-)
%doc sod.doc
%{_datadir}/spear

%changelog
* Mon Jan 28 2013 Rosa <rosa@abf.rosalinux.ru> 1-1
+ Revision: f73139d
- Automatic import for version 1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26465 |14nr|spectrum-roms-20081224-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define 	version 20081224

Name:           spectrum-roms
Version:        %{version}
Release:        %mkrel 1
Summary:        A collection of Spectrum ROM images
Group:          Emulators
License:        Distributable
URL:            http://www.chiark.greenend.org.uk/~cjwatson/code/spectrum-roms/
Source0:        http://www.chiark.greenend.org.uk/~cjwatson/code/%{name}/%{name}-%{version}.tar.gz
Source1:        %{name}-distribution.txt
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch:      noarch

%description
This package provides images of the read-only memories from various
versions of the Sinclair Spectrum. They can be used with various emulators.

%prep
%setup -q -n %{name}

%build
%make

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}%{_prefix}

install -pm 0644 %{SOURCE1} distribution.txt

rm -rf %{buildroot}%{_docdir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog README distribution.txt
%{_datadir}/%{name}




%changelog
* Thu Aug 02 2012 Rosa <rosa@rosa-build.rosalab.ru> 20081224-1
+ Revision: 2d29b08
- Automatic import for version 20081224



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26466 |14nr|speedtouch-firmware-0.1-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name speedtouch-firmware
%define oldname speedtouch_mgmt
%define version 0.1
%define release %mkrel 8
#http://download.ethomson.com/download/WebUpgrade_MacOSX_R3.zip
#http://download.ethomson.com/download/KQD6_R204.zip
#http://www.speedtouch.com/download/drivers/USB/SpeedTouch330_firmware_3012.zip
%define url http://speedtouch.sourceforge.net

Name:		%{name}
Version: 	%{version}
Release: 	%{release}
License: 	Commercial
Group:		System/Kernel and hardware
URL: 		%{url}
Source0: 	%{oldname}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-buildroot
Summary: 	Alcatel Speedtouch USB adsl modem microcode
Provides:	%{oldname}
Obsoletes:	%{oldname}
BuildRequires:	speedtouch-firmware-extractor
BuildArch:	noarch

%description
Alcatel Speedtouch USB adsl modem microcode. Copyright Alcatel.
Needed to make the modem work.

%prep
%setup -q -n %{oldname}-%{version}
mv mgmt.o mgmt_rev0.o

%build
for rev in 0 2 4; do
  /usr/sbin/firmware-extractor mgmt_rev$rev.o
  for stage in 1 2; do
    mv speedtch-$stage.bin speedtch-$stage.bin.$rev
  done
done

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p -m 755 $RPM_BUILD_ROOT/lib/firmware
install -m 644 speedtch-*.bin.* $RPM_BUILD_ROOT/lib/firmware

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/lib/firmware/speedtch-*.bin.*




%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.1-8
+ Revision: 5c03941
- Automatic import for version 0.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26467 |14nr|steam-1.0.0.47-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Installer for Valve's digital software distribution service

Name:		steam
Version:	1.0.0.47
Release:	4
License:	Freeware
Group:		Games/Other
URL:            https://github.com/ValveSoftware/steam-for-linux
Source0:        http://repo.steampowered.com/steam/pool/steam/s/steam/%{name}_%{version}.tar.gz
BuildRequires:	hicolor-icon-theme
Requires:	alsa-lib
Requires:	awk
Requires:	coreutils
Requires:	curl
Requires:	dbus
Requires:	desktop-file-utils
Requires:	fonts-ttf-liberation
Requires:	gdk-pixbuf
Requires:	gtk+2.0
Requires:	hicolor-icon-theme
Requires:	nss
Requires:	openal
Requires:	pulseaudio
Requires:	xterm
Requires:	zenity
# Libraries
Requires:	libfreetype6
Requires:	libgcrypt11
Requires:	libgl1
Requires:	libglu1
Requires:	liblcms2_2
Requires:	libpng0
Requires:	libpng15
Requires:	libSDL1.2_0
Requires:	libvorbis0
# Add some restricted package to Suggests
Suggests:	libtxc-dxtn
ExclusiveArch:	%{ix86}

%description
Steam is a software distribution service with an online store, automated
installation, automatic updates, achievements, SteamCloud synchronized
savegame and screenshot functionality, and many social features.

%prep
%setup -q -n %{name}

%build
echo "Nothing to do"

%install
%makeinstall_std

%files
%doc %{_docdir}/*
%{_bindir}/steam*
%{_prefix}/lib/steam/bootstraplinux_ubuntu12_32.tar.xz
%{_datadir}/applications/steam.desktop
%{_datadir}/pixmaps/steam*.png
%{_iconsdir}/hicolor/*/apps/steam.*
%{_mandir}/man6/steam.6.*

%changelog
* Wed Jun 18 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.0.47-4
+ Revision: c02af6e
- Release bump for a rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26468 |14nr|szip-2.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with	encoder		# build with encoder (may require license)

%define major 2
%define libname %mklibname sz %{major}
%define devname %mklibname sz -d

Summary:	SZIP - Science Data Lossless Compression library
Name:		szip
Version:	2.1
Release:	2
%if %{with encoder}
License:	Free for non-commercial, scientific use only in HDF software
%else
License:	Free for use in HDF software
%endif
Group:		System/Libraries
Url:		http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/
Source0:	ftp://ftp.hdfgroup.org/lib-external/szip/%{version}/%{name}-%{version}.tar.gz
Patch0:		%{name}-opt.patch
Patch1:		%{name}-linking.patch
BuildRequires:	libtool

%description
SZIP is an implementation of the extended-Rice lossless compression
algorithm. The Consultative Committee on Space Data Systems (CCSDS)
has adopted the extended-Rice algorithm for international standards
for space applications. SZIP is reported to provide fast and effective
compression, specifically for the EOS data generated by the NASA Earth
Observatory System (EOS). It was originally developed at University of
New Mexico (UNM) and integrated with HDF4 by UNM researchers and
developers.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	SZIP - Science Data Lossless Compression library
Group:		System/Libraries
Conflicts:	szip < 2.1-2
Obsoletes:	szip < 2.1-2

%description -n %{libname}
SZIP is an implementation of the extended-Rice lossless compression
algorithm. The Consultative Committee on Space Data Systems (CCSDS)
has adopted the extended-Rice algorithm for international standards
for space applications. SZIP is reported to provide fast and effective
compression, specifically for the EOS data generated by the NASA Earth
Observatory System (EOS). It was originally developed at University of
New Mexico (UNM) and integrated with HDF4 by UNM researchers and
developers.

%files -n %{libname}
%doc COPYING RELEASE.txt
%{_libdir}/libsz.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for SZIP library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Conflicts:	szip-devel < 2.1-2
Obsoletes:	szip-devel < 2.1-2

%description -n %{devname}
Development files for SZIP library.

%files -n %{devname}
%{_libdir}/libsz.so
%{_includedir}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
autoreconf -fi
%configure2_5x \
	--disable-static \
	%{!?with_encoder:--disable-encoding}
%make

%install
%makeinstall_std



%changelog
* Sun Apr 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1-2
+ Revision: 4bc56f4
- Re-work package structure according to our library packaging policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26469 |14nr|t-crisis-3.5.12a-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	T-Crisis 3 100% A.I. is a Tetris clone with special modes
Name:		t-crisis
Version:	3.5.12a
Release:	2
Group:		Games/Arcade
License:	Open-Source Freeware unknown
Url:		http://16bitsoft.com/games-TetriCrisis3CPU.htm
Source:		http://16bitsoft.com/files/TC3100CPU/SOURCE/%{name}-%{version}.zip
Source10:	%{name}-128.png
Source11:	%{name}-64.png
Source12:	%{name}-48.png
Source13:	%{name}-32.png
Source14:	%{name}-16.png
Patch1:		t-crisis-3.5.12a-datapath.patch
Patch2:		t-crisis-3.5.12a-makefile.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	SDL-devel
BuildRequires:	SDL_ttf-devel
BuildRequires:	SDL_image-devel
BuildRequires:	SDL_mixer-devel
Obsoletes:	tetricrisis3 <= %{version}

%description
T-Crisis 3 100% A.I. is a Tetris clone.
- 100% FREE
- Beautiful full color and high resolution visual graphics
- Awesome digital sound effects
- Amazing digitally orchestrated music soundtrack
- 100% arcade perfect GameBoy to PC conversion of the original
- 1 to 3 player simultaneous play
- Fight against two of your friends or the computer players
- Play with keyboard and/or 1 to 2 USB joysticks
- USB joysticks and keyboard can be remapped
- 6 different and exciting game modes (original and the new Crisis+Mode)

%prep
%setup -q
%patch1 -p1
%patch2 -p1

%build
export CFLAGS="%{optflags} -DPKGDATADIR=\\\"%{_gamesdatadir}/%{name}/data\\\""

%make
mv tc3ai %{name}

%install
install -d %{buildroot}%{_gamesbindir}
install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -R data %{buildroot}%{_gamesdatadir}/%{name}/
install -D -m 755 %{name} %{buildroot}%{_gamesbindir}/%{name}

install -D -m 644 %{SOURCE14} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m 644 %{SOURCE13} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m 644 %{SOURCE12} %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -D -m 644 %{SOURCE11} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D -m 644 %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

install -D -m 644 %{SOURCE11} %{buildroot}%{_datadir}/pixmaps/%{name}.png

install -d %{buildroot}%{_datadir}/applications

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=T-Crisis 3 100% A.I.
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

%files
%{_gamesbindir}/%{name}
%dir %{_gamesdatadir}/%{name}/data
%{_gamesdatadir}/%{name}/data/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_iconsdir}/hicolor/*/apps/%{name}.png




%changelog
* Wed Oct 24 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.5.12a-2
+ Revision: d4e7a8b
- LOG Update BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26470 |14nr|thunar-dropbox-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	thunar-dropbox
%define version 0.2.0
%define release %mkrel 1

Summary:	Dropbox extension for Thunar
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.bz2
Source1:	wscript.32
Source2:	wscript.64
License:	GPLv3+
Group:		Graphical desktop/Xfce
Url:		http://www.softwarebakery.com/maato/thunar-dropbox.html
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	thunar >= 1.2.0
BuildRequires:	python, thunar-devel >= 1.2.0

%description
Dropbox extension for Thunar.

%prep
%setup -q
%ifarch x86_64
cp -f %SOURCE2 wscript
%else
cp -f %SOURCE1 wscript
%endif

%build
./waf configure --prefix=/usr
./waf build

%install
%__rm -rf %{buildroot}
./waf install --destdir=%{buildroot}
find %{buildroot} -name *.so -exec chmod 755 {} \;

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING
%_libdir/thunarx-2/*.so
%_iconsdir/hicolor/*/*/%{name}.png



%changelog
* Thu Aug 02 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.2.0-1
+ Revision: 38c256e
- Automatic import for version 0.2.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26471 |14nr|t-lasku-1.9.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	t-lasku
%define version	1.9.7
%define release	%mkrel 1

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Finnish invoicing software
Group:		Office
License:	BSD
URL:		http://helineva.net/%{name}/
Source0:	http://helineva.net/%{name}/%{name}-%{version}-i386.tar.gz
Source1:	http://helineva.net/%{name}/%{name}-%{version}-amd64.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	qt4-devel >= 4:4.6
Requires:	qt4-database-plugin-sqlite

%description
T-lasku is a Finnish invoicing software for Linux.

%prep
%ifarch x86_64
%setup -q -T -b1
%else
%setup -q -T -b0
%endif

%build 
g++ %{optflags} %{ldflags} -o t-lasku t-lasku-relocatable -lQtScript -lQtSql -lQtGui -lQtCore -lpthread

%install
rm -rf %{buildroot}

#binary
install -Dpm755 %{name} %{buildroot}%{_bindir}/%{name}

#desktop file
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=T-lasku
GenericName=Invoicing software
Comment=Finnish invoicing software
Terminal=false
Exec=%{name}
Icon=%{name}
Type=Application
Categories=Qt;Office;Finance;X-MandrivaLinux-CrossDesktop;
EOF

# Install hicolor icons
for i in 16x16 24x24 32x32 48x48
do
	install -Dpm 644 images/%{name}-$i.png %{buildroot}%{_datadir}/icons/hicolor/$i/apps/%{name}.png
done

#translations
mkdir -p %{buildroot}%{_datadir}/%{name}/translations/
cp translations/* %{buildroot}%{_datadir}/%{name}/translations/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.9.7-1
+ Revision: 44aac7c
- Automatic import for version 1.9.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26472 |14nr|tuxsetup-1.2.0037-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name tuxsetup
%define version 1.2.0037
%define release %mkrel 3
%define distname %{name}-%{version}-final

%define _requires_exceptions libbabtts.so

Summary: Daemons and applications for Tux Droid
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{distname}.tar.gz
# use root supplementary group to be able to access USB devices
# when running tuxd from udev
Patch0: tuxsetup-1.1.0010-final-suppl_group.patch
Patch1: tuxsetup-1.2.0037-final-use_helper.patch
License: GPL/Acapela
Group: Toys
Url: http://www.tuxisalive.com/developer-corner/software/tuxsetup/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
ExclusiveArch: %{ix86}
Requires: dynamic
Requires: python-pyxml
Requires: pygtk2.0-libglade

%description
tuxsetup contains daemons and applications for the Tux Droid wireless robot:
- tuxd, the tux daemon
- tuxttsd, the tux text to speech daemon
- the python API
- the gadget manager
- a few gadgets: weather, clock and emial gagdet
- tuxgi, tux droid graphical interface
- original sound files
- latest firmware

%prep
%setup -q -n %{distname}
%patch0 -p1
%patch1 -p1
chmod +x mirror/opt/tuxdroid/bin/tuxgdgmaker
ln -sf /opt/tuxdroid/bin/tuxgdgmaker mirror/usr/local/bin/tuxgdgmaker

%build

%install
rm -rf %{buildroot}
cp -a mirror %{buildroot}
mv %{buildroot}/usr/local/bin %{buildroot}%{_bindir}
#- add link for dfu-programmer (see scripts/postinst)
ln -nsf /opt/tuxdroid/bin/dfu-programmer %{buildroot}%{_bindir}/dfu-programmer
#- fix perms of images
chmod a+r %{buildroot}%{_datadir}/pixmaps/*.png

rm -f %{buildroot}%{_docdir}/%{name}/COPYING 
#- 9.wav is a copyrighted file
cp -a %{buildroot}/opt/tuxdroid/apps/tuxgi/sounds/{8,9}.wav
#- move udev rules after main Mandriva rules,
#- so that pam_console_apply does not modify device permissions while tuxd is running
#- or else some race will prevent tuxd from accessing the device
mv %{buildroot}%{_sysconfdir}/udev/rules.d/{45,55}-tuxdroid.rules

#- fix shebangs
sed -i 's,^#/bin/,#!/bin/,' %{buildroot}/opt/tuxdroid/bin/tux*

#- consolehelper config: do not ask for password
for program in tuxgdg tuxgdgmaker; do
    mkdir -p %{buildroot}%{_sbindir}
    mv %{buildroot}%{_bindir}/$program %{buildroot}%{_sbindir}/$program
    ln -s %{_bindir}/consolehelper %{buildroot}%{_bindir}/$program
    mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
    ln -sf %{_sysconfdir}/pam.d/mandriva-console-auth %{buildroot}%{_sysconfdir}/pam.d/$program
    mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps/
    cat > %{buildroot}%{_sysconfdir}/security/console.apps/$program <<EOF
PROGRAM=/usr/sbin/$program
FALLBACK=false
SESSION=true
EOF
done

cat > %{buildroot}%{_datadir}/applications/tuxgi.desktop << EOF
[Desktop Entry]
Name=Tux Droid Interface
Comment=Tux Droid graphical interface
Exec=tuxgi
Icon=tuxmanager
Terminal=false
Type=Application
Categories=Utility;
StartupNotify=true
EOF

install -d %{buildroot}%{_sysconfdir}/dynamic/launchers/tuxdroid
for desktop in kde gnome; do
  ln -sf ../../../../%{_datadir}/applications/tuxgi.desktop \
    %{buildroot}%{_sysconfdir}/dynamic/launchers/tuxdroid/$desktop.desktop
done

install -d %{buildroot}%{_sysconfdir}/dynamic/scripts
cat > %{buildroot}%{_sysconfdir}/dynamic/scripts/tuxdroid.script << EOF
#!/bin/sh
. /etc/dynamic/scripts/functions.script
check_activated \$0
call_hooks \$ACTION tuxdroid \$DEVNAME ""
EOF
chmod +x %{buildroot}%{_sysconfdir}/dynamic/scripts/tuxdroid.script

cat > %{buildroot}%{_sysconfdir}/udev/rules.d/65-tuxdroid-dynamic.rules << EOF
# Dynamic rules for tuxdroid
SUBSYSTEM=="usb_device", SYSFS{idVendor}=="03eb", SYSFS{idProduct}=="ff07", ENV{TUXDROID}="1"
ENV{TUXDROID}=="1", RUN+="/bin/sh -c '/etc/dynamic/scripts/tuxdroid.script &>/dev/null &'"
EOF

#- do not modify firmware files by converting EOL
export DONT_FIX_EOL=1
# does not work because fix-eol matches on basename, not full path
# export EXCLUDE_FROM_EOL_CONVERSION=`find %{buildroot}/opt/tuxdroid/firmware/ -type f`

%clean
rm -rf %{buildroot}

%if %mdkversion < 200900
%post
%update_menus
%endif

%if %mdkversion < 200900
%postun
%clean_menus
%endif

%files
%defattr(-,root,root)
%doc ACAPELALICENSE CHANGES README
%{_bindir}/dfu-programmer
%{_bindir}/tux*
%{_sbindir}/tux*
%{_sysconfdir}/pam.d/tux*
%{_sysconfdir}/security/console.apps/tux*
%{_sysconfdir}/udev/rules.d/*-tuxdroid*.rules
%{_sysconfdir}/dynamic/scripts/tuxdroid.script
%{_sysconfdir}/dynamic/launchers/tuxdroid
%{_datadir}/applications/tux*.desktop
%{_datadir}/mime/tuxgadgetframework.xml
%{_datadir}/pixmaps/*.png
/opt/Acapela
/opt/tuxdroid


%changelog
* Tue Sep 08 2009 Thierry Vignaud <tvignaud@mandriva.com> 1.2.0037-3mdv2010.0
+ Revision: 433269
- rebuild

  + Pixel <pixel@mandriva.com>
    - rpm filetriggers deprecates update_menus/update_scrollkeeper/update_mime_database/update_icon_cache/update_desktop_database/post_install_gconf_schemas

* Sat Apr 12 2008 Olivier Blin <oblin@mandriva.com> 1.2.0037-2mdv2009.0
+ Revision: 192621
- copy 8.wav as 9.wav instead of just removing the file
- restore BuildRoot

* Thu Dec 20 2007 Olivier Blin <oblin@mandriva.com> 1.2.0037-1mdv2008.1
+ Revision: 135570
- add symlink for tuxgdgmaker
- use consolehelper for tuxgdgmaker as well
- patch menus to use the helpers from /opt
- fix perms on images
- 1.2.0037

* Tue Dec 18 2007 Olivier Blin <oblin@mandriva.com> 1.1.0010-5mdv2008.1
+ Revision: 132465
- do not keep sed backup files
- do not modify firmware files by converting EOL
- make the dynamic script not hang boot
- fix shebangs so that userhelper can run tuxgdg...
- run tuxgdg through consolehelper to allow console user to start it without password
- add dfu-programmer in path

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Wed Dec 12 2007 Olivier Blin <oblin@mandriva.com> 1.1.0010-3mdv2008.1
+ Revision: 117677
- require pygtk2.0-libglade

* Tue Dec 11 2007 Olivier Blin <oblin@mandriva.com> 1.1.0010-2mdv2008.1
+ Revision: 117436
- use root supplementary group to be able to access USB devices when running tuxd from udev

* Thu Dec 06 2007 Olivier Blin <oblin@mandriva.com> 1.1.0010-1mdv2008.1
+ Revision: 115966
- add desktop icon when Tux Droid fish module is plugged (using dynamic)
- add menu entry for tuxgi
- initial tuxsetup package
- rename as tuxsetup
- create tuxdroid


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26473 |14nr|ueagle-firmware-1.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name ueagle-firmware
%define version 1.1
%define distname ueagle-data-%{version}
%define release %mkrel 4

Summary: Firmware and CMV files for Eagle-based modems
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://eagle-usb.org/ueagle-atm/non-free/%{distname}.tar.bz2
Source1: http://download.gna.org/ueagleatm/ikanos/ueagle4-data-1.0.tar.gz
# (tpg) stolen from http://svn.gna.org/viewcvs/ueagleatm/trunk/ueagle-utils/debug/#dirlist
# ueagle-utils are bit outdated and there are no reason to create separate pkg only for these two files
Source2: ueaglediag
Source3: ueaglestat
License: Public Domain/BSD
Group: System/Kernel and hardware
Url: http://eagle-usb.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
This package contains firmware and CMV files for Eagle-based modems.

%prep
%setup -q -n %{distname} -a 1

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware/ueagle-atm
install -m644 *.bin *.fw %{buildroot}/lib/firmware/ueagle-atm
pushd ueagle4-data-1.0
install -m644 *.bin* *.fw %{buildroot}/lib/firmware/ueagle-atm
popd

install -d %{buildroot}%{_bindir}
install -m755 %{SOURCE2} %{buildroot}%{_bindir}/ueaglediag
install -m755 %{SOURCE3} %{buildroot}%{_bindir}/ueaglestat

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%dir /lib/firmware/ueagle-atm/
/lib/firmware/ueagle-atm/*.bin*
/lib/firmware/ueagle-atm/*.fw
%{_bindir}/ueagle*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.1-4
+ Revision: 3454d94
- Automatic import for version 1.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26474 |14nr|unrar-4.20-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oversion 4.2.4
Name:		unrar
Version:	4.20
Release:	%mkrel 1
Summary:	Decompressor for .rar format archives
Source0: 	http://www.rarlab.com/rar/%{name}src-%oversion.tar.gz
Url:		http://www.rarlab.com/rar_add.htm
License:	Freeware
Group:		Archiving/Compression
Conflicts:	bash-completion < 20031225

%description
The unrar program is used to uncompress .rar format archives, which were
somewhat popular on DOS based machines.

%prep
%setup -qn %{name}

%build
make -f makefile.unix CXXFLAGS="%{optflags}" LDFLAGS="%{ldflags}" STRIP=true

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 unrar %{buildroot}%{_bindir}

%files
%doc license.txt readme.txt
%{_bindir}/unrar




%changelog
* Thu Aug 02 2012 Rosa <rosa@rosa-build.rosalab.ru> 4.20-1
+ Revision: 9164fca
- Automatic import for version 4.20



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26475 |14nr|urbanterror-4.2.019-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define oname UrbanTerror
%define oversion 42
%define majver 4.2
%define minver 019

Summary:	Urban Terror is a free multi-player first person shooter
Name:		urbanterror
Version:	%{majver}.%{minver}
Release:	1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://urbanterror.info
Source0:	http://cdn.urbanterror.info/urt/%{oversion}/zips/%{oname}%{oversion}_full%{minver}.zip
Source1:	https://github.com/Barbatos/ioq3-for-%{oname}-4/archive/ioq3-for-%{oname}-4-release-%{version}.tar.gz
Source10:	%{name}-128.png
Source11:	%{name}-64.png
Source12:	%{name}-32.png
Source13:	%{name}-16.png
Patch0:		urbanterror-4.2.019-q3asm.patch
Patch1:		urbanterror-4.2.019-libcurl.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisfile)
Requires:	%{name}-data = %{version}

%description
Urban Terror(TM) is a free multi-player first person shooter developed by 
FrozenSand, that (thanks to the ioquake3-code) does not require Quake III 
Arena anymore. It is available for Windows, Linux and Macintosh. 
The current version is 4.1.

Urban Terror can be described as a Hollywood tactical shooter; somewhat 
realism based, but the motto is "fun over realism". This results in a very 
unique, enjoyable and addictive game.

No registration required: Install&play!

%package -n %{name}-data
Summary:	Urban Terror data files (graphics, music, maps etc)
Requires:	%{name} = %{version}
Group:		Games/Arcade
License:	Freeware
BuildArch:	noarch

%description -n %{name}-data
Data files used to play Urban Terror.

Warning! Read the license for data files carefully.

"Urban Terror is distributed free over the Internet and is covered by the
Quake 3 SDK licence agreement. The mod files may not be sold [in any form]
or distributed on physical media unless with permission from iD Software."

%prep
%setup -q -n %{oname} -c -a 1
%patch0 -p0
%patch1 -p0

%build
mkdir -p build
pushd ioq3-for-%{oname}-4-release-%{version}
%make \
	DEFAULT_BASEDIR=%{_gamesdatadir}/%{name} \
	USE_CURL=1 \
	USE_OPENAL=1 \
	USE_CODEC_VORBIS=1 \
	BUILD_CLIENT=1 \
	BUILD_SERVER=1
cp build/*/*-UrT.* ../build/
cp build/*/*-UrT-Ded.* ../build/
popd

%install
install -d %{buildroot}%{_gamesbindir}
cp build/*-UrT-Ded.* %{buildroot}%{_gamesbindir}/%{name}-server
cp build/*-UrT.* %{buildroot}%{_gamesbindir}/%{name}

install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -r %{oname}%{oversion}/q3ut4 %{buildroot}%{_gamesdatadir}/%{name}/

install -D -m 644 %{SOURCE13} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m 644 %{SOURCE12} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m 644 %{SOURCE11} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D -m 644 %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

install -d %{buildroot}%{_datadir}/applications

cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=Urban Terror
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

%files
%doc %{oname}%{oversion}/q3ut4/*.txt %{oname}%{oversion}/q3ut4/*.doc
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-server
%{_datadir}/applications/mandriva-%{name}.desktop
%{_iconsdir}/hicolor/16x16/apps/%{name}.png
%{_iconsdir}/hicolor/32x32/apps/%{name}.png
%{_iconsdir}/hicolor/64x64/apps/%{name}.png
%{_iconsdir}/hicolor/128x128/apps/%{name}.png

%files -n %{name}-data
%dir %{_gamesdatadir}/%{name}/q3ut4
%{_gamesdatadir}/%{name}/q3ut4/*


%changelog
* Tue Sep 23 2014 dsilakov <denis.silakov@rosalab.ru> 4.2.019-1
+ Revision: 8857a88
- Merge pull request #1 from dsilakov/urbanterror:rosa2014.1
- Updated to 4.2.019



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26476 |14nr|vaapi-driver-fglrx-0.7.6-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

%define name	vaapi-driver-fglrx
%define oname	xvba-video
%define version	0.7.6
%define rel	1

Summary:	VA API driver for proprietary fglrx driver
Name:		%{name}
Version:	%{version}
Release:	%mkrel %rel
Group:		Video
License:	Freeware
URL:		http://www.splitted-desktop.com/~gbeauchesne/xvba-video/
Source0:	http://www.splitted-desktop.com/~gbeauchesne/xvba-video/%{oname}-%{version}.bin.tar.gz
# for convenience:
Provides:	%{oname}
ExclusiveArch:	%ix86 x86_64

%description
XvBA driver backend for VA API, a video acceleration API.

This is a proprietary backend for use with the proprietary fglrx
display driver for ATI cards.

%prep
%setup -q -n %oname-%version.bin

%install
rm -rf %{buildroot}

install -d -m755 %{buildroot}%{_libdir}/va/drivers
%ifarch %ix86
cp -a x86/* \
%endif
%ifarch x86_64
cp -a x64/* \
%endif
	%{buildroot}%{_libdir}/va/drivers

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS NEWS README COPYING
%{_libdir}/va/drivers/*_drv_video.so



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.7.6-1
+ Revision: 469f230
- Automatic import for version 0.7.6



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26477 |14nr|vpnclient-4.8.02.0030-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name	vpnclient
%define version	4.8.02.0030
%define release	2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Cisco VPN client
License:	Commercial
Group:		Networking/Other
URL:		http://www.cisco.com/en/US/products/sw/secursw/ps2308/index.html
# http://projects.tuxx-home.at/?id=cisco_vpn_client
Source0:	http://tuxx-home.at/vpn/Linux/%{name}-linux-x86_64-%{version}-k9.tar.gz
Source1:	%{name}.bash-completion
Source2:	%{name}-wrapper
Source3:	%{name}.sysconfig
Patch3:		http://projects.tuxx-home.at/ciscovpn/patches/cisco_skbuff_offset.patch
Patch4:		vpnclient-linux-2.6.24-makefilefix.patch
Patch5:		vpnclient-interceptor.patch
Patch6:		vpnclient-4.8.02.0030-2.6.33.patch
Requires:	kmod(vpnclient)
ExclusiveArch:	%ix86

%description
Simple to deploy and operate, the Cisco VPN Client allows organizations to
establish end-to-end, encrypted VPN tunnels for secure connectivity for mobile
employees or teleworkers. This thin design, IP security (IPSec)-implementation
is compatible with all Cisco virtual private network (VPN) products.

The Cisco VPN Client can be preconfigured for mass deployments, and initial
logins require little user intervention. It supports the innovative Cisco Easy
VPN capabilities, delivering a uniquely scalable, cost-effective, and
easy-to-manage remote access VPN architecture that eliminates the operational
costs associated with maintaining a consistent policy and key management
method. The Cisco Easy VPN feature allows the Cisco VPN Client to receive
security policies upon a VPN tunnel connection from the central site VPN device
(Cisco Easy VPN Server), minimizing configuration requirements at the remote
location. This simple and highly scalable solution is ideal for large remote
access deployments where it is impractical to individually configure policies
for multiple remote PCs.

%package -n	dkms-%{name}
Summary:	kernel module for %{name}
Group:		System/Kernel and hardware
Requires:	dkms
Requires(post):	dkms
Requires(preun): dkms
BuildArch:  noarch

%description -n dkms-%{name}
Kernel module for %{name}.

%prep
%setup -q -n %{name}
%patch3 -p1
%patch4 -p1
%patch5 -p0
%patch6 -p1

%install

install -d -m 755 %{buildroot}%{_bindir}
install -m 755 vpnclient cisco_cert_mgr ipseclog cvpnd %{buildroot}%{_bindir}
install -m 755 vpnclient %{buildroot}%{_bindir}/vpnclient.real
install -m 755 %{SOURCE2} %{buildroot}%{_bindir}/vpnclient
install -d -m755 %{buildroot}/%{_sysconfdir}/sysconfig/
install -m644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/sysconfig/%{name}

install -d -m 755 %{buildroot}%{_libdir}
install -m 755 libvpnapi.so %{buildroot}%{_libdir}

install -d -m 755 %{buildroot}%{_includedir}
install -m 644 vpnapi.h %{buildroot}%{_includedir}

install -d -m 755 %{buildroot}%{_sysconfdir}/bash_completion.d
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}

install -d -m 755 %{buildroot}%{_sysconfdir}/opt/cisco-vpnclient
install -d -m 755 %{buildroot}%{_sysconfdir}/opt/cisco-vpnclient/Certificates
install -d -m 755 %{buildroot}%{_sysconfdir}/opt/cisco-vpnclient/Profiles
install -m 644 vpnclient.ini %{buildroot}%{_sysconfdir}/opt/cisco-vpnclient

install -d -m 755 %{buildroot}%{_var}/log/%{name}
pushd %{buildroot}%{_sysconfdir}/opt/cisco-vpnclient
ln -s ../../../var/log/%{name} Logs
popd

# dkms
install -d -m 755 %{buildroot}/usr/src/%{name}-%{version}-%{release}
install -m 644 *.c %{buildroot}/usr/src/%{name}-%{version}-%{release}
install -m 644 *.h %{buildroot}/usr/src/%{name}-%{version}-%{release}
install -m 644 Makefile %{buildroot}/usr/src/%{name}-%{version}-%{release}
install -m 755 libdriver64.so %{buildroot}/usr/src/%{name}-%{version}-%{release}
install -m 755 libdriver.so %{buildroot}/usr/src/%{name}-%{version}-%{release}
cat > %{buildroot}/usr/src/%{name}-%{version}-%{release}/dkms.conf <<'EOF'
PACKAGE_NAME="%{name}"
PACKAGE_VERSION="%{version}-%{release}"
DEST_MODULE_LOCATION="/kernel/net/ipv4"
BUILT_MODULE_NAME="cisco_ipsec"
MAKE="/bin/true && make KERNEL_SOURCES=$kernel_source_dir"
MODULES_CONF_ALIAS_TYPE="cipsec"
AUTOINSTALL="YES"
#BUILD_MAX_KERNEL=2.6.24
EOF

cat > README.urpmi <<EOF
mandriva RPM specific notes

setup
-----
The setup used here differs from default one, to achieve better FHS compliance.
- no init script needed, kernel module is loaded on demand
- the binaries are in %{_bindir}, and only a symlink is provided under /opt, 
  as the client hardcode cvpnd location

wrapper script
--------------
Due to Cisco not supporting SMP kernels, and the resulting kernel hangs that
occur for many under SMP kernels (often when using vpnclient over a wifi
connection), a wrapper script has been included which will disable all but
the first CPU (or core) when starting vpnclient, and enable them again when
vpnclient exits. The behaviour of the script can be modified by editing
%{_sysconfdir}/sysconfig/vpnclient
EOF

%post -n dkms-%{name}
dkms add     -m %{name} -v %{version}-%{release} --rpm_safe_upgrade
dkms build   -m %{name} -v %{version}-%{release} --rpm_safe_upgrade
dkms install -m %{name} -v %{version}-%{release} --rpm_safe_upgrade

# rmmod any old driver if present and not in use (e.g. by X)
rmmod %{module_name} > /dev/null 2>&1 || true

%preun -n dkms-%{name}
dkms remove -m %{name} -v %{version}-%{release} --all --rpm_safe_upgrade

%files
%defattr(-,root,root)
%doc license.rtf license.txt sample.pcf README.urpmi
%{_bindir}/vpnclient
%{_bindir}/vpnclient.real
%{_bindir}/cisco_cert_mgr
%{_bindir}/ipseclog
%attr(4775,root,root) %{_bindir}/cvpnd
%{_libdir}/libvpnapi.so
%{_includedir}/vpnapi.h
%config(noreplace) %{_sysconfdir}/opt/cisco-vpnclient
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_sysconfdir}/bash_completion.d/%{name}
%{_var}/log/%{name}

%files -n dkms-%{name}
%defattr(-,root,root)
/usr/src/%{name}-%{version}-%{release}




%changelog
* Fri Oct 26 2012 alexander barakin aka sash-kan <alex@barak.in> 4.8.02.0030-2
+ Revision: 4e22b90
- spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26478 |14nr|wolf3d-shareware-1.4-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           wolf3d-shareware
Version:        1.4
Release:        3
Summary:        Wolfenstein 3D shareware Episode
Group:          Games/Adventure
License:        Shareware
URL:            http://www.3drealms.com/wolf3d/index.html
Source0:        ftp://ftp.3drealms.com/share/1wolf14.zip
Source1:        extract.c
BuildArch:      noarch
BuildRequires:	pkgconfig(libdynamite)
Requires:       wolf4sdl-shareware

%description
This package contains the shareware Episode of id Software's classic
first-person shooter Wolfenstein 3D.

%prep
%setup -q -c


%build
gcc -o extract %{SOURCE1} -ldynamite
./extract W3DSW14.SHR
iconv -f CP850 -t UTF-8 vendor.doc > tmp
cat tmp | sed 's|\r||g' > vendor.doc
touch -r W3DSW14.SHR vendor.doc *.wl1


%install
mkdir -p %{buildroot}%{_datadir}/wolf3d/shareware
install -p -m 666 *.wl1 %{buildroot}%{_datadir}/wolf3d/shareware


%files
%defattr(-,root,root,-)
%doc vendor.doc
%{_datadir}/wolf3d



%changelog
* Fri Jan 25 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.4-3
+ Revision: a675bd6
- Fix group



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26479 |14nr|wolf4sdl-1.7-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           wolf4sdl
Version:        1.7
Release:        3
Summary:        SDL port of id Software Wolfenstein 3D
Group:          Games/Arcade
License:        Distributable
URL:            http://www.alice-dsl.net/mkroll/
Source0:        http://www.alice-dsl.net/mkroll/bins/Wolf4SDL-1.7-src.zip
Source1:        %{name}.desktop
Patch2:         Wolf4SDL-1.6-registered-apogee.patch
Patch3:         Wolf4SDL-1.6-shareware.patch
Patch4:         Wolf4SDL-1.6-spear.patch
Patch5:         Wolf4SDL-1.6-speardemo.patch
BuildRequires:  SDL-devel SDL_mixer-devel desktop-file-utils

%description
Maybe it was the fact that people got to blow away Nazis. Maybe it was the \
sheer challenge of it all. For whatever reason, Wolfenstein 3D and Spear of \
Destiny, pioneered the first-person shooter genre and brought its legendary \
creators, id Software, worldwide notoriety and numerous awards. In fact, The \
Computer Gaming World Hall of Fame recognized Wolfenstein 3D as helping to \
shape the overall direction of the computer gaming industry. \
\
Wolf4SDL is an open-source port of id Software's classic first-person shooter \
Wolfenstein 3D to the cross-platform multimedia library "Simple DirectMedia \
Layer (SDL)" (http://www.libsdl.org). It is meant to keep the original feel \
while taking advantage of some improvements.

%package        registered-id
Summary:        SDL port of Wolfenstein 3D - id Software registered version
URL:            http://www.idsoftware.com/games/wolfenstein/wolf3d/

%description registered-id
This package contains %{name} compiled for playing the registered version of
Wolfenstein 3D as sold by id Software:
http://www.idsoftware.com/games/wolfenstein/wolf3d/

You will need the original registered version's data files to play the
registered version. Place the data files under /usr/share/wolf3d/registered-id
before starting %{name}-registered-id. Note all file-names must be lowercase!



%package        registered-apogee
Summary:        SDL port of Wolfenstein 3D - Apogee registered version
URL:            http://www.3drealms.com/wolf3d/index.html

%description registered-apogee
This package contains %{name} compiled for playing the registered version of
Wolfenstein 3D as sold by Apogee / 3Drealms here:
http://www.3drealms.com/wolf3d/index.html

You will need the original registered version's data files to play the
registered version. Place the data files under
/usr/share/wolf3d/registered-apogee before starting
%{name}-registered-apogee. Note all file-names must be lowercase!



%package        shareware
Summary:        SDL port of id Software's Wolfenstein 3D - shareware version
URL:            http://www.3drealms.com/wolf3d/index.html
Requires:       wolf3d-shareware

%description shareware
This package contains %{name} compiled for playing the shareware version of
Wolfenstein 3D.



%package        spear
Summary:        SDL port of Wolfenstein 3D - Spear of Destiny version
URL:            http://www.idsoftware.com/games/wolfenstein/spear/

%description spear
This package contains %{name} compiled for playing the Spear of Destiny
prequel to Wolfenstein 3D, sold by id Software:
http://www.idsoftware.com/games/wolfenstein/spear/

You will need the original Spear of Destiny data files to play.
Place the data files under /usr/share/spear/full before starting
%{name}-spear. Note all file-names must be lowercase!



%package        spear-demo
Summary:        SDL port of Wolfenstein 3D - Spear of Destiny demo version
URL:            http://www.idsoftware.com/games/wolfenstein/spear/
Requires:       spear-demo

%description spear-demo
This package contains %{name} compiled for playing the demo of the Spear of
Destiny prequel to Wolfenstein 3D.



%prep
%setup -c -T -n Wolf4SDL-%{version}-src
# Must unpack ourselves to make zip do dos2unix conversion
pushd .. && unzip -a -q %{SOURCE0} && popd
# %patch0 -p1
# %patch1 -p1
# for i in debian/patches/*.patch; do
#     patch -p1 < $i
# done


%build
CFLAGS="$RPM_OPT_FLAGS -Wno-sign-compare -Wno-switch -Wno-unused-result"
CFLAGS="$CFLAGS -fno-toplevel-reorder $(sdl-config --cflags)"

make %{?_smp_mflags} \
    CFLAGS="$CFLAGS -DDATADIR=\\\"/usr/share/wolf3d/registered-id/\\\""
mv wolf3d %{name}-registered-id
cp %{SOURCE1} %{name}-registered-id.desktop
sed -i 's|@NAME@|Wolfenstein 3D Registered (id)|g' \
    %{name}-registered-id.desktop
sed -i 's|@VARIANT@|registered-id|g' %{name}-registered-id.desktop
make clean

patch -p1 < %{PATCH2}
make %{?_smp_mflags} \
    CFLAGS="$CFLAGS -DDATADIR=\\\"/usr/share/wolf3d/registered-apogee/\\\""
mv wolf3d %{name}-registered-apogee
cp %{SOURCE1} %{name}-registered-apogee.desktop
sed -i 's|@NAME@|Wolfenstein 3D Registered (Apogee)|g' \
    %{name}-registered-apogee.desktop
sed -i 's|@VARIANT@|registered-apogee|g' %{name}-registered-apogee.desktop
make clean

patch -p1 < %{PATCH3}
make %{?_smp_mflags} \
    CFLAGS="$CFLAGS -DDATADIR=\\\"/usr/share/wolf3d/shareware/\\\""
mv wolf3d %{name}-shareware
cp %{SOURCE1} %{name}-shareware.desktop
sed -i 's|@NAME@|Wolfenstein 3D Shareware (Apogee)|g' %{name}-shareware.desktop
sed -i 's|@VARIANT@|shareware|g' %{name}-shareware.desktop
make clean

patch -p1 < %{PATCH4}
make %{?_smp_mflags} \
    CFLAGS="$CFLAGS -DDATADIR=\\\"/usr/share/spear/full/\\\""
mv wolf3d %{name}-spear
cp %{SOURCE1} %{name}-spear.desktop
sed -i 's|@NAME@|Spear of Destiny|g' %{name}-spear.desktop
sed -i 's|@VARIANT@|spear|g' %{name}-spear.desktop
make clean

patch -p1 < %{PATCH5}
make %{?_smp_mflags} \
    CFLAGS="$CFLAGS -DDATADIR=\\\"/usr/share/spear/demo/\\\""
mv wolf3d %{name}-spear-demo
cp %{SOURCE1} %{name}-spear-demo.desktop
sed -i 's|@NAME@|Spear of Destiny Demo|g' %{name}-spear-demo.desktop
sed -i 's|@VARIANT@|spear-demo|g' %{name}-spear-demo.desktop


%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/applications
mkdir -p %{buildroot}%{_datadir}/pixmaps

# Help launchers for shareware and spear-demo

cat > %{buildroot}%{_bindir}/%{name}-shareware <<EOF
#!/bin/bash

cd /usr/share/wolf3d/shareware/ && %{name}-shareware.real

EOF

cat > %{buildroot}%{_bindir}/%{name}-spear-demo <<EOF
#!/bin/bash

cd /usr/share/spear/demo/ && %{name}-spear-demo.real

EOF

chmod a+x %{buildroot}%{_bindir}/%{name}-spear-demo


install -m 755 %{name}-registered-id %{buildroot}%{_bindir}/%{name}-registered-id
desktop-file-install --dir %{buildroot}%{_datadir}/applications \
    %{name}-registered-id.desktop
mkdir -p %{buildroot}%{_datadir}/wolf3d/registered-id

install -m 755 %{name}-registered-apogee %{buildroot}%{_bindir}/%{name}-registered-apogee
desktop-file-install --dir %{buildroot}%{_datadir}/applications \
    %{name}-registered-apogee.desktop
mkdir -p %{buildroot}%{_datadir}/wolf3d/registered-apogee

install -m 755 %{name}-shareware %{buildroot}%{_bindir}/%{name}-shareware.real
desktop-file-install --dir %{buildroot}%{_datadir}/applications \
    %{name}-shareware.desktop

install -m 755 %{name}-spear %{buildroot}%{_bindir}/%{name}-spear
desktop-file-install --dir %{buildroot}%{_datadir}/applications \
    %{name}-spear.desktop
mkdir -p %{buildroot}%{_datadir}/spear/full

install -m 755 %{name}-spear-demo %{buildroot}%{_bindir}/%{name}-spear-demo.real
desktop-file-install --dir %{buildroot}%{_datadir}/applications \
    %{name}-spear-demo.desktop


%clean


%files registered-id
%defattr(-,root,root,-)
%doc Changes.txt README.txt license-*.txt
%{_bindir}/%{name}-registered-id
%{_datadir}/applications/%{name}-registered-id.desktop
%dir %{_datadir}/wolf3d
%dir %{_datadir}/wolf3d/registered-id

%files registered-apogee
%defattr(-,root,root,-)
%doc Changes.txt README.txt license-*.txt
%{_bindir}/%{name}-registered-apogee
%{_datadir}/applications/%{name}-registered-apogee.desktop
%dir %{_datadir}/wolf3d
%dir %{_datadir}/wolf3d/registered-apogee

%files shareware
%defattr(-,root,root,-)
%doc Changes.txt README.txt license-*.txt
%{_bindir}/%{name}-shareware
%{_bindir}/%{name}-shareware.real
%{_datadir}/applications/%{name}-shareware.desktop

%files spear
%defattr(-,root,root,-)
%doc Changes.txt README.txt license-*.txt
%{_bindir}/%{name}-spear
%{_datadir}/applications/%{name}-spear.desktop
%dir %{_datadir}/spear
%dir %{_datadir}/spear/full

%files spear-demo
%defattr(-,root,root,-)
%doc Changes.txt README.txt license-*.txt
%{_bindir}/%{name}-spear-demo
%{_bindir}/%{name}-spear-demo.real
%{_datadir}/applications/%{name}-spear-demo.desktop





%changelog
* Mon Jan 28 2013 Denis Silakov <denis.silakov@rosalab.ru> 1.7-3
+ Revision: 0d7c477
- Added helper scripts to launch shareware and spear-demo



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26480 |14nr|x11-driver-video-psb-binary-blobs-0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary: Binary components of the X.org driver for Poulsbo chipsets
Name: x11-driver-video-psb-binary-blobs
Version: 0
Release: 4
Source0: http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu/pool/main/p/psb-firmware/psb-firmware_0.30.orig.tar.gz
Source1: http://ppa.launchpad.net/ubuntu-mobile/ppa/ubuntu/pool/main/x/xpsb-glx/xpsb-glx_0.18.orig.tar.gz
License: Proprietary
Group: System/Kernel and hardware
Url: http://gma500.wiki-site.com/index.php/Main_Page
Exclusivearch: %{ix86} x86_64

%description
This packages contains the binary components of the X.org driver for
the video chipset from the Poulsbo SCH.

%prep
%setup -q -c -a 1

%build

%install
install -d %{buildroot}/lib/firmware/
install -m644 psb-firmware/*.bin %{buildroot}/lib/firmware/

install -d %{buildroot}%{_libdir}/dri/
install -m644 xpsb-glx/dri/*dri* %{buildroot}%{_libdir}/dri/

install -d %{buildroot}%{_libdir}/va/drivers
install -m644 xpsb-glx/dri/*video* %{buildroot}%{_libdir}/va/drivers

install -d %{buildroot}%{_libdir}/xorg/modules/
install -m644 xpsb-glx/drivers/* %{buildroot}%{_libdir}/xorg/modules/

%files
/lib/firmware/msvdx_fw.bin
%{_libdir}/dri/psb_dri.so
%{_libdir}/va/drivers/psb_drv_video.so
%{_libdir}/xorg/modules/Xpsb.so


%changelog
* Fri Apr 23 2010 Olivier Blin <oblin@mandriva.com> 0-3mdv2010.1
+ Revision: 538214
- fix libva drivers path (from Eric Piel, #55925)

* Thu Sep 24 2009 Olivier Blin <oblin@mandriva.com> 0-2mdv2010.0
+ Revision: 448347
- initial import of x11-driver-video-psb-binary-blob (tarballs from Ubuntu)
- create x11-driver-video-psb-binary-blobs


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26481 |14nr|x11-driver-video-sisdrv-0.8.0-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	X.org driver provided by SiS for SiS Cards
Name:		x11-driver-video-sisdrv
Version:	0.8.0
Release:	5
Group:		System/X11
License:	Freeware
Url:		http://www.sis.com
Source1:	sis_drv.so.gz

BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libdrm)
BuildRequires:	pkgconfig(xorg-macros)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	pkgconfig(xproto)
Conflicts:	x11-driver-video-sis

%description
x11-driver-video-sisdrv is the X.org driver provided by SiS for SiS Cards.

%install
mkdir -p %{buildroot}%{_libdir}/xorg/modules/drivers
gunzip -c %{SOURCE1} > %{buildroot}%{_libdir}/xorg/modules/drivers/sis_drv.so

%files
%{_libdir}/xorg/modules/drivers/sis_drv.so


%changelog
* Wed May 07 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.8.0-5
+ Revision: d37d587
- Sync with cooker



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26482 |14nr|x11-font-adobe-utopia-100dpi-1.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-adobe-utopia-100dpi
Version: 1.0.4
Release: %mkrel 1
Summary: Xorg X11 font adobe-utopia-100dpi
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-100dpi-%{version}.tar.bz2
# License doesn't say we can modify the software
License: Adobe Utopia
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: x11-font-util >= 1.2
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11-100dpi-fonts <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font adobe-utopia-100dpi

%prep
%setup -q -n font-adobe-utopia-100dpi-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/100dpi

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/100dpi/fonts.dir
rm -f %{buildroot}%_datadir/fonts/100dpi/fonts.scale

%post
mkfontscale %_datadir/fonts/100dpi
mkfontdir %_datadir/fonts/100dpi

%postun
mkfontscale %_datadir/fonts/100dpi
mkfontdir %_datadir/fonts/100dpi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/100dpi/UT*.pcf.gz



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.4-1
+ Revision: 73ac981
- Automatic import for version 1.0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26483 |14nr|x11-font-adobe-utopia-75dpi-1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-adobe-utopia-75dpi
Version: 1.0.4
Release: %mkrel 2
Summary: Xorg X11 font adobe-utopia-75dpi
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-75dpi-%{version}.tar.bz2
# License doesn't say we can modify the software
License: Adobe Utopia
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: x11-font-util >= 1.2
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11-75dpi-fonts <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font adobe-utopia-75dpi

%prep
%setup -q -n font-adobe-utopia-75dpi-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/75dpi

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/75dpi/fonts.dir
rm -f %{buildroot}%_datadir/fonts/75dpi/fonts.scale

%post
mkfontscale %_datadir/fonts/75dpi
mkfontdir %_datadir/fonts/75dpi

%postun
mkfontscale %_datadir/fonts/75dpi
mkfontdir %_datadir/fonts/75dpi

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/75dpi/UT*.pcf.gz



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.4-2
+ Revision: cb214e4
- Automatic import for version 1.0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26484 |14nr|x11-font-adobe-utopia-type1-1.0.4-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-adobe-utopia-type1
Version: 1.0.4
Release: %mkrel 1
Summary: Xorg X11 font adobe-utopia-type1
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-type1-%{version}.tar.bz2
# License doesn't say we can modify the software
License: Adobe Utopia
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.2
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font adobe-utopia-type1

%prep
%setup -q -n font-adobe-utopia-type1-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/Type1

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/Type1/fonts.dir
rm -f %{buildroot}%_datadir/fonts/Type1/fonts.scale

%post
mkfontscale %_datadir/fonts/Type1
mkfontdir %_datadir/fonts/Type1

%postun
mkfontscale %_datadir/fonts/Type1
mkfontdir %_datadir/fonts/Type1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/Type1/UT*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.4-1
+ Revision: 31064ea
- Automatic import for version 1.0.4



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26485 |14nr|x11-font-bh-ttf-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-bh-ttf
Version: 1.0.3
Release: %mkrel 1
Summary: Xorg X11 font bh-ttf
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-%{version}.tar.bz2
# We may not modify the software!
License: Bigelow & Holmes Font License
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font bh-ttf

%prep
%setup -q -n font-bh-ttf-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/TTF

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/TTF/fonts.dir
rm -f %{buildroot}%_datadir/fonts/TTF/fonts.scale

%post
mkfontscale %_datadir/fonts/TTF
mkfontdir %_datadir/fonts/TTF

%postun
mkfontscale %_datadir/fonts/TTF
mkfontdir %_datadir/fonts/TTF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/TTF/luxi*.ttf
/usr/etc/fonts/conf.avail/42-luxi-mono.conf
/usr/etc/fonts/conf.d/42-luxi-mono.conf



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.3-1
+ Revision: c65049f
- Automatic import for version 1.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26486 |14nr|x11-font-bh-type1-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-bh-type1
Version: 1.0.3
Release: %mkrel 1
Summary: Xorg X11 font bh-type1
Group: Development/X11
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-bh-type1-%{version}.tar.bz2
# We may not modify the software!
License: Bigelow & Holmes Font License
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font bh-type1

%prep
%setup -q -n font-bh-type1-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/Type1

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/Type1/fonts.dir
rm -f %{buildroot}%_datadir/fonts/Type1/fonts.scale

%post
mkfontscale %_datadir/fonts/Type1
mkfontdir %_datadir/fonts/Type1

%postun
mkfontscale %_datadir/fonts/Type1
mkfontdir %_datadir/fonts/Type1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/Type1/l04*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.3-1
+ Revision: 81ccbab
- Automatic import for version 1.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26487 |14nr|x11-font-ibm-type1-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-ibm-type1
Version: 1.0.3
Release: %mkrel 1
Summary: Xorg X11 font ibm-type1
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-ibm-type1-%{version}.tar.bz2
# License doesn't say we can modify the software
License: IBM Courier
BuildArch: noarch
BuildRequires: fontconfig
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.1
Conflicts: xorg-x11 <= 6.9.0
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font ibm-type1

%prep
%setup -q -n font-ibm-type1-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/Type1

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/Type1/fonts.dir
rm -f %{buildroot}%_datadir/fonts/Type1/fonts.scale

%post
mkfontscale %_datadir/fonts/Type1
mkfontdir %_datadir/fonts/Type1

%postun
mkfontscale %_datadir/fonts/Type1
mkfontdir %_datadir/fonts/Type1

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/Type1/cour*



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.3-1
+ Revision: 0fb4c0d
- Automatic import for version 1.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26488 |14nr|x11-font-misc-meltho-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name: x11-font-misc-meltho
Version: 1.0.3
Release: %mkrel 1
Summary: Xorg X11 font misc-meltho
Group: Development/X11
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
URL: http://xorg.freedesktop.org
Source: http://xorg.freedesktop.org/releases/individual/font/font-misc-meltho-%{version}.tar.bz2
# We may not modify the software!
License: Meltho Font License
BuildArch: noarch
BuildRequires: x11-font-util >= 1.0.0
BuildRequires: x11-util-macros >= 1.0.2
BuildRequires: fontconfig 
Requires(post): mkfontdir
Requires(postun): mkfontdir
Requires(post): mkfontscale
Requires(postun): mkfontscale

%description
Xorg X11 font misc-meltho

%prep
%setup -q -n font-misc-meltho-%{version}

%build
./configure --prefix=/usr --x-includes=%{_includedir}\
	    --x-libraries=%{_libdir} --with-fontdir=%_datadir/fonts/OTF

%make

%install
rm -rf %{buildroot}
%makeinstall_std
rm -f %{buildroot}%_datadir/fonts/OTF/fonts.dir
rm -f %{buildroot}%_datadir/fonts/OTF/fonts.scale

%post
mkfontscale %_datadir/fonts/OTF
mkfontdir %_datadir/fonts/OTF

%postun
mkfontscale %_datadir/fonts/OTF
mkfontdir %_datadir/fonts/OTF

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING
%_datadir/fonts/OTF/SyrCOM*.otf



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 1.0.3-1
+ Revision: 7d7fc29
- Automatic import for version 1.0.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26489 |14nr|xastir-2.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		xastir
Version:	2.0.0
Release:	1
Summary:	Amateur Station Tracking and Reporting system for amateur radio
Group:		Communications
License:	GPL
URL:		http://www.xastir.org
Source0:	http://prdownloads.sourceforge.net/xastir/xastir-%{version}.tar.gz
Source1:	http://prdownloads.sourceforge.net/xastir/xastir-sounds.tgz
Patch0:		xastir-desktop.diff
Patch1:		xastir-2-mapdir.patch
BuildRequires:	lesstif-devel
BuildRequires:	shapelib-devel
BuildRequires:	proj-devel
BuildRequires:	pkgconfig(geotiff)
BuildRequires:	festival-devel
BuildRequires:	db5.2-devel
BuildRequires:	graphicsmagick-devel
Requires:	x11-font-adobe-75dpi

%description
Xastir is a graphical application that interfaces HAM radio
and internet access to realtime mapping software.

Install XASTIR if you are interested in APRS(tm) and HAM radio
software.

%prep
%setup -q
%setup -a1 -q

%patch0 -p1
%patch1 -p1


%build
./bootstrap.sh

CFLAGS=-I/usr/include/libgeotiff 
%configure2_5x 
%make

%install
%makeinstall_std

# Docs go into package docs area instead of here:
rm -rf %{buildroot}/usr/share/doc/xastir
mkdir -p %{buildroot}/usr/share/applications
cp xastir.desktop %{buildroot}/usr/share/applications/.
cp sounds/* %{buildroot}/usr/share/xastir/sounds/.

%files
# Documents:  Go into special doc area
%doc AUTHORS ChangeLog COPYING COPYING.LIB.LESSTIF DEBUG_LEVELS FAQ INSTALL LICENSE
%doc README README.Contributing README.CVS README.Getting-Started
%doc README.MAPS README.win32 UPGRADE


%{_bindir}/*
%{_datadir}/xastir/help
%{_datadir}/xastir/config
%{_datadir}/xastir/symbols
%{_mandir}/man1/xastir.1.*
%{_mandir}/man1/callpass.1.*
%{_mandir}/man1/testdbfawk.1.*
%{_mandir}/man1/xastir_udp_client.1.*
%{_libdir}/xastir
%{_datadir}/applications/xastir.desktop

# protect user-installed map and other files from being clobbered

%config %{_datadir}/xastir/maps
%config %{_datadir}/xastir/Counties
%config %{_datadir}/xastir/fcc
%config %{_datadir}/xastir/GNIS
%config %{_datadir}/xastir/sounds



%changelog
* Sun Aug 26 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.0-1
+ Revision: b5920ae
- New version 2.0.0 (sync with Cooker), build against db5.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26490 |14nr|yamagi-quake2-5.10-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname		quake2
%define rogue_source	%{oname}-rogue
%define xatrix_source	%{oname}-xatrix
%define ctf_source	%{oname}-ctf
%define rogue_version	1.07
%define xatrix_version	1.09
%define ctf_version	1.02

Name:		yamagi-%{oname}
Version:	5.10
Release:	1
Summary:	Yamagi Quake II is an enhanced client for id Software's Quake II
Group:		Games/Arcade
License:	GPL
URL:		http://www.yamagi.org/quake2/
Source0:	%{oname}-%{version}.tar.xz
Source1:	%{rogue_source}-%{rogue_version}.tar.xz
Source2:	%{xatrix_source}-%{xatrix_version}.tar.xz
Source3:	%{ctf_source}-%{ctf_version}.tar.xz
Source6:	q2ded.sh
Source7:	q2ded.cfg
Source8:	q2ctf.sh
Source9:	q2ctf.cfg
Source11:	%{oname}_16.png
Source12:	%{oname}_32.png
Source13:	%{oname}_48.png
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	aalib-devel
BuildRequires:	jpeg-devel
BuildRequires:	svgalib-devel
BuildRequires:	zlib-devel
Suggests:	%{name}-glx = %{version}-%{release}

%description
Shortly after landing on an alien surface you learn that hundreds of your men
have been reduced to just a few.  Now you must fight your way through heavily
fortified military installations, lower the city's defenses and shut down
the enemy's war machine.  Only then will the fate of humanity be known.

* Larger, mission-based levels:

You have a series of complex missions, what you do in one level could affect
another.  One false move and you could alert security, flood an entire
passageway, or worse.

* Superior artificial intelligence:

This time the enemy has IQs the size of their appetites.  The can evade your
attack, strategically position themselves for an ambush and hunt your ass 
down.

* In-your-face sound and graphics

hear distant combat explosions and rockets whizzing past your head.  And with
a compatible 3-D graphics accelerator, experience smoother 16-bit graphics and
real-time lighting effects.

* Wicked multiplayer capabilities

More than 32 players, friends or foes, can do at it in a bloody deathmatch via
LAN and over the internet.

-- You need PAK files for Quake II to run this game --

Install the PAK files in %{_gamesdatadir}/quake2.

%package	ctf
Summary:	Quake II Capture the Flag for Linux
Group:		Games/Arcade
Requires:	%{name} = %{version} %{name}-server = %{version}
Requires(preunt):	rpm-helper
Requires(post):	rpm-helper

%description	ctf
Quake II Capture The Flag (Q2CTF) is a multiplayer addon for Quake2 that 
features a simple set of rules for team based play. It features eight unique 
maps and special powerups to enhance and make the gameplay more exciting.

Q2CTF requires the full retail version of Quake II installed in order to 
play. Once installed, you simple need to connect to a Quake2 game server 
that is running the Q2CTF addon.

-- You need PAK files for Quake II to run this game --

#
#
###

%package	glx
Summary:	Quake II GLX client
Group:		Games/Arcade
Requires:	%{name} = %{version}

%description	glx
This archive contains Quake II for GLX.

-- You need PAK files for Quake II to run this game --

%package	xatrix
Summary:	Quake II Mission Pack #1: "The Reckoning" for Linux
Group:		Games/Arcade
Requires:	%{name} = %{version}

%description	xatrix
This archive contains Mission Pack "The Reckoning" for Quake II.

The Reckoning is sure to get your heart pumping...well, if you can avoid 
getting gibbed by the Strogg. Check out just some of the features below that 
will give you the cardiac workout you need!

* 18 arduous levels to conquer & 7 brutal deathmatch exclusive levels:

Dive into a series of mission-based campaigns and ransack your way through 
three all-new hazardous episodes. Experience bioluminescent life forms, 
stalagmites and stalactites and other breathtaking environments. 

* Fresh foes to defeat:

Gekks are lighting-fast creatures that will hunt you down, leaping from the 
shadows to claw or bite. Though innocent looking, the Repair Bot has the 
ability to awaken dead Strogg from eternal sleep.
 
* Added weapons to wield:

The Phalanx Particle Canon emits a pulsing stream of deadly energy into 
unsuspecting foes. 

The Trap sucks nearby enemies inside and turns them into food cubes for 
player consumption. 

The Ion Ripper fires a blast of glowing boomerangs capable of ricocheting 
off of walls to track targets.

-- You need PAK files for Quake II to run this game --

#
#
###
%package	rogue
Summary:	Quake II Mission Pack #2: "Ground Zero" for Linux
Group:		Games/Arcade
Requires:	%{name} = %{version}

%description	rogue
This archive contains Mission Pack "Ground Zero" for Quake II.

The Alien Assault Continues.
Take out the Big Gun, sounded simple enough, except the Stroggs were waiting. 
You and a few Marines like you, are the lucky ones. The Gravity Well, the 
Stroggs' newest weapon in its arsenal against mankind, is operational. You've 
made it down in one piece and are still able to contact the fleet. With the 
fleet trapped around Stroggos, five percent of ground forces surviving, and 
that number dwindling by the second, your orders have changed: Free your 
comrades in orbit. Destroy the Gravity Well!

New Enemies

Get ready to face the toughest horde of Stroggs, straight from the bio-vats. 
The Stalker, Turrets, Daedalus, Medic Commander, Carrier and the Queen Bitch 
herself, the Black Widow.
     
14 Entirely new levels and 10 new deathmatch levels

Brand new real estate with the same dynamic sense of reality and dramatic 
visuals as Quake II. These new environments will challenge even the biggest 
Quake II aficionado.
 
New Power-ups

Tag 'em and Bag 'em. Deathmatch specific power-ups: the Vengeance Sphere, 
Hunter Sphere, and Anti-matter Bomb. With everything that we've cooked up for 
you here, you're sure to annihilate anyone or anything foolish enough to 
call you foe.

New Weapons 

The Chainsaw, ETF Rifle, and Plasma Beam. If you can't get the job done with 
these babies, it's time to go back to Basic.

Accept no substitutes!
Official, id-authorized mission packs outpace the rest!

-- You need PAK files for Quake II to run this game --

#
#
###
%package	server
Summary:	Quake II server
Group:		Games/Arcade
Requires:	%{name}
Requires(preun):	rpm-helper
Requires(post):	rpm-helper

%description server
This archive contains the Quake II dedicated server.

-- You need PAK files for Quake II to run this game --


%prep
%setup -q -T -b 0 -n %{oname}-%{version}
%setup -q -T -D -a 1 -n %{oname}-%{version}
%setup -q -T -D -a 2 -n %{oname}-%{version}
%setup -q -T -D -a 3 -n %{oname}-%{version}
find . -perm 0600 | xargs chmod 0644

%build
%ifarch %{ix86} x86_64
export OPTFLAGS="-O2 -ffast-math -funroll-loops -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing"
%else
export OPTFLAGS="%{optflags} -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations"
%endif

%make

%install
# Install dirs
install -d %{buildroot}%{_sysconfdir}/quake2/{baseq2,ctf,rogue,xatrix}
install -d %{buildroot}%{_gamesbindir}
install -d %{buildroot}%{_gamesdatadir}/quake2/{baseq2,ctf,rogue,xatrix}
install -d %{buildroot}%{_libdir}/games/quake2/{baseq2,ctf,rogue,xatrix}

# Install files
rel="release"
cp $rel/ref_*.so %{buildroot}%{_libdir}/games/quake2/
cp $rel/quake2 %{buildroot}%{_gamesbindir}/quake2.bin
cp $rel/q2ded %{buildroot}%{_gamesbindir}/q2ded.bin
cp $rel/baseq2/game.so %{buildroot}%{_libdir}/games/quake2/baseq2/

install -m644 %{SOURCE7} -D %{buildroot}%{_sysconfdir}/quake2/baseq2/server.cfg
install -m644 %{SOURCE9} -D %{buildroot}%{_sysconfdir}/quake2/ctf/server.cfg

install -m755 %{SOURCE6} -D %{buildroot}%{_initrddir}/q2ded
install -m755 %{SOURCE8} -D %{buildroot}%{_initrddir}/q2ctf

for FILE in q2ded q2ctf ; do

    # Edit path to q2ded in initscript
    sed -i -e "s|daemon[ ].*\${NAME}|daemon %{_gamesbindir}/\${NAME}|" %{buildroot}%{_initrddir}/${FILE}

    # Edit path to %{_sysconfdir} in initscript
    sed -i -e "s|^Q2_CONFIGDIR=.*|Q2_CONFIGDIR=\"%{_sysconfdir}/quake2\"|" %{buildroot}%{_initrddir}/${FILE}
done

# Create wrapper scripts
cat << EOF > %{buildroot}%{_gamesbindir}/quake2
#!/bin/sh

%{_gamesbindir}/quake2.bin +set basedir %{_libdir}/games/quake2 \$*

exit 0
EOF

cat << EOF > %{buildroot}%{_gamesbindir}/q2ded
#!/bin/sh

%{_gamesbindir}/q2ded.bin +set basedir %{_libdir}/games/quake2 \$*

exit 0
EOF

# Icons
install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{oname}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{oname}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{oname}.png

# Menu
mkdir -p %{buildroot}%{_datadir}/applications

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{oname}.desktop
[Desktop Entry]
Name=Quake II
Comment=First-person shooter
Exec=%{_gamesbindir}/quake2
Icon=%{oname}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{oname}-xatrix.desktop
[Desktop Entry]
Name=Quake II: The Reckoning
Comment=First-person shooter
Exec=%{_gamesbindir}/quake2 +set game xatrix
Icon=%{oname}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{oname}-rogue.desktop
[Desktop Entry]
Name=Quake II: Ground Zero
Comment=First-person shooter
Exec=%{_gamesbindir}/quake2 +set game rogue
Icon=%{oname}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/mandriva-%{oname}-ctf.desktop
[Desktop Entry]
Name=Quake II: Capture The Flag
Comment=First-person shooter
Exec=%{_gamesbindir}/quake2 +set game ctf
Icon=%{oname}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;X-MandrivaLinux-MoreApplications-Games-Arcade;
EOF

# Create links from basedir to configdir
ln -sf %{_sysconfdir}/quake2/baseq2/server.cfg %{buildroot}%{_libdir}/games/quake2/baseq2/server.cfg
for FILE in pak0.pak pak1.pak pak2.pak maxpak.pak ; do
    ln -sf %{_gamesdatadir}/quake2/baseq2/${FILE} %{buildroot}%{_libdir}/games/quake2/baseq2/${FILE}
done
ln -sfn %{_gamesdatadir}/quake2/baseq2/video %{buildroot}%{_libdir}/games/quake2/baseq2/video
ln -sf %{_sysconfdir}/quake2/ctf/server.cfg %{buildroot}%{_libdir}/games/quake2/ctf/server.cfg
ln -sf %{_gamesdatadir}/quake2/ctf/pak0.pak %{buildroot}%{_libdir}/games/quake2/ctf/pak0.pak
ln -sf %{_gamesdatadir}/quake2/rogue/pak0.pak %{buildroot}%{_libdir}/games/quake2/rogue/pak0.pak
ln -sf %{_gamesdatadir}/quake2/xatrix/pak0.pak %{buildroot}%{_libdir}/games/quake2/xatrix/pak0.pak

%post server
%_post_service q2ded

%preun server
%_preun_service q2ded

%post ctf
%_post_service q2ctf

%preun ctf
%_preun_service q2ctf

%files
%defattr(-,root,root,755)
%doc README
%attr(755,root,root) %{_gamesbindir}/quake2
%{_gamesbindir}/quake2.bin
%dir %{_libdir}/games/quake2
%{_libdir}/games/quake2/baseq2
%{_datadir}/applications/mandriva-%{oname}.desktop
%{_iconsdir}/%{oname}.png
%{_miconsdir}/%{oname}.png
%{_liconsdir}/%{oname}.png
%{_gamesdatadir}/quake2/baseq2

%files server
%defattr(-,root,root,755)
%attr(755,root,root) %{_initrddir}/q2ded
%attr(755,root,root) %{_gamesbindir}/q2ded
%dir %{_sysconfdir}/quake2
%dir %{_sysconfdir}/quake2/baseq2
%config(noreplace) %{_sysconfdir}/quake2/baseq2/server.cfg
%{_gamesbindir}/q2ded.bin

%files ctf
%defattr(-,root,root,755)
%attr(755,root,root) %{_initrddir}/q2ctf
%dir %{_sysconfdir}/quake2/ctf
%config(noreplace) %{_sysconfdir}/quake2/ctf/server.cfg
%{_libdir}/games/quake2/ctf
%{_gamesdatadir}/quake2/ctf
%{_datadir}/applications/mandriva-%{oname}-ctf.desktop

%files glx
%defattr(-,root,root,755)
%{_libdir}/games/quake2/ref_gl.so

%files rogue
%defattr(-,root,root,755)
%{_libdir}/games/quake2/rogue
%{_gamesdatadir}/quake2/rogue
%{_datadir}/applications/mandriva-%{oname}-rogue.desktop

%files xatrix
%defattr(-,root,root,755)
%{_libdir}/games/quake2/xatrix
%{_gamesdatadir}/quake2/xatrix
%{_datadir}/applications/mandriva-%{oname}-xatrix.desktop



%changelog
* Thu Jan 10 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 5.10-1
+ Revision: 648e5a1
- LOG Fix file permissions for debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26491 |14nr|zd1201-firmware-0.14-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module zd1201
%define name %{module}-firmware
%define version 0.14
%define distname %{module}-%{version}-fw
%define release %mkrel 3

Summary: Firmware files for the ZD1201 chip
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://prdownloads.sourceforge.net/linux-lc100020/%{distname}.tar.bz2
License: As-Is
Group: System/Kernel and hardware
Url: http://linux-lc100020.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
This package contains the firmware needed for the zd1201 devices to work.

This package contains two files, zd1201.fw is the firmware file for
using the device as a normal 802.11b client. The file zd1201-ap.fw is
used to put the device in access point mode.

%prep
%setup -q -n %{distname}

%build

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/lib/firmware
install -m644 %{module}*.fw $RPM_BUILD_ROOT/lib/firmware/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
/lib/firmware/%{module}*.fw



%changelog
* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.14-3
+ Revision: 2b19ff2
- Automatic import for version 0.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26492 |14nu|acroread-9.5.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define acroread_inst_dir %{_libdir}
%define debug_package %{nil}

%define __noautoreq 'libA.*|libB.*|libCoolType.*|libJ.*|libResAccess.*|libWRServices.*|libadobe.*|libah.*|libcrypto.*|libcurl.*|libeggtrayicon.*|libextend.*|libicu.*|librt3d.*|libsc.*|libssl.*'
%define __noautoprov 'lib.*|devel.*'

Summary:        Adobe Reader for PDF Files
Name:           acroread
Version:        9.5.5
Release:        2

URL:            http://www.adobe.com/products/acrobat/readermain.html
License:        Any commercial
Group:          Publishing
Source0:        http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/%{version}/enu/AdbeRdr%{version}-1_i486linux_enu.rpm
Source10:       acroread.desktop
Source20:       acroread.png
Source30:       reader_prefs
Source31:       adobe.conf

Requires:       canberra-gtk-module
Requires:       packagekit-gtk2-module
Requires:       at-spi2-atk
Requires:       gtk-engines2

ExclusiveArch:  %{ix86}

%description
Acroread is a well known PDF viewer.

Adobe Reader is often the only program able to process complicated PDF
files, such as PDF forms. However, there are many bugs where we cannot
do anything about because it is proprietary binary-only software.

Please consider whether it is possible to use free PDF readers like
okular, evince, xpdf, ghostview, ... instead.


%package mozplugin
Summary:        Mozilla plugin for Adobe Reader
Group:          Networking/WWW
Requires:       %{name} = %{version}-%{release}
Requires:       nspluginwrapper
BuildArch:      noarch


%description mozplugin
Acroread is a well known PDF viewer.

Adobe Reader is often the only program able to process complicated PDF
files, such as PDF forms. However, there are many bugs where we cannot
do anything about because it is proprietary binary-only software.

Please consider whether it is possible to use free PDF readers like
okular, evince, xpdf, ghostview, ... instead.


%prep
%setup -q -c -T


%build


%install
mkdir -p %{buildroot}
pushd %{buildroot}
rpm2cpio %{SOURCE0} | cpio -idV --quiet
mv opt usr
mkdir -p usr/lib/Adobe
mv usr/Adobe/* usr/lib/Adobe
rmdir usr/Adobe
popd

mkdir -p %{buildroot}/usr/bin
pushd %{buildroot}/usr/bin
   ln -sf ../../%{acroread_inst_dir}/Adobe/Reader9/bin/acroread acroread
popd

# add a link for the browser plugin so that it can be found automatically
mkdir -p %{buildroot}%{_libdir}/mozilla/plugins
ln -sf %{acroread_inst_dir}/Adobe/Reader9/Browser/intellinux/nppdf.so %{buildroot}%{_libdir}/mozilla/plugins/nppdf.so

install -d %{buildroot}/usr/share/pixmaps
install -m644 %{SOURCE20} %{buildroot}/usr/share/pixmaps/acroread.png

install -d %{buildroot}/usr/share/applications
install -m644 %{SOURCE10} %{buildroot}/usr/share/applications
install -m644 %{SOURCE30} %{buildroot}/usr/lib/Adobe/Reader9/Reader/GlobalPrefs/

install -dD %{buildroot}/etc/ld.so.conf.d/
install -m644 %{SOURCE31} %{buildroot}/etc/ld.so.conf.d/

%files 
%{_bindir}/acroread
%{_sysconfdir}/ld.so.conf.d/*.conf
%{_libdir}/Adobe/*
%{_datadir}/pixmaps/acroread.png
%{_datadir}/applications/%{name}.desktop

%files mozplugin
%{_libdir}/mozilla/plugins/nppdf.so


%changelog
* Sat Mar 14 2015 Denis Silakov <denis.silakov@rosalab.ru> 9.5.5-2
+ Revision: 1c8a54d
- Drop requirements on self-provided libs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26493 |14nu|broadcom-wl-6.30.223.271-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname	hybrid-v35
%define kname	wl

%define _enable_debug_packages	%{nil}
%define debug_package		%{nil}

Summary:	Proprietary driver for Broadcom wireless adapters
Name:		broadcom-wl
Version:	6.30.223.271
Release:	9
Source0:	http://www.broadcom.com/docs/linux_sta/%{oname}-nodebug-pcoem-6_30_223_271.tar.gz
Source1:	http://www.broadcom.com/docs/linux_sta/%{oname}_64-nodebug-pcoem-6_30_223_271.tar.gz
Source3:	%{name}.rpmlintrc
Source4:	Kbuild
Source6:	broadcom-wl-alias.conf
Source7:	README.urpmi
Patch1:		broadcom-wl-6.30.223.271-fix-error-handling.patch
Patch2:		broadcom-wl-6.30.223.248-use-common-iface-name.patch
Patch3:		broadcom-wl-6.30.223.248-disable_timestamps.patch
Patch4:		broadcom-wl-6.30.223.248-claim-only-network-devices-by-broadcom.patch
# The following patches are partially from Debian & Ubuntu, partially 
# from Arch Linux.
Patch8:		broadcom-wl-6.30.223.248-user_ioctl.patch
Patch10:	broadcom-wl-6.30.223.271-set-vars-to-null-when-needed.patch
Patch11:	broadcom-wl-6.30.223.271-rdtscl.patch
Patch12:	broadcom-wl-6.30.223.271-kernel-4.7.patch
Patch13:	broadcom-wl-6.30.223.271-kernel-4.8.patch
Patch14:	broadcom-wl-6.30.223.271-kernel-4.11.patch
Patch15:	broadcom-wl-6.30.223.271-kernel-4.12.patch

License:	Freeware
Group:		System/Kernel and hardware
URL:		http://www.broadcom.com/support/802.11

%description
This package contains the proprietary driver for Broadcom wireless
adapters. The driver supports BCM4312-, BCM4313-, BCM4321-, BCM4322-, 
BCM43224-, BCM43225-, BCM43227- and BCM43228-based hardware.

%package -n dkms-%{name}
Summary:	Kernel module for Broadcom wireless adapters
Group:		System/Kernel and hardware
Requires(post):		dkms
Requires(preun):	dkms

%description -n dkms-%{name}
This package contains the proprietary driver for Broadcom wireless
adapters. The driver supports BCM4312-, BCM4313-, BCM4321-, BCM4322-, 
BCM43224-, BCM43225-, BCM43227- and BCM43228-based hardware.

%prep
%ifarch x86_64
%setup -q -T -c -a1 %{oname}
%else
%setup -q -T -c -a0 %{oname}
%endif

%apply_patches

# The Makefile from the upstream package contains the stuff related to
# WEXT support in the kernel, deprecated quite a while ago. In addition,
# the make rules listed there use `uname -r` in the path to the kernel
# build directory which prevents the user from building the driver for a
# kernel other than the running one.
# A Kbuild file we provide should be free from these issues.
rm -f Makefile
cp -p %{SOURCE4} .

# From the .spec file used in Fedora: convert LICENSE.txt to UTF-8 and
# tidy line endings.
iconv -f iso8859-1 -t UTF8 lib/LICENSE.txt -o lib/LICENSE.txt
sed -i 's/\r$//' lib/LICENSE.txt

%build

%install
# add aliases to force loading wl module for supported devices
install -m755 -d %{buildroot}/etc/modprobe.d/
install -m644 %{SOURCE6} %{buildroot}/etc/modprobe.d

mkdir -p %{buildroot}%{_docdir}/%{name}
install -p -m755 %{SOURCE7} %{buildroot}%{_docdir}/%{name}

# install dkms sources
mkdir -p %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}
cp -R * %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/
cat > %{buildroot}%{_usr}/src/%{name}-%{version}-%{release}/dkms.conf << EOF
MAKE="make -C \$kernel_source_dir M=\\\$(pwd)"
PACKAGE_NAME=%{name}
PACKAGE_VERSION=%{version}-%{release}
DEST_MODULE_LOCATION=/kernel/3rdparty/%{name}
BUILT_MODULE_NAME=%{kname}
AUTOINSTALL=yes
REMAKE_INITRD=yes
EOF

%post -n dkms-%{name}
set -x
/usr/sbin/dkms --rpm_safe_upgrade add -m %{name} -v %{version}-%{release}

# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
	kk=$(echo $kk | sed 's/^\/lib\/modules\///');
	if test -d "/lib/modules/$kk/build"; then
		/usr/sbin/dkms --rpm_safe_upgrade build -m %{name} -v %{version}-%{release} -k $kk &&
		/usr/sbin/dkms --rpm_safe_upgrade install -m %{name} -v %{version}-%{release} -k $kk || true
	else
		echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
	fi;
done

%preun -n dkms-%{name}
# rmmod can fail (e.g. if the module is not loaded), but it should not stop
# deinstallation.
/sbin/rmmod %{kname} >/dev/null 2>&1 || true
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{name} -v %{version}-%{release} --all || true

%files -n dkms-%{name}
%defattr(0644,root,root,0755)
%doc lib/LICENSE.txt
%config(noreplace) /etc/modprobe.d/broadcom-wl-alias.conf
%dir %{_usr}/src/%{name}-%{version}-%{release}
%{_usr}/src/%{name}-%{version}-%{release}/*
%{_docdir}/%{name}/README.urpmi


%changelog

* Sun Aug 06 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.271-9
- (00a1ee0) Updated the patch to apply w/o fuzz
- (Evgenii Shatokhin: a293bb0) Added a patch from Ubuntu to fix the build for the kernel 4.12.x

* Tue Jun 13 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.271-8
- (a175bec) Added a patch from Ubuntu to fix the build for the kernel 4.11.x

* Wed Feb 15 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 6.30.223.271-7
- (6a10a9a) MassBuild#1250: Increase release tag

* Wed Nov 16 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.271-6
- (1ed2978) Fix the crash of the driver with kernel 4.8.x
- (1ed2978) This commit in the mainline kernel changed the meaning of the last
- (1ed2978) argument passed to cfg80211_scan_done():
- (1ed2978) Commit 1d76250bd34af86c6498fc51e50cab3bfbbeceaa
- (1ed2978) Author: Avraham Stern <avraham.stern@intel.com>
- (1ed2978) Date:   Tue Jul 5 17:10:13 2016 +0300
- (1ed2978) nl80211: support beacon report scanning
- (1ed2978) Added the patch to the driver because otherwise it crashes.

* Wed Aug 24 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.271-5
- (9e8524e) Added a patch to support kernel 4.7
- (9e8524e) The patch is from ArchLinux with a few changes from Ubuntu.

* Wed Mar 09 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.271-4
- (f408b02) Fixed the build in 32-bit systems with kernel 4.3 or newer
- (f408b02) rdtscl() is not available there, the driver should use rdtsc() instead.

* Mon Dec 28 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.271-3
- (a758bf5) Fixed the URL
- (Evgenii Shatokhin: 1a312eb) Release up

* Sat Dec 26 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.271-2
- (1c79db1) Use b43+ssb modules for BCM4312 (PCI IDs: 14E4:4315) rather than wl
- (1c79db1) Looks like b43+ssb work better for such WiFi-adapters than wl.
- (1c79db1) http://forum.rosalab.ru/viewtopic.php?f=45&t=6420&p=59715#p59715.
- (Evgenii Shatokhin: 680b0ed) Release up

* Wed Dec 02 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.271-1
- (76fe759) Use capital letters in the PCI ID parts of the aliases
- (76fe759) I suspect, lowercase letters are the cause of
- (76fe759) http://bugs.rosalinux.ru/show_bug.cgi?id=6396
- (76fe759) For example:
- (76fe759) modprobe -R pci:v000014E4d000043b1sv1234sd1234bc80sc90i12
- (76fe759) wl
- (76fe759) modprobe -R pci:v000014E4d000043B1sv1234sd1234bc80sc90i12
- (76fe759) bcma
- (Evgenii Shatokhin: 92bc611) Updated to version 6.30.223.271
- (Evgenii Shatokhin: 92bc611) Most significant changes:
- (Evgenii Shatokhin: 92bc611) * Support for the kernel versions up to 4.2 inclusive.

* Thu Apr 30 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.248-4
- (a2a5c2e) Release up

* Thu Apr 30 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.248-3
- (bfe705d) Require only the development files for the kernel
- (bfe705d) The kernel itself might not be installed yet when the dkms modules are
- (bfe705d) rebuilt (that is done when kernel-devel is installed).
- (Eugene Shatokhin: b9a8cff) Added a patch to support kernel 4.0
- (Eugene Shatokhin: b9a8cff) The patch is a part of linux-recent.patch from ArchLinux.

* Mon Apr 27 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.248-2
- (34e7fde) Build and install the driver for all kernels at once
- (34e7fde) Before this commit, the drivers were built and installed automatically
- (34e7fde) for the current kernel when the user installed the dkms-<...> package.
- (34e7fde) This could be inconvenient if the user installed the driver and then
- (34e7fde) rebooted the system to a different kernel. DKMS might have failed to
- (34e7fde) build the driver for that kernel at boot, which lead to problems.
- (34e7fde) Let's build and install the drivers for all kernels available in the
- (34e7fde) system at the moment of package installation (if the kernels have
- (34e7fde) development files, of course).
- (34e7fde) Note that the installation of the package should not fail even if the
- (34e7fde) driver fails to build for some kernels.
- (Eugene Shatokhin: 8163eae) Added more patches to support kernel 3.18 and fix a few more bugs
- (Eugene Shatokhin: 8163eae) The patches are based on those from Debian, Ubuntu and Arch Linux.
- (Eugene Shatokhin: 8163eae) Important changes:
- (Eugene Shatokhin: 8163eae) - support for kernel versions up to 3.18 inclusive;
- (Eugene Shatokhin: 8163eae) - fix crashes when the user tries to access the driver via procfs.

* Tue Oct 28 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.248-1
- (772589c) Updated to version 6.30.223.248, revisited the patch set

* Tue Oct 28 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.141-8
- (a5006b5) Added aliases for 4 more devices
- (a5006b5) Readme.txt from http://www.broadcom.com/support/802.11/linux_sta.php
- (a5006b5) states the following devices are also supported by wl driver:
- (a5006b5) Device         Vendor ID  Device ID
- (a5006b5) BCM43142 2.4 Ghz     0x14e4	0x4365
- (a5006b5) BCM4331  Dualband    0x14e4	0x4331
- (a5006b5) BCM4360  Dualband    0x14e4	0x43a0
- (a5006b5) BCM4352  Dualband    0x14e4	0x43b1*
- (a5006b5) * Readme.txt states the device ID of BCM4352 is 0x43a0, however,
- (a5006b5) the PCI ID database shows 0x43b1, using the latter.
- (a5006b5) Added aliases for these too.
- (Eugene Shatokhin: 280d905) rmmod can fail (e.g. if the module is not loaded), but it should not stop

* Fri Jul 04 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.141-7
- (87baa37) Added patches to fix build for the kernels up to 3.15 inclusive

* Fri Jul 04 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.141-6
- (d1bcac6) Removed the changelog, git should handle that
- (Eugene Shatokhin: 2c662fc) Added notes for the users having BCM4311 adapter
- (Eugene Shatokhin: 2c662fc) BCM4311 is no longer supported by this package (and, it seems, by
- (Eugene Shatokhin: 2c662fc) Broadcom itself). Made this explicit:
- (Eugene Shatokhin: 2c662fc) - listed the supported adapter models in the description
- (Eugene Shatokhin: 2c662fc) - added an "upgrade note" with workarounds to be shown to the users.

* Thu Jan 09 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.141-5
- (245bf43) Fixed: specified correct files in .abf.yml
- (Eugene Shatokhin: a6ec672) Made version 6.30.223.141 default again

* Wed Dec 11 2013 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 5.100.82.112-15
- (7157419) Reverted to 5.100.82.112 due to the regression (#2985)

* Wed Dec 11 2013 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.141-4
- (f4f0490) Make sure the network interface is named wlan%d rather than eth%d
- (f4f0490) The driver sets the format of the name explicitly. Let us make "wlan%d"
- (f4f0490) the default format, same as for other such drivers like brcmfmac, etc.

* Mon Nov 11 2013 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.141-3
- (44684a6) Make sure 'wl' is not used for BCM4311 adapters
- (44684a6) Seems like 'wl' does not support these. b43+ssb should be used for
- (44684a6) such WiFi adapters instead.
- (44684a6) Details: http://bugs.rosalinux.ru/show_bug.cgi?id=2985#c23

* Tue Oct 29 2013 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 6.30.223.141-2
- (9c46ebd) Fixed wl-inform-single-bss.patch (it was incorrect for 6.x)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26494 |14nu|bumblebee-3.2.1-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%bcond_with git
%if %{with git}
%define gitdate 20120228
%endif
# Use nouveau driver by default
%bcond_with nouveau


Name:		bumblebee
Summary:	Support for NVidia Optimus laptops on Linux
Group:		System/Kernel and hardware
Version:	3.2.1
Release:	10
License:	GPLv3
URL:		https://github.com/Bumblebee-Project/bumblebee
# source from git repo git://github.com/Bumblebee-Project/Bumblebee.git
# we need to change to develop branch to allow changing to nouveau without
# using nvidia paths
#Source0:	https://github.com/downloads/Bumblebee-Project/Bumblebee/%{name}-%{!?with_git:%{version}}%{?with_git:%{gitdate}}.tar.%{?with_git:xz}%{!?with_git:gz}
Source0:	http://bumblebee-project.org/%{name}-%{version}.tar.gz

# Patch series from https://github.com/arafey/Bumblebee.
# Should fix automatic unload of nvidia-modeset, nvidia-uvm and nvidia-drm
# with the newer NVidia drivers.
# http://bugs.rosalinux.ru/show_bug.cgi?id=6976
Patch0:		0001-Dirty-fix-for-issue-699.patch
Patch1:		0002-Added-nvidia_modeset-detection-for-issue-699.patch
Patch2:		0003-Fix-nvidia_uvm-just-like-nvidia_modeset.patch
Patch3:		0004-Workaround-for-nvidia_drm-in-newer-drivers.patch

# Additional patch to fix the previous ones
Patch4:		0005-Unload-modules-one-by-one-and-in-the-correct-order.patch

BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libbsd)
BuildRequires:	help2man
Requires(pre):	update-alternatives
Requires(post):	systemd-units
Requires(preun):systemd-units
Requires(pre):	rpm-helper
Requires:	VirtualGL
Requires:	%mklibname VirtualGL
%if %{with nouveau}
Requires:	x11-driver-video-nouveau
%else
# NOTE: Install preferred version of NVIDIA driver via XFdrake
# Requires:	x11-driver-video-nvidia-current
%endif
Requires:	kmod(bbswitch)

%description
Bumblebee daemon is a rewrite of the original Bumblebee service, providing
an elegant and stable means of managing Optimus hybrid graphics chip sets.
A primary goal of this project is to not only enable use of the discrete
GPU for rendering, but also to enable smart power management of the dGPU
when it's not in use.

%files
%doc README.markdown doc/RELEASE_NOTES_3_2_1 README.install.urpmi
%{_sysconfdir}/bash_completion.d/bumblebee
%dir %{_sysconfdir}/bumblebee/
%dir %{_sysconfdir}/bumblebee/xorg.conf.d/
%config(noreplace) %{_sysconfdir}/bumblebee/bumblebee.conf
%config(noreplace) %{_sysconfdir}/bumblebee/xorg.conf.nouveau
%config(noreplace) %{_sysconfdir}/bumblebee/xorg.conf.nvidia
/lib/systemd/system/bumblebeed.service
%{_sbindir}/bumblebeed
%{_bindir}/optirun
%{_bindir}/bumblebee-bugreport
%{_mandir}/man1/bumblebeed.1.*
%{_mandir}/man1/optirun.1.*
%{_sysconfdir}/bumblebee/xorg.conf.d/10-dummy.conf
%{_sysconfdir}/bumblebee/modprobe.conf
/lib/udev/rules.d/99-bumblebee-nvidia-dev.rules

%pre
%_pre_groupadd %{name}
if [ "$1" -eq "1" ];then
  users=$(getent passwd | awk -F: '$3 >= 500 && $3 < 60000 {print $1}')
  for user in $users; do
    gpasswd -a $user bumblebee
  done
  /usr/sbin/update-alternatives --set gl_conf %{_sysconfdir}/ld.so.conf.d/GL/standard.conf
fi

%post
# blacklist nouveau
grub2-cfg-mod --add "rdblacklist=nouveau"
update-grub2
# run bumblebeed
%_post_service bumblebeed
# Simple: still needs this since in release 3 services were not set
# enabled and seams that still isnt properly handeled in %%_post_service
if [ "$1" -ge "1" ]; then
  # Enable (but don't start) the unit by default
  /bin/systemctl enable bumblebeed.service
  # Start bumblebeed service
  /bin/systemctl start bumblebeed.service
fi

%preun
%_preun_service bumblebeed

%postun
# We need this since "%%_postun_groupdel %%{name}" doesnt remove the group if
# set to a user
if [ "$1" -eq "0" ];then
  /usr/sbin/groupdel bumblebee
fi
# un-blacklist nouveau on uninstall
if [ "$1" -eq "0" ];then
  grub2-cfg-mod --del "rdblacklist=nouveau"
  update-grub2
fi

# Simple: we need to ensure bumblebee group isnt removed when upgrading
# This doesnt need exist for Mageia 2
%triggerpostun -- %{name} < 3.0-9
%_pre_groupadd %{name}
users=$(getent passwd | awk -F: '$3 >= 500 && $3 < 60000 {print $1}')
for user in $users; do
  gpasswd -a $user bumblebee
done

#--------------------------------------------------------------------
%prep
%setup -q%{?with_git:n %{name}}
%apply_patches

cat > README.install.urpmi <<EOF
Use XFdrake to configure X to use the correct NVIDIA driver. Any needed
packages will be automatically installed if not already present.

1. Run XFdrake
2. Go to the Video Driver list
3. Select the preferred driver from the list
4. Reboot

%build
%{?with_git:NOCONFIGURE=1 autoreconf -fi}
%configure2_5x \
%if %{with nouveau}
CONF_DRIVER=nouveau \
%else
CONF_DRIVER=nvidia \
CONF_DRIVER_MODULE_NVIDIA=nvidia \
%endif
CONF_KEEPONEXIT=true \
CONF_TURNOFFATEXIT=false \
CONF_PM_METHOD=auto \
%ifarch x86_64
CONF_LDPATH_NVIDIA=%{_usr}/lib/nvidia:%{_libdir}/nvidia \
CONF_MODPATH_NVIDIA=%{_usr}/lib/nvidia/xorg,%{_libdir}/nvidia/xorg,%{_usr}/lib/xorg/modules,%{_libdir}/xorg/modules,%{_usr}/lib/xorg/extra-modules,%{_usr}/xorg/extra-modules
%else
CONF_LDPATH_NVIDIA=%{_usr}/lib/nvidia \
CONF_MODPATH_NVIDIA=%{_usr}/lib/nvidia/xorg,%{_usr}/lib/xorg/modules,%{_usr}/lib/xorg/extra-modules
%endif

%make

%install
rm -rf %{buildroot}
%makeinstall_std
echo "nvidia && bumblebee" > %{buildroot}%{_sysconfdir}/bumblebee/modprobe.conf

install -D -m644 scripts/systemd/bumblebeed.service %{buildroot}/lib/systemd/system/bumblebeed.service

%changelog

* Sun May 01 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 3.2.1-10
- (d0bc2e8) Fix unloading of kernel modules



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26495 |14nu|chromium-browser-pepper-flash-32.0.0.465-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	Chromium Flash player plugin
Name:		chromium-browser-pepper-flash
Version:	32.0.0.465
Release:	1
License:	Proprietary
Group:		Networking/WWW
# https://get.adobe.com/flashplayer/
Url:		http://www.adobe.com/products/flashplayer/
Source0:	https://fpdownload.adobe.com/pub/flashplayer/pdc/%{version}/flash_player_ppapi_linux.i386.tar.gz
Source1:	https://fpdownload.adobe.com/pub/flashplayer/pdc/%{version}/flash_player_ppapi_linux.x86_64.tar.gz

%description
Pepper API based Adobe Flash plugin for Google's Open Source browser Chromium.

%files
%doc readme.txt
%dir %{_libdir}/chromium-browser/
%{_libdir}/chromium-browser/PepperFlash/

#----------------------------------------------------------------------------

%prep
%setup -c -T

%build
%ifarch x86_64
tar xaf %{SOURCE1}
%else
tar xaf %{SOURCE0}
%endif

%install
mkdir -p %{buildroot}%{_libdir}/chromium-browser/PepperFlash/
install -m755 *.so %{buildroot}%{_libdir}/chromium-browser/PepperFlash/
install -m644 *.json %{buildroot}%{_libdir}/chromium-browser/PepperFlash/

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26496 |14nu|clementine-1.3.1-9plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%bcond_without plf
######################

%if %{with plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

%define gstapi 1.0
%define oname Clementine

Summary:	A cross-platform music player based on Amarok 1.4
Name:		clementine
Version:	1.3.1
Release:	9%{?extrarelsuffix}
License:	GPLv3+
Group:		Sound
Url:		http://www.clementine-player.org/
Source0:	https://github.com/clementine-player/Clementine/archive/%{oname}-%{version}.tar.gz
Source1:	Clementine.conf
Patch0:		clementine-1.3-libmygpo-qt.patch
# Search albums at metal-archives.com (Encyclopaedia Metallum) from:
# - Now Playing widget (album art context menu) - current album
# - Playlist (selected songs context menu) - unique selected albums
Patch1:		clementine-1.3-metalarchives.patch
Patch4:		clementine-1.3-initial-preference.patch
# Localization issues
Patch5:		clementine-1.3-l10n-ru-desktop.patch
Patch6:		clementine-1.3-l10n-ru-search.patch
Patch7:		clementine-1.3-play-folder.patch
# RockRadio.com has Premium access for long time already
# It's especially imported to fix after free access to DI.fm services was disabled
# https://github.com/clementine-player/Clementine/commit/3ab20defce71a009bf180255642c18fa671650f9
Patch8:		clementine-1.3.1-rockradio-premium.patch
Patch9:		clementine-1.3.1-sqlite-3.12.patch

# Upstream patches
Patch10:	clementine-1.3.1-fix-playlist-behaviour.patch
Patch11:	clementine-1.3.1-remove-echonest-1.patch
Patch12:	clementine-1.3.1-remove-echonest-2.patch
Patch13:	clementine-1.3.1-remove-echonest-3.patch
Patch14:	clementine-1.3.1-remove-echonest-4.patch
Patch15:	clementine-1.3.1-remove-echonest-5.patch
Patch16:	clementine-1.3.1-remove-echonest-6.patch
Patch17:	clementine-1.3.1-remove-echonest-7.patch

# Fix channels loading for DI.fm services after API domain changes
Patch20:	clementine-1.3.1-radio-channels-api.patch

BuildRequires:	cmake
BuildRequires:	qt4-linguist
BuildRequires:	boost-devel
BuildRequires:	liblastfm-devel
BuildRequires:	qt4-devel >= 4.5.0
BuildRequires:	pkgconfig(cryptopp)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-app-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-audio-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-base-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-tag-%{gstapi})
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libchromaprint)
BuildRequires:	pkgconfig(libgpod-1.0)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmygpo-qt)
# For Google Drive and Amazon Cloud integration
BuildRequires:	pkgconfig(libsparsehash)
%if %{with plf}
BuildRequires:	protobuf-static-devel
BuildRequires:	pkgconfig(libspotify)
%endif
BuildRequires:	pkgconfig(protobuf)
BuildRequires:	pkgconfig(QJson)
BuildRequires:	pkgconfig(taglib) >= 1.6
Requires:	libprojectm-data
Requires:	qt4-database-plugin-sqlite
Requires:	gstreamer%{gstapi}-flac
Requires:	gstreamer%{gstapi}-plugins-ugly
Suggests:	gstreamer%{gstapi}-decoders-audio
Suggests:	gstreamer%{gstapi}-faac
Suggests:	gstreamer%{gstapi}-faad
Suggests:	gstreamer%{gstapi}-lame
# Needed to be able to mount ipod/iphone/ipad (not tested locally) but it's also pulling gvfs
# which is need at least to mount mtp devices (tested locally)
Suggests:	gvfs-iphone

%description
Clementine is a modern music player and library organiser. Clementine is
a port of Amarok 1.4, with some features rewritten to take advantage of
Qt4.
Features:
    * Search and play your local music library
    * Listen to internet radio from Last.fm, SomaFM and Magnatune
    * Tabbed playlists, import and export M3U, XSPF, PLS and ASX
    * Visualisations from projectM
    * Transcode music into MP3, Ogg Vorbis, Ogg Speex, FLAC or AAC
    * Edit tags on MP3 and OGG files, organize your music
    * Download missing album cover art from Last.fm
    * Remote control using a Wii Remote, MPRIS or the command-line
    * Copy music to your iPod, iPhone, MTP or mass-storage USB player
    * Queue manage

%files
%config %{_sysconfdir}/Clementine/Clementine.conf
%{_bindir}/clementine
%{_bindir}/clementine-tagreader
%{_datadir}/kde4/services/clementine-*.protocol
%{_datadir}/appdata/clementine.appdata.xml
%{_datadir}/applications/clementine.desktop
%{_iconsdir}/hicolor/*/apps/clementine.*
%if %{with plf}
%{_bindir}/clementine-spotifyblob
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch0 -p1 -b .mygpo~
%patch1 -p1 -b .ma~
%patch4 -p1 -b .initial~
%patch5 -p1 -b .l10n~
%patch6 -p1 -b .l10n~
%patch7 -p1 -b .desktop~
%patch8 -p1 -b .rockradio~
%patch9 -p1 -b .sqlite312~

%patch10 -p1 -b .playlist~
%patch11 -p1 -b .echonest1~
%patch12 -p1 -b .echonest2~
%patch13 -p1 -b .echonest3~
%patch14 -p1 -b .echonest4~
%patch15 -p1 -b .echonest5~
%patch16 -p1 -b .echonest6~
%patch17 -p1 -b .echonest7~

%patch20 -p1 -b .api~

%build
%cmake_qt4 \
	-DENABLE_AMAZON_CLOUD_DRIVE:BOOL=ON \
	-DENABLE_VK=OFF \
	-DBUNDLE_PROJECTM_PRESETS=OFF \
	-DBUILD_WERROR=OFF
%make VERBOSE=1

%install
%makeinstall_std -C build

install -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/Clementine/Clementine.conf

%if %{with plf}
# Ugly hack, not sure why that file appears
rm -rf %{buildroot}/builddir
rm -rf %{buildroot}/home
%endif


%changelog

* Sat Mar 10 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-9plf
- (1c7d0f0) Fix channels loading for DI.fm services after API domain changes

* Tue Jan 09 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-8plf
- (af296c7) Bump release

* Mon Aug 14 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-7plf
- (c6b32be) Disable OSD by default (doesn't work properly in new DEs)
- (c6b32be) Really disable vk.com support

* Wed Aug 09 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-6plf
- (994f998) Add upstream patches to fix artist info page (drop dead echonest support etc)
- (994f998) Don't build vk.com support as external players are no longer supported by vk.com

* Thu Sep 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-5plf
- (39f1e1a) Bump release

* Thu Sep 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-4plf
- (e0af23c) Bump release

* Tue Aug 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-3plf
- (2f25187) Bump release

* Fri May 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-2plf
- (28a8020) Add patch to support sqlite 3.12+

* Tue May 03 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.1-1plf
- (6b3512d) New version 1.3.1
- (6b3512d) Fix RockRadio.com access (still requires premium Di.fm account)

* Sat Apr 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3-1plf
- (565038b) PLF build requires protobuf-static-devel
- (Andrey Bondrov: 3f89a7f) New version 1.3
- (Andrey Bondrov: 3f89a7f) Swicth to GStreamer 1.0 API
- (Andrey Bondrov: 3f89a7f) Update BuildRequires and files
- (Andrey Bondrov: 3f89a7f) Use internal vreen library by default (because of very unstable API)

* Wed Jan 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-9plf
- (9ce3c1c) Fix play-folder patch after initial-preference patch was updated
- (Andrey Bondrov: 181a797) InitialPreference should be lower than 10

* Wed Nov 18 2015 Denis Silakov <dsilakov@gmail.com> 1.2.3-8plf
- (9815414) Add inode/directory to supported mime types

* Fri Oct 09 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-7plf
- (95d2327) Suggest gstreamer-lame

* Mon Sep 28 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-6plf
- (3ce1b5d) Rebuild with new libimobiledevice and libplist

* Tue May 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-5plf
- (ed3e01e) Add initial-preference patch to give Clementine high priority for supported file formats

* Tue May 26 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.3-4plf
- (3bb6aa1) Suggest gstreamer faac and faad

* Sat Nov 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-3plf
- (470ae06) Bump release

* Tue Jul 01 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-2plf
- (ff67727) Add patch to fix build with cmake 3.0

* Mon May 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-1plf
- (1364ca9) Make build verbose
- (Andrey Bondrov: 9a3faf1) New version 1.2.3

* Wed May 07 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.2-2plf
- (c457aa7) Bump release

* Mon Mar 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.2-1plf
- (f68c09a) LOG New version 1.2.2

* Mon Oct 28 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-8plf
- (6b33cab) LOG Improve Vk.com support (now supports albums/playlists), fix minor localization issues

* Thu Oct 24 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-6plf
- (d40dfb3) LOG Improve VKontakte support

* Tue Oct 22 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-5plf
- (427a229) LOG Update russian translation for .desktop file
- (Andrey Bondrov: 290f0e8) LOG Add russian strings to desktop file, don't read tags for vk.com music files (it fixes encoding issues because we already have tags properly set)

* Wed Oct 16 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-4plf
- (0e18bec) LOG Add patch for VKontakte support

* Wed Oct 16 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-3plf
- (fd14cf4) Adjust removal of junk from buildroot



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26497 |14nu|cndrvcups-common-3.60-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define RELEASE 1

%ifarch x86_64
%define libs32 /usr/lib
%define locallibs /usr/local/lib64
%else
%define libs32 %{_libdir}
%define locallibs /usr/local/lib
%endif

Summary:	Canon Printer Driver Common Module for Linux
Name:		cndrvcups-common
Version:	3.60
Release:	1
License:	See the LICENSE-*.txt file.
Group:		System/Printing
# http://support-au.canon.com.au/contents/AU/EN/0100270808.html
Source0:	%{name}-%{version}-%{RELEASE}.tar.gz
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gmodule-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	cups-devel
BuildRequires:	libtool

%description
Canon Printer Driver Common Module for Linux.

%files -f cngplp.lang
%doc LICENSE-*.txt
# cngplp
%{_datadir}/cngplp/cngplp.glade
#
%{_bindir}/*
%{_libdir}/libbuftool.a
%{_includedir}/buftool.h
%{_includedir}/buflist.h
%{_sysconfdir}/cngplp/account

%{libs32}/libcaiowrap.so*
%{libs32}/libcaiousb.so*

%{_libdir}/libcanonc3pl.so*
%{libs32}/libc3pl.so*
%{libs32}/libcaepcm.so*
%{libs32}/libcanon_slim.so*

%{_datadir}/caepcm/C*
%{libs32}/libColorGear.so*
%{libs32}/libColorGearC.so*

#------------------------------------------------------------------------------------

%prep
%setup -q

export LDFLAGS="-lgmodule-2.0"

cd buftool
NOCONFIGURE=1 ./autogen.sh --prefix=%{_prefix} --enable-progpath=%{_bindir} --libdir=%{_libdir} --disable-shared --enable-static
autoreconf
./configure --prefix=%{_prefix} --enable-progpath=%{_bindir} --libdir=%{_libdir} --disable-shared --enable-static

cd ../cngplp
NOCONFIGURE=1 ./autogen.sh --libdir=%{locallibs}
autoreconf
cp configure.ac configure.in
./configure --libdir=%{locallibs}

cd ../backend
./autogen.sh --prefix=%{_prefix} --libdir=%{_libdir}

%build
export LDFLAGS="-lgmodule-2.0"
make

cd c3plmod_ipc
make
cd -

%install
mkdir -pv %{buildroot}%{_bindir}
mkdir -pv %{buildroot}%{_prefix}/local/bin
mkdir -pv %{buildroot}%{_libdir}
mkdir -pv %{buildroot}%{_includedir}
mkdir -pv %{buildroot}%{_prefix}/local/share/locale/ja/LC_MESSAGES
mkdir -pv %{buildroot}%{_datadir}/caepcm
mkdir -pv %{buildroot}%{libs32}
# cngplp
mkdir -pv %{buildroot}%{_datadir}/cngplp/
#
mkdir -pv %{buildroot}%{_libdir}/cups/backend/

%makeinstall_std

cd c3plmod_ipc
%makeinstall_std LIBDIR=%{_libdir}
cd -

mv %{buildroot}/usr/local/bin/* %{buildroot}%{_bindir}
mv %{buildroot}/usr/local/share/* %{buildroot}%{_datadir}/
rm -rf %{buildroot}/usr/local/bin/ %{buildroot}/usr/local/share/

%ifarch x86_64
%define libsdir libsx86_64
%else
%define libsdir libs
%endif

install -c -m 755 libs/libcaiowrap.so.1.0.0 %{buildroot}%{libs32}
install -c -m 755 libs/libcaiousb.so.1.0.0 %{buildroot}%{libs32}

install -c -m 755 libs/libc3pl.so.0.0.1 %{buildroot}%{libs32}
install -c -m 755 libs/libcaepcm.so.1.0 %{buildroot}%{libs32}

install -c -m 755 libs/libColorGear.so.0.0.0 %{buildroot}%{libs32}
install -c -m 755 libs/libColorGearC.so.0.0.0 %{buildroot}%{libs32}

install -c -m 644 data/CA* %{buildroot}%{_prefix}/share/caepcm
install -c -m 644 data/CNZ0* %{buildroot}%{_prefix}/share/caepcm

install -c -s -m 755 libs/c3pldrv %{buildroot}%{_bindir}

install -c -m 755 libs/libcanon_slim.so.1.0.0 %{buildroot}%{libs32}

cd %{buildroot}%{libs32}
ln -sf libc3pl.so.0.0.1 libc3pl.so.0
ln -sf libc3pl.so.0.0.1 libc3pl.so
ln -sf libcaepcm.so.1.0 libcaepcm.so.1
ln -sf libcaepcm.so.1.0 libcaepcm.so
ln -sf libcaiowrap.so.1.0.0 libcaiowrap.so.1
ln -sf libcaiowrap.so.1.0.0 libcaiowrap.so
ln -sf libcaiousb.so.1.0.0 libcaiousb.so.1
ln -sf libcaiousb.so.1.0.0 libcaiousb.so
ln -sf libcanon_slim.so.1.0.0 libcanon_slim.so.1
ln -sf libcanon_slim.so.1.0.0 libcanon_slim.so
ln -sf libColorGear.so.0.0.0 libColorGear.so.0
ln -sf libColorGear.so.0.0.0 libColorGear.so
ln -sf libColorGearC.so.0.0.0 libColorGearC.so.0
ln -sf libColorGearC.so.0.0.0 libColorGearC.so
cd -

pushd %{buildroot}%{_libdir}
ln -sf libcanonc3pl.so.1.0.0 libcanonc3pl.so
ln -sf libcanonc3pl.so.1.0.0 libcanonc3pl.so.1
popd

# Let's keep this in cndrvcups-lb package for now
rm -rf %{buildroot}%{_libdir}/cups/backend/*


%find_lang cngplp

%postun
if [ "$1" = 0 ] ; then
	cd /etc
	rm -rf cngplp
	rm -rf %{_prefix}/share/cngplp/
	rm -rf %{_prefix}/share/caepcm/
fi
#if [ $1 = 0 ]; then
#	if [ -d /usr/lib64/cups ]; then
#		if [ -d /usr/lib/cups ]; then
#			cd /usr/lib/cups/backend
#			rm -f cnusb
#		fi
#	fi
#fi

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26498 |14nu|cndrvcups-lb-3.20-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define README_VERSION 2.5x
%define RELEASE 1

%ifarch x86_64
%define libs32 /usr/lib
%define locallibs /usr/lib64
%else
%define libs32 %{_libdir}
%define locallibs /usr/lib
%endif

%if %{_use_internal_dependency_generator}
%define __noautoreq 'devel.*'
%else
%define _requires_exceptions devel.*
%endif

Summary:	Canon UFR II / LIPSLX Printer Driver
Name:		cndrvcups-lb
Version:	3.20
Release:	1
License:	See the LICENSE*.txt file.
# Copyright: Copyright CANON INC. 2004-2012. All Rights Reserved.
Vendor:		CANON INC.
Group:		System/Printing
# http://support-au.canon.com.au/contents/AU/EN/0100270808.html
Source0:	cndrvcups-lb-%{version}-%{RELEASE}.tar.gz
BuildRequires:	cndrvcups-common >= %{version}
BuildRequires:	libtool gettext
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	cups-devel
Requires:	cndrvcups-common >= %{version}

Conflicts:	cndrvcups-ufr2-uk
Conflicts:	cndrvcups-ufr2-us
Conflicts:	cndrvcups-ufr2-lipslx

ExclusiveArch: %{ix86}

%description 
Canon UFR II / LIPSLX Printer Driver for Linux. 
This UFR II / LIPSLX printer driver provides printing functions
for Canon LBP/iR printers operating under the CUPS
(Common UNIX Printing System) environment.

%files
%doc README*.txt
%defattr(-,root,root)
%{libs32}/libcnlbcm.so*
%{libs32}/libcanonufr2.*
%{libs32}/libufr2filter.*
%{libs32}/libEnoJBIG.*
%{libs32}/libEnoJPEG.*
%{libs32}/libcaiocnpkbidi.*
%{_bindir}/cnpkbidi
%{_bindir}/cnpkmoduleufr2
%{_libdir}/libcnpkufr2.*
%{_libdir}/cups/filter/pstoufr2cpca
#%{_libdir}/cups/backend/cnusb
%{_prefix}/share/cups/model/CNCUPS*ZK.ppd
%{_prefix}/share/caepcm/C*
%{_prefix}/share/cnpkbidi/cnpkbidi*
%{_prefix}/share/ufr2filter/ThLB*
%{_includedir}/cnpklibufr2.h
# cngplp
%{locallibs}/libuictlufr2.*
%{_prefix}/share/cngplp/cngplp_ufr2.glade
%{_prefix}/share/cngplp/CN*ZK.res
%{_prefix}/share/cngplp/common_ufr2.res
%{_prefix}/share/cngplp/func_config_ufr2.xml
%{_prefix}/share/locale/ja/LC_MESSAGES/libuictlufr2*.mo
%{_prefix}/share/locale/fr/LC_MESSAGES/libuictlufr2*.mo
%{_prefix}/share/locale/it/LC_MESSAGES/libuictlufr2*.mo
%{_prefix}/share/locale/de/LC_MESSAGES/libuictlufr2*.mo
%{_prefix}/share/locale/es/LC_MESSAGES/libuictlufr2*.mo

#--------------------------------------------------------------------

%prep
%setup -q

cd ppd
./autogen.sh --prefix=%{_prefix} 

cd ../pstoufr2cpca
cp Makefile.am Makefile.in
cp filter/Makefile.am filter/Makefile.in
NOCONFIGURE=1 ./autogen.sh --prefix=%{_prefix} --libdir=%{_libdir}
autoreconf
./configure --prefix=%{_prefix} --libdir=%{_libdir}

#cd ../backend
#./autogen.sh --prefix=%{_prefix} --libdir=%{_libdir}

cd ../cpca
NOCONFIGURE=1 ./autogen.sh --prefix=%{_prefix} --enable-progpath=%{_bindir} --libdir=%{_libdir} --enable-static --disable-shared
autoreconf
./configure --prefix=%{_prefix} --libdir=%{_libdir}
cd ..

cd cngplp
NOCONFIGURE=1 ./autogen.sh --libdir=%{locallibs}
autoreconf
cp configure.ac configure.in
./configure --libdir=%{locallibs}

cd files
./autogen.sh
cd ..

cd ..
 
%build
make 

%install

mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{libs32}
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_libdir}/cups/filter
mkdir -p %{buildroot}%{_libdir}/cups/backend
mkdir -p %{buildroot}%{_prefix}/share/cups/model
mkdir -p %{buildroot}%{_prefix}/share/caepcm
mkdir -p %{buildroot}%{_prefix}/share/cnpkbidi
mkdir -p %{buildroot}%{_prefix}/share/ufr2filter
mkdir -p %{buildroot}%{_includedir}
# cngplp
mkdir -pv %{buildroot}%{locallibs}
mkdir -pv %{buildroot}%{_prefix}/share/cngplp

make install DESTDIR=%{buildroot}

install -c -m 4755 libs/cnpkmoduleufr2 %{buildroot}%{_bindir}

install -c    -m 755 libs/libcanonufr2.la %{buildroot}%{libs32}
install -c -s -m 755 libs/libcanonufr2.so.1.0.0 %{buildroot}%{libs32}
install -c -s -m 755 libs/libufr2filter.so.1.0.0 %{buildroot}%{libs32}
install -c -s -m 755 libs/libEnoJBIG.so.1.0.0 %{buildroot}%{libs32}
install -c -s -m 755 libs/libEnoJPEG.so.1.0.0 %{buildroot}%{libs32}
install -c -s -m 755 libs/cnpkbidi %{buildroot}%{_bindir}
install -c -s -m 755 libs/libcaiocnpkbidi.so.1.0.0 %{buildroot}%{libs32}

install -c -m 644 data/CnLB* %{buildroot}%{_prefix}/share/caepcm
install -c -m 644 libs/cnpkbidi_info* %{buildroot}%{_prefix}/share/cnpkbidi
install -c -m 644 libs/ThLB* %{buildroot}%{_prefix}/share/ufr2filter

install -c -m 755 libs/libcnlbcm.so.1.0 %{buildroot}%{libs32}

# just remove these files to provide the same content as rpms from canon site
rm -f %{buildroot}%{_datadir}/cups/model/CN*ZJ.ppd
rm -f %{buildroot}%{_datadir}/cups/model/CN*ZS.ppd
rm -f %{buildroot}%{_prefix}/share/cngplp/CN*ZJ.res
rm -f %{buildroot}%{_prefix}/share/cngplp/CN*ZS.res

mkdir -p %{buildroot}%{_prefix}/share/locale/
mv %{buildroot}%{_prefix}/local/share/locale/* %{buildroot}%{_prefix}/share/locale/
rm -rf %{buildroot}%{_prefix}/local

cd %{buildroot}%{libs32}
ln -sf libcanonufr2.so.1.0.0 libcanonufr2.so
ln -sf libcanonufr2.so.1.0.0 libcanonufr2.so.1
ln -sf libufr2filter.so.1.0.0 libufr2filter.so
ln -sf libufr2filter.so.1.0.0 libufr2filter.so.1
ln -sf libEnoJBIG.so.1.0.0 libEnoJBIG.so
ln -sf libEnoJBIG.so.1.0.0 libEnoJBIG.so.1
ln -sf libEnoJPEG.so.1.0.0 libEnoJPEG.so
ln -sf libEnoJPEG.so.1.0.0 libEnoJPEG.so.1
ln -sf libcaiocnpkbidi.so.1.0.0 libcaiocnpkbidi.so
ln -sf libcaiocnpkbidi.so.1.0.0 libcaiocnpkbidi.so.1
ln -sf libcnlbcm.so.1.0 libcnlbcm.so.1
ln -sf libcnlbcm.so.1.0 libcnlbcm.so
cd -

%post
if [ -d /usr/lib64/cups ]; then
	if [ -d /usr/lib/cups ]; then
		cd /usr/lib/cups/backend
		ln -sf ../../../lib64/cups/backend/cnusb cnusb
		cd /usr/lib/cups/filter
		ln -sf ../../../lib64/cups/filter/pstoufr2cpca pstoufr2cpca
	fi
fi
if [ -x /sbin/ldconfig ]; then
	/sbin/ldconfig
fi
%postun
if [ $1 = 0 ]; then
	if [ -d /usr/lib64/cups ]; then
		if [ -d /usr/lib/cups ]; then
			cd /usr/lib/cups/backend
			rm -f cnusb
			cd /usr/lib/cups/filter
			rm -f pstoufr2cpca
		fi
	fi
fi
if [ -x /sbin/ldconfig ]; then
	/sbin/ldconfig
fi

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26499 |14nu|draftsight-2015-0.beta.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __os_install_post %{nil}
%define debug_package %{nil}
%define dsver V1R5.2

%define __spec_helper_post %{nil}

%define __noautoprov 'libfreetype.*|libphonon.*|libQt.*|libq.*'

AutoReqProv: No

Summary:	Professional CAD system: supported file formats are DWT, DXF and DWG
Name:		draftsight
Version:	2015
Release:	0.beta.1
Group:		Graphics
License:	Standalone license, activation required
URL:		http://www.3ds.com/products-services/draftsight/download-draftsight
Source0:	http://dl-ak.solidworks.com/nonsecure/draftsight/%{dsver}/draftSight.rpm
Source1:	001-fix-mime-types.patch
Source2:	ft-rockey.rules
Source100:	%{name}.rpmlintrc

BuildRequires:	desktop-file-utils

Requires:	libaudio.so.2
Requires:	libuuid.so.1
Requires:	libudev.so.1
Requires:	libGLU.so.1
Requires:	xdg-utils
Requires:	gnome-icon-theme
Requires:	libX11.so.6
Requires:	libaudio.so.2
Requires:	libc.so.6
Requires:	libcups.so.2
Requires:	libgcc_s.so.1
Requires:	libm.so.6
Requires:	libphonon.so.4
Requires:	libpthread.so.0
Requires:	libstdc++.so.6
Requires:	libz.so.1

ExclusiveArch:	%{ix86}

%description
Free CAD software for your DWG files by Dassault Systèmes
(standalone license). DraftSight lets professional CAD users, students
and educators create, edit and view DWG files. DraftSight runs on
Windows®, Mac® and Linux.

%prep
%setup -q -c -T

%build

%install
mkdir -p %{buildroot}

pushd %{buildroot}
rpm2cpio %{SOURCE0} | cpio -idV --quiet

# Remove broken link:
rm %{buildroot}/opt/dassault-systemes/DraftSight/Linux/K2GestureWidget.tx

# Fix *.desktop file and mime-types:
patch -p1 < %{SOURCE1}

# Create a launcher
mkdir -p %{buildroot}%{_bindir}
echo "#!/bin/sh" > %{buildroot}%{_bindir}/%{name}
echo "LD_PRELOAD=/lib/libuuid.so.1:/lib/libudev.so.1 /opt/dassault-systemes/DraftSight/Linux/DraftSight" >> %{buildroot}%{_bindir}/%{name}
chmod a+x %{buildroot}%{_bindir}/%{name}

# Move *.desktop file to datadir:
mkdir -p %{buildroot}%{_datadir}/applications
mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/dassault-systemes_%{name}.desktop %{buildroot}%{_datadir}/applications/dassault-systemes_%{name}.desktop

# Install mime-types:
mkdir -p %{buildroot}%{_datadir}/mime/packages
mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/dassault-systemes_%{name}-dwg.xml %{buildroot}%{_datadir}/mime/packages/dassault-systemes_%{name}-dwg.xml
mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/dassault-systemes_%{name}-dwt.xml %{buildroot}%{_datadir}/mime/packages/dassault-systemes_%{name}-dwt.xml
mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/dassault-systemes_%{name}-dxf.xml %{buildroot}%{_datadir}/mime/packages/dassault-systemes_%{name}-dxf.xml
popd

# Install pixmaps:
for SIZE in 16 32 48 64 128; do
  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/apps
  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/mimetypes
  mkdir -p %{buildroot}%{_datadir}/icons/gnome/${SIZE}x${SIZE}/apps
  mkdir -p %{buildroot}%{_datadir}/icons/gnome/${SIZE}x${SIZE}/mimetypes
  cp %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/program.png %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/apps/dassault-systemes.%{name}.png
  mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/program.png %{buildroot}%{_datadir}/icons/gnome/${SIZE}x${SIZE}/apps/dassault-systemes.%{name}.png
  cp %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/file-dwg.png %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/mimetypes/application-vnd.dassault-systemes.%{name}-dwg.png
  mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/file-dwg.png %{buildroot}%{_datadir}/icons/gnome/${SIZE}x${SIZE}/mimetypes/application-vnd.dassault-systemes.%{name}-dwg.png
  cp %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/file-dxf.png %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/mimetypes/application-vnd.dassault-systemes.%{name}-dxf.png
  mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/file-dxf.png %{buildroot}%{_datadir}/icons/gnome/${SIZE}x${SIZE}/mimetypes/application-vnd.dassault-systemes.%{name}-dxf.png
  cp %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/file-dwt.png %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/mimetypes/application-vnd.dassault-systemes.%{name}-dwt.png
  mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/file-dwt.png %{buildroot}%{_datadir}/icons/gnome/${SIZE}x${SIZE}/mimetypes/application-vnd.dassault-systemes.%{name}-dwt.png
done
mkdir -p %{buildroot}%{_datadir}/pixmaps
cp %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/dassault-systemes.%{name}.png %{buildroot}%{_datadir}/pixmaps/dassault-systemes.%{name}.png

# Remove unused resources:
pushd %{buildroot}
rm -rf %{buildroot}/opt/dassault-systemes/DraftSight/Resources
popd

# Fix missing genltshp.shx:
pushd %{buildroot}/opt/dassault-systemes/DraftSight/Fonts
ln -s LTypeShp.shx genltshp.shx
popd

# Install udev rule (prepare for dongle):
if [ %{_sysconfdir}/udev/rules.d/ ]; then
mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/udev/rules.d/ft-rockey.rules
fi

%post
if [ -x /usr/bin/touch ]; then
touch --no-create %{_datadir}/icons/gnome &> /dev/null || :
fi

if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &> /dev/null || :
  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/gnome &> /dev/null || :
fi

%postun
if [ -x /usr/bin/touch ]; then
touch --no-create %{_datadir}/icons/gnome &> /dev/null || :
fi

if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &> /dev/null || :
  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/gnome &> /dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%files
/opt/dassault-systemes
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/16x16/apps/*.png
%{_datadir}/icons/hicolor/16x16/mimetypes/*.png
%{_datadir}/icons/gnome/16x16/apps/*.png
%{_datadir}/icons/gnome/16x16/mimetypes/*.png
%{_datadir}/icons/hicolor/32x32/apps/*.png
%{_datadir}/icons/hicolor/32x32/mimetypes/*.png
%{_datadir}/icons/gnome/32x32/apps/*.png
%{_datadir}/icons/gnome/32x32/mimetypes/*.png
%{_datadir}/icons/hicolor/48x48/apps/*.png
%{_datadir}/icons/hicolor/48x48/mimetypes/*.png
%{_datadir}/icons/gnome/48x48/apps/*.png
%{_datadir}/icons/gnome/48x48/mimetypes/*.png
%{_datadir}/icons/hicolor/64x64/apps/*.png
%{_datadir}/icons/hicolor/64x64/mimetypes/*.png
%{_datadir}/icons/gnome/64x64/apps/*.png
%{_datadir}/icons/gnome/64x64/mimetypes/*.png
%{_datadir}/icons/hicolor/128x128/apps/*.png
%{_datadir}/icons/hicolor/128x128/mimetypes/*.png
%{_datadir}/icons/gnome/128x128/apps/*.png
%{_datadir}/icons/gnome/128x128/mimetypes/*.png
%{_datadir}/pixmaps/dassault-systemes.%{name}.png
%{_datadir}/mime/packages/*.xml
%{_localstatedir}/opt/dassault-systemes
%config %{_sysconfdir}/udev/rules.d/ft-rockey.rules


%changelog

* Sat Apr 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 2015-0.beta.1
- (cf0fc5f) Updated to 2015



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26500 |14nu|draftsight-2016.2.0.3034-1.beta
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __os_install_post %{nil}
%define debug_package %{nil}
%define dsver 2016SP1

%define __spec_helper_post %{nil}

%define __noautoprov 'libfreetype.*|libphonon.*|libQt.*|libq.*'

AutoReqProv: No

Summary:	Professional CAD system: supported file formats are DWT, DXF and DWG
Name:		draftsight
Version:	2016.2.0.3034
Release:	1.beta
Group:		Graphics
License:	Standalone license, activation required
URL:		http://www.3ds.com/products-services/draftsight/download-draftsight
Source0:	http://dl-ak.solidworks.com/nonsecure/draftsight/%{dsver}/draftSight.rpm
Source1:	001-fix-mime-types.patch
Source2:	ft-rockey.rules
Source100:	%{name}.rpmlintrc

BuildRequires:	desktop-file-utils

Requires:	xdg-utils
Requires:	gnome-icon-theme
Requires:	%mklibname audio 2
Requires:	%mklibname uuid 1
Requires:	%mklibname udev 1
Requires:	%mklibname glu 1
Requires:	%mklibname x11_ 6
Requires:	%mklibname cups 2
Requires:	%mklibname phonon 4
Requires:	%mklibname z 1

ExclusiveArch:	x86_64

%description
Free CAD software for your DWG files by Dassault Systèmes
(standalone license). DraftSight lets professional CAD users, students
and educators create, edit and view DWG files. DraftSight runs on
Windows®, Mac® and Linux.

%prep
%setup -q -c -T

%build

%install
mkdir -p %{buildroot}

pushd %{buildroot}
rpm2cpio %{SOURCE0} | cpio -idV --quiet

# Remove broken link:
rm %{buildroot}/opt/dassault-systemes/DraftSight/Linux/K2GestureWidget.tx

# Fix *.desktop file and mime-types:
patch -p1 < %{SOURCE1}

# Create a launcher
mkdir -p %{buildroot}%{_bindir}
echo "#!/bin/sh" > %{buildroot}%{_bindir}/%{name}
echo "LD_PRELOAD=/lib64/libuuid.so.1:/lib64/libudev.so.1 /opt/dassault-systemes/DraftSight/Linux/DraftSight" >> %{buildroot}%{_bindir}/%{name}
chmod a+x %{buildroot}%{_bindir}/%{name}

# Move *.desktop file to datadir:
mkdir -p %{buildroot}%{_datadir}/applications
mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/dassault-systemes_%{name}.desktop %{buildroot}%{_datadir}/applications/dassault-systemes_%{name}.desktop

# Install mime-types:
mkdir -p %{buildroot}%{_datadir}/mime/packages
mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/dassault-systemes_%{name}-dwg.xml %{buildroot}%{_datadir}/mime/packages/dassault-systemes_%{name}-dwg.xml
mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/dassault-systemes_%{name}-dwt.xml %{buildroot}%{_datadir}/mime/packages/dassault-systemes_%{name}-dwt.xml
mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/dassault-systemes_%{name}-dxf.xml %{buildroot}%{_datadir}/mime/packages/dassault-systemes_%{name}-dxf.xml
popd

# Install pixmaps:
for SIZE in 16 32 48 64 128; do
  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/apps
  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/mimetypes
  mkdir -p %{buildroot}%{_datadir}/icons/gnome/${SIZE}x${SIZE}/apps
  mkdir -p %{buildroot}%{_datadir}/icons/gnome/${SIZE}x${SIZE}/mimetypes
  cp %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/program.png %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/apps/dassault-systemes.%{name}.png
  mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/program.png %{buildroot}%{_datadir}/icons/gnome/${SIZE}x${SIZE}/apps/dassault-systemes.%{name}.png
  cp %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/file-dwg.png %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/mimetypes/application-vnd.dassault-systemes.%{name}-dwg.png
  mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/file-dwg.png %{buildroot}%{_datadir}/icons/gnome/${SIZE}x${SIZE}/mimetypes/application-vnd.dassault-systemes.%{name}-dwg.png
  cp %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/file-dxf.png %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/mimetypes/application-vnd.dassault-systemes.%{name}-dxf.png
  mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/file-dxf.png %{buildroot}%{_datadir}/icons/gnome/${SIZE}x${SIZE}/mimetypes/application-vnd.dassault-systemes.%{name}-dxf.png
  cp %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/file-dwt.png %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/mimetypes/application-vnd.dassault-systemes.%{name}-dwt.png
  mv %{buildroot}/opt/dassault-systemes/DraftSight/Resources/pixmaps/${SIZE}x${SIZE}/file-dwt.png %{buildroot}%{_datadir}/icons/gnome/${SIZE}x${SIZE}/mimetypes/application-vnd.dassault-systemes.%{name}-dwt.png
done
mkdir -p %{buildroot}%{_datadir}/pixmaps
cp %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/dassault-systemes.%{name}.png %{buildroot}%{_datadir}/pixmaps/dassault-systemes.%{name}.png

# Remove unused resources:
pushd %{buildroot}
rm -rf %{buildroot}/opt/dassault-systemes/DraftSight/Resources
popd

# Fix missing genltshp.shx:
pushd %{buildroot}/opt/dassault-systemes/DraftSight/Fonts
ln -s LTypeShp.shx genltshp.shx
popd

# Install udev rule (prepare for dongle):
if [ %{_sysconfdir}/udev/rules.d/ ]; then
mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/udev/rules.d/ft-rockey.rules
fi

%post
if [ -x /usr/bin/touch ]; then
touch --no-create %{_datadir}/icons/gnome &> /dev/null || :
fi

if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &> /dev/null || :
  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/gnome &> /dev/null || :
fi

%postun
if [ -x /usr/bin/touch ]; then
touch --no-create %{_datadir}/icons/gnome &> /dev/null || :
fi

if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &> /dev/null || :
  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/gnome &> /dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%files
/opt/dassault-systemes
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/16x16/apps/*.png
%{_datadir}/icons/hicolor/16x16/mimetypes/*.png
%{_datadir}/icons/gnome/16x16/apps/*.png
%{_datadir}/icons/gnome/16x16/mimetypes/*.png
%{_datadir}/icons/hicolor/32x32/apps/*.png
%{_datadir}/icons/hicolor/32x32/mimetypes/*.png
%{_datadir}/icons/gnome/32x32/apps/*.png
%{_datadir}/icons/gnome/32x32/mimetypes/*.png
%{_datadir}/icons/hicolor/48x48/apps/*.png
%{_datadir}/icons/hicolor/48x48/mimetypes/*.png
%{_datadir}/icons/gnome/48x48/apps/*.png
%{_datadir}/icons/gnome/48x48/mimetypes/*.png
%{_datadir}/icons/hicolor/64x64/apps/*.png
%{_datadir}/icons/hicolor/64x64/mimetypes/*.png
%{_datadir}/icons/gnome/64x64/apps/*.png
%{_datadir}/icons/gnome/64x64/mimetypes/*.png
%{_datadir}/icons/hicolor/128x128/apps/*.png
%{_datadir}/icons/hicolor/128x128/mimetypes/*.png
%{_datadir}/icons/gnome/128x128/apps/*.png
%{_datadir}/icons/gnome/128x128/mimetypes/*.png
%{_datadir}/pixmaps/dassault-systemes.%{name}.png
%{_datadir}/mime/packages/*.xml
%{_localstatedir}/opt/dassault-systemes
%config %{_sysconfdir}/udev/rules.d/ft-rockey.rules

%changelog

* Fri May 13 2016 abondrov <andrey.bondrov@rosalab.ru> 2016.2.0.3034-1.beta
- (767df46) Merge pull request #1 from alzim/draftsight:rosa2014.1
- (767df46) Updated to 2016.2.0.3034



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26501 |14nu|eduke32-2.0.4svn6113-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define svndate 20170409
%define sversion 6113

Summary:	Source port of Duke Nukem 3D
Name:		eduke32
Version:	2.0.4svn%{sversion}
Release:	1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.eduke32.com/
Source0:	%{name}_src_%{svndate}-%{sversion}.tar.xz
Source1:	%{name}_32x32.png
Source2:	%{name}_48x48.png
Source3:	%{name}_64x64.png
Source4:	%{name}_128x128.png
Source5:	%{name}.desktop
Source6:	%{name}-demo-install.sh
BuildRequires:	nasm
BuildRequires:	libstdc++-static-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_mixer)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(xrender)
Requires:	eduke32_engine = %{EVRD}

%description
EDuke32 is a source port of the classic PC first person shooter Duke Nukem 3D.

This game is non-free because it requires non-free data to function.

%files
%doc package/common/buildlic.txt
%doc package/common/gpl-2.0.txt
%{_gamesbindir}/%{name}-demo-install
%dir %{_gamesdatadir}/%{name}/
%{_gamesdatadir}/%{name}/m32help.hlp
%{_gamesdatadir}/%{name}/sehelp.hlp
%{_gamesdatadir}/%{name}/sthelp.hlp
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png

#----------------------------------------------------------------------------

%package gui
Summary:	Eduke32 GUI game
Group:		Games/Arcade
Requires:	update-alternatives
Provides:	eduke32 = %{EVRD}
Provides:	eduke32_engine = %{EVRD}

%description gui
Eduke32 package with nice simple GTK loader.

%files gui
%ghost %{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-gui
%{_datadir}/applications/%{name}-gui.desktop

%preun gui
if [ "$1" = 0 ] ; then
	update-alternatives --remove %{name} %{_gamesbindir}/%{name}-gui
fi

%post gui
update-alternatives --install %{_gamesbindir}/%{name} %{name} %{_gamesbindir}/%{name}-gui 11

#----------------------------------------------------------------------------

%package console
Summary:	Eduke32 Console game
Group:		Games/Arcade
Requires:	update-alternatives
Provides:	eduke32 = %{EVRD}
Provides:	eduke32_engine = %{EVRD}

%description console
Classic console Eduke32 without GUI launcher.

%files console
%{_gamesbindir}/%{name}-console
%{_datadir}/applications/%{name}-console.desktop

%preun console
if [ "$1" = 0 ] ; then
	update-alternatives --remove %{name} %{_gamesbindir}/%{name}-console
fi

%post console
update-alternatives --install %{_gamesbindir}/%{name} %{name} %{_gamesbindir}/%{name}-console 11

#----------------------------------------------------------------------------

%package mapeditor
Summary:	Eduke32 map editor
Group:		Games/Arcade
Requires:	update-alternatives

%description mapeditor
Eduke32 maps editor based on BUILD engine.

# both versions of editor are packed but only GUI one is preffered but can be changed
# with use of update-alternatives
%files mapeditor
%ghost %{_gamesbindir}/mapster32
%{_gamesbindir}/mapster32-gui
%{_gamesbindir}/mapster32-console

%preun mapeditor
if [ "$1" = 0 ] ; then
	update-alternatives --remove mapster32 %{_gamesbindir}/mapster32-console
	update-alternatives --remove mapster32 %{_gamesbindir}/mapster32-gui
fi

%post mapeditor
update-alternatives --install %{_gamesbindir}/mapster32 mapster32 %{_gamesbindir}/mapster32-console 11
update-alternatives --install %{_gamesbindir}/mapster32 mapster32 %{_gamesbindir}/mapster32-gui 12

#----------------------------------------------------------------------------

%package utils
Summary:	Eduke32 build tools
Group:		Games/Arcade

%description utils
Eduke32 build tools.

%files utils
%{_bindir}/kextract
%{_bindir}/kgroup
%{_bindir}/transpal
%{_bindir}/wad2art
%{_bindir}/wad2map

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}_%{svndate}-%{sversion}
cp %{SOURCE1} .
cp %{SOURCE2} .
cp %{SOURCE3} .
cp %{SOURCE4} .
cp %{SOURCE5} .
cp %{SOURCE6} .

%build
make veryclean
%make \
	SDL_TARGET=1 \
	HAVE_GTK2=1 \
	RELEASE=1 \
	BASECFLAGS="%{optflags}" \
	BASEASFLAGS="" \
	BASELDFLAGS="%{ldflags}"
mv %{name} %{name}-gui
mv mapster32 mapster32-gui
make veryclean

make \
	SDL_TARGET=1 \
	WITHOUT_GTK=1 \
	RELEASE=1 \
	BASECFLAGS="%{optflags}" \
	BASEASFLAGS="" \
	BASELDFLAGS="%{ldflags}"
mv %{name} %{name}-console
mv mapster32 mapster32-console

make veryclean
make utils \
	SDL_TARGET=1 \
	RELEASE=1 \
	BASECFLAGS="%{optflags}" \
	BASEASFLAGS="" \
	BASELDFLAGS="%{ldflags}"

touch %{name}
touch mapster32

%install
# ghost version of files...
install -Dm 0755 %{name} %{buildroot}%{_gamesbindir}/%{name}
install -Dm 0755 mapster32 %{buildroot}%{_gamesbindir}/mapster32
# shareware demo installer script
install -Dm 0755 %{name}-demo-install.sh %{buildroot}%{_gamesbindir}/%{name}-demo-install
# gui versions of game engine
install -Dm 0755 %{name}-gui %{buildroot}%{_gamesbindir}/%{name}-gui
install -Dm 0755 mapster32-gui %{buildroot}%{_gamesbindir}/mapster32-gui
# console versions of game engine
install -Dm 0755 mapster32-console %{buildroot}%{_gamesbindir}/mapster32-console
install -Dm 0755 %{name}-console %{buildroot}%{_gamesbindir}/%{name}-console
# data files and help files for editor
install -Dm 0644 package/sdk/SEHELP.HLP %{buildroot}%{_gamesdatadir}/%{name}/sehelp.hlp
install -Dm 0644 package/sdk/STHELP.HLP %{buildroot}%{_gamesdatadir}/%{name}/sthelp.hlp
install -Dm 0644 package/sdk/m32help.hlp %{buildroot}%{_gamesdatadir}/%{name}/m32help.hlp

install -Dm 0644 %{name}_32x32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
install -Dm 0644 %{name}_48x48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
install -Dm 0644 %{name}_64x64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
install -Dm 0644 %{name}_128x128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png

# utils
install -Dm 0755 kextract %{buildroot}%{_bindir}/kextract
install -Dm 0755 kgroup %{buildroot}%{_bindir}/kgroup
install -Dm 0755 transpal %{buildroot}%{_bindir}/transpal
install -Dm 0755 wad2art %{buildroot}%{_bindir}/wad2art
install -Dm 0755 wad2map %{buildroot}%{_bindir}/wad2map

mkdir %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}-gui.desktop << EOF
[Desktop Entry]
Name=Duke Nukem 3D GUI
Comment=Eduke32 GUI game
Exec=%{_gamesbindir}/%{name}-gui
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}-console.desktop << EOF
[Desktop Entry]
Name=Duke Nukem 3D Console
Comment=Eduke32 Console game
Exec=%{_gamesbindir}/%{name}-console
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF


%changelog

* Wed Apr 12 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.4svn6113-1
- (6432889) New snapshot 6113 from 20170409



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26502 |14nu|epsxe1.9-1.9.25-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

# We want possibility to install 1.6, 1.9 and possibly other versions
%define oname epsxe
%define major 1.9
%define minor 25

Summary:	Sony PlayStation emulator
Name:		%{oname}%{major}
Version:	%{major}.%{minor}
Release:	3
License:	Freeware
Group:		Emulators
Url:		http://www.epsxe.com
Source0:	%{oname}19%{minor}lin.zip
Source1:	%{oname}-%{major}-plugins.tar.bz2
Source2:	%{oname}%{major}-start
ExclusiveArch:	%{ix86}
# Not auto-detected but listed in epsxe_linux_en.txt, really ugly way...
Requires:	libasound.so.2
Requires:	libasyncns.so.0
Requires:	libatk-1.0.so.0
Requires:	libcaca.so.0
Requires:	libcairo.so.2
Requires:	libdbus-1.so.3
Requires:	libdl.so.2
Requires:	libexpat.so.1
Requires:	libFLAC.so.8
Requires:	libfontconfig.so.1
Requires:	libfreetype.so.6
Requires:	libgdk_pixbuf-2.0.so.0
Requires:	libgdk-x11-2.0.so.0
Requires:	libgio-2.0.so.0
Requires:	libglib-2.0.so.0
Requires:	libgmodule-2.0.so.0
Requires:	libgobject-2.0.so.0
Requires:	libgthread-2.0.so.0
Requires:	libgtk-x11-2.0.so.0
Requires:	libjson.so.0
Requires:	libm.so.6
Requires:	libncurses.so.5
Requires:	libncursesw.so.5
Requires:	libnsl.so.1
Requires:	libogg.so.0
Requires:	libpango-1.0.so.0
Requires:	libpangocairo-1.0.so.0
Requires:	libpangoft2-1.0.so.0
Requires:	libpixman-1.so.0
Requires:	libpng12.so.0
Requires:	libpthread.so.0
Requires:	libpulse-simple.so.0
Requires:	libpulse.so.0
Requires:	libSDL-1.2.so.0
Requires:	libSDL_ttf-2.0.so.0
Requires:	libslang.so.2
Requires:	libsndfile.so.1
Requires:	libtinfo.so.5
Requires:	libvorbisenc.so.2
Requires:	libvorbis.so.0
Requires:	libwrap.so.0
Requires:	libX11.so.6
Requires:	libXau.so.6
Requires:	libxcb-render.so.0
Requires:	libxcb-shm.so.0
Requires:	libxcb.so.1
Requires:	libXcomposite.so.1
Requires:	libXcursor.so.1
Requires:	libXdamage.so.1
Requires:	libXdmcp.so.6
Requires:	libXext.so.6
Requires:	libXfixes.so.3
Requires:	libXinerama.so.1
Requires:	libXi.so.6
Requires:	libXrandr.so.2
Requires:	libXrender.so.1
Requires:	libz.so.1

# fix menu font for 64bit systems
Requires:   libpango-modules1.0
Requires:   libcanberra-gtk0

%description
Great Sony PlayStation emulator. Requires a BIOS image. Includes the best
external plugins (in addition to internal ones):

GPU P.E.Op.S. MesaGL 1.78
GPU P.E.Op.S. SoftX 1.18
GPU Pete's XGL2 2.9
SPU P.E.Op.S. Alsa 1.9
SPU P.E.Op.S. OSS 1.9

%files
%{_bindir}/%{oname}%{major}-start
%{_libdir}/%{oname}%{major}/*
%{_datadir}/applications/%{oname}%{major}.desktop
%{_datadir}/pixmaps/%{oname}%{major}.png

#----------------------------------------------------------------------------

%prep
%setup -q -c -a1

%build

%install
install -D -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/%{oname}%{major}-start
install -D -m 0644 %{oname}.png %{buildroot}%{_datadir}/pixmaps/%{oname}%{major}.png
install -D -m 0755 %{oname} %{buildroot}%{_libdir}/%{oname}%{major}/%{oname}
install -D -m 0644 keycodes.lst %{buildroot}%{_libdir}/%{oname}%{major}/keycodes.lst
cp -r cfg %{buildroot}%{_libdir}/%{oname}%{major}/
cp -r docs %{buildroot}%{_libdir}/%{oname}%{major}/
cp -r extra %{buildroot}%{_libdir}/%{oname}%{major}/
cp -r plugins %{buildroot}%{_libdir}/%{oname}%{major}/
cp -r shaders %{buildroot}%{_libdir}/%{oname}%{major}/

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{oname}%{major}.desktop << EOF
[Desktop Entry]
Name=ePSXe (%{major})
Comment=Sony PlayStation Emulator
Exec=/usr/bin/%{oname}%{major}-start
Icon=%{oname}%{major}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF


%changelog

* Thu Apr 09 2015 Arkady Shane <ashejn@gmail.com> 1.9.25-3
- (a739a31) added R: libcanberra-gtk0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26503 |14nu|epsxe-2.0.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'libcrypto(.*)|libcurl(.*)'

%define debug_package %{nil}

%define oversion 205

Summary:	Sony PlayStation emulator
Name:		epsxe
Version:	2.0.5
Release:	2
License:	Freeware
Group:		Emulators
Url:		http://www.epsxe.com
Source0:	http://www.epsxe.com/files/ePSXe%{oversion}linux.zip
Source1:	%{name}-2.0-plugins.tar.bz2
Source2:	%{name}-start
Requires:	libcurl4
# Force 32-bit pango modules for now to fix font rendering on x86_64 systems
Requires:	libpango-modules1.0
ExclusiveArch:	%{ix86}

%description
Great Sony PlayStation emulator. Requires a BIOS image. Includes the best
external plugins (in addition to internal ones):

GPU P.E.Op.S. MesaGL 1.78
GPU P.E.Op.S. SoftX 1.18
GPU Pete's XGL2 2.9

%files
%{_bindir}/%{name}-start
%{_libdir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qcn ePSXe%{oversion}linux -a1

%build

%install
install -D -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/%{name}-start
install -D -m 0644 %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -D -m 0755 ePSXe %{buildroot}%{_libdir}/%{name}/%{name}
install -D -m 0644 keycodes.lst %{buildroot}%{_libdir}/%{name}/keycodes.lst
cp -r cfg %{buildroot}%{_libdir}/%{name}/
cp -r docs %{buildroot}%{_libdir}/%{name}/
cp -r extra %{buildroot}%{_libdir}/%{name}/
cp -r plugins %{buildroot}%{_libdir}/%{name}/
cp -r shaders %{buildroot}%{_libdir}/%{name}/

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=ePSXe
Comment=Sony PlayStation Emulator
Exec=/usr/bin/%{name}-start
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF

%changelog

* Thu Dec 29 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.5-2
- (cd00e9d) Add some Requires to fix issues when used on x86_64



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26504 |14nu|fglrx-15.201.1151-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define name		fglrx

# %amdbuild is used to enable the AMD installer --buildpkg mode.
# The macros version, rel, amd_dir, distsuffix need to be manually defined.
# The macro mdkversion can also be overridden.
%define amdbuild	0
%{?_without_amd: %global amdbuild 0}
%{?_with_amd: %global amdbuild 1}

%if !%{amdbuild}

# IMPORTANT
# When updating, please add new ids to ldetect-lst:
# Data: https://abf.rosalinux.ru/soft/ldetect-lst
# Packages: https://abf.rosalinux.ru/import/ldetect-lst

# version of the driver itself
%define oversion        15.201.1151
# version of the AMD Catalyst package containing this driver
%define mversion        15.9
# release:
%define rel		3

%define version		%{oversion}

# if ordering of upstream versions is broken, then change this parameter
# 15.5 (15.101) to 15.7 (15.20): epoch=1
%define epoch		1

%endif

%define priority	1000
%define release %{rel}

# set to 1 for a prerelease driver with an ubuntu tarball as source
%define ubuntu_prerelease 0

%define driverpkgname	x11-driver-video-fglrx
%define drivername	fglrx
%define xorg_version	pic
# highest supported videodrv abi
%define videodrv_abi	15
%define xorg_libdir	%{_libdir}/xorg
%define xorg_dridir	%{_libdir}/dri
%define xorg_dridir32	%{_prefix}/lib/dri
%define xorg_dridir_aux		%{_prefix}/X11R6/%{_lib}/modules/dri
%define xorg_dridir32_aux	%{_prefix}/X11R6/lib/modules/dri
%define ld_so_conf_file	ati.conf
%define ati_extdir	%{_libdir}/%{drivername}/xorg
%define xorg_extra_modules	%{_libdir}/xorg/extra-modules
%define bundle_qt	0
# The entry in Cards+ this driver should be associated with, if there is
# no entry in ldetect-lst default pcitable:
# cooker ldetect-lst should be up-to-date
%define ldetect_cards_name      %nil

%if %{amdbuild}
# AMD/ATI cards not listed in main ldetect-lst pcitable are not likely
# to be supported by radeon which is from the same time period.
# (main pcitable entries override our entries)
%define ldetect_cards_name	ATI Radeon HD 5000 and later without free driver (vesa/fglrx)
%endif

%ifarch %ix86
%define xverdir		x%{xorg_version}
%define archdir		arch/x86
%endif
%ifarch x86_64
%define xverdir		x%{xorg_version}_64a
%define archdir		arch/x86_64
%endif

# Other packages should not require any AMD specific proprietary libraries
# (if that is really necessary, we may want to split that specific lib out),
# and this package should not be pulled in when libGL.so.1 is required.
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)|devel\\(libGL(.*)'
%else
%define _provides_exceptions \\.so
%endif

%define qt_requires_exceptions %nil
%if %{bundle_qt}
# do not require Qt if it is bundled
%if %{_use_internal_dependency_generator}
%define qt_requires_exceptions |libQtCore\\.so|libQtGui\\.so
%else
%define qt_requires_exceptions \\|libQtCore\\.so\\|libQtGui\\.so
%endif
%endif

# do not require fglrx stuff, they are all included
%if %{_use_internal_dependency_generator}
%define common_requires_exceptions libfglrx.+\\.so|libati.+\\.so|libOpenCL\\.so%{qt_requires_exceptions}
%else
%define common_requires_exceptions libfglrx.\\+\\.so\\|libati.\\+\\.so\\|libOpenCL\\.so%{qt_requires_exceptions}
%endif

%ifarch x86_64
# (anssi) Allow installing of 64-bit package if the runtime dependencies
# of 32-bit libraries are not satisfied. If a 32-bit package that requires
# libGL.so.1 is installed, the 32-bit mesa libs are pulled in and that will
# pull the dependencies of 32-bit fglrx libraries in as well.
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}|lib.*so\\.[^(]+(\\([^)]+\\))?$'
%else
%define _requires_exceptions %{common_requires_exceptions}\\|lib.*so\\.[^(]\\+\\(([^)]\\+)\\)\\?$
%endif
%else
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}'
%else
%define _requires_exceptions %{common_requires_exceptions}
%endif
%endif

# (anssi) Do not require qt for amdnotifyui (used as event notifier, as
# of 04/2010 only for DisplayPort failures). installing
# fglrx-control-center will satisfy the dependency.
# It is not moved to fglrx-control-center as due to its small size it may
# be wanted on e.g. KDE Ones, which can't have the full fglrx-control-center,
# and due to it having nothing to do with fglrx-control-center.
%define __noautoreqfiles ^%{_sbindir}/amdnotifyui$

Summary:	AMD proprietary X.org driver and libraries
Name:		%{name}
Version:	%{version}
Release:	%{release}
Epoch:		%{epoch}
%if !%{amdbuild}
%if !%{ubuntu_prerelease}
Source0:	amd-driver-installer-%{oversion}-x86.x86_64.run
%else
Source0:	http://download2-developer.amd.com/amd/APPSDK/OpenCL1.2betadriversLinux.tgz
%endif
%else
Source0:        fglrx-installer_%{version}.orig.tar.gz
%endif

%if !%{amdbuild}
Source11:	fglrx.rpmlintrc
%endif
Patch3:		fglrx-authfile-locations.patch
Patch9:		fglrx-make_sh-custom-kernel-dir.patch
# do not probe /proc for kernel info as we may be building for a
# different kernel
Patch10:	fglrx-make_sh-no-proc-probe.patch
# fix GL mess
Patch13:	fglrx-fix-GL-redefines.patch
Patch14:    fglrx-kernel-3.17.patch
Patch15:    fglrx-kernel-4.0.patch
Patch16:    fglrx-kernel-4.1.patch
Patch17:    fglrx-kernel-4.1.3.patch

License:	Freeware
URL:		http://support.amd.com/en-us/download/desktop?os=Linux+x86
Group:		System/Kernel and hardware
ExclusiveArch:	%{ix86} x86_64
%if !%{amdbuild}
BuildRequires:	pkgconfig(gl)
BuildRequires:	libxmu-devel
BuildRequires:	libxaw-devel
BuildRequires:	libxp-devel
BuildRequires:	libxtst-devel
BuildRequires:	imake
# Used by atieventsd:
Suggests:	acpid
BuildRequires:	imagemagick
%endif

%description
The proprietary graphics driver for AMD GPUs.
%if !%{amdbuild}
This package corresponds to AMD Catalyst version %mversion.
%endif

%package -n %{driverpkgname}
Summary:	AMD proprietary X.org driver and libraries
Group:		System/Kernel and hardware
Requires(post):	update-alternatives >= 1.9.0
Requires(postun): update-alternatives
Obsoletes:	ati_igp
Suggests:	%{drivername}-control-center = %{EVRD}
Obsoletes:	ati < %{version}-%{release}
Provides:	ati = %{version}-%{release}
Conflicts:	x11-server-common < 1.3.0.0-17
Conflicts:	drakx-kbd-mouse-x11 < 0.26
Obsoletes:	x11-driver-video-fglrx-hd2000 < 8.42.3-5
Requires:	kmod(fglrx) = %{version}
Requires:	x11-server-common >= 1.9
Requires(pre):	grub2 >= 2.00-34
%if !%{amdbuild}
Requires(post):	rpm-helper
Requires(preun): rpm-helper
%endif
# Conflict with the next videodrv ABI break.
# The driver may support multiple ABI versions and therefore
# a strict version-specific requirement would not be enough.
# (ahmad) since X Server 1.10 ABI is now 10 (upstream jumped from 8 to 10)
# make it +2 for now
### This is problematic as it can cause removal of xserver instead (Anssi 04/2011)
###Conflicts:  xserver-abi(videodrv-%(echo $((%{videodrv_abi} + 1))))
Provides:	atieventsd = %{version}-%{release}
Obsoletes:	atieventsd < %{version}-%{release}

%description -n %{driverpkgname}
AMD proprietary X.org graphics driver, related libraries and
configuration tools.

NOTE: You should use XFdrake to configure your AMD card. The
correct packages will be automatically installed and configured.

The graphical configuration utility, AMD Catalyst Control Center
Linux Edition, is contained in the package
%{drivername}-control-center.
%if !%{amdbuild}
This package corresponds to AMD Catalyst version %mversion.
%endif

%package -n %{drivername}-control-center
Summary:	AMD Catalyst Control Center Linux Edition
Group:		System/Kernel and hardware
Requires:	%{driverpkgname} = %{EVRD}
Obsoletes:	ati-utils < %{version}-%{release}
Provides:	ati-utils = %{version}-%{release}
Provides:	amdcccle = %{version}-%{release}
Obsoletes:	ati-ccc < %{version}-%{release}
Obsoletes:	ati-control-center < %{version}-%{release}
Provides:	ati-control-center = %{version}-%{release}
Obsoletes:	fglrx-hd2000-control-center < 8.42.3-5
%if !%{bundle_qt}
# 2009.0 and 2009.1 have this one in updates only
Requires:	%{_lib}qtcore4 >= 3:4.5.2
%endif

%description -n %{drivername}-control-center
AMD Catalyst Control Center Linux Edition, a graphical configuration
utility for the AMD proprietary X.org driver.
%if !%{amdbuild}
This package corresponds to AMD Catalyst version %mversion.
%endif

%package -n dkms-%{drivername}
Summary:	AMD proprietary kernel module
Group:		System/Kernel and hardware
Requires:	dkms
Requires(post):	dkms
Requires(preun): dkms
Obsoletes:	dkms-ati < %{version}-%{release}
Provides:	dkms-ati = %{version}-%{release}

%description -n dkms-%{drivername}
AMD proprietary kernel module. This is to be used with the
%{driverpkgname} package.
%if !%{amdbuild}
This package corresponds to AMD Catalyst version %mversion.
%endif

%package -n %{drivername}-devel
Summary:	AMD proprietary development libraries and headers
Group:		Development/C
Requires:	%{driverpkgname} = %{EVRD}
Obsoletes:	ati-devel < %{version}-%{release}
Provides:	ati-devel = %{version}-%{release}

%description -n %{drivername}-devel
AMD proprietary development libraries and headers. This package is
not required for normal use.

The main driver package name is %{driverpkgname}.

%package -n %{drivername}-opencl
Summary:	OpenCL libraries for the AMD proprietary driver
Group: 		System/Kernel and hardware
Requires:	kmod(fglrx) = %{version}

%description -n %{drivername}-opencl
OpenCL libraries for the AMD proprietary driver. This package is not
required for normal use, it provides libraries to use AMD cards for High
Performance Computing (HPC).

%prep
%setup -T -c
sh %{SOURCE0} --extract .
mkdir fglrx_tools
tar -xzf common/usr/src/ati/fglrx_sample_source.tgz -C fglrx_tools

# ensure patches do not touch outside
cd common 

%patch3 -p2
%patch9 -p2
%patch10 -p2
%patch13 -p2
%patch14 -p2
%patch15 -p2
%patch16 -p2
%patch17 -p2
cd ..

cat > README.install.urpmi <<EOF
This driver is for ATI Radeon HD 5000 and newer cards.

Use XFdrake to configure X to use the correct AMD driver. Any needed
packages will be automatically installed if not already present.
EOF

cat > README.8.980.upgrade.urpmi <<EOF
REMOVED GRAPHICS DRIVER SUPPORT NOTIFICATION:
Versions 8.980 and later of AMD Proprietary Graphics driver (fglrx) only
support Radeon HD 5000 or newer cards.
EOF

%build
%if !%{amdbuild}
# %amdbuild is done with minimal buildrequires
cd fglrx_tools/fgl_glxgears
xmkmf
%make RMAN=/bin/true CC="%__cc %optflags -I../../common/usr/include" EXTRA_LDOPTIONS="%{?ldflags}"
cd -
%endif

%install
rm -rf %{buildroot}

# dkms
install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}
cp -a common/lib/modules/fglrx/build_mod/* %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}
cp -a %{archdir}/lib/modules/fglrx/build_mod/* %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}

cat > %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}/dkms.conf <<EOF
PACKAGE_NAME="%{drivername}"
PACKAGE_VERSION="%{version}-%{release}"
BUILT_MODULE_NAME[0]="fglrx"
DEST_MODULE_LOCATION[0]="/kernel/drivers/char/drm"
# uname_v set to none so that make.sh doesn't try to use "uname -v" to see
# if the target kernel is SMP (we may be compiling for a different kernel)
MAKE[0]="sh make.sh --uname_r=\${kernelver} --uname_v=none --kernel-dir=\${kernel_source_dir} --no-proc-probe --norootcheck"
CLEAN="rm -rf 2.6.x/.tmp_versions; make -C2.6.x clean"
AUTOINSTALL="yes"
EOF

# headers
install -d -m755		%{buildroot}%{_includedir}
cp -a common/usr/include/*	%{buildroot}%{_includedir}
chmod 0644 %{buildroot}%{_includedir}/*/*.h

# install binaries
install -d -m755					%{buildroot}%{_sbindir}
install -m755 %{archdir}/usr/sbin/*			%{buildroot}%{_sbindir}
install -m755 common/usr/sbin/*				%{buildroot}%{_sbindir}
install -d -m755					%{buildroot}%{_bindir}
install -m755 %{archdir}/usr/bin/*			%{buildroot}%{_bindir}
install -m755 %{archdir}/usr/X11R6/bin/*		%{buildroot}%{_bindir}
install -m755 common/usr/X11R6/bin/*			%{buildroot}%{_bindir}
%if !%{amdbuild}
# install self-built binaries
install -m755 fglrx_tools/fgl_glxgears/fgl_glxgears	%{buildroot}%{_bindir}
%endif
# compatibility symlink
ln -s aticonfig %{buildroot}%{_bindir}/amdconfig

# amdcccle data files
install -d -m755 %{buildroot}%{_datadir}/ati/amdcccle
rm -f amdcccle.langs
for fullname in common/usr/share/ati/amdcccle/*.qm; do
	file=$(basename $fullname)
	lang=${file#*_}
	lang=${lang%%.qm}
%if !%{bundle_qt}
	# qt localization not necessary with non-bundled qt
	[ "$file" = "${file#qt}" ] || continue
%endif
	install -m644 $fullname %{buildroot}%{_datadir}/ati/amdcccle
	echo "%%lang($lang) %{_datadir}/ati/amdcccle/$file" >> amdcccle.langs
done

# amdcccle super-user mode
install -d -m755 %{buildroot}%{_sysconfdir}/security/console.apps
install -d -m755 %{buildroot}%{_sysconfdir}/pam.d
install -m644 common/etc/security/console.apps/* %{buildroot}%{_sysconfdir}/security/console.apps
ln -s su %{buildroot}%{_sysconfdir}/pam.d/amdcccle-su

# man pages
install -d -m755 %{buildroot}%{_mandir}/man1 %{buildroot}%{_mandir}/man8
install -m644 common/usr/share/man/man8/* %{buildroot}%{_mandir}/man8

# menu entry
install -d -m755 %{buildroot}%{_datadir}/applications
install -m644 common/usr/share/applications/* %{buildroot}%{_datadir}/applications
sed -i 's,^Icon=.*$,Icon=%{drivername}-amdcccle,' %{buildroot}%{_datadir}/applications/*.desktop
# control center doesn't really use GNOME/KDE libraries:
sed -i 's,GNOME;KDE;,,' %{buildroot}%{_datadir}/applications/*.desktop

# icons
install -d -m755 %{buildroot}%{_miconsdir} %{buildroot}%{_iconsdir} %{buildroot}%{_liconsdir}
%if !%{amdbuild}
convert common/usr/share/icons/ccc_large.xpm -resize 16x16 %{buildroot}%{_miconsdir}/%{drivername}-amdcccle.png
convert common/usr/share/icons/ccc_large.xpm -resize 32x32 %{buildroot}%{_iconsdir}/%{drivername}-amdcccle.png
convert common/usr/share/icons/ccc_large.xpm -resize 48x48 %{buildroot}%{_liconsdir}/%{drivername}-amdcccle.png
%else
install -m644 common/usr/share/icons/ccc_large.xpm %{buildroot}%{_iconsdir}/%{drivername}-amdcccle.xpm
%endif

# install libraries
install -d -m755					%{buildroot}%{_libdir}/%{drivername}
install -m755 %{archdir}/usr/X11R6/%{_lib}/*.*		%{buildroot}%{_libdir}/%{drivername}
install -m755 %{archdir}/usr/X11R6/%{_lib}/fglrx/*	%{buildroot}%{_libdir}/%{drivername}
install -m755 %{archdir}/usr/%{_lib}/*.*		%{buildroot}%{_libdir}/%{drivername}
mv %{buildroot}%{_libdir}/%{drivername}/{fglrx-,}libGL.so.1.2
chmod 0644						%{buildroot}%{_libdir}/%{drivername}/*.a
/sbin/ldconfig -n					%{buildroot}%{_libdir}/%{drivername}
# create devel symlinks
for file in %{buildroot}%{_libdir}/%{drivername}/*.so.*.*; do
	ln -s $(basename $file) ${file%%.so*}.so;
done
%ifarch x86_64
install -d -m755					%{buildroot}%{_prefix}/lib/%{drivername}
install -m755 arch/x86/usr/X11R6/lib/fglrx/*		%{buildroot}%{_prefix}/lib/%{drivername}
install -m755 arch/x86/usr/lib/*.*			%{buildroot}%{_prefix}/lib/%{drivername}
mv %{buildroot}%{_prefix}/lib/%{drivername}/{fglrx-,}libGL.so.1.2
/sbin/ldconfig -n					%{buildroot}%{_prefix}/lib/%{drivername}
# create devel symlinks
for file in %{buildroot}%{_prefix}/lib/%{drivername}/*.so.*.*; do
	ln -s $(basename $file) ${file%%.so*}.so;
done
%endif

%if %{bundle_qt}
# install the bundled Qt4 libs on distros with qt4 < 4.4.2
install -d -m755				%{buildroot}%{_libdir}/%{drivername}-qt4
install -m755 %{archdir}/usr/share/ati/%{_lib}/*	%{buildroot}%{_libdir}/%{drivername}-qt4
# RPATH of amdcccle points to datadir, we create a symlink there:
install -d -m755				%{buildroot}/usr/share/ati
ln -s %{_libdir}/%{drivername}-qt4		%{buildroot}/usr/share/ati/%{_lib}
%endif

# install X.org files
install -d -m755						%{buildroot}%{xorg_libdir}/modules/drivers
install -m755 %{xverdir}/usr/X11R6/%{_lib}/modules/drivers/*.so* %{buildroot}%{xorg_libdir}/modules/drivers
install -d -m755						%{buildroot}%{xorg_libdir}/modules/linux
install -m755 %{xverdir}/usr/X11R6/%{_lib}/modules/linux/*.so*	%{buildroot}%{xorg_libdir}/modules/linux
install -m644 %{xverdir}/usr/X11R6/%{_lib}/modules/*.*o		%{buildroot}%{xorg_libdir}/modules
install -d -m755						%{buildroot}%{ati_extdir}
install -m755 %{xverdir}/usr/X11R6/%{_lib}/modules/extensions/fglrx/*.so* %{buildroot}%{ati_extdir}
mv %{buildroot}%{ati_extdir}/{fglrx-,}libglx.so

# etc files
install -d -m755		%{buildroot}%{_sysconfdir}/ati
install -m644 common/etc/ati/*	%{buildroot}%{_sysconfdir}/ati
chmod 0755			%{buildroot}%{_sysconfdir}/ati/*.sh
# Ghost file created as suggested by AMD.
touch %{buildroot}%{_sysconfdir}/ati/atiapfuser.blb

# dri libraries
DRILIB=fglrx_dri.so
install -d -m755 %{buildroot}%{xorg_dridir}
install -d -m755 %{buildroot}%{xorg_dridir_aux}
install -m755 %{archdir}/usr/X11R6/%{_lib}/modules/dri/* %{buildroot}%{xorg_dridir}
ln -s %{xorg_dridir}/${DRILIB} %{buildroot}%{xorg_dridir_aux}/
%ifarch x86_64
install -d -m755 %{buildroot}%{xorg_dridir32}
install -d -m755 %{buildroot}%{xorg_dridir32_aux}
install -m755 arch/x86/usr/X11R6/lib/modules/dri/* %{buildroot}%{xorg_dridir32}
ln -s %{xorg_dridir32}/${DRILIB} %{buildroot}%{xorg_dridir32_aux}/
%endif

# ld.so.conf
install -d -m755			%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL
echo "%{_libdir}/%{drivername}" >	%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}
%ifarch x86_64
echo "%{_prefix}/lib/%{drivername}" >>	%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}
%endif
touch					%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

# XvMCConfig
install -d -m755			%{buildroot}%{_sysconfdir}/%{drivername}
echo "libAMDXvBA.so.1" > %{buildroot}%{_sysconfdir}/%{drivername}/XvMCConfig

# OpenCL icd
install -d -m755				%{buildroot}%{_sysconfdir}/OpenCL/vendors
install -m644 %{archdir}/etc/OpenCL/vendors/*	%{buildroot}%{_sysconfdir}/OpenCL/vendors
%ifarch x86_64
install -m644 arch/x86/etc/OpenCL/vendors/*	%{buildroot}%{_sysconfdir}/OpenCL/vendors
%endif

# PowerXpress intel - use Mesa libGL but still keep AMD specific libs in search path
echo "%{_libdir}/mesa" > %{buildroot}%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf
%ifarch x86_64
echo "%{_prefix}/lib/mesa" >> %{buildroot}%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf
%endif
cat %{buildroot}%{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file} >> %{buildroot}%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf

# install ldetect-lst pcitable files for backports
sed -ne 's|^\s*FGL_ASIC_ID(\(0x....\)).*|\1|gp' common/lib/modules/fglrx/build_mod/fglrxko_pci_ids.h | tr '[:upper:]' '[:lower:]' | sort -u | sed 's,^.*$,0x1002\t\0\t"%{ldetect_cards_name}",' > pcitable.fglrx.lst
[ $(stat -c%s pcitable.fglrx.lst) -gt 500 ]
%if "%{ldetect_cards_name}" != ""
install -d -m755 %{buildroot}%{_datadir}/ldetect-lst/pcitable.d
gzip -c pcitable.fglrx.lst > %{buildroot}%{_datadir}/ldetect-lst/pcitable.d/40%{drivername}.lst.gz
%endif

install -d -m755 %{buildroot}%{_datadir}/ati
cat > %{buildroot}%{_datadir}/ati/amd-uninstall.sh <<EOF
#!/bin/bash
# parameters as per AMD: [--force | --dry-run]
dryrun=
while [ -n "\$*" ]; do
	case "\$1" in
	--dryrun)	dryrun="--test" ;;
	--force)	;;
	--preserve)	;;
	--quick)	;;
	--getUninstallVersion) exit 2 ;;
	*)		echo "Unknown option for \$0." >&2 ;;
	esac
	shift
done

# AMD documentation suggests doing rpm -V and use --force to override it,
# but it doesn't make sense with the update-alternatives setup, so we just
# check package presence.
pkgs=
rpm -q --quiet %{driverpkgname}             && pkgs="\$pkgs %{driverpkgname}"
rpm -q --quiet dkms-%{drivername}           && pkgs="\$pkgs dkms-%{drivername}"
rpm -q --quiet %{drivername}-control-center && pkgs="\$pkgs %{drivername}-control-center"
rpm -q --quiet %{drivername}-devel          && pkgs="\$pkgs %{drivername}-devel"
[ -n "\$pkgs" ] || { echo "The AMD proprietary driver is not installed." >&2; exit 1; }
urpme --auto \$dryrun \$pkgs || { echo "Failed to uninstall the AMD proprietary driver." >&2; exit 1; }
[ -n "\$dryrun" ] || echo "The AMD proprietary driver has been uninstalled."
EOF
chmod 0755 %{buildroot}%{_datadir}/ati/amd-uninstall.sh

# PowerXpress (switchable graphics)
# - path hardcoded into driver
install -d -m755 %{buildroot}%{_libdir}/fglrx
cat > %{buildroot}%{_libdir}/fglrx/switchlibGL <<EOF
#!/bin/sh

amd_target="%{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}"
intel_target="%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf"

case \$1 in
amd)
	update-alternatives --set gl_conf "\$amd_target" >/dev/null
	ldconfig -X
	;;
intel)
	update-alternatives --set gl_conf "\$intel_target" >/dev/null
	ldconfig -X
	;;
query)
	case \$(readlink -f "%{_sysconfdir}/ld.so.conf.d/GL.conf") in
	\$amd_target)
		echo "amd"
		;;
	\$intel_target)
		echo "intel"
		;;
	*)
		echo "unknown"
		;;
	esac
	;;
esac
EOF
chmod 0755 %{buildroot}%{_libdir}/fglrx/switchlibGL

# It is not feasible to configure these separately with the alternatives
# system, so use the same script for both.
# Note: using a symlink here fails as the driver checks go+w without
# dereferencing the symlink.
cp -a %{buildroot}%{_libdir}/fglrx/switchlibGL %{buildroot}%{_libdir}/fglrx/switchlibglx

# unneeded to-be-removed files as per AMD
find %{buildroot} \( -name libSlotMaximizerAg.so -o -name libSlotMaximizerBe.so \) -print -delete
# not installed by AMD and not referenced elsewhere:
find %{buildroot} \( -name libamdsc64.so -o -name libamdsc32.so \) -print -delete

%pre -n %{driverpkgname}
# Handle alternatives-era /etc/ati directory
# It may confuse rpm due to it containing %config files
if [ -L %{_sysconfdir}/ati ]; then
	rm %{_sysconfdir}/ati
fi

%post -n %{driverpkgname}
# Migrate from pre-alternatives files
if [ ! -L %{_datadir}/applications/mandriva-amdcccle.desktop -a -e %{_datadir}/applications/mandriva-amdcccle.desktop ]; then
	rm -f %{_datadir}/applications/mandriva-amdcccle.desktop
fi

%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file} %{priority} \
	--slave %{_sysconfdir}/X11/XvMCConfig xvmcconfig %{_sysconfdir}/%{drivername}/XvMCConfig \
	--slave %{_libdir}/libAMDXvBA.cap %{_lib}AMDXvBA_cap %{_libdir}/%{drivername}/libAMDXvBA.cap \
%ifarch x86_64
	--slave %{_prefix}/lib/libAMDXvBA.cap libAMDXvBA_cap %{_libdir}/%{drivername}/libAMDXvBA.cap \
%endif
	--slave %{xorg_extra_modules} xorg_extra_modules %{ati_extdir}

# Alternative for PowerXpress intel (switchable graphics)
# This is a separate alternative so that this situation can be differentiated
# from standard intel configuration by tools (e.g. so that radeon driver won't
# be loaded despite fglrx not being configured anymore).
%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf 50

if [ "$(readlink -e %{_sysconfdir}/ld.so.conf.d/GL.conf)" = "%{_sysconfdir}/ld.so.conf.d/GL/ati-hd2000.conf" ]; then
	# Switch from the obsolete hd2000 branch:
	%{_sbindir}/update-alternatives --set gl_conf %{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}
fi
# When upgrading from alternatives setup, rpm may consider /etc/ati/atiogl.xml
# to exist due to the symlink, even when we remove it in %pre:
if [ -e %{_sysconfdir}/ati/atiogl.xml.rpmnew -a ! -e %{_sysconfdir}/ati/atiogl.xml ]; then
	mv %{_sysconfdir}/ati/atiogl.xml.rpmnew %{_sysconfdir}/ati/atiogl.xml
	echo "Moved %{_sysconfdir}/ati/atiogl.xml.rpmnew back to %{_sysconfdir}/ati/atiogl.xml."
fi

# Call /sbin/ldconfig explicitely due to alternatives
/sbin/ldconfig -X
#_post_service atieventsd
%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

# Ghost file created as suggested by AMD.
touch %{_sysconfdir}/ati/atiapfuser.blb

# Clear driver version numbers from amdpcsdb as suggested by AMD.
# (fixes version display in amdcccle after upgrade)
amdconfig --del-pcs-key=LDC,ReleaseVersion &>/dev/null || :
amdconfig --del-pcs-key=LDC,Catalyst_Version &>/dev/null || :

#Fix watermark Test only
# sed -e 's/UNSIGNED/9777c589791007f4aeef06c922ad54a2:ae59f5b9572136d99fdd36f0109d358fa643f2bd4a2644d9efbb4fe91a9f6590a145:f612f0b01f2565cd9bd834f8119b309bae11a1ed4a2661c49fdf3fad11986cc4f641f1ba1f2265909a8e34ff1699309bf211a7eb4d7662cd9f8e3faf14986d92f646f1bc/' -i /etc/ati/signature

%posttrans -n %{driverpkgname}
# RPM seems to leave out the active /etc/fglrx* directory, likely due to
# it being confused with the /etc/ati symlink. We have to clean up ourself:
for dir in %{_sysconfdir}/fglrx %{_sysconfdir}/fglrx-hd2000; do
	if [ -d $dir ]; then
		for file in $dir/*; do
			case "$(basename $file)" in
			control | signature | logo_mask.xbm.example | logo.xbm.example)
				# non-config files, rpm would normally remove
				rm $file;;
			authatieventsd.sh | fglrxprofiles.csv | fglrxrc | atiogl.xml)
				# config files, check for modifications
				case "$(stat -c%s $file)" in
				545 | 838 | 2769 | 10224 | 11018)
					rm $file;;
				*)
					echo "Saving $file as %{_sysconfdir}/ati/$(basename $file).rpmsave."
					mv $file %{_sysconfdir}/ati/$(basename $file).rpmsave;;
				esac
				;;
			esac
		done
		[ $(ls -c $dir | wc -l) -eq 0 ] && rm -r $dir
	fi
done
true

%preun -n %{driverpkgname}
#_preun_service atieventsd

%postun -n %{driverpkgname}
if [ ! -f %{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file} ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/ld.so.conf.d/GL/%{ld_so_conf_file}
fi
if [ ! -f %{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf
fi
# Call /sbin/ldconfig explicitely due to alternatives
/sbin/ldconfig -X
%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

%pre -n %{drivername}-control-center
# Handle alternatives-era directory,
# it may confuse rpm.
if [ -L %{_datadir}/ati ]; then
	rm %{_datadir}/ati
fi

%post -n %{drivername}-control-center
[ -d %{_datadir}/fglrx ] && rm -r %{_datadir}/fglrx
[ -d %{_datadir}/fglrx-hd2000 ] && rm -r %{_datadir}/fglrx-hd2000
true

%post -n %{drivername}-opencl
# explicit /sbin/ldconfig due to a non-standard library directory
/sbin/ldconfig -X

%post -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade add -m %{drivername} -v %{version}-%{release}

# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
	kk=$(echo $kk | sed 's/^\/lib\/modules\///');
	if test -d "/lib/modules/$kk/build"; then
		/usr/sbin/dkms --rpm_safe_upgrade build -m %{drivername} -v %{version}-%{release} -k $kk &&
		/usr/sbin/dkms --rpm_safe_upgrade install -m %{drivername} -v %{version}-%{release} -k $kk || true
	else
		echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
	fi;
done

# rmmod any old driver if present and not in use (e.g. by X)
rmmod fglrx > /dev/null 2>&1 || true

%preun -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{drivername} -v %{version}-%{release} --all

# rmmod any old driver if present and not in use (e.g. by X)
rmmod fglrx > /dev/null 2>&1 || true

%files -n %{driverpkgname}
%defattr(-,root,root)
%doc README.install.urpmi
%doc README.8.980.upgrade.urpmi
# the documentation files are grossly out of date; the configuration options
# described in configure.html seem to be used by the driver, though, so it is
# packaged, while the other html files are not:
%doc common/usr/share/doc/fglrx/configure.html
%doc common/usr/share/doc/fglrx/LICENSE.TXT

%if "%{ldetect_cards_name}" != ""
%{_datadir}/ldetect-lst/pcitable.d/40%{drivername}.lst.gz
%endif

%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%dir %{_sysconfdir}/ld.so.conf.d/GL
%{_sysconfdir}/ld.so.conf.d/GL/ati.conf

%dir %{_sysconfdir}/%{drivername}
%{_sysconfdir}/%{drivername}/XvMCConfig
%{_sysconfdir}/%{drivername}/pxpress-free.ld.so.conf

%dir %{_sysconfdir}/ati
%{_sysconfdir}/ati/control
%{_sysconfdir}/ati/signature
# config(noreplace) %{_sysconfdir}/ati/atiogl.xml # removed in 13.350.1005
%{_sysconfdir}/ati/atiapfxx*
%{_sysconfdir}/ati/logo.xbm.example
%{_sysconfdir}/ati/logo_mask.xbm.example
%config %{_sysconfdir}/ati/authatieventsd.sh
%{_sysconfdir}/ati/amdpcsdb.default
%ghost %{_sysconfdir}/ati/atiapfuser.blb

#{_initrddir}/atieventsd

%{_sbindir}/atieventsd
%{_sbindir}/amdnotifyui
%{_sbindir}/atigetsysteminfo.sh

%{_bindir}/amdconfig
%{_bindir}/amd-console-helper
%{_bindir}/amdupdaterandrconfig
%{_bindir}/amdxdg-su
%{_bindir}/aticonfig
%{_bindir}/atiodcli
%{_bindir}/atiode
%{_bindir}/fgl_glxgears
%{_bindir}/fglrxinfo

%{xorg_libdir}/modules/drivers/fglrx_drv.so
%{xorg_libdir}/modules/linux/libfglrxdrm.so
%{xorg_libdir}/modules/amdxmm.*o
%{xorg_libdir}/modules/glesx.*o

%dir %{ati_extdir}
%{ati_extdir}/libglx.so

%{xorg_dridir}/fglrx_dri.so
%{xorg_dridir_aux}/fglrx_dri.so
%ifarch x86_64
%{xorg_dridir32}/fglrx_dri.so
%{xorg_dridir32_aux}/fglrx_dri.so
%endif

%dir %{_libdir}/%{drivername}
%{_libdir}/%{drivername}/libGL.so.1
%{_libdir}/%{drivername}/libGL.so.1.*
%{_libdir}/%{drivername}/libaticalcl.so
%{_libdir}/%{drivername}/libaticaldd.so
%{_libdir}/%{drivername}/libaticalrt.so
%{_libdir}/%{drivername}/libatiuki.so.1*

%ifarch x86_64
%dir %{_prefix}/lib/%{drivername}
%{_prefix}/lib/%{drivername}/libGL.so.1
%{_prefix}/lib/%{drivername}/libGL.so.1.*
%{_prefix}/lib/%{drivername}/libaticalcl.so
%{_prefix}/lib/%{drivername}/libaticaldd.so
%{_prefix}/lib/%{drivername}/libaticalrt.so
%{_prefix}/lib/%{drivername}/libatiuki.so.1*
%endif

%{_libdir}/%{drivername}/libfglrx_dm.so.1*
%{_libdir}/%{drivername}/libatiadlxx.so
%{_libdir}/%{drivername}/libAMDXvBA.cap
%{_libdir}/%{drivername}/libAMDXvBA.so.1*
%{_libdir}/%{drivername}/libXvBAW.so.1*

# PowerXpress
%{_libdir}/fglrx/switchlibGL
%{_libdir}/fglrx/switchlibglx

%dir %{_datadir}/ati
%{_datadir}/ati/amd-uninstall.sh

%{_mandir}/man8/atieventsd.8*

%files -n %{drivername}-control-center -f amdcccle.langs
%defattr(-,root,root)
%doc common/usr/share/doc/amdcccle/*
%{_sysconfdir}/security/console.apps/amdcccle-su
%{_sysconfdir}/pam.d/amdcccle-su
%{_bindir}/amdcccle
%dir %{_datadir}/ati
%dir %{_datadir}/ati/amdcccle
%if %{amdbuild}
%{_iconsdir}/%{drivername}-amdcccle.xpm
%else
%{_miconsdir}/%{drivername}-amdcccle.png
%{_iconsdir}/%{drivername}-amdcccle.png
%{_liconsdir}/%{drivername}-amdcccle.png
%endif
%{_datadir}/applications/amdcccle.desktop
%{_datadir}/applications/amdccclesu.desktop
%if %{bundle_qt}
%dir %{_libdir}/%{drivername}-qt4
%{_libdir}/%{drivername}-qt4/libQtCore.so.4
%{_libdir}/%{drivername}-qt4/libQtGui.so.4
%{_datadir}/ati/%{_lib}
%endif

%files -n %{drivername}-devel
%defattr(-,root,root)
%{_libdir}/%{drivername}/libfglrx_dm.a
%{_libdir}/%{drivername}/libfglrx_dm.so
%{_libdir}/%{drivername}/libAMDXvBA.so
%{_libdir}/%{drivername}/libXvBAW.so
%dir %{_includedir}/GL
%{_includedir}/GL/*ATI.h
%dir %{_includedir}/ATI
%dir %{_includedir}/ATI/GL
%{_includedir}/ATI/GL/*.h
%{_libdir}/%{drivername}/libGL.so
%{_libdir}/%{drivername}/libatiuki.so
%ifarch x86_64
%{_prefix}/lib/%{drivername}/libGL.so
%{_prefix}/lib/%{drivername}/libatiuki.so
%endif

%files -n %{drivername}-opencl
%defattr(-,root,root)
%dir %{_sysconfdir}/OpenCL
%dir %{_sysconfdir}/OpenCL/vendors
%{_sysconfdir}/OpenCL/vendors/amdocl*.icd
%{_bindir}/clinfo
%{_libdir}/%{drivername}/libamdocl*.so
%{_libdir}/%{drivername}/libOpenCL.so.1
%ifarch x86_64
%{_prefix}/lib/%{drivername}/libamdocl*.so
%{_prefix}/lib/%{drivername}/libOpenCL.so.1
%endif

%files -n dkms-%{drivername}
%defattr(-,root,root)
%{_usrsrc}/%{drivername}-%{version}-%{release}

%changelog

* Mon Dec 07 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:15.201.1151-3
- (7ffbdbf) Release up before a rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26505 |14nu|flash-player-plugin-32.0.0.465-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{mdvver} < 201610
%global __requires_exclude GLIBCXX_3.4.21
%endif

# backportability
%define _localstatedir /var
%define debug_package %{nil}

Summary:	Flash Player plugin for browsers
Name:		flash-player-plugin
Version:	32.0.0.465
Release:	1
License:	Proprietary
Url:		http://www.adobe.com/products/flashplayer/
Source0:	https://fpdownload.adobe.com/get/flashplayer/pdc/%{version}/flash_player_npapi_linux.i386.tar.gz
Source1:	https://fpdownload.adobe.com/get/flashplayer/pdc/%{version}/flash_player_npapi_linux.x86_64.tar.gz
Source100:	%{name}.rpmlintrc
Group:		Networking/WWW
Requires:	curl
Requires(post):	curl
Provides:	flashplayer-plugin == %{version}

# obtained by objdump -x /usr/lib/mozilla/plugins/libflashplayer.so | grep NEEDED
# helper: for i in $(objdump -p libflashplayer.so  | grep NEEDED | awk '{ print $2 }'); do
#	  echo -n "$i: "; rpm -qf /usr/lib64/$i; done
#		libX11.so.6	libXext.so.6	libXt.so.6	libfreetype.so.6
Requires:	%{_lib}x11_6	%{_lib}xext6	%{_lib}xt6	%{_lib}freetype6
#		libfontconfig.so.1	libgtk-x11-2.0.so.0, libgdk-x11-2.0.so.0
Requires:	%{_lib}fontconfig1	%{_lib}gtk+2.0_0
#		libatk-1.0.so.0	libgdk_pixbuf-2.0.so.0	libpangocairo-1.0.so.0, libpango-1.0.so.0
Requires:	%{_lib}atk1.0_0	%{_lib}gdk_pixbuf2.0_0	%{_lib}pango1.0_0
#		libcairo.so.2	libgobject-2.0.so.0, libgmodule-2.0.so.0, libglib-2.0.so.0
Requires:	%{_lib}cairo2	%{_lib}glib2.0_0
#		libnss3.so, libsmime3.so, libssl3.so	libplds4.so, libplc4.so, libnspr4.so
Requires:	%{_lib}nss3				%{_lib}nspr4
# required for audio, dlopened:
Requires:	%{_lib}alsa2
# dlopened:
Requires:	%{_lib}curl4
# dlopened, for video acceleration:
Recommends:	%{_lib}vdpau1
#
Obsoletes:	FlashPlayer < 9.0.115.0-5
Obsoletes:	flashplayer < %{version}
Obsoletes:	flash-plugin < %{version}
Obsoletes:	FlashPlayer-plugin < %{version}
Obsoletes:	flashplayer-plugin < %{version}

# Conflict with free plugins to avoid user confusion as to which one is
# actually used:
Conflicts:	gnash-firefox-plugin
Conflicts:	swfdec-mozilla
Conflicts:	lightspark-mozilla-plugin
Conflicts:	libflashsupport < 0.20080000.1
Obsoletes:	flash-player-plugin10.2 < 10.2.152

%description
Adobe Flash Player plugin for browsers.

NOTE: This package does not contain the Flash Player itself. The
software will be automatically downloaded from Adobe during package
installation. Alternatively you can use the command
"download-flash-player-plugin" manually.

Installing this package indicates acceptance of the EULA, available
from http://www.adobe.com/products/eulas/players/flash/.

%files
%{_bindir}/flash-player-properties
%{_libdir}/mozilla/plugins/*.so
%{_datadir}/applications/*.desktop
%{_datadir}/icons/*
%{_datadir}/pixmaps/*

#-------------------------------------------------------------------

%package kde
Summary:	KDE workspace files
Group:		Networking/WWW
Requires:	%{name} = %{version}

%description kde
Adobe Flash files to work with KDE

%files kde
%{_libdir}/kde4/kcm_adobe_flash_player.so
%ifarch x86_64
# Adobe added symlink for some reason
/usr/lib/kde4/kcm_adobe_flash_player.so
%endif
%{_datadir}/kde4/*

#-------------------------------------------------------------------

%prep
%setup -c -T

%build

%install
mkdir -p %{buildroot}
cd %{buildroot}
%ifarch x86_64
tar xzf %{SOURCE1}
%else
tar xzf %{SOURCE0}
%endif

mkdir -p %{buildroot}%{_libdir}/mozilla/plugins/
chmod 0755 libflashplayer.so
mv libflashplayer.so %{buildroot}%{_libdir}/mozilla/plugins/

rm -f %{buildroot}/readme.txt
rm -rf %{buildroot}/LGPL
rm -rf %{buildroot}/license.pdf

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26506 |14nu|fmod4-4.26.36-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define libname %mklibname fmod %{version}
%define devname %mklibname %{name} -d

%define sversion %(echo %{version} | sed s,\\\\.,,g)

Summary:	Fast, powerful, easy to use sound system
Name:		fmod4
Version:	4.26.36
Release:	1
License:	Proprietary
Group:		System/Libraries
Url:		http://www.fmod.org/
Source0:	http://www.fmod.org/download/fmodex/api/Linux/fmodapi%{sversion}linux.tar.gz
Source1:	http://www.fmod.org/download/fmodex/api/Linux/fmodapi%{sversion}linux64.tar.gz
ExclusiveArch:	%{ix86} x86_64

%description
FMOD is a fast, powerful, and easy to use sound system. It runs on Windows,
Linux, Windows CE, and now also on Macintosh, GameCube, PS2, and XBox.
FMOD supports 3D sound, midi, mods, mp3, ogg vorbis, wma, aiff, recording,
obstruction/occlusion, cd playback (analog or digital), cd ripping, mmx,
internet streaming, dsp effects, spectrum analysis, user created samples and
streams, synchronization support, ASIO, EAX 2&3, C/C++/VB/Delphi and more.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Fast, powerful, easy to use sound system
Group:		System/Libraries

%description -n %{libname}
FMOD is a fast, powerful, and easy to use sound system. It runs on Windows,
Linux, Windows CE, and now also on Macintosh, GameCube, PS2, and XBox.
FMOD supports 3D sound, midi, mods, mp3, ogg vorbis, wma, aiff, recording,
obstruction/occlusion, cd playback (analog or digital), cd ripping, mmx,
internet streaming, dsp effects, spectrum analysis, user created samples and
streams, synchronization support, ASIO, EAX 2&3, C/C++/VB/Delphi and more.

%files -n %{libname}
%doc documentation/LICENSE.TXT documentation/revision.txt
%ifarch %{ix86}
%{_libdir}/libfmodex-%{version}.so
%{_libdir}/libfmodexL-%{version}.so
%{_libdir}/libfmodexp-%{version}.so
%else
%{_libdir}/libfmodex64-%{version}.so
%{_libdir}/libfmodex64L-%{version}.so
%{_libdir}/libfmodexp64-%{version}.so
%endif

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for FMOD4
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for FMOD4.

%files -n %{devname}
%doc documentation/*.pdf
%{_includedir}/fmodex/*.h
%ifarch %{ix86}
%{_libdir}/libfmodex.so
%{_libdir}/libfmodexL.so
%{_libdir}/libfmodexp.so
%else
%{_libdir}/libfmodex64.so
%{_libdir}/libfmodex64L.so
%{_libdir}/libfmodexp64.so
%endif

#----------------------------------------------------------------------------

%prep
%setup -qc -a1

%build

%install
%ifarch %{ix86}
cd fmodapi%{sversion}linux
%else
cd fmodapi%{sversion}linux64
%endif

mkdir -p %{buildroot}%{_includedir}/fmodex
mkdir -p %{buildroot}%{_libdir}

cp api/inc/*.h %{buildroot}%{_includedir}/fmodex
cp api/lib/*.so %{buildroot}%{_libdir}/

cp -r documentation ..

%changelog
* Wed Nov 12 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.26.36-1
+ Revision: 6955add
- Files are different for 32 and 64 bit packages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26507 |14nu|fmsx-4.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname fMSX

%define oversion %(echo %{version} | tr -d .)

Summary:	MSX Emulator
Name:		fmsx
Version:	4.3
Release:	1
License:	Freeware
Group:		Emulators
Url:		http://fms.komkon.org/fMSX/
Source0:	http://fms.komkon.org/fMSX/%{oname}%{oversion}.zip
Source1:	%{name}.png
Patch0:		fMSX43-optflags.patch
Patch1:		fMSX43-rpmlint.patch
Patch2:		fMSX43-datapath.patch
Patch3:		fMSX43-pulseaudio.patch
BuildRequires:	imagemagick
BuildRequires:	pkgconfig(libpulse-simple)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)

%description
MSX Emulator.

%files
%doc fMSX/fMSX.html
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qc
%patch0 -p0
%patch1 -p0
%patch2 -p0
%patch3 -p0

find . -perm 600 | xargs chmod 644

%build
cd fMSX/Unix
%make

%install
mkdir -p %{buildroot}%{_gamesbindir}
install -m 755 fMSX/Unix/fmsx %{buildroot}%{_gamesbindir}/%{name}
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
install -m 644 fMSX/ROMs/* %{buildroot}%{_gamesdatadir}/%{name}/

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=fMSX
Comment=MSX emulator
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;Emulator;
EOF

# install menu icons
for N in 16 32 48 64 128 256;
do
convert %{SOURCE1} -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog

* Fri Oct 16 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.3-1
- (dbdf8c3) Build requires imagemagick



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26508 |14nu|FoxitReader-1.1.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:           FoxitReader
License:        Freeware
Group:          Office
Summary:        Foxit Reader is a free PDF document viewer
Version:        1.1.0
Release:        2
URL:            http://www.foxitsoftware.com/pdf/desklinux/index.html
Source0:        %{name}-%{version}.tar.gz
Source1:        fx-icon.png
Source2:        FoxitReader_ru.po
Source3:        FoxitReader_ru.mo

# Explicitly mention this for cases when the package is installed on a 64bit system
Requires:	 libpango-modules1.0

ExclusiveArch:	%{ix86}

%description
Foxit Reader is a free PDF document viewer for the Linux platform, with
a new streamlined interface, user-customized toolbar, incredibly small
size, breezing-fast launch speed and rich features. This empowers PDF
document users with Zoom function, Navigation function, Bookmarks,
Thumbnails, Text Selection Tool, Snapshot, and Full Screen capabilities.
Foxit Reader for Desktop Linux is provided by Foxit Corporation free for
non-commercial use.

%prep
%setup -q

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 FoxitReader %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_datadir}/foxit
install -m 0644 fum.fhd fpdfcjk.bin %{buildroot}%{_datadir}/foxit
mkdir -p %{buildroot}%{_datadir}/applications

%__cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=FoxitReader
Name[ru]=FoxitReader
Type=Application
Comment=PDF Viewer
Comment[ru]=Просмотр PDF
Terminal=false
Exec=FoxitReader
Icon=fx-icon
Categories=Qt;KDE;Graphics;Office;Viewer;X-MandrivaLinux-Multimedia-Graphics;
GenericName=FoxitReader
X-Desktop-File-Install-Version=1.1
MimeType=application/pdf;application/x-gzpdf;application/x-bzpdf;
EOF

mkdir -p %{buildroot}%{_iconsdir}
install -m 0644 %{SOURCE1} %{buildroot}%{_iconsdir}/fx-icon.png
mkdir -p %{buildroot}%{_docdir}/%{name}
install -m 644 Readme.txt %{buildroot}%{_docdir}/%{name}

mkdir -p %{buildroot}%{_datadir}/locale/{de,fr,ja,zh_CN,zh_TW,ru}/LC_MESSAGES
for lang in de fr ja zh_CN zh_TW; do
  cp po/$lang/%{name}.mo %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES/
done

cp %{SOURCE3} %{buildroot}%{_datadir}/locale/ru/LC_MESSAGES/%{name}.mo

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/foxit/*
%{_docdir}/%{name}/*
%{_iconsdir}/fx-icon.png
%{_datadir}/applications/%{name}.desktop


%changelog

* Fri Dec 11 2015 Denis Silakov <dsilakov@gmail.com> 1.1.0-2
- (8fe0306) Added explicit libpango-modules1.0 requirement



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26509 |14nu|get-jre7-oracle-1.7.0.71-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#------- Edit this to update package version ------- #
%define buildver 71
%define i586md5 cfce10a05f8d152d39aef892f2cd4011
%define x86_64md5 3d3e206cea84129f1daa8e62bf656a28
#--------------- End of edit area ------------------ #

%define oname    jre
%define origin   oracle
%define majorver 7
%define javaver  1.%{majorver}.0

# Priority for update-alternatives
%define priority 17000

# Name is get-jre7-oracle

# Define download dir
%define tmp_download_dir /tmp

# Define install prefix
%define installprefix %{_jvmdir}

# A bit of magic for low update versions

%if %{buildver} < 10
%define installdir %{installprefix}/%{oname}%{javaver}_0%{buildver}
%else
%define installdir %{installprefix}/%{oname}%{javaver}_%{buildver}
%endif

%ifarch x86_64
%define archinstall amd64
%define dfile %{oname}-%{majorver}u%{buildver}-linux-x64.tar.gz
%define durl http://javadl.sun.com/webapps/download/AutoDL?BundleId=97800
%define md5 %{x86_64md5}
%define javaplugin libjavaplugin.so.%{_arch}
%endif

%ifarch %{ix86}
%define archinstall i386
%define dfile %{oname}-%{majorver}u%{buildver}-linux-i586.tar.gz
%define durl http://javadl.sun.com/webapps/download/AutoDL?BundleId=97798
%define md5 %{i586md5}
%define javaplugin libjavaplugin.so
%endif

Summary:	Installer for Oracle Java %{majorver}
Name:		get-%{oname}%{majorver}-%{origin}
Version:	%{javaver}.%{buildver}
Release:	3
License:	Proprietary
Group:		Development/Java
Url:		http://www.java.com

BuildRequires:	jpackage-utils

Requires(pre):	wget
Requires(post): update-alternatives
Requires(postun): update-alternatives

# Standard JPackage base provides.
Provides:	java = %{epoch}:%{javaver}
Provides:	java-%{javaver} = %{epoch}:%{version}-%{release}
Provides:	java-%{origin} = %{epoch}:%{version}-%{release}
Provides:	jre = %{javaver}
Provides:	jre-%{javaver} = %{epoch}:%{version}-%{release}
Provides:	jre-%{javaver}-%{origin} = %{epoch}:%{version}-%{release}
Provides:	jre-%{origin} = %{epoch}:%{version}-%{release}

# Standard JPackage extensions provides.
Provides:	jndi = %{epoch}:%{version}
Provides:	jndi-ldap = %{epoch}:%{version}
Provides:	jndi-cos = %{epoch}:%{version}
Provides:	jndi-rmi = %{epoch}:%{version}
Provides:	jndi-dns = %{epoch}:%{version}
Provides:	jaas = %{epoch}:%{version}
Provides:	jsse = %{epoch}:%{version}
Provides:	jce = %{epoch}:%{version}
Provides:	jdbc-stdext = 4.1
Provides:	java-sasl = %{epoch}:%{version}
Provides:	java-fonts = %{epoch}:%{version}

# Standard JPackage plugin provides.
Provides:	java-plugin = %{javaver}
Provides:	java-%{javaver}-%{origin}-plugin = %{epoch}:%{version}-%{release}

Conflicts:      get-jdk%{majorver}-oracle

%description
Java is a programming language originally developed by James Gosling at Sun
Microsystems (which has since merged into Oracle Corporation) and released in
1995 as a core component of Sun Microsystems' Java platform. The language
derives much of its syntax from C and C++ but has a simpler object model and
fewer low-level facilities. Java applications are typically compiled to byte
code (class file) that can run on any Java Virtual Machine (JVM) regardless
of computer architecture. Java is a general-purpose, concurrent, class-based,
object-oriented language that is specifically designed to have as few
implementation dependencies as possible. It is intended to let application
developers "write once, run anywhere" (WORA), meaning that code that runs on
one platform does not need to be recompiled to run on another. Java is
currently one of the most popular programming languages in use, particularly
for client-server web applications, with a reported 10 million users.

%prep

%build

%install

%files

%pre
# Inspired by get-skype package
cd %{tmp_download_dir} || exit 1
wget --force-clobber --timeout=30 --tries=3 "%{durl}" -O %{dfile}
[[ -f %{dfile} ]] || { echo "Download failed"; exit 1; }

# Disable for now
# md5chk=$(md5sum %{dfile} | cut -d' ' -f1)
# [[ %{md5} = $md5chk ]] || { echo "Download checksum failed"; rm %{dfile};\
# exit 1; }

%post
# Installing Java
mkdir -p %{installprefix}
tar -xvzpf %{tmp_download_dir}/%{dfile} -C %{installprefix}

# Creation extension symlinks.
mkdir -p %{installdir}/exports
  pushd %{installdir}/exports
    RELATIVE=%{installdir}/lib
    ln -sf $RELATIVE/jsse.jar jsse-%{version}.jar
    ln -sf $RELATIVE/jce.jar jce-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-ldap-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-cos-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-rmi-%{version}.jar
    ln -sf $RELATIVE/rt.jar jaas-%{version}.jar
    ln -sf $RELATIVE/rt.jar jdbc-stdext-%{version}.jar
    ln -sf jdbc-stdext-%{version}.jar jdbc-stdext-3.0.jar
    ln -sf $RELATIVE/rt.jar sasl-%{version}.jar
    for jar in *-%{version}.jar
    do
      if [ x%{version} != x%{javaver} ]
      then
        ln -sf $jar $(echo $jar | sed "s|-%{version}.jar|-%{javaver}.jar|g")
      fi
      ln -sf $jar $(echo $jar | sed "s|-%{version}.jar|.jar|g")
    done
  popd

# Need this if no Java or Firefox installed
mkdir -p %{_jvmdir}
mkdir -p %{_jvmjardir}
mkdir -p %{_libdir}/mozilla/plugins

# Updating alternatives
update-alternatives\
  --install %{_bindir}/java java %{installdir}/bin/java %{priority} \
  --slave %{_jvmdir}/jre jre %{installdir} \
  --slave %{_jvmjardir}/jre jre_exports %{installdir}/exports \
  --slave %{_bindir}/ControlPanel ControlPanel %{installdir}/bin/ControlPanel \
  --slave %{_bindir}/java_vm java_vm %{installdir}/bin/java_vm \
  --slave %{_bindir}/javaws javaws %{installdir}/bin/javaws \
  --slave %{_bindir}/jcontrol jcontrol %{installdir}/bin/jcontrol \
  --slave %{_bindir}/keytool keytool %{installdir}/bin/keytool \
  --slave %{_bindir}/orbd orbd %{installdir}/bin/orbd \
  --slave %{_bindir}/pack200 pack200 %{installdir}/bin/pack200 \
  --slave %{_bindir}/policytool policytool %{installdir}/bin/policytool \
  --slave %{_bindir}/rmid rmid %{installdir}/bin/rmid \
  --slave %{_bindir}/rmiregistry rmiregistry %{installdir}/bin/rmiregistry \
  --slave %{_bindir}/servertool servertool %{installdir}/bin/servertool \
  --slave %{_bindir}/tnameserv tnameserv %{installdir}/bin/tnameserv \
  --slave %{_bindir}/unpack200 unpack200 %{installdir}/bin/unpack200 \
  --slave %{_mandir}/man1/java.1 java.1 \
  %{installdir}/man/man1/java.1 \
  --slave %{_mandir}/man1/javaws.1 javaws.1 \
  %{installdir}/man/man1/javaws.1 \
  --slave %{_mandir}/man1/keytool.1 keytool.1 \
  %{installdir}/man/man1/keytool.1 \
  --slave %{_mandir}/man1/orbd.1 orbd.1 \
  %{installdir}/man/man1/orbd.1 \
  --slave %{_mandir}/man1/pack200.1 pack200.1 \
  %{installdir}/man/man1/pack200.1 \
  --slave %{_mandir}/man1/policytool.1 policytool.1 \
  %{installdir}/man/man1/policytool.1 \
  --slave %{_mandir}/man1/rmid.1 rmid.1 \
  %{installdir}/man/man1/rmid.1 \
  --slave %{_mandir}/man1/rmiregistry.1 rmiregistry.1 \
  %{installdir}/man/man1/rmiregistry.1 \
  --slave %{_mandir}/man1/servertool.1 servertool.1 \
  %{installdir}/man/man1/servertool.1 \
  --slave %{_mandir}/man1/tnameserv.1 tnameserv.1 \
  %{installdir}/man/man1/tnameserv.1 \
  --slave %{_mandir}/man1/unpack200.1 unpack200.1 \
  %{installdir}/man/man1/unpack200.1

update-alternatives\
  --install %{_jvmdir}/jre-%{origin} \
  jre_%{origin} %{installdir} %{priority} \
  --slave %{_jvmjardir}/jre-%{origin} \
  jre_%{origin}_exports %{installdir}/exports

update-alternatives\
  --install %{_jvmdir}/jre-%{javaver} \
  jre_%{javaver} %{installdir} %{priority} \
  --slave %{_jvmjardir}/jre-%{javaver} \
  jre_%{javaver}_exports %{installdir}/exports

# Browser plugin
update-alternatives\
  --install %{_libdir}/mozilla/plugins/libjavaplugin.so %{javaplugin} \
  %{installdir}/lib/%{archinstall}/libnpjp2.so %{priority}


# Setting Oracle Java the default one
update-alternatives --set java %{installdir}/bin/java
update-alternatives --set jre_%{origin} %{installdir}
update-alternatives --set jre_%{javaver} %{installdir}
update-alternatives --set %{javaplugin} \
  %{installdir}/lib/%{archinstall}/libnpjp2.so

# Delete downloaded file
rm -f %{tmp_download_dir}/%{dfile}

%postun
# Remove JAVA
rm -rf %{installdir}

# Removing alternatives
update-alternatives --remove java %{installdir}/bin/java
update-alternatives --remove jre_%{origin} %{installdir}
update-alternatives --remove jre_%{javaver} %{installdir}
update-alternatives --remove %{javaplugin} \
  %{installdir}/lib/%{archinstall}/libnpjp2.so



%changelog

* Wed May 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.7.0.71-3
- (ad18ff4) Added jpackage-utils BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26510 |14nu|get-jre8-oracle-1.8.0.112-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#------- Edit this to update package version ------- #
%define buildver  112
%define i586md5   ff4e17ebd082b5c5bad457751468769d
%define x86_64md5 5ccc09b2cbbf715b583fad72b070b69d
#--------------- End of edit area ------------------ #

%define oname    jre
%define origin   oracle
%define majorver 8
%define javaver  1.%{majorver}.0

# Priority for update-alternatives
%define priority 17000

# Define download dir
%define tmp_download_dir /tmp

# Define install prefix
%define installprefix %{_jvmdir}

# A bit of magic for low update versions

%if %{buildver} < 10
%define installdir %{installprefix}/%{oname}%{javaver}_0%{buildver}
%else
%define installdir %{installprefix}/%{oname}%{javaver}_%{buildver}
%endif

#For debugging
#offiurl http://download.oracle.com/otn-pub/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-linux-x64.tar.gz?AuthParam=1491930028_3f44b12fb3f40b49527207f0d07c2a58
#offiurl http://download.oracle.com/otn-pub/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jre-8u121-linux-x64.tar.gz?AuthParam=1491929820_af0b5d2ea28d304d6211cfded6980e98
#auto wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u112-b15/jdk-8u112-linux-i586.tar.gz
#auto wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u112-b15/jdk-8u112-linux-x64.tar.gz
#auto wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u112-b15/jre-8u112-linux-x64.tar.gz

%ifarch x86_64
%define archinstall amd64
%define dfile %{oname}-%{majorver}u%{buildver}-linux-x64.tar.gz
%define durl http://download.oracle.com/otn-pub/java/jdk/%{majorver}u%{buildver}-b15/jre-%{majorver}u%{buildver}-linux-x64.tar.gz
%define md5 %{x86_64md5}
%define javaplugin libjavaplugin.so.%{_arch}
%endif

%ifarch %{ix86}
%define archinstall i386
%define dfile %{oname}-%{majorver}u%{buildver}-linux-i586.tar.gz
%define durl http://download.oracle.com/otn-pub/java/jdk/%{majorver}u%{buildver}-b15/jre-%{majorver}u%{buildver}-linux-i586.tar.gz
%define md5 %{i586md5}
%define javaplugin libjavaplugin.so
%endif

Summary:	Installer for Oracle Java %{majorver}
Name:		get-%{oname}%{majorver}-%{origin}
Version:	%{javaver}.%{buildver}
Release:	2
License:	Proprietary
Group:		Development/Java
Url:		http://www.java.com

BuildRequires:	jpackage-utils

Requires(pre):	wget
Requires(post): update-alternatives
Requires(postun): update-alternatives

# Standard JPackage base provides.
Provides:	java = %{epoch}:%{javaver}
Provides:	java-%{javaver} = %{epoch}:%{version}-%{release}
Provides:	java-%{origin} = %{epoch}:%{version}-%{release}
Provides:	jre = %{javaver}
Provides:	jre-%{javaver} = %{epoch}:%{version}-%{release}
Provides:	jre-%{javaver}-%{origin} = %{epoch}:%{version}-%{release}
Provides:	jre-%{origin} = %{epoch}:%{version}-%{release}

# Standard JPackage extensions provides.
Provides:	jndi = %{epoch}:%{version}
Provides:	jndi-ldap = %{epoch}:%{version}
Provides:	jndi-cos = %{epoch}:%{version}
Provides:	jndi-rmi = %{epoch}:%{version}
Provides:	jndi-dns = %{epoch}:%{version}
Provides:	jaas = %{epoch}:%{version}
Provides:	jsse = %{epoch}:%{version}
Provides:	jce = %{epoch}:%{version}
Provides:	jdbc-stdext = 4.1
Provides:	java-sasl = %{epoch}:%{version}
Provides:	java-fonts = %{epoch}:%{version}

# Standard JPackage plugin provides.
Provides:	java-plugin = %{javaver}
Provides:	java-%{javaver}-%{origin}-plugin = %{epoch}:%{version}-%{release}

Conflicts:      get-jdk%{majorver}-oracle

%description
Java is a programming language originally developed by James Gosling at Sun
Microsystems (which has since merged into Oracle Corporation) and released in
1995 as a core component of Sun Microsystems' Java platform. The language
derives much of its syntax from C and C++ but has a simpler object model and
fewer low-level facilities. Java applications are typically compiled to byte
code (class file) that can run on any Java Virtual Machine (JVM) regardless
of computer architecture. Java is a general-purpose, concurrent, class-based,
object-oriented language that is specifically designed to have as few
implementation dependencies as possible. It is intended to let application
developers "write once, run anywhere" (WORA), meaning that code that runs on
one platform does not need to be recompiled to run on another. Java is
currently one of the most popular programming languages in use, particularly
for client-server web applications, with a reported 10 million users.

%prep

%build

%install

%files

%pre
cd %{tmp_download_dir} || exit 1
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" --force-clobber --timeout=30 --tries=3 "%{durl}" -O %{dfile}

[[ -f %{dfile} ]] || { echo "Download failed"; exit 1; }

# 
md5chk=$(md5sum %{dfile} | cut -d' ' -f1)
[[ %{md5} = $md5chk ]] || { echo "Download checksum failed"; rm %{dfile};\
exit 1; }

%post
# Installing Java
mkdir -p %{installprefix}
tar -xvzpf %{tmp_download_dir}/%{dfile} -C %{installprefix}

# Creation extension symlinks.
mkdir -p %{installdir}/exports
  pushd %{installdir}/exports
    RELATIVE=%{installdir}/lib
    ln -sf $RELATIVE/jsse.jar jsse-%{version}.jar
    ln -sf $RELATIVE/jce.jar jce-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-ldap-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-cos-%{version}.jar
    ln -sf $RELATIVE/rt.jar jndi-rmi-%{version}.jar
    ln -sf $RELATIVE/rt.jar jaas-%{version}.jar
    ln -sf $RELATIVE/rt.jar jdbc-stdext-%{version}.jar
    ln -sf jdbc-stdext-%{version}.jar jdbc-stdext-3.0.jar
    ln -sf $RELATIVE/rt.jar sasl-%{version}.jar
    for jar in *-%{version}.jar
    do
      if [ x%{version} != x%{javaver} ]
      then
        ln -sf $jar $(echo $jar | sed "s|-%{version}.jar|-%{javaver}.jar|g")
      fi
      ln -sf $jar $(echo $jar | sed "s|-%{version}.jar|.jar|g")
    done
  popd

# Need this if no Java or Firefox installed
mkdir -p %{_jvmdir}
mkdir -p %{_jvmjardir}
mkdir -p %{_libdir}/mozilla/plugins

# Updating alternatives
update-alternatives\
  --install %{_bindir}/java java %{installdir}/bin/java %{priority} \
  --slave %{_jvmdir}/jre jre %{installdir} \
  --slave %{_jvmjardir}/jre jre_exports %{installdir}/exports \
  --slave %{_bindir}/ControlPanel ControlPanel %{installdir}/bin/ControlPanel \
  --slave %{_bindir}/javaws javaws %{installdir}/bin/javaws \
  --slave %{_bindir}/jcontrol jcontrol %{installdir}/bin/jcontrol \
  --slave %{_bindir}/keytool keytool %{installdir}/bin/keytool \
  --slave %{_bindir}/orbd orbd %{installdir}/bin/orbd \
  --slave %{_bindir}/pack200 pack200 %{installdir}/bin/pack200 \
  --slave %{_bindir}/policytool policytool %{installdir}/bin/policytool \
  --slave %{_bindir}/rmid rmid %{installdir}/bin/rmid \
  --slave %{_bindir}/rmiregistry rmiregistry %{installdir}/bin/rmiregistry \
  --slave %{_bindir}/servertool servertool %{installdir}/bin/servertool \
  --slave %{_bindir}/tnameserv tnameserv %{installdir}/bin/tnameserv \
  --slave %{_bindir}/unpack200 unpack200 %{installdir}/bin/unpack200 \
  --slave %{_mandir}/man1/java.1 java.1 \
  %{installdir}/man/man1/java.1 \
  --slave %{_mandir}/man1/javaws.1 javaws.1 \
  %{installdir}/man/man1/javaws.1 \
  --slave %{_mandir}/man1/keytool.1 keytool.1 \
  %{installdir}/man/man1/keytool.1 \
  --slave %{_mandir}/man1/orbd.1 orbd.1 \
  %{installdir}/man/man1/orbd.1 \
  --slave %{_mandir}/man1/pack200.1 pack200.1 \
  %{installdir}/man/man1/pack200.1 \
  --slave %{_mandir}/man1/policytool.1 policytool.1 \
  %{installdir}/man/man1/policytool.1 \
  --slave %{_mandir}/man1/rmid.1 rmid.1 \
  %{installdir}/man/man1/rmid.1 \
  --slave %{_mandir}/man1/rmiregistry.1 rmiregistry.1 \
  %{installdir}/man/man1/rmiregistry.1 \
  --slave %{_mandir}/man1/servertool.1 servertool.1 \
  %{installdir}/man/man1/servertool.1 \
  --slave %{_mandir}/man1/tnameserv.1 tnameserv.1 \
  %{installdir}/man/man1/tnameserv.1 \
  --slave %{_mandir}/man1/unpack200.1 unpack200.1 \
  %{installdir}/man/man1/unpack200.1

update-alternatives\
  --install %{_jvmdir}/jre-%{origin} \
  jre_%{origin} %{installdir} %{priority} \
  --slave %{_jvmjardir}/jre-%{origin} \
  jre_%{origin}_exports %{installdir}/exports

update-alternatives\
  --install %{_jvmdir}/jre-%{javaver} \
  jre_%{javaver} %{installdir} %{priority} \
  --slave %{_jvmjardir}/jre-%{javaver} \
  jre_%{javaver}_exports %{installdir}/exports

# Browser plugin
update-alternatives\
  --install %{_libdir}/mozilla/plugins/libjavaplugin.so %{javaplugin} \
  %{installdir}/lib/%{archinstall}/libnpjp2.so %{priority}


# Setting Oracle Java the default one
update-alternatives --set java %{installdir}/bin/java
update-alternatives --set jre_%{origin} %{installdir}
update-alternatives --set jre_%{javaver} %{installdir}
update-alternatives --set %{javaplugin} \
  %{installdir}/lib/%{archinstall}/libnpjp2.so

# Delete downloaded file
rm -f %{tmp_download_dir}/%{dfile}

%postun
# Remove JAVA
rm -rf %{installdir}

# Removing alternatives
update-alternatives --remove java %{installdir}/bin/java
update-alternatives --remove jre_%{origin} %{installdir}
update-alternatives --remove jre_%{javaver} %{installdir}
update-alternatives --remove %{javaplugin} \
  %{installdir}/lib/%{archinstall}/libnpjp2.so



%changelog

* Tue Apr 11 2017 Stas Fomin <stas-fomin@yandex.ru> 1.8.0.112-2
- (3e00a5f) Tested on ROSA 2014 and Java 1.8b112



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26511 |14nu|get-skype-4.3.0.37-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define instdir			%{_datadir}/skype
%define langdir			%{instdir}/lang
%define avatardir		%{instdir}/avatars
%define sounddir		%{instdir}/sounds
%define docdir			%{_datadir}/doc/skype
%define dbusdir			%{_sysconfdir}/dbus-1/system.d

ExclusiveArch:	%{ix86}

# When updating tarball check that download size in description
# is correct

%ifarch %{ix86}
%define tar_name		skype
%define md5			95db8f2072b9acd6f79ed42da3d6db79
%endif

%define tmp_download_dir	%{_localstatedir}/lib/%{name}

# Don't generate dependencies for bundled libs
AutoReqProv:	no

Summary:	Download and Install Skype
Name:		get-skype
Version:	4.3.0.37
Release:	5
License:	Proprietary
Group:		Networking/Instant messaging
Url:		http://www.skype.com
Requires:	wget
%ifarch %{ix86}
Requires:	libfreetype6
Requires:	libqtcore4
Requires:	libqtdbus4
Requires:	libqtnetwork4
Requires:	libqtwebkit4
Requires:	libqtgui4
Requires:	libqtsvg4
Requires:	libqtxml4
Requires:	libxscrnsaver1
Requires:	libxv1
Requires:	libv4l-wrappers
Requires:	libalsa2
Requires:	libpulseaudio0
%endif

Obsoletes:	skype < %{version}
Provides:	skype = %{version}-%{release}

# The following are lists of filenames (124 in total) placed 
# in versioned text files to save clutter in the spec file.
Source0:	avatars-%{version}.txt
Source1:	sounds-%{version}.txt
Source2:	lang-%{version}.txt
# skype-txt-gen is a script to generate the above txt files, it
# also computes the md5sum from a downloaded version.
# See notes in the script.
Source3:	skype-txt-gen
# Manually created skype.desktop to replace invalid original in tar.bz2
Source4:	skype.desktop
# Dependencies for x86_64 package
Source5:	skypelibs.tar.xz
# Disable rpmlint for /opt
Source6:	get-skype.rpmlintrc

%description
This is an installer for Skype-%{version}.

This package does not contain any program files as the Skype license does
not allow distribution. By installing this package you will download and
install Skype from skype.com.
You must accept the Skype EULA before using it.
Please be patient, this is a 23 MB download and may take some time.
Removing this package will uninstall Skype from your system.

%files
%ghost %doc %{docdir}
%{_bindir}/skype
%attr(0644, root, root) %{_datadir}/applications/skype.desktop
%ghost %{_iconsdir}/skype.png
%ghost %{_iconsdir}/SkypeBlue_*.png
%ghost %{instdir}
%ghost %{dbusdir}/skype.conf

%pre
mkdir -p %{tmp_download_dir}
[[ -d %{tmp_download_dir} ]] || exit 1
cd %{tmp_download_dir} || exit 1

%ifarch %{ix86}
wget --force-clobber --timeout=30 --tries=3 "http://download.skype.com/linux/skype-%{version}.tar.bz2"
%endif

[[ -f %{tar_name}-%{version}.tar.bz2 ]] || { echo "Download failed"; rm -r %{tmp_download_dir}; exit 1; }
md5chk=$(md5sum %{tar_name}-%{version}.tar.bz2 | cut -d' ' -f1)
[[ %{md5} = $md5chk ]] || { echo "Download checksum failed"; rm %{tar_name}-%{version}.tar.bz2;\
cd ..; rm -r %{tmp_download_dir}; exit 1; }

%post
tmp_extract_dir=$(mktemp -d)
if ! [[ -d $tmp_extract_dir ]]; then
echo "Failed to create temporary directory"
rm -r %{tmp_download_dir} 
exit 1
fi

%ifarch %{ix86}
%define tmp_skype_dir ${tmp_extract_dir}/%{tar_name}-%{version}
%endif

cd ${tmp_extract_dir}
tar jxf %{tmp_download_dir}/%{tar_name}-%{version}.tar.bz2

if ! [[ -d %{tmp_skype_dir} ]]; then
echo "Extracted file folder missing"
cd ..
rm -rf ${tmp_extract_dir}
rm -r %{tmp_download_dir}
exit 1
fi

# If any extra files are installed here then 
# corresponding ghost files need to be added in files

mkdir -p %{instdir}/{avatars,lang,sounds}

cp -f %{tmp_skype_dir}/icons/* %{_iconsdir}
cp -f %{_iconsdir}/SkypeBlue_48x48.png %{_iconsdir}/skype.png
mv -f %{tmp_skype_dir}/skype.conf %{dbusdir}
mv -f %{tmp_skype_dir}/LICENSE %{docdir}
mv -f %{tmp_skype_dir}/README %{docdir}
mv -f %{tmp_skype_dir}/skype %{instdir}
cp -f %{tmp_skype_dir}/avatars/* %{avatardir}/
cp -f %{tmp_skype_dir}/lang/* %{langdir}/
cp -f %{tmp_skype_dir}/sounds/* %{sounddir}/
cd ..
rm -r ${tmp_extract_dir} %{tmp_download_dir}

# Remove skype-install package if we have it installed
if [ `rpm -q skype-install | wc -w` == 1 ]
then
    rpm -e skype-install
fi

#----------------------------------------------------------------------------

%install
install -d -m 0755 %{buildroot}%{_bindir}
install -d -m 0755 %{buildroot}%{_datadir}/applications
install -m 755 %{SOURCE4} %{buildroot}%{_datadir}/applications/
install -d -m 0755 %{buildroot}%{instdir}
touch %{buildroot}%{instdir}/skype
install -d -m 0755 %{buildroot}%{dbusdir}
touch %{buildroot}%{dbusdir}/skype.conf
install -d -m 0755 %{buildroot}%{docdir}
touch %{buildroot}%{docdir}/{LICENSE,README}

install -d -m 0755 %{buildroot}%{instdir}/icons
install -d -m 0755 %{buildroot}%{_iconsdir}
touch %{buildroot}%{_iconsdir}/skype.png
for i in 16 32 48; do
touch %{buildroot}%{_iconsdir}/SkypeBlue_${i}x${i}.png
touch %{buildroot}%{instdir}/icons/SkypeBlue_${i}x${i}.png
done

install -d -m 0755 %{buildroot}%{avatardir}
while read line; do
touch %{buildroot}%{avatardir}/"$line"
done < %{SOURCE0}

install -d -m 0755 %{buildroot}%{sounddir}
while read line; do
touch %{buildroot}%{sounddir}/"$line"
done < %{SOURCE1}

install -d -m 0755 %{buildroot}%{langdir}
while read line; do
touch %{buildroot}%{langdir}/skype_"$line"
done < %{SOURCE2}

%ifarch %{ix86}
echo '#!/bin/bash
if [ "`pidof skype`" != "" ]; then
    echo "Skype is already running!"
else
    env LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so PULSE_LATENCY_MSEC=60 %{instdir}/skype "$@"
fi' \
 > %{buildroot}%{_bindir}/skype && chmod +x %{buildroot}%{_bindir}/skype
%endif


%changelog

* Wed Jul 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.3.0.37-5
- (69d9ba8) Remove skype-install package if it's installed (don't use Obsoletes because we don't want to force such replacement)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26512 |14nu|get-skypeforlinux-8.67.0.96-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define docdir %{_datadir}/doc/skypeforlinux
%define tmp_download_dir %{_localstatedir}/lib/%{oname}

%define oname skypeforlinux

Summary:	Download and Install Electron (Chromium)-based Skype
Name:		get-%{oname}
Version:	8.67.0.96
Release:	1
License:	Proprietary
Group:		Networking/Instant messaging
Url:		http://www.skype.com
Requires:	wget
Recommends:	gnome-keyring
Provides:	skype = %{EVRD}
ExclusiveArch:	x86_64

%description
This is an installer for Skype-%{version}.

This package does not contain any program files as the Skype license does
not allow distribution. By installing this package you will download and
install Skype from skype.com.
You must accept the Skype EULA before using it.
Please be patient, this is a 61 MB download and may take some time.
Removing this package will uninstall Skype from your system.

%files

%pre
mkdir -p %{tmp_download_dir}
[[ -d %{tmp_download_dir} ]] || exit 1
cd %{tmp_download_dir} || exit 1

wget --force-clobber --timeout=30 --tries=3 "https://repo.skype.com/rpm/stable/skypeforlinux_%{version}-1.x86_64.rpm"

%post
tmp_extract_dir=$(mktemp -d)
if ! [[ -d $tmp_extract_dir ]]; then
echo "Failed to create temporary directory"
rm -r %{tmp_download_dir}
exit 1
fi

#https://answers.microsoft.com/en-us/skype/forum/skype_linux-skype_startms-skype_installms/upgrade-for-skypeforlinux-5501/98f0760d-fc4a-42e5-9d40-87c45803d062
if [ `rpm -q get-skypeforlinux | wc -w` == 1 ]
then
	rpm -e get-skypeforlinux
fi

%define tmp_skype_dir ${tmp_extract_dir}/%{oname}-%{version}

mkdir -p %{tmp_skype_dir}
cd %{tmp_skype_dir}
rpm2cpio %{tmp_download_dir}/skypeforlinux_%{version}-1.x86_64.rpm | cpio -idmv

if ! [[ -d %{tmp_skype_dir} ]]; then
echo "Extracted file folder missing"
cd ..
rm -rf ${tmp_extract_dir}
rm -r %{tmp_download_dir}
exit 1
fi

mv -f %{tmp_skype_dir}%{_bindir}/skypeforlinux %{_bindir}/skypeforlinux
mv -f %{tmp_skype_dir}%{_datadir}/applications/%{oname}.desktop %{_datadir}/applications/%{oname}.desktop
mv -f %{tmp_skype_dir}%{_datadir}/pixmaps/%{oname}.png %{_datadir}/pixmaps/%{oname}.png
cp -rf %{tmp_skype_dir}%{docdir}/ %{_datadir}/doc/
cp -rf %{tmp_skype_dir}%{_iconsdir}/hicolor/ %{_iconsdir}/
cp -rf %{tmp_skype_dir}%{_datadir}/%{oname}/ %{_datadir}

cd ..
rm -r ${tmp_extract_dir} %{tmp_download_dir}

# Remove skype-install package if we have it installed
if [ `rpm -q skype-install | wc -w` == 1 ]
then
	rpm -e skype-install
fi

%preun
rm -f %{_bindir}/skypeforlinux
rm -f %{_datadir}/applications/%{oname}.desktop
rm -f %{_datadir}/pixmaps/%{oname}.png
rm -f %{_iconsdir}/hicolor/16x16/apps/%{oname}.png
rm -f %{_iconsdir}/hicolor/32x32/apps/%{oname}.png
rm -f %{_iconsdir}/hicolor/256x256/apps/%{oname}.png
rm -f %{_iconsdir}/hicolor/512x512/apps/%{oname}.png
rm -f %{_iconsdir}/hicolor/1024x1024/apps/%{oname}.png
rm -rf %{_datadir}/%{oname}
rm -rf %{docdir}

#----------------------------------------------------------------------------

%prep

%build

%install

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26513 |14nu|get-sublime-text-3114-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define instdir			%{_datadir}/sublimetext

# When updating tarball check that download size in description
# is correct
%ifarch x86_64
%define md5 ddc3ac70510d199e868d60bfee235f1e
%endif

%ifarch %{ix86}
%define md5 07814fc9f08b4a6aeb53f42ee3982809
%endif

%define tmp_download_dir	%{_localstatedir}/lib/%{name}

# Don't generate dependencies for bundled libs
AutoReqProv:	no

Summary:	Download and Install Sublime Text
Name:		get-sublime-text
Version:	3114
Release:	1
License:	Proprietary
Group:		Development/Other
Url:		http://www.sublimetext.com/
Requires(pre):	wget
Requires:	nodejs
Source4:	sublimetext.desktop
#Source100:	%{name}.rpmlintrc

%description
This is an installer for Sublime Text %{version}.

This package does not contain any program files as the Sublime Text license
does not allow distribution. By installing this package you will download and
install Sublime Text from http://www.sublimetext.com/.

Sublime Text 2 may be downloaded and evaluated for free, however a license must
be purchased for continued use. There is currently no enforced time limit for
the evaluation.

Please be patient, this is a 5 MB download and may take some time.
Removing this package will uninstall Sublime Text from your system.

%files
%{_bindir}/*
%attr(0644, root, root) %{_datadir}/applications/*.desktop
%ghost %{instdir}
%ghost %{_iconsdir}/hicolor/16x16/apps/sublime-text.png
%ghost %{_iconsdir}/hicolor/32x32/apps/sublime-text.png
%ghost %{_iconsdir}/hicolor/48x48/apps/sublime-text.png
%ghost %{_iconsdir}/hicolor/128x128/apps/sublime-text.png
%ghost %{_iconsdir}/hicolor/256x256/apps/sublime-text.png

%pre
mkdir -p %{tmp_download_dir}
[[ -d %{tmp_download_dir} ]] || exit 1
cd %{tmp_download_dir} || exit 1

%ifarch x86_64
wget --force-clobber --timeout=30 --tries=3 "https://download.sublimetext.com/sublime_text_3_build_3114_x64.tar.bz2" -O %{name}-%{version}.tar.bz2
%endif

%ifarch %{ix86}
wget --force-clobber --timeout=30 --tries=3 "https://download.sublimetext.com/sublime_text_3_build_3114_x32.tar.bz2" -O %{name}-%{version}.tar.bz2
%endif

[[ -f %{name}-%{version}.tar.bz2 ]] || { echo "Download failed"; rm -r %{tmp_download_dir}; exit 1; }
md5chk=$(md5sum %{name}-%{version}.tar.bz2 | cut -d' ' -f1)
[[ %{md5} = $md5chk ]] || { echo "Download checksum failed ($md5chk vs %{md5})"; rm %{name}-%{version}.tar.bz2;\
cd ..; rm -r %{tmp_download_dir}; exit 1; }

#----------------------------------------------------------------------------

%install
install -d -m 0755 %{buildroot}%{_bindir}
install -d -m 0755 %{buildroot}%{_datadir}/applications
install -m 755 %{SOURCE4} %{buildroot}%{_datadir}/applications/
install -d -m 0755 %{buildroot}%{instdir}

for s in 16 32 48 128 256; do
  mkdir -p %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/
  touch %{buildroot}%{_iconsdir}/hicolor/${s}x${s}/apps/sublime-text.png
done

echo '#!/bin/sh
pushd /usr/share/sublimetext
./sublime_text
popd
' \
 > %{buildroot}%{_bindir}/sublimetext && chmod +x %{buildroot}%{_bindir}/sublimetext

%post
rm -rf %{instdir}
mkdir -p %{instdir}
cd %{instdir}
tar jxf %{tmp_download_dir}/%{name}-%{version}.tar.bz2
mv "sublime_text_3"/* .
rmdir "sublime_text_3"
rm -r %{tmp_download_dir}
for s in 16 32 48 128 256; do
  cp Icon/${s}x${s}/sublime-text.png %{_iconsdir}/hicolor/${s}x${s}/apps/
done

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26514 |14nu|gzdoom-2.0.03-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Enhanced Doom engine
Name:		gzdoom
Version:	2.0.03
Release:	3
License:	Freeware
Group:		Games/Arcade
Url:		http://www.osnanet.de/c.oelckers/gzdoom/
# From git by tag https://github.com/coelckers/gzdoom/archive/g%{version}.tar.gz
Source0:	%{name}-g%{version}.tar.gz
# From http://forum.zdoom.org/viewtopic.php?f=4&t=33119
Source1:	%{name}.png
Patch0:		gzdoom-g2.0.03-fmod-headers.patch
Patch1:		gzdoom-g2.0.03-static.patch
Patch2:		gzdoom-g2.0.03-plugin-path.patch
Patch3:		gzdoom-g2.0.03-data-path.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	bzip2-devel
BuildRequires:	fmod4-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(zlib)
Requires:	TiMidity++

%description
GZDoom is a Doom source port based on ZDoom. It features an OpenGL renderer
and lots of new features, among them:
- 3D floors
- Dynamic lights
- Quake2/Unreal style skyboxes
- True color texture support
- Model support (limited at the moment)

Warning! Make sure to place WAD files to %{_gamesdatadir}/%{name}/

%files
%{_gamesbindir}/%{name}
%dir %attr(0777,games,root) %{_gamesdatadir}/%{name}/
%{_gamesdatadir}/%{name}/*
%{_libdir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-g%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

sed -i s,"<unknown version>","%{version}",g tools/updaterevision/updaterevision.c

%build
%cmake
%make

%install
mkdir -p %{buildroot}%{_gamesbindir}
install -m 0755 build/%{name} %{buildroot}%{_gamesbindir}/%{name}
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}
cp build/*.pk3 %{buildroot}%{_gamesdatadir}/%{name}/
mkdir -p %{buildroot}%{_libdir}/%{name}
install -m 0755 build/output_sdl/liboutput_sdl.so %{buildroot}%{_libdir}/%{name}/liboutput_sdl.so

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=GZDoom
Comment=Enhanced Doom engine
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert %{SOURCE1} -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done


%changelog
* Wed Nov 12 2014 Rosa <rosa@abf.rosalinux.ru> 2.0.03-3
+ Revision: ef4f1e3
- Automatic import for version 2.0.03-3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26515 |14nu|ideas-1.0.3.9-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define sversion 1039

Summary:	Nintendo DS and GBA Emulator
Name:		ideas
Version:	1.0.3.9
Release:	2
License:	Freeware
Group:		Emulators
Url:		http://ideasemu.biz/index.php
Source0:	%{name}%{sversion}.tar.bz2
Source1:	%{name}.png
Source2:	acekardplugin.zip
Source3:	DsPad1.6.1.zip
Source4:	syncroaud.tar
Source5:	wifiplugin.zip
BuildRequires:	imagemagick
ExclusiveArch:	%{ix86}

%description
iDeaS is an emulator that runs a lot of commercial games on PC with OpenGL.

iDeaS has emulated the ARM7 GameBoy Advance processor at 100%, and the ARM9
dual screen processor at 99%; enabling it to run many commercial ROMs,
including Super Mario 64 DS and Pokémon Diamond & Pearl (with a few graphical
errors). The touch screen is fully emulated with a cursor instead of a hand,
and a keyboard can be used to emulate the Nintendo DS buttons.

iDeaS uses a plugin system that originally came from the UltraHLE Nintendo 64
emulator so that further support can achieved without looking at the source
code of the emulator.

%files
%attr (644,root,root) %doc readme.txt
%{_bindir}/%{name}
%{_libdir}/games/%{name}/%{name}
%{_libdir}/games/%{name}/PlugIn/*.so
# desktop integration
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -c -n %{name}%{sversion}

%build
#unpack plugins
unzip %{SOURCE2}
unzip %{SOURCE3}
tar xf %{SOURCE4}
unzip %{SOURCE5}

%install
# install section
mkdir -p %{buildroot}%{_bindir}

cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/bash
%{_libdir}/games/%{name}/%{name}
EOF

chmod +x %{buildroot}%{_bindir}/%{name}

install -D -m 755 %{name} %{buildroot}%{_libdir}/games/%{name}/%{name}

install -D -m 755 Linux/acekard.so %{buildroot}%{_libdir}/games/%{name}/PlugIn/acekard.so
install -D -m 755 Linux/wifi.so %{buildroot}%{_libdir}/games/%{name}/PlugIn/wifi.so
install -D -m 755 syncro_aud_alsa.so %{buildroot}%{_libdir}/games/%{name}/PlugIn/syncro_aud_alsa.so
install -D -m 755 dspad1.6.1/libDsPad.so %{buildroot}%{_libdir}/games/%{name}/PlugIn/libDsPad.so

#Icons
mkdir -p %{buildroot}%{_datadir}/pixmaps/
install -c -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}/%{_miconsdir} \
	 %{buildroot}/%{_liconsdir} \
	 %{buildroot}/%{_iconsdir}

install -m 644 %{SOURCE1} %{buildroot}/%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE1} %{buildroot}/%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE1} %{buildroot}/%{_liconsdir}/%{name}.png
convert %{buildroot}%{_miconsdir}/%{name}.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert %{buildroot}%{_iconsdir}/%{name}.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png

# install menu entries
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=iDeaS
Comment=Nintendo DS and GBA Emulator
Exec=%{name}
Icon=%{name}
Type=Application
Terminal=false
Categories=Game;Emulator;
EOF


%changelog

* Wed May 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.3.9-2
- (cbbbce8) Disable debug package (no sources in tarball)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26516 |14nu|iodoom3-dhewm3-1.4.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# These are private
%if %{_use_internal_dependency_generator}
%define __noautoprov 'd3xp\\.so|base\\.so'
%endif

%define sname dhewm3

Summary:	Doom 3 engine
Name:		iodoom3-%{sname}
Version:	1.4.1
Release:	1
License:	GPLv3+
Group:		Games/Arcade
Url:		https://github.com/dhewm/dhewm3/
# From git, see https://github.com/dhewm/dhewm3/
Source0:	%{sname}-%{version}.tar.gz
Source1:	%{sname}.png
# Don't override CXX flags
Patch0:		dhewm3-1.3.1.1304-cflags.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	pkgconfig(zlib)
Provides:	%{sname} = %{EVRD}
Provides:	doom3 = %{version}

%description
On November 22, 2011 id Software released the source code to Doom 3.

dhewm 3 is a Doom 3 GPL source modification. The goal of dhewm 3 is
bring Doom 3 with the help of SDL to all suitable platforms.

Compared to the original Doom 3, the changes of dhewm 3 worth mentioning are:
- 64bit port
- SDL for low level OS support, OpenGL and input handling
- OpenAL for audio output, all OS specific audio backends are gone
- OpenAL EFX for EAX reverb effects (read: EAX on all platforms)
- A portable build system based on CMake
- (Cross-)compilation with mingw-w64

WARNING! Playing Doom 3 still requires a legitimate copy of the game.
You can purchase a copy from Steam or your favorite retailer.

Place "base" folder from the Doom 3 installation to:
%{_gamesdatadir}/%{sname}/

%files
%doc README.md COPYING.txt
%{_gamesbindir}/%{sname}
%dir %attr(0777,root,root) %{_gamesdatadir}/%{sname}
%{_libdir}/games/%{sname}
%{_datadir}/applications/%{sname}.desktop
%{_liconsdir}/%{sname}.png
%{_miconsdir}/%{sname}.png
%{_iconsdir}/hicolor/*/apps/%{sname}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{sname}-%{version}
%patch0 -p1
sed -i s,"ID_ENFORCE_KEY 1","ID_ENFORCE_KEY 0",g neo/framework/BuildDefines.h

%build
pushd neo
%cmake \
	-DCMAKE_INSTALL_BINDIR=%{_gamesbindir} \
	-DCMAKE_INSTALL_LIBDIR=%{_libdir}/games \
	-DCMAKE_INSTALL_DATADIR=%{_gamesdatadir}
%make
popd
for N in 16 32 64 128; do convert %{SOURCE1} -resize ${N}x${N} $N.png; done

%install
pushd neo
%makeinstall_std -C build
popd
install -D 16.png %{buildroot}%{_miconsdir}/%{sname}.png
install -D 32.png %{buildroot}%{_liconsdir}/%{sname}.png
install -D 64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{sname}.png
install -D 128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{sname}.png

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{sname}.desktop << EOF
[Desktop Entry]
Name=Doom 3 (dhewm3)
Comment=A first-person science fiction horror video game
Exec=%{sname}
Icon=%{sname}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

mkdir -p %{buildroot}%{_gamesdatadir}/%{sname}


%changelog

* Sun Jun 19 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.4.1-1
- (7b3108e) New version 1.4.1
- (7b3108e) Switch to SDL2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26517 |14nu|java3d-1.5.2-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Name:		java3d
Version:	1.5.2
Release:	3
Summary:	The Java 3D API
Group:		Development/Java
License:	BSD, GPL
URL:		https://java3d.java.net/
# svn export https://svn.java.net/svn/j3d-core~svn/tags/rel-1_5_2-fcs j3d-core-1.5.2
# tar czf j3d-core-1.5.2-src-svn.tar.gz j3d-core
Source0:	j3d-core-%{version}-src-svn.tar.gz
# http://java.net/projects/j3d-core-utils
# svn export https://svn.java.net/svn/j3d-core-utils~svn/tags/rel-1_5_2-fcs j3d-core-utils
# tar czf j3d-core-utils-1.5.2-src-svn.tar.gz j3d-core-utils
Source1:	j3d-core-utils-%{version}-src-svn.tar.gz
# svn export https://svn.java.net/svn/j3d-optional-utils~svn/tags/rel-1_5_2-fcs j3d-optional-utils
# tar czf j3d-optional-utils-1.5.2-src-svn.tar.gz j3d-optional-utils
Source4:	j3d-optional-utils-%{version}-src-svn.tar.gz
# svn export https://svn.java.net/svn/j3d-examples~svn/tags/rel-1_5_2-fcs j3d-examples
# tar czf j3d-examples-1.5.2-src-svn.tar.gz j3d-examples
Source5:	j3d-examples-%{version}-src-svn.tar.gz
Patch0:		01_fix_powerpc_ftbfs.patch
Patch1:		02_fix_generic_ftbfs.patch
Patch2:		03_fix_ia64_ftbfs.patch
Patch3:		04_no_maxmemory.patch
Patch4:		05_pic_amd64.patch
Patch5:		05_pic_i586.patch
Patch6:		06_java-compat.patch
Patch7:		typedef.patch

BuildRequires:	ant
BuildRequires:	ant-junit
BuildRequires:	glibc-devel
BuildRequires:	java-devel
BuildRequires:	jogl
BuildRequires:	jpackage-utils
BuildRequires:	junit
BuildRequires:	junit4
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xt)
BuildRequires:	vecmath
BuildRequires:	xerces-j2
BuildRequires:	xml-commons-apis
BuildRequires:	java-rpmbuild

Requires:	java
Requires:	jpackage-utils

Provides:	j3dcore == %{version}
Provides:	j3dutils == %{version}

%description
The Java 3D API provides a set of object-oriented interfaces that
support a simple, high-level programming model you can use to
build, render, and control the behavior of 3D objects and visual
environments. With the Java 3D API, you can incorporate high quality,
scalable, platform-independent 3D graphics into applications andvecmath
applets based on Java technology.

#-------------------------------------------------------------------------

%package	examples
# http://java.net/projects/j3d-examples
Summary:	Java 3D Example Programs
Group:		Development/Java
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description examples
The Java 3D API.

This package contains Java 3D Example Programs.

#-------------------------------------------------------------------------

%package	optional-utils
# http://java.net/projects/j3d-optional-utils
Summary:	Java 3D Optional Utilities
Group:		Development/Java
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description optional-utils
The Java 3D API.

This package contains Java 3D Optional Utilities.

#-------------------------------------------------------------------------

%package	javadoc
Summary:	Javadoc for %{name}
Group:		Development/Java
Requires:	%{name} = %{version}-%{release}
Requires:	jpackage-utils

%description javadoc
The Java 3D API.

This package contains javadoc for %{name}

#-------------------------------------------------------------------------

%prep
%setup -q -T -c -n %{name}-%{version}
# core
tar xf %{SOURCE0}
# core-utils
tar xf %{SOURCE1}
# optional-utils
#tar xf %{SOURCE4}
# examples
tar xf %{SOURCE5}

%apply_patches

for j in $(find . -name "*.jar"); do
  mv $j $j.no
done

for c in $(find . -name "*.class"); do
  rm -f $c
done

%build
export ANT_OPTS=-Xmx256m
export CLASSPATH=$PWD/j3d-core/build/default/opt/lib/ext/j3dcore.jar:junit.jar:%{_datadir}/java/vecmath.jar

pushd j3d-core
	%ant \
	-Dant.javadoc.maxmemory=512m \
	-Dbuild.type=stable \
	jar-opt docs-public
popd

# TODO require JOAL http://java.net/projects/joal/ and OpenAL
#pushd j3d-optional-utils
#	%ant dist
#popd

CLASSPATH=$CLASSPATH:$PWD/j3d-core/build/default/opt/lib/ext/j3dutils.jar
pushd j3d-examples
	%ant all
popd


%install
mkdir -p %{buildroot}%{_javadir}/%{name}
mkdir -p %{buildroot}%{_libdir}

install -m 644 j3d-core/build/default/opt/lib/ext/j3dcore.jar \
    %{buildroot}%{_javadir}/%{name}/j3dcore-%{version}.jar
install -m 644 j3d-core/build/default/opt/lib/ext/j3dutils.jar \
    %{buildroot}%{_javadir}/%{name}/j3dutils-%{version}.jar
#install -m 644 j3d-optional-utils/joalmixer/build/lib/ext/joalmixer.jar\
#    %{buildroot}%{_javadir}/java3d/
install -m 644 j3d-examples/dist/j3d-examples.jar \
    %{buildroot}%{_javadir}/%{name}/

(
  cd %{buildroot}%{_javadir}/%{name}
  for jar in *-%{version}*; do
    ln -sf ${jar} ${jar/-%{version}/}
  done
)

# TODO build libj3dcore-ogl-cg.so require NVDIA CG Toolkit
install -m 755 j3d-core/build/default/opt/native/libj3dcore-ogl.so \
    %{buildroot}%{_libdir}/libj3dcore-ogl.so

mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
cp -a j3d-core/build/*/javadocs/docs-public/* %{buildroot}%{_javadocdir}/%{name}-%{version}
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}

%files
%doc j3d-core/*.txt j3d-core/*.html j3d-core/docs
%dir %{_javadir}/%{name}
%{_javadir}/%{name}/j3dcore-%{version}.jar
%{_javadir}/%{name}/j3dcore.jar
%{_javadir}/%{name}/j3dutils-%{version}.jar
%{_javadir}/%{name}/j3dutils.jar
%{_libdir}/libj3dcore-ogl.so

%files examples
%doc j3d-examples/*.txt j3d-examples/*.html
%{_javadir}/%{name}/j3d-examples.jar

#%files optional-utils
#%doc j3d-optional-utils/*.txt j3d-optional-utils/joalmixer/README.txt
#%{_javadir}/%{name}/joalmixer.jar

%files javadoc
%{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}



%changelog

* Fri Nov 13 2015 Denis Silakov <dsilakov@gmail.com> 1.5.2-3
- (d00fd03) Added java-rpmbuild BR



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26518 |14nu|kega-fusion-363x-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define oname Fusion

Summary:	Sega Genesis/32X/Master System/CD/SG-1000/Pico Emulator
Name:		kega-fusion
Version:	363x
Release:	3
License:	Freeware
Group:		Emulators
Url:		http://www.eidolons-inn.net/tiki-index.php?page=Kega
Source0:	%{oname}%{version}.tar.gz
Source1:	%{oname}.png
BuildRequires:	imagemagick
BuildRequires:	upx
Requires:	libpango-modules1.0
ExclusiveArch:	%{ix86}

%description
Kega Fusion is a Sega SG1000, SC3000, SF7000, Master System, Game Gear,
Genesis/Megadrive, SVP, Pico, SegaCD/MegaCD and 32X emulator.

Requires BIOS ROMs for Sega CD and 32X.

%files
%doc History.txt Readme.txt
%{_bindir}/%{name}
%{_iconsdir}/*.png
%{_miconsdir}/*.png
%{_liconsdir}/*.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname}

%build
upx -d %{oname}

%install
# install section
install -D -m 755 %{oname} %{buildroot}%{_bindir}/%{name}

#Icons
mkdir -p %{buildroot}%{_datadir}/pixmaps/
install -c -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

mkdir -p %{buildroot}/%{_miconsdir}
mkdir -p %{buildroot}/%{_liconsdir}
mkdir -p %{buildroot}/%{_iconsdir}

install -m 644 %{SOURCE1} %{buildroot}/%{_miconsdir}/%{name}.png
install -m 644 %{SOURCE1} %{buildroot}/%{_iconsdir}/%{name}.png
install -m 644 %{SOURCE1} %{buildroot}/%{_liconsdir}/%{name}.png
convert %{buildroot}%{_miconsdir}/%{name}.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png
convert %{buildroot}%{_iconsdir}/%{name}.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png

# install menu entries
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=Sega Genesis/32X/Master System/CD/SG-1000/Pico Emulator
Exec=%{name}
Icon=%{name}
Type=Application
Terminal=false
Categories=Game;Emulator;
EOF


%changelog

* Tue Apr 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 363x-3
- (7ffde1e) Require libpango-modules1.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26519 |14nu|lie-2.2.2-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Interactive computations of a Lie group theoretic nature
Name:		lie
Version:	2.2.2
Release:	2
# No license file, and apparently only available from sagemath.org
# as the documented homepage neither ftp server directory exist anymre
License:	Freeware
Group:		Sciences/Mathematics
Url:	http://www.sagemath.org
Source0:	http://www.sagemath.org/packages/optional/%{name}-%{version}.p3.spkg
BuildRequires:	bison
BuildRequires:	readline-devel
BuildRequires:	pkgconfig(ncurses)

%description
LiE purpose is to enable mathematicians and physicists to obtain on-line
information as well as to interactively perform computations of a Lie group
theoretic nature. It focuses on the representation theory of complex semisimple
(reductive) Lie groups and algebras, and on the structure of their Weyl
groups and root systems. The basic objects of computation are vectors and
matrices with integer entries, and polynomials with integral coefficients.
These objects are used to represent weights, (sets of) roots, characters and
similar objects relating to Lie groups and algebras. LiE does not compute
directly with elements of the Lie groups and algebras themselves, but the
computations may be parametrised by the type of the Lie group or algebra for
which they should be performed.

%files
%doc src/manual/manual.dvi
%{_bindir}/lie
%dir %{_datadir}/lie
%{_datadir}/lie/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-%{version}.p3

%build
pushd src
make CFLAGS="%{optflags}"
popd

%install
pushd src
for dir in progs gapfiles; do
    mkdir -p %{buildroot}/%{_datadir}/lie/$dir
    cp -fa $dir/* %{buildroot}/%{_datadir}/lie/$dir
done

cp -fa INFO* LEARN* %{buildroot}/%{_datadir}/lie
cp -fa Lie.exe %{buildroot}/%{_datadir}/lie

mkdir -p %{buildroot}%{_bindir}

cat > %{buildroot}%{_bindir}/lie << EOF
#!/bin/sh

LD=%{_datadir}/lie
exec \$LD/Lie.exe initfile \$LD
EOF

chmod +x %{buildroot}%{_bindir}/lie
popd


%changelog

* Wed May 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.2-2
- (f1d975c) Build with system optflags
- (f1d975c) Fix debug package
- (f1d975c) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26520 |14nu|mccgdi-2.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Proprietary program - no debug info
%define debug_package %{nil}

Name:		mccgdi
Version:	2.0.7
Release:	1
Group:		System/Printing
Summary:	Panasonic Multi-Function Station Printer
License:	Proprietary
URL:		http://panasonic.net/pcc/support/fax/common/table/linuxdriver.html
Source0:	%{name}-%{version}-i686.tar.gz
Source1:	%{name}-%{version}-x86_64.tar.gz
Patch0:		mccgdi-2.0.7-i686-destdir.patch
Patch1:		mccgdi-2.0.7-x86_64-destdir.patch
Requires:	cups
Requires:	cups-filters
BuildRequires:	cups
BuildRequires:	cups-filters

%description
Panasonic Multi-Function Station Printer

%prep
# % setup -qTc
%ifarch %{ix86}
%setup -b0 -n %{name}-%{version}-i686
%patch0 -p1
%else
%setup -b1 -n %{name}-%{version}-x86_64
%patch1 -p1
%endif

%build

%install
mkdir -p %{buildroot}%{_libdir}/cups/filter
mkdir -p %{buildroot}/usr/lib

DESTDIR=%{buildroot} ./install-driver

%ifarch x86_64
mkdir -p %{buildroot}%{_libdir}
mv %{buildroot}/usr/lib/* %{buildroot}%{_libdir}/
rmdir %{buildroot}/usr/lib
%endif


%files
%{_libdir}/cups/filter/*
%{_libdir}/*so*
%{_datadir}/panasonic/printer
%{_datadir}/cups/model/panasonic
%{_datadir}/applications/*

%changelog
* Mon Jan 12 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.0.7-1
+ Revision: d3cab29
- Imported from SRPM



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26521 |14nu|nautilus-dropbox-2015.10.28-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Dropbox extension for Nautilus
Name:		nautilus-dropbox
Version: 	2015.10.28
Release: 	1
Source0: 	http://linux.getdropbox.com/packages/%name-%version.tar.bz2
# Currently all images in package are licensed under CC BY-ND, so third-party files are not needed
#Source1:	http://fc04.deviantart.com/fs39/f/2008/356/b/9/b9722db2a11fa3092f3b902b681866a9.zip
#Source2:	emblem-syncing.png
#Source3:	emblem-unsyncable.png
#Source4:	emblem-uptodate.png
License: 	GPLv2+ and CC-BY-ND
Group: 		Graphical desktop/GNOME
Url: 		http://getdropbox.com/
BuildRequires: 	nautilus-devel
BuildRequires:	libnotify-devel
BuildRequires:	pygtk2.0-devel
BuildRequires:	python-docutils
BuildRequires:	python3
#BuildRequires:	python3-docutils
Requires:	nautilus
Requires:	dropbox

%description 
Dropbox extension for Nautilus.

It requires proprietary dropbox daemon that will be automatically downloaded
and installed.


%files
%doc AUTHORS
%doc COPYING
%doc README
%_libdir/nautilus/extensions-3.0/libnautilus-dropbox.so
%_datadir/%name/*

#--------------------------------------------------------------------

%package -n dropbox
Group:		Networking/File transfer
Summary:	Dropbox client daemon
License:	GPLv2+
Requires:	wget
Requires:	python-gpgme

%description -n dropbox
Command-line Dropbox client. Currently not all features are realised.

It requires proprietary dropbox daemon to operate. Run `dropbox start -i'
to download and install it automatically.

%files -n dropbox
%doc AUTHORS
%_bindir/*
%_mandir/man?/*
%_datadir/applications/dropbox.desktop
%_iconsdir/hicolor/*/*/*

#--------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make


%install
%{makeinstall_std}

rm -f %buildroot%_libdir/nautilus/extensions-3.0/*.la
rm -f %buildroot%_iconsdir/hicolor/*/*/*.icon
rm -f %buildroot%_datadir/nautilus-dropbox/emblems/*.icon


%changelog

* Sat Mar 05 2016 dsilakov <denis.silakov@rosalab.ru> 2015.10.28-1
- (b9b601d) Merge pull request #1 from alzim/nautilus-dropbox:rosa2014.1
- (b9b601d) Updated nautilus-dropbox to 2015.10.28



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26522 |14nu|nvidia304-304.134-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

%define _enable_debug_packages %{nil}
%define debug_package	%{nil}

%define name		nvidia304

# When updating, please add new ids to ldetect-lst (merge2pcitable.pl)
%define version		304.134

%define priority	9700

%define pkgname32	NVIDIA-Linux-x86-%{version}
%define pkgname64	NVIDIA-Linux-x86_64-%{version}

%define drivername		%{name}
%define driverpkgname		x11-driver-video-%{drivername}
%define modulename		nvidia
# for description and documentation
%define xorg_extra_modules	%{_libdir}/xorg/extra-modules
%define nvidia_driversdir	%{_libdir}/%{drivername}/xorg
%define nvidia_extensionsdir	%{_libdir}/%{drivername}/xorg
%define nvidia_modulesdir	%{_libdir}/%{drivername}/xorg
%define nvidia_libdir		%{_libdir}/%{drivername}
%define nvidia_libdir32		%{_prefix}/lib/%{drivername}
%define nvidia_bindir		%{nvidia_libdir}/bin
# The entry in Cards+ this driver should be associated with, if there is
# no entry in ldetect-lst default pcitable:
# cooker ldetect-lst should be up-to-date
%define ldetect_cards_name	%nil

%define biarches x86_64

%ifarch %{ix86}
%define nsource %{SOURCE0}
%define pkgname %{pkgname32}
%endif
%ifarch x86_64
%define nsource %{SOURCE1}
%define pkgname %{pkgname64}
%endif

# Other packages should not require any NVIDIA libraries, and this package
# should not be pulled in when libGL.so.1 is required
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)|devel\\(libGL(.*)'
%define common_requires_exceptions libGLcore\\.so|libnvidia.*\\.so
%else
%define _provides_exceptions \\.so
%define common_requires_exceptions libGLcore\\.so\\|libnvidia.*\\.so
%endif

%ifarch %{biarches}
# (anssi) Allow installing of 64-bit package if the runtime dependencies
# of 32-bit libraries are not satisfied. If a 32-bit package that requires
# libGL.so.1 is installed, the 32-bit mesa libs are pulled in and that will
# pull the dependencies of 32-bit nvidia libraries in as well.
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}|lib.*so\\.[^(]+(\\([^)]+\\))?$'
%else
%define __noautoreq %{common_requires_exceptions}\\|lib.*so\\.[^(]\\+\\(([^)]\\+)\\)\\?$
%endif
%else
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}'
%else
%define __noautoreq %{common_requires_exceptions}
%endif
%endif

Summary:	NVIDIA proprietary X.org driver and libraries
Name:		%{name}
Version:	%{version}
Release:	3
Epoch:		1

Source0:	ftp://download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	ftp://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
Source100:	nvidia304.rpmlintrc
Source101:	README.urpmi

# From Ubuntu
Patch1:		kernel-4.3-mtrr-fix.patch

Patch2:		nvidia304-kernel-4.9.patch

License:	Freeware
URL:		http://www.nvidia.com/object/unix.html
Group:		System/Kernel and hardware
Provides:	should-restart = system
ExclusiveArch:	%{ix86} x86_64

BuildRequires:	imagemagick
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(vdpau) >= 0.9
BuildRequires:	pkgconfig(libtirpc)

%description
The proprietary driver for NVidia GPUs, long-lived branch 304.x.

%package -n %{driverpkgname}
Summary:	NVIDIA proprietary X.org driver and libraries
Group: 		System/Kernel and hardware
Requires(post): update-alternatives >= 1.9.0
Requires(postun): update-alternatives >= 1.9.0
Requires:	x11-server-common >= 1.15

# nvidia-long-lived is no longer meaningful (there are several long lived
# branches, which one to choose?), so we don't provide it anymore. It was
# 304.x branch, so we assume it worked for the users who have installed it.
# So, by default, nvidia304 will be used for them instead.
%rename x11-driver-video-nvidia-long-lived

Suggests:	%{drivername}-doc-html = %{EVRD}
# Proper support for versioned kmod() was added in 2008.1:
Requires:	kmod(%{modulename}) = %{version}
# nvidia304 304.128+ does not support VDPAU on legacy hardware but it might
# support it on some other GPUs.
Requires:	%{_lib}vdpau1 >=0.9

Provides:	nvidia = %{EVRD}
Conflicts:	nvidia-long-lived < %{EVRD}

Suggests:   nvidia-additional-settings

%description -n %{driverpkgname}
NVIDIA proprietary X.org graphics driver, related libraries and
configuration tools.

Please use XFdrake to configure your NVIDIA card. The correct packages 
will be automatically installed and configured in this case.

%package -n dkms-%{drivername}
Summary:	Kernel module to manage NVIDIA GPUs
Group:		System/Kernel and hardware
Requires:	dkms
Requires(post):	dkms
Requires(preun): dkms
Conflicts:	dkms-nvidia-long-lived < %{EVRD}

# See the comments to 'rename' macro above.
%rename dkms-nvidia-long-lived

# DKMS package for each long-lived branch should provide this.
# It is needed to prevent the situation when several drivers from different 
# branches are installed at the same time. Each of the drivers will have
# alias "nvidia" for modprobe, so they cannot co-exist.
Provides:	nvidia-driver-long-lived = %{EVRD}
Conflicts:	nvidia-driver-long-lived < %{EVRD}

%description -n dkms-%{drivername}
Kernel module to manage NVIDIA GPUs. This
is to be used with the %{driverpkgname} package.

%package -n %{drivername}-devel
Summary:	NVIDIA OpenGL/CUDA development libraries and headers
Group:		Development/C
Requires:	%{driverpkgname} = %{EVRD}
Requires:	%{drivername}-cuda-opencl = %{EVRD}
Conflicts:	nvidia-long-lived-devel < %{EVRD}
Provides:	nvidia-devel = %{EVRD}

# See the comments to 'rename' macro above.
%rename nvidia-long-lived-devel

Requires:	%{_lib}vdpau-devel

%description -n %{drivername}-devel
NVIDIA OpenGL/CUDA headers. This package is not required for normal use.

%package -n %{drivername}-cuda-opencl
Summary:	CUDA and OpenCL libraries for NVIDIA proprietary driver
Group: 		System/Kernel and hardware
Provides:	%{drivername}-cuda = %{EVRD}
Provides:	nvidia-cuda = %{EVRD}
Requires:	kmod(%{modulename}) = %{version}

# See the comments to 'rename' macro above.
%rename nvidia-long-lived-cuda-opencl

%description -n %{drivername}-cuda-opencl
Cuda and OpenCL libraries for NVIDIA proprietary driver. This package is not
required for normal use, it provides libraries to use NVIDIA cards for High
Performance Computing (HPC).

# HTML doc splitted off because of size, for live cds:
%package -n %{drivername}-doc-html
Summary:	NVIDIA html documentation (%{drivername})
Group:		System/Kernel and hardware
Requires:	%{driverpkgname} = %{EVRD}

# See the comments to 'rename' macro above.
%rename nvidia-long-lived-doc-html

%description -n %{drivername}-doc-html
HTML version of the README.txt file provided in package 
%{driverpkgname}.

%prep
%setup -q -c -T -a 2 -a 3
sh %{nsource} --extract-only

pushd %{pkgname}/
rm -rf usr/src/nv/precompiled

%patch1 -p1
%patch2 -p1
popd

# We need a different dkms.conf because the one supplied in the upstream
# is not enough:
# - we need control over where to place the built modules;
# - nvidia-uvm driver should be built on x86_64 only.
pushd %{pkgname}/kernel
mv dkms.conf dkms.conf.orig

cat > dkms.conf <<EOF
PACKAGE_NAME="nvidia"
PACKAGE_VERSION="%{version}"
BUILT_MODULE_NAME[0]="nvidia"
DEST_MODULE_LOCATION[0]="/kernel/drivers/video"
MAKE="make module SYSSRC=\${kernel_source_dir}"
CLEAN="make clean"
AUTOINSTALL="yes"
REMAKE_INITRD="yes"
EOF
popd

rm -f nvidia-settings-%{version}/src/*/*.a

%build
%make -C nvidia-settings-%{version}/src/libXNVCtrl
%make -C nvidia-settings-%{version} STRIP_CMD=true
%make -C nvidia-xconfig-%{version} STRIP_CMD=true

%install

# README.urpmi
cp %{SOURCE101} .

cd %{pkgname}

# dkms
install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}

# menu entry
install -d -m755 %{buildroot}%{_datadir}/%{drivername}
cat > %{buildroot}%{_datadir}/%{drivername}/rosa-nvidia-settings.desktop <<EOF
[Desktop Entry]
Name=NVIDIA Display Settings
Comment=Configure NVIDIA X driver
Exec=%{_bindir}/nvidia-settings
Icon=%{drivername}-settings
Terminal=false
Type=Application
Categories=GTK;Settings;HardwareSettings;X-MandrivaLinux-System-Configuration;
EOF

install -d -m755	%{buildroot}%{_datadir}/applications
touch			%{buildroot}%{_datadir}/applications/rosa-nvidia-settings.desktop

# icons
install -d -m755 %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -strip nvidia-settings.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
convert -strip nvidia-settings.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
convert -strip nvidia-settings.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png

error_fatal() {
	echo "Error: $@." >&2
	exit 1
}

error_unhandled() {
	echo "Warning: $@." >&2
	echo "Warning: $@." >> warns.log
	# cause distro builds to fail in case of unhandled files
	exit 1
}

parseparams() {
	for value in $rest; do
		local param=$1
		[ -n "$param" ] || error_fatal "unhandled parameter $value"
		shift
		eval $param=$value

		[ -n "$value" ] || error_fatal "empty $param"

		# resolve libdir based on $arch
		if [ "$param" = "arch" ]; then
			case "$arch" in
			NATIVE)		nvidia_libdir=%{nvidia_libdir};;
			COMPAT32)	nvidia_libdir=%{nvidia_libdir32};;
			*)		error_fatal "unknown arch $arch"
			esac
		fi
	done
}

add_to_list() {
	# on distro builds, only use .manifest for doc files
	[ "${2#%doc}" = "${2}" ] && return
	local list="$1.files"
	local entry="$2"
	echo $entry >> $list
}

install_symlink() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	ln -s $dest %{buildroot}$dir/$file
	add_to_list $pkg $dir/$file
}

install_lib_symlink() {
	local pkg="$1"
	local dir="$2"
	case "$file" in
	libvdpau_*.so)
		# vdpau drivers => not put into -devel
		;;
	*.so)
		pkg=nvidia-devel;;
	esac
	install_symlink $pkg $dir
}

install_file_only() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	# replace 0444 with more usual 0644
	[ "$perms" = "0444" ] && perms="0644"
	install -m $perms $file %{buildroot}$dir
}

install_file() {
	local pkg="$1"
	local dir="$2"
	install_file_only $pkg $dir
	add_to_list $pkg $dir/$(basename $file)
}

get_module_dir() {
	local subdir="$1"
	case "$subdir" in
	extensions*)	echo %{nvidia_extensionsdir};;
	drivers/)	echo %{nvidia_driversdir};;
	/)		echo %{nvidia_modulesdir};;
	*)		error_unhandled "unhandled module subdir $subdir"
			echo %{nvidia_modulesdir};;
	esac
}

for file in nvidia.files nvidia-devel.files nvidia-cuda.files nvidia-dkms.files nvidia-html.files; do
	rm -f $file
	touch $file
done

# install files according to .manifest
cat .manifest | tail -n +9 | while read line; do
	rest=${line}
	file=${rest%%%% *}
	rest=${rest#* }
	perms=${rest%%%% *}
	rest=${rest#* }
	type=${rest%%%% *}
	rest=${rest#* }

	case "$type" in
	CUDA_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	CUDA_SYMLINK)
		parseparams arch subdir dest
		install_lib_symlink nvidia-cuda $nvidia_libdir/$subdir
		;;
	NVCUVID_LIB)
		parseparams arch
		install_file nvidia-cuda $nvidia_libdir
		;;
	NVCUVID_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia-cuda $nvidia_libdir
		;;
	OPENGL_LIB)
		parseparams arch
		install_file nvidia $nvidia_libdir
		;;
	OPENGL_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	TLS_LIB)
		parseparams arch style subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	TLS_SYMLINK)
		parseparams arch style subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB)
		install_file nvidia %{nvidia_libdir}
		;;
	UTILITY_LIB_SYMLINK)
		parseparams dest
		install_lib_symlink nvidia %{nvidia_libdir}
		;;
	VDPAU_LIB)
		parseparams arch subdir
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_SYMLINK)
		parseparams arch subdir dest
		# on 2009.0+, only install libvdpau_nvidia.so
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	XLIB_STATIC_LIB)
		install_file nvidia-devel %{nvidia_libdir}
		;;
	XLIB_SHARED_LIB)
		install_file nvidia %{nvidia_libdir}
		;;
	XLIB_SYMLINK)
		parseparams dest
		install_lib_symlink nvidia %{nvidia_libdir}
		;;
	LIBGL_LA)
		# (Anssi) we don't install .la files
		;;
	XMODULE_SHARED_LIB|GLX_MODULE_SHARED_LIB)
		parseparams subdir
		install_file nvidia $(get_module_dir $subdir)
		;;
	XMODULE_NEWSYM)
		# symlink that is created only if it doesn't already
		# exist (i.e. as part of x11-server)
		case "$file" in
		libwfb.so)
			continue
			;;
		*)
			error_unhandled "unknown XMODULE_NEWSYM type file $file, skipped"
			continue
		esac
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	XMODULE_SYMLINK|GLX_MODULE_SYMLINK)
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	VDPAU_HEADER)
		continue
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	OPENGL_HEADER|CUDA_HEADER)
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	DOCUMENTATION)
		parseparams subdir
		case $subdir in
		*/html)
			add_to_list nvidia-html "%%doc %{pkgname}/$file"
			continue
			;;
		*/include/*)
			continue
			;;
		esac
		case $file in
		*XF86Config*|*nvidia-settings.png)
			continue;;
		esac
		add_to_list nvidia "%%doc %{pkgname}/$file"
		;;
	MANPAGE)
		parseparams subdir
		case "$file" in
		*nvidia-installer*)
			# not installed
			continue
			;;
		*nvidia-settings*|*nvidia-xconfig*|*nvidia-cuda*)
			# installed separately below
			continue
			;;
		*nvidia-smi*)
			# ok
			;;
		*)
			error_unhandled "skipped unknown man page $(basename $file)"
			continue
		esac
		install_file_only nvidia %{_mandir}/$subdir
		;;
	UTILITY_BINARY)
		case "$file" in
		*nvidia-settings|*nvidia-xconfig|*nvidia-cuda*)
			# not installed, we install our own copy
			continue
			;;
		*nvidia-smi|*nvidia-bug-report.sh|*nvidia-debugdump)
			# ok
			;;
		*)
			error_unhandled "unknown binary $(basename $file) will be installed to %{nvidia_bindir}/$(basename $file)"
			;;
		esac
		install_file nvidia %{nvidia_bindir}
		;;
	UTILITY_BIN_SYMLINK)
		case $file in nvidia-uninstall) continue;; esac
		parseparams dest
		install_symlink nvidia %{nvidia_bindir}
		;;
	INSTALLER_BINARY)
		# not installed
		;;
	KERNEL_MODULE_SRC)
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}
		;;
	XORG_OUTPUTCLASS_CONFIG)
		# nvidia-drm-outputclass.conf could be placed to /etc/X11/xorg.conf.d
		# for X11 to automatically load nvidia driver. Not needed as 
		# XFdrake already configures the system appropriately.
		;;
	CUDA_ICD)
		# in theory this should go to the cuda subpackage, but it goes into the main package
		# as this avoids one broken symlink and it is small enough to not cause space issues
		install_file nvidia %{_sysconfdir}/%{drivername}
		;;
	DOT_DESKTOP)
		# we provide our own for now
		;;
	*)
		error_unhandled "file $(basename $file) of unknown type $type will be skipped"
	esac
done

[ -z "$warnings" ] || echo "Please file a bug about the above warnings at http://bugs.rosalinux.ru/." >> warns.log

# Create the convenience symlinks. As the packages with nvidia are mutually
# exclusive now, there is no need to use alternatives for this.
ln -s %{nvidia_libdir} %{buildroot}%{_libdir}/nvidia
%ifarch %{biarches}
	ln -s %{nvidia_libdir32} %{buildroot}%{_prefix}/lib/nvidia
%endif

# confirm SONAME; if something else than libvdpau_nvidia.so or libvdpau_nvidia.so.1, adapt .spec as needed:
[ "$(objdump -p %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} | grep SONAME | gawk '{ print $2 }')" = "libvdpau_nvidia.so.1" ]

rm -f %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.1
rm -f %{buildroot}%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.1

# vdpau alternative symlink
install -d -m755 %{buildroot}%{_libdir}/vdpau
touch %{buildroot}%{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
install -d -m755 %{buildroot}%{_prefix}/lib/vdpau
touch %{buildroot}%{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

# self-built binaries
install -m755 ../nvidia-settings-%{version}/src/_out/*/nvidia-settings %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig %{buildroot}%{nvidia_bindir}

# binary alternatives
install -d -m755			%{buildroot}%{_bindir}
touch					%{buildroot}%{_bindir}/nvidia-debugdump
touch					%{buildroot}%{_bindir}/nvidia-settings
touch					%{buildroot}%{_bindir}/nvidia-smi
touch					%{buildroot}%{_bindir}/nvidia-xconfig
touch					%{buildroot}%{_bindir}/nvidia-bug-report.sh
# rpmlint:
chmod 0755				%{buildroot}%{_bindir}/*

# install man pages
install -m644 ../nvidia-settings-%{version}/doc/_out/*/nvidia-settings.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig.1 %{buildroot}%{_mandir}/man1

# bug #41638 - whatis entries of nvidia man pages appear wrong
gunzip %{buildroot}%{_mandir}/man1/*.gz
sed -r -i '/^nvidia\\-[a-z]+ \\- NVIDIA/s,^nvidia\\-,nvidia-,' %{buildroot}%{_mandir}/man1/*.1
cd %{buildroot}%{_mandir}/man1
rename nvidia alt-%{drivername} *
cd -
touch %{buildroot}%{_mandir}/man1/nvidia-xconfig.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-settings.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-smi.1%{_extension}

# cuda nvidia.icd
install -d -m755		%{buildroot}%{_sysconfdir}/OpenCL/vendors
touch				%{buildroot}%{_sysconfdir}/OpenCL/vendors/nvidia.icd
# override apparently wrong reference to the development symlink name:
[ "$(cat %{buildroot}%{_sysconfdir}/%{drivername}/nvidia.icd)" = "libcuda.so" ] &&
	echo libcuda.so.1 > %{buildroot}%{_sysconfdir}/%{drivername}/nvidia.icd

# ld.so.conf
install -d -m755		%{buildroot}%{_sysconfdir}/%{drivername}
echo "%{nvidia_libdir}" >	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%ifarch %{biarches}
echo "%{nvidia_libdir32}" >>	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%endif
install -d -m755		%{buildroot}%{_sysconfdir}/ld.so.conf.d
touch				%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

# modprobe.d
install -d -m755			%{buildroot}%{_sysconfdir}/modprobe.d

# Allow the users to load this kernel module as "nvidia304" as well.
echo "alias %{drivername} nvidia" > %{buildroot}%{_sysconfdir}/modprobe.d/%{drivername}.conf

# xinit script
install -d -m755 %{buildroot}%{_sysconfdir}/%{drivername}
cat > %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit <<EOF
# to be sourced
#
# Do not modify this file; the changes will be overwritten.
# If you want to disable automatic configuration loading, create
# /etc/sysconfig/nvidia-settings with this line: LOAD_NVIDIA_SETTINGS="no"
#
LOAD_NVIDIA_SETTINGS="yes"
[ -f %{_sysconfdir}/sysconfig/nvidia-settings ] && . %{_sysconfdir}/sysconfig/nvidia-settings
[ "\$LOAD_NVIDIA_SETTINGS" = "yes" ] && %{_bindir}/nvidia-settings --load-config-only
EOF
chmod 0755 %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
install -d -m755 %{buildroot}%{_sysconfdir}/X11/xinit.d
touch %{buildroot}%{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit

export EXCLUDE_FROM_STRIP="$(find %{buildroot} -type f \! -name nvidia-settings \! -name nvidia-xconfig)"

%post -n %{driverpkgname}
# XFdrake used to generate an nvidia.conf file
[ -L %{_sysconfdir}/modprobe.d/nvidia.conf ] || rm -f %{_sysconfdir}/modprobe.d/nvidia.conf

current_glconf="$(readlink -e %{_sysconfdir}/ld.so.conf.d/GL.conf)"

# owned by libvdpau1, created in case libvdpau1 is installed only just after
# this package
mkdir -p %{_libdir}/vdpau

%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf %{priority} \
	--slave %{_mandir}/man1/nvidia-settings.1%{_extension} man_nvidiasettings%{_extension} %{_mandir}/man1/alt-%{drivername}-settings.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-xconfig.1%{_extension} man_nvidiaxconfig%{_extension} %{_mandir}/man1/alt-%{drivername}-xconfig.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-smi.1%{_extension} nvidia-smi.1%{_extension} %{_mandir}/man1/alt-%{drivername}-smi.1%{_extension} \
	--slave %{_datadir}/applications/rosa-nvidia-settings.desktop nvidia_desktop %{_datadir}/%{drivername}/rosa-nvidia-settings.desktop \
	--slave %{_bindir}/nvidia-settings nvidia_settings %{nvidia_bindir}/nvidia-settings \
	--slave %{_bindir}/nvidia-smi nvidia_smi %{nvidia_bindir}/nvidia-smi \
	--slave %{_bindir}/nvidia-xconfig nvidia_xconfig %{nvidia_bindir}/nvidia-xconfig \
	--slave %{_bindir}/nvidia-debugdump nvidia-debugdump %{nvidia_bindir}/nvidia-debugdump \
	--slave %{_bindir}/nvidia-bug-report.sh nvidia_bug_report %{nvidia_bindir}/nvidia-bug-report.sh \
	--slave %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit nvidia-settings.xinit %{_sysconfdir}/%{drivername}/nvidia-settings.xinit \
	--slave %{_libdir}/vdpau/libvdpau_nvidia.so.1 %{_lib}vdpau_nvidia.so.1 %{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} \
	--slave %{_sysconfdir}/OpenCL/vendors/nvidia.icd nvidia.icd %{_sysconfdir}/%{drivername}/nvidia.icd \
%ifarch %{biarches}
	--slave %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1 libvdpau_nvidia.so.1 %{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version} \
%endif
	--slave %{xorg_extra_modules} xorg_extra_modules %{nvidia_extensionsdir} \


%{_sbindir}/update-alternatives --set gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf

# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

%postun -n %{driverpkgname}
if [ ! -f %{_sysconfdir}/%{drivername}/ld.so.conf ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

%post -n %{drivername}-cuda-opencl
# Explicit /sbin/ldconfig due to a non-standard library directory.
/sbin/ldconfig -X

%post -n %{drivername}-devel
# Explicit /sbin/ldconfig due to a non-standard library directory.
# The applications like Blender may need to find libcuda.so, for example.
/sbin/ldconfig -X

%postun -n %{drivername}-devel
# Explicit /sbin/ldconfig due to a non-standard library directory.
/sbin/ldconfig -X

%post -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade add -m %{drivername} -v %{version}-%{release}

# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
	kk=$(echo $kk | sed 's/^\/lib\/modules\///');
	if test -d "/lib/modules/$kk/build"; then
# Remove the modules that use the obsolete naming convention first
# to make the upgrade smoother (otherwise they may remain in the system
# and cause trouble).
		rm -f /lib/modules/$kk/kernel/drivers/video/nvidia3*.ko
		rm -f /lib/modules/$kk/kernel/drivers/video/nvidia-current.ko
# Now build and install the newer modules
		/usr/sbin/dkms --rpm_safe_upgrade build -m %{drivername} -v %{version}-%{release} -k $kk &&
		/usr/sbin/dkms --rpm_safe_upgrade install -m %{drivername} -v %{version}-%{release} -k $kk || true
	else
		echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
	fi;
done

# Just in case the user reboots the system too quickly and sync is not 
# done automatically.
sync

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%preun -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{drivername} -v %{version}-%{release} --all || true

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%files -n %{driverpkgname} -f %{pkgname}/nvidia.files
# other documentation files are listed in nvidia.files
%doc README.urpmi

# ld.so.conf, modprobe.conf, xinit
%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%ghost %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit
%dir %{_sysconfdir}/%{drivername}
%{_sysconfdir}/modprobe.d/%{drivername}.conf
%{_sysconfdir}/%{drivername}/ld.so.conf
%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
%{_sysconfdir}/%{drivername}/nvidia.icd

%dir %{_sysconfdir}/OpenCL
%dir %{_sysconfdir}/OpenCL/vendors
%ghost %{_sysconfdir}/OpenCL/vendors/nvidia.icd

%ghost %{_bindir}/nvidia-debugdump
%ghost %{_bindir}/nvidia-settings
%ghost %{_bindir}/nvidia-smi
%ghost %{_bindir}/nvidia-xconfig
%ghost %{_bindir}/nvidia-bug-report.sh
%dir %{nvidia_bindir}
%{nvidia_bindir}/nvidia-debugdump
%{nvidia_bindir}/nvidia-settings
%{nvidia_bindir}/nvidia-smi
%{nvidia_bindir}/nvidia-xconfig
%{nvidia_bindir}/nvidia-bug-report.sh

%ghost %{_mandir}/man1/nvidia-xconfig.1%{_extension}
%ghost %{_mandir}/man1/nvidia-settings.1%{_extension}
%ghost %{_mandir}/man1/nvidia-smi.1%{_extension}

%{_mandir}/man1/alt-%{drivername}-xconfig.1*
%{_mandir}/man1/alt-%{drivername}-settings.1*
%{_mandir}/man1/alt-%{drivername}-smi.1*

%ghost %{_datadir}/applications/rosa-nvidia-settings.desktop
%dir %{_datadir}/%{drivername}
%{_datadir}/%{drivername}/rosa-nvidia-settings.desktop

%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png

%dir %{nvidia_libdir}
%dir %{nvidia_libdir}/tls
%dir %{nvidia_libdir}/vdpau
%{_libdir}/nvidia
%{nvidia_libdir}/libGL.so.%{version}
%{nvidia_libdir}/libnvidia-glcore.so.%{version}
%{nvidia_libdir}/libXvMCNVIDIA.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.%{version}
%{nvidia_libdir}/libnvidia-ml.so.%{version}
%{nvidia_libdir}/libnvidia-tls.so.%{version}
%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir}/libGL.so.1
%{nvidia_libdir}/libXvMCNVIDIA_dynamic.so.1
%{nvidia_libdir}/libnvidia-cfg.so.1
%{nvidia_libdir}/libnvidia-ml.so.1
%{nvidia_libdir}/libvdpau_nvidia.so
%{nvidia_libdir}/tls/libnvidia-tls.so.%{version}
%ifarch %{biarches}
%dir %{nvidia_libdir32}
%dir %{nvidia_libdir32}/tls
%dir %{nvidia_libdir32}/vdpau
%{_prefix}/lib/nvidia
%{nvidia_libdir32}/libGL.so.%{version}
%{nvidia_libdir32}/libnvidia-glcore.so.%{version}
%{nvidia_libdir32}/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libvdpau_nvidia.so
%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir32}/libnvidia-ml.so.%{version}
%{nvidia_libdir32}/libnvidia-ml.so.1
%{nvidia_libdir32}/libGL.so.1
%{nvidia_libdir32}/tls/libnvidia-tls.so.%{version}
%endif

%ghost %{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
# avoid unowned directory
%dir %{_prefix}/lib/vdpau
%ghost %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

%dir %{nvidia_modulesdir}
%{nvidia_modulesdir}/libnvidia-wfb.so.1
%{nvidia_modulesdir}/libnvidia-wfb.so.%{version}
%{nvidia_extensionsdir}/libglx.so.%{version}
%{nvidia_extensionsdir}/libglx.so
%{nvidia_driversdir}/nvidia_drv.so

%files -n %{drivername}-devel -f %{pkgname}/nvidia-devel.files
%{_includedir}/%{drivername}
%{nvidia_libdir}/libXvMCNVIDIA.a
%{nvidia_libdir}/libXvMCNVIDIA_dynamic.so
%{nvidia_libdir}/libGL.so
%{nvidia_libdir}/libcuda.so
%{nvidia_libdir}/libnvcuvid.so
%{nvidia_libdir}/libnvidia-cfg.so
%{nvidia_libdir}/libnvidia-ml.so
%{nvidia_libdir}/libOpenCL.so
%ifarch %{biarches}
%{nvidia_libdir32}/libGL.so
%{nvidia_libdir32}/libcuda.so
%{nvidia_libdir32}/libOpenCL.so
%{nvidia_libdir32}/libnvidia-ml.so
%endif

%files -n dkms-%{drivername}
%doc %{pkgname}/LICENSE
%{_usrsrc}/%{drivername}-%{version}-%{release}

%files -n %{drivername}-doc-html -f %{pkgname}/nvidia-html.files

%files -n %{drivername}-cuda-opencl -f %{pkgname}/nvidia-cuda.files
%{nvidia_libdir}/libOpenCL.so.1.0.0
%{nvidia_libdir}/libOpenCL.so.1.0
%{nvidia_libdir}/libOpenCL.so.1
%{nvidia_libdir}/libnvcuvid.so.%{version}
%{nvidia_libdir}/libnvcuvid.so.1
%{nvidia_libdir}/libnvidia-compiler.so.%{version}
%{nvidia_libdir}/libcuda.so.%{version}
%{nvidia_libdir}/libcuda.so.1
%{nvidia_libdir}/libnvidia-opencl.so.%{version}
%{nvidia_libdir}/libnvidia-opencl.so.1
%ifarch x86_64
%{nvidia_libdir32}/libnvidia-opencl.so.%{version}
%{nvidia_libdir32}/libnvidia-opencl.so.1
%endif
%ifarch %{biarches}
%{nvidia_libdir32}/libOpenCL.so.1.0.0
%{nvidia_libdir32}/libOpenCL.so.1.0
%{nvidia_libdir32}/libOpenCL.so.1
%{nvidia_libdir32}/libnvidia-compiler.so.%{version}
%{nvidia_libdir32}/libcuda.so.%{version}
%{nvidia_libdir32}/libcuda.so.1
%endif

%changelog

* Wed Jan 25 2017 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:304.134-3
- (7b3cc75) Fix the errors that show up with kernel 4.9
- (7b3cc75) dmesg:
- (7b3cc75) "Error: Driver 'nvidia' is already registered, aborting"
- (7b3cc75) and the graphics did not start.
- (7b3cc75) This patch should fix the problem.
- (7b3cc75) Source and the discussion:
- (7b3cc75) https://devtalk.nvidia.com/default/topic/982052/linux/latest-nvidia-driver-340-101-builds-compiles-properly-but-fails-to-load-has-errors-with-linux-kernel-4-
- (7b3cc75) 9-resolved-with-patch-/

* Sun Dec 25 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:304.134-2
- (64474d0) Always re-create initrd when installing/removing these drivers
- (64474d0) NVidia drivers may get into the initrd image in some cases. If a driver
- (64474d0) is updated but initrd is not, the graphics will fail to start at the next
- (64474d0) boot with an error similar to the following in dmesg:
- (64474d0) -------------
- (64474d0) NVRM: API mismatch: the client has the version 375.26, but
- (64474d0) NVRM: this kernel module has the version 375.20.  Please
- (64474d0) NVRM: make sure that this kernel module and all NVIDIA driver
- (64474d0) NVRM: components have the same version.
- (64474d0) -------------
- (64474d0) Let us re-create initrd to make sure the correct driver is used.

* Sat Dec 24 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:304.134-1
- (cbb92ca) Updated to version 304.134
- (cbb92ca) https://devtalk.nvidia.com/default/topic/981836/b/t/post/5037674/#5037674
- (cbb92ca) Release highlights since 304.131:
- (cbb92ca) * Added support for X.Org xserver ABI 23 (xorg-server 1.19)
- (cbb92ca) * Fixed a bug that allowed nvidia-installer to attempt loading kernel
- (cbb92ca) modules that were built against non-running kernels.
- (cbb92ca) * Added /var/log/dmesg to the list of paths which are searched by
- (cbb92ca) nvidia-bug-report.sh for kernel messages.
- (cbb92ca) * Fixed a bug that caused kernel panics when using the NVIDIA driver on
- (cbb92ca) v4.5 and newer Linux kernels built with CONFIG_DEBUG_VM_PGFLAGS.

* Sun Oct 16 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:304.131-7
- (56165f2) Fix 'Suggests' after increasing the epoch as well

* Sun Oct 16 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:304.131-6
- (b1ad3cd) Fix the Requires, Provides and Conflicts after increasing the epoch
- (Evgenii Shatokhin: 9088ea6) Roll back to version 304.131
- (Evgenii Shatokhin: 9088ea6) This reverts commit d5b19d572094f8951f2a22000670f521d720fe88 among other
- (Evgenii Shatokhin: 9088ea6) things.
- (Evgenii Shatokhin: 9088ea6) Version 304.132 seems to have a critical regression in its user-space (?)
- (Evgenii Shatokhin: 9088ea6) part:
- (Evgenii Shatokhin: 9088ea6) https://devtalk.nvidia.com/default/topic/968892/
- (Evgenii Shatokhin: 9088ea6) GeForce 7300LE with 304.132: glxinfo fails now with "X Error of failed
- (Evgenii Shatokhin: 9088ea6) request: BadValue"
- (Evgenii Shatokhin: 9088ea6) Until it is fixed, let us stick to 304.131.
- (Evgenii Shatokhin: 9088ea6) I have added the patches there for the driver to support the kernel
- (Evgenii Shatokhin: 9088ea6) 4.4.x - 4.7.x.

* Thu Sep 29 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 304.132-2
- (f81e269) Added a patch to make the driver work with kernel 4.3+
- (f81e269) mtrr_add() and mtrr_del() are no longer exported in the kernel 4.3+.
- (f81e269) Added a patch (from Ubuntu) to provide a workaround.

* Wed Sep 28 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 304.132-1
- (d5b19d5) Updated to version 304.132
- (d5b19d5) https://devtalk.nvidia.com/default/topic/968347/b/t/post/4984860/#4984860

* Thu May 05 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 304.131-5
- (3853fa5) Explicitly remove the modules with the older naming convention
- (3853fa5) After the rename of the main module back to nvidia.ko, dkms.conf
- (3853fa5) changed. It seems, DKMS uses only the newer dkms.conf when the package
- (3853fa5) is upgraded and does not remove nvidiaXYZ.ko as a result.
- (3853fa5) This causes trouble because nvidia.ko gets installed to the system too.
- (3853fa5) At boot time, the system may choose incorrect driver and fail to start
- (3853fa5) the graphics.
- (3853fa5) Removing nvidia3*.ko and nvidia-current.ko explicitly to avoid that.

* Wed May 04 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 304.131-4
- (dd6ffb3) Keep "nvidia" as the name of the module
- (dd6ffb3) Previously, we renamed nvidia.ko to nvidiaXYZ.ko and added an alias
- (dd6ffb3) "nvidia" for modprobe for find the module. This turned out to confuse
- (dd6ffb3) modprobe which was unable to unload nvidia.ko as a result and that was
- (dd6ffb3) the source of problems for Bumblebee for example.
- (dd6ffb3) Let us keep things straight:
- (dd6ffb3) * the module should not be renamed;
- (dd6ffb3) * it is better to make "nvidiaXYZ" an alias to "nvidia" rather than vice
- (dd6ffb3) versa.

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 304.131-3
- (06a7434) MassBuild#890: Increase release tag

* Sun Dec 06 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 304.131-2
- (6ab3034) MassBuild#889: Increase release tag

* Wed Nov 18 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 304.131-1
- (811ab26) Updated to version 304.131
- (811ab26) Most significant changes in this version:
- (811ab26) * Support for the kernel up to 4.1.x inclusive
- (811ab26) * Support for X11 server up to 1.18 inclusive
- (811ab26) * Fix for texture corruption in some OpenGL apps
- (811ab26) * Fix for CVE-2015-5950.
- (811ab26) In addition, the spec file and the patch set have been revisited to make
- (811ab26) it more like other nvidiaXYZ packages to simplify maintenance.

* Wed Nov 18 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 304.125-5
- (d2bba4f) Removed unused patches
- (Evgenii Shatokhin: 2705223) More cleanups
- (Evgenii Shatokhin: 178d6dc) Removed XvMC-related stuff and a few more obsolete parts
- (Evgenii Shatokhin: 536f41a) Added README.urpmi like it is in other packages + more cleanups
- (Evgenii Shatokhin: c1a98b7) Generate dkms.conf during the build
- (Evgenii Shatokhin: f0a4052) Unified build requires with other nvidia drivers
- (Evgenii Shatokhin: f94b92a) Removed obsolete patches
- (Evgenii Shatokhin: 3ed17ea) Cosmetic
- (Evgenii Shatokhin: 181a017) Disable debug packages
- (Evgenii Shatokhin: c35f08b) Cleaned up the spec: removed 'simple' stuff
- (Evgenii Shatokhin: d6db2c7) Removed obsolete stuff
- (Evgenii Shatokhin: 763d23b) Release up

* Mon Aug 10 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 304.125-4
- (76f5319) Fixed the build on the kernels 4.x
- (Eugene Shatokhin: 31c9aea) Release up

* Mon Aug 10 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 304.125-3
- (3ec5fb5) Execute ldconfig -X for nvidia<N>-devel as well
- (3ec5fb5) nvidia<N>-devel package provides .so files among other things. Calling
- (3ec5fb5) ldconfig now to make these visible for the applications.
- (3ec5fb5) For example, this makes libcuda.so visible to Blender without additional
- (3ec5fb5) symlinks. See http://bugs.rosalinux.ru/show_bug.cgi?id=5591#c2 for
- (3ec5fb5) details.
- (Eugene Shatokhin: b899cce) Require only the development files for the kernel
- (Eugene Shatokhin: b899cce) The kernel itself might not be installed yet when the dkms modules are
- (Eugene Shatokhin: b899cce) rebuilt (that is done when kernel-devel is installed).
- (Eugene Shatokhin: ed0ca24) Build and install the driver for all kernels at once
- (Eugene Shatokhin: ed0ca24) Before this commit, the drivers were built and installed automatically
- (Eugene Shatokhin: ed0ca24) for the current kernel when the user installed the dkms-<...> package.
- (Eugene Shatokhin: ed0ca24) This could be inconvenient if the user installed the driver and then
- (Eugene Shatokhin: ed0ca24) rebooted the system to a different kernel. DKMS might have failed to
- (Eugene Shatokhin: ed0ca24) build the driver for that kernel at boot, which lead to problems.
- (Eugene Shatokhin: ed0ca24) Let's build and install the drivers for all kernels available in the
- (Eugene Shatokhin: ed0ca24) system at the moment of package installation (if the kernels have
- (Eugene Shatokhin: ed0ca24) development files, of course).
- (Eugene Shatokhin: ed0ca24) Note that the installation of the package should not fail even if the
- (Eugene Shatokhin: ed0ca24) driver fails to build for some kernels.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26523 |14nu|nvidia340-340.101-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# (tpg) disable interall rpm dependency generator
# define _use_internal_dependency_generator 0

%define _enable_debug_packages %{nil}

%define name		nvidia340

# When updating, please add new ids to ldetect-lst (merge2pcitable.pl)
%define version		340.101

%define priority	9700

%define pkgname32	NVIDIA-Linux-x86-%{version}
%define pkgname64	NVIDIA-Linux-x86_64-%{version}

# Disable when the sources aren't on ftp yet, but can be downloaded from
# http://us.download.nvidia.com
%define ftp 1

%define drivername		%{name}
%define driverpkgname		x11-driver-video-%{drivername}
%define modulename		nvidia
# for description and documentation
%define xorg_extra_modules	%{_libdir}/xorg/extra-modules
%define nvidia_driversdir	%{_libdir}/%{drivername}/xorg
%define nvidia_extensionsdir	%{_libdir}/%{drivername}/xorg
%define nvidia_modulesdir	%{_libdir}/%{drivername}/xorg
%define nvidia_libdir		%{_libdir}/%{drivername}
%define nvidia_libdir32		%{_prefix}/lib/%{drivername}
%define nvidia_bindir		%{nvidia_libdir}/bin
# The entry in Cards+ this driver should be associated with, if there is
# no entry in ldetect-lst default pcitable:
# cooker ldetect-lst should be up-to-date
%define ldetect_cards_name	%nil

%define biarches x86_64

%ifarch %{ix86}
%define nsource %{SOURCE0}
%define pkgname %{pkgname32}
%endif
%ifarch x86_64
%define nsource %{SOURCE1}
%define pkgname %{pkgname64}
%endif

# Other packages should not require any NVIDIA libraries, and this package
# should not be pulled in when libGL.so.1 is required
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)|devel\\(libGL(.*)|devel\\(libEGL.*'
%define common_requires_exceptions libGLcore\\.so|libnv.*\\.so|libGL(.*)
%else
%define _provides_exceptions \\.so
%define common_requires_exceptions libGLcore\\.so\\|libnv.*\\.so
%endif

%ifarch %{biarches}
# (anssi) Allow installing of 64-bit package if the runtime dependencies
# of 32-bit libraries are not satisfied. If a 32-bit package that requires
# libGL.so.1 is installed, the 32-bit mesa libs are pulled in and that will
# pull the dependencies of 32-bit nvidia libraries in as well.
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}|lib.*so\\.[^(]+(\\([^)]+\\))?$'
%else
%define __noautoreq %{common_requires_exceptions}\\|lib.*so\\.[^(]\\+\\(([^)]\\+)\\)\\?$
%endif
%else
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}'
%else
%define __noautoreq %{common_requires_exceptions}
%endif
%endif

# (anssi) Workaround wrong linking as of 310.19.
# This will probably be fixed soon (at least similar issues have been in the past).
# https://devtalk.nvidia.com/default/topic/523762/libnvidia-encode-so-310-19-has-dependency-on-missing-library/
%define _exclude_files_from_autoreq libnvidia-encode.so.%version

Summary:	NVIDIA proprietary X.org driver and libraries
Name:		%{name}
Version:	%{version}
Release:	3

%if %{ftp}
Source0:	ftp://download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	ftp://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
Source4:	ftp://download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-%{version}.tar.bz2
Source5:	ftp://download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-%{version}.tar.bz2
%else
Source0:	http://us.download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	http://us.download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	http://us.download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	http://us.download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
Source4:	http://us.download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-%{version}.tar.bz2
Source5:	http://us.download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-%{version}.tar.bz2
%endif
Source100:	nvidia340.rpmlintrc
Source101:	README.urpmi

Patch1:		nvidia340-kernel-4.9.patch

License:	Freeware
URL:		http://www.nvidia.com/object/unix.html
Group:		System/Kernel and hardware
Provides: should-restart = system
ExclusiveArch:	%{ix86} x86_64

BuildRequires:	imagemagick
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(libtirpc)

%description
The proprietary driver for NVidia GPUs, long-lived branch 340.x.

%package -n %{driverpkgname}
Summary:	NVIDIA proprietary X.org driver and libraries
Group:		System/Kernel and hardware
Requires(post): update-alternatives >= 1.9.0
Requires(postun): update-alternatives >= 1.9.0
Requires:	x11-server-common
Suggests:	%{drivername}-doc-html = %{version}
# Proper support for versioned kmod() was added in 2008.1:
Requires:	kmod(%{modulename}) = %{version}
# At least mplayer dlopens libvdpau.so.1, so the software will not pull in
# the vdpau library package. We ensure its installation here.
Requires:	%{_lib}vdpau1

Provides:	nvidia = %{version}-%{release}

Conflicts:	nvidia-current-cuda-opencl <= 295.59-1
Conflicts:	nvidia-current < %{version}-%{release}
Suggests:	nvidia-additional-settings

%description -n %{driverpkgname}
NVIDIA proprietary X.org graphics driver, related libraries and
configuration tools.

Please use XFdrake to configure your NVIDIA card. The correct packages 
will be automatically installed and configured in this case.

%package -n dkms-%{drivername}
Summary:	Kernel module to manage NVIDIA GPUs
Group:		System/Kernel and hardware
Requires:	dkms
Requires(post):	dkms
Requires(preun): dkms
Conflicts:	dkms-nvidia-current < %{version}-%{release}

# DKMS package for each long-lived branch should provide this.
# It is needed to prevent the situation when several drivers from different 
# branches are installed at the same time. Each of the drivers will have
# alias "nvidia" for modprobe, so they cannot co-exist.
Provides:	nvidia-driver-long-lived = %{version}-%{release}
Conflicts:	nvidia-driver-long-lived < %{version}-%{release}

%description -n dkms-%{drivername}
Kernel module to manage NVIDIA GPUs. This
is to be used with the %{driverpkgname} package.

%package -n %{drivername}-devel
Summary:	NVIDIA OpenGL/CUDA development libraries and headers
Group:		Development/C
Requires:	%{driverpkgname} = %{version}-%{release}
Requires:	%{drivername}-cuda-opencl = %{version}-%{release}
Conflicts:	nvidia-current-devel < %{version}-%{release}
Provides:	nvidia-devel = %{version}-%{release}
Requires:	%{_lib}vdpau-devel

%description -n %{drivername}-devel
NVIDIA OpenGL/CUDA headers. This package is not required for normal use.

%package -n %{drivername}-cuda-opencl
Summary:	CUDA and OpenCL libraries for NVIDIA proprietary driver
Group:		System/Kernel and hardware
Provides:	%{drivername}-cuda = %{version}-%{release}
Provides:	nvidia-cuda = %{version}-%{release}
Requires:	kmod(%{modulename}) = %{version}
Conflicts:	x11-driver-video-nvidia-current <= 295.59

%description -n %{drivername}-cuda-opencl
Cuda and OpenCL libraries for NVIDIA proprietary driver. This package is not
required for normal use, it provides libraries to use NVIDIA cards for High
Performance Computing (HPC).

# HTML doc splitted off because of size, for live cds:
%package -n %{drivername}-doc-html
Summary:	NVIDIA html documentation (%{drivername})
Group:		System/Kernel and hardware
Requires:	%{driverpkgname} = %{version}-%{release}

%description -n %{drivername}-doc-html
HTML version of the README.txt file provided in package
%{driverpkgname}.

%prep
%setup -q -c -T -a 2 -a 3 -a 4 -a 5
sh %{nsource} --extract-only

pushd %{pkgname}/
%patch1 -p1
rm -rf usr/src/nv/precompiled
popd

# We need a different dkms.conf because the one supplied in the upstream 
# is not enough:
# - we need control over where to place the built modules;
# - nvidia-uvm driver should be built on x86_64 only.
pushd %{pkgname}/kernel
mv dkms.conf dkms.conf.orig

cat > dkms.conf <<EOF
PACKAGE_NAME="nvidia"
PACKAGE_VERSION="%{version}"
BUILT_MODULE_NAME[0]="nvidia"
DEST_MODULE_LOCATION[0]="/kernel/drivers/video"
%ifarch x86_64
MAKE="make module KERNEL_UNAME=\${kernelver} && cd uvm && make module KERNEL_UNAME=\${kernelver}"
CLEAN="make clean && cd uvm && make clean"
BUILT_MODULE_NAME[1]="nvidia-uvm"
BUILT_MODULE_LOCATION[1]="uvm/"
DEST_MODULE_LOCATION[1]="/kernel/drivers/video"
%else
MAKE="make module KERNEL_UNAME=\${kernelver}"
CLEAN="make clean"
%endif
AUTOINSTALL="yes"
REMAKE_INITRD="yes"
EOF
popd

rm -f nvidia-settings-%{version}/src/*/*.a

%build
# The code contains dozens on top of dozens on top of dozens of "false" positives
export CFLAGS="%optflags -Wno-error=format-security"
export CXXFLAGS="$CFLAGS"
export LDFLAGS="%{?ldflags}"
%make -C nvidia-settings-%{version}/src/libXNVCtrl
%make -C nvidia-settings-%{version} STRIP_CMD=true
%make -C nvidia-xconfig-%{version} STRIP_CMD=true
%make -C nvidia-modprobe-%{version} STRIP_CMD=true
%make -C nvidia-persistenced-%{version} STRIP_CMD=true LIBS="-ltirpc -ldl"

%install

# README.urpmi
cp %{SOURCE101} .

cd %{pkgname}

# dkms
install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}

# menu entry
install -d -m755 %{buildroot}%{_datadir}/%{drivername}
cat > %{buildroot}%{_datadir}/%{drivername}/rosa-nvidia-settings.desktop <<EOF
[Desktop Entry]
Name=NVIDIA Display Settings
Comment=Configure NVIDIA X driver
Exec=%{_bindir}/nvidia-settings
Icon=%{drivername}-settings
Terminal=false
Type=Application
Categories=GTK;Settings;HardwareSettings;X-MandrivaLinux-System-Configuration;
EOF

install -d -m755	%{buildroot}%{_datadir}/applications
touch			%{buildroot}%{_datadir}/applications/rosa-nvidia-settings.desktop

# icons
install -d -m755 %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -strip nvidia-settings.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
convert -strip nvidia-settings.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
convert -strip nvidia-settings.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png

error_fatal() {
	echo "Error: $@." >&2
	exit 1
}

error_unhandled() {
	echo "Warning: $@." >&2
	echo "Warning: $@." >> warns.log
	# cause distro builds to fail in case of unhandled files
	exit 1
}

parseparams() {
	for value in $rest; do
		local param=$1
		[ -n "$param" ] || error_fatal "unhandled parameter $value"
		shift
		eval $param=$value

		[ -n "$value" ] || error_fatal "empty $param"

		# resolve libdir based on $arch
		if [ "$param" = "arch" ]; then
			case "$arch" in
			NATIVE)		nvidia_libdir=%{nvidia_libdir};;
			COMPAT32)	nvidia_libdir=%{nvidia_libdir32};;
			*)		error_fatal "unknown arch $arch"
			esac
		fi
	done
}

add_to_list() {
	# on distro builds, only use .manifest for doc files
	[ "${2#%doc}" = "${2}" ] && return
	local list="$1.files"
	local entry="$2"
	echo $entry >> $list
}

install_symlink() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	ln -s $dest %{buildroot}$dir/$file
	add_to_list $pkg $dir/$file
}

install_lib_symlink() {
	local pkg="$1"
	local dir="$2"
	case "$file" in
	libvdpau_*.so)
		# vdpau drivers => not put into -devel
		;;
	*.so)
		pkg=nvidia-devel;;
	esac
	install_symlink $pkg $dir
}

install_file_only() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	# replace 0444 with more usual 0644
	[ "$perms" = "0444" ] && perms="0644"
	install -m $perms $file %{buildroot}$dir
}

install_file() {
	local pkg="$1"
	local dir="$2"
	install_file_only $pkg $dir
	add_to_list $pkg $dir/$(basename $file)
}

get_module_dir() {
	local subdir="$1"
	case "$subdir" in
	extensions*)	echo %{nvidia_extensionsdir};;
	drivers/)	echo %{nvidia_driversdir};;
	/)		echo %{nvidia_modulesdir};;
	*)		error_unhandled "unhandled module subdir $subdir"
			echo %{nvidia_modulesdir};;
	esac
}

for file in nvidia.files nvidia-devel.files nvidia-cuda.files nvidia-dkms.files nvidia-html.files; do
	rm -f $file
	touch $file
done

# install files according to .manifest
cat .manifest | tail -n +9 | while read line; do
	arch=
	style=
	subdir=
	dest=
	nvidia_libdir=

	rest=${line}
	file=${rest%%%% *}
	rest=${rest#* }
	perms=${rest%%%% *}
	rest=${rest#* }
	type=${rest%%%% *}
	[ "${rest#* }" = "$rest" ] && rest= || rest=${rest#* }

	case "$type" in
	CUDA_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	CUDA_SYMLINK)
		parseparams arch subdir dest
		install_lib_symlink nvidia-cuda $nvidia_libdir/$subdir
		;;
	ENCODEAPI_LIB)
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	ENCODEAPI_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	EXPLICIT_PATH)
		parseparams dest
		install_file nvidia %{_datadir}/nvidia
		;;
	NVCUVID_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	NVCUVID_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia-cuda $nvidia_libdir
		;;
	NVIFR_LIB)
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	NVIFR_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	OPENGL_LIB)
		parseparams arch
		install_file nvidia $nvidia_libdir
		;;
	OPENGL_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	TLS_LIB)
		parseparams arch style subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	TLS_SYMLINK)
		parseparams arch style subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB)
		# backward-compatibility
		[ -n "${rest}" ] || rest="NATIVE $rest"
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB_SYMLINK)
		# backward-compatibility
		[ "${rest#* }" != "$rest" ] || rest="NATIVE $rest"
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	VDPAU_LIB)
		parseparams arch subdir
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_SYMLINK)
		parseparams arch subdir dest
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_WRAPPER_LIB)
		parseparams arch subdir
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_WRAPPER_SYMLINK)
		parseparams arch subdir dest
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	XLIB_STATIC_LIB)
		install_file nvidia-devel %{nvidia_libdir}
		;;
	XLIB_SHARED_LIB)
		install_file nvidia %{nvidia_libdir}
		;;
	XLIB_SYMLINK)
		parseparams dest
		install_lib_symlink nvidia %{nvidia_libdir}
		;;
	LIBGL_LA)
		# (Anssi) we don't install .la files
		;;
	XMODULE_SHARED_LIB|GLX_MODULE_SHARED_LIB)
		parseparams subdir
		install_file nvidia $(get_module_dir $subdir)
		;;
	XMODULE_NEWSYM)
		# symlink that is created only if it doesn't already
		# exist (i.e. as part of x11-server)
		case "$file" in
		libwfb.so)
			continue
			;;
		*)
			error_unhandled "unknown XMODULE_NEWSYM type file $file, skipped"
			continue
		esac
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	XMODULE_SYMLINK|GLX_MODULE_SYMLINK)
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	VDPAU_HEADER)
		continue
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	OPENGL_HEADER|CUDA_HEADER)
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	DOCUMENTATION)
		parseparams subdir
		case $subdir in
		*/html)
			add_to_list nvidia-html "%%doc %{pkgname}/$file"
			continue
			;;
		*/include/*)
			continue
			;;
		esac
		case $file in
		*XF86Config*|*nvidia-settings.png)
			continue;;
		esac
		add_to_list nvidia "%%doc %{pkgname}/$file"
		;;
	MANPAGE|NVIDIA_MODPROBE_MANPAGE)
		parseparams subdir
		case "$file" in
		*nvidia-installer*)
			# not installed
			continue
			;;
		*nvidia-settings*|*nvidia-xconfig*|*nvidia-modprobe*|*nvidia-persistenced*)
			# installed separately below
			continue
			;;
		*nvidia-smi*|*nvidia-cuda-mps-control*)
			# ok
			;;
		*)
			error_unhandled "skipped unknown man page $(basename $file)"
			continue
		esac
		install_file_only nvidia %{_mandir}/$subdir
		;;
	UTILITY_BINARY)
		case "$file" in
		*nvidia-settings|*nvidia-xconfig|*nvidia-persistenced)
			# not installed, we install our own copy
			continue
			;;
		*nvidia-smi|*nvidia-bug-report.sh|*nvidia-debugdump)
			# ok
			;;
		*nvidia-cuda-mps-control|*nvidia-cuda-mps-server)
			# ok
			;;
		*)
			error_unhandled "unknown binary $(basename $file) will be installed to %{nvidia_bindir}/$(basename $file)"
			;;
		esac
		install_file nvidia %{nvidia_bindir}
		;;
	UTILITY_BIN_SYMLINK)
		case $file in nvidia-uninstall) continue;; esac
		parseparams dest
		install_symlink nvidia %{nvidia_bindir}
		;;
	NVIDIA_MODPROBE)
		# A suid-root tool (GPLv2) used as fallback for loading the module and
		# creating the device nodes in case the driver component is running as
		# a non-root user (e.g. a CUDA application). While the module is automatically
		# loaded by udev rules, the device nodes are not automatically created
		# like with regular drivers and therefore this tool is installed on
		# ROSA as well, at least for now.
		;;
	INSTALLER_BINARY)
		# not installed
		;;
	KERNEL_MODULE_SRC)
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}
		;;
	CUDA_ICD)
		# in theory this should go to the cuda subpackage, but it goes into the main package
		# as this avoids one broken symlink and it is small enough to not cause space issues
		install_file nvidia %{_sysconfdir}/%{drivername}
		;;
	APPLICATION_PROFILE)
		parseparams subdir
		# application profile filenames are versioned, we can use a common
		# non-alternativesized directory
		install_file nvidia %{_datadir}/nvidia/$subdir
		;;
	DOT_DESKTOP)
		# we provide our own for now
		;;
	UVM_MODULE_SRC)
%ifarch x86_64
		# NVidia recommends using UVM module on x86_64 only
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}/uvm
%endif
		;;
	*)
		error_unhandled "file $(basename $file) of unknown type $type will be skipped"
	esac
done

[ -z "$warnings" ] || echo "Please file a bug about the above warnings at http://bugs.rosalinux.ru/." >> warns.log

# Create the convenience symlinks. As the packages with nvidia are mutually
# exclusive now, there is no need to use alternatives for this.
ln -s %{nvidia_libdir} %{buildroot}%{_libdir}/nvidia
%ifarch %{biarches}
	ln -s %{nvidia_libdir32} %{buildroot}%{_prefix}/lib/nvidia
%endif

# confirm SONAME; if something else than libvdpau_nvidia.so or libvdpau_nvidia.so.1, adapt .spec as needed:
[ "$(objdump -p %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} | grep SONAME | gawk '{ print $2 }')" = "libvdpau_nvidia.so.1" ]

rm -f %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.1
rm -f %{buildroot}%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.1

# vdpau alternative symlink
install -d -m755 %{buildroot}%{_libdir}/vdpau
touch %{buildroot}%{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
install -d -m755 %{buildroot}%{_prefix}/lib/vdpau
touch %{buildroot}%{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

# self-built binaries
install -m755 ../nvidia-settings-%{version}/src/_out/*/nvidia-settings %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-persistenced-%{version}/_out/*/nvidia-persistenced %{buildroot}%{nvidia_bindir}
install -m4755 ../nvidia-modprobe-%{version}/_out/*/nvidia-modprobe %{buildroot}%{nvidia_bindir}

# binary alternatives
install -d -m755			%{buildroot}%{_bindir}
touch					%{buildroot}%{_bindir}/nvidia-debugdump
touch					%{buildroot}%{_bindir}/nvidia-settings
touch					%{buildroot}%{_bindir}/nvidia-smi
touch					%{buildroot}%{_bindir}/nvidia-xconfig
touch					%{buildroot}%{_bindir}/nvidia-bug-report.sh
touch					%{buildroot}%{_bindir}/nvidia-modprobe
touch					%{buildroot}%{_bindir}/nvidia-persistenced
touch					%{buildroot}%{_bindir}/nvidia-cuda-mps-control
touch					%{buildroot}%{_bindir}/nvidia-cuda-mps-server
# rpmlint:
chmod 0755				%{buildroot}%{_bindir}/*

# install man pages
install -m644 ../nvidia-settings-%{version}/doc/_out/*/nvidia-settings.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-modprobe-%{version}/_out/*/nvidia-modprobe.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-persistenced-%{version}/_out/*/nvidia-persistenced.1 %{buildroot}%{_mandir}/man1

# bug #41638 - whatis entries of nvidia man pages appear wrong
gunzip %{buildroot}%{_mandir}/man1/*.gz
sed -r -i '/^nvidia\\-[a-z]+ \\- NVIDIA/s,^nvidia\\-,nvidia-,' %{buildroot}%{_mandir}/man1/*.1
cd %{buildroot}%{_mandir}/man1
rename nvidia alt-%{drivername} *
cd -
touch %{buildroot}%{_mandir}/man1/nvidia-xconfig.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-settings.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-modprobe.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-persistenced.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-smi.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension}

# cuda nvidia.icd
install -d -m755		%{buildroot}%{_sysconfdir}/OpenCL/vendors
touch				%{buildroot}%{_sysconfdir}/OpenCL/vendors/nvidia.icd

# ld.so.conf
install -d -m755		%{buildroot}%{_sysconfdir}/%{drivername}
echo "%{nvidia_libdir}" >	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%ifarch %{biarches}
echo "%{nvidia_libdir32}" >>	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%endif
install -d -m755		%{buildroot}%{_sysconfdir}/ld.so.conf.d
touch				%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

# modprobe.d
install -d -m755			%{buildroot}%{_sysconfdir}/modprobe.d

# Allow the users to load this kernel module as "nvidia340" as well.
echo "alias %{drivername} nvidia" > %{buildroot}%{_sysconfdir}/modprobe.d/%{drivername}.conf

# xinit script
install -d -m755 %{buildroot}%{_sysconfdir}/%{drivername}
cat > %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit <<EOF
# to be sourced
#
# Do not modify this file; the changes will be overwritten.
# If you want to disable automatic configuration loading, create
# /etc/sysconfig/nvidia-settings with this line: LOAD_NVIDIA_SETTINGS="no"
#
LOAD_NVIDIA_SETTINGS="yes"
[ -f %{_sysconfdir}/sysconfig/nvidia-settings ] && . %{_sysconfdir}/sysconfig/nvidia-settings
[ "\$LOAD_NVIDIA_SETTINGS" = "yes" ] && %{_bindir}/nvidia-settings --load-config-only
EOF
chmod 0755 %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
install -d -m755 %{buildroot}%{_sysconfdir}/X11/xinit.d
touch %{buildroot}%{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit

export EXCLUDE_FROM_STRIP="$(find %{buildroot} -type f \! -name nvidia-settings \! -name nvidia-xconfig \! -name nvidia-modprobe \! -name nvidia-persistenced)"

%post -n %{driverpkgname}
# XFdrake used to generate an nvidia.conf file
[ -L %{_sysconfdir}/modprobe.d/nvidia.conf ] || rm -f %{_sysconfdir}/modprobe.d/nvidia.conf

current_glconf="$(readlink -e %{_sysconfdir}/ld.so.conf.d/GL.conf)"

# owned by libvdpau1, created in case libvdpau1 is installed only just after
# this package
mkdir -p %{_libdir}/vdpau

%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf %{priority} \
	--slave %{_mandir}/man1/nvidia-settings.1%{_extension} man_nvidiasettings%{_extension} %{_mandir}/man1/alt-%{drivername}-settings.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-xconfig.1%{_extension} man_nvidiaxconfig%{_extension} %{_mandir}/man1/alt-%{drivername}-xconfig.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-smi.1%{_extension} nvidia-smi.1%{_extension} %{_mandir}/man1/alt-%{drivername}-smi.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension} nvidia-cuda-mps-control.1%{_extension} %{_mandir}/man1/alt-%{drivername}-cuda-mps-control.1%{_extension} \
	--slave %{_datadir}/applications/rosa-nvidia-settings.desktop nvidia_desktop %{_datadir}/%{drivername}/rosa-nvidia-settings.desktop \
	--slave %{_bindir}/nvidia-settings nvidia_settings %{nvidia_bindir}/nvidia-settings \
	--slave %{_bindir}/nvidia-smi nvidia_smi %{nvidia_bindir}/nvidia-smi \
	--slave %{_bindir}/nvidia-xconfig nvidia_xconfig %{nvidia_bindir}/nvidia-xconfig \
	--slave %{_bindir}/nvidia-debugdump nvidia-debugdump %{nvidia_bindir}/nvidia-debugdump \
	--slave %{_bindir}/nvidia-bug-report.sh nvidia_bug_report %{nvidia_bindir}/nvidia-bug-report.sh \
	--slave %{_bindir}/nvidia-cuda-mps-control nvidia-cuda-mps-control %{nvidia_bindir}/nvidia-cuda-mps-control \
	--slave %{_bindir}/nvidia-cuda-mps-server nvidia-cuda-mps-server %{nvidia_bindir}/nvidia-cuda-mps-server \
	--slave %{_bindir}/nvidia-modprobe nvidia-modprobe %{nvidia_bindir}/nvidia-modprobe \
	--slave %{_bindir}/nvidia-persistenced nvidia-persistenced %{nvidia_bindir}/nvidia-persistenced \
	--slave %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit nvidia-settings.xinit %{_sysconfdir}/%{drivername}/nvidia-settings.xinit \
	--slave %{_libdir}/vdpau/libvdpau_nvidia.so.1 %{_lib}vdpau_nvidia.so.1 %{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} \
	--slave %{_sysconfdir}/OpenCL/vendors/nvidia.icd nvidia.icd %{_sysconfdir}/%{drivername}/nvidia.icd \
%ifarch %{biarches}
	--slave %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1 libvdpau_nvidia.so.1 %{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version} \
%endif
	--slave %{xorg_extra_modules} xorg_extra_modules %{nvidia_extensionsdir} \

if [ "${current_glconf}" = "%{_sysconfdir}/nvidia97xx/ld.so.conf" ]; then
	# Adapt for the renaming of the driver. X.org config still has the old ModulePaths
	# but they do not matter as we are using alternatives for libglx.so now.
	%{_sbindir}/update-alternatives --set gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

%postun -n %{driverpkgname}
if [ ! -f %{_sysconfdir}/%{drivername}/ld.so.conf ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

%post -n %{drivername}-cuda-opencl
# Explicit /sbin/ldconfig due to a non-standard library directory.
/sbin/ldconfig -X

%post -n %{drivername}-devel
# Explicit /sbin/ldconfig due to a non-standard library directory.
# The applications like Blender may need to find libcuda.so, for example.
/sbin/ldconfig -X

%postun -n %{drivername}-devel
# Explicit /sbin/ldconfig due to a non-standard library directory.
/sbin/ldconfig -X

%post -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade add -m %{drivername} -v %{version}-%{release}

# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
	kk=$(echo $kk | sed 's/^\/lib\/modules\///');
	if test -d "/lib/modules/$kk/build"; then
# Remove the modules that use the obsolete naming convention first
# to make the upgrade smoother (otherwise they may remain in the system
# and cause trouble).
		rm -f /lib/modules/$kk/kernel/drivers/video/nvidia3*.ko
		rm -f /lib/modules/$kk/kernel/drivers/video/nvidia-current.ko
# Now build and install the newer modules
		/usr/sbin/dkms --rpm_safe_upgrade build -m %{drivername} -v %{version}-%{release} -k $kk &&
		/usr/sbin/dkms --rpm_safe_upgrade install -m %{drivername} -v %{version}-%{release} -k $kk || true
	else
		echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
	fi;
done

# Just in case the user reboots the system too quickly and sync is not 
# done automatically.
sync

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%preun -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{drivername} -v %{version}-%{release} --all || true

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%files -n %{driverpkgname} -f %{pkgname}/nvidia.files
# other documentation files are listed in nvidia.files
%doc README.urpmi

# ld.so.conf, modprobe.conf, xinit
%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%ghost %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit
%dir %{_sysconfdir}/%{drivername}
%{_sysconfdir}/modprobe.d/%{drivername}.conf
%{_sysconfdir}/%{drivername}/ld.so.conf
%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
%{_sysconfdir}/%{drivername}/nvidia.icd
%dir %{_datadir}/nvidia
%{_datadir}/nvidia/nvidia-application-profiles-%{version}-rc
%{_datadir}/nvidia/nvidia-application-profiles-%{version}-key-documentation
%{_datadir}/nvidia/monitoring.conf
%{_datadir}/nvidia/pci.ids

%dir %{_sysconfdir}/OpenCL
%dir %{_sysconfdir}/OpenCL/vendors
%ghost %{_sysconfdir}/OpenCL/vendors/nvidia.icd

%ghost %{_bindir}/nvidia-debugdump
%ghost %{_bindir}/nvidia-settings
%ghost %{_bindir}/nvidia-smi
%ghost %{_bindir}/nvidia-xconfig
%ghost %{_bindir}/nvidia-modprobe
%ghost %{_bindir}/nvidia-persistenced
%ghost %{_bindir}/nvidia-bug-report.sh
%ghost %{_bindir}/nvidia-cuda-mps-control
%ghost %{_bindir}/nvidia-cuda-mps-server
%dir %{nvidia_bindir}
%{nvidia_bindir}/nvidia-debugdump
%{nvidia_bindir}/nvidia-settings
%{nvidia_bindir}/nvidia-smi
%{nvidia_bindir}/nvidia-xconfig
%{nvidia_bindir}/nvidia-modprobe
%{nvidia_bindir}/nvidia-persistenced
%{nvidia_bindir}/nvidia-bug-report.sh
%{nvidia_bindir}/nvidia-cuda-mps-control
%{nvidia_bindir}/nvidia-cuda-mps-server

%ghost %{_mandir}/man1/nvidia-xconfig.1%{_extension}
%ghost %{_mandir}/man1/nvidia-settings.1%{_extension}
%ghost %{_mandir}/man1/nvidia-modprobe.1%{_extension}
%ghost %{_mandir}/man1/nvidia-persistenced.1%{_extension}
%ghost %{_mandir}/man1/nvidia-smi.1%{_extension}
%ghost %{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension}
%{_mandir}/man1/alt-%{drivername}-xconfig.1*
%{_mandir}/man1/alt-%{drivername}-settings.1*
%{_mandir}/man1/alt-%{drivername}-modprobe.1*
%{_mandir}/man1/alt-%{drivername}-persistenced.1*
%{_mandir}/man1/alt-%{drivername}-smi.1*
%{_mandir}/man1/alt-%{drivername}-cuda-mps-control.1*

%ghost %{_datadir}/applications/rosa-nvidia-settings.desktop
%dir %{_datadir}/%{drivername}
%{_datadir}/%{drivername}/rosa-nvidia-settings.desktop

%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png

%dir %{nvidia_libdir}
%dir %{nvidia_libdir}/tls
%dir %{nvidia_libdir}/vdpau
%{_libdir}/nvidia
%{nvidia_libdir}/libGL.so.%{version}
%{nvidia_libdir}/libnvidia-glcore.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.%{version}
%{nvidia_libdir}/libnvidia-tls.so.%{version}
%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir}/libGL.so.1
%{nvidia_libdir}/libEGL.so.1
%{nvidia_libdir}/libEGL.so.%{version}
%{nvidia_libdir}/libGLESv1_CM.so.1
%{nvidia_libdir}/libGLESv1_CM.so.%{version}
%{nvidia_libdir}/libGLESv2.so.2
%{nvidia_libdir}/libGLESv2.so.%{version}
%{nvidia_libdir}/libnvidia-eglcore.so.%{version}
%{nvidia_libdir}/libnvidia-glsi.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.1
%{nvidia_libdir}/libnvidia-fbc.so.1
%{nvidia_libdir}/libnvidia-fbc.so.%{version}
%{nvidia_libdir}/libnvidia-ifr.so.1
%{nvidia_libdir}/libnvidia-ifr.so.%{version}
%{nvidia_libdir}/libnvidia-ml.so.1
%{nvidia_libdir}/libnvidia-ml.so.%{version}
%{nvidia_libdir}/libvdpau_nvidia.so
%{nvidia_libdir}/tls/libnvidia-tls.so.%{version}
%ifarch %{biarches}
%dir %{nvidia_libdir32}
%dir %{nvidia_libdir32}/tls
%dir %{nvidia_libdir32}/vdpau
%{_prefix}/lib/nvidia
%{nvidia_libdir32}/libGL.so.%{version}
%{nvidia_libdir32}/libnvidia-glcore.so.%{version}
%{nvidia_libdir32}/libnvidia-ifr.so.1
%{nvidia_libdir32}/libnvidia-ifr.so.%{version}
%{nvidia_libdir32}/libnvidia-ml.so.1
%{nvidia_libdir32}/libnvidia-ml.so.%{version}
%{nvidia_libdir32}/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libvdpau_nvidia.so
%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir32}/libGL.so.1
%{nvidia_libdir32}/tls/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libnvidia-fbc.so.1
%{nvidia_libdir32}/libnvidia-fbc.so.%{version}
%{nvidia_libdir32}/libEGL.so.1
%{nvidia_libdir32}/libEGL.so.%{version}
%{nvidia_libdir32}/libGLESv1_CM.so.1
%{nvidia_libdir32}/libGLESv1_CM.so.%{version}
%{nvidia_libdir32}/libGLESv2.so.2
%{nvidia_libdir32}/libGLESv2.so.%{version}
%{nvidia_libdir32}/libnvidia-eglcore.so.%{version}
%{nvidia_libdir32}/libnvidia-glsi.so.%{version}
%endif

%ghost %{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
# avoid unowned directory
%dir %{_prefix}/lib/vdpau
%ghost %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

%dir %{nvidia_modulesdir}
%{nvidia_modulesdir}/libnvidia-wfb.so.1
%{nvidia_modulesdir}/libnvidia-wfb.so.%{version}
%{nvidia_extensionsdir}/libglx.so.%{version}
%{nvidia_extensionsdir}/libglx.so
%{nvidia_driversdir}/nvidia_drv.so

%files -n %{drivername}-devel -f %{pkgname}/nvidia-devel.files
%{_includedir}/%{drivername}
%{nvidia_libdir}/libGL.so
%{nvidia_libdir}/libEGL.so
%{nvidia_libdir}/libGLESv1_CM.so
%{nvidia_libdir}/libGLESv2.so
%{nvidia_libdir}/libcuda.so
%{nvidia_libdir}/libnvcuvid.so
%{nvidia_libdir}/libnvidia-cfg.so
%{nvidia_libdir}/libnvidia-fbc.so
%{nvidia_libdir}/libnvidia-ifr.so
%{nvidia_libdir}/libOpenCL.so
%{nvidia_libdir}/libnvidia-ml.so
%{nvidia_libdir}/libnvidia-encode.so
%ifarch %{biarches}
%{nvidia_libdir32}/libEGL.so
%{nvidia_libdir32}/libGLESv1_CM.so
%{nvidia_libdir32}/libGLESv2.so
%{nvidia_libdir32}/libnvidia-ml.so
%{nvidia_libdir32}/libGL.so
%{nvidia_libdir32}/libcuda.so
%{nvidia_libdir32}/libnvcuvid.so
%{nvidia_libdir32}/libnvidia-ifr.so
%{nvidia_libdir32}/libOpenCL.so
%{nvidia_libdir32}/libnvidia-encode.so
%{nvidia_libdir32}/libnvidia-fbc.so
%endif

%files -n dkms-%{drivername}
%doc %{pkgname}/LICENSE
%{_usrsrc}/%{drivername}-%{version}-%{release}

%files -n %{drivername}-doc-html -f %{pkgname}/nvidia-html.files

%files -n %{drivername}-cuda-opencl -f %{pkgname}/nvidia-cuda.files
%{nvidia_libdir}/libnvcuvid.so.%{version}
%{nvidia_libdir}/libnvcuvid.so.1
%{nvidia_libdir}/libnvidia-encode.so.1
%{nvidia_libdir}/libnvidia-encode.so.%{version}
%{nvidia_libdir}/libOpenCL.so.1.0.0
%{nvidia_libdir}/libOpenCL.so.1.0
%{nvidia_libdir}/libOpenCL.so.1
%{nvidia_libdir}/libnvidia-compiler.so.%{version}
%{nvidia_libdir}/libcuda.so.%{version}
%{nvidia_libdir}/libcuda.so.1
%{nvidia_libdir}/libnvidia-opencl.so.%{version}
%{nvidia_libdir}/libnvidia-opencl.so.1
%ifarch x86_64
%{nvidia_libdir32}/libnvidia-opencl.so.*
%{nvidia_libdir32}/libnvcuvid.so.%{version}
%{nvidia_libdir32}/libnvcuvid.so.1
%{nvidia_libdir32}/libnvidia-encode.so.1
%{nvidia_libdir32}/libnvidia-encode.so.%{version}
%endif
%ifarch %{biarches}
%{nvidia_libdir32}/libOpenCL.so.1.0.0
%{nvidia_libdir32}/libOpenCL.so.1.0
%{nvidia_libdir32}/libOpenCL.so.1
%{nvidia_libdir32}/libnvidia-compiler.so.%{version}
%{nvidia_libdir32}/libcuda.so.%{version}
%{nvidia_libdir32}/libcuda.so.1
%endif

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26524 |14nu|nvidia361-361.42-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# (tpg) disable interall rpm dependency generator
# define _use_internal_dependency_generator 0

%define _enable_debug_packages %{nil}

%define name		nvidia361

# When updating, please add new ids to ldetect-lst (merge2pcitable.pl)
%define version		361.42

%define priority	9700

%define pkgname32	NVIDIA-Linux-x86-%{version}
%define pkgname64	NVIDIA-Linux-x86_64-%{version}

# Disable when the sources aren't on ftp yet, but can be downloaded from
# http://us.download.nvidia.com
%define ftp 1

%define drivername		%{name}
%define driverpkgname		x11-driver-video-%{drivername}
%define modulename		nvidia
# for description and documentation
%define xorg_extra_modules	%{_libdir}/xorg/extra-modules
%define nvidia_driversdir	%{_libdir}/%{drivername}/xorg
%define nvidia_extensionsdir	%{_libdir}/%{drivername}/xorg
%define nvidia_modulesdir	%{_libdir}/%{drivername}/xorg
%define nvidia_libdir		%{_libdir}/%{drivername}
%define nvidia_libdir32		%{_prefix}/lib/%{drivername}
%define nvidia_bindir		%{nvidia_libdir}/bin
# The entry in Cards+ this driver should be associated with, if there is
# no entry in ldetect-lst default pcitable:
# cooker ldetect-lst should be up-to-date
%define ldetect_cards_name	%nil

%define biarches x86_64

%ifarch %{ix86}
%define nsource %{SOURCE0}
%define pkgname %{pkgname32}
%endif
%ifarch x86_64
%define nsource %{SOURCE1}
%define pkgname %{pkgname64}
%endif

# Other packages should not require any NVIDIA libraries, and this package
# should not be pulled in when libGL.so.1 is required
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)|devel\\(libGL(.*)|devel\\(libEGL.*'
%define common_requires_exceptions libGLcore\\.so|libnv.*\\.so|libGL(.*)
%else
%define _provides_exceptions \\.so
%define common_requires_exceptions libGLcore\\.so\\|libnv.*\\.so
%endif

%ifarch %{biarches}
# (anssi) Allow installing of 64-bit package if the runtime dependencies
# of 32-bit libraries are not satisfied. If a 32-bit package that requires
# libGL.so.1 is installed, the 32-bit mesa libs are pulled in and that will
# pull the dependencies of 32-bit nvidia libraries in as well.
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}|lib.*so\\.[^(]+(\\([^)]+\\))?$'
%else
%define __noautoreq %{common_requires_exceptions}\\|lib.*so\\.[^(]\\+\\(([^)]\\+)\\)\\?$
%endif
%else
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}'
%else
%define __noautoreq %{common_requires_exceptions}
%endif
%endif

# (anssi) Workaround wrong linking as of 310.19.
# This will probably be fixed soon (at least similar issues have been in the past).
# https://devtalk.nvidia.com/default/topic/523762/libnvidia-encode-so-310-19-has-dependency-on-missing-library/
%define _exclude_files_from_autoreq libnvidia-encode.so.%version

Summary:	NVIDIA proprietary X.org driver and libraries
Name:		%{name}
Version:	%{version}
Release:	3

%if %{ftp}
Source0:	ftp://download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	ftp://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
Source4:	ftp://download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-%{version}.tar.bz2
Source5:	ftp://download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-%{version}.tar.bz2
%else
Source0:	http://us.download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	http://us.download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	http://us.download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	http://us.download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
Source4:	http://us.download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-%{version}.tar.bz2
Source5:	http://us.download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-%{version}.tar.bz2
%endif
Source100:	nvidia361.rpmlintrc
Source101:	README.urpmi

# Starting from v. 352.x, the build system checks if the kernel provides
# phys_to_dma() function and if so, tries to use that function. However,
# phys_to_dma() is nether exported nor inline on x86-32 with
# CONFIG_X86_DMA_REMAP=y (selected by CONFIG_STA2X11), so a non-functional
# driver is built then.
# However, phys_to_dma() does nothing special except for some exotic
# hardware. If the function is missing, the driver seems to do the necessary
# conversions right, so let us assume it is missing.
Patch1:		nvidia361-no-phys_to_dma.patch

License:	Freeware
URL:		http://www.nvidia.com/object/unix.html
Group:		System/Kernel and hardware
Provides: should-restart = system
ExclusiveArch:	%{ix86} x86_64

BuildRequires:	imagemagick
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(vdpau) >= 1.1
BuildRequires:	pkgconfig(libtirpc)

%description
The proprietary driver for NVidia GPUs, long-lived branch 361.x.

%package -n %{driverpkgname}
Summary:	NVIDIA proprietary X.org driver and libraries
Group:		System/Kernel and hardware
Requires(post): update-alternatives >= 1.9.0
Requires(postun): update-alternatives >= 1.9.0
Requires:	x11-server-common
Suggests:	%{drivername}-doc-html = %{version}
# Proper support for versioned kmod() was added in 2008.1:
Requires:	kmod(%{modulename}) = %{version}
# At least mplayer dlopens libvdpau.so.1, so the software will not pull in
# the vdpau library package. We ensure its installation here.
Requires:	%{_lib}vdpau1 >= 1.1

Provides:	nvidia = %{version}-%{release}

Conflicts:	nvidia-current-cuda-opencl <= 295.59-1
Conflicts:	nvidia-current < %{version}-%{release}
Suggests:	nvidia-additional-settings

# nvidia346 and nvidia352 are superceded by nvidia361
Obsoletes:	x11-driver-video-nvidia346 < %{version}-%{release}
Obsoletes:	x11-driver-video-nvidia352 < %{version}-%{release}

%description -n %{driverpkgname}
NVIDIA proprietary X.org graphics driver, related libraries and
configuration tools.

Please use XFdrake to configure your NVIDIA card. The correct packages
will be automatically installed and configured in this case.

%package -n dkms-%{drivername}
Summary:	Kernel module to manage NVIDIA GPUs
Group:		System/Kernel and hardware
Requires:	dkms
Requires(post):	dkms
Requires(preun): dkms
Conflicts:	dkms-nvidia-current < %{version}-%{release}

# nvidia346 and nvidia352 are superceded by nvidia361
Obsoletes:	dkms-nvidia346 < %{version}-%{release}
Obsoletes:	dkms-nvidia352 < %{version}-%{release}

# DKMS package for each long-lived branch should provide this.
# It is needed to prevent the situation when several drivers from different
# branches are installed at the same time. Each of the drivers will have
# alias "nvidia" for modprobe, so they cannot co-exist.
Provides:	nvidia-driver-long-lived = %{version}-%{release}
Conflicts:	nvidia-driver-long-lived < %{version}-%{release}

%description -n dkms-%{drivername}
Kernel module to manage NVIDIA GPUs. This
is to be used with the %{driverpkgname} package.

%package -n %{drivername}-devel
Summary:	NVIDIA OpenGL/CUDA development libraries and headers
Group:		Development/C
Requires:	%{driverpkgname} = %{version}-%{release}
Requires:	%{drivername}-cuda-opencl = %{version}-%{release}
Conflicts:	nvidia-current-devel < %{version}-%{release}
Provides:	nvidia-devel = %{version}-%{release}
Requires:	%{_lib}vdpau-devel

# nvidia346 and nvidia352 are superceded by nvidia361
Obsoletes:	nvidia346-devel < %{version}-%{release}
Obsoletes:	nvidia352-devel < %{version}-%{release}

%description -n %{drivername}-devel
NVIDIA OpenGL/CUDA headers. This package is not required for normal use.

%package -n %{drivername}-cuda-opencl
Summary:	CUDA and OpenCL libraries for NVIDIA proprietary driver
Group:		System/Kernel and hardware
Provides:	%{drivername}-cuda = %{version}-%{release}
Provides:	nvidia-cuda = %{version}-%{release}
Requires:	kmod(%{modulename}) = %{version}
Conflicts:	x11-driver-video-nvidia-current <= 295.59

# nvidia346 and nvidia352 are superceded by nvidia361
Obsoletes:	nvidia346-cuda-opencl < %{version}-%{release}
Obsoletes:	nvidia352-cuda-opencl < %{version}-%{release}

%description -n %{drivername}-cuda-opencl
Cuda and OpenCL libraries for NVIDIA proprietary driver. This package is not
required for normal use, it provides libraries to use NVIDIA cards for High
Performance Computing (HPC).

# HTML doc splitted off because of size, for live cds:
%package -n %{drivername}-doc-html
Summary:	NVIDIA html documentation (%{drivername})
Group:		System/Kernel and hardware
Requires:	%{driverpkgname} = %{version}-%{release}

# nvidia346 and nvidia352 are superceded by nvidia361
Obsoletes:	nvidia346-doc-html < %{version}-%{release}
Obsoletes:	nvidia352-doc-html < %{version}-%{release}

%description -n %{drivername}-doc-html
HTML version of the README.txt file provided in package
%{driverpkgname}.

%prep
%setup -q -c -T -a 2 -a 3 -a 4 -a 5
sh %{nsource} --extract-only

pushd %{pkgname}/
rm -rf usr/src/nv/precompiled
%patch1 -p1
popd

# We need a different dkms.conf because the one supplied in the upstream
# is actually a template. The real file is generated from it by
# nvidia-installer which we do not use.
pushd %{pkgname}/kernel
mv dkms.conf dkms.conf.orig

# Notes from the original dkms.conf:
# ---------------
# By default, DKMS will add KERNELRELEASE to the make command line; however,
# this will cause the kernel module build to infer that it was invoked via
# Kbuild directly instead of DKMS. The dkms(8) manual page recommends quoting
# the 'make' command name to suppress this behavior.
# ---------------
cat > dkms.conf <<EOF
PACKAGE_NAME="nvidia"
PACKAGE_VERSION="%{version}"
BUILT_MODULE_NAME[0]="nvidia"
DEST_MODULE_LOCATION[0]="/kernel/drivers/video"
BUILT_MODULE_NAME[1]="nvidia-modeset"
DEST_MODULE_LOCATION[1]="/kernel/drivers/video"
%ifarch x86_64
BUILT_MODULE_NAME[2]="nvidia-uvm"
DEST_MODULE_LOCATION[2]="/kernel/drivers/video"
MAKE="'make' KERNEL_UNAME=\${kernelver} modules"
%else
MAKE="'make' NV_EXCLUDE_BUILD_MODULES='nvidia-uvm' KERNEL_UNAME=\${kernelver} modules"
%endif
CLEAN="'make' clean"
AUTOINSTALL="yes"
EOF
popd

rm -f nvidia-settings-%{version}/src/*/*.a

%build
# The code contains dozens on top of dozens on top of dozens of "false" positives
export CFLAGS="%optflags -Wno-error=format-security"
export CXXFLAGS="$CFLAGS"
export LDFLAGS="%{?ldflags}"
%make -C nvidia-settings-%{version}/src/libXNVCtrl
%make -C nvidia-settings-%{version} STRIP_CMD=true
%make -C nvidia-xconfig-%{version} STRIP_CMD=true
%make -C nvidia-modprobe-%{version} STRIP_CMD=true
%make -C nvidia-persistenced-%{version} STRIP_CMD=true LIBS="-ltirpc -ldl"

%install

# README.urpmi
cp %{SOURCE101} .

cd %{pkgname}

# dkms
install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}

# menu entry
install -d -m755 %{buildroot}%{_datadir}/%{drivername}
cat > %{buildroot}%{_datadir}/%{drivername}/rosa-nvidia-settings.desktop <<EOF
[Desktop Entry]
Name=NVIDIA Display Settings
Comment=Configure NVIDIA X driver
Exec=%{_bindir}/nvidia-settings
Icon=%{drivername}-settings
Terminal=false
Type=Application
Categories=GTK;Settings;HardwareSettings;X-MandrivaLinux-System-Configuration;
EOF

install -d -m755	%{buildroot}%{_datadir}/applications
touch			%{buildroot}%{_datadir}/applications/rosa-nvidia-settings.desktop

# icons
install -d -m755 %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -strip nvidia-settings.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
convert -strip nvidia-settings.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
convert -strip nvidia-settings.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png

error_fatal() {
	echo "Error: $@." >&2
	exit 1
}

error_unhandled() {
	echo "Warning: $@." >&2
	echo "Warning: $@." >> warns.log
	# cause distro builds to fail in case of unhandled files
	exit 1
}

parseparams() {
	for value in $rest; do
		local param=$1
		[ -n "$param" ] || error_fatal "unhandled parameter $value"
		shift
		eval $param=$value

		[ -n "$value" ] || error_fatal "empty $param"

		# resolve libdir based on $arch
		if [ "$param" = "arch" ]; then
			case "$arch" in
			NATIVE)		nvidia_libdir=%{nvidia_libdir};;
			COMPAT32)	nvidia_libdir=%{nvidia_libdir32};;
			*)		error_fatal "unknown arch $arch"
			esac
		fi
	done
}

add_to_list() {
	# on distro builds, only use .manifest for doc files
	[ "${2#%doc}" = "${2}" ] && return
	local list="$1.files"
	local entry="$2"
	echo $entry >> $list
}

install_symlink() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	ln -s $dest %{buildroot}$dir/$file
	add_to_list $pkg $dir/$file
}

install_lib_symlink() {
	local pkg="$1"
	local dir="$2"
	case "$file" in
	libvdpau_*.so)
		# vdpau drivers => not put into -devel
		;;
	*.so)
		pkg=nvidia-devel;;
	esac
	install_symlink $pkg $dir
}

install_file_only() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	# replace 0444 with more usual 0644
	[ "$perms" = "0444" ] && perms="0644"
	install -m $perms $file %{buildroot}$dir
}

install_file() {
	local pkg="$1"
	local dir="$2"
	install_file_only $pkg $dir
	add_to_list $pkg $dir/$(basename $file)
}

get_module_dir() {
	local subdir="$1"
	case "$subdir" in
	extensions*)	echo %{nvidia_extensionsdir};;
	drivers/)	echo %{nvidia_driversdir};;
	/)		echo %{nvidia_modulesdir};;
	*)		error_unhandled "unhandled module subdir $subdir"
			echo %{nvidia_modulesdir};;
	esac
}

for file in nvidia.files nvidia-devel.files nvidia-cuda.files nvidia-dkms.files nvidia-html.files; do
	rm -f $file
	touch $file
done

# install files according to .manifest
cat .manifest | tail -n +9 | while read line; do
	arch=
	style=
	subdir=
	dest=
	nvidia_libdir=
	inherit_path_str=
	glvnd=

	rest=${line}
	file=${rest%%%% *}
	rest=${rest#* }
	perms=${rest%%%% *}
	rest=${rest#* }
	type=${rest%%%% *}
	[ "${rest#* }" = "$rest" ] && rest= || rest=${rest#* }

	case "$type" in
	CUDA_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	CUDA_SYMLINK)
		parseparams arch subdir dest
		install_lib_symlink nvidia-cuda $nvidia_libdir/$subdir
		;;
	ENCODEAPI_LIB)
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	ENCODEAPI_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	EXPLICIT_PATH)
		parseparams dest
		install_file nvidia %{_datadir}/nvidia
		;;
	NVCUVID_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	NVCUVID_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia-cuda $nvidia_libdir
		;;
	NVIFR_LIB)
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	NVIFR_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	OPENGL_LIB)
		parseparams arch
		install_file nvidia $nvidia_libdir
		;;
	OPENGL_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	GLVND_LIB)
		parseparams arch
		install_file nvidia $nvidia_libdir
		;;
	GLVND_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	GLX_CLIENT_LIB)
		parseparams arch glvnd
		# Skip non-GLVND libraries
		# https://devtalk.nvidia.com/default/topic/915640/unix-graphics-announcements-and-news/multiple-glx-client-libraries-in-the-nvidia-linux-driver-installer-package/
		[ t"${glvnd}" == "tGLVND" ] && install_file nvidia $nvidia_libdir
		;;
	GLX_CLIENT_SYMLINK)
		# Skip non-GLVND libraries
		parseparams arch dest glvnd
		[ t"${glvnd}" == "tGLVND" ] && install_lib_symlink nvidia $nvidia_libdir
		;;
	TLS_LIB)
		parseparams arch style subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	TLS_SYMLINK)
		parseparams arch style subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB)
		# backward-compatibility
		[ -n "${rest}" ] || rest="NATIVE $rest"
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB_SYMLINK)
		# backward-compatibility
		[ "${rest#* }" != "$rest" ] || rest="NATIVE $rest"
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	OPENCL_LIB)
		[ -n "${rest}" ] || rest="NATIVE $rest"
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	OPENCL_LIB_SYMLINK)
		[ "${rest#* }" != "$rest" ] || rest="NATIVE $rest"
		parseparams arch subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	OPENCL_WRAPPER_LIB)
		[ -n "${rest}" ] || rest="NATIVE $rest"
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	OPENCL_WRAPPER_SYMLINK)
		[ "${rest#* }" != "$rest" ] || rest="NATIVE $rest"
		parseparams arch subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_LIB)
		parseparams arch subdir
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_SYMLINK)
		parseparams arch subdir dest
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_WRAPPER_LIB)
		parseparams arch subdir
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_WRAPPER_SYMLINK)
		parseparams arch subdir dest
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	XLIB_STATIC_LIB)
		install_file nvidia-devel %{nvidia_libdir}
		;;
	XLIB_SHARED_LIB)
		install_file nvidia %{nvidia_libdir}
		;;
	XLIB_SYMLINK)
		parseparams dest
		install_lib_symlink nvidia %{nvidia_libdir}
		;;
	LIBGL_LA)
		# (Anssi) we don't install .la files
		;;
	XMODULE_SHARED_LIB|GLX_MODULE_SHARED_LIB)
		parseparams subdir
		install_file nvidia $(get_module_dir $subdir)
		;;
	XMODULE_NEWSYM)
		# symlink that is created only if it doesn't already
		# exist (i.e. as part of x11-server)
		case "$file" in
		libwfb.so)
			continue
			;;
		*)
			error_unhandled "unknown XMODULE_NEWSYM type file $file, skipped"
			continue
		esac
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	XMODULE_SYMLINK|GLX_MODULE_SYMLINK)
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	VDPAU_HEADER)
		continue
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	OPENGL_HEADER|CUDA_HEADER)
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	DOCUMENTATION)
		parseparams subdir
		case $subdir in
		*/html)
			add_to_list nvidia-html "%%doc %{pkgname}/$file"
			continue
			;;
		*/include/*)
			continue
			;;
		esac
		case $file in
		*XF86Config*|*nvidia-settings.png)
			continue;;
		esac
		add_to_list nvidia "%%doc %{pkgname}/$file"
		;;
	MANPAGE|NVIDIA_MODPROBE_MANPAGE)
		parseparams subdir
		case "$file" in
		*nvidia-installer*)
			# not installed
			continue
			;;
		*nvidia-settings*|*nvidia-xconfig*|*nvidia-modprobe*|*nvidia-persistenced*)
			# installed separately below
			continue
			;;
		*nvidia-smi*|*nvidia-cuda-mps-control*)
			# ok
			;;
		*)
			error_unhandled "skipped unknown man page $(basename $file)"
			continue
		esac
		install_file_only nvidia %{_mandir}/$subdir
		;;
	UTILITY_BINARY)
		case "$file" in
		*nvidia-settings|*nvidia-xconfig|*nvidia-persistenced)
			# not installed, we install our own copy
			continue
			;;
		*nvidia-smi|*nvidia-bug-report.sh|*nvidia-debugdump)
			# ok
			;;
		*nvidia-cuda-mps-control|*nvidia-cuda-mps-server)
			# ok
			;;
		*)
			error_unhandled "unknown binary $(basename $file) will be installed to %{nvidia_bindir}/$(basename $file)"
			;;
		esac
		install_file nvidia %{nvidia_bindir}
		;;
	UTILITY_BIN_SYMLINK)
		case $file in nvidia-uninstall) continue;; esac
		parseparams dest
		install_symlink nvidia %{nvidia_bindir}
		;;
	NVIDIA_MODPROBE)
		# A suid-root tool (GPLv2) used as fallback for loading the module and
		# creating the device nodes in case the driver component is running as
		# a non-root user (e.g. a CUDA application). While the module is automatically
		# loaded by udev rules, the device nodes are not automatically created
		# like with regular drivers and therefore this tool is installed on
		# ROSA as well, at least for now.
		;;
	INSTALLER_BINARY)
		# not installed
		;;
	KERNEL_MODULE_SRC)
		# These lines now have an item like "INHERIT_PATH_DEPTH:1"
		# It specifies, how many components of the path to skip.
		# For example, the manifest mat contain the following line:
		#   kernel/nvidia/nv.c 0644 KERNEL_MODULE_SRC INHERIT_PATH_DEPTH:1
		# Skip one component of the path as suggested by INHERIT_PATH_DEPTH:1,
		# and we get "nvidia/nv.c", which should be installed as
		# /usr/src/<driver-version-release>/nvidia/nv.c.
		parseparams inherit_path_str
		if [ $inherit_path_str != "INHERIT_PATH_DEPTH:1" ]; then
			error_unhandled "unexpected option for $file: \"$inherit_path_str\"."
		fi
		dest=$(echo $file | sed 's/[^/]*\///')
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}/$(dirname $dest)
		;;
	DKMS_CONF)
		# We will replace it with our own dkms.conf below but the
		# file must be listed anyway.
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}
		;;
	CUDA_ICD)
		# in theory this should go to the cuda subpackage, but it goes into the main package
		# as this avoids one broken symlink and it is small enough to not cause space issues
		install_file nvidia %{_sysconfdir}/%{drivername}
		;;
	APPLICATION_PROFILE)
		parseparams subdir
		# application profile filenames are versioned, we can use a common
		# non-alternativesized directory
		install_file nvidia %{_datadir}/nvidia/$subdir
		;;
	DOT_DESKTOP)
		# we provide our own for now
		;;
	XORG_OUTPUTCLASS_CONFIG)
		# nvidia-drm-outputclass.conf allows to load the appropriate
		# X11 driver automatically if nvidia kernel module is used
		# by the graphics device. Xorg >= 1.16.
		# Not needed in our case, because XFdrake should create the
		# Xorg config appropriately.
		;;
	*)
		error_unhandled "file $(basename $file) of unknown type $type will be skipped"
	esac
done

[ -z "$warnings" ] || echo "Please file a bug about the above warnings at http://bugs.rosalinux.ru/." >> warns.log

# Create the convenience symlinks. As the packages with nvidia are mutually
# exclusive now, there is no need to use alternatives for this.
ln -s %{nvidia_libdir} %{buildroot}%{_libdir}/nvidia
%ifarch %{biarches}
	ln -s %{nvidia_libdir32} %{buildroot}%{_prefix}/lib/nvidia
%endif

# confirm SONAME; if something else than libvdpau_nvidia.so or libvdpau_nvidia.so.1, adapt .spec as needed:
[ "$(objdump -p %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} | grep SONAME | gawk '{ print $2 }')" = "libvdpau_nvidia.so.1" ]

rm -f %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.1
rm -f %{buildroot}%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.1

# vdpau alternative symlink
install -d -m755 %{buildroot}%{_libdir}/vdpau
touch %{buildroot}%{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
install -d -m755 %{buildroot}%{_prefix}/lib/vdpau
touch %{buildroot}%{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

# self-built binaries
install -m755 ../nvidia-settings-%{version}/src/_out/*/nvidia-settings %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-persistenced-%{version}/_out/*/nvidia-persistenced %{buildroot}%{nvidia_bindir}
install -m4755 ../nvidia-modprobe-%{version}/_out/*/nvidia-modprobe %{buildroot}%{nvidia_bindir}

# binary alternatives
install -d -m755			%{buildroot}%{_bindir}
touch					%{buildroot}%{_bindir}/nvidia-debugdump
touch					%{buildroot}%{_bindir}/nvidia-settings
touch					%{buildroot}%{_bindir}/nvidia-smi
touch					%{buildroot}%{_bindir}/nvidia-xconfig
touch					%{buildroot}%{_bindir}/nvidia-bug-report.sh
touch					%{buildroot}%{_bindir}/nvidia-modprobe
touch					%{buildroot}%{_bindir}/nvidia-persistenced
touch					%{buildroot}%{_bindir}/nvidia-cuda-mps-control
touch					%{buildroot}%{_bindir}/nvidia-cuda-mps-server
# rpmlint:
chmod 0755				%{buildroot}%{_bindir}/*

# install man pages
install -m644 ../nvidia-settings-%{version}/doc/_out/*/nvidia-settings.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-modprobe-%{version}/_out/*/nvidia-modprobe.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-persistenced-%{version}/_out/*/nvidia-persistenced.1 %{buildroot}%{_mandir}/man1

# bug #41638 - whatis entries of nvidia man pages appear wrong
gunzip %{buildroot}%{_mandir}/man1/*.gz
sed -r -i '/^nvidia\\-[a-z]+ \\- NVIDIA/s,^nvidia\\-,nvidia-,' %{buildroot}%{_mandir}/man1/*.1
cd %{buildroot}%{_mandir}/man1
rename nvidia alt-%{drivername} *
cd -
touch %{buildroot}%{_mandir}/man1/nvidia-xconfig.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-settings.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-modprobe.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-persistenced.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-smi.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension}

# cuda nvidia.icd
install -d -m755		%{buildroot}%{_sysconfdir}/OpenCL/vendors
touch				%{buildroot}%{_sysconfdir}/OpenCL/vendors/nvidia.icd

# ld.so.conf
install -d -m755		%{buildroot}%{_sysconfdir}/%{drivername}
echo "%{nvidia_libdir}" >	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%ifarch %{biarches}
echo "%{nvidia_libdir32}" >>	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%endif
install -d -m755		%{buildroot}%{_sysconfdir}/ld.so.conf.d
touch				%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

# modprobe.d
install -d -m755			%{buildroot}%{_sysconfdir}/modprobe.d

# Allow the users to load this kernel module as "nvidia361" as well.
echo "alias %{drivername} nvidia" > %{buildroot}%{_sysconfdir}/modprobe.d/%{drivername}.conf

# xinit script
install -d -m755 %{buildroot}%{_sysconfdir}/%{drivername}
cat > %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit <<EOF
# to be sourced
#
# Do not modify this file; the changes will be overwritten.
# If you want to disable automatic configuration loading, create
# /etc/sysconfig/nvidia-settings with this line: LOAD_NVIDIA_SETTINGS="no"
#
LOAD_NVIDIA_SETTINGS="yes"
[ -f %{_sysconfdir}/sysconfig/nvidia-settings ] && . %{_sysconfdir}/sysconfig/nvidia-settings
[ "\$LOAD_NVIDIA_SETTINGS" = "yes" ] && %{_bindir}/nvidia-settings --load-config-only
EOF
chmod 0755 %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
install -d -m755 %{buildroot}%{_sysconfdir}/X11/xinit.d
touch %{buildroot}%{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit

export EXCLUDE_FROM_STRIP="$(find %{buildroot} -type f \! -name nvidia-settings \! -name nvidia-xconfig \! -name nvidia-modprobe \! -name nvidia-persistenced)"

%post -n %{driverpkgname}
# XFdrake used to generate an nvidia.conf file
[ -L %{_sysconfdir}/modprobe.d/nvidia.conf ] || rm -f %{_sysconfdir}/modprobe.d/nvidia.conf

current_glconf="$(readlink -e %{_sysconfdir}/ld.so.conf.d/GL.conf)"

# owned by libvdpau1, created in case libvdpau1 is installed only just after
# this package
mkdir -p %{_libdir}/vdpau

%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf %{priority} \
	--slave %{_mandir}/man1/nvidia-settings.1%{_extension} man_nvidiasettings%{_extension} %{_mandir}/man1/alt-%{drivername}-settings.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-xconfig.1%{_extension} man_nvidiaxconfig%{_extension} %{_mandir}/man1/alt-%{drivername}-xconfig.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-smi.1%{_extension} nvidia-smi.1%{_extension} %{_mandir}/man1/alt-%{drivername}-smi.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension} nvidia-cuda-mps-control.1%{_extension} %{_mandir}/man1/alt-%{drivername}-cuda-mps-control.1%{_extension} \
	--slave %{_datadir}/applications/rosa-nvidia-settings.desktop nvidia_desktop %{_datadir}/%{drivername}/rosa-nvidia-settings.desktop \
	--slave %{_bindir}/nvidia-settings nvidia_settings %{nvidia_bindir}/nvidia-settings \
	--slave %{_bindir}/nvidia-smi nvidia_smi %{nvidia_bindir}/nvidia-smi \
	--slave %{_bindir}/nvidia-xconfig nvidia_xconfig %{nvidia_bindir}/nvidia-xconfig \
	--slave %{_bindir}/nvidia-debugdump nvidia-debugdump %{nvidia_bindir}/nvidia-debugdump \
	--slave %{_bindir}/nvidia-bug-report.sh nvidia_bug_report %{nvidia_bindir}/nvidia-bug-report.sh \
	--slave %{_bindir}/nvidia-cuda-mps-control nvidia-cuda-mps-control %{nvidia_bindir}/nvidia-cuda-mps-control \
	--slave %{_bindir}/nvidia-cuda-mps-server nvidia-cuda-mps-server %{nvidia_bindir}/nvidia-cuda-mps-server \
	--slave %{_bindir}/nvidia-modprobe nvidia-modprobe %{nvidia_bindir}/nvidia-modprobe \
	--slave %{_bindir}/nvidia-persistenced nvidia-persistenced %{nvidia_bindir}/nvidia-persistenced \
	--slave %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit nvidia-settings.xinit %{_sysconfdir}/%{drivername}/nvidia-settings.xinit \
	--slave %{_libdir}/vdpau/libvdpau_nvidia.so.1 %{_lib}vdpau_nvidia.so.1 %{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} \
	--slave %{_sysconfdir}/OpenCL/vendors/nvidia.icd nvidia.icd %{_sysconfdir}/%{drivername}/nvidia.icd \
%ifarch %{biarches}
	--slave %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1 libvdpau_nvidia.so.1 %{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version} \
%endif
	--slave %{xorg_extra_modules} xorg_extra_modules %{nvidia_extensionsdir} \


%{_sbindir}/update-alternatives --set gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf

# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

%postun -n %{driverpkgname}
if [ ! -f %{_sysconfdir}/%{drivername}/ld.so.conf ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

%post -n %{drivername}-cuda-opencl
# Explicit /sbin/ldconfig due to a non-standard library directory.
/sbin/ldconfig -X

%post -n %{drivername}-devel
# Explicit /sbin/ldconfig due to a non-standard library directory.
# The applications like Blender may need to find libcuda.so, for example.
/sbin/ldconfig -X

%postun -n %{drivername}-devel
# Explicit /sbin/ldconfig due to a non-standard library directory.
/sbin/ldconfig -X

%post -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade add -m %{drivername} -v %{version}-%{release}

# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
	kk=$(echo $kk | sed 's/^\/lib\/modules\///');
	if test -d "/lib/modules/$kk/build"; then
# Remove the modules that use the obsolete naming convention first
# to make the upgrade smoother (otherwise they may remain in the system
# and cause trouble).
		rm -f /lib/modules/$kk/kernel/drivers/video/nvidia3*.ko
		rm -f /lib/modules/$kk/kernel/drivers/video/nvidia-current.ko
# Now build and install the newer modules
		/usr/sbin/dkms --rpm_safe_upgrade build -m %{drivername} -v %{version}-%{release} -k $kk &&
		/usr/sbin/dkms --rpm_safe_upgrade install -m %{drivername} -v %{version}-%{release} -k $kk || true
	else
		echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
	fi;
done

# Just in case the user reboots the system too quickly and sync is not
# done automatically.
sync

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%preun -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{drivername} -v %{version}-%{release} --all || true

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%files -n %{driverpkgname} -f %{pkgname}/nvidia.files
# other documentation files are listed in nvidia.files
%doc README.urpmi

# ld.so.conf, modprobe.conf, xinit
%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%ghost %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit
%dir %{_sysconfdir}/%{drivername}
%{_sysconfdir}/modprobe.d/%{drivername}.conf
%{_sysconfdir}/%{drivername}/ld.so.conf
%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
%{_sysconfdir}/%{drivername}/nvidia.icd
%dir %{_datadir}/nvidia
%{_datadir}/nvidia/nvidia-application-profiles-%{version}-rc
%{_datadir}/nvidia/nvidia-application-profiles-%{version}-key-documentation

%dir %{_sysconfdir}/OpenCL
%dir %{_sysconfdir}/OpenCL/vendors
%ghost %{_sysconfdir}/OpenCL/vendors/nvidia.icd

%ghost %{_bindir}/nvidia-debugdump
%ghost %{_bindir}/nvidia-settings
%ghost %{_bindir}/nvidia-smi
%ghost %{_bindir}/nvidia-xconfig
%ghost %{_bindir}/nvidia-modprobe
%ghost %{_bindir}/nvidia-persistenced
%ghost %{_bindir}/nvidia-bug-report.sh
%ghost %{_bindir}/nvidia-cuda-mps-control
%ghost %{_bindir}/nvidia-cuda-mps-server
%dir %{nvidia_bindir}
%{nvidia_bindir}/nvidia-debugdump
%{nvidia_bindir}/nvidia-settings
%{nvidia_bindir}/nvidia-smi
%{nvidia_bindir}/nvidia-xconfig
%{nvidia_bindir}/nvidia-modprobe
%{nvidia_bindir}/nvidia-persistenced
%{nvidia_bindir}/nvidia-bug-report.sh
%{nvidia_bindir}/nvidia-cuda-mps-control
%{nvidia_bindir}/nvidia-cuda-mps-server

%ghost %{_mandir}/man1/nvidia-xconfig.1%{_extension}
%ghost %{_mandir}/man1/nvidia-settings.1%{_extension}
%ghost %{_mandir}/man1/nvidia-modprobe.1%{_extension}
%ghost %{_mandir}/man1/nvidia-persistenced.1%{_extension}
%ghost %{_mandir}/man1/nvidia-smi.1%{_extension}
%ghost %{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension}
%{_mandir}/man1/alt-%{drivername}-xconfig.1*
%{_mandir}/man1/alt-%{drivername}-settings.1*
%{_mandir}/man1/alt-%{drivername}-modprobe.1*
%{_mandir}/man1/alt-%{drivername}-persistenced.1*
%{_mandir}/man1/alt-%{drivername}-smi.1*
%{_mandir}/man1/alt-%{drivername}-cuda-mps-control.1*

%ghost %{_datadir}/applications/rosa-nvidia-settings.desktop
%dir %{_datadir}/%{drivername}
%{_datadir}/%{drivername}/rosa-nvidia-settings.desktop

%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png

%dir %{nvidia_libdir}
%dir %{nvidia_libdir}/tls
%dir %{nvidia_libdir}/vdpau
%{_libdir}/nvidia
%{nvidia_libdir}/libGL.so.1.0.0
%{nvidia_libdir}/libGL.so.1
%{nvidia_libdir}/libGLX.so.0
%{nvidia_libdir}/libGLX_nvidia.so.%{version}
%{nvidia_libdir}/libGLX_nvidia.so.0
%{nvidia_libdir}/libGLX_indirect.so.0
%{nvidia_libdir}/libGLdispatch.so.0
%{nvidia_libdir}/libOpenGL.so.0
%{nvidia_libdir}/libnvidia-fatbinaryloader.so.%{version}
%{nvidia_libdir}/libnvidia-ptxjitcompiler.so.%{version}
%{nvidia_libdir}/libnvidia-glcore.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.%{version}
%{nvidia_libdir}/libnvidia-tls.so.%{version}
%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir}/libEGL.so.1
%{nvidia_libdir}/libEGL_nvidia.so.0
%{nvidia_libdir}/libEGL_nvidia.so.%{version}
%{nvidia_libdir}/libGLESv1_CM.so.1
%{nvidia_libdir}/libGLESv1_CM_nvidia.so.1
%{nvidia_libdir}/libGLESv1_CM_nvidia.so.%{version}
%{nvidia_libdir}/libGLESv2.so.2
%{nvidia_libdir}/libGLESv2_nvidia.so.2
%{nvidia_libdir}/libGLESv2_nvidia.so.%{version}
%{nvidia_libdir}/libnvidia-eglcore.so.%{version}
%{nvidia_libdir}/libnvidia-glsi.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.1
%{nvidia_libdir}/libnvidia-fbc.so.1
%{nvidia_libdir}/libnvidia-fbc.so.%{version}
%{nvidia_libdir}/libnvidia-ifr.so.1
%{nvidia_libdir}/libnvidia-ifr.so.%{version}
%{nvidia_libdir}/libnvidia-ml.so.1
%{nvidia_libdir}/libnvidia-ml.so.%{version}
%{nvidia_libdir}/libvdpau_nvidia.so
%{nvidia_libdir}/tls/libnvidia-tls.so.%{version}
%{nvidia_libdir}/libnvidia-gtk2.so.%{version}
%{nvidia_libdir}/libnvidia-gtk3.so.%{version}
%ifarch %{biarches}
%dir %{nvidia_libdir32}
%dir %{nvidia_libdir32}/tls
%dir %{nvidia_libdir32}/vdpau
%{_prefix}/lib/nvidia
%{nvidia_libdir32}/libGL.so.1.0.0
%{nvidia_libdir32}/libGL.so.1
%{nvidia_libdir32}/libGLX.so.0
%{nvidia_libdir32}/libGLX_nvidia.so.%{version}
%{nvidia_libdir32}/libGLX_nvidia.so.0
%{nvidia_libdir32}/libGLX_indirect.so.0
%{nvidia_libdir32}/libGLdispatch.so.0
%{nvidia_libdir32}/libOpenGL.so.0
%{nvidia_libdir32}/libnvidia-fatbinaryloader.so.%{version}
%{nvidia_libdir32}/libnvidia-ptxjitcompiler.so.%{version}
%{nvidia_libdir32}/libnvidia-glcore.so.%{version}
%{nvidia_libdir32}/libnvidia-ifr.so.1
%{nvidia_libdir32}/libnvidia-ifr.so.%{version}
%{nvidia_libdir32}/libnvidia-ml.so.1
%{nvidia_libdir32}/libnvidia-ml.so.%{version}
%{nvidia_libdir32}/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libvdpau_nvidia.so
%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir32}/tls/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libnvidia-fbc.so.1
%{nvidia_libdir32}/libnvidia-fbc.so.%{version}
%{nvidia_libdir32}/libEGL.so.1
%{nvidia_libdir32}/libEGL_nvidia.so.0
%{nvidia_libdir32}/libEGL_nvidia.so.%{version}
%{nvidia_libdir32}/libGLESv1_CM.so.1
%{nvidia_libdir32}/libGLESv1_CM_nvidia.so.1
%{nvidia_libdir32}/libGLESv1_CM_nvidia.so.%{version}
%{nvidia_libdir32}/libGLESv2.so.2
%{nvidia_libdir32}/libGLESv2_nvidia.so.2
%{nvidia_libdir32}/libGLESv2_nvidia.so.%{version}
%{nvidia_libdir32}/libnvidia-eglcore.so.%{version}
%{nvidia_libdir32}/libnvidia-glsi.so.%{version}
%endif

%ghost %{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
# avoid unowned directory
%dir %{_prefix}/lib/vdpau
%ghost %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

%dir %{nvidia_modulesdir}
%{nvidia_modulesdir}/libnvidia-wfb.so.1
%{nvidia_modulesdir}/libnvidia-wfb.so.%{version}
%{nvidia_extensionsdir}/libglx.so.%{version}
%{nvidia_extensionsdir}/libglx.so
%{nvidia_driversdir}/nvidia_drv.so

%files -n %{drivername}-devel -f %{pkgname}/nvidia-devel.files
%{_includedir}/%{drivername}
%{nvidia_libdir}/libGL.so
%{nvidia_libdir}/libOpenGL.so
%{nvidia_libdir}/libGLX.so
%{nvidia_libdir}/libEGL.so
%{nvidia_libdir}/libGLESv1_CM.so
%{nvidia_libdir}/libGLESv2.so
%{nvidia_libdir}/libcuda.so
%{nvidia_libdir}/libnvcuvid.so
%{nvidia_libdir}/libnvidia-cfg.so
%{nvidia_libdir}/libnvidia-fbc.so
%{nvidia_libdir}/libnvidia-ifr.so
%{nvidia_libdir}/libOpenCL.so
%{nvidia_libdir}/libnvidia-ml.so
%{nvidia_libdir}/libnvidia-encode.so
%ifarch %{biarches}
%{nvidia_libdir32}/libGL.so
%{nvidia_libdir32}/libOpenGL.so
%{nvidia_libdir32}/libGLX.so
%{nvidia_libdir32}/libEGL.so
%{nvidia_libdir32}/libGLESv1_CM.so
%{nvidia_libdir32}/libGLESv2.so
%{nvidia_libdir32}/libcuda.so
%{nvidia_libdir32}/libnvcuvid.so
%{nvidia_libdir32}/libnvidia-fbc.so
%{nvidia_libdir32}/libnvidia-ifr.so
%{nvidia_libdir32}/libOpenCL.so
%{nvidia_libdir32}/libnvidia-ml.so
%{nvidia_libdir32}/libnvidia-encode.so
%endif

%files -n dkms-%{drivername}
%doc %{pkgname}/LICENSE
%{_usrsrc}/%{drivername}-%{version}-%{release}

%files -n %{drivername}-doc-html -f %{pkgname}/nvidia-html.files

%files -n %{drivername}-cuda-opencl -f %{pkgname}/nvidia-cuda.files
%{nvidia_libdir}/libnvcuvid.so.%{version}
%{nvidia_libdir}/libnvcuvid.so.1
%{nvidia_libdir}/libnvidia-encode.so.1
%{nvidia_libdir}/libnvidia-encode.so.%{version}
%{nvidia_libdir}/libOpenCL.so.1.0.0
%{nvidia_libdir}/libOpenCL.so.1.0
%{nvidia_libdir}/libOpenCL.so.1
%{nvidia_libdir}/libnvidia-compiler.so.%{version}
%{nvidia_libdir}/libcuda.so.%{version}
%{nvidia_libdir}/libcuda.so.1
%{nvidia_libdir}/libnvidia-opencl.so.%{version}
%{nvidia_libdir}/libnvidia-opencl.so.1
%ifarch x86_64
%{nvidia_libdir32}/libnvidia-opencl.so.*
%{nvidia_libdir32}/libnvcuvid.so.%{version}
%{nvidia_libdir32}/libnvcuvid.so.1
%{nvidia_libdir32}/libnvidia-encode.so.1
%{nvidia_libdir32}/libnvidia-encode.so.%{version}
%endif
%ifarch %{biarches}
%{nvidia_libdir32}/libOpenCL.so.1.0.0
%{nvidia_libdir32}/libOpenCL.so.1.0
%{nvidia_libdir32}/libOpenCL.so.1
%{nvidia_libdir32}/libnvidia-compiler.so.%{version}
%{nvidia_libdir32}/libcuda.so.%{version}
%{nvidia_libdir32}/libcuda.so.1
%endif

%changelog

* Wed May 04 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 361.42-3
- (449850e) Explicitly remove the modules with the older naming convention
- (449850e) After the rename of the main module back to nvidia.ko, dkms.conf
- (449850e) changed. It seems, DKMS uses only the newer dkms.conf when the package
- (449850e) is upgraded and does not remove nvidiaXYZ.ko as a result.
- (449850e) This causes trouble because nvidia.ko gets installed to the system too.
- (449850e) At boot time, the system may choose incorrect driver and fail to start
- (449850e) the graphics.
- (449850e) Removing nvidia3*.ko and nvidia-current.ko explicitly to avoid that.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26525 |14nu|nvidia375-375.26-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# (tpg) disable interall rpm dependency generator
# define _use_internal_dependency_generator 0

# Disable debug rpms.
%define _enable_debug_packages 	%{nil}
%define debug_package 		%{nil}

%define name		nvidia375

# When updating, please add new ids to ldetect-lst (merge2pcitable.pl)
%define version		375.26

%define priority	9700

%define pkgname32	NVIDIA-Linux-x86-%{version}
%define pkgname64	NVIDIA-Linux-x86_64-%{version}

# Disable when the sources aren't on ftp yet, but can be downloaded from
# http://us.download.nvidia.com
%define ftp 1

%define drivername		%{name}
%define driverpkgname		x11-driver-video-%{drivername}
%define modulename		nvidia
# for description and documentation
%define xorg_extra_modules	%{_libdir}/xorg/extra-modules
%define nvidia_driversdir	%{_libdir}/%{drivername}/xorg
%define nvidia_extensionsdir	%{_libdir}/%{drivername}/xorg
%define nvidia_modulesdir	%{_libdir}/%{drivername}/xorg
%define nvidia_libdir		%{_libdir}/%{drivername}
%define nvidia_libdir32		%{_prefix}/lib/%{drivername}
%define nvidia_bindir		%{nvidia_libdir}/bin
# The entry in Cards+ this driver should be associated with, if there is
# no entry in ldetect-lst default pcitable:
# cooker ldetect-lst should be up-to-date
%define ldetect_cards_name	%nil

%define biarches x86_64

%ifarch %{ix86}
%define nsource %{SOURCE0}
%define pkgname %{pkgname32}
%endif
%ifarch x86_64
%define nsource %{SOURCE1}
%define pkgname %{pkgname64}
%endif

# Other packages should not require any NVIDIA libraries, and this package
# should not be pulled in when libGL.so.1 is required
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)|devel\\(libGL(.*)|devel\\(libEGL.*'
%define common_requires_exceptions libGLcore\\.so|libnv.*\\.so|libGL(.*)
%else
%define _provides_exceptions \\.so
%define common_requires_exceptions libGLcore\\.so\\|libnv.*\\.so
%endif

%ifarch %{biarches}
# (anssi) Allow installing of 64-bit package if the runtime dependencies
# of 32-bit libraries are not satisfied. If a 32-bit package that requires
# libGL.so.1 is installed, the 32-bit mesa libs are pulled in and that will
# pull the dependencies of 32-bit nvidia libraries in as well.
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}|lib.*so\\.[^(]+(\\([^)]+\\))?$'
%else
%define __noautoreq %{common_requires_exceptions}\\|lib.*so\\.[^(]\\+\\(([^)]\\+)\\)\\?$
%endif
%else
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}'
%else
%define __noautoreq %{common_requires_exceptions}
%endif
%endif

# (anssi) Workaround wrong linking as of 310.19.
# This will probably be fixed soon (at least similar issues have been in the past).
# https://devtalk.nvidia.com/default/topic/523762/libnvidia-encode-so-310-19-has-dependency-on-missing-library/
%define _exclude_files_from_autoreq libnvidia-encode.so.%version

Summary:	NVIDIA proprietary X.org driver and libraries
Name:		%{name}
Version:	%{version}
Release:	2

%if %{ftp}
Source0:	ftp://download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	ftp://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
Source4:	ftp://download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-%{version}.tar.bz2
Source5:	ftp://download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-%{version}.tar.bz2
%else
Source0:	http://us.download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	http://us.download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	http://us.download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	http://us.download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
Source4:	http://us.download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-%{version}.tar.bz2
Source5:	http://us.download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-%{version}.tar.bz2
%endif
Source100:	nvidia375.rpmlintrc
Source101:	README.urpmi

# Starting from v. 352.x, the build system checks if the kernel provides
# phys_to_dma() function and if so, tries to use that function. However,
# phys_to_dma() is nether exported nor inline on x86-32 with
# CONFIG_X86_DMA_REMAP=y (selected by CONFIG_STA2X11), so a non-functional
# driver is built then.
# However, phys_to_dma() does nothing special except for some exotic
# hardware. If the function is missing, the driver seems to do the necessary
# conversions right, so let us assume it is missing.
Patch1:		nvidia375-no-phys_to_dma.patch

License:	Freeware
URL:		http://www.nvidia.com/object/unix.html
Group:		System/Kernel and hardware
Provides:	should-restart = system
ExclusiveArch:	%{ix86} x86_64

BuildRequires:	imagemagick
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(vdpau) >= 1.1
BuildRequires:	pkgconfig(libtirpc)

%description
The proprietary driver for NVidia GPUs, long-lived branch 375.x.

%package -n %{driverpkgname}
Summary:	NVIDIA proprietary X.org driver and libraries
Group:		System/Kernel and hardware
Requires(post): update-alternatives >= 1.9.0
Requires(postun): update-alternatives >= 1.9.0
Requires:	x11-server-common
Suggests:	%{drivername}-doc-html = %{version}
# Proper support for versioned kmod() was added in 2008.1:
Requires:	kmod(%{modulename}) = %{version}
# At least mplayer dlopens libvdpau.so.1, so the software will not pull in
# the vdpau library package. We ensure its installation here.
Requires:	%{_lib}vdpau1 >= 1.1

Provides:	nvidia = %{version}-%{release}

Conflicts:	nvidia-current-cuda-opencl <= 295.59-1
Conflicts:	nvidia-current
Conflicts:	x11-driver-video-nvidia-current
Suggests:	nvidia-additional-settings

# nvidia346 - nvidia367 are superceded by nvidia375
Obsoletes:	x11-driver-video-nvidia346 < %{version}-%{release}
Obsoletes:	x11-driver-video-nvidia352 < %{version}-%{release}
Obsoletes:	x11-driver-video-nvidia361 < %{version}-%{release}
Obsoletes:	x11-driver-video-nvidia367 < %{version}-%{release}

%description -n %{driverpkgname}
NVIDIA proprietary X.org graphics driver, related libraries and
configuration tools.

Please use XFdrake to configure your NVIDIA card. The correct packages
will be automatically installed and configured in this case.

%package -n dkms-%{drivername}
Summary:	Kernel module to manage NVIDIA GPUs
Group:		System/Kernel and hardware
Requires:	dkms
Requires(post):	dkms
Requires(preun): dkms

# Helps when nvidia-current is based on the same version of the drivers.
Conflicts:	dkms-nvidia-current

# nvidia346 - nvidia367 are superceded by nvidia375
Obsoletes:	dkms-nvidia346 < %{version}-%{release}
Obsoletes:	dkms-nvidia352 < %{version}-%{release}
Obsoletes:	dkms-nvidia361 < %{version}-%{release}
Obsoletes:	dkms-nvidia367 < %{version}-%{release}

# DKMS package for each long-lived branch should provide this.
# It is needed to prevent the situation when several drivers from different
# branches are installed at the same time. Each of the drivers will have
# alias "nvidia" for modprobe, so they cannot co-exist.
Provides:	nvidia-driver-long-lived = %{version}-%{release}
Conflicts:	nvidia-driver-long-lived < %{version}-%{release}

%description -n dkms-%{drivername}
Kernel module to manage NVIDIA GPUs. This
is to be used with the %{driverpkgname} package.

%package -n %{drivername}-devel
Summary:	NVIDIA OpenGL/CUDA development libraries and headers
Group:		Development/C
Requires:	%{driverpkgname} = %{version}-%{release}
Requires:	%{drivername}-cuda-opencl = %{version}-%{release}
Conflicts:	nvidia-current-devel
Provides:	nvidia-devel = %{version}-%{release}
Requires:	%{_lib}vdpau-devel

# nvidia346 - nvidia367 are superceded by nvidia375
Obsoletes:	nvidia346-devel < %{version}-%{release}
Obsoletes:	nvidia352-devel < %{version}-%{release}
Obsoletes:	nvidia361-devel < %{version}-%{release}
Obsoletes:	nvidia367-devel < %{version}-%{release}

%description -n %{drivername}-devel
NVIDIA OpenGL/CUDA headers. This package is not required for normal use.

%package -n %{drivername}-cuda-opencl
Summary:	CUDA and OpenCL libraries for NVIDIA proprietary driver
Group:		System/Kernel and hardware
Provides:	%{drivername}-cuda = %{version}-%{release}
Provides:	nvidia-cuda = %{version}-%{release}
Requires:	kmod(%{modulename}) = %{version}
Conflicts:	x11-driver-video-nvidia-current <= 295.59
Conflicts:	nvidia-current-cuda-opencl

# nvidia346 - nvidia367 are superceded by nvidia375
Obsoletes:	nvidia346-cuda-opencl < %{version}-%{release}
Obsoletes:	nvidia352-cuda-opencl < %{version}-%{release}
Obsoletes:	nvidia361-cuda-opencl < %{version}-%{release}
Obsoletes:	nvidia367-cuda-opencl < %{version}-%{release}

%description -n %{drivername}-cuda-opencl
Cuda and OpenCL libraries for NVIDIA proprietary driver. This package is not
required for normal use, it provides libraries to use NVIDIA cards for High
Performance Computing (HPC).

# HTML doc splitted off because of size, for live cds:
%package -n %{drivername}-doc-html
Summary:	NVIDIA html documentation (%{drivername})
Group:		System/Kernel and hardware
Requires:	%{driverpkgname} = %{version}-%{release}

Conflicts:	nvidia-current-doc-html

# nvidia346 - nvidia367 are superceded by nvidia375
Obsoletes:	nvidia346-doc-html < %{version}-%{release}
Obsoletes:	nvidia352-doc-html < %{version}-%{release}
Obsoletes:	nvidia361-doc-html < %{version}-%{release}
Obsoletes:	nvidia367-doc-html < %{version}-%{release}

%description -n %{drivername}-doc-html
HTML version of the README.txt file provided in package
%{driverpkgname}.

%prep
%setup -q -c -T -a 2 -a 3 -a 4 -a 5
sh %{nsource} --extract-only

pushd %{pkgname}/
rm -rf usr/src/nv/precompiled
%patch1 -p1
popd

# We need a different dkms.conf because the one supplied in the upstream
# is actually a template. The real file is generated from it by
# nvidia-installer which we do not use.
pushd %{pkgname}/kernel
mv dkms.conf dkms.conf.orig

# Notes from the original dkms.conf:
# ---------------
# By default, DKMS will add KERNELRELEASE to the make command line; however,
# this will cause the kernel module build to infer that it was invoked via
# Kbuild directly instead of DKMS. The dkms(8) manual page recommends quoting
# the 'make' command name to suppress this behavior.
# ---------------
cat > dkms.conf <<EOF
PACKAGE_NAME="nvidia"
PACKAGE_VERSION="%{version}"
BUILT_MODULE_NAME[0]="nvidia"
DEST_MODULE_LOCATION[0]="/kernel/drivers/video"
BUILT_MODULE_NAME[1]="nvidia-modeset"
DEST_MODULE_LOCATION[1]="/kernel/drivers/video"
BUILT_MODULE_NAME[2]="nvidia-drm"
DEST_MODULE_LOCATION[2]="/kernel/drivers/video"
%ifarch x86_64
BUILT_MODULE_NAME[3]="nvidia-uvm"
DEST_MODULE_LOCATION[3]="/kernel/drivers/video"
MAKE="'make' KERNEL_UNAME=\${kernelver} modules"
%else
MAKE="'make' NV_EXCLUDE_BUILD_MODULES='nvidia-uvm' KERNEL_UNAME=\${kernelver} modules"
%endif
CLEAN="'make' clean"
AUTOINSTALL="yes"
REMAKE_INITRD="yes"
EOF
popd

rm -f nvidia-settings-%{version}/src/*/*.a

%build
# The code contains dozens on top of dozens on top of dozens of "false" positives
export CFLAGS="%optflags -Wno-error=format-security"
export CXXFLAGS="$CFLAGS"
export LDFLAGS="%{?ldflags}"
%make -C nvidia-settings-%{version}/src/libXNVCtrl
%make -C nvidia-settings-%{version}
%make -C nvidia-xconfig-%{version}
%make -C nvidia-modprobe-%{version}
%make -C nvidia-persistenced-%{version} LIBS="-ltirpc -ldl"

%install

# README.urpmi
cp %{SOURCE101} .

cd %{pkgname}

# dkms
install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}

# menu entry
install -d -m755 %{buildroot}%{_datadir}/%{drivername}
cat > %{buildroot}%{_datadir}/%{drivername}/rosa-nvidia-settings.desktop <<EOF
[Desktop Entry]
Name=NVIDIA Display Settings
Comment=Configure NVIDIA X driver
Exec=%{_bindir}/nvidia-settings
Icon=%{drivername}-settings
Terminal=false
Type=Application
Categories=GTK;Settings;HardwareSettings;X-MandrivaLinux-System-Configuration;
EOF

install -d -m755	%{buildroot}%{_datadir}/applications
touch			%{buildroot}%{_datadir}/applications/rosa-nvidia-settings.desktop

# icons
install -d -m755 %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -strip nvidia-settings.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
convert -strip nvidia-settings.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
convert -strip nvidia-settings.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png

error_fatal() {
	echo "Error: $@." >&2
	exit 1
}

error_unhandled() {
	echo "Warning: $@." >&2
	echo "Warning: $@." >> warns.log
	# cause distro builds to fail in case of unhandled files
	exit 1
}

parseparams() {
	for value in $rest; do
		local param=$1
		[ -n "$param" ] || error_fatal "unhandled parameter $value"
		shift
		eval $param=$value

		[ -n "$value" ] || error_fatal "empty $param"

		# resolve libdir based on $arch
		if [ "$param" = "arch" ]; then
			case "$arch" in
			NATIVE)		nvidia_libdir=%{nvidia_libdir};;
			COMPAT32)	nvidia_libdir=%{nvidia_libdir32};;
			*)		error_fatal "unknown arch $arch"
			esac
		fi
	done
}

add_to_list() {
	# on distro builds, only use .manifest for doc files
	[ "${2#%doc}" = "${2}" ] && return
	local list="$1.files"
	local entry="$2"
	echo $entry >> $list
}

install_symlink() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	ln -s $dest %{buildroot}$dir/$file
	add_to_list $pkg $dir/$file
}

install_lib_symlink() {
	local pkg="$1"
	local dir="$2"
	case "$file" in
	libvdpau_*.so)
		# vdpau drivers => not put into -devel
		;;
	*.so)
		pkg=nvidia-devel;;
	esac
	install_symlink $pkg $dir
}

install_file_only() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	# replace 0444 with more usual 0644
	[ "$perms" = "0444" ] && perms="0644"
	install -m $perms $file %{buildroot}$dir
}

install_file() {
	local pkg="$1"
	local dir="$2"
	install_file_only $pkg $dir
	add_to_list $pkg $dir/$(basename $file)
}

get_module_dir() {
	local subdir="$1"
	case "$subdir" in
	extensions*)	echo %{nvidia_extensionsdir};;
	drivers/)	echo %{nvidia_driversdir};;
	/)		echo %{nvidia_modulesdir};;
	*)		error_unhandled "unhandled module subdir $subdir"
			echo %{nvidia_modulesdir};;
	esac
}

for file in nvidia.files nvidia-devel.files nvidia-cuda.files nvidia-dkms.files nvidia-html.files; do
	rm -f $file
	touch $file
done

# install files according to .manifest
cat .manifest | tail -n +9 | sort | uniq | while read line; do
	arch=
	style=
	subdir=
	dest=
	nvidia_libdir=
	inherit_path_str=
	glvnd=

	rest=${line}
	file=${rest%%%% *}
	rest=${rest#* }
	perms=${rest%%%% *}
	rest=${rest#* }
	type=${rest%%%% *}
	[ "${rest#* }" = "$rest" ] && rest= || rest=${rest#* }

	case "$type" in
	CUDA_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	CUDA_SYMLINK)
		parseparams arch subdir dest
		install_lib_symlink nvidia-cuda $nvidia_libdir/$subdir
		;;
	ENCODEAPI_LIB)
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	ENCODEAPI_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	EXPLICIT_PATH)
		parseparams dest
		install_file nvidia %{_datadir}/nvidia
		;;
	NVCUVID_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	NVCUVID_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia-cuda $nvidia_libdir
		;;
	NVIFR_LIB)
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	NVIFR_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	OPENGL_LIB)
		parseparams arch
		install_file nvidia $nvidia_libdir
		;;
	OPENGL_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	GLVND_LIB)
		parseparams arch
		install_file nvidia $nvidia_libdir
		;;
	GLVND_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	GLX_CLIENT_LIB|EGL_CLIENT_LIB)
		parseparams arch glvnd
		# Skip non-GLVND libraries
		# https://devtalk.nvidia.com/default/topic/915640/unix-graphics-announcements-and-news/multiple-glx-client-libraries-in-the-nvidia-linux-driver-installer-package/
		[ t"${glvnd}" == "tGLVND" ] && install_file nvidia $nvidia_libdir
		;;
	GLX_CLIENT_SYMLINK|EGL_CLIENT_SYMLINK)
		# Skip non-GLVND libraries
		parseparams arch dest glvnd
		[ t"${glvnd}" == "tGLVND" ] && install_lib_symlink nvidia $nvidia_libdir
		;;
	TLS_LIB)
		parseparams arch style subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	TLS_SYMLINK)
		parseparams arch style subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB)
		# backward-compatibility
		[ -n "${rest}" ] || rest="NATIVE $rest"
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB_SYMLINK)
		# backward-compatibility
		[ "${rest#* }" != "$rest" ] || rest="NATIVE $rest"
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	OPENCL_LIB)
		[ -n "${rest}" ] || rest="NATIVE $rest"
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	OPENCL_LIB_SYMLINK)
		[ "${rest#* }" != "$rest" ] || rest="NATIVE $rest"
		parseparams arch subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	OPENCL_WRAPPER_LIB)
		[ -n "${rest}" ] || rest="NATIVE $rest"
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	OPENCL_WRAPPER_SYMLINK)
		[ "${rest#* }" != "$rest" ] || rest="NATIVE $rest"
		parseparams arch subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_LIB)
		parseparams arch subdir
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_SYMLINK)
		parseparams arch subdir dest
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_WRAPPER_LIB)
		parseparams arch subdir
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_WRAPPER_SYMLINK)
		parseparams arch subdir dest
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	XLIB_STATIC_LIB)
		install_file nvidia-devel %{nvidia_libdir}
		;;
	XLIB_SHARED_LIB)
		install_file nvidia %{nvidia_libdir}
		;;
	XLIB_SYMLINK)
		parseparams dest
		install_lib_symlink nvidia %{nvidia_libdir}
		;;
	LIBGL_LA)
		# (Anssi) we don't install .la files
		;;
	XMODULE_SHARED_LIB|GLX_MODULE_SHARED_LIB)
		parseparams subdir
		install_file nvidia $(get_module_dir $subdir)
		;;
	XMODULE_NEWSYM)
		# symlink that is created only if it doesn't already
		# exist (i.e. as part of x11-server)
		case "$file" in
		libwfb.so)
			continue
			;;
		*)
			error_unhandled "unknown XMODULE_NEWSYM type file $file, skipped"
			continue
		esac
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	XMODULE_SYMLINK|GLX_MODULE_SYMLINK)
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	VDPAU_HEADER)
		continue
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	OPENGL_HEADER|CUDA_HEADER)
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	DOCUMENTATION)
		parseparams subdir
		case $subdir in
		*/html)
			add_to_list nvidia-html "%%doc %{pkgname}/$file"
			continue
			;;
		*/include/*)
			continue
			;;
		esac
		case $file in
		*XF86Config*|*nvidia-settings.png)
			continue;;
		esac
		add_to_list nvidia "%%doc %{pkgname}/$file"
		;;
	MANPAGE|NVIDIA_MODPROBE_MANPAGE)
		parseparams subdir
		case "$file" in
		*nvidia-installer*)
			# not installed
			continue
			;;
		*nvidia-settings*|*nvidia-xconfig*|*nvidia-modprobe*|*nvidia-persistenced*)
			# installed separately below
			continue
			;;
		*nvidia-smi*|*nvidia-cuda-mps-control*)
			# ok
			;;
		*)
			error_unhandled "skipped unknown man page $(basename $file)"
			continue
		esac
		install_file_only nvidia %{_mandir}/$subdir
		;;
	UTILITY_BINARY)
		case "$file" in
		*nvidia-settings|*nvidia-xconfig|*nvidia-persistenced)
			# not installed, we install our own copy
			continue
			;;
		*nvidia-smi|*nvidia-bug-report.sh|*nvidia-debugdump)
			# ok
			;;
		*nvidia-cuda-mps-control|*nvidia-cuda-mps-server)
			# ok
			;;
		*)
			error_unhandled "unknown binary $(basename $file) will be installed to %{nvidia_bindir}/$(basename $file)"
			;;
		esac
		install_file nvidia %{nvidia_bindir}
		;;
	UTILITY_BIN_SYMLINK)
		case $file in nvidia-uninstall) continue;; esac
		parseparams dest
		install_symlink nvidia %{nvidia_bindir}
		;;
	NVIDIA_MODPROBE)
		# A suid-root tool (GPLv2) used as fallback for loading the module and
		# creating the device nodes in case the driver component is running as
		# a non-root user (e.g. a CUDA application). While the module is automatically
		# loaded by udev rules, the device nodes are not automatically created
		# like with regular drivers and therefore this tool is installed on
		# ROSA as well, at least for now.
		;;
	INSTALLER_BINARY)
		# not installed
		;;
	KERNEL_MODULE_SRC)
		# These lines now have an item like "INHERIT_PATH_DEPTH:1"
		# It specifies, how many components of the path to skip.
		# For example, the manifest mat contain the following line:
		#   kernel/nvidia/nv.c 0644 KERNEL_MODULE_SRC INHERIT_PATH_DEPTH:1
		# Skip one component of the path as suggested by INHERIT_PATH_DEPTH:1,
		# and we get "nvidia/nv.c", which should be installed as
		# /usr/src/<driver-version-release>/nvidia/nv.c.
		parseparams inherit_path_str
		if [ $inherit_path_str != "INHERIT_PATH_DEPTH:1" ]; then
			error_unhandled "unexpected option for $file: \"$inherit_path_str\"."
		fi
		dest=$(echo $file | sed 's/[^/]*\///')
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}/$(dirname $dest)
		;;
	DKMS_CONF)
		# We will replace it with our own dkms.conf below but the
		# file must be listed anyway.
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}
		;;
	CUDA_ICD)
		# in theory this should go to the cuda subpackage, but it goes into the main package
		# as this avoids one broken symlink and it is small enough to not cause space issues
		install_file nvidia %{_sysconfdir}/%{drivername}
		;;
	VULKAN_ICD_JSON)
		install_file nvidia %{_sysconfdir}/vulkan/icd.d
		;;
	GLVND_EGL_ICD_JSON)
		install_file nvidia %{_datadir}/glvnd/egl_vendor.d
		;;
	APPLICATION_PROFILE)
		parseparams subdir
		# application profile filenames are versioned, we can use a common
		# non-alternativesized directory
		install_file nvidia %{_datadir}/nvidia/$subdir
		;;
	DOT_DESKTOP)
		# we provide our own for now
		;;
	XORG_OUTPUTCLASS_CONFIG)
		# nvidia-drm-outputclass.conf allows to load the appropriate
		# X11 driver automatically if nvidia kernel module is used
		# by the graphics device. Xorg >= 1.16.
		# Not needed in our case, because XFdrake should create the
		# Xorg config appropriately.
		;;
	*)
		error_unhandled "file $(basename $file) of unknown type $type will be skipped"
	esac
done

[ -z "$warnings" ] || echo "Please file a bug about the above warnings at http://bugs.rosalinux.ru/." >> warns.log

# Create the convenience symlinks. As the packages with nvidia are mutually
# exclusive now, there is no need to use alternatives for this.
ln -s %{nvidia_libdir} %{buildroot}%{_libdir}/nvidia
%ifarch %{biarches}
	ln -s %{nvidia_libdir32} %{buildroot}%{_prefix}/lib/nvidia
%endif

# confirm SONAME; if something else than libvdpau_nvidia.so or libvdpau_nvidia.so.1, adapt .spec as needed:
[ "$(objdump -p %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} | grep SONAME | gawk '{ print $2 }')" = "libvdpau_nvidia.so.1" ]

rm -f %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.1
rm -f %{buildroot}%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.1

# vdpau alternative symlink
install -d -m755 %{buildroot}%{_libdir}/vdpau
touch %{buildroot}%{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
install -d -m755 %{buildroot}%{_prefix}/lib/vdpau
touch %{buildroot}%{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

# self-built binaries
install -m755 ../nvidia-settings-%{version}/src/_out/*/nvidia-settings %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-persistenced-%{version}/_out/*/nvidia-persistenced %{buildroot}%{nvidia_bindir}
install -m4755 ../nvidia-modprobe-%{version}/_out/*/nvidia-modprobe %{buildroot}%{nvidia_bindir}

# binary alternatives
install -d -m755			%{buildroot}%{_bindir}
touch					%{buildroot}%{_bindir}/nvidia-debugdump
touch					%{buildroot}%{_bindir}/nvidia-settings
touch					%{buildroot}%{_bindir}/nvidia-smi
touch					%{buildroot}%{_bindir}/nvidia-xconfig
touch					%{buildroot}%{_bindir}/nvidia-bug-report.sh
touch					%{buildroot}%{_bindir}/nvidia-modprobe
touch					%{buildroot}%{_bindir}/nvidia-persistenced
touch					%{buildroot}%{_bindir}/nvidia-cuda-mps-control
touch					%{buildroot}%{_bindir}/nvidia-cuda-mps-server
# rpmlint:
chmod 0755				%{buildroot}%{_bindir}/*

# install man pages
install -m644 ../nvidia-settings-%{version}/doc/_out/*/nvidia-settings.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-modprobe-%{version}/_out/*/nvidia-modprobe.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-persistenced-%{version}/_out/*/nvidia-persistenced.1 %{buildroot}%{_mandir}/man1

# bug #41638 - whatis entries of nvidia man pages appear wrong
gunzip %{buildroot}%{_mandir}/man1/*.gz
sed -r -i '/^nvidia\\-[a-z]+ \\- NVIDIA/s,^nvidia\\-,nvidia-,' %{buildroot}%{_mandir}/man1/*.1
cd %{buildroot}%{_mandir}/man1
rename nvidia alt-%{drivername} *
cd -
touch %{buildroot}%{_mandir}/man1/nvidia-xconfig.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-settings.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-modprobe.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-persistenced.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-smi.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension}

# cuda nvidia.icd
install -d -m755		%{buildroot}%{_sysconfdir}/OpenCL/vendors
touch				%{buildroot}%{_sysconfdir}/OpenCL/vendors/nvidia.icd

# ld.so.conf
install -d -m755		%{buildroot}%{_sysconfdir}/%{drivername}
echo "%{nvidia_libdir}" >	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%ifarch %{biarches}
echo "%{nvidia_libdir32}" >>	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%endif
install -d -m755		%{buildroot}%{_sysconfdir}/ld.so.conf.d
touch				%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

# modprobe.d
install -d -m755			%{buildroot}%{_sysconfdir}/modprobe.d

# Allow the users to load this kernel module as "nvidia375" as well.
echo "alias %{drivername} nvidia" > %{buildroot}%{_sysconfdir}/modprobe.d/%{drivername}.conf

# xinit script
install -d -m755 %{buildroot}%{_sysconfdir}/%{drivername}
cat > %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit <<EOF
# to be sourced
#
# Do not modify this file; the changes will be overwritten.
# If you want to disable automatic configuration loading, create
# /etc/sysconfig/nvidia-settings with this line: LOAD_NVIDIA_SETTINGS="no"
#
LOAD_NVIDIA_SETTINGS="yes"
[ -f %{_sysconfdir}/sysconfig/nvidia-settings ] && . %{_sysconfdir}/sysconfig/nvidia-settings
[ "\$LOAD_NVIDIA_SETTINGS" = "yes" ] && %{_bindir}/nvidia-settings --load-config-only
EOF
chmod 0755 %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
install -d -m755 %{buildroot}%{_sysconfdir}/X11/xinit.d
touch %{buildroot}%{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit

export EXCLUDE_FROM_STRIP="$(find %{buildroot} -type f \! -name nvidia-settings \! -name nvidia-xconfig \! -name nvidia-modprobe \! -name nvidia-persistenced)"

%post -n %{driverpkgname}
# XFdrake used to generate an nvidia.conf file
[ -L %{_sysconfdir}/modprobe.d/nvidia.conf ] || rm -f %{_sysconfdir}/modprobe.d/nvidia.conf

current_glconf="$(readlink -e %{_sysconfdir}/ld.so.conf.d/GL.conf)"

# owned by libvdpau1, created in case libvdpau1 is installed only just after
# this package
mkdir -p %{_libdir}/vdpau

%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf %{priority} \
	--slave %{_mandir}/man1/nvidia-settings.1%{_extension} man_nvidiasettings%{_extension} %{_mandir}/man1/alt-%{drivername}-settings.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-xconfig.1%{_extension} man_nvidiaxconfig%{_extension} %{_mandir}/man1/alt-%{drivername}-xconfig.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-smi.1%{_extension} nvidia-smi.1%{_extension} %{_mandir}/man1/alt-%{drivername}-smi.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension} nvidia-cuda-mps-control.1%{_extension} %{_mandir}/man1/alt-%{drivername}-cuda-mps-control.1%{_extension} \
	--slave %{_datadir}/applications/rosa-nvidia-settings.desktop nvidia_desktop %{_datadir}/%{drivername}/rosa-nvidia-settings.desktop \
	--slave %{_bindir}/nvidia-settings nvidia_settings %{nvidia_bindir}/nvidia-settings \
	--slave %{_bindir}/nvidia-smi nvidia_smi %{nvidia_bindir}/nvidia-smi \
	--slave %{_bindir}/nvidia-xconfig nvidia_xconfig %{nvidia_bindir}/nvidia-xconfig \
	--slave %{_bindir}/nvidia-debugdump nvidia-debugdump %{nvidia_bindir}/nvidia-debugdump \
	--slave %{_bindir}/nvidia-bug-report.sh nvidia_bug_report %{nvidia_bindir}/nvidia-bug-report.sh \
	--slave %{_bindir}/nvidia-cuda-mps-control nvidia-cuda-mps-control %{nvidia_bindir}/nvidia-cuda-mps-control \
	--slave %{_bindir}/nvidia-cuda-mps-server nvidia-cuda-mps-server %{nvidia_bindir}/nvidia-cuda-mps-server \
	--slave %{_bindir}/nvidia-modprobe nvidia-modprobe %{nvidia_bindir}/nvidia-modprobe \
	--slave %{_bindir}/nvidia-persistenced nvidia-persistenced %{nvidia_bindir}/nvidia-persistenced \
	--slave %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit nvidia-settings.xinit %{_sysconfdir}/%{drivername}/nvidia-settings.xinit \
	--slave %{_libdir}/vdpau/libvdpau_nvidia.so.1 %{_lib}vdpau_nvidia.so.1 %{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} \
	--slave %{_sysconfdir}/OpenCL/vendors/nvidia.icd nvidia.icd %{_sysconfdir}/%{drivername}/nvidia.icd \
%ifarch %{biarches}
	--slave %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1 libvdpau_nvidia.so.1 %{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version} \
%endif
	--slave %{xorg_extra_modules} xorg_extra_modules %{nvidia_extensionsdir} \


%{_sbindir}/update-alternatives --set gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf

# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

%postun -n %{driverpkgname}
if [ ! -f %{_sysconfdir}/%{drivername}/ld.so.conf ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

%post -n %{drivername}-cuda-opencl
# Explicit /sbin/ldconfig due to a non-standard library directory.
/sbin/ldconfig -X

%post -n %{drivername}-devel
# Explicit /sbin/ldconfig due to a non-standard library directory.
# The applications like Blender may need to find libcuda.so, for example.
/sbin/ldconfig -X

%postun -n %{drivername}-devel
# Explicit /sbin/ldconfig due to a non-standard library directory.
/sbin/ldconfig -X

%post -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade add -m %{drivername} -v %{version}-%{release}

# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
	kk=$(echo $kk | sed 's/^\/lib\/modules\///');
	if test -d "/lib/modules/$kk/build"; then
# Remove the modules that use the obsolete naming convention first
# to make the upgrade smoother (otherwise they may remain in the system
# and cause trouble).
		rm -f /lib/modules/$kk/kernel/drivers/video/nvidia3*.ko
		rm -f /lib/modules/$kk/kernel/drivers/video/nvidia-current.ko
# Now build and install the newer modules
		/usr/sbin/dkms --rpm_safe_upgrade build -m %{drivername} -v %{version}-%{release} -k $kk &&
		/usr/sbin/dkms --rpm_safe_upgrade install -m %{drivername} -v %{version}-%{release} -k $kk || true
	else
		echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
	fi;
done

# Just in case the user reboots the system too quickly and sync is not
# done automatically.
sync

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%preun -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{drivername} -v %{version}-%{release} --all || true

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%files -n %{driverpkgname} -f %{pkgname}/nvidia.files
# other documentation files are listed in nvidia.files
%doc README.urpmi

# ld.so.conf, modprobe.conf, xinit
%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%ghost %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit
%dir %{_sysconfdir}/%{drivername}
%{_sysconfdir}/modprobe.d/%{drivername}.conf
%{_sysconfdir}/%{drivername}/ld.so.conf
%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
%{_sysconfdir}/%{drivername}/nvidia.icd
%dir %{_sysconfdir}/vulkan/icd.d
%{_sysconfdir}/vulkan/icd.d/nvidia_icd.json
%dir %{_datadir}/glvnd/egl_vendor.d
%{_datadir}/glvnd/egl_vendor.d/10_nvidia.json
%dir %{_datadir}/nvidia
%{_datadir}/nvidia/nvidia-application-profiles-%{version}-rc
%{_datadir}/nvidia/nvidia-application-profiles-%{version}-key-documentation

%dir %{_sysconfdir}/OpenCL
%dir %{_sysconfdir}/OpenCL/vendors
%ghost %{_sysconfdir}/OpenCL/vendors/nvidia.icd

%ghost %{_bindir}/nvidia-debugdump
%ghost %{_bindir}/nvidia-settings
%ghost %{_bindir}/nvidia-smi
%ghost %{_bindir}/nvidia-xconfig
%ghost %{_bindir}/nvidia-modprobe
%ghost %{_bindir}/nvidia-persistenced
%ghost %{_bindir}/nvidia-bug-report.sh
%ghost %{_bindir}/nvidia-cuda-mps-control
%ghost %{_bindir}/nvidia-cuda-mps-server
%dir %{nvidia_bindir}
%{nvidia_bindir}/nvidia-debugdump
%{nvidia_bindir}/nvidia-settings
%{nvidia_bindir}/nvidia-smi
%{nvidia_bindir}/nvidia-xconfig
%{nvidia_bindir}/nvidia-modprobe
%{nvidia_bindir}/nvidia-persistenced
%{nvidia_bindir}/nvidia-bug-report.sh
%{nvidia_bindir}/nvidia-cuda-mps-control
%{nvidia_bindir}/nvidia-cuda-mps-server

%ghost %{_mandir}/man1/nvidia-xconfig.1%{_extension}
%ghost %{_mandir}/man1/nvidia-settings.1%{_extension}
%ghost %{_mandir}/man1/nvidia-modprobe.1%{_extension}
%ghost %{_mandir}/man1/nvidia-persistenced.1%{_extension}
%ghost %{_mandir}/man1/nvidia-smi.1%{_extension}
%ghost %{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension}
%{_mandir}/man1/alt-%{drivername}-xconfig.1*
%{_mandir}/man1/alt-%{drivername}-settings.1*
%{_mandir}/man1/alt-%{drivername}-modprobe.1*
%{_mandir}/man1/alt-%{drivername}-persistenced.1*
%{_mandir}/man1/alt-%{drivername}-smi.1*
%{_mandir}/man1/alt-%{drivername}-cuda-mps-control.1*

%ghost %{_datadir}/applications/rosa-nvidia-settings.desktop
%dir %{_datadir}/%{drivername}
%{_datadir}/%{drivername}/rosa-nvidia-settings.desktop

%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png

%dir %{nvidia_libdir}
%dir %{nvidia_libdir}/tls
%dir %{nvidia_libdir}/vdpau
%{_libdir}/nvidia
%{nvidia_libdir}/libGL.so.1.0.0
%{nvidia_libdir}/libGL.so.1
%{nvidia_libdir}/libGLX.so.0
%{nvidia_libdir}/libGLX_nvidia.so.%{version}
%{nvidia_libdir}/libGLX_nvidia.so.0
%{nvidia_libdir}/libGLX_indirect.so.0
%{nvidia_libdir}/libGLdispatch.so.0
%{nvidia_libdir}/libOpenGL.so.0
%{nvidia_libdir}/libnvidia-fatbinaryloader.so.%{version}
%{nvidia_libdir}/libnvidia-ptxjitcompiler.so.%{version}
%{nvidia_libdir}/libnvidia-glcore.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.%{version}
%{nvidia_libdir}/libnvidia-tls.so.%{version}
%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir}/libEGL.so.1
%{nvidia_libdir}/libEGL_nvidia.so.0
%{nvidia_libdir}/libEGL_nvidia.so.%{version}
%{nvidia_libdir}/libGLESv1_CM.so.1
%{nvidia_libdir}/libGLESv1_CM_nvidia.so.1
%{nvidia_libdir}/libGLESv1_CM_nvidia.so.%{version}
%{nvidia_libdir}/libGLESv2.so.2
%{nvidia_libdir}/libGLESv2_nvidia.so.2
%{nvidia_libdir}/libGLESv2_nvidia.so.%{version}
%{nvidia_libdir}/libnvidia-eglcore.so.%{version}
%{nvidia_libdir}/libnvidia-glsi.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.1
%{nvidia_libdir}/libnvidia-fbc.so.1
%{nvidia_libdir}/libnvidia-fbc.so.%{version}
%{nvidia_libdir}/libnvidia-ifr.so.1
%{nvidia_libdir}/libnvidia-ifr.so.%{version}
%{nvidia_libdir}/libnvidia-ml.so.1
%{nvidia_libdir}/libnvidia-ml.so.%{version}
%{nvidia_libdir}/libvdpau_nvidia.so
%{nvidia_libdir}/tls/libnvidia-tls.so.%{version}
%{nvidia_libdir}/libnvidia-gtk2.so.%{version}
%{nvidia_libdir}/libnvidia-gtk3.so.%{version}
%{nvidia_libdir}/libnvidia-egl-wayland.so.%{version}
%ifarch %{biarches}
%dir %{nvidia_libdir32}
%dir %{nvidia_libdir32}/tls
%dir %{nvidia_libdir32}/vdpau
%{_prefix}/lib/nvidia
%{nvidia_libdir32}/libGL.so.1.0.0
%{nvidia_libdir32}/libGL.so.1
%{nvidia_libdir32}/libGLX.so.0
%{nvidia_libdir32}/libGLX_nvidia.so.%{version}
%{nvidia_libdir32}/libGLX_nvidia.so.0
%{nvidia_libdir32}/libGLX_indirect.so.0
%{nvidia_libdir32}/libGLdispatch.so.0
%{nvidia_libdir32}/libOpenGL.so.0
%{nvidia_libdir32}/libnvidia-fatbinaryloader.so.%{version}
%{nvidia_libdir32}/libnvidia-ptxjitcompiler.so.%{version}
%{nvidia_libdir32}/libnvidia-glcore.so.%{version}
%{nvidia_libdir32}/libnvidia-ifr.so.1
%{nvidia_libdir32}/libnvidia-ifr.so.%{version}
%{nvidia_libdir32}/libnvidia-ml.so.1
%{nvidia_libdir32}/libnvidia-ml.so.%{version}
%{nvidia_libdir32}/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libvdpau_nvidia.so
%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir32}/tls/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libnvidia-fbc.so.1
%{nvidia_libdir32}/libnvidia-fbc.so.%{version}
%{nvidia_libdir32}/libEGL.so.1
%{nvidia_libdir32}/libEGL_nvidia.so.0
%{nvidia_libdir32}/libEGL_nvidia.so.%{version}
%{nvidia_libdir32}/libGLESv1_CM.so.1
%{nvidia_libdir32}/libGLESv1_CM_nvidia.so.1
%{nvidia_libdir32}/libGLESv1_CM_nvidia.so.%{version}
%{nvidia_libdir32}/libGLESv2.so.2
%{nvidia_libdir32}/libGLESv2_nvidia.so.2
%{nvidia_libdir32}/libGLESv2_nvidia.so.%{version}
%{nvidia_libdir32}/libnvidia-eglcore.so.%{version}
%{nvidia_libdir32}/libnvidia-glsi.so.%{version}
%endif

%ghost %{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
# avoid unowned directory
%dir %{_prefix}/lib/vdpau
%ghost %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

%dir %{nvidia_modulesdir}
%{nvidia_modulesdir}/libnvidia-wfb.so.1
%{nvidia_modulesdir}/libnvidia-wfb.so.%{version}
%{nvidia_extensionsdir}/libglx.so.%{version}
%{nvidia_extensionsdir}/libglx.so
%{nvidia_driversdir}/nvidia_drv.so

%files -n %{drivername}-devel -f %{pkgname}/nvidia-devel.files
%{_includedir}/%{drivername}
%{nvidia_libdir}/libGL.so
%{nvidia_libdir}/libOpenGL.so
%{nvidia_libdir}/libGLX.so
%{nvidia_libdir}/libEGL.so
%{nvidia_libdir}/libGLESv1_CM.so
%{nvidia_libdir}/libGLESv2.so
%{nvidia_libdir}/libcuda.so
%{nvidia_libdir}/libnvcuvid.so
%{nvidia_libdir}/libnvidia-cfg.so
%{nvidia_libdir}/libnvidia-fbc.so
%{nvidia_libdir}/libnvidia-ifr.so
%{nvidia_libdir}/libOpenCL.so
%{nvidia_libdir}/libnvidia-ml.so
%{nvidia_libdir}/libnvidia-encode.so
%ifarch %{biarches}
%{nvidia_libdir32}/libGL.so
%{nvidia_libdir32}/libOpenGL.so
%{nvidia_libdir32}/libGLX.so
%{nvidia_libdir32}/libEGL.so
%{nvidia_libdir32}/libGLESv1_CM.so
%{nvidia_libdir32}/libGLESv2.so
%{nvidia_libdir32}/libcuda.so
%{nvidia_libdir32}/libnvcuvid.so
%{nvidia_libdir32}/libnvidia-fbc.so
%{nvidia_libdir32}/libnvidia-ifr.so
%{nvidia_libdir32}/libOpenCL.so
%{nvidia_libdir32}/libnvidia-ml.so
%{nvidia_libdir32}/libnvidia-encode.so
%endif

%files -n dkms-%{drivername}
%doc %{pkgname}/LICENSE
%{_usrsrc}/%{drivername}-%{version}-%{release}

%files -n %{drivername}-doc-html -f %{pkgname}/nvidia-html.files

%files -n %{drivername}-cuda-opencl -f %{pkgname}/nvidia-cuda.files
%{nvidia_libdir}/libnvcuvid.so.%{version}
%{nvidia_libdir}/libnvcuvid.so.1
%{nvidia_libdir}/libnvidia-encode.so.1
%{nvidia_libdir}/libnvidia-encode.so.%{version}
%{nvidia_libdir}/libOpenCL.so.1.0.0
%{nvidia_libdir}/libOpenCL.so.1.0
%{nvidia_libdir}/libOpenCL.so.1
%{nvidia_libdir}/libnvidia-compiler.so.%{version}
%{nvidia_libdir}/libcuda.so.%{version}
%{nvidia_libdir}/libcuda.so.1
%{nvidia_libdir}/libnvidia-opencl.so.%{version}
%{nvidia_libdir}/libnvidia-opencl.so.1
%ifarch x86_64
%{nvidia_libdir32}/libnvidia-opencl.so.*
%{nvidia_libdir32}/libnvcuvid.so.%{version}
%{nvidia_libdir32}/libnvcuvid.so.1
%{nvidia_libdir32}/libnvidia-encode.so.1
%{nvidia_libdir32}/libnvidia-encode.so.%{version}
%endif
%ifarch %{biarches}
%{nvidia_libdir32}/libOpenCL.so.1.0.0
%{nvidia_libdir32}/libOpenCL.so.1.0
%{nvidia_libdir32}/libOpenCL.so.1
%{nvidia_libdir32}/libnvidia-compiler.so.%{version}
%{nvidia_libdir32}/libcuda.so.%{version}
%{nvidia_libdir32}/libcuda.so.1
%endif

%changelog

* Sun Dec 25 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 375.26-2
- (728c625) Always re-create initrd when installing/removing these drivers
- (728c625) NVidia drivers may get into the initrd image in some cases. If a driver
- (728c625) is updated but initrd is not, the graphics will fail to start at the next
- (728c625) boot with an error similar to the following in dmesg:
- (728c625) -------------
- (728c625) NVRM: API mismatch: the client has the version 375.26, but
- (728c625) NVRM: this kernel module has the version 375.20.  Please
- (728c625) NVRM: make sure that this kernel module and all NVIDIA driver
- (728c625) NVRM: components have the same version.
- (728c625) -------------
- (728c625) Let is re-create initrd to make sure the correct driver is used.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26526 |14nu|nvidia-cuda-toolkit-7.5.18-10
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoreq 'libcuda.so.*|libcudart.so.*|devel\\(libcuda.*\\)|devel\\(libcudart.*\\)|python\\(abi\\)|libnvcuvid\\.so\\.(.*)'
%define __noautoprovfiles /usr/libnvvp
%define __noautoreqfiles /usr/libnvvp
%define __noautoprov 'libcairo\\.so\\.2(.*)'
%else
%define _requires_exceptions libcuda.so.*\\|libcudart.so.*\\|devel(libcuda.*)\\|devel(libcudart.*)\\|python(abi)\\|libnvcuvid.so.*
%endif

# Internal build number, ID or something.
%define buildno 19867135

Summary:	NVIDIA CUDA Toolkit libraries
Name:		nvidia-cuda-toolkit
Version:	7.5.18
Release:	10
License:	Freeware
Group:		System/Libraries
Url:		http://www.nvidia.com/cuda/
Source0:	http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_%{version}_linux.run
Source10:	nvvp.desktop
Source11:	nsight.desktop
Source100:	nvidia-cuda-toolkit.rpmlintrc
Patch0:		nvidia-cuda-toolkit-7.5.18-gcc5.patch
# CUDA is no longer supported on 32-bit Linux systems.
ExclusiveArch:	x86_64

# We don't require installation of the NVIDIA graphics drivers so that 
# folks can do CUDA development on systems without NVIDIA hardware.

# A library, libcudainj.so, was introduced in CUDA 4.1, which depends
# on libcuda.so. It is not needed to compile CUDA programs, though.

%description
NVIDIA(R) CUDA(TM) is a general purpose parallel computing architecture
that leverages the parallel compute engine in NVIDIA graphics
processing units (GPUs) to solve many complex computational problems
in a fraction of the time required on a CPU. It includes the CUDA
Instruction Set Architecture (ISA) and the parallel compute engine in
the GPU. To program to the CUDA(TM) architecture, developers can, today,
use C, one of the most widely used high-level programming languages,
which can then be run at great performance on a CUDA(TM) enabled
processor. Other languages will be supported in the future, including
FORTRAN and C++.

This package contains the libraries and attendant files needed to run
programs that make use of CUDA.

%files
%{_libdir}/*.so.*

#----------------------------------------------------------------------------

%package devel
Summary:	NVIDIA CUDA Toolkit development files
Group:		Development/C
Requires:	%{name} = %{EVRD}
Requires:	opencl-headers
Suggests:	gcc-c++

%description devel
NVIDIA(R) CUDA(TM) is a general purpose parallel computing architecture
that leverages the parallel compute engine in NVIDIA graphics
processing units (GPUs) to solve many complex computational problems
in a fraction of the time required on a CPU. It includes the CUDA
Instruction Set Architecture (ISA) and the parallel compute engine in
the GPU. To program to the CUDA(TM) architecture, developers can, today,
use C, one of the most widely used high-level programming languages,
which can then be run at great performance on a CUDA(TM) enabled
processor. Other languages will be supported in the future, including
FORTRAN and C++.

This package contains the development files needed to build programs
that make use of CUDA.

%files devel
%doc %{_docdir}/%{name}-devel/*
%{_bindir}/*
%exclude %{_bindir}/nvvp
%exclude %{_bindir}/nsight
%{_libdir}/*.so
%{_libdir}/stubs/*.so
%{_libdir}/*.a
%{_includedir}/*
%{_usr}/nvvm/*
%{_datadir}/%{name}/*

#----------------------------------------------------------------------------

%package -n nvidia-compute-profiler
Summary:	NVIDIA Compute Visual Profiler
Group:		Development/Other
BuildRequires:	imagemagick
Requires:	java
Requires:	nvidia-cuda-toolkit-devel
Suggests:	%{name} = %{EVRD}
Obsoletes:	nvidia-cuda-profiler < %{EVRD}
Obsoletes:	nvidia-opencl-profiler < %{EVRD}

# We don't strictly require NVIDIA CUDA Toolkit, because the profiler
# could be used to analyze CSV profile logs obtained elsewhere.

%description -n nvidia-compute-profiler
NVIDIA(R) CUDA(TM) is a general purpose parallel computing architecture
that leverages the parallel compute engine in NVIDIA graphics
processing units (GPUs) to solve many complex computational problems
in a fraction of the time required on a CPU. It includes the CUDA
Instruction Set Architecture (ISA) and the parallel compute engine in
the GPU. To program to the CUDA(TM) architecture, developers can, today,
use C, one of the most widely used high-level programming languages,
which can then be run at great performance on a CUDA(TM) enabled
processor. Other languages will be supported in the future, including
FORTRAN and C++.

This package contains the Compute Visual Profiler for CUDA and OpenCL.

%files -n nvidia-compute-profiler
%{_bindir}/nvvp
%{_usr}/libnvvp/.eclipseproduct
%{_usr}/libnvvp/*
%{_datadir}/applications/nvvp.desktop
%{_iconsdir}/hicolor/*/apps/nvvp.png

#----------------------------------------------------------------------------

%package -n nvidia-nsight
Summary:	NVIDIA Nsight IDE
Group:		Development/Other
Requires:	java

# We don't strictly require NVIDIA CUDA Toolkit, because Nsight IDE
# could be used to develop CUDA programs on a remote node.

%description -n nvidia-nsight
NVIDIA(R) CUDA(TM) is a general purpose parallel computing architecture
that leverages the parallel compute engine in NVIDIA graphics
processing units (GPUs) to solve many complex computational problems
in a fraction of the time required on a CPU. It includes the CUDA
Instruction Set Architecture (ISA) and the parallel compute engine in
the GPU. To program to the CUDA architecture, developers can, today,
use C++, one of the most widely used high-level programming languages,
which can then be run at great performance on a CUDA enabled
processor. Support for other languages, like FORTRAN, Python or Java,
is available from third parties.

This package contains Nsight Eclipse Edition, a full-featured CUDA IDE.

%files -n nvidia-nsight
%{_bindir}/nsight
%{_usr}/libnsight/.eclipseproduct
%{_usr}/libnsight/*
%{_datadir}/applications/nsight.desktop
%{_iconsdir}/hicolor/*/apps/nsight.png

#----------------------------------------------------------------------------

%prep
%setup -q -T -c %{name}-%{version}

%build

%install
install -d -m 755 %{buildroot}%{_usr}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}/%{_docdir}/%{name}-devel
install -d -m755 %{buildroot}%{_datadir}/applications

bash %{SOURCE0} --tar xf -C .
./run_files/cuda-linux64-rel-%{version}-%{buildno}.run --tar xf -C %{buildroot}%{_usr}
pushd %{buildroot}%{_includedir}
%patch0 -p1
popd

# Use files from opencl-headers package instead
rm -rf %{buildroot}%{_includedir}/CL

rm -rf %{buildroot}/usr/lib
sed -i 's/lib/lib64/g' %{buildroot}%{_bindir}/nvcc.profile
# (tmb) restore libdevice
sed -i 's/lib64device/libdevice/g' %{buildroot}%{_bindir}/nvcc.profile

mv %{buildroot}%{_usr}/doc %{buildroot}/%{_docdir}/%{name}-devel/
rm -rf %{buildroot}%{_usr}/install-linux.pl
mv %{buildroot}%{_usr}/{extras,src,tools} %{buildroot}/%{_datadir}/%{name}
rm -rf %{buildroot}/%{_usr}/jre

rm -f %{buildroot}%{_usr}/InstallUtils.pm
rm -f %{buildroot}%{_usr}/uninstall_cuda.pl
rm -f %{buildroot}%{_usr}/version.txt

rm -rf %{buildroot}%{_datadir}/gdb/

mv %{buildroot}%{_usr}/EULA.txt %{buildroot}%{_docdir}/%{name}-devel/
mv %{buildroot}%{_usr}/CUDA_Toolkit_Release_Notes.txt %{buildroot}%{_docdir}/%{name}-devel/

for S in 16 24 32 48 64 128 192 256; do
 install -d -m755 %{buildroot}%{_iconsdir}/hicolor/$S\x$S/apps
 convert -scale $S\x$S %{buildroot}/%{_usr}/libnvvp/icon.xpm %{buildroot}%{_iconsdir}/hicolor/$S\x$S/apps/nvvp.png
 convert -scale $S\x$S %{buildroot}/%{_usr}/libnsight/icon.xpm %{buildroot}%{_iconsdir}/hicolor/$S\x$S/apps/nsight.png
done

install -m644 %{SOURCE10} %{buildroot}%{_datadir}/applications/
install -m644 %{SOURCE11} %{buildroot}%{_datadir}/applications/

sed -i 's|../jre/bin/java|/usr/bin/java|' %{buildroot}%{_usr}/libnvvp/nvvp.ini


%changelog

* Wed Mar 08 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.5.18-10
- (fbc879c) Drop own copy of /usr/include/CL, use opencl-headers package instead



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26527 |14nu|nvidia-current-375.26-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# FIXME: fix the cases when immediate symbol resolution is not enough.
# For the present, fall back to the old symbol resolution rules for ld.
%define _disable_ld_now 1

# (tpg) disable interall rpm dependency generator
# define _use_internal_dependency_generator 0

# Disable debug rpms.
%define _enable_debug_packages 	%{nil}
%define debug_package 		%{nil}

%define name		nvidia-current
%define version		375.26

%define priority	9700

%define pkgname32	NVIDIA-Linux-x86-%{version}
%define pkgname64	NVIDIA-Linux-x86_64-%{version}

# Disable when the sources aren't on ftp yet, but can be downloaded from
# http://us.download.nvidia.com
%define ftp 1

%define drivername		%{name}
%define driverpkgname		x11-driver-video-%{drivername}
%define modulename		nvidia
# for description and documentation
%define xorg_extra_modules	%{_libdir}/xorg/extra-modules
%define nvidia_driversdir	%{_libdir}/%{drivername}/xorg
%define nvidia_extensionsdir	%{_libdir}/%{drivername}/xorg
%define nvidia_modulesdir	%{_libdir}/%{drivername}/xorg
%define nvidia_libdir		%{_libdir}/%{drivername}
%define nvidia_libdir32		%{_prefix}/lib/%{drivername}
%define nvidia_bindir		%{nvidia_libdir}/bin

%define xorg_conf_backup	%{_sysconfdir}/X11/xorg.conf-pre-%{drivername}.bak

# The entry in Cards+ this driver should be associated with, if there is
# no entry in ldetect-lst default pcitable:
# cooker ldetect-lst should be up-to-date
%define ldetect_cards_name	%nil

%define biarches x86_64

%ifarch %{ix86}
%define nsource %{SOURCE0}
%define pkgname %{pkgname32}
%endif
%ifarch x86_64
%define nsource %{SOURCE1}
%define pkgname %{pkgname64}
%endif

# Other packages should not require any NVIDIA libraries, and this package
# should not be pulled in when libGL.so.1 is required
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so(.*)|devel\\(libGL(.*)|devel\\(libEGL.*'
%define common_requires_exceptions libGLcore\\.so|libnv.*\\.so|libGL(.*)
%else
%define _provides_exceptions \\.so
%define common_requires_exceptions libGLcore\\.so\\|libnv.*\\.so
%endif

%ifarch %{biarches}
# (anssi) Allow installing of 64-bit package if the runtime dependencies
# of 32-bit libraries are not satisfied. If a 32-bit package that requires
# libGL.so.1 is installed, the 32-bit mesa libs are pulled in and that will
# pull the dependencies of 32-bit nvidia libraries in as well.
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}|lib.*so\\.[^(]+(\\([^)]+\\))?$'
%else
%define __noautoreq %{common_requires_exceptions}\\|lib.*so\\.[^(]\\+\\(([^)]\\+)\\)\\?$
%endif
%else
%if %{_use_internal_dependency_generator}
%define __noautoreq '%{common_requires_exceptions}'
%else
%define __noautoreq %{common_requires_exceptions}
%endif
%endif

# (anssi) Workaround wrong linking as of 310.19.
# This will probably be fixed soon (at least similar issues have been in the past).
# https://devtalk.nvidia.com/default/topic/523762/libnvidia-encode-so-310-19-has-dependency-on-missing-library/
%define _exclude_files_from_autoreq libnvidia-encode.so.%version

Summary:	NVIDIA proprietary X.org driver and libraries, current driver series
Name:		%{name}
Version:	%{version}
Release:	2

%if %{ftp}
Source0:	ftp://download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	ftp://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
Source4:	ftp://download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-%{version}.tar.bz2
Source5:	ftp://download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-%{version}.tar.bz2
%else
Source0:	http://us.download.nvidia.com/XFree86/Linux-x86/%{version}/%{pkgname32}.run
Source1:	http://us.download.nvidia.com/XFree86/Linux-x86_64/%{version}/%{pkgname64}.run
# GPLv2 source code; see also http://cgit.freedesktop.org/~aplattner/
Source2:	http://us.download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-%{version}.tar.bz2
Source3:	http://us.download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-%{version}.tar.bz2
Source4:	http://us.download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-%{version}.tar.bz2
Source5:	http://us.download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-%{version}.tar.bz2
%endif
Source100:	nvidia-current.rpmlintrc
Source101:	README.urpmi

# Starting from v. 352.x, the build system checks if the kernel provides
# phys_to_dma() function and if so, tries to use that function. However,
# phys_to_dma() is nether exported nor inline on x86-32 with
# CONFIG_X86_DMA_REMAP=y (selected by CONFIG_STA2X11), so a non-functional
# driver is built then.
# However, phys_to_dma() does nothing special except for some exotic
# hardware. If the function is missing, the driver seems to do the necessary
# conversions right, so let us assume it is missing.
Patch1:		nvidia-current-no-phys_to_dma.patch

License:	Freeware
URL:		http://www.nvidia.com/object/unix.html
Group:		System/Kernel and hardware
Provides:	should-restart = system
ExclusiveArch:	%{ix86} x86_64

BuildRequires:	imagemagick
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(vdpau) >= 1.1
BuildRequires:	pkgconfig(libtirpc)

%description
The proprietary driver for NVidia GPUs, "current" branch.
Note that hybrid graphics ("Optimus") is not supported officially with
nvidia-current.

%package -n %{driverpkgname}
Summary:	NVIDIA proprietary X.org driver and libraries
Group:		System/Kernel and hardware
Requires(post): update-alternatives >= 1.9.0
Requires(postun): update-alternatives >= 1.9.0
Requires:	x11-server-common
Suggests:	%{drivername}-doc-html = %{version}
# Proper support for versioned kmod() was added in 2008.1:
Requires:	kmod(%{modulename}) = %{version}
# At least mplayer dlopens libvdpau.so.1, so the software will not pull in
# the vdpau library package. We ensure its installation here.
Requires:	%{_lib}vdpau1 >= 1.1
# We need grub2 to add nomodeset!
Requires(pre):	grub2 >= 2.00-34

# Just in case some long-lived nvidia package is based on the same version
# of the drivers
Requires:	dkms-%{drivername} = %{version}-%{release}

Conflicts:	nvidia-current-cuda-opencl <= 295.59-1
Suggests:	nvidia-additional-settings

%description -n %{driverpkgname}
NVIDIA proprietary X.org graphics driver, related libraries and
configuration tools.

Please use XFdrake to configure your NVIDIA card. The correct packages
will be automatically installed and configured in this case.

%package -n dkms-%{drivername}
Summary:	Kernel module to manage NVIDIA GPUs
Group:		System/Kernel and hardware
Requires:	dkms
Requires(post):	dkms
Requires(preun): dkms

# DKMS package for each long-lived branch provides nvidia-driver-long-lived.
# The "conflicts" clause is needed to prevent the situation when several
# drivers from different branches are installed at the same time. Each of
# the drivers will have alias "nvidia" for modprobe, so they cannot
# co-exist.
Conflicts:	nvidia-driver-long-lived

%description -n dkms-%{drivername}
Kernel module to manage NVIDIA GPUs. This
is to be used with the %{driverpkgname} package.

%package -n %{drivername}-devel
Summary:	NVIDIA OpenGL/CUDA development libraries and headers
Group:		Development/C
Requires:	%{driverpkgname} = %{version}-%{release}
Requires:	%{drivername}-cuda-opencl = %{version}-%{release}
Provides:	nvidia-devel = %{version}-%{release}
Requires:	%{_lib}vdpau-devel

%description -n %{drivername}-devel
NVIDIA OpenGL/CUDA headers. This package is not required for normal use.

%package -n %{drivername}-cuda-opencl
Summary:	CUDA and OpenCL libraries for NVIDIA proprietary driver
Group:		System/Kernel and hardware
Provides:	%{drivername}-cuda = %{version}-%{release}
Requires:	kmod(%{modulename}) = %{version}
Conflicts:	x11-driver-video-nvidia-current <= 295.59

%description -n %{drivername}-cuda-opencl
Cuda and OpenCL libraries for NVIDIA proprietary driver. This package is not
required for normal use, it provides libraries to use NVIDIA cards for High
Performance Computing (HPC).

# HTML doc splitted off because of size, for live cds:
%package -n %{drivername}-doc-html
Summary:	NVIDIA html documentation (%{drivername})
Group:		System/Kernel and hardware
Requires:	%{driverpkgname} = %{version}-%{release}

%description -n %{drivername}-doc-html
HTML version of the README.txt file provided in package
%{driverpkgname}.

%prep
%setup -q -c -T -a 2 -a 3 -a 4 -a 5
sh %{nsource} --extract-only

pushd %{pkgname}/
rm -rf usr/src/nv/precompiled
%patch1 -p1
popd

# We need a different dkms.conf because the one supplied in the upstream
# is actually a template. The real file is generated from it by
# nvidia-installer which we do not use.
pushd %{pkgname}/kernel
mv dkms.conf dkms.conf.orig

# Notes from the original dkms.conf:
# ---------------
# By default, DKMS will add KERNELRELEASE to the make command line; however,
# this will cause the kernel module build to infer that it was invoked via
# Kbuild directly instead of DKMS. The dkms(8) manual page recommends quoting
# the 'make' command name to suppress this behavior.
# ---------------
cat > dkms.conf <<EOF
PACKAGE_NAME="nvidia"
PACKAGE_VERSION="%{version}"
BUILT_MODULE_NAME[0]="nvidia"
DEST_MODULE_LOCATION[0]="/kernel/drivers/video"
BUILT_MODULE_NAME[1]="nvidia-modeset"
DEST_MODULE_LOCATION[1]="/kernel/drivers/video"
BUILT_MODULE_NAME[2]="nvidia-drm"
DEST_MODULE_LOCATION[2]="/kernel/drivers/video"
%ifarch x86_64
BUILT_MODULE_NAME[3]="nvidia-uvm"
DEST_MODULE_LOCATION[3]="/kernel/drivers/video"
MAKE="'make' KERNEL_UNAME=\${kernelver} modules"
%else
MAKE="'make' NV_EXCLUDE_BUILD_MODULES='nvidia-uvm' KERNEL_UNAME=\${kernelver} modules"
%endif
CLEAN="'make' clean"
AUTOINSTALL="yes"
REMAKE_INITRD="yes"
EOF
popd

rm -f nvidia-settings-%{version}/src/*/*.a

%build
# The code contains dozens on top of dozens on top of dozens of "false" positives
export CFLAGS="%optflags -Wno-error=format-security"
export CXXFLAGS="$CFLAGS"
export LDFLAGS="%{?ldflags}"
%make -C nvidia-settings-%{version}/src/libXNVCtrl
%make -C nvidia-settings-%{version}
%make -C nvidia-xconfig-%{version}
%make -C nvidia-modprobe-%{version}
%make -C nvidia-persistenced-%{version} LIBS="-ltirpc -ldl"

%install

# README.urpmi
cp %{SOURCE101} .

cd %{pkgname}

# dkms
install -d -m755 %{buildroot}%{_usrsrc}/%{drivername}-%{version}-%{release}

# menu entry
install -d -m755 %{buildroot}%{_datadir}/%{drivername}
cat > %{buildroot}%{_datadir}/%{drivername}/rosa-nvidia-settings.desktop <<EOF
[Desktop Entry]
Name=NVIDIA Display Settings
Comment=Configure NVIDIA X driver
Exec=%{_bindir}/nvidia-settings
Icon=%{drivername}-settings
Terminal=false
Type=Application
Categories=GTK;Settings;HardwareSettings;X-MandrivaLinux-System-Configuration;
EOF

install -d -m755	%{buildroot}%{_datadir}/applications
touch			%{buildroot}%{_datadir}/applications/rosa-nvidia-settings.desktop

# icons
install -d -m755 %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -strip nvidia-settings.png -resize 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
convert -strip nvidia-settings.png -resize 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
convert -strip nvidia-settings.png -resize 48x48 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png

error_fatal() {
	echo "Error: $@." >&2
	exit 1
}

error_unhandled() {
	echo "Warning: $@." >&2
	echo "Warning: $@." >> warns.log
	# cause distro builds to fail in case of unhandled files
	exit 1
}

parseparams() {
	for value in $rest; do
		local param=$1
		[ -n "$param" ] || error_fatal "unhandled parameter $value"
		shift
		eval $param=$value

		[ -n "$value" ] || error_fatal "empty $param"

		# resolve libdir based on $arch
		if [ "$param" = "arch" ]; then
			case "$arch" in
			NATIVE)		nvidia_libdir=%{nvidia_libdir};;
			COMPAT32)	nvidia_libdir=%{nvidia_libdir32};;
			*)		error_fatal "unknown arch $arch"
			esac
		fi
	done
}

add_to_list() {
	# on distro builds, only use .manifest for doc files
	[ "${2#%doc}" = "${2}" ] && return
	local list="$1.files"
	local entry="$2"
	echo $entry >> $list
}

install_symlink() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	ln -s $dest %{buildroot}$dir/$file
	add_to_list $pkg $dir/$file
}

install_lib_symlink() {
	local pkg="$1"
	local dir="$2"
	case "$file" in
	libvdpau_*.so)
		# vdpau drivers => not put into -devel
		;;
	*.so)
		pkg=nvidia-devel;;
	esac
	install_symlink $pkg $dir
}

install_file_only() {
	local pkg="$1"
	local dir="$2"
	mkdir -p %{buildroot}$dir
	# replace 0444 with more usual 0644
	[ "$perms" = "0444" ] && perms="0644"
	install -m $perms $file %{buildroot}$dir
}

install_file() {
	local pkg="$1"
	local dir="$2"
	install_file_only $pkg $dir
	add_to_list $pkg $dir/$(basename $file)
}

get_module_dir() {
	local subdir="$1"
	case "$subdir" in
	extensions*)	echo %{nvidia_extensionsdir};;
	drivers/)	echo %{nvidia_driversdir};;
	/)		echo %{nvidia_modulesdir};;
	*)		error_unhandled "unhandled module subdir $subdir"
			echo %{nvidia_modulesdir};;
	esac
}

for file in nvidia.files nvidia-devel.files nvidia-cuda.files nvidia-dkms.files nvidia-html.files; do
	rm -f $file
	touch $file
done

# install files according to .manifest
cat .manifest | tail -n +9 | sort | uniq | while read line; do
	arch=
	style=
	subdir=
	dest=
	nvidia_libdir=
	inherit_path_str=
	glvnd=

	rest=${line}
	file=${rest%%%% *}
	rest=${rest#* }
	perms=${rest%%%% *}
	rest=${rest#* }
	type=${rest%%%% *}
	[ "${rest#* }" = "$rest" ] && rest= || rest=${rest#* }

	case "$type" in
	CUDA_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	CUDA_SYMLINK)
		parseparams arch subdir dest
		install_lib_symlink nvidia-cuda $nvidia_libdir/$subdir
		;;
	ENCODEAPI_LIB)
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	ENCODEAPI_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	EXPLICIT_PATH)
		parseparams dest
		install_file nvidia %{_datadir}/nvidia
		;;
	NVCUVID_LIB)
		parseparams arch subdir
		install_file nvidia-cuda $nvidia_libdir/$subdir
		;;
	NVCUVID_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia-cuda $nvidia_libdir
		;;
	NVIFR_LIB)
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	NVIFR_LIB_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	OPENGL_LIB)
		parseparams arch
		install_file nvidia $nvidia_libdir
		;;
	OPENGL_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	GLVND_LIB)
		parseparams arch
		install_file nvidia $nvidia_libdir
		;;
	GLVND_SYMLINK)
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	GLX_CLIENT_LIB|EGL_CLIENT_LIB)
		parseparams arch glvnd
		# Skip non-GLVND libraries
		# https://devtalk.nvidia.com/default/topic/915640/unix-graphics-announcements-and-news/multiple-glx-client-libraries-in-the-nvidia-linux-driver-installer-package/
		[ t"${glvnd}" == "tGLVND" ] && install_file nvidia $nvidia_libdir
		;;
	GLX_CLIENT_SYMLINK|EGL_CLIENT_SYMLINK)
		# Skip non-GLVND libraries
		parseparams arch dest glvnd
		[ t"${glvnd}" == "tGLVND" ] && install_lib_symlink nvidia $nvidia_libdir
		;;
	TLS_LIB)
		parseparams arch style subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	TLS_SYMLINK)
		parseparams arch style subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB)
		# backward-compatibility
		[ -n "${rest}" ] || rest="NATIVE $rest"
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	UTILITY_LIB_SYMLINK)
		# backward-compatibility
		[ "${rest#* }" != "$rest" ] || rest="NATIVE $rest"
		parseparams arch dest
		install_lib_symlink nvidia $nvidia_libdir
		;;
	OPENCL_LIB)
		[ -n "${rest}" ] || rest="NATIVE $rest"
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	OPENCL_LIB_SYMLINK)
		[ "${rest#* }" != "$rest" ] || rest="NATIVE $rest"
		parseparams arch subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	OPENCL_WRAPPER_LIB)
		[ -n "${rest}" ] || rest="NATIVE $rest"
		parseparams arch subdir
		install_file nvidia $nvidia_libdir/$subdir
		;;
	OPENCL_WRAPPER_SYMLINK)
		[ "${rest#* }" != "$rest" ] || rest="NATIVE $rest"
		parseparams arch subdir dest
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_LIB)
		parseparams arch subdir
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_SYMLINK)
		parseparams arch subdir dest
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_WRAPPER_LIB)
		parseparams arch subdir
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_file nvidia $nvidia_libdir/$subdir
		;;
	VDPAU_WRAPPER_SYMLINK)
		parseparams arch subdir dest
		case $file in *libvdpau_nvidia.so*);; *) continue; esac
		install_lib_symlink nvidia $nvidia_libdir/$subdir
		;;
	XLIB_STATIC_LIB)
		install_file nvidia-devel %{nvidia_libdir}
		;;
	XLIB_SHARED_LIB)
		install_file nvidia %{nvidia_libdir}
		;;
	XLIB_SYMLINK)
		parseparams dest
		install_lib_symlink nvidia %{nvidia_libdir}
		;;
	LIBGL_LA)
		# (Anssi) we don't install .la files
		;;
	XMODULE_SHARED_LIB|GLX_MODULE_SHARED_LIB)
		parseparams subdir
		install_file nvidia $(get_module_dir $subdir)
		;;
	XMODULE_NEWSYM)
		# symlink that is created only if it doesn't already
		# exist (i.e. as part of x11-server)
		case "$file" in
		libwfb.so)
			continue
			;;
		*)
			error_unhandled "unknown XMODULE_NEWSYM type file $file, skipped"
			continue
		esac
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	XMODULE_SYMLINK|GLX_MODULE_SYMLINK)
		parseparams subdir dest
		install_symlink nvidia $(get_module_dir $subdir)
		;;
	VDPAU_HEADER)
		continue
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	OPENGL_HEADER|CUDA_HEADER)
		parseparams subdir
		install_file_only nvidia-devel %{_includedir}/%{drivername}/$subdir
		;;
	DOCUMENTATION)
		parseparams subdir
		case $subdir in
		*/html)
			add_to_list nvidia-html "%%doc %{pkgname}/$file"
			continue
			;;
		*/include/*)
			continue
			;;
		esac
		case $file in
		*XF86Config*|*nvidia-settings.png)
			continue;;
		esac
		add_to_list nvidia "%%doc %{pkgname}/$file"
		;;
	MANPAGE|NVIDIA_MODPROBE_MANPAGE)
		parseparams subdir
		case "$file" in
		*nvidia-installer*)
			# not installed
			continue
			;;
		*nvidia-settings*|*nvidia-xconfig*|*nvidia-modprobe*|*nvidia-persistenced*)
			# installed separately below
			continue
			;;
		*nvidia-smi*|*nvidia-cuda-mps-control*)
			# ok
			;;
		*)
			error_unhandled "skipped unknown man page $(basename $file)"
			continue
		esac
		install_file_only nvidia %{_mandir}/$subdir
		;;
	UTILITY_BINARY)
		case "$file" in
		*nvidia-settings|*nvidia-xconfig|*nvidia-persistenced)
			# not installed, we install our own copy
			continue
			;;
		*nvidia-smi|*nvidia-bug-report.sh|*nvidia-debugdump)
			# ok
			;;
		*nvidia-cuda-mps-control|*nvidia-cuda-mps-server)
			# ok
			;;
		*)
			error_unhandled "unknown binary $(basename $file) will be installed to %{nvidia_bindir}/$(basename $file)"
			;;
		esac
		install_file nvidia %{nvidia_bindir}
		;;
	UTILITY_BIN_SYMLINK)
		case $file in nvidia-uninstall) continue;; esac
		parseparams dest
		install_symlink nvidia %{nvidia_bindir}
		;;
	NVIDIA_MODPROBE)
		# A suid-root tool (GPLv2) used as fallback for loading the module and
		# creating the device nodes in case the driver component is running as
		# a non-root user (e.g. a CUDA application). While the module is automatically
		# loaded by udev rules, the device nodes are not automatically created
		# like with regular drivers and therefore this tool is installed on
		# ROSA as well, at least for now.
		;;
	INSTALLER_BINARY)
		# not installed
		;;
	KERNEL_MODULE_SRC)
		# These lines now have an item like "INHERIT_PATH_DEPTH:1"
		# It specifies, how many components of the path to skip.
		# For example, the manifest mat contain the following line:
		#   kernel/nvidia/nv.c 0644 KERNEL_MODULE_SRC INHERIT_PATH_DEPTH:1
		# Skip one component of the path as suggested by INHERIT_PATH_DEPTH:1,
		# and we get "nvidia/nv.c", which should be installed as
		# /usr/src/<driver-version-release>/nvidia/nv.c.
		parseparams inherit_path_str
		if [ $inherit_path_str != "INHERIT_PATH_DEPTH:1" ]; then
			error_unhandled "unexpected option for $file: \"$inherit_path_str\"."
		fi
		dest=$(echo $file | sed 's/[^/]*\///')
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}/$(dirname $dest)
		;;
	DKMS_CONF)
		# We will replace it with our own dkms.conf below but the
		# file must be listed anyway.
		install_file nvidia-dkms %{_usrsrc}/%{drivername}-%{version}-%{release}
		;;
	CUDA_ICD)
		# in theory this should go to the cuda subpackage, but it goes into the main package
		# as this avoids one broken symlink and it is small enough to not cause space issues
		install_file nvidia %{_sysconfdir}/%{drivername}
		;;
	VULKAN_ICD_JSON)
		install_file nvidia %{_sysconfdir}/vulkan/icd.d
		;;
	GLVND_EGL_ICD_JSON)
		install_file nvidia %{_datadir}/glvnd/egl_vendor.d
		;;
	APPLICATION_PROFILE)
		parseparams subdir
		# application profile filenames are versioned, we can use a common
		# non-alternativesized directory
		install_file nvidia %{_datadir}/nvidia/$subdir
		;;
	DOT_DESKTOP)
		# we provide our own for now
		;;
	XORG_OUTPUTCLASS_CONFIG)
		# nvidia-drm-outputclass.conf allows to load the appropriate
		# X11 driver automatically if nvidia kernel module is used
		# by the graphics device. Xorg >= 1.16.
		# Not needed in our case, because we create the
		# Xorg config appropriately.
		;;
	*)
		error_unhandled "file $(basename $file) of unknown type $type will be skipped"
	esac
done

[ -z "$warnings" ] || echo "Please file a bug about the above warnings at http://bugs.rosalinux.ru/." >> warns.log

# Create the convenience symlinks. As the packages with nvidia are mutually
# exclusive now, there is no need to use alternatives for this.
ln -s %{nvidia_libdir} %{buildroot}%{_libdir}/nvidia
%ifarch %{biarches}
	ln -s %{nvidia_libdir32} %{buildroot}%{_prefix}/lib/nvidia
%endif

# confirm SONAME; if something else than libvdpau_nvidia.so or libvdpau_nvidia.so.1, adapt .spec as needed:
[ "$(objdump -p %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} | grep SONAME | gawk '{ print $2 }')" = "libvdpau_nvidia.so.1" ]

rm -f %{buildroot}%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.1
rm -f %{buildroot}%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.1

# vdpau alternative symlink
install -d -m755 %{buildroot}%{_libdir}/vdpau
touch %{buildroot}%{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
install -d -m755 %{buildroot}%{_prefix}/lib/vdpau
touch %{buildroot}%{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

# self-built binaries
install -m755 ../nvidia-settings-%{version}/src/_out/*/nvidia-settings %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig %{buildroot}%{nvidia_bindir}
install -m755 ../nvidia-persistenced-%{version}/_out/*/nvidia-persistenced %{buildroot}%{nvidia_bindir}
install -m4755 ../nvidia-modprobe-%{version}/_out/*/nvidia-modprobe %{buildroot}%{nvidia_bindir}

# binary alternatives
install -d -m755			%{buildroot}%{_bindir}
touch					%{buildroot}%{_bindir}/nvidia-debugdump
touch					%{buildroot}%{_bindir}/nvidia-settings
touch					%{buildroot}%{_bindir}/nvidia-smi
touch					%{buildroot}%{_bindir}/nvidia-xconfig
touch					%{buildroot}%{_bindir}/nvidia-bug-report.sh
touch					%{buildroot}%{_bindir}/nvidia-modprobe
touch					%{buildroot}%{_bindir}/nvidia-persistenced
touch					%{buildroot}%{_bindir}/nvidia-cuda-mps-control
touch					%{buildroot}%{_bindir}/nvidia-cuda-mps-server
# rpmlint:
chmod 0755				%{buildroot}%{_bindir}/*

# install man pages
install -m644 ../nvidia-settings-%{version}/doc/_out/*/nvidia-settings.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-xconfig-%{version}/_out/*/nvidia-xconfig.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-modprobe-%{version}/_out/*/nvidia-modprobe.1 %{buildroot}%{_mandir}/man1
install -m644 ../nvidia-persistenced-%{version}/_out/*/nvidia-persistenced.1 %{buildroot}%{_mandir}/man1

# bug #41638 - whatis entries of nvidia man pages appear wrong
gunzip %{buildroot}%{_mandir}/man1/*.gz
sed -r -i '/^nvidia\\-[a-z]+ \\- NVIDIA/s,^nvidia\\-,nvidia-,' %{buildroot}%{_mandir}/man1/*.1
cd %{buildroot}%{_mandir}/man1
rename nvidia alt-%{drivername} *
cd -
touch %{buildroot}%{_mandir}/man1/nvidia-xconfig.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-settings.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-modprobe.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-persistenced.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-smi.1%{_extension}
touch %{buildroot}%{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension}

# cuda nvidia.icd
install -d -m755		%{buildroot}%{_sysconfdir}/OpenCL/vendors
touch				%{buildroot}%{_sysconfdir}/OpenCL/vendors/nvidia.icd

# ld.so.conf
install -d -m755		%{buildroot}%{_sysconfdir}/%{drivername}
echo "%{nvidia_libdir}" >	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%ifarch %{biarches}
echo "%{nvidia_libdir32}" >>	%{buildroot}%{_sysconfdir}/%{drivername}/ld.so.conf
%endif
install -d -m755		%{buildroot}%{_sysconfdir}/ld.so.conf.d
touch				%{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf

# modprobe.d
install -d -m755			%{buildroot}%{_sysconfdir}/modprobe.d

# Allow the users to load this kernel module as "nvidia-current" as well.
echo "alias %{drivername} nvidia" > %{buildroot}%{_sysconfdir}/modprobe.d/%{drivername}.conf

# xinit script
install -d -m755 %{buildroot}%{_sysconfdir}/%{drivername}
cat > %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit <<EOF
# to be sourced
#
# Do not modify this file; the changes will be overwritten.
# If you want to disable automatic configuration loading, create
# /etc/sysconfig/nvidia-settings with this line: LOAD_NVIDIA_SETTINGS="no"
#
LOAD_NVIDIA_SETTINGS="yes"
[ -f %{_sysconfdir}/sysconfig/nvidia-settings ] && . %{_sysconfdir}/sysconfig/nvidia-settings
[ "\$LOAD_NVIDIA_SETTINGS" = "yes" ] && %{_bindir}/nvidia-settings --load-config-only
EOF
chmod 0755 %{buildroot}%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
install -d -m755 %{buildroot}%{_sysconfdir}/X11/xinit.d
touch %{buildroot}%{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit

export EXCLUDE_FROM_STRIP="$(find %{buildroot} -type f \! -name nvidia-settings \! -name nvidia-xconfig \! -name nvidia-modprobe \! -name nvidia-persistenced)"

%post -n %{driverpkgname}

# On the first install, generate xorg.conf, backup the old one, if present.
# We cannot simply add it to the list of files because it needs info from
# the system the driver will run on: BUS ID for the video adapter.
if [ $1 -eq 1 ]; then
	if [ -f %{_sysconfdir}/X11/xorg.conf ]; then
		echo "Warning: %{_sysconfdir}/X11/xorg.conf will be replaced with a new file."
		echo "%{xorg_conf_backup} will be the backup of the original xorg.conf."

		mv %{_sysconfdir}/X11/xorg.conf %{xorg_conf_backup}
	fi

# The first of the video adapters by NVidia.
	DEV_LINE=$(lspci -vnn | grep -E -i '(VGA compatible controller|3D controller|Display controller).*NVIDIA' | head -n 1)
	echo $DEV_LINE | grep -E '^[0-9]+:[0-9]+\.[0-9]+\s+' > /dev/null 2>&1
	if test $? -ne 0; then
		echo "Error: no suitable devices found."
		exit 1
	fi

	BUSID_GPU=$(echo $DEV_LINE | awk '{ split($1, ids, "[.:]"); printf("%d:%d:%d", ids[1], ids[2], ids[3]); }')

	cat > %{_sysconfdir}/X11/xorg.conf <<EOF
Section "ServerFlags"
Option "DontZap" "False"
AllowMouseOpenFail
EndSection

Section "Device"
Identifier "device1"
VendorName "NVIDIA Corporation"
BoardName "Proprietary (nvidia-current)"
Driver "nvidia"
BusID "PCI:$BUSID_GPU"
Option "DPMS"
Option "DynamicTwinView" "false"
Option "AddARGBGLXVisuals"
Option "NoLogo" "1"
Option "Coolbits" "4"
EndSection
EOF
fi

# XFdrake used to generate an nvidia.conf file
[ -L %{_sysconfdir}/modprobe.d/nvidia.conf ] || rm -f %{_sysconfdir}/modprobe.d/nvidia.conf

current_glconf="$(readlink -e %{_sysconfdir}/ld.so.conf.d/GL.conf)"

# owned by libvdpau1, created in case libvdpau1 is installed only just after
# this package
mkdir -p %{_libdir}/vdpau

%{_sbindir}/update-alternatives \
	--install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf %{priority} \
	--slave %{_mandir}/man1/nvidia-settings.1%{_extension} man_nvidiasettings%{_extension} %{_mandir}/man1/alt-%{drivername}-settings.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-xconfig.1%{_extension} man_nvidiaxconfig%{_extension} %{_mandir}/man1/alt-%{drivername}-xconfig.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-smi.1%{_extension} nvidia-smi.1%{_extension} %{_mandir}/man1/alt-%{drivername}-smi.1%{_extension} \
	--slave %{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension} nvidia-cuda-mps-control.1%{_extension} %{_mandir}/man1/alt-%{drivername}-cuda-mps-control.1%{_extension} \
	--slave %{_datadir}/applications/rosa-nvidia-settings.desktop nvidia_desktop %{_datadir}/%{drivername}/rosa-nvidia-settings.desktop \
	--slave %{_bindir}/nvidia-settings nvidia_settings %{nvidia_bindir}/nvidia-settings \
	--slave %{_bindir}/nvidia-smi nvidia_smi %{nvidia_bindir}/nvidia-smi \
	--slave %{_bindir}/nvidia-xconfig nvidia_xconfig %{nvidia_bindir}/nvidia-xconfig \
	--slave %{_bindir}/nvidia-debugdump nvidia-debugdump %{nvidia_bindir}/nvidia-debugdump \
	--slave %{_bindir}/nvidia-bug-report.sh nvidia_bug_report %{nvidia_bindir}/nvidia-bug-report.sh \
	--slave %{_bindir}/nvidia-cuda-mps-control nvidia-cuda-mps-control %{nvidia_bindir}/nvidia-cuda-mps-control \
	--slave %{_bindir}/nvidia-cuda-mps-server nvidia-cuda-mps-server %{nvidia_bindir}/nvidia-cuda-mps-server \
	--slave %{_bindir}/nvidia-modprobe nvidia-modprobe %{nvidia_bindir}/nvidia-modprobe \
	--slave %{_bindir}/nvidia-persistenced nvidia-persistenced %{nvidia_bindir}/nvidia-persistenced \
	--slave %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit nvidia-settings.xinit %{_sysconfdir}/%{drivername}/nvidia-settings.xinit \
	--slave %{_libdir}/vdpau/libvdpau_nvidia.so.1 %{_lib}vdpau_nvidia.so.1 %{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version} \
	--slave %{_sysconfdir}/OpenCL/vendors/nvidia.icd nvidia.icd %{_sysconfdir}/%{drivername}/nvidia.icd \
%ifarch %{biarches}
	--slave %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1 libvdpau_nvidia.so.1 %{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version} \
%endif
	--slave %{xorg_extra_modules} xorg_extra_modules %{nvidia_extensionsdir} \

# Unlike the drivers from long-lived branches (nvidia<version>)
# nvidia-current is not installed by XFdrake. So, it should perform all
# setup tasks by itself.
%{_sbindir}/update-alternatives --set gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf

# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

# Add 'nomodeset' to grub2 string and update grub2.cfg. No need to worry
# about Optimus here: it is not officially supported with nvidia-current.
echo "INFO: Adding 'nomodeset'".
/usr/sbin/grub2-cfg-mod --add nomodeset
/usr/sbin/update-grub2

%postun -n %{driverpkgname}
if [ ! -f %{_sysconfdir}/%{drivername}/ld.so.conf ]; then
  %{_sbindir}/update-alternatives --remove gl_conf %{_sysconfdir}/%{drivername}/ld.so.conf
fi
# explicit /sbin/ldconfig due to alternatives
/sbin/ldconfig -X

if [ $1 -eq 0 ]; then
# Remove the generated xorg.conf.
	rm -f %{_sysconfdir}/X11/xorg.conf
fi

%if "%{ldetect_cards_name}" != ""
[ -x %{_sbindir}/update-ldetect-lst ] && %{_sbindir}/update-ldetect-lst || :
%endif

# Del 'nomodeset' from the boot-time kernel options.
if [ $1 -eq 0 ] ; then
	/usr/sbin/grub2-cfg-mod --del nomodeset
	/usr/sbin/update-grub2
fi

%post -n %{drivername}-cuda-opencl
# Explicit /sbin/ldconfig due to a non-standard library directory.
/sbin/ldconfig -X

%post -n %{drivername}-devel
# Explicit /sbin/ldconfig due to a non-standard library directory.
# The applications like Blender may need to find libcuda.so, for example.
/sbin/ldconfig -X

%postun -n %{drivername}-devel
# Explicit /sbin/ldconfig due to a non-standard library directory.
/sbin/ldconfig -X

%post -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade add -m %{drivername} -v %{version}-%{release}

# Build and install the driver for all available kernels that have devel
# files, no matter how these kernels were installed (from RPMs or manually).
# Do not fail the installation of the package if the build fails for some
# kernels, this may happen during testing, etc.
for kk in /lib/modules/*; do
	kk=$(echo $kk | sed 's/^\/lib\/modules\///');
	if test -d "/lib/modules/$kk/build"; then
# Remove the modules that use the obsolete naming convention first
# to make the upgrade smoother (otherwise they may remain in the system
# and cause trouble).
		rm -f /lib/modules/$kk/kernel/drivers/video/nvidia3*.ko
		rm -f /lib/modules/$kk/kernel/drivers/video/nvidia-current.ko
# Now build and install the newer modules
		/usr/sbin/dkms --rpm_safe_upgrade build -m %{drivername} -v %{version}-%{release} -k $kk &&
		/usr/sbin/dkms --rpm_safe_upgrade install -m %{drivername} -v %{version}-%{release} -k $kk || true
	else
		echo "WARNING: No development files for kernel \"$kk\"" > /dev/stderr;
	fi;
done

# Just in case the user reboots the system too quickly and sync is not
# done automatically.
sync

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%preun -n dkms-%{drivername}
/usr/sbin/dkms --rpm_safe_upgrade remove -m %{drivername} -v %{version}-%{release} --all || true

# rmmod any old driver if present and not in use (e.g. by X)
modprobe -r nvidia > /dev/null 2>&1 || true

%files -n %{driverpkgname} -f %{pkgname}/nvidia.files
# other documentation files are listed in nvidia.files
%doc README.urpmi

# ld.so.conf, modprobe.conf, xinit
%ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
%ghost %{_sysconfdir}/X11/xinit.d/nvidia-settings.xinit
%dir %{_sysconfdir}/%{drivername}
%{_sysconfdir}/modprobe.d/%{drivername}.conf
%{_sysconfdir}/%{drivername}/ld.so.conf
%{_sysconfdir}/%{drivername}/nvidia-settings.xinit
%{_sysconfdir}/%{drivername}/nvidia.icd
%dir %{_sysconfdir}/vulkan/icd.d
%{_sysconfdir}/vulkan/icd.d/nvidia_icd.json
%dir %{_datadir}/glvnd/egl_vendor.d
%{_datadir}/glvnd/egl_vendor.d/10_nvidia.json
%dir %{_datadir}/nvidia
%{_datadir}/nvidia/nvidia-application-profiles-%{version}-rc
%{_datadir}/nvidia/nvidia-application-profiles-%{version}-key-documentation

%dir %{_sysconfdir}/OpenCL
%dir %{_sysconfdir}/OpenCL/vendors
%ghost %{_sysconfdir}/OpenCL/vendors/nvidia.icd

%ghost %{_bindir}/nvidia-debugdump
%ghost %{_bindir}/nvidia-settings
%ghost %{_bindir}/nvidia-smi
%ghost %{_bindir}/nvidia-xconfig
%ghost %{_bindir}/nvidia-modprobe
%ghost %{_bindir}/nvidia-persistenced
%ghost %{_bindir}/nvidia-bug-report.sh
%ghost %{_bindir}/nvidia-cuda-mps-control
%ghost %{_bindir}/nvidia-cuda-mps-server
%dir %{nvidia_bindir}
%{nvidia_bindir}/nvidia-debugdump
%{nvidia_bindir}/nvidia-settings
%{nvidia_bindir}/nvidia-smi
%{nvidia_bindir}/nvidia-xconfig
%{nvidia_bindir}/nvidia-modprobe
%{nvidia_bindir}/nvidia-persistenced
%{nvidia_bindir}/nvidia-bug-report.sh
%{nvidia_bindir}/nvidia-cuda-mps-control
%{nvidia_bindir}/nvidia-cuda-mps-server

%ghost %{_mandir}/man1/nvidia-xconfig.1%{_extension}
%ghost %{_mandir}/man1/nvidia-settings.1%{_extension}
%ghost %{_mandir}/man1/nvidia-modprobe.1%{_extension}
%ghost %{_mandir}/man1/nvidia-persistenced.1%{_extension}
%ghost %{_mandir}/man1/nvidia-smi.1%{_extension}
%ghost %{_mandir}/man1/nvidia-cuda-mps-control.1%{_extension}
%{_mandir}/man1/alt-%{drivername}-xconfig.1*
%{_mandir}/man1/alt-%{drivername}-settings.1*
%{_mandir}/man1/alt-%{drivername}-modprobe.1*
%{_mandir}/man1/alt-%{drivername}-persistenced.1*
%{_mandir}/man1/alt-%{drivername}-smi.1*
%{_mandir}/man1/alt-%{drivername}-cuda-mps-control.1*

%ghost %{_datadir}/applications/rosa-nvidia-settings.desktop
%dir %{_datadir}/%{drivername}
%{_datadir}/%{drivername}/rosa-nvidia-settings.desktop

%{_iconsdir}/hicolor/16x16/apps/%{drivername}-settings.png
%{_iconsdir}/hicolor/32x32/apps/%{drivername}-settings.png
%{_iconsdir}/hicolor/48x48/apps/%{drivername}-settings.png

%dir %{nvidia_libdir}
%dir %{nvidia_libdir}/tls
%dir %{nvidia_libdir}/vdpau
%{_libdir}/nvidia
%{nvidia_libdir}/libGL.so.1.0.0
%{nvidia_libdir}/libGL.so.1
%{nvidia_libdir}/libGLX.so.0
%{nvidia_libdir}/libGLX_nvidia.so.%{version}
%{nvidia_libdir}/libGLX_nvidia.so.0
%{nvidia_libdir}/libGLX_indirect.so.0
%{nvidia_libdir}/libGLdispatch.so.0
%{nvidia_libdir}/libOpenGL.so.0
%{nvidia_libdir}/libnvidia-fatbinaryloader.so.%{version}
%{nvidia_libdir}/libnvidia-ptxjitcompiler.so.%{version}
%{nvidia_libdir}/libnvidia-glcore.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.%{version}
%{nvidia_libdir}/libnvidia-tls.so.%{version}
%{nvidia_libdir}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir}/libEGL.so.1
%{nvidia_libdir}/libEGL_nvidia.so.0
%{nvidia_libdir}/libEGL_nvidia.so.%{version}
%{nvidia_libdir}/libGLESv1_CM.so.1
%{nvidia_libdir}/libGLESv1_CM_nvidia.so.1
%{nvidia_libdir}/libGLESv1_CM_nvidia.so.%{version}
%{nvidia_libdir}/libGLESv2.so.2
%{nvidia_libdir}/libGLESv2_nvidia.so.2
%{nvidia_libdir}/libGLESv2_nvidia.so.%{version}
%{nvidia_libdir}/libnvidia-eglcore.so.%{version}
%{nvidia_libdir}/libnvidia-glsi.so.%{version}
%{nvidia_libdir}/libnvidia-cfg.so.1
%{nvidia_libdir}/libnvidia-fbc.so.1
%{nvidia_libdir}/libnvidia-fbc.so.%{version}
%{nvidia_libdir}/libnvidia-ifr.so.1
%{nvidia_libdir}/libnvidia-ifr.so.%{version}
%{nvidia_libdir}/libnvidia-ml.so.1
%{nvidia_libdir}/libnvidia-ml.so.%{version}
%{nvidia_libdir}/libvdpau_nvidia.so
%{nvidia_libdir}/tls/libnvidia-tls.so.%{version}
%{nvidia_libdir}/libnvidia-gtk2.so.%{version}
%{nvidia_libdir}/libnvidia-gtk3.so.%{version}
%{nvidia_libdir}/libnvidia-egl-wayland.so.%{version}
%ifarch %{biarches}
%dir %{nvidia_libdir32}
%dir %{nvidia_libdir32}/tls
%dir %{nvidia_libdir32}/vdpau
%{_prefix}/lib/nvidia
%{nvidia_libdir32}/libGL.so.1.0.0
%{nvidia_libdir32}/libGL.so.1
%{nvidia_libdir32}/libGLX.so.0
%{nvidia_libdir32}/libGLX_nvidia.so.%{version}
%{nvidia_libdir32}/libGLX_nvidia.so.0
%{nvidia_libdir32}/libGLX_indirect.so.0
%{nvidia_libdir32}/libGLdispatch.so.0
%{nvidia_libdir32}/libOpenGL.so.0
%{nvidia_libdir32}/libnvidia-fatbinaryloader.so.%{version}
%{nvidia_libdir32}/libnvidia-ptxjitcompiler.so.%{version}
%{nvidia_libdir32}/libnvidia-glcore.so.%{version}
%{nvidia_libdir32}/libnvidia-ifr.so.1
%{nvidia_libdir32}/libnvidia-ifr.so.%{version}
%{nvidia_libdir32}/libnvidia-ml.so.1
%{nvidia_libdir32}/libnvidia-ml.so.%{version}
%{nvidia_libdir32}/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libvdpau_nvidia.so
%{nvidia_libdir32}/vdpau/libvdpau_nvidia.so.%{version}
%{nvidia_libdir32}/tls/libnvidia-tls.so.%{version}
%{nvidia_libdir32}/libnvidia-fbc.so.1
%{nvidia_libdir32}/libnvidia-fbc.so.%{version}
%{nvidia_libdir32}/libEGL.so.1
%{nvidia_libdir32}/libEGL_nvidia.so.0
%{nvidia_libdir32}/libEGL_nvidia.so.%{version}
%{nvidia_libdir32}/libGLESv1_CM.so.1
%{nvidia_libdir32}/libGLESv1_CM_nvidia.so.1
%{nvidia_libdir32}/libGLESv1_CM_nvidia.so.%{version}
%{nvidia_libdir32}/libGLESv2.so.2
%{nvidia_libdir32}/libGLESv2_nvidia.so.2
%{nvidia_libdir32}/libGLESv2_nvidia.so.%{version}
%{nvidia_libdir32}/libnvidia-eglcore.so.%{version}
%{nvidia_libdir32}/libnvidia-glsi.so.%{version}
%endif

%ghost %{_libdir}/vdpau/libvdpau_nvidia.so.1
%ifarch %{biarches}
# avoid unowned directory
%dir %{_prefix}/lib/vdpau
%ghost %{_prefix}/lib/vdpau/libvdpau_nvidia.so.1
%endif

%dir %{nvidia_modulesdir}
%{nvidia_modulesdir}/libnvidia-wfb.so.1
%{nvidia_modulesdir}/libnvidia-wfb.so.%{version}
%{nvidia_extensionsdir}/libglx.so.%{version}
%{nvidia_extensionsdir}/libglx.so
%{nvidia_driversdir}/nvidia_drv.so

%files -n %{drivername}-devel -f %{pkgname}/nvidia-devel.files
%{_includedir}/%{drivername}
%{nvidia_libdir}/libGL.so
%{nvidia_libdir}/libOpenGL.so
%{nvidia_libdir}/libGLX.so
%{nvidia_libdir}/libEGL.so
%{nvidia_libdir}/libGLESv1_CM.so
%{nvidia_libdir}/libGLESv2.so
%{nvidia_libdir}/libcuda.so
%{nvidia_libdir}/libnvcuvid.so
%{nvidia_libdir}/libnvidia-cfg.so
%{nvidia_libdir}/libnvidia-fbc.so
%{nvidia_libdir}/libnvidia-ifr.so
%{nvidia_libdir}/libOpenCL.so
%{nvidia_libdir}/libnvidia-ml.so
%{nvidia_libdir}/libnvidia-encode.so
%ifarch %{biarches}
%{nvidia_libdir32}/libGL.so
%{nvidia_libdir32}/libOpenGL.so
%{nvidia_libdir32}/libGLX.so
%{nvidia_libdir32}/libEGL.so
%{nvidia_libdir32}/libGLESv1_CM.so
%{nvidia_libdir32}/libGLESv2.so
%{nvidia_libdir32}/libcuda.so
%{nvidia_libdir32}/libnvcuvid.so
%{nvidia_libdir32}/libnvidia-fbc.so
%{nvidia_libdir32}/libnvidia-ifr.so
%{nvidia_libdir32}/libOpenCL.so
%{nvidia_libdir32}/libnvidia-ml.so
%{nvidia_libdir32}/libnvidia-encode.so
%endif

%files -n dkms-%{drivername}
%doc %{pkgname}/LICENSE
%{_usrsrc}/%{drivername}-%{version}-%{release}

%files -n %{drivername}-doc-html -f %{pkgname}/nvidia-html.files

%files -n %{drivername}-cuda-opencl -f %{pkgname}/nvidia-cuda.files
%{nvidia_libdir}/libnvcuvid.so.%{version}
%{nvidia_libdir}/libnvcuvid.so.1
%{nvidia_libdir}/libnvidia-encode.so.1
%{nvidia_libdir}/libnvidia-encode.so.%{version}
%{nvidia_libdir}/libOpenCL.so.1.0.0
%{nvidia_libdir}/libOpenCL.so.1.0
%{nvidia_libdir}/libOpenCL.so.1
%{nvidia_libdir}/libnvidia-compiler.so.%{version}
%{nvidia_libdir}/libcuda.so.%{version}
%{nvidia_libdir}/libcuda.so.1
%{nvidia_libdir}/libnvidia-opencl.so.%{version}
%{nvidia_libdir}/libnvidia-opencl.so.1
%ifarch x86_64
%{nvidia_libdir32}/libnvidia-opencl.so.*
%{nvidia_libdir32}/libnvcuvid.so.%{version}
%{nvidia_libdir32}/libnvcuvid.so.1
%{nvidia_libdir32}/libnvidia-encode.so.1
%{nvidia_libdir32}/libnvidia-encode.so.%{version}
%endif
%ifarch %{biarches}
%{nvidia_libdir32}/libOpenCL.so.1.0.0
%{nvidia_libdir32}/libOpenCL.so.1.0
%{nvidia_libdir32}/libOpenCL.so.1
%{nvidia_libdir32}/libnvidia-compiler.so.%{version}
%{nvidia_libdir32}/libcuda.so.%{version}
%{nvidia_libdir32}/libcuda.so.1
%endif

%changelog

* Sun Dec 25 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 375.26-2
- (cc466fd) Always re-create initrd when installing/removing these drivers
- (cc466fd) NVidia drivers may get into the initrd image in some cases. If a driver
- (cc466fd) is updated but initrd is not, the graphics will fail to start at the next
- (cc466fd) boot with an error similar to the following in dmesg:
- (cc466fd) -------------
- (cc466fd) NVRM: API mismatch: the client has the version 375.26, but
- (cc466fd) NVRM: this kernel module has the version 375.20.  Please
- (cc466fd) NVRM: make sure that this kernel module and all NVIDIA driver
- (cc466fd) NVRM: components have the same version.
- (cc466fd) -------------
- (cc466fd) Let is re-create initrd to make sure the correct driver is used.

* Sat Dec 24 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 375.26-1
- (6fd4209) Updated to version 375.26
- (6fd4209) https://devtalk.nvidia.com/default/topic/981831/b/t/post/5037664/#5037664
- (6fd4209) Release highlights since 375.20:
- (6fd4209) * Added support for the following GPU:
- (6fd4209) Quadro M3000 SE
- (6fd4209) * Fixed a regression that prevented the backlight on some notebook
- (6fd4209) computer displays from turning back on after being shut off.
- (6fd4209) * Fixed a regression that prevented the console from being restored
- (6fd4209) properly when using SLI.
- (6fd4209) * Fixed a regression that could cause the nvidia-settings control
- (6fd4209) panel to crash on startup with certain GPU configurations.
- (6fd4209) * Fixed a regression that prevented the GLX_NV_swap_group extension
- (6fd4209) from working when using SLI or Quadro Sync.
- (6fd4209) * Fixed a long-standing bug that caused the NVIDIA X driver to not
- (6fd4209) correctly detect AC/battery hotplug events on notebooks.
- (6fd4209) * Fixed an interaction problem between the Linux kernel's
- (6fd4209) CONFIG_HARDENED_USERCOPY feature (new in Linux kernel 4.8) and
- (6fd4209) nvidia-drm.ko with modeset=1 enabled. This problem caused
- (6fd4209) CONFIG_HARDENED_USERCOPY to erroneously halt the system, issuing reports
- (6fd4209) of the form:
- (6fd4209) usercopy: kernel memory overwrite attempt detected to
- (6fd4209) ffff8803e8ec7ce0 (<process stack>) (8 bytes)

* Wed Dec 07 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 375.20-2
- (aede852) Require dkms-nvidia-current explicitly
- (aede852) This is necessary in (probably rare) cases when nvidia-current is based
- (aede852) on the same driver version as some nvidiaXYZ.

* Wed Dec 07 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 375.20-1
- (846f9bd) Updated to version 375.20
- (846f9bd) Upstream changes (w.r.t. v370.28):
- (846f9bd) Additions / improvements:
- (846f9bd) * Added support for the following GPUs:
- (846f9bd) GeForce GTX 1050
- (846f9bd) GeForce GTX 1050 Ti
- (846f9bd) Quadro M620
- (846f9bd) Quadro M5000 SE
- (846f9bd) Quadro P6000
- (846f9bd) Quadro P5000
- (846f9bd) Tesla P100-PCIE-12GB
- (846f9bd) Tesla P100-PCIE-16GB
- (846f9bd) Tesla P100-SXM2-16GB
- (846f9bd) Tesla P4
- (846f9bd) Tesla P40
- (846f9bd) * Added new X configuration options:
- (846f9bd) ForceCompositionPipeline
- (846f9bd) ForceFullCompositionPipeline
- (846f9bd) which override the MetaMode tokens with the same names.
- (846f9bd) * Added support for X.Org xserver ABI 23 (xorg-server 1.19)
- (846f9bd) * Added support for the RandR TILE property added in RandR 1.5.
- (846f9bd) * Improved compatibility with recent Linux kernels.
- (846f9bd) * Added support for NVIDIA 3D Vision 2 Stereo on Linux. This IR emitter
- (846f9bd) can be used with stereo mode "10" set in the X configuration file.
- (846f9bd) * Added support for the screen_info.ext_lfb_base field, on kernels that
- (846f9bd) have it, in order to properly handle UEFI framebuffer consoles with
- (846f9bd) physical addresses above 4GB.
- (846f9bd) * Improved console restore behavior on systems that use the UEFI
- (846f9bd) Graphics Output Protocol, and most vesafb modes.
- (846f9bd) * Added EGL support to the GL Vendor Neutral Dispatch Library
- (846f9bd) (libGLVND).
- (846f9bd) * Raised the on-disk OpenGL shader cache size from 64MB to 128MB. Refer
- (846f9bd) to the "Specifying OpenGL Environment Variable Settings" section of
- (846f9bd) the driver README for details on how to select its location or disable
- (846f9bd) it.
- (846f9bd) Fixes:
- (846f9bd) * Fixed a bug that could cause displays in SLI Mosaic to blank when
- (846f9bd) applying a transformation matrix.
- (846f9bd) * Fixed a bug that prevented 	G-SYNC from working on notebook
- (846f9bd) displays.
- (846f9bd) * Fixed a bug that caused DisplayPort multistream devices to go blank
- (846f9bd) after the console is restored.
- (846f9bd) * Fixed a bug that caused a kernel crash when starting X for the second
- (846f9bd) time when more than one DisplayPort multistream device is connected to
- (846f9bd) a single DisplayPort connector via a branch device.
- (846f9bd) * Fixed a crash in nvidia-settings when adding Application Profile Rule
- (846f9bd) and Profile entries.
- (846f9bd) * Removed the "Enable Tooltip" option in nvidia-settings for the GTK 2
- (846f9bd) interface.
- (846f9bd) * Fixed a bug in synchronization primitives shared between X and OpenGL.
- (846f9bd) * Fixed a bug that caused issues with panning and cursor constraining
- (846f9bd) when mixing PRIME-driven displays with natively driven displays.
- (846f9bd) * Fixed a bug that caused long delays when leaving the VT or disabling a
- (846f9bd) display device while an OpenGL application is running.
- (846f9bd) * Fixed a bug that could prevent systems with GPUs configured in SLI
- (846f9bd) from resuming correctly from ACPI S3/S4 sleep/hibernate states.
- (846f9bd) * Fixed a bug that could cause quad-buffered stereo applications to
- (846f9bd) crash when disabling displays.
- (846f9bd) * Updated the behavior of the nvidia-settings control panel upon closing
- (846f9bd) the control panel window to be consistent with clicking the control
- (846f9bd) panel's "Quit" button.
- (846f9bd) Packaging-related changes:
- (846f9bd) The .manifest file has duplicate lines this time. Perhaps, that is not
- (846f9bd) intentional. We take care of that anyway.

* Fri Sep 09 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 370.28-1
- (7cda827) Updated to versio 370.28

* Fri Aug 26 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 370.23-3
- (b772623) Updated to version 370.23

* Wed May 04 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 364.15-3
- (58bbfbd) Explicitly remove the modules with the older naming convention
- (58bbfbd) After the rename of the main module back to nvidia.ko, dkms.conf
- (58bbfbd) changed. It seems, DKMS uses only the newer dkms.conf when the package
- (58bbfbd) is upgraded and does not remove nvidiaXYZ.ko as a result.
- (58bbfbd) This causes trouble because nvidia.ko gets installed to the system too.
- (58bbfbd) At boot time, the system may choose incorrect driver and fail to start
- (58bbfbd) the graphics.
- (58bbfbd) Removing nvidia3*.ko and nvidia-current.ko explicitly to avoid that.

* Wed May 04 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 364.15-2
- (044f28b) Keep "nvidia" as the name of the module
- (044f28b) Previously, we renamed nvidia.ko to nvidiaXYZ.ko and added an alias
- (044f28b) "nvidia" for modprobe for find the module. This turned out to confuse
- (044f28b) modprobe which was unable to unload nvidia.ko as a result and that was
- (044f28b) the source of problems for Bumblebee for example.
- (044f28b) Let us keep things straight:
- (044f28b) * the module should not be renamed;
- (044f28b) * it is better to make "nvidiaXYZ" an alias to "nvidia" rather than vice
- (044f28b) versa.

* Sun Apr 17 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 364.15-1
- (93632bc) Updated to version 364.15 beta
- (93632bc) Highlights for this version:
- (93632bc) * preliminary support for kernel modesetting (DRM KMS), disabled by
- (93632bc) default;
- (93632bc) * preliminary (and quite limited) support for Wayland;
- (93632bc) * GLVND OpenGL API is now used internally;
- (93632bc) * preliminary support for Vulkan;
- (93632bc) * new supported GPUs: GeForce 920MX and 930MX, Quadro M6000 and more;
- (93632bc) * lots of bug fixes.

* Wed Dec 09 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 358.16-3
- (eafa492) MassBuild#890: Increase release tag

* Sun Dec 06 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 358.16-2
- (9273929) MassBuild#889: Increase release tag

* Sun Dec 06 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 358.16-1
- (897b79e) Updated to version 358.16
- (897b79e) Most significant changes:
- (897b79e) * Added a new system memory allocation mechanism for large allocations.
- (897b79e) * Added support for OpenGL 4.3.
- (897b79e) * Added support for X.Org xserver ABI 20 (xorg-server 1.18).
- (897b79e) * Lots of fixes.

* Fri Oct 23 2015 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 355.06-2
- (17dfe1b) Release up

* Mon Aug 17 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 355.06-1
- (296eadc) Use 'nvidia-current' as the module name (helps with inter-package deps)
- (Eugene Shatokhin: 027db61) Updated to version 355.06 beta
- (Eugene Shatokhin: 027db61) Most significant changes compared to bersion 352.30:
- (Eugene Shatokhin: 027db61) https://devtalk.nvidia.com/default/topic/862392/b/t/post/4625078/#4625078

* Tue Aug 11 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 349.16-1
- (80a920c) Execute ldconfig -X for nvidia<N>-devel as well
- (80a920c) nvidia<N>-devel package provides .so files among other things. Calling
- (80a920c) ldconfig now to make these visible for the applications.
- (80a920c) For example, this makes libcuda.so visible to Blender without additional
- (80a920c) symlinks. See http://bugs.rosalinux.ru/show_bug.cgi?id=5591#c2 for
- (80a920c) details.
- (Eugene Shatokhin: b4062db) Require only the development files for the kernel
- (Eugene Shatokhin: b4062db) The kernel itself might not be installed yet when the dkms modules are
- (Eugene Shatokhin: b4062db) rebuilt (that is done when kernel-devel is installed).
- (Eugene Shatokhin: e94bd91) Updated to version 349.16
- (Eugene Shatokhin: e94bd91) Most significant changes since 346.47:
- (Eugene Shatokhin: e94bd91) * Added support for the following GPUs: Quadro K1200, Quadro M6000,
- (Eugene Shatokhin: e94bd91) GeForce 920M, GeForce 930A, GeForce 930M, GeForce 940M, GeForce GTX
- (Eugene Shatokhin: e94bd91) 950M, GeForce GTX 960M, GeForce GTX TITAN X.
- (Eugene Shatokhin: e94bd91) * Added support for G-SYNC monitors when used together with non-G-SYNC
- (Eugene Shatokhin: e94bd91) monitors.
- (Eugene Shatokhin: e94bd91) * Removed the (deprecated) "EnableACPIHotkeys" X configuration option.
- (Eugene Shatokhin: e94bd91) * Added support for lossless H.264/AVC video streams to VDPAU.
- (Eugene Shatokhin: e94bd91) * Added support for VDPAU Feature Set F to the NVIDIA VDPAU driver.
- (Eugene Shatokhin: e94bd91) * Added nvidia-settings commandline support to query the current and
- (Eugene Shatokhin: e94bd91) targeted GPU fan speed.
- (Eugene Shatokhin: e94bd91) * Added support for YUV 4:2:0 compression to enable HDMI 2.0 4K@60Hz
- (Eugene Shatokhin: e94bd91) modes.
- (Eugene Shatokhin: e94bd91) * Bug fixes.

* Fri Apr 17 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 346.47-1
- (bb5dc02) Build and install the driver for all kernels at once
- (bb5dc02) Before this commit, the drivers were built and installed automatically
- (bb5dc02) for the current kernel when the user installed the dkms-<...> package.
- (bb5dc02) This could be inconvenient if the user installed the driver and then
- (bb5dc02) rebooted the system to a different kernel. DKMS might have failed to
- (bb5dc02) build the driver for that kernel at boot, which lead to problems.
- (bb5dc02) Let's build and install the drivers for all kernels available in the
- (bb5dc02) system at the moment of package installation (if the kernels have
- (bb5dc02) development files, of course).
- (bb5dc02) Note that the installation of the package should not fail even if the
- (bb5dc02) driver fails to build for some kernels.
- (Eugene Shatokhin: 00646e4) Cosmetic: whitespace
- (Eugene Shatokhin: 99da356) Update to version 346.47 (synced no nvidia346 for now)
- (Eugene Shatokhin: 99da356) New upstream version, 346.x. Supports GeForce GTX 400 series and newer
- (Eugene Shatokhin: 99da356) GPUs.

* Fri Oct 31 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 343.22-4
- (1f0ed0f) Do not restore the original xorg.conf upon removal of nvidia-current
- (1f0ed0f) The saved xorg.conf may correspond to another version of NVidia driver,
- (1f0ed0f) for example. These packages for these drivers, however, conflict with
- (1f0ed0f) those for nvidia-current and are removed when the latter is installed.
- (1f0ed0f) Restoring xorg.conf for a driver that is no longer installed is a bad
- (1f0ed0f) idea. It will remain as a backup copy (xorg.conf-pre-nvidia-current.bak)
- (1f0ed0f) in case the user made some changes to it before.

* Thu Oct 30 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 343.22-3
- (6c35777) Updated to version 343.22
- (6c35777) Changes since 340.24:
- (6c35777) Removed support for G8x, G9x, and GT2xx GPUs, and motherboard chipsets
- (6c35777) based on them. Ongoing support for new Linux kernels and X servers, as
- (6c35777) well as fixes for critical bugs, will be included in 340.* legacy
- (6c35777) releases through the end of 2019.
- (6c35777) Added support for the following GPUs: GeForce GTX 970, GeForce GTX
- (6c35777) 980, GeForce 830A, GeForce 810M
- (6c35777) Fixed a bug that caused disabled displays to be implicitly included in
- (6c35777) the target selection for some queries and assignments on the
- (6c35777) nvidia-settings command line interface, in the absence of any explicit
- (6c35777) target selection.
- (6c35777) Added a new attribute to the NV-CONTROL API to query the current
- (6c35777) utilization of the video decode engine.
- (6c35777) Fixed a bug where the Exchange Stereo Eyes setting in nvidia-settings
- (6c35777) didn't work in certain stereo configurations.
- (6c35777) Worked around a Unigine Heaven 3.0 shader bug which could cause
- (6c35777) corruption when tessellation is enabled by implementing an application
- (6c35777) profile that uses the "GLIgnoreGLSLExtReqs" setting. See the
- (6c35777) documentation for the __GL_IGNORE_GLSL_EXT_REQS environment variable for
- (6c35777) more details.
- (6c35777) Fixed a memory leak when destroying EGL surfaces.
- (6c35777) Added support for multiple simultaneous EGL displays.
- (6c35777) Fixed a bug that could cause nvidia-installer to unsuccessfully
- (6c35777) attempt to delete the directory containing precompiled kernel module
- (6c35777) interfaces, on packages prepared with --add-this-kernel.
- (6c35777) Updated nvidia-installer to log uninstallation to a separate file from
- (6c35777) the installation log, and to attempt uninstalling previous driver
- (6c35777) installations using the installer program from the previous
- (6c35777) installation, when available.
- (6c35777) Fixed a regression that prevented the internal stereo infrared emitter
- (6c35777) built into some 3D Vision monitors from working.
- (6c35777) Fixed a bug that could cause some Java-based OpenGL applications using
- (6c35777) JOGL to crash on startup on systems with Xinerama enabled.
- (6c35777) Fixed a bug that could prevent OpenGL Framebuffer Objects (FBOs) from
- (6c35777) being properly redrawn after a modeswitch.
- (6c35777) Fixed a memory leak that occurred when starting OpenGL applications.
- (6c35777) Fixed a bug that prevented the EDID-Like Data (ELD) of audio-capable
- (6c35777) displays from being updated when hotplugged/unplugged.
- (6c35777) Fixed a bug that caused Xid errors when using stereo mode 12 (HDMI 3D)
- (6c35777) on Quadro boards without an onboard stereo DIN connector.
- (6c35777) Fixed a video corruption issue for VDPAU decoding of VC-1 and WMV
- (6c35777) video streams utilizing range remapping on Maxwell GPUs.
- (6c35777) Fixed a "black window" bug in Ubuntu 14.04 when using the Xinerama and
- (6c35777) Composite extensions.
- (6c35777) Fixed a bug that caused the screen's contents to be shifted downward
- (6c35777) when a G-SYNC monitor is unplugged and replaced by a non-G-SYNC monitor.
- (6c35777) Fixed a bug that prevented G-SYNC from working when a G-SYNC monitor
- (6c35777) was unplugged and plugged back in without a modeset.
- (6c35777) Fixed a bug that could cause framelock status to be incorrectly
- (6c35777) reported in the nvidia-settings control panel on some multi-GPU
- (6c35777) framelock configurations.
- (6c35777) Improved the performance of OpenGL applications that request a large
- (6c35777) number of GPU mappings via the GL_NV_shader_buffer_load extension.
- (6c35777) Fixed a bug that could cause a system crash when killing applications
- (6c35777) that use NVIDIA GPUs on multiple-GPU systems with IOMMU functionality
- (6c35777) enabled.
- (6c35777) Fixed a bug that caused the NVIDIA kernel module to leak memory for
- (6c35777) DMA mappings on some configurations.
- (6c35777) Updated nvidia-installer to avoid writing to non-zero offsets of
- (6c35777) sysctl files in /proc/sys/kernel.
- (6c35777) Fixed a bug that prevented the "sync to vblank" setting from being
- (6c35777) honored for EGL applications.
- (6c35777) Fixed a bug that could cause some OpenGL programs to encounter out of
- (6c35777) memory during a mode switch.
- (6c35777) Fixed a bug that prevented the NVIDIA OpenGL driver from honoring the
- (6c35777) __GL_SHADER_DISK_CACHE_PATH environment variable.
- (6c35777) Added option UseSysmemPixmapAccel to control the use of GPU
- (6c35777) acceleration for X drawing operations on pixmaps allocated in system
- (6c35777) memory.
- (6c35777) Fixed a bug that could prevent 32-bit GPU-based applications from
- (6c35777) running correctly on 64-bit systems when using GPUs with very large
- (6c35777) memory-mapped I/O regions.
- (6c35777) Fixed a bug that could cause poor system performance and hangs when
- (6c35777) running large compute workloads on IOMMU-enabled systems.
- (6c35777) Fixed a bug that could cause a system crash when two or more processes
- (6c35777) try to load the nvidia-uvm driver.

* Thu Oct 30 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 340.24-6
- (04d31c4) Made nvidia-current independent from XFdrake; enabled nvidia_uvm
- (04d31c4) nvidia-current is not supposed to be installed with XFdrake. So,
- (04d31c4) it sets up everything (xorg.conf, nomodeset, etc.) by itself.
- (04d31c4) However, we cannot support hybrid graphics ("Optimus") this way, so
- (04d31c4) the user should set up the graphics manually in these cases.
- (04d31c4) Most of the users will probably go the recommended way: XFdrake +
- (04d31c4) the long-lived drivers it suggests. "Optimus" is supported for these.
- (04d31c4) nvidia-current should be an experimental driver. It is tailored now
- (04d31c4) to the systems with GPUs by NVidia only, no hybrids.

* Wed Sep 24 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 340.24-4
- (dee7e8d) Allow to refer to the driver as 'nvidia' in the common use cases
- (dee7e8d) 1. 'modprobe nvidia' should load the appropriate driver now.
- (dee7e8d) 2. /usr/{lib|lib64}/nvidia is now provided, a symlink to the
- (dee7e8d) appropriate library directory.
- (dee7e8d) May help bumblebee, etc.: such software may now refer to just nvidia
- (dee7e8d) rather than guess which of the packages with nvidia drivers is
- (dee7e8d) installed.
- (dee7e8d) This change heavily relies on the fact that different packages with
- (dee7e8d) nvidia drivers are now mutually exclusive. That is, no more than one
- (dee7e8d) such package can be installed on a given system.

* Thu Sep 11 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 340.24-3
- (a0d812a) Added missing 'Provides'

* Thu Jul 17 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 340.24-2
- (2fa8c1c) Fixed the placement of files

* Mon Jul 14 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.89-2
- (fa234f4) Specify the correct version of the supported X11 ABI

* Mon Jul 14 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.89-1
- (434d817) Updated to version 331.89, cleaned up a bit
- (434d817) While at it, merged the relevant parts of the .spec file from Mageia.
- (434d817) Note that 331.89 is the latest long-lived version. The move to the real
- (434d817) "current" version will be mage in the future.

* Wed Jun 25 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 331.38-6
- (5fc0112) Unified the spec for 2014.1 and 2012.1
- (5fc0112) This is convenient for the present if the builds to x11_backports
- (5fc0112) are needed too.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26528 |14nu|ogre-cg-plugin-1.9.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ogre
%define filever %(echo v%{version}| tr . -)

Summary:	CgProgramManager plugin for OGRE
Name:		%{oname}-cg-plugin
Version:	1.9.0
Release:	1
License:	LGPLv2+
Group:		System/Libraries
Url:		http://www.ogre3d.org/
Source0:	http://downloads.sourceforge.net/ogre/%{oname}_src_%{filever}.tar.bz2
Patch0:		ogre-1.9.0-cmake_build-fix.patch
BuildRequires:	cmake
BuildRequires:	atomic-devel
BuildRequires:	boost-devel
BuildRequires:	cg-devel
BuildRequires:	freeimage-devel
BuildRequires:	tinyxml-devel
BuildRequires:	pkgconfig(cppunit)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(OIS)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(zziplib)
Requires:	ogre >= %{version}

%description
This package contains CgProgramManager plugin for OGRE.

%files
%{_libdir}/OGRE/Plugin_CgProgramManager.so.%{version}
%{_libdir}/OGRE/Plugin_CgProgramManager.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}_src_%{filever}
%patch0 -p1
rm -f CMake/Packages/FindFreetype.cmake

%build
%cmake -DOGRE_CONFIG_MEMTRACK_RELEASE:BOOL=OFF
%make

%install
mkdir -p %{buildroot}%{_libdir}/OGRE
cp build/lib/Plugin_CgProgramManager.so.%{version} %{buildroot}%{_libdir}/OGRE/
pushd %{buildroot}%{_libdir}/OGRE/
ln -s Plugin_CgProgramManager.so.%{version} Plugin_CgProgramManager.so
popd


%changelog
* Wed Oct 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9.0-1
+ Revision: 18bad20
- Apply patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26529 |14nu|opensubdiv-3.0.4-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%bcond_without plf
######################

%if %{with plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

%define oname OpenSubdiv

%define sversion %(echo "%{version}" | sed -e "s/\\\./_/g")

%define major %{version}
%define libosdcpu %mklibname osdCPU %{major}
%define libosdgpu %mklibname osdGPU %{major}
%define devname %mklibname %{name} -d

Summary:	An open source subdivision surface library
Name:		opensubdiv
Version:	3.0.4
Release:	1%{?extrarelsuffix}
License:	Apache
Group:		System/Libraries
Url:		http://graphics.pixar.com/opensubdiv/
Source0:	https://github.com/PixarAnimationStudios/OpenSubdiv/archive/%{oname}-%{sversion}.tar.gz
Patch0:		OpenSubdiv-3_0_4-libdir.patch
Patch1:		OpenSubdiv-3_0_4-cuda7.patch
BuildRequires:	cmake
BuildRequires:	clew-devel
BuildRequires:	gomp-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glew)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xcursor)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xxf86vm)
%if %{with plf}
# CUDA is x86_64 only now
BuildRequires:	nvidia-cuda-toolkit-devel
ExclusiveArch:	x86_64
%endif

%description
OpenSubdiv is a set of open source libraries that implement high performance
subdivision surface (subdiv) evaluation on massively parallel CPU and GPU
architectures. This code path is optimized for drawing deforming surfaces
with static topology at interactive framerates.

#----------------------------------------------------------------------------

%package -n %{libosdcpu}
Summary:	An open source subdivision surface library
Group:		System/Libraries

%description -n %{libosdcpu}
OpenSubdiv is a set of open source libraries that implement high performance
subdivision surface (subdiv) evaluation on massively parallel CPU and GPU
architectures. This code path is optimized for drawing deforming surfaces
with static topology at interactive framerates.

%files -n %{libosdcpu}
%{_libdir}/libosdCPU.so.%{major}

#----------------------------------------------------------------------------

%package -n %{libosdgpu}
Summary:	An open source subdivision surface library
Group:		System/Libraries

%description -n %{libosdgpu}
OpenSubdiv is a set of open source libraries that implement high performance
subdivision surface (subdiv) evaluation on massively parallel CPU and GPU
architectures. This code path is optimized for drawing deforming surfaces
with static topology at interactive framerates.

%files -n %{libosdgpu}
%{_libdir}/libosdGPU.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for an open source subdivision surface library
Group:		Development/C
Requires:	%{libosdcpu} = %{EVRD}
Requires:	%{libosdgpu} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files for an open source subdivision surface library.

%files -n %{devname}
%dir %{_includedir}/opensubdiv/
%{_includedir}/opensubdiv/*
%{_libdir}/libosdCPU.so
%{_libdir}/libosdGPU.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{sversion}
%patch0 -p1
%patch1 -p1

%build
%cmake \
	-DNO_DOC:BOOL=ON
%make

%install
%makeinstall_std -C build

# Remove tests
rm -rf %{buildroot}%{_bindir}/*

# Don't ship static libraries
rm -f %{buildroot}%{_libdir}/*.a

%changelog

* Mon Feb 15 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0.4-1plf
- (a657b44) Add patch to fix build with CUDA 7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26530 |14nu|opera-blink-73.0.3856.284-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}
%define rname opera

# Do not make provides from plugins
%global __provides_exclude_from ^%{_libdir}/%{rname}.*/.*\\.so
# Do not require filtered out provides
%global __requires_exclude_from ^%{_libdir}/%{rname}.*/.*\\.so
%global __requires_exclude ^libffmpeg\\.so.*$

Summary:	Fast and secure web browser
Name:		opera-blink
Version:	73.0.3856.284
Release:	1
License:	Proprietary
Group:		Networking/WWW
Url:		http://www.opera.com/browser
Source0:	http://download2.operacdn.com/ftp/pub/opera/desktop/%{version}/linux/%{rname}-stable_%{version}_amd64.deb
Source2:	%{name}.rpmlintrc
Source3:	opera.desktop
Recommends:	chromium-browser-pepper-flash
Provides:	%{rname}
ExclusiveArch:	x86_64

%description
Opera is a fast, secure and user-friendly web browser. It
includes web developer tools, news aggregation, and the ability
to compress data via Opera Turbo on congested networks.

%files
%{_defaultdocdir}/%{rname}-%{version}
%{_bindir}/%{rname}
%{_libdir}/%{rname}/*
%{_datadir}/applications/%{rname}.desktop
%{_datadir}/icons/*
%{_datadir}/pixmaps/*
%{_datadir}/mime/packages/opera-stable.xml

#----------------------------------------------------------------------------

%prep
%setup -q -c -T

%build

%install
mkdir -p %{buildroot}

# Extract DEB packages:
pushd %{buildroot}
	ar p %{SOURCE0} data.tar.xz | xz -d > %{rname}-%{version}.x86_64.tar
	tar -xf %{rname}-%{version}.x86_64.tar
popd

# Move /usr/lib/%%{arch}-linux-gnu/%%{rname} to %%{_libdir}:
mv %{buildroot}/usr/lib/x86_64-linux-gnu/%{rname} %{buildroot}/usr/lib/
rm -rf %{buildroot}/usr/lib/x86_64-linux-gnu
mv %{buildroot}/usr/lib %{buildroot}%{_libdir}

# Modify DOC directory
mv %{buildroot}%{_datadir}/doc/%{rname}-stable %{buildroot}%{_datadir}/doc/%{rname}-%{version}

# Use our desktop file
rm -f %{buildroot}%{_datadir}/applications/%{rname}.desktop
install -m644 %{SOURCE3} %{buildroot}%{_datadir}/applications/%{rname}.desktop

# Create necessary symbolic link
mkdir -p %{buildroot}%{_libdir}/%{rname}/lib
pushd %{buildroot}%{_libdir}/%{rname}/lib
	ln -s %{_libdir}/libssl.so.10 libssl.so.1.0.0
popd

# Fix symlink:
pushd %{buildroot}%{_bindir}
	rm %{rname}
	ln -s ../lib64/%{rname}/%{rname} %{rname}
popd

# Fix <opera_sandbox> attributes:
chmod 4755 %{buildroot}%{_libdir}/%{rname}/opera_sandbox

# Remove unused directories and tarball:
pushd %{buildroot}
	rm %{rname}-%{version}.x86_64.tar
	rm -rf %{buildroot}%{_datadir}/lintian
	rm -rf %{buildroot}%{_datadir}/menu
popd

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26531 |14nu|opera-presto-12.16-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name    opera-presto
%define version 12.16
%define rel     2
%define buildnb 1860

%define tarball_base opera-%{version}-%{buildnb}

%define arch_exclude_files_from_autoreq ^$
%ifarch x86_64
# Exclude 32-bit requires on x86_64; plugins will pull them.
%define arch_exclude_files_from_autoreq ^%{_libdir}/%{name}/pluginwrapper/operapluginwrapper-ia32-linux$
%endif

# Exclude requires on GTK/KDE toolkits, they are optional and used
# automatically when present.
%define common_exclude_files_from_autoreq ^%{_libdir}/%{name}/libopera.\\+\\.so$\\|^%{_libdir}/%{name}/opera_autoupdatechecker$

%if %{_use_internal_dependency_generator}
%define __noautoreqfiles (%{arch_exclude_files_from_autoreq}|%{common_exclude_files_from_autoreq})
%else
%define _exclude_files_from_autoreq %{arch_exclude_files_from_autoreq}\\|%{common_exclude_files_from_autoreq}
%endif

%define debug_package   %{nil}
%define __check_files   %{nil}

Summary:        Opera Web Browser for Linux (legacy Presto engine)
Name:           %{name}
Version:        %{version}
Release:        %mkrel %rel
Source0:        %{tarball_base}.i386.linux.tar.xz
Source1:        %{tarball_base}.x86_64.linux.tar.xz
Source2:        standard_skin.zip
#Source3:       bookmarks.adr
Patch0:         ru_lng_fixes.i386.patch
Patch1:         ru_lng_fixes.x86_64.patch
License:        Freeware
Packager:       Konstantin Vlasov <konstantin.vlasov@rosalab.ru>
Url:            http://www.opera.com/
Group:          Networking/WWW
BuildRoot:      %{_tmppath}/%{name}-buildroot
ExclusiveArch:  %ix86 x86_64
BuildRequires:  desktop-file-utils
Obsoletes:      opera < 12.16-2
Provides:       opera = %{version}-%{release}

%description
Opera for Linux is an alternative feature-rich Web browser. This version is
built using the legacy Presto engine which is outdated and no longer supported.

%prep
%ifarch x86_64
%setup -qTn opera-%{version}-%{buildnb}.%{_arch}.linux -b1
%patch1 -p1
%else
%setup -qTn opera-%{version}-%{buildnb}.%{_arch}.linux -b0
%patch0 -p1
%endif

%build

%install
rm -rf $RPM_BUILD_ROOT
./install --system --repackage %{buildroot}%{_prefix} --prefix %{_prefix} --name %{name}

%if "%_lib" != "lib"
mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
%endif
sed -i 's,/usr/lib,%{_libdir},' %{buildroot}%{_bindir}/%{name}

# When using custom name, the profile name changes as well. Replace it back
# into .opera (besides, even if we used .opera-presto, there is .opera hardcoded
# in the binaries, and both .opera and .opera-presto will be present).
sed -i -e 's,\$HOME/.opera-presto,\$HOME/.opera,' %{buildroot}%{_bindir}/%{name}

rm -rf rpmdocs
mv %{buildroot}%{_docdir}/%{name} rpmdocs

# install fixed skin
install -m644 %{SOURCE2} %{buildroot}%_datadir/%name/skin/standard_skin.zip

desktop-file-install --dir %{buildroot}%{_datadir}/applications \
                     --add-category=X-MandrivaLinux-CrossDesktop \
                     %{buildroot}%{_datadir}/applications/%{name}-browser.desktop

# StartupNotify does not work correctly when opera is already running;
# the already-existing window is activated and a new tab is opened
# and the completion signal is not sent.
sed -i -e 's/StartupNotify=.*/StartupNotify=false/' %{buildroot}%{_datadir}/applications/%{name}-browser.desktop

%if %{mdkversion} < 200900
%post
%{update_icon_cache hicolor}
%{update_desktop_database}
%{update_mime_database}
%{update_menus}

%postun
%{clean_icon_cache hicolor}
%{clean_desktop_database}
%{clean_mime_database}
%{clean_menus}
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc rpmdocs/*
%_bindir/%{name}
%_libdir/%{name}

%_iconsdir/hicolor/*/apps/%{name}-*.*
%_iconsdir/hicolor/*/mimetypes/%{name}-*.*
%_datadir/applications/%{name}-browser.desktop
%_datadir/mime/packages/%{name}-*.xml
%_mandir/man1/%{name}*

%dir %{_datadir}/%{name}
%{_datadir}/%{name}/cert.pem
%{_datadir}/%{name}/encoding.bin
%{_datadir}/%{name}/*.dtd
%{_datadir}/%{name}/*.sig
%{_datadir}/%{name}/html5_entity_init.dat
%{_datadir}/%{name}/pubsuffix.xml
%{_datadir}/%{name}/lngcode.txt
%{_datadir}/%{name}/package-id.ini
%{_datadir}/%{name}/defaults
%{_datadir}/%{name}/extra
%{_datadir}/%{name}/region
%{_datadir}/%{name}/skin
%{_datadir}/%{name}/styles
%{_datadir}/%{name}/ui
%{_datadir}/%{name}/locale/en

# langs
%dir %{_datadir}/%{name}/locale
%lang(af) %{_datadir}/%name/locale/af
%lang(ar) %{_datadir}/%name/locale/ar
%lang(az) %{_datadir}/%name/locale/az
%lang(be) %{_datadir}/%name/locale/be
%lang(bg) %{_datadir}/%name/locale/bg
%lang(bn) %{_datadir}/%name/locale/bn
%lang(cs) %{_datadir}/%name/locale/cs
%lang(da) %{_datadir}/%name/locale/da
%lang(de) %{_datadir}/%name/locale/de
%lang(el) %{_datadir}/%name/locale/el
%lang(en_GB) %{_datadir}/%name/locale/en-GB
%lang(es_ES) %{_datadir}/%name/locale/es-ES
%lang(es_LA) %{_datadir}/%name/locale/es-LA
%lang(et) %{_datadir}/%name/locale/et
%lang(fa) %{_datadir}/%name/locale/fa
%lang(fi) %{_datadir}/%name/locale/fi
%lang(fr) %{_datadir}/%name/locale/fr
%lang(fr_CA) %{_datadir}/%name/locale/fr-CA
%lang(fy) %{_datadir}/%name/locale/fy
%lang(gd) %{_datadir}/%name/locale/gd
%lang(he) %{_datadir}/%name/locale/he
%lang(hi) %{_datadir}/%name/locale/hi
%lang(hr) %{_datadir}/%name/locale/hr
%lang(hu) %{_datadir}/%name/locale/hu
%lang(id) %{_datadir}/%name/locale/id
%lang(it) %{_datadir}/%name/locale/it
%lang(ja) %{_datadir}/%name/locale/ja
%lang(ka) %{_datadir}/%name/locale/ka
%lang(kk) %{_datadir}/%name/locale/kk
%lang(ko) %{_datadir}/%name/locale/ko
%lang(lt) %{_datadir}/%name/locale/lt
%lang(lv) %{_datadir}/%name/locale/lv
%lang(me) %{_datadir}/%name/locale/me
%lang(mk) %{_datadir}/%name/locale/mk
%lang(ms) %{_datadir}/%name/locale/ms
%lang(nb) %{_datadir}/%name/locale/nb
%lang(nl) %{_datadir}/%name/locale/nl
%lang(nn) %{_datadir}/%name/locale/nn
%lang(pa) %{_datadir}/%name/locale/pa
%lang(pl) %{_datadir}/%name/locale/pl
%lang(pt) %{_datadir}/%name/locale/pt
%lang(pt_BR) %{_datadir}/%name/locale/pt-BR
%lang(ro) %{_datadir}/%name/locale/ro
%lang(ru) %{_datadir}/%name/locale/ru
%lang(sk) %{_datadir}/%name/locale/sk
%lang(sr) %{_datadir}/%name/locale/sr
%lang(sv) %{_datadir}/%name/locale/sv
%lang(sw) %{_datadir}/%name/locale/sw
%lang(ta) %{_datadir}/%name/locale/ta
%lang(te) %{_datadir}/%name/locale/te
%lang(th) %{_datadir}/%name/locale/th
%lang(tl) %{_datadir}/%name/locale/tl
%lang(tr) %{_datadir}/%name/locale/tr
%lang(uk) %{_datadir}/%name/locale/uk
%lang(ur) %{_datadir}/%name/locale/ur
%lang(uz) %{_datadir}/%name/locale/uz
%lang(vi) %{_datadir}/%name/locale/vi
%lang(zh_CN) %{_datadir}/%name/locale/zh-cn
%lang(zh_TW) %{_datadir}/%name/locale/zh-tw
%lang(zu) %{_datadir}/%name/locale/zu


%changelog

* Thu Aug 27 2015 Konstantin Vlasov <konstantin.vlasov@rosalab.ru> 12.16-2
- (e7e101c) Renamed opera to opera-presto
- (e7e101c) While renaming, also switched application directory to opera-presto too.
- (e7e101c) However, profile directory had to be kept .opera for two reasons:
- (e7e101c) a) to avoid hardcoded renaming of subdirectories in users' home dirs; and
- (e7e101c) b) because opera's autoupdater uses hardcoded .opera profile path.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26532 |14nu|panamfs-scan-1.2.1-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Proprietary program - no debug info
%define debug_package %{nil}
%define _enable_debug_packages %{nil}

%define __noautoprov libsane.*

Name:		panamfs-scan
Version:	1.2.1
Release:	4
Group:		System/Printing
Summary:	Panasonic Multi-Function Station Scanner
License:	Proprietary
URL:		http://panasonic.net/pcc/support/fax/common/table/linuxdriver.html
Source0:	%{name}-%{version}-i686.tar.gz
Source1:	%{name}-%{version}-x86_64.tar.gz
Source100:	%{name}.rpmlintrc
Patch0:		panamfs-scan-1.2.1-i686-destdir.patch
Patch1:		panamfs-scan-1.2.1-x86_64-destdir.patch
Requires:	sane
Requires(post,preun):	sane-backends
BuildRequires:	sane
BuildRequires:	sane-backends

%description
Panasonic Multi-Function Station Scanner.

%prep
# % setup -qTc
%ifarch %{ix86}
%setup -b0 -n %{name}-%{version}-i686
%patch0 -p1
%else
%setup -b1 -n %{name}-%{version}-x86_64
%patch1 -p1
%endif

%build

%install
mkdir -p %{buildroot}%{_libdir}/sane
mkdir -p %{buildroot}/usr/bin
mkdir -p %{buildroot}/etc/rc2.d
mkdir -p %{buildroot}/etc/rc3.d
mkdir -p %{buildroot}/etc/rc4.d
mkdir -p %{buildroot}/etc/rc5.d
mkdir -p %{buildroot}/etc/init.d
mkdir -p %{buildroot}/etc/xdg/autostart/
mkdir -p %{buildroot}/etc/sane.d

DESTDIR=%{buildroot} ./install-driver

sed -i 's#/usr/local#/usr#' %{buildroot}%{_datadir}/applications/PanasonicMFSTools.desktop

%post
sed -i 's/^panamfs$//' ${DESTDIR}/etc/sane.d/dll.conf
echo "panamfs" >> ${DESTDIR}/etc/sane.d/dll.conf

%preun
sed -i 's/^panamfs$//' ${DESTDIR}/etc/sane.d/dll.conf

%files
%{_bindir}/*
%{_libdir}/sane/*
%{_datadir}/panasonic/scanner
%{_datadir}/applications/*
/etc/xdg/autostart/*
/etc/sane.d/*
/etc/init.d/*
/etc/rc2.d/*
/etc/rc3.d/*
/etc/rc4.d/*
/etc/rc5.d/*


%changelog
* Mon Jan 19 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.2.1-4
+ Revision: 957896e
- Fix desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26533 |14nu|phoenix-emu-2.8-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define sver %(echo %{version} | sed s,'\\.',,g)

Summary:	3DO emulator
Name:		phoenix-emu
Version:	2.8
Release:	1
License:	Freeware
Group:		Emulators
Url:		http://www.arts-union.ru/node/23
Source0:	http://www.arts-union.ru/sites/default/files/ph%{sver}-lin-x86.zip
Source1:	http://www.arts-union.ru/sites/default/files/ph%{sver}-lin-x64.zip
BuildRequires:	imagemagick
ExclusiveArch:	%{ix86} x86_64

%description
3DO emulator. Requires a BIOS image.

%files
%{_bindir}/%{name}
%attr(777,-,-) %dir %{_libdir}/%{name}
%attr(777,-,-) %dir %{_libdir}/%{name}/scalers
%attr(777,-,-) %dir %{_libdir}/%{name}/shaders
%attr(777,-,-) %dir %{_libdir}/%{name}/skin
%{_libdir}/%{name}/%{name}-real
%{_libdir}/%{name}/scalers/*
%{_libdir}/%{name}/shaders/*
%{_libdir}/%{name}/skin/*
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qcT
%ifarch %{ix86}
unzip %{SOURCE0}
%else
unzip %{SOURCE1}
%endif

%build

%install
mkdir -p %{buildroot}%{_libdir}/%{name}
install -m 0755 PhoenixEmuProject %{buildroot}%{_libdir}/%{name}/%{name}-real
cp -r scalers %{buildroot}%{_libdir}/%{name}/
cp -r shaders %{buildroot}%{_libdir}/%{name}/
cp -r skin %{buildroot}%{_libdir}/%{name}/

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Phoenix-Emu
Comment=3DO Emulator
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;Emulator;
EOF

# install menu icons
for N in 16 32 48 64 128 256;
do
convert logo.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

# install wrapper script
mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/%{name} << EOF
cd %{_libdir}/%{name}
./%{name}-real "\$@"
EOF
chmod 0755 %{buildroot}%{_bindir}/%{name}

%changelog

* Thu Mar 02 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.8-1
- (c61b8b5) New version 2.8



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26534 |14nu|primus-0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{_use_internal_dependency_generator}
%define __noautoprov 'libGL\\.so\\.1(.*)'
%endif

%define gl_major 1
%define libgl %mklibname %{name}_gl %{gl_major}

Summary:	Faster OpenGL offloading for Bumblebee
Name:		primus
Version:	0.2
Release:	1
License:	Custom
Group:		System/Kernel and hardware
Url:		https://github.com/amonakov/primus
Source0:	%{name}-%{version}.tar.gz
Source1:	primusrun
Patch0:		primus-git-build-with-ldflags.patch

BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xproto)

Requires:	%{libgl} = %{EVRD}
Requires:	bumblebee

%description
Primus is a shared library that provides OpenGL and GLX APIs and 
implements low-overhead local-only client-side OpenGL offloading via GLX 
forking, similar to VirtualGL. It intercepts GLX calls and redirects GL 
rendering to a secondary X display, presumably driven by a faster GPU. 
On swapping buffers, rendered contents are read back using a PBO and 
copied onto the drawable it was supposed to be rendered on in the first 
place.

%files
%doc LICENSE.txt README.md
%attr(0755,root,root) %{_bindir}/primusrun

#----------------------------------------------------------------------------

%package -n	%{libgl}
Summary:	Implementation of the OpenGL API - GLX runtime
Group:		System/Libraries

# Let us pull in libGL and its dependencies from Mesa as well.
# Primus actually uses them.
Requires:	%{_lib}gl1

# Make it easier to install 32-bit libGL from primus on 64-bit systems
# (e.g., for Steam, etc.)
%ifarch %{ix86}
Provides:	%{name}-lib32 = %{EVRD}
%endif

%description -n	%{libgl}
Implementation of the OpenGL API - GLX runtime.

%files -n	%{libgl}
%dir %{_libdir}/primus
%{_libdir}/primus/libGL.so.1

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

%build
%make

%install
# install all files into the BuildRoot
install -D lib/libGL.so.1 %{buildroot}%{_libdir}/primus/libGL.so.1
install -D %{SOURCE1} %{buildroot}%{_bindir}/primusrun

%changelog

* Fri Nov 25 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 0.2-1
- (feca832) Updated to version 0.2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26535 |14nu|python3-pyopencl-2016.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define module pyopencl

%define __noautoreq libOpenCL.*

Summary:	Python wrapper for OpenCL

Name:		python3-%{module}
Version:	2016.1
Release:	1
License:	MIT
Group:		Development/Python
Url:		http://mathema.tician.de/software/pyopencl
Source0:	%{module}-%{version}.tar.gz
BuildRequires:	nvidia-current-cuda-opencl
BuildRequires:	python3-cffi
BuildRequires:	python3-mako
BuildRequires:	python3-numpy-devel
BuildRequires:	python3-pytools
BuildRequires:	python3-setuptools
BuildRequires:	python3-sphinx
BuildRequires:	python3-six
BuildRequires:	nvidia-cuda-toolkit-devel
BuildRequires:	nvidia-current-devel
BuildRequires:	pkgconfig(python3)
Requires:	nvidia-current-cuda-opencl
ExclusiveArch:	x86_64

%description
PyOpenCL gives you easy, Pythonic access to the OpenCL parallel
computation API. What makes PyOpenCL special?

* Object cleanup tied to lifetime of objects. This idiom, often called
  RAII in C++, makes it much easier to write correct, leak- and
  crash-free code.
* Completeness. PyOpenCL puts the full power of OpenCL’s API at your
  disposal, if you wish. Every obscure get_info() query and all CL
  calls are accessible.
* Automatic Error Checking. All errors are automatically translated
  into Python exceptions.
* Speed. PyOpenCL's base layer is written in C++, so all the niceties
  above are virtually free.
* Helpful Documentation.

This package has been build against NVIDIA's OpenCL implementation.

%files
%doc examples/
%{py3_platsitedir}/pyopencl*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
python3 ./configure.py --cl-lib-dir=/usr/lib/nvidia-current,/usr/lib64/nvidia-current
python3 setup.py build

#pushd doc/
#export PYTHONPATH=`dir -d ../build/lib.linux*`
#make PAPER=letter html
#find -name .buildinfo | xargs rm -f
#popd

%install
PYTHONDONTWRITEBYTECODE=  python3 setup.py install --root=%{buildroot}


%changelog

* Mon Nov 07 2016 Denis Silakov <dsilakov@gmail.com> 2016.1-1
- (2479721) Skip docs



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26536 |14nu|python-pycuda-2016.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define module	pycuda

# CUDA version used to build the package:
%define cuda_ver 7.5.18

# NVIDIA driver version required by CUDA:
%define driver_ver 361

# Since x11-driver-video-nvidia* doesn't explicitly provide
# this, it shouldn't be included in the requires list:
%if %{_use_internal_dependency_generator}
%define	__noautoreq libcuda.*
%else
%define _requires_exceptions libcuda.*
%endif
# keep private private
%define __noautoprov '_pvt_struct.so|_driver.so'

Summary:	Python wrapper for NVIDIA's CUDA API

Name:		python-%{module}
Version:	2016.1
Release:	1
Source0:        http://pypi.python.org/packages/source/p/%{module}/%{module}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://mathema.tician.de/software/pycuda
BuildRequires:	python-setuptools >= 0.6c9
BuildRequires:	nvidia-cuda-toolkit-devel >= %{cuda_ver}
BuildRequires:	nvidia-devel >= %{driver_ver}
BuildRequires:	python-numpy-devel >= 1.0.4
BuildRequires:	boost-devel
BuildRequires:	pythonegg(sphinx)
BuildRequires:	pkgconfig(python)

Requires:	nvidia-cuda-toolkit >= %{cuda_ver}
Requires:	nvidia-cuda >= %{driver_ver}
Requires:	nvidia >= %{driver_ver}
Requires:	pythonegg(mako)
Requires:	pythonegg(pytools) >= 2015.1.2
Requires:	pythonegg(decorator) >= 3.4.0
Requires:	pythonegg(pytest) >= 2.8.2
ExclusiveArch:	x86_64

%description
PyCuda lets you access Nvidia's CUDA parallel computation API from
Python. Several wrappers of the CUDA API already exist - so what's so
special about PyCuda?

* Object cleanup tied to lifetime of objects. This idiom, often called
  RAII in C++, makes it much easier to write correct, leak- and
  crash-free code. PyCuda knows about dependencies, too, so (for
  example) it won't detach from a context before all memory allocated
  in it is also freed.
* Convenience. Abstractions like pycuda.driver.SourceModule and
  pycuda.gpuarray.GPUArray make CUDA programming even more convenient
  than with Nvidia's C-based runtime.
* Completeness. PyCuda puts the full power of CUDA's driver API at
  your disposal, if you wish.
* Automatic Error Checking. All CUDA errors are automatically
  translated into Python exceptions.
* Speed. PyCuda's base layer is written in C++, so all the niceties
  above are virtually free.
* Helpful Documentation.


%files
%doc html/ README_SETUP.txt
%{py_platsitedir}/%{module}-%{version}-py?.?.egg-info
%{py_platsitedir}/%{module}
#---------------------------------------------------------------
%package -n python3-%{module}

Group:          Development/Python
Summary:        Python wrapper for NVIDIA CUDA
BuildRequires:  python3egg(numpy)
BuildRequires:  python3-numpy-devel
BuildRequires:  python3egg(setuptools)
BuildRequires:	pkgconfig(python3)
BuildRequires:	python3-numpy-devel

Requires:       python3egg(pytools)
Requires:       python3egg(pytest) >= 2.6.4
Requires:       python3egg(decorator) >= 3.2.0
Requires:	nvidia-cuda-toolkit >= %{cuda_ver}
Requires:	nvidia-cuda >= %{driver_ver}
Requires:	nvidia >= %{driver_ver}
ExclusiveArch:	x86_64

%description -n python3-%{module}
PyCuda lets you access Nvidia's CUDA parallel computation API from
Python. Several wrappers of the CUDA API already exist - so what's so
special about PyCuda?

* Object cleanup tied to lifetime of objects. This idiom, often called
  RAII in C++, makes it much easier to write correct, leak- and
  crash-free code. PyCuda knows about dependencies, too, so (for
  example) it won't detach from a context before all memory allocated
  in it is also freed.
* Convenience. Abstractions like pycuda.driver.SourceModule and
  pycuda.gpuarray.GPUArray make CUDA programming even more convenient
  than with Nvidia's C-based runtime.
* Completeness. PyCuda puts the full power of CUDA's driver API at
  your disposal, if you wish.
* Automatic Error Checking. All CUDA errors are automatically
  translated into Python exceptions.
* Speed. PyCuda's base layer is written in C++, so all the niceties
  above are virtually free.
* Helpful Documentation.
This is python3 module.

%files -n python3-%{module}
%doc html/ README_SETUP.txt
%{py3_platsitedir}/%{module}
%{py3_platsitedir}/%{module}-%{version}-py?.?.egg-info

#--------------------------------------------------------------------

%prep
%setup -qn %{module}-%{version}
rm -rf %{module}-%{version}/%{module}.egg-info
cp -a . %{py3dir}

sphinx-build doc/source html && rm -rf html/.{doctrees,buildinfo}  

pushd %{py3dir}
sphinx-build doc/source html && rm -rf html/.{doctrees,buildinfo}
popd

%build
python ./configure.py --cudadrv-lib-dir=/usr/lib/nvidia,/usr/lib64/nvidia \
  --boost-inc-dir=%{_includedir},%{_includedir}/boost \
  --boost-lib-dir=%{_libdir} \
  --boost-python-libname=boost_python \
  --boost-thread-libname=boost_thread

# py3 module
pushd %{py3dir}
python3 ./configure.py --cudadrv-lib-dir=/usr/lib/nvidia,/usr/lib64/nvidia \
  --boost-inc-dir=%{_includedir},%{_includedir}/boost \
  --boost-lib-dir=%{_libdir} \
  --boost-python-libname=boost_python3 \
  --boost-thread-libname=boost_thread
popd

%install
python setup.py install --root=%{buildroot}


pushd %{py3dir}
python3 setup.py install --root=%{buildroot}
popd
%changelog

* Mon May 30 2016 abfonly <abfonly@gmail.com> 2016.1-1
- (449d402) Log: Update to 2016.1
- (449d402) build against nvidia-cuda 7.5.18 and nvidia 361
- (449d402) build python3 module



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26537 |14nu|python-pyopencl-2016.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define module pyopencl

%define __noautoreq libOpenCL.*

Summary:	Python wrapper for OpenCL

Name:		python-%{module}
Version:	2016.1
Release:	1
License:	MIT
Group:		Development/Python
Url:		http://mathema.tician.de/software/pyopencl
Source0:	%{module}-%{version}.tar.gz
BuildRequires:	nvidia-current-cuda-opencl
BuildRequires:	python-cffi
BuildRequires:	python-mako
BuildRequires:	python-numpy-devel
BuildRequires:	python-pytools
BuildRequires:	python-setuptools
BuildRequires:	python-sphinx
BuildRequires:	nvidia-cuda-toolkit-devel
BuildRequires:	nvidia-current-devel
BuildRequires:	pkgconfig(python)
Requires:	nvidia-current-cuda-opencl
ExclusiveArch:	x86_64

%description
PyOpenCL gives you easy, Pythonic access to the OpenCL parallel
computation API. What makes PyOpenCL special?

* Object cleanup tied to lifetime of objects. This idiom, often called
  RAII in C++, makes it much easier to write correct, leak- and
  crash-free code.
* Completeness. PyOpenCL puts the full power of OpenCL’s API at your
  disposal, if you wish. Every obscure get_info() query and all CL
  calls are accessible.
* Automatic Error Checking. All errors are automatically translated
  into Python exceptions.
* Speed. PyOpenCL's base layer is written in C++, so all the niceties
  above are virtually free.
* Helpful Documentation.

This package has been build against NVIDIA's OpenCL implementation.

%files
%doc examples/
%{py_platsitedir}/pyopencl*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{module}-%{version}

%build
%__python ./configure.py --cl-lib-dir=/usr/lib/nvidia-current,/usr/lib64/nvidia-current
%__python setup.py build

pushd doc/
export PYTHONPATH=`dir -d ../build/lib.linux*`
make PAPER=letter html
find -name .buildinfo | xargs rm -f
popd

%install
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}


%changelog

* Wed May 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2016.1-1
- (a2baa15) x86_64 package only



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26538 |14nu|raine-0.63.12-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Debug is not properly generated and we don't need it anyway here
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define build_optimization 0
%{?_with_optimization: %{expand: %%global build_optimization 1}}

Summary:	An arcade emulator
Name:		raine
Version:	0.63.12
Release:	1
License:	Freeware
#i.e: "Raine license", open-source freeware, distributable
Group:		Emulators
Url:		http://rainemu.swishparty.co.uk/
Source0:	http://rainemu.swishparty.co.uk/htmlarchive/%{name}-%{version}.tar.bz2
Source1:	http://rainemu.swishparty.co.uk/html/archive/icons.zip
Source2:	http://rainemu.swishparty.co.uk/html/archive/rainedocs.zip
Source3:	http://rainemu.swishparty.co.uk/html/archive/raine.pdf
# From 0.50.6
Source4:	shots.pl
Source6:	raine-neocd-cheats.tar.gz
Source7:	hiscore.7z
Source8:	raine-fonts.tar.bz2
Source9:	raine-bitmaps.tar.bz2
Source10:	http://www.arcade-history.com/dats/history154c.zip
Source20:	%{name}.rpmlintrc
Patch0:		raine-0.63.12-makefile-libs.patch

# emudx sources from : http://www.rainemu.com/html/archive/emudx/
# to add an emudx file :
# add its basename to the emudx_sources list below 
%define emudx_sources "dkongg dkongm froggerg froggerm galdxg galdxm\
 mspacmang pacmang"
#mspacmanm pacmanm
# this generates Source1xx tags (400 max)
%(echo %{emudx_sources} | awk 'BEGIN { RS=" "; n=0 }; { print "Source"100+n":\t"$1".dx2"; n++ };')
# this generates the list of emudx files for the install step
%define emudx_files %(echo %{emudx_sources} | awk 'BEGIN { RS=" "; files="" }; { files=files" %{_sourcedir}/"$1".dx2"}; END { print files };')

# artwork sources from : http://www.rainemu.com/html/download/extras.html
# to add an artwork archive :
# add its basename to the artwork_sources list below
%define artwork_sources "1941 19xx arbalest arkanoid arknoid2 batrider\
 bjtwin block darius2 ddonpach dfeveron dkong dogyuun donpachi downtown\
 driftout extrmatn fireshrk frogger ghoulsu gunbird majest12 matmania\
 mercs msh mspacman msword ninjaw outzone pacman pacplus pengo puckman\
 s1945 sf2ce slammast ssi superman tdragon terracre thunderl tknight\
 tndrcade varth vimana warriorb xmcota"
# this generates Source5xx tags
%(echo %{artwork_sources} | awk 'BEGIN { RS=" "; n=0 }; { print "Source"500+n":\t"$1".zip"; n++ };')
# this generates the list of artwork files for the install step
%define artwork_files %(echo %{artwork_sources} | awk 'BEGIN { RS=" "; files="" }; { files=files" %{_sourcedir}/"$1".zip"}; END { print files };')

BuildRequires:	desktop-file-utils
BuildRequires:	nasm
BuildRequires:	p7zip
BuildRequires:	SDL_sound-devel
# for the converter
BuildRequires:	pkgconfig(allegro)
BuildRequires:	pkgconfig(flac)
# the rest
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libmikmod)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(muparser)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(SDL_ttf)
BuildRequires:	pkgconfig(vorbisfile)
ExclusiveArch:	%{ix86}
Obsoletes:	%{name}-neocd < 0.62.0
Provides:	neoraine = %{EVRD}

%description
Raine is an emulator, it emulates some M68000 and M68020 arcade games
and is mainly focused on Taito and Jaleco games hardware.

Since 0.62 Raine was merged with NeoRaine into one emulator.

To play NeoGeo CD games you need neocd.bin (or neocd.zip), which is the
neocd bios to be in the (neo)raine's data directory:
%{_gamesdatadir}/raine

%files
%defattr(0644,root,root,0755)
%doc raine.txt raine.pdf raine.lyx shots.pl
%attr(0755,root,root) %{_gamesbindir}/raine
%attr(0755,root,root) %{_gamesbindir}/raine-savegame-converter
%dir %{_gamesdatadir}/raine
%{_gamesdatadir}/raine/cheats.cfg
%{_gamesdatadir}/raine/debug_dips.txt
%{_gamesdatadir}/raine/hiscore.dat
%{_gamesdatadir}/raine/history.dat
%{_gamesdatadir}/raine/bitmaps
%{_gamesdatadir}/raine/fonts
%{_gamesdatadir}/raine/roms
%{_gamesdatadir}/raine/scripts
%{_gamesdatadir}/raine/shaders
%{_iconsdir}/raine.png
%{_miconsdir}/raine.png
%{_liconsdir}/raine.png
%{_datadir}/pixmaps/raine.png
%{_datadir}/applications/raine.desktop
# ex-neocd files
%{_gamesdatadir}/raine/neocheats.cfg

#----------------------------------------------------------------------------

%package artwork
Summary:	Artwork for Raine
Group:		Emulators
Requires:	raine

%description artwork
Artwork for Raine. These files are pictures used mainly to fill the ugly
black borders in vertical games.

%files artwork
%defattr(0644,root,root,0755)
%doc raine.txt
%{_gamesdatadir}/raine/artwork

#----------------------------------------------------------------------------

%package emudx2
Summary:	Files to enhance emulation of old arcade games in raine
Group:		Emulators
Requires:	raine

%description emudx2
Files to enhance emulation of old arcade games.
Donkey Kong, Frogger, Galaxian, Pac-Man and Ms. Pac-Man are suported.

It requires the roms to be enhanced and the raine emulator.

%files emudx2
%defattr(0644,root,root,0755)
%doc raine.txt
%{_gamesdatadir}/raine/emudx

#----------------------------------------------------------------------------

%prep
%setup -q
%setup -q -T -D -a 1 -a 2 -a 6 -a 8 -a 9 -a 10
cp -p %{SOURCE3} %{SOURCE4} .
7za x -y %{SOURCE7}
%patch0 -p1

%build
%if !%{build_optimization}
 rm -f cpuinfo
 echo "_MARCH=-march=i586 -mtune=pentiumpro" > cpuinfo
 echo "CPU=pentiumpro" >> cpuinfo
%else
 rm -f cpuinfo
%endif
export OSTYPE
%make
make converter

%install
%makeinstall_std VERBOSE=1

# history
install -D -m 644 history.dat %{buildroot}%{_gamesdatadir}/raine/history.dat

install -m 755 converter %{buildroot}%{_gamesbindir}/raine-savegame-converter

# icons
install -D -m 644 Raine48x48.png %{buildroot}%{_liconsdir}/raine.png
install -D -m 644 Raine32X32.png %{buildroot}%{_iconsdir}/raine.png
install -D -m 644 Raine16X16.png %{buildroot}%{_miconsdir}/raine.png

# menu
desktop-file-install --vendor="" \
	--dir %{buildroot}%{_datadir}/applications/ \
	%{buildroot}%{_datadir}/applications/*

# artwork
mkdir -p %{buildroot}%{_gamesdatadir}/raine/artwork
install -m 644 %{artwork_files} %{buildroot}%{_gamesdatadir}/raine/artwork

# emudx
install -d -m 755 %{buildroot}%{_gamesdatadir}/raine/emudx
install -m 644 %{emudx_files} %{buildroot}%{_gamesdatadir}/raine/emudx

# remove no longer needed but still installed neoraine files
rm -f %{buildroot}%{_datadir}/pixmaps/neoraine.png
rm -f %{buildroot}%{_datadir}/applications/neoraine.desktop


%changelog
* Sun Oct 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.63.12-1
+ Revision: 8b7dfa2
- New version 0.63.12, update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26539 |14nu|rbdoom3-bfg-1.0.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define sname RBDOOM-3-BFG

Summary:	Doom 3: BFG Edition game engine
Name:		rbdoom3-bfg
Version:	1.0.3
Release:	1
License:	GPLv3+
Group:		Games/Arcade
Url:		https://github.com/RobertBeckebans/RBDOOM-3-BFG
# https://github.com/RobertBeckebans/RBDOOM-3-BFG/archive/v%{version}.tar.gz
Source0:	%{sname}-%{version}.tar.gz
Source1:	%{name}.png
# Don't override CXX flags
Patch0:		rbdoom3-bfg-1.0.2-cflags.patch
Patch1:		rbdoom3-bfg-1.0.2-static.patch
Patch2:		rbdoom3-bfg-1.0.3-path.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(zlib)
Provides:	%{sname} = %{EVRD}
Provides:	doom3-bfg = %{version}

%description
Doom 3: BFG Edition game engine with soft shadows, cleaned up source, Linux
and 64 bit support.

WARNING! Playing Doom 3: BFG Edition still requires a legitimate copy of
the game. You can purchase a copy from Steam or your favorite retailer.

Place "base" folder from the Doom 3 installation to:
%{_gamesdatadir}/%{name}/
or
$HOME/.rbdoom3bfg/

%files
%doc README.txt COPYING.txt
%{_gamesbindir}/%{name}
%dir %attr(0777,root,root) %{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn %{sname}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
pushd neo
%cmake
%make
popd

%install
mkdir -p %{buildroot}%{_gamesbindir}
install -m 0755 neo/build/RBDoom3BFG %{buildroot}%{_gamesbindir}/%{name}

# menu-entry
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Doom 3: BFG Edition
Comment=A first-person science fiction horror video game
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=Game;ArcadeGame;
EOF

# install menu icons
for N in 16 32 48 64 128;
do
convert %{SOURCE1} -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

mkdir -p %{buildroot}%{_gamesdatadir}/%{name}


%changelog

* Mon Jul 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.3-1
- (0943209) New version 1.0.3
- (0943209) Re-diff path patch
- (0943209) Switch to SDL2



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26540 |14./rosa_platform_2014.1/repository/SRPMS/non-free/updates-rpm-backup/flash-player-plugin-32.0.0.453-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%if %{mdvver} < 201610
%global __requires_exclude 'GLIBCXX_3.4.21'
%endif

# backportability
%define _localstatedir /var
%define debug_package %{nil}

Summary:	Flash Player plugin for browsers
Name:		flash-player-plugin
Version:	32.0.0.453
Release:	1
License:	Proprietary
Url:		http://www.adobe.com/products/flashplayer/
Source0:	https://fpdownload.adobe.com/get/flashplayer/pdc/%{version}/flash_player_npapi_linux.i386.tar.gz
Source1:	https://fpdownload.adobe.com/get/flashplayer/pdc/%{version}/flash_player_npapi_linux.x86_64.tar.gz
Source100:	%{name}.rpmlintrc
Group:		Networking/WWW
Requires:	curl
Requires(post):	curl
Provides:	flashplayer-plugin == %{version}

# obtained by objdump -x /usr/lib/mozilla/plugins/libflashplayer.so | grep NEEDED
# helper: for i in $(objdump -p libflashplayer.so  | grep NEEDED | awk '{ print $2 }'); do
#	  echo -n "$i: "; rpm -qf /usr/lib64/$i; done
#		libX11.so.6	libXext.so.6	libXt.so.6	libfreetype.so.6
Requires:	%{_lib}x11_6	%{_lib}xext6	%{_lib}xt6	%{_lib}freetype6
#		libfontconfig.so.1	libgtk-x11-2.0.so.0, libgdk-x11-2.0.so.0
Requires:	%{_lib}fontconfig1	%{_lib}gtk+2.0_0
#		libatk-1.0.so.0	libgdk_pixbuf-2.0.so.0	libpangocairo-1.0.so.0, libpango-1.0.so.0
Requires:	%{_lib}atk1.0_0	%{_lib}gdk_pixbuf2.0_0	%{_lib}pango1.0_0
#		libcairo.so.2	libgobject-2.0.so.0, libgmodule-2.0.so.0, libglib-2.0.so.0
Requires:	%{_lib}cairo2	%{_lib}glib2.0_0
#		libnss3.so, libsmime3.so, libssl3.so	libplds4.so, libplc4.so, libnspr4.so
Requires:	%{_lib}nss3				%{_lib}nspr4
# required for audio, dlopened:
Requires:	%{_lib}alsa2
# dlopened:
Requires:	%{_lib}curl4
# dlopened, for video acceleration:
Recommends:	%{_lib}vdpau1
#
Obsoletes:	FlashPlayer < 9.0.115.0-5
Obsoletes:	flashplayer < %{version}
Obsoletes:	flash-plugin < %{version}
Obsoletes:	FlashPlayer-plugin < %{version}
Obsoletes:	flashplayer-plugin < %{version}

# Conflict with free plugins to avoid user confusion as to which one is
# actually used:
Conflicts:	gnash-firefox-plugin
Conflicts:	swfdec-mozilla
Conflicts:	lightspark-mozilla-plugin
Conflicts:	libflashsupport < 0.20080000.1
Obsoletes:	flash-player-plugin10.2 < 10.2.152

%description
Adobe Flash Player plugin for browsers.

NOTE: This package does not contain the Flash Player itself. The
software will be automatically downloaded from Adobe during package
installation. Alternatively you can use the command
"download-flash-player-plugin" manually.

Installing this package indicates acceptance of the EULA, available
from http://www.adobe.com/products/eulas/players/flash/.

%files
%{_bindir}/flash-player-properties
%{_libdir}/mozilla/plugins/*.so
%{_datadir}/applications/*.desktop
%{_datadir}/icons/*
%{_datadir}/pixmaps/*

#-------------------------------------------------------------------

%package kde
Summary:	KDE workspace files
Group:		Networking/WWW
Requires:	%{name} = %{version}

%description kde
Adobe Flash files to work with KDE

%files kde
%{_libdir}/kde4/kcm_adobe_flash_player.so
%ifarch x86_64
# Adobe added symlink for some reason
/usr/lib/kde4/kcm_adobe_flash_player.so
%endif
%{_datadir}/kde4/*

#-------------------------------------------------------------------

%prep
%setup -c -T

%build

%install
mkdir -p %{buildroot}
cd %{buildroot}
%ifarch x86_64
tar xzf %{SOURCE1}
%else
tar xzf %{SOURCE0}
%endif

mkdir -p %{buildroot}%{_libdir}/mozilla/plugins/
chmod 0755 libflashplayer.so
mv libflashplayer.so %{buildroot}%{_libdir}/mozilla/plugins/

rm -f %{buildroot}/readme.txt
rm -rf %{buildroot}/LGPL
rm -rf %{buildroot}/license.pdf

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26541 |14nu|samsung-unified-driver3-3.00.37-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

# Should always be 5
%define libstdc %mklibname stdc++ 5
# Should always be 3
%define libtiff %mklibname tiff 3

Summary:	Samsung Unified Linux Driver
Name:		samsung-unified-driver3
Version:	3.00.37
Release:	4
License:	Distributable
Group:		System/Printing
Url:		http://www.bchemnet.com/suldr/
Source0:	http://www.bchemnet.com/suldr/driver/UnifiedLinuxDriver-%{version}.tar.gz
Source1:	samsung-unified-printer-98_smfp_autoconf_samsung.rules
Source2:	samsung-unified-printer-99_smfp_autoconf_samsung.rules
Source100:	%{name}.rpmlintrc
Provides:	samsung-mfp = %{EVRD}
Requires:	cups
Conflicts:	samsung-unified-driver

%description
Samsung Unified Linux Driver.

%files
%{_bindir}/*
%{_prefix}/lib/libMFPPortPlugin.so*
%{_prefix}/lib/libPrinterPlugin.so*
%{_prefix}/lib/libScannerPlugin.so*
%{_libdir}/libmfp.so*
%{_libdir}/cups/filter/*
%{_datadir}/samsung-unified-driver3
%{_initrddir}/smfpd
%{_sysconfdir}/sane.d/dll.d/smfp
%{_sysconfdir}/udev/rules.d/98_smfpautoconf.rules
%{_sysconfdir}/udev/rules.d/99_smfpautoconf.rules
%{_sysconfdir}/sane.d/smfp.conf
%{_sbindir}/smfpd
%{_libdir}/cups/backend/mfp
%{_libdir}/sane/libsane-smfp.so*
%{_datadir}/cups/model
/opt/Samsung

#----------------------------------------------------------------------------

%package -n %{libstdc}
Summary:	stdc++5 shared library (compat)
Group:		System/Libraries
Conflicts:	%{name} < 3.00.37-3

%description -n %{libstdc}
stdc++5 shared library (compat).

%files -n %{libstdc}
%{_libdir}/libstdc++.so.5*

#----------------------------------------------------------------------------

%package -n %{libtiff}
Summary:	tiff3 shared library (compat)
Group:		System/Libraries
# For compat reasons
Provides:	libtiff = %{EVRD}
Conflicts:	%{name} < 3.00.37-3

%description -n %{libtiff}
tiff3 shared library (compat).

%files -n %{libtiff}
%{_libdir}/libtiff.so.3*

#----------------------------------------------------------------------------

%prep
%setup -q -c
find . -name *htm -exec chmod a-x {} \;
find . -name *htm -exec chmod a+r {} \;

%build

%install
install -d %{buildroot}%{_datadir}/%{name}
cp -a cdroot/Linux/noarch/at_root/* %{buildroot}/

install -d %{buildroot}%{_datadir}/cups/model/samsung/cms
cp -a cdroot/Linux/noarch/at_opt/share/ppd/cms/* %{buildroot}%{_datadir}/cups/model/samsung/cms/
cp -a cdroot/Linux/noarch/at_opt/share/ppd/*.ppd %{buildroot}%{_datadir}/cups/model/
find %{buildroot}%{_datadir}/cups/model/ -name "*.ppd" | xargs gzip -9
# cp -a cdroot/Linux/noarch/at_opt/share/locale %{buildroot}%{_datadir}
cp -a cdroot/Linux/noarch/at_opt/share/{doc,help,images,utils} %{buildroot}%{_datadir}/%{name}/

install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/98_smfpautoconf.rules
install -D -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/udev/rules.d/99_smfpautoconf.rules

mkdir %{buildroot}%{_libdir}
pushd cdroot/Linux/noarch
%ifarch x86_64
for i in libstdc++-5-x86_64.tar.gz libtiff-3-x86_64.tar.gz
%else
for i in libstdc++-5-i386.tar.gz libtiff-3-i386.tar.gz
%endif
do
    tar xzf $i
    mv ./usr/lib*/* %{buildroot}/usr/lib*/
done
popd

%ifarch x86_64
cd cdroot/Linux/x86_64
%else
cd cdroot/Linux/i386
%endif

cp -a at_root/* %{buildroot}/
cp -a at_opt/* %{buildroot}%{_prefix}

ln -s libmfp.so.1.0.1 %{buildroot}%{_libdir}/libmfp.so.1
ln -s libmfp.so.1.0.1 %{buildroot}%{_libdir}/libmfp.so
ln -s libsane-smfp.1.0.1 %{buildroot}%{_libdir}/sane/libsane-smfp.so.1
ln -s libsane-smfp.so.1 %{buildroot}%{_libdir}/sane/libsane-smfp.so
install -d %{buildroot}%{_sysconfdir}/sane.d/dll.d
echo "smfp" >> %{buildroot}%{_sysconfdir}/sane.d/dll.d/smfp
chmod 644 %{buildroot}%{_sysconfdir}/sane.d/dll.d/smfp

install -d %{buildroot}%{_libdir}/cups/{backend,filter}

install -d %{buildroot}/opt/Samsung/mfp/{bin,share/images}

cd ../../..
install -m644 cdroot/Linux/OEM.ini %{buildroot}/opt/Samsung/mfp/share/OEM.ini
install -D -m755 cdroot/Linux/noarch/smfpd.sh %{buildroot}%{_initrddir}/smfpd

install -D -m0644 cdroot/Linux/noarch/at_opt/share/images/Configurator.png \
   %{buildroot}/opt/Samsung/mfp/share/images/Configurator.png

rm -rf %{buildroot}/usr/uninstall
rm -f %{buildroot}/usr/bin/gettext
rm -f %{buildroot}%{_datadir}/locale/fr/LC_MESSAGES/install.mo

rm -f %{buildroot}/opt/Samsung/mfp/bin/ImageManager*


%changelog

* Mon Jul 04 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.00.37-4
- (3b6a8d0) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26542 |14nu|samsung-unified-driver-4.01.17-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:          samsung-unified-driver
Version:       4.01.17
Release:       1
Summary:       Samsung Unified Linux Driver
Group:         System/Printing
URL:           http://www.bchemnet.com/suldr/
Source:        http://www.bchemnet.com/suldr/driver/UnifiedLinuxDriver-%{version}.tar.gz
Source1:       samsung-unified-printer-98_smfp_autoconf_samsung.rules
Source2:       samsung-unified-printer-99_smfp_autoconf_samsung.rules
Source100:	%{name}.rpmlintrc
License:       Distributable
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: cups-devel
#BuildRequires: libgcc
BuildRequires: qt4-devel
BuildRequires: sane-devel
BuildRequires: stdc++-devel
BuildRequires: tiff-devel
BuildRequires: pkgconfig(libusb)
BuildRequires: X11-devel
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(libxml-2.0)
## AUTOBUILDREQ-END
Provides:      samsung-mfp
Obsoletes:     samsung-mfp
Requires:      cups

%description
Samsung Unified Linux Driver.

%prep
%setup -q -c

%build

%install
install -d %{buildroot}%{_datadir}/%{name}
cp -a cdroot/Linux/noarch/at_root/* %{buildroot}/

install -d %{buildroot}%{_datadir}/cups/model/samsung/cms
cp -a cdroot/Linux/noarch/at_opt/share/ppd/cms/* %{buildroot}%{_datadir}/cups/model/samsung/cms/
cp -a cdroot/Linux/noarch/at_opt/share/ppd/*.ppd %{buildroot}%{_datadir}/cups/model/
find %{buildroot}%{_datadir}/cups/model/ -name "*.ppd" | xargs gzip -9
cp -a cdroot/Linux/noarch/at_opt/share/locale %{buildroot}%{_datadir}
cp -a cdroot/Linux/noarch/at_opt/share/{doc,help,help-fr,images,utils} %{buildroot}%{_datadir}/%{name}/

install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/98_smfpautoconf.rules
install -D -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/udev/rules.d/99_smfpautoconf.rules

%ifarch x86_64
cd cdroot/Linux/x86_64
%else
cd cdroot/Linux/i386
%endif

cp -a at_root/* %{buildroot}/
cp -a at_opt/* %{buildroot}%{_prefix}

ln -s libmfp.so.1.0.1 %{buildroot}%{_libdir}/libmfp.so.1
ln -s libmfp.so.1.0.1 %{buildroot}%{_libdir}/libmfp.so
ln -s libsane-smfp.1.0.1 %{buildroot}%{_libdir}/sane/libsane-smfp.so.1
ln -s libsane-smfp.so.1 %{buildroot}%{_libdir}/sane/libsane-smfp.so
install -d %{buildroot}%{_sysconfdir}/sane.d/dll.d
echo "smfp" >> %{buildroot}%{_sysconfdir}/sane.d/dll.d/smfp
chmod 644 %{buildroot}%{_sysconfdir}/sane.d/dll.d/smfp

install -d %{buildroot}%{_libdir}/cups/{backend,filter}
cp pstosecps pstospl pstosplc rastertospl rastertosplc %{buildroot}%{_libdir}/cups/filter/
cp mfp %{buildroot}%{_libdir}/cups/backend/

install -m0755 libscmssc.so %{buildroot}/opt/smfp-common/lib/

install -d %{buildroot}/opt/Samsung/mfp/{bin,share/images}
cp -a qt4/at_opt/bin/* %{buildroot}/opt/Samsung/mfp/bin
cp -a qt4/at_opt/plugins %{buildroot}/opt/Samsung/mfp/

cd ../../..
install -m644 cdroot/Linux/OEM.ini %{buildroot}/opt/Samsung/mfp/share/OEM.ini
install -D -m755 cdroot/Linux/noarch/smfpd.sh %{buildroot}%{_initrddir}/smfpd

# samsung configurator desktop entries
sed -i "s|\$VENDOR|Samsung|" cdroot/Linux/noarch/desktop/*.in
cat >> cdroot/Linux/noarch/desktop/configurator.desktop.in << _EOF
Categories=System;Settings;HardwareSettings;Printing;
_EOF

install -D -m0644 cdroot/Linux/noarch/desktop/configurator.desktop.in \
   %{buildroot}%{_datadir}/applications/Samsung-Configurator.desktop
install -D -m0644 cdroot/Linux/noarch/at_opt/share/images/Configurator.png \
   %{buildroot}/opt/Samsung/mfp/share/images/Configurator.png

rm -rf %{buildroot}/usr/uninstall
rm -f %{buildroot}/usr/bin/gettext
rm -f %{buildroot}%{_datadir}/locale/fr/LC_MESSAGES/install.mo

rm -f %{buildroot}/opt/Samsung/mfp/bin/ImageManager*

%find_lang sane-smfp

%files -f sane-smfp.lang
%{_initrddir}/smfpd
%{_sysconfdir}/sane.d/dll.d/smfp
%{_sysconfdir}/udev/rules.d/98_smfpautoconf.rules
%{_sysconfdir}/udev/rules.d/99_smfpautoconf.rules
%{_sysconfdir}/sane.d/smfp.conf
%{_sbindir}/smfpd
%{_bindir}/netdiscovery
%{_libdir}/cups/backend/mfp
%{_libdir}/cups/filter/pstosecps
%{_libdir}/cups/filter/pstospl
%{_libdir}/cups/filter/pstosplc
%{_libdir}/cups/filter/rastertospl
%{_libdir}/cups/filter/rastertosplc
%{_libdir}/libmfp.so*
%{_libdir}/sane/libsane-smfp.so*
%{_datadir}/cups/model/*.ppd*
%dir %{_datadir}/cups/model/samsung
%{_datadir}/cups/model/samsung/cms/*.cts
#%{_datadir}/cups/model/samsung/cms
#%{_datadir}/ppd/cms/*.cts
%dir %{_datadir}/samsung-unified-driver
%{_datadir}/samsung-unified-driver/*
%{_datadir}/applications/Samsung-Configurator.desktop
/opt/smfp-common/lib/libnetsnmp.so.10.0.2
/opt/smfp-common/lib/libscmssc.so
/opt/smfp-common/printer/.version
/opt/smfp-common/lib/libnetsnmp.so.10
%dir /opt/Samsung/mfp/
%dir /opt/Samsung/mfp/bin
/opt/Samsung/mfp/bin/*
%dir /opt/Samsung/mfp/plugins
/opt/Samsung/mfp/plugins/*
%dir /opt/Samsung/mfp/share
/opt/Samsung/mfp/share/OEM.ini
%dir /opt/Samsung/mfp/share/images
/opt/Samsung/mfp/share/images/Configurator.png
%doc cdroot/Linux/noarch/eula/eula.htm
%doc cdroot/Linux/noarch/eula/eula-fr.htm


%changelog
* Mon Oct 20 2014 Denis Silakov <denis.silakov@rosalab.ru> 4.01.17-1
+ Revision: aca217c
- Remove ImageManager - it depends on libtiff.so.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26543 |14nu|sane-firmware-1.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Scanner firmware to be used by SANE
Name:		sane-firmware
Version:	1.0
Release:	1
License: 	Proprietary
Group:		Graphics
Url:		http://www.sane-project.org/
Source0:	http://www.meier-geinitz.de/sane/gt68xx-backend/firmware/A2Nfw.usb

%description
This package contains additional firmware to allow some scanners
to work with SANE (Scanner Access Now Easy).

%prep
%setup -qcT

%build
# Nothing to do

%install
mkdir -p %{buildroot}%{_datadir}/sane/gt68xx/
install -m644 %{SOURCE0} %{buildroot}%{_datadir}/sane/gt68xx/

%files
%{_datadir}/sane/gt68xx/*

%changelog
* Fri Jan 23 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0-1
+ Revision: 2f8c7e3
- No debug package



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26544 |14nu|sdlmame-0.171-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Better disable debug because with it's so greedy for resources
# that linkage fails
%undefine _enable_debug_packages
%define debug_package %{nil}

Summary:	SDL MAME is an arcade emulator
Name:		sdlmame
Version:	0.171
Release:	1
%define sversion	%(sed -r -e "s/\\.//" -e "s/(.*)u(.)/\\1/" <<<%{version})
License:	Freeware
Group:		Emulators
Url:		http://mamedev.org/
#http://mamedev.org/downloader.php?&file=mame%{sversion}s.zip
Source0:	mame%{sversion}s.zip
Source1:	sdlmame-wrapper
Source3:	sdlmame-extra.tar.bz2
# Repack from git and 0.146 as these files are no longer in sources zip
Source4:	sdlmess-extra-0.147.tar.bz2
# Force sdl prefix
Patch0:		sdlmame-0.171-prefix.patch
# x86_64 build fails due to extra optimizations
Patch1:		sdlmame-0.170-dont-force-inline.patch
# We don't want 64 bit binaries to have extra suffix
Patch2:		sdlmame-0.170-no64suffix.patch

BuildRequires:	dos2unix
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(pango)
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(QtGui)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(SDL2_ttf)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(zlib)
Provides:	sdlmess = %{EVRD}
Obsoletes:	sdlmess < 0.163
ExclusiveArch:	%{ix86} x86_64 ppc

%description
SDL MAME is an arcade emulator using SDL, and based on the Multiple Arcade
Machine Emulator (MAME).

Since 0.162 it includes MESS functionality so sdlmess package is obsolete now.

You can find a some freeware and their description on http://mamedev.org/roms/

If you some tricks to finish a game, the cheat.zip file is now provided in a
other package named sdlmame-extra-data.

%files
%defattr(0644,root,games,0755)
%doc docs/*
%attr(0755,root,games) %{_gamesbindir}/sdlmame*
%attr(0755,root,games) %{_gamesbindir}/*-sdlmame
%{_gamesdatadir}/sdlmame

#----------------------------------------------------------------------------

%prep
%setup -c -n %{name}-%{version} -q
unzip -qq mame.zip
%patch0 -p1
%patch1 -p1
%patch2 -p1

#files missing : ui.bdf, keymaps
tar xf %{SOURCE3}
#files missing : arkwork, sysinfo.dat
tar xf %{SOURCE4}

#find . -type f | xargs dos2unix

%build
%make all TARGET=mame \
 NOWERROR=1 \
 BUILD_EXPAT= \
 BUILD_FLAC= \
 BUILD_ZLIB= \
 USE_QTDEBUG=0 \
 NO_DEBUGGER=1 \
 TOOLS=1 \
 VERBOSE=1 \
 ARCHOPTS="%{optflags}"

%install
install -d -m 755 %{buildroot}%{_gamesbindir}
install -m 755 sdlmame %{buildroot}/%{_gamesbindir}/sdlmame.real

#tools
#useful to manage roms
install -m 755 chdman %{buildroot}%{_gamesbindir}/chdman-sdlmame
install -m 755 romcmp %{buildroot}%{_gamesbindir}/romcmp-sdlmame
#useful to create a new keymap
install -m 755 testkeys %{buildroot}%{_gamesbindir}/testkeys-sdlmame
#other tools built:
#jedutils, makemeta, regrep, srcclean

#"support files" moved to sdlmame-extra-data
#but the directory is still owned by this package
install -d -m 755 %{buildroot}%{_gamesdatadir}/sdlmame

#ui font
install -m 644 ui.bdf %{buildroot}/%{_gamesdatadir}/sdlmame/

#keymaps
install -d -m 755 %{buildroot}%{_gamesdatadir}/sdlmame/keymaps
install -m 644 keymaps/* %{buildroot}/%{_gamesdatadir}/sdlmame/keymaps/

#various directories and files
install -d -m 755 %{buildroot}%{_gamesdatadir}/sdlmame/artwork
install -m 644 artwork/* %{buildroot}%{_gamesdatadir}/sdlmame/artwork/
install -d -m 755 %{buildroot}%{_gamesdatadir}/sdlmame/hash
install -m 644 hash/* %{buildroot}%{_gamesdatadir}/sdlmame/hash/

#sysinfo.dat
install -m 644 sysinfo.dat %{buildroot}%{_gamesdatadir}/sdlmame/

#install wrapper
install -m 755 %{SOURCE1} %{buildroot}%{_gamesbindir}/sdlmame


%changelog

* Thu Feb 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.171-1
- (dc8e77a) New version 0.171

* Thu Feb 18 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.170-2
- (f25f212) Bump release

* Thu Jan 28 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.170-1
- (60f8bdd) Update build options (NO_USE_QTDEBUG=1 -> USE_QTDEBUG=0)
- (Andrey Bondrov: 9cd5f83) New version 0.170

* Mon Oct 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.166-1
- (f6dff81) New version 0.166

* Sat Aug 01 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.164-1
- (29364ac) New version 0.164

* Mon Jun 29 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.163-1
- (f90f9c1) New version 0.163, now sdlmess is merged with sdlmame

* Sun May 03 2015 abondrov <andrey.bondrov@rosalab.ru> 0.161-1
- (8279438) Build requires pkgconfig(QtGui)
- (Andrey Bondrov: d383d57) New version 0.161
- (Andrey Bondrov: d383d57) Adjust prefix and suffix patch and build options (0.161 introduced new build scheme)
- (Andrey Bondrov: 7478bd8) Drop no longer needed verbose patch, use new build option instead

* Thu Mar 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.160-1
- (4d43591) New version 0.160

* Thu Mar 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.159-1
- (2edc48b) New version 0.159

* Fri Jan 30 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.158-1
- (5b133b0) New version 0.158

* Mon Jan 05 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.157-1
- (631447b) New version 0.157

* Fri Nov 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.156-1
- (7b72196) New version 0.156
- (7b72196) Swicth to SDL2
- (7b72196) Re-diff patches

* Thu Oct 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.155-1
- (67cf3e1) New version 0.155

* Sun Sep 28 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.154-1
- (0087898) New version 0.154

* Mon May 26 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.153-1
- (9875acc) Add patch to fix linkage
- (Andrey Bondrov: 5121d88) Convert source files with dos2unix to fix build with gcc 4.9
- (Andrey Bondrov: 896e256) New version 0.153, build with system flac

* Wed Jan 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.152-1
- (e837e81) LOG New version 0.152

* Fri Nov 08 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.151-1
- (923e49e) LOG Fix build issues with debugger
- (Andrey Bondrov: 3da83ef) LOG New version 0.151

* Tue Sep 17 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.150-1
- (a682c96) LOG Update BuildRequires
- (Andrey Bondrov: 4b306fc) Revert some recent cleanups
- (Andrey Bondrov: eb1486f) LOG New version 0.150

* Mon Jun 17 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.149-1
- (19deb77) LOG Don't use Qt debugger to avoid requires on Qt stuff
- (Andrey Bondrov: f6290c9) LOG New version 0.149, minor cleanups

* Sun Jan 13 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.148-1
- (bce5195) LOG New version 0.148, re-diff patches and disable debug

* Thu Oct 25 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.147-2
- (c718950) LOG Add patch to avoid extra suffix for 64 bit binaries



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26545 |14nu|skype-install-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Download and install Skype
Name:		skype-install
Version:	1.0
Release:	8
License:	Proprietary
Group:		Networking/Instant messaging
Url:		http://www.skype.com/
Source0:	skype-install.desktop
Source1:	skype-install.png
Source2:	skype-install
ExclusiveArch:	x86_64

%description
This is an installer for Skype.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep

%build
# Nothing to build yet

%install
# desktop file
mkdir -p %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE0} %{buildroot}%{_datadir}/applications/

# icon file
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/

# install script file
mkdir -p %{buildroot}%{_bindir}/
install -m755 %{SOURCE2} %{buildroot}%{_bindir}/


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26546 |14nu|smathstudio-0.97-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Small mathematic packet with MathCad style
Name:		smathstudio
Version:	0.97
Release:	1
License:	EULA
Group:		Sciences/Mathematics
URL:		http://ru.smath.info/forum/default.aspx?g=posts&t=130

Source0:	SMathStudioDesktop.0_97_5346.Mono.tar.gz
Source1:	SSLogo48.png
#Source2: Text_RUS.lang

Requires: mono, mono-winforms

%description
A free mathematical package with a graphical interface for the calculation 
of mathematical expressions, and constructing two-dimensional and
three-dimensional graphs.

%build
#nothing

%prep
%setup -q -c -n %{name}-%{version}
rm -f %{name}_desktop_mono
gzip lang/*
gzip book/*
gzip examples/*
gzip plugins/*
gzip entries/*
gzip snippets/*
# fix wrong-script-end-of-line-encoding
sed -i 's/\r//' EULA/*
# fix permissions
chmod -x EULA/*
chmod -x book/*
chmod -x snippets/*
chmod -x lang/*
chmod -x entries/*

%install
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -af * %{buildroot}%{_datadir}/%{name}/
rm -rf %{buildroot}%{_datadir}/%{name}/EULA

mkdir -p %{buildroot}%{_datadir}/pixmaps
install -Dm644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png

install -dm 755 %{buildroot}%{_datadir}/applications
cat > %{name}.desktop << EOF
[Desktop Entry]
Name=SMathStudio
GenericName=SMath Studio Desktop
Comment=Mathematical editor with MathCad style
Comment[ru]=Математический редактор a-la MathCad
Exec=%{name}
Icon=%{name}
Type=Application
Categories=Education;Math;
EOF
install -m 0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop

install -dm 755 %{buildroot}%{_bindir}
cat > %{name} << EOF
#!/bin/bash
cd %{_datadir}/%{name}
exec mono "%{_datadir}/%{name}/SMathStudio_Desktop.exe" "\$@"
EOF
install -m 755 %{name} %{buildroot}%{_bindir}/%{name}

%post
gzip -d %{_datadir}/%{name}/lang/*.gz
gzip -d %{_datadir}/%{name}/examples/*.gz
gzip -d %{_datadir}/%{name}/book/*.gz
gzip -d %{_datadir}/%{name}/plugins/*.gz
gzip -d %{_datadir}/%{name}/entries/*.gz
gzip -d %{_datadir}/%{name}/snippets/*.gz

%postun
rm -rf %{_datadir}/%{name}

%files
%doc EULA/*
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

%changelog
* Mon Mar 16 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.97-1
+ Revision: 1836491
- Clean .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26547 |14nu|softmaker-freeoffice-2016-759.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

# The revision number should match the first three digits
# shown in TextMaker's Help > About
%define revision 759

%define oversion 16

Summary:	SoftMaker FreeOffice
Name:		softmaker-freeoffice
Version:	2016
Release:	%{revision}.2
License:	Freeware
Group:		Office
Url:		http://www.freeoffice.com
# Not allowed to re-distribute outside of ROSA products and repositories
Source0:	%{name}-%{revision}.tgz
Source1:	softmaker-freeoffice-license.txt
# Hunspell dictionaries
Source10:	http://www.softmaker.net/down/hunspell/softmaker-hunspell-russian.sox
Source11:	softmaker-hunspell-byelorussian-official.sox
Source12:	softmaker-hunspell-french-recommended.sox
Source13:	softmaker-hunspell-italian.sox
Source14:	softmaker-hunspell-polish.sox
Source15:	softmaker-hunspell-spanish-spain.sox
Source16:	softmaker-hunspell-ukrainian.sox
# Adjust desktop files for our needs
Patch0:		softmaker-freeoffice-2016-desktop.patch
BuildRequires:	imagemagick
ExclusiveArch:	%{ix86}

%description
SoftMaker FreeOffice is a complete office suite.

It is reliable, lightning-fast, and Microsoft Office-compatible and comes
with a word processor, spreadsheet, and presentation graphics software.

Important! This edition of SoftMaker FreeOffice doesn't require a product key.
It's not allowed to be distributed outside of ROSA repositories and products.

%files
%doc softmaker-freeoffice-license.txt
%{_bindir}/planmaker
%{_bindir}/presentations
%{_bindir}/textmaker
%{_datadir}/applications/planmaker.desktop
%{_datadir}/applications/presentations.desktop
%{_datadir}/applications/textmaker.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_iconsdir}/hicolor/*/apps/planmaker.png
%{_iconsdir}/hicolor/*/apps/presentations.png
%{_iconsdir}/hicolor/*/apps/textmaker.png
%{_iconsdir}/hicolor/*/mimetypes/application-x-pmd.png
%{_iconsdir}/hicolor/*/mimetypes/application-x-prd.png
%{_iconsdir}/hicolor/*/mimetypes/application-x-tmd.png
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*

%post
if [ `rpm -q softmaker-freeoffice-install | wc -w` == 1 ]
then
    rpm -e softmaker-freeoffice-install
fi

#----------------------------------------------------------------------------

%prep
%setup -q -c
cp %{SOURCE1} .

mkdir smfree
tar xf freeoffice.tgz -C smfree
rm -f freeoffice.tgz
%patch0 -p1

# Because x86_64 package is a mix of 32 bit main binaries and smserver64
# we should rather ship pure 32 bit package only
rm -f smfree/smserver64

# mv master/ofl%{oversion}files/smfree/mime .
# Use standard icons from icon themes for mimetypes
sed -i s,application-x-pmd,x-office-spreadsheet,g smfree/mime/%{name}%{oversion}.xml
sed -i s,application-x-prd,x-office-presentation,g smfree/mime/%{name}%{oversion}.xml
sed -i s,application-x-tmd,x-office-document,g smfree/mime/%{name}%{oversion}.xml

# Hunspell dictionaries
mkdir smfree/hunspell
unzip %{SOURCE10} -d smfree/hunspell/ru_RU/
unzip %{SOURCE11} -d smfree/hunspell/be_BY_Official/
unzip %{SOURCE12} -d smfree/hunspell/fr_FR_Recommended/
unzip %{SOURCE13} -d smfree/hunspell/it_IT/
unzip %{SOURCE14} -d smfree/hunspell/pl_PL/
unzip %{SOURCE15} -d smfree/hunspell/es_ES/
unzip %{SOURCE16} -d smfree/hunspell/uk_UA/

%build

%install
# Copy main files
mkdir -p %{buildroot}%{_libdir}/%{name}
cp -r smfree/* %{buildroot}%{_libdir}/%{name}/
#cp -r shared_free/* %{buildroot}%{_libdir}/%{name}/
chmod 755 %{buildroot}%{_libdir}/%{name}/planmaker
chmod 755 %{buildroot}%{_libdir}/%{name}/presentations
chmod 755 %{buildroot}%{_libdir}/%{name}/textmaker

# Create symlinks to run applications
mkdir -p %{buildroot}%{_bindir}

# Install desktop files
mkdir -p %{buildroot}%{_datadir}/applications/
install -m 644 smfree/mime/pml%{oversion}.dsk %{buildroot}%{_datadir}/applications/planmaker.desktop
install -m 644 smfree/mime/prl%{oversion}.dsk %{buildroot}%{_datadir}/applications/presentations.desktop
install -m 644 smfree/mime/tml%{oversion}.dsk %{buildroot}%{_datadir}/applications/textmaker.desktop

# Install menu icons
for N in 16 32 48 64 128 256 512;
do
install -D -m 0644 smfree/icons/pml_${N}.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/planmaker.png
install -D -m 0644 smfree/icons/prl_${N}.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/presentations.png
install -D -m 0644 smfree/icons/tml_${N}.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/textmaker.png
done

# Install mime icons (not used for now)
for N in 16 32 48 64 128;
do
install -D -m 0644 smfree/icons/pmd_${N}.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/mimetypes/application-x-pmd.png
install -D -m 0644 smfree/icons/prd_${N}.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/mimetypes/application-x-prd.png
install -D -m 0644 smfree/icons/tmd_${N}.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/mimetypes/application-x-tmd.png
done

# Install mimetypes
mkdir -p %{buildroot}%{_datadir}/mime/packages/
install -m 644 smfree/mime/%{name}%{oversion}.xml %{buildroot}%{_datadir}/mime/packages/%{name}.xml

# Create wrappers to run applications
mkdir -p %{buildroot}%{_bindir}

cat > %{buildroot}%{_bindir}/planmaker << EOF
#!/bin/sh
# A script to run PlanMaker
if test ! -e \$HOME/.softmaker/hunspell
then
    mkdir -p \$HOME/.softmaker/hunspell/
    cp -r %{_libdir}/%{name}/hunspell/* \$HOME/.softmaker/hunspell/
fi
%{_libdir}/%{name}/planmaker "\$@"
EOF
chmod +x %{buildroot}%{_bindir}/planmaker

cat > %{buildroot}%{_bindir}/presentations << EOF
#!/bin/sh
# A script to run Presentations
if test ! -e \$HOME/.softmaker/hunspell
then
    mkdir -p \$HOME/.softmaker/hunspell/
    cp -r %{_libdir}/%{name}/hunspell/* \$HOME/.softmaker/hunspell/
fi
ext="\${@##*.}"
shopt -s nocasematch
case "\$ext" in
    "prs" ) %{_libdir}/%{name}/presentations -S\""\$@"\";;
    "pps" ) %{_libdir}/%{name}/presentations -S\""\$@"\";;
    "ppsx" ) %{_libdir}/%{name}/presentations -S\""\$@"\";;
    * ) %{_libdir}/%{name}/presentations "\$@";;
esac
EOF
chmod +x %{buildroot}%{_bindir}/presentations

cat > %{buildroot}%{_bindir}/textmaker << EOF
#!/bin/sh
# A script to run TextMaker
if test ! -e \$HOME/.softmaker/hunspell
then
    mkdir -p \$HOME/.softmaker/hunspell/
    cp -r %{_libdir}/%{name}/hunspell/* \$HOME/.softmaker/hunspell/
fi
LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:%{_libdir}/%{name}/dpf %{_libdir}/%{name}/textmaker "\$@"
EOF
chmod +x %{buildroot}%{_bindir}/textmaker


%changelog

* Tue Jul 26 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2016-759.2
- (7dc48f5) Remove softmaker-freeoffice-install package if it's installed (don't use Obsoletes because we don't want to force such replacement)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26548 |14nu|softmaker-freeoffice-install-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Download and install SoftMaker FreeOffice
Name:		softmaker-freeoffice-install
Version:	1.0
Release:	6
License:	Proprietary
Group:		Office
Url:		http://www.freeoffice.com
Source0:	softmaker-freeoffice-install.desktop
Source1:	softmaker-freeoffice-install.png
Source2:	softmaker-freeoffice-install

%description
This is an installer for SoftMaker FreeOffice.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep

%build
# Nothing to build yet

%install
# desktop file
mkdir -p %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE0} %{buildroot}%{_datadir}/applications/

# icon file
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/

# install script file
mkdir -p %{buildroot}%{_bindir}/
install -m755 %{SOURCE2} %{buildroot}%{_bindir}/


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26549 |14nu|sokoban-1.0.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Sokoban in space
Name:		sokoban
Version:	1.0.1
Release:	1
License:	Proprietary
Group:		Games/Puzzles
Url:		http://dansoft.krasnokamensk.ru/more.html?id=1014
Source0:	http://dansoft.krasnokamensk.ru/data/1014/sokoban_linux.tar.gz
Source1:	sokoban.desktop
Source2:	%{name}.rpmlintrc
BuildRequires:	imagemagick
Requires:	SDL_mixer
ExclusiveArch:	%{ix86}

%description
Sokoban in space is a puzzle game.

%files
%doc COPYING
/opt/dansoft/sokoban/
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%setup -qn sokoban_linux

%build

%install
mkdir -p %{buildroot}/opt/dansoft/sokoban/

cp -r font %{buildroot}/opt/dansoft/sokoban/font
cp -r images %{buildroot}/opt/dansoft/sokoban/images
cp -r maps %{buildroot}/opt/dansoft/sokoban/maps
cp -r repeat %{buildroot}/opt/dansoft/sokoban/repeat
cp -r sandbox %{buildroot}/opt/dansoft/sokoban/sandbox
cp -r sounds %{buildroot}/opt/dansoft/sokoban/sounds
cp -r video %{buildroot}/opt/dansoft/sokoban/video

cp COPYING %{buildroot}/opt/dansoft/sokoban/COPYING
cp picture.dat %{buildroot}/opt/dansoft/sokoban/picture.dat
cp sokoban %{buildroot}/opt/dansoft/sokoban/sokoban
cp sokoban.cfg %{buildroot}/opt/dansoft/sokoban/sokoban.cfg

mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/

chmod 777 %{buildroot}/opt/dansoft/sokoban/maps
chmod 777 %{buildroot}/opt/dansoft/sokoban/repeat
chmod 777 %{buildroot}/opt/dansoft/sokoban/sandbox

mkdir -p  %{buildroot}%{_datadir}/applications
cat > %{buildroot}/opt/dansoft/sokoban/sokoban.sh << EOF
#!/bin/bash

cd /opt/dansoft/sokoban
./sokoban $@
EOF
chmod 755 %{buildroot}/opt/dansoft/sokoban/sokoban.sh

# create and install icons
for N in 16 32 48 64 128; do convert images/sokoban.png -scale ${N}x${N}! $N.png; done
install -D 16.png -m 644 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D 32.png -m 644 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D 48.png -m 644 %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
install -D 64.png -m 644 %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D 128.png -m 644 %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png


%changelog
* Thu Mar 26 2015 Rosa <rosa@abf.rosalinux.ru> 1.0.1-1
+ Revision: ba6d33f
- Automatic import for version 1.0.1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26550 |14nu|sopcast-player-0.8.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# In fact, it's noarch package but it depends on 32 bit only sp-auth
# So keep sopcast-player 32 bit only too
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	A GUI front-end to SopCast
Name:		sopcast-player
Version:	0.8.5
Release:	2
License:	GPLv2+
Group:		Video
Url:		http://code.google.com/p/sopcast-player/
Source0:	http://sopcast-player.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	python-setuptools
BuildRequires:	gettext
BuildRequires:	vlc-devel
Requires:	sp-auth
Requires:	pygtk2
Requires:	pygtk2.0-libglade
Requires:	python
Requires:	vlc
ExclusiveArch:	%{ix86}

%description
SopCast Player is designed to be an easy to use Linux GUI front-end for the p2p
streaming technology developed by SopCast. SopCast Player features an 
integrated video player, a channel guide, and bookmarks. Once SopCast Player is
installed it simply "just works" with no required configuration.

%prep
%setup -qn %{name}

%build
%setup_compile_flags
%make

%install
%makeinstall_std

%find_lang %{name}

%files -f %{name}.lang
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.svg


%changelog

* Fri Jul 08 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.5-2
- (7f3cf7a) Requires pygtk2.0-libglade



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26551 |14nu|sp-auth-3.2.6-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%if %{_use_internal_dependency_generator}
%define __noautoprov 'libstdc++(.*)'
%define __noautoreq 'libstdc++(.*)|(.*)GLIBC_PRIVATE(.*)'
%endif

Summary:	SopCast client
Name:		sp-auth
Version:	3.2.6
Release:	2
License:	Freeware
Group:		Video
Url:		http://code.google.com/p/sopcast-player/
Source0:	http://sopcast-player.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:	libstdcpp5.tgz
ExclusiveArch:	%{ix86}

%description
Command line version of SopCast client.

%files
%{_bindir}/sp-sc-auth
%{_libdir}/%{name}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name} -a 1

%build
# Nothing

%install
mkdir -p %{buildroot}%{_libdir}/%{name}
install -m 0755 sp-sc-auth %{buildroot}%{_libdir}/%{name}/
install -m 0755 usr/lib/libstdc++.so.5.0.1 %{buildroot}%{_libdir}/%{name}/

pushd %{buildroot}%{_libdir}/%{name}
ln -s libstdc++.so.5.0.1 libstdc++.so.5
popd

# Wrapper
mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/sp-sc-auth << EOF
#!/bin/bash

pushd %{_libdir}/%{name}
LD_PRELOAD=./libstdc++.so.5 ./sp-sc-auth \$@
popd
EOF

chmod 0755 %{buildroot}%{_bindir}/sp-sc-auth


%changelog

* Wed May 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.2.6-2
- (0aa599e) Disable debug package (no sources in tarball)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26552 |14nu|steam-1.0.0.56-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Installer for Valve's digital software distribution service
Name:		steam
Version:	1.0.0.56
Release:	2
License:	Freeware
Group:		Games/Other
Url:		https://github.com/ValveSoftware/steam-for-linux
Source0:	http://repo.steampowered.com/steam/pool/steam/s/steam/%{name}_%{version}.tar.gz
Source1:	%{name}.rpmlintrc
Patch2:		fix-execution-with-system-runtime.patch
Patch3:		steam-no-dumps.patch
Patch4:		steam_1.0.0.56-desktop.patch

BuildRequires:	hicolor-icon-theme
Requires:	alsa-lib
Requires:	awk
Requires:	coreutils
Requires:	curl
Requires:	dbus
Requires:	desktop-file-utils
Requires:	fonts-ttf-liberation
Requires:	gdk-pixbuf
Requires:	gio2.0-32
Requires:	gtk+2.0
Requires:	heimdal-libs
Requires:	hicolor-icon-theme
Requires:	nss
Requires:	openal
Requires:	pulseaudio
Requires:	xterm
Requires:	xz
Requires:	zenity

# Packages required to run Steam using the native system libraries
# rather than the runtime it keeps (which may be quite old):
Requires:	libacl1
Requires:	libalsa-plugins
Requires:	libalsa-plugins-jack
Requires:	libalsa-plugins-pulseaudio
Requires:	libappindicator1
Requires:	libasound2
Requires:	libasyncns0
Requires:	libatk1.0_0
Requires:	libattr1
Requires:	libavahi-client3
Requires:	libavahi-common3
Requires:	libavcodec56
Requires:	libavformat56
Requires:	libavutil54
Requires:	libbzip2_1
Requires:	libcairo2
Requires:	libcanberra0
Requires:	libcanberra-gtk0
Requires:	libcap2
Requires:	libcg0
Requires:	libcups2
Requires:	libcurl4
Requires:	libdbus-1_3
Requires:	libdbus-glib-1_2
Requires:	libdbusmenu-glib4
Requires:	libdbusmenu-gtk4
Requires:	libdconf1
Requires:	libdrm2
Requires:	libexif12
Requires:	libexpat1
Requires:	libext2fs2
Requires:	libffi6
Requires:	libflac8
Requires:	libfontconfig1
Requires:	libfreebl3
Requires:	libfreeglut3
Requires:	libfreetype6
Requires:	libgcc1
Requires:	libGConf2_4
Requires:	libgcrypt11
Requires:	libgcrypt20
Requires:	libgdk_pixbuf2.0_0
Requires:	libgdk_pixbuf_xlib2.0_0
Requires:	libgio2.0_0
Requires:	libgl1
Requires:	libglapi0
Requires:	libglib2.0_0
Requires:	libglu1
Requires:	libgmodule2.0_0
Requires:	libgmp10
Requires:	libgobject2.0_0
Requires:	libgomp1
Requires:	libgpg-error0
Requires:	libgraphite2_3
Requires:	libgssapi_krb5_2
Requires:	libgstbase0.10_0
Requires:	libgstcheck0.10_0
Requires:	libgstcontroller0.10_0
Requires:	libgstdataprocol0.10_0
Requires:	libgstnet0.10_0
Requires:	libgstreamer0.10_0
Requires:	libgstreamer1.0_0
Requires:	libgstreamer-plugins-base0.10
Requires:	libgthread2.0_0
Requires:	libgtk+2.0_0
Requires:	libgtk-engines2
Requires:	libgtk-modules2.0
Requires:	libgudev1.0_0
Requires:	libharfbuzz0
Requires:	libice6
Requires:	libidn11
Requires:	libindicator7
Requires:	libjack0
Requires:	libjacknet0
Requires:	libjpeg62
Requires:	libjpeg8
Requires:	libjson0
Requires:	libjson-c2
Requires:	libk5crypto3
Requires:	libkeyutils1
Requires:	libkrb5_3
Requires:	libkrb5support0
Requires:	liblcms2_2
Requires:	libldap2.4_2
Requires:	libltdl7
Requires:	liblzma5
Requires:	libmurrine
Requires:	libncurses5
Requires:	libncursesw5
Requires:	libnm-glib4
Requires:	libnm-util2
Requires:	libnotify4
Requires:	libnspr4
Requires:	libnss3
Requires:	libogg0
Requires:	libopenal1
Requires:	libopenssl-engines1.0.0
Requires:	liborc0.4_0
Requires:	liborc-test0.4_0
Requires:	libp11-kit0
Requires:	libpango1.0_0
Requires:	libpangocairo1.0_0
Requires:	libpangoft2_1.0_0
Requires:	libpango-modules1.0
Requires:	libpangox1.0_0
Requires:	libpangoxft1.0_0
Requires:	libpci3
Requires:	libpcre1
Requires:	libpcrecpp0
Requires:	libpixman1_0
Requires:	libpng0
Requires:	libpng15
Requires:	libpng16
Requires:	libpulseaudio0
Requires:	libpulsecommon8.0
Requires:	librtmp0
Requires:	libsamplerate0
Requires:	libsasl2
Requires:	libsasl2-plug-sasldb
Requires:	libSDL1.2_0
Requires:	libSDL2_2.0_0
Requires:	libSDL2_image2.0_0
Requires:	libSDL2_mixer2.0_0
Requires:	libSDL2_net2.0_0
Requires:	libSDL2_ttf2.0_0
Requires:	libSDL_image1.2_0
Requires:	libSDL_mixer1.2_0
Requires:	libSDL_ttf2.0_0
Requires:	libselinux1
Requires:	libsm6
Requires:	libsndfile1
Requires:	libspeex1
Requires:	libsqlite3_0
Requires:	libstdc++6
Requires:	libswscaler2
Requires:	libswscaler3
Requires:	libsystemd0
Requires:	libtdb1
Requires:	libtheora0
Requires:	libtheoradec1
Requires:	libtheoraenc1
Requires:	libtinfo5
Requires:	libudev1
Requires:	libusb1.0_0
Requires:	libuuid1
Requires:	libva1
Requires:	libvdpau1
Requires:	libvdpau-trace
Requires:	libvorbis0
Requires:	libvorbisenc2
Requires:	libvorbisfile3
Requires:	libvpx1
Requires:	libwrap0
Requires:	libx11_6
Requires:	libx11-xcb1
Requires:	libxau6
Requires:	libxaw7
Requires:	libxcb1
Requires:	libxcb-composite0
Requires:	libxcb-damage0
Requires:	libxcb-dpms0
Requires:	libxcb-dri2_0
Requires:	libxcb-dri3_0
Requires:	libxcb-glx0
Requires:	libxcb-present0
Requires:	libxcb-randr0
Requires:	libxcb-record0
Requires:	libxcb-render0
Requires:	libxcb-res0
Requires:	libxcb-screensaver0
Requires:	libxcb-shape0
Requires:	libxcb-shm0
Requires:	libxcb-sync1
Requires:	libxcb-xevie0
Requires:	libxcb-xf86dri0
Requires:	libxcb-xfixes0
Requires:	libxcb-xinerama0
Requires:	libxcb-xkb1
Requires:	libxcb-xprint0
Requires:	libxcb-xtest0
Requires:	libxcb-xv0
Requires:	libxcb-xvmc0
Requires:	libxcomposite1
Requires:	libxcursor1
Requires:	libxdamage1
Requires:	libxdmcp6
Requires:	libxext6
Requires:	libxfixes3
Requires:	libxft2
Requires:	libxi6
Requires:	libxinerama1
Requires:	libxml2_2
Requires:	libxmu6
Requires:	libxpm4
Requires:	libxrandr2
Requires:	libxrender1
Requires:	libxscrnsaver1
Requires:	libxshmfence1
Requires:	libxt6
Requires:	libxtst6
Requires:	libxxf86vm1
Requires:	libz1

# Add some restricted package to Suggests
Suggests:	libtxc-dxtn
# For the case when 32bit steam is launched on 64bit machine
# (http://bugs.rosalinux.ru/show_bug.cgi?id=6505)
Suggests:	lib64txc-dxtn

ExclusiveArch:	%{ix86}

%description
Steam is a software distribution service with an online store, automated
installation, automatic updates, achievements, SteamCloud synchronized
savegame and screenshot functionality, and many social features.

%files
%doc %{_docdir}/*
%{_bindir}/steam*
%{_prefix}/lib/steam/bootstraplinux_ubuntu12_32.tar.xz
%{_datadir}/applications/steam.desktop
%{_datadir}/pixmaps/steam*.png
%{_iconsdir}/hicolor/*/apps/steam.*
%{_mandir}/man6/steam.6.*
%{_udevrulesdir}/60-steam-input.rules
%{_udevrulesdir}/60-steam-vr.rules
%dir %{_libdir}/steam
%{_libdir}/steam/libudev.so.0

%post
if [ `rpm -q steam-install | wc -w` == 1 ]
then
    rpm -e steam-install
fi

sed 's|#DefaultLimitNOFILE=|DefaultLimitNOFILE=1048576|' -i /etc/systemd/system.conf
sed 's|#DefaultLimitNOFILE=|DefaultLimitNOFILE=1048576|' -i /etc/systemd/user.conf

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}
%apply_patches

%build
echo "Nothing to do"

%install
%makeinstall_std

# Rename steamdeps, it's not working on non-Debian based distros
mv -f %{buildroot}%{_bindir}/steamdeps %{buildroot}%{_bindir}/steamdeps.save

install -D -m644 lib/udev/rules.d/60-steam-input.rules \
    %{buildroot}%{_udevrulesdir}/60-steam-input.rules
    
install -D -m644 lib/udev/rules.d/60-steam-vr.rules \
    %{buildroot}%{_udevrulesdir}/60-steam-vr.rules

# Create the compatibility symlinks.
# Steam still requires libudev.so.0 but seems to work OK with libudev.so.1.
install -d -m755 %{buildroot}%{_libdir}/steam
ln -sf /%{_lib}/libudev.so.1 %{buildroot}%{_libdir}/steam/libudev.so.0


%changelog

* Fri Sep 14 2018 VictorR2007 <victorr2007@yandex.ru> 1.0.0.56-2
- (d15d075) Fix display of Steam overlay

* Wed Aug 29 2018 Victor Ryzhikh <victorr2007@yandex.ru> 1.0.0.56-1
- (037cf7c) Updated to version 1.0.0.56
- (Victor Ryzhikh: 0ab347c) Updated to version 1.0.0.56

* Wed Aug 29 2018 Victor Ryzhikh <victorr2007@yandex.ru> 1.0.0.55-1
- (63715fa) Updated to version 1.0.0.56
- (Victor Ryzhikh: 68dfaf2) Updated to version 1.0.0.55
- (Victor Ryzhikh: 1615979) Updated to version 1.0.0.55

* Wed Aug 29 2018 Victor Ryzhikh <victorr2007@yandex.ru> 1.0.0.54-1
- (0517861) Updated steam_1.0.0.52-desktop.patch
- (Victor Ryzhikh: 2399c7b) Updated to version 1.0.0.55
- (Victor Ryzhikh: fc3c802) Updated to version 1.0.0.54

* Wed Mar 14 2018 Victor Ryzhikh <victorr2007@yandex.ru> 1.0.0.52-5
- (d3cf91d) Updated to version 1.0.0.54
- (Andrey Bondrov: 81e4da7) Add Russian translation to desktop file
- (Andrey Bondrov: e03d814) Fix menu categories

* Wed Jul 27 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0.52-4
- (b23e9ab) Remove steam-install package if it's installed (don't use Obsoletes because we don't want to force such replacement)

* Wed Jul 13 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.0.52-3
- (919fc0d) Fix the launch of "Unity of Command"
- (919fc0d) As it turns out, UoC still needs at least libX11.so.6 and libxcb.so.1
- (919fc0d) preloaded even if steam runs with STEAM_RUNTIME=0.
- (919fc0d) The game seems to use some Steam runtime libs even in that case.
- (919fc0d) Although this is quite ugly, let us still preload everything we did
- (919fc0d) before except libstdc++.

* Wed Jul 13 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.0.52-2
- (85de712) Require gio2.0-32 explicitly: it is needed for libdconf1
- (Evgenii Shatokhin: fa24e73) Do not allow Steam to create files in /tmp/dumps by default
- (Evgenii Shatokhin: fa24e73) If tmpfs is mounted as /tmp and Steam crashes repeatedly, the dumps may
- (Evgenii Shatokhin: fa24e73) consume a sizeable amount of memory.
- (Evgenii Shatokhin: fa24e73) See
- (Evgenii Shatokhin: fa24e73) https://wiki.archlinux.org/index.php/steam#Prevent_Memory_Dumps_Consuming_RAM
- (Evgenii Shatokhin: fa24e73) The dumps can be re-enabled if the user sets STEAM_ENABLE_DUMPS
- (Evgenii Shatokhin: fa24e73) environment variable to some non-empty value.
- (Evgenii Shatokhin: fa24e73) IMPORTANT: before disabling or enabling dumps, please remove /tmp/dumps.
- (Evgenii Shatokhin: fa24e73) For safety reasons (/tmp/dumps might belong to another application as
- (Evgenii Shatokhin: fa24e73) well), Steam does not do so automatically.
- (Evgenii Shatokhin: 0b86be0) Removed a patch that has no effect
- (Evgenii Shatokhin: 0b86be0) The patch adds the code after
- (Evgenii Shatokhin: 0b86be0) exec "$LAUNCHSTEAMDIR/$STEAMBOOTSTRAP" "$@"
- (Evgenii Shatokhin: 0b86be0) in 'steam' script. The "exec'ed" command replaces the shell, so the
- (Evgenii Shatokhin: 0b86be0) subsequent lines of the script will never execute.
- (Evgenii Shatokhin: d023076) Fix execution of Steam when system libraries are used
- (Evgenii Shatokhin: d023076) The upstream variant of Steam uses the set of libraries bundled with it
- (Evgenii Shatokhin: d023076) by default. This results in a number of issues like
- (Evgenii Shatokhin: d023076) http://bugs.rosalinux.ru/show_bug.cgi?id=4741,
- (Evgenii Shatokhin: d023076) http://bugs.rosalinux.ru/show_bug.cgi?id=6458 and others.
- (Evgenii Shatokhin: d023076) Using LD_PRELOAD for the hand-picked libraries fixes some of these
- (Evgenii Shatokhin: d023076) but creates its own problems, e.g.:
- (Evgenii Shatokhin: d023076) https://github.com/ValveSoftware/steam-for-linux/issues/4379
- (Evgenii Shatokhin: d023076) This is not needed (and may even lead to problems) when Steam is
- (Evgenii Shatokhin: d023076) requested to run using the system libraries instead, that is when
- (Evgenii Shatokhin: d023076) STEAM_RUNTIME=0 is used. I adapted the script accordingly.
- (Evgenii Shatokhin: d023076) A tricky point is that we have newer version of some libraries than
- (Evgenii Shatokhin: d023076) Steam requires. For example, it currently needs libudev.so.0 while we
- (Evgenii Shatokhin: d023076) have libudev.so.1. It seems to run fine if just a symlink
- (Evgenii Shatokhin: d023076) libudev.so.0 => libudev.so.1 is provided, so let us go for it now.
- (Evgenii Shatokhin: d023076) Ideally, it is neede to check if the relevant part of the ABI of that
- (Evgenii Shatokhin: d023076) library is compatible among these versions.

* Tue Jul 12 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.0.52-1
- (fab6f46) Preload libxcb.so.1 and libX11.so.6: needed for "UoC"
- (fab6f46) "Unity of Command" may fail to run using the Steam runtime with the
- (fab6f46) errors like:
- (fab6f46) * "uoc: symbol lookup error: /usr/lib/libxcb-dri3.so.0: undefined symbol:
- (fab6f46) xcb_send_fd"
- (fab6f46) (https://github.com/ValveSoftware/steam-for-linux/issues/3231)
- (fab6f46) * "uoc: symbol lookup error: /usr/lib/libXxf86vm.so.1: undefined symbol:
- (fab6f46) _XEatDataWords"
- (fab6f46) Preloading the system libraries libxcb.so.1 and libX11.so.6 fixes the
- (fab6f46) issue.
- (Evgenii Shatokhin: 37be8ba) Added the packages Steam needs to run using the native system runtime
- (Evgenii Shatokhin: 37be8ba) That is, to run with STEAM_RUNTIME=0.
- (Evgenii Shatokhin: 37be8ba) In the future, we might remove some of these packages from the list,
- (Evgenii Shatokhin: 37be8ba) providing convenience symlinks instead or something like that.
- (Evgenii Shatokhin: 37be8ba) First of all, it concerns the libraries where soname has changed and the
- (Evgenii Shatokhin: 37be8ba) older version is no longer provided.
- (Evgenii Shatokhin: 3c31257) Updated to version 1.0.0.52

* Tue Feb 02 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.0.51-6
- (2394b09) Preload libasound library as well
- (2394b09) Fixes http://bugs.rosalinux.ru/show_bug.cgi?id=6669

* Tue Jan 12 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.0.51-5
- (3972d5d) Fixed the patch for upstream issue #3273 (libstdc++ problem)
- (3972d5d) It turned out, the previous variant of the patch did not work:
- (3972d5d) it removed libstdc++ from Steam runtime files only after Steam client
- (3972d5d) was launched.
- (3972d5d) Removing these earlier has its drawbacks too: problems when Steam
- (3972d5d) updated itself, etc.
- (3972d5d) Let us try another variant of the fix: preload the correct libstdc++.
- (3972d5d) Similar to what is described here:
- (3972d5d) https://wirejungle.wordpress.com/2015/01/09/how-to-fix-broken-steam-linux-client-with-radeon-graphics-driver-workaround/
- (Evgenii Shatokhin: 627afeb) Release up

* Tue Jan 12 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.0.51-4
- (e4c48e6) Merge remote-tracking branch 'origin/rosa2014.1'
- (Denis Silakov: 7a86354) Added libxcursos1 requirement

* Tue Jan 05 2016 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0.51-3
- (640f4d3) Suggest lib64txc-dxtn for the case when we are launched in 64bit system

* Wed Dec 23 2015 Denis Silakov <dsilakov@gmail.com> 1.0.0.51-2
- (a5aad3c) Add patches for upstream bugs 3273 and 3570

* Thu Dec 10 2015 Denis Silakov <dsilakov@gmail.com> 1.0.0.51-1
- (fa30bbe) Clean .abf.yml
- (Denis Silakov: 2d62653) Updated to 1.0.0.51

* Tue Aug 18 2015 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0.50-1
- (6764e53) Updated to 1.0.0.50

* Wed Feb 04 2015 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.0.49-1
- (c992d07) Update to 1.0.0.49 - sync to OpenMandriva

* Wed Jun 18 2014 Eugene Shatokhin <eugene.shatokhin@rosalab.ru> 1.0.0.47-4
- (c02af6e) Release bump for a rebuild

* Mon Jun 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0.47-3
- (f7412f3) Clean .abf.yml
- (Denis Silakov: 1c976fd) Updated to 1.0.0.47

* Mon Jun 16 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.0.0.45-3
- (ccf96e9) Updated to 1.0.0.45

* Tue Jun 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0.43-3
- (5462045) MassBuild#430: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26553 |14nu|steam-install-1.0-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Download and install Steam
Name:		steam-install
Version:	1.0
Release:	6
License:	Freeware
Group:		Games/Other
Url:		http://www.valvesoftware.com/
Source0:	steam-install.desktop
Source1:	steam-install.png
Source2:	steam-install

%description
This is an installer for Valve Steam.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep

%build
# Nothing to build yet

%install
# desktop file
mkdir -p %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE0} %{buildroot}%{_datadir}/applications/

# icon file
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/

# install script file
mkdir -p %{buildroot}%{_bindir}/
install -m755 %{SOURCE2} %{buildroot}%{_bindir}/


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26554 |14nu|teamviewer-13.0.9865-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define dont_strip 1
%define basever 13

Summary:	Remote Control Application
Name:		teamviewer
Version:	13.0.9865
Release:	6
Vendor:		TeamViewer GmbH
License:	Proprietary; includes substantial Free Software components, notably the Wine Project.
Group:		Networking/Remote access
Url:		http://www.teamviewer.com/
%ifarch x86_64
Source0:	https://download.teamviewer.com/download/%{name}_%{version}_amd64.tar.xz
%else
Source0:	https://download.teamviewer.com/download/%{name}_%{version}_i386.tar.xz
%endif
Source1:	teamviewer.rpmlintrc
AutoReqProv:	no
Requires:	bash
Requires:	desktop-common-data
Requires:	expat
Requires:	%{_lib}alsa2
Requires:	%{_lib}dbus-1_3
Requires:	%{_lib}fontconfig1
Requires:	%{_lib}freetype6
Requires:	%{_lib}jpeg62
Requires:	%{_lib}png0
Requires:	%{_lib}sm6
Requires:	%{_lib}xext6
Requires:	%{_lib}xtst6
Requires:	%{_lib}xdamage1
Requires:	%{_lib}xfixes3
Requires:	%{_lib}xinerama1
Requires:	%{_lib}xrandr2
Requires:	%{_lib}xrender1
Requires:	freetype
Requires:	lsb >= 4.0
Requires:	glibc >= 2.13
Requires:	%{_lib}stdc++6 >= 4.5.2
Requires:	zlib
Conflicts:	teamviewer9 teamviewer8 teamviewer7 teamviewer6 teamviewer5 teamviewer10 teamviewer12
Provides:	teamviewer%{basever}

%description
TeamViewer is a remote control application. 
TeamViewer provides easy, fast and secure remote access
to Linux, Windows PCs, and Macs.

TeamViewer is free for personal use.
You can use TeamViewer completely free of charge
to access your private computers or to help your friends 
with their computer problems.

To buy a license for commercial use, please visit http://www.teamviewer.com

%files
%doc README.urpmi
%{_bindir}/%{name}*
%{_sbindir}/%{name}*
/etc/%{name}
/opt/%{name}
/var/log/%{name}
%{_datadir}/applications/%{name}.desktop
%{_unitdir}/%{name}d.service
%{_sysconfdir}/pam.d/*
%{_sysconfdir}/security/console.apps/*
%{_iconsdir}/hicolor/*/apps/%{name}.png

%post
%systemd_post %{name}d.service

%preun
%systemd_preun %{name}d.service

%postun
%systemd_postun_with_restart %{name}d.service

#----------------------------------------------------------------

%prep
%setup -qn %{name}

%build

%install
# extract TeamViewer archive
mkdir -p %{buildroot}
tar xf %{SOURCE0} -C %{buildroot}/
mkdir -p %{buildroot}/opt
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}/etc
mkdir -p %{buildroot}/var/log
mv %{buildroot}/%{name} %{buildroot}/opt/
chmod -R ugoa+w %{buildroot}/opt/%{name}

install -d %{buildroot}%{_datadir}/applications

cat > README.urpmi <<EOF
The 32-bit version of the device no longer works 
in a 64-bit environment, use the 64-bit version!

32-разрядная версия teamviewer больше не работает 
в 64 разрядном окружении, используйте 64 разрядную 
версию!
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=TeamViewer %{basever}
Comment=TeamViewer Remote Control Application
Comment[ru]=Утилита для удаленного управления другим ПК
Exec=%{name}
Icon=%{name}
Type=Application
Categories=Network;
EOF

ln -s /opt/%{name}/tv_bin/script/%{name} %{buildroot}%{_sbindir}/teamviewer
ln -s /opt/%{name}/logfiles %{buildroot}/var/log/%{name}
ln -s /opt/%{name}/config %{buildroot}/etc/%{name}

pushd %{buildroot}%{_bindir}
ln -s teamviewer teamviewer%{basever}
popd

install -D -p -m 644 %{buildroot}/opt/teamviewer/tv_bin/script/teamviewerd.service %{buildroot}%{_unitdir}/%{name}d.service

# consolehelper configuration
ln -sf %{_bindir}/consolehelper %{buildroot}%{_bindir}/%{name}

mkdir -p %{buildroot}%{_sysconfdir}/pam.d/
mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps

cat > %{buildroot}%{_sysconfdir}/security/console.apps/%{name} <<EOF
USER=root
PROGRAM=/usr/sbin/%{name}
FALLBACK=false
SESSION=true
EOF

cat > %{buildroot}%{_sysconfdir}/pam.d/%{name}  <<EOF
#%PAM-1.0
auth            include         config-util
account         include         config-util
session         include         config-util
EOF

# install menu to hicolor theme icons
pushd %{buildroot}/opt/teamviewer/tv_bin/desktop/
for N in 16 20 24 32 48 256;
do
install -D -m 0644 teamviewer_${N}.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done
popd

%changelog

* Fri Jun 08 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 13.0.9865-6
- (813af8a) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26555 |14nu|t-lasku-1.22.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

Summary:	Finnish invoicing software
Name:		t-lasku
Version:	1.22.3
Release:	1
License:	BSD
Group:		Office
Url:		http://helineva.net/%{name}/
Source0:	http://helineva.net/%{name}/%{name}-%{version}-i386.tar.gz
Source1:	http://helineva.net/%{name}/%{name}-%{version}-amd64.tar.gz
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5PrintSupport)
BuildRequires:	pkgconfig(Qt5Script)
BuildRequires:	pkgconfig(Qt5Sql)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5Xml)
Requires:	qt5-database-plugin-sqlite

%description
T-lasku is a Finnish invoicing software for Linux.

%files
%doc COPYING
%{_bindir}/%{name}
%{_bindir}/%{name}-cli
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%prep
%ifarch x86_64
%setup -q -T -b1
%else
%setup -q -T -b0
%endif

%build
gcc %{optflags} %{ldflags} -o t-lasku t-lasku-relocatable \
	-lQt5Script \
	-lQt5Sql \
	-lQt5Xml \
	-lQt5Gui \
	-lQt5Core  \
	-lQt5Widgets \
	-lQt5PrintSupport \
	-lpthread \
	-lstdc++

gcc %{optflags} %{ldflags} -o t-lasku-cli t-lasku-cli-relocatable \
	-lQt5Script \
	-lQt5Sql \
	-lQt5Xml \
	-lQt5Gui \
	-lQt5Core  \
	-lQt5Widgets \
	-lQt5PrintSupport \
	-lpthread \
	-lstdc++

%install
%makeinstall_std


%changelog

* Wed May 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.22.3-1
- (a6391e3) New version 1.22.3
- (a6391e3) Switch to Qt5
- (a6391e3) Disable debug package (no sources in tarball)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26556 |14nu|unrar-5.3.11-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Decompressor for .rar format archives
Name:		unrar
Version:	5.3.11
Release:	1
Epoch:		1
License:	Freeware
Group:		Archiving/Compression
Url:		http://www.rarlab.com/rar_add.htm
Source0:	http://www.rarlab.com/rar/%{name}src-%{version}.tar.gz

%description
The unrar program is used to uncompress .rar format archives, which were
somewhat popular on DOS based machines.

%files
%doc license.txt readme.txt
%{_bindir}/unrar
%{_libdir}/libunrar.so

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}

%build
# Build main binary
make -f makefile \
	CXXFLAGS="%{optflags}" \
	CC=%{__cc} \
	CXX=%{__cxx} \
	LDFLAGS="%{ldflags} -pthread" \
	STRIP=true \
	unrar

# Build runtime library (dynamically loaded by Double Commander and maybe other software)
make -f makefile \
	CXXFLAGS="%{optflags}" \
	CC=%{__cc} \
	CXX=%{__cxx} \
	LDFLAGS="%{ldflags} -pthread" \
	STRIP=true \
	lib

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 unrar %{buildroot}%{_bindir}

install -d -m 755 %{buildroot}%{_libdir}
install -m 755 libunrar.so %{buildroot}%{_libdir}

%changelog

* Tue Feb 23 2016 dsilakov <denis.silakov@rosalab.ru> 1:5.3.11-1
- (4b527ef) Merge pull request #2 from drxank/unrar:rosa2014.1
- (4b527ef) unrar



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26557 |14nu|urbanterror-4.3.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _build_pkgcheck_set %{nil}
%define _build_pkgcheck_srpm %{nil}

%define oname UrbanTerror
%define oversion 43
%define majver 4.3
%define minver 2

Summary:	Urban Terror is a free multi-player first person shooter
Name:		urbanterror
Version:	%{majver}.%{minver}
Release:	1
License:	GPLv2+
Group:		Games/Arcade
Url:		http://urbanterror.info
Source0:	http://cdn.urbanterror.info/urt/%{oversion}/zips/%{oname}%{oversion}%{minver}_full.zip
Source1:	https://github.com/Barbatos/ioq3-for-UrbanTerror-4/archive/release-%{version}.tar.gz?/ioq3-for-%{oname}-4-release-%{version}.tar.gz
Source10:	%{name}-128.png
Source11:	%{name}-64.png
Source12:	%{name}-32.png
Source13:	%{name}-16.png
Patch0:		urbanterror-4.2.021-q3asm.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisfile)
Requires:		%{name}-data = %{version}

%description
Urban Terror(TM) is a free multi-player first person shooter developed by 
FrozenSand, that (thanks to the ioquake3-code) does not require Quake III 
Arena anymore. It is available for Windows, Linux and Macintosh. 
The current version is 4.3.

Urban Terror can be described as a Hollywood tactical shooter; somewhat 
realism based, but the motto is "fun over realism". This results in a very 
unique, enjoyable and addictive game.

No registration required: Install&play!

%files
%doc %{oname}%{oversion}/q3ut4/*.txt %{oname}%{oversion}/q3ut4/*.doc
%{_gamesbindir}/%{name}
%{_gamesbindir}/%{name}-server
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png

#----------------------------------------------------------------------------

%package data
Summary:	Urban Terror data files (graphics, music, maps etc)
License:	Freeware
Group:		Games/Arcade
Requires:	%{name} = %{version}
BuildArch:	noarch

%description data
Data files used to play Urban Terror.

Warning! Read the license for data files carefully.

"Urban Terror is distributed free over the Internet and is covered by the
Quake 3 SDK licence agreement. The mod files may not be sold [in any form]
or distributed on physical media unless with permission from iD Software."

%files data
%dir %{_gamesdatadir}/%{name}/q3ut4
%{_gamesdatadir}/%{name}/q3ut4/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{oname} -c -a 1
pushd ioq3-for-%{oname}-4-release-%{version}
perl -pi -e "s|static	int		callMask = 0|int		callMask = 0|" code/qcommon/vm_x86.c
%patch0 -p1
popd

%build
%ifarch %{ix86}
export CFLAGS+=" -fno-strict-aliasing -Wno-error=format-security -DDEBUG -g -msse -msse2"
%else
export CFLAGS+=" -fno-strict-aliasing -Wno-error=format-security -DDEBUG -g"
%endif
mkdir -p build
pushd ioq3-for-%{oname}-4-release-%{version}
%make \
	DEFAULT_BASEDIR=%{_gamesdatadir}/%{name} \
	USE_CURL=1 \
	USE_OPENAL=1 \
	USE_CODEC_VORBIS=1 \
	BUILD_CLIENT=1 \
	BUILD_SERVER=1
cp build/*/*-UrT.* ../build/
cp build/*/*-UrT-Ded.* ../build/
popd

%install
install -d %{buildroot}%{_gamesbindir}
cp build/*-UrT-Ded.* %{buildroot}%{_gamesbindir}/%{name}-server
cp build/*-UrT.* %{buildroot}%{_gamesbindir}/%{name}

install -d %{buildroot}%{_gamesdatadir}/%{name}
cp -r %{oname}%{oversion}/q3ut4 %{buildroot}%{_gamesdatadir}/%{name}/

install -D -m 644 %{SOURCE13} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
install -D -m 644 %{SOURCE12} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
install -D -m 644 %{SOURCE11} %{buildroot}%{_iconsdir}/hicolor/64x64/apps/%{name}.png
install -D -m 644 %{SOURCE10} %{buildroot}%{_iconsdir}/hicolor/128x128/apps/%{name}.png

install -d %{buildroot}%{_datadir}/applications

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Urban Terror
Comment=%{summary}
Exec=%{_gamesbindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26558 |14nu|viber-7.0.0.1035-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __os_install_post %{nil}
%define _build_pkgcheck_set %{nil}
%define debug_package %{nil}

%define __noautoprov 'lib*'
%define __noautoreq 'libicu\|libqface\|libQt5\|libqrencod\|libpng\|libcurl'

Summary:	Free instant messages and calls
Name:		viber
Version:	7.0.0.1035
Release:	3
License:	Proprietary
Group:		Networking/Instant messaging
Url:		http://viber.com
Source0:	http://download.cdn.viber.com/cdn/desktop/Linux/%{name}.deb
Source100:	%{name}.rpmlintrc
BuildRequires:	desktop-file-utils
# Viber crashes because of mixing Qt5 and Qt4 libraries
Conflicts:	rosa-media-player-plugin
ExclusiveArch:	x86_64

%description
Viber for Linux lets you send free messages and make free calls to other 
Viber users on any device and network,
in any country! Viber syncs your contacts and messages with your mobile device.
° Text, photo and sticker messages
° Group conversations
° Call any Viber user for free
° Full sync between your mobile and your Linux
° Transfer ongoing calls between your mobile and your desktop
° No registration, passwords or invitations required

%files
/opt/viber
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/viber.*
%{_datadir}/pixmaps/*
%{_datadir}/%{name}/*

%post
if [ `rpm -q viber-install | wc -w` == 1 ]
then
	rpm -e viber-install
fi

#----------------------------------------------------------------------------

%prep
%setup -q -c -T

%build

%install
# Extract DEB packages:
pushd %{buildroot}
	ar p %{SOURCE0} data.tar.xz | xz -d > %{name}-%{version}.x86_64.tar
	tar -xf %{name}-%{version}.x86_64.tar
popd

rm -f %{buildroot}%{_datadir}/applications/%{name}.desktop
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Viber
Comment=Viber VoIP and messenger
Exec=%{name} %u
Icon=%{name}
Terminal=false
Type=Application
Categories=Network;InstantMessaging;P2P;
MimeType=x-scheme-handler/viber;
EOF

# Install menu icons
pushd %{buildroot}/opt/viber/icons/
for N in 16 24 32 48 64 96 128 256;
do
install -D -m 0644 ${N}x${N}.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done
popd
mv %{buildroot}%{_iconsdir}/hicolor/scalable/apps/Viber.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg

# Fix executable attributes:
chmod 755 %{buildroot}/opt/%{name}/Viber

# Create run srcipt:
mkdir -p %{buildroot}%{_bindir}
echo -e '#!/bin/bash\n\nLD_LIBRARY_PATH=/opt/viber/lib /opt/viber/Viber\n' > %{buildroot}%{_bindir}/%{name}
chmod +x %{buildroot}%{_bindir}/%{name}

chmod +x %{buildroot}/opt/viber/lib/lib*

# Remove unused directories and tarball:
pushd %{buildroot}
    rm %{name}-%{version}.x86_64.tar
popd

#Remove rpath
find %{buildroot} -name "*" -exec chrpath --delete {} \; 2>/dev/null

%changelog

* Thu Jun 07 2018 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.0.0.1035-3
- (1392e30) Merge branch 'rosa2016.1' into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26559 |14nu|viber-install-1.0-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Download and install Viber
Name:		viber-install
Version:	1.0
Release:	4
License:	Proprietary
Group:		Networking/Instant messaging
Url:		http://viber.com
Source0:	viber-install.desktop
Source1:	viber-install.png
Source2:	viber-install
ExclusiveArch:	x86_64

%description
This is an installer for Viber.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#----------------------------------------------------------------------------

%prep

%build
# Nothing to build yet

%install
# desktop file
mkdir -p %{buildroot}%{_datadir}/applications
install -m644 %{SOURCE0} %{buildroot}%{_datadir}/applications/

# icon file
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/

# install script file
mkdir -p %{buildroot}%{_bindir}/
install -m755 %{SOURCE2} %{buildroot}%{_bindir}/


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26560 |14nu|vk-3.10.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# To avoid out of memory error
%define _build_pkgcheck_set %{nil}

%define debug_package %{nil}

%define __noautoreqfiles /opt/vk/resources
%define __noautoreq 'libffmpeg.so*|libnode.so*'

%define _vkdir /opt/vk

Summary:	Simple and Easy App for Messaging on VK
Name:		vk
Version:	3.10.0
Release:	1
License:	Freeware
Group:		Networking/Instant messaging
Url:		https://vk.com/messenger
# No direct urls
Source0:	%{name}-x86_64.zip
Source1:	%{name}-x86.zip
BuildRequires:	imagemagick
AutoProv:	no

%description
Simple and Easy App for Messaging on VK.

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.*
%{_vkdir}/*

#----------------------------------------------------------------------------

%prep
%setup -qc -T
%ifarch x86_64
unzip -qq %{SOURCE0}
%else
unzip -qq %{SOURCE1}
%endif

%build

%install
mkdir -p %{buildroot}%{_vkdir}
cp -a * %{buildroot}%{_vkdir}/

# install binary wrapper
mkdir -p %{buildroot}%{_bindir}
cat > %{buildroot}%{_bindir}/%{name} << EOF
#!/bin/sh
pushd %{_vkdir}
./vk --disable-gpu
popd
EOF
chmod 755 %{buildroot}%{_bindir}/%{name}

# install menu entry
mkdir -p %{buildroot}%{_datadir}/applications/
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=VK Messenger
Comment=Simple and Easy App for Messaging on VK
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=Network;InstantMessaging;
EOF

# install menu icons
for N in 16 32 48 64 128 256;
do
convert icon256.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %{buildroot}%{_iconsdir}/hicolor/${N}x${N}/apps/%{name}.png
done

%changelog

* Tue Sep 04 2018 survolog <survolog@yandex.ru> 3.10.0-1
- (f7e8d7f) Merge pull request #2 from survolog/vk:rosa2016.1
- (f7e8d7f) Updated to 3.10



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26561 |14nu|yamagi-quake2-7.01-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname		quake2
%define rogue_source	%{oname}-rogue
%define xatrix_source	%{oname}-xatrix
%define ctf_source	%{oname}-ctf
%define rogue_version	2.04
%define xatrix_version	2.05
%define ctf_version	1.05

Summary:	Yamagi Quake II is an enhanced client for id Software's Quake II
Name:		yamagi-%{oname}
Version:	7.01
Release:	2
License:	GPLv2+
Group:		Games/Arcade
Url:		http://www.yamagi.org/quake2/
Source0:	http://deponie.yamagi.org/quake2/%{oname}-%{version}.tar.xz
Source1:	http://deponie.yamagi.org/quake2/%{rogue_source}-%{rogue_version}.tar.xz
Source2:	http://deponie.yamagi.org/quake2/%{xatrix_source}-%{xatrix_version}.tar.xz
Source3:	http://deponie.yamagi.org/quake2/%{ctf_source}-%{ctf_version}.tar.xz
Source6:	q2ded.sh
Source7:	q2ded.cfg
Source8:	q2ctf.sh
Source9:	q2ctf.cfg
Source11:	%{oname}_16.png
Source12:	%{oname}_32.png
Source13:	%{oname}_48.png
BuildRequires:	aalib-devel
BuildRequires:	jpeg-devel
BuildRequires:	svgalib-devel
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xrender)
BuildRequires:	pkgconfig(zlib)
# Seems to be removed in new versions
Obsoletes:	%{name}-glx < 5.23

%description
Shortly after landing on an alien surface you learn that hundreds of your men
have been reduced to just a few.  Now you must fight your way through heavily
fortified military installations, lower the city's defenses and shut down
the enemy's war machine.  Only then will the fate of humanity be known.

* Larger, mission-based levels:

You have a series of complex missions, what you do in one level could affect
another.  One false move and you could alert security, flood an entire
passageway, or worse.

* Superior artificial intelligence:

This time the enemy has IQs the size of their appetites.  The can evade your
attack, strategically position themselves for an ambush and hunt your ass 
down.

* In-your-face sound and graphics

hear distant combat explosions and rockets whizzing past your head.  And with
a compatible 3-D graphics accelerator, experience smoother 16-bit graphics and
real-time lighting effects.

* Wicked multiplayer capabilities

More than 32 players, friends or foes, can do at it in a bloody deathmatch via
LAN and over the internet.

-- You need PAK files for Quake II to run this game --

Install the PAK files in %{_gamesdatadir}/quake2.

%files
%attr(755,root,root) %{_gamesbindir}/quake2
%{_gamesbindir}/quake2.bin
%{_gamesbindir}/ref_gl1.so
%{_gamesbindir}/ref_gl3.so
%dir %{_libdir}/games/quake2
%{_libdir}/games/quake2/baseq2
%{_datadir}/applications/%{oname}.desktop
%{_iconsdir}/%{oname}.png
%{_miconsdir}/%{oname}.png
%{_liconsdir}/%{oname}.png
%{_gamesdatadir}/quake2/baseq2

#----------------------------------------------------------------------------

%package ctf
Summary:	Quake II Capture the Flag for Linux
Group:		Games/Arcade
Requires:	%{name} = %{EVRD}
Requires:	%{name}-server = %{EVRD}
Requires(post,preun):	rpm-helper

%description ctf
Quake II Capture The Flag (Q2CTF) is a multiplayer addon for Quake2 that 
features a simple set of rules for team based play. It features eight unique 
maps and special powerups to enhance and make the gameplay more exciting.

Q2CTF requires the full retail version of Quake II installed in order to 
play. Once installed, you simple need to connect to a Quake2 game server 
that is running the Q2CTF addon.

-- You need PAK files for Quake II to run this game --

%files ctf
%attr(755,root,root) %{_initrddir}/q2ctf
%dir %{_sysconfdir}/quake2/ctf
%config(noreplace) %{_sysconfdir}/quake2/ctf/server.cfg
%{_libdir}/games/quake2/ctf
%{_gamesdatadir}/quake2/ctf
%{_datadir}/applications/%{oname}-ctf.desktop

%post ctf
%_post_service q2ctf

%preun ctf
%_preun_service q2ctf

#----------------------------------------------------------------------------

%package xatrix
Summary:	Quake II Mission Pack #1: "The Reckoning" for Linux
Group:		Games/Arcade
Requires:	%{name} = %{EVRD}

%description xatrix
This archive contains Mission Pack "The Reckoning" for Quake II.

The Reckoning is sure to get your heart pumping...well, if you can avoid 
getting gibbed by the Strogg. Check out just some of the features below that 
will give you the cardiac workout you need!

* 18 arduous levels to conquer & 7 brutal deathmatch exclusive levels:

Dive into a series of mission-based campaigns and ransack your way through 
three all-new hazardous episodes. Experience bioluminescent life forms, 
stalagmites and stalactites and other breathtaking environments. 

* Fresh foes to defeat:

Gekks are lighting-fast creatures that will hunt you down, leaping from the 
shadows to claw or bite. Though innocent looking, the Repair Bot has the 
ability to awaken dead Strogg from eternal sleep.

* Added weapons to wield:

The Phalanx Particle Canon emits a pulsing stream of deadly energy into 
unsuspecting foes.

The Trap sucks nearby enemies inside and turns them into food cubes for 
player consumption.

The Ion Ripper fires a blast of glowing boomerangs capable of ricocheting 
off of walls to track targets.

-- You need PAK files for Quake II to run this game --

%files xatrix
%{_libdir}/games/quake2/xatrix
%{_gamesdatadir}/quake2/xatrix
%{_datadir}/applications/%{oname}-xatrix.desktop

#----------------------------------------------------------------------------

%package rogue
Summary:	Quake II Mission Pack #2: "Ground Zero" for Linux
Group:		Games/Arcade
Requires:	%{name} = %{EVRD}

%description rogue
This archive contains Mission Pack "Ground Zero" for Quake II.

The Alien Assault Continues.
Take out the Big Gun, sounded simple enough, except the Stroggs were waiting. 
You and a few Marines like you, are the lucky ones. The Gravity Well, the 
Stroggs' newest weapon in its arsenal against mankind, is operational. You've 
made it down in one piece and are still able to contact the fleet. With the 
fleet trapped around Stroggos, five percent of ground forces surviving, and 
that number dwindling by the second, your orders have changed: Free your 
comrades in orbit. Destroy the Gravity Well!

New Enemies

Get ready to face the toughest horde of Stroggs, straight from the bio-vats. 
The Stalker, Turrets, Daedalus, Medic Commander, Carrier and the Queen Bitch 
herself, the Black Widow.

14 Entirely new levels and 10 new deathmatch levels

Brand new real estate with the same dynamic sense of reality and dramatic 
visuals as Quake II. These new environments will challenge even the biggest 
Quake II aficionado.

New Power-ups

Tag 'em and Bag 'em. Deathmatch specific power-ups: the Vengeance Sphere, 
Hunter Sphere, and Anti-matter Bomb. With everything that we've cooked up for 
you here, you're sure to annihilate anyone or anything foolish enough to 
call you foe.

New Weapons

The Chainsaw, ETF Rifle, and Plasma Beam. If you can't get the job done with 
these babies, it's time to go back to Basic.

Accept no substitutes!
Official, id-authorized mission packs outpace the rest!

-- You need PAK files for Quake II to run this game --

%files rogue
%{_libdir}/games/quake2/rogue
%{_gamesdatadir}/quake2/rogue
%{_datadir}/applications/%{oname}-rogue.desktop

#----------------------------------------------------------------------------

%package server
Summary:	Quake II server
Group:		Games/Arcade
Requires:	%{name} = %{EVRD}
Requires(post,preun):	rpm-helper

%description server
This archive contains the Quake II dedicated server.

-- You need PAK files for Quake II to run this game --

%files server
%attr(755,root,root) %{_initrddir}/q2ded
%attr(755,root,root) %{_gamesbindir}/q2ded
%dir %{_sysconfdir}/quake2
%dir %{_sysconfdir}/quake2/baseq2
%config(noreplace) %{_sysconfdir}/quake2/baseq2/server.cfg
%{_gamesbindir}/q2ded.bin

%post server
%_post_service q2ded

%preun server
%_preun_service q2ded

#----------------------------------------------------------------------------

%prep
%setup -q -T -b 0 -n %{oname}-%{version}
%setup -q -T -D -a 1 -n %{oname}-%{version}
%setup -q -T -D -a 2 -n %{oname}-%{version}
%setup -q -T -D -a 3 -n %{oname}-%{version}
# find . -perm 0600 | xargs chmod 0644

%build
%ifarch %{ix86} x86_64
export OPTFLAGS="%{optflags} -ffast-math -funroll-loops -falign-loops=2 -falign-jumps=2 -falign-functions=2 -fno-strict-aliasing"
%else
export OPTFLAGS="%{optflags} -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations"
%endif

%make \
	WITH_SYSTEMWIDE=yes \
	WITH_SYSTEMDIR=%{_gamesdatadir}/quake2/ \
	WITH_SDL2=no

%install
# Install dirs
install -d %{buildroot}%{_sysconfdir}/quake2/{baseq2,ctf,rogue,xatrix}
install -d %{buildroot}%{_gamesbindir}
install -d %{buildroot}%{_gamesdatadir}/quake2/{baseq2,ctf,rogue,xatrix}
install -d %{buildroot}%{_libdir}/games/quake2/{baseq2,ctf,rogue,xatrix}

# Install files
rel="release"
cp $rel/quake2 %{buildroot}%{_gamesbindir}/quake2.bin
cp $rel/q2ded %{buildroot}%{_gamesbindir}/q2ded.bin
cp $rel/ref_gl1.so %{buildroot}%{_gamesbindir}/ref_gl1.so
cp $rel/ref_gl3.so %{buildroot}%{_gamesbindir}/ref_gl3.so
cp $rel/baseq2/game.so %{buildroot}%{_libdir}/games/quake2/baseq2/

install -m644 %{SOURCE7} -D %{buildroot}%{_sysconfdir}/quake2/baseq2/server.cfg
install -m644 %{SOURCE9} -D %{buildroot}%{_sysconfdir}/quake2/ctf/server.cfg

install -m755 %{SOURCE6} -D %{buildroot}%{_initrddir}/q2ded
install -m755 %{SOURCE8} -D %{buildroot}%{_initrddir}/q2ctf

for FILE in q2ded q2ctf ; do

    # Edit path to q2ded in initscript
    sed -i -e "s|daemon[ ].*\${NAME}|daemon %{_gamesbindir}/\${NAME}|" %{buildroot}%{_initrddir}/${FILE}

    # Edit path to %{_sysconfdir} in initscript
    sed -i -e "s|^Q2_CONFIGDIR=.*|Q2_CONFIGDIR=\"%{_sysconfdir}/quake2\"|" %{buildroot}%{_initrddir}/${FILE}
done

# Create wrapper scripts
cat << EOF > %{buildroot}%{_gamesbindir}/quake2
#!/bin/sh

%{_gamesbindir}/quake2.bin +set basedir %{_libdir}/games/quake2 \$*

exit 0
EOF
chmod +x %{buildroot}%{_gamesbindir}/quake2

cat << EOF > %{buildroot}%{_gamesbindir}/q2ded
#!/bin/sh

%{_gamesbindir}/q2ded.bin +set basedir %{_libdir}/games/quake2 \$*

exit 0
EOF
chmod +x %{buildroot}%{_gamesbindir}/q2ded

# Icons
install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{oname}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{oname}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{oname}.png

# Menu
mkdir -p %{buildroot}%{_datadir}/applications

cat << EOF > %{buildroot}%{_datadir}/applications/%{oname}.desktop
[Desktop Entry]
Name=Quake II
Comment=First-person shooter
Exec=%{_gamesbindir}/quake2
Icon=%{oname}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;ArcadeGame;
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/%{oname}-xatrix.desktop
[Desktop Entry]
Name=Quake II: The Reckoning
Comment=First-person shooter
Exec=%{_gamesbindir}/quake2 +set game xatrix
Icon=%{oname}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/%{oname}-rogue.desktop
[Desktop Entry]
Name=Quake II: Ground Zero
Comment=First-person shooter
Exec=%{_gamesbindir}/quake2 +set game rogue
Icon=%{oname}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

cat << EOF > %{buildroot}%{_datadir}/applications/%{oname}-ctf.desktop
[Desktop Entry]
Name=Quake II: Capture The Flag
Comment=First-person shooter
Exec=%{_gamesbindir}/quake2 +set game ctf
Icon=%{oname}
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

# Create links from basedir to configdir
ln -sf %{_sysconfdir}/quake2/baseq2/server.cfg %{buildroot}%{_libdir}/games/quake2/baseq2/server.cfg
for FILE in pak0.pak pak1.pak pak2.pak maxpak.pak ; do
    ln -sf %{_gamesdatadir}/quake2/baseq2/${FILE} %{buildroot}%{_libdir}/games/quake2/baseq2/${FILE}
done
ln -sfn %{_gamesdatadir}/quake2/baseq2/video %{buildroot}%{_libdir}/games/quake2/baseq2/video
ln -sf %{_sysconfdir}/quake2/ctf/server.cfg %{buildroot}%{_libdir}/games/quake2/ctf/server.cfg
ln -sf %{_gamesdatadir}/quake2/ctf/pak0.pak %{buildroot}%{_libdir}/games/quake2/ctf/pak0.pak
ln -sf %{_gamesdatadir}/quake2/rogue/pak0.pak %{buildroot}%{_libdir}/games/quake2/rogue/pak0.pak
ln -sf %{_gamesdatadir}/quake2/xatrix/pak0.pak %{buildroot}%{_libdir}/games/quake2/xatrix/pak0.pak


%changelog

* Mon Aug 14 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.01-2
- (9a0dc26) Install ref_gl1.so and ref_gl3.so



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26562 |14rr|alac_decoder-0.2.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		alac_decoder
Version:	0.2.0
Release:	%mkrel 1
Summary:	Apple Lossless Audio Codec decoder
Source0:	http://craz.net/programs/itunes/files/%{name}-%{version}.tgz
Source1:	alac-license.txt
License:	MIT
Group:		Sound
Url:		http://craz.net/programs/itunes/alac.html
Provides:	alac = %{version}-%{release}

%description
A basic decoder for Apple Lossless Audio Codec files (ALAC).

ALAC is a proprietary lossless audio compression scheme.
Apple never released any documents on the format.

This package is a C implementation of a decoder, written from
reverse engineering the file format.

Although an encoder is not provided, by using the decoder as a sort
of specification it should be fairly trivial to write an encoder.

The program located here will not be able to handle all ALAC files,
it can only handle mono or stereo files. ALAC allows up to 8 channels.
The ALAC decoder supports both 16 and 24 bit sample sizes.

The decoder is fairly self explanatory, it can read an ALAC stream from
either a file or from stdin, and write it as raw PCM data or as a WAV
file to either stdout or a file.

This package is in restricted because it may violate software patents.

%prep
%setup -q -n %{name}

%build
%__sed -i "s|CFLAGS=.*|CFLAGS=%{optflags}|" Makefile
%make

%install
%__rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_bindir}
%__install -m 755 alac %{buildroot}%{_bindir}/%{name}
%__ln_s %{name} %{buildroot}%{_bindir}/alac
%__cp %{SOURCE1} COPYING

%clean
%__rm -rf %{buildroot}

%files
%doc README COPYING
%{_bindir}/*


%changelog
* Fri Apr 06 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.0-1
+ Revision: a1e1c0b
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26563 |14rr|amrnb-7.0.0.2-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname amrnb %{major}
%define develname %mklibname -d amrnb
%define distsuffix plf

Name:		amrnb
Version:	7.0.0.2
Release:	4
Summary:	AMR NarrowBand speech codec
License:	Distributable
Group:		System/Libraries
URL:		http://www.penguin.cz/~utx/amr
Source:		http://ftp.penguin.cz/pub/users/utx/amr/amrnb-%{version}.tar.bz2
Source1:	http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-700.zip

%description
AMR-NB is a narrowband speech codec used in mobile phones.

This package is in restricted as it may violate some patents.

%package -n %{libname}
Summary:	AMR NarrowBand speech codec development files
Group:		System/Libraries

%description -n %{libname}
AMR-NB is a narrowband speech codec used in mobile phones development files.

%package -n %{develname}
Summary:	AMR NarrowBand speech codec development files
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
AMR-NB is a narrowband speech codec used in mobile phones development files.

%prep
%setup -q
cp %{SOURCE1} .

%build
%configure2_5x --enable-static
%make

%install
%makeinstall_std

%files
%doc README AUTHORS TODO COPYING
%{_bindir}/*

%files -n %{libname}
%{_libdir}/libamrnb.so.%{major}*

%files -n %{develname}
%{_includedir}/amrnb/
%{_libdir}/libamrnb.a
%{_libdir}/libamrnb.so


%changelog
* Tue Aug 14 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.0.0.2-4
+ Revision: 353a843
- LOG Drop .la file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26564 |14rr|amrwb-7.0.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 3
%define libname %mklibname amrwb %{major}
%define develname %mklibname -d amrwb
%define distsuffix plf

Summary:	AMR WideBand speech codec
Name:		amrwb
Version:	7.0.0.4
Release:	2
License:	Distributable
Group:		System/Libraries
URL:		http://www.penguin.cz/~utx/amr
Source:		http://ftp.penguin.cz/pub/users/utx/amr/amrwb-%{version}.tar.bz2
Source1:	http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-700.zip

%description
AMR-WB is a wideband speech codec used in mobile phones.

This package is in restricted as it may violate some patents.

%package -n %{libname}
Summary:	AMR WideBand speech codec development files
Group:		System/Libraries

%description -n %{libname}
AMR-NB is a wideband speech codec used in mobile phones development files.

%package -n %{develname}
Summary:	AMR WideBand speech codec development files
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{develname}
AMR-NB is a wideband speech codec used in mobile phones development files.

%prep
%setup -q
%__cp %{SOURCE1} .

%build
%configure2_5x --enable-static
%make

%install
%makeinstall_std

%files
%doc README AUTHORS TODO COPYING
%{_bindir}/*

%files -n %{libname}
%{_libdir}/libamrwb.so.%{major}*

%files -n %{develname}
%{_includedir}/amrwb/
%{_libdir}/libamrwb.a
%{_libdir}/libamrwb.so


%changelog
* Tue Aug 14 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 7.0.0.4-2
+ Revision: 3a2cc84
- LOG Drop .la files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26565 |14rr|assaultcube-1.1.0.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define name_orig AssaultCube
%define distsuffix plf

Summary:	AssaultCube is a total conversion of Wouter van Oortmerssen's FPS called Cube
Name:		assaultcube
Version:	1.1.0.4
Release:	2
License:	Freeware
Group:		Games/Arcade
URL:		http://assault.cubers.net/index.html
Source:		http://transact.dl.sourceforge.net/sourceforge/actiongame/%{name_orig}_v%{version}.tar.bz2
Source1:	http://transact.dl.sourceforge.net/sourceforge/actiongame/%{name_orig}_v%{version}_source.tar.bz2
Source2:	AssaultCube-startscript.sh
Source3:	AssaultCube-server.sh
Source11:	%{name_orig}.16.png
Source12:	%{name_orig}.32.png
Source13:	%{name_orig}.48.png
Patch0:		AssaultCube_v1.1.0.4-debug.patch
Patch1:		AssaultCube_v1.1.0.4-linkage.patch
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	zlib-devel
BuildConflicts:	freetds-devel
Obsoletes:	ActionCube < 1.0.2

%description
AssaultCube is a total conversion of Wouter van Oortmerssen's FPS called Cube.

Set in a realistic looking environment, gameplay is fast and arcade.
This game is all about team oriented multiplayer fun. Similar to counterstrike.

This package is in restricted non-free because, although the Cube engine is
Free, the game data (models, textures, maps etc.) are non-free, preclude
commercial distribution, and in some cases do not allow modification.

%prep
%setup -q -n %{version} -a1
mv %{version}/* .
%patch0 -p1
%patch1 -p1

%build
pushd source/src
# flags for enet:
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
# flags for engine:
make CXXOPTFLAGS="%{optflags}"
popd

%install
pushd source/src
%makeinstall
popd

install -dm 755 %{buildroot}%{_gamesbindir}
install -m 755 bin_unix/native_client \
	%{buildroot}%{_gamesbindir}/assaultcube_client.real
install -m 755 bin_unix/native_server \
	%{buildroot}%{_gamesbindir}/assaultcube_server.real

install -dm 755 %{buildroot}%{_gamesdatadir}
install -dm 755 %{buildroot}%{_gamesdatadir}/%{name}
for i in config demos packages; do
	cp -R $i \
		%{buildroot}%{_datadir}/games/%{name}
	find %{buildroot}%{_datadir}/games/%{name}/$i -type f -exec chmod 644 {} \;
done
chmod o+rwt %{buildroot}%{_datadir}/games/%{name}/packages/maps

# startscripts

install -m 755 %{SOURCE2} \
	%{buildroot}%{_gamesbindir}/%{name}.sh
install -m 755 %{SOURCE3} \
	%{buildroot}%{_gamesbindir}/%{name}_server.sh

# icon
install -m644 %{SOURCE11} -D %{buildroot}%{_miconsdir}/%{name}.png
install -m644 %{SOURCE12} -D %{buildroot}%{_iconsdir}/%{name}.png
install -m644 %{SOURCE13} -D %{buildroot}%{_liconsdir}/%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name_orig}
Encoding=UTF-8
Comment=AssaultCube is a total conversion of Wouter van Oortmerssen's FPS called Cube
Exec=%{_gamesbindir}/%{name}.sh
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}_server.desktop << EOF
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=AssaultCube-Server
Comment=AssaultCube Server
Exec=%{_gamesbindir}/%{name}_server.sh
Icon=%{name}
Terminal=true
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF

cat > %{buildroot}%{_datadir}/applications/%{name}_server_lan.desktop << EOF
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=AssaultCube-Server-Lan
Comment=AssaultCube Server (private)
Exec=%{_gamesbindir}/%{name}_server.sh -mlocalhost
Icon=%{name}
Terminal=true
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-MoreApplications-Games-Arcade;Game;ArcadeGame;
EOF

%files
%defattr(-, root, root, 0755)
%doc source/*.txt README.html
%doc docs
%{_gamesbindir}/*
%dir %{_datadir}/games/%{name}
%{_datadir}/games/%{name}/*
%{_datadir}/applications/%{name}*.desktop
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png


%changelog
* Thu Nov 01 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.0.4-2
+ Revision: 6e03a7e
- LOG Add patches from Debian to fix linkage and debug info generation



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26566 |14rr|audacious-plugins-3.4.3-2plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#####################
# Hardcode PLF build
%define build_plf 1
#####################

%{?_with_plf: %{expand: %%global build_plf 1}}

%if %{build_plf}
%define	extrarelsuffix	plf
%define	distsuffix	plf
%endif

%define build_smb 0

Summary:	Audacious Media Player core plugins
Name:		audacious-plugins
Version:	3.4.3
Release:	2%{?extrarelsuffix}
Epoch:		5
License:	GPLv2+
Group:		Sound
Url:		http://audacious-media-player.org/
Source0:	http://distfiles.audacious-media-player.org/%{name}-%{version}.tar.bz2
#gw from Fedora, enable gnome keys by default
Requires:	audacious
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audacious)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fluidsynth)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(jack)

BuildRequires:	pkgconfig(libavcodec) >= 53.40.0
BuildRequires:	pkgconfig(libbinio)
BuildRequires:	pkgconfig(libbs2b)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcue)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libmms)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libsidplayfp)
BuildRequires:	pkgconfig(libsidplay2)
BuildRequires:	sidplay-devel

BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(neon)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(xcomposite)

#gw currently does not build
#BuildRequires:	bluez-devel >= 2.22
%if %{build_plf}
BuildRequires:	liblame-devel
BuildRequires:	libfaad2-static-devel
#gw ffmpeg plugin:
Provides:	audacious-musepack
%endif

%description
Audacious is a media player based on the BMP music playing application.
Its primary goals are usability and usage of current desktop standards.

This contains the basic plugin distribution. Audacious is useless
without them.

%if %{build_plf}
This package is in Restricted repository as it violates some patents.
%endif

%package  -n audacious-wavpack
Group:		Sound
Summary:	Wavpack input plugin for Audacious
Requires:	audacious

%description  -n audacious-wavpack
This is a wavpack input plugin for Audacious based on libwavpack.

%package  -n audacious-jack
Group:		Sound
Summary:	Audacious output plugin for the jack sound server
Requires:	audacious

%description  -n audacious-jack
Audacious audio output plugin for the jack audio server.

%package  -n audacious-pulse
Group:		Sound
Summary:	Audacious output plugin for the Pulseaudio sound server
Requires:	audacious

%description  -n audacious-pulse
Audacious audio output plugin for the pulseaudio
server.

%package  -n audacious-adplug
Summary:	AdLib player plugin for audacious
Group:		Sound
Requires:	audacious

%description  -n audacious-adplug
AdPlug is an Audacious input plugin It uses the AdPlug AdLib sound
player library to play back a wide range of AdLib (OPL2) music file
formats on top of an OPL2 emulator.  No OPL2 chip is required for
playback.

%package  -n audacious-fluidsynth
Summary:	Fluidsynth MIDI plugin for audacious
Group:		Sound
Requires:	audacious

%description  -n audacious-fluidsynth
FluidSynth is a real-time software synthesizer based on the SoundFont 2
specifications. It is a "software synthesizer". FluidSynth can read MIDI
events from the MIDI input device and render them to the audio device.

This is a fluidsynth backend for the Audacious Media Player to support the
playback of MIDI files with the fluidsynth engine.

%package  -n audacious-sid
Group:		Sound
Summary:	Audacious input plugin for C64 SID files
Requires:	audacious

%description  -n audacious-sid
Audacious-SID is a plugin for the Audacious Media Player which provides
support for playing the so-called "SID tunes", which are music
from old Commodore computer programs like games, demos, etc.

For the actual playing, it uses the excellent libsidplay (1|2)
emulator engine that emulates 6510 CPU and 6581/8580 Sound Interface
Device (SID) chip.

%if %{build_smb}
%package -n audacious-smb
Group:		Sound
Summary:	SMB/CIFS file system plugin for the Audacious media player
Requires:	audacious
BuildRequires:	pkgconfig(smbclient)

%description -n audacious-smb
This plugin allows Audacious to play content from a Samba or Windows network
file system.
%endif

%prep
%setup -q
%apply_patches

%build
export LDFLAGS="-lm"
#gw else cdaudio does not build (2.2-beta2)
#define _disable_ld_no_undefined 1
%configure2_5x --enable-amidiplug \
%if %{build_smb}
--enable-smb \
%endif
--enable-scrobbler
%ifarch %ix86 x86_64
#--enable-usf
%endif

%make

%install
%makeinstall_std

%if ! %{build_plf}
rm -fv %{buildroot}%{_libdir}/audacious/Input/aac.so
%endif

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS
%dir %{_libdir}/audacious/Input/amidi-plug/
%{_libdir}/audacious/Input/amidi-plug/ap-alsa.so
%dir %{_libdir}/audacious
%dir %{_libdir}/audacious/Container
%{_libdir}/audacious/Container/asx.so
%{_libdir}/audacious/Container/audpl.so
%{_libdir}/audacious/Container/cue.so
%{_libdir}/audacious/Container/m3u.so
%{_libdir}/audacious/Container/pls.so
%{_libdir}/audacious/Container/xspf.so
%dir %{_libdir}/audacious/General
%{_libdir}/audacious/General/alarm.so
%{_libdir}/audacious/General/albumart.so
%{_libdir}/audacious/General/aosd.so
#%{_libdir}/audacious/General/bluetooth.so
%{_libdir}/audacious/General/cd-menu-items.so
%{_libdir}/audacious/General/gnomeshortcuts.so
%{_libdir}/audacious/General/gtkui.so
%{_libdir}/audacious/General/hotkey.so
%{_libdir}/audacious/General/lirc.so
%{_libdir}/audacious/General/lyricwiki.so
%{_libdir}/audacious/General/mpris2.so
%{_libdir}/audacious/General/notify.so
%{_libdir}/audacious/General/scrobbler.so
%{_libdir}/audacious/General/search-tool.so
%{_libdir}/audacious/General/skins.so
%{_libdir}/audacious/General/statusicon.so
%{_libdir}/audacious/General/song_change.so
%dir %{_libdir}/audacious/Input
%{_libdir}/audacious/Input/ffaudio.so
%{_libdir}/audacious/Input/amidi-plug.so
%{_libdir}/audacious/Input/cdaudio-ng.so
%{_libdir}/audacious/Input/console.so
%{_libdir}/audacious/Input/flacng.so
%{_libdir}/audacious/Input/madplug.so
%{_libdir}/audacious/Input/metronom.so
%{_libdir}/audacious/Input/modplug.so
%{_libdir}/audacious/Input/psf2.so
%{_libdir}/audacious/Input/sndfile.so
%{_libdir}/audacious/Input/tonegen.so
%ifarch %{ix86} x86_64
#%{_libdir}/audacious/Input/usf.so
%endif
%{_libdir}/audacious/Input/vorbis.so
%{_libdir}/audacious/Input/vtx.so
%{_libdir}/audacious/Input/xsf.so
%if %{build_plf}
%{_libdir}/audacious/Input/aac.so
%endif
%dir %{_libdir}/audacious/Effect/
%{_libdir}/audacious/Effect/bs2b.so
%{_libdir}/audacious/Effect/compressor.so
%{_libdir}/audacious/Effect/crossfade.so
%{_libdir}/audacious/Effect/crystalizer.so
%{_libdir}/audacious/Effect/echo.so
%{_libdir}/audacious/Effect/ladspa.so
%{_libdir}/audacious/Effect/mixer.so
%{_libdir}/audacious/Effect/resample.so
%{_libdir}/audacious/Effect/speed-pitch.so
%{_libdir}/audacious/Effect/stereo.so
%{_libdir}/audacious/Effect/voice_removal.so
%dir %{_libdir}/audacious/Output
%{_libdir}/audacious/Output/alsa.so
%{_libdir}/audacious/Output/filewriter.so
%{_libdir}/audacious/Output/sdlout.so
%dir %{_libdir}/audacious/Transport/
%{_libdir}/audacious/Transport/gio.so
%{_libdir}/audacious/Transport/mms.so
%{_libdir}/audacious/Transport/neon.so
%{_libdir}/audacious/Transport/unix-io.so
%dir %{_libdir}/audacious/Visualization
%{_libdir}/audacious/Visualization/blur_scope.so
%{_libdir}/audacious/Visualization/cairo-spectrum.so
%{_libdir}/audacious/Effect/sox-resampler.so
%{_libdir}/audacious/Visualization/gl-spectrum.so
%{_datadir}/audacious

%files  -n audacious-wavpack
%{_libdir}/audacious/Input/wavpack.so

%files  -n audacious-jack
%{_libdir}/audacious/Output/jackout.so

%files  -n audacious-pulse
%{_libdir}/audacious/Output/pulse_audio.so

%files  -n audacious-sid
%{_libdir}/audacious/Input/sid.so

%files  -n audacious-adplug
%{_libdir}/audacious/Input/adplug.so

%if 0
%files  -n audacious-timidity
%{_libdir}/audacious/Input/timidity.so
%endif

%files  -n audacious-fluidsynth
%{_libdir}/audacious/Input/amidi-plug/ap-fluidsynth.so

%if %{build_smb}
%files -n audacious-smb
%{_libdir}/audacious/Transport/smb.so
%endif


%changelog
* Sun Jul 06 2014 abfonly <abfonly@gmail.com> 5:3.4.3-2plf
+ Revision: a7c1695
- rebuild against new libcdio, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26567 |14rr|audiokonverter-5.9.1-6plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	An audio converter
Name:		audiokonverter
Version:	5.9.1
Release:	6%{?extrarelsuffix}
License:	GPLv2
Group:		Sound
URL:		http://www.kde-apps.org/content/show.php?content=12608
Source0:	http://www.kde-apps.org/CONTENT/content-files/12608-%{name}-%{version}.tar.bz2
Patch0:		audiokonverter-noflac.patch
BuildRequires:	kde4-macros
Requires:	dolphin
Requires:	mplayer
Requires:	flac
Requires:	wavpack
Requires:	id3lib
Requires:	vorbis-tools
%if %{build_plf}
Requires:	lame
Requires:	faac
Requires:	faad2
%endif
BuildArch:	noarch

%description
audiokonverter is a small utility to easily convert from OGG, MP3,
AAC, M4A, FLAC, WMA, RealAudio, Musepack, Wavpack, WAV and movies to
MP3, OGG, M4A, WAV and FLAC in Konqueror by right-clicking on them.

%if %{build_plf}
This package is in restricted because it requires packages that are
in restricted (lame, faac, faad2).
%endif

%prep
%setup -q
%if !%{build_plf}
%patch0 -p1 -b .plf
%endif

%install
mkdir -p %{buildroot}%{_kde_services}/ServiceMenus
install -m 644 *4.desktop %{buildroot}%{_kde_services}/ServiceMenus
mkdir -p %{buildroot}%{_kde_appsdir}/dolphin/servicemenus
install -m 644 *4.desktop %{buildroot}%{_kde_appsdir}/dolphin/servicemenus
mkdir -p %{buildroot}%{_kde_bindir}
install -m 755 anytowav4 audioconvert4 movie2sound4 oggdrop-lx %{buildroot}%{_kde_bindir}

%files
%doc README Changelog
%{_kde_bindir}/*
%{_kde_services}/ServiceMenus/*.desktop
%{_kde_appsdir}/dolphin/servicemenus/*.desktop



%changelog
* Sat Dec 22 2012 Denis Silakov <denis.silakov@rosalab.ru> 5.9.1-6plf
+ Revision: c7c01f1
- Add trailing semicolons to desktop files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26568 |14rr|autopano-sift-C-2.5.1-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		autopano-sift-C
Version:	2.5.1
Release:	2
Summary:	SIFT Feature Detection implementation
License:	GPLv2
Group:		Graphics
Url:		http://hugin.sourceforge.net/
Source0:	http://sourceforge.net/projects/hugin/files/autopano-sift-C/autopano-sift-C-%{version}/autopano-sift-C-%{version}.tar.gz
Patch0:		autopano-sift-C-2.5.1-linkage.patch
BuildRequires:	cmake
BuildRequires:	pano13-devel
BuildRequires:	png-devel
BuildRequires:	tiff-devel
BuildRequires:	jpeg-devel
BuildRequires:	zlib-devel
BuildRequires:	libxml2-devel

%description
This package provides an implementation of the SIFT algorithm and a set of
utilities to utilize the algorithm to match two or more images. As output, a
number of control points are created, which specify one and the same image
location in two images. The output is created as project file for the hugin
panorama stitching software, which is available at http://hugin.sf.net/

This package is in restricted because the SIFT alogorithm is patented.

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%doc LICENSE README README.1ST ChangeLog
%{_mandir}/man?/*
%{_bindir}/*


%changelog
* Thu Nov 01 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.1-2
+ Revision: adbc487
- LOG Add patch to fix linkage



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26569 |14rr|avidemux-2.5.6-4plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define filename %{name}_%{version}

#############################
# Hardcore PLF build
# bcond_with or bcond_without
%bcond_without plf
#############################

%if %with plf
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	A free video editor
Name:		avidemux
Version:	2.5.6
Release:	4%{?extrarelsuffix}
License:	GPLv2+
Group:		Video
Url:		http://fixounet.free.fr/avidemux
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{filename}.tar.gz
Patch2:		avidemux-2.5.1-opencore-check.patch
Patch3:		avidemux-jack-underlinking.patch
Patch4:		avidemux-fix-cmake.patch
Patch5:		avidemux-mpeg2enc-underlinking.patch
Patch6:		CVE-2011-3893.patch
Patch7:		CVE-2011-3895.patch
Patch8:		CVE-2012-0947.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	libxslt-proc
BuildRequires:	nasm
BuildRequires:	qt4-linguist
BuildRequires:	yasm
BuildRequires:	gettext-devel
BuildRequires:	liba52dec-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xv)
# not packaged yet:
#BuildRequires:  libaften-devel
%if %with plf
BuildRequires:	libfaac-devel
BuildRequires:	libfaad2-devel
BuildRequires:	liblame-devel
BuildRequires:	libxvid-devel
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
BuildRequires:	pkgconfig(x264)
%endif
Requires:	avidemux-ui

%description
Avidemux is a free video editor designed for simple cutting,
filtering and encoding tasks.It supports many file types, including
AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of
codecs. Tasks can be automated using projects, job queue and
powerful scripting capabilities.

%if %with plf
This package is in restricted because this build has support for codecs
covered by software patents.
%endif

%package gtk
Summary:	A free video editor - GTK GUI
Group:		Video
Requires:	gtk+2.0 >= 2.6.0
Requires:	%{name} = %{version}-%{release}
Provides:	avidemux-ui = %{version}-%{release}

%description gtk
Avidemux is a free video editor. This package contains the
version with a graphical user interface based on GTK.

%package qt
Summary:	A free video editor - Qt4 GUI
Group:		Video
Requires:	%{name} = %{version}-%{release}
Provides:	avidemux-ui = %{version}-%{release}

%description qt
Avidemux is a free video editor. This package contains the
version with a graphical user interface based on Qt4.

%package cli
Summary:	A free video editor - command-line version
Group:		Video
Requires:	%{name} = %{version}-%{release}
Provides:	avidemux-ui = %{version}-%{release}

%description cli
Avidemux is a free video editor. This package contains the
version with a command-line interface.

%if %with plf
This package is in restricted because this build has support for codecs
covered by software patents.
%endif

%prep
%setup -q -n %{filename}
%patch2 -p1
%patch3 -p1
%patch4 -p0
%patch5 -p1

pushd avidemux/ADM_libraries

tar -xjf ffmpeg-0.9.tar.bz2 && rm -f ffmpeg-0.9.tar.bz2
pushd ffmpeg-0.9
%patch6 -p1
%patch7 -p1
%patch8 -p1
popd
tar -cjf ffmpeg-0.9.tar.bz2 ffmpeg-0.9 && rm -rf ffmpeg-0.9
popd

# libdir is nicely hardcoded
sed -i 's,Dir="lib",Dir="%{_lib}",' avidemux/main.cpp avidemux/ADM_core/src/ADM_fileio.cpp
grep -q '"%{_lib}"' avidemux/main.cpp
grep -q '"%{_lib}"' avidemux/ADM_core/src/ADM_fileio.cpp

%build
#gw 2.5.4 has linking problems in plugins/ADM_videoFilters/AvsFilter
#   	      	      	   and in plugins/ADM_videoFilters/Logo/
%define _disable_ld_no_undefined 1
%cmake
make

# plugin build expects libraries to be already installed; we fake a prefix
# in build/ by symlinking all libraries to build/lib/
mkdir -p %{_lib}
cd %{_lib}
find ../avidemux -name '*.so*' | xargs ln -sft .
cd ../../plugins
%cmake -DAVIDEMUX_SOURCE_DIR=%{_builddir}/%{filename} -DAVIDEMUX_CORECONFIG_DIR=%{_builddir}/%{filename}/build/config -DAVIDEMUX_INSTALL_PREFIX=%{_builddir}/%{filename}/build
make


%install
cd build
%makeinstall_std
mkdir -p %{buildroot}%{_libdir}
cd ..

cd plugins/build
%makeinstall_std
#gw install this manually:
cp ADM_videoEncoder/ADM_vidEnc_mpeg2enc/mpeg2enc/libmpeg2enc.so \
  ADM_videoEncoder/common/pluginOptions/libADM_vidEnc_pluginOptions.so \
  ADM_videoEncoder/common/xvidRateCtl/libADM_xvidRateCtl.so %{buildroot}%{_libdir}
cd ../..

# icons
install -d -m755 %{buildroot}%{_liconsdir}
install -d -m755 %{buildroot}%{_iconsdir}
install -d -m755 %{buildroot}%{_miconsdir}
convert avidemux_icon.png -resize 48x48 %{buildroot}%{_liconsdir}/%{name}.png
convert avidemux_icon.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert avidemux_icon.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png

# menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-gtk.desktop << EOF
[Desktop Entry]
Name=Avidemux
Comment=A free video editor
Exec=%{_bindir}/%{name}2_gtk %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Video;AudioVideoEditing;GTK;
EOF
cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}-qt.desktop << EOF
[Desktop Entry]
Name=Avidemux
Comment=A free video editor
Exec=%{_bindir}/%{name}2_qt4 %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Video;AudioVideoEditing;Qt;
EOF

rm -rf %{buildroot}%{_datadir}/locale/klingon

%find_lang %{name}

%files -f %{name}.lang
%doc AUTHORS
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
%{_libdir}/libADM5*
%{_libdir}/libADM_core*
%{_libdir}/libADM_smjs.so
%{_libdir}/libADM_vidEnc_pluginOptions.so
%{_libdir}/libADM_xvidRateCtl.so
%{_libdir}/libmpeg2enc.so
%dir %{_libdir}/ADM_plugins
%dir %{_libdir}/ADM_plugins/audioDecoder
%{_libdir}/ADM_plugins/audioDecoder/libADM_ad_Mad.so
%{_libdir}/ADM_plugins/audioDecoder/libADM_ad_a52.so
%if %with plf
%{_libdir}/ADM_plugins/audioDecoder/libADM_ad_opencore_amrnb.so
%{_libdir}/ADM_plugins/audioDecoder/libADM_ad_opencore_amrwb.so
%{_libdir}/ADM_plugins/audioDecoder/libADM_ad_faad.so
%endif
%{_libdir}/ADM_plugins/audioDecoder/libADM_ad_vorbis.so
%dir %{_libdir}/ADM_plugins/audioDevices
%{_libdir}/ADM_plugins/audioDevices/libADM_av_alsa.so
%{_libdir}/ADM_plugins/audioDevices/libADM_av_esd.so
%{_libdir}/ADM_plugins/audioDevices/libADM_av_jack.so
%{_libdir}/ADM_plugins/audioDevices/libADM_av_oss.so
%{_libdir}/ADM_plugins/audioDevices/libADM_av_pulseAudioSimple.so
%{_libdir}/ADM_plugins/audioDevices/libADM_av_sdl.so
%dir %{_libdir}/ADM_plugins/audioEncoders
%{_libdir}/ADM_plugins/audioEncoders/libADM_ae_lav_ac3.so
%{_libdir}/ADM_plugins/audioEncoders/libADM_ae_lav_mp2.so
%{_libdir}/ADM_plugins/audioEncoders/libADM_ae_pcm.so
%{_libdir}/ADM_plugins/audioEncoders/libADM_ae_twolame.so
%{_libdir}/ADM_plugins/audioEncoders/libADM_ae_vorbis.so
%dir %{_libdir}/ADM_plugins/videoEncoder
%if %with plf
%{_libdir}/ADM_plugins/audioEncoders/libADM_ae_faac.so
%{_libdir}/ADM_plugins/audioEncoders/libADM_ae_lame.so
%{_libdir}/ADM_plugins/videoEncoder/libADM_vidEnc_x264.so
%{_libdir}/ADM_plugins/videoEncoder/x264/*.xml
%{_libdir}/ADM_plugins/videoEncoder/x264/*.xsd
%{_libdir}/ADM_plugins/videoEncoder/libADM_vidEnc_xvid.so
%dir %{_libdir}/ADM_plugins/videoEncoder/xvid
%{_libdir}/ADM_plugins/videoEncoder/xvid/*.xsd
%endif
%dir %{_libdir}/ADM_plugins/videoEncoder/avcodec
%{_libdir}/ADM_plugins/videoEncoder/avcodec/*.xsd
%dir %{_libdir}/ADM_plugins/videoEncoder/avcodec/mpeg-?
%{_libdir}/ADM_plugins/videoEncoder/avcodec/mpeg-?/*.xml
%{_libdir}/ADM_plugins/videoEncoder/libADM_vidEnc_avcodec.so
%{_libdir}/ADM_plugins/videoEncoder/libADM_vidEnc_mpeg2enc.so
%dir %{_libdir}/ADM_plugins/videoEncoder/mpeg2enc
%{_libdir}/ADM_plugins/videoEncoder/mpeg2enc/*.xsd
%dir %{_libdir}/ADM_plugins/videoEncoder/mpeg2enc/mpeg-?
%{_libdir}/ADM_plugins/videoEncoder/mpeg2enc/mpeg-?/*.xml
%dir %{_libdir}/ADM_plugins/videoFilter
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Deinterlace.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Delta.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Denoise.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_FluxSmooth.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Mosaic.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Pulldown.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Stabilize.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Tisophote.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Whirl.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_addborders.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_avsfilter.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_blackenBorders.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_blendDgBob.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_blendRemoval.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_decimate.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_denoise3d.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_denoise3dhq.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_dropOut.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_fade.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_fastconvolutiongauss.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_fastconvolutionmean.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_fastconvolutionmedian.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_fastconvolutionsharpen.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_forcedPP.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_hzStackField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_keepEvenField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_keepOddField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_kernelDeint.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_largemedian.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_lavDeinterlace.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_logo.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_lumaonly.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mSharpen.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mSmooth.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mcdeint.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mergeField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_palShift.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_resampleFps.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_reverse.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_rotate.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_separateField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_smartPalShift.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_smartSwapField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_soften.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_ssa.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_stackField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_swapField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_swapuv.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_tdeint.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_telecide.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_unstackField.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_vflip.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_vlad.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_yadif.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vidChromaU.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vidChromaV.so
%{_datadir}/ADM_scripts/
%dir %{_datadir}/ADM_addons/
%{_datadir}/ADM_addons/avsfilter

%files gtk
%{_bindir}/avidemux2_gtk
%{_datadir}/applications/mandriva-avidemux-gtk.desktop
%{_libdir}/libADM_render_gtk.so
%{_libdir}/libADM_UIGtk.so
%if %with plf
%{_libdir}/ADM_plugins/videoEncoder/x264/libADM_vidEnc_x264_Gtk.so
%{_libdir}/ADM_plugins/videoEncoder/xvid/libADM_vidEnc_Xvid_Gtk.so
%endif
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Crop_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_asharp_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_avisynthResize_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_chromaShift_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_cnr2_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_colorYUV_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_contrast_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_eq2_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_equalizer_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_hue_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mpdelogo_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mplayerResize_gtk.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_sub_gtk.so

%files qt
%{_bindir}/avidemux2_qt4
%{_datadir}/applications/mandriva-avidemux-qt.desktop
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/i18n
%{_datadir}/%{name}/i18n/*.qm
%{_libdir}/libADM_render_qt4.so
%{_libdir}/libADM_UIQT4.so
%if %with plf
%{_libdir}/ADM_plugins/videoEncoder/x264/libADM_vidEnc_x264_Qt.so
%{_libdir}/ADM_plugins/videoEncoder/xvid/libADM_vidEnc_Xvid_Qt.so
%endif
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_crop_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_asharp_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_avisynthResize_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_chromaShift_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_cnr2_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_colorYUV_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_contrast_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_curveEditor_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_eq2_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_equalizer_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_hue_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mpdelogo_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mplayerResize_qt4.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_sub_qt4.so

%files cli
%doc README
%{_bindir}/avidemux2_cli
%{_libdir}/libADM_render_cli.so
%{_libdir}/libADM_UICli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_Hue_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_asharp_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_avisynthResize_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_chromashift_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_cnr2_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_colorYUV_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_contrast_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_crop_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_eq2_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_equalizer_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mpdelogo_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_mplayerResize_cli.so
%{_libdir}/ADM_plugins/videoFilter/libADM_vf_sub_cli.so



%changelog
* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5.6-4plf
+ Revision: 4279282
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26570 |14rr|b43-firmware-784.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages  %{nil}
%define debug_package           %{nil}

Name:           b43-firmware
Version:        784.2
Release:        1
Summary:        Firmware for Broadcom wireless devices

Group:          System/Configuration/Networking
License:        Proprietary
URL:            http://www.lwfinger.com/b43-firmware/
Source0:        http://www.lwfinger.com/b43-firmware/broadcom-wl-6.30.163.46.tar.bz2

BuildArch:      noarch

BuildRequires:  b43-fwcutter >= 018

%description
Firmware for Broadcom wireless devices.
This firmware version can be extracted from the GPL tarball for the ASUS
GPL code for the RT-AC66U 802.11ac Dual-Band Wireless-AC1750 Gigabit Router
http://dlcdnet.asus.com/pub/ASUS/wireless/RT-AC66U/GPL_RT_AC66U_3004372.zip

%prep
%setup -q -c

%build
b43-fwcutter -w . broadcom-wl-6.30.163.46.wl_apsta.o

%install
mkdir -p %{buildroot}/lib/firmware/
cp -r b43 %{buildroot}/lib/firmware/

%files
/lib/firmware/b43/*


%changelog
* Wed Aug 14 2013 Andrew Lukoshko <andrew.lukoshko@rosalab.ru> 784.2-1
+ Revision: 6533580
- disable debug package, BuildArch = noarch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26571 |14rr|bombono-dvd-1.2.2-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}

%global  boost_flags \\\
    -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_FILESYSTEM_VERSION=3
%global warn_flags  \
    -Wno-reorder -Wno-unused-variable
%global  scons       \
    scons  %{?jobs:-j%{jobs}}                              \\\
    BUILD_CFG=debug                                        \\\
    BUILD_BRIEF=false                                      \\\
    BUILD_QUICK=false                                      \\\
    CC="%__cc"                                             \\\
    CXX="%__cxx"                                           \\\
    CFLAGS=""                                              \\\
    CPPFLAGS="%{optflags} %{warn_flags} %{boost_flags}"    \\\
    PREFIX="/usr"                                          \\\
    TEST=false                                             \\\
    TEST_BUILD=false                                       \\\
    USE_EXT_BOOST=true                                     




######################
# bombono-dvd/libs/adobe is copyrighted code.
# I won't risk a contrib build.Sflo
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif



Name:		bombono-dvd
Version:	1.2.2
Release:	1%{?extrarelsuffix}
Summary:	DVD authoring program with nice and clean GUI
License:	GPLv2
Group:		Video
URL:		http://www.bombono.org
Source0:	http://sourceforge.net/projects/bombono/files/bombono-dvd/1.2/%{name}-%{version}.tar.bz2
Patch0:         filesys-include-path.patch
Patch1:         0001-ffmpeg-has-renamed-CodecID-AVCodecID.patch

BuildRequires:  gettext
BuildRequires:  stdc++-devel
BuildRequires:  desktop-file-utils
BuildRequires:	scons 
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(gdkmm-2.4)
BuildRequires:  boost-devel
BuildRequires:	pkgconfig(libxml++-2.6)
BuildRequires:	pkgconfig(mjpegtools) 
BuildRequires:	ffmpeg-devel
Requires:	    dvdauthor 
Requires:       mjpegtools 
Requires:       dvd+rw-tools 
Requires:       twolame 
Requires:       enca
Requires:       dvdauthor

%description
 Bombono DVD is easy to use program for making DVD-Video.
 The main features of Bombono DVD are:
  * excellent MPEG viewer: Timeline and Monitor
  * real WYSIWYG Menu Editor with live thumbnails
  * comfortable Drag-N-Drop support
  * you can author to folder, make ISO-image or burn directly to DVD
  * reauthoring: you can import video from DVD discs.

%prep
%setup -q	
%patch0 -p1
%patch1 -p1
sed -i '\;#![ ]*/usr/bin/env;d'  $(find . -name SCons\*)

%build
scons  build

%install
rm config.opts
scons PREFIX="/usr" DESTDIR="%{buildroot}" install

%find_lang %name

desktop-file-validate \
    %{buildroot}%{_datadir}/applications/bombono-dvd.desktop

%files -f %{name}.lang
%doc README COPYING docs
%{_bindir}/*
%{_datadir}/bombono
%{_datadir}/applications/bombono-dvd.desktop
%{_datadir}/pixmaps/bombono-dvd.png
%{_datadir}/icons/hicolor/*/apps/bombono-dvd.png
%{_datadir}/mime/packages/bombono.xml
%{_mandir}/man1/*

%changelog
* Mon Sep 29 2014 Denis Silakov <denis.silakov@rosalab.ru> 1.2.2-1plf
+ Revision: d173fd6
- Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26572 |14rr|cdrdao-1.2.3-10plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%{?_with_plf: %{expand: %%global build_plf 1}}

#####################
# Hardcode PLF build
%define build_plf 1
#####################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Name:		cdrdao
Version:	1.2.3
Release:	10%{?extrarelsuffix}
Summary:	Cdrdao - Write CDs in disk-at-once mode
License:	GPLv2+
Group:		Archiving/Cd burning
URL:		http://cdrdao.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/cdrdao/%{name}-%{version}.tar.bz2
Patch1:		mkisofs-changelog.patch
#gw from Fedora: fix version printing needed by k3b
Patch3:		cdrdao-1.2.3-version.patch
Patch10:	cdrdao-1.2.2-fix-str-fmt.patch
Patch11:	cdrdao-1.2.3-stat.patch
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ao)
BuildRequires:	imagemagick
BuildRequires:	desktop-file-utils

%description
Writes CDs in disc-at-once (DAO) mode allowing control over pre-gaps
(length down to 0, nonzero audio data) and sub-channel information
like ISRC codes. All data that is written to the disc must be
specified with a text file. Audio data may be in WAVE or raw format.

%if %{build_plf}
This package is in restricted as it violates some patents for MP3 encoding.
%endif

%package	gcdmaster
Summary:	Graphical front end to cdrdao for creating audio CDs
Group:		Archiving/Cd burning
BuildRequires:	pkgconfig(libgnomeuimm-2.6)
Provides:	cdrdao-xdao
Provides:	cdrdao-xcdrdao
Requires:	%{name} = %{version}

%description gcdmaster
gcdmaster allows the creation of toc-files for cdrdao and can control
the recording process. Its main application is the creation of audio
CDs from one or more audio files. It supports PQ-channel editing,
entry of meta data like ISRC codes/CD-TEXT and non-destructive cut of
the audio data.

%if %{build_plf}
%package	toc2mp3
Summary:	Command line MP3 encoder front end to cdrdao
Group:		Sound
BuildRequires:	liblame-devel
Requires:	%{name} = %{version}

%description	toc2mp3
This is a command line MP3 encoder that converts audio CD disc images
(toc files) to MP3 files. Special care is taken that the MP3 files can
be played in sequence without having unwanted noise at the transition
points. CD-TEXT information (if available) is used to set ID3 (v2)
tags and to construct the name of the MP3 files.

This package is in restricted as it violates some patents for MP3 encoding.
%endif

%prep
%setup -q
%patch1 -p1 -b .changelog
%patch3 -p1
%patch10 -p0 -b .str
%patch11 -p1 -b .stat

%build
export CXXFLAGS="%{optflags} -DENABLE_NLS"
%configure2_5x
%make

%install
%makeinstall

# Menu
perl -pi -e 's,gcdmaster.png,gcdmaster,g' %{buildroot}%{_datadir}/applications/*
desktop-file-install --vendor="" \
  --remove-category="Application" \
  --remove-category="X-Fedora" \
  --remove-key="Encoding" \
  --add-category="GTK" \
  --add-category="AudioVideo" \
  --add-category="DiscBurning" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

# icon
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
convert -scale 16 xdao/gcdmaster.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/gcdmaster.png
convert -scale 32 xdao/gcdmaster.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/gcdmaster.png
install -m 644 xdao/gcdmaster.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/gcdmaster.png

%files
%doc README README.PlexDAE
%doc %{_mandir}/man1/*
%attr(6755,root,cdwriter) %{_bindir}/cdrdao
%{_bindir}/toc2cue
%{_bindir}/toc2cddb
%{_bindir}/cue2toc
%{_datadir}/%{name}

%files gcdmaster
%{_sysconfdir}/gconf/schemas/gcdmaster.schemas
%{_bindir}/gcdmaster
%{_datadir}/applications/gcdmaster.desktop
%{_datadir}/application-registry/gcdmaster.applications
%{_datadir}/gcdmaster
%{_datadir}/mime-info/gcdmaster.keys
%{_datadir}/mime-info/gcdmaster.mime
%{_datadir}/mime/packages/gcdmaster.xml
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/*/apps/*

%if %{build_plf}
%files toc2mp3
%{_bindir}/toc2mp3
%endif


%changelog
* Fri Nov 02 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.3-10plf
+ Revision: 6559cbd
- LOG Convert BR to config style, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26573 |14rr|chromium-browser-pepper-flash-14.0.0.145-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:        Chromium Flash player plugin
Name:           chromium-browser-pepper-flash
Version:        14.0.0.145
Release:        1

License:        Proprietary
Url:            http://www.google.com/chrome
Group:          Networking/WWW
Source0:        https://dl.google.com/linux/direct/google-chrome-stable_current_i386.rpm
Source1:        https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

BuildRequires:  rpm cpio

Requires:       chromium-browser

%description
Pepper API based Adobe Flash plugin for Google's Open Source browser Chromium.

%package -n chromium-browser-pdf-plugin
Summary:        Chromium PDF viewer plugin
Group:          Networking/WWW
Requires:       chromium-browser

%description -n chromium-browser-pdf-plugin
Official PDF viewer plugin for Google's Open Source browser Chromium.

%prep
%setup -c -T


%build
%ifarch x86_64
rpm2cpio %{SOURCE1} | cpio -idmv
%else
rpm2cpio %{SOURCE0} | cpio -idmv
%endif


%install
mkdir -p %{buildroot}%{_libdir}/chromium-browser/PepperFlash/
install -m644 opt/google/chrome/PepperFlash/* %{buildroot}%{_libdir}/chromium-browser/PepperFlash/ 
install -m755 opt/google/chrome/libpdf.so %{buildroot}%{_libdir}/chromium-browser/


%files
%dir %{_libdir}/chromium-browser/
%{_libdir}/chromium-browser/PepperFlash/


%files -n chromium-browser-pdf-plugin
%{_libdir}/chromium-browser/libpdf.so


%changelog
* Tue Aug 12 2014 Tigro <ashejn@gmail.com> 14.0.0.145-1
+ Revision: 5bc6e62
- update sources



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26574 |14rr|cinelerra-2.1.5-1.git20110903.3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define _disable_ld_as_needed 1
%define Werror_cflags -Wformat

%define distsuffix plf

%define snap 20110903

Summary:	Non-Linear Video Editing Suite
Name:		cinelerra
Version:	2.1.5
Release:	1.git%{snap}.3
Epoch:		1
License:	GPLv2+
Group:		Video
Url:		http://cinelerra.org/
# git://git.cinelerra.org/j6t/cinelerra.git
Source0:	%{name}-%{version}cv%{snap}.tar.bz2
Patch0:		cinelerra-2.1.5-v4l.patch
Patch1:		cinelerra-2.1.5-alt-fix_locale.patch
Patch2:		cinelerra-2.1.5cv20110903-gcc49.patch
BuildRequires:	imagemagick
BuildRequires:	libtool
BuildRequires:	nasm
BuildRequires:	texinfo
BuildRequires:	yasm
BuildRequires:	a52dec-devel
BuildRequires:	ffmpeg0.7-devel
BuildRequires:	jpeg-devel
BuildRequires:	lame-devel
BuildRequires:	libfaac-devel
BuildRequires:	libfaad2-devel
BuildRequires:	libmp4v2-devel
BuildRequires:	xvid-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(IlmBase)
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libiec61883)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(mjpegtools)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(x264)
Requires:	mjpegtools >= 1.6.3
Conflicts:	libmpeg3-progs

%description
If you want to make movies, you want the compositing and editing that
the big boys use, you want the efficiency of an embedded UNIX operating
system combined with the power of a general purpose PC, or you just want
to defy the establishment, the time has come to download Cinelerra.

This version is based on the "Community" tree found at
http://cinelerra.org.

This package is in restricted because MP3 encoder and video codecs are
covered by software patents.

%files -f %{name}.lang
%doc NEWS
%{_bindir}/%{name}
%{_bindir}/mpeg3cat
%{_bindir}/mpeg3dump
%{_bindir}/mpeg3toc
%{_bindir}/mplexlo
%{_libdir}/%{name}
%{_libdir}/*.so.*
%{_datadir}/applications/*.desktop
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_miconsdir}/*.png
%{_datadir}/pixmaps/%{name}.xpm

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}cv%{snap}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
./autogen.sh
export CXXFLAGS="%{optflags} $(pkg-config --cflags freetype2) -D__STDC_CONSTANT_MACROS"
%configure2_5x \
	--enable-freetype2 \
	--disable-rpath \
	--enable-alsa \
	--with-plugindir="%{_libdir}/%{name}" \
	--with-external-ffmpeg

%make

%install
%makeinstall_std

# FIXME: Libify package?
rm -rf %{buildroot}/%{_includedir}
rm -rf  %{buildroot}/%{_libdir}/pkgconfig %{buildroot}/%{_libdir}/{*.so,*.la,*.a}
rm -rf %{buildroot}%{_libdir}/vhook

chmod 0644 %{buildroot}%{_libdir}/%{name}/fonts/*


# ../BUILD/cinelerra-4/plugins/defaulttheme/data/reel.png
# icons
mkdir -p %{buildroot}/%{_liconsdir}
convert plugins/defaulttheme/data/reel.png -resize 48x48 %{buildroot}/%{_liconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_iconsdir}
convert plugins/defaulttheme/data/reel.png -resize 32x32 %{buildroot}/%{_iconsdir}/%{name}.png
mkdir -p %{buildroot}/%{_miconsdir}
convert plugins/defaulttheme/data/reel.png -resize 16x16 %{buildroot}/%{_miconsdir}/%{name}.png

rm -f %{buildroot}%{_datadir}/applications/cinelerra.desktop
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Cinelerra
Comment=Non-Linear Video Editor
Exec=%{_bindir}/%{name}
Icon=%{name}
Terminal=false
Type=Application
Categories=AudioVideo;Video;AudioVideoEditing;X-MandrivaLinux-Multimedia-Video;
Encoding=UTF-8
EOF

%find_lang %{name}


%changelog
* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.1.5-1.git20110903.3
+ Revision: 6a08e98
- Add patch to fix build with gcc 4.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26575 |14rr|cmplayer-0.6.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	A multimedia player
Name: 		cmplayer
Version:	0.6.2
Release:	1
Group:		Video
License:	GPLv2
URL:		http://code.google.com/p/cmplayer
Source0:	http://cmplayer.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:	yasm
BuildRequires:	python3
BuildRequires:	a52dec-devel
BuildRequires:	bzip2-devel
BuildRequires:	qt4-devel
BuildRequires:	libfaad2-devel
BuildRequires:	xvid-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dvdnav)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libdca)
BuildRequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)

%description
CMPlayer is a media player.
Features:
-can play files and DVD
-generates playlist automatically
-supports DVD menu
-can change playback speed
-supports A-B repeat
-remembers play history
-can replay from stopped point
-and many, many more

%prep
%setup -q
sed -i s,DEST_DIR,DESTDIR,g Makefile
rm -rf arch
rm -rf debian
rm -rf rpm

%build
./build-libchardet
./build-sigar
./build-libav
./build-mplayer2
%make PREFIX=/usr CXX=g++ cmplayer

%install
%makeinstall_std PREFIX=/usr

%files
%doc copyright.txt gpl.txt icon-authors.txt icon-copying.txt install.txt changes.txt
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/apps/solid/actions/%{name}-opendvd.desktop
%{_iconsdir}/hicolor/*/apps/%{name}.png


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26576 |14rr|deadbeef-0.6.2-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (tpg) do not provide plugins
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so\\.0'
%else
%define _provides_exceptions *.so.0\\|
%endif

%define with_faad 0

####################
# Hardcore PLF build
%define build_plf 1
####################

%if %{build_plf}
%define distsuffix plf
%define with_faad 1
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	Ultimate music player for GNU/Linux
Name:		deadbeef
Version:	0.6.2
Release:	1%{?extrarelsuffix}
License:	GPLv2+
Group:		Sound
Url:		http://deadbeef.sourceforge.net
Source0:	http://sourceforge.net/projects/deadbeef/files/%{name}-%{version}.tar.bz2
Patch0:		translation_fix.patch
BuildRequires:	bison
BuildRequires:	intltool >= 0.40
BuildRequires:	yasm
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
%if %{with_faad}
BuildRequires:	libfaad2-devel
%endif
BuildRequires:	libstdc++-static-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)

%description
DeaDBeeF is an audio player for GNU/Linux systems with
X11 written in C and C++.

Features:
* minimal depends
* native GTK2 GUI
* cuesheet support
* mp3, ogg, flac, ape and other popular formats
* chiptune formats with subtunes
* song-length databases
* small memory footprint

%if %{build_plf}
This package is in restricted repository because it uses patented codecs.
%endif

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING.GPLv2 COPYING.LGPLv2.1
%doc about.txt help.txt translators.txt
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/pixmaps
%{_bindir}/%{name}
%{_libdir}/%{name}/*.so*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/pixmaps/*.png
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/deadbeef.svg
%{_libdir}/%{name}/convpresets/*.txt

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{name} = %{EVRD}

%description devel
Development files and headers for %{name}.

%files devel
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--enable-gtk3 \
	--disable-gtk2 \
	--disable-static \
	--enable-ffmpeg \
%if !%{with_faad}
	--disable-aac \
%endif
	--disable-rpath

%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}/%{name}

%find_lang %{name}


%changelog
* Fri Aug 08 2014 abondrov <andrey.bondrov@rosalab.ru> 0.6.2-1plf
+ Revision: 17b48a0
- Translation patch minor update



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26577 |14rr|dvb-firmwares-20110802-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define firmdir /lib/firmware

Name:		dvb-firmwares
Version:	20110802
Release:	%mkrel 1
Summary:	Firmware files for Linux DVB drivers
License:	Proprietary
Group:		System/Kernel and hardware
Source:		http://www.linuxtv.org/downloads/firmware/%{name}.tar.bz2
URL:		http://www.linuxtv.org/
BuildArch:	noarch

%description
Source package to build firmware files for the Linux DVB drivers
that require such (except for dvb-ttpci which is in separate package).

This package is in restricted because the firmware files are non-free.

%package	usb
Summary:	Firmware files for USB DVB devices requiring such
Group:		System/Kernel and hardware

%description	usb
Firmware files for the USB DVB devices that require such. You might
also need the %{name}-frontends package.

dvb-usb-avertv-a800 - AVerMedia
dvb-usb-bluebird - Bluebird devices
dvb-usb-dib0700 - Dibcom dib0700
dvb-usb-dibusb-5.0.0.x - various DiBcom USB1.1
dvb-usb-dibusb-6.0.0.x - DiBcom/Artec USB2.0
dvb-usb-dtt200u - Yakumo/Typhoon/Hama USB2.0
dvb-usb-terratec-h5-drxk - Terratec H5
dvb-usb-terratec-h7-drxk - Terratec H7 DRX-K
dvb-usb-terratec-h7-az6007 - Terratec H7 az6007
dvb-usb-umt-010 - HanfTek UMT-010 USB2.0
dvb-usb-vp7045 - Twinhan USB-T VP-7045/VP-7046 (MagicBoxII)
dvb-usb-vp702x - TwinhanDTV StarBox
dvb-usb-wt220u - WideViewer WT-220U PenType DVB-T Receiver

This package is in restricted because the firmware files are non-free.

%package	ttpci
Summary:	Firmware files for ttpci devices
Group:		System/Kernel and hardware

%description	ttpci
Firmware for the Siemens/Technotrend/Hauppauge Premium/FF AV7110
based DVB cards featuring MPEG-2 decoder.

dvb-ttpci-01.fw-261a - Firmware 01.261a
dvb-ttpci-01.fw-261b - Firmware 01.261b
dvb-ttpci-01.fw-261c - Firmware 01.261c
dvb-ttpci-01.fw-261d - Firmware 01.261d
dvb-ttpci-01.fw-261f - Firmware 01.261f
dvb-ttpci-01.fw-2622 - Firmware 01.2622

This package is in restricted because the firmware files are non-free.

%package	frontends
Summary:	Firmware files for DVB frontends requiring such
Group:		System/Kernel and hardware

%description	frontends
Firmware files for the DVB frontends requiring such. 

dvb-fe-bcm3510 - Broadcom BCM3510
dvb-fe-or51132-qam - OREN demodulator
dvb-fe-or51132-vsb - OREN demodulator
dvb-fe-or51211 - OREN demodulator
dvb-fe-xc5000 - Xceive xc5000 tuner

This package is in restricted because the firmware files are non-free.

%package	v4l
Summary:	Firmware files for Conexant devices
Group:		System/Kernel and hardware

%description	v4l
Firmware for Conexant devices.

v4l-cx231xx-avcore - Conexant cx231xx USB
v4l-cx23418-apu - Conexant cx18 APU firmware
v4l-cx23418-cpu - Conexant cx18 CPU firmware
v4l-cx23418-dig - Conexant cx18 DIG firmware
v4l-cx23885-enc - Conexant cx23885 firmware
v4l-cx23885-avcore - Conexant cx23885 firmware for cx2584x
v4l-cx25840 - Conexant firmware for cx2584x

This package is in restricted because the firmware files are non-free.

%prep
%setup -q -c

%build

%install
%__rm -rf %{buildroot}
%__install -d -m 755 %{buildroot}%{firmdir}
%__install -m 644 *.fw* %{buildroot}%{firmdir}
%__ln_s dvb-ttpci-01.fw-2622 %{buildroot}%{firmdir}/dvb-ttpci-01.fw

%clean
%__rm -rf %{buildroot}

%files usb
%{firmdir}/dvb-usb-*.fw

%files ttpci
%{firmdir}/dvb-ttpci-*.fw*

%files frontends
%{firmdir}/dvb-fe-*.fw

%files v4l
%{firmdir}/v4l-*.fw


%changelog
* Mon Apr 09 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 20110802-1
+ Revision: 7b5ba01
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26578 |14rr|dvdrip-0.98.11-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#disable requires on private modules
%if %{_use_internal_dependency_generator}
%define __noautoreq 'perl\\(Video::DVDRip.*'
%else
%define	_requires_exceptions perl.Video::DVDRip
%endif

%define pre 0
%define distsuffix plf

Name:		dvdrip
Version:	0.98.11
Release:	4
Summary:	DVD ripping GUI
License:	GPL or Artistic
URL:		http://www.exit1.org/dvdrip/
Group:		Video
Source:		http://www.exit1.org/dvdrip/dist/%{name}-%{version}.tar.gz
Source1:	Video-DVDRip-16.png
Source2:	Video-DVDRip-32.png
Source3:	Video-DVDRip-48.png
Source4:	Video-DVDRip.xml
Patch:		dvdrip-0.98.7-fping.patch
Patch1:		dvdrip-0.98.10-cssmethod.patch
Requires:	imagemagick
Requires:	perl-libintl-perl
Requires:	perl-Gtk2-Ex-FormFactory
Requires:	ogmtools
Requires:	libdvdcss
Requires:	fping
Requires: 	transcode
BuildRequires:	perl-devel
BuildRequires:	perl-Gtk2 >= 1.121
BuildRequires:	perl-Gtk2-Ex-FormFactory >= 0.65
BuildRequires:	perl-Event-ExecFlow >= 0.62
BuildRequires:	perl-Event-RPC >= 0.89
BuildRequires:	perl-libintl-perl >= 1.16
%rename Video-DVDRip

%description
dvd::rip is a full featured DVD copy program written in Perl. It
provides an easy to use but feature-rich Gtk+ GUI to control almost
all aspects of the ripping and transcoding process. It uses the widely
known video processing swissknife transcode and many other Open Source
tools.

This package is in restricted, as DVD ripping might break local laws.

%prep
%setup -q
%patch -p1 -b .fping
%patch1 -p1 -b .css

%build
perl Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std
# icons
%__install -D -m 644 %{SOURCE3} %{buildroot}%{_liconsdir}/%{name}.png
%__install -D -m 644 %{SOURCE2} %{buildroot}%{_iconsdir}/%{name}.png
%__install -D -m 644 %{SOURCE1} %{buildroot}%{_miconsdir}/%{name}.png
#mime
%__install -D -m 644 %{SOURCE4} %{buildroot}%{_datadir}/mime/packages/%{name}.xml

%__mkdir_p %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=dvd::rip
Comment=DVD ripping GUI
Exec=%{_bindir}/dvdrip %U
Icon=%{name}
Terminal=false
imeType=application/x-rip
Type=Application
StartupNotify=true
Categories=GTK;AudioVideo;Video;AudioVideoEdition;Player
EOF

for subdir in %{buildroot}%{perl_vendorlib}/LocaleData/*; do
echo "%lang($(basename $subdir)) $(echo $subdir|sed s!%{buildroot}!!)" >> %{name}.\lang
done

%files -f %{name}.lang
%doc README TODO Credits Changes COPYRIGHT
%{_bindir}/*
%{_mandir}/*/*
%dir %{perl_vendorlib}/LocaleData
%{perl_vendorlib}/Video/
%{_datadir}/applications/mandriva*.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_liconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png


%changelog
* Sat Jan 12 2013 Denis Silakov <denis.silakov@rosalab.ru> 0.98.11-4
+ Revision: 818409c
- Fix requirement exceptions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26579 |14rr|dvdwizard-0.7.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		dvdwizard
Version:	0.7.0
Release:	2
Summary:	DVD-Video creation wrapper
License: 	GPLv3
Group:		Archiving/Cd burning
URL:		http://udrecsuite.sourceforge.net/doku_dvdwizard.html
Source:		http://www.wershofen.de/downloads/%{name}-%{version}.tar.gz
BuildRequires:	texinfo
BuildRequires:	tetex
BuildRequires:	dvdauthor
BuildRequires:	imagemagick
BuildRequires:	mjpegtools
Requires:	bc
Requires:	dvdauthor
Requires:	imagemagick
Requires:	mjpegtools
Requires:	toolame
Requires:	transcode
BuildArch:	noarch

%description
dvdwizard is a wrapper-script which incorporates a fully automated creation of
a DVD-structure with Chapters and menus from one or more mpeg-streams. This is
done by several "sub-scripts" and various freely available tools. Needless to
say, that dvdwizard is distributed under the GPL as well.

This package is in restricted because it requires transcode.

%prep
%setup -q

%build
%make

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}
%makeinstall_std prefix=/usr

%find_lang %{name}

%files -f %{name}.lang
%doc CHANGELOG COPYING CONTRIB README* TODO*
%{_bindir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/Clapperboard.svg
%{_mandir}/*/*
%{_infodir}/*
%config(noreplace) %{_sysconfdir}/%{name}.conf


%changelog
* Thu Nov 01 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.0-2
+ Revision: bbdb1c0
- LOG Fix file listed twice error, minor cleanups



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26580 |14rr|em8300-firmware-29-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		em8300-firmware
Version:	29
Release:	%mkrel 3
Summary:	Microcode for the em8300 devices
Group:		System/Kernel and hardware
License:	Proprietary
URL:		http://dxr3.sourceforge.net/
Source0:	http://dxr3.sourceforge.net/download/em8300.bin
BuildArch:	noarch

%description
The microcode for the em8300 devices.

This package is in restricted for its non-free license.

%prep
%setup -q -c -T
%__cp -a %{SOURCE0} em8300.bin

%install
%__rm -rf %{buildroot}
%__install -D -m644 em8300.bin %{buildroot}/lib/firmware/em8300.bin

%clean
%__rm -rf %{buildroot}

%files
/lib/firmware/em8300.bin


%changelog
* Mon Apr 09 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 29-3
+ Revision: 413ff53
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26581 |14rr|faac-1.28-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Name:		faac
Version:	1.28
Release:	5
Epoch:		1
Summary:	Freeware Advanced Audio Encoder
Group:		Sound
License:	LGPLv2+
URL:		http://www.audiocoding.com
Source0:	http://prdownloads.sourceforge.net/faac/%{name}-%{version}.tar.bz2
Patch0:		faac-1.28-mp4v2-2.0.0.patch
Patch1:		faac-1.26-format.string.patch
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	autoconf2.5
BuildRequires:	dos2unix
BuildRequires:	libmp4v2-devel >= 2.0
#gw else the detection for libmp4v2 kicks in
BuildConflicts:	%{libname}-devel < %{EVRD}
BuildConflicts:	%{develname} < %{EVRD}

%description
FAAC is an AAC encoder based on the ISO MPEG-4 reference code.

This package is in restricted, as the MPEG-4 format is covered
by software patents.

%package -n %{libname}
Summary:	Free Advanced Audio Encoder shared library
Group:		System/Libraries

%description -n %{libname}
FAAC is an AAC encoder based on the ISO MPEG-4 reference code.

This package contains the shared library needed by programs based on
libfaac.

This package is in restricted, as the MPEG-4 format is covered
by software patents.

%package -n %{develname}
Summary:	Free Advanced Audio Encoder development files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{develname}
FAAC is an AAC encoder based on the ISO MPEG-4 reference code.

This package contains the needed files for compiling programs with
libfaac.

This package is in restricted, as the MPEG-4 format is covered
by software patents.

%prep
%setup -q
%patch0 -p1 -b .mp4v2
%patch1 -p1
#dos2unix configure.in
aclocal
autoheader
libtoolize --automake
automake --add-missing --copy
WANT_AUTOCONF_2_5=1 autoconf

%build
%configure2_5x --with-mp4v2
%make

%install
%makeinstall_std
# manual header installation
mkdir -p %{buildroot}%{_includedir}
cp include/*h %{buildroot}%{_includedir}

%files
%doc README TODO ChangeLog
%{_bindir}/faac
%{_mandir}/man1/faac.1*

%files -n %{libname}
%{_libdir}/libfaac*so.%{major}*

%files -n %{develname}
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/*


%changelog
* Wed Oct 31 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.28-5
+ Revision: 5266fed
- LOG Update mp4v2 patch to fix build with new mp4v2, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26582 |14rr|faad2-2.7-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define major 2

%define libname %mklibname %{name}_ %{major}
%define develname %mklibname -d %{name}
%define staticname %mklibname -s -d %{name}

Name:		faad2
Version:	2.7
Release:	6
Epoch:		1
Summary:	Freeware Advanced Audio Decoder version 2
License:	GPLv2
Group:		Sound
URL:		http://www.audiocoding.com
Source0:	%{name}-%{version}.tar.bz2
Patch4:		faad2-2.7-mp4ff-fpic.patch
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	libid3lib-devel
BuildRequires:	dos2unix
BuildRequires:	automake1.8

%description
FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder,
completely written from scratch. FAAD 2 is licensed under the GPL.

%package -n %{libname}
Summary:	Freeware Advanced Audio Decoder shared library
Group:		System/Libraries

%description -n %{libname}
FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder,
completely written from scratch. FAAD 2 is licensed under the GPL.

This package contains the shared library needed by programs linked to
libfaad.

%package -n %{develname}
Summary:	Freeware Advanced Audio Decoder development files
Group:		Development/C++
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel  = %{EVRD}

%description -n %{develname}
FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder,
completely written from scratch. FAAD 2 is licensed under the GPL.

This package contains the C++ headers needed to build programs with
libfaad.

%package -n %{staticname}
Summary:	Freeware Advanced Audio Decoder static libraries
Group:		Development/C++
Requires:	%{develname} = %{EVRD}
Provides:	lib%{name}-static-devel = %{EVRD}

%description -n %{staticname}
FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder,
completely written from scratch. FAAD 2 is licensed under the GPL.

This package contains the static libraries needed to build programs
with libfaad.

%prep
%setup -q
%patch4 -p1 -b .fpic
dos2unix configure.in frontend/main.c common/mp4ff/mp4ffint.h common/mp4ff/Makefile.am
chmod 644 AUTHORS README TODO NEWS ChangeLog
export WANT_AUTOCONF_2_5=1
aclocal-1.8 -I .
autoheader
libtoolize --automake --copy
automake-1.8 -a -c
autoconf

%build
%configure2_5x
%make

%install
%makeinstall_std
#manual installation of libmp4ff
pushd common/mp4ff
install -m 644 libmp4ff.a %{buildroot}%{_libdir}
install -m 644 mp4ff.h mp4ff_int_types.h %{buildroot}%{_includedir}
popd

#gw rename it to a more standard name
mkdir -p %{buildroot}%{_mandir}/man1
mv %{buildroot}%{_mandir}/manm/faad.man %{buildroot}%{_mandir}/man1/faad.1

%files
%doc README NEWS TODO AUTHORS ChangeLog
%{_bindir}/faad
%{_mandir}/man1/faad.1*

%files -n %{libname}
%{_libdir}/libfaad.so.%{major}*

%files -n %{develname}
%{_libdir}/libfaad.so
%{_includedir}/*

%files -n %{staticname}
%{_libdir}/libfaad.a
%{_libdir}/libmp4ff.a


%changelog
* Wed Oct 31 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:2.7-6
+ Revision: 0168291
- LOG Convert BR to pkgconfig style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26583 |14rr|ffmpeg-2.3.3-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major           55
%define avdevmajor      55
%define filtermajor     4
%define avfmtmajor      55
%define avumajor        52
%define ppmajor         52
%define swrmajor        0
%define swsmajor        2
%define libavcodec      %mklibname avcodec %{major}
%define libavdevice     %mklibname avdevice %{avdevmajor}
%define libavfilter     %mklibname avfilter %{filtermajor}
%define libavformat     %mklibname avformat %{avfmtmajor}
%define libavutil       %mklibname avutil %{avumajor}
%define libpostproc     %mklibname postproc %{ppmajor}
%define libswresample   %mklibname swresample %{swrmajor}
%define libswscale      %mklibname swscaler %{swsmajor}
%define devname         %mklibname %{name} -d
%define statname        %mklibname %{name} -s -d

#####################
# Hardcode PLF build
%define build_plf 1
#####################

%{?_with_plf: %{expand: %%global build_plf 1}}
%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%bcond_with	dlopen
%else
%bcond_without	dlopen
%endif

%bcond_without	swscaler
%bcond_without	opencv
%bcond_with	faac

Summary:	Hyper fast MPEG1/MPEG4/H263/RV and AC3/MPEG audio encoder
Name:		ffmpeg
Version:	2.3.3
Release:	1%{?extrarelsuffix}
%if %{build_plf}
License:	GPLv3+
%else
License:	GPLv2+
%endif
Group:		Video
Url:		http://ffmpeg.org/
Source0:	http://ffmpeg.org/releases/%{name}-%{version}.tar.bz2
Patch1:		ffmpeg-2.3-dlopen-faac-mp3lame-opencore-x264-xvid.patch
Patch2:		ffmpeg-1.0.1-time.h.patch
BuildRequires:	texi2html
BuildRequires:	yasm
BuildRequires:	bzip2-devel
BuildRequires:	gsm-devel
BuildRequires:	jpeg-devel
BuildRequires:	ladspa-devel
BuildRequires:	libnut-devel
BuildRequires:	libschroedinger-devel
# Maybe needs to be updated in future
BuildConflicts:	crystalhd-devel

BuildRequires:	pkgconfig(celt)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gnutls) >= 3.0
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librtmp)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libv4l2)
%if %{with opencv}
BuildRequires:	pkgconfig(opencv)
%endif
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(soxr)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(wavpack)
%if %{build_plf}
BuildRequires:	liblame-devel
BuildRequires:	xvid-devel
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
BuildRequires:	pkgconfig(vo-aacenc)
BuildRequires:	pkgconfig(vo-amrwbenc)
BuildRequires:	pkgconfig(x264)
BuildRequires:	pkgconfig(x265)
%endif
%if %{with faac}
BuildRequires:	libfaac-devel
%endif
%if 0
Buildrequires:	pkgconfig(frei0r)
%endif

%description
ffmpeg is a hyper fast realtime audio/video encoder, a streaming server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

%if %{build_plf}
This package is in Restricted as it violates several patents.
%endif

%files
%doc INSTALL.md README.md doc/*.html doc/*.txt doc/*.conf
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/ffmpeg

#----------------------------------------------------------------------------

%package -n	%{libavcodec}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries
%if %{with dlopen}
%if "%{_lib}" == "lib64"
%global	_ext	()(64bit)
%else
%global	_ext	%{nil}
%endif
Suggests:	libfaac.so.0%{_ext}
Suggests:	libx264.so.142%{_ext}
Suggests:	libopencore-amrnb.so.0%{_ext}
Suggests:	libopencore-amrwb.so.0%{_ext}
Suggests:	libmp3lame.so.0%{_ext}
Suggests:	libxvidcore.so.4%{_ext}
%endif

%description -n	%{libavcodec}
This package contains a shared library for %{name}.

%if %{build_plf}
This package is in Restricted as it violates several patents.
%endif

%files -n %{libavcodec}
%{_libdir}/libavcodec.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libavdevice}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavdevice}
This package contains a shared library for %{name}.

%files -n %{libavdevice}
%{_libdir}/libavdevice.so.%{avdevmajor}*

#----------------------------------------------------------------------------

%package -n	%{libavfilter}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n	%{libavfilter}
This package contains a shared library for %{name}.

%files -n %{libavfilter}
%{_libdir}/libavfilter.so.%{filtermajor}*

#----------------------------------------------------------------------------

%package -n	%{libavformat}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavformat}
This package contains a shared library for %{name}.

%files -n %{libavformat}
%{_libdir}/libavformat.so.%{avfmtmajor}*

#----------------------------------------------------------------------------

%package -n	%{libavutil}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavutil}
This package contains a shared library for %{name}.

%files -n %{libavutil}
%{_libdir}/libavutil.so.%{avumajor}*

#----------------------------------------------------------------------------

%package -n	%{libpostproc}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries
Conflicts:	%{_lib}ffmpeg51

%description -n	%{libpostproc}
This package contains a shared library for %{name}.

%files -n %{libpostproc}
%{_libdir}/libpostproc.so.%{ppmajor}*

#----------------------------------------------------------------------------

%package -n	%{libswresample}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libswresample}
This package contains a shared library for %{name}.

%files -n %{libswresample}
%{_libdir}/libswresample.so.%{swrmajor}*

#----------------------------------------------------------------------------

%if %{with swscaler}
%package -n	%{libswscale}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libswscale}
This package contains a shared library for %{name}.

%files -n %{libswscale}
%{_libdir}/libswscale.so.%{swsmajor}*
%endif

#----------------------------------------------------------------------------

%package -n	%{devname}
Group:		Development/C
Summary:	Header files for the ffmpeg codec library
Requires:	%{libavcodec} = %{EVRD}
Requires:	%{libavdevice} = %{EVRD}
Requires:	%{libavfilter} = %{EVRD}
Requires:	%{libavformat} = %{EVRD}
Requires:	%{libavutil} = %{EVRD}
Requires:	%{libpostproc} = %{EVRD}
Requires:	%{libswresample} = %{EVRD}
%if %{with swscaler}
Requires:	%{libswscale} = %{EVRD}
%endif
Provides:	ffmpeg-devel = %{EVRD}

%description -n	%{devname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install this package if you want to compile apps with ffmpeg support.

%files -n %{devname}
%{_includedir}/libavcodec
%{_includedir}/libavdevice
%{_includedir}/libavfilter
%{_includedir}/libavformat
%{_includedir}/libavutil
%{_includedir}/libpostproc
%{_includedir}/libswresample
%{_libdir}/libavcodec.so
%{_libdir}/libavdevice.so
%{_libdir}/libavfilter.so
%{_libdir}/libavformat.so
%{_libdir}/libavutil.so
%{_libdir}/libpostproc.so
%{_libdir}/libswresample.so
%if %{with swscaler}
%{_includedir}/libswscale
%{_libdir}/libswscale.so
%{_libdir}/pkgconfig/libswscale.pc
%endif
%{_libdir}/pkgconfig/libavcodec.pc
%{_libdir}/pkgconfig/libavdevice.pc
%{_libdir}/pkgconfig/libavfilter.pc
%{_libdir}/pkgconfig/libavformat.pc
%{_libdir}/pkgconfig/libavutil.pc
%{_libdir}/pkgconfig/libpostproc.pc
%{_libdir}/pkgconfig/libswresample.pc
%{_mandir}/man3/lib*.3.*

#----------------------------------------------------------------------------

%package -n	%{statname}
Group:		Development/C
Summary:	Static library for the ffmpeg codec library
Requires:	%{devname} = %{EVRD}
Provides:	ffmpeg-static-devel = %{EVRD}

%description -n	%{statname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install this package if you want to compile static apps with ffmpeg support.

%files -n %{statname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%if %{with dlopen}
%patch1 -p1 -b .dlopen~
%endif
%patch2 -p1 -b .timeh~

%build
export CFLAGS="%{optflags} -fPIC -I%{_includedir}/openjpeg-1.5/"
export LDFLAGS="%{ldflags}"

./configure --prefix=%{_prefix} \
	--enable-shared \
	--libdir=%{_libdir} \
	--shlibdir=%{_libdir} \
	--incdir=%{_includedir} \
	--disable-stripping \
	--enable-postproc \
	--enable-gpl \
	--enable-pthreads \
	--enable-ladspa \
	--enable-libbluray \
	--enable-libtheora \
	--enable-libvorbis --disable-encoder=vorbis \
	--enable-libvpx \
	--enable-x11grab \
	--enable-runtime-cpudetect \
	--enable-libdc1394 \
	--enable-libschroedinger \
	--enable-librtmp \
	--enable-libspeex \
	--enable-libfreetype \
	--enable-libnut \
	--enable-libgsm \
	--enable-libcelt \
%if %{with opencv}
	--enable-libopencv \
%else
	--disable-libopencv \
%endif
	--enable-libopenjpeg \
	--enable-libopus \
	--enable-libsoxr \
	--enable-libwavpack \
	--disable-libxavs \
	--enable-libmodplug \
	--enable-libass \
	--enable-gnutls \
	--enable-libcdio \
	--enable-libpulse \
	--enable-libv4l2 \
%if 0
	--enable-frei0r \
%endif
%if %{build_plf}
	--enable-libmp3lame \
	--enable-libopencore-amrnb \
	--enable-libopencore-amrwb \
	--enable-version3 \
	--enable-libx264 \
	--enable-libx265 \
	--enable-libvo-aacenc \
	--enable-libvo-amrwbenc \
	--enable-libxvid \
%else
	--disable-decoder=aac --disable-encoder=aac \
%if %{with dlopen}
	--enable-libmp3lame-dlopen \
	--enable-libopencore-amrnb-dlopen \
	--enable-libopencore-amrwb-dlopen \
	--enable-libx264-dlopen \
	--enable-libxvid-dlopen \
%if !%{with faac}
	--enable-libfaac-dlopen \
%endif
%endif
%endif
%if %{with faac}
	--enable-nonfree --enable-libfaac
%endif

%make

%install
%makeinstall_std SRC_PATH=`pwd`


%changelog
* Wed Sep 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.3-1plf
+ Revision: a142a0a
- New version 2.3.3



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26584 |14rr|file2divx3pass-2.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		file2divx3pass
Version:	2.3
Release:	3
Summary:	An easy to use frontend for mencoder
License:	GPL
Group:		Video
Url:		http://coding.wooyayhoopla.be/file2divx3pass/
Source0:	http://coding.wooyayhoopla.be/file2divx3pass/sources/%{name}-%{version}.tar.gz
BuildRequires:	perl-devel
Requires:	mencoder
Provides:	perl(File2DiVX3Pass2::Helpers)
Provides:	perl(File2DiVX3Pass2::Signals)
Provides:	perl(File2DiVX3Pass2::Interface)
BuildArch:	noarch

%description
file2divx3pass is a simple frontend to mencoder for converting any 
media-file to Divx, with features such as an automatic video bitrate
calculator, an automatic bits per pixel calculator, and 1-pass, 2-pass,
and 3-pass Divx encoding. It can encode any media file supported by
mencoder, such as MPEG-1, MPEG-2, ASF, WMV, and even RM (buggy) and
CUE/BIN. file2divx3pass is also equipped with batch encoding.

This package is in restricted because it depends on other software from
restricted.

%prep
%setup -q
chmod 644 README

%build
perl Makefile.PL INSTALLDIRS=vendor
%make

%install
%makeinstall_std

%__mkdir_p %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Name=File2DiVX3Pass
Comment=An easy to use mencoder frontend
Exec=%{_bindir}/%{name}
Icon=multimedia_section
Terminal=false
Type=Application
Categories=AudioVideo;Video;AudioVideoEditing;GTK;
EOF

( cd %{buildroot}%{_bindir}
%__ln_s %{name}2 %{name}
)

%files
%doc README
%{_bindir}/%{name}*
%{perl_vendorlib}/*
%{_datadir}/applications/mandriva-%{name}.desktop


%changelog
* Wed Oct 31 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3-3
+ Revision: 62b2aef
- LOG Add perl-devel to BuildRequires, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26585 |14rr|fontconfig-2.11.1-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

%define bootstrap 0
%{?_without_bootstrap: %global bootstrap 0}
%{?_with_bootstrap: %global bootstrap 1}
%define rebuild_doc 1
%if %{bootstrap}
%define rebuild_doc 0
%endif

%define build_plf 0
%{?_with_plf: %{expand: %%global build_plf 1}}

#####################
# Hardcode PLF build
%define build_plf 1
#####################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	Font configuration library
Name:		fontconfig
Version:	2.11.1
Release:	1%{?extrarelsuffix}
License:	MIT
Group:		System/X11
Url:		http://fontconfig.org/
Source0:	http://www.freedesktop.org/software/fontconfig/release/%{name}-%{version}.tar.bz2
# (fc) 2.3.2-3mdk prefer urw fonts
Source1:	30-mdv-urwfonts.conf
# (fc) 2.3.2-3mdk disable antialiasing for some fonts
Source3:	20-mdv-disable-antialias.conf
# (fc) 2.3.2-3mdk  Avoid KDE/QT uses some bitmapped fonts (guisseppe)
Source5:	30-mdv-avoid-bitmap.conf
# (fc) 2.4.2-1mdv disable embedded bitmap for big size (Mdv bug #25924)
Source8:	26-mdv-no-embeddedbitmap.conf
# (fc) 2.4.92-1mdv enable embeddedbitmap on some CJK fonts (Fedora)
Source10:	25-no-bitmap-fedora.conf
# (fc) 2.1-4mdk change order of default fonts
Source11:	fc-cache.filter
Source12:	fc-cache.script
Patch1:		fontconfig-mdvconfig.patch
%if %{build_plf}
Patch10:	00_old_diff_gz.patch
Patch11:	01_fonts_nanum.patch
Patch12:	04_ubuntu_monospace_lcd_filter_conf.patch
Patch13:	05_lcdfilterlegacy.patch
Patch14:	05_ubuntu_add_hinting_and_antialiasing_confs.patch
Patch15:	06_ubuntu_lcddefault.patch
%endif
BuildRequires:	ed
BuildRequires:	lynx
BuildRequires:	pkgconfig(freetype2) >= 2.3.5
BuildRequires:	pkgconfig(libxml-2.0)
%if %{rebuild_doc}
# Actually, we don't really need whole set of texlive packages
# but it's hard to find what exactly we need. So we use texlive.
BuildRequires:	texlive
BuildRequires:	docbook-utils
BuildRequires:	docbook-utils-pdf
BuildRequires:	docbook-dtd31-sgml
BuildRequires:	docbook-dtd41-sgml
%endif
Provides:	lib%{name} = %{EVRD}
Provides:	%{name}-libs = %{EVRD}
# fwang: add conflicts to ease upgrade
Conflicts:	x11-font-wqy-bitmapfont < 1.0-0.20070901.1

%description
Fontconfig is designed to locate fonts within the system and select them
according to requirements specified by applications.

%if %{build_plf}
This package contains Ubuntu LCD patches.
%endif

%files
%doc README AUTHORS COPYING doc/fontconfig-user.html doc/fontconfig-user.txt
%dir %{_var}/cache/fontconfig
%{_bindir}/*
%dir %{_sysconfdir}/fonts
%dir %{_sysconfdir}/fonts/conf.d
%{_datadir}/%{name}/conf.avail
%{_datadir}/xml/fontconfig/fonts.dtd
# those files must NOT have noreplace option
%config %{_sysconfdir}/fonts/fonts.conf
%config %{_sysconfdir}/fonts/conf.d/*.conf
%config %{_sysconfdir}/fonts/conf.d/README
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_var}/lib/rpm/filetriggers/fc-cache.*

%post
%{_bindir}/fc-cache --force --system-only >/dev/null

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Font configuration and customization library
Group:		System/Libraries

%description -n %{libname}
Fontconfig is designed to locate fonts within the system and select them
according to requirements specified by applications.

%files -n %{libname}
%{_libdir}/libfontconfig.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Font configuration and customization library
Group:		Development/C
Provides:	%{name}-devel = %{EVRD}
Requires:	%{libname} = %{EVRD}

%description -n %{devname}
This package includes the header files, and developer docs for the fontconfig
package. Install it if you want to develop programs which will use fontconfig.

%files -n %{devname}
%doc doc/fontconfig-devel doc/fontconfig-devel.txt 
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q
%if %{build_plf}
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%else
%patch1 -p1
%endif

%build
%if !%{rebuild_doc}
export HASDOCBOOK=no
%endif

%configure2_5x \
	--disable-static \
	--localstatedir=/var \
	--with-add-fonts="/usr/lib/X11/fonts,/usr/X11R6/lib/X11/fonts,/opt/ttfonts" \
	--enable-libxml2

%make

%install
%makeinstall_std

mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d
cp %{SOURCE1} %{SOURCE3} %{SOURCE5} %{SOURCE8} %{SOURCE10} %{buildroot}%{_sysconfdir}/fonts/conf.d 

# needed in case main config files isn't up to date
cat << EOF > %{buildroot}%{_sysconfdir}/fonts/conf.d/00-cache.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Font cache directory list -->

        <cachedir>/var/cache/fontconfig</cachedir>
        <cachedir>~/.fontconfig</cachedir>

</fontconfig>
EOF

ln -s ../../../%{_datadir}/%{name}/conf.avail/25-unhint-nonlatin.conf %{buildroot}%{_sysconfdir}/fonts/conf.d

# remove unpackaged files
rm -rf %{buildroot}%{_datadir}/doc/fontconfig 

# install filetriggers
install -d -m 0755 %{buildroot}%{_var}/lib/rpm/filetriggers
install -m 0644 %{SOURCE11} %{buildroot}%{_var}/lib/rpm/filetriggers
install -m 0755 %{SOURCE12} %{buildroot}%{_var}/lib/rpm/filetriggers


%changelog
* Wed Jul 02 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.11.1-1plf
+ Revision: 0de4135
- New version 2.11.1, no longer hide warning about user config path (disable patch)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26586 |14rr|gnupg-idea-plugin-20030215-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		gnupg-idea-plugin
Version:	20030215
Release:	%mkrel 3
Summary:	IDEA plugin for gnupg
Group:		File tools
License:	BSD-style
URL:		http://www.gnupg.org
Source0:	ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz
Source1:	ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz.sig
Requires:	gnupg

%description

This is a plugin for the GNU Privacy Guard implementing the IDEA
cipher. To use it, add this to your ~/.gnupg/gpg.conf

load-extension idea

This package is in restricted because IDEA is covered by software patents.

%prep
%setup -q -T -c
zcat %{SOURCE0} > idea.c

%build
gcc %{optflags} -shared -fPIC -o idea idea.c

%install
%__rm -rf %{buildroot}
%__install -D -m 755 idea %{buildroot}%{_libdir}/gnupg/idea

%clean
%__rm -rf %{buildroot}

%files
%{_libdir}/gnupg/idea


%changelog
* Mon Apr 09 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 20030215-3
+ Revision: 0acc296
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26587 |14rr|gstreamer0.10-pitfdll-0.9.1.1-0.20080215.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define oname pitfdll
%define majorminor 0.10
%define cvs 20080215

Name: 		gstreamer0.10-%{oname}
Version: 	0.9.1.1
Release:	%mkrel -c %{cvs} 4
Summary:	GStreamer DLL loader plugin
Group: 		Video
License: 	GPLv2+
URL:		http://ronald.bitfreak.net/pitfdll/
Source:		http://prdownloads.sourceforge.net/%{oname}/%{oname}-%{cvs}.tar.bz2
# http://sourceforge.net/tracker/index.php?func=detail&aid=1697883&group_id=137113&atid=737825
Patch1:		pitfdll-20080215-autoconf.patch
BuildRequires:	libgstreamer-plugins-base-devel
ExclusiveArch:	%{ix86}
Requires:	win32-codecs

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related. Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This plugin contains a DLL loader to provide media playback for proprietary
formats. The 32 Bit Windows DLL files must be placed in /usr/lib/codecs, just
install the win32-codecs package.

This package is in restricted as you need the proprietary DLLs.

%prep
%setup -q -n %{oname}
%patch1
./autogen.sh

%build
%configure2_5x --with-dlldir=%{_libdir}/codecs
%make

%install
%__rm -rf %{buildroot}

%makeinstall_std
%__rm -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.la

%clean
%__rm -rf %{buildroot}

%files
%doc AUTHORS README
%{_libdir}/gstreamer-%{majorminor}/libpitfdll.so


%changelog
* Tue Apr 10 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.1.1-0.20080215.4
+ Revision: ca1af7c
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26588 |14rr|gstreamer0.10-plugins-bad-0.10.23-5plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_plf 0
%{?_with_plf: %{expand: %%global build_plf 1}}
%define build_experimental 0
%{?_with_experimental: %{expand: %%global build_experimental 1}}
%define build_amrwb 0
%define build_voaac 0
%define build_faac 0
%define build_faad 0
%define build_xvid 0
%define build_dts 0
%define build_dirac 1
%define build_gme 1
%define build_celt 1

###############################
# Hardcore PLF build
%define build_plf 1
###############################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%define build_amrwb 1
%define build_voaac 1
%define build_faac 1
%define build_faad 1
%define build_xvid 1
%define build_dts 1
%endif

%define oname	gst-plugins-bad
%define bname	gstreamer%{api}
%define api	0.10
%define major	23
%define libgstbasevideo		%mklibname gstbasevideo %{api} %{major}
%define libgstbasecamerabinsrc	%mklibname gstbasecamerabinsrc %{api} %{major}
%define libgstcodecparsers	%mklibname gstcodecparsers %{api} %{major}
%define libgstphotography	%mklibname gstphotography %{api} %{major}
%define libgstsignalprocessor	%mklibname gstsignalprocessor %{api} %{major}
%define libgstvdp 		%mklibname gstvdp %{api} %{major}
%define devname 		%mklibname %{oname} -d %{api}

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-bad
Version:	0.10.23
Release:	5%{?extrarelsuffix}
License:	LGPLv2+ and GPLv2+
Group:		Sound
Url:		http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{oname}-%{version}.tar.bz2
Patch0:		gst-plugins-bad-0.10.7-wildmidi-timidity.cfg.patch
Patch1:		gst-plugins-bad-0.10.23-h264.patch
# With new directfb we get macro expanded to
#  __attribute__((__attribute__((no_instrument_function))))
# See http://permalink.gmane.org/gmane.comp.graphics.directfb.devel/3679
Patch2:		gst-plugins-bad-0.10.23-attribute.patch
# gw: fix for bug #36437 (paths to realplayer codecs)
# prefer codecs from the RealPlayer package in restricted
Patch10:	gst-plugins-bad-0.10.6-real-codecs-path.patch

BuildRequires:	fonts-ttf-dejavu
#gw for checks
BuildRequires:	gstreamer%{api}-plugins-good
BuildRequires:	bzip2-devel
#gw for autoreconf
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(exempi-2.0)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api}) >= 0.10.33
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(libmimic)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sndfile)
%ifarch %{ix86}
BuildRequires:	nasm => 0.90
BuildRequires:	valgrind
%endif
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink
Provides:	%{bname}-fluendo-mpegdemux
Requires:	%{bname}-voip >= %{version}-%{release}
Conflicts:	%{bname}-farsight <= 1:0.12.10

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're
missing something - be it a good code review, some documentation, a
set of tests, a real live maintainer, or some actual wide use. If the
blanks are filled in they might be upgraded to become part of either
gstreamer-plugins-good or gstreamer-plugins-ugly, depending on the
other factors. If the plug-ins break, you can't complain - instead,
you can fix the problem and send us a patch, or bribe someone into
fixing them for you.  New contributors can start here for things to
work on.

%if %{build_plf}
This package is in restricted as it violates some patents.
%endif

%files -f %{oname}-%{api}.lang
%doc AUTHORS COPYING README NEWS
%{_datadir}/glib-2.0/schemas/org.freedesktop.gstreamer-0.10.default-elements.gschema.xml
%{_libdir}/gstreamer-%{api}/libgstadpcmdec.so
%{_libdir}/gstreamer-%{api}/libgstadpcmenc.so
%{_libdir}/gstreamer-%{api}/libgstaiff.so
%{_libdir}/gstreamer-%{api}/libgstapexsink.so
%{_libdir}/gstreamer-%{api}/libgstasfmux.so
%{_libdir}/gstreamer-%{api}/libgstautoconvert.so
%{_libdir}/gstreamer-%{api}/libgstaudiovisualizers.so
%{_libdir}/gstreamer-%{api}/libgstbayer.so
%{_libdir}/gstreamer-%{api}/libgstcamerabin.so
%{_libdir}/gstreamer-%{api}/libgstcamerabin2.so
%{_libdir}/gstreamer-%{api}/libgstcoloreffects.so
%{_libdir}/gstreamer-%{api}/libgstcolorspace.so
%{_libdir}/gstreamer-%{api}/libgstdccp.so
%{_libdir}/gstreamer-%{api}/libgstdataurisrc.so
%{_libdir}/gstreamer-%{api}/libgstdebugutilsbad.so
%{_libdir}/gstreamer-%{api}/libgstdvb.so
%{_libdir}/gstreamer-%{api}/libgstdvbsuboverlay.so
%{_libdir}/gstreamer-%{api}/libgstdvdspu.so
%{_libdir}/gstreamer-%{api}/libgstfaceoverlay.so
%{_libdir}/gstreamer-%{api}/libgstfbdevsink.so
%{_libdir}/gstreamer-%{api}/libgstfestival.so
%{_libdir}/gstreamer-%{api}/libgstfrei0r.so
%{_libdir}/gstreamer-%{api}/libgstfreeverb.so
%{_libdir}/gstreamer-%{api}/libgstgaudieffects.so
%{_libdir}/gstreamer-%{api}/libgstgeometrictransform.so
%{_libdir}/gstreamer-%{api}/libgstgsettingselements.so
%{_libdir}/gstreamer-%{api}/libgsthdvparse.so
%{_libdir}/gstreamer-%{api}/libgstid3tag.so
%{_libdir}/gstreamer-%{api}/libgstinter.so
%{_libdir}/gstreamer-%{api}/libgstinterlace.so
%{_libdir}/gstreamer-%{api}/libgstivfparse.so
%{_libdir}/gstreamer-%{api}/libgstjpegformat.so
%{_libdir}/gstreamer-%{api}/libgstlegacyresample.so
%{_libdir}/gstreamer-%{api}/libgstmpegdemux.so
%{_libdir}/gstreamer-%{api}/libgstmpegpsmux.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsmux.so
%{_libdir}/gstreamer-%{api}/libgstmpegvideoparse.so
%{_libdir}/gstreamer-%{api}/libgstmve.so
%{_libdir}/gstreamer-%{api}/libgstmimic.so
%{_libdir}/gstreamer-%{api}/libgstmxf.so
%{_libdir}/gstreamer-%{api}/libgstopenal.so
# New version of opencv is not supported yet,
# uncomment when the plugin is built again
#{_libdir}/gstreamer-%{api}/libgstopencv.so
%{_libdir}/gstreamer-%{api}/libgstopus.so
%{_libdir}/gstreamer-%{api}/libgstpcapparse.so
%{_libdir}/gstreamer-%{api}/libgstpnm.so
%{_libdir}/gstreamer-%{api}/libgstrawparse.so
%{_libdir}/gstreamer-%{api}/libgstreal.so
%{_libdir}/gstreamer-%{api}/libgstremovesilence.so
%{_libdir}/gstreamer-%{api}/libgstscaletempoplugin.so
%{_libdir}/gstreamer-%{api}/libgstsdpelem.so
%{_libdir}/gstreamer-%{api}/libgstsegmentclip.so
%{_libdir}/gstreamer-%{api}/libgstshm.so
%{_libdir}/gstreamer-%{api}/libgstsiren.so
%{_libdir}/gstreamer-%{api}/libgstsmooth.so
%{_libdir}/gstreamer-%{api}/libgstsndfile.so
%{_libdir}/gstreamer-%{api}/libgststereo.so
%{_libdir}/gstreamer-%{api}/libgstsubenc.so
%{_libdir}/gstreamer-%{api}/libgstvcdsrc.so
%{_libdir}/gstreamer-%{api}/libgstvideomaxrate.so
%{_libdir}/gstreamer-%{api}/libgstvideomeasure.so
%{_libdir}/gstreamer-%{api}/libgstvideosignal.so
%{_libdir}/gstreamer-%{api}/libgstvmnc.so
%{_libdir}/gstreamer-%{api}/libgstbz2.so
%{_libdir}/gstreamer-%{api}/libgstcdaudio.so
%{_libdir}/gstreamer-%{api}/libgstcdxaparse.so
%{_libdir}/gstreamer-%{api}/libgstdecklink.so
%{_libdir}/gstreamer-%{api}/libgstfieldanalysis.so
%{_libdir}/gstreamer-%{api}/libgstfragmented.so
%{_libdir}/gstreamer-%{api}/libgstlinsys.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsdemux.so
%{_libdir}/gstreamer-%{api}/libgstpatchdetect.so
%{_libdir}/gstreamer-%{api}/libgstsdi.so
%{_libdir}/gstreamer-%{api}/libgstvideofiltersbad.so
%{_libdir}/gstreamer-%{api}/libgstvideoparsersbad.so
%{_libdir}/gstreamer-%{api}/libgstfreeze.so
%{_libdir}/gstreamer-%{api}/libgsth264parse.so
%{_libdir}/gstreamer-%{api}/libgstmodplug.so
%{_libdir}/gstreamer-%{api}/libgstnsf.so
%{_libdir}/gstreamer-%{api}/libgstnuvdemux.so
%{_libdir}/gstreamer-%{api}/libgstrfbsrc.so
%{_libdir}/gstreamer-%{api}/libgstsdl.so
%{_libdir}/gstreamer-%{api}/libgstspeed.so
%{_libdir}/gstreamer-%{api}/libgsttrm.so
%{_libdir}/gstreamer-%{api}/libgsttta.so
%{_libdir}/gstreamer-%{api}/libgsty4mdec.so

#----------------------------------------------------------------------------

%package -n %{libgstbasevideo}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstbasevideo}
This package contains a shared library for %{name}.

%files -n %{libgstbasevideo}
%{_libdir}/libgstbasevideo-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstbasecamerabinsrc}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Conflicts:	%{_lib}gstbasevideo0.10_23 < 0.10.23-5

%description -n %{libgstbasecamerabinsrc}
This package contains a shared library for %{name}.

%files -n %{libgstbasecamerabinsrc}
%{_libdir}/libgstbasecamerabinsrc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstcodecparsers}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Conflicts:	%{_lib}gstphotography0.10_23 < 0.10.23-5

%description -n %{libgstcodecparsers}
This package contains a shared library for %{name}.

%files -n  %{libgstcodecparsers}
%{_libdir}/libgstcodecparsers-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstphotography}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstphotography}
This package contains a shared library for %{name}.

%files -n %{libgstphotography}
%{_libdir}/libgstphotography-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstsignalprocessor}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Conflicts:	%{_lib}gstphotography0.10_23 < 0.10.23-5

%description -n %{libgstsignalprocessor}
This package contains a shared library for %{name}.

%files -n %{libgstsignalprocessor}
%{_libdir}/libgstsignalprocessor-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstvdp}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstvdp}
This package contains a shared library for %{name}.

%files -n %{libgstvdp}
%{_libdir}/libgstvdp-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libgstbasevideo} = %{version}-%{release}
Requires:	%{libgstbasecamerabinsrc} = %{version}-%{release}
Requires:	%{libgstcodecparsers} = %{version}-%{release}
Requires:	%{libgstphotography} = %{version}-%{release}
Requires:	%{libgstsignalprocessor} = %{version}-%{release}
Requires:	%{libgstvdp} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}gstphotography-devel < 0.10.23-5
Obsoletes:	%{_lib}gstbasevideo-devel < 0.10.23-5
Conflicts:	%{_lib}gstbasevideo-devel < 0.10.23-5

%description -n %{devname}
This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devname}
%{_libdir}/libgstbasevideo-%{api}.so
%{_libdir}/libgstbasecamerabinsrc-%{api}.so
%{_libdir}/libgstcodecparsers-%{api}.so
%{_libdir}/libgstphotography-%{api}.so
%{_libdir}/libgstsignalprocessor-%{api}.so
%{_libdir}/libgstvdp-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/basecamerabinsrc/*.h
%{_includedir}/gstreamer-%{api}/gst/codecparsers
%{_includedir}/gstreamer-%{api}/gst/interfaces/photography*
%{_includedir}/gstreamer-%{api}/gst/signalprocessor/gstsignalprocessor.h
%{_includedir}/gstreamer-%{api}/gst/vdpau/
%{_includedir}/gstreamer-%{api}/gst/video/
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-codecparsers-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-basevideo-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{bname}-curl
Summary:	GStreamer Curl plugin
Group:		Networking/Other
BuildRequires:	pkgconfig(libcurl)

%description -n %{bname}-curl
This is a HTTP plugin for GStreamer based on the curl library.

%files -n %{bname}-curl
%{_libdir}/gstreamer-%{api}/libgstcurl.so

#----------------------------------------------------------------------------

%package -n %{bname}-dc1394
Summary:	GStreamer DC1394 plugin
Group:		System/Libraries
BuildRequires:	pkgconfig(libdc1394-2)

%description -n %{bname}-dc1394
This is a IEEE 1394 (Firewire) support plugin for GStreamer.

%files -n %{bname}-dc1394
%{_libdir}/gstreamer-%{api}/libgstdc1394.so

#----------------------------------------------------------------------------

%package -n %{bname}-ofa
Summary:	GStreamer OFA plugin
Group:		Sound
BuildRequires:	pkgconfig(libofa)

%description -n %{bname}-ofa
This is a metadata support plugin for GStreamer based on the Open
Fingerprint Architecture library.

%files -n %{bname}-ofa
%{_libdir}/gstreamer-%{api}/libgstofa.so

#----------------------------------------------------------------------------

%package -n %{bname}-wildmidi
Summary:	GStreamer wildmidi plugin
Group:		Sound
BuildRequires:	wildmidi-devel
Requires:	timidity-instruments

%description -n %{bname}-wildmidi
This is a MIDI plugin for GStreamer based on the wildmidi library.

%files -n %{bname}-wildmidi
%{_libdir}/gstreamer-%{api}/libgstwildmidi.so

#----------------------------------------------------------------------------

%package -n %{bname}-mpeg2enc
Summary:	GStreamer mjpegtools plug-in
Group:		Video
BuildRequires:	pkgconfig(mjpegtools)

%description -n %{bname}-mpeg2enc
mjpegtools-based encoding and decoding plug-in.

%files -n %{bname}-mpeg2enc
%{_libdir}/gstreamer-%{api}/libgstmpeg2enc.so
%{_libdir}/gstreamer-%{api}/libgstmplex.so

#----------------------------------------------------------------------------

%if %{build_gme}
%package -n %{bname}-gme
Summary:	GStreamer Game Music plug-in
Group:		Sound
BuildRequires:	libgme-devel

%description -n %{bname}-gme
Game Music decoding plug-in.

%files -n %{bname}-gme
%{_libdir}/gstreamer-%{api}/libgstgme.so
%endif

#----------------------------------------------------------------------------

%if %{build_dirac}
%package -n %{bname}-dirac
Summary:	GStreamer dirac plug-in
Group:		Video
BuildRequires:	pkgconfig(dirac)

%description -n %{bname}-dirac
Dirac encoding and decoding plug-in.

%files -n %{bname}-dirac
%{_libdir}/gstreamer-%{api}/libgstdirac.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-schroedinger
Summary:	GStreamer dirac plug-in based on Schroedinger
Group:		Video
BuildRequires:	pkgconfig(schroedinger-1.0)
Epoch:		1

%description -n %{bname}-schroedinger
Dirac encoding and decoding plug-in based on Schroedinger.

%files -n %{bname}-schroedinger
%{_libdir}/gstreamer-%{api}/libgstschro.so

#----------------------------------------------------------------------------

%package -n %{bname}-vp8
Summary:	GStreamer VP8 plug-in
Group:		Video
BuildRequires:	pkgconfig(vpx)

%description -n %{bname}-vp8
VP8 encoding and decoding plug-in.

%files -n %{bname}-vp8
%{_libdir}/gstreamer-%{api}/libgstvp8.so
%{_libdir}/gstreamer-%{api}/libgstrtpvp8.so

#----------------------------------------------------------------------------

### LADSPA ###
%package -n %{bname}-ladspa
Summary:	Gstreamer wrapper for LADSPA plug-ins
Group:		Sound
Requires:	ladspa
BuildRequires:	ladspa-devel

%description -n %{bname}-ladspa
Plug-in which wraps LADSPA plug-ins for use by GStreamer applications.
We suggest you also get the cmt package of ladspa plug-ins
and steve harris's swh-plugins package.

%files -n %{bname}-ladspa
%{_libdir}/gstreamer-%{api}/libgstladspa.so

#----------------------------------------------------------------------------

%if %{build_dts}
%package -n %{bname}-dts
Summary:	GStreamer plug-ins for DTS audio playback
Group:		Sound
BuildRequires:	pkgconfig(libdts)

%description -n %{bname}-dts
Plug-ins for decoding DTS audio.

%files -n %{bname}-dts
%{_libdir}/gstreamer-%{api}/libgstdtsdec.so
%endif

#----------------------------------------------------------------------------

%if %{build_xvid}
%package -n %{bname}-xvid
Summary:	GStreamer plug-ins for XVID video encoding and decoding
Group:		Video
BuildRequires:	xvid-devel >= 1.1

%description -n %{bname}-xvid
Plug-ins for encoding and decoding XVID video.

This package is in restricted as it violates some patents.

%files -n %{bname}-xvid
%{_libdir}/gstreamer-%{api}/libgstxvid.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-musepack
Summary:	GStreamer plug-in Musepack playback
Group:		Sound
BuildRequires:	libmpcdec-devel

%description -n %{bname}-musepack
This plugin for GStreamer can play audio files which are encoded with
Andree Buschmann's encoder Musepack. These files have the filename
postfixes mpc, mp+ or mpp.

%files -n %{bname}-musepack
%{_libdir}/gstreamer-%{api}/libgstmusepack.so

#----------------------------------------------------------------------------

%package -n %{bname}-mms
Summary:	GStreamer plug-in for mms streams
Group:		System/Libraries
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libmms)

%description -n %{bname}-mms
Plug-in supporting the mms protocol based on the libmms library.

%files -n %{bname}-mms
%{_libdir}/gstreamer-%{api}/libgstmms.so

#----------------------------------------------------------------------------

%package -n %{bname}-rtmp
Summary:	GStreamer plug-in for rtmp streams
Group:		System/Libraries
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(librtmp)

%description -n %{bname}-rtmp
Plug-in supporting the rtmp protocol based on the librtmp library.

%files -n %{bname}-rtmp
%{_libdir}/gstreamer-%{api}/libgstrtmp.so

#----------------------------------------------------------------------------

%package -n %{bname}-directfb
Summary:	GStreamer plug-in for DirectFB output
Group:		Video
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(directfb)

%description -n %{bname}-directfb
Plug-in supporting the video output to DirectFB.

%files -n %{bname}-directfb
%{_libdir}/gstreamer-%{api}/libgstdfbvideosink.so

#----------------------------------------------------------------------------

%package -n %{bname}-soundtouch
Summary:	GStreamer plug-in for SoundTouch support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(soundtouch)

%description -n %{bname}-soundtouch
Plug-in supporting the SoundTouch audio manipulation support.

%files -n %{bname}-soundtouch
%{_libdir}/gstreamer-%{api}/libgstsoundtouch.so

#----------------------------------------------------------------------------

%package -n %{bname}-kate
Summary:	GStreamer Karaoke and text plugin
Group:		Video
BuildRequires:	pkgconfig(tiger)

%description -n %{bname}-kate
This is a Karaoke and text plugin for GStreamer based on libkate and libtiger.

%files -n %{bname}-kate
%{_libdir}/gstreamer-%{api}/libgstkate.so

#----------------------------------------------------------------------------

%package -n %{bname}-libass
Summary:	GStreamer subtitles plugin
Group:		Video
BuildRequires:	pkgconfig(libass)

%description -n %{bname}-libass
This is a subtitle plugin for GStreamer based on libass.

%files -n %{bname}-libass
%{_libdir}/gstreamer-%{api}/libgstassrender.so

#----------------------------------------------------------------------------

%package -n %{bname}-resindvd
Summary:	GStreamer DVD menu plugin
Group:		Video
BuildRequires:	pkgconfig(dvdnav)

%description -n %{bname}-resindvd
This is a DVD playback plugin for GStreamer with menu support.

%files -n %{bname}-resindvd
%{_libdir}/gstreamer-%{api}/libresindvd.so

#----------------------------------------------------------------------------

%package -n %{bname}-voip
Summary:	GStreamer voip plugins
Group:		Sound

%description -n %{bname}-voip
This is a collection of VoIP plugins for GStreamer.

%files -n %{bname}-voip
%{_libdir}/gstreamer-%{api}/libgstrtpmux.so
%{_libdir}/gstreamer-%{api}/libgstliveadder.so
%{_libdir}/gstreamer-%{api}/libgstdtmf.so

#----------------------------------------------------------------------------

%package -n %{bname}-cog
Summary:	GStreamer COG plugin
Group:		Video
BuildRequires:	pkgconfig(orc-0.4)

%description -n %{bname}-cog
This is a signal processing plugin for GStreamer based on Orc.

%files -n %{bname}-cog
%{_libdir}/gstreamer-%{api}/libgstcog.so

#----------------------------------------------------------------------------

%package -n %{bname}-vdpau
Summary:	GStreamer plug-in for playback using VDPAU
Group:		Video
BuildRequires:	vdpau-devel

%description -n %{bname}-vdpau
This plug-in adds video playback support to GStreamer based on VDPAU 
(Video Decode and Presentation API for Unix).

%files -n %{bname}-vdpau
%{_libdir}/gstreamer-%{api}/libgstvdpau.so

#----------------------------------------------------------------------------

%if %{build_faad}
%package -n %{bname}-faad
Summary:	GStreamer plug-in for AAC audio playback
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	libfaad2-devel => 2.0

%description -n %{bname}-faad
Plug-ins for playing AAC audio

This package is in restricted as it violates some patents.

%files -n %{bname}-faad
%{_libdir}/gstreamer-%{api}/libgstfaad.so
%endif

#----------------------------------------------------------------------------

%if %{build_faac}
%package -n %{bname}-faac
Summary:	GStreamer plug-ins for AAC audio encoding
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	libfaac-devel

%description -n %{bname}-faac
Plug-ins for encoding AAC audio

This package is in restricted as it violates some patents.

%files -n %{bname}-faac
%{_libdir}/gstreamer-%{api}/libgstfaac.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-gsm
Summary:	GStreamer plugin for GSM lossy audio format
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	gsm-devel >= 1.0.10

%description -n %{bname}-gsm
Output plugin for GStreamer to convert to GSM lossy audio format.

%files -n %{bname}-gsm
%{_libdir}/gstreamer-%{api}/libgstgsm.so

#----------------------------------------------------------------------------

%package -n %{bname}-neon
Summary:	GStreamer HTTP plugin based on libneon
Group:		System/Libraries
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(neon)

%description -n %{bname}-neon
Plug-in for HTTP access based on libneon.

%files -n %{bname}-neon
%{_libdir}/gstreamer-%{api}/libgstneonhttpsrc.so

#----------------------------------------------------------------------------

%package -n %{bname}-nas
Summary:	Gstreamer output plugin for the NAS sound server
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	nas-devel

%description -n %{bname}-nas
Output plugin for GStreamer for use with the nas sound server.

%files -n %{bname}-nas
%{_libdir}/gstreamer-%{api}/libgstnassink.so

#----------------------------------------------------------------------------

%if %{build_amrwb}
%package -n %{bname}-amrwb
Summary:	GStreamer plug-in for AMR-WB support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(vo-amrwbenc)

%description -n %{bname}-amrwb
Plug-in for decoding AMR-WB under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-amrwb
%{_datadir}/gstreamer-%{api}/presets/GstVoAmrwbEnc.prs
%{_libdir}/gstreamer-%{api}/libgstvoamrwbenc.so
%endif

#----------------------------------------------------------------------------

%if %{build_voaac}
%package -n %{bname}-vo-aac
Summary:	GStreamer plug-in for VisualOn AAC encoding
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(vo-aacenc)

%description -n %{bname}-vo-aac
Plug-in for encoding AAC under GStreamer based on VisualOn AAC library.

This package is in restricted as it violates some patents.

%files -n %{bname}-vo-aac
%{_libdir}/gstreamer-%{api}/libgstvoaacenc.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-jp2k
Summary:	GStreamer plug-in for JPEG2000 support
Group:		Graphics
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(jasper)

%description -n %{bname}-jp2k
Plug-in for JPEG2000 support under GStreamer.

%files -n %{bname}-jp2k
%{_libdir}/gstreamer-%{api}/libgstjp2k.so
%{_libdir}/gstreamer-%{api}/libgstjp2kdecimator.so

#----------------------------------------------------------------------------

%if %{build_celt}
%package -n %{bname}-celt
Summary:	GStreamer plug-in for CELT support
Group:		Video
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(celt)

%description -n %{bname}-celt
Plug-in for CELT support under GStreamer.

%files -n %{bname}-celt
%{_libdir}/gstreamer-%{api}/libgstcelt.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-rsvg
Summary:	GStreamer plug-in for SVG support
Group:		Graphics
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(librsvg-2.0)

%description -n %{bname}-rsvg
Plug-in for SVG support under GStreamer.

%files -n %{bname}-rsvg
%{_libdir}/gstreamer-%{api}/libgstrsvg.so

#----------------------------------------------------------------------------

%package doc
Group:		Books/Computer books
Summary:	GStreamer application library

%description doc
This is the documentation of %{name}.

%files doc
%doc docs/plugins/html
%{_datadir}/gtk-doc/html/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches
#gw broken configure in 0.10.19.2
#autoreconf -fi

%build
#work around broken mjpegtools headers including config.h:
export CPPFLAGS="-I."
%configure2_5x \
	--disable-static \
	--disable-dependency-tracking \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
%if ! %{build_celt}
	--disable-celt \
%endif
%if ! %{build_faac}
	--disable-faac \
%endif
%if ! %{build_faad}
	--disable-faad \
%endif
%if ! %{build_dirac}
	--disable-dirac \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang %{oname}-%{api}


%changelog
* Wed Sep 11 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.23-5plf
+ Revision: a475ea9
- LOG Enable opus codes, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26589 |14rr|gstreamer0.10-plugins-ugly-0.10.19-4plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.10
%define majorminor 0.10
%define bname gstreamer0.10
%define build_plf 0
%{?_with_plf: %{expand: %%global build_plf 1}}
%define build_experimental 0
%{?_with_experimental: %{expand: %%global build_experimental 1}}
%define build_lame 0
%define build_amrnb 0
%define build_amrwbdec 0
%define build_x264 0

######################################33
# Hardcode PLF build
%define build_plf 1
######################################33

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_lame 1
%define build_x264 1
%define build_amrnb 1
%define build_amrwbdec 1
%endif

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-ugly
Version:	0.10.19
Release:	4%{?extrarelsuffix}
License:	LGPLv2+
Group:		Sound
URL:		http://gstreamer.freedesktop.org/
Source:		http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{version}.tar.xz
Patch0:		gstreamer-plugins-ugly-0.10.17-amr-linking.patch
Patch1:		gst-plugins-ugly-0.10.19-opencore.patch
# mugged from arch
Patch2:		gstreamer-plugins-ugly-0.10.19-cdio-0.90.patch
%ifnarch %{mips} %{arm}
BuildRequires:	valgrind
%endif
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(orc-0.4) >= 0.4.5
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that have good quality and
correct functionality, but distributing them might pose problems. The
license on either the plug-ins or the supporting libraries might not
be how the GStreamer authors like. The code might be widely known to
present patent problems.

%if %{build_plf}
This package is in Restricted repository as it violates some patents.
%endif

%files -f gst-plugins-ugly-%{majorminor}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{majorminor}/libgstasf.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdlpcmdec.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdread.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdsub.so
%{_libdir}/gstreamer-%{majorminor}/libgstiec958.so
%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpegaudioparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpegstream.so
%{_libdir}/gstreamer-%{majorminor}/libgstrmdemux.so
%if %{build_experimental}
%{_libdir}/gstreamer-%{majorminor}/libgstsynaesthesia.so
%endif

#----------------------------------------------------------------------------

%if %{build_lame}
### LAME ###
%package -n %{bname}-lame
Summary:	GStreamer plug-in for encoding mp3 songs using lame
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	liblame-devel >= 3.89

%description -n %{bname}-lame
Plug-in for encoding mp3 with lame under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-lame
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
%endif

#----------------------------------------------------------------------------

%if %{build_x264}
%package -n %{bname}-x264
Summary:	GStreamer plug-in for H264/AVC video encoding
Group:		Video
BuildRequires:	pkgconfig(x264)

%description -n %{bname}-x264
Plug-in for encoding H264/AVC video.

This package is in restricted as it violates some patents.

%files -n %{bname}-x264
%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstX264Enc.prs
%endif

#----------------------------------------------------------------------------

%if %{build_amrnb}
%package -n %{bname}-amrnb
Summary:	GStreamer plug-in for AMR-NB support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(opencore-amrnb)

%description -n %{bname}-amrnb
Plug-in for decoding AMR-NB under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-amrnb
%{_libdir}/gstreamer-%{majorminor}/libgstamrnb.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstAmrnbEnc.prs
%endif

#----------------------------------------------------------------------------

%if %{build_amrwbdec}
%package -n %{bname}-amrwbdec
Summary:	GStreamer plug-in for AMR-WB decoding support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(opencore-amrwb)

%description -n %{bname}-amrwbdec
Plug-in for decoding AMR-Wb under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-amrwbdec
%{_libdir}/gstreamer-%{majorminor}/libgstamrwbdec.so
%endif

#----------------------------------------------------------------------------

### SIDPLAY ###
%package -n %{bname}-sid
Summary:	GStreamer Sid C64 music plugin
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	sidplay-devel => 1.36.0

%description -n %{bname}-sid
Plugin for playback of C64 SID format music files

%files -n %{bname}-sid
%{_libdir}/gstreamer-%{majorminor}/libgstsid.so

#----------------------------------------------------------------------------

### A52DEC ###
%package -n %{bname}-a52dec
Summary:	GStreamer VOB decoder plugin
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	a52dec-devel

%description -n %{bname}-a52dec
Plugin for decoding of VOB files

%files -n %{bname}-a52dec
%{_libdir}/gstreamer-%{majorminor}/libgsta52dec.so

#----------------------------------------------------------------------------

%package -n %{bname}-mpeg
Summary:	GStreamer plug-ins for MPEG video playback and encoding
Group:		Video
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libmpeg2)

%description -n %{bname}-mpeg
Plug-ins for playing and encoding MPEG video.

%files -n %{bname}-mpeg
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so

#----------------------------------------------------------------------------

%package -n %{bname}-cdio
Summary:	GStreamer plug-in for audio CD playback
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libcdio)
Conflicts:	%{bname}-plugins-good < 0.10.10

%description -n %{bname}-cdio
Plug-in for audio CD playback.

%files -n %{bname}-cdio
%{_libdir}/gstreamer-%{majorminor}/libgstcdio.so

#----------------------------------------------------------------------------

%package -n %{bname}-twolame
Summary:	GStreamer plug-in for MP2 encoding support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(twolame)

%description -n %{bname}-twolame
Plug-in for encoding MP2 under GStreamer.

%files -n %{bname}-twolame
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so

#----------------------------------------------------------------------------

%prep
%setup -q -n gst-plugins-ugly-%{version}
%apply_patches
autoconf

%build
%configure2_5x \
	--disable-dependency-tracking \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
%if !%{build_lame}
	--disable-lame \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang gst-plugins-ugly-%{majorminor}

rm -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.a
rm -f %{buildroot}%{_libdir}/*.a

%check
cd tests/check
make check

%changelog
* Tue Jul 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.19-4plf
+ Revision: b6bcda1
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26590 |14rr|gstreamer1.0-plugins-bad-1.2.4-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		1.0
%define bname		gstreamer%{api}

%define build_experimental	0
%{?_with_experimental: %{expand: %%global build_experimental 1}}
%define build_amrwb	0
%define build_faac	0
%define build_faad	0
%define build_xvid	0
%define build_dts	0
%define build_dirac	0
%define build_gme	1
%define build_celt	0

##########################
# Hardcode PLF build
%define build_plf	1
##########################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_amrwb	0
%define build_faac	1
%define build_faad	1
%define build_xvid	0
%define build_dts	1
%endif

%define libmajor	0
%define libnamephoto	%mklibname gstphotography %{api} %{libmajor}
%define develnamephoto	%mklibname -d gstphotographyi %{api}
%define libnamebase	%mklibname gstbasevideo %{api} %{libmajor}
%define develnamebase	%mklibname -d gstbasevideo %{api}
%define libnamempegts   %mklibname -d gstmpegts %{api} %{libmajor}
%define develnamempegts	%mklibname -d gstmpegts %{api}
%define libnameuridownloader	%mklibname -d gsturidownloader %{api} %{libmajor}
%define develnameuridownloader	%mklibname -d gsturidownloader %{api}
%define libnameinsertbin	%mklibname -d gstinsertbin %{api} %{libmajor}
%define develnameinsertbin	%mklibname -d gstinsertbin %{api}

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-bad
Version:	1.2.4
Release:	1%{?extrarelsuffix}
License:	LGPLv2+ and GPLv2+
Group: 		Sound
URL:		http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
Patch0:		gst-plugins-bad-0.10.7-wildmidi-timidity.cfg.patch
# gw: fix for bug #36437 (paths to realplayer codecs)
# prefer codecs from the RealPlayer package in restricted
Patch10:	gst-plugins-bad-0.10.6-real-codecs-path.patch
Patch11:	gst-plugins-bad-0.10.23-attribute.patch
#gw for the pixbuf plugin
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(orc-0.4) >= 0.4.5
BuildRequires:	pkgconfig(sdl)
BuildRequires:	libbzip2-devel
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(exempi-2.0)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(opus)
%ifarch %ix86
BuildRequires:	nasm => 0.90
%endif
BuildRequires:	pkgconfig(valgrind)
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
BuildRequires:	pkgconfig(gstreamer-1.0) >= %{version}
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(libmimic)
BuildRequires:	pkgconfig(libass)
%if %{build_plf}
BuildRequires:	pkgconfig(vo-aacenc)
BuildRequires:	pkgconfig(vo-amrwbenc)
%endif
#gw for checks
#BuildRequires:	gstreamer0.10-plugins-good
BuildRequires:	fonts-ttf-dejavu
#gw for autoreconf
BuildRequires:	gettext-devel
Obsoletes:	%{bname}-voip < %{version}-%{release}
Obsoletes:	%{bname}-rtpvp8 < %{version}-%{release}

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're
missing something - be it a good code review, some documentation, a
set of tests, a real live maintainer, or some actual wide use. If the
blanks are filled in they might be upgraded to become part of either
gstreamer-plugins-good or gstreamer-plugins-ugly, depending on the
other factors. If the plug-ins break, you can't complain - instead,
you can fix the problem and send us a patch, or bribe someone into
fixing them for you.  New contributors can start here for things to
work on.

%if %{build_plf}
This package is in restricted repository as it violates some patents.
%endif

%package -n %{libnamephoto}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libnamephoto}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnamephoto}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libnamephoto} = %{version}-%{release}
Provides:	gstphotography%{api}-devel = %{version}-%{release}

%description -n %{develnamephoto}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{libnamempegts}
Summary:        Libraries for GStreamer streaming-media framework
Group:          System/Libraries

%description -n %{libnamempegts}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnamempegts}
Summary:        Libraries and include files for GStreamer streaming-media framework
Group:          Development/C
Requires:       %{libnamempegts} = %{version}-%{release}
Provides:       gstmpegts%{api}-devel = %{version}-%{release}

%description -n %{develnamempegts}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{libnameuridownloader}
Summary:        Libraries for GStreamer streaming-media framework
Group:          System/Libraries

%description -n %{libnameuridownloader}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnameuridownloader}
Summary:        Libraries and include files for GStreamer streaming-media framework
Group:          Development/C
Requires:       %{libnameuridownloader} = %{version}-%{release}
Provides:       gsturidownloader%{api}-devel = %{version}-%{release}

%description -n %{develnameuridownloader}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{libnameinsertbin}
Summary:        Libraries for GStreamer streaming-media framework
Group:          System/Libraries

%description -n %{libnameinsertbin}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnameinsertbin}
Summary:        Libraries and include files for GStreamer streaming-media framework
Group:          Development/C
Requires:       %{libnameinsertbin} = %{version}-%{release}
Provides:       gstinsertbin%{api}-devel = %{version}-%{release}

%description -n %{develnameinsertbin}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{libnamebase}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libnamebase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%package -n %{develnamebase}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libnamebase} = %{version}-%{release}
Provides:	gstbasevideo%{api}-devel = %{version}-%{release}

%description -n %{develnamebase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%package -n %{bname}-curl
Summary:	GStreamer Curl plugin
Group:		Networking/Other
BuildRequires:	pkgconfig(libcurl)

%description -n %{bname}-curl
This is a HTTP plugin for GStreamer based on the curl library.

%files -n %{bname}-curl
%{_libdir}/gstreamer-%{api}/libgstcurl.so

%package -n %{bname}-mpeg2enc
Summary:	GStreamer mjpegtools plug-in
Group:		Video
BuildRequires:	pkgconfig(mjpegtools)

%description -n %{bname}-mpeg2enc
mjpegtools-based encoding and decoding plug-in.

%files -n %{bname}-mpeg2enc
%{_libdir}/gstreamer-%{api}/libgstmpeg2enc.so
%{_libdir}/gstreamer-%{api}/libgstmplex.so

%if %{build_gme}
%package -n %{bname}-gme
Summary:	GStreamer Game Music plug-in
Group:		Sound
BuildRequires:	libgme-devel

%description -n %{bname}-gme
Game Music decoding plug-in.

%files -n %{bname}-gme
%{_libdir}/gstreamer-%{api}/libgstgme.so
%endif

%if %{build_dirac}
%package -n %{bname}-dirac
Summary:	GStreamer dirac plug-in
Group:		Video
BuildRequires:	pkgconfig(dirac) >= 0.9

%description -n %{bname}-dirac
Dirac encoding and decoding plug-in.

%files -n %{bname}-dirac
%{_libdir}/gstreamer-%{api}/libgstdirac.so
%endif

%package -n %{bname}-schroedinger
Summary:	GStreamer dirac plug-in based on Schroedinger
Group:		Video
BuildRequires:	pkgconfig(schroedinger-1.0)
Epoch:		1

%description -n %{bname}-schroedinger
Dirac encoding and decoding plug-in based on Schroedinger.

%files -n %{bname}-schroedinger
%{_libdir}/gstreamer-%{api}/libgstschro.so

%if %build_dts
%package -n %{bname}-dts
Summary:	GStreamer plug-ins for DTS audio playback
Group:		Sound
BuildRequires:	dtsdec-devel

%description -n %{bname}-dts
Plug-ins for decoding DTS audio.

%files -n %{bname}-dts
%{_libdir}/gstreamer-%{api}/libgstdtsdec.so
%endif

%if %{build_xvid}
%package -n %{bname}-xvid
Summary:	GStreamer plug-ins for XVID video encoding and decoding
Group:		Video
BuildRequires:	xvid-devel >= 1.1

%description -n %{bname}-xvid
Plug-ins for encoding and decoding XVID video.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-xvid
%{_libdir}/gstreamer-%{api}/libgstxvid.so
%endif

%package -n %{bname}-mms
Summary:	GStreamer plug-in for mms streams
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(libmms)

%description -n %{bname}-mms
Plug-in supporting the mms protocol based on the libmms library.

%files -n %{bname}-mms
%{_libdir}/gstreamer-%{api}/libgstmms.so

%package -n %{bname}-rtmp
Summary:	GStreamer plug-in for rtmp streams
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(librtmp)

%description -n %{bname}-rtmp
Plug-in supporting the rtmp protocol based on the librtmp library.

%files -n %{bname}-rtmp
%{_libdir}/gstreamer-%{api}/libgstrtmp.so

%package -n %{bname}-soundtouch
Summary:	GStreamer plug-in for SoundTouch support
Group:		Sound
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(soundtouch)

%description -n %{bname}-soundtouch
Plug-in supporting the SoundTouch audio manipulation support.

%files -n %{bname}-soundtouch
%{_libdir}/gstreamer-%{api}/libgstsoundtouch.so

%package -n %{bname}-libass
Summary:	GStreamer subtitles plugin
Group:		Video
BuildRequires:	pkgconfig(libass)

%description -n %{bname}-libass
This is a subtitle plugin for GStreamer based on libass.

%files -n %{bname}-libass
%{_libdir}/gstreamer-%{api}/libgstassrender.so

%package doc
Group:		Books/Computer books
Summary:	GStreamer application library
BuildArch:	noarch

%description doc
This is the documentation of %{name}.

%prep
%setup -q -n gst-plugins-bad-%{version}
%apply_patches

%build
%configure2_5x --disable-dependency-tracking --disable-static \
  --with-package-name='Rosa %{name} package' \
  --with-package-origin='http://www.rosalinux.com/' \
%if ! %{build_celt}
	--disable-celt \
%endif
%if ! %{build_faac}
	--disable-faac \
%endif
%if ! %{build_faad}
	--disable-faad \
%endif
%if ! %{build_dirac}
	--disable-dirac \
%endif
%if ! %{build_xvid}
	--disable-xvid \
%endif
%if ! %{build_dts}
	--disable-dts \
%endif
%if ! %{build_plf}
	--disable-voamrwbenc --disable-voaacenc \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

make

%install
%makeinstall_std

%find_lang gst-plugins-bad-%{api}

# Clean out files that should not be part of the rpm.
# This is the recommended way of dealing with it for RH8
find %{buildroot} -name '*.la' -delete

%files doc
%doc docs/plugins/html
%{_datadir}/gtk-doc/html/

%files -f gst-plugins-bad-%{api}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{api}/libgstadpcmdec.so
%{_libdir}/gstreamer-%{api}/libgstadpcmenc.so
%{_libdir}/gstreamer-%{api}/libgstasfmux.so
%{_libdir}/gstreamer-%{api}/libgstaudiovisualizers.so
%{_libdir}/gstreamer-%{api}/libgstautoconvert.so
%{_libdir}/gstreamer-%{api}/libgstbayer.so
%{_libdir}/gstreamer-%{api}/libgstcamerabin2.so
%{_libdir}/gstreamer-%{api}/libgstcoloreffects.so
%{_libdir}/gstreamer-%{api}/libgstdataurisrc.so
%{_libdir}/gstreamer-%{api}/libgstdebugutilsbad.so
%{_libdir}/gstreamer-%{api}/libgstdvb.so
%{_libdir}/gstreamer-%{api}/libgstdvbsuboverlay.so
%{_libdir}/gstreamer-%{api}/libgstdvdspu.so
%{_libdir}/gstreamer-%{api}/libgstfieldanalysis.so
%{_libdir}/gstreamer-%{api}/libgstfestival.so
%{_libdir}/gstreamer-%{api}/libgstfrei0r.so
%{_libdir}/gstreamer-%{api}/libgstgaudieffects.so
%{_libdir}/gstreamer-%{api}/libgstgdp.so
%{_libdir}/gstreamer-%{api}/libgstgeometrictransform.so
%{_libdir}/gstreamer-%{api}/libgstid3tag.so
%{_libdir}/gstreamer-%{api}/libgstinter.so
%{_libdir}/gstreamer-%{api}/libgstinterlace.so
%{_libdir}/gstreamer-%{api}/libgstjpegformat.so
%{_libdir}/gstreamer-%{api}/libgstliveadder.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsmux.so
%{_libdir}/gstreamer-%{api}/libgstmimic.so
%{_libdir}/gstreamer-%{api}/libgstmpegpsdemux.so
%{_libdir}/gstreamer-%{api}/libgstopus.so
%{_libdir}/gstreamer-%{api}/libgstpcapparse.so
%{_libdir}/gstreamer-%{api}/libgstpnm.so
%{_libdir}/gstreamer-%{api}/libgstrawparse.so
%{_libdir}/gstreamer-%{api}/libgstremovesilence.so
%{_libdir}/gstreamer-%{api}/libgstsdpelem.so
%{_libdir}/gstreamer-%{api}/libgstsegmentclip.so
%{_libdir}/gstreamer-%{api}/libgstshm.so
%{_libdir}/gstreamer-%{api}/libgstsiren.so
%{_libdir}/gstreamer-%{api}/libgstsmooth.so
%{_libdir}/gstreamer-%{api}/libgstspeed.so
%{_libdir}/gstreamer-%{api}/libgstsubenc.so
%{_libdir}/gstreamer-%{api}/libgstbz2.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsdemux.so
%{_libdir}/gstreamer-%{api}/libgstvideoparsersbad.so
%{_libdir}/gstreamer-%{api}/libgstdecklink.so
%{_libdir}/gstreamer-%{api}/libgstmpegpsmux.so
%{_libdir}/gstreamer-%{api}/libgstmidi.so
%{_libdir}/gstreamer-%{api}/libgstopenal.so
%{_libdir}/gstreamer-%{api}/libgstrfbsrc.so
%{_libdir}/gstreamer-%{api}/libgstaccurip.so
%{_libdir}/gstreamer-%{api}/libgstaiff.so
%{_libdir}/gstreamer-%{api}/libgstaudiofxbad.so
%{_libdir}/gstreamer-%{api}/libgstdashdemux.so
%{_libdir}/gstreamer-%{api}/libgstdfbvideosink.so
%{_libdir}/gstreamer-%{api}/libgstfbdevsink.so
%{_libdir}/gstreamer-%{api}/libgstfreeverb.so
%{_libdir}/gstreamer-%{api}/libgstivtc.so
%{_libdir}/gstreamer-%{api}/libgstmfc.so
%{_libdir}/gstreamer-%{api}/libgstmxf.so
%{_libdir}/gstreamer-%{api}/libgstsmoothstreaming.so
%{_libdir}/gstreamer-%{api}/libgstvideofiltersbad.so
%{_libdir}/gstreamer-%{api}/libgstyadif.so

%if %{build_plf}
%{_libdir}/gstreamer-%{api}/libgstvoaacenc.so
%{_libdir}/gstreamer-%{api}/libgstvoamrwbenc.so
%{_datadir}/gstreamer-%{api}/presets/GstVoAmrwbEnc.prs
%endif
%if %{build_experimental}
#%{_libdir}/gstreamer-%{api}/libgstdeinterlace2.so
%endif

%{_libdir}/gstreamer-%{api}/libgstmodplug.so
%{_libdir}/gstreamer-%{api}/libgsty4mdec.so

%if %{build_faad}
%package -n %{bname}-faad
Summary:	GStreamer plug-in for AAC audio playback
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	libfaad2-devel

%description -n %{bname}-faad
Plug-ins for playing AAC audio

This package is in restricted repository as it violates some patents.

%files -n %{bname}-faad
%{_libdir}/gstreamer-%{api}/libgstfaad.so
%endif

%if %{build_faac}
%package -n %{bname}-faac
Summary:	GStreamer plug-ins for AAC audio encoding
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	libfaac-devel

%description -n %{bname}-faac
Plug-ins for encoding AAC audio

This package is in restricted repository as it violates some patents.

%files -n %{bname}-faac
%{_libdir}/gstreamer-%{api}/libgstfaac.so
%endif

%package -n %{bname}-gsm
Summary:	GStreamer plugin for GSM lossy audio format
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	gsm-devel >= 1.0.10

%description -n %{bname}-gsm
Output plugin for GStreamer to convert to GSM lossy audio format.

%files -n %{bname}-gsm
%{_libdir}/gstreamer-%{api}/libgstgsm.so

%if 0
### SWFDEC FLASH PLUGIN ###
%package -n %{bname}-swfdec
Summary: 	GStreamer Flash rendering plug-in
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}
BuildRequires:	libswfdec-devel => 0.3.0

%description -n %{bname}-swfdec
Plug-in for rendering Flash animations using swfdec library

%files -n %{bname}-swfdec
%{_libdir}/gstreamer-%{api}/libgstswfdec.so
%endif

%if %{build_amrwb}
%package -n %{bname}-amrwb
Summary:	GStreamer plug-in for AMR-WB support
Group:		Sound
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	libamrwb-devel

%description -n %{bname}-amrwb
Plug-in for decoding AMR-WB under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrwb
%{_datadir}/gstreamer-%{api}/presets/GstAmrwbEnc.prs
%{_libdir}/gstreamer-%{api}/libgstamrwbenc.so
%endif

%if %{build_celt}
%package -n %{bname}-celt
Summary:	GStreamer plug-in for CELT support
Group:		Video
Requires:	%{bname}-plugins >= %{version}
BuildRequires:	pkgconfig(celt) >= 0.7.0

%description -n %{bname}-celt
Plug-in for CELT support under GStreamer.

%files -n %{bname}-celt
%{_libdir}/gstreamer-%{api}/libgstcelt.so
%endif

%files -n %{libnamephoto}
%{_libdir}/libgstphotography-%{api}.so.%{libmajor}*
%{_libdir}/libgstcodecparsers-%{api}.so.%{libmajor}*

%files -n %{develnamephoto}
%{_libdir}/libgstcodecparsers-%{api}.so
%{_libdir}/libgstphotography-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/codecparsers/
%{_includedir}/gstreamer-%{api}/gst/interfaces/photography*
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-codecparsers-%{api}.pc

%files -n %{libnamempegts}
%{_libdir}/libgstmpegts-%{api}.so.%{libmajor}*
#%{_libdir}/girepository-%{api}/GstMpegts-%{api}.typelib

%files -n %{develnamempegts}
%{_libdir}/libgstmpegts-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/mpegts/*
%{_libdir}/pkgconfig/gstreamer-mpegts-%{api}.pc
#%{_datadir}/gir-%{api}/GstMpegts-%{api}.gir

%files -n %{libnameinsertbin}
%{_libdir}/libgstinsertbin-%{api}.so.%{libmajor}*
#%{_libdir}/girepository-%{api}/GstInsertBin-%{api}.typelib

%files -n %{develnameinsertbin}
%{_libdir}/libgstinsertbin-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/insertbin/*
%{_libdir}/pkgconfig/gstreamer-insertbin-%{api}.pc
#%{_datadir}/gir-%{api}/GstInsertBin-%{api}.gir

%files -n %{libnameuridownloader}
%{_libdir}/libgsturidownloader-%{api}.so.%{libmajor}*
%{_libdir}/libgsturidownloader-%{api}.so

%files -n %{develnameuridownloader}
%{_includedir}/gstreamer-%{api}/gst/uridownloader/*

%files -n %{libnamebase}
%{_libdir}/libgstbasecamerabinsrc-%{api}.so.%{libmajor}*

%files -n %{develnamebase}
%{_libdir}/libgstbasecamerabinsrc-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/basecamerabinsrc/*



%changelog
* Fri May 16 2014 Tigro <arkady.shane@rosalab.ru> 1.2.4-1plf
+ Revision: 196b4e4
- drop gir and typelib files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26591 |14rr|gstreamer1.0-plugins-ugly-1.2.4-3plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1.0
%define majorminor	1.0
%define bname		gstreamer1.0
%define name		%{bname}-plugins-ugly

%define build_experimental	0
%{?_with_experimental: %{expand: %%global build_experimental 1}}
%define build_lame	0
%define build_amrnb	0
%define build_amrwbdec	0
%define build_x264	0

##########################
# Hardcode PLF build
%define build_plf	1
##########################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_lame	1
%define build_x264	1
%define build_amrnb	1
%define build_amrwbdec	1
%endif

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{name}
Version:	1.2.4
Release:	3%{?extrarelsuffix}
License:	LGPLv2+
Group:		Sound
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{version}.tar.xz
URL:		http://gstreamer.freedesktop.org/
#gw for the pixbuf plugin
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	gstreamer1.0-plugins-base-devel >= %{version}
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(dvdread)
%ifnarch %mips %arm
BuildRequires:	pkgconfig(valgrind)
%endif
BuildRequires:	pkgconfig(check)
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that have good quality and
correct functionality, but distributing them might pose problems. The
license on either the plug-ins or the supporting libraries might not
be how the GStreamer authors like. The code might be widely known to
present patent problems.

%if %{build_plf}
This package is in restricted repository as it violates some patents.
%endif

%prep
%setup -q -n gst-plugins-ugly-%{version}

%build
%configure2_5x --disable-dependency-tracking --disable-static \
  --with-package-name='Rosa %{name} package' \
  --with-package-origin='http://www.rosalinux.com/' \
%if ! %{build_lame}
	--disable-lame \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

%make

%check
cd tests/check
make check

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang gst-plugins-ugly-%{majorminor}

# Clean out files that should not be part of the rpm.
# This is the recommended way of dealing with it for RH8
find %{buildroot} -name '*.la' -delete

%files -f gst-plugins-ugly-%{majorminor}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{majorminor}/libgstasf.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdlpcmdec.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdread.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdsub.so
%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
%{_libdir}/gstreamer-%{majorminor}/libgstrmdemux.so
%if %{build_experimental}
%{_libdir}/gstreamer-%{majorminor}/libgstsynaesthesia.so
%endif
%{_libdir}/gstreamer-%{majorminor}/libgstxingmux.so

%if %{build_lame}
### LAME ###
%package -n %{bname}-lame
Summary:	GStreamer plug-in for encoding mp3 songs using lame
Group:		Sound
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	liblame-devel >= 3.89

%description -n %{bname}-lame
Plug-in for encoding mp3 with lame under GStreamer.

This package is in the restricted repository as it violates some patents.

%files -n %{bname}-lame
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
%endif

%if %{build_x264}
%package -n %{bname}-x264
Summary:	GStreamer plug-in for H264/AVC video encoding
Group:		Video
BuildRequires:	pkgconfig(x264)

%description -n %{bname}-x264
Plug-in for encoding H264/AVC video.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-x264
%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstX264Enc.prs
%endif

%if %{build_amrnb}
%package -n %{bname}-amrnb
Summary:	GStreamer plug-in for AMR-NB support
Group: 		Sound
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	pkgconfig(opencore-amrnb)

%description -n %{bname}-amrnb
Plug-in for decoding AMR-NB under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrnb
%{_libdir}/gstreamer-%{majorminor}/libgstamrnb.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstAmrnbEnc.prs
%endif

%if %{build_amrwbdec}
%package -n %{bname}-amrwbdec
Summary:	GStreamer plug-in for AMR-WB decoding support
Group:		Sound
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	pkgconfig(opencore-amrwb)

%description -n %{bname}-amrwbdec
Plug-in for decoding AMR-Wb under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrwbdec
%{_libdir}/gstreamer-%{majorminor}/libgstamrwbdec.so
%endif

### SIDPLAY ###
%package -n %{bname}-sid
Summary:	GStreamer Sid C64 music plugin
Group:		Sound
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	sidplay-devel => 1.36.0

%description -n %{bname}-sid
Plugin for playback of C64 SID format music files

%files -n %{bname}-sid
%{_libdir}/gstreamer-%{majorminor}/libgstsid.so

### A52DEC ###
%package -n %{bname}-a52dec
Summary:	GStreamer VOB decoder plugin
Group:		Sound
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	a52dec-devel >= 0.7.3

%description -n %{bname}-a52dec
Plugin for decoding of VOB files.

%files -n %{bname}-a52dec
%{_libdir}/gstreamer-%{majorminor}/libgsta52dec.so

%package -n %{bname}-mpeg
Summary:	GStreamer plug-ins for MPEG video playback and encoding
Group:		Video
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	pkgconfig(libmpeg2)

%description -n %{bname}-mpeg
Plug-ins for playing and encoding MPEG video.

%files -n %{bname}-mpeg
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so

%package -n %{bname}-cdio
Summary:	GStreamer plug-in for audio CD playback
Group:		Sound
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	pkgconfig(libcdio)
Conflicts:	%{bname}-plugins-good < 0.10.10

%description -n %{bname}-cdio
Plug-in for audio CD playback.

%files -n %{bname}-cdio
%{_libdir}/gstreamer-%{majorminor}/libgstcdio.so

%package -n %{bname}-twolame
Summary:	GStreamer plug-in for MP2 encoding support
Group:		Sound
Requires:	%{bname}-plugins >= %{version}-%{release}
BuildRequires:	pkgconfig(twolame)

%description -n %{bname}-twolame
Plug-in for encoding MP2 under GStreamer.

%files -n %{bname}-twolame
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so


%changelog
* Sun Jul 06 2014 abfonly <abfonly@gmail.com> 1.2.4-3plf
+ Revision: c5341ea
- rebuild against new libcdio, bump rel



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26592 |14rr|ices0-0.4-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define realname ices
%define distsuffix plf
%define perlver %(rpm -q perl --qf '%|EPOCH?{%{EPOCH}:}:{}|%{VERSION}')

%{expand:%%define py_ver %(python -V 2>&1| awk '{print $2}'|cut -d. -f1-2)}

Name:		ices0
Version:	0.4
Release:	8
Summary:	Source streaming for Icecast
Group:		System/Servers
License:	GPLv2
URL:		http://www.icecast.org
Source0:	%{realname}-%{version}.tar.bz2
Source1:	%{name}.init.bz2
Source2:	%{name}.logrotate.bz2
Patch0:		%{realname}.conf.patch.bz2
Patch1:		%{realname}.exit0.patch.bz2
BuildRequires:	perl-devel
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	liblame-devel
Provides:	%{realname} = %{version}-%{release}
Obsoletes:	%{realname} < %{version}-%{release}
Obsoletes:	ices-lame = %{version}-%{release}
Provides:	ices-lame < %{version}-%{release}
Requires: 	perl-base = %{perlver}

%description
Ices is a part of Icecast server. It's used to submit mp3 files from
a playlist.

This package is in restricted because it needs lame to reencode mp3 streams.

%prep
%setup -q -n %{realname}-%{version}
%patch -p0
%patch1 -p0
perl -pi -e 's/\#include \<parser.h\>/\#include \<libxml\/parser.h\>/' src/ices_config.c
perl -pi -e 's/\#include \<xmlmemory.h\>/\#include \<libxml\/xmlmemory.h\>/' src/ices_config.c
perl -pi -e 's!<BaseDirectory>.*</BaseDirectory>!<BaseDirectory>%{_var}/log/%{name}</BaseDirectory>!' conf/ices.conf.dist.in

%build
autoreconf -fi
%configure \
	--with-moddir=%{_sysconfdir}/%{realname} \
	--with-python-includes=%{_includedir}/python%{py_ver} \
	--without-faad \
	--without-flac \
	--with-lame \
	--with-vorbis

%make

%install
%makeinstall_std

mv %{buildroot}%{_bindir}/%{realname} %{buildroot}%{_bindir}/%{name}
mv %{buildroot}%{_sysconfdir}/ices.conf.dist %{buildroot}%{_sysconfdir}/%{realname}/ices.conf
mv %{buildroot}%{_sysconfdir}/ices/ices.pm.dist %{buildroot}%{_sysconfdir}/%{realname}/ices.pm
mv %{buildroot}%{_sysconfdir}/ices/ices.py.dist %{buildroot}%{_sysconfdir}/%{realname}/ices.py

rm -fr %{buildroot}/usr/doc
# We don't want libshout here !
rm -fr %{buildroot}%{_includedir}/shout
rm -f %{buildroot}%{_libdir}/libshout*

install -d -m 755 %{buildroot}%{_var}/log/%{name}
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
install -d -m 755 %{buildroot}%{_initrddir}
bzcat %{SOURCE1} > %{buildroot}%{_initrddir}/%{name}
bzcat %{SOURCE2} > %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

%pre
%_pre_useradd %{name} %{_var}/log/%{name} /bin/false

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

%files
%doc AUTHORS BUGS COPYING INSTALL NEWS README README.playlist TODO
%doc doc/icesmanual.html
%{_bindir}/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_mandir}/man1/ices.1*
%dir %{_sysconfdir}/%{realname}
%config(noreplace) %{_sysconfdir}/%{realname}/%{realname}.conf
%config(noreplace) %{_sysconfdir}/%{realname}/%{realname}.pm
%config(noreplace) %{_sysconfdir}/%{realname}/%{realname}.py
%attr(755,root,root) %config(noreplace) %{_initrddir}/%{name}
%attr(-,ices,ices) %{_var}/log/%{name}


%changelog
* Sun Jul 06 2014 abfonly <abfonly@gmail.com> 0.4-8
+ Revision: fe260d0
- Merge pull request #1 from abfonly/ices0-restricted:rosa2014.1
- Abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26593 |14rr|java-1.6.0-sun-1.6.0.26-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define        origin           sun
%define        priority         1600
%define        javaver          1.6.0
%define        cvsver           6u26
%define        over             %{cvsver}
%define        buildver         26

%define        cvsversion       %{cvsver}

%define        javaws_ver       %{javaver}
%define        javaws_version   %{cvsversion}

%define        ubuntu_svnrev    r361

%define        jdkbundle        jdk%{javaver}_%{buildver}
%define        sdklnk           java-%{javaver}-%{origin}
%define        jrelnk           jre-%{javaver}-%{origin}
%define        sdkdir           %{name}-%{version}
%define        jredir           %{sdkdir}/jre
%define        sdkbindir        %{_jvmdir}/%{sdklnk}/bin
%define        sdklibdir        %{_jvmdir}/%{sdklnk}/lib
%define        jrebindir        %{_jvmdir}/%{jrelnk}/bin
%define        jvmjardir        %{_jvmjardir}/%{name}-%{version}

%define fontdir                 %{_datadir}/fonts/java

%ifarch %{ix86}
%define        target_cpu       i586
%define        pluginname       %{_jvmdir}/%{jredir}/lib/i386/libnpjp2.so
%define        oldpluginname    %{_jvmdir}/%{jredir}/plugin/i386/ns7/libjavaplugin_oji.so
%define        priority2        1590
%define        javaplugin       libjavaplugin.so
%endif
%ifarch x86_64
%define        target_cpu       amd64
%define        pluginname       %{_jvmdir}/%{jredir}/lib/amd64/libnpjp2.so
%define        javaplugin       libjavaplugin.so.%{_arch}
%endif

%define        cgibindir        %{_var}/www/cgi-bin

# Avoid RPM 4.2+'s internal dep generator, it may produce bogus
# Provides/Requires here.
%define _use_internal_dependency_generator 0

# This prevents aggressive stripping.
%define _enable_debug_packages %{nil}
%define debug_package          %{nil}
%define __debug_install_post   /bin/true %{nil}

%define release 4
%define subrel 1

Name:           java-%{javaver}-%{origin}
Version:        %{javaver}.%{buildver}
Release:        %{release}
Summary:        Java Runtime Environment for %{name}
License:        Operating System Distributor License for Java (DLJ)
Group:          Development/Java
URL:            http://java.sun.com/j2se/%{javaver}
Source0:        http://dlc.sun.com/dlj/binaries/jdk-%{cvsversion}-dlj-linux-i586.bin
Source1:        http://dlc.sun.com/dlj/binaries/jdk-%{cvsversion}-dlj-linux-amd64.bin
# svn co -%{ubuntu_svnrev} --username guest --password "" https://jdk-distros.dev.java.net/svn/jdk-distros/trunk/linux/ubuntu/sun-java6/debian/
Source2:        jdk-6-dlj-ubuntu-%{ubuntu_svnrev}.tar.bz2
Source3:        java-1.6.0-sun.rpmlintrc
# (anssi) make javaws entry really point to javaws and create a different
# entry for the cache viewer where to it pointed previously (#31347):
Patch0:         jdk6-fix-javaws-desktop.patch
Provides:       jre-%{javaver}-%{origin} = %{version}-%{release}
Provides:       jre-%{origin} = %{version}-%{release}
Provides:       jre-%{javaver} java-%{javaver} jre = %{javaver}
Provides:       java-%{origin} = %{version}-%{release}
Provides:       java = %{javaver}
Provides:       %{_lib}%{name} = %{version}-%{release}
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires:       jpackage-utils >= 0:1.5.38
ExclusiveArch:  %{ix86} x86_64
BuildRequires:  jpackage-utils >= 0:1.5.38 sed desktop-file-utils
Provides:       javaws = %{javaws_ver}
Provides:       jndi = %{version} jndi-ldap = %{version}
Provides:       jndi-cos = %{version} jndi-rmi = %{version}
Provides:       jndi-dns = %{version}
Provides:       jaas = %{version}
Provides:       jsse = %{version}
Provides:       jce = %{version}
Provides:       jdbc-stdext = 3.0 jdbc-stdext = %{version}
Provides:       java-sasl = %{version}
%ifnarch x86_64
Obsoletes:      javaws-menu
Provides:       javaws-menu
%endif
# DLJ license requires these to be part of the JRE
Requires:       %{_lib}%{name}-plugin = %{version}-%{release}
Requires:       %{_lib}%{name}-alsa = %{version}-%{release}
Requires:       %{_lib}%{name}-jdbc = %{version}-%{release}
Requires:       %{name}-fonts = %{version}-%{release}
Provides:       j2re = %{version}-%{release}
Provides:       jre2 = %{version}-%{release}
Obsoletes:      j2re < %{version}-%{release}
Obsoletes:      jre2 < %{version}-%{release}
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root

%description
This package contains the Java Runtime Environment for %{name}.

%package devel
Summary:        Java Development Kit for %{name}
Group:          Development/Java
Requires(post): update-alternatives
Requires(postun): update-alternatives
Provides:       java-sdk-%{javaver}-%{origin} = %{version}-%{release}
Provides:       java-sdk-%{origin} = %{version}-%{release}
Provides:       java-sdk-%{javaver} java-sdk = %{javaver} jdk = %{javaver}
Provides:       java-devel-%{origin} = %{version}-%{release}
Provides:       java-%{javaver}-devel java-devel = %{javaver}
Requires:       %{_lib}%{name} = %{version}-%{release}
Provides:       jdk = %{version}-%{release}
Provides:       jdk2 = %{version}-%{release}
Provides:       j2sdk = %{version}-%{release}
Obsoletes:      jdk < %{version}-%{release}
Obsoletes:      jdk2 < %{version}-%{release}
Obsoletes:      j2sdk < %{version}-%{release}

%description devel
The Java(tm) Development Kit (JDK(tm)) contains the software and tools that
developers need to compile, debug, and run applets and applications
written using the Java programming language.

%package src
Summary:        Source files for %{name}
Group:          Development/Java
Requires:       %{name} = %{version}-%{release}

%description src
This package contains source files for %{name}.

%package demo
Summary:        Demonstration files for %{name}
Group:          Development/Java
Requires:       %{_lib}%{name} = %{version}-%{release}
# Without this a requirement on libjava_crw_demo_g.so is added which
# is not in the main java package. libjava_crw_demo.so is but not "_g".
AutoReq:        0

%description demo
This package contains demonstration files for %{name}.

%package plugin
Summary:        Browser plugin files for %{name}
Group:          Networking/WWW
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires:       %{_lib}%{name} = %{version}-%{release}
Provides:       java-plugin = %{javaver} java-%{javaver}-plugin = %{version}
Provides:       %{_lib}%{name}-plugin = %{version}-%{release}
Conflicts:      java-%{javaver}-ibm-plugin java-%{javaver}-blackdown-plugin
Conflicts:      java-%{javaver}-bea-plugin
Obsoletes:      java-1.3.1-plugin java-1.4.0-plugin java-1.4.1-plugin java-1.4.2-plugin

%description plugin
This package contains browser plugin files for %{name}.
Note!  This package supports browsers built with GCC 3.2 and later.

%package fonts
Summary:        TrueType fonts for %{origin} JVMs
Group:          System/Fonts/True type
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires:       %{name} = %{version}-%{release} freetype-tools
Requires:       mkfontdir
%if %mdkversion <= 201000
Requires(post): fontconfig
Requires(postun): fontconfig
%endif
Provides:       java-fonts = %{javaver} java-%{javaver}-fonts
Conflicts:      java-%{javaver}-ibm-fonts java-%{javaver}-blackdown-fonts
Conflicts:      java-%{javaver}-bea-fonts
Obsoletes:      java-1.3.1-fonts java-1.4.0-fonts java-1.4.1-fonts java-1.4.2-fonts

%description fonts
This package contains the TrueType fonts for %{origin} JVMs.

%package alsa
Summary:        ALSA support for %{name}
Group:          Development/Java
Requires:       %{_lib}%{name} = %{version}-%{release}
Provides:       %{_lib}%{name}-alsa = %{version}-%{release}

%description alsa
This package contains Advanced Linux Sound Architecture (ALSA) support
libraries for %{name}.

%package jdbc
Summary:        JDBC/ODBC bridge driver for %{name}
Group:          Development/Java
Requires:       %{_lib}%{name} = %{version}-%{release}
Provides:       %{_lib}%{name}-jdbc = %{version}-%{release}
AutoReq:        0

%description jdbc
This package contains the JDBC/ODBC bridge driver for %{name}.

%prep
%setup -q -T -c -n %{name}-%{version} -a2
%patch0 -p0
%ifarch i586
sh %{SOURCE0} --accept-license --unpack
%else
sh %{SOURCE1} --accept-license --unpack
%endif
cd %{jdkbundle}
%ifarch x86_64
rm -f man/man1/javaws.1
%endif

# fix perms
chmod -R go=u-w *
chmod -R u+w *

%build
for xdgmenu in debian/*desktop.in; do
        sed $xdgmenu \
        -e "s#@vendor@#Sun#g" \
        -e "s#@RELEASE@#%{javaver}#g" \
        -e "s#/@basedir@/bin#%{jrebindir}#g" \
        -e "s#Icon=.*#Icon=%{name}#g" \
        -e "s#@ia32txt@##g" \
        > %{name}-`echo $xdgmenu|cut -d- -f2|cut -d. -f1-2`
done
sed -i -e "s#%{jrebindir}#%{sdkbindir}#g" %{name}-jconsole.desktop
mv %{name}-java.desktop debian/sharedmimeinfo %{jdkbundle}/jre/lib

%install

export DONT_STRIP=1

cd %{jdkbundle}
%ifnarch x86_64
# install java-rmi-cgi
install -m755 bin/java-rmi.cgi -D %{buildroot}%{cgibindir}/java-rmi-%{version}.cgi
%endif

# main files
install -d %{buildroot}%{_jvmdir}/%{sdkdir}
cp -a COPYRIGHT LICENSE THIRDPARTYLICENSEREADME.txt bin include lib %{buildroot}%{_jvmdir}/%{sdkdir}
install -m644 src.zip -D %{buildroot}%{_prefix}/src/%{name}-%{version}.zip
ln -s %{_prefix}/src/%{name}-%{version}.zip %{buildroot}%{_jvmdir}/%{sdkdir}/src.zip

install -d %{buildroot}%{_jvmdir}/%{jredir}

# extensions handling
install -d %{buildroot}%{jvmjardir}
pushd %{buildroot}%{jvmjardir}
   ln -s %{_jvmdir}/%{jredir}/lib/jsse.jar jsse-%{version}.jar
   ln -s %{_jvmdir}/%{jredir}/lib/jce.jar jce-%{version}.jar
   for jar in jndi jndi-ldap jndi-cos jndi-rmi jaas jdbc-stdext sasl; do
   ln -s %{_jvmdir}/%{jredir}/lib/rt.jar $jar-%{version}.jar; done
   ln -s jdbc-stdext-%{version}.jar jdbc-stdext-3.0.jar
   for jar in *-%{version}.jar ; do
      if [ x%{version} != x%{javaver} ]; then
         ln -fs ${jar} $(echo $jar | sed "s|-%{version}.|-%{javaver}.|g")
      fi
      ln -fs ${jar} $(echo $jar | sed "s|-%{version}.|.|g")
   done
popd

# rest of the jre
cp -a jre/bin jre/lib %{buildroot}%{_jvmdir}/%{jredir}
cp -a jre/javaws jre/plugin %{buildroot}%{_jvmdir}/%{jredir}
install -d %{buildroot}%{_jvmdir}/%{jredir}/lib/endorsed

# jce policy file handling
install -d %{buildroot}%{_jvmprivdir}/%{name}/jce/vanilla
for file in local_policy.jar US_export_policy.jar; do
  mv %{buildroot}%{_jvmdir}/%{jredir}/lib/security/$file \
    %{buildroot}%{_jvmprivdir}/%{name}/jce/vanilla
  # for ghosts
  touch %{buildroot}%{_jvmdir}/%{jredir}/lib/security/$file
done

# versionless symlinks
pushd %{buildroot}%{_jvmdir}
ln -s %{jredir} %{jrelnk}
ln -s %{sdkdir} %{sdklnk}
popd

pushd %{buildroot}%{_jvmjardir}
ln -s %{sdkdir} %{jrelnk}
ln -s %{sdkdir} %{sdklnk}
popd

install -m644 jre/plugin/desktop/sun_java.png -D %{buildroot}%{_datadir}/pixmaps/%{name}.png

for desktop in ../*.desktop; do
        desktop-file-install        --vendor="" \
                                --remove-category="Application" \
                                --remove-category="X-Red-Hat-Base" \
                                --remove-category="AdvancedSettings" \
                                --add-category="X-MandrivaLinux-System-SunJava%{over}" \
                                --dir %{buildroot}%{_datadir}/applications $desktop
done

# make sure that this directory exist so update-alternatvies won't fail if shared-mime-info isn't installed
install -d %{buildroot}%{_datadir}/mime/packages

# man pages
install -d %{buildroot}%{_mandir}/man1
pushd man
for manpage in man1/*; do
        iconv -f iso-8859-1 -t utf-8 $manpage -o %{buildroot}%{_mandir}/man1/`basename $manpage .1`-%{name}.1
        install -m644 ja_JP.eucJP/$manpage -D %{buildroot}%{_mandir}/ja_JP.eucJP/man1/`basename $manpage .1`-%{name}.1
done
popd

# demo
install -d %{buildroot}%{_datadir}/%{name}
cp -a demo %{buildroot}%{_datadir}/%{name}
ln -s %{_datadir}/%{name}/demo %{buildroot}%{_jvmdir}

### font handling
# (anssi) This dir is used with java-1.5.0-sun as well, do not modify to avoid conflicts
install -d %{buildroot}%{fontdir}
#mv %{buildroot}%{_jvmdir}/%{jredir}/lib/fonts %{buildroot}%{fontdir}
#ln -s %{fontdir} %{buildroot}%{_jvmdir}/%{jredir}/lib/fonts
ln -s %{_sysconfdir}/java/font.properties %{buildroot}%{_jvmdir}/%{jredir}/lib

# These %ghost'd files are created properly in %post  -- Rex
touch %{buildroot}%{fontdir}/{fonts.{alias,dir,scale,cache-1},XftCache,encodings.dir}

# fontpath.d symlink
mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%{fontdir} \
    %{buildroot}%_sysconfdir/X11/fontpath.d/java:pri=50

# make sure that plugin dir exists so update-alternatives won't fail if mozilla/firefox isn't installed
install -d %{buildroot}%{_libdir}/mozilla/plugins

cd ..

# Most of this shamelessly stolen from redhat's kdebase-2.2.2 specfile
find %{buildroot}%{_jvmdir}/%{jredir} -type d \
| sed 's|'%{buildroot}'|%dir |' >  %{name}-%{version}-all.files
find %{buildroot}%{_jvmdir}/%{jredir} -type f -o -type l \
| sed 's|'%{buildroot}'||'      >> %{name}-%{version}-all.files

grep "plugin\|libnpjp2\|lib/locale"  %{name}-%{version}-all.files | sort \
> %{name}-%{version}-plugin.files
grep Jdbc    %{name}-%{version}-all.files | sort \
> %{name}-%{version}-jdbc.files
grep -F alsa.so %{name}-%{version}-all.files | sort \
> %{name}-%{version}-alsa.files
cat %{name}-%{version}-all.files \
| grep -v plugin \
| grep -v libnpjp2 \
| grep -v Jdbc \
| grep -v lib/fonts \
| grep -v lib/oblique-fonts \
| grep -v lib/locale \
| grep -vF alsa.so \
| grep -v jre/lib/security \
> %{name}-%{version}.files

%ifarch x86_64
%define        jreext        %{nil}
%else
%define        jreext        javaws
%endif
%define        jrebin        keytool orbd policytool rmid rmiregistry servertool tnameserv
%define        jreman        java %{jreext} %{jrebin} jvisualvm
%ifarch        x86_64
%define        jdkext        %{nil}
%else
%define        jdkext        HtmlConverter
%endif
%define        jdkboth        appletviewer extcheck idlj jar jarsigner javadoc javah javap jdb native2ascii rmic serialver jconsole pack200 unpack200 apt jinfo jmap jps jsadebugd jstack jstat jstatd jhat jrunscript schemagen wsgen wsimport xjc
%define        jdkman        %{jdkboth} javac
%define        jdkbin        %{jdkboth} %{jdkext}

for man in %{jreman}; do
echo %{_mandir}/man1/${man}-%{name}.1%{_extension} >> %{name}-%{version}.files
echo %{_mandir}/ja_JP.eucJP/man1/${man}-%{name}.1%{_extension} >> %{name}-%{version}.files
done
rm -f %{name}-%{version}-devel.files
for man in %{jdkman}; do
echo %{_mandir}/man1/${man}-%{name}.1%{_extension} >> %{name}-%{version}-devel.files
echo %{_mandir}/ja_JP.eucJP/man1/${man}-%{name}.1%{_extension} >> %{name}-%{version}-devel.files
done

# (eugeni) allow banco do brasil applet to work on 64bits architecture
mkdir -p %{buildroot}%_sysconfdir/.java/.systemPrefs
chmod 755 %{buildroot}%_sysconfdir/.java/.systemPrefs

%post
update-alternatives --install %{_bindir}/java java %{jrebindir}/java %{priority}%{expand:%(for bin in %{jrebin}; do echo -n -e \ \\\\\\n\
--slave %{_bindir}/${bin}                        ${bin}                        %{jrebindir}/${bin}; done)}%{expand:%(for man in %{jreman}; do echo -n -e \ \\\\\\n\
--slave %{_mandir}/man1/${man}.1%{_extension}        ${man}.1%{_extension}        %{_mandir}/man1/${man}-%{name}.1%{_extension}; done)}%{expand:%(for man in %{jreman}; do echo -n -e \ \\\\\\n\
--slave %{_mandir}/ja_JP.eucJP/man1/${man}.1%{_extension}        ${man}%{_extension}.ja_JP.eucJP        %{_mandir}/ja_JP.eucJP/man1/${man}-%{name}.1%{_extension}; done)} \
--slave        %{_bindir}/ControlPanel                        ControlPanel                %{jrebindir}/ControlPanel \
--slave        %{_bindir}/javaws                        javaws                        %{jrebindir}/javaws \
--slave %{_datadir}/mime/packages/java.xml        java.xml                %{_jvmdir}/%{jrelnk}/lib/sharedmimeinfo \
--slave        %{_jvmdir}/jre                                jre                        %{_jvmdir}/%{jrelnk} \
--slave        %{_jvmjardir}/jre                        jre_exports                %{_jvmjardir}/%{jrelnk}

# (Anssi 04/2008) bug #40201
# These used to be broken real files:
for file in %{_jvmdir}/%{jredir}/lib/security/local_policy.jar %{_jvmdir}/%{jrelnk}/lib/security/US_export_policy.jar; do
        [ -L "$file" ] || rm -f "$file"
done
update-alternatives \
--install \
        %{_jvmdir}/%{jrelnk}/lib/security/local_policy.jar \
        jce_%{javaver}_%{origin}_local_policy \
        %{_jvmprivdir}/%{name}/jce/vanilla/local_policy.jar \
        %{priority} \
--slave \
        %{_jvmdir}/%{jrelnk}/lib/security/US_export_policy.jar \
        jce_%{javaver}_%{origin}_us_export_policy \
        %{_jvmprivdir}/%{name}/jce/vanilla/US_export_policy.jar

update-alternatives --install %{_jvmdir}/jre-%{origin} jre_%{origin} %{_jvmdir}/%{jrelnk} %{priority} \
--slave %{_jvmjardir}/jre-%{origin}        jre_%{origin}_exports        %{_jvmjardir}/%{jrelnk}

update-alternatives --install %{_jvmdir}/jre-%{javaver} jre_%{javaver} %{_jvmdir}/%{jrelnk} %{priority} \
--slave %{_jvmjardir}/jre-%{javaver}        jre_%{javaver}_exports      %{_jvmjardir}/%{jrelnk}


%{update_desktop_database}
%{update_mime_database}

%post devel
update-alternatives --install %{_bindir}/javac javac %{sdkbindir}/javac %{priority}%{expand:%(for bin in %{jdkbin}; do echo -n -e \ \\\\\\n\
--slave %{_bindir}/${bin}                        ${bin}                        %{sdkbindir}/${bin}; done)}%{expand:%(for man in %{jdkman}; do echo -n -e \ \\\\\\n\
--slave %{_mandir}/man1/${man}.1%{_extension}        ${man}.1%{_extension}        %{_mandir}/man1/${man}-%{name}.1%{_extension}; done)}%{expand:%(for man in %{jdkman}; do echo -n -e \ \\\\\\n\
--slave %{_mandir}/ja_JP.eucJP/man1/${man}.1%{_extension}        ${man}%{_extension}.ja_JP.eucJP        %{_mandir}/ja_JP.eucJP/man1/${man}-%{name}.1%{_extension}; done)} \
--slave %{_jvmdir}/java                         java_sdk                %{_jvmdir}/%{sdklnk} \
--slave %{_jvmjardir}/java                      java_sdk_exports        %{_jvmjardir}/%{sdklnk}

update-alternatives --install %{_jvmdir}/java-%{origin} java_sdk_%{origin} %{_jvmdir}/%{sdklnk} %{priority} \
--slave %{_jvmjardir}/java-%{origin}        java_sdk_%{origin}_exports        %{_jvmjardir}/%{sdklnk}

update-alternatives --install %{_jvmdir}/java-%{javaver} java_sdk_%{javaver} %{_jvmdir}/%{sdklnk} %{priority} \
--slave %{_jvmjardir}/java-%{javaver}        java_sdk_%{javaver}_exports      %{_jvmjardir}/%{sdklnk}

%post plugin
%ifarch %ix86
update-alternatives --install %{_libdir}/mozilla/plugins/libjavaplugin.so %{javaplugin} %{pluginname} %{priority}
update-alternatives --install %{_libdir}/mozilla/plugins/libjavaplugin.so %{javaplugin} %{oldpluginname} %{priority2}
%endif

%ifarch x86_64
update-alternatives --install %{_libdir}/mozilla/plugins/libjavaplugin.so %{javaplugin} %{pluginname} %{priority}
%endif

%postun plugin
%ifarch %ix86
if ! [ -e "%{oldpluginname}" ]; then
update-alternatives --remove %{javaplugin} %{oldpluginname}
fi
%endif
if ! [ -e "%{pluginname}" ]; then
update-alternatives --remove %{javaplugin} %{pluginname}
fi

%postun
if ! [ -e "%{jrebindir}/java" ]; then
update-alternatives --remove java %{jrebindir}/java
update-alternatives --remove \
        jce_%{javaver}_%{origin}_local_policy \
        %{_jvmprivdir}/%{name}/jce/vanilla/local_policy.jar
update-alternatives --remove jre_%{origin}  %{_jvmdir}/%{jrelnk}
update-alternatives --remove jre_%{javaver} %{_jvmdir}/%{jrelnk}
fi

%{clean_desktop_database}
%{clean_mime_database}

%postun devel
if ! [ -e "%{sdkbindir}/javac" ]; then
update-alternatives --remove javac %{sdkbindir}/javac
update-alternatives --remove java_sdk_%{origin}  %{_jvmdir}/%{sdklnk}
update-alternatives --remove java_sdk_%{javaver} %{_jvmdir}/%{sdklnk}
fi

%post fonts
%define fonts   LucidaBrightItalic.ttf LucidaSansDemiBold.ttf LucidaTypewriterBold.ttf LucidaBrightDemiItalic.ttf LucidaBrightRegular.ttf LucidaSansRegular.ttf LucidaTypewriterRegular.ttf

update-alternatives --install %{fontdir}/LucidaBrightDemiBold.ttf LucidaBrightDemiBold.ttf  %{_jvmdir}/%{jredir}/lib/fonts/LucidaBrightDemiBold.ttf %{priority} \
%{expand:%(for font in %{fonts}; do echo -n -e \ \\\\\\n\
--slave %{fontdir}/$font        $font        %{_jvmdir}/%{jredir}/lib/fonts/$font; done)}

mkfontscale %{fontdir}
mkfontdir %{fontdir}

%if %mdkversion <= 201000
fc-cache
%endif

%postun fonts
if ! [ -e %{_jvmdir}/%{jredir}/lib/fonts/LucidaBrightDemiBold.ttf ]; then
update-alternatives --remove LucidaBrightDemiBold.ttf %{_jvmdir}/%{jredir}/lib/fonts/LucidaBrightDemiBold.ttf
%if %mdkversion <= 201000
fc-cache
%endif
fi

if [ -d %{fontdir} ]; then
mkfontscale %{fontdir}
mkfontdir %{fontdir}
fi


# (Anssi 02/2008) The previous versions of this package were buggy and did
# not always remove the old alternative, causing it to be left enabled,
# leading to broken symlinks.
%posttrans
if ! [ -e %{_bindir}/java ]; then
	update-alternatives --auto java
fi
%posttrans devel
if ! [ -e %{_bindir}/javac ]; then
	update-alternatives --auto javac
fi
%posttrans plugin
if ! [ -e %{_libdir}/mozilla/plugins/libjavaplugin.so ]; then
	update-alternatives --auto %{javaplugin}
fi

%posttrans fonts
if ! [ -e %{fontdir}/LucidaBrightDemiBold.ttf ]; then
	update-alternatives --auto LucidaBrightDemiBold.ttf
fi

%files -f %{name}-%{version}.files
%defattr(-,root,root,-)
%doc %{jdkbundle}/jre/{COPYRIGHT,LICENSE,README}
%doc %{jdkbundle}/jre/Welcome.html
%dir %{_jvmdir}/%{sdkdir}
%{_jvmdir}/%{sdkdir}/COPYRIGHT
%{_jvmdir}/%{sdkdir}/LICENSE
%{_jvmdir}/%{sdkdir}/THIRDPARTYLICENSEREADME.txt
%{jvmjardir}
%dir %{_jvmdir}/%{jredir}/lib/security
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/cacerts
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/java.policy
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/java.security
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/javaws.policy
%ghost %{_jvmdir}/%{jredir}/lib/security/local_policy.jar
%ghost %{_jvmdir}/%{jredir}/lib/security/US_export_policy.jar
%{_jvmdir}/%{jrelnk}
%{_jvmjardir}/%{jrelnk}
%{_jvmprivdir}/*
%{_datadir}/applications/*.desktop
%exclude %{_datadir}/applications/%{name}-jconsole.desktop
%{_datadir}/pixmaps/*.png
%dir %{_datadir}/mime
%dir %{_datadir}/mime/packages
%{_jvmdir}/%{jredir}/lib/security/blacklist
%{_jvmdir}/%{jredir}/lib/security/trusted.libraries

%files devel -f %{name}-%{version}-devel.files
%defattr(-,root,root,-)
%doc %{jdkbundle}/{COPYRIGHT,LICENSE,README.html}
%dir %{_jvmdir}/%{sdkdir}/bin
%dir %{_jvmdir}/%{sdkdir}/include
%dir %{_jvmdir}/%{sdkdir}/lib
%{_jvmdir}/%{sdkdir}/bin/*
%{_jvmdir}/%{sdkdir}/include/*
%{_jvmdir}/%{sdkdir}/lib/*
%{_jvmdir}/%{sdklnk}
%{_jvmjardir}/%{sdklnk}
%ifnarch x86_64
%{cgibindir}/java-rmi-%{version}.cgi
%endif
%{_datadir}/applications/%{name}-jconsole.desktop

%files src
%defattr(-,root,root,-)
%{_jvmdir}/%{sdkdir}/src.zip
%{_prefix}/src/%{name}-%{version}.zip

%files demo
%defattr(-,root,root,-)
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/demo
%{_jvmdir}/demo

%files alsa -f %{name}-%{version}-alsa.files
%defattr(-,root,root,-)

%files jdbc -f %{name}-%{version}-jdbc.files
%defattr(-,root,root,-)

%files plugin -f %{name}-%{version}-plugin.files
%defattr(-,root,root,-)
%dir %{_libdir}/mozilla
%dir %{_libdir}/mozilla/plugins
%dir %{_sysconfdir}/.java/.systemPrefs

%files fonts
%defattr(0644,root,root,0755)
%{_jvmdir}/%{jredir}/lib/fonts
%{_jvmdir}/%{jredir}/lib/oblique-fonts
%dir %{fontdir}
%config(noreplace) %{fontdir}/fonts.alias
%ghost %{fontdir}/fonts.dir
%ghost %{fontdir}/fonts.scale
%ghost %{fontdir}/fonts.cache-1
%ghost %{fontdir}/XftCache
%ghost %{fontdir}/encodings.dir
%{_sysconfdir}/X11/fontpath.d/java:pri=50

%changelog
* Thu May 08 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.6.0.26-4
+ Revision: cfcdb9b
- added rpmlintrc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26594 |14rr|k3b-2.0.2-11plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

Summary:	CD-Burner for KDE4
Name:		k3b
Version:	2.0.2
Release:	11%{?extrarelsuffix}
Epoch:		4
License:	GPLv2+
Group:		Archiving/Cd burning
Url:		http://k3b.sourceforge.net/
Source0:	http://jaist.dl.sourceforge.net/sourceforge/k3b/%{name}-%{version}.tar.bz2
Source1:	k3b-docbook-ru.tar.bz2
Patch0:		k3b-2.0.2-ffmpeg2.0.patch
Patch1:		k3b-2.0.2-git-sox_not_found.diff
Patch3:		k3b-1.69-always-use-growisofs-for-dvd.patch
Patch4:		k3b-2.0.2-l10n-ru.patch
Patch5:		k3b-2.0.2-docbook-ru.patch
BuildRequires:	doxygen
BuildRequires:	kdelibs4-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	libkcddb-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(polkit-qt-1)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis)
%if %{build_plf}
BuildRequires:	liblame-devel
%else
BuildConflicts:	liblame-devel
%endif
Requires:	cdrecord
Requires:	mkisofs
Requires:	cdrdao
Requires:	sox
Requires:	vcdimager
Requires:	normalize
Requires:	dvd+rw-tools
Requires:	kdebase4-runtime
Suggests:	transсode

%description
K3b is CD-writing software which intends to be feature-rich and
provide an easily usable interface. Features include burning
audio CDs from .WAV and .MP3 audio files, configuring external
programs and configuring devices.

%if %{build_plf}
This package is in Restricted repository because it supports
mp3 encoding which is patent-protected.
%endif

%files -f %{name}.lang
%{_kde_bindir}/k3b
%{_kde_bindir}/k3bsetup
%{_kde_libdir}/kde4/kcm_k3bsetup.so
%{_kde_libdir}/kde4/kcm_k3boggvorbisencoder.so
%{_kde_libdir}/kde4/kio_videodvd.so
%{_kde_libdir}/kde4/k3bffmpegdecoder.so
%{_kde_libdir}/kde4/k3bflacdecoder.so
%{_kde_libdir}/kde4/k3bmaddecoder.so
%{_kde_libdir}/kde4/k3boggvorbisdecoder.so
%{_kde_libdir}/kde4/k3boggvorbisencoder.so
%{_kde_libdir}/kde4/k3bmpcdecoder.so
%{_kde_libdir}/kde4/k3blibsndfiledecoder.so
%{_kde_libdir}/kde4/k3baudiometainforenamerplugin.so
%{_kde_libdir}/kde4/k3baudioprojectcddbplugin.so
%{_kde_libdir}/kde4/k3bexternalencoder.so
%{_kde_libdir}/kde4/k3bsoxencoder.so
%{_kde_libdir}/kde4/k3bwavedecoder.so
%{_kde_libdir}/kde4/kcm_k3bexternalencoder.so
%{_kde_libdir}/kde4/kcm_k3bsoxencoder.so
%if %{build_plf}
%{_kde_libdir}/kde4/k3blameencoder.so
%{_kde_libdir}/kde4/kcm_k3blameencoder.so
%endif
%{_kde_datadir}/applications/kde4/k3b.desktop
%{_kde_datadir}/mime/packages/x-k3b.xml
%{_kde_appsdir}/k3b
%{_kde_appsdir}/konqsidebartng/virtual_folders/services/videodvd.desktop
%{_kde_appsdir}/solid/actions/*
%{_kde_datadir}/kde4/services/ServiceMenus/*.desktop
%{_kde_datadir}/kde4/services/*.desktop
%{_kde_datadir}/kde4/servicetypes/k3bplugin.desktop
%{_kde_datadir}/kde4/services/videodvd.protocol
%{_kde_iconsdir}/hicolor/*/apps/k3b.*
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.k3bsetup.conf
%{_kde_libdir}/kde4/libexec/k3bsetuphelper
%{_kde_datadir}/polkit-1/actions/org.kde.kcontrol.k3bsetup.policy
%{_kde_datadir}/dbus-1/system-services/org.kde.kcontrol.k3bsetup.service
%{_kde_datadir}/doc/HTML/*

#------------------------------------------------

%define libk3b_major 6
%define libk3b %mklibname k3blib %{libk3b_major}

%package -n %{libk3b}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libk3b}
KDE 4 core library.

%files -n %{libk3b}
%{_kde_libdir}/libk3blib.so.%{libk3b_major}*

#------------------------------------------------

%define libk3bdevice_major 6
%define libk3bdevice %mklibname k3bdevice %{libk3bdevice_major}

%package -n %{libk3bdevice}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libk3bdevice}
KDE 4 core library.

%files -n %{libk3bdevice}
%{_kde_libdir}/libk3bdevice.so.%{libk3bdevice_major}*

#------------------------------------------------

%package devel
Group:		Development/KDE and Qt
Summary:	Development libraries from %{name}
Requires:	%{libk3bdevice} = %{EVRD}
Requires:	%{libk3b} = %{EVRD}

%description devel
Development libraries from %{name}.

%files devel
%{_kde_includedir}/*.h
%{_kde_libdir}/libk3blib.so
%{_kde_libdir}/libk3bdevice.so

#------------------------------------------------

%prep
%setup -q -a1
%patch0 -p1
%patch1 -p1 -b .sox
%patch3 -p1 -b .dvd
%patch4 -p1 -b .l10n-ru
%patch5 -p1 -b .docbook-ru

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang --with-html k3b k3bsetup kio_videodvd libk3b libk3bdevice %{name}.lang

%changelog
* Mon Jun 09 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:2.0.2-11plf
+ Revision: f631faf
- Add russian docbook



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26595 |14rr|k9copy-2.3.8-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Summary:	K9copy is a Video DVD backup tool 
Name:		k9copy
Version:	2.3.8
Release:	3
License:	GPLv2+
Group:		Video
URL:		http://k9copy.sourceforge.net/
Source0:	http://downloads.sourceforge.net/k9copy/%{name}-%{version}-Source.tar.gz
Patch0:		k9copy-ffmpeg-1.0.patch
Patch1:		k9copy-ffmpeg-2.0.patch
BuildRequires:	kdelibs4-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(libmpeg2)
BuildRequires:	pkgconfig(libxine)
#dvd9 to dvd5
Requires:	dvdauthor
#default burning tools
#growisofs, (cdrkit-)genisoimage
Requires:	dvd+rw-tools
#wodim
Requires:	cdrkit
#optional for preview
Suggests:	mplayer
#mpeg4 encoding
Suggests:	mencoder
#or (needed for matroska ?)
Suggests:	ffmpeg
Suggests:	twolame
#optional burning with k3b
Suggests:	k3b

%description
k9copy is using various external programs like vamps and mencoder to
make backups of Video DVDs onto an other DVD or MPEG4 files.

This version of k9copy is for use with the KDE 4 environment.

This package is in restricted, as DVD ripping might break local laws.

%files -f k9copy.lang
%doc README
%{_kde_bindir}/k9*
%{_kde_datadir}/applications/kde4/k9copy*.desktop
%{_kde_appsdir}/k9copy
%{_kde_appsdir}/solid/actions/k9copy*.desktop
%{_kde_iconsdir}/hicolor/*/apps/k9copy.png

#----------------------------------------------------------------------------

%prep
%setup -q -n k9copy-%{version}-Source
%patch0 -p1
%patch1 -p1

# fix rights on source for the debug package
find . -name "*\.[ch]*" -exec chmod 644 {} +

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

perl -pi -e 's|#!/usr/bin/env xdg-open\n||' %{buildroot}%{_kde_datadir}/applications/kde4/*
desktop-file-install --vendor="" \
	--remove-category="Application" \
	--add-category="Qt" \
	--add-category="Video" \
	--add-category="X-MandrivaLinux-Multimedia-Video" \
	--remove-key="MimeTypes" \
	--dir %{buildroot}%{_kde_datadir}/applications/kde4/ \
	%{buildroot}%{_kde_datadir}/applications/kde4/*

%find_lang k9copy --with-html


%changelog
* Thu May 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.3.8-3
+ Revision: 267c006
- Add patches to fix build with new ffmpeg



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26596 |14rr|lame-3.99.5-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define major 0
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d
%define sdevname %mklibname %{name} -d -s

%define expopt 1

Summary:	LAME Ain't an MP3 Encoder
Name:		lame
Version:	3.99.5
Release:	4
License:	LGPLv2+
Group:		Sound
Url:		http://lame.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/lame/%{name}-%{version}.tar.gz
Patch0:		lame-3.99.5-msse.patch
BuildRequires:	autoconf2.5
BuildRequires:	pkgconfig(gtk+)
BuildRequires:	pkgconfig(ncurses)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xau)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xdmcp)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xi)
%ifarch %{ix86}
BuildRequires:	nasm
%endif

%description
Following the great history of GNU naming, LAME originally stood for LAME
Ain't an Mp3 Encoder. LAME started life as a GPL'd patch against the
dist10 ISO demonstration source, and thus was incapable of producing an
mp3 stream or even being compiled by itself. But in May 2000, the last
remnants of the ISO source code were replaced, and now LAME is the source
code for a fully GPL'd MP3 encoder, with speed and quality to rival all
commercial competitors.

LAME is an educational tool to be used for learning about MP3 encoding.
The goal of the LAME project is to use the open source model to improve
the psycho acoustics, noise shaping and speed of MP3.

LAME is not for everyone - it is distributed as source code only and
requires the ability to use a C compiler. However, many popular ripping
and encoding programs include the LAME encoding engine, see: Software
which uses LAME.

Personal and commercial use of compiled versions of LAME (or any other mp3
encoder) requires a patent license in some countries.

This package is in restricted, as MP3 encoding is covered by software patents.

%files
%doc README TODO USAGE html/
%{_bindir}/lame
%{_mandir}/man1/lame.1*

#----------------------------------------------------------------------------

%package mp3x
Summary:	MP3x analyzer for LAME
Group:		Sound
Requires:	%{name} = %{EVRD}

%description mp3x
This is a graphical analyzer for lame.

This package is in restricted, as MP3 encoding is covered by software patents.

%files mp3x
%doc README
%{_bindir}/mp3x

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Main library for lame
Group:		System/Libraries
Provides:	lib%{name} = %{EVRD}

%description -n %{libname}
This package contains the library needed to run programs dynamically
linked with libmp3lame.

This package is in restricted, as MP3 encoding is covered by software patents.

%files -n %{libname}
%doc README
%{_libdir}/libmp3lame.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Headers for developing programs that will use libmp3lame
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}

%description -n %{devname}
This package contains the headers that programmers will need to develop
applications which will use libmp3lame.

This package is in restricted, as MP3 encoding is covered by software patents.

%files -n %{devname}
%doc STYLEGUIDE API ChangeLog
%{_includedir}/*
%{_libdir}/libmp3lame.so

#----------------------------------------------------------------------------

%package -n %{sdevname}
Summary:	Static library for developing programs based on libmp3lame
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}
Provides:	lib%{name}-static-devel = %{EVRD}

%description -n %{sdevname}
This package contains the static library programmers will need to develop
applications which will use libmp3lame.

This package is in restricted, as MP3 encoding is covered by software patents.

%files -n %{sdevname}
%{_libdir}/libmp3lame.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
ln -s acm ACM
cp -r doc/html .
#clean unneeded files in doc dir
rm -rf html/CVS html/Makefile*
find html -name .cvsignore|xargs rm -f

%build
%if !%{expopt}
export CFLAGS="`echo %{optflags} -msse |sed s/-O[23]/-O1/`"
%else
export CFLAGS="%{optflags} -msse"
%endif

export GTK_CONFIG=%{_bindir}/gtk-config

%configure2_5x \
%ifarch %{ix86}
	--enable-nasm \
%endif
%if %{expopt}
	--enable-expopt \
%endif
	--without-vorbis --enable-mp3x --enable-brhist

#gw parallel build does not work
#gw fix building with --no-undefined
make LIBS=-lm
make test

%install
mkdir -p %{buildroot}%{_bindir}
%makeinstall BINDIR=%{buildroot}%{_bindir}
#clean unpackaged files
rm -rf %{buildroot}%{_datadir}/doc/lame


%changelog
* Fri Sep 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.99.5-4
+ Revision: 9451d73
- Add patch from Debian to fix build with gcc 4.9



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26597 |14rr|libcpdf-2.02r1-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define major 2
%define libname %mklibname cpdf %{major}

Summary:	PDF manipulating library
Name:		libcpdf
Version:	2.02r1
Release:	%mkrel 5
License:	Freeware
Group:		System/Libraries
Source0:	http://www.fastio.com/clibpdf202r1.tar.bz2
Source1:	%{name}-examples.Makefile.bz2
Patch0:		%{name}-makefile.patch.bz2
Patch1:		%{name}-config.patch.bz2
URL:		http://www.fastio.com/
BuildRequires:	zlib-devel >= 1.1.4

%description
This is a library of ANSI C functions, for creating PDF files directly
via C.

This package is in restricted because of its license.

%package -n %{libname}
Group:		System/Libraries
Summary:	PDF manipulating library
Requires:	zlib >= 1.1.4

%description -n %{libname}
This is a library of ANSI C functions, for creating PDF files directly
via C.

This package is in restricted because of its license.

%package -n %{libname}-devel
Summary:	Header files needed for libcpdf development
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	libcpdf-devel
Requires:	zlib-devel

%description -n %{libname}-devel
This package includes the header files for developing programs using
libcpdf.

This package is in restricted because of its license.

%package -n %{libname}-static-devel
Summary:	Static development libraries for %{name}
Group:		Development/C
Requires:	%{libname}-devel = %{version}
Requires:	zlib-devel

%description -n %{libname}-static-devel
This package includes static libcpdf libraries.

This package is in restricted because of its license.

%prep
%setup -q -n ClibPDF
%patch0 -p0
%patch1 -p1
%__chmod 644 doc/*.pdf
find examples -type f | xargs %__perl -pi -e 'BEGIN {exit unless -T $ARGV[0];} tr/\r//d;'

bzcat %{SOURCE1} > examples/Makefile

# remove useless files
%__rm -f examples/Makefile.*

%build
cd source
%make -f Makefile.Linux shlib \
	CFLAGS="%{optflags} -DLinux -fPIC" \
	VERSION="%{version}"

%install
%__rm -rf %{buildroot}

%__install -d %{buildroot}%{_libdir}
%__install -d %{buildroot}%{_includedir}

%__install -m 644 source/cpdflib.h %{buildroot}%{_includedir}
%__install -m 755 source/libcpdf.so.*.* %{buildroot}%{_libdir}
(cd %{buildroot}%{_libdir} ; ln -sf libcpdf.so.*.* libcpdf.so)

%__install -m 644 source/libcpdf.a %{buildroot}%{_libdir}/

%clean
%__rm -rf %{buildroot}

%files -n %{libname}
%doc source/ChangeLog doc/*.txt fonts/README* LICENSE* 
%{_libdir}/libcpdf.so.*

%files -n %{libname}-devel
%doc doc/*.pdf examples
%{_libdir}/libcpdf.so
%{_includedir}/cpdflib.h

%files -n %{libname}-static-devel
%{_libdir}/libcpdf.a


%changelog
* Tue Apr 10 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.02r1-5
+ Revision: 6ae328e
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26598 |14rr|libdca-0.0.5-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define major 0
%define libname %mklibname dca %{major}
%define devname %mklibname -d dca

Summary:	DTS Coherent Acoustics decoder
Name:		libdca
Version:	0.0.5
Release:	5
License:	GPLv2+
Group:		Sound
Url:		http://www.videolan.org/developers/libdca.html
Source0:	http://download.videolan.org/pub/videolan/libdca/%{version}/%{name}-%{version}.tar.bz2

%description
This is a free decoder for the DTS Coherent Acoustics format. It
consists of a library and a command line decoder. DTS is a high
quality multi-channel (5.1) digital audio format used in DVDs and
DTS audio CDs.

This package is in restricted as it might violate some patents.

#----------------------------------------------------------------------------

%package tools
Summary:	DTS Coherent Acoustics decoder
Group:		Sound
Obsoletes:	dtsdec < %{EVRD}
Provides:	dtsdec = %{EVRD}

%description tools
This is a free decoder for the DTS Coherent Acoustics format. It
consists of a library and a command line decoder. DTS is a high
quality multi-channel (5.1) digital audio format used in DVDs and
DTS audio CDs.

This package is in restricted as it might violate some patents.

%files tools
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/dtsdec
%{_bindir}/dcadec
%{_bindir}/extract_dca
%{_bindir}/extract_dts
%{_mandir}/man1/dcadec.1*
%{_mandir}/man1/dtsdec.1*
%{_mandir}/man1/extract_dca.1*
%{_mandir}/man1/extract_dts.1*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	DTS Coherent Acoustics decoder shared library
Group:		System/Libraries

%description -n %{libname}
This is a free decoder for the DTS Coherent Acoustics format. It
consists of a library and a command line decoder. DTS is a high
quality multi-channel (5.1) digital audio format used in DVDs and
DTS audio CDs.

This package is in restricted as it might violate some patents.

%files -n %{libname}
%{_libdir}/libdca.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Library for decoding DTS audio - C development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	dtsdec-devel = %{EVRD}

%description -n %{devname}
This is a free decoder for the DTS Coherent Acoustics format.DTS is a
high quality multi-channel (5.1) digital audio format used in DVDs and
DTS audio CDs.

This package contains a library and the required header files to
develop with libdts.

This is in restricted as it might violate some patents.

%files -n %{devname}
%doc TODO
%{_includedir}/dts.h
%{_includedir}/dca.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/libdca.pc
%{_libdir}/pkgconfig/libdts.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
# libdca installs broken libdts.a compatibility symlink;
# replace it with shared devel symlink:
rm -f %{buildroot}%{_libdir}/libdts.a
ln -s libdca.so %{buildroot}%{_libdir}/libdts.so


%changelog
* Thu Feb 06 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.0.5-5
+ Revision: 42b52ae
- LOG Update files, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26599 |14rr|libdvdcss-1.2.13-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define major 2
%define libname %mklibname dvdcss %{major}
%define develname %mklibname -d dvdcss

Name:		libdvdcss
Version:	1.2.13
Release:	1
Summary:	Library for accessing DVDs like block device usind deCSS if needed
Group:		System/Libraries
License:	GPLv2+
URL:		http://www.videolan.org/libdvdcss
Source:		%{name}-%{version}.tar.bz2
Conflicts:	libdvdcss0.0.1
Conflicts:	libdvdcss0.0.2

%description
libdvdcss is a simple library designed for accessing DVDs like a block device
without having to bother about the decryption. The important features are:
 * Portability. Currently supported platforms are GNU/Linux, FreeBSD, NetBSD,
   OpenBSD, BSD/OS, BeOS, Windows 95/98, Windows NT/2000, MacOS X, Solaris,
   and HP-UX.
 * Simplicity. There are currently 7 functions in the API, and we intend to
   keep this number low.
 * Freedom. libdvdcss is released under the General Public License, ensuring
   it will stay free, and used only for free software products.
 * Just better. Unlike most similar projects, libdvdcss doesn't require the
   region of your drive to be set.

This package is in restricted as it violates patents.

%package -n %{libname}
Summary:	A library for accessing DVDs like block device usind deCSS if needed
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}

%description -n %{libname}
libdvdcss is a simple library designed for accessing DVDs like a block device
without having to bother about the decryption. The important features are:
 * Portability. Currently supported platforms are GNU/Linux, FreeBSD, NetBSD,
   OpenBSD, BSD/OS, BeOS, Windows 95/98, Windows NT/2000, MacOS X, Solaris,
   and HP-UX.
 * Simplicity. There are currently 7 functions in the API, and we intend to
   keep this number low.
 * Freedom. libdvdcss is released under the General Public License, ensuring
   it will stay free, and used only for free software products.
 * Just better. Unlike most similar projects, libdvdcss doesn't require the
   region of your drive to be set.

%package -n %{develname}
Summary:	Development tools for programs which will use the %{name} library
Group:		Development/C
Requires:	%{libname} = %{version}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{develname}
The %{name}-devel package includes the header files and static libraries
necessary for developing programs which will manipulate DVDs files using
the %{name} library.

If you are going to develop programs which will manipulate DVDs, you
should install %{name}-devel.  You'll also need to have the %{name}
package installed.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall_std

%files -n %{libname}
%{_libdir}/*.so.%{major}*

%files -n %{develname}
%doc ChangeLog COPYING
%doc %{_docdir}/%{name}
%{_libdir}/*.*a
%{_libdir}/*.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc


%changelog
* Mon Mar 11 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.13-1
+ Revision: 5ae38f1
- LOG New version 1.2.13, drop no longer needed patch, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26600 |14rr|libfame-0.9.1-12
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Note that this is NOT a relocatable package
%define distsuffix plf

%define major 0.9_1
%define libname %mklibname fame %{major}
%define develname %mklibname -d fame

Name:		libfame
Version:	0.9.1
Release:	%mkrel 12
Summary:	Fast Assembly Mpeg Encoding library
License:	LGPLv2+
Group:		System/Libraries
URL:		http://fame.sourceforge.net
Source0:	http://prdownloads.sourceforge.net/fame/libfame-%{version}.tar.bz2
Patch:		libfame-0.9.1-gcc34-1.patch.bz2
Patch1:		libfame-0.9.1-64bit.diff
Patch2:		libfame-0.9.1-fix-underquoted-calls.patch

%description
FAME is a library for fast MPEG encoding.

This package is in restricted as it may violate some patents.

%package -n %{libname}
Summary:	Fast Assembly Mpeg Encoding library
Group:		System/Libraries

%description -n %{libname}
FAME is a library for fast MPEG encoding.

This package is in restricted as it may violate some patents.

%package -n %{develname}
Summary:	Libraries and include to develop using FAME
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	libfame0.9-devel = %{version}-%{release}
Conflicts:	libfame-devel < %{version}
Obsoletes:	%mklibname -d fame 0.9_1

%description -n %{develname}
FAME is a library for fast MPEG encoding.

This is the libraries, include files and other resources you can use
to develop FAME applications.

This package is in restricted as it may violate some patents.

%prep
%setup -q
%patch -p1
%patch1 -p1
%patch2 -p1
aclocal
autoconf
automake -a -f --foreign

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std
%multiarch_binaries %{buildroot}%{_bindir}/*-config

%clean
%__rm -rf %{buildroot}

%files -n %{libname}
%doc CHANGES COPYING README
%{_libdir}/lib*.so.*

%files -n %{develname}
%{_bindir}/*-config
%{_libdir}/lib*.so
%{_libdir}/*a
%{_includedir}/fame*.h
%{_datadir}/aclocal/*
%{_mandir}/man3/*
%multiarch %{multiarch_bindir}/*-config



%changelog
* Mon Apr 09 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.1-12
+ Revision: e5585d1
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26601 |14rr|libpano13-2.9.18-5plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bigfov 0
# --with plf build libpano with fov > 160 support which is patent covered
# or have some legal issue, so disabled by default

%{?_with_plf: %{expand: %%global bigfov 1}}


####################
# Hardcore plf build
%define bigfov 1
####################


%if %{bigfov}
%define distsuffix plf
%if %{mdvver} >= 201100
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif
%endif

%define lib_major 2
%define libname %mklibname pano13_ %{lib_major}
%define develname %mklibname -d pano13

Name:		libpano13
Version:	2.9.18
Release:	5%{?extrarelsuffix}
Summary:	Panorama Tools library
License:	GPLv2+
Group:		System/Libraries
URL:		http://panotools.sourceforge.net/
Source:		http://downloads.sourceforge.net/panotools/%{name}-%{version}.tar.gz
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	zlib-devel

%description
Helmut Dersch's Panorama Tools.

%if %{bigfov}
This package is in restricted because there is a patent if FOV is > 160
%endif

%package tools
Summary:	Panorama Tools library
Group:		Graphics

%description tools
Utilies for Helmut Dersch's Panorama Tools.

%package -n %{libname}
Summary:	Panorama Tools library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{mklibname pano13_ 2} < 2.9.18
Obsoletes:	%{_lib}pano13_0 < 2.9.18

%description -n %{libname}
Libraries for Helmut Dersch's Panorama Tools.

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	pano13-devel = %{version}-%{release}

%description -n %{develname}
Developent headers for Helmut Dersch's Panorama Tools.

%prep
%setup -q

%build
export LIBS="-lm"
%if %{bigfov}
perl -pi -e "s|\#define\s+MAX_FISHEYE_FOV.*|\#define MAX_FISHEYE_FOV 3600|" filter.h
%endif
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--enable-shared=yes \
	--enable-static=no

%make

%install
%makeinstall

%files tools
%doc README.linux AUTHORS
%{_bindir}/PT*
%{_bindir}/panoinfo
%{_mandir}/man1/*.1.*

%files -n %{libname}
%{_libdir}/libpano13.so.%{lib_major}*

%files -n %{develname}
%{_includedir}/pano13
%{_libdir}/libpano13.so
%{_libdir}/pkgconfig/*.pc



%changelog
* Mon Jul 21 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.9.18-5plf
+ Revision: 0509676
- Build with openjdk



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26602 |14rr|libquicktime-1.2.4-6plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname quicktime %{major}
%define devname %mklibname quicktime -d

######################
# Hardcore PLF build
%define build_plf 1
######################

%{?_with_plf: %{expand: %%global build_plf 1}}
%if %{build_plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define distsuffix plf
%endif

Summary:	A library for manipulating QuickTime files
Name:		libquicktime
Version:	1.2.4
Release:	6%{?extrarelsuffix}
%if %{build_plf}
License:	GPLv2+
%else
License:	LGPLv2+
%endif
Group:		Video
Url:		http://libquicktime.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/libquicktime/%{name}-%{version}.tar.gz
Patch0:		libquicktime-1.2.4-ffmpeg-2.0.patch
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	doxygen
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(schroedinger-1.0)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xv)

%description
Libquicktime is a library for reading and writing QuickTime files
on UNIX systems. Video CODECs supported by this library are OpenDivX, MJPA,
JPEG Photo, PNG, RGB, YUV 4:2:2, and YUV 4:2:0 compression.  Supported
audio CODECs are Ogg Vorbis, IMA4, ulaw, and any linear PCM format.

Libquicktime is based on the quicktime4linux library.  Libquicktime add
features such as a GNU build tools-based build process and dynamically
loadable CODECs.

%if %{build_plf}
This package is in restricted as it violates some patents.
%endif

%files -f %{name}.lang
%doc README
%dir %{_libdir}/libquicktime/
%{_libdir}/libquicktime/lqt_audiocodec.so
%{_libdir}/libquicktime/lqt_ffmpeg.so
%{_libdir}/libquicktime/lqt_mjpeg.so
%{_libdir}/libquicktime/lqt_png.so
%{_libdir}/libquicktime/lqt_videocodec.so
%{_libdir}/libquicktime/lqt_rtjpeg.so
%{_libdir}/libquicktime/lqt_schroedinger.so
%{_libdir}/libquicktime/lqt_vorbis.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of libquicktime
Group:		System/Libraries

%description -n %{libname}
Libquicktime is a library for reading and writing QuickTime files
on UNIX systems. Video CODECs supported by this library are OpenDivX, MJPA,
JPEG Photo, PNG, RGB, YUV 4:2:2, and YUV 4:2:0 compression.  Supported
audio CODECs are Ogg Vorbis, IMA4, ulaw, and any linear PCM format.

Libquicktime is based on the quicktime4linux library.  Libquicktime add
features such as a GNU build tools-based build process and dynamically
loadable CODECs.

%files -n %{libname}
%{_libdir}/libquicktime.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and development documentation for libquicktime
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	libquicktime-devel = %{EVRD}
Provides:	quicktime-devel = %{EVRD}
Provides:	quicktime-static-devel = %{EVRD}

%description -n %{devname}
Header files and development documentation for libquicktime.

%files -n %{devname}
%{_libdir}/libquicktime.so
%{_includedir}/lqt
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package dv
Summary:	Libquicktime plugin supporting the DV codec
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(libdv)

%description dv
Libquicktime plugin supporting the DV codec

%files dv
%{_libdir}/libquicktime/lqt_dv.so

#----------------------------------------------------------------------------

%package progs
Summary:	Useful tools to operate at QuickTime files
Group:		Video
Requires:	%{name} = %{EVRD}

%description progs
Useful tools to operate on QuickTime files.

%files progs
%doc README TODO
%{_bindir}/libquicktime_config
%{_bindir}/lqtplay
%{_bindir}/lqtremux
%{_bindir}/lqt_transcode
%{_bindir}/qt*
%{_mandir}/man1/lqtplay.1*

%if %{build_plf}
#----------------------------------------------------------------------------
%package lame
Summary:	Libquicktime plugin supporting the MP3 codec
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	lame-devel

%description lame
This is a libquicktime plugin supporting the MP3 codec based on lame.

This package is in restricted as it violates some patents.

%files lame
%{_libdir}/libquicktime/lqt_lame.so

#----------------------------------------------------------------------------

%package faac
Summary:	Libquicktime plugin for encoding AAC
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	libfaac-devel

%description faac
This is a libquicktime plugin for AAC encoding based on faac.

This package is in restricted as it violates some patents.

%files faac
%{_libdir}/libquicktime/lqt_faac.so

#----------------------------------------------------------------------------

%package faad
Summary:	Libquicktime plugin for decoding AAC
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	libfaad2-devel

%description faad
This is a libquicktime plugin for AAC decoding based on faad2.

This package is in restricted as it violates some patents.

%files faad
%{_libdir}/libquicktime/lqt_faad2.so

#----------------------------------------------------------------------------

%package x264
Summary:	Libquicktime plugin for encoding H.264/MPEG-4 streams
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(x264)

%description x264
This is a libquicktime plugin for encoding H.264/MPEG-4 streams.

This package is in restricted as it violates some patents.

%files x264
%{_libdir}/libquicktime/lqt_x264.so
#----------------------------------------------------------------------------
%endif

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--with-libdv \
%ifarch x86_64
	--with-pic \
%endif
%if %{build_plf}
	--enable-gpl
%endif

%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/libquicktime/*a
rm -f %{buildroot}%{_libdir}/libquicktime/lqt_opendivx.so

%find_lang %{name}


%changelog
* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.4-6plf
+ Revision: 4b4598c
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26603 |14rr|libtxc_dxtn-1.0.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define libname %mklibname txc-dxtn
%define devname %mklibname txc-dxtn -d

Summary:	S3 Texture Compression (S3TC) sextension for Mesa
Name:		libtxc_dxtn
Version:	1.0.1
Epoch:		1
Release:	3
License:	BSD
Group:		System/Libraries
Url:		http://cgit.freedesktop.org/~mareko/libtxc_dxtn/
Source0:	http://cgit.freedesktop.org/~mareko/libtxc_dxtn/snapshot/libtxc_dxtn-%{version}.tar.bz2
BuildRequires:	pkgconfig(gl)

%description
An open source implementation of the S3 Texture Compression (S3TC)
for use with the open source OpenGL implementation Mesa.

This provides the GLX extension GL_EXT_texture_compression_s3tc.

This package is in restricted because S3TC is covered by software
patents.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	S3 Texture Compression (S3TC) sextension for Mesa
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
An open source implementation of the  S3 Texture Compression (S3TC)
for use with the open source OpenGL implementation Mesa.

This provides the GLX extension GL_EXT_texture_compression_s3tc.

This package is in restricted because S3TC is covered by software
patents.

%files -n %{libname}
%{_libdir}/%{name}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	S3 Texture Compression (S3TC) sextension for Mesa
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
An open source implementation of the S3 Texture Compression (S3TC)
for use with the open source OpenGL implementation Mesa.

This provides the GLX extension GL_EXT_texture_compression_s3tc.

This package is in restricted because S3TC is covered by software
patents.

%files -n %{devname}
%doc Changelog
%{_includedir}/txc_dxtn.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
[[ -f configure ]] || ./autogen.sh
%setup_compile_flags
%configure
%make

%install
%makeinstall_std


%changelog
* Thu May 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:1.0.1-3
+ Revision: dd99ad9
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26604 |14rr|lxdvdrip-1.77-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		lxdvdrip
Version:	1.77
Release:	%mkrel 1
Summary:	DVD ripping tool
License:	GPLv2
URL:		http://lxdvdrip.sourceforge.net/
Group: 		Video
Source:		http://sourceforge.net/projects/lxdvdrip/files/%{name}-%{version}.tgz
Patch0:		lxdvdrip-1.77-makefile.patch
Patch1:		lxdvdrip-1.77-wavpath.patch
Requires:	dvdauthor
Requires:	mplayer
Requires:	dvd+rw-tools
Requires:	transcode
Requires:	dvdbackup
Requires:	dvdwizard
Buildrequires:	libdvdread-devel
BuildRequires:	libdvdnav-devel

%description
lxdvdrip is a Command Line Tool to make a copy from a Video DVD for private
Use. It automates the process of Ripping, Authoring, Preview and Burning of a
DVD.

This package is in restricted, as DVD ripping might break local laws.

%prep
%setup -q -n %{name}
%patch0 -p1
%patch1 -p1
%__rm -rf doc-pak/CVS
%__chmod 644 doc-pak/*

%build
%make CFLAGS="%{optflags}"

%install
%__rm -fr %{buildroot}
%makeinstall_std

%clean
%__rm -fr %{buildroot}

%files
%doc doc-pak/*
%{_bindir}/*
%{_mandir}/man1/%{name}.1*
%{_datadir}/%{name}/%{name}.wav
%config(noreplace) %{_sysconfdir}/%{name}.conf


%changelog
* Sat Apr 14 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.77-1
+ Revision: 6dc3bdd
- New version 1.77, update patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26605 |14rr|mac-3.99.4.5.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define ver 3.99
%define uver 4
%define bver 5
%define sver 7

%define libname %mklibname %{name} 2
%define libnamedevel %mklibname -d %{name}

Name:		mac
Version:	%{ver}.%{uver}.%{bver}.%{sver}
Release:	%mkrel 1
Summary:	Monkey's Audio Codec
Source0:	http://etree.org/shnutils/shntool/support/formats/ape/unix/%{ver}-u%{uver}-b%{bver}-s%{sver}/%{name}-%{ver}-u%{uver}-b%{bver}-s%{sver}.tar.gz
License:	Freeware
Group:		Sound
Url:		http://etree.org/shnutils/shntool/
BuildRequires:	libstdc++-devel
Obsoletes:	APE

%description
Monkey's Audio Codec is a lossless audio codec w/ good
correspondence of compression (and decompresssion) ratio
and time.

Monkey's Audio Codec can be used for personal, educational
and non-commercial purposes. Commercial usage requires
prior written permission from Monkey's Audio author.
See License.htm before usage.

This version is patched for shntool support.

This package is in restricted because of its license.

%package -n %{libname}
Summary:	Monkey's Audio Codec library
Group:		System/Libraries

%description -n %{libname}
Monkey's Audio Codec library.

Monkey's Audio Codec is a lossless audio codec w/ good
correspondence of compression (and decompresssion) ratio
and time.

Monkey's Audio Codec can be used for personal, educational
and non-commercial purposes. Commercial usage requires
prior written permission from Monkey's Audio author.
See License.htm before usage.

This version is patched for shntool support.

This package is in restricted because of its license.

%package -n %{libnamedevel}
Summary:	Monkey's Audio Codec development files
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %{libnamedevel}
Development files (headers etc) needed to develop software with %{libname}.

This version is patched for shntool support.

This package is in restricted because of its license.

%prep
%setup -q -n %{name}-%{ver}-u%{uver}-b%{bver}-s%{sver}

%build
CXXFLAGS="$CXXFLAGS -DSHNTOOL" %configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std
%__cp src/License.htm .

%clean
%__rm -rf %{buildroot}

%files
%doc ChangeLog ChangeLog.shntool AUTHORS COPYING README NEWS License.htm
%{_bindir}/*

%files -n %{libname}
%{_libdir}/*.so.*

%files -n %{libnamedevel}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/*.so
%{_libdir}/*.*a


%changelog
* Sun Apr 08 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.99.4.5.7-1
+ Revision: 6cf5673
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26606 |14rr|mahjongg3d-extra-0.96-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define base_name mahjongg3d

Name:		%{base_name}-extra
Version:	0.96
Release:	%mkrel 4
Summary:	Extra tiles for Mahjongg 3d Solitaire
Group:		Games/Boards
#not really sure about the license so using Freeware
License:	Freeware
URL:		http://www.reto-schoelly.de/mahjongg3d/
Source0:	http://www.reto-schoelly.de/mahjongg3d/simpsons_tileset.tar.bz2
Source1:	http://www.reto-schoelly.de/mahjongg3d/manga_tileset.tar.bz2
Requires:	%{base_name}
BuildArch:	noarch

%description
Extra tiles for MahJongg 3D Solitaire.

This package is in restricted because it is including possibly
copyrighted characters.

%prep
%setup -c %{name}-%{version} -q -a 1

%install
%__rm -rf %{buildroot}
%__install -d %{buildroot}%{_gamesdatadir}/%{base_name}/backgrounds
%__install -m 0644 backgrounds/*.bmp %{buildroot}%{_gamesdatadir}/%{base_name}/backgrounds
%__install -d %{buildroot}%{_gamesdatadir}/%{base_name}/tilesets
%__install -m 0644 tilesets/*.tileset %{buildroot}%{_gamesdatadir}/%{base_name}/tilesets/
%__install -d %{buildroot}%{_gamesdatadir}/%{base_name}/tilesets/manga
%__install -m 0644 tilesets/manga/* %{buildroot}%{_gamesdatadir}/%{base_name}/tilesets/manga/
%__install -d %{buildroot}%{_gamesdatadir}/%{base_name}/tilesets/simpsons
%__install -m 0644 tilesets/simpsons/* %{buildroot}%{_gamesdatadir}/%{base_name}/tilesets/simpsons/

%files
%{_gamesdatadir}/%{base_name}/tilesets/manga.tileset
%{_gamesdatadir}/%{base_name}/tilesets/manga
%{_gamesdatadir}/%{base_name}/backgrounds/manga.background.bmp
%{_gamesdatadir}/%{base_name}/tilesets/simpsons.tileset
%{_gamesdatadir}/%{base_name}/tilesets/simpsons
%{_gamesdatadir}/%{base_name}/backgrounds/homer.background.bmp

%clean
%__rm -rf %{buildroot}


%changelog
* Mon Apr 09 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.96-4
+ Revision: ad91e57
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26607 |14rr|mandvd-2.6-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		distsuffix plf

Name:		mandvd
Version:	2.6
Release:	3
Summary:	Video DVD creation tool
License:	GPLv2+
Group:		Video
URL:		http://www.kde-apps.org/content/show.php/ManDVD?content=83906
Source0:	%{name}-%{version}.tar.gz
Patch1:		mandvd-NTSC.patch
Patch2:		mandvd-2.6-gcc4.7.patch
BuildRequires:	qt3-devel
BuildRequires:	imagemagick
Requires:	dvd-slideshow >= 0.8.0
Requires:	k3b
Requires:	mplayer
Requires:	mencoder
Requires:	ffmpeg
Suggests:	gimp
Requires:	mkisofs >= 2.01
Requires:	xine-ui >= 0.99.4
Requires:	lame >= 3.98
Requires:	alsa-utils >= 1.0.19-1
Requires:	dvdauthor >= 0.6.17
Requires:	mjpegtools >= 1.9.0
Requires:	netpbm >= 10.35
Requires:	transcode >= 1.1.2
Requires:	dvd+rw-tools >= 7.1

%description
ManDVD is a graphical tool for creating Video DVDs, including menus.

This package is in restricted as it requires other software from restricted.

%prep
%setup -q
%patch1 -p1
%patch2 -p1

%build
%if %{mdvver} < 201100
echo "QMAKE_CFLAGS += %{optflags}" >> mandvd.pro
echo "QMAKE_CXXFLAGS += %{optflags}" >> mandvd.pro
%endif

%qmake_qt3 "mandvd.pro"

sed -i s\|-Werror=format-security\|\|g Makefile

%make

%install
install -d %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}
install -d %{buildroot}/%{_miconsdir}
install -d %{buildroot}/%{_iconsdir}
install -d %{buildroot}/%{_liconsdir}
install -D -m 644 mandvd.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
install -D -m 644 mandvdico.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
install -D -m 644 mandvdSplash.png %{buildroot}%{_datadir}/pixmaps/mandvdSplash.png

convert -scale 16 mandvdico.png %{buildroot}%{_miconsdir}/%{name}.png
convert -scale 32 mandvdico.png %{buildroot}%{_iconsdir}/%{name}.png
convert -scale 46 mandvdico.png %{buildroot}%{_liconsdir}/%{name}.png

cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=%{name}
Comment=ManDVD is a graphical tool for creating Video DVDs, including menus.
Comment[it_IT]=Creatore di Dvd
Exec=%{name}
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=X-MandrivaLinux-Multimedia-Video;AudioVideo;
EOF

%files
%doc COPYING INSTALL README
%{_bindir}/mandvd
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/mandvd.png
%{_datadir}/pixmaps/mandvdSplash.png
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_miconsdir}/*.png


%changelog
* Wed Oct 31 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.6-3
+ Revision: e1ab99b
- Update gcc 4.7 patch



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26608 |14rr|moc-2.5.0-1.beta2.svn2628.2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
#define debug_package	%{nil}

%define beta beta2
%define svn svn2628

Summary:	Simple console audio player
Name:		moc
Epoch:		1
Version:	2.5.0
Release:	1.%{beta}.%{svn}.2
License:	GPLv2+
Group:		Sound
Url:		http://moc.daper.net/
# svn : svn co svn://daper.net/moc/trunk
Source0:	ftp://ftp.daper.net/pub/soft/%{name}/stable/%{name}-%{version}_%{beta}_%{svn}.tar.gz
BuildRequires:	autogen
BuildRequires:	ffmpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	libfaac-devel
BuildRequires:	libfaad2-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	librcc-devel
BuildRequires:	libstdc++-devel
BuildRequires:	libtool-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
%if %{mdvver} >= 201210
BuildRequires:	db5.2-devel
BuildRequires:	db5.2
%else
BuildRequires:	db5.1-devel
BuildRequires:	db5.1
%endif

%description
MOC is a console audio player with ncurses interface.
Features:
    * Supports aac ffmpeg flac modplug mp3 musepack sndfile
      speex vorbis wavpack
    * Play files from directory changing automatically to the next one
      without any playlist.
    * Supports id3tag, VBR and Xing header for MP3.
    * Simple mixer.
    * Fast switching to your music directory.
    * Playlists (without read/write to a file).
    * Shuffle and repeat.
    * Changing process priority to higher value.
    * Playing in separate thread.

%prep
%setup -q -n trunk

%build
export CFLAGS="%{optflags} `pkg-config --cflags ncursesw`"
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std
rm -rf %{buildroot}/usr/share/doc/
rm -rf %{buildroot}/%{_libdir}/*/*/*la

%files
%doc COPYING AUTHORS NEWS README TODO
%doc config.example keymap.example
%{_bindir}/mocp
%{_mandir}/*/*
%{_libdir}/%{name}
%{_datadir}/%{name}


%changelog
* Thu Apr 24 2014 symbianflo <symbianflo@symbianflo> 1:2.5.0-1.beta2.svn2628.2
+ Revision: ef51337
- Log new svn 2628
- * Overhauled FFmpeg/LibAV decoder:
- - Resolved FFmpeg API deprecations
- - Provided LibAV compatibility
- - Provided proper stereo downmixing
- - Provided locking support for non-thread-safe library functions
- - Provided better FFmpeg or LibAV discrimination
- - Provided better audio duration reliability determination
- - Increased number of decodable formats (including Xiph Opus)
- - Added decoding of audio from video formats
- - Added logging of FFmpeg/LibAV messages
- - Added seeking in most (but not all) formats
- - Added handling for planar codecs
- - Excluded experimental codecs from decoding
- - Fixed misreporting of tags, duration and bitrates
- - Fixed memory and file descriptor leakages
- - Fixed severe distortion on 8-bit samples
- - Fixed loop playing FLAC files
- - Fixed many FFmpeg/LibAV API breakages



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26609 |14rr|moc-2.6.0-alpha1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _disable_ld_no_undefined 1
%define beta beta2
%define svn svn2628
# switch between tarball and svn here.Sflo
%define with_svn 0
#
Summary:	Simple console audio player
Name:		moc
Epoch:		1
Version:	2.6.0
%if %{with_svn}
Release:	1.%{beta}.%{svn}.2
%else
Release:	alpha1
%endif

License:	GPLv2+
Group:		Sound
Url:		http://moc.daper.net/

%if %{with_svn}
# svn : svn co svn://daper.net/moc/trunk
Source0:	ftp://ftp.daper.net/pub/soft/%{name}/stable/%{name}-%{version}_%{beta}_%{svn}.tar.gz
%else
Source0:	ftp://ftp.daper.net/pub/soft/%{name}/unstable/%{name}-2.6-alpha1.tar.xz
%endif

BuildRequires:	autogen
BuildRequires:	ffmpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	libfaac-devel
BuildRequires:	libfaad2-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	librcc-devel
BuildRequires:	libstdc++-devel
BuildRequires:	libtool-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
%if %{mdvver} >= 201210
BuildRequires:	db5.2-devel
BuildRequires:	db5.2
%else
BuildRequires:	db5.1-devel
BuildRequires:	db5.1
%endif

%description
MOC is a console audio player with ncurses interface.
Features:
    * Supports aac ffmpeg flac modplug mp3 musepack sndfile
      speex vorbis wavpack
    * Play files from directory changing automatically to the next one
      without any playlist.
    * Supports id3tag, VBR and Xing header for MP3.
    * Simple mixer.
    * Fast switching to your music directory.
    * Playlists (without read/write to a file).
    * Shuffle and repeat.
    * Changing process priority to higher value.
    * Playing in separate thread.

%prep
%if %{with_svn}
%setup -q -n trunk
%else
%setup -q -n moc-2.6-alpha1
%endif

%build
export CFLAGS="%{optflags} `pkg-config --cflags ncursesw`"
autoreconf -fi
%configure2_5x
%make

%install
%makeinstall_std
rm -rf %{buildroot}/usr/share/doc/
rm -rf %{buildroot}/%{_libdir}/*/*/*la

%files
%doc COPYING AUTHORS NEWS README TODO
%doc config.example keymap.example
%{_bindir}/mocp
%{_mandir}/*/*
%{_libdir}/%{name}
%{_datadir}/%{name}


%changelog
* Thu Sep 25 2014 abfonly <abfonly@gmail.com> 1:2.6.0-alpha1
+ Revision: 2dc2a16
- Merge pull request #4 from rosalinuxro/moc:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26610 |14rr|mp4als-rm23-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define		distsuffix plf
%define		oversion RM23

Name:		mp4als
Summary:	MPEG-4 Audio Lossless Coding
Version:	rm23
Release:	%mkrel 1
License:	Freeware
Group:		Sound
Url:		http://www.nue.tu-berlin.de/forschung/projekte/lossless/mp4als.html
Source:		http://www.nue.tu-berlin.de/fileadmin/fg97/Forschung/Projekte/Beendete_Projekte/MPEG4_ALS/%{name}%{oversion}.zip
Patch0:		mp4alsRM23-shntool.patch

%description
Lossless coding is the latest extension of the MPEG-4 audio
standard. The MPEG audio subgroup has recently finalized the
standardization of lossless coding techniques for high-definition
audio signals. As an extension to MPEG-4 audio, the 'MPEG-4 Audio
Lossless Coding (ALS)' standard defines methods for lossless
coding.

MPEG-4 ALS defines efficient and fast lossless audio compression
techniques for both professional and consumer applications. It
offers many features not included in other lossless compression
schemes.

* General support for virtually any uncompressed digital audio
format (including wav, aiff, au, bwf, raw).
* Support for PCM resolutions of up to 32-bit at arbitrary sampling
rate (including 16/44.1, 16/48, 24/48, 24/96, 24/192).
* Multi-channel / multi-track support for up to 65536 channels
(including 5.1 surround).
* Support for 32-bit IEEE floating point audio data.
* Fast random access to any part of the encoded data.
* Optional storage in MP4 file format (allows multiplex with video).
* High flexibility of codec parameters for various applications.

This version is patched with shntool patch.

The package is in restricted because it may violate software patents.

%prep
%setup -q -n %{name}%{oversion}
%patch0 -p1
%__sed -i 's/\r//g' *.txt

%build
%make linux

%install
%__rm -rf %{buildroot}

%__install -dm 755 %{buildroot}%{_bindir}
%__install -m 755 bin/linux/%{name}%{oversion} %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
    %__ln_s %{name}%{oversion} %{name}
popd

%clean
%__rm -rf %{buildroot}

%files
%doc *.txt
%{_bindir}/mp4als
%{_bindir}/mp4als%{oversion}


%changelog
* Sun Apr 08 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> rm23-1
+ Revision: 666c2e0
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26611 |14rr|mpd-0.18.10-2plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#####################
# Hardcode PLF build
%define build_plf 1
#####################

%{?_with_plf: %{expand: %%global build_plf 1}}

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	MPD, the Music Player Daemon
Name:		mpd
Version:	0.18.10
Release:	2%{?extrarelsuffix}
License:	GPLv2+
Group:		Sound
Url:		http://www.musicpd.org/
Source0:	http://www.musicpd.org/download/%{name}/%{name}-%{version}.tar.xz
Source1:	%{name}.conf
Source2:        %{name}.tmpfiles.d
Source3:	%{name}.logrotate
Source4:	README.urpmi
Source100:	%{name}.rpmlintrc
Patch0:		mpd-0.18.8-libvorbis.patch

Requires(pre,post):	rpm-helper
Requires(preun,postun): rpm-helper
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(atomic_ops)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(glib-2.0) >= 2.28
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	avahi-common-devel
BuildRequires:	pkgconfig(libcurl) >= 7.18
# sound servers
BuildRequires:	pkgconfig(alsa) >= 0.9.0
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpulse) >= 0.9.16
BuildRequires:	pkgconfig(fluidsynth) >= 1.1
BuildRequires:	pkgconfig(libmms) >= 0.4
BuildRequires:	pkgconfig(openal)
# multimedia formats
BuildRequires:	pkgconfig(adplug)
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(audiofile) >= 0.3
BuildRequires:	pkgconfig(flac) >= 1.2
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(libffado)
BuildRequires:	pkgconfig(libiso9660)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libsidplay2)
BuildRequires:	pkgconfig(libsidutils)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(samplerate) >= 0.0.15
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(twolame)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(yajl) >= 2.0
BuildRequires:	pkgconfig(zziplib) >= 0.13
BuildRequires:	ffmpeg-devel
BuildRequires:	libgme-devel
BuildRequires:	libmikmod-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	wildmidi-devel

%if %{build_plf}
BuildRequires:	libfaad2-devel
BuildRequires:	lame-devel
%endif

%description
Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg
Vorbis, FLAC, Mod, and wave files) and managing play-lists. MPD is designed
for integrating a computer into a stereo system that provides control for music
playback over a local network. It is also makes a great desktop music player,
especially if you are a console junkie, like front-end options, or restart X
often.
%if %{build_plf}
This package is in restricted repository because it is built with AAC support
of libfaad2, which is patent-protected.
%endif


%prep
%setup -q
%patch0 -b .vorbis
autoreconf -vfi


%build
# Mad and sidplay option make the build to fail
%configure2_5x \
	--with-systemdsystemunitdir=%{_unitdir} \
	--with-zeroconf=auto \
	--enable-alsa \
	--enable-ao \
	--enable-audiofile \
	--enable-cdio-paranoia \
	--enable-curl \
	--enable-flac \
	--enable-ffmpeg \
	--enable-fluidsynth \
	--enable-gme \
	--enable-id3 \
	--enable-iso9660 \
	--enable-jack \
	--enable-soundcloud \
	--enable-lsr \
	--disable-mad \
	--enable-mikmod \
	--enable-mms \
	--enable-modplug \
	--enable-mpg123 \
	--enable-openal \
	--enable-opus \
	--enable-pulse \
	--enable-recorder-output \
	--disable-roar \
	--enable-shout \
	--disable-sidplay \
	--enable-sndfile \
	--enable-twolame-encoder \
	--enable-vorbis \
	--enable-vorbis-encoder \
	--enable-wave-encoder \
	--enable-wavpack \
	--enable-wildmidi \
	--enable-zzip \
%if !%{build_plf}
	--disable-aac \
	--disable-lame-encoder \
%endif
	--enable-sqlite
%make


%install
%makeinstall_std

mkdir -p %{buildroot}/var/lib/mpd
touch %{buildroot}/%{_localstatedir}/lib/mpd/mpd.db
touch %{buildroot}/%{_localstatedir}/lib/mpd/mpdstate
mkdir -p %{buildroot}/var/log/mpd
touch %{buildroot}/var/log/mpd/mpd.log
touch %{buildroot}/var/log/mpd/mpd.error
mkdir -p %{buildroot}/var/run/mpd
mkdir -p %{buildroot}/%{_localstatedir}/lib/mpd/playlists
mkdir -p %{buildroot}/%{_localstatedir}/lib/mpd/music
mkdir -p %{buildroot}/lib/systemd/system

install -D -m 644 %{SOURCE1} %{buildroot}/etc/mpd.conf
install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
install -m 644 %{SOURCE4} doc/README.urpmi
rm -rf %{buildroot}/%{_docdir}/mpd

install -p -D -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/mpd.conf

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false
usermod -g audio %{name}


%post
if [ $1 -eq 1 ]
then
%create_ghostfile %{_localstatedir}/lib/mpd/mpd.db mpd audio 644
%create_ghostfile %{_localstatedir}/lib/mpd/mpdstate mpd audio 644
%create_ghostfile /var/log/mpd/mpd.log mpd audio 644
%create_ghostfile /var/log/mpd/mpd.error mpd audio 644
fi
%_post_service %{name}


%preun
%_preun_service %{name}


%postun
%_postun_userdel %{name}


%files
%doc README UPGRADING AUTHORS NEWS doc/mpdconf.example doc/*.urpmi
%{_bindir}/%{name}
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_tmpfilesdir}/*
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(-,mpd,root) %config(noreplace) %{_sysconfdir}/%{name}.conf
%defattr(644,mpd,audio)
%attr(755,mpd,audio) %dir %{_localstatedir}/lib/mpd
%attr(755,mpd,audio) %dir %{_localstatedir}/lib/mpd/music
%attr(755,mpd,audio) %dir %{_localstatedir}/lib/mpd/playlists
%ghost %{_localstatedir}/lib/mpd/mpd.db
%ghost %{_localstatedir}/lib/mpd/mpdstate
%attr(755,mpd,audio) %dir /var/log/mpd
%attr(755,mpd,audio) %dir /var/run/mpd
%ghost /var/log/mpd/mpd.log
%ghost /var/log/mpd/mpd.error
%attr(644,root,root) /lib/systemd/system/%{name}.service


%changelog
* Thu Jul 17 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.18.10-2plf
+ Revision: 8c84f1d
- Fix tmpfile location



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26612 |14rr|mplayer-1.1.1-2.r36417.11plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname MPlayer

%define svn r36417
%if "%{svn}" != ""
%define fversion %{svn}
%define rel 2.%{svn}.11
%else
%define fversion %{version}
%define rel 2
%endif

%define build_plf	0
%define build_debug	0
%define build_mencoder	1
%define build_gui	1
%define build_system_ffmpeg	1

%define kernel_version	%(/bin/bash %{SOURCE5})
%define kver 		%(/bin/bash %{SOURCE5} | sed -e 's/-/./')
%define kvername	%(/bin/bash %{SOURCE5} | sed -e 's/-/./' | sed -e 's/mdk//')

%define build_yasm	1
%define build_live	1
%define build_vesa	1
%define build_theora	1
%define build_lirc	1
%define build_amr	0
%define build_aa	1
%define build_cdda	1
%define build_compiz	0
%define build_dirac	1
%define build_dv	1
%define build_sdl	1
%define build_lzo	1
%define build_smb	1
%define build_mga	1
%define build_fbdev	1
%define build_dvb	1
%define build_fribidi	1
%define build_enca	1
%define build_alsa	1
%define build_jack	1
%define build_openal	0
%define build_pulse	1
%define build_schroedinger	1
%define build_twolame	0
%define build_lame	0
%define build_faac	0
%define build_faad	0
%define build_x264	0
%define build_xvid	0
%define build_dts	0
%define build_directfb	1
%define build_v4l2	1
%define build_xvmc	1
%define build_vdpau	1
%define build_ivtv	0
%define build_libass	1
%define build_vpx	1
%define build_rtmp	1

%ifnarch %{ix86}
%define build_vesa	0
%endif

%{?_with_plf:	%{expand:	%%global build_plf 1}}

#####################
# Hardcode PLF build
%define build_plf 1
#####################

%if %{build_plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_amr	1
%define build_twolame	1
%define build_lame	1
%define build_faac	1
%define build_faad	1
%define build_x264	1
%define build_xvid	1
%define build_dts	1
%define build_yasm	1
%define build_dirac	1
%define build_schroedinger	1
%endif

%if %{build_system_ffmpeg} && ! %{build_plf}
%define build_amr 0
%define build_dirac 0
%define build_schroedinger 0
%define build_vpx 0
%define build_zr 0
%endif

%ifnarch %{arm} %{mips} aarch64
%bcond_without	cpudetection
%endif

Summary:	Movie player for linux
Name:		mplayer
Version:	1.1.1
Release:	%{rel}%{?extrarelsuffix}
License:	GPLv2+
Group:		Video
Url:		http://www.mplayerhq.hu
%if "%svn" != ""
#gw generated using svn export
Source0:	%{name}-%{svn}.tar.xz
%else
Source0:	ftp://ftp1.mplayerhq.hu/MPlayer/releases/%{oname}-%{fversion}.tar.xz
%endif
#gw default skin
Source4:	Blue-1.8.tar.bz2
Source5:	kernel-version.sh
Patch0:		mplayer-mdvconfig.patch
Patch1:		mplayer-r36417-giflib51.patch
Patch2:		mplayer-1.1.1-samba4.patch
# fixes for crashes found while fixing CVE-2008-1558
Patch28:	mplayer-rtsp-extra-fixes.patch
Patch31:	mplayer-format-string-literal.patch
#gw HAVE_DLFCN_H isn't defined
Patch33:	mplayer-have-dlfcn_h.patch
#gw fix crash:	https://qa.mandriva.com/show_bug.cgi?id=55443
Patch35:	mplayer-fix-dvd-crash.patch
Patch39:	mplayer-dlopen-libfaac-libfaad-and-libx264.patch
Patch40:	mplayer-r36361-local-copy-of-internal-ffmpeg-type-definition.patch
Patch42:	mplayer-filters-hack-with-shared.patch
Patch43:	mplayer-r34911-dont-use-ffmpeg-functionality-outside-stable-release.patch

BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd412-xml
BuildRequires:	xsltproc
BuildRequires:	bzip2-devel
BuildRequires:	giflib-devel
BuildRequires:	gsm-devel
BuildRequires:	jpeg-devel
BuildRequires:	ladspa-devel
%if %{mdvver} <= 201210
BuildRequires:	libdxr3-devel
%endif
BuildRequires:	libmpcdec-devel
BuildRequires:	mng-devel
BuildRequires:	nas-devel
BuildRequires:	pkgconfig(caca)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(dvdnavmini)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libbs2b)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(xscrnsaver)
%if %{build_aa}
BuildRequires:	aalib-devel
%endif
BuildRequires:	a52dec-devel
%if %{build_amr}
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
%endif
%if %{build_jack}
BuildRequires:	pkgconfig(jack)
%endif
%if %{build_pulse}
BuildRequires:	pkgconfig(libpulse)
%endif
%if %{build_openal}
BuildRequires:	pkgconfig(openal)
%endif
%if %{build_cdda}
BuildRequires:	cdda-devel
BuildRequires:	pkgconfig(libcdio_cdda)
%endif
%if %{build_dirac}
BuildRequires:	pkgconfig(dirac)  >= 0.9.0
%endif
%if %{build_schroedinger}
BuildRequires:	pkgconfig(schroedinger-1.0)
%endif
%if %{build_dv}
BuildRequires:	pkgconfig(libdv)
%endif
%if %{build_lirc}
BuildRequires:	pkgconfig(liblircclient0)
%endif
%if %{build_lzo}
BuildRequires:	liblzo-devel
%endif
%if %{build_sdl}
BuildRequires:	pkgconfig(sdl) >= 1.1.8
%endif
%if %{build_smb}
BuildRequires:	pkgconfig(smbclient)
%endif
%if %{build_twolame}
BuildRequires:	pkgconfig(twolame)
%endif
%if %{build_faac}
BuildRequires:	libfaac-devel
%endif
%if %{build_faad}
BuildRequires:	libfaad2-devel
%endif
%if %{build_x264}
BuildRequires:	pkgconfig(x264)
%endif
%if %{build_xvid}
BuildRequires:	xvid-devel
%endif
%if %{build_dts}
BuildRequires:	pkgconfig(libdts)
%endif
%if %{build_lame}
BuildRequires:	lame-devel
%endif
%if %{build_live}
BuildRequires:	live-devel
%endif
%if %{build_vesa}
BuildRequires:	libvbe-devel
BuildRequires:	liblrmi-devel
%endif
%if %{build_theora}
BuildRequires:	pkgconfig(theora)
%endif
%if %{build_fribidi}
BuildRequires:	pkgconfig(fribidi) >= 0.10.4
%endif
%if %{build_enca}
BuildRequires:	pkgconfig(enca)
%endif
%if %{build_directfb}
BuildRequires:	pkgconfig(directfb)
%endif
%if %{build_xvmc}
BuildRequires:	pkgconfig(xvmc)
%endif
%if %{build_vdpau}
BuildRequires:	pkgconfig(vdpau)
%endif
%if %{build_libass}
BuildRequires:	pkgconfig(libass)
%endif
%if %{build_vpx}
BuildRequires:	pkgconfig(vpx)
%endif
%if %{build_rtmp}
BuildRequires:	pkgconfig(librtmp)
%endif
%if %{build_yasm}
BuildRequires:	yasm
%endif
%if %{build_system_ffmpeg}
BuildRequires:	ffmpeg-devel
%endif

%if "%{_lib}" == "lib64"
%global	_ext	()(64bit)
%else
%global	_ext	%{nil}
%endif

# With plf build they are auto-required
%if ! %{build_plf}
Suggests:	libfaac.so.0%{_ext}
Suggests:	libfaad.so.2%{_ext}
Suggests:	libx264.so.142%{_ext}
Suggests:	libopencore-amrnb.so.0%{_ext}
Suggests:	libopencore-amrwb.so.0%{_ext}
Suggests:	libtwolame.so.0%{_ext}
Suggests:	libdca.so.0%{_ext}
Suggests:	libdvdcss.so.2%{_ext}
%endif

%description
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!). The another big
feature of mplayer is the wide range of supported output drivers. It
works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, but you can use
SDL (and this way all drivers of SDL), VESA (on every VESA compatible
card, even without X!), and some lowlevel card-specific drivers (for
Matrox, 3Dfx and Radeon) too! Most of them supports software or hardware
scaling, so you can enjoy movies in fullscreen. MPlayer supports
displaying through some hardware MPEG decoder boards, such as the DVB
and DXR3/Hollywood+! And what about the nice big antialiased shaded
subtitles (9 supported types!!!) with european/ISO 8859-1,2 (hungarian,
english, czech, etc), cyrillic, korean fonts, and OSD?

Note: If you want to play Real content, you need to have the content
of RealPlayer's Codecs directory in %{_libdir}/codecs/

%if %{build_plf}
This package is in restricted because some included codecs are covered 
by patents. It also includes support for reading DVDs encrypted with 
CSS which might be illegal in some countries.

For non-free binary codecs support you should install the packages
win32-codecs, real-codecs and xanim-codecs.
%endif

%files -f mplayer.lang
%doc AUTHORS Changelog README Copyright
%dir %{_sysconfdir}/%{name}
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/mplayer.conf
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/menu.conf
%{_bindir}/midentify
%{_bindir}/mplayer
%{_mandir}/man1/mplayer.1*
%dir %{_datadir}/%{name}

#----------------------------------------------------------------------------

%package doc
Summary:	%{oname} documentation
Group:		Books/Computer books
BuildArch:	noarch

%description doc
This package contains documentation for %{oname}.

%files doc
%doc README.DOCS
%doc DOCS/default.css DOCS/xml DOCS/tech/

#----------------------------------------------------------------------------

%if %{build_gui}
%package gui
Summary:	GUI for %{name}
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	imagemagick
Requires:	soundwrapper

%description gui
This package contains a GUI for %{name}.

%files gui
%{_bindir}/gmplayer
%{_datadir}/applications/mplayer.desktop
%{_datadir}/%{name}/skins
%{_iconsdir}/mplayer.png
%{_miconsdir}/mplayer.png
%{_liconsdir}/mplayer.png

%pre gui
if [ -d %{_datadir}/%{name}/skins/default ]
  then rm -rf %{_datadir}/%{name}/skins/default
fi
%endif

#----------------------------------------------------------------------------

%if %{build_mencoder}
%package -n mencoder
Summary:	MPlayer's movie encoder
Group:		Video
Requires:	%{name}

%description -n mencoder
MEncoder a movie encoder and is a part of the MPlayer package.
%if ! %{build_plf}
Note: this version does not have support for encoding mp3 audio streams in the
video files.
%else
This restricted build has additional support for AAC decoding with libfaad
and MP3 encoding with lame, both are covered by software patents. It
also includes support for reading DVDs encrypted with CSS which might
be illegal in some countries.
%endif

%files -n mencoder -f mencoder.lang
%{_bindir}/mencoder
%{_bindir}/divx2svcd
%{_bindir}/mencvcd
%{_bindir}/wma2ogg.pl
%{_mandir}/man1/mencoder.1*
%endif

#----------------------------------------------------------------------------

%prep
%if "%{svn}" != ""
%setup -q -n %{name} -a 4
%else
%setup -q -n MPlayer-%{version}%{prerel} -a 4
%endif
#gw as we have have used svn export:
echo %{svn}|sed s/^r// > snapshot_version
find DOCS -name .svn|xargs rm -rf
#gw fix permissions
chmod 644 AUTHORS Changelog README Copyright
rm -f Blue/README
%patch0 -p1 -b .mdv~
%patch1 -p1 -b .giflib51~
%patch2 -p1 -b .samba4~
%patch28 -p1 -b .rtsp-extra-fixes
%patch31 -p1 -b .format~
%patch33 -p0 -b .dlfcn~
%patch35 -p0
%if ! %{build_plf}
%patch39 -p1 -b .dlopen~
%endif
rm -rf ffmpeg
%patch40 -p1 -b .ffmpeg~
%patch42 -p1 -b .internal_filters~
%patch43 -p1 -b .ffm_stable~

# Sometimes (1.1.1) mplayer guys forget to update the VERSION file...
# Let's fix it here, but let's not abuse this ;)
echo %{version} >VERSION

perl -pi -e 's^r\$svn_revision^%{release}^' version.sh

mv DOCS/README README.DOCS

%build
export CFLAGS="$CFLAGS %{optflags}"
%if %{build_debug}
export CFLAGS="$CFLAGS -g"
%endif
%ifarch ppc
export CFLAGS="$CFLAGS -mcpu=7450 -maltivec"
%endif
%if %{build_directfb}
export CPPFLAGS="-I%{_includedir}/directfb"
%endif
export LDFLAGS="%{?ldflags}"
./configure \
	--prefix=%{_prefix} \
	--datadir=%{_datadir}/%{name} \
	--confdir=%{_sysconfdir}/%{name} \
	--libdir=%{_libdir} \
	--codecsdir=%{_libdir}/codecs \
	--language=all \
%ifarch %{ix86}
	--enable-mmx \
	--enable-3dnow \
	--enable-sse \
	--enable-sse2 \
	--enable-fastmemcpy \
%endif
%if %{with cpudetection}
	--enable-runtime-cpudetection \
%endif
%if %{build_debug}
	--enable-debug=3 \
%else
	--disable-sighandler \
%endif
%if %{build_gui}
	--enable-gui \
%endif
%if %{build_mencoder}
	--enable-mencoder \
%else
	--disable-mencoder \
%endif
	--disable-arts \
	--disable-ggi \
	--disable-libdvdcss-internal \
	--enable-dvdnav \
	--disable-dvdread-internal \
	--enable-dvdread \
	--enable-tv \
	--enable-joystick \
	--enable-gl \
	--disable-svga \
	--enable-menu \
	--disable-zr \
%if ! %{build_dts}
	--disable-libdca \
	--enable-libdca-dlopen \
%endif
	--enable-freetype \
	--enable-nas \
%if %{build_system_ffmpeg}
	--disable-ffmpeg_a \
%endif
%if ! %{build_faad}
	--disable-faad \
	--disable-decoder=AAC \
	--enable-faad-dlopen \
%endif
%if ! %{build_faac}
	--enable-faac-dlopen \
%endif
%if ! %{build_twolame}
	--disable-twolame \
	--enable-twolame-dlopen \
%endif
%if ! %{build_x264}
	--enable-x264-dlopen \
%endif
%if %{build_lirc}
	--enable-lirc \
%else
	--disable-lirc \
%endif
%if ! %{build_v4l2}
	--disable-tv-v4l2 \
%endif
%if ! %{build_mga}
	--disable-mga \
%endif
%if ! %{build_fbdev}
	--disable-fbdev \
%endif
%if %{build_directfb}
	--enable-directfb \
%else
	--disable-directfb \
%endif
%if ! %{build_live}
	--disable-live \
%endif
%if ! %{build_vesa}
	--disable-vesa \
%endif
%if %{build_theora}
	--enable-theora \
%else
	--disable-theora \
%endif
%if %{build_smb}
	--enable-smb \
%endif
%if ! %{build_dvb}
	--disable-dvb \
	--disable-dvbhead \
%endif
%if ! %{build_jack}
	--disable-jack \
%endif
%if ! %{build_aa}
	--disable-aa \
%endif
%if ! %{build_cdda}
	--disable-cdparanoia \
%endif
%if ! %{build_dv}
	--disable-libdv \
%endif
%if ! %{build_lzo}
	--disable-liblzo \
%endif
%if ! %{build_sdl}
	--disable-sdl \
%endif
%if ! %{build_alsa}
	--disable-alsa \
%endif
%if ! %{build_fribidi}
	--disable-fribidi \
%endif
%if ! %{build_enca}
	--disable-enca \
%endif
%if %{build_pulse}
	--enable-pulse \
%endif
%if ! %{build_openal}
	--disable-openal \
%endif
%if %{build_xvmc}
	--enable-xvmc \
%endif
%if ! %{build_ivtv}
	--disable-ivtv \
%endif
%if ! %{build_vdpau}
	--disable-vdpau \
%endif
%if ! %{build_amr}
	--disable-libopencore_amrnb \
	--disable-libopencore_amrwb \
	--enable-libopencore_amrnb-dlopen \
	--enable-libopencore_amrwb-dlopen
%endif

# Keep this line before empty end %%configure (ppc conditionnal pb)
make
#gw make sure we have our version string included:
fgrep %{version} version.h

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m755 mplayer -D %{buildroot}%{_bindir}/mplayer
for lang in de fr hu pl es it zh_CN en; do
    install -m644 DOCS/man/$lang/mplayer.1 -D %{buildroot}%{_mandir}/$([ "$lang" != "en" ] && echo $lang)/man1/mplayer.1
done

%find_lang mplayer --with-man

######################### Mencoder #########################
%if %{build_mencoder}
install -m755 mencoder -D %{buildroot}%{_bindir}/mencoder

for lang in de fr hu pl es it zh_CN en; do
    ln -s mplayer.1 %{buildroot}%{_mandir}/$([ "$lang" != "en" ] && echo $lang)/man1/mencoder.1
done

%find_lang mencoder --with-man

install -m 755 TOOLS/mencvcd.sh %{buildroot}%{_bindir}/mencvcd
install -m 755 TOOLS/divx2svcd.sh %{buildroot}%{_bindir}/divx2svcd
install -m 755 TOOLS/wma2ogg.pl %{buildroot}%{_bindir}/wma2ogg.pl
install -m 755 TOOLS/midentify.sh %{buildroot}%{_bindir}/midentify
%endif
######################### /Mencoder #########################

install -m 644 etc/example.conf %{buildroot}%{_sysconfdir}/%{name}/mplayer.conf
install -m 644 etc/menu.conf %{buildroot}%{_sysconfdir}/%{name}

%if %{build_gui}
# default Skin
install -d -m 755 %{buildroot}%{_datadir}/%{name}/skins/
cp -r Blue %{buildroot}%{_datadir}/%{name}/skins/
ln -s Blue %{buildroot}%{_datadir}/%{name}/skins/default
# gmplayer equals mplayer -gui
ln -s mplayer %{buildroot}%{_bindir}/gmplayer
# icons
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
convert -transparent white Blue/icons/icon48x48.png %{buildroot}%{_liconsdir}/mplayer.png 
convert -transparent white Blue/icons/icon32x32.png %{buildroot}%{_iconsdir}/mplayer.png 
convert -transparent white -scale 16x16 Blue/icons/icon48x48.png %{buildroot}%{_miconsdir}/mplayer.png
install -D -m 644 etc/mplayer.desktop %{buildroot}%{_datadir}/applications/mplayer.desktop
perl -pi -e 's@mplayer$@mplayer@g' %{buildroot}%{_datadir}/applications/mplayer.desktop
%endif

%if %{build_debug}
export DONT_STRIP=1
%endif


%changelog
* Mon Sep 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.11plf
+ Revision: 11b687c
- Build with smb protocol support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26613 |14rr|mythplugins-0.27.1-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Requires autofinder is confused, requires nonexistent packages (mythtv-mythweb)
%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear(.*)|perl\\(Switch\\)'
%else
%define _requires_exceptions pear*
%endif

%define gitversion 0
%define fixesdate 0
%define rel 1

%if %{fixesdate}
%define release %{fixesdate}.%{rel}
%else
%define release %{rel}
%endif

#####################
# Hardcode PLF build
%define build_plf 1
#####################

%if %{build_plf}
%define extrarelsuffix plf
%define distsuffix plf
%endif

Summary:	Official MythTV plugins
Name:		mythplugins
Version:	0.27.1
Release:	%{release}%{?extrarelsuffix}
License:	GPLv2+
Group:		Video
Url:		http://www.mythtv.org/
Source0:	ftp://ftp.osuosl.org/pub/mythtv/%{name}-%{version}.tar.bz2
Source1:	mythweb-%{version}.tar.gz
%if %{fixesdate}
#Patch1:		fixes-%{gitversion}.patch
%endif
Patch100:	0100-lame-Allow-building-without-lame-libraries.patch

# (cg) Ditto for the perl-DateTime-Format-ISO pkg
BuildRequires:	perl(Class::Factory::Util)
BuildRequires:	perl-XML-XPath
BuildRequires:	perl-Image-Size
BuildRequires:	perl-Date-Manip
BuildRequires:	perl-DateTime-Format-ISO8601
BuildRequires:	perl-SOAP-Lite
BuildRequires:	perl-XML-Simple
BuildRequires:	python-curl
BuildRequires:	python-oauth
# (cg) Remove these once they are required in the python-mythtv package
BuildRequires:	python-lxml
BuildRequires:	python-mysql
BuildRequires:	myth-devel >= %{version}
BuildRequires:	python-mythtv >= %{version}
BuildRequires:	cdda-devel
BuildRequires:	mysql-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libvisual-0.4)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(taglib)
%if %{build_plf}
BuildRequires:	lame-devel
BuildRequires:	libfaad2-devel
%endif

%description
Mythplugins for MythTV.

%if %{build_plf}
This package is in restricted because it contains software that supports
codecs that may be covered by software patents.
%endif

#----------------------------------------------------------------------------

%package -n mythtv-plugin-browser
Summary:	Full web browser for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-browser
MythBrowser is a full web browser for MythTV.

%files -n mythtv-plugin-browser
%doc mythbrowser/README mythbrowser/COPYING mythbrowser/AUTHORS
%{_libdir}/mythtv/plugins/libmythbrowser.so
%{_datadir}/mythtv/i18n/mythbrowser_*.qm
%{_datadir}/mythtv/themes/default*/browser-ui.xml
%{_datadir}/mythtv/themes/default*/mb_*.png

#----------------------------------------------------------------------------

%package -n mythtv-plugin-gallery
Summary:	Gallery/slideshow module for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-gallery
A gallery/slideshow module for MythTV.

%files -n mythtv-plugin-gallery
%doc mythgallery/README*
%{_libdir}/mythtv/plugins/libmythgallery.so
%{_datadir}/mythtv/i18n/mythgallery_*.qm
%{_datadir}/mythtv/themes/default*/gallery*
%{_localstatedir}/lib/pictures

#----------------------------------------------------------------------------

%package -n mythtv-plugin-game
Summary:	Game frontend for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-game
A game frontend for MythTV.

%files -n mythtv-plugin-game
%doc mythgame/romdb*
%{_libdir}/mythtv/plugins/libmythgame.so
%{_datadir}/mythtv/i18n/mythgame_*.qm
%{_datadir}/mythtv/game_settings.xml
%{_datadir}/mythtv/themes/default*/game*
%dir %{_datadir}/mythtv/metadata
%{_datadir}/mythtv/metadata/Game

#----------------------------------------------------------------------------

%package -n mythtv-plugin-music
Summary:	The music player add-on module for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-music
The music player add-on module for MythTV.

%if %{build_plf}
This package is in restricted because it contains software that supports
codecs that may be covered by software patents.
%endif

%files -n mythtv-plugin-music
%doc mythmusic/AUTHORS mythmusic/COPYING mythmusic/README* mythmusic/musicdb
%{_datadir}/mythtv/music_settings.xml
%{_datadir}/mythtv/musicmenu.xml
%{_libdir}/mythtv/plugins/libmythmusic.so
%{_localstatedir}/lib/mythmusic
%{_datadir}/mythtv/i18n/mythmusic_*.qm
%{_datadir}/mythtv/mythmusic/streams.xml
%{_datadir}/mythtv/themes/default/ff_button*.png
%{_datadir}/mythtv/themes/default*/mm_*.png
%{_datadir}/mythtv/themes/default*/mm-*.png
%{_datadir}/mythtv/themes/default/music-*.png
%{_datadir}/mythtv/themes/default*/*music*.xml
%{_datadir}/mythtv/themes/default/next_button*.png
%{_datadir}/mythtv/themes/default/pause_button*.png
%{_datadir}/mythtv/themes/default/play_button*.png
%{_datadir}/mythtv/themes/default/prev_button*.png
%{_datadir}/mythtv/themes/default/rew_button*.png
%{_datadir}/mythtv/themes/default/selectionbar.png
%{_datadir}/mythtv/themes/default/stop_button*.png
%{_datadir}/mythtv/themes/default/track_info_background.png
%{_datadir}/mythtv/themes/default/miniplayer_background.png
%{_datadir}/mythtv/themes/default-wide/music-sel-bg.png
%{_datadir}/mythtv/themes/default*/stream-ui.xml

#----------------------------------------------------------------------------

%package -n mythtv-plugin-netvision
Summary:	NetVision for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-netvision
NetVision for MythTV. View popular media website content.

%files -n mythtv-plugin-netvision
%doc mythnetvision/README mythnetvision/ChangeLog mythnetvision/AUTHORS
%{_bindir}/mythfillnetvision
%{_libdir}/mythtv/plugins/libmythnetvision.so
%{_datadir}/mythtv/i18n/mythnetvision_*.qm
%{_datadir}/mythtv/mythnetvision
%{_datadir}/mythtv/netvisionmenu.xml
%{_datadir}/mythtv/themes/default*/netvision*.xml

#----------------------------------------------------------------------------

%package -n mythtv-plugin-news
Summary:	RSS News feed plugin for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-news
An RSS News feed plugin for MythTV.

%files -n mythtv-plugin-news
%doc mythnews/AUTHORS mythnews/COPYING mythnews/ChangeLog mythnews/README*
%{_libdir}/mythtv/plugins/libmythnews.so
%{_datadir}/mythtv/i18n/mythnews_*.qm
%{_datadir}/mythtv/mythnews
%{_datadir}/mythtv/themes/default*/news*
%{_datadir}/mythtv/themes/default/enclosures.png
%{_datadir}/mythtv/themes/default/need-download.png
%{_datadir}/mythtv/themes/default/podcast.png

#----------------------------------------------------------------------------

%package -n mythtv-plugin-weather
Summary:	MythTV module that displays a weather forecast
Group:		Video
Requires:	mythtv-frontend >= %{version}
# Contrib package, needed only for one script
Suggests:	perl-Switch

%description -n mythtv-plugin-weather
A MythTV module that displays a weather forcast.

%files -n mythtv-plugin-weather
%doc mythweather/AUTHORS mythweather/COPYING mythweather/README*
%{_libdir}/mythtv/plugins/libmythweather.so
%{_datadir}/mythtv/i18n/mythweather_*.qm
%{_datadir}/mythtv/mythweather
%{_datadir}/mythtv/themes/default/cloudy.png
%{_datadir}/mythtv/themes/default/fair.png
%{_datadir}/mythtv/themes/default/flurries.png
%{_datadir}/mythtv/themes/default/fog.png
%{_datadir}/mythtv/themes/default/logo.png
%{_datadir}/mythtv/themes/default/lshowers.png
%{_datadir}/mythtv/themes/default/mcloudy.png
%{_datadir}/mythtv/themes/default/pcloudy.png
%{_datadir}/mythtv/themes/default/rainsnow.png
%{_datadir}/mythtv/themes/default/showers.png
%{_datadir}/mythtv/themes/default/snowshow.png
%{_datadir}/mythtv/themes/default/sunny.png
%{_datadir}/mythtv/themes/default/thunshowers.png
%{_datadir}/mythtv/themes/default/unknown.png
%{_datadir}/mythtv/themes/default*/mw*.png
%{_datadir}/mythtv/themes/default*/weather-ui.xml
%{_datadir}/mythtv/weather_settings.xml

#----------------------------------------------------------------------------

%package -n mythtv-mythweb
Summary:	The web interface to MythTV
Group:		Video
Requires:	mythtv-backend >= %{version}
Requires:	php-mythtv >= %{version}
Requires:	apache-mod_php

%description -n mythtv-mythweb
The web interface to MythTV.

%files -n mythtv-mythweb
%doc mythweb/README* mythweb/LICENSE mythweb/INSTALL mythweb/mythweb.conf.*
%{_var}/www/mythweb
%dir %{_localstatedir}/lib/mythweb
%attr(-,apache,apache) %{_localstatedir}/lib/mythweb/data
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf

#----------------------------------------------------------------------------

%package -n mythtv-plugin-zoneminder
Summary:	Security camera plugin for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-zoneminder
A security camera plugin for MythTV.

%files -n mythtv-plugin-zoneminder
%doc mythzoneminder/README mythzoneminder/COPYING mythzoneminder/AUTHORS
%{_bindir}/mythzmserver
%{_libdir}/mythtv/plugins/libmythzoneminder.so
%{_datadir}/mythtv/zonemindermenu.xml
%{_datadir}/mythtv/themes/default*/zoneminder*.xml
%{_datadir}/mythtv/themes/default*/mz_*.png
%{_datadir}/mythtv/i18n/mythzoneminder_*.qm

#----------------------------------------------------------------------------

%package -n mythtv-plugin-archive
Summary:	Creates DVDs from your recorded shows
Group:		Video
Requires:	dvd+rw-tools
Requires:	dvdauthor
Requires:	ffmpeg
Requires:	mjpegtools
Requires:	python-imaging
Requires:	python-mysql
Requires:	mythtv-frontend >= %{version}
%if %{build_plf}
Requires:	transcode
%endif
Requires:	cdrkit-genisoimage

%description -n mythtv-plugin-archive
MythArchive is a plugin for MythTV that lets you create DVDs
from your recorded shows, MythVideo files and any video files
available on your system. It can also archive recordings in a
proprietary format that archives not only the file but also all the
associated metadata like title, description and cut list information
which will mean you can create backups of myth recordings which can
later be restored or it will also allow you to move recordings
between myth systems without losing any of the metadata. It is a
complete rewrite of the old MythBurn bash scripts, now using python,
and the mythfrontend UI plugin.

%files -n mythtv-plugin-archive
%{_bindir}/mytharchivehelper
%{_libdir}/mythtv/plugins/libmytharchive.so
%{_datadir}/mythtv/archive*.xml
%{_datadir}/mythtv/mytharchive
%{_datadir}/mythtv/themes/default/ma_*.png
%{_datadir}/mythtv/themes/default/mytharchive-ui.xml
%{_datadir}/mythtv/themes/default/mythburn-ui.xml
%{_datadir}/mythtv/themes/default/mythnative-ui.xml
%{_datadir}/mythtv/themes/default-wide/mytharchive-ui.xml
%{_datadir}/mythtv/themes/default-wide/mythburn-ui.xml
%{_datadir}/mythtv/themes/default-wide/mythnative-ui.xml
%{_datadir}/mythtv/i18n/mytharchive_*.qm

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

tar -xf %{SOURCE1}
mv mythweb-%{version} mythweb

%build
%configure \
	--enable-all \
	--libdir-name=%{_lib} \
	--libdir=%{_libdir} \
%if %{build_plf}
	--enable-mp3lame
%else
	--disable-mp3lame
%endif

%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}

#mythgallery
mkdir -p %{buildroot}%{_localstatedir}/lib/pictures
#mythmusic
mkdir -p %{buildroot}%{_localstatedir}/lib/mythmusic

install -d -m755 %{buildroot}%{_var}/www/mythweb
install -m644 mythweb/*.php %{buildroot}%{_var}/www/mythweb
install -m755 mythweb/*.pl %{buildroot}%{_var}/www/mythweb

for dir in classes includes js modules skins ; do
  cp -r mythweb/$dir %{buildroot}%{_var}/www/mythweb
done

install -d -m755 %{buildroot}%{_localstatedir}/lib/mythweb/data
ln -s %{_localstatedir}/lib/mythweb/data %{buildroot}%{_var}/www/mythweb/data

# Create a default configuration for mythweb
install -d -m755 %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -m644 mythweb/mythweb.conf.apache %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf

perl -pi -e's|<Directory "/var/www/html|<Directory "%{_var}/www/mythweb|' %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf
perl -pi -e's|#    RewriteBase    /mythweb|    RewriteBase    /mythweb|' %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf

cat >> %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf <<EOF

# ROSA Customisations (be in sync with very sane Mageia's ones)

Alias /mythweb %{_var}/www/mythweb
<Directory %{_var}/www/mythweb>
    Require host 127.0.0.1
</Directory>
EOF

mkdir -p %{buildroot}%{_docdir}/mythtv-plugin-{browser,gallery,game,music,netvision,news,weather,video,zoneminder}


%changelog
* Tue Jul 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.27.1-1plf
+ Revision: bda8c74
- Add Requires exceptions



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26614 |14rr|mythtv-0.27.1-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitversion 0
%define fixesdate 0
%define rel 1

%if %{fixesdate}
%define release %{fixesdate}.%{rel}
%else
%define release %{rel}
%endif

%define api 0.27
%define major 0
%define libname %mklibname mythtv %{api} %{major}
%define libbase %mklibname mythbase %{api} %{major}
%define libfreemheg %mklibname mythfreemheg %{api} %{major}
%define libhdhomerun %mklibname mythhdhomerun %{api} %{major}
%define libmetadata %mklibname mythmetadata %{api} %{major}
%define libmyth %mklibname myth %{api} %{major}
%define libprotoserver %mklibname mythprotoserver %{api} %{major}
%define libservicecontracts %mklibname mythservicecontracts %{api} %{major}
%define libui %mklibname mythui %{api} %{major}
%define libupnp %mklibname mythupnp %{api} %{major}

%define libqjson %mklibname mythqjson %{major}

%define avcodec_major 54
%define libavcodec %mklibname mythavcodec %{avcodec_major}
%define avdevice_major 54
%define libavdevice %mklibname mythavdevice %{avdevice_major}
%define avformat_major 54
%define libavformat %mklibname mythavformat %{avformat_major}
%define avutil_major 52
%define libavutil %mklibname mythavutil %{avutil_major}
%define postproc_major 52
%define libpostproc %mklibname mythpostproc %{postproc_major}
%define avfilter_major 3
%define libavfilter %mklibname mythavfilter %{avfilter_major}
%define swresample_major 0
%define libswresample %mklibname mythswresample %{swresample_major}
%define swscale_major 2
%define libswscale %mklibname mythswscale %{swscale_major}

%define devname %mklibname myth -d

%define maenable 1

#set default build options
# disabled as overrides xv
%define build_directfb		0
%define build_dts		0
%define build_faac		0
%define build_faad		0
%define build_lame		0
%define build_x264		0
%define build_xvid		0

# Can be enabled later
%define build_crystalhd		0

######################
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define extrarelsuffix plf
%define distsuffix		plf
%define build_dts		1
%define build_faac		1
%define build_faad		1
%define build_lame		1
%define build_x264		1
%define build_xvid		1
%endif

#enable/disable building for certain hardware
%{?_without_directfb:		%global build_directfb 0}
%{?_without_dts:		%global build_dts 0}
%{?_without_faac:		%global build_faac 0}
%{?_without_faad:		%global build_faad 0}
%{?_without_lame:		%global build_lame 0}
%{?_without_x264:		%global build_x264 0}
%{?_without_xvid:		%global build_xvid 0}

%{?_with_directfb:		%global build_directfb 1}
%{?_with_dts:			%global build_dts 1}
%{?_with_faac:			%global build_faac 1}
%{?_with_faad:			%global build_faad 1}
%{?_with_lame:			%global build_lame 1}
%{?_with_x264:			%global build_x264 1}
%{?_with_xvid:			%global build_xvid 1}

Summary:	A personal video recorder (PVR) application
Name:		mythtv
Version:	0.27.1
Release:	%{release}%{?extrarelsuffix}
License:	GPLv2+ and GPLv3+
Group:		Video
Url:		http://www.mythtv.org/
Source0:	%{name}-%{version}.tar.bz2
Source1:	mythbackend.sysconfig.in
Source2:	mythbackend.service.in
Source3:	mythbackend.logrotate.in
Source4:	99MythFrontend
Source5:	%{name}-16.png
Source6:	%{name}-32.png
Source7:	%{name}-48.png
Source10:	%{name}.rpmlintrc

%if %{fixesdate}
#Patch0:		fixes-%{gitversion}.patch
%endif

Patch100:	0100-lame-Allow-building-without-lame-libraries.patch
Patch102:	0102-pulse-Do-not-suspend-PA-when-using-alsa-default.patch
Patch103:	0103-Fix-dns-sd-detection.patch
Patch104:	0104-Support-libcec-2.x.patch
Patch105:	0105-Use-system-build-flags.patch
Patch106:	0106-Fix-zeromq-libdir-path-on-some-systems.patch

BuildRequires:	gdb
BuildRequires:	imagemagick
%if %{maenable}
BuildRequires:	multiarch-utils
%endif
BuildRequires:	python-lxml
BuildRequires:	python-mysql
BuildRequires:	python-urlgrabber
BuildRequires:	yasm
%if %{build_crystalhd}
BuildRequires:	crystalhd-devel
%endif
%if %{build_lame}
BuildRequires:	lame-devel
%endif
%if %{build_faac}
BuildRequires:	libfaac-devel
%endif
%if %{build_faad}
BuildRequires:	libfaad2-devel
%endif
BuildRequires:	perl-devel
BuildRequires:	qt4-devel
%if %{build_xvid}
BuildRequires:	xvid-devel
%endif
BuildRequires:	perl(Date::Manip)
BuildRequires:	perl(DBD::mysql)
BuildRequires:	perl(DBI)

BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(avahi-compat-libdns_sd)
BuildRequires:	pkgconfig(dvdnav)
%if %{build_directfb}
BuildRequires:	pkgconfig(directfb)
%endif
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(libcec)
%if %{build_dts}
BuildRequires:	pkgconfig(libdts)
%endif
BuildRequires:	pkgconfig(libiec61883)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(x11)
%if %{build_x264}
BuildRequires:	pkgconfig(x264)
%endif
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xvmc)
BuildRequires:	pkgconfig(xxf86vm)

%description
MythTV implements the following PVR features, and more, with a
unified graphical interface:

 - Basic 'live-tv' functionality. Pause/Fast Forward/Rewind "live" TV.
 - Video compression using RTjpeg or MPEG-4
 - Program listing retrieval using XMLTV
 - Themable, semi-transparent on-screen display
 - Electronic program guide
 - Scheduled recording of TV programs
 - Resolution of conflicts between scheduled recordings
 - Basic video editing

%if %{build_plf}
This package is in restricted because it contains software that supports
codecs that may be covered by software patents.
%endif
%if !%{build_lame}
Note that this build does not support MP3 encoding when recording
into the NuppelVideo format.
%endif
%if %{fixesdate}
This package is based on the MythTV "fixes" branch at 
revision %{gitversion}
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	MythTV shared library
Group:		System/Libraries
Obsoletes:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libname}
MythTV shared library.

%files -n %{libname}
%{_libdir}/libmythtv-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libbase}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libbase}
MythTV shared library.

%files -n %{libbase}
%{_libdir}/libmythbase-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libfreemheg}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libfreemheg}
MythTV shared library.

%files -n %{libfreemheg}
%{_libdir}/libmythfreemheg-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libhdhomerun}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libhdhomerun}
MythTV shared library.

%files -n %{libhdhomerun}
%{_libdir}/libmythhdhomerun-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmetadata}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libmetadata}
MythTV shared library.

%files -n %{libmetadata}
%{_libdir}/libmythmetadata-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmyth}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libmyth}
MythTV shared library.

%files -n %{libmyth}
%{_libdir}/libmyth-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libprotoserver}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libprotoserver}
MythTV shared library.

%files -n %{libprotoserver}
%{_libdir}/libmythprotoserver-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libservicecontracts}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libservicecontracts}
MythTV shared library.

%files -n %{libservicecontracts}
%{_libdir}/libmythservicecontracts-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libui}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libui}
MythTV shared library.

%files -n %{libui}
%{_libdir}/libmythui-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libupnp}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libupnp}
MythTV shared library.

%files -n %{libupnp}
%{_libdir}/libmythupnp-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqjson}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libqjson}
MythTV shared library.

%files -n %{libqjson}
%{_libdir}/libmythqjson.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libavcodec}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavcodec}
MythTV shared library.

%files -n %{libavcodec}
%{_libdir}/libmythavcodec.so.%{avcodec_major}*

#----------------------------------------------------------------------------

%package -n %{libavdevice}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavdevice}
MythTV shared library.

%files -n %{libavdevice}
%{_libdir}/libmythavdevice.so.%{avdevice_major}*

#----------------------------------------------------------------------------

%package -n %{libavformat}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavformat}
MythTV shared library.

%files -n %{libavformat}
%{_libdir}/libmythavformat.so.%{avformat_major}*

#----------------------------------------------------------------------------

%package -n %{libavutil}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavutil}
MythTV shared library.

%files -n %{libavutil}
%{_libdir}/libmythavutil.so.%{avutil_major}*

#----------------------------------------------------------------------------

%package -n %{libpostproc}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libpostproc}
MythTV shared library.

%files -n %{libpostproc}
%{_libdir}/libmythpostproc.so.%{postproc_major}*

#----------------------------------------------------------------------------

%package -n %{libavfilter}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavfilter}
MythTV shared library.

%files -n %{libavfilter}
%{_libdir}/libmythavfilter.so.%{avfilter_major}*

#----------------------------------------------------------------------------

%package -n %{libswresample}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libswresample}
MythTV shared library.

%files -n %{libswresample}
%{_libdir}/libmythswresample.so.%{swresample_major}*

#----------------------------------------------------------------------------

%package -n %{libswscale}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libswscale}
MythTV shared library.

%files -n %{libswscale}
%{_libdir}/libmythswscale.so.%{swscale_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libmyth
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libbase} = %{EVRD}
Requires:	%{libfreemheg} = %{EVRD}
Requires:	%{libhdhomerun} = %{EVRD}
Requires:	%{libmetadata} = %{EVRD}
Requires:	%{libmyth} = %{EVRD}
Requires:	%{libprotoserver} = %{EVRD}
Requires:	%{libservicecontracts} = %{EVRD}
Requires:	%{libui} = %{EVRD}
Requires:	%{libupnp} = %{EVRD}
# extra libs
Requires:	%{libqjson} = %{EVRD}
Requires:	%{libavcodec} = %{EVRD}
Requires:	%{libavdevice} = %{EVRD}
Requires:	%{libavformat} = %{EVRD}
Requires:	%{libavutil} = %{EVRD}
Requires:	%{libpostproc} = %{EVRD}
Requires:	%{libavfilter} = %{EVRD}
Requires:	%{libswresample} = %{EVRD}
Requires:	%{libswscale} = %{EVRD}
Provides:	myth-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and libraries for developing
add-ons for mythtv.

%files -n %{devname}
%if %{maenable}
%{multiarch_includedir}/mythtv/mythconfig.h
%endif
%{_includedir}/mythtv
# FIXME: Manually multiarch mythconfig.mak
%{_libdir}/*.so

#----------------------------------------------------------------------------

%package themes-base
Summary:	Base themes for mythtv's frontend
Group:		Video
Conflicts:	mythtv-themes-myththemes < 0.22
Conflicts:	mythtv-plugin-controls < 0.22
BuildArch:	noarch

%description themes-base
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains only the base themes used by mythtv-frontend and
mythtv-setup.

%files themes-base
%dir %{_datadir}/mythtv
%{_datadir}/mythtv/themes
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%package common
Summary:	Common components needed by multiple other MythTV components
Group:		Video
Conflicts:	mythtv-backend < 0.25
Conflicts:	mythtv-frontend < 0.25

%description common
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains components needed by multiple other MythTV components.

%files common
%{_bindir}/mythccextractor
%{_bindir}/mythcommflag
%{_bindir}/mythpreviewgen
%{_bindir}/mythtranscode
%{_bindir}/mythwikiscripts
%{_bindir}/mythmetadatalookup
%{_bindir}/mythutil
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/mythconverg*.pl
%dir %{_datadir}/%{name}/locales
%{_datadir}/%{name}/locales/*
%dir %{_datadir}/%{name}/metadata
%{_datadir}/%{name}/metadata/*
%dir %{_datadir}/%{name}/hardwareprofile
%{_datadir}/%{name}/hardwareprofile/*

#----------------------------------------------------------------------------

%package frontend
Summary:	Client component of mythtv (a PVR)
Group:		Video
Requires:	mythtv-themes-base = %{EVRD}
Requires:	mythtv-common = %{EVRD}
Requires:	qt4-database-plugin-mysql
Requires:	mplayer
%if %{build_plf}
Requires:	transcode
Requires:	%{mklibname dvdcss 2}
%endif
Obsoletes:	mythtv-plugin-controls < 0.25
Obsoletes:	mythtv-plugin-video < 0.25
Conflicts:	mythtv-backend < 0.25

%description frontend
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains only the client software, which provides a
front-end for playback and configuration.  It requires access to a
mythtv-backend installation, either on the same system or one
reachable via the network.

%files frontend
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/99MythFrontend
%{_datadir}/mythtv/*.xml
%exclude %{_datadir}/mythtv/setup.xml
%{_bindir}/mythavtest
%{_bindir}/mythff*
%{_bindir}/mythfrontend
%{_bindir}/mythlcdserver
%{_bindir}/mythscreenwizard
%{_bindir}/mythshutdown
%{_bindir}/mythwelcome
%dir %{_libdir}/mythtv
%{_libdir}/mythtv/filters
%{_libdir}/mythtv/plugins
%dir %{_datadir}/mythtv
%dir %{_datadir}/mythtv/fonts
%{_datadir}/mythtv/fonts/*.otf
%{_datadir}/mythtv/fonts/*.ttf
%{_datadir}/mythtv/i18n
%{_datadir}/applications/mandriva-mythtv-frontend.desktop

#----------------------------------------------------------------------------

%package backend
Summary:	Server component of mythtv (a PVR)
Group:		Video
Requires:	%{libname} = %{EVRD}
Requires:	mythtv-common = %{EVRD}
Requires:	qt4-database-plugin-mysql
Requires(pre,post,preun,postun):	rpm-helper
Conflicts:	mythtv-frontend < 0.25

%description backend
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains only the server software, which provides video
and audio capture and encoding services.  In order to be useful, it
requires a mythtv-frontend installation, either on the same system or
one reachable via the network.

%if !%{build_lame}
Note that this build does not support MP3 encoding when recording
into the NuppelVideo format.
%endif

%files backend
%doc README.install.urpmi
%{_bindir}/mythbackend
%{_bindir}/mythfilldatabase
%{_bindir}/mythhdhomerun_config
%{_bindir}/mythjobqueue
%{_bindir}/mythmediaserver
%{_bindir}/mythreplex
%attr(-,mythtv,mythtv) %dir %{_localstatedir}/lib/mythtv
%attr(-,mythtv,mythtv) %dir %{_localstatedir}/lib/mythtv/recordings
%attr(-,mythtv,mythtv) %dir %{_var}/cache/mythtv
%{_unitdir}/mythbackend.service
%config(noreplace) %{_sysconfdir}/sysconfig/mythbackend
%config(noreplace) %{_sysconfdir}/logrotate.d/*
%attr(-,mythtv,mythtv) %dir %{_logdir}/mythtv
%{_datadir}/%{name}/backend-config
%dir %{_datadir}/%{name}/initialdb
%{_datadir}/%{name}/initialdb/mc.sql
%{_datadir}/mythtv/internetcontent/

%pre backend
# Add the "mythtv" user
%_pre_useradd mythtv %{_localstatedir}/lib/mythtv /sbin/nologin
gpasswd -a mythtv audio &>/dev/null
gpasswd -a mythtv video &>/dev/null

%postun backend
%_postun_userdel mythtv

%post backend
%_post_service mythbackend

%preun backend
%_preun_service mythbackend

#----------------------------------------------------------------------------

%package setup
Summary:	Setup the mythtv backend
Group:		Video
Requires:	mythtv-backend = %{EVRD}
Requires:	mythtv-themes-base = %{EVRD}
Provides:	mythtvsetup = %{EVRD}
Requires:	qt4-database-plugin-mysql

%description setup
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the setup software for configuring the mythtv
backend.

%if !%{build_lame}
Note that this build does not support MP3 encoding when recording
into the NuppelVideo format.
%endif

%files setup
%{_bindir}/mythtv-setup
%{_datadir}/applications/mandriva-mythtv-setup.desktop
%dir %{_datadir}/mythtv
%{_datadir}/mythtv/setup.xml

#----------------------------------------------------------------------------

%package doc
Summary:	MythTV documentation
Group:		Documentation

%description doc
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the documentation and contributed additional
scripts for MythTV.

%files doc
%doc README UPGRADING AUTHORS COPYING FAQ
%doc keys.txt
%doc contrib
%{_datadir}/%{name}/contrib
%{_datadir}/%{name}/html

#----------------------------------------------------------------------------

%package -n perl-MythTV
Summary:	Perl bindings for MythTV
Group:		Development/Perl

%description -n perl-MythTV
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the perl bindings for MythTV.

%files -n perl-MythTV
%{perl_vendorlib}/MythTV.pm
%{perl_vendorlib}/MythTV
%{perl_vendorlib}/IO/Socket/INET/MythTV.pm

#----------------------------------------------------------------------------

%package -n python-mythtv
Summary:	Python bindings for MythTV
Group:		Development/Python
Requires:	python-mysql
Requires:	python-lxml

%description -n python-mythtv
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the python bindings for MythTV.

%files -n python-mythtv
%{_bindir}/mythpython
%{py_puresitedir}/MythTV

#----------------------------------------------------------------------------

%package -n php-mythtv
Summary:	PHP bindings for MythTV
Group:		Development/PHP
Requires:	php-mysql
BuildArch:	noarch

%description -n php-mythtv
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the PHP bindings for MythTV.

%files -n php-mythtv
%{_datadir}/%{name}/bindings/php

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# (cg) Fixes might bring in some .gitignore files in patches... trash 'em.
find -name .gitignore -delete

# (cg) The installer is dumb and installs our patch backup files...
# This can be removed after 0.25
rm -f programs/scripts/database/mythconverg_restore.pl.*

# (cg) As of 0.21, only contrib scripts are affected.
find contrib -type f | xargs grep -l /usr/local | xargs perl -pi -e's|/usr/local|%{_prefix}|g'

echo "QMAKE_PROJECT_DEPTH = 0" >> mythtv.pro
echo "QMAKE_PROJECT_DEPTH = 0" >> settings.pro

cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} .
for file in mythbackend.service \
            mythbackend.sysconfig \
            mythbackend.logrotate; do
  sed -e's|@logdir@|%{_logdir}|g' \
      -e's|@rundir@|%{_var}/run|g' \
      -e's|@sysconfdir@|%{_sysconfdir}|g' \
      -e's|@sysconfigdir@|%{_sysconfdir}/sysconfig|g' \
      -e's|@initdir@|%{_initrddir}|g' \
      -e's|@bindir@|%{_bindir}|g' \
      -e's|@sbindir@|%{_sbindir}|g' \
      -e's|@subsysdir@|%{_var}/lock/subsys|g' \
      -e's|@varlibdir@|%{_localstatedir}/lib|g' \
      -e's|@varcachedir@|%{_var}/cache|g' \
      -e's|@logrotatedir@|%{_sysconfdir}/logrotate.d|g' \
  < $file.in > $file
done

# default recordings dir
perl -pi -e's|/mnt/store|%{_localstatedir}/lib/mythtv/recordings|' programs/mythtv-setup/backendsettings.cpp

# do not set hardcoded archflags
perl -pi -e's|^echo "ARCHFLAGS=|# echo "ARCHFLAGS=|' configure

# Fix the version reporting (which assumes svn checkout)
echo "SOURCE_VERSION=%{version}-%{release}" >VERSION

%build
%global optflags %{optflags} -fno-devirtualize

./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--libdir-name=%{_lib} \
	--enable-runtime-cpudetect \
	--enable-dvb \
	--enable-opengl-video \
	--without-bindings=perl \
	--extra-cxxflags="%{optflags}" \
	--extra-ldflags="%{ldflags}" \
	--enable-vdpau \
	--enable-vaapi \
%if %{build_crystalhd}
	--enable-crystalhd \
%endif
	--enable-libfftw3 \
	--enable-libdns-sd \
	--enable-libvpx \
%if %{build_plf}
	--enable-nonfree \
%endif
%if %{build_x264}
	--enable-libx264 \
%endif
%if %{build_xvid}
	--enable-libxvid \
%endif
%if %{build_faac}
	--enable-libfaac \
%endif
%if %{build_lame}
	--enable-libmp3lame \
%endif
	--enable-firewire \
	--disable-mythlogserver

%make

# This is easier to do ourselves
pushd bindings/perl
perl Makefile.PL INSTALLDIRS=vendor
%make
popd

%install
INSTALL_ROOT=%{buildroot}; export INSTALL_ROOT
%makeinstall

pushd bindings/perl
%makeinstall_std
popd

%if %{maenable}
%multiarch_includes %{buildroot}%{_includedir}/mythtv/mythconfig.h
%endif

mkdir -p %{buildroot}%{_localstatedir}/lib/mythtv
mkdir -p %{buildroot}%{_localstatedir}/lib/mythtv/recordings
mkdir -p %{buildroot}%{_var}/cache/mythtv
mkdir -p %{buildroot}%{_logdir}/mythtv
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig

install -p mythbackend.service %{buildroot}%{_unitdir}/mythbackend.service
install -p mythbackend.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/mythbackend
install -p mythbackend.logrotate  %{buildroot}%{_sysconfdir}/logrotate.d

# wmsession.d for mythfrontend
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
install -p %{SOURCE4} %{buildroot}%{_sysconfdir}/X11/wmsession.d

# icon
install -d -m755 %{buildroot}/%{_miconsdir}
install -m755 %{SOURCE5} %{buildroot}/%{_miconsdir}/%{name}.png

install -d -m755 %{buildroot}/%{_iconsdir}
install -m755 %{SOURCE6} %{buildroot}/%{_iconsdir}/%{name}.png

install -d -m755 %{buildroot}/%{_liconsdir}
install -m755 %{SOURCE7} %{buildroot}/%{_liconsdir}/%{name}.png


# Mandriva Menu entrys
install -d -m755 %{buildroot}%{_datadir}/applications
cat <<EOF > %{buildroot}%{_datadir}/applications/mandriva-mythtv-frontend.desktop
[Desktop Entry]
Name=MythTV
Comment=Record, playback and watch TV
Exec=mythfrontend
Icon=%{name}
Terminal=false
Type=Application
Categories=Qt;AudioVideo;Video;TV;Recorder;X-MandrivaLinux-Multimedia-Video;
EOF
cat <<EOF > %{buildroot}%{_datadir}/applications/mandriva-mythtv-setup.desktop
[Desktop Entry]
Name=MythTV Setup
Comment=Setup MythTV backend
Exec=mythtv-setup
Icon=%{name}
Terminal=false
Type=Application
Categories=Qt;AudioVideo;Video;TV;Recorder;X-MandrivaLinux-Multimedia-Video;
EOF

cat > README.install.urpmi <<EOF
You can import the initial database by running:
mysql -u root -p < %{_datadir}/mythtv/initialdb/mc.sql
(you can omit -p if you do not have the password set)
EOF

mkdir -p %{buildroot}%{_libdir}/mythtv/plugins

install -d -m755 %{buildroot}%{_datadir}/mythtv/initialdb
install -m644 database/* %{buildroot}%{_datadir}/mythtv/initialdb

# install a few useful contrib scripts
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -ar contrib %{buildroot}%{_datadir}/%{name}

# Remove python egg-info as it's pointless
rm -f %{buildroot}%{py_puresitedir}/MythTV-*.egg-info

# (cg) We cover the package license so no need to include it separately
rm -f %{buildroot}%{_datadir}/%{name}/fonts/*.txt

# (cg) This is needed for the %doc stuff on the subpackages for some reason...
mkdir -p %{buildroot}%{_docdir}/%{name}-backend
mkdir -p %{buildroot}%{_docdir}/%{name}-doc

# (cg) For some reason the FFmpeg stuff is included in two build roots :s
if [ -d %{buildroot}%{buildroot}%{_includedir}/%{name} ]; then
  mv %{buildroot}%{buildroot}%{_includedir}/%{name}/* %{buildroot}%{_includedir}/%{name}
  rmdir -p %{buildroot}%{buildroot}%{_includedir}/%{name} || /bin/true
fi
if [ -f %{buildroot}%{buildroot}%{_bindir}/mythffmpeg ]; then
  mv %{buildroot}%{buildroot}%{_bindir}/mythff* %{buildroot}%{_bindir}
  rmdir -p %{buildroot}%{buildroot}%{_bindir} || /bin/true
fi


%changelog
* Tue Jul 08 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.27.1-1plf
+ Revision: a2b4a9f
- Update BuildRequires and build flags



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26615 |14rr|ogmrip-1.0.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf
%define major 1
%define mplayerver 1.1.1

Summary:	Graphical DVD ripper
Name:		ogmrip
Version:	1.0.0
Release:	1
#gw the lib is LGPL, the main program is GPL
License:	LGPLv2+ and GPLv2+
Group:		Video
Url:		http://ogmrip.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/ogmrip/%{name}-%{version}.tar.gz
#gw hardcode to mplayer 1.0rc2 as our patched version number isn't parsed
#correctly
Patch3:		ogmrip-0.13.3-skip-mplayer-version-check.patch

BuildRequires:	pkgconfig(dbus-glib-1)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(enca)
BuildRequires:	pkgconfig(enchant)
BuildRequires:	pkgconfig(gconf-2.0)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	automake1.8
BuildRequires:	desktop-file-utils
BuildRequires:	faac
BuildRequires:	gocr
BuildRequires:	gtk-doc
BuildRequires:	imagemagick
BuildRequires:	intltool
BuildRequires:	lame
BuildRequires:	mencoder >= %{mplayerver}
BuildRequires:	mkvtoolnix
BuildRequires:	ogmtools
BuildRequires:	vorbis-tools
Requires:	gocr
Requires:	faac
Requires:	lame
Requires:	mencoder >= %{mplayerver}
Requires:	mkvtoolnix
Requires:	ogmtools
#gw for srttool
Requires:	subtitleripper
Requires:	vorbis-tools

%description
OGMRip is an application and a set of libraries for ripping and
encoding DVD into DivX/OGM files.

OGMRip:
* outputs ogm, avi or matroska files
* provides a lot of codecs (ogg vorbis, mp3, pcm, ac3, xvid, lavc)
* calculates video bitrate for a given filesize
* calculates cropping parameters and scaling factors
* uses maximum quality codec switches
* supports subtitles extraction
* rips contiguous chapters
* features a HIG-compliant GNOME 2 user interface

This package is in restricted as it depends on lame.

%files -f %{name}.lang
%doc README ChangeLog TODO AUTHORS
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_bindir}/avibox
%{_bindir}/%{name}
%{_bindir}/subp2pgm
%{_bindir}/subp2png
%{_bindir}/subp2tiff
%{_bindir}/subptools
%{_bindir}/dvdcpy
%{_bindir}/theoraenc
%dir %{_libdir}/ogmrip
%dir %{_libdir}/ogmrip/audio-plugins
%{_libdir}/ogmrip/audio-plugins/libogmrip-aac.so
%{_libdir}/ogmrip/audio-plugins/libogmrip-acopy.so
%{_libdir}/ogmrip/audio-plugins/libogmrip-mp3.so
%{_libdir}/ogmrip/audio-plugins/libogmrip-vorbis.so
%{_libdir}/ogmrip/audio-plugins/libogmrip-wav.so
%dir %{_libdir}/ogmrip/container-plugins
%{_libdir}/ogmrip/container-plugins/libogmrip-avi.so
%{_libdir}/ogmrip/container-plugins/libogmrip-mkv.so
%{_libdir}/ogmrip/container-plugins/libogmrip-mov.so
%{_libdir}/ogmrip/container-plugins/libogmrip-mp4.so
%{_libdir}/ogmrip/container-plugins/libogmrip-ogg.so
%dir %{_libdir}/ogmrip/options-plugins
%{_libdir}/ogmrip/options-plugins/libogmrip-lavc-options.so
%{_libdir}/ogmrip/options-plugins/libogmrip-x264-options.so
%{_libdir}/ogmrip/options-plugins/libogmrip-xvid-options.so
%dir %{_libdir}/ogmrip/subp-plugins
%{_libdir}/ogmrip/subp-plugins/libogmrip-srt.so
%{_libdir}/ogmrip/subp-plugins/libogmrip-vobsub.so
%dir %{_libdir}/ogmrip/video-plugins
%{_libdir}/ogmrip/video-plugins/libogmrip-lavc-mpeg4.so
%{_libdir}/ogmrip/video-plugins/libogmrip-theora.so
%{_libdir}/ogmrip/video-plugins/libogmrip-x264.so
%{_libdir}/ogmrip/video-plugins/libogmrip-xvid.so
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/*.1*
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%define libname %mklibname %{name} %{major}

%package -n %{libname}
Summary:	OGMRip shared library
Group:		System/Libraries

%description -n %{libname}
OGMRip is an application and a set of libraries for ripping and
encoding DVD into DivX/OGM files.

This contains OGMRip shared library.

This package is in restricted as it depends on lame.

%files -n %{libname}
%{_libdir}/libogmrip.so.%{major}*

#----------------------------------------------------------------------------

%define libogmdvd %mklibname ogmdvd %{major}

%package -n %{libogmdvd}
Summary:	OGMRip shared library
Group:		System/Libraries
Conflicts:	%{_lib}ogmrip1 < 1.0.0

%description -n %{libogmdvd}
OGMRip is an application and a set of libraries for ripping and
encoding DVD into DivX/OGM files.

This contains OGMRip shared library.

This package is in restricted as it depends on lame.

%files -n %{libogmdvd}
%{_libdir}/libogmdvd.so.%{major}*

#----------------------------------------------------------------------------

%define libogmdvdgtk %mklibname ogmdvdgtk %{major}

%package -n %{libogmdvdgtk}
Summary:	OGMRip shared library
Group:		System/Libraries
Conflicts:	%{_lib}ogmrip1 < 1.0.0

%description -n %{libogmdvdgtk}
OGMRip is an application and a set of libraries for ripping and
encoding DVD into DivX/OGM files.

This contains OGMRip shared library.

This package is in restricted as it depends on lame.

%files -n %{libogmdvdgtk}
%{_libdir}/libogmdvd-gtk.so.%{major}*

#----------------------------------------------------------------------------

%define libogmjob %mklibname ogmjob %{major}

%package -n %{libogmjob}
Summary:	OGMRip shared library
Group:		System/Libraries
Conflicts:	%{_lib}ogmrip1 < 1.0.0

%description -n %{libogmjob}
OGMRip is an application and a set of libraries for ripping and
encoding DVD into DivX/OGM files.

This contains OGMRip shared library.

This package is in restricted as it depends on lame.

%files -n %{libogmjob}
%{_libdir}/libogmjob.so.%{major}*

#----------------------------------------------------------------------------

%define libogmripgtk %mklibname ogmripgtk %{major}

%package -n %{libogmripgtk}
Summary:	OGMRip shared library
Group:		System/Libraries
Conflicts:	%{_lib}ogmrip1 < 1.0.0

%description -n %{libogmripgtk}
OGMRip is an application and a set of libraries for ripping and
encoding DVD into DivX/OGM files.

This contains OGMRip shared library.

This package is in restricted as it depends on lame.

%files -n %{libogmripgtk}
%{_libdir}/libogmrip-gtk.so.%{major}*

#----------------------------------------------------------------------------

%define libogmriplavc %mklibname ogmriplavc %{major}

%package -n %{libogmriplavc}
Summary:	OGMRip shared library
Group:		System/Libraries
Conflicts:	%{_lib}ogmrip1 < 1.0.0

%description -n %{libogmriplavc}
OGMRip is an application and a set of libraries for ripping and
encoding DVD into DivX/OGM files.

This contains OGMRip shared library.

This package is in restricted as it depends on lame.

%files -n %{libogmriplavc}
%{_libdir}/libogmrip-lavc.so.%{major}*

#----------------------------------------------------------------------------

%define libogmripmplayer %mklibname ogmripmplayer %{major}

%package -n %{libogmripmplayer}
Summary:	OGMRip shared library
Group:		System/Libraries
Conflicts:	%{_lib}ogmrip1 < 1.0.0

%description -n %{libogmripmplayer}
OGMRip is an application and a set of libraries for ripping and
encoding DVD into DivX/OGM files.

This contains OGMRip shared library.

This package is in restricted as it depends on lame.

%files -n %{libogmripmplayer}
%{_libdir}/libogmrip-mplayer.so.%{major}*

#----------------------------------------------------------------------------

%define devname %mklibname -d %{name}

%package -n %{devname}
Summary:	DVD ripping libraries from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Requires:	%{libogmdvd} = %{EVRD}
Requires:	%{libogmdvdgtk} = %{EVRD}
Requires:	%{libogmjob} = %{EVRD}
Requires:	%{libogmripgtk} = %{EVRD}
Requires:	%{libogmriplavc} = %{EVRD}
Requires:	%{libogmripmplayer} = %{EVRD}

%description -n %{devname}
OGMRip is an application and a set of libraries for ripping and
encoding DVD into DivX/OGM files.
This contains the development parts of these libraries.

This package is in restricted as it depends on lame.

%files -n %{devname}
%{_includedir}/%{name}
%{_includedir}/ogmdvd/
%{_includedir}/ogmjob/
%{_libdir}/lib*.so
%{_libdir}/ogmrip/video-plugins/ogmrip*.h
%{_libdir}/pkgconfig/ogmdvd.pc
%{_libdir}/pkgconfig/ogmdvd-gtk.pc
%{_libdir}/pkgconfig/ogmjob.pc
%{_libdir}/pkgconfig/ogmrip.pc
%{_libdir}/pkgconfig/ogmrip-gtk.pc
%{_datadir}/gtk-doc/html/*

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{version}
%patch3 -p1 -b .skip-mplayer-version-check

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std

#gw this is in subtitleripper
rm -f %{buildroot}%{_bindir}/srttool
#gw bad locale
rm -f %{buildroot}%{_datadir}/locale/en/LC_MESSAGES/ogmrip.mo

%find_lang %{name}

mkdir -p %{buildroot}{%{_liconsdir},%{_miconsdir},%{_iconsdir}}
ln -s %{_datadir}/pixmaps/%{name}.png %{buildroot}%{_liconsdir}/
convert -scale 32 data/%{name}.png %{buildroot}%{_iconsdir}/%{name}.png
convert -scale 16 data/%{name}.png %{buildroot}%{_miconsdir}/%{name}.png


%changelog
* Thu Oct 24 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.0-1
+ Revision: e8e443d
- LOG New version 1.0.0, split library packages according to our policy



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26616 |14rr|opal3-3.10.10-4plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define major		%{version}
%define libname		%mklibname opal %{major}
%define devname		%mklibname %{name} -d

######################
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

%define url_ver %(echo %version | cut -d. -f1,2)

Summary:	VoIP library
Name:		opal3
Version:	3.10.10
Release:	4%{?extrarelsuffix}
License:	MPL
Group:		System/Libraries
URL:		http://www.opalvoip.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/opal/%{url_ver}/opal-%{version}.tar.xz
Patch0:		opal-3.10.7-fix-link.patch
Patch2:		opal-3.10.7-ffmpeg-0.11.patch
Patch3:		opal-3.10.10-ffmpeg-2.0.patch
BuildRequires:	gawk
BuildRequires:	openldap-devel
BuildRequires:	ptlib-devel >= 2.10.7
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	ffmpeg-devel
%if %{build_plf}
BuildRequires:	pkgconfig(x264)
%endif

%description
This is an open source class library for the development of
applications that wish to use SIP / H.323 protocols for multimedia
communications over packet based networks.

%if %{build_plf}
This package is in restricted repository because the H264 codec is
covered by patents.
%endif

#----------------------------------------------------------------------------

%package -n	%{libname}-plugins
Summary:	Codec plugins for Opal
Group:		System/Libraries
Provides:	%{name}-plugins = %{EVRD}

%description -n	%{libname}-plugins
PTlib codec plugins for various formats provided by Opal.

%files -n %{libname}-plugins
%{_libdir}/opal-%{version}/codecs/audio/*
%{_libdir}/opal-%{version}/codecs/video/*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Opal Library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Requires:	%{libname}-plugins = %{EVRD}

%description -n	%{libname}
Shared library for OPAL (SIP / H323 stack).

%files -n %{libname}
%attr(0755,root,root) %{_libdir}/lib*.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Opal development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
Header files and libraries for developing applications that use
Opal.

%files -n %{devname}
%doc mpl-1.0.htm
%attr(0755,root,root) %{_libdir}/*.so
%{_libdir}/*.*a
%{_includedir}/*
%{_libdir}/pkgconfig/opal.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n opal-%{version}
%patch0 -p0 -b .link
%patch2 -p0 -b .ffmpeg
%patch3 -p1 -b .ffmpeg2

%build
#gw don't use the default %%optflags, see
# https://qa.mandriva.com/show_bug.cgi?id=48476
%define optflags %nil
#gw else the UINT64_C macro is not defined by stdint.h
export STDCCFLAGS=-D__STDC_CONSTANT_MACROS
%configure2_5x
%make

%install
%makeinstall_std

# remove incorrect symlinks (http://bugzilla.gnome.org/show_bug.cgi?id=553808 )
rm -f %{buildroot}%{_libdir}/libopal.so.?
rm -f %{buildroot}%{_libdir}/libopal.so.?.?


%changelog
* Tue Sep 10 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.10.10-4plf
+ Revision: a724649
- LOG Fix build with ffmpeg 2.0, disable empty debug package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26617 |14rr|opencore-amr-0.1.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define major 0
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	Adaptive Multi Rate speech codec
Name:		opencore-amr
Version:	0.1.3
Release:	2
License:	Apache License
Group:		Sound
Url:		http://opencore-amr.sourceforge.net/
Source0:	http://sourceforge.net/projects/opencore-amr/files/opencore-amr/%{name}-%{version}.tar.gz

%description
This library contains an implementation of the 3GPP TS 26.073
specification for the Adaptive Multi Rate (AMR) speech codec. The
implementation is derived from the OpenCORE framework, part of the
Google Android project.

This package is in restricted for patent reasons.

%package -n %{libname}
Group:		System/Libraries
Summary:	Adaptive Multi Rate speech codec

%description -n %{libname}
This library contains an implementation of the 3GPP TS 26.073
specification for the Adaptive Multi Rate (AMR) speech codec. The
implementation is derived from the OpenCORE framework, part of the
Google Android project.

%package -n %{develname}
Group:		Development/C++
Summary:	Adaptive Multi Rate speech codec - development files
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}

%description -n %develname
This library contains an implementation of the 3GPP TS 26.073
specification for the Adaptive Multi Rate (AMR) speech codec. The
implementation is derived from the OpenCORE framework, part of the
Google Android project.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

%clean
%__rm -rf %{buildroot}

%files -n %{libname}
%doc README LICENSE
%{_libdir}/libopencore-amr??.so.%{major}*

%files -n %{develname}
%{_libdir}/libopencore-amr??.so
%{_libdir}/libopencore-amr??.a
%{_includedir}/opencore-amr??
%{_libdir}/pkgconfig/opencore-amrnb.pc
%{_libdir}/pkgconfig/opencore-amrwb.pc


%changelog
* Sun Aug 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.3-2
+ Revision: ad70c1b
- LOG Drop .la files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26618 |14rr|paml-4.4e-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		paml
Version:	4.4e
Release:	%mkrel 1
Summary:	Phylogenetic analyses of DNA or protein sequences using maximum likelihood
License:	Freeware
Group:		Sciences/Biology
URL:		http://abacus.gene.ucl.ac.uk/software/paml.html
Source:		ftp://abacus.gene.ucl.ac.uk/pub/paml/%{name}%{version}.tar.gz

%description
PAML (for Phylogentic Analysis by Maximum Likelihood) contains a few
programs for model fitting and phylogenetic tree reconstruction using
nucleotide or amino-acid sequence data. PAML is distributed free of
charge for academic use only.

This package is in restricted because of its non-free license.

%prep
%setup -q -n %{name}44
find . -type f | xargs %__perl -pi -e 'BEGIN {exit unless -T $ARGV[0];} tr/\r//d;'
find . -type d -exec %__chmod 755 {} \;
find . -type f -exec %__chmod 644 {} \;

%build
cd src
%make CFLAGS="%{optflags}"

%install
%__rm -rf %{buildroot}
cd src
%__install -m 755 -d %{buildroot}%{_bindir}
%__install -m 755 baseml basemlg chi2 codeml evolver mcmctree pamp yn00 %{buildroot}%{_bindir}

%clean
%__rm -rf %{buildroot}

%files
%doc *.txt *.aa *.dat *.nuc *.trees *.ctl doc examples paupblock paupend paupstart
%{_bindir}/*


%changelog
* Tue Apr 10 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.4e-1
+ Revision: 267982d
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26619 |14rr|pgmfindclip-1.13-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		pgmfindclip
Version:	1.13
Release:	%mkrel 4
Summary:	A clipping values calculator for your ripping tasks
License:	GPL
Group:		Video
URL:		http://www.lallafa.de/bp/pgmfindclip.html
Source0:	http://www.lallafa.de/bp/files/%{name}-%{version}.tar.bz2
Source1:	http://www.lallafa.de/bp/pgmfindclip.html.bz2
Requires:	transcode

%description
This tool tries to find a suitable clipping border for a series of gray
images. It is very useful to automatically extract clipping values for
transcoding a movie if the source frame is encoded with black bars.

A border around an image is defined by a rectangular and homogenous
valued area extending from each edge of the image (e.g. the black bars
around a movie frame). For each image the largest clip border is
determined and the smallest common region of the image series is
returned. Empty images or images with no valid clipping region are
ignored.

To cope with noisy regions in the black border areas, the region finding
algorithm does not simply cut away all regions with purely zero values,
but it uses a threshold in the absolut gradient sum along rows and
columns as a hint for the begin of real image contents.

You need a frame processing tool like transcode to actually perform the
clipping operation.

The program assumes that all images have the same size!

This package is in restricted because it is related to DVD ripping.

%prep
%setup -c
bzcat %{SOURCE1} > index.html

%build
%__perl -pi -e 's/gcc/gcc %{optflags}/' Makefile
%make

%install
%__rm -rf %{buildroot}
%__install -d -m 755 %{buildroot}%{_bindir}
%__install -m 755 %{name} %{buildroot}%{_bindir}

%clean
%__rm -rf %{buildroot}

%files
%doc *.html
%{_bindir}/%{name}


%changelog
* Fri Apr 13 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.13-4
+ Revision: b400126
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26620 |14rr|phylip-3.69-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		phylip
Version:	3.69
Release:	%mkrel 1
Summary:	Phylogeny Inference Package
Group:		Sciences/Biology
License:	Freeware
URL:		http://evolution.genetics.washington.edu/phylip.html
Source:		ftp://evolution.genetics.washington.edu/pub/phylip/%{name}-%{version}.tar.gz
Patch0:		%{name}.build.patch.bz2
BuildRequires:	XFree86-devel

%description
PHYLIP (the PHYLogeny Inference Package) is a package of programs for
inferring phylogenies (evolutionary trees). Methods that are available
in the package include parsimony, distance matrix, and likelihood methods,
including bootstrapping and consensus trees.
Data types that can be handled include molecular sequences, gene frequencies,
restriction sites, distance matrices, and 0/1 discrete characters.

This package is in restricted because of its non-free license.

%prep
%setup -q
%patch0 -p0

%build
cd src
%ifarch x86_64
	%define xlibs %{_prefix}/X11R6/lib64
%else
	%define xlibs %{_prefix}/X11R6/lib
%endif
%make CFLAGS="%{optflags}" DLIBS="-L%{xlibs} -lX11 -lXaw -lXt -lm" all

%install
%__rm -rf %{buildroot}
cd src
%make BINDIR=%{buildroot}%{_libdir}/%{name} DATADIR=%{buildroot}%{_datadir} put
# symlink default font file
cd %{buildroot}%{_datadir}/%{name} && %__ln_s font1 fontfile

%clean
%__rm -rf %{buildroot}

%files
%doc phylip.html doc
%{_libdir}/%{name}
%{_datadir}/%{name}


%changelog
* Tue Apr 10 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.69-1
+ Revision: b886f4e
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26621 |14rr|pianobar-2012.04.24-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		pianobar
Version:	2012.04.24
Release:	1
Summary:	Pianobar is a native, CLI client to Pandora.com

Group:		Sound
License:	AS-IS
URL:		http://6xq.net/html/00/17.html
Source0:	http://6xq.net/static/projects/pianobar/pianobar-%{version}.tar.bz2

BuildRequires:	make libao-devel libxml2-devel faad2 libmad-devel
BuildRequires:	libfaad2-devel gnutls-devel

%description
 "pianobar" supports all important features pandora has:
 * Create, delete, rename stations and add more music
 * Rate and temporary ban tracks as well as move them to another station
 * "Shared stations"
 * last.fm scrobbling
 * Proxy support for non-americans
%prep
%setup -q

%build
gmake
gmake VERBOSE=1 %{?_smp_mflags}

%install
gmake install PREFIX=usr DESTDIR=$RPM_BUILD_ROOT

%check

%files
%doc COPYING INSTALL README
%{_bindir}/*
%{_mandir}/man1/*



%changelog
* Tue May 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 2012.04.24-1
+ Revision: 5fc8683
- Automatic import for version 2012.04.24



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26622 |14rr|pipelight-0.2.7.1-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	MS Silverlight alternative for linux
Name:		pipelight
Version:	0.2.7.1
Release:	7
License:	LGPLv2.1+
Group:		Networking/WWW
Url:		http://pipelight.net/
Source0:	%{name}-x64-%{version}.tar.bz2
Source1:	%{name}-%{version}.tar.bz2
Source100:	pipelight.rpmlintrc
Patch0:		pipelight-0.2.7.1-id-path.patch
# Used in library check
Requires:	pkgconfig(netapi)
Requires:	webcore-fonts
%ifarch x86_64
Requires:	wine64
%else
Requires:	wine
%endif
Requires(post,preun):	gnupg
Requires(post,preun):	wget

%description
MS Silverlight alternative for linux.

Make sure to enable plugins by running pipelight-plugin from your user account.
For example: pipelight-plugin --enable silverlight5.1

Enabling plugins requires to accept Microsoft's license so it has to be done
manually.

If something goes wrong run: pipelight-plugin --system-check

%files
%{_bindir}/pipelight-plugin
%{_datadir}/%{name}
%{_datadir}/doc/%{name}-multi
%{_datadir}/man/man1/pipelight-plugin.1.xz
%{_prefix}/lib/%{name}

%post
#!/bin/sh -e
pipelight-plugin --update
pipelight-plugin --remove-mozilla-plugins
pipelight-plugin --create-mozilla-plugins

%preun
#!/bin/sh -e
# Keep the previous configuration on an update
if [ $1 = 0 ]; then
	pipelight-plugin --remove-mozilla-plugins
	pipelight-plugin --disable-all
fi


#----------------------------------------------------------------------------

%prep
%setup -c -T
%ifarch x86_64
tar -xf %{SOURCE0}
%else
tar -xf %{SOURCE1}
%endif

pushd %{name}-*
%patch0 -p1
popd

%build

%install
cp -R %{name}-*/usr %{buildroot}/

chmod 0755 %{buildroot}%{_prefix}/lib/%{name}/*.so

pushd %{buildroot}%{_datadir}/%{name}
rm -f wine
ln -s %{_bindir}/wine wine
%ifarch x86_64
rm -f wine64
ln -s %{_bindir}/wine64 wine64
%endif
popd


%changelog
* Thu Jul 24 2014 abondrov <andrey.bondrov@rosalab.ru> 0.2.7.1-7
+ Revision: 4a1ca82
- Fix wine64 symlink



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26623 |14rr|ppsspp-at3plus-plugin-0.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Atrac3+ decoder used to decode audio by PPSSPP (Sony PSP emulator)
Name:		ppsspp-at3plus-plugin
Version:	0.1.2
Release:	1
License:	LGPLv2.1+
Group:		Sound
Url:		http://sourceforge.net/projects/maiat3plusdec/
Source0:	http://sourceforge.net/projects/maiat3plusdec/files/MaiAT3PlusDecoder/MaiAT3PlusDecoder_%{version}.zip
# cmake project and some other additional files taken from
# https://github.com/emulibraries/maiatrac3plus
Patch0:		at3plus-1.2-cmake.patch
Patch1:		at3plus-1.2-linux.patch
BuildRequires:	cmake
Suggests:	ppsspp

%description
Mai Atrac3+ decoder used to decode audio by PPSSPP (Sony PSP emulator).
PPSSPP loads it as plugin. Atrac3+ is a Sony Audio format, similar to MP3
but different enough that until recently, nobody really knew how to decode
it. Many PSP games use this format for music playback.

This package is in Restricted repository because the code was possibly
created with reverse engineering.

%prep
%setup -q -n MaiAT3PlusDecoder
%patch0 -p1
%patch1 -p1

%build
%cmake
%make

%install
mkdir -p %{buildroot}%{_libdir}/ppsspp
install -m 0755 build/lib/libat3plusdecoder.so %{buildroot}%{_libdir}/ppsspp/libat3plusdecoder.so

%files
%{_libdir}/ppsspp/libat3plusdecoder.so
%changelog
* Wed Jun 26 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.1.2-1
+ Revision: 3743dd4
- LOG Add patch to separate Android and Linux code where it's needed



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26624 |14rr|qmmp-0.8.1-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name} %{major}
%define devname		%mklibname %{name} -d
%define libnameui	%mklibname qmmpui %{major}
%define devnameui	%mklibname qmmpui -d

######################
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

Summary:	Qt-based Multimedia Player
Name:		qmmp
Version:	0.8.1
Release:	1%{?extrarelsuffix}
License:	GPLv2+
Group:		Sound
Url:		http://qmmp.ylsoftware.com/index_en.php
Source:		http://qmmp.ylsoftware.com/files/%{name}-%{version}.tar.bz2

BuildRequires:	cmake
BuildRequires:	ffmpeg-devel
BuildRequires:	libgme-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	qt4-devel
BuildRequires:	qt4-linguist
BuildRequires:	wildmidi-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(enca)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libbs2b)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmms)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libprojectM)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(udisks)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	sidplay-devel
BuildRequires:	pkgconfig(libsidplay2)
# do not remove sdl-headers needed by sid-ogg.Sflo
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(libsidplayfp)
BuildRequires:	pkgconfig(opusfile)
BuildRequires:	pkgconfig(opus)

%if %{build_plf}
BuildRequires:	libfaad2-devel
%else
BuildConflicts:	libfaad2-devel
%endif
Requires:	unzip
Requires:	%{libname} = %{EVRD}
Requires:	%{libnameui} = %{EVRD}
Requires:	%{name}-plugins = %{EVRD}
Suggests:	%{name}-aac = %{EVRD}
%if %{mdvver} >= 201210
Suggests:	%{name}-ffmpeg = %{EVRD}
%else
Suggests:	%{name}-ffmpeg-legacy = %{EVRD}
%endif
Suggests:	%{name}-jack = %{EVRD}
Suggests:	%{name}-modplug = %{EVRD}
Suggests:	%{name}-musepack = %{EVRD}
Suggests:	%{name}-oss = %{EVRD}
Suggests:	%{name}-wavpack = %{EVRD}
Suggests:	%{name}-plugin-pack
Requires:	wildmidi

%description
This program is an audio-player, written with help of Qt library. The user
interface is similar to winamp or xmms.

Main opportunities:
* winamp and xmms skins support;
* plugins support;
* MPEG1 layer 1/2/3 support;
* Ogg Vorbis support;
* native FLAC support;
* Musepack support;
* WavePack support;
* ModPlug support;
* WMA support;
* PCM WAVE support;
* AlSA sound output;
* JACK sound output;
* OSS sound output;
* PulseAudio output;
* Last.fm scrobbler;
* D-Bus support;
* Spectrum Analyzer;
* sample rate conversion;
* streaming support (MP3, Vorbis via IceCast/ShoutCast).

%files
%doc AUTHORS ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package -n	%{libname}
Group:		System/Libraries
Summary:	Library for %{name}

%description -n	%{libname}
Qmmp is an audio-player, written with help of Qt library.
This package contains the library needed by %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog
%{_libdir}/libqmmp.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{libnameui}
Group:		System/Libraries
Summary:	Library for %{name}

%description -n	%{libnameui}
Qmmp is an audio-player, written with help of Qt library.
This package contains the library needed by %{name}.

%files -n %{libnameui}
%doc AUTHORS ChangeLog
%{_libdir}/libqmmpui.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
Qmmp is an audio-player, written with help of Qt library.
This package contains the files needed for developing applications
which use %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog
%{_includedir}/%{name}
%{_libdir}/libqmmp.so
%{_libdir}/pkgconfig/qmmp.pc

#----------------------------------------------------------------------------

%package -n	%{devnameui}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libnameui} = %{EVRD}
Provides:	%{name}ui-devel = %{EVRD}
Conflicts:	%{_lib}qmmp-devel < 0.7.2

%description -n	%{devnameui}
Qmmp is an audio-player, written with help of Qt library.
This package contains the files needed for developing applications
which use %{name}.

%files -n %{devnameui}
%doc AUTHORS ChangeLog
%{_includedir}/qmmpui
%{_libdir}/libqmmpui.so
%{_libdir}/pkgconfig/qmmpui.pc

#----------------------------------------------------------------------------

%if %{build_plf}
%package -n %{name}-aac
Summary:	Qmmp AAC Input Plugin
Group:		Sound

%description -n %{name}-aac
This is the AAC Input plug-in for Qmmp.

This package is in restricted repository because AAC codec is patent-protected.

%files -n %{name}-aac
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libaac.so
%endif

#----------------------------------------------------------------------------

#  ffmpeg-legacy in LTS
%if %{mdvver} >= 201210
%package -n %{name}-ffmpeg
Summary:	Qmmp FFMPEG Input Plugin
Group:		Sound

%description -n %{name}-ffmpeg
This is the FFMPEG Input Plugin for Qmmp.

%files -n %{name}-ffmpeg
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libffmpeg.so

%else

%package -n %{name}-ffmpeg-legacy
Summary:	Qmmp FFMPEG Input Plugin
Group:		Sound

%description -n %{name}-ffmpeg-legacy
This is the FFMPEG Input Plugin for Qmmp.

%files -n %{name}-ffmpeg-legacy
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libffmpeg_legacy.so
%endif

#----------------------------------------------------------------------------

%package -n %{name}-jack
Summary:	Qmmp Jack Output Plugin
Group:		Sound

%description -n %{name}-jack
This is the Jack Output Plugin for Qmmp.

%files -n %{name}-jack
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Output/libjack.so


#----------------------------------------------------------------------------

%package -n %{name}-modplug
Summary:	Qmmp Modplug Input Plugin
Group:		Sound

%description -n %{name}-modplug
This is the Modplug Input Plugin for Qmmp.

%files -n %{name}-modplug
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libmodplug.so

#----------------------------------------------------------------------------

%package -n %{name}-musepack
Summary:	Qmmp MusePack Output Plugin
Group:		Sound

%description -n %{name}-musepack
This is the Musepack Input Plugin for Qmmp.

%files -n %{name}-musepack
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libmpc.so

#----------------------------------------------------------------------------

%package -n %{name}-oss
Summary:	Qmmp OSS Output Plugin
Group:		Sound

%description -n %{name}-oss
This is the Jack OSS Plugin for Qmmp.

%files -n %{name}-oss
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Output/liboss.so

#----------------------------------------------------------------------------

%package -n %{name}-wavpack
Summary:	Qmmp WavPack Input Plugin
Group:		Sound

%description -n %{name}-wavpack
This is the WavPack Input Plugin for Qmmp.

%files -n %{name}-wavpack
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libwavpack.so

#----------------------------------------------------------------------------
%package -n %{name}-opus
Summary:	Qmmp Opus Input Plugin
Group:		Sound

%description -n %{name}-opus
This is the Opus Input Plugin for Qmmp.

%files -n %{name}-opus
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libopus.so

#----------------------------------------------------------------------------
%package -n %{name}-sid
Summary:	Qmmp SID Input Plugin
Group:		Sound

%description -n %{name}-sid
This is the SID Input Plugin for Qmmp.

%files -n %{name}-sid
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libsid.so

#----------------------------------------------------------------------------

%package -n %{name}-plugins
Summary:	Qmmp Plugins
Group:		Sound

%description -n %{name}-plugins
Qmmp is an audio-player, written with help of Qt library.
This contains basic plug-in distribution.

%files -n %{name}-plugins
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libflac.so
%{_libdir}/%{name}/Input/libmad.so
%{_libdir}/%{name}/Input/libsndfile.so
%{_libdir}/%{name}/Input/libvorbis.so
%{_libdir}/%{name}/Input/libcdaudio.so
%{_libdir}/%{name}/Input/libcue.so
%{_libdir}/%{name}/Input/libgme.so
%{_libdir}/%{name}/Input/libwildmidi.so

%{_libdir}/%{name}/Output/libalsa.so
%{_libdir}/%{name}/Output/libpulseaudio.so
%{_libdir}/%{name}/Output/libnull.so

%{_libdir}/%{name}/General/libnotifier.so
%{_libdir}/%{name}/General/libscrobbler.so
%{_libdir}/%{name}/General/libstatusicon.so
%{_libdir}/%{name}/General/libfileops.so
%{_libdir}/%{name}/General/libhotkey.so
%{_libdir}/%{name}/General/liblyrics.so
%{_libdir}/%{name}/General/libmpris.so
%{_libdir}/%{name}/General/libcovermanager.so
%{_libdir}/%{name}/General/libkdenotify.so
%{_libdir}/%{name}/General/libstreambrowser.so
%{_libdir}/%{name}/General/libconverter.so
%{_libdir}/%{name}/General/libcopypaste.so
%{_libdir}/%{name}/General/libtrackchange.so
%{_libdir}/%{name}/General/libudisks2.so
%{_libdir}/%{name}/General/libgnomehotkey.so
%{_libdir}/%{name}/General/librgscan.so

%{_libdir}/%{name}/PlayListFormats/*

%{_libdir}/%{name}/CommandLineOptions/libincdecvolumeoption.so
%{_libdir}/%{name}/CommandLineOptions/libseekoption.so
%{_libdir}/%{name}/CommandLineOptions/libstatusoption.so
%{_libdir}/%{name}/CommandLineOptions/libplaylistoption.so

%{_libdir}/%{name}/Effect/libsrconverter.so
%{_libdir}/%{name}/Effect/libbs2b.so
%{_libdir}/%{name}/Effect/libladspa.so
%{_libdir}/%{name}/Effect/libcrossfade.so
%{_libdir}/%{name}/Effect/libstereo.so

%{_libdir}/%{name}/Engines/libmplayer.so

%{_libdir}/%{name}/FileDialogs/libqmmpfiledialog.so

%{_libdir}/%{name}/Transports/libhttp.so
%{_libdir}/%{name}/Transports/libmms.so

%{_libdir}/%{name}/Visual/libanalyzer.so
%{_libdir}/%{name}/Visual/libprojectm.so

%{_libdir}/%{name}/Ui/libskinned.so

#----------------------------------------------------------------------------

%prep
%setup -q

%build
#oss3 support is deprecated upstream for now I'll enable it ...
%cmake_qt4 -DUSE_HAL:BOOL=FALSE \
	-DUSE_OSS:BOOL=TRUE \
	-DUSE_OSS:UDISKS2=TRUE \
	-DUSE_RPATH=TRUE \
	-DCMAKE_INSTALL_PREFIX=/usr

%make

%install
%makeinstall_std -C build
%changelog
* Sun Aug 10 2014 abfonly <abfonly@gmail.com> 0.8.1-1plf
+ Revision: 0a9afa4
- Changelog: 0.8.1 added rusxmms patch autodetection for all supported platforms
- added application information to the windows executable
- fixed --pl-dump/--pl-play command line options
- fixed regressions in the mpris 1.0 support
- fixed selection behaviour in the playlist when using keyboard
- fixed disc number disappearing when using flac with embedded cue
- fixed main window activation
- fixed segmentation fault when moving track in the group mode
- fixed not working 'exit' action when option 'hide on close' is enabled
- fixed freezing in the alsa plugin
- fixed m4a support;
- fixed clearing a key combination in the hotkey plugin
- removed duplicate extensions from the file association page



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26625 |14rr|real-codecs-1.2-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define __noautoreq 'libstdc*5*'
%define debug_package %{nil}

%define distsuffix plf
%define essentialamd64 20061203

Name:		real-codecs
Version:	1.2
Release:	8
Summary:	Real Player codecs binaries
License:	Commercial
Group:		System/Libraries
URL:		http://realforum.real.com/cgi-bin/unixplayer/wwwthreads.pl
Source:		http://www1.mplayerhq.hu/MPlayer/releases/codecs/rp9codecs.tar.bz2
Source1:	http://www1.mplayerhq.hu/MPlayer/releases/codecs/rp8codecs-ppc.tar.bz2
Source2:	http://www1.mplayerhq.hu/MPlayer/releases/codecs/rp8codecs-alpha.tar.bz2
Source3:	real-codecs-10.tar.bz2
Source4:	essential-amd64-%{essentialamd64}.tar.bz2
ExclusiveArch:	%{ix86} x86_64 ppc alpha

%description
This package contains Real Player codecs binaries.

This package is in restricted for it's closed source nature.

%prep
%setup -q -n rp9codecs -a 1 -a 2 -a 3 -a 4

%build

%install
install -d -m 755 %{buildroot}%{_libdir}/codecs
%ifarch %{ix86}
install -m 755 *.so* %{buildroot}%{_libdir}/codecs
%endif
%ifarch ppc
install -m 755 rp8codecs-ppc/* %{buildroot}%{_libdir}/codecs
%endif
%ifarch alpha
install -m 755 rp8codecs-alpha/* %{buildroot}%{_libdir}/codecs
%endif
%ifarch x86_64
install -m 755 essential-amd64-%{essentialamd64}/*.so %{buildroot}%{_libdir}/codecs
%endif

%files
%doc essential-amd64-%{essentialamd64}/README
%{_libdir}/codecs


%changelog
* Mon Apr 14 2014 Alex Burmashev <alex.burmashev@gmail.com> 1.2-8
+ Revision: aca0c61
- release up, noautoreq libstdc*5*



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26626 |14rr|ripmake-1.39-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		ripmake
Version:	1.39
Release:	%mkrel 3
Summary:	A makefile generator for your ripping tasks
License:	GPL
Group:		Video
URL:		http://www.lallafa.de/bp/ripmake.html
Source0:	http://www.lallafa.de/bp/files/%{name}-%{version}.bz2
Source1:	http://www.lallafa.de/bp/ripmake.html.bz2
Source2:	http://www.lallafa.de/bp/ripmake-intro.html.bz2
Source3:	http://www.lallafa.de/bp/ripmake-inst.html.bz2
Source4:	http://www.lallafa.de/bp/ripmake-man.html.bz2
Source5:	http://www.lallafa.de/bp/ripmake-param.html.bz2
Requires:	pgmfindclip
BuildArch:	noarch

%description
The idea of ripmake is to write a tool which automatically selects the
best parameters for a given ripping task. It should inspect the source
(e.g. a DVD or an AVI file), extract all important information,
calculate the missing parameters and generate a parameter set for
transcode that performs a perfect output file. I known that this is a
hard task but that does not mean we shouldn't try it :)

First I thought of a tool that performs all the necessary steps itself
and calls transcode for the real work. But I soon found out that often a
bit of manual intervention is required to achieve the best results. So a
different approach came to my mind: Why not write a tool that generates
a Makefile for the rip and that embeds all automatic options as
parameters in it. You can then call different rules for different rip
tasks (e.g. render a sample, render first pass...) and you can overwrite
the parameters by redefining the make variables.

So here it is: ripmake - A makefile generator for your ripping tasks.

The first version was quite alpha and simply tried to prove the concept.
The current version is an almost complete rewrite of the first version
but really becomes quite useful.

This package is in restricted because it is related to DVD ripping.

%prep
%setup -T -c
bzcat %{SOURCE0} > %{name}
bzcat %{SOURCE1} > index.html
bzcat %{SOURCE2} > intro.html
bzcat %{SOURCE3} > inst.html
bzcat %{SOURCE4} > man.html
bzcat %{SOURCE5} > param.html

%build

%install
%__rm -rf %{buildroot}
%__install -d -m 755 %{buildroot}%{_bindir}
%__install -m 755 %{name} %{buildroot}%{_bindir}

%clean
%__rm -rf %{buildroot}

%files
%doc *.html
%{_bindir}/%{name}


%changelog
* Sat Apr 14 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.39-3
+ Revision: 75f1e0b
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26627 |14rr|sox-14.4.1-2plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_plf 0
%{?_with_plf: %{expand: %%global build_plf 1}}

######################
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	A general purpose sound file conversion tool
Name:		sox
Version:	14.4.1
Release:	2%{?extrarelsuffix}
License:	LGPLv2+
Group:		Sound
URL:		http://sox.sourceforge.net/
Source0:	http://heanet.dl.sourceforge.net/sourceforge/sox/%{name}-%{version}.tar.bz2
BuildRequires:	libtool
BuildRequires:	ffmpeg-devel
BuildRequires:	magic-devel
BuildRequires:	gsm-devel
BuildRequires:	ladspa-devel
BuildRequires:	libgomp-devel
BuildRequires:	libtool-devel
BuildRequires:	lpc10-devel
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(vorbis)
%if %{build_plf}
BuildRequires:	lame-devel
BuildRequires:	libamrwb-devel
BuildRequires:	libamrnb-devel
%endif

%description
SoX (Sound eXchange) is a sound file format converter for Linux,
UNIX and DOS PCs. The self-described 'Swiss Army knife of sound
tools,' SoX can convert between many different digitized sound
formats and perform simple sound manipulation functions,
including sound effects.

Install the sox package if you'd like to convert sound file formats
or manipulate some sounds.

%if %{build_plf}
This package is in restricted as it was build with lame encoder
support, which is in restricted.
%endif

%files
%doc ChangeLog README NEWS AUTHORS
%{_bindir}/play
%{_bindir}/rec
%{_bindir}/sox*
%{_mandir}/man1/*
%{_mandir}/man7/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Libraries for SoX
Group:		System/Libraries

%description -n %{libname}
Libraries for SoX.

%files -n %{libname}
%{_libdir}/libsox.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development headers and libraries for libst
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development headers and libraries for SoX.

%files -n %{devname}
%{_includedir}/*.h
%{_libdir}/libsox.a
%{_libdir}/libsox.so
%{_libdir}/pkgconfig/sox.pc
%{_mandir}/man3/*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
export CFLAGS="%{optflags} -DHAVE_SYS_SOUNDCARD_H=1 -D_FILE_OFFSET_BITS=64 -fPIC -DPIC"

%configure2_5x \
	--with-ladspa-path=%{_includedir}
%make

%install
%makeinstall_std

ln -sf play %{buildroot}%{_bindir}/rec

cat << EOF > %{buildroot}%{_bindir}/soxplay
#!/bin/sh

%{_bindir}/sox \$1 -t .au - > /dev/audio

EOF
chmod 755 %{buildroot}%{_bindir}/soxplay

ln -snf play %{buildroot}%{_bindir}/rec
ln -s play.1%{_extension} %{buildroot}%{_mandir}/man1/rec.1%{_extension}

rm -rf %{buildroot}%{_libdir}/sox/*.{la,a}


%changelog
* Tue Sep 10 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 14.4.1-2plf
+ Revision: d4320ae
- LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26628 |14rr|spacehulk-1.5-0.beta2.4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define beta	beta2

Name:		spacehulk
Version:	1.5
Release:	0.%{beta}.4
Summary:	Science-fiction board game in the world of Warhammer 40000
License:	GPLv2
Group:		Games/Strategy
URL:		http://savannah.nongnu.org/projects/spacehulk/
Source0:	%{name}-%{version}-%{beta}.tar.bz2
Source1:	%{name}-16.png
Source2:	%{name}-32.png
Source3:	%{name}-48.png
BuildRequires:	qt3-devel

%description
Space Hulk is a science-fiction board game in the world of Warhammer
40000. The project is aiming at providing a way to play Space Hulk on
your computer with the exact same rules as in the board version.

This package is in restricted as it contains potentially copyrighted material.

%prep
%setup -q -n %{name}-%{version}-%{beta}

%build
%configure_qt3 \
		--bindir=%{_gamesbindir} \
        --datadir=%{_gamesdatadir} \
        --with-qt-bin=%{qt3bin} \
        --with-qt-libs=%{_libdir}
%make LIBS="-lz"

%install
%makeinstall bindir=%{buildroot}%{_gamesbindir} datadir=%{buildroot}%{_gamesdatadir}
# icons
install -D -m644 %{SOURCE3} %{buildroot}%{_liconsdir}/q%{name}.png 
install -D -m644 %{SOURCE2} %{buildroot}%{_iconsdir}/q%{name}.png 
install -D -m644 %{SOURCE1} %{buildroot}%{_miconsdir}/q%{name}.png

mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
[Desktop Entry]
Name=Space Hulk
Encoding=UTF-8
Comment=Science-fiction board game
Exec=%{_gamesbindir}/q%{name}
Icon=q%{name}
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;BoardGame;
EOF

%files
%doc AUTHORS COPYING ChangeLog INSTALL README TODO
%{_gamesbindir}/*
%{_gamesdatadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_iconsdir}/q%{name}.png
%{_miconsdir}/q%{name}.png
%{_liconsdir}/q%{name}.png


%changelog
* Wed Oct 31 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.5-0.beta2.4
+ Revision: 5ec1e9a
- LOG Fix linkage, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26629 |14rr|subtitleripper-0.6.14-0.20051106.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf
%define cvs 20051106

Name:		subtitleripper
Version:	0.6.14
Release:	%mkrel -c %{cvs} 6
Epoch:		1
Summary:	DVD Subtitle Ripper for Linux
License: 	GPL+
Group: 		Video
Url:		http://subtitleripper.sourceforge.net/
Source:		%{name}-%{cvs}.tar.bz2
Patch:		subtitleripper-20051106-netpbm.patch
Requires:	transcode
BuildRequires:	netpbm-devel
BuildRequires:	png-devel

%description
If you want to convert DVD subtitles into text format (e.g. subrip
format) this program could be useful for you. However, it is only one
tiny tool that you need in the process.
The output of this program should be processed by some OCR software.

This package is in restricted as it depends on transcode.

%prep
%setup -q -n %{name}
%patch -p1 -b .netpbm

%build
cd src
%make all COPT="%{optflags} -DHAVE_GETLINE"
%__perl -pi -e 's|PATH_TO_LANGUAGE_FILTER=.*|PATH_TO_LANGUAGE_FILTER=%{_datadir}/subtitleripper|' pgm2txt

%install
%__rm -rf %{buildroot}
cd src
%__mkdir_p %{buildroot}%{_bindir}
%__install -m 755 subtitle2vobsub srttool subtitle2pgm pgm2txt vobsub2pgm %{buildroot}%{_bindir}
%__install -d -m 755 %{buildroot}%{_datadir}/subtitleripper
%__install -m 644 *.sed %{buildroot}%{_datadir}/subtitleripper

%clean
%__rm -fr %{buildroot}

%files
%doc src/README* src/ChangeLog techdoc/spuformat.tex
%{_bindir}/subtitle2vobsub
%{_bindir}/srttool
%{_bindir}/subtitle2pgm
%{_bindir}/pgm2txt
%{_bindir}/vobsub2pgm
%{_datadir}/subtitleripper


%changelog
* Wed Apr 11 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1:0.6.14-0.20051106.6
+ Revision: 1240f10
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26630 |14rr|swftools-0.9.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Summary:	Tools for swf (Flash) animations under linux
Name:		swftools
Version:	0.9.2
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://www.quiss.org/swftools/
Source0:	http://www.quiss.org/swftools/%{name}-%{version}.tar.gz
Patch0:		swftools-0.9.2_general.patch
Patch1:		swftools-0.9.2-giflib51.patch
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	giflib-devel
BuildRequires:	jpeg-devel
BuildRequires:	lame-devel
BuildRequires:	t1lib-devel
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	pkgconfig(zziplib)
Conflicts:	ming-utils

%description
SWF Tools is a collection of SWF manipulation and generation utilities
written by Rainer Böhme and Matthias Kramm.

Included are:
PDF2SWF - A PDF to SWF Converter.
SWFCombine - A tool for inserting SWFs into Wrapper SWFs. (Templates)
SWFStrings - Scans SWFs for text data.
SWFDump - Prints out various informations about SWFs.
JPEG2SWF - Takes one or more JPEG pictures and generates a SWF slideshow.
PNG2SWF - Like JPEG2SWF, only for PNGs.
WAV2SWF - Converts WAV audio files to SWFs with MP3 Streams, using the
          L.A.M.E. MP3 encoder.
SWFExtract - Allows to extract Movieclips, Sounds, Images etc. from SWF files.
RFXSWF - Library A fully featured library which can be used for standalone SWF
         generation. Includes support for Bitmaps, Buttons, Shapes, Text,
         Fonts, Sound etc.

This package is in restricted as it contains an MP3 encoder and might violate
some patents.

%files
%doc AUTHORS ChangeLog COPYING
%{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure2_5x
%make

%install
%makeinstall

rm -f %{buildroot}%{_datadir}/swftools/swfs/default_loader.swf
rm -f %{buildroot}%{_datadir}/swftools/swfs/default_viewer.swf
ln -s tessel_loader.swf %{buildroot}%{_datadir}/swftools/swfs/default_loader.swf
ln -s simple_viewer.swf %{buildroot}%{_datadir}/swftools/swfs/default_viewer.swf


%changelog
* Fri May 30 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.2-1
+ Revision: 3b2e82d
- Fix symlinks



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26631 |14rr|task-codecs-1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Summary:	Meta-package for codecs
Name:		task-codecs
Version:	1
Release:	1
License:	GPLv2+
Group:		Video
Requires:	task-codecs-minimal

Suggests:	gstreamer1.0-a52dec
Suggests:	gstreamer1.0-dts
Suggests:	gstreamer1.0-dv
Suggests:	gstreamer1.0-faad
Suggests:	gstreamer1.0-faac
Suggests:	gstreamer1.0-flac
Suggests:	gstreamer1.0-gsm
Suggests:	gstreamer1.0-lame
Suggests:	gstreamer1.0-libass
Suggests:	gstreamer1.0-libav
Suggests:	gstreamer1.0-mms
Suggests:	gstreamer1.0-mpeg
Suggests:	gstreamer1.0-mpeg2enc
Suggests:	gstreamer1.0-plugins-bad
Suggests:	gstreamer1.0-plugins-good
Suggests:	gstreamer1.0-plugins-ugly
Suggests:	gstreamer1.0-pulse
Suggests:	gstreamer1.0-rtmp
Suggests:	gstreamer1.0-rtpvp8
Suggests:	gstreamer1.0-soup
Suggests:	gstreamer1.0-speex
Suggests:	gstreamer1.0-twolame
Suggests:	gstreamer1.0-vp8
Suggests:	gstreamer1.0-wavpack
Suggests:	gstreamer1.0-x264

%description
This meta-package is used to install a set of codecs.

%files

#---------------------------------------------------------------------

%package minimal
Summary:	Minimal needed codecs meta-package
Group:		Video

Suggests:	a52dec
Suggests:	ac3dec
Suggests:	gstreamer0.10-a52dec
Suggests:	gstreamer0.10-decoders
Suggests:	gstreamer0.10-decoders-audio
Suggests:	gstreamer0.10-dts
Suggests:	gstreamer0.10-dv
Suggests:	gstreamer0.10-faad
Suggests:	gstreamer0.10-faac
Suggests:	gstreamer0.10-flac
Suggests:	gstreamer0.10-gsm
Suggests:	gstreamer0.10-jp2k
Suggests:	gstreamer0.10-lame
Suggests:	gstreamer0.10-libass
Suggests:	gstreamer0.10-mms
Suggests:	gstreamer0.10-mpeg
Suggests:	gstreamer0.10-mpeg2enc
Suggests:	gstreamer0.10-musepack
Suggests:	gstreamer0.10-neon
Suggests:	gstreamer0.10-plugins-bad
Suggests:	gstreamer0.10-plugins-good
Suggests:	gstreamer0.10-plugins-ugly
Suggests:	gstreamer0.10-plugins-gl
Suggests:	gstreamer0.10-resindvd
Suggests:	gstreamer0.10-rsvg
Suggests:	gstreamer0.10-rtmp
Suggests:	gstreamer0.10-speex
Suggests:	gstreamer0.10-twolame
Suggests:	gstreamer0.10-voip
Suggests:	gstreamer0.10-vp8
Suggests:	gstreamer0.10-wavpack
Suggests:	gstreamer0.10-x264
Suggests:	gstreamer0.10-xvid
Suggests:	faac
Suggests:	faad2
Suggests:	x264
Suggests:	twolame
Suggests:	mpeg2dec
Suggests:	gpac
Suggests:	flac
Suggests:	wavpack

%ifarch x86
Suggests:	gstreamer0.10-pitfdll
%endif

%description minimal
This meta-package is used to install a minimal set of codecs.

%files minimal


%changelog
* Sat Jul 13 2013 Rosa <rosa@abf.rosalinux.ru> 1-1
+ Revision: 7bea371
- Automatic import for version 1-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26632 |14rr|toolame-02l-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		toolame
Version:	02l
Release:	%mkrel 4
Summary:	MPEG Audio Layer2 VBR Encoder
License:	LGPL
Group:		Sound
URL:		http://users.tpg.com.au/adslblvi/#tooLAME
Source:		http://prdownloads.sourceforge.net/toolame/%{name}-%{version}.tar.bz2

%description
tooLAME is an optimized Mpeg Audio 1/2 Layer 2 encoder. It is based heavily on
- the ISO dist10 code
- improvement to algorithms as part of the LAME project (www.sulaco.org/mp3)
- work by myself and other contributors (see CONTRIBUTORS)

This package is in restricted, as MP3 encoding is covered by software patents.

%prep
%setup -q

%build
%make OPTIM="%{optflags}" PG="" ARCH=""

%install
%__rm -rf %{buildroot}
%__install -d -m 755 %{buildroot}%{_bindir}
%__install -m 755 %{name} %{buildroot}%{_bindir}

%clean
%__rm -rf %{buildroot}

%files
%doc FUTURE HISTORY LGPL.txt README html
%{_bindir}/%{name}


%changelog
* Mon Apr 09 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 02l-4
+ Revision: af35f3f
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26633 |14rr|transcode-1.1.7-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define build_pvm 0
%{?_without_pvm:		%{expand: %%global build_pvm 0}}
%{?_with_pvm:			%{expand: %%global build_pvm 1}}
%define build_dv 1
%define build_freetype 1
%define build_quicktime 1
%define build_theora 1

Summary:	A linux video stream processing utility
Name:		transcode
Version:	1.1.7
Release:	8
License:	GPLv2+
Group:		Video
Url:		http://www.transcoding.org
Source0:	http://www.jakemsr.com/transcode/%{name}-%{version}.tar.bz2
Patch0:		transcode-1.1.7-ffmpeg2.0.patch
Patch1:		transcode-1.1.7-preset-free.patch
Patch2:		transcode-1.1.7-preset-force.patch
Patch3:		transcode-1.1.7-ffmpeg-segfault.patch
Patch4:		transcode-1.1.7-freetype251.patch
BuildRequires:	ffmpeg-devel
BuildRequires:	jbig-devel
BuildRequires:	liba52dec-devel
BuildRequires:	libfaac-devel
BuildRequires:	liblame-devel
BuildRequires:	liblzo-devel
BuildRequires:	libnetpbm-devel
BuildRequires:	xvid-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libmpeg2)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mjpegtools)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(x264)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xv)
%if %{build_freetype}
BuildRequires:	pkgconfig(freetype2)
%endif
%if %{build_dv}
BuildRequires:	pkgconfig(libdv)
%endif
%if %{build_quicktime}
BuildRequires:	pkgconfig(libquicktime)
%endif
%if %{build_theora}
BuildRequires:	pkgconfig(theora)
%endif
%if %{build_pvm}
BuildRequires:	libpvm-devel >= 3.4
%endif

%description
Transcode is a text-console video stream processing tool. Decoding and
encoding is done by loading shared library modules that are responsible
for feeding transcode with raw RGB/PCM streams (import module) and encoding
the frames (export module). It supports elementary video and audio frame
transformations. Some example modules are included to enable import of MPEG
program streams (VOB), Digital Video (DV), or YUV video and export modules
for writing DivX, OpenDivX, or uncompressed AVI files.

A set of tools is available to extract and decode the sources into raw
video/audio streams for import and to enable post-processing of AVI files.

This package is in Restricted repository as it could violate some patents.

%files
%doc installed-docs/*
%{_bindir}/transcode
%{_bindir}/tccat
%{_bindir}/aviindex
%{_bindir}/avimerge
%{_bindir}/avisplit
%{_bindir}/tcdemux
%{_bindir}/tcprobe
%{_bindir}/avifix
%{_bindir}/tcscan
%{_bindir}/tcextract
%{_bindir}/avisync
%{_bindir}/tcdecode
%{_bindir}/tcmodinfo
%{_bindir}/tcxmlcheck
%{_bindir}/tcxpm2rgb
%{_bindir}/tcmp3cut
%{_bindir}/tcrequant
%if %{build_pvm}
%{_bindir}/tcpvmexportd
%endif
%{_bindir}/tcyait
%{_libdir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
%ifarch %{ix86}
export CPPFLAGS="$CPPFLAGS -mmmx"
%endif
%configure2_5x \
	--enable-libmpeg2 \
	--enable-libmpeg2convert \
	--enable-a52-default-decoder \
	--with-default-xvid=xvid4 \
%if %{build_dv}
	--enable-libdv \
%endif
%if %{build_pvm}
	--with-pvm3-lib=/usr/share/pvm3/lib/LINUX/ \
%else
	--disable-pvm3 \
%endif
	--enable-imagemagick \
	--enable-mjpegtools \
	--enable-netstream \
	--enable-ogg --enable-vorbis \
%if %{build_theora}
	--enable-theora \
%endif
%if %{build_quicktime}
	--enable-libquicktime \
%endif
	--enable-lzo --with-lzo-includes=%{_includedir}/lzo \
	--enable-libxml2 \
	--enable-a52 \
	--enable-sdl \
	--enable-v4l \
	--enable-libv4l2 \
	--enable-libv4lconvert \
	--enable-libfame \
	--enable-oss \
	--enable-alsa \
	--enable-libpostproc \
	--enable-faac \
	--enable-deprecated \
%if %{build_freetype}
	--enable-freetype2 \
%else
	--disable-freetype2 \
%endif
	--enable-xvid \
	--enable-x264

%make

%install
%makeinstall_std transform=""
for file in `find %{buildroot} -name "*.la"`; do
	perl -pi -e 's|'%{buildroot}'/%{name}-%{version}/||g' $file
done
mv %{buildroot}%{_datadir}/doc/transcode installed-docs


%changelog
* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.7-8
+ Revision: e137a7f
- Add patch to fix build with freetype 2.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26634 |14rr|unace-2.5-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define distsuffix plf

Name:		unace
Version:	2.5
Release:	3
Summary:	Decompressor for .ace format archives
License:	Freeware
Group:		Archiving/Compression
Url:		http://www.winace.com
Source:		lin%{name}25.tar.bz2
ExclusiveArch:	%{ix86}

%description
Unace is a utility to extract, view, and test the contents of an ACE archive.

This package is in restricted because of its license.

%prep
%setup -c

%build

%install
install -d -m 755 %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}

%files
%{_bindir}/%{name}


%changelog
* Wed Oct 31 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.5-3
+ Revision: 2cc764a
- LOG Disable debug package (it's empty anyway), spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26635 |14rr|unarj-2.65-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		unarj
Summary:	An uncompressor for .arj format archive files
Version:	2.65
Release:	4
Group:		Archiving/Compression
License:	Freeware-like
URL:		http://freshmeat.net/projects/unarj/
#gw you need the exe
Source:		http://mysite.verizon.net/vze3nqpn/files/%{name}-%{version}.tar.bz2
Patch0:		unarj-2.65-formatfix.patch

%description
The UNARJ program is used to uncompress .arj format archives. The .arj
format archive was mostly used on DOS machines.

Install the unarj package if you need to uncompress .arj format archives.

This package is in restricted because of its license.

%prep
%setup -q
%patch0 -p1

%build
gcc %{optflags} -DUNIX -c *.c
gcc -o unarj *.o

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 %{name} %{buildroot}%{_bindir}

%files
%doc *.txt
%{_bindir}/%{name}


%changelog
* Wed Oct 31 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.65-4
+ Revision: 3a81eed
- LOG Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26636 |14rr|vdr-plugin-sc-0.9.3-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define plugin sc
%define dkmsname dvb-ttpci-sc_patched

Summary:	VDR plugin: A software emulated CAM
Name:		vdr-plugin-%{plugin}
Version:	0.9.3
Release:	3
Group:		Video
License:	GPLv2+
URL:		http://207.44.152.197/
Source:		http://207.44.152.197/vdr-%{plugin}-%{version}.tar.gz
BuildRequires:	vdr-devel >= 1.6.0-7
BuildRequires:	openssl-devel
BuildRequires:	pcsc-lite-devel
BuildRequires:	bzip2-devel
BuildRequires:	gettext
Requires:	vdr-abi = %{vdr_abi}

%description
This VDR plugin provides a software emulated CAM. Software
decryption with ffdecsa for budget cards is also available. With
this plugin you can, for example, use your pay-tv subscription with
a smart card reader/programmer without expensive CI and CAM devices.

If you use this plugin with an FF card, you will also need to use a
special version of the firmware available from the plugin home page.

This package is in restricted because it contains algorithms
that may be covered by software patents and because its decryption
capabilities (while requiring appropriate keys) may be considered
breaking DRM.

%prep
%setup -q -n %{plugin}-%{version}
%__perl -pi -e 's,-march=,,' Makefile
%vdr_plugin_prep

%vdr_plugin_params_begin %{plugin}
# See README for more information.
#
# forces DVB device N to budget mode (using FFdecsa)
var=FORCE_BUDGET
param=--budget=MULTIPLE_PARAMS
# call CMD to start/stop dialup-network
var=DIALUP_CMD
param=--dialup=DIALUP_CMD
# shutdown timeout for dialup-network
var=TIMEOUT_SECS
param="-t TIMEOUT_SECS"
# external key update script
var=EXTERNAL_AU
param="-E EXTERNAL_AU"
%vdr_plugin_params_end

%__cat > README.0.9.0.upgrade.urpmi <<EOF
As of vdr-sc 0.9.0, the plugin expects the configuration files to
reside in the /plugins/sc subdirectory instead of /plugins. If you
are using the default configuration directory location of
/var/lib/vdr/config, you must move any SC config files from
/var/lib/vdr/config/plugins to /var/lib/vdr/config/plugins/sc.
If you do not use any configuration files with sc, you do not have
to take any action.
EOF

%__cat > README.0.9.2.upgrade.urpmi <<EOF
As of vdr-sc 0.9.2, smart card reader configuration has been moved
to cardslot.conf. If you have a smart card reader activated in
/etc/sysconfig/vdr-sc, you need to remove those settings and
configure the reader in /var/lib/vdr/config/plugins/sc/cardslot.conf
instead. See the example file in
/var/lib/vdr/config/plugins/sc/cardslot.conf.example.
EOF

%build
# TODO: export MAXCAID in vdr header
VDR_PLUGIN_EXTRA_FLAGS="-I%{_includedir}/PCSC"
%vdr_plugin_build CSAFLAGS="%{vdr_plugin_flags}" CPUOPT="" MAXCAID=64 HASLOCALE=1 WITH_PCSC=1

%install
%__rm -rf %{buildroot}
%vdr_plugin_install
%__install -m755 systems/*/libsc-*.so.%{vdr_apiversion} %{buildroot}%{vdr_plugin_dir}
%__install -d -m755 %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}

# install some examples in-place
%__install -m644 examples/*.conf.example %{buildroot}%{vdr_plugin_cfgdir}/%{plugin}

%clean
%__rm -rf %{buildroot}

%files -f %{plugin}.vdr
%doc README* HISTORY COPYING examples
%{vdr_plugin_dir}/libsc-*.so.%{vdr_apiversion}
%attr(-,vdr,vdr) %dir %{vdr_plugin_cfgdir}/%{plugin}
%{vdr_plugin_cfgdir}/%{plugin}/*.conf.example


%changelog
* Thu May 08 2014 Alex Burmashev <alex.burmashev@rosalab.ru> 0.9.3-3
+ Revision: ee1880e
- Updated vdr-plugin-sc.spec



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26637 |14rr|vdr-plugin-vdrrip-0.3.0-14
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	vdrrip

%bcond_without	plf

#####################
# Hardcore PLF build
%define build_plf 1
#####################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

%{?_with_plf: %{expand: %%global build_plf 1}}
%{?_without_plf: %{expand: %%global build_plf 0}}

Summary:	VDR plugin: A MPlayer using movie encoder
Name:		vdr-plugin-%plugin
Version:	0.3.0
Release:	14
Group:		Video
License:	GPL
# an interesting use of a domain...
URL:		http://www.a-land.de/
Source:		http://www.a-land.de/vdr-%plugin-%{version}.tgz
# e-tobi script
Source1:	vdrripsplit.sh
# initscript
Source2:	vdrrip.service
Source3:	vdrrip.sysconfig
Patch0:		vdrrip-0.3.0-paths.patch
# (anssi) This seems to be the easiest way to do detaching...
Patch8:		vdrrip-0.3.0-queue-bg.patch
# (anssi) Link against dvdread instead of dvdnav, as dvdnav is not needed
# and does not contain the needed headers as of 11/2007
Patch9:		vdrrip-dvdnav2dvdread.patch
# #35140
Patch10:	vdrrip-dvdread-inttypes.patch
Patch12:	vdrrip-0.3.0-i18n-1.6.patch
Patch13:	vdrrip-format-string.patch
Patch14:	vdrrip-const-char-gcc4.4.patch
# e-tobi patches
Patch1:		02_maketempdir.dpatch
Patch2:		03_greppid2.dpatch
Patch3:		05_fix-dvdparameter.dpatch
Patch4:		06_fix-ogm-ac3-vdrsync-dev.dpatch
Patch5:		07_preserve-queue-owner.dpatch
Patch6:		11_fix-identify-aspect.dpatch
Patch7:		91_vdrrip+dvd-0.3.0-1.3.7.dpatch
Patch11:		95_fix_crop.dpatch
BuildRequires:	vdr-devel >= 1.6.0-7
%if %with plf
BuildRequires:	libdvdread-devel
%endif
Requires:	vdr-abi = %{vdr_abi}
# The plugin really requires these itself as well
Requires:	mplayer
Requires:	mencoder
Suggests:	vdrrip

%description
Vdrrip is a plugin to encode the vdr recordings into several
formats. You likely want to also install the vdrrip package which
contains the queue handler script.
%if %with plf
This package is in PLF because this build contains support for DVD
ripping which may be prohibited by local laws.
%endif

%package -n %plugin
Summary:	Queue handler of vdrrip
Group:		Video
Requires(preun): rpm-helper
Requires(post):	rpm-helper
Requires:	mplayer
Requires:	mencoder
Suggests:	ogmtools
Suggests:	vdrsync
Suggests:	mkvtoolnix
Suggests:	ffmpeg

%description -n %plugin
The queue handler for VDR vdrrip plugin. It does the actual
encoding.

For encoding ogm files you also need the packages ogmtools and
vdrsync. For encoding matroska files you need the packages
mkvtoolnix and vdrsync. For encoding ogm or matroska files with mp3
or ogg vorbis audio you also need the package ffmpeg.

%prep
%setup -q -n %{plugin}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%vdr_plugin_prep
chmod -x TODO COPYING README FAQ HISTORY
perl -pi -e 's,scriptdir=.*$,scriptdir="%{_sysconfdir}/%{plugin}",' scripts/queuehandler.sh
grep scriptdir= scripts/queuehandler.sh

%vdr_plugin_params_begin %plugin
# You likely want to also install the vdrrip package which
# contains the queue handler script which does the actual encoding.
#
# use alternative mplayer instead of the default one
var=MPLAYER
param="-p MPLAYER"
# use alternative mencoder instead of the default one
var=MENCODER
param="-e MENCODER"
%if %with plf
# use alternative DVD device instead of /dev/dvd
var=DVD_DEVICE
param="-d DVD_DEVICE"
%endif
%vdr_plugin_params_end

%build
# see #35140
VDR_PLUGIN_EXTRA_FLAGS="-D__STDC_LIMIT_MACROS"
%vdr_plugin_build \
%if %with plf
	VDRRIP_DVD=1
%endif

%install
%vdr_plugin_install
install -d -m755 %{buildroot}%{_bindir}
install -m755 scripts/queuehandler.sh %{buildroot}%{_bindir}
install -m755 %{SOURCE1} %{buildroot}%{_bindir}
install -d -m755 %{buildroot}%{_sysconfdir}/%{plugin}
install -m644 scripts/queuehandler.sh.conf %{buildroot}%{_sysconfdir}/%{plugin}

install -d -m755 %{buildroot}%{_unitdir} %{buildroot}%{_sysconfdir}/sysconfig
install -m0644 %{SOURCE2} -D %{buildroot}%{_unitdir}/%{name}.service
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{plugin}

%post -n %{plugin}
%systemd_post %{plugin}.service

%preun -n %{plugin}
%systemd_preun %{plugin}.service

%postun -n %{plugin}
%systemd_postun_with_restart %{plugin}.service


%files -f %plugin.vdr
%doc README HISTORY FAQ TODO COPYING scripts/sleephalt.sh scripts/vdrshutdown.sh

%files -n %plugin
%{_bindir}/vdrripsplit.sh
%{_bindir}/queuehandler.sh
%dir %{_sysconfdir}/%{plugin}
%config(noreplace) %{_sysconfdir}/%{plugin}/queuehandler.sh.conf
%attr(0644,root,root) %{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/sysconfig/%{plugin}



%changelog
* Tue Sep 23 2014 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-14
+ Revision: d47b420
- Fix plf build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26638 |14rr|vlc-2.1.5-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define with_goom 0

%define with_faad 0
%define with_faac 0
%define with_lame 0
%define with_dts 0
%define with_x264 0

%define libmajor	5
%define coremajor	7
%define libname		%mklibname %{name} %{libmajor}
%define libnamecore	%mklibname vlccore %{coremajor}
%define devname		%mklibname -d %{name}

######################
# Hardcode PLF build
%define with_plf 1
######################

%if %{with_plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define distsuffix plf
%global with_dts 1
%global with_faac 1
%global with_faad 1
%global with_lame 1
%global with_x264 1
%endif

%define git_url git://git.videolan.org/vlc.git

Summary:	MPEG, MPEG2, DVD and DivX player
Name:		vlc
Version:	2.1.5
Release:	1%{?extrarelsuffix}
#gw the shared libraries are LGPL
License:	GPLv2+ and LGPLv2+
Group:		Video
Url:		http://www.videolan.org/
Source0:	http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.xz
Patch0:		vlc-2.0.1-automake-1.12.patch
Patch1:		vlc-2.1.2-fix-default-font.patch
Patch2:		vlc-2.0.0-desktop-l10n.patch
# Replace live555 detection part in configure.ac with older code
# because we don't have .pc file in current live555 version
Patch3:		vlc-2.1.2-live555-path.patch
Patch4:		vlc-2.1.2-live555-201306.patch
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	desktop-file-utils
BuildRequires:	libtool
BuildRequires:	kdelibs4-core
BuildRequires:	ffmpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	liba52dec-devel
BuildRequires:	libdvdnav-devel
BuildRequires:	libmatroska-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	libmpeg2dec-devel >= 0.4.0
BuildRequires:	live-devel
BuildRequires:	libtar-devel
BuildRequires:	qt4-devel
BuildRequires:	sysfsutils-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(caca)
BuildRequires:	pkgconfig(dirac)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(freerdp)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libbluray) >= 0.2.1
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libchromaprint)
BuildRequires:	pkgconfig(libdvbpsi)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libvcdinfo)
BuildRequires:	pkgconfig(libvncclient)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xv)
%if %{with_dts}
BuildRequires:	pkgconfig(libdca)
%endif
%if %{with_faac}
BuildRequires:	libfaac-devel
%endif
%if %{with_faad}
BuildRequires:	libfaad2-devel >= 2.0
%endif
%if %{with_lame}
BuildRequires:	liblame-devel
%endif
%if %{with_x264}
BuildRequires:	pkgconfig(x264)
%endif

Suggests:	vlc-plugin-dv
Suggests:	vlc-plugin-flac
Suggests:	vlc-plugin-kate
Suggests:	vlc-plugin-libass
Suggests:	vlc-plugin-mpc
Suggests:	vlc-plugin-opus
Suggests:	vlc-plugin-pulse
Suggests:	vlc-plugin-schroedinger
Suggests:	vlc-plugin-speex
Suggests:	vlc-plugin-theora
Suggests:	vlc-plugin-upnp
Requires:	fonts-ttf-vera
Conflicts:	vlc-plugin-common < %{version}-%{release}

%description
VideoLAN is an OpenSource streaming solution for every OS developed by
students from the Ecole Centrale Paris and developers from all over the
World.
VLC (VideoLAN Client) is a media player that can play MPEG1, MPEG2 and
MPEG4 (aka DivX) files, DVDs, VCDs, SVCDs, from a satellite card, from
a stream sent by VLS (VideoLAN Server), from another VLC, or from a Web
server.
This package contains no CSS unscrambling functionality for DVDs ;
you need the libdvdcss library available from
http://www.videolan.org/libdvdcss/

%if %{with_plf}
This package is in Restricted repository as it is violating software patents.
%endif

%files -f %{name}.lang
%doc NEWS README COPYING AUTHORS THANKS
%doc installed-docs/* doc/lirc/
%{_bindir}/cvlc
%{_bindir}/qvlc
%{_bindir}/vlc
%{_bindir}/vlc-wrapper
%dir %{_datadir}/vlc/
%{_datadir}/vlc/*.*
%{_datadir}/vlc/utils
%dir %{_libdir}/vlc
%{_libdir}/vlc/vlc-cache-gen
%dir %{_libdir}/vlc/plugins
%{_libdir}/vlc/plugins/plugins.dat
%dir %{_libdir}/vlc/plugins/access
%{_libdir}/vlc/plugins/access/libaccess_attachment_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_avio_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_bd_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_ftp_plugin.so*
%{_libdir}/vlc/plugins/access/libaccess_gnomevfs_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_http_plugin.so*
%{_libdir}/vlc/plugins/access/libaccess_imem_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_mms_plugin.so*
%{_libdir}/vlc/plugins/access/libaccess_mtp_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_rar_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_realrtsp_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_sftp_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_smb_plugin.so*
%{_libdir}/vlc/plugins/access/libaccess_tcp_plugin.so*
%{_libdir}/vlc/plugins/access/libaccess_udp_plugin.so*
%{_libdir}/vlc/plugins/access/libaccess_vdr_plugin.so*
%{_libdir}/vlc/plugins/access/libcdda_plugin.so*
%{_libdir}/vlc/plugins/access/libdtv_plugin.so*
%{_libdir}/vlc/plugins/access/libdvb_plugin.so
%{_libdir}/vlc/plugins/access/libdvdnav_plugin.so*
%{_libdir}/vlc/plugins/access/libdvdread_plugin.so*
%{_libdir}/vlc/plugins/access/libfilesystem_plugin.so
%{_libdir}/vlc/plugins/access/libidummy_plugin.so
%{_libdir}/vlc/plugins/access/librdp_plugin.so
%{_libdir}/vlc/plugins/access/librtp_plugin.so
%{_libdir}/vlc/plugins/access/libsdp_plugin.so
%{_libdir}/vlc/plugins/access/libshm_plugin.so
%{_libdir}/vlc/plugins/access/libstream_filter_rar_plugin.so
%{_libdir}/vlc/plugins/access/libtimecode_plugin.so
%{_libdir}/vlc/plugins/access/libv4l2_plugin.so*
%{_libdir}/vlc/plugins/access/libvcdx_plugin.so*
%{_libdir}/vlc/plugins/access/libvcd_plugin.so*
%{_libdir}/vlc/plugins/access/liblibvnc_plugin.so
%{_libdir}/vlc/plugins/access/liblive555_plugin.so
%{_libdir}/vlc/plugins/access/libxcb_screen_plugin.so
%{_libdir}/vlc/plugins/access/libzip_plugin.so
%{_libdir}/vlc/plugins/access/liblibbluray_plugin.so
%dir %{_libdir}/vlc/plugins/access_output/
%{_libdir}/vlc/plugins/access_output/libaccess_output_dummy_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_file_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_http_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_livehttp_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_udp_plugin.so*
%dir %{_libdir}/vlc/plugins/audio_filter
%{_libdir}/vlc/plugins/audio_filter/liba52tofloat32_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/liba52tospdif_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libaudiobargraph_a_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libaudio_format_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libchorus_flanger_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libcompressor_plugin.so
%if %{with_dts}
%{_libdir}/vlc/plugins/audio_filter/libdtstofloat32_plugin.so*
%endif
%{_libdir}/vlc/plugins/audio_filter/libdolby_surround_decoder_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libdtstospdif_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libequalizer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libgain_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libheadphone_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libkaraoke_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libmono_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libmpgatofixed32_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libnormvol_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libparam_eq_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libremap_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libsamplerate_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libscaletempo_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libsimple_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libspatializer_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libstereo_widen_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libtrivial_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libugly_resampler_plugin.so*
%dir %{_libdir}/vlc/plugins/audio_mixer
%{_libdir}/vlc/plugins/audio_mixer/libfloat_mixer_plugin.so
%{_libdir}/vlc/plugins/audio_mixer/libinteger_mixer_plugin.so
%dir %{_libdir}/vlc/plugins/audio_output
%{_libdir}/vlc/plugins/audio_output/libadummy_plugin.so
%{_libdir}/vlc/plugins/audio_output/libamem_plugin.so
%{_libdir}/vlc/plugins/audio_output/libafile_plugin.so
%dir %{_libdir}/vlc/plugins/codec
%{_libdir}/vlc/plugins/codec/liba52_plugin.so*
%{_libdir}/vlc/plugins/codec/libadpcm_plugin.so*
%{_libdir}/vlc/plugins/codec/libaes3_plugin.so
%{_libdir}/vlc/plugins/codec/libaraw_plugin.so*
%{_libdir}/vlc/plugins/codec/libavcodec_plugin.so
%{_libdir}/vlc/plugins/codec/libcc_plugin.so
%{_libdir}/vlc/plugins/codec/libcdg_plugin.so
%{_libdir}/vlc/plugins/codec/libcvdsub_plugin.so*
%{_libdir}/vlc/plugins/codec/libddummy_plugin.so
%{_libdir}/vlc/plugins/codec/libdirac_plugin.so
%{_libdir}/vlc/plugins/codec/libdts_plugin.so*
%{_libdir}/vlc/plugins/codec/libdvbsub_plugin.so*
%{_libdir}/vlc/plugins/codec/libedummy_plugin.so
%if %{with_faad}
%{_libdir}/vlc/plugins/codec/libfaad_plugin.so*
%endif
%{_libdir}/vlc/plugins/codec/libg711_plugin.so
%{_libdir}/vlc/plugins/codec/liblibmpeg2_plugin.so*
%{_libdir}/vlc/plugins/codec/liblpcm_plugin.so*
%{_libdir}/vlc/plugins/codec/libmpeg_audio_plugin.so*
%{_libdir}/vlc/plugins/codec/librawvideo_plugin.so*
%{_libdir}/vlc/plugins/codec/libsubsusf_plugin.so
%{_libdir}/vlc/plugins/codec/libstl_plugin.so
%{_libdir}/vlc/plugins/codec/libsvcdsub_plugin.so*
%{_libdir}/vlc/plugins/codec/libpng_plugin.so*
%{_libdir}/vlc/plugins/codec/libscte27_plugin.so
%{_libdir}/vlc/plugins/codec/libspudec_plugin.so*
%{_libdir}/vlc/plugins/codec/libsubsdec_plugin.so*
%{_libdir}/vlc/plugins/codec/libt140_plugin.so
%{_libdir}/vlc/plugins/codec/libtelx_plugin.so
%{_libdir}/vlc/plugins/codec/libuleaddvaudio_plugin.so
%if %{with_x264}
%{_libdir}/vlc/plugins/codec/libx264_plugin.so*
%endif
%{_libdir}/vlc/plugins/codec/libxwd_plugin.so
%dir %{_libdir}/vlc/plugins/control
%{_libdir}/vlc/plugins/control/libdbus_plugin.so
%{_libdir}/vlc/plugins/control/libdummy_plugin.so
%{_libdir}/vlc/plugins/control/libglobalhotkeys_plugin.so
%{_libdir}/vlc/plugins/control/libhotkeys_plugin.so*
%{_libdir}/vlc/plugins/control/libmotion_plugin.so
%{_libdir}/vlc/plugins/control/libnetsync_plugin.so
%{_libdir}/vlc/plugins/control/liboldrc_plugin.so*
%{_libdir}/vlc/plugins/control/libgestures_plugin.so*
%dir %{_libdir}/vlc/plugins/demux
%{_libdir}/vlc/plugins/demux/libaiff_plugin.so*
%{_libdir}/vlc/plugins/demux/libasf_plugin.so*
%{_libdir}/vlc/plugins/demux/libau_plugin.so*
%{_libdir}/vlc/plugins/demux/libavformat_plugin.so
%{_libdir}/vlc/plugins/demux/libavi_plugin.so*
%{_libdir}/vlc/plugins/demux/libdemux_cdg_plugin.so
%{_libdir}/vlc/plugins/demux/libdemux_stl_plugin.so
%{_libdir}/vlc/plugins/demux/libdemuxdump_plugin.so*
%{_libdir}/vlc/plugins/demux/libdirac_plugin.so
%{_libdir}/vlc/plugins/demux/libes_plugin.so
%{_libdir}/vlc/plugins/demux/libh264_plugin.so*
%{_libdir}/vlc/plugins/demux/libimage_plugin.so
%{_libdir}/vlc/plugins/demux/libmjpeg_plugin.so*
%{_libdir}/vlc/plugins/demux/libmkv_plugin.so
%{_libdir}/vlc/plugins/demux/libmp4_plugin.so*
%{_libdir}/vlc/plugins/demux/libmpgv_plugin.so*
%{_libdir}/vlc/plugins/demux/libnsc_plugin.so*
%{_libdir}/vlc/plugins/demux/libnsv_plugin.so*
%{_libdir}/vlc/plugins/demux/libnuv_plugin.so*
%{_libdir}/vlc/plugins/demux/libplaylist_plugin.so*
%{_libdir}/vlc/plugins/demux/libps_plugin.so*
%{_libdir}/vlc/plugins/demux/libpva_plugin.so*
%{_libdir}/vlc/plugins/demux/librawaud_plugin.so
%{_libdir}/vlc/plugins/demux/librawdv_plugin.so*
%{_libdir}/vlc/plugins/demux/librawvid_plugin.so
%{_libdir}/vlc/plugins/demux/libreal_plugin.so*
%{_libdir}/vlc/plugins/demux/libsmf_plugin.so
%{_libdir}/vlc/plugins/demux/libsubtitle_plugin.so*
%{_libdir}/vlc/plugins/demux/libtta_plugin.so
%{_libdir}/vlc/plugins/demux/libty_plugin.so*
%{_libdir}/vlc/plugins/demux/libvobsub_plugin.so*
%{_libdir}/vlc/plugins/demux/libvc1_plugin.so
%{_libdir}/vlc/plugins/demux/libvoc_plugin.so*
%{_libdir}/vlc/plugins/demux/libwav_plugin.so*
%{_libdir}/vlc/plugins/demux/libts_plugin.so*
%{_libdir}/vlc/plugins/demux/libxa_plugin.so*
%{_libdir}/vlc/plugins/demux/libogg_plugin.so*
%{_libdir}/vlc/plugins/codec/libvorbis_plugin.so*
%dir %{_libdir}/vlc/plugins/meta_engine
%{_libdir}/vlc/plugins/meta_engine/libfolder_plugin.so
%{_libdir}/vlc/plugins/meta_engine/libtaglib_plugin.so
%dir %{_libdir}/vlc/plugins/misc
%{_libdir}/vlc/plugins/misc/libaudioscrobbler_plugin.so
%{_libdir}/vlc/plugins/misc/libdbus_screensaver_plugin.so
%{_libdir}/vlc/plugins/misc/libexport_plugin.so*
%{_libdir}/vlc/plugins/misc/libfingerprinter_plugin.so
%{_libdir}/vlc/plugins/misc/liblogger_plugin.so*
%{_libdir}/vlc/plugins/misc/libstats_plugin.so
%{_libdir}/vlc/plugins/misc/libvod_rtsp_plugin.so*
%{_libdir}/vlc/plugins/misc/libxdg_screensaver_plugin.so*
%{_libdir}/vlc/plugins/misc/libxml_plugin.so*
%dir %{_libdir}/vlc/plugins/mmx
%{_libdir}/vlc/plugins/mmx/libi420_rgb_mmx_plugin.so
%{_libdir}/vlc/plugins/mmx/libi420_yuy2_mmx_plugin.so
%{_libdir}/vlc/plugins/mmx/libi422_yuy2_mmx_plugin.so
%dir %{_libdir}/vlc/plugins/mux
%{_libdir}/vlc/plugins/mux/libmux_asf_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_avi_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_dummy_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_mp4_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_mpjpeg_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_ogg_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_ps_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_ts_plugin.so
%{_libdir}/vlc/plugins/mux/libmux_wav_plugin.so*
%dir %{_libdir}/vlc/plugins/notify
%dir %{_libdir}/vlc/plugins/gui/
%{_libdir}/vlc/plugins/gui/libqt4_plugin.so
%dir %{_libdir}/vlc/plugins/packetizer
%{_libdir}/vlc/plugins/packetizer/libpacketizer_copy_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_dirac_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_flac_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_h264_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mlp_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpeg4audio_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpeg4video_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpegvideo_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_vc1_plugin.so
%dir %{_libdir}/vlc/plugins/services_discovery/
%{_libdir}/vlc/plugins/services_discovery/libmediadirs_plugin.so
%{_libdir}/vlc/plugins/services_discovery/libmtp_plugin.so
%{_libdir}/vlc/plugins/services_discovery/libpodcast_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libsap_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libudev_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libxcb_apps_plugin.so
%dir %{_libdir}/vlc/plugins/stream_filter/
%{_libdir}/vlc/plugins/stream_filter/libdash_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libdecomp_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libhttplive_plugin.so
%{_libdir}/vlc/plugins/stream_filter/librecord_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libsmooth_plugin.so
%dir %{_libdir}/vlc/plugins/stream_out
%{_libdir}/vlc/plugins/stream_out/libstream_out_autodel_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_bridge_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_chromaprint_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_delay_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_description_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_display_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_dummy_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_duplicate_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_es_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_gather_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_langfromtelx_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_mosaic_bridge_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_raop_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_record_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_rtp_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_setid_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_smem_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_standard_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_transcode_plugin.so*
%dir %{_libdir}/vlc/plugins/text_renderer
%{_libdir}/vlc/plugins/text_renderer/libfreetype_plugin.so*
%{_libdir}/vlc/plugins/text_renderer/libsvg_plugin.so
%{_libdir}/vlc/plugins/text_renderer/libtdummy_plugin.so
%dir %{_libdir}/vlc/plugins/video_chroma
%{_libdir}/vlc/plugins/video_chroma/libgrey_yuv_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libi420_rgb_*plugin.so*
%{_libdir}/vlc/plugins/video_chroma/libi420_yuy2_*plugin.so*
%{_libdir}/vlc/plugins/video_chroma/libi422_i420_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libi422_yuy2_*plugin.so*
%{_libdir}/vlc/plugins/video_chroma/librv32_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libyuy2_i420_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libyuy2_i422_plugin.so
%dir %{_libdir}/vlc/plugins/video_filter
%{_libdir}/vlc/plugins/video_filter/libadjust_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libalphamask_plugin.so
%{_libdir}/vlc/plugins/video_filter/libanaglyph_plugin.so
%{_libdir}/vlc/plugins/video_filter/libantiflicker_plugin.so
%{_libdir}/vlc/plugins/video_filter/libaudiobargraph_v_plugin.so
%{_libdir}/vlc/plugins/video_filter/libatmo_plugin.so
%{_libdir}/vlc/plugins/video_filter/libball_plugin.so
%{_libdir}/vlc/plugins/video_filter/libblendbench_plugin.so
%{_libdir}/vlc/plugins/video_filter/libblend_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libbluescreen_plugin.so
%{_libdir}/vlc/plugins/video_filter/libcanvas_plugin.so
%{_libdir}/vlc/plugins/video_filter/libchain_plugin.so
%{_libdir}/vlc/plugins/video_filter/libclone_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libcolorthres_plugin.so
%{_libdir}/vlc/plugins/video_filter/libcroppadd_plugin.so
%{_libdir}/vlc/plugins/video_filter/libdeinterlace_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libdynamicoverlay_plugin.so
%{_libdir}/vlc/plugins/video_filter/liberase_plugin.so
%{_libdir}/vlc/plugins/video_filter/libextract_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgaussianblur_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgradient_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgradfun_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgrain_plugin.so
%{_libdir}/vlc/plugins/video_filter/libhqdn3d_plugin.so
%{_libdir}/vlc/plugins/video_filter/libinvert_plugin.so*
%{_libdir}/vlc/plugins/video_filter/liblogo_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmagnify_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmarq_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmirror_plugin.so
%{_libdir}/vlc/plugins/video_filter/libmosaic_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmotionblur_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmotiondetect_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libpanoramix_plugin.so
%{_libdir}/vlc/plugins/video_filter/libposterize_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpostproc_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpsychedelic_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpuzzle_plugin.so
%{_libdir}/vlc/plugins/video_filter/libremoteosd_plugin.so
%{_libdir}/vlc/plugins/video_filter/libripple_plugin.so
%{_libdir}/vlc/plugins/video_filter/librotate_plugin.so
%{_libdir}/vlc/plugins/video_filter/librss_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libscale_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libscene_plugin.so
%{_libdir}/vlc/plugins/video_filter/libsepia_plugin.so
%{_libdir}/vlc/plugins/video_filter/libsharpen_plugin.so
%{_libdir}/vlc/plugins/video_filter/libsubsdelay_plugin.so
%{_libdir}/vlc/plugins/video_filter/libswscale_plugin.so
%{_libdir}/vlc/plugins/video_filter/libtransform_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libwall_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libwave_plugin.so
%{_libdir}/vlc/plugins/video_filter/libyuvp_plugin.so
%dir %{_libdir}/vlc/plugins/video_output
%{_libdir}/vlc/plugins/video_output/libcaca_plugin.so
%{_libdir}/vlc/plugins/video_output/libfb_plugin.so*
%{_libdir}/vlc/plugins/video_output/libvmem_plugin.so
%{_libdir}/vlc/plugins/video_output/libyuv_plugin.so
%{_libdir}/vlc/plugins/video_output/libvdummy_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_x11_plugin.so*
%{_libdir}/vlc/plugins/video_output/libxcb_window_plugin.so*
%{_libdir}/vlc/plugins/video_output/libxcb_xv_plugin.so*
%dir %{_libdir}/vlc/plugins/visualization
%{_libdir}/vlc/plugins/visualization/libvisual_plugin.so*
%{_libdir}/vlc/plugins/access/libaccess_alsa_plugin.so
%{_libdir}/vlc/plugins/audio_output/libalsa_plugin.so*
%{_mandir}/man1/vlc.*
%{_mandir}/man1/vlc-wrapper.1*
%{_datadir}/applications/vlc.desktop
%{_miconsdir}/vlc.png
%{_iconsdir}/vlc.png
%{_liconsdir}/vlc.png
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/apps/solid/actions/*.desktop

#----------------------------------------------------------------------------

%package -n svlc
Summary:	Skinned GUI plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
Provides:	vlc-gui

%description -n svlc
This plugin adds a skinned GUI interface to the VLC media player. To
activate it, run the `svlc' program.

%files -n svlc
%doc README
%{_bindir}/svlc
%{_libdir}/vlc/plugins/gui/libskins2_plugin.so*
%{_datadir}/applications/mandriva-svlc.desktop
%{_datadir}/vlc/skins2

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared code for the VLC media player
Group:		System/Libraries

%description -n %{libname}
Shared code for the VLC media player
This package contains code that is shared by different modules of the 
VLC media player.

%files -n %{libname}
%{_libdir}/libvlc.so.%{libmajor}*

#----------------------------------------------------------------------------

%package -n %{libnamecore}
Summary:	Shared core code for the VLC media player
Group:		System/Libraries
#gw needed by the python bindings:
Provides:	libvlccore = %{version}-%{release}

%description -n %{libnamecore}
Shared core code for the VLC media player
This package contains code that is shared by different modules of the
VLC media player.

%files -n %{libnamecore}
%{_libdir}/libvlccore.so.%{coremajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the VLC media player
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	%{libnamecore} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development files for the VLC media player
This package contains headers and a static library required to build plugins
for the VLC media player, or standalone applications using features from VLC.

%files -n %{devname}
%doc README doc/release-howto.txt doc/skins
%dir %{_includedir}/vlc
%{_libdir}/vlc/libcompat.a
%{_libdir}/libvlc.so
%{_libdir}/libvlccore.so
%{_includedir}/vlc/*
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%package plugin-aa
Summary:	ASCII art video plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	aalib-devel

%description plugin-aa
This is an ASCII art video output plugin for the VLC media playe. To
activate it, use the `--vout aa' flag or select the `aa' video output
plugin from the preferences menu.

%files plugin-aa
%doc README
%{_libdir}/vlc/plugins/video_output/libaa_plugin.so*

#----------------------------------------------------------------------------

%package plugin-bonjour
Summary:	Bonjour service discovery plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-bonjour
This plugin adds support for Bonjour service discovery to
the VLC media player.

%files plugin-bonjour
%doc README
%{_libdir}/vlc/plugins/services_discovery/libbonjour_plugin.so*

#----------------------------------------------------------------------------

%package plugin-dv
Summary:	DV codec plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(libavc1394)

%description plugin-dv
This plugin adds support for the DV video format to the VLC media player.
The plugin is autodetected.

%files plugin-dv
%doc README
%{_libdir}/vlc/plugins/access/libdc1394_plugin.so
%{_libdir}/vlc/plugins/access/libdv1394_plugin.so

#----------------------------------------------------------------------------

%package plugin-flac
Summary:	Flac codec plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-flac
These plugins add support for the FLAC compressed audio format to the
VLC media player.

%files plugin-flac
%doc README
%{_libdir}/vlc/plugins/demux/libflacsys_plugin.so
%{_libdir}/vlc/plugins/codec/libflac_plugin.so*

#----------------------------------------------------------------------------

%package plugin-fluidsynth
Summary:	Add MIDI playback support to VLC based on Fluidsynth
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(fluidsynth)

%description plugin-fluidsynth
This plugin adds support for MIDI playback to VLC based on the Fluidsynth
library.

%files plugin-fluidsynth
%doc README
%{_libdir}/vlc/plugins/codec/libfluidsynth_plugin.so

#----------------------------------------------------------------------------

%package plugin-gme
Summary:	Add game music playback support to VLC based on libgme
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	libgme-devel

%description plugin-gme
This plugin adds support for video game music playback to VLC based on the
GME library.

%files plugin-gme
%doc README
%{_libdir}/vlc/plugins/demux/libgme_plugin.so

#----------------------------------------------------------------------------

%package plugin-gnutls
Summary:	Secure Socket Layer plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-gnutls
This plugin adds support for SSL/TLS to the VLC media player.

%files plugin-gnutls
%doc README
%{_libdir}/vlc/plugins/misc/libgnutls_plugin.so*

#----------------------------------------------------------------------------

%if %{with_goom}
%package plugin-goom
Summary:	Visualization plugin for the VLC media player
Group:		Video
BuildRequires:	libgoom2-devel
Requires:	%{name} = %{version}

%description plugin-goom
This is a visualization plugin for VLC media player based on the Goom library.

%files plugin-goom
%doc README
%{_libdir}/vlc/plugins/visualization/libgoom_plugin.so
%endif

#----------------------------------------------------------------------------

%package plugin-jack
Summary:	Jack audio plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-jack
This plugin adds support for the Jack Audio Connection Kit to the VLC
media player. To activate it, use the `--aout jack' flag or select the
`jack' audio output plugin from the preferences menu.

%files plugin-jack
%doc README
%{_libdir}/vlc/plugins/access/libaccess_jack_plugin.so
%{_libdir}/vlc/plugins/audio_output/libjack_plugin.so*

#----------------------------------------------------------------------------

%package plugin-kate
Summary:	Add subtitle and Karaoke text support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(tiger)

%description plugin-kate
This package adds support for subtitles and Karaoke text display based on
the libkate library to VLC.

%files plugin-kate
%doc README
%{_libdir}/vlc/plugins/codec/libkate_plugin.so

#----------------------------------------------------------------------------

%package plugin-libass
Summary:	Add subtitle support to VLC using libass
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libass)

%description plugin-libass
This package adds support for subtitles based on the libass library to VLC.

%files plugin-libass
%doc README
%{_libdir}/vlc/plugins/codec/liblibass_plugin.so

#----------------------------------------------------------------------------

%package plugin-libnotify
Summary:	Notification popup plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-libnotify
This plugin adds support for notification popup messages to
the VLC media player.

%files plugin-libnotify
%doc README
%{_libdir}/vlc/plugins/notify/libnotify_plugin.so*

#----------------------------------------------------------------------------

%package plugin-lirc
Summary:	Lirc plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(liblircclient0)

%description plugin-lirc
This plugin is an infrared lirc interface for the VLC media player. To
activate it, use the `--extraintf lirc' flag.

%files plugin-lirc
%doc README
%{_libdir}/vlc/plugins/control/liblirc_plugin.so*

#----------------------------------------------------------------------------

%package plugin-lua
Summary:	Add Lua scripting to vlc
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(lua)

%description plugin-lua
This plugin adds lua scripting and provides a few example scripts as well.

%files plugin-lua
%doc README
%{_libdir}/vlc/plugins/lua/liblua_plugin.so
%{_libdir}/vlc/lua
%{_datadir}/vlc/lua
%{_bindir}/rvlc

#----------------------------------------------------------------------------

%package plugin-mod
Summary:	MOD audio decoder plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-mod
This plugin adds support for music module playback based on libmodplug
to the VLC media player.

%files plugin-mod
%doc README
%{_libdir}/vlc/plugins/demux/libmod_plugin.so*

#----------------------------------------------------------------------------

%package plugin-mpc
Summary:	MPC audio decoder plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-mpc
This plugin adds support for Musepack audio playback based on libmpcdec
to the VLC media player.

%files plugin-mpc
%doc README
%{_libdir}/vlc/plugins/demux/libmpc_plugin.so*

#----------------------------------------------------------------------------

%package plugin-ncurses
Summary:	Ncurses console-based plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(ncurses)

%description plugin-ncurses
This plugin adds a ncurses interface to the VLC media player. To
activate it, use the `--intf ncurses' flag.

%files plugin-ncurses
%doc README
%{_bindir}/nvlc
%{_libdir}/vlc/plugins/gui/libncurses_plugin.so*

#----------------------------------------------------------------------------

%package plugin-opencv
Summary:	OpenCV wrapper video filter plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(opencv)

%description plugin-opencv
This plugin adds support for OpenCV video filter to the VLC media player.

%files plugin-opencv
%doc README
%{_libdir}/vlc/plugins/video_filter/libopencv_example_plugin.so
%{_libdir}/vlc/plugins/video_filter/libopencv_wrapper_plugin.so

#----------------------------------------------------------------------------

%package plugin-opengl
Summary:	OpenGL video output plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-opengl
This plugin adds support for OpenGL video output to the VLC media player.

%files plugin-opengl
%doc README
%{_libdir}/vlc/plugins/video_output/libgl_plugin.so
%{_libdir}/vlc/plugins/video_output/libglx_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_glx_plugin.so*

#----------------------------------------------------------------------------

%package plugin-opus
Summary:	Opus codec plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(opus)

%description plugin-opus
This plugin adds support for the Opus codec to the VLC media player.

%files plugin-opus
%{_libdir}/vlc/plugins/codec/libopus_plugin.so

#----------------------------------------------------------------------------

%package plugin-projectm
Summary:	Visualization plugin for the VLC media player
Group:		Video
BuildRequires:	pkgconfig(libprojectM)
Requires:	%{name} = %{version}

%description plugin-projectm
This is a visualization plugin for VLC media player based on projectm.

%files plugin-projectm
%doc README
%{_libdir}/vlc/plugins/visualization/libprojectm_plugin.so

#----------------------------------------------------------------------------

%package plugin-pulse
Summary:	PulseAudio plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-pulse
This plugin adds support for the PulseAudio Sound Daemon to the VLC
media player. To activate it, use the `--aout pulse' flag or select the
`pulse' audio output plugin from the preferences menu.

%files plugin-pulse
%doc README
%{_libdir}/vlc/plugins/access/libpulsesrc_plugin.so
%{_libdir}/vlc/plugins/audio_output/libpulse_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libpulselist_plugin.so

#----------------------------------------------------------------------------

%package plugin-schroedinger
Summary:	Dirac plugin for VLC based on Schroedinger
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(schroedinger-1.0)

%description plugin-schroedinger
These plugins add support for the Dirac video format based on Schroedinger.
to the VLC media player.

%files plugin-schroedinger
%doc README
%{_libdir}/vlc/plugins/codec/libschroedinger_plugin.so

#----------------------------------------------------------------------------

%package plugin-sdl
Summary:	Simple DirectMedia Layer video plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	nas-devel

%description plugin-sdl
This plugin adds support for the Simple DirectMedia Layer library to
the VLC media player. To activate it, use the `--vout sdl' or
`--aout sdl' flags or select the `sdl' video or audio output plugin
from the preferences menu.

%files plugin-sdl
%doc README
%{_libdir}/vlc/plugins/codec/libsdl_image_plugin.so*
%{_libdir}/vlc/plugins/video_output/libvout_sdl_plugin.so*

#----------------------------------------------------------------------------

%package plugin-shout
Summary:	Shoutcast and Icecast connector
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(shout)

%description plugin-shout
This plugin adds support for Icecast and Shoutcast servers.

%files plugin-shout
%doc README
%{_libdir}/vlc/plugins/access_output/libaccess_output_shout_plugin.so

#----------------------------------------------------------------------------

%package plugin-speex
Summary:	Ogg Speex codec plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-speex
These plugins add support for the Ogg Speex codec to the VLC media
player. They are autodetected.

%files plugin-speex
%doc README
%{_libdir}/vlc/plugins/audio_filter/libspeex_resampler_plugin.so
%{_libdir}/vlc/plugins/codec/libspeex_plugin.so*

#----------------------------------------------------------------------------

%package plugin-theora
Summary:	Theora video codec for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(theora)

%description plugin-theora
These plugin adds support for the Ogg Theora video format to the VLC
media player. They are autodetected.

%files plugin-theora
%doc README
%{_libdir}/vlc/plugins/codec/libtheora_plugin.so

#----------------------------------------------------------------------------

%package plugin-twolame
Summary:	MP2 encoder plugin for VLC
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(twolame)

%description plugin-twolame
These plugins add support for the Twolame MPEG Audio Layer 2 encoder
to the VLC media player. They are autodetected.

%files plugin-twolame
%doc README
%{_libdir}/vlc/plugins/codec/libtwolame_plugin.so*

#----------------------------------------------------------------------------

%package plugin-upnp
Summary:	UPNP service discovery plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libupnp)

%description plugin-upnp
This plugin adds support for UPNP service discovery to
the VLC media player.

%files plugin-upnp
%doc README
%{_libdir}/vlc/plugins/services_discovery/libupnp_plugin.so*

#----------------------------------------------------------------------------

%package plugin-vaapi
Summary:	VAAPI GPU decoding support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libva-x11)

%description plugin-vaapi
This package adds VAAPI GPU decoding support to VLC.

%files plugin-vaapi
%doc README
%{_libdir}/vlc/plugins/codec/libvaapi_plugin.so

#----------------------------------------------------------------------------

%package plugin-vdpau
Summary:	VDPAU GPU decoding support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(vdpau)

%description plugin-vdpau
This package adds VDPAU GPU decoding support to VLC.

%files plugin-vdpau
%doc README
%{_libdir}/vlc/plugins/codec/libvdpau_plugin.so


#----------------------------------------------------------------------------

%package plugin-zvbi
Summary:	Add Teletext and Closed Caption support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(zvbi-0.2)

%description plugin-zvbi
This package adds support for Raw VBI, Teletext and Closed Caption based on
the ZVBI library to VLC.

%files plugin-zvbi
%doc README
%{_libdir}/vlc/plugins/access/liblinsys_hdsdi_plugin.so
%{_libdir}/vlc/plugins/access/liblinsys_sdi_plugin.so
%{_libdir}/vlc/plugins/codec/libzvbi_plugin.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .automake12~
%patch1 -p1
%patch2 -p1
%patch3 -p1 -b .live555~
%patch4 -p1 -b .live555~

#gw if we want to regenerate libtool, we must remove the local versions of
# the libtool m4 files, aclocal will replace them
pushd m4
rm -fv argz.m4 libtool.m4 ltdl.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4
popd

libtoolize --install --force
aclocal -I m4
autoheader
autoconf
automake -a

%build
# add missing ebml include dir
export CPPFLAGS="$CPPFLAGS -I/usr/include/ebml"
#gw the speex headers have moved
export CPPFLAGS="$CPPFLAGS -I%{_includedir}/speex"
%configure2_5x \
	--disable-dependency-tracking \
	--disable-rpath \
	--disable-sse \
	--enable-aa \
	--enable-bluray \
	--enable-bonjour \
%if %{with_dts}
	--enable-dca \
%else
	--disable-dca \
%endif
	--enable-dvbpsi \
	--enable-dvdnav \
%if %{with_faad}
	--enable-faad \
%endif
	--enable-flac \
	--enable-gnutls \
	--enable-jack \
	--enable-libcddb \
	--enable-libmpeg2 \
	--enable-libva \
	--enable-lirc \
	--enable-live555 \
	--enable-mad \
	--enable-mkv \
	--enable-ncurses \
	--enable-ogg \
	--enable-opus \
	--enable-pulse \
	--enable-realrtsp \
	--enable-sdl \
	--enable-shout \
	--enable-skins2 \
	--enable-speex \
	--enable-theora \
	--enable-twolame \
	--enable-vcdx \
	--enable-vdpau \
	--enable-vorbis \
%if %{with_x264}
	--enable-x264 \
%else
	--disable-x264 \
%endif
	--enable-xvideo \
%ifarch x86_64
	--with-pic
%endif

%make

%install
mkdir -p %{buildroot}%{_libdir}
%makeinstall_std transform=""

find %{buildroot}%{_libdir}/vlc -name \*.la -exec rm -f {} \;

%find_lang %{name}

rm -rf installed-docs
mv %{buildroot}%{_datadir}/doc/vlc installed-docs

# menu
desktop-file-install --vendor="" \
  --add-mime-type="x-content/video-dvd" \
  --add-mime-type="x-content/video-vcd" \
  --add-mime-type="x-content/video-svcd" \
  --add-mime-type="x-content/audio-cdda" \
  --add-category="Qt" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

cat > %{buildroot}%{_datadir}/applications/mandriva-svlc.desktop << EOF
[Desktop Entry]
Name=VLC skinned GUI media player
Comment=VLC is a free MPEG, MPEG2, DVD and DivX player
Exec=%{_bindir}/svlc %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Audio;Video;Player;
EOF
fgrep MimeType= %{buildroot}%{_datadir}/applications/vlc.desktop >> %{buildroot}%{_datadir}/applications/mandriva-svlc.desktop

# icons
%define pngdir share/icons
mkdir -p %{buildroot}/{%{_miconsdir},%{_liconsdir}}
install -m 644 %{pngdir}/16x16/vlc.png %{buildroot}/%{_miconsdir}/vlc.png
install -m 644 %{pngdir}/32x32/vlc.png %{buildroot}/%{_iconsdir}/vlc.png
install -m 644 %{pngdir}/48x48/vlc.png %{buildroot}/%{_liconsdir}/vlc.png


%changelog
* Sun Aug 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.5-1plf
+ Revision: f2ea720
- New version 2.1.5



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26639 |14rr|vo-aacenc-0.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:		vo-aacenc
Version:	0.1.2
Release:	%mkrel 1
Summary:	VisualOn AAC encoder library
License:	ASL 2.0
Group:		System/Libraries
URL:		http://opencore-amr.sourceforge.net/
Source0:	http://sourceforge.net/projects/opencore-amr/files/%{name}/%{name}-%{version}.tar.gz

%description
This library contains an encoder implementation of the Advanced Audio
Coding (AAC) audio codec. The library is based on a codec implementation
by VisualOn as part of the Stagefright framework from the Google
Android project.

This package is in restricted because the AAC encoding standard is
covered by patents.

%package -n %{libname}
Group:		System/Libraries
Summary:	VisualOn AAC encoder library

%description -n %{libname}
This library contains an encoder implementation of the Advanced Audio
Coding (AAC) audio codec. The library is based on a codec implementation
by VisualOn as part of the Stagefright framework from the Google
Android project.

This package is in restricted because the AAC encoding standard is
covered by patents.

%package -n %{develname}
Group:		Development/C
Summary:	development files for %{name} AAC encoding library
Provides:	libvo-aacenc-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
Header files and development libraries for %{name}

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

%__rm -rf %{buildroot}%{_libdir}/lib%{name}.la

%clean
%__rm -rf %{buildroot}

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog NOTICE README
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc



%changelog
* Thu May 17 2012 root <root@localhost.localdomain> 0.1.2-1
+ Revision: 465081c
- initial import



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26640 |14rr|vo-amrwbenc-0.1.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		0
%define libname		%mklibname %{name} %{major}
%define develname	%mklibname %{name} -d

Name:		vo-amrwbenc
Version:	0.1.2
Release:	%mkrel 1
Summary:	VisualOn AMR-WB encoder library
License:	ASL 2.0
Group:		System/Libraries
URL:		http://opencore-amr.sourceforge.net/
Source0:	http://sourceforge.net/projects/opencore-amr/files/%{name}/%{name}-%{version}.tar.gz

%description
This library contains an encoder implementation of the Adaptive Multi
Rate Wideband (AMR-WB) audio codec. The library is based on a codec
implementation by VisualOn as part of the Stagefright framework from
the Google Android project.

This package is in restricted because the AMR audio compression scheme 
is covered by patents.

%package -n %{libname}
Group:		System/Libraries
Summary:	VisualOn AMR-WB encoder library

%description -n %{libname}
This library contains an encoder implementation of the Adaptive Multi
Rate Wideband (AMR-WB) audio codec. The library is based on a codec
implementation by VisualOn as part of the Stagefright framework from
the Google Android project.

This package is in restricted because the AMR audio compression scheme 
is covered by patents.

%package -n %{develname}
Group:		Development/C
Summary:	development files for %{name} AMR wideband encoding library
Provides:	libvo-amrwbenc-devel = %{version}-%{release}
Requires:	%{libname} = %{version}-%{release}

%description -n %{develname}
Header files and development libraries for %{name}

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%__rm -rf %{buildroot}
%makeinstall_std

%__rm -f %{buildroot}%{_libdir}/*.la

%clean
%__rm -rf %{buildroot}

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog NOTICE README
%{_libdir}/lib%{name}.so.%{major}*

%files -n %{develname}
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Thu May 17 2012 root <root@localhost.localdomain> 0.1.2-1
+ Revision: 6b987ff
- initial import



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26641 |14rr|vobcopy-1.2.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		vobcopy
Version:	1.2.0
Release:	%mkrel 2
Summary:	Copy DVD videos to the hard disk
License:	GPLv2+
Group:		Video
URL:		http://vobcopy.org/
Source0:	http://vobcopy.org/download/%{name}-%{version}.tar.bz2
BuildRequires:	libdvdread-devel
Requires:	libdvdcss

%description
Vobcopy copies DVD .vob files to hard disk (thanks to libdvdread),
decrypting them on the way (if libdvdcss is installed) and merges them into
2 GB files (or larger) with the name extracted from the DVD. It checks for
enough free space on the destination drive and compares the copied size to
the size on DVD (in case something went wrong during the copying). It can
also mirror a whole DVD video part and copy single files.

This package is in restricted as it depends on libdvdcss.

%prep
%setup -q

%build
%make

%install
%__rm -rf %{buildroot}
%makeinstall BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir} DOCDIR=%{buildroot}%{_datadir}/doc/%{name}

%clean
%__rm -rf %{buildroot}

%files
%doc README Changelog alternative_programs.txt TODO Release-Notes
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%lang(de) %{_mandir}/de/man1/%{name}.1*


%changelog
* Wed Apr 11 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-2
+ Revision: 80cc827
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26642 |14rr|webcore-fonts-3.0-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Name:		webcore-fonts
Summary:	Collection of minimum popular high quality TrueType fonts
Version:	3.0
Release:	%mkrel 2
License:	Microsoft
Group:		System/Fonts/True type
Source:		http://avi.alkalay.net/software/webcore-fonts/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/build-root-%{name}
BuildArch:	noarch
Url:		http://avi.alkalay.net/linux/docs/font-howto/Font.html#msfonts
Obsoletes:	%{name}-vista <= %{version}-%{release}

%description
Collection of high quality TrueType fonts, default in any MS Windows
installation. These are also the main webfonts as specified in
microsoft.com/typography

The fonts:
Andale Mono, Arial, Arial Black, Calibri, Cambria, Candara, Comic, Consolas,
Constantia, Corbel, Courier New, Georgia, Impact, Lucida Sans, Lucida Console,
Microsoft Sans Serif, Symbol, Tahoma, Times New Roman, Trebuchet, Verdana,
Webdings, Wingdings, Wingding 2, Wingding 3.

%prep
%setup -q -n webcore-fonts

%build

%install
%__rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_datadir}/fonts/webcore
%__cp fonts/* %{buildroot}%{_datadir}/fonts/webcore
%__cp vista/* %{buildroot}%{_datadir}/fonts/webcore

%clean
%__rm -rf %{buildroot}

%post
{
	# Use regular open standards methods...
	ttmkfdir -d %{_datadir}/fonts/webcore -o %{_datadir}/fonts/webcore/fonts.scale
	umask 133
	/usr/X11R6/bin/mkfontdir %{_datadir}/fonts/webcore
	/usr/sbin/chkfontpath -q -a %{_datadir}/fonts/webcore
	[ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache
} &> /dev/null || :
echo "See file:/usr/share/doc/webcore-fonts/index.html to get the most from this fonts"

%preun
{
	if [ "$1" = "0" ]; then
		cd %{_datadir}/fonts/webcore
		rm -f fonts.dir fonts.scale fonts.cache*
	fi
} &> /dev/null || :

%postun
{
	# Use regular open standards methods...
	if [ "$1" = "0" ]; then
		/usr/sbin/chkfontpath -q -r %{prefix}/webcore
	fi
	[ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache
} &> /dev/null || :

%files
%defattr(-,root,root,0755)
%doc doc/*
%{_datadir}/fonts/webcore


%changelog
* Mon Apr 09 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.0-2
+ Revision: 5ae9ddb
- Minor spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26643 |14rr|win32-codecs-1.9-5
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define distsuffix plf
%define sname essential-20071007

Name:		win32-codecs
Version:	1.9
Release:	5
Summary:	Win32 codec binaries
License:	Commercial
Group:		System/Libraries
URL:		http://plf.zarb.org
Source0:	http://www1.mplayerhq.hu/MPlayer/releases/codecs/%{sname}.tar.bz2
ExclusiveArch:	%{ix86}

%description
This package contains Win32 codec binaries, required for the
decompression of video formats that have no open source
alternative.

This package is in restricted for it's non-free license.


%prep
%setup -q -n %{sname}

%build

%install
install -d -m 755 %{buildroot}%{_libdir}/codecs
install -m 644 *.* %{buildroot}%{_libdir}/codecs
#gw they are in the real-codecs package
rm -f %{buildroot}%{_libdir}/codecs/*.so*
#gw they are in the xanim-codecs package
rm -f %{buildroot}%{_libdir}/codecs/*.xa

%files
%doc README
%{_libdir}/codecs


%changelog
* Wed Oct 31 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.9-5
+ Revision: 5b64f2a
- LOG Disable empty debug package, spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26644 |14rr|x264-0.142-0.20140615.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define major 142
%define date 20140615
%define rev 2245
%define fname %{name}-snapshot-%{date}-%{rev}-stable

%define libname %mklibname %{name}_ %{major}
%define devname %mklibname %{name} -d
%define static %mklibname %{name} -d -s

Summary:	H264/AVC encoder
Name:		x264
Version:	0.%{major}
Release:	0.%{date}.1
License:	GPLv2+
Group:		Video
Url:		http://x264.nl/
Source0:	ftp://ftp.videolan.org/pub/videolan/x264/snapshots/%{fname}.tar.bz2
BuildRequires:	git-core
BuildRequires:	yasm
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(x11)

%description
x264 is a free library for encoding H264/AVC video streams. The code
is written by Laurent Aimar, Eric Petit(OS X), Min Chen (vfw/nasm),
Justin Clay(vfw), Måns Rullgård and Loren Merritt from scratch. It is
released under the terms of the GPL license.

This package is in Restricted repository as the video encoder may be covered
by software patents.

%files
%doc AUTHORS doc/*
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of x264
Group:		System/Libraries

%description -n %{libname}
x264 dynamic libraries.

%files -n %{libname}
%{_libdir}/libx264.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	H264/AVC encoding library headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
x264 is a free library for encoding H264/AVC video streams. The code
is written by Laurent Aimar, Eric Petit(OS X), Min Chen (vfw/nasm),
Justin Clay(vfw), Måns Rullgård and Loren Merritt from scratch. It is
released under the terms of the GPL license.

%files -n %{devname}
%{_libdir}/libx264.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package -n %{static}
Summary:	Static library for the x264 H264/AVC encoding library
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}
Conflicts:	%{_lib}x264-devel < 0.142

%description -n %{static}
Static library for the x264 H264/AVC encoding library.

%files -n %{static}
%{_libdir}/libx264.a

#----------------------------------------------------------------------------

%prep
%setup -q -n %{fname}

%build
CFLAGS="%{optflags} -Ofast" \
%configure2_5x \
	--enable-shared \
	--enable-static \
	--enable-pic \
	--enable-visualize \
	--disable-gpac
%make

%install
%makeinstall


%changelog
* Wed Jun 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.142-0.20140615.1
+ Revision: 1c4102a
- New version 0.142



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26645 |14rr|x265-1.1-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define major 21

%define libname %mklibname %{name}_ %{major}
%define devname %mklibname %{name} -d
%define static %mklibname %{name} -d -s

Summary:	H265/HEVC encoder
Name:		x265
Version:	1.1
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://x265.org/
# Re-pack because upstream provides snapshots in ugly format
# https://bitbucket.org/multicoreware/x265/get/%{version}.tar.bz2
Source0:	%{name}-%{version}.tar.bz2
Patch0:		x265-1.1-opt.patch
Patch1:		x265-1.1-pkgconfig-dir.patch
BuildRequires:	cmake
BuildRequires:	yasm

%description
x265 is an open-source project and free application library for encoding video
streams into the H.265/High Efficiency Video Coding (HEVC) format.

This package is in Restricted repository as the video encoder may be covered
by software patents.

%files
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of x265
Group:		System/Libraries

%description -n %{libname}
x265 dynamic libraries.

%files -n %{libname}
%{_libdir}/libx265.so.%{major}
%{_libdir}/libx265.so.%{version}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	H265/HEVC encoding library headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
x265 is an open-source project and free application library for encoding video
streams into the H.265/High Efficiency Video Coding (HEVC) format.

%files -n %{devname}
%{_libdir}/libx265.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package -n %{static}
Summary:	Static library for the x265 H265/HEVC encoding library
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{static}
Static library for the x265 H265/HEVC encoding library.

%files -n %{static}
%{_libdir}/libx265.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
pushd source
%cmake
%make
popd

%install
%makeinstall_std -C source/build


%changelog
* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-1
+ Revision: 8a09899
- Update BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26646 |14rr|x48-gxrom-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		x48-gxrom
Version:	1.0
Release:	%mkrel 3
Summary:	HP48's gx rom
Source0:	http://download.berlios.de/x48/x48-gxrom-r.tar.gz
License:	HP
Group:		Sciences/Mathematics
Url:		http://developer.berlios.de/projects/x48/
Conflicts:	x48-sxrom
Buildarch:	noarch
Requires:	x48

%description
HP48's gx rom
This rom was extracted from an HP calculator.
This process is not so simple, so people provide some extracted ones.
This rpm is needed by x48 which is in contrib.

This package is in restricted because the firmware is not free.

%prep
%setup -q -n .hp48

%build

%install
%__rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_datadir}/x48
%__cp * %{buildroot}%{_datadir}/x48

%clean
%__rm -rf %{buildroot}

%files
%{_datadir}/x48/*


%changelog
* Sun Apr 08 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-3
+ Revision: c4b186b
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26647 |14rr|x48-sxrom-1.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		x48-sxrom
Version:	1.0
Release:	%mkrel 3
Summary:	HP48's sx rom
Source0:	http://download.berlios.de/x48/x48-sxrom-e.tar.gz
License:	HP
Group:		Sciences/Mathematics
Url:		http://developer.berlios.de/projects/x48/
Conflicts:	x48-gxrom
Buildarch:	noarch
Requires:	x48

%description
HP48's sx rom
This rom was extracted from an HP calculator.
This process is not so simple, so people provide some extracted ones.
This rpm is needed by x48 which is in contrib.

This package is in restricted because  the firmware is not free.

%prep
%setup -q -n .hp48

%build

%install
%__rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_datadir}/x48
%__cp * %{buildroot}%{_datadir}/x48

%clean
%__rm -rf %{buildroot}

%files
%{_datadir}/x48/*


%changelog
* Sun Apr 08 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-3
+ Revision: 56ac161
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26648 |14rr|xanim-codecs-1.0-8
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		xanim-codecs
Version:	1.0
Release:	%mkrel 8
Summary:	XAnim codecs binaries
License:	Commercial
Group:		System/Libraries
URL:		http://xanim.va.pubnix.com/xa_dlls.html
Source:		http://www1.mplayerhq.hu/MPlayer/releases/codecs/xanimdlls-20040626.tar.bz2
Source1:	http://www1.mplayerhq.hu/MPlayer/releases/codecs/xanimdlls-ppc-20040626.tar.bz2
Source2:	http://www1.mplayerhq.hu/MPlayer/releases/codecs/xanimdlls-alpha-20061028.tar.bz2
ExclusiveArch:	%{ix86} ppc alpha

%description
This package contains XAnim codecs binaries.

This package is in restricted for it's closed source nature.

%prep
%__rm -rf %{buildroot}
%setup -q -c -T
%ifarch %{ix86}
%setup -q -T -D -a 0
%endif
%ifarch ppc
%setup -q -T -D -a 1
%endif
%ifarch alpha
%setup -q -T -D -a 2
%endif

%build

%install
%__rm -rf %{buildroot}
%__install -d -m 755 %{buildroot}%{_libdir}/codecs
%__cp -a */* %{buildroot}%{_libdir}/codecs

%clean
%__rm -rf %{buildroot}

%files
%{_libdir}/codecs


%changelog
* Sun Apr 08 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-8
+ Revision: a7c52e3
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26649 |14rr|xephem-3.7.5-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define Name	XEphem

Name:		xephem
Version:	3.7.5
Release:	2
Summary:	An X Window System/Motif based interactive astronomy program
License:	distributable
Group:		Sciences/Astronomy
Source:		%{name}-%{version}.tar.gz
Url:		http://www.clearskyinstitute.com/xephem/xephem.html
Source1:	%{name}.wmconfig.bz2
Source2:	%{Name}.bz2
Source3:	%{name}-16.png
Source4:	%{name}-32.png
Source5:	%{name}-48.png
Patch0:		xephem-3.7.5-linking.patch
BuildRequires:	XFree86-devel
BuildRequires:	pkgconfig(xp)
BuildRequires:	pkgconfig(xt)
BuildRequires:	lesstif-devel >= 0.93
%ifarch %{ix86}
BuildRequires:	pkgconfig(libindi)
%endif
BuildRequires:	jpeg-devel
BuildRequires:	groff-for-man

%description
Xephem is an interactive astronomy program for X Windows systems.

This package is in restricted because the license is too restritive.

%prep
%setup -q
%patch0 -p1
bzcat %{SOURCE1} > %{name}
bzcat %{SOURCE2} > %{Name}
perl -pi -e 's|^XEphem.ShareDir: .*$|XEphem.ShareDir: %{_datadir}/%{name}|' %{Name}
perl -pi -e 's|^CFLAGS= .*$|CFLAGS= \$(RPM_OPT_FLAGS)|' libastro/Makefile
perl -pi -e 's|^CFLAGS= .*$|CFLAGS= -I../libastro \$(RPM_OPT_FLAGS)|' libip/Makefile
perl -pi -e 's|^MOTIFL =.*$|MOTIFL = %{_libdir}|' GUI/xephem/Makefile
perl -pi -e 's|^XEphem.Version:.*|XEphem.Version = %{version}|' XEphem

%build
(cd libastro && %make)
(cd libip && %make)
(cd libjpegd && %make)

# Replacement of indilib
%ifnarch %{ix86}
(cd liblilxml && %make)
%endif
(cd GUI/xephem && %make && %make -C fifos)

%install
# binary
install -d %{buildroot}%{_bindir}
install -m 755 GUI/xephem/%{name} %{buildroot}%{_bindir}
# man page
install -d %{buildroot}%{_mandir}/man1
install -m 644 GUI/xephem/%{name}.man %{buildroot}%{_mandir}/man1
# data
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -a GUI/xephem/auxil %{buildroot}%{_datadir}/%{name}
cp -a GUI/xephem/catalogs %{buildroot}%{_datadir}/%{name}
cp -a GUI/xephem/fifos %{buildroot}%{_datadir}/%{name}
# X11 prefs
install -d %{buildroot}%{_libdir}/X11/app-defaults
install -m 644 %{Name} %{buildroot}%{_libdir}/X11/app-defaults
# wmconfig
install -d %{buildroot}%{_sysconfdir}/X11/wmconfig
install -m 644 %{name} %{buildroot}%{_sysconfdir}/X11/wmconfig
# icons
install -D -m 644 %{SOURCE3} %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 644 %{SOURCE4} %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{SOURCE5} %{buildroot}%{_liconsdir}/%{name}.png

%files
%config(noreplace) %{_sysconfdir}/X11/wmconfig/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%{_libdir}/X11/app-defaults/%{Name}
%{_datadir}/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png


%changelog
* Wed Oct 31 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.7.5-2
+ Revision: 9a2d0ae
- Fix summary



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26650 |14rr|xine-lib-1.2.5-2plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_optimization 0
%define dvdnav 0.1.4

%define build_pulse 1
%define build_magick 1
%define build_caca 1
%define build_directfb 0
%define external_vcdnav 1
%define build_smb 1
%define build_alsa 1
%define build_linuxfb 1

%define build_vidix 0

%define build_divx4 0
%define build_xvid 0
%define build_faad 0
%define build_win32 0
%ifarch %{ix86}
%define build_win32 1
%endif

%define external_ffmpeg 1

%{?_with_plf: %{expand: %%global build_plf 1}}

######################
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define distsuffix plf
%define build_faad 1
%define extrarelsuffix plf
%endif

%{?_with_optimization: %{expand: %%global build_optimization 1}}
%{?_with_directfb: %{expand: %%global build_directfb 1}}
%{?_without_directfb: %{expand: %%global build_directfb 0}}
%{?_with_alsa: %{expand: %%global build_alsa 1}}
%{?_without_alsa: %{expand: %%global build_alsa 0}}
%{?_with_vcdnav: %{expand: %%global external_vcdnav 1}}
%{?_without_vcdnav: %{expand: %%global external_vcdnav 0}}
%{?_with_vidix: %{expand: %%global build_vidix 1}}
%{?_without_vidix: %{expand: %%global build_vidix 0}}
%{?_with_linuxfb: %{expand: %%global build_linuxfb 1}}
%{?_without_linuxfb: %{expand: %%global build_linuxfb 0}}
%{?_with_faad: %{expand: %%global build_faad 1}}
%{?_without_faad: %{expand: %%global build_faad 0}}
%{?_with_win32: %{expand: %%global build_win32 1}}
%{?_without_win32: %{expand: %%global build_win32 0}}
%{?_with_divx4: %{expand: %%global build_divx4 1}}
%{?_without_divx4: %{expand: %%global build_divx4 0}}
%{?_with_xvid: %{expand: %%global build_xvid 1}}
%{?_without_xvid: %{expand: %%global build_xvid 0}}
%{?_with_smb: %{expand: %%global build_smb 1}}
%{?_without_smb: %{expand: %%global build_smb 0}}
%{?_with_pulse: %{expand: %%global build_pulse 1}}
%{?_without_pulse: %{expand: %%global build_pulse 0}}
%{?_with_magick: %{expand: %%global build_magick 1}}
%{?_without_magick: %{expand: %%global build_magick 0}}
%{?_with_ffmpeg: %{expand: %%global external_ffmpeg 1}}
%{?_without_ffmpeg: %{expand: %%global external_ffmpeg 0}}

%define bname xine
%define major 2
%define api 2.4
%define libname %mklibname xine %{major}
%define devname %mklibname -d xine

Summary:	A Free Video Player (Libraries)
Name:		xine-lib
Version:	1.2.5
Release:	2%{?extrarelsuffix}
License:	GPLv2+
Group:		System/Libraries
Url:		http://xine.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/xine/xine-lib/%{version}/xine-lib-%{version}.tar.xz
Source1:	accel_vaapi.h

BuildRequires:	aalib-devel
BuildRequires:	gettext-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	mng-devel
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xvmc)
%if %{build_smb}
BuildRequires:	pkgconfig(smbclient)
%endif
%if %{external_vcdnav}
BuildRequires:	pkgconfig(libvcdinfo)
%endif
%if %{build_directfb}
Buildrequires:	pkgconfig(directfb)
%endif
%if %{external_ffmpeg}
BuildRequires:	pkgconfig(libavcodec)
%endif

%description
xine is a free gpl-licensed video player for unix-like systems.

%if %{build_plf}
This package is in restricted repository because the AAC decoder is
covered by patents.
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A Free Video Player (Libraries)
Group:		System/Libraries
Provides:	xine-lib

%description -n %{libname}
xine is a free gpl-licensed video player for unix-like systems.

This package contains the shared libraries required by xine.

%files -n %{libname}
%{_libdir}/libxine.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel files for xine
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libxine-devel = %{version}-%{release}

%description -n %{devname}
xine is a free gpl-licensed video player for unix-like systems.

This package contains the development files required for compiling xine
front ends or plugins.

%files -n %{devname}
%doc README AUTHORS TODO
%doc ChangeLog installed-docs/hackersguide
%{_bindir}/xine-config
%{_bindir}/xine-list-1.2
%{multiarch_bindir}/xine-config
%{_mandir}/man1/xine-config.1*
%{_mandir}/man1/xine-list-1.2.1*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libxine.pc
%{_datadir}/aclocal/xine.m4
%{_includedir}/*.h
%{_includedir}/xine

#----------------------------------------------------------------------------

%package -n %{bname}-plugins
Summary:	A Free Video Player (main plugins)
Group:		Video
Provides:	%{bname}-xv %{bname}-gl %{bname}-oss %{libname}-docs %{bname}-speex
Provides:	%{bname}-dvdnav %{bname}-alsa %{bname}-musepack
%if %{build_win32}
Provides:	xine-plugins-win32
Provides:	xine-win32
#Suggests: win32-codecs
%endif
# Plugins are in versioned dir, so require the exact version
Requires:	%{libname} = %{version}
# provide the plugin API version
Provides:	xine-plugin-api = %{api}

%description -n %{bname}-plugins
xine is a free gpl-licensed video player for unix-like systems.

This package includes the main plugins for xine, they allow the input
from files, Video CDs, network streams and (not encrypted) DVDs in
several video formats.

%if %{build_optimization}
Warning: This package was optimized for the build machine and probably
will not run on other computers.
%endif

%files -n %{bname}-plugins -f libxine2.lang
%doc installed-docs/README* installed-docs/faq.*
%{_mandir}/man5/xine.5*
%dir %{_libdir}/xine/
%dir %{_libdir}/xine/plugins/
%dir %{_libdir}/xine/plugins/%{api}/
%dir %{_libdir}/xine/plugins/%{api}/post/
%{_libdir}/xine/plugins/%{api}/mime.types
%if %{build_alsa}
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_alsa.so
%endif
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_file.so
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_none.so
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_oss.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_cdda.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_dvb.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_dvd.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_http.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_stdin_fifo.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_file.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_mms.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_net.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_pnm.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_pvr.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_rtp.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_rtsp.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_test.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_vcd.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_v4l2.so
%{_libdir}/xine/plugins/%{api}/xineplug_dmx_*so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_a52.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_bitplane.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_dts.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_dvaudio.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_ff.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_gdk_pixbuf.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_gsm610.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_libjpeg.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_libvpx.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_lpcm.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_mad.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_mpc.so*
%{_libdir}/xine/plugins/%{api}/xineplug_decode_mpeg2.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_spu*.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_real.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_rgb.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_yuv.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_h264.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_h264_alter.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_mpeg12.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_mpeg4.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_vc1.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_bluray.so
%{_libdir}/xine/plugins/%{api}/xineplug_nsf.so
%{_libdir}/xine/plugins/%{api}/xineplug_sputext.so
%{_libdir}/xine/plugins/%{api}/xineplug_vdr.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_vaapi.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_vdpau.so
%{_libdir}/xine/plugins/%{api}/xineplug_xiph.so
%if %{build_directfb}
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_directfb.so
%endif
%if %{build_linuxfb}
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_fb.so
%endif
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_opengl.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_opengl2.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_none.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_raw.so
%if %{build_vidix}
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_vidix.so
%{_libdir}/xine/plugins/%{api}/vidix/
%endif
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xshm.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xv.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xvmc.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xxmc.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xcbshm.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xcbxv.so
%if %{build_win32}
%{_libdir}/xine/plugins/%{api}/xineplug_decode_qt.so*
%{_libdir}/xine/plugins/%{api}/xineplug_decode_w32dll.so*
%endif
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_audio_filters.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_goom.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_mosaico.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_planar.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_switch.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_tvtime.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_visualizations.so
%{_datadir}/xine-lib

#----------------------------------------------------------------------------

%package -n %{bname}-wavpack
Group:		Sound
Summary:	Wavpack Audio decoder plugin for xine
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-wavpack
xine is a free gpl-licensed video player for unix-like systems.

This package contains the wavpack audio decoder plugin.

%files -n %{bname}-wavpack
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_wavpack.so

#----------------------------------------------------------------------------

%package -n %{bname}-sdl
Group:		Video
Summary:	SDL video output plugin for xine
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-sdl
xine is a free gpl-licensed video player for unix-like systems.

This package contains the SDL video output plugin.

%files -n %{bname}-sdl
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_sdl.so

#----------------------------------------------------------------------------

%if %{build_caca}
%package -n %{bname}-caca
Group:		Video
Summary:	Caca video output plugin for xine
Requires:	%{bname}-plugins = %{version}
BuildRequires:	libcaca-devel >= 0.99

%description -n %{bname}-caca
xine is a free gpl-licensed video player for unix-like systems.

This package contains the Caca video output plugin.

%files -n %{bname}-caca
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_caca.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-esd
Summary:	Esd plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-esd
xine is a free gpl-licensed video player for unix-like systems.

- Esd audio output plugin

%files -n %{bname}-esd
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_esd.so

#----------------------------------------------------------------------------

%package -n %{bname}-jack
Summary:	Jack plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-jack
xine is a free gpl-licensed video player for unix-like systems.

- Jack audio output plugin

%files -n %{bname}-jack
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_jack.so

#----------------------------------------------------------------------------

%if %{build_pulse}
%package -n %{bname}-pulse
Summary:	Pulseaudio plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(libpulse)

%description -n %{bname}-pulse
xine is a free gpl-licensed video player for unix-like systems.

- pulseaudio audio output plugin

%files -n %{bname}-pulse
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_pulseaudio.so
%endif

#----------------------------------------------------------------------------

%if %{build_magick}
%package -n %{bname}-image
Summary:	ImageMagick plugin for xine
Group:		Graphics
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(ImageMagick)

%description -n %{bname}-image
xine is a free gpl-licensed video player for unix-like systems.

- image display plugin based on ImageMagick

%files -n %{bname}-image
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_decode_image.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-aa
Summary:	Aalib plugin for xine
Group:		Video
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-aa
xine is a free gpl-licensed video player for unix-like systems.

- Aalib textmode output plugin

%files -n %{bname}-aa
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_aa.so

#----------------------------------------------------------------------------

%ifarch %{ix86} x86_64 ppc %{arm}
%package -n %{bname}-dxr3
Summary:	DXR3 plugin for xine
Group:		Video
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-dxr3
xine is a free gpl-licensed video player for unix-like systems.

- DXR3/Hollywood+ (MPEG2 hardware decoder) decoding/output plugin
%if %{build_plf}
- this version has mpeg encoding enabled using libfame.
%endif

%files -n %{bname}-dxr3
%{_libdir}/xine/plugins/%{api}/xineplug_*dxr3*.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-flac
Summary:	FLAC plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-flac
xine is a free gpl-licensed video player for unix-like systems.

- FLAC audio decoder plugin

%files -n %{bname}-flac
%{_libdir}/xine/plugins/%{api}/xineplug_flac.so

#----------------------------------------------------------------------------

%package -n %{bname}-gnomevfs
Summary:	GNOME VFS plugin for xine
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-gnomevfs
xine is a free gpl-licensed video player for unix-like systems.

- GNOME VFS input plugin

%files -n %{bname}-gnomevfs
%{_libdir}/xine/plugins/%{api}/xineplug_inp_gnome_vfs.so

#----------------------------------------------------------------------------

%if %{build_smb}
%package -n %{bname}-smb
Summary:	Samba input plugin for xine
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-smb
xine is a free gpl-licensed video player for unix-like systems.

- Samba input plugin

%files -n %{bname}-smb
%{_libdir}/xine/plugins/%{api}/xineplug_inp_smb.so
%endif

#----------------------------------------------------------------------------

%if %{build_divx4}
%package -n %{bname}-divx4
Summary:	Divx4 plugin for %{bname}
Group: 		Video
Requires:	%{bname}-plugins = %{version}
ExclusiveArch:	%{ix86}
Provides:	xine-plugins-divx4

%description -n %{bname}-divx4
This package contains the divx4linux plugin for %{bname}. It is in
restricted because it is covered by software patents.

%files -n %{bname}-divx4
%{_libdir}/xine/plugins/%{api}/xineplug_decode_divx4.so*
%endif

#----------------------------------------------------------------------------

%if %{build_faad}
%package -n %{bname}-faad
Summary:	FAAD plugin for %{bname}
Group:		Sound
Requires:	%{bname}-plugins = %{version}
BuildRequires:	libfaad2-devel

%description -n %{bname}-faad
This package contains the AAC decoder plugin for %{bname}. It is in
restricted repository because it is covered by software patents.

%files -n %{bname}-faad
%{_libdir}/xine/plugins/%{api}/xineplug_decode_faad.so*
%endif

#----------------------------------------------------------------------------

%if %{build_xvid}
%package -n %{bname}-xvid
Summary:	XviD plugin for %{bname}
Group:		Video
Requires:	%{bname}-plugins = %{version}
Provides:	xine-plugins-xvid

%description -n %{bname}-xvid
This package contains the XviD plugin for %{bname}. It is in
restricted because it is covered by software patents.

%files -n %{bname}-xvid
%{_libdir}/xine/plugins/%{api}/xineplug_decode_xvid.so*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
#copy missing source file
cp %{SOURCE1} src/xine-engine

%build
#gw for flac
export OGG_LIBS=-logg

%if ! %{build_optimization}
export CFLAGS="%(echo %optflags|sed s/-Wp,-D_FORTIFY_SOURCE=2//)"
%configure2_5x \
%else
%{?__cputoolize: %{__cputoolize}}
#gw expanded configure2_5x macro without the CFLAGS and --build stuff
[ -f configure.in -o -f configure.ac ] && %__libtoolize --copy --force
./configure \
 	--prefix=%{_prefix} \
	--exec-prefix=%{_prefix} \
	--bindir=%{_bindir} \
	--sbindir=%{_sbindir} \
	--sysconfdir=%{_sysconfdir} \
	--datadir=%{_datadir} \
	--includedir=%{_includedir} \
	--libdir=%{_libdir} \
	--libexecdir=%{_libdir} \
	--localstatedir=/var/lib \
	--sharedstatedir=%{_prefix}/com \
	--mandir=%{_mandir} \
	--infodir=%{_datadir}/info \
%endif
%if ! %{external_vcdnav}
	--with-internal-vcdlibs \
%endif
%if %{build_directfb}
	--enable-directfb \
%endif
%if ! %{build_alsa}
	--disable-alsa \
%endif
%if ! %{build_vidix}
	--disable-vidix \
%endif
%if ! %{build_faad}
	--disable-faad \
%endif
%if ! %{build_pulse}
	--disable-polypaudio \
%endif
%if ! %{build_linuxfb}
	--disable-fb \
%endif
%if %{external_ffmpeg}
 	--with-external-ffmpeg \
%endif
	--enable-ipv6 \
	--with-libflac \
	--with-wavpack \
	--with-w32-path=%{_libdir}/codecs \
	--with-external-libmpcdec
# real-codecs-path is not set so that runtime searching is used. We want
# to use either codecs from RealPlayer or real-codecs, whichever is
# present.

%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/xine-config

#clean out unpackaged files
rm -f %{buildroot}%{_libdir}/xine/plugins/*/*.la
rm -f %{buildroot}%{_libdir}/xine/plugins/*/post/*.la
rm -rf installed-docs
mv %{buildroot}%{_datadir}/doc/xine-lib installed-docs
rm -f %{buildroot}%{_libdir}/xine/plugins/*/xineplug_inp_vcdo.so

%find_lang libxine2 || touch libxine2.lang



%changelog
* Sun Jul 06 2014 abfonly <abfonly@gmail.com> 1.2.5-2plf
+ Revision: 7dcaf90
- Merge pull request #1 from abfonly/xine-lib-restricted:rosa2014.1
- abfonly



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26651 |14rr|xrick-021212-4
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		xrick
Summary:	A clone of Rick Dangerous
Version:	021212
Release:	%mkrel 4
License:	GPL-like
URL:		http://www.bigorno.net/xrick/
Source:		%{name}-%{version}.tar.bz2
Source1:	%{name}-xpm.tar.bz2
Group:		Games/Arcade
BuildRequires:	SDL-devel
BuildRequires:	zlib-devel
BuildRequires:	imagemagick

%description
Way before Lara Croft, back in the 1980's and early 1990's, Rick Dangerous
was the Indiana Jones of computer games, running away from rolling rocks,
avoiding traps, from South America to a futuristic missile base via Egypt
and the Schwarzendumpf castle.

xrick is a clone of Rick Dangerous. Written entirely in C, it relies on the
Simple DirectMedia Layer library.

This package is in restricted for the copyrighted artwork.

%prep
%__rm -rf %{buildroot}
%setup -q -n xrick-021212 -a 1

%build
#./config
%make

%install
%__rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_gamesbindir}
%__install -m 755 xrick %{buildroot}%{_gamesbindir}
%__mkdir_p %{buildroot}%{_gamesdatadir}/%{name}
%__install -m 644 data.zip %{buildroot}%{_gamesdatadir}/%{name}
%__mkdir_p %{buildroot}%{_mandir}/man6
%__install -m 644 xrick.6.gz %{buildroot}%{_mandir}/man6

# installation of icons (c) Grégoire :-)
%__mkdir_p %{buildroot}%{_miconsdir}
%__mkdir_p %{buildroot}%{_iconsdir}
%__mkdir_p %{buildroot}%{_liconsdir}
convert xrick-16.xpm %{buildroot}%{_miconsdir}/xrick.png
convert xrick-32.xpm %{buildroot}%{_iconsdir}/xrick.png
convert xrick-48.xpm %{buildroot}%{_liconsdir}/xrick.png

%__mkdir_p %{buildroot}%{_datadir}/applications
%__cat > %{buildroot}%{_datadir}/applications/mandriva-%{name}.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Rick Dangerous
Comment=Xrick - A clone of Rick Dangerous
Exec=%{_gamesbindir}/xrick -data %{_gamesdatadir}/%{name}/data.zip
Icon=xrick
Terminal=false
Type=Application
StartupNotify=true
Categories=Game;ArcadeGame;
EOF

%clean
%__rm -rf %{buildroot}

%files
%doc README KeyCodes
%{_gamesbindir}/xrick
%dir %{_gamesdatadir}/%{name}/
%{_gamesdatadir}/%{name}/data.zip
%{_datadir}/applications/mandriva*
%{_miconsdir}/xrick.png
%{_iconsdir}/xrick.png
%{_liconsdir}/xrick.png
%{_mandir}/man6/xrick.6*


%changelog
* Sun Apr 08 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 021212-4
+ Revision: 0c8c6a4
- Add zlib-devel to BuildRequires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26652 |14rr|xscreensaver-5.26-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
####################
# PLF build
%define build_plf 1
####################

%define disable_inappropriate 1
# Allow --with[out] <feature> at rpm command line build
%{?_with_plf: %{expand: %%global build_plf 1}}
%{?_without_plf: %{expand: %%global build_plf 0}}
%{?_with_inappropriate: %{expand: %%global disable_inappropriate 0}}
%{?_without_inappropriate: %{expand: %%global disable_inappropriate 1}}

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	A set of X Window System screensavers
Name:		xscreensaver
Version:	5.26
Release:	1%{?extrarelsuffix}
License:	BSD
Group:		Graphical desktop/Other
URL:		http://www.jwz.org/xscreensaver/
Source0:	http://www.jwz.org/xscreensaver/%{name}-%{version}.tar.gz
Source1:	xscreensaver-capplet.png
Source2:	dmctl
Source3:        update-xscreensaver-hacks
Patch0:         xscreensaver-5.05-mdv-alt-drop_setgid.patch
# Don't check login manager in PATH because we use custom wrapper
Patch1:         xscreensaver-5.15-lmcheck.patch
# Only GDadou should be enabled
Patch9:         xscreensaver-5.15-defaultconfig.patch
# (fc) 4.00-4mdk allow root to start xscreensaver
Patch10:        xscreensaver-4.23-root.patch
# (fc) 4.05-3mdk disable openGL hacks by default
Patch11:        xscreensaver-5.09-noGL.patch

Patch12:	xscreensaver-5.26-autoreconf.patch

# fedora patches
# bug 129335
# sanitize the names of modes in barcode
Patch1001:          xscreensaver-5.26-sanitize-hacks.patch
## Patches already sent to the upsteam
## Patches which must be discussed with upstream
#
# Change webcollage not to access to net
# Also see bug 472061
Patch1021:         xscreensaver-5.26-webcollage-default-nonet.patch
#
# Update Japanese po file
Patch1032:         xscreensaver-5.13-dpmsQuickoff-japo.patch
# driver/test-passwd tty segfaults
Patch1051:         xscreensaver-5.12-test-passwd-segv-tty.patch
# patch to compile driver/test-xdpms
Patch1052:         xscreensaver-5.12-tests-miscfix.patch

Patch1100:      xscreensaver-5.26-0000-make-sync_server_dpms_settings-consistent-for-dpms_q.patch
# Kill memleak on goop
Patch1101:      xscreensaver-5.26-0001-Kill-memleak-on-goop-on-resize.patch
# Shut down cppcheck error / warning messages
Patch1102:      xscreensaver-5.26-0002-asm6502.c-shut-down-error-message-from-cppcheck.patch
Patch1103:      xscreensaver-5.26-0003-demo-Gtk.c-shut-down-error-message-from-cppcheck.patch
Patch1104:      xscreensaver-5.26-0004-asm6502.c-shut-down-error-message-from-cppcheck.patch
Patch1105:      xscreensaver-5.26-0005-splash.c-shut-down-warning-message-from-cppcheck.patch

Requires:	xscreensaver-common = %{version}-%{release}
Requires:	fortune-mod
Requires:	mandriva-theme-screensaver
Requires:	xdg-utils
BuildRequires:	makedepend
BuildRequires:	bc
BuildRequires:	fortune-mod
BuildRequires:	jpeg-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xxf86misc)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	gle-devel
BuildRequires:	imagemagick

%description
The xscreensaver package contains a variety of screensavers for your
mind-numbing, ambition-eroding, time-wasting, hypnotized viewing
pleasure.

Install the xscreensaver package if you need screensavers for use with
the X Window System.

%if %{build_plf}
This package is in restricted as it contains copyrighted images.
%endif

%package base
Summary:	A set of screensavers
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}
Conflicts:	xscreensaver < 5.00-2
Requires:	words

%description base
Various screensavers used by Xscreensaver.

%package common
Summary:	Utilities used by xscreensaver screensavers
Group:		Graphical desktop/Other
Conflicts:	xscreensaver < 5.00-2
Provides:	xscreensaver-utils
Requires:	chbg

%description common
Utilities used by xscreensaver screensavers.

%package gl
Summary:	A set of GL screensavers
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}
Requires(post):	xscreensaver-common = %{version}-%{release}
Requires(postun):	xscreensaver-common = %{version}-%{release}

%description gl
The xscreensaver-gl package contains even more screensavers for your
mind-numbing, ambition-eroding, time-wasting, hypnotized viewing
pleasure. These screensavers require OpenGL or Mesa support.

Install the xscreensaver-gl package if you need more screensavers for
use with the X Window System and you have OpenGL or Mesa installed.

%if %{build_plf}
%package matrix
Summary:	The Matrix screensavers
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}

%description matrix
The xscreensaver-matrix package contains two screensavers for
xscreensaver based on the movie The Matrix. It is in restricted because
there might by copyright problems with the artwork used in this
screensavers.
%endif

%package extrusion
Summary:	OpenGL screensaver
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}

%description extrusion
The xscreensaver-extrusion package contains the extrusion
screensaversfor your mind-numbing, ambition-eroding, time-wasting,
hypnotized viewing pleasure. This screensaver requires OpenGL or Mesa
support.

This screensaver is in a separate package, because it is the only
application for the ROSA Linux distribution which requires the GLE
extrusion library.

%prep
%setup -q
%patch1 -p1 -b .login-manager
# WARNING this patch must ALWAYS be applied, if it fails, REGENERATE it !!!
%patch9 -p1 -b .defaultconfig
ln -srf po/Makefile.in{,.in}
%patch10 -p1 -b .root
%patch11 -p1 -b .noGL
%if %{disable_inappropriate}
%patch1001 -p1 -b .inappropriate
%endif

%patch12 -p1 -b .autoconf

%patch1021 -p1
%patch1032 -p1
%patch1051 -p1
%patch1052 -p1
%patch1100 -p1
%patch1101 -p1
%patch1102 -p1
%patch1103 -p1
%patch1104 -p1
%patch1105 -p1


# Needed by patches 1 and 11
autoconf

%build
%configure2_5x \
    --enable-locking \
    --enable-root-passwd \
    --with-browser=xdg-open \
    --with-dpms-ext \
    --with-xinerama-ext \
    --with-xf86vmode-ext \
    --with-xf86gamma-ext \
    --with-randr-ext \
    --with-proc-interrupts \
    --with-login-manager=dmctl \
    --without-shadow \
    --with-pixbuf \
    --with-xpm \
    --with-jpeg \
    --with-xshm-ext \
    --with-xdbe-ext \
    --without-readdisplay \
    --without-setuid-hacks \
    --with-gtk \
    --without-motif \
    --with-pam \
    --enable-pam-check-account-type \
    --with-gl \
    --with-image-directory=%{_datadir}/mdk/screensaver \
    --with-x-app-defaults=%{_datadir}/X11/app-defaults \
    --without-kerberos \
    --with-text-file=%{_sysconfdir}/release \
    --with-gle

make distdepend
make depend DEPEND="makedepend -I$(gcc -print-search-dirs|sed -e 's#^install: \(.*\).*#\1#g'|head -n1)/include"
#make depend
sed 's/\@ALL_LINGUAS\@/"ca da de es et fi fr hu it ja ko nb nl pl pt pt_BR ru sk sv vi wa zh_CN zh_TW"/' -i po/Makefile 
%make

%install
rm -rf %{buildroot} gl-extras.files base.files %{name}.lang
# mkdir -p %{buildroot}%{_sysconfdir}/X11/app-defaults/
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man6
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
mkdir -p %{buildroot}%{_libexecdir}/xscreensaver

make install_prefix=%{buildroot} bindir=%{_bindir} \
 KDEDIR=%{_prefix} GNOME_BINDIR=%{_bindir}  GNOME_DATADIR=%{_datadir} \
 mandir=%{_mandir} AD_DIR=%{_datadir}/X11/app-defaults/ \
 gnulocaledir=%{_datadir}/locale install
%makeinstall -C po

install -p -m755 %{SOURCE3} -D %{buildroot}%{_sbindir}/update-xscreensaver-hacks

# Custom wrapper for gdmflexiserver and kdmctl
install -m 755 %{SOURCE2} %{buildroot}%{_bindir}/dmctl

cat<<EOF >README.GL
The xscreensaver-gl package contains even more screensavers for your
mind-numbing, ambition-eroding, time-wasting, hypnotized viewing
pleasure. These screensavers require OpenGL or Mesa support.

Install the xscreensaver-gl package if you need more screensavers for
use with the X Window System and you have OpenGL or Mesa installed.
EOF

#icons
mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
cp %{SOURCE1}  %{buildroot}%{_datadir}/pixmaps
convert -scale 16x16 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -scale 32x32 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
ln -s %{_datadir}/pixmaps/xscreensaver-capplet.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

#remove unpackaged files
rm -f %{buildroot}%{_datadir}/xscreensaver/config/xjack.xml
rm -f %{buildroot}%{_mandir}/man6/xjack.6
rm -f  %{buildroot}%{_libexecdir}/xscreensaver/xjack

%if ! %{build_plf}
rm -rf %{buildroot}%{_libexecdir}/xscreensaver/*matrix
rm -rf %{buildroot}%{_mandir}/man6/*matrix*
rm -rf %{buildroot}%{_datadir}/xscreensaver/config/*matrix*
%endif

%find_lang %{name}

# This function prints a list of things that get installed.
# It does this by parsing the output of a dummy run of "make install".
#
list_files() {
  make -s install_prefix=%{buildroot} mandir=%{_mandir}/ \
  bindir=%{_bindir} INSTALL=true "$@"	\
   | sed -n -e 's@.* \(/[^ ]*\)$@\1@p'				\
   | sed    -e "s@^%{buildroot}@@"				\
	    -e "s@/[a-z][a-z]*/\.\./@/@"			\
   | sed    -e 's@\(.*/man/.*\)@\1\*@'				\
   | sed    -e 's@\(.*/app-defaults/\)@%config \1@'		\
	    -e 's@\(.*/pam\.d/\)@%config(missingok) \1@'	\
   | sort
}

# Generate three lists of files for the three packages.
#
dd=%{_builddir}/%{name}-%{version}
( cd hacks/glx ; list_files install > $dd/gl-extras.files)
( cd hacks     ; list_files install > $dd/base.files)

#gw remove the files we don't package:
perl -pi -e "s/.*(gdadou|xjack|matrix|extrusion).*//" gl-extras.files base.files

%find_lang %{name}

%post gl
sed -i -e 's/\A-\s+GL:/ GL:/' %{_sysconfdir}/X11/app-defaults/XScreenSaver

%postun gl
sed -i -e '/\A\s*GL:/ and print "- $_" or print "$_"' %{_sysconfdir}/X11/app-defaults/XScreenSaver

%files -f %{name}.lang
%config(noreplace) %{_sysconfdir}/pam.d/xscreensaver
%doc README
%{_mandir}/man1/xscreensaver-command.1*
%{_mandir}/man1/xscreensaver-demo.1*
%{_mandir}/man1/xscreensaver.1*
%attr(755,root,chkpwd) %{_bindir}/xscreensaver
%{_bindir}/xscreensaver-command
%{_bindir}/xscreensaver-demo
%{_bindir}/dmctl
%dir %{_datadir}/xscreensaver
%{_datadir}/xscreensaver/glade
%{_datadir}/applications/xscreensaver-properties.desktop
%{_datadir}/pixmaps/*
%{_datadir}/xscreensaver/config/gdadou.xml
%{_iconsdir}/hicolor/*/apps/*.png

%files common
# %config(noreplace) %{_sysconfdir}/X11/app-defaults/*
%{_datadir}/X11/app-defaults/*
%dir %{_libexecdir}/%{name}
%{_bindir}/xscreensaver-getimage
%{_bindir}/xscreensaver-getimage-file
%{_bindir}/xscreensaver-getimage-video
%{_bindir}/xscreensaver-text
%{_mandir}/man1/xscreensaver-getimage*
%{_mandir}/man1/xscreensaver-text.1*
%dir %{_datadir}/%{name}/config
%{_datadir}/%{name}/config/README

%files base -f base.files
%{_sbindir}/update-xscreensaver-hacks

%files gl -f gl-extras.files
%doc README.GL

%files extrusion
%doc README.GL
%{_datadir}/xscreensaver/config/extrusion.xml
%{_mandir}/man6/extrusion.6*
%{_libexecdir}/xscreensaver/extrusion

%if %{build_plf}
%files matrix
%doc README.GL
%{_mandir}/man6/xmatrix.6*
%{_mandir}/man6/glmatrix.6*
%{_datadir}/xscreensaver/config/glmatrix.xml
%{_datadir}/xscreensaver/config/xmatrix.xml
%{_libexecdir}/xscreensaver/xmatrix
%{_libexecdir}/xscreensaver/glmatrix
%endif




%changelog
* Thu Aug 28 2014 Denis Silakov <denis.silakov@rosalab.ru> 5.26-1plf
+ Revision: 90f0516
- Updated to 5.26



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26653 |14rr|xvid-1.3.3-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define fname xvidcore-%{version}

%define major 4
%define libname %mklibname %{name} %{major}
%define develname %mklibname -d %{name}

Summary:	Video codec compatible with divx4
Name:		xvid
Version:	1.3.3
Release:	1
Epoch:		2
License:	GPLv2+
Group:		System/Libraries
URL:		http://www.xvid.org
Source0:	http://downloads.xvid.org/downloads/%{fname}.tar.bz2
BuildRequires:	yasm

%description
This is a video codec based on the original OpenDivX codec. It's
compatible with DivX and MPEG 4.

%package -n %{libname}
Group:		System/Libraries
Summary:	Video codec compatible with divx4
Provides:	lib%{name} = %{EVRD}
Provides:	%{name} = %{EVRD}

%description -n %{libname}
This is a video codec based on the original OpenDivX codec. It's
compatible with DivX and MPEG 4.

%package -n %{develname}
Group:		Development/C
Summary:	Video codec compatible with divx4, devel files
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	lib%{name}-devel = %{EVRD}
Provides:	xvid4-devel = %{EVRD}
Conflicts:	xvid2-devel

%description -n %{develname}
This is a video codec based on the original OpenDivX codec. It's
compatible with DivX and MPEG 4.

This package contains the header files and static libraries needed to
build programs with the xvid codec using it's native API.

%prep
%setup -q -n xvidcore

%build
cd build/generic
%configure2_5x
%make

%install
cd build/generic
%makeinstall

# We do it to avoid unstripped-binary-or-object error
chmod 0755 %{buildroot}%{_libdir}/libxvidcore.so.%{major}*

%files -n %{libname}
%{_libdir}/libxvidcore.so.%{major}*

%files -n %{develname}
%doc ChangeLog CodingStyle TODO AUTHORS
%{_libdir}/libxvidcore.so
%{_libdir}/libxvidcore.a
%{_includedir}/xvid.h


%changelog
* Fri Jul 11 2014 Denis Silakov <denis.silakov@rosalab.ru> 2:1.3.3-1
+ Revision: 4d53422
- Fix build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26654 |14rr|zoo-2.10-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Summary:	File archiving utility with compression
Name:		zoo
Version:	2.10
Release:	%mkrel 6
License:	Copyrighted, freely distributable if unmodified
Group:		Archiving/Compression
Source:		ftp://sunsite.unc.edu:/pub/Linux/utils/compress/%{name}-%{version}.tar.gz
Patch0:		zoo_2.10-9.diff.gz
Patch1:		zoo-memmove.patch
Patch2:		zoo-2.10-formatfix.patch

%description
Zoo is a file archiving utility for maintaining collections of files.
It uses Lempel-Ziv compression to provide space savings in the
range of 20 to 80 percent depending on the type of data. Written by
Rahul Dhesi, and posted to the USENET newsgroup comp.sources.misc.

This package is in restricted because its license denies modifications.

%prep
%setup -q
%patch0 -p1
%patch1 -p0 -b .memmove
%patch2 -p1

%build
%__make "OPTIM=%{optflags}" linux

%install
%__rm -rf %{buildroot}
%__install -d %{buildroot}%{_bindir}
%__install -d %{buildroot}%{_mandir}/man1
%__install fiz %{buildroot}%{_bindir}/fiz
%__install zoo %{buildroot}%{_bindir}/zoo
%__install fiz.1 %{buildroot}%{_mandir}/man1/fiz.1
%__install zoo.1 %{buildroot}%{_mandir}/man1/zoo.1

%clean
%__rm -rf %{buildroot}

%files
%defattr(0644, root, root, 0755)
%doc Copyright
%attr(0755, root, root) %{_bindir}/fiz
%attr(0755, root, root) %{_bindir}/zoo
%{_mandir}/man1/*


%changelog
* Sun Apr 08 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.10-6
+ Revision: 1799900
- Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26655 |14ru|ajenti-1.2.22-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define unmangled_version 1.2.22
%global with_python3 0

Summary: The server administration panel
Name: ajenti
Version: 1.2.22
Release: 3
Source0: %{name}-%{version}.tar.gz
# This contains fixes for sslwrap
Source1: https://raw.githubusercontent.com/Eugeny/ajenti/54442ccb2b9ee24af15500557e7dd7b2f58acb97/ajenti/compat.py
Patch0: ajenti-rosa.patch

License: AGPLv3
Group: System/Configuration/Other
BuildArch: noarch
Url: http://ajenti.org/
BuildRequires: coffee-script
BuildRequires: nodejs-less
BuildRequires: openssl

BuildRequires: python-gevent
BuildRequires: python-greenlet
BuildRequires: python-lxml

BuildRequires: python-gevent-socketio
BuildRequires: python-gevent-websocket
BuildRequires: python-psutil >= 0.6.0
BuildRequires: python-imaging
BuildRequires: python-daemon
BuildRequires: python-passlib
BuildRequires: python-requests
BuildRequires: python-reconfigure >= 0.1.46
BuildRequires: python-catcher
BuildRequires: python-exconsole >= 0.1.5

%if %{?with_python3}
BuildRequires: python3-gevent
BuildRequires: python3-greenlet
BuildRequires: python3-lxml

BuildRequires: python3-gevent-socketio
BuildRequires: python3-gevent-websocket
BuildRequires: python3-psutil >= 0.6.0
BuildRequires: python3-imaging
BuildRequires: python3-daemon
BuildRequires: python3-passlib
BuildRequires: python3-requests
BuildRequires: python3-reconfigure >= 0.1.46
BuildRequires: python3-catcher
BuildRequires: python3-exconsole >= 0.1.5
%endif

# dbus package does not have egg file
Requires: python-dbus
Requires: python-daemon
Requires: python-catcher
Requires: python-reconfigure


%description
Web admin panel

%if 0%{?with_python3}
%package -n ajenti-python3
Summary: The server administration panel
%description -n ajenti-python3
Web admin panel.

Python3 version is missing LDAP due to python-ldap not having been ported.
%endif

%prep
%setup -q -n %{name}-%{unmangled_version} -n %{name}-%{unmangled_version}
sed -e 's/dbus-python//' -i requirements.txt
%apply_patches
cp %{SOURCE1} ajenti/compat.py
rm -rf %{pypi_name}.egg-info
%if 0%{?with_python3}
rm -rf %{py3dir}
cp -a . %{py3dir}
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
2to3 -n -w %{py3dir}
pushd %{py3dir}
2to3 -n -w ajenti-*
rm ajenti/usersync/ldapsync.py
rm ajenti/usersync/adsync.py
sed -i -e 's!python-ldap!!' requirements.txt
sed -i -e 's!from .ldapsync import LDAPSyncProvider!!' \
    -e 's!from .adsync import ActiveDirectorySyncProvider!!' \
    ajenti/usersync/__init__.py
popd
%endif # with_python3

%build
make
%if 0%{?with_python3}
pushd %{py3dir}
make
popd
%endif # with_python3

%install
%if 0%{?with_python3}
pushd %{py3dir}
python3 setup.py install --single-version-externally-managed -O1 --root=%{buildroot} --prefix=/usr
install -p -D -m 0644 packaging/files/ajenti.service %{buildroot}%{_unitdir}/ajenti-python3.service
pushd %{buildroot}/%{_bindir}
mv ajenti-panel ajenti-panel-python3
mv ajenti-ipc ajenti-ipc-python3
mv ajenti-ssl-gen ajenti-ssl-gen-python3
popd
%endif
python setup.py install --single-version-externally-managed -O1 --root=%{buildroot} --prefix=/usr
install -p -D -m 0644 packaging/files/ajenti.service %{buildroot}%{_unitdir}/ajenti.service
rm %{buildroot}/etc/init.d/ajenti
rm %{buildroot}%{_localstatedir}/lib/ajenti/plugins/.placeholder

ls ajenti/locales | grep _ |grep -v __init__ | while read lang
do
  pushd ajenti/locales/$lang/LC_MESSAGES
  msgfmt -o ajenti.mo ajenti.po || :
  mkdir -p %{buildroot}%{py_puresitedir}/ajenti/locales/$lang/LC_MESSAGES
  [[ -e ajenti.mo ]] && cp ajenti.mo %{buildroot}%{py_puresitedir}/ajenti/locales/$lang/LC_MESSAGES/
%if 0%{?with_python3}
  mkdir -p %{buildroot}%{py3_puresitedir}/ajenti/locales/$lang/LC_MESSAGES
  [[ -e ajenti.mo ]] && cp ajenti.mo %{buildroot}%{py3_puresitedir}/ajenti/locales/$lang/LC_MESSAGES/
%endif
  popd
done

%files 
%config(noreplace) /etc/ajenti/config.json
%{_unitdir}/ajenti.service
%{_localstatedir}/lib/ajenti/plugins
%{_bindir}/ajenti-panel
%{_bindir}/ajenti-ipc
%{_bindir}/ajenti-ssl-gen
%{py_puresitedir}/ajenti
%{py_puresitedir}/ajenti-*-py?.?.egg-info
%if 0%{?with_python3}
%files  -n %{name}-python3
%config(noreplace) /etc/ajenti/config.json
%{_unitdir}/ajenti-python3.service
%{_localstatedir}/lib/ajenti/plugins
%{_bindir}/ajenti-panel-python3
%{_bindir}/ajenti-ipc-python3
%{_bindir}/ajenti-ssl-gen-python3
%{py3_puresitedir}/ajenti
%{py3_puresitedir}/ajenti-*-py?.?.egg-info
%endif

%post
ajenti-ssl-gen `hostname`
%_post_service %{name}

echo ------------------------------------------------
echo Ajenti will listen on HTTPS port 8000 by default
echo
echo Default username : root
echo Default password : admin
echo ------------------------------------------------

%preun
%_preun_service %{name}

%if 0%{?with_python3}
%post -n %{name}-python3
ajenti-ssl-gen-python3 `hostname`
%_post_service %{name}-python3

echo ------------------------------------------------
echo Ajenti will listen on HTTPS port 8000 by default
echo
echo Default username : root
echo Default password : admin
echo ------------------------------------------------

%preun -n %{name}-python3
%_preun_service %{name}-python3
%endif



%changelog

* Thu Sep 24 2015 Denis Silakov <dsilakov@gmail.com> 1.2.22-3
- (ed7b90b) Added localization files



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26656 |14ru|audacious-plugins-3.7.2-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#####################
# Hardcode PLF build
%define build_plf 1
#####################

%{?_with_plf: %{expand: %%global build_plf 1}}

%if %{build_plf}
%define	extrarelsuffix	plf
%define	distsuffix	plf
%endif

%define	audacious_minver	3.7

Summary:	Audacious Media Player core plugins
Name:		audacious-plugins
Version:	3.7.2
Release:	1%{?extrarelsuffix}
Epoch:		5
License:	GPLv2+
Group:		Sound
Url:		http://audacious-media-player.org/
Source0:	http://distfiles.audacious-media-player.org/%{name}-%{version}.tar.bz2
#BuildRequires:	sidplay-devel
BuildRequires:	pkgconfig(alsa) >= 1.0.16
BuildRequires:	pkgconfig(audacious) >= 3.7
BuildRequires:	pkgconfig(bluez) >= 2.22
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(flac) >= 1.2.1
BuildRequires:	pkgconfig(fluidsynth) >= 1.0.6
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(jack) >= 1.9.7
BuildRequires:	pkgconfig(libavcodec) >= 53.40.0
BuildRequires:	pkgconfig(libbinio)
BuildRequires:	pkgconfig(libbs2b) >= 3.0.0
BuildRequires:	pkgconfig(libcddb) >= 1.2.1
BuildRequires:	pkgconfig(libcdio) >= 0.70
BuildRequires:	pkgconfig(libcue)
BuildRequires:	pkgconfig(libcurl) >= 7.9.7
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libmms) >= 0.3
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmpg123) >= 1.12
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(libnotify) >= 0.7
BuildRequires:	pkgconfig(libpulse) >= 0.9.5
BuildRequires:	pkgconfig(libsidplayfp) >= 1.0
BuildRequires:	pkgconfig(libsidplay2)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(neon) >= 0.27
BuildRequires:	pkgconfig(pangocairo)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Multimedia)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5OpenGL)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(soxr)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis) >= 1.0
BuildRequires:	pkgconfig(wavpack) >= 4.31
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xrender)
%if %{build_plf}
BuildRequires:	lame-devel
BuildRequires:	libfaad2-static-devel
#gw ffmpeg plugin:
Provides:	audacious-musepack = %{version}
%endif
Requires:	audacious >= %{audacious_minver}
%rename		audacious-smb
%rename		audacious-fluidsynth

%description
Audacious is a media player based on the BMP music playing application.
Its primary goals are usability and usage of current desktop standards.
This contains the basic plugin distribution. Audacious is useless without
them.

%if %{build_plf}
This package is in Restricted repository as it violates some patents.
%endif

%files -f %{name}.lang
%doc COPYING
#dir %%{_libdir}/audacious/Input/amidi-plug/
#{_libdir}/audacious/Input/amidi-plug/ap-alsa.so
%dir %{_libdir}/audacious
%dir %{_libdir}/audacious/Container
%{_libdir}/audacious/Container/asx.so
%{_libdir}/audacious/Container/asx3.so
%{_libdir}/audacious/Container/audpl.so
%{_libdir}/audacious/Container/cue.so
%{_libdir}/audacious/Container/m3u.so
%{_libdir}/audacious/Container/pls.so
%{_libdir}/audacious/Container/xspf.so
%dir %{_libdir}/audacious/Effect/
%{_libdir}/audacious/Effect/bs2b.so
%{_libdir}/audacious/Effect/compressor.so
%{_libdir}/audacious/Effect/crossfade.so
%{_libdir}/audacious/Effect/crystalizer.so
%{_libdir}/audacious/Effect/echo.so
%{_libdir}/audacious/Effect/ladspa.so
%{_libdir}/audacious/Effect/mixer.so
%{_libdir}/audacious/Effect/resample.so
%{_libdir}/audacious/Effect/silence-removal.so
%{_libdir}/audacious/Effect/sox-resampler.so
%{_libdir}/audacious/Effect/speed-pitch.so
%{_libdir}/audacious/Effect/stereo.so
%{_libdir}/audacious/Effect/voice_removal.so
%dir %{_libdir}/audacious/General
%{_libdir}/audacious/General/alarm.so
%{_libdir}/audacious/General/albumart.so
%{_libdir}/audacious/General/albumart-qt.so
%{_libdir}/audacious/General/aosd.so
#%%{_libdir}/audacious/General/bluetooth.so
%{_libdir}/audacious/General/cd-menu-items.so
%{_libdir}/audacious/General/delete-files.so
#{_libdir}/audacious/General/gnomeshortcuts.so
%{_libdir}/audacious/General/gtkui.so
%{_libdir}/audacious/General/hotkey.so
%{_libdir}/audacious/General/lirc.so
%{_libdir}/audacious/General/lyricwiki.so
%{_libdir}/audacious/General/lyricwiki-qt.so
%{_libdir}/audacious/General/mpris2.so
%{_libdir}/audacious/General/notify.so
%{_libdir}/audacious/General/playlist-manager.so
%{_libdir}/audacious/General/playlist-manager-qt.so
%{_libdir}/audacious/General/qtui.so
%{_libdir}/audacious/General/scrobbler.so
%{_libdir}/audacious/General/search-tool.so
%{_libdir}/audacious/General/search-tool-qt.so
%{_libdir}/audacious/General/skins.so
%{_libdir}/audacious/General/skins-qt.so
%{_libdir}/audacious/General/song-info-qt.so
%{_libdir}/audacious/General/statusicon.so
%{_libdir}/audacious/General/statusicon-qt.so
%{_libdir}/audacious/General/song_change.so
%dir %{_libdir}/audacious/Input
%{_libdir}/audacious/Input/ffaudio.so
%{_libdir}/audacious/Input/amidi-plug.so
%{_libdir}/audacious/Input/cdaudio-ng.so
%{_libdir}/audacious/Input/console.so
%{_libdir}/audacious/Input/flacng.so
%{_libdir}/audacious/Input/madplug.so
%{_libdir}/audacious/Input/metronom.so
%{_libdir}/audacious/Input/modplug.so
%{_libdir}/audacious/Input/psf2.so
%{_libdir}/audacious/Input/sndfile.so
%{_libdir}/audacious/Input/tonegen.so
%ifarch %{ix86} x86_64
#%%{_libdir}/audacious/Input/usf.so
%endif
%{_libdir}/audacious/Input/vorbis.so
%{_libdir}/audacious/Input/vtx.so
%{_libdir}/audacious/Input/xsf.so
%if %{build_plf}
#{_libdir}/audacious/Input/aac.so
%{_libdir}/audacious/Input/aac-raw.so
%endif
%dir %{_libdir}/audacious/Output
%{_libdir}/audacious/Output/alsa.so
%{_libdir}/audacious/Output/filewriter.so
%{_libdir}/audacious/Output/oss4.so
%{_libdir}/audacious/Output/qtaudio.so
%{_libdir}/audacious/Output/sdlout.so
%dir %{_libdir}/audacious/Transport/
%{_libdir}/audacious/Transport/gio.so
%{_libdir}/audacious/Transport/mms.so
%{_libdir}/audacious/Transport/neon.so
#{_libdir}/audacious/Transport/unix-io.so
%dir %{_libdir}/audacious/Visualization
%{_libdir}/audacious/Visualization/blur_scope.so
%{_libdir}/audacious/Visualization/cairo-spectrum.so
%{_libdir}/audacious/Visualization/gl-spectrum.so
%{_libdir}/audacious/Visualization/gl-spectrum-qt.so
%{_datadir}/audacious

#-----------------------------------------------------------------------------

%package  -n audacious-wavpack
Group:		Sound
Summary:	Wavpack input plugin for Audacious
Requires:	audacious >= %{audacious_minver}

%description  -n audacious-wavpack
This is a wavpack input plugin for Audacious based on libwavpack.

%files  -n audacious-wavpack
%doc COPYING
%{_libdir}/audacious/Input/wavpack.so

#-----------------------------------------------------------------------------

%package  -n audacious-jack
Group:		Sound
Summary:	Audacious output plugin for the jack sound server
Requires:	audacious >= %{audacious_minver}

%description  -n audacious-jack
Audacious audio output plugin for the jack audio server.

%files  -n audacious-jack
%doc COPYING
%{_libdir}/audacious/Output/jack-ng.so

#-----------------------------------------------------------------------------

%package  -n audacious-pulse
Group:		Sound
Summary:	Audacious output plugin for the Pulseaudio sound server
Requires:	audacious >= %{audacious_minver}

%description  -n audacious-pulse
Audacious audio output plugin for the pulseaudio
server.

%files  -n audacious-pulse
%doc COPYING
%{_libdir}/audacious/Output/pulse_audio.so

#-----------------------------------------------------------------------------

%package  -n audacious-adplug
Summary:	AdLib player plugin for audacious
Group:		Sound
Requires:	audacious >= %{audacious_minver}

%description  -n audacious-adplug
AdPlug is an Audacious input plugin It uses the AdPlug AdLib sound
player library to play back a wide range of AdLib (OPL2) music file
formats on top of an OPL2 emulator.  No OPL2 chip is required for
playback.

%files  -n audacious-adplug
%doc COPYING
%{_libdir}/audacious/Input/adplug.so

#-----------------------------------------------------------------------------
# 3.7.1: There is no more fluidsynth input plugins, since it is now integrated
# in the amidi-plug.so one: kill the package.

#package -n audacious-fluidsynth
#Summary:	Fluidsynth MIDI plugin for audacious
#Group:		Sound
#Requires:	audacious >= %%{audacious_minver}

#description  -n audacious-fluidsynth
#FluidSynth is a real-time software synthesizer based on the SoundFont 2
#specifications. It is a "software synthesizer". FluidSynth can read MIDI
#events from the MIDI input device and render them to the audio device.
#This is a fluidsynth backend for the Audacious Media Player to support the
#playback of MIDI files with the fluidsynth engine.

#files -n audacious-fluidsynth
#doc COPYING
#{_libdir}/audacious/Input/amidi-plug/ap-fluidsynth.so

#-----------------------------------------------------------------------------

%package  -n audacious-sid
Summary:	Audacious input plugin for C64 SID files
Group:		Sound
Requires:	audacious >= %{audacious_minver}

%description  -n audacious-sid
Audacious-SID is a plugin for the Audacious Media Player which provides
support for playing the so-called "SID tunes", which are music
from old Commodore computer programs like games, demos, etc.

For the actual playing, it uses the excellent libsidplay (1|2)
emulator engine that emulates 6510 CPU and 6581/8580 Sound Interface
Device (SID) chip.

%files  -n audacious-sid
%doc COPYING
%{_libdir}/audacious/Input/sid.so

#-----------------------------------------------------------------------------
# 3.7.1: There is no more smb transport plugins and the option --enable-smb is now
# unrecognized by configure: kill the package.

#package -n audacious-smb
#Summary:	SMB/CIFS file system plugin for the Audacious media player
#Group:		Sound
#Requires:	audacious >= %%{audacious_minver}
#BuildRequires:	pkgconfig(smbclient)

#description -n audacious-smb
#This plugin allows Audacious to play content from a Samba or Windows network
#file system.

#files -n audacious-smb
#doc COPYING
#{_libdir}/audacious/Transport/smb.so

#-----------------------------------------------------------------------------

%prep
%setup -q
#apply_patches


%build
export LDFLAGS="-lm"
%configure2_5x	--enable-amidiplug \
		--enable-gtk \
		--enable-qt \
		--disable-rpath

%make


%install
%makeinstall_std

%if ! %{build_plf}
rm -fv %{buildroot}%{_libdir}/audacious/Input/aac-raw.so
%endif

%find_lang %{name}


%changelog

* Sun Apr 17 2016 gvm <mc2374@mclink.it> 5:3.7.2-1plf
- (68a700e) Fixed file list.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26657 |14ru|audiokonverter-5.9.4-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	An audio converter
Name:		audiokonverter
Version:	5.9.4
Release:	1%{?extrarelsuffix}
License:	GPLv2+
Group:		Sound
Url:		http://www.kde-apps.org/content/show.php?content=12608
Source0:	http://www.kde-apps.org/CONTENT/content-files/12608-%{name}-%{version}.tar.bz2
Source100:	%{name}.rpmlintrc
Patch0:		%{name}-noflac.patch
BuildRequires:	kde4-macros
Requires:	dolphin
Requires:	mplayer
Requires:	flac
Requires:	wavpack
Requires:	id3lib
Requires:	vorbis-tools
%if %{build_plf}
Requires:	lame
Requires:	faac
Requires:	faad2
%endif
BuildArch:	noarch

%description
This is a small utility to easily convert from OGG, MP3, AAC, M4A, FLAC, WMA,
RealAudio, Musepack, Wavpack, WAV and movies to MP3, OGG, M4A, WAV and FLAC in
Konqueror by right-clicking on them.
%if %{build_plf}
This package is in restricted because it requires packages that are in
restricted (lame, faac, faad2).
%endif

%files
%doc README Changelog
%{_kde_bindir}/*
%{_kde_services}/ServiceMenus/*.desktop
%{_kde_appsdir}/dolphin/servicemenus/*.desktop

#-----------------------------------------------------------------------------

%prep
%setup -q
%if !%{build_plf}
%patch0 -p1 -b .plf
%endif


%build
# Nothing to do.


%install
mkdir -p %{buildroot}%{_kde_services}/ServiceMenus
install -m 644 *4.desktop %{buildroot}%{_kde_services}/ServiceMenus
mkdir -p %{buildroot}%{_kde_appsdir}/dolphin/servicemenus
install -m 644 *4.desktop %{buildroot}%{_kde_appsdir}/dolphin/servicemenus
mkdir -p %{buildroot}%{_kde_bindir}
install -m 755 anytowav4 audioconvert4 movie2sound4 oggdrop-lx %{buildroot}%{_kde_bindir}

%changelog

* Sat Apr 16 2016 Giovanni Mariani <mc2374@mclink.it> 5.9.4-1plf
- (87e35fa) Updated to release 5.9.4 and added S100 to kill a wrong rpmlint error



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26658 |14ru|autopano-sift-C-2.5.1-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Name:		autopano-sift-C
Version:	2.5.1
Release:	3
Summary:	SIFT Feature Detection implementation
License:	GPLv2
Group:		Graphics
Url:		http://hugin.sourceforge.net/
Source0:	http://sourceforge.net/projects/hugin/files/autopano-sift-C/autopano-sift-C-%{version}/autopano-sift-C-%{version}.tar.gz
Patch0:		autopano-sift-C-2.5.1-linkage.patch
BuildRequires:	cmake
BuildRequires:	pano13-devel
BuildRequires:	png-devel
BuildRequires:	tiff-devel
BuildRequires:	jpeg-devel
BuildRequires:	zlib-devel
BuildRequires:	libxml2-devel

%description
This package provides an implementation of the SIFT algorithm and a set of
utilities to utilize the algorithm to match two or more images. As output, a
number of control points are created, which specify one and the same image
location in two images. The output is created as project file for the hugin
panorama stitching software, which is available at http://hugin.sf.net/

This package is in restricted because the SIFT alogorithm is patented.

%prep
%setup -q
%patch0 -p1

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%doc LICENSE README README.1ST ChangeLog
%{_mandir}/man?/*
%{_bindir}/*


%changelog

* Tue Apr 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.5.1-3
- (429297b) Rebuild with new libpano



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26659 |14ru|avidemux-2.6.12-1.2plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define filename %{name}_%{version}
%define _disable_ld_no_undefined 1
%define _disable_lto 1

%define ffmpeg_version 2.7.7

#############################
# Hardcore PLF build
# bcond_with or bcond_without
%bcond_without plf
#############################

%if %{with plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	A free video editor
Name:		avidemux
Version:	2.6.12
Release:	1.2%{?extrarelsuffix}
License:	GPLv2+
Group:		Video
Url:		http://fixounet.free.fr/avidemux
Source0:	http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{filename}.tar.gz
Source1:	ffmpeg-%{ffmpeg_version}.tar.bz2
Source2:	avidemux_ru.qm
Source100:	%{name}.rpmlintrc
Patch2:		avidemux-2.5.1-opencore-check.patch
Patch3:		avidemux-jack-underlinking.patch
Patch4:		avidemux-fix-cmake.patch
Patch5:		avidemux-2.6.8-ffmpeg-1.2.12.patch
BuildRequires:	cmake
BuildRequires:	imagemagick
BuildRequires:	nasm
BuildRequires:	qt4-linguist
BuildRequires:	xsltproc
BuildRequires:	yasm
BuildRequires:	gettext-devel
BuildRequires:	a52dec-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xv)
# not packaged yet:
#BuildRequires:  libaften-devel
%if %with plf
BuildRequires:	libfaac-devel
BuildRequires:	libfaad2-devel
BuildRequires:	liblame-devel
BuildRequires:	libxvid-devel
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
BuildRequires:	pkgconfig(x264)
%endif
BuildRequires:	pkgconfig(glu)
Requires:	avidemux-ui

%description
Avidemux is a free video editor designed for simple cutting,
filtering and encoding tasks.It supports many file types, including
AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of
codecs. Tasks can be automated using projects, job queue and
powerful scripting capabilities.

%if %with plf
This package is in restricted because this build has support for codecs
covered by software patents.
%endif

%package qt
Summary:	A free video editor - Qt4 GUI
Group:		Video
Requires:	%{name} = %{version}-%{release}
Provides:	avidemux-ui = %{version}-%{release}
Provides:	avidemux-gtk = %{version}-%{release}
Obsoletes:	avidemux-gtk < %{version}-%{release}

%description qt
Avidemux is a free video editor. This package contains the
version with a graphical user interface based on Qt4.

%package cli
Summary:	A free video editor - command-line version
Group:		Video
Requires:	%{name} = %{version}-%{release}
Provides:	avidemux-ui = %{version}-%{release}

%description cli
Avidemux is a free video editor. This package contains the
version with a command-line interface.

%if %with plf
This package is in restricted because this build has support for codecs
covered by software patents.
%endif

%prep
%setup -qn %{filename}

sed -i 's/set(FFMPEG_VERSION "2.7.6")/set(FFMPEG_VERSION "%{ffmpeg_version}")/' cmake/admFFmpegBuild.cmake
rm -f avidemux_core/ffmpeg_package/ffmpeg-*.tar.bz2
cp %{SOURCE1} avidemux_core/ffmpeg_package/

%apply_patches


%build
%setup_compile_flags
export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS="%{optflags} -fno-strict-aliasing"

TOP=`pwd`
touch previous.dirs
touch previous.files
mkdir build
cd build
for i in avidemux_core avidemux/qt4 avidemux/cli; do
	mkdir -p $i
	cd $i
	cmake $TOP/$i -DAVIDEMUX_SOURCE_DIR=$TOP -DFAKEROOT=$TOP/DEST -DCMAKE_INSTALL_PREFIX=%_prefix -DCMAKE_STRIP=/bin/true
	make
	make install DESTDIR=$TOP/DEST
	cd -
	cd $TOP/DEST
	find . -type d >$TOP/current.dirs
	find . -type f >$TOP/current.files
	cat $TOP/previous.files $TOP/previous.files $TOP/current.files |sort |uniq -u >$TOP/build/$i/file.list
	cat $TOP/previous.dirs $TOP/previous.dirs $TOP/current.dirs |sort |uniq -u >$TOP/build/$i/dirs.list
	cat $TOP/previous.files $TOP/build/$i/file.list |sort >$TOP/tmp
	mv -f $TOP/tmp $TOP/previous.files
	cat $TOP/previous.dirs $TOP/build/$i/dirs.list |sort >$TOP/tmp
	mv -f $TOP/tmp $TOP/previous.dirs
	cd -
done
for i in COMMON QT4 CLI SETTINGS; do
	mkdir -p $i
	cd $i
	cmake $TOP/avidemux_plugins -DAVIDEMUX_SOURCE_DIR=$TOP -DFAKEROOT=$TOP/DEST -DCMAKE_INSTALL_PREFIX=%_prefix -DPLUGIN_UI=$i -DCMAKE_STRIP=/bin/true
	make
	make install DESTDIR=$TOP/DEST
	cd -
	cd $TOP/DEST
	find . -type d >$TOP/current.dirs
	find . -type f >$TOP/current.files
	cat $TOP/previous.files $TOP/previous.files $TOP/current.files |sort |uniq -u >$TOP/build/$i/file.list
	cat $TOP/previous.dirs $TOP/previous.dirs $TOP/current.dirs |sort |uniq -u >$TOP/build/$i/dirs.list
	cat $TOP/previous.files $TOP/build/$i/file.list |sort >$TOP/tmp
	mv -f $TOP/tmp $TOP/previous.files
	cat $TOP/previous.dirs $TOP/build/$i/dirs.list |sort >$TOP/tmp
	mv -f $TOP/tmp $TOP/previous.dirs
	cd -
done

%install
mkdir -p %{buildroot}
cp -a DEST/* %{buildroot}

# icons
install -d -m755 %{buildroot}%{_liconsdir}
install -d -m755 %{buildroot}%{_iconsdir}
install -d -m755 %{buildroot}%{_miconsdir}
convert avidemux_icon.png -resize 48x48 %{buildroot}%{_liconsdir}/%{name}.png
convert avidemux_icon.png -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert avidemux_icon.png -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png

# Russian translations for vtrsin qt4
cp -f %{SOURCE2} %{buildroot}%{_datadir}/avidemux6/qt4/i18n/

# menu
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}-qt.desktop << EOF
[Desktop Entry]
Name=Avidemux
Comment=A free video editor
Comment[ru]=Видеоредактор
Exec=%{_bindir}/%{name}3_qt4 %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Video;AudioVideoEditing;Qt;
EOF

%find_lang %{name} || touch %name.lang

# Workaround for identical build IDs in nonidentical files
# FIXME this should really get a proper fix inside gold some time soon
#__strip --strip-unneeded %buildroot%_bindir/*

find build -name file.list |xargs sed -i -e 's,^\.,,'
# Don't own standard dirs
find build -name dirs.list |xargs sed -i -e '/.\/usr\/bin$/d;/.\/usr\/share$/d;/.\/usr\/%_lib$/d;/.\/usr$/d;/.\/usr\/include$/d'
# Mark directories as such
find build -name dirs.list |xargs sed -i -e 's,^\.,%%dir ,'
find build -name dirs.list |while read r; do
	cat $r >>`dirname $r`/file.list
done

%files -f %{name}.lang -f build/avidemux_core/file.list,build/SETTINGS/file.list,build/COMMON/file.list
%_datadir/icons/*.png
%_datadir/icons/*/*

%files qt -f build/avidemux/qt4/file.list,build/QT4/file.list
%{_datadir}/applications/avidemux-qt.desktop

%files cli -f build/avidemux/cli/file.list,build/CLI/file.list

%changelog

* Mon Mar 13 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.6.12-1.2plf
- (dd62099) Let qt version replace obsolete gtk version



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26660 |14ru|bombono-dvd-1.2.4-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%global warn_flags -Wno-reorder -Wno-unused-variable

######################
# bombono-dvd/libs/adobe is copyrighted code.
# I won't risk a contrib build.Sflo
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

Summary:	DVD authoring program with nice and clean GUI
Name:		bombono-dvd
Version:	1.2.4
Release:	1%{?extrarelsuffix}
License:	GPLv2+
Group:		Video
Url:		http://www.bombono.org
Source0:	http://sourceforge.net/projects/bombono/files/bombono-dvd/1.2/%{name}-%{version}.tar.gz
Patch0:		bombono-dvd-1.2.4-boost.patch
BuildRequires:	desktop-file-utils
BuildRequires:	scons
BuildRequires:	boost-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	stdc++-devel
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(gdkmm-2.4)
BuildRequires:	pkgconfig(libxml++-2.6)
BuildRequires:	pkgconfig(mjpegtools)
Requires:	dvdauthor
Requires:	dvd+rw-tools
Requires:	enca
Requires:	mjpegtools
Requires:	twolame

%description
 Bombono DVD is easy to use program for making DVD-Video.
 The main features of Bombono DVD are:
  * excellent MPEG viewer: Timeline and Monitor
  * real WYSIWYG Menu Editor with live thumbnails
  * comfortable Drag-N-Drop support
  * you can author to folder, make ISO-image or burn directly to DVD
  * reauthoring: you can import video from DVD discs.

%files -f %{name}.lang
%doc README COPYING docs
%{_bindir}/*
%{_datadir}/bombono
%{_datadir}/applications/bombono-dvd.desktop
%{_datadir}/pixmaps/bombono-dvd.png
%{_datadir}/icons/hicolor/*/apps/bombono-dvd.png
%{_datadir}/mime/packages/bombono.xml
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
sed -i '\;#![ ]*/usr/bin/env;d'  $(find . -name SCons\*)

%build
scons build

%install
rm config.opts
scons PREFIX="%{_prefix}" DESTDIR="%{buildroot}" install

%find_lang %{name}

desktop-file-validate \
    %{buildroot}%{_datadir}/applications/bombono-dvd.desktop


%changelog

* Wed May 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.4-1plf
- (54833f3) New version 1.2.4
- (54833f3) Drop no longer needed patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26661 |14ru|cinelerra-cv-2.3-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package	%{nil}
%define _disable_ld_no_undefined 1
%define _disable_ld_as_needed 1
%define Werror_cflags -Wformat
# TODO: ask for appdata.xml upstream -DONE on ven 11 set 2015, 20.17.47, CEST Symbianflo
%define _appdatadir %{_datadir}/appdata

%define major 1
%define majorquicktime 1.6.0
%define majormpeg3 1.5.0

%define libguicast %mklibname guicast %{major}
%define libmpeg3hv %mklibname mpeg3hv %{majormpeg3}
%define libquicktimehv %mklibname quicktimehv %{majorquicktime}

%define devlibguicast %mklibname -d guicast %{major}
%define devlibmpeg3hv %mklibname -d mpeg3hv %{majormpeg3}
%define devlibquicktimehv %mklibname -d quicktimehv %{majorquicktime}

%define oname CinelerraCV
%define distsuffix plf
%define snap 20110903

Summary:	Non-Linear Video Editing Suite
Name:		cinelerra-cv
Version:	2.3
#Release:	1.git%{snap}.1
Release:	2
Epoch:		1
License:	GPLv2+
Group:		Video
Url:		http://cinelerra-cv.org
# git clone git://git.cinelerra-cv.org/CinelerraCV.git cinelerra-cv
Source0:	http://cinelerra-cv.org/releases/%{oname}-%{version}.tar.xz
Patch1:         cinelerracv-2.3-no-buildtime.patch

BuildRequires:	imagemagick
BuildRequires:	libtool
BuildRequires:	nasm
BuildRequires:	texinfo
BuildRequires:	yasm
BuildRequires:	a52dec-devel
BuildRequires:	jpeg-devel
BuildRequires:	lame-devel
BuildRequires:	libfaac-devel
BuildRequires:	libfaad2-devel
BuildRequires:	libmp4v2-devel
BuildRequires:	xvid-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(audiofile)
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(ext2fs)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(IlmBase)
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libiec61883)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(mjpegtools)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(OpenEXR)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(x264)
BuildRequires:	fltk-devel
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xorg-server)
BuildRequires:	ffmpeg0.7-devel
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	libamrwb-devel
BuildRequires:	libamrnb-devel
BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(dirac)
BuildRequires:	pkgconfig(schroedinger-1.0)
BuildRequires:	libnut-devel
BuildRequires:	gsm-devel
BuildRequires:	liba52dec-devel
BuildRequires:	docbook2x
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xft)
#BuildRequires:	appstream-util


Requires:	%{libguicast} = %{EVRD}
Requires:	%{libmpeg3hv} = %{EVRD}
Requires:	%{libquicktimehv} = %{EVRD}
Requires:	mjpegtools >= 1.6.3

Obsoletes:      cinelerra < %{EVRD}
Provides:	cinelerra = %{EVRD}

%description
If you want to make movies, you want the compositing and editing that
the big boys use, you want the efficiency of an embedded UNIX operating
system combined with the power of a general purpose PC, or you just want
to defy the establishment, the time has come to download Cinelerra.

This version is based on the "Community" tree found at
http://cinelerra-cv.org.

This package is in restricted because MP3 encoder and video codecs are
covered by software patents.

%files -f %{name}.lang
%doc NEWS ChangeLog COPYING LICENSE TODO
%{_bindir}/*
%{_libdir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/*.png
%{_liconsdir}/*.png
%{_miconsdir}/*.png
%{_datadir}/pixmaps/%{name}.xpm
#%%{_appdatadir}/%{name}.appdata.xml
#----------------------------------------------------------------------------
%package	%{libguicast}
Summary:        Toolkit library (cinelerra's internal)
Group:          System/Libraries
Provides:	%{_lib}guicast1 = %{EVRD}

%description	%{libguicast}
Is a toolkit library mainly used by HeroineVirtual's software.

%files		%{libguicast}
%doc NEWS ChangeLog COPYING LICENSE TODO
%{_libdir}/libguicast.so.*

#----------------------------------------------------------------------------
%package	%{libmpeg3hv}
Summary:        Advanced editing and manipulation of MPEG streams
Group:          System/Libraries
Provides:	%{_lib}mpeg3hv%{majormpeg3} = %{EVRD}

%description	%{libmpeg3hv}
Libmpeg3 supports advanced editing and manipulation of MPEG streams. MPEG
is normally a last mile format but with libmpeg3 you can edit it like a
first mile solution.

%files		%{libmpeg3hv}
%doc NEWS ChangeLog COPYING LICENSE TODO
%{_libdir}/libmpeg3hv*.so.*

#----------------------------------------------------------------------------
%package	%{libquicktimehv}
Summary:        Quicktime 4 Linux Cinelerra internal library
Group:          System/Libraries
Provides:       %{libquicktimehv}-cv = %{EVRD}
Provides:	%{_lib}quicktimehv%{majorquicktime} = %{EVRD}

%description	%{libquicktimehv}
Quicktime 4 Linux was the first convenient way to read and write
uncompressed Quicktime movies on Linux. Today Quicktime 4 Linux is intended
for content creation and uncompressed movies. These usually arise during
the production phase and not the consumer phase of a movie. It has
improvements in colormodel support, bit depth, accuracy, reliability, and
codecs, while not stressing economy.


%files		%{libquicktimehv}
%doc NEWS ChangeLog COPYING LICENSE TODO
%{_libdir}/libquicktimehv*.so.*
#----------------------------------------------------------------------------
%package	%{devlibguicast}
Summary:        Development files for %{name}
Group:          Development/Other
Requires:       %{libguicast} = %{EVRD}
Provides:	%{name}-%{_lib}guicast-devel = %{EVRD}


%description	%{devlibguicast}
Toolkit library (cinelerra's internal).

%files		%{devlibguicast}
%doc NEWS ChangeLog COPYING LICENSE TODO
%{_libdir}/libguicast.so
#----------------------------------------------------------------------------
%package	%{devlibmpeg3hv}
Summary:        Development files for %{name}
Group:          Development/Other
Requires:       %{libmpeg3hv} = %{EVRD}
Provides:	%{name}-%{_lib}mpeg3hv-devel = %{EVRD}


%description	%{devlibmpeg3hv}
Advanced editing and manipulation of MPEG streams.

%files		%{devlibmpeg3hv}
%doc NEWS ChangeLog COPYING LICENSE TODO
%dir %{_includedir}/mpeg3
%{_includedir}/mpeg3/libmpeg3.h
%{_includedir}/mpeg3/mpeg3private.h
%{_libdir}/libmpeg3hv.so
#----------------------------------------------------------------------------
%package	%{devlibquicktimehv}
Summary:        Development files for %{name}
Group:          Development/Other
Conflicts:      pkgconfig(libquicktime)
Requires:       %{libquicktimehv} = %{EVRD}
Provides:	%{name}-%{_lib}quicktimehv-devel = %{EVRD}


%description	%{devlibquicktimehv}
Quicktime 4 Linux Cinelerra internal library.

%files		%{devlibquicktimehv}
%doc NEWS ChangeLog COPYING LICENSE TODO
%dir %{_includedir}/quicktime
%{_includedir}/quicktime/qtprivate.h
%{_includedir}/quicktime/quicktime.h
%{_libdir}/libquicktimehv.so

#----------------------------------------------------------------------------
%prep
%setup -qn %{oname}-%{version}
%patch1 -p1


%build
./autogen.sh
export CXXFLAGS="%{optflags} $(pkg-config --cflags freetype2) -D__STDC_CONSTANT_MACROS"
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--enable-freetype2 \
	--disable-rpath \
	--enable-alsa \
	--with-plugindir="%{_libdir}/%{name}" \
	--with-external-ffmpeg \
	--enable-alsa \
	--enable-opengl
	
%make

%install
%makeinstall_std

mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
convert image/cinelerra-cv.xpm -resize 48x48 %{buildroot}%{_liconsdir}/%{name}.png
convert image/cinelerra-cv.xpm -resize 32x32 %{buildroot}%{_iconsdir}/%{name}.png
convert image/cinelerra-cv.xpm -resize 16x16 %{buildroot}%{_miconsdir}/%{name}.png

rm -f %{buildroot}%{_datadir}/applications/cinelerra.desktop
mkdir -p %{buildroot}%{_datadir}/applications
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop <<EOF
[Desktop Entry]
Name=Cinelerra
Comment=Non-Linear Video Editor
Comment[ru]=Нелинейный видео редактор
Exec=cinelerra
Icon=%{name}
Terminal=false
Type=Application
Categories=AudioVideo;Video;AudioVideoEditing;X-MandrivaLinux-Multimedia-Video;
EOF


#mkdir -p %{buildroot}%{_appdatadir}
#cp -R  *.appdata.xml %{buildroot}%{_appdatadir}/*.appdata.xml
#appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml

rm -rf %{buildroot}%{_libdir}/vhook


%find_lang %{name}
%changelog

* Tue Sep 22 2015 abfonly <abfonly@gmail.com> 1:2.3-2
- (ce68d15) Add russian Comment in desktop ( thx to Vladimir Potapov)
- (ce68d15) bump rel.



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26662 |14ru|deadbeef-0.7.2-2plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# (tpg) do not provide plugins
%if %{_use_internal_dependency_generator}
%define __noautoprov '(.*)\\.so\\.0'
%else
%define _provides_exceptions *.so.0\\|
%endif

%define with_faad 0

####################
# Hardcore PLF build
%define build_plf 1
####################

%if %{build_plf}
%define distsuffix plf
%define with_faad 1
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	Ultimate music player for GNU/Linux
Name:		deadbeef
Version:	0.7.2
Release:	2%{?extrarelsuffix}
License:	GPLv2+
Group:		Sound
Url:		http://deadbeef.sourceforge.net
Source0:	https://sourceforge.net/projects/deadbeef/files/%{name}-%{version}.tar.bz2
Patch0:		translation_fix.patch
Patch1:		deadbeef-0.6.2-initial-preference.patch
Patch2:		deadbeef-0.7.2-mime-wma.patch
BuildRequires:	bison
BuildRequires:	intltool >= 0.40
BuildRequires:	yasm
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
%if %{with_faad}
BuildRequires:	libfaad2-devel
%endif
BuildRequires:	libstdc++-static-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dbus-1)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(imlib2)
BuildRequires:	pkgconfig(jansson)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libzip)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(zlib)
# Needed for encoding
Suggests:	opus-tools
Suggests:	vorbis-tools

%description
DeaDBeeF is an audio player for GNU/Linux systems with
X11 written in C and C++.

Features:
* minimal depends
* native GTK2 GUI
* cuesheet support
* mp3, ogg, flac, ape and other popular formats
* chiptune formats with subtunes
* song-length databases
* small memory footprint

%if %{build_plf}
This package is in restricted repository because it uses patented codecs.
%endif

%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING.GPLv2 COPYING.LGPLv2.1
%doc about.txt help.txt translators.txt
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/pixmaps
%{_bindir}/%{name}
%{_libdir}/%{name}/*.so*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/pixmaps/*.png
%{_iconsdir}/hicolor/*/apps/*.png
%{_iconsdir}/hicolor/scalable/apps/deadbeef.svg
%{_libdir}/%{name}/convpresets/*.txt
%{_libdir}/%{name}/data68

#----------------------------------------------------------------------------

%package devel
Summary:	Development files for %{name}
Group:		Development/C++
Requires:	%{name} = %{EVRD}

%description devel
Development files and headers for %{name}.

%files devel
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%configure2_5x \
	--enable-gtk3 \
	--disable-gtk2 \
	--disable-static \
	--enable-ffmpeg \
%if !%{with_faad}
	--disable-aac \
%endif
	--disable-rpath

%make

%install
%makeinstall_std

rm -rf %{buildroot}%{_docdir}/%{name}

%find_lang %{name}

%changelog

* Fri May 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.2-2plf
- (0e34140) Add wma mime to desktop file



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26663 |14ru|ffmpeg2.8-2.8.9-5plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname ffmpeg

%define major           56
%define avdevmajor      56
%define filtermajor     5
%define avfmtmajor      56
%define avumajor        54
%define ppmajor         53
%define swrmajor        1
%define swsmajor        3
%define libavcodec      %mklibname avcodec %{major}
%define libavdevice     %mklibname avdevice %{avdevmajor}
%define libavfilter     %mklibname avfilter %{filtermajor}
%define libavformat     %mklibname avformat %{avfmtmajor}
%define libavutil       %mklibname avutil %{avumajor}
%define libpostproc     %mklibname postproc %{ppmajor}
%define libswresample   %mklibname swresample %{swrmajor}
%define libswscale      %mklibname swscaler %{swsmajor}

#####################
# Hardcode PLF build
%define build_plf 1
#####################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%bcond_with	dlopen
%else
%bcond_without	dlopen
%endif

%bcond_without	swscaler
%bcond_with	opencv
%bcond_with	faac

Summary:	Hyper fast MPEG1/MPEG4/H263/RV and AC3/MPEG audio encoder
Name:		ffmpeg2.8
Version:	2.8.9
Release:	5%{?extrarelsuffix}
%if %{build_plf}
License:	GPLv3+
%else
License:	GPLv2+
%endif
Group:		Video
Url:		http://ffmpeg.org/
Source0:	http://ffmpeg.org/releases/%{oname}-%{version}.tar.xz
Patch1:		ffmpeg-2.8-dlopen-faac-mp3lame-opencore-x264-x265-xvid.patch
Patch2:		ffmpeg-1.0.1-time.h.patch
Patch3:		ffmpeg-2.8-fix-build-with-flto-and-inline-assembly.patch
Patch4:		ffmpeg-3.2-local-headers-for-dlopen.patch
Patch5:		ffmpeg-xbmc-support.patch
BuildRequires:	texi2html
BuildRequires:	yasm
BuildRequires:	bzip2-devel
BuildRequires:	gsm-devel
BuildRequires:	jpeg-devel
BuildRequires:	ladspa-devel
BuildRequires:	libnut-devel
BuildRequires:	libschroedinger-devel
# Maybe needs to be updated in future
BuildConflicts:	crystalhd-devel

BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(celt)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gnutls) >= 3.0
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librtmp)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libv4l2)
%if %{with opencv}
BuildRequires:	pkgconfig(opencv)
%endif
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(soxr)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(wavpack)
%if %{build_plf}
BuildRequires:	liblame-devel
BuildRequires:	xvid-devel
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
BuildRequires:	pkgconfig(vo-aacenc)
BuildRequires:	pkgconfig(vo-amrwbenc)
BuildRequires:	pkgconfig(x264)
BuildRequires:	pkgconfig(x265)
%endif
%if %{with faac}
BuildRequires:	libfaac-devel
%endif
%if 0
Buildrequires:	pkgconfig(frei0r)
%endif

%description
ffmpeg is a hyper fast realtime audio/video encoder, a streaming server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

%if %{build_plf}
This package is in Restricted as it violates several patents.
%endif

#----------------------------------------------------------------------------

%package -n %{libavcodec}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries
%if %{with dlopen}
%if "%{_lib}" == "lib64"
%global	_ext	()(64bit)
%else
%global	_ext	%{nil}
%endif
Suggests:	libfaac.so.0%{_ext}
Suggests:	libx264.so.142%{_ext}
Suggests:	libopencore-amrnb.so.0%{_ext}
Suggests:	libopencore-amrwb.so.0%{_ext}
Suggests:	libmp3lame.so.0%{_ext}
Suggests:	libxvidcore.so.4%{_ext}
%endif

%description -n %{libavcodec}
This package contains a shared library for %{oname}.

%if %{build_plf}
This package is in Restricted as it violates several patents.
%endif

%files -n %{libavcodec}
%{_libdir}/libavcodec.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libavdevice}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavdevice}
This package contains a shared library for %{oname}.

%files -n %{libavdevice}
%{_libdir}/libavdevice.so.%{avdevmajor}*

#----------------------------------------------------------------------------

%package -n %{libavfilter}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavfilter}
This package contains a shared library for %{oname}.

%files -n %{libavfilter}
%{_libdir}/libavfilter.so.%{filtermajor}*

#----------------------------------------------------------------------------

%package -n %{libavformat}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavformat}
This package contains a shared library for %{oname}.

%files -n %{libavformat}
%{_libdir}/libavformat.so.%{avfmtmajor}*

#----------------------------------------------------------------------------

%package -n %{libavutil}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavutil}
This package contains a shared library for %{oname}.

%files -n %{libavutil}
%{_libdir}/libavutil.so.%{avumajor}*

#----------------------------------------------------------------------------

%package -n %{libpostproc}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries
Conflicts:	%{_lib}ffmpeg51

%description -n %{libpostproc}
This package contains a shared library for %{oname}.

%files -n %{libpostproc}
%{_libdir}/libpostproc.so.%{ppmajor}*

#----------------------------------------------------------------------------

%package -n %{libswresample}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libswresample}
This package contains a shared library for %{oname}.

%files -n %{libswresample}
%{_libdir}/libswresample.so.%{swrmajor}*

#----------------------------------------------------------------------------

%if %{with swscaler}
%package -n %{libswscale}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libswscale}
This package contains a shared library for %{oname}.

%files -n %{libswscale}
%{_libdir}/libswscale.so.%{swsmajor}*
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%patch2 -p1 -b .timeh~
%patch3 -p1 -b .flto_inline_asm~
%if %{with dlopen}
%patch1 -p1 -b .dlopen~
%patch4 -p1 -b .dl_headers~
%endif
%patch5 -p1 -b .xbmc~

%build
export CFLAGS="%{optflags} -fPIC -I%{_includedir}/openjpeg-1.5/"
export LDFLAGS="%{ldflags}"

./configure --prefix=%{_prefix} \
	--enable-shared \
	--libdir=%{_libdir} \
	--shlibdir=%{_libdir} \
	--incdir=%{_includedir} \
	--disable-stripping \
	--enable-postproc \
	--enable-gpl \
	--enable-pthreads \
	--enable-ladspa \
	--enable-libbluray \
	--enable-libtheora \
	--enable-libvorbis --disable-encoder=vorbis \
	--enable-libvpx \
	--enable-x11grab \
	--enable-runtime-cpudetect \
	--enable-libdc1394 \
	--enable-libschroedinger \
	--enable-librtmp \
	--enable-libspeex \
	--enable-libfreetype \
	--enable-libnut \
	--enable-libgsm \
	--enable-libcelt \
%if %{with opencv}
	--enable-libopencv \
%else
	--disable-libopencv \
%endif
	--enable-libopenjpeg \
	--enable-libopus \
	--enable-libsoxr \
	--enable-libwavpack \
	--disable-libxavs \
	--enable-libmodplug \
	--enable-libass \
	--enable-gnutls \
	--enable-libcdio \
	--enable-libpulse \
	--enable-libv4l2 \
%if 0
	--enable-frei0r \
%endif
%if %{build_plf}
	--enable-libmp3lame \
	--enable-libopencore-amrnb \
	--enable-libopencore-amrwb \
	--enable-version3 \
	--enable-libx264 \
	--enable-libx265 \
	--enable-libvo-aacenc \
	--enable-libvo-amrwbenc \
	--enable-libxvid \
%else
	--disable-decoder=aac --disable-encoder=aac \
%if %{with dlopen}
	--enable-libmp3lame-dlopen \
	--enable-libopencore-amrnb-dlopen \
	--enable-libopencore-amrwb-dlopen \
	--enable-libx264-dlopen \
	--enable-libxvid-dlopen \
%if !%{with faac}
	--enable-libfaac-dlopen \
%endif
%endif
%endif
%if %{with faac}
	--enable-nonfree --enable-libfaac
%endif

%make

%install
%makeinstall_std SRC_PATH=`pwd`

# Drop development and main package files
rm -rf %{buildroot}%{_bindir}/
rm -rf %{buildroot}%{_mandir}/
rm -rf %{buildroot}%{_datadir}/%{oname}/
rm -rf %{buildroot}%{_datadir}/doc/%{oname}/
rm -rf %{buildroot}%{_includedir}/
rm -rf %{buildroot}%{_libdir}/*.a
rm -rf %{buildroot}%{_libdir}/*.so
rm -rf %{buildroot}%{_libdir}/pkgconfig/*.pc


%changelog

* Wed Mar 01 2017 Rosa <rosa@abf.rosalinux.ru> 2.8.9-5plf
- (e90266d) Automatic import for version 2.8.9-5plf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26664 |14ru|ffmpeg-3.2.4-3plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major           57
%define avdevmajor      57
%define filtermajor     6
%define avfmtmajor      57
%define avumajor        55
%define ppmajor         54
%define swrmajor        2
%define swsmajor        4
%define avrmajor        3
%define libavcodec      %mklibname avcodec %{major}
%define libavdevice     %mklibname avdevice %{avdevmajor}
%define libavfilter     %mklibname avfilter %{filtermajor}
%define libavformat     %mklibname avformat %{avfmtmajor}
%define libavutil       %mklibname avutil %{avumajor}
%define libpostproc     %mklibname postproc %{ppmajor}
%define libswresample   %mklibname swresample %{swrmajor}
%define libswscale      %mklibname swscaler %{swsmajor}
%define libavresample   %mklibname avresample %{avrmajor}
%define devname         %mklibname %{name} -d
%define statname        %mklibname %{name} -d -s

#####################
# Hardcode PLF build
%define build_plf 1
#####################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%bcond_with	dlopen
%else
%bcond_without	dlopen
%endif

%bcond_without	swscaler
%bcond_with	opencv

Summary:	Hyper fast MPEG1/MPEG4/H263/RV and AC3/MPEG audio encoder
Name:		ffmpeg
Version:	3.2.4
Release:	3%{?extrarelsuffix}
%if %{build_plf}
License:	GPLv3+
%else
License:	GPLv2+
%endif
Group:		Video
Url:		http://ffmpeg.org/
Source0:	http://ffmpeg.org/releases/%{name}-%{version}.tar.xz
Patch1:		ffmpeg-3.2-dlopen-mp3lame-opencore-x264-x265-xvid.patch
Patch2:		ffmpeg-1.0.1-time.h.patch
Patch3:		ffmpeg-3.2-fix-build-with-flto-and-inline-assembly.patch
Patch4:		ffmpeg-3.2-local-headers-for-dlopen.patch
Patch5:		ffmpeg-xbmc-support.patch
BuildRequires:	texi2html
BuildRequires:	yasm
BuildRequires:	bzip2-devel
BuildRequires:	gsm-devel
BuildRequires:	jpeg-devel
BuildRequires:	ladspa-devel
BuildRequires:	libnut-devel
BuildRequires:	libschroedinger-devel
# Maybe needs to be updated in future
BuildConflicts:	crystalhd-devel

BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(celt)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(gnutls) >= 3.0
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librtmp)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(OpenCL)
%if %{with opencv}
BuildRequires:	pkgconfig(opencv)
%endif
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sdl2)
BuildRequires:	pkgconfig(soxr)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(wavpack)
%if %{build_plf}
BuildRequires:	liblame-devel
BuildRequires:	xvid-devel
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
BuildRequires:	pkgconfig(vo-amrwbenc)
BuildRequires:	pkgconfig(x264)
BuildRequires:	pkgconfig(x265)
%endif
%if 0
BuildRequires:	pkgconfig(frei0r)
%endif

%description
ffmpeg is a hyper fast realtime audio/video encoder, a streaming server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

%if %{build_plf}
This package is in Restricted as it violates several patents.
%endif

%files
%doc INSTALL.md README.md doc/*.html doc/*.txt doc/*.conf
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/ffmpeg

#----------------------------------------------------------------------------

%package -n %{libavcodec}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries
%if %{with dlopen}
%if "%{_lib}" == "lib64"
%global	_ext	()(64bit)
%else
%global	_ext	%{nil}
%endif
Suggests:	libx264.so.142%{_ext}
Suggests:	libopencore-amrnb.so.0%{_ext}
Suggests:	libopencore-amrwb.so.0%{_ext}
Suggests:	libmp3lame.so.0%{_ext}
Suggests:	libxvidcore.so.4%{_ext}
%endif

%description -n %{libavcodec}
This package contains a shared library for %{name}.

%if %{build_plf}
This package is in Restricted as it violates several patents.
%endif

%files -n %{libavcodec}
%{_libdir}/libavcodec.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libavdevice}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavdevice}
This package contains a shared library for %{name}.

%files -n %{libavdevice}
%{_libdir}/libavdevice.so.%{avdevmajor}*

#----------------------------------------------------------------------------

%package -n %{libavfilter}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n	%{libavfilter}
This package contains a shared library for %{name}.

%files -n %{libavfilter}
%{_libdir}/libavfilter.so.%{filtermajor}*

#----------------------------------------------------------------------------

%package -n %{libavformat}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavformat}
This package contains a shared library for %{name}.

%files -n %{libavformat}
%{_libdir}/libavformat.so.%{avfmtmajor}*

#----------------------------------------------------------------------------

%package -n %{libavutil}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavutil}
This package contains a shared library for %{name}.

%files -n %{libavutil}
%{_libdir}/libavutil.so.%{avumajor}*

#----------------------------------------------------------------------------

%package -n %{libpostproc}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n	%{libpostproc}
This package contains a shared library for %{name}.

%files -n %{libpostproc}
%{_libdir}/libpostproc.so.%{ppmajor}*

#----------------------------------------------------------------------------

%package -n %{libswresample}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libswresample}
This package contains a shared library for %{name}.

%files -n %{libswresample}
%{_libdir}/libswresample.so.%{swrmajor}*

#----------------------------------------------------------------------------

%if %{with swscaler}
%package -n %{libswscale}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libswscale}
This package contains a shared library for %{name}.

%files -n %{libswscale}
%{_libdir}/libswscale.so.%{swsmajor}*
%endif

#----------------------------------------------------------------------------

%package -n %{libavresample}
Summary:	Shared library part of ffmpeg
Group:		System/Libraries

%description -n %{libavresample}
This package contains a shared library for %{name}.

%files -n %{libavresample}
%{_libdir}/libavresample.so.%{avrmajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files for the ffmpeg codec library
Group:		Development/C
Requires:	%{libavcodec} = %{EVRD}
Requires:	%{libavdevice} = %{EVRD}
Requires:	%{libavfilter} = %{EVRD}
Requires:	%{libavformat} = %{EVRD}
Requires:	%{libavresample} = %{EVRD}
Requires:	%{libavutil} = %{EVRD}
Requires:	%{libpostproc} = %{EVRD}
Requires:	%{libswresample} = %{EVRD}
%if %{with swscaler}
Requires:	%{libswscale} = %{EVRD}
%endif
Requires:	pkgconfig(OpenCL)
Provides:	ffmpeg-devel = %{EVRD}

%description -n %{devname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install this package if you want to compile apps with ffmpeg support.

%files -n %{devname}
%{_includedir}/libavcodec
%{_includedir}/libavdevice
%{_includedir}/libavfilter
%{_includedir}/libavformat
%{_includedir}/libavutil
%{_includedir}/libpostproc
%{_includedir}/libswresample
%{_includedir}/libavresample
%{_libdir}/libavcodec.so
%{_libdir}/libavdevice.so
%{_libdir}/libavfilter.so
%{_libdir}/libavformat.so
%{_libdir}/libavutil.so
%{_libdir}/libpostproc.so
%{_libdir}/libswresample.so
%{_libdir}/libavresample.so
%if %{with swscaler}
%{_includedir}/libswscale
%{_libdir}/libswscale.so
%{_libdir}/pkgconfig/libswscale.pc
%endif
%{_libdir}/pkgconfig/libavcodec.pc
%{_libdir}/pkgconfig/libavdevice.pc
%{_libdir}/pkgconfig/libavfilter.pc
%{_libdir}/pkgconfig/libavformat.pc
%{_libdir}/pkgconfig/libavutil.pc
%{_libdir}/pkgconfig/libpostproc.pc
%{_libdir}/pkgconfig/libswresample.pc
%{_libdir}/pkgconfig/libavresample.pc
%{_mandir}/man3/lib*.3.*

#----------------------------------------------------------------------------

%package -n %{statname}
Summary:	Static library for the ffmpeg codec library
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	ffmpeg-static-devel = %{EVRD}

%description -n	%{statname}
ffmpeg is a hyper fast realtime audio/video encoder, a streaming server
and a generic audio and video file converter.

It can grab from a standard Video4Linux video source and convert it into
several file formats based on DCT/motion compensation encoding. Sound is
compressed in MPEG audio layer 2 or using an AC3 compatible stream.

Install this package if you want to compile static apps with ffmpeg support.

%files -n %{statname}
%{_libdir}/*.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch2 -p1 -b .timeh~
%patch3 -p1 -b .flto_inline_asm~
%if %{with dlopen}
%patch1 -p1 -b .dlopen~
%patch4 -p1 -b .dl_headers~
%endif
%patch5 -p1 -b .xbmc~

%build
export CFLAGS="%{optflags} -fPIC -I%{_includedir}/openjpeg-1.5/"
export LDFLAGS="%{ldflags}"

./configure --prefix=%{_prefix} \
	--enable-shared \
	--libdir=%{_libdir} \
	--shlibdir=%{_libdir} \
	--incdir=%{_includedir} \
	--disable-stripping \
	--enable-postproc \
	--enable-gpl \
	--enable-pthreads \
	--enable-ladspa \
	--enable-libbluray \
	--enable-libtheora \
	--enable-libvorbis --disable-encoder=vorbis \
	--enable-libvpx \
	--enable-x11grab \
	--enable-runtime-cpudetect \
	--enable-libdc1394 \
	--enable-libschroedinger \
	--enable-librtmp \
	--enable-libspeex \
	--enable-libfreetype \
	--enable-libnut \
	--enable-libgsm \
	--enable-libcelt \
	--enable-avresample \
	--enable-opencl \
%if %{with opencv}
	--enable-libopencv \
%else
	--disable-libopencv \
%endif
	--enable-libopenjpeg \
	--enable-libopus \
	--enable-libsoxr \
	--enable-libwavpack \
	--disable-libxavs \
	--enable-libmodplug \
	--enable-libass \
	--enable-gnutls \
	--enable-libcdio \
	--enable-libpulse \
	--enable-libv4l2 \
%if 0
	--enable-frei0r \
%endif
%if %{build_plf}
	--enable-libmp3lame \
	--enable-libopencore-amrnb \
	--enable-libopencore-amrwb \
	--enable-version3 \
	--enable-libx264 \
	--enable-libx265 \
	--enable-libvo-amrwbenc \
	--enable-libxvid \
%else
	--disable-decoder=aac --disable-encoder=aac \
%if %{with dlopen}
	--enable-libmp3lame-dlopen \
	--enable-libopencore-amrnb-dlopen \
	--enable-libopencore-amrwb-dlopen \
	--enable-libx264-dlopen \
	--enable-libxvid-dlopen
%endif
%endif

%make

%install
%makeinstall_std SRC_PATH=`pwd`

%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26665 |14ru|gpac-0.5.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
### MRB ###
%define distsuffix plf
####################################################
# This is a backport from Stella/CentOS thx to Nux #
#           http://li.nux.ro/stella/               #
####################################################

%define Werror_cflags	%{nil}

%define major		4
%define libname		%mklibname %{name} %{major}
%define devname		%mklibname %{name} -d

Name: 	 	gpac
Version: 	0.5.2
Release: 	1
Summary: 	MPEG-4 multimedia framework
License:	LGPLv2+
Group:		Video
URL:		http://gpac.wp.mines-telecom.fr/
Source:		https://github.com/gpac/gpac/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0:		110_all_implicitdecls.patch
Patch1:		210_all_system_libogg.patch
Patch2:		gpac-0.5.2-link.patch

BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(zlib)
BuildRequires:	a52dec-devel
BuildRequires:	imagemagick
BuildRequires:	ffmpeg-devel
BuildRequires:	freeglut-devel
BuildRequires:	freetype2-devel
BuildRequires:	jpeg-devel
BuildRequires:	libfaad2-devel
BuildRequires:	xvid-devel
BuildRequires:	wxgtku-devel
BuildRequires:	subversion


%description
GPAC is a multimedia framework based on the MPEG-4 Systems standard developed
from scratch in ANSI C.  The original development goal is to provide a clean
(a.k.a. readable by as many people as possible), small and flexible
alternative to the MPEG-4 Systems reference software.

The natural evolution has been the integration of recent multimedia standards
(SVG/SMIL, VRML, X3D, SWF, 3GPP(2) tools, etc) into a single framework.
VRML97 and a good amount of the X3D standard have already been integrated
into GPAC, as well as some SVG support and experimental Macromedia Flash
support.

This package is in restricted, as the MPEG-4 format is covered
by software patents.



%files
%doc AUTHORS BUGS Changelog COPYING README TODO
%{_bindir}/*
%{_libdir}/%{name}/
%{_datadir}/%{name}/
%{_mandir}/man1/*.1.*
#-------------------------------------------------

%package -n	%{libname}
Summary:	GPAC shared library
Group:		System/Libraries


%description -n	%{libname}
GPAC is a multimedia framework based on the MPEG-4 Systems standard developed
from scratch in ANSI C.

This package provides the GPAC shared library.

This package is in tainted repository because it incorporates MPEG-4
technology which may be covered by software patents.

%files -n %{libname}
%doc AUTHORS BUGS
%{_libdir}/libgpac.so.%{major}
%{_libdir}/libgpac.so.%{major}.*
#----------------------------------------

%package -n	%{devname}
Summary:	Development headers and library for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
Development headers and libraries for %{name}.

This package is in tainted repository because it incorporates MPEG-4
technology which may be covered by software patents.

%files -n %{devname}
%doc AUTHORS BUGS
%{_includedir}/%{name}/
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libgpac.so
%{_libdir}/libgpac_static.a
#------------------------------------------

%prep
%setup -q
%apply_patches

sed -i -e 's/Wall/w/g' `find -name Makefile`

# remove internal ogg
sed -i -e 's:<gpac/internal/ogg.h>:<ogg/ogg.h>:' \
	src/media_tools/{av_parsers,gpac_ogg,media_import,media_export}.c
rm -f include/gpac/internal/ogg.h

iconv -f iso8859-1 -t utf-8 Changelog > Changelog.conv && mv -f Changelog.conv Changelog
chmod -x modules/directfb_out/directfb_out.{c,h}


%build
%configure2_5x \
		--libdir=%{_lib} \
		--use-js=no \
		--use-ffmpeg=system \
		--extra-cflags="%{optflags}"

%make

%install
mkdir -p %{buildroot}%{_libdir}/pkgconfig
%makeinstall_std install-lib








%changelog

* Wed Nov 11 2015 abfonly <abfonly@gmail.com> 0.5.2-1
- (e616177) dropped mrb for plf



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26666 |14ru|gstreamer0.10-plugins-bad-0.10.23-6plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_experimental 0
%define build_amrwb 0
%define build_voaac 0
%define build_faac 0
%define build_faad 0
%define build_xvid 0
%define build_dts 0
%define build_dirac 1
%define build_gme 1
%define build_celt 1

###############################
# Hardcore PLF build
%define build_plf 1
###############################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%define build_amrwb 1
%define build_voaac 1
%define build_faac 1
%define build_faad 1
%define build_xvid 1
%define build_dts 1
%endif

%define oname	gst-plugins-bad
%define bname	gstreamer%{api}
%define api	0.10
%define major	23
%define libgstbasevideo		%mklibname gstbasevideo %{api} %{major}
%define libgstbasecamerabinsrc	%mklibname gstbasecamerabinsrc %{api} %{major}
%define libgstcodecparsers	%mklibname gstcodecparsers %{api} %{major}
%define libgstphotography	%mklibname gstphotography %{api} %{major}
%define libgstsignalprocessor	%mklibname gstsignalprocessor %{api} %{major}
%define libgstvdp 		%mklibname gstvdp %{api} %{major}
%define devname 		%mklibname %{oname} -d %{api}

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-bad
Version:	0.10.23
Release:	6%{?extrarelsuffix}
License:	LGPLv2+ and GPLv2+
Group:		Sound
Url:		http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{oname}-%{version}.tar.bz2
Patch0:		gst-plugins-bad-0.10.7-wildmidi-timidity.cfg.patch
Patch1:		gst-plugins-bad-0.10.23-h264.patch
# With new directfb we get macro expanded to
#  __attribute__((__attribute__((no_instrument_function))))
# See http://permalink.gmane.org/gmane.comp.graphics.directfb.devel/3679
Patch2:		gst-plugins-bad-0.10.23-attribute.patch
# gw: fix for bug #36437 (paths to realplayer codecs)
# prefer codecs from the RealPlayer package in restricted
Patch10:	gst-plugins-bad-0.10.6-real-codecs-path.patch

BuildRequires:	fonts-ttf-dejavu
#gw for checks
BuildRequires:	gstreamer%{api}-plugins-good
BuildRequires:	bzip2-devel
#gw for autoreconf
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(exempi-2.0)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api}) >= 0.10.33
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(libmimic)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(opencv)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(orc-0.4)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sndfile)
%ifarch %{ix86}
BuildRequires:	nasm => 0.90
BuildRequires:	valgrind
%endif
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink
Provides:	%{bname}-fluendo-mpegdemux
Requires:	%{bname}-voip >= %{version}-%{release}
Conflicts:	%{bname}-farsight <= 1:0.12.10

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're
missing something - be it a good code review, some documentation, a
set of tests, a real live maintainer, or some actual wide use. If the
blanks are filled in they might be upgraded to become part of either
gstreamer-plugins-good or gstreamer-plugins-ugly, depending on the
other factors. If the plug-ins break, you can't complain - instead,
you can fix the problem and send us a patch, or bribe someone into
fixing them for you.  New contributors can start here for things to
work on.

%if %{build_plf}
This package is in restricted as it violates some patents.
%endif

%files -f %{oname}-%{api}.lang
%doc AUTHORS COPYING README NEWS
%{_datadir}/glib-2.0/schemas/org.freedesktop.gstreamer-0.10.default-elements.gschema.xml
%{_libdir}/gstreamer-%{api}/libgstadpcmdec.so
%{_libdir}/gstreamer-%{api}/libgstadpcmenc.so
%{_libdir}/gstreamer-%{api}/libgstaiff.so
%{_libdir}/gstreamer-%{api}/libgstapexsink.so
%{_libdir}/gstreamer-%{api}/libgstasfmux.so
%{_libdir}/gstreamer-%{api}/libgstautoconvert.so
%{_libdir}/gstreamer-%{api}/libgstaudiovisualizers.so
%{_libdir}/gstreamer-%{api}/libgstbayer.so
%{_libdir}/gstreamer-%{api}/libgstcamerabin.so
%{_libdir}/gstreamer-%{api}/libgstcamerabin2.so
%{_libdir}/gstreamer-%{api}/libgstcoloreffects.so
%{_libdir}/gstreamer-%{api}/libgstcolorspace.so
%{_libdir}/gstreamer-%{api}/libgstdccp.so
%{_libdir}/gstreamer-%{api}/libgstdataurisrc.so
%{_libdir}/gstreamer-%{api}/libgstdebugutilsbad.so
%{_libdir}/gstreamer-%{api}/libgstdvb.so
%{_libdir}/gstreamer-%{api}/libgstdvbsuboverlay.so
%{_libdir}/gstreamer-%{api}/libgstdvdspu.so
%{_libdir}/gstreamer-%{api}/libgstfaceoverlay.so
%{_libdir}/gstreamer-%{api}/libgstfbdevsink.so
%{_libdir}/gstreamer-%{api}/libgstfestival.so
%{_libdir}/gstreamer-%{api}/libgstfrei0r.so
%{_libdir}/gstreamer-%{api}/libgstfreeverb.so
%{_libdir}/gstreamer-%{api}/libgstgaudieffects.so
%{_libdir}/gstreamer-%{api}/libgstgeometrictransform.so
%{_libdir}/gstreamer-%{api}/libgstgsettingselements.so
%{_libdir}/gstreamer-%{api}/libgsthdvparse.so
%{_libdir}/gstreamer-%{api}/libgstid3tag.so
%{_libdir}/gstreamer-%{api}/libgstinter.so
%{_libdir}/gstreamer-%{api}/libgstinterlace.so
%{_libdir}/gstreamer-%{api}/libgstivfparse.so
%{_libdir}/gstreamer-%{api}/libgstjpegformat.so
%{_libdir}/gstreamer-%{api}/libgstlegacyresample.so
%{_libdir}/gstreamer-%{api}/libgstmpegdemux.so
%{_libdir}/gstreamer-%{api}/libgstmpegpsmux.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsmux.so
%{_libdir}/gstreamer-%{api}/libgstmpegvideoparse.so
%{_libdir}/gstreamer-%{api}/libgstmve.so
%{_libdir}/gstreamer-%{api}/libgstmimic.so
%{_libdir}/gstreamer-%{api}/libgstmxf.so
%{_libdir}/gstreamer-%{api}/libgstopenal.so
# New version of opencv is not supported yet,
# uncomment when the plugin is built again
#{_libdir}/gstreamer-%{api}/libgstopencv.so
%{_libdir}/gstreamer-%{api}/libgstopus.so
%{_libdir}/gstreamer-%{api}/libgstpcapparse.so
%{_libdir}/gstreamer-%{api}/libgstpnm.so
%{_libdir}/gstreamer-%{api}/libgstrawparse.so
%{_libdir}/gstreamer-%{api}/libgstreal.so
%{_libdir}/gstreamer-%{api}/libgstremovesilence.so
%{_libdir}/gstreamer-%{api}/libgstscaletempoplugin.so
%{_libdir}/gstreamer-%{api}/libgstsdpelem.so
%{_libdir}/gstreamer-%{api}/libgstsegmentclip.so
%{_libdir}/gstreamer-%{api}/libgstshm.so
%{_libdir}/gstreamer-%{api}/libgstsiren.so
%{_libdir}/gstreamer-%{api}/libgstsmooth.so
%{_libdir}/gstreamer-%{api}/libgstsndfile.so
%{_libdir}/gstreamer-%{api}/libgststereo.so
%{_libdir}/gstreamer-%{api}/libgstsubenc.so
%{_libdir}/gstreamer-%{api}/libgstvcdsrc.so
%{_libdir}/gstreamer-%{api}/libgstvideomaxrate.so
%{_libdir}/gstreamer-%{api}/libgstvideomeasure.so
%{_libdir}/gstreamer-%{api}/libgstvideosignal.so
%{_libdir}/gstreamer-%{api}/libgstvmnc.so
%{_libdir}/gstreamer-%{api}/libgstbz2.so
%{_libdir}/gstreamer-%{api}/libgstcdaudio.so
%{_libdir}/gstreamer-%{api}/libgstcdxaparse.so
%{_libdir}/gstreamer-%{api}/libgstdecklink.so
%{_libdir}/gstreamer-%{api}/libgstfieldanalysis.so
%{_libdir}/gstreamer-%{api}/libgstfragmented.so
%{_libdir}/gstreamer-%{api}/libgstlinsys.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsdemux.so
%{_libdir}/gstreamer-%{api}/libgstpatchdetect.so
%{_libdir}/gstreamer-%{api}/libgstsdi.so
%{_libdir}/gstreamer-%{api}/libgstvideofiltersbad.so
%{_libdir}/gstreamer-%{api}/libgstvideoparsersbad.so
%{_libdir}/gstreamer-%{api}/libgstfreeze.so
%{_libdir}/gstreamer-%{api}/libgsth264parse.so
%{_libdir}/gstreamer-%{api}/libgstmodplug.so
%{_libdir}/gstreamer-%{api}/libgstnsf.so
%{_libdir}/gstreamer-%{api}/libgstnuvdemux.so
%{_libdir}/gstreamer-%{api}/libgstrfbsrc.so
%{_libdir}/gstreamer-%{api}/libgstsdl.so
%{_libdir}/gstreamer-%{api}/libgstspeed.so
%{_libdir}/gstreamer-%{api}/libgsttrm.so
%{_libdir}/gstreamer-%{api}/libgsttta.so
%{_libdir}/gstreamer-%{api}/libgsty4mdec.so

#----------------------------------------------------------------------------

%package -n %{libgstbasevideo}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstbasevideo}
This package contains a shared library for %{name}.

%files -n %{libgstbasevideo}
%{_libdir}/libgstbasevideo-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstbasecamerabinsrc}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Conflicts:	%{_lib}gstbasevideo0.10_23 < 0.10.23-5

%description -n %{libgstbasecamerabinsrc}
This package contains a shared library for %{name}.

%files -n %{libgstbasecamerabinsrc}
%{_libdir}/libgstbasecamerabinsrc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstcodecparsers}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Conflicts:	%{_lib}gstphotography0.10_23 < 0.10.23-5

%description -n %{libgstcodecparsers}
This package contains a shared library for %{name}.

%files -n  %{libgstcodecparsers}
%{_libdir}/libgstcodecparsers-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstphotography}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstphotography}
This package contains a shared library for %{name}.

%files -n %{libgstphotography}
%{_libdir}/libgstphotography-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstsignalprocessor}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Conflicts:	%{_lib}gstphotography0.10_23 < 0.10.23-5

%description -n %{libgstsignalprocessor}
This package contains a shared library for %{name}.

%files -n %{libgstsignalprocessor}
%{_libdir}/libgstsignalprocessor-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libgstvdp}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgstvdp}
This package contains a shared library for %{name}.

%files -n %{libgstvdp}
%{_libdir}/libgstvdp-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libgstbasevideo} = %{version}-%{release}
Requires:	%{libgstbasecamerabinsrc} = %{version}-%{release}
Requires:	%{libgstcodecparsers} = %{version}-%{release}
Requires:	%{libgstphotography} = %{version}-%{release}
Requires:	%{libgstsignalprocessor} = %{version}-%{release}
Requires:	%{libgstvdp} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%{_lib}gstphotography-devel < 0.10.23-5
Obsoletes:	%{_lib}gstbasevideo-devel < 0.10.23-5
Conflicts:	%{_lib}gstbasevideo-devel < 0.10.23-5

%description -n %{devname}
This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devname}
%{_libdir}/libgstbasevideo-%{api}.so
%{_libdir}/libgstbasecamerabinsrc-%{api}.so
%{_libdir}/libgstcodecparsers-%{api}.so
%{_libdir}/libgstphotography-%{api}.so
%{_libdir}/libgstsignalprocessor-%{api}.so
%{_libdir}/libgstvdp-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/basecamerabinsrc/*.h
%{_includedir}/gstreamer-%{api}/gst/codecparsers
%{_includedir}/gstreamer-%{api}/gst/interfaces/photography*
%{_includedir}/gstreamer-%{api}/gst/signalprocessor/gstsignalprocessor.h
%{_includedir}/gstreamer-%{api}/gst/vdpau/
%{_includedir}/gstreamer-%{api}/gst/video/
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-codecparsers-%{api}.pc
%{_libdir}/pkgconfig/gstreamer-basevideo-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{bname}-curl
Summary:	GStreamer Curl plugin
Group:		Networking/Other
BuildRequires:	pkgconfig(libcurl)

%description -n %{bname}-curl
This is a HTTP plugin for GStreamer based on the curl library.

%files -n %{bname}-curl
%{_libdir}/gstreamer-%{api}/libgstcurl.so

#----------------------------------------------------------------------------

%package -n %{bname}-dc1394
Summary:	GStreamer DC1394 plugin
Group:		System/Libraries
BuildRequires:	pkgconfig(libdc1394-2)

%description -n %{bname}-dc1394
This is a IEEE 1394 (Firewire) support plugin for GStreamer.

%files -n %{bname}-dc1394
%{_libdir}/gstreamer-%{api}/libgstdc1394.so

#----------------------------------------------------------------------------

%package -n %{bname}-ofa
Summary:	GStreamer OFA plugin
Group:		Sound
BuildRequires:	pkgconfig(libofa)

%description -n %{bname}-ofa
This is a metadata support plugin for GStreamer based on the Open
Fingerprint Architecture library.

%files -n %{bname}-ofa
%{_libdir}/gstreamer-%{api}/libgstofa.so

#----------------------------------------------------------------------------

%package -n %{bname}-wildmidi
Summary:	GStreamer wildmidi plugin
Group:		Sound
BuildRequires:	wildmidi-devel
Requires:	timidity-instruments

%description -n %{bname}-wildmidi
This is a MIDI plugin for GStreamer based on the wildmidi library.

%files -n %{bname}-wildmidi
%{_libdir}/gstreamer-%{api}/libgstwildmidi.so

#----------------------------------------------------------------------------

%package -n %{bname}-mpeg2enc
Summary:	GStreamer mjpegtools plug-in
Group:		Video
BuildRequires:	pkgconfig(mjpegtools)

%description -n %{bname}-mpeg2enc
mjpegtools-based encoding and decoding plug-in.

%files -n %{bname}-mpeg2enc
%{_libdir}/gstreamer-%{api}/libgstmpeg2enc.so
%{_libdir}/gstreamer-%{api}/libgstmplex.so

#----------------------------------------------------------------------------

%if %{build_gme}
%package -n %{bname}-gme
Summary:	GStreamer Game Music plug-in
Group:		Sound
BuildRequires:	libgme-devel

%description -n %{bname}-gme
Game Music decoding plug-in.

%files -n %{bname}-gme
%{_libdir}/gstreamer-%{api}/libgstgme.so
%endif

#----------------------------------------------------------------------------

%if %{build_dirac}
%package -n %{bname}-dirac
Summary:	GStreamer dirac plug-in
Group:		Video
BuildRequires:	pkgconfig(dirac)

%description -n %{bname}-dirac
Dirac encoding and decoding plug-in.

%files -n %{bname}-dirac
%{_libdir}/gstreamer-%{api}/libgstdirac.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-schroedinger
Summary:	GStreamer dirac plug-in based on Schroedinger
Group:		Video
BuildRequires:	pkgconfig(schroedinger-1.0)
Epoch:		1

%description -n %{bname}-schroedinger
Dirac encoding and decoding plug-in based on Schroedinger.

%files -n %{bname}-schroedinger
%{_libdir}/gstreamer-%{api}/libgstschro.so

#----------------------------------------------------------------------------

%package -n %{bname}-vp8
Summary:	GStreamer VP8 plug-in
Group:		Video
BuildRequires:	pkgconfig(vpx)

%description -n %{bname}-vp8
VP8 encoding and decoding plug-in.

%files -n %{bname}-vp8
%{_libdir}/gstreamer-%{api}/libgstvp8.so
%{_libdir}/gstreamer-%{api}/libgstrtpvp8.so

#----------------------------------------------------------------------------

### LADSPA ###
%package -n %{bname}-ladspa
Summary:	Gstreamer wrapper for LADSPA plug-ins
Group:		Sound
Requires:	ladspa
BuildRequires:	ladspa-devel

%description -n %{bname}-ladspa
Plug-in which wraps LADSPA plug-ins for use by GStreamer applications.
We suggest you also get the cmt package of ladspa plug-ins
and steve harris's swh-plugins package.

%files -n %{bname}-ladspa
%{_libdir}/gstreamer-%{api}/libgstladspa.so

#----------------------------------------------------------------------------

%if %{build_dts}
%package -n %{bname}-dts
Summary:	GStreamer plug-ins for DTS audio playback
Group:		Sound
BuildRequires:	pkgconfig(libdts)

%description -n %{bname}-dts
Plug-ins for decoding DTS audio.

%files -n %{bname}-dts
%{_libdir}/gstreamer-%{api}/libgstdtsdec.so
%endif

#----------------------------------------------------------------------------

%if %{build_xvid}
%package -n %{bname}-xvid
Summary:	GStreamer plug-ins for XVID video encoding and decoding
Group:		Video
BuildRequires:	xvid-devel >= 1.1

%description -n %{bname}-xvid
Plug-ins for encoding and decoding XVID video.

This package is in restricted as it violates some patents.

%files -n %{bname}-xvid
%{_libdir}/gstreamer-%{api}/libgstxvid.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-musepack
Summary:	GStreamer plug-in Musepack playback
Group:		Sound
BuildRequires:	libmpcdec-devel

%description -n %{bname}-musepack
This plugin for GStreamer can play audio files which are encoded with
Andree Buschmann's encoder Musepack. These files have the filename
postfixes mpc, mp+ or mpp.

%files -n %{bname}-musepack
%{_libdir}/gstreamer-%{api}/libgstmusepack.so

#----------------------------------------------------------------------------

%package -n %{bname}-mms
Summary:	GStreamer plug-in for mms streams
Group:		System/Libraries
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libmms)

%description -n %{bname}-mms
Plug-in supporting the mms protocol based on the libmms library.

%files -n %{bname}-mms
%{_libdir}/gstreamer-%{api}/libgstmms.so

#----------------------------------------------------------------------------

%package -n %{bname}-rtmp
Summary:	GStreamer plug-in for rtmp streams
Group:		System/Libraries
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(librtmp)

%description -n %{bname}-rtmp
Plug-in supporting the rtmp protocol based on the librtmp library.

%files -n %{bname}-rtmp
%{_libdir}/gstreamer-%{api}/libgstrtmp.so

#----------------------------------------------------------------------------

%package -n %{bname}-directfb
Summary:	GStreamer plug-in for DirectFB output
Group:		Video
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(directfb)

%description -n %{bname}-directfb
Plug-in supporting the video output to DirectFB.

%files -n %{bname}-directfb
%{_libdir}/gstreamer-%{api}/libgstdfbvideosink.so

#----------------------------------------------------------------------------

%package -n %{bname}-soundtouch
Summary:	GStreamer plug-in for SoundTouch support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(soundtouch)

%description -n %{bname}-soundtouch
Plug-in supporting the SoundTouch audio manipulation support.

%files -n %{bname}-soundtouch
%{_libdir}/gstreamer-%{api}/libgstsoundtouch.so

#----------------------------------------------------------------------------

%package -n %{bname}-kate
Summary:	GStreamer Karaoke and text plugin
Group:		Video
BuildRequires:	pkgconfig(tiger)

%description -n %{bname}-kate
This is a Karaoke and text plugin for GStreamer based on libkate and libtiger.

%files -n %{bname}-kate
%{_libdir}/gstreamer-%{api}/libgstkate.so

#----------------------------------------------------------------------------

%package -n %{bname}-libass
Summary:	GStreamer subtitles plugin
Group:		Video
BuildRequires:	pkgconfig(libass)

%description -n %{bname}-libass
This is a subtitle plugin for GStreamer based on libass.

%files -n %{bname}-libass
%{_libdir}/gstreamer-%{api}/libgstassrender.so

#----------------------------------------------------------------------------

%package -n %{bname}-resindvd
Summary:	GStreamer DVD menu plugin
Group:		Video
BuildRequires:	pkgconfig(dvdnav)

%description -n %{bname}-resindvd
This is a DVD playback plugin for GStreamer with menu support.

%files -n %{bname}-resindvd
%{_libdir}/gstreamer-%{api}/libresindvd.so

#----------------------------------------------------------------------------

%package -n %{bname}-voip
Summary:	GStreamer voip plugins
Group:		Sound

%description -n %{bname}-voip
This is a collection of VoIP plugins for GStreamer.

%files -n %{bname}-voip
%{_libdir}/gstreamer-%{api}/libgstrtpmux.so
%{_libdir}/gstreamer-%{api}/libgstliveadder.so
%{_libdir}/gstreamer-%{api}/libgstdtmf.so

#----------------------------------------------------------------------------

%package -n %{bname}-cog
Summary:	GStreamer COG plugin
Group:		Video
BuildRequires:	pkgconfig(orc-0.4)

%description -n %{bname}-cog
This is a signal processing plugin for GStreamer based on Orc.

%files -n %{bname}-cog
%{_libdir}/gstreamer-%{api}/libgstcog.so

#----------------------------------------------------------------------------

%package -n %{bname}-vdpau
Summary:	GStreamer plug-in for playback using VDPAU
Group:		Video
BuildRequires:	vdpau-devel

%description -n %{bname}-vdpau
This plug-in adds video playback support to GStreamer based on VDPAU 
(Video Decode and Presentation API for Unix).

%files -n %{bname}-vdpau
%{_libdir}/gstreamer-%{api}/libgstvdpau.so

#----------------------------------------------------------------------------

%if %{build_faad}
%package -n %{bname}-faad
Summary:	GStreamer plug-in for AAC audio playback
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	libfaad2-devel => 2.0

%description -n %{bname}-faad
Plug-ins for playing AAC audio

This package is in restricted as it violates some patents.

%files -n %{bname}-faad
%{_libdir}/gstreamer-%{api}/libgstfaad.so
%endif

#----------------------------------------------------------------------------

%if %{build_faac}
%package -n %{bname}-faac
Summary:	GStreamer plug-ins for AAC audio encoding
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	libfaac-devel

%description -n %{bname}-faac
Plug-ins for encoding AAC audio

This package is in restricted as it violates some patents.

%files -n %{bname}-faac
%{_libdir}/gstreamer-%{api}/libgstfaac.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-gsm
Summary:	GStreamer plugin for GSM lossy audio format
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	gsm-devel >= 1.0.10

%description -n %{bname}-gsm
Output plugin for GStreamer to convert to GSM lossy audio format.

%files -n %{bname}-gsm
%{_libdir}/gstreamer-%{api}/libgstgsm.so

#----------------------------------------------------------------------------

%package -n %{bname}-neon
Summary:	GStreamer HTTP plugin based on libneon
Group:		System/Libraries
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(neon)

%description -n %{bname}-neon
Plug-in for HTTP access based on libneon.

%files -n %{bname}-neon
%{_libdir}/gstreamer-%{api}/libgstneonhttpsrc.so

#----------------------------------------------------------------------------

%package -n %{bname}-nas
Summary:	Gstreamer output plugin for the NAS sound server
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	nas-devel

%description -n %{bname}-nas
Output plugin for GStreamer for use with the nas sound server.

%files -n %{bname}-nas
%{_libdir}/gstreamer-%{api}/libgstnassink.so

#----------------------------------------------------------------------------

%if %{build_amrwb}
%package -n %{bname}-amrwb
Summary:	GStreamer plug-in for AMR-WB support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(vo-amrwbenc)

%description -n %{bname}-amrwb
Plug-in for decoding AMR-WB under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-amrwb
%{_datadir}/gstreamer-%{api}/presets/GstVoAmrwbEnc.prs
%{_libdir}/gstreamer-%{api}/libgstvoamrwbenc.so
%endif

#----------------------------------------------------------------------------

%if %{build_voaac}
%package -n %{bname}-vo-aac
Summary:	GStreamer plug-in for VisualOn AAC encoding
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(vo-aacenc)

%description -n %{bname}-vo-aac
Plug-in for encoding AAC under GStreamer based on VisualOn AAC library.

This package is in restricted as it violates some patents.

%files -n %{bname}-vo-aac
%{_libdir}/gstreamer-%{api}/libgstvoaacenc.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-jp2k
Summary:	GStreamer plug-in for JPEG2000 support
Group:		Graphics
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(jasper)

%description -n %{bname}-jp2k
Plug-in for JPEG2000 support under GStreamer.

%files -n %{bname}-jp2k
%{_libdir}/gstreamer-%{api}/libgstjp2k.so
%{_libdir}/gstreamer-%{api}/libgstjp2kdecimator.so

#----------------------------------------------------------------------------

%if %{build_celt}
%package -n %{bname}-celt
Summary:	GStreamer plug-in for CELT support
Group:		Video
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(celt)

%description -n %{bname}-celt
Plug-in for CELT support under GStreamer.

%files -n %{bname}-celt
%{_libdir}/gstreamer-%{api}/libgstcelt.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-rsvg
Summary:	GStreamer plug-in for SVG support
Group:		Graphics
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(librsvg-2.0)

%description -n %{bname}-rsvg
Plug-in for SVG support under GStreamer.

%files -n %{bname}-rsvg
%{_libdir}/gstreamer-%{api}/libgstrsvg.so

#----------------------------------------------------------------------------

%package doc
Group:		Books/Computer books
Summary:	GStreamer application library

%description doc
This is the documentation of %{name}.

%files doc
%doc docs/plugins/html
%{_datadir}/gtk-doc/html/*

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}
%apply_patches
#gw broken configure in 0.10.19.2
#autoreconf -fi

%build
#work around broken mjpegtools headers including config.h:
export CPPFLAGS="-I."
%configure2_5x \
	--disable-static \
	--disable-dependency-tracking \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
%if ! %{build_celt}
	--disable-celt \
%endif
%if ! %{build_faac}
	--disable-faac \
%endif
%if ! %{build_faad}
	--disable-faad \
%endif
%if ! %{build_dirac}
	--disable-dirac \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang %{oname}-%{api}


%changelog

* Tue May 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.23-6plf
- (bce9f58) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26667 |14ru|gstreamer0.10-plugins-ugly-0.10.19-4.1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0.10
%define majorminor 0.10
%define bname gstreamer0.10
%define build_plf 0
%{?_with_plf: %{expand: %%global build_plf 1}}
%define build_experimental 0
%{?_with_experimental: %{expand: %%global build_experimental 1}}
%define build_lame 0
%define build_amrnb 0
%define build_amrwbdec 0
%define build_x264 0

######################################33
# Hardcode PLF build
%define build_plf 1
######################################33

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_lame 1
%define build_x264 1
%define build_amrnb 1
%define build_amrwbdec 1
%endif

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-ugly
Version:	0.10.19
Release:	4.1%{?extrarelsuffix}
License:	LGPLv2+
Group:		Sound
URL:		http://gstreamer.freedesktop.org/
Source:		http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{version}.tar.xz
Patch0:		gstreamer-plugins-ugly-0.10.17-amr-linking.patch
Patch1:		gst-plugins-ugly-0.10.19-opencore.patch
# mugged from arch
Patch2:		gstreamer-plugins-ugly-0.10.19-cdio-0.90.patch
%ifnarch %{mips} %{arm}
BuildRequires:	valgrind
%endif
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(orc-0.4) >= 0.4.5
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that have good quality and
correct functionality, but distributing them might pose problems. The
license on either the plug-ins or the supporting libraries might not
be how the GStreamer authors like. The code might be widely known to
present patent problems.

%if %{build_plf}
This package is in Restricted repository as it violates some patents.
%endif

%files -f gst-plugins-ugly-%{majorminor}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{majorminor}/libgstasf.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdlpcmdec.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdread.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdsub.so
%{_libdir}/gstreamer-%{majorminor}/libgstiec958.so
%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpegaudioparse.so
%{_libdir}/gstreamer-%{majorminor}/libgstmpegstream.so
%{_libdir}/gstreamer-%{majorminor}/libgstrmdemux.so
%if %{build_experimental}
%{_libdir}/gstreamer-%{majorminor}/libgstsynaesthesia.so
%endif

#----------------------------------------------------------------------------

%if %{build_lame}
### LAME ###
%package -n %{bname}-lame
Summary:	GStreamer plug-in for encoding mp3 songs using lame
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	liblame-devel >= 3.89

%description -n %{bname}-lame
Plug-in for encoding mp3 with lame under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-lame
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
%endif

#----------------------------------------------------------------------------

%if %{build_x264}
%package -n %{bname}-x264
Summary:	GStreamer plug-in for H264/AVC video encoding
Group:		Video
BuildRequires:	pkgconfig(x264)

%description -n %{bname}-x264
Plug-in for encoding H264/AVC video.

This package is in restricted as it violates some patents.

%files -n %{bname}-x264
%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstX264Enc.prs
%endif

#----------------------------------------------------------------------------

%if %{build_amrnb}
%package -n %{bname}-amrnb
Summary:	GStreamer plug-in for AMR-NB support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(opencore-amrnb)

%description -n %{bname}-amrnb
Plug-in for decoding AMR-NB under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-amrnb
%{_libdir}/gstreamer-%{majorminor}/libgstamrnb.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstAmrnbEnc.prs
%endif

#----------------------------------------------------------------------------

%if %{build_amrwbdec}
%package -n %{bname}-amrwbdec
Summary:	GStreamer plug-in for AMR-WB decoding support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(opencore-amrwb)

%description -n %{bname}-amrwbdec
Plug-in for decoding AMR-Wb under GStreamer.

This package is in restricted as it violates some patents.

%files -n %{bname}-amrwbdec
%{_libdir}/gstreamer-%{majorminor}/libgstamrwbdec.so
%endif

#----------------------------------------------------------------------------

### SIDPLAY ###
%package -n %{bname}-sid
Summary:	GStreamer Sid C64 music plugin
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	sidplay-devel => 1.36.0

%description -n %{bname}-sid
Plugin for playback of C64 SID format music files

%files -n %{bname}-sid
%{_libdir}/gstreamer-%{majorminor}/libgstsid.so

#----------------------------------------------------------------------------

### A52DEC ###
%package -n %{bname}-a52dec
Summary:	GStreamer VOB decoder plugin
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	a52dec-devel

%description -n %{bname}-a52dec
Plugin for decoding of VOB files

%files -n %{bname}-a52dec
%{_libdir}/gstreamer-%{majorminor}/libgsta52dec.so

#----------------------------------------------------------------------------

%package -n %{bname}-mpeg
Summary:	GStreamer plug-ins for MPEG video playback and encoding
Group:		Video
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libmpeg2)

%description -n %{bname}-mpeg
Plug-ins for playing and encoding MPEG video.

%files -n %{bname}-mpeg
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so

#----------------------------------------------------------------------------

%package -n %{bname}-cdio
Summary:	GStreamer plug-in for audio CD playback
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(libcdio)
Conflicts:	%{bname}-plugins-good < 0.10.10

%description -n %{bname}-cdio
Plug-in for audio CD playback.

%files -n %{bname}-cdio
%{_libdir}/gstreamer-%{majorminor}/libgstcdio.so

#----------------------------------------------------------------------------

%package -n %{bname}-twolame
Summary:	GStreamer plug-in for MP2 encoding support
Group:		Sound
Requires:	%{bname}-plugins
BuildRequires:	pkgconfig(twolame)

%description -n %{bname}-twolame
Plug-in for encoding MP2 under GStreamer.

%files -n %{bname}-twolame
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so

#----------------------------------------------------------------------------

%prep
%setup -q -n gst-plugins-ugly-%{version}
%apply_patches
autoconf

%build
%configure2_5x \
	--disable-dependency-tracking \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
%if !%{build_lame}
	--disable-lame \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

%make

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang gst-plugins-ugly-%{majorminor}

rm -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.a
rm -f %{buildroot}%{_libdir}/*.a

%check
cd tests/check
make check

%changelog

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.19-4.1plf
- (0acbd7f) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26668 |14ru|gstreamer1.0-plugins-bad-1.6.3-2plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define api		1.0
%define bname		gstreamer%{api}

%define build_experimental	0
%define build_amrwb	0
%define build_faac	0
%define build_faad	0
%define build_xvid	0
%define build_dts	0
%define build_dirac	0
%define build_gme	1
%define build_celt	0

##########################
# Hardcode PLF build
%define build_plf	1
##########################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_amrwb	0
%define build_faac	1
%define build_faad	1
%define build_xvid	0
%define build_dts	1
%endif

%define major			0
%define libadaptivedemux	%mklibname gstadaptivedemux %{api} %{major}
%define devadaptivedemux	%mklibname gstadaptivedemux %{api} -d
%define libbadbase		%mklibname gstbadbase %{api} %{major}
%define devbadbase		%mklibname gstbadbase %{api} -d
%define libbadvideo		%mklibname gstbadvideo %{api} %{major}
%define devbadvideo		%mklibname gstbadvideo %{api} -d
%define libbase			%mklibname gstbasevideo %{api} %{major}
%define devbase			%mklibname gstbasevideo %{api} -d
%define libcodecparsers		%mklibname gstcodecparsers %{api} %{major}
%define devcodecparsers		%mklibname gstcodecparsers %{api} -d
%define libgl			%mklibname gstgl %{api} %{major}
%define devgl			%mklibname gstgl %{api} -d
%define libinsertbin		%mklibname gstinsertbin %{api} %{major}
%define devinsertbin		%mklibname gstinsertbin %{api} -d
%define libmpegts		%mklibname gstmpegts %{api} %{major}
%define devmpegts		%mklibname gstmpegts %{api} -d
%define libphoto		%mklibname gstphotography %{api} %{major}
%define devphoto		%mklibname gstphotography %{api} -d
%define liburidownloader	%mklibname gsturidownloader %{api} %{major}
%define devuridownloader	%mklibname gsturidownloader %{api} -d

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-bad
Version:	1.6.3
Release:	2%{?extrarelsuffix}
License:	LGPLv2+ and GPLv2+
Group: 		Sound
Url:		http://gstreamer.freedesktop.org/
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
BuildRequires:	fonts-ttf-dejavu
%ifarch %{ix86}
BuildRequires:	nasm => 0.90
%endif
BuildRequires:	bzip2-devel
#gw for autoreconf
BuildRequires:	gettext-devel
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dvdnav)
BuildRequires:	pkgconfig(exempi-2.0)
#gw for the pixbuf plugin
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(gstreamer-%{api}) >= %{version}
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{api}) >= %{version}
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libmimic)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmusicbrainz)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(orc-0.4) >= 0.4.5
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(valgrind)
%if %{build_plf}
BuildRequires:	pkgconfig(vo-aacenc)
BuildRequires:	pkgconfig(vo-amrwbenc)
%endif
Obsoletes:	%{bname}-voip < 1.6
Obsoletes:	%{bname}-rtpvp8 < 1.6

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're
missing something - be it a good code review, some documentation, a
set of tests, a real live maintainer, or some actual wide use. If the
blanks are filled in they might be upgraded to become part of either
gstreamer-plugins-good or gstreamer-plugins-ugly, depending on the
other factors. If the plug-ins break, you can't complain - instead,
you can fix the problem and send us a patch, or bribe someone into
fixing them for you.  New contributors can start here for things to
work on.

%if %{build_plf}
This package is in restricted repository as it violates some patents.
%endif

%files -f gst-plugins-bad-%{api}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{api}/libgstaccurip.so
%{_libdir}/gstreamer-%{api}/libgstadpcmdec.so
%{_libdir}/gstreamer-%{api}/libgstadpcmenc.so
%{_libdir}/gstreamer-%{api}/libgstaiff.so
%{_libdir}/gstreamer-%{api}/libgstasfmux.so
%{_libdir}/gstreamer-%{api}/libgstaudiofxbad.so
%{_libdir}/gstreamer-%{api}/libgstaudiomixer.so
%{_libdir}/gstreamer-%{api}/libgstaudiovisualizers.so
%{_libdir}/gstreamer-%{api}/libgstautoconvert.so
%{_libdir}/gstreamer-%{api}/libgstbayer.so
%{_libdir}/gstreamer-%{api}/libgstbz2.so
%{_libdir}/gstreamer-%{api}/libgstcamerabin2.so
%{_libdir}/gstreamer-%{api}/libgstcoloreffects.so
%{_libdir}/gstreamer-%{api}/libgstcompositor.so
%{_libdir}/gstreamer-%{api}/libgstdashdemux.so
%{_libdir}/gstreamer-%{api}/libgstdataurisrc.so
%{_libdir}/gstreamer-%{api}/libgstdebugutilsbad.so
%{_libdir}/gstreamer-%{api}/libgstdecklink.so
%{_libdir}/gstreamer-%{api}/libgstdtls.so
%{_libdir}/gstreamer-%{api}/libgstdvb.so
%{_libdir}/gstreamer-%{api}/libgstdvbsuboverlay.so
%{_libdir}/gstreamer-%{api}/libgstdvdspu.so
%{_libdir}/gstreamer-%{api}/libgstfbdevsink.so
%{_libdir}/gstreamer-%{api}/libgstfieldanalysis.so
%{_libdir}/gstreamer-%{api}/libgstfestival.so
%{_libdir}/gstreamer-%{api}/libgstfragmented.so
%{_libdir}/gstreamer-%{api}/libgstfreeverb.so
%{_libdir}/gstreamer-%{api}/libgstfrei0r.so
%{_libdir}/gstreamer-%{api}/libgstgaudieffects.so
%{_libdir}/gstreamer-%{api}/libgstgdp.so
%{_libdir}/gstreamer-%{api}/libgstgeometrictransform.so
%{_libdir}/gstreamer-%{api}/libgstid3tag.so
%{_libdir}/gstreamer-%{api}/libgstinter.so
%{_libdir}/gstreamer-%{api}/libgstinterlace.so
%{_libdir}/gstreamer-%{api}/libgstivfparse.so
%{_libdir}/gstreamer-%{api}/libgstivtc.so
%{_libdir}/gstreamer-%{api}/libgstjp2kdecimator.so
%{_libdir}/gstreamer-%{api}/libgstjpegformat.so
%{_libdir}/gstreamer-%{api}/libgstliveadder.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsmux.so
%{_libdir}/gstreamer-%{api}/libgstmidi.so
%{_libdir}/gstreamer-%{api}/libgstmimic.so
%{_libdir}/gstreamer-%{api}/libgstmodplug.so
%{_libdir}/gstreamer-%{api}/libgstmpegpsdemux.so
%{_libdir}/gstreamer-%{api}/libgstmpegpsmux.so
%{_libdir}/gstreamer-%{api}/libgstmpegtsdemux.so
%{_libdir}/gstreamer-%{api}/libgstmxf.so
%{_libdir}/gstreamer-%{api}/libgstopenal.so
%{_libdir}/gstreamer-%{api}/libgstopus.so
%{_libdir}/gstreamer-%{api}/libgstpcapparse.so
%{_libdir}/gstreamer-%{api}/libgstpnm.so
%{_libdir}/gstreamer-%{api}/libgstrawparse.so
%{_libdir}/gstreamer-%{api}/libgstremovesilence.so
%{_libdir}/gstreamer-%{api}/libgstresindvd.so
%{_libdir}/gstreamer-%{api}/libgstrfbsrc.so
%{_libdir}/gstreamer-%{api}/libgstrtpbad.so
%{_libdir}/gstreamer-%{api}/libgstrtponvif.so
%{_libdir}/gstreamer-%{api}/libgstsdpelem.so
%{_libdir}/gstreamer-%{api}/libgstsegmentclip.so
%{_libdir}/gstreamer-%{api}/libgstshm.so
%{_libdir}/gstreamer-%{api}/libgstsiren.so
%{_libdir}/gstreamer-%{api}/libgstsmooth.so
%{_libdir}/gstreamer-%{api}/libgstsmoothstreaming.so
%{_libdir}/gstreamer-%{api}/libgstsndfile.so
%{_libdir}/gstreamer-%{api}/libgstspeed.so
%{_libdir}/gstreamer-%{api}/libgststereo.so
%{_libdir}/gstreamer-%{api}/libgstsubenc.so
%{_libdir}/gstreamer-%{api}/libgstvcdsrc.so
%{_libdir}/gstreamer-%{api}/libgstvideofiltersbad.so
%{_libdir}/gstreamer-%{api}/libgstvideoparsersbad.so
%{_libdir}/gstreamer-%{api}/libgstvideosignal.so
%{_libdir}/gstreamer-%{api}/libgstvmnc.so
%{_libdir}/gstreamer-%{api}/libgstyadif.so
%{_libdir}/gstreamer-%{api}/libgsty4mdec.so
%if %{build_plf}
%{_libdir}/gstreamer-%{api}/libgstvoaacenc.so
%{_libdir}/gstreamer-%{api}/libgstvoamrwbenc.so
%{_datadir}/gstreamer-%{api}/presets/GstVoAmrwbEnc.prs
%endif
%if %{build_experimental}
%{_libdir}/gstreamer-%{api}/libgstdeinterlace2.so
%endif
%{_datadir}/gstreamer-%{api}/presets/GstFreeverb.prs

#----------------------------------------------------------------------------

%package -n %{libadaptivedemux}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libadaptivedemux}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libadaptivedemux}
%{_libdir}/libgstadaptivedemux-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devadaptivedemux}
Summary:	Libraries for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libadaptivedemux} = %{EVRD}
Provides:	gstadaptivedemux%{api}-devel = %{EVRD}

%description -n %{devadaptivedemux}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

%files -n %{devadaptivedemux}
%{_libdir}/libgstadaptivedemux-%{api}.so

#----------------------------------------------------------------------------

%package -n %{libbadbase}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libbadbase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libbadbase}
%{_libdir}/libgstbadbase-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devbadbase}
Summary:	Libraries for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libbadbase} = %{EVRD}
Provides:	gstbadbase%{api}-devel = %{EVRD}

%description -n %{devbadbase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

%files -n %{devbadbase}
%{_libdir}/libgstbadbase-%{api}.so

#----------------------------------------------------------------------------

%package -n %{libbadvideo}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libbadvideo}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libbadvideo}
%{_libdir}/libgstbadvideo-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devbadvideo}
Summary:	Libraries for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libbadvideo} = %{EVRD}
Provides:	gstbadvideo%{api}-devel = %{EVRD}

%description -n %{devbadvideo}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

%files -n %{devbadvideo}
%{_libdir}/libgstbadvideo-%{api}.so

#----------------------------------------------------------------------------

%package -n %{libbase}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libbase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libbase}
%{_libdir}/libgstbasecamerabinsrc-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devbase}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libbase} = %{EVRD}
Provides:	gstbasecamerabinsrc%{api}-devel = %{EVRD}
Provides:	gstbasevideo%{api}-devel = %{EVRD}

%description -n %{devbase}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devbase}
%{_includedir}/gstreamer-%{api}/gst/basecamerabinsrc/*
%{_libdir}/libgstbasecamerabinsrc-%{api}.so

#----------------------------------------------------------------------------

%package -n %{libcodecparsers}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
Conflicts:	%{_lib}gstphotography1.0_0 < 1.6.2

%description -n %{libcodecparsers}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libcodecparsers}
%{_libdir}/libgstcodecparsers-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devcodecparsers}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libcodecparsers} = %{EVRD}
Provides:	gstcodecparsers%{api}-devel = %{EVRD}
Conflicts:	%{_lib}gstphotographyi1.0-devel < 1.6.2

%description -n %{devcodecparsers}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devcodecparsers}
%{_libdir}/libgstcodecparsers-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/codecparsers/
%{_libdir}/pkgconfig/gstreamer-codecparsers-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{libgl}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libgl}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libgl}
%{_libdir}/libgstgl-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devgl}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libgl} = %{EVRD}
Provides:	gstgl%{api}-devel = %{EVRD}

%description -n %{devgl}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devgl}
%{_libdir}/libgstgl-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/gl/
%{_libdir}/gstreamer-%{api}/include/gst/gl/gstglconfig.h
%{_libdir}/pkgconfig/gstreamer-gl-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{libinsertbin}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
# package bug
Obsoletes:	%{_lib}gstinsertbin1.0_0-devel < 1.4.5-2

%description -n %{libinsertbin}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libinsertbin}
%{_libdir}/libgstinsertbin-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devinsertbin}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libinsertbin} = %{EVRD}
Provides:	gstinsertbin%{api}-devel = %{EVRD}

%description -n %{devinsertbin}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devinsertbin}
%{_libdir}/libgstinsertbin-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/insertbin/*
%{_libdir}/pkgconfig/gstreamer-insertbin-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{libmpegts}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
# package bug
Obsoletes:	%{_lib}gstmpegts1.0_0-devel < 1.4.5-2

%description -n %{libmpegts}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libmpegts}
%{_libdir}/libgstmpegts-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devmpegts}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libmpegts} = %{EVRD}
Provides:	gstmpegts%{api}-devel = %{EVRD}

%description -n %{devmpegts}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devmpegts}
%{_libdir}/libgstmpegts-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/mpegts/*
%{_libdir}/pkgconfig/gstreamer-mpegts-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{libphoto}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries

%description -n %{libphoto}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{libphoto}
%{_libdir}/libgstphotography-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devphoto}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{libphoto} = %{EVRD}
Provides:	gstphotography%{api}-devel = %{EVRD}
Conflicts:	%{_lib}gstphotographyi1.0-devel < 1.6.2
Obsoletes:	%{_lib}gstphotographyi1.0-devel < 1.6.2

%description -n %{devphoto}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new   
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devphoto}
%{_libdir}/libgstphotography-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/interfaces/photography*
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{api}.pc

#----------------------------------------------------------------------------

%package -n %{liburidownloader}
Summary:	Libraries for GStreamer streaming-media framework
Group:		System/Libraries
# package bug
Obsoletes:	%{_lib}gsturidownloader1.0_0-devel < 1.4.5-2

%description -n %{liburidownloader}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries.

%files -n %{liburidownloader}
%{_libdir}/libgsturidownloader-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devuridownloader}
Summary:	Libraries and include files for GStreamer streaming-media framework
Group:		Development/C
Requires:	%{liburidownloader} = %{EVRD}
Provides:	gsturidownloader%{api}-devel = %{EVRD}

%description -n %{devuridownloader}
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related.  Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plugins.

This package contains the libraries and includes files necessary to develop
applications and plugins for GStreamer.

%files -n %{devuridownloader}
%{_libdir}/libgsturidownloader-%{api}.so
%{_includedir}/gstreamer-%{api}/gst/uridownloader/*

#----------------------------------------------------------------------------

%package doc
Summary:	GStreamer documennation
Group:		Documentation
BuildArch:	noarch

%description doc
This is the documentation of %{name}.

%files doc
%doc docs/plugins/html
%{_datadir}/gtk-doc/html/

#----------------------------------------------------------------------------

%if %{build_amrwb}
%package -n %{bname}-amrwb
Summary:	GStreamer plug-in for AMR-WB support
Group:		Sound
BuildRequires:	libamrwb-devel
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-amrwb
Plug-in for decoding AMR-WB under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrwb
%{_libdir}/gstreamer-%{api}/libgstamrwbenc.so
%{_datadir}/gstreamer-%{api}/presets/GstAmrwbEnc.prs
%endif

#----------------------------------------------------------------------------

%if %{build_celt}
%package -n %{bname}-celt
Summary:	GStreamer plug-in for CELT support
Group:		Video
BuildRequires:	pkgconfig(celt) >= 0.7.0
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-celt
Plug-in for CELT support under GStreamer.

%files -n %{bname}-celt
%{_libdir}/gstreamer-%{api}/libgstcelt.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-curl
Summary:	GStreamer Curl plugin
Group:		Networking/Other
BuildRequires:	pkgconfig(libcurl)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-curl
This is a HTTP plugin for GStreamer based on the curl library.

%files -n %{bname}-curl
%{_libdir}/gstreamer-%{api}/libgstcurl.so

#----------------------------------------------------------------------------

%if %{build_dirac}
%package -n %{bname}-dirac
Summary:	GStreamer dirac plug-in
Group:		Video
BuildRequires:	pkgconfig(dirac) >= 0.9
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-dirac
Dirac encoding and decoding plug-in.

%files -n %{bname}-dirac
%{_libdir}/gstreamer-%{api}/libgstdirac.so
%endif

#----------------------------------------------------------------------------

%if %{build_dts}
%package -n %{bname}-dts
Summary:	GStreamer plug-ins for DTS audio playback
Group:		Sound
BuildRequires:	pkgconfig(libdts)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-dts
Plug-ins for decoding DTS audio.

%files -n %{bname}-dts
%{_libdir}/gstreamer-%{api}/libgstdtsdec.so
%endif

#----------------------------------------------------------------------------

%if %{build_faac}
%package -n %{bname}-faac
Summary:	GStreamer plug-ins for AAC audio encoding
Group:		Sound
BuildRequires:	libfaac-devel
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-faac
Plug-ins for encoding AAC audio.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-faac
%{_libdir}/gstreamer-%{api}/libgstfaac.so
%endif

#----------------------------------------------------------------------------

%if %{build_faad}
%package -n %{bname}-faad
Summary:	GStreamer plug-in for AAC audio playback
Group:		Sound
BuildRequires:	libfaad2-devel
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-faad
Plug-ins for playing AAC audio

This package is in restricted repository as it violates some patents.

%files -n %{bname}-faad
%{_libdir}/gstreamer-%{api}/libgstfaad.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-gl
Summary:	GStreamer OpenGL plug-in
Group:		Sound
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-gl
GStreamer OpenGL plug-in.

%files -n %{bname}-gl
%{_libdir}/gstreamer-%{api}/libgstopengl.so

#----------------------------------------------------------------------------

%if %{build_gme}
%package -n %{bname}-gme
Summary:	GStreamer Game Music plug-in
Group:		Sound
BuildRequires:	libgme-devel
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-gme
Game Music decoding plug-in.

%files -n %{bname}-gme
%{_libdir}/gstreamer-%{api}/libgstgme.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-gsm
Summary:	GStreamer plugin for GSM lossy audio format
Group:		Sound
BuildRequires:	gsm-devel >= 1.0.10
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-gsm
Output plugin for GStreamer to convert to GSM lossy audio format.

%files -n %{bname}-gsm
%{_libdir}/gstreamer-%{api}/libgstgsm.so

#----------------------------------------------------------------------------

%package -n %{bname}-libass
Summary:	GStreamer subtitles plugin
Group:		Video
BuildRequires:	pkgconfig(libass)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-libass
This is a subtitle plugin for GStreamer based on libass.

%files -n %{bname}-libass
%{_libdir}/gstreamer-%{api}/libgstassrender.so

#----------------------------------------------------------------------------

%package -n %{bname}-mms
Summary:	GStreamer plug-in for mms streams
Group:		System/Libraries
BuildRequires:	pkgconfig(libmms)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-mms
Plug-in supporting the mms protocol based on the libmms library.

%files -n %{bname}-mms
%{_libdir}/gstreamer-%{api}/libgstmms.so

#----------------------------------------------------------------------------

%package -n %{bname}-mpeg2enc
Summary:	GStreamer mjpegtools plug-in
Group:		Video
BuildRequires:	pkgconfig(mjpegtools)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-mpeg2enc
mjpegtools-based encoding and decoding plug-in.

%files -n %{bname}-mpeg2enc
%{_libdir}/gstreamer-%{api}/libgstmpeg2enc.so
%{_libdir}/gstreamer-%{api}/libgstmplex.so

#----------------------------------------------------------------------------

%package -n %{bname}-rtmp
Summary:	GStreamer plug-in for rtmp streams
Group:		System/Libraries
BuildRequires:	pkgconfig(librtmp)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-rtmp
Plug-in supporting the rtmp protocol based on the librtmp library.

%files -n %{bname}-rtmp
%{_libdir}/gstreamer-%{api}/libgstrtmp.so

#----------------------------------------------------------------------------

%package -n %{bname}-schroedinger
Summary:	GStreamer dirac plug-in based on Schroedinger
Epoch:		1
Group:		Video
BuildRequires:	pkgconfig(schroedinger-1.0)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-schroedinger
Dirac encoding and decoding plug-in based on Schroedinger.

%files -n %{bname}-schroedinger
%{_libdir}/gstreamer-%{api}/libgstschro.so

#----------------------------------------------------------------------------

%package -n %{bname}-soundtouch
Summary:	GStreamer plug-in for SoundTouch support
Group:		Sound
BuildRequires:	pkgconfig(soundtouch)
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-soundtouch
Plug-in supporting the SoundTouch audio manipulation support.

%files -n %{bname}-soundtouch
%{_libdir}/gstreamer-%{api}/libgstsoundtouch.so

#----------------------------------------------------------------------------

%if %{build_xvid}
%package -n %{bname}-xvid
Summary:	GStreamer plug-ins for XVID video encoding and decoding
Group:		Video
BuildRequires:	xvid-devel >= 1.1
Requires:	%{bname}-plugins >= %{version}

%description -n %{bname}-xvid
Plug-ins for encoding and decoding XVID video.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-xvid
%{_libdir}/gstreamer-%{api}/libgstxvid.so
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn gst-plugins-bad-%{version}
%apply_patches

%build
%configure2_5x \
	--disable-dependency-tracking \
	--disable-static \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
	--disable-directfb \
%if ! %{build_celt}
	--disable-celt \
%endif
%if ! %{build_faac}
	--disable-faac \
%endif
%if ! %{build_faad}
	--disable-faad \
%endif
%if ! %{build_dirac}
	--disable-dirac \
%endif
%if ! %{build_xvid}
	--disable-xvid \
%endif
%if ! %{build_dts}
	--disable-dts \
%endif
%if ! %{build_plf}
	--disable-voaacenc \
	--disable-voamrwbenc \
%endif
%if %{build_experimental}
	--enable-experimental
%endif

make

%install
%makeinstall_std

%find_lang gst-plugins-bad-%{api}

# Clean out files that should not be part of the rpm.
# This is the recommended way of dealing with it for RH8
find %{buildroot} -name '*.la' -delete


%changelog

* Wed Feb 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.3-2plf
- (2bc1d5e) Build requires pkgconfig(glu)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26669 |14ru|gstreamer1.0-plugins-ugly-1.4.5-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1.0
%define majorminor 1.0
%define bname gstreamer1.0

%bcond_with experimental

%define build_amrnb 0
%define build_amrwbdec 0
%define build_lame 0
%define build_x264 0

##########################
# Hardcode PLF build
%define build_plf 1
##########################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_amrnb 1
%define build_amrwbdec 1
%define build_lame 1
%define build_x264 1
%endif

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-ugly
Version:	1.4.5
Release:	1%{?extrarelsuffix}
License:	LGPLv2+
Group:		Sound
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{version}.tar.xz
Url:		http://gstreamer.freedesktop.org/
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(orc-0.4)
%ifnarch %{mips} %{arm}
BuildRequires:	pkgconfig(valgrind)
%endif
Requires:	%{bname}-a52dec
%if %{build_amrnb}
Requires:	%{bname}-amrnb
%endif
%if %{build_amrwbdec}
Requires:	%{bname}-amrwbdec
%endif
Requires:	%{bname}-cdio
%if %{build_lame}
Requires:	%{bname}-lame
%endif
Requires:	%{bname}-mpeg
Requires:	%{bname}-sid
Requires:	%{bname}-twolame
%if %{build_x264}
Requires:	%{bname}-x264
%endif
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related. Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that have good quality and
correct functionality, but distributing them might pose problems. The
license on either the plug-ins or the supporting libraries might not
be how the GStreamer authors like. The code might be widely known to
present patent problems.

%if %{build_plf}
This package is in Restricted repository as it violates some patents.
%endif

%files -f gst-plugins-ugly-%{majorminor}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{majorminor}/libgstasf.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdlpcmdec.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdread.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdsub.so
%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
%{_libdir}/gstreamer-%{majorminor}/libgstrmdemux.so
%if %{with experimental}
%{_libdir}/gstreamer-%{majorminor}/libgstsynaesthesia.so
%endif
%{_libdir}/gstreamer-%{majorminor}/libgstxingmux.so

#----------------------------------------------------------------------------

%package -n %{bname}-a52dec
Summary:	GStreamer VOB decoder plugin
Group:		Sound
BuildRequires:	a52dec-devel >= 0.7.3
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-a52dec
Plugin for decoding of VOB files.

%files -n %{bname}-a52dec
%{_libdir}/gstreamer-%{majorminor}/libgsta52dec.so

#----------------------------------------------------------------------------

%if %{build_amrnb}
%package -n %{bname}-amrnb
Summary:	GStreamer plug-in for AMR-NB support
Group: 		Sound
BuildRequires:	pkgconfig(opencore-amrnb)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-amrnb
Plug-in for decoding AMR-NB under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrnb
%{_libdir}/gstreamer-%{majorminor}/libgstamrnb.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstAmrnbEnc.prs
%endif

#----------------------------------------------------------------------------

%if %{build_amrwbdec}
%package -n %{bname}-amrwbdec
Summary:	GStreamer plug-in for AMR-WB decoding support
Group:		Sound
BuildRequires:	pkgconfig(opencore-amrwb)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-amrwbdec
Plug-in for decoding AMR-Wb under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrwbdec
%{_libdir}/gstreamer-%{majorminor}/libgstamrwbdec.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-cdio
Summary:	GStreamer plug-in for audio CD playback
Group:		Sound
BuildRequires:	pkgconfig(libcdio)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-cdio
Plug-in for audio CD playback.

%files -n %{bname}-cdio
%{_libdir}/gstreamer-%{majorminor}/libgstcdio.so

#----------------------------------------------------------------------------

%if %{build_lame}
%package -n %{bname}-lame
Summary:	GStreamer plug-in for encoding mp3 songs using lame
Group:		Sound
BuildRequires:	liblame-devel >= 3.89
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-lame
Plug-in for encoding mp3 with lame under GStreamer.

This package is in the restricted repository as it violates some patents.

%files -n %{bname}-lame
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-mpeg
Summary:	GStreamer plug-ins for MPEG video playback and encoding
Group:		Video
BuildRequires:	pkgconfig(libmpeg2)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-mpeg
Plug-ins for playing and encoding MPEG video.

%files -n %{bname}-mpeg
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so

#----------------------------------------------------------------------------

%package -n %{bname}-sid
Summary:	GStreamer Sid C64 music plugin
Group:		Sound
BuildRequires:	sidplay-devel => 1.36.0
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-sid
Plugin for playback of C64 SID format music files

%files -n %{bname}-sid
%{_libdir}/gstreamer-%{majorminor}/libgstsid.so

#----------------------------------------------------------------------------

%package -n %{bname}-twolame
Summary:	GStreamer plug-in for MP2 encoding support
Group:		Sound
BuildRequires:	pkgconfig(twolame)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-twolame
Plug-in for encoding MP2 under GStreamer.

%files -n %{bname}-twolame
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so

#----------------------------------------------------------------------------

%if %{build_x264}
%package -n %{bname}-x264
Summary:	GStreamer plug-in for H264/AVC video encoding
Group:		Video
BuildRequires:	pkgconfig(x264)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-x264
Plug-in for encoding H264/AVC video.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-x264
%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstX264Enc.prs
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn gst-plugins-ugly-%{version}

%build
%configure2_5x \
	--disable-dependency-tracking \
	--disable-static \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
%if !%{build_lame}
	--disable-lame \
%endif
%if %{with experimental}
	--enable-experimental
%endif

%make

%check
cd tests/check
make check

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang gst-plugins-ugly-%{majorminor}

#remove gtk-doc
rm -rf %{buildroot}%{_datadir}/gtk-doc

%changelog
* Tue Mar 10 2015 Tigro <ashejn@yandex-team.ru> 1.4.5-1plf
+ Revision: baeb9c6
- drop gtk-doc



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26670 |14ru|gstreamer1.0-plugins-ugly-1.6.3-1.1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 1.0
%define majorminor 1.0
%define bname gstreamer1.0

%bcond_with experimental

%define build_amrnb 0
%define build_amrwbdec 0
%define build_lame 0
%define build_x264 0

##########################
# Hardcode PLF build
%define build_plf 1
##########################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_amrnb 1
%define build_amrwbdec 1
%define build_lame 1
%define build_x264 1
%endif

Summary:	GStreamer Streaming-media framework plug-ins
Name:		%{bname}-plugins-ugly
Version:	1.6.3
Release:	1.1%{?extrarelsuffix}
License:	LGPLv2+
Group:		Sound
Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{version}.tar.xz
Url:		http://gstreamer.freedesktop.org/
BuildRequires:	pkgconfig(check)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(glib-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(orc-0.4)
%ifnarch %{mips} %{arm}
BuildRequires:	pkgconfig(valgrind)
%endif
Requires:	%{bname}-a52dec
%if %{build_amrnb}
Requires:	%{bname}-amrnb
%endif
%if %{build_amrwbdec}
Requires:	%{bname}-amrwbdec
%endif
Requires:	%{bname}-cdio
%if %{build_lame}
Requires:	%{bname}-lame
%endif
Requires:	%{bname}-mpeg
Requires:	%{bname}-sid
Requires:	%{bname}-twolame
%if %{build_x264}
Requires:	%{bname}-x264
%endif
Provides:	%{bname}-audiosrc
Provides:	%{bname}-audiosink

%description
GStreamer is a streaming-media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
else media-related. Its plugin-based architecture means that new data
types or processing capabilities can be added simply by installing new
plug-ins.

This package contains a set of plug-ins that have good quality and
correct functionality, but distributing them might pose problems. The
license on either the plug-ins or the supporting libraries might not
be how the GStreamer authors like. The code might be widely known to
present patent problems.

%if %{build_plf}
This package is in Restricted repository as it violates some patents.
%endif

%files -f gst-plugins-ugly-%{majorminor}.lang
%doc AUTHORS COPYING README NEWS
%{_libdir}/gstreamer-%{majorminor}/libgstasf.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdlpcmdec.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdread.so
%{_libdir}/gstreamer-%{majorminor}/libgstdvdsub.so
%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
%{_libdir}/gstreamer-%{majorminor}/libgstrmdemux.so
%if %{with experimental}
%{_libdir}/gstreamer-%{majorminor}/libgstsynaesthesia.so
%endif
%{_libdir}/gstreamer-%{majorminor}/libgstxingmux.so

#----------------------------------------------------------------------------

%package -n %{bname}-a52dec
Summary:	GStreamer VOB decoder plugin
Group:		Sound
BuildRequires:	a52dec-devel >= 0.7.3
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-a52dec
Plugin for decoding of VOB files.

%files -n %{bname}-a52dec
%{_libdir}/gstreamer-%{majorminor}/libgsta52dec.so

#----------------------------------------------------------------------------

%if %{build_amrnb}
%package -n %{bname}-amrnb
Summary:	GStreamer plug-in for AMR-NB support
Group: 		Sound
BuildRequires:	pkgconfig(opencore-amrnb)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-amrnb
Plug-in for decoding AMR-NB under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrnb
%{_libdir}/gstreamer-%{majorminor}/libgstamrnb.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstAmrnbEnc.prs
%endif

#----------------------------------------------------------------------------

%if %{build_amrwbdec}
%package -n %{bname}-amrwbdec
Summary:	GStreamer plug-in for AMR-WB decoding support
Group:		Sound
BuildRequires:	pkgconfig(opencore-amrwb)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-amrwbdec
Plug-in for decoding AMR-Wb under GStreamer.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-amrwbdec
%{_libdir}/gstreamer-%{majorminor}/libgstamrwbdec.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-cdio
Summary:	GStreamer plug-in for audio CD playback
Group:		Sound
BuildRequires:	pkgconfig(libcdio)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-cdio
Plug-in for audio CD playback.

%files -n %{bname}-cdio
%{_libdir}/gstreamer-%{majorminor}/libgstcdio.so

#----------------------------------------------------------------------------

%if %{build_lame}
%package -n %{bname}-lame
Summary:	GStreamer plug-in for encoding mp3 songs using lame
Group:		Sound
BuildRequires:	liblame-devel >= 3.89
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-lame
Plug-in for encoding mp3 with lame under GStreamer.

This package is in the restricted repository as it violates some patents.

%files -n %{bname}-lame
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-mpeg
Summary:	GStreamer plug-ins for MPEG video playback and encoding
Group:		Video
BuildRequires:	pkgconfig(libmpeg2)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-mpeg
Plug-ins for playing and encoding MPEG video.

%files -n %{bname}-mpeg
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so

#----------------------------------------------------------------------------

%package -n %{bname}-sid
Summary:	GStreamer Sid C64 music plugin
Group:		Sound
BuildRequires:	sidplay-devel => 1.36.0
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-sid
Plugin for playback of C64 SID format music files

%files -n %{bname}-sid
%{_libdir}/gstreamer-%{majorminor}/libgstsid.so

#----------------------------------------------------------------------------

%package -n %{bname}-twolame
Summary:	GStreamer plug-in for MP2 encoding support
Group:		Sound
BuildRequires:	pkgconfig(twolame)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-twolame
Plug-in for encoding MP2 under GStreamer.

%files -n %{bname}-twolame
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so

#----------------------------------------------------------------------------

%if %{build_x264}
%package -n %{bname}-x264
Summary:	GStreamer plug-in for H264/AVC video encoding
Group:		Video
BuildRequires:	pkgconfig(x264)
Requires:	%{bname}-plugins >= %{version}-%{release}

%description -n %{bname}-x264
Plug-in for encoding H264/AVC video.

This package is in restricted repository as it violates some patents.

%files -n %{bname}-x264
%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
%{_datadir}/gstreamer-%{majorminor}/presets/GstX264Enc.prs
%endif

#----------------------------------------------------------------------------

%prep
%setup -qn gst-plugins-ugly-%{version}

%build
%configure2_5x \
	--disable-dependency-tracking \
	--disable-static \
	--with-package-name='%{distribution} %{name} package' \
	--with-package-origin='%{disturl}' \
%if !%{build_lame}
	--disable-lame \
%endif
%if %{with experimental}
	--enable-experimental
%endif

%make

%check
cd tests/check
make check

%install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %makeinstall_std

%find_lang gst-plugins-ugly-%{majorminor}

#remove gtk-doc
rm -rf %{buildroot}%{_datadir}/gtk-doc

%changelog

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.6.3-1.1plf
- (135e60b) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26671 |14ru|handbrake-1.0.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define gstapi 1.0
%define oname HandBrake

Summary:	MPEG-AVC(H.264)/MPEG-4 converter
Name:		handbrake
Version:	1.0.7
Release:	1
License:	GPLv2+
Group:		Video
Url:		http://handbrake.fr/
Source0:	%{oname}-%{version}.tar.bz2
Source1:	handbrake_ru.tar.gz
BuildRequires:	intltool
BuildRequires:	iso-codes
BuildRequires:	libtool
BuildRequires:	svn
BuildRequires:	cmake
BuildRequires:	valgrind
BuildRequires:	yasm
BuildRequires:	bzip2-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	jansson-devel
BuildRequires:	liblame-devel
BuildRequires:	pkgconfig(gstreamer-%{gstapi})
BuildRequires:	pkgconfig(gstreamer-plugins-base-%{gstapi})
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(gudev-1.0)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libgtkhtml-3.14)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(theora)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(webkit-1.0)
BuildRequires:	pkgconfig(webkitgtk-3.0)
BuildRequires:	pkgconfig(x264)
BuildRequires:	pkgconfig(zlib)
Suggests:	typelib(AppIndicator3)
Suggests:	gstreamer%{gstapi}-libav
Suggests:	gstreamer%{gstapi}-plugins-base
Suggests:	gstreamer%{gstapi}-plugins-good
Suggests:	gstreamer%{gstapi}-plugins-bad
Suggests:	gstreamer%{gstapi}-plugins-ugly
Suggests:	gstreamer%{gstapi}-pulse

%description
HandBrake is an open-source, GPL-licensed, multi-platform,
multi-threaded MPEG-AVC(x.264)/MPEG-4 converter, available for
MacOS X, Linux and Windows. It is a video encoder that takes
your movies and transfers them to a format that's useful on
your computers, media centers, and portable electronic devices.


%files
%doc COPYING
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/scalable/apps/hb-icon.svg
%{_datadir}/locale/*/LC_MESSAGES/ghb.mo

#----------------------------------------------------------------------------

%prep
%setup -qn %{oname}-%{version}

pushd gtk/po
tar -xvzf %{SOURCE1}
popd


find . -name "Makefile*" -o -name "*.m4" |xargs sed -i -e 's,configure.in,configure.ac,g'

%build
# export CFLAGS="$RPM_OPT_FLAGS"
# export CXXFLAGS="$RPM_OPT_FLAGS"
./configure --prefix=%{_prefix} --launch --launch-jobs=0

pushd gtk
autoreconf
popd
cd build && make

%install
%makeinstall_std -C build
%find_lang ghb

install -m 0755 build/HandBrakeCLI %{buildroot}%{_bindir}/HandBrakeCLI
pushd %{buildroot}%{_bindir}
ln -s ./HandBrakeCLI ./handbrake
popd

sed -i -e "s|hb-icon|hb-icon.png|" %{buildroot}%{_datadir}/applications/ghb.desktop

desktop-file-install --vendor="" \
  --remove-category="Application" \
  --add-category="X-MandrivaLinux-Multimedia-Video" \
  --add-category="X-MandrivaLinux-CrossDesktop" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

rm -rf %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache

%changelog

* Thu Jun 29 2017 Vladimir Potapov <vladimir.potapov@rosalab.ru> 1.0.7-1
- (c63205a) up to 1.0.7

* Fri Mar 24 2017 Victor Ryzhikh <victorr2007@yandex.ru> 1.0.3-2
- (fb01ab7) Updated Russian translation
- (Victor Ryzhikh: e8fa581) Updated Russian translation

* Wed Mar 22 2017 Victor Ryzhikh <victorr2007@yandex.ru> 1.0.3-1
- (cb81264) Updated Russian translation
- (Victor Ryzhikh: 0255532) Updated to 1.0.3

* Mon Mar 20 2017 Victor Ryzhikh <victorr2007@yandex.ru> 1.0.2-1.2
- (fee728f) Updated to 1.0.3
- (Andrey Bondrov: 17141c9) Bump release

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2-1.1
- (e181cd9) Add plf suffix

* Sat Feb 11 2017 Victor Ryzhikh <victorr2007@yandex.ru> 1.0.2-1
- (c5861d3) Updated to 1.0.2

* Sat Feb 11 2017 Victor Ryzhikh <victorr2007@yandex.ru> 1.0.1-1
- (d98a2ea) Updated to 1.0.2
- (Victor Ryzhikh: 91de226) Update to 1.0.1, Updated Russian translations

* Fri Jan 20 2017 Victor Ryzhikh <victorr2007@yandex.ru> 1.0.0-1
- (ca46555) Update to 1.0.1, Updated Russian translations
- (tremod: 8eb9928) Update to 1.0.0

* Sun Feb 14 2016 Victor Ryzhikh <victorr2007@yandex.ru> 0.10.5-1
- (3d249f7) Updated new version 0.10.5

* Sun Feb 14 2016 Victor Ryzhikh <victorr2007@yandex.ru> 0.10.3-1
- (4552483) Updated new version 0.10.5
- (Victor Ryzhikh: f9ab6c4) Updated new version 0.10.3
- (Victor Ryzhikh: 776e848) Updated new version 0.10.3
- (Victor Ryzhikh: 9c273f1) Updated new version 0.10.3
- (Victor Ryzhikh: d899b89) Updated new version 0.10.3

* Tue Jan 26 2016 Victor Ryzhikh <victorr2007@yandex.ru> 0.10.2-2
- (488d92e) Updated new version 0.10.3
- (Victor Ryzhikh: 447e24e) Updated Russian translations

* Fri Dec 04 2015 Victor Ryzhikh <victorr2007@yandex.ru> 0.10.2-1
- (34b8891) Updated Russian translations
- (Victor Ryzhikh: 5d19674) Updated .abf.yml
- (Victor Ryzhikh: ae93951) Updated handbrake.spec

* Tue May 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.10.1-2
- (045cea3) Bump release

* Tue Mar 24 2015 Victor Ryzhikh <victorr2007@yandex.ru> 0.10.1-1
- (b33c26a) Updated handbrake.spec

* Tue Mar 24 2015 Victor Ryzhikh <victorr2007@yandex.ru> 0.10.0-3
- (68c7bbd) Updated .abf.yml
- (Victor Ryzhikh: 761db46) Updated .abf.yml
- (Victor Ryzhikh: 606af21) Updated handbrake.spec

* Thu Dec 18 2014 Victor Ryzhikh <victorr2007@yandex.ru> 0.10.0-2
- (e6c161e) Updated .abf.yml



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26672 |14ru|k3b-2.0.3-2plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
######################
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

Summary:	CD-Burner for KDE4
Name:		k3b
Version:	2.0.3
Release:	2%{?extrarelsuffix}
Epoch:		4
License:	GPLv2+
Group:		Archiving/Cd burning
Url:		http://k3b.sourceforge.net/
Source0:	ftp://ftp.kde.org/pub/kde/stable/%{name}/%{name}-%{version}a.tar.xz
Source1:	k3b-docbook-ru.tar.bz2
Patch0:		k3b-2.0.3-always-use-growisofs-for-dvd.patch
Patch1:		k3b-2.0.2-docbook-ru.patch
Patch2:		k3b-2.0.3-k3bsetup-desktop.patch
BuildRequires:	doxygen
BuildRequires:	kdelibs4-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	libkcddb-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(polkit-qt-1)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis)
%if %{build_plf}
BuildRequires:	liblame-devel
%else
BuildConflicts:	liblame-devel
%endif
Requires:	cdrecord
Requires:	mkisofs
Requires:	cdrdao
Requires:	sox
Requires:	vcdimager
Requires:	normalize
Requires:	dvd+rw-tools
Requires:	kdebase4-runtime
Suggests:	transсode

%description
K3b is CD-writing software which intends to be feature-rich and
provide an easily usable interface. Features include burning
audio CDs from .WAV and .MP3 audio files, configuring external
programs and configuring devices.

%if %{build_plf}
This package is in Restricted repository because it supports
mp3 encoding which is patent-protected.
%endif

%files -f %{name}.lang
%{_kde_bindir}/k3b
%{_kde_bindir}/k3bsetup
%{_kde_libdir}/kde4/kcm_k3bsetup.so
%{_kde_libdir}/kde4/kcm_k3boggvorbisencoder.so
%{_kde_libdir}/kde4/kio_videodvd.so
%{_kde_libdir}/kde4/k3bffmpegdecoder.so
%{_kde_libdir}/kde4/k3bflacdecoder.so
%{_kde_libdir}/kde4/k3bmaddecoder.so
%{_kde_libdir}/kde4/k3boggvorbisdecoder.so
%{_kde_libdir}/kde4/k3boggvorbisencoder.so
%{_kde_libdir}/kde4/k3bmpcdecoder.so
%{_kde_libdir}/kde4/k3blibsndfiledecoder.so
%{_kde_libdir}/kde4/k3baudiometainforenamerplugin.so
%{_kde_libdir}/kde4/k3baudioprojectcddbplugin.so
%{_kde_libdir}/kde4/k3bexternalencoder.so
%{_kde_libdir}/kde4/k3bsoxencoder.so
%{_kde_libdir}/kde4/k3bwavedecoder.so
%{_kde_libdir}/kde4/kcm_k3bexternalencoder.so
%{_kde_libdir}/kde4/kcm_k3bsoxencoder.so
%if %{build_plf}
%{_kde_libdir}/kde4/k3blameencoder.so
%{_kde_libdir}/kde4/kcm_k3blameencoder.so
%endif
%{_kde_datadir}/applications/kde4/k3b.desktop
%{_kde_datadir}/mime/packages/x-k3b.xml
%{_kde_appsdir}/k3b
%{_kde_appsdir}/konqsidebartng/virtual_folders/services/videodvd.desktop
%{_kde_appsdir}/solid/actions/*
%{_kde_datadir}/kde4/services/ServiceMenus/*.desktop
%{_kde_datadir}/kde4/services/*.desktop
%{_kde_datadir}/kde4/servicetypes/k3bplugin.desktop
%{_kde_datadir}/kde4/services/videodvd.protocol
%{_kde_iconsdir}/hicolor/*/apps/k3b.*
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.k3bsetup.conf
%{_kde_libdir}/kde4/libexec/k3bsetuphelper
%{_kde_datadir}/polkit-1/actions/org.kde.kcontrol.k3bsetup.policy
%{_kde_datadir}/dbus-1/system-services/org.kde.kcontrol.k3bsetup.service
%{_kde_datadir}/doc/HTML/*

#------------------------------------------------

%define libk3b_major 6
%define libk3b %mklibname k3blib %{libk3b_major}

%package -n %{libk3b}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libk3b}
KDE 4 core library.

%files -n %{libk3b}
%{_kde_libdir}/libk3blib.so.%{libk3b_major}*

#------------------------------------------------

%define libk3bdevice_major 6
%define libk3bdevice %mklibname k3bdevice %{libk3bdevice_major}

%package -n %{libk3bdevice}
Summary:	KDE 4 core library
Group:		System/Libraries

%description -n %{libk3bdevice}
KDE 4 core library.

%files -n %{libk3bdevice}
%{_kde_libdir}/libk3bdevice.so.%{libk3bdevice_major}*

#------------------------------------------------

%package devel
Group:		Development/KDE and Qt
Summary:	Development libraries from %{name}
Requires:	%{libk3bdevice} = %{EVRD}
Requires:	%{libk3b} = %{EVRD}

%description devel
Development libraries from %{name}.

%files devel
%{_kde_includedir}/*.h
%{_kde_libdir}/libk3blib.so
%{_kde_libdir}/libk3bdevice.so

#------------------------------------------------

%prep
%setup -q -a1
%patch0 -p1 -b .dvd
%patch1 -p1 -b .docbook-ru
%patch2 -p1 -b .k3bsetup

%build
%cmake_kde4
%make

%install
%makeinstall_std -C build

%find_lang --with-html k3b k3bsetup kio_videodvd libk3b libk3bdevice %{name}.lang

%changelog
* Thu Feb 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4:2.0.3-2plf
+ Revision: 07b4c06
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26673 |14ru|libde265-1.0.2-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define major 0

%define libname %mklibname de265_ %{major}
%define devname %mklibname de265 -d

Summary:	Open h.265 video codec implementation
Name:		libde265
Version:	1.0.2
Release:	1
License:	LGPLv3+
Group:		Video
Url:		http://www.libde265.org
# https://github.com/strukturag/libde265/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz

%description
Open h.265 video codec implementation.

This package is in Restricted repository as the video encoder may be covered
by software patents.

%files
%{_bindir}/bjoentegaard
%{_bindir}/block-rate-estim
%{_bindir}/enc265
%{_bindir}/gen-enc-table
%{_bindir}/rd-curves
%{_bindir}/yuv-distortion

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library from %{name}
Group:		System/Libraries

%description -n %{libname}
Shared library from %{name}.

%files -n %{libname}
%{_libdir}/libde265.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files from %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files from %{name}.

%files -n %{devname}
%{_libdir}/libde265.so
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x \
	--disable-dec265 \
	--disable-sherlock265 \
	--disable-static
%make

%install
%makeinstall_std

# Name is too common to keep
rm -f %{buildroot}%{_bindir}/tests

%changelog

* Thu Dec 24 2015 Rosa <rosa@abf.rosalinux.ru> 1.0.2-1
- (a6999c3) Automatic import for version 1.0.2-1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26674 |14ru|libdvdcss-1.3.0-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define major 2
%define libname %mklibname dvdcss %{major}
%define devname %mklibname dvdcss -d

Summary:	Library for accessing DVDs like block device usind deCSS if needed
Name:		libdvdcss
Version:	1.3.0
Release:	1
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.videolan.org/libdvdcss
Source0:	%{name}-%{version}.tar.bz2
Conflicts:	libdvdcss0.0.1
Conflicts:	libdvdcss0.0.2

%description
libdvdcss is a simple library designed for accessing DVDs like a block device
without having to bother about the decryption. The important features are:
 * Portability. Currently supported platforms are GNU/Linux, FreeBSD, NetBSD,
   OpenBSD, BSD/OS, BeOS, Windows 95/98, Windows NT/2000, MacOS X, Solaris,
   and HP-UX.
 * Simplicity. There are currently 7 functions in the API, and we intend to
   keep this number low.
 * Freedom. libdvdcss is released under the General Public License, ensuring
   it will stay free, and used only for free software products.
 * Just better. Unlike most similar projects, libdvdcss doesn't require the
   region of your drive to be set.

This package is in restricted as it violates patents.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A library for accessing DVDs like block device usind deCSS if needed
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
libdvdcss is a simple library designed for accessing DVDs like a block device
without having to bother about the decryption. The important features are:
 * Portability. Currently supported platforms are GNU/Linux, FreeBSD, NetBSD,
   OpenBSD, BSD/OS, BeOS, Windows 95/98, Windows NT/2000, MacOS X, Solaris,
   and HP-UX.
 * Simplicity. There are currently 7 functions in the API, and we intend to
   keep this number low.
 * Freedom. libdvdcss is released under the General Public License, ensuring
   it will stay free, and used only for free software products.
 * Just better. Unlike most similar projects, libdvdcss doesn't require the
   region of your drive to be set.

%files -n %{libname}
%{_libdir}/libdvdcss.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development tools for programs which will use the libdvdcss library
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
The %{name}-devel package includes the header files and static libraries
necessary for developing programs which will manipulate DVDs files using
the %{name} library.

If you are going to develop programs which will manipulate DVDs, you
should install %{name}-devel.  You'll also need to have the %{name}
package installed.

%files -n %{devname}
%doc ChangeLog COPYING
%doc %{_docdir}/%{name}
%{_libdir}/libdvdcss.so
%{_includedir}/*
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std


%changelog
* Thu Feb 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.3.0-1
+ Revision: cba14d1
- New version 1.3.0



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26675 |14ru|libpano13-2.9.19-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define bigfov 0
# --with plf build libpano with fov > 160 support which is patent covered
# or have some legal issue, so disabled by default

%{?_with_plf: %{expand: %%global bigfov 1}}


####################
# Hardcore plf build
%define bigfov 1
####################


%if %{bigfov}
%define distsuffix plf
%if %{mdvver} >= 201100
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif
%endif

%define lib_major 3
%define libname %mklibname pano13_ %{lib_major}
%define develname %mklibname -d pano13

Name:		libpano13
Version:	2.9.19
Release:	1%{?extrarelsuffix}
Summary:	Panorama Tools library
License:	GPLv2+
Group:		System/Libraries
URL:		http://panotools.sourceforge.net/
Source:		http://downloads.sourceforge.net/panotools/%{name}-%{version}.tar.gz
BuildRequires:	java-1.7.0-openjdk-devel
BuildRequires:	pkgconfig(libpng)
BuildRequires:	jpeg-devel
BuildRequires:	tiff-devel
BuildRequires:	zlib-devel

%description
Helmut Dersch's Panorama Tools.

%if %{bigfov}
This package is in restricted because there is a patent if FOV is > 160
%endif

%package tools
Summary:	Panorama Tools library
Group:		Graphics

%description tools
Utilies for Helmut Dersch's Panorama Tools.

%package -n %{libname}
Summary:	Panorama Tools library
Group:		System/Libraries
Provides:	%{name} = %{version}-%{release}
Obsoletes:	%{mklibname pano13_ 2} < 2.9.19
Obsoletes:	%{_lib}pano13_0 < 2.9.19

%description -n %{libname}
Libraries for Helmut Dersch's Panorama Tools.

%package -n %{develname}
Summary:	Headers for developing programs that will use %{name}
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	pano13-devel = %{version}-%{release}

%description -n %{develname}
Developent headers for Helmut Dersch's Panorama Tools.

%prep
%setup -q

%build
export LIBS="-lm"
%if %{bigfov}
perl -pi -e "s|\#define\s+MAX_FISHEYE_FOV.*|\#define MAX_FISHEYE_FOV 3600|" filter.h
%endif
export CFLAGS="%{optflags} -fPIC"
%configure2_5x \
	--enable-shared=yes \
	--enable-static=no

%make

%install
%makeinstall

%files tools
%doc README.linux AUTHORS
%{_bindir}/PT*
%{_bindir}/panoinfo
%{_mandir}/man1/*.1.*

%files -n %{libname}
%{_libdir}/libpano13.so.%{lib_major}*

%files -n %{develname}
%{_includedir}/pano13
%{_libdir}/libpano13.so
%{_libdir}/pkgconfig/*.pc



%changelog

* Tue Apr 07 2015 Denis Silakov <denis.silakov@rosalab.ru> 2.9.19-1plf
- (cdc34b3) Fix major number



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26676 |14ru|libquicktime-1.2.4-10plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libname %mklibname quicktime %{major}
%define devname %mklibname quicktime -d

######################
# Hardcore PLF build
%define build_plf 1
######################

%{?_with_plf: %{expand: %%global build_plf 1}}
%if %{build_plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define distsuffix plf
%endif

Summary:	A library for manipulating QuickTime files
Name:		libquicktime
Version:	1.2.4
Release:	10%{?extrarelsuffix}
%if %{build_plf}
License:	GPLv2+
%else
License:	LGPLv2+
%endif
Group:		Video
Url:		http://libquicktime.sourceforge.net/
Source0:	http://prdownloads.sourceforge.net/libquicktime/%{name}-%{version}.tar.gz
Patch0:		libquicktime-1.2.2-ffmpeg07.patch
Patch1:		libquicktime-1.2.4-ffmpeg2.patch
Patch2:		libquicktime-1.2.4-ffmpeg3.patch
Patch3:		libquicktime-1.2.4-integer_overflow.patch
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	doxygen
BuildRequires:	ffmpeg-devel
BuildRequires:	jpeg-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(schroedinger-1.0)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xv)

%description
Libquicktime is a library for reading and writing QuickTime files
on UNIX systems. Video CODECs supported by this library are OpenDivX, MJPA,
JPEG Photo, PNG, RGB, YUV 4:2:2, and YUV 4:2:0 compression.  Supported
audio CODECs are Ogg Vorbis, IMA4, ulaw, and any linear PCM format.

Libquicktime is based on the quicktime4linux library.  Libquicktime add
features such as a GNU build tools-based build process and dynamically
loadable CODECs.

%if %{build_plf}
This package is in restricted as it violates some patents.
%endif

%files -f %{name}.lang
%doc README
%dir %{_libdir}/libquicktime/
%{_libdir}/libquicktime/lqt_audiocodec.so
%{_libdir}/libquicktime/lqt_ffmpeg.so
%{_libdir}/libquicktime/lqt_mjpeg.so
%{_libdir}/libquicktime/lqt_png.so
%{_libdir}/libquicktime/lqt_videocodec.so
%{_libdir}/libquicktime/lqt_rtjpeg.so
%{_libdir}/libquicktime/lqt_schroedinger.so
%{_libdir}/libquicktime/lqt_vorbis.so

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of libquicktime
Group:		System/Libraries

%description -n %{libname}
Libquicktime is a library for reading and writing QuickTime files
on UNIX systems. Video CODECs supported by this library are OpenDivX, MJPA,
JPEG Photo, PNG, RGB, YUV 4:2:2, and YUV 4:2:0 compression.  Supported
audio CODECs are Ogg Vorbis, IMA4, ulaw, and any linear PCM format.

Libquicktime is based on the quicktime4linux library.  Libquicktime add
features such as a GNU build tools-based build process and dynamically
loadable CODECs.

%files -n %{libname}
%{_libdir}/libquicktime.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Header files and development documentation for libquicktime
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	libquicktime-devel = %{EVRD}
Provides:	quicktime-devel = %{EVRD}
Provides:	quicktime-static-devel = %{EVRD}

%description -n %{devname}
Header files and development documentation for libquicktime.

%files -n %{devname}
%{_libdir}/libquicktime.so
%{_includedir}/lqt
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package dv
Summary:	Libquicktime plugin supporting the DV codec
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(libdv)

%description dv
Libquicktime plugin supporting the DV codec

%files dv
%{_libdir}/libquicktime/lqt_dv.so

#----------------------------------------------------------------------------

%package progs
Summary:	Useful tools to operate at QuickTime files
Group:		Video
Requires:	%{name} = %{EVRD}

%description progs
Useful tools to operate on QuickTime files.

%files progs
%doc README TODO
%{_bindir}/libquicktime_config
%{_bindir}/lqtplay
%{_bindir}/lqtremux
%{_bindir}/lqt_transcode
%{_bindir}/qt*
%{_mandir}/man1/lqtplay.1*

%if %{build_plf}
#----------------------------------------------------------------------------
%package lame
Summary:	Libquicktime plugin supporting the MP3 codec
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	lame-devel

%description lame
This is a libquicktime plugin supporting the MP3 codec based on lame.

This package is in restricted as it violates some patents.

%files lame
%{_libdir}/libquicktime/lqt_lame.so

#----------------------------------------------------------------------------

%package faac
Summary:	Libquicktime plugin for encoding AAC
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	libfaac-devel

%description faac
This is a libquicktime plugin for AAC encoding based on faac.

This package is in restricted as it violates some patents.

%files faac
%{_libdir}/libquicktime/lqt_faac.so

#----------------------------------------------------------------------------

%package faad
Summary:	Libquicktime plugin for decoding AAC
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	libfaad2-devel

%description faad
This is a libquicktime plugin for AAC decoding based on faad2.

This package is in restricted as it violates some patents.

%files faad
%{_libdir}/libquicktime/lqt_faad2.so

#----------------------------------------------------------------------------

%package x264
Summary:	Libquicktime plugin for encoding H.264/MPEG-4 streams
Group:		Video
Requires:	%{name} = %{EVRD}
BuildRequires:	pkgconfig(x264)

%description x264
This is a libquicktime plugin for encoding H.264/MPEG-4 streams.

This package is in restricted as it violates some patents.

%files x264
%{_libdir}/libquicktime/lqt_x264.so
#----------------------------------------------------------------------------
%endif

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%configure2_5x \
	--with-libdv \
%ifarch x86_64
	--with-pic \
%endif
%if %{build_plf}
	--enable-gpl
%endif

%make

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/libquicktime/*a
rm -f %{buildroot}%{_libdir}/libquicktime/lqt_opendivx.so

%find_lang %{name}


%changelog

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26677 |14ru|libtxc_dxtn-1.0.1-6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define libname %mklibname txc-dxtn
%define devname %mklibname txc-dxtn -d

Summary:	S3 Texture Compression (S3TC) sextension for Mesa
Name:		libtxc_dxtn
Version:	1.0.1
Epoch:		1
Release:	6
License:	BSD
Group:		System/Libraries
Url:		http://cgit.freedesktop.org/~mareko/libtxc_dxtn/
Source0:	http://cgit.freedesktop.org/~mareko/libtxc_dxtn/snapshot/libtxc_dxtn-%{version}.tar.bz2
BuildRequires:	pkgconfig(gl)

%description
An open source implementation of the S3 Texture Compression (S3TC)
for use with the open source OpenGL implementation Mesa.

This provides the GLX extension GL_EXT_texture_compression_s3tc.

This package is in restricted because S3TC is covered by software
patents.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	S3 Texture Compression (S3TC) sextension for Mesa
Group:		System/Libraries
Provides:	%{name} = %{EVRD}

%description -n %{libname}
An open source implementation of the  S3 Texture Compression (S3TC)
for use with the open source OpenGL implementation Mesa.

This provides the GLX extension GL_EXT_texture_compression_s3tc.

This package is in restricted because S3TC is covered by software
patents.

%files -n %{libname}
%{_libdir}/%{name}.so

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	S3 Texture Compression (S3TC) sextension for Mesa
Group:		System/Libraries
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
An open source implementation of the S3 Texture Compression (S3TC)
for use with the open source OpenGL implementation Mesa.

This provides the GLX extension GL_EXT_texture_compression_s3tc.

This package is in restricted because S3TC is covered by software
patents.

%files -n %{devname}
%doc Changelog
%{_includedir}/txc_dxtn.h

#----------------------------------------------------------------------------

%prep
%setup -q

%build
[[ -f configure ]] || ./autogen.sh
%setup_compile_flags
%configure
%make

%install
%makeinstall_std


%changelog

* Tue Jun 07 2016 Evgenii Shatokhin <eugene.shatokhin@rosalab.ru> 1:1.0.1-6
- (53be3d0) Release up for a rebuild



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26678 |14ru|mac-3.99.4.5.7-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define ver 3.99
%define uver 4
%define bver 5
%define sver 7

%define major 2
%define libname %mklibname %{name} %{major}
%define devname %mklibname %{name} -d

Summary:	Monkey's Audio Codec
Name:		mac
Version:	%{ver}.%{uver}.%{bver}.%{sver}
Release:	2
License:	Freeware
Group:		Sound
Url:		http://etree.org/shnutils/shntool/
Source0:	http://etree.org/shnutils/shntool/support/formats/ape/unix/%{ver}-u%{uver}-b%{bver}-s%{sver}/%{name}-%{ver}-u%{uver}-b%{bver}-s%{sver}.tar.gz
BuildRequires:	libstdc++-devel

%description
Monkey's Audio Codec is a lossless audio codec w/ good
correspondence of compression (and decompresssion) ratio
and time.

Monkey's Audio Codec can be used for personal, educational
and non-commercial purposes. Commercial usage requires
prior written permission from Monkey's Audio author.
See License.htm before usage.

This version is patched for shntool support.

This package is in restricted because of its license.

%files
%doc ChangeLog ChangeLog.shntool AUTHORS COPYING README NEWS License.htm
%{_bindir}/*

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Monkey's Audio Codec library
Group:		System/Libraries

%description -n %{libname}
Monkey's Audio Codec library.

Monkey's Audio Codec is a lossless audio codec w/ good
correspondence of compression (and decompresssion) ratio
and time.

Monkey's Audio Codec can be used for personal, educational
and non-commercial purposes. Commercial usage requires
prior written permission from Monkey's Audio author.
See License.htm before usage.

This version is patched for shntool support.

This package is in restricted because of its license.

%files -n %{libname}
%{_libdir}/libmac.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Monkey's Audio Codec development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Development files (headers etc) needed to develop software with %{libname}.

This version is patched for shntool support.

This package is in restricted because of its license.

%files -n %{devname}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h
%{_libdir}/*.so

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}-%{ver}-u%{uver}-b%{bver}-s%{sver}

find . -perm 600 | xargs chmod 644

%build
%setup_compile_flags
CXXFLAGS="$CXXFLAGS -DSHNTOOL" \
%configure2_5x \
	--disable-static
%make

%install
%makeinstall_std
cp src/License.htm .


%changelog

* Wed May 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.99.4.5.7-2
- (012c420) Build with system optflags
- (012c420) Fix debug package
- (012c420) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26679 |14ru|moc-2.6.0-1.alpha3.svn2947.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define alpha alpha3
%define svn svn2947
# switch between tarball and svn here.Sflo
%define with_svn 1
#
Summary:	Simple console audio player
Name:		moc
Epoch:		2
Version:	2.6.0
%if %{with_svn}
Release:	1.%{alpha}.%{svn}.1
%else
Release:	%{alpha}.4
%endif

License:	GPLv2+
Group:		Sound
Url:		http://moc.daper.net/

%if %{with_svn}
# svn co svn://daper.net/moc/trunk
# tar -zcvf moc-2.6.0_alpha3__%{svn}.tar.gz trunk
Source0:	%{name}-%{version}_%{alpha}_%{svn}.tar.gz
%else
Source0:	http://ftp.daper.net/pub/soft/%{name}/unstable/%{name}-2.6-alpha3.tar.xz
%endif

BuildRequires:	autogen
BuildRequires:	gettext-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	libfaac-devel
BuildRequires:	libfaad2-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	librcc-devel
BuildRequires:	libstdc++-devel
BuildRequires:	libtool-devel
BuildRequires:	magic-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(popt)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
%if %{mdvver} >= 201210
BuildRequires:	db5.2-devel
BuildRequires:	db5.2
%else
BuildRequires:	db5.1-devel
BuildRequires:	db5.1
%endif

%description
MOC is a console audio player with ncurses interface.
Features:
    * Supports aac ffmpeg flac modplug mp3 musepack sndfile
      speex vorbis wavpack
    * Play files from directory changing automatically to the next one
      without any playlist.
    * Supports id3tag, VBR and Xing header for MP3.
    * Simple mixer.
    * Fast switching to your music directory.
    * Playlists (without read/write to a file).
    * Shuffle and repeat.
    * Changing process priority to higher value.
    * Playing in separate thread.
    
    
%files
%doc AUTHORS ChangeLog COPYING NEWS README README_equalizer THANKS
%{_bindir}/mocp
%{_mandir}/*/*
%{_libdir}/%{name}
%{_datadir}/%{name}    
#-----------------------------------------------------------

%prep
%if %{with_svn}
%setup -qn trunk
%else
%setup -qn moc-2.6-alpha3
%endif
find . -perm 0640 -exec chmod 0644 {} \;

%build
export CFLAGS="%{optflags} `pkg-config --cflags ncursesw`"
autoreconf -fiv
%configure2_5x
%make

%install
%makeinstall_std
rm -rf %{buildroot}/usr/share/doc/
rm -rf %{buildroot}/%{_libdir}/*/*/*la


%changelog

* Wed May 31 2017 abfonly <abfonly@gmail.com> 2:2.6.0-1.alpha3.svn2947.1
- (1bd631a) New svn 2947



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26680 |14ru|mp4als-rm23-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf
%define oversion RM23

Summary:	MPEG-4 Audio Lossless Coding
Name:		mp4als
Version:	rm23
Release:	2
License:	Freeware
Group:		Sound
Url:		http://www.nue.tu-berlin.de/forschung/projekte/lossless/mp4als.html
Source0:	http://www.nue.tu-berlin.de/fileadmin/fg97/Forschung/Projekte/Beendete_Projekte/MPEG4_ALS/%{name}%{oversion}.zip
Patch0:		mp4alsRM23-shntool.patch
Patch1:		mp4alsRM23-optflags.patch

%description
Lossless coding is the latest extension of the MPEG-4 audio
standard. The MPEG audio subgroup has recently finalized the
standardization of lossless coding techniques for high-definition
audio signals. As an extension to MPEG-4 audio, the 'MPEG-4 Audio
Lossless Coding (ALS)' standard defines methods for lossless
coding.

MPEG-4 ALS defines efficient and fast lossless audio compression
techniques for both professional and consumer applications. It
offers many features not included in other lossless compression
schemes.

* General support for virtually any uncompressed digital audio
format (including wav, aiff, au, bwf, raw).
* Support for PCM resolutions of up to 32-bit at arbitrary sampling
rate (including 16/44.1, 16/48, 24/48, 24/96, 24/192).
* Multi-channel / multi-track support for up to 65536 channels
(including 5.1 surround).
* Support for 32-bit IEEE floating point audio data.
* Fast random access to any part of the encoded data.
* Optional storage in MP4 file format (allows multiplex with video).
* High flexibility of codec parameters for various applications.

This version is patched with shntool patch.

The package is in restricted because it may violate software patents.

%files
%doc *.txt
%{_bindir}/mp4als
%{_bindir}/mp4als%{oversion}

#----------------------------------------------------------------------------

%prep
%setup -q -n %{name}%{oversion}
%patch0 -p1
%patch1 -p1
sed -i 's/\r//g' *.txt

%build
%make \
	linux \
	RPM_OPT_FLAGS="%{optflags}"

%install
install -dm 755 %{buildroot}%{_bindir}
install -m 755 bin/linux/%{name}%{oversion} %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
ln -s %{name}%{oversion} %{name}
popd


%changelog

* Wed May 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> rm23-2
- (5e48a85) Build with system optflags
- (5e48a85) Fix debug package
- (5e48a85) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26681 |14ru|mpd-0.19.14-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#####################
# Hardcode PLF build
%define build_plf 1
#####################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

Summary:	MPD, the Music Player Daemon
Name:		mpd
Version:	0.19.14
Release:	1%{?extrarelsuffix}
License:	GPLv2+
Group:		Sound
Url:		http://www.musicpd.org/
Source0:	http://www.musicpd.org/download/mpd/0.19/%{name}-%{version}.tar.xz
Source1:	%{name}.conf
Source2:	%{name}.tmpfiles.d
Source3:	%{name}.logrotate
Source100:	%{name}.rpmlintrc
BuildRequires:	avahi-common-devel
BuildRequires:	boost-devel >= 1.54
BuildRequires:	ffmpeg-devel
%if %{build_plf}
BuildRequires:	lame-devel
BuildRequires:	libfaad2-devel
%endif
BuildRequires:	libgme-devel
BuildRequires:	libmp4v2-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	wildmidi-devel
BuildRequires:	wrap-devel
BuildRequires:	pkgconfig(adplug)
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(ao)
BuildRequires:	pkgconfig(atomic_ops)
BuildRequires:	pkgconfig(audiofile) >= 0.3
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(expat)
BuildRequires:	pkgconfig(flac) >= 1.2
BuildRequires:	pkgconfig(flac++)
BuildRequires:	pkgconfig(fluidsynth) >= 1.1
BuildRequires:	pkgconfig(glib-2.0) >=, 2.28
BuildRequires:	pkgconfig(gthread-2.0)
BuildRequires:	pkgconfig(icu-i18n)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libcdio_paranoia)
BuildRequires:	pkgconfig(libcurl) >= 7.18
BuildRequires:	pkgconfig(libffado)
BuildRequires:	pkgconfig(libiso9660)
BuildRequires:	pkgconfig(libmikmod)
BuildRequires:	pkgconfig(libmms) >= 0.4
BuildRequires:	pkgconfig(libmodplug)
# This one is in Contrib
#BuildRequires:	pkgconfig(libmpdclient) >= 2.2
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libnfs)
BuildRequires:	pkgconfig(libpulse) >= 0.9.16
BuildRequires:	pkgconfig(libsidplay2)
BuildRequires:	pkgconfig(libsidutils)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(libsystemd-daemon)
BuildRequires:	pkgconfig(libupnp)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(openal)
BuildRequires:	pkgconfig(opus)
BuildRequires:	pkgconfig(samplerate) >= 0.1.3
BuildRequires:	pkgconfig(shout)
BuildRequires:	pkgconfig(smbclient) >= 0.2
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(soxr)
BuildRequires:	pkgconfig(sqlite3)
BuildRequires:	pkgconfig(twolame)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(yajl) >= 2.0
BuildRequires:	pkgconfig(zziplib) >= 0.13
Requires(pre,post,preun,postun):	rpm-helper
Requires(post):		systemd

%description
Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg
Vorbis, FLAC, Mod, and wave files) and managing play-lists. MPD is designed
for integrating a computer into a stereo system that provides control for music
playback over a local network. It is also makes a great desktop music player,
especially if you are a console junkie, like front-end options, or restart X
often.

%if %{build_plf}
This package is in Restricted repository because it is built with AAC support
of libfaad2, which is patent-protected.
%endif

%files
%doc AUTHORS COPYING README NEWS doc/mpdconf.example
%{_bindir}/%{name}
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_tmpfilesdir}/%{name}.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%attr(-,mpd,root) %config(noreplace) %{_sysconfdir}/%{name}.conf
%defattr(644,mpd,audio)
%attr(755,mpd,audio) %dir %{_localstatedir}/lib/%{name}
%attr(755,mpd,audio) %dir %{_localstatedir}/lib/%{name}/music
%attr(755,mpd,audio) %dir %{_localstatedir}/lib/%{name}/playlists
%ghost %{_localstatedir}/lib/%{name}/%{name}.db
%ghost %{_localstatedir}/lib/%{name}/mpdstate
%ghost %attr(755,mpd,audio) %dir /var/log/%{name}
%ghost %attr(755,mpd,audio) %dir /var/run/%{name}
%ghost /var/log/%{name}/%{name}.log
%ghost /var/log/%{name}/%{name}.error
%attr(644,root,root) /lib/systemd/system/%{name}.service
%attr(644,root,root) /lib/systemd/system/%{name}.socket

%pre
%_pre_useradd %{name} %{_localstatedir}/lib/%{name} /bin/false
usermod -g audio %{name}

%post
if [ $1 -eq 1 ]
then
%create_ghostfile %{_localstatedir}/lib/%{name}/%{name}.db mpd audio 644
%create_ghostfile %{_localstatedir}/lib/%{name}/mpdstate mpd audio 644
%create_ghostfile %{_localstatedir}/log/%{name}/%{name}.log mpd audio 644
%create_ghostfile %{_localstatedir}/log/%{name}/%{name}.error mpd audio 644
fi
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
%_post_service %{name}

%preun
%_preun_service %{name}

%postun
%_postun_userdel %{name}

#----------------------------------------------------------------------------

%prep
%setup -q

%build
autoreconf -vfi
# 0.19.12: sidplay option makes the build fail:
# because it does not find libresid-builder library
# (provided by %%libsidplay2-devel package) even if installed;
# It also does not find libmpcdec even if installed (%%libmpcdec):
# it lacks mpc_demux_init (too old?)

# See http://bugs.musicpd.org/view.php?id=4484:
# the %%{_libidir}/mad.h file from libmad conflicts with the file
# %%{_libdir}/adplug/mad.h from libadplug.
# Override pkgconfig file to force the use of the right one and enable mad option.
export MAD_LIBS="-L%{_libdir} -lmad -lm" MAD_CFLAGS="-include %{_includedir}/mad.h"
%configure2_5x \
	--with-systemdsystemunitdir=%{_unitdir} \
	--with-zeroconf=auto \
	--enable-adplug \
	--enable-alsa \
	--enable-ao \
	--enable-audiofile \
	--enable-cdio-paranoia \
	--enable-curl \
	--enable-expat \
	--enable-flac \
	--enable-ffmpeg \
	--enable-fluidsynth \
	--enable-gme \
	--enable-icu \
	--enable-id3 \
	--enable-iso9660 \
	--enable-jack \
	--enable-soundcloud \
	--enable-lsr \
	--enable-mad \
	--enable-mikmod \
	--enable-mms \
	--enable-modplug \
	--enable-mpg123 \
	--enable-nfs \
	--enable-openal \
	--enable-opus \
	--enable-pulse \
	--enable-recorder-output \
	--disable-roar \
	--enable-shout \
	--disable-sidplay \
	--enable-smbclient \
	--enable-sndfile \
	--enable-soxr \
	--enable-twolame-encoder \
	--enable-upnp \
	--enable-vorbis \
	--enable-vorbis-encoder \
	--enable-wave-encoder \
	--enable-wavpack \
	--enable-wildmidi \
	--enable-zzip \
%if !%{build_plf}
	--disable-aac \
	--disable-lame-encoder \
%endif
	--enable-sqlite
%make


%install
%makeinstall_std

mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}
touch %{buildroot}%{_localstatedir}/lib/%{name}/%{name}.db
touch %{buildroot}%{_localstatedir}/lib/%{name}/mpdstate
mkdir -p %{buildroot}%{_localstatedir}/log/%{name}
touch %{buildroot}%{_localstatedir}/log/%{name}/%{name}.log
touch %{buildroot}%{_localstatedir}/log/%{name}/%{name}.error
mkdir -p %{buildroot}%{_localstatedir}/run/%{name}
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/playlists
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}/music
mkdir -p %{buildroot}/lib/systemd/system

install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}.conf
install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
rm -rf %{buildroot}%{_docdir}/mpd

install -p -D -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf


%changelog

* Tue Jun 07 2016 Denis Silakov <denis.silakov@rosalab.ru> 0.19.14-1plf
- (d29f291) Updated to 0.19.14



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26682 |14ru|mplayer-1.2.1-1.1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define oname MPlayer

%define svn %{nil}
%if "%{svn}" != ""
%define fversion %{svn}
%define rel 1.%{svn}.1
%else
%define fversion %{version}
%define rel 1.1
%endif

%define build_debug	0
%define build_mencoder	1
%define build_gui	1
%define build_system_ffmpeg	1

%define kernel_version	%(/bin/bash %{SOURCE5})
%define kver		%(/bin/bash %{SOURCE5} | sed -e 's/-/./')
%define kvername	%(/bin/bash %{SOURCE5} | sed -e 's/-/./' | sed -e 's/mdk//')

%define build_yasm	1
%define build_live	1
%define build_vesa	0
%define build_theora	1
%define build_lirc	1
%define build_amr	0
%define build_aa	1
%define build_cdda	1
%define build_compiz	0
%define build_dirac	1
%define build_dv	1
%define build_sdl	1
%define build_lzo	1
%define build_smb	1
%define build_mga	1
%define build_fbdev	1
%define build_dvb	1
%define build_fribidi	1
%define build_enca	1
%define build_alsa	1
%define build_jack	1
%define build_openal	0
%define build_pulse	1
%define build_schroedinger	1
%define build_twolame	0
%define build_lame	0
%define build_faac	0
%define build_faad	0
%define build_x264	0
%define build_xvid	0
%define build_dts	0
%define build_directfb	1
%define build_v4l2	1
%define build_xvmc	1
%define build_vdpau	1
%define build_ivtv	0
%define build_libass	1
%define build_vpx	1
%define build_rtmp	1

%ifnarch %{ix86}
%define build_vesa	0
%endif

#####################
# Hardcode PLF build
%define build_plf 1
#####################

%if %{build_plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define build_amr	1
%define build_twolame	1
%define build_lame	1
%define build_faac	1
%define build_faad	1
%define build_x264	1
%define build_xvid	1
%define build_dts	1
%define build_yasm	1
%define build_dirac	1
%define build_schroedinger	1
%endif

%if %{build_system_ffmpeg} && ! %{build_plf}
%define build_amr 0
%define build_dirac 0
%define build_schroedinger 0
%define build_vpx 0
%define build_zr 0
%endif

%ifnarch %{arm} %{mips} aarch64
%bcond_without cpudetection
%endif

Summary:	Movie player for linux
Name:		mplayer
Version:	1.2.1
Release:	%{rel}%{?extrarelsuffix}
License:	GPLv2+
Group:		Video
Url:		http://www.mplayerhq.hu
%if "%{svn}" != ""
#gw generated using svn export
Source0:	%{name}-%{svn}.tar.xz
%else
Source0:	ftp://ftp1.mplayerhq.hu/MPlayer/releases/%{oname}-%{fversion}.tar.xz
%endif
#gw default skin
Source4:	Blue-1.10.tar.bz2
Source5:	kernel-version.sh
Patch0:		mplayer-mdvconfig.patch
Patch1:		mplayer-1.2-configure-dvdread-ldflags.patch
Patch2:		mplayer-1.1.1-samba4.patch
# fixes for crashes found while fixing CVE-2008-1558
Patch28:	mplayer-rtsp-extra-fixes.patch
#gw fix crash:	https://qa.mandriva.com/show_bug.cgi?id=55443
Patch35:	mplayer-fix-dvd-crash.patch
Patch39:	mplayer-1.2-dlopen-libfaac-libfaad-and-libx264.patch
Patch40:	mplayer-1.2-local-copy-of-internal-ffmpeg-type-definition.patch
Patch42:	mplayer-filters-hack-with-shared.patch

BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd45-xml
BuildRequires:	xsltproc
BuildRequires:	bzip2-devel
BuildRequires:	giflib-devel
BuildRequires:	gsm-devel
BuildRequires:	jpeg-devel
BuildRequires:	ladspa-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	mng-devel
BuildRequires:	nas-devel
BuildRequires:	pkgconfig(caca)
BuildRequires:	pkgconfig(dvdnav)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(libbs2b)
BuildRequires:	pkgconfig(libmpeg2)
BuildRequires:	pkgconfig(libmpg123)
BuildRequires:	pkgconfig(libopenjpeg1)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ncursesw)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(xxf86vm)
BuildRequires:	pkgconfig(xxf86dga)
BuildRequires:	pkgconfig(xscrnsaver)
%if %{build_aa}
BuildRequires:	aalib-devel
%endif
BuildRequires:	a52dec-devel
%if %{build_amr}
BuildRequires:	pkgconfig(opencore-amrnb)
BuildRequires:	pkgconfig(opencore-amrwb)
%endif
%if %{build_jack}
BuildRequires:	pkgconfig(jack)
%endif
%if %{build_pulse}
BuildRequires:	pkgconfig(libpulse)
%endif
%if %{build_openal}
BuildRequires:	pkgconfig(openal)
%endif
%if %{build_cdda}
BuildRequires:	cdda-devel
BuildRequires:	pkgconfig(libcdio_cdda)
%endif
%if %{build_dirac}
BuildRequires:	pkgconfig(dirac)  >= 0.9.0
%endif
%if %{build_schroedinger}
BuildRequires:	pkgconfig(schroedinger-1.0)
%endif
%if %{build_dv}
BuildRequires:	pkgconfig(libdv)
%endif
%if %{build_lirc}
BuildRequires:	pkgconfig(liblircclient0)
%endif
%if %{build_lzo}
BuildRequires:	liblzo-devel
%endif
%if %{build_sdl}
BuildRequires:	pkgconfig(sdl) >= 1.1.8
%endif
%if %{build_smb}
BuildRequires:	pkgconfig(smbclient)
%endif
%if %{build_twolame}
BuildRequires:	pkgconfig(twolame)
%endif
%if %{build_faac}
BuildRequires:	libfaac-devel
%endif
%if %{build_faad}
BuildRequires:	libfaad2-devel
%endif
%if %{build_x264}
BuildRequires:	pkgconfig(x264)
%endif
%if %{build_xvid}
BuildRequires:	xvid-devel
%endif
%if %{build_dts}
BuildRequires:	pkgconfig(libdts)
%endif
%if %{build_lame}
BuildRequires:	lame-devel
%endif
%if %{build_live}
BuildRequires:	live-devel
%endif
%if %{build_vesa}
BuildRequires:	libvbe-devel
BuildRequires:	liblrmi-devel
%endif
%if %{build_theora}
BuildRequires:	pkgconfig(theora)
%endif
%if %{build_fribidi}
BuildRequires:	pkgconfig(fribidi) >= 0.10.4
%endif
%if %{build_enca}
BuildRequires:	pkgconfig(enca)
%endif
%if %{build_directfb}
BuildRequires:	pkgconfig(directfb)
%endif
%if %{build_xvmc}
BuildRequires:	pkgconfig(xvmc)
%endif
%if %{build_vdpau}
BuildRequires:	pkgconfig(vdpau)
%endif
%if %{build_libass}
BuildRequires:	pkgconfig(libass)
%endif
%if %{build_vpx}
BuildRequires:	pkgconfig(vpx)
%endif
%if %{build_rtmp}
BuildRequires:	pkgconfig(librtmp)
%endif
%if %{build_yasm}
BuildRequires:	yasm
%endif
%if %{build_system_ffmpeg}
BuildRequires:	ffmpeg-devel
%endif

%if "%{_lib}" == "lib64"
%global	_ext	()(64bit)
%else
%global	_ext	%{nil}
%endif

# With plf build they are auto-required
%if ! %{build_plf}
Suggests:	libfaac.so.0%{_ext}
Suggests:	libfaad.so.2%{_ext}
Suggests:	libx264.so.148%{_ext}
Suggests:	libopencore-amrnb.so.0%{_ext}
Suggests:	libopencore-amrwb.so.0%{_ext}
Suggests:	libtwolame.so.0%{_ext}
Suggests:	libdca.so.0%{_ext}
Suggests:	libdvdcss.so.2%{_ext}
%endif

%description
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!). The another big
feature of mplayer is the wide range of supported output drivers. It
works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, but you can use
SDL (and this way all drivers of SDL), VESA (on every VESA compatible
card, even without X!), and some lowlevel card-specific drivers (for
Matrox, 3Dfx and Radeon) too! Most of them supports software or hardware
scaling, so you can enjoy movies in fullscreen. MPlayer supports
displaying through some hardware MPEG decoder boards, such as the DVB
and DXR3/Hollywood+! And what about the nice big antialiased shaded
subtitles (9 supported types!!!) with european/ISO 8859-1,2 (hungarian,
english, czech, etc), cyrillic, korean fonts, and OSD?

Note: If you want to play Real content, you need to have the content
of RealPlayer's Codecs directory in %{_libdir}/codecs/

%if %{build_plf}
This package is in restricted because some included codecs are covered 
by patents. It also includes support for reading DVDs encrypted with 
CSS which might be illegal in some countries.

For non-free binary codecs support you should install the packages
win32-codecs, real-codecs and xanim-codecs.
%endif

%files -f mplayer.lang
%doc AUTHORS Changelog README Copyright
%dir %{_sysconfdir}/%{name}
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/mplayer.conf
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/menu.conf
%{_bindir}/midentify
%{_bindir}/mplayer
%{_mandir}/man1/mplayer.1*
%dir %{_datadir}/%{name}

#----------------------------------------------------------------------------

%package doc
Summary:	%{oname} documentation
Group:		Books/Computer books
BuildArch:	noarch

%description doc
This package contains documentation for %{oname}.

%files doc
%doc README.DOCS
%doc DOCS/default.css DOCS/xml DOCS/tech/

#----------------------------------------------------------------------------

%if %{build_gui}
%package gui
Summary:	GUI for %{name}
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	imagemagick
Requires:	soundwrapper

%description gui
This package contains a GUI for %{name}.

%files gui
%{_bindir}/gmplayer
%{_datadir}/applications/mplayer.desktop
%{_datadir}/%{name}/skins
%{_iconsdir}/mplayer.png
%{_miconsdir}/mplayer.png
%{_liconsdir}/mplayer.png

%pre gui
if [ -d %{_datadir}/%{name}/skins/default ]
  then rm -rf %{_datadir}/%{name}/skins/default
fi
%endif

#----------------------------------------------------------------------------

%if %{build_mencoder}
%package -n mencoder
Summary:	MPlayer's movie encoder
Group:		Video
Requires:	%{name}

%description -n mencoder
MEncoder a movie encoder and is a part of the MPlayer package.
%if ! %{build_plf}
Note: this version does not have support for encoding mp3 audio streams in the
video files.
%else
This restricted build has additional support for AAC decoding with libfaad
and MP3 encoding with lame, both are covered by software patents. It
also includes support for reading DVDs encrypted with CSS which might
be illegal in some countries.
%endif

%files -n mencoder -f mencoder.lang
%{_bindir}/mencoder
%{_bindir}/divx2svcd
%{_bindir}/mencvcd
%{_bindir}/wma2ogg.pl
%{_mandir}/man1/mencoder.1*
%endif

#----------------------------------------------------------------------------

%prep
%if "%{svn}" != ""
%setup -q -n %{name} -a 4
%else
%setup -q -n MPlayer-%{version} -a 4
%endif
#gw as we have have used svn export:
echo %{svn}|sed s/^r// > snapshot_version
find DOCS -name .svn|xargs rm -rf
#gw fix permissions
chmod 644 AUTHORS Changelog README Copyright
rm -f Blue/README
%patch0 -p1 -b .mdv~
%patch1 -p1 -b .dvdread~
%patch2 -p1 -b .samba4~
%patch28 -p1 -b .rtsp-extra-fixes
%patch35 -p0
%if ! %{build_plf}
%patch39 -p1 -b .dlopen~
%endif
rm -rf ffmpeg
%patch40 -p1 -b .ffmpeg~
%patch42 -p1 -b .internal_filters~

# Sometimes (1.1.1) mplayer guys forget to update the VERSION file...
# Let's fix it here, but let's not abuse this ;)
echo %{version} >VERSION

perl -pi -e 's^r\$svn_revision^%{release}^' version.sh

mv DOCS/README README.DOCS

%build
export CFLAGS="$CFLAGS %{optflags}"
%if %{build_debug}
export CFLAGS="$CFLAGS -g"
%endif
%ifarch ppc
export CFLAGS="$CFLAGS -mcpu=7450 -maltivec"
%endif
%if %{build_directfb}
export CPPFLAGS="-I%{_includedir}/directfb"
%endif
export LDFLAGS="%{?ldflags}"
./configure \
	--prefix=%{_prefix} \
	--datadir=%{_datadir}/%{name} \
	--confdir=%{_sysconfdir}/%{name} \
	--libdir=%{_libdir} \
	--codecsdir=%{_libdir}/codecs \
	--language=all \
%ifarch %{ix86}
	--enable-mmx \
	--enable-3dnow \
	--enable-sse \
	--enable-sse2 \
	--enable-fastmemcpy \
%endif
%if %{with cpudetection}
	--enable-runtime-cpudetection \
%endif
%if %{build_debug}
	--enable-debug=3 \
%else
	--disable-sighandler \
%endif
%if %{build_gui}
	--enable-gui \
%endif
%if %{build_mencoder}
	--enable-mencoder \
%else
	--disable-mencoder \
%endif
	--disable-arts \
	--disable-ggi \
	--enable-dvdnav \
	--enable-dvdread \
	--enable-libmpeg2 \
	--enable-libmpeg2-internal \
	--enable-tv \
	--enable-joystick \
	--enable-gl \
	--disable-svga \
	--enable-menu \
	--disable-zr \
%if ! %{build_dts}
	--disable-libdca \
	--enable-libdca-dlopen \
%endif
	--enable-freetype \
	--enable-nas \
%if %{build_system_ffmpeg}
	--disable-ffmpeg_a \
%endif
%if ! %{build_faad}
	--disable-faad \
	--disable-decoder=AAC \
	--enable-faad-dlopen \
%endif
%if ! %{build_faac}
	--enable-faac-dlopen \
%endif
%if ! %{build_twolame}
	--disable-twolame \
	--enable-twolame-dlopen \
%endif
%if ! %{build_x264}
	--enable-x264-dlopen \
%endif
%if %{build_lirc}
	--enable-lirc \
%else
	--disable-lirc \
%endif
%if ! %{build_v4l2}
	--disable-tv-v4l2 \
%endif
%if ! %{build_mga}
	--disable-mga \
%endif
%if ! %{build_fbdev}
	--disable-fbdev \
%endif
%if %{build_directfb}
	--enable-directfb \
%else
	--disable-directfb \
%endif
%if ! %{build_live}
	--disable-live \
%endif
%if ! %{build_vesa}
	--disable-vesa \
%endif
%if %{build_theora}
	--enable-theora \
%else
	--disable-theora \
%endif
%if %{build_smb}
	--enable-smb \
%endif
%if ! %{build_dvb}
	--disable-dvb \
	--disable-dvbhead \
%endif
%if ! %{build_jack}
	--disable-jack \
%endif
%if ! %{build_aa}
	--disable-aa \
%endif
%if ! %{build_cdda}
	--disable-cdparanoia \
%endif
%if ! %{build_dv}
	--disable-libdv \
%endif
%if ! %{build_lzo}
	--disable-liblzo \
%endif
%if ! %{build_sdl}
	--disable-sdl \
%endif
%if ! %{build_alsa}
	--disable-alsa \
%endif
%if ! %{build_fribidi}
	--disable-fribidi \
%endif
%if ! %{build_enca}
	--disable-enca \
%endif
%if %{build_pulse}
	--enable-pulse \
%endif
%if ! %{build_openal}
	--disable-openal \
%endif
%if %{build_xvmc}
	--enable-xvmc \
%endif
%if ! %{build_ivtv}
	--disable-ivtv \
%endif
%if ! %{build_vdpau}
	--disable-vdpau \
%endif
%if ! %{build_amr}
	--disable-libopencore_amrnb \
	--disable-libopencore_amrwb \
	--enable-libopencore_amrnb-dlopen \
	--enable-libopencore_amrwb-dlopen
%endif

# Keep this line before empty end %%configure (ppc conditionnal pb)
make
#gw make sure we have our version string included:
fgrep %{version} version.h

%install
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m755 mplayer -D %{buildroot}%{_bindir}/mplayer
for lang in de fr hu pl es it zh_CN en; do
    install -m644 DOCS/man/$lang/mplayer.1 -D %{buildroot}%{_mandir}/$([ "$lang" != "en" ] && echo $lang)/man1/mplayer.1
done

%find_lang mplayer --with-man

######################### Mencoder #########################
%if %{build_mencoder}
install -m755 mencoder -D %{buildroot}%{_bindir}/mencoder

for lang in de fr hu pl es it zh_CN en; do
    ln -s mplayer.1 %{buildroot}%{_mandir}/$([ "$lang" != "en" ] && echo $lang)/man1/mencoder.1
done

%find_lang mencoder --with-man

install -m 755 TOOLS/mencvcd.sh %{buildroot}%{_bindir}/mencvcd
install -m 755 TOOLS/divx2svcd.sh %{buildroot}%{_bindir}/divx2svcd
install -m 755 TOOLS/wma2ogg.pl %{buildroot}%{_bindir}/wma2ogg.pl
install -m 755 TOOLS/midentify.sh %{buildroot}%{_bindir}/midentify
%endif
######################### /Mencoder #########################

install -m 644 etc/example.conf %{buildroot}%{_sysconfdir}/%{name}/mplayer.conf
install -m 644 etc/menu.conf %{buildroot}%{_sysconfdir}/%{name}

%if %{build_gui}
# default Skin
install -d -m 755 %{buildroot}%{_datadir}/%{name}/skins/
cp -r Blue %{buildroot}%{_datadir}/%{name}/skins/
ln -s Blue %{buildroot}%{_datadir}/%{name}/skins/default
# gmplayer equals mplayer -gui
ln -s mplayer %{buildroot}%{_bindir}/gmplayer
# icons
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
convert -transparent white Blue/icons/icon48x48.png %{buildroot}%{_liconsdir}/mplayer.png 
convert -transparent white Blue/icons/icon32x32.png %{buildroot}%{_iconsdir}/mplayer.png 
convert -transparent white -scale 16x16 Blue/icons/icon48x48.png %{buildroot}%{_miconsdir}/mplayer.png
install -D -m 644 etc/mplayer.desktop %{buildroot}%{_datadir}/applications/mplayer.desktop
perl -pi -e 's@mplayer$@mplayer@g' %{buildroot}%{_datadir}/applications/mplayer.desktop
%endif

%if %{build_debug}
export DONT_STRIP=1
%endif


%changelog

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.1-1.1plf
- (dc86447) Use libx264.so.148 (really)
- (Andrey Bondrov: 6dfdc72) Use libx264.so.148

* Mon Jan 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.1-1plf
- (5ac3fcb) New version 1.2.1

* Wed Nov 25 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2-1plf
- (96f3cf1) Update patch with ffmpeg headers (more work)
- (Andrey Bondrov: 3b4cc50) Update patch with ffmpeg headers
- (Andrey Bondrov: b6e433e) New stable version 1.2
- (Andrey Bondrov: b6e433e) Adjust for ffmpeg 2.8

* Tue May 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r37337.5plf
- (4457887) Bump release

* Tue Mar 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r37337.4plf
- (b0fdc23) Use internal libmpeg2 instead (adjust build options)

* Tue Mar 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r37337.3plf
- (f4bb292) Use internal libmpeg2 instead

* Tue Mar 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r37337.2plf
- (5e8010f) Update BuildRequires for libmpeg2 support

* Thu Feb 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r37337.1plf
- (e6f691f) Fix dlopen patch
- (Andrey Bondrov: 6de926c) Update BuildRequires (add libdvdnav)
- (Andrey Bondrov: 4c9ed4a) New snapshot 37337, re-diff patches

* Thu Feb 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.12plf
- (0a9b938) Drop libdxr3-devel from BuildRequires (even for older distro releases)
- (Andrey Bondrov: c8d39ab) Disable vesa

* Mon Sep 22 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.11plf
- (11b687c) Build with smb protocol support

* Mon Jul 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.10plf
- (b6b3248) Drop DXR3 support for rosa2014.1+

* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.9plf
- (06b88e1) Update BuildRequires to handle libcdio_paranoia split from libcdio

* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.8plf
- (6ec89b8) Adjust dlopen patch for x264 0.142, rebuild

* Wed Jun 18 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.7plf
- (8644d0f) Bump release

* Mon Jun 16 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.6plf
- (9b3518c) Bump release

* Thu May 29 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.5plf
- (cd7a597) Add patch to fix build with giflib 5.1

* Tue Oct 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.4plf
- (79cae17) LOG Rebuild with ffmpeg 2.1

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.3plf
- (2b164df) LOG Update default config to fix issues with DVD playback

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.2plf
- (e2eb5ed) LOG Bump release

* Mon Aug 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36417.1plf
- (423ae25) LOG New snapshot 36417

* Tue Aug 06 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2.r36361.1plf
- (4ecd49d) LOG New SVN snapshot 36361, update patchset

* Fri Aug 02 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.1-2plf
- (eef371c) LOG New version 1.1.1, spec cleanup (sync with Cooker)

* Sat Oct 27 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1-5plf
- (306eb59) More PLF-related fixes
- (Andrey Bondrov: 56976f5) LOG Sync with Main and rebuild with PLF features on



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26683 |14ru|mythplugins-0.27.1-2plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Requires autofinder is confused, requires nonexistent packages (mythtv-mythweb)
%if %{_use_internal_dependency_generator}
%define __noautoreq 'pear(.*)|perl\\(Switch\\)'
%else
%define _requires_exceptions pear*
%endif

%define gitversion 0
%define fixesdate 0
%define rel 2

%if %{fixesdate}
%define release %{fixesdate}.%{rel}
%else
%define release %{rel}
%endif

#####################
# Hardcode PLF build
%define build_plf 1
#####################

%if %{build_plf}
%define extrarelsuffix plf
%define distsuffix plf
%endif

Summary:	Official MythTV plugins
Name:		mythplugins
Version:	0.27.1
Release:	%{release}%{?extrarelsuffix}
License:	GPLv2+
Group:		Video
Url:		http://www.mythtv.org/
Source0:	ftp://ftp.osuosl.org/pub/mythtv/%{name}-%{version}.tar.bz2
Source1:	mythweb-%{version}.tar.gz
%if %{fixesdate}
#Patch1:		fixes-%{gitversion}.patch
%endif
Patch100:	0100-lame-Allow-building-without-lame-libraries.patch

# (cg) Ditto for the perl-DateTime-Format-ISO pkg
BuildRequires:	perl(Class::Factory::Util)
BuildRequires:	perl-XML-XPath
BuildRequires:	perl-Image-Size
BuildRequires:	perl-Date-Manip
BuildRequires:	perl-DateTime-Format-ISO8601
BuildRequires:	perl-SOAP-Lite
BuildRequires:	perl-XML-Simple
BuildRequires:	python-curl
BuildRequires:	python-oauth
# (cg) Remove these once they are required in the python-mythtv package
BuildRequires:	python-lxml
BuildRequires:	python-mysql
BuildRequires:	myth-devel >= %{version}
BuildRequires:	python-mythtv >= %{version}
BuildRequires:	cdda-devel
BuildRequires:	mysql-devel
BuildRequires:	qt4-devel
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(libcdaudio)
BuildRequires:	pkgconfig(libexif)
BuildRequires:	pkgconfig(libtiff-4)
BuildRequires:	pkgconfig(libudev)
BuildRequires:	pkgconfig(libvisual-0.4)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(taglib)
%if %{build_plf}
BuildRequires:	lame-devel
BuildRequires:	libfaad2-devel
%endif

%description
Mythplugins for MythTV.

%if %{build_plf}
This package is in restricted because it contains software that supports
codecs that may be covered by software patents.
%endif

#----------------------------------------------------------------------------

%package -n mythtv-plugin-browser
Summary:	Full web browser for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-browser
MythBrowser is a full web browser for MythTV.

%files -n mythtv-plugin-browser
%doc mythbrowser/README mythbrowser/COPYING mythbrowser/AUTHORS
%{_libdir}/mythtv/plugins/libmythbrowser.so
%{_datadir}/mythtv/i18n/mythbrowser_*.qm
%{_datadir}/mythtv/themes/default*/browser-ui.xml
%{_datadir}/mythtv/themes/default*/mb_*.png

#----------------------------------------------------------------------------

%package -n mythtv-plugin-gallery
Summary:	Gallery/slideshow module for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-gallery
A gallery/slideshow module for MythTV.

%files -n mythtv-plugin-gallery
%doc mythgallery/README*
%{_libdir}/mythtv/plugins/libmythgallery.so
%{_datadir}/mythtv/i18n/mythgallery_*.qm
%{_datadir}/mythtv/themes/default*/gallery*
%{_localstatedir}/lib/pictures

#----------------------------------------------------------------------------

%package -n mythtv-plugin-game
Summary:	Game frontend for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-game
A game frontend for MythTV.

%files -n mythtv-plugin-game
%doc mythgame/romdb*
%{_libdir}/mythtv/plugins/libmythgame.so
%{_datadir}/mythtv/i18n/mythgame_*.qm
%{_datadir}/mythtv/game_settings.xml
%{_datadir}/mythtv/themes/default*/game*
%dir %{_datadir}/mythtv/metadata
%{_datadir}/mythtv/metadata/Game

#----------------------------------------------------------------------------

%package -n mythtv-plugin-music
Summary:	The music player add-on module for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-music
The music player add-on module for MythTV.

%if %{build_plf}
This package is in restricted because it contains software that supports
codecs that may be covered by software patents.
%endif

%files -n mythtv-plugin-music
%doc mythmusic/AUTHORS mythmusic/COPYING mythmusic/README* mythmusic/musicdb
%{_datadir}/mythtv/music_settings.xml
%{_datadir}/mythtv/musicmenu.xml
%{_libdir}/mythtv/plugins/libmythmusic.so
%{_localstatedir}/lib/mythmusic
%{_datadir}/mythtv/i18n/mythmusic_*.qm
%{_datadir}/mythtv/mythmusic/streams.xml
%{_datadir}/mythtv/themes/default/ff_button*.png
%{_datadir}/mythtv/themes/default*/mm_*.png
%{_datadir}/mythtv/themes/default*/mm-*.png
%{_datadir}/mythtv/themes/default/music-*.png
%{_datadir}/mythtv/themes/default*/*music*.xml
%{_datadir}/mythtv/themes/default/next_button*.png
%{_datadir}/mythtv/themes/default/pause_button*.png
%{_datadir}/mythtv/themes/default/play_button*.png
%{_datadir}/mythtv/themes/default/prev_button*.png
%{_datadir}/mythtv/themes/default/rew_button*.png
%{_datadir}/mythtv/themes/default/selectionbar.png
%{_datadir}/mythtv/themes/default/stop_button*.png
%{_datadir}/mythtv/themes/default/track_info_background.png
%{_datadir}/mythtv/themes/default/miniplayer_background.png
%{_datadir}/mythtv/themes/default-wide/music-sel-bg.png
%{_datadir}/mythtv/themes/default*/stream-ui.xml

#----------------------------------------------------------------------------

%package -n mythtv-plugin-netvision
Summary:	NetVision for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-netvision
NetVision for MythTV. View popular media website content.

%files -n mythtv-plugin-netvision
%doc mythnetvision/README mythnetvision/ChangeLog mythnetvision/AUTHORS
%{_bindir}/mythfillnetvision
%{_libdir}/mythtv/plugins/libmythnetvision.so
%{_datadir}/mythtv/i18n/mythnetvision_*.qm
%{_datadir}/mythtv/mythnetvision
%{_datadir}/mythtv/netvisionmenu.xml
%{_datadir}/mythtv/themes/default*/netvision*.xml

#----------------------------------------------------------------------------

%package -n mythtv-plugin-news
Summary:	RSS News feed plugin for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-news
An RSS News feed plugin for MythTV.

%files -n mythtv-plugin-news
%doc mythnews/AUTHORS mythnews/COPYING mythnews/ChangeLog mythnews/README*
%{_libdir}/mythtv/plugins/libmythnews.so
%{_datadir}/mythtv/i18n/mythnews_*.qm
%{_datadir}/mythtv/mythnews
%{_datadir}/mythtv/themes/default*/news*
%{_datadir}/mythtv/themes/default/enclosures.png
%{_datadir}/mythtv/themes/default/need-download.png
%{_datadir}/mythtv/themes/default/podcast.png

#----------------------------------------------------------------------------

%package -n mythtv-plugin-weather
Summary:	MythTV module that displays a weather forecast
Group:		Video
Requires:	mythtv-frontend >= %{version}
# Contrib package, needed only for one script
Suggests:	perl-Switch

%description -n mythtv-plugin-weather
A MythTV module that displays a weather forcast.

%files -n mythtv-plugin-weather
%doc mythweather/AUTHORS mythweather/COPYING mythweather/README*
%{_libdir}/mythtv/plugins/libmythweather.so
%{_datadir}/mythtv/i18n/mythweather_*.qm
%{_datadir}/mythtv/mythweather
%{_datadir}/mythtv/themes/default/cloudy.png
%{_datadir}/mythtv/themes/default/fair.png
%{_datadir}/mythtv/themes/default/flurries.png
%{_datadir}/mythtv/themes/default/fog.png
%{_datadir}/mythtv/themes/default/logo.png
%{_datadir}/mythtv/themes/default/lshowers.png
%{_datadir}/mythtv/themes/default/mcloudy.png
%{_datadir}/mythtv/themes/default/pcloudy.png
%{_datadir}/mythtv/themes/default/rainsnow.png
%{_datadir}/mythtv/themes/default/showers.png
%{_datadir}/mythtv/themes/default/snowshow.png
%{_datadir}/mythtv/themes/default/sunny.png
%{_datadir}/mythtv/themes/default/thunshowers.png
%{_datadir}/mythtv/themes/default/unknown.png
%{_datadir}/mythtv/themes/default*/mw*.png
%{_datadir}/mythtv/themes/default*/weather-ui.xml
%{_datadir}/mythtv/weather_settings.xml

#----------------------------------------------------------------------------

%package -n mythtv-mythweb
Summary:	The web interface to MythTV
Group:		Video
Requires:	mythtv-backend >= %{version}
Requires:	php-mythtv >= %{version}
Requires:	apache-mod_php

%description -n mythtv-mythweb
The web interface to MythTV.

%files -n mythtv-mythweb
%doc mythweb/README* mythweb/LICENSE mythweb/INSTALL mythweb/mythweb.conf.*
%{_var}/www/mythweb
%dir %{_localstatedir}/lib/mythweb
%attr(-,apache,apache) %{_localstatedir}/lib/mythweb/data
%config(noreplace) %{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf

#----------------------------------------------------------------------------

%package -n mythtv-plugin-zoneminder
Summary:	Security camera plugin for MythTV
Group:		Video
Requires:	mythtv-frontend >= %{version}

%description -n mythtv-plugin-zoneminder
A security camera plugin for MythTV.

%files -n mythtv-plugin-zoneminder
%doc mythzoneminder/README mythzoneminder/COPYING mythzoneminder/AUTHORS
%{_bindir}/mythzmserver
%{_libdir}/mythtv/plugins/libmythzoneminder.so
%{_datadir}/mythtv/zonemindermenu.xml
%{_datadir}/mythtv/themes/default*/zoneminder*.xml
%{_datadir}/mythtv/themes/default*/mz_*.png
%{_datadir}/mythtv/i18n/mythzoneminder_*.qm

#----------------------------------------------------------------------------

%package -n mythtv-plugin-archive
Summary:	Creates DVDs from your recorded shows
Group:		Video
Requires:	dvd+rw-tools
Requires:	dvdauthor
Requires:	ffmpeg
Requires:	mjpegtools
Requires:	python-imaging
Requires:	python-mysql
Requires:	mythtv-frontend >= %{version}
%if %{build_plf}
Requires:	transcode
%endif
Requires:	cdrkit-genisoimage

%description -n mythtv-plugin-archive
MythArchive is a plugin for MythTV that lets you create DVDs
from your recorded shows, MythVideo files and any video files
available on your system. It can also archive recordings in a
proprietary format that archives not only the file but also all the
associated metadata like title, description and cut list information
which will mean you can create backups of myth recordings which can
later be restored or it will also allow you to move recordings
between myth systems without losing any of the metadata. It is a
complete rewrite of the old MythBurn bash scripts, now using python,
and the mythfrontend UI plugin.

%files -n mythtv-plugin-archive
%{_bindir}/mytharchivehelper
%{_libdir}/mythtv/plugins/libmytharchive.so
%{_datadir}/mythtv/archive*.xml
%{_datadir}/mythtv/mytharchive
%{_datadir}/mythtv/themes/default/ma_*.png
%{_datadir}/mythtv/themes/default/mytharchive-ui.xml
%{_datadir}/mythtv/themes/default/mythburn-ui.xml
%{_datadir}/mythtv/themes/default/mythnative-ui.xml
%{_datadir}/mythtv/themes/default-wide/mytharchive-ui.xml
%{_datadir}/mythtv/themes/default-wide/mythburn-ui.xml
%{_datadir}/mythtv/themes/default-wide/mythnative-ui.xml
%{_datadir}/mythtv/i18n/mytharchive_*.qm

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

tar -xf %{SOURCE1}
mv mythweb-%{version} mythweb

%build
%configure \
	--enable-all \
	--libdir-name=%{_lib} \
	--libdir=%{_libdir} \
%if %{build_plf}
	--enable-mp3lame
%else
	--disable-mp3lame
%endif

%make

%install
%makeinstall INSTALL_ROOT=%{buildroot}

#mythgallery
mkdir -p %{buildroot}%{_localstatedir}/lib/pictures
#mythmusic
mkdir -p %{buildroot}%{_localstatedir}/lib/mythmusic

install -d -m755 %{buildroot}%{_var}/www/mythweb
install -m644 mythweb/*.php %{buildroot}%{_var}/www/mythweb
install -m755 mythweb/*.pl %{buildroot}%{_var}/www/mythweb

for dir in classes includes js modules skins ; do
  cp -r mythweb/$dir %{buildroot}%{_var}/www/mythweb
done

install -d -m755 %{buildroot}%{_localstatedir}/lib/mythweb/data
ln -s %{_localstatedir}/lib/mythweb/data %{buildroot}%{_var}/www/mythweb/data

# Create a default configuration for mythweb
install -d -m755 %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d
install -m644 mythweb/mythweb.conf.apache %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf

perl -pi -e's|<Directory "/var/www/html|<Directory "%{_var}/www/mythweb|' %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf
perl -pi -e's|#    RewriteBase    /mythweb|    RewriteBase    /mythweb|' %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf

cat >> %{buildroot}%{_sysconfdir}/httpd/conf/webapps.d/mythweb.conf <<EOF

# ROSA Customisations (be in sync with very sane Mageia's ones)

Alias /mythweb %{_var}/www/mythweb
<Directory %{_var}/www/mythweb>
    Require host 127.0.0.1
</Directory>
EOF

mkdir -p %{buildroot}%{_docdir}/mythtv-plugin-{browser,gallery,game,music,netvision,news,weather,video,zoneminder}


%changelog

* Tue May 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.27.1-2plf
- (e0c0e49) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26684 |14ru|mythtv-0.27.1-2plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define gitversion 0
%define fixesdate 0
%define rel 2

%if %{fixesdate}
%define release %{fixesdate}.%{rel}
%else
%define release %{rel}
%endif

%define api 0.27
%define major 0
%define libname %mklibname mythtv %{api} %{major}
%define libbase %mklibname mythbase %{api} %{major}
%define libfreemheg %mklibname mythfreemheg %{api} %{major}
%define libhdhomerun %mklibname mythhdhomerun %{api} %{major}
%define libmetadata %mklibname mythmetadata %{api} %{major}
%define libmyth %mklibname myth %{api} %{major}
%define libprotoserver %mklibname mythprotoserver %{api} %{major}
%define libservicecontracts %mklibname mythservicecontracts %{api} %{major}
%define libui %mklibname mythui %{api} %{major}
%define libupnp %mklibname mythupnp %{api} %{major}

%define libqjson %mklibname mythqjson %{major}

%define avcodec_major 54
%define libavcodec %mklibname mythavcodec %{avcodec_major}
%define avdevice_major 54
%define libavdevice %mklibname mythavdevice %{avdevice_major}
%define avformat_major 54
%define libavformat %mklibname mythavformat %{avformat_major}
%define avutil_major 52
%define libavutil %mklibname mythavutil %{avutil_major}
%define postproc_major 52
%define libpostproc %mklibname mythpostproc %{postproc_major}
%define avfilter_major 3
%define libavfilter %mklibname mythavfilter %{avfilter_major}
%define swresample_major 0
%define libswresample %mklibname mythswresample %{swresample_major}
%define swscale_major 2
%define libswscale %mklibname mythswscale %{swscale_major}

%define devname %mklibname myth -d

%define maenable 1

#set default build options
# disabled as overrides xv
%define build_directfb		0
%define build_dts		0
%define build_faac		0
%define build_faad		0
%define build_lame		0
%define build_x264		0
%define build_xvid		0

# Can be enabled later
%define build_crystalhd		0

######################
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define extrarelsuffix plf
%define distsuffix		plf
%define build_dts		1
%define build_faac		1
%define build_faad		1
%define build_lame		1
%define build_x264		1
%define build_xvid		1
%endif

#enable/disable building for certain hardware
%{?_without_directfb:		%global build_directfb 0}
%{?_without_dts:		%global build_dts 0}
%{?_without_faac:		%global build_faac 0}
%{?_without_faad:		%global build_faad 0}
%{?_without_lame:		%global build_lame 0}
%{?_without_x264:		%global build_x264 0}
%{?_without_xvid:		%global build_xvid 0}

%{?_with_directfb:		%global build_directfb 1}
%{?_with_dts:			%global build_dts 1}
%{?_with_faac:			%global build_faac 1}
%{?_with_faad:			%global build_faad 1}
%{?_with_lame:			%global build_lame 1}
%{?_with_x264:			%global build_x264 1}
%{?_with_xvid:			%global build_xvid 1}

Summary:	A personal video recorder (PVR) application
Name:		mythtv
Version:	0.27.1
Release:	%{release}%{?extrarelsuffix}
License:	GPLv2+ and GPLv3+
Group:		Video
Url:		http://www.mythtv.org/
Source0:	%{name}-%{version}.tar.bz2
Source1:	mythbackend.sysconfig.in
Source2:	mythbackend.service.in
Source3:	mythbackend.logrotate.in
Source4:	99MythFrontend
Source5:	%{name}-16.png
Source6:	%{name}-32.png
Source7:	%{name}-48.png
Source10:	%{name}.rpmlintrc

%if %{fixesdate}
#Patch0:		fixes-%{gitversion}.patch
%endif

Patch100:	0100-lame-Allow-building-without-lame-libraries.patch
Patch102:	0102-pulse-Do-not-suspend-PA-when-using-alsa-default.patch
Patch103:	0103-Fix-dns-sd-detection.patch
Patch104:	0104-Support-libcec-2.x.patch
Patch105:	0105-Use-system-build-flags.patch
Patch106:	0106-Fix-zeromq-libdir-path-on-some-systems.patch

BuildRequires:	gdb
BuildRequires:	imagemagick
%if %{maenable}
BuildRequires:	multiarch-utils
%endif
BuildRequires:	python-lxml
BuildRequires:	python-mysql
BuildRequires:	python-urlgrabber
BuildRequires:	yasm
%if %{build_crystalhd}
BuildRequires:	crystalhd-devel
%endif
%if %{build_lame}
BuildRequires:	lame-devel
%endif
%if %{build_faac}
BuildRequires:	libfaac-devel
%endif
%if %{build_faad}
BuildRequires:	libfaad2-devel
%endif
BuildRequires:	perl-devel
BuildRequires:	qt4-devel
%if %{build_xvid}
BuildRequires:	xvid-devel
%endif
BuildRequires:	perl(Date::Manip)
BuildRequires:	perl(DBD::mysql)
BuildRequires:	perl(DBI)

BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(avahi-compat-libdns_sd)
BuildRequires:	pkgconfig(dvdnav)
%if %{build_directfb}
BuildRequires:	pkgconfig(directfb)
%endif
BuildRequires:	pkgconfig(fftw3)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libass)
BuildRequires:	pkgconfig(libavc1394)
BuildRequires:	pkgconfig(libcec)
%if %{build_dts}
BuildRequires:	pkgconfig(libdts)
%endif
BuildRequires:	pkgconfig(libiec61883)
BuildRequires:	pkgconfig(liblircclient0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(uuid)
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(python)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(x11)
%if %{build_x264}
BuildRequires:	pkgconfig(x264)
%endif
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xvmc)
BuildRequires:	pkgconfig(xxf86vm)

%description
MythTV implements the following PVR features, and more, with a
unified graphical interface:

 - Basic 'live-tv' functionality. Pause/Fast Forward/Rewind "live" TV.
 - Video compression using RTjpeg or MPEG-4
 - Program listing retrieval using XMLTV
 - Themable, semi-transparent on-screen display
 - Electronic program guide
 - Scheduled recording of TV programs
 - Resolution of conflicts between scheduled recordings
 - Basic video editing

%if %{build_plf}
This package is in restricted because it contains software that supports
codecs that may be covered by software patents.
%endif
%if !%{build_lame}
Note that this build does not support MP3 encoding when recording
into the NuppelVideo format.
%endif
%if %{fixesdate}
This package is based on the MythTV "fixes" branch at 
revision %{gitversion}
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	MythTV shared library
Group:		System/Libraries
Obsoletes:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libname}
MythTV shared library.

%files -n %{libname}
%{_libdir}/libmythtv-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libbase}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libbase}
MythTV shared library.

%files -n %{libbase}
%{_libdir}/libmythbase-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libfreemheg}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libfreemheg}
MythTV shared library.

%files -n %{libfreemheg}
%{_libdir}/libmythfreemheg-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libhdhomerun}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libhdhomerun}
MythTV shared library.

%files -n %{libhdhomerun}
%{_libdir}/libmythhdhomerun-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmetadata}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libmetadata}
MythTV shared library.

%files -n %{libmetadata}
%{_libdir}/libmythmetadata-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libmyth}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libmyth}
MythTV shared library.

%files -n %{libmyth}
%{_libdir}/libmyth-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libprotoserver}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libprotoserver}
MythTV shared library.

%files -n %{libprotoserver}
%{_libdir}/libmythprotoserver-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libservicecontracts}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libservicecontracts}
MythTV shared library.

%files -n %{libservicecontracts}
%{_libdir}/libmythservicecontracts-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libui}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libui}
MythTV shared library.

%files -n %{libui}
%{_libdir}/libmythui-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libupnp}
Summary:	MythTV shared library
Group:		System/Libraries

%description -n %{libupnp}
MythTV shared library.

%files -n %{libupnp}
%{_libdir}/libmythupnp-%{api}.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libqjson}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libqjson}
MythTV shared library.

%files -n %{libqjson}
%{_libdir}/libmythqjson.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libavcodec}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavcodec}
MythTV shared library.

%files -n %{libavcodec}
%{_libdir}/libmythavcodec.so.%{avcodec_major}*

#----------------------------------------------------------------------------

%package -n %{libavdevice}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavdevice}
MythTV shared library.

%files -n %{libavdevice}
%{_libdir}/libmythavdevice.so.%{avdevice_major}*

#----------------------------------------------------------------------------

%package -n %{libavformat}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavformat}
MythTV shared library.

%files -n %{libavformat}
%{_libdir}/libmythavformat.so.%{avformat_major}*

#----------------------------------------------------------------------------

%package -n %{libavutil}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavutil}
MythTV shared library.

%files -n %{libavutil}
%{_libdir}/libmythavutil.so.%{avutil_major}*

#----------------------------------------------------------------------------

%package -n %{libpostproc}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libpostproc}
MythTV shared library.

%files -n %{libpostproc}
%{_libdir}/libmythpostproc.so.%{postproc_major}*

#----------------------------------------------------------------------------

%package -n %{libavfilter}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libavfilter}
MythTV shared library.

%files -n %{libavfilter}
%{_libdir}/libmythavfilter.so.%{avfilter_major}*

#----------------------------------------------------------------------------

%package -n %{libswresample}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libswresample}
MythTV shared library.

%files -n %{libswresample}
%{_libdir}/libmythswresample.so.%{swresample_major}*

#----------------------------------------------------------------------------

%package -n %{libswscale}
Summary:	MythTV shared library
Group:		System/Libraries
Conflicts:	%{_lib}myth0.25.2 < 0.27.1

%description -n %{libswscale}
MythTV shared library.

%files -n %{libswscale}
%{_libdir}/libmythswscale.so.%{swscale_major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for libmyth
Group:		Development/Other
Requires:	%{libname} = %{EVRD}
Requires:	%{libbase} = %{EVRD}
Requires:	%{libfreemheg} = %{EVRD}
Requires:	%{libhdhomerun} = %{EVRD}
Requires:	%{libmetadata} = %{EVRD}
Requires:	%{libmyth} = %{EVRD}
Requires:	%{libprotoserver} = %{EVRD}
Requires:	%{libservicecontracts} = %{EVRD}
Requires:	%{libui} = %{EVRD}
Requires:	%{libupnp} = %{EVRD}
# extra libs
Requires:	%{libqjson} = %{EVRD}
Requires:	%{libavcodec} = %{EVRD}
Requires:	%{libavdevice} = %{EVRD}
Requires:	%{libavformat} = %{EVRD}
Requires:	%{libavutil} = %{EVRD}
Requires:	%{libpostproc} = %{EVRD}
Requires:	%{libavfilter} = %{EVRD}
Requires:	%{libswresample} = %{EVRD}
Requires:	%{libswscale} = %{EVRD}
Provides:	myth-devel = %{EVRD}

%description -n %{devname}
This package contains the header files and libraries for developing
add-ons for mythtv.

%files -n %{devname}
%if %{maenable}
%{multiarch_includedir}/mythtv/mythconfig.h
%endif
%{_includedir}/mythtv
# FIXME: Manually multiarch mythconfig.mak
%{_libdir}/*.so

#----------------------------------------------------------------------------

%package themes-base
Summary:	Base themes for mythtv's frontend
Group:		Video
Conflicts:	mythtv-themes-myththemes < 0.22
Conflicts:	mythtv-plugin-controls < 0.22
BuildArch:	noarch

%description themes-base
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains only the base themes used by mythtv-frontend and
mythtv-setup.

%files themes-base
%dir %{_datadir}/mythtv
%{_datadir}/mythtv/themes
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png

#----------------------------------------------------------------------------

%package common
Summary:	Common components needed by multiple other MythTV components
Group:		Video
Conflicts:	mythtv-backend < 0.25
Conflicts:	mythtv-frontend < 0.25

%description common
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains components needed by multiple other MythTV components.

%files common
%{_bindir}/mythccextractor
%{_bindir}/mythcommflag
%{_bindir}/mythpreviewgen
%{_bindir}/mythtranscode
%{_bindir}/mythwikiscripts
%{_bindir}/mythmetadatalookup
%{_bindir}/mythutil
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/mythconverg*.pl
%dir %{_datadir}/%{name}/locales
%{_datadir}/%{name}/locales/*
%dir %{_datadir}/%{name}/metadata
%{_datadir}/%{name}/metadata/*
%dir %{_datadir}/%{name}/hardwareprofile
%{_datadir}/%{name}/hardwareprofile/*

#----------------------------------------------------------------------------

%package frontend
Summary:	Client component of mythtv (a PVR)
Group:		Video
Requires:	mythtv-themes-base = %{EVRD}
Requires:	mythtv-common = %{EVRD}
Requires:	qt4-database-plugin-mysql
Requires:	mplayer
%if %{build_plf}
Requires:	transcode
Requires:	%{mklibname dvdcss 2}
%endif
Obsoletes:	mythtv-plugin-controls < 0.25
Obsoletes:	mythtv-plugin-video < 0.25
Conflicts:	mythtv-backend < 0.25

%description frontend
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains only the client software, which provides a
front-end for playback and configuration.  It requires access to a
mythtv-backend installation, either on the same system or one
reachable via the network.

%files frontend
%config(noreplace) %{_sysconfdir}/X11/wmsession.d/99MythFrontend
%{_datadir}/mythtv/*.xml
%exclude %{_datadir}/mythtv/setup.xml
%{_bindir}/mythavtest
%{_bindir}/mythff*
%{_bindir}/mythfrontend
%{_bindir}/mythlcdserver
%{_bindir}/mythscreenwizard
%{_bindir}/mythshutdown
%{_bindir}/mythwelcome
%dir %{_libdir}/mythtv
%{_libdir}/mythtv/filters
%{_libdir}/mythtv/plugins
%dir %{_datadir}/mythtv
%dir %{_datadir}/mythtv/fonts
%{_datadir}/mythtv/fonts/*.otf
%{_datadir}/mythtv/fonts/*.ttf
%{_datadir}/mythtv/i18n
%{_datadir}/applications/mandriva-mythtv-frontend.desktop

#----------------------------------------------------------------------------

%package backend
Summary:	Server component of mythtv (a PVR)
Group:		Video
Requires:	%{libname} = %{EVRD}
Requires:	mythtv-common = %{EVRD}
Requires:	qt4-database-plugin-mysql
Requires(pre,post,preun,postun):	rpm-helper
Conflicts:	mythtv-frontend < 0.25

%description backend
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains only the server software, which provides video
and audio capture and encoding services.  In order to be useful, it
requires a mythtv-frontend installation, either on the same system or
one reachable via the network.

%if !%{build_lame}
Note that this build does not support MP3 encoding when recording
into the NuppelVideo format.
%endif

%files backend
%doc README.install.urpmi
%{_bindir}/mythbackend
%{_bindir}/mythfilldatabase
%{_bindir}/mythhdhomerun_config
%{_bindir}/mythjobqueue
%{_bindir}/mythmediaserver
%{_bindir}/mythreplex
%attr(-,mythtv,mythtv) %dir %{_localstatedir}/lib/mythtv
%attr(-,mythtv,mythtv) %dir %{_localstatedir}/lib/mythtv/recordings
%attr(-,mythtv,mythtv) %dir %{_var}/cache/mythtv
%{_unitdir}/mythbackend.service
%config(noreplace) %{_sysconfdir}/sysconfig/mythbackend
%config(noreplace) %{_sysconfdir}/logrotate.d/*
%attr(-,mythtv,mythtv) %dir %{_logdir}/mythtv
%{_datadir}/%{name}/backend-config
%dir %{_datadir}/%{name}/initialdb
%{_datadir}/%{name}/initialdb/mc.sql
%{_datadir}/mythtv/internetcontent/

%pre backend
# Add the "mythtv" user
%_pre_useradd mythtv %{_localstatedir}/lib/mythtv /sbin/nologin
gpasswd -a mythtv audio &>/dev/null
gpasswd -a mythtv video &>/dev/null

%postun backend
%_postun_userdel mythtv

%post backend
%_post_service mythbackend

%preun backend
%_preun_service mythbackend

#----------------------------------------------------------------------------

%package setup
Summary:	Setup the mythtv backend
Group:		Video
Requires:	mythtv-backend = %{EVRD}
Requires:	mythtv-themes-base = %{EVRD}
Provides:	mythtvsetup = %{EVRD}
Requires:	qt4-database-plugin-mysql

%description setup
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the setup software for configuring the mythtv
backend.

%if !%{build_lame}
Note that this build does not support MP3 encoding when recording
into the NuppelVideo format.
%endif

%files setup
%{_bindir}/mythtv-setup
%{_datadir}/applications/mandriva-mythtv-setup.desktop
%dir %{_datadir}/mythtv
%{_datadir}/mythtv/setup.xml

#----------------------------------------------------------------------------

%package doc
Summary:	MythTV documentation
Group:		Documentation

%description doc
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the documentation and contributed additional
scripts for MythTV.

%files doc
%doc README UPGRADING AUTHORS COPYING FAQ
%doc keys.txt
%doc contrib
%{_datadir}/%{name}/contrib
%{_datadir}/%{name}/html

#----------------------------------------------------------------------------

%package -n perl-MythTV
Summary:	Perl bindings for MythTV
Group:		Development/Perl

%description -n perl-MythTV
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the perl bindings for MythTV.

%files -n perl-MythTV
%{perl_vendorlib}/MythTV.pm
%{perl_vendorlib}/MythTV
%{perl_vendorlib}/IO/Socket/INET/MythTV.pm

#----------------------------------------------------------------------------

%package -n python-mythtv
Summary:	Python bindings for MythTV
Group:		Development/Python
Requires:	python-mysql
Requires:	python-lxml

%description -n python-mythtv
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the python bindings for MythTV.

%files -n python-mythtv
%{_bindir}/mythpython
%{py_puresitedir}/MythTV

#----------------------------------------------------------------------------

%package -n php-mythtv
Summary:	PHP bindings for MythTV
Group:		Development/PHP
Requires:	php-mysql
BuildArch:	noarch

%description -n php-mythtv
MythTV provides a unified graphical interface for recording and viewing
television programs.

This package contains the PHP bindings for MythTV.

%files -n php-mythtv
%{_datadir}/%{name}/bindings/php

#----------------------------------------------------------------------------

%prep
%setup -q
%apply_patches

# (cg) Fixes might bring in some .gitignore files in patches... trash 'em.
find -name .gitignore -delete

# (cg) The installer is dumb and installs our patch backup files...
# This can be removed after 0.25
rm -f programs/scripts/database/mythconverg_restore.pl.*

# (cg) As of 0.21, only contrib scripts are affected.
find contrib -type f | xargs grep -l /usr/local | xargs perl -pi -e's|/usr/local|%{_prefix}|g'

echo "QMAKE_PROJECT_DEPTH = 0" >> mythtv.pro
echo "QMAKE_PROJECT_DEPTH = 0" >> settings.pro

cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} .
for file in mythbackend.service \
            mythbackend.sysconfig \
            mythbackend.logrotate; do
  sed -e's|@logdir@|%{_logdir}|g' \
      -e's|@rundir@|%{_var}/run|g' \
      -e's|@sysconfdir@|%{_sysconfdir}|g' \
      -e's|@sysconfigdir@|%{_sysconfdir}/sysconfig|g' \
      -e's|@initdir@|%{_initrddir}|g' \
      -e's|@bindir@|%{_bindir}|g' \
      -e's|@sbindir@|%{_sbindir}|g' \
      -e's|@subsysdir@|%{_var}/lock/subsys|g' \
      -e's|@varlibdir@|%{_localstatedir}/lib|g' \
      -e's|@varcachedir@|%{_var}/cache|g' \
      -e's|@logrotatedir@|%{_sysconfdir}/logrotate.d|g' \
  < $file.in > $file
done

# default recordings dir
perl -pi -e's|/mnt/store|%{_localstatedir}/lib/mythtv/recordings|' programs/mythtv-setup/backendsettings.cpp

# do not set hardcoded archflags
perl -pi -e's|^echo "ARCHFLAGS=|# echo "ARCHFLAGS=|' configure

# Fix the version reporting (which assumes svn checkout)
echo "SOURCE_VERSION=%{version}-%{release}" >VERSION

%build
%global optflags %{optflags} -fno-devirtualize

./configure \
	--prefix=%{_prefix} \
	--libdir=%{_libdir} \
	--libdir-name=%{_lib} \
	--enable-runtime-cpudetect \
	--enable-dvb \
	--enable-opengl-video \
	--without-bindings=perl \
	--extra-cxxflags="%{optflags}" \
	--extra-ldflags="%{ldflags}" \
	--enable-vdpau \
	--enable-vaapi \
%if %{build_crystalhd}
	--enable-crystalhd \
%endif
	--enable-libfftw3 \
	--enable-libdns-sd \
	--enable-libvpx \
%if %{build_plf}
	--enable-nonfree \
%endif
%if %{build_x264}
	--enable-libx264 \
%endif
%if %{build_xvid}
	--enable-libxvid \
%endif
%if %{build_faac}
	--enable-libfaac \
%endif
%if %{build_lame}
	--enable-libmp3lame \
%endif
	--enable-firewire \
	--disable-mythlogserver

%make

# This is easier to do ourselves
pushd bindings/perl
perl Makefile.PL INSTALLDIRS=vendor
%make
popd

%install
INSTALL_ROOT=%{buildroot}; export INSTALL_ROOT
%makeinstall

pushd bindings/perl
%makeinstall_std
popd

%if %{maenable}
%multiarch_includes %{buildroot}%{_includedir}/mythtv/mythconfig.h
%endif

mkdir -p %{buildroot}%{_localstatedir}/lib/mythtv
mkdir -p %{buildroot}%{_localstatedir}/lib/mythtv/recordings
mkdir -p %{buildroot}%{_var}/cache/mythtv
mkdir -p %{buildroot}%{_logdir}/mythtv
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig

install -p mythbackend.service %{buildroot}%{_unitdir}/mythbackend.service
install -p mythbackend.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/mythbackend
install -p mythbackend.logrotate  %{buildroot}%{_sysconfdir}/logrotate.d

# wmsession.d for mythfrontend
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
install -p %{SOURCE4} %{buildroot}%{_sysconfdir}/X11/wmsession.d

# icon
install -d -m755 %{buildroot}/%{_miconsdir}
install -m755 %{SOURCE5} %{buildroot}/%{_miconsdir}/%{name}.png

install -d -m755 %{buildroot}/%{_iconsdir}
install -m755 %{SOURCE6} %{buildroot}/%{_iconsdir}/%{name}.png

install -d -m755 %{buildroot}/%{_liconsdir}
install -m755 %{SOURCE7} %{buildroot}/%{_liconsdir}/%{name}.png


# Mandriva Menu entrys
install -d -m755 %{buildroot}%{_datadir}/applications
cat <<EOF > %{buildroot}%{_datadir}/applications/mandriva-mythtv-frontend.desktop
[Desktop Entry]
Name=MythTV
Comment=Record, playback and watch TV
Exec=mythfrontend
Icon=%{name}
Terminal=false
Type=Application
Categories=Qt;AudioVideo;Video;TV;Recorder;X-MandrivaLinux-Multimedia-Video;
EOF
cat <<EOF > %{buildroot}%{_datadir}/applications/mandriva-mythtv-setup.desktop
[Desktop Entry]
Name=MythTV Setup
Comment=Setup MythTV backend
Exec=mythtv-setup
Icon=%{name}
Terminal=false
Type=Application
Categories=Qt;AudioVideo;Video;TV;Recorder;X-MandrivaLinux-Multimedia-Video;
EOF

cat > README.install.urpmi <<EOF
You can import the initial database by running:
mysql -u root -p < %{_datadir}/mythtv/initialdb/mc.sql
(you can omit -p if you do not have the password set)
EOF

mkdir -p %{buildroot}%{_libdir}/mythtv/plugins

install -d -m755 %{buildroot}%{_datadir}/mythtv/initialdb
install -m644 database/* %{buildroot}%{_datadir}/mythtv/initialdb

# install a few useful contrib scripts
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -ar contrib %{buildroot}%{_datadir}/%{name}

# Remove python egg-info as it's pointless
rm -f %{buildroot}%{py_puresitedir}/MythTV-*.egg-info

# (cg) We cover the package license so no need to include it separately
rm -f %{buildroot}%{_datadir}/%{name}/fonts/*.txt

# (cg) This is needed for the %doc stuff on the subpackages for some reason...
mkdir -p %{buildroot}%{_docdir}/%{name}-backend
mkdir -p %{buildroot}%{_docdir}/%{name}-doc

# (cg) For some reason the FFmpeg stuff is included in two build roots :s
if [ -d %{buildroot}%{buildroot}%{_includedir}/%{name} ]; then
  mv %{buildroot}%{buildroot}%{_includedir}/%{name}/* %{buildroot}%{_includedir}/%{name}
  rmdir -p %{buildroot}%{buildroot}%{_includedir}/%{name} || /bin/true
fi
if [ -f %{buildroot}%{buildroot}%{_bindir}/mythffmpeg ]; then
  mv %{buildroot}%{buildroot}%{_bindir}/mythff* %{buildroot}%{_bindir}
  rmdir -p %{buildroot}%{buildroot}%{_bindir} || /bin/true
fi


%changelog

* Tue May 19 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.27.1-2plf
- (48166cb) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26685 |14ru|obs-studio-0.17.0.0-1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major 0
%define libobs %mklibname obs %{major}
%define libobsglad %mklibname obsglad %{major}
%define libobsopengl %mklibname obs-opengl %{major}
%define libobsfrontendapi  %mklibname obs-frontend-api %{major}
%define devobs %mklibname obs -d

# This package requires x264 codec so we provide it in Restricted repository
%define distsuffix plf

Summary:	Free and open source software for video recording and live streaming
Name:		obs-studio
Version:	0.17.0.0
Release:	1.1
License:	GPLv2+
Group:		Video
Url:		https://obsproject.com
# From git by tag https://github.com/jp9000/obs-studio/archive/%{version}.tar.gz
Source0:	obs-studio-17.0.0.tar.gz
Patch0:		obs-studio-0.14.2-linkage.patch
BuildRequires:	cmake
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(jansson)
BuildRequires:	pkgconfig(libavcodec)
BuildRequires:	pkgconfig(libavdevice)
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(libavutil)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libswresample)
BuildRequires:	pkgconfig(libswscale)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(MagickCore)
BuildRequires:	pkgconfig(Qt5Core)
BuildRequires:	pkgconfig(Qt5Gui)
BuildRequires:	pkgconfig(Qt5Network)
BuildRequires:	pkgconfig(Qt5Widgets)
BuildRequires:	pkgconfig(Qt5X11Extras)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(x264)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-randr)
BuildRequires:	pkgconfig(xcb-shm)
BuildRequires:	pkgconfig(xcb-xfixes)
BuildRequires:	pkgconfig(xcb-xinerama)
BuildRequires:	pkgconfig(xcomposite)
BuildRequires:	pkgconfig(xfixes)
# Used via dlopen() so Require, otherwise not installed
Requires:	%{libobsopengl} = %{EVRD}
Requires:	%{libobs} = %{EVRD}

%description
Free and open source software for video recording and live streaming.

This package is in the Restricted repository because it requires x264 codec.

%files
%doc COPYING README
%{_bindir}/obs
%{_datadir}/applications/obs.desktop
%dir %{_datadir}/obs/
%{_datadir}/obs/*
%{_iconsdir}/hicolor/*/apps/obs.png
%dir %{_libdir}/obs-plugins/
%{_libdir}/obs-plugins/*.so

#----------------------------------------------------------------------------

%package -n %{libobs}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libobs}
Shared library for %{name}.

%files -n %{libobs}
%doc COPYING README
%{_libdir}/libobs.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libobsglad}
Summary:	Shared library for %{name}
Group:		System/Libraries

%description -n %{libobsglad}
Shared library for %{name}.

%files -n %{libobsglad}
%doc COPYING README
%{_libdir}/libobsglad.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libobsopengl}
Summary:	Shared library for %{name}
Group:		System/Libraries
Requires:	%{libobsfrontendapi} = %{EVRD}

%description -n %{libobsopengl}
Shared library for %{name}.

%files -n %{libobsopengl}
%doc COPYING README
%{_libdir}/libobs-opengl.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devobs}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libobs} = %{EVRD}
Requires:	%{libobsglad} = %{EVRD}
Requires:	%{libobsopengl} = %{EVRD}
Requires:	%{libobsfrontendapi} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	obs-devel = %{EVRD}

%description -n %{devobs}
Development files for %{name}

%files -n %{devobs}
%doc COPYING README
%dir %{_includedir}/obs
%{_includedir}/obs/*
%{_libdir}/libobs.so
%{_libdir}/libobsglad.so
%{_libdir}/libobs-opengl.so
%{_libdir}/libobs-frontend-api.so
%dir %{_libdir}/cmake/LibObs
%{_libdir}/cmake/LibObs/*.cmake

#----------------------------------------------------------------------------

%package -n %{libobsfrontendapi}
Summary:	Frontend-api library for %{name}	
Group:		System/Libraries

%description -n %{libobsfrontendapi}
Frontend-api library for %{name}.

%files -n %{libobsfrontendapi}
%doc COPYING README
%{_libdir}/libobs-frontend-api.so.%{major}*

#----------------------------------------------------------------------------

%prep
%setup -qn %{name}-17.0.0
%patch0 -p1

%build
%cmake \
%ifarch x86_64
		-DOBS_MULTIARCH_SUFFIX=64
%else
		-DOBS_MULTIARCH_SUFFIX=
%endif
%make

%install
%makeinstall_std -C build

%changelog

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.17.0.0-1.1
- (995d330) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26686 |14ru|opal3-3.10.10-4.1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

%define major		%{version}
%define libname		%mklibname opal %{major}
%define devname		%mklibname %{name} -d

######################
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

%define url_ver %(echo %version | cut -d. -f1,2)

Summary:	VoIP library
Name:		opal3
Version:	3.10.10
Release:	4.1%{?extrarelsuffix}
License:	MPL
Group:		System/Libraries
URL:		http://www.opalvoip.org/
Source0:	ftp://ftp.gnome.org/pub/GNOME/sources/opal/%{url_ver}/opal-%{version}.tar.xz
Patch0:		opal-3.10.7-fix-link.patch
Patch2:		opal-3.10.7-ffmpeg-0.11.patch
Patch3:		opal-3.10.10-ffmpeg-2.0.patch
BuildRequires:	gawk
BuildRequires:	openldap-devel
BuildRequires:	ptlib-devel >= 2.10.7
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(theora)
BuildRequires:	ffmpeg-devel
%if %{build_plf}
BuildRequires:	pkgconfig(x264)
%endif

%description
This is an open source class library for the development of
applications that wish to use SIP / H.323 protocols for multimedia
communications over packet based networks.

%if %{build_plf}
This package is in restricted repository because the H264 codec is
covered by patents.
%endif

#----------------------------------------------------------------------------

%package -n	%{libname}-plugins
Summary:	Codec plugins for Opal
Group:		System/Libraries
Provides:	%{name}-plugins = %{EVRD}

%description -n	%{libname}-plugins
PTlib codec plugins for various formats provided by Opal.

%files -n %{libname}-plugins
%{_libdir}/opal-%{version}/codecs/audio/*
%{_libdir}/opal-%{version}/codecs/video/*

#----------------------------------------------------------------------------

%package -n	%{libname}
Summary:	Opal Library
Group:		System/Libraries
Provides:	%{name} = %{EVRD}
Requires:	%{libname}-plugins = %{EVRD}

%description -n	%{libname}
Shared library for OPAL (SIP / H323 stack).

%files -n %{libname}
%attr(0755,root,root) %{_libdir}/lib*.so.%{major}*

#----------------------------------------------------------------------------

%package -n	%{devname}
Summary:	Opal development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
Header files and libraries for developing applications that use
Opal.

%files -n %{devname}
%doc mpl-1.0.htm
%attr(0755,root,root) %{_libdir}/*.so
%{_libdir}/*.*a
%{_includedir}/*
%{_libdir}/pkgconfig/opal.pc

#----------------------------------------------------------------------------

%prep
%setup -q -n opal-%{version}
%patch0 -p0 -b .link
%patch2 -p0 -b .ffmpeg
%patch3 -p1 -b .ffmpeg2

%build
#gw don't use the default %%optflags, see
# https://qa.mandriva.com/show_bug.cgi?id=48476
%define optflags %nil
#gw else the UINT64_C macro is not defined by stdint.h
export STDCCFLAGS=-D__STDC_CONSTANT_MACROS
%configure2_5x
%make

%install
%makeinstall_std

# remove incorrect symlinks (http://bugzilla.gnome.org/show_bug.cgi?id=553808 )
rm -f %{buildroot}%{_libdir}/libopal.so.?
rm -f %{buildroot}%{_libdir}/libopal.so.?.?


%changelog

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 3.10.10-4.1plf
- (f44f704) Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26687 |14ru|pianobar-2015.11.22-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# No sources for debug package
%define debug_package %{nil}

Summary:	Pianobar is a native, CLI client to Pandora.com
Name:		pianobar
Version:	2015.11.22
Release:	1
Group:		Sound
License:	AS-IS
Url:		http://6xq.net/html/00/17.html
Source0:	http://6xq.net/static/projects/%{name}/%{name}-%{version}.tar.bz2
BuildRequires:	make
#BuildRequires:	libfaad2-devel
BuildRequires:	ffmpeg-devel
BuildRequires:	pkgconfig(ao)
#BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(json-c)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libgcrypt)
BuildRequires:	pkgconfig(libxml-2.0)

%description
This software supports all important features Pandora has:
 * Create, delete, rename stations and add more music
 * Rate and temporary ban tracks as well as move them to another station
 * "Shared stations"
 * last.fm scrobbling
 * Proxy support for non-americans.

%files
%doc ChangeLog COPYING README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

#----------------------------------------------------------------------------- 

%prep
%setup -q


%build
%make


%install
%makeinstall_std PREFIX=%{_prefix} DESTDIR=%{buildroot}

%changelog

* Mon Jan 18 2016 Giovanni Mariani <mc2374@mclink.it> 2015.11.22-1
- (52d1963) Updated to release 2015.11.22, updated BReqs and cleaned specfile



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26688 |14ru|pipelight-0.2.7.1-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define _enable_debug_packages %{nil}
%define debug_package %{nil}

Summary:	MS Silverlight alternative for linux
Name:		pipelight
Version:	0.2.7.1
Release:	9
License:	LGPLv2.1+
Group:		Networking/WWW
Url:		http://pipelight.net/
Source0:	%{name}-x64-%{version}.tar.bz2
Source1:	%{name}-%{version}.tar.bz2
Source100:	pipelight.rpmlintrc
Patch0:		pipelight-0.2.7.1-id-path.patch
Patch1:		pipelight-0.2.7.1-distro-version.patch
# Not auto-detected, likely used via dlopen
Requires:	%{_lib}capi20_3
# Used in library check
Requires:	pkgconfig(netapi)
Requires:	webcore-fonts
# Even 64 bit version uses 32 bit wine and some libraries for main plugins
Requires:	libudev1
Requires:	wine32
%ifarch x86_64
Requires:	wine64
%endif
Requires(post,preun):	gnupg
Requires(post,preun):	wget

%description
MS Silverlight alternative for linux.

Make sure to enable plugins by running pipelight-plugin from your user account.
For example: pipelight-plugin --enable silverlight5.1

Enabling plugins requires to accept Microsoft's license so it has to be done
manually.

If something goes wrong run: pipelight-plugin --system-check

%files
%{_bindir}/pipelight-plugin
%{_datadir}/%{name}
%{_datadir}/doc/%{name}-multi
%{_datadir}/man/man1/pipelight-plugin.1.xz
%{_prefix}/lib/%{name}

%post
#!/bin/sh -e
pipelight-plugin --update
pipelight-plugin --remove-mozilla-plugins
pipelight-plugin --create-mozilla-plugins

%preun
#!/bin/sh -e
# Keep the previous configuration on an update
if [ $1 = 0 ]; then
	pipelight-plugin --remove-mozilla-plugins
	pipelight-plugin --disable-all
fi


#----------------------------------------------------------------------------

%prep
%setup -c -T
%ifarch x86_64
tar -xf %{SOURCE0}
%else
tar -xf %{SOURCE1}
%endif

pushd %{name}-*
%patch0 -p1
%patch1 -p1
popd

%build

%install
cp -R %{name}-*/usr %{buildroot}/

chmod 0755 %{buildroot}%{_prefix}/lib/%{name}/*.so

pushd %{buildroot}%{_datadir}/%{name}
rm -f wine
ln -s %{_bindir}/wine wine
%ifarch x86_64
rm -f wine64
ln -s %{_bindir}/wine64 wine64
%endif
popd


%changelog
* Tue Oct 21 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.2.7.1-9
+ Revision: 90a8d19
- Update Requires



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26689 |14ru|qmmp-1.0.7-1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define major		1
%define libname		%mklibname %{name} %{major}
%define devname		%mklibname %{name} -d
%define libnameui	%mklibname qmmpui %{major}
%define devnameui	%mklibname qmmpui -d

######################
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define distsuffix plf
%define extrarelsuffix plf
%endif

Summary:	Qt-based Multimedia Player
Name:		qmmp
Version:	1.0.7
Release:	1%{?extrarelsuffix}
License:	GPLv2+
Group:		Sound
Url:		http://qmmp.ylsoftware.com/index_en.php
Source0:	http://qmmp.ylsoftware.com/files/%{name}-%{version}.tar.bz2
Patch0:		qmmp-0.9.1-initial-preference.patch
Patch1:		https://raw.githubusercontent.com/rigon/qmmp-plugin-youtube/master/http-fix.patch
BuildRequires:	cmake >= 2.8.11
BuildRequires:	qt5-linguist-tools
BuildRequires:	ffmpeg-devel
BuildRequires:	libgme-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	sidplay-devel
BuildRequires:	wildmidi-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(enca)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(jack) >= 1.9.8
BuildRequires:	pkgconfig(libbs2b)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcurl)
BuildRequires:	pkgconfig(libmms) >= 0.4
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libprojectM)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(libsidplay2)
BuildRequires:	pkgconfig(libsidplayfp)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(opus) >= 1.0.2
BuildRequires:	pkgconfig(opusfile)
BuildRequires:	pkgconfig(Qt5DBus) >= 5.4.0
BuildRequires:	pkgconfig(Qt5Network) >= 5.4.0
BuildRequires:	pkgconfig(Qt5Widgets) >= 5.4.0
BuildRequires:	pkgconfig(Qt5X11Extras) >= 5.4.0
BuildRequires:	pkgconfig(samplerate) >= 0.1.8
# Do not remove sdl-headers needed by sid-ogg. Sflo
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sndfile)
BuildRequires:	pkgconfig(taglib) >= 1.9
BuildRequires:	pkgconfig(udisks2)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(wavpack)

%if %{build_plf}
BuildRequires:	libfaad2-devel
%else
BuildConflicts:	libfaad2-devel
%endif
Requires:	%{libname} = %{EVRD}
Requires:	%{libnameui} = %{EVRD}
Requires:	%{name}-plugins = %{EVRD}
Suggests:	%{name}-aac = %{EVRD}
%if %{mdvver} >= 201210
Suggests:	%{name}-ffmpeg = %{EVRD}
%else
Suggests:	%{name}-ffmpeg-legacy = %{EVRD}
%endif
Suggests:	%{name}-jack = %{EVRD}
Suggests:	%{name}-modplug = %{EVRD}
Suggests:	%{name}-musepack = %{EVRD}
Suggests:	%{name}-oss = %{EVRD}
Suggests:	%{name}-simple-ui = %{EVRD}
Suggests:	%{name}-wavpack = %{EVRD}
Suggests:	%{name}-plugin-pack
Requires:	unzip
Requires:	wildmidi

%description
This program is an audio-player, written with help of Qt library. The user
interface is similar to winamp or xmms.
Main opportunities:
* winamp and xmms skins support;
* plugins support;
* MPEG1 layer 1/2/3 support;
* Ogg Vorbis support;
* native FLAC support;
* Musepack support;
* WavePack support;
* ModPlug support;
* WMA support;
* PCM WAVE support;
* AlSA sound output;
* JACK sound output;
* OSS sound output;
* PulseAudio output;
* Last.fm scrobbler;
* D-Bus support;
* Spectrum Analyzer;
* sample rate conversion;
* streaming support (MP3, Vorbis via IceCast/ShoutCast).

%files
%doc AUTHORS ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libname}
Qmmp is an audio-player, written with help of Qt library.
This package contains the library needed by %{name}.

%files -n %{libname}
%doc AUTHORS ChangeLog
%{_libdir}/libqmmp.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{libnameui}
Summary:	Library for %{name}
Group:		System/Libraries

%description -n %{libnameui}
Qmmp is an audio-player, written with help of Qt library.
This package contains the library needed by %{name}.

%files -n %{libnameui}
%doc AUTHORS ChangeLog
%{_libdir}/libqmmpui.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
Qmmp is an audio-player, written with help of Qt library.
This package contains the files needed for developing applications
which use %{name}.

%files -n %{devname}
%doc AUTHORS ChangeLog
%{_includedir}/%{name}
%{_libdir}/libqmmp.so
%{_libdir}/pkgconfig/qmmp.pc

#----------------------------------------------------------------------------

%package -n %{devnameui}
Summary:	Development files for %{name}
Group:		Development/C
Requires:	%{libnameui} = %{EVRD}
Provides:	%{name}ui-devel = %{EVRD}
Conflicts:	%{_lib}qmmp-devel < 0.7.2

%description -n %{devnameui}
Qmmp is an audio-player, written with help of Qt library.
This package contains the files needed for developing applications
which use %{name}.

%files -n %{devnameui}
%doc AUTHORS ChangeLog
%{_includedir}/qmmpui
%{_libdir}/libqmmpui.so
%{_libdir}/pkgconfig/qmmpui.pc

#----------------------------------------------------------------------------

%if %{build_plf}
%package aac
Summary:	Qmmp AAC Input Plugin
Group:		Sound

%description aac
This is the AAC Input plug-in for Qmmp.

This package is in restricted repository because AAC codec is patent-protected.

%files aac
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libaac.so
%endif

#----------------------------------------------------------------------------

#  ffmpeg-legacy in LTS
%if %{mdvver} >= 201210
%package ffmpeg
Summary:	Qmmp FFMPEG Input Plugin
Group:		Sound

%description ffmpeg
This is the FFMPEG Input Plugin for Qmmp.

%files ffmpeg
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libffmpeg.so

%else

%package ffmpeg-legacy
Summary:	Qmmp FFMPEG Input Plugin
Group:		Sound

%description ffmpeg-legacy
This is the FFMPEG Input Plugin for Qmmp.

%files ffmpeg-legacy
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libffmpeg_legacy.so
%endif

#----------------------------------------------------------------------------

%package jack
Summary:	Qmmp Jack Output Plugin
Group:		Sound

%description jack
This is the Jack Output Plugin for Qmmp.

%files jack
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Output/libjack.so

#----------------------------------------------------------------------------

%package modplug
Summary:	Qmmp Modplug Input Plugin
Group:		Sound

%description modplug
This is the Modplug Input Plugin for Qmmp.

%files modplug
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libmodplug.so

#----------------------------------------------------------------------------

%package musepack
Summary:	Qmmp MusePack Output Plugin
Group:		Sound

%description musepack
This is the Musepack Input Plugin for Qmmp.

%files musepack
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libmpc.so

#----------------------------------------------------------------------------
%package opus
Summary:	Qmmp Opus Input Plugin
Group:		Sound

%description opus
This is the Opus Input Plugin for Qmmp.

%files opus
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libopus.so

#----------------------------------------------------------------------------

%package oss
Summary:	Qmmp OSS Output Plugin
Group:		Sound

%description oss
This is the Jack OSS Plugin for Qmmp.

%files oss
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Output/liboss.so

#----------------------------------------------------------------------------

%package plugins
Summary:	Qmmp Plugins
Group:		Sound

%description plugins
Qmmp is an audio-player, written with help of Qt library.
This contains basic plug-in distribution.

%files plugins
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libflac.so
%{_libdir}/%{name}/Input/libmad.so
%{_libdir}/%{name}/Input/libsndfile.so
%{_libdir}/%{name}/Input/libvorbis.so
%{_libdir}/%{name}/Input/libcdaudio.so
%{_libdir}/%{name}/Input/libcue.so
%{_libdir}/%{name}/Input/libgme.so
%{_libdir}/%{name}/Input/libwildmidi.so
%{_libdir}/%{name}/Output/libalsa.so
%{_libdir}/%{name}/Output/libpulseaudio.so
%{_libdir}/%{name}/Output/libnull.so
%{_libdir}/%{name}/General/libnotifier.so
%{_libdir}/%{name}/General/libscrobbler.so
%{_libdir}/%{name}/General/libstatusicon.so
%{_libdir}/%{name}/General/libfileops.so
%{_libdir}/%{name}/General/libhotkey.so
%{_libdir}/%{name}/General/liblyrics.so
%{_libdir}/%{name}/General/libmpris.so
%{_libdir}/%{name}/General/libcovermanager.so
%{_libdir}/%{name}/General/libkdenotify.so
%{_libdir}/%{name}/General/libstreambrowser.so
%{_libdir}/%{name}/General/libconverter.so
%{_libdir}/%{name}/General/libcopypaste.so
%{_libdir}/%{name}/General/libtrackchange.so
%{_libdir}/%{name}/General/libudisks2.so
%{_libdir}/%{name}/General/libgnomehotkey.so
%{_libdir}/%{name}/General/librgscan.so
%{_libdir}/%{name}/PlayListFormats/*
%{_libdir}/%{name}/CommandLineOptions/libincdecvolumeoption.so
%{_libdir}/%{name}/CommandLineOptions/libseekoption.so
%{_libdir}/%{name}/CommandLineOptions/libstatusoption.so
%{_libdir}/%{name}/CommandLineOptions/libplaylistoption.so
%{_libdir}/%{name}/Effect/libsrconverter.so
%{_libdir}/%{name}/Effect/libbs2b.so
%{_libdir}/%{name}/Effect/libladspa.so
%{_libdir}/%{name}/Effect/libcrossfade.so
%{_libdir}/%{name}/Effect/libstereo.so
%{_libdir}/%{name}/Engines/libmplayer.so
%{_libdir}/%{name}/FileDialogs/libqmmpfiledialog.so
%{_libdir}/%{name}/Transports/libhttp.so
%{_libdir}/%{name}/Transports/libmms.so
%{_libdir}/%{name}/Visual/libanalyzer.so
%{_libdir}/%{name}/Visual/libprojectm.so
%{_libdir}/%{name}/Ui/libskinned.so

#----------------------------------------------------------------------------

%package sid
Summary:	Qmmp SID Input Plugin
Group:		Sound

%description sid
This is the SID Input Plugin for Qmmp.

%files sid
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libsid.so

#----------------------------------------------------------------------------

%package simple-ui
Summary:	Qmmp Simple UI Plugin
Group:		Sound

%description simple-ui
This is the Simple UI Plugin for Qmmp (simple user interface based on standard
widgets set).

%files simple-ui
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Ui/libqsui.so

#----------------------------------------------------------------------------

%package wavpack
Summary:	Qmmp WavPack Input Plugin
Group:		Sound

%description wavpack
This is the WavPack Input Plugin for Qmmp.

%files wavpack
%doc AUTHORS ChangeLog
%{_libdir}/%{name}/Input/libwavpack.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0 -b https support

%build
#oss3 support is deprecated upstream for now I'll enable it ...
%cmake_qt5 \
	-DUSE_OSS:BOOL=TRUE \
	-DUSE_HAL:BOOL=FALSE \
	-DUSE_UDISKS2:BOOL=TRUE \
	-DUSE_RPATH=TRUE \
	-DCMAKE_INSTALL_PREFIX=%{_prefix}

%make


%install
%makeinstall_std -C build


%changelog

* Sat Apr 16 2016 abfonly <abfonly@gmail.com> 1.0.7-1plf
- (b98a030) Log: Update to 1.0.7
- (b98a030) patched for https stream transport
- (b98a030) * added ffmpeg 3.0 support
- (b98a030) * added support for theme change event in the qsui plugin
- (b98a030) * fixed sendig multiple play commands when opening several files for playback
- (b98a030) * fixed memory leaks
- (b98a030) * fixed qt5.6 support

* Sun Jan 24 2016 Giovanni Mariani <mc2374@mclink.it> 1.0.5-1plf
- (4c2e37f) Updated to release 1.0.5

* Mon Nov 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0.2-1plf
- (6893253) New version 1.0.2
- (6893253) Switch to Qt5
- (6893253) New library major 1

* Mon Sep 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.1-2plf
- (85b08b1) Suggest simple UI plugin

* Mon Sep 07 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.9.1-1plf
- (7c1714d) New version 0.9.1
- (7c1714d) Re-diff initial preference patch
- (7c1714d) simple-ui plugin is moved here from plugin-pack package

* Tue Aug 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.5-3plf
- (5e874c6) Don't set high priority for qmmp_enqueue.desktop

* Mon Aug 10 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.5-2plf
- (86dd9da) Adjust QMMP priority in KDE

* Thu Aug 06 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.5-1plf
- (d3b78c1) New version 0.8.5
- (d3b78c1) Use udisks2 instead of udisks

* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.3-2plf
- (38f06e9) Bump release

* Wed Feb 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3-1plf
- (e48caf3) Merge remote-tracking branch 'import/rosa2014.1' into rosa2014.1
- (e48caf3) Conflicts:
- (e48caf3) .abf.yml
- (e48caf3) qmmp.spec

* Wed Feb 25 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.8.3-1
- (98ee8c8) Updated to 0.8.3

* Mon Oct 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.2-1plf
- (27b72be) Spec cleanup

* Mon Oct 20 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.8.2-1
- (f8affcb) Spec cleanup
- (abfonly: 5bf3f44) Changelog: 0.8.2 added transifex integration
- (abfonly: 5bf3f44) added webm support improved image scaling quality
- (abfonly: 5bf3f44) fixed xspf parsing
- (abfonly: 5bf3f44) fixed cover loading sequence
- (abfonly: 5bf3f44) fixed main window activation under windows
- (abfonly: 5bf3f44) fixed analyzer color settings
- (abfonly: 5bf3f44) fixed typos
- (abfonly: 5bf3f44) fixed possible segmentation fault in the opus;
- (abfonly: 5bf3f44) fixed separator of the file filters
- (abfonly: 5bf3f44) reduced tag reading delay (requires TagLib 1.8 or higher)
- (abfonly: 5bf3f44) updated Russian translation
- (abfonly: 5bf3f44) updated Ukrainian translation
- (abfonly: 5bf3f44) updated Japanese translation

* Sun Oct 19 2014 abfonly <abfonly@gmail.com> 0.8.2-1plf
- (52c82b3) Changelog: 0.8.2 added transifex integration
- (52c82b3) added webm support improved image scaling quality
- (52c82b3) fixed xspf parsing
- (52c82b3) fixed cover loading sequence
- (52c82b3) fixed main window activation under windows
- (52c82b3) fixed analyzer color settings
- (52c82b3) fixed typos
- (52c82b3) fixed possible segmentation fault in the opus;
- (52c82b3) fixed separator of the file filters
- (52c82b3) reduced tag reading delay (requires TagLib 1.8 or higher)
- (52c82b3) updated Russian translation
- (52c82b3) updated Ukrainian translation
- (52c82b3) updated Japanese translation

* Sun Aug 10 2014 abfonly <abfonly@gmail.com> 0.8.1-1
- (ec60f59) Changelog: 0.8.1 added rusxmms patch autodetection for all supported platforms
- (ec60f59) added application information to the windows executable
- (ec60f59) fixed --pl-dump/--pl-play command line options
- (ec60f59) fixed regressions in the mpris 1.0 support
- (ec60f59) fixed selection behaviour in the playlist when using keyboard
- (ec60f59) fixed disc number disappearing when using flac with embedded cue
- (ec60f59) fixed main window activation
- (ec60f59) fixed segmentation fault when moving track in the group mode
- (ec60f59) fixed not working 'exit' action when option 'hide on close' is enabled
- (ec60f59) fixed freezing in the alsa plugin
- (ec60f59) fixed m4a support;
- (ec60f59) fixed clearing a key combination in the hotkey plugin
- (ec60f59) removed duplicate extensions from the file association page

* Sun Aug 10 2014 abfonly <abfonly@gmail.com> 0.8.1-1plf
- (0a9afa4) Changelog: 0.8.1 added rusxmms patch autodetection for all supported platforms
- (0a9afa4) added application information to the windows executable
- (0a9afa4) fixed --pl-dump/--pl-play command line options
- (0a9afa4) fixed regressions in the mpris 1.0 support
- (0a9afa4) fixed selection behaviour in the playlist when using keyboard
- (0a9afa4) fixed disc number disappearing when using flac with embedded cue
- (0a9afa4) fixed main window activation
- (0a9afa4) fixed segmentation fault when moving track in the group mode
- (0a9afa4) fixed not working 'exit' action when option 'hide on close' is enabled
- (0a9afa4) fixed freezing in the alsa plugin
- (0a9afa4) fixed m4a support;
- (0a9afa4) fixed clearing a key combination in the hotkey plugin
- (0a9afa4) removed duplicate extensions from the file association page
- (abfonly: 0ec73d7) Updated qmmp.spec

* Mon Jul 07 2014 abfonly <abfonly@gmail.com> 0.8.0-1plf
- (f23daee) Updated .abf.yml
- (abfonly: f7f9be7) Update to 0.8.0

* Mon Jul 07 2014 symbianflo <symbianflo@symbianflo> 0.8.0-1
- (1b732f3) Log: Update to 0.8.0,Change log is huge, so just read it, fixed new BR,fix files,Enabled all OSS plugins

* Wed Jul 02 2014 abfonly <abfonly@gmail.com> 0.7.7-2
- (174b4bb) Updated qmmp.spec

* Wed Jul 02 2014 abfonly <abfonly@gmail.com> 0.7.7-2plf
- (2423f39) Updated qmmp.spec

* Sun Jun 08 2014 SymbianFlo <symbianflo@mandrivausers.ro> 0.7.7-1
- (c99bc9e) Update to 0.7.7

* Sat Jun 07 2014 SymbianFlo <symbianflo@mandrivausers.ro> 0.7.7-1plf
- (461844b) Updated to 0.7.7

* Tue Apr 08 2014 SymbianFlo <symbianflo@mandrivausers.ro> 0.7.6-1plf
- (4813d88) Changelog:
- (4813d88) 0.7.6
- (4813d88) added libav 10 and ffmpeg 2.2 support
- (4813d88) fixed url parsing
- (4813d88) fixed freezing on playback resume
- (4813d88) fixed random freezing in the mplayer plugin
- (4813d88) fixed reset selection of tracks when calling context menu
- (4813d88) fixed multimedia keys support under win32

* Tue Apr 08 2014 SymbianFlo <symbianflo@mandrivausers.ro> 0.7.6-1
- (94ffbaf) Changelog:
- (94ffbaf) 0.7.6
- (94ffbaf) added libav 10 and ffmpeg 2.2 support
- (94ffbaf) fixed url parsing
- (94ffbaf) fixed freezing on playback resume
- (94ffbaf) fixed random freezing in the mplayer plugin
- (94ffbaf) fixed reset selection of tracks when calling context menu
- (94ffbaf) fixed multimedia keys support under win32

* Sat Feb 15 2014 SymbianFlo <symbianflo@mandrivausers.ro> 0.7.5-1
- (2fe29e3) Changelog: 0.7.5 fixed tab closing bug in the qsui plugin fixed cpu a...
- (2fe29e3) ...rchitecture detection while build using qmake
- (2fe29e3) fixed feature to disable qsui before build
- (2fe29e3) fixed latest cmake support
- (2fe29e3) disable plf for contrib packages

* Sat Feb 15 2014 symbianflo <symbianflo@symbianflo> 0.7.5-1plf
- (2b1250e) Changelog:
- (2b1250e) 0.7.5
- (2b1250e) fixed tab closing bug in the qsui plugin
- (2b1250e) fixed cpu architecture detection while build using qmake
- (2b1250e) fixed feature to disable qsui before build
- (2b1250e) fixed latest cmake support
- (symbianflo: 44276b8) Changelog:
- (symbianflo: 44276b8) 0.7.5
- (symbianflo: 44276b8) fixed tab closing bug in the qsui plugin
- (symbianflo: 44276b8) fixed cpu architecture detection while build using qmake
- (symbianflo: 44276b8) fixed feature to disable qsui before build
- (symbianflo: 44276b8) fixed latest cmake support

* Sat Dec 28 2013 SymbianFlo <symbianflo@mandrivausers.ro> 0.7.4-1plf
- (afde8cd) Changelog:
- (afde8cd) 0.7.4
- (afde8cd) added Galician translation
- (afde8cd) added ffmpeg 2.1 support
- (afde8cd) added m3u8 playlist extension
- (afde8cd) improved ReplayGain support
- (afde8cd) - fixed 24/32 bit mode
- (afde8cd) - added clipping to prevent overflow
- (afde8cd) improved cdaudio plugin
- (afde8cd) - added Windows support
- (afde8cd) - added track cache
- (afde8cd) - fixed proxy support
- (afde8cd) fixed localization of the wildmidi plugin
- (afde8cd) fixed case sensitivity while checking file extensions
- (afde8cd) fixed gcc 4.8 warnings
- (afde8cd) fixed memory leak
- (afde8cd) fixed several Windows-only bugs
- (afde8cd) - fixed parsing of the m3u files with backslashes
- (afde8cd) - fixed problem with absolute paths
- (afde8cd) - fixed adding files from command line under Windows
- (afde8cd) - fixed Meta/Win modifier in the global hotkey plugin
- (afde8cd) fixed Japanese translation.

* Sat Dec 28 2013 SymbianFlo <symbianflo@mandrivausers.ro> 0.7.4-1
- (305b68f) Changelog:
- (305b68f) 0.7.4
- (305b68f) added Galician translation
- (305b68f) added ffmpeg 2.1 support
- (305b68f) added m3u8 playlist extension
- (305b68f) improved ReplayGain support
- (305b68f) - fixed 24/32 bit mode
- (305b68f) - added clipping to prevent overflow
- (305b68f) improved cdaudio plugin
- (305b68f) - added Windows support
- (305b68f) - added track cache
- (305b68f) - fixed proxy support
- (305b68f) fixed localization of the wildmidi plugin
- (305b68f) fixed case sensitivity while checking file extensions
- (305b68f) fixed gcc 4.8 warnings
- (305b68f) fixed memory leak
- (305b68f) fixed several Windows-only bugs
- (305b68f) - fixed parsing of the m3u files with backslashes
- (305b68f) - fixed problem with absolute paths
- (305b68f) - fixed adding files from command line under Windows
- (305b68f) - fixed Meta/Win modifier in the global hotkey plugin
- (305b68f) fixed Japanese translation.

* Tue Oct 08 2013 symbianflo <symbianflo@mandrivausers.ro> 0.7.3-1plf
- (46248ac) LOG update to 0.7.3,added window size and position saving to the projectm plugin;
- (46248ac) disabled unsupported settings in the statusicon plugin under Windows;
- (46248ac) fixed warnings about invalid parent thread;
- (46248ac) fixed race condition;
- (46248ac) fixed ReplayGain support in the flac plugin;
- (46248ac) fixed parsing of the track/disc number with separator;
- (46248ac) fixed tooltip in the status icon plugin under Windows;
- (46248ac) fixed 'show tooltip' option in the status icon plugin;
- (46248ac) removed unused variables.

* Tue Oct 08 2013 symbianflo <symbianflo@mandrivausers.ro> 0.7.3-1
- (e156222) LOG update to 0.7.3, added window size and position saving to the projectm plugin;
- (e156222) disabled unsupported settings in the statusicon plugin under Windows;
- (e156222) fixed warnings about invalid parent thread;
- (e156222) fixed race condition;
- (e156222) fixed ReplayGain support in the flac plugin;
- (e156222) fixed parsing of the track/disc number with separator;
- (e156222) fixed tooltip in the status icon plugin under Windows;
- (e156222) fixed 'show tooltip' option in the status icon plugin;
- (e156222) removed unused variables.

* Wed Aug 28 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.2-1
- (bee80fe) LOG New version 0.7.2, sort subpackages, add more Suggests

* Wed Aug 28 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.2-1plf
- (dc21b5f) LOG New version 0.7.2, sort subpackages, add more Suggests

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.1-3
- (a9f575b) LOG Rebuild with new ffmpeg

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.1-3plf
- (f46f1ed) LOG Rebuild with new ffmpeg

* Fri Aug 02 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.1-2
- (65a77ae) LOG Rebuild with new ffmpeg

* Fri Aug 02 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.7.1-2plf
- (ed0b49d) LOG Rebuild with new ffmpeg

* Sat Jun 01 2013 symbianflo <symbianflo@mandrivausers.ro> 0.7.1-1
- (d12a296) LOG upadte to 1.7.1

* Sat Jun 01 2013 symbianflo <symbianflo@mandrivausers.ro> 0.7.1-1plf
- (1186cd6) LOG, update to 0.7.1, improved jack plugin (24/32-bit samples and freebsd support)
- (1186cd6) excluded mime types of disabled plugins in the mpris interface
- (1186cd6) fixed windows support in the gme plugin
- (1186cd6) fixed shortcut editor dialog
- (1186cd6) fixed api documentation
- (1186cd6) fixed parsing of the icy packet size
- (1186cd6) fixed possible freezes
- (1186cd6) fixed Spanish translation
- (1186cd6) fixed and improved qmake support
- (1186cd6) fixed pkg-config support
- (1186cd6) fixed several ui bugs
- (1186cd6) fixed scrobbler regressions

* Sat Apr 13 2013 symbianflo <symbianflo@mandrivausers.ro> 0.7.0-1
- (8593354) LOG update to 0.7.0, add ffmpeg-legacy-plugin (instead of ffmpeg-plugin) in lts,fix linting

* Sat Apr 13 2013 symbianflo <symbianflo@mandrivausers.ro> 0.7.0-1plf
- (787d1b8) LOG update to 0.7.0, add ffmpeg-legacy-plugin (instead of ffmpeg-plugin) in lts,fix linting

* Tue Mar 26 2013 symbianflo <symbianflo@mandrivausers.ro> 0.6.8-1plf
- (7782039) LOG: update to 0.6.8

* Mon Mar 25 2013 symbianflo <symbianflo@mandrivausers.ro> 0.6.8-1
- (8444562) LOG:fixed bugs in the mpris plugin
- (8444562) fixed segmentation fault when running without output plugins
- (8444562) updated Japanese translation

* Fri Feb 22 2013 symbianflo <symbianflo@mandrivausers.ro> 0.6.7-1plf
- (8f5d564) LOG New upstream relese, radio stream works again, build with aac-plugin has to go in restricted

* Fri Feb 22 2013 symbianflo <symbianflo@mandrivausers.ro> 0.6.7-1
- (30939fd) LOG New upstream relese, radio stream works again,build with no aac-plugin for contrib

* Sat Jan 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.6-1
- (748efe7) LOG Fix typo

* Sat Jan 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.6-1plf
- (80eb281) LOG Fix typo

* Sat Jan 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.6-1
- (f2aa499) LOG New version 0.6.6

* Sat Aug 18 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.6.3-1
- (e069876) New version 6.0.3

* Thu Aug 02 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.6.0-1
- (a84b73a) Automatic import for version 0.6.0

* Wed Feb 01 2012 Rosa <rosa@rosa-build.rosalab.ru> 0.5.1-1
- (f199af6) Automatic import for version 0.5.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26690 |14ru|transcode-1.1.7-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define build_pvm 0
%{?_without_pvm:		%{expand: %%global build_pvm 0}}
%{?_with_pvm:			%{expand: %%global build_pvm 1}}
%define build_dv 1
%define build_freetype 1
%define build_quicktime 1
%define build_theora 1

Summary:	A linux video stream processing utility
Name:		transcode
Version:	1.1.7
Release:	9
License:	GPLv2+
Group:		Video
Url:		http://www.transcoding.org
Source0:	http://www.jakemsr.com/transcode/%{name}-%{version}.tar.bz2
Patch0:		transcode-1.1.7-ffmpeg2.0.patch
Patch1:		transcode-1.1.7-preset-free.patch
Patch2:		transcode-1.1.7-preset-force.patch
Patch3:		transcode-1.1.7-ffmpeg-segfault.patch
Patch4:		transcode-1.1.7-freetype251.patch
Patch5:		transcode-1.1.7-ffmpeg2.4.patch
BuildRequires:	ffmpeg-devel
BuildRequires:	jbig-devel
BuildRequires:	liba52dec-devel
BuildRequires:	libfaac-devel
BuildRequires:	liblame-devel
BuildRequires:	liblzo-devel
BuildRequires:	libnetpbm-devel
BuildRequires:	xvid-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(ImageMagick)
BuildRequires:	pkgconfig(jasper)
BuildRequires:	pkgconfig(lcms)
BuildRequires:	pkgconfig(libmpeg2)
BuildRequires:	pkgconfig(libv4l1)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mjpegtools)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(x264)
BuildRequires:	pkgconfig(xaw7)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xv)
%if %{build_freetype}
BuildRequires:	pkgconfig(freetype2)
%endif
%if %{build_dv}
BuildRequires:	pkgconfig(libdv)
%endif
%if %{build_quicktime}
BuildRequires:	pkgconfig(libquicktime)
%endif
%if %{build_theora}
BuildRequires:	pkgconfig(theora)
%endif
%if %{build_pvm}
BuildRequires:	libpvm-devel >= 3.4
%endif

%description
Transcode is a text-console video stream processing tool. Decoding and
encoding is done by loading shared library modules that are responsible
for feeding transcode with raw RGB/PCM streams (import module) and encoding
the frames (export module). It supports elementary video and audio frame
transformations. Some example modules are included to enable import of MPEG
program streams (VOB), Digital Video (DV), or YUV video and export modules
for writing DivX, OpenDivX, or uncompressed AVI files.

A set of tools is available to extract and decode the sources into raw
video/audio streams for import and to enable post-processing of AVI files.

This package is in Restricted repository as it could violate some patents.

%files
%doc installed-docs/*
%{_bindir}/transcode
%{_bindir}/tccat
%{_bindir}/aviindex
%{_bindir}/avimerge
%{_bindir}/avisplit
%{_bindir}/tcdemux
%{_bindir}/tcprobe
%{_bindir}/avifix
%{_bindir}/tcscan
%{_bindir}/tcextract
%{_bindir}/avisync
%{_bindir}/tcdecode
%{_bindir}/tcmodinfo
%{_bindir}/tcxmlcheck
%{_bindir}/tcxpm2rgb
%{_bindir}/tcmp3cut
%{_bindir}/tcrequant
%if %{build_pvm}
%{_bindir}/tcpvmexportd
%endif
%{_bindir}/tcyait
%{_libdir}/%{name}
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1

%build
%ifarch %{ix86}
export CPPFLAGS="$CPPFLAGS -mmmx"
%endif
%configure2_5x \
	--enable-libmpeg2 \
	--enable-libmpeg2convert \
%if %{build_dv}
	--enable-libdv \
%endif
%if %{build_pvm}
	--with-pvm3-lib=/usr/share/pvm3/lib/LINUX/ \
%else
	--disable-pvm3 \
%endif
	--enable-imagemagick \
	--enable-mjpegtools \
	--enable-ogg --enable-vorbis \
%if %{build_theora}
	--enable-theora \
%endif
%if %{build_quicktime}
	--enable-libquicktime \
%endif
	--enable-lzo --with-lzo-includes=%{_includedir}/lzo \
	--enable-libxml2 \
	--enable-a52 \
	--enable-sdl \
	--enable-v4l \
	--enable-libv4l2 \
	--enable-libv4lconvert \
	--enable-oss \
	--enable-alsa \
	--enable-libpostproc \
	--enable-faac \
	--enable-deprecated \
%if %{build_freetype}
	--enable-freetype2 \
%else
	--disable-freetype2 \
%endif
	--enable-xvid \
	--enable-x264

%make

%install
%makeinstall_std transform=""
for file in `find %{buildroot} -name "*.la"`; do
	perl -pi -e 's|'%{buildroot}'/%{name}-%{version}/||g' $file
done
mv %{buildroot}%{_datadir}/doc/transcode installed-docs


%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.1.7-9
+ Revision: cde589d
- Add patch to fix build with ffmpeg 2.4+ and drop unused build options



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26691 |14ru|vdr-plugin-vdrrip-0.3.0-15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define plugin	vdrrip

%bcond_without	plf

#####################
# Hardcore PLF build
%define build_plf 1
#####################

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%endif

%{?_with_plf: %{expand: %%global build_plf 1}}
%{?_without_plf: %{expand: %%global build_plf 0}}

Summary:	VDR plugin: A MPlayer using movie encoder
Name:		vdr-plugin-%plugin
Version:	0.3.0
Release:	15
Group:		Video
License:	GPL
# an interesting use of a domain...
URL:		http://www.a-land.de/
Source:		http://www.a-land.de/vdr-%plugin-%{version}.tgz
# e-tobi script
Source1:	vdrripsplit.sh
# initscript
Source2:	vdrrip.service
Source3:	vdrrip.sysconfig
Patch0:		vdrrip-0.3.0-paths.patch
# (anssi) This seems to be the easiest way to do detaching...
Patch8:		vdrrip-0.3.0-queue-bg.patch
# (anssi) Link against dvdread instead of dvdnav, as dvdnav is not needed
# and does not contain the needed headers as of 11/2007
Patch9:		vdrrip-dvdnav2dvdread.patch
# #35140
Patch10:	vdrrip-dvdread-inttypes.patch
Patch12:	vdrrip-0.3.0-i18n-1.6.patch
Patch13:	vdrrip-format-string.patch
Patch14:	vdrrip-const-char-gcc4.4.patch
# e-tobi patches
Patch1:		02_maketempdir.dpatch
Patch2:		03_greppid2.dpatch
Patch3:		05_fix-dvdparameter.dpatch
Patch4:		06_fix-ogm-ac3-vdrsync-dev.dpatch
Patch5:		07_preserve-queue-owner.dpatch
Patch6:		11_fix-identify-aspect.dpatch
Patch7:		91_vdrrip+dvd-0.3.0-1.3.7.dpatch
Patch11:		95_fix_crop.dpatch
BuildRequires:	vdr-devel >= 1.6.0-7
%if %with plf
BuildRequires:	libdvdread-devel
%endif
Requires:	vdr-abi = %{vdr_abi}
# The plugin really requires these itself as well
Requires:	mplayer
Requires:	mencoder
Suggests:	vdrrip

%description
Vdrrip is a plugin to encode the vdr recordings into several
formats. You likely want to also install the vdrrip package which
contains the queue handler script.
%if %with plf
This package is in PLF because this build contains support for DVD
ripping which may be prohibited by local laws.
%endif

%package -n %plugin
Summary:	Queue handler of vdrrip
Group:		Video
Requires(preun): rpm-helper
Requires(post):	rpm-helper
Requires:	mplayer
Requires:	mencoder
Suggests:	ogmtools
Suggests:	vdrsync
Suggests:	mkvtoolnix
Suggests:	ffmpeg

%description -n %plugin
The queue handler for VDR vdrrip plugin. It does the actual
encoding.

For encoding ogm files you also need the packages ogmtools and
vdrsync. For encoding matroska files you need the packages
mkvtoolnix and vdrsync. For encoding ogm or matroska files with mp3
or ogg vorbis audio you also need the package ffmpeg.

%prep
%setup -q -n %{plugin}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%vdr_plugin_prep
chmod -x TODO COPYING README FAQ HISTORY
perl -pi -e 's,scriptdir=.*$,scriptdir="%{_sysconfdir}/%{plugin}",' scripts/queuehandler.sh
grep scriptdir= scripts/queuehandler.sh

%vdr_plugin_params_begin %plugin
# You likely want to also install the vdrrip package which
# contains the queue handler script which does the actual encoding.
#
# use alternative mplayer instead of the default one
var=MPLAYER
param="-p MPLAYER"
# use alternative mencoder instead of the default one
var=MENCODER
param="-e MENCODER"
%if %with plf
# use alternative DVD device instead of /dev/dvd
var=DVD_DEVICE
param="-d DVD_DEVICE"
%endif
%vdr_plugin_params_end

%build
# see #35140
VDR_PLUGIN_EXTRA_FLAGS="-D__STDC_LIMIT_MACROS"
%vdr_plugin_build \
%if %with plf
	VDRRIP_DVD=1
%endif

%install
%vdr_plugin_install
install -d -m755 %{buildroot}%{_bindir}
install -m755 scripts/queuehandler.sh %{buildroot}%{_bindir}
install -m755 %{SOURCE1} %{buildroot}%{_bindir}
install -d -m755 %{buildroot}%{_sysconfdir}/%{plugin}
install -m644 scripts/queuehandler.sh.conf %{buildroot}%{_sysconfdir}/%{plugin}

install -d -m755 %{buildroot}%{_unitdir} %{buildroot}%{_sysconfdir}/sysconfig
install -m0644 %{SOURCE2} -D %{buildroot}%{_unitdir}/%{name}.service
install -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{plugin}

%post -n %{plugin}
%systemd_post %{plugin}.service

%preun -n %{plugin}
%systemd_preun %{plugin}.service

%postun -n %{plugin}
%systemd_postun_with_restart %{plugin}.service


%files -f %plugin.vdr
%doc README HISTORY FAQ TODO COPYING scripts/sleephalt.sh scripts/vdrshutdown.sh

%files -n %plugin
%{_bindir}/vdrripsplit.sh
%{_bindir}/queuehandler.sh
%dir %{_sysconfdir}/%{plugin}
%config(noreplace) %{_sysconfdir}/%{plugin}/queuehandler.sh.conf
%attr(0644,root,root) %{_unitdir}/%{name}.service
%config(noreplace) %{_sysconfdir}/sysconfig/%{plugin}



%changelog

* Thu Aug 27 2015 Denis Silakov <denis.silakov@rosalab.ru> 0.3.0-15
- (d140046) BuildList#2558675: Increase release tag



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26692 |14ru|vlc-2.2.4-1.1plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# Private library with rpath
%define __noautoprov 'libvlc_vdpau\\.so\\.0(.*)'
%define __noautoreq 'libvlc_vdpau\\.so\\.0(.*)'

%define with_goom 0

%define with_faad 0
%define with_faac 0
%define with_lame 0
%define with_dts 0
%define with_x264 0
%define with_x265 0

%define libmajor	5
%define coremajor	8
%define libname		%mklibname %{name} %{libmajor}
%define libnamecore	%mklibname vlccore %{coremajor}
%define devname		%mklibname %{name} -d

######################
# Hardcode PLF build
%define with_plf 1
######################

%if %{with_plf}
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
%define distsuffix plf
%global with_dts 1
%global with_faac 1
%global with_faad 1
%global with_lame 1
%global with_x264 1
%global with_x265 1
%endif

%define git_url git://git.videolan.org/vlc.git

Summary:	MPEG, MPEG2, DVD and DivX player
Name:		vlc
Version:	2.2.4
Release:	1.1%{?extrarelsuffix}
#gw the shared libraries are LGPL
License:	GPLv2+ and LGPLv2+
Group:		Video
Url:		http://www.videolan.org/
Source0:	http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.xz
Source1:	http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.xz.asc
Source2:	vlc-2.2.3-ru.po
Patch0:		vlc-2.0.1-automake-1.12.patch
Patch1:		vlc-2.2.1-fix-default-font.patch
Patch2:		vlc-2.0.0-desktop-l10n.patch
# Replace live555 detection part in configure.ac with older code
# because we don't have .pc file in current live555 version
Patch3:		vlc-2.1.2-live555-path.patch
Patch4:		vlc-2.1.2-live555-201306.patch
Patch5:		vlc-2.2.2-force-qt4.patch
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	desktop-file-utils
BuildRequires:	libtool
BuildRequires:	kdelibs4-core
BuildRequires:	ffmpeg-devel
BuildRequires:	gettext-devel
BuildRequires:	jpeg-devel
BuildRequires:	liba52dec-devel
BuildRequires:	libdvdnav-devel
BuildRequires:	libmatroska-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	libmpeg2dec-devel >= 0.4.0
BuildRequires:	live-devel
BuildRequires:	libtar-devel
BuildRequires:	qt4-devel
BuildRequires:	sysfsutils-devel
BuildRequires:	pkgconfig(alsa)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(caca)
BuildRequires:	pkgconfig(cairo)
BuildRequires:	pkgconfig(dirac)
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(egl)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(freerdp)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(gl)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	pkgconfig(id3tag)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libbluray) >= 0.2.1
BuildRequires:	pkgconfig(libcdio)
BuildRequires:	pkgconfig(libcddb)
BuildRequires:	pkgconfig(libchromaprint)
BuildRequires:	pkgconfig(libdvbpsi)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libmtp)
BuildRequires:	pkgconfig(libnotify)
BuildRequires:	pkgconfig(libproxy-1.0)
BuildRequires:	pkgconfig(libpulse)
BuildRequires:	pkgconfig(librsvg-2.0)
BuildRequires:	pkgconfig(libssh2)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(libvcdinfo)
BuildRequires:	pkgconfig(libvncclient)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(ogg)
BuildRequires:	pkgconfig(samplerate)
BuildRequires:	pkgconfig(smbclient)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(taglib)
BuildRequires:	pkgconfig(udev)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(xcb)
BuildRequires:	pkgconfig(xcb-keysyms)
BuildRequires:	pkgconfig(xcb-util)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xproto)
BuildRequires:	pkgconfig(xv)
%if %{with_dts}
BuildRequires:	pkgconfig(libdca)
%endif
%if %{with_faac}
BuildRequires:	libfaac-devel
%endif
%if %{with_faad}
BuildRequires:	libfaad2-devel >= 2.0
%endif
%if %{with_lame}
BuildRequires:	liblame-devel
%endif
%if %{with_x264}
BuildRequires:	pkgconfig(x264)
%endif
%if %{with_x265}
BuildRequires:	pkgconfig(x265)
%endif

Suggests:	vlc-plugin-dv
Suggests:	vlc-plugin-flac
Suggests:	vlc-plugin-kate
Suggests:	vlc-plugin-libass
# without lua. vlc dumps confusing error in console 
# (http://bugs.rosalinux.ru/show_bug.cgi?id=2100)
Suggests:	vlc-plugin-lua
Suggests:	vlc-plugin-mpc
Suggests:	vlc-plugin-opus
Suggests:	vlc-plugin-pulse
Suggests:	vlc-plugin-schroedinger
Suggests:	vlc-plugin-speex
Suggests:	vlc-plugin-theora
Suggests:	vlc-plugin-upnp
Requires:	fonts-ttf-vera
Conflicts:	vlc-plugin-common < %{version}-%{release}

%description
VideoLAN is an OpenSource streaming solution for every OS developed by
students from the Ecole Centrale Paris and developers from all over the
World.
VLC (VideoLAN Client) is a media player that can play MPEG1, MPEG2 and
MPEG4 (aka DivX) files, DVDs, VCDs, SVCDs, from a satellite card, from
a stream sent by VLS (VideoLAN Server), from another VLC, or from a Web
server.
This package contains no CSS unscrambling functionality for DVDs ;
you need the libdvdcss library available from
http://www.videolan.org/libdvdcss/

%if %{with_plf}
This package is in Restricted repository as it is violating software patents.
%endif

%files -f %{name}.lang
%doc NEWS README COPYING AUTHORS THANKS
%doc installed-docs/* doc/lirc/
%{_bindir}/cvlc
%{_bindir}/qvlc
%{_bindir}/vlc
%{_bindir}/vlc-wrapper
%dir %{_datadir}/vlc/
%{_datadir}/vlc/*.*
%{_datadir}/vlc/utils
%dir %{_libdir}/vlc
%{_libdir}/vlc/vlc-cache-gen
%dir %{_libdir}/vlc/plugins
%{_libdir}/vlc/plugins/plugins.dat
%dir %{_libdir}/vlc/plugins/access
%{_libdir}/vlc/plugins/access/libaccess_alsa_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_bd_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_mms_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_mtp_plugin.so
%{_libdir}/vlc/plugins/access/libaccess_realrtsp_plugin.so
%{_libdir}/vlc/plugins/access/libattachment_plugin.so
%{_libdir}/vlc/plugins/access/libavio_plugin.so
%{_libdir}/vlc/plugins/access/libcdda_plugin.so
%{_libdir}/vlc/plugins/access/libdtv_plugin.so
%{_libdir}/vlc/plugins/access/libdvb_plugin.so
%{_libdir}/vlc/plugins/access/libdvdnav_plugin.so
%{_libdir}/vlc/plugins/access/libdvdread_plugin.so
%{_libdir}/vlc/plugins/access/libfilesystem_plugin.so
%{_libdir}/vlc/plugins/access/libftp_plugin.so
%{_libdir}/vlc/plugins/access/libgnomevfs_plugin.so
%{_libdir}/vlc/plugins/access/libhttp_plugin.so
%{_libdir}/vlc/plugins/access/libidummy_plugin.so
%{_libdir}/vlc/plugins/access/libimem_plugin.so
%{_libdir}/vlc/plugins/access/liblibbluray_plugin.so
%{_libdir}/vlc/plugins/access/liblive555_plugin.so
%{_libdir}/vlc/plugins/access/librar_plugin.so
%{_libdir}/vlc/plugins/access/librdp_plugin.so
%{_libdir}/vlc/plugins/access/librtp_plugin.so
%{_libdir}/vlc/plugins/access/libsdp_plugin.so
%{_libdir}/vlc/plugins/access/libsftp_plugin.so
%{_libdir}/vlc/plugins/access/libshm_plugin.so
%{_libdir}/vlc/plugins/access/libsmb_plugin.so
%{_libdir}/vlc/plugins/access/libtcp_plugin.so
%{_libdir}/vlc/plugins/access/libtimecode_plugin.so
%{_libdir}/vlc/plugins/access/libudp_plugin.so
%{_libdir}/vlc/plugins/access/libv4l2_plugin.so
%{_libdir}/vlc/plugins/access/libvcdx_plugin.so
%{_libdir}/vlc/plugins/access/libvcd_plugin.so
%{_libdir}/vlc/plugins/access/libvdr_plugin.so
%{_libdir}/vlc/plugins/access/libvnc_plugin.so
%{_libdir}/vlc/plugins/access/libxcb_screen_plugin.so
%{_libdir}/vlc/plugins/access/libzip_plugin.so
%dir %{_libdir}/vlc/plugins/access_output/
%{_libdir}/vlc/plugins/access_output/libaccess_output_dummy_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_file_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_http_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_livehttp_plugin.so*
%{_libdir}/vlc/plugins/access_output/libaccess_output_udp_plugin.so*
%dir %{_libdir}/vlc/plugins/audio_filter
%{_libdir}/vlc/plugins/audio_filter/liba52tofloat32_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/liba52tospdif_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libaudiobargraph_a_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libaudio_format_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libchorus_flanger_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libcompressor_plugin.so
%if %{with_dts}
%{_libdir}/vlc/plugins/audio_filter/libdtstofloat32_plugin.so*
%endif
%{_libdir}/vlc/plugins/audio_filter/libdolby_surround_decoder_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libdtstospdif_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libequalizer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libgain_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libheadphone_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libkaraoke_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libmono_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libmpgatofixed32_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libnormvol_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libparam_eq_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libremap_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libsamplerate_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libscaletempo_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libsimple_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libspatializer_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libstereo_widen_plugin.so
%{_libdir}/vlc/plugins/audio_filter/libtrivial_channel_mixer_plugin.so*
%{_libdir}/vlc/plugins/audio_filter/libugly_resampler_plugin.so*
%dir %{_libdir}/vlc/plugins/audio_mixer
%{_libdir}/vlc/plugins/audio_mixer/libfloat_mixer_plugin.so
%{_libdir}/vlc/plugins/audio_mixer/libinteger_mixer_plugin.so
%dir %{_libdir}/vlc/plugins/audio_output
%{_libdir}/vlc/plugins/audio_output/libadummy_plugin.so
%{_libdir}/vlc/plugins/audio_output/libalsa_plugin.so
%{_libdir}/vlc/plugins/audio_output/libamem_plugin.so
%{_libdir}/vlc/plugins/audio_output/libafile_plugin.so
%dir %{_libdir}/vlc/plugins/codec
%{_libdir}/vlc/plugins/codec/liba52_plugin.so*
%{_libdir}/vlc/plugins/codec/libadpcm_plugin.so*
%{_libdir}/vlc/plugins/codec/libaes3_plugin.so
%{_libdir}/vlc/plugins/codec/libaraw_plugin.so*
%{_libdir}/vlc/plugins/codec/libavcodec_plugin.so
%{_libdir}/vlc/plugins/codec/libcc_plugin.so
%{_libdir}/vlc/plugins/codec/libcdg_plugin.so
%{_libdir}/vlc/plugins/codec/libcvdsub_plugin.so*
%{_libdir}/vlc/plugins/codec/libddummy_plugin.so
%{_libdir}/vlc/plugins/codec/libdts_plugin.so*
%{_libdir}/vlc/plugins/codec/libdvbsub_plugin.so*
%{_libdir}/vlc/plugins/codec/libedummy_plugin.so
%if %{with_faad}
%{_libdir}/vlc/plugins/codec/libfaad_plugin.so*
%endif
%{_libdir}/vlc/plugins/codec/libg711_plugin.so
%{_libdir}/vlc/plugins/codec/libhwdummy_plugin.so
%{_libdir}/vlc/plugins/codec/libjpeg_plugin.so
%{_libdir}/vlc/plugins/codec/liblibmpeg2_plugin.so*
%{_libdir}/vlc/plugins/codec/liblpcm_plugin.so*
%{_libdir}/vlc/plugins/codec/libmpeg_audio_plugin.so*
%{_libdir}/vlc/plugins/codec/libpng_plugin.so
%{_libdir}/vlc/plugins/codec/librawvideo_plugin.so*
%{_libdir}/vlc/plugins/codec/libscte27_plugin.so
%{_libdir}/vlc/plugins/codec/libspudec_plugin.so
%{_libdir}/vlc/plugins/codec/libstl_plugin.so
%{_libdir}/vlc/plugins/codec/libsubsdec_plugin.so
%{_libdir}/vlc/plugins/codec/libsubstx3g_plugin.so
%{_libdir}/vlc/plugins/codec/libsubsusf_plugin.so
%{_libdir}/vlc/plugins/codec/libsvcdsub_plugin.so
%{_libdir}/vlc/plugins/codec/libsvgdec_plugin.so
%{_libdir}/vlc/plugins/codec/libt140_plugin.so
%{_libdir}/vlc/plugins/codec/libtelx_plugin.so
%{_libdir}/vlc/plugins/codec/libuleaddvaudio_plugin.so
%{_libdir}/vlc/plugins/codec/libvpx_plugin.so
%if %{with_x264}
%{_libdir}/vlc/plugins/codec/libx264_plugin.so
%endif
%if %{with_x265}
%{_libdir}/vlc/plugins/codec/libx265_plugin.so
%endif
%{_libdir}/vlc/plugins/codec/libxwd_plugin.so
%dir %{_libdir}/vlc/plugins/control
%{_libdir}/vlc/plugins/control/libdbus_plugin.so
%{_libdir}/vlc/plugins/control/libdummy_plugin.so
%{_libdir}/vlc/plugins/control/libgestures_plugin.so
%{_libdir}/vlc/plugins/control/libhotkeys_plugin.so
%{_libdir}/vlc/plugins/control/libmotion_plugin.so
%{_libdir}/vlc/plugins/control/libnetsync_plugin.so
%{_libdir}/vlc/plugins/control/liboldrc_plugin.so
%{_libdir}/vlc/plugins/control/libxcb_hotkeys_plugin.so
%dir %{_libdir}/vlc/plugins/demux
%{_libdir}/vlc/plugins/demux/libaiff_plugin.so*
%{_libdir}/vlc/plugins/demux/libasf_plugin.so*
%{_libdir}/vlc/plugins/demux/libau_plugin.so*
%{_libdir}/vlc/plugins/demux/libavformat_plugin.so
%{_libdir}/vlc/plugins/demux/libavi_plugin.so
%{_libdir}/vlc/plugins/demux/libcaf_plugin.so
%{_libdir}/vlc/plugins/demux/libdemux_cdg_plugin.so
%{_libdir}/vlc/plugins/demux/libdemux_stl_plugin.so
%{_libdir}/vlc/plugins/demux/libdemuxdump_plugin.so*
%{_libdir}/vlc/plugins/demux/libdiracsys_plugin.so
%{_libdir}/vlc/plugins/demux/libes_plugin.so
%{_libdir}/vlc/plugins/demux/libh264_plugin.so
%{_libdir}/vlc/plugins/demux/libhevc_plugin.so
%{_libdir}/vlc/plugins/demux/libimage_plugin.so
%{_libdir}/vlc/plugins/demux/libmjpeg_plugin.so
%{_libdir}/vlc/plugins/demux/libmkv_plugin.so
%{_libdir}/vlc/plugins/demux/libmp4_plugin.so*
%{_libdir}/vlc/plugins/demux/libmpgv_plugin.so*
%{_libdir}/vlc/plugins/demux/libnsc_plugin.so*
%{_libdir}/vlc/plugins/demux/libnsv_plugin.so*
%{_libdir}/vlc/plugins/demux/libnuv_plugin.so*
%{_libdir}/vlc/plugins/demux/libplaylist_plugin.so*
%{_libdir}/vlc/plugins/demux/libps_plugin.so*
%{_libdir}/vlc/plugins/demux/libpva_plugin.so*
%{_libdir}/vlc/plugins/demux/librawaud_plugin.so
%{_libdir}/vlc/plugins/demux/librawdv_plugin.so*
%{_libdir}/vlc/plugins/demux/librawvid_plugin.so
%{_libdir}/vlc/plugins/demux/libreal_plugin.so*
%{_libdir}/vlc/plugins/demux/libsmf_plugin.so
%{_libdir}/vlc/plugins/demux/libsubtitle_plugin.so*
%{_libdir}/vlc/plugins/demux/libtta_plugin.so
%{_libdir}/vlc/plugins/demux/libty_plugin.so*
%{_libdir}/vlc/plugins/demux/libvobsub_plugin.so*
%{_libdir}/vlc/plugins/demux/libvc1_plugin.so
%{_libdir}/vlc/plugins/demux/libvoc_plugin.so*
%{_libdir}/vlc/plugins/demux/libwav_plugin.so*
%{_libdir}/vlc/plugins/demux/libts_plugin.so*
%{_libdir}/vlc/plugins/demux/libxa_plugin.so*
%{_libdir}/vlc/plugins/demux/libogg_plugin.so*
%{_libdir}/vlc/plugins/codec/libvorbis_plugin.so*
%dir %{_libdir}/vlc/plugins/meta_engine
%{_libdir}/vlc/plugins/meta_engine/libfolder_plugin.so
%{_libdir}/vlc/plugins/meta_engine/libtaglib_plugin.so
%dir %{_libdir}/vlc/plugins/misc
%{_libdir}/vlc/plugins/misc/libaddonsfsstorage_plugin.so
%{_libdir}/vlc/plugins/misc/libaddonsvorepository_plugin.so
%{_libdir}/vlc/plugins/misc/libaudioscrobbler_plugin.so
%{_libdir}/vlc/plugins/misc/libdbus_screensaver_plugin.so
%{_libdir}/vlc/plugins/misc/libexport_plugin.so*
%{_libdir}/vlc/plugins/misc/libfingerprinter_plugin.so
%{_libdir}/vlc/plugins/misc/liblogger_plugin.so*
%{_libdir}/vlc/plugins/misc/libstats_plugin.so
%{_libdir}/vlc/plugins/misc/libvod_rtsp_plugin.so*
%{_libdir}/vlc/plugins/misc/libxdg_screensaver_plugin.so*
%{_libdir}/vlc/plugins/misc/libxml_plugin.so*
%dir %{_libdir}/vlc/plugins/mux
%{_libdir}/vlc/plugins/mux/libmux_asf_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_avi_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_dummy_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_mp4_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_mpjpeg_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_ogg_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_ps_plugin.so*
%{_libdir}/vlc/plugins/mux/libmux_ts_plugin.so
%{_libdir}/vlc/plugins/mux/libmux_wav_plugin.so*
%dir %{_libdir}/vlc/plugins/notify
%dir %{_libdir}/vlc/plugins/gui/
%{_libdir}/vlc/plugins/gui/libqt4_plugin.so
%dir %{_libdir}/vlc/plugins/packetizer
%{_libdir}/vlc/plugins/packetizer/libpacketizer_avparser_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_copy_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_dirac_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_flac_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_h264_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_hevc_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mlp_plugin.so
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpeg4audio_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpeg4video_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_mpegvideo_plugin.so*
%{_libdir}/vlc/plugins/packetizer/libpacketizer_vc1_plugin.so
%dir %{_libdir}/vlc/plugins/services_discovery/
%{_libdir}/vlc/plugins/services_discovery/libmediadirs_plugin.so
%{_libdir}/vlc/plugins/services_discovery/libmtp_plugin.so
%{_libdir}/vlc/plugins/services_discovery/libpodcast_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libsap_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libudev_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libxcb_apps_plugin.so
%dir %{_libdir}/vlc/plugins/stream_filter/
%{_libdir}/vlc/plugins/stream_filter/libdash_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libdecomp_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libhttplive_plugin.so
%{_libdir}/vlc/plugins/stream_filter/librecord_plugin.so
%{_libdir}/vlc/plugins/stream_filter/libsmooth_plugin.so
%dir %{_libdir}/vlc/plugins/stream_out
%{_libdir}/vlc/plugins/stream_out/libstream_out_autodel_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_bridge_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_chromaprint_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_delay_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_description_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_display_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_dummy_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_duplicate_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_es_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_gather_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_langfromtelx_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_mosaic_bridge_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_raop_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_record_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_rtp_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_setid_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_smem_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_standard_plugin.so*
%{_libdir}/vlc/plugins/stream_out/libstream_out_stats_plugin.so
%{_libdir}/vlc/plugins/stream_out/libstream_out_transcode_plugin.so*
%dir %{_libdir}/vlc/plugins/text_renderer
%{_libdir}/vlc/plugins/text_renderer/libfreetype_plugin.so*
%{_libdir}/vlc/plugins/text_renderer/libsvg_plugin.so
%{_libdir}/vlc/plugins/text_renderer/libtdummy_plugin.so
%dir %{_libdir}/vlc/plugins/video_chroma
%{_libdir}/vlc/plugins/video_chroma/libchain_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libgrey_yuv_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libi420_rgb_*plugin.so
%{_libdir}/vlc/plugins/video_chroma/libi420_yuy2_*plugin.so
%{_libdir}/vlc/plugins/video_chroma/libi422_i420_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libi422_yuy2_*plugin.so
%{_libdir}/vlc/plugins/video_chroma/librv32_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libswscale_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libyuy2_i420_plugin.so
%{_libdir}/vlc/plugins/video_chroma/libyuy2_i422_plugin.so
%dir %{_libdir}/vlc/plugins/video_filter
%{_libdir}/vlc/plugins/video_filter/libadjust_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libalphamask_plugin.so
%{_libdir}/vlc/plugins/video_filter/libanaglyph_plugin.so
%{_libdir}/vlc/plugins/video_filter/libantiflicker_plugin.so
%{_libdir}/vlc/plugins/video_filter/libaudiobargraph_v_plugin.so
%{_libdir}/vlc/plugins/video_filter/libatmo_plugin.so
%{_libdir}/vlc/plugins/video_filter/libball_plugin.so
%{_libdir}/vlc/plugins/video_filter/libblendbench_plugin.so
%{_libdir}/vlc/plugins/video_filter/libblend_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libbluescreen_plugin.so
%{_libdir}/vlc/plugins/video_filter/libcanvas_plugin.so
%{_libdir}/vlc/plugins/video_filter/libcolorthres_plugin.so
%{_libdir}/vlc/plugins/video_filter/libcroppadd_plugin.so
%{_libdir}/vlc/plugins/video_filter/libdeinterlace_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libdynamicoverlay_plugin.so
%{_libdir}/vlc/plugins/video_filter/liberase_plugin.so
%{_libdir}/vlc/plugins/video_filter/libextract_plugin.so
%{_libdir}/vlc/plugins/video_filter/libfreeze_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgaussianblur_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgradient_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgradfun_plugin.so
%{_libdir}/vlc/plugins/video_filter/libgrain_plugin.so
%{_libdir}/vlc/plugins/video_filter/libhqdn3d_plugin.so
%{_libdir}/vlc/plugins/video_filter/libinvert_plugin.so*
%{_libdir}/vlc/plugins/video_filter/liblogo_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmagnify_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmarq_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmirror_plugin.so
%{_libdir}/vlc/plugins/video_filter/libmosaic_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmotionblur_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libmotiondetect_plugin.so*
%{_libdir}/vlc/plugins/video_filter/liboldmovie_plugin.so
%{_libdir}/vlc/plugins/video_filter/libposterize_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpostproc_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpsychedelic_plugin.so
%{_libdir}/vlc/plugins/video_filter/libpuzzle_plugin.so
%{_libdir}/vlc/plugins/video_filter/libremoteosd_plugin.so
%{_libdir}/vlc/plugins/video_filter/libripple_plugin.so
%{_libdir}/vlc/plugins/video_filter/librotate_plugin.so
%{_libdir}/vlc/plugins/video_filter/librss_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libscale_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libscene_plugin.so
%{_libdir}/vlc/plugins/video_filter/libsepia_plugin.so
%{_libdir}/vlc/plugins/video_filter/libsharpen_plugin.so
%{_libdir}/vlc/plugins/video_filter/libsubsdelay_plugin.so
%{_libdir}/vlc/plugins/video_filter/libtransform_plugin.so*
%{_libdir}/vlc/plugins/video_filter/libvhs_plugin.so
%{_libdir}/vlc/plugins/video_filter/libwave_plugin.so
%{_libdir}/vlc/plugins/video_filter/libyuvp_plugin.so
%dir %{_libdir}/vlc/plugins/video_output
%{_libdir}/vlc/plugins/video_output/libcaca_plugin.so
%{_libdir}/vlc/plugins/video_output/libfb_plugin.so
%{_libdir}/vlc/plugins/video_output/libvdummy_plugin.so
%{_libdir}/vlc/plugins/video_output/libvmem_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_window_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_x11_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_xv_plugin.so
%{_libdir}/vlc/plugins/video_output/libyuv_plugin.so
%dir %{_libdir}/vlc/plugins/video_splitter
%{_libdir}/vlc/plugins/video_splitter/libclone_plugin.so
%{_libdir}/vlc/plugins/video_splitter/libpanoramix_plugin.so
%{_libdir}/vlc/plugins/video_splitter/libwall_plugin.so
%dir %{_libdir}/vlc/plugins/visualization
%{_libdir}/vlc/plugins/visualization/libglspectrum_plugin.so
%{_libdir}/vlc/plugins/visualization/libvisual_plugin.so
%{_mandir}/man1/vlc.*
%{_mandir}/man1/vlc-wrapper.1*
%{_datadir}/applications/vlc.desktop
%{_miconsdir}/vlc.png
%{_iconsdir}/vlc.png
%{_liconsdir}/vlc.png
%{_iconsdir}/hicolor/*/apps/*
%{_datadir}/apps/solid/actions/*.desktop

#----------------------------------------------------------------------------

%package -n svlc
Summary:	Skinned GUI plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
Provides:	vlc-gui

%description -n svlc
This plugin adds a skinned GUI interface to the VLC media player. To
activate it, run the `svlc' program.

%files -n svlc
%doc README
%{_bindir}/svlc
%{_libdir}/vlc/plugins/gui/libskins2_plugin.so*
%{_datadir}/applications/mandriva-svlc.desktop
%{_datadir}/vlc/skins2

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared code for the VLC media player
Group:		System/Libraries

%description -n %{libname}
Shared code for the VLC media player
This package contains code that is shared by different modules of the 
VLC media player.

%files -n %{libname}
%{_libdir}/libvlc.so.%{libmajor}*

#----------------------------------------------------------------------------

%package -n %{libnamecore}
Summary:	Shared core code for the VLC media player
Group:		System/Libraries
#gw needed by the python bindings:
Provides:	libvlccore = %{version}-%{release}

%description -n %{libnamecore}
Shared core code for the VLC media player
This package contains code that is shared by different modules of the
VLC media player.

%files -n %{libnamecore}
%{_libdir}/libvlccore.so.%{coremajor}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Development files for the VLC media player
Group:		Development/C
Requires:	%{libname} = %{version}
Requires:	%{libnamecore} = %{version}
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}

%description -n %{devname}
Development files for the VLC media player
This package contains headers and a static library required to build plugins
for the VLC media player, or standalone applications using features from VLC.

%files -n %{devname}
%doc README doc/release-howto.txt doc/skins
%dir %{_includedir}/vlc
%{_libdir}/vlc/libcompat.a
%{_libdir}/libvlc.so
%{_libdir}/libvlccore.so
%{_includedir}/vlc/*
%{_libdir}/pkgconfig/*

#----------------------------------------------------------------------------

%package plugin-aa
Summary:	ASCII art video plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	aalib-devel

%description plugin-aa
This is an ASCII art video output plugin for the VLC media playe. To
activate it, use the `--vout aa' flag or select the `aa' video output
plugin from the preferences menu.

%files plugin-aa
%doc README
%{_libdir}/vlc/plugins/video_output/libaa_plugin.so*

#----------------------------------------------------------------------------

%package plugin-bonjour
Summary:	Bonjour service discovery plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-bonjour
This plugin adds support for Bonjour service discovery to
the VLC media player.

%files plugin-bonjour
%doc README
%{_libdir}/vlc/plugins/services_discovery/libbonjour_plugin.so*

#----------------------------------------------------------------------------

%package plugin-dv
Summary:	DV codec plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libdv)
BuildRequires:	pkgconfig(libraw1394)
BuildRequires:	pkgconfig(libdc1394-2)
BuildRequires:	pkgconfig(libavc1394)

%description plugin-dv
This plugin adds support for the DV video format to the VLC media player.
The plugin is autodetected.

%files plugin-dv
%doc README
%{_libdir}/vlc/plugins/access/libdc1394_plugin.so
%{_libdir}/vlc/plugins/access/libdv1394_plugin.so

#----------------------------------------------------------------------------

%package plugin-flac
Summary:	Flac codec plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-flac
These plugins add support for the FLAC compressed audio format to the
VLC media player.

%files plugin-flac
%doc README
%{_libdir}/vlc/plugins/demux/libflacsys_plugin.so
%{_libdir}/vlc/plugins/codec/libflac_plugin.so*

#----------------------------------------------------------------------------

%package plugin-fluidsynth
Summary:	Add MIDI playback support to VLC based on Fluidsynth
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(fluidsynth)

%description plugin-fluidsynth
This plugin adds support for MIDI playback to VLC based on the Fluidsynth
library.

%files plugin-fluidsynth
%doc README
%{_libdir}/vlc/plugins/codec/libfluidsynth_plugin.so

#----------------------------------------------------------------------------

%package plugin-gme
Summary:	Add game music playback support to VLC based on libgme
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	libgme-devel

%description plugin-gme
This plugin adds support for video game music playback to VLC based on the
GME library.

%files plugin-gme
%doc README
%{_libdir}/vlc/plugins/demux/libgme_plugin.so

#----------------------------------------------------------------------------

%package plugin-gnutls
Summary:	Secure Socket Layer plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-gnutls
This plugin adds support for SSL/TLS to the VLC media player.

%files plugin-gnutls
%doc README
%{_libdir}/vlc/plugins/misc/libgnutls_plugin.so*

#----------------------------------------------------------------------------

%if %{with_goom}
%package plugin-goom
Summary:	Visualization plugin for the VLC media player
Group:		Video
BuildRequires:	libgoom2-devel
Requires:	%{name} = %{version}

%description plugin-goom
This is a visualization plugin for VLC media player based on the Goom library.

%files plugin-goom
%doc README
%{_libdir}/vlc/plugins/visualization/libgoom_plugin.so
%endif

#----------------------------------------------------------------------------

%package plugin-jack
Summary:	Jack audio plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-jack
This plugin adds support for the Jack Audio Connection Kit to the VLC
media player. To activate it, use the `--aout jack' flag or select the
`jack' audio output plugin from the preferences menu.

%files plugin-jack
%doc README
%{_libdir}/vlc/plugins/access/libaccess_jack_plugin.so
%{_libdir}/vlc/plugins/audio_output/libjack_plugin.so*

#----------------------------------------------------------------------------

%package plugin-kate
Summary:	Add subtitle and Karaoke text support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(tiger)

%description plugin-kate
This package adds support for subtitles and Karaoke text display based on
the libkate library to VLC.

%files plugin-kate
%doc README
%{_libdir}/vlc/plugins/codec/libkate_plugin.so

#----------------------------------------------------------------------------

%package plugin-libass
Summary:	Add subtitle support to VLC using libass
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libass)

%description plugin-libass
This package adds support for subtitles based on the libass library to VLC.

%files plugin-libass
%doc README
%{_libdir}/vlc/plugins/codec/liblibass_plugin.so

#----------------------------------------------------------------------------

%package plugin-libnotify
Summary:	Notification popup plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-libnotify
This plugin adds support for notification popup messages to
the VLC media player.

%files plugin-libnotify
%doc README
%{_libdir}/vlc/plugins/notify/libnotify_plugin.so*

#----------------------------------------------------------------------------

%package plugin-lirc
Summary:	Lirc plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(liblircclient0)

%description plugin-lirc
This plugin is an infrared lirc interface for the VLC media player. To
activate it, use the `--extraintf lirc' flag.

%files plugin-lirc
%doc README
%{_libdir}/vlc/plugins/control/liblirc_plugin.so*

#----------------------------------------------------------------------------

%package plugin-lua
Summary:	Add Lua scripting to vlc
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(lua)

%description plugin-lua
This plugin adds lua scripting and provides a few example scripts as well.

%files plugin-lua
%doc README
%{_libdir}/vlc/plugins/lua/liblua_plugin.so
%{_libdir}/vlc/lua
%{_datadir}/vlc/lua
%{_bindir}/rvlc

#----------------------------------------------------------------------------

%package plugin-mod
Summary:	MOD audio decoder plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-mod
This plugin adds support for music module playback based on libmodplug
to the VLC media player.

%files plugin-mod
%doc README
%{_libdir}/vlc/plugins/demux/libmod_plugin.so*

#----------------------------------------------------------------------------

%package plugin-mpc
Summary:	MPC audio decoder plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-mpc
This plugin adds support for Musepack audio playback based on libmpcdec
to the VLC media player.

%files plugin-mpc
%doc README
%{_libdir}/vlc/plugins/demux/libmpc_plugin.so*

#----------------------------------------------------------------------------

%package plugin-ncurses
Summary:	Ncurses console-based plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(ncurses)

%description plugin-ncurses
This plugin adds a ncurses interface to the VLC media player. To
activate it, use the `--intf ncurses' flag.

%files plugin-ncurses
%doc README
%{_bindir}/nvlc
%{_libdir}/vlc/plugins/gui/libncurses_plugin.so*

#----------------------------------------------------------------------------

%package plugin-opencv
Summary:	OpenCV wrapper video filter plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(opencv)

%description plugin-opencv
This plugin adds support for OpenCV video filter to the VLC media player.

%files plugin-opencv
%doc README
%{_libdir}/vlc/plugins/video_filter/libopencv_example_plugin.so
%{_libdir}/vlc/plugins/video_filter/libopencv_wrapper_plugin.so

#----------------------------------------------------------------------------

%package plugin-opengl
Summary:	OpenGL video output plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}

%description plugin-opengl
This plugin adds support for OpenGL video output to the VLC media player.

%files plugin-opengl
%doc README
%{_libdir}/vlc/plugins/video_output/libegl_x11_plugin.so
%{_libdir}/vlc/plugins/video_output/libgl_plugin.so
%{_libdir}/vlc/plugins/video_output/libglx_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_glx_plugin.so*

#----------------------------------------------------------------------------

%package plugin-opus
Summary:	Opus codec plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(opus)

%description plugin-opus
This plugin adds support for the Opus codec to the VLC media player.

%files plugin-opus
%{_libdir}/vlc/plugins/codec/libopus_plugin.so

#----------------------------------------------------------------------------

%package plugin-projectm
Summary:	Visualization plugin for the VLC media player
Group:		Video
BuildRequires:	pkgconfig(libprojectM)
Requires:	%{name} = %{version}

%description plugin-projectm
This is a visualization plugin for VLC media player based on projectm.

%files plugin-projectm
%doc README
%{_libdir}/vlc/plugins/visualization/libprojectm_plugin.so

#----------------------------------------------------------------------------

%package plugin-pulse
Summary:	PulseAudio plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-pulse
This plugin adds support for the PulseAudio Sound Daemon to the VLC
media player. To activate it, use the `--aout pulse' flag or select the
`pulse' audio output plugin from the preferences menu.

%files plugin-pulse
%doc README
%{_libdir}/vlc/plugins/access/libpulsesrc_plugin.so
%{_libdir}/vlc/plugins/audio_output/libpulse_plugin.so*
%{_libdir}/vlc/plugins/services_discovery/libpulselist_plugin.so

#----------------------------------------------------------------------------

%package plugin-schroedinger
Summary:	Dirac plugin for VLC based on Schroedinger
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(schroedinger-1.0)

%description plugin-schroedinger
These plugins add support for the Dirac video format based on Schroedinger.
to the VLC media player.

%files plugin-schroedinger
%doc README
%{_libdir}/vlc/plugins/codec/libschroedinger_plugin.so

#----------------------------------------------------------------------------

%package plugin-sdl
Summary:	Simple DirectMedia Layer video plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(SDL_image)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	nas-devel

%description plugin-sdl
This plugin adds support for the Simple DirectMedia Layer library to
the VLC media player. To activate it, use the `--vout sdl' or
`--aout sdl' flags or select the `sdl' video or audio output plugin
from the preferences menu.

%files plugin-sdl
%doc README
%{_libdir}/vlc/plugins/codec/libsdl_image_plugin.so*
%{_libdir}/vlc/plugins/video_output/libvout_sdl_plugin.so*

#----------------------------------------------------------------------------

%package plugin-shout
Summary:	Shoutcast and Icecast connector
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(shout)

%description plugin-shout
This plugin adds support for Icecast and Shoutcast servers.

%files plugin-shout
%doc README
%{_libdir}/vlc/plugins/access_output/libaccess_output_shout_plugin.so

#----------------------------------------------------------------------------

%package plugin-speex
Summary:	Ogg Speex codec plugin for the VLC media player
Group:		Sound
Requires:	%{name} = %{version}

%description plugin-speex
These plugins add support for the Ogg Speex codec to the VLC media
player. They are autodetected.

%files plugin-speex
%doc README
%{_libdir}/vlc/plugins/audio_filter/libspeex_resampler_plugin.so
%{_libdir}/vlc/plugins/codec/libspeex_plugin.so*

#----------------------------------------------------------------------------

%package plugin-theora
Summary:	Theora video codec for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(theora)

%description plugin-theora
These plugin adds support for the Ogg Theora video format to the VLC
media player. They are autodetected.

%files plugin-theora
%doc README
%{_libdir}/vlc/plugins/codec/libtheora_plugin.so

#----------------------------------------------------------------------------

%package plugin-twolame
Summary:	MP2 encoder plugin for VLC
Group:		Sound
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(twolame)

%description plugin-twolame
These plugins add support for the Twolame MPEG Audio Layer 2 encoder
to the VLC media player. They are autodetected.

%files plugin-twolame
%doc README
%{_libdir}/vlc/plugins/codec/libtwolame_plugin.so*

#----------------------------------------------------------------------------

%package plugin-upnp
Summary:	UPNP service discovery plugin for the VLC media player
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libupnp)

%description plugin-upnp
This plugin adds support for UPNP service discovery to
the VLC media player.

%files plugin-upnp
%doc README
%{_libdir}/vlc/plugins/services_discovery/libupnp_plugin.so*

#----------------------------------------------------------------------------

%package plugin-vaapi
Summary:	VAAPI GPU decoding support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(libva)
BuildRequires:	pkgconfig(libva-x11)

%description plugin-vaapi
This package adds VAAPI GPU decoding support to VLC.

%files plugin-vaapi
%doc README
%{_libdir}/vlc/plugins/codec/libvaapi_*_plugin.so

#----------------------------------------------------------------------------

%package plugin-vdpau
Summary:	VDPAU GPU decoding support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(vdpau)

%description plugin-vdpau
This package adds VDPAU GPU decoding support to VLC.

%files plugin-vdpau
%doc README
%{_libdir}/vlc/plugins/vdpau/libvdpau_*_plugin.so
%{_libdir}/vlc/libvlc_vdpau.so.0*

#----------------------------------------------------------------------------

%package plugin-zvbi
Summary:	Add Teletext and Closed Caption support to VLC
Group:		Video
Requires:	%{name} = %{version}
BuildRequires:	pkgconfig(zvbi-0.2)

%description plugin-zvbi
This package adds support for Raw VBI, Teletext and Closed Caption based on
the ZVBI library to VLC.

%files plugin-zvbi
%doc README
%{_libdir}/vlc/plugins/access/liblinsys_hdsdi_plugin.so
%{_libdir}/vlc/plugins/access/liblinsys_sdi_plugin.so
%{_libdir}/vlc/plugins/codec/libzvbi_plugin.so

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1 -b .automake12~
%patch1 -p1
%patch2 -p1
%patch3 -p1 -b .live555~
%patch4 -p1 -b .live555~
%patch5 -p1

cp %{SOURCE2} po/ru.po

#gw if we want to regenerate libtool, we must remove the local versions of
# the libtool m4 files, aclocal will replace them
pushd m4
rm -fv argz.m4 libtool.m4 ltdl.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4
popd

libtoolize --install --force
aclocal -I m4
autoheader
autoconf
automake -a

%build
# add missing ebml include dir
export CPPFLAGS="$CPPFLAGS -I/usr/include/ebml"
#gw the speex headers have moved
export CPPFLAGS="$CPPFLAGS -I%{_includedir}/speex"
%configure2_5x \
	--disable-dependency-tracking \
	--disable-rpath \
	--disable-sse \
	--enable-aa \
	--enable-bluray \
	--enable-bonjour \
%if %{with_dts}
	--enable-dca \
%else
	--disable-dca \
%endif
	--enable-dvbpsi \
	--enable-dvdnav \
%if %{with_faad}
	--enable-faad \
%else
	--disable-faad \
%endif
	--enable-flac \
	--enable-gnutls \
	--disable-gst-decode \
	--enable-jack \
	--enable-libcddb \
	--enable-libmpeg2 \
	--enable-libva \
	--enable-lirc \
	--enable-live555 \
	--enable-mad \
	--enable-mkv \
	--enable-ncurses \
	--enable-ogg \
	--enable-opus \
	--enable-pulse \
	--enable-realrtsp \
	--enable-sdl \
	--enable-shout \
	--enable-skins2 \
	--enable-speex \
	--enable-theora \
	--enable-twolame \
	--enable-vcdx \
	--enable-vdpau \
	--enable-vorbis \
%if %{with_x264}
	--enable-x264 \
%else
	--disable-x264 \
%endif
%if %{with_x265}
	--enable-x265 \
%else
	--disable-x265 \
%endif
	--enable-xvideo \
%ifarch x86_64
	--with-pic
%endif

%make

pushd po
make update-gmo
popd

%install
mkdir -p %{buildroot}%{_libdir}
%makeinstall_std transform=""

find %{buildroot}%{_libdir}/vlc -name \*.la -exec rm -f {} \;

%find_lang %{name}

# Private library, development file is useless
rm -f %{buildroot}%{_libdir}/vlc/libvlc_vdpau.so

rm -rf installed-docs
mv %{buildroot}%{_datadir}/doc/vlc installed-docs

# menu
desktop-file-install --vendor="" \
  --add-mime-type="x-content/video-dvd" \
  --add-mime-type="x-content/video-vcd" \
  --add-mime-type="x-content/video-svcd" \
  --add-mime-type="x-content/audio-cdda" \
  --add-category="Qt" \
  --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

cat > %{buildroot}%{_datadir}/applications/mandriva-svlc.desktop << EOF
[Desktop Entry]
Name=VLC skinned GUI media player
Comment=VLC is a free MPEG, MPEG2, DVD and DivX player
Exec=%{_bindir}/svlc %U
Icon=%{name}
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Audio;Video;Player;
EOF
fgrep MimeType= %{buildroot}%{_datadir}/applications/vlc.desktop >> %{buildroot}%{_datadir}/applications/mandriva-svlc.desktop

# icons
%define pngdir share/icons
mkdir -p %{buildroot}/{%{_miconsdir},%{_liconsdir}}
install -m 644 %{pngdir}/16x16/vlc.png %{buildroot}/%{_miconsdir}/vlc.png
install -m 644 %{pngdir}/32x32/vlc.png %{buildroot}/%{_iconsdir}/vlc.png
install -m 644 %{pngdir}/48x48/vlc.png %{buildroot}/%{_liconsdir}/vlc.png


%changelog

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.4-1.1plf
- (67e88c2) Bump release

* Mon Jun 06 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.4-1plf
- (f2c69d0) New version 2.2.4

* Mon May 16 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.3-2plf
- (3f8159d) Update Russian translation

* Thu May 12 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.3-1plf
- (5231fac) New version 2.2.3

* Sat Feb 13 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.2-1plf
- (ae5b62a) New version 2.2.2
- (ae5b62a) Drop merged localization patch

* Thu Oct 22 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.1-2plf
- (483986b) Add patch to make processing menu item localizable

* Tue Aug 11 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.2.1-1plf
- (8737ba7) New version 2.2.1
- (8737ba7) New core library major 8
- (8737ba7) Add x265 support (enabled for PLF build only)
- (8737ba7) Update files (add new plugins, rename some old plugins etc)
- (8737ba7) Update BuildRequires (add egl, jpeg etc support)

* Tue May 12 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.6-1plf
- (ad61c1d) New version 2.1.6, drop merged patch

* Thu Feb 26 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.5-3plf
- (fb05228) Add patches for ffmpeg 2.4+ support

* Wed Oct 08 2014 Denis Silakov <denis.silakov@rosalab.ru> 2.1.5-2plf
- (1390385) Suggest lua plugin to get rid of confusing error message in console (http://bugs.rosalinux.ru/show_bug.cgi?id=2100)

* Sun Aug 24 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.5-1plf
- (f2ea720) New version 2.1.5

* Thu Jul 03 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.4-2plf
- (a2e3ca1) Bump release

* Thu Jun 19 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.4-1plf
- (91c3438) New version 2.1.4

* Wed Feb 05 2014 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.3-1plf
- (f170fab) LOG New version 2.1.3, suggest more plugins

* Thu Dec 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.1.2-1plf
- (89fd501) LOG New version 2.1.2, update files, BuildRequires and patches

* Tue Oct 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.8-5plf
- (4fcc007) LOG Rebuild with ffmpeg 2.1

* Wed Aug 14 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.8-4plf
- (e708bda) LOG Rebuild with new ffmpeg

* Tue Aug 06 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.8-3plf
- (c3e7f2c) LOG Add patch to fix build with ffmpeg 2.0 and patch to possibly fix issues with screensaver in KDE

* Fri Aug 02 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.8-2plf
- (b95369e) LOG Build Opus plugin, major spec cleanup
- (Andrey Bondrov: 781624f) LOG Rebuild with new ffmpeg

* Tue Jul 30 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.8-1plf
- (5e260ec) LOG New version 2.0.8, minor spec cleanups, add patch to fix build with new live, drop merged flac 1.3 patch

* Tue Jul 16 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.7-1plf
- (fcc3065) LOG Add patch to fix build with flac 1.3.x
- (Andrey Bondrov: 6b37ff9) LOG Fix automake usage
- (Andrey Bondrov: 8f2b89d) LOG Fix BuildRequires for flac
- (Andrey Bondrov: 3b67f32) LOG New version 2.0.7 (with PLF features enabled)

* Fri Apr 12 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.6-1plf
- (b087d77) LOG Drop no longer needed patch
- (Andrey Bondrov: 0c52fd7) LOG New version 2.0.6 (with PLF features enabled)

* Wed Apr 10 2013 flid <flid@home_desktop.localdomain> 2.0.5-3plf
- (2ed4c0c) Corrupted localization has been fixed

* Fri Mar 29 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.5-2plf
- (d932172) LOG Rebuild against new libmatroska

* Thu Mar 28 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.0.5-1plf
- (0e47db0) LOG Convert BuildRequires to pkgconfig style



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26693 |14ru|vobcopy-1.2.0-3
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Summary:	Copy DVD videos to the hard disk
Name:		vobcopy
Version:	1.2.0
Release:	3
License:	GPLv2+
Group:		Video
Url:		http://vobcopy.org/
Source0:	http://vobcopy.org/download/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(dvdread)
Requires:	libdvdcss

%description
Vobcopy copies DVD .vob files to hard disk (thanks to libdvdread),
decrypting them on the way (if libdvdcss is installed) and merges them into
2 GB files (or larger) with the name extracted from the DVD. It checks for
enough free space on the destination drive and compares the copied size to
the size on DVD (in case something went wrong during the copying). It can
also mirror a whole DVD video part and copy single files.

This package is in restricted as it depends on libdvdcss.

%files
%doc README Changelog alternative_programs.txt TODO Release-Notes
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%lang(de) %{_mandir}/de/man1/%{name}.1*

#----------------------------------------------------------------------------

%prep
%setup -q

%build
%setup_compile_flags
%make

%install
%makeinstall \
	BINDIR=%{buildroot}%{_bindir} \
	MANDIR=%{buildroot}%{_mandir} \
	DOCDIR=%{buildroot}%{_datadir}/doc/%{name}


%changelog

* Wed May 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.0-3
- (2071be4) Build with system optflags
- (2071be4) Spec cleanup



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26694 |14ru|x264-0.148-0.20170213.0.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define major 148
%define date 20170213
%define rev 2245
%define fname %{name}-snapshot-%{date}-%{rev}-stable

%define libname %mklibname %{name}_ %{major}
%define devname %mklibname %{name} -d
%define static %mklibname %{name} -d -s

Summary:	H264/AVC encoder
Name:		x264
Version:	0.%{major}
Release:	0.%{date}.0.1
License:	GPLv2+
Group:		Video
Url:		http://x264.nl/
Source0:	ftp://ftp.videolan.org/pub/videolan/x264/snapshots/%{fname}.tar.bz2
BuildRequires:	git-core
BuildRequires:	yasm
BuildRequires:	pkgconfig(libavformat)
BuildRequires:	pkgconfig(x11)

%description
x264 is a free library for encoding H264/AVC video streams. The code
is written by Laurent Aimar, Eric Petit(OS X), Min Chen (vfw/nasm),
Justin Clay(vfw), Måns Rullgård and Loren Merritt from scratch. It is
released under the terms of the GPL license.

This package is in Restricted repository as the video encoder may be covered
by software patents.

%files
%doc AUTHORS doc/*
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of x264
Group:		System/Libraries

%description -n %{libname}
x264 dynamic libraries.

%files -n %{libname}
%{_libdir}/libx264.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	H264/AVC encoding library headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n	%{devname}
x264 is a free library for encoding H264/AVC video streams. The code
is written by Laurent Aimar, Eric Petit(OS X), Min Chen (vfw/nasm),
Justin Clay(vfw), Måns Rullgård and Loren Merritt from scratch. It is
released under the terms of the GPL license.

%files -n %{devname}
%{_libdir}/libx264.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package -n %{static}
Summary:	Static library for the x264 H264/AVC encoding library
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}
Conflicts:	%{_lib}x264-devel < 0.142

%description -n %{static}
Static library for the x264 H264/AVC encoding library.

%files -n %{static}
%{_libdir}/libx264.a

#----------------------------------------------------------------------------

%prep
%setup -q -n %{fname}

%build
CFLAGS="%{optflags} -Ofast" \
%configure2_5x \
	--enable-shared \
	--enable-static \
	--enable-pic \
	--enable-visualize \
	--disable-gpac
%make

%install
%makeinstall


%changelog

* Wed Mar 01 2017 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.148-0.20170213.0.1
- (7217f86) Lower release for first build



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26695 |14ru|x265-1.8-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define major 68

%define libname %mklibname %{name}_ %{major}
%define devname %mklibname %{name} -d
%define static %mklibname %{name} -d -s

Summary:	H265/HEVC encoder
Name:		x265
Version:	1.8
Release:	2
License:	GPLv2+
Group:		Video
Url:		http://x265.org/
# https://github.com/videolan/x265/archive/%{version}.tar.gz
Source0:	%{name}-%{version}.tar.gz
Patch0:		x265-1.8-pkgconfig-dir.patch
Patch1:		x265-1.8-opt.patch
BuildRequires:	cmake
BuildRequires:	yasm
BuildRequires:	glibc-devel

%description
x265 is an open-source project and free application library for encoding video
streams into the H.265/High Efficiency Video Coding (HEVC) format.

This package is in Restricted repository as the video encoder may be covered
by software patents.

%files
%{_bindir}/%{name}

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Shared library of x265
Group:		System/Libraries

%description -n %{libname}
x265 dynamic libraries.

%files -n %{libname}
%{_libdir}/libx265.so.%{major}

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	H265/HEVC encoding library headers
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}

%description -n %{devname}
x265 is an open-source project and free application library for encoding video
streams into the H.265/High Efficiency Video Coding (HEVC) format.

%files -n %{devname}
%{_libdir}/libx265.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/*.pc

#----------------------------------------------------------------------------

%package -n %{static}
Summary:	Static library for the x265 H265/HEVC encoding library
Group:		Development/C
Requires:	%{devname} = %{EVRD}
Provides:	%{name}-static-devel = %{EVRD}

%description -n %{static}
Static library for the x265 H265/HEVC encoding library.

%files -n %{static}
%{_libdir}/libx265.a

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
pushd source
%cmake
%make
popd

%install
%makeinstall_std -C source/build


%changelog

* Mon Nov 23 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.8-2
- (5242f21) Restore and re-diff old patches



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26696 |14ru|xanim-codecs-1.0-9
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define debug_package %{nil}

%define distsuffix plf

Summary:	XAnim codecs binaries
Name:		xanim-codecs
Version:	1.0
Release:	9
License:	Commercial
Group:		System/Libraries
Url:		http://xanim.va.pubnix.com/xa_dlls.html
Source0:	http://www1.mplayerhq.hu/MPlayer/releases/codecs/xanimdlls-20040626.tar.bz2
ExclusiveArch:	%{ix86}

%description
This package contains XAnim codecs binaries.

This package is in restricted for it's closed source nature.

%files
%{_libdir}/codecs

#----------------------------------------------------------------------------

%prep
%setup -qc

%build

%install
install -d -m 755 %{buildroot}%{_libdir}/codecs
cp -a */* %{buildroot}%{_libdir}/codecs


%changelog

* Wed May 11 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.0-9
- (37eadbe) Disable empty debug package
- (37eadbe) Spec cleanup
- (37eadbe) Drop sources for arches we don't support



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26697 |14ru|xephem-3.7.7-1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define Name	XEphem

Name:		xephem
Version:	3.7.7
Release:	1
Summary:	An X Window System/Motif based interactive astronomy program
License:	distributable
Group:		Sciences/Astronomy
Source:		%{name}-%{version}.tar.xz
Url:		http://www.clearskyinstitute.com/xephem/xephem.html
Source1:	%{name}.wmconfig.bz2
Source2:	%{Name}.bz2
Source3:	%{name}-16.png
Source4:	%{name}-32.png
Source5:	%{name}-48.png
Patch0:		xephem-3.7.7-linking.patch
BuildRequires:	XFree86-devel
BuildRequires:	pkgconfig(xp)
BuildRequires:	pkgconfig(xt)
BuildRequires:	lesstif-devel >= 0.93
%ifarch %{ix86}
BuildRequires:	pkgconfig(libindi)
%endif
BuildRequires:	jpeg-devel
BuildRequires:	groff-for-man

%description
Xephem is an interactive astronomy program for X Windows systems.

This package is in restricted because the license is too restritive.

%prep
%setup -q
%patch0 -p1
bzcat %{SOURCE1} > %{name}
bzcat %{SOURCE2} > %{Name}
perl -pi -e 's|^XEphem.ShareDir: .*$|XEphem.ShareDir: %{_datadir}/%{name}|' %{Name}
perl -pi -e 's|^CFLAGS= .*$|CFLAGS= \$(RPM_OPT_FLAGS)|' libastro/Makefile
perl -pi -e 's|^CFLAGS= .*$|CFLAGS= -I../libastro \$(RPM_OPT_FLAGS)|' libip/Makefile
perl -pi -e 's|^MOTIFL =.*$|MOTIFL = %{_libdir}|' GUI/xephem/Makefile
perl -pi -e 's|^XEphem.Version:.*|XEphem.Version = %{version}|' XEphem

%build
(cd libastro && %make)
(cd libip && %make)
(cd libjpegd && %make)

# Replacement of indilib
%ifnarch %{ix86}
(cd liblilxml && %make)
%endif
(cd GUI/xephem && %make && %make -C fifos)

%install
# binary
install -d %{buildroot}%{_bindir}
install -m 755 GUI/xephem/%{name} %{buildroot}%{_bindir}
# man page
install -d %{buildroot}%{_mandir}/man1
install -m 644 GUI/xephem/%{name}.man %{buildroot}%{_mandir}/man1
# data
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -a GUI/xephem/auxil %{buildroot}%{_datadir}/%{name}
cp -a GUI/xephem/catalogs %{buildroot}%{_datadir}/%{name}
cp -a GUI/xephem/fifos %{buildroot}%{_datadir}/%{name}
# X11 prefs
install -d %{buildroot}%{_libdir}/X11/app-defaults
install -m 644 %{Name} %{buildroot}%{_libdir}/X11/app-defaults
# wmconfig
install -d %{buildroot}%{_sysconfdir}/X11/wmconfig
install -m 644 %{name} %{buildroot}%{_sysconfdir}/X11/wmconfig
# icons
install -D -m 644 %{SOURCE3} %{buildroot}%{_miconsdir}/%{name}.png
install -D -m 644 %{SOURCE4} %{buildroot}%{_iconsdir}/%{name}.png
install -D -m 644 %{SOURCE5} %{buildroot}%{_liconsdir}/%{name}.png

%files
%config(noreplace) %{_sysconfdir}/X11/wmconfig/%{name}
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%{_libdir}/X11/app-defaults/%{Name}
%{_datadir}/%{name}
%{_iconsdir}/%{name}.png
%{_miconsdir}/%{name}.png
%{_liconsdir}/%{name}.png


%changelog

* Tue Jun 28 2016 abondrov <andrey.bondrov@rosalab.ru> 3.7.7-1
- (cee8d85) Merge pull request #1 from tremod/xephem-restricted:rosa2014.1
- (cee8d85) Update to 3.7.7



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26698 |14ru|xine-lib-1.2.5-3plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define build_optimization 0
%define dvdnav 0.1.4

%define build_pulse 1
%define build_magick 1
%define build_caca 1
%define build_directfb 0
%define external_vcdnav 1
%define build_smb 1
%define build_alsa 1
%define build_linuxfb 1

%define build_vidix 0

%define build_divx4 0
%define build_xvid 0
%define build_faad 0
%define build_win32 0
%ifarch %{ix86}
%define build_win32 1
%endif

%define external_ffmpeg 1

######################
# Hardcode PLF build
%define build_plf 1
######################

%if %{build_plf}
%define distsuffix plf
%define build_faad 1
%define extrarelsuffix plf
%endif

%{?_with_optimization: %{expand: %%global build_optimization 1}}
%{?_with_directfb: %{expand: %%global build_directfb 1}}
%{?_without_directfb: %{expand: %%global build_directfb 0}}
%{?_with_alsa: %{expand: %%global build_alsa 1}}
%{?_without_alsa: %{expand: %%global build_alsa 0}}
%{?_with_vcdnav: %{expand: %%global external_vcdnav 1}}
%{?_without_vcdnav: %{expand: %%global external_vcdnav 0}}
%{?_with_vidix: %{expand: %%global build_vidix 1}}
%{?_without_vidix: %{expand: %%global build_vidix 0}}
%{?_with_linuxfb: %{expand: %%global build_linuxfb 1}}
%{?_without_linuxfb: %{expand: %%global build_linuxfb 0}}
%{?_with_faad: %{expand: %%global build_faad 1}}
%{?_without_faad: %{expand: %%global build_faad 0}}
%{?_with_win32: %{expand: %%global build_win32 1}}
%{?_without_win32: %{expand: %%global build_win32 0}}
%{?_with_divx4: %{expand: %%global build_divx4 1}}
%{?_without_divx4: %{expand: %%global build_divx4 0}}
%{?_with_xvid: %{expand: %%global build_xvid 1}}
%{?_without_xvid: %{expand: %%global build_xvid 0}}
%{?_with_smb: %{expand: %%global build_smb 1}}
%{?_without_smb: %{expand: %%global build_smb 0}}
%{?_with_pulse: %{expand: %%global build_pulse 1}}
%{?_without_pulse: %{expand: %%global build_pulse 0}}
%{?_with_magick: %{expand: %%global build_magick 1}}
%{?_without_magick: %{expand: %%global build_magick 0}}
%{?_with_ffmpeg: %{expand: %%global external_ffmpeg 1}}
%{?_without_ffmpeg: %{expand: %%global external_ffmpeg 0}}

%define bname xine
%define major 2
%define api 2.4
%define libname %mklibname xine %{major}
%define devname %mklibname -d xine

Summary:	A Free Video Player (Libraries)
Name:		xine-lib
Version:	1.2.5
Release:	3%{?extrarelsuffix}
License:	GPLv2+
Group:		System/Libraries
Url:		http://xine.sourceforge.net
Source0:	http://downloads.sourceforge.net/project/xine/xine-lib/%{version}/xine-lib-%{version}.tar.xz
Source1:	accel_vaapi.h

BuildRequires:	aalib-devel
BuildRequires:	gettext-devel
BuildRequires:	libmpcdec-devel
BuildRequires:	mng-devel
BuildRequires:	pkgconfig(esound)
BuildRequires:	pkgconfig(flac)
BuildRequires:	pkgconfig(gnome-vfs-2.0)
BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
BuildRequires:	pkgconfig(gdk-2.0)
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(ice)
BuildRequires:	pkgconfig(jack)
BuildRequires:	pkgconfig(libbluray)
BuildRequires:	pkgconfig(libmodplug)
BuildRequires:	pkgconfig(libv4l2)
BuildRequires:	pkgconfig(mad)
BuildRequires:	pkgconfig(speex)
BuildRequires:	pkgconfig(sdl)
BuildRequires:	pkgconfig(sm)
BuildRequires:	pkgconfig(vdpau)
BuildRequires:	pkgconfig(vorbis)
BuildRequires:	pkgconfig(vorbisfile)
BuildRequires:	pkgconfig(vpx)
BuildRequires:	pkgconfig(wavpack)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xv)
BuildRequires:	pkgconfig(xvmc)
%if %{build_smb}
BuildRequires:	pkgconfig(smbclient)
%endif
%if %{external_vcdnav}
BuildRequires:	pkgconfig(libvcdinfo)
%endif
%if %{build_directfb}
Buildrequires:	pkgconfig(directfb)
%endif
%if %{external_ffmpeg}
BuildRequires:	pkgconfig(libavcodec)
%endif

%description
xine is a free gpl-licensed video player for unix-like systems.

%if %{build_plf}
This package is in restricted repository because the AAC decoder is
covered by patents.
%endif

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	A Free Video Player (Libraries)
Group:		System/Libraries
Provides:	xine-lib

%description -n %{libname}
xine is a free gpl-licensed video player for unix-like systems.

This package contains the shared libraries required by xine.

%files -n %{libname}
%{_libdir}/libxine.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Devel files for xine
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Provides:	libxine-devel = %{version}-%{release}

%description -n %{devname}
xine is a free gpl-licensed video player for unix-like systems.

This package contains the development files required for compiling xine
front ends or plugins.

%files -n %{devname}
%doc README AUTHORS TODO
%doc ChangeLog installed-docs/hackersguide
%{_bindir}/xine-config
%{_bindir}/xine-list-1.2
%{multiarch_bindir}/xine-config
%{_mandir}/man1/xine-config.1*
%{_mandir}/man1/xine-list-1.2.1*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libxine.pc
%{_datadir}/aclocal/xine.m4
%{_includedir}/*.h
%{_includedir}/xine

#----------------------------------------------------------------------------

%package -n %{bname}-plugins
Summary:	A Free Video Player (main plugins)
Group:		Video
Provides:	%{bname}-xv %{bname}-gl %{bname}-oss %{libname}-docs %{bname}-speex
Provides:	%{bname}-dvdnav %{bname}-alsa %{bname}-musepack
%if %{build_win32}
Provides:	xine-plugins-win32
Provides:	xine-win32
#Suggests: win32-codecs
%endif
# Plugins are in versioned dir, so require the exact version
Requires:	%{libname} = %{version}
# provide the plugin API version
Provides:	xine-plugin-api = %{api}

%description -n %{bname}-plugins
xine is a free gpl-licensed video player for unix-like systems.

This package includes the main plugins for xine, they allow the input
from files, Video CDs, network streams and (not encrypted) DVDs in
several video formats.

%if %{build_optimization}
Warning: This package was optimized for the build machine and probably
will not run on other computers.
%endif

%files -n %{bname}-plugins -f libxine2.lang
%doc installed-docs/README* installed-docs/faq.*
%{_mandir}/man5/xine.5*
%dir %{_libdir}/xine/
%dir %{_libdir}/xine/plugins/
%dir %{_libdir}/xine/plugins/%{api}/
%dir %{_libdir}/xine/plugins/%{api}/post/
%{_libdir}/xine/plugins/%{api}/mime.types
%if %{build_alsa}
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_alsa.so
%endif
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_file.so
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_none.so
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_oss.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_cdda.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_dvb.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_dvd.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_http.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_stdin_fifo.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_file.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_mms.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_net.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_pnm.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_pvr.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_rtp.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_rtsp.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_test.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_vcd.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_v4l2.so
%{_libdir}/xine/plugins/%{api}/xineplug_dmx_*so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_a52.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_bitplane.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_dts.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_dvaudio.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_ff.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_gdk_pixbuf.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_gsm610.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_libjpeg.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_libvpx.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_lpcm.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_mad.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_mpc.so*
%{_libdir}/xine/plugins/%{api}/xineplug_decode_mpeg2.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_spu*.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_real.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_rgb.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_yuv.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_h264.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_h264_alter.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_mpeg12.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_mpeg4.so
%{_libdir}/xine/plugins/%{api}/xineplug_decode_vdpau_vc1.so
%{_libdir}/xine/plugins/%{api}/xineplug_inp_bluray.so
%{_libdir}/xine/plugins/%{api}/xineplug_nsf.so
%{_libdir}/xine/plugins/%{api}/xineplug_sputext.so
%{_libdir}/xine/plugins/%{api}/xineplug_vdr.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_vaapi.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_vdpau.so
%{_libdir}/xine/plugins/%{api}/xineplug_xiph.so
%if %{build_directfb}
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_directfb.so
%endif
%if %{build_linuxfb}
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_fb.so
%endif
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_opengl.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_opengl2.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_none.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_raw.so
%if %{build_vidix}
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_vidix.so
%{_libdir}/xine/plugins/%{api}/vidix/
%endif
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xshm.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xv.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xvmc.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xxmc.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xcbshm.so
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_xcbxv.so
%if %{build_win32}
%{_libdir}/xine/plugins/%{api}/xineplug_decode_qt.so*
%{_libdir}/xine/plugins/%{api}/xineplug_decode_w32dll.so*
%endif
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_audio_filters.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_goom.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_mosaico.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_planar.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_switch.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_tvtime.so
%{_libdir}/xine/plugins/%{api}/post/xineplug_post_visualizations.so
%{_datadir}/xine-lib

#----------------------------------------------------------------------------

%package -n %{bname}-wavpack
Group:		Sound
Summary:	Wavpack Audio decoder plugin for xine
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-wavpack
xine is a free gpl-licensed video player for unix-like systems.

This package contains the wavpack audio decoder plugin.

%files -n %{bname}-wavpack
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_wavpack.so

#----------------------------------------------------------------------------

%package -n %{bname}-sdl
Group:		Video
Summary:	SDL video output plugin for xine
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-sdl
xine is a free gpl-licensed video player for unix-like systems.

This package contains the SDL video output plugin.

%files -n %{bname}-sdl
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_sdl.so

#----------------------------------------------------------------------------

%if %{build_caca}
%package -n %{bname}-caca
Group:		Video
Summary:	Caca video output plugin for xine
Requires:	%{bname}-plugins = %{version}
BuildRequires:	libcaca-devel >= 0.99

%description -n %{bname}-caca
xine is a free gpl-licensed video player for unix-like systems.

This package contains the Caca video output plugin.

%files -n %{bname}-caca
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_caca.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-esd
Summary:	Esd plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-esd
xine is a free gpl-licensed video player for unix-like systems.

- Esd audio output plugin

%files -n %{bname}-esd
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_esd.so

#----------------------------------------------------------------------------

%package -n %{bname}-jack
Summary:	Jack plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-jack
xine is a free gpl-licensed video player for unix-like systems.

- Jack audio output plugin

%files -n %{bname}-jack
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_jack.so

#----------------------------------------------------------------------------

%if %{build_pulse}
%package -n %{bname}-pulse
Summary:	Pulseaudio plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(libpulse)

%description -n %{bname}-pulse
xine is a free gpl-licensed video player for unix-like systems.

- pulseaudio audio output plugin

%files -n %{bname}-pulse
%{_libdir}/xine/plugins/%{api}/xineplug_ao_out_pulseaudio.so
%endif

#----------------------------------------------------------------------------

%if %{build_magick}
%package -n %{bname}-image
Summary:	ImageMagick plugin for xine
Group:		Graphics
Requires:	%{bname}-plugins = %{version}
BuildRequires:	pkgconfig(ImageMagick)

%description -n %{bname}-image
xine is a free gpl-licensed video player for unix-like systems.

- image display plugin based on ImageMagick

%files -n %{bname}-image
%doc README
%{_libdir}/xine/plugins/%{api}/xineplug_decode_image.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-aa
Summary:	Aalib plugin for xine
Group:		Video
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-aa
xine is a free gpl-licensed video player for unix-like systems.

- Aalib textmode output plugin

%files -n %{bname}-aa
%{_libdir}/xine/plugins/%{api}/xineplug_vo_out_aa.so

#----------------------------------------------------------------------------

%ifarch %{ix86} x86_64 ppc %{arm}
%package -n %{bname}-dxr3
Summary:	DXR3 plugin for xine
Group:		Video
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-dxr3
xine is a free gpl-licensed video player for unix-like systems.

- DXR3/Hollywood+ (MPEG2 hardware decoder) decoding/output plugin
%if %{build_plf}
- this version has mpeg encoding enabled using libfame.
%endif

%files -n %{bname}-dxr3
%{_libdir}/xine/plugins/%{api}/xineplug_*dxr3*.so
%endif

#----------------------------------------------------------------------------

%package -n %{bname}-flac
Summary:	FLAC plugin for xine
Group:		Sound
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-flac
xine is a free gpl-licensed video player for unix-like systems.

- FLAC audio decoder plugin

%files -n %{bname}-flac
%{_libdir}/xine/plugins/%{api}/xineplug_flac.so

#----------------------------------------------------------------------------

%package -n %{bname}-gnomevfs
Summary:	GNOME VFS plugin for xine
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-gnomevfs
xine is a free gpl-licensed video player for unix-like systems.

- GNOME VFS input plugin

%files -n %{bname}-gnomevfs
%{_libdir}/xine/plugins/%{api}/xineplug_inp_gnome_vfs.so

#----------------------------------------------------------------------------

%if %{build_smb}
%package -n %{bname}-smb
Summary:	Samba input plugin for xine
Group:		System/Libraries
Requires:	%{bname}-plugins = %{version}

%description -n %{bname}-smb
xine is a free gpl-licensed video player for unix-like systems.

- Samba input plugin

%files -n %{bname}-smb
%{_libdir}/xine/plugins/%{api}/xineplug_inp_smb.so
%endif

#----------------------------------------------------------------------------

%if %{build_divx4}
%package -n %{bname}-divx4
Summary:	Divx4 plugin for %{bname}
Group: 		Video
Requires:	%{bname}-plugins = %{version}
ExclusiveArch:	%{ix86}
Provides:	xine-plugins-divx4

%description -n %{bname}-divx4
This package contains the divx4linux plugin for %{bname}. It is in
restricted because it is covered by software patents.

%files -n %{bname}-divx4
%{_libdir}/xine/plugins/%{api}/xineplug_decode_divx4.so*
%endif

#----------------------------------------------------------------------------

%if %{build_faad}
%package -n %{bname}-faad
Summary:	FAAD plugin for %{bname}
Group:		Sound
Requires:	%{bname}-plugins = %{version}
BuildRequires:	libfaad2-devel

%description -n %{bname}-faad
This package contains the AAC decoder plugin for %{bname}. It is in
restricted repository because it is covered by software patents.

%files -n %{bname}-faad
%{_libdir}/xine/plugins/%{api}/xineplug_decode_faad.so*
%endif

#----------------------------------------------------------------------------

%if %{build_xvid}
%package -n %{bname}-xvid
Summary:	XviD plugin for %{bname}
Group:		Video
Requires:	%{bname}-plugins = %{version}
Provides:	xine-plugins-xvid

%description -n %{bname}-xvid
This package contains the XviD plugin for %{bname}. It is in
restricted because it is covered by software patents.

%files -n %{bname}-xvid
%{_libdir}/xine/plugins/%{api}/xineplug_decode_xvid.so*
%endif

#----------------------------------------------------------------------------

%prep
%setup -q
#copy missing source file
cp %{SOURCE1} src/xine-engine

%build
#gw for flac
export OGG_LIBS=-logg

%if ! %{build_optimization}
export CFLAGS="%(echo %optflags|sed s/-Wp,-D_FORTIFY_SOURCE=2//)"
%configure2_5x \
%else
%{?__cputoolize: %{__cputoolize}}
#gw expanded configure2_5x macro without the CFLAGS and --build stuff
[ -f configure.in -o -f configure.ac ] && %__libtoolize --copy --force
./configure \
 	--prefix=%{_prefix} \
	--exec-prefix=%{_prefix} \
	--bindir=%{_bindir} \
	--sbindir=%{_sbindir} \
	--sysconfdir=%{_sysconfdir} \
	--datadir=%{_datadir} \
	--includedir=%{_includedir} \
	--libdir=%{_libdir} \
	--libexecdir=%{_libdir} \
	--localstatedir=/var/lib \
	--sharedstatedir=%{_prefix}/com \
	--mandir=%{_mandir} \
	--infodir=%{_datadir}/info \
%endif
%if ! %{external_vcdnav}
	--with-internal-vcdlibs \
%endif
%if %{build_directfb}
	--enable-directfb \
%endif
%if ! %{build_alsa}
	--disable-alsa \
%endif
%if ! %{build_vidix}
	--disable-vidix \
%endif
%if ! %{build_faad}
	--disable-faad \
%endif
%if ! %{build_pulse}
	--disable-polypaudio \
%endif
%if ! %{build_linuxfb}
	--disable-fb \
%endif
%if %{external_ffmpeg}
 	--with-external-ffmpeg \
%endif
	--enable-ipv6 \
	--with-libflac \
	--with-wavpack \
	--with-w32-path=%{_libdir}/codecs \
	--with-external-libmpcdec
# real-codecs-path is not set so that runtime searching is used. We want
# to use either codecs from RealPlayer or real-codecs, whichever is
# present.

%make

%install
%makeinstall_std

%multiarch_binaries %{buildroot}%{_bindir}/xine-config

#clean out unpackaged files
rm -f %{buildroot}%{_libdir}/xine/plugins/*/*.la
rm -f %{buildroot}%{_libdir}/xine/plugins/*/post/*.la
rm -rf installed-docs
mv %{buildroot}%{_datadir}/doc/xine-lib installed-docs
rm -f %{buildroot}%{_libdir}/xine/plugins/*/xineplug_inp_vcdo.so

%find_lang libxine2 || touch libxine2.lang



%changelog
* Tue Mar 17 2015 Andrey Bondrov <andrey.bondrov@rosalab.ru> 1.2.5-3plf
+ Revision: a04461b
- Bump release



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26699 |14ru|xscreensaver-5.34-2plf
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
####################
# PLF build
%define build_plf 1
####################

%define disable_inappropriate 1
# Allow --with[out] <feature> at rpm command line build
%{?_with_plf: %{expand: %%global build_plf 1}}
%{?_without_plf: %{expand: %%global build_plf 0}}
%{?_with_inappropriate: %{expand: %%global disable_inappropriate 0}}
%{?_without_inappropriate: %{expand: %%global disable_inappropriate 1}}

%if %{build_plf}
%define distsuffix plf
# make EVR of plf build higher than regular to allow update, needed with rpm5 mkrel
%define extrarelsuffix plf
# Build xscreensaver-extrusion if it is plf build only.
%bcond_without extrusion 
%else
%bcond_with extrusion
%endif

Summary:	A set of X Window System screensavers
Name:		xscreensaver
Version:	5.34
Release:	2%{?extrarelsuffix}
License:	BSD
Group:		Graphical desktop/Other
URL:		http://www.jwz.org/xscreensaver/
Source0:	http://www.jwz.org/xscreensaver/%{name}-%{version}.tar.gz
Source1:	xscreensaver-capplet.png
Source2:	dmctl
Source3:        update-xscreensaver-hacks
# Far from complete
# However, upstream file is was last updated in 2006...
Source4:	ru.po
Patch0:         xscreensaver-5.05-mdv-alt-drop_setgid.patch
# Don't check login manager in PATH because we use custom wrapper
Patch1:         xscreensaver-5.15-lmcheck.patch
Patch8:         xscreensaver-5.29-utf8.patch
Patch9:         xscreensaver-5.34-defaultconfig.patch
# (fc) 4.00-4mdk allow root to start xscreensaver
Patch10:        xscreensaver-4.23-root.patch
# (fc) 4.05-3mdk disable openGL hacks by default
Patch11:        xscreensaver-5.09-noGL.patch

# Add "System" category to desktop file to make it visible in LXQt Control Center
Patch12:        xscreensaver-5.34-add-desktop-category.patch

Patch13:	xscreensaver-5.34-do-not-claim-on-old-version.patch

# fedora patches
# bug 129335
# sanitize the names of modes in barcode
Patch1001:          xscreensaver-5.26-sanitize-hacks.patch
## Patches already sent to the upsteam
## Patches which must be discussed with upstream
#
# driver/test-passwd tty segfaults
Patch1051:         xscreensaver-5.12-test-passwd-segv-tty.patch
# patch to compile driver/test-xdpms
Patch1052:         xscreensaver-5.12-tests-miscfix.patch

Requires:	xscreensaver-common = %{version}-%{release}
Requires:	fortune-mod
Requires:	xdg-utils
BuildRequires:	makedepend
BuildRequires:	bc
BuildRequires:	fortune-mod
BuildRequires:	intltool
BuildRequires:	jpeg-devel
BuildRequires:	pam-devel
BuildRequires:	pkgconfig(glu)
BuildRequires:	pkgconfig(glut)
BuildRequires:	pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires:	pkgconfig(libglade-2.0)
BuildRequires:	pkgconfig(krb5)
BuildRequires:	pkgconfig(x11)
BuildRequires:	pkgconfig(xext)
BuildRequires:	pkgconfig(xi)
BuildRequires:	pkgconfig(xinerama)
BuildRequires:	pkgconfig(xmu)
BuildRequires:	pkgconfig(xpm)
BuildRequires:	pkgconfig(xrandr)
BuildRequires:	pkgconfig(xft)
BuildRequires:	pkgconfig(xt)
BuildRequires:	pkgconfig(xxf86misc)
BuildRequires:	pkgconfig(xxf86vm)
%if %{with extrusion}
BuildRequires:	gle-devel
%endif
BuildRequires:	imagemagick

%description
The xscreensaver package contains a variety of screensavers for your
mind-numbing, ambition-eroding, time-wasting, hypnotized viewing
pleasure.

Install the xscreensaver package if you need screensavers for use with
the X Window System.

%if %{build_plf}
This package is in restricted as it contains copyrighted images.
%endif

%package base
Summary:	A set of screensavers
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}
Conflicts:	xscreensaver < 5.00-2
Requires:	words

%description base
Various screensavers used by Xscreensaver.

%package common
Summary:	Utilities used by xscreensaver screensavers
Group:		Graphical desktop/Other
Conflicts:	xscreensaver < 5.00-2
Provides:	xscreensaver-utils

%description common
Utilities used by xscreensaver screensavers.

%package gl
Summary:	A set of GL screensavers
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}
Requires(post):	xscreensaver-common = %{version}-%{release}
Requires(postun):	xscreensaver-common = %{version}-%{release}

%description gl
The xscreensaver-gl package contains even more screensavers for your
mind-numbing, ambition-eroding, time-wasting, hypnotized viewing
pleasure. These screensavers require OpenGL or Mesa support.

Install the xscreensaver-gl package if you need more screensavers for
use with the X Window System and you have OpenGL or Mesa installed.

%if %{build_plf}
%package matrix
Summary:	The Matrix screensavers
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}

%description matrix
The xscreensaver-matrix package contains two screensavers for
xscreensaver based on the movie The Matrix. It is in restricted because
there might by copyright problems with the artwork used in this
screensavers.
%endif

%if %{with extrusion}
%package extrusion
Summary:	OpenGL screensaver
Group:		Graphical desktop/Other
Requires:	xscreensaver-common = %{version}-%{release}

%description extrusion
The xscreensaver-extrusion package contains the extrusion
screensaversfor your mind-numbing, ambition-eroding, time-wasting,
hypnotized viewing pleasure. This screensaver requires OpenGL or Mesa
support.

This screensaver is in a separate package, because it is the only
application for the ROSA Linux distribution which requires the GLE
extrusion library.
%endif

%prep
%setup -q
%patch1 -p1 -b .login-manager
%patch8 -p1 -b .utf8
# WARNING this patch must ALWAYS be applied, if it fails, REGENERATE it !!!
%patch9 -p1 -b .defaultconfig
%patch10 -p1 -b .root
%patch11 -p1 -b .noGL
%if %{disable_inappropriate}
%patch1001 -p1 -b .inappropriate
%endif

rm -f po/ru.po
cp %{SOURCE4} po

%patch12 -p1 -b .desktop

%patch13 -p1 -b .no_old_version_check


%patch1051 -p1
%patch1052 -p1

# Needed by patches 1 and 11
autoreconf -vfi

%build
%configure2_5x \
    --enable-locking \
    --enable-root-passwd \
    --with-browser=xdg-open \
    --with-dpms-ext \
    --with-xinerama-ext \
    --with-xf86vmode-ext \
    --with-xf86gamma-ext \
    --with-randr-ext \
    --with-proc-interrupts \
    --with-login-manager=dmctl \
    --without-shadow \
    --with-pixbuf \
    --with-xpm \
    --with-jpeg \
    --with-xshm-ext \
    --with-xdbe-ext \
    --without-readdisplay \
    --without-setuid-hacks \
    --with-gtk \
    --without-motif \
    --with-pam \
    --enable-pam-check-account-type \
    --with-gl \
    --with-image-directory=%{_datadir}/mdk/screensaver \
    --with-x-app-defaults=%{_datadir}/X11/app-defaults \
    --with-kerberos \
    --with-text-file=%{_sysconfdir}/release \
%if %{with extrusion}
    --with-gle
%else
    --without-gle
%endif

make distdepend
make depend DEPEND="makedepend -I$(gcc -print-search-dirs|sed -e 's#^install: \(.*\).*#\1#g'|head -n1)/include"
#make depend
sed 's/\@ALL_LINGUAS\@/"ca da de es et fi fr hu it ja ko nb nl pl pt pt_BR ru sk sv vi wa zh_CN zh_TW"/' -i po/Makefile
%make

%install
rm -rf %{buildroot} gl-extras.files base.files %{name}.lang
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man6
mkdir -p %{buildroot}%{_sysconfdir}/pam.d
mkdir -p %{buildroot}%{_libexecdir}/xscreensaver

# translate desktop file
intltool-merge -d ./po ./driver/screensaver-properties.desktop.in ./driver/screensaver-properties.desktop

make install_prefix=%{buildroot} bindir=%{_bindir} \
 KDEDIR=%{_prefix} GNOME_BINDIR=%{_bindir}  GNOME_DATADIR=%{_datadir} \
 mandir=%{_mandir} AD_DIR=%{_datadir}/X11/app-defaults/ \
 gnulocaledir=%{_datadir}/locale install

# % makeinstall -C po

install -p -m755 %{SOURCE3} -D %{buildroot}%{_sbindir}/update-xscreensaver-hacks

# Custom wrapper for gdmflexiserver and kdmctl
install -m 755 %{SOURCE2} %{buildroot}%{_bindir}/dmctl

cat<<EOF >README.GL
The xscreensaver-gl package contains even more screensavers for your
mind-numbing, ambition-eroding, time-wasting, hypnotized viewing
pleasure. These screensavers require OpenGL or Mesa support.

Install the xscreensaver-gl package if you need more screensavers for
use with the X Window System and you have OpenGL or Mesa installed.
EOF

#icons
mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps
cp %{SOURCE1}  %{buildroot}%{_datadir}/pixmaps
convert -scale 16x16 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
convert -scale 32x32 %{SOURCE1} %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
ln -s %{_datadir}/pixmaps/xscreensaver-capplet.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png

#remove unpackaged files
rm -f %{buildroot}%{_datadir}/xscreensaver/config/xjack.xml
rm -f %{buildroot}%{_mandir}/man6/xjack.6
rm -f  %{buildroot}%{_libexecdir}/xscreensaver/xjack

%if ! %{build_plf}
rm -rf %{buildroot}%{_libexecdir}/xscreensaver/*matrix
rm -rf %{buildroot}%{_mandir}/man6/*matrix*
rm -rf %{buildroot}%{_datadir}/xscreensaver/config/*matrix*
%endif
%if ! %{with extrusion}
rm -f %{buildroot}%{_datadir}/xscreensaver/config/extrusion.xml
rm -f %{buildroot}%{_mandir}/man6/extrusion.6
%endif

%find_lang %{name}

# This function prints a list of things that get installed.
# It does this by parsing the output of a dummy run of "make install".
#
list_files() {
  make -s install_prefix=%{buildroot} mandir=%{_mandir}/ \
  bindir=%{_bindir} INSTALL=true "$@"	\
   | sed -n -e 's@.* \(/[^ ]*\)$@\1@p'				\
   | sed    -e "s@^%{buildroot}@@"				\
	    -e "s@/[a-z][a-z]*/\.\./@/@"			\
   | sed    -e 's@\(.*/man/.*\)@\1\*@'				\
   | sed    -e 's@\(.*/app-defaults/\)@%config \1@'		\
	    -e 's@\(.*/pam\.d/\)@%config(missingok) \1@'	\
   | sort
}

# Generate three lists of files for the three packages.
#
dd=%{_builddir}/%{name}-%{version}
( cd hacks/glx ; list_files install > $dd/gl-extras.files)
( cd hacks     ; list_files install > $dd/base.files)

#gw remove the files we don't package:
perl -pi -e "s/.*(xjack|matrix|extrusion).*//" gl-extras.files base.files

%find_lang %{name}

%post gl
sed -i -e 's/\A-\s+GL:/ GL:/' %{_datadir}/X11/app-defaults/XScreenSaver

%postun gl
sed -i -e '/\A\s*GL:/ and print "- $_" or print "$_"' %{_datadir}/X11/app-defaults/XScreenSaver

%files -f %{name}.lang
%config(noreplace) %{_sysconfdir}/pam.d/xscreensaver
%doc README
%{_mandir}/man1/xscreensaver-command.1*
%{_mandir}/man1/xscreensaver-demo.1*
%{_mandir}/man1/xscreensaver.1*
%attr(755,root,chkpwd) %{_bindir}/xscreensaver
%{_bindir}/xscreensaver-command
%{_bindir}/xscreensaver-demo
%{_bindir}/dmctl
%dir %{_datadir}/xscreensaver
%{_datadir}/xscreensaver/glade
%{_datadir}/applications/xscreensaver-properties.desktop
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/*/apps/*.png

%files common
%{_datadir}/X11/app-defaults/*
%dir %{_libexecdir}/%{name}
%{_bindir}/xscreensaver-getimage
%{_bindir}/xscreensaver-getimage-file
%{_bindir}/xscreensaver-getimage-video
%{_bindir}/xscreensaver-text
%{_mandir}/man1/xscreensaver-getimage*
%{_mandir}/man1/xscreensaver-text.1*
%dir %{_datadir}/%{name}/config
%{_datadir}/%{name}/config/README

%files base -f base.files
%{_sbindir}/update-xscreensaver-hacks

%files gl -f gl-extras.files
%doc README.GL

%if %{with extrusion}
%files extrusion
%doc README.GL
%{_datadir}/xscreensaver/config/extrusion.xml
%{_mandir}/man6/extrusion.6*
%{_libexecdir}/xscreensaver/extrusion
%endif

%if %{build_plf}
%files matrix
%doc README.GL
%{_mandir}/man6/xmatrix.6*
%{_mandir}/man6/glmatrix.6*
%{_datadir}/xscreensaver/config/glmatrix.xml
%{_datadir}/xscreensaver/config/xmatrix.xml
%{_libexecdir}/xscreensaver/xmatrix
%{_libexecdir}/xscreensaver/glmatrix
%endif


%changelog

* Tue Dec 15 2015 Denis Silakov <dsilakov@gmail.com> 5.34-2plf
- (73cfdc0) Merge branch 'rosa2014.1' of https://abf.rosalinux.ru/import/xscreensaver-restricted into rosa2014.1



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26700 |14ru|xvid-1.3.4-2
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

%define major 4
%define libname %mklibname xvidcore %{major}
%define devname %mklibname %{name} -d

Summary:	Video codec compatible with DivX 4
Name:		xvid
Version:	1.3.4
Release:	2
Epoch:		2
License:	GPLv2+
Group:		System/Libraries
Url:		http://www.xvid.org
Source0:	http://downloads.xvid.org/downloads/xvidcore-%{version}.tar.bz2
BuildRequires:	yasm

%description
This is a video codec based on the original OpenDivX codec. It's
compatible with DivX and MPEG 4.

#----------------------------------------------------------------------------

%package -n %{libname}
Summary:	Video codec compatible with DivX 4
Group:		System/Libraries
Conflicts:	%{_lib}xvid4 < 2:1.3.4
Obsoletes:	%{_lib}xvid4 < 2:1.3.4

%description -n %{libname}
This is a video codec based on the original OpenDivX codec. It's
compatible with DivX and MPEG 4.

%files -n %{libname}
%{_libdir}/libxvidcore.so.%{major}*

#----------------------------------------------------------------------------

%package -n %{devname}
Summary:	Video codec compatible with DivX 4, development files
Group:		Development/C
Requires:	%{libname} = %{EVRD}
Provides:	%{name}-devel = %{EVRD}
Provides:	xvid4-devel = %{EVRD}
Conflicts:	xvid2-devel

%description -n %{devname}
This is a video codec based on the original OpenDivX codec. It's
compatible with DivX and MPEG 4.

This package contains the header files and static libraries needed to
build programs with the xvid codec using it's native API.

%files -n %{devname}
%doc ChangeLog CodingStyle TODO AUTHORS
%{_libdir}/libxvidcore.so
%{_includedir}/xvid.h

#----------------------------------------------------------------------------

%prep
%setup -qn xvidcore

%build
cd build/generic
%configure2_5x
%make

%install
cd build/generic
%makeinstall

rm -f %{buildroot}%{_libdir}/libxvidcore.a


%changelog

* Thu Feb 25 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:1.3.4-2
- (d843c89) Properly obsolete old library package (use Epoch)



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ 26701 |14ru|zoo-2.10-7
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%define distsuffix plf

Summary:	File archiving utility with compression
Name:		zoo
Version:	2.10
Release:	7
License:	Copyrighted, freely distributable if unmodified
Group:		Archiving/Compression
Source0:	ftp://sunsite.unc.edu:/pub/Linux/utils/compress/%{name}-%{version}.tar.gz
Patch0:		zoo_2.10-9.diff.gz
Patch1:		zoo-memmove.patch
Patch2:		zoo-2.10-formatfix.patch

%description
Zoo is a file archiving utility for maintaining collections of files.
It uses Lempel-Ziv compression to provide space savings in the
range of 20 to 80 percent depending on the type of data. Written by
Rahul Dhesi, and posted to the USENET newsgroup comp.sources.misc.

This package is in restricted because its license denies modifications.

%files
%defattr(0644, root, root, 0755)
%doc Copyright
%attr(0755, root, root) %{_bindir}/fiz
%attr(0755, root, root) %{_bindir}/zoo
%{_mandir}/man1/*

#----------------------------------------------------------------------------

%prep
%setup -q
%patch0 -p1
%patch1 -p0 -b .memmove
%patch2 -p1

%build
%__make "OPTIM=%{optflags}" linux

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install fiz %{buildroot}%{_bindir}/fiz
install zoo %{buildroot}%{_bindir}/zoo
install fiz.1 %{buildroot}%{_mandir}/man1/fiz.1
install zoo.1 %{buildroot}%{_mandir}/man1/zoo.1


%changelog

* Mon May 30 2016 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2.10-7
- (0ba067a) Spec cleanup


